[
  {
    "path": ".dockerignore",
    "content": "node_modules"
  },
  {
    "path": ".eslintignore",
    "content": "node_modules\ndist\nbuild"
  },
  {
    "path": ".github/CODE_OF_CONDUCT.md",
    "content": "# Code of Conduct\n\n## Our Pledge\n\nIn the interest of fostering an open and welcoming environment, we as\ncontributors and maintainers pledge to make participation in our project and\nour community a harassment-free experience for everyone, regardless of age, body\nsize, disability, ethnicity, gender identity and expression, level of experience,\nnationality, personal appearance, race, religion, or sexual identity and\norientation.\n\n## Our Standards\n\nExamples of behavior that contributes to creating a positive environment\ninclude:\n\n* Using welcoming and inclusive language\n* Being respectful of differing viewpoints and experiences\n* Gracefully accepting constructive criticism\n* Focusing on what is best for the community\n* Showing empathy towards other community members\n\nExamples of unacceptable behavior by participants include:\n\n* The use of sexualized language or imagery and unwelcome sexual attention or\nadvances\n* Trolling, insulting/derogatory comments, and personal or political attacks\n* Public or private harassment\n* Publishing others' private information, such as a physical or electronic\n  address, without explicit permission\n* Other conduct which could reasonably be considered inappropriate in a\n  professional setting\n\n## Our Responsibilities\n\nProject maintainers are responsible for clarifying the standards of acceptable\nbehavior and are expected to take appropriate and fair corrective action in\nresponse to any instances of unacceptable behavior.\n\nProject maintainers have the right and responsibility to remove, edit, or\nreject comments, commits, code, wiki edits, issues, and other contributions\nthat are not aligned to this Code of Conduct, or to ban temporarily or\npermanently any contributor for other behaviors that they deem inappropriate,\nthreatening, offensive, or harmful.\n\n## Scope\n\nThis Code of Conduct applies both within project spaces and in public spaces\nwhen an individual is representing the project or its community. Examples of\nrepresenting a project or community include using an official project e-mail\naddress, posting via an official social media account, or acting as an appointed\nrepresentative at an online or offline event. Representation of a project may be\nfurther defined and clarified by project maintainers.\n\n## Enforcement\n\nInstances of abusive, harassing, or otherwise unacceptable behavior may be\nreported by contacting the project team at [kedu@nkowaokwu.com](mailto:kedu@nkowaokwu.com). All\ncomplaints will be reviewed and investigated and will result in a response that\nis deemed necessary and appropriate to the circumstances. The project team is\nobligated to maintain confidentiality with regard to the reporter of an incident.\nFurther details of specific enforcement policies may be posted separately.\n\nProject maintainers who do not follow or enforce the Code of Conduct in good\nfaith may face temporary or permanent repercussions as determined by other\nmembers of the project's leadership.\n\n## Attribution\n\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,\navailable at [http://contributor-covenant.org/version/1/4][version]\n\n[homepage]: http://contributor-covenant.org\n[version]: http://contributor-covenant.org/version/1/4/\n"
  },
  {
    "path": ".github/CONTRIBUTING.md",
    "content": "# Contributing to the Igbo API\n\nIf you have questions about the Igbo API (not a bug report), please ask a question in our [Slack community](https://nkowaokwu.com/volunteer) as a volunteer.\n\nContributions are always welcome. Before contributing please read the [Code of Conduct](./CODE_OF_CONDUCT.md) section.\n\n## Reporting bugs\nBefore opening a new issue, look for existing [issues](https://github.com/nkowaokwu/igbo_api/issues) to avoid duplication. If the issue does not exist yet, [create one](https://github.com/nkowaokwu/igbo_api/issues/new).\n\n* Please post any relevant code samples or screenshots\n* If the bug involves an error, please post the **stack trace**\n* Please fully detail the nature of the bug by filling out the issue template\n\n## Requesting new features\n* Before opening a new issue, look for existing [issues](https://github.com/nkowaokwu/igbo_api/issues) to avoid duplication. If the issue does not exist yet, [create one](https://github.com/nkowaokwu/igbo_api/issues/new).\n* Please fully detail the nature of the feature request by filling out the request template\n\n## Areas of contribution\nThere are plenty of opportunities to support and help maintain this repo. This includes, but is not limited to:\n\n1. Request new features for the Igbo API\n2. Fixing typos in code or sample/mock data\n3. Update the README or write documentation for implementations\n4. Convert files from JS to TS\n5. So much more...\n\nIf you have more ideas of how to improve the Igbo API, reach out to Ijemma on [Slack](https://nkowaokwu.com/volunteer) as a volunteer.\n\n## Accepting work\nOnce you find an issue you would like to work on, you can request to have that issue assigned to you to begin work. \n\n**Note:** Multiple people can be assigned to the same ticket. Issue assignment is only meant to help **track** who's working on what. This means that multiple contributors can be working on the same issue.\n\n## Fork the repo\n\nPlease ensure that you fork this repo before making any changes. This will ensure that you are not only able to make changes in your own work environment but also able to submit PRs.\n\n**This repo is set up to only accept PRs from forked repos**\n\n## Pull Request Process\n\n### Before Opening a Pull Request\n\nDouble-check to make sure that you have done the following things:\n\n1. If implementing a feature request, create new unit tests to increase confidence in your changes.\n    * **You're code will be unable to get merged without new unit tests**\n2. Check to see if your changes are non-breaking by running `npm run test`\n3. And install or build dependencies are removed\n    * You can run `npm run clean` to remove unwanted files.\n4. Update the README.md with details of changes to the interface, this includes new environment \n   variables, exposed ports, useful file locations, and container parameters.\n\n### After Opening a Pull Request\n1. Open a pull request and assign at least one reviewer, [@ijemmao](https://github.com/ijemmao).\n2. You may merge the pull request in once the following things happen\n    * All the tests pass against your branch build\n    * You have the sign-off from both reviewers\n\n## Coding Style\n\nThis project follows the [AirBnb JavaScript Style Guide](https://github.com/airbnb/javascript).\n"
  },
  {
    "path": ".github/FIREBASE_CONFIG.md",
    "content": "# Firebase Configuration Guide\n\nThis project relies on Firebase Cloud Functions to execute the Igbo API business logic.\n\nIndividual contributors need to integrate their own Firebase project config to be able to run the project locally and merge forked changes.\n\n## Step 1: Create a Firebase Project\n\nPlease follow this [Firebase Getting Started Guide](https://firebase.google.com/docs/web/setup) to create your own Firebase project.\n\n## Step 1a: Log into Firebase via Terminal (CLI)\n\nIn your terminal, log into your Firebase account by running the command and following the prompts:\n\n```bash\nnpx firebase login\n```\n\n## Step 1b: Select the Blaze, pay as you go Firebase plan\n\nMake sure to update your Billing options for your Firebase project. This will allow your project to use emulators. Don't worry, it's free 😉\n\n## Step 2: Replace the `default` Firebase Project ID\n\nWithin [.firebaserc](https://github.com/nkowaokwu/igbo_api/blob/master/.firebaserc), replace the project ID `igbo-api-bb22d` with your new Firebase project ID\n\n## Step 3: Replace the Firebase Config file\n\nWithin [firebase.ts](https://github.com/nkowaokwu/igbo_api/blob/master/src/services/firebase.ts#L5-L13), replace the `FIREBASE_CONFIG` object with your firebase project config object\n\n## Step 4: Select your default project\n\nRun the following command to select your default Firebase project:\n\n```bash\nnpx firebase use default\n```\n\nSelecting a Firebase project is important for Firebase to know which project configure it should use when starting your dev environment.\n\n## Step 5: Merging forked changes into main repo\n\nCongrats 🎉 You're ready to start making your first changes to your repo. Please refer to our [Contributing Guide](https://github.com/nkowaokwu/igbo_api/blob/master/.github/CONTRIBUTING.md) to learn how to contribute to the project.\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/bug_report.md",
    "content": "---\nname: Bug report\nabout: Create a report to help us improve\ntitle: ''\nlabels: ''\nassignees: ''\n\n---\n\n**Describe the bug**\nA clear and concise description of what the bug is.\n\n**To Reproduce**\nSteps to reproduce the behavior:\n1. Go to '...'\n2. Click on '....'\n3. Scroll down to '....'\n4. See error\n\n**Expected behavior**\nA clear and concise description of what you expected to happen.\n\n**Screenshots**\nIf applicable, add screenshots to help explain your problem.\n\n**Desktop (please complete the following information):**\n - OS: [e.g. iOS]\n - Browser [e.g. chrome, safari]\n - Version [e.g. 22]\n\n**Smartphone (please complete the following information):**\n - Device: [e.g. iPhone6]\n - OS: [e.g. iOS8.1]\n - Browser [e.g. stock browser, safari]\n - Version [e.g. 22]\n\n**Additional context**\nAdd any other context about the problem here.\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/doc_issue.md",
    "content": "---\nname: Docs feedback\nabout: Suggest feedback, ideas, or any new forms of contributions\ntitle: ''\nlabels: ''\nassignees: ''\n---\n\n<!-- Thank you for contributing to Igbo API 📑 ✍️. -->\n<!-- We appreciate your feedback, ideas, and contributions. -->\n<!-- Before filing this issue, please make sure to check if there's already a similar issue open in our Docs project Board. -->\n\n## Title of the Issue\n\n[📑 Docs]: \n\n## What Docs changes are you proposing?\n\n## What will this task cover?\n\n### Next steps\n(Highlight if there is anything the Project lead or product owner can do to he;p here. \nSecondly, what are the next steps to get this task done?)\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/feature_request.md",
    "content": "---\nname: Feature request\nabout: Suggest an idea for this project\ntitle: ''\nlabels: ''\nassignees: ''\n\n---\n\n**Is your feature request related to a problem? Please describe.**\nA clear and concise description of what the problem is. Ex. I'm always frustrated when [...]\n\n**Describe the solution you'd like**\nA clear and concise description of what you want to happen.\n\n**Describe alternatives you've considered**\nA clear and concise description of any alternative solutions or features you've considered.\n\n**Additional context**\nAdd any other context or screenshots about the feature request here.\n"
  },
  {
    "path": ".github/pull_request_template.md",
    "content": "## Describe your changes\n<!--- Thoughtfully think through your changes. Think of your audience, this PR is public! -->\n\n## Issue ticket number and link\nClosed <!--- <insert issue number with # to have GitHub automatically close the issue - https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword> -->\n\n## Motivation and Context\n<!--- Why is this change required? What problem does it solve? -->\n<!--- If it fixes an open issue, please link to the issue here. -->\n\n## How Has This Been Tested?\n<!--- Please describe in detail how you tested your changes. -->\n<!--- Include details of your testing environment, and the tests you ran to -->\n<!--- see how your change affects other areas of the code, etc. -->\n\n## Screenshots (if appropriate):\n<!--- Replace this section with a screenshot or N/A if there are no screenshots -->\n"
  },
  {
    "path": ".github/workflows/deploy.yml",
    "content": "name: Deploy to Firebase\n\non:\n  push:\n    branches:\n      - master\nenv:\n  FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}\n  FIREBASE_CONFIG: ${{ secrets.FIREBASE_CONFIG }}\n  FIREBASE_SERVICE_ACCOUNT: ${{ secrets.FIREBASE_SERVICE_ACCOUNT }}\n  GCLOUD_PROJECT: ${{ secrets.GCLOUD_PROJECT }}\n  MAIN_KEY: ${{ secrets.MAIN_KEY }}\n  MONGO_URI: ${{ secrets.MONGO_URI }}\n  SENDGRID_API_KEY: ${{ secrets.SENDGRID_API_KEY }}\n  SENDGRID_NEW_DEVELOPER_ACCOUNT_TEMPLATE: ${{ secrets.NEW_DEVELOPER_ACCOUNT_TEMPLATE }}\n  GA_TRACKING_ID: ${{ secrets.GA_TRACKING_ID }}\n  GA_API_SECRET: ${{ secrets.GA_API_SECRET }}\n  REDIS_HOST: ${{ secrets.REDIS_HOST }}\n  REDIS_URL: ${{ secrets.REDIS_URL }}\n  REDIS_PORT: ${{ secrets.REDIS_PORT }}\n  REDIS_USERNAME: ${{ secrets.REDIS_USERNAME }}\n  REDIS_STATUS: ${{ secrets.REDIS_STATUS }}\n  REDIS_PASSWORD: ${{ secrets.REDIS_PASSWORD }}\n  GITHUB_STATS_TOKEN: ${{ secrets.STATS_TOKEN }}\n  AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}\n  AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}\n  AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}\n  AWS_REGION: ${{ secrets.AWS_REGION }}\n  STRIPE_SECRET_KEY: ${{ secrets.STRIPE_SECRET_KEY }}\n  STRIPE_ENDPOINT_SECRET: ${{ secrets.STRIPE_ENDPOINT_SECRET }}\n  NODE_ENV: production\n\njobs:\n  deploy:\n    name: Deploy\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout Repo\n        uses: actions/checkout@v3\n      - name: Setup Node\n        uses: actions/setup-node@v3\n        with:\n          node-version: '20'\n      - name: Install Project Dependencies\n        run: |\n          rm -rf ./node_modules; npm install\n          npm install -g firebase-tools\n      - name: Install Cloud Dependencies\n        run: |\n          cd functions; rm -rf ./node_modules/; npm install; cd ..; pwd\n          firebase use default --token $FIREBASE_TOKEN\n      - name: Create .env\n        run: touch ./functions/.env\n      - name: Update .env\n        uses: SpicyPizza/create-envfile@v2.0\n        with:\n          envkey_ENV_VPC_CONNECTOR: ${{ secrets.VPC_CONNECTOR }}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \n          envkey_ENV_REDIS_PORT: ${{ secrets.REDIS_PORT }}\n          envkey_ENV_MONGO_URI: ${{ secrets.MONGO_URI }}\n          envkey_ENV_REDIS_URL: ${{ secrets.REDIS_URL }}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n          envkey_ENV_REDIS_HOST: ${{ secrets.REDIS_HOST }}\n          envkey_ENV_CLIENT_TEST: false\n          envkey_ENV_REDIS_USERNAME: ${{ secrets.REDIS_USERNAME }}\n          envkey_ENV_FIREBASE_CONFIG: ${{ secrets.FIREBASE_CONFIG }}\n          envkey_ENV_FIREBASE_SERVICE_ACCOUNT: ${{ secrets.FIREBASE_SERVICE_ACCOUNT }}\n          envkey_ENV_REDIS_STATUS: true\n          envkey_ENV_REDIS_PASSWORD: ${{ secrets.REDIS_PASSWORD }}\n          envkey_ENV_MAIN_KEY: ${{ secrets.MAIN_KEY }}\n          envkey_ENV_REPLICA_SET: true\n          envkey_ANALYTICS_GA_TRACKING_ID: ${{ secrets.GA_TRACKING_ID }}\n          envkey_ANALYTICS_GA_API_SECRET: ${{ secrets.GA_API_SECRET }}\n          envkey_SENDGRID_API_KEY: ${{ secrets.SENDGRID_API_KEY }}\n          envkey_SENDGRID_NEW_DEVELOPER_ACCOUNT_TEMPLATE: ${{ secrets.NEW_DEVELOPER_ACCOUNT_TEMPLATE }}\n          envkey_GITHUB_STATS_TOKEN: ${{ secrets.STATS_TOKEN }}\n          envkey_AWS_BUCKET: ${{ secrets.AWS_S3_BUCKET }}\n          envkey_AWS_ACCESS_KEY: ${{ secrets.AWS_ACCESS_KEY_ID }}\n          envkey_AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}\n          envkey_AWS_REGION:  ${{ secrets.AWS_REGION }}\n          envkey_RUNTIME_ENV: \"production\"\n          envkey_STRIPE_SECRET_KEY: ${{ secrets.STRIPE_SECRET_KEY }}\n          envkey_STRIPE_ENDPOINT_SECRET: ${{ secrets.STRIPE_ENDPOINT_SECRET }}\n          envkey_ENV_SPEECH_TO_TEXT_API: ${{ secrets.ENV_SPEECH_TO_TEXT_API }}\n          envkey_ENV_IGBO_STT_URL: ${{ secrets.ENV_IGBO_STT_URL }}\n          envkey_ENV_IGBO_TO_ENGLISH_URL: ${{ secrets.ENV_IGBO_TO_ENGLISH_URL }}\n          envkey_ENV_ENGLISH_TO_IGBO_URL: ${{ secrets.ENV_ENGLISH_TO_IGBO_URL }}\n          directory: functions\n      - name: Build Production Project\n        run: |\n          firebase functions:config:set runtime.env=production --token $FIREBASE_TOKEN\n          npm run build\n      - name: Migrate MongoDB Data\n        run: |\n          firebase functions:config:set env.redis_status=true runtime.env=production --token $FIREBASE_TOKEN\n          npm run migrate-up\n      - name: Deploy Production Firebase Functions\n        run: |\n          firebase deploy --project=igbo-api-bb22d --only functions\n      - name: Deploy Production Firebase Hosting\n        run: |\n          firebase deploy --project=igbo-api-bb22d --only hosting\n        env:\n          FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}\n      - name: Delete .env\n        run: rm -rf ./functions/.env\n"
  },
  {
    "path": ".github/workflows/dockerize.yml",
    "content": "name: Dockerize Igbo API\n\non:\n  push:\n    branches:\n      - master\n\njobs:\n  dockerize:\n    name: Dockerize\n    runs-on: ubuntu-latest\n\n    steps:\n      - name: Git checkout\n        uses: actions/checkout@v2\n      - name: Use Node.js @20\n        uses: actions/setup-node@v1\n        with:\n          node-version: 20\n      - name: Log into Docker Account\n        run: echo $DOCKER_PASSWORD | docker login -u $DOCKER_USERNAME --password-stdin\n        env:\n          DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}\n          DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}\n      - name: Build Docker Image\n        run: docker build -t igbo_api .\n      - name: Push Docker Image\n        run: |\n          docker tag igbo_api $DOCKER_USERNAME/igbo_api_server\n          docker push $DOCKER_USERNAME/igbo_api_server\n        env:\n          DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}\n"
  },
  {
    "path": ".github/workflows/integration.yml",
    "content": "name: Test Suite\n\non:\n  workflow_dispatch:\n  pull_request:\n\nenv:\n  FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}\n  CI: test\n  NODE_ENV: test\n  MAIN_KEY: ${{ secrets.MAIN_KEY }}\n\njobs:\n  test:\n    name: Build and Test\n    runs-on: ubuntu-latest\n    timeout-minutes: 15\n\n    strategy:\n      matrix:\n        node-version: [20.x]\n        mongodb-version: [5.0, 6.0]\n\n    steps:\n      - name: Git checkout\n        uses: actions/checkout@v2\n      - name: Use Node.js @${{ matrix.node-version }}\n        uses: actions/setup-node@v1\n        with:\n          node-version: ${{ matrix.node-version }}\n      - name: Start MongoDB\n        uses: supercharge/mongodb-github-action@1.3.0\n        with:\n          mongodb-version: ${{ matrix.mongodb-version }}\n      - name: Install Project Dependencies\n        run: |\n          rm -rf ./node_modules; npm install\n          npm install -g firebase-tools\n      - name: Build Server\n        run: |\n          npm run build\n      - name: Test Server Build Process\n        run: npm run test:build\n      - name: Test Backend\n        run: npm run jest:backend\n      - name: Test Frontend\n        run: npm run jest:frontend\n"
  },
  {
    "path": ".github/workflows/lint.yml",
    "content": "name: Lint\n\non: push\n\njobs:\n  run-linters:\n    name: Run linters\n    runs-on: ubuntu-latest\n\n    steps:\n      - name: Git checkout\n        uses: actions/checkout@v2\n\n      - name: Use Node.js v20\n        uses: actions/setup-node@v1\n        with:\n          node-version: 20\n\n      - name: Install Node.js dependencies\n        run: npm install\n\n      - name: Run ESLint\n        run: npx eslint ./src\n\n      - name: Run TS\n        run: npx tsc --noEmit"
  },
  {
    "path": ".github/workflows/release.yml",
    "content": "name: Release\n\non:\n  push:\n    branches:\n      - master\n\njobs:\n  release:\n    name: Release\n    runs-on: ubuntu-latest\n\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v2\n        with:\n          fetch-depth: 0\n          persist-credentials: false\n      - name: Use Node.js v20\n        uses: actions/setup-node@v1\n        with:\n          node-version: 20\n      - name: Install Dependencies\n        run: npm install\n      - name: Release\n        env:\n          GITHUB_TOKEN: ${{ secrets.RELEASE_ACCESS_TOKEN }}\n        run: npx semantic-release\n"
  },
  {
    "path": ".gitignore",
    "content": "# Logs\nlogs\n*.log\nnpm-debug.log*\nyarn-debug.log*\nyarn-error.log*\nlerna-debug.log*\n\n# MongoDB Database\ndump/\ndb/\nmongos/\n\n# Transpiled code\nbuild/\n\n# VSCode\n.vscode/\n\n# Diagnostic reports (https://nodejs.org/api/report.html)\nreport.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json\n\n# Runtime data\npids\n*.pid\n*.seed\n*.pid.lock\n\n# Directory for instrumented libs generated by jscoverage/JSCover\nlib-cov\n\n# Coverage directory used by tools like istanbul\ncoverage\n*.lcov\n\n# nyc test coverage\n.nyc_output\n\n# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)\n.grunt\n\n# Bower dependency directory (https://bower.io/)\nbower_components\n\n# node-waf configuration\n.lock-wscript\n\n# Compiled binary addons (https://nodejs.org/api/addons.html)\nbuild/Release\n\n# Built files\nbuild/\n\n# Dependency directories\nnode_modules/\njspm_packages/\n\n# Snowpack dependency directory (https://snowpack.dev/)\nweb_modules/\n\n# TypeScript cache\n*.tsbuildinfo\n\n# Optional npm cache directory\n.npm\n\n# Optional eslint cache\n.eslintcache\n\n# Microbundle cache\n.rpt2_cache/\n.rts2_cache_cjs/\n.rts2_cache_es/\n.rts2_cache_umd/\n\n# Optional REPL history\n.node_repl_history\n\n# Output of 'npm pack'\n*.tgz\n\n# Output of database backup\n*.tar.*\n\n# Yarn Integrity file\n.yarn-integrity\n\n# dotenv environment variables file\n.env*\n\n# parcel-bundler cache (https://parceljs.org/)\n.cache\n.parcel-cache\n\n# Next.js build output\n.next\nout\n\n# Nuxt.js build / generate output\n.nuxt\ndist\n\n# Gatsby files\n.cache/\n\n# vuepress build output\n.vuepress/dist\n\n# Serverless directories\n.serverless/\n\n# FuseBox cache\n.fusebox/\n\n# DynamoDB Local files\n.dynamodb/\n\n# TernJS port file\n.tern-port\n\n# Stores VSCode versions used for testing VSCode extensions\n.vscode-test\n.vscode\n\n# yarn v2\n.yarn/cache\n.yarn/unplugged\n.yarn/build-state.yml\n.yarn/install-state.gz\n.pnp.*\n\n# Cypress\n./cypress/\n\n# Jest\n__tests__/__mocks__/dictionaries/\n\n# Backup directories\n./igbo_api_db\n./aws_pronunciations\n\n# misc\n.DS_Store\n\n# Firebase\nsrc/services/firebase.ts\nfunctions/node_modules\nfunctions/src\nfunctions/dictionaries\nfunctions/yarn.lock\nfunctions/pnpm-lock.yaml\nyarn.lock\npnpm-lock.yaml\n.idea\n.firebaserc\n"
  },
  {
    "path": ".npmrc",
    "content": "engine-strict = true\n"
  },
  {
    "path": ".prettierignore",
    "content": "**/*.d.ts"
  },
  {
    "path": ".prettierrc.json",
    "content": "{\n  \"parser\": \"flow\",\n  \"printWidth\": 100,\n  \"singleQuote\": true,\n  \"trailingComma\": \"es5\",\n  \"semi\": true,\n  \"tabWidth\": 2\n}\n"
  },
  {
    "path": ".releaserc",
    "content": "{\n  \"branches\": [\"master\"],\n  \"plugins\": [\n    [\"@semantic-release/commit-analyzer\", {\n      \"preset\": \"angular\",\n      \"releaseRules\": [\n        {\"type\": \"docs\", \"scope\": \"README\", \"release\": \"patch\"},\n        {\"type\": \"refactor\", \"release\": \"patch\"},\n        {\"type\": \"style\", \"release\": \"patch\"}\n      ],\n      \"parserOpts\": {\n        \"noteKeywords\": [\"BREAKING CHANGE\", \"BREAKING CHANGES\"]\n      }\n    }],\n    [\"@semantic-release/release-notes-generator\", {\n      \"preset\": \"angular\",\n      \"parserOpts\": {\n        \"noteKeywords\": [\"BREAKING CHANGE\", \"BREAKING CHANGES\"]\n      },\n      \"writerOpts\": {\n        \"commitsSort\": [\"subject\", \"scope\"]\n      }\n    }],\n    [\"@semantic-release/changelog\", {\n      \"changelogFile\": \"CHANGELOG.md\",\n      \"changelogTitle\": \"Igbo API Changelog\"\n    }],\n    [\"@semantic-release/npm\", {\n      \"npmPublish\": false\n    }],\n    [\"@semantic-release/git\", {\n      \"assets\": [\"dist/**/*.{js,css}\", \"docs\", \"package.json\"],\n      \"message\": \"chore(release): ${nextRelease.version} [skip ci]\\n\\n${nextRelease.notes}\"\n    }]\n  ]\n}\n"
  },
  {
    "path": "@types/bcrypt.d.ts",
    "content": "declare module 'bcrypt';\n"
  },
  {
    "path": "@types/body-parser.d.ts",
    "content": "declare module 'body-parser';\n"
  },
  {
    "path": "@types/compression.d.ts",
    "content": "declare module 'compression';\n"
  },
  {
    "path": "@types/console.d.ts",
    "content": "declare global {\n  interface Console {\n    green(message?: any, ...optionalParams: any[]): void;\n    blue(message?: any, ...optionalParams: any[]): void;\n    red(message?: any, ...optionalParams: any[]): void;\n  }\n}\n\nexport {};\n"
  },
  {
    "path": "@types/diacriticless.d.ts",
    "content": "declare module 'diacriticless';"
  },
  {
    "path": "@types/environment.d.ts",
    "content": "declare global {\n  namespace NodeJS {\n    interface ProcessEnv {\n      // @ts-expect-error  Nodejs process override\n      readonly NODE_ENV: 'development' | 'production' | 'test' | 'build';\n    }\n  }\n}\n\nexport {};\n"
  },
  {
    "path": "@types/express-rate-limit.d.ts",
    "content": "declare module 'express-rate-limit';\n"
  },
  {
    "path": "@types/is-word.d.ts",
    "content": "declare module 'is-word';\n"
  },
  {
    "path": "@types/morgan.d.ts",
    "content": "declare module 'morgan';\n"
  },
  {
    "path": "@types/react-scroll.d.ts",
    "content": "declare module 'react-scroll';\n"
  },
  {
    "path": "@types/shelljs.d.ts",
    "content": "declare module 'shelljs';\n"
  },
  {
    "path": "@types/string-similarity.d.ts",
    "content": "declare module 'string-similarity';\n"
  },
  {
    "path": "@types/supertest.d.ts",
    "content": "declare module 'supertest';"
  },
  {
    "path": "@types/uuid.d.ts",
    "content": "declare module 'uuid';\n"
  },
  {
    "path": "Dockerfile",
    "content": "FROM node:18\n\nWORKDIR /app\n\nCOPY package.json ./\n\nRUN npm install\n\nCOPY . .\n\nRUN npm run build\n\nENV PORT=8080\nENV CONTAINER_HOST=mongodb\n\nEXPOSE 8080\n\nCMD [\"npm\", \"start\"]"
  },
  {
    "path": "LICENSE.md",
    "content": "                                 Apache License\n                           Version 2.0, January 2004\n                        http://www.apache.org/licenses/\n\n   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n   1. Definitions.\n\n      \"License\" shall mean the terms and conditions for use, reproduction,\n      and distribution as defined by Sections 1 through 9 of this document.\n\n      \"Licensor\" shall mean the copyright owner or entity authorized by\n      the copyright owner that is granting the License.\n\n      \"Legal Entity\" shall mean the union of the acting entity and all\n      other entities that control, are controlled by, or are under common\n      control with that entity. For the purposes of this definition,\n      \"control\" means (i) the power, direct or indirect, to cause the\n      direction or management of such entity, whether by contract or\n      otherwise, or (ii) ownership of fifty percent (50%) or more of the\n      outstanding shares, or (iii) beneficial ownership of such entity.\n\n      \"You\" (or \"Your\") shall mean an individual or Legal Entity\n      exercising permissions granted by this License.\n\n      \"Source\" form shall mean the preferred form for making modifications,\n      including but not limited to software source code, documentation\n      source, and configuration files.\n\n      \"Object\" form shall mean any form resulting from mechanical\n      transformation or translation of a Source form, including but\n      not limited to compiled object code, generated documentation,\n      and conversions to other media types.\n\n      \"Work\" shall mean the work of authorship, whether in Source or\n      Object form, made available under the License, as indicated by a\n      copyright notice that is included in or attached to the work\n      (an example is provided in the Appendix below).\n\n      \"Derivative Works\" shall mean any work, whether in Source or Object\n      form, that is based on (or derived from) the Work and for which the\n      editorial revisions, annotations, elaborations, or other modifications\n      represent, as a whole, an original work of authorship. For the purposes\n      of this License, Derivative Works shall not include works that remain\n      separable from, or merely link (or bind by name) to the interfaces of,\n      the Work and Derivative Works thereof.\n\n      \"Contribution\" shall mean any work of authorship, including\n      the original version of the Work and any modifications or additions\n      to that Work or Derivative Works thereof, that is intentionally\n      submitted to Licensor for inclusion in the Work by the copyright owner\n      or by an individual or Legal Entity authorized to submit on behalf of\n      the copyright owner. For the purposes of this definition, \"submitted\"\n      means any form of electronic, verbal, or written communication sent\n      to the Licensor or its representatives, including but not limited to\n      communication on electronic mailing lists, source code control systems,\n      and issue tracking systems that are managed by, or on behalf of, the\n      Licensor for the purpose of discussing and improving the Work, but\n      excluding communication that is conspicuously marked or otherwise\n      designated in writing by the copyright owner as \"Not a Contribution.\"\n\n      \"Contributor\" shall mean Licensor and any individual or Legal Entity\n      on behalf of whom a Contribution has been received by Licensor and\n      subsequently incorporated within the Work.\n\n   2. Grant of Copyright License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      copyright license to reproduce, prepare Derivative Works of,\n      publicly display, publicly perform, sublicense, and distribute the\n      Work and such Derivative Works in Source or Object form.\n\n   3. Grant of Patent License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      (except as stated in this section) patent license to make, have made,\n      use, offer to sell, sell, import, and otherwise transfer the Work,\n      where such license applies only to those patent claims licensable\n      by such Contributor that are necessarily infringed by their\n      Contribution(s) alone or by combination of their Contribution(s)\n      with the Work to which such Contribution(s) was submitted. If You\n      institute patent litigation against any entity (including a\n      cross-claim or counterclaim in a lawsuit) alleging that the Work\n      or a Contribution incorporated within the Work constitutes direct\n      or contributory patent infringement, then any patent licenses\n      granted to You under this License for that Work shall terminate\n      as of the date such litigation is filed.\n\n   4. Redistribution. You may reproduce and distribute copies of the\n      Work or Derivative Works thereof in any medium, with or without\n      modifications, and in Source or Object form, provided that You\n      meet the following conditions:\n\n      (a) You must give any other recipients of the Work or\n          Derivative Works a copy of this License; and\n\n      (b) You must cause any modified files to carry prominent notices\n          stating that You changed the files; and\n\n      (c) You must retain, in the Source form of any Derivative Works\n          that You distribute, all copyright, patent, trademark, and\n          attribution notices from the Source form of the Work,\n          excluding those notices that do not pertain to any part of\n          the Derivative Works; and\n\n      (d) If the Work includes a \"NOTICE\" text file as part of its\n          distribution, then any Derivative Works that You distribute must\n          include a readable copy of the attribution notices contained\n          within such NOTICE file, excluding those notices that do not\n          pertain to any part of the Derivative Works, in at least one\n          of the following places: within a NOTICE text file distributed\n          as part of the Derivative Works; within the Source form or\n          documentation, if provided along with the Derivative Works; or,\n          within a display generated by the Derivative Works, if and\n          wherever such third-party notices normally appear. The contents\n          of the NOTICE file are for informational purposes only and\n          do not modify the License. You may add Your own attribution\n          notices within Derivative Works that You distribute, alongside\n          or as an addendum to the NOTICE text from the Work, provided\n          that such additional attribution notices cannot be construed\n          as modifying the License.\n\n      You may add Your own copyright statement to Your modifications and\n      may provide additional or different license terms and conditions\n      for use, reproduction, or distribution of Your modifications, or\n      for any such Derivative Works as a whole, provided Your use,\n      reproduction, and distribution of the Work otherwise complies with\n      the conditions stated in this License.\n\n   5. Submission of Contributions. Unless You explicitly state otherwise,\n      any Contribution intentionally submitted for inclusion in the Work\n      by You to the Licensor shall be under the terms and conditions of\n      this License, without any additional terms or conditions.\n      Notwithstanding the above, nothing herein shall supersede or modify\n      the terms of any separate license agreement you may have executed\n      with Licensor regarding such Contributions.\n\n   6. Trademarks. This License does not grant permission to use the trade\n      names, trademarks, service marks, or product names of the Licensor,\n      except as required for reasonable and customary use in describing the\n      origin of the Work and reproducing the content of the NOTICE file.\n\n   7. Disclaimer of Warranty. Unless required by applicable law or\n      agreed to in writing, Licensor provides the Work (and each\n      Contributor provides its Contributions) on an \"AS IS\" BASIS,\n      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n      implied, including, without limitation, any warranties or conditions\n      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n      PARTICULAR PURPOSE. You are solely responsible for determining the\n      appropriateness of using or redistributing the Work and assume any\n      risks associated with Your exercise of permissions under this License.\n\n   8. Limitation of Liability. In no event and under no legal theory,\n      whether in tort (including negligence), contract, or otherwise,\n      unless required by applicable law (such as deliberate and grossly\n      negligent acts) or agreed to in writing, shall any Contributor be\n      liable to You for damages, including any direct, indirect, special,\n      incidental, or consequential damages of any character arising as a\n      result of this License or out of the use or inability to use the\n      Work (including but not limited to damages for loss of goodwill,\n      work stoppage, computer failure or malfunction, or any and all\n      other commercial damages or losses), even if such Contributor\n      has been advised of the possibility of such damages.\n\n   9. Accepting Warranty or Additional Liability. While redistributing\n      the Work or Derivative Works thereof, You may choose to offer,\n      and charge a fee for, acceptance of support, warranty, indemnity,\n      or other liability obligations and/or rights consistent with this\n      License. However, in accepting such obligations, You may act only\n      on Your own behalf and on Your sole responsibility, not on behalf\n      of any other Contributor, and only if You agree to indemnify,\n      defend, and hold each Contributor harmless for any liability\n      incurred by, or claims asserted against, such Contributor by reason\n      of your accepting any such warranty or additional liability.\n\n   END OF TERMS AND CONDITIONS\n\n   APPENDIX: How to apply the Apache License to your work.\n\n      To apply the Apache License to your work, attach the following\n      boilerplate notice, with the fields enclosed by brackets \"[]\"\n      replaced with your own identifying information. (Don't include\n      the brackets!)  The text should be enclosed in the appropriate\n      comment syntax for the file format. We also recommend that a\n      file or class name and description of purpose be included on the\n      same \"printed page\" as the copyright notice for easier\n      identification within third-party archives.\n\n   Copyright 2023 Nkọwa okwu\n\n   Licensed under the Apache License, Version 2.0 (the \"License\");\n   you may not use this file except in compliance with the License.\n   You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n   Unless required by applicable law or agreed to in writing, software\n   distributed under the License is distributed on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for the specific language governing permissions and\n   limitations under the License.\n"
  },
  {
    "path": "README.md",
    "content": "# Igbo API\n\n[![Deploy to Firebase](https://github.com/nkowaokwu/igbo_api/actions/workflows/deploy.yml/badge.svg)](https://github.com/nkowaokwu/igbo_api/actions/workflows/deploy.yml) [![Dockerize Igbo API](https://github.com/nkowaokwu/igbo_api/actions/workflows/dockerize.yml/badge.svg)](https://github.com/nkowaokwu/igbo_api/actions/workflows/dockerize.yml)\n\n[Contributing](./.github/CONTRIBUTING.md) | [Documentation](https://igboapi.com/docs) | [Code of Conduct](./.github/CODE_OF_CONDUCT.md) | [Slack Channel](https://igboapi.slack.com)\n\n> Igbo is the principal native language of the Igbo people, an ethnic group of southeastern Nigeria, and is spoken by approx 45 million people with more than 20 different dialects.\n\n## Demo\n\n[Try the Igbo API here](https://igboapi.com)\n\n## Get Started\n\nVisit our [docs website](https://docs.igboapi.com) to get started with using the Igbo API.\n\nVisit the [Igbo API Docs repo](https://github.com/nkowaokwu/igbo_api_docs) to help improve our docs.\n"
  },
  {
    "path": "__mocks__/@chakra-ui/react.tsx",
    "content": "import React from 'react';\nimport * as Chakra from '../../node_modules/@chakra-ui/react';\n\nexport const Tooltip = ({ children }: { children: any }) => <>{children}</>;\nexport const {\n  Box,\n  Drawer,\n  DrawerBody,\n  DrawerContent,\n  DrawerFooter,\n  DrawerHeader,\n  DrawerOverlay,\n  Center,\n  Square,\n  Collapse,\n  Container,\n  Flex,\n  Grid,\n  GridItem,\n  SimpleGrid,\n  Link,\n  Stack,\n  Select,\n  Wrap,\n  HStack,\n  VStack,\n  Button,\n  Checkbox,\n  CheckboxGroup,\n  Radio,\n  RadioGroup,\n  RangeSlider,\n  RangeSliderTrack,\n  RangeSliderFilledTrack,\n  RangeSliderThumb,\n  Slider,\n  SliderTrack,\n  SliderFilledTrack,\n  SliderThumb,\n  SliderMark,\n  Switch,\n  Textarea,\n  Input,\n  InputGroup,\n  InputLeftElement,\n  InputRightElement,\n  Code,\n  Badge,\n  Divider,\n  Tag,\n  TagLabel,\n  TagLeftIcon,\n  TagRightIcon,\n  TagCloseButton,\n  PinInput,\n  PinInputField,\n  Progress,\n  CircularProgress,\n  CircularProgressLabel,\n  List,\n  ListItem,\n  ListIcon,\n  OrderedList,\n  UnorderedList,\n  Heading,\n  // Tooltip,\n  Skeleton,\n  Stat,\n  StatLabel,\n  StatNumber,\n  StatHelpText,\n  AccordionButton,\n  Accordion,\n  AccordionIcon,\n  AccordionItem,\n  AccordionPanel,\n  Spinner,\n  Tabs,\n  TabList,\n  TabPanel,\n  TabPanels,\n  Tab,\n  Text,\n  Image,\n  Icon,\n  IconButton,\n  Hide,\n  Fade,\n  SlideFade,\n  FormControl,\n  FormLabel,\n  AlertDialog,\n  AlertDialogBody,\n  AlertDialogFooter,\n  AlertDialogHeader,\n  AlertDialogContent,\n  AlertDialogOverlay,\n  Menu,\n  MenuButton,\n  MenuList,\n  MenuItem,\n  MenuItemOption,\n  MenuGroup,\n  MenuOptionGroup,\n  MenuDivider,\n  Modal,\n  ModalOverlay,\n  ModalContent,\n  ModalHeader,\n  ModalFooter,\n  ModalBody,\n  ModalCloseButton,\n  Popover,\n  PopoverTrigger,\n  PopoverContent,\n  PopoverHeader,\n  PopoverBody,\n  PopoverFooter,\n  PopoverArrow,\n  PopoverCloseButton,\n  PopoverAnchor,\n  Show,\n  Avatar,\n  AvatarBadge,\n  AvatarGroup,\n  Portal,\n  PortalManager,\n  forwardRef,\n  popperCSSVars,\n  VisuallyHidden,\n  useBreakpoint,\n  useDisclosure,\n  usePopover,\n  usePrevious,\n  useStyleConfig,\n  useTheme,\n  useToast,\n  chakra,\n  extendTheme,\n  createMultiStyleConfigHelpers,\n  ChakraProvider,\n} = Chakra;\n\nexport const useBreakpointValue = (breakpoints: any) => Object.values(breakpoints)[0];\n\nexport default Chakra;\n"
  },
  {
    "path": "__mocks__/@sendgrid/mail.ts",
    "content": "export default {};\n"
  },
  {
    "path": "__mocks__/axios.ts",
    "content": "export const mockRequest = jest.fn((config) => config);\nexport const request = jest.fn(() => ({ data: {}, catch: jest.fn(() => ({ data: {} })) }));\n// @ts-expect-error request\nmockRequest.request = request;\n\nexport default mockRequest;\n"
  },
  {
    "path": "__mocks__/bcrypt.ts",
    "content": "export const hash = jest.fn(() => 'hashed-password');\n"
  },
  {
    "path": "__mocks__/firebase/app.ts",
    "content": "export const initializeApp = jest.fn();\nexport const getApps = jest.fn(() => []);\nexport const getApp = jest.fn();\n"
  },
  {
    "path": "__mocks__/firebase/auth.ts",
    "content": "export const getAuth = jest.fn(() => ({\n  currentUser: {\n    uid: 'uid',\n    getIdToken: () => 'uid-id-token',\n  },\n}));\nexport const connectAuthEmulator = jest.fn();\n"
  },
  {
    "path": "__mocks__/firebase/functions.ts",
    "content": "export const getFunctions = jest.fn(() => ({}));\nexport const connectFunctionsEmulator = jest.fn();\n"
  },
  {
    "path": "__mocks__/firebase-admin.ts",
    "content": "export const auth = jest.fn(() => ({\n  verifyIdToken: jest.fn((id) => ({\n    uid: id,\n  })),\n}));\n"
  },
  {
    "path": "__mocks__/firebase-functions/v1.ts",
    "content": "export const https = {\n  onCall: jest.fn(),\n};\n"
  },
  {
    "path": "__mocks__/i18next.ts",
    "content": "import * as i18next from '../node_modules/i18next';\n\nexport const changeLanguage = jest.fn();\n\nexport default i18next;\n"
  },
  {
    "path": "__mocks__/mongoose.ts",
    "content": "import mongoose from 'mongoose';\nexport { Types, Schema, Document } from 'mongoose';\nimport Plan from '../src/shared/constants/Plan';\n\nexport class Model {\n  local = {};\n  constructor(value: object) {\n    this.local = { ...value, toJSON: () => value, id: 'static', plan: Plan.STARTER };\n  }\n\n  static find() {\n    return [];\n  }\n\n  static findOne() {\n    return {\n      id: 'static',\n      type: 'static',\n      toJSON: () => ({ id: 'static', type: 'static' }),\n      save: () => ({\n        id: 'static',\n        type: 'static',\n        toJSON: () => ({\n          id: 'static',\n          type: 'static',\n        }),\n      }),\n    };\n  }\n\n  save() {\n    return { ...this.local, save: () => ({ ...this.local, toJSON: () => this.local }) };\n  }\n}\n\nexport const closeMock = jest.fn();\nexport const modelMock = jest.fn(() => Model);\nconst connection = {\n  readyState: 1,\n  close: closeMock,\n  model: modelMock,\n};\n\nexport default {\n  ...mongoose,\n  connection,\n  createConnection: jest.fn(() => connection),\n  on: jest.fn(),\n};\n"
  },
  {
    "path": "__mocks__/next/font/google.ts",
    "content": "export const Inter = jest.fn(() => ({ style: { fontFamily: 'inter' } }));\n"
  },
  {
    "path": "__mocks__/next/router.ts",
    "content": "import * as next from 'next/dist/client/router';\n\nexport const routerPushMock = jest.fn();\nexport const useRouter = jest.fn(() => ({\n  push: routerPushMock,\n}));\n\nexport default next;\n"
  },
  {
    "path": "__mocks__/react-firebase-hooks/auth.ts",
    "content": "import { decodedIdTokenFixture } from '../../__tests__/shared/uiFixtures';\n\nexport const onAuthStateChanged = jest.fn(() => () => {});\n\nexport const useAuthState = jest.fn(() => [decodedIdTokenFixture(), false]);\n"
  },
  {
    "path": "__mocks__/shelljs.ts",
    "content": "export default {\n  mkdir: jest.fn(),\n};\n"
  },
  {
    "path": "__mocks__/stripe.ts",
    "content": "class Stripe {\n  apiKey = '';\n  prices = {\n    list: jest.fn(() => ({ data: [{ id: 'price_id' }] })),\n  };\n  checkout = {\n    sessions: {\n      create: jest.fn(() => ({ url: 'checkout_session_url' })),\n      retrieve: jest.fn(() => ({ customer: 'checkout_session_customer' })),\n    },\n  };\n  billingPortal = {\n    sessions: {\n      create: jest.fn(() => ({ url: 'portal_session_url' })),\n    },\n  };\n  webhooks = {\n    constructEvent: jest.fn(() => ({ object: {} })),\n  };\n\n  constructor(apiKey: string) {\n    this.apiKey = apiKey;\n  }\n}\n\nexport default Stripe;\n"
  },
  {
    "path": "__mocks__/uuid.ts",
    "content": "export const v4 = jest.fn(() => 'generated-uuid');\n"
  },
  {
    "path": "__tests__/__mocks__/data.mock.json",
    "content": "{\n    \"ànì\": [\n        {\n            \"wordClass\": \"noun\",\n            \"definitions\": [\n                \"A. land; ground; soil\"\n            ],\n            \"examples\": [],\n            \"phrases\": {\n                \"ànì apìtì\": {\n                    \"definitions\": [\n                        \"swamp\"\n                    ],\n                    \"examples\": []\n                },\n                \"ànị èdò\": {\n                    \"definitions\": [\n                        \"Atanị area\"\n                    ],\n                    \"examples\": []\n                },\n                \"ànì ezè\": {\n                    \"definitions\": [\n                        \"kingdom\"\n                    ],\n                    \"examples\": []\n                },\n                \"ànì isī\": {\n                    \"definitions\": [\n                        \"skull of head\"\n                    ],\n                    \"examples\": []\n                },\n                \"ànị mmadù\": {\n                    \"definitions\": [\n                        \"A. foreign country; another person’s land\",\n                        \"B. land of the living (opposed to ànì mmụọ)\"\n                    ],\n                    \"examples\": []\n                },\n                \"ànì mmanụ anwū nà mmili ala efī\": {\n                    \"definitions\": [\n                        \"promised land (land of milk and honey)\"\n                    ],\n                    \"examples\": []\n                },\n                \"ànị mmānya\": {\n                    \"definitions\": [\n                        \"dregs of wine\"\n                    ],\n                    \"examples\": []\n                },\n                \"ànì mmarùbe\": {\n                    \"definitions\": [\n                        \"earthquake\"\n                    ],\n                    \"examples\": []\n                },\n                \"ànị mmụọ\": {\n                    \"definitions\": [\n                        \"land of the dead (opposed to ànị mmadù, land of the living) (Christian usage) hell; Hades\"\n                    ],\n                    \"examples\": [\n                        \"Ọ līdàlù n’ànị mmụọ He descended into hell\"\n                    ]\n                },\n                \"ànì obì\": {\n                    \"definitions\": [\n                        \"place of abode; settlement\"\n                    ],\n                    \"examples\": []\n                },\n                \"ànì ogwē akā\": {\n                    \"definitions\": [\n                        \"forearm\"\n                    ],\n                    \"examples\": []\n                },\n                \"ànì okwū\": {\n                    \"definitions\": [\n                        \"most important part of the story\"\n                    ],\n                    \"examples\": []\n                },\n                \"ànì olū\": {\n                    \"definitions\": [\n                        \"land overflowed in wet season\"\n                    ],\n                    \"examples\": []\n                },\n                \"ànì ọcha\": {\n                    \"definitions\": [\n                        \"A. dry land, not overflowed in wet season\",\n                        \"B. Igbo land\"\n                    ],\n                    \"examples\": []\n                },\n                \"ànị ōma jìjìjì\": {\n                    \"definitions\": [\n                        \"earthquake\"\n                    ],\n                    \"examples\": []\n                },\n                \"ànì ọnà ọcha nà ọnā èdò\": {\n                    \"definitions\": [\n                        \"land of gold and silver\"\n                    ],\n                    \"examples\": []\n                },\n                \"ànì ụkwū\": {\n                    \"definitions\": [\n                        \"heel of the foot\"\n                    ],\n                    \"examples\": []\n                },\n                \"ànì ụlō\": {\n                    \"definitions\": [\n                        \"clay soil\"\n                    ],\n                    \"examples\": []\n                },\n                \"akwụ ànì\": {\n                    \"definitions\": [\n                        \"white ant (the type that lives in the ground) (literally palmnut of the ground)\"\n                    ],\n                    \"examples\": []\n                },\n                \"àrụ ànì\": {\n                    \"definitions\": [\n                        \"quietness\"\n                    ],\n                    \"examples\": []\n                },\n                \"awa ànì\": {\n                    \"definitions\": [\n                        \"division, plot, of land\"\n                    ],\n                    \"examples\": []\n                },\n                \"-bọ ànì\": {\n                    \"definitions\": [\n                        \"scratch, paw the ground (of fowls, dogs)\"\n                    ],\n                    \"examples\": []\n                },\n                \"-dị ànì\": {\n                    \"definitions\": [\n                        \"be low\"\n                    ],\n                    \"examples\": [\n                        \"Oche à dì ànì This chair is low\"\n                    ]\n                },\n                \"-do ànì\": {\n                    \"definitions\": [\n                        \"settle a country; establish peace\"\n                    ],\n                    \"examples\": []\n                },\n                \"-dolu ànì\": {\n                    \"definitions\": [\n                        \"put down\"\n                    ],\n                    \"examples\": []\n                },\n                \"-dolu àrụ ànì\": {\n                    \"definitions\": [\n                        \"take things easy\"\n                    ],\n                    \"examples\": []\n                },\n                \"enu ànì\": {\n                    \"definitions\": [\n                        \"dry land (as opposed to water); high land between Asaba and Agbor\"\n                    ],\n                    \"examples\": []\n                },\n                \"enū nà ànì\": {\n                    \"definitions\": [\n                        \"‘up and down’; blouse and wrapper made of same material\"\n                    ],\n                    \"examples\": []\n                },\n                \"-fè ànì\": {\n                    \"definitions\": [\n                        \"prepare land for planting by propitiating the gods concerned\"\n                    ],\n                    \"examples\": []\n                },\n                \"-gbabo ànì\": {\n                    \"definitions\": [\n                        \"kick up the ground\"\n                    ],\n                    \"examples\": []\n                },\n                \"-gbakìlì ànì\": {\n                    \"definitions\": [\n                        \"run hither and thither; make fuss; be dilatory, going hither and thither without anything being seen done by the person; dilly- dally\"\n                    ],\n                    \"examples\": []\n                },\n                \"-kpa okē ànì\": {\n                    \"definitions\": [\n                        \"make boundary between lands\"\n                    ],\n                    \"examples\": []\n                },\n                \"-kpọbo ànì\": {\n                    \"definitions\": [\n                        \"level ground; break ground for planting\"\n                    ],\n                    \"examples\": []\n                },\n                \"-kpọ isi ànì\": {\n                    \"definitions\": [\n                        \"prostrate; cringe; worship; beg\"\n                    ],\n                    \"examples\": []\n                },\n                \"-kpọ ànì\": {\n                    \"definitions\": [\n                        \"clear ground by burning\"\n                    ],\n                    \"examples\": []\n                },\n                \"-lu ànì\": {\n                    \"definitions\": [\n                        \"arrive at a settlement or conclusion\"\n                    ],\n                    \"examples\": []\n                },\n                \"-lụ ànì\": {\n                    \"definitions\": [\n                        \"wreak havoc; commit treachery, abominably wicked or cruel act\"\n                    ],\n                    \"examples\": []\n                },\n                \"-lụcha ànì\": {\n                    \"definitions\": [\n                        \"cultivate land; clear weeds\"\n                    ],\n                    \"examples\": []\n                },\n                \"ǹgwu ànì\": {\n                    \"definitions\": [\n                        \"tool for digging; digger\"\n                    ],\n                    \"examples\": []\n                },\n                \"ǹtọ ànì\": {\n                    \"definitions\": [\n                        \"foundation; origin\"\n                    ],\n                    \"examples\": []\n                },\n                \"òbì n’ànà alā ajā\": {\n                    \"definitions\": [\n                        \"one who lives underground but does not absorb earth (i.e. masquerade)\"\n                    ],\n                    \"examples\": []\n                },\n                \"onu ànì\": {\n                    \"definitions\": [\n                        \"low tone\"\n                    ],\n                    \"examples\": []\n                },\n                \"Ọ nà-èkwu n’onu ànì\": {\n                    \"definitions\": [\n                        \"He is speaking in low tones\"\n                    ],\n                    \"examples\": []\n                },\n                \"onye ànì\": {\n                    \"definitions\": [\n                        \"fellow countryman\"\n                    ],\n                    \"examples\": []\n                },\n                \"onye ànị mmadù\": {\n                    \"definitions\": [\n                        \"foreigner; stranger\"\n                    ],\n                    \"examples\": []\n                },\n                \"ọkpụ ànì\": {\n                    \"definitions\": [\n                        \"ancient; long-established\"\n                    ],\n                    \"examples\": []\n                },\n                \"òkpụkpa ànì\": {\n                    \"definitions\": [\n                        \"making of boundary\"\n                    ],\n                    \"examples\": []\n                },\n                \"ọmụ ànì\": {\n                    \"definitions\": [\n                        \"bottom\"\n                    ],\n                    \"examples\": []\n                },\n                \"ọrụ ànì\": {\n                    \"definitions\": [\n                        \"dregs (of wine)\"\n                    ],\n                    \"examples\": []\n                },\n                \"òsụsụ ànì\": {\n                    \"definitions\": [\n                        \"cutting, clearing of bush preparatory to farming\"\n                    ],\n                    \"examples\": []\n                },\n                \"-pu n’ànì\": {\n                    \"definitions\": [\n                        \"be native or home-born, indigenous (literally grow, sprout in the soil)\"\n                    ],\n                    \"examples\": []\n                },\n                \"-rulu ànì\": {\n                    \"definitions\": [\n                        \"stoop down\"\n                    ],\n                    \"examples\": []\n                },\n                \"-runata ànì\": {\n                    \"definitions\": [\n                        \"stoop down a bit\"\n                    ],\n                    \"examples\": []\n                },\n                \"-sekpùlu ànì\": {\n                    \"definitions\": [\n                        \"worship; bow, kneel down; give honour to\"\n                    ],\n                    \"examples\": []\n                },\n                \"-sù isi n’ànì\": {\n                    \"definitions\": [\n                        \"fall headlong; throw oneself headlong\"\n                    ],\n                    \"examples\": []\n                },\n                \"-sù n’ànì\": {\n                    \"definitions\": [\n                        \"thump on the ground; set down heavily\"\n                    ],\n                    \"examples\": []\n                },\n                \"-tò anya n’ànì\": {\n                    \"definitions\": [\n                        \"be observant, watchful, careful; take notice of; watch (literally lay the eye to the ground)\"\n                    ],\n                    \"examples\": []\n                },\n                \"-tò ntì n’ànì\": {\n                    \"definitions\": [\n                        \"hearken; pay attention (literally lay the ear to the ground)\"\n                    ],\n                    \"examples\": []\n                },\n                \"-tò ǹtọ ànì\": {\n                    \"definitions\": [\n                        \"lay foundation\"\n                    ],\n                    \"examples\": []\n                },\n                \"ụgbọ ànì\": {\n                    \"definitions\": [\n                        \"lorry; car\"\n                    ],\n                    \"examples\": []\n                },\n                \"ùsọ ànì\": {\n                    \"definitions\": [\n                        \"A. boundary (of farmland)\",\n                        \"B. bank of river\"\n                    ],\n                    \"examples\": []\n                },\n                \"-wa ànì\": {\n                    \"definitions\": [\n                        \"break up land by digging; divide land for planting; dig ground\"\n                    ],\n                    \"examples\": []\n                },\n                \"-wedàta ànì\": {\n                    \"definitions\": [\n                        \"bring down; humble; humiliate\"\n                    ],\n                    \"examples\": [\n                        \"B. Ànì, Ànà the Earth Spirit, regarded as the mother of all men, the queen of the underworld, and the custodian of public morality\"\n                    ]\n                },\n                \"Ajaànà\": {\n                    \"definitions\": [\n                        \"aspect of the earth related to death rites\"\n                    ],\n                    \"examples\": []\n                },\n                \"Ànìegbòka\": {\n                    \"definitions\": [\n                        \"person’s name\"\n                    ],\n                    \"examples\": []\n                },\n                \"Ànìèmeka\": {\n                    \"definitions\": [\n                        \"person’s name (literally The land has done very well)\"\n                    ],\n                    \"examples\": []\n                },\n                \"Ànị ēzi\": {\n                    \"definitions\": [\n                        \"the shrine of Ànì owned by the head of a compound, kept in front of his house\"\n                    ],\n                    \"examples\": []\n                },\n                \"Ànị Ònìchà\": {\n                    \"definitions\": [\n                        \"secret place worshipped by Onitsha people\"\n                    ],\n                    \"examples\": []\n                },\n                \"alụlụ Ànì\": {\n                    \"definitions\": [\n                        \"injustice; maltreatment; wickedness\"\n                    ],\n                    \"examples\": []\n                },\n                \"ezē Ànì\": {\n                    \"definitions\": [\n                        \"life-size status of carved wood, representing Ànì\"\n                    ],\n                    \"examples\": []\n                },\n                \"nsọ Ànì\": {\n                    \"definitions\": [\n                        \"abomination\"\n                    ],\n                    \"examples\": []\n                },\n                \"-rù Ànì\": {\n                    \"definitions\": [\n                        \"sacrifice to Ànì\"\n                    ],\n                    \"examples\": []\n                }\n            },\n            \"variations\": [\n                \"ànà\"\n            ]\n        }\n    ],\n    \"ama\": [\n        {\n            \"wordClass\": \"n.\",\n            \"definition\": \"(also èzi amā) space in front of the compound, outside thecompound wall and beginning from the main gate; street:\",\n            \"examples\": [\n                \"Ama Madùnààgụ Madụnaagụ street\"\n            ],\n            \"phrases\": {\n                \"-nò n’ama\": {\n                    \"definition\": \"(fig.) menstruate:\",\n                    \"examples\": [\n                        \"Nwaànyì nò n’ama The woman is menstruating\"\n                    ]\n                },\n                \"-pù ama\": {\n                    \"definition\": \"go to the toilet (lit. go out to the fore-compound beyond the\",\n                    \"examples\": [\n                        \"main compound door):\",\n                        \"Anà m apù amā I am going to the toilet\"\n                    ]\n                },\n                \"-pù n’ama\": {\n                    \"definition\": \"reach age of menstruation\",\n                    \"examples\": [\n                        \"Nwaànyì pùlù n’ama The girl has reached puberty\"\n                    ]\n                },\n                \"ụzò ezi amā\": {\n                    \"definition\": \"main entrance to a compound\",\n                    \"examples\": []\n                }\n            },\n            \"variations\": []\n        }\n    ],\n    \"agụū\": [\n        {\n            \"wordClass\": \"n.\",\n            \"definition\": \"hunger; desire; eagerness\",\n            \"examples\": [],\n            \"phrases\": {\n                \"(agụū) -gụ\": {\n                    \"definition\": \"be hungry\",\n                    \"examples\": []\n                },\n                \"agụū mmīli\": {\n                    \"definition\": \"thirst\",\n                    \"examples\": []\n                },\n                \"-gụ agụū\": {\n                    \"definition\": \"hunger; desire; long for ( -gụ 2. desire)\",\n                    \"examples\": []\n                }\n            },\n            \"variations\": []\n        }\n    ],\n    \"n'oge\": [\n        {\n            \"wordClass\": \"tester\",\n            \"definition\": \"tester\",\n            \"examples\": [\"tester\"],\n            \"phrases\": {},\n            \"variations\": []\n        }\n    ],\n    \"-zu-zu\": [\n        {\n            \"wordClass\": \"tester\",\n            \"definition\": \"tester\",\n            \"examples\": [\"tester\"],\n            \"phrases\": {},\n            \"variations\": []\n        }\n    ],\n    \"bịa\": [\n        {\n            \"wordClass\": \"verb\",\n            \"definitions\": [\n                \"come\"\n            ],\n            \"examples\": [],\n            \"phrases\": {\n                \"òbịbịa\": {\n                    \"definitions\": [\n                        \"coming; advent\"\n                    ],\n                    \"examples\": []\n                },\n                \"Òbịbịaā Kraìst\": {\n                    \"definitions\": [\n                        \"Advent\"\n                    ],\n                    \"examples\": []\n                },\n                \"-bịachi anya\": {\n                    \"definitions\": [\n                        \"come regularly\"\n                    ],\n                    \"examples\": []\n                },\n                \"-bịachìgha\": {\n                    \"definitions\": [\n                        \"come; return\"\n                    ],\n                    \"examples\": []\n                },\n                \"bịadị(lì)\": {\n                    \"definitions\": [\n                        \"by the way, ...\"\n                    ],\n                    \"examples\": []\n                },\n                \"-bịakèta\": {\n                    \"definitions\": [\n                        \"come nearer\"\n                    ],\n                    \"examples\": []\n                },\n                \"-bịakwute\": {\n                    \"definitions\": [\n                        \"come near to (a person)\"\n                    ],\n                    \"examples\": []\n                },\n                \"-bịalu\": {\n                    \"definitions\": [\n                        \"arrive at; reach\"\n                    ],\n                    \"examples\": []\n                },\n                \"-bịa ǹso\": {\n                    \"definitions\": [\n                        \"approach\"\n                    ],\n                    \"examples\": []\n                },\n                \"-bịa(sò) n’àzụ\": {\n                    \"definitions\": [\n                        \"come after\"\n                    ],\n                    \"examples\": []\n                },\n                \"arō nā-abịa\": {\n                    \"definitions\": [\n                        \"A. next year (compare arō òzọ)\",\n                        \"B. coming year(s)\"\n                    ],\n                    \"examples\": []\n                },\n                \"-sibịa\": {\n                    \"definitions\": [\n                        \"come from; come (by way of)\"\n                    ],\n                    \"examples\": []\n                }\n            },\n            \"variations\": []\n        }\n    ],\n    \"ndị ndi\": [\n        {\n            \"wordClass\": \"n.\",\n            \"definition\": \"nation; people, those (plural of onye)\",\n            \"examples\": [],\n            \"phrases\": {\n                \"ndị à\": {\n                    \"definition\": \"these:\",\n                    \"examples\": [\n                        \"Akwà ndị à bụ òke ǹkè m These clothes are my share\"\n                    ]\n                },\n                \"ndị afù\": {\n                    \"definition\": \"those\",\n                    \"examples\": []\n                },\n                \"ndị aghā\": {\n                    \"definition\": \"soldiers; warriors\",\n                    \"examples\": []\n                },\n                \"ndi be\": {\n                    \"definition\": \"household; people of the house; fellow townsfolk\",\n                    \"examples\": []\n                },\n                \"ndi gboo\": {\n                    \"definition\": \"the ancients\",\n                    \"examples\": []\n                },\n                \"ndị īchiè\": {\n                    \"definition\": \"chiefs, titled persons (alive or departed)\",\n                    \"examples\": []\n                },\n                \"ndi ikènyà\": {\n                    \"definition\": \"elders; grown men; principal men\",\n                    \"examples\": []\n                },\n                \"ndị ikpē\": {\n                    \"definition\": \"the judges\",\n                    \"examples\": []\n                },\n                \"ndi isī\": {\n                    \"definition\": \"chiefs, headmen\",\n                    \"examples\": []\n                },\n                \"Ndi Isi Ōji\": {\n                    \"definition\": \"the Africans\",\n                    \"examples\": []\n                },\n                \"ndi ìsì\": {\n                    \"definition\": \"blind people\",\n                    \"examples\": []\n                },\n                \"ndị kọtùma\": {\n                    \"definition\": \"court-messengers\",\n                    \"examples\": []\n                },\n                \"ndị mbụ nà ndị\": {\n                    \"definition\": \"the ancestors\",\n                    \"examples\": []\n                },\n                \"àbò\": {\n                    \"definition\": \"dead people (spirits)\",\n                    \"examples\": []\n                },\n                \"ndị mpùm\": {\n                    \"definition\": \"highwaymen; robbers; bandits\",\n                    \"examples\": []\n                },\n                \"ndị mūlụ\": {\n                    \"definition\": \"parents\",\n                    \"examples\": []\n                },\n                \"ndị nche atụlū\": {\n                    \"definition\": \"shepherds\",\n                    \"examples\": []\n                },\n                \"ndị ǹkè nya\": {\n                    \"definition\": \"his own people\",\n                    \"examples\": []\n                },\n                \"ndị nkịtị\": {\n                    \"definition\": \"common people\",\n                    \"examples\": []\n                },\n                \"ndị ntā\": {\n                    \"definition\": \"hunters\",\n                    \"examples\": []\n                },\n                \"ndị nwufù\": {\n                    \"definition\": \"those yonder\",\n                    \"examples\": []\n                },\n                \"ndinyom\": {\n                    \"definition\": \"women; females\",\n                    \"examples\": []\n                },\n                \"ndi ochiè\": {\n                    \"definition\": \"the ancients\",\n                    \"examples\": []\n                },\n                \"Ndi ōji\": {\n                    \"definition\": \"Africans; black people\",\n                    \"examples\": []\n                },\n                \"ndị okènyè\": {\n                    \"definition\": \"elders\",\n                    \"examples\": []\n                },\n                \"ndi orī\": {\n                    \"definition\": \"rogues; highwaymen\",\n                    \"examples\": []\n                },\n                \"ndi orù\": {\n                    \"definition\": \"slaves\",\n                    \"examples\": []\n                },\n                \"ndi ōsu\": {\n                    \"definition\": \"people owned by deities; outcasts\",\n                    \"examples\": []\n                },\n                \"ndị ozī\": {\n                    \"definition\": \"messengers; the apostles\",\n                    \"examples\": []\n                },\n                \"ndị ọkù\": {\n                    \"definition\": \"fishermen\",\n                    \"examples\": []\n                },\n                \"ndị ọnwò\": {\n                    \"definition\": \"some people\",\n                    \"examples\": []\n                },\n                \"ndi ōta ōjị\": {\n                    \"definition\": \"nickname used only by the Igbo to describe the Yoruba\",\n                    \"examples\": []\n                },\n                \"ndị òyì\": {\n                    \"definition\": \"friends\",\n                    \"examples\": []\n                },\n                \"ndi Ukà\": {\n                    \"definition\": \"the Christians\",\n                    \"examples\": []\n                },\n                \"ndị ùlà\": {\n                    \"definition\": \"deceivers; cunning people\",\n                    \"examples\": []\n                },\n                \"ùwà ndi mmọọ\": {\n                    \"definition\": \"the world of spirits\",\n                    \"examples\": []\n                },\n                \"ùwà ndi oyìbo\": {\n                    \"definition\": \"luxurious pleasure-loving way of life or living; extravagant\",\n                    \"examples\": [\n                        \"life (lit. the world of the white people)\"\n                    ]\n                }\n            },\n            \"variations\": []\n        }\n    ]\n}"
  },
  {
    "path": "__tests__/__mocks__/documentData.ts",
    "content": "import mongoose from 'mongoose';\n\nconst { ObjectId } = mongoose.Types;\n\nconst wordId = new ObjectId('5f864d7401203866b6546dd3');\nconst exampleId = new ObjectId('5f864d7401203866b6546dd3');\nconst developerData = {\n  name: 'Developer',\n  email: 'developer@example.com',\n  password: 'password',\n};\n\nconst malformedDeveloperData = {\n  email: 'developer@example.com',\n  password: 'password',\n};\n\nexport { wordId, exampleId, developerData, malformedDeveloperData };\n"
  },
  {
    "path": "__tests__/__mocks__/genericWords.mock.json",
    "content": "{\n  \"meru\": [\n      \"aal\"\n  ],\n  \"ọria\": [\n      \"aals\",\n      \"dreggy\",\n      \"gregor\",\n      \"outreness\",\n      \"sclerae\",\n      \"typhomalarial\"\n  ],\n  \"maa mma\": [\n      \"aaron\",\n      \"attritive\",\n      \"bewonder\",\n      \"brutely\",\n      \"charmful\",\n      \"charming\",\n      \"charmingest\",\n      \"charmingly\",\n      \"charmingness\",\n      \"charmwise\",\n      \"mallear\",\n      \"mammered\",\n      \"mirate\",\n      \"palated\",\n      \"shaly\",\n      \"sheerest\",\n      \"stabbed\",\n      \"stabbingly\",\n      \"trefle\"\n  ],\n  \"ụgbụ\": [\n      \"aaronic\",\n      \"chider\",\n      \"clabbery\",\n      \"dragnet\",\n      \"dragnets\",\n      \"fibrilliferous\",\n      \"flabbergasts\",\n      \"honeycombing\",\n      \"hortation\",\n      \"netherstone\",\n      \"netmaker\",\n      \"netmen\",\n      \"nets\",\n      \"nettlebird\",\n      \"nettlers\",\n      \"nettles\",\n      \"nettlier\",\n      \"rousters\",\n      \"semencontra\"\n  ],\n  \"aburu ihe\": [\n      \"aaronical\"\n  ],\n  \"mbughari\": [\n      \"aaronite\",\n      \"improvership\",\n      \"migrationist\",\n      \"migratorial\",\n      \"nontransportation\",\n      \"removableness\",\n      \"retransport\",\n      \"retransportation\",\n      \"sokemanry\",\n      \"transshaping\",\n      \"transshipment\",\n      \"transshipping\",\n      \"transumption\",\n      \"trolleying\",\n      \"upswallow\"\n  ],\n  \"mmọnụ\": [\n      \"aaronitic\"\n  ],\n  \"arr.. .arrarrarr\": [\n      \"aarrgh\"\n  ],\n  \"Aarrghh\": [\n      \"aarrghh\"\n  ],\n  \"Akara\": [\n      \"aas\",\n      \"arvo\",\n      \"marksman\",\n      \"score\"\n  ],\n  \"agbada\": [\n      \"abacate\",\n      \"bowknot\",\n      \"buttstrapped\",\n      \"cuittled\",\n      \"descensional\",\n      \"doweled\",\n      \"downcourt\",\n      \"downgrading\",\n      \"downhanging\",\n      \"downy\",\n      \"downier\",\n      \"downily\",\n      \"downing\",\n      \"downless\",\n      \"galivanted\",\n      \"galivanting\",\n      \"gallivanting\",\n      \"gibbeted\",\n      \"gibbetted\",\n      \"imboldened\",\n      \"incaged\",\n      \"lowbrows\",\n      \"lowering\",\n      \"poled\",\n      \"scabious\",\n      \"staggarts\"\n  ],\n  \"acinjọ\": [\n      \"abacinate\"\n  ],\n  \"nkwụsị\": [\n      \"abacination\",\n      \"abatement\",\n      \"abbroachment\",\n      \"abdication\",\n      \"abearance\",\n      \"abecedary\",\n      \"abjection\",\n      \"abrasions\",\n      \"absquatulation\",\n      \"abthanage\",\n      \"anileness\",\n      \"annuation\",\n      \"annulation\",\n      \"annullation\",\n      \"breakback\",\n      \"breakfront\",\n      \"breakouts\",\n      \"breakpoint\",\n      \"breakpoints\",\n      \"buffability\",\n      \"cancellations\",\n      \"ceaselessness\",\n      \"celation\",\n      \"cessation\",\n      \"cessations\",\n      \"cesspits\",\n      \"curbline\",\n      \"curtails\",\n      \"curtalaxes\",\n      \"cutability\",\n      \"cutbacks\",\n      \"cutdown\",\n      \"cutdowns\",\n      \"cutinisation\",\n      \"cutinization\",\n      \"cutireaction\",\n      \"cutoffs\",\n      \"cuttages\",\n      \"decancellation\",\n      \"decantation\",\n      \"decurrences\",\n      \"decussis\",\n      \"deflowerment\",\n      \"degage\",\n      \"deglaciation\",\n      \"degranulation\",\n      \"demagnetizing\",\n      \"demersion\",\n      \"desegmentation\",\n      \"desegregation\",\n      \"desertions\",\n      \"desistance\",\n      \"desistence\",\n      \"desisting\",\n      \"detachedness\",\n      \"detaching\",\n      \"detachment\",\n      \"detergency\",\n      \"determa\",\n      \"deterrability\",\n      \"deterrable\",\n      \"dethronement\",\n      \"detumescence\",\n      \"dimercurion\",\n      \"dimerization\",\n      \"dimication\",\n      \"diminutival\",\n      \"diminutiveness\",\n      \"disconnectedness\",\n      \"disconnection\",\n      \"disconnections\",\n      \"disconnectiveness\",\n      \"discontinuance\",\n      \"discontinuances\",\n      \"discontinuation\",\n      \"discontinuations\",\n      \"discontinuity\",\n      \"discontinuities\",\n      \"discontinuousness\",\n      \"disenactment\",\n      \"dishallucination\",\n      \"dislocation\",\n      \"dislocations\",\n      \"distensions\",\n      \"disthroning\",\n      \"dorsiventrality\",\n      \"dowage\",\n      \"dowing\",\n      \"dowitch\",\n      \"dowment\",\n      \"dumpiness\",\n      \"dumpings\",\n      \"exarticulation\",\n      \"exsection\",\n      \"footing\",\n      \"footingly\",\n      \"hagdown\",\n      \"halids\",\n      \"halisteresis\",\n      \"halteres\",\n      \"haltingness\",\n      \"halts\",\n      \"halurgy\",\n      \"hebetation\",\n      \"interceptions\",\n      \"interfraternity\",\n      \"interjection\",\n      \"interlays\",\n      \"intermination\",\n      \"intermission\",\n      \"intermissions\",\n      \"intermissive\",\n      \"intermittencies\",\n      \"interpunctuation\",\n      \"interresistance\",\n      \"interruptedness\",\n      \"interrupter\",\n      \"interruptible\",\n      \"interruption\",\n      \"interruptions\",\n      \"interruptory\",\n      \"intersection\",\n      \"intersectional\",\n      \"irreduction\",\n      \"junction\",\n      \"junctional\",\n      \"junctions\",\n      \"juncture\",\n      \"junctures\",\n      \"layship\",\n      \"lapses\",\n      \"limpingness\",\n      \"lowdown\",\n      \"lurch\",\n      \"manumission\",\n      \"miscontinuance\",\n      \"mistrysting\",\n      \"nasuteness\",\n      \"neurotension\",\n      \"neutralization\",\n      \"neutralizations\",\n      \"neutroclusion\",\n      \"nondesisting\",\n      \"nontraction\",\n      \"nugacities\",\n      \"obtusion\",\n      \"offtrack\",\n      \"outhumors\",\n      \"outlays\",\n      \"outpension\",\n      \"outromance\",\n      \"outsparspying\",\n      \"outstations\",\n      \"outstunt\",\n      \"outstunts\",\n      \"palliation\",\n      \"perstringe\",\n      \"perstringement\",\n      \"pushdowns\",\n      \"putdown\",\n      \"putdowns\",\n      \"quakerishness\",\n      \"quakerization\",\n      \"queerish\",\n      \"queerishness\",\n      \"queerness\",\n      \"quiescence\",\n      \"quitches\",\n      \"quitemoca\",\n      \"rabattement\",\n      \"rebatement\",\n      \"refrainment\",\n      \"rescindment\",\n      \"rescission\",\n      \"rescissions\",\n      \"riddance\",\n      \"riddances\",\n      \"rubdown\",\n      \"secundation\",\n      \"severance\",\n      \"solvency\",\n      \"spinescence\",\n      \"spinoseness\",\n      \"splashdown\",\n      \"splashdowns\",\n      \"sploshes\",\n      \"sprachle\",\n      \"sprackness\",\n      \"squattiness\",\n      \"squegging\",\n      \"stackstand\",\n      \"staginess\",\n      \"stagnation\",\n      \"stagnatory\",\n      \"standerwort\",\n      \"standoff\",\n      \"standoffish\",\n      \"standoffishness\",\n      \"standouts\",\n      \"standpipe\",\n      \"stationariness\",\n      \"stealability\",\n      \"steely\",\n      \"steelie\",\n      \"stepdown\",\n      \"stepdowns\",\n      \"stoat\",\n      \"stoating\",\n      \"stopback\",\n      \"stopband\",\n      \"stopblock\",\n      \"stopdice\",\n      \"stoper\",\n      \"stopgap\",\n      \"stopgaps\",\n      \"stophound\",\n      \"stopover\",\n      \"stopovers\",\n      \"stoppage\",\n      \"stoppages\",\n      \"stopper\",\n      \"stoppeur\",\n      \"stopping\",\n      \"stoppit\",\n      \"stopples\",\n      \"stops\",\n      \"stopship\",\n      \"stopway\",\n      \"stopwatches\",\n      \"stopwork\",\n      \"straticulation\",\n      \"suppressiveness\",\n      \"susurration\",\n      \"tenement\",\n      \"tenementization\",\n      \"terminuses\",\n      \"thyroidization\",\n      \"unstation\",\n      \"unstopple\",\n      \"washdown\"\n  ],\n  \"ndị ọchịchị\": [\n      \"abacist\",\n      \"adjutants\",\n      \"administrators\",\n      \"authorities\",\n      \"countians\",\n      \"governments\",\n      \"imperialised\",\n      \"imperialists\",\n      \"justiciaries\",\n      \"mandators\",\n      \"nongovernment\",\n      \"pituitaries\",\n      \"prefectures\",\n      \"proconsuls\",\n      \"rulers\",\n      \"sheikdoms\"\n  ],\n  \"nwee obi\": [\n      \"aback\",\n      \"belated\",\n      \"coheartedness\",\n      \"greathearted\",\n      \"heartdeep\",\n      \"heartened\",\n      \"heartweed\",\n      \"highhearted\",\n      \"hothearted\",\n      \"younghearted\",\n      \"ironhearted\",\n      \"largehearted\",\n      \"leadenhearted\",\n      \"leadenheartedness\",\n      \"lighthearted\",\n      \"lionhearted\",\n      \"palehearted\",\n      \"smallhearted\",\n      \"soundhearted\",\n      \"sourhearted\",\n      \"sweethearted\",\n      \"sweethearting\",\n      \"tamehearted\",\n      \"tenderheart\",\n      \"tigerhearted\",\n      \"tubehearted\",\n      \"uphearted\",\n      \"waxhearted\"\n  ],\n  \"arụ ọrụ\": [\n      \"abactinal\",\n      \"abactinally\",\n      \"abaction\",\n      \"abactor\",\n      \"abacuses\",\n      \"abashments\",\n      \"aberrations\",\n      \"ablatives\",\n      \"abreaction\",\n      \"abreactions\",\n      \"abreacts\",\n      \"activized\",\n      \"aedility\",\n      \"aedilities\",\n      \"afunctional\",\n      \"antireactionary\",\n      \"apicial\",\n      \"artificialism\",\n      \"atticisms\",\n      \"bework\",\n      \"bisection\",\n      \"bisections\",\n      \"bodgery\",\n      \"bodywork\",\n      \"bodyworks\",\n      \"busyness\",\n      \"busynesses\",\n      \"busywork\",\n      \"busyworks\",\n      \"cabalism\",\n      \"caballed\",\n      \"capacitated\",\n      \"careered\",\n      \"caseworks\",\n      \"coactive\",\n      \"coemployment\",\n      \"coemploys\",\n      \"cofunction\",\n      \"collaborative\",\n      \"constructional\",\n      \"constructively\",\n      \"constructiveness\",\n      \"counterproductiveness\",\n      \"cutwork\",\n      \"cutworks\",\n      \"deadworks\",\n      \"disavowable\",\n      \"disworkmanship\",\n      \"doodling\",\n      \"efficacies\",\n      \"efficacious\",\n      \"efficaciousness\",\n      \"embodiments\",\n      \"encyclical\",\n      \"errability\",\n      \"feltwork\",\n      \"functional\",\n      \"functionalism\",\n      \"functionalistic\",\n      \"functionalized\",\n      \"functionally\",\n      \"functionarism\",\n      \"functionated\",\n      \"functionation\",\n      \"functioned\",\n      \"functionlessness\",\n      \"gerated\",\n      \"goaled\",\n      \"guddled\",\n      \"hyperfunctional\",\n      \"imperation\",\n      \"inaction\",\n      \"inactions\",\n      \"inchoacy\",\n      \"industrializing\",\n      \"industrialness\",\n      \"inoperability\",\n      \"inoperable\",\n      \"inoperation\",\n      \"interworked\",\n      \"invectiveness\",\n      \"inworks\",\n      \"ironworked\",\n      \"isotactic\",\n      \"labored\",\n      \"laboured\",\n      \"labouredness\",\n      \"lathwork\",\n      \"machinability\",\n      \"machinated\",\n      \"machined\",\n      \"machinized\",\n      \"machinofacture\",\n      \"malefactory\",\n      \"malfunction\",\n      \"malfunctioned\",\n      \"maloperation\",\n      \"manipulated\",\n      \"meatworks\",\n      \"mechanality\",\n      \"mechanizations\",\n      \"mechanized\",\n      \"mechanizing\",\n      \"minaciousness\",\n      \"misacts\",\n      \"mischances\",\n      \"miscomputation\",\n      \"miscomputing\",\n      \"mismoshes\",\n      \"misobservance\",\n      \"mousetrapped\",\n      \"munificency\",\n      \"needleworked\",\n      \"nonfactious\",\n      \"oarsmanship\",\n      \"oisivity\",\n      \"onerative\",\n      \"operational\",\n      \"operationally\",\n      \"operosity\",\n      \"oracularness\",\n      \"outvaunted\",\n      \"outworker\",\n      \"outworking\",\n      \"outworks\",\n      \"overactivity\",\n      \"painstakingness\",\n      \"parafunction\",\n      \"paraoperation\",\n      \"perfunctionary\",\n      \"pilework\",\n      \"pointillism\",\n      \"practicabilities\",\n      \"preeffectively\",\n      \"preemploy\",\n      \"preoperation\",\n      \"previses\",\n      \"projectivity\",\n      \"ragwork\",\n      \"reactive\",\n      \"repairableness\",\n      \"servomechanical\",\n      \"servomechanically\",\n      \"servulate\",\n      \"solvated\",\n      \"stational\",\n      \"subfunction\",\n      \"subfunctional\",\n      \"technicalness\",\n      \"temporariness\",\n      \"timeworks\",\n      \"topworked\",\n      \"topworking\",\n      \"unaction\",\n      \"unactionable\",\n      \"undereyed\",\n      \"underfaction\",\n      \"underwork\",\n      \"underworked\",\n      \"underwrought\",\n      \"undriven\",\n      \"uneruptive\",\n      \"unfactious\",\n      \"unfactitious\",\n      \"unfunctional\",\n      \"unfunctionally\",\n      \"unoperatable\",\n      \"unperformance\",\n      \"unsalness\",\n      \"unschematic\",\n      \"unserviceability\",\n      \"unserviceably\",\n      \"unsoldiery\",\n      \"unworkability\",\n      \"unworkable\",\n      \"unworkableness\",\n      \"unworkably\",\n      \"upwork\",\n      \"verminousness\",\n      \"wageworking\",\n      \"workability\",\n      \"workaday\",\n      \"workaholic\",\n      \"workaway\",\n      \"workfolks\",\n      \"workful\",\n      \"workhorse\",\n      \"workhoused\",\n      \"worky\",\n      \"workings\",\n      \"workingwonan\",\n      \"workload\",\n      \"workloads\",\n      \"workmanly\",\n      \"workmanliness\",\n      \"workpiece\",\n      \"workshy\",\n      \"worksome\",\n      \"workstand\",\n      \"workup\",\n      \"workups\",\n      \"workways\",\n      \"workwise\",\n      \"worrisomeness\"\n  ],\n  \"weghachi\": [\n      \"abaddon\",\n      \"ablude\",\n      \"abortin\",\n      \"abrege\",\n      \"abrenunciate\",\n      \"alvite\",\n      \"cuissen\",\n      \"prenotify\",\n      \"rclame\",\n      \"reaver\",\n      \"rebronze\",\n      \"rebulk\",\n      \"rechoose\",\n      \"recidivate\",\n      \"reclaimer\",\n      \"reclame\",\n      \"recorporify\",\n      \"recrop\",\n      \"recrudesced\",\n      \"recultivate\",\n      \"regradated\",\n      \"reimpose\",\n      \"reinduces\",\n      \"reinducts\",\n      \"reinstitute\",\n      \"relearnt\",\n      \"renegotiate\",\n      \"reoffered\",\n      \"repossess\",\n      \"reprised\",\n      \"restitute\",\n      \"restore\",\n      \"restorer\",\n      \"restores\",\n      \"retore\",\n      \"revote\",\n      \"verste\"\n  ],\n  \"ajuju\": [\n      \"abadite\",\n      \"abask\",\n      \"adder\",\n      \"aesculaceous\",\n      \"aldermanly\",\n      \"ampulated\",\n      \"axiation\",\n      \"bibaciousness\",\n      \"cheery\",\n      \"conspecific\",\n      \"dismeasurable\",\n      \"eohippuses\",\n      \"episematic\",\n      \"epithetic\",\n      \"epitritic\",\n      \"esteriferous\",\n      \"exiguousness\",\n      \"extogenous\",\n      \"hyponasty\",\n      \"interrog\",\n      \"interrogable\",\n      \"interrogated\",\n      \"interrogation\",\n      \"interrogator\",\n      \"interviewee\",\n      \"interviewer\",\n      \"isophotal\",\n      \"isopiestic\",\n      \"jargoned\",\n      \"lyophilized\",\n      \"lithified\",\n      \"monobromized\",\n      \"nondetailed\",\n      \"occiduous\",\n      \"oenotheraceous\",\n      \"operculiferous\",\n      \"overabused\",\n      \"overpracticed\",\n      \"overprecisely\",\n      \"pachyotous\",\n      \"pachypodous\",\n      \"pachypterous\",\n      \"parricided\",\n      \"pentapolitan\",\n      \"predespondency\",\n      \"preexceptional\",\n      \"preextend\",\n      \"pustulated\",\n      \"questionability\",\n      \"questorship\",\n      \"quizzery\",\n      \"quizziness\",\n      \"quizzity\",\n      \"repudiation\",\n      \"repudiative\",\n      \"scutulated\",\n      \"sesquiseptimal\",\n      \"stilliform\",\n      \"subquestion\",\n      \"succussion\",\n      \"tephritic\",\n      \"theocentric\",\n      \"unblessed\",\n      \"unboasted\",\n      \"unbombastic\",\n      \"unbraceleted\",\n      \"unenquired\",\n      \"unidextral\",\n      \"uninterrogated\",\n      \"unquestioned\",\n      \"unskewed\",\n      \"unsuffixed\",\n      \"unvesiculated\",\n      \"velured\",\n      \"welladvised\",\n      \"wittily\"\n  ],\n  \"abaf\": [\n      \"abaff\"\n  ],\n  \"ndaba\": [\n      \"abaisance\",\n      \"abigails\",\n      \"abondance\",\n      \"abruptio\",\n      \"abruptness\",\n      \"amphigory\",\n      \"bastards\",\n      \"beamsmen\",\n      \"boutel\",\n      \"boutell\",\n      \"boutre\",\n      \"capnomancy\",\n      \"catabiotic\",\n      \"catamenial\",\n      \"catamount\",\n      \"ceriomyces\",\n      \"ceruminous\",\n      \"checkbird\",\n      \"coincidence\",\n      \"coincidences\",\n      \"coincidency\",\n      \"contorniate\",\n      \"crashworthiness\",\n      \"crebrity\",\n      \"cricke\",\n      \"cronyisms\",\n      \"czardom\",\n      \"daribah\",\n      \"dawdler\",\n      \"defaulters\",\n      \"doctorbird\",\n      \"dropwort\",\n      \"falconbill\",\n      \"falconers\",\n      \"falconries\",\n      \"fallacies\",\n      \"fallibleness\",\n      \"falterers\",\n      \"felicitates\",\n      \"felloes\",\n      \"flouncey\",\n      \"forlornity\",\n      \"foulish\",\n      \"gabback\",\n      \"gabbard\",\n      \"gabbart\",\n      \"gabbarts\",\n      \"gravelling\",\n      \"yacks\",\n      \"implunge\",\n      \"incage\",\n      \"incrimination\",\n      \"infanglement\",\n      \"interveniency\",\n      \"jeopards\",\n      \"latirostres\",\n      \"loadstone\",\n      \"lodestone\",\n      \"lunars\",\n      \"misdeal\",\n      \"misorder\",\n      \"mistfall\",\n      \"mordant\",\n      \"naticoid\",\n      \"overadornment\",\n      \"paba\",\n      \"palladinize\",\n      \"panderly\",\n      \"panimmunity\",\n      \"portcrayon\",\n      \"potamic\",\n      \"potamophilous\",\n      \"potlid\",\n      \"putrescine\",\n      \"putridity\",\n      \"rapaciousness\",\n      \"rapeye\",\n      \"reladle\",\n      \"scolders\",\n      \"sublimableness\",\n      \"sublimations\",\n      \"tomboyishness\",\n      \"underconstumble\",\n      \"validity\",\n      \"validities\",\n      \"validness\"\n  ],\n  \"abaiss\": [\n      \"abaissed\"\n  ],\n  \"agbaka\": [\n      \"abakas\",\n      \"jincamas\",\n      \"jinxed\"\n  ],\n  \"iwepụ\": [\n      \"abalation\",\n      \"abalienating\",\n      \"ablactation\",\n      \"ablation\",\n      \"ablaut\",\n      \"albation\",\n      \"alienize\",\n      \"aminated\",\n      \"aminating\",\n      \"amination\",\n      \"anlaut\",\n      \"avolation\",\n      \"desegregating\",\n      \"detruncate\",\n      \"deturn\",\n      \"disestablishing\",\n      \"dislimning\",\n      \"dislustering\",\n      \"disparting\",\n      \"flus\",\n      \"flush\",\n      \"flusher\",\n      \"flushness\",\n      \"flusk\",\n      \"flusker\",\n      \"flusteration\",\n      \"limose\",\n      \"unageing\",\n      \"unbracing\",\n      \"unflush\",\n      \"uninert\",\n      \"uninstituted\",\n      \"uninstitutive\",\n      \"uninterlinked\",\n      \"uninterposing\",\n      \"unmoaning\",\n      \"unmoralizing\",\n      \"unmount\",\n      \"unmourning\",\n      \"unseal\",\n      \"unspit\",\n      \"unstill\",\n      \"unwebbed\"\n  ],\n  \"na-asọ oyi\": [\n      \"abalienate\",\n      \"abhorrently\",\n      \"abhorrer\",\n      \"abhorring\",\n      \"abhorson\",\n      \"abominably\",\n      \"abominate\",\n      \"abominates\",\n      \"abominating\",\n      \"atramentous\",\n      \"avocative\",\n      \"beevish\",\n      \"besteading\",\n      \"defenestrates\",\n      \"derogative\",\n      \"despites\",\n      \"desponsate\",\n      \"disglorify\",\n      \"disgusted\",\n      \"disgustedly\",\n      \"disgustful\",\n      \"disgustfully\",\n      \"disgusting\",\n      \"disgustingly\",\n      \"disgustingness\",\n      \"ensnaringly\",\n      \"enwreathing\",\n      \"homoousious\",\n      \"humping\",\n      \"imbreviating\",\n      \"imbricating\",\n      \"immerging\",\n      \"infamizing\",\n      \"loathful\",\n      \"loathfully\",\n      \"loathing\",\n      \"loathingly\",\n      \"loathsome\",\n      \"oppugnant\",\n      \"oragious\",\n      \"ovarious\",\n      \"polyphyletically\",\n      \"preverifying\",\n      \"ragesome\",\n      \"raticidal\",\n      \"repellent\",\n      \"repellently\",\n      \"replunges\",\n      \"reprehensibly\",\n      \"reprobative\",\n      \"reprobatively\",\n      \"reprobatory\",\n      \"repugnant\",\n      \"repugnantness\",\n      \"repugned\",\n      \"repulsed\",\n      \"repulser\",\n      \"repulsers\",\n      \"repulsion\",\n      \"repulsive\",\n      \"repulsiveness\",\n      \"repulsor\",\n      \"repulsory\",\n      \"sluicy\",\n      \"snooling\",\n      \"staminigerous\",\n      \"superseding\",\n      \"torpedinous\",\n      \"uglifying\"\n  ],\n  \"dị iche\": [\n      \"abalienated\",\n      \"alienated\",\n      \"counterpillar\",\n      \"deferent\",\n      \"deviant\",\n      \"deviational\",\n      \"deviatory\",\n      \"differ\",\n      \"differed\",\n      \"differentiant\",\n      \"differs\",\n      \"difformed\",\n      \"dissimilar\",\n      \"divergement\",\n      \"divergent\",\n      \"isogamous\",\n      \"nonvarious\",\n      \"sective\",\n      \"uncellar\"\n  ],\n  \"nhichapụ ahapu\": [\n      \"abalienation\"\n  ],\n  \"abalon\": [\n      \"abalones\"\n  ],\n  \"abam\": [\n      \"abamp\",\n      \"imber\"\n  ],\n  \"abamere\": [\n      \"abampere\",\n      \"abamperes\"\n  ],\n  \"akụ\": [\n      \"abamps\",\n      \"ardors\",\n      \"arils\",\n      \"arrowplate\",\n      \"arrowroots\",\n      \"arrows\",\n      \"asset\",\n      \"assets\",\n      \"bankrolled\",\n      \"bassing\",\n      \"berg\",\n      \"bergs\",\n      \"clapholt\",\n      \"clapnet\",\n      \"founts\",\n      \"jardon\",\n      \"knox\",\n      \"nuts\",\n      \"nutsedge\",\n      \"nutsedges\",\n      \"palt\",\n      \"shafts\",\n      \"tck\",\n      \"treasr\",\n      \"treasure\",\n      \"treasurership\",\n      \"treasures\",\n      \"tressour\",\n      \"tressure\",\n      \"tressures\"\n  ],\n  \"hapụ\": [\n      \"aband\",\n      \"ablauts\",\n      \"abscind\",\n      \"acquit\",\n      \"adhibit\",\n      \"allose\",\n      \"alqueire\",\n      \"disavow\",\n      \"dismit\",\n      \"forego\",\n      \"forsay\",\n      \"forsake\",\n      \"forsar\",\n      \"forsee\",\n      \"forslake\",\n      \"forspend\",\n      \"freeish\",\n      \"letgame\",\n      \"lethe\",\n      \"lett\",\n      \"letten\",\n      \"letup\",\n      \"liberalise\",\n      \"liberalize\",\n      \"malease\",\n      \"obmit\",\n      \"olease\",\n      \"omit\",\n      \"omittable\",\n      \"prelease\",\n      \"reforsake\",\n      \"relead\",\n      \"release\",\n      \"releaser\",\n      \"releasor\",\n      \"relegate\",\n      \"releivo\",\n      \"releve\",\n      \"relever\",\n      \"relinquish\",\n      \"remit\",\n      \"renounces\",\n      \"rerelease\",\n      \"saki\",\n      \"underlease\",\n      \"unhung\",\n      \"unleal\",\n      \"unride\",\n      \"withholden\"\n  ],\n  \"gbahapụ\": [\n      \"abandon\",\n      \"forleit\",\n      \"forslow\"\n  ],\n  \"agbahapụ\": [\n      \"abandonable\",\n      \"abandoners\",\n      \"abandoning\",\n      \"abandonment\",\n      \"abandonments\",\n      \"forsakes\",\n      \"forsung\",\n      \"forswore\",\n      \"forsworn\"\n  ],\n  \"agbahapụwo\": [\n      \"abandoned\",\n      \"forsaken\",\n      \"forsaker\",\n      \"forsaking\",\n      \"forsook\"\n  ],\n  \"gbahapụrụ\": [\n      \"abandonedly\",\n      \"abandoner\",\n      \"deserted\",\n      \"desertedly\",\n      \"deserter\"\n  ],\n  \"gbahapu\": [\n      \"abandonee\",\n      \"abandum\"\n  ],\n  \"na-ahapụ\": [\n      \"abandons\",\n      \"abnegating\",\n      \"aborning\",\n      \"aforegoing\",\n      \"berreaving\",\n      \"forgoing\",\n      \"forswearing\",\n      \"leaving\",\n      \"letups\",\n      \"omening\",\n      \"permissive\",\n      \"relinquishes\",\n      \"relinquishing\",\n      \"surreys\",\n      \"unleashing\",\n      \"vacating\"\n  ],\n  \"mgbapụ\": [\n      \"abannition\",\n      \"ascape\",\n      \"asylums\",\n      \"baxter\",\n      \"cirrigrade\",\n      \"detune\",\n      \"divesture\",\n      \"eruptiveness\",\n      \"escapado\",\n      \"escapage\",\n      \"escapement\",\n      \"escapements\",\n      \"excur\",\n      \"flectional\",\n      \"haploidies\",\n      \"littling\",\n      \"outplot\",\n      \"outsmarts\",\n      \"outstorm\",\n      \"overcape\",\n      \"preexplosion\",\n      \"prorsal\",\n      \"severities\",\n      \"whipray\"\n  ],\n  \"ndiegwu\": [\n      \"abantes\",\n      \"abdominals\",\n      \"abuttals\",\n      \"agyria\",\n      \"amercers\",\n      \"aorists\",\n      \"argylls\",\n      \"argyrite\",\n      \"argyrol\",\n      \"aryans\",\n      \"arpeggios\",\n      \"augites\",\n      \"avians\",\n      \"aviarists\",\n      \"babbools\",\n      \"babied\",\n      \"bactrites\",\n      \"balked\",\n      \"balking\",\n      \"banewort\",\n      \"bdelliums\",\n      \"berkeleyite\",\n      \"bibliotist\",\n      \"byliner\",\n      \"biliverdic\",\n      \"boehmeria\",\n      \"boehmites\",\n      \"bogeymen\",\n      \"bogeys\",\n      \"bopyrid\",\n      \"borborygmic\",\n      \"bourgeois\",\n      \"bourgeoisie\",\n      \"bringal\",\n      \"bringall\",\n      \"brinjal\",\n      \"bryozoans\",\n      \"brombenzyl\",\n      \"bromidic\",\n      \"bromuret\",\n      \"bromvoel\",\n      \"cacodyls\",\n      \"caenolestes\",\n      \"caenozoic\",\n      \"cajoling\",\n      \"calombigas\",\n      \"cardiorrhexis\",\n      \"caudocephalad\",\n      \"cavalieres\",\n      \"cavallas\",\n      \"cenozoic\",\n      \"cestraciontes\",\n      \"charadriiformes\",\n      \"chauvinists\",\n      \"chemosterilants\",\n      \"chylopoiesis\",\n      \"chytridiales\",\n      \"chytridiose\",\n      \"chungking\",\n      \"cyanates\",\n      \"cichlids\",\n      \"craniotabes\",\n      \"craniotomies\",\n      \"crenothrix\",\n      \"cresphontes\",\n      \"cudava\",\n      \"dabchicks\",\n      \"danceress\",\n      \"danseurs\",\n      \"danseuses\",\n      \"dasypaedes\",\n      \"dermochelys\",\n      \"derrickmen\",\n      \"dictyotales\",\n      \"dinichthys\",\n      \"dithyrambos\",\n      \"doyleys\",\n      \"dolomedes\",\n      \"dreikanters\",\n      \"drepanoid\",\n      \"eugenicists\",\n      \"exterminatrix\",\n      \"fagoters\",\n      \"felworts\",\n      \"fishways\",\n      \"flubdubs\",\n      \"gabardines\",\n      \"gabby\",\n      \"gabblers\",\n      \"gabbros\",\n      \"gaberdines\",\n      \"galyacs\",\n      \"galvanocauteries\",\n      \"ganglioform\",\n      \"ganglioneural\",\n      \"ganglionic\",\n      \"gangwayed\",\n      \"gardevin\",\n      \"gavelmen\",\n      \"gibby\",\n      \"ginkgoes\",\n      \"gorinesses\",\n      \"gowans\",\n      \"guggles\",\n      \"guglets\",\n      \"gullies\",\n      \"harmonicas\",\n      \"herniotomies\",\n      \"heterozygotes\",\n      \"hiphuggers\",\n      \"honkytonks\",\n      \"hushpuppies\",\n      \"yakking\",\n      \"iatrotechnics\",\n      \"yaupers\",\n      \"interppoliesh\",\n      \"jackhammers\",\n      \"joggers\",\n      \"jugging\",\n      \"juggins\",\n      \"jugginses\",\n      \"jugglers\",\n      \"juking\",\n      \"kayoes\",\n      \"kayoing\",\n      \"kalymmaukion\",\n      \"kalymmocyte\",\n      \"kalyptra\",\n      \"kalyptras\",\n      \"kalkvis\",\n      \"kalpaks\",\n      \"kaoliangs\",\n      \"kibitzers\",\n      \"kinescoping\",\n      \"kingcups\",\n      \"kyrios\",\n      \"kleptomaniacs\",\n      \"labialising\",\n      \"lackeying\",\n      \"ladylintywhite\",\n      \"lagorchestes\",\n      \"lagothrix\",\n      \"leptomeninx\",\n      \"lyddites\",\n      \"lienopancreatic\",\n      \"limpers\",\n      \"lindabrides\",\n      \"llanos\",\n      \"lordoses\",\n      \"lucubrator\",\n      \"lud\",\n      \"ludefisk\",\n      \"lulavs\",\n      \"lullilooing\",\n      \"luteotrophic\",\n      \"magdalens\",\n      \"mahjonggs\",\n      \"maladministers\",\n      \"malaxermen\",\n      \"manhattans\",\n      \"marchionesses\",\n      \"marylanders\",\n      \"marlinspike\",\n      \"messeigneurs\",\n      \"mootmen\",\n      \"mordants\",\n      \"musicians\",\n      \"musterdevillers\",\n      \"narraganset\",\n      \"neoliths\",\n      \"nig\",\n      \"noncircumvallated\",\n      \"osteectomies\",\n      \"oudemian\",\n      \"paedophilia\",\n      \"pagurids\",\n      \"palaeodictyoptera\",\n      \"parvuli\",\n      \"pedophilia\",\n      \"phalansterian\",\n      \"philodendrons\",\n      \"philtres\",\n      \"pyoid\",\n      \"pissants\",\n      \"plebicolist\",\n      \"praters\",\n      \"preattuning\",\n      \"pterodactyls\",\n      \"pussyfooting\",\n      \"rappees\",\n      \"rhyolites\",\n      \"rhodizonic\",\n      \"rhombohedrons\",\n      \"rucervine\",\n      \"saiyids\",\n      \"sallymen\",\n      \"salpingotomies\",\n      \"salviniales\",\n      \"saracens\",\n      \"sarcocollin\",\n      \"sebastichthys\",\n      \"selenates\",\n      \"selenides\",\n      \"selensilver\",\n      \"semishrubby\",\n      \"sennegrass\",\n      \"sherryvallies\",\n      \"subofficers\",\n      \"sultanas\",\n      \"sultanesque\",\n      \"teacupfuls\",\n      \"tephromyelitic\",\n      \"torpedomen\",\n      \"tumblerlike\",\n      \"umbrettes\",\n      \"vaginalectomies\",\n      \"vahines\",\n      \"valkyries\",\n      \"valkyrs\",\n      \"vanaheim\",\n      \"vandalroot\",\n      \"vandykes\",\n      \"vannermen\",\n      \"vaudevillians\",\n      \"vaudevillist\",\n      \"velocipedes\",\n      \"vespertiliones\",\n      \"vicomtesses\",\n      \"vikinglike\",\n      \"violoncellists\",\n      \"vireos\",\n      \"voodooed\",\n      \"vulcanizers\",\n      \"wamefuls\",\n      \"wannigans\",\n      \"waverers\",\n      \"wodgy\",\n      \"wrymouths\",\n      \"xenogenies\",\n      \"xylans\",\n      \"zebrinnies\",\n      \"zitherists\"\n  ],\n  \"onyinye\": [\n      \"abaris\",\n      \"abbotric\",\n      \"abbott\",\n      \"aberdevine\",\n      \"abider\",\n      \"abjunctive\",\n      \"abkar\",\n      \"abogados\",\n      \"abrook\",\n      \"abrus\",\n      \"affenpinscher\",\n      \"allottery\",\n      \"almagests\",\n      \"almeries\",\n      \"almoravid\",\n      \"almoravides\",\n      \"almshouse\",\n      \"almsmoney\",\n      \"alroot\",\n      \"alvus\",\n      \"aruspicy\",\n      \"avowance\",\n      \"avowant\",\n      \"avowries\",\n      \"awards\",\n      \"bestowage\",\n      \"bestowals\",\n      \"bethankit\",\n      \"bifidities\",\n      \"birgand\",\n      \"bobby\",\n      \"boccis\",\n      \"bockey\",\n      \"bonification\",\n      \"bounty\",\n      \"bounties\",\n      \"bovinity\",\n      \"buccina\",\n      \"carbunculation\",\n      \"casuarinales\",\n      \"cerebroparietal\",\n      \"chesteine\",\n      \"cicatrice\",\n      \"compound\",\n      \"contributary\",\n      \"contribute\",\n      \"contribution\",\n      \"contributions\",\n      \"contributory\",\n      \"contributories\",\n      \"crepance\",\n      \"culerage\",\n      \"darzee\",\n      \"demesnial\",\n      \"demy\",\n      \"demob\",\n      \"derfly\",\n      \"dispowder\",\n      \"donable\",\n      \"donal\",\n      \"donary\",\n      \"donaries\",\n      \"donat\",\n      \"donatary\",\n      \"donation\",\n      \"donationes\",\n      \"donations\",\n      \"donatively\",\n      \"donatives\",\n      \"donator\",\n      \"donatory\",\n      \"doncy\",\n      \"eelgrass\",\n      \"eelgrasses\",\n      \"endowers\",\n      \"endowing\",\n      \"endowment\",\n      \"endowments\",\n      \"enounces\",\n      \"feazings\",\n      \"foregift\",\n      \"gabardine\",\n      \"gabeler\",\n      \"gaberdine\",\n      \"garbardine\",\n      \"genecor\",\n      \"genevoise\",\n      \"gerendum\",\n      \"giffgaff\",\n      \"gift\",\n      \"gifted\",\n      \"giftedly\",\n      \"giftedness\",\n      \"giftie\",\n      \"gifts\",\n      \"gifture\",\n      \"giftware\",\n      \"gipper\",\n      \"gypper\",\n      \"girshes\",\n      \"giusto\",\n      \"gleamiest\",\n      \"gleamily\",\n      \"glees\",\n      \"glenoid\",\n      \"gliddery\",\n      \"glovey\",\n      \"graces\",\n      \"graticulation\",\n      \"graticule\",\n      \"gratiola\",\n      \"harpocrates\",\n      \"hebdomadal\",\n      \"hoardward\",\n      \"homodermy\",\n      \"incitations\",\n      \"kibitz\",\n      \"limail\",\n      \"limoid\",\n      \"martenot\",\n      \"matador\",\n      \"matagory\",\n      \"materia\",\n      \"materializee\",\n      \"materiarian\",\n      \"matildas\",\n      \"matral\",\n      \"medimnus\",\n      \"megadontic\",\n      \"meshy\",\n      \"montpelier\",\n      \"morgengift\",\n      \"oblation\",\n      \"offbeats\",\n      \"offer\",\n      \"offeree\",\n      \"offering\",\n      \"offerings\",\n      \"offertory\",\n      \"offertorial\",\n      \"offertories\",\n      \"pacificating\",\n      \"pacos\",\n      \"pasta\",\n      \"pfund\",\n      \"philanthropine\",\n      \"philanthropinum\",\n      \"philatelic\",\n      \"pynot\",\n      \"pissoir\",\n      \"platemark\",\n      \"plauditory\",\n      \"plop\",\n      \"porrection\",\n      \"praiseproof\",\n      \"presentment\",\n      \"presentness\",\n      \"presents\",\n      \"priapismic\",\n      \"priapisms\",\n      \"priapulid\",\n      \"priapuloid\",\n      \"priapulus\",\n      \"priapuses\",\n      \"prie\",\n      \"prier\",\n      \"priers\",\n      \"prise\",\n      \"prising\",\n      \"prius\",\n      \"privets\",\n      \"privy\",\n      \"privier\",\n      \"priviest\",\n      \"priviledge\",\n      \"prize\",\n      \"prizers\",\n      \"prizes\",\n      \"prizetaker\",\n      \"prizing\",\n      \"proappreciation\",\n      \"prosstoa\",\n      \"prostoa\",\n      \"psammophilous\",\n      \"psis\",\n      \"psoadic\",\n      \"psocine\",\n      \"psoriasiform\",\n      \"psoriatiform\",\n      \"pugarees\",\n      \"pugil\",\n      \"quodlibet\",\n      \"raspis\",\n      \"runty\",\n      \"souchet\",\n      \"souushy\",\n      \"subsidizations\",\n      \"subspecialization\",\n      \"substratospheric\",\n      \"suraddition\",\n      \"surpreciation\",\n      \"taliage\",\n      \"talipot\",\n      \"tomin\",\n      \"tribunitiary\",\n      \"ungift\"\n  ],\n  \"ekwuru\": [\n      \"abarticular\",\n      \"abridgedly\",\n      \"abrotine\",\n      \"adits\",\n      \"adumbrates\",\n      \"adverbs\",\n      \"affusedaffusing\",\n      \"alliterated\",\n      \"assagaied\",\n      \"auriscopic\",\n      \"bellied\",\n      \"berates\",\n      \"bespoken\",\n      \"betusked\",\n      \"bevined\",\n      \"ceroma\",\n      \"cultive\",\n      \"deviants\",\n      \"elixed\",\n      \"encratic\",\n      \"equatorwards\",\n      \"erosible\",\n      \"fielden\",\n      \"hebraically\",\n      \"highline\",\n      \"liliated\",\n      \"mordanted\",\n      \"neuron\",\n      \"oufought\",\n      \"pledable\",\n      \"provant\",\n      \"readvocated\",\n      \"sluiced\",\n      \"telemetered\",\n      \"telson\",\n      \"verbified\",\n      \"verrucated\"\n  ],\n  \"nkwarụ\": [\n      \"abarticulation\",\n      \"adverbial\",\n      \"blemish\",\n      \"blemished\",\n      \"blemisher\",\n      \"cactiform\",\n      \"chuffiness\",\n      \"crippied\",\n      \"cumbrance\",\n      \"debilissima\",\n      \"debonairty\",\n      \"debussy\",\n      \"decadation\",\n      \"decadence\",\n      \"decadency\",\n      \"decadent\",\n      \"decadentism\",\n      \"decadents\",\n      \"decameral\",\n      \"decamerous\",\n      \"decidence\",\n      \"decident\",\n      \"decompression\",\n      \"decrescence\",\n      \"decretum\",\n      \"defacement\",\n      \"defect\",\n      \"defecter\",\n      \"defecters\",\n      \"defectibility\",\n      \"defectible\",\n      \"defecting\",\n      \"defectious\",\n      \"defective\",\n      \"defectively\",\n      \"defectiveness\",\n      \"defectless\",\n      \"defectlessness\",\n      \"defectology\",\n      \"defectors\",\n      \"defectoscope\",\n      \"defects\",\n      \"defectuous\",\n      \"defoedation\",\n      \"deformative\",\n      \"deformedness\",\n      \"deformism\",\n      \"demipremise\",\n      \"demisability\",\n      \"depreciations\",\n      \"disability\",\n      \"disabilities\",\n      \"disablement\",\n      \"disableness\",\n      \"disabling\",\n      \"disabusal\",\n      \"disabuses\",\n      \"disaccordance\",\n      \"disadvance\",\n      \"disalign\",\n      \"disamenity\",\n      \"disanimate\",\n      \"disarrangement\",\n      \"disarrangements\",\n      \"disarranges\",\n      \"disarranging\",\n      \"disarrest\",\n      \"disavowal\",\n      \"discastle\",\n      \"discharity\",\n      \"discomfiture\",\n      \"discommune\",\n      \"discommunity\",\n      \"discomposedness\",\n      \"discradle\",\n      \"disdiaclastic\",\n      \"disenabled\",\n      \"disestablishment\",\n      \"disfame\",\n      \"disfigure\",\n      \"disfigurement\",\n      \"disfigurements\",\n      \"disfigurer\",\n      \"disfigures\",\n      \"disformity\",\n      \"disimprovement\",\n      \"disunities\",\n      \"falcular\",\n      \"falderal\",\n      \"felwort\",\n      \"handicap\",\n      \"handicapped\",\n      \"handicapper\",\n      \"handicapping\",\n      \"handicaps\",\n      \"inabilities\",\n      \"incapacitated\",\n      \"inconceivabilities\",\n      \"infirmity\",\n      \"infirmness\",\n      \"intermastoid\",\n      \"interpeal\",\n      \"invalidness\",\n      \"maimed\",\n      \"maimedly\",\n      \"maimedness\",\n      \"malformation\",\n      \"outfabled\",\n      \"outwealth\",\n      \"pallidity\",\n      \"pallidness\",\n      \"scabridity\",\n      \"tractabilities\",\n      \"unawkwardly\",\n      \"unawkwardness\"\n  ],\n  \"wedata\": [\n      \"abase\",\n      \"ablate\",\n      \"depreciate\",\n      \"devaluate\",\n      \"downgate\",\n      \"downgrade\",\n      \"downgraded\",\n      \"downrange\",\n      \"downsized\",\n      \"downtrod\",\n      \"humbugged\",\n      \"humify\",\n      \"humphed\",\n      \"lowered\",\n      \"lowish\",\n      \"lowry\",\n      \"lowrie\",\n      \"minienize\",\n      \"minimise\",\n      \"minimize\",\n      \"subindicate\",\n      \"sublanate\",\n      \"sublimize\",\n      \"subnitrate\"\n  ],\n  \"kwadoro\": [\n      \"abased\",\n      \"abed\",\n      \"abends\",\n      \"accede\",\n      \"acceded\",\n      \"accinged\",\n      \"accommodated\",\n      \"accosted\",\n      \"accreted\",\n      \"adduced\",\n      \"advocated\",\n      \"affaires\",\n      \"aliped\",\n      \"alveated\",\n      \"approved\",\n      \"approvedly\",\n      \"approver\",\n      \"arided\",\n      \"arrowed\",\n      \"artificialize\",\n      \"autonomist\",\n      \"autonomize\",\n      \"autonomousness\",\n      \"autopsied\",\n      \"autosled\",\n      \"autotomize\",\n      \"autunite\",\n      \"cabineted\",\n      \"cabinetted\",\n      \"cawed\",\n      \"componed\",\n      \"condoned\",\n      \"confirmed\",\n      \"confirmee\",\n      \"cooeed\",\n      \"cooperated\",\n      \"cooperite\",\n      \"coopted\",\n      \"corroboreed\",\n      \"elided\",\n      \"eluted\",\n      \"embargoed\",\n      \"embowered\",\n      \"empaneled\",\n      \"empanelled\",\n      \"endothecial\",\n      \"ensured\",\n      \"entablatured\",\n      \"entity\",\n      \"equiparable\",\n      \"favored\",\n      \"favoured\",\n      \"federate\",\n      \"federated\",\n      \"fitified\",\n      \"homologated\",\n      \"homologised\",\n      \"homologized\",\n      \"hosted\",\n      \"isonomous\",\n      \"landfast\",\n      \"lapsided\",\n      \"legitimatised\",\n      \"legitimatized\",\n      \"legitimised\",\n      \"legitimized\",\n      \"ligitimized\",\n      \"monilated\",\n      \"monographed\",\n      \"monospored\",\n      \"monosubstituted\",\n      \"nasalized\",\n      \"nidified\",\n      \"palisaded\",\n      \"powered\",\n      \"premixed\",\n      \"pretrain\",\n      \"pretraining\",\n      \"propended\",\n      \"propending\",\n      \"propends\",\n      \"propined\",\n      \"ratify\",\n      \"ratified\",\n      \"recommended\",\n      \"recommissioned\",\n      \"reserpinized\",\n      \"sanatory\",\n      \"sided\",\n      \"sidelined\",\n      \"sidled\",\n      \"sophronized\",\n      \"stablished\",\n      \"suable\",\n      \"subleased\",\n      \"succoured\",\n      \"superelated\",\n      \"superendorsed\",\n      \"supportable\",\n      \"sustainedly\",\n      \"taprooted\",\n      \"validated\",\n      \"viduated\"\n  ],\n  \"dị ala\": [\n      \"abasedly\",\n      \"condescendent\",\n      \"depreciating\",\n      \"descendible\",\n      \"downcast\",\n      \"downlike\",\n      \"loiter\",\n      \"low\",\n      \"lowable\",\n      \"lowbred\",\n      \"lowder\",\n      \"lowy\",\n      \"lowigite\",\n      \"lowishly\",\n      \"lowly\",\n      \"lowlier\",\n      \"lowlihood\",\n      \"menial\",\n      \"nether\",\n      \"presignificant\",\n      \"subinferior\"\n  ],\n  \"nkwenye\": [\n      \"abasedness\",\n      \"abdications\",\n      \"abridgement\",\n      \"accedence\",\n      \"accidencies\",\n      \"accidies\",\n      \"acclimatement\",\n      \"acclivities\",\n      \"accorders\",\n      \"accosts\",\n      \"accreditations\",\n      \"accretions\",\n      \"acknowledgements\",\n      \"acknowledgments\",\n      \"adamitical\",\n      \"adamitism\",\n      \"adance\",\n      \"adinvention\",\n      \"adjection\",\n      \"adpromission\",\n      \"adstipulation\",\n      \"affenspalte\",\n      \"affirmativeness\",\n      \"afflation\",\n      \"affusion\",\n      \"affusions\",\n      \"agreeability\",\n      \"agrement\",\n      \"agrements\",\n      \"algesia\",\n      \"allogeneity\",\n      \"anticonformity\",\n      \"anticonformities\",\n      \"antiscepticism\",\n      \"antisensuality\",\n      \"antisensuously\",\n      \"antisensuousness\",\n      \"antithesis\",\n      \"approvable\",\n      \"approval\",\n      \"aseismicity\",\n      \"assent\",\n      \"assentation\",\n      \"assents\",\n      \"assertiveness\",\n      \"assiduities\",\n      \"assuages\",\n      \"assurgency\",\n      \"atonicity\",\n      \"atresy\",\n      \"attalid\",\n      \"attriteness\",\n      \"audacity\",\n      \"autocraticalness\",\n      \"autocriticism\",\n      \"belie\",\n      \"belied\",\n      \"belief\",\n      \"believability\",\n      \"believable\",\n      \"believableness\",\n      \"boldin\",\n      \"borism\",\n      \"bromisms\",\n      \"cenosity\",\n      \"certifiability\",\n      \"certifiableness\",\n      \"chaussures\",\n      \"cleromancy\",\n      \"coaffirmation\",\n      \"coeligenous\",\n      \"coerces\",\n      \"cognizability\",\n      \"coheretic\",\n      \"coindication\",\n      \"collegialism\",\n      \"collegiality\",\n      \"colliquativeness\",\n      \"colloquialism\",\n      \"colloquiality\",\n      \"colloquialness\",\n      \"compresence\",\n      \"concent\",\n      \"concentual\",\n      \"conceptible\",\n      \"conceptiveness\",\n      \"conceptualisation\",\n      \"concession\",\n      \"concessionaires\",\n      \"concessionaries\",\n      \"concessions\",\n      \"concessiveness\",\n      \"conciliarism\",\n      \"concipiency\",\n      \"concomitance\",\n      \"concomitancy\",\n      \"concurrence\",\n      \"concurrency\",\n      \"condensance\",\n      \"condescendence\",\n      \"condescensions\",\n      \"condiction\",\n      \"condignity\",\n      \"condonance\",\n      \"condonation\",\n      \"condonations\",\n      \"condonement\",\n      \"conducibly\",\n      \"conduciveness\",\n      \"confederations\",\n      \"conferrable\",\n      \"confervaceous\",\n      \"confidences\",\n      \"confidentness\",\n      \"confirmability\",\n      \"confirmation\",\n      \"confirmational\",\n      \"confirmations\",\n      \"confirmative\",\n      \"confirmatively\",\n      \"confirmedness\",\n      \"confirmity\",\n      \"confirmment\",\n      \"confisticating\",\n      \"confix\",\n      \"confluences\",\n      \"confraternity\",\n      \"confraternities\",\n      \"conification\",\n      \"conjectures\",\n      \"connivances\",\n      \"conopid\",\n      \"conscionable\",\n      \"conscionableness\",\n      \"conscription\",\n      \"conscriptional\",\n      \"conscripttion\",\n      \"consenescence\",\n      \"consenescency\",\n      \"consension\",\n      \"consensual\",\n      \"consensually\",\n      \"consent\",\n      \"consentaneous\",\n      \"consentaneously\",\n      \"consentfully\",\n      \"consentience\",\n      \"consentingly\",\n      \"consentively\",\n      \"consentment\",\n      \"consignataries\",\n      \"consortship\",\n      \"constitutiveness\",\n      \"consubstantiality\",\n      \"consularity\",\n      \"consummativeness\",\n      \"consumptiveness\",\n      \"contiguity\",\n      \"contiguousness\",\n      \"contorsive\",\n      \"contrantiscion\",\n      \"contrariousness\",\n      \"contriteness\",\n      \"controvert\",\n      \"controvertibility\",\n      \"contund\",\n      \"conusance\",\n      \"conviction\",\n      \"convictions\",\n      \"convictiveness\",\n      \"convincedness\",\n      \"convincibility\",\n      \"convivial\",\n      \"conviviality\",\n      \"convolutions\",\n      \"corrodibility\",\n      \"counterstatement\",\n      \"credence\",\n      \"credenciveness\",\n      \"credendum\",\n      \"credibilities\",\n      \"credible\",\n      \"credibleness\",\n      \"creditive\",\n      \"credulities\",\n      \"creed\",\n      \"creedal\",\n      \"creedalism\",\n      \"creeded\",\n      \"creedmore\",\n      \"creolism\",\n      \"crotalism\",\n      \"crustiness\",\n      \"cullibility\",\n      \"debonairity\",\n      \"decadianome\",\n      \"deceptory\",\n      \"definitiveness\",\n      \"dehiscence\",\n      \"demitranslucence\",\n      \"demoraliser\",\n      \"denitrification\",\n      \"deposing\",\n      \"depositation\",\n      \"deposition\",\n      \"disaccord\",\n      \"disaccredit\",\n      \"disaffiliation\",\n      \"disaffirmation\",\n      \"disagglomeration\",\n      \"disapproval\",\n      \"disapprovals\",\n      \"disassiduity\",\n      \"disavowance\",\n      \"disavowment\",\n      \"disavows\",\n      \"disceptation\",\n      \"discerpibleness\",\n      \"discodactylous\",\n      \"discommendableness\",\n      \"discomposure\",\n      \"disconcertedness\",\n      \"disconcertment\",\n      \"disconfirm\",\n      \"disconfirmation\",\n      \"discongruity\",\n      \"disconsent\",\n      \"disconsideration\",\n      \"discredit\",\n      \"discredits\",\n      \"disedification\",\n      \"disfaith\",\n      \"disfavors\",\n      \"disherison\",\n      \"disheritment\",\n      \"disinclination\",\n      \"disinclinations\",\n      \"disincrust\",\n      \"disinvolvement\",\n      \"disobligingness\",\n      \"disordinance\",\n      \"disproval\",\n      \"dissuasion\",\n      \"disusance\",\n      \"dogmatisation\",\n      \"doleance\",\n      \"emanatism\",\n      \"empiricism\",\n      \"emplastration\",\n      \"emporetic\",\n      \"endearments\",\n      \"endorsation\",\n      \"endorsement\",\n      \"endorsements\",\n      \"faldistory\",\n      \"firmation\",\n      \"foreassurance\",\n      \"geldability\",\n      \"hypercriticism\",\n      \"yieldableness\",\n      \"yieldance\",\n      \"inconceivability\",\n      \"inconfusion\",\n      \"inconfutable\",\n      \"incorporalness\",\n      \"incredibility\",\n      \"incumbencies\",\n      \"intendible\",\n      \"intercept\",\n      \"intercision\",\n      \"intercombination\",\n      \"intercommonable\",\n      \"intercontradiction\",\n      \"interconvertible\",\n      \"intercrust\",\n      \"intercurrence\",\n      \"interdenominational\",\n      \"interdenominationalism\",\n      \"interinsurance\",\n      \"interinsurer\",\n      \"interjudgment\",\n      \"interluency\",\n      \"interment\",\n      \"internecion\",\n      \"interpolity\",\n      \"interreceive\",\n      \"interregency\",\n      \"interreges\",\n      \"interregimental\",\n      \"interregnum\",\n      \"interrenalism\",\n      \"interresistibility\",\n      \"intersusceptation\",\n      \"intertransmission\",\n      \"intertribal\",\n      \"intranscalency\",\n      \"intransitiveness\",\n      \"intransmissible\",\n      \"knottiness\",\n      \"legibly\",\n      \"loginesses\",\n      \"misallowance\",\n      \"misbelief\",\n      \"miscoloration\",\n      \"misputting\",\n      \"monophysitism\",\n      \"mutined\",\n      \"muting\",\n      \"mutiny\",\n      \"nonaffirmation\",\n      \"nonamazement\",\n      \"nonassonance\",\n      \"noncombustibility\",\n      \"noncommitment\",\n      \"noncommittalism\",\n      \"noncommittalness\",\n      \"nonconfession\",\n      \"nonconjugation\",\n      \"nonconsignment\",\n      \"nonconsistorial\",\n      \"noncontradiction\",\n      \"nonconviction\",\n      \"noncorroboration\",\n      \"noncredibility\",\n      \"nonfrangibility\",\n      \"nonfusibility\",\n      \"noninsertion\",\n      \"nonopposition\",\n      \"nonpermission\",\n      \"nonstipulation\",\n      \"nonvalidation\",\n      \"nonvendibility\",\n      \"nonverticality\",\n      \"nonverticalness\",\n      \"nullification\",\n      \"opsonification\",\n      \"overbelief\",\n      \"overthrust\",\n      \"oxidability\",\n      \"oxidizability\",\n      \"parvanimity\",\n      \"pedotrophy\",\n      \"pernancy\",\n      \"preacceptance\",\n      \"preconfirmation\",\n      \"preconsumption\",\n      \"predesirous\",\n      \"predisadvantage\",\n      \"predistrust\",\n      \"preeffect\",\n      \"preelection\",\n      \"preexhaustion\",\n      \"preexposures\",\n      \"prenotification\",\n      \"preresponsibility\",\n      \"presuggestion\",\n      \"presumption\",\n      \"presumptions\",\n      \"presumptive\",\n      \"pretabulation\",\n      \"priestianity\",\n      \"proinsurance\",\n      \"promitosis\",\n      \"propolitics\",\n      \"propulsity\",\n      \"provenance\",\n      \"ptyalism\",\n      \"pulsatility\",\n      \"putrescibility\",\n      \"putridness\",\n      \"ratification\",\n      \"reaffirmations\",\n      \"reassertion\",\n      \"rebutment\",\n      \"recompliance\",\n      \"reconfirmation\",\n      \"reconfirmations\",\n      \"reeligibility\",\n      \"reeligibleness\",\n      \"releasability\",\n      \"releasibility\",\n      \"reliquism\",\n      \"rendible\",\n      \"semivitrification\",\n      \"sinophilism\",\n      \"solidifiability\",\n      \"solidification\",\n      \"stagflation\",\n      \"stipulation\",\n      \"stipulations\",\n      \"subhypothesis\",\n      \"substantialization\",\n      \"substantiations\",\n      \"substantiveness\",\n      \"subsureties\",\n      \"superbelievable\",\n      \"supersatisfaction\",\n      \"supersatisfy\",\n      \"supersensible\",\n      \"supersensibleness\",\n      \"supersilent\",\n      \"supposition\",\n      \"suppositionary\",\n      \"surrection\",\n      \"tenderability\",\n      \"terminologies\",\n      \"transcendible\",\n      \"unaccommodatingness\",\n      \"unaffiliation\",\n      \"unaffirmation\",\n      \"unbackward\",\n      \"unbiliousness\",\n      \"uncleansedness\",\n      \"unclerical\",\n      \"unclimactic\",\n      \"uncommendableness\",\n      \"unconfess\",\n      \"unconscionableness\",\n      \"unconstellated\",\n      \"underventilation\",\n      \"unfirmness\",\n      \"unoppositional\",\n      \"unperseverance\",\n      \"unscrupulosity\",\n      \"unstaginess\",\n      \"unsteadiness\",\n      \"unsulfureness\",\n      \"untowardness\",\n      \"untranscendent\",\n      \"unvitreosity\",\n      \"vendibilities\",\n      \"vendibleness\",\n      \"ventrosity\",\n      \"verification\",\n      \"verifications\",\n      \"verificative\",\n      \"verificatory\",\n      \"volitional\"\n  ],\n  \"mmechuihu\": [\n      \"abasement\",\n      \"abjectedness\",\n      \"appallment\",\n      \"befoulment\",\n      \"begrace\",\n      \"butolism\",\n      \"cenesthesia\",\n      \"cenospecies\",\n      \"cynosures\",\n      \"demulsification\",\n      \"disappropriation\",\n      \"disgracement\",\n      \"displeasures\",\n      \"embarrassment\",\n      \"endpleasure\",\n      \"humiliation\",\n      \"humiliations\",\n      \"jennerization\",\n      \"misevaluation\",\n      \"nonextermination\"\n  ],\n  \"mmebi iwu\": [\n      \"abasements\",\n      \"abbotcies\",\n      \"abnormalised\",\n      \"annulment\",\n      \"atrienses\",\n      \"awlessness\",\n      \"badnesses\",\n      \"blunder\",\n      \"contrarieties\",\n      \"contravention\",\n      \"corruptor\",\n      \"crimination\",\n      \"criminologies\",\n      \"deamidation\",\n      \"debilitates\",\n      \"debilitations\",\n      \"debullition\",\n      \"decadarchy\",\n      \"declinational\",\n      \"deflagrations\",\n      \"deflationary\",\n      \"delinition\",\n      \"demilitarisation\",\n      \"demilitarising\",\n      \"demilitarization\",\n      \"deminudity\",\n      \"deperition\",\n      \"derangement\",\n      \"derangements\",\n      \"detracter\",\n      \"detrimentalness\",\n      \"evilnesses\",\n      \"expromission\",\n      \"illegalisation\",\n      \"illegality\",\n      \"illegalities\",\n      \"illegalization\",\n      \"illegalness\",\n      \"illicitness\",\n      \"imperturbation\",\n      \"impropriation\",\n      \"infestment\",\n      \"infraction\",\n      \"infractions\",\n      \"infraglacial\",\n      \"infringements\",\n      \"infringes\",\n      \"irremission\",\n      \"lawlessness\",\n      \"malexecution\",\n      \"malignance\",\n      \"misbill\",\n      \"misbilling\",\n      \"misgovernance\",\n      \"offward\",\n      \"offwards\",\n      \"outacts\",\n      \"outbringing\",\n      \"outlawries\",\n      \"outpoison\",\n      \"outraces\",\n      \"outranges\",\n      \"overdevelopment\",\n      \"perjurement\",\n      \"perlocution\",\n      \"perpession\",\n      \"polluters\",\n      \"sinistration\",\n      \"spooneyness\",\n      \"sporangiform\",\n      \"sporogony\",\n      \"transgressed\",\n      \"transgression\",\n      \"transgressional\",\n      \"transgressions\",\n      \"transgressors\",\n      \"trespassory\",\n      \"uncorruptedness\",\n      \"uncorruptness\",\n      \"violatory\",\n      \"wicked\",\n      \"wickedness\",\n      \"wrongdo\"\n  ],\n  \"ihe ojoo\": [\n      \"abaser\",\n      \"abasic\",\n      \"abastral\",\n      \"abhorrences\",\n      \"abhorrent\",\n      \"abysmal\",\n      \"abominability\",\n      \"abominable\",\n      \"abominated\",\n      \"abominator\",\n      \"abrim\",\n      \"abstersiveness\",\n      \"adversariness\",\n      \"aggradational\",\n      \"aggrades\",\n      \"aggrandiser\",\n      \"aggravator\",\n      \"ahorse\",\n      \"antrorsely\",\n      \"badarian\",\n      \"badchan\",\n      \"baddish\",\n      \"baddishness\",\n      \"badgemen\",\n      \"badgerly\",\n      \"bads\",\n      \"bardcraft\",\n      \"bastardizes\",\n      \"befile\",\n      \"befoul\",\n      \"begaudy\",\n      \"bemusedly\",\n      \"bepurple\",\n      \"bevil\",\n      \"bezant\",\n      \"bigness\",\n      \"bignesses\",\n      \"bignoniaceous\",\n      \"biohazard\",\n      \"blaggard\",\n      \"blague\",\n      \"blandish\",\n      \"blaunner\",\n      \"blunderful\",\n      \"blunter\",\n      \"boerdom\",\n      \"brisque\",\n      \"brittler\",\n      \"broguish\",\n      \"bromous\",\n      \"chagrined\",\n      \"chagrinned\",\n      \"chagrins\",\n      \"cowgrass\",\n      \"czardases\",\n      \"damnous\",\n      \"degrain\",\n      \"deprave\",\n      \"deruinate\",\n      \"deserticolous\",\n      \"detersive\",\n      \"detrusive\",\n      \"direfulness\",\n      \"disgarnish\",\n      \"disgorge\",\n      \"dosser\",\n      \"ecraseur\",\n      \"endevil\",\n      \"enkindler\",\n      \"enkindles\",\n      \"ensculpture\",\n      \"ervil\",\n      \"evil\",\n      \"evilmouthed\",\n      \"evilness\",\n      \"evils\",\n      \"evilwishing\",\n      \"favillous\",\n      \"flavous\",\n      \"fluvious\",\n      \"foppishness\",\n      \"fouettes\",\n      \"foul\",\n      \"fouled\",\n      \"foulminded\",\n      \"fouls\",\n      \"foulsome\",\n      \"grimful\",\n      \"grimy\",\n      \"gruesome\",\n      \"gruesomer\",\n      \"gruesomest\",\n      \"haranguer\",\n      \"harangues\",\n      \"harmotomic\",\n      \"harmproof\",\n      \"harpier\",\n      \"harquebusade\",\n      \"harquebuse\",\n      \"harrage\",\n      \"haustellous\",\n      \"hideous\",\n      \"hideousness\",\n      \"homotaxeous\",\n      \"imprecator\",\n      \"imprecators\",\n      \"incivilities\",\n      \"inique\",\n      \"liquesce\",\n      \"loasaceous\",\n      \"malconformation\",\n      \"malfeasant\",\n      \"malignancies\",\n      \"maligner\",\n      \"maligns\",\n      \"maltreats\",\n      \"malversation\",\n      \"malverse\",\n      \"medusal\",\n      \"mischiefful\",\n      \"misculture\",\n      \"miserabilism\",\n      \"miserabilistic\",\n      \"misexposition\",\n      \"misexpound\",\n      \"misfortunate\",\n      \"misgrowth\",\n      \"misplant\",\n      \"monstrousness\",\n      \"mortice\",\n      \"nasty\",\n      \"notoriousness\",\n      \"obsignatory\",\n      \"ominous\",\n      \"outcavil\",\n      \"oxamic\",\n      \"oxphony\",\n      \"pagandom\",\n      \"pangamy\",\n      \"pangamic\",\n      \"pangamous\",\n      \"pangenic\",\n      \"pangyrical\",\n      \"panurgy\",\n      \"perfervent\",\n      \"perfervidness\",\n      \"perhazard\",\n      \"perihernial\",\n      \"perilunes\",\n      \"perirenal\",\n      \"perjures\",\n      \"pernicion\",\n      \"pessomancy\",\n      \"pestersome\",\n      \"phaenomenal\",\n      \"phytic\",\n      \"plang\",\n      \"plangorous\",\n      \"poricidal\",\n      \"prickliness\",\n      \"pulicides\",\n      \"ramulous\",\n      \"rucky\",\n      \"ruesome\",\n      \"scandaliser\",\n      \"scandalization\",\n      \"scandalmongering\",\n      \"scandalmonging\",\n      \"scandent\",\n      \"sciomantic\",\n      \"sclent\",\n      \"scoundrel\",\n      \"scoundrelism\",\n      \"scoundrelship\",\n      \"scurrier\",\n      \"snasty\",\n      \"soriferous\",\n      \"spoucher\",\n      \"subnormality\",\n      \"taintedness\",\n      \"thuggeries\",\n      \"transnormal\",\n      \"tzardoms\",\n      \"ugliness\",\n      \"uglinesses\",\n      \"unacerbic\",\n      \"unhideousness\",\n      \"unvexatious\",\n      \"vagarity\",\n      \"vassality\",\n      \"venomly\",\n      \"verminy\",\n      \"vexatious\",\n      \"viciousness\",\n      \"vignin\",\n      \"vile\",\n      \"vilely\",\n      \"vileness\",\n      \"villainy\",\n      \"villainous\",\n      \"villainousness\",\n      \"vinolence\",\n      \"whimsicalities\",\n      \"wrecky\",\n      \"wretch\",\n      \"wronger\"\n  ],\n  \"ihe mgbochi\": [\n      \"abasers\",\n      \"ammonifier\",\n      \"antiarins\",\n      \"antiasthmatic\",\n      \"antibodies\",\n      \"antiboss\",\n      \"antient\",\n      \"antiepicenter\",\n      \"antierosive\",\n      \"antifaction\",\n      \"antifoggant\",\n      \"antifogmatic\",\n      \"antilogies\",\n      \"antiparalytic\",\n      \"antiparasitical\",\n      \"antiparticles\",\n      \"antipastic\",\n      \"antiperspirant\",\n      \"antiperspirants\",\n      \"antiphoner\",\n      \"antiphons\",\n      \"antiphrastical\",\n      \"antiplague\",\n      \"antiplastic\",\n      \"antipoints\",\n      \"antipolitics\",\n      \"antipragmatical\",\n      \"antiprism\",\n      \"antirabic\",\n      \"antirabies\",\n      \"antirationalist\",\n      \"antireactionaries\",\n      \"antirent\",\n      \"antiresonator\",\n      \"antiutilitarian\",\n      \"antivermicular\",\n      \"antivice\",\n      \"barcone\",\n      \"bardship\",\n      \"baryon\",\n      \"barlock\",\n      \"barrator\",\n      \"barrer\",\n      \"barricader\",\n      \"barricades\",\n      \"barricoes\",\n      \"barrier\",\n      \"barriers\",\n      \"barringer\",\n      \"bastardization\",\n      \"berrier\",\n      \"binders\",\n      \"binnacles\",\n      \"birotatory\",\n      \"bistorts\",\n      \"blandiloquence\",\n      \"blockier\",\n      \"blocklike\",\n      \"bludgeoner\",\n      \"bludger\",\n      \"bodstick\",\n      \"bollards\",\n      \"bonzer\",\n      \"bordels\",\n      \"bounder\",\n      \"bounders\",\n      \"bracherer\",\n      \"brachets\",\n      \"brack\",\n      \"braker\",\n      \"bridgetree\",\n      \"brier\",\n      \"brierroot\",\n      \"briers\",\n      \"burrier\",\n      \"buttress\",\n      \"cachinnator\",\n      \"cacotrophy\",\n      \"canstick\",\n      \"capsulitis\",\n      \"catbriers\",\n      \"cauls\",\n      \"cestraction\",\n      \"chainplate\",\n      \"cyphellate\",\n      \"clampers\",\n      \"clysis\",\n      \"clonorchiasis\",\n      \"colotomy\",\n      \"comism\",\n      \"concocter\",\n      \"constrainer\",\n      \"contingence\",\n      \"contingency\",\n      \"contingencies\",\n      \"contingents\",\n      \"contragredience\",\n      \"contrail\",\n      \"contraposit\",\n      \"contrapositives\",\n      \"contraprops\",\n      \"contrivancy\",\n      \"countermeasures\",\n      \"counterpoint\",\n      \"counterpoints\",\n      \"countersense\",\n      \"craniectomy\",\n      \"craniom\",\n      \"criers\",\n      \"curbers\",\n      \"curbs\",\n      \"curdle\",\n      \"curdler\",\n      \"curdlers\",\n      \"curdles\",\n      \"currier\",\n      \"currieries\",\n      \"curriers\",\n      \"curtaining\",\n      \"curvate\",\n      \"curvative\",\n      \"curvature\",\n      \"curvatures\",\n      \"defiber\",\n      \"detachableness\",\n      \"deterrer\",\n      \"detrusor\",\n      \"embargoes\",\n      \"embargos\",\n      \"embarque\",\n      \"enchainements\",\n      \"encrimson\",\n      \"encroachments\",\n      \"entanglements\",\n      \"epidermical\",\n      \"flapperism\",\n      \"foldcourse\",\n      \"forints\",\n      \"formants\",\n      \"fornices\",\n      \"furriers\",\n      \"girding\",\n      \"grecism\",\n      \"halterproof\",\n      \"handcarts\",\n      \"haplonts\",\n      \"haranguers\",\n      \"hashery\",\n      \"hedgetaper\",\n      \"hemiclastic\",\n      \"herpetic\",\n      \"hiccoughs\",\n      \"hinderlings\",\n      \"hinderlins\",\n      \"hypercycle\",\n      \"hyperspherical\",\n      \"hurdle\",\n      \"hurlock\",\n      \"immunises\",\n      \"impeder\",\n      \"impeders\",\n      \"impediment\",\n      \"impedimentary\",\n      \"impediments\",\n      \"impedition\",\n      \"impendent\",\n      \"impingement\",\n      \"imprime\",\n      \"inceptors\",\n      \"incontraction\",\n      \"insinuator\",\n      \"instigation\",\n      \"intercepts\",\n      \"intermundium\",\n      \"interstices\",\n      \"intertex\",\n      \"inwalls\",\n      \"irradiator\",\n      \"irruptions\",\n      \"kerbs\",\n      \"lacework\",\n      \"lamasery\",\n      \"lancets\",\n      \"lanciform\",\n      \"lankier\",\n      \"lascars\",\n      \"limitaries\",\n      \"limiter\",\n      \"limiters\",\n      \"limners\",\n      \"manacles\",\n      \"mitoses\",\n      \"momisms\",\n      \"mopusses\",\n      \"movent\",\n      \"obstacle\",\n      \"obstant\",\n      \"obstructer\",\n      \"obstructor\",\n      \"overdares\",\n      \"overrestriction\",\n      \"pacesetter\",\n      \"pacesetters\",\n      \"pacificator\",\n      \"padder\",\n      \"palliament\",\n      \"pamperedness\",\n      \"pannellation\",\n      \"panotype\",\n      \"parapet\",\n      \"parodyproof\",\n      \"pastosity\",\n      \"perrier\",\n      \"petticoats\",\n      \"pickproof\",\n      \"pimpernel\",\n      \"pimpernels\",\n      \"piscatorial\",\n      \"placaters\",\n      \"placets\",\n      \"plagiaries\",\n      \"plagium\",\n      \"plotproof\",\n      \"porphyrogeniture\",\n      \"prancers\",\n      \"precourse\",\n      \"predispersion\",\n      \"preprohibition\",\n      \"prequestion\",\n      \"presphygmic\",\n      \"pulmotors\",\n      \"punstress\",\n      \"rimption\",\n      \"rumpot\",\n      \"shuttlecock\",\n      \"shuttlecocked\",\n      \"snaphance\",\n      \"snipperty\",\n      \"spirket\",\n      \"stragulum\",\n      \"subletter\",\n      \"tapstress\",\n      \"tarriers\",\n      \"towcock\",\n      \"treacles\",\n      \"unbracelet\",\n      \"undertint\",\n      \"unfragile\",\n      \"unlashes\",\n      \"upcourse\",\n      \"veiledness\",\n      \"verier\",\n      \"vernacles\",\n      \"waldenses\",\n      \"wrangler\"\n  ],\n  \"na-eweda ala\": [\n      \"abases\",\n      \"abasing\"\n  ],\n  \"ghaa\": [\n      \"abashed\",\n      \"bared\",\n      \"blots\",\n      \"bursera\",\n      \"defuze\",\n      \"denasalize\",\n      \"denitrize\",\n      \"grate\",\n      \"greener\",\n      \"mashed\",\n      \"rears\",\n      \"recuses\",\n      \"redeed\",\n      \"refringe\",\n      \"rubiate\",\n      \"snaste\",\n      \"snathes\",\n      \"trink\",\n      \"whank\"\n  ],\n  \"nzuzu\": [\n      \"abashedly\",\n      \"abscise\",\n      \"abscision\",\n      \"abscondence\",\n      \"abstruseness\",\n      \"abstrusenesses\",\n      \"abstrusity\",\n      \"absurd\",\n      \"absurder\",\n      \"absurdest\",\n      \"absurdity\",\n      \"absurdities\",\n      \"absurdly\",\n      \"absurdness\",\n      \"absurdum\",\n      \"astuteness\",\n      \"babbishly\",\n      \"befool\",\n      \"befoolment\",\n      \"befools\",\n      \"befuddlement\",\n      \"blotchiness\",\n      \"blurredness\",\n      \"blurriness\",\n      \"bolly\",\n      \"boobishness\",\n      \"brawnedness\",\n      \"brinkmanship\",\n      \"brinksmanship\",\n      \"brusqueness\",\n      \"celsitude\",\n      \"chalcidic\",\n      \"chalcomancy\",\n      \"chazy\",\n      \"cinefaction\",\n      \"cravenness\",\n      \"craziness\",\n      \"currishness\",\n      \"decoke\",\n      \"dementedness\",\n      \"disensanity\",\n      \"drouthy\",\n      \"drouthiness\",\n      \"dullity\",\n      \"encumbrous\",\n      \"erumpent\",\n      \"flemish\",\n      \"flukiness\",\n      \"folly\",\n      \"follying\",\n      \"follyproof\",\n      \"fooless\",\n      \"foolfish\",\n      \"foolfishes\",\n      \"foolhardihood\",\n      \"foolhardily\",\n      \"foolhardiness\",\n      \"foolhardiship\",\n      \"foolheadedness\",\n      \"foolify\",\n      \"fooling\",\n      \"foolish\",\n      \"foolishly\",\n      \"foolishness\",\n      \"foolproof\",\n      \"foolproofness\",\n      \"foolscap\",\n      \"foolscaps\",\n      \"foolship\",\n      \"foulness\",\n      \"frenziedness\",\n      \"frivolous\",\n      \"frivolousness\",\n      \"frogginess\",\n      \"frumpishness\",\n      \"fumishness\",\n      \"golly\",\n      \"idence\",\n      \"idiocy\",\n      \"idiocyclophanous\",\n      \"idiocies\",\n      \"idiocrasy\",\n      \"idiocratic\",\n      \"idiogenous\",\n      \"idion\",\n      \"idiosome\",\n      \"idiotcy\",\n      \"idiotcies\",\n      \"idiotic\",\n      \"idioticalness\",\n      \"idiotise\",\n      \"idiotism\",\n      \"idiotisms\",\n      \"idiotry\",\n      \"idoneousness\",\n      \"ignobleness\",\n      \"ignoblesse\",\n      \"ilks\",\n      \"illth\",\n      \"ilth\",\n      \"imbruing\",\n      \"impollute\",\n      \"imprecision\",\n      \"infamation\",\n      \"infamized\",\n      \"infatuated\",\n      \"infatuatedly\",\n      \"infatuatedness\",\n      \"infatuation\",\n      \"infelicities\",\n      \"innuate\",\n      \"insipidity\",\n      \"irascibleness\",\n      \"irishness\",\n      \"irksomeness\",\n      \"irriguousness\",\n      \"lamely\",\n      \"lasciviousness\",\n      \"limberest\",\n      \"limbiest\",\n      \"limbous\",\n      \"limivorous\",\n      \"limnophilous\",\n      \"limpish\",\n      \"litheness\",\n      \"lumpiness\",\n      \"luscious\",\n      \"lusciousness\",\n      \"lushness\",\n      \"maddeningness\",\n      \"misanalyzely\",\n      \"miscasualty\",\n      \"miscegine\",\n      \"mischancy\",\n      \"miscite\",\n      \"miscites\",\n      \"miscreance\",\n      \"miscreation\",\n      \"miscredulity\",\n      \"misdeem\",\n      \"misdentition\",\n      \"misgivings\",\n      \"misingenuity\",\n      \"misposition\",\n      \"misproposal\",\n      \"mispursuit\",\n      \"mistraces\",\n      \"misture\",\n      \"molly\",\n      \"murky\",\n      \"nervish\",\n      \"nervure\",\n      \"nesty\",\n      \"nold\",\n      \"nongrass\",\n      \"nonseditiously\",\n      \"nonseditiousness\",\n      \"nonsensation\",\n      \"nonsensibility\",\n      \"nonsensible\",\n      \"nonsensibleness\",\n      \"nonsensic\",\n      \"nonsensicality\",\n      \"nonsensicalness\",\n      \"nonsensitively\",\n      \"nonsensitiveness\",\n      \"nonsententiously\",\n      \"nonsententiousness\",\n      \"nonserious\",\n      \"nonseriously\",\n      \"nonseriousness\",\n      \"nonsymphonious\",\n      \"nonsimulation\",\n      \"nonsynoptical\",\n      \"nonsolicitousness\",\n      \"nonspaciousness\",\n      \"nonspheral\",\n      \"nonspirituousness\",\n      \"nonspuriousness\",\n      \"nonsubconsciousness\",\n      \"nonsuggestion\",\n      \"nonsusceptiness\",\n      \"nonsusceptivity\",\n      \"nonsuspect\",\n      \"nonsuspensiveness\",\n      \"nonsweating\",\n      \"nullibiety\",\n      \"occlusive\",\n      \"occlusiveness\",\n      \"occlusor\",\n      \"overfoolish\",\n      \"overfoolishness\",\n      \"perspicacity\",\n      \"pudginess\",\n      \"rascal\",\n      \"ripely\",\n      \"scabish\",\n      \"sciomancy\",\n      \"scopulousness\",\n      \"scottishness\",\n      \"scoundrelly\",\n      \"scraggedness\",\n      \"scrumptiousness\",\n      \"scuggery\",\n      \"scupful\",\n      \"scurfiness\",\n      \"scurrilousness\",\n      \"scutal\",\n      \"silly\",\n      \"sillyhood\",\n      \"sillyhow\",\n      \"sillyish\",\n      \"sillyism\",\n      \"silliness\",\n      \"silverness\",\n      \"synoeciousness\",\n      \"skolly\",\n      \"slobber\",\n      \"snithy\",\n      \"snobber\",\n      \"snobbess\",\n      \"snobbish\",\n      \"snobdom\",\n      \"snobism\",\n      \"snobocracy\",\n      \"snooty\",\n      \"snooziness\",\n      \"spendthriftness\",\n      \"spongiousness\",\n      \"squamoseness\",\n      \"stolidity\",\n      \"strangury\",\n      \"stupendous\",\n      \"stupidest\",\n      \"stupidish\",\n      \"stupidity\",\n      \"stupidities\",\n      \"stupidly\",\n      \"stupidness\",\n      \"stupor\",\n      \"stupors\",\n      \"stupose\",\n      \"stupration\",\n      \"thugdom\",\n      \"thuggess\",\n      \"tomfoolishness\",\n      \"umbraciousness\",\n      \"uncrisp\",\n      \"unfoolish\",\n      \"unglittery\",\n      \"unjolly\",\n      \"unstupid\",\n      \"unstupidly\",\n      \"unstupidness\",\n      \"unsurplice\",\n      \"unvoracious\",\n      \"unwise\",\n      \"unwisely\",\n      \"vagulous\",\n      \"vulgare\",\n      \"vulgars\",\n      \"vulgarwise\",\n      \"vulgates\",\n      \"vulgo\",\n      \"vulguses\",\n      \"vulnose\",\n      \"vulval\",\n      \"vulvocrural\",\n      \"wambliness\",\n      \"waspiness\",\n      \"wasterfulness\",\n      \"whiggess\",\n      \"whiggishness\",\n      \"whimsicality\",\n      \"whimsicalness\",\n      \"whizziness\",\n      \"whute\",\n      \"wigdom\",\n      \"wiggishness\",\n      \"wilfulness\",\n      \"wiliness\",\n      \"wisecracks\",\n      \"wistful\",\n      \"wistfulness\",\n      \"witterness\",\n      \"witting\",\n      \"wittingite\",\n      \"wittolly\",\n      \"wizenedness\"\n  ],\n  \"mbibi\": [\n      \"abashedness\",\n      \"affrontee\",\n      \"almohades\",\n      \"amputator\",\n      \"arrgt\",\n      \"arrhizal\",\n      \"aspersions\",\n      \"bacillicide\",\n      \"baybush\",\n      \"baygall\",\n      \"beshadow\",\n      \"beshadows\",\n      \"besmirch\",\n      \"besmooths\",\n      \"besotment\",\n      \"bespatters\",\n      \"bespurt\",\n      \"bewreck\",\n      \"biodegradation\",\n      \"brattle\",\n      \"brummagen\",\n      \"casehardening\",\n      \"catabasion\",\n      \"corrasion\",\n      \"damascener\",\n      \"damaskeening\",\n      \"damenization\",\n      \"damndests\",\n      \"damnifying\",\n      \"dawdles\",\n      \"debarration\",\n      \"debases\",\n      \"debellate\",\n      \"debordment\",\n      \"deburr\",\n      \"decadrachm\",\n      \"decandrous\",\n      \"decarbonising\",\n      \"decarnate\",\n      \"decastere\",\n      \"decastylos\",\n      \"decasualise\",\n      \"decatholicize\",\n      \"declasse\",\n      \"declassee\",\n      \"decretorial\",\n      \"decumanus\",\n      \"defatigation\",\n      \"defatting\",\n      \"deglutinating\",\n      \"degradability\",\n      \"degradation\",\n      \"degradations\",\n      \"degradement\",\n      \"degraduation\",\n      \"delapsion\",\n      \"delassement\",\n      \"demast\",\n      \"dematerialisation\",\n      \"dematerialise\",\n      \"dematerialising\",\n      \"demibrute\",\n      \"demiracle\",\n      \"demnition\",\n      \"demobilisation\",\n      \"demobilization\",\n      \"demobilizations\",\n      \"demolishment\",\n      \"demolition\",\n      \"demolitionist\",\n      \"deossification\",\n      \"depasturation\",\n      \"depasture\",\n      \"deplorability\",\n      \"depravation\",\n      \"depuration\",\n      \"deraignment\",\n      \"desmodont\",\n      \"despoilment\",\n      \"despoilments\",\n      \"despouse\",\n      \"destitution\",\n      \"destoolment\",\n      \"destress\",\n      \"destroyer\",\n      \"destruction\",\n      \"destructional\",\n      \"destructionism\",\n      \"destructionist\",\n      \"destructions\",\n      \"destructivism\",\n      \"destructivity\",\n      \"destructory\",\n      \"detrition\",\n      \"detruncation\",\n      \"detrusion\",\n      \"devaluation\",\n      \"devast\",\n      \"devastation\",\n      \"devastations\",\n      \"devastator\",\n      \"devitalisation\",\n      \"devocalization\",\n      \"disbarment\",\n      \"disbarments\",\n      \"discession\",\n      \"disharmonised\",\n      \"disintegration\",\n      \"dismantlement\",\n      \"dismastment\",\n      \"dogedoms\",\n      \"doomage\",\n      \"doombook\",\n      \"doomer\",\n      \"doomfully\",\n      \"doomfulness\",\n      \"doomlike\",\n      \"dooms\",\n      \"doomsayer\",\n      \"doomsman\",\n      \"doomstead\",\n      \"doomster\",\n      \"dorsomedial\",\n      \"dorsomesal\",\n      \"dumfounderment\",\n      \"enddamage\",\n      \"enrobement\",\n      \"envapor\",\n      \"exteriorisation\",\n      \"extirpation\",\n      \"extrinsicalness\",\n      \"extrinsication\",\n      \"havoc\",\n      \"kashering\",\n      \"landwrack\",\n      \"langsettle\",\n      \"mayhap\",\n      \"malshapen\",\n      \"misbrand\",\n      \"morbility\",\n      \"mumpishness\",\n      \"murrion\",\n      \"mutescence\",\n      \"mutilation\",\n      \"obelion\",\n      \"oblivescence\",\n      \"offscouring\",\n      \"offscourings\",\n      \"outblaze\",\n      \"outbreath\",\n      \"outdrop\",\n      \"outserts\",\n      \"outsins\",\n      \"perishment\",\n      \"perlustration\",\n      \"pharisaicalness\",\n      \"posthumousness\",\n      \"ramosity\",\n      \"ramosities\",\n      \"ravage\",\n      \"ravages\",\n      \"ravaging\",\n      \"reprehensory\",\n      \"ritratto\",\n      \"ruchings\",\n      \"ruction\",\n      \"rufflement\",\n      \"ruin\",\n      \"ruinable\",\n      \"ruination\",\n      \"ruinations\",\n      \"ruinator\",\n      \"ruiner\",\n      \"ruinlike\",\n      \"sorbability\",\n      \"torpidness\",\n      \"torquers\",\n      \"unharrowed\",\n      \"unshading\",\n      \"unsharp\",\n      \"volatilisation\",\n      \"wastages\",\n      \"wreaks\"\n  ],\n  \"abashị\": [\n      \"abashes\"\n  ],\n  \"ịkụda\": [\n      \"abashing\",\n      \"damasking\",\n      \"queering\",\n      \"thwacking\"\n  ]\n}"
  },
  {
    "path": "__tests__/api-json.test.ts",
    "content": "import isEqual from 'lodash/isEqual';\nimport { NO_PROVIDED_TERM } from '../src/shared/constants/errorMessages';\nimport { searchTerm } from './shared/commands';\n\ndescribe('JSON Dictionary', () => {\n  describe('/GET words', () => {\n    it.skip('return back word information', async () => {\n      const keyword = 'agụū';\n      const res = await searchTerm(keyword);\n      expect(res.status).toEqual(200);\n      Object.keys(res.body).forEach((key) => {\n        expect(['(agụū) -gụ', '-gụ agụū', 'agụū mmīli', keyword]).toContain(key);\n      });\n      expect(res.body[keyword][0].wordClass).toEqual('NNC');\n    });\n\n    it('return an error for searching no word', async () => {\n      const res = await searchTerm();\n      expect(res.status).toEqual(400);\n      expect(res.body.error).toEqual(NO_PROVIDED_TERM);\n    });\n\n    it.skip('return the same term information', async () => {\n      const { status, body: normalizeData } = await searchTerm('ndi ndi');\n      expect(status).toEqual(200);\n      const { status: rawStatus, body: rawData } = await searchTerm('ndị ndi');\n      expect(rawStatus).toEqual(200);\n      expect(isEqual(normalizeData, rawData)).toEqual(true);\n    });\n\n    it('return term using variation', async () => {\n      const res = await searchTerm('-mu-mù');\n      expect(res.status).toEqual(200);\n      expect(res.body['-mụ-mù']).toHaveLength(1);\n    });\n  });\n});\n"
  },
  {
    "path": "__tests__/api-mongo.test.ts",
    "content": "import mongoose from 'mongoose';\nimport { forEach, has, isEqual, uniqBy, some, every } from 'lodash';\nimport stringSimilarity from 'string-similarity';\nimport diacriticless from 'diacriticless';\nimport { wordSchema } from '../src/models/Word';\nimport WordClass from '../src/shared/constants/WordClass';\nimport {\n  WORD_KEYS_V1,\n  WORD_KEYS_V2,\n  EXAMPLE_KEYS_V1,\n  EXCLUDE_KEYS,\n  INVALID_ID,\n  NONEXISTENT_ID,\n  MAIN_KEY,\n} from './shared/constants';\nimport { getWords, getWord, getWordsV2, getWordV2 } from './shared/commands';\nimport { expectUniqSetsOfResponses } from './shared/utils';\nimport createRegExp from '../src/shared/utils/createRegExp';\nimport { createDbConnection, handleCloseConnection } from '../src/services/database';\nimport Tenses from '../src/shared/constants/Tenses';\nimport { IncomingWord as WordType } from '../src/types';\nimport WordClassEnum from '../src/shared/constants/WordClassEnum';\n\njest.unmock('mongoose');\n\nconst { ObjectId } = mongoose.Types;\n\ndescribe('MongoDB Words', () => {\n  describe('mongodb collection', () => {\n    it('populate mongodb with words', async () => {\n      const connection = createDbConnection();\n      const Word = connection.model('Word', wordSchema);\n      const word = {\n        word: 'word',\n        definitions: [\n          {\n            wordClass: 'NNC',\n            definitions: ['first definition', 'second definition'],\n          },\n        ],\n        dialects: [\n          {\n            variations: [],\n            dialects: ['NSA'],\n            pronunciation: '',\n            word: 'dialectalWord',\n          },\n        ],\n        examples: [new ObjectId(), new ObjectId()],\n        stems: [],\n        tenses: {},\n      };\n      const validWord = new Word(word);\n      const savedWord = await validWord.save();\n      await handleCloseConnection(connection);\n      expect(savedWord.id).not.toEqual(undefined);\n      expect(savedWord.word).toEqual('word');\n      // @ts-expect-error wordClass\n      expect(savedWord.definitions[0].wordClass).toEqual('NNC');\n      expect(savedWord.tenses).not.toEqual(undefined);\n      const wordRes = await getWord(savedWord.id, { dialects: true }, {});\n      expect(wordRes.status).toEqual(200);\n      expect(wordRes.body.dialects.dialectalWord).not.toEqual(undefined);\n      const v2WordRes = await getWordV2(savedWord.id, { dialects: true }, {});\n      expect(v2WordRes.status).toEqual(200);\n      expect(v2WordRes.body.data.dialects[0].word).toEqual('dialectalWord');\n    });\n\n    it('fail populate mongodb with incorrect variations', async () => {\n      const connection = createDbConnection();\n      const Word = connection.model('Word', wordSchema);\n      const word = {\n        word: 'word',\n        definitions: [\n          {\n            wordClass: 'NNC',\n            definitions: ['first definition', 'second definition'],\n          },\n        ],\n        dialects: {\n          variations: [],\n          dialects: ['mismatch'],\n          pronunciation: '',\n          word: 'dialectalWord',\n        },\n        examples: [new ObjectId(), new ObjectId()],\n        stems: [],\n      };\n      const validWord = new Word(word);\n      await validWord.save().catch(async (err) => {\n        await handleCloseConnection(connection);\n        expect(err.message.includes('dialects')).toEqual(true);\n      });\n    });\n\n    it('throw an error for invalid data', async () => {\n      const connection = createDbConnection();\n      const Word = connection.model('Word', wordSchema);\n      const word = {\n        definitions: [\n          {\n            wordClass: 'n.',\n            definitions: ['first definition', 'second definition'],\n          },\n        ],\n        examples: ['first example'],\n        stems: [],\n      };\n      const validWord = new Word(word);\n      await validWord.save().catch(async (err) => {\n        await handleCloseConnection(connection);\n        expect(err).not.toEqual(undefined);\n      });\n    });\n  });\n\n  describe('/GET mongodb words V1', () => {\n    it('return word information', async () => {\n      const keyword = 'bia';\n      const res = await getWords({ keyword }, {});\n      expect(res.status).toEqual(200);\n      expect(res.body.length).toBeGreaterThanOrEqual(2);\n      forEach(res.body, (word) => {\n        Object.keys(word).forEach((key) => {\n          expect(WORD_KEYS_V1.includes(key)).toBeTruthy();\n        });\n      });\n    });\n\n    it('return back word information by searching definition', async () => {\n      const keyword = 'smallpox';\n      const words = ['kịtịkpā', 'ùlì', 'ajō ọfịa'];\n      const res = await getWords({ keyword }, {});\n      expect(res.status).toEqual(200);\n      forEach(res.body, (word) => expect(words).toContain(word.word));\n    });\n\n    it(\"return back 'king' documents\", async () => {\n      const keyword = 'king';\n      const res = await getWords({ keyword }, {});\n      expect(res.status).toEqual(200);\n      expect(res.body).toHaveLength(10);\n    });\n\n    it(\"return back 'kings' (plural) documents\", async () => {\n      const keyword = 'kings';\n      const res = await getWords({ keyword }, {});\n      expect(res.status).toEqual(200);\n      expect(res.body).toHaveLength(10);\n    });\n\n    it('return back words related to paradoxa (within paraenthesis)', async () => {\n      const keyword = 'paradoxa';\n      const words = ['òkwùma', 'osisi'];\n      const res = await getWords({ keyword }, {});\n      expect(res.status).toEqual(200);\n      forEach(res.body, (word) => expect(words).toContain(word.word));\n    });\n\n    it('return back ada without Adaeze', async () => {\n      const keyword = 'ada';\n      const res = await getWords({ keyword }, {});\n      expect(res.status).toEqual(200);\n      expect(res.body).toHaveLength(10);\n    });\n\n    it('return back Adaeze without ada', async () => {\n      const keyword = 'adaeze';\n      const words = ['àda èzè', 'Àdaèzè'];\n      const res = await getWords({ keyword }, {});\n      expect(res.status).toEqual(200);\n      forEach(res.body, (word) => expect(words).toContain(word.word));\n    });\n\n    it(\"return gbā ọ̄sọ̄ by searching 'run'\", async () => {\n      const keyword = 'run';\n      const res = await getWords({ keyword }, {});\n      expect(res.status).toEqual(200);\n      expect(res.body).toHaveLength(10);\n    });\n\n    it(\"return words using stop word ('who') as search keyword\", async () => {\n      const keyword = 'who';\n      const res = await getWords({ keyword }, {});\n      expect(res.status).toEqual(200);\n      expect(res.body).toHaveLength(10);\n    });\n\n    it(\"return words using stop word ('what') as search keyword\", async () => {\n      const keyword = 'what';\n      const res = await getWords({ keyword }, {});\n      expect(res.status).toEqual(200);\n      expect(res.body).toHaveLength(10);\n    });\n\n    it('return word information with dialects query', async () => {\n      const keyword = 'bia';\n      const res = await getWords({ keyword, dialects: true }, {});\n      expect(res.status).toEqual(200);\n      expect(res.body.length).toBeGreaterThanOrEqual(2);\n      forEach(res.body, (word) => {\n        expect(word.dialects).not.toEqual(undefined);\n      });\n    });\n\n    it('return word information without dialects with malformed dialects query', async () => {\n      const keyword = 'bia';\n      const res = await getWords({ keyword, dialects: 'fdsafds' }, {});\n      expect(res.status).toEqual(200);\n      expect(res.body.length).toBeGreaterThanOrEqual(2);\n      forEach(res.body, (word) => {\n        expect(word.dialects).toEqual(undefined);\n      });\n    });\n\n    it('return word information with examples query', async () => {\n      const keyword = 'bia';\n      const res = await getWords({ keyword, examples: true }, {});\n      expect(res.status).toEqual(200);\n      expect(res.body.length).toBeGreaterThanOrEqual(2);\n      forEach(res.body, (word) => {\n        expect(word.examples.length).toBeGreaterThanOrEqual(0);\n      });\n    });\n\n    it('return word information without examples with malformed examples query', async () => {\n      const keyword = 'bia';\n      const res = await getWords({ keyword, examples: 'fdsafds' }, {});\n      expect(res.status).toEqual(200);\n      expect(res.body.length).toBeGreaterThanOrEqual(2);\n      forEach(res.body, (word) => {\n        expect(word.examples).toEqual(undefined);\n      });\n    });\n\n    it('return word information with the filter query', async () => {\n      const filter = 'bia';\n      const res = await getWords({ filter: { word: filter } }, {});\n      expect(res.status).toEqual(200);\n      expect(res.body.length).toBeGreaterThanOrEqual(2);\n      forEach(res.body, (word) => {\n        Object.keys(word).forEach((key) => {\n          expect(WORD_KEYS_V1.includes(key)).toBeTruthy();\n        });\n      });\n    });\n\n    it('return one word', async () => {\n      const res = await getWords({}, { apiKey: MAIN_KEY });\n      expect(res.status).toEqual(200);\n      const result = await getWord(res.body[0].id, {}, {});\n      expect(result.status).toEqual(200);\n      Object.keys(result.body).forEach((key) => {\n        expect(WORD_KEYS_V1.includes(key)).toBeTruthy();\n      });\n    });\n\n    it('return an error for incorrect word id', async () => {\n      const res = await getWords({}, {});\n      expect(res.status).toEqual(200);\n      const result = await getWord(NONEXISTENT_ID, {}, {});\n      expect(result.status).toEqual(404);\n      expect(result.error).not.toEqual(undefined);\n    });\n\n    it(\"return an error because document doesn't exist\", async () => {\n      const res = await getWord(INVALID_ID, {}, {});\n      expect(res.status).toEqual(400);\n      expect(res.body.error).not.toEqual(undefined);\n    });\n\n    it('return at most twenty five words per request with range query', async () => {\n      const res = await Promise.all([\n        getWords({ range: true }, {}),\n        getWords({ range: '[10,34]' }, {}),\n        getWords({ range: '[35,59]' }, {}),\n      ]);\n      expectUniqSetsOfResponses(res, 25);\n    });\n\n    it('return at most four words per request with range query', async () => {\n      const res = await getWords({ range: '[5,8]' }, {});\n      expect(res.status).toEqual(200);\n      expect(res.body.length).toBeLessThanOrEqual(4);\n    });\n\n    it('return at most ten words because of a large range', async () => {\n      const res = await getWords({ range: '[10,40]' }, {});\n      expect(res.status).toEqual(200);\n      expect(res.body.length).toBeLessThanOrEqual(10);\n    });\n\n    it('return at most ten words because of a tiny range', async () => {\n      const res = await getWords({ range: '[10,9]' }, {});\n      expect(res.status).toEqual(200);\n      expect(res.body.length).toBeLessThanOrEqual(10);\n    });\n\n    it('return at most ten words because of an invalid range', async () => {\n      const res = await getWords({ range: 'incorrect' }, {});\n      expect(res.status).toEqual(400);\n      expect(res.body.error).not.toEqual(undefined);\n    });\n\n    it('return at most ten words per request with range query', async () => {\n      const res = await Promise.all([\n        getWords({ range: true }, {}),\n        getWords({ range: '[10,19]' }, {}),\n        getWords({ range: '[20,29]' }, {}),\n        getWords({ range: [30, 39] }, {}),\n      ]);\n      expectUniqSetsOfResponses(res);\n    });\n\n    it('return at most ten words per request due to pagination', async () => {\n      const res = await Promise.all([\n        getWords({}, {}),\n        getWords({ page: '1' }, {}),\n        getWords({ page: '2' }, {}),\n      ]);\n      expectUniqSetsOfResponses(res);\n    });\n\n    it('return ignore case', async () => {\n      const lowerCase = 'tree';\n      const upperCase = 'Tree';\n      const res = await Promise.all([\n        getWords({ keyword: lowerCase }, {}),\n        getWords({ keyword: upperCase }, {}),\n      ]);\n      expect(res[1].body.length).toBeGreaterThanOrEqual(res[0].body.length);\n    });\n\n    it('return only ten words', async () => {\n      const keyword = 'woman';\n      const res = await getWords({ keyword }, {});\n      expect(res.status).toEqual(200);\n      expect(res.body).toHaveLength(10);\n    });\n\n    it('return only ten words with the filter query', async () => {\n      const filter = 'woman';\n      const res = await getWords({ filter: { word: filter } }, {});\n      expect(res.status).toEqual(200);\n      expect(res.body).toHaveLength(10);\n    });\n\n    it('throw an error due to negative page number', async () => {\n      const keyword = 'woman';\n      const res = await getWords({ keyword, page: -1 }, {});\n      expect(res.status).toEqual(400);\n      expect(res.body.error).not.toEqual(undefined);\n    });\n\n    it('throw an error due to invalid page number', async () => {\n      const filter = 'woman';\n      const res = await getWords({ filter: { word: filter }, page: 'fake' }, {});\n      expect(res.status).toEqual(400);\n      expect(res.body.error).not.toEqual(undefined);\n    });\n\n    it.skip(\"return nothing because it's an incomplete word\", async () => {\n      const keyword = 'ak';\n      const res = await getWords({ keyword }, {});\n      expect(res.status).toEqual(200);\n      expect(res.body.length).toBeLessThanOrEqual(1);\n    });\n\n    it('return igbo words when given english with an exact match', async () => {\n      const keyword = 'animal; meat';\n      const res = await getWords({ keyword }, {});\n      expect(res.status).toEqual(200);\n      expect(res.body).toHaveLength(1);\n      expect(res.body[0].word).toEqual('anụ');\n    });\n\n    it('return igbo words when given english with a partial match', async () => {\n      const keyword = 'animal';\n      const res = await getWords({ keyword }, {});\n      expect(res.status).toEqual(200);\n      expect(res.body.length).toBeGreaterThanOrEqual(3);\n      forEach(res.body, (word) => {\n        Object.keys(word).forEach((key) => {\n          expect(WORD_KEYS_V1.includes(key)).toBeTruthy();\n        });\n      });\n    });\n\n    it('return igbo word by searching variation', async () => {\n      const keyword = 'mili';\n      const res = await getWords({ keyword }, {});\n      expect(res.status).toEqual(200);\n      expect(res.body).toHaveLength(2); // Expecting mmilī (variation is milī) and -mìlị\n      expect(uniqBy(res.body, (word: WordType) => word.id).length).toEqual(res.body.length);\n      forEach(res.body, (word) => {\n        Object.keys(word).forEach((key) => {\n          expect(WORD_KEYS_V1.includes(key)).toBeTruthy();\n        });\n      });\n    });\n\n    it('return multiple word objects by searching variation', async () => {\n      const keyword = '-mu-mù';\n      const res = await getWords({ keyword }, {});\n      expect(res.status).toEqual(200);\n      expect(res.body.length).toBeLessThanOrEqual(10);\n      expect(res.body[0].word).toEqual('-mụ-mù');\n      expect(res.body[0].variations).toEqual(['-mu-mù']);\n    });\n\n    it('return unique words when searching for term', async () => {\n      const keyword = 'ànùnù';\n      const res = await getWords({ keyword }, {});\n      expect(res.status).toEqual(200);\n      expect(res.body.length).toBeLessThanOrEqual(5);\n      expect(uniqBy(res.body, (word: WordType) => word.id).length).toEqual(res.body.length);\n      forEach(res.body, (word) => {\n        Object.keys(word).forEach((key) => {\n          expect(WORD_KEYS_V1.includes(key)).toBeTruthy();\n        });\n      });\n    });\n\n    it('not include _id and __v keys', async () => {\n      const keyword = 'elephant';\n      const res = await getWords({ keyword }, {});\n      expect(res.status).toEqual(200);\n      expect(res.body.length).toBeGreaterThanOrEqual(2);\n      expect(\n        every(res.body, (word) => {\n          Object.keys(word).forEach((key) => {\n            expect(WORD_KEYS_V1.includes(key)).toBeTruthy();\n          });\n          Object.keys(word).forEach((key) => {\n            expect(EXCLUDE_KEYS).not.toContain(key);\n          });\n\n          expect(\n            every(word.examples, (example) => {\n              EXAMPLE_KEYS_V1.forEach((key) => {\n                expect(has(word, key)).toBeTruthy();\n              });\n              Object.keys(example).forEach((key) => {\n                expect(EXCLUDE_KEYS).not.toContain(key);\n              });\n            })\n          );\n        })\n      );\n    });\n\n    it.skip('return a sorted list of igbo terms when using english', async () => {\n      const keyword = 'water';\n      const res = await getWords({ keyword }, {});\n      expect(res.status).toEqual(200);\n      expect(res.body.length).toBeGreaterThanOrEqual(5);\n      const responseBody: WordType[] = res.body;\n      expect(\n        every(responseBody, (word, index) => {\n          if (index === 0) {\n            return true;\n          }\n          const prevWord = res.body[index - 1].definitions[0] || '';\n          const currentWord = word.definitions[0] || '';\n          const prevWordDifference =\n            stringSimilarity.compareTwoStrings(keyword, diacriticless(prevWord)) * 100;\n          const nextWordDifference =\n            stringSimilarity.compareTwoStrings(keyword, diacriticless(currentWord)) * 100;\n          return prevWordDifference >= nextWordDifference;\n        })\n      ).toEqual(true);\n    });\n\n    it('return a list of igbo terms when using english by using single quotes', async () => {\n      const keyword = \"'water'\";\n      const res = await getWords({ keyword }, {});\n      expect(res.status).toEqual(200);\n      expect(res.body.length).toBeGreaterThanOrEqual(1);\n    });\n\n    it('also return a list of igbo terms when using english by using double quotes', async () => {\n      const keyword = '\"water\"';\n      const res = await getWords({ keyword }, {});\n      expect(res.status).toEqual(200);\n      expect(res.body.length).toBeGreaterThanOrEqual(1);\n    });\n\n    it('not return any words when wrapping an igbo word in quotes', async () => {\n      const keyword = '\"nkanka\"';\n      const res = await getWords({ keyword }, {});\n      expect(res.status).toEqual(200);\n      expect(res.body).toHaveLength(0);\n    });\n\n    it('return words with no keyword as an application using MAIN_KEY', async () => {\n      const res = await getWords({}, { apiKey: MAIN_KEY });\n      expect(res.status).toEqual(200);\n      expect(res.body.length).toBeLessThanOrEqual(10);\n    });\n\n    it('return no words with no keyword as a developer', async () => {\n      const res = await getWords({}, {});\n      expect(res.status).toEqual(200);\n      expect(res.body).toHaveLength(0);\n    });\n\n    it('return accented word', async () => {\n      const res = await getWords({}, {});\n      expect(res.status).toEqual(200);\n      forEach(res.body, (word) => {\n        expect(word.word).not.toEqual(undefined);\n      });\n    });\n\n    it('return hard matched words with strict query', async () => {\n      const keyword = 'akwa';\n      const res = await getWords({ keyword, strict: true }, {});\n      expect(res.status).toEqual(200);\n      expect(res.body.length).toBeGreaterThanOrEqual(1);\n      forEach(res.body, (word) => {\n        const { wordReg: wordRegex } = createRegExp(word.word);\n        expect(word.word).toMatch(wordRegex);\n      });\n    });\n\n    it('return loosely matched words without strict query', async () => {\n      const keyword = 'akwa';\n      const res = await getWords({ keyword, strict: false }, {});\n      expect(res.status).toEqual(200);\n      expect(res.body.length).toBeGreaterThanOrEqual(4);\n      forEach(res.body, (word) => {\n        const { wordReg: wordRegex } = createRegExp(word.word);\n        expect(word.word).toMatch(wordRegex);\n      });\n    });\n\n    it('return a word by searching with nested dialect word', async () => {\n      const keyword = 'akwa-dialect';\n      const res = await getWords({ keyword, dialects: true }, {});\n      expect(res.status).toEqual(200);\n      expect(res.body.length).toBeGreaterThanOrEqual(1);\n      forEach(res.body, (word) => {\n        expect(word.dialects[`${word.word}-dialect`]).not.toEqual(undefined);\n      });\n    });\n\n    it('return a word that is a common noun', async () => {\n      const connection = createDbConnection();\n      const Word = connection.model('Word', wordSchema);\n      const word = {\n        word: 'standardIgboWord',\n        definitions: [\n          {\n            wordClass: 'NNC',\n            definitions: ['first definition', 'second definition'],\n          },\n        ],\n        dialects: [],\n        examples: [new ObjectId(), new ObjectId()],\n        attributes: {\n          isStandardIgbo: true,\n        },\n        stems: [],\n      };\n      const validWord = new Word(word);\n      await validWord.save();\n      await handleCloseConnection(connection);\n      const res = await getWords({ keyword: word.word, wordClasses: '[NNC]' }, {});\n      expect(res.status).toEqual(200);\n      expect(res.body.length).toBeGreaterThanOrEqual(1);\n      forEach(res.body, (wordRes) => {\n        expect(wordRes.attributes.isStandardIgbo).toEqual(true);\n      });\n      const noRes = await getWords({ keyword: word.word, wordClasses: ['ADJ'] }, {});\n      expect(noRes.status).toEqual(200);\n      expect(noRes.body).toHaveLength(0);\n    });\n\n    it('return all tenses', async () => {\n      const keyword = 'bịa';\n      const res = await getWords({ keyword }, {});\n      expect(res.status).toEqual(200);\n      expect(res.body.length).toBeGreaterThanOrEqual(1);\n      forEach(res.body, (word) => {\n        if (word.definitions[0].wordClass === WordClass.AV.value) {\n          expect(word.tenses[Tenses.PRESENT_PASSIVE.value]).not.toBe(undefined);\n        } else if (word.definitions[0].wordClass === WordClass.PV.value) {\n          expect(word.tenses[Tenses.PRESENT_PASSIVE.value]).not.toBe(undefined);\n        }\n      });\n    });\n  });\n\n  describe('/GET mongodb words V2', () => {\n    it.skip('return word parts of mgba for noun deconstruction', async () => {\n      const keyword = 'mgba';\n      const res = await getWordsV2({ keyword }, {});\n      expect(res.status).toEqual(200);\n      const gbaWord = res.body.data.find(({ word }: { word: string }) => word === 'gba');\n      expect(gbaWord).toBeTruthy();\n    });\n    it('return word information', async () => {\n      const keyword = 'bia';\n      const res = await getWordsV2({ keyword }, {});\n      expect(res.status).toEqual(200);\n      expect(res.body.data.length).toBeGreaterThanOrEqual(2);\n      forEach(res.body.data, (word) => {\n        Object.keys(word).forEach((key) => {\n          expect(WORD_KEYS_V2).toContain(key);\n        });\n        const { wordClass }: { wordClass: WordClassEnum } = word.definitions[0];\n        expect(WordClass[wordClass]).not.toBe(undefined);\n      });\n    });\n    it('return one word', async () => {\n      const res = await getWordsV2({}, { apiKey: MAIN_KEY });\n      expect(res.status).toEqual(200);\n      const result = await getWordV2(res.body.data[0].id, {}, {});\n      expect(result.status).toEqual(200);\n      Object.keys(result.body.data).forEach((key) => {\n        expect(WORD_KEYS_V2.includes(key)).toBeTruthy();\n      });\n      const { wordClass }: { wordClass: WordClassEnum } = result.body.data.definitions[0];\n      expect(WordClass[wordClass]).not.toBe(undefined);\n    });\n    it(\"return words using stop word ('who') as search keyword\", async () => {\n      const keyword = 'who';\n      const res = await getWordsV2({ keyword }, {});\n      expect(res.status).toEqual(200);\n      expect(res.body.data).toHaveLength(10);\n    });\n    it(\"return words using stop word ('what') as search keyword\", async () => {\n      const keyword = 'what';\n      const res = await getWordsV2({ keyword }, {});\n      expect(res.status).toEqual(200);\n      expect(res.body.data).toHaveLength(10);\n    });\n  });\n});\n"
  },
  {
    "path": "__tests__/developers.test.ts",
    "content": "import {\n  createDeveloper,\n  getDeveloper,\n  getExample,\n  getExamples,\n  getWord,\n  getWords,\n} from './shared/commands';\nimport { developerData, malformedDeveloperData, wordId, exampleId } from './__mocks__/documentData';\n\njest.unmock('mongoose');\n\n// TODO: Re-enable test\ndescribe.skip('Developers', () => {\n  describe('/POST mongodb developers', () => {\n    it('create a new developer', async () => {\n      const res = await createDeveloper(developerData);\n      expect(res.status).toEqual(200);\n      expect(res.body.message).not.toEqual(undefined);\n    });\n\n    it('throw an error while creating a new developer', async () => {\n      const res = await createDeveloper(malformedDeveloperData);\n      expect(res.status).toEqual(400);\n      expect(res.body.error).not.toEqual(undefined);\n    });\n\n    it('throw an error by using the same email for new developers', async () => {\n      const repeatedDeveloper = {\n        ...developerData,\n        email: 'email@example.com',\n      };\n      const res = await createDeveloper(repeatedDeveloper);\n      expect(res.status).toEqual(200);\n      const result = await createDeveloper(repeatedDeveloper);\n      expect(result.status).toEqual(400);\n      expect(result.body.error).not.toEqual(undefined);\n    });\n  });\n\n  describe('Using Developer API Keys', () => {\n    it('get all words with API key', async () => {\n      const developerRes = await createDeveloper(developerData);\n      expect(developerRes.status).toEqual(200);\n      await new Promise((resolve) => {\n        setTimeout(resolve, 5000);\n      });\n      const res = await getWords({}, { apiKey: developerRes.body.apiKey });\n      expect(res.status).toEqual(200);\n    });\n\n    it('search for a word with API key', async () => {\n      const developerRes = await createDeveloper(developerData);\n      expect(developerRes.status).toEqual(200);\n      const res = await getWord(wordId, {}, { apiKey: developerRes.body.apiKey });\n      expect(res.status).toEqual(404);\n    });\n\n    it('get examples with API key', async () => {\n      const developerRes = await createDeveloper(developerData);\n      expect(developerRes.status).toEqual(200);\n      const res = await getExamples({}, { apiKey: developerRes.body.apiKey });\n      expect(res.status).toEqual(200);\n    });\n\n    it('search for an example with API key', async () => {\n      const developerRes = await createDeveloper(developerData);\n      expect(developerRes.status).toEqual(200);\n      const res = await getExample(exampleId, {}, { apiKey: developerRes.body.apiKey });\n      expect(res.status).toEqual(404);\n    });\n\n    it('throw an error getting words with invalid API key', async () => {\n      const res = await getWords({}, { apiKey: 'invalid key' });\n      expect(res.status).toEqual(401);\n      expect(res.body.error).not.toEqual(undefined);\n    });\n\n    it('throw an error getting a word with invalid API key', async () => {\n      const res = await getWord(wordId, {}, { apiKey: 'invalid key' });\n      expect(res.status).toEqual(401);\n      expect(res.body.error).not.toEqual(undefined);\n    });\n\n    it('throw an error getting examples with invalid API key', async () => {\n      const res = await getExamples({}, { apiKey: 'invalid key' });\n      expect(res.status).toEqual(401);\n      expect(res.body.error).not.toEqual(undefined);\n    });\n\n    it('throw an error getting an example with invalid API key', async () => {\n      const res = await getExample(exampleId, {}, { apiKey: 'invalid key' });\n      expect(res.status).toEqual(401);\n      expect(res.body.error).not.toEqual(undefined);\n    });\n\n    it('throw no error getting examples with mismatching origin', async () => {\n      const developerRes = await createDeveloper(developerData);\n      expect(developerRes.status).toEqual(200);\n      const res = await getExamples({}, { apiKey: developerRes.body.apiKey, origin: 'invalid' });\n      expect(res.status).toEqual(200);\n    });\n\n    it('increase the count by maxing usage limit', async () => {\n      const developerRes = await createDeveloper(developerData);\n      expect(developerRes.status).toEqual(200);\n      const wordsRes = await getWords({ keyword: 'eat' }, {});\n      const limitWordId = wordsRes.body[0].id;\n      await getWord(limitWordId, {}, { apiKey: developerRes.body.apiKey });\n      await getWord(limitWordId, {}, { apiKey: developerRes.body.apiKey });\n      const res = await getWord(limitWordId, { apiLimit: 2 }, { apiKey: developerRes.body.apiKey });\n      expect(res.status).toEqual(403);\n    });\n\n    it('should return developer document with correct credentials', async () => {\n      const developerRes = await createDeveloper(developerData);\n      const developerDetailsRes = await getDeveloper(developerRes.body.id, {\n        apiKey: developerRes.body.apiKey,\n      });\n      expect(developerDetailsRes.status).toEqual(200);\n      expect(developerDetailsRes.body.developer).toMatchObject({\n        usage: expect.objectContaining({\n          date: expect.any(String),\n          count: 0,\n        }),\n        name: expect.any(String),\n        apiKey: expect.any(String),\n        email: expect.any(String),\n        password: expect.any(String),\n        createdAt: expect.any(String),\n        updatedAt: expect.any(String),\n        id: expect.any(String),\n      });\n    });\n\n    it('should throw an error getting developer document with invalid credentials', async () => {\n      const developerRes = await createDeveloper(developerData);\n      const res = await getDeveloper(developerRes.body.id, { apiKey: 'invalid api key' });\n      expect(res.body.status).toEqual(403);\n      expect(res.body.error).not.toEqual(undefined);\n    });\n  });\n});\n"
  },
  {
    "path": "__tests__/examples.test.ts",
    "content": "import { forEach, has, isEqual } from 'lodash';\nimport { getExamples, getExample, getExamplesV2, getExampleV2 } from './shared/commands';\nimport {\n  MAIN_KEY,\n  EXAMPLE_KEYS_V1,\n  EXAMPLE_KEYS_V2,\n  INVALID_ID,\n  NONEXISTENT_ID,\n} from './shared/constants';\nimport { expectUniqSetsOfResponses } from './shared/utils';\nimport ExampleStyleEnum from '../src/shared/constants/ExampleStyleEnum';\n\njest.unmock('mongoose');\n\ndescribe('MongoDB Examples', () => {\n  describe('/GET mongodb examples V1', () => {\n    it('return no examples by searching', async () => {\n      const res = await getExamples({}, {});\n      expect(res.status).toEqual(200);\n      expect(res.body).toHaveLength(0);\n    });\n\n    it('return an example by searching', async () => {\n      const res = await getExamples({}, { apiKey: MAIN_KEY });\n      expect(res.status).toEqual(200);\n      expect(res.body.length).toBeLessThanOrEqual(10);\n    });\n\n    it('return an example by searching with style', async () => {\n      const res = await getExamples({ style: ExampleStyleEnum.PROVERB }, { apiKey: MAIN_KEY });\n      expect(res.status).toEqual(200);\n      expect(res.body.length).toBeGreaterThanOrEqual(1);\n      expect(res.body[0].style).toEqual(ExampleStyleEnum.PROVERB);\n    });\n\n    it('return one example', async () => {\n      const res = await getExamples({}, { apiKey: MAIN_KEY });\n      const result = await getExample(res.body[0].id, {}, {});\n      expect(result.status).toEqual(200);\n      EXAMPLE_KEYS_V1.forEach((key) => {\n        expect(has(result.body, key)).toBeTruthy();\n      });\n    });\n\n    it('return an error for incorrect example id', async () => {\n      await getExamples({}, {});\n      const result = await getExample(NONEXISTENT_ID, {}, {});\n      expect(result.status).toEqual(404);\n      expect(result.error).not.toEqual(undefined);\n    });\n\n    it(\"return an error because document doesn't exist\", async () => {\n      const res = await getExample(INVALID_ID, {}, {});\n      expect(res.status).toEqual(400);\n      expect(res.body.error).not.toEqual(undefined);\n    });\n\n    it('return at most ten example per request with range query', async () => {\n      const res = await Promise.all([\n        getExamples({ range: '[0,9]' }, {}),\n        getExamples({ range: [10, 19] }, {}),\n        getExamples({ range: '[20,29]' }, {}),\n        getExamples({ range: '[30,39]' }, {}),\n      ]);\n      expectUniqSetsOfResponses(res);\n    });\n\n    it('return different sets of example suggestions for pagination', async () => {\n      const res = await Promise.all([\n        getExamples({ page: 0 }, {}),\n        getExamples({ page: 1 }, {}),\n        getExamples({ page: 2 }, {}),\n      ]);\n      expectUniqSetsOfResponses(res);\n    });\n\n    it('return prioritize range over page', async () => {\n      const res = await Promise.all([\n        getExamples({ page: '1' }, { apiKey: MAIN_KEY }),\n        getExamples({ page: '1', range: '[100,109]' }, { apiKey: MAIN_KEY }),\n      ]);\n      expect(isEqual(res[0].body, res[1].body)).toEqual(false);\n    });\n\n    it('return words with no keyword as an application using MAIN_KEY', async () => {\n      const res = await getExamples({}, { apiKey: MAIN_KEY });\n      expect(res.status).toEqual(200);\n      expect(res.body.length).toBeLessThanOrEqual(10);\n    });\n\n    it('return no examples with no keyword as a developer', async () => {\n      const res = await getExamples({}, {});\n      expect(res.status).toEqual(200);\n      expect(res.body).toHaveLength(0);\n    });\n\n    it('return accented keyword', async () => {\n      const keyword = 'Òbìàgèlì bì n’Àba';\n      const res = await getExamples({ keyword }, {});\n      expect(res.status).toEqual(200);\n      forEach(res.body, (example) => {\n        expect(example.igbo).not.toEqual(undefined);\n      });\n    });\n\n    it('return accented example', async () => {\n      const res = await getExamples({}, {});\n      expect(res.status).toEqual(200);\n      forEach(res.body, (example) => {\n        expect(example.igbo).not.toEqual(undefined);\n      });\n    });\n\n    it('return examples by style', async () => {\n      const res = await getExamples({ style: ExampleStyleEnum.PROVERB }, {});\n      expect(res.status).toEqual(200);\n      forEach(res.body, (example) => {\n        expect(example.style).toEqual(ExampleStyleEnum.PROVERB);\n      });\n    });\n  });\n\n  describe('/GET mongodb examples V2', () => {\n    it('return one example', async () => {\n      const res = await getExamplesV2({}, { apiKey: MAIN_KEY });\n      const result = await getExampleV2(res.body.data[0].id, {}, {});\n      expect(result.status).toEqual(200);\n      Object.keys(result.body.data).forEach((key) => {\n        expect(EXAMPLE_KEYS_V2).toContain(key);\n      });\n    });\n  });\n});\n"
  },
  {
    "path": "__tests__/nsibidi_characters.test.ts",
    "content": "import { getNsibidiCharactersV2 } from './shared/commands';\n\njest.unmock('mongoose');\n\ndescribe('MongoDB Nsibidi Characters', () => {\n  describe('/GET mongodb nsibidi characters V2', () => {\n    it('return nsibidi character by searching', async () => {\n      const res = await getNsibidiCharactersV2({ keyword: '123' }, {});\n      expect(res.status).toEqual(200);\n    });\n  });\n});\n"
  },
  {
    "path": "__tests__/parse.test.ts",
    "content": "import fs from 'fs';\nimport { keys } from 'lodash';\nimport replaceAbbreviations from '../src/shared/utils/replaceAbbreviations';\nimport { searchTerm, searchMockedTerm } from './shared/commands';\n\nconst mocksDir = `${__dirname}/__mocks__`;\nif (!fs.existsSync(mocksDir)) {\n  fs.mkdirSync(mocksDir);\n}\n\ndescribe('Parse', () => {\n  describe('Dictionaries', () => {\n    it('create dictionaries', async () => {\n      await import('../src/dictionaries/buildDictionaries').catch((err) => {\n        throw err;\n      });\n    });\n\n    it('keep same-cell text in the definition property', async () => {\n      const keyword = 'ama';\n      const res = await searchTerm(keyword);\n      expect(res.status).toEqual(200);\n      expect(keys(res.body).length).toBeGreaterThanOrEqual(2);\n      expect(res.body[keyword][0].definitions.length).toBeGreaterThanOrEqual(1);\n      expect(res.body[keyword][0].examples).toHaveLength(1);\n    });\n\n    it('include the correct A. B. text for ewu chī', async () => {\n      const keyword = 'chi';\n      const {\n        body: { chi: res },\n      } = await searchTerm(keyword);\n      const termDefinitions = res[0].definitions;\n      expect(termDefinitions.length).toBeGreaterThanOrEqual(2);\n    });\n\n    it('include all words -kwù-', async () => {\n      const keyword = '-kwù-';\n      const res = await searchTerm(keyword);\n      expect(res.status).toEqual(200);\n      expect(keys(res.body).length).toBeGreaterThanOrEqual(1);\n    });\n  });\n\n  describe('Utils', () => {\n    describe('Regex Search', () => {\n      it('return term information without included dashes', async () => {\n        const res = searchMockedTerm('bia');\n        keys(res).forEach((key) => {\n          expect(key.charAt(0)).toEqual('b');\n        });\n      });\n\n      it('return term with apostrophe by using spaces', async () => {\n        const res = searchMockedTerm('n oge');\n        expect(keys(res)[0]).toEqual(\"n'oge\");\n      });\n\n      it('return term with space with non word characters', async () => {\n        const res = searchMockedTerm('n oge');\n        expect(keys(res)[0]).toEqual(\"n'oge\");\n      });\n\n      it('return term with apostrophe by using apostrophe', async () => {\n        const res = searchMockedTerm('ànì');\n        expect(keys(res)[0]).toEqual('ànì');\n      });\n\n      it('return all matching terms', async () => {\n        const keyword = 'be';\n        const res = await searchTerm(keyword);\n        expect(res.status).toEqual(200);\n        expect(keys(res.body).length).toBeGreaterThanOrEqual(6);\n      });\n    });\n\n    describe('Abbreviations', () => {\n      it('replace all present valid abbreviations', async () => {\n        const withAbbreviations = 'n. noun. num. num.eral aux. v. aux.v. infl. suff.';\n        const withoutAbbreviations = replaceAbbreviations(withAbbreviations);\n        expect(withoutAbbreviations).toEqual(\n          'noun noun. numeral num.eral auxiliary verb aux.verb inflectional suffix'\n        );\n      });\n    });\n  });\n});\n"
  },
  {
    "path": "__tests__/shared/commands.ts",
    "content": "import request from 'supertest';\nimport { Types } from 'mongoose';\nimport app from '../../src/app';\nimport {\n  API_ROUTE,\n  API_ROUTE_V2,\n  FALLBACK_API_KEY,\n  LOCAL_ROUTE,\n  STRIPE_ROUTE,\n  TEST_ROUTE,\n} from './constants';\nimport createRegExp from '../../src/shared/utils/createRegExp';\nimport { resultsFromDictionarySearch } from '../../src/services/words';\nimport mockedData from '../__mocks__/data.mock.json';\nimport ExampleStyleEnum from '../../src/shared/constants/ExampleStyleEnum';\n\ntype Id = string | Types.ObjectId;\n\ntype Query = Partial<{\n  range: string | [number, number] | boolean,\n  keyword: string,\n  style: ExampleStyleEnum,\n  page: string | number,\n  apiLimit: number,\n  dialects: string | boolean,\n  examples: string | boolean,\n  strict: string | boolean,\n  wordClasses: string | string[],\n  filter: Partial<{ word: string }> | string,\n}>;\ntype Options = Partial<{\n  apiKey: string,\n  origin: string,\n}>;\n\nconst server = request(app);\n\nexport const createDeveloper = (data: object) => server.post(`${API_ROUTE}/developers`).send(data);\n\nexport const getDeveloper = (id: Id, options: Options) =>\n  server\n    .get(`${API_ROUTE}/developers/${id}`)\n    .set('Authorization', `Bearer ${options.apiKey || FALLBACK_API_KEY}`)\n    .set('X-API-Key', options.apiKey || FALLBACK_API_KEY);\n\n/* Searches for words using the data in MongoDB V2 */\nexport const getWords = (query: Query, options: Options) =>\n  server\n    .get(`${API_ROUTE}/words`)\n    .query(query)\n    .set('X-API-Key', options.apiKey || FALLBACK_API_KEY);\n\nexport const getWord = (id: Id, query: Query, options: Options) =>\n  server\n    .get(`${API_ROUTE}/words/${id}`)\n    .query(query)\n    .set('X-API-Key', options.apiKey || FALLBACK_API_KEY);\n\n/* Searches for words using the data in MongoDB V2 */\nexport const getWordsV2 = (query: Query, options: Options) =>\n  server\n    .get(`${API_ROUTE_V2}/words`)\n    .query(query)\n    .set('X-API-Key', options.apiKey || FALLBACK_API_KEY);\n\nexport const getWordV2 = (id: Id, query: Query, options: Options) =>\n  server\n    .get(`${API_ROUTE_V2}/words/${id}`)\n    .query(query)\n    .set('X-API-Key', options.apiKey || FALLBACK_API_KEY);\n\n/* Searches for examples using the data in MongoDB V1 */\nexport const getExample = (id: Id, query: Query, options: Options) =>\n  server\n    .get(`${API_ROUTE}/examples/${id}`)\n    .query(query)\n    .set('X-API-Key', options.apiKey || FALLBACK_API_KEY);\n\nexport const getExamples = (query: Query, options: Options) =>\n  server\n    .get(`${API_ROUTE}/examples`)\n    .query(query)\n    .set('X-API-Key', options.apiKey || FALLBACK_API_KEY);\n\n/* Searches for examples using the data in MongoDB V2 */\nexport const getExampleV2 = (id: Id, query: Query, options: Options) =>\n  server\n    .get(`${API_ROUTE_V2}/examples/${id}`)\n    .query(query)\n    .set('X-API-Key', options.apiKey || FALLBACK_API_KEY);\nexport const getExamplesV2 = (query: Query, options: Options) =>\n  server\n    .get(`${API_ROUTE_V2}/examples`)\n    .query(query)\n    .set('X-API-Key', options.apiKey || FALLBACK_API_KEY);\n\n/* Searches for Nsibidi characters using the data in MongoDB V1 */\nexport const getNsibidiCharacter = (id: Id, query: Query, options: Options) =>\n  server\n    .get(`${API_ROUTE}/nsibidi/${id}`)\n    .query(query)\n    .set('X-API-Key', options.apiKey || FALLBACK_API_KEY);\n\n/* Searches for Nsibidi characters using the data in MongoDB V2 */\nexport const getNsibidiCharacterV2 = (id: Id, query: Query, options: Options) =>\n  server\n    .get(`${API_ROUTE_V2}/nsibidi/${id}`)\n    .query(query)\n    .set('X-API-Key', options.apiKey || FALLBACK_API_KEY);\n\nexport const getNsibidiCharactersV2 = (query: Query, options: Options) =>\n  server\n    .get(`${API_ROUTE_V2}/nsibidi`)\n    .query(query)\n    .set('X-API-Key', options.apiKey || FALLBACK_API_KEY);\n\n/* Hits the POST /populate route to seed the local MongoDB database */\nexport const populateAPI = () => server.post(`${TEST_ROUTE}/populate`);\n\n/* Uses data in JSON */\nexport const searchTerm = (term?: string) =>\n  server.get(`${TEST_ROUTE}/words`).query({ keyword: term || '' });\n\nexport const getLocalUrlRoute = (route = LOCAL_ROUTE) => server.get(route);\n\n/* Uses data in __mocks__ folder */\nexport const searchMockedTerm = (term: string) => {\n  const { wordReg: regexTerm } = createRegExp(term);\n  return resultsFromDictionarySearch(regexTerm, term, mockedData);\n};\n\n/* Stripe */\nexport const postCheckoutSession = (data: { developerId: string, lookupKey: string }) =>\n  server.post(`${STRIPE_ROUTE}/checkout`).send(data);\nexport const postPortalSession = (data: { sessionId: string }) =>\n  server.post(`${STRIPE_ROUTE}/portal`).send(data);\nexport const postWebhook = () => server.post(`${STRIPE_ROUTE}/webhook`);\n"
  },
  {
    "path": "__tests__/shared/constants.ts",
    "content": "import mongoose from 'mongoose';\nimport Version from '../../src/shared/constants/Version';\n\nexport const LOCAL_ROUTE = '/';\nexport const API_ROUTE = `/api/${Version.VERSION_1}`;\nexport const API_ROUTE_V2 = `/api/${Version.VERSION_2}`;\nexport const TEST_ROUTE = `/api/${Version.VERSION_1}/test`;\nexport const STRIPE_ROUTE = '/stripe';\nexport const API_URL = 'https://igboapi.com';\n\nexport const WORD_KEYS_V1 = [\n  'variations',\n  'definitions',\n  'stems',\n  'id',\n  'word',\n  'wordClass',\n  'pronunciation',\n  'relatedTerms',\n  'hypernyms',\n  'hyponyms',\n  'nsibidi',\n  'attributes',\n];\nexport const WORD_KEYS_V2 = [\n  'variations',\n  'definitions',\n  'stems',\n  'id',\n  'word',\n  'pronunciation',\n  'relatedTerms',\n  'hypernyms',\n  'hyponyms',\n  'attributes',\n  'tags',\n];\nexport const EXAMPLE_KEYS_V1 = [\n  'igbo',\n  'english',\n  'meaning',\n  'nsibidi',\n  'style',\n  'associatedWords',\n  'id',\n  'pronunciation',\n  'updatedAt',\n  'createdAt',\n];\nexport const EXAMPLE_KEYS_V2 = [\n  'igbo',\n  'english',\n  'meaning',\n  'style',\n  'type',\n  'associatedWords',\n  'associatedDefinitionsSchemas',\n  'id',\n  'nsibidi',\n  'pronunciations',\n  'updatedAt',\n  'createdAt',\n];\nexport const EXCLUDE_KEYS = ['__v', '_id'];\nexport const SITE_TITLE = 'The First African Language API';\nexport const DOCS_SITE_TITLE = 'Igbo API Documentation';\nexport const INVALID_ID = 'fdsafdsad';\nexport const NONEXISTENT_ID = new mongoose.Types.ObjectId();\nexport const MAIN_KEY = 'main_key';\nexport const FALLBACK_API_KEY = 'fallback_api_key';\n"
  },
  {
    "path": "__tests__/shared/uiFixtures.ts",
    "content": "import { DecodedIdToken } from 'firebase-admin/auth';\n\nexport const decodedIdTokenFixture = (data: object = {}): DecodedIdToken => ({\n  aud: 'aud',\n  auth_time: Date.now(),\n  email: 'uid@gmail.com',\n  email_verified: false,\n  exp: Date.now() + 1000,\n  firebase: {\n    identities: {},\n    sign_in_provider: 'google.com',\n  },\n  iat: Date.now(),\n  iss: 'project_id',\n  sub: 'sub',\n  uid: 'uid',\n  ...data,\n});\n"
  },
  {
    "path": "__tests__/shared/utils.ts",
    "content": "import { forEach, difference, map } from 'lodash';\nimport { expect } from '@jest/globals';\n\nexport const expectUniqSetsOfResponses = (res: any[], responseLength = 10) => {\n  forEach(res, (docsRes, index) => {\n    expect(docsRes.status).toEqual(200);\n    expect(docsRes.body.length).toBeLessThanOrEqual(responseLength);\n    if (index !== 0) {\n      const prevDocsIds = map(res[index].body, ({ id }) => ({ id }));\n      const currentDocsIds = map(docsRes.body, ({ id }) => ({ id }));\n      expect(difference(prevDocsIds, currentDocsIds)).toHaveLength(prevDocsIds.length);\n    }\n  });\n};\n"
  },
  {
    "path": "__tests__/stripe.test.ts",
    "content": "import { postCheckoutSession, postPortalSession, postWebhook } from './shared/commands';\n\njest.unmock('mongoose');\n\ndescribe('Stripe', () => {\n  describe('/POST Stripe Checkout', () => {\n    it('redirect to checkout session', async () => {\n      const res = await postCheckoutSession({ developerId: 'developerId', lookupKey: '123' });\n      expect(res.status).toEqual(303);\n      expect(res.headers.location).toEqual('checkout_session_url');\n    });\n\n    it('fail to redirect to checkout session missing developerId', async () => {\n      // @ts-expect-error lookupKey\n      const res = await postCheckoutSession({ lookupKey: '123' });\n      expect(res.status).toEqual(400);\n    });\n\n    it('fail to redirect to checkout session missing lookupKey', async () => {\n      // @ts-expect-error developerId\n      const res = await postCheckoutSession({ developerId: '123' });\n      expect(res.status).toEqual(400);\n    });\n  });\n  describe('/POST Stripe Portal', () => {\n    it('redirect to portal session', async () => {\n      const res = await postPortalSession({ sessionId: 'sessionId' });\n      expect(res.status).toEqual(303);\n      expect(res.headers.location).toEqual('portal_session_url');\n    });\n\n    it('fail to redirect to portal session missing sessionId', async () => {\n      // @ts-expect-error sessionId\n      const res = await postCheckoutSession({});\n      expect(res.status).toEqual(400);\n    });\n  });\n\n  describe('/POST Stripe Webhook', () => {\n    it('handle webhooks', async () => {\n      const res = await postWebhook();\n      expect(res.status).toEqual(200);\n    });\n  });\n});\n"
  },
  {
    "path": "commitlint.config.js",
    "content": "module.exports = {\n  extends: ['@commitlint/config-conventional'],\n};\n"
  },
  {
    "path": "cypress/e2e/client.cy.js",
    "content": "import { v4 as uuid } from 'uuid';\n\ndescribe('Igbo API Homepage', () => {\n  beforeEach(() => {\n    cy.visit('/');\n  });\n\n  describe('Outside links', () => {\n    beforeEach(() => {\n      cy.viewport('macbook-16');\n    });\n\n    it('navigate to Nkọwa okwu website', () => {\n      cy.findByTestId('nkowaokwu-link').click({ force: true });\n      cy.url().should('equal', 'https://nkowaokwu.com/home');\n      cy.contains('Internal Server Error').should('not.exist');\n    });\n  });\n\n  describe('Desktop', () => {\n    beforeEach(() => {\n      cy.viewport('macbook-16');\n    });\n\n    it('execute JS in browser and renders API homepage', () => {\n      cy.get('h1').contains('The First African Language API');\n      cy.contains('An unexpected error has occurred.').should('not.exist');\n    });\n\n    it('render the About page', () => {\n      cy.get('li').contains('About').click({ force: true });\n      cy.findByText('Contact');\n      cy.contains('kedu@nkowaokwu.com');\n    });\n\n    it('render the Privacy page', () => {\n      cy.findByText('Privacy Policy').click();\n      cy.get('h1').contains('Privacy Policy').should('exist');\n    });\n\n    it('render the Terms or Service page', () => {\n      cy.findByText('Terms of Service').click();\n      cy.findByText('Terms and Conditions').should('exist');\n    });\n\n    describe('Try it Out', () => {\n      it('enter a word and select flag', () => {\n        cy.visit('/');\n        cy.findByTestId('try-it-out-input').clear({ force: true }).type('biko', { force: true });\n        cy.findByTestId('dialects-flag').click();\n        cy.get('button').contains('Submit').click();\n        cy.get('code')\n          .contains('http://localhost:8080/api/v1/words?keyword=biko&dialects=true')\n          .should('exist');\n      });\n    });\n\n    describe('Register Account', () => {\n      beforeEach(() => {\n        cy.visit('/signup');\n      });\n\n      it('render the Sign Up page', () => {\n        cy.findByText('Sign up.');\n      });\n\n      it('fill out the sign up form and submit for developer account', () => {\n        const email = `${uuid()}@testing.com`;\n        cy.intercept('POST', '**developers').as('postDeveloper');\n        cy.findByTestId('signup-name-input').clear().type('Developer');\n        cy.findByTestId('signup-email-input').clear().type(email);\n        cy.findByTestId('signup-password-input').clear().type('password');\n        cy.findByText('Create account').click();\n        cy.wait('@postDeveloper').then((res) => {\n          expect(res.response.statusCode).to.equal(200);\n          cy.findByText('Success! Check your email');\n        });\n      });\n\n      it('fill out the sign up form and submit for developer account and get an error', () => {\n        const email = `${uuid()}@testing.com`;\n        cy.intercept('POST', '**developers').as('postDeveloper');\n        cy.findByTestId('signup-name-input').clear().type('Developer');\n        cy.findByTestId('signup-email-input').clear().type(email);\n        cy.findByTestId('signup-password-input').clear().type('password');\n        cy.findByText('Create account').click();\n        cy.wait('@postDeveloper');\n        cy.reload();\n        cy.findByTestId('signup-name-input').clear().type('Developer');\n        cy.findByTestId('signup-email-input').clear().type(email);\n        cy.findByTestId('signup-password-input').clear().type('password');\n        cy.findByText('Create account').click();\n        cy.wait('@postDeveloper').then((res) => {\n          expect(res.response.statusCode).to.equal(400);\n          cy.findByText('Create account').should('not.exist');\n          cy.findByText('Success! Check your email').should('not.exist');\n        });\n      });\n    });\n  });\n\n  describe('Mobile', () => {\n    beforeEach(() => {\n      cy.viewport('iphone-6');\n    });\n\n    it('render the About page', () => {\n      cy.findByTestId('drop-down-button').click();\n      cy.get('button').contains('About').click({ force: true });\n      cy.findByText('Contact');\n      cy.contains('kedu@nkowaokwu.com');\n    });\n    it('render the Sign up page', () => {\n      cy.findByTestId('drop-down-button').click();\n      cy.get('button').contains('Sign Up').click({ force: true });\n      cy.findByText('Sign up.');\n    });\n\n    it('navigate to Nkọwa okwu', () => {\n      cy.visit('/');\n      cy.scrollTo(0, -300);\n      cy.findByTestId('nkowaokwu-link').click({ force: true });\n    });\n  });\n});\n"
  },
  {
    "path": "cypress/fixtures/example.json",
    "content": "{\n  \"name\": \"Using fixtures to represent data\",\n  \"email\": \"hello@cypress.io\",\n  \"body\": \"Fixtures are a great way to mock data for responses to routes\"\n}"
  },
  {
    "path": "cypress/plugins/index.js",
    "content": "/// <reference types=\"cypress\" />\n// ***********************************************************\n// This example plugins/index.js can be used to load plugins\n//\n// You can change the location of this file or turn off loading\n// the plugins file with the 'pluginsFile' configuration option.\n//\n// You can read more here:\n// https://on.cypress.io/plugins-guide\n// ***********************************************************\n\n// This function is called when a project is opened or re-opened (e.g. due to\n// the project's config changing)\n\n/**\n * @type {Cypress.PluginConfig}\n */\nmodule.exports = () => {\n  // `on` is used to hook into various events Cypress emits\n  // `config` is the resolved Cypress config\n};\n"
  },
  {
    "path": "cypress/support/commands.js",
    "content": "import '@testing-library/cypress/add-commands';\n"
  },
  {
    "path": "cypress/support/e2e.js",
    "content": "import { configure } from '@testing-library/cypress';\nimport './commands';\n\nconfigure({ testIdAttribute: 'data-test' });\n"
  },
  {
    "path": "cypress.config.js",
    "content": "// eslint-disable-next-line import/no-extraneous-dependencies\nconst { defineConfig } = require('cypress');\n\nmodule.exports = defineConfig({\n  e2e: {\n    baseUrl: 'http://localhost:8080',\n    video: false,\n    chromeWebSecurity: false,\n    execTimeout: 5000,\n    retries: {\n      runMode: 1,\n    },\n    pageLoadTimeout: 30000,\n    taskTimeout: 30000,\n    specPattern: 'cypress/e2e/**/*.cy.{js,jsx,ts,tsx}',\n  },\n});\n"
  },
  {
    "path": "docker-compose.yml",
    "content": "version: '3.7'\nservices:\n  mongo1:\n    image: mongo:4.2\n    container_name: mongo1\n    command: [\"--replSet\", \"rs0\", \"--port\", \"2717\"]\n    volumes:\n      - mongodb-data:/data/mongos/db1\n    ports:\n      - 2717:2717\n  mongo2:\n    image: mongo:4.2\n    container_name: mongo2\n    command: [\"--replSet\", \"rs0\", \"--port\", \"2727\"]\n    volumes:\n      - mongodb-data:/data/mongos/db2\n    ports:\n      - 2727:2727\n  mongo3:\n    image: mongo:4.2\n    container_name: mongo3\n    command: [\"--replSet\", \"rs0\", \"--port\", \"2737\"]\n    volumes:\n      - mongodb-data:/data/mongos/db3\n    ports:\n      - 2737:2737\n  server:\n    container_name: igbo_api_server\n    restart: always\n    build: .\n    ports:\n      - 8080:8080\n    depends_on:\n      - mongo1\n      - mongo2\n      - mongo3\nvolumes: \n  mongodb-data:"
  },
  {
    "path": "env.d.ts",
    "content": "declare global {\n  namespace NodeJS {\n    export interface ProcessEnv {\n      NODE_ENV: 'build' | 'development' | 'production' | 'test';\n    }\n  }\n}\n"
  },
  {
    "path": "eslint.config.mjs",
    "content": "import eslint from '@eslint/js';\nimport pluginReact from 'eslint-plugin-react';\nimport globals from 'globals';\nimport tseslint from 'typescript-eslint';\n\nexport default [\n  { files: ['**/*.{js,mjs,cjs,ts,jsx,tsx}'] },\n  { languageOptions: { globals: { ...globals.browser, ...globals.node } } },\n  eslint.configs.recommended,\n  ...tseslint.configs.recommended,\n  pluginReact.configs.flat.recommended,\n  {\n    rules: {\n      'no-misleading-character-class': 'off',\n      'no-useless-escape': 'off',\n      'react/display-name': 'off',\n      'react/react-in-jsx-scope': 'off',\n      '@typescript-eslint/no-empty-object-type': 'off',\n      '@typescript-eslint/no-explicit-any': 'off',\n      '@typescript-eslint/no-unused-vars': 'warn',\n      '@typescript-eslint/no-require-imports': 'off',\n    },\n  },\n];\n"
  },
  {
    "path": "firebase.json",
    "content": "{\n  \"functions\": [\n    {\n      \"source\": \"functions\",\n      \"ignore\": [\n          \"node_modules\",\n          \".git\",\n          \"firebase-debug.log\",\n          \"firebase-debug.*.log\"\n      ]\n    }\n  ],\n  \"hosting\": {\n    \"public\": \"public\",\n    \"ignore\": [\n      \"firebase.json\",\n      \"**/.*\",\n      \"**/node_modules/**\"\n    ],\n    \"rewrites\": [{\n      \"source\": \"**\",\n      \"function\": \"api_2\",\n      \"region\": \"us-central1\"\n    }],\n    \"headers\": [\n      {\n        \"source\": \"/\",\n        \"headers\": [\n          {\n            \"key\": \"Cache-Control\",\n            \"value\": \"public, max-age=302400, s-maxage=604800\"\n          }\n        ]\n      }\n    ]\n  },\n  \"emulators\": {\n    \"auth\": {\n      \"port\": 9709\n    },\n    \"functions\": {\n      \"port\": 8848\n    },\n    \"hosting\": {\n      \"port\": 5061\n    },\n    \"ui\": {\n      \"enabled\": false\n    },\n    \"pubsub\": {\n      \"port\": 8088\n    }\n  }\n}"
  },
  {
    "path": "functions/.gitignore",
    "content": "node_modules/\n\n# dotenv environment variables file\n.env*"
  },
  {
    "path": "functions/index.js",
    "content": "const { onRequest } = require('firebase-functions/v2/https');\nconst { api, demo } = require('./build/src/app');\n\nexports.api_2 = onRequest(\n  {\n    cors: true,\n    concurrency: 500,\n    memory: '2GiB',\n  },\n  api\n);\n\nexports.demo = demo;\n"
  },
  {
    "path": "functions/next-i18next.config.js",
    "content": "module.exports = {\n  i18n: {\n    defaultLocale: 'en',\n    locales: ['en', 'ig'],\n  },\n};\n"
  },
  {
    "path": "functions/next.config.js",
    "content": "const { i18n } = require('./next-i18next.config');\n\nmodule.exports = {\n  distDir: 'dist',\n  generateBuildId: async () => 'api-homepage',\n  pageExtensions: ['page.tsx'],\n  i18n,\n};\n"
  },
  {
    "path": "functions/package.json",
    "content": "{\n  \"name\": \"functions\",\n  \"description\": \"Cloud Functions for Firebase\",\n  \"scripts\": {\n    \"serve\": \"firebase emulators:start --only functions\",\n    \"shell\": \"firebase functions:shell\",\n    \"start\": \"npm run shell\",\n    \"deploy\": \"firebase deploy --only functions\",\n    \"logs\": \"firebase functions:log\"\n  },\n  \"engines\": {\n    \"node\": \"20\"\n  },\n  \"main\": \"index.js\",\n  \"dependencies\": {\n     \"@chakra-ui/icons\": \"^2.1.1\",\n    \"@chakra-ui/react\": \"^2.8.1\",\n    \"@emotion/react\": \"^11\",\n    \"@emotion/styled\": \"^11\",\n    \"@fortawesome/fontawesome\": \"^1.1.8\",\n    \"@fortawesome/fontawesome-free-regular\": \"^5.0.13\",\n    \"@fortawesome/fontawesome-free-solid\": \"^5.0.13\",\n    \"@fortawesome/fontawesome-svg-core\": \"^1.2.36\",\n    \"@fortawesome/free-solid-svg-icons\": \"^5.15.4\",\n    \"@fortawesome/react-fontawesome\": \"^0.1.16\",\n    \"@sendgrid/mail\": \"^7.4.0\",\n    \"@testing-library/cypress\": \"^10.0.1\",\n    \"@types/express\": \"^4.17.11\",\n    \"antd\": \"^4.14.0\",\n    \"autoprefixer\": \"^9.8.6\",\n    \"axios\": \"^0.21.1\",\n    \"bcrypt\": \"^5.0.0\",\n    \"body-parser\": \"^1.19.0\",\n    \"chalk\": \"^4.1.0\",\n    \"compression\": \"^1.7.4\",\n    \"cors\": \"^2.8.5\",\n    \"cross-env\": \"^7.0.2\",\n    \"diacriticless\": \"^1.0.1\",\n    \"dotenv\": \"^16.0.3\",\n    \"express\": \"4.17.1\",\n    \"express-rate-limit\": \"^5.2.3\",\n    \"firebase\": \"^10.12.2\",\n    \"firebase-admin\": \"^12.1.1\",\n    \"firebase-functions\": \"^5.0.1\",\n    \"firebase-tools\": \"^13.8.0\",\n    \"framer-motion\": \"^12.7.3\",\n    \"i18next\": \"^21.6.5\",\n    \"is-word\": \"^1.0.4\",\n    \"jest\": \"29.2.2\",\n    \"joi\": \"^17.4.0\",\n    \"jotai\": \"^2.7.1\",\n    \"lodash\": \"^4.17.20\",\n    \"mic-recorder-to-mp3\": \"^2.2.2\",\n    \"migrate-mongo\": \"^8.1.4\",\n    \"mongoose\": \"^6.7.0\",\n    \"morgan\": \"^1.10.0\",\n    \"next\": \"13.4.5\",\n    \"next-i18next\": \"10.1.0\",\n    \"next-react-svg\": \"1.1.3\",\n    \"node-cron\": \"^2.0.3\",\n    \"nodemon\": \"^2.0.4\",\n    \"npm-run-all\": \"^4.1.5\",\n    \"prop-types\": \"^15.7.2\",\n    \"query-string\": \"^7.0.0\",\n    \"react\": \"^18.2.0\",\n    \"react-dom\": \"^18.2.0\",\n    \"react-firebase-hooks\": \"^5.1.1\",\n    \"react-hook-form\": \"^7.50.1\",\n    \"react-i18next\": \"^11.15.3\",\n    \"react-icons\": \"^5.0.1\",\n    \"react-json-pretty\": \"^2.2.0\",\n    \"react-scroll\": \"^1.8.1\",\n    \"redis\": \"^4.3.1\",\n    \"rimraf\": \"^3.0.2\",\n    \"sharp\": \"^0.32.5\",\n    \"shelljs\": \"^0.8.4\",\n    \"shx\": \"^0.3.3\",\n    \"string-similarity\": \"^4.0.2\",\n    \"stripe\": \"^15.1.0\",\n    \"tailwindcss\": \"3\",\n    \"typescript\": \"^5.6.2\",\n    \"unicharadata\": \"^9.0.0-alpha.6\",\n    \"uuid\": \"^8.3.2\",\n    \"zod-validation-error\": \"^3.4.0\"\n  },\n  \"devDependencies\": {\n    \"@commitlint/cli\": \"^11.0.0\",\n    \"@commitlint/config-conventional\": \"^11.0.0\",\n    \"@eslint/js\": \"^9.11.1\",\n    \"@semantic-release/changelog\": \"^5.0.1\",\n    \"@semantic-release/commit-analyzer\": \"^8.0.1\",\n    \"@semantic-release/git\": \"^9.0.0\",\n    \"@semantic-release/npm\": \"^7.0.10\",\n    \"@semantic-release/release-notes-generator\": \"^9.0.1\",\n    \"@testing-library/dom\": \"^9.3.3\",\n    \"@testing-library/jest-dom\": \"^6.1.4\",\n    \"@testing-library/react\": \"^14.0.0\",\n    \"@testing-library/user-event\": \"^14.5.1\",\n    \"@types/bcrypt\": \"^5.0.0\",\n    \"@types/compression\": \"^1.7.2\",\n    \"@types/express-rate-limit\": \"^6.0.0\",\n    \"@types/jest\": \"^29.5.8\",\n    \"@types/mocha\": \"^10.0.6\",\n    \"@types/morgan\": \"^1.9.4\",\n    \"@types/node\": \"^20.3.0\",\n    \"@types/react\": \"^18.2.11\",\n    \"@types/react-scroll\": \"^1.8.9\",\n    \"@types/shelljs\": \"^0.8.15\",\n    \"@types/string-similarity\": \"^4.0.0\",\n    \"@types/supertest\": \"^6.0.2\",\n    \"@types/uuid\": \"^9.0.2\",\n    \"@typescript-eslint/parser\": \"^8.12.2\",\n    \"cypress\": \"^12.14.0\",\n    \"eslint\": \"^9.11.1\",\n    \"eslint-plugin-react\": \"^7.36.1\",\n    \"globals\": \"^15.9.0\",\n    \"husky\": \"^4.3.0\",\n    \"jest-environment-jsdom\": \"^29.7.0\",\n    \"lint-staged\": \"^10.4.0\",\n    \"postcss\": \"^8.1.3\",\n    \"postcss-loader\": \"~3.0.0\",\n    \"postcss-preset-env\": \"^6.7.0\",\n    \"prettier\": \"3.2.5\",\n    \"supertest\": \"^6.3.1\",\n    \"ts-jest\": \"^29.1.1\",\n    \"ts-node\": \"^10.9.2\",\n    \"typescript-eslint\": \"^8.7.0\"\n  },\n  \"private\": true\n}\n"
  },
  {
    "path": "functions/postcss.config.js",
    "content": "// If you want to use other PostCSS plugins, see the following:\n// https://tailwindcss.com/docs/using-with-preprocessors\nmodule.exports = {\n  plugins: {\n    tailwindcss: {},\n    autoprefixer: {},\n  },\n};\n"
  },
  {
    "path": "functions/tailwind.config.js",
    "content": "module.exports = {\n  future: {\n    removeDeprecatedGapUtilities: true,\n    purgeLayersByDefault: true,\n  },\n  purge: [\n    './src/**/*.js',\n    './public/**/*.html',\n  ],\n  content: [\n    './src/**/*.{js,ts,jsx,tsx}',\n  ],\n  theme: {\n    fontFamily: {\n      sans: ['Inter', 'sans-serif'],\n    },\n  },\n  plugins: [],\n};\n"
  },
  {
    "path": "jest.backend.config.ts",
    "content": "// Backend Jest Config\nexport default {\n  displayName: 'igbo_api',\n  testMatch: ['**/__tests__/*.ts'],\n  testPathIgnorePatterns: [\n    '<rootDir>/__tests__',\n    '<rootDir>/src/__tests__',\n    '<rootDir>/src/controllers/__tests__',\n  ],\n  testTimeout: 20000,\n  testEnvironment: 'node',\n  roots: ['<rootDir>/src', '<rootDir>'],\n  moduleFileExtensions: ['ts', 'js', 'json'],\n  moduleNameMapper: {\n    'src/(.*)': '<rootDir>/src/$1',\n  },\n  transform: {\n    '^.+\\\\.tsx?$': 'ts-jest',\n  },\n};\n"
  },
  {
    "path": "jest.backend.database.config.ts",
    "content": "import jestBackendConfig from './jest.backend.config';\n\n// Backend + Database Jest Config\nexport default {\n  ...jestBackendConfig,\n  testPathIgnorePatterns: [],\n  globalSetup: './testSetup.ts',\n};\n"
  },
  {
    "path": "jest.frontend.config.ts",
    "content": "// Frontend Jest Config\nexport default {\n  displayName: 'igbo_api',\n  testMatch: ['./**/__tests__/**/*.test.tsx'],\n  testTimeout: 20000,\n  testEnvironment: 'jsdom',\n  testPathIgnorePatterns: ['src/__tests__/*.tsx'],\n  moduleFileExtensions: ['tsx', 'ts', 'js', 'json', 'html'],\n  moduleNameMapper: {\n    '^[./a-zA-Z0-9$_-]+\\\\.(svg|gif|png|less|css)$': '<rootDir>/src/__data__/assetStub.ts',\n  },\n  transform: {\n    '^.+\\\\.(js|ts|tsx)$': ['ts-jest', { tsconfig: './tsconfig.test.json' }],\n  },\n  setupFilesAfterEnv: ['./src/__tests__/shared/script.ts'],\n};\n"
  },
  {
    "path": "migrate-mongo-config.js",
    "content": "const config = {\n  mongodb: {\n    url: process.env.MONGO_URI || 'mongodb://0.0.0.0:27017',\n    databaseName: process.env.DB_NAME || 'igbo_api',\n    options: {\n      useNewUrlParser: true,\n      useUnifiedTopology: true,\n    },\n  },\n  migrationsDir: 'migrations',\n  changelogCollectionName: 'changelog',\n  migrationFileExtension: '.js',\n};\n\n// Return the config as a promise\nmodule.exports = config;\n"
  },
  {
    "path": "migrations/20201106045436-add-suggestion-properties.js",
    "content": "module.exports = {\n  async up(db) {\n    const collections = ['wordsuggestions', 'examplesuggestions', 'genericwords'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, {\n        $set: { userComments: '', userEmail: '' },\n        $rename: { details: 'editorsNotes' },\n      })\n    ));\n  },\n\n  async down(db) {\n    const collections = ['wordsuggestions', 'examplesuggestions', 'genericwords'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, {\n        $unset: { userComments: '', userEmail: '' },\n        $rename: { editorsNotes: 'details' },\n      })\n    ));\n  },\n};\n"
  },
  {
    "path": "migrations/20201108164925-add-exampleForWordSuggestion-field.js",
    "content": "module.exports = {\n  async up(db) {\n    const collections = ['examplesuggestions'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, {\n        $set: { exampleForSuggestion: false },\n      })\n    ));\n  },\n\n  async down(db) {\n    const collections = ['examplesuggestions'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, {\n        $unset: { exampleForSuggestion: false },\n      })\n    ));\n  },\n};\n"
  },
  {
    "path": "migrations/20201109083748-remove-examples-from-words.js",
    "content": "module.exports = {\n  async up(db) {\n    const collections = ['words'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, {\n        $unset: { examples: null },\n      })\n    ));\n  },\n\n  async down(db) {\n    const collections = ['words'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, {\n        $set: { examples: [] },\n      })\n    ));\n  },\n};\n"
  },
  {
    "path": "migrations/20201118192335-add-merged-by.js",
    "content": "module.exports = {\n  async up(db) {\n    const collections = ['wordsuggestions', 'examplesuggestions', 'genericwords'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, {\n        $set: { mergedBy: null },\n      })\n    ));\n  },\n\n  async down(db) {\n    const collections = ['wordsuggestions', 'examplesuggestions', 'genericwords'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, {\n        $unset: { mergedBy: null },\n      })\n    ));\n  },\n};\n"
  },
  {
    "path": "migrations/20201121195224-add-updated-on-for-words-and-examples.js",
    "content": "module.exports = {\n  async up(db) {\n    const collections = ['words', 'examples', 'wordsuggestions', 'examplesuggestions', 'genericwords'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, {\n        $set: { updatedOn: Date.now() },\n      })\n    ));\n  },\n\n  async down(db) {\n    const collections = ['words', 'examples', 'wordsuggestions', 'examplesuggestions', 'genericwords'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, {\n        $unset: { updatedOn: null },\n      })\n    ));\n  },\n};\n"
  },
  {
    "path": "migrations/20201206042142-add-accented-field.js",
    "content": "module.exports = {\n  async up(db) {\n    return [\n      db.collection('words').updateMany({}, [{\n        $set: { accented: '$word' },\n      }]),\n      db.collection('examples').updateMany({}, [{\n        $set: { accented: '$igbo' },\n      }]),\n    ];\n  },\n\n  async down(db) {\n    return [\n      db.collection('words').updateMany({}, {\n        $unset: { accented: null },\n      }),\n      db.collection('examples').updateMany({}, {\n        $unset: { accented: null },\n      }),\n    ];\n  },\n};\n"
  },
  {
    "path": "migrations/20201213020925-uid-fields-on-suggestions.js",
    "content": "module.exports = {\n  async up(db) {\n    const collections = ['wordsuggestions', 'examplesuggestions', 'genericwords'];\n    return collections.map((collection) => (\n      collection !== 'genericwords' ? (\n        db.collection(collection).updateMany({}, {\n          $set: { authorId: '' },\n          $unset: { userEmail: null },\n        })\n      ) : (\n        db.collection(collection).updateMany({}, {\n          $unset: { userEmail: null },\n        })\n      )\n    ));\n  },\n\n  async down(db) {\n    const collections = ['wordsuggestions', 'examplesuggestions', 'genericwords'];\n    return collections.map((collection) => (\n      collection !== 'genericwords' ? (\n        db.collection(collection).updateMany({}, {\n          $unset: { authorId: null },\n          $set: { userEmail: '' },\n        })\n      ) : (\n        db.collection(collection).updateMany({}, {\n          $set: { userEmail: '' },\n        })\n      )\n    ));\n  },\n};\n"
  },
  {
    "path": "migrations/20210225022115-create-dialects.js",
    "content": "const dialectKeys = [\n  'NSA',\n  'UMU',\n  'ANI',\n  'OKA',\n  'AFI',\n  'MBA',\n  'EGB',\n  'OHU',\n  'ORL',\n  'NGW',\n  'OWE',\n  'NSU',\n  'BON',\n  'OGU',\n  'ONI',\n  'ECH',\n  'UNW',\n];\n\nconst createDialects = () => (\n  dialectKeys.reduce((dialectsObject, key) => ({\n    ...dialectsObject,\n    [key]: {\n      word: '',\n      variations: '',\n      accented: '',\n      dialect: key,\n      pronunciation: '',\n    },\n  }), {})\n);\n\nmodule.exports = {\n  async up(db) {\n    const dialects = createDialects();\n    const collections = ['words'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, {\n        $set: { pronunciation: '', dialects },\n      })\n    ));\n  },\n\n  async down(db) {\n    const collections = ['words'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, {\n        $unset: { pronunciation: null, dialects: null },\n      })\n    ));\n  },\n};\n"
  },
  {
    "path": "migrations/20210225235148-update-variations-to-array.js",
    "content": "const dialectKeys = [\n  'NSA',\n  'UMU',\n  'ANI',\n  'OKA',\n  'AFI',\n  'MBA',\n  'EGB',\n  'OHU',\n  'ORL',\n  'NGW',\n  'OWE',\n  'NSU',\n  'BON',\n  'OGU',\n  'ONI',\n  'ECH',\n  'UNW',\n];\n\nconst createDialects = () => (\n  dialectKeys.reduce((dialectsObject, key) => ({\n    ...dialectsObject,\n    [key]: {\n      word: '',\n      variations: [],\n      accented: '',\n      dialect: key,\n      pronunciation: '',\n    },\n  }), {})\n);\n\nmodule.exports = {\n  async up(db) {\n    const dialects = createDialects();\n    const collections = ['words'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, {\n        $set: { pronunciation: '', dialects },\n      })\n    ));\n  },\n\n  async down(db) {\n    const collections = ['words'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, {\n        $unset: { pronunciation: null, dialects: null },\n      })\n    ));\n  },\n};\n"
  },
  {
    "path": "migrations/20210306224633-add-dialects-for-word-suggestions-and-generic-words.js",
    "content": "const dialectKeys = [\n  'NSA',\n  'UMU',\n  'ANI',\n  'OKA',\n  'AFI',\n  'MBA',\n  'EGB',\n  'OHU',\n  'ORL',\n  'NGW',\n  'OWE',\n  'NSU',\n  'BON',\n  'OGU',\n  'ONI',\n  'ECH',\n  'UNW',\n];\n\nconst createDialects = () => (\n  dialectKeys.reduce((dialectsObject, key) => ({\n    ...dialectsObject,\n    [key]: {\n      word: '',\n      variations: [],\n      accented: '',\n      dialect: key,\n      pronunciation: '',\n    },\n  }), {})\n);\n\nmodule.exports = {\n  async up(db) {\n    const dialects = createDialects();\n    const collections = ['wordsuggestions', 'genericwords'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, {\n        $set: { pronunciation: '', dialects },\n      })\n    ));\n  },\n\n  async down(db) {\n    const collections = ['wordsuggestions', 'genericwords'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, {\n        $unset: { pronunciation: null, dialects: null },\n      })\n    ));\n  },\n};\n"
  },
  {
    "path": "migrations/20210325194345-add-central-igbo.js",
    "content": "module.exports = {\n  async up(db) {\n    const collections = ['words', 'wordsuggestions', 'genericwords'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, {\n        $set: { isCentralIgbo: false },\n      })\n    ));\n  },\n\n  async down(db) {\n    const collections = ['words', 'wordsuggestions', 'genericwords'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, {\n        $unset: { isCentralIgbo: null },\n      })\n    ));\n  },\n};\n"
  },
  {
    "path": "migrations/20210331134705-remove-developer-origin.js",
    "content": "module.exports = {\n  async up(db) {\n    return [\n      db.collection('developers').updateMany({}, {\n        $unset: { hosts: null },\n      }),\n    ];\n  },\n\n  async down(db) {\n    return [\n      db.collection('developers').updateMany({}, {\n        $set: { hosts: '' },\n      }),\n    ];\n  },\n};\n"
  },
  {
    "path": "migrations/20210426171953-remove-normalized-field.js",
    "content": "module.exports = {\n  async up(db) {\n    const collections = ['words'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, {\n        $unset: { normalized: null },\n      })\n    ));\n  },\n\n  async down(db) {\n    const collections = ['words'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, {\n        $set: { normalized: '' },\n      })\n    ));\n  },\n};\n"
  },
  {
    "path": "migrations/20210814210437-pre-populate-dialects.js",
    "content": "const dialectKeys = [\n  'NSA',\n  'UMU',\n  'ANI',\n  'OKA',\n  'AFI',\n  'MBA',\n  'EGB',\n  'OHU',\n  'ORL',\n  'NGW',\n  'OWE',\n  'NSU',\n  'BON',\n  'OGU',\n  'ONI',\n  'ECH',\n  'UNW',\n];\n\nmodule.exports = {\n  async up(db) {\n    const collections = ['words', 'wordSuggestions'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, [{\n        $set: dialectKeys.reduce((finalSet, dialectKey) => ({\n          ...finalSet,\n          [`dialects.${dialectKey}.word`]: {\n            $cond: {\n              if: { $eq: [`$dialects.${dialectKey}.word`, ''] },\n              then: '$accented',\n              else: `$dialects.${dialectKey}.accented`,\n            },\n          },\n          [`dialects.${dialectKey}.accented`]: {\n            $cond: {\n              if: { $eq: [`$dialects.${dialectKey}.accented`, ''] },\n              then: '$accented',\n              else: `$dialects.${dialectKey}.accented`,\n            },\n          },\n        }), {}),\n      }])\n    ));\n  },\n\n  async down(db) {\n    const collections = ['words', 'wordSuggestions'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, [{\n        $set: { word: '$word' },\n      }])\n    ));\n  },\n};\n"
  },
  {
    "path": "migrations/20210820170937-merge-accented-and-word.js",
    "content": "const dialectKeys = [\n  'NSA',\n  'UMU',\n  'ANI',\n  'OKA',\n  'AFI',\n  'MBA',\n  'EGB',\n  'OHU',\n  'ORL',\n  'NGW',\n  'OWE',\n  'NSU',\n  'BON',\n  'OGU',\n  'ONI',\n  'ECH',\n  'UNW',\n];\n\nmodule.exports = {\n  async up(db) {\n    const collections = ['words', 'wordSuggestions'];\n    const wordAccentedMigration = {\n      word: {\n        $cond: {\n          if: {\n            $and: [\n              { $ne: ['$accented', ''] },\n              { $ne: ['$accented', null] },\n              { $ne: ['$accented', undefined] },\n            ],\n          },\n          then: '$accented',\n          else: '$word',\n        },\n      },\n    };\n\n    const nestedDialectsWordAccentedMigration = dialectKeys.reduce((finalSet, dialectKey) => ({\n      ...finalSet,\n      [`dialects.${dialectKey}.word`]: {\n        $cond: {\n          if: {\n            $and: [\n              { $ne: [`$dialects.${dialectKey}.accented`, ''] },\n              { $ne: [`$dialects.${dialectKey}.accented`, null] },\n              { $ne: [`$dialects.${dialectKey}.accented`, undefined] },\n            ],\n          },\n          then: `$dialects.${dialectKey}.accented`,\n          else: '$accented',\n        },\n      },\n    }), {});\n\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, [{\n        $set: {\n          ...wordAccentedMigration,\n          ...nestedDialectsWordAccentedMigration,\n        },\n      },\n      {\n        $unset: ['accented'].concat(dialectKeys.map((dialectKey) => `dialects.${dialectKey}.accented`)),\n      }])\n    ));\n  },\n\n  async down(db) {\n    const collections = ['words', 'wordSuggestions'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, [{\n        $set: { word: '$word', accented: '$word' },\n      }])\n    ));\n  },\n};\n"
  },
  {
    "path": "migrations/20210820175620-merge-accented-and-example.js",
    "content": "module.exports = {\n  async up(db) {\n    const collections = ['examples', 'exampleSuggestions'];\n    const igboAccentedMigration = {\n      igbo: {\n        $cond: {\n          if: {\n            $and: [\n              { $ne: ['$accented', ''] },\n              { $ne: ['$accented', null] },\n              { $ne: ['$accented', undefined] },\n            ],\n          },\n          then: '$accented',\n          else: '$igbo',\n        },\n      },\n    };\n\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, [{\n        $set: {\n          ...igboAccentedMigration,\n        },\n      },\n      {\n        $unset: ['accented'],\n      }])\n    ));\n  },\n\n  async down(db) {\n    const collections = ['examples', 'exampleSuggestions'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, [{\n        $set: { igbo: '$igbo', accented: '$igbo' },\n      }])\n    ));\n  },\n};\n"
  },
  {
    "path": "migrations/20210822145619-change-central-to-standard.js",
    "content": "module.exports = {\n  async up(db) {\n    const collections = ['words', 'wordsuggestions'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, [{\n        $set: { isStandardIgbo: '$isCentralIgbo' },\n      },\n      {\n        $unset: 'isCentralIgbo',\n      }])\n    ));\n  },\n\n  async down(db) {\n    const collections = ['words', 'wordsuggestions'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, [{\n        $set: { isCentralIgbo: '$isStandardIgbo' },\n      },\n      {\n        $unset: 'isStandardIgbo',\n      }])\n    ));\n  },\n};\n"
  },
  {
    "path": "migrations/20210831163032-add-is-complete-word.js",
    "content": "module.exports = {\n  async up(db) {\n    const collections = ['words', 'wordsuggestions'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, [{\n        $set: { isComplete: false },\n      }])\n    ));\n  },\n\n  async down(db) {\n    const collections = ['words', 'wordsuggestions'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, [{\n        $unset: 'isComplete',\n      }])\n    ));\n  },\n};\n"
  },
  {
    "path": "migrations/20210903175644-remove-is-complete-word.js",
    "content": "module.exports = {\n  async up(db) {\n    const collections = ['words', 'wordsuggestions'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, [{\n        $unset: 'isComplete',\n      }])\n    ));\n  },\n\n  async down(db) {\n    const collections = ['words', 'wordsuggestions'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, [{\n        $set: { isComplete: false },\n      }])\n    ));\n  },\n};\n"
  },
  {
    "path": "migrations/20211030133331-add-active-and-passive-verbs.js",
    "content": "module.exports = {\n  async up(db) {\n    const collections = ['words', 'wordsuggetions', 'genericwords'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, [{\n        $set: {\n          wordClass: {\n            $cond: {\n              if: { $eq: ['$wordClass', 'V'] },\n              then: 'AV',\n              else: '$wordClass',\n            },\n          },\n        },\n      }])\n    ));\n  },\n\n  async down(db) {\n    const collections = ['words', 'wordsuggetions', 'genericwords'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, [{\n        $set: {\n          wordClass: {\n            $cond: {\n              if: { $eq: ['$wordClass', 'AV'] },\n              then: 'V',\n              else: '$wordClass',\n            },\n          },\n        },\n      }])\n    ));\n  },\n};\n"
  },
  {
    "path": "migrations/20211121214701-add-nyms.js",
    "content": "module.exports = {\n  async up(db) {\n    const collections = ['words', 'wordsuggestions', 'genericwords'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, {\n        $set: {\n          synonyms: [],\n          antonyms: [],\n          hypernyms: [],\n          hyponyms: [],\n        },\n      })\n    ));\n  },\n\n  async down(db) {\n    const collections = ['words', 'wordsuggestions', 'genericwords'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, {\n        $unset: {\n          synonyms: null,\n          antonyms: null,\n          hypernyms: null,\n          hyponyms: null,\n        },\n      })\n    ));\n  },\n};\n"
  },
  {
    "path": "migrations/20211218192401-add-isComplete.js",
    "content": "/* eslint-disable max-len */\nconst wordsPipeline = [\n  {\n    $lookup: {\n      from: 'examples',\n      localField: '_id',\n      foreignField: 'associatedWords',\n      as: 'examples',\n    },\n  },\n  {\n    $addFields: {\n      isComplete: {\n        $function: {\n          body: `function(word, wordClass, definitions = [], examples = [], pronunciation, isStandardIgbo) {\n            var accentArray = ['á','à','ã','â','é','è','ê','í','ì','î','õ','ó','ò','ô','ú','ù','û','ị̀','ị́','ị̄','ọ́','ọ̀','ọ̄']\n            var hasAccent = false;\n            for(var i=0; i < word.length; i++){\n              if (hasAccent) { break; }\n                for(var j=0; j < accentArray.length; j++){\n                  if (hasAccent) { break; } \n                    if(word[i] === accentArray[j]){\n                      hasAccent = true;\n                    }\n                }\n            }\n            return !!(word\n            && (hasAccent || word.match(/(?!\\u0323)[\\u0300-\\u036f]/g))\n            && wordClass\n            && definitions.length\n            && examples.length\n            && pronunciation.length > 10\n            && isStandardIgbo\n            )\n          }`,\n          args: [\n            '$word',\n            '$wordClass',\n            '$definitions',\n            '$examples',\n            '$pronunciation',\n            '$isStandardIgbo',\n          ],\n          lang: 'js',\n        },\n      },\n    },\n  },\n];\n\nmodule.exports = {\n  async up(db) {\n    const collections = ['words', 'wordsuggestions'];\n    await Promise.all(collections.map(async (collection) => {\n      const wordDocs = await (await db.collection(collection).aggregate(wordsPipeline)).toArray();\n      await Promise.all(wordDocs.map((wordDoc) => (\n        db.collection(collection).updateOne(\n          // eslint-disable-next-line\n          { _id: wordDoc._id },\n          { $set: { isComplete: wordDoc.isComplete } },\n        )\n      )));\n    }));\n  },\n\n  async down(db) {\n    const collections = ['words', 'wordsuggestions'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, [{\n        $unset: 'isComplete',\n      }])\n    ));\n  },\n};\n"
  },
  {
    "path": "migrations/20220107155512-add-nsibidi.js",
    "content": "module.exports = {\n  async up(db) {\n    const collections = ['words', 'wordsuggestions', 'genericwords'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, {\n        $set: { nsibidi: '' },\n      })\n    ));\n  },\n\n  async down(db) {\n    const collections = ['words', 'wordsuggestions', 'genericwords'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, {\n        $unset: { nsibidi: null },\n      })\n    ));\n  },\n};\n"
  },
  {
    "path": "migrations/20220125175808-restructure-dialects.js",
    "content": "const wordsMigrationPipeline = [\n  {\n    $match: {\n      word: {\n        $exists: true,\n      },\n    },\n  },\n  {\n    $set: {\n      dialects: {\n        $function: {\n          body: `function(word, dialects) {\n            let slimmedDialects = Object.keys(dialects || {}).reduce(function(finalDialects, key) {\n              let dialectsCopy = finalDialects;\n              let value = dialects[key];\n              if (word !== value.word && value.word && !dialectsCopy[value.word]) {\n                 dialectsCopy[value.word] = {\n                   variations: value.variations,\n                   dialects: [key],\n                   pronunciation: value.pronunciation,\n                  };\n                 return dialectsCopy;\n              }\n              return finalDialects;\n            }, {});\n            return slimmedDialects;\n          }`,\n          args: ['$word', '$dialects'],\n          lang: 'js',\n        },\n      },\n    },\n  },\n];\n\nconst wordsRevertPipeline = [\n  {\n    $match: {\n      word: {\n        $exists: true,\n      },\n    },\n  },\n  {\n    $set: {\n      dialects: {\n        $function: {\n          body: `function(word, dialects) {\n            const dialectKeys = [\n              'NSA',\n              'UMU',\n              'ANI',\n              'OKA',\n              'AFI',\n              'MBA',\n              'EGB',\n              'OHU',\n              'ORL',\n              'NGW',\n              'OWE',\n              'NSU',\n              'BON',\n              'OGU',\n              'ONI',\n              'ECH',\n              'UNW',\n            ];\n            let revertedDialects = dialectKeys.reduce(function(finalDialects, dialect) {\n              let dialectsCopy = finalDialects;\n              dialectsCopy[dialect] = {\n                word: word,\n                variations: [],\n                dialect: dialect,\n                pronunciation: '',\n              }\n              return dialectsCopy;\n            }, {});\n            Object.keys(dialects).forEach(function(dialectWord) {\n              let value = dialects[dialectWord];\n              revertedDialects[value.dialects[0]] = {\n                word: dialectWord,\n                variations: value.variations,\n                dialect: value.dialects[0],\n                pronunciation: value.pronunciation,\n              }\n            })\n            return revertedDialects;\n          }`,\n          args: ['$word', '$dialects'],\n          lang: 'js',\n        },\n      },\n    },\n  },\n];\n\nmodule.exports = {\n  async up(db) {\n    const collections = ['words', 'wordsuggestions', 'genericwords'];\n    await Promise.all(\n      collections.map(async (collection) => {\n        const wordDocs = await (await db.collection(collection).aggregate(wordsMigrationPipeline)).toArray();\n        await Promise.all(wordDocs.map((wordDoc) => (\n          db.collection(collection).updateOne(\n            // eslint-disable-next-line\n            { _id: wordDoc._id },\n            { $set: { dialects: wordDoc.dialects } },\n          )\n        )));\n      }));\n  },\n\n  async down(db) {\n    const collections = ['words', 'wordsuggestions', 'genericwords'];\n    await Promise.all(\n      collections.map(async (collection) => {\n        const wordDocs = await (await db.collection(collection).aggregate(wordsRevertPipeline)).toArray();\n        await Promise.all(wordDocs.map((wordDoc) => (\n          db.collection(collection).updateOne(\n            // eslint-disable-next-line\n            { _id: wordDoc._id },\n            { $set: { dialects: wordDoc.dialects } },\n          )\n        )));\n      }));\n  },\n};\n"
  },
  {
    "path": "migrations/20220208140327-example-pronunciations.js",
    "content": "module.exports = {\n  async up(db) {\n    const collections = ['examples', 'examplesuggestions'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, {\n        $set: { pronunciation: '' },\n      })\n    ));\n  },\n\n  async down(db) {\n    const collections = ['examples', 'examplesuggestions'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, {\n        $unset: { pronunciation: null },\n      })\n    ));\n  },\n};\n"
  },
  {
    "path": "migrations/20220216030851-remove-verb-prefixes.js",
    "content": "const wordsMigrationPipeline = [\n  {\n    $match: {\n      word: {\n        $regex: '^-',\n        $options: 'i',\n      },\n      wordClass: {\n        $in: ['AV', 'PV', 'MV'],\n      },\n    },\n  }, {\n    $set: {\n      word: {\n        $function: {\n          // eslint-disable-next-line\n          body: 'function(word) { let updatedWord = word; if (word.startsWith(\\'-\\')) { updatedWord = word.substring(1); } return updatedWord; }', \n          args: ['$word'],\n          lang: 'js',\n        },\n      },\n    },\n  },\n];\n\nconst wordsRevertPipeline = [\n  {\n    $match: {\n      wordClass: {\n        $in: ['AV', 'PV', 'MV'],\n      },\n    },\n  }, {\n    $set: {\n      word: {\n        $function: {\n          body: 'function(word) { if (!word.startsWith(\\'-\\')) { return \\'-\\' + word; } return word; }',\n          args: ['$word'],\n          lang: 'js',\n        },\n      },\n    },\n  },\n];\n\nmodule.exports = {\n  async up(db) {\n    const collections = ['words', 'wordsuggestions'];\n    await Promise.all(\n      collections.map(async (collection) => {\n        const wordDocs = await (await db.collection(collection).aggregate(wordsMigrationPipeline)).toArray();\n        await Promise.all(wordDocs.map((wordDoc) => (\n          db.collection(collection).updateOne(\n            // eslint-disable-next-line\n            { _id: wordDoc._id },\n            { $set: { word: wordDoc.word } },\n          )\n        )));\n      }));\n  },\n\n  async down(db) {\n    const collections = ['words', 'wordsuggestions'];\n    await Promise.all(\n      collections.map(async (collection) => {\n        const wordDocs = await (await db.collection(collection).aggregate(wordsRevertPipeline)).toArray();\n        await Promise.all(wordDocs.map((wordDoc) => (\n          db.collection(collection).updateOne(\n            // eslint-disable-next-line\n            { _id: wordDoc._id },\n            { $set: { word: wordDoc.word } },\n          )\n        )));\n      }));\n  },\n};\n"
  },
  {
    "path": "migrations/20220301211505-convert-unix-to-iso.js",
    "content": "const updatedOnConversion = [\n  {\n    $set: {\n      updatedAt: {\n        $function: {\n          body: `function(updatedOn, updatedAt) {\n            if (updatedOn) {\n              return new Date(updatedOn).toISOString();\n            }\n            return updatedAt || updatedOn;\n          }`,\n          args: [\n            '$updatedOn',\n            '$updatedAt',\n          ],\n          lang: 'js',\n        },\n      },\n    },\n  }, {\n    $unset: 'updatedOn',\n  },\n];\n\nconst updatedOnRevert = [\n  {\n    $set: {\n      updatedOn: {\n        $function: {\n          body: 'function(updatedAt) { return new Date(updatedAt).valueOf(); }',\n          args: [\n            '$updatedAt',\n          ],\n          lang: 'js',\n        },\n      },\n    },\n  }, {\n    $unset: 'updatedAt',\n  },\n];\n\nmodule.exports = {\n  async up(db) {\n    const collections = ['words', 'examples', 'wordsuggestions', 'examplesuggestions', 'genericwords'];\n    await Promise.all(\n      collections.map(async (collection) => {\n        const docs = await (await db.collection(collection).aggregate(updatedOnConversion)).toArray();\n        await Promise.all(docs.map((doc) => (\n          db.collection(collection).updateOne(\n            // eslint-disable-next-line\n            { _id: doc._id },\n            {\n              $set: { updatedAt: doc.updatedAt },\n              $unset: { updatedOn: null },\n            },\n          )\n        )));\n      }));\n  },\n\n  async down(db) {\n    const collections = ['words', 'examples', 'wordsuggestions', 'examplesuggestions', 'genericwords'];\n    await Promise.all(\n      collections.map(async (collection) => {\n        const docs = await (await db.collection(collection).aggregate(updatedOnRevert)).toArray();\n        await Promise.all(docs.map((doc) => (\n          db.collection(collection).updateOne(\n            // eslint-disable-next-line\n            { _id: doc._id },\n            {\n              $set: { updatedOn: doc.updatedOn },\n              $unset: { updatedAt: null },\n            },\n          )\n        )));\n      }));\n  },\n};\n"
  },
  {
    "path": "migrations/20220308132126-add-is-accented.js",
    "content": "module.exports = {\n  async up(db) {\n    const collections = ['words', 'wordsuggestions'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({ isComplete: true }, {\n        $set: { isAccented: true, isComplete: false },\n      })\n    ));\n  },\n\n  async down(db) {\n    const collections = ['words', 'wordsuggestions'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({ isAccented: true }, {\n        $unset: { isAccented: null },\n        $set: { isComplete: true },\n      })\n    ));\n  },\n};\n"
  },
  {
    "path": "migrations/20220406005107-add-tenses.js",
    "content": "/* eslint-disable */\nconst addTenses = [\n  {\n    $set: {\n      tenses: {\n        $function: {\n          body: `function(word, wordClass) {\n            const vowelHarmonization = {\n              a: 'a',\n              à: 'a',\n              à: 'a',\n              á: 'a',\n              ā: 'a',\n              ị: 'a',\n              ị: 'a',\n              į: 'a',\n              ị̀: 'a',\n              ị́: 'a',\n              ị̄: 'a',\n              e: 'e',\n              è: 'e',\n              è: 'e',\n              é: 'e',\n              ē: 'e',\n              i: 'i',\n              ì: 'i',\n              ì: 'i',\n              í: 'i',\n              ī: 'i',\n              o: 'o',\n              ó: 'o',\n              ò: 'o',\n              ò: 'o',\n              ō: 'o',\n              u: 'o',\n              ù: 'o',\n              ù: 'o',\n              ù: 'o',\n              ú: 'o',\n              ú: 'o',\n              ū: 'o',\n              ọ: 'ọ',\n              ọ: 'ọ',\n              ọ: 'ọ',\n              ọ̀: 'ọ',\n              ọ́: 'ọ',\n              ọ̄: 'ọ',\n              ụ: 'ọ',\n              ụ: 'ọ',\n              ụ̀: 'ọ',\n              ụ́: 'ọ',\n              ụ̄: 'ọ',\n            };\n            \n            const presentPerfectSuffixes = {\n              a: 'ala',\n              à: 'ala',\n              à: 'ala',\n              á: 'ala',\n              ā: 'ala',\n              ị: 'ala',\n              ị: 'ala',\n              į: 'ala',\n              ị̀: 'ala',\n              ị́: 'ala',\n              ị̄: 'ala',\n              e: 'ela',\n              è: 'ela',\n              è: 'ela',\n              é: 'ela',\n              ē: 'ela',\n              i: 'ela',\n              ì: 'ela',\n              ì: 'ela',\n              í: 'ela',\n              ī: 'ela',\n              o: 'ola',\n              ó: 'ola',\n              ò: 'ola',\n              ò: 'ola',\n              ō: 'ola',\n              u: 'ola',\n              ù: 'ola',\n              ù: 'ola',\n              ù: 'ola',\n              ú: 'ola',\n              ú: 'ola',\n              ū: 'ola',\n              ọ: 'ọla',\n              ọ: 'ọla',\n              ọ: 'ọla',\n              ọ̀: 'ọla',\n              ọ́: 'ọla',\n              ọ̄: 'ọla',\n              ụ: 'ọla',\n              ụ: 'ọla',\n              ụ̀: 'ọla',\n              ụ́: 'ọla',\n              ụ̄: 'ọla',\n            };\n            \n            // Spell Igbo words with vowels only from the same group\n            const lightGroup = ['a', 'à', 'à', 'á', 'ā', 'ị', 'ị', 'į', 'ị̀', 'ị́', 'ị̄', 'ọ', 'ọ', 'ọ̀', 'ọ́', 'ọ̄', 'ụ', 'ụ', 'ụ̀', 'ụ́', 'ụ̄'];\n            const heavyGroup = ['e', 'è', 'è', 'é', 'ē', 'i', 'ì', 'ì', 'í', 'ī', 'o', 'ó', 'ò', 'ò', 'ō', 'u', 'ù', 'ù', 'ù', 'ú', 'ú', 'ū'];\n            const vowels = [...lightGroup, ...heavyGroup];\n            \n            const getFirstVowel = (word) => {\n              for (let i = 0; i < word.length; i += 1) {\n                if (vowels.includes(word.charAt(i))) {\n                  return word.charAt(i);\n                }\n              }\n              throw new Error(\\`No vowel in word: \\${word}\\`);\n            };\n            \n            const getLastVowel = (word) => {\n              for (let i = word.length - 1; i >= 0; i -= 1) {\n                if (vowels.includes(word.charAt(i))) {\n                  return word.charAt(i);\n                }\n              }\n              throw new Error(\\`No vowel in word: \\${word}\\`);\n            };\n            \n            const determineInfinitive = (word) => {\n              const firstVowel = getFirstVowel(word);\n              const affixVowel = lightGroup.includes(firstVowel) ? 'ị' : 'i';\n              return \\`\\${affixVowel}\\${word}\\`;\n            };\n            \n            const determineActiveImperative = (word) => {\n              const lastVowel = getLastVowel(word);\n              const harmonizingVowel = vowelHarmonization[lastVowel];\n              return \\`\\${word}\\${harmonizingVowel}\\`;\n            };\n            \n            const determinePassiveImperative = (word) => {\n              const lastVowel = getLastVowel(word);\n              return \\`\\${word}r\\${lastVowel}\\`;\n            };\n            \n            const determineSimplePast = (word) => {\n              const lastVowel = getLastVowel(word);\n              return \\`\\${word}r\\${lastVowel}\\`;\n            };\n            \n            const determineSimpleActivePresent = (word) => {\n              const firstVowel = getFirstVowel(word);\n              const harmonizingVowel = heavyGroup.includes(firstVowel) ? 'e' : 'a';\n              return \\`na-\\${harmonizingVowel}\\${word}\\`;\n            };\n            \n            const determineSimplePassivePresent = (word) => word;\n            \n            const determineActivePresentContinuous = (word) => {\n              const firstVowel = getFirstVowel(word);\n              const harmonizingVowel = heavyGroup.includes(firstVowel) ? 'e' : 'a';\n              return \\`na-\\${harmonizingVowel}\\${word}\\`;\n            };\n            \n            const determinePassivePresentContinuous = (word) => word;\n            \n            const determineMedialPresentContinuous = (word) => {\n              const lastVowel = getLastVowel(word);\n              return \\`\\${word}r\\${lastVowel}\\`;\n            };\n            \n            const determineSimplePresentNegative = (word) => {\n              const firstVowel = getFirstVowel(word);\n              const harmonizingVowel = heavyGroup.includes(firstVowel) ? 'e' : 'a';\n              return \\`naghi \\${harmonizingVowel}\\${word}\\`;\n            };\n            \n            const determinePresentContinuousNegative = (word) => {\n              const firstVowel = getFirstVowel(word);\n              const harmonizingVowel = heavyGroup.includes(firstVowel) ? 'e' : 'a';\n              return \\`naghị \\${harmonizingVowel}\\${word}\\`;\n            };\n            \n            const determineFuture = (word) => {\n              const firstVowel = getFirstVowel(word);\n              const harmonizingVowel = heavyGroup.includes(firstVowel) ? 'e' : 'a';\n              return \\`ga-\\${harmonizingVowel}\\${word}\\`;\n            };\n            \n            const isActiveVerb = (wordClass) => wordClass === 'AV';\n            const isMedialVerb = (wordClass) => wordClass === 'MV';\n            const isPassiveVerb = (wordClass) => wordClass === 'PV';\n\n            const isVerb = (wordClas) => isActiveVerb(wordClass) || isMedialVerb(wordClass) || isPassiveVerb(wordClass);\n            \n            const verbStem = word.split(' ')[0];\n            const verbSegments = word.split(' ').slice(1);\n\n            if (verbStem && isVerb(wordClass)) {\n              try {\n                return Object.entries({\n                  infinitive: determineInfinitive(verbStem),\n                  imperative: isActiveVerb(wordClass) || isMedialVerb(wordClass)\n                    ? determineActiveImperative(verbStem)\n                    : determinePassiveImperative(verbStem),\n                  simplePast: determineSimplePast(verbStem),\n                  simplePresent: isActiveVerb(wordClass)\n                    ? determineSimpleActivePresent(verbStem)\n                    : determineSimplePassivePresent(verbStem),\n                  presentContinuous: isActiveVerb(wordClass)\n                    ? determineActivePresentContinuous(verbStem)\n                    : isPassiveVerb(wordClass)\n                      ? determinePassivePresentContinuous(verbStem)\n                      : determineMedialPresentContinuous(verbStem),\n                  future: determineFuture(verbStem),\n                }).reduce((finalObject, [key, value]) => {\n                  return {\n                    ...finalObject,\n                    [key]: \\`\\${value} \\${verbSegments.join(' ')}\\`,\n                  }\n                }, {});\n              } catch (err) {\n                return {};\n              }\n            }\n            return {};\n          };`,\n          args: [\n            '$word',\n            '$wordClass',\n          ],\n          lang: 'js',\n        },\n      },\n    },\n  },\n];\n\nconst tensesnRevert = [\n  {\n    $unset: 'tenses',\n  },\n];\n\nmodule.exports = {\n  async up(db) {\n    const collections = ['words', 'wordsuggestions', 'genericwords'];\n    await Promise.all(\n      collections.map(async (collection) => {\n        const docs = await (await db.collection(collection).aggregate(addTenses)).toArray();\n        await Promise.all(docs.map((doc) => (\n          db.collection(collection).updateOne(\n            // eslint-disable-next-line\n            { _id: doc._id },\n            {\n              $set: { tenses: doc.tenses },\n            },\n          )\n        )));\n      }));\n  },\n\n  async down(db) {\n    const collections = ['words', 'examples', 'wordsuggestions', 'examplesuggestions', 'genericwords'];\n    await Promise.all(\n      collections.map(async (collection) => {\n        const docs = await (await db.collection(collection).aggregate(tensesnRevert)).toArray();\n        await Promise.all(docs.map((doc) => (\n          db.collection(collection).updateOne(\n            // eslint-disable-next-line\n            { _id: doc._id },\n            {\n              $unset: { tenses: null },\n            },\n          )\n        )));\n      }));\n  },\n};\n"
  },
  {
    "path": "migrations/20220423222134-add-attributes.js",
    "content": "module.exports = {\n  async up(db) {\n    const collections = ['words', 'wordsuggestions'];\n    return collections.map(async (collection) => {\n      db.collection(collection).updateMany({}, [\n        {\n          $set: {\n            attributes: {\n              isStandardIgbo: '$isStandardIgbo',\n              isAccented: '$isAccented',\n              isComplete: '$isComplete',\n              isSlang: false,\n              isConstructedTerm: false,\n            },\n          },\n        },\n        {\n          $unset: ['isStandardIgbo', 'isAccented', 'isComplete'],\n        },\n      ]);\n    });\n  },\n\n  async down(db) {\n    const collections = ['words', 'wordsuggestions'];\n    return collections.map(async (collection) => {\n      db.collection(collection).updateMany({}, [\n        {\n          $set: {\n            isStandardIgbo: '$attributes.isStandardIgbo',\n            isAccented: '$attributes.isAccented',\n            isComplete: '$attributes.isComplete',\n          },\n        },\n        {\n          $unset: ['attributes'],\n        },\n      ]);\n    });\n  },\n};\n"
  },
  {
    "path": "migrations/20220425130741-extend-example-sentences-with-style-and-meaning.js",
    "content": "module.exports = {\n  async up(db) {\n    const collections = ['examples', 'examplesuggestions'];\n    return collections.map(async (collection) => {\n      db.collection(collection).updateMany({}, [\n        {\n          $set: {\n            meaning: '',\n            style: '',\n          },\n        },\n      ]);\n    });\n  },\n\n  async down(db) {\n    const collections = ['examples', 'examplesuggestions'];\n    return collections.map(async (collection) => {\n      db.collection(collection).updateMany({}, [\n        {\n          $unset: ['meaning', 'style'],\n        },\n      ]);\n    });\n  },\n};\n"
  },
  {
    "path": "migrations/20220808024209-add-borrowed-term-field.js",
    "content": "module.exports = {\n  async up(db) {\n    const collections = ['words', 'wordsuggestions'];\n    return collections.map(async (collection) => {\n      db.collection(collection).updateMany({}, [\n        {\n          $set: {\n            attributes: {\n              isStandardIgbo: '$attributes.isStandardIgbo',\n              isAccented: '$attributes.isAccented',\n              isComplete: '$attributes.isComplete',\n              isSlang: '$attributes.isSlang',\n              isConstructedTerm: '$attributes.isConstructedTerm',\n              isBorrowedTerm: false,\n            },\n          },\n        },\n      ]);\n    });\n  },\n\n  async down(db) {\n    const collections = ['words', 'wordsuggestions'];\n    return collections.map(async (collection) => {\n      db.collection(collection).updateMany({}, [\n        {\n          $unset: 'attributes.isBorrowedTerm',\n        },\n      ]);\n    });\n  },\n};\n"
  },
  {
    "path": "migrations/20220808033804-add-tags.js",
    "content": "module.exports = {\n  async up(db) {\n    const collections = ['words', 'wordsuggestions', 'genericwords'];\n    return collections.map(async (collection) => {\n      db.collection(collection).updateMany({}, [\n        {\n          $set: {\n            tags: [],\n          },\n        },\n      ]);\n    });\n  },\n\n  async down(db) {\n    const collections = ['words', 'wordsuggestions', 'genericwords'];\n    return collections.map(async (collection) => {\n      db.collection(collection).updateMany({}, [\n        {\n          $unset: ['tags'],\n        },\n      ]);\n    });\n  },\n};\n"
  },
  {
    "path": "migrations/20220808042906-replace-nyms-for-related-terms.js",
    "content": "module.exports = {\n  async up(db) {\n    const collections = ['words', 'wordsuggestions', 'genericwords'];\n    return collections.map(async (collection) => {\n      db.collection(collection).updateMany({}, [\n        {\n          $set: {\n            relatedTerms: { $setUnion: ['$synonyms', '$antonyms'] },\n          },\n        },\n        {\n          $unset: ['synonyms', 'antonyms'],\n        },\n      ]);\n    });\n  },\n\n  async down(db) {\n    const collections = ['words', 'wordsuggestions', 'genericwords'];\n    return collections.map(async (collection) => {\n      db.collection(collection).updateMany({}, [\n        {\n          $set: {\n            synonyms: '$relatedTerms',\n            antonyms: [],\n          },\n        },\n        {\n          $unset: ['relatedTerms'],\n        },\n      ]);\n    });\n  },\n};\n"
  },
  {
    "path": "migrations/20221014123241-add-is-stem.js",
    "content": "module.exports = {\n  async up(db) {\n    const collections = ['words', 'wordsuggestions'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, {\n        $set: { 'attributes.isStem': false },\n      })\n    ));\n  },\n\n  async down(db) {\n    const collections = ['words', 'wordsuggestions'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, {\n        $unset: { 'attributes.isStem': null },\n      })\n    ));\n  },\n};\n"
  },
  {
    "path": "migrations/20221030034746-restructure-definitions.js",
    "content": "// eslint-disable-next-line\n// https://stackoverflow.com/questions/70831908/mongodb-generates-same-objectid-with-new-objectid-in-pipelines-project-stage\n\nmodule.exports = {\n  async up(db) {\n    const collections = ['words', 'wordsuggestions'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, [\n        {\n          $addFields: {\n            firstDefinitions: { $first: '$definitions' },\n          },\n        },\n        {\n          $set: {\n            definitions: {\n              $cond: {\n                if: {\n                  $eq: [{ $type: '$firstDefinitions' }, 'string'],\n                },\n                then: [\n                  {\n                    wordClass: '$wordClass',\n                    definitions: '$definitions',\n                    _id: {\n                      $function: {\n                        // eslint-disable-next-line\n                        body: 'function () { return new ObjectId(); }',\n                        args: [],\n                        lang: 'js',\n                      },\n                    },\n                  },\n                ],\n                else: '$definitions',\n              },\n            },\n          },\n        },\n        {\n          $unset: ['wordClass', 'firstDefinitions'],\n        },\n      ])\n    ));\n  },\n\n  async down(db) {\n    const collections = ['words', 'wordsuggestions'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, [\n        {\n          $addFields: {\n            firstDefinitions: { $first: '$definitions' },\n          },\n        },\n        {\n          $set: {\n            definitions: '$firstDefinitions.definitions',\n            wordClass: '$firstDefinitions.wordClass',\n          },\n        },\n        {\n          $unset: ['firstDefinitions'],\n        },\n      ])\n    ));\n  },\n};\n"
  },
  {
    "path": "migrations/20221030054330-connect-example-associated-definitions.js",
    "content": "const associatedDefinitionsSchemasMigrationPipeline = [\n  {\n    $match: {\n      'associatedWords.0': {\n        $exists: true,\n      },\n    },\n  }, {\n    $lookup: {\n      from: 'words',\n      localField: 'associatedWords.0',\n      foreignField: '_id',\n      as: 'words',\n    },\n  }, {\n    $addFields: {\n      definition: {\n        $first: '$words.definitions',\n      },\n    },\n  }, {\n    $addFields: {\n      associatedDefinitionsSchemas: [\n        {\n          $first: '$definition._id',\n        },\n      ],\n    },\n  }, {\n    $unset: ['definition'],\n  },\n];\n\nmodule.exports = {\n  async up(db) {\n    const collections = ['examples', 'examplesuggestions'];\n    const res = await Promise.all(collections.map(async (collection) => {\n      const rawDocs = await db.collection(collection).aggregate(associatedDefinitionsSchemasMigrationPipeline);\n      const exampleDocs = await rawDocs.toArray();\n      await Promise.all((exampleDocs.map((exampleDoc) => (\n        db.collection(collection).updateOne(\n          { _id: exampleDoc._id },\n          { $set: { associatedDefinitionsSchemas: exampleDoc.associatedDefinitionsSchemas } },\n        )\n      ))));\n    }));\n    return res;\n  },\n\n  async down(db) {\n    const collections = ['examples', 'examplesuggestions'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, {\n        $unset: { associatedDefinitionsSchemas: null },\n      })\n    ));\n  },\n};\n"
  },
  {
    "path": "migrations/20221107022314-resturcture-dialects-as-arrays.js",
    "content": "const dialectsAsArraysPipeline = [\n  {\n    $match: {\n      dialects: {\n        $exists: true,\n      },\n    },\n  }, {\n    $set: {\n      dialects: {\n        $objectToArray: '$dialects',\n      },\n    },\n  }, {\n    $set: {\n      dialects: {\n        $function: {\n          // eslint-disable-next-line\n          body: 'function(dialects) {\\n        return dialects.map(function ({ k, v }) {\\n          v.word = k;\\n          v._id = new ObjectId();\\n          return v;\\n        });\\n      }', \n          args: [\n            '$dialects',\n          ],\n          lang: 'js',\n        },\n      },\n    },\n  },\n];\n\nconst dialectsAsObjectsPipeline = [\n  {\n    $match: {\n      dialects: {\n        $exists: true,\n      },\n    },\n  }, {\n    $set: {\n      dialects: {\n        $function: {\n          // eslint-disable-next-line\n          body: 'function(dialects) {\\n        return dialects.reduce(function (finalObject, dialect) {\\n          finalObject[dialect.word] = dialect;\\n          return finalObject;\\n        }, {});\\n      }', \n          args: [\n            '$dialects',\n          ],\n          lang: 'js',\n        },\n      },\n    },\n  },\n];\n\nmodule.exports = {\n  async up(db) {\n    const collections = ['words', 'wordsuggestions'];\n    const res = await Promise.all(collections.map(async (collection) => {\n      const rawDocs = await db.collection(collection).aggregate(dialectsAsArraysPipeline);\n      const wordDocs = await rawDocs.toArray();\n      await Promise.all((wordDocs.map((wordDoc) => (\n        db.collection(collection).updateOne(\n          { _id: wordDoc._id },\n          { $set: { dialects: wordDoc.dialects } },\n        )\n      ))));\n    }));\n    return res;\n  },\n\n  async down(db) {\n    const collections = ['words', 'wordsuggestions'];\n    return collections.map(async (collection) => {\n      const rawDocs = await db.collection(collection).aggregate(dialectsAsObjectsPipeline);\n      const wordDocs = await rawDocs.toArray();\n      await Promise.all((wordDocs.map((wordDoc) => (\n        db.collection(collection).updateOne(\n          { _id: wordDoc._id },\n          { $set: { dialects: wordDoc.dialects } },\n        )\n      ))));\n    });\n  },\n};\n"
  },
  {
    "path": "migrations/20221124200346-expand-headword.js",
    "content": "module.exports = {\n  async up(db) {\n    const collections = ['words', 'wordsuggestions'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, [\n        {\n          $set: {\n            wordPronunciation: '$word',\n            conceptualWord: '',\n          },\n        },\n      ])\n    ));\n  },\n\n  async down(db) {\n    const collections = ['words', 'wordsuggestions'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, [\n        {\n          $unset: ['wordPronunciation', 'conceptualWord'],\n        },\n      ])\n    ));\n  },\n};\n"
  },
  {
    "path": "migrations/20221207003231-nominal-modifier.js",
    "content": "/* eslint-disable max-len */\nconst nominalModifierMigrationPipeline = [\n  {\n    $match: {\n      'definitions.wordClass': 'ADJ',\n    },\n  }, {\n    $set: {\n      definitions: {\n        $function: {\n          body: 'function (definitions) { const updatedDefinitions = definitions.map((definition) => { if (definition.wordClass === \\'ADJ\\') { definition.wordClass = \\'ND\\' } return definition }) ; return updatedDefinitions; }',\n          args: [\n            '$definitions',\n          ],\n          lang: 'js',\n        },\n      },\n    },\n  },\n];\n\nconst revertNominalModifierMigrationPipeline = [\n  {\n    $match: {\n      'definitions.wordClass': 'ND',\n    },\n  }, {\n    $set: {\n      definitions: {\n        $function: {\n          body: 'function (definitions) { const updatedDefinitions = definitions.map((definition) => { if (definition.wordClass === \\'ND\\') { definition.wordClass = \\'ADJ\\' } return definition }) ; return updatedDefinitions; }',\n          args: [\n            '$definitions',\n          ],\n          lang: 'js',\n        },\n      },\n    },\n  },\n];\n\nmodule.exports = {\n  async up(db) {\n    const collections = ['words', 'wordsuggestions'];\n    const res = await Promise.all(collections.map(async (collection) => {\n      const rawDocs = await db.collection(collection).aggregate(nominalModifierMigrationPipeline);\n      const wordDocs = await rawDocs.toArray();\n      await Promise.all((wordDocs.map((wordDoc) => (\n        db.collection(collection).updateOne(\n          { _id: wordDoc._id },\n          { $set: { definitions: wordDoc.definitions } },\n        )\n      ))));\n    }));\n    return res;\n  },\n\n  async down(db) {\n    const collections = ['words', 'wordsuggestions'];\n    const res = await Promise.all(collections.map(async (collection) => {\n      const rawDocs = await db.collection(collection).aggregate(revertNominalModifierMigrationPipeline);\n      const wordDocs = await rawDocs.toArray();\n      await Promise.all((wordDocs.map((wordDoc) => (\n        db.collection(collection).updateOne(\n          { _id: wordDoc._id },\n          { $set: { definitions: wordDoc.definitions } },\n        )\n      ))));\n    }));\n    return res;\n  },\n};\n"
  },
  {
    "path": "migrations/20221217204603-definitions-with-nsibidi.js",
    "content": "/* eslint-disable max-len */\nconst definitionsWithNsibidiMigrationPipeline = [\n  {\n    $set: { 'definitions.nsibidi': '$nsibidi' },\n  },\n  {\n    $unset: 'nsibidi',\n  },\n];\n\nconst revertDefinitionsWithNsibidiMigrationPipeline = [\n  {\n    $set: { nsibidi: { $first: '$definitions.nsibidi' } },\n  },\n  {\n    $unset: 'definitions.nsibidi',\n  },\n];\n\nmodule.exports = {\n  async up(db) {\n    const collections = ['words', 'wordsuggestions'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, definitionsWithNsibidiMigrationPipeline)\n    ));\n  },\n\n  async down(db) {\n    const collections = ['words', 'wordsuggestions'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, revertDefinitionsWithNsibidiMigrationPipeline)\n    ));\n  },\n};\n"
  },
  {
    "path": "migrations/20230112035359-add-is-common.js",
    "content": "module.exports = {\n  async up(db) {\n    const collections = ['words', 'wordsuggestions'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, {\n        $set: { 'attributes.isCommon': false },\n      })\n    ));\n  },\n\n  async down(db) {\n    const collections = ['words', 'wordsuggestions'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, {\n        $unset: { 'attributes.isCommon': null },\n      })\n    ));\n  },\n};\n"
  },
  {
    "path": "migrations/20230118013604-convert-stems-to-object-id.js",
    "content": "const stemsToObjectIdMigrationPipeline = [\n  {\n    $match: {\n      'stems.0': {\n        $exists: true,\n        $type: 'string',\n      },\n    },\n  },\n  {\n    $addFields: {\n      stems: {\n        $map: {\n          input: '$stems',\n          in: {\n            $cond: {\n              if: { $gte: [{ $strLenCP: '$$this' }, 24] },\n              then: { $toObjectId: '$$this' },\n              else: '$$this',\n            },\n          },\n        },\n      },\n    },\n  },\n];\n\nconst revertStemsToObjectIdMigrationPipeline = [\n  {\n    $match: {\n      'stems.0': {\n        $exists: true,\n      },\n    },\n  },\n  {\n    $addFields: {\n      stems: {\n        $map: {\n          input: '$stems',\n          in: { $toString: '$$this' },\n        },\n      },\n    },\n  },\n];\n\nmodule.exports = {\n  async up(db) {\n    const collections = ['words', 'wordsuggestions'];\n    return Promise.all(\n      collections.map(async (collection) => {\n        const rawDocs = await db.collection(collection).aggregate(stemsToObjectIdMigrationPipeline);\n        const wordDocs = await rawDocs.toArray();\n        await Promise.all(\n          wordDocs.map((wordDoc) =>\n            db.collection(collection).updateOne({ _id: wordDoc._id }, { $set: { stems: wordDoc.stems } })\n          )\n        );\n      })\n    );\n  },\n\n  async down(db) {\n    const collections = ['words', 'wordsuggestions'];\n    return Promise.all(\n      collections.map(async (collection) => {\n        const rawDocs = await db.collection(collection).aggregate(revertStemsToObjectIdMigrationPipeline);\n        const wordDocs = await rawDocs.toArray();\n        await Promise.all(\n          wordDocs.map((wordDoc) =>\n            db.collection(collection).updateOne({ _id: wordDoc._id }, { $set: { stems: wordDoc.stems } })\n          )\n        );\n      })\n    );\n  },\n};\n"
  },
  {
    "path": "migrations/20230201191800-convert-medial-to-active.js",
    "content": "const medialToActivePipeline = [\n  {\n    $match: {\n      'definitions.0.wordClass': 'MV',\n    },\n  },\n];\n\nmodule.exports = {\n  async up(db) {\n    const collections = ['words', 'wordsuggestions'];\n    return Promise.all(collections.map(async (collection) => {\n      const rawDocs = await db.collection(collection).aggregate(medialToActivePipeline);\n      const wordDocs = await rawDocs.toArray();\n      await Promise.all((wordDocs.map((wordDoc) => (\n        db.collection(collection).updateOne(\n          { _id: wordDoc._id },\n          { $set: { 'definitions.0.wordClass': 'AV' } },\n        )\n      ))));\n    }));\n  },\n\n  async down() {\n    return null;\n  },\n};\n"
  },
  {
    "path": "migrations/20230201193438-add-present-passive-to-verbs.js",
    "content": "const medialToActivePipeline = [\n  {\n    $match: {\n      $or: [\n        { 'definitions.0.wordClass': 'AV' },\n        { 'definitions.0.wordClass': 'PV' },\n        { 'definitions.0.wordClass': 'MV' },\n      ],\n    },\n  },\n];\n\nconst revertMedialToActivePipeline = [\n  {\n    $match: {\n      $or: [\n        { 'definitions.0.wordClass': 'AV' },\n        { 'definitions.0.wordClass': 'PV' },\n        { 'definitions.0.wordClass': 'MV' },\n      ],\n    },\n  },\n];\n\nmodule.exports = {\n  async up(db) {\n    const collections = ['words', 'wordsuggestions'];\n    return Promise.all(collections.map(async (collection) => {\n      const rawDocs = await db.collection(collection).aggregate(medialToActivePipeline);\n      const wordDocs = await rawDocs.toArray();\n      await Promise.all((wordDocs.map((wordDoc) => (\n        db.collection(collection).updateOne(\n          { _id: wordDoc._id },\n          { $set: { 'tenses.presentPassive': '' } },\n        )\n      ))));\n    }));\n  },\n\n  async down(db) {\n    const collections = ['words', 'wordsuggestions'];\n    return Promise.all(collections.map(async (collection) => {\n      const rawDocs = await db.collection(collection).aggregate(revertMedialToActivePipeline);\n      const wordDocs = await rawDocs.toArray();\n      await Promise.all((wordDocs.map((wordDoc) => (\n        db.collection(collection).updateOne(\n          { _id: wordDoc._id },\n          { $unset: { 'tenses.presentPassive': null } },\n        )\n      ))));\n    }));\n  },\n};\n"
  },
  {
    "path": "migrations/20230314160556-convert-frequency-to-number.js",
    "content": "module.exports = {\n  async up(db) {\n    const collections = ['words', 'wordsuggestions'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({},\n      [\n        {\n          $addFields: {\n            frequency: {\n              $cond: {\n                if: {\n                  $eq: ['$attributes.isCommon', true],\n                },\n                then: 5,\n                else: 1,\n              },\n            },\n          },\n        },\n      ])\n    ));\n  },\n\n  async down(db) {\n    const collections = ['words', 'wordsuggestions'];\n    return collections.map((collection) => (\n      db.collection(collection).updateMany({}, {\n        $set: { frequency: 0 },\n      })\n    ));\n  },\n};\n"
  },
  {
    "path": "migrations/20230409220217-convert-igbo-definitions-to-include-nsibidi.js",
    "content": "const igboDefinitionsToIncludeNsibidiPipeline = [\n  {\n    $match: {\n      'definitions.igboDefinitions.0': {\n        $exists: true,\n      },\n    },\n  },\n  {\n    $addFields: {\n      'definitions.igboDefinitions': {\n        $map: {\n          input: '$definitions.igboDefinitions',\n          as: 'igboDefinition',\n          in: {\n            igbo: {\n              $first: '$$igboDefinition',\n            },\n            nsibidi: '',\n          },\n        },\n      },\n    },\n  },\n];\n\nconst revertIgboDefinitionsToIncludeNsibidiPipeline = [\n  {\n    $match: {\n      'definitions.igboDefinitions.0': {\n        $exists: true,\n      },\n    },\n  },\n  {\n    $addFields: {\n      'definitions.igboDefinitions': {\n        $map: {\n          input: '$definitions.igboDefinitions',\n          as: 'igboDefinition',\n          in: {\n            $first: '$$igboDefinition',\n          },\n        },\n      },\n    },\n  },\n  {\n    $addFields: {\n      'definitions.igboDefinitions': {\n        $map: {\n          input: '$definitions.igboDefinitions',\n          as: 'igboDefinition',\n          in: {\n            $first: '$$igboDefinition.igbo',\n          },\n        },\n      },\n    },\n  },\n];\n\nmodule.exports = {\n  async up(db) {\n    const collections = ['words', 'wordsuggestions'];\n    return Promise.all(collections.map(async (collection) => {\n      const rawDocs = await db.collection(collection).aggregate(igboDefinitionsToIncludeNsibidiPipeline);\n      const wordDocs = await rawDocs.toArray();\n      await Promise.all((wordDocs.map((wordDoc) => (\n        db.collection(collection).updateOne(\n          { _id: wordDoc._id },\n          { $set: { definitions: wordDoc.definitions } },\n        )\n      ))));\n    }));\n  },\n\n  async down(db) {\n    const collections = ['words', 'wordsuggestions'];\n    return Promise.all(collections.map(async (collection) => {\n      const rawDocs = await db.collection(collection).aggregate(revertIgboDefinitionsToIncludeNsibidiPipeline);\n      const wordDocs = await rawDocs.toArray();\n      await Promise.all((wordDocs.map((wordDoc) => (\n        db.collection(collection).updateOne(\n          { _id: wordDoc._id },\n          { $set: { definitions: wordDoc.definitions } },\n        )\n      ))));\n    }));\n  },\n};\n"
  },
  {
    "path": "migrations/20230522011130-pronunciation-to-pronunciations.js",
    "content": "const pronunciationsMigrationPipeline = [\n  {\n    $set: {\n      pronunciations: [\n        {\n          audio: '$pronunciation',\n          speaker: '',\n        },\n      ],\n    },\n  },\n  { $unset: 'pronunciation' },\n];\nconst revertPronunciationsMigrationPipeline = [\n  {\n    $set: {\n      pronunciation: '$pronunciations.0.audio',\n    },\n  },\n  {\n    $unset: 'pronunciations',\n  },\n];\n\nmodule.exports = {\n  async up(db) {\n    const collections = ['examples', 'examplesuggestions'];\n    return collections.map(async (collection) => {\n      db.collection(collection).updateMany(\n        { $and: [{ pronunciation: { $ne: '' } }, { pronunciation: { $ne: null } }] },\n        pronunciationsMigrationPipeline\n      );\n      db.collection(collection).updateMany({ pronunciations: { $exists: false } }, [\n        { $set: { pronunciations: [] } },\n        { $unset: 'pronunciation' },\n      ]);\n    });\n  },\n\n  async down(db) {\n    const collections = ['examples', 'examplesuggestions'];\n    return collections.map((collection) =>\n      db.collection(collection).updateMany({}, revertPronunciationsMigrationPipeline)\n    );\n  },\n};\n"
  },
  {
    "path": "migrations/20230526231511-example-suggestions-approvals-denials-review.js",
    "content": "const examplePronunciationsMigrationPipeline = [\n  {\n    $addFields: {\n      pronunciations: {\n        $function: {\n          // eslint-disable-next-line\n          body: `function(pronunciations) {\n            if (!pronunciations) {\n              return [];\n            }\n            return pronunciations.map(({ audio, speaker, _id }) => ({\n              audio,\n              speaker,\n              // eslint-disable-next-line\n              _id: _id || ObjectId(),\n              review: true,\n              approvals: [],\n              denials: [],\n            }));\n          }`,\n          args: ['$pronunciations'],\n          lang: 'js',\n        },\n      },\n    },\n  },\n];\n\nconst revertPronunciationsMigrationPipeline = [\n  {\n    $addFields: {\n      pronunciations: {\n        $map: {\n          input: '$pronunciations',\n          as: 'pronunciation',\n          in: {\n            $mergeObjects: [\n              { audio: '$$pronunciation.audio' },\n              { speaker: '$$pronunciation.speaker' },\n              { _id: '$$pronunciation._id' },\n            ],\n          },\n        },\n      },\n    },\n  },\n];\n\nmodule.exports = {\n  async up(db) {\n    const collections = ['examplesuggestions'];\n    return collections.map((collection) =>\n      db.collection(collection).updateMany({}, examplePronunciationsMigrationPipeline)\n    );\n  },\n\n  async down(db) {\n    const collections = ['examplesuggestions'];\n    return collections.map((collection) =>\n      db.collection(collection).updateMany({}, revertPronunciationsMigrationPipeline)\n    );\n  },\n};\n"
  },
  {
    "path": "migrations/20230607004329-trim-headword-and-tenses-whitespace-fix.js",
    "content": "const trimPipeline = [\n  {\n    $project: {\n      word: {\n        $trim: {\n          input: '$word',\n        },\n      },\n      wordPronunciation: 1,\n      conceptualWord: 1,\n      definitions: 1,\n      dialects: 1,\n      tags: 1,\n      'tenses.infinitive': {\n        $trim: {\n          input: '$tenses.infinitive',\n        },\n      },\n      'tenses.imperative': {\n        $trim: {\n          input: '$tenses.imperative',\n        },\n      },\n      'tenses.simplePast': {\n        $trim: {\n          input: '$tenses.simplePast',\n        },\n      },\n      'tenses.presentPassive': {\n        $trim: {\n          input: '$tenses.presentPassive',\n        },\n      },\n      'tenses.simplePresent': {\n        $trim: {\n          input: '$tenses.simplePresent',\n        },\n      },\n      'tenses.presentContinuous': {\n        $trim: {\n          input: '$tenses.presentContinuous',\n        },\n      },\n      'tenses.future': {\n        $trim: {\n          input: '$tenses.future',\n        },\n      },\n      attributes: 1,\n      pronunciation: 1,\n      variations: 1,\n      frequency: 1,\n      relatedTerms: 1,\n      hypernyms: 1,\n      hyponyms: 1,\n      stems: 1,\n      __v: 1,\n      updatedAt: 1,\n      createdAt: 1,\n      originalWordId: 1,\n      editorsNotes: 1,\n      userComments: 1,\n      authorEmail: 1,\n      authorId: 1,\n      approvals: 1,\n      denials: 1,\n      source: 1,\n      merged: 1,\n      mergedBy: 1,\n      userInteractions: 1,\n      twitterPollId: 1,\n      crowdsourcing: 1,\n    },\n  },\n];\n\nconst revertTrimPipeline = [\n  {\n    $project: {\n      word: 1,\n      wordPronunciation: 1,\n      conceptualWord: 1,\n      definitions: 1,\n      dialects: 1,\n      tags: 1,\n      tenses: 1,\n      attributes: 1,\n      pronunciation: 1,\n      variations: 1,\n      frequency: 1,\n      relatedTerms: 1,\n      hypernyms: 1,\n      hyponyms: 1,\n      stems: 1,\n      __v: 1,\n      updatedAt: 1,\n      createdAt: 1,\n    },\n  },\n];\n\nmodule.exports = {\n  async up(db) {\n    const collections = ['words', 'wordsuggestions'];\n    await Promise.all(collections.map((collection) => db.collection(collection).updateMany({}, trimPipeline)));\n  },\n\n  async down(db) {\n    const collections = ['words', 'wordsuggestions'];\n    await Promise.all(collections.map((collection) => db.collection(collection).updateMany({}, revertTrimPipeline)));\n  },\n};\n"
  },
  {
    "path": "migrations/20240908000598-create-default-igbo-api-project.js",
    "content": "const { Types } = require('mongoose');\n\nmodule.exports = {\n  async up(db) {\n    await db.collection('projects').insertOne({\n      _id: new Types.ObjectId('66de0ffee848d30f37403402'),\n      title: 'Igbo API',\n      description: 'The largest open-source, multi-modal Igbo language dataset',\n      status: 'ACTIVE',\n      visibility: 'PRIVATE',\n      license: 'UNSPECIFIED',\n      languages: [],\n    });\n  },\n\n  async down(db) {\n    await db.collection('projects').deleteOne({\n      title: 'Igbo API',\n    });\n  },\n};\n"
  },
  {
    "path": "migrations/20240908000599-change-source-to-origin.js",
    "content": "const examplesMigrationPipeline = [\n  {\n    $addFields: {\n      origin: '$source',\n    },\n  },\n  {\n    $unset: 'source',\n  },\n];\n\nconst examplesRevertPipeline = [\n  {\n    $addFields: {\n      source: '$origin',\n    },\n  },\n  {\n    $unset: 'origin',\n  },\n];\n\nmodule.exports = {\n  async up(db) {\n    const collections = ['examples', 'examplesuggestions'];\n    await Promise.all(\n      collections.map(async (collection) => {\n        await db.collection(collection).updateMany({}, examplesMigrationPipeline);\n      })\n    );\n  },\n\n  async down(db) {\n    const collections = ['examples', 'examplesuggestions'];\n    await Promise.all(\n      collections.map(async (collection) => {\n        await db.collection(collection).updateMany({}, examplesRevertPipeline);\n      })\n    );\n  },\n};\n"
  },
  {
    "path": "migrations/20240908000600-generalize-examples.js",
    "content": "const examplesMigrationPipeline = [\n  {\n    $addFields: {\n      source: {\n        language: 'ibo',\n        text: '$igbo',\n      },\n      translations: [\n        {\n          language: 'eng',\n          text: '$english',\n        },\n      ],\n    },\n  },\n  {\n    $unset: 'igbo',\n  },\n  {\n    $unset: 'english',\n  },\n];\n\nconst examplesRevertPipeline = [\n  {\n    $addFields: {\n      igbo: '$source.text',\n      english: '$translations.0.text',\n    },\n  },\n  {\n    $unset: 'source',\n  },\n  {\n    $unset: 'translations',\n  },\n];\n\nmodule.exports = {\n  async up(db) {\n    const collections = ['examples', 'examplesuggestions'];\n    await Promise.all(\n      collections.map(async (collection) => {\n        await db.collection(collection).updateMany({}, examplesMigrationPipeline);\n      })\n    );\n  },\n\n  async down(db) {\n    const collections = ['examples', 'examplesuggestions'];\n    await Promise.all(\n      collections.map(async (collection) => {\n        await db.collection(collection).updateMany({}, examplesRevertPipeline);\n      })\n    );\n  },\n};\n"
  },
  {
    "path": "migrations/20240908162526-assign-projectid-to-each-collection.js",
    "content": "module.exports = {\n  async up(db) {\n    const collections = [\n      'corpus',\n      'corpussuggestions',\n      'examples',\n      'examplesuggestions',\n      'exampletranscriptionfeedbacks',\n      'nsibidicharacters',\n      'stats',\n      'textimages',\n      'words',\n      'wordsuggestions',\n    ];\n    const igboApiProject = await db.collection('projects').findOne({ title: 'Igbo API' });\n\n    await Promise.all(\n      collections.map(async (collection) => {\n        await db.collection(collection).updateMany({}, [\n          {\n            $addFields: {\n              projectId: igboApiProject._id,\n            },\n          },\n        ]);\n      })\n    );\n  },\n\n  async down(db) {\n    const collections = [\n      'corpus',\n      'corpussuggestions',\n      'examples',\n      'examplesuggestions',\n      'exampletranscriptionfeedbacks',\n      'nsibidicharacters',\n      'stats',\n      'textimages',\n      'words',\n      'wordsuggestions',\n    ];\n    await Promise.all(\n      collections.map(async (collection) => {\n        await db.collection(collection).updateMany({}, [\n          {\n            $unset: 'projectId',\n          },\n        ]);\n      })\n    );\n  },\n};\n"
  },
  {
    "path": "migrations/20240913215339-move-example-pronunciations-to-translations.js",
    "content": "const addPronunciationsToSourceAndTranslationsPipeline = [\n  {\n    $addFields: {\n      'source.pronunciations': '$pronunciations',\n    },\n  },\n  {\n    $addFields: {\n      translations: {\n        $map: {\n          input: '$translations',\n          as: 'translation',\n          in: {\n            $mergeObjects: [\n              '$$translation',\n              {\n                pronunciations: [],\n              },\n            ],\n          },\n        },\n      },\n    },\n  },\n  {\n    $unset: 'pronunciations',\n  },\n];\n\nconst addPronunciationsToSourceAndTranslationsRevertPipeline = [\n  {\n    $addFields: {\n      pronunciations: '$source.pronunciations',\n    },\n  },\n  {\n    $unset: '$source.pronunciations',\n  },\n  {\n    $unset: '$translations.pronunciation',\n  },\n];\n\nmodule.exports = {\n  async up(db) {\n    const collections = ['examples', 'examplesuggestions'];\n    await Promise.all(\n      collections.map(async (collection) => {\n        await db\n          .collection(collection)\n          .updateMany({}, addPronunciationsToSourceAndTranslationsPipeline);\n      })\n    );\n  },\n\n  async down(db) {\n    const collections = ['examples', 'examplesuggestions'];\n    await Promise.all(\n      collections.map(async (collection) => {\n        await db\n          .collection(collection)\n          .updateMany({}, addPronunciationsToSourceAndTranslationsRevertPipeline);\n      })\n    );\n  },\n};\n"
  },
  {
    "path": "migrations/20240928023848-add-languages-to-corpus.js",
    "content": "module.exports = {\n  async up(db) {\n    const collections = ['corpus', 'corpussuggestions'];\n    return collections.map((collection) =>\n      db.collection(collection).updateMany(\n        {},\n        {\n          $set: { languages: [] },\n        }\n      )\n    );\n  },\n\n  async down(db) {\n    const collections = ['corpus', 'corpussuggestions'];\n    return collections.map((collection) =>\n      db.collection(collection).updateMany(\n        {},\n        {\n          $unset: { languages: null },\n        }\n      )\n    );\n  },\n};\n"
  },
  {
    "path": "migrations/20240928024053-add-types-to-projecs.js",
    "content": "module.exports = {\n  async up(db) {\n    const collections = ['projects'];\n    return collections.map((collection) =>\n      db.collection(collection).updateMany(\n        {},\n        {\n          $set: { types: ['TEXT_AUDIO_ANNOTATION'] },\n        }\n      )\n    );\n  },\n\n  async down(db) {\n    const collections = ['projects'];\n    return collections.map((collection) =>\n      db.collection(collection).updateMany(\n        {},\n        {\n          $unset: { types: null },\n        }\n      )\n    );\n  },\n};\n"
  },
  {
    "path": "migrations/20241116014146-add-bit-rate-audio-pronunciation.js",
    "content": "module.exports = {\n  async up(db) {\n    const collections = ['audiopronunciations'];\n    return collections.map((collection) =>\n      db.collection(collection).updateMany({}, [\n        {\n          $addFields: { bitRate: 30000 },\n        },\n      ])\n    );\n  },\n\n  async down(db) {\n    const collections = ['audiopronunciations'];\n    return collections.map((collection) =>\n      db.collection(collection).updateMany({}, [\n        {\n          $unset: 'bitRate',\n        },\n      ])\n    );\n  },\n};\n"
  },
  {
    "path": "migrations/20241203060241-insert-owner-firebase-id-on-project.js",
    "content": "const determineOwnerUserProjectPermission = (projectId) => [\n  {\n    $match: {\n      projectId,\n      role: 'admin',\n    },\n  },\n  {\n    $sort: {\n      createdAt: 1,\n    },\n  },\n  {\n    $limit: 1,\n  },\n  {\n    $addFields: {\n      isOwner: true,\n    },\n  },\n];\n\nmodule.exports = {\n  async up(db) {\n    const projects = await db.collection('projects').find().toArray();\n    await Promise.all(\n      projects.map(async (project) => {\n        const uRawDocs = await db\n          .collection('userprojectpermissions')\n          .aggregate(determineOwnerUserProjectPermission(project._id));\n        const firstUserProjectPermission = (await uRawDocs.toArray())[0];\n        const ownerUserProjectPermission =\n          firstUserProjectPermission && firstUserProjectPermission.isOwner\n            ? firstUserProjectPermission\n            : { firebaseId: undefined };\n\n        db.collection('projects').updateMany(\n          {\n            _id: project._id,\n          },\n          { $set: { ownerFirebaseId: ownerUserProjectPermission.firebaseId } }\n        );\n      })\n    );\n  },\n\n  async down(db) {\n    db.collection('userprojectpermissions').updateMany({}, [{ $unset: 'isOwner' }]);\n    db.collection('projects').updateMany({}, [{ $unset: 'ownerFirebaseId' }]);\n  },\n};\n"
  },
  {
    "path": "migrations/20241203060300-connect-paywall-to-project.js",
    "content": "const getAllExamples = (projectId) => [\n  {\n    $match: {\n      projectId,\n    },\n  },\n];\n\nconst getAllExampleSuggestions = (projectId) => [\n  {\n    $match: {\n      projectId,\n      merged: null,\n      mergedBy: null,\n    },\n  },\n];\n\nconst getAllAudioPronunciations = (projectId) => [\n  {\n    $match: {\n      projectId,\n    },\n  },\n];\n\nmodule.exports = {\n  async up(db) {\n    db.createCollection('paywalls');\n    const projects = db.collection('projects').find();\n    return await Promise.all(\n      (await projects.toArray()).map(async (project) => {\n        const examples = await db\n          .collection('examples')\n          .aggregate(getAllExamples(project._id))\n          .toArray();\n        const exampleSuggestions = await db\n          .collection('examplesuggestions')\n          .aggregate(getAllExampleSuggestions(project._id))\n          .toArray();\n        const audioPronunciations = await db\n          .collection('audiopronunciations')\n          .aggregate(getAllAudioPronunciations(project._id))\n          .toArray();\n\n        db.collection('paywalls').insertOne({\n          projectId: project._id,\n          totalExampleSuggestions: exampleSuggestions.length,\n          totalExamples: examples.length,\n          totalAudioPronunciations: audioPronunciations.length,\n          totalBytes: audioPronunciations.reduce((totalBytes, audioPronunciation) => {\n            return (\n              totalBytes +\n              (typeof audioPronunciation.size === 'string'\n                ? parseInt(audioPronunciation.size, 10)\n                : audioPronunciation.size)\n            );\n          }, 0),\n          updatedAt: new Date(),\n          createdAt: new Date(),\n        });\n      })\n    );\n  },\n\n  async down(db) {\n    return db.collection('paywalls').drop();\n  },\n};\n"
  },
  {
    "path": "migrations/20241206235108-remove-crowdsourcing.js",
    "content": "module.exports = {\n  async up(db) {\n    const collections = ['wordsuggestions', 'examplesuggestions'];\n    await Promise.all(\n      collections.map(async (collection) => {\n        db.collection(collection).updateMany(\n          {},\n          {\n            $unset: { crowdsourcing: null },\n          }\n        );\n      })\n    );\n  },\n\n  async down() {},\n};\n"
  },
  {
    "path": "migrations/20250212184340-add-viewableSectionIds-to-example-suggestions.js",
    "content": "module.exports = {\n  async up(db) {\n    const collections = ['examplesuggestions'];\n    await Promise.all(\n      collections.map(async (collection) => {\n        db.collection(collection).updateMany(\n          {},\n          {\n            $set: { viewableSectionIds: [] },\n          }\n        );\n      })\n    );\n  },\n\n  async down() {},\n};\n"
  },
  {
    "path": "migrations/20250417110353-migrate-igbo-speech-example-suggestions.js",
    "content": "const { Types } = require('../node_modules/mongoose');\nmodule.exports = {\n  async up(db) {\n    const collections = ['examplesuggestions'];\n    await Promise.all(\n      collections.map(async (collection) => {\n        db.collection(collection).updateMany({ igbo: { $exists: true }, source: 'igbo_speech' }, [\n          {\n            $set: {\n              origin: '$source',\n              translations: [],\n              projectId: new Types.ObjectId('66de0ffee848d30f37403402'),\n            },\n          },\n          {\n            $unset: 'english',\n          },\n          {\n            $unset: 'source',\n          },\n          {\n            $set: {\n              source: {\n                language: 'ibo',\n                text: '$igbo',\n                pronunciations: '$pronunciations',\n                approvals: [],\n                denials: [],\n                authorId: '$authorId',\n              },\n            },\n          },\n          {\n            $unset: 'igbo',\n          },\n        ]);\n      })\n    );\n  },\n\n  async down() {},\n};\n"
  },
  {
    "path": "next-env.d.ts",
    "content": "/// <reference types=\"next\" />\n/// <reference types=\"next/image-types/global\" />\n\n// NOTE: This file should not be edited\n// see https://nextjs.org/docs/basic-features/typescript for more information.\n"
  },
  {
    "path": "next-i18next.config.js",
    "content": "module.exports = {\n  i18n: {\n    defaultLocale: 'en',\n    locales: ['en', 'ig'],\n  },\n};\n"
  },
  {
    "path": "next.config.js",
    "content": "const { i18n } = require('./next-i18next.config');\n\nmodule.exports = {\n  distDir: 'dist',\n  generateBuildId: async () => 'api-homepage',\n  pageExtensions: ['page.tsx'],\n  eslint: {\n    ignoreDuringBuilds: true,\n  },\n  typescript: {\n    ignoreBuildErrors: true,\n  },\n  i18n,\n};\n"
  },
  {
    "path": "package.json",
    "content": "{\n  \"name\": \"igbo-api\",\n  \"version\": \"1.64.2\",\n  \"description\": \"Igbo Dictionary API contains Igbo words, definitions, and examples\",\n  \"author\": \"Ijemma Onwuzulike\",\n  \"main\": \"server.js\",\n  \"scripts\": {\n    \"build\": \"rm -rf dist/ && rm -rf build/ && npm run build:site && npm run build:src\",\n    \"build:src\": \"tsc -p ./tsconfig.json && cross-env NODE_ENV=build npm run build:dictionaries && npm run build:functions\",\n    \"build:functions\": \"rm -rf functions/src && shx cp -r ./build ./functions && shx cp -r ./dist ./functions && shx cp -r ./build/src/dictionaries/ig-en ./functions/dictionaries\",\n    \"build:dictionaries:nsibidi\": \"[ ! -d \\\"./build/src/dictionaries\\\" ] && shx mkdir ./build/src/dictionaries || echo '' && [ ! -d \\\"./build/src/dictionaries/nsibidi\\\" ] && shx mkdir ./build/src/dictionaries/nsibidi || echo 'Nsibidi dictionary dir already exists'\",\n    \"build:dictionaries:ig:en\": \"[ ! -d \\\"./build/src/dictionaries\\\" ] && shx mkdir ./build/src/dictionaries || echo '' && [ ! -d \\\"./build/src/dictionaries/ig-en\\\" ] && shx mkdir ./build/src/dictionaries/ig-en || echo 'Igbo to English dictionaries dir already exists'\",\n    \"build:dictionaries:en:ig\": \"[ ! -d \\\"./build/src/dictionaries\\\" ] && shx mkdir ./build/src/dictionaries || echo '' && [ ! -d \\\"./build/src/dictionaries/en-ig\\\" ] && shx mkdir ./build/src/dictionaries/en-ig || echo 'English to Igbo dictionaries dir already exists'\",\n    \"prebuild:dictionaries\": \"npm run build:dictionaries:nsibidi && npm run build:dictionaries:ig:en && npm run build:dictionaries:en:ig && shx cp -r ./src/dictionaries/ig-en ./build/dictionaries && shx cp -r ./src/dictionaries/en-ig ./build/dictionaries\",\n    \"build:dictionaries\": \"node ./build/src/dictionaries/buildDictionaries.js\",\n    \"build:site\": \"cross-env NEXT_PUBLIC_GA_ID=$GA_TRACKING_ID next build && npm run build:fonts && npm run build:assets\",\n    \"build:fonts\": \"shx cp -r ./src/public/fonts/ ./dist/fonts\",\n    \"build:assets\": \"shx cp -r ./src/pages/assets/ ./dist/assets\",\n    \"start:emulators\": \"export FIREBASE_AUTH_EMULATOR_HOST=127.0.0.1:9709; node_modules/.bin/firebase emulators:start --only functions,hosting,auth\",\n    \"start:watch\": \"nodemon --watch './src' --ext ts,js,tsx,jsx --ignore './functions' --verbose --exec \\\"export FIREBASE_AUTH_EMULATOR_HOST=127.0.0.1:9709; npm run build:src && npm run start\\\"\",\n    \"clean\": \"shx rm -rf node_modules/ build/ dist/ out/ yarn. lock package-lock.json *.log\",\n    \"kill:project\": \"fkill :5005 :8085 :8080 :8081 :8088 -fs\",\n    \"predev:backend\": \"firebase functions:config:set runtime.env=development && firebase use staging\",\n    \"dev:backend\": \"npm-run-all -p start:watch start:emulators start:database\",\n    \"predev\": \"npm run kill:project\",\n    \"dev\": \"npm-run-all -p start:watch start:database dev:site\",\n    \"predev:full:database\": \"firebase functions:config:set env.redis_url=redis://localhost:6379 env.replica_set=true env.redis_status=true\",\n    \"dev:full:database\": \"npm-run-all -p start:watch start:emulators start:database:replica\",\n    \"dev:light\": \"npm-run-all -p start:watch start:database\",\n    \"dev:site\": \"npm-run-all -p start:emulators dev:site:next\",\n    \"dev:site:next\": \"firebase functions:config:set runtime.env=development && next -p 3035\",\n    \"migrate-up\": \"migrate-mongo up\",\n    \"migrate-down\": \"migrate-mongo down\",\n    \"mongodump\": \"shx rm -rf dump/ && mongodump -d igbo_api -o dump\",\n    \"commit-msg\": \"commitlint -E HUSKY_GIT_PARAMS\",\n    \"precommit\": \"lint-staged\",\n    \"test\": \"npm-run-all -p -r start:database jest\",\n    \"cypress\": \"cross-env NODE_ENV=test npm-run-all -p start start:database cypress:open\",\n    \"cypress:ci\": \"cross-env NODE_ENV=test npm-run-all -p -r start cypress:run\",\n    \"cypress:open\": \"cypress open\",\n    \"cypress:run\": \"cypress run\",\n    \"jest:backend:database\": \"cross-env NODE_ENV=test jest --forceExit --runInBand --config=jest.backend.database.config.ts\",\n    \"jest:backend:no-database\": \"cross-env NODE_ENV=test jest --forceExit --runInBand --config=jest.backend.config.ts\",\n    \"jest:backend\": \"npm run jest:backend:database && npm run jest:backend:no-database\",\n    \"jest:frontend\": \"cross-env NODE_ENV=test jest --forceExit --runInBand --config=jest.frontend.config.ts\",\n    \"jest\": \"npm run jest:backend && npm run jest:frontend\",\n    \"prestart:database\": \"[ ! -d \\\"./db\\\" ] && shx mkdir ./db || echo 'Database directory exists'\",\n    \"prestart:database:replica\": \"[ ! -d \\\"./mongos\\\" ] && shx mkdir ./mongos || echo 'Parent database directory exists'\",\n    \"prestart:database:primary\": \"[ ! -d \\\"./mongos/db1\\\" ] && shx mkdir ./mongos/db1 || echo 'Primary database directory exists'\",\n    \"prestart:database:secondary:first\": \"[ ! -d \\\"./mongos/db2\\\" ] && shx mkdir ./mongos/db2 || echo 'First secondary database directory exists'\",\n    \"prestart:database:secondary:second\": \"[ ! -d \\\"./mongos/db3\\\" ] && shx mkdir ./mongos/db3 || echo 'Second secondary database directory exists'\",\n    \"start\": \"node ./build/src/server.js\",\n    \"start:docker\": \"docker-compose up\",\n    \"test:build\": \"cross-env NODE_ENV=build npm run start\",\n    \"start:database\": \"mongod --port 27017 --dbpath ./db --quiet &>/dev/null\",\n    \"start:database:replica\": \"npm-run-all -p start:database:primary start:database:secondary:first start:database:secondary:second\",\n    \"start:database:primary\": \"mongod --port 2717 --dbpath ./mongos/db1 --replSet rs0 --quiet\",\n    \"start:database:secondary:first\": \"mongod --port 2727 --dbpath ./mongos/db2 --replSet rs0 --quiet\",\n    \"start:database:secondary:second\": \"mongod --port 2737 --dbpath ./mongos/db3 --replSet rs0 --quiet\"\n  },\n  \"engines\": {\n    \"node\": \">=20\",\n    \"npm\": \">=8\"\n  },\n  \"husky\": {\n    \"hooks\": {\n      \"pre-commit\": \"npm run precommit\",\n      \"commit-msg\": \"npm run commit-msg\"\n    }\n  },\n  \"lint-staged\": {\n    \"*.{js,ts,tsx}\": [\n      \"./node_modules/.bin/prettier --write\",\n      \"./node_modules/.bin/eslint\"\n    ],\n    \"**/*.ts\": [\n      \"bash -c tsc --noEmit\"\n    ]\n  },\n  \"license\": \"ISC\",\n  \"dependencies\": {\n    \"@chakra-ui/icons\": \"^2.1.1\",\n    \"@chakra-ui/react\": \"^2.8.1\",\n    \"@emotion/react\": \"^11\",\n    \"@emotion/styled\": \"^11\",\n    \"@fortawesome/fontawesome\": \"^1.1.8\",\n    \"@fortawesome/fontawesome-free-regular\": \"^5.0.13\",\n    \"@fortawesome/fontawesome-free-solid\": \"^5.0.13\",\n    \"@fortawesome/fontawesome-svg-core\": \"^1.2.36\",\n    \"@fortawesome/free-solid-svg-icons\": \"^5.15.4\",\n    \"@fortawesome/react-fontawesome\": \"^0.1.16\",\n    \"@sendgrid/mail\": \"^7.4.0\",\n    \"@testing-library/cypress\": \"^10.0.1\",\n    \"@types/express\": \"^4.17.11\",\n    \"antd\": \"^4.14.0\",\n    \"autoprefixer\": \"^9.8.6\",\n    \"axios\": \"^0.21.1\",\n    \"bcrypt\": \"^5.0.0\",\n    \"body-parser\": \"^1.19.0\",\n    \"chalk\": \"^4.1.0\",\n    \"compression\": \"^1.7.4\",\n    \"cors\": \"^2.8.5\",\n    \"cross-env\": \"^7.0.2\",\n    \"diacriticless\": \"^1.0.1\",\n    \"dotenv\": \"^16.0.3\",\n    \"express\": \"4.17.1\",\n    \"express-rate-limit\": \"^5.2.3\",\n    \"firebase\": \"^10.12.2\",\n    \"firebase-admin\": \"^12.1.1\",\n    \"firebase-functions\": \"^5.0.1\",\n    \"firebase-tools\": \"^13.8.0\",\n    \"framer-motion\": \"^12.7.3\",\n    \"i18next\": \"^21.6.5\",\n    \"is-word\": \"^1.0.4\",\n    \"jest\": \"29.2.2\",\n    \"joi\": \"^17.4.0\",\n    \"jotai\": \"^2.7.1\",\n    \"lodash\": \"^4.17.20\",\n    \"mic-recorder-to-mp3\": \"^2.2.2\",\n    \"migrate-mongo\": \"^8.1.4\",\n    \"mongoose\": \"^6.7.0\",\n    \"morgan\": \"^1.10.0\",\n    \"next\": \"13.4.5\",\n    \"next-i18next\": \"10.1.0\",\n    \"next-react-svg\": \"1.1.3\",\n    \"node-cron\": \"^2.0.3\",\n    \"nodemon\": \"^2.0.4\",\n    \"npm-run-all\": \"^4.1.5\",\n    \"prop-types\": \"^15.7.2\",\n    \"query-string\": \"^7.0.0\",\n    \"react\": \"^18.2.0\",\n    \"react-dom\": \"^18.2.0\",\n    \"react-firebase-hooks\": \"^5.1.1\",\n    \"react-hook-form\": \"^7.50.1\",\n    \"react-i18next\": \"^11.15.3\",\n    \"react-icons\": \"^5.0.1\",\n    \"react-json-pretty\": \"^2.2.0\",\n    \"react-scroll\": \"^1.8.1\",\n    \"redis\": \"^4.3.1\",\n    \"rimraf\": \"^3.0.2\",\n    \"sharp\": \"^0.32.5\",\n    \"shelljs\": \"^0.8.4\",\n    \"shx\": \"^0.3.3\",\n    \"string-similarity\": \"^4.0.2\",\n    \"stripe\": \"^15.1.0\",\n    \"tailwindcss\": \"3\",\n    \"typescript\": \"^5.6.2\",\n    \"unicharadata\": \"^9.0.0-alpha.6\",\n    \"uuid\": \"^8.3.2\",\n    \"zod-validation-error\": \"^3.4.0\"\n  },\n  \"devDependencies\": {\n    \"@commitlint/cli\": \"^11.0.0\",\n    \"@commitlint/config-conventional\": \"^11.0.0\",\n    \"@eslint/js\": \"^9.11.1\",\n    \"@semantic-release/changelog\": \"^5.0.1\",\n    \"@semantic-release/commit-analyzer\": \"^8.0.1\",\n    \"@semantic-release/git\": \"^9.0.0\",\n    \"@semantic-release/npm\": \"^7.0.10\",\n    \"@semantic-release/release-notes-generator\": \"^9.0.1\",\n    \"@testing-library/dom\": \"^9.3.3\",\n    \"@testing-library/jest-dom\": \"^6.1.4\",\n    \"@testing-library/react\": \"^14.0.0\",\n    \"@testing-library/user-event\": \"^14.5.1\",\n    \"@types/bcrypt\": \"^5.0.0\",\n    \"@types/compression\": \"^1.7.2\",\n    \"@types/express-rate-limit\": \"^6.0.0\",\n    \"@types/jest\": \"^29.5.8\",\n    \"@types/mocha\": \"^10.0.6\",\n    \"@types/morgan\": \"^1.9.4\",\n    \"@types/node\": \"^20.3.0\",\n    \"@types/react\": \"^18.2.11\",\n    \"@types/react-scroll\": \"^1.8.9\",\n    \"@types/shelljs\": \"^0.8.15\",\n    \"@types/string-similarity\": \"^4.0.0\",\n    \"@types/supertest\": \"^6.0.2\",\n    \"@types/uuid\": \"^9.0.2\",\n    \"@typescript-eslint/parser\": \"^8.12.2\",\n    \"cypress\": \"^12.14.0\",\n    \"eslint\": \"^9.11.1\",\n    \"eslint-plugin-react\": \"^7.36.1\",\n    \"globals\": \"^15.9.0\",\n    \"husky\": \"^4.3.0\",\n    \"jest-environment-jsdom\": \"^29.7.0\",\n    \"lint-staged\": \"^10.4.0\",\n    \"postcss\": \"^8.1.3\",\n    \"postcss-loader\": \"~3.0.0\",\n    \"postcss-preset-env\": \"^6.7.0\",\n    \"prettier\": \"3.2.5\",\n    \"supertest\": \"^6.3.1\",\n    \"ts-jest\": \"^29.1.1\",\n    \"ts-node\": \"^10.9.2\",\n    \"typescript-eslint\": \"^8.7.0\"\n  },\n  \"standard-version\": {\n    \"skip\": {\n      \"changelog\": true,\n      \"tag\": true\n    }\n  },\n  \"resolutions\": {\n    \"esquery\": \"1.4.0\"\n  },\n  \"nodemonConfig\": {\n    \"delay\": \"1500ms\"\n  }\n}\n"
  },
  {
    "path": "postcss.config.js",
    "content": "// If you want to use other PostCSS plugins, see the following:\n// https://tailwindcss.com/docs/using-with-preprocessors\nmodule.exports = {\n  plugins: {\n    tailwindcss: {},\n    autoprefixer: {},\n  },\n};\n"
  },
  {
    "path": "public/.hosting",
    "content": "Empty file for Firebase Hosting\n"
  },
  {
    "path": "script.js",
    "content": "const fs = require('fs');\nconst dataset = require('./igbo-api-dataset.json');\n\nconst dialects = dataset.flatMap((word) => {\n  if (word.variations) {\n    console.log(word.variations);\n  }\n  return { dialects: word.dialects, variations: word.variations || [] };\n});\n\nfs.writeFileSync('igbo-api-dialects.json', JSON.stringify(dialects, null, 2));\n"
  },
  {
    "path": "src/APIs/FlagsAPI.ts",
    "content": "import { compact, assign, omit } from 'lodash';\nimport { OutgoingLegacyWord, OutgoingWord } from '../types/word';\nimport { SuggestionSourceEnum } from '../shared/constants/SuggestionSourceEnum';\n\ntype HandleFlags = {\n  data: { words: OutgoingWord[] | OutgoingLegacyWord[], contentLength: number },\n  flags: { examples: boolean, dialects: boolean, resolve: boolean },\n};\n\n/* FlagsAPI cleans returned MongoDB data to match client-provided flags */\nexport const handleWordFlags = ({\n  data: { words, contentLength },\n  flags: { examples, dialects, resolve },\n}: HandleFlags) => {\n  const updatedWords = compact(\n    words.map((word) => {\n      let updatedWord: Partial<OutgoingWord | OutgoingLegacyWord> = assign(word);\n      if (!examples) {\n        // @ts-expect-error version difference\n        updatedWord = omit(updatedWord, ['examples']);\n      } else if (updatedWord.examples) {\n        // Only includes Examples that are created in the Igbo API Editor Platform\n        updatedWord.examples = updatedWord.examples.filter(\n          (example) => !example.origin || example.origin === SuggestionSourceEnum.INTERNAL,\n        );\n      }\n      if (!dialects) {\n        // @ts-expect-error version difference\n        updatedWord = omit(updatedWord, ['dialects']);\n      }\n      if (!resolve) {\n        if (updatedWord.stems) {\n          updatedWord.stems = updatedWord.stems.map((stem) =>\n            (typeof stem === 'string' ? stem : stem?._id || stem.id).toString(),\n          );\n        }\n        if (updatedWord.relatedTerms) {\n          updatedWord.relatedTerms = updatedWord.relatedTerms.map((relatedTerm) =>\n            (typeof relatedTerm === 'string'\n              ? relatedTerm\n              : relatedTerm?._id || relatedTerm.id\n            ).toString(),\n          );\n        }\n      }\n      return updatedWord;\n    }),\n  );\n  return { words: updatedWords, contentLength };\n};\n"
  },
  {
    "path": "src/APIs/RedisAPI.ts",
    "content": "import assign from 'lodash/assign';\nimport { REDIS_CACHE_EXPIRATION } from '../config';\nimport minimizeWords from '../controllers/utils/minimizeWords';\nimport minimizeVerbsAndSuffixes from '../controllers/utils/minimizeVerbsAndSuffixes';\nimport Version from '../shared/constants/Version';\nimport { ExampleResponseData } from '../controllers/types';\nimport { redisClient as defaultRedisClient } from '../middleware/attachRedisClient';\nimport { OutgoingWord } from '../types/word';\n\ntype RedisClient = {\n  get: (value: string) => void,\n  isFake?: boolean,\n  set: (key: string, value: string, options: { [key in string]: any }) => void,\n};\n\ntype GetValue = {\n  key: string,\n  redisClient: RedisClient | undefined,\n};\n\nexport const getCachedWords = async ({ key, redisClient = defaultRedisClient }: GetValue) => {\n  const rawCachedWords = await redisClient.get(key);\n  const cachedWords =\n    typeof rawCachedWords === 'string' ? JSON.parse(rawCachedWords) : rawCachedWords;\n  return cachedWords;\n};\n\nexport const setCachedWords = async ({\n  key,\n  data,\n  redisClient = defaultRedisClient,\n  version,\n}: {\n  key: string,\n  data: {\n    words: Partial<OutgoingWord>[] | any,\n    contentLength: number,\n  },\n  redisClient: RedisClient | undefined,\n  version: Version,\n}) => {\n  const updatedData = assign(data);\n  updatedData.words = minimizeWords(data.words, version);\n  if (!redisClient.isFake) {\n    await redisClient.set(key, JSON.stringify(updatedData), { EX: REDIS_CACHE_EXPIRATION });\n  }\n  return updatedData;\n};\n\nexport const getCachedExamples = async ({ key, redisClient = defaultRedisClient }: GetValue) => {\n  const rawCachedExamples = await redisClient.get(key);\n  const cachedExamples =\n    typeof rawCachedExamples === 'string' ? JSON.parse(rawCachedExamples) : rawCachedExamples;\n  return cachedExamples;\n};\n\nexport const setCachedExamples = async ({\n  key,\n  data,\n  redisClient = defaultRedisClient,\n}: {\n  key: string,\n  data: ExampleResponseData,\n  redisClient: RedisClient | undefined,\n}) => {\n  if (!redisClient.isFake) {\n    await redisClient.set(key, JSON.stringify(data), { EX: REDIS_CACHE_EXPIRATION });\n  }\n  return data;\n};\n\nexport const getAllCachedVerbsAndSuffixes = async ({\n  key,\n  redisClient = defaultRedisClient,\n}: GetValue) => {\n  const redisAllVerbsAndSuffixesKey = `verbs-and-suffixes-${key}`;\n  const rawCachedAllVerbsAndSuffixes = await redisClient.get(redisAllVerbsAndSuffixesKey);\n  const cachedAllVerbsAndSuffixes =\n    typeof rawCachedAllVerbsAndSuffixes === 'string'\n      ? JSON.parse(rawCachedAllVerbsAndSuffixes)\n      : rawCachedAllVerbsAndSuffixes;\n  return cachedAllVerbsAndSuffixes;\n};\n\nexport const setAllCachedVerbsAndSuffixes = async ({\n  key,\n  data,\n  redisClient = defaultRedisClient,\n  version,\n}: {\n  key: Version,\n  data: OutgoingWord[],\n  redisClient: RedisClient | undefined,\n  version: Version,\n}) => {\n  const redisAllVerbsAndSuffixesKey = `verbs-and-suffixes-${key}`;\n  const updatedData = minimizeVerbsAndSuffixes(data, version);\n  if (!redisClient.isFake) {\n    await redisClient.set(redisAllVerbsAndSuffixesKey, JSON.stringify(updatedData), {\n      EX: REDIS_CACHE_EXPIRATION,\n    });\n  }\n  return updatedData;\n};\n"
  },
  {
    "path": "src/APIs/__tests__/FlagsAPI.test.ts",
    "content": "import {\n  dialectFixture,\n  outgoingExampleFixture,\n  outgoingWordFixture,\n} from '../../__tests__/shared/fixtures';\nimport LanguageEnum from '../../shared/constants/LanguageEnum';\nimport { SuggestionSourceEnum } from '../../shared/constants/SuggestionSourceEnum';\nimport { handleWordFlags } from '../FlagsAPI';\n\ndescribe('FlagsAPI', () => {\n  const words = [\n    outgoingWordFixture({\n      word: 'first word',\n      examples: [\n        outgoingExampleFixture({\n          source: { text: 'first example', language: LanguageEnum.IGBO, pronunciations: [] },\n        }),\n        outgoingExampleFixture({\n          source: {\n            text: 'second example',\n            language: LanguageEnum.IGBO,\n            pronunciations: [],\n          },\n          origin: SuggestionSourceEnum.INTERNAL,\n        }),\n        outgoingExampleFixture({\n          source: {\n            text: 'second example',\n            language: LanguageEnum.IGBO,\n            pronunciations: [],\n          },\n          origin: SuggestionSourceEnum.IGBO_SPEECH,\n        }),\n      ],\n    }),\n    outgoingWordFixture({\n      word: 'second word',\n      dialects: [dialectFixture({ word: 'second-word-dialect' })],\n    }),\n    outgoingWordFixture({\n      word: 'third word',\n      stems: [outgoingWordFixture({ word: 'first stem' })],\n      relatedTerms: [outgoingWordFixture({ word: 'first related term' })],\n    }),\n  ];\n\n  describe('example flag', () => {\n    it('handles enabled example flag and filters on example sentences from the Igbo API Editor Platform', () => {\n      const flags = {\n        examples: true,\n        dialects: false,\n        resolve: false,\n      };\n      // @ts-expect-error different versions\n      const result = handleWordFlags({ data: { words, contentLength: words.length }, flags });\n      expect(result.words[0].examples).toHaveLength(2);\n    });\n\n    it('handles disabled example flag', () => {\n      const flags = {\n        examples: false,\n        dialects: false,\n        resolve: false,\n      };\n      // @ts-expect-error different versions\n      const result = handleWordFlags({ data: { words, contentLength: words.length }, flags });\n      expect(result.words[0].examples).toBeUndefined();\n    });\n  });\n\n  describe('dialects flag', () => {\n    it('handles enabled dialects flag', () => {\n      const flags = {\n        examples: false,\n        dialects: true,\n        resolve: false,\n      };\n      // @ts-expect-error different versions\n      const result = handleWordFlags({ data: { words, contentLength: words.length }, flags });\n      expect(result.words[1].dialects).toHaveLength(1);\n      // @ts-expect-error dialects\n      expect(result.words[1].dialects[0].word).toEqual('second-word-dialect');\n    });\n\n    it('handles disabled example flag', () => {\n      const flags = {\n        examples: false,\n        dialects: false,\n        resolve: false,\n      };\n      // @ts-expect-error different versions\n      const result = handleWordFlags({ data: { words, contentLength: words.length }, flags });\n      expect(result.words[0].dialects).toBeUndefined();\n    });\n  });\n\n  describe('resolve flag', () => {\n    it('handles enabled dialects flag', () => {\n      const flags = {\n        examples: false,\n        dialects: false,\n        resolve: true,\n      };\n      // @ts-expect-error different versions\n      const result = handleWordFlags({ data: { words, contentLength: words.length }, flags });\n      expect(result.words[2].stems).toHaveLength(1);\n      expect(result.words[2].relatedTerms).toHaveLength(1);\n      // @ts-expect-error stems\n      expect(typeof result.words[2].stems[0]).toEqual('object');\n      // @ts-expect-error relatedTerms\n      expect(typeof result.words[2].relatedTerms[0]).toEqual('object');\n      // @ts-expect-error stems\n      expect(result.words[2].stems[0].word).toEqual('first stem');\n      // @ts-expect-error relatedTerms\n      expect(result.words[2].relatedTerms[0].word).toEqual('first related term');\n    });\n\n    it('handles disabled resolve flag', () => {\n      const flags = {\n        examples: false,\n        dialects: false,\n        resolve: false,\n      };\n      // @ts-expect-error different versions\n      const result = handleWordFlags({ data: { words, contentLength: words.length }, flags });\n      expect(result.words[2].stems).toHaveLength(1);\n      // @ts-expect-error stems\n      expect(typeof result.words[2].stems[0]).toEqual('string');\n      // @ts-expect-error relatedTerms\n      expect(typeof result.words[2].relatedTerms[0]).toEqual('string');\n    });\n  });\n});\n"
  },
  {
    "path": "src/__data__/assetStub.ts",
    "content": "const asset = '';\n\nexport default asset;\n"
  },
  {
    "path": "src/__tests__/Card/Card.test.tsx",
    "content": "import React from 'react';\nimport { render } from '@testing-library/react';\nimport TestContext from '../components/TestContext';\nimport Card from '../../pages/components/Card/Card';\n\ndescribe('Card', () => {\n  it('renders the card', async () => {\n    const { findByText } = render(\n      <TestContext>\n        <Card title=\"Title\" description=\"Description\" icon=\"✅\" />\n      </TestContext>\n    );\n\n    await findByText('Title');\n    await findByText('Description');\n    await findByText('✅');\n  });\n});\n"
  },
  {
    "path": "src/__tests__/Demo/Demo.test.tsx",
    "content": "import { render } from '@testing-library/react';\nimport userEvent from '@testing-library/user-event';\nimport React from 'react';\nimport Demo from '../../pages/components/Demo/Demo';\nimport TestContext from '../components/TestContext';\n\ndescribe('Demo', () => {\n  it('renders the demo for speech to text', async () => {\n    const { findByText } = render(\n      <TestContext>\n        <Demo searchWord=\"word\" />\n      </TestContext>\n    );\n\n    await findByText('Record, upload, or select Igbo audio to transcribe into text');\n    await findByText('Speaker 1');\n    await findByText('Speaker 2');\n    await findByText('Speaker 3');\n    await findByText('Transcribe');\n  });\n\n  it('renders the demo for translate', async () => {\n    const { findByText } = render(\n      <TestContext>\n        <Demo searchWord=\"word\" />\n      </TestContext>\n    );\n\n    userEvent.click(await findByText('Translate'));\n    await findByText('Type in Igbo to see its English translation');\n  });\n\n  it('renders the demo for dictionary', async () => {\n    const { findByText, findByPlaceholderText } = render(\n      <TestContext>\n        <Demo searchWord=\"word\" />\n      </TestContext>\n    );\n\n    userEvent.click(await findByText('Dictionary'));\n    await findByPlaceholderText('⌨️ i.e. please or biko');\n    await findByText('Dialects');\n    await findByText('Examples');\n    await findByText('Search');\n    await findByText('Response');\n  });\n});\n"
  },
  {
    "path": "src/__tests__/FadeIn/FadeIn.test.tsx",
    "content": "import React from 'react';\nimport { render } from '@testing-library/react';\nimport TestContext from '../components/TestContext';\nimport FadeIn from '../../pages/components/FadeIn/FadeIn';\n\ndescribe('FadeIn', () => {\n  it('renders children content for fade in component', async () => {\n    const { findByText } = render(\n      <TestContext>\n        <FadeIn>\n          <div>Testing</div>\n        </FadeIn>\n      </TestContext>\n    );\n\n    await findByText('Testing');\n  });\n});\n"
  },
  {
    "path": "src/__tests__/Input/Input.test.tsx",
    "content": "import React from 'react';\nimport { render } from '@testing-library/react';\nimport TestContext from '../components/TestContext';\nimport Input from '../../pages/components/Input/Input';\nimport { FormFieldName } from '../../types';\n\nconst inputField: Partial<FormFieldName> = {\n  name: 'name',\n};\n\ndescribe('Input', () => {\n  it('renders the input', async () => {\n    const { findByText } = render(\n      <TestContext>\n        <Input header=\"Header\" type=\"email\" field={{ ...inputField }} />\n      </TestContext>\n    );\n\n    await findByText('Header');\n    const input = document.querySelector('input') as HTMLInputElement;\n    expect(input.getAttribute('type')).toEqual('email');\n  });\n});\n"
  },
  {
    "path": "src/__tests__/Statistics/Stat.test.tsx",
    "content": "import React from 'react';\nimport { render } from '@testing-library/react';\nimport TestContext from '../components/TestContext';\nimport Stat from '../../pages/components/Statistics/Stat';\n\ndescribe('Stat', () => {\n  it('renders the stat exact', async () => {\n    const { findByText } = render(\n      <TestContext>\n        <Stat value={10} header=\"Header\">\n          <div>Children</div>\n        </Stat>\n      </TestContext>\n    );\n\n    await findByText('10');\n    await findByText('Header');\n    await findByText('Children');\n  });\n  it('renders the stat not exact', async () => {\n    const { findByText } = render(\n      <TestContext>\n        <Stat value={10} header=\"Header\" exact={false}>\n          <div>Children</div>\n        </Stat>\n      </TestContext>\n    );\n\n    await findByText('10+');\n    await findByText('Header');\n    await findByText('Children');\n  });\n});\n"
  },
  {
    "path": "src/__tests__/Statistics/Statistics.test.tsx",
    "content": "import React from 'react';\nimport { render } from '@testing-library/react';\nimport TestContext from '../components/TestContext';\nimport Statistics from '../../pages/components/Statistics/Statistics';\n\ndescribe('Statistics', () => {\n  it('renders the card', async () => {\n    const props = {\n      totalWords: 0,\n      totalExamples: 0,\n      totalAudioPronunciations: 0,\n      totalIgboDefinitions: 0,\n      totalProverbs: 0,\n      totalBibleVerses: 0,\n      totalNsibidiWords: 0,\n      totalDevelopers: 0,\n      contributors: [],\n      stars: 0,\n    };\n    const { findByText } = render(\n      <TestContext>\n        <Statistics {...props} />\n      </TestContext>\n    );\n\n    await findByText('Igbo words');\n    await findByText('Igbo sentences');\n    await findByText('Word recordings');\n    await findByText('Igbo definitions');\n    await findByText('Igbo proverbs');\n    await findByText('Bible verses');\n    await findByText('Nsịbịdị words');\n    await findByText('Igbo API Developers');\n    await findByText('GitHub Contributors');\n    await findByText('Members in Slack');\n  });\n});\n"
  },
  {
    "path": "src/__tests__/components/TestContext.tsx",
    "content": "import { ChakraProvider } from '@chakra-ui/react';\nimport { configure } from '@testing-library/react';\nimport React, { ReactElement } from 'react';\nimport ChakraTheme from '../../shared/constants/ChakraTheme';\n\nconfigure({ testIdAttribute: 'data-test' });\n\njest.mock('i18next');\njest.mock('next/router');\njest.mock('react-firebase-hooks/auth');\njest.mock('@chakra-ui/react');\n\nglobal.fetch = jest.fn();\nwindow.scrollTo = jest.fn();\n\n// @ts-expect-error mediaDevices\nwindow.navigator.mediaDevices = {\n  getUserMedia: async () => null,\n};\n\nObject.defineProperty(window, 'MediaRecorder', {\n  writable: true,\n  value: jest.fn().mockImplementation(() => ({\n    start: jest.fn(),\n    ondataavailable: jest.fn(),\n    onerror: jest.fn(),\n    state: '',\n    stop: jest.fn(),\n    pause: jest.fn(),\n    resume: jest.fn(),\n  })),\n});\n\nObject.defineProperty(MediaRecorder, 'isTypeSupported', {\n  writable: true,\n  value: () => true,\n});\n\nObject.defineProperty(window, 'matchMedia', {\n  writable: true,\n  value: jest.fn().mockImplementation((query) => ({\n    matches: false,\n    media: query,\n    onchange: null,\n    addListener: jest.fn(), // Deprecated\n    removeListener: jest.fn(), // Deprecated\n    addEventListener: jest.fn(),\n    removeEventListener: jest.fn(),\n    dispatchEvent: jest.fn(),\n  })),\n});\n\nconst TestContext = ({ children }: { children: ReactElement }) => (\n  <ChakraProvider theme={ChakraTheme}>{children}</ChakraProvider>\n);\n\nexport default TestContext;\n"
  },
  {
    "path": "src/__tests__/shared/fixtures.ts",
    "content": "import { capitalize } from 'lodash';\nimport { WordDialect } from '../../types/word';\nimport { NextFunction, Request, Response } from 'express';\nimport { Flags } from '../../controllers/utils/types';\nimport LanguageEnum from '../../shared/constants/LanguageEnum';\nimport WordAttributeEnum from '../../shared/constants/WordAttributeEnum';\nimport { SuggestionSourceEnum } from '../../shared/constants/SuggestionSourceEnum';\nimport WordClass from '../../shared/constants/WordClass';\nimport {\n  Definition,\n  IncomingExample,\n  IncomingWord,\n  DeveloperDocument,\n  DeveloperUsage,\n  OutgoingExample,\n  OutgoingWord,\n} from '../../types';\nimport { Types } from 'mongoose';\nimport AccountStatus from '../../shared/constants/AccountStatus';\nimport ApiType from '../../shared/constants/ApiType';\nimport Plan from '../../shared/constants/Plan';\n\ninterface RequestOptions {\n  noAuthorizationHeader?: boolean;\n}\n\nexport const documentId = new Types.ObjectId('569ed8269353e9f4c51617aa');\n\nexport const incomingWordFixture = (wordData: Partial<IncomingWord>) => ({\n  definitions: [],\n  dialects: [],\n  tags: [],\n  attributes: {\n    isAccented: false,\n    isBorrowedTerm: false,\n    isCommon: false,\n    isComplete: false,\n    isConstructedTerm: false,\n    isSlang: false,\n    isStandardIgbo: false,\n    isStem: false,\n  },\n  conceptualWord: '',\n  examples: [],\n  frequency: 1,\n  hypernyms: [],\n  hyponyms: [],\n  pronunciation: '',\n  relatedTerms: [],\n  stems: [],\n  id: '',\n  updatedAt: new Date(),\n  variations: [],\n  word: '',\n  wordPronunciation: '',\n  ...wordData,\n});\n\nexport const definitionFixture = (definitionData: Partial<Definition>) => ({\n  wordClass: WordClass.NNC.value,\n  definitions: [],\n  igboDefinitions: [],\n  nsibidi: '',\n  nsibidiCharacters: [],\n  ...definitionData,\n});\n\nexport const incomingExampleFixture = (exampleData: Partial<IncomingExample>) => ({\n  source: { text: '', language: LanguageEnum.UNSPECIFIED, pronunciations: [] },\n  translations: [{ text: '', language: LanguageEnum.UNSPECIFIED, pronunciations: [] }],\n  meaning: '',\n  nsibidi: '',\n  id: '',\n  associatedDefinitionsSchemas: [],\n  associatedWords: [],\n  nsibidiCharacters: [],\n  updatedAt: new Date(),\n  origin: SuggestionSourceEnum.INTERNAL,\n  ...exampleData,\n});\n\nexport const developerFixture = (developerData: Partial<DeveloperDocument>) => ({\n  name: '',\n  id: '',\n  apiKey: '',\n  email: '',\n  password: '',\n  usage: {\n    date: new Date(),\n    count: 0,\n  },\n  firebaseId: '',\n  stripeId: '',\n  plan: Plan.STARTER,\n  accountStatus: AccountStatus.UNPAID,\n  ...developerData,\n});\n\nexport const developerUsageFixture = (developerFixture: Partial<DeveloperUsage>) => ({\n  developerId: '',\n  usageType: ApiType.DICTIONARY,\n  usage: {\n    date: new Date(),\n    count: 0,\n  },\n  ...developerFixture,\n});\n\nexport const outgoingWordFixture = (data?: Partial<OutgoingWord>) => ({\n  attributes: Object.values(WordAttributeEnum).reduce(\n    (finalAttributes, attribute) => ({ ...finalAttributes, [attribute]: false }),\n    {}\n  ),\n  conceptualWord: '',\n  frequency: 1,\n  hypernyms: [],\n  hyponyms: [],\n  pronunciation: '',\n  relatedTerms: [],\n  stems: [],\n  updatedAt: new Date(),\n  variations: [],\n  word: '',\n  wordPronunciation: '',\n  definitions: [],\n  dialects: [],\n  tags: [],\n  id: `${new Types.ObjectId()}`,\n  ...data,\n});\n\nexport const outgoingExampleFixture = (data?: Partial<OutgoingExample>) => ({\n  id: `${new Types.ObjectId()}`,\n  associatedDefinitionsSchemas: [],\n  associatedWords: [],\n  source: { text: '', language: LanguageEnum.UNSPECIFIED, pronunciations: [] },\n  translations: [{ text: '', language: LanguageEnum.UNSPECIFIED, pronunciations: [] }],\n  meaning: '',\n  nsibidi: '',\n  nsibidiCharacters: [],\n  pronunciations: [],\n  origin: SuggestionSourceEnum.INTERNAL,\n  updatedAt: new Date(),\n  ...data,\n});\n\nexport const dialectFixture = (data?: Partial<WordDialect>) => ({\n  dialects: [],\n  id: `${new Types.ObjectId()}`,\n  pronunciation: '',\n  variations: [],\n  word: '',\n  ...data,\n});\n\nexport const flagsFixture = (data?: Partial<Flags>) => ({\n  examples: false,\n  dialects: false,\n  resolve: false,\n  style: '',\n  ...data,\n});\n\nexport const requestFixture = (\n  {\n    body = {},\n    params = {},\n    headers = {},\n  }: {\n    body?: { [key: string]: string },\n    params?: { [key: string]: string },\n    headers?: { [key: string]: string },\n  } = {},\n  options?: RequestOptions\n): Request => ({\n  body,\n  params,\n  headers,\n  query: {},\n  // @ts-expect-error get\n  get: (header: string) => headers[header] || headers[capitalize(header)],\n});\nexport const statusSendMock = jest.fn();\nexport const responseFixture = (): Response => ({\n  // @ts-expect-error status\n  status: jest.fn(() => ({ send: statusSendMock })),\n  send: jest.fn(),\n  redirect: jest.fn(),\n});\nexport const nextFunctionFixture = (): NextFunction => jest.fn();\n"
  },
  {
    "path": "src/__tests__/shared/script.ts",
    "content": "import '@testing-library/jest-dom';\n"
  },
  {
    "path": "src/app.ts",
    "content": "import compression from 'compression';\nimport cors from 'cors';\nimport express from 'express';\nimport morgan from 'morgan';\nimport { CORS_CONFIG } from './config';\nimport { onDemo } from './functions';\nimport cache from './middleware/cache';\nimport errorHandler from './middleware/errorHandler';\nimport logger from './middleware/logger';\nimport { router, routerV2, siteRouter, stripeRouter } from './routers';\nimport './services/firebase';\nimport './services/firebase-admin';\nimport Version from './shared/constants/Version';\nimport './shared/utils/wrapConsole';\n\nconst app = express();\n\napp.use(compression());\napp.use(express.json({ limit: '50mb' }));\napp.use(express.urlencoded({ extended: true, limit: '50mb' }));\n\nif (process.env.NODE_ENV === 'development') {\n  app.use(morgan('dev'));\n  app.use('*', logger);\n}\n\n/* Site config */\napp.options('*', cors());\napp.use(cors(CORS_CONFIG));\napp.set('trust proxy', 1);\n\n/* Provides static assets for the API Homepage */\napp.use('/_next', express.static('./dist'));\napp.use('/assets', cache(), express.static('./dist/assets'));\napp.use('/fonts', cache(), express.static('./dist/fonts'));\napp.use('/services', cache(), express.static('./services'));\n\n/* Grabs data from MongoDB */\napp.use(`/api/${Version.VERSION_1}`, cache(86400, 172800), router);\napp.use(`/api/${Version.VERSION_2}`, cache(86400, 172800), routerV2);\n\n/* Stripe */\napp.use('/stripe', stripeRouter);\n\n/* Renders the API Site */\napp.use(siteRouter, cache());\n\n/* Handles all uncaught errors */\napp.use(errorHandler);\n\nexport default app;\n\nexport const api = app;\nexport const demo = onDemo;\n"
  },
  {
    "path": "src/config.ts",
    "content": "/* eslint-disable max-len */\nimport { defineBoolean, defineInt, defineString } from 'firebase-functions/params';\nimport './shared/utils/wrapConsole';\n\nexport const Environment = {\n  BUILD: 'build',\n  PRODUCTION: 'production',\n  DEVELOPMENT: 'development',\n  TEST: 'test',\n};\n\n// Firebase\nconst RUNTIME_ENV = defineString('RUNTIME_ENV').value();\nconst ENV_REPLICA_SET = defineBoolean('ENV_REPLICA_SET').value();\nconst ENV_MONGO_URI = defineString('ENV_MONGO_URI').value();\nconst ENV_FIREBASE_CONFIG = defineString('ENV_FIREBASE_CONFIG').value();\nconst ENV_FIREBASE_SERVICE_ACCOUNT = defineString('ENV_FIREBASE_SERVICE_ACCOUNT').value();\nconst ENV_CLIENT_TEST = defineBoolean('ENV_CLIENT_TEST').value();\n\n// SendGrid\nconst SENDGRID_API_KEY_SOURCE = defineString('SENDGRID_API_KEY').value();\nconst SENDGRID_NEW_DEVELOPER_ACCOUNT_TEMPLATE_SOURCE = defineString(\n  'SENDGRID_NEW_DEVELOPER_ACCOUNT_TEMPLATE'\n).value();\n\n// Igbo API\nconst ENV_MAIN_KEY = defineString('ENV_MAIN_KEY').value();\n\n// Nkọwa okwu AI Models\nconst ENV_SPEECH_TO_TEXT_API = defineString('ENV_SPEECH_TO_TEXT_API').value();\nconst ENV_IGBO_STT_URL = defineString('ENV_IGBO_STT_URL').value();\nconst ENV_IGBO_TO_ENGLISH_URL = defineString('ENV_IGBO_TO_ENGLISH_URL').value();\nconst ENV_ENGLISH_TO_IGBO_URL = defineString('ENV_ENGLISH_TO_IGBO_URL').value();\n\n// Google Analytics\nconst ANALYTICS_GA_TRACKING_ID = defineString('ANALYTICS_GA_TRACKING_ID').value();\nconst ANALYTICS_GA_API_SECRET = defineString('ANALYTICS_GA_API_SECRET').value();\n\n// Redis\nconst ENV_REDIS_PORT = defineInt('ENV_REDIS_PORT').value();\nconst ENV_REDIS_URL = defineString('ENV_REDIS_URL').value();\nconst ENV_REDIS_HOST = defineString('ENV_REDIS_HOST').value();\nconst ENV_REDIS_USERNAME = defineString('ENV_REDIS_USERNAME').value();\nconst ENV_REDIS_PASSWORD = defineString('ENV_REDIS_PASSWORD').value();\n\n// GitHub\nconst GITHUB_STATS_TOKEN_SOURCE = defineString('GITHUB_STATS_TOKEN').value();\n\n// Stripe\nconst STRIPE_SECRET_KEY_SOURCE = defineString('STRIPE_SECRET_KEY').value();\nconst STRIPE_ENDPOINT_SECRET_SOURCE = defineString('STRIPE_ENDPOINT_SECRET').value();\n\nconst dotenv = process.env.NODE_ENV !== Environment.BUILD ? require('dotenv') : null;\n\nif (dotenv) {\n  dotenv.config();\n}\n\nexport const isBuild =\n  RUNTIME_ENV === Environment.BUILD || process.env.NODE_ENV === Environment.BUILD;\nexport const isProduction =\n  RUNTIME_ENV === Environment.PRODUCTION || process.env.NODE_ENV === Environment.PRODUCTION;\nexport const isDevelopment =\n  RUNTIME_ENV === Environment.DEVELOPMENT || process.env.NODE_ENV === Environment.DEVELOPMENT;\nexport const isTest = RUNTIME_ENV === Environment.TEST || process.env.NODE_ENV === Environment.TEST;\nconst useReplicaSet = ENV_REPLICA_SET;\n\n// Database\nconst DB_NAME = 'igbo_api';\nconst TEST_DB_NAME = 'test_igbo_api';\n\n// If running inside Docker container, it will fallback to using test_igbo_api database\nconst isTestingEnvironment =\n  isTest || (process.env.CONTAINER_HOST === 'mongodb' && !isDevelopment && !isProduction);\nexport const PORT = process.env.PORT || 8080;\nexport const PROD_LIMIT = 500;\nexport const MONGO_HOST = process.env.CONTAINER_HOST || '127.0.0.1';\nexport const REPLICA_SET_NAME = 'rs0';\nexport const FIRST_REPLICA_SET_PORT = '2717';\nexport const SECOND_REPLICA_SET_PORT = '2727';\nexport const THIRD_REPLICA_SET_PORT = '2737';\nexport const FALLBACK_MONGO_PORT = '27017';\nexport const REPLICA_SET_MONGO_ROOT =\n  `mongodb://${MONGO_HOST}:${FIRST_REPLICA_SET_PORT},` +\n  `${MONGO_HOST}:${SECOND_REPLICA_SET_PORT},` +\n  `${MONGO_HOST}:${THIRD_REPLICA_SET_PORT}`;\nexport const FALLBACK_MONGO_ROOT = `mongodb://${MONGO_HOST}:${FALLBACK_MONGO_PORT}`;\nexport const MONGO_ROOT = useReplicaSet ? REPLICA_SET_MONGO_ROOT : FALLBACK_MONGO_ROOT;\nexport const QUERIES = useReplicaSet ? `?replicaSet=${REPLICA_SET_NAME}` : '';\nconst TEST_MONGO_URI = `${MONGO_ROOT}/${TEST_DB_NAME}`;\nconst LOCAL_MONGO_URI = `${MONGO_ROOT}/${DB_NAME}`;\nexport const MONGO_URI = isTestingEnvironment\n  ? TEST_MONGO_URI.concat(QUERIES)\n  : isDevelopment\n    ? LOCAL_MONGO_URI.concat(QUERIES)\n    : ENV_MONGO_URI || LOCAL_MONGO_URI.concat(QUERIES);\nexport const FIREBASE_CONFIG = ENV_FIREBASE_CONFIG; // Provide your own Firebase Config\nexport const FIREBASE_SERVICE_ACCOUNT = ENV_FIREBASE_SERVICE_ACCOUNT; // Provide your own Firebase Service Account\nexport const CLIENT_TEST = ENV_CLIENT_TEST;\n\nexport const CORS_CONFIG = {\n  origin: true,\n  exposedHeaders: ['Content-Range', 'X-Content-Range'],\n};\n\n// API Homepage\nexport const API_ROUTE = isProduction ? 'https://igboapi.com' : `http://localhost:8080`; //${PORT}`;\nexport const API_DOCS = 'https://docs.igboapi.com';\n\n// Nkọwa okwu AI Models\nexport const SPEECH_TO_TEXT_API = isProduction ? ENV_SPEECH_TO_TEXT_API : 'http://localhost:3333';\nexport const IGBO_STT_API = ENV_IGBO_STT_URL;\nexport const IGBO_TO_ENGLISH_API = ENV_IGBO_TO_ENGLISH_URL;\nexport const ENGLIGH_TO_IGBO_API = ENV_ENGLISH_TO_IGBO_URL;\n// SendGrid API\nexport const SENDGRID_API_KEY = SENDGRID_API_KEY_SOURCE || '';\nexport const SENDGRID_NEW_DEVELOPER_ACCOUNT_TEMPLATE =\n  SENDGRID_NEW_DEVELOPER_ACCOUNT_TEMPLATE_SOURCE;\nexport const API_FROM_EMAIL = 'kedu@nkowaokwu.com';\n\nif (process.env.NODE_ENV !== Environment.BUILD && !isTest) {\n  const sgMail = require('@sendgrid/mail'); // eslint-disable-line\n  sgMail.setApiKey(SENDGRID_API_KEY);\n}\n\n// API Key Secrets\nexport const MAIN_KEY = ENV_MAIN_KEY || 'main_key';\n\n// Google Analytics\nexport const GA_TRACKING_ID = ANALYTICS_GA_TRACKING_ID;\nexport const GA_API_SECRET = ANALYTICS_GA_API_SECRET;\nexport const GA_URL = 'https://www.google-analytics.com/mp/collect';\nexport const DEBUG_GA_URL = 'https://www.google-analytics.com/debug/mp/collect';\n\n// Redis\nexport const REDIS_HOST = ENV_REDIS_HOST;\nexport const REDIS_PORT = ENV_REDIS_PORT;\nexport const REDIS_USERNAME = ENV_REDIS_USERNAME;\nexport const REDIS_PASSWORD = ENV_REDIS_PASSWORD;\nexport const REDIS_URL = ENV_REDIS_URL;\n// Busts the cache every 7 days\nexport const REDIS_CACHE_EXPIRATION = 604800;\n\n// GitHub\nexport const GITHUB_STATS_TOKEN = GITHUB_STATS_TOKEN_SOURCE;\n\n// Stripe\nexport const STRIPE_SECRET_KEY =\n  STRIPE_SECRET_KEY_SOURCE || 'sk_test_hpwuITjteocLizB8Afq7H3cV00FEEViC1s';\nexport const STRIPE_ENDPOINT_SECRET = STRIPE_ENDPOINT_SECRET_SOURCE || 'local_endpoint';\n"
  },
  {
    "path": "src/controllers/__tests__/developers.test.ts",
    "content": "import {\n  requestFixture,\n  responseFixture,\n  nextFunctionFixture,\n} from '../../__tests__/shared/fixtures';\nimport {\n  getDeveloper,\n  getDeveloperByEmail,\n  postDeveloper,\n  postDeveloperHelper,\n  putDeveloper,\n} from '../developers';\nimport Plan from '../../shared/constants/Plan';\n\nclass Developer {\n  local = {};\n  constructor(value: object) {\n    this.local = { ...value, plan: Plan.STARTER, toJSON: () => value };\n  }\n\n  static find() {\n    return [];\n  }\n\n  static findOne() {}\n\n  save() {\n    return { ...this.local, toJSON: () => this.local };\n  }\n}\n\ndescribe('developers', () => {\n  it('helps post a new developer', async () => {\n    const data = { email: 'email', password: 'password', name: 'name' };\n    const res = await postDeveloperHelper({\n      // @ts-expect-error Developer\n      Developer,\n      data,\n    });\n\n    expect(res.name).toEqual('name');\n    expect(res.email).toEqual('email');\n    expect(res.apiKey).toBeTruthy();\n    expect(res.password).toBeTruthy();\n    expect(res.plan).toEqual(Plan.STARTER);\n  });\n\n  it('posts new developer', async () => {\n    const userData = { email: 'email', password: 'password', name: 'name' };\n    const req = requestFixture({ body: userData });\n    const res = responseFixture();\n    const next = nextFunctionFixture();\n    await postDeveloper(req, res, next);\n    expect(res.send).toHaveBeenCalledWith({\n      message: 'Success email sent to email',\n      apiKey: 'generated-uuid',\n      id: 'static',\n    });\n  });\n\n  it('puts a developer', async () => {\n    const userData = { email: 'email', firebaseId: 'firebaseId', name: 'name' };\n    const req = requestFixture({ body: userData });\n    const res = responseFixture();\n    const next = nextFunctionFixture();\n    await putDeveloper(req, res, next);\n    expect(res.send).toHaveBeenCalledWith({\n      message: 'Saved Developer account',\n      developer: {\n        id: 'static',\n        type: 'static',\n      },\n    });\n  });\n\n  it('gets a developer', async () => {\n    const userData = { email: 'email', firebaseId: 'firebaseId' };\n    const req = requestFixture({ body: userData, params: { id: '6596b5d786c9fa24816fe294' } });\n    const res = responseFixture();\n    const next = nextFunctionFixture();\n    await getDeveloper(req, res, next);\n    expect(res.send).toHaveBeenCalled();\n  });\n\n  it('gets developer by email', async () => {\n    const email = 'testing@email.com';\n    expect(await getDeveloperByEmail(email)).toEqual({ id: 'static', type: 'static' });\n  });\n});\n"
  },
  {
    "path": "src/controllers/__tests__/examples.test.ts",
    "content": "import { incomingExampleFixture } from '../../__tests__/shared/fixtures';\nimport LanguageEnum from '../../shared/constants/LanguageEnum';\nimport { convertToV1Example } from '../examples';\n\ndescribe('examples', () => {\n  it('converts example pronunciations to pronunciation for v1', () => {\n    const example = incomingExampleFixture({\n      source: {\n        text: 'igbo',\n        language: LanguageEnum.IGBO,\n        pronunciations: [\n          { audio: 'first audio', speaker: '', _id: '', approvals: [], denials: [], review: true },\n        ],\n      },\n      translations: [{ text: 'english', language: LanguageEnum.ENGLISH, pronunciations: [] }],\n      meaning: 'meaning',\n      nsibidi: 'nsibidi',\n    });\n\n    expect(convertToV1Example(example)).toMatchObject({\n      id: '',\n      igbo: 'igbo',\n      english: 'english',\n      meaning: 'meaning',\n      nsibidi: 'nsibidi',\n      pronunciation: 'first audio',\n      associatedDefinitionsSchemas: [],\n      associatedWords: [],\n      nsibidiCharacters: [],\n    });\n  });\n});\n"
  },
  {
    "path": "src/controllers/__tests__/speechToText.test.ts",
    "content": "import axios from 'axios';\nimport {\n  nextFunctionFixture,\n  requestFixture,\n  responseFixture,\n} from '../../__tests__/shared/fixtures';\nimport { IGBO_STT_API } from '../../config';\nimport { getTranscription } from '../speechToText';\nimport { fetchBase64Data } from '../utils/fetchBase64Data';\n\njest.mock('axios');\njest.mock('../utils/fetchBase64Data');\n\ndescribe('speechToText', () => {\n  beforeEach(() => {\n    jest.resetAllMocks();\n  });\n  it('calls audio IgboSpeech audio endpoint to upload audio with url', async () => {\n    const req = requestFixture({ body: { audioUrl: 'https://igboapi.com' } });\n    const res = responseFixture();\n    const next = nextFunctionFixture();\n    const base64 = 'base64';\n    // @ts-expect-error resolving value\n    fetchBase64Data.mockResolvedValue(base64);\n    jest.spyOn(axios, 'request').mockResolvedValue({\n      data: { audioId: 'audioId', audioUrl: 'https://igboapi.com' },\n    });\n    await getTranscription(req, res, next);\n    // @ts-expect-error non-existing value\n    expect(axios.request.mock.calls[0][0]).toMatchObject({\n      method: 'POST',\n      url: 'http://localhost:3333/audio',\n      headers: {\n        'Content-Type': 'application/json',\n        'X-API-Key': 'main_key',\n      },\n      data: { base64 },\n    });\n    // @ts-expect-error non-existing value\n    expect(axios.request.mock.calls[1][0]).toMatchObject({\n      method: 'POST',\n      url: IGBO_STT_API,\n      headers: {\n        'Content-Type': 'application/json',\n        'X-API-Key': 'main_key',\n      },\n      data: { audioUrl: 'https://igboapi.com' },\n    });\n  });\n\n  it('calls audio IgboSpeech audio endpoint to upload audio with base64', async () => {\n    const base64 = 'data:audio';\n    const req = requestFixture({ body: { audioUrl: base64 } });\n    const res = responseFixture();\n    const next = nextFunctionFixture();\n    // @ts-expect-error resolved value\n    fetchBase64Data.mockResolvedValue(base64);\n    jest.spyOn(axios, 'request').mockResolvedValue({\n      data: { audioId: 'audioId', audioUrl: 'https://igboapi.com' },\n    });\n    await getTranscription(req, res, next);\n    // @ts-expect-error non-existing value\n    expect(axios.request.mock.calls[0][0]).toMatchObject({\n      method: 'POST',\n      url: 'http://localhost:3333/audio',\n      headers: {\n        'Content-Type': 'application/json',\n        'X-API-Key': 'main_key',\n      },\n      data: { base64 },\n    });\n    // @ts-expect-error non-existing value\n    expect(axios.request.mock.calls[1][0]).toMatchObject({\n      method: 'POST',\n      url: IGBO_STT_API,\n      headers: {\n        'Content-Type': 'application/json',\n        'X-API-Key': 'main_key',\n      },\n      data: { audioUrl: 'https://igboapi.com' },\n    });\n  });\n\n  it('does not call audio IgboSpeech audio endpoint to upload audio', async () => {\n    jest.resetAllMocks();\n    const audioUrl = 'https://igbo-api.s3.us-east-2.com/audio-pronunciations/audioId.mp3';\n    const req = requestFixture({\n      body: { audioUrl },\n    });\n    const res = responseFixture();\n    const next = nextFunctionFixture();\n    const base64 = 'base64';\n    // @ts-expect-error resolved value\n    fetchBase64Data.mockResolvedValue(base64);\n    jest.spyOn(axios, 'request').mockResolvedValue({});\n    await getTranscription(req, res, next);\n    expect(axios.request).not.toHaveBeenCalledWith({\n      method: 'POST',\n      url: 'http://localhost:3333/audio',\n      headers: {\n        'Content-Type': 'application/json',\n        'X-API-Key': 'main_key',\n      },\n      data: { base64 },\n    });\n    expect(axios.request).toHaveBeenCalledWith({\n      method: 'POST',\n      url: IGBO_STT_API,\n      headers: {\n        'Content-Type': 'application/json',\n        'X-API-Key': 'main_key',\n      },\n      data: { audioUrl },\n    });\n  });\n\n  it('throws error due to non-public audio url', () => {\n    const req = requestFixture({ body: { audioUrl: 'audioUrl' } });\n    const res = responseFixture();\n    const next = nextFunctionFixture();\n    getTranscription(req, res, next);\n    expect(next).toHaveBeenCalled();\n  });\n});\n"
  },
  {
    "path": "src/controllers/__tests__/stripe.test.ts",
    "content": "jest.mock('stripe');\nimport { requestFixture, responseFixture } from '../../__tests__/shared/fixtures';\nimport { postCheckoutSession, postPortalSession } from '../stripe';\n\ndescribe('Credentials', () => {\n  it('creates a new checkout session', async () => {\n    const res = responseFixture();\n    // @ts-expect-error Request fixture\n    await postCheckoutSession(requestFixture(), res);\n\n    expect(res.redirect).toHaveBeenCalledWith(303, 'checkout_session_url');\n  });\n\n  it('creates a new portal session', async () => {\n    const res = responseFixture();\n    // @ts-expect-error Request fixture\n    await postPortalSession(requestFixture(), res);\n\n    expect(res.redirect).toHaveBeenCalledWith(303, 'portal_session_url');\n  });\n});\n"
  },
  {
    "path": "src/controllers/__tests__/translation.test.ts",
    "content": "import axios from 'axios';\nimport {\n  requestFixture,\n  responseFixture,\n  nextFunctionFixture,\n} from '../../__tests__/shared/fixtures';\nimport { API_ROUTE, MAIN_KEY } from '../../../__tests__/shared/constants';\nimport { getTranslation } from '../translation';\n\ndescribe('translation', () => {\n  beforeEach(() => {\n    jest.resetAllMocks();\n  });\n  it('calls Nkọwa okwu ML translation server', async () => {\n    const req = requestFixture({\n      body: { text: 'aka', sourceLanguageCode: 'ibo', destinationLanguageCode: 'eng' },\n      headers: {\n        'Content-Type': 'application/json',\n        'X-API-Key': MAIN_KEY,\n      },\n    });\n    const res = responseFixture();\n    const next = nextFunctionFixture();\n    jest.spyOn(axios, 'request').mockResolvedValue({\n      data: { text: 'aka', sourceLanguageCode: 'ibo', destinationLanguageCode: 'eng' },\n    });\n    await getTranslation(req, res, next);\n    // TODO: fix this test\n    expect(res.send).toHaveBeenCalled();\n    // jest.mock('axios');\n    // // @ts-expect-error non-existing value\n    // expect(axios.request.mock.calls[0][0]).toMatchObject({\n    //   method: 'POST',\n    //   url: '',\n    //   headers: {\n    //     'Content-Type': 'application/json',\n    //     'X-API-Key': 'main_key',\n    //   },\n    //   data: { igbo: 'aka' },\n    // });\n  });\n\n  it('throws validation error when input is too long', async () => {\n    const req = requestFixture({\n      body: { text: 'aka'.repeat(100), sourceLanguageCode: 'ibo', destinationLanguageCode: 'eng' },\n      headers: {\n        'Content-Type': 'application/json',\n        'X-API-Key': MAIN_KEY,\n      },\n    });\n    const res = responseFixture();\n    const next = nextFunctionFixture();\n    jest.spyOn(axios, 'request').mockResolvedValue({\n      data: { text: 'aka'.repeat(100), sourceLanguageCode: 'ibo', destinationLanguageCode: 'eng' },\n    });\n    await getTranslation(req, res, next);\n    expect(next).toHaveBeenCalledWith(\n      new Error('Cannot translate text greater than 120 characters')\n    );\n  });\n  it('throws validation error when input string is empty', async () => {\n    const req = requestFixture({\n      body: { text: '', sourceLanguageCode: 'ibo', destinationLanguageCode: 'eng' },\n      headers: {\n        'Content-Type': 'application/json',\n        'X-API-Key': MAIN_KEY,\n      },\n    });\n    const res = responseFixture();\n    const next = nextFunctionFixture();\n    jest.spyOn(axios, 'request').mockResolvedValue({\n      data: { text: '', sourceLanguageCode: 'ibo', destinationLanguageCode: 'eng' },\n    });\n    await getTranslation(req, res, next);\n    expect(next).toHaveBeenCalledWith(new Error('Cannot translate empty string'));\n  });\n  it('throws validation error for unsupported language combinations', async () => {\n    const req = requestFixture({\n      body: { text: 'aka', sourceLanguageCode: 'ibo', destinationLanguageCode: 'hau' },\n      headers: {\n        'Content-Type': 'application/json',\n        'X-API-Key': MAIN_KEY,\n      },\n    });\n    const res = responseFixture();\n    const next = nextFunctionFixture();\n    jest.spyOn(axios, 'request').mockResolvedValue({\n      data: { text: 'aka', sourceLanguageCode: 'ibo', destinationLanguageCode: 'hau' },\n    });\n    await getTranslation(req, res, next);\n    expect(next).toHaveBeenCalledWith(new Error('ibo to hau translation is not yet supported'));\n  });\n  it('throws validation error for missing keys', async () => {\n    const req = requestFixture({\n      body: { text: 'aka' },\n      headers: {\n        'Content-Type': 'application/json',\n        'X-API-Key': MAIN_KEY,\n      },\n    });\n    const res = responseFixture();\n    const next = nextFunctionFixture();\n    jest.spyOn(axios, 'request').mockResolvedValue({\n      data: { text: 'aka' },\n    });\n    await getTranslation(req, res, next);\n    expect(next).toHaveBeenCalledWith(\n      new Error(\n        'Validation error: Required at \"sourceLanguageCode\"; Required at \"destinationLanguageCode\"'\n      )\n    );\n  });\n});\n"
  },
  {
    "path": "src/controllers/developers.ts",
    "content": "import { hash } from 'bcrypt';\nimport { v4 as uuid } from 'uuid';\nimport { Document, FilterQuery, Types } from 'mongoose';\nimport { isProduction, CLIENT_TEST, isTest } from '../config';\nimport { developerSchema } from '../models/Developer';\nimport { createDbConnection } from '../services/database';\nimport { Developer as DeveloperType, MiddleWare } from '../types';\nimport { sendNewDeveloper } from './email';\n\nconst TEST_EMAIL = 'developer@example.com';\n// If a Developer account is created by a user creating an\n// account via Firebase, this will be the default password\nconst DEFAULT_PASSWORD = 'UNDEFINED_PASSWORD';\n\n/* Creates a new apiKey to be associated with a developer */\nconst generateApiKey = uuid;\ntype DeveloperDocument = Document<unknown, any, DeveloperType> &\n  Omit<DeveloperType & { _id: Types.ObjectId }, never>;\n\nexport const postDeveloperHelper = async ({\n  data,\n}: {\n  data: { email: string, password: string, name: string },\n}): Promise<DeveloperDocument> => {\n  const connection = createDbConnection();\n  const Developer = connection.model<DeveloperType>('Developer', developerSchema);\n\n  const { email, password, name } = data;\n  const developers = await Developer.find({ email });\n  if (developers.length && email !== TEST_EMAIL) {\n    throw new Error('This email is already used.');\n  }\n\n  if ((isProduction || CLIENT_TEST) && email === TEST_EMAIL) {\n    throw new Error('This email is already used.');\n  }\n\n  const apiKey = generateApiKey();\n  const hashedPassword = await hash(password, 10);\n  const developer = new Developer({\n    name,\n    email,\n    apiKey,\n    password: hashedPassword,\n  });\n\n  const savedDeveloper = developer.save();\n\n  return savedDeveloper;\n};\n\nexport const putDeveloperHelper = async ({\n  query,\n  data,\n}: {\n  query: FilterQuery<DeveloperType>,\n  data: Partial<DeveloperType>,\n}) => {\n  const connection = createDbConnection();\n  const Developer = connection.model<DeveloperType>('Developer', developerSchema);\n\n  let developer = await Developer.findOne(query);\n  if (!developer && data.email && data.name) {\n    const defaultData = { email: data.email, password: DEFAULT_PASSWORD, name: data.name };\n    developer = await postDeveloperHelper({ data: defaultData });\n  }\n\n  if (!developer) {\n    throw new Error('No developer to update');\n  }\n\n  Object.entries(data).forEach(([key, value]) => {\n    // @ts-expect-error developer can be null\n    developer[key] = value;\n  });\n\n  const savedDeveloper = await developer.save();\n  return { message: 'Saved Developer account', developer: savedDeveloper.toJSON() };\n};\n\n/* Creates a new Developer in the database */\nexport const postDeveloper: MiddleWare = async (req, res, next) => {\n  try {\n    const {\n      body: { email, password, name },\n    } = req;\n    const data = { email, password, name };\n    const developer = await postDeveloperHelper({ data });\n\n    if (!isTest) {\n      try {\n        await sendNewDeveloper({ to: email, apiKey: developer.apiKey, name });\n      } catch (err: any) {\n        console.error(err?.response?.body?.errors);\n      }\n    }\n\n    return res.send({\n      message: `Success email sent to ${email}`,\n      apiKey: developer.apiKey,\n      id: developer.id,\n    });\n  } catch (err) {\n    if (!isTest) {\n      console.error(err);\n    }\n    return next(err);\n  }\n};\n\n/** Updates an existing Developer in the database */\nexport const putDeveloper: MiddleWare = async (req, res, next) => {\n  const { id } = req.params;\n\n  try {\n    return res.send(await putDeveloperHelper({ query: { _id: id }, data: req.body }));\n  } catch (err) {\n    return next(err);\n  }\n};\n\n/** Gets a Developer by the Firebase Id */\nexport const getDeveloper: MiddleWare = async (req, res, next) => {\n  const connection = createDbConnection();\n  const Developer = connection.model<DeveloperType>('Developer', developerSchema);\n  const { id: firebaseId } = req.params;\n\n  try {\n    const developer = await Developer.findOne({ firebaseId });\n    if (!developer) {\n      throw new Error('No associated developer found.');\n    }\n    return res.send(developer);\n  } catch (err) {\n    return next(err);\n  }\n};\n\n/** Gets a Developer by email */\nexport const getDeveloperByEmail = async (email: string) => {\n  const connection = createDbConnection();\n  const Developer = connection.model<DeveloperType>('Developer', developerSchema);\n  try {\n    const developer = await Developer.findOne({ email });\n    if (!developer) {\n      throw new Error('No developer exists');\n    }\n    return developer.toJSON();\n  } catch (err: any) {\n    throw new Error(err?.message || 'Unable to find developer with email');\n  }\n};\n"
  },
  {
    "path": "src/controllers/email.ts",
    "content": "import omit from 'lodash/omit';\nimport { MailDataRequired } from '@sendgrid/mail';\nimport map from 'lodash/map';\nimport {\n  SENDGRID_NEW_DEVELOPER_ACCOUNT_TEMPLATE,\n  API_FROM_EMAIL,\n  SENDGRID_API_KEY,\n  isTest,\n  isProduction,\n  Environment,\n} from '../config';\n\ntype EmailTemplate = {\n  to: string[],\n  templateId: string,\n  dynamic_template_data: Omit<DeveloperEmailConfig, 'to'>,\n};\n/* Builds the message object that will help send the email */\nconst constructMessage = (messageFields: EmailTemplate) => ({\n  from: { email: API_FROM_EMAIL, name: 'Igbo API' },\n  ...messageFields,\n  reply_to: { email: API_FROM_EMAIL, name: 'Igbo API' },\n  personalizations: map(messageFields.to, (to) => ({ to: [{ email: to }] })),\n});\n\n/* Wrapper around SendGrid function to handle errors */\nexport const sendEmail = (message: MailDataRequired) => {\n  const sgMail =\n    // eslint-disable-next-line global-require\n    (process.env.NODE_ENV as string) !== Environment.BUILD ? require('@sendgrid/mail') : {};\n\n  if (!isTest) {\n    sgMail.setApiKey(SENDGRID_API_KEY);\n  }\n\n  return !isTest\n    ? sgMail\n        .send(message)\n        .then(() => {\n          if (!isProduction) {\n            console.green('Email successfully sent.');\n          }\n        })\n        .catch((err: any) => {\n          if (!isProduction) {\n            console.red(err);\n            return Promise.resolve(err);\n          }\n          throw err;\n        })\n    : (async () => {\n        if (!message.to) {\n          throw new Error(\"'to' field must be defined\");\n        }\n        return Promise.resolve();\n      })();\n};\n\ntype DeveloperEmailConfig = {\n  apiKey: string,\n  name: string,\n  to: string,\n};\n/* Email sent out to newly signed up Developers */\nexport const sendNewDeveloper = (data: DeveloperEmailConfig) => {\n  const message = constructMessage({\n    to: [data.to],\n    templateId: SENDGRID_NEW_DEVELOPER_ACCOUNT_TEMPLATE,\n    dynamic_template_data: omit(data, ['to']),\n  });\n  return sendEmail(message);\n};\n"
  },
  {
    "path": "src/controllers/examples.ts",
    "content": "import { assign, omit } from 'lodash';\nimport { Connection, PipelineStage } from 'mongoose';\nimport { RedisClientType } from 'redis';\nimport { exampleSchema } from '../models/Example';\nimport { packageResponse, handleQueries } from './utils';\nimport { searchExamplesRegexQuery } from './utils/queries';\nimport { findExamplesWithMatch } from './utils/buildDocs';\nimport { createDbConnection, handleCloseConnection } from '../services/database';\nimport { getCachedExamples, setCachedExamples } from '../APIs/RedisAPI';\nimport { IncomingExample, MiddleWare, OutgoingExample, OutgoingLegacyExample } from '../types';\nimport Version from '../shared/constants/Version';\nimport { ExampleResponseData } from './types';\n\n/* Converts example for v1 */\nexport const convertToV1Example = (example: OutgoingExample): OutgoingLegacyExample => {\n  const updatedExample = assign(example);\n  const exampleWithPronunciation = {\n    ...omit(updatedExample, ['source', 'translations']),\n    igbo: updatedExample.source.text,\n    english: updatedExample.translations[0].text,\n    pronunciation: updatedExample.source.pronunciations?.[0]?.audio || '',\n  };\n  return exampleWithPronunciation;\n};\n\n/* Converts example for v2 */\nexport const convertToV2Example = (example: OutgoingExample): OutgoingExample => {\n  const updatedExample = assign(example);\n  const exampleWithPronunciation = {\n    ...omit(updatedExample, ['source', 'translations']),\n    igbo: updatedExample.source.text,\n    english: updatedExample.translations[0].text,\n    pronunciations: updatedExample.source.pronunciations.map(({ audio }) => audio),\n  };\n  // @ts-expect-error different versions\n  return exampleWithPronunciation;\n};\n\n/* Create a new Example object in MongoDB */\nexport const createExample = async (data: IncomingExample, connection: Connection) => {\n  const Example = connection.model('Example', exampleSchema);\n  const example = new Example(data);\n  return example.save();\n};\n\ntype SearchExamplesArg = {\n  limit: number,\n  query: PipelineStage.Match['$match'],\n  redisClient: RedisClientType | undefined,\n  searchWord: string,\n  skip: number,\n  version: Version,\n};\n/* Uses regex to search for examples with both Igbo and English */\nconst searchExamples = async ({\n  redisClient,\n  searchWord,\n  query,\n  version,\n  skip,\n  limit,\n}: SearchExamplesArg) => {\n  let responseData: ExampleResponseData = { contentLength: 0, examples: [] };\n  const redisExamplesCacheKey = `example-${searchWord}-${version}`;\n  const cachedExamples = await getCachedExamples({ key: redisExamplesCacheKey, redisClient });\n  if (cachedExamples) {\n    responseData = {\n      examples: cachedExamples.examples,\n      contentLength: cachedExamples.contentLength,\n    };\n  } else {\n    const { examples, contentLength } = await findExamplesWithMatch({\n      match: query,\n      version,\n    });\n\n    responseData = await setCachedExamples({\n      key: redisExamplesCacheKey,\n      data: {\n        examples,\n        contentLength,\n      },\n      redisClient,\n    });\n  }\n  const examples = responseData.examples.slice(skip, skip + limit);\n  return { examples, contentLength: responseData.contentLength };\n};\n\n/* Returns examples from MongoDB */\nexport const getExamples: MiddleWare = async (req, res, next) => {\n  try {\n    const { version, searchWord, regex, skip, limit, redisClient, isUsingMainKey, flags, ...rest } =\n      await handleQueries(req);\n    const regexMatch =\n      !isUsingMainKey && !searchWord\n        ? {\n            source: { $exists: false },\n          }\n        : searchExamplesRegexQuery({ regex, flags });\n    const responseData = await searchExamples({\n      searchWord,\n      redisClient,\n      query: regexMatch,\n      version,\n      skip,\n      limit,\n    });\n\n    return packageResponse({\n      res,\n      docs: responseData.examples,\n      contentLength: responseData.contentLength,\n      version,\n      ...rest,\n    });\n  } catch (err: any) {\n    return next(err);\n  }\n};\n\nconst findExampleById = async (id: string) => {\n  const connection = createDbConnection();\n  const Example = connection.model<OutgoingExample>('Example', exampleSchema);\n  try {\n    const example = await Example.findById(id);\n    await handleCloseConnection(connection);\n    return example;\n  } catch (err: any) {\n    await handleCloseConnection(connection);\n    throw err;\n  }\n};\n\n/* Returns an example from MongoDB using an id */\nexport const getExample: MiddleWare = async (req, res, next) => {\n  try {\n    const { id, version } = await handleQueries(req);\n    const foundExample = await findExampleById(id).then((example) => {\n      if (!example) {\n        throw new Error('No example exists with the provided id.');\n      }\n      if (version === Version.VERSION_1) {\n        return convertToV1Example(example.toJSON());\n      }\n      return convertToV2Example(example.toJSON());\n    });\n    return packageResponse({\n      res,\n      docs: foundExample,\n      contentLength: 1,\n      version,\n    });\n  } catch (err: any) {\n    return next(err);\n  }\n};\n"
  },
  {
    "path": "src/controllers/nsibidi.ts",
    "content": "import mongoose, { Connection } from 'mongoose';\nimport { handleQueries, packageResponse } from './utils';\nimport { MiddleWare } from '../types/express';\nimport { searchNsibidiCharactersQuery } from './utils/queries';\nimport { findNsibidiCharactersWithMatch } from './utils/buildDocs';\nimport { nsibidiCharacterSchema } from '../models/NsibidiCharacter';\nimport { NsibidiCharacter } from '../types/nsibidiCharacter';\n\nexport const getNsibidiCharacters: MiddleWare = async (req, res, next) => {\n  try {\n    const { searchWord, version, skip, limit } = await handleQueries(req);\n\n    const query = searchNsibidiCharactersQuery(searchWord);\n\n    const { nsibidiCharacters: allNsibidiCharacters, contentLength } =\n      await findNsibidiCharactersWithMatch({\n        match: query,\n        version,\n      });\n    const nsibidiCharacters = allNsibidiCharacters.slice(skip, skip + limit);\n\n    return packageResponse({\n      res,\n      docs: nsibidiCharacters,\n      contentLength,\n      version,\n    });\n  } catch (err) {\n    return next(err);\n  }\n};\n\nexport const getNsibidiCharacter: MiddleWare = async (req, res, next) => {\n  try {\n    const { id, version } = await handleQueries(req);\n\n    const nsibidiCharacter = await findNsibidiCharactersWithMatch({\n      match: { _id: new mongoose.Types.ObjectId(id) },\n      version,\n    }).then(async (data) => {\n      if (!data.nsibidiCharacters[0]) {\n        throw new Error('No word exists with the provided id.');\n      }\n      return data.nsibidiCharacters[0];\n    });\n\n    return packageResponse({\n      res,\n      docs: nsibidiCharacter,\n      contentLength: 1,\n      version,\n    });\n  } catch (err) {\n    return next(err);\n  }\n};\n\n/* Creates Nsibidi Character documents in MongoDB database for testing */\nexport const createNsibidiCharacter = async (data: NsibidiCharacter, connection: Connection) => {\n  const Nsibidi = connection.model('NsibidiCharacter', nsibidiCharacterSchema);\n  const nsibidi = new Nsibidi(data);\n  await nsibidi.save();\n};\n"
  },
  {
    "path": "src/controllers/speechToText.ts",
    "content": "import axios from 'axios';\nimport { MAIN_KEY, SPEECH_TO_TEXT_API } from '../config';\nimport Endpoint from '../shared/constants/Endpoint';\nimport { MiddleWare } from '../types';\nimport { fetchBase64Data } from './utils/fetchBase64Data';\n\ninterface AudioMetadata {\n  audioId: string;\n  audioUrl: string;\n}\n\ninterface Prediction {\n  transcription: string;\n}\n\n/**\n * Talks to Speech-to-Text model to transcribe provided audio URL\n * @param req\n * @param res\n * @param next\n * @returns Audio transcription\n */\nexport const getTranscription: MiddleWare = async (req, res, next) => {\n  console.log('inside speech to text endpoint');\n  try {\n    const { audioUrl: audio } = req.body;\n    if (!audio.startsWith('https://') && !audio.startsWith('data:audio')) {\n      console.log('Audio URL must either be hosted publicly or a valid base64');\n      throw new Error('Audio URL must either be hosted publicly or a valid base64.');\n    }\n\n    let payload = { url: '', id: '' };\n    const base64 = audio.startsWith('https://') ? await fetchBase64Data(audio) : audio;\n\n    // If the audio doesn't come from Igbo API S3, we will pass into IgboSpeech\n    if (!audio.includes('igbo-api.s3.us-east-2')) {\n      const { data: response } = await axios\n        .request<AudioMetadata>({\n          method: 'POST',\n          url: `${SPEECH_TO_TEXT_API}/${Endpoint.AUDIO}`,\n          headers: {\n            'Content-Type': 'application/json',\n            'X-API-Key': MAIN_KEY,\n          },\n          data: { base64 },\n        })\n        .catch((err) => {\n          console.log('Error requesting /audio', err);\n          return { data: { audioId: '', audioUrl: '' } };\n        });\n\n      payload = { url: response.audioUrl, id: response.audioId };\n    } else {\n      payload = { url: audio, id: '' };\n    }\n\n    // Talks to prediction endpoint\n    const { data: response } = await axios.request<Prediction>({\n      method: 'POST',\n      url: `${SPEECH_TO_TEXT_API}/${Endpoint.PREDICT}`,\n      headers: {\n        'Content-Type': 'application/json',\n        'X-API-Key': MAIN_KEY,\n      },\n      data: payload,\n    });\n\n    return res.send({ transcription: response.transcription });\n  } catch (err) {\n    return next(err);\n  }\n};\n"
  },
  {
    "path": "src/controllers/stats.ts",
    "content": "import { statSchema } from '../models/Stat';\nimport { developerSchema } from '../models/Developer';\nimport { searchForAllDevelopers } from './utils/queries';\nimport { createDbConnection, handleCloseConnection } from '../services/database';\nimport StatTypes from '../shared/constants/StatTypes';\nimport { MiddleWare, Stat as StatType, Developer as DeveloperType } from '../types';\n\nconst DEFAULT_STAT = {\n  value: 0,\n  authorId: 'SYSTEM',\n};\nconst DEFAULT_LENGTH: DeveloperType[] = [];\n\nexport const getStats: MiddleWare = async (_, res, next) => {\n  const connection = createDbConnection();\n  const Stat = connection.model<StatType>('Stat', statSchema);\n  const Developer = connection.model<DeveloperType>('Developer', developerSchema);\n  try {\n    const [\n      totalWords = DEFAULT_STAT,\n      totalAudioPronunciations = DEFAULT_STAT,\n      totalNsibidiWords = DEFAULT_STAT,\n      totalDevelopers = DEFAULT_LENGTH,\n      totalExamples = DEFAULT_STAT,\n      totalIgboDefinitions = DEFAULT_STAT,\n      totalProverbs = DEFAULT_STAT,\n      totalBibleVerses = DEFAULT_STAT,\n    ] = await Promise.all([\n      Stat.findOne({ type: StatTypes.SUFFICIENT_WORDS }),\n      Stat.findOne({ type: StatTypes.HEADWORD_AUDIO_PRONUNCIATIONS }),\n      Stat.findOne({ type: StatTypes.NSIBIDI_WORDS }),\n      Developer.find(searchForAllDevelopers()),\n      Stat.findOne({ type: StatTypes.SUFFICIENT_EXAMPLES }),\n      Stat.findOne({ type: StatTypes.IGBO_DEFINITIONS }),\n      Stat.findOne({ type: StatTypes.PROVERB_EXAMPLES }),\n      Stat.findOne({ type: StatTypes.BIBLICAL_EXAMPLES }),\n    ]);\n    const stats = {\n      totalWords: (totalWords || DEFAULT_STAT).value,\n      totalExamples: (totalExamples || DEFAULT_STAT).value,\n      totalAudioPronunciations: (totalAudioPronunciations || DEFAULT_STAT).value,\n      totalNsibidiWords: (totalNsibidiWords || DEFAULT_STAT).value,\n      totalDevelopers: (totalDevelopers || DEFAULT_LENGTH).length,\n      totalIgboDefinitions: (totalIgboDefinitions || DEFAULT_STAT).value,\n      totalProverbs: (totalProverbs || DEFAULT_STAT).value,\n      totalBibleVerses: (totalBibleVerses || DEFAULT_STAT).value,\n    };\n    await handleCloseConnection(connection);\n    return res.send(stats);\n  } catch (err: any) {\n    await handleCloseConnection(connection);\n    return next(err);\n  }\n};\n"
  },
  {
    "path": "src/controllers/stripe/__mocks__/webhooks.ts",
    "content": "export const handleCustomerSubscriptionCreated = jest.fn();\nexport const handleCustomerSubscriptionDeleted = jest.fn();\nexport const handleCustomerSubscriptionPaused = jest.fn();\nexport const handleCustomerSubscriptionResumed = jest.fn();\nexport const handleCustomerSubscriptionUpdated = jest.fn();\n"
  },
  {
    "path": "src/controllers/stripe/__tests__/index.test.ts",
    "content": "import { postCheckoutSession, postPortalSession, postWebhook } from '..';\nimport {\n  nextFunctionFixture,\n  requestFixture,\n  responseFixture,\n} from '../../../__tests__/shared/fixtures';\nimport {\n  handleCustomerSubscriptionCreated,\n  handleCustomerSubscriptionDeleted,\n  handleCustomerSubscriptionPaused,\n  handleCustomerSubscriptionResumed,\n  handleCustomerSubscriptionUpdated,\n} from '../webhooks';\n\njest.mock('stripe');\njest.mock('../webhooks');\n\ndescribe('stripe', () => {\n  it('posts checkout session', async () => {\n    const res = responseFixture();\n    await postCheckoutSession(requestFixture(), res, nextFunctionFixture());\n    expect(res.redirect).toHaveBeenCalledWith(303, 'checkout_session_url');\n  });\n\n  it('posts portal session', async () => {\n    const res = responseFixture();\n    await postPortalSession(requestFixture(), res, nextFunctionFixture());\n    expect(res.redirect).toHaveBeenCalledWith(303, 'portal_session_url');\n  });\n\n  describe('Webhooks', () => {\n    it('handles customer subscription created event', async () => {\n      const event = { type: 'customer.subscription.created' };\n      const res = responseFixture();\n      await postWebhook(requestFixture({ body: event }), res, nextFunctionFixture());\n      expect(handleCustomerSubscriptionCreated).toHaveBeenCalledWith(event);\n    });\n\n    it('handles customer subscription deleted event', async () => {\n      const event = { type: 'customer.subscription.deleted' };\n      const res = responseFixture();\n      await postWebhook(requestFixture({ body: event }), res, nextFunctionFixture());\n      expect(handleCustomerSubscriptionDeleted).toHaveBeenCalledWith(event);\n    });\n\n    it('handles customer subscription paused event', async () => {\n      const event = { type: 'customer.subscription.paused' };\n      const res = responseFixture();\n      await postWebhook(requestFixture({ body: event }), res, nextFunctionFixture());\n      expect(handleCustomerSubscriptionPaused).toHaveBeenCalledWith(event);\n    });\n\n    it('handles customer subscription resumed event', async () => {\n      const event = { type: 'customer.subscription.resumed' };\n      const res = responseFixture();\n      await postWebhook(requestFixture({ body: event }), res, nextFunctionFixture());\n      expect(handleCustomerSubscriptionResumed).toHaveBeenCalledWith(event);\n    });\n\n    it('handles customer subscription updated event', async () => {\n      const event = { type: 'customer.subscription.updated' };\n      const res = responseFixture();\n      await postWebhook(requestFixture({ body: event }), res, nextFunctionFixture());\n      expect(handleCustomerSubscriptionUpdated).toHaveBeenCalledWith(event);\n    });\n  });\n});\n"
  },
  {
    "path": "src/controllers/stripe/index.ts",
    "content": "import { API_ROUTE } from '../../config';\nimport Plan from '../../shared/constants/Plan';\nimport {\n  handleCustomerSubscriptionCreated,\n  handleCustomerSubscriptionDeleted,\n  handleCustomerSubscriptionPaused,\n  handleCustomerSubscriptionResumed,\n  handleCustomerSubscriptionUpdated,\n} from './webhooks';\nimport initializeStripe from '../../services/stripe';\nimport { MiddleWare } from '../../types';\n\nconst stripe = initializeStripe();\n\nconst productPlans: { [key: string]: Plan } = {\n  igbo_api_team: Plan.TEAM,\n};\n\nexport const postCheckoutSession: MiddleWare = async (req, res) => {\n  const prices = await stripe.prices.list({\n    lookup_keys: [req.body.lookupKey],\n    expand: ['data.product'],\n  });\n\n  const session = await stripe.checkout.sessions.create({\n    billing_address_collection: 'auto',\n    line_items: [\n      {\n        price: prices.data[0].id,\n        quantity: 1,\n      },\n    ],\n    metadata: {\n      developerId: req.body.developerId,\n      plan: productPlans[req.body.lookupKey],\n    },\n    mode: 'subscription',\n    success_url: `${API_ROUTE}/?success=true&session_id={CHECKOUT_SESSION_ID}`,\n    cancel_url: `${API_ROUTE}/?canceled=true`,\n  });\n\n  return res.redirect(303, session.url || '/');\n};\n\nexport const postPortalSession: MiddleWare = async (req, res) => {\n  const { sessionId } = req.body;\n  const checkoutSession = await stripe.checkout.sessions.retrieve(sessionId);\n\n  if (!checkoutSession.customer) {\n    throw new Error('No associated customer with checkout session');\n  }\n\n  const returnUrl = API_ROUTE;\n\n  const portalSession = await stripe.billingPortal.sessions.create({\n    customer: `${checkoutSession.customer}`,\n    return_url: returnUrl,\n  });\n\n  return res.redirect(303, portalSession.url);\n};\n\nexport const postWebhook: MiddleWare = async (req, res) => {\n  const event = req.body;\n\n  // Handle the event\n  if (event.type === 'customer.subscription.created') {\n    await handleCustomerSubscriptionCreated(event);\n  } else if (event.type === 'customer.subscription.deleted') {\n    await handleCustomerSubscriptionDeleted(event);\n  } else if (event.type === 'customer.subscription.paused') {\n    await handleCustomerSubscriptionPaused(event);\n  } else if (event.type === 'customer.subscription.resumed') {\n    await handleCustomerSubscriptionResumed(event);\n  } else if (event.type === 'customer.subscription.updated') {\n    await handleCustomerSubscriptionUpdated(event);\n  } else {\n    console.log(`Unhandled event type ${event.type}`);\n  }\n\n  return res.send();\n};\n"
  },
  {
    "path": "src/controllers/stripe/webhooks.ts",
    "content": "import Stripe from 'stripe';\nimport { putDeveloperHelper } from '../developers';\nimport AccountStatus from '../../shared/constants/AccountStatus';\nimport Plan from '../../shared/constants/Plan';\n\ninterface Event {\n  data: { object: Stripe.Subscription };\n}\n\n/**\n * Handles the event of creating a new customer subscription\n * @param event Subscription event\n */\nexport const handleCustomerSubscriptionCreated = async (event: Event) => {\n  const {\n    customer,\n    metadata: { developerId, plan },\n  } = event.data.object;\n\n  await putDeveloperHelper({\n    query: { _id: developerId },\n    data: {\n      stripeId: customer as string,\n      plan: plan as Plan,\n      accountStatus: AccountStatus.ACTIVE,\n    },\n  });\n};\n\n/**\n * Handles the event of deleting a customer subscription\n * @param event Subscription event\n */\nexport const handleCustomerSubscriptionDeleted = async (event: Event) => {\n  const { customer, status } = event.data.object;\n\n  await putDeveloperHelper({\n    query: { stripeId: customer },\n    data: { plan: Plan.STARTER, accountStatus: status },\n  });\n};\n\n/**\n * Handles the event of pausing a customer subscription\n * @param event Subscription event\n */\nexport const handleCustomerSubscriptionPaused = async (event: Event) => {\n  const { customer, status } = event.data.object;\n\n  await putDeveloperHelper({\n    query: { stripeId: customer },\n    data: { accountStatus: status },\n  });\n};\n\n/**\n * Handles the event of resuming a customer subscription\n * @param event Subscription event\n */\nexport const handleCustomerSubscriptionResumed = async (event: Event) => {\n  const { customer, status } = event.data.object;\n\n  await putDeveloperHelper({\n    query: { stripeId: customer },\n    data: { accountStatus: status },\n  });\n};\n\n/**\n * Handles the event of updating a customer subscription\n * @param event Subscription event\n */\nexport const handleCustomerSubscriptionUpdated = async (event: Event) => {\n  const { customer, status } = event.data.object;\n\n  await putDeveloperHelper({\n    query: { stripeId: customer },\n    data: {\n      accountStatus: status,\n    },\n  });\n};\n"
  },
  {
    "path": "src/controllers/translation.ts",
    "content": "import axios from 'axios';\nimport { MiddleWare } from '../types';\nimport { ENGLIGH_TO_IGBO_API, IGBO_TO_ENGLISH_API, MAIN_KEY } from '../config';\nimport { z } from 'zod';\nimport { fromError } from 'zod-validation-error';\nimport LanguageEnum from '../shared/constants/LanguageEnum';\n\n\nexport interface Translation {\n  translation: string;\n}\n\nexport type LanguageCode = `${LanguageEnum}`\n\ntype SupportedLanguage = {\n  [key in LanguageCode]?: {\n    maxInputLength: number,\n    translationAPI: string,\n  }\n}\nconst SUPPORTED_TRANSLATIONS: { [key in LanguageCode]: SupportedLanguage} = {\n  [LanguageEnum.IGBO]: {\n    [LanguageEnum.ENGLISH]: {\n      maxInputLength: 120,\n      translationAPI: IGBO_TO_ENGLISH_API,\n    },\n  },\n  [LanguageEnum.ENGLISH]: {\n    [LanguageEnum.IGBO]: {\n      maxInputLength: 150,\n      translationAPI: ENGLIGH_TO_IGBO_API,\n    },\n  },\n  [LanguageEnum.YORUBA]: {},\n  [LanguageEnum.HAUSA]: {},\n  [LanguageEnum.UNSPECIFIED]: {},\n};\n\nconst TranslationRequestBody = z.object({\n  text: z.string(),\n  sourceLanguageCode: z.nativeEnum(LanguageEnum),\n  destinationLanguageCode: z.nativeEnum(LanguageEnum),\n});\n\nconst PayloadKeyMap = {\n  [LanguageEnum.IGBO]: 'igbo',\n  [LanguageEnum.ENGLISH]: 'english',\n  [LanguageEnum.YORUBA]: 'yoruba',\n  [LanguageEnum.HAUSA]: 'hausa',\n  [LanguageEnum.UNSPECIFIED]: 'unspecified',\n}\n\n/**\n * Talks to Igbo-to-English translation model to translate the provided text.\n * @param req\n * @param res\n * @param next\n * @returns English text translation of the provided Igbo text\n */\nexport const getTranslation: MiddleWare = async (req, res, next) => {\n  console.log(\"inside translation endpoint\")\n  try {\n    const requestBodyValidation = TranslationRequestBody.safeParse(req.body);\n    if (!requestBodyValidation.success) {\n      throw fromError(requestBodyValidation.error);\n    }\n\n    const requestBody = requestBodyValidation.data;\n    const sourceLanguage = requestBody.sourceLanguageCode\n    const destinationLanguage = requestBody.destinationLanguageCode\n\n    if (sourceLanguage === destinationLanguage) {\n      throw new Error('Source and destination languages must be different');\n    }\n\n    if (\n      !(sourceLanguage in SUPPORTED_TRANSLATIONS &&\n      destinationLanguage in SUPPORTED_TRANSLATIONS[sourceLanguage])\n    ) {\n      throw new Error(\n        `${sourceLanguage} to ${destinationLanguage} translation is not yet supported`\n      );\n    }\n    const textToTranslate = requestBody.text;\n    const maxInputLength = SUPPORTED_TRANSLATIONS[sourceLanguage][destinationLanguage]!.maxInputLength\n    if (!textToTranslate) {\n      throw new Error('Cannot translate empty string');\n    }\n\n    if (textToTranslate.length > maxInputLength) {\n      throw new Error(\n        `Cannot translate text greater than ${maxInputLength} characters`\n      );\n    }\n\n    // TODO: joint model will standardize request\n    const payload = {\n      [PayloadKeyMap[sourceLanguage]]: textToTranslate\n    }\n\n    // Talks to translation endpoint\n    console.log(`translating on ${SUPPORTED_TRANSLATIONS[sourceLanguage][destinationLanguage]!.translationAPI} `)\n    const { data: response } = await axios.request<Translation>({\n      method: 'POST',\n      url: SUPPORTED_TRANSLATIONS[sourceLanguage][destinationLanguage]!.translationAPI,\n      headers: {\n        'Content-Type': 'application/json',\n        'X-API-Key': MAIN_KEY,\n      },\n      data: payload,\n    });\n    console.log(`sending translation: ${response.translation}`);\n    return res.send({ translation: response.translation });\n  } catch (err) {\n    return next(err);\n  }\n};\n"
  },
  {
    "path": "src/controllers/types.ts",
    "content": "import { Document } from 'mongoose';\nimport { OutgoingExample, OutgoingLegacyExample, OutgoingWord, OutgoingLegacyWord } from '../types';\n\ntype ResponseData = {\n  contentLength: number,\n};\n\nexport interface ExampleResponseData extends ResponseData {\n  examples: OutgoingExample[] | OutgoingLegacyExample[];\n}\n\nexport interface WordResponseData extends ResponseData {\n  words: Partial<OutgoingWord | Document<OutgoingWord> | Document<OutgoingLegacyWord>>[];\n}\n\nexport type Filters = {\n  tags?: { $in: string[] },\n  'definitions.wordClass'?: { $in: string[] },\n};\n"
  },
  {
    "path": "src/controllers/utils/__mocks__/fetchBase64Data.ts",
    "content": "export const fetchBase64Data = jest.fn(() => '');\n"
  },
  {
    "path": "src/controllers/utils/__tests__/minimizeVerbsAndSuffixes.test.ts",
    "content": "import Version from '../../../shared/constants/Version';\nimport WordClass from '../../../shared/constants/WordClass';\nimport { definitionFixture, incomingWordFixture } from '../../../__tests__/shared/fixtures';\nimport minimizeVerbsAndSuffixes from '../minimizeVerbsAndSuffixes';\nimport WordClassEnum from '../../../shared/constants/WordClassEnum';\n\ndescribe('minimizeVerbsAndSuffixes', () => {\n  it('minimizes the verbs and suffixes to include basic fields', () => {\n    const words = [\n      incomingWordFixture({\n        word: 'first word',\n        definitions: [definitionFixture({})],\n        stems: [],\n        relatedTerms: [],\n        id: '123',\n      }),\n      incomingWordFixture({\n        word: 'second word',\n        definitions: [definitionFixture({ wordClass: WordClassEnum.ADV })],\n        stems: [],\n        relatedTerms: [],\n        id: '456',\n      }),\n      incomingWordFixture({\n        word: 'third word',\n        definitions: [definitionFixture({ wordClass: WordClassEnum.PREP })],\n        stems: [],\n        relatedTerms: [],\n        id: '789',\n      }),\n    ];\n    const minimizedWords = minimizeVerbsAndSuffixes(words, Version.VERSION_2);\n    expect(minimizedWords).toEqual({\n      suffixes: [\n        { word: 'first word', definitions: [{ wordClass: WordClass.NNC.value }] },\n        { word: 'third word', definitions: [{ wordClass: WordClass.PREP.value }] },\n      ],\n      verbs: [{ word: 'second word', definitions: [{ wordClass: WordClass.ADV.value }] }],\n    });\n  });\n});\n"
  },
  {
    "path": "src/controllers/utils/__tests__/parseAWS.test.ts",
    "content": "import { parseAWSIdFromKey, parseAWSIdFromUri } from '../parseAWS';\n\ndescribe('parseAWS', () => {\n  it('parses out audio Id from AWS Key', () => {\n    const res = parseAWSIdFromKey('audio-pronunciations/audioId.mp3');\n    expect(res).toEqual('audioId');\n  });\n\n  it('does not parse out audio Id correctly for AWS Key', () => {\n    const res = parseAWSIdFromKey(\n      'https://igbo-api.s3.us-east-2.com/audio-pronunciations/audioId.mp3'\n    );\n    expect(res).not.toEqual('audioId');\n  });\n\n  it('parses out audio Id from AWS URI', () => {\n    const res = parseAWSIdFromUri(\n      'https://igbo-api.s3.us-east-2.com/audio-pronunciations/audioId.mp3'\n    );\n    expect(res).toEqual('audioId');\n  });\n\n  it('does not parse out audio Id correctly for AWS URI', () => {\n    try {\n      parseAWSIdFromUri('audio-pronunciations/audioId.mp3');\n    } catch (err) {\n      expect(err).toBeTruthy();\n    }\n  });\n});\n"
  },
  {
    "path": "src/controllers/utils/__tests__/queries.test.ts",
    "content": "import createRegExp from '../../../shared/utils/createRegExp';\nimport { searchExamplesRegexQuery } from '../queries';\nimport { flagsFixture } from '../../../__tests__/shared/fixtures';\nimport { SuggestionSourceEnum } from '../../../shared/constants/SuggestionSourceEnum';\n\ndescribe('queries', () => {\n  it('creates a searchExamplesRegexQuery', () => {\n    const regex = createRegExp('testing');\n    const flags = flagsFixture();\n\n    const query = searchExamplesRegexQuery({ regex, flags });\n    expect(query.$and).toHaveLength(2);\n    expect(query.$and[0].$or).toMatchObject([\n      {\n        'source.text': { $regex: /(\\W|^)((t)([eEèéēÈÉĒ]+[´́`¯̣̄̀]{0,})(s)(t)(?:es|[sx]|ing)?)(\\W|$)/i },\n      },\n      { 'translations.text': /(\\W|^)((t)([eEèéēÈÉĒ]+[´́`¯̣̄̀]{0,})(s)(t)(?:es|[sx]|ing)?)(\\W|$)/i },\n    ]);\n    expect(query.$and[1].$or).toEqual([\n      { origin: { $exists: false } },\n      { origin: { $eq: SuggestionSourceEnum.INTERNAL } },\n    ]);\n  });\n});\n"
  },
  {
    "path": "src/controllers/utils/buildDocs.ts",
    "content": "import { Aggregate, Model as ModelType, PipelineStage } from 'mongoose';\nimport { assign, flatten, flow, omit } from 'lodash';\nimport Version from '../../shared/constants/Version';\nimport { wordSchema } from '../../models/Word';\nimport { exampleSchema } from '../../models/Example';\nimport Dialects from '../../shared/constants/Dialect';\nimport { createDbConnection, handleCloseConnection } from '../../services/database';\nimport WordAttributeEnum from '../../shared/constants/WordAttributeEnum';\nimport {\n  IncomingExample,\n  NsibidiCharacter as NsibidiCharacterType,\n  OutgoingExample,\n  OutgoingWord,\n  OutgoingLegacyWord,\n} from '../../types';\nimport { nsibidiCharacterSchema } from '../../models/NsibidiCharacter';\n\ntype NestedDoc = { _id?: string, __v?: number };\n\n/**\n * Removes _id and __v from nested documents\n * Normalizes (removes accent marks) from word and example's igbo\n */\nconst removeKeysInNestedDoc = <T>(docs: T[], nestedDocsKey: keyof T) => {\n  docs.forEach((doc: T) => {\n    const updatedDoc = assign(doc);\n    // @ts-expect-error not assignable to never\n    updatedDoc[nestedDocsKey] = ((doc[nestedDocsKey] as NestedDoc[]) || []).map(\n      (nestedDoc: NestedDoc) => {\n        const updatedNestedDoc = assign(nestedDoc, { id: nestedDoc._id });\n        delete updatedNestedDoc._id;\n        delete updatedNestedDoc.__v;\n        return updatedNestedDoc;\n      }\n    );\n    return updatedDoc;\n  });\n  return docs;\n};\n\nconst cleanExamples = ({ examples, version }: { examples: IncomingExample[], version: Version }) =>\n  examples.map((example) => {\n    const cleanedExample = omit(\n      assign({\n        ...example,\n        igbo: '',\n        english: '',\n      }),\n      ['source', 'translations', 'projectId']\n    ) as Omit<IncomingExample, 'source' | 'translations' | 'projectId'> & {\n      igbo: string,\n      english: string,\n      pronunciation?: string,\n      pronunciations?: string[],\n    };\n    if (version === Version.VERSION_1) {\n      cleanedExample.pronunciation = example.source.pronunciations?.[0]?.audio || '';\n    } else {\n      cleanedExample.pronunciations = example.source.pronunciations.map(({ audio }) => audio);\n    }\n\n    // To prevent v1 an v2, source and translations will be converted back to igbo and english\n    cleanedExample.igbo = example.source.text;\n    cleanedExample.english = example.translations[0]?.text;\n    return cleanedExample;\n  });\n\n/**\n * Creates foundation for Word aggregation pipeline\n * @param {*} match\n * @returns Word aggregation pipeline\n */\nconst generateAggregationBase = <T>(\n  Model: ModelType<T>,\n  match: PipelineStage.Match['$match']\n): Aggregate<T[]> => Model.aggregate<T>().match(match);\n\n/* Performs a outer left lookup to append associated examples\n * and returns a plain word object, not a Mongoose Query\n */\nexport const findWordsWithMatch = async ({\n  match,\n  version,\n  lean = false,\n}: {\n  match: PipelineStage.Match['$match'],\n  version: Version,\n  lean?: boolean,\n  queryLabel?: string,\n}) => {\n  const connection = createDbConnection();\n  const Word = connection.model<OutgoingWord>('Word', wordSchema);\n  try {\n    let words = generateAggregationBase<OutgoingWord>(Word, match);\n\n    if (!lean) {\n      words = words.lookup({\n        from: 'examples',\n        localField: '_id',\n        foreignField: 'associatedWords',\n        as: 'examples',\n      });\n    }\n\n    if (!lean && version === Version.VERSION_2) {\n      words = words.lookup({\n        from: 'words',\n        localField: 'stems',\n        foreignField: '_id',\n        as: 'stems',\n      });\n\n      words = words.lookup({\n        from: 'words',\n        localField: 'relatedTerms',\n        foreignField: '_id',\n        as: 'relatedTerms',\n      });\n    }\n\n    words = words\n      .project({\n        id: '$_id',\n        _id: 0,\n        word: 1,\n        definitions: 1,\n        variations: 1,\n        stems: 1,\n        relatedTerms: 1,\n        updatedAt: 1,\n        pronunciation: 1,\n        attributes: 1,\n        tenses: 1,\n        examples: 1,\n        dialects: 1,\n        tags: 1,\n      })\n      .append({ $unset: `attributes.${WordAttributeEnum.IS_COMPLETE}` });\n\n    const cleanedWords = removeKeysInNestedDoc<OutgoingWord>(await words, 'examples').map(\n      (word) => {\n        const updatedWord = assign(word);\n        // @ts-expect-error different versions\n        updatedWord.examples = cleanExamples({ examples: updatedWord.examples || [], version });\n        return updatedWord;\n      }\n    );\n    const contentLength = cleanedWords.length;\n\n    const finalWords = cleanedWords.map((cleanedWord: OutgoingWord) => {\n      if (version === Version.VERSION_1) {\n        const word: OutgoingLegacyWord = assign(omit(cleanedWord, ['tags', 'dialects']), {\n          wordClass: '',\n          nsibidi: '',\n          definitions: [],\n          dialects: {},\n        });\n        word.wordClass = cleanedWord.definitions[0].wordClass;\n        word.nsibidi = cleanedWord.definitions[0].nsibidi;\n        word.definitions = flatten(cleanedWord.definitions.map(({ definitions }) => definitions));\n        word.dialects = (cleanedWord.dialects || []).reduce(\n          (finalDialects, dialect) => ({\n            ...finalDialects,\n            [dialect.word]: {\n              ...dialect,\n              dialects: dialect.dialects.map((d) => Dialects[d].label),\n            },\n          }),\n          {}\n        );\n        return word;\n      }\n      return cleanedWord;\n    });\n\n    await handleCloseConnection(connection);\n    return { words: finalWords, contentLength };\n  } catch (err: any) {\n    console.log('An error occurred', err);\n    await handleCloseConnection(connection);\n    throw err;\n  }\n};\n\nexport const findExamplesWithMatch = async ({\n  match,\n  version,\n}: {\n  match: Record<string, RegExp | object>,\n  version: Version,\n}): Promise<{ examples: OutgoingExample[], contentLength: number }> => {\n  const connection = createDbConnection();\n  const Example = connection.model<IncomingExample>('Example', exampleSchema);\n  try {\n    let examples = generateAggregationBase<IncomingExample>(Example, match);\n\n    examples = examples.project({\n      id: '$_id',\n      _id: 0,\n      source: 1,\n      translations: 1,\n      meaning: 1,\n      style: 1,\n      associatedWords: 1,\n      ...(version === Version.VERSION_2 ? { associatedDefinitionsSchemas: 1 } : {}),\n      pronunciations: 1,\n    });\n\n    // Returns only the first pronunciation for the example sentence\n    const allExamples = cleanExamples({ examples: await examples, version });\n    const contentLength = allExamples.length;\n\n    await handleCloseConnection(connection);\n    // @ts-expect-error incorrect example types\n    return { examples: allExamples, contentLength };\n  } catch (err) {\n    await handleCloseConnection(connection);\n    throw err;\n  }\n};\n\nexport const findNsibidiCharactersWithMatch = async ({\n  match,\n  version,\n}: {\n  match: Record<string, RegExp | object>,\n  version: Version,\n}): Promise<{ nsibidiCharacters: NsibidiCharacterType[], contentLength: number }> => {\n  const connection = createDbConnection();\n  const NsibidiCharacter = connection.model<NsibidiCharacterType>(\n    'NsibidiCharacter',\n    nsibidiCharacterSchema\n  );\n\n  if (version !== Version.VERSION_2) {\n    return { nsibidiCharacters: [], contentLength: 0 };\n  }\n\n  try {\n    let nsibidiCharacters = generateAggregationBase<NsibidiCharacterType>(NsibidiCharacter, match);\n    nsibidiCharacters = nsibidiCharacters.project({\n      id: '$_id',\n      _id: 0,\n      nsibidi: 1,\n      definitions: 1,\n      pronunciation: 1,\n      radicals: 1,\n      wordClass: 1,\n    });\n\n    const cleanNsibidiCharacters = flow([\n      (docs) => removeKeysInNestedDoc<NsibidiCharacterType>(docs, 'definitions'),\n      (docs) => removeKeysInNestedDoc<NsibidiCharacterType>(docs, 'radicals'),\n    ]);\n    const cleanedNsibidiCharacters = cleanNsibidiCharacters(await nsibidiCharacters);\n    const contentLength = cleanedNsibidiCharacters.length;\n\n    await handleCloseConnection(connection);\n    return { nsibidiCharacters: cleanedNsibidiCharacters, contentLength };\n  } catch (err) {\n    await handleCloseConnection(connection);\n    throw err;\n  }\n};\n"
  },
  {
    "path": "src/controllers/utils/convertToSkipAndLimit.ts",
    "content": "const DEFAULT_RESPONSE_LIMIT = 10;\nconst MAX_RESPONSE_LIMIT = 25;\n\n/* Validates the provided range */\nconst isValidRange = (range: number[]): boolean => {\n  if (!Array.isArray(range)) {\n    return false;\n  }\n\n  /* Invalid range if first element is larger than the second */\n  if (range[0] >= range[1]) {\n    return false;\n  }\n\n  const validRange = range;\n  validRange[1] += 1;\n  return !(validRange[1] - validRange[0] > MAX_RESPONSE_LIMIT) && !(validRange[1] - validRange[0] < 0);\n};\n\n/* Takes both page and range and converts them into appropriate skip and limit */\nconst convertToSkipAndLimit = ({ page, range }: { page: number; range: number[] }) => {\n  let skip = 0;\n  let limit = 10;\n  if (isValidRange(range)) {\n    [skip] = range;\n    limit = range[1] - range[0];\n    return { skip, limit };\n  }\n\n  if (Number.isNaN(page)) {\n    throw new Error('Page is not a number.');\n  }\n  const calculatedSkip = page * DEFAULT_RESPONSE_LIMIT;\n  if (calculatedSkip < 0) {\n    throw new Error('Page must be a positive number.');\n  }\n  return { skip: calculatedSkip, limit };\n};\n\nexport default convertToSkipAndLimit;\n"
  },
  {
    "path": "src/controllers/utils/fetchBase64Data.ts",
    "content": "/**\n * Fetches the audio from the url and returns its base64 string\n * @param url\n * @returns base64 string of audio\n */\nexport const fetchBase64Data = async (url: string) => {\n  const fetchedAudio = await fetch(url);\n  const data = await fetchedAudio.arrayBuffer();\n  const base64 = btoa(String.fromCharCode(...new Uint8Array(data)));\n  return base64;\n};\n"
  },
  {
    "path": "src/controllers/utils/index.ts",
    "content": "import { Response } from 'express';\nimport ExampleStyles from '../../shared/constants/ExampleStyles';\nimport Version from '../../shared/constants/Version';\nimport createRegExp from '../../shared/utils/createRegExp';\nimport removePrefix from '../../shared/utils/removePrefix';\nimport { IgboAPIRequest, OutgoingExample, OutgoingWord } from '../../types';\nimport { OutgoingLegacyWord } from '../../types/word';\nimport { Filters } from '../types';\nimport convertToSkipAndLimit from './convertToSkipAndLimit';\nimport parseRange from './parseRange';\nimport { Flags, Keyword } from './types';\n\nconst createSimpleRegExp = (keywords: { text: string }[]) => ({\n  wordReg: new RegExp(\n    `${keywords\n      .map((keyword) => `(${createRegExp(keyword.text, true).wordReg.source})`)\n      .join('|')}`,\n    'i'\n  ),\n  exampleReg: new RegExp(\n    `${keywords\n      .map((keyword) => `(${createRegExp(keyword.text, true).exampleReg.source})`)\n      .join('|')}`,\n    'i'\n  ),\n  definitionsReg: new RegExp(\n    `${keywords\n      .map((keyword) => `(${createRegExp(keyword.text, true).definitionsReg.source})`)\n      .join('|')}`,\n    'i'\n  ),\n  hardDefinitionsReg: new RegExp(\n    `${keywords\n      .map(\n        (keyword) =>\n          `(${\n            (createRegExp(keyword.text, true).hardDefinitionsReg || { source: keyword.text }).source\n          })`\n      )\n      .join('|')}`,\n    'i'\n  ),\n});\n\n/* Determines if an empty response should be returned\n * if the request comes from an application not using MAIN_KEY\n */\nconst constructRegexQuery = ({\n  isUsingMainKey,\n  keywords,\n}: {\n  isUsingMainKey: boolean | undefined,\n  keywords: { text: string }[],\n}) =>\n  isUsingMainKey\n    ? createSimpleRegExp(keywords)\n    : keywords?.length\n      ? createSimpleRegExp(keywords)\n      : {\n          wordReg: /^[.{0,}\\n{0,}]/,\n          exampleReg: /^[.{0,}\\n{0,}]/,\n          definitionsReg: /^[.{0,}\\n{0,}]/,\n        };\n\n/* Packages the res response with sorting */\nexport const packageResponse = ({\n  res,\n  docs,\n  contentLength,\n  version,\n}: {\n  res: Response,\n  docs:\n    | Partial<OutgoingWord>\n    | Partial<OutgoingLegacyWord>\n    | Partial<OutgoingExample>\n    | Partial<OutgoingWord>[]\n    | Partial<OutgoingLegacyWord>[]\n    | Partial<OutgoingExample>[],\n  contentLength: number,\n  version: Version,\n}) => {\n  res.set({ 'Content-Range': contentLength });\n  const response = version === Version.VERSION_2 ? { data: docs, length: contentLength } : docs;\n  return res.send(response);\n};\n\n/* Converts the filter query into a word to be used as the keyword query */\nconst convertFilterToKeyword = (filter = '{\"word\": \"\"}') => {\n  try {\n    const parsedFilter = typeof filter === 'object' ? filter : JSON.parse(filter) || { word: '' };\n    const firstFilterKey = Object.keys(parsedFilter)[0];\n    return parsedFilter[firstFilterKey];\n  } catch {\n    throw new Error(\n      `Invalid filter query syntax. Expected: {\"word\":\"filter\"}, Received: ${filter}`\n    );\n  }\n};\n\n/* Handles all the queries for searching in the database */\nexport const handleQueries = async ({\n  query = {},\n  params = {},\n  isUsingMainKey,\n  baseUrl,\n  redisClient,\n}: IgboAPIRequest) => {\n  const {\n    keyword: keywordQuery = '',\n    page: pageQuery = '0',\n    range: rangeQuery = '',\n    filter: filterQuery,\n    strict: strictQuery,\n    dialects: dialectsQuery,\n    examples: examplesQuery,\n    style: stylesQuery,\n    tags: tagsQuery,\n    wordClasses: wordClassesQuery,\n    resolve: resolveQuery,\n  } = query;\n  const { id } = params;\n  const hasQuotes = keywordQuery && keywordQuery.match(/[\"'].*[\"']/) !== null;\n  const keyword = keywordQuery.replace(/[\"']/g, '');\n  const version = baseUrl.endsWith(Version.VERSION_2) ? Version.VERSION_2 : Version.VERSION_1;\n  const filter = convertFilterToKeyword(filterQuery);\n  const searchWord = removePrefix(keyword || filter || '').replace(/[Aa]na m /, 'm ');\n  const regex = constructRegexQuery({ isUsingMainKey, keywords: [{ text: searchWord }] });\n  const keywords: Keyword[] = [];\n  const page = parseInt(pageQuery, 10);\n  const range = parseRange(rangeQuery);\n  const { skip, limit } = convertToSkipAndLimit({ page, range });\n  const strict = strictQuery === 'true';\n  const dialects = dialectsQuery === 'true';\n  const examples = examplesQuery === 'true';\n  // @ts-expect-error toUpperCase\n  const style = stylesQuery && ExampleStyles[stylesQuery.toUpperCase()].value;\n  const tags = tagsQuery\n    ? tagsQuery\n        .replace(/[[\\]']/g, '')\n        .split(',')\n        .map((tag) => tag.trim())\n    : [];\n  const wordClasses = wordClassesQuery\n    ? wordClassesQuery\n        .replace(/[[\\]']/g, '')\n        .split(',')\n        .map((wordClass) => wordClass.trim())\n        .sort()\n    : [];\n  const resolve = resolveQuery === 'true';\n  const flags: Flags = {\n    dialects,\n    examples,\n    style,\n    resolve,\n  };\n\n  const filters: Filters = {\n    ...(tags?.length ? { tags: { $in: tags } } : {}),\n    ...(wordClasses?.length ? { 'definitions.wordClass': { $in: wordClasses } } : {}),\n  };\n\n  return {\n    id,\n    version,\n    searchWord,\n    keywords,\n    regex,\n    page,\n    skip,\n    limit,\n    strict,\n    flags,\n    filters,\n    hasQuotes,\n    isUsingMainKey,\n    redisClient,\n  };\n};\n"
  },
  {
    "path": "src/controllers/utils/minimizeVerbsAndSuffixes.ts",
    "content": "import { assign, pick } from 'lodash';\nimport Version from '../../shared/constants/Version';\nimport WordClassEnum from '../../shared/constants/WordClassEnum';\nimport { MinimizedWord } from './types';\nimport { OutgoingWord } from '../../types';\n\nconst isVerb = (wordClass: WordClassEnum) =>\n  wordClass === WordClassEnum.ADV ||\n  wordClass === WordClassEnum.AV ||\n  wordClass === WordClassEnum.PV ||\n  wordClass === WordClassEnum.MV;\n\nconst minimizeVerbsAndSuffixes = (words: Partial<OutgoingWord>[], version: Version) => {\n  const minimizedWords = words.reduce(\n    (finalVerbsAndSuffixes, word) => {\n      const minimizedWord = pick(assign(word), ['word', 'definitions']) as MinimizedWord;\n      minimizedWord.definitions =\n        version === Version.VERSION_2\n          ? (minimizedWord.definitions || []).map((definition) =>\n              pick(assign(definition), ['wordClass'])\n            )\n          : minimizedWord.definitions;\n      if (minimizedWord.definitions.some(({ wordClass }) => isVerb(wordClass))) {\n        finalVerbsAndSuffixes.verbs.push(minimizedWord);\n      } else {\n        finalVerbsAndSuffixes.suffixes.push(minimizedWord);\n      }\n      return finalVerbsAndSuffixes;\n    },\n    { verbs: [], suffixes: [] } as { verbs: MinimizedWord[], suffixes: MinimizedWord[] }\n  );\n  return minimizedWords;\n};\n\nexport default minimizeVerbsAndSuffixes;\n"
  },
  {
    "path": "src/controllers/utils/minimizeWords.ts",
    "content": "import { assign, omit } from 'lodash';\nimport { Types } from 'mongoose';\nimport Version from '../../shared/constants/Version';\nimport {\n  Definition,\n  LegacyWordDialect,\n  OutgoingLegacyWord,\n  OutgoingWord,\n  WordDialect,\n} from '../../types/word';\nimport { OutgoingExample } from '../../types';\n\ntype MinimizedWord = Omit<\n  Partial<OutgoingWord> | Partial<OutgoingLegacyWord>,\n  // @ts-expect-error trailing comma\n  'definitions' | 'examples' | 'dialects' | 'relatedTerms' | 'stems',\n> & {\n  definitions: Partial<Definition>[] | string[] | undefined,\n  examples: Partial<OutgoingExample>[],\n  tenses: string[] | undefined,\n  dialects?: Partial<WordDialect>[] | LegacyWordDialect | undefined,\n  relatedTerms?: (string | Partial<{ word: string, _id: Types.ObjectId }>)[],\n  stems?: (string | Partial<{ word: string, _id: Types.ObjectId }>)[],\n};\nconst minimizeWords = (\n  words: Partial<OutgoingWord>[] | Partial<OutgoingLegacyWord>[],\n  version: Version\n) => {\n  const minimizedWords = words.map((word) => {\n    let minimizedWord: Partial<MinimizedWord> = assign(word);\n    minimizedWord = omit(minimizedWord, ['hypernyms', 'hyponyms', 'updatedAt', 'createdAt']);\n    minimizedWord.definitions =\n      version === Version.VERSION_2\n        ? ((minimizedWord.definitions || []).map((definition) => {\n            let minimizedDefinition: Partial<Definition> | string = assign(definition);\n            if (typeof definition === 'object') {\n              minimizedDefinition = omit(minimizedDefinition as Partial<Definition>, [\n                'label',\n                'igboDefinitions',\n                '_id',\n                'id',\n              ]);\n              if (!minimizedDefinition.nsibidi) {\n                minimizedDefinition = omit(minimizedDefinition, ['nsibidi']);\n              }\n            }\n            return minimizedDefinition;\n          }) as Partial<Definition>[] | string[])\n        : minimizedWord.definitions;\n    if (!minimizedWord.variations?.length) {\n      minimizedWord = omit(minimizedWord, ['variations']);\n    }\n    if (minimizedWord.examples?.length) {\n      minimizedWord.examples = minimizedWord.examples?.map((example) => {\n        const originalExample = assign(example);\n        const minimizedExample = omit(originalExample, [\n          'associatedWords',\n          'updatedAt',\n          'createdAt',\n          'meaning',\n          'style',\n          'associatedDefinitionsSchemas',\n          'archived',\n          'id',\n        ]);\n        return minimizedExample;\n      });\n    }\n\n    const tensesValues = Object.values(minimizedWord.tenses || {});\n    if (!tensesValues.length || tensesValues.every((tense) => tense === '')) {\n      minimizedWord = omit(minimizedWord, ['tenses']);\n    }\n\n    if (version === Version.VERSION_2 && minimizedWord.dialects?.length) {\n      if (Array.isArray(minimizedWord.dialects))\n        minimizedWord.dialects = minimizedWord.dialects.map((dialect) => {\n          let minimizedDialect = omit(dialect, ['variations', 'id', '_id']);\n          if (!minimizedDialect.pronunciation) {\n            minimizedDialect = omit(minimizedDialect, ['pronunciation']);\n          }\n          return minimizedDialect;\n        });\n    } else if (version === Version.VERSION_2 && !minimizedWord.dialects?.length) {\n      minimizedWord = omit(minimizedWord, ['dialects']);\n    }\n\n    if (minimizedWord.relatedTerms?.length) {\n      minimizedWord.relatedTerms = (minimizedWord.relatedTerms || [])\n        .map((relatedTerm): string | { word: string, id: string } => {\n          if (typeof relatedTerm === 'string' || !relatedTerm) {\n            return relatedTerm;\n          }\n          return {\n            word: relatedTerm.word || '',\n            id: (relatedTerm._id || '').toString(),\n          };\n        })\n        .filter((relatedTerm) => Boolean(relatedTerm))\n        .filter((relatedTerm) => {\n          if (typeof relatedTerm === 'string') {\n            return relatedTerm;\n          }\n          return relatedTerm.word && relatedTerm.id;\n        });\n    } else {\n      minimizedWord = omit(minimizedWord, ['relatedTerms']);\n    }\n\n    if (minimizedWord.stems?.length) {\n      minimizedWord.stems = minimizedWord.stems\n        ?.map((stem): { word: string, id: string } | string => {\n          if (typeof stem === 'string' || !stem) {\n            return stem;\n          }\n\n          return {\n            word: stem.word || '',\n            id: (stem._id || '').toString(),\n          };\n        })\n        .filter((stem) => stem)\n        .filter((relatedTerm) => {\n          if (typeof relatedTerm === 'string') {\n            return relatedTerm;\n          }\n          return relatedTerm.word && relatedTerm.id;\n        });\n    } else {\n      minimizedWord = omit(minimizedWord, ['stems']);\n    }\n    return minimizedWord;\n  });\n  return minimizedWords;\n};\n\nexport default minimizeWords;\n"
  },
  {
    "path": "src/controllers/utils/parseAWS.ts",
    "content": "const AWS_AUDIO_PRONUNCIATIONS_DELIMITER = '/audio-pronunciations/';\n\n/**\n * Parses out the document Id (typically the ExampleSuggestion) from the AWS Key.\n * (i.e. audio-pronunciations/<audioId>.mp3)\n * @param awsId AWS Key\n * @returns Audio Id\n */\nexport const parseAWSIdFromKey = (awsId: string) => awsId.split('.')[0].split('/')[1];\n\n/**\n * Parses out the document Id (typically the ExampleSuggestion from the AWS URI).\n * (i.e. https://igbo-api.s3.us-east-2.amazonaws.com/audio-pronunciations/<audioId>.mp3)\n * @param awsUri AWS URI\n * @returns Audio Id\n */\nexport const parseAWSIdFromUri = (awsUri: string) =>\n  awsUri.split(AWS_AUDIO_PRONUNCIATIONS_DELIMITER)[1].split('.')[0];\n"
  },
  {
    "path": "src/controllers/utils/parseRange.ts",
    "content": "/* Parses the ranges query to turn into an array */\nconst parseRange = (range: null | string) => {\n  try {\n    if (!range) {\n      return null;\n    }\n    const parsedRange = typeof range === 'object' ? range : JSON.parse(range) || null;\n    return parsedRange;\n  } catch {\n    throw new Error(`Invalid range query syntax. Expected: [x,y], Received: ${range}`);\n  }\n};\n\nexport default parseRange;\n"
  },
  {
    "path": "src/controllers/utils/queries.ts",
    "content": "import compact from 'lodash/compact';\nimport { cjkRange } from '../../shared/constants/diacriticCodes';\nimport Tenses from '../../shared/constants/Tenses';\nimport StopWords from '../../shared/constants/StopWords';\nimport { Flags, Keyword } from './types';\nimport createRegExp, { SearchRegExp } from '../../shared/utils/createRegExp';\nimport { Filters } from '../types';\nimport { SuggestionSourceEnum } from '../../shared/constants/SuggestionSourceEnum';\n\ntype Keywords = Keyword[];\nconst generateMultipleNsibidi = (keywords: Keywords) =>\n  keywords.map(({ text }) => ({ 'definitions.nsibidi': text }));\n\nconst generateMultipleWordRegex = (keywords: Keywords) =>\n  keywords.map(({ regex }) => ({ word: { $regex: regex.wordReg.source, $options: 'i' } }));\n\nconst generateMultipleDefinitionsRegex = (keywords: Keywords) => ({\n  'definitions.definitions': { $in: compact(keywords.map(({ regex }) => regex?.definitionsReg)) },\n});\n\nconst generateMultipleVariationsRegex = (keywords: Keywords) => {\n  const { regex } = keywords[0];\n  return { variations: { $in: [regex.wordReg.source] } };\n};\n\nconst generateMultipleDialectsWordRegex = (keywords: Keywords) => {\n  const { regex } = keywords[0];\n  return { 'dialects.word': { $regex: regex.wordReg.source, $options: 'i' } };\n};\n\nconst generateMultipleTensesWordRegex = (keywords: Keywords) => {\n  const tenses = Object.values(Tenses).map(({ value }) => {\n    const { regex } = keywords[0];\n    return { [`tenses.${value}`]: { $regex: regex.wordReg.source, $options: 'i' } };\n  });\n  return tenses;\n};\n\nconst fullTextSearchQuery = ({\n  keywords,\n  isUsingMainKey,\n  filters = {},\n}: {\n  keywords: Keywords,\n  isUsingMainKey: boolean | undefined,\n  filters: Filters,\n}) => {\n  const hasNsibidi = keywords.some(({ text }) => text.match(new RegExp(cjkRange)));\n  return isUsingMainKey && !keywords?.length\n    ? filters\n    : !isUsingMainKey && !keywords?.length\n      ? { _id: { $exists: false }, id: { $exists: false } }\n      : hasNsibidi\n        ? { $and: [{ $or: generateMultipleNsibidi(keywords) }, filters] }\n        : {\n            $and: [\n              {\n                $or: compact([\n                  ...generateMultipleWordRegex(keywords),\n                  generateMultipleVariationsRegex(keywords),\n                  generateMultipleDialectsWordRegex(keywords),\n                  ...generateMultipleTensesWordRegex(keywords),\n                ]),\n              },\n            ],\n            ...filters,\n          };\n};\nconst fullTextDefinitionsSearchQuery = ({\n  keywords,\n  isUsingMainKey,\n  searchWord = '',\n  filters,\n}: {\n  keywords: Keywords,\n  isUsingMainKey: boolean | undefined,\n  filters: Filters,\n  searchWord: string,\n}) =>\n  !isUsingMainKey && !keywords?.length\n    ? { _id: { $exists: false }, id: { $exists: false } }\n    : !keywords?.length\n      ? filters\n      : {\n          $and: [\n            filters,\n            StopWords.includes(searchWord.toLowerCase()) ? {} : { $text: { $search: searchWord } },\n            generateMultipleDefinitionsRegex(keywords),\n          ],\n        };\n\nconst definitionsQuery = ({\n  regex,\n  searchWord = '',\n  filters,\n}: {\n  regex: SearchRegExp,\n  searchWord: string,\n  filters: Filters,\n}) => ({\n  $and: [\n    filters,\n    StopWords.includes(searchWord.toLowerCase()) ? {} : { $text: { $search: searchWord } },\n    { 'definitions.definitions': { $in: [regex.definitionsReg] } },\n  ],\n});\n\n/* Regex match query used to later to defined the Content-Range response header */\nexport const searchExamplesRegexQuery = ({\n  regex,\n  flags,\n}: {\n  regex: SearchRegExp,\n  flags: Flags,\n}) => ({\n  $and: [\n    {\n      $or: [\n        { 'source.text': { $regex: regex.exampleReg } },\n        { 'translations.text': regex?.definitionsReg },\n      ],\n    },\n    // Only getting Examples that are created in the Igbo API Editor Platform\n    { $or: [{ origin: { $exists: false } }, { origin: { $eq: SuggestionSourceEnum.INTERNAL } }] },\n  ],\n  ...(flags.style ? { style: flags.style } : {}),\n});\nexport const searchIgboTextSearch = fullTextSearchQuery;\nexport const searchDefinitionsWithinIgboTextSearch = fullTextDefinitionsSearchQuery;\n/* Since the word field is not non-accented yet,\n * a strict regex search for words has to be used as a workaround */\nexport const strictSearchIgboQuery = (keywords: Keywords) => ({\n  $or: keywords.map(({ regex }) => ({ word: { $regex: regex.wordReg } })),\n});\nexport const searchEnglishRegexQuery = definitionsQuery;\nexport const searchForAllDevelopers = () => ({\n  name: { $ne: '' },\n});\nexport const searchNsibidiCharactersQuery = (keyword: string) => {\n  const regex = createRegExp(keyword).wordReg;\n  return {\n    $or: [{ nsibidi: { $regex: regex } }, { definitions: { $regex: regex } }],\n  };\n};\n"
  },
  {
    "path": "src/controllers/utils/searchWordUsingEnglish.ts",
    "content": "import { RedisClientType } from 'redis';\nimport { handleWordFlags } from '../../APIs/FlagsAPI';\nimport { getCachedWords, setCachedWords } from '../../APIs/RedisAPI';\nimport Version from '../../shared/constants/Version';\nimport { SearchRegExp } from '../../shared/utils/createRegExp';\nimport { findWordsWithMatch } from './buildDocs';\nimport { searchEnglishRegexQuery } from './queries';\nimport { sortDocsBy } from './sortDocsBy';\n\ntype EnglishSearch = {\n  redisClient: RedisClientType | undefined,\n  version: Version,\n  regex: SearchRegExp,\n  searchWord: string,\n  skip: number,\n  limit: number,\n  flags: {\n    examples: boolean,\n    dialects: boolean,\n    resolve: boolean,\n  },\n  filters: any,\n};\n\n/* Searches for word with English stored in MongoDB */\nconst searchWordUsingEnglish = async ({\n  redisClient,\n  version,\n  regex,\n  searchWord,\n  skip,\n  limit,\n  flags,\n  filters,\n}: EnglishSearch) => {\n  let responseData = { words: [], contentLength: 0 };\n  const redisWordsCacheKey = `\"${searchWord}\"-${JSON.stringify(filters)}-${version}`;\n  const cachedWords = await getCachedWords({ key: redisWordsCacheKey, redisClient });\n\n  if (cachedWords) {\n    responseData = {\n      words: cachedWords.words,\n      contentLength: cachedWords.contentLength,\n    };\n  } else {\n    const query = searchEnglishRegexQuery({ regex, searchWord, filters });\n    const { words, contentLength } = await findWordsWithMatch({ match: query, version });\n    responseData = await setCachedWords({\n      key: redisWordsCacheKey,\n      data: { words, contentLength },\n      redisClient,\n      version,\n    });\n  }\n\n  const sortKey =\n    version === Version.VERSION_1 ? 'definitions[0]' : 'definitions[0].definitions[0]';\n  let sortedWords = sortDocsBy(searchWord, responseData.words, sortKey, version, regex);\n  sortedWords = sortedWords.slice(skip, skip + limit);\n\n  return handleWordFlags({\n    data: { words: sortedWords, contentLength: responseData.contentLength },\n    flags,\n  });\n};\n\nexport default searchWordUsingEnglish;\n"
  },
  {
    "path": "src/controllers/utils/searchWordUsingIgbo.ts",
    "content": "import { compact, uniqWith } from 'lodash';\nimport { RedisClientType } from 'redis';\nimport { handleWordFlags } from '../../APIs/FlagsAPI';\nimport { getCachedWords, setCachedWords } from '../../APIs/RedisAPI';\nimport Version from '../../shared/constants/Version';\nimport { SearchRegExp } from '../../shared/utils/createRegExp';\nimport { Filters } from '../types';\nimport { findWordsWithMatch } from './buildDocs';\nimport {\n  searchDefinitionsWithinIgboTextSearch,\n  searchIgboTextSearch,\n  strictSearchIgboQuery,\n} from './queries';\nimport { sortDocsBy } from './sortDocsBy';\nimport { Keyword } from './types';\n\ntype IgboSearch = {\n  redisClient: RedisClientType | undefined,\n  keywords: Keyword[],\n  strict: boolean,\n  isUsingMainKey: boolean | undefined,\n  version: Version,\n  regex: SearchRegExp,\n  searchWord: string,\n  skip: number,\n  limit: number,\n  flags: {\n    examples: boolean,\n    dialects: boolean,\n    resolve: boolean,\n  },\n  filters: Filters,\n};\n\n/* Searches for a word with Igbo stored in MongoDB */\nconst searchWordUsingIgbo = async ({\n  redisClient,\n  keywords,\n  version,\n  regex,\n  strict,\n  isUsingMainKey,\n  searchWord,\n  skip,\n  limit,\n  flags,\n  filters,\n}: IgboSearch) => {\n  let responseData = { words: [], contentLength: 0 };\n  const redisWordsCacheKey = `${searchWord}-${JSON.stringify(filters)}-${version}`;\n  const cachedWords = await getCachedWords({ key: redisWordsCacheKey, redisClient });\n\n  if (cachedWords) {\n    responseData = {\n      words: cachedWords.words,\n      contentLength: cachedWords.contentLength,\n    };\n  } else {\n    const allSearchKeywords = !keywords.find(({ text }) => text === searchWord)\n      ? compact(searchWord ? keywords.concat({ text: searchWord, wordClass: [], regex }) : null)\n      : keywords;\n    const regularSearchIgboQuery = searchIgboTextSearch({\n      keywords: allSearchKeywords,\n      isUsingMainKey,\n      filters,\n    });\n    const igboQuery = !strict ? regularSearchIgboQuery : strictSearchIgboQuery(allSearchKeywords);\n    const definitionsWithinIgboQuery = searchDefinitionsWithinIgboTextSearch({\n      keywords: allSearchKeywords,\n      isUsingMainKey,\n      searchWord,\n      filters,\n    });\n    const [igboResults, englishResults] = await Promise.all([\n      findWordsWithMatch({ match: igboQuery, version, queryLabel: 'igbo' }),\n      findWordsWithMatch({ match: definitionsWithinIgboQuery, version, queryLabel: 'definitions' }),\n    ]);\n    // Prevents from duplicate word documents from being included in the final words array\n    const words = searchWord\n      ? uniqWith(\n          igboResults.words.concat(englishResults.words),\n          (firstWord, secondWord) => firstWord.id.toString() === secondWord.id.toString()\n        )\n      : igboResults.words;\n    const contentLength = words.length;\n\n    responseData = await setCachedWords({\n      key: redisWordsCacheKey,\n      data: { words, contentLength },\n      redisClient,\n      version,\n    });\n  }\n\n  let sortedWords = sortDocsBy(searchWord, responseData.words, 'word', version, regex);\n  sortedWords = sortedWords.slice(skip, skip + limit);\n\n  return handleWordFlags({\n    data: { words: sortedWords, contentLength: responseData.contentLength },\n    flags,\n  });\n};\n\nexport default searchWordUsingIgbo;\n"
  },
  {
    "path": "src/controllers/utils/sortDocsBy.ts",
    "content": "import stringSimilarity from 'string-similarity';\nimport get from 'lodash/get';\nimport Version from '../../shared/constants/Version';\nimport removeAccents from '../../shared/utils/removeAccents';\nimport removePrefix from '../../shared/utils/removePrefix';\nimport { SearchRegExp } from '../../shared/utils/createRegExp';\nimport { OutgoingWord, OutgoingLegacyWord } from '../../types';\n\nconst MATCHING_DEFINITION_INDEX = 1000;\nconst MATCHING_DEFINITION_INDEX_FACTOR = 100;\nconst WORD_LENGTH_FACTOR = 100;\nconst WORD_LENGTH_DIFFERENCE_FACTOR = 15;\nconst IS_COMMON = 1000;\nconst IS_COMMON_THRESHOLD = -700;\nconst SIMILARITY_FACTOR = 100;\nconst EXACT_MATCH_FACTOR = 2000;\nconst SIMILAR_WORD_THRESHOLD = 1.5;\nconst NO_FACTOR = 0;\n\nconst generateSecondaryKey = (version: Version) =>\n  version === Version.VERSION_1 ? 'definitions[0]' : 'definitions[0].definitions[0]';\n\n/* Sorts all the docs based on the provided searchWord */\nexport const sortDocsBy = (\n  searchWord: string,\n  docs: OutgoingWord[] | OutgoingLegacyWord[],\n  key: string,\n  version: Version,\n  regex: SearchRegExp,\n) =>\n  docs.sort((prevDoc, nextDoc) => {\n    const normalizedSearchWord = removePrefix(searchWord.normalize('NFC'));\n    const prevDocValue = get(prevDoc, key);\n    const nextDocValue = get(nextDoc, key);\n    const cleanedPrevDocValueWithUnderdots = removeAccents\n      .removeExcluding(prevDocValue)\n      .normalize('NFC');\n    const cleanedNextDocValueWithUnderdots = removeAccents\n      .removeExcluding(nextDocValue)\n      .normalize('NFC');\n    const cleanedPrevDocValue = removeAccents.remove(prevDocValue).normalize('NFC');\n    const cleanedNextDocValue = removeAccents.remove(nextDocValue).normalize('NFC');\n    const prevDocValueLengthDifference =\n      WORD_LENGTH_FACTOR -\n      Math.abs(\n        normalizedSearchWord.length - removePrefix(cleanedPrevDocValueWithUnderdots).length,\n      ) *\n        WORD_LENGTH_DIFFERENCE_FACTOR;\n    const nextDocValueLengthDifference =\n      WORD_LENGTH_FACTOR -\n      Math.abs(\n        normalizedSearchWord.length - removePrefix(cleanedNextDocValueWithUnderdots).length,\n      ) *\n        WORD_LENGTH_DIFFERENCE_FACTOR;\n    const prevSecondaryKeyValue = get(prevDoc, generateSecondaryKey(version)) || '';\n    const nextSecondaryKeyValue = get(nextDoc, generateSecondaryKey(version)) || '';\n    const rawPrevDefinitionMatchIndex =\n      (prevSecondaryKeyValue as string)?.search?.(regex?.hardDefinitionsReg || '') || -1;\n    const rawNextDefinitionMatchIndex =\n      (nextSecondaryKeyValue as string)?.search?.(regex?.hardDefinitionsReg || '') || -1;\n    const prevDefinitionMatchIndexValue =\n      rawPrevDefinitionMatchIndex === -1 ? 11 : rawPrevDefinitionMatchIndex;\n    const nextDefinitionMatchIndexValue =\n      rawNextDefinitionMatchIndex === -1 ? 11 : rawNextDefinitionMatchIndex;\n    const prevDefinitionMatchIndexFactor =\n      MATCHING_DEFINITION_INDEX - prevDefinitionMatchIndexValue * MATCHING_DEFINITION_INDEX_FACTOR;\n    const nextDefinitionMatchIndexFactor =\n      MATCHING_DEFINITION_INDEX - nextDefinitionMatchIndexValue * MATCHING_DEFINITION_INDEX_FACTOR;\n\n    const prevDocDifferenceWithUnderdots = stringSimilarity.compareTwoStrings(\n      normalizedSearchWord,\n      cleanedPrevDocValueWithUnderdots,\n    );\n    const nextDocDifferenceWithUnderdots = stringSimilarity.compareTwoStrings(\n      normalizedSearchWord,\n      cleanedNextDocValueWithUnderdots,\n    );\n    const prevDocDifference = stringSimilarity.compareTwoStrings(\n      normalizedSearchWord,\n      cleanedPrevDocValue,\n    );\n    const nextDocDifference = stringSimilarity.compareTwoStrings(\n      normalizedSearchWord,\n      cleanedNextDocValue,\n    );\n\n    const prevDocDifferences =\n      prevDocDifference +\n      (prevDocDifference === 1 ? EXACT_MATCH_FACTOR : 0) +\n      prevDocDifferenceWithUnderdots +\n      (prevDocDifferenceWithUnderdots === 1 ? EXACT_MATCH_FACTOR : 0);\n    const nextDocDifferences =\n      nextDocDifference +\n      (nextDocDifference === 1 ? EXACT_MATCH_FACTOR : 0) +\n      nextDocDifferenceWithUnderdots +\n      (nextDocDifferenceWithUnderdots === 1 ? EXACT_MATCH_FACTOR : 0);\n\n    const prevDocSimilarityFactor =\n      (prevDocDifferences >= SIMILAR_WORD_THRESHOLD ? prevDocValueLengthDifference : 0) *\n        SIMILARITY_FACTOR +\n      prevDocDifferences * SIMILARITY_FACTOR;\n    const nextDocSimilarityFactor =\n      (nextDocDifferences >= SIMILAR_WORD_THRESHOLD ? nextDocValueLengthDifference : 0) *\n        SIMILARITY_FACTOR +\n      nextDocDifferences * SIMILARITY_FACTOR;\n\n    const prevDocSimilarityAndDefinitionMatch =\n      prevDocSimilarityFactor + prevDefinitionMatchIndexFactor;\n    const nextDocSimilarityAndDefinitionMatch =\n      nextDocSimilarityFactor + nextDefinitionMatchIndexFactor;\n\n    const prevDocIsCommonFactor =\n      prevDocSimilarityAndDefinitionMatch <= IS_COMMON_THRESHOLD && prevDoc?.attributes?.isCommon\n        ? IS_COMMON\n        : 0;\n    const nextDocIsCommonFactor =\n      nextDocSimilarityAndDefinitionMatch <= IS_COMMON_THRESHOLD && nextDoc?.attributes?.isCommon\n        ? IS_COMMON\n        : 0;\n\n    const finalPrevDocDiff =\n      prevDocSimilarityFactor + prevDocIsCommonFactor + prevDefinitionMatchIndexFactor;\n    const finalNextDocDiff =\n      nextDocSimilarityFactor + nextDocIsCommonFactor + nextDefinitionMatchIndexFactor;\n\n    if (finalPrevDocDiff === finalNextDocDiff) {\n      return NO_FACTOR;\n    }\n    return finalPrevDocDiff > finalNextDocDiff ? -1 : 1;\n  });\n"
  },
  {
    "path": "src/controllers/utils/types.ts",
    "content": "import WordClassEnum from '../../shared/constants/WordClassEnum';\n\nexport type Meta = {\n  depth: number,\n  isNegatorPrefixed?: boolean,\n  isPreviousVerb?: boolean,\n  isPreviousStativePrefix?: boolean,\n  negativePrefix?: string,\n  nominalPrefix?: boolean,\n  negatorPrefixed?: boolean,\n};\n\nexport type MinimizedWord = {\n  word: string,\n  definitions: { wordClass: WordClassEnum, nsibidi?: string }[],\n};\n\nexport type WordData = {\n  verbs?: MinimizedWord[],\n  suffixes?: MinimizedWord[],\n};\n\nexport type Solution = {\n  type: { type: string, backgroundColor: string },\n  text: string,\n  wordClass: WordClassEnum[],\n  wordInfo?: MinimizedWord,\n};\n\nexport type TopSolution = { solution: Solution, metaData: Meta };\n\nexport type Keyword = {\n  text: string,\n  wordClass: WordClassEnum[],\n  regex: {\n    wordReg: RegExp,\n    definitionsReg?: RegExp,\n  },\n};\n\nexport type Flags = {\n  dialects: boolean,\n  examples: boolean,\n  resolve: boolean,\n  style: string,\n};\n"
  },
  {
    "path": "src/controllers/words.ts",
    "content": "import isWord from 'is-word';\nimport { map, omit } from 'lodash';\nimport mongoose from 'mongoose';\nimport { handleWordFlags } from '../APIs/FlagsAPI';\nimport { wordSchema } from '../models/Word';\nimport { findSearchWord } from '../services/words';\nimport { NO_PROVIDED_TERM } from '../shared/constants/errorMessages';\nimport createRegExp from '../shared/utils/createRegExp';\nimport { getDocumentsIds } from '../shared/utils/documentUtils';\nimport removePrefix from '../shared/utils/removePrefix';\nimport { IncomingWord, MiddleWare } from '../types';\nimport { createExample } from './examples';\nimport { WordResponseData } from './types';\nimport { handleQueries, packageResponse } from './utils';\nimport { findWordsWithMatch } from './utils/buildDocs';\nimport minimizeWords from './utils/minimizeWords';\nimport searchWordUsingEnglish from './utils/searchWordUsingEnglish';\nimport searchWordUsingIgbo from './utils/searchWordUsingIgbo';\n\nconst isEnglish = isWord('american-english');\nconst IGNORE_ENGLISH_WORDS = [\n  'Ego',\n  'ego',\n  'La',\n  'la',\n  'Mu',\n  'mu',\n  'One',\n  'one',\n  'No',\n  'no',\n  'Nu',\n  'nu',\n  'Chi',\n  'chi',\n  'Ge',\n  'ge',\n  'We',\n  'we',\n];\n\n/* Gets words from JSON dictionary */\nexport const getWordData: MiddleWare = (req, res, next) => {\n  try {\n    const { keyword } = req.query;\n    const searchWord = removePrefix(keyword);\n    if (!searchWord) {\n      throw new Error(NO_PROVIDED_TERM);\n    }\n    const { wordReg: regexWord } = createRegExp(searchWord);\n    return res.send(findSearchWord(regexWord, searchWord));\n  } catch (err: any) {\n    return next(err);\n  }\n};\n\n/* Reuseable base controller function for getting words */\nconst getWordsFromDatabase: MiddleWare = async (req, res, next) => {\n  try {\n    const {\n      version,\n      searchWord,\n      keywords,\n      regex,\n      skip,\n      limit,\n      strict,\n      flags,\n      filters,\n      hasQuotes,\n      isUsingMainKey,\n      redisClient,\n    } = await handleQueries(req);\n    const searchQueries = {\n      searchWord,\n      skip,\n      limit,\n      flags,\n      filters,\n    };\n    let responseData: WordResponseData = { words: [], contentLength: 0 };\n    const isSearchWordEnglish =\n      isEnglish.check(searchWord) &&\n      Boolean(searchWord) &&\n      !IGNORE_ENGLISH_WORDS.includes(searchWord);\n\n    if (hasQuotes || isSearchWordEnglish) {\n      responseData = await searchWordUsingEnglish({\n        redisClient,\n        version,\n        regex,\n        ...searchQueries,\n      });\n    } else {\n      responseData = await searchWordUsingIgbo({\n        redisClient,\n        keywords,\n        version,\n        regex,\n        strict,\n        isUsingMainKey,\n        ...searchQueries,\n      });\n    }\n    return packageResponse({\n      res,\n      docs: responseData.words,\n      contentLength: responseData.contentLength,\n      version,\n    });\n  } catch (err: any) {\n    return next(err);\n  }\n};\n/* Gets words from MongoDB */\nexport const getWords: MiddleWare = async (req, res, next) => {\n  try {\n    return getWordsFromDatabase(req, res, next);\n  } catch (err: any) {\n    return next(err);\n  }\n};\n\n/* Returns a word from MongoDB using an id */\nexport const getWord: MiddleWare = async (req, res, next) => {\n  try {\n    const { id, flags, version } = await handleQueries(req);\n\n    const updatedWord = await findWordsWithMatch({\n      match: { _id: new mongoose.Types.ObjectId(id) },\n      version,\n    }).then(async (data) => {\n      if (!data.words[0]) {\n        throw new Error('No word exists with the provided id.');\n      }\n      // @ts-expect-error different versions\n      const { words } = handleWordFlags({ data, flags });\n      // @ts-expect-error different versions\n      const minimizedWords = minimizeWords(words, version);\n      return minimizedWords[0];\n    });\n\n    return packageResponse({\n      res,\n      // @ts-expect-error different versions\n      docs: updatedWord,\n      contentLength: 1,\n      version,\n    });\n  } catch (err: any) {\n    return next(err);\n  }\n};\n\n/* Creates Word documents in MongoDB database for testing */\nexport const createWord = async (data: IncomingWord, connection: mongoose.Connection) => {\n  const Word = connection.model<IncomingWord>('Word', wordSchema);\n\n  const newWord = new Word(data);\n  const savedWord = await newWord.save();\n\n  /* Go through each word's example and create an Example document */\n  const savedExamples = map(data.examples, async (example) => {\n    const exampleData = omit({\n      ...example,\n      associatedWords: [savedWord.id],\n    });\n    const createdExample = await createExample(exampleData, connection);\n    return createdExample;\n  });\n\n  /* Wait for all the Examples to be created and then add them to the Word document */\n  const resolvedExamples = await Promise.all(savedExamples);\n  const exampleIds = getDocumentsIds(resolvedExamples);\n  savedWord.examples = exampleIds;\n  return savedWord.save();\n};\n"
  },
  {
    "path": "src/dictionaries/buildDictionaries.ts",
    "content": "import fs from 'fs';\nimport shell from 'shelljs';\nimport flatten from 'lodash/flatten';\nimport { DICTIONARIES_DIR, BUILD_DICTIONARIES_DIR } from '../shared/constants/parseFileLocations';\nimport commonDictionary from './ig-en/ig-en_1000_common.json';\nimport normalizedDictionary from './ig-en/ig-en_normalized_expanded.json';\nimport dictionary from './ig-en/ig-en_expanded.json';\n\nconst updateJSONDictionary = () => {\n  if (!fs.existsSync(DICTIONARIES_DIR)) {\n    shell.mkdir('-p', DICTIONARIES_DIR);\n  }\n\n  if (process.env.NODE_ENV !== 'test' && !fs.existsSync(BUILD_DICTIONARIES_DIR)) {\n    shell.mkdir('-p', BUILD_DICTIONARIES_DIR);\n  }\n\n  const dictionaryFilePaths = [\n    [`${DICTIONARIES_DIR}/ig-en_1000_common.json`, JSON.stringify(commonDictionary, null, 4)],\n    [`${DICTIONARIES_DIR}/ig-en_expanded.json`, JSON.stringify(dictionary, null, 4)],\n    [\n      `${DICTIONARIES_DIR}/ig-en_normalized_expanded.json`,\n      JSON.stringify(normalizedDictionary, null, 4),\n    ],\n    [`${DICTIONARIES_DIR}/ig-en.json`, JSON.stringify(dictionary)],\n  ];\n\n  const buildDictionaryFilePaths =\n    // @ts-expect-error NODE_ENV\n    process.env.NODE_ENV === 'build'\n      ? [\n          [\n            `${BUILD_DICTIONARIES_DIR}/ig-en_1000_common.json`,\n            JSON.stringify(commonDictionary, null, 4),\n          ],\n          [`${BUILD_DICTIONARIES_DIR}/ig-en_expanded.json`, JSON.stringify(dictionary, null, 4)],\n          [\n            `${BUILD_DICTIONARIES_DIR}/ig-en_normalized_expanded.json`,\n            JSON.stringify(normalizedDictionary, null, 4),\n          ],\n          [`${BUILD_DICTIONARIES_DIR}/ig-en.json`, JSON.stringify(dictionary)],\n        ]\n      : [];\n\n  flatten([dictionaryFilePaths, buildDictionaryFilePaths]).forEach((config) => {\n    // @ts-expect-error spread\n    fs.writeFileSync(...config, () => {\n      if (process.env.NODE_ENV !== 'test') {\n        console.green(`${config[0]} has been updated`);\n      }\n    });\n  });\n};\n\nupdateJSONDictionary();\n"
  },
  {
    "path": "src/dictionaries/en-ig/en-ig_normalized_expanded.json",
    "content": "{\n    \"aal\": \"meru\",\n    \"aals\": \"ọria\",\n    \"aaron\": \"maa mma\",\n    \"aaronic\": \"ụgbụ\",\n    \"aaronical\": \"aburu ihe\",\n    \"aaronite\": \"mbughari\",\n    \"aaronitic\": \"mmọnụ\",\n    \"aarrgh\": \"arr.. .arrarrarr\",\n    \"aarrghh\": \"Aarrghh\",\n    \"aas\": \"Akara\",\n    \"abacate\": \"agbada\",\n    \"abacinate\": \"acinjọ\",\n    \"abacination\": \"nkwụsị\",\n    \"abacist\": \"ndị ọchịchị\",\n    \"aback\": \"nwee obi\",\n    \"abactinal\": \"arụ ọrụ\",\n    \"abactinally\": \"arụ ọrụ\",\n    \"abaction\": \"arụ ọrụ\",\n    \"abactor\": \"arụ ọrụ\",\n    \"abacuses\": \"arụ ọrụ\",\n    \"abaddon\": \"weghachi\",\n    \"abadite\": \"ajuju\",\n    \"abaff\": \"abaf\",\n    \"abaisance\": \"ndaba\",\n    \"abaissed\": \"abaiss\",\n    \"abakas\": \"agbaka\",\n    \"abalation\": \"iwepụ\",\n    \"abalienate\": \"na-asọ oyi\",\n    \"abalienated\": \"dị iche\",\n    \"abalienating\": \"iwepụ\",\n    \"abalienation\": \"nhichapụ ahapu\",\n    \"abalones\": \"abalon\",\n    \"abamp\": \"abam\",\n    \"abampere\": \"abamere\",\n    \"abamperes\": \"abamere\",\n    \"abamps\": \"akụ\",\n    \"aband\": \"hapụ\",\n    \"abandon\": \"gbahapụ\",\n    \"abandonable\": \"agbahapụ\",\n    \"abandoned\": \"agbahapụwo\",\n    \"abandonedly\": \"gbahapụrụ\",\n    \"abandonee\": \"gbahapu\",\n    \"abandoner\": \"gbahapụrụ\",\n    \"abandoners\": \"agbahapụ\",\n    \"abandoning\": \"agbahapụ\",\n    \"abandonment\": \"agbahapụ\",\n    \"abandonments\": \"agbahapụ\",\n    \"abandons\": \"na-ahapụ\",\n    \"abandum\": \"gbahapu\",\n    \"abannition\": \"mgbapụ\",\n    \"abantes\": \"ndiegwu\",\n    \"abaris\": \"onyinye\",\n    \"abarticular\": \"ekwuru\",\n    \"abarticulation\": \"nkwarụ\",\n    \"abase\": \"wedata\",\n    \"abased\": \"kwadoro\",\n    \"abasedly\": \"dị ala\",\n    \"abasedness\": \"nkwenye\",\n    \"abasement\": \"mmechuihu\",\n    \"abasements\": \"mmebi iwu\",\n    \"abaser\": \"ihe ojoo\",\n    \"abasers\": \"ihe mgbochi\",\n    \"abases\": \"na-eweda ala\",\n    \"abashed\": \"ghaa\",\n    \"abashedly\": \"nzuzu\",\n    \"abashedness\": \"mbibi\",\n    \"abashes\": \"abashị\",\n    \"abashing\": \"ịkụda\",\n    \"abashment\": \"mmeghari\",\n    \"abashments\": \"arụ ọrụ\",\n    \"abasic\": \"ihe ojoo\",\n    \"abasing\": \"na-eweda ala\",\n    \"abask\": \"ajuju\",\n    \"abastard\": \"Enwe nne enwe nna\",\n    \"abastardize\": \"ebelebe\",\n    \"abastral\": \"ihe ojoo\",\n    \"abatable\": \"abat\",\n    \"abatage\": \"abata\",\n    \"abate\": \"kwụsịrị\",\n    \"abated\": \"kwụsịrị\",\n    \"abatement\": \"nkwụsị\",\n    \"abatements\": \"mmezi\",\n    \"abater\": \"weghaara\",\n    \"abaters\": \"ndị abat\",\n    \"abating\": \"na-agbado\",\n    \"abatised\": \"abatatụla\",\n    \"abatises\": \"abat\",\n    \"abatjours\": \"ụlọ ọrụ abatjours\",\n    \"abaton\": \"ebelata\",\n    \"abator\": \"abatọ\",\n    \"abators\": \"ndị na-ekpo ọkụ\",\n    \"abattage\": \"ebebido\",\n    \"abattis\": \"ebelata\",\n    \"abattised\": \"ewepụ\",\n    \"abattises\": \"weghaara\",\n    \"abattoir\": \"ebe obibi\",\n    \"abattoirs\": \"ebe obibi\",\n    \"abature\": \"mmeghari\",\n    \"abbacies\": \"ihe nzuzu\",\n    \"abbadide\": \"chiri\",\n    \"abbas\": \"abba\",\n    \"abbasside\": \"ziga\",\n    \"abbatial\": \"abbatal\",\n    \"abbatical\": \"anya\",\n    \"abbe\": \"abba\",\n    \"abbeys\": \"ebe obibi\",\n    \"abbes\": \"ebe obibi\",\n    \"abbess\": \"abb\",\n    \"abbesses\": \"wezuga\",\n    \"abbevillian\": \"mmmmmmmmmmmm\",\n    \"abby\": \"zaghachi\",\n    \"abbot\": \"ụkọchukwu\",\n    \"abbotcy\": \"ọgbụgba ndụ\",\n    \"abbotcies\": \"mmebi iwu\",\n    \"abbotric\": \"onyinye\",\n    \"abbots\": \"Ndi nzu\",\n    \"abbotship\": \"nnweta ihe\",\n    \"abbotships\": \"ọgbụgba ndụ\",\n    \"abbott\": \"onyinye\",\n    \"abbrev\": \"nkenke\",\n    \"abbreviate\": \"edebiri\",\n    \"abbreviated\": \"edebiri na\",\n    \"abbreviately\": \"edebiri na\",\n    \"abbreviates\": \"edebiri\",\n    \"abbreviating\": \"edebiri\",\n    \"abbreviation\": \"ndebiri\",\n    \"abbreviations\": \"mkpirisi\",\n    \"abbreviator\": \"nkenke\",\n    \"abbreviatory\": \"ndebiri\",\n    \"abbreviators\": \"ndebiri\",\n    \"abbreviature\": \"nkenke\",\n    \"abbroachment\": \"nkwụsị\",\n    \"abcissa\": \"abscissa\",\n    \"abcoulomb\": \"nwachukwu\",\n    \"abd\": \"Abid\",\n    \"abdat\": \"Uchenna\",\n    \"abderian\": \"Abderian\",\n    \"abderite\": \"Abderite\",\n    \"abdest\": \"eriri afọ\",\n    \"abdicable\": \"ihe a na-eme\",\n    \"abdicant\": \"etuto\",\n    \"abdicate\": \"itughari\",\n    \"abdicated\": \"weghaara\",\n    \"abdicates\": \"na-atụgharị\",\n    \"abdicating\": \"na-ekwupụta\",\n    \"abdication\": \"nkwụsị\",\n    \"abdications\": \"nkwenye\",\n    \"abdicative\": \"etuto\",\n    \"abdicator\": \"ihe nkwụnye\",\n    \"abditive\": \"etuto\",\n    \"abditory\": \"Abịa\",\n    \"abdom\": \"afo\",\n    \"abdomen\": \"afọ\",\n    \"abdomens\": \"afọ\",\n    \"abdomina\": \"Uchenna Onyekwere\",\n    \"abdominal\": \"afọ\",\n    \"abdominales\": \"eriri afọ\",\n    \"abdominalia\": \"Udochukwu\",\n    \"abdominalian\": \"Uchenna Onyekwere\",\n    \"abdominally\": \"n'ihe niile\",\n    \"abdominals\": \"ndiegwu\",\n    \"abdominoanterior\": \"eriri afo\",\n    \"abdominocardiac\": \"afọ ime afọ\",\n    \"abdominocentesis\": \"ntekegbeji\",\n    \"abdominocystic\": \"afọdinaicystic\",\n    \"abdominogenital\": \"Akpabiogenital\",\n    \"abdominohysterectomy\": \"inokpàkpinokpinoinoinoinoinoinoinoinoinoinoinoinoinoinoinoinoinoinoinoinoino\",\n    \"abdominohysterotomy\": \"inokpàkpinokpinoinoino .inoinoinoinoinoinoinoinoinoinoinoinoinoinoinoinoinoinoinoinoinoino\",\n    \"abdominoposterior\": \"Akpabioposterior\",\n    \"abdominoscope\": \"nweze\",\n    \"abdominoscopy\": \"nwekozie\",\n    \"abdominothoracic\": \"Ikenna Ojukwu\",\n    \"abdominous\": \"afụla\",\n    \"abdominovaginal\": \"Akpabiovaginal\",\n    \"abdominovesical\": \"Akpatives\",\n    \"abduce\": \"atọrọ\",\n    \"abduced\": \"atọrọ\",\n    \"abducens\": \"na-agbada\",\n    \"abducent\": \"abedu\",\n    \"abducentes\": \"Ọdịmma\",\n    \"abduces\": \"na-apụnara mmadụ ihe\",\n    \"abducing\": \"na-egosi\",\n    \"abduct\": \"atọrọ\",\n    \"abducted\": \"tọọrọ\",\n    \"abducting\": \"mgbatị\",\n    \"abduction\": \"ntinye\",\n    \"abductions\": \"ntọrọ mmadụ\",\n    \"abductor\": \"tọọrọ\",\n    \"abductores\": \"ndị ntinye\",\n    \"abductors\": \"Ndị na-apụnara mmadụ ihe\",\n    \"abducts\": \"na-apụnara mmadụ ihe\",\n    \"abearance\": \"nkwụsị\",\n    \"abecedary\": \"nkwụsị\",\n    \"abecedarian\": \"onye ode akwukwo\",\n    \"abecedarians\": \"ndị nwe ụlọ\",\n    \"abecedaries\": \"ndị nwe ụlọ\",\n    \"abed\": \"kwadoro\",\n    \"abedge\": \"kwụpụ\",\n    \"abegge\": \"gbanye\",\n    \"abeyance\": \"ịkwụsị\",\n    \"abeyances\": \"imebi\",\n    \"abeyancy\": \"imechi\",\n    \"abeyancies\": \"mmechi\",\n    \"abelia\": \"Abelia\",\n    \"abelian\": \"Abelian\",\n    \"abelonian\": \"mkpanaka\",\n    \"abeltree\": \"abril\",\n    \"abend\": \"gbanye\",\n    \"abends\": \"kwadoro\",\n    \"aberdevine\": \"onyinye\",\n    \"aberdonian\": \"Aberdonian\",\n    \"aberia\": \"abia\",\n    \"aberrance\": \"nwepu\",\n    \"aberrancies\": \"emebiri\",\n    \"aberrant\": \"aber\",\n    \"aberrantly\": \"ekweghị\",\n    \"aberrants\": \"aber\",\n    \"aberrate\": \"mebie\",\n    \"aberrated\": \"emebiri\",\n    \"aberrating\": \"na-agbanwe\",\n    \"aberration\": \"ime ihe\",\n    \"aberrational\": \"enweghị ike\",\n    \"aberrations\": \"arụ ọrụ\",\n    \"aberrative\": \"aber\",\n    \"aberrator\": \"eme ihe\",\n    \"abessive\": \"ewepụ\",\n    \"abet\": \"ebelata\",\n    \"abetment\": \"abet\",\n    \"abetments\": \"arụ\",\n    \"abets\": \"na-achọ\",\n    \"abettals\": \"Abettals\",\n    \"abetted\": \"abet\",\n    \"abetter\": \"abet\",\n    \"abetters\": \"abet\",\n    \"abetting\": \"na-achọ\",\n    \"abettor\": \"igwe\",\n    \"abettors\": \"ndị na-eme ihe ike\",\n    \"abevacuation\": \"ebe obibi\",\n    \"abfarad\": \"ihe ngosi\",\n    \"abhenry\": \"ndu\",\n    \"abhenries\": \"arụsị\",\n    \"abhenrys\": \"mkpuru\",\n    \"abhominable\": \"ihe na-asọ oyi\",\n    \"abhor\": \"asọ oyi\",\n    \"abhorred\": \"asị\",\n    \"abhorrence\": \"nleda anya\",\n    \"abhorrences\": \"ihe ojoo\",\n    \"abhorrency\": \"asị\",\n    \"abhorrent\": \"ihe ojoo\",\n    \"abhorrently\": \"na-asọ oyi\",\n    \"abhorrer\": \"na-asọ oyi\",\n    \"abhorrers\": \"ndị na-asọ oyi\",\n    \"abhorrible\": \"jọgburu onwe ya\",\n    \"abhorring\": \"na-asọ oyi\",\n    \"abhors\": \"ihe nzuzu\",\n    \"abhorson\": \"na-asọ oyi\",\n    \"aby\": \"Chọọ\",\n    \"abidal\": \"na-egbu\",\n    \"abidance\": \"ndu\",\n    \"abidances\": \"na-agbarụ\",\n    \"abidden\": \"ibi ndu\",\n    \"abide\": \"nọgidenụ\",\n    \"abided\": \"noro\",\n    \"abider\": \"onyinye\",\n    \"abiders\": \"na-adịgide\",\n    \"abides\": \"na-anọgide\",\n    \"abiding\": \"na-asọpụrụ\",\n    \"abidingly\": \"na-ekwupụta\",\n    \"abidingness\": \"ndu\",\n    \"abience\": \"abien\",\n    \"abient\": \"abi\",\n    \"abietate\": \"weghaara\",\n    \"abietene\": \"nri\",\n    \"abietic\": \"ihere\",\n    \"abietin\": \"nri\",\n    \"abietineae\": \"ebe obibi\",\n    \"abietineous\": \"dị jụụ\",\n    \"abietinic\": \"ebelata\",\n    \"abietite\": \"udo\",\n    \"abiezer\": \"abieza\",\n    \"abigails\": \"ndaba\",\n    \"abigei\": \"abige\",\n    \"abiliment\": \"hazie\",\n    \"abilitable\": \"abil\",\n    \"ability\": \"ikike\",\n    \"abilities\": \"ikike\",\n    \"abilla\": \"abella\",\n    \"abime\": \"anime\",\n    \"abintestate\": \"enweghị ike\",\n    \"abiogenous\": \"dị iche iche\",\n    \"abiology\": \"ihe omuma\",\n    \"abioses\": \"abiases\",\n    \"abiotic\": \"abioti\",\n    \"abiotical\": \"ihere\",\n    \"abiotically\": \"n'ụzọ nkịtị\",\n    \"abiotrophic\": \"ndubuisi\",\n    \"abirritant\": \"abirit\",\n    \"abirritate\": \"ekwenye\",\n    \"abirritated\": \"abirit\",\n    \"abirritating\": \"abirrit\",\n    \"abirritation\": \"abiritha\",\n    \"abirritative\": \"abirit\",\n    \"abys\": \"abis\",\n    \"abysm\": \"abis\",\n    \"abysmal\": \"ihe ojoo\",\n    \"abysms\": \"abis\",\n    \"abyss\": \"abis\",\n    \"abyssa\": \"abia\",\n    \"abysses\": \"abis\",\n    \"abyssinians\": \"abysinia\",\n    \"abyssus\": \"abissus\",\n    \"abiston\": \"inye\",\n    \"abit\": \"ebelata\",\n    \"abject\": \"ịda mba\",\n    \"abjectedness\": \"mmechuihu\",\n    \"abjection\": \"nkwụsị\",\n    \"abjections\": \"abje\",\n    \"abjective\": \"mgbako\",\n    \"abjectly\": \"na-asị\",\n    \"abjectness\": \"mgbako\",\n    \"abjoint\": \"abịkọrịtara\",\n    \"abjudge\": \"rie\",\n    \"abjudged\": \"ekpebiri\",\n    \"abjudging\": \"na-ekpe ikpe\",\n    \"abjudicate\": \"kpee ikpe\",\n    \"abjudicated\": \"kpee ikpe\",\n    \"abjudicating\": \"na-agbagha\",\n    \"abjudication\": \"mkwuputara\",\n    \"abjudicator\": \"onye ikpe mkpegbu\",\n    \"abjugate\": \"iwu\",\n    \"abjunct\": \"ndenye\",\n    \"abjunction\": \"ntinye\",\n    \"abjunctive\": \"onyinye\",\n    \"abjuration\": \"abju\",\n    \"abjurations\": \"abju\",\n    \"abjuratory\": \"na-egbu egbu\",\n    \"abjure\": \"nkwa\",\n    \"abjured\": \"iwu\",\n    \"abjurement\": \"iwu\",\n    \"abjurers\": \"ndị abjor\",\n    \"abjures\": \"abju\",\n    \"abjuring\": \"abj\",\n    \"abkar\": \"onyinye\",\n    \"abkary\": \"onyinyechi\",\n    \"ablach\": \"ncha\",\n    \"ablactate\": \"hapụrụ\",\n    \"ablactated\": \"na-egbu egbu\",\n    \"ablactating\": \"na-akpọ oku\",\n    \"ablactation\": \"iwepụ\",\n    \"ablare\": \"gbanye ọkụ\",\n    \"ablastous\": \"dị egwu\",\n    \"ablate\": \"wedata\",\n    \"ablated\": \"ewepụrụ\",\n    \"ablates\": \"na-egbu\",\n    \"ablating\": \"ewepụ\",\n    \"ablation\": \"iwepụ\",\n    \"ablations\": \"mmebi\",\n    \"ablatitious\": \"ablat\",\n    \"ablative\": \"abla\",\n    \"ablatively\": \"abla\",\n    \"ablatives\": \"arụ ọrụ\",\n    \"ablator\": \"abụrụ\",\n    \"ablaut\": \"iwepụ\",\n    \"ablauts\": \"hapụ\",\n    \"ablaze\": \"nwuo\",\n    \"able\": \"ike\",\n    \"ableeze\": \"hie\",\n    \"ablegate\": \"nwee ike\",\n    \"ablegates\": \"Ikegates\",\n    \"ablegation\": \"ikike\",\n    \"ablend\": \"ike\",\n    \"ableness\": \"ikike\",\n    \"ablepharia\": \"ikepharia\",\n    \"ablepharon\": \"ikepharon\",\n    \"ablepharous\": \"na-enwe ike\",\n    \"ablepharus\": \"ikepharus\",\n    \"ablepsy\": \"nwee ike\",\n    \"ablepsia\": \"nwee ike\",\n    \"ableptical\": \"nwee ike\",\n    \"ableptically\": \"nwee ike\",\n    \"ablest\": \"ike\",\n    \"ablewhackets\": \"ikewhackets\",\n    \"ably\": \"dị ike\",\n    \"ablings\": \"gbanye\",\n    \"ablock\": \"ababa\",\n    \"ablow\": \"gbanye\",\n    \"ablude\": \"weghachi\",\n    \"abluent\": \"ablu\",\n    \"abluents\": \"arụ\",\n    \"ablush\": \"wepụ\",\n    \"abluted\": \"ewepụ\",\n    \"ablution\": \"ịkwụ ụgwọ\",\n    \"ablutionary\": \"ọwa\",\n    \"ablutions\": \"anyu oku\",\n    \"abmodality\": \"nkwanye ugwu\",\n    \"abmodalities\": \"ọdịdị\",\n    \"abn\": \"ndu\",\n    \"abnegate\": \"Abnegate\",\n    \"abnegating\": \"na-ahapụ\",\n    \"abnegation\": \"mwepu\",\n    \"abnegations\": \"abone\",\n    \"abnegators\": \"Ndị na-eme ihe ọjọọ\",\n    \"abner\": \"Abner\",\n    \"abnet\": \"nnweta\",\n    \"abneural\": \"abneral\",\n    \"abnormal\": \"ndiiche\",\n    \"abnormalcy\": \"ndiiche\",\n    \"abnormalcies\": \"ndiiche\",\n    \"abnormalise\": \"ndiiche\",\n    \"abnormalised\": \"mmebi iwu\",\n    \"abnormalising\": \"ndiiche\",\n    \"abnormalism\": \"ndiiche\",\n    \"abnormalist\": \"ndiiche\",\n    \"abnormality\": \"adighi aru\",\n    \"abnormalities\": \"ndiiche\",\n    \"abnormalize\": \"na-eme ka ihe ghara iju\",\n    \"abnormalized\": \"adighi agbanwe\",\n    \"abnormalizing\": \"na-amaghị\",\n    \"abnormally\": \"ezighi ezi\",\n    \"abnormalness\": \"ndiiche\",\n    \"abnormals\": \"ihe ndi ozo\",\n    \"abnormity\": \"adighi ike\",\n    \"abnormities\": \"ihe ndi ozo\",\n    \"abnormous\": \"ndiiche\",\n    \"abnumerable\": \"enweghị ike ịgụta ọnụ\",\n    \"abo\": \"ebe\",\n    \"aboard\": \"n'ụgbọ\",\n    \"aboardage\": \"ugbo mmiri\",\n    \"abobra\": \"Ukpo\",\n    \"abococket\": \"Ubochi\",\n    \"abodah\": \"ebele\",\n    \"abode\": \"ebe obibi\",\n    \"aboded\": \"jupụtara\",\n    \"abodement\": \"Ebe obibi\",\n    \"abodes\": \"Udo\",\n    \"aboding\": \"dingnọ ebe\",\n    \"abogados\": \"onyinye\",\n    \"abohms\": \"nwezie\",\n    \"aboideau\": \"Aboideau\",\n    \"aboideaus\": \"Uzoigwe\",\n    \"aboideaux\": \"Udochukwu\",\n    \"aboil\": \"nwepu\",\n    \"aboiteau\": \"Aboiteau\",\n    \"aboiteaus\": \"nwechaa\",\n    \"aboiteaux\": \"mmakoa\",\n    \"abolete\": \"kpochapụ\",\n    \"abolish\": \"kwusi\",\n    \"abolishable\": \"wepu\",\n    \"abolished\": \"kagburu\",\n    \"abolisher\": \"nwepu\",\n    \"abolishers\": \"nwepu\",\n    \"abolishes\": \"na-ekpochapụ\",\n    \"abolishing\": \"na-ekpochapụ\",\n    \"abolishment\": \"mkpochapu\",\n    \"abolishments\": \"mmebi\",\n    \"abolition\": \"mkpochapu\",\n    \"abolitionary\": \"mkpochapu\",\n    \"abolitionise\": \"mkpochapu\",\n    \"abolitionised\": \"kagbuo\",\n    \"abolitionising\": \"mkpochapu\",\n    \"abolitionism\": \"mkpochapu\",\n    \"abolitionist\": \"ndi abolitionist\",\n    \"abolitionists\": \"ndi abolitionist\",\n    \"abolitionize\": \"kpochapu\",\n    \"abolitionized\": \"kagbuo\",\n    \"abolitionizing\": \"mkpochapu\",\n    \"abolla\": \"aboola\",\n    \"abominability\": \"ihe ojoo\",\n    \"abominable\": \"ihe ojoo\",\n    \"abominableness\": \"ihe-árú\",\n    \"abominably\": \"na-asọ oyi\",\n    \"abominate\": \"na-asọ oyi\",\n    \"abominated\": \"ihe ojoo\",\n    \"abominates\": \"na-asọ oyi\",\n    \"abominating\": \"na-asọ oyi\",\n    \"abomination\": \"ihe-árú\",\n    \"abominations\": \"ihe-árú\",\n    \"abominator\": \"ihe ojoo\",\n    \"abominators\": \"ihe-árú\",\n    \"abondance\": \"ndaba\",\n    \"abonnement\": \"mwepu\",\n    \"aboon\": \"avion\",\n    \"aborad\": \"ná mba ọzọ\",\n    \"aboral\": \"nwekwaa\",\n    \"aborally\": \"n'okwu\",\n    \"abord\": \"nwekwanu\",\n    \"aboriginal\": \"aborigine\",\n    \"aboriginals\": \"ndi aborigine\",\n    \"aborigines\": \"ndị Aborigine\",\n    \"aborning\": \"na-ahapụ\",\n    \"aborsement\": \"nwepu\",\n    \"aborsive\": \"nwekwaa\",\n    \"abort\": \"ite ime\",\n    \"aborted\": \"wepụrụ\",\n    \"aborter\": \"onye ozi\",\n    \"aborters\": \"na-ete ime\",\n    \"aborticide\": \"iwepụ afọ ime\",\n    \"abortin\": \"weghachi\",\n    \"aborting\": \"na-ete ime\",\n    \"abortion\": \"ite ime\",\n    \"abortional\": \"ite ime\",\n    \"abortionist\": \"ite ime\",\n    \"abortionists\": \"ndi na-ete ime\",\n    \"abortions\": \"ime ime\",\n    \"abortive\": \"afọ ime\",\n    \"abortively\": \"afọ ime\",\n    \"aborts\": \"na-ebelata\",\n    \"abortuses\": \"ite ime\",\n    \"abos\": \"Ugwu\",\n    \"abote\": \"Abote\",\n    \"abouchement\": \"iburu\",\n    \"aboudikro\": \"Aboudikro\",\n    \"abought\": \"nwego\",\n    \"aboulia\": \"Nweke\",\n    \"aboulias\": \"nwezie\",\n    \"aboulic\": \"mmebe\",\n    \"abound\": \"jupụta\",\n    \"abounded\": \"jupụta\",\n    \"abounder\": \"ibibi\",\n    \"abounding\": \"bara ụba\",\n    \"aboundingly\": \"n'ụba\",\n    \"abounds\": \"bara ụba\",\n    \"about\": \"banyere\",\n    \"abouts\": \"ihe\",\n    \"above\": \"n'elu\",\n    \"aboveboard\": \"n'elu\",\n    \"abovedeck\": \"n'elu\",\n    \"aboveground\": \"elu ala\",\n    \"abovementioned\": \"n'elu kwuru\",\n    \"aboveproof\": \"n'elu akaebe\",\n    \"aboves\": \"nwe\",\n    \"abovesaid\": \"n'elu kwuru\",\n    \"abovestairs\": \"Ulo elu\",\n    \"abow\": \"nwekwaa\",\n    \"abox\": \"Nduku\",\n    \"abr\": \"Abr\",\n    \"abradable\": \"ewepu\",\n    \"abradant\": \"ekwenyeghi\",\n    \"abradants\": \"ndị abrad\",\n    \"abrade\": \"wezuga\",\n    \"abraded\": \"ewepụrụ\",\n    \"abraders\": \"abra\",\n    \"abrades\": \"nkwekorita\",\n    \"abrading\": \"abara\",\n    \"abray\": \"wezuga\",\n    \"abraid\": \"abra\",\n    \"abranchious\": \"dị egwu\",\n    \"abrase\": \"wepu okwu\",\n    \"abrased\": \"abrasịrị\",\n    \"abraser\": \"ihe nkedo\",\n    \"abrash\": \"abara\",\n    \"abrasing\": \"abras\",\n    \"abrasions\": \"nkwụsị\",\n    \"abrasive\": \"abrasing\",\n    \"abrasiveness\": \"abrasing\",\n    \"abrasives\": \"ihe ndi ozo\",\n    \"abrazitic\": \"onyinyechi\",\n    \"abreact\": \"weghaara\",\n    \"abreacted\": \"weghaara\",\n    \"abreacting\": \"na-ehichapụ\",\n    \"abreaction\": \"arụ ọrụ\",\n    \"abreactions\": \"arụ ọrụ\",\n    \"abreacts\": \"arụ ọrụ\",\n    \"abreed\": \"ekpebiri\",\n    \"abrege\": \"weghachi\",\n    \"abreid\": \"anakpo\",\n    \"abrenounce\": \"kwuwe\",\n    \"abrenunciate\": \"weghachi\",\n    \"abrenunciation\": \"mwepu\",\n    \"abreption\": \"arụ\",\n    \"abreuvoir\": \"ebe obibi\",\n    \"abridgable\": \"ewepu\",\n    \"abridge\": \"aburo\",\n    \"abridgeable\": \"abridable\",\n    \"abridged\": \"abrid\",\n    \"abridgedly\": \"ekwuru\",\n    \"abridgement\": \"nkwenye\",\n    \"abridgements\": \"mmebi\",\n    \"abridger\": \"ihe odide\",\n    \"abridgers\": \"ndi nkwekorita\",\n    \"abridges\": \"na-agbakwụnye\",\n    \"abridging\": \"na-agbakasị\",\n    \"abridgment\": \"nkweekwe\",\n    \"abridgments\": \"mkpirisi\",\n    \"abrim\": \"ihe ojoo\",\n    \"abrine\": \"ebe obibi\",\n    \"abris\": \"Abris\",\n    \"abristle\": \"okwu\",\n    \"abroach\": \"ntinye\",\n    \"abroad\": \"ná mba ọzọ\",\n    \"abrogable\": \"ewepu\",\n    \"abrogate\": \"wepụ\",\n    \"abrogated\": \"wepụrụ\",\n    \"abrogates\": \"na-ewepụ\",\n    \"abrogating\": \"na-ehichapụ\",\n    \"abrogation\": \"abrog\",\n    \"abrogations\": \"abrog\",\n    \"abrogative\": \"na-ehichapụ\",\n    \"abrogator\": \"abrog\",\n    \"abrogators\": \"ndị na-eme ebere\",\n    \"abronia\": \"Abronia\",\n    \"abrood\": \"Abrood\",\n    \"abrook\": \"onyinye\",\n    \"abrosia\": \"Abrosia\",\n    \"abrotanum\": \"Abrotanum\",\n    \"abrotin\": \"Aburotin\",\n    \"abrotine\": \"ekwuru\",\n    \"abrupt\": \"na mberede\",\n    \"abruptedly\": \"na-agbagha\",\n    \"abrupter\": \"aburo\",\n    \"abruptest\": \"na mberede\",\n    \"abruptio\": \"ndaba\",\n    \"abruption\": \"nwe obodo\",\n    \"abruptiones\": \"Na-akụ\",\n    \"abruptly\": \"na mberede\",\n    \"abruptness\": \"ndaba\",\n    \"abrus\": \"onyinye\",\n    \"abs\": \"abughi\",\n    \"abscam\": \"nkwụnye\",\n    \"abscess\": \"etuto\",\n    \"abscessed\": \"etuto\",\n    \"abscesses\": \"etuto\",\n    \"abscessing\": \"etuto\",\n    \"abscession\": \"etuto\",\n    \"abscessroot\": \"etuto\",\n    \"abscind\": \"hapụ\",\n    \"abscise\": \"nzuzu\",\n    \"abscised\": \"egosighi\",\n    \"abscises\": \"enweghị\",\n    \"abscising\": \"ahapụghị\",\n    \"abscisins\": \"enweghị isi\",\n    \"abscision\": \"nzuzu\",\n    \"abscisse\": \"enweghị isi\",\n    \"abscission\": \"ezumike\",\n    \"abscissions\": \"enweghị ike\",\n    \"absconce\": \"enweghị ike\",\n    \"abscond\": \"ihe efu\",\n    \"absconded\": \"gbapụrụ\",\n    \"abscondedly\": \"na-ezighi ezi\",\n    \"abscondence\": \"nzuzu\",\n    \"absconder\": \"ihe na-ehi ụra\",\n    \"absconders\": \"ihe omimi\",\n    \"absconding\": \"na-atụ ụjọ\",\n    \"absconds\": \"ihe omimi\",\n    \"absconsa\": \"ihe na-adịghị\",\n    \"abscoulomb\": \"Ikwesiri\",\n    \"abscound\": \"dị egwu\",\n    \"absee\": \"hụ\",\n    \"abseiled\": \"Akpọrọ\",\n    \"abseils\": \"abesil\",\n    \"absence\": \"enweghị\",\n    \"absences\": \"enweghị akwụkwọ\",\n    \"absent\": \"abiaghi\",\n    \"absentation\": \"enweghị ezumike\",\n    \"absented\": \"abiaghi\",\n    \"absentee\": \"abiaghi\",\n    \"absenteeism\": \"enweghị atụ\",\n    \"absentees\": \"ndị na-anọghị\",\n    \"absenteeship\": \"enweghị isi\",\n    \"absenter\": \"enweghị\",\n    \"absenters\": \"ndị na-anọghị\",\n    \"absentia\": \"enweghị\",\n    \"absenting\": \"enweghị\",\n    \"absently\": \"abiaghi\",\n    \"absentment\": \"enweghị\",\n    \"absentminded\": \"ahapụghị\",\n    \"absentmindedness\": \"enweghị uche\",\n    \"absentness\": \"enweghị\",\n    \"absents\": \"enweghị\",\n    \"absfarad\": \"ihe ezighi ezi\",\n    \"abshenry\": \"enweghị isi\",\n    \"absinth\": \"enweghị isi\",\n    \"absinthe\": \"enweghị isi\",\n    \"absinthes\": \"enweghị isi\",\n    \"absinthial\": \"nnọkọ\",\n    \"absinthian\": \"nnọkọ\",\n    \"absinthiate\": \"ghara ịdị\",\n    \"absinthiated\": \"okpokoro\",\n    \"absinthiating\": \"na-ezighi ezi\",\n    \"absinthic\": \"enweghị isi\",\n    \"absinthine\": \"nkechinyere\",\n    \"absinthism\": \"enweghị atụ\",\n    \"absinthismic\": \"enweghị isi\",\n    \"absinthium\": \"absinceum\",\n    \"absinths\": \"enweghị isi\",\n    \"absyrtus\": \"Nkechi\",\n    \"absist\": \"adighi\",\n    \"absit\": \"enweghị\",\n    \"absolent\": \"ihere\",\n    \"absolute\": \"zuru oke\",\n    \"absolutely\": \"kpam kpam\",\n    \"absoluteness\": \"zuru oke\",\n    \"absoluter\": \"zuru oke\",\n    \"absolutes\": \"zuru oke\",\n    \"absolutest\": \"zuru oke\",\n    \"absolution\": \"mgbaghara\",\n    \"absolutions\": \"mgbaghara\",\n    \"absolutism\": \"onye zuru oke\",\n    \"absolutist\": \"onye zuru oke\",\n    \"absolutista\": \"kpochapu\",\n    \"absolutistic\": \"onye zuru oke\",\n    \"absolutistically\": \"zuru oke\",\n    \"absolutists\": \"ndị nkwenkwe\",\n    \"absolutive\": \"zuru oke\",\n    \"absolutization\": \"Ntughari\",\n    \"absolutize\": \"kpochapụ\",\n    \"absolutory\": \"kpam kpam\",\n    \"absolvable\": \"kwenye\",\n    \"absolvatory\": \"ihe mkpofu\",\n    \"absolve\": \"kpochapu\",\n    \"absolved\": \"kpochapụrụ\",\n    \"absolvent\": \"gbasaa\",\n    \"absolver\": \"kpochapụ\",\n    \"absolvers\": \"kpochapụ\",\n    \"absolves\": \"kpochapụ\",\n    \"absolving\": \"na-agbaghara\",\n    \"absolvitor\": \"onye obula\",\n    \"absolvitory\": \"enweghị ikike\",\n    \"absonant\": \"abson\",\n    \"absonous\": \"adighi ike\",\n    \"absorb\": \"nuo\",\n    \"absorbability\": \"itinye aka\",\n    \"absorbable\": \"absorb\",\n    \"absorbant\": \"absorbent\",\n    \"absorbed\": \"tinye obi gị dum\",\n    \"absorbedly\": \"etinye obi gị dum\",\n    \"absorbedness\": \"uche\",\n    \"absorbefacient\": \"banye facient\",\n    \"absorbency\": \"uche\",\n    \"absorbencies\": \"absorbents\",\n    \"absorbing\": \"na-adọrọ adọrọ\",\n    \"absorbingly\": \"na-adọrọ adọrọ\",\n    \"absorbition\": \"absorption\",\n    \"absorbtion\": \"absorption\",\n    \"absorpt\": \"itinye uche\",\n    \"absorptance\": \"absorption\",\n    \"absorptiometric\": \"absorptiometry\",\n    \"absorptional\": \"absorption\",\n    \"absorptions\": \"absorption\",\n    \"absorptive\": \"absorp\",\n    \"absorptively\": \"absorptive\",\n    \"absorptiveness\": \"ihe na-egbu egbu\",\n    \"absorptivity\": \"ike mmụọ\",\n    \"absquatulate\": \"wepụ\",\n    \"absquatulation\": \"nkwụsị\",\n    \"abstain\": \"zere\",\n    \"abstained\": \"zeere\",\n    \"abstainer\": \"onye obula\",\n    \"abstainers\": \"ndị na-aainụ mmanya\",\n    \"abstaining\": \"na-ezere\",\n    \"abstainment\": \"akwụkwọ\",\n    \"abstains\": \"na-ezere\",\n    \"abstemious\": \"nke na-adịghị mma\",\n    \"abstemiously\": \"n'ụzọ zuru ezu\",\n    \"abstemiousness\": \"omume rụrụ arụ\",\n    \"abstention\": \"akwụkwọ\",\n    \"abstentionism\": \"izuchi\",\n    \"abstentionist\": \"onye na-akwadoghi\",\n    \"abstentious\": \"adịghị anya\",\n    \"absterge\": \"nwekwanu\",\n    \"absterged\": \"gharịị\",\n    \"abstergent\": \"dị egwu\",\n    \"absterges\": \"nwekwuru\",\n    \"absterging\": \"na-ajụ\",\n    \"absterse\": \"wepụ\",\n    \"abstersion\": \"odida\",\n    \"abstersive\": \"dị egwu\",\n    \"abstersiveness\": \"ihe ojoo\",\n    \"abstertion\": \"abster\",\n    \"abstinence\": \"enweghị afọ ojuju\",\n    \"abstinency\": \"inụbiga mmanya ókè\",\n    \"abstinent\": \"abstin\",\n    \"abstort\": \"mkpụrụ osisi\",\n    \"abstr\": \"Nkechi\",\n    \"abstract\": \"nkịtị\",\n    \"abstractable\": \"nkịtị\",\n    \"abstracted\": \"a na-ewepu\",\n    \"abstractedly\": \"na-enweghị atụ\",\n    \"abstractedness\": \"nkịtị\",\n    \"abstracter\": \"nkịtị\",\n    \"abstracters\": \"ndị nkịtị\",\n    \"abstractest\": \"nkịtị\",\n    \"abstracting\": \"adịghị adị\",\n    \"abstraction\": \"nkpirisi\",\n    \"abstractional\": \"nkịtị\",\n    \"abstractionist\": \"onye nlere anya\",\n    \"abstractionists\": \"ndị na-akọwa abstraction\",\n    \"abstractitious\": \"adịghị adị ọhụụ\",\n    \"abstractive\": \"nkịtị\",\n    \"abstractively\": \"nkịtị\",\n    \"abstractiveness\": \"nkịtị\",\n    \"abstractly\": \"nkịtị\",\n    \"abstractness\": \"nkịtị\",\n    \"abstractor\": \"nkịtị\",\n    \"abstractors\": \"ndị nkịtị\",\n    \"abstracts\": \"abstrakt\",\n    \"abstrahent\": \"nkịtị\",\n    \"abstrict\": \"pere mpe\",\n    \"abstricted\": \"ederede\",\n    \"abstricting\": \"na-akọwa\",\n    \"abstriction\": \"mwepu\",\n    \"abstricts\": \"nweghi iwu\",\n    \"abstrude\": \"zie\",\n    \"abstruse\": \"wepu\",\n    \"abstrusely\": \"n'ụzọ zuru oke\",\n    \"abstruseness\": \"nzuzu\",\n    \"abstrusenesses\": \"nzuzu\",\n    \"abstruser\": \"ihe nlere\",\n    \"abstrusest\": \"mkpirisi\",\n    \"abstrusion\": \"Ntughari\",\n    \"abstrusity\": \"nzuzu\",\n    \"abstrusities\": \"ihe nzuzu\",\n    \"absume\": \"ewepu\",\n    \"absumption\": \"ewepụ\",\n    \"absurd\": \"nzuzu\",\n    \"absurder\": \"nzuzu\",\n    \"absurdest\": \"nzuzu\",\n    \"absurdism\": \"enweghị isi\",\n    \"absurdist\": \"onye nzuzu\",\n    \"absurdity\": \"nzuzu\",\n    \"absurdities\": \"nzuzu\",\n    \"absurdly\": \"nzuzu\",\n    \"absurdness\": \"nzuzu\",\n    \"absurds\": \"enweghị isi\",\n    \"absurdum\": \"nzuzu\",\n    \"absvolt\": \"Enweghị ihe ọ bụla\",\n    \"abthain\": \"nnweta\",\n    \"abthainry\": \"nwebisi\",\n    \"abthanage\": \"nkwụsị\",\n    \"abtruse\": \"ikechukwu\",\n    \"abubble\": \"abubulu\",\n    \"abucco\": \"akwa\",\n    \"abuilding\": \"na-arụ ọrụ\",\n    \"abuleia\": \"abulia\",\n    \"abulias\": \"abulia\",\n    \"abulic\": \"abulia\",\n    \"abumbral\": \"ndetu\",\n    \"abumbrellar\": \"ndumodu\",\n    \"abundance\": \"ụba\",\n    \"abundances\": \"ọtụtụ\",\n    \"abundancy\": \"njuputa\",\n    \"abundant\": \"bara ụba\",\n    \"abundantia\": \"Anyanwu\",\n    \"abundantly\": \"n'ụba\",\n    \"aburabozu\": \"abura bozu\",\n    \"aburagiri\": \"abura kiri\",\n    \"aburst\": \"nke mbụ\",\n    \"abusable\": \"mkparị\",\n    \"abusage\": \"mkparị\",\n    \"abuse\": \"mmegbu\",\n    \"abused\": \"emegbu\",\n    \"abusedly\": \"emegbu\",\n    \"abusee\": \"emegbu\",\n    \"abuseful\": \"mkparị\",\n    \"abusefully\": \"n'ụzọ ọjọọ\",\n    \"abusefulness\": \"uru\",\n    \"abuser\": \"na-eti ihe\",\n    \"abusers\": \"ndị na-eme ihe ike\",\n    \"abuses\": \"mmegbu\",\n    \"abusing\": \"mkparị\",\n    \"abusious\": \"mkparị\",\n    \"abusive\": \"mkparị\",\n    \"abusively\": \"n'ụzọ mkparị\",\n    \"abusiveness\": \"mkparị\",\n    \"abut\": \"ekwenti\",\n    \"abutment\": \"ndenye\",\n    \"abutments\": \"ekwenti\",\n    \"abuts\": \"Abuts\",\n    \"abuttal\": \"ekwenti\",\n    \"abuttals\": \"ndiegwu\",\n    \"abutted\": \"ekwenti\",\n    \"abutter\": \"ekwenti\",\n    \"abutters\": \"na-ekwupụta\",\n    \"abutting\": \"na-ekwupụta\",\n    \"abv\": \"Abv\",\n    \"abvolt\": \"Abvolt\",\n    \"abvolts\": \"Abvolts\",\n    \"abwatts\": \"Ugba\",\n    \"ac\": \"Ọrụ\",\n    \"acacias\": \"acacia\",\n    \"academes\": \"agụmakwụkwọ\",\n    \"academy\": \"ulo mmuta\",\n    \"academia\": \"ulo akwukwo\",\n    \"academial\": \"agụmakwụkwọ\",\n    \"academian\": \"agụmakwụkwọ\",\n    \"academic\": \"agụmakwụkwọ\",\n    \"academical\": \"agụmakwụkwọ\",\n    \"academically\": \"agụmakwụkwọ\",\n    \"academicals\": \"agụmakwụkwọ\",\n    \"academician\": \"ọkà mmụta\",\n    \"academicians\": \"ndị gụrụ akwụkwọ\",\n    \"academicianship\": \"agụmakwụkwọ\",\n    \"academicism\": \"agụmakwụkwọ\",\n    \"academics\": \"agụmakwụkwọ\",\n    \"academie\": \"agụmakwụkwọ\",\n    \"academies\": \"agụmakwụkwọ\",\n    \"academise\": \"agụmakwụkwọ\",\n    \"academised\": \"gụrụ akwụkwọ\",\n    \"academising\": \"agụmakwụkwọ\",\n    \"academism\": \"agụmakwụkwọ\",\n    \"academist\": \"onye mmuta\",\n    \"academite\": \"agụmakwụkwọ\",\n    \"academization\": \"agụmakwụkwọ\",\n    \"academize\": \"gụọ akwụkwọ\",\n    \"academized\": \"gụrụ akwụkwọ\",\n    \"academizing\": \"agụmakwụkwọ\",\n    \"academus\": \"agụmakwụkwọ\",\n    \"acajous\": \"acajou\",\n    \"acale\": \"n'ọtụtụ\",\n    \"acalepha\": \"acalypha\",\n    \"acanthad\": \"acantad\",\n    \"acanthopterygian\": \"ọkwụrụ-isi\",\n    \"acapnial\": \"afọ a\",\n    \"acarari\": \"acara\",\n    \"acardia\": \"arcadia\",\n    \"acariatre\": \"ihe nkiri\",\n    \"acaricide\": \"igbu egbu\",\n    \"acarids\": \"acarid\",\n    \"acarines\": \"acarin\",\n    \"acarologist\": \"ọkà mmụta ihe banyere mbara ala\",\n    \"acatholic\": \"onye anakpo\",\n    \"acaudal\": \"nwekoro\",\n    \"acaudate\": \"inye aka\",\n    \"acaulous\": \"ọgụgụ isi\",\n    \"acc\": \"Acc\",\n    \"accadian\": \"acadian\",\n    \"acce\": \"ngwoolu\",\n    \"accede\": \"kwadoro\",\n    \"acceded\": \"kwadoro\",\n    \"accedence\": \"nkwenye\",\n    \"acceder\": \"nzere\",\n    \"acceders\": \"nzere\",\n    \"acceding\": \"ikwado\",\n    \"accelerable\": \"osooso\",\n    \"accelerando\": \"osooso\",\n    \"accelerant\": \"osooso\",\n    \"accelerate\": \"mee ngwangwa\",\n    \"accelerated\": \"osooso\",\n    \"acceleratedly\": \"osooso\",\n    \"accelerates\": \"na-eme ngwangwa\",\n    \"accelerating\": \"osooso\",\n    \"acceleratingly\": \"ngwa ngwa\",\n    \"acceleration\": \"osooso\",\n    \"accelerations\": \"osooso\",\n    \"accelerative\": \"osooso\",\n    \"accelerator\": \"ome osooso\",\n    \"acceleratory\": \"osooso\",\n    \"accelerators\": \"ndokwa ngwa ngwa\",\n    \"accelerograph\": \"ndokwa\",\n    \"accelerometer\": \"osooso\",\n    \"accelerometers\": \"osooso\",\n    \"accend\": \"ịkwado\",\n    \"accendibility\": \"nnweta\",\n    \"accendible\": \"inweta\",\n    \"accensed\": \"iwe\",\n    \"accension\": \"nrigo ugwu\",\n    \"accent\": \"ngwoolu\",\n    \"accenting\": \"ịgbanye olu\",\n    \"accentor\": \"accent\",\n    \"accentors\": \"asambodo\",\n    \"accents\": \"asambodo\",\n    \"accentuality\": \"ikwuputa okwu\",\n    \"accentually\": \"itozu\",\n    \"accentuation\": \"nkwupụta ụda\",\n    \"accept\": \"nabata\",\n    \"acceptability\": \"nnabata\",\n    \"acceptable\": \"anabata\",\n    \"acceptableness\": \"nnabata\",\n    \"acceptably\": \"nabatara\",\n    \"acceptance\": \"nnabata\",\n    \"acceptances\": \"ikwere\",\n    \"acceptancy\": \"nnabata\",\n    \"acceptancies\": \"ikwere\",\n    \"acceptant\": \"nnabata\",\n    \"acceptation\": \"nnabata\",\n    \"acceptavit\": \"nnabata\",\n    \"accepted\": \"nabatara\",\n    \"acceptedly\": \"nabata\",\n    \"acceptee\": \"nnabata\",\n    \"acceptees\": \"nnabata\",\n    \"accepter\": \"nabata\",\n    \"accepters\": \"ndị nabatara\",\n    \"acceptilate\": \"nabata\",\n    \"acceptilated\": \"nakweere\",\n    \"acceptilating\": \"na-anabata\",\n    \"acceptilation\": \"nnabata\",\n    \"accepting\": \"ịnakwere\",\n    \"acceptingly\": \"na-anabata\",\n    \"acceptingness\": \"nnabata\",\n    \"acception\": \"nnabata\",\n    \"acceptive\": \"na-anabata\",\n    \"acceptor\": \"onye nnabata\",\n    \"acceptors\": \"ndị nnabata\",\n    \"acceptress\": \"nnabata\",\n    \"accepts\": \"na-anabata\",\n    \"access\": \"ohere\",\n    \"accessability\": \"nnweta\",\n    \"accessable\": \"inweta\",\n    \"accessary\": \"ngwa\",\n    \"accessaries\": \"ngwa\",\n    \"accessarily\": \"n'ụzọ zuru oke\",\n    \"accessaryship\": \"nnweta ihe\",\n    \"accessed\": \"enweta\",\n    \"accesses\": \"nweta\",\n    \"accessibility\": \"nnweta\",\n    \"accessible\": \"inweta\",\n    \"accessibleness\": \"inweta\",\n    \"accessibly\": \"nnweta\",\n    \"accessing\": \"ịnweta\",\n    \"accession\": \"ịbanye\",\n    \"accessional\": \"gbakwunye\",\n    \"accessioned\": \"tinye\",\n    \"accessioning\": \"ịgbakwunye\",\n    \"accessions\": \"ngwa\",\n    \"accessit\": \"nnweta\",\n    \"accessive\": \"nweta\",\n    \"accessively\": \"n'ụzọ zuru ezu\",\n    \"accessless\": \"enweghị ohere\",\n    \"accessor\": \"ihe nnweta\",\n    \"accessory\": \"ngwa\",\n    \"accessorial\": \"ohere\",\n    \"accessories\": \"ngwa\",\n    \"accessorily\": \"n'ụzọ dị mfe\",\n    \"accessoriness\": \"nnweta\",\n    \"accessorius\": \"ngwa\",\n    \"accessorize\": \"nweta\",\n    \"accessorized\": \"nnweta\",\n    \"accessorizing\": \"ịnweta\",\n    \"accessors\": \"nweta\",\n    \"accidence\": \"ọghọm\",\n    \"accidency\": \"ikike\",\n    \"accidencies\": \"nkwenye\",\n    \"accident\": \"ọghọm\",\n    \"accidental\": \"na mberede\",\n    \"accidentalism\": \"ọghọm\",\n    \"accidentalist\": \"ọghọm\",\n    \"accidentality\": \"na mberede\",\n    \"accidentally\": \"na mberede\",\n    \"accidentalness\": \"na mberede\",\n    \"accidentals\": \"na mberede\",\n    \"accidentary\": \"na mberede\",\n    \"accidentarily\": \"na mberede\",\n    \"accidented\": \"ọghọm\",\n    \"accidential\": \"mberede\",\n    \"accidentiality\": \"ọghọm\",\n    \"accidently\": \"na mberede\",\n    \"accidents\": \"ihe mberede\",\n    \"accidia\": \"Udochukwu\",\n    \"accidie\": \"ikwenye\",\n    \"accidies\": \"nkwenye\",\n    \"accinge\": \"accing\",\n    \"accinged\": \"kwadoro\",\n    \"accinging\": \"na-akwado\",\n    \"accipenser\": \"ihe nchịkwa\",\n    \"accipiter\": \"ihe ndozi\",\n    \"accipitrary\": \"akuko\",\n    \"accise\": \"kwue\",\n    \"accismus\": \"ikwenye\",\n    \"accite\": \"ikwusi\",\n    \"acclaim\": \"toonụ\",\n    \"acclaimable\": \"Inye ekele\",\n    \"acclaimed\": \"toro\",\n    \"acclaimer\": \"ito\",\n    \"acclaimers\": \"Na-aja otuto\",\n    \"acclaiming\": \"I toro\",\n    \"acclaims\": \"toonụ\",\n    \"acclamation\": \"nkwupụta\",\n    \"acclamations\": \"Mkpesa\",\n    \"acclamator\": \"nkatọ\",\n    \"acclamatory\": \"Okpokoro\",\n    \"acclimatation\": \"nzute\",\n    \"acclimate\": \"meenụ ije\",\n    \"acclimatement\": \"nkwenye\",\n    \"acclimating\": \"ikwado\",\n    \"acclimation\": \"ikwado\",\n    \"acclimatisation\": \"acclimatization\",\n    \"acclimatise\": \"ikwalite\",\n    \"acclimatiser\": \"acclimatiserge\",\n    \"acclimatising\": \"ikwado\",\n    \"acclimatizing\": \"ikwado\",\n    \"acclimature\": \"nkwanye ugwu\",\n    \"acclinal\": \"okpu\",\n    \"acclinate\": \"ikwado\",\n    \"acclivity\": \"nnabata\",\n    \"acclivities\": \"nkwenye\",\n    \"acclivitous\": \"ikwado\",\n    \"acclivous\": \"kpokọtara\",\n    \"accloy\": \"ikwado\",\n    \"accoast\": \"otuto\",\n    \"accoy\": \"nkwanye\",\n    \"accoyed\": \"toro\",\n    \"accoying\": \"ikwenye\",\n    \"accoil\": \"otuto\",\n    \"accolade\": \"otuto\",\n    \"accoladed\": \"otuto\",\n    \"accolades\": \"otuto\",\n    \"accolated\": \"toro\",\n    \"accolent\": \"nkwanye ugwu\",\n    \"accoll\": \"ukpo\",\n    \"accolle\": \"tolo\",\n    \"accolled\": \"kpokọtara\",\n    \"accollee\": \"tokọrita\",\n    \"accombination\": \"nnabata\",\n    \"accommodable\": \"nnabata\",\n    \"accommodableness\": \"nnabata\",\n    \"accommodate\": \"nabata\",\n    \"accommodated\": \"kwadoro\",\n    \"accommodately\": \"n'ụzọ dị mma\",\n    \"accommodateness\": \"nnabata\",\n    \"accommodates\": \"nabatara\",\n    \"accommodating\": \"na-anabata\",\n    \"accommodatingly\": \"na-anabata\",\n    \"accommodatingness\": \"nnabata\",\n    \"accommodation\": \"ulo\",\n    \"accommodational\": \"ulo\",\n    \"accommodationist\": \"uloobibi\",\n    \"accommodations\": \"ebe obibi\",\n    \"accommodative\": \"nnabata\",\n    \"accommodatively\": \"nnabata\",\n    \"accommodativeness\": \"nnabata\",\n    \"accommodator\": \"onye nnabata\",\n    \"accommodators\": \"ndị na-ahụ maka ebe obibi\",\n    \"accomodate\": \"soro\",\n    \"accompanable\": \"na-eso\",\n    \"accompany\": \"soro\",\n    \"accompanied\": \"tinyere\",\n    \"accompanier\": \"onye mmekorita\",\n    \"accompanies\": \"soro\",\n    \"accompanying\": \"soro\",\n    \"accompanyist\": \"onye ndozi\",\n    \"accompaniment\": \"Mgbakwunye\",\n    \"accompanimental\": \"Mgbakwunye\",\n    \"accompaniments\": \"Mgbakwunye\",\n    \"accompanist\": \"soro\",\n    \"accompanists\": \"soro\",\n    \"accomplement\": \"kwado\",\n    \"accompletive\": \"na-akwado\",\n    \"accompli\": \"mezuru\",\n    \"accomplice\": \"soso\",\n    \"accomplices\": \"sochie\",\n    \"accompliceship\": \"emekọ ihe\",\n    \"accomplicity\": \"nnweta\",\n    \"accomplis\": \"rụchaa\",\n    \"accomplish\": \"rụzuo\",\n    \"accomplishable\": \"emezuru\",\n    \"accomplished\": \"arụzu\",\n    \"accomplisher\": \"emezu\",\n    \"accomplishers\": \"emezuru\",\n    \"accomplishes\": \"rụzuru\",\n    \"accomplishing\": \"arụzu\",\n    \"accomplishment\": \"rụzuru\",\n    \"accomplishments\": \"rụzuru\",\n    \"accomplisht\": \"mezuo\",\n    \"accompt\": \"soro\",\n    \"accord\": \"kwekọrịta\",\n    \"accordable\": \"kwekọrọ\",\n    \"accordance\": \"dabere\",\n    \"accordances\": \"kwekọrọ\",\n    \"accordancy\": \"ikwenye\",\n    \"accordant\": \"kwekọrọ\",\n    \"accordantly\": \"dị n'otu\",\n    \"accordatura\": \"Nkịtị\",\n    \"accordaturas\": \"nkwekọ\",\n    \"accordature\": \"ndokwa\",\n    \"accorded\": \"kwere\",\n    \"accorders\": \"nkwenye\",\n    \"according\": \"dika\",\n    \"accordingly\": \"ya\",\n    \"accordion\": \"udoon\",\n    \"accordionist\": \"nnabata\",\n    \"accordionists\": \"ndị nkwekọrịta\",\n    \"accordions\": \"nkwekọrịta\",\n    \"accords\": \"kwekọrịtara\",\n    \"accorporate\": \"ikwado\",\n    \"accorporation\": \"nnabata\",\n    \"accost\": \"gbasie\",\n    \"accosted\": \"kwadoro\",\n    \"accosting\": \"ịgbanye\",\n    \"accosts\": \"nkwenye\",\n    \"accouche\": \"ikwukwu\",\n    \"accouchement\": \"ikwuru\",\n    \"accouchements\": \"nkwonkwo\",\n    \"accoucheur\": \"ikwukwu\",\n    \"accoucheuse\": \"ikwado\",\n    \"accoucheuses\": \"ikwukwu\",\n    \"accounsel\": \"nkwanye ugwu\",\n    \"account\": \"akaụntụ\",\n    \"accountability\": \"ngosipụta\",\n    \"accountable\": \"aza ajụjụ\",\n    \"accountableness\": \"nzaghachi\",\n    \"accountably\": \"aza ajụjụ\",\n    \"accountancy\": \"akaụntụ\",\n    \"accountant\": \"onye na-akwụ ụgwọ ego\",\n    \"accountants\": \"ndị na-edekọ ego\",\n    \"accountantship\": \"akaụntụ\",\n    \"accounted\": \"zara\",\n    \"accounter\": \"ikwado\",\n    \"accounters\": \"ndị na-edekọ ego\",\n    \"accounting\": \"aza ajụjụ\",\n    \"accountment\": \"aza ajụjụ\",\n    \"accountrement\": \"ndenye\",\n    \"accounts\": \"akaụntụ\",\n    \"accouple\": \"gbakọọ\",\n    \"accouplement\": \"itinye ihe\",\n    \"accourage\": \"ikwado\",\n    \"accourt\": \"akaụntụ\",\n    \"accoutered\": \"kwupụta\",\n    \"accoutering\": \"ikwuputa\",\n    \"accouterment\": \"nkwanye ugwu\",\n    \"accouters\": \"accouter\",\n    \"accoutred\": \"kwupụtara\",\n    \"accoutrement\": \"ndenye\",\n    \"accoutring\": \"ikwuputa\",\n    \"accra\": \"acca\",\n    \"accrease\": \"nweta\",\n    \"accredit\": \"nzere ntozu\",\n    \"accreditable\": \"a kwadoro\",\n    \"accreditate\": \"ikwuputa\",\n    \"accreditation\": \"nzere ntozu\",\n    \"accreditations\": \"nkwenye\",\n    \"accredited\": \"ikwere\",\n    \"accreditee\": \"nzere\",\n    \"accrediting\": \"ikwenye\",\n    \"accreditment\": \"nzere ntozu\",\n    \"accredits\": \"asambodo\",\n    \"accrementitial\": \"nwekọrita\",\n    \"accrementition\": \"nnabata\",\n    \"accresce\": \"ikwuputa\",\n    \"accrescence\": \"Nkwenye\",\n    \"accrescendi\": \"nkwanye ugwu\",\n    \"accrescent\": \"accscent\",\n    \"accretal\": \"otuto\",\n    \"accrete\": \"puru iche\",\n    \"accreted\": \"kwadoro\",\n    \"accretes\": \"accret\",\n    \"accreting\": \"na-akwado\",\n    \"accretion\": \"nnabata\",\n    \"accretions\": \"nkwenye\",\n    \"accretive\": \"ikwupụta\",\n    \"accriminate\": \"ikwuputa\",\n    \"accroach\": \"ịba ụba\",\n    \"accroached\": \"toro\",\n    \"accroaching\": \"ịkwado\",\n    \"accroachment\": \"nwekwuru\",\n    \"accroides\": \"ịkwado\",\n    \"accruable\": \"nwere ike\",\n    \"accrual\": \"nchikota\",\n    \"accruals\": \"mbanye\",\n    \"accrue\": \"mụta\",\n    \"accrued\": \"nweta\",\n    \"accruement\": \"mbanye\",\n    \"accruer\": \"Nweta\",\n    \"accrues\": \"nweta\",\n    \"accruing\": \"na-agbakọta\",\n    \"accubation\": \"Nkọpụta\",\n    \"accueil\": \"nwe ọnụ\",\n    \"accultural\": \"omenala\",\n    \"acculturate\": \"omenala\",\n    \"acculturated\": \"ngwakọta\",\n    \"acculturating\": \"nnweta\",\n    \"acculturation\": \"ngwakọta\",\n    \"acculturative\": \"enwetara\",\n    \"acculturize\": \"gbakoor\",\n    \"acculturized\": \"ọrịrị\",\n    \"acculturizing\": \"ịgbanye\",\n    \"accum\": \"chịkọba\",\n    \"accumbency\": \"obulu\",\n    \"accumber\": \"ikpoko\",\n    \"accumulable\": \"akwakọba\",\n    \"accumulate\": \"gbakọta\",\n    \"accumulated\": \"akwakọba\",\n    \"accumulates\": \"na-agbakọta\",\n    \"accumulating\": \"na-agbakọta\",\n    \"accumulation\": \"mkpokọta\",\n    \"accumulations\": \"mkpokọta\",\n    \"accumulativ\": \"nwekọtara\",\n    \"accumulative\": \"na-akpakọba\",\n    \"accumulatively\": \"na-agbakọta\",\n    \"accumulativeness\": \"nkwakọba\",\n    \"accumulators\": \"ndị na-achịkọta ihe\",\n    \"accupy\": \"ogide\",\n    \"accur\": \"ziri ezi\",\n    \"accuracy\": \"ziri ezi\",\n    \"accuracies\": \"ziri ezi\",\n    \"accurate\": \"ziri ezi\",\n    \"accurately\": \"ziri ezi\",\n    \"accurateness\": \"ziri ezi\",\n    \"accurre\": \"ziri ezi\",\n    \"accurse\": \"ikwuru\",\n    \"accursed\": \"bụrụ ọnụ\",\n    \"accursedly\": \"bụrụ ọnụ\",\n    \"accursedness\": \"nkọcha\",\n    \"accursing\": \"na-akpọ iyi\",\n    \"accurst\": \"ebuo\",\n    \"accurtation\": \"ịkwado\",\n    \"accus\": \"ebubo\",\n    \"accusable\": \"ebubo\",\n    \"accusably\": \"ebubo\",\n    \"accusal\": \"ebubo\",\n    \"accusals\": \"ebubo\",\n    \"accusant\": \"onye na-ebo ebubo\",\n    \"accusants\": \"ndị na-ebo ebubo\",\n    \"accusation\": \"ebubo\",\n    \"accusations\": \"ebubo\",\n    \"accusatival\": \"ebubo\",\n    \"accusative\": \"ebubo\",\n    \"accusatively\": \"ebubo\",\n    \"accusativeness\": \"ebubo\",\n    \"accusatives\": \"ndị na-ebo ebubo\",\n    \"accusator\": \"onye na-ebo ebubo\",\n    \"accusatory\": \"ebubo\",\n    \"accusatorial\": \"onye na-ebo ebubo\",\n    \"accusatorially\": \"ebubo\",\n    \"accusatrix\": \"mmetụ\",\n    \"accusatrixes\": \"ebubo\",\n    \"accuse\": \"bo ebubo\",\n    \"accused\": \"ebubo\",\n    \"accuser\": \"onye na-ebo ebubo\",\n    \"accusers\": \"ndị na-ebo ebubo\",\n    \"accuses\": \"ebubo\",\n    \"accusing\": \"na-ebo ebubo\",\n    \"accusingly\": \"na-ebo ebubo\",\n    \"accusive\": \"na-ebo ebubo\",\n    \"accusor\": \"ebubo\",\n    \"accustom\": \"ikpehehe\",\n    \"accustomation\": \"omenala\",\n    \"accustomed\": \"emeela\",\n    \"accustomedly\": \"emehe\",\n    \"accustomedness\": \"imekoriri\",\n    \"accustoming\": \"emehe\",\n    \"accustomize\": \"gbanwee\",\n    \"accustomized\": \"emehe\",\n    \"accustomizing\": \"na-emegharị\",\n    \"accustoms\": \"okpu\",\n    \"aceanthrene\": \"okechukwu\",\n    \"aceanthrenequinone\": \"aicentithrenequinone\",\n    \"aced\": \"buru\",\n    \"acephal\": \"ihe ike\",\n    \"acephala\": \"Acephala\",\n    \"acephali\": \"Acephali\",\n    \"acephalism\": \"ihe mgbu\",\n    \"acephalist\": \"onye a ma ama\",\n    \"acephalite\": \"ahụ ike\",\n    \"acepots\": \"apọtọ\",\n    \"aceraceous\": \"okpokoro\",\n    \"acerate\": \"gbaa ọsọ\",\n    \"acerated\": \"kpaliri\",\n    \"acerates\": \"na-akpọ\",\n    \"acerose\": \"Aerosọs\",\n    \"acerous\": \"dị egwu\",\n    \"acervate\": \"tinyekwuo\",\n    \"acetary\": \"ihe\",\n    \"acetify\": \"acetinye\",\n    \"acetifying\": \"aceting\",\n    \"acetylate\": \"acetyla\",\n    \"acetimeter\": \"acetimita\",\n    \"acetometer\": \"acetometa\",\n    \"achamoth\": \"Akhamọt\",\n    \"achar\": \"iri\",\n    \"ache\": \"mgbu\",\n    \"acheat\": \"mgbu\",\n    \"achech\": \"mgbu\",\n    \"acheck\": \"mgbu\",\n    \"ached\": \"mgbu\",\n    \"acheirous\": \"mgbu\",\n    \"acherontical\": \"mgbechi\",\n    \"aches\": \"mgbu\",\n    \"achete\": \"mgbu\",\n    \"achy\": \"mgbu\",\n    \"achiest\": \"nsogbu\",\n    \"achievability\": \"nweta\",\n    \"achievable\": \"iru\",\n    \"achieve\": \"nweta\",\n    \"achieved\": \"nweta\",\n    \"achievement\": \"mmeta\",\n    \"achievements\": \"rụzuru\",\n    \"achiever\": \"iheoma\",\n    \"achievers\": \"ndị rụzuru\",\n    \"achieves\": \"rụzuru\",\n    \"achieving\": \"nweta\",\n    \"achymous\": \"otutu\",\n    \"achiness\": \"agụụ\",\n    \"achinesses\": \"Nwachukwu\",\n    \"aching\": \"mgbu\",\n    \"achingly\": \"mgbu\",\n    \"achitophel\": \"Chidinma\",\n    \"acholic\": \"onye igbo\",\n    \"achor\": \"acho\",\n    \"achromatised\": \"achicha\",\n    \"achromatized\": \"Achromatized\",\n    \"achronism\": \"nnabata\",\n    \"acicularly\": \"acicular\",\n    \"acidy\": \"acidik\",\n    \"acidifiant\": \"na-egbu egbu\",\n    \"acidific\": \"acidic\",\n    \"acidifying\": \"na-egbu egbu\",\n    \"acidimeter\": \"acidimeta\",\n    \"acidity\": \"acid\",\n    \"acidities\": \"acidity\",\n    \"acidize\": \"acidized\",\n    \"acidizing\": \"na-egbu egbu\",\n    \"acidness\": \"acidity\",\n    \"acidnesses\": \"acid acid\",\n    \"acidotic\": \"acidic\",\n    \"acids\": \"acid\",\n    \"acidulate\": \"acid\",\n    \"acidulated\": \"acidized\",\n    \"acidulates\": \"na-egbu egbu\",\n    \"acidulating\": \"na-ekpo ọkụ\",\n    \"acidulation\": \"ịmịkọrọ mmiri\",\n    \"acidulous\": \"acidistic\",\n    \"acidulously\": \"acidisticly\",\n    \"acidulousness\": \"acidisticness\",\n    \"acyetic\": \"etigbo\",\n    \"acylated\": \"kechie\",\n    \"acylating\": \"na-agbakwunye\",\n    \"aciliated\": \"etinyere\",\n    \"acing\": \"Nweta\",\n    \"acinic\": \"acinik\",\n    \"acipenser\": \"igwe eji enye aka\",\n    \"ack\": \"nnochi\",\n    \"ackeys\": \"ackey\",\n    \"acker\": \"onye ọkpọ\",\n    \"ackmen\": \"ndi nkenke\",\n    \"acknew\": \"mmmmmmmmmmmmm\",\n    \"acknow\": \"kweta\",\n    \"acknowing\": \"ikweta\",\n    \"acknowledge\": \"kweta\",\n    \"acknowledgeable\": \"ikweta\",\n    \"acknowledged\": \"kwetara\",\n    \"acknowledgedly\": \"kwetara\",\n    \"acknowledgement\": \"ikweta\",\n    \"acknowledgements\": \"nkwenye\",\n    \"acknowledger\": \"ikweta\",\n    \"acknowledgers\": \"ekweta\",\n    \"acknowledges\": \"ekweta\",\n    \"acknowledging\": \"ikweta\",\n    \"acknowledgment\": \"ikweta\",\n    \"acknowledgments\": \"nkwenye\",\n    \"acknown\": \"Acknown\",\n    \"aclastic\": \"ihe ntanet\",\n    \"aclidian\": \"Aklidian\",\n    \"aclinic\": \"aclinik\",\n    \"acloud\": \"gbasaa\",\n    \"acne\": \"ihe otutu\",\n    \"acockbill\": \"ulo ahia\",\n    \"acocotl\": \"iheanacho\",\n    \"acoelomous\": \"nnukwu ụlọ\",\n    \"acoelous\": \"ihe nzuzu\",\n    \"acoine\": \"inyi\",\n    \"acold\": \"zuo ike\",\n    \"acolyte\": \"okuko\",\n    \"acolyth\": \"Acolyth\",\n    \"acology\": \"ihe omumu\",\n    \"acologic\": \"ihe omuma\",\n    \"acolous\": \"ihe nzuzu\",\n    \"acomous\": \"dị egwu\",\n    \"acopic\": \"acop\",\n    \"acopyrin\": \"acylpyrin\",\n    \"acorea\": \"akara\",\n    \"acorned\": \"achoro\",\n    \"acorns\": \"acorn\",\n    \"acost\": \"akwa\",\n    \"acouchi\": \"achochi\",\n    \"acouchy\": \"achochy\",\n    \"acoumetry\": \"ihe omuma\",\n    \"acouophonia\": \"achoophonia\",\n    \"acoup\": \"achop\",\n    \"acoupa\": \"achopa\",\n    \"acousmatic\": \"ihe omuma\",\n    \"acoustic\": \"na-anụ ọkụ\",\n    \"acoustical\": \"na-anụ ọkụ\",\n    \"acoustically\": \"n'ụzọ dị egwu\",\n    \"acoustician\": \"odogwu\",\n    \"acousticon\": \"iheanacho\",\n    \"acoustics\": \"ịkpa ntị\",\n    \"acquaint\": \"mata\",\n    \"acquaintance\": \"mmata\",\n    \"acquaintances\": \"ndị maara\",\n    \"acquaintanceship\": \"mmachi\",\n    \"acquaintanceships\": \"mmata\",\n    \"acquaintancy\": \"mmata\",\n    \"acquaintant\": \"maara\",\n    \"acquainted\": \"maara\",\n    \"acquaintedness\": \"mmata\",\n    \"acquainting\": \"maara\",\n    \"acquaints\": \"maara\",\n    \"acquent\": \"kwenye\",\n    \"acquereur\": \"nweta\",\n    \"acquest\": \"inweta\",\n    \"acquests\": \"akwụkwọ\",\n    \"acquiesce\": \"nabata\",\n    \"acquiesced\": \"kwetara\",\n    \"acquiescement\": \"nnweta\",\n    \"acquiescence\": \"nnabata\",\n    \"acquiescency\": \"nnabata\",\n    \"acquiescent\": \"nnabata\",\n    \"acquiescently\": \"dị njikere\",\n    \"acquiescer\": \"onye nnabata\",\n    \"acquiesces\": \"na-anabata\",\n    \"acquiescing\": \"na-anabata\",\n    \"acquiescingly\": \"na-anabata ihe\",\n    \"acquiesence\": \"nnweta\",\n    \"acquiet\": \"nwee udo\",\n    \"acquirability\": \"nnweta\",\n    \"acquirable\": \"ezigbo\",\n    \"acquire\": \"nweta\",\n    \"acquired\": \"enwetara\",\n    \"acquirement\": \"nnweta\",\n    \"acquirements\": \"enweta\",\n    \"acquirenda\": \"nnweta\",\n    \"acquirer\": \"nweta\",\n    \"acquirers\": \"nweta\",\n    \"acquires\": \"enweta\",\n    \"acquiring\": \"enweta\",\n    \"acquisible\": \"nnweta\",\n    \"acquisita\": \"nnweta\",\n    \"acquisite\": \"nweta\",\n    \"acquisited\": \"kwetara\",\n    \"acquisition\": \"nnweta\",\n    \"acquisitional\": \"nnweta\",\n    \"acquisitions\": \"nnweta\",\n    \"acquisitive\": \"nnweta\",\n    \"acquisitively\": \"nnweta\",\n    \"acquisitiveness\": \"nnweta\",\n    \"acquisitor\": \"onye nnweta\",\n    \"acquisitum\": \"nnweta\",\n    \"acquist\": \"kweta\",\n    \"acquit\": \"hapụ\",\n    \"acquital\": \"ịtọhapụ mmadụ\",\n    \"acquitment\": \"nwepu\",\n    \"acquits\": \"akwụ ụgwọ\",\n    \"acquittal\": \"ịtọhapụ mmadụ\",\n    \"acquittals\": \"nwepu\",\n    \"acquittance\": \"nnweta\",\n    \"acquitted\": \"tọhapụ\",\n    \"acquitter\": \"tọhapụ\",\n    \"acquitting\": \"na-atọhapụ\",\n    \"acquophonia\": \"aquaphobia\",\n    \"acraze\": \"acho\",\n    \"acreable\": \"arable\",\n    \"acreages\": \"acre achoro\",\n    \"acream\": \"tie mkpu\",\n    \"acred\": \"acres\",\n    \"acrestaff\": \"ihe ndozi\",\n    \"acridest\": \"kasị\",\n    \"acridyl\": \"Okechukwu\",\n    \"acridines\": \"okpokoro\",\n    \"acriflavin\": \"acriflavine\",\n    \"acrylyl\": \"acryloyl\",\n    \"acrimoniously\": \"n'ụzọ\",\n    \"acrimoniousness\": \"acryọnụ ọkụ\",\n    \"acrity\": \"ikike\",\n    \"acroamatics\": \"acroamatik\",\n    \"acroarthritis\": \"ọrịa ogbu na nkwonkwo\",\n    \"acroatic\": \"acrostic\",\n    \"acrobat\": \"ịchụ nta\",\n    \"acrobatholithic\": \"acro batholithic\",\n    \"acrobatic\": \"ichoro\",\n    \"acrobatical\": \"ichoro\",\n    \"acrobatics\": \"egwuregwu acrobat\",\n    \"acrobats\": \"acrobat\",\n    \"acrochordon\": \"akkhordon\",\n    \"acrocyst\": \"okpokoro\",\n    \"acrodactyla\": \"mmmmmmmmmmmmm\",\n    \"acrodactylum\": \"ebe obibi\",\n    \"acrodont\": \"okpokoro\",\n    \"acrodonts\": \"Ndigbo\",\n    \"acrodrome\": \"amaokwu\",\n    \"acrodromous\": \"ihe dị iche iche\",\n    \"acrodus\": \"ntekọlọtọ\",\n    \"acrology\": \"ihe omuma\",\n    \"acrologue\": \"ihe omuma\",\n    \"acrometer\": \"acrometa\",\n    \"acromion\": \"akwara\",\n    \"acrophony\": \"akụrụndị\",\n    \"acropolitan\": \"onye bi n'obodo\",\n    \"acrorhagus\": \"nkatọ\",\n    \"acrorrheuma\": \"mgbaghojuru\",\n    \"acroscleriasis\": \"acrosclerosis\",\n    \"acroscleroderma\": \"acro scleroderma\",\n    \"acroscopic\": \"ihe odide\",\n    \"acrose\": \"acrosome\",\n    \"acrosphacelus\": \"achosphacelus\",\n    \"acrospired\": \"kpaliri\",\n    \"across\": \"n'ofe\",\n    \"acrotic\": \"Acrotic\",\n    \"acrotomous\": \"okpokoro\",\n    \"acrotrophic\": \"acotrophic\",\n    \"acrux\": \"acruik\",\n    \"act\": \"mee\",\n    \"actability\": \"ịrụ ọrụ\",\n    \"actable\": \"a na-eme omume\",\n    \"actaea\": \"Emeka\",\n    \"actaeon\": \"Akpaon\",\n    \"acted\": \"mere\",\n    \"actg\": \"ihe\",\n    \"actian\": \"ihe nkiri\",\n    \"actify\": \"mee ihe\",\n    \"actification\": \"igosi\",\n    \"actifier\": \"onye na-eme ihe ngosi\",\n    \"actinal\": \"eme\",\n    \"actinally\": \"n'ezie\",\n    \"actinautography\": \"ihe nkiri\",\n    \"acting\": \"na-eme ihe\",\n    \"actings\": \"omume\",\n    \"actinian\": \"ihe nkiri\",\n    \"actinians\": \"ndị na-eme ihe\",\n    \"actiniarian\": \"onye na-eme ihe nkiri\",\n    \"actinias\": \"Emechi\",\n    \"actinical\": \"ihe\",\n    \"actinically\": \"n'ezie\",\n    \"actiniferous\": \"eme ihe\",\n    \"actinism\": \"ọrụ\",\n    \"actinisms\": \"ihe nkiri\",\n    \"actiniums\": \"ihe nkiri\",\n    \"actinobaccilli\": \"ihe omume\",\n    \"actinoblast\": \"ihe omume\",\n    \"actinobranch\": \"mmegharịrị\",\n    \"actinobranchia\": \"iheanyichukwu\",\n    \"actinocarp\": \"mmmmmmmmmmmmm\",\n    \"actinocarpic\": \"mmmmmmmmmmmmm\",\n    \"actinocarpous\": \"ihe omume\",\n    \"actinochemical\": \"ihe omume\",\n    \"actinochemistry\": \"ihe omimi\",\n    \"actinocrinid\": \"ihe omume\",\n    \"actinocrinite\": \"ihe omume\",\n    \"actinocrinus\": \"ihe omume\",\n    \"actinodielectric\": \"iheanyichukwu\",\n    \"actinoelectric\": \"akụrụngwa\",\n    \"actinogonidiate\": \"inomụ ihe omume\",\n    \"actinogram\": \"ihe omume\",\n    \"actinograph\": \"ihe ngosi\",\n    \"actinography\": \"ihe nkiri\",\n    \"actinographic\": \"ihe nkiri\",\n    \"actinoidea\": \"ihe omume\",\n    \"actinoids\": \"ihe omume\",\n    \"actinology\": \"ihe omuma\",\n    \"actinologous\": \"ihe omume\",\n    \"actinologue\": \"ihe omume\",\n    \"actinomeric\": \"akachukwuonyinye\",\n    \"actinometers\": \"ihe omume\",\n    \"actinophone\": \"ihe nkiri\",\n    \"actinophonic\": \"ihe omume\",\n    \"actinophore\": \"ihe omume\",\n    \"actinophorous\": \"na-eme ihe\",\n    \"actinophryan\": \"akachukwuenna\",\n    \"actinophrys\": \"ihe omume\",\n    \"actinopod\": \"mmmmmmmmmmmmm\",\n    \"actinopoda\": \"iheanyichukwu\",\n    \"actinopraxis\": \"mmmmmmmmmmmmm\",\n    \"actinopteran\": \"ihe omume\",\n    \"actinopteri\": \"akachukwuin\",\n    \"actinopterygian\": \"mmmmmmmmmmmmm\",\n    \"actinopterygii\": \"akachukwugii\",\n    \"actinopterygious\": \"akàra ihendà\",\n    \"actinopterous\": \"na-eme ihe ngosi\",\n    \"actinoscopy\": \"ihe omume\",\n    \"actinosome\": \"ihe omume\",\n    \"actinost\": \"eme ihe\",\n    \"actinostomal\": \"ihe omume\",\n    \"actinostome\": \"ihe omume\",\n    \"actinotrocha\": \"mmmmmmmmmmmmm\",\n    \"actinozoal\": \"ihe omume\",\n    \"actinozoan\": \"ihe omume\",\n    \"actinozoon\": \"ihe omume\",\n    \"actins\": \"na-eme\",\n    \"action\": \"emereme\",\n    \"actionability\": \"arụmọrụ\",\n    \"actionable\": \"eme ihe\",\n    \"actionably\": \"n'ụzọ dị irè\",\n    \"actional\": \"emereme\",\n    \"actionary\": \"eme ihe\",\n    \"actioner\": \"onye na-eme ihe\",\n    \"actiones\": \"omume\",\n    \"actionist\": \"onye na-eme ihe\",\n    \"actionize\": \"mee ihe\",\n    \"actionized\": \"n'ọrụ\",\n    \"actionizing\": \"na-eme ihe\",\n    \"actionless\": \"enweghị ọrụ\",\n    \"actions\": \"omume\",\n    \"actious\": \"eme ihe\",\n    \"actipylea\": \"mmmmmmmmmmmmm\",\n    \"activable\": \"n'ọrụ\",\n    \"activate\": \"rụọ ọrụ\",\n    \"activated\": \"ọrụ\",\n    \"activates\": \"na-arụ ọrụ\",\n    \"activating\": \"rụọ ọrụ\",\n    \"activation\": \"ebighị\",\n    \"activations\": \"Mmegharị\",\n    \"activator\": \"onye ọrụ\",\n    \"activators\": \"ndị na-eme ihe ọrụ\",\n    \"active\": \"nọ n'ọrụ\",\n    \"actively\": \"ifịk ifịk\",\n    \"activeness\": \"ọrụ\",\n    \"actives\": \"na-arụ ọrụ\",\n    \"activin\": \"rụọ ọrụ\",\n    \"activism\": \"ime ihe ike\",\n    \"activisms\": \"mmegharị\",\n    \"activist\": \"onye mmume\",\n    \"activistic\": \"n'ọrụ\",\n    \"activists\": \"ndị na-eme ihe nkiri\",\n    \"activital\": \"Ọrụ\",\n    \"activity\": \"ọrụ\",\n    \"activities\": \"ihe omume\",\n    \"activize\": \"rụọ ọrụ\",\n    \"activized\": \"arụ ọrụ\",\n    \"activizing\": \"n'ọrụ\",\n    \"actless\": \"enweghị isi\",\n    \"actomyosin\": \"mmmmmmmmmmmmm\",\n    \"acton\": \"omee\",\n    \"actor\": \"omee\",\n    \"actory\": \"omee\",\n    \"actorish\": \"omee ish\",\n    \"actors\": \"ndị na-eme ihe nkiri\",\n    \"actorship\": \"ọrụ\",\n    \"actos\": \"ndị na-eme ihe nkiri\",\n    \"actress\": \"omee\",\n    \"actresses\": \"ndị na-eme ihe nkiri\",\n    \"actressy\": \"omee\",\n    \"acts\": \"eme\",\n    \"actual\": \"n'ezie\",\n    \"actualisation\": \"omume\",\n    \"actualise\": \"mee ihe\",\n    \"actualised\": \"emeziri\",\n    \"actualising\": \"n'ezie\",\n    \"actualism\": \"n'ezie\",\n    \"actualist\": \"onye n'eziokwu\",\n    \"actualistic\": \"n'ezie\",\n    \"actuality\": \"n'ezie\",\n    \"actualities\": \"n'ezie\",\n    \"actualization\": \"omume\",\n    \"actualize\": \"mee ihe\",\n    \"actualized\": \"ịtụgharị\",\n    \"actualizes\": \"na-arụ ọrụ\",\n    \"actualizing\": \"ime ihe\",\n    \"actually\": \"n'ezie\",\n    \"actualness\": \"n'ezie\",\n    \"actuals\": \"ihe omume\",\n    \"actuary\": \"ihe ndebe\",\n    \"actuarial\": \"omume\",\n    \"actuarially\": \"omume\",\n    \"actuarian\": \"onye na-eme ihe\",\n    \"actuaries\": \"ndị na-eme ihe\",\n    \"actuaryship\": \"ọrụ\",\n    \"actuate\": \"kpalie\",\n    \"actuated\": \"kpaliri\",\n    \"actuates\": \"na-eme ihe\",\n    \"actuating\": \"na-eme ihe\",\n    \"actuation\": \"mmegharị\",\n    \"actuator\": \"onye na-eme ihe\",\n    \"actuators\": \"ndị na-eme ihe\",\n    \"acture\": \"ime ihe\",\n    \"acturience\": \"ime ihe\",\n    \"actus\": \"ihe\",\n    \"acuate\": \"nnukwu\",\n    \"acuating\": \"igwu\",\n    \"acuclosure\": \"mmechi mmechi\",\n    \"acuductor\": \"acueducto\",\n    \"aculeated\": \"kpaliri\",\n    \"acumble\": \"ịda mba\",\n    \"acupunctuate\": \"ịkpa àgwà\",\n    \"acupunctuation\": \"nkedo\",\n    \"acupuncture\": \"igba okpukpu\",\n    \"acupunctured\": \"igba okpukpu\",\n    \"acupuncturing\": \"igba okpukpu\",\n    \"acupuncturists\": \"ndi acupuncturists\",\n    \"acusection\": \"acus ngalaba\",\n    \"acusector\": \"ihe mmuta\",\n    \"acustom\": \"ịma mma\",\n    \"acute\": \"nnukwu\",\n    \"acutely\": \"ngwa ngwa\",\n    \"acutilingual\": \"Asụsụ\",\n    \"acutorsion\": \"ndetu\",\n    \"acxoyatl\": \"mmmmmmmmmmmmm\",\n    \"ad\": \"mgbasa\",\n    \"adactyl\": \"Ojukwu\",\n    \"adactylia\": \"Okereke\",\n    \"adactylism\": \"mmezi\",\n    \"adage\": \"ige nti\",\n    \"adages\": \"iwu\",\n    \"adaize\": \"imeghari\",\n    \"adam\": \"Adam\",\n    \"adamance\": \"Nkwenye\",\n    \"adamancies\": \"adamany\",\n    \"adamant\": \"onye isi\",\n    \"adamantly\": \"n'ikwu\",\n    \"adamantness\": \"ịdị ike\",\n    \"adamants\": \"ndị mmadụ\",\n    \"adamellite\": \"adreesị\",\n    \"adamhood\": \"mmadụ\",\n    \"adamic\": \"dị egwu\",\n    \"adamical\": \"dị egwu\",\n    \"adamically\": \"n'ikwu\",\n    \"adamite\": \"Adamite\",\n    \"adamitic\": \"adigbo\",\n    \"adamitical\": \"nkwenye\",\n    \"adamitism\": \"nkwenye\",\n    \"adance\": \"nkwenye\",\n    \"adapis\": \"ndozi\",\n    \"adapt\": \"imeghari\",\n    \"adaptability\": \"ime mgbanwe\",\n    \"adaptable\": \"mgbanwe\",\n    \"adaptableness\": \"ime mgbanwe\",\n    \"adaptably\": \"ime mgbanwe\",\n    \"adaptation\": \"mmegharị\",\n    \"adaptational\": \"mmegharị\",\n    \"adaptationally\": \"mmegharị\",\n    \"adaptations\": \"mmegharị\",\n    \"adaptative\": \"mmegharị\",\n    \"adapted\": \"emegharị\",\n    \"adaptedness\": \"emegharị\",\n    \"adapter\": \"nkwụnye\",\n    \"adapters\": \"nkwụnye\",\n    \"adapting\": \"imeghari\",\n    \"adaption\": \"mmegharị\",\n    \"adaptional\": \"mgbanwe\",\n    \"adaptionism\": \"mmegharị\",\n    \"adaptions\": \"mmegharị\",\n    \"adaptitude\": \"mmegharị\",\n    \"adaptive\": \"na-agbanwe\",\n    \"adaptively\": \"na-agbanwe\",\n    \"adaptiveness\": \"ime mgbanwe\",\n    \"adaptivity\": \"mgbanwe\",\n    \"adaptometer\": \"imeghari\",\n    \"adaptor\": \"nkwụnye\",\n    \"adaptorial\": \"imeghari\",\n    \"adaptors\": \"nkwụnye\",\n    \"adapts\": \"na-agbanwe\",\n    \"adarticulation\": \"nkwanye ugwu\",\n    \"adaunt\": \"imeghari\",\n    \"adawn\": \"emegharị\",\n    \"adaxial\": \"adaba\",\n    \"adazzle\": \"imeghari\",\n    \"adc\": \"nd\",\n    \"adcon\": \"ndon\",\n    \"adcons\": \"ogha\",\n    \"adcraft\": \"adreesị\",\n    \"add\": \"tinye\",\n    \"addability\": \"mgbakwunye\",\n    \"addable\": \"tinye\",\n    \"addebted\": \"mmachi\",\n    \"added\": \"gbakwunyere\",\n    \"addedly\": \"gbakwunye\",\n    \"addeem\": \"denye\",\n    \"addend\": \"ịgbakwunye\",\n    \"addenda\": \"agbakwunye\",\n    \"addends\": \"gbakwunye\",\n    \"addendum\": \"tinye\",\n    \"addendums\": \"mgbakwunye\",\n    \"adder\": \"ajuju\",\n    \"adderbolt\": \"adwalbol\",\n    \"adders\": \"ndị mgbakwunye\",\n    \"adderspit\": \"tinye\",\n    \"addy\": \"tinye\",\n    \"addibility\": \"mgbakwunye\",\n    \"addible\": \"kwenye ekwenye\",\n    \"addice\": \"riri ahụ\",\n    \"addicent\": \"ọghọm\",\n    \"addict\": \"riri ahụ\",\n    \"addicted\": \"riri ahụ\",\n    \"addictedness\": \"ihe riri ahu\",\n    \"addicting\": \"riri ahụ\",\n    \"addiction\": \"riri ahụ\",\n    \"addictions\": \"riri ahụ\",\n    \"addictive\": \"na-eri ahụ\",\n    \"addictively\": \"riri ahu\",\n    \"addictiveness\": \"ọgwụ ọjọọ\",\n    \"addictives\": \"ndị riri ahụ\",\n    \"addicts\": \"ndị riri ahụ\",\n    \"addiment\": \"ihe oriri\",\n    \"adding\": \"na-agbakwunye\",\n    \"addio\": \"mgbakwunye\",\n    \"addis\": \"tinye\",\n    \"addison\": \"mgbakwunye\",\n    \"addisoniana\": \"tinyeisoniana\",\n    \"addita\": \"tinyeita\",\n    \"additament\": \"mgbakwunye\",\n    \"additamentary\": \"tinye\",\n    \"additiment\": \"mgbakwunye\",\n    \"addition\": \"mgbakwunye\",\n    \"additional\": \"mgbakwunye\",\n    \"additionally\": \"Ọzọkwa\",\n    \"additionary\": \"mgbakwunye\",\n    \"additionist\": \"onye mgbakwunye\",\n    \"additions\": \"mgbakwunye\",\n    \"addititious\": \"tinye\",\n    \"additive\": \"mmako\",\n    \"additively\": \"na mgbakwunye\",\n    \"additives\": \"ihe mgbakwunye\",\n    \"additivity\": \"mgbakwunye\",\n    \"additory\": \"tinye\",\n    \"additum\": \"tinye\",\n    \"additur\": \"tinye\",\n    \"addle\": \"tinyele\",\n    \"addlebrained\": \"tinye\",\n    \"addled\": \"agbakwunyere\",\n    \"addlehead\": \"tinyelehead\",\n    \"addleheaded\": \"tinye\",\n    \"addleheadedly\": \"tinye\",\n    \"addleheadedness\": \"isi\",\n    \"addlement\": \"mgbakwunye\",\n    \"addleness\": \"Mgbakwunye\",\n    \"addlepate\": \"tinyelepate\",\n    \"addlepated\": \"tinye\",\n    \"addlepatedness\": \"itinye aka\",\n    \"addleplot\": \"tinyeleplot\",\n    \"addles\": \"mgbakwunye\",\n    \"addling\": \"ịgbakwunye\",\n    \"addlings\": \"mgbakwunye\",\n    \"addlins\": \"tinye\",\n    \"addn\": \"tinye\",\n    \"addnl\": \"tinyenl\",\n    \"addoom\": \"nddoom\",\n    \"addorsed\": \"doara ntị\",\n    \"addossed\": \"etinyere\",\n    \"addr\": \"tinye\",\n    \"address\": \"adreesị\",\n    \"addressability\": \"adreesị\",\n    \"addressable\": \"adreesị\",\n    \"addressed\": \"kwara\",\n    \"addressee\": \"adreesị\",\n    \"addressees\": \"mgbakwunye\",\n    \"addresser\": \"adreesị\",\n    \"addressers\": \"adreesị\",\n    \"addresses\": \"adreesị\",\n    \"addressful\": \"adreesị\",\n    \"addressing\": \"na-ekwu okwu\",\n    \"addressograph\": \"tinye\",\n    \"addressor\": \"adreesị\",\n    \"addrest\": \"nwekwuo\",\n    \"adds\": \"na-agbakwụnye,\",\n    \"addu\": \"tinye\",\n    \"adduceable\": \"adaba\",\n    \"adduced\": \"kwadoro\",\n    \"adducent\": \"adabara\",\n    \"adducer\": \"mmezi\",\n    \"adducers\": \"addcers\",\n    \"adduces\": \"agbakwunye\",\n    \"adducible\": \"dị mfe\",\n    \"adducing\": \"na-agbasa\",\n    \"adduct\": \"ndukwe\",\n    \"adducted\": \"tinye\",\n    \"adducting\": \"na-agbakwunye\",\n    \"adduction\": \"ntinye\",\n    \"adductors\": \"ndị ntinye\",\n    \"adducts\": \"adabata\",\n    \"addulce\": \"tinye\",\n    \"adeemed\": \"ade ade\",\n    \"adelbert\": \"Adelbert\",\n    \"adeling\": \"na-achọ\",\n    \"adelite\": \"Adel\",\n    \"adelocerous\": \"adelocelo\",\n    \"adempt\": \"kwere\",\n    \"adempted\": \"ekwetara\",\n    \"ademption\": \"nnabata\",\n    \"adenalgy\": \"mgbaka\",\n    \"adendritic\": \"adenditric\",\n    \"adenine\": \"adenin\",\n    \"adenines\": \"adenin\",\n    \"adenitises\": \"na-ad\",\n    \"adenoses\": \"adenos\",\n    \"adenosine\": \"adenosin\",\n    \"adenotomy\": \"adenotomi\",\n    \"adenotomic\": \"adenotomik\",\n    \"adephagia\": \"agbachi\",\n    \"adeps\": \"na-akwado\",\n    \"adeption\": \"nri\",\n    \"adeptness\": \"ịdị ọcha\",\n    \"adeptship\": \"ịdị ike\",\n    \"adequate\": \"zuru ezu\",\n    \"adequately\": \"zuru oke\",\n    \"adequateness\": \"zuru oke\",\n    \"adermine\": \"kwenye\",\n    \"adessive\": \"ikwupụta\",\n    \"adevism\": \"nkwanye ugwu\",\n    \"adfected\": \"etinyere\",\n    \"adffroze\": \"mezie\",\n    \"adffrozen\": \"kpọnwụrụ\",\n    \"adfiliate\": \"agbakwunye\",\n    \"adfix\": \"ndebanye\",\n    \"adfluxion\": \"Ohere\",\n    \"adfreeze\": \"adighi\",\n    \"adfreezing\": \"na-agbasa\",\n    \"adfroze\": \"Ohere\",\n    \"adfrozen\": \"kpọnwụrụ\",\n    \"adglutinate\": \"itughari\",\n    \"adhaka\": \"adụka\",\n    \"adhamant\": \"onye isi\",\n    \"adherant\": \"adhere\",\n    \"adhere\": \"rube isi\",\n    \"adhered\": \"gbasoro\",\n    \"adherence\": \"nrube isi\",\n    \"adherency\": \"nrube isi\",\n    \"adherend\": \"rube isi\",\n    \"adherends\": \"na-adhere\",\n    \"adherent\": \"adhere\",\n    \"adherents\": \"na-eso ụzọ\",\n    \"adherer\": \"rapara\",\n    \"adherers\": \"gbasoro\",\n    \"adheres\": \"na-agbaso\",\n    \"adherescence\": \"nraranye\",\n    \"adhering\": \"na-agbaso\",\n    \"adhesive\": \"nyagide\",\n    \"adhesively\": \"nyagide\",\n    \"adhesivemeter\": \"adhesivemita\",\n    \"adhesiveness\": \"nrapado\",\n    \"adhesives\": \"nrapado\",\n    \"adhibit\": \"hapụ\",\n    \"adhibited\": \"Chọọ\",\n    \"adhibiting\": \"inye iwu\",\n    \"adhibition\": \"iwu\",\n    \"adhibits\": \"na-egosipụta\",\n    \"adhort\": \"ndụmọdụ\",\n    \"ady\": \"adị\",\n    \"adiated\": \"adian\",\n    \"adiating\": \"na-eri nri\",\n    \"adicity\": \"ibu agha\",\n    \"adience\": \"adiana\",\n    \"adight\": \"bụrụ\",\n    \"adinvention\": \"nkwenye\",\n    \"adion\": \"ogwe\",\n    \"adios\": \"ogwe\",\n    \"adipescent\": \"adipscent\",\n    \"adipometer\": \"adipometa\",\n    \"adiposes\": \"adipose\",\n    \"adipsy\": \"adipsia\",\n    \"adit\": \"itu\",\n    \"adyta\": \"adighi\",\n    \"adital\": \"dị\",\n    \"adyton\": \"adonyi\",\n    \"adits\": \"ekwuru\",\n    \"adjacence\": \"adjas\",\n    \"adjacency\": \"adjasj\",\n    \"adjacent\": \"n'akụkụ ya\",\n    \"adjacently\": \"n'akụkụ\",\n    \"adjag\": \"djg\",\n    \"adject\": \"nkọwaa\",\n    \"adjection\": \"nkwenye\",\n    \"adjectional\": \"adjective\",\n    \"adjectitious\": \"adighi nma\",\n    \"adjectival\": \"nkọwa\",\n    \"adjectivally\": \"n'ụzọ ziri ezi\",\n    \"adjective\": \"nkọwaa\",\n    \"adjectively\": \"nkọwaa\",\n    \"adjectives\": \"nkọwaa\",\n    \"adjectivism\": \"ịkọwapụta\",\n    \"adjiger\": \"ndenye\",\n    \"adjoin\": \"agbakwunye\",\n    \"adjoinant\": \"dị n'akụkụ\",\n    \"adjoined\": \"agbakwunye\",\n    \"adjoinedly\": \"jikọọ\",\n    \"adjoiner\": \"agbakwunyere\",\n    \"adjoining\": \"nọgidenụ\",\n    \"adjoiningness\": \"ịdị n’otu\",\n    \"adjoint\": \"jikọtara\",\n    \"adjourn\": \"yighaa\",\n    \"adjourned\": \"yigharịrị\",\n    \"adjourning\": \"agbatị\",\n    \"adjournment\": \"ịgbakwunye\",\n    \"adjournments\": \"agbakwunye\",\n    \"adjourns\": \"agbatị\",\n    \"adjoust\": \"iso\",\n    \"adjt\": \"ndjt\",\n    \"adjudge\": \"kpee\",\n    \"adjudgeable\": \"na-ama ikpe\",\n    \"adjudged\": \"Ikpe ikpe\",\n    \"adjudger\": \"kpee ikpe\",\n    \"adjudges\": \"Ekpe\",\n    \"adjudging\": \"ikpe\",\n    \"adjudgment\": \"ikpe\",\n    \"adjudicate\": \"kpee ikpe\",\n    \"adjudicated\": \"kpebie\",\n    \"adjudicates\": \"na-adị\",\n    \"adjudicating\": \"ikpe\",\n    \"adjudication\": \"ikpe\",\n    \"adjudications\": \"Mkpebi ikpe\",\n    \"adjudicative\": \"ikpe\",\n    \"adjudicator\": \"onye ikpe\",\n    \"adjudicatory\": \"ikpe\",\n    \"adjudicators\": \"ndị ikpe\",\n    \"adjudicature\": \"judgba azịza\",\n    \"adjugate\": \"na-adụ\",\n    \"adjument\": \"n'akụkụ ya\",\n    \"adjunct\": \"ndenye\",\n    \"adjunction\": \"mgbakwunye\",\n    \"adjunctive\": \"mgbakwunye\",\n    \"adjunctively\": \"ọzọ\",\n    \"adjuncts\": \"Mmekọrịta\",\n    \"adjuration\": \"nkwa\",\n    \"adjurations\": \"nkwa\",\n    \"adjure\": \"nkwa\",\n    \"adjured\": \"ekweghị\",\n    \"adjurer\": \"onye isi\",\n    \"adjurers\": \"ndị ọgbụgba\",\n    \"adjures\": \"adju\",\n    \"adjuring\": \"ịgha\",\n    \"adjurors\": \"ndi adjulara\",\n    \"adjust\": \"imeghari\",\n    \"adjustability\": \"mgbanwe\",\n    \"adjustable\": \"kemeghi\",\n    \"adjustably\": \"mgbanwe\",\n    \"adjustage\": \"mmezi\",\n    \"adjustation\": \"mmezi\",\n    \"adjusted\": \"gbanwee\",\n    \"adjuster\": \"ihe ndozi\",\n    \"adjusters\": \"mmezi\",\n    \"adjusting\": \"ukpụhọde\",\n    \"adjustive\": \"ọgwụ\",\n    \"adjustment\": \"ukpụhọde\",\n    \"adjustmental\": \"ukpụhọde\",\n    \"adjustments\": \"mmezi\",\n    \"adjustor\": \"ihe ndozi\",\n    \"adjustores\": \"mmezi\",\n    \"adjustoring\": \"na-edozi\",\n    \"adjustors\": \"mmezi\",\n    \"adjusts\": \"na-edozi\",\n    \"adjutage\": \"nkwa\",\n    \"adjutant\": \"dị n'akụkụ\",\n    \"adjutants\": \"ndị ọchịchị\",\n    \"adjutantship\": \"iwu\",\n    \"adjutator\": \"chi ọbụbọ\",\n    \"adjute\": \"nkwa\",\n    \"adjutor\": \"onye nchịkwa\",\n    \"adjutory\": \"iwu\",\n    \"adjutrice\": \"ndenye\",\n    \"adjuvate\": \"tinye\",\n    \"adlai\": \"Adlai\",\n    \"adlay\": \"adọọ\",\n    \"adlegation\": \"nkwa\",\n    \"adless\": \"adighi\",\n    \"adm\": \"Adm\",\n    \"admarginate\": \"admargin\",\n    \"admeasure\": \"nnabata\",\n    \"admeasurement\": \"admeasure\",\n    \"admeasuring\": \"na-anabata\",\n    \"admerveylle\": \"mmmmmmmmmmmmm\",\n    \"admetus\": \"adoma\",\n    \"admi\": \"nwee mmasị\",\n    \"admin\": \"nchịkwa\",\n    \"adminicle\": \"na-achịkwa\",\n    \"adminicula\": \"nchịkwa\",\n    \"adminicular\": \"nchịkwa\",\n    \"adminiculary\": \"nchịkwa\",\n    \"adminiculate\": \"inye iwu\",\n    \"adminiculation\": \"nchịkwa\",\n    \"adminiculum\": \"nchịkwa\",\n    \"administer\": \"ndinọ\",\n    \"administerd\": \"ndinọ\",\n    \"administered\": \"ndinọ\",\n    \"administerial\": \"nchịkwa\",\n    \"administering\": \"inye ihe\",\n    \"administerings\": \"inye ihe\",\n    \"administers\": \"na-elekọta\",\n    \"administrable\": \"nchịkwa\",\n    \"administrant\": \"onye nchịkwa\",\n    \"administrants\": \"ndị nchịkwa\",\n    \"administrate\": \"ichikota\",\n    \"administrated\": \"achịkwa\",\n    \"administrates\": \"na-elekọta\",\n    \"administrating\": \"nchịkwa\",\n    \"administration\": \"nchịkwa\",\n    \"administrational\": \"nlekọta\",\n    \"administrationist\": \"onye nlekọta\",\n    \"administrations\": \"nchịkwa\",\n    \"administrative\": \"nhazi\",\n    \"administratively\": \"nhazi\",\n    \"administrator\": \"onye nchịkwa\",\n    \"administrators\": \"ndị ọchịchị\",\n    \"administratorship\": \"nchịkwa\",\n    \"administratress\": \"onye nchịkwa\",\n    \"administratrices\": \"nchịkwa\",\n    \"administratrix\": \"nchịkwa\",\n    \"adminstration\": \"nchịkwa\",\n    \"admirability\": \"ịma mma\",\n    \"admirable\": \"kemmasi\",\n    \"admirableness\": \"ịma mma\",\n    \"admirably\": \"kemmasi\",\n    \"admirals\": \"admiral\",\n    \"admiralship\": \"Ọchị ozi\",\n    \"admiralships\": \"admiral ụgbọ mmiri\",\n    \"admiralty\": \"mmuo\",\n    \"admiralties\": \"mmuo\",\n    \"admirance\": \"mmasi\",\n    \"admiration\": \"mmasi\",\n    \"admirations\": \"mmasị\",\n    \"admirative\": \"dị mma\",\n    \"admiratively\": \"n'ụzọ dị egwu\",\n    \"admirator\": \"onye mmasi\",\n    \"admire\": \"nwee mmasị\",\n    \"admired\": \"nwere mmasị\",\n    \"admiredly\": \"nwere mmasị\",\n    \"admirer\": \"mmasị\",\n    \"admirers\": \"ndị nwere mmasị\",\n    \"admires\": \"Mmasị\",\n    \"admiring\": \"na-enwe obi ụtọ\",\n    \"admiringly\": \"n'eme\",\n    \"admissability\": \"nnabata\",\n    \"admissable\": \"kwetara\",\n    \"admissibility\": \"nnabata\",\n    \"admissible\": \"kwere\",\n    \"admissibleness\": \"nnabata\",\n    \"admissibly\": \"kweta\",\n    \"admission\": \"nnabata\",\n    \"admissions\": \"nnabata\",\n    \"admissive\": \"anabata\",\n    \"admissively\": \"kwere\",\n    \"admissory\": \"nnabata\",\n    \"admit\": \"kweta\",\n    \"admits\": \"na-ekweta\",\n    \"admittable\": \"kwere\",\n    \"admittance\": \"nnabata\",\n    \"admittances\": \"nabata\",\n    \"admittatur\": \"nnabata\",\n    \"admitted\": \"kwetara\",\n    \"admittedly\": \"kweta\",\n    \"admittee\": \"nnabata\",\n    \"admitter\": \"onye nnabata\",\n    \"admitters\": \"ndị nabatara\",\n    \"admitty\": \"nnabata\",\n    \"admittible\": \"kwere\",\n    \"admitting\": \"ikweta\",\n    \"admix\": \"mmụọ\",\n    \"admixed\": \"masị\",\n    \"admixing\": \"mmako\",\n    \"admixt\": \"mmmmmmmmmmmmm\",\n    \"admixtion\": \"mmako\",\n    \"admixture\": \"ngwakọta\",\n    \"admixtures\": \"ngwakọta\",\n    \"admonish\": \"dụrụ ọdụ\",\n    \"admonished\": \"dụrụ n'ọdụ\",\n    \"admonisher\": \"ndụmọdụ\",\n    \"admonishes\": \"adụ ọdụ\",\n    \"admonishing\": \"na-adụ ndụmọdụ\",\n    \"admonishingly\": \"dụrụ m ọdụ\",\n    \"admonishment\": \"ndụmọdụ\",\n    \"admonishments\": \"ndụmọdụ\",\n    \"admonition\": \"ndụmọdụ\",\n    \"admonitioner\": \"onye ndụmọdụ\",\n    \"admonitionist\": \"onye ndụmọdụ\",\n    \"admonitions\": \"ndụmọdụ\",\n    \"admonitive\": \"ndụmọdụ\",\n    \"admonitor\": \"ndụmọdụ\",\n    \"admonitory\": \"ndụmọdụ\",\n    \"admonitorial\": \"adọnyere\",\n    \"admonitorily\": \"admonitally\",\n    \"admortization\": \"itughari\",\n    \"admov\": \"ogwe\",\n    \"admove\": \"chọrọ\",\n    \"adnation\": \"adn\",\n    \"adnations\": \"adighi\",\n    \"adnerval\": \"ekpenta\",\n    \"adnexed\": \"jikọtara\",\n    \"adnexopexy\": \"adenwapexy\",\n    \"adnominal\": \"adọnọ\",\n    \"adnomination\": \"ịkpọ aha\",\n    \"adnoun\": \"kwue\",\n    \"adnouns\": \"ekwupụta\",\n    \"adnumber\": \"iri\",\n    \"ado\": \"bulie\",\n    \"adobes\": \"Onwuka\",\n    \"adod\": \"na\",\n    \"adolesce\": \"nwa\",\n    \"adolesced\": \"nwa\",\n    \"adolescence\": \"uto\",\n    \"adolescency\": \"nwata\",\n    \"adolescent\": \"nwa\",\n    \"adolescently\": \"dị afọ iri na ụma\",\n    \"adolescents\": \"ndị na-eto eto\",\n    \"adolescing\": \"na-eto eto\",\n    \"adonean\": \"adonyan\",\n    \"adonic\": \"adonye\",\n    \"adonis\": \"adonso\",\n    \"adonite\": \"ozi\",\n    \"adonize\": \"ifeanyi\",\n    \"adonized\": \"anodized\",\n    \"adonizing\": \"na-egbu egbu\",\n    \"adoors\": \"adoooo\",\n    \"adoperate\": \"na-asọpụrụ\",\n    \"adoperation\": \"ofufe\",\n    \"adopt\": \"ịmụta\",\n    \"adoptabilities\": \"nkuchi\",\n    \"adoptant\": \"onye nkuchi\",\n    \"adoptative\": \"nkuchi\",\n    \"adopted\": \"kuchiri\",\n    \"adoptedly\": \"nakweere\",\n    \"adoptee\": \"nkuchi\",\n    \"adoptees\": \"kuchiri\",\n    \"adopter\": \"onye kuchiri nwa\",\n    \"adopters\": \"nkuchi\",\n    \"adoptian\": \"nkuchi\",\n    \"adoptianism\": \"nkuchi\",\n    \"adoptianist\": \"nkuchi\",\n    \"adopting\": \"doo\",\n    \"adoption\": \"nkuchi\",\n    \"adoptional\": \"nkuchi\",\n    \"adoptionism\": \"nkuchi\",\n    \"adoptionist\": \"nkuchi\",\n    \"adoptions\": \"nkuchi\",\n    \"adoptious\": \"adopt\",\n    \"adoptive\": \"nkuchi\",\n    \"adoptively\": \"nkuchi\",\n    \"adopts\": \"nakweere\",\n    \"ador\": \"ịchọ mma\",\n    \"adorability\": \"nnabata\",\n    \"adorable\": \"mara mma\",\n    \"adorableness\": \"mara mma\",\n    \"adoral\": \"okwe\",\n    \"adorally\": \"na-ekwu okwu\",\n    \"adorant\": \"onye nnabata\",\n    \"adoration\": \"ofufe\",\n    \"adoratory\": \"na-anabata mmadụ\",\n    \"adore\": \"ife isiala\",\n    \"adored\": \"oredara ntị\",\n    \"adorer\": \"asọpụrụ\",\n    \"adorers\": \"nduru\",\n    \"adores\": \"okpuru\",\n    \"adoretus\": \"Udochukwu\",\n    \"adoring\": \"na-akpọ isiala\",\n    \"adoringly\": \"na-akpọ isiala\",\n    \"adorn\": \"ịchọ mma\",\n    \"adornation\": \"ịchọ mma\",\n    \"adorned\": \"chọọ mma\",\n    \"adorner\": \"icho mma\",\n    \"adorners\": \"ihe ịchọ mma\",\n    \"adorning\": \"ịchọ mma\",\n    \"adorningly\": \"ji achọ mma\",\n    \"adornment\": \"ịchọ mma\",\n    \"adornments\": \"ịchọ mma\",\n    \"adorns\": \"na-achọ mma\",\n    \"adorsed\": \"chọrọ\",\n    \"adosculation\": \"adossip\",\n    \"adossed\": \"ọ bụ\",\n    \"adown\": \"sọpụrụ\",\n    \"adoxaceous\": \"mara mma\",\n    \"adoxies\": \"adoji\",\n    \"adoze\": \"ịmụta\",\n    \"adposition\": \"okwu\",\n    \"adpress\": \"tinye\",\n    \"adpromission\": \"nkwenye\",\n    \"adrad\": \"Agba\",\n    \"adramelech\": \"adramelek\",\n    \"adrammelech\": \"adrammelek\",\n    \"adread\": \"itu egwu\",\n    \"adream\": \"gbaba\",\n    \"adreamed\": \"reara\",\n    \"adreamt\": \"gbamgbam\",\n    \"adrectal\": \"adabaghi\",\n    \"adrenalectomizing\": \"adrenalectoming\",\n    \"adrenaline\": \"adrenalin\",\n    \"adrenalize\": \"na-asọpụrụ\",\n    \"adrenals\": \"adrenal\",\n    \"adrench\": \"ụtọ\",\n    \"adrenocorticosteroid\": \"adrenocorticosteroid dịkwa mma\",\n    \"adrent\": \"dịruo\",\n    \"adret\": \"chọọ\",\n    \"adriana\": \"Adriana\",\n    \"adrift\": \"wepu\",\n    \"adrip\": \"idebe\",\n    \"adrogate\": \"na-aja aja\",\n    \"adroit\": \"ichoro\",\n    \"adroiter\": \"ihe ndozi\",\n    \"adroitest\": \"ichoro\",\n    \"adroitness\": \"ịma mma\",\n    \"adrop\": \"juanụ\",\n    \"adrostal\": \"adroal\",\n    \"adrowse\": \"Omee\",\n    \"adrue\": \"dụọ\",\n    \"ads\": \"mgbasa ozi\",\n    \"adscendent\": \"mgbasa ozi\",\n    \"adscititious\": \"mgbasa ozi\",\n    \"adscititiously\": \"na mgbasa ozi\",\n    \"adscript\": \"Akwụkwọ Nsọ\",\n    \"adscripted\": \"gbasatara\",\n    \"adscription\": \"ndebanye aha\",\n    \"adscriptitious\": \"nnabata\",\n    \"adscriptive\": \"mgbasa ozi\",\n    \"adscripts\": \"mgbasa ozi\",\n    \"adsessor\": \"Mgbasa ozi\",\n    \"adsignify\": \"kpọsaanụ\",\n    \"adsignification\": \"mgbasa ozi\",\n    \"adsmith\": \"Mgbasa ozi\",\n    \"adsmithing\": \"mgbasa ozi\",\n    \"adsorbents\": \"adsorbent\",\n    \"adsorptive\": \"mgbasa ozi\",\n    \"adsorptively\": \"na-egbu egbu\",\n    \"adsorptiveness\": \"okpokoro\",\n    \"adspiration\": \"nkwa\",\n    \"adstipulate\": \"itinye\",\n    \"adstipulated\": \"ekwukwu\",\n    \"adstipulating\": \"na-agbakwunye\",\n    \"adstipulation\": \"nkwenye\",\n    \"adstrict\": \"iwuchi\",\n    \"adstringe\": \"Okwunye\",\n    \"adterminal\": \"achicha\",\n    \"adtevac\": \"Adrevac\",\n    \"adulate\": \"na-asọpụrụ\",\n    \"adulated\": \"ulatedara ntị\",\n    \"adulates\": \"na-asị\",\n    \"adulating\": \"na-akpọ isiala\",\n    \"adulation\": \"ofufe\",\n    \"adulatory\": \"adara\",\n    \"adulce\": \"ịkwa iko\",\n    \"adullam\": \"ịkwa iko\",\n    \"adullamite\": \"lambalam\",\n    \"adult\": \"okenye\",\n    \"adulter\": \"iko\",\n    \"adulterant\": \"na-akwa iko\",\n    \"adulterants\": \"ndị na-akwa iko\",\n    \"adulterate\": \"na-akwa iko\",\n    \"adulterated\": \"kwara iko\",\n    \"adulterately\": \"na-akwa iko\",\n    \"adulterateness\": \"iko\",\n    \"adulterates\": \"na-akwa iko\",\n    \"adulterating\": \"na-akwa iko\",\n    \"adulteration\": \"iko\",\n    \"adulterator\": \"na-akwa iko\",\n    \"adulterators\": \"ndị na-akwa iko\",\n    \"adulterer\": \"onye na-akwa iko\",\n    \"adulterers\": \"ndị na-akwa iko\",\n    \"adulteress\": \"ịkwa iko\",\n    \"adulteresses\": \"ikoro\",\n    \"adultery\": \"ịkwa iko\",\n    \"adulteries\": \"ịkwa iko nke di ma ọ bụ nwunye\",\n    \"adulterine\": \"iko nwoke\",\n    \"adulterize\": \"na-ekwu okwu\",\n    \"adulterous\": \"na-akwa iko\",\n    \"adulterously\": \"na-akwa iko\",\n    \"adulterousness\": \"iko\",\n    \"adulthood\": \"okenye\",\n    \"adulticidal\": \"egbu egbu\",\n    \"adulticide\": \"egbu egbu\",\n    \"adultly\": \"okenye\",\n    \"adultlike\": \"dị ka okenye\",\n    \"adultness\": \"okenye\",\n    \"adultoid\": \"ịkwa iko\",\n    \"adultress\": \"okenye\",\n    \"adults\": \"okenye\",\n    \"adumbrate\": \"obubu\",\n    \"adumbrated\": \"anakpo\",\n    \"adumbrates\": \"ekwuru\",\n    \"adumbrating\": \"na-adọnye\",\n    \"adumbration\": \"mbanye\",\n    \"adumbrations\": \"agbatị\",\n    \"adumbratively\": \"adumbrative\",\n    \"adunation\": \"ngbako\",\n    \"adunc\": \"adighi\",\n    \"aduncate\": \"mezie\",\n    \"aduncated\": \"igbochi\",\n    \"aduncity\": \"ịdị ndụ\",\n    \"aduncous\": \"adonko\",\n    \"adure\": \"kwere\",\n    \"adusk\": \"agbato\",\n    \"adust\": \"igwu\",\n    \"adustion\": \"obula\",\n    \"adustive\": \"inye aka\",\n    \"adv\": \"ndụmọdụ\",\n    \"advance\": \"na-aga n'ihu\",\n    \"advanceable\": \"na-aga n'ihu\",\n    \"advanced\": \"dị elu\",\n    \"advancedness\": \"ịga n'ihu\",\n    \"advancement\": \"ọganihu\",\n    \"advancements\": \"ọganihu\",\n    \"advancer\": \"onye na-aga n'ihu\",\n    \"advancers\": \"ndị na-aga n'ihu\",\n    \"advances\": \"ọganihu\",\n    \"advancing\": \"na-aga n'ihu\",\n    \"advancingly\": \"na-aga n'ihu\",\n    \"advancive\": \"aga n'ihu\",\n    \"advantage\": \"uru\",\n    \"advantaged\": \"nwee uru\",\n    \"advantageous\": \"bara uru\",\n    \"advantageously\": \"bara uru\",\n    \"advantageousness\": \"ịdị mma\",\n    \"advantages\": \"uru\",\n    \"advantaging\": \"bara uru\",\n    \"advect\": \"ikpa\",\n    \"advected\": \"emeela\",\n    \"advecting\": \"ịmara\",\n    \"advection\": \"ndenye\",\n    \"advectitious\": \"mmmmmmmmmmmmm\",\n    \"advective\": \"azịza\",\n    \"advects\": \"ekwenti\",\n    \"advehent\": \"ichoputa\",\n    \"advene\": \"kpakpando\",\n    \"advenience\": \"mma\",\n    \"advenient\": \"adaba\",\n    \"advent\": \"biakwa obibia\",\n    \"advential\": \"ịkpa mma\",\n    \"adventism\": \"njem\",\n    \"adventist\": \"onye nnabata\",\n    \"adventists\": \"ihe omimi\",\n    \"adventitia\": \"njem\",\n    \"adventitial\": \"mmalite\",\n    \"adventitious\": \"njem\",\n    \"adventitiously\": \"chukwuebuka\",\n    \"adventitiousness\": \"njem\",\n    \"adventive\": \"ọgwụ\",\n    \"adventively\": \"agbasi\",\n    \"adventry\": \"njem\",\n    \"advents\": \"Ekwere\",\n    \"adventual\": \"ihe omuma\",\n    \"adventure\": \"njem\",\n    \"adventured\": \"ahụmahụ\",\n    \"adventureful\": \"njem\",\n    \"adventurement\": \"njem\",\n    \"adventurer\": \"onye njem\",\n    \"adventurers\": \"ndị njem\",\n    \"adventures\": \"ahụmahụ\",\n    \"adventureship\": \"njem\",\n    \"adventuresome\": \"dị egwu\",\n    \"adventuresomeness\": \"ihe omimi\",\n    \"adventuresomes\": \"ihe omimi\",\n    \"adventuress\": \"ihe omimi\",\n    \"adventuresses\": \"ihe omumu\",\n    \"adventuring\": \"njem\",\n    \"adventurish\": \"njem\",\n    \"adventurism\": \"njem\",\n    \"adventurist\": \"njem\",\n    \"adventuristic\": \"njem\",\n    \"adventurous\": \"dị egwu\",\n    \"adventurously\": \"dị egwu\",\n    \"adventurousness\": \"njem\",\n    \"adverb\": \"ngwa\",\n    \"adverbial\": \"nkwarụ\",\n    \"adverbialize\": \"megharịa aka\",\n    \"adverbially\": \"na-egosi\",\n    \"adverbiation\": \"mgbasa ozi\",\n    \"adverbs\": \"ekwuru\",\n    \"adversa\": \"Adaeze\",\n    \"adversant\": \"onye mmegide\",\n    \"adversary\": \"onye mmegide\",\n    \"adversaria\": \"opparia\",\n    \"adversarial\": \"onye mmegide\",\n    \"adversaries\": \"ndị mmegide\",\n    \"adversariness\": \"ihe ojoo\",\n    \"adversarious\": \"dị njọ\",\n    \"adversative\": \"emegide\",\n    \"adversatively\": \"n'ụzọ dị egwu\",\n    \"adverse\": \"oghom\",\n    \"adversed\": \"nsogbu\",\n    \"adversely\": \"nsogbu\",\n    \"adverseness\": \"nsogbu\",\n    \"adversifoliate\": \"nweka\",\n    \"adversifolious\": \"na-eweta nsogbu\",\n    \"adversing\": \"mgbasa ozi\",\n    \"adversion\": \"mkporomahu\",\n    \"adversity\": \"nsogbu\",\n    \"adversities\": \"nsogbu\",\n    \"adversive\": \"na-eweta nsogbu\",\n    \"adversus\": \"nsogbu\",\n    \"advert\": \"kpọsaanụ\",\n    \"adverted\": \"kpọsaanụ\",\n    \"advertence\": \"mgbasa ozi\",\n    \"advertency\": \"n'amaghi ama\",\n    \"advertent\": \"ịkpọsa\",\n    \"advertently\": \"na mgbasa ozi\",\n    \"adverting\": \"mgbasa ozi\",\n    \"advertisable\": \"na-akpọsa\",\n    \"advertise\": \"kpọsaanụ\",\n    \"advertised\": \"kpọsara\",\n    \"advertisee\": \"kpọsaanụ\",\n    \"advertisement\": \"mgbasa ozi\",\n    \"advertisements\": \"mgbasa ozi\",\n    \"advertiser\": \"onye mgbasa ozi\",\n    \"advertisers\": \"ndị mgbasa ozi\",\n    \"advertises\": \"na-akpọsa\",\n    \"advertising\": \"mgbasa ozi\",\n    \"advertize\": \"kpọsaanụ\",\n    \"advertized\": \"kpọsara\",\n    \"advertizement\": \"mgbasa ozi\",\n    \"advertizer\": \"Mgbasaozi\",\n    \"advertizes\": \"kpọsaanụ\",\n    \"advertizing\": \"mgbasa ozi\",\n    \"adverts\": \"Mgbasa ozi\",\n    \"advice\": \"ndụmọdụ\",\n    \"adviceful\": \"ndụmọdụ\",\n    \"advices\": \"ndụmọdụ\",\n    \"advisability\": \"ndumodu\",\n    \"advisable\": \"amamihe\",\n    \"advisableness\": \"amamihe amamihe\",\n    \"advisably\": \"ọ dị mma\",\n    \"advisal\": \"ndụmọdụ\",\n    \"advisatory\": \"ndụmọdụ\",\n    \"advise\": \"nye ndụmọdụ\",\n    \"advised\": \"dụrụ ọdụ\",\n    \"advisedly\": \"dụrụ ọdụ\",\n    \"advisedness\": \"dụrụ ndụmọdụ\",\n    \"advisee\": \"ndụmọdụ\",\n    \"advisees\": \"na-adụ ọdụ\",\n    \"advisement\": \"ndụmọdụ\",\n    \"advisements\": \"ndụmọdụ\",\n    \"adviser\": \"onye ndụmọdụ\",\n    \"advisers\": \"ndị ndụmọdụ\",\n    \"advisership\": \"ndụmọdụ\",\n    \"advises\": \"na-adụ ọdụ\",\n    \"advisy\": \"ndụmọdụ\",\n    \"advising\": \"na-adụ ọdụ\",\n    \"advisive\": \"ndụmọdụ\",\n    \"advisiveness\": \"ndụmọdụ\",\n    \"adviso\": \"ndụmọdụ\",\n    \"advisor\": \"onye ndụmọdụ\",\n    \"advisory\": \"ndụmọdụ\",\n    \"advisories\": \"ndụmọdụ\",\n    \"advisorily\": \"Ndụmọdụ\",\n    \"advisors\": \"ndị ndụmọdụ\",\n    \"advitant\": \"onye ndụmọdụ\",\n    \"advocaat\": \"agbako\",\n    \"advocacy\": \"onwe\",\n    \"advocacies\": \"ndụmọdụ\",\n    \"advocate\": \"kwado\",\n    \"advocated\": \"kwadoro\",\n    \"advocates\": \"na-akwado\",\n    \"advocateship\": \"ikwado\",\n    \"advocatess\": \"na-akwado\",\n    \"advocating\": \"na-akwado\",\n    \"advocation\": \"na-akwado\",\n    \"advocative\": \"na-akwado\",\n    \"advocator\": \"onye nkwado\",\n    \"advocatory\": \"na-enye nkwado\",\n    \"advocatress\": \"onye nkwado\",\n    \"advocatrice\": \"agbachitere\",\n    \"advocatrix\": \"Ndumodu\",\n    \"advoyer\": \"onye enyemaka\",\n    \"advoke\": \"kpọọ\",\n    \"advolution\": \"ndụmọdụ\",\n    \"advoteresse\": \"na-adụ ọdụ\",\n    \"advowee\": \"na-adụ ọdụ\",\n    \"advowry\": \"ndụmọdụ\",\n    \"advowsance\": \"ndụmọdụ\",\n    \"advowsons\": \"na-adụ ọdụ\",\n    \"advt\": \"Nye iwu\",\n    \"adward\": \"kwe nkwa\",\n    \"adwesch\": \"Ogwashi-Ukwu\",\n    \"adz\": \"Adz\",\n    \"adze\": \"nara\",\n    \"adzer\": \"adụa\",\n    \"aedility\": \"arụ ọrụ\",\n    \"aedilities\": \"arụ ọrụ\",\n    \"aedoeology\": \"ihe omumu\",\n    \"aefald\": \"Aefald\",\n    \"aegagropile\": \"aagagropile\",\n    \"aegirine\": \"mmeghari\",\n    \"aegirite\": \"anegirite\",\n    \"aegises\": \"mmeghachi omume\",\n    \"aegle\": \"uzo\",\n    \"aeneolithic\": \"Uzoigwe\",\n    \"aeons\": \"aeọn\",\n    \"aequor\": \"mmiri\",\n    \"aequoreal\": \"aququal\",\n    \"aequorin\": \"ihe aququin\",\n    \"aequorins\": \"aququins\",\n    \"aerate\": \"zaa\",\n    \"aerated\": \"efere\",\n    \"aerating\": \"ikpo oku\",\n    \"aerator\": \"onye na-ekwu okwu\",\n    \"aerial\": \"keikuku\",\n    \"aerialist\": \"onye akuko ikuku\",\n    \"aerialists\": \"Ndị na-arụ ọrụ ikuku\",\n    \"aeriality\": \"ikuku\",\n    \"aerially\": \"n'ụzọ ime mmụọ\",\n    \"aerialness\": \"ikuku\",\n    \"aerials\": \"ikuku\",\n    \"aerical\": \"Gburugburu\",\n    \"aeried\": \"aeries\",\n    \"aerifaction\": \"ntinye\",\n    \"aeriferous\": \"Auriferous\",\n    \"aerify\": \"mezie\",\n    \"aerification\": \"ntinye\",\n    \"aerifying\": \"aering\",\n    \"aeriness\": \"aerity\",\n    \"aerobacteriologist\": \"aerobacteriologist nke aerobacteriologist\",\n    \"aeroballistic\": \"ihe egwuregwu\",\n    \"aerobian\": \"Aerobian\",\n    \"aerobically\": \"n'ikuku\",\n    \"aerobiologist\": \"ọkà mmụta ihe banyere mbara igwe\",\n    \"aeroboat\": \"ugbo elu\",\n    \"aerocraft\": \"ugbo elu\",\n    \"aerogel\": \"airgel\",\n    \"aerogeologist\": \"ọkà mmụta banyere mbara igwe\",\n    \"aerograms\": \"aerogram\",\n    \"aerographer\": \"onye na-ese ihe\",\n    \"aerography\": \"ihe omimi\",\n    \"aeroides\": \"aeroid\",\n    \"aerolithology\": \"ihe omumu\",\n    \"aeroliths\": \"aoroliths\",\n    \"aerologist\": \"ọkà mmụta banyere mbara igwe\",\n    \"aerologists\": \"ndị na-amụ banyere mbara igwe\",\n    \"aeromagnetic\": \"aromagnetic\",\n    \"aeromancy\": \"nnabata\",\n    \"aerometer\": \"aeroromita\",\n    \"aeronat\": \"aeronaut\",\n    \"aeronautically\": \"n'ikuku\",\n    \"aeronautism\": \"aeronautic\",\n    \"aeronomy\": \"mbara igwe\",\n    \"aeronomics\": \"ihe omumu\",\n    \"aerophone\": \"igwe okwu\",\n    \"aerophotography\": \"ihe osise\",\n    \"aeroplane\": \"ụgbọelu\",\n    \"aeroplanes\": \"ụgbọ elu\",\n    \"aeroplanist\": \"onye na-ahu maka mbara igwe\",\n    \"aeroscope\": \"aeroskop\",\n    \"aerosols\": \"aerosol\",\n    \"aerostatics\": \"aerostatik\",\n    \"aerotechnical\": \"aerotechnika\",\n    \"aerotherapeutics\": \"aerotherapeutics na-agwọ ọrịa\",\n    \"aesc\": \"aesk\",\n    \"aeschylean\": \"Uchechi\",\n    \"aeschynomenous\": \"Uchechi\",\n    \"aesculaceous\": \"ajuju\",\n    \"aesopian\": \"aesia\",\n    \"aesthesis\": \"mmachi\",\n    \"aesthete\": \"esthete\",\n    \"aesthetician\": \"estettian\",\n    \"aestheticize\": \"ịestụ ọgwụ\",\n    \"aesthiology\": \"ihe omumu\",\n    \"aestival\": \"ememme\",\n    \"aestivate\": \"na-ata ahụhụ\",\n    \"aestivated\": \"bụrụ nke a dọtara\",\n    \"aestivates\": \"na-agbasi ike\",\n    \"aestivating\": \"na-aestiụ ọgwụ\",\n    \"aestivation\": \"ọrịa\",\n    \"aestivator\": \"ihe oriri\",\n    \"aestuary\": \"ebe obibi\",\n    \"aestuate\": \"inye mmasi\",\n    \"aestuation\": \"aestu\",\n    \"aesture\": \"akara aka\",\n    \"aethered\": \"nwe\",\n    \"aethers\": \"aether\",\n    \"aeviternal\": \"enweghị ihe ọ bụla\",\n    \"af\": \"Af\",\n    \"afaced\": \"ịgbada\",\n    \"afacing\": \"ihuchi\",\n    \"afaint\": \"ima ihu\",\n    \"afar\": \"tere aka\",\n    \"afetal\": \"enwe\",\n    \"aff\": \"nkwanye\",\n    \"affability\": \"nkwado\",\n    \"affable\": \"nke oma\",\n    \"affableness\": \"ike\",\n    \"affably\": \"n'ụzọ dị irè\",\n    \"affabrous\": \"ihe nkwado\",\n    \"affair\": \"omume\",\n    \"affaires\": \"kwadoro\",\n    \"affairs\": \"omume\",\n    \"affamish\": \"ịgbakwunye\",\n    \"affatuate\": \"ikwado\",\n    \"affect\": \"emetụta\",\n    \"affectability\": \"mmetụta\",\n    \"affectable\": \"na-enwe mmetụta\",\n    \"affectate\": \"emetụta\",\n    \"affectation\": \"mmetụta\",\n    \"affectationist\": \"na-emetụta\",\n    \"affectations\": \"mmetụta\",\n    \"affected\": \"emetụta\",\n    \"affectedly\": \"emetụta\",\n    \"affectedness\": \"mmetụta\",\n    \"affecter\": \"mmetụta\",\n    \"affecters\": \"ndị na-emetụta ya\",\n    \"affectibility\": \"mmetụta\",\n    \"affectible\": \"na-emetụta\",\n    \"affecting\": \"na-emetụta\",\n    \"affectingly\": \"na-emetụta\",\n    \"affection\": \"ịhụnanya\",\n    \"affectional\": \"ịhụnanya\",\n    \"affectionally\": \"ịhụnanya\",\n    \"affectionate\": \"keihunanya\",\n    \"affectionately\": \"ịhụnanya\",\n    \"affectionateness\": \"ịhụnanya\",\n    \"affectioned\": \"hụrụ n'anya\",\n    \"affectionless\": \"enweghị ịhụnanya\",\n    \"affections\": \"ịhụnanya\",\n    \"affectious\": \"na-emetụta\",\n    \"affective\": \"na-emetụta\",\n    \"affectively\": \"mmetụta\",\n    \"affectivity\": \"mmetụta\",\n    \"affectless\": \"enweghị mmetụta\",\n    \"affectlessness\": \"enweghị mmetụta\",\n    \"affector\": \"mmetuta\",\n    \"affects\": \"na-emetụta\",\n    \"affectual\": \"na-emetụta\",\n    \"affectum\": \"emetụ\",\n    \"affectuous\": \"enwe mmetụta\",\n    \"affectus\": \"emetụ\",\n    \"affeir\": \"ihu\",\n    \"affenpinscher\": \"onyinye\",\n    \"affenspalte\": \"nkwenye\",\n    \"afferent\": \"mmasị\",\n    \"afferently\": \"ihe gbasara\",\n    \"affy\": \"Nkwupụta\",\n    \"affiance\": \"mmekọrita\",\n    \"affianced\": \"affianye\",\n    \"affiancer\": \"onye na-ere ọkụ\",\n    \"affiances\": \"mmekọ\",\n    \"affiancing\": \"ntinye\",\n    \"affiant\": \"hụrụ n'anya\",\n    \"affiants\": \"ndị nwere mmasị\",\n    \"affich\": \"affiche\",\n    \"affidare\": \"inwee\",\n    \"affidation\": \"Mgbakwunye\",\n    \"affidavy\": \"inyi\",\n    \"affydavy\": \"afydavy\",\n    \"affidavit\": \"inyi\",\n    \"affidavits\": \"inyi\",\n    \"affied\": \"agbakwunye\",\n    \"affies\": \"kwue\",\n    \"affying\": \"na-ekwupụta\",\n    \"affile\": \"iwu\",\n    \"affiliable\": \"Mgbakwunye\",\n    \"affiliate\": \"Mgbakwunye\",\n    \"affiliated\": \"mmekọ\",\n    \"affiliates\": \"ndị mmekọ\",\n    \"affiliating\": \"Mgbakwunye\",\n    \"affiliation\": \"Mgbakwunye\",\n    \"affiliations\": \"Mgbakwunye\",\n    \"affination\": \"affin\",\n    \"affine\": \"kwenye\",\n    \"affined\": \"affin\",\n    \"affinely\": \"affin\",\n    \"affines\": \"affin\",\n    \"affing\": \"na-ekwupụta\",\n    \"affinitative\": \"onodu\",\n    \"affinite\": \"enweghi ike\",\n    \"affinity\": \"mmekọrita\",\n    \"affinities\": \"mmekọrita\",\n    \"affinition\": \"ase\",\n    \"affirm\": \"kwenye\",\n    \"affirmable\": \"kwenye\",\n    \"affirmably\": \"n'ụzọ ziri ezi\",\n    \"affirmance\": \"ikwuru\",\n    \"affirmant\": \"Ekwenye\",\n    \"affirmation\": \"Nkwenye\",\n    \"affirmations\": \"Nkwenye\",\n    \"affirmative\": \"kwenye\",\n    \"affirmatively\": \"n'eziokwu\",\n    \"affirmativeness\": \"nkwenye\",\n    \"affirmatives\": \"Nkwenye\",\n    \"affirmatory\": \"Nkwenye\",\n    \"affirmed\": \"kwenyesiri ike\",\n    \"affirmer\": \"kwenye\",\n    \"affirmers\": \"na-ekwenye ekwenye\",\n    \"affirming\": \"na-ekwusi ike\",\n    \"affirmingly\": \"N'ikwu ya\",\n    \"affirmly\": \"kwenye\",\n    \"affirms\": \"kwenye\",\n    \"affix\": \"mgbakwunye\",\n    \"affixation\": \"Mgbakwunye\",\n    \"affixed\": \"etinyere\",\n    \"affixing\": \"ịfụ\",\n    \"affixion\": \"Mgbakwunye\",\n    \"affixment\": \"Mgbakwunye\",\n    \"affixt\": \"n'azụ\",\n    \"affixture\": \"ihe mgbakwunye\",\n    \"afflate\": \"kwupụta\",\n    \"afflated\": \"kwupụtara\",\n    \"afflation\": \"nkwenye\",\n    \"afflatuses\": \"ekwupụta\",\n    \"afflict\": \"na-emekpa\",\n    \"afflicted\": \"emekpala\",\n    \"afflictedness\": \"mkpagbu\",\n    \"afflicter\": \"na-emekpa ahụ\",\n    \"afflicting\": \"na-emekpa\",\n    \"afflictingly\": \"na-emekpa ahụ\",\n    \"affliction\": \"mkpagbu\",\n    \"afflictionless\": \"enweghị nsogbu\",\n    \"afflictions\": \"mmekpa ahụ\",\n    \"afflictive\": \"na-enye nsogbu\",\n    \"afflictively\": \"n'ụzọ nsogbu\",\n    \"afflicts\": \"na-ewute\",\n    \"affloof\": \"afọ ojuju\",\n    \"afflue\": \"ikwupụta\",\n    \"affluence\": \"uba\",\n    \"affluency\": \"uba\",\n    \"affluent\": \"uba\",\n    \"affluently\": \"bara ọgaranya\",\n    \"affluentness\": \"bara ọgaranya\",\n    \"affluents\": \"bara ọgaranya\",\n    \"afflux\": \"aholu\",\n    \"affluxes\": \"ọgaranya\",\n    \"affluxion\": \"mbubreyo\",\n    \"affodill\": \"ihe ndozi\",\n    \"afforce\": \"gbanye\",\n    \"afforced\": \"gbanye\",\n    \"afforcement\": \"affor\",\n    \"afforcing\": \"manye\",\n    \"afford\": \"imeli\",\n    \"affordable\": \"ọnụ ọnụ\",\n    \"afforded\": \"nyere\",\n    \"affording\": \"ikwupụta\",\n    \"affords\": \"enye\",\n    \"afforest\": \"igbo\",\n    \"afforestable\": \"afor\",\n    \"afforestation\": \"igbo igbo\",\n    \"afforestational\": \"ndi igbo\",\n    \"afforested\": \"igbo\",\n    \"afforesting\": \"igbochi\",\n    \"afforestment\": \"ohia igbo\",\n    \"afforests\": \"igbo\",\n    \"afformative\": \"ihe omuma\",\n    \"affray\": \"gosi\",\n    \"affrayed\": \"kwupụtara\",\n    \"affrayer\": \"onye nkwado\",\n    \"affrayers\": \"ndị nkwado\",\n    \"affraying\": \"ikwupụta\",\n    \"affrays\": \"Na-akwado\",\n    \"affranchise\": \"ikwenye\",\n    \"affranchised\": \"kwupụtara\",\n    \"affranchisement\": \"nkwupụta\",\n    \"affranchising\": \"ikwupụta\",\n    \"affrap\": \"Iburu\",\n    \"affreight\": \"ọgaranya\",\n    \"affreighter\": \"gosipụtakarị\",\n    \"affreightment\": \"afọ ojuju\",\n    \"affret\": \"kwupụta\",\n    \"affrettando\": \"nwekwaa\",\n    \"affricate\": \"ikwenye\",\n    \"affricated\": \"ka mma\",\n    \"affricates\": \"na-ekwenye\",\n    \"affrication\": \"Nkwenye\",\n    \"affricative\": \"na-ekwupụta\",\n    \"affriended\": \"kpọtụrụ\",\n    \"affright\": \"egwu\",\n    \"affrighted\": \"kụja\",\n    \"affrightedly\": \"na-atụ ụjọ\",\n    \"affrighter\": \"gosi mma\",\n    \"affrightful\": \"na-atụ ụjọ\",\n    \"affrightfully\": \"n'ụzọ pụtara ìhè\",\n    \"affrighting\": \"na-atụ ụjọ\",\n    \"affrightingly\": \"n'ụzọ doro anya\",\n    \"affrightment\": \"amuma\",\n    \"affrights\": \"Nkwupụta\",\n    \"affront\": \"mkparị\",\n    \"affronte\": \"mebie\",\n    \"affronted\": \"iwe\",\n    \"affrontedly\": \"na-ekwu ihu\",\n    \"affrontedness\": \"mkparị\",\n    \"affrontee\": \"mbibi\",\n    \"affronty\": \"mmejọ\",\n    \"affronting\": \"na-ekwulu\",\n    \"affrontingly\": \"n'ụzọ dị mwute\",\n    \"affrontingness\": \"iwe\",\n    \"affrontive\": \"ikwenye\",\n    \"affrontiveness\": \"ịkwa emo\",\n    \"affrontment\": \"iwe\",\n    \"affronts\": \"Nkwupụta\",\n    \"afft\": \"ịgha\",\n    \"affuse\": \"kwenye\",\n    \"affusedaffusing\": \"ekwuru\",\n    \"affusion\": \"nkwenye\",\n    \"affusions\": \"nkwenye\",\n    \"afghan\": \"Afghanistan\",\n    \"afghanets\": \"ndị Afghanistan\",\n    \"afghani\": \"Afghanistan\",\n    \"afghanis\": \"Afghanistan\",\n    \"afghanistan\": \"Afghanistan\",\n    \"afghans\": \"Afghanistan\",\n    \"afgod\": \"chukwu\",\n    \"afield\": \"pụọ\",\n    \"afire\": \"daa\",\n    \"aflame\": \"inwu\",\n    \"aflare\": \"afla\",\n    \"aflat\": \"a ewepụghị\",\n    \"aflaunt\": \"wepụ\",\n    \"aflight\": \"ụgbọ elu\",\n    \"afloat\": \"sere n'elu\",\n    \"aflow\": \"sere n'elu\",\n    \"aflower\": \"ifuru\",\n    \"afluking\": \"aflukning\",\n    \"aflush\": \"wepu\",\n    \"afoot\": \"afo\",\n    \"afore\": \"n'elu\",\n    \"aforegoing\": \"na-ahapụ\",\n    \"aforehand\": \"n'oge gara aga\",\n    \"aforementioned\": \"hotara na mbụ\",\n    \"aforenamed\": \"akpọtụrụ\",\n    \"aforesaid\": \"kwuru n'elu\",\n    \"aforethought\": \"echiche gara aga\",\n    \"aforetime\": \"n'oge gara aga\",\n    \"aforetimes\": \"n'oge gara aga\",\n    \"aforeward\": \"n'ihu\",\n    \"afortiori\": \"nwekwuo\",\n    \"afray\": \"jupụta\",\n    \"afraid\": \"egwu\",\n    \"afraidness\": \"egwu\",\n    \"afreet\": \"ekele\",\n    \"afresh\": \"ọzọ\",\n    \"afret\": \"mgbe\",\n    \"afrete\": \"ifegharị\",\n    \"afric\": \"africa\",\n    \"africa\": \"afrịka\",\n    \"africana\": \"afrịka\",\n    \"africander\": \"afrikaner\",\n    \"africanist\": \"africanism\",\n    \"africanize\": \"afrịka\",\n    \"africans\": \"ndị Africa\",\n    \"afright\": \"na-atụ ụjọ\",\n    \"afrikaans\": \"ndị Africa\",\n    \"afront\": \"n'ihu\",\n    \"afros\": \"Afrịka\",\n    \"afrown\": \"pụta\",\n    \"afshah\": \"afsha\",\n    \"afshar\": \"afsha\",\n    \"after\": \"mgbe\",\n    \"afteract\": \"ịchụpụ\",\n    \"afterage\": \"nri\",\n    \"afterbay\": \"Afterbay\",\n    \"afterbirth\": \"ịmụ nwa\",\n    \"afterbirths\": \"mgbe amụrụ nwa\",\n    \"afterbody\": \"emesia\",\n    \"afterbodies\": \"mgbe ha mechara\",\n    \"afterbrain\": \"Afterbrain\",\n    \"afterbreach\": \"mgbe achụsịrị\",\n    \"afterbreast\": \"mgbe emechara\",\n    \"afterburning\": \"mgbe ọ nwụsịrị\",\n    \"aftercare\": \"mgbe nlekọta\",\n    \"aftercareer\": \"mgbe ọrụ gachara\",\n    \"aftercause\": \"mechara\",\n    \"afterchance\": \"gachaa\",\n    \"afterchurch\": \"mgbe achụsịrị\",\n    \"afterclap\": \"mgbe emechara\",\n    \"afterclause\": \"mgbe emechara\",\n    \"aftercome\": \"pụta\",\n    \"aftercomer\": \"mechara\",\n    \"aftercoming\": \"na-esote\",\n    \"aftercost\": \"mgbe emechara\",\n    \"aftercourse\": \"ihe ozo\",\n    \"aftercure\": \"Aftercure\",\n    \"afterdays\": \"mgbe e mesịrị\",\n    \"afterdate\": \"mgbe emechara\",\n    \"afterdated\": \"mgbe emechara\",\n    \"afterdeal\": \"mgbe nwụsịrị\",\n    \"afterdeath\": \"mgbe ọnwụ gasịrị\",\n    \"afterdeck\": \"mgbe ikpeazụ\",\n    \"afterdecks\": \"mgbe a gachara\",\n    \"afterdinner\": \"mgbe nri anyasị\",\n    \"afterdischarge\": \"mgbe emechara\",\n    \"afterdrain\": \"mgbe ọ gachara\",\n    \"aftereffect\": \"ihe ga-esi na ya pụta\",\n    \"aftereffects\": \"ihe na-emetụta\",\n    \"aftereye\": \"afere\",\n    \"afterend\": \"gbasaa\",\n    \"afterfall\": \"mgbe ọ gasịrị\",\n    \"afterfeed\": \"mgbe e mechara\",\n    \"afterfermentation\": \"mgbe gbaa ụka\",\n    \"afterform\": \"mgbe emechara\",\n    \"afterfriend\": \"enyi na enyi\",\n    \"afterfruits\": \"mgbe mkpụrụ\",\n    \"afterfuture\": \"ọdịnihu\",\n    \"aftergame\": \"mgbe egwuregwu\",\n    \"aftergas\": \"Mgbe a nwụsịrị\",\n    \"afterglide\": \"mgbe okpokoro\",\n    \"aftergo\": \"mgbe emechara\",\n    \"aftergood\": \"mgbe emechara\",\n    \"aftergrief\": \"mgbe nwute\",\n    \"aftergrind\": \"mgbe emechara\",\n    \"afterguard\": \"mgbe nche\",\n    \"afterhand\": \"mgbe emechara\",\n    \"afterharm\": \"mgbe emechara\",\n    \"afterhatch\": \"mgbe ahụ\",\n    \"afterhelp\": \"mgbe enyere aka\",\n    \"afterhend\": \"mechara\",\n    \"afterhold\": \"mechara\",\n    \"afterhope\": \"mgbe ozo\",\n    \"afterhours\": \"mgbe awa gachara\",\n    \"afteryears\": \"mgbe afọ gasịrị\",\n    \"afterimage\": \"mgbe emechara\",\n    \"afterimages\": \"mgbe emechara\",\n    \"afterimpression\": \"mgbe echiche\",\n    \"afterings\": \"emechaa\",\n    \"afterking\": \"mgbe ị gachara\",\n    \"afterknowledge\": \"mgbe emechara\",\n    \"afterlife\": \"ndụ mgbe a nwụsịrị\",\n    \"afterlifetime\": \"mgbe ndụ gachara\",\n    \"afterlives\": \"mgbe a nwụsịrị\",\n    \"afterlove\": \"mgbe ima\",\n    \"aftermark\": \"Aftermarket\",\n    \"aftermarket\": \"Aftermarket\",\n    \"aftermarriage\": \"mgbe alụmdi na nwunye gasịrị\",\n    \"aftermass\": \"nsonaazụ\",\n    \"aftermast\": \"mgbe emechara\",\n    \"aftermath\": \"nsonaazụ\",\n    \"aftermaths\": \"ihe ga-esi na ya pụta\",\n    \"aftermatter\": \"mgbe emechara\",\n    \"aftermeal\": \"emechaa\",\n    \"aftermilk\": \"Aftermilk\",\n    \"aftermost\": \"emechaa\",\n    \"afternight\": \"mgbe chi jiri\",\n    \"afternoon\": \"ehihie\",\n    \"afternoons\": \"ehihie\",\n    \"afternose\": \"mgbede\",\n    \"afternote\": \"mgbe emechara\",\n    \"afterpain\": \"mgbe emechara\",\n    \"afterpains\": \"mgbe a gachara\",\n    \"afterpart\": \"emechaa\",\n    \"afterpast\": \"emechaa\",\n    \"afterpeak\": \"Afterpeak\",\n    \"afterpiece\": \"ihe emechara\",\n    \"afterplanting\": \"mgbe osisi\",\n    \"afterpotential\": \"mgbe ike\",\n    \"afterpressure\": \"mgbe nrụgide\",\n    \"afterproof\": \"mgbe emechara\",\n    \"afterreckoning\": \"mgbe m mechara\",\n    \"afterrider\": \"mgbe Emechara\",\n    \"afterripening\": \"mgbe emechara\",\n    \"afterroll\": \"mgbe e mechara\",\n    \"afterschool\": \"ụlọ akwụkwọ sekọndrị\",\n    \"aftersend\": \"mgbe emechara\",\n    \"aftershaft\": \"afterhaft\",\n    \"aftershafted\": \"emechara\",\n    \"aftershave\": \"mgbe emechara\",\n    \"aftershaves\": \"mgbe emechara\",\n    \"aftership\": \"afọdụ\",\n    \"aftershock\": \"afọdụ\",\n    \"aftershocks\": \"ala ọma jijiji\",\n    \"aftersong\": \"n'azụ\",\n    \"aftersound\": \"mgbe emechiri\",\n    \"afterspeech\": \"okwuchi\",\n    \"afterspring\": \"n'azụ\",\n    \"afterstain\": \"mechie\",\n    \"afterstate\": \"afrịta\",\n    \"afterstorm\": \"mgbe emechara\",\n    \"afterstrain\": \"afọdụ\",\n    \"afterstretch\": \"mbubreyo\",\n    \"afterstudy\": \"Afrịka\",\n    \"aftersupper\": \"afterupper\",\n    \"afterswarm\": \"n'azụ\",\n    \"afterswarming\": \"mgbe na-esote\",\n    \"afterswell\": \"n'azụ\",\n    \"aftertan\": \"mgbe\",\n    \"aftertask\": \"mgbe\",\n    \"aftertastes\": \"ihe uto\",\n    \"aftertax\": \"mgbe\",\n    \"afterthinker\": \"onye ozo\",\n    \"afterthought\": \"mgbe emechara\",\n    \"afterthoughted\": \"n'echiche\",\n    \"afterthoughts\": \"n'echiche\",\n    \"afterthrift\": \"mbubata\",\n    \"aftertime\": \"mgbe emechara\",\n    \"aftertimes\": \"mgbe ọ gasịrị\",\n    \"aftertouch\": \"mgbe\",\n    \"aftertreatment\": \"mgbe ọgwụgwọ\",\n    \"aftertrial\": \"mgbe emechara\",\n    \"afterturn\": \"mgbe e mesịrị\",\n    \"aftervision\": \"mgbe emechara\",\n    \"afterwale\": \"Afterwale\",\n    \"afterward\": \"emesia\",\n    \"afterwards\": \"emesia\",\n    \"afterwhile\": \"emechaa\",\n    \"afterwisdom\": \"mgbe emechara\",\n    \"afterwise\": \"emechaa\",\n    \"afterwit\": \"mechara\",\n    \"afterwitted\": \"mgbe emechara\",\n    \"afterword\": \"mgbe okwu\",\n    \"afterwork\": \"arụchaa\",\n    \"afterworking\": \"emechaa\",\n    \"afterworld\": \"mgbe ochie\",\n    \"afterwort\": \"mgbe ọ gasịrị\",\n    \"afterwrath\": \"mgbe emechara\",\n    \"aftmost\": \"nke kachasị\",\n    \"aftosas\": \"Ugba\",\n    \"aftward\": \"n'ihu\",\n    \"aftwards\": \"n'ihu\",\n    \"afunction\": \"ọrụ\",\n    \"afunctional\": \"arụ ọrụ\",\n    \"afzelia\": \"Afrịka\",\n    \"agacant\": \"aka ike\",\n    \"agacella\": \"gacella\",\n    \"again\": \"ọzọ\",\n    \"againsay\": \"kwuo ọzọ\",\n    \"against\": \"imegide\",\n    \"againstand\": \"megide\",\n    \"againward\": \"ọzọ\",\n    \"agamist\": \"onye agamist\",\n    \"agarics\": \"aka ike\",\n    \"agars\": \"ngwa\",\n    \"agatize\": \"ịgbasi\",\n    \"agatized\": \"gbasasiri ike\",\n    \"agatizes\": \"na-agbaghara\",\n    \"agatizing\": \"na-agbagha\",\n    \"agcy\": \"obi ojoo\",\n    \"age\": \"afọ\",\n    \"ageable\": \"afọ\",\n    \"aged\": \"agadi\",\n    \"agedly\": \"afọ\",\n    \"agedness\": \"nká\",\n    \"agednesses\": \"afọ\",\n    \"ageing\": \"nká\",\n    \"ageings\": \"afọ\",\n    \"ageism\": \"afọ ojuju\",\n    \"ageisms\": \"afọ\",\n    \"ageist\": \"Ogbogu\",\n    \"ageists\": \"afọ\",\n    \"agelaius\": \"Ogba ochie\",\n    \"agelaus\": \"Ochie\",\n    \"ageless\": \"enweghị afọ\",\n    \"agelessly\": \"mgbe nile\",\n    \"agelessness\": \"enweghi nká\",\n    \"agelong\": \"Ogologo oge\",\n    \"agency\": \"ụlọ ọrụ\",\n    \"agencies\": \"ụlọ ọrụ\",\n    \"agend\": \"ịgbago\",\n    \"agenda\": \"ihe omume\",\n    \"agendaless\": \"enweghị isi\",\n    \"agenesias\": \"agenesis\",\n    \"agenesic\": \"agenesis\",\n    \"agenetic\": \"mkpụrụ ndụ ihe nketa\",\n    \"agent\": \"gị n'ụlọnga\",\n    \"agentess\": \"onye nnọchiteanya\",\n    \"agential\": \"ike\",\n    \"agenting\": \"ịgbanye\",\n    \"agentival\": \"njikota\",\n    \"agentive\": \"iji kwado ọrụ\",\n    \"agentives\": \"ndị nnọchite anya\",\n    \"agentry\": \"ọrụ\",\n    \"agentries\": \"ndị ọrụ\",\n    \"agents\": \"ndị ọrụ\",\n    \"agentship\": \"ọrụ\",\n    \"ageometrical\": \"afọ ndụ\",\n    \"ager\": \"nsogbu\",\n    \"agers\": \"Ogu\",\n    \"ages\": \"afọ\",\n    \"ageusia\": \"ogechi\",\n    \"ageusic\": \"oge ochie\",\n    \"ageustia\": \"ogechi\",\n    \"aggelation\": \"mgbatị\",\n    \"aggenerate\": \"gbasie ike\",\n    \"aggerate\": \"gbasie ike\",\n    \"aggeration\": \"obi ilu\",\n    \"aggers\": \"ihe iwe\",\n    \"aggest\": \"otú ahụ\",\n    \"aggies\": \"ogwe\",\n    \"agglomerate\": \"mezie\",\n    \"agglomerates\": \"Ogwa\",\n    \"agglomeratic\": \"mmmmmmmmmmmmm\",\n    \"agglutinate\": \"itughari\",\n    \"agglutinogenic\": \"ihe agglutinogenic\",\n    \"aggrace\": \"mkpasu iwe\",\n    \"aggradation\": \"nkpasu iwe\",\n    \"aggradational\": \"ihe ojoo\",\n    \"aggrade\": \"gbacha\",\n    \"aggraded\": \"kawanye njọ\",\n    \"aggrades\": \"ihe ojoo\",\n    \"aggrading\": \"na-eme ka njọ\",\n    \"aggrandise\": \"aka ike\",\n    \"aggrandised\": \"ka njọ\",\n    \"aggrandisement\": \"nghazi\",\n    \"aggrandiser\": \"ihe ojoo\",\n    \"aggrandising\": \"na-akawanye njọ\",\n    \"aggrandize\": \"mbido\",\n    \"aggrandized\": \"gbasie ike\",\n    \"aggrandizement\": \"nghazi\",\n    \"aggrandizements\": \"mmeghe\",\n    \"aggrandizers\": \"ihe ngwu\",\n    \"aggrandizes\": \"mmmmmmmmmmmmm\",\n    \"aggrandizing\": \"ịgbatị\",\n    \"aggrate\": \"ka njọ\",\n    \"aggravable\": \"mkpasu iwe\",\n    \"aggravate\": \"ka njọ\",\n    \"aggravated\": \"kawanye njọ\",\n    \"aggravates\": \"na-eme ka njọ\",\n    \"aggravating\": \"na-eme ka njọ\",\n    \"aggravatingly\": \"na-emewanye ihe\",\n    \"aggravation\": \"imebiga ihe ókè\",\n    \"aggravations\": \"nsogbu\",\n    \"aggravative\": \"aka ike\",\n    \"aggravator\": \"ihe ojoo\",\n    \"aggregable\": \"ngụkọta\",\n    \"aggregant\": \"nchịkọta\",\n    \"aggregata\": \"ngwakota\",\n    \"aggregatae\": \"kpokota\",\n    \"aggregate\": \"mkpokọta\",\n    \"aggregated\": \"kpokọta\",\n    \"aggregately\": \"ngụkọta\",\n    \"aggregateness\": \"mkpokọta\",\n    \"aggregates\": \"mkpokọta\",\n    \"aggregating\": \"na-achịkọta\",\n    \"aggregation\": \"mkpokọta\",\n    \"aggregational\": \"mkpokọta\",\n    \"aggregations\": \"mkpokọta\",\n    \"aggregative\": \"nchikota\",\n    \"aggregatively\": \"ngụkọta\",\n    \"aggregator\": \"onye nchikota\",\n    \"aggregatory\": \"ichikota\",\n    \"aggress\": \"ime ihe ike\",\n    \"aggressed\": \"emegbue\",\n    \"aggresses\": \"ike\",\n    \"aggressin\": \"ime ihe ike\",\n    \"aggressing\": \"na-eme ihe ike\",\n    \"aggression\": \"mbuso agha\",\n    \"aggressionist\": \"onye na-eme ihe ike ike\",\n    \"aggressions\": \"ọgba aghara\",\n    \"aggressive\": \"keesemokwu\",\n    \"aggressively\": \"ke ime ihe ike\",\n    \"aggressiveness\": \"ime ihe ike\",\n    \"aggressor\": \"ocho okwu\",\n    \"aggressors\": \"ndị omekome\",\n    \"aggrievance\": \"iwe\",\n    \"aggrieve\": \"iwe\",\n    \"aggrieved\": \"iwe\",\n    \"aggrievedly\": \"n'ụzọ ọjọọ\",\n    \"aggrievedness\": \"iwe\",\n    \"aggrievement\": \"iwe\",\n    \"aggrieves\": \"na-emerụ ahụ\",\n    \"aggrieving\": \"na-egbu mgbu\",\n    \"aghastness\": \"agha agha\",\n    \"agible\": \"nwee obi ike\",\n    \"agilely\": \"jijiji\",\n    \"agileness\": \"ngagharị\",\n    \"agilities\": \"agility\",\n    \"agynary\": \"njo\",\n    \"agynarious\": \"na-atụ ụjọ\",\n    \"aging\": \"nká\",\n    \"agings\": \"nhụsianya\",\n    \"agynic\": \"njo\",\n    \"aginners\": \"ndị aginners\",\n    \"agiotages\": \"ọgba aghara\",\n    \"agyrate\": \"obi ojoo\",\n    \"agyria\": \"ndiegwu\",\n    \"agism\": \"afọ ojuju\",\n    \"agisms\": \"nsogbu\",\n    \"agist\": \"Ogbogu\",\n    \"agisted\": \"gbasiri\",\n    \"agister\": \"iwe\",\n    \"agisting\": \"mgbatị\",\n    \"agistment\": \"mgbatị\",\n    \"agists\": \"ogba aghara\",\n    \"agitable\": \"na-agbasi ike\",\n    \"agitant\": \"agit\",\n    \"agitate\": \"na-ewe iwe\",\n    \"agitated\": \"maa jijiji\",\n    \"agitatedly\": \"jijiji\",\n    \"agitates\": \"na-agbali\",\n    \"agitating\": \"na-ewe iwe\",\n    \"agitation\": \"obi erughị ala\",\n    \"agitationist\": \"onye na-eme mkpesa\",\n    \"agitative\": \"agit\",\n    \"agitators\": \"ndaghari\",\n    \"aglance\": \"ileba anya\",\n    \"aglisten\": \"gbue\",\n    \"aglossate\": \"gbasaa\",\n    \"aglutition\": \"agụụ\",\n    \"agmatology\": \"ihe omumu\",\n    \"agminate\": \"mezie\",\n    \"agnail\": \"ngbaghara\",\n    \"agname\": \"aha otutu\",\n    \"agnatical\": \"aru ike\",\n    \"agnean\": \"agine\",\n    \"agnel\": \"agulu\",\n    \"agnification\": \"mbuli elu\",\n    \"agnition\": \"agnion\",\n    \"agnize\": \"togbue\",\n    \"agnized\": \"anya\",\n    \"agnizes\": \"na-ata ahụhụ\",\n    \"agnizing\": \"na-egbu mgbu\",\n    \"agnominal\": \"nju\",\n    \"agnostic\": \"ajuju banyere aknostic\",\n    \"ago\": \"gara aga\",\n    \"agogic\": \"ihe ndekọ\",\n    \"agoing\": \"Na-agagharị\",\n    \"agones\": \"ahụhụ\",\n    \"agony\": \"mgbu\",\n    \"agonies\": \"ahụhụ\",\n    \"agonise\": \"maa ahụhụ\",\n    \"agonised\": \"ewe iwe\",\n    \"agonises\": \"ogba egbe\",\n    \"agonising\": \"na-egbu mgbu\",\n    \"agonisingly\": \"na-egbu mgbu\",\n    \"agonists\": \"ndi agonist\",\n    \"agonize\": \"maa ahụhụ\",\n    \"agonized\": \"ewe iwe\",\n    \"agonizedly\": \"na-egbu mgbu\",\n    \"agonizes\": \"na-egbu mgbu\",\n    \"agonizing\": \"na-egbu mgbu\",\n    \"agonizingly\": \"na-egbu mgbu\",\n    \"agonizingness\": \"ụfụ\",\n    \"agouties\": \"Ogochukwu\",\n    \"agrafes\": \"agrafeuse\",\n    \"agraffe\": \"agrafe\",\n    \"agraffee\": \"agrafe\",\n    \"agrah\": \"agra\",\n    \"agramed\": \"kpasuru iwe\",\n    \"agrammatical\": \"ịkọwa asụsụ\",\n    \"agrarians\": \"ndị ọrụ ubi\",\n    \"agre\": \"kwenyere\",\n    \"agreat\": \"na-emekpa ahụ\",\n    \"agreation\": \"nnabata\",\n    \"agreations\": \"nkwekọrịta\",\n    \"agree\": \"kwere\",\n    \"agreeability\": \"nkwenye\",\n    \"agreeable\": \"ekweta\",\n    \"agreeableness\": \"ekweta\",\n    \"agreeably\": \"kweta\",\n    \"agreed\": \"kwetara\",\n    \"agreeing\": \"na-ekwenye\",\n    \"agreeingly\": \"na-ekwenye\",\n    \"agreement\": \"nkwekọrịta\",\n    \"agreements\": \"nkwekọrịta\",\n    \"agreer\": \"kwenyere\",\n    \"agreers\": \"kwenyere\",\n    \"agrees\": \"kwenyere\",\n    \"agregation\": \"mgbako\",\n    \"agrege\": \"kweta\",\n    \"agreges\": \"kwenyere\",\n    \"agreing\": \"na-ekwenye\",\n    \"agremens\": \"nnabata\",\n    \"agrement\": \"nkwenye\",\n    \"agrements\": \"nkwenye\",\n    \"agrestial\": \"aka ike\",\n    \"agrias\": \"Agrias\",\n    \"agribusiness\": \"mmekpa ahụ\",\n    \"agribusinesses\": \"Agribusinesses\",\n    \"agricolist\": \"onye nkuzi\",\n    \"agricultor\": \"Onye ọrụ ubior\",\n    \"agricultural\": \"oru ugbo\",\n    \"agriculturalist\": \"onye ọrụ ugbo\",\n    \"agriculturalists\": \"ndị ọrụ ugbo\",\n    \"agriculturally\": \"na-akọ ugbo\",\n    \"agriculture\": \"ọrụ ugbo\",\n    \"agriculturer\": \"onye ọrụ ugbo\",\n    \"agricultures\": \"Ọrụ ubi\",\n    \"agriculturist\": \"onye ọrụ ubi\",\n    \"agriculturists\": \"ndị ọrụ ubi\",\n    \"agrief\": \"mgbu\",\n    \"agrilus\": \"Agrilus\",\n    \"agrimony\": \"nsogbu\",\n    \"agrimonies\": \"nsogbu\",\n    \"agriological\": \"ahụ ike\",\n    \"agriologist\": \"ọkà mmụta ihe banyere anụ ahụ\",\n    \"agrise\": \"bilie\",\n    \"agrised\": \"kpasuru iwe\",\n    \"agrising\": \"na-eme mkpọtụ\",\n    \"agrobiology\": \"ihe omumu\",\n    \"agrobiologic\": \"ọrịa agrobiologic\",\n    \"agrobiological\": \"ihe omumu\",\n    \"agrobiologist\": \"ihe omumu banyere ihe omumu\",\n    \"agrologist\": \"ihe omumu banyere ihe omumu\",\n    \"agronomy\": \"ihe omumu\",\n    \"agronomics\": \"ihe omumu\",\n    \"agronomist\": \"onye oru ugbo\",\n    \"agronomists\": \"ndị ọkachamara\",\n    \"agroof\": \"ngọngọ\",\n    \"agrostographer\": \"ịkọwapụta ihe\",\n    \"agrostography\": \"ihe omimi\",\n    \"agrostologic\": \"ahụ ike\",\n    \"agrostologist\": \"ọkà mmụta ihe omimi\",\n    \"agrote\": \"kwado\",\n    \"aground\": \"alaga\",\n    \"ahead\": \"n'ihu\",\n    \"ahimsas\": \"ahimas\",\n    \"ahold\": \"kwụrụ\",\n    \"aholds\": \"na-akwado\",\n    \"ahorse\": \"ihe ojoo\",\n    \"ahs\": \"ah\",\n    \"aht\": \"ah\",\n    \"ahungered\": \"iwe\",\n    \"ahush\": \"aush\",\n    \"ai\": \"gha\",\n    \"ayahausca\": \"ayahuasca\",\n    \"ayahs\": \"ayah\",\n    \"aid\": \"enyemaka\",\n    \"aidable\": \"enyere aka\",\n    \"aidance\": \"enyemaka\",\n    \"aidant\": \"onye enyemaka\",\n    \"aide\": \"onye enyemaka\",\n    \"aided\": \"nyere aka\",\n    \"aidenn\": \"enyemaka\",\n    \"aider\": \"onye enyemaka\",\n    \"aiders\": \"na-enyere aka\",\n    \"aides\": \"ndị enyemaka\",\n    \"aidful\": \"na-enye aka\",\n    \"aiding\": \"na-enyere aka\",\n    \"aidless\": \"enweghị enyemaka\",\n    \"aidman\": \"onye enyemaka\",\n    \"aidmanmen\": \"enyemaka\",\n    \"aidmen\": \"ndi enyemaka\",\n    \"aids\": \"na-enyere aka\",\n    \"aiery\": \"ikuku\",\n    \"aiguilletted\": \"aiguillet\",\n    \"ailantery\": \"ikuku ikuku\",\n    \"ailanthuses\": \"ụlọ ezumike\",\n    \"aile\": \"enweghị ike\",\n    \"aileron\": \"enweghị nsogbu\",\n    \"ailerons\": \"enweghị nsogbu\",\n    \"ayless\": \"enweghị\",\n    \"ailing\": \"na-arịa ọrịa\",\n    \"ailment\": \"ọrịa\",\n    \"ailments\": \"ọrịa\",\n    \"ailurophilia\": \"Ailurophilia\",\n    \"ailurus\": \"Ailurus\",\n    \"aim\": \"nzube\",\n    \"aimable\": \"ebumnobi\",\n    \"aimed\": \"iji\",\n    \"aimer\": \"ebumnuche\",\n    \"aimers\": \"ebumnuche\",\n    \"aimful\": \"ebumnobi\",\n    \"aimfully\": \"nzube\",\n    \"aimless\": \"enweghị nzube\",\n    \"aimlessly\": \"enweghị nzube\",\n    \"aimlessness\": \"enweghị nzube\",\n    \"aimore\": \"zube\",\n    \"aims\": \"Aims\",\n    \"aimworthiness\": \"ebumnuche\",\n    \"ain\": \"inye\",\n    \"ainsell\": \"Uchenna\",\n    \"ainsells\": \"Obinna\",\n    \"ayond\": \"n'ofe\",\n    \"air\": \"ikuku\",\n    \"airable\": \"ikuku\",\n    \"airan\": \"ikuku\",\n    \"airbags\": \"akpa ikuku\",\n    \"airbills\": \"ego ikuku\",\n    \"airboat\": \"ụgbọelu\",\n    \"airboats\": \"ụgbọ mmiri\",\n    \"airborn\": \"ikuku\",\n    \"airborne\": \"ikuku\",\n    \"airbound\": \"ikuku\",\n    \"airbrained\": \"ikuku\",\n    \"airbrick\": \"ikuku\",\n    \"airbrush\": \"ntụ ntụ\",\n    \"airbrushed\": \"ikuku\",\n    \"airbrushes\": \"ihe ntaneti\",\n    \"airbrushing\": \"ikuku mmiri\",\n    \"airburst\": \"ikuku\",\n    \"airbursts\": \"ikuku ọkụ\",\n    \"airbuses\": \"ụgbọ elu\",\n    \"airbusses\": \"ụgbọ elu\",\n    \"aircheck\": \"ikuku\",\n    \"airchecks\": \"ikuku\",\n    \"aircoaches\": \"ikuku mmiri\",\n    \"aircraft\": \"ugbo elu\",\n    \"aircraftman\": \"onye ugbo elu\",\n    \"aircraftmen\": \"ndị ụgbọelu\",\n    \"aircrafts\": \"ụgbọ elu\",\n    \"aircraftsman\": \"onye ọrụ ụgbọelu\",\n    \"aircraftsmen\": \"ndị ọrụ ụgbọelu\",\n    \"aircraftswoman\": \"Nwanyị ụgbọ elu\",\n    \"aircraftswomen\": \"umunwanyi aircrafts\",\n    \"aircraftwoman\": \"Nwanyị ụgbọelu\",\n    \"aircrew\": \"igwe ikuku\",\n    \"aircrewman\": \"onye isi ugboelu\",\n    \"aircrewmen\": \"ndị ọrụ ụgbọelu\",\n    \"aircrews\": \"ikuku\",\n    \"airdock\": \"ikuku ikuku\",\n    \"airdrome\": \"ikuku\",\n    \"airdromes\": \"ikuku\",\n    \"airdrop\": \"ikuku\",\n    \"airdropped\": \"ikuku\",\n    \"airdropping\": \"ikuku\",\n    \"airdrops\": \"ikuku\",\n    \"aired\": \"ikuku\",\n    \"airer\": \"ikuku\",\n    \"airers\": \"ikuku\",\n    \"airest\": \"ikuku\",\n    \"airfare\": \"ụgbọelu\",\n    \"airfares\": \"ikuku\",\n    \"airfield\": \"ụgbọelu\",\n    \"airfields\": \"ebe ikuku\",\n    \"airflow\": \"ofufe ikuku\",\n    \"airflows\": \"ikuku\",\n    \"airframe\": \"ikuku\",\n    \"airframes\": \"ikuku\",\n    \"airfreight\": \"ikuku\",\n    \"airglows\": \"ihe ikuku\",\n    \"airgraphics\": \"ụgbọ elu\",\n    \"airheads\": \"ikuku ikuku\",\n    \"airify\": \"kwalite\",\n    \"airified\": \"ekwusara\",\n    \"airily\": \"ikuku\",\n    \"airiness\": \"ikuku\",\n    \"airinesses\": \"ikuku\",\n    \"airing\": \"ikuku\",\n    \"airings\": \"ikuku\",\n    \"airish\": \"kwalite\",\n    \"airless\": \"ikuku\",\n    \"airlessly\": \"n'ikuku\",\n    \"airlessness\": \"enweghi ikuku\",\n    \"airlifted\": \"gbamgbam\",\n    \"airlifting\": \"ikuku\",\n    \"airlifts\": \"gbamgbam\",\n    \"airlight\": \"airlift\",\n    \"airlike\": \"ụgbọ elu\",\n    \"airline\": \"ụgbọ elu\",\n    \"airliner\": \"ụgbọelu\",\n    \"airliners\": \"ụgbọ elu\",\n    \"airlines\": \"ụgbọ elu\",\n    \"airling\": \"ikuku\",\n    \"airlock\": \"ikuku\",\n    \"airlocks\": \"ikuku\",\n    \"airmail\": \"ozi ikuku\",\n    \"airmailed\": \"ikuku\",\n    \"airmailing\": \"ozi ikuku\",\n    \"airmails\": \"ndozi\",\n    \"airmanship\": \"mansgbọ elu\",\n    \"airmark\": \"ụgbọelu\",\n    \"airmass\": \"ikuku\",\n    \"airmen\": \"ndị ọrụ ụgbọelu\",\n    \"airmobile\": \"ugbo elu\",\n    \"airns\": \"ụgbọ elu\",\n    \"airometer\": \"airomita\",\n    \"airparks\": \"ụgbọ elu\",\n    \"airphobia\": \"aerophobia\",\n    \"airplays\": \"airplay\",\n    \"airplane\": \"ụgbọelu\",\n    \"airplaned\": \"ụgbọ elu\",\n    \"airplaner\": \"ụgbọ elu\",\n    \"airplanes\": \"ụgbọ elu\",\n    \"airplaning\": \"ụgbọelu\",\n    \"airplanist\": \"onye ugbo elu\",\n    \"airplot\": \"ọdụ ụgbọ elu\",\n    \"airport\": \"ọdụ ụgbọ elu\",\n    \"airports\": \"ọdụ ụgbọelu\",\n    \"airpost\": \"ikuku\",\n    \"airposts\": \"ọdụ ụgbọelu\",\n    \"airproof\": \"ikuku\",\n    \"airproofed\": \"ikuku\",\n    \"airproofing\": \"ikuku mgbochi\",\n    \"airs\": \"ikuku\",\n    \"airscrew\": \"ikuku\",\n    \"airscrews\": \"ikuku ikuku\",\n    \"airshed\": \"ikuku\",\n    \"airsheds\": \"ikuku\",\n    \"airship\": \"ụgbọelu\",\n    \"airships\": \"ụgbọ elu\",\n    \"airsick\": \"ikuku\",\n    \"airsickness\": \"ikuku ikuku\",\n    \"airsome\": \"ikuku\",\n    \"airspace\": \"ebe ikuku\",\n    \"airspaces\": \"ebe ikuku\",\n    \"airspeeds\": \"ikuku\",\n    \"airstream\": \"ikuku ikuku\",\n    \"airstrip\": \"ọdụ ụgbọelu\",\n    \"airstrips\": \"ọdụ ụgbọ elu\",\n    \"airt\": \"ikuku\",\n    \"airted\": \"ikuku\",\n    \"airth\": \"ikuku\",\n    \"airthed\": \"ikuku\",\n    \"airthing\": \"ikuku\",\n    \"airths\": \"ikuku\",\n    \"airtightness\": \"ikuku\",\n    \"airtime\": \"oge ikuku\",\n    \"airtimes\": \"oge ikuku\",\n    \"airting\": \"ịnọdụ ala\",\n    \"airts\": \"ikuku\",\n    \"airway\": \"uzo ikuku\",\n    \"airwaybill\": \"ụgwọ ụgbọ elu\",\n    \"airwayman\": \"onye isi ugbo elu\",\n    \"airways\": \"okporo ụzọ\",\n    \"airward\": \"ikuku\",\n    \"airwards\": \"ikuku\",\n    \"airwave\": \"ikuku\",\n    \"airwaves\": \"ikuku ikuku\",\n    \"airwise\": \"ikuku\",\n    \"airwoman\": \"Nwanyị ụgbọelu\",\n    \"airwomen\": \"ndị inyom\",\n    \"airworthy\": \"nke ikuku\",\n    \"airworthier\": \"ikuku mmiri\",\n    \"airworthiest\": \"ikuku\",\n    \"airworthiness\": \"ịdị na-asọpụrụ\",\n    \"aisle\": \"wara wara\",\n    \"aisled\": \"weghaara\",\n    \"aisleless\": \"enweghị ebe\",\n    \"aisling\": \"ais\",\n    \"aisteoir\": \"ebechi\",\n    \"aitch\": \"udidi\",\n    \"aitchbone\": \"aitch\",\n    \"aiver\": \"ikuku\",\n    \"aivers\": \"nyere\",\n    \"aivr\": \"ikuku\",\n    \"aywhere\": \"ebee\",\n    \"aizle\": \"aiz\",\n    \"ajitter\": \"ajita\",\n    \"ajoure\": \"njemure\",\n    \"ajutment\": \"nzuko\",\n    \"ak\": \"AK\",\n    \"akees\": \"anaes\",\n    \"aking\": \"akwu\",\n    \"aknow\": \"mara\",\n    \"akroter\": \"akwara\",\n    \"al\": \"gha\",\n    \"alabaster\": \"alabasta\",\n    \"alabastrites\": \"alabastrit\",\n    \"alabastrons\": \"alabastron\",\n    \"alacha\": \"alachua\",\n    \"alachah\": \"alachua\",\n    \"alack\": \"ndokwa\",\n    \"alacreatinine\": \"ala creatinine\",\n    \"alacrify\": \"mezie\",\n    \"alacrity\": \"ịdị nkọ\",\n    \"alacrities\": \"ihe ndozi\",\n    \"alan\": \"alaeze\",\n    \"aland\": \"ala\",\n    \"alands\": \"ala\",\n    \"alanines\": \"alanine\",\n    \"alanins\": \"alanine\",\n    \"alantic\": \"atlantic\",\n    \"alar\": \"mkpu\",\n    \"alarbus\": \"mkpu\",\n    \"alarge\": \"kpoo\",\n    \"alarm\": \"oti mkpu\",\n    \"alarmable\": \"mkpu\",\n    \"alarmclock\": \"mkpu\",\n    \"alarmed\": \"kụja\",\n    \"alarmedly\": \"jiri ụjọ\",\n    \"alarming\": \"egwu\",\n    \"alarmingly\": \"di egwu\",\n    \"alarmingness\": \"na-emenye ụjọ\",\n    \"alarmism\": \"mkpu\",\n    \"alarmisms\": \"mkpu\",\n    \"alarmist\": \"Oti mkpu\",\n    \"alarmists\": \"mkpu\",\n    \"alarms\": \"Mkpu\",\n    \"alaruming\": \"alarum\",\n    \"alas\": \"Ewoo\",\n    \"albanenses\": \"ego\",\n    \"albanensian\": \"mmmmmmmmmmmmm\",\n    \"albanian\": \"albani\",\n    \"albanians\": \"ndị Albania\",\n    \"albatas\": \"albatros\",\n    \"albation\": \"iwepụ\",\n    \"albe\": \"alb\",\n    \"albedograph\": \"eserese albedo\",\n    \"albedometer\": \"albedometa\",\n    \"albeit\": \"n'agbanyeghị\",\n    \"alberich\": \"onyekwere\",\n    \"albertinian\": \"nke albertin\",\n    \"albertype\": \"ụdịrị\",\n    \"albify\": \"zue\",\n    \"albifying\": \"ịkọgharị\",\n    \"albigenses\": \"albigense\",\n    \"albines\": \"albin\",\n    \"albinic\": \"mkpụrụ ndụ\",\n    \"albinisms\": \"mmekorita\",\n    \"albocinereous\": \"ihe niile\",\n    \"albolith\": \"mgbako\",\n    \"albrecht\": \"mkpụrụedemede\",\n    \"albs\": \"Ndia\",\n    \"albumimeter\": \"albumimita\",\n    \"albums\": \"ọba\",\n    \"alc\": \"wdg\",\n    \"alcades\": \"mgbe niile\",\n    \"alcahest\": \"kasị\",\n    \"alcahests\": \"ihe kachasị\",\n    \"alcaic\": \"ịgwọ ọrịa\",\n    \"alcaics\": \"ihe ndi ozo\",\n    \"alcalde\": \"mechie\",\n    \"alcaligenes\": \"ụmụ amaala\",\n    \"alcalizate\": \"mezie\",\n    \"alcalzar\": \"alczar\",\n    \"alcargen\": \"mkpụrụ osisi\",\n    \"alcarraza\": \"onyinyechi\",\n    \"alcatras\": \"onyinyechi\",\n    \"alcavala\": \"alcabala\",\n    \"alcazars\": \"alcazar\",\n    \"alchemise\": \"ikwe\",\n    \"alchemised\": \"ikpochapu\",\n    \"alchemising\": \"ikpo oku\",\n    \"alchemist\": \"ọkà mmụta sayensị\",\n    \"alchemists\": \"ndị ọkà mmụta sayensị\",\n    \"alchemize\": \"mechie\",\n    \"alchemized\": \"mebiri\",\n    \"alchemizing\": \"cheme ihe\",\n    \"alchymies\": \"mbata\",\n    \"alchochoden\": \"ikwadoro\",\n    \"alcyon\": \"ọcyon\",\n    \"alcyonarian\": \"onye alcyonarian\",\n    \"alcyone\": \"onye obula\",\n    \"alcyones\": \"onyinyechi\",\n    \"alcippe\": \"usoro\",\n    \"alclad\": \"mechie\",\n    \"alco\": \"mmanya\",\n    \"alcoate\": \"ateụọ mmanya\",\n    \"alcogel\": \"mmanya\",\n    \"alcogene\": \"mmanya na-egbu\",\n    \"alcohate\": \"mmanya na-egbu egbu\",\n    \"alcohol\": \"mmanya\",\n    \"alcoholate\": \"hoụọ mmanya\",\n    \"alcoholature\": \"mmanya na-egbu egbu\",\n    \"alcoholdom\": \"mmanyaonye\",\n    \"alcoholemia\": \"mmanya\",\n    \"alcoholic\": \"egbu egbu\",\n    \"alcoholically\": \"egbu egbu\",\n    \"alcoholicity\": \"egbu egbu\",\n    \"alcoholics\": \"ndị a alcoụrụma\",\n    \"alcoholimeter\": \"mmanya na-egbu egbu\",\n    \"alcoholisation\": \"mmanya na-egbu egbu\",\n    \"alcoholise\": \"mmanya na-egbu egbu\",\n    \"alcoholised\": \"isedụọ mmanya\",\n    \"alcoholising\": \"isingụbiga mmanya ókè\",\n    \"alcoholysis\": \"mmanya\",\n    \"alcoholism\": \"mmanya\",\n    \"alcoholist\": \"mmanya na-egbu egbu\",\n    \"alcoholytic\": \"egbu egbu\",\n    \"alcoholizable\": \"egbu egbu\",\n    \"alcoholization\": \"egbu egbu\",\n    \"alcoholize\": \"hoụọ mmanya\",\n    \"alcoholized\": \"egbu egbu\",\n    \"alcoholizing\": \"egbu egbu\",\n    \"alcoholmeter\": \"mmanya\",\n    \"alcoholmetric\": \"mmanya na-egbu egbu\",\n    \"alcoholomania\": \"mmanya na-egbu\",\n    \"alcoholometer\": \"mmanya na-egbu egbu\",\n    \"alcoholometry\": \"mmanya na-egbu egbu\",\n    \"alcoholometric\": \"egbu egbu\",\n    \"alcoholometrical\": \"egbu egbu\",\n    \"alcoholophilia\": \"mmanya na-egbu\",\n    \"alcohols\": \"mmanya na-egbu egbu\",\n    \"alcoholuria\": \"mmanya na-egbu egbu\",\n    \"alcoothionic\": \"egbu egbu\",\n    \"alcoran\": \"mmanya\",\n    \"alcoranic\": \"egbu egbu\",\n    \"alcoranist\": \"onye aistụrụma\",\n    \"alcove\": \"kpughari\",\n    \"alcoved\": \"mmanya na-egbu\",\n    \"alcoves\": \"mmanya\",\n    \"alcovinometer\": \"mmanya na-egbu egbu\",\n    \"alcuinian\": \"alcuinas\",\n    \"alday\": \"daybọchị\",\n    \"alden\": \"gharịị\",\n    \"alderliefest\": \"Onyeka Onwenu\",\n    \"alderling\": \"na-atụgharị\",\n    \"aldermanate\": \"ịkwado\",\n    \"aldermaness\": \"izu ahia\",\n    \"aldermanical\": \"na-eche echiche\",\n    \"aldermanly\": \"ajuju\",\n    \"aldermanlike\": \"dị ka aldermanlike\",\n    \"aldermanry\": \"okpokoro\",\n    \"aldermanries\": \"okpokoro\",\n    \"aldermen\": \"ndi aldermen\",\n    \"alders\": \"chọrọ\",\n    \"alderwoman\": \"Nwa nwanyi\",\n    \"aldolization\": \"aldolisation\",\n    \"aldolize\": \"dozie\",\n    \"aldolizing\": \"ichikota\",\n    \"aldols\": \"aldol\",\n    \"aldose\": \"mezie\",\n    \"aldoxime\": \"oge obula\",\n    \"aldus\": \"aldọn\",\n    \"aleak\": \"ilele\",\n    \"alectoromancy\": \"nnabata\",\n    \"alectrion\": \"igwe\",\n    \"alectryon\": \"ebe a\",\n    \"alee\": \"gbaa\",\n    \"alefs\": \"alef\",\n    \"alehouse\": \"ụlọ ndozi\",\n    \"alehouses\": \"ụlọ ezumike\",\n    \"alembicated\": \"a na-ekpo ọkụ\",\n    \"alemite\": \"kelere\",\n    \"alencons\": \"alencon\",\n    \"alenge\": \"alen\",\n    \"alength\": \"ogologo\",\n    \"alenu\": \"aleinu\",\n    \"alerce\": \"mata\",\n    \"alerse\": \"ihe ozo\",\n    \"alert\": \"njikere\",\n    \"alertedly\": \"alerted\",\n    \"alerters\": \"njikere\",\n    \"alertest\": \"na-akpachapụ anya\",\n    \"alerting\": \"ịdọ aka ná ntị\",\n    \"alertly\": \"dị njikere\",\n    \"alertness\": \"njikere\",\n    \"alerts\": \"mata\",\n    \"alestake\": \"ịụ mmanya\",\n    \"alethiologic\": \"mmmmmmmmmmmmm\",\n    \"alethiologist\": \"ọkà mmụta alethiologist\",\n    \"alethopteroid\": \"Uchechukwu\",\n    \"alette\": \"atọ\",\n    \"aleucemic\": \"ihe nzuzu\",\n    \"aleurites\": \"ndị aleurites\",\n    \"aleutians\": \"ndi aleutians\",\n    \"alewives\": \"ndi ozo\",\n    \"alexandrite\": \"mmmmmmmmmmmmm\",\n    \"alexic\": \"alexis\",\n    \"alexipharmic\": \"mmmmmmmmmmmmm\",\n    \"alexipyretic\": \"mmmmmmmmmmmmm\",\n    \"alexiteric\": \"ogwe aka\",\n    \"alferes\": \"na-atụnye\",\n    \"alferez\": \"weputara\",\n    \"alfonsin\": \"alfọn\",\n    \"alfred\": \"weghaara\",\n    \"alfridaric\": \"okpokoro\",\n    \"algaeological\": \"ihe omumu\",\n    \"algaeologist\": \"ọkà mmụta algaeologist\",\n    \"algas\": \"algos\",\n    \"algate\": \"ịgbanwee\",\n    \"algates\": \"kpọọ\",\n    \"algebraic\": \"algebra\",\n    \"algebraists\": \"algebraist\",\n    \"algebraize\": \"algebrazu\",\n    \"algebraizing\": \"itinye algebra\",\n    \"algebras\": \"algebra\",\n    \"algerian\": \"Asụsụ Algerian\",\n    \"algerians\": \"ndị algeria\",\n    \"algesia\": \"nkwenye\",\n    \"algesic\": \"ịgwọ ọrịa\",\n    \"algesimeter\": \"algesimita\",\n    \"algetic\": \"akpa ike\",\n    \"algicidal\": \"ọdachi\",\n    \"algicide\": \"ịgicụ ọgwụ ọjọọ\",\n    \"algicides\": \"ọgwụ ndị na-egbu egbu\",\n    \"algid\": \"kpọọ\",\n    \"algidity\": \"mmechi\",\n    \"algidness\": \"itinye aka\",\n    \"algiers\": \"algi\",\n    \"algific\": \"ịkpa\",\n    \"algin\": \"itinye\",\n    \"alginate\": \"itinye aka\",\n    \"alginates\": \"ndị mbata\",\n    \"alginuresis\": \"agbako\",\n    \"algist\": \"onye mmechi\",\n    \"algological\": \"adịchaghị\",\n    \"algologically\": \"n'akuku\",\n    \"algometer\": \"algomita\",\n    \"algomic\": \"algomik\",\n    \"algores\": \"mkpụrụ\",\n    \"algorismic\": \"algorism\",\n    \"algorisms\": \"ahịhịa\",\n    \"algorist\": \"onye algorist\",\n    \"algorithm\": \"algọridim\",\n    \"algorithms\": \"algọridim\",\n    \"algors\": \"algogo\",\n    \"algraphy\": \"odide\",\n    \"algraphic\": \"asụsụ\",\n    \"algums\": \"algọm\",\n    \"alhambresque\": \"mmmmmmmmmmmmm\",\n    \"alia\": \"ndị ọzọ\",\n    \"alias\": \"utu aha\",\n    \"aliased\": \"tinye aha\",\n    \"aliases\": \"utu aha\",\n    \"aliasing\": \"ịkpọ aha\",\n    \"alibied\": \"mebiri\",\n    \"alibies\": \"ahịhịa\",\n    \"alibiing\": \"alibi\",\n    \"alibility\": \"ikike\",\n    \"alible\": \"kwere ekwe\",\n    \"alicant\": \"inye aka\",\n    \"alictisal\": \"ebubo\",\n    \"alidades\": \"alidade\",\n    \"alidads\": \"alidis\",\n    \"alien\": \"ọbịa\",\n    \"alienability\": \"enweghi ike\",\n    \"alienabilities\": \"ọbịa\",\n    \"alienable\": \"esenowo\",\n    \"alienage\": \"nkewa\",\n    \"alienages\": \"ndị ọbịa\",\n    \"alienate\": \"ịhapụ\",\n    \"alienated\": \"dị iche\",\n    \"alienates\": \"ndị mba ọzọ\",\n    \"alienating\": \"na-ewe iwe\",\n    \"alienation\": \"nkewa\",\n    \"alienator\": \"onye ọbịa\",\n    \"aliency\": \"nnabata\",\n    \"aliene\": \"onye ozo\",\n    \"aliened\": \"gbachiri\",\n    \"alienee\": \"onye ozo\",\n    \"alienees\": \"ndi ozo\",\n    \"aliener\": \"onye ozo\",\n    \"alieners\": \"ndi ala ọzọ\",\n    \"alienicola\": \"chikwado\",\n    \"alienicolae\": \"mmmmmmmmmmmmm\",\n    \"alienigenate\": \"ọbịa\",\n    \"aliening\": \"na-ahapu\",\n    \"alienism\": \"esenowo\",\n    \"alienisms\": \"ndi ozo\",\n    \"alienist\": \"onye mba ọzọ\",\n    \"alienists\": \"ndị mbịarambịa\",\n    \"alienize\": \"iwepụ\",\n    \"alienly\": \"ndi mba ọzọ\",\n    \"alienness\": \"ọbịa\",\n    \"alienor\": \"ndị ọbịa\",\n    \"alienors\": \"ndị mbịarambịa\",\n    \"aliens\": \"ndị ọbịa\",\n    \"alienship\": \"ụgbọ mmiri ndị mba ọzọ\",\n    \"aliet\": \"jụụ\",\n    \"aliethmoid\": \"ali ethmoid\",\n    \"aliethmoidal\": \"ali ethmoidal\",\n    \"aliferous\": \"ndụ\",\n    \"aligerous\": \"na-eme mkpọtụ\",\n    \"alight\": \"bilie\",\n    \"alighted\": \"kwụsịrị\",\n    \"alighten\": \"kwụsịrị\",\n    \"alighting\": \"ịgbado\",\n    \"alightment\": \"itinye n'ọnọdụ\",\n    \"alights\": \"kwụsịrị\",\n    \"align\": \"mmezi\",\n    \"aligned\": \"kwekọọ\",\n    \"aligner\": \"mmezi\",\n    \"aligners\": \"mmezi\",\n    \"aligning\": \"kwado\",\n    \"alignment\": \"itinye n'ọnọdụ\",\n    \"alignments\": \"ndọtị\",\n    \"aligns\": \"kwado\",\n    \"aliyoth\": \"ọkpa\",\n    \"alike\": \"myiri\",\n    \"alikeness\": \"myirịta\",\n    \"alikewise\": \"myiri\",\n    \"alimenation\": \"mmechi\",\n    \"alimentally\": \"alimentary\",\n    \"alimentariness\": \"alimentaire\",\n    \"alimentatively\": \"alimentation\",\n    \"alimentativeness\": \"Mmetụta\",\n    \"alimented\": \"kpo oku\",\n    \"alimentive\": \"ahịhịa\",\n    \"alimentiveness\": \"ndozi\",\n    \"aliments\": \"mmezi\",\n    \"alimony\": \"alimoni\",\n    \"alimonied\": \"alimoni\",\n    \"alimonies\": \"alimoni\",\n    \"alymphia\": \"asọmpi\",\n    \"alymphopotent\": \"egwuregwu\",\n    \"alineation\": \"nkewa\",\n    \"alined\": \"enyere\",\n    \"alinement\": \"mmechi\",\n    \"aliners\": \"aliner\",\n    \"alines\": \"ahịrị\",\n    \"alingual\": \"ịsụ asụsụ\",\n    \"alining\": \"inye aka\",\n    \"alioth\": \"Alioth\",\n    \"aliped\": \"kwadoro\",\n    \"alipeds\": \"mkpụrụ osisi\",\n    \"aliptes\": \"kpọọ aha\",\n    \"aliptic\": \"onye ozo\",\n    \"aliquant\": \"onye anakpo\",\n    \"aliquot\": \"ntụ\",\n    \"aliquots\": \"ndenye\",\n    \"alisanders\": \"ndaghari\",\n    \"aliseptal\": \"ego\",\n    \"alisier\": \"onye ozi\",\n    \"alismal\": \"enyemaka\",\n    \"alisonite\": \"ndokwa\",\n    \"alisos\": \"alisọs\",\n    \"alyssum\": \"Alyssum\",\n    \"alist\": \"Enyemaka\",\n    \"alister\": \"alista\",\n    \"aliter\": \"alita\",\n    \"alitrunk\": \"osisi\",\n    \"aliturgical\": \"ịwa ahụ\",\n    \"alive\": \"dị ndụ\",\n    \"aliveness\": \"ndụ\",\n    \"alives\": \"na-enye\",\n    \"alizarins\": \"alizarin\",\n    \"alkahest\": \"kachasị\",\n    \"alkahestic\": \"ịrịa ọrịa\",\n    \"alkahestical\": \"ihe omuma\",\n    \"alkahests\": \"ihe ndi ozo\",\n    \"alkalic\": \"alkalik\",\n    \"alkalies\": \"alkali\",\n    \"alkaliferous\": \"anwu\",\n    \"alkalify\": \"mezie\",\n    \"alkalified\": \"edozi\",\n    \"alkalifies\": \"na-edozi\",\n    \"alkalifying\": \"na-edozi\",\n    \"alkalin\": \"alkaline\",\n    \"alkalinise\": \"alkaline\",\n    \"alkalinities\": \"alkalinity\",\n    \"alkalised\": \"gbanwere\",\n    \"alkalises\": \"alkalis\",\n    \"alkalising\": \"ịgbado\",\n    \"alkalizable\": \"edozi\",\n    \"alkalizate\": \"edozi\",\n    \"alkalize\": \"mezie\",\n    \"alkalized\": \"edozi\",\n    \"alkalizes\": \"edozi\",\n    \"alkalizing\": \"na-edozi ahụ\",\n    \"alkaptonuric\": \"iheomume\",\n    \"alkatively\": \"n'ụzọ ziri ezi\",\n    \"alkedavy\": \"amaka\",\n    \"alkyds\": \"alkyd\",\n    \"alkylarylsulfonate\": \"mmmmmmmmmmmm\",\n    \"alkylates\": \"alkylatọ\",\n    \"alkylating\": \"Agbako\",\n    \"alkylation\": \"ndigbo\",\n    \"alkylbenzenesulfonates\": \"mmmmmmmmmmmmm\",\n    \"alkyls\": \"alkyl\",\n    \"alkoranic\": \"alkoranik\",\n    \"all\": \"ha niile\",\n    \"allayed\": \"kwụsịlata\",\n    \"allayers\": \"ndị nwụrụ anwụ\",\n    \"allaying\": \"iwepu\",\n    \"allayment\": \"allay\",\n    \"allays\": \"mmechi\",\n    \"allamoth\": \"allamọt\",\n    \"allanites\": \"ndi allanite\",\n    \"allanitic\": \"mmeme\",\n    \"allasch\": \"idenye\",\n    \"allassotonic\": \"alssotonic\",\n    \"allative\": \"dị na mmiri\",\n    \"allatrate\": \"wezuga\",\n    \"allecret\": \"kwado\",\n    \"allect\": \"họrọ\",\n    \"allectory\": \"ndenye ego\",\n    \"allegata\": \"esata\",\n    \"allegate\": \"kwuo\",\n    \"allegation\": \"ebubo\",\n    \"allegations\": \"ebubo\",\n    \"allegator\": \"onye na-ebo ebubo\",\n    \"allege\": \"kwuo\",\n    \"allegeable\": \"ebubo\",\n    \"alleged\": \"kwuru\",\n    \"allegedly\": \"kwuru\",\n    \"allegement\": \"ebubo\",\n    \"allegers\": \"ebubo\",\n    \"alleges\": \"ebubo\",\n    \"allegheny\": \"alleheny\",\n    \"alleghenian\": \"esenigeenian\",\n    \"allegiance\": \"ikwesị ntụkwasị obi\",\n    \"allegiances\": \"mmekorita\",\n    \"allegiancy\": \"ikwuru\",\n    \"allegiant\": \"ikwado\",\n    \"allegiantly\": \"ikwado\",\n    \"alleging\": \"na-ebo ebubo\",\n    \"allegory\": \"akụkọ\",\n    \"allegoric\": \"akụkọ\",\n    \"allegorical\": \"ifo\",\n    \"allegoricalness\": \"akụkọ ifo\",\n    \"allegories\": \"akụkọ\",\n    \"allegorisation\": \"akụkọ\",\n    \"allegorise\": \"ịkọ nkọ\",\n    \"allegorised\": \"ọkọdọhọ ke idotenyịn\",\n    \"allegoriser\": \"atụ\",\n    \"allegorising\": \"na-akọ akụkọ\",\n    \"allegorism\": \"akụkọ akụkọ\",\n    \"allegorist\": \"onye na-akọ akụkọ\",\n    \"allegorister\": \"asambodo\",\n    \"allegoristic\": \"akuko\",\n    \"allegorists\": \"ndị na-akọ akụkọ ụgha\",\n    \"allegorization\": \"akụkọ\",\n    \"allegorize\": \"ịkọ nkọ\",\n    \"allegorized\": \"kwujọrọ\",\n    \"allegorizer\": \"onye na-akọ akụkọ\",\n    \"allegorizing\": \"na-akọ akụkọ\",\n    \"allegresse\": \"ikwu\",\n    \"allegretto\": \"retgha\",\n    \"allegrettos\": \"retgha\",\n    \"allegro\": \"rora\",\n    \"allegros\": \"rosgha\",\n    \"alley\": \"uzo warawara\",\n    \"alleyed\": \"uzo warawara\",\n    \"alleyite\": \"alley Lite\",\n    \"alleyway\": \"uzo ozo\",\n    \"alleyways\": \"mgbe niile\",\n    \"alleleu\": \"allele\",\n    \"allelic\": \"ihe niile\",\n    \"allelism\": \"ikwenye\",\n    \"allelisms\": \"ikwupụta\",\n    \"allelocatalytic\": \"Onyeka Onwenu\",\n    \"allelomorph\": \"ikwado\",\n    \"allelomorphic\": \"ikwado\",\n    \"allelomorphism\": \"nnwere onwe\",\n    \"allelotropy\": \"ikwenye\",\n    \"allelotropic\": \"ikwenye\",\n    \"allelvia\": \"nnweta\",\n    \"allemontite\": \"mkpokọta\",\n    \"allenarly\": \"otu mgbe\",\n    \"alleniate\": \"mee ka ibelata\",\n    \"aller\": \"nfụkasị\",\n    \"allergen\": \"nfụkasị ahụ\",\n    \"allergenic\": \"nfụkasị ahụ\",\n    \"allergenicity\": \"nfụkasị ahụ\",\n    \"allergens\": \"ihe nfụkasị ahụ\",\n    \"allergy\": \"nke ahu anataghi\",\n    \"allergia\": \"nfụkasị ahụ\",\n    \"allergic\": \"nfụkasị\",\n    \"allergies\": \"nfụkasị ahụ\",\n    \"allergin\": \"nfụkasị ahụ\",\n    \"allergins\": \"mmekpa ahụ\",\n    \"allergist\": \"onye na-egbu egbu\",\n    \"allergists\": \"ndị na-eme ihe nfụkasị ahụ\",\n    \"allergology\": \"ihe nfụkasị ahụ\",\n    \"allerion\": \"nfụkasị\",\n    \"alleve\": \"dozie\",\n    \"alleviant\": \"ikwado\",\n    \"alleviate\": \"belata\",\n    \"alleviated\": \"belata\",\n    \"alleviater\": \"Ihe eji eme ihe\",\n    \"alleviaters\": \"ndozi\",\n    \"alleviates\": \"na-eme ka ibelata\",\n    \"alleviating\": \"na-ebelata\",\n    \"alleviatingly\": \"na-agbakwunye\",\n    \"alleviation\": \"mbelata\",\n    \"alleviations\": \"mmeghari\",\n    \"alleviative\": \"ikwado\",\n    \"alleviators\": \"ndị na-emegharị ihe\",\n    \"allez\": \"Kwadebe\",\n    \"allhallows\": \"ihe niile\",\n    \"allhallowtide\": \"allallowtide\",\n    \"allheal\": \"Ikeukwu\",\n    \"allheals\": \"ahịhịa\",\n    \"ally\": \"mmekorita\",\n    \"alliable\": \"enwere ike\",\n    \"alliage\": \"mmekorita\",\n    \"alliance\": \"mmekorita\",\n    \"allianced\": \"mmekorita\",\n    \"alliancer\": \"mmekorita\",\n    \"alliances\": \"mmekorita\",\n    \"alliancing\": \"ijikọ aka\",\n    \"alliant\": \"onye nzuzu\",\n    \"allicholly\": \"mmanya na-egbu\",\n    \"alliciency\": \"oru nile\",\n    \"allicient\": \"zuru ezu\",\n    \"allicit\": \"gbaa nkịtị\",\n    \"allied\": \"ejikọtara\",\n    \"allies\": \"ndị mmekọ\",\n    \"alligate\": \"agagharị\",\n    \"alligated\": \"gbanwere\",\n    \"alligating\": \"na-atụgharị\",\n    \"alligation\": \"ngagharị\",\n    \"alligator\": \"agu iyi\",\n    \"alligatored\": \"ihe niile\",\n    \"alligatorfish\": \"azu iyi\",\n    \"alligatorfishes\": \"azu iyi\",\n    \"alligatoring\": \"agu iyi\",\n    \"alligators\": \"agu iyi\",\n    \"allyic\": \"mmekorita\",\n    \"allying\": \"itinye ọnụ\",\n    \"allyl\": \"ndoli\",\n    \"allylate\": \"kwado\",\n    \"allylation\": \"mmekọrịta\",\n    \"allylene\": \"ndoli\",\n    \"allylic\": \"ihe enyemaka\",\n    \"allyls\": \"ndenye\",\n    \"allineate\": \"ihe niile\",\n    \"allyou\": \"niile\",\n    \"allision\": \"ikwenye\",\n    \"alliteral\": \"gbasara\",\n    \"alliterate\": \"niile\",\n    \"alliterated\": \"ekwuru\",\n    \"alliterates\": \"ikwughachi\",\n    \"alliterating\": \"na-ekwukarị\",\n    \"alliteration\": \"izugbe\",\n    \"alliterational\": \"izugbe\",\n    \"alliterationist\": \"onye nkwugide\",\n    \"alliterations\": \"edemede niile\",\n    \"alliterative\": \"na-ekwu okwu\",\n    \"alliterativeness\": \"ịghara ịdị na-arụ ọrụ\",\n    \"alliterator\": \"onye mmuta\",\n    \"allituric\": \"orituric\",\n    \"allmouth\": \"niile\",\n    \"allmouths\": \"okwu niile\",\n    \"allobars\": \"alloba\",\n    \"allobroges\": \"ngwakọta\",\n    \"allobrogical\": \"ihe omuma\",\n    \"allocability\": \"ikewapụnụ\",\n    \"allocable\": \"nkewa\",\n    \"allocatable\": \"ikewapụta\",\n    \"allocate\": \"igbunye\",\n    \"allocated\": \"ekenyela\",\n    \"allocates\": \"na-ekenye\",\n    \"allocating\": \"na-ekenye\",\n    \"allocation\": \"oke\",\n    \"allocations\": \"oke\",\n    \"allocator\": \"onye na-ekenye ihe\",\n    \"allocators\": \"ndị na-ekenye ndị mmadụ ihe\",\n    \"alloclasite\": \"nkesa\",\n    \"allocrotonic\": \"ochichiri\",\n    \"allocute\": \"igbunye\",\n    \"allocution\": \"oke\",\n    \"allocutive\": \"nkewa\",\n    \"allody\": \"alloy\",\n    \"allodies\": \"alloys\",\n    \"allodification\": \"ngwongwo\",\n    \"allods\": \"Ngwakọta\",\n    \"allogamy\": \"mmetọ\",\n    \"allogamies\": \"ndenye aha\",\n    \"allogamous\": \"adịgboroja\",\n    \"allogeneity\": \"nkwenye\",\n    \"allogeneous\": \"loggha\",\n    \"allogenic\": \"allogenik\",\n    \"allogenically\": \"n'usoro\",\n    \"allograft\": \"ihe ndozi\",\n    \"allograph\": \"ngwakọta\",\n    \"allographic\": \"ihe odide\",\n    \"alloyed\": \"alloys\",\n    \"alloys\": \"alloy\",\n    \"allokurtic\": \"allokurtik\",\n    \"allomerize\": \"allomeri\",\n    \"allomerizing\": \"inye allomer\",\n    \"allomerous\": \"allome\",\n    \"allometry\": \"nchịkwa\",\n    \"allometric\": \"alumetric\",\n    \"allonges\": \"ogologo\",\n    \"allonymous\": \"alloymous\",\n    \"allonymously\": \"alloy kpamkpam\",\n    \"allonyms\": \"ihe ndozi\",\n    \"allonomous\": \"ogologo\",\n    \"allopath\": \"ugwu\",\n    \"allopathetic\": \"nkwanye ugwu\",\n    \"allopathetically\": \"na-akpachapụ anya\",\n    \"allopathies\": \"onyinye allopathies\",\n    \"allopathist\": \"onye ugwu\",\n    \"allopatry\": \"nkwanye ugwu\",\n    \"allopatric\": \"nke allopatric\",\n    \"allopatrically\": \"na-achịkwa ọrịa\",\n    \"allophanate\": \"itinye allophanate\",\n    \"allophanates\": \"ndaghari\",\n    \"allophanic\": \"onyinye allophanic\",\n    \"allophylian\": \"onyinye allophylian\",\n    \"allophone\": \"ekwenti\",\n    \"allophones\": \"ekwenti\",\n    \"allophonic\": \"amaokwu\",\n    \"allophonically\": \"otu\",\n    \"allophore\": \"ugwu ugwu\",\n    \"alloplastic\": \"ụdị\",\n    \"alloploidy\": \"inye\",\n    \"alloquy\": \"alloy alloy\",\n    \"allorrhythmic\": \"okpokoro\",\n    \"allose\": \"hapụ\",\n    \"allosyndesis\": \"mmachi\",\n    \"allosyndetic\": \"chukwuebuka\",\n    \"allosome\": \"enweghị ohere\",\n    \"allosteric\": \"ngwakọta\",\n    \"allot\": \"ikenye\",\n    \"alloted\": \"gwakọtara\",\n    \"allotheism\": \"kwere ekwe\",\n    \"allotheist\": \"onye kwere ekwe\",\n    \"allotheistic\": \"ekweghị na Chineke\",\n    \"allotypies\": \"ihe ndozi\",\n    \"allotment\": \"ekenye\",\n    \"allotments\": \"ekenyela\",\n    \"allotransplant\": \"inye aka\",\n    \"allotransplantation\": \"inyefe osisi\",\n    \"allotrylic\": \"kenyere\",\n    \"allotropes\": \"na-ebunye\",\n    \"allotropic\": \"ikesa\",\n    \"allotropical\": \"kenyere\",\n    \"allotropically\": \"n'enyemaka\",\n    \"allotropies\": \"itinye aka\",\n    \"allotropize\": \"ikesa ihe\",\n    \"allots\": \"eweputara\",\n    \"allottable\": \"ekenyela\",\n    \"allotted\": \"ekenyela\",\n    \"allottee\": \"ekenyela onye\",\n    \"allottees\": \"ekenye onye obula\",\n    \"allotter\": \"ekenyela\",\n    \"allottery\": \"onyinye\",\n    \"allotters\": \"ndị na-ekenye ndị ọzọ\",\n    \"allotting\": \"ikenye\",\n    \"allover\": \"agafeela\",\n    \"allow\": \"kwere\",\n    \"allowable\": \"kwere\",\n    \"allowableness\": \"kwere\",\n    \"allowably\": \"kwere\",\n    \"allowance\": \"nkwere\",\n    \"allowanced\": \"kwere\",\n    \"allowances\": \"nkwere\",\n    \"allowancing\": \"inye ikike\",\n    \"allowed\": \"kwere\",\n    \"allowedly\": \"kwere\",\n    \"allower\": \"kwere\",\n    \"allowing\": \"kwere\",\n    \"allows\": \"kwere\",\n    \"alloxy\": \"alloy\",\n    \"alloxyproteic\": \"alloxyproteic ngwaahịa\",\n    \"allround\": \"gburugburu\",\n    \"alls\": \"ihe niile\",\n    \"allseed\": \"achọrọ\",\n    \"allseeds\": \"ahịhịa niile\",\n    \"allthing\": \"ihe niile\",\n    \"alluded\": \"zoro aka\",\n    \"alludes\": \"zoro aka\",\n    \"alluding\": \"na-ezo aka\",\n    \"allurance\": \"ntachi obi\",\n    \"allure\": \"rata\",\n    \"allured\": \"pụtara\",\n    \"allurement\": \"orure\",\n    \"allurements\": \"uregha\",\n    \"allurers\": \"ndị na-eri ihe\",\n    \"allures\": \"na-adọrọ adọrọ\",\n    \"alluring\": \"na-adọrọ adọrọ\",\n    \"alluringness\": \"uringgba ume\",\n    \"allusions\": \"azịza\",\n    \"allusive\": \"allus\",\n    \"allusively\": \"mgbe niile\",\n    \"allusiveness\": \"izu ike\",\n    \"allusory\": \"edemede\",\n    \"allutterly\": \"mgbe niile\",\n    \"alluvious\": \"ihe niile\",\n    \"allwhere\": \"n'ebe niile\",\n    \"allwhither\": \"ma obu\",\n    \"allworthy\": \"kwesiri ekwesi\",\n    \"almagests\": \"onyinye\",\n    \"almain\": \"nọgidere\",\n    \"almaine\": \"Almaine\",\n    \"almander\": \"almọnd\",\n    \"almanner\": \"ozi\",\n    \"almemars\": \"almema\",\n    \"almery\": \"almeri\",\n    \"almerian\": \"Almeria\",\n    \"almeries\": \"onyinye\",\n    \"almes\": \"almọnd\",\n    \"almighty\": \"pụrụ ime ihe nile\",\n    \"almightily\": \"emesịa\",\n    \"almightiness\": \"idi ike\",\n    \"almirah\": \"almira\",\n    \"almistry\": \"mmekorita\",\n    \"almners\": \"ndagwurugwu\",\n    \"almohades\": \"mbibi\",\n    \"almoign\": \"wepu aka\",\n    \"almoin\": \"almọn\",\n    \"almond\": \"almọnd\",\n    \"almondy\": \"almọnd\",\n    \"almondlike\": \"almọnd\",\n    \"almonds\": \"almọnd\",\n    \"almoner\": \"ịdọ aka ná ntị\",\n    \"almoners\": \"onye ndozi\",\n    \"almoning\": \"na-akwado\",\n    \"almonry\": \"almonụ\",\n    \"almonries\": \"almonụ\",\n    \"almoravid\": \"onyinye\",\n    \"almoravides\": \"onyinye\",\n    \"almose\": \"ọ fọrọ nke nta\",\n    \"almost\": \"ọ fọrọ nke nta\",\n    \"almous\": \"ọ fọrọ nke nta\",\n    \"alms\": \"onyinye ebere\",\n    \"almsful\": \"ebere\",\n    \"almsgiver\": \"onyinye ebere\",\n    \"almsgiving\": \"inye ebere\",\n    \"almshouse\": \"onyinye\",\n    \"almshouses\": \"ụlọ ọrụ ebere\",\n    \"almsman\": \"onye ozi ebere\",\n    \"almsmen\": \"ndị ọrụ ebere\",\n    \"almsmoney\": \"onyinye\",\n    \"almswoman\": \"nwanyi ebere\",\n    \"almswomen\": \"umu nwanyi\",\n    \"almuces\": \"almọnd\",\n    \"almuds\": \"almud\",\n    \"alnager\": \"ịla n'iyi\",\n    \"alnaschar\": \"alnascha\",\n    \"aloelike\": \"aloe ndu\",\n    \"aloemodin\": \"aloe emodin\",\n    \"aloeroot\": \"mgbọrọgwụ aloe\",\n    \"aloft\": \"n'elu\",\n    \"alogy\": \"ihe omumu\",\n    \"alogian\": \"ologi\",\n    \"alogical\": \"ihe omumu\",\n    \"alogically\": \"n'ụzọ dị omimi\",\n    \"alogism\": \"nkà mmụta okpukpe\",\n    \"alone\": \"naanị\",\n    \"aloneness\": \"igbochi\",\n    \"along\": \"tinyere\",\n    \"alongships\": \"mmekọrịta\",\n    \"alongshore\": \"n’akụkụ mmiri\",\n    \"alongshoreman\": \"tinyere\",\n    \"alongside\": \"n'akụkụ\",\n    \"alongst\": \"tinyere\",\n    \"aloofness\": \"enweghị mmasị\",\n    \"alophas\": \"Alophas\",\n    \"alose\": \"bia\",\n    \"aloud\": \"n'olu dara ụda\",\n    \"alpacas\": \"mkpụrụ osisi\",\n    \"alpasotes\": \"akwụkwọ ozi\",\n    \"alpen\": \"gbanye\",\n    \"alpenstock\": \"mbadamba nri\",\n    \"alpenstocker\": \"mezie\",\n    \"alpenstocks\": \"okpokoro\",\n    \"alpestrian\": \"onye ozo\",\n    \"alpha\": \"alfa\",\n    \"alphabet\": \"mkpụrụ okwu\",\n    \"alphabetary\": \"abiidii\",\n    \"alphabetarian\": \"mkpụrụedemede\",\n    \"alphabeted\": \"mkpụrụedemede\",\n    \"alphabetic\": \"mkpụrụedemede\",\n    \"alphabetical\": \"keabiidii\",\n    \"alphabetically\": \"abiidii\",\n    \"alphabetics\": \"mkpụrụ okwu\",\n    \"alphabetiform\": \"mkpụrụ akwụkwọ ụdị\",\n    \"alphabeting\": \"mkpụrụedemede\",\n    \"alphabetisation\": \"mkpụrụedemede\",\n    \"alphabetise\": \"mkpụrụedemede\",\n    \"alphabetised\": \"mkpụrụedemede\",\n    \"alphabetiser\": \"mkpụrụedemede\",\n    \"alphabetising\": \"mkpụrụedemede\",\n    \"alphabetism\": \"mkpụrụ akwụkwọ\",\n    \"alphabetist\": \"mkpụrụedemede\",\n    \"alphabetization\": \"mkpụrụedemede\",\n    \"alphabetize\": \"mkpụrụedemede\",\n    \"alphabetized\": \"mkpụrụedemede\",\n    \"alphabetizer\": \"mkpụrụ okwu\",\n    \"alphabetizers\": \"mkpụrụedemede\",\n    \"alphabetizes\": \"mkpụrụedemede\",\n    \"alphabetizing\": \"mkpụrụedemede\",\n    \"alphabetology\": \"mkpụrụ akwụkwọ\",\n    \"alphabets\": \"mkpụrụedemede\",\n    \"alphameric\": \"mkpụrụedemede\",\n    \"alphamerical\": \"mkpụrụedemede\",\n    \"alphamerically\": \"n'usoro\",\n    \"alphanumeric\": \"mkpụrụedemede\",\n    \"alphanumerical\": \"mkpụrụedemede\",\n    \"alphanumerically\": \"n'usoro\",\n    \"alphanumerics\": \"mkpụrụedemede\",\n    \"alphas\": \"mkpụrụedemede\",\n    \"alphatoluic\": \"alpatoluic\",\n    \"alphean\": \"nwa nwanne\",\n    \"alphenic\": \"odidi\",\n    \"alpheratz\": \"alferatz\",\n    \"alphyl\": \"mechie\",\n    \"alphyls\": \"mkpụrụ ndụ\",\n    \"alphol\": \"mmanya\",\n    \"alphonist\": \"onye ntinye akwukwo\",\n    \"alphonse\": \"mkpụrụedemede\",\n    \"alphonsin\": \"mkpụrụ osisi\",\n    \"alphonso\": \"mkpụrụ akụkụ\",\n    \"alphorn\": \"mkpụrụ\",\n    \"alphorns\": \"alfọd\",\n    \"alphosises\": \"alphosise\",\n    \"alpinely\": \"n'agha\",\n    \"alpinisms\": \"mmekpa ahụ\",\n    \"alpinist\": \"onye nkwado\",\n    \"alpinists\": \"ndị nkwado\",\n    \"alpiste\": \"itinye\",\n    \"alqueire\": \"hapụ\",\n    \"alquier\": \"nwekwaa\",\n    \"already\": \"ugbua\",\n    \"alreadiness\": \"njikere\",\n    \"alright\": \"na na\",\n    \"alrighty\": \"dịkwa mma\",\n    \"alroot\": \"onyinye\",\n    \"alrune\": \"alrun\",\n    \"als\": \"Chọọ\",\n    \"also\": \"Ọzọkwa\",\n    \"alsoon\": \"Ọzọkwa\",\n    \"alsophila\": \"Ọzọkwa,\",\n    \"alstonia\": \"okpokoro\",\n    \"alstonine\": \"ifuru\",\n    \"alstonite\": \"ndaghari\",\n    \"alsweill\": \"Anwu\",\n    \"altaian\": \"altayan\",\n    \"altaid\": \"ọchụnta\",\n    \"altair\": \"ebe ịchụàjà\",\n    \"altaite\": \"ọchụnta\",\n    \"altar\": \"ebe ịchụàjà\",\n    \"altared\": \"ịtọọ\",\n    \"altarist\": \"onye nchuaja\",\n    \"altarlet\": \"pẹpẹ\",\n    \"altarpiece\": \"ebe ịchụàjà\",\n    \"altarpieces\": \"ebe ịchụàjà\",\n    \"altars\": \"ebe ịchụàjà\",\n    \"altarwise\": \"ịchụ àjà\",\n    \"alter\": \"ịgbanwe\",\n    \"alterable\": \"gbanwere\",\n    \"alterableness\": \"mgbanwe\",\n    \"alterably\": \"gbanwere\",\n    \"alterant\": \"onye ọzọ\",\n    \"alterants\": \"gbanwee\",\n    \"alterate\": \"gbanwee\",\n    \"alteration\": \"mgbanwe\",\n    \"alterations\": \"mgbanwe\",\n    \"alterative\": \"na-agbanwe agbanwe\",\n    \"alteratively\": \"na-agbanwe\",\n    \"altercate\": \"ịgbanwee\",\n    \"altercated\": \"ịgbanwee\",\n    \"altercating\": \"ịgbanwee\",\n    \"altercation\": \"esemokwu\",\n    \"altercations\": \"esemokwu\",\n    \"altercative\": \"ịgbanwee\",\n    \"altered\": \"gbanwere\",\n    \"alteregoistic\": \"itinye aka n'omume\",\n    \"alterer\": \"onye ozo\",\n    \"alterers\": \"ndi ozo\",\n    \"altering\": \"igbanwe\",\n    \"alterity\": \"alter\",\n    \"alterius\": \"onyeka\",\n    \"alterman\": \"onye ozo\",\n    \"altern\": \"ozo\",\n    \"alternacy\": \"ozo\",\n    \"alternamente\": \"uzo ozo\",\n    \"alternance\": \"ochichi\",\n    \"alternant\": \"ozo\",\n    \"alternanthera\": \"ọzọ\",\n    \"alternariose\": \"alternaria\",\n    \"alternat\": \"uzo ozo\",\n    \"alternate\": \"ozo\",\n    \"alternated\": \"uzo ozo\",\n    \"alternately\": \"ozo\",\n    \"alternateness\": \"ọzọ\",\n    \"alternater\": \"alternator\",\n    \"alternates\": \"ọzọ\",\n    \"alternating\": \"na-agbanwe\",\n    \"alternatingly\": \"alternating\",\n    \"alternation\": \"uzo ozo\",\n    \"alternationist\": \"onye ozo\",\n    \"alternations\": \"mgbanwe\",\n    \"alternative\": \"ọzọ\",\n    \"alternatively\": \"ọzọ\",\n    \"alternativeness\": \"nhọrọ\",\n    \"alternatives\": \"uzo ozo\",\n    \"alternativity\": \"ọzọ\",\n    \"alternativo\": \"ọzọativo\",\n    \"alternators\": \"ndị ọzọ\",\n    \"alterne\": \"gbanwere\",\n    \"alternifoliate\": \"gbanwee\",\n    \"alternipetalous\": \"ịgbanwee\",\n    \"alternisepalous\": \"mfegharị\",\n    \"alternity\": \"uzo ozo\",\n    \"alternize\": \"mezie\",\n    \"alters\": \"gbanwere\",\n    \"althing\": \"ihe niile\",\n    \"althionic\": \"okwa\",\n    \"although\": \"ọ bụ ezie\",\n    \"altica\": \"ndagwurugwu\",\n    \"alticamelus\": \"mbadamba\",\n    \"altify\": \"Kwadoro\",\n    \"altimeter\": \"altimita\",\n    \"altimeters\": \"altimita\",\n    \"altiscope\": \"altiskopu\",\n    \"altisonous\": \"ogologo\",\n    \"altitonant\": \"amaala\",\n    \"altitude\": \"elu\",\n    \"altitudes\": \"ebe di elu\",\n    \"altitudinal\": \"ndepụta\",\n    \"altitudinous\": \"iheanacho\",\n    \"alto\": \"ọ bụla\",\n    \"altogether\": \"kpam kpam\",\n    \"altogetherness\": \"kpamkpam\",\n    \"altoist\": \"onye anakpo\",\n    \"altometer\": \"altomita\",\n    \"altos\": \"alto\",\n    \"altoun\": \"ọ bụla\",\n    \"altruism\": \"enweghị afọ ojuju\",\n    \"altruisms\": \"ọrịre\",\n    \"altruist\": \"onye anakpo\",\n    \"altruistic\": \"na-egbo mkpa\",\n    \"altruistically\": \"n'atu\",\n    \"altruists\": \"ndị na-elekọta mmadụ\",\n    \"alts\": \".lọ\",\n    \"alular\": \"ewepu\",\n    \"alumen\": \"alum\",\n    \"alumetize\": \"meenụ\",\n    \"alumian\": \"onye alumia\",\n    \"alumiferous\": \"jikọtara ọnụ\",\n    \"aluminate\": \"aluminụ\",\n    \"alumine\": \"alumini\",\n    \"alumines\": \"alumini\",\n    \"aluminic\": \"aluminik\",\n    \"aluminyl\": \"aluminom\",\n    \"aluminise\": \"aluminized\",\n    \"aluminised\": \"kwupụtara\",\n    \"aluminium\": \"aluminom\",\n    \"aluminize\": \"aluminized\",\n    \"aluminizes\": \"na-enwu\",\n    \"aluminizing\": \"ikenke\",\n    \"aluminothermic\": \"ihe aluminom\",\n    \"aluminothermics\": \"ihe aluminom\",\n    \"alumins\": \"aluminous\",\n    \"aluminum\": \"aluminom\",\n    \"aluminums\": \"aluminom\",\n    \"alumish\": \"nubata\",\n    \"alumite\": \"ndaghari\",\n    \"alumium\": \"aluminom\",\n    \"alumnal\": \"alumpal\",\n    \"alumni\": \"ndị okenye\",\n    \"alumniate\": \"gụchaa\",\n    \"alumnol\": \"aluminol\",\n    \"alumroot\": \"alumorot\",\n    \"alumroots\": \"ahịhịa\",\n    \"alums\": \"alm\",\n    \"alunites\": \"alunite\",\n    \"alure\": \"itu\",\n    \"alveary\": \"amaala\",\n    \"alvearies\": \"ndagwurugwu\",\n    \"alveated\": \"kwadoro\",\n    \"alveloz\": \"igbe\",\n    \"alveolary\": \"amaji\",\n    \"alveolarly\": \"nke ọma\",\n    \"alveolate\": \"mepee\",\n    \"alveolated\": \"amaala\",\n    \"alveolation\": \"ndughari\",\n    \"alveolite\": \"okukari\",\n    \"alveololingual\": \"asụsụ Igbo\",\n    \"alvissmal\": \"iheanacho\",\n    \"alvite\": \"weghachi\",\n    \"alvus\": \"onyinye\",\n    \"alway\": \"mgbe niile\",\n    \"always\": \"mgbe niile\",\n    \"alwise\": \"dika\",\n    \"amability\": \"ikike\",\n    \"amable\": \"nwee ike\",\n    \"amacrinal\": \"udo\",\n    \"amadous\": \"amodous\",\n    \"amaine\": \"maine\",\n    \"amaister\": \"nwute\",\n    \"amalaita\": \"amal aita\",\n    \"amalaka\": \"amala ka\",\n    \"amalett\": \"amalet\",\n    \"amalg\": \"ndokwa\",\n    \"amalgamated\": \"jikọtara ọnụ\",\n    \"amalgamating\": \"ichikota\",\n    \"amalgamation\": \"mmekorita\",\n    \"amalgamations\": \"mmekorita\",\n    \"amalgamatize\": \"chịkọta\",\n    \"amalgamators\": \"ndị na-emekọ ihe ọnụ\",\n    \"amalgamization\": \"njikọta\",\n    \"amalgamize\": \"mechie\",\n    \"amalgams\": \"amalgam\",\n    \"amalrician\": \"america\",\n    \"amani\": \"Amani\",\n    \"amantillo\": \"Amantillo\",\n    \"amanuenses\": \"amanuense\",\n    \"amapondo\": \"amampondo\",\n    \"amarant\": \"kwenye\",\n    \"amarantaceae\": \"amaranthaceae\",\n    \"amarantaceous\": \"amaranthus\",\n    \"amaranth\": \"kwere\",\n    \"amaranths\": \"nkwa\",\n    \"amarantine\": \"kwadebere\",\n    \"amarantite\": \"kwenye\",\n    \"amarelles\": \"amarel\",\n    \"amaroidal\": \"amaroid\",\n    \"amarth\": \"amor\",\n    \"amassable\": \"amass\",\n    \"amassed\": \"gbakọtara\",\n    \"amasser\": \"onye amusa\",\n    \"amassers\": \"ndị mmadụ\",\n    \"amasses\": \"amass\",\n    \"amassette\": \"amasset\",\n    \"amassing\": \"ịkpakọba\",\n    \"amassment\": \"nnabata\",\n    \"amassments\": \"mmeghe\",\n    \"amasthenic\": \"afọ\",\n    \"amasty\": \"obi ojoo\",\n    \"amate\": \"na-enwe obi ụtọ\",\n    \"amated\": \"amato\",\n    \"amateur\": \"onye na-amu amu\",\n    \"amateurs\": \"ndị na-amu amu\",\n    \"amateurship\": \"Amateurship\",\n    \"amating\": \"na-atọ ụtọ\",\n    \"amatively\": \"ihe ọchị\",\n    \"amativeness\": \"amative\",\n    \"amatols\": \"amatu\",\n    \"amatory\": \"na-eri ego\",\n    \"amatorial\": \"amọọk\",\n    \"amatorian\": \"onye amatorian\",\n    \"amatories\": \"okpu\",\n    \"amatorious\": \"amadi amaka\",\n    \"amatrice\": \"chiedozie\",\n    \"amaurotic\": \"dị egwu\",\n    \"amaze\": \"itu n'anya\",\n    \"amazed\": \"juru ya anya\",\n    \"amazedly\": \"na-eju\",\n    \"amazedness\": \"ihe ijuanya\",\n    \"amazeful\": \"di itu n'anya\",\n    \"amazement\": \"ihe ijuanya\",\n    \"amazer\": \"amaza\",\n    \"amazers\": \"ihe ijuanya\",\n    \"amazes\": \"juru\",\n    \"amazing\": \"dị ịtụnanya\",\n    \"amazingly\": \"di oke itunanya\",\n    \"amazons\": \"ihe ijuanya\",\n    \"ambage\": \"oké ọchịchọ\",\n    \"ambages\": \"ochicho\",\n    \"ambagiosity\": \"ebumnuche\",\n    \"ambagious\": \"oké ọchịchọ\",\n    \"ambagiously\": \"jiri obi uto\",\n    \"ambagiousness\": \"ịdị uchu\",\n    \"ambar\": \"amba\",\n    \"ambary\": \"chukwu\",\n    \"ambaries\": \"ambarị\",\n    \"ambassade\": \"ndị nnọchiteanya\",\n    \"ambassadeur\": \"onye nnọchiteanya\",\n    \"ambassador\": \"onye nnọchi anya gọọmentị\",\n    \"ambassadorial\": \"onye nnọchi anya gọọmentị\",\n    \"ambassadorially\": \"onye nnọchi anya gọọmentị\",\n    \"ambassadors\": \"ndị nnọchiteanya\",\n    \"ambassadorship\": \"ndị nnọchiteanya\",\n    \"ambassadorships\": \"ndị nnọchite anya mba\",\n    \"ambassadress\": \"onye nnọchiteanya\",\n    \"ambassage\": \"ndị nnọchiteanya\",\n    \"ambassy\": \"ụlọ ọrụ nnọchite anya obodo\",\n    \"ambassiate\": \"ambasciate\",\n    \"ambe\": \"amba\",\n    \"ambeer\": \"amba\",\n    \"ambeers\": \"amba\",\n    \"amber\": \"amba\",\n    \"amberfish\": \"amba azụ\",\n    \"amberfishes\": \"amba azụ\",\n    \"ambergrease\": \"ambarịa\",\n    \"ambergris\": \"ọtụ\",\n    \"ambery\": \"mgbaba\",\n    \"amberies\": \"ambarị\",\n    \"amberjacks\": \"Amberjacks\",\n    \"amberlike\": \"amber\",\n    \"amberoid\": \"amboroid\",\n    \"amberoids\": \"ambaroid\",\n    \"amberous\": \"amba amaghi\",\n    \"ambers\": \"amba\",\n    \"ambiances\": \"ambiance\",\n    \"ambidexterities\": \"ambidexterity\",\n    \"ambidexterous\": \"ambidextrous\",\n    \"ambidextral\": \"ambidextrous\",\n    \"ambidextrously\": \"okwey\",\n    \"ambidextrousness\": \"ambidextrous ness\",\n    \"ambience\": \"ikuku\",\n    \"ambiency\": \"ikuku\",\n    \"ambient\": \"ihere\",\n    \"ambients\": \"ihere\",\n    \"ambigenal\": \"ihere\",\n    \"ambiguity\": \"ihe edoghi anya\",\n    \"ambiguities\": \"ihe mgbagwoju anya\",\n    \"ambiguousness\": \"ambiguous\",\n    \"ambilaterally\": \"ambilate\",\n    \"ambilevous\": \"ihe ọma\",\n    \"ambisexualities\": \"ihe nzuzu\",\n    \"ambisinistrous\": \"nwee obi ụtọ\",\n    \"ambit\": \"oké ọchịchọ\",\n    \"ambital\": \"oké ọchịchọ\",\n    \"ambitendency\": \"ebumnuche\",\n    \"ambitendencies\": \"oké ọchịchọ\",\n    \"ambitendent\": \"ji obi ike\",\n    \"ambition\": \"oké ọchịchọ\",\n    \"ambitioned\": \"chọsie ike\",\n    \"ambitioning\": \"oké ọchịchọ\",\n    \"ambitionist\": \"onye okuku\",\n    \"ambitionless\": \"enweghị ambition\",\n    \"ambitionlessly\": \"enweghị ambition\",\n    \"ambitions\": \"ochicho\",\n    \"ambitious\": \"oké ọchịchọ\",\n    \"ambitiously\": \"ji obi uto\",\n    \"ambitiousness\": \"oké ọchịchọ\",\n    \"ambits\": \"ochicho\",\n    \"ambitty\": \"oké ọchịchọ\",\n    \"ambiversive\": \"nwegasịrị ikike\",\n    \"amble\": \"amel\",\n    \"ambled\": \"chee ihu\",\n    \"amblers\": \"ọmarịcha\",\n    \"amblychromatic\": \"okpokoro\",\n    \"amblydactyla\": \"mmmmmmmmmmmmm\",\n    \"amblygonal\": \"okpokoro\",\n    \"ambling\": \"iche\",\n    \"amblingly\": \"n'egwu\",\n    \"amblyopic\": \"okpa\",\n    \"amblotic\": \"okpolo\",\n    \"amboceptoid\": \"Amboceptoid\",\n    \"ambocoelia\": \"Ambocoelia\",\n    \"amboinas\": \"Amboinas\",\n    \"amboynas\": \"Amboynas\",\n    \"amboinese\": \"Amboinese\",\n    \"ambon\": \"ambọn\",\n    \"ambosexual\": \"Nwosu\",\n    \"ambreate\": \"mechie\",\n    \"ambreic\": \"american\",\n    \"ambrette\": \"okpa\",\n    \"ambry\": \"ambish\",\n    \"ambries\": \"ochichiri\",\n    \"ambrite\": \"ambrit\",\n    \"ambroid\": \"okpa\",\n    \"ambroids\": \"okpu\",\n    \"ambrosially\": \"n'ebubo\",\n    \"ambrosiate\": \"kpakpando\",\n    \"ambrotype\": \"okpa\",\n    \"ambulacra\": \"ụgbọ ala\",\n    \"ambulacral\": \"ụgbọ ala\",\n    \"ambulacrum\": \"ụgbọ ala\",\n    \"ambulance\": \"ụgbọ ihe mberede\",\n    \"ambulanced\": \"ụgbọ ala\",\n    \"ambulancer\": \"ụgbọ ihe mberede\",\n    \"ambulances\": \"ụgbọ ihe mberede\",\n    \"ambulancing\": \"ụgbọ ala\",\n    \"ambulant\": \"ambulan\",\n    \"ambulantes\": \"ụgbọ ala\",\n    \"ambulate\": \"chọọ\",\n    \"ambulated\": \"kpakpando\",\n    \"ambulates\": \"na-achọ\",\n    \"ambulating\": \"na-achọ ihe\",\n    \"ambulatio\": \"ụgbọ ala\",\n    \"ambulative\": \"ambulance\",\n    \"ambulator\": \"onye na-ebu agha\",\n    \"ambulatory\": \"ụgbọ ala\",\n    \"ambulatorial\": \"anyaukwu\",\n    \"ambulatories\": \"ndị ambulator\",\n    \"ambulatorium\": \"ụgbọ ala\",\n    \"ambulatoriums\": \"ụlọ mgbochi\",\n    \"ambulators\": \"ụgbọ ala\",\n    \"ambuling\": \"icho\",\n    \"ambury\": \"ochicho\",\n    \"ambuscading\": \"na-achọ ịlụ ọgụ\",\n    \"ambush\": \"chebiri\",\n    \"ambushed\": \"zoro ezo\",\n    \"ambusher\": \"onye ohia\",\n    \"ambushers\": \"ndị nche\",\n    \"ambushes\": \"ndị mmadụ\",\n    \"ambushing\": \"na-echechi\",\n    \"ambushlike\": \"dị ka ambush\",\n    \"ambushment\": \"nbì nzuzo\",\n    \"ambustion\": \"nchekwube\",\n    \"amchoor\": \"mgbaghara\",\n    \"amebean\": \"Amebean\",\n    \"amebic\": \"amobi\",\n    \"amebicide\": \"igbu egbu\",\n    \"ameed\": \"Ameed\",\n    \"ameerate\": \"mechaa\",\n    \"ameerates\": \"Na-akwado\",\n    \"amelcorns\": \"amọnụ\",\n    \"amelia\": \"Amelia\",\n    \"amelification\": \"nwepu\",\n    \"ameliorableness\": \"Ọdịmma\",\n    \"ameliorate\": \"nwekwaa\",\n    \"ameliorated\": \"gbanwere\",\n    \"ameliorating\": \"na-emewanye\",\n    \"amelioration\": \"ndozi\",\n    \"ameliorations\": \"mmeghari\",\n    \"ameliorative\": \"agbatị\",\n    \"amenability\": \"ekwere ekwere\",\n    \"amenably\": \"amen amen\",\n    \"amenance\": \"ihu\",\n    \"amend\": \"imeghari\",\n    \"amendable\": \"emeghari\",\n    \"amendableness\": \"nwegharia\",\n    \"amendatory\": \"mmeghari\",\n    \"amended\": \"emeziri\",\n    \"amenders\": \"ndị na-eme mgbanwe\",\n    \"amending\": \"imezighari\",\n    \"amendment\": \"mmeghari\",\n    \"amendments\": \"mmegharị\",\n    \"amends\": \"mezie\",\n    \"amenity\": \"ihe eji enyere ndụ aka\",\n    \"amenities\": \"ihe eji enyere ndụ aka\",\n    \"amental\": \"nkewa\",\n    \"amerce\": \"iwe iwe\",\n    \"amerceable\": \"dị egwu\",\n    \"amerced\": \"maasị\",\n    \"amercement\": \"amerie\",\n    \"amercements\": \"egwu\",\n    \"amercers\": \"ndiegwu\",\n    \"amercing\": \"aming\",\n    \"americanese\": \"american\",\n    \"americanized\": \"Americanized\",\n    \"americanizes\": \"Americanized\",\n    \"americanly\": \"american\",\n    \"americans\": \"american\",\n    \"americanumancestors\": \"ndị nna nna americanum\",\n    \"americas\": \"america\",\n    \"amerindians\": \"Amerindian\",\n    \"amerinds\": \"amerindị\",\n    \"amerveil\": \"americil\",\n    \"amesace\": \"udo\",\n    \"amesaces\": \"ameses\",\n    \"amesite\": \"Amesite\",\n    \"amethystlike\": \"amethyst\",\n    \"ametria\": \"america\",\n    \"ametrometer\": \"amọtọtọ\",\n    \"ametrous\": \"enwe obi ụtọ\",\n    \"amex\": \"dịrị ndụ\",\n    \"amgarn\": \"amna\",\n    \"amherstite\": \"obi ebere\",\n    \"amy\": \"amị\",\n    \"amiable\": \"dị egwu\",\n    \"amiableness\": \"nwee ịhụnanya\",\n    \"amiably\": \"dị ụtọ\",\n    \"amiant\": \"amiri\",\n    \"amianthine\": \"nwaanyi\",\n    \"amianthus\": \"Amianthus\",\n    \"amic\": \"dị njikere\",\n    \"amicability\": \"udo dị\",\n    \"amicabilities\": \"ikike\",\n    \"amicable\": \"udo\",\n    \"amicableness\": \"udo dị\",\n    \"amicably\": \"udo\",\n    \"amical\": \"dị ọchị\",\n    \"amice\": \"amis\",\n    \"amiced\": \"mẹkpoo\",\n    \"amices\": \"ihe ngosi\",\n    \"amicicide\": \"igbu onwe\",\n    \"amyclas\": \"chiedozie\",\n    \"amicous\": \"amicic\",\n    \"amicrobic\": \"amorrobic\",\n    \"amid\": \"n'etiti\",\n    \"amidase\": \"n'etiti\",\n    \"amidases\": \"n'etiti\",\n    \"amidate\": \"n'etiti\",\n    \"amidated\": \"dị n'etiti\",\n    \"amidating\": \"n'etiti\",\n    \"amidation\": \"N’etiti\",\n    \"amides\": \"Amides\",\n    \"amidic\": \"n'etiti\",\n    \"amidide\": \"N'etiti\",\n    \"amidin\": \"n'etiti\",\n    \"amidine\": \"N'ime\",\n    \"amidins\": \"dị n'etiti\",\n    \"amidism\": \"dị n'etiti\",\n    \"amidist\": \"dị n'etiti\",\n    \"amidmost\": \"N’etiti\",\n    \"amidoacetophenone\": \"aminoacetophenone\",\n    \"amidoaldehyde\": \"amido aldehyde\",\n    \"amidoazobenzene\": \"aminoazobenzene\",\n    \"amidocyanogen\": \"n'etitiocyanogen\",\n    \"amidofluorid\": \"n'etitiofluorid\",\n    \"amidofluoride\": \"n'etitiofluoride\",\n    \"amidoketone\": \"dị n'etiti\",\n    \"amidol\": \"n'etiti\",\n    \"amidols\": \"dị n'etiti\",\n    \"amidomyelin\": \"echeomyelin\",\n    \"amidon\": \"midon\",\n    \"amidone\": \"n'etiti\",\n    \"amidosuccinamic\": \"echeosuccinamic\",\n    \"amidosulphonal\": \"okirikiri\",\n    \"amidothiazole\": \"udoothiazole\",\n    \"amidrazone\": \"Amarachi\",\n    \"amids\": \"mmmiri\",\n    \"amidship\": \"amasi\",\n    \"amidships\": \"n'etiti\",\n    \"amidst\": \"n'etiti\",\n    \"amidstream\": \"N’etiti mmiri\",\n    \"amidulin\": \"n'etiti\",\n    \"amidward\": \"N'ime\",\n    \"amyelencephalic\": \"mmmmmmmmmmmmm\",\n    \"amyelic\": \"amịlị\",\n    \"amygdal\": \"Amygdal\",\n    \"amygdale\": \"Amygdale\",\n    \"amygdalic\": \"Amygdalic\",\n    \"amigos\": \"amịkọ\",\n    \"amyl\": \"amịl\",\n    \"amylases\": \"amịlasị\",\n    \"amylate\": \"Ogwugwu\",\n    \"amylenes\": \"Oghenefeji\",\n    \"amiles\": \"amị\",\n    \"amylic\": \"amịlị\",\n    \"amyliferous\": \"amiliferous\",\n    \"amylin\": \"onyinyechi\",\n    \"amylogen\": \"Amylogen\",\n    \"amylometer\": \"amịlometa\",\n    \"amylon\": \"amịlon\",\n    \"amyls\": \"amịla\",\n    \"amylum\": \"mgbaba\",\n    \"amylums\": \"amịlị\",\n    \"amyluria\": \"amiluria\",\n    \"aminate\": \"amini\",\n    \"aminated\": \"iwepụ\",\n    \"aminating\": \"iwepụ\",\n    \"amination\": \"iwepụ\",\n    \"aminded\": \"amind\",\n    \"amine\": \"amini\",\n    \"amines\": \"amini\",\n    \"aminic\": \"amini\",\n    \"aminity\": \"ihe eji enyere ndụ aka\",\n    \"aminities\": \"ihe eji enyere ndụ aka\",\n    \"aminothiophen\": \"aminotiophen\",\n    \"amins\": \"Aminsin\",\n    \"amintor\": \"ndumodu\",\n    \"amyous\": \"obi ụtọ\",\n    \"amiral\": \"Amiral\",\n    \"amyraldism\": \"Amyraldism\",\n    \"amyraldist\": \"onyeka onwenu\",\n    \"amirate\": \"amira\",\n    \"amirates\": \"Amirates\",\n    \"amire\": \"Amire\",\n    \"amyris\": \"amịris\",\n    \"amyroot\": \"Ogheri\",\n    \"amirs\": \"amiri\",\n    \"amirship\": \"ụgbọelu\",\n    \"amishgo\": \"amish go\",\n    \"amissible\": \"enwere ike\",\n    \"amissing\": \"amiss\",\n    \"amission\": \"nnabata\",\n    \"amitate\": \"degharia\",\n    \"amities\": \"ihe omuma\",\n    \"amitoses\": \"amitosị\",\n    \"amla\": \"amị\",\n    \"amli\": \"Ameli\",\n    \"amlikar\": \"amịlị\",\n    \"amlong\": \"n'ogologo\",\n    \"ammer\": \"amuru\",\n    \"ammeter\": \"ammita\",\n    \"ammeters\": \"ọla edo\",\n    \"ammiaceous\": \"Ammiaceous\",\n    \"ammines\": \"amini\",\n    \"ammino\": \"aminu\",\n    \"ammiral\": \"ọchịagha\",\n    \"ammites\": \"ndi ammit\",\n    \"ammonals\": \"amọnụ\",\n    \"ammonate\": \"itinye aka\",\n    \"ammonation\": \"udo\",\n    \"ammonia\": \"amonia\",\n    \"ammonias\": \"amonia\",\n    \"ammoniate\": \"na-emekọ ihe\",\n    \"ammoniated\": \"ammoni\",\n    \"ammoniating\": \"na-atụgharị uche\",\n    \"ammonic\": \"amonia\",\n    \"ammonical\": \"ammoniacal\",\n    \"ammonify\": \"kwalite\",\n    \"ammonification\": \"ndozi\",\n    \"ammonified\": \"kelechi\",\n    \"ammonifier\": \"ihe mgbochi\",\n    \"ammonifies\": \"kwalite\",\n    \"ammonifying\": \"na-agbakwunye\",\n    \"ammonite\": \"amọnite\",\n    \"ammonites\": \"ndi-Ammoni\",\n    \"ammonitess\": \"ammonite\",\n    \"ammoniums\": \"ammonium\",\n    \"ammoniureted\": \"amọnụ\",\n    \"ammonization\": \"ammonisation\",\n    \"ammonolyzing\": \"na-eme ihe ike\",\n    \"ammotherapy\": \"ọgwụ mgbochi\",\n    \"ammunition\": \"mgboagha\",\n    \"amnemonic\": \"mmenyenu\",\n    \"amnesias\": \"amnesiac\",\n    \"amnesic\": \"amnesiac\",\n    \"amnesty\": \"mgbaghara\",\n    \"amnestic\": \"amniche\",\n    \"amnestied\": \"nwee obi ebere\",\n    \"amnestying\": \"na-eme ebere\",\n    \"amniatic\": \"ime anumanu\",\n    \"amnic\": \"aminu\",\n    \"amnions\": \"amnes\",\n    \"amniotic\": \"mmiri ara\",\n    \"amober\": \"amọbụ\",\n    \"amoebean\": \"Amoebean\",\n    \"amoebic\": \"Amoebic\",\n    \"amoebicide\": \"igbu egbu\",\n    \"amoinder\": \"na-echekwa\",\n    \"amole\": \"Amole\",\n    \"amoles\": \"amịl\",\n    \"amolish\": \"Amolish\",\n    \"amollish\": \"ndota\",\n    \"amomis\": \"amọmis\",\n    \"among\": \"n'etiti\",\n    \"amongst\": \"n'etiti\",\n    \"amor\": \"Amor\",\n    \"amoraic\": \"etuto\",\n    \"amoral\": \"amaka\",\n    \"amoralism\": \"onodu ihe\",\n    \"amoralist\": \"okuko\",\n    \"amorality\": \"ezi uche\",\n    \"amoralize\": \"na-emegharị ọnụ\",\n    \"amorally\": \"na-eche echiche\",\n    \"amores\": \"amor\",\n    \"amoret\": \"Amoren\",\n    \"amorists\": \"ndi amorist\",\n    \"amorite\": \"Amorite\",\n    \"amoritic\": \"amoritik\",\n    \"amoritish\": \"amoritor\",\n    \"amornings\": \"ututu\",\n    \"amorosity\": \"udo\",\n    \"amorous\": \"na-atọ ọchị\",\n    \"amorously\": \"ọchị\",\n    \"amorousness\": \"ihu ọchị\",\n    \"amorph\": \"Amorf\",\n    \"amorpha\": \"amorfa\",\n    \"amorphi\": \"amorhị\",\n    \"amorphia\": \"amọfia\",\n    \"amorphinism\": \"amorphism\",\n    \"amorphism\": \"amorhism\",\n    \"amorphousness\": \"amorphous\",\n    \"amortise\": \"mezie\",\n    \"amortised\": \"amortized\",\n    \"amortises\": \"nwekwaa\",\n    \"amortising\": \"na-egbu maramara\",\n    \"amortissement\": \"ndi mmadu\",\n    \"amortisseur\": \"Amorisseur\",\n    \"amortize\": \"itinye aka\",\n    \"amortizes\": \"na-achịkwa\",\n    \"amortizing\": \"ịtụgharị\",\n    \"amos\": \"Amos\",\n    \"amosite\": \"udo\",\n    \"amoskeag\": \"Amoskeag\",\n    \"amotion\": \"egwu\",\n    \"amotions\": \"mkpọtụ\",\n    \"amount\": \"ego\",\n    \"amounted\": \"bara uru\",\n    \"amounters\": \"ego\",\n    \"amounting\": \"ego\",\n    \"amounts\": \"ichekwa\",\n    \"amouret\": \"Ohere\",\n    \"amourist\": \"onye ochichi\",\n    \"amours\": \"awa\",\n    \"amovability\": \"nweghi ike\",\n    \"amoved\": \"nwee obi ụtọ\",\n    \"amoving\": \"ịtụgharị\",\n    \"amowt\": \"ututu\",\n    \"amp\": \"nkwupụta ụda\",\n    \"ampelidaceous\": \"Amaka\",\n    \"ampelideous\": \"Ekwentị\",\n    \"ampelite\": \"ihe atụ\",\n    \"ampelosicyos\": \"ampolosicyos\",\n    \"amperemeter\": \"amperemeta\",\n    \"ampery\": \"amịlị\",\n    \"amperian\": \"american\",\n    \"amperometer\": \"amperometa\",\n    \"ampersand\": \"ebe nile\",\n    \"ampersands\": \"ebe nile\",\n    \"amphanthia\": \"alphanthia\",\n    \"amphetamines\": \"amphetamine\",\n    \"amphiarthrodial\": \"afikpo\",\n    \"amphiarthroses\": \"ndigbo\",\n    \"amphibichnite\": \"mmmmmmmmmmmm\",\n    \"amphibiontic\": \"Nkwonkwo\",\n    \"amphibiotic\": \"Amụma\",\n    \"amphibiously\": \"n'ụzọ zuru ezu\",\n    \"amphibiousness\": \"Nkwupụta ụda\",\n    \"amphiblestritis\": \"ọrịa amphiblestritis\",\n    \"amphibryous\": \"mmmmmmmmmmmmm\",\n    \"amphicarpic\": \"amịlị\",\n    \"amphichrom\": \"Ohere\",\n    \"amphicyon\": \"Ohere\",\n    \"amphicyrtic\": \"amịlị\",\n    \"amphicribral\": \"ọfụma\",\n    \"amphictyon\": \"Oherendu\",\n    \"amphictyony\": \"Onyeka Onwenu\",\n    \"amphictyonian\": \"Onyeka Onwenu\",\n    \"amphictyonies\": \"amịda\",\n    \"amphictyons\": \"amịda\",\n    \"amphidesmous\": \"ihe zuru oke\",\n    \"amphigean\": \"ampigean\",\n    \"amphigory\": \"ndaba\",\n    \"amphigories\": \"ọdịmma\",\n    \"amphikaryotic\": \"chukwuebuka\",\n    \"amphimictical\": \"ihe ngosi\",\n    \"amphimictically\": \"n'egwu\",\n    \"amphioxis\": \"afọ ike\",\n    \"amphiphithyra\": \"nnaemeka\",\n    \"amphiphloic\": \"amaka\",\n    \"amphiplatyan\": \"Uchechukwu\",\n    \"amphiploidy\": \"amachi\",\n    \"amphipneust\": \"nnkwu\",\n    \"amphipneusta\": \"Uchechi\",\n    \"amphipneustic\": \"ikechi\",\n    \"amphipods\": \"amphipod\",\n    \"amphiprostylar\": \"nwachukwu\",\n    \"amphiprostyle\": \"chukwunonso\",\n    \"amphiprotic\": \"nkwonkwo\",\n    \"amphiscians\": \"amphishia\",\n    \"amphiscii\": \"ikechi\",\n    \"amphispermous\": \"ọkpụrụkpụ\",\n    \"amphitheater\": \"egwuregwu\",\n    \"amphitheatered\": \"amaara\",\n    \"amphitheaters\": \"ihe eji eme egwuregwu\",\n    \"amphitheatre\": \"egwuregwu\",\n    \"amphithecial\": \"Amphithecial\",\n    \"amphithere\": \"oghere\",\n    \"amphitryon\": \"Ohere\",\n    \"amphitrite\": \"okwesiri\",\n    \"amphodarch\": \"Nkwado\",\n    \"amphodelite\": \"Amnonel\",\n    \"ampholytic\": \"mmmmmmmmmmmmm\",\n    \"amphophil\": \"Amachi\",\n    \"amphophile\": \"Amachi\",\n    \"amphophilic\": \"amphoflic\",\n    \"amphophilous\": \"amachi\",\n    \"amphoral\": \"otutu\",\n    \"amphorophony\": \"Ikechukwu\",\n    \"amphorous\": \"nju\",\n    \"ampyces\": \"amị\",\n    \"ampitheater\": \"itlọ ihe nkiri\",\n    \"ample\": \"zuru ezu\",\n    \"amplect\": \"zuru ezu\",\n    \"amplectant\": \"zuru ezu\",\n    \"ampleness\": \"nke zuru ezu\",\n    \"ampler\": \"zuru\",\n    \"amplest\": \"zuru oke\",\n    \"amplex\": \"otutu\",\n    \"amplexation\": \"njuputa\",\n    \"amplexicaudate\": \"zuru oke\",\n    \"amplexifoliate\": \"zuru ezu\",\n    \"amplexus\": \"zuru ezu\",\n    \"amplexuses\": \"ihe ijuanya\",\n    \"amply\": \"jupụta\",\n    \"ampliate\": \"gbasie ike\",\n    \"ampliation\": \"nkwalite\",\n    \"ampliative\": \"njuputa\",\n    \"amplication\": \"njupụta\",\n    \"amplicative\": \"ampulu\",\n    \"amplify\": \"ikowa\",\n    \"amplifiable\": \"ampilifaya\",\n    \"amplificate\": \"kobe\",\n    \"amplification\": \"mmụba\",\n    \"amplifications\": \"nkwupụta\",\n    \"amplificative\": \"njuputa\",\n    \"amplified\": \"adịkwu\",\n    \"amplifier\": \"ampilifaya\",\n    \"amplifiers\": \"ampilifaya\",\n    \"amplifies\": \"na-enye ume\",\n    \"amplifying\": \"na-akọwa\",\n    \"amplitude\": \"njupụta\",\n    \"amplitudes\": \"njuputa\",\n    \"ampollosity\": \"njupụta\",\n    \"ampoules\": \"ampolo\",\n    \"amps\": \"Amps\",\n    \"ampul\": \"ampulu\",\n    \"ampulate\": \"gbasaa\",\n    \"ampulated\": \"ajuju\",\n    \"ampulating\": \"na-amụba\",\n    \"ampules\": \"ampolo\",\n    \"ampullaceous\": \"ampullaceus\",\n    \"ampullar\": \"nnukwu\",\n    \"ampullary\": \"nnukwu\",\n    \"ampullate\": \"gbasie ike\",\n    \"ampullated\": \"gbasaa\",\n    \"ampullosity\": \"njupụta\",\n    \"ampuls\": \"Nkwonkwo\",\n    \"amputate\": \"bepụ ụkwụ\",\n    \"amputated\": \"ebipụ\",\n    \"amputates\": \"ndị bepụ ụkwụ\",\n    \"amputating\": \"bepụ ụkwụ\",\n    \"amputation\": \"mbepu\",\n    \"amputational\": \"iwepụ ụkwụ\",\n    \"amputations\": \"mbepụ\",\n    \"amputative\": \"bepụ ụkwụ\",\n    \"amputator\": \"mbibi\",\n    \"amputee\": \"bepu\",\n    \"amputees\": \"ndi ebere ahu\",\n    \"amritsar\": \"Amritsar\",\n    \"amsterdam\": \"Amsterdam\",\n    \"amt\": \"amị\",\n    \"amtracks\": \"ogwugwu\",\n    \"amtracs\": \"amtrak\",\n    \"amuck\": \"amụọ\",\n    \"amucks\": \"amu amu\",\n    \"amuguis\": \"ndi amuma\",\n    \"amuletic\": \"amuleti\",\n    \"amulets\": \"amu amu\",\n    \"amurcosity\": \"amorcosity\",\n    \"amurcous\": \"amorcous\",\n    \"amusable\": \"ito ochi\",\n    \"amuse\": \"ito ochi\",\n    \"amused\": \"ito ochi\",\n    \"amusedly\": \"ọchị\",\n    \"amusee\": \"ito ochi\",\n    \"amusement\": \"ntụrụndụ\",\n    \"amusements\": \"egwuregwu\",\n    \"amuser\": \"ihe ọchị\",\n    \"amusers\": \"ndị ọchị\",\n    \"amuses\": \"ọchị\",\n    \"amusette\": \"njiko\",\n    \"amusia\": \"Amusia\",\n    \"amusing\": \"na-atọ ọchị\",\n    \"amusingly\": \"ihe ọchị\",\n    \"amusingness\": \"ihe ọchị\",\n    \"amusive\": \"ihe ọchị\",\n    \"amusively\": \"ntụrụndụ\",\n    \"amusiveness\": \"ntụrụndụ\",\n    \"amutter\": \"amọt\",\n    \"amuze\": \"amata\",\n    \"amuzzle\": \"amụọ\",\n    \"amvis\": \"ilele\",\n    \"amzel\": \"amel\",\n    \"an\": \"ihe\",\n    \"anabaptists\": \"anabaptist\",\n    \"anabaptize\": \"anabaptizim\",\n    \"anabaptized\": \"anabaptizim\",\n    \"anabaptizing\": \"anabaptizim\",\n    \"anabasis\": \"anabasi\",\n    \"anabiotic\": \"Anabiotic\",\n    \"anableps\": \"ntụ ntụ\",\n    \"anabrotic\": \"Anabrotic\",\n    \"anachronistical\": \"anachronistic\",\n    \"anachronously\": \"anachronous\",\n    \"anacid\": \"antacid\",\n    \"anaclastics\": \"ihe anaclastics\",\n    \"anacleticum\": \"Anacleticum\",\n    \"anacrustic\": \"ekwukpọ\",\n    \"anacrustically\": \"enweghị ntụkwasị obi\",\n    \"anacusia\": \"Anacusia\",\n    \"anadem\": \"okpueze\",\n    \"anadems\": \"anadem\",\n    \"anadicrotism\": \"Anadicrotism\",\n    \"anadrom\": \"Anadrom\",\n    \"anaemic\": \"anem\",\n    \"anaesthesia\": \"ahu izizi\",\n    \"anaesthesiologist\": \"onye anaesthesiologist\",\n    \"anaesthesis\": \"ntụnyere\",\n    \"anaesthetic\": \"anestetieti\",\n    \"anaesthetics\": \"anestetiiki\",\n    \"anaesthetist\": \"anesthetist\",\n    \"anagram\": \"eserese\",\n    \"anagrammatic\": \"ihe osise\",\n    \"anagrammatical\": \"ihe osise\",\n    \"anagrammatically\": \"n'ọkwa\",\n    \"anagrammatised\": \"anhweremaatụ\",\n    \"anagrammatization\": \"anagrammatisation\",\n    \"anagrammatize\": \"tinye ihe osise\",\n    \"anagrammatizing\": \"na-ese ihe\",\n    \"anagramming\": \"na-ese foto\",\n    \"anakes\": \"anake\",\n    \"anakrousis\": \"Anakrousis\",\n    \"anal\": \"gbasara ike\",\n    \"analcime\": \"ihe omume\",\n    \"analcimes\": \"oge\",\n    \"analcimic\": \"gbasara ike\",\n    \"analcimite\": \"gbasara ike\",\n    \"analcite\": \"gbasara ike\",\n    \"analcites\": \"gbasara ike\",\n    \"analcitite\": \"gbasara ike\",\n    \"analgic\": \"gbasara ike\",\n    \"analgize\": \"nyocha\",\n    \"analysability\": \"gbasara ike\",\n    \"analysable\": \"gbasara ike\",\n    \"analysation\": \"nyocha\",\n    \"analyse\": \"nyochaa\",\n    \"analysed\": \"nyochaa\",\n    \"analyser\": \"onye nyocha\",\n    \"analysers\": \"nyocha\",\n    \"analyses\": \"nyocha\",\n    \"analysing\": \"nyocha\",\n    \"analysis\": \"nyocha\",\n    \"analyst\": \"onye nyocha\",\n    \"analysts\": \"ndị nyocha\",\n    \"analyt\": \"nyocha\",\n    \"anality\": \"nyocha\",\n    \"analytic\": \"nyocha\",\n    \"analytical\": \"gbasara nyocha\",\n    \"analytically\": \"nyocha\",\n    \"analyticity\": \"nyocha\",\n    \"analyticities\": \"ihe nyocha\",\n    \"analytics\": \"nchịkọta\",\n    \"analities\": \"gbasara ike\",\n    \"analytique\": \"nyocha\",\n    \"analyzability\": \"nyocha\",\n    \"analyzable\": \"nyocha\",\n    \"analyzation\": \"nyocha\",\n    \"analyze\": \"nyochaa\",\n    \"analyzed\": \"nyochaa\",\n    \"analyzer\": \"onye nyocha\",\n    \"analyzers\": \"ndị nyocha\",\n    \"analyzes\": \"nyocha\",\n    \"analyzing\": \"nyocha\",\n    \"analogy\": \"ntụnyere\",\n    \"analogical\": \"atụnyere\",\n    \"analogies\": \"myirịta\",\n    \"analogise\": \"analogi\",\n    \"analogised\": \"analogis\",\n    \"analogist\": \"onye anaasi\",\n    \"analogize\": \"analọg\",\n    \"analogizing\": \"analoging\",\n    \"analogousness\": \"analogous\",\n    \"analogue\": \"analog\",\n    \"anamesite\": \"Anamesite\",\n    \"anamniotic\": \"anamnioti\",\n    \"anandrous\": \"anandand\",\n    \"anangular\": \"Angular\",\n    \"ananias\": \"Ananayas\",\n    \"ananthropism\": \"anthropism\",\n    \"anapaestic\": \"anapaati\",\n    \"anapaests\": \"anapaest\",\n    \"anapes\": \"anaapu\",\n    \"anapestic\": \"anaapị\",\n    \"anaphylaxis\": \"anaaphylaxis\",\n    \"anapleroses\": \"atụnyere\",\n    \"anapnoic\": \"anaapnoic\",\n    \"anaptychus\": \"anapatchus\",\n    \"anaptyctic\": \"ịkpa ihe\",\n    \"anaptyctical\": \"ọtụmọkpọ\",\n    \"anaptyxes\": \"ihe mgbakwunye\",\n    \"anaptyxis\": \"anapatxis\",\n    \"anarch\": \"ọgba aghara\",\n    \"anarchal\": \"ọgba aghara\",\n    \"anarchy\": \"ọgba aghara\",\n    \"anarchial\": \"ọgba aghara\",\n    \"anarchic\": \"ogba aghara\",\n    \"anarchical\": \"ogba aghara\",\n    \"anarchically\": \"n'adịghị aghara\",\n    \"anarchism\": \"ogba aghara\",\n    \"anarchistic\": \"ogba aghara\",\n    \"anarchists\": \"ndị ogba aghara\",\n    \"anaretic\": \"na-egbu egbu\",\n    \"anaretical\": \"anoretical\",\n    \"anarthrous\": \"agụụ\",\n    \"anarthrously\": \"otu\",\n    \"anarthrousness\": \"agụụ\",\n    \"anaseismic\": \"anaseism\",\n    \"anastate\": \"onye anakpo\",\n    \"anastomosed\": \"anastomose\",\n    \"anastrophe\": \"ọdachi\",\n    \"anatexes\": \"Anatexes\",\n    \"anatexis\": \"Anatexis\",\n    \"anathematical\": \"anatatical\",\n    \"anathematically\": \"anat anatically\",\n    \"anathematisation\": \"mgbatị ahụ\",\n    \"anathematise\": \"anatomi\",\n    \"anathematised\": \"na-agbagha\",\n    \"anathematiser\": \"Ahụhụ\",\n    \"anathematising\": \"nyocha\",\n    \"anathematism\": \"anatomi\",\n    \"anathematization\": \"mmekorita\",\n    \"anathematize\": \"gwọọ\",\n    \"anathematized\": \"anat anatized\",\n    \"anathematizer\": \"Ngwurugwu\",\n    \"anathematizing\": \"nyocha\",\n    \"anatiferous\": \"na-edozi ahụ\",\n    \"anatomy\": \"mmebe\",\n    \"anatomicochirurgical\": \"anatomicochir ịwa ahụ\",\n    \"anatomiless\": \"enweghị anatomi\",\n    \"anatomist\": \"onye anatomist\",\n    \"anatomists\": \"ndị anatomist\",\n    \"anatomizing\": \"na-edozi ahụ\",\n    \"anatripsology\": \"Ọkpụkpụ\",\n    \"anatriptic\": \"nkọwapụta\",\n    \"anaunters\": \"ndị anaunters\",\n    \"anax\": \"anakụ\",\n    \"anc\": \"nna\",\n    \"ancestor\": \"nna nna\",\n    \"ancestorial\": \"nna ochie\",\n    \"ancestorially\": \"nna ochie\",\n    \"ancestors\": \"ndị nna ochie\",\n    \"ancestral\": \"nna ochie\",\n    \"ancestrally\": \"nna ochie\",\n    \"ancestress\": \"nne nne\",\n    \"ancestresses\": \"ndị nne na nna ochie\",\n    \"ancestry\": \"okpuru\",\n    \"ancestrial\": \"nna ochie\",\n    \"ancestrian\": \"onye nna ochie\",\n    \"ancestries\": \"nna ochie\",\n    \"anchat\": \"ozi\",\n    \"anchietea\": \"anchieta\",\n    \"anchietin\": \"anchieta\",\n    \"anchylosed\": \"mgbachi\",\n    \"anchor\": \"arịlịka\",\n    \"anchorable\": \"arịlịka\",\n    \"anchorage\": \"arịlịka\",\n    \"anchorages\": \"arịlịka\",\n    \"anchorate\": \"arịlịka\",\n    \"anchored\": \"arịlịka\",\n    \"anchorer\": \"arịlịka\",\n    \"anchoress\": \"arịlịka\",\n    \"anchoresses\": \"arịlịka\",\n    \"anchoret\": \"arịlịka\",\n    \"anchorets\": \"arịlịka\",\n    \"anchorhold\": \"arịlịka\",\n    \"anchory\": \"arịlịka\",\n    \"anchoring\": \"arịlịka\",\n    \"anchorite\": \"arịlịka\",\n    \"anchorites\": \"arịlịka\",\n    \"anchorless\": \"enweghị arịlịka\",\n    \"anchorlike\": \"arịlịka dị ka\",\n    \"anchorman\": \"arịlịka\",\n    \"anchormen\": \"arịlịka\",\n    \"anchors\": \"arịlịka\",\n    \"anchorwise\": \"arịlịka maara ihe\",\n    \"anchovy\": \"azu ankovu\",\n    \"anchtherium\": \"anchitherium\",\n    \"anchusas\": \"anchusa\",\n    \"anchusin\": \"anchusa\",\n    \"ancience\": \"mmụta\",\n    \"anciency\": \"ochie\",\n    \"anciens\": \"ochie\",\n    \"ancient\": \"ochie\",\n    \"ancienter\": \"ochie\",\n    \"ancientest\": \"ndị mgbe ochie\",\n    \"ancienty\": \"ochie\",\n    \"ancientism\": \"ndị mgbe ochie\",\n    \"anciently\": \"mgbe ochie\",\n    \"ancientness\": \"ochie\",\n    \"ancientry\": \"ochie\",\n    \"ancients\": \"ndị mgbe ochie\",\n    \"ancile\": \"ochie\",\n    \"ancilla\": \"nna\",\n    \"ancillae\": \"ndozi\",\n    \"ancillary\": \"ihe enyemaka\",\n    \"ancillaries\": \"ihe nketa\",\n    \"ancillas\": \"aka\",\n    \"ancille\": \"pensụl\",\n    \"ancipital\": \"ihe ọmụmụ\",\n    \"ancipitous\": \"ihe na-akpali akpali\",\n    \"ancyrean\": \"Ancyrean\",\n    \"ancistrocladaceae\": \"anwuru-egwu\",\n    \"ancistrocladaceous\": \"anwuru-egwu\",\n    \"ancistrocladus\": \"anwuru-egwu\",\n    \"ancistrodon\": \"mmmmmmmmmmmmm\",\n    \"ancistroid\": \"nnenneigbo\",\n    \"ancle\": \"nkwonkwo ụkwụ\",\n    \"ancodont\": \"ihe nnweta\",\n    \"ancome\": \"mbata\",\n    \"ancon\": \"ndondo\",\n    \"anconal\": \"ndozi\",\n    \"anconas\": \"ndokwa\",\n    \"ancone\": \"nna\",\n    \"anconeal\": \"nna ochie\",\n    \"anconei\": \"nnabata\",\n    \"anconeous\": \"oge ochie\",\n    \"ancones\": \"ndanda\",\n    \"anconeus\": \"nna ochie\",\n    \"ancony\": \"ndondo\",\n    \"ancor\": \"nna nna\",\n    \"ancraophobia\": \"anabathobia\",\n    \"ancre\": \"nna\",\n    \"ancress\": \"nne nna\",\n    \"ancresses\": \"ndị nna nna\",\n    \"and\": \"na\",\n    \"anda\": \"na\",\n    \"andabatarian\": \"Nwoke\",\n    \"andalusite\": \"and andalus\",\n    \"andaman\": \"naaman\",\n    \"andamanese\": \"na ndi Israel\",\n    \"andante\": \"na nri\",\n    \"andantinos\": \"Okwara\",\n    \"andaquian\": \"na awquan\",\n    \"andaste\": \"iwe\",\n    \"ande\": \"na\",\n    \"anders\": \"Okwa\",\n    \"andes\": \"na\",\n    \"andesic\": \"Okwara\",\n    \"andesine\": \"Andesine\",\n    \"andesinite\": \"Nwunye\",\n    \"andesite\": \"omume\",\n    \"andesyte\": \"Nwachukwu\",\n    \"andesites\": \"na ebe obibi\",\n    \"andesytes\": \"ọtụtụ\",\n    \"andesitic\": \"Okechukwu\",\n    \"andi\": \"na\",\n    \"andy\": \"Andy\",\n    \"andia\": \"na\",\n    \"andian\": \"na\",\n    \"anding\": \"na-ekwu\",\n    \"andirin\": \"nairin\",\n    \"andiron\": \"na eiron\",\n    \"andirons\": \"igwe elekere\",\n    \"andor\": \"na\",\n    \"andorite\": \"Ndokwa\",\n    \"andouille\": \"Uchechukwu\",\n    \"andouillet\": \"na akwụkwọ ozi\",\n    \"andouillette\": \"ugbala\",\n    \"andradite\": \"Nwako\",\n    \"andranatomy\": \"na ndozi\",\n    \"andreaeales\": \"andreales\",\n    \"andrew\": \"Andrew\",\n    \"andrewsite\": \"Ndokwa\",\n    \"andric\": \"Andric\",\n    \"andries\": \"na ndagwurugwu\",\n    \"andrite\": \"na dee\",\n    \"androcephalous\": \"Uchechukwu\",\n    \"androclclinia\": \"Uchechukwu\",\n    \"androcles\": \"na nkwonkwo\",\n    \"androconia\": \"Androconia\",\n    \"androconium\": \"Androconium\",\n    \"androcracy\": \"Uchechukwu\",\n    \"androcratic\": \"na-emegide\",\n    \"androdynamous\": \"Ndidiamiri\",\n    \"androdioecious\": \"Ndiokabiori\",\n    \"androeccia\": \"Androeccia\",\n    \"androecial\": \"njide\",\n    \"androgyneity\": \"Ndaghari\",\n    \"androgynia\": \"androgyny\",\n    \"androgynism\": \"androgyny\",\n    \"androginous\": \"Ndidi\",\n    \"androgynous\": \"Ndidi\",\n    \"androgonia\": \"Androgonia\",\n    \"android\": \"gam akporo\",\n    \"androidal\": \"gam akporo\",\n    \"androides\": \"gam akporo\",\n    \"androlepsy\": \"nkwughachi\",\n    \"androlepsia\": \"androopsia\",\n    \"andromania\": \"Asụsụ\",\n    \"andromaque\": \"Okechukwu\",\n    \"andromed\": \"andromeda\",\n    \"andromede\": \"andromeda\",\n    \"andromonoecious\": \"na-asọpụrụ\",\n    \"andronicus\": \"Nnenna\",\n    \"androphagous\": \"Uchechukwu\",\n    \"androphobia\": \"na mba\",\n    \"androsace\": \"Ugboro\",\n    \"androscoggin\": \"na mgbakwunye\",\n    \"androseme\": \"Okechukwu\",\n    \"androsphinges\": \"ebe a\",\n    \"androsphinx\": \"Nwachukwu\",\n    \"androsporangium\": \"Ndagwurugwu\",\n    \"androspore\": \"andrespore\",\n    \"androtauric\": \"andretauric\",\n    \"ands\": \"na\",\n    \"ane\": \"ọzọ\",\n    \"anear\": \"ozo\",\n    \"aneared\": \"echegharia\",\n    \"anearing\": \"na-ebugharị\",\n    \"anears\": \"ọzọ\",\n    \"aneath\": \"ozo\",\n    \"anecdotally\": \"n'akuku\",\n    \"anecdotes\": \"akụkọ\",\n    \"anecdotical\": \"akụkọ ihe mere eme\",\n    \"anelace\": \"ọzọ\",\n    \"anelastic\": \"ọhụrụ\",\n    \"anelasticity\": \"ihe omimi\",\n    \"anele\": \"ọzọ\",\n    \"anelectric\": \"ihe eletrik\",\n    \"aneled\": \"ọzọ\",\n    \"aneles\": \"ọzọ\",\n    \"aneling\": \"iwe\",\n    \"anelytrous\": \"anelyt\",\n    \"anematize\": \"emta ahụhụ\",\n    \"anematized\": \"anakpo\",\n    \"anematizing\": \"ịemụ ọgwụ\",\n    \"anemia\": \"anaemia\",\n    \"anemic\": \"anem\",\n    \"anemically\": \"anem\",\n    \"anemious\": \"anem\",\n    \"anemometer\": \"anemometa\",\n    \"anemometers\": \"anemometa\",\n    \"anemometrical\": \"anemometric\",\n    \"anemonal\": \"anemone\",\n    \"anemony\": \"anemone\",\n    \"anend\": \"ndanda\",\n    \"anent\": \"ndanda\",\n    \"anenterous\": \"na-eme mkpọtụ\",\n    \"aneretic\": \"aneret\",\n    \"anergy\": \"ume\",\n    \"anergies\": \"ume\",\n    \"aneroidograph\": \"ihe omumu\",\n    \"anesthesia\": \"ahu izizi\",\n    \"anesthesiant\": \"onye anestetiiki\",\n    \"anesthesis\": \"ọgwụ mgbochi\",\n    \"anesthetic\": \"anestetieti\",\n    \"anesthetically\": \"anestetiiki\",\n    \"anesthetics\": \"anestetiiki\",\n    \"anesthetists\": \"ndi anesthetists\",\n    \"anesthetizing\": \"anestetti\",\n    \"anestrous\": \"anesteti\",\n    \"aneurilemmic\": \"anurilemmic\",\n    \"aneurine\": \"anurine\",\n    \"aneurism\": \"ihe omumu\",\n    \"aneurismal\": \"ihe omumu\",\n    \"aneurysmal\": \"anurysmal\",\n    \"aneurismally\": \"oge\",\n    \"aneurysmally\": \"dị ọhụrụ\",\n    \"aneurismatic\": \"ihe omumu\",\n    \"aneurysmatic\": \"ihe omumu\",\n    \"aneurisms\": \"ihe omuma\",\n    \"anew\": \"ozo\",\n    \"anfract\": \"ihe obula\",\n    \"anfractuose\": \"Anụmanụ\",\n    \"anfractuosity\": \"adịghị mma\",\n    \"anfractuous\": \"anwaanu\",\n    \"anfractuousness\": \"omume anaghi aru\",\n    \"anfracture\": \"mgbaji ọkpụkpụ\",\n    \"angary\": \"iwe\",\n    \"angaries\": \"iwe iwe\",\n    \"angel\": \"mmụọ ozi\",\n    \"angelate\": \"ịda mba\",\n    \"angeldom\": \"mmụọ ozi\",\n    \"angelfish\": \"iwe iwe\",\n    \"angelfishes\": \"na-ewe iwe\",\n    \"angelhood\": \"mmụọ ozi\",\n    \"angelic\": \"mmụọ ozi\",\n    \"angelica\": \"Angelica\",\n    \"angelical\": \"mmụọ ozi\",\n    \"angelically\": \"mmụọ ozi\",\n    \"angelicalness\": \"mmụọ ozi\",\n    \"angelican\": \"anglican\",\n    \"angelicas\": \"nke angelica\",\n    \"angelicic\": \"mmụọ ozi\",\n    \"angelicize\": \"mmụọ ozi\",\n    \"angelicness\": \"mmụọ ozi\",\n    \"angelico\": \"Angelico\",\n    \"angelim\": \"mmụọ ozi\",\n    \"angelina\": \"Angelina\",\n    \"angelito\": \"mmụọ ozi\",\n    \"angelize\": \"gosi ozi\",\n    \"angelized\": \"mmụọ ozi\",\n    \"angelizing\": \"mmụọ ozi\",\n    \"angelographer\": \"onye na-ede akwụkwọ\",\n    \"angels\": \"ndị mmụọ ozi\",\n    \"angelship\": \"mmụọ ozi\",\n    \"angelus\": \"mmụọ ozi\",\n    \"angeluses\": \"mmụọ ozi\",\n    \"anger\": \"iwe\",\n    \"angered\": \"were iwe\",\n    \"angering\": \"na-ewe iwe\",\n    \"angerless\": \"enweghị iwe\",\n    \"angerly\": \"n'iwe\",\n    \"angers\": \"iwe\",\n    \"angilo\": \"angio\",\n    \"anginous\": \"anginas\",\n    \"angioasthenia\": \"angio asthenia\",\n    \"angiocarpic\": \"ọrịa angiocarpic\",\n    \"angiomyocardiac\": \"Ọrịa afọ\",\n    \"angiopoietic\": \"ọrịa angiopoietic\",\n    \"angiorrhaphy\": \"ọrịre\",\n    \"angiospermic\": \"mmụọ\",\n    \"angiospermous\": \"angiosperformance\",\n    \"angiotrophic\": \"mmmmmmmmmmmmm\",\n    \"angiport\": \"ụgbọ mmiri\",\n    \"angle\": \"n'akuku\",\n    \"angleberry\": \"angulu\",\n    \"angled\": \"n'akuku\",\n    \"anglehook\": \"n'akuku\",\n    \"anglepod\": \"n'akuku\",\n    \"anglepods\": \"n'akuku\",\n    \"anglers\": \"ndị na-akụ azụ azụ\",\n    \"angles\": \"akụkụ\",\n    \"anglesmith\": \"nkuku\",\n    \"angletouch\": \"n'akuku\",\n    \"angletwitch\": \"mmụọ\",\n    \"anglewing\": \"n'akuku\",\n    \"anglewise\": \"n'akuku n'akuku\",\n    \"angleworm\": \"angulu\",\n    \"angleworms\": \"nkuku\",\n    \"anglians\": \"ndị mmụọ ozi\",\n    \"anglic\": \"mmụọ\",\n    \"anglicanisms\": \"mmụọ\",\n    \"anglicans\": \"ndị mmụọ ozi\",\n    \"anglice\": \"ikuku\",\n    \"anglicisms\": \"mmụọ\",\n    \"anglicize\": \"ichikota\",\n    \"anglicizes\": \"nwee mmetụta\",\n    \"anglicizing\": \"na-eme mmụọ\",\n    \"anglify\": \"mezie\",\n    \"anglification\": \"mmụọ\",\n    \"anglish\": \"iwe\",\n    \"anglomaniac\": \"obidigbo\",\n    \"anglophil\": \"Nwachukwu\",\n    \"anglophile\": \"Nwachukwu\",\n    \"angoise\": \"ụfụ\",\n    \"angor\": \"iwe\",\n    \"angry\": \"iwe\",\n    \"angrier\": \"iwe\",\n    \"angriest\": \"iwe\",\n    \"angrily\": \"n'iwe\",\n    \"angriness\": \"iwe iwe\",\n    \"angrite\": \"were iwe\",\n    \"angstrom\": \"eriri afọ\",\n    \"angstroms\": \"eriri afọ\",\n    \"angsts\": \"mmụọ\",\n    \"anguineous\": \"nhụjuanya\",\n    \"anguiped\": \"nhụjuanya\",\n    \"anguis\": \"nhụjuanya\",\n    \"anguish\": \"nhụjuanya\",\n    \"anguished\": \"nhụjuanya\",\n    \"anguishes\": \"nhụjuanya\",\n    \"anguishful\": \"nhụjuanya\",\n    \"anguishing\": \"mgbu\",\n    \"angulare\": \"angular\",\n    \"angularia\": \"angular\",\n    \"angularities\": \"nsogbu\",\n    \"angularization\": \"nchịkwa\",\n    \"angularize\": \"ịkwa ụda\",\n    \"angularly\": \"n'akuku\",\n    \"angularness\": \"angular ness\",\n    \"angulate\": \"nhụjuanya\",\n    \"angulated\": \"nhụjuanya\",\n    \"angulately\": \"nhụjuanya\",\n    \"angulateness\": \"nhụjuanya\",\n    \"angulates\": \"nhụjuanya\",\n    \"angulating\": \"nhụjuanya\",\n    \"angulation\": \"nhụjuanya\",\n    \"angulatogibbous\": \"angulato gibbous\",\n    \"angule\": \"agu\",\n    \"angulometer\": \"angulomita\",\n    \"angulosity\": \"nhụjuanya\",\n    \"angulous\": \"ihe ngbasi\",\n    \"angulus\": \"angulu\",\n    \"anguses\": \"iwe iwe\",\n    \"angustate\": \"iwe\",\n    \"angustifoliate\": \"angustifolia\",\n    \"angustifolious\": \"Onyekwere\",\n    \"angustirostrate\": \"eriri afọ\",\n    \"angustiseptal\": \"ndenye okwu\",\n    \"angustura\": \"angostura\",\n    \"angwich\": \"Anụmanụ\",\n    \"anhaematopoiesis\": \"haematopoiesis\",\n    \"anhaemolytic\": \"haemolytic\",\n    \"anhedonia\": \"Anhedonia\",\n    \"anhedral\": \"akụkụ\",\n    \"anhelation\": \"mmikpo\",\n    \"anhele\": \"ọkọlọtọ\",\n    \"anhelous\": \"obi ojoo\",\n    \"anhydrating\": \"na-ekpo ọkụ\",\n    \"anhistic\": \"anhist\",\n    \"anhungered\": \"iwe\",\n    \"any\": \"ọ bụla\",\n    \"anybody\": \"onye obula\",\n    \"anybodies\": \"ihe ọ bụla\",\n    \"anidian\": \"Anidian\",\n    \"anyhow\": \"otu obula\",\n    \"anil\": \"ihe omuma\",\n    \"anileness\": \"nkwụsị\",\n    \"anilidic\": \"Anilidic\",\n    \"anilingus\": \"na-egbu mgbu\",\n    \"anility\": \"ikike\",\n    \"anilities\": \"ikike\",\n    \"anilla\": \"vanilla\",\n    \"animability\": \"Mbibi\",\n    \"animableness\": \"ịdị ndụ\",\n    \"animadversional\": \"Anyanwu\",\n    \"animadversions\": \"ihe ngosi\",\n    \"animadversive\": \"animadiveive\",\n    \"animadversiveness\": \"ndu anwudo\",\n    \"animadvert\": \"Anyanwụrụ\",\n    \"animadverted\": \"Anwuru\",\n    \"animadverting\": \"Anakpọ\",\n    \"animadverts\": \"Anyanwụ\",\n    \"animal\": \"anụmanụ\",\n    \"animalcula\": \"anụmanụ na\",\n    \"animalculae\": \"na-akpọ anụmanụ\",\n    \"animalcular\": \"anụmanụ\",\n    \"animalcule\": \"Anụmanụ\",\n    \"animalcules\": \"ụmụ anụmanụ\",\n    \"animalculine\": \"anụmanụ\",\n    \"animalculism\": \"anụ ụmụ anụmanụ\",\n    \"animalculist\": \"onye na-azụrụ anụmanụ\",\n    \"animalculous\": \"anụmanụ\",\n    \"animalculum\": \"ihe omumu\",\n    \"animalhood\": \"ụmụ anụmanụ\",\n    \"animalia\": \"anụmanụia\",\n    \"animalic\": \"nke anụmanụ\",\n    \"animalillio\": \"anụmanụillio\",\n    \"animalisation\": \"ihe ngosi\",\n    \"animalise\": \"anụmanụise\",\n    \"animalised\": \"na-azụ\",\n    \"animalish\": \"anụmanụ\",\n    \"animalising\": \"na-akpali akpali\",\n    \"animalism\": \"anụ ọhịa\",\n    \"animalist\": \"anụmanụ\",\n    \"animalistic\": \"anụmanụ\",\n    \"animality\": \"anụmanụ\",\n    \"animalities\": \"anụmanụ\",\n    \"animalivorous\": \"dị egwu\",\n    \"animalization\": \"animation\",\n    \"animalize\": \"na-egwu ndụ\",\n    \"animalized\": \"dị ndụ\",\n    \"animalizing\": \"na-egwu egwu\",\n    \"animalness\": \"anụ ọhịa\",\n    \"animals\": \"anụmanụ\",\n    \"animastic\": \"dị egwu\",\n    \"animastical\": \"animatiks\",\n    \"animate\": \"dikwa ndu\",\n    \"animated\": \"na-aga aga\",\n    \"animatedly\": \"animated\",\n    \"animately\": \"ngwa ngwa\",\n    \"animateness\": \"ịdị ndụ\",\n    \"animater\": \"na-aga aga\",\n    \"animaters\": \"ndị na-eme ihe nkiri\",\n    \"animating\": \"na-aga aga\",\n    \"animatingly\": \"na-aga aga\",\n    \"animation\": \"na-aga aga\",\n    \"animations\": \"ihe ngosi\",\n    \"animatist\": \"onye anakpo\",\n    \"animatistic\": \"anụmanụ\",\n    \"animative\": \"na-aga aga\",\n    \"animato\": \"ihe nkiri\",\n    \"animatograph\": \"ihe ngosi\",\n    \"animator\": \"onye na-eme ihe nkiri\",\n    \"animators\": \"ndị na-eme ihe nkiri\",\n    \"animis\": \"ihe omimi\",\n    \"animism\": \"ihe omuma\",\n    \"animisms\": \"ihe ndị dị ndụ\",\n    \"animist\": \"Okike\",\n    \"animists\": \"ndị animists\",\n    \"animize\": \"kpalie\",\n    \"animized\": \"dị ndụ\",\n    \"anymore\": \"ọzọ\",\n    \"animoseness\": \"enweghị mmetụta\",\n    \"animosity\": \"ibu iwe\",\n    \"animosities\": \"ibu iro\",\n    \"animotheism\": \"animotism\",\n    \"animous\": \"animation\",\n    \"animuses\": \"ihe nkiri\",\n    \"anyone\": \"onye obula\",\n    \"anionic\": \"enweghị mmụọ\",\n    \"anionics\": \"enweghị mmasị\",\n    \"anyplace\": \"Ebe obula\",\n    \"aniridia\": \"Aniridia\",\n    \"anisandrous\": \"anisandis\",\n    \"anisate\": \"ime mkpesa\",\n    \"anisated\": \"agbachi\",\n    \"anise\": \"anisi\",\n    \"aniseed\": \"anise\",\n    \"aniseeds\": \"anise\",\n    \"anises\": \"mkpọtụ\",\n    \"anisic\": \"agụụ\",\n    \"anisocratic\": \"usoro ochichi\",\n    \"anisogenous\": \"enweghị nsogbu\",\n    \"anisopodous\": \"enweghị atụ\",\n    \"anisopterous\": \"enweghị atụ\",\n    \"anisostomous\": \"enweghị nsogbu\",\n    \"anither\": \"ọ bụghị\",\n    \"anything\": \"ihe ọ bụla\",\n    \"anythingarian\": \"ihe ọ bụla\",\n    \"anythingarianism\": \"ihe ọ bụla arianism\",\n    \"anythings\": \"ihe ọ bụla\",\n    \"anytime\": \"oge obula\",\n    \"anitinstitutionalism\": \"mgbochi institutionalism\",\n    \"anitrogenous\": \"nitrogenous\",\n    \"anyway\": \"agbanyeghị\",\n    \"anyways\": \"agbanyeghị\",\n    \"anywhen\": \"mgbe obula\",\n    \"anywhence\": \"mgbe ọ bụla\",\n    \"anywhere\": \"ebe obula\",\n    \"anywhereness\": \"ihe omuma\",\n    \"anywhy\": \"ihe obula\",\n    \"anywhither\": \"obula\",\n    \"anywise\": \"agbanyeghị\",\n    \"anywither\": \"ọ bụla\",\n    \"ankylosed\": \"kọwaa\",\n    \"ankylostoma\": \"ancylostoma\",\n    \"ankylostomiasis\": \"ancylostomiasis\",\n    \"ankylotia\": \"ankylosis\",\n    \"ankle\": \"nkwonkwo ụkwụ\",\n    \"anklebone\": \"ọkpụkpụ nkwonkwo ụkwụ\",\n    \"anklebones\": \"ọkpụkpụ nkwonkwo ụkwụ\",\n    \"anklejack\": \"nkwonkwo ụkwụ\",\n    \"ankles\": \"nkwonkwo ụkwụ\",\n    \"anklet\": \"nkwonkwo ụkwụ\",\n    \"anklets\": \"nkwonkwo ụkwụ\",\n    \"anklong\": \"nkwonkwo ụkwụ\",\n    \"anklung\": \"mmụọ\",\n    \"ankou\": \"nkwonkwo\",\n    \"ankus\": \"nkwonkwo ụkwụ\",\n    \"ankuses\": \"nkwonkwo ụkwụ\",\n    \"ankush\": \"nkwonkwo ụkwụ\",\n    \"ankusha\": \"nkwonkwo\",\n    \"ankushes\": \"nkwonkwo ụkwụ\",\n    \"anlace\": \"ihe mgbu\",\n    \"anlases\": \"anlas\",\n    \"anlaut\": \"iwepụ\",\n    \"ann\": \"Ann\",\n    \"annabergite\": \"anabergite\",\n    \"annal\": \"akụkọ\",\n    \"annaly\": \"afọ\",\n    \"annalia\": \"Annalia\",\n    \"annaline\": \"afọ\",\n    \"annalism\": \"gbasara\",\n    \"annalist\": \"onye ode akwukwo\",\n    \"annalistic\": \"akụkọ\",\n    \"annalistically\": \"afọ\",\n    \"annalists\": \"ndị akụkọ afọ\",\n    \"annalize\": \"kpochapu\",\n    \"annals\": \"akụkọ\",\n    \"annard\": \"afọ\",\n    \"annary\": \"afọ\",\n    \"annas\": \"afọ\",\n    \"annat\": \"afọ\",\n    \"annates\": \"afọ\",\n    \"annats\": \"afọ\",\n    \"annatto\": \"afọ\",\n    \"annattos\": \"ogechi\",\n    \"annealers\": \"ndị na-ebu ụzọ\",\n    \"annealing\": \"mgbakwunye\",\n    \"annect\": \"jikọọ\",\n    \"annectant\": \"njikọ\",\n    \"annectent\": \"njikọ\",\n    \"annection\": \"mgbakwunye\",\n    \"annelid\": \"kpochapu\",\n    \"annelidan\": \"Nkume\",\n    \"annelides\": \"afọ\",\n    \"annelidian\": \"annelida\",\n    \"annelidous\": \"afọ\",\n    \"annelids\": \"afọ\",\n    \"annelism\": \"afọ\",\n    \"annet\": \"afọ\",\n    \"annette\": \"afọ\",\n    \"annex\": \"mgbakwunye\",\n    \"annexal\": \"mgbakwunye\",\n    \"annexation\": \"mgbakwunye\",\n    \"annexations\": \"mgbakwunye\",\n    \"annexed\": \"agbakwunye\",\n    \"annexer\": \"mgbakwunye\",\n    \"annexes\": \"mgbakwunye\",\n    \"annexing\": \"mgbakwunye\",\n    \"annexion\": \"mgbakwunye\",\n    \"annexment\": \"mgbakwunye\",\n    \"annexure\": \"mgbakwunye\",\n    \"annicut\": \"kpochapu\",\n    \"annie\": \"afọ\",\n    \"annihilable\": \"ikpochapụ\",\n    \"annihilate\": \"kpochapu\",\n    \"annihilated\": \"kpochapu ya\",\n    \"annihilates\": \"ikpochapụ\",\n    \"annihilating\": \"ikpochapu ya\",\n    \"annihilation\": \"mkpochapu\",\n    \"annihilationism\": \"ikpochapu\",\n    \"annihilationist\": \"ikpochapu\",\n    \"annihilationistic\": \"ikpochapu\",\n    \"annihilative\": \"onye na-egbu mmadụ\",\n    \"annihilator\": \"kpochapụ\",\n    \"annihilatory\": \"kpochapụ\",\n    \"annihilators\": \"ndị na-ekpochapụ ya\",\n    \"annist\": \"wepụ\",\n    \"annite\": \"kpochapu\",\n    \"anniv\": \"ncheta\",\n    \"anniversalily\": \"ncheta\",\n    \"anniversary\": \"ncheta\",\n    \"anniversaries\": \"ụbọchị ncheta\",\n    \"anniversarily\": \"kwa afọ\",\n    \"anniversariness\": \"afọ\",\n    \"anniverse\": \"na-emechi\",\n    \"anno\": \"iwe\",\n    \"annodated\": \"agbachi\",\n    \"annoy\": \"iwe iwe\",\n    \"annoyance\": \"iwe\",\n    \"annoyancer\": \"iwe\",\n    \"annoyances\": \"iwe\",\n    \"annoyed\": \"iwe\",\n    \"annoyer\": \"manụ\",\n    \"annoyers\": \"ndị na-ewe iwe\",\n    \"annoyful\": \"iwe\",\n    \"annoying\": \"manụ\",\n    \"annoyingly\": \"na-akpasu iwe\",\n    \"annoyingness\": \"iwe\",\n    \"annoyment\": \"iwe\",\n    \"annoyous\": \"amaghi aha\",\n    \"annoyously\": \"anonymous\",\n    \"annominate\": \"họpụta\",\n    \"annomination\": \"nyocha\",\n    \"annonaceous\": \"ogologo oge\",\n    \"annonce\": \"ezumike\",\n    \"annotate\": \"kọwaa\",\n    \"annotated\": \"a kọwara\",\n    \"annotating\": \"na-akọwa\",\n    \"annotation\": \"nkọwa\",\n    \"annotations\": \"nkọwa\",\n    \"annotative\": \"annotu\",\n    \"annotatively\": \"n'enyemaka\",\n    \"annotativeness\": \"enweghị nkọwa\",\n    \"annotator\": \"onye nkowa\",\n    \"annotatory\": \"annotti\",\n    \"annotators\": \"ndị na-akọwa ihe\",\n    \"annotinous\": \"enweghi ike\",\n    \"announce\": \"gwa ya\",\n    \"announceable\": \"mara ọkwa\",\n    \"announced\": \"mara ọkwa\",\n    \"announcement\": \"mara ọkwa\",\n    \"announcements\": \"ọkwa\",\n    \"announcer\": \"onye mgbasa ozi\",\n    \"announcers\": \"ndị mgbasa ozi\",\n    \"announces\": \"mara ọkwa\",\n    \"announcing\": \"ikwusa\",\n    \"annual\": \"kwa afọ\",\n    \"annualist\": \"kwa afọ\",\n    \"annualize\": \"kwa afọ\",\n    \"annualized\": \"kwa afọ\",\n    \"annually\": \"kwa afọ\",\n    \"annuals\": \"kwa afọ\",\n    \"annuary\": \"kwa afọ\",\n    \"annuation\": \"nkwụsị\",\n    \"annueler\": \"kwa afọ\",\n    \"annueller\": \"afọ\",\n    \"annuent\": \"kwa afọ\",\n    \"annuisance\": \"afọ\",\n    \"annuitant\": \"onye obula\",\n    \"annuitants\": \"afọ\",\n    \"annuity\": \"kwa afọ\",\n    \"annuities\": \"afọ\",\n    \"annul\": \"kpochaa\",\n    \"annular\": \"afọ\",\n    \"annulary\": \"afọ\",\n    \"annularity\": \"afọ\",\n    \"annularly\": \"kwa afọ\",\n    \"annulata\": \"kpochapu\",\n    \"annulate\": \"gbasaa\",\n    \"annulated\": \"agbagọ\",\n    \"annulately\": \"kwa afọ\",\n    \"annulation\": \"nkwụsị\",\n    \"annulations\": \"afọ\",\n    \"annule\": \"kwa afọ\",\n    \"annuler\": \"kwa afọ\",\n    \"annulet\": \"kwa afọ\",\n    \"annulets\": \"Mgbapụta\",\n    \"annulettee\": \"akwukwo ozi\",\n    \"annuli\": \"afọ\",\n    \"annulism\": \"nkwusa\",\n    \"annullable\": \"gbasaa\",\n    \"annullate\": \"kagbuo\",\n    \"annullation\": \"nkwụsị\",\n    \"annulled\": \"kagburu\",\n    \"annuller\": \"kagburu\",\n    \"annulli\": \"kagburu\",\n    \"annulling\": \"akagbuo\",\n    \"annulment\": \"mmebi iwu\",\n    \"annulments\": \"mmechi\",\n    \"annuloid\": \"kwa afọ\",\n    \"annuloida\": \"Anyanwụ\",\n    \"annulosa\": \"kwaa\",\n    \"annulosan\": \"kwaa\",\n    \"annulose\": \"Anụmanụ\",\n    \"annuls\": \"kpochapu\",\n    \"annulus\": \"agbasa\",\n    \"annuluses\": \"afọ\",\n    \"annumerate\": \"gbuputa\",\n    \"annunciable\": \"na-ekwuchitere\",\n    \"annunciade\": \"afọ ime\",\n    \"annunciate\": \"kpochapụ\",\n    \"annunciated\": \"gbasaa\",\n    \"annunciates\": \"mmee\",\n    \"annunciating\": \"ịkọgharị\",\n    \"annunciation\": \"ịkagbu\",\n    \"annunciations\": \"mkpọchi\",\n    \"annunciative\": \"ekwupụtala\",\n    \"annunciator\": \"mkpọsa\",\n    \"annunciatory\": \"mmechi\",\n    \"annunciators\": \"ndị mgbasa ozi\",\n    \"annus\": \"afọ\",\n    \"anociation\": \"mmanụ\",\n    \"anodally\": \"anọd\",\n    \"anodes\": \"anode\",\n    \"anodically\": \"n'echeghị echiche\",\n    \"anodizing\": \"na-egbu egbu\",\n    \"anoestrous\": \"na-ete mmanụ\",\n    \"anoestrum\": \"mmanụ ntụ\",\n    \"anoetic\": \"ihe otiti\",\n    \"anogra\": \"nri\",\n    \"anoil\": \"mmanụ\",\n    \"anoine\": \"tee mmanụ\",\n    \"anoint\": \"tee mmanụ\",\n    \"anointed\": \"tere mmanụ\",\n    \"anointer\": \"tere mmanụ\",\n    \"anointers\": \"ndị na-ete mmanụ\",\n    \"anointing\": \"mmanụ\",\n    \"anointment\": \"mmanụ\",\n    \"anointments\": \"mmanụ\",\n    \"anoints\": \"mmanụ\",\n    \"anoles\": \"mmanụ\",\n    \"anomalous\": \"ezighi ezi\",\n    \"anomalously\": \"ezighi ezi\",\n    \"anomy\": \"anom\",\n    \"anomoeanism\": \"anomia\",\n    \"anon\": \"onye anon\",\n    \"anonyme\": \"anonymous\",\n    \"anonymity\": \"anonymous\",\n    \"anonymous\": \"amaghi aha\",\n    \"anonymously\": \"anonymous\",\n    \"anonymousness\": \"amaghi aha\",\n    \"anonyms\": \"ndebanye aha ha\",\n    \"anopia\": \"Anopia\",\n    \"anopias\": \"Anopia\",\n    \"anopla\": \"Anopla\",\n    \"anoplonemertean\": \"Anoplonemertean\",\n    \"anopsy\": \"ntụpọ\",\n    \"anopsia\": \"ntụlị\",\n    \"anorchus\": \"Anorchus\",\n    \"anorectous\": \"anorectal\",\n    \"anoretic\": \"anorexia\",\n    \"anorexiant\": \"enweghi obi uto\",\n    \"anorexias\": \"anorexics\",\n    \"anorn\": \"nri\",\n    \"anorthic\": \"ekweghi-ekwe\",\n    \"anorthite\": \"Anorthite\",\n    \"anorthitite\": \"Anorthitite\",\n    \"anorthoclase\": \"Anorthoclase\",\n    \"anorthographically\": \"n'usoro ederede\",\n    \"anoscope\": \"akpukpo aru\",\n    \"another\": \"ozo\",\n    \"anotherguess\": \"ọzọ\",\n    \"anotherkins\": \"uwe ọzọ\",\n    \"anoure\": \"mmanụ\",\n    \"anourous\": \"udo\",\n    \"anovesical\": \"ihe nzuzu\",\n    \"anoxic\": \"egbu egbu\",\n    \"anoxidative\": \"na-edozi ahụ\",\n    \"ansarian\": \"okwukwu\",\n    \"ansate\": \"zaa\",\n    \"ansated\": \"zara\",\n    \"ansation\": \"azịza\",\n    \"anser\": \"zaa\",\n    \"anserated\": \"gbasasịa\",\n    \"anserous\": \"amamịghe\",\n    \"anspessade\": \"Anspessade\",\n    \"ansulate\": \"zaa\",\n    \"answer\": \"azịza\",\n    \"answerability\": \"nzaghachi\",\n    \"answerable\": \"azịza\",\n    \"answerableness\": \"azịza\",\n    \"answerably\": \"azịza\",\n    \"answered\": \"zara\",\n    \"answerer\": \"azịza\",\n    \"answerers\": \"azịza\",\n    \"answering\": \"ịza\",\n    \"answeringly\": \"na-aza\",\n    \"answerless\": \"azaghị\",\n    \"answerlessly\": \"azaghị\",\n    \"answers\": \"azịza\",\n    \"ant\": \"ndanda\",\n    \"antagony\": \"mgbochi\",\n    \"antagonisation\": \"emegide\",\n    \"antagonise\": \"emegide\",\n    \"antagonised\": \"emegide\",\n    \"antagonising\": \"na-emegide m\",\n    \"antagonism\": \"mmegide\",\n    \"antagonisms\": \"emegide\",\n    \"antagonist\": \"onye na-emegide ya\",\n    \"antagonistic\": \"emegide\",\n    \"antagonistical\": \"na-emegide ya\",\n    \"antagonistically\": \"na-emegide ya\",\n    \"antagonists\": \"ndị na-emegide ya\",\n    \"antagonization\": \"emegide\",\n    \"antagonize\": \"emegide\",\n    \"antagonized\": \"emegide\",\n    \"antagonizer\": \"emegide\",\n    \"antagonizes\": \"na-emegide\",\n    \"antagonizing\": \"na-emegide m\",\n    \"antarchy\": \"ogba aghara\",\n    \"antarchism\": \"mgbochi ọchịchị\",\n    \"antarchist\": \"onye na-emegide ọchịchị\",\n    \"antarchistic\": \"ogba aghara\",\n    \"antarctical\": \"antarikwu\",\n    \"antarthritic\": \"enweghị nsogbu\",\n    \"anteact\": \"mgbakwunye\",\n    \"anteambulation\": \"mgbochi\",\n    \"anteaters\": \"ndị na-eri anụ\",\n    \"antebaptismal\": \"na baptism\",\n    \"antebath\": \"anteba\",\n    \"antebrachia\": \"antebrachium\",\n    \"antebridal\": \"nri\",\n    \"antecedaneous\": \"oge ochie\",\n    \"anteceded\": \"echekwara\",\n    \"antecedence\": \"mmụba\",\n    \"antecedency\": \"mmụba\",\n    \"antecedent\": \"oge ochie\",\n    \"antecedental\": \"oge ochie\",\n    \"antecedently\": \"oge ochie\",\n    \"antecedents\": \"ndị ochie\",\n    \"antecedes\": \"ndị mmadụ\",\n    \"anteceding\": \"oge ochie\",\n    \"antecessor\": \"onye nna ochie\",\n    \"antechoirs\": \"arịlịka\",\n    \"antechurch\": \"ụlọ ọrụ aka\",\n    \"antecourt\": \"kootu\",\n    \"anted\": \"mgbaghara\",\n    \"antedate\": \"onye anekwe\",\n    \"antedated\": \"kpakpando\",\n    \"antedates\": \"ndị ọnya\",\n    \"antedating\": \"na-egbu egbu\",\n    \"antedawn\": \"anụka\",\n    \"antediluvial\": \"antyiluvial\",\n    \"antediluvially\": \"antyiluvially\",\n    \"antedorsal\": \"Akpata\",\n    \"anteflexion\": \"mgbatị\",\n    \"antefuture\": \"azụ azụ\",\n    \"antehistoric\": \"akụkọ antehistoric\",\n    \"anteing\": \"iri nri\",\n    \"antejudiciary\": \"usoro iwu\",\n    \"antelation\": \"mmụba\",\n    \"antelegal\": \"oge\",\n    \"antelope\": \"azu\",\n    \"antelopes\": \"azụ\",\n    \"antelopian\": \"Antelopian\",\n    \"anteluminary\": \"ọkụ\",\n    \"antemedial\": \"ọgwụ\",\n    \"antemetic\": \"antetiks\",\n    \"antemillennial\": \"oge ochie\",\n    \"antemingent\": \"emegide\",\n    \"antemortal\": \"anwuru anwu\",\n    \"antemortem\": \"mgbochi\",\n    \"antemural\": \"ogwu\",\n    \"antenatal\": \"mgbe nwa\",\n    \"antenna\": \"poolu\",\n    \"antennae\": \"poolu\",\n    \"antennal\": \"mpi\",\n    \"antennary\": \"poolu\",\n    \"antennarius\": \"poolu\",\n    \"antennas\": \"mpi\",\n    \"antennata\": \"antenna\",\n    \"antennate\": \"mpi\",\n    \"antennifer\": \"poolu\",\n    \"antenniferous\": \"na mpi\",\n    \"antennular\": \"poolu\",\n    \"antennulary\": \"poolu\",\n    \"antenodal\": \"anokodal\",\n    \"antenoon\": \"poolu\",\n    \"antenor\": \"poolu\",\n    \"antenuptial\": \"antenntial\",\n    \"antepast\": \"eri\",\n    \"antepasts\": \"ndanda\",\n    \"antepectoral\": \"onye isi mmiri\",\n    \"antepectus\": \"Antepectus\",\n    \"anteposition\": \"nkwupụta okwu\",\n    \"anteprohibition\": \"mmachi\",\n    \"antereformation\": \"nyocha\",\n    \"antereformational\": \"mmeghari\",\n    \"anterevolutional\": \"nkwanye ugwu\",\n    \"anterevolutionary\": \"na-agbanwe agbanwe\",\n    \"antergic\": \"ị anụ ọgwụ\",\n    \"anterior\": \"ihu\",\n    \"anteriority\": \"ọdịdị\",\n    \"anteriorly\": \"na ihu\",\n    \"anteriorness\": \"ihu\",\n    \"anteriors\": \"ndị bu ụzọ\",\n    \"anterofixation\": \"Mgbakwunye\",\n    \"anterointerior\": \"ihu\",\n    \"anteromedian\": \"Anteromedian\",\n    \"anteroposteriorly\": \"anteroposteriorlyly\",\n    \"antes\": \"ndanda\",\n    \"antescript\": \"ihe ederede\",\n    \"antespring\": \"antspring\",\n    \"antestature\": \"antyature\",\n    \"antetemple\": \"ihe anumanu\",\n    \"antethem\": \"ukwe\",\n    \"antevenient\": \"ihe na-adighi nma\",\n    \"anteverted\": \"gbanye\",\n    \"anteverting\": \"ịchụpụ\",\n    \"anteverts\": \"ndanda\",\n    \"anthecology\": \"ihe omumu\",\n    \"anthecological\": \"ihe omumu\",\n    \"anthecologist\": \"ọkà mmụta ọgwụ\",\n    \"anthem\": \"ukwe\",\n    \"anthemata\": \"ukwe\",\n    \"anthemene\": \"ukwe\",\n    \"anthemy\": \"ukporo\",\n    \"anthemia\": \"ukwe\",\n    \"antheming\": \"ikpo oku\",\n    \"anthemion\": \"ukwe ukwe\",\n    \"anthemis\": \"ukwe\",\n    \"anthems\": \"ukwe ukwe\",\n    \"antherless\": \"enweghị\",\n    \"anthers\": \"ndi ozo\",\n    \"anthesis\": \"mgbochi\",\n    \"anthesterol\": \"antesterol\",\n    \"antheximeter\": \"antheximita\",\n    \"anthyllis\": \"antyllis\",\n    \"anthypnotic\": \"antypnotic\",\n    \"anthypophora\": \"antypophora\",\n    \"anthypophoretic\": \"antypophoretic\",\n    \"anthoecology\": \"ihe omumu\",\n    \"anthoecological\": \"ihe omumu\",\n    \"anthoecologist\": \"ọkà mmụta ihe banyere mmụọ\",\n    \"anthogenous\": \"ihe omuma\",\n    \"anthologically\": \"gbasara ọdịnala\",\n    \"anthologies\": \"akụkọ ọdịnala\",\n    \"anthologion\": \"ọdịnala\",\n    \"anthologised\": \"edebere\",\n    \"anthologist\": \"ihe omumu\",\n    \"anthologists\": \"ndi anthologists\",\n    \"anthologize\": \"na-ede akwụkwọ\",\n    \"anthologized\": \"edepụtara\",\n    \"anthologizes\": \"na-enyocha\",\n    \"anthologizing\": \"na-agụ akụkọ\",\n    \"anthrapyridine\": \"anthrapridine\",\n    \"anthrenus\": \"an brothersus\",\n    \"anthribid\": \"anribribid\",\n    \"anthropobiologist\": \"ọkà mmụta banyere ọrịa mmadụ\",\n    \"anthropoclimatologist\": \"ọkà mmụta banyere ọrịa mmadụ\",\n    \"anthropography\": \"ihe omuma\",\n    \"anthropology\": \"ihe omumu\",\n    \"anthropologic\": \"ihe omumu\",\n    \"anthropological\": \"ihe omumu banyere mmadu\",\n    \"anthropologies\": \"ihe omumu\",\n    \"anthropologist\": \"ọkà mmụta ihe banyere mmadụ\",\n    \"anthropologists\": \"ndị ọkà mmụta banyere mmadụ\",\n    \"anthropometry\": \"anropropometry\",\n    \"anthropometrically\": \"na mbara igwe\",\n    \"anthropomorphitical\": \"anthropomorphic\",\n    \"anthropomorphitism\": \"anthropomorphism\",\n    \"anthroponomical\": \"anropropicalical\",\n    \"anthropopathy\": \"ọrịa anthropopathy\",\n    \"anthropophagical\": \"ihe omumu\",\n    \"anthroposociologist\": \"onye anthroposociologist\",\n    \"anti\": \"mgbochi\",\n    \"antiabortion\": \"mgbochi\",\n    \"antiabrasion\": \"mgbochi\",\n    \"antiadministration\": \"mgbochi ochichi\",\n    \"antiaesthetic\": \"mgbochi aesthetic\",\n    \"antiagglutinant\": \"antiaggutinant\",\n    \"antiagglutinative\": \"mgbochi\",\n    \"antiaggression\": \"mgbochi\",\n    \"antiaggressionist\": \"onye mmegide\",\n    \"antiaggressive\": \"na-emegide iwu\",\n    \"antiaggressively\": \"antiaggress\",\n    \"antiaggressiveness\": \"mgbochi\",\n    \"antiaircraft\": \"ụgbọelu\",\n    \"antialcoholic\": \"mmanya na-egbu egbu\",\n    \"antialcoholism\": \"ịalụbiga mmanya ókè\",\n    \"antialcoholist\": \"onye igbo\",\n    \"antialdoxime\": \"oge gboo\",\n    \"antiamboceptor\": \"mgbochi amboceptor\",\n    \"antiamylase\": \"mgbochi amylase\",\n    \"antiamusement\": \"mgbasa ozi\",\n    \"antiangular\": \"oge ochie\",\n    \"antiantidote\": \"ọgwụ mgbochi\",\n    \"antianxiety\": \"nchegbu\",\n    \"antiapostle\": \"mgbochi apostle\",\n    \"antiarins\": \"ihe mgbochi\",\n    \"antiaristocracy\": \"mgbochi aristocracy\",\n    \"antiaristocracies\": \"mgbochi aristocracies\",\n    \"antiarthritic\": \"mgbochi\",\n    \"antiasthmatic\": \"ihe mgbochi\",\n    \"antiatonement\": \"mgbochi\",\n    \"antiattrition\": \"mgbochi ọrịa\",\n    \"antibalm\": \"ọgwụ mgbochi\",\n    \"antibaryon\": \"antibarọn\",\n    \"antibilious\": \"mgbochi\",\n    \"antibiont\": \"mgbochi\",\n    \"antibiosis\": \"ogwu mgbochi\",\n    \"antibiotic\": \"ogwu mgbochi\",\n    \"antibiotically\": \"ogwu\",\n    \"antibiotics\": \"ọgwụ nje\",\n    \"antiblastic\": \"mgbochi\",\n    \"antiblock\": \"mgbochi\",\n    \"antibodies\": \"ihe mgbochi\",\n    \"antiboss\": \"ihe mgbochi\",\n    \"antibrachial\": \"antebrachial\",\n    \"antibreakage\": \"mgbochi breakage\",\n    \"antibridal\": \"mgbochi Agbamakwụkwọ\",\n    \"antibubonic\": \"mgbochi bubonic\",\n    \"antiburgher\": \"mgbochi burgher\",\n    \"antibusing\": \"mgbochi\",\n    \"antic\": \"mgbochi\",\n    \"antica\": \"mgbochi\",\n    \"anticachectic\": \"mgbochi cachectic\",\n    \"anticalculous\": \"antical ọrụ ebube\",\n    \"antically\": \"mgbochi\",\n    \"anticalligraphic\": \"mgbochi ọrịa\",\n    \"anticancer\": \"ogwu mgbochi\",\n    \"anticancerous\": \"mgbochi\",\n    \"anticapital\": \"mgbochi\",\n    \"anticapitalism\": \"mgbochi alụmdi na nwunye\",\n    \"anticapitalist\": \"ọgwụ mgbochi\",\n    \"anticapitalistic\": \"mgbochi ọgwụ\",\n    \"anticapitalistically\": \"antiapitalistically\",\n    \"anticapitalists\": \"ndị isi ike ọchịchị\",\n    \"anticardiac\": \"mgbochi\",\n    \"anticarious\": \"mgbochi\",\n    \"anticarnivorous\": \"mgbochi carnivorous\",\n    \"anticaste\": \"mgbochi\",\n    \"anticatalase\": \"mgbochi catalase\",\n    \"anticatalyst\": \"mgbochi\",\n    \"anticatalytic\": \"mgbochi\",\n    \"anticatarrhal\": \"mgbochi\",\n    \"anticathexis\": \"mgbochi ọrịa\",\n    \"anticatholic\": \"mgbochi\",\n    \"anticaustic\": \"mgbochi\",\n    \"anticensorial\": \"mgbochi\",\n    \"anticensorious\": \"mgbochi\",\n    \"anticensoriously\": \"mgbochi\",\n    \"anticensoriousness\": \"mgbochi\",\n    \"anticensorship\": \"mgbochi\",\n    \"anticentralism\": \"mgbochi\",\n    \"anticentralist\": \"mgbochi ogwu\",\n    \"anticentralization\": \"mgbochi\",\n    \"anticeremonial\": \"mgbochi\",\n    \"anticeremonialism\": \"mgbochi\",\n    \"anticeremonialist\": \"Onye na-eme ọgwụ mgbochi\",\n    \"anticeremonially\": \"mgbochi\",\n    \"anticeremonious\": \"mgbochi\",\n    \"anticeremoniously\": \"mgbochi\",\n    \"anticeremoniousness\": \"mgbochi ememe\",\n    \"antichamber\": \"mgbochi\",\n    \"antichance\": \"mgbochi\",\n    \"antichlorine\": \"mgbochi chlorine\",\n    \"anticholinergic\": \"antholinergic\",\n    \"antichrist\": \"na-emegide Kraịst\",\n    \"antichristian\": \"onye na-emegide Kraịst\",\n    \"antichristianism\": \"emegide Kraịst\",\n    \"antichristianity\": \"emegide Kraịst\",\n    \"antichristianly\": \"emegide Kraịst\",\n    \"antichrists\": \"ndị na-emegide Kraịst\",\n    \"antichthon\": \"emegide\",\n    \"antichurch\": \"emegide Kraịst\",\n    \"anticyclic\": \"mgbochi\",\n    \"anticyclical\": \"mgbochi\",\n    \"anticyclically\": \"mgbochi na\",\n    \"anticyclone\": \"mgbochi\",\n    \"anticyclones\": \"mgbochi\",\n    \"anticyclonic\": \"mgbochi\",\n    \"anticynic\": \"mgbochi\",\n    \"anticynical\": \"mgbochi\",\n    \"anticynically\": \"mgbochi\",\n    \"anticynicism\": \"mgbochi\",\n    \"anticipant\": \"onye na-atụ anya\",\n    \"anticipatable\": \"na-atụ anya\",\n    \"anticipate\": \"na-atụ anya\",\n    \"anticipated\": \"na-atụ anya\",\n    \"anticipates\": \"na-atụ anya\",\n    \"anticipating\": \"na-atụ anya\",\n    \"anticipatingly\": \"na-atụ anya\",\n    \"anticipation\": \"na-atụ anya\",\n    \"anticipations\": \"na-atụ anya\",\n    \"anticipative\": \"na-atụ anya\",\n    \"anticipatively\": \"na-atụ anya\",\n    \"anticipator\": \"onye na-atụ anya\",\n    \"anticipatory\": \"na-atụ anya\",\n    \"anticipatorily\": \"n'atụmanya\",\n    \"anticipators\": \"na-atụ anya\",\n    \"anticity\": \"mgbochi\",\n    \"anticytolysin\": \"mgbochi\",\n    \"anticivic\": \"mgbochi\",\n    \"anticivil\": \"mgbochi\",\n    \"anticivilian\": \"mgbochi\",\n    \"anticivism\": \"mgbochi\",\n    \"anticize\": \"mgbochi\",\n    \"anticked\": \"antick\",\n    \"anticker\": \"ọgwụ mgbochi\",\n    \"anticking\": \"na-egbu egbu\",\n    \"anticks\": \"antick\",\n    \"anticlactic\": \"mgbochi\",\n    \"anticlassical\": \"mgbochi\",\n    \"anticlassicalism\": \"mgbochi\",\n    \"anticlassicalist\": \"onye na-eme ihe mgbochi\",\n    \"anticlassically\": \"mgbochi\",\n    \"anticlassicalness\": \"mgbochi\",\n    \"anticlassicism\": \"mgbochi ọwụwa\",\n    \"anticlassicist\": \"onye na-egbochi mmechi\",\n    \"anticlastic\": \"mgbochi\",\n    \"anticlergy\": \"mgbochi\",\n    \"anticlerical\": \"mgbochi\",\n    \"anticlericalism\": \"mgbochi mgbochi\",\n    \"anticlericalist\": \"Onye na-egbochi mgbochi\",\n    \"anticly\": \"mgbochi\",\n    \"anticlimactic\": \"mgbochi\",\n    \"anticlimactical\": \"mgbochi\",\n    \"anticlimactically\": \"mgbochi\",\n    \"anticlimax\": \"mgbochi\",\n    \"anticlimaxes\": \"mgbochi\",\n    \"anticlinal\": \"mgbochi\",\n    \"anticline\": \"mgbochi\",\n    \"anticlines\": \"mgbochi\",\n    \"anticlinorium\": \"mgbochi\",\n    \"anticlockwise\": \"mgbochi\",\n    \"anticlogging\": \"mgbochi\",\n    \"anticnemion\": \"mgbochi\",\n    \"anticness\": \"mgbochi\",\n    \"anticoagulan\": \"mgbochi\",\n    \"anticoagulant\": \"ọgwụ mgbochi\",\n    \"anticoagulants\": \"ọgwụ mgbochi\",\n    \"anticoagulate\": \"mgbochi\",\n    \"anticoagulating\": \"igbochi mgbochi\",\n    \"anticoagulation\": \"mgbochi mgbochi\",\n    \"anticoagulative\": \"mgbochi ọgwụ\",\n    \"anticoagulator\": \"mgbochi mgbochi\",\n    \"anticodon\": \"mgbochi\",\n    \"anticogitative\": \"mgbochi\",\n    \"anticoincidence\": \"mgbochi\",\n    \"anticold\": \"mgbochi\",\n    \"anticolic\": \"mgbochi\",\n    \"anticombination\": \"mgbochi mgbochi\",\n    \"anticomet\": \"mgbochi\",\n    \"anticomment\": \"mgbochi mgbochi\",\n    \"anticommercial\": \"mgbochi\",\n    \"anticommercialism\": \"mgbochi mgbochi\",\n    \"anticommercialist\": \"Onye na-ere ahịa\",\n    \"anticommercialistic\": \"mgbochi\",\n    \"anticommerciality\": \"mgbochi azụmahịa\",\n    \"anticommercially\": \"mgbochi\",\n    \"anticommercialness\": \"mgbochi azụmahịa\",\n    \"anticommunism\": \"mgbochi mgbochi\",\n    \"anticommunist\": \"ogwu mgbochi\",\n    \"anticommunistic\": \"mgbochi mgbochi\",\n    \"anticommunistical\": \"mgbochi ogwu\",\n    \"anticommunistically\": \"mgbochi ọgwụ\",\n    \"anticommunists\": \"mgbochi ogwu\",\n    \"anticompetitive\": \"mgbochi\",\n    \"anticomplement\": \"emejuputa\",\n    \"anticomplementary\": \"mgbochi\",\n    \"anticomplex\": \"mgbochi\",\n    \"anticonceptionist\": \"Onye na-eme ọgwụ mgbochi\",\n    \"anticonfederationism\": \"mgbochi nkwonkwo\",\n    \"anticonfederationist\": \"mgbochi nkwonkwo\",\n    \"anticonfederative\": \"mgbochi\",\n    \"anticonformist\": \"Onye na-eme ihe nchịkwa\",\n    \"anticonformity\": \"nkwenye\",\n    \"anticonformities\": \"nkwenye\",\n    \"anticonscience\": \"mgbochi uche\",\n    \"anticonscription\": \"mgbochi mgbochi\",\n    \"anticonscriptive\": \"mgbochi\",\n    \"anticonservatism\": \"mgbochi mgbochi\",\n    \"anticonservative\": \"mgbochi\",\n    \"anticonservatively\": \"imegide mgbochi\",\n    \"anticonservativeness\": \"mgbochi\",\n    \"anticonstitution\": \"mgbochi\",\n    \"anticonstitutional\": \"emegide iwu\",\n    \"anticonstitutionalism\": \"mgbochi iwu\",\n    \"anticonstitutionalist\": \"emegide iwu\",\n    \"anticonstitutionally\": \"na-emegide iwu\",\n    \"anticontagion\": \"mgbochi mgbochi\",\n    \"anticontagious\": \"mgbochi\",\n    \"anticontagiously\": \"mgbochi na-egbochi\",\n    \"anticontagiousness\": \"mgbochi ọrịa\",\n    \"anticonvention\": \"mgbochi\",\n    \"anticonventional\": \"mgbochi\",\n    \"anticonventionalism\": \"mgbochi\",\n    \"anticonventionalist\": \"onye na-eme ihe mgbochi\",\n    \"anticonventionally\": \"mgbochi\",\n    \"anticonvulsant\": \"mgbochi\",\n    \"anticor\": \"mgbochi\",\n    \"anticorn\": \"mgbochi\",\n    \"anticorona\": \"mgbochi\",\n    \"anticorrosion\": \"mgbochi\",\n    \"anticorrosive\": \"igbochi\",\n    \"anticorrosively\": \"mgbochi\",\n    \"anticorrosiveness\": \"mgbochi corrosness\",\n    \"anticorrosives\": \"mgbochi mgbochi\",\n    \"anticorset\": \"mgbochi\",\n    \"anticosmetic\": \"ọgwụ mgbochi\",\n    \"anticosmetics\": \"ọgwụ mgbochi\",\n    \"anticouncil\": \"mgbochi\",\n    \"anticourt\": \"mgbochi\",\n    \"anticourtier\": \"mgbochi\",\n    \"anticous\": \"ihe mgbe ochie\",\n    \"anticovenanter\": \"mgbochi\",\n    \"anticovenanting\": \"igbochi ọgbụgba ndụ\",\n    \"anticreation\": \"mgbochi\",\n    \"anticreational\": \"mgbochi\",\n    \"anticreationism\": \"mgbochi\",\n    \"anticreationist\": \"ogwu mgbochi\",\n    \"anticreative\": \"mgbochi\",\n    \"anticreatively\": \"mgbochi\",\n    \"anticreativeness\": \"mgbochi mgbochi\",\n    \"anticreativity\": \"mgbochi mgbochi\",\n    \"anticreator\": \"mgbochi\",\n    \"anticreep\": \"mgbochi\",\n    \"anticreeper\": \"mgbochi\",\n    \"anticreeping\": \"mgbochi\",\n    \"anticrepuscular\": \"mgbochi\",\n    \"anticrepuscule\": \"mgbochi\",\n    \"anticryptic\": \"mgbochi\",\n    \"anticryptically\": \"mgbochi na mgbochi\",\n    \"anticrisis\": \"mgbochi\",\n    \"anticritic\": \"mgbochi\",\n    \"anticritical\": \"mgbochi\",\n    \"anticritically\": \"mgbochi\",\n    \"anticriticalness\": \"mgbochi\",\n    \"anticritique\": \"mgbochi\",\n    \"anticrochet\": \"mgbochi\",\n    \"anticrotalic\": \"mgbochi\",\n    \"antics\": \"na-achọ\",\n    \"anticularia\": \"ọrịa mgbochi\",\n    \"anticult\": \"mgbochi\",\n    \"anticum\": \"mgbochi\",\n    \"anticus\": \"mgbochi\",\n    \"antidancing\": \"na-edozi\",\n    \"antidecalogue\": \"antidecalog\",\n    \"antidemocracy\": \"Ọrịa\",\n    \"antidemocracies\": \"ochichi onye kwuo uche ya\",\n    \"antidemocrat\": \"onye ochichi onye kwuo uche ya\",\n    \"antidemocratic\": \"na-emegide ọchịchị\",\n    \"antidemocratical\": \"antidemocratico\",\n    \"antidemocratically\": \"na-emegide ọchịchị onye kwuo uche ya\",\n    \"antidepressant\": \"ọgwụ mgbochi\",\n    \"antidepressants\": \"ọgwụ mgbochi\",\n    \"antiderivative\": \"emegide\",\n    \"antidetonant\": \"mgbochi detonant\",\n    \"antidictionary\": \"ọgwụ mgbochi\",\n    \"antidisciplinarian\": \"Ogwu Anyi\",\n    \"antidiuretic\": \"ọgwụ mgbochi\",\n    \"antidivorce\": \"mgbochi\",\n    \"antidotary\": \"ọgwụ mgbochi\",\n    \"antidote\": \"ogwu ogwu\",\n    \"antidoted\": \"na-egbochi ya\",\n    \"antidotes\": \"ọgwụ mgbochi\",\n    \"antidoting\": \"ọgwụ mgbochi\",\n    \"antidraft\": \"ọgwụ mgbochi\",\n    \"antidrug\": \"ọgwụ mgbochi\",\n    \"antiecclesiastic\": \"Okpukpe\",\n    \"antiecclesiasticism\": \"Okpukpe\",\n    \"antiedemic\": \"mgbochi ọrịa\",\n    \"antieducation\": \"mmuta\",\n    \"antieducationalist\": \"onye nkuzi\",\n    \"antieducationist\": \"onye mmụta\",\n    \"antiegotistically\": \"antiegotistist\",\n    \"antiejaculation\": \"mgbochi\",\n    \"antiemperor\": \"eze ukwu\",\n    \"antient\": \"ihe mgbochi\",\n    \"antienthusiasm\": \"antiventusiasm\",\n    \"antienthusiast\": \"onye isi ochichi\",\n    \"antienthusiastic\": \"mgbochi ịnụ ọkụ n'obi\",\n    \"antienthusiastically\": \"mgbochi ịnụ ọkụ n'obi\",\n    \"antienvironmentalism\": \"mgbochi gburugburu ebe obibi\",\n    \"antienvironmentalist\": \"onye na-eme gburugburu ebe obibi\",\n    \"antienvironmentalists\": \"ndị na-emebi ihe gbasara gburugburu\",\n    \"antiepicenter\": \"ihe mgbochi\",\n    \"antierosion\": \"mgbochi\",\n    \"antierosive\": \"ihe mgbochi\",\n    \"antiestablishment\": \"mgbochi\",\n    \"antiexpansion\": \"mgbasawanye\",\n    \"antiexpansionist\": \"mgbochi mgbasa\",\n    \"antiexporting\": \"mgbochi mbupụ\",\n    \"antiexpressive\": \"mgbochi iwe\",\n    \"antiexpressiveness\": \"mgbochi iwe\",\n    \"antifaction\": \"ihe mgbochi\",\n    \"antifame\": \"mgbochi aha\",\n    \"antifascism\": \"mgbochi fascist\",\n    \"antifascists\": \"ọgwụ mgbochi ọrịa\",\n    \"antifat\": \"antifa\",\n    \"antifatigue\": \"mgbochi ike ọgwụgwụ\",\n    \"antifeminism\": \"mgbochi nwanyị\",\n    \"antiferment\": \"mgbochi\",\n    \"antifermentative\": \"ọgwụ mgbochi\",\n    \"antifertilizer\": \"antiferizer\",\n    \"antifideism\": \"mgbochi ọrịa\",\n    \"antifire\": \"mgbochi ọkụ\",\n    \"antifoaming\": \"mgbochi ozi\",\n    \"antifoggant\": \"ihe mgbochi\",\n    \"antifogmatic\": \"ihe mgbochi\",\n    \"antiforeign\": \"mgbochi\",\n    \"antiforeignism\": \"mgbochi iwu\",\n    \"antifouling\": \"mgbochi\",\n    \"antifreeze\": \"antifirizi\",\n    \"antifreezes\": \"antifirizi\",\n    \"antifreezing\": \"mgbochi\",\n    \"antifriction\": \"mgbochi mgbochi\",\n    \"antigambling\": \"iggba mgbochi\",\n    \"antiganting\": \"na-emegide ya\",\n    \"antigenes\": \"antigen\",\n    \"antighostism\": \"mgbochi mmụọ\",\n    \"antigyrous\": \"antigy\",\n    \"antigovernment\": \"emegide ọchịchị\",\n    \"antigovernmental\": \"emegide ọchịchị\",\n    \"antigovernmentally\": \"na-emegide ọchịchị\",\n    \"antigravitate\": \"gbochie\",\n    \"antihalation\": \"mgbochi\",\n    \"antihierarchy\": \"usoro ndu\",\n    \"antihunting\": \"mgbochi\",\n    \"antiinstitutionalists\": \"ndị na-emegide iwu\",\n    \"antiinsurrectionally\": \"imegide mgbochi\",\n    \"antiinsurrectionists\": \"ndị na-emegide nnupụisi\",\n    \"antikings\": \"ihe ochie\",\n    \"antilaborist\": \"onye ochichi antiboborist\",\n    \"antilegalist\": \"onye mmegide\",\n    \"antileveling\": \"Ihe ochie\",\n    \"antilibration\": \"mgbochi mmiri\",\n    \"antilysis\": \"ịmịnye ọgwụ\",\n    \"antilytic\": \"ihe otiti\",\n    \"antilitter\": \"onye inyeaka\",\n    \"antiliturgical\": \"mgbochi akwụkwọ\",\n    \"antiliturgically\": \"mgbochi liturgically\",\n    \"antiliturgist\": \"mgbochi liturgist\",\n    \"antilles\": \"antlel\",\n    \"antilogy\": \"ihe omumu\",\n    \"antilogic\": \"ihe ochie\",\n    \"antilogical\": \"ihe ọmụmụ\",\n    \"antilogies\": \"ihe mgbochi\",\n    \"antilogism\": \"mgbochi\",\n    \"antilogistically\": \"ogwu\",\n    \"antilogs\": \"ihe ochie\",\n    \"antimachine\": \"mgbochi igwe\",\n    \"antimark\": \"mgbochi\",\n    \"antimasks\": \"antimaski\",\n    \"antimasquer\": \"mgbochi\",\n    \"antimaterialism\": \"mgbochi ọgwụgwọ\",\n    \"antimaterialist\": \"ọgwụ mgbochi\",\n    \"antimaterialistic\": \"ọgwụ antimaterialistic\",\n    \"antimaterialistically\": \"na-agwọ ọrịa\",\n    \"antimechanism\": \"mgbochi\",\n    \"antimechanistically\": \"na-arụ ọrụ\",\n    \"antimechanization\": \"mgbochi\",\n    \"antimediaeval\": \"oge mgbasa ozi\",\n    \"antimediaevalist\": \"onye mgbasa ozi\",\n    \"antimedical\": \"emegide\",\n    \"antimedically\": \"na-akwado ya\",\n    \"antimedication\": \"ntinye aka\",\n    \"antimedicative\": \"ọgwụ mgbochi\",\n    \"antimedieval\": \"oge ochie\",\n    \"antimeningococcic\": \"antimeningococcica\",\n    \"antimensia\": \"mgbochi\",\n    \"antimension\": \"mgbochi\",\n    \"antimerism\": \"mgbochi ọrịa\",\n    \"antimeter\": \"antimita\",\n    \"antimilitary\": \"ọgwụ mgbochi\",\n    \"antimissile\": \"mgbochi ngwa ogu ana-atu atu\",\n    \"antimissionary\": \"ọgwụ mgbochi\",\n    \"antimysticism\": \"mgbochi mysticism\",\n    \"antimodernness\": \"enweghị ikike\",\n    \"antimonarchy\": \"mgbochi ọchịchị\",\n    \"antimonarchists\": \"ndị na-emegide ọchịchị\",\n    \"antimony\": \"mgbochi\",\n    \"antimonies\": \"mgbochi\",\n    \"antinarcotics\": \"mgbochi ọgwụ ọjọọ\",\n    \"antinarrative\": \"mgbochi akụkọ\",\n    \"antinational\": \"gbasara ụwa\",\n    \"antinationalism\": \"ọdịmma\",\n    \"antinationalist\": \"onye nyocha\",\n    \"antinationalists\": \"ndị na-ahụ maka ọdịmma ụwa\",\n    \"antinationalization\": \"mgbochi\",\n    \"antinationally\": \"na-emegide ya\",\n    \"antineologian\": \"onye ogwu\",\n    \"antineutrally\": \"n'ụzọ nkịtị\",\n    \"anting\": \"ndagide\",\n    \"antinganting\": \"mgbochi\",\n    \"antings\": \"eserese\",\n    \"antinomian\": \"antinom\",\n    \"antinomians\": \"ndị antinomi\",\n    \"antinous\": \"na-akpata nsogbu\",\n    \"antioptionist\": \"antioxtionist\",\n    \"antiorgastic\": \"ihe ndozi\",\n    \"antiorthodox\": \"na-emegide mmadụ\",\n    \"antiorthodoxly\": \"na-emegide mmadụ\",\n    \"antipacifism\": \"mgbochi mgbochi\",\n    \"antipacifists\": \"antipacifist\",\n    \"antiparalytic\": \"ihe mgbochi\",\n    \"antiparasitical\": \"ihe mgbochi\",\n    \"antiparliament\": \"mgbochi ụlọ omeiwu\",\n    \"antiparliamental\": \"nzuko omeiwu\",\n    \"antiparliamentary\": \"mgbochi ụlọ omeiwu\",\n    \"antiparliamentarian\": \"mgbochi onye omeiwu\",\n    \"antiparliamentarians\": \"emegide omeiwu\",\n    \"antiparliamentarist\": \"antiparaclearist\",\n    \"antiparliamenteer\": \"antipar Parliamenteer\",\n    \"antiparticles\": \"ihe mgbochi\",\n    \"antipass\": \"mgbochi\",\n    \"antipasti\": \"ọgwụ mgbochi\",\n    \"antipastic\": \"ihe mgbochi\",\n    \"antipasto\": \"ọgwụ mgbochi\",\n    \"antipastos\": \"ọgwụ mgbochi\",\n    \"antipathetic\": \"mgbochi\",\n    \"antipathetically\": \"n'agbasi obi\",\n    \"antipatriotic\": \"mgbochi mba\",\n    \"antipatriotism\": \"mgbochi mba\",\n    \"antiperspirant\": \"ihe mgbochi\",\n    \"antiperspirants\": \"ihe mgbochi\",\n    \"antipestilence\": \"mgbochi ọrịa\",\n    \"antipestilent\": \"ọgwụ mgbochi\",\n    \"antipewism\": \"mgbochi ọrịa\",\n    \"antipharisaic\": \"antipharisa\",\n    \"antiphilosophy\": \"ihe omuma\",\n    \"antiphilosophic\": \"ihe omuma\",\n    \"antiphilosophical\": \"ihe omuma\",\n    \"antiphilosophies\": \"Ihe omuma\",\n    \"antiphoner\": \"ihe mgbochi\",\n    \"antiphony\": \"mgbochi\",\n    \"antiphons\": \"ihe mgbochi\",\n    \"antiphrastical\": \"ihe mgbochi\",\n    \"antiphrastically\": \"n'ụzọ na-enweghị isi\",\n    \"antipyics\": \"ọgwụ mgbochi\",\n    \"antipill\": \"ọgwụ mgbochi\",\n    \"antipyretics\": \"ọgwụ mgbochi\",\n    \"antiplague\": \"ihe mgbochi\",\n    \"antiplanet\": \"mgbochi\",\n    \"antiplastic\": \"ihe mgbochi\",\n    \"antipleion\": \"mgbochi\",\n    \"antipoints\": \"ihe mgbochi\",\n    \"antipolygamy\": \"alụmdi na nwunye\",\n    \"antipolitical\": \"ndọrọ ndọrọ ọchịchị\",\n    \"antipolitics\": \"ihe mgbochi\",\n    \"antipollution\": \"mgbochi mmetọ\",\n    \"antipool\": \"mgbochi\",\n    \"antipooling\": \"mgbochi\",\n    \"antipopery\": \"mgbochi\",\n    \"antipopularization\": \"mgbochi mgbasa ozi\",\n    \"antiportable\": \"mgbochi\",\n    \"antiposition\": \"mgbochi\",\n    \"antipoverty\": \"antipo ogbenye\",\n    \"antipragmatic\": \"mgbochi pragmatic\",\n    \"antipragmatical\": \"ihe mgbochi\",\n    \"antipragmatically\": \"mgbochi pragmatically\",\n    \"antipragmatism\": \"mgbochi ọrịa\",\n    \"antiprelate\": \"ikowa\",\n    \"antiprelatic\": \"antiprelatik\",\n    \"antipreparedness\": \"njikere\",\n    \"antiprestidigitation\": \"mgbochi mgbochi\",\n    \"antipriesthood\": \"mgbochi\",\n    \"antiprime\": \"mgbochi\",\n    \"antiprism\": \"ihe mgbochi\",\n    \"antiproductionist\": \"onye na-emeputa ihe\",\n    \"antiproductive\": \"na-arụpụta ihe\",\n    \"antiproductively\": \"na-emepụta ihe\",\n    \"antiproductiveness\": \"arụpụta ihe\",\n    \"antiprofiteering\": \"mgbochi\",\n    \"antiprogressive\": \"na-emegide iwu\",\n    \"antiprohibition\": \"igbochi\",\n    \"antiprohibitionist\": \"Onye igbo mgbochi\",\n    \"antiprophet\": \"onye amuma\",\n    \"antiprotons\": \"antiproton\",\n    \"antipsychiatry\": \"mgbochi ọrịa\",\n    \"antipsoric\": \"mgbochi\",\n    \"antiptosis\": \"mgbochi ọrịa\",\n    \"antiputrefaction\": \"mgbochi iwe\",\n    \"antiputrefactive\": \"ihe na-arụ ọrụ na-arụ ọrụ\",\n    \"antiputrescent\": \"mgbochi mmiri\",\n    \"antiq\": \"ihe ochie\",\n    \"antiqua\": \"ihe ochie\",\n    \"antiquary\": \"ihe mgbe ochie\",\n    \"antiquarian\": \"ihe ochie\",\n    \"antiquarians\": \"ihe ochie\",\n    \"antiquaries\": \"ihe mgbe ochie\",\n    \"antiquate\": \"ezughi oke\",\n    \"antiquated\": \"ochie\",\n    \"antiquatedness\": \"ihe ochie\",\n    \"antiquates\": \"ihe ochie\",\n    \"antiquating\": \"ihe ochie\",\n    \"antiquation\": \"ihe ochie\",\n    \"antique\": \"ihe mgbe ochie\",\n    \"antiqued\": \"ochie\",\n    \"antiquely\": \"ihe ochie\",\n    \"antiqueness\": \"ihe ochie\",\n    \"antiquer\": \"ihe ochie\",\n    \"antiquers\": \"ihe ochie\",\n    \"antiques\": \"ihe mgbe ochie\",\n    \"antiquing\": \"ihe ochie\",\n    \"antiquist\": \"ihe ochie\",\n    \"antiquitarian\": \"antiquitan\",\n    \"antiquity\": \"ihe mgbe ochie\",\n    \"antiquities\": \"ihe ochie\",\n    \"antiquum\": \"ihe ochie\",\n    \"antirabic\": \"ihe mgbochi\",\n    \"antirabies\": \"ihe mgbochi\",\n    \"antiracer\": \"mgbochi\",\n    \"antiracial\": \"mgbochi\",\n    \"antiracially\": \"emegide\",\n    \"antiracing\": \"mgbochi\",\n    \"antiracism\": \"mgbochi\",\n    \"antiradiant\": \"mgbochi\",\n    \"antiradiating\": \"mgbochi radiating\",\n    \"antiradiation\": \"mgbochi radieshon\",\n    \"antiradical\": \"emegide\",\n    \"antiradically\": \"n'ụzọ mgbochi\",\n    \"antiradicals\": \"emegide\",\n    \"antirape\": \"ọgwụ mgbochi\",\n    \"antirational\": \"mgbochi\",\n    \"antirationalism\": \"mgbochi\",\n    \"antirationalist\": \"ihe mgbochi\",\n    \"antireacting\": \"na-emegharị\",\n    \"antireaction\": \"imegide\",\n    \"antireactionary\": \"arụ ọrụ\",\n    \"antireactionaries\": \"ihe mgbochi\",\n    \"antirealistic\": \"ihe anakpo\",\n    \"antirebating\": \"na-egbochi\",\n    \"antired\": \"gboo\",\n    \"antireducer\": \"ihe mmeghari\",\n    \"antireducing\": \"na-ewebata\",\n    \"antireduction\": \"mgbochi\",\n    \"antireductive\": \"Ihe mgbochi\",\n    \"antireform\": \"nrụrụ\",\n    \"antireforming\": \"imeghari\",\n    \"antireformist\": \"Onye na-eme mgbanwe\",\n    \"antireligion\": \"mgbochi okpukpe\",\n    \"antireligious\": \"na-emegide okpukpe\",\n    \"antireligiously\": \"antireligious\",\n    \"antirent\": \"ihe mgbochi\",\n    \"antirentism\": \"mgbochi\",\n    \"antireservationist\": \"onye igbo\",\n    \"antiresonance\": \"mgbochi\",\n    \"antiresonator\": \"ihe mgbochi\",\n    \"antirestoration\": \"mgbochi\",\n    \"antirevolutionist\": \"onye okacha amara\",\n    \"antiritual\": \"nke ime mmụọ\",\n    \"antiritualism\": \"imegide mmụọ\",\n    \"antiritualist\": \"onye na-emegide mmụọ\",\n    \"antiritualistic\": \"emegide mmụọ\",\n    \"antiroyalism\": \"mgbochi\",\n    \"antiromance\": \"mgbochi\",\n    \"antiromanticism\": \"mgbochi\",\n    \"antirusts\": \"ogwu oria\",\n    \"antisaloon\": \"mgbochi saloon\",\n    \"antiscepticism\": \"nkwenye\",\n    \"antischolastically\": \"mgbochi scholastically\",\n    \"antischool\": \"ụlọ akwụkwọ\",\n    \"antiscientific\": \"sayensị\",\n    \"antiscientifically\": \"na-emegide sayensi\",\n    \"antiscorbutic\": \"antiscorbutic na-adịghị\",\n    \"antiscriptural\": \"ihe omuma\",\n    \"antiscripturism\": \"nkọwapụta\",\n    \"antiscrofulous\": \"na-enweghị isi\",\n    \"antiseismic\": \"antiseism\",\n    \"antisensuality\": \"nkwenye\",\n    \"antisensuous\": \"nwere nkwenye\",\n    \"antisensuously\": \"nkwenye\",\n    \"antisensuousness\": \"nkwenye\",\n    \"antiseptic\": \"antiseptik\",\n    \"antisepticised\": \"na-egbu egbu\",\n    \"antisepticising\": \"ọgwụ na-agwọ ọrịa\",\n    \"antisepticism\": \"antiseptikis\",\n    \"antisepticist\": \"ọgwụ antiseptik\",\n    \"antisepticized\": \"ọgwụ antisepticized\",\n    \"antisepticizing\": \"na-egbu egbu\",\n    \"antiseptics\": \"ọgwụ antiseptik\",\n    \"antiserums\": \"mgbochi\",\n    \"antiship\": \"mgbochi ụgbọ mmiri\",\n    \"antisialic\": \"mgbochi sialic\",\n    \"antisymmetry\": \"antisymmetric\",\n    \"antisymmetrical\": \"antisymmetric\",\n    \"antisiphon\": \"mgbochi siphon\",\n    \"antismoking\": \"ọgwụ mgbochi\",\n    \"antisocial\": \"na-emegide mmadụ\",\n    \"antisocialist\": \"onye na-emegide mmadụ\",\n    \"antisocialistic\": \"na-emegide mmadụ\",\n    \"antisocialistically\": \"na-emegide ndị mmadụ\",\n    \"antisociality\": \"ọgba aghara\",\n    \"antisocially\": \"emegide mmadụ\",\n    \"antisophistic\": \"antiso sophisticated\",\n    \"antisophistication\": \"mgbochi ọkaibe\",\n    \"antisophistry\": \"mgbochi sophistry\",\n    \"antisoporific\": \"mgbochi soporific\",\n    \"antispace\": \"ohere\",\n    \"antispiritually\": \"na-eme mmụọ\",\n    \"antispirochetic\": \"ọgwụ antispirochetic\",\n    \"antisplitting\": \"na-egbochi\",\n    \"antispreading\": \"na-agbasa ozi\",\n    \"antisquatting\": \"na-egbochi\",\n    \"antistadholder\": \"onye na-egbochi ya\",\n    \"antistalling\": \"emegide\",\n    \"antisterility\": \"mgbochi\",\n    \"antistes\": \"ndị antist\",\n    \"antistrumous\": \"mgbochi\",\n    \"antisupernaturalist\": \"antisupernaturalist na-agwọ ọrịa\",\n    \"antisupernaturalistic\": \"na-emegide ike mmụọ\",\n    \"antitarnish\": \"mgbochi tarnish\",\n    \"antitarnishing\": \"mgbochi tarnishing\",\n    \"antitheistic\": \"emegideghị mmadụ\",\n    \"antitheology\": \"ihe omuma\",\n    \"antitheologian\": \"onye na-emegide okwukwe\",\n    \"antithermic\": \"enweghi ike\",\n    \"antithermin\": \"antittmin\",\n    \"antithesis\": \"nkwenye\",\n    \"antithetic\": \"antittik\",\n    \"antithetically\": \"na-emegide onwe ya\",\n    \"antitypes\": \"ihe ochie\",\n    \"antitypic\": \"ihe atụ\",\n    \"antitypical\": \"ihe atụ\",\n    \"antitypically\": \"antitipic\",\n    \"antitrade\": \"iwe iwe\",\n    \"antitrades\": \"mgbochi\",\n    \"antitradition\": \"mgbochi\",\n    \"antitraditionalist\": \"onye mmegide\",\n    \"antitraditionally\": \"na-emegide iwu\",\n    \"antitrinitarian\": \"emegide mmadụ\",\n    \"antitrust\": \"ntụkwasị obi\",\n    \"antituberculosis\": \"mgbochi ụkwara nta\",\n    \"antiunion\": \"mgbochi\",\n    \"antiuratic\": \"ọgwụ mgbochi\",\n    \"antiutilitarian\": \"ihe mgbochi\",\n    \"antiutilitarianism\": \"igbochi mgbochi\",\n    \"antivaccination\": \"mgbochi\",\n    \"antivaccinationist\": \"ọgwụ mgbochi\",\n    \"antivenereal\": \"mgbochi\",\n    \"antivenom\": \"antivenin\",\n    \"antivermicular\": \"ihe mgbochi\",\n    \"antivibrator\": \"mgbochi\",\n    \"antivice\": \"ihe mgbochi\",\n    \"antiviral\": \"nje\",\n    \"antivitamin\": \"ọgwụ mgbochi\",\n    \"antivivisection\": \"mgbochi\",\n    \"antivivisectionists\": \"ndị na-eme mkpesa\",\n    \"antivolition\": \"mgbochi\",\n    \"antiwear\": \"uwe mgbochi\",\n    \"antiwit\": \"mgbochi wit\",\n    \"antizealot\": \"mgbochi zealot\",\n    \"antizymic\": \"antizymotic\",\n    \"antler\": \"nduru\",\n    \"antlered\": \"gbụrụ\",\n    \"antlers\": \"ndita\",\n    \"antliate\": \"ime mmanu\",\n    \"antony\": \"ndutịme\",\n    \"antonym\": \"anatobi\",\n    \"antonymic\": \"antonym\",\n    \"antonyms\": \"mmegide\",\n    \"antonomastically\": \"n'ụzọ zuru ezu\",\n    \"antorbital\": \"Ugbala\",\n    \"antproof\": \"mgbochi\",\n    \"antrectomy\": \"mmezi\",\n    \"antritis\": \"mgbochi ọrịa\",\n    \"antrorse\": \"mgbochi\",\n    \"antrorsely\": \"ihe ojoo\",\n    \"antrotomy\": \"mgbochi ọrịa\",\n    \"antroversion\": \"ndozi\",\n    \"antrums\": \"mgbochi\",\n    \"antrustion\": \"mgbochi\",\n    \"antrustionship\": \"mgbochi\",\n    \"ants\": \"ndanda\",\n    \"antship\": \"ụfụ\",\n    \"antsier\": \"iwe\",\n    \"antwise\": \"enweghị kwa\",\n    \"anubing\": \"ịda mmụọ\",\n    \"anural\": \"anral\",\n    \"anureses\": \"ọrịa\",\n    \"anuretic\": \"inara\",\n    \"anury\": \"mkpasu iwe\",\n    \"anurias\": \"Anurias\",\n    \"anurous\": \"dị egwu\",\n    \"anus\": \"ike\",\n    \"anuses\": \"mgbatị\",\n    \"anvasser\": \"onye nkasi obi\",\n    \"anviled\": \"kpakpando\",\n    \"anviling\": \"nkpo\",\n    \"anvilled\": \"kpasuru iwe\",\n    \"anvilling\": \"na-eripu\",\n    \"anvilsmith\": \"anwansi\",\n    \"anviltops\": \"Anviltops\",\n    \"anxiety\": \"nchegbu\",\n    \"anxieties\": \"nchegbu\",\n    \"anxietude\": \"nchegbu\",\n    \"anxious\": \"nchegbu\",\n    \"anxiously\": \"n'obi\",\n    \"anxiousness\": \"nchegbu\",\n    \"anzac\": \"Anzac\",\n    \"anzanian\": \"Anzanian\",\n    \"aonian\": \"aonyan\",\n    \"aor\": \"agwu\",\n    \"aorists\": \"ndiegwu\",\n    \"aortal\": \"aortic\",\n    \"aortectasis\": \"aortectasia\",\n    \"aortic\": \"udiri\",\n    \"aortism\": \"udiri\",\n    \"aosmic\": \"Nkechi\",\n    \"aotes\": \"audi\",\n    \"aouad\": \"aoudad\",\n    \"aoul\": \"nkpuru obi\",\n    \"apace\": \"oghere\",\n    \"apache\": \"afụ\",\n    \"apaches\": \"achịcha\",\n    \"apaesthetize\": \"ikeesthetize\",\n    \"apagogic\": \"enweghị atụ\",\n    \"apagogical\": \"echiche\",\n    \"apagogically\": \"enweghị atụ\",\n    \"apanaged\": \"achịcha\",\n    \"apardon\": \"ịgbaghara\",\n    \"apart\": \"iche iche\",\n    \"apartado\": \"ụdọ\",\n    \"apartment\": \"ulo\",\n    \"apartmental\": \"ulo\",\n    \"apartments\": \"ulo\",\n    \"apartness\": \"enweghị onwe\",\n    \"apast\": \"apụl\",\n    \"apasttra\": \"apastra\",\n    \"apatetic\": \"enweghị mmasị\",\n    \"apathetic\": \"enweghị mmasị\",\n    \"apathetical\": \"enweghị mmasị\",\n    \"apathetically\": \"enweghị mmasị\",\n    \"apathy\": \"enweghị mmasị\",\n    \"apathic\": \"enweghị mmasị\",\n    \"apathies\": \"enweghị mmasị\",\n    \"apathism\": \"enweghị mmasị\",\n    \"apathist\": \"onye nyocha\",\n    \"apathistical\": \"gbasara apathistical\",\n    \"apathize\": \"enweghị mmasị\",\n    \"apatite\": \"enweghị mmasị\",\n    \"apeak\": \"ọkpa\",\n    \"apectomy\": \"ọdịdị\",\n    \"apehood\": \"akwa\",\n    \"apeling\": \"na-atụgharị\",\n    \"apelles\": \"apel\",\n    \"apellous\": \"enweghị atụ\",\n    \"apepsy\": \"onu nzu\",\n    \"apeptic\": \"ọnụ\",\n    \"aperiodically\": \"n'oge\",\n    \"apersee\": \"tụgharịa\",\n    \"apertion\": \"aperi\",\n    \"apertometer\": \"apertometa\",\n    \"aperture\": \"oghere\",\n    \"apes\": \"enwe\",\n    \"apesthetic\": \"ihe ịchọ mma\",\n    \"apetalous\": \"enweghị mmasị\",\n    \"apetalousness\": \"enweghị mmasị\",\n    \"apex\": \"onu ire\",\n    \"apexed\": \"agbakọta\",\n    \"apexes\": \"onu agbada\",\n    \"apexing\": \"na-agbatị\",\n    \"aphacial\": \"ọdịmma\",\n    \"aphanipterous\": \"afụ\",\n    \"aphanites\": \"ndị Aphanites\",\n    \"aphanomyces\": \"mmetụ\",\n    \"aphasics\": \"ihe aphasics\",\n    \"aphemia\": \"apemia\",\n    \"aphemic\": \"ukwe\",\n    \"apheretic\": \"enweghị mmasị\",\n    \"aphesis\": \"okpokoro\",\n    \"aphetic\": \"enweghị isi\",\n    \"aphetically\": \"enweghị mmasị\",\n    \"aphetism\": \"enweghị mmasị\",\n    \"aphetize\": \"afụ\",\n    \"aphidians\": \"ndị aphidians\",\n    \"aphidicide\": \"onye na-egbu onwe ya\",\n    \"aphidious\": \"enweghị mmasị\",\n    \"aphyllous\": \"enweghị atụ\",\n    \"aphis\": \"apị\",\n    \"aphnology\": \"ihe omumu\",\n    \"apholate\": \"kwado\",\n    \"aphonic\": \"mkpọchi\",\n    \"aphonics\": \"okwu olu\",\n    \"aphonous\": \"enweghị mmasị\",\n    \"aphorised\": \"aphoris\",\n    \"aphorising\": \"na-agbakwu\",\n    \"aphorismer\": \"onye nzuzu\",\n    \"aphorismic\": \"enweghị isi\",\n    \"aphorismical\": \"ihe omuma\",\n    \"aphoristically\": \"enweghị isi\",\n    \"aphorized\": \"ekweghị\",\n    \"aphorizing\": \"na-agbakasị\",\n    \"aphotic\": \"aphotiiki\",\n    \"aphroditous\": \"afụ\",\n    \"aphthic\": \"nke aphthic\",\n    \"apiaceous\": \"udo\",\n    \"apiarian\": \"onye apiarian\",\n    \"apiarians\": \"ndị apiarians\",\n    \"apiaries\": \"akpịrị\",\n    \"apiarists\": \"ndi apiarists\",\n    \"apically\": \"enweghị nsogbu\",\n    \"apices\": \"apụl\",\n    \"apicial\": \"arụ ọrụ\",\n    \"apician\": \"onye dibia\",\n    \"apiculate\": \"itu anya\",\n    \"apiculated\": \"enweghị mmụọ\",\n    \"apiculation\": \"mkpa\",\n    \"apicultural\": \"ọpụrụiche\",\n    \"apiculture\": \"akuru ozuzu\",\n    \"apiculturist\": \"Ogha mmuta\",\n    \"apiculus\": \"enweghị atụ\",\n    \"apiece\": \"otu\",\n    \"apieces\": \"otu\",\n    \"apinage\": \"mkpụrụ osisi\",\n    \"apiology\": \"ihe omuma\",\n    \"apish\": \"apụl\",\n    \"apishly\": \"apịlị\",\n    \"apishness\": \"akpịrị\",\n    \"apism\": \"apiti\",\n    \"apivorous\": \"dị mkpa\",\n    \"apjohnite\": \"mmmmmmmmmmmm\",\n    \"aplace\": \"ohere\",\n    \"aplastic\": \"ngwa\",\n    \"aplenty\": \"nwee ume\",\n    \"aplitic\": \"ihe ijuanya\",\n    \"apluda\": \"apuluda\",\n    \"aplustre\": \"oluchi\",\n    \"apnea\": \"apịtị\",\n    \"apneic\": \"oyi\",\n    \"apneumona\": \"oyibo\",\n    \"apneumonous\": \"oyi\",\n    \"apnoea\": \"apịtị\",\n    \"apnoeal\": \"enweghị mmasị\",\n    \"apnoeic\": \"enweghị atụ\",\n    \"apocalypst\": \"kechioma\",\n    \"apocalyptical\": \"ihe apocalyptical\",\n    \"apocalyptically\": \"kechioma\",\n    \"apocalyptist\": \"Ọkpụkpụ apocalyptist\",\n    \"apocamphoric\": \"mbukpo\",\n    \"apocatastatic\": \"ozigbo\",\n    \"apocathartic\": \"Ndokwa\",\n    \"apocenter\": \"apoperer\",\n    \"apocentric\": \"kechioma\",\n    \"apocynaceous\": \"ọ bụ ihe nzuzu\",\n    \"apocyneous\": \"gbaghara\",\n    \"apocynthions\": \"agbaghara\",\n    \"apocyte\": \"gbaghara\",\n    \"apocryphal\": \"apọkrịfa\",\n    \"apocryphalist\": \"apọkrịfa\",\n    \"apocryphalness\": \"apọkrịfa\",\n    \"apocrisiary\": \"Nkwado\",\n    \"apodeictical\": \"ihe atụ\",\n    \"apodictic\": \"apodictik\",\n    \"apodictically\": \"n'egbughị oge\",\n    \"apogamies\": \"Mgbaghara\",\n    \"apogeal\": \"ịrịọ mgbaghara\",\n    \"apogees\": \"na-arịọ mgbaghara\",\n    \"apogenous\": \"agbaghara\",\n    \"apograph\": \"apofere\",\n    \"apographical\": \"agbaghara\",\n    \"apoious\": \"na-arịọ mgbaghara\",\n    \"apoise\": \"gbaghara\",\n    \"apolarity\": \"Mgbaghara\",\n    \"apolitical\": \"enweghị ọchịchị\",\n    \"apollinarian\": \"Nwanyị agbachitere\",\n    \"apollinarianism\": \"Ọchịchị apollinarianism\",\n    \"apolloship\": \"enweghị ọrụ\",\n    \"apolog\": \"rịọ mgbaghara\",\n    \"apologal\": \"rịọ mgbaghara\",\n    \"apologer\": \"onye mgbaghara\",\n    \"apologete\": \"gbaghara\",\n    \"apologetic\": \"mgbaghara\",\n    \"apologetical\": \"mgbaghara\",\n    \"apologetically\": \"mgbaghara\",\n    \"apologetics\": \"mgbaghara\",\n    \"apology\": \"mgbaghara\",\n    \"apologia\": \"mgbaghara\",\n    \"apologiae\": \"mgbaghara\",\n    \"apologias\": \"mgbaghara\",\n    \"apological\": \"gbaghara\",\n    \"apologies\": \"gbaghara\",\n    \"apologise\": \"rịọ mgbaghara\",\n    \"apologised\": \"gbaghara\",\n    \"apologiser\": \"onye mgbaghara\",\n    \"apologising\": \"na-arịọ mgbaghara\",\n    \"apologist\": \"onye mgbako\",\n    \"apologists\": \"ndị mgbaghara\",\n    \"apologize\": \"rịọ mgbaghara\",\n    \"apologized\": \"gbaghara\",\n    \"apologizer\": \"onye mgbaghara\",\n    \"apologizers\": \"ndị na-arịọ mgbaghara\",\n    \"apologizes\": \"rịọ mgbaghara\",\n    \"apologizing\": \"na-arịọ mgbaghara\",\n    \"apologs\": \"rịọ mgbaghara\",\n    \"apologue\": \"Mgbaghara\",\n    \"apologues\": \"Mgbaghara\",\n    \"apometabolous\": \"enweghị mmasị\",\n    \"apomict\": \"ịkwụ ụgwọ\",\n    \"apomictic\": \"enweghị atụ\",\n    \"apomictical\": \"enweghị atụ\",\n    \"apomicts\": \"ndigbo\",\n    \"apophatic\": \"gbasasịa\",\n    \"apophthegmatic\": \"kechioma\",\n    \"apophthegmatist\": \"onye na-eme ihe mgbako\",\n    \"apoplectical\": \"enweghị mgbaghara\",\n    \"apoplectically\": \"na-agbaghara\",\n    \"apoplexious\": \"enweghị obi ụtọ\",\n    \"aporetic\": \"atụghị egwu\",\n    \"aporetical\": \"enweghị atụ\",\n    \"aporose\": \"na-arịọ mgbaghara\",\n    \"aporphin\": \"aporfin\",\n    \"aporrhea\": \"akpịrị\",\n    \"aport\": \"dị mkpa\",\n    \"aposematically\": \"n'ụzọ doro anya\",\n    \"apospory\": \"olulu\",\n    \"apospories\": \"olulu\",\n    \"aposporous\": \"nke na-enweghị isi\",\n    \"apostacy\": \"ndapụ n'ezi ofufe\",\n    \"apostacies\": \"ndapụ n'ezi ofufe\",\n    \"apostacize\": \"ịda iwu\",\n    \"apostasy\": \"ndapụ n'ezi ofufe\",\n    \"apostasies\": \"ndapụ n'ezi ofufe\",\n    \"apostasis\": \"ndapụ\",\n    \"apostate\": \"si n'ezi ofufe dapụ\",\n    \"apostates\": \"si n'ezi ofufe dapụ\",\n    \"apostatic\": \"si n'ezi ofufe dapụ\",\n    \"apostatical\": \"si n'ezi ofufe dapụ\",\n    \"apostatically\": \"n'eziokwu\",\n    \"apostatise\": \"ndapụ n'ezi ofufe\",\n    \"apostatised\": \"dapụrụ n'ezi ofufe\",\n    \"apostatising\": \"dapụrụ n'ezi ofufe\",\n    \"apostatism\": \"ndapụ n'ezi ofufe\",\n    \"apostatize\": \"dapụ n'ezi ofufe\",\n    \"apostatized\": \"dapụrụ n'ezi ofufe\",\n    \"apostatizes\": \"dapụ n'ezi ofufe\",\n    \"apostatizing\": \"ndapụ n'ezi ofufe\",\n    \"apostem\": \"si n'ezi ofufe dapụ\",\n    \"apostemate\": \"si n'ezi ofufe dapụ\",\n    \"apostematic\": \"si n'ezi ofufe\",\n    \"apostemation\": \"ndapụ n'ezi ofufe\",\n    \"apostematous\": \"apostopato\",\n    \"aposthume\": \"ijeozi\",\n    \"apostils\": \"ndịozi\",\n    \"apostle\": \"onyeozi\",\n    \"apostlehood\": \"ịbụ onyeozi\",\n    \"apostles\": \"ndịozi\",\n    \"apostleship\": \"ịbụ onyeozi\",\n    \"apostleships\": \"mme apostle\",\n    \"apostolate\": \"ikwuputa\",\n    \"apostoless\": \"enweghị okwukwe\",\n    \"apostolically\": \"n'eziokwu\",\n    \"apostolicalness\": \"apostolical\",\n    \"apostolize\": \"zipụ ozi\",\n    \"apostolos\": \"Ndịozi\",\n    \"apostrophal\": \"ikwuputa\",\n    \"apostrophation\": \"ikwuputa\",\n    \"apostrophe\": \"ikwughari\",\n    \"apostrophes\": \"ikwughachi\",\n    \"apostrophi\": \"ikwuru\",\n    \"apostrophic\": \"ikwughachi\",\n    \"apostrophied\": \"ikwuputala\",\n    \"apostrophise\": \"ikwuputa\",\n    \"apostrophised\": \"ikwuputala\",\n    \"apostrophising\": \"ikwupụtaghachi\",\n    \"apostrophize\": \"ikwuputa\",\n    \"apostrophized\": \"ikwuputala\",\n    \"apostrophizes\": \"na-emegharị ahụ\",\n    \"apostrophizing\": \"ikwugharị\",\n    \"apostrophus\": \"Onyeka Onwenu\",\n    \"apostume\": \"ndapụ mmụọ\",\n    \"apotactic\": \"enweghị atụ\",\n    \"apothecary\": \"Afọ\",\n    \"apothecaries\": \"ndị na-elekọta anụ ahụ\",\n    \"apothece\": \"ịkwado\",\n    \"apotheces\": \"ichoro\",\n    \"apothecial\": \"othedị mkpa\",\n    \"apothegmatically\": \"n'egwu\",\n    \"apothegmatist\": \"onye na-ahụ maka ọdịmma\",\n    \"apothegmatize\": \"Idozi ihe\",\n    \"apothems\": \"ihe ịchọ mma\",\n    \"apotheose\": \"gbadoro\",\n    \"apotheoses\": \"ihe ịchọ mma\",\n    \"apotheosise\": \"ịgwọ ọrịa\",\n    \"apotheosised\": \"ichoro\",\n    \"apotheosising\": \"ịchọ mma\",\n    \"apotheosize\": \"ịkwado\",\n    \"apotheosized\": \"ịkwado\",\n    \"apotheosizing\": \"na-edozi ahụ\",\n    \"apothgm\": \"apotgm\",\n    \"apotype\": \"apịkọtọ\",\n    \"apotypic\": \"enweghị mmasị\",\n    \"apout\": \"agbaghara\",\n    \"apoxyomenos\": \"agbabẹmenos\",\n    \"apozemical\": \"Ọzịza\",\n    \"app\": \"ngwa\",\n    \"appay\": \"appall\",\n    \"appair\": \"gosi\",\n    \"appal\": \"apu\",\n    \"appalachian\": \"ngwugwu\",\n    \"appalachians\": \"ngwaala\",\n    \"appale\": \"apu\",\n    \"appalled\": \"kụjara\",\n    \"appalling\": \"itu ujo\",\n    \"appallingly\": \"n'ụzọ juru anya\",\n    \"appallingness\": \"ihe ijuanya\",\n    \"appallment\": \"mmechuihu\",\n    \"appalls\": \"ngwa\",\n    \"appalment\": \"mbido\",\n    \"appaloosa\": \"apaaloosa\",\n    \"appaloosas\": \"apaloosas\",\n    \"appals\": \"apịtị\",\n    \"appalto\": \"ịtọ\",\n    \"appanage\": \"iku ume\",\n    \"appanaged\": \"kwusara\",\n    \"appanaging\": \"na-emegharị ahụ\",\n    \"appanagist\": \"onye okacha-amara\",\n    \"appar\": \"opi\",\n    \"apparail\": \"ngwa\",\n    \"apparance\": \"mpụta\",\n    \"apparat\": \"ngwa\",\n    \"apparatchik\": \"ngwa\",\n    \"apparatchiki\": \"ngwa\",\n    \"apparatchiks\": \"ngwa\",\n    \"apparation\": \"ngwa\",\n    \"apparatus\": \"ngwa\",\n    \"apparatuses\": \"ngwa\",\n    \"apparel\": \"uwe\",\n    \"appareled\": \"yi uwe\",\n    \"appareling\": \"n'uwe\",\n    \"apparelled\": \"yi uwe\",\n    \"apparelling\": \"uwe\",\n    \"apparelment\": \"uwe\",\n    \"apparels\": \"uwe\",\n    \"apparence\": \"ngwa\",\n    \"apparency\": \"enweghị ego\",\n    \"apparencies\": \"ego\",\n    \"apparent\": \"pụtara\",\n    \"apparentation\": \"ngosipụta\",\n    \"apparentement\": \"ngosipụta\",\n    \"apparentements\": \"ngosipụta\",\n    \"apparently\": \"o doro anya\",\n    \"apparentness\": \"pụtara ìhè\",\n    \"apparition\": \"ngosipụta\",\n    \"apparitional\": \"ọdịdị\",\n    \"apparitions\": \"pụtara\",\n    \"apparitor\": \"apparita\",\n    \"appartement\": \"ngwa\",\n    \"appassionata\": \"apasiata\",\n    \"appassionatamente\": \"mmasi\",\n    \"appassionate\": \"ọmịiko\",\n    \"appassionato\": \"nkasi obi\",\n    \"appast\": \"ngwa\",\n    \"appaume\": \"apịaji\",\n    \"appaumee\": \"ngwaaumee\",\n    \"appd\": \"Appd\",\n    \"appeach\": \"ịrịọ\",\n    \"appeacher\": \"onye ikpe\",\n    \"appeachment\": \"mgbakwunye\",\n    \"appeal\": \"ịrịọ\",\n    \"appealability\": \"ịrịọ\",\n    \"appealable\": \"ịrịọ\",\n    \"appealed\": \"rịọrọ\",\n    \"appealer\": \"onye na-arịọ arịrịọ\",\n    \"appealers\": \"ndị na-arịọ arịrịọ\",\n    \"appealing\": \"na-adọrọ adọrọ\",\n    \"appealingly\": \"na-akpali akpali\",\n    \"appealingness\": \"ịrịọ\",\n    \"appeals\": \"rịọ\",\n    \"appear\": \"gosi\",\n    \"appearance\": \"mpụta\",\n    \"appearanced\": \"okirikiri\",\n    \"appearances\": \"anya\",\n    \"appeared\": \"pụtara\",\n    \"appearer\": \"pụtara ìhè\",\n    \"appearers\": \"ndị ngosi\",\n    \"appearing\": \"na-egosi\",\n    \"appears\": \"na-egosi\",\n    \"appeasable\": \"kemmasi\",\n    \"appeasableness\": \"ime udo\",\n    \"appeasably\": \"were\",\n    \"appease\": \"ime ka obi jụrụ\",\n    \"appeased\": \"jụrụ\",\n    \"appeasement\": \"mkpali\",\n    \"appeasements\": \"Mgbaghara\",\n    \"appeaser\": \"na-akpali akpali\",\n    \"appeasers\": \"na-arịọ\",\n    \"appeases\": \"rịọrọ\",\n    \"appeasing\": \"na-atọ ụtọ\",\n    \"appeasingly\": \"na-atọ ụtọ\",\n    \"appeasive\": \"na-akpali akpali\",\n    \"appellability\": \"ngwa\",\n    \"appellable\": \"appella\",\n    \"appellancy\": \"odida\",\n    \"appellant\": \"onye ikpe\",\n    \"appellants\": \"ndị na-akpọ ụmụaka\",\n    \"appellate\": \"ikpe\",\n    \"appellation\": \"mbido\",\n    \"appellational\": \"Ọkpụkpọ\",\n    \"appellations\": \"ngwa\",\n    \"appellative\": \"appella\",\n    \"appellatived\": \"Kwadoro\",\n    \"appellatively\": \"jiri olu\",\n    \"appellee\": \"mbido\",\n    \"appellees\": \"ngwa\",\n    \"appellors\": \"ndị na-amụ ihe\",\n    \"appels\": \"ngwa\",\n    \"appenage\": \"mgbakwunye\",\n    \"append\": \"gbakwunye\",\n    \"appendage\": \"mgbakwunye\",\n    \"appendaged\": \"agbakwunyere\",\n    \"appendages\": \"ngwa\",\n    \"appendalgia\": \"ngwa\",\n    \"appendance\": \"mgbakwunye\",\n    \"appendancy\": \"ngwa\",\n    \"appendant\": \"ihe mgbakwunye\",\n    \"appendectomy\": \"akụrụngwa\",\n    \"appendectomies\": \"ngwa\",\n    \"appended\": \"agbakwunye\",\n    \"appendence\": \"ngwa\",\n    \"appendency\": \"ngwa\",\n    \"appendent\": \"append\",\n    \"appender\": \"ngwa\",\n    \"appenders\": \"ngwa\",\n    \"appendicalgia\": \"ngwa\",\n    \"appendicate\": \"itinye aka\",\n    \"appendice\": \"mgbakwunye\",\n    \"appendiceal\": \"mgbakwunye\",\n    \"appendicectomy\": \"ngwa\",\n    \"appendices\": \"ngwa\",\n    \"appendicial\": \"ihe mgbakwunye\",\n    \"appendicious\": \"ngwa\",\n    \"appendicocaecostomy\": \"Appendicocaecostomy\",\n    \"appendicostomy\": \"ngwa\",\n    \"appendicular\": \"ngwa ngwa\",\n    \"appendiculata\": \"ngwa\",\n    \"appendiculate\": \"itinye aka\",\n    \"appendiculated\": \"gbakwunye\",\n    \"appending\": \"agbakwunye\",\n    \"appenditious\": \"appendit\",\n    \"appendix\": \"mgbakwunye\",\n    \"appendixes\": \"mgbakwunye\",\n    \"appendixing\": \"mgbakwunye\",\n    \"appendorontgenography\": \"ngwa\",\n    \"appends\": \"ngwa\",\n    \"appennage\": \"mgbakwunye\",\n    \"appense\": \"apenzell\",\n    \"appentice\": \"onye oru oru\",\n    \"appenzell\": \"apenzell\",\n    \"apperceive\": \"dị ike\",\n    \"apperceived\": \"kwuru\",\n    \"apperceiving\": \"na-arụ ọrụ\",\n    \"apperception\": \"nnabata\",\n    \"apperceptionism\": \"nweburu ism\",\n    \"apperceptionist\": \"onye nwe akwukwo\",\n    \"apperceptionistic\": \"ime mmụọ\",\n    \"apperceptive\": \"nke nwere mmụọ\",\n    \"apperceptively\": \"eji mmụọ ozi\",\n    \"appersonation\": \"ngosipụta\",\n    \"appersonification\": \"njirimara\",\n    \"appertain\": \"gosipụta\",\n    \"appertained\": \"appertain\",\n    \"appertaining\": \"appertain\",\n    \"appertainment\": \"nnweta\",\n    \"appertise\": \"apịtị\",\n    \"appestats\": \"ngwugwu\",\n    \"appet\": \"agụụ\",\n    \"appete\": \"ngwa\",\n    \"appetence\": \"agụụ\",\n    \"appetency\": \"agụụ\",\n    \"appetencies\": \"agụụ\",\n    \"appetent\": \"agụụ\",\n    \"appetently\": \"agụụ\",\n    \"appetibility\": \"agụụ\",\n    \"appetible\": \"agụụ\",\n    \"appetibleness\": \"agụụ\",\n    \"appetiser\": \"agụụ\",\n    \"appetising\": \"agụụ\",\n    \"appetisse\": \"agụụ\",\n    \"appetit\": \"agụụ\",\n    \"appetite\": \"agụụ\",\n    \"appetites\": \"agụụ\",\n    \"appetition\": \"agụụ\",\n    \"appetitional\": \"agụụ\",\n    \"appetitious\": \"agụụ\",\n    \"appetitive\": \"agụụ\",\n    \"appetitiveness\": \"agụụ\",\n    \"appetitost\": \"agụụ\",\n    \"appetize\": \"rie\",\n    \"appetized\": \"agụụ\",\n    \"appetizement\": \"agụụ\",\n    \"appetizer\": \"agụụ\",\n    \"appetizers\": \"nri\",\n    \"appetizing\": \"agụụ\",\n    \"appetizingly\": \"agụụ\",\n    \"appius\": \"ngwa\",\n    \"appl\": \"ngwa\",\n    \"applanate\": \"igba\",\n    \"applanation\": \"igba\",\n    \"applaud\": \"ikuaka\",\n    \"applaudable\": \"otuto\",\n    \"applaudably\": \"na-akụ aka\",\n    \"applauded\": \"too\",\n    \"applauder\": \"ịkụ aka\",\n    \"applauders\": \"na-akụ aka\",\n    \"applauding\": \"ịkụ aka\",\n    \"applaudingly\": \"na-akụ aka\",\n    \"applauds\": \"ikuaka\",\n    \"applause\": \"kụrụ aka\",\n    \"applauses\": \"ikuaka\",\n    \"applausive\": \"nke otuto\",\n    \"applausively\": \"nke otuto\",\n    \"apple\": \"apụl\",\n    \"appleberry\": \"apụl\",\n    \"applecart\": \"apụl\",\n    \"appled\": \"etinyere\",\n    \"appledrone\": \"apụl\",\n    \"applegrower\": \"apụl\",\n    \"applejack\": \"apụl\",\n    \"applejohn\": \"apụl\",\n    \"applemonger\": \"apụlonger\",\n    \"applenut\": \"apụl\",\n    \"appleringy\": \"apụl\",\n    \"appleringie\": \"apụl\",\n    \"appleroot\": \"apụl\",\n    \"apples\": \"apụl\",\n    \"applesauce\": \"apụl\",\n    \"applesnits\": \"apụl\",\n    \"applewife\": \"nwunye\",\n    \"applewoman\": \"nwaanyi\",\n    \"applewood\": \"apụlwood\",\n    \"apply\": \"ide\",\n    \"appliable\": \"ngwa\",\n    \"appliableness\": \"ngwa\",\n    \"appliably\": \"ngwa\",\n    \"appliance\": \"ngwa oru\",\n    \"appliances\": \"ngwa\",\n    \"appliant\": \"ocho oru\",\n    \"applicability\": \"itinye n'ọrụ\",\n    \"applicabilities\": \"itinye n'ọrụ\",\n    \"applicable\": \"ọdabara\",\n    \"applicableness\": \"na ọdabara\",\n    \"applicably\": \"ọdabara\",\n    \"applicancy\": \"ocho oru\",\n    \"applicant\": \"ocho oru\",\n    \"applicants\": \"ndị tinyere akwụkwọ\",\n    \"applicate\": \"itinye\",\n    \"application\": \"ngwa\",\n    \"applications\": \"ngwa\",\n    \"applicative\": \"itinye n'ọrụ\",\n    \"applicatively\": \"itinye n'ọrụ\",\n    \"applicator\": \"ngwa\",\n    \"applicatory\": \"na-etinye n'ọrụ\",\n    \"applicatorily\": \"n'ụzọ\",\n    \"applicators\": \"ndị ntinye akwụkwọ\",\n    \"applied\": \"etinyere\",\n    \"appliedly\": \"etinyere\",\n    \"applier\": \"ngwa\",\n    \"appliers\": \"ngwa\",\n    \"applies\": \"metụtara\",\n    \"applying\": \"itinye\",\n    \"applyingly\": \"itinye\",\n    \"applyment\": \"itinye n'ọrụ\",\n    \"appling\": \"na-akụ\",\n    \"applique\": \"ngwa\",\n    \"appliqued\": \"ite\",\n    \"appliqueing\": \"ngwa\",\n    \"appliques\": \"ngwa\",\n    \"applosion\": \"mbido\",\n    \"applosive\": \"keukwu\",\n    \"applot\": \"itinye\",\n    \"applotment\": \"ọrụ\",\n    \"appmt\": \"ngwa\",\n    \"appoggiatura\": \"ngwa\",\n    \"appoggiature\": \"ngwa\",\n    \"appoint\": \"họpụta\",\n    \"appointable\": \"abletọ\",\n    \"appointe\": \"ahọpụtakwa\",\n    \"appointed\": \"họpụtara\",\n    \"appointee\": \"onye ahọpụtara\",\n    \"appointees\": \"ndị ahọpụtara\",\n    \"appointer\": \"họpụtara\",\n    \"appointers\": \"nhọpụta\",\n    \"appointing\": \"na-ahọpụta\",\n    \"appointive\": \"họpụtara\",\n    \"appointively\": \"na-ahọpụta\",\n    \"appointment\": \"oru\",\n    \"appointments\": \"agba\",\n    \"appointor\": \"họpụtara\",\n    \"appoints\": \"ahọpụta\",\n    \"appomatox\": \"ngwa\",\n    \"appomattoc\": \"mmmmmmmmmmmmm\",\n    \"appomattox\": \"ngwa\",\n    \"apport\": \"ịdọ aka na ntị\",\n    \"apportion\": \"oke\",\n    \"apportionate\": \"etinyere\",\n    \"apportioned\": \"ekewa\",\n    \"apportioner\": \"onye n'eme ihe\",\n    \"apportioning\": \"ịkesa\",\n    \"apportionment\": \"n'ike\",\n    \"apportionments\": \"ihe ndi ozo\",\n    \"apportions\": \"appor\",\n    \"appose\": \"were\",\n    \"apposed\": \"akagbuo\",\n    \"apposer\": \"akpo\",\n    \"apposers\": \"ngwa\",\n    \"apposes\": \"na-akwado\",\n    \"apposing\": \"na-anọchi\",\n    \"apposiopestic\": \"ngwa\",\n    \"apposite\": \"ngwa\",\n    \"appositely\": \"n'ụzọ doro anya\",\n    \"appositeness\": \"ịdị njikere\",\n    \"apposition\": \"ọrụ\",\n    \"appositional\": \"nkwupụta\",\n    \"appositionally\": \"na-arụ ọrụ\",\n    \"appositions\": \"akuko\",\n    \"appositive\": \"akasi\",\n    \"appositively\": \"n'ụzọ ziri ezi\",\n    \"apppetible\": \"ime ngwa ngwa\",\n    \"appraisal\": \"ọnụahịa\",\n    \"appraise\": \"chịkọba\",\n    \"appraised\": \"Kwadoro\",\n    \"appraisement\": \"appraisita\",\n    \"appraiser\": \"onye nyocha\",\n    \"appraisers\": \"ndị nyocha\",\n    \"appraises\": \"Kwadoro\",\n    \"appraising\": \"nyocha\",\n    \"appraisingly\": \"appraising\",\n    \"appraisive\": \"Kwadoro\",\n    \"apprecate\": \"nwee ekele\",\n    \"appreciable\": \"nwere ekele\",\n    \"appreciably\": \"ekele\",\n    \"appreciant\": \"ekele\",\n    \"appreciate\": \"nwee ekele\",\n    \"appreciated\": \"nwere ekele\",\n    \"appreciates\": \"nwere ekele\",\n    \"appreciating\": \"nwee ekele\",\n    \"appreciatingly\": \"na-ekele\",\n    \"appreciation\": \"ekele\",\n    \"appreciational\": \"ekele\",\n    \"appreciations\": \"ekele\",\n    \"appreciativ\": \"nweke\",\n    \"appreciative\": \"ekele\",\n    \"appreciatively\": \"ekele\",\n    \"appreciativeness\": \"ekele\",\n    \"appreciator\": \"ekele\",\n    \"appreciatory\": \"ekele\",\n    \"appreciatorily\": \"ekele\",\n    \"appreciators\": \"ndị nwere ekele\",\n    \"appredicate\": \"ikwe\",\n    \"apprehend\": \"nwudo\",\n    \"apprehendable\": \"jidere\",\n    \"apprehended\": \"jidere\",\n    \"apprehender\": \"nwude\",\n    \"apprehending\": \"ijide\",\n    \"apprehendingly\": \"na-ejide anyị\",\n    \"apprehends\": \"na-ejide\",\n    \"apprehensibility\": \"ụjọ\",\n    \"apprehensible\": \"ụjọ\",\n    \"apprehensibly\": \"jiri ụjọ\",\n    \"apprehension\": \"ụjọ\",\n    \"apprehensions\": \"ụjọ\",\n    \"apprehensive\": \"na-atụ ụjọ\",\n    \"apprehensively\": \"n'egwu\",\n    \"apprehensiveness\": \"ụjọ\",\n    \"apprend\": \"nw\",\n    \"apprense\": \"ime obi uto\",\n    \"apprentice\": \"onye oru oru\",\n    \"apprenticed\": \"mụrụ ọrụ\",\n    \"apprenticehood\": \"amụ ọrụ\",\n    \"apprenticement\": \"mmụta\",\n    \"apprentices\": \"ndị na-amụ ọrụ\",\n    \"apprenticeship\": \"ịmụ ọrụ\",\n    \"apprenticeships\": \"ọrụ ọmụmụ\",\n    \"apprenticing\": \"ịmụ ọrụ\",\n    \"appress\": \"megbuo\",\n    \"appressed\": \"emegbu\",\n    \"appressor\": \"onye mmegbu\",\n    \"appressorial\": \"ihe ngosi\",\n    \"appressorium\": \"ụlọ ọrụ\",\n    \"appreteur\": \"jide\",\n    \"appreve\": \"nwudo\",\n    \"apprise\": \"appris\",\n    \"apprised\": \"chiri\",\n    \"appriser\": \"ngwa\",\n    \"apprisers\": \"ngwa\",\n    \"apprising\": \"ngwa\",\n    \"apprizal\": \"ngwa\",\n    \"apprize\": \"tie mkpu\",\n    \"apprized\": \"nyere ikike\",\n    \"apprizement\": \"ngwa\",\n    \"apprizer\": \"onye oru\",\n    \"apprizers\": \"ọrụ\",\n    \"apprizes\": \"ngwa\",\n    \"apprizing\": \"na-akụ\",\n    \"appro\": \"ihu\",\n    \"approach\": \"obibia\",\n    \"approachability\": \"ijekwuru\",\n    \"approachabl\": \"bịakwute\",\n    \"approachable\": \"na-abiaru nso\",\n    \"approachableness\": \"na-abiaru nso\",\n    \"approached\": \"bịakwutere\",\n    \"approacher\": \"onye ozi\",\n    \"approachers\": \"ndị na-abịakwute ya\",\n    \"approaches\": \"na-eru nso\",\n    \"approaching\": \"na-eru nso\",\n    \"approachless\": \"na-abịaru nso\",\n    \"approachment\": \"obibia\",\n    \"approbate\": \"kwado\",\n    \"approbated\": \"nkwado\",\n    \"approbating\": \"nkwado\",\n    \"approbation\": \"nkwado\",\n    \"approbations\": \"Nkwado\",\n    \"approbative\": \"na-akwado\",\n    \"approbativeness\": \"ihu ọma\",\n    \"approbator\": \"nkwado\",\n    \"approbatory\": \"na-akwado\",\n    \"apprompt\": \"ngwa\",\n    \"approof\": \"inyeaka\",\n    \"appropinquate\": \"zuru oke\",\n    \"appropinquation\": \"ikike\",\n    \"appropinquity\": \"ịba ụba\",\n    \"appropre\": \"Ikenna\",\n    \"appropriable\": \"kwesịrị ekwesị\",\n    \"appropriament\": \"kwesịrị ekwesị\",\n    \"appropriate\": \"kwesịrị ekwesị\",\n    \"appropriated\": \"kwesịrị ekwesị\",\n    \"appropriately\": \"n'ụzọ kwesịrị ekwesị\",\n    \"appropriateness\": \"kwesịrị ekwesị\",\n    \"appropriates\": \"kwesịrị\",\n    \"appropriating\": \"kwesịrị\",\n    \"appropriation\": \"oruru\",\n    \"appropriations\": \"kwesịrị\",\n    \"appropriative\": \"kwesịrị ekwesị\",\n    \"appropriativeness\": \"kwesịrị ekwesị\",\n    \"appropriator\": \"onye nkasi\",\n    \"appropriators\": \"ndị na-achọ ihe\",\n    \"approvability\": \"nkwanye ùgwù\",\n    \"approvable\": \"nkwenye\",\n    \"approvableness\": \"kwesịrị ekwesị\",\n    \"approvably\": \"kwenyere\",\n    \"approval\": \"nkwenye\",\n    \"approvals\": \"Nkwado\",\n    \"approvance\": \"ndokwa\",\n    \"approve\": \"kwado\",\n    \"approved\": \"kwadoro\",\n    \"approvedly\": \"kwadoro\",\n    \"approvedness\": \"nnabata\",\n    \"approvement\": \"Nkwado\",\n    \"approver\": \"kwadoro\",\n    \"approvers\": \"Na-akwado\",\n    \"approves\": \"kwetara\",\n    \"approving\": \"na-akwado\",\n    \"approvingly\": \"na-akwado\",\n    \"approx\": \"ihe ruru\",\n    \"approximable\": \"Nke kachasi nso\",\n    \"approximal\": \"nke kachasi nso\",\n    \"approximant\": \"idi nso\",\n    \"approximants\": \"ihe ruru\",\n    \"approximate\": \"nke oma\",\n    \"approximated\": \"ihe ruru\",\n    \"approximately\": \"ihe dị ka\",\n    \"approximates\": \"ihe ruru\",\n    \"approximating\": \"na-agbatị\",\n    \"approximation\": \"Nkechi\",\n    \"approximations\": \"approximation\",\n    \"approximative\": \"ihe ruru\",\n    \"approximatively\": \"ihe ruru\",\n    \"approximativeness\": \"approximation\",\n    \"approximator\": \"ihe omuma\",\n    \"appt\": \"ngwa\",\n    \"apptd\": \"ngwa\",\n    \"appulse\": \"ime ihe\",\n    \"appulses\": \"ngwa\",\n    \"appulsion\": \"appuls\",\n    \"appulsive\": \"na-ewe iwe\",\n    \"appulsively\": \"ngwa ngwa\",\n    \"appunctuation\": \"mkpochapụ\",\n    \"appurtenance\": \"ngwa\",\n    \"appurtenances\": \"ngwa\",\n    \"apractic\": \"enweghị isi\",\n    \"apreynte\": \"aparente\",\n    \"apricate\": \"aprịkọt\",\n    \"aprication\": \"ekele\",\n    \"aprickle\": \"aprịlị\",\n    \"apricot\": \"aprịkọt\",\n    \"apricots\": \"aprịkọt\",\n    \"apriorist\": \"onye ọ bụla\",\n    \"aprioristic\": \"nkwanye ugwu\",\n    \"aprioristically\": \"nkwanye ugwu\",\n    \"apriority\": \"ịdị mkpa\",\n    \"aproctous\": \"enweghị mmasị\",\n    \"apron\": \"onu ogbom\",\n    \"aproned\": \"onuogugu\",\n    \"aproneer\": \"onye na-ahụ n'anya\",\n    \"apronful\": \"ogbe\",\n    \"aproning\": \"ikwuputa\",\n    \"apronless\": \"enweghị atụ\",\n    \"aprons\": \"Uwe mkpuchi\",\n    \"aprosexia\": \"Udochukwu\",\n    \"apsychical\": \"kechioma\",\n    \"apt\": \"nke dabara\",\n    \"aptate\": \"Ikwesiri\",\n    \"apteral\": \"enweghị mmasị\",\n    \"apteran\": \"Ogbe\",\n    \"apteryges\": \"apụl\",\n    \"apterygial\": \"apịtị\",\n    \"apterygotous\": \"apịtịgotous\",\n    \"apteryx\": \"apịtịx\",\n    \"apterous\": \"afor\",\n    \"aptest\": \"nke dabara adaba\",\n    \"aptyalism\": \"ntụkwasị obi\",\n    \"aptychus\": \"Ukpala\",\n    \"aptitude\": \"nka\",\n    \"aptitudes\": \"ezi uche\",\n    \"aptly\": \"n'ụzọ dabara adaba\",\n    \"aptness\": \"ngwa ngwa\",\n    \"aptnesses\": \"nka\",\n    \"apts\": \"apta\",\n    \"apurpose\": \"eburu\",\n    \"aquaculture\": \"akuru mmiri\",\n    \"aquaduct\": \"ọwara mmiri\",\n    \"aquaducts\": \"ọwa mmiri\",\n    \"aquafer\": \"aquifer\",\n    \"aquafortis\": \"aqua fortis\",\n    \"aquage\": \"mmiri\",\n    \"aqualunger\": \"aqualung\",\n    \"aquameter\": \"aquamita\",\n    \"aquaplaning\": \"akpo\",\n    \"aquarelles\": \"akuru mmiri\",\n    \"aquarellist\": \"onye akuru mmiri\",\n    \"aquarian\": \"mmiri mmiri\",\n    \"aquarians\": \"ndi mmiri\",\n    \"aquariia\": \"akwarium\",\n    \"aquariiums\": \"akwarium\",\n    \"aquarists\": \"ndi akuku mmiri\",\n    \"aquarium\": \"akwarium\",\n    \"aquariums\": \"akwarium\",\n    \"aquarter\": \"otu ụzọ n'ụzọ anọ\",\n    \"aquascope\": \"aquascape\",\n    \"aquate\": \"mmiri\",\n    \"aquatic\": \"mmiri\",\n    \"aquatically\": \"mmiri\",\n    \"aquatics\": \"mmiri\",\n    \"aquatinted\": \"aquatin juru\",\n    \"aquativeness\": \"mmiri mmiri\",\n    \"aqueduct\": \"ọwa mmiri\",\n    \"aqueducts\": \"ọwa mmiri\",\n    \"aqueity\": \"mmiri\",\n    \"aqueoglacial\": \"ebe obibi\",\n    \"aqueous\": \"mmiri\",\n    \"aqueously\": \"n'ụzọ mmiri\",\n    \"aqueousness\": \"mmiri\",\n    \"aquiclude\": \"mmiri mmiri\",\n    \"aquiculture\": \"akuru mmiri\",\n    \"aquitanian\": \"mmiri mmiri\",\n    \"aquiver\": \"akuku mmiri\",\n    \"aquose\": \"kootu\",\n    \"aquotize\": \"inu mmiri\",\n    \"arabian\": \"Arabian\",\n    \"arabians\": \"arabia\",\n    \"arability\": \"ikike\",\n    \"arabist\": \"onye arabia\",\n    \"arabize\": \"ịhazi\",\n    \"arabizes\": \"arabized\",\n    \"arabophil\": \"arabophile\",\n    \"arabs\": \"Ndị Arab\",\n    \"aracanga\": \"araca ga\",\n    \"arachnean\": \"Arachnean\",\n    \"arachnology\": \"ihe omuma\",\n    \"arachnological\": \"ihe omuma\",\n    \"arachnologist\": \"ọkà mmụta ihe ọmụmụ\",\n    \"araeostyle\": \"onyebuenwe\",\n    \"aralkyl\": \"mmmmmmmmmmmmm\",\n    \"aralkylated\": \"ekwahk\",\n    \"aramaicize\": \"ịhazi\",\n    \"aramaism\": \"arama\",\n    \"aramitess\": \"bụrụ nwaanyị\",\n    \"aranea\": \"Aranea\",\n    \"araneology\": \"ihe omumu\",\n    \"araneous\": \"nedị\",\n    \"arangoes\": \"ndokwa\",\n    \"aratory\": \"na-elekọta\",\n    \"araucanian\": \"Araucanian\",\n    \"arb\": \"ngụ\",\n    \"arbalist\": \"onye nyocha\",\n    \"arbalister\": \"mkpokoro\",\n    \"arbalists\": \"ndi ogwu\",\n    \"arber\": \"osisi\",\n    \"arbiter\": \"onye mkpezi ikpe\",\n    \"arbiters\": \"ndị mkpezi ikpe\",\n    \"arbith\": \"njide\",\n    \"arbitrable\": \"agbagha\",\n    \"arbitrage\": \"aka ike\",\n    \"arbitrager\": \"onye mkpezi ikpe\",\n    \"arbitragers\": \"ndị mkpezi ikpe\",\n    \"arbitrageur\": \"ọkaiwu\",\n    \"arbitragist\": \"onye aka ike\",\n    \"arbitrament\": \"aka ike\",\n    \"arbitrary\": \"aka ike\",\n    \"arbitrarily\": \"aka ike\",\n    \"arbitrariness\": \"aka ike\",\n    \"arbitrate\": \"kpe ikpe\",\n    \"arbitrated\": \"kpeziri\",\n    \"arbitrates\": \"mkpezi ikpe\",\n    \"arbitrating\": \"mkpezi ikpe\",\n    \"arbitration\": \"mkpezi ikpe\",\n    \"arbitrational\": \"mkpezi ikpe\",\n    \"arbitrationist\": \"onye mkpezi ikpe\",\n    \"arbitrations\": \"mkpezi ikpe\",\n    \"arbitrative\": \"aka ike\",\n    \"arbitrator\": \"onye mkpezi ikpe\",\n    \"arbitrators\": \"ndị ikpe\",\n    \"arbitratorship\": \"aka aka ekpe\",\n    \"arbitre\": \"kpebie\",\n    \"arbitrer\": \"onye ikpe\",\n    \"arbitress\": \"onye akaebe\",\n    \"arbitry\": \"aka ike\",\n    \"arblast\": \"ikuku ikuku\",\n    \"arboloco\": \"arboloko\",\n    \"arboraceous\": \"Okike\",\n    \"arboral\": \"arboreal\",\n    \"arborary\": \"aka ike\",\n    \"arborator\": \"okike okike\",\n    \"arborean\": \"Obosara\",\n    \"arbored\": \"akaike\",\n    \"arboreous\": \"dị egwu\",\n    \"arborer\": \"Onye akaebe\",\n    \"arbores\": \"arbobo\",\n    \"arborescence\": \"enweghi ike\",\n    \"arborescently\": \"n'arụ ọrụ\",\n    \"arboresque\": \"mmmmmmmmmmmmm\",\n    \"arboretum\": \"Obosara\",\n    \"arboretums\": \"arboretum\",\n    \"arbory\": \"azu\",\n    \"arborical\": \"nwere ike\",\n    \"arboricolous\": \"mmmmmmmmmmmmm\",\n    \"arboricultural\": \"omenala\",\n    \"arboriculture\": \"okooko osisi\",\n    \"arboriculturist\": \"mmmmmmmmmmmmm\",\n    \"arborise\": \"mgbaba\",\n    \"arborist\": \"onye okike\",\n    \"arborists\": \"ndi oru ugbo\",\n    \"arborize\": \"weghaara\",\n    \"arborized\": \"agbadoro\",\n    \"arborizes\": \"na-agbakwunye\",\n    \"arborizing\": \"na-agbakwunye\",\n    \"arborous\": \"dị egwu\",\n    \"arbors\": \"arbor\",\n    \"arbour\": \"arbor\",\n    \"arboured\": \"arbour\",\n    \"arbs\": \"Arba\",\n    \"arbust\": \"agba\",\n    \"arbute\": \"njiko\",\n    \"arbutes\": \"ngwa ngwa\",\n    \"arbutinase\": \"arbutin se\",\n    \"arbutus\": \"ikechukwu\",\n    \"arbutuses\": \"ikechukwu\",\n    \"arc\": \"aak\",\n    \"arcacea\": \"arcadia\",\n    \"arcaded\": \"Ọtụtụ afọ\",\n    \"arcades\": \"Ọtụtụ afọ\",\n    \"arcadianly\": \"arcadian\",\n    \"arcadians\": \"arcadian\",\n    \"arcading\": \"ịgba\",\n    \"arcanist\": \"ihe omimi\",\n    \"arcate\": \"ịkpa\",\n    \"arcature\": \"ihe ndozi\",\n    \"arcboutant\": \"dị ebube\",\n    \"arccos\": \"arcos\",\n    \"arccosine\": \"arkosine\",\n    \"arch\": \"njiko\",\n    \"archae\": \"ihe ochie\",\n    \"archaean\": \"ihe ochie\",\n    \"archaeocyte\": \"ihe ochie\",\n    \"archaeogeology\": \"ihe omumu\",\n    \"archaeography\": \"ihe ochie\",\n    \"archaeographic\": \"ihe ochie\",\n    \"archaeographical\": \"ihe ochie\",\n    \"archaeol\": \"ihe mgbe ochie\",\n    \"archaeolater\": \"ihe ochie\",\n    \"archaeolatry\": \"ihe ochie\",\n    \"archaeolith\": \"ihe ochie\",\n    \"archaeolithic\": \"ihe omumu\",\n    \"archaeologer\": \"ọkà mmụta ihe ochie\",\n    \"archaeology\": \"ihe omumu ihe ochie\",\n    \"archaeologian\": \"ọkà mmụta ihe ochie\",\n    \"archaeologic\": \"ihe omumu\",\n    \"archaeological\": \"ihe ochie\",\n    \"archaeologically\": \"ihe omumu\",\n    \"archaeologist\": \"ọkà mmụta ihe ochie\",\n    \"archaeologists\": \"ndị ọkà mmụta ihe ochie\",\n    \"archaeomagnetism\": \"ihe omumu\",\n    \"archaeopteryx\": \"archeopteryx\",\n    \"archaeornithes\": \"ihe ochie\",\n    \"archaeotherium\": \"ihe ochie\",\n    \"archaeus\": \"ihe ochie\",\n    \"archagitator\": \"onyeisi oche\",\n    \"archaic\": \"oge ochie\",\n    \"archaical\": \"oge ochie\",\n    \"archaically\": \"oge ochie\",\n    \"archaicness\": \"oge ochie\",\n    \"archaised\": \"archaise\",\n    \"archaiser\": \"onye ndu\",\n    \"archaises\": \"eburu\",\n    \"archaising\": \"ego\",\n    \"archaisms\": \"archa\",\n    \"archaist\": \"onye ochie\",\n    \"archaistic\": \"oge ochie\",\n    \"archaists\": \"ndi archa\",\n    \"archaize\": \"ikechi\",\n    \"archaizer\": \"onye ndozi\",\n    \"archangel\": \"onyeisi ndị mmụọ ozi\",\n    \"archangelic\": \"archangelica\",\n    \"archangelical\": \"archangelica\",\n    \"archangels\": \"ndị mmụọ ozi\",\n    \"archangelship\": \"onyeisi ndị mmụọ ozi\",\n    \"archantagonist\": \"onye omenkà\",\n    \"archanthropine\": \"mmmmmmmmmmmmm\",\n    \"archantiquary\": \"ihe eji arụ ọrụ\",\n    \"archarchitect\": \"onye architekt\",\n    \"archartist\": \"onye ode akwukwo\",\n    \"archbancs\": \"archbanc\",\n    \"archband\": \"akwa akpa\",\n    \"archbishop\": \"achịbishọp\",\n    \"archbishopess\": \"achịbishọp\",\n    \"archbishopry\": \"achịbishọp\",\n    \"archbishops\": \"achịbishọp\",\n    \"archbotcher\": \"njiko ochi\",\n    \"archchronicler\": \"akuko nka\",\n    \"archcity\": \"njiko\",\n    \"archconspirator\": \"archonspirator\",\n    \"archcount\": \"akuko\",\n    \"archcritic\": \"akuko\",\n    \"archcupbearer\": \"njide ihe\",\n    \"archd\": \"njiko\",\n    \"archdeaconship\": \"ụgbọ mmiri archdeacon\",\n    \"archdean\": \"archdeacon\",\n    \"archdeanery\": \"njiko deanery\",\n    \"archdeceiver\": \"onye ndu\",\n    \"archdefender\": \"Akuko\",\n    \"archdepredator\": \"onye na-akọ ihe\",\n    \"archdespot\": \"agbachi\",\n    \"archdetective\": \"onye ndu\",\n    \"archdiocese\": \"achịbishọp\",\n    \"archdioceses\": \"archdịọcese\",\n    \"archduchess\": \"akuko\",\n    \"archduchesses\": \"akuko\",\n    \"archduchy\": \"njiko\",\n    \"archduchies\": \"akuko\",\n    \"archduxe\": \"archduke\",\n    \"arche\": \"ụta\",\n    \"archeal\": \"archean\",\n    \"archearl\": \"ihe ochie\",\n    \"archecclesiastic\": \"ụkọ ụka\",\n    \"archelogy\": \"ihe ochie\",\n    \"archemastry\": \"ihe omimi\",\n    \"archemperor\": \"eze ukwu\",\n    \"archenemy\": \"onye iro\",\n    \"archenemies\": \"ndi iro\",\n    \"archengineer\": \"ihe omumu ihe\",\n    \"archenteric\": \"ihe ochie\",\n    \"archeol\": \"ihe ochie\",\n    \"archeology\": \"ihe omumu ihe ochie\",\n    \"archeologian\": \"ọkà mmụta ihe ochie\",\n    \"archeologic\": \"ihe ochie\",\n    \"archeological\": \"ihe ochie\",\n    \"archeologically\": \"ihe ochie\",\n    \"archeologist\": \"ọkà mmụta ihe ochie\",\n    \"archer\": \"agba ụta\",\n    \"archeress\": \"ndi ozo\",\n    \"archerfish\": \"akụ azụ\",\n    \"archerfishes\": \"akụ azụ\",\n    \"archery\": \"agba ụta\",\n    \"archeries\": \"ihe ochie\",\n    \"archers\": \"ndị na-agba ụta\",\n    \"archership\": \"arche arche\",\n    \"archespore\": \"ụlọ ihe ochie\",\n    \"archespores\": \"ihe ochie\",\n    \"archesporial\": \"ihe ochie\",\n    \"archest\": \"ụbọ akwara\",\n    \"archetypally\": \"oge ochie\",\n    \"archetypical\": \"ihe ochie\",\n    \"archetypist\": \"archetypes\",\n    \"archettos\": \"archetto\",\n    \"archeunuch\": \"ọnaozi ọna\",\n    \"archfiend\": \"njidi\",\n    \"archflamen\": \"mmmmmmmmmmmmm\",\n    \"archfriend\": \"enyi\",\n    \"archgovernor\": \"archgovanọ\",\n    \"archgunner\": \"akuko\",\n    \"archhead\": \"isi\",\n    \"archheart\": \"akuko\",\n    \"archheretic\": \"akuko\",\n    \"archhouse\": \"ulo ulo\",\n    \"archiannelida\": \"Archiannelida\",\n    \"archiater\": \"ebe nchekwa\",\n    \"archibald\": \"nchịkọta\",\n    \"archibenthal\": \"ebe nchekwa\",\n    \"archibenthic\": \"nchekwa\",\n    \"archibenthos\": \"akụrụngwa\",\n    \"archiblast\": \"nchịkọta\",\n    \"archiblastic\": \"nchịkọta\",\n    \"archiblastoma\": \"Archiblastoma\",\n    \"archiblastula\": \"nchekwa akwụkwọ\",\n    \"archibuteo\": \"Archibuteo\",\n    \"archical\": \"oge ochie\",\n    \"archichlamydeous\": \"mmmmmmmmmmmmm\",\n    \"archicyte\": \"njide ihe\",\n    \"archicontinent\": \"ihe omimi\",\n    \"archiepiscopacy\": \"Archiepiscopacy\",\n    \"archiepiscopal\": \"Archiepiscopal\",\n    \"archiepiscopality\": \"Archiepiscopality\",\n    \"archiepiscopally\": \"Archiepiscopally\",\n    \"archiepiscopate\": \"Archiepiscopate\",\n    \"archiheretical\": \"ebe nchekwa\",\n    \"archikaryon\": \"akụkọ\",\n    \"archil\": \"ọba\",\n    \"archilithic\": \"akwukwo\",\n    \"archilla\": \"nnukwu\",\n    \"archilochian\": \"ochie\",\n    \"archilowe\": \"ochie\",\n    \"archils\": \"ederede\",\n    \"archilute\": \"akwukwoatu\",\n    \"archimedean\": \"ogechi\",\n    \"archimedes\": \"nkd\",\n    \"archimime\": \"nnukwu oge\",\n    \"archine\": \"akuko\",\n    \"archineuron\": \"akuko\",\n    \"archings\": \"njiko\",\n    \"archipallial\": \"Archipallial\",\n    \"archipallium\": \"Archipallium\",\n    \"archipelagian\": \"onye agwaetiti\",\n    \"archipelagic\": \"akipelagic\",\n    \"archipelago\": \"agwaetiti\",\n    \"archipelagoes\": \"agwaetiti\",\n    \"archipelagos\": \"agwaetiti\",\n    \"archiphoneme\": \"Archiphoneme\",\n    \"archipin\": \"nchekwa\",\n    \"archiplasm\": \"akụrụngwa\",\n    \"archiplasmic\": \"akụrụngwa\",\n    \"archiplata\": \"nchekwa\",\n    \"archiprelatical\": \"ihe omumu\",\n    \"archipresbyter\": \"ebe nchekwa\",\n    \"archipterygial\": \"ebe nchekwa\",\n    \"archipterygium\": \"ebe nchekwa akwụkwọ\",\n    \"archispore\": \"njiko\",\n    \"archit\": \"akuko\",\n    \"architect\": \"onye na-ese ụkpụrụ ụlọ\",\n    \"architective\": \"onye na-atụpụta ụkpụrụ ụlọ\",\n    \"architectonic\": \"ọpụrụiche\",\n    \"architectonica\": \"iwu ụlọ\",\n    \"architectonically\": \"ụkpụrụ ụlọ\",\n    \"architectonics\": \"ụkpụrụ ụlọ\",\n    \"architectress\": \"onye na-ese ụkpụrụ ụlọ\",\n    \"architects\": \"ndị na-edepụta ụkpụrụ ụlọ\",\n    \"architectural\": \"ụkpụrụ ụlọ\",\n    \"architecturalist\": \"onye na-atụpụta ụkpụrụ ụlọ\",\n    \"architecturally\": \"ụkpụrụ ụlọ\",\n    \"architecture\": \"ije\",\n    \"architectures\": \"ụkpụrụ ụlọ\",\n    \"architecturesque\": \"ụkpụrụ ụlọ\",\n    \"architecure\": \"ije\",\n    \"architeuthis\": \"ndị omenkà\",\n    \"architypographer\": \"onye na-ese ihe ngwa ngwa\",\n    \"architraval\": \"architraves\",\n    \"architraved\": \"architraves\",\n    \"archival\": \"ochie\",\n    \"archivault\": \"ebe nrụọrụ\",\n    \"archive\": \"Archive\",\n    \"archived\": \"edebe\",\n    \"archiver\": \"nchekwa\",\n    \"archivers\": \"ndị na-edebe akwụkwọ\",\n    \"archives\": \"ebe nchekwa\",\n    \"archiving\": \"nchekwa\",\n    \"archivist\": \"onye na-edebe ihe\",\n    \"archivists\": \"ndị nchekwa\",\n    \"archivolt\": \"edepụtara\",\n    \"archizoic\": \"ihe omumu\",\n    \"archjockey\": \"njiko jockey\",\n    \"archking\": \"ịkpa\",\n    \"archleader\": \"onye ndu\",\n    \"archlecher\": \"njikoka\",\n    \"archleveler\": \"njiko okike\",\n    \"archlexicographer\": \"ọkọlọtọ lexicographer\",\n    \"archly\": \"igodo\",\n    \"archlute\": \"mmachi\",\n    \"archmachine\": \"ngwa oru igwe\",\n    \"archmime\": \"nnukwu oge\",\n    \"archminister\": \"ochimili\",\n    \"archmonarchy\": \"ọchịchị archmonarchy\",\n    \"archness\": \"njiko\",\n    \"archnesses\": \"njiko\",\n    \"archology\": \"nkà mmụta ihe ochie\",\n    \"archons\": \"amaokwu\",\n    \"archonship\": \"mmachi\",\n    \"archonships\": \"ihe omumu\",\n    \"archont\": \"archo\",\n    \"archpapist\": \"akachpapist\",\n    \"archpastor\": \"onye ndu\",\n    \"archpatriarch\": \"onyeisi ala\",\n    \"archphylarch\": \"mmmmmmmmmmmmm\",\n    \"archphilosopher\": \"ọkà ihe ọmụma\",\n    \"archpiece\": \"ihe ndozi\",\n    \"archpilferer\": \"akukoukwu\",\n    \"archpillar\": \"archillar\",\n    \"archplagiarist\": \"onye okacha mara\",\n    \"archplayer\": \"onye okacha mara\",\n    \"archplotter\": \"ihe ndozi\",\n    \"archplunderer\": \"onyekachi\",\n    \"archpoet\": \"akuko\",\n    \"archpolitician\": \"dibia iwu\",\n    \"archpractice\": \"nkà\",\n    \"archprelate\": \"ịkọwa ihe\",\n    \"archpriesthood\": \"ikike\",\n    \"archpriestship\": \"ọrụ ndị nchụ aja\",\n    \"archprimate\": \"akachukwu\",\n    \"archprince\": \"echiche\",\n    \"archprophet\": \"artikke\",\n    \"archpublican\": \"obodo ukwu\",\n    \"archpuritan\": \"obodo ukwu\",\n    \"archreactionary\": \"mmachi\",\n    \"archrebel\": \"akuko\",\n    \"archrepresentative\": \"ọchụnta ego\",\n    \"archrobber\": \"akuko\",\n    \"archrogue\": \"akuko\",\n    \"archsacrificer\": \"ihechighari\",\n    \"archsaint\": \"akwa\",\n    \"archsee\": \"njide\",\n    \"archsewer\": \"njiko ihe\",\n    \"archshepherd\": \"achi onye ọzụzụ atụrụ\",\n    \"archsin\": \"njiko na\",\n    \"archsynagogue\": \"ụlọ nzukọ ụlọ arch\",\n    \"archspy\": \"njikoka\",\n    \"archsteward\": \"ogechi\",\n    \"archswindler\": \"onye ekpomoko\",\n    \"archt\": \"njiko\",\n    \"archtempter\": \"ihe njide ihe\",\n    \"archthief\": \"njiko ohi\",\n    \"archtyrant\": \"njide aka ike\",\n    \"archtraitor\": \"ọkaibe\",\n    \"archtreasurer\": \"njiko akuko\",\n    \"archtreasurership\": \"njide ihe\",\n    \"archurger\": \"onyechichukwu\",\n    \"archvestryman\": \"onyechi nwoke\",\n    \"archvillainy\": \"archvillain\",\n    \"archvisitor\": \"njiko onye nleta\",\n    \"archwag\": \"uzo\",\n    \"archway\": \"uzo\",\n    \"archways\": \"okporo ụzọ\",\n    \"archwife\": \"nwunye nwanyi\",\n    \"archwise\": \"akuko\",\n    \"archworker\": \"onye oru aka\",\n    \"arciferous\": \"arcife ihe\",\n    \"arcite\": \"ichi\",\n    \"arcked\": \"agbachi\",\n    \"arcking\": \"igwu\",\n    \"arclength\": \"arc ogologo\",\n    \"arcocentrous\": \"ihe omuma\",\n    \"arcocentrum\": \"arco centrum\",\n    \"arcograph\": \"ihe osise\",\n    \"arcos\": \"arks\",\n    \"arcose\": \"arks\",\n    \"arcs\": \"ngwa\",\n    \"arcsine\": \"arksine\",\n    \"arctalian\": \"Okike\",\n    \"arctan\": \"Ihe\",\n    \"arctangent\": \"artiktar\",\n    \"arctation\": \"aro\",\n    \"arctian\": \"Omenala\",\n    \"arctically\": \"dị iche iche\",\n    \"arctician\": \"ọkachamara\",\n    \"arcticizing\": \"na-egbu egbu\",\n    \"arcticology\": \"ihe omumu\",\n    \"arcticologist\": \"ọkà mmụta ihe banyere mmadụ\",\n    \"arctics\": \"artiki\",\n    \"arcticward\": \"Arcticward\",\n    \"arcticwards\": \"ndagwurugwu\",\n    \"arctiid\": \"artik\",\n    \"arctium\": \"artium\",\n    \"arctocephalus\": \"artikcephalus\",\n    \"arctogaea\": \"artodagae\",\n    \"arctogaean\": \"artogogaan\",\n    \"arctoid\": \"artikt\",\n    \"arctomys\": \"ndi ozo\",\n    \"arctos\": \"artizọ\",\n    \"arcturia\": \"artikia\",\n    \"arcturus\": \"artiktọs\",\n    \"arcuated\": \"ejikere\",\n    \"arcuately\": \"n'ụzọ\",\n    \"arcubos\": \"arpọbos\",\n    \"arcula\": \"ịkọ\",\n    \"arculite\": \"Ochie\",\n    \"arcus\": \"aro\",\n    \"arcuses\": \"egwuregwu\",\n    \"ardass\": \"ogbechi\",\n    \"ardassine\": \"ardassin\",\n    \"ardebs\": \"ardeb\",\n    \"ardency\": \"ndozi\",\n    \"ardencies\": \"arden\",\n    \"ardennite\": \"Onyekwere\",\n    \"ardent\": \"onye ozi\",\n    \"ardently\": \"ịdị ọkụ n'obi\",\n    \"ardentness\": \"ịdị nkọ\",\n    \"arder\": \"arderi\",\n    \"ardish\": \"acha\",\n    \"ardor\": \"ndozi\",\n    \"ardors\": \"akụ\",\n    \"ardour\": \"ndozi\",\n    \"arduous\": \"tara akpụ\",\n    \"arduously\": \"dị egwu\",\n    \"arduousness\": \"ike ọgwụgwụ\",\n    \"ardurous\": \"na-agwụ ike\",\n    \"are\": \"dị\",\n    \"area\": \"Mpaghara\",\n    \"areach\": \"mgbu\",\n    \"aread\": \"ebe a\",\n    \"aready\": \"dị mma\",\n    \"areae\": \"mpaghara\",\n    \"areal\": \"ọrụ\",\n    \"areality\": \"ịdị adị\",\n    \"areally\": \"ama\",\n    \"arean\": \"agwa\",\n    \"arear\": \"inyi\",\n    \"areas\": \"ebe\",\n    \"areasoner\": \"onyenwenu\",\n    \"areaways\": \"ebe obibi\",\n    \"areawide\": \"elu mmiri\",\n    \"arecaceous\": \"Onodi\",\n    \"arecaine\": \"ịcaineụ ọgwụ\",\n    \"arecas\": \"Ikenna\",\n    \"areche\": \"mgbu\",\n    \"ared\": \"AKA\",\n    \"areek\": \"iri\",\n    \"arefact\": \"ihe na-eme\",\n    \"arefaction\": \"ọrụ\",\n    \"arefy\": \"Igha\",\n    \"areg\": \"Agg\",\n    \"aregenerative\": \"Ọdịmma\",\n    \"aregeneratory\": \"aregwo\",\n    \"areic\": \"ndagwurugwu\",\n    \"aren\": \"adighi\",\n    \"arena\": \"ama egwuregwu\",\n    \"arenaceous\": \"ihere\",\n    \"arenae\": \"Arena\",\n    \"arenarious\": \"ihe ndia\",\n    \"arenas\": \"ogige\",\n    \"arenation\": \"mkpọchi\",\n    \"arend\": \"Igha\",\n    \"arendator\": \"ihe ndozi\",\n    \"arenicolite\": \"Ndokwa\",\n    \"arenicolous\": \"ndiigbo\",\n    \"arenilitic\": \"Ochie\",\n    \"arenite\": \"Ebe a\",\n    \"arenites\": \"ebe\",\n    \"arenoid\": \"adabaghi\",\n    \"arenose\": \"udo\",\n    \"arenosity\": \"ihe omuma\",\n    \"arenous\": \"egwuregwu\",\n    \"arent\": \"adighi\",\n    \"arenulous\": \"ihe nzuzu\",\n    \"areocentric\": \"Omenala\",\n    \"areographer\": \"onye na-ese ihe\",\n    \"areographic\": \"obodo\",\n    \"areographical\": \"ndi mmadu\",\n    \"areolar\": \"ndagwurugwu\",\n    \"areolate\": \"edozie\",\n    \"areolated\": \"chielo\",\n    \"areolation\": \"agbasaala\",\n    \"areole\": \"areola\",\n    \"areoles\": \"areolas\",\n    \"areolet\": \"areolae\",\n    \"areology\": \"nkà mmụta okpukpe\",\n    \"areologic\": \"isiokwu\",\n    \"areological\": \"ihe omumu\",\n    \"areologically\": \"nkà mmụta okpukpe\",\n    \"areologist\": \"ọkà mmụta sayensị\",\n    \"areometer\": \"temometa\",\n    \"areometry\": \"akara ngosi\",\n    \"areometric\": \"ihe omimi\",\n    \"areometrical\": \"ihe omimi\",\n    \"areopagy\": \"Uzoukwu\",\n    \"areopagist\": \"ndiigbo\",\n    \"areopagite\": \"Uzoigwe\",\n    \"areopagus\": \"Uzoukwu\",\n    \"areosystyle\": \"Isosystyle\",\n    \"areostyle\": \"Uzoukwu\",\n    \"areotectonics\": \"Ndigbo\",\n    \"areroscope\": \"mbara igwe\",\n    \"ares\": \"Ikenna\",\n    \"arest\": \"were\",\n    \"aret\": \"Iche\",\n    \"aretaics\": \"Ọkwa\",\n    \"arete\": \"ndi ozo\",\n    \"aretes\": \"egwuregwu\",\n    \"arethusa\": \"arendusa\",\n    \"arethusas\": \"arendusa\",\n    \"arethuse\": \"arendusa\",\n    \"aretinian\": \"Arenian\",\n    \"arette\": \"Igha\",\n    \"arew\": \"Mpaghara\",\n    \"arfillite\": \"Ochie\",\n    \"arfvedsonite\": \"arochukwu\",\n    \"argean\": \"igha\",\n    \"argeers\": \"ndiigbo\",\n    \"argemony\": \"egwu\",\n    \"argental\": \"egwu\",\n    \"argentation\": \"mgbagha\",\n    \"argenter\": \"ndozi\",\n    \"argentiferous\": \"egwu\",\n    \"argentinean\": \"argentine\",\n    \"argentineans\": \"ndị Argentina\",\n    \"argentines\": \"argentine\",\n    \"argentinian\": \"Argentine\",\n    \"argention\": \"egwu\",\n    \"argentojarosite\": \"ndozi\",\n    \"argentometer\": \"argentometa\",\n    \"argentous\": \"egwu\",\n    \"argents\": \"ihe omimi\",\n    \"argestes\": \"ndị mmadụ\",\n    \"argify\": \"itughari\",\n    \"argyll\": \"Nwagbara\",\n    \"argillic\": \"egwu\",\n    \"argilliferous\": \"egwu\",\n    \"argillous\": \"dị egwu\",\n    \"argylls\": \"ndiegwu\",\n    \"argils\": \"argili\",\n    \"argin\": \"arginine\",\n    \"arginases\": \"arginase\",\n    \"argine\": \"arginine\",\n    \"argyranthemous\": \"dị egwu\",\n    \"argyric\": \"artik\",\n    \"argyrite\": \"ndiegwu\",\n    \"argyrol\": \"ndiegwu\",\n    \"argyrose\": \"ọrịre\",\n    \"arglebargling\": \"igbanwe\",\n    \"argled\": \"ụjọ\",\n    \"argling\": \"na-atụ egwu\",\n    \"argolian\": \"argoliyan\",\n    \"argols\": \"argoli\",\n    \"argovian\": \"Argovian\",\n    \"arguable\": \"rụrụ ụka\",\n    \"arguably\": \"n'arụ ụka\",\n    \"argue\": \"na-arụ ụka\",\n    \"argued\": \"rụrụ ụka\",\n    \"arguendo\": \"ịgbachi\",\n    \"arguer\": \"na-arụ ụka\",\n    \"arguers\": \"na-arụ ụka\",\n    \"argues\": \"rụrụ ụka\",\n    \"argufy\": \"na-arụ ụka\",\n    \"argufied\": \"rụrụ ụka\",\n    \"argufier\": \"onye na-ese okwu\",\n    \"argufiers\": \"ndị na-ese okwu\",\n    \"argufies\": \"rụrụ ụka\",\n    \"argufying\": \"na-arụ ụka\",\n    \"arguing\": \"na-arụ ụka\",\n    \"arguitively\": \"n'arụ ụka\",\n    \"argument\": \"arụmụka\",\n    \"argumenta\": \"arụmụka\",\n    \"argumental\": \"na arụ ụka\",\n    \"argumentation\": \"arụmụka\",\n    \"argumentatious\": \"arụmụka\",\n    \"argumentative\": \"na arụ ụka\",\n    \"argumentatively\": \"n'arụ ụka\",\n    \"argumentativeness\": \"arụ ụka\",\n    \"argumentator\": \"onye mgbagha\",\n    \"argumentatory\": \"na-arụ ụka\",\n    \"argumentive\": \"na arụ ụka\",\n    \"arguments\": \"arụmụka\",\n    \"argumentum\": \"mgbagha\",\n    \"arguses\": \"egwu\",\n    \"argusfishes\": \"azu azu\",\n    \"argutation\": \"mgbagha\",\n    \"argute\": \"egwu\",\n    \"argutely\": \"n'ụzọ dị egwu\",\n    \"arguteness\": \"egwu\",\n    \"arhats\": \"arhat\",\n    \"arhatship\": \"arhat\",\n    \"aria\": \"Aria\",\n    \"aryanism\": \"ndi mmadu\",\n    \"arianize\": \"arienze\",\n    \"aryanize\": \"ndokwa\",\n    \"aryans\": \"ndiegwu\",\n    \"aryballus\": \"Aryballus\",\n    \"arybballi\": \"Arybballi\",\n    \"aribine\": \"rie nri\",\n    \"arician\": \"onye ogwu\",\n    \"aricine\": \"mmmmmmmmmmmmm\",\n    \"arid\": \"efekarị\",\n    \"arided\": \"kwadoro\",\n    \"arider\": \"onye arida\",\n    \"aridest\": \"alaeze\",\n    \"aridian\": \"Ugwuoke\",\n    \"aridity\": \"aritu\",\n    \"aridities\": \"ala ahịhịa\",\n    \"aridly\": \"gbasiri ike\",\n    \"aridness\": \"alaeze\",\n    \"aridnesses\": \"ala mmiri\",\n    \"arietate\": \"awuchi\",\n    \"arietation\": \"mmalite\",\n    \"ariettas\": \"arietta\",\n    \"aright\": \"n'ụzọ ziri ezi\",\n    \"arightly\": \"n'ụzọ ziri ezi\",\n    \"arigue\": \"mmiri ozuzo\",\n    \"arylating\": \"arying\",\n    \"arillary\": \"okpu\",\n    \"arillate\": \"arilila\",\n    \"arillated\": \"chikori\",\n    \"arilled\": \"kwere\",\n    \"arilli\": \"nka\",\n    \"arils\": \"akụ\",\n    \"arimathaean\": \"Arimathaean\",\n    \"arioian\": \"mmmmmmmmmmmmm\",\n    \"ariolate\": \"dozie\",\n    \"ariole\": \"isioma\",\n    \"ariose\": \"Nwagbara\",\n    \"aripple\": \"onye ngworo\",\n    \"arisard\": \"bilie\",\n    \"arise\": \"bilie\",\n    \"arised\": \"bilie\",\n    \"arisen\": \"bilie\",\n    \"ariser\": \"ebili\",\n    \"arises\": \"na-ebilite\",\n    \"arish\": \"gbara\",\n    \"arising\": \"na-ebili\",\n    \"arisings\": \"ebili\",\n    \"arist\": \"omenkà\",\n    \"aristarch\": \"ndi ochichi\",\n    \"aristarchy\": \"ndi ochichi\",\n    \"aristate\": \"weghachite\",\n    \"ariste\": \"weputa\",\n    \"aristeas\": \"mmmmmmmmmmmmm\",\n    \"aristides\": \"Onochie\",\n    \"aristo\": \"aristoala\",\n    \"aristocracy\": \"ndi ochichi\",\n    \"aristocracies\": \"ndi amaala\",\n    \"aristocraticalness\": \"aristocratical\",\n    \"aristocraticism\": \"aristocratic\",\n    \"aristocraticness\": \"ndi ochichi\",\n    \"aristocratism\": \"ndi ochichi\",\n    \"aristocrats\": \"ndi ochichi\",\n    \"aristodemocratical\": \"aristodemocratikalist\",\n    \"aristogenics\": \"ihe ndi ozo\",\n    \"aristology\": \"ihe omuma\",\n    \"aristological\": \"ihe omuma\",\n    \"aristologist\": \"ọkà mmụta ihe ochie\",\n    \"aristulate\": \"chịkọta\",\n    \"arithmancy\": \"amamịghe\",\n    \"arithmetic\": \"som\",\n    \"arithmetical\": \"som\",\n    \"arithmetician\": \"ọkà mmụta ihe banyere ụmụ amaala\",\n    \"arithmeticians\": \"ndị ọkachamara\",\n    \"arithmetics\": \"som\",\n    \"arithmetization\": \"itinye aha\",\n    \"arithmetizations\": \"itinye aka\",\n    \"arithmetize\": \"debanye aha\",\n    \"arithmetized\": \"depụtara\",\n    \"arithmetizes\": \"na-emekọrịta\",\n    \"arythmia\": \"arrhythmia\",\n    \"arythmias\": \"arrhythmias\",\n    \"arithmic\": \"ihe omimi\",\n    \"arythmically\": \"rhythmically\",\n    \"arithmograph\": \"ihe osise\",\n    \"arithmography\": \"ihe omumu\",\n    \"arithmomancy\": \"ihe omumu\",\n    \"arithmometer\": \"arimita\",\n    \"arizonan\": \"ndi Arizona\",\n    \"arizonans\": \"ndi Arizona\",\n    \"arizonian\": \"ndi arizonian\",\n    \"arizonians\": \"ndi Arizona\",\n    \"arizonite\": \"arizonan\",\n    \"ark\": \"ụgbọ\",\n    \"arkab\": \"igbe\",\n    \"arkite\": \"igbe\",\n    \"arkose\": \"hụse\",\n    \"arkoses\": \"igbe\",\n    \"arkosic\": \"akuko\",\n    \"arks\": \"igbe\",\n    \"arksutite\": \"nkd\",\n    \"arleng\": \"nwee\",\n    \"arlequinade\": \"mara mma\",\n    \"arless\": \"enweghị aka\",\n    \"arling\": \"agba\",\n    \"arlington\": \"Onochie\",\n    \"arloup\": \"njide\",\n    \"arm\": \"ogwe aka\",\n    \"armadilla\": \"armadillo\",\n    \"armadillididae\": \"armadillidiidae\",\n    \"armado\": \"agha\",\n    \"armageddon\": \"agha Amagedọn\",\n    \"armageddonist\": \"Armageddon\",\n    \"armament\": \"ihe agha\",\n    \"armamentary\": \"agha\",\n    \"armamentarium\": \"agha\",\n    \"armaments\": \"ihe agha\",\n    \"armary\": \"ngwa agha\",\n    \"armarian\": \"agha\",\n    \"armaries\": \"armarị\",\n    \"armarium\": \"ogwe aka\",\n    \"armband\": \"eriri aka\",\n    \"armbands\": \"eriri aka\",\n    \"armbone\": \"ogwe aka\",\n    \"armchair\": \"oche oche\",\n    \"armchaired\": \"aka\",\n    \"armchairs\": \"oche aka\",\n    \"armed\": \"ejikere\",\n    \"armenia\": \"Armenia\",\n    \"armeniaceous\": \"aka ochie\",\n    \"armenian\": \"Armenia\",\n    \"armenians\": \"ndị Armenia\",\n    \"armenic\": \"Omenala\",\n    \"armenite\": \"Omenala\",\n    \"armenize\": \"mezie\",\n    \"armenoid\": \"mmmmmmmmmmmmm\",\n    \"armer\": \"ogu\",\n    \"armers\": \"ihe agha\",\n    \"armet\": \"ihe agha\",\n    \"armets\": \"ihe agha\",\n    \"armful\": \"ejikere\",\n    \"armfuls\": \"ogwe aka\",\n    \"armgaunt\": \"ogwe aka\",\n    \"armguard\": \"nchekwa\",\n    \"army\": \"usuu ndị agha\",\n    \"armied\": \"kere\",\n    \"armies\": \"ụsụụ ndị agha\",\n    \"armiferous\": \"ejiri aka\",\n    \"armigerous\": \"na-eme mkpọtụ\",\n    \"armigers\": \"ndị agha\",\n    \"armil\": \"agha\",\n    \"armill\": \"agha\",\n    \"armillae\": \"agha\",\n    \"armillary\": \"ogwe aka\",\n    \"armillate\": \"agha\",\n    \"armillated\": \"ejikere\",\n    \"armine\": \"ngwa agha\",\n    \"arming\": \"na-ebu agha\",\n    \"armings\": \"ihe agha\",\n    \"arminian\": \"arminia\",\n    \"arminianism\": \"ihe ndi ozo\",\n    \"arminianizer\": \"Ogbodo\",\n    \"armipotence\": \"ikike\",\n    \"armipotent\": \"ike\",\n    \"armisonant\": \"onye agha\",\n    \"armisonous\": \"agha\",\n    \"armistices\": \"ogwe aka\",\n    \"armyworm\": \"aghaworm\",\n    \"armyworms\": \"okpokoro agha\",\n    \"armless\": \"enweghị aka\",\n    \"armlessly\": \"na-ejighi n'aka\",\n    \"armlessness\": \"enweghị aka\",\n    \"armlets\": \"ogwe aka\",\n    \"armlike\": \"ogwe aka\",\n    \"armload\": \"ibu aka\",\n    \"armloads\": \"ogwe aka\",\n    \"armlocks\": \"ogwe aka\",\n    \"armoires\": \"ngwa agha\",\n    \"armor\": \"ihe agha\",\n    \"armorbearer\": \"onye na-ebu ihe agha\",\n    \"armored\": \"ejikere\",\n    \"armorer\": \"ihe agha\",\n    \"armorers\": \"ndị agha\",\n    \"armory\": \"ngwa agha\",\n    \"armorial\": \"agha\",\n    \"armorially\": \"agha\",\n    \"armorials\": \"ogwe aka\",\n    \"armoric\": \"agha\",\n    \"armorica\": \"ihe agha\",\n    \"armorican\": \"ihe agha\",\n    \"armorician\": \"onye agha\",\n    \"armoried\": \"ejikere agha\",\n    \"armories\": \"ihe agha\",\n    \"armoring\": \"agha\",\n    \"armorist\": \"onye agha\",\n    \"armorless\": \"enweghi okike\",\n    \"armorplated\": \"ekike agha\",\n    \"armorproof\": \"ihe agha\",\n    \"armors\": \"ngwa agha\",\n    \"armorwise\": \"ekike agha mara ihe\",\n    \"armour\": \"ihe agha\",\n    \"armourbearer\": \"onye na-ebu ihe agha\",\n    \"armoured\": \"ejikere\",\n    \"armourer\": \"onye agha\",\n    \"armourers\": \"ihe agha\",\n    \"armoury\": \"ngwa agha\",\n    \"armouries\": \"ihe agha\",\n    \"armouring\": \"ogwe aka\",\n    \"armours\": \"agha\",\n    \"armpad\": \"akpa abu\",\n    \"armpiece\": \"akpa abu\",\n    \"armpit\": \"akpa abu\",\n    \"armpits\": \"akpa abu\",\n    \"armplate\": \"armpi\",\n    \"armrack\": \"akara aka\",\n    \"armrests\": \"ogwe aka\",\n    \"arms\": \"ogwe aka\",\n    \"armscye\": \"armcye\",\n    \"armsful\": \"njikere\",\n    \"armure\": \"ihe agha\",\n    \"armures\": \"ogwe aka\",\n    \"arnatto\": \"arọnto\",\n    \"arnattos\": \"arhontos\",\n    \"arnberry\": \"arnberị\",\n    \"arnement\": \"ịma mma\",\n    \"arnicas\": \"arkinas\",\n    \"arnoldist\": \"arnold's\",\n    \"arnotta\": \"ihe ederede\",\n    \"arnottos\": \"ihe ederede\",\n    \"arnusian\": \"mmmmmmmmmmmmm\",\n    \"arnut\": \"unen\",\n    \"aroar\": \"aro\",\n    \"aroast\": \"okpukpo\",\n    \"arock\": \"edemede\",\n    \"aroideous\": \"ihe nzuzu\",\n    \"aroides\": \"Nwachukwu\",\n    \"aroids\": \"Nwachukwu\",\n    \"aroint\": \"isi\",\n    \"aroynt\": \"okpukpo\",\n    \"arointed\": \"kpaliri\",\n    \"aroynted\": \"kpoo\",\n    \"arointing\": \"na-akpali\",\n    \"aroynting\": \"na-akpali akpali\",\n    \"aroints\": \"esiwe\",\n    \"aroynts\": \"aroyn\",\n    \"aroma\": \"okpukpo\",\n    \"aromatic\": \"dị ụtọ\",\n    \"aromatically\": \"n'ụzọ dị mma\",\n    \"aromaticity\": \"aromatic\",\n    \"aromaticness\": \"aromatic\",\n    \"aromatics\": \"aromasik\",\n    \"aromatised\": \"aromatiz\",\n    \"aromatiser\": \"aromatị\",\n    \"aromatization\": \"aromatisation\",\n    \"aromatize\": \"mezie\",\n    \"aromatizing\": \"inyocha\",\n    \"aroon\": \"okpukpo\",\n    \"aroph\": \"aro\",\n    \"arose\": \"bilie\",\n    \"around\": \"gburugburu\",\n    \"arousable\": \"a na-akpali akpali\",\n    \"arousal\": \"akpali\",\n    \"arousals\": \"ihe mkpali\",\n    \"arouse\": \"kpalie\",\n    \"aroused\": \"kpaliri\",\n    \"arousement\": \"mkpali\",\n    \"arouser\": \"edemede\",\n    \"arousers\": \"ihe mkpali\",\n    \"arouses\": \"kpalie\",\n    \"arousing\": \"na-akpali akpali\",\n    \"arow\": \"ụta\",\n    \"arpeggioed\": \"mmmmmmmmmmmmm\",\n    \"arpeggios\": \"ndiegwu\",\n    \"arpent\": \"ogwo\",\n    \"arpenteur\": \"ịkwa osisi\",\n    \"arpents\": \"ogba\",\n    \"arquebus\": \"ọrịre\",\n    \"arquebuses\": \"ihe mgbe ochie\",\n    \"arquebusier\": \"onye mara mma\",\n    \"arquerite\": \"Okwa\",\n    \"arracach\": \"ichi\",\n    \"arracacia\": \"Okereke\",\n    \"arrace\": \"ndokwa\",\n    \"arrach\": \"ndokwa\",\n    \"arrack\": \"ndokwa\",\n    \"arracks\": \"ndokwa\",\n    \"arrage\": \"ndokwa\",\n    \"arragonite\": \"aragonite\",\n    \"arrah\": \"Arrah\",\n    \"array\": \"n'usoro\",\n    \"arrayal\": \"ndokwa\",\n    \"arrayals\": \"ndokwa\",\n    \"arrayed\": \"uwe\",\n    \"arrayer\": \"onye nhazi\",\n    \"arrayers\": \"nhazi\",\n    \"arraign\": \"dozie\",\n    \"arraignability\": \"nhazi\",\n    \"arraignableness\": \"nhazi\",\n    \"arraigned\": \"gbara akwụkwọ\",\n    \"arraigner\": \"onye nhazi\",\n    \"arraigning\": \"nhazi\",\n    \"arraignment\": \"ndokwa\",\n    \"arraignments\": \"nhazi\",\n    \"arraigns\": \"dozie\",\n    \"arraying\": \"n'usoro\",\n    \"arrayment\": \"n'usoro\",\n    \"arrays\": \"ogologo\",\n    \"arrame\": \"nhazi\",\n    \"arrand\": \"ndokwa\",\n    \"arrange\": \"ndokwa\",\n    \"arrangeable\": \"ndokwa\",\n    \"arranged\": \"hazie\",\n    \"arrangement\": \"ndokwa\",\n    \"arrangements\": \"ndokwa\",\n    \"arranger\": \"nhazi\",\n    \"arrangers\": \"nhazi\",\n    \"arranges\": \"ndokwa\",\n    \"arranging\": \"ndokwa\",\n    \"arrant\": \"artik\",\n    \"arrantly\": \"aghara aghara\",\n    \"arrantness\": \"ịdị njikere\",\n    \"arrased\": \"dezie\",\n    \"arrases\": \"arras\",\n    \"arrastra\": \"ndokwa\",\n    \"arrastre\": \"ndokwa\",\n    \"arratel\": \"amaara\",\n    \"arrears\": \"ịkwụ ụgwọ\",\n    \"arrect\": \"ihe ziri ezi\",\n    \"arrectary\": \"kenha\",\n    \"arrector\": \"onye ọrụ\",\n    \"arrenotoky\": \"arrhenotoky\",\n    \"arrenotokous\": \"arrhenotokous\",\n    \"arrent\": \"nwudo\",\n    \"arrentable\": \"njide\",\n    \"arrentation\": \"nkwanye\",\n    \"arreptitious\": \"Ntughari\",\n    \"arrest\": \"nwudo\",\n    \"arrestable\": \"njide\",\n    \"arrestant\": \"njide\",\n    \"arrestation\": \"njide\",\n    \"arrested\": \"jidere\",\n    \"arrestee\": \"jidere\",\n    \"arrestees\": \"njide\",\n    \"arresters\": \"ndị njide\",\n    \"arresting\": \"ijide\",\n    \"arrestingly\": \"ijide\",\n    \"arrestive\": \"njide\",\n    \"arrestment\": \"njide\",\n    \"arrestor\": \"njide\",\n    \"arrestors\": \"njide\",\n    \"arrests\": \"njide\",\n    \"arretez\": \"onyinyechi\",\n    \"arrgt\": \"mbibi\",\n    \"arrhythmy\": \"nkesa\",\n    \"arrhythmic\": \"mkpesa\",\n    \"arrhythmical\": \"ihe omimi\",\n    \"arrhythmically\": \"Afah\",\n    \"arrhythmous\": \"ihe ijuanya\",\n    \"arrhizal\": \"mbibi\",\n    \"arrhizous\": \"imechi\",\n    \"arri\": \"mbata\",\n    \"arry\": \"mbata\",\n    \"arriage\": \"mbata afọ\",\n    \"arriba\": \"bịara\",\n    \"arribadas\": \"aririka\",\n    \"arrided\": \"weghaara\",\n    \"arridge\": \"ngwa ahia\",\n    \"arriding\": \"chikọta\",\n    \"arrie\": \"ibata\",\n    \"arriere\": \"bịarute\",\n    \"arriero\": \"bia\",\n    \"arriet\": \"mbata\",\n    \"arryish\": \"kelechi\",\n    \"arrimby\": \"ngwaahịa\",\n    \"arrises\": \"arris\",\n    \"arrish\": \"arris\",\n    \"arrythmic\": \"mkpesa\",\n    \"arrivage\": \"mbata\",\n    \"arrival\": \"mbata\",\n    \"arrivals\": \"Ndị mbata\",\n    \"arrivance\": \"mbata\",\n    \"arrive\": \"bịarute\",\n    \"arrived\": \"bịarutere\",\n    \"arrivederci\": \"abata\",\n    \"arrivederla\": \"bịarute\",\n    \"arriver\": \"bịarute\",\n    \"arrivers\": \"bịarute\",\n    \"arrives\": \"abịarute\",\n    \"arriving\": \"na-abịa\",\n    \"arrivism\": \"mbata\",\n    \"arrivisme\": \"bịarute\",\n    \"arrivist\": \"mbata\",\n    \"arriviste\": \"ibata\",\n    \"arrivistes\": \"mbata\",\n    \"arroba\": \"aruoba\",\n    \"arrobas\": \"arpobas\",\n    \"arrode\": \"arido\",\n    \"arrogance\": \"mpako\",\n    \"arrogancy\": \"nkwanye ugwu\",\n    \"arrogant\": \"dị mpako\",\n    \"arrogantly\": \"ji mpako\",\n    \"arrogantness\": \"mpako\",\n    \"arrogate\": \"dị mpako\",\n    \"arrogated\": \"dị mpako\",\n    \"arrogates\": \"dị mpako\",\n    \"arrogating\": \"dị mpako\",\n    \"arrogatingly\": \"npako\",\n    \"arrogation\": \"mpako\",\n    \"arrogations\": \"mpako\",\n    \"arrogative\": \"dị mpako\",\n    \"arrogator\": \"onye mpako\",\n    \"arroya\": \"aruoya\",\n    \"arroyo\": \"aruoyo\",\n    \"arroyos\": \"aruoyos\",\n    \"arrojadite\": \"Obokwa\",\n    \"arrondi\": \"Ugbala\",\n    \"arrondissement\": \"ebe obibi\",\n    \"arrondissements\": \"ụlọ ala\",\n    \"arrope\": \"aro\",\n    \"arrosive\": \"arọsọ\",\n    \"arround\": \"gburugburu\",\n    \"arrouse\": \"akwa\",\n    \"arrow\": \"Àkú\",\n    \"arrowbush\": \"akụ igbo\",\n    \"arrowed\": \"kwadoro\",\n    \"arrowhead\": \"arochi\",\n    \"arrowheaded\": \"arochi\",\n    \"arrowheads\": \"arochi\",\n    \"arrowing\": \"Àkú\",\n    \"arrowless\": \"na-enweghi nku\",\n    \"arrowlet\": \"aro\",\n    \"arrowlike\": \"àkú\",\n    \"arrowplate\": \"akụ\",\n    \"arrowroots\": \"akụ\",\n    \"arrows\": \"akụ\",\n    \"arrowsmith\": \"akụ́\",\n    \"arrowstone\": \"okwute\",\n    \"arrowwood\": \"Àkú\",\n    \"arrowworm\": \"arochi\",\n    \"arroz\": \"Uzoigwe\",\n    \"arrtez\": \"Otutu\",\n    \"arse\": \"ịnyịnya ibu\",\n    \"arsefoot\": \"mgbatị ụkwụ\",\n    \"arsenal\": \"ulo mgwo agha\",\n    \"arsenals\": \"ihe agha\",\n    \"arsenetted\": \"arsenetị\",\n    \"arsenfast\": \"nri arsen\",\n    \"arsenicked\": \"arsenick\",\n    \"arsenics\": \"arsenik\",\n    \"arsenites\": \"ndiegbo\",\n    \"arsenotherapy\": \"ọgwụgwọ arsenotherapy\",\n    \"arsenotungstic\": \"arsenotungstic dị\",\n    \"arses\": \"ịnyịnya ibu\",\n    \"arsmetry\": \"ihe ịchọ mma\",\n    \"arson\": \"oku oku\",\n    \"arsonate\": \"oku oku\",\n    \"arsonation\": \"nsure ọkụ\",\n    \"arsonist\": \"onye oku oku\",\n    \"arsonists\": \"ndi oku mmadu\",\n    \"arsonous\": \"oku oku\",\n    \"arsons\": \"oku oku\",\n    \"art\": \"nka\",\n    \"artal\": \"nka\",\n    \"artar\": \"ọta\",\n    \"artcraft\": \"ọrụaka\",\n    \"artefacts\": \"ihe eserese\",\n    \"artel\": \"nka\",\n    \"artels\": \"nka\",\n    \"artemision\": \"nka\",\n    \"artery\": \"akwara\",\n    \"arterialised\": \"gbanwere\",\n    \"arterialising\": \"ogbugba ogbugba\",\n    \"arterialize\": \"mezie\",\n    \"arterialized\": \"ikekwe\",\n    \"arterializing\": \"na-eche echiche\",\n    \"arterials\": \"usoro\",\n    \"arteried\": \"gbanwere\",\n    \"arteries\": \"akwara\",\n    \"arterying\": \"artering\",\n    \"arterioarctia\": \"arterio arctia\",\n    \"arteriocapillary\": \"arterio okpu\",\n    \"arteriococcygeal\": \"arterio coccygeal\",\n    \"arteriography\": \"ihe omimi\",\n    \"arteriorrhagia\": \"arjunrhagia\",\n    \"arteriorrhaphy\": \"arjunrhaphy\",\n    \"arteriorrhexis\": \"ariorrhexis\",\n    \"arteriotome\": \"jikere\",\n    \"arterious\": \"Odikwa ihe\",\n    \"arteriovenous\": \"gbasiri ike\",\n    \"artesian\": \"oge ochie\",\n    \"artful\": \"nka\",\n    \"artfully\": \"eji akọ\",\n    \"artfulness\": \"nka\",\n    \"artha\": \"nka\",\n    \"arthel\": \"nka\",\n    \"arthogram\": \"ogbu na nkwonkwo\",\n    \"arthra\": \"ogbu na nkwonkwo\",\n    \"arthragra\": \"ogbu na nkwonkwo\",\n    \"arthral\": \"Ogbu\",\n    \"arthralgia\": \"ogbu na nkwonkwo\",\n    \"arthralgic\": \"ọrịa ogbu na nkwonkwo\",\n    \"arthrectomy\": \"ogbu na nkwonkwo\",\n    \"arthrectomies\": \"ọrịa ogbu na nkwonkwo\",\n    \"arthredema\": \"ogbu na nkwonkwo\",\n    \"arthrempyesis\": \"ọrịa ogbu na nkwonkwo\",\n    \"arthresthesia\": \"ogbu na nkwonkwo\",\n    \"arthritic\": \"ogbu na nkwonkwo\",\n    \"arthritical\": \"ogbu na nkwonkwo\",\n    \"arthritically\": \"ogbu na nkwonkwo\",\n    \"arthriticine\": \"ogbu na nkwonkwo\",\n    \"arthritics\": \"ogbu na nkwonkwo\",\n    \"arthritides\": \"ogbu na nkwonkwo\",\n    \"arthritis\": \"ogbu na nkwonkwo\",\n    \"arthritism\": \"ọrịa ogbu na nkwonkwo\",\n    \"arthrobacterium\": \"ọrịa ogbu na nkwonkwo\",\n    \"arthrobranch\": \"ogbu na nkwonkwo\",\n    \"arthrocace\": \"ogbu na nkwonkwo\",\n    \"arthrocarcinoma\": \"ọrịa ogbu na nkwonkwo\",\n    \"arthrocele\": \"ogbu na nkwonkwo\",\n    \"arthrochondritis\": \"ọrịa ogbu na nkwonkwo\",\n    \"arthroclasia\": \"ọrịa ogbu na nkwonkwo\",\n    \"arthrocleisis\": \"ogbu na nkwonkwo\",\n    \"arthroclisis\": \"ọrịa ogbu na nkwonkwo\",\n    \"arthroderm\": \"ogbu na nkwonkwo\",\n    \"arthrodesis\": \"ogbu na nkwonkwo\",\n    \"arthrodia\": \"ogbu na nkwonkwo\",\n    \"arthrodiae\": \"ogbu na nkwonkwo\",\n    \"arthrodial\": \"ogbu na nkwonkwo\",\n    \"arthrodic\": \"ogbu na nkwonkwo\",\n    \"arthrodymic\": \"ogbu na nkwonkwo\",\n    \"arthrodynia\": \"ogbu na nkwonkwo\",\n    \"arthrodynic\": \"ogbu na nkwonkwo\",\n    \"arthrodira\": \"ogbu na nkwonkwo\",\n    \"arthrodiran\": \"ogbu na nkwonkwo\",\n    \"arthrodonteae\": \"ogbu na nkwonkwo\",\n    \"arthroempyesis\": \"ọrịa ogbu na nkwonkwo\",\n    \"arthroendoscopy\": \"ogbu na nkwonkwo\",\n    \"arthrogastra\": \"ogbu na nkwonkwo\",\n    \"arthrogastran\": \"ogbu na nkwonkwo\",\n    \"arthrogenous\": \"ogbu na nkwonkwo\",\n    \"arthrography\": \"ogbu na nkwonkwo\",\n    \"arthrogryposis\": \"ogbu na nkwonkwo\",\n    \"arthrolite\": \"Obochi\",\n    \"arthrolith\": \"nkwonkwo\",\n    \"arthrolithiasis\": \"ọrịa ogbu na nkwonkwo\",\n    \"arthrology\": \"ogbu na nkwonkwo\",\n    \"arthromeningitis\": \"ọrịa ogbu na nkwonkwo\",\n    \"arthromere\": \"ogbu na nkwonkwo\",\n    \"arthromeric\": \"ọrịa ogbu na nkwonkwo\",\n    \"arthrometer\": \"ogbu na nkwonkwo\",\n    \"arthrometry\": \"ogbu na nkwonkwo\",\n    \"arthron\": \"ogbu na nkwonkwo\",\n    \"arthroncus\": \"Ogbu na nkwonkwo\",\n    \"arthroneuralgia\": \"ọrịa ogbu na nkwonkwo\",\n    \"arthropathy\": \"ọrịa ogbu na nkwonkwo\",\n    \"arthropathic\": \"ogbu na nkwonkwo\",\n    \"arthropathology\": \"ogbu na nkwonkwo\",\n    \"arthrophyma\": \"ọrịa ogbu na nkwonkwo\",\n    \"arthrophlogosis\": \"ogbu na nkwonkwo\",\n    \"arthropyosis\": \"ọrịa ogbu na nkwonkwo\",\n    \"arthroplasty\": \"ogbu na nkwonkwo\",\n    \"arthroplastic\": \"ogbu na nkwonkwo\",\n    \"arthropleura\": \"ogbu na nkwonkwo\",\n    \"arthropleure\": \"ogbu na nkwonkwo\",\n    \"arthropod\": \"ogbu na nkwonkwo\",\n    \"arthropoda\": \"ogbu na nkwonkwo\",\n    \"arthropodan\": \"ogbu na nkwonkwo\",\n    \"arthropody\": \"nkwonkwo\",\n    \"arthropodous\": \"nkwonkwo\",\n    \"arthropods\": \"ogbu na nkwonkwo\",\n    \"arthropomatous\": \"ogbu na nkwonkwo\",\n    \"arthropterous\": \"na-arịa ọrịa ogbu na nkwonkwo\",\n    \"arthrorheumatism\": \"ọrịa ogbu na nkwonkwo\",\n    \"arthrorrhagia\": \"ogbu na nkwonkwo\",\n    \"arthrosclerosis\": \"ọrịa ogbu na nkwonkwo\",\n    \"arthroses\": \"ọrịa ogbu na nkwonkwo\",\n    \"arthrosia\": \"ọrịa ogbu na nkwonkwo\",\n    \"arthrosynovitis\": \"ọrịa ogbu na nkwonkwo\",\n    \"arthrosyrinx\": \"ogbu na nkwonkwo\",\n    \"arthrosis\": \"ọrịa ogbu na nkwonkwo\",\n    \"arthrospore\": \"ogbu na nkwonkwo\",\n    \"arthrosporic\": \"ogbu na nkwonkwo\",\n    \"arthrosporous\": \"na-arịa ọrịa ogbu na nkwonkwo\",\n    \"arthrosteitis\": \"ọrịa ogbu na nkwonkwo\",\n    \"arthrosterigma\": \"ọrịa ogbu na nkwonkwo\",\n    \"arthrostome\": \"nkwonkwo\",\n    \"arthrostomy\": \"ogbu na nkwonkwo\",\n    \"arthrostraca\": \"ogbu na nkwonkwo\",\n    \"arthrotyphoid\": \"ọrịa ogbu na nkwonkwo\",\n    \"arthrotome\": \"ogbu na nkwonkwo\",\n    \"arthrotomy\": \"ogbu na nkwonkwo\",\n    \"arthrotomies\": \"ogbu na nkwonkwo\",\n    \"arthrotrauma\": \"ogbu na nkwonkwo\",\n    \"arthrotropic\": \"ogbu na nkwonkwo\",\n    \"arthrous\": \"ogbu na nkwonkwo\",\n    \"arthroxerosis\": \"ọrịa ogbu na nkwonkwo\",\n    \"arthrozoa\": \"ogbu na nkwonkwo\",\n    \"arthrozoan\": \"ogbu na nkwonkwo\",\n    \"arthrozoic\": \"ogbu na nkwonkwo\",\n    \"arthur\": \"ogbu na nkwonkwo\",\n    \"arthurian\": \"ogbu na nkwonkwo\",\n    \"arthuriana\": \"ogbu na nkwonkwo\",\n    \"arty\": \"aka\",\n    \"artic\": \"atumatu\",\n    \"artichoke\": \"atịchok\",\n    \"artichokes\": \"atịchok\",\n    \"article\": \"isiokwu\",\n    \"articled\": \"isiokwu\",\n    \"articles\": \"isiokwu\",\n    \"articling\": \"isiokwu\",\n    \"articulability\": \"kwusiri ike\",\n    \"articulable\": \"kwusiri ike\",\n    \"articulacy\": \"nkwupụta okwu\",\n    \"articulant\": \"nkwupụta okwu\",\n    \"articular\": \"nkwonkwo\",\n    \"articulare\": \"kwuputa\",\n    \"articulary\": \"nkwonkwo\",\n    \"articularly\": \"n'ikwu okwu\",\n    \"articulars\": \"na-akọwapụta\",\n    \"articulata\": \"atughari\",\n    \"articulate\": \"kwuputa\",\n    \"articulated\": \"kwupụtara\",\n    \"articulately\": \"n'ụzọ doro anya\",\n    \"articulateness\": \"nkwupụta okwu\",\n    \"articulates\": \"na-akọwapụta\",\n    \"articulating\": \"na-ekwu okwu\",\n    \"articulation\": \"nkwupụta okwu\",\n    \"articulationes\": \"nkwonkwo\",\n    \"articulationist\": \"Onye na-ese ihe\",\n    \"articulations\": \"nkwupụta okwu\",\n    \"articulative\": \"na-ekwu okwu\",\n    \"articulator\": \"atughari okwu\",\n    \"articulatory\": \"nkwonkwo\",\n    \"articulatorily\": \"n'ikwu okwu\",\n    \"articulators\": \"ndị nkọwapụta\",\n    \"articulite\": \"atughari\",\n    \"articulus\": \"nkwonkwo\",\n    \"artie\": \"arti\",\n    \"artiest\": \"kpara\",\n    \"artifact\": \"arịa\",\n    \"artifactitious\": \"ihe mgbe ochie\",\n    \"artifacts\": \"arịa\",\n    \"artifactual\": \"ihe ochie\",\n    \"artifice\": \"arịa\",\n    \"artificer\": \"okike\",\n    \"artificers\": \"ndị okike\",\n    \"artificership\": \"nka\",\n    \"artifices\": \"arịa\",\n    \"artificial\": \"keakamere\",\n    \"artificialism\": \"arụ ọrụ\",\n    \"artificiality\": \"adịghị arụ ọrụ\",\n    \"artificialities\": \"arụrụ aka\",\n    \"artificialize\": \"kwadoro\",\n    \"artificially\": \"n'arụ ọrụ\",\n    \"artificialness\": \"arụghị ọrụ\",\n    \"artificious\": \"keakamere\",\n    \"artily\": \"ogbunigwe\",\n    \"artilize\": \"imepụta ihe\",\n    \"artiller\": \"ogbunigwe\",\n    \"artillery\": \"ogbunigwe\",\n    \"artilleries\": \"ngwa agha\",\n    \"artilleryman\": \"onye ogbunigwe\",\n    \"artillerymen\": \"ndị ogbunigwe\",\n    \"artilleryship\": \"ụgbọ mmiri ogbunigwe\",\n    \"artillerist\": \"onye ogbunigwe\",\n    \"artillerists\": \"ndị ọrụ agha\",\n    \"artiness\": \"nka\",\n    \"artinesses\": \"nka\",\n    \"artisan\": \"nka\",\n    \"artisanal\": \"ọrụaka\",\n    \"artisanry\": \"ọrụ aka\",\n    \"artisans\": \"ndị omenkà\",\n    \"artisanship\": \"nka\",\n    \"artist\": \"omenkà\",\n    \"artistdom\": \"nka\",\n    \"artiste\": \"omenkà\",\n    \"artistes\": \"ndị omenkà\",\n    \"artistess\": \"omenka\",\n    \"artistic\": \"nka\",\n    \"artistical\": \"omenkà\",\n    \"artistically\": \"nka\",\n    \"artistry\": \"nka\",\n    \"artistries\": \"omenkà\",\n    \"artists\": \"nka\",\n    \"artless\": \"enweghị ọrụ\",\n    \"artlessly\": \"n'amaghị ama\",\n    \"artlessness\": \"enweghị ọrụ\",\n    \"artlet\": \"artik\",\n    \"artly\": \"nka\",\n    \"artlike\": \"nka\",\n    \"artotyrite\": \"nkaatu\",\n    \"arts\": \"nka\",\n    \"artsy\": \"nka\",\n    \"artsman\": \"omenka\",\n    \"artus\": \"nka\",\n    \"artware\": \"ihe eji eme ihe\",\n    \"artwork\": \"nka\",\n    \"arumlike\": \"yiri\",\n    \"arums\": \"arum\",\n    \"arundineous\": \"echeghi\",\n    \"aruspices\": \"akwụkwọ\",\n    \"aruspicy\": \"onyinye\",\n    \"arustle\": \"Ogu\",\n    \"arvel\": \"ihe ebube\",\n    \"arvicoline\": \"Okereke\",\n    \"arvicolous\": \"ọmarịcha\",\n    \"arviculture\": \"ịkọ anụ ụlọ\",\n    \"arvo\": \"Akara\",\n    \"arvos\": \"aro\",\n    \"arzan\": \"mmmmmmmmmmmmm\",\n    \"arzun\": \"inye\",\n    \"as\": \"dika\",\n    \"asbestic\": \"okwukwu\",\n    \"asbestiform\": \"Asbestiform\",\n    \"asbestinize\": \"inye aka\",\n    \"asbestoidal\": \"ọgwụ asbestoidal\",\n    \"asbestos\": \"ọgwụ asbestos\",\n    \"asbestoses\": \"asbestosis\",\n    \"asbestous\": \"ọgwụ asbestos\",\n    \"asbestus\": \"ọgwụ asbestos\",\n    \"ascanian\": \"Asụsụ Asia\",\n    \"ascape\": \"mgbapụ\",\n    \"ascare\": \"nlekọta\",\n    \"ascellus\": \"Ugochi\",\n    \"ascence\": \"nrigo\",\n    \"ascend\": \"rigoo\",\n    \"ascendable\": \"mbuli elu\",\n    \"ascendance\": \"nrigo\",\n    \"ascendancy\": \"nnabata\",\n    \"ascendant\": \"agbago\",\n    \"ascendantly\": \"agbago\",\n    \"ascendants\": \"Ndi di elu\",\n    \"ascended\": \"rigoro\",\n    \"ascendence\": \"nrigo\",\n    \"ascendency\": \"nrigo\",\n    \"ascendent\": \"nrigo\",\n    \"ascender\": \"arịgo\",\n    \"ascenders\": \"na-agbago\",\n    \"ascendible\": \"ihe adighi nma\",\n    \"ascending\": \"na-arigo\",\n    \"ascendingly\": \"na-agbago\",\n    \"ascends\": \"arịgo\",\n    \"ascension\": \"nrigo ugwu\",\n    \"ascensional\": \"nrigo\",\n    \"ascensionist\": \"onye mbuli elu\",\n    \"ascensions\": \"nrigo\",\n    \"ascensiontide\": \"nrịgogo\",\n    \"ascensive\": \"nrigo\",\n    \"ascent\": \"rịgoro\",\n    \"ascents\": \"rịgoro\",\n    \"ascertain\": \"chọpụta\",\n    \"ascertainable\": \"enwere ike ịchọta\",\n    \"ascertainableness\": \"enwere ike ịchọta\",\n    \"ascertainably\": \"n'eziokwu\",\n    \"ascertained\": \"achọpụta\",\n    \"ascertainer\": \"chọpụta\",\n    \"ascertaining\": \"chọpụta\",\n    \"ascertainment\": \"nyocha\",\n    \"ascertains\": \"chọpụta\",\n    \"ascetic\": \"ihe omimi\",\n    \"ascetical\": \"ihe omimi\",\n    \"asceticism\": \"ihe omimi\",\n    \"ascetics\": \"ihe nnabata\",\n    \"aschistic\": \"njide ihe\",\n    \"ascidiferous\": \"ihe nrịbama\",\n    \"asciferous\": \"ihe omimi\",\n    \"ascigerous\": \"na-eme mkpọtụ\",\n    \"ascii\": \"ụdị\",\n    \"ascill\": \"gbagoo\",\n    \"ascite\": \"gbagoo\",\n    \"ascites\": \"na-agbago\",\n    \"ascitic\": \"na-agbago\",\n    \"ascitical\": \"ihe omimi\",\n    \"ascititious\": \"na-agbago\",\n    \"asclent\": \"dị ọcha\",\n    \"asclepiadaceous\": \"Asclepiadaceous\",\n    \"ascolichen\": \"Onyebuchi\",\n    \"ascon\": \"askon\",\n    \"ascosporic\": \"ihendori\",\n    \"ascot\": \"nnweta\",\n    \"ascots\": \"ihe nrịgo\",\n    \"ascry\": \"rịgoro\",\n    \"ascribable\": \"kwupụta\",\n    \"ascribe\": \"kwuo\",\n    \"ascribed\": \"kwuru\",\n    \"ascribes\": \"kwuru\",\n    \"ascribing\": \"na-ekwu okwu\",\n    \"ascription\": \"nkwanye\",\n    \"ascriptions\": \"ihe ndozi\",\n    \"ascriptitious\": \"na-akpali akpali\",\n    \"ascriptive\": \"asịrị\",\n    \"ascrive\": \"kwuru\",\n    \"asculae\": \"gbasaa\",\n    \"ascus\": \"oge\",\n    \"asdic\": \"Asdic\",\n    \"asdics\": \"ihe ndozi\",\n    \"asecretory\": \"ebe obibi\",\n    \"aseismic\": \"aseism\",\n    \"aseismicity\": \"nkwenye\",\n    \"aseitas\": \"aseas\",\n    \"aseity\": \"ebumnuche\",\n    \"asellus\": \"Asellus\",\n    \"asem\": \"kporo\",\n    \"asemic\": \"enweghi nsogbu\",\n    \"asepticizing\": \"na-atụgharị uche\",\n    \"aseptify\": \"kweta\",\n    \"asexualisation\": \"mmuta\",\n    \"asexualised\": \"mmmmmmmmmmmmm\",\n    \"asfast\": \"kwụrụ ụgwọ\",\n    \"asg\": \"Asg\",\n    \"asgd\": \"Asgd\",\n    \"asgmt\": \"Asgmt\",\n    \"ash\": \"uyi\",\n    \"ashake\": \"gbaa\",\n    \"ashame\": \"ihe ihere\",\n    \"ashamed\": \"ihere\",\n    \"ashamedly\": \"ihere\",\n    \"ashamedness\": \"ihere\",\n    \"ashberry\": \"ntụ\",\n    \"ashed\": \"ntụ\",\n    \"asherah\": \"ashara\",\n    \"ashery\": \"asha\",\n    \"asherim\": \"ashara\",\n    \"asherites\": \"ndi-asha\",\n    \"ashes\": \"ntụ\",\n    \"ashet\": \"uyi\",\n    \"ashfall\": \"ntụ\",\n    \"ashing\": \"ntụ\",\n    \"ashlars\": \"ntụ ntụ\",\n    \"ashlered\": \"ashler\",\n    \"ashlering\": \"ashler n'ime\",\n    \"ashlers\": \"enweghị ntụ\",\n    \"ashless\": \"enweghị ntụ\",\n    \"ashore\": \"n’ikpere mmiri\",\n    \"ashpan\": \"ntụ ntụ\",\n    \"ashplant\": \"ntụ\",\n    \"ashplants\": \"ntụ ash ashts\",\n    \"ashtray\": \"efere ntụ\",\n    \"ashtrays\": \"efere ntụ\",\n    \"asia\": \"Asia\",\n    \"asian\": \"asia\",\n    \"asians\": \"ndị Asia\",\n    \"asiatically\": \"asi ahaan\",\n    \"asiaticism\": \"asiatism\",\n    \"aside\": \"ewepu\",\n    \"asidehand\": \"n'akụkụ aka\",\n    \"asiden\": \"Asiden\",\n    \"asides\": \"na-achọ\",\n    \"asideu\": \"iche\",\n    \"asilid\": \"Asilid\",\n    \"asyllabia\": \"Asyllabia\",\n    \"asyllabical\": \"ihe asyllabical\",\n    \"asylum\": \"mgbapu\",\n    \"asylums\": \"mgbapụ\",\n    \"asilus\": \"Asilus\",\n    \"asymmetric\": \"akpàràkpà\",\n    \"asymptotical\": \"asymptotically\",\n    \"asymtotic\": \"asymptotic\",\n    \"asymtotically\": \"asymptotically\",\n    \"asystematic\": \"usoro\",\n    \"ask\": \"jụọ\",\n    \"askable\": \"ajụ\",\n    \"asked\": \"jụrụ\",\n    \"asker\": \"onye jụrụ\",\n    \"askers\": \"ndị na-ajụ ajụjụ\",\n    \"askeses\": \"jụọ\",\n    \"askesis\": \"jụọ ajụjụ\",\n    \"asking\": \"na-ajụ\",\n    \"askingly\": \"na-ajụ\",\n    \"askings\": \"na-ajụ\",\n    \"asklent\": \"jụọ\",\n    \"askoye\": \"askoe\",\n    \"askr\": \"asmr\",\n    \"asks\": \"jụrụ\",\n    \"aslake\": \"inwu\",\n    \"aslant\": \"kpuru\",\n    \"aslantwise\": \"a slantwise\",\n    \"aslaver\": \"igbu egbu\",\n    \"asleep\": \"na-ehi ụra\",\n    \"aslope\": \"ndida\",\n    \"aslumber\": \"mgbapu\",\n    \"asmack\": \"Asmack\",\n    \"asmoke\": \"anwụrụ ọkụ\",\n    \"asnort\": \"ndondo oro\",\n    \"asonant\": \"ason\",\n    \"asonia\": \"Asonia\",\n    \"asouth\": \"ndịda\",\n    \"aspace\": \"ochicho\",\n    \"asparagyl\": \"asparagine\",\n    \"asparagin\": \"asparagine\",\n    \"aspect\": \"akụkụ\",\n    \"aspectable\": \"enweghị atụ\",\n    \"aspectant\": \"akụkụ\",\n    \"aspection\": \"nyocha\",\n    \"aspects\": \"akụkụ\",\n    \"aspectual\": \"akụkụ\",\n    \"aspens\": \"na-achọ\",\n    \"asperate\": \"wekọtara\",\n    \"asperates\": \"choro\",\n    \"asperating\": \"na-achọ\",\n    \"asperation\": \"ọrụ\",\n    \"asperity\": \"ibu ibu\",\n    \"aspermous\": \"buru ibu\",\n    \"aspern\": \"Aspern\",\n    \"asperness\": \"ọchịchọ\",\n    \"asperous\": \"siri ike\",\n    \"asperse\": \"Okwukwu\",\n    \"aspersed\": \"Okpukpo\",\n    \"asperser\": \"aspersọ\",\n    \"aspersers\": \"aspersọ\",\n    \"asperses\": \"aspers\",\n    \"aspersing\": \"na-achọ\",\n    \"aspersion\": \"okwute\",\n    \"aspersions\": \"mbibi\",\n    \"aspersory\": \"Aspersory\",\n    \"aspersors\": \"ndị na-agba ọsọ\",\n    \"asperulous\": \"enweghị uche\",\n    \"asphalt\": \"korota\",\n    \"asphalted\": \"korota\",\n    \"asphalter\": \"korota\",\n    \"asphaltite\": \"korota\",\n    \"asphaltlike\": \"korota\",\n    \"asphalts\": \"korota\",\n    \"asphaltum\": \"korota\",\n    \"asphaltus\": \"korota\",\n    \"aspheric\": \"asifaic\",\n    \"aspherical\": \"asferical\",\n    \"aspheterism\": \"ịkwa iko\",\n    \"asphyxy\": \"okpokoro ntụ\",\n    \"asphyxiant\": \"anwuru-ọku\",\n    \"asphyxiate\": \"iku ume ọkụ\",\n    \"asphyxiated\": \"ikpo ume\",\n    \"asphyxiation\": \"iku ume mmiri\",\n    \"asphyxiative\": \"na-egbu egbu\",\n    \"asphyxiator\": \"ihe mkpofu\",\n    \"asphyxied\": \"okpokoro\",\n    \"asphyxies\": \"ntụ ntụ\",\n    \"asphodel\": \"aspọdel\",\n    \"asphodeline\": \"mmiri ọgwụ\",\n    \"asphodels\": \"kpakpando\",\n    \"asphodelus\": \"aspọdelus\",\n    \"aspics\": \"ndị na-achọsi ike\",\n    \"aspiculous\": \"na-achọsi ike\",\n    \"aspidate\": \"na-achọsi ike\",\n    \"aspide\": \"na-achọ\",\n    \"aspidomancy\": \"nwebi ndu\",\n    \"aspirant\": \"na-achọsi ike\",\n    \"aspirants\": \"ndị na-achọsi ike\",\n    \"aspirated\": \"na-achọsi ike\",\n    \"aspirates\": \"na-achọ\",\n    \"aspirating\": \"na-achọ\",\n    \"aspiration\": \"ochicho obi\",\n    \"aspirations\": \"ebumnuche\",\n    \"aspirators\": \"ndị na-achọ ihe\",\n    \"aspire\": \"chọsie ike\",\n    \"aspired\": \"chọsiri ike\",\n    \"aspirer\": \"na-achọ\",\n    \"aspirers\": \"ndị na-achọ\",\n    \"aspires\": \"na-achọ\",\n    \"aspirin\": \"ọgwụ mgbu\",\n    \"aspiring\": \"na-achọ\",\n    \"aspiringly\": \"na-achọ\",\n    \"aspiringness\": \"ọchịchọ\",\n    \"aspises\": \"na-achọ\",\n    \"aspish\": \"na-achọ\",\n    \"asplenium\": \"mgbapu\",\n    \"asporous\": \"ekwenti\",\n    \"asportation\": \"mbupụ\",\n    \"asporulate\": \"ikpa ume\",\n    \"asprete\": \"asusu\",\n    \"aspring\": \"mmiri\",\n    \"asprout\": \"puo\",\n    \"asquirm\": \"nyere iwu\",\n    \"asramas\": \"asramma\",\n    \"ass\": \"ịnyịnya ibu\",\n    \"assagaied\": \"ekwuru\",\n    \"assagaiing\": \"na-eche\",\n    \"assay\": \"nnwale\",\n    \"assayable\": \"dị egwu\",\n    \"assayed\": \"gbagburu\",\n    \"assayer\": \"onye mwakpo\",\n    \"assayers\": \"ndị na-awakpo anyị\",\n    \"assaying\": \"inyocha\",\n    \"assail\": \"wakpo\",\n    \"assailableness\": \"assailable\",\n    \"assailant\": \"onye na-egbu mmadu\",\n    \"assailants\": \"ndị na-eti ihe\",\n    \"assailed\": \"wakporo\",\n    \"assailer\": \"onye na-awakpo ihe\",\n    \"assailers\": \"ndị na-awakpo ndị mmadụ\",\n    \"assailing\": \"na-awakpo\",\n    \"assailment\": \"mwakpo\",\n    \"assails\": \"na-awakpo\",\n    \"assamites\": \"Assamites\",\n    \"assart\": \"iburu\",\n    \"assassin\": \"ogbu mmadu\",\n    \"assassinate\": \"igbu mmadu\",\n    \"assassinated\": \"egbu egbu\",\n    \"assassinates\": \"ogbugbu\",\n    \"assassinating\": \"ogbugbu\",\n    \"assassination\": \"mgbu mmadu\",\n    \"assassinations\": \"ogbugbu\",\n    \"assassinative\": \"ogbugbu\",\n    \"assassinator\": \"ogbu mmadu\",\n    \"assassinatress\": \"egbu egbu\",\n    \"assassinist\": \"ogbu mmadu\",\n    \"assassins\": \"ndị gburu mmadụ\",\n    \"assate\": \"ikwado\",\n    \"assation\": \"mgbu mmadu\",\n    \"assaugement\": \"nkwa\",\n    \"assault\": \"wakpo\",\n    \"assaultable\": \"awakpo\",\n    \"assaulted\": \"awakpo\",\n    \"assaulter\": \"onye mmegide\",\n    \"assaulters\": \"ndị na-eti ihe\",\n    \"assaulting\": \"na-awakpo\",\n    \"assaultive\": \"dị egwu\",\n    \"assaults\": \"mwakpo\",\n    \"assausive\": \"dị egwu\",\n    \"assaut\": \"wakpo\",\n    \"asseal\": \"asse\",\n    \"assecuration\": \"assecration\",\n    \"assecurator\": \"onye na-elekọta mmadụ\",\n    \"assecure\": \"enweghị nchedo\",\n    \"assecution\": \"mkpuchi\",\n    \"assedation\": \"nnabata\",\n    \"assegaied\": \"assegai\",\n    \"assegaiing\": \"assegai ing\",\n    \"assegaing\": \"assegai\",\n    \"asseize\": \"zipụ\",\n    \"asself\": \"onwe gị\",\n    \"assembl\": \"gbakọta\",\n    \"assemblable\": \"gbakọta\",\n    \"assemblage\": \"ichikota\",\n    \"assemblages\": \"mgbakọ\",\n    \"assemblagist\": \"nzukọ\",\n    \"assemblance\": \"mkpokọta\",\n    \"assemble\": \"zukọta\",\n    \"assembled\": \"gbakọtara\",\n    \"assemblee\": \"zukọta\",\n    \"assemblement\": \"mgbakọ\",\n    \"assembler\": \"onye na-akpọkọta\",\n    \"assemblers\": \"onye na-akpọkọta\",\n    \"assembles\": \"gbakọta\",\n    \"assembly\": \"nzukọ\",\n    \"assemblies\": \"mgbakọ\",\n    \"assemblyman\": \"onye nhazi\",\n    \"assemblymen\": \"onye nhazi\",\n    \"assembling\": \"ịgbakọta\",\n    \"assemblywoman\": \"Nwanyị nwanyị\",\n    \"assemblywomen\": \"Nwanyị nwanyị\",\n    \"assent\": \"nkwenye\",\n    \"assentation\": \"nkwenye\",\n    \"assentatious\": \"ekwenye ekwenye\",\n    \"assented\": \"kwere\",\n    \"assenter\": \"ikwenye\",\n    \"assenting\": \"ikwenye\",\n    \"assentingly\": \"ikwu\",\n    \"assentive\": \"ikwenye\",\n    \"assentiveness\": \"ikwenye\",\n    \"assentor\": \"akwado\",\n    \"assentors\": \"assent\",\n    \"assents\": \"nkwenye\",\n    \"assert\": \"kwuo\",\n    \"assertable\": \"kwusi ike\",\n    \"assertative\": \"nkwupụta\",\n    \"asserted\": \"kwusiri ike\",\n    \"assertedly\": \"kwuru\",\n    \"asserter\": \"kwuo okwu\",\n    \"asserters\": \"Ekwuru okwu\",\n    \"assertible\": \"mesie ike\",\n    \"asserting\": \"na-ekwusi ike\",\n    \"assertingly\": \"ikwu\",\n    \"assertion\": \"nkwupụta\",\n    \"assertional\": \"kwuo okwu\",\n    \"assertions\": \"nkwupụta okwu\",\n    \"assertive\": \"ikwu okwu\",\n    \"assertively\": \"ikwu\",\n    \"assertiveness\": \"nkwenye\",\n    \"assertor\": \"onye nkwado\",\n    \"assertory\": \"kwuru\",\n    \"assertorial\": \"ikwupụta\",\n    \"assertorially\": \"ikwu hoo haa\",\n    \"assertoric\": \"ikwu eziokwu\",\n    \"assertorical\": \"ikwu eziokwu\",\n    \"assertorically\": \"n'ikwu okwu\",\n    \"assertorily\": \"n'ikwu okwu\",\n    \"assertors\": \"ndị na-ekwu okwu\",\n    \"assertress\": \"ikwu\",\n    \"asserts\": \"kwuru\",\n    \"assertum\": \"ikwupụta\",\n    \"asserve\": \"kwuo okwu\",\n    \"asservilize\": \"ikwusi ike\",\n    \"asses\": \"ịnyịnya ibu\",\n    \"assess\": \"chọpụta\",\n    \"assessable\": \"nyocha\",\n    \"assessably\": \"nyocha\",\n    \"assessed\": \"enyocha\",\n    \"assessee\": \"onye nnabata\",\n    \"assesses\": \"enyocha\",\n    \"assessing\": \"enyocha\",\n    \"assession\": \"nkwupụta\",\n    \"assessment\": \"ntule\",\n    \"assessments\": \"nyocha\",\n    \"assessor\": \"onye nyocha\",\n    \"assessory\": \"ntule\",\n    \"assessorial\": \"nyocha\",\n    \"assessors\": \"ndị nyocha\",\n    \"assessorship\": \"nyocha\",\n    \"asset\": \"akụ\",\n    \"asseth\": \"ass\",\n    \"assets\": \"akụ\",\n    \"assever\": \"onye mgba\",\n    \"asseverate\": \"chụọ aja\",\n    \"asseverated\": \"achọrọ\",\n    \"asseverates\": \"na-achọ\",\n    \"asseverating\": \"ịchụso\",\n    \"asseveratingly\": \"na-achọ\",\n    \"asseveration\": \"ịchụso\",\n    \"asseverations\": \"ebido\",\n    \"asseverative\": \"aseve\",\n    \"asseveratively\": \"asseveisingly\",\n    \"asseveratory\": \"sechọgharị\",\n    \"assewer\": \"onye-ozi\",\n    \"asshead\": \"isi\",\n    \"assheadedness\": \"isi\",\n    \"asshole\": \"Ike\",\n    \"assibilate\": \"mezie\",\n    \"assident\": \"ihe enyemaka\",\n    \"assidual\": \"enyere aka\",\n    \"assidually\": \"anya\",\n    \"assiduate\": \"ikwado\",\n    \"assiduity\": \"enyemaka\",\n    \"assiduities\": \"nkwenye\",\n    \"assiduousness\": \"enyemaka\",\n    \"assiege\": \"assie\",\n    \"assify\": \"kwenye\",\n    \"assign\": \"ekenye\",\n    \"assignability\": \"ọrụ\",\n    \"assignable\": \"ekenye\",\n    \"assignably\": \"ọrụ\",\n    \"assignat\": \"ekenye\",\n    \"assignation\": \"ọrụ\",\n    \"assignations\": \"ọrụ\",\n    \"assignats\": \"ọrụ\",\n    \"assigned\": \"e kenyere\",\n    \"assigneeship\": \"nnabata\",\n    \"assigner\": \"onye na-ekenye ọrụ\",\n    \"assigners\": \"ọrụ\",\n    \"assigning\": \"na-ekenye\",\n    \"assignment\": \"ọrụ\",\n    \"assignments\": \"ọrụ\",\n    \"assignor\": \"ekenye ihe\",\n    \"assignors\": \"ndị enyemaka\",\n    \"assigns\": \"nyere\",\n    \"assimulate\": \"ikwuru\",\n    \"assyntite\": \"ogide\",\n    \"assinuate\": \"inye aka\",\n    \"assyria\": \"asiria\",\n    \"assyrian\": \"Assyrian\",\n    \"assyrians\": \"ndị assy\",\n    \"assyriological\": \"ọkà mmụta assyriologist\",\n    \"assyriologist\": \"ọkà mmụta assyriologist\",\n    \"assyriologue\": \"assyriologie\",\n    \"assisan\": \"ogbu mmadu\",\n    \"assise\": \"ikwuru\",\n    \"assish\": \"inyi\",\n    \"assishness\": \"assish\",\n    \"assist\": \"inyere aka\",\n    \"assistance\": \"enyemaka\",\n    \"assistances\": \"enyemaka\",\n    \"assistant\": \"onye enyemaka\",\n    \"assistanted\": \"enyere aka\",\n    \"assistants\": \"ndi na enyere aka\",\n    \"assistantship\": \"enyere aka\",\n    \"assistantships\": \"enyemaka\",\n    \"assisted\": \"enyere aka\",\n    \"assistency\": \"enyemaka\",\n    \"assister\": \"gbaa mbọ\",\n    \"assisters\": \"na-enyere aka\",\n    \"assistful\": \"na-enyere aka\",\n    \"assisting\": \"na-enyere aka\",\n    \"assistive\": \"enyere aka\",\n    \"assistless\": \"enweghị aka\",\n    \"assistor\": \"onye enyemaka\",\n    \"assistors\": \"ndị na-enyere aka\",\n    \"assists\": \"enyere\",\n    \"assith\": \"ikwenye\",\n    \"assyth\": \"okpokoro\",\n    \"assythment\": \"nnwale\",\n    \"assize\": \"gbue\",\n    \"assized\": \"gbara\",\n    \"assizing\": \"na-egbu egbu\",\n    \"asslike\": \"dị ka ịnyịnya ibu\",\n    \"assman\": \"ukwu\",\n    \"assmannshauser\": \"Onyebueze\",\n    \"assmanship\": \"ido\",\n    \"assn\": \"ass\",\n    \"assobre\": \"sozọ\",\n    \"associability\": \"mkpakọrịta\",\n    \"associable\": \"na-akpakọrịta\",\n    \"associableness\": \"mkpakọrịta\",\n    \"associate\": \"akpakọrịta\",\n    \"associated\": \"jikọtara\",\n    \"associatedness\": \"mkpakọrịta\",\n    \"associates\": \"ndị mkpakọrịta\",\n    \"associateship\": \"mkpakọrịta\",\n    \"associating\": \"mkpakọrịta\",\n    \"association\": \"mkpakọrịta\",\n    \"associational\": \"mkpakọrịta\",\n    \"associationalism\": \"mkpakọrịta\",\n    \"associationalist\": \"mkpakọrịta\",\n    \"associationism\": \"mkpakọrịta\",\n    \"associationist\": \"onye otu\",\n    \"associationistic\": \"mkpakọrịta\",\n    \"associations\": \"mkpakọrịta\",\n    \"associative\": \"mkpakọrịta\",\n    \"associatively\": \"na-akpakọrịta\",\n    \"associativeness\": \"mkpakọrịta\",\n    \"associativity\": \"mkpakọrịta\",\n    \"associator\": \"onye mmekorita\",\n    \"associatory\": \"mkpakọrịta\",\n    \"associators\": \"ndị mmekọ\",\n    \"associe\": \"mkpakọrịta\",\n    \"assonance\": \"asson\",\n    \"assonanced\": \"asson\",\n    \"assonances\": \"asson\",\n    \"assonant\": \"asson\",\n    \"assonantly\": \"n'okwu ọnụ\",\n    \"assonants\": \"asson\",\n    \"assonate\": \"ikwusi ike\",\n    \"assort\": \"agwa\",\n    \"assortative\": \"agwa assort\",\n    \"assortatively\": \"iche iche\",\n    \"assorted\": \"keagwaraogwa\",\n    \"assortedness\": \"assort iche\",\n    \"assorter\": \"onye nnabata\",\n    \"assorters\": \"agwa\",\n    \"assorting\": \"iche iche\",\n    \"assortive\": \"ekwenye ekwenye\",\n    \"assortment\": \"agwaogwa\",\n    \"assortments\": \"agwaogwa\",\n    \"assorts\": \"Enyemaka\",\n    \"assot\": \"ibu ibu\",\n    \"assuade\": \"asade\",\n    \"assuage\": \"inye\",\n    \"assuaged\": \"dapụtara\",\n    \"assuagement\": \"nkwa\",\n    \"assuagements\": \"nkwa\",\n    \"assuages\": \"nkwenye\",\n    \"assuaging\": \"na-enye ndụmọdụ\",\n    \"assuasive\": \"asasassu\",\n    \"assumable\": \"ga-esi ike\",\n    \"assumably\": \"anya\",\n    \"assume\": \"iche\",\n    \"assumed\": \"chere\",\n    \"assumedly\": \"chere\",\n    \"assument\": \"anya\",\n    \"assumers\": \"buru\",\n    \"assumes\": \"na-aghọ\",\n    \"assuming\": \"anya isi\",\n    \"assumingly\": \"anya isi\",\n    \"assumingness\": \"anya isi\",\n    \"assummon\": \"lekwasị anya\",\n    \"assumpsit\": \"Ndumodu\",\n    \"assumpt\": \"anya isi\",\n    \"assumption\": \"mwere\",\n    \"assumptionist\": \"onye echiche\",\n    \"assumptions\": \"echiche\",\n    \"assumptious\": \"assum\",\n    \"assumptiousness\": \"nnabata\",\n    \"assumptive\": \"na-eche\",\n    \"assumptively\": \"n'echiche\",\n    \"assumptiveness\": \"nnabata\",\n    \"assurable\": \"kwere ekwe\",\n    \"assurance\": \"-eme ka nkwa\",\n    \"assurances\": \"nkwa\",\n    \"assurant\": \"nnabata\",\n    \"assurate\": \"nnabata\",\n    \"assurd\": \"kwere\",\n    \"assure\": \"obi ike\",\n    \"assured\": \"kwere\",\n    \"assuredly\": \"n'eziokwu\",\n    \"assuredness\": \"ntụkwasị obi\",\n    \"assureds\": \"emesi obi ike\",\n    \"assurer\": \"emesi obi ike\",\n    \"assurers\": \"ndị ji n'aka\",\n    \"assures\": \"emesi obi ike\",\n    \"assurge\": \"kwe nkwa\",\n    \"assurgency\": \"nkwenye\",\n    \"assuring\": \"na-emesi obi ike\",\n    \"assuringly\": \"ikwenye\",\n    \"assurors\": \"ihe ndozi\",\n    \"asswage\": \"imebi\",\n    \"asswaged\": \"mebiri\",\n    \"asswages\": \"mwakpo\",\n    \"asswaging\": \"ịnyịnya\",\n    \"astatically\": \"n'ụzọ dị egwu\",\n    \"asteam\": \"mmachi\",\n    \"asteatosis\": \"Asteatosis\",\n    \"asteep\": \"uzo\",\n    \"asteism\": \"mmmmmmmmmmmmm\",\n    \"aster\": \"Aster\",\n    \"asteriated\": \"na-atụgharị anya\",\n    \"asterioid\": \"asteroid\",\n    \"asterisk\": \"akara mmuke\",\n    \"asterisked\": \"akara mmuke\",\n    \"asterisking\": \"akara mmuke na\",\n    \"asteriskos\": \"kpakpando\",\n    \"asterisks\": \"kpakpando\",\n    \"asterisms\": \"asterition\",\n    \"asternal\": \"kpakpando\",\n    \"asternia\": \"Asternia\",\n    \"astert\": \"kpakpando\",\n    \"asthenics\": \"kpakpando\",\n    \"asthenies\": \"njegharị\",\n    \"asthenology\": \"nkà mmụta mbara igwe\",\n    \"asthenosphere\": \"mbara ụwa\",\n    \"asthma\": \"ụkwara ume ọkụ\",\n    \"asthmas\": \"ụkwara ume ọkụ\",\n    \"asthmatic\": \"ụkwara ume ọkụ\",\n    \"asthmatical\": \"ụkwara ume ọkụ\",\n    \"asthmatically\": \"ụkwara ume ọkụ\",\n    \"asthmatics\": \"ụkwara ume ọkụ\",\n    \"astigmatometer\": \"astigmatometa\",\n    \"astylar\": \"kpakpando\",\n    \"astipulate\": \"kpuchie\",\n    \"astipulation\": \"ụkwara ume ọkụ\",\n    \"astomous\": \"astomoku\",\n    \"astoned\": \"juru ya anya\",\n    \"astonied\": \"Idem ama akpa enye\",\n    \"astonies\": \"mmuo\",\n    \"astonying\": \"na-eju anya\",\n    \"astonish\": \"itunanya\",\n    \"astonished\": \"juru ya anya\",\n    \"astonishedly\": \"n'iju anya\",\n    \"astonishes\": \"iju anya\",\n    \"astonishing\": \"iju anya\",\n    \"astonishingly\": \"n'ụzọ ijuanya\",\n    \"astonishingness\": \"iju-anya\",\n    \"astonishment\": \"ihe ijuanya\",\n    \"astonishments\": \"ihe ijuanya\",\n    \"astound\": \"itunanya\",\n    \"astoundable\": \"itunanya\",\n    \"astounded\": \"juru ya anya\",\n    \"astounding\": \"ijuanya\",\n    \"astoundingly\": \"n'ụzọ dị ịtụnanya\",\n    \"astoundment\": \"iju anya\",\n    \"astounds\": \"iju\",\n    \"astraddle\": \"igba ura\",\n    \"astray\": \"ndudue\",\n    \"astrally\": \"n'ụzọ zuru oke\",\n    \"astrals\": \"astral\",\n    \"astrer\": \"nyocha\",\n    \"astrict\": \"kpaghee\",\n    \"astricted\": \"kporopụrụ anya\",\n    \"astricting\": \"na-akpali akpali\",\n    \"astrictive\": \"kpakpando\",\n    \"astrictively\": \"na-akpali akpali\",\n    \"astricts\": \"nsogbu\",\n    \"astrier\": \"asther\",\n    \"astrild\": \"kpakpando\",\n    \"astringently\": \"astringfully\",\n    \"astringer\": \"astringent\",\n    \"astringes\": \"astringent\",\n    \"astringing\": \"astringent\",\n    \"astrobiologies\": \"kpakpando\",\n    \"astrobiologist\": \"ọkà mmụta mbara igwe\",\n    \"astrobiologists\": \"ndị na-amụ banyere mbara igwe\",\n    \"astroblast\": \"kpakpando\",\n    \"astrochemist\": \"onye na-enyocha mbara igwe\",\n    \"astrocytic\": \"ịgụ kpakpando\",\n    \"astrocompass\": \"kpakpando\",\n    \"astrodynamic\": \"kpakpando\",\n    \"astrofel\": \"kpakpando\",\n    \"astrogated\": \"kpakpando\",\n    \"astrogating\": \"na-agụ kpakpando\",\n    \"astrogation\": \"astrog\",\n    \"astrogational\": \"astrogrog\",\n    \"astrogator\": \"onye na-eme ihe nkiri\",\n    \"astrogeny\": \"kpakpando\",\n    \"astrogeology\": \"ịgụ kpakpando\",\n    \"astrogeologist\": \"ọkà mmụta mbara igwe\",\n    \"astrogony\": \"kpakpando\",\n    \"astrogonic\": \"kpakpando\",\n    \"astrograph\": \"kpakpando\",\n    \"astrographer\": \"onye na-agụ kpakpando\",\n    \"astrography\": \"ịgụ kpakpando\",\n    \"astrographic\": \"kpakpando\",\n    \"astrohatch\": \"astro onu\",\n    \"astroid\": \"asteroid\",\n    \"astrolabical\": \"ịgụ kpakpando\",\n    \"astrolatry\": \"ịgụ kpakpando\",\n    \"astrolog\": \"kpakpando\",\n    \"astrologaster\": \"onye na-agụ kpakpando\",\n    \"astrologer\": \"onye na-agụ kpakpando\",\n    \"astrologers\": \"ndị na-agụ kpakpando\",\n    \"astrology\": \"ịgụ kpakpando\",\n    \"astrologian\": \"onye na-agụ kpakpando\",\n    \"astrologic\": \"ịgụ kpakpando\",\n    \"astrological\": \"ịgụ kpakpando\",\n    \"astrologically\": \"kpakpando\",\n    \"astrologist\": \"ọkà mmụta mbara igwe\",\n    \"astrologistic\": \"ọkà mmụta mbara igwe\",\n    \"astrologists\": \"ndị na-agụ kpakpando\",\n    \"astrologize\": \"kpakpando\",\n    \"astrologous\": \"kpakpando\",\n    \"astromancer\": \"onye na-enyocha mbara igwe\",\n    \"astromancy\": \"njeghari\",\n    \"astrometeorology\": \"nkà mmụta mbara igwe\",\n    \"astrometeorological\": \"nkà mmụta mbara igwe\",\n    \"astrometeorologist\": \"ọkà mmụta mbara igwe\",\n    \"astron\": \"kpakpando\",\n    \"astronaut\": \"onye na-aga na mbara igwe\",\n    \"astronautical\": \"ịgụ kpakpando\",\n    \"astronauts\": \"ndị na-agụ kpakpando\",\n    \"astronomer\": \"onye na-enyocha mbara igwe\",\n    \"astronomers\": \"ndị na-enyocha mbara igwe\",\n    \"astronomy\": \"nkà mmụta mbara igwe\",\n    \"astronomic\": \"nkà mmụta mbara igwe\",\n    \"astronomically\": \"kpakpando\",\n    \"astronomics\": \"nkà mmụta mbara igwe\",\n    \"astronomize\": \"kpakpando\",\n    \"astrophysicists\": \"ndị na-agụ kpakpando\",\n    \"astrophotographer\": \"onye na-ese ihe\",\n    \"astroscope\": \"kpakpando\",\n    \"astroscopy\": \"ịgụ kpakpando\",\n    \"astroscopus\": \"kpakpando\",\n    \"astrosphere\": \"mbara igwe\",\n    \"astrotheology\": \"ịgụ kpakpando\",\n    \"astructive\": \"dị egwu\",\n    \"astucious\": \"dị egwu\",\n    \"astuciously\": \"n'ụzọ nzuzu\",\n    \"asturian\": \"asturyan\",\n    \"astute\": \"dị akọ\",\n    \"astutely\": \"n'ụzọ dị egwu\",\n    \"astuteness\": \"nzuzu\",\n    \"astutious\": \"dị egwu\",\n    \"asudden\": \"Asudden\",\n    \"asunder\": \"kewaa\",\n    \"asweat\": \"akwa mmiri\",\n    \"aswell\": \"nakwa\",\n    \"asweve\": \"dị ka weve\",\n    \"aswing\": \"a Ngabiga\",\n    \"aswirl\": \"ndigbo\",\n    \"aswithe\": \"gbue\",\n    \"aswooned\": \"weghaara\",\n    \"at\": \"na\",\n    \"ataentsic\": \"atọrọ\",\n    \"atafter\": \"emesịa\",\n    \"atake\": \"inata\",\n    \"atar\": \"atụ\",\n    \"atavists\": \"atavist\",\n    \"ataxies\": \"ataxi\",\n    \"ate\": \"rie\",\n    \"atechnic\": \"nkuzi\",\n    \"atechnical\": \"ọrụ\",\n    \"ated\": \"rie\",\n    \"atees\": \"rie\",\n    \"ateeter\": \"nri\",\n    \"atelectasis\": \"oririlectasis\",\n    \"atelectatic\": \"oririlectatic\",\n    \"ateles\": \"atele\",\n    \"atelets\": \"oriri\",\n    \"ately\": \"ndondo\",\n    \"atelier\": \"inweta\",\n    \"ateliers\": \"nweta\",\n    \"atenism\": \"ndidi\",\n    \"atenist\": \"Nwachukwu\",\n    \"aterian\": \"aterị\",\n    \"ates\": \"afọ\",\n    \"atestine\": \"ịestụ mmanya\",\n    \"ateuchus\": \"oririuchus\",\n    \"athalline\": \"ataline\",\n    \"athanasies\": \"nnweta\",\n    \"athbash\": \"egwuregwu\",\n    \"atheism\": \"ekweghị na Chineke\",\n    \"atheisms\": \"ekweghị na Chineke\",\n    \"atheist\": \"ekweghị na Chineke\",\n    \"atheistic\": \"ekweghị na Chineke\",\n    \"atheistical\": \"ekweghị na Chineke\",\n    \"atheistically\": \"ekweghị na Chineke\",\n    \"atheisticalness\": \"ekweghị na Chineke\",\n    \"atheisticness\": \"ekweghị na Chineke\",\n    \"atheists\": \"ekweghị na Chineke\",\n    \"atheize\": \"ekweghị na Chineke\",\n    \"atheizer\": \"onye na-ekweghị na Chineke\",\n    \"atheling\": \"athe\",\n    \"athelings\": \"mmechi\",\n    \"athematic\": \"ekweghị na Chineke\",\n    \"atheneums\": \"atheums\",\n    \"athenian\": \"Athenia\",\n    \"athenians\": \"ndị Atens\",\n    \"athens\": \"atens\",\n    \"atheology\": \"ekweghị na Chineke\",\n    \"atheological\": \"ekweghị na Chineke\",\n    \"atheous\": \"ekweghị\",\n    \"athericerous\": \"athehe\",\n    \"athermous\": \"buru ibu\",\n    \"atheticize\": \"na-edozi ahụ\",\n    \"athetotic\": \"atheetik\",\n    \"athirst\": \"akpịrị ịkpọ nkụ\",\n    \"athlete\": \"onye na-eme egwuregwu\",\n    \"athletehood\": \"egwuregwu\",\n    \"athletes\": \"ndị na-eme egwuregwu\",\n    \"athletic\": \"egwuregwu\",\n    \"athletical\": \"n'egwuregwu\",\n    \"athletically\": \"n'egwuregwu\",\n    \"athleticism\": \"egwuregwu egwuregwu\",\n    \"athletics\": \"egwuregwu\",\n    \"athletism\": \"egwuregwu egwuregwu\",\n    \"athletocracy\": \"egwuregwu\",\n    \"athlothete\": \"egwuregwu\",\n    \"athlothetes\": \"egwuregwu\",\n    \"athodyds\": \"atọdyds\",\n    \"athold\": \"jide\",\n    \"athort\": \"atachị\",\n    \"athrepsia\": \"egwuregwu\",\n    \"athreptic\": \"egwuregwu\",\n    \"athrill\": \"egwuregwu\",\n    \"athrive\": \"gbaa ọsọ\",\n    \"athrob\": \"egwuregwu\",\n    \"athrocyte\": \"egwuregwu egwuregwu\",\n    \"athrocytosis\": \"egwuregwu egwuregwu\",\n    \"athrogenic\": \"egwuregwu\",\n    \"athrong\": \"egwuregwu\",\n    \"athrough\": \"egwuregwu\",\n    \"athumia\": \"egwuregwu\",\n    \"athwart\": \"egwuregwu\",\n    \"athwarthawse\": \"egwuregwuwarthawse\",\n    \"athwartship\": \"egwuregwu\",\n    \"athwartships\": \"egwuregwu\",\n    \"athwartwise\": \"egwuregwu\",\n    \"ati\": \"na\",\n    \"atilt\": \"na-agbatị\",\n    \"atimon\": \"atimọn\",\n    \"ating\": \"na-atụ anya\",\n    \"atinkle\": \"iku anya mmiri\",\n    \"atypical\": \"gbara gharịị\",\n    \"atlantad\": \"atlanta\",\n    \"atlantal\": \"atlanta\",\n    \"atlantes\": \"atlantis\",\n    \"atlas\": \"atọm\",\n    \"atlases\": \"atlas\",\n    \"atlaslike\": \"atlas yiri\",\n    \"atm\": \"Ugbo\",\n    \"atmans\": \"ikuku\",\n    \"atmid\": \"ikuku\",\n    \"atmidalbumin\": \"gbamgbam\",\n    \"atmidometer\": \"ikuku\",\n    \"atmidometry\": \"ikuku\",\n    \"atmo\": \"atọm\",\n    \"atmocautery\": \"atulacautery\",\n    \"atmoclastic\": \"ihe omimi\",\n    \"atmolyzation\": \"mmebe\",\n    \"atmolyze\": \"inmolyze\",\n    \"atmological\": \"ihe omimi\",\n    \"atmologist\": \"ọkà mmụta ọgwụ\",\n    \"atmometer\": \"igwe\",\n    \"atmometry\": \"ikuku\",\n    \"atmometric\": \"ikuku\",\n    \"atmophile\": \"nnweta\",\n    \"atmos\": \"ikuku\",\n    \"atmosphere\": \"ikuku\",\n    \"atmosphered\": \"ikuku\",\n    \"atmosphereful\": \"ikuku\",\n    \"atmosphereless\": \"ikuku\",\n    \"atmospheres\": \"ikuku\",\n    \"atmospheric\": \"ikuku\",\n    \"atmospherical\": \"ikuku\",\n    \"atmospherically\": \"ikuku\",\n    \"atmospherics\": \"ikuku\",\n    \"atmospherium\": \"ikuku\",\n    \"atmospherology\": \"ikuku\",\n    \"atolls\": \"ihe omimi\",\n    \"atom\": \"atọm\",\n    \"atomatic\": \"atọmịk\",\n    \"atomechanics\": \"ihe omimi\",\n    \"atomic\": \"atọmịk\",\n    \"atomical\": \"atọmik\",\n    \"atomically\": \"atomik\",\n    \"atomician\": \"atọm\",\n    \"atomicism\": \"atọm\",\n    \"atomicity\": \"atọmịk\",\n    \"atomics\": \"atọmik\",\n    \"atomies\": \"atọm\",\n    \"atomiferous\": \"atughari\",\n    \"atomisation\": \"atọmịk\",\n    \"atomised\": \"atọm\",\n    \"atomises\": \"atọmis\",\n    \"atomising\": \"atọm\",\n    \"atomism\": \"atọm\",\n    \"atomisms\": \"atọm\",\n    \"atomist\": \"Onye atomist\",\n    \"atomistic\": \"atọm\",\n    \"atomistics\": \"atọmịk\",\n    \"atomists\": \"atọm\",\n    \"atomity\": \"atọm\",\n    \"atomize\": \"atomiz\",\n    \"atomized\": \"atọm\",\n    \"atomizers\": \"atọmịk\",\n    \"atomizes\": \"atọmịk\",\n    \"atomizing\": \"atọmịk\",\n    \"atoms\": \"atọm\",\n    \"atonable\": \"mgbaghara\",\n    \"atonality\": \"atonudo\",\n    \"atonally\": \"aton adiana\",\n    \"atone\": \"kpuchie mmehie\",\n    \"atoneable\": \"mgbaghara mmehie\",\n    \"atoned\": \"kpuchie mmehie\",\n    \"atonement\": \"mkpuchi mmehie\",\n    \"atonements\": \"mkpuchi mmehie\",\n    \"atoneness\": \"mkpuchi mmehie\",\n    \"atoner\": \"kpuchie mmehie\",\n    \"atoners\": \"Nkume\",\n    \"atones\": \"nkume\",\n    \"atony\": \"atoni\",\n    \"atonicity\": \"nkwenye\",\n    \"atonics\": \"ihe atonics\",\n    \"atonies\": \"mkpuchi mmehie\",\n    \"atoning\": \"mkpuchi mmehie\",\n    \"atoningly\": \"kpuchie mmehie\",\n    \"atopen\": \"imeghe\",\n    \"atopies\": \"atopi\",\n    \"atpoints\": \"ntụpọ\",\n    \"atrabiliar\": \"atraby\",\n    \"atrabiliarious\": \"ihe omume\",\n    \"atrabiliousness\": \"ndozi\",\n    \"atrament\": \"mkpali\",\n    \"atramental\": \"mkpali\",\n    \"atramentary\": \"ihe nchịkwa\",\n    \"atramentous\": \"na-asọ oyi\",\n    \"atremate\": \"kpoo oku\",\n    \"atremble\": \"maa jijiji\",\n    \"atresy\": \"nkwenye\",\n    \"atretic\": \"atretik\",\n    \"atrible\": \"jọgburu onwe ya\",\n    \"atrichic\": \"atricic\",\n    \"atrienses\": \"mmebi iwu\",\n    \"atrioventricular\": \"dị iche iche\",\n    \"atroceruleous\": \"ewe iwe\",\n    \"atrocious\": \"ime ihe ike\",\n    \"atrociously\": \"n'echeghị echiche\",\n    \"atrociousness\": \"omume obi ọjọọ\",\n    \"atrocity\": \"arụrụala\",\n    \"atrocities\": \"arụrụala\",\n    \"atrophying\": \"atrophy na-egbu egbu\",\n    \"atropic\": \"atrophic\",\n    \"atropidae\": \"atropine\",\n    \"atropin\": \"atropine\",\n    \"atrorubent\": \"atorubent\",\n    \"atrous\": \"iri\",\n    \"att\": \"gbakwunye\",\n    \"attach\": \"itinye\",\n    \"attache\": \"tinye\",\n    \"attached\": \"mmasị\",\n    \"attachedly\": \"na mgbakwunye\",\n    \"attacher\": \"onye nkuzi\",\n    \"attachers\": \"ndị nkuzi\",\n    \"attaches\": \"tinye\",\n    \"attacheship\": \"attaches\",\n    \"attaching\": \"itinye\",\n    \"attachment\": \"mgbakwunye\",\n    \"attachments\": \"Mgbakwụnye\",\n    \"attack\": \"ọgụ\",\n    \"attackable\": \"ọgụ\",\n    \"attacked\": \"wakporo\",\n    \"attacker\": \"onye mmegide\",\n    \"attackers\": \"kpara\",\n    \"attacking\": \"na-awakpo\",\n    \"attackingly\": \"na-egbu egbu\",\n    \"attackman\": \"onye mmegide\",\n    \"attacks\": \"ọgụ\",\n    \"attagen\": \"kpuchie\",\n    \"attagirl\": \"Adaeze\",\n    \"attain\": \"nweta\",\n    \"attainability\": \"enwere ike iru\",\n    \"attainable\": \"enwere ike inweta\",\n    \"attainableness\": \"enwere ike inweta\",\n    \"attainably\": \"imezu\",\n    \"attained\": \"imezu\",\n    \"attainer\": \"nweta\",\n    \"attainers\": \"ndi inweta ihe\",\n    \"attaining\": \"inweta\",\n    \"attainment\": \"nweta\",\n    \"attainments\": \"mmezu\",\n    \"attainor\": \"nweta\",\n    \"attains\": \"na-emezu\",\n    \"attainted\": \"emezuo\",\n    \"attainting\": \"imezu\",\n    \"attaints\": \"nweta\",\n    \"attalid\": \"nkwenye\",\n    \"attaste\": \"gbasie ike\",\n    \"attatched\": \"mmasị\",\n    \"attatches\": \"tinye\",\n    \"atteal\": \"atte\",\n    \"attemper\": \"nwaa\",\n    \"attemperament\": \"nwara\",\n    \"attemperance\": \"nwara\",\n    \"attemperate\": \"na-anwa\",\n    \"attemperately\": \"na-anwa\",\n    \"attemperation\": \"anwa\",\n    \"attemperator\": \"nwaa\",\n    \"attempered\": \"nwara\",\n    \"attempering\": \"na-agbalị\",\n    \"attempers\": \"ndị na-anwa\",\n    \"attempre\": \"igbali\",\n    \"attempt\": \"gbalịa\",\n    \"attemptability\": \"agbali\",\n    \"attemptable\": \"agbali\",\n    \"attempted\": \"nwara\",\n    \"attempter\": \"nwaa\",\n    \"attempters\": \"ndị na-anwa\",\n    \"attempting\": \"na-anwa\",\n    \"attemptive\": \"nwara\",\n    \"attemptless\": \"agbali\",\n    \"attempts\": \"ọnwụnwa\",\n    \"attend\": \"ịga\",\n    \"attendance\": \"ịga\",\n    \"attendances\": \"ọmụmụ ihe\",\n    \"attendancy\": \"ije ozi\",\n    \"attendant\": \"onye na-eje ozi\",\n    \"attendantly\": \"ịga\",\n    \"attendants\": \"ndị na-eje ozi\",\n    \"attended\": \"gara\",\n    \"attendee\": \"bịaranụ\",\n    \"attendees\": \"ndị bịara\",\n    \"attender\": \"onye na-ege ntị\",\n    \"attenders\": \"ndị na-ege ntị\",\n    \"attending\": \"ịga\",\n    \"attendingly\": \"ịga\",\n    \"attendment\": \"ịga\",\n    \"attendress\": \"odibo\",\n    \"attends\": \"na-aga\",\n    \"attensity\": \"nlebara anya\",\n    \"attent\": \"entaa ntị\",\n    \"attentat\": \"tinye\",\n    \"attentate\": \"entaa ntị\",\n    \"attention\": \"ntị\",\n    \"attentional\": \"ntị\",\n    \"attentionality\": \"ntị\",\n    \"attentions\": \"ntị\",\n    \"attentive\": \"na-ege ntị\",\n    \"attentively\": \"ntị\",\n    \"attentiveness\": \"ị atta ntị\",\n    \"attently\": \"ntị\",\n    \"attenuate\": \"gbasie ike\",\n    \"attenuators\": \"ndị na-akwụ ụgwọ\",\n    \"atter\": \"mgbe\",\n    \"attercrop\": \"attercop\",\n    \"attery\": \"batrị\",\n    \"attermined\": \"atagbuola\",\n    \"atterminement\": \"mkpochapu\",\n    \"attern\": \"oge\",\n    \"atterrate\": \"itu aturu\",\n    \"attest\": \"gbaa akaebe\",\n    \"attestable\": \"gbara akaebe\",\n    \"attestant\": \"onye akaebe\",\n    \"attestation\": \"ịgba akaebe\",\n    \"attestations\": \"akaebe\",\n    \"attestative\": \"gbaa akaebe\",\n    \"attestator\": \"onye akaebe\",\n    \"attested\": \"gbara akaebe\",\n    \"attester\": \"Onye nkuzi\",\n    \"attesters\": \"ndị akaebe\",\n    \"attesting\": \"na-agba akaebe\",\n    \"attestive\": \"ntị\",\n    \"attestor\": \"onye akaebe\",\n    \"attestors\": \"ndị na-ege ntị\",\n    \"attests\": \"gbara akaebe\",\n    \"attic\": \"okpuru ulo\",\n    \"attical\": \"aturu\",\n    \"attice\": \"rịba ama\",\n    \"atticism\": \"utịp\",\n    \"atticisms\": \"arụ ọrụ\",\n    \"atticist\": \"Ugwu ala\",\n    \"atticists\": \"ndị na-etinye aka\",\n    \"atticize\": \"itu ulo\",\n    \"atticized\": \"okpu\",\n    \"atticizing\": \"na-etinye ume\",\n    \"attics\": \"elu\",\n    \"attid\": \"rịba ama\",\n    \"attinge\": \"gbakwunye\",\n    \"attingence\": \"nnabata\",\n    \"attingency\": \"mma\",\n    \"attingent\": \"na-elekọta\",\n    \"attire\": \"uwe\",\n    \"attired\": \"atti\",\n    \"attirement\": \"uwe\",\n    \"attirer\": \"ihe ndozi\",\n    \"attires\": \"uwe\",\n    \"attiring\": \"agbakwunye\",\n    \"attitude\": \"omume\",\n    \"attitudes\": \"àgwà\",\n    \"attitudinarian\": \"Onyeka Onwenu\",\n    \"attitudinise\": \"itinye uche\",\n    \"attitudinised\": \"echebara\",\n    \"attitudinize\": \"itinye uche\",\n    \"attitudinized\": \"echegbula\",\n    \"attitudinizes\": \"itinye uche\",\n    \"attitudist\": \"onye na-akwado ihe\",\n    \"attiwendaronk\": \"attiwonderonk\",\n    \"attle\": \"zuo\",\n    \"attntrp\": \"attn trp\",\n    \"attollent\": \"sie ike\",\n    \"attomy\": \"riri elu\",\n    \"attorn\": \"tinye\",\n    \"attornare\": \"onye ọka iwu\",\n    \"attorned\": \"kekọtara\",\n    \"attorney\": \"ọka iwu\",\n    \"attorneydom\": \"Ikike\",\n    \"attorneyism\": \"ọka iwu\",\n    \"attorneys\": \"ndị ọka iwu\",\n    \"attorneyship\": \"ọka iwu\",\n    \"attorning\": \"na-ekpe ikpe\",\n    \"attornment\": \"ihe ndozi\",\n    \"attorns\": \"tinye\",\n    \"attract\": \"na-adọta\",\n    \"attractability\": \"na-adọrọ mmasị\",\n    \"attractable\": \"na-adọrọ adọrọ\",\n    \"attractableness\": \"adọrọ adọrọ\",\n    \"attractance\": \"mmasị\",\n    \"attractancy\": \"mmasị\",\n    \"attractant\": \"adọrọ adọrọ\",\n    \"attractants\": \"na-adọrọ mmasị\",\n    \"attracted\": \"dọtara\",\n    \"attracter\": \"onye na-adọta ihe\",\n    \"attracting\": \"na-adọta\",\n    \"attractingly\": \"na-adọta mmasị\",\n    \"attraction\": \"mma\",\n    \"attractionally\": \"na-adọrọ mmasị\",\n    \"attractions\": \"ebe nkiri\",\n    \"attractive\": \"mara mma\",\n    \"attractively\": \"na-adọrọ mmasị\",\n    \"attractiveness\": \"mma\",\n    \"attractivity\": \"ihe na-adọrọ mmasị\",\n    \"attractor\": \"na-adọta mmasị\",\n    \"attractors\": \"na-adọta ndị mmadụ\",\n    \"attracts\": \"na-adọta\",\n    \"attrahent\": \"chọrọ\",\n    \"attrap\": \"inwe mmasị\",\n    \"attrectation\": \"mmechi\",\n    \"attry\": \"tinye\",\n    \"attrib\": \"edu\",\n    \"attributable\": \"pụrụ\",\n    \"attributal\": \"nke\",\n    \"attribute\": \"àgwà\",\n    \"attributed\": \"ekewet\",\n    \"attributer\": \"ihe ntanye\",\n    \"attributes\": \"àgwà\",\n    \"attributing\": \"ikwu\",\n    \"attribution\": \"Njirimara\",\n    \"attributional\": \"atụ\",\n    \"attributions\": \"Njirimara\",\n    \"attributive\": \"Njirimara\",\n    \"attributively\": \"Na-egosi\",\n    \"attributiveness\": \"njirimara\",\n    \"attributives\": \"njirimara\",\n    \"attributor\": \"ihe onyinye\",\n    \"attrist\": \"gbakwunye\",\n    \"attrited\": \"gbara\",\n    \"attriteness\": \"nkwenye\",\n    \"attriting\": \"na-agba ume\",\n    \"attrition\": \"kpakpando\",\n    \"attritional\": \"nkwanye ugwu\",\n    \"attritive\": \"maa mma\",\n    \"attriutively\": \"N'abụ\",\n    \"attroopment\": \"nnọchibido\",\n    \"attroupement\": \"ikpokọta\",\n    \"attune\": \"itule\",\n    \"attuned\": \"kwekọrịtara\",\n    \"attuning\": \"atọkọta\",\n    \"atturn\": \"dota\",\n    \"atuami\": \"atua\",\n    \"atule\": \"ịke\",\n    \"atumble\": \"gbue\",\n    \"atune\": \"itule\",\n    \"atveen\": \"icha\",\n    \"atweel\": \"dị mma\",\n    \"atween\": \"n'etiti\",\n    \"atwin\": \"ejima\",\n    \"atwind\": \"atọrọ\",\n    \"atwitter\": \"twitter\",\n    \"auantic\": \"quantic\",\n    \"aubrite\": \"mechie\",\n    \"auburn\": \"obia\",\n    \"auburns\": \"afọ\",\n    \"auctary\": \"okuko\",\n    \"auction\": \"okushon\",\n    \"auctionary\": \"okushon\",\n    \"auctioned\": \"okushon\",\n    \"auctioneer\": \"okushon\",\n    \"auctioneers\": \"ndị na-ere ahịa\",\n    \"auctioning\": \"auction\",\n    \"auctions\": \"okushon\",\n    \"auctor\": \"okoli\",\n    \"auctorial\": \"okuko\",\n    \"auctorizate\": \"okpokoro\",\n    \"auctors\": \"ndị na-ere ahịa\",\n    \"aucupate\": \"inye aka\",\n    \"aud\": \"oditi\",\n    \"audace\": \"nyocha\",\n    \"audacious\": \"anyaukwu\",\n    \"audaciously\": \"anyaukwu\",\n    \"audaciousness\": \"ịdị egwu\",\n    \"audacity\": \"nkwenye\",\n    \"audacities\": \"nyocha\",\n    \"audad\": \"aoudad\",\n    \"audads\": \"nyocha\",\n    \"audaean\": \"Audaean\",\n    \"audian\": \"nụ\",\n    \"audibility\": \"a na-anụ ihe\",\n    \"audible\": \"na-anụ ụda\",\n    \"audibleness\": \"mkpọtụ ness\",\n    \"audibles\": \"ndị na-ege ntị\",\n    \"audibly\": \"na-ege ntị\",\n    \"audience\": \"ndị na-ege ntị\",\n    \"audiencer\": \"ndị na-ege ntị\",\n    \"audiences\": \"ndị na-ege ntị\",\n    \"audiencier\": \"na-ege ntị\",\n    \"audient\": \"na-ege ntị\",\n    \"audients\": \"ndị na-ege ntị\",\n    \"audiles\": \"ndị na-ege ntị\",\n    \"auding\": \"nyocha\",\n    \"audings\": \"nyocha\",\n    \"audio\": \"odiyo\",\n    \"audioemission\": \"anusi\",\n    \"audiogenic\": \"ọdịyo\",\n    \"audiograms\": \"igwe okwu\",\n    \"audiology\": \"ọdịyo\",\n    \"audiological\": \"ọdịyo\",\n    \"audiologies\": \"igwe okwu\",\n    \"audiologist\": \"ọkà mmụta banyere ọdịyo\",\n    \"audiologists\": \"ndị na-amụ ọdịyo\",\n    \"audiometers\": \"igwe egwu\",\n    \"audiometry\": \"igwe egwu\",\n    \"audiometric\": \"igwe egwu\",\n    \"audiometrically\": \"n'olu onodu\",\n    \"audiometries\": \"igwe egwu\",\n    \"audiometrist\": \"onye na-ahụ maka ọdịyo\",\n    \"audion\": \"nnyocha\",\n    \"audiophile\": \"ogbako\",\n    \"audios\": \"igwe okwu\",\n    \"audiotape\": \"igwe okwu\",\n    \"audiotapes\": \"ihe ọdịyo\",\n    \"audiotypist\": \"onye na-ege ntị\",\n    \"audiphone\": \"ntị\",\n    \"audit\": \"oditi\",\n    \"auditable\": \"oditi\",\n    \"audited\": \"nyochara\",\n    \"auditing\": \"nyocha\",\n    \"audition\": \"nnyocha\",\n    \"auditioned\": \"nụkwara\",\n    \"auditioning\": \"nyocha\",\n    \"auditions\": \"nyocha\",\n    \"auditive\": \"nyocha\",\n    \"auditives\": \"ihe nyocha\",\n    \"auditor\": \"onye nyocha\",\n    \"auditory\": \"nnabata\",\n    \"auditorial\": \"nyocha\",\n    \"auditorially\": \"n'udo\",\n    \"auditories\": \"nyocha\",\n    \"auditorily\": \"nyocha\",\n    \"auditorium\": \"ụlọ mgbakọ\",\n    \"auditoriums\": \"ụlọ mgbakọ\",\n    \"auditors\": \"ndị nyocha\",\n    \"auditorship\": \"nyocha\",\n    \"auditress\": \"dibia\",\n    \"audits\": \"nyocha\",\n    \"audivise\": \"nụ\",\n    \"audiviser\": \"onye na-ege ntị\",\n    \"audivision\": \"igwe\",\n    \"audubonistic\": \"ndị na-eme nnyocha\",\n    \"auftakt\": \"mmmmmmmmmmmmm\",\n    \"aug\": \"aju\",\n    \"augelite\": \"ougelite\",\n    \"augen\": \"mezie\",\n    \"augend\": \"ibuli\",\n    \"augends\": \"augend\",\n    \"augerer\": \"di elu\",\n    \"augh\": \"uju\",\n    \"aughts\": \"augh\",\n    \"augite\": \"obia\",\n    \"augites\": \"ndiegwu\",\n    \"augitite\": \"nwekite\",\n    \"augment\": \"imekwu\",\n    \"augmentation\": \"mmụba\",\n    \"augmentationer\": \"na-agbakwunye\",\n    \"augmentations\": \"imewanye\",\n    \"augmentative\": \"na-ebuwanye ibu\",\n    \"augmentatively\": \"na-agbakwunye\",\n    \"augmented\": \"mụbaa\",\n    \"augmentedly\": \"mụbaa\",\n    \"augmenter\": \"onye na-ebuwanye ibu\",\n    \"augmenters\": \"ndiife\",\n    \"augmenting\": \"na-amụba\",\n    \"augmentive\": \"na-ebuwanye ibu\",\n    \"augrim\": \"aughrim\",\n    \"augural\": \"dị egwu\",\n    \"augurate\": \"imegide\",\n    \"augure\": \"ikwuwa\",\n    \"augurers\": \"ndi augure\",\n    \"auguring\": \"na-ebuwanye ibu\",\n    \"augurous\": \"dị egwu\",\n    \"augustan\": \"austan\",\n    \"augustinian\": \"Uchechi\",\n    \"augustinianism\": \"Okpukpo ndi Ochichi\",\n    \"augustness\": \"august\",\n    \"auklets\": \"akwụkwọ\",\n    \"auks\": \"Akpa\",\n    \"auksinas\": \"Nkechi\",\n    \"aulder\": \"okwute\",\n    \"auldest\": \"ikekwe\",\n    \"auldfarrantlike\": \"Onyekwere\",\n    \"auletes\": \"na-eme egwuregwu\",\n    \"auletic\": \"na-egbu mmụọ\",\n    \"auletrides\": \"onyinyechi\",\n    \"auletris\": \"auchris\",\n    \"aulic\": \"noul\",\n    \"aulical\": \"ekwenti\",\n    \"aulophyte\": \"mmmmmmmmmmmmm\",\n    \"aumail\": \"odimma\",\n    \"aumbry\": \"afam\",\n    \"aumbries\": \"Abua\",\n    \"aummbulatory\": \"kechita\",\n    \"aunjetitz\": \"Uchechi\",\n    \"aunt\": \"nwanne mama\",\n    \"aunter\": \"dinta\",\n    \"aunters\": \"umu nne nna\",\n    \"aunthood\": \"nwanne nwanyị\",\n    \"aunthoods\": \"umu nwanyi\",\n    \"aunty\": \"nwam\",\n    \"auntie\": \"nwanne mama\",\n    \"auntly\": \"nwanne nwanyị\",\n    \"auntlier\": \"nwanne nne\",\n    \"auntlike\": \"nwanne nne\",\n    \"auntre\": \"nwanne nna\",\n    \"auntrous\": \"Nwanne nwanyi\",\n    \"aunts\": \"nwanne mama\",\n    \"auntsary\": \"nwanne nne\",\n    \"auntship\": \"nwanne nna\",\n    \"aural\": \"olu\",\n    \"aurally\": \"n'okwu\",\n    \"aurantiaceous\": \"okpokoro\",\n    \"aurated\": \"aropu\",\n    \"aureately\": \"di na nwunye\",\n    \"aureoled\": \"nwunye\",\n    \"auricyanhydric\": \"aicicyanhydric\",\n    \"auricyanic\": \"aicicyanic\",\n    \"auriculate\": \"auricula\",\n    \"auriculovertical\": \"iheagbara\",\n    \"auriferous\": \"Auriferous\",\n    \"aurifex\": \"Nwachukwu\",\n    \"aurify\": \"kwalite\",\n    \"aurific\": \"Aurific\",\n    \"aurified\": \"wetara\",\n    \"aurifying\": \"na-enye nkwado\",\n    \"aurigerous\": \"na-ada ụda\",\n    \"auriphone\": \"ekwenti\",\n    \"auriscopic\": \"ekwuru\",\n    \"aurists\": \"aurist\",\n    \"aurite\": \"iriju\",\n    \"aurited\": \"mejuputara\",\n    \"aurothiosulphate\": \"akpaaka thiosulphate\",\n    \"aurothiosulphuric\": \"akpaaka thiosulphuric\",\n    \"aurrescu\": \"aurresku\",\n    \"aurulent\": \"uzu oku\",\n    \"aurum\": \"Aurum\",\n    \"aurure\": \"aur\",\n    \"auscult\": \"Obinna\",\n    \"auscultascope\": \"iheanacho\",\n    \"auscultate\": \"ikechukwu\",\n    \"auscultates\": \"Uchechi\",\n    \"auscultatory\": \"Mgbakwunye\",\n    \"auscultoscope\": \"iheanacho\",\n    \"ausforms\": \"ihe ngosi\",\n    \"ausgespielt\": \"Uchechi\",\n    \"aushar\": \"Aushar\",\n    \"auslaut\": \"Nwagbara\",\n    \"auslaute\": \"Auslaute\",\n    \"ausonian\": \"Onye Asusu\",\n    \"auspex\": \"Uchenna\",\n    \"auspicate\": \"inye aka\",\n    \"auspices\": \"auspice\",\n    \"auspicial\": \"nkwado\",\n    \"auspiciousness\": \"Achọpụta\",\n    \"aussies\": \"Nwagbara\",\n    \"austenite\": \"Otienyi\",\n    \"austenitize\": \"mee ka austenitize\",\n    \"austere\": \"zuru\",\n    \"austereness\": \"aust\",\n    \"austerer\": \"okike\",\n    \"austerest\": \"bụrụ\",\n    \"austerity\": \"Ausiri\",\n    \"austerlitz\": \"Ukachukwu\",\n    \"australian\": \"Australian\",\n    \"australianize\": \"ndị Australia\",\n    \"australians\": \"ndị Australia\",\n    \"australic\": \"australia\",\n    \"australioid\": \"australia\",\n    \"austrasian\": \"austrasia\",\n    \"austria\": \"Uchechi\",\n    \"austrian\": \"Ugochukwu\",\n    \"austrians\": \"ụmụ akwụkwọ\",\n    \"austrogaea\": \"Austrogaea\",\n    \"austrogaean\": \"Ostrogaean\",\n    \"austronesian\": \"Onyeusturoian\",\n    \"austrophile\": \"Uniaka\",\n    \"austroriparian\": \"Ostroriparian\",\n    \"autarch\": \"akpaka\",\n    \"autarchy\": \"ọchịchị\",\n    \"autarchic\": \"ochichi\",\n    \"autarchical\": \"akpaghị aka\",\n    \"autarchically\": \"na-enweghị isi\",\n    \"autarchist\": \"onye isi ochichi\",\n    \"auteciousness\": \"Uchechi\",\n    \"autecism\": \"ekweghiekwe\",\n    \"autecisms\": \"Emeka\",\n    \"autecologist\": \"ọkà mmụta banyere autecologist\",\n    \"autem\": \"ma obu\",\n    \"autexousy\": \"Ukachukwu\",\n    \"authentic\": \"ezigbo\",\n    \"authentical\": \"n'ihi na ọ bụ eziokwu\",\n    \"authentically\": \"n'ezie\",\n    \"authenticalness\": \"eziokwu\",\n    \"authenticatable\": \"Nyocha\",\n    \"authenticate\": \"nyochaa\",\n    \"authenticated\": \"Nyochaa\",\n    \"authenticates\": \"Nyochaa\",\n    \"authenticating\": \"Nyochaa\",\n    \"authentication\": \"Nyocha\",\n    \"authentications\": \"Nyocha\",\n    \"authenticator\": \"Nyochaa\",\n    \"authenticators\": \"ndị nyocha\",\n    \"authenticity\": \"eziokwu\",\n    \"authenticities\": \"eziokwu\",\n    \"authenticly\": \"n'ezie\",\n    \"authenticness\": \"izi ezi\",\n    \"author\": \"odee\",\n    \"authorcraft\": \"akwụkwọ edemede\",\n    \"authored\": \"dere\",\n    \"authoress\": \"odee\",\n    \"authoresses\": \"ndị isi\",\n    \"authorhood\": \"akwụkwọ edemede\",\n    \"authorial\": \"onye ikike\",\n    \"authorially\": \"ikike\",\n    \"authoring\": \"ede ihe\",\n    \"authorisable\": \"ikike\",\n    \"authorisation\": \"ikike\",\n    \"authorise\": \"nye iwu\",\n    \"authorised\": \"nyere ikike\",\n    \"authoriser\": \"ikike\",\n    \"authorish\": \"dere\",\n    \"authorising\": \"na-enye ikike\",\n    \"authorism\": \"ikike\",\n    \"authoritarian\": \"aka ike\",\n    \"authoritarianism\": \"aka ike\",\n    \"authoritarianisms\": \"ikike\",\n    \"authoritarians\": \"ndị ikike\",\n    \"authoritative\": \"ikike\",\n    \"authoritatively\": \"n'ikike\",\n    \"authoritativeness\": \"ikike\",\n    \"authority\": \"ikike\",\n    \"authorities\": \"ndị ọchịchị\",\n    \"authorizable\": \"nyere ikike\",\n    \"authorization\": \"ikike\",\n    \"authorizations\": \"ikike\",\n    \"authorize\": \"nye iwu\",\n    \"authorized\": \"nyere ikike\",\n    \"authorizer\": \"onye ikike\",\n    \"authorizers\": \"ndị ikike\",\n    \"authorizes\": \"na-enye ikike\",\n    \"authorizing\": \"na-enye ikike\",\n    \"authorless\": \"enweghị edemede\",\n    \"authorly\": \"edemede\",\n    \"authorling\": \"ede akwụkwọ\",\n    \"authors\": \"ndị edemede\",\n    \"authorship\": \"odee\",\n    \"authotype\": \"ikike\",\n    \"autisms\": \"autism\",\n    \"auto\": \"akpaaka\",\n    \"autoabstract\": \"akpaaka\",\n    \"autoaddress\": \"akpaaka\",\n    \"autoanalysis\": \"nyochaghachi\",\n    \"autoanticomplement\": \"emejuputa\",\n    \"autoasphyxiation\": \"akpaaka\",\n    \"autoaspiration\": \"akpa ume\",\n    \"autoassimilation\": \"auto assimilation\",\n    \"autobasidiomycetes\": \"akpaaka basidiomycetes\",\n    \"autobasidiomycetous\": \"auto basidiomycetous\",\n    \"autoboat\": \"ụgbọ mmiri\",\n    \"autoboating\": \"na-agbagharị\",\n    \"autobuses\": \"ugbo ala\",\n    \"autobusses\": \"ugbo ala\",\n    \"autocab\": \"akpaaka\",\n    \"autocade\": \"akpaaka\",\n    \"autocades\": \"akpaaka\",\n    \"autocall\": \"akpaaka\",\n    \"autocamp\": \"akpaaka\",\n    \"autocamper\": \"akpaaka\",\n    \"autocamping\": \"Nchekwa onwe\",\n    \"autocar\": \"akpaaka\",\n    \"autocarp\": \"akpaaka\",\n    \"autocarpic\": \"akpaaka\",\n    \"autocatalysis\": \"akpaaka\",\n    \"autochanger\": \"akpaaka\",\n    \"autochemical\": \"kemikal\",\n    \"autochromy\": \"akpaaka\",\n    \"autochthones\": \"akpaaka\",\n    \"autochthonic\": \"akpaaka\",\n    \"autochthons\": \"akpaaka\",\n    \"autocycle\": \"akpaaka\",\n    \"autocide\": \"ogbugbu\",\n    \"autoclastic\": \"akpaaka\",\n    \"autoclave\": \"akpaaka\",\n    \"autoclaved\": \"echekwara\",\n    \"autoclaves\": \"akpaaka\",\n    \"autocoder\": \"akpaaka\",\n    \"autocoid\": \"akpaaka\",\n    \"autocollimator\": \"ihe nchịkwa\",\n    \"autocombustion\": \"akpaaka\",\n    \"autocomplexes\": \"akpaaka\",\n    \"autocondensation\": \"akpaaka\",\n    \"autoconduction\": \"akpaaka\",\n    \"autoconverter\": \"akpaka ihe ngbanwe\",\n    \"autocorrosion\": \"nkwonkwo\",\n    \"autocracy\": \"ọchịchị obodo\",\n    \"autocracies\": \"ochichi ndi mmadu\",\n    \"autocratic\": \"ọchịchị\",\n    \"autocratical\": \"ọchịchị aka ike\",\n    \"autocratically\": \"nke ọchịchị\",\n    \"autocraticalness\": \"nkwenye\",\n    \"autocrator\": \"onye isi ochichi\",\n    \"autocratoric\": \"akpaakaọrụ\",\n    \"autocratorical\": \"ochichi onye kwuo uche\",\n    \"autocratrix\": \"akpaaka\",\n    \"autocrats\": \"ndi ochichi\",\n    \"autocratship\": \"ochichi onye kwuo uche ya\",\n    \"autocriticism\": \"nkwenye\",\n    \"autodecrement\": \"nchịkwa\",\n    \"autodecremented\": \"onwe kwadoro\",\n    \"autodestruction\": \"nhazi onwe\",\n    \"autodetector\": \"ihe nyocha\",\n    \"autodiagnosis\": \"nyocha onwe\",\n    \"autodiagrammatic\": \"akpaaka\",\n    \"autodial\": \"akpaaka\",\n    \"autodialed\": \"akpaghị aka\",\n    \"autodialers\": \"akpaaka\",\n    \"autodialled\": \"akpaaka\",\n    \"autodials\": \"akpaaka\",\n    \"autodidacts\": \"ihe ndozi\",\n    \"autodifferentiation\": \"akpaaka iche\",\n    \"autodigestive\": \"akpaaka nri\",\n    \"autodrainage\": \"akpaaka drainage\",\n    \"autoecholalia\": \"auto echolalia\",\n    \"autoeciousness\": \"akpaaka\",\n    \"autoed\": \"akpaghị aka\",\n    \"autoelectronic\": \"akpaaka\",\n    \"autoerotic\": \"akpaaka\",\n    \"autoerotically\": \"na-arụ ọrụ\",\n    \"autoexcitation\": \"akpaaka\",\n    \"autofermentation\": \"ntinye akwụkwọ\",\n    \"autoformation\": \"akpaaka\",\n    \"autogeneses\": \"akpaaka\",\n    \"autogenesis\": \"akpaaka\",\n    \"autogenetic\": \"akpaaka\",\n    \"autogenetically\": \"akpaaka\",\n    \"autogeny\": \"akpaaka\",\n    \"autogenies\": \"akpaaka\",\n    \"autogenously\": \"akpaaka\",\n    \"autogenuous\": \"akpaaka\",\n    \"autograft\": \"akpaaka\",\n    \"autografting\": \"nhazi\",\n    \"autogram\": \"akpaaka\",\n    \"autograph\": \"akpaaka\",\n    \"autographal\": \"dezie\",\n    \"autographed\": \"dezie\",\n    \"autographer\": \"onye na-ede akwụkwọ\",\n    \"autography\": \"akpaaka\",\n    \"autographic\": \"nyocha\",\n    \"autographical\": \"autobiographical\",\n    \"autographically\": \"na-edozi\",\n    \"autographing\": \"dezie ihe\",\n    \"autographist\": \"onye na-ede akwụkwọ\",\n    \"autographs\": \"ndebanye aha\",\n    \"autoharp\": \"akpaaka\",\n    \"autoheader\": \"isi okwu\",\n    \"autoheterosis\": \"akpaaka\",\n    \"autohybridization\": \"akpaaka\",\n    \"autohypnotization\": \"akpaaka\",\n    \"autoicous\": \"akpaaka\",\n    \"autoimmunity\": \"akpaaka\",\n    \"autoimmunities\": \"akpaaka\",\n    \"autoimmunization\": \"mgbochi ọgwụ\",\n    \"autoimmunize\": \"autoimmuniz\",\n    \"autoimmunized\": \"akpaaka\",\n    \"autoimmunizing\": \"akpaaka\",\n    \"autoincrement\": \"akpaaka\",\n    \"autoincremented\": \"akpaghị aka\",\n    \"autoincrements\": \"akpaaka\",\n    \"autoindex\": \"akpaaka\",\n    \"autoindexing\": \"akpaaka\",\n    \"autoinduction\": \"akpaaka\",\n    \"autoinfection\": \"akpaaka\",\n    \"autoinfusion\": \"ntinye aka\",\n    \"autoing\": \"itinye n'ọrụ\",\n    \"autoinhibited\": \"igbochi\",\n    \"autoinoculation\": \"nyocha\",\n    \"autointellectual\": \"nkwanye ugwu\",\n    \"autoionization\": \"akpaaka\",\n    \"autoirrigation\": \"akpaaka\",\n    \"autoist\": \"akpaaka\",\n    \"autolatry\": \"akpaaka\",\n    \"autolavage\": \"nwere onwe\",\n    \"autolysis\": \"akpaaka\",\n    \"autolyzate\": \"akpaaka\",\n    \"autolyzed\": \"akpaghị aka\",\n    \"autolyzing\": \"na-emegharị\",\n    \"autoloader\": \"akpaaka\",\n    \"autoloaders\": \"akpaaka\",\n    \"autoloading\": \"ibudata\",\n    \"autological\": \"nyocha\",\n    \"autologist\": \"dibia umuaka\",\n    \"automacy\": \"akpaaka\",\n    \"automaker\": \"akpaka\",\n    \"automan\": \"akpaaka\",\n    \"automania\": \"akpaaka\",\n    \"automanipulation\": \"akpaaka akpaaka\",\n    \"automanipulative\": \"akpaaka manipulative\",\n    \"automanual\": \"akpaaka ntuziaka\",\n    \"automat\": \"akpaka\",\n    \"automata\": \"akpaka\",\n    \"automatable\": \"akpaka\",\n    \"automate\": \"gbanye akpaaka\",\n    \"automated\": \"akpaghị aka\",\n    \"automates\": \"akpaghị aka\",\n    \"automatic\": \"akpaka\",\n    \"automatical\": \"akpaghị aka\",\n    \"automatically\": \"akpaghị aka\",\n    \"automaticity\": \"akpaghị aka\",\n    \"automatics\": \"akụrụngwa\",\n    \"automatictacessing\": \"akpaka tacessing\",\n    \"automatin\": \"akpaaka\",\n    \"automation\": \"akpaaka\",\n    \"automatism\": \"akpaaka\",\n    \"automatist\": \"onye akpaka\",\n    \"automative\": \"akpaghị aka\",\n    \"automatization\": \"akpaaka\",\n    \"automatize\": \"machiini\",\n    \"automatized\": \"akpaghị aka\",\n    \"automatizes\": \"akpaghị aka\",\n    \"automatizing\": \"akpaghị aka\",\n    \"automatograph\": \"akpaka\",\n    \"automaton\": \"akpaka\",\n    \"automatonlike\": \"automaton dị ka\",\n    \"automatons\": \"akpatiaka\",\n    \"automatontons\": \"akpaka\",\n    \"automatous\": \"kwurula\",\n    \"automats\": \"akpaghị aka\",\n    \"automechanical\": \"akụrụngwa\",\n    \"automechanism\": \"akụrụngwa\",\n    \"automen\": \"akpaaka\",\n    \"autometamorphosis\": \"akpaaka metamorphosis\",\n    \"autometry\": \"akụrụngwa\",\n    \"autometric\": \"akpaaka\",\n    \"automysophobia\": \"akpaaka\",\n    \"automobile\": \"ụgbọ ala\",\n    \"automobiled\": \"ụgbọ ala\",\n    \"automobiles\": \"ụgbọ ala\",\n    \"automobiling\": \"akpaghị aka\",\n    \"automobilism\": \"akpaaka\",\n    \"automobilist\": \"onye na-anya ihe\",\n    \"automobilistic\": \"akpaaka\",\n    \"automobilists\": \"ndị na-anya ụgbọala\",\n    \"automobility\": \"akpaaka\",\n    \"automolite\": \"akpaaka\",\n    \"automonstration\": \"akpaaka\",\n    \"automorph\": \"akpaaka\",\n    \"automorphic\": \"akpaaka\",\n    \"automorphically\": \"akpaaka\",\n    \"automorphism\": \"akpaaka\",\n    \"automotive\": \"akpakanamde\",\n    \"automotor\": \"akụrụngwa\",\n    \"automower\": \"akụrụngwa\",\n    \"autompne\": \"akpaka\",\n    \"autonavigator\": \"onye na-anya ụgbọ mmiri\",\n    \"autonegation\": \"nnwere onwe\",\n    \"autonephrectomy\": \"nkwonkwo\",\n    \"autonephrotoxin\": \"auto nephrotoxin\",\n    \"autonetics\": \"akpaaka\",\n    \"autoneurotoxin\": \"auto neurotoxin\",\n    \"autonym\": \"nnwere onwe\",\n    \"autonitridation\": \"nnwere onwe\",\n    \"autonomy\": \"nnwere onwe\",\n    \"autonomic\": \"kwurula\",\n    \"autonomical\": \"kwurula\",\n    \"autonomically\": \"kwurula\",\n    \"autonomist\": \"kwadoro\",\n    \"autonomize\": \"kwadoro\",\n    \"autonomous\": \"kwurula\",\n    \"autonomously\": \"kwurula\",\n    \"autonomousness\": \"kwadoro\",\n    \"autooxidation\": \"akpaaka\",\n    \"autophobia\": \"nkwanye ugwu\",\n    \"autophone\": \"ekwentị\",\n    \"autopilots\": \"autopilot\",\n    \"autoplastic\": \"akpaaka\",\n    \"autoplasties\": \"akpaaka\",\n    \"autopoint\": \"ntụpọ\",\n    \"autopolar\": \"akpaaka\",\n    \"autopolyploid\": \"akpaaka\",\n    \"autopolyploidy\": \"akpaaka\",\n    \"autoportrait\": \"akpaaka\",\n    \"autoportraiture\": \"ibubata ihe\",\n    \"autoprogressive\": \"na-arụ ọrụ\",\n    \"autoprothesis\": \"nkwonkwo\",\n    \"autopsic\": \"akpaaka\",\n    \"autopsical\": \"akpaaka\",\n    \"autopsied\": \"kwadoro\",\n    \"autopsies\": \"akpati ozu\",\n    \"autoptic\": \"akpaaka\",\n    \"autoptical\": \"akpaaka\",\n    \"autoptically\": \"akpaghị aka\",\n    \"autopticity\": \"akpaaka\",\n    \"autoradiogram\": \"akpaaka\",\n    \"autoradiograph\": \"akpaaka\",\n    \"autoradiography\": \"akpaaka\",\n    \"autoradiographic\": \"akpaaka\",\n    \"autorail\": \"akpaaka\",\n    \"autoreduction\": \"nchịkwa\",\n    \"autoreflection\": \"akpaaka\",\n    \"autoregressive\": \"na-eme ihe ike\",\n    \"autoregulation\": \"nchịkwa aka\",\n    \"autoretardation\": \"nnyefe ego\",\n    \"autorotation\": \"akpaaka\",\n    \"autoroute\": \"autorooro\",\n    \"autos\": \"Autos\",\n    \"autosensitized\": \"echekwara\",\n    \"autosymbolical\": \"autosymbo Akwụkwọ Nsọ\",\n    \"autosled\": \"kwadoro\",\n    \"autostability\": \"akpaaka\",\n    \"autostage\": \"akpaaka\",\n    \"autostylic\": \"akpaaka\",\n    \"autostylism\": \"akpaaka\",\n    \"autostradas\": \"akpaaka\",\n    \"autosuggestions\": \"akpaaka\",\n    \"autotelegraph\": \"akwụkwọ ndekọ aha\",\n    \"autotelism\": \"nkwanye ugwu\",\n    \"autotheater\": \"othelọ ọrụ nchịkwa\",\n    \"autotheism\": \"nkwanye ugwu\",\n    \"autotheist\": \"onye na-akwado onwe ya\",\n    \"autotherapeutic\": \"ọgwụgwọ ọrịa\",\n    \"autotherapy\": \"ọgwụgwọ ọrịa\",\n    \"autotyphization\": \"nchịkwa onwe\",\n    \"autotypic\": \"akpaaka\",\n    \"autotomy\": \"enwebe iwu\",\n    \"autotomic\": \"akpaka\",\n    \"autotomised\": \"echekwara\",\n    \"autotomize\": \"kwadoro\",\n    \"autotomized\": \"echekwara\",\n    \"autotomizing\": \"na-edozi\",\n    \"autotoxication\": \"akpaaka\",\n    \"autotoxicity\": \"akpaaka\",\n    \"autotransfusion\": \"nkwanye ùgwù\",\n    \"autotransplant\": \"akpaaka\",\n    \"autotransplantation\": \"akpaaka mbu\",\n    \"autotropic\": \"autotrophic\",\n    \"autotropism\": \"phototropism\",\n    \"autotruck\": \"ugbo ala\",\n    \"autotuberculin\": \"akpaaka tuberculin\",\n    \"autoturning\": \"akpaghị aka\",\n    \"autovaccine\": \"ogwu mgbochi\",\n    \"autovalve\": \"akpaaka\",\n    \"autovivisection\": \"akpaaka\",\n    \"autoxeny\": \"akpaaka\",\n    \"autoxidation\": \"akpaaka\",\n    \"autoxidator\": \"akpaaka\",\n    \"autoxidizer\": \"akpaaka\",\n    \"autumn\": \"mgbụsị akwụkwọ\",\n    \"autumnal\": \"n'oge mgbụsị akwụkwọ\",\n    \"autumnally\": \"n'oge mgbụsị akwụkwọ\",\n    \"autumnity\": \"oge mgbụsị akwụkwọ\",\n    \"autunian\": \"autuniyan\",\n    \"autunite\": \"kwadoro\",\n    \"aux\": \"ihe enyemaka\",\n    \"auxanology\": \"ihe omuma\",\n    \"auxeses\": \"ihe enyemaka\",\n    \"auxetic\": \"ihe enyemaka\",\n    \"auxetical\": \"inyeaka\",\n    \"auxetics\": \"ihe enyemaka\",\n    \"auxil\": \"inyeaka\",\n    \"auxiliar\": \"maara ihe\",\n    \"auxiliary\": \"inyeaka\",\n    \"auxiliaries\": \"inyeaka\",\n    \"auxiliarly\": \"inyeaka\",\n    \"auxiliate\": \"inyeaka\",\n    \"auxiliation\": \"inyeaka\",\n    \"auxiliator\": \"inyeaka\",\n    \"auxiliatory\": \"inyeaka\",\n    \"auxilytic\": \"inyeaka\",\n    \"auxilium\": \"inyeaka\",\n    \"auxillary\": \"inyeaka\",\n    \"auxin\": \"ihe enyemaka\",\n    \"auxinic\": \"ihe enyemaka\",\n    \"auxins\": \"ihe enyemaka\",\n    \"auxoaction\": \"inye aka\",\n    \"auxoblast\": \"ihe enyemaka\",\n    \"auxobody\": \"onyeinwe\",\n    \"auxochrome\": \"Nwachukwu\",\n    \"auxochromous\": \"ihe enyemaka\",\n    \"auxocyte\": \"ihe enyemaka\",\n    \"auxoflore\": \"iheike\",\n    \"auxofluor\": \"iheanacholu\",\n    \"auxology\": \"ihe enyemaka\",\n    \"auxospore\": \"ihe enyemaka\",\n    \"auxosubstance\": \"ihe na-enye aka\",\n    \"auxotonic\": \"ihe enyemaka\",\n    \"auxotroph\": \"Nwachukwu\",\n    \"ava\": \"afọ\",\n    \"avail\": \"inweta\",\n    \"availabile\": \"nweta\",\n    \"availability\": \"nnweta\",\n    \"availabilities\": \"nnweta\",\n    \"available\": \"dị\",\n    \"availableness\": \"enwere\",\n    \"availably\": \"na-ahụ anya\",\n    \"availed\": \"bara uru\",\n    \"availers\": \"ndị na-arụ ọrụ ụgbọ mmiri\",\n    \"availing\": \"na-ekwu okwu\",\n    \"availingly\": \"na-arụ ọrụ\",\n    \"availment\": \"enweta\",\n    \"avalanche\": \"nnukwu\",\n    \"avalanched\": \"juru ebe niile\",\n    \"avalanches\": \"nnukwu\",\n    \"avalanching\": \"nnukwu\",\n    \"avale\": \"enweta\",\n    \"avalent\": \"na-ekwu okwu\",\n    \"avanious\": \"ọghara\",\n    \"avantlay\": \"avanti\",\n    \"avanturine\": \"ebelebe\",\n    \"avarian\": \"okpoko\",\n    \"avarice\": \"ịkpa\",\n    \"avariciously\": \"juru ebe niile\",\n    \"avariciousness\": \"Ohere\",\n    \"avatars\": \"avatar\",\n    \"avaunt\": \"nweta\",\n    \"ave\": \"ịbọ ọbọ\",\n    \"avell\": \"Nwachukwu\",\n    \"avelonge\": \"ebube\",\n    \"aveloz\": \"ihe\",\n    \"avenage\": \"ịbọ ọbọ\",\n    \"avenalin\": \"avenin\",\n    \"avenant\": \"ọgbụgba ndụ\",\n    \"avenge\": \"ịbọ ọbọ\",\n    \"avenged\": \"ọbọ\",\n    \"avengeful\": \"mmegwara\",\n    \"avengement\": \"ịbọ ọbọ\",\n    \"avenger\": \"onye ọbọ\",\n    \"avengeress\": \"onye na-akwụ ụgwọ\",\n    \"avengers\": \"ndi ọbọ\",\n    \"avenges\": \"ịbọ ọbọ\",\n    \"avenging\": \"ịbọ ọbọ\",\n    \"avengingly\": \"n'arụ ọbọ\",\n    \"avenine\": \"aventine\",\n    \"avenous\": \"avens\",\n    \"avenses\": \"avenes\",\n    \"aventails\": \"mgbe nile\",\n    \"aventure\": \"njem\",\n    \"aventurin\": \"ebelebe\",\n    \"aventurine\": \"ebelebe\",\n    \"avenue\": \"uzo\",\n    \"avenues\": \"ụzọ\",\n    \"aver\": \"zaghachi\",\n    \"avera\": \"zaghachi\",\n    \"average\": \"nkezi\",\n    \"averaged\": \"ọkara\",\n    \"averagely\": \"n'ụzọ dị oke egwu\",\n    \"averageness\": \"nkezi\",\n    \"averager\": \"nkezi\",\n    \"averages\": \"nkezi\",\n    \"averaging\": \"Nkezi\",\n    \"averil\": \"ma\",\n    \"averish\": \"wezuga\",\n    \"averment\": \"aver\",\n    \"averments\": \"mmezu\",\n    \"avern\": \"otu ụbọchị\",\n    \"avernal\": \"ochichi\",\n    \"averrable\": \"ewepụ\",\n    \"averral\": \"aver\",\n    \"averred\": \"e weghaara\",\n    \"averrer\": \"onye echiche\",\n    \"averring\": \"aver\",\n    \"averroistic\": \"echiche efu\",\n    \"averruncation\": \"nwepu\",\n    \"avers\": \"weghaara\",\n    \"aversant\": \"eweghara\",\n    \"aversation\": \"avers\",\n    \"averse\": \"ịjụ\",\n    \"aversely\": \"eweghara\",\n    \"averseness\": \"nkwupụta\",\n    \"aversion\": \"mkporomahu\",\n    \"aversions\": \"mmeghari\",\n    \"aversive\": \"inye\",\n    \"avert\": \"igbochi\",\n    \"averted\": \"gbochiri\",\n    \"avertedly\": \"ewepu\",\n    \"averter\": \"onye ntụgharị\",\n    \"avertible\": \"avertiver\",\n    \"avertiment\": \"averiment\",\n    \"avertin\": \"invertin\",\n    \"averting\": \"na-ewepụ\",\n    \"avertive\": \"na-ewepụsị\",\n    \"averts\": \"gbochie\",\n    \"aves\": \"agburu\",\n    \"avesta\": \"avea\",\n    \"avestruz\": \"Nwachukwu\",\n    \"aveugle\": \"imegide\",\n    \"avianize\": \"nwe\",\n    \"avianized\": \"Weebụ\",\n    \"avians\": \"ndiegwu\",\n    \"aviaries\": \"nkechi\",\n    \"aviarists\": \"ndiegwu\",\n    \"aviate\": \"webata\",\n    \"aviated\": \"ugbo elu\",\n    \"aviates\": \"avi\",\n    \"aviating\": \"webata\",\n    \"aviation\": \"ugbo elu\",\n    \"aviational\": \"ugbo elu\",\n    \"aviations\": \"avi\",\n    \"aviator\": \"onye ọkwọ ụgbọ mmiri\",\n    \"aviatory\": \"nkechi\",\n    \"aviatorial\": \"vigbọ elu\",\n    \"aviatoriality\": \"ebikwa\",\n    \"aviators\": \"ndị na-egwu ụgbọ elu\",\n    \"aviatress\": \"avi ọkpọ\",\n    \"aviatrix\": \"Nwachukwu\",\n    \"avicide\": \"na-egbu egbu\",\n    \"aviculture\": \"akuko\",\n    \"aviculturist\": \"onye na-azụ ahịa\",\n    \"avid\": \"uchu\",\n    \"avidya\": \"Ugba\",\n    \"avidins\": \"ndị na-ahụ n'anya\",\n    \"avidious\": \"dị njikere\",\n    \"avidiously\": \"jijiji\",\n    \"avidity\": \"inwe obi ike\",\n    \"avidities\": \"egosipụta\",\n    \"avidly\": \"uchu\",\n    \"avidness\": \"uchu\",\n    \"avidnesses\": \"ngosi\",\n    \"avidous\": \"Uchu\",\n    \"aview\": \"nlele\",\n    \"avigate\": \"kpoo\",\n    \"avigation\": \"ịkpali\",\n    \"avilaria\": \"Nwachukwu\",\n    \"avions\": \"azịza\",\n    \"avirulence\": \"nsogbu\",\n    \"avis\": \"UBU\",\n    \"avys\": \"okom\",\n    \"avision\": \"nzube\",\n    \"avital\": \"mkpa\",\n    \"avitaminotic\": \"avitaminosis\",\n    \"avives\": \"nye\",\n    \"avo\": \"izere\",\n    \"avocado\": \"ube oyibo\",\n    \"avocadoes\": \"ube oyibo\",\n    \"avocados\": \"ube oyibo\",\n    \"avocat\": \"ube oyibo\",\n    \"avocate\": \"ikpo aka\",\n    \"avocation\": \"izere\",\n    \"avocational\": \"eze\",\n    \"avocationally\": \"n'izu\",\n    \"avocations\": \"izere\",\n    \"avocative\": \"na-asọ oyi\",\n    \"avocatory\": \"ube oyibo\",\n    \"avocet\": \"ube oyibo\",\n    \"avocets\": \"ube oyibo\",\n    \"avodire\": \"kwesịrị\",\n    \"avodires\": \"ihe eji eme ihe\",\n    \"avogadrite\": \"agbadodi\",\n    \"avogadro\": \"uchu\",\n    \"avogram\": \"izere ozi\",\n    \"avoy\": \"izere\",\n    \"avoid\": \"zere\",\n    \"avoidable\": \"izere\",\n    \"avoidably\": \"izere\",\n    \"avoidance\": \"izere\",\n    \"avoidances\": \"izere\",\n    \"avoidant\": \"zere\",\n    \"avoided\": \"ẹse\",\n    \"avoider\": \"onye obula\",\n    \"avoiders\": \"ndị na-agbara ha ọsọ\",\n    \"avoiding\": \"na-ezere\",\n    \"avoidless\": \"zere\",\n    \"avoidment\": \"izere\",\n    \"avoids\": \"na-ezere\",\n    \"avoyer\": \"onye obula\",\n    \"avoyership\": \"izere\",\n    \"avoir\": \"zere\",\n    \"avoke\": \"izere\",\n    \"avolate\": \"zere\",\n    \"avolation\": \"iwepụ\",\n    \"avolitional\": \"nkwanye\",\n    \"avoset\": \"uzo\",\n    \"avosets\": \"akwa\",\n    \"avouch\": \"uzo\",\n    \"avouchable\": \"nwekwaranụ\",\n    \"avouched\": \"kpara\",\n    \"avoucher\": \"ego\",\n    \"avouchers\": \"akwụkwọ ego\",\n    \"avouches\": \"Ugochukwu\",\n    \"avouching\": \"igbanwe\",\n    \"avouchment\": \"ego\",\n    \"avour\": \"zere\",\n    \"avoure\": \"zere\",\n    \"avourneen\": \"evurneen\",\n    \"avouter\": \"zere\",\n    \"avoutry\": \"ihe ichoro\",\n    \"avow\": \"kpom\",\n    \"avowably\": \"eburu\",\n    \"avowance\": \"onyinye\",\n    \"avowant\": \"onyinye\",\n    \"avowe\": \"owuwe\",\n    \"avowed\": \"kwe nkwa\",\n    \"avowedly\": \"nkwa\",\n    \"avowedness\": \"ozi\",\n    \"avowing\": \"nkpuru\",\n    \"avowry\": \"kpom\",\n    \"avowries\": \"onyinye\",\n    \"avows\": \"nkwa\",\n    \"avulsed\": \"kpaliri\",\n    \"avulsing\": \"ebibi\",\n    \"avulsions\": \"arụ\",\n    \"avuncular\": \"avunkụl\",\n    \"avunculize\": \"mekwaa\",\n    \"awaft\": \"na-echere\",\n    \"away\": \"pụọ\",\n    \"awayness\": \"ọpụpụ\",\n    \"awaynesses\": \"ọpụpụ\",\n    \"await\": \"chere\",\n    \"awaited\": \"na-echere\",\n    \"awaiter\": \"na-echere\",\n    \"awaiters\": \"na-echere\",\n    \"awaiting\": \"na-eche\",\n    \"awaits\": \"na-echere\",\n    \"awakable\": \"edemede\",\n    \"awake\": \"teta\",\n    \"awakeable\": \"edemede\",\n    \"awaked\": \"teta n'ụra\",\n    \"awaken\": \"teta\",\n    \"awakenable\": \"edemede\",\n    \"awakened\": \"teta\",\n    \"awakener\": \"edemede\",\n    \"awakeners\": \"edemede\",\n    \"awakening\": \"edemede\",\n    \"awakeningly\": \"edemede\",\n    \"awakenings\": \"edemede\",\n    \"awakenment\": \"edemede\",\n    \"awakens\": \"edemede\",\n    \"awakes\": \"edemede\",\n    \"awaking\": \"edemede\",\n    \"awakings\": \"edemede\",\n    \"awald\": \"awwal\",\n    \"awalt\": \"awwal\",\n    \"awane\": \"awan\",\n    \"awanting\": \"dị egwu\",\n    \"award\": \"enọ\",\n    \"awardable\": \"na-enye onyinye\",\n    \"awarded\": \"ọdịda\",\n    \"awarding\": \"inye onyinye\",\n    \"awardment\": \"mmeri\",\n    \"awards\": \"onyinye\",\n    \"aware\": \"mara\",\n    \"awareness\": \"mmata\",\n    \"awarrant\": \"ikike\",\n    \"awaste\": \"awas\",\n    \"awatch\": \"nche\",\n    \"awater\": \"mmiri\",\n    \"awave\": \"chere\",\n    \"awber\": \"awbar\",\n    \"awe\": \"egwu\",\n    \"aweary\": \"egwu\",\n    \"awearied\": \"egwu\",\n    \"aweather\": \"aburu\",\n    \"aweband\": \"band awed\",\n    \"awedly\": \"awed\",\n    \"awedness\": \"onwu\",\n    \"aweel\": \"ebube\",\n    \"aweigh\": \"egwu\",\n    \"aweing\": \"ịtụ egwu\",\n    \"aweless\": \"egwu\",\n    \"awelessness\": \"egwu\",\n    \"awes\": \"onwu\",\n    \"awesome\": \"di egwu\",\n    \"awesomeness\": \"ihe di egwu\",\n    \"awest\": \"di egwu\",\n    \"awestricken\": \"juru ya anya\",\n    \"awestruck\": \"kporo nku\",\n    \"awful\": \"jogburu onwe ya\",\n    \"awfuller\": \"di egwu\",\n    \"awfullest\": \"jọgburu onwe ya\",\n    \"awfully\": \"di egwu\",\n    \"awfulness\": \"egwu\",\n    \"awhile\": \"nwa oge\",\n    \"awhirl\": \"Udochukwu\",\n    \"awing\": \"awụ\",\n    \"awingly\": \"n'ụzọ dị ịtụnanya\",\n    \"awink\": \"itabi\",\n    \"awkward\": \"ihere\",\n    \"awkwarder\": \"ihere\",\n    \"awkwardest\": \"ihere\",\n    \"awkwardish\": \"ihere\",\n    \"awkwardly\": \"awkward\",\n    \"awkwardness\": \"ihere\",\n    \"awless\": \"enweghi iwu\",\n    \"awlessness\": \"mmebi iwu\",\n    \"awmous\": \"nnukwu\",\n    \"awned\": \"ahịrị\",\n    \"awner\": \"awn\",\n    \"awning\": \"okwuchi windo\",\n    \"awninged\": \"okwuchi windo\",\n    \"awnings\": \"windo\",\n    \"awnless\": \"awn\",\n    \"awoke\": \"teta\",\n    \"awoken\": \"edemede\",\n    \"awols\": \"arụsị\",\n    \"aworry\": \"awor\",\n    \"aworth\": \"kwesịrị\",\n    \"awreak\": \"teta\",\n    \"awreck\": \"awre\",\n    \"awrist\": \"awry\",\n    \"awrong\": \"ezighi ezi\",\n    \"awunctive\": \"ihe omimi\",\n    \"ax\": \"anyu-ike\",\n    \"axbreaker\": \"anyụike\",\n    \"axe\": \"anyu-ike\",\n    \"axel\": \"anyụike\",\n    \"axels\": \"anyụike\",\n    \"axeman\": \"anyuike\",\n    \"axemaster\": \"anyuike\",\n    \"axemen\": \"anyuike\",\n    \"axenic\": \"anyụike\",\n    \"axenically\": \"na-agbasi ike\",\n    \"axes\": \"anyu-ike\",\n    \"axhammer\": \"anyụike\",\n    \"axhammered\": \"anyụ anyụ\",\n    \"axhead\": \"anyụike\",\n    \"axiate\": \"kpakpando\",\n    \"axiation\": \"ajuju\",\n    \"axiferous\": \"anyụike\",\n    \"axillant\": \"anyụike\",\n    \"axillar\": \"axillary\",\n    \"axillaries\": \"anyụike\",\n    \"axillars\": \"axillary\",\n    \"axils\": \"anyuike\",\n    \"axine\": \"axin\",\n    \"axing\": \"anyụike\",\n    \"axiology\": \"ihe omuma\",\n    \"axiological\": \"ihe omuma\",\n    \"axiologically\": \"n'akuku ihe omimi\",\n    \"axiologies\": \"ihe omuma\",\n    \"axiologist\": \"onye na-ahụ maka ọdịnala\",\n    \"axiomatically\": \"n'ụzọ nkịtị\",\n    \"axiomatization\": \"axiomatisation\",\n    \"axiomatizes\": \"axiomatisation\",\n    \"axiomatizing\": \"na-arụ ọrụ\",\n    \"axion\": \"anyụike\",\n    \"axites\": \"axis\",\n    \"axles\": \"axle\",\n    \"axlike\": \"anyuike\",\n    \"axmaker\": \"anyụike\",\n    \"axmanship\": \"anyuike\",\n    \"axmen\": \"anyuike\",\n    \"axminster\": \"anyụike\",\n    \"axoidean\": \"anyụike\",\n    \"axolysis\": \"nyocha\",\n    \"axolotls\": \"Nwunye\",\n    \"axometric\": \"axonometric\",\n    \"axon\": \"anyụike\",\n    \"axonophorous\": \"anyụike\",\n    \"axons\": \"anyụike\",\n    \"axoplasmic\": \"anwuru\",\n    \"axospermous\": \"anyuike\",\n    \"axseeds\": \"anyu anyu\",\n    \"axstone\": \"nkume anyuike\",\n    \"axunge\": \"anyụike\",\n    \"axwise\": \"anyụike\",\n    \"azans\": \"azan\",\n    \"azelaic\": \"Azelaic\",\n    \"azerbaijanese\": \"asụsụ azerbaijan\",\n    \"azerbaijanian\": \"onye azerbaijan\",\n    \"azine\": \"azin\",\n    \"azlon\": \"azọn\",\n    \"azocorinth\": \"azokorinth\",\n    \"azofication\": \"Nwabueze\",\n    \"azoic\": \"azoik\",\n    \"azon\": \"egbe\",\n    \"azonal\": \"uchenna\",\n    \"azonic\": \"azonik\",\n    \"azons\": \"azon\",\n    \"azoted\": \"azụrụ\",\n    \"azotemic\": \"azotemik\",\n    \"azotes\": \"azot\",\n    \"azoth\": \"azọt\",\n    \"azothionium\": \"azotionium\",\n    \"azoths\": \"azot\",\n    \"azotize\": \"azotiz\",\n    \"azotometer\": \"azotometa\",\n    \"azrael\": \"azrel\",\n    \"aztec\": \"aztek\",\n    \"aztecs\": \"aztek\",\n    \"azurean\": \"azure\",\n    \"azured\": \"azure\",\n    \"azureous\": \"azureus\",\n    \"azurite\": \"azali\",\n    \"baahling\": \"na-agbasi ike\",\n    \"baaing\": \"ahapụ\",\n    \"baalist\": \"onye baalist\",\n    \"baals\": \"baal\",\n    \"baba\": \"nna\",\n    \"babbage\": \"unyi\",\n    \"babbie\": \"babby\",\n    \"babbishly\": \"nzuzu\",\n    \"babbit\": \"ndubuisi\",\n    \"babbitt\": \"ndubuisi\",\n    \"babbitted\": \"kpaliri\",\n    \"babbitter\": \"ndubuisi\",\n    \"babbittess\": \"enweghị atụ\",\n    \"babbitting\": \"na-emekpa ihu\",\n    \"babbittism\": \"ndagide\",\n    \"babbittry\": \"mgbogho\",\n    \"babbitts\": \"kpaliri\",\n    \"babblative\": \"na-agbasi ike\",\n    \"babble\": \"na-ekwu okwu\",\n    \"babbled\": \"gbarụọ\",\n    \"babblement\": \"nkwupụta okwu\",\n    \"babbler\": \"na-ekwu okwu\",\n    \"babblers\": \"ndị na-anụ ihe\",\n    \"babbles\": \"na-ekwu okwu\",\n    \"babblesome\": \"na-ekwu okwu\",\n    \"babbly\": \"n'ebube\",\n    \"babbling\": \"na-ekwu okwu\",\n    \"babblingly\": \"na-agbagha\",\n    \"babblings\": \"na-ekwu okwu\",\n    \"babblish\": \"ịkpa anya\",\n    \"babblishly\": \"n'ịgbasi ike\",\n    \"babbools\": \"ndiegwu\",\n    \"babehood\": \"umuaka\",\n    \"babel\": \"bebel\",\n    \"babeldom\": \"ghara ịdị\",\n    \"babelic\": \"ghara ịdị\",\n    \"babelish\": \"ghara ịdị\",\n    \"babelize\": \"megharia\",\n    \"babes\": \"ụmụ ọhụrụ\",\n    \"babeship\": \"ebe obibi\",\n    \"baby\": \"nwa\",\n    \"babydom\": \"nwa\",\n    \"babied\": \"ndiegwu\",\n    \"babies\": \"ụmụ ọhụrụ\",\n    \"babyfied\": \"nwa ọhụrụ\",\n    \"babyhood\": \"umuaka\",\n    \"babyhoods\": \"umuaka\",\n    \"babyhouse\": \"ụlọ obibi\",\n    \"babying\": \"na-amụ anya\",\n    \"babyish\": \"bie nwa\",\n    \"babyishly\": \"nwa ọhụrụ\",\n    \"babyishness\": \"ịmụ nwa\",\n    \"babyism\": \"ịmụ nwa\",\n    \"babylike\": \"dị ka nwa ọhụrụ\",\n    \"babylon\": \"Babylon\",\n    \"babylonian\": \"Babylonian\",\n    \"babylonians\": \"Ndị Babịlọn\",\n    \"babylonic\": \"nwa bekee\",\n    \"babylonish\": \"nwa bekee\",\n    \"babylonism\": \"mmebe iwu\",\n    \"babylonite\": \"Babylonite\",\n    \"babylonize\": \"bieze\",\n    \"babingtonite\": \"ezegbaka\",\n    \"babyolatry\": \"mbayolatry\",\n    \"babion\": \"babine\",\n    \"babirousa\": \"babirusa\",\n    \"babirussa\": \"babirusa\",\n    \"babished\": \"rikpuru\",\n    \"babyship\": \"Nlekọta nwa\",\n    \"babishly\": \"n'amaghi ama\",\n    \"babishness\": \"enweghị atụ\",\n    \"babysit\": \"ysmụaka\",\n    \"babysitter\": \"onye na-elekọta nwa\",\n    \"babysitting\": \"Nlekọta nwa\",\n    \"babism\": \"ebighi ebi\",\n    \"babist\": \"mmuta\",\n    \"bable\": \"zigara\",\n    \"baboen\": \"nwa\",\n    \"babool\": \"babọlụ\",\n    \"babools\": \"umuaka\",\n    \"baboon\": \"adaka\",\n    \"baboonery\": \"anakpo\",\n    \"baboonish\": \"nwayi\",\n    \"baboonroot\": \"nwainwu\",\n    \"baboons\": \"umu adaka\",\n    \"baboot\": \"adaka\",\n    \"babouche\": \"nnwuru\",\n    \"babouvism\": \"ihe anakpo\",\n    \"babouvist\": \"onyenze\",\n    \"babracot\": \"babraktọ\",\n    \"babroot\": \"akwa nwa\",\n    \"babu\": \"enweghị\",\n    \"babuism\": \"enweghị ebe obibi\",\n    \"babuls\": \"umuaka\",\n    \"baburd\": \"ikpa\",\n    \"bacach\": \"azu azu\",\n    \"bacao\": \"bokoo\",\n    \"baccare\": \"nlekọta ahụike\",\n    \"baccated\": \"akwadoro\",\n    \"bacchanalianly\": \"na-akwadoghị\",\n    \"bacchanalism\": \"ihe omuma\",\n    \"bacchanalize\": \"hazie\",\n    \"bacchant\": \"azụ ahịa\",\n    \"bacchantes\": \"azumahia\",\n    \"bacchants\": \"ihe azu\",\n    \"baccheion\": \"azu\",\n    \"bacchiac\": \"nsogbu\",\n    \"bacchian\": \"bachian\",\n    \"bacchic\": \"bachika\",\n    \"bacchii\": \"bachii\",\n    \"baccy\": \"ihe nzuzu\",\n    \"baccies\": \"mbido\",\n    \"bacciferous\": \"na-achọsi ike\",\n    \"baccivorous\": \"na-ehi ụra\",\n    \"bached\": \"sie\",\n    \"bachelor\": \"okokporo\",\n    \"bachelorize\": \"okokporo\",\n    \"bachelorly\": \"okokporo\",\n    \"bachelorlike\": \"okokporo dị ka\",\n    \"bachelors\": \"okokporo\",\n    \"bachelorship\": \"agụmakwụkwọ\",\n    \"baches\": \"azu\",\n    \"baching\": \"ịkụ azụ\",\n    \"bacilary\": \"okpokoro\",\n    \"bacillar\": \"okpokoro\",\n    \"bacillicidal\": \"ogba aghara\",\n    \"bacillicide\": \"mbibi\",\n    \"bacillicidic\": \"ihe omume\",\n    \"bacilliculture\": \"mbido azụ\",\n    \"bacilliparous\": \"amụrụ ihe\",\n    \"bacillophobia\": \"azu azu\",\n    \"bacis\": \"amuru\",\n    \"back\": \"azu\",\n    \"backache\": \"azu azu\",\n    \"backaches\": \"azụ azụ\",\n    \"backachy\": \"azu azu\",\n    \"backaching\": \"azụ\",\n    \"backadation\": \"azụ azụ\",\n    \"backage\": \"ngwugwu\",\n    \"backare\": \"bachare\",\n    \"backarrow\": \"azụ Àkụ áká\",\n    \"backarrows\": \"azụ akụ\",\n    \"backband\": \"azụ azụ\",\n    \"backbar\": \"Azụ azụ\",\n    \"backbear\": \"azụ azụ\",\n    \"backbearing\": \"na-azụ azụ\",\n    \"backbeat\": \"azụ azụ\",\n    \"backbeats\": \"azụ azụ\",\n    \"backbencher\": \"azu azu\",\n    \"backbenchers\": \"azu azu\",\n    \"backbend\": \"azu azu\",\n    \"backbends\": \"azụ azụ\",\n    \"backberand\": \"azu azu\",\n    \"backberend\": \"azu azu\",\n    \"backbit\": \"azu azu\",\n    \"backbite\": \"azu azu\",\n    \"backbiter\": \"azụ azụ\",\n    \"backbiters\": \"ndị azụ azụ\",\n    \"backbites\": \"azụ azụ\",\n    \"backbiting\": \"azu azu\",\n    \"backbitingly\": \"azu azu\",\n    \"backbitten\": \"azu azu\",\n    \"backblocks\": \"azụ azụ\",\n    \"backblow\": \"azu azu azu\",\n    \"backboard\": \"azu azu\",\n    \"backbone\": \"ọkpụkpụ azụ\",\n    \"backboned\": \"azu azu\",\n    \"backboneless\": \"enweghị ọkpụkpụ\",\n    \"backbonelessness\": \"ọkpụkpụ azụ dị ala\",\n    \"backbones\": \"ọkpụkpụ azụ\",\n    \"backbrand\": \"azụ azụ\",\n    \"backbreaker\": \"azu azu\",\n    \"backbreaking\": \"azu azu\",\n    \"backcap\": \"azụ okpu\",\n    \"backcast\": \"azụ azụ\",\n    \"backcasts\": \"azụ azụ\",\n    \"backchain\": \"azu azu\",\n    \"backchat\": \"azu\",\n    \"backchats\": \"azu\",\n    \"backcloth\": \"akwa akwa\",\n    \"backcomb\": \"okpu ojii\",\n    \"backcountry\": \"azu azu\",\n    \"backcourt\": \"azu azu\",\n    \"backcourtman\": \"nwoke azu\",\n    \"backcross\": \"azu azu\",\n    \"backdate\": \"azụ\",\n    \"backdated\": \"oge ochie\",\n    \"backdates\": \"oge ochie\",\n    \"backdating\": \"azụ\",\n    \"backdoor\": \"ụzọ azụ\",\n    \"backdown\": \"laa azụ\",\n    \"backdrop\": \"azu\",\n    \"backdrops\": \"azu\",\n    \"backed\": \"Akwadoo\",\n    \"backen\": \"gbaa azu\",\n    \"backened\": \"gbaa azu\",\n    \"backening\": \"na-akwado\",\n    \"backer\": \"Azụ\",\n    \"backers\": \"ndị na-akwado ya\",\n    \"backet\": \"azu azu\",\n    \"backfall\": \"azu azu\",\n    \"backfatter\": \"azu azu\",\n    \"backfield\": \"azụ azụ\",\n    \"backfields\": \"azụ azụ\",\n    \"backfill\": \"azu azu\",\n    \"backfilled\": \"azu azu\",\n    \"backfiller\": \"azụ azụ\",\n    \"backfilling\": \"azu azu\",\n    \"backfills\": \"azụ azụ\",\n    \"backfire\": \"azu azu\",\n    \"backfired\": \"kụrụ azụ\",\n    \"backfires\": \"azụ azụ\",\n    \"backfiring\": \"azụ azụ\",\n    \"backflap\": \"azu azu\",\n    \"backflash\": \"azụ azụ\",\n    \"backflip\": \"azu azu\",\n    \"backflow\": \"nlọghachi azụ\",\n    \"backflowing\": \"laghachi azụ\",\n    \"backfold\": \"azu azu\",\n    \"backframe\": \"azu azu\",\n    \"backfriend\": \"enyi\",\n    \"backfurrow\": \"azu azu\",\n    \"backgame\": \"azụ egwuregwu\",\n    \"backgeared\": \"azu haziri\",\n    \"background\": \"ndabere\",\n    \"backgrounds\": \"nzụlite\",\n    \"backhand\": \"azụ\",\n    \"backhanded\": \"azu azu\",\n    \"backhandedly\": \"azu azu\",\n    \"backhandedness\": \"azụ azụ\",\n    \"backhander\": \"azu azu\",\n    \"backhanding\": \"azụ\",\n    \"backhands\": \"azu azu\",\n    \"backhatch\": \"azụ azụ\",\n    \"backhaul\": \"azu azu\",\n    \"backhauled\": \"azụ azụ\",\n    \"backhauling\": \"ịkwado azụ\",\n    \"backhauls\": \"azụ azụ\",\n    \"backheel\": \"azu azu\",\n    \"backhoe\": \"azu azu\",\n    \"backhoes\": \"azụ azụ\",\n    \"backhooker\": \"azu azu\",\n    \"backhouse\": \"ụlọ azụ\",\n    \"backhouses\": \"ụlọ azụ\",\n    \"backy\": \"azu\",\n    \"backyard\": \"azu azu\",\n    \"backyarder\": \"azu azu\",\n    \"backyards\": \"n'azụ ụlọ\",\n    \"backie\": \"azu\",\n    \"backiebird\": \"azu azu\",\n    \"backing\": \"akwado\",\n    \"backings\": \"Nkwado\",\n    \"backjoint\": \"azụ\",\n    \"backland\": \"azụ ala\",\n    \"backlands\": \"ala azu\",\n    \"backlash\": \"azu azu\",\n    \"backlashed\": \"azu azu\",\n    \"backlasher\": \"azu azu\",\n    \"backlashes\": \"azu azu\",\n    \"backlashing\": \"azu azu\",\n    \"backless\": \"enweghị aka\",\n    \"backlet\": \"azu azu\",\n    \"backliding\": \"backlighting\",\n    \"backlings\": \"backlinks\",\n    \"backlins\": \"backlinks\",\n    \"backlist\": \"azu azu\",\n    \"backlists\": \"ndeghari\",\n    \"backlit\": \"azu azu\",\n    \"backlog\": \"azụ azụ\",\n    \"backlogged\": \"azụ azụ\",\n    \"backlogging\": \"azụ azụ\",\n    \"backlogs\": \"azụ azụ\",\n    \"backlotter\": \"azụ azụ\",\n    \"backmost\": \"azụ azụ\",\n    \"backoff\": \"azu azu\",\n    \"backout\": \"azu azu\",\n    \"backouts\": \"azu azu\",\n    \"backpack\": \"azu paaki\",\n    \"backpacked\": \"azu paaki\",\n    \"backpacker\": \"azu paaki\",\n    \"backpackers\": \"ndị azu azu\",\n    \"backpacking\": \"azu paaki\",\n    \"backpacks\": \"azu paaki\",\n    \"backpedal\": \"azu azu\",\n    \"backpiece\": \"azu azu\",\n    \"backplane\": \"azụ azụ\",\n    \"backplanes\": \"azu azu\",\n    \"backplate\": \"azu paaki\",\n    \"backpointers\": \"azu azu\",\n    \"backrest\": \"azụ azụ\",\n    \"backrests\": \"azụ azụ\",\n    \"backrope\": \"azu azu\",\n    \"backropes\": \"azụ azụ\",\n    \"backrun\": \"azu\",\n    \"backrush\": \"azu azu\",\n    \"backrushes\": \"Azụ\",\n    \"backs\": \"Azụ\",\n    \"backsaws\": \"azu azu\",\n    \"backscatter\": \"azu azu\",\n    \"backscattered\": \"azụ azụ\",\n    \"backscattering\": \"azụ azụ\",\n    \"backscratching\": \"azu azu\",\n    \"backseat\": \"azụ azụ\",\n    \"backseats\": \"azụ azụ\",\n    \"backsey\": \"azu\",\n    \"backsets\": \"azụ azụ\",\n    \"backsetting\": \"azụ azụ\",\n    \"backsheesh\": \"azu azu\",\n    \"backshift\": \"azu azu\",\n    \"backshish\": \"Azụ azụ\",\n    \"backside\": \"azu azu\",\n    \"backsides\": \"Azụ azụ\",\n    \"backsight\": \"azu azu\",\n    \"backsite\": \"azụ\",\n    \"backslap\": \"Azụ\",\n    \"backslapped\": \"Azụla azụ\",\n    \"backslapper\": \"Azụ azụ\",\n    \"backslappers\": \"Azụ azụ\",\n    \"backslapping\": \"Ndaghachi azụ\",\n    \"backslaps\": \"Azụ azụ\",\n    \"backslash\": \"azụ azụ\",\n    \"backslashes\": \"Azụ azụ\",\n    \"backslid\": \"azụ\",\n    \"backslidden\": \"laghachi azụ\",\n    \"backslide\": \"laa azu\",\n    \"backslided\": \"laa azu\",\n    \"backslider\": \"azu azu\",\n    \"backsliders\": \"ndi naghachi azu\",\n    \"backslides\": \"Ndaghachi azụ\",\n    \"backsliding\": \"laa azu\",\n    \"backslidingness\": \"nloghachi azụ\",\n    \"backspace\": \"azụ azụ\",\n    \"backspaced\": \"azụ azụ\",\n    \"backspacefile\": \"nchekwa azụ\",\n    \"backspacer\": \"azu azu\",\n    \"backspaces\": \"azu azu\",\n    \"backspacing\": \"azụ azụ\",\n    \"backspang\": \"azu azu\",\n    \"backspear\": \"azụ azụ\",\n    \"backspeer\": \"azu azu\",\n    \"backspeir\": \"azụ azụ\",\n    \"backspier\": \"azụ azụ\",\n    \"backspierer\": \"Onye nkwado\",\n    \"backspin\": \"azụ azụ\",\n    \"backspins\": \"azụ azụ\",\n    \"backsplice\": \"azu azu\",\n    \"backspliced\": \"azụ azụ\",\n    \"backsplicing\": \"azụ azụ\",\n    \"backspread\": \"azu azu\",\n    \"backspringing\": \"azụ azụ\",\n    \"backstab\": \"azu azu\",\n    \"backstabbed\": \"azụ azụ\",\n    \"backstabber\": \"azu azu\",\n    \"backstabbing\": \"azu azu\",\n    \"backstaff\": \"azu azu\",\n    \"backstage\": \"azu azu\",\n    \"backstay\": \"azu azu\",\n    \"backstair\": \"azu azu\",\n    \"backstairs\": \"azụ azụ\",\n    \"backstays\": \"azụ azụ\",\n    \"backstamp\": \"azu azu azu\",\n    \"backster\": \"Azụ azụ\",\n    \"backstick\": \"azu azu\",\n    \"backstitch\": \"azu azu\",\n    \"backstitched\": \"azu azu\",\n    \"backstitches\": \"azụ azụ\",\n    \"backstitching\": \"azu azu\",\n    \"backstop\": \"azu azu\",\n    \"backstopped\": \"azu azu\",\n    \"backstopping\": \"azụ azụ\",\n    \"backstops\": \"azu azu\",\n    \"backstrap\": \"azu azu\",\n    \"backstrapped\": \"azụ azụ\",\n    \"backstreet\": \"azu azu\",\n    \"backstretch\": \"azu azu\",\n    \"backstretches\": \"azụ azụ\",\n    \"backstring\": \"azụ azụ\",\n    \"backstrip\": \"azu azu\",\n    \"backstroke\": \"azu azu\",\n    \"backstroked\": \"Akara azụ\",\n    \"backstrokes\": \"azụ azụ\",\n    \"backstroking\": \"azụ azụ\",\n    \"backstromite\": \"azụ azụ\",\n    \"backswept\": \"azụ azụ\",\n    \"backswimmer\": \"azụ azụ\",\n    \"backswing\": \"azụ\",\n    \"backsword\": \"Okwu azu azu\",\n    \"backswording\": \"Azụ\",\n    \"backswordman\": \"onye nzuzu\",\n    \"backswordmen\": \"ndị na-akwado azụ\",\n    \"backswordsman\": \"onye nzuzu\",\n    \"backtack\": \"azu paaki\",\n    \"backtalk\": \"azu azu\",\n    \"backtender\": \"azụ azụ\",\n    \"backtenter\": \"azu azu\",\n    \"backtrace\": \"azụ azụ\",\n    \"backtrack\": \"azu azu\",\n    \"backtracked\": \"azu azu\",\n    \"backtracker\": \"azu azu\",\n    \"backtrackers\": \"ndị na-azụ azụ\",\n    \"backtracking\": \"azụ azụ\",\n    \"backtracks\": \"azu azu\",\n    \"backtrail\": \"azu\",\n    \"backtrick\": \"azu azu\",\n    \"backup\": \"ndabere\",\n    \"backups\": \"nkwado ndabere na mpaghara\",\n    \"backus\": \"azu azu\",\n    \"backveld\": \"azu azu\",\n    \"backway\": \"azu azu\",\n    \"backwall\": \"azu azu\",\n    \"backward\": \"azụ\",\n    \"backwardation\": \"azu azu\",\n    \"backwardly\": \"azụ\",\n    \"backwardness\": \"nlọghachi azụ\",\n    \"backwards\": \"azu azu\",\n    \"backwash\": \"azu azu\",\n    \"backwashed\": \"azu azu\",\n    \"backwasher\": \"azu azu\",\n    \"backwashes\": \"azu azu\",\n    \"backwashing\": \"na-akwado\",\n    \"backwater\": \"azu azu\",\n    \"backwatered\": \"azu azu\",\n    \"backwaters\": \"azu azu\",\n    \"backwind\": \"azu azu\",\n    \"backwinded\": \"azu azu\",\n    \"backwinding\": \"na-akwado\",\n    \"backwood\": \"azu azu\",\n    \"backwoods\": \"azu azu\",\n    \"backwoodser\": \"Akwukwu\",\n    \"backwoodsiness\": \"azu azu\",\n    \"backwoodsmen\": \"backwoodsman\",\n    \"backword\": \"azụ\",\n    \"backworm\": \"azu azu\",\n    \"backwort\": \"azu azu\",\n    \"backwrap\": \"azu azu\",\n    \"backwraps\": \"azu azu\",\n    \"baclava\": \"baklava\",\n    \"bacon\": \"anụ ezi\",\n    \"baconer\": \"anụ ezi\",\n    \"bacony\": \"anụ ezi\",\n    \"baconian\": \"anụ ezi\",\n    \"baconianism\": \"ihe omumu\",\n    \"baconic\": \"anụ ahụ\",\n    \"baconism\": \"anụ ezi\",\n    \"baconist\": \"onye baconist\",\n    \"baconize\": \"anụ ezi\",\n    \"bacons\": \"anụ ezi\",\n    \"bacquet\": \"anụ ụlọ\",\n    \"bacteria\": \"nje\",\n    \"bacteriaceous\": \"nje\",\n    \"bacteriaemia\": \"nje bacteria\",\n    \"bacterial\": \"nje\",\n    \"bacterially\": \"nje\",\n    \"bacterian\": \"nje\",\n    \"bacteric\": \"nje\",\n    \"bactericidal\": \"na-egbu nje\",\n    \"bactericidally\": \"site n'ọrịa\",\n    \"bactericide\": \"na-egbu nje\",\n    \"bactericides\": \"ihe na-egbu nje\",\n    \"bacterid\": \"nje\",\n    \"bacteriemia\": \"nje\",\n    \"bacteriform\": \"nje\",\n    \"bacterin\": \"nje\",\n    \"bacterins\": \"nje\",\n    \"bacteriogenous\": \"nje\",\n    \"bacteriology\": \"nje\",\n    \"bacteriological\": \"nje\",\n    \"bacteriologically\": \"site n'ọrịa\",\n    \"bacteriologies\": \"nje\",\n    \"bacteriologist\": \"ọkà mmụta banyere ọrịa nje\",\n    \"bacteriologists\": \"ndị ọkà mmụta banyere ọrịa nje\",\n    \"bacteriophage\": \"nje\",\n    \"bacteriophages\": \"nje\",\n    \"bacteriophagy\": \"nje\",\n    \"bacteriophobia\": \"nje\",\n    \"bacterioprotein\": \"nje\",\n    \"bacteriopurpurin\": \"nje\",\n    \"bacteriorhodopsin\": \"bacteriohodopsin\",\n    \"bacterioscopy\": \"nje\",\n    \"bacterioscopic\": \"nje\",\n    \"bacterioscopical\": \"nje\",\n    \"bacterioscopically\": \"site n'ọrịa\",\n    \"bacterioscopist\": \"nje\",\n    \"bacteriosis\": \"nje\",\n    \"bacteriosolvent\": \"nje bacteria\",\n    \"bacteriostat\": \"nje\",\n    \"bacteriostatically\": \"site na nje\",\n    \"bacteriotherapeutic\": \"bacteriotherapeutic na-agwọ ọrịa\",\n    \"bacteriotherapy\": \"ọgwụ nje\",\n    \"bacteriotrypsin\": \"nje bacteria\",\n    \"bacteriotropic\": \"n'ihi na\",\n    \"bacterious\": \"nje\",\n    \"bacteririum\": \"nje\",\n    \"bacteritic\": \"nje bacteria\",\n    \"bacterium\": \"nje\",\n    \"bacterization\": \"nje\",\n    \"bacterize\": \"nje bacteria\",\n    \"bacterized\": \"nje\",\n    \"bacterizing\": \"na-eme ka nje\",\n    \"bactrian\": \"nwa nwoke\",\n    \"bactrites\": \"ndiegwu\",\n    \"bacule\": \"bachelọ\",\n    \"baculiferous\": \"azu\",\n    \"baculine\": \"anụ ahụ\",\n    \"bacury\": \"bachauri\",\n    \"bad\": \"ọjọọ\",\n    \"badan\": \"ọtụtụ\",\n    \"badarian\": \"ihe ojoo\",\n    \"badassed\": \"mee ihe\",\n    \"badasses\": \"ndị isi\",\n    \"badchan\": \"ihe ojoo\",\n    \"badder\": \"ihe njo\",\n    \"baddest\": \"dị njọ\",\n    \"baddy\": \"nna\",\n    \"baddies\": \"ndị ọjọọ\",\n    \"baddish\": \"ihe ojoo\",\n    \"baddishly\": \"n'udo\",\n    \"baddishness\": \"ihe ojoo\",\n    \"bade\": \"kpọọ\",\n    \"badge\": \"baajị\",\n    \"badged\": \"baajị\",\n    \"badgeless\": \"adịghị mma\",\n    \"badgemen\": \"ihe ojoo\",\n    \"badger\": \"baajị\",\n    \"badgered\": \"badg\",\n    \"badgerer\": \"onye ojoo\",\n    \"badgering\": \"baajị\",\n    \"badgeringly\": \"mara\",\n    \"badgerly\": \"ihe ojoo\",\n    \"badgerlike\": \"ihe ojukwu\",\n    \"badgers\": \"baajị\",\n    \"badgerweed\": \"ewije\",\n    \"badges\": \"baajị\",\n    \"badging\": \"baajị\",\n    \"badian\": \"nkechi\",\n    \"badinaged\": \"njọ\",\n    \"badinages\": \"ihe ọjọọ\",\n    \"badinaging\": \"na-eme ihe ọjọọ\",\n    \"badious\": \"ọjọọ\",\n    \"badland\": \"ala nna\",\n    \"badlands\": \"ala oma\",\n    \"badly\": \"merụsịrị\",\n    \"badling\": \"nkwọcha\",\n    \"badman\": \"badnaam\",\n    \"badmen\": \"ndi ojoo\",\n    \"badmouthed\": \"echekwara\",\n    \"badmouthing\": \"na-ekwu okwu\",\n    \"badmouths\": \"ndị badmouth\",\n    \"badness\": \"ọjọọ\",\n    \"badnesses\": \"mmebi iwu\",\n    \"badrans\": \"ndi badrans\",\n    \"bads\": \"ihe ojoo\",\n    \"bae\": \"Bae\",\n    \"baedeker\": \"ed\",\n    \"baffed\": \"gbụrụ\",\n    \"baffing\": \"na-akụda mmụọ\",\n    \"baffle\": \"itughari\",\n    \"baffled\": \"juru ya anya\",\n    \"bafflement\": \"ogbu\",\n    \"bafflements\": \"ihe ịgbagha\",\n    \"baffler\": \"ihe ijuanya\",\n    \"bafflers\": \"na-agbaghara\",\n    \"baffles\": \"na-agbaghara\",\n    \"baffling\": \"na-ama jijiji\",\n    \"bafflingly\": \"na-atụ ụjọ\",\n    \"bafflingness\": \"amaghi ihe\",\n    \"baft\": \"bait\",\n    \"bag\": \"akpa\",\n    \"bagass\": \"akpa\",\n    \"bagasses\": \"akpa\",\n    \"bagful\": \"na-ebu akpa\",\n    \"bagfuls\": \"akpa\",\n    \"baggage\": \"Akpa\",\n    \"baggager\": \"Akpa\",\n    \"baggages\": \"akpa\",\n    \"bagge\": \"akpa\",\n    \"bagged\": \"juru akpa\",\n    \"bagger\": \"Akpa\",\n    \"baggers\": \"Ndị na-ebu akpa\",\n    \"baggy\": \"na-ebu ibu\",\n    \"baggier\": \"Akpa\",\n    \"baggies\": \"akpa\",\n    \"bagging\": \"Akpa\",\n    \"baggings\": \"Akpa\",\n    \"baggyrinkle\": \"baggywrinkle\",\n    \"bagleaves\": \"Akpa\",\n    \"baglike\": \"dị ka akpa\",\n    \"bagmaker\": \"akpa akpa\",\n    \"bagmaking\": \"na-akpa akpa\",\n    \"bagmen\": \"ndi akpa\",\n    \"bagnes\": \"Akpa\",\n    \"bagnet\": \"baget\",\n    \"bagnut\": \"akpa\",\n    \"bago\": \"akwa\",\n    \"bagpipe\": \"akpa akpa\",\n    \"bagpiped\": \"akpa akpa\",\n    \"bagpiper\": \"akpa akpa\",\n    \"bagpipers\": \"akpa akpa\",\n    \"bagpipes\": \"akpa akpa\",\n    \"bagre\": \"akpa\",\n    \"bagreef\": \"akpa\",\n    \"bags\": \"akpa\",\n    \"bagsful\": \"akpa\",\n    \"baguet\": \"akpa\",\n    \"baguets\": \"akpa\",\n    \"baguette\": \"akpa\",\n    \"bagworms\": \"Akpa\",\n    \"baham\": \"bahama\",\n    \"bahar\": \"baha\",\n    \"bahts\": \"azụ\",\n    \"bahut\": \"baut\",\n    \"bay\": \"n'ọnụ mmiri\",\n    \"bayard\": \"nyered\",\n    \"bayardly\": \"enyedly\",\n    \"bayards\": \"na-enyefe\",\n    \"baybolt\": \"mbupu\",\n    \"baybush\": \"mbibi\",\n    \"bayed\": \"gbasaa\",\n    \"baygall\": \"mbibi\",\n    \"baign\": \"bain\",\n    \"baignet\": \"beignet\",\n    \"baying\": \"na-agbaba\",\n    \"bail\": \"mgbapụta\",\n    \"bailable\": \"nwere ike ịkwụ ụgwọ\",\n    \"bayldonite\": \"mbenyi\",\n    \"bailed\": \"gbapụtara\",\n    \"bailer\": \"ọka iwu\",\n    \"baylet\": \"balet\",\n    \"bailie\": \"kotie\",\n    \"bailiff\": \"kotima\",\n    \"bailiffry\": \"kotima\",\n    \"bailiffs\": \"ndị na-agbapụta ume\",\n    \"bailiffship\": \"bailiffshiphip\",\n    \"bailiffwick\": \"kotima\",\n    \"baylike\": \"dị ka\",\n    \"bailing\": \"na-ebelata\",\n    \"baillone\": \"kpọọrọ\",\n    \"bailment\": \"mgbapụta\",\n    \"bailments\": \"mgbapụta\",\n    \"bailors\": \"eji enyere ndụ aka\",\n    \"bailpiece\": \"paati\",\n    \"bails\": \"Bilie\",\n    \"bailsmen\": \"Ndị uwe ojii\",\n    \"bailwood\": \"belụsọ\",\n    \"bayness\": \"enweghị ike\",\n    \"baining\": \"enweghị mmiri\",\n    \"bayonet\": \"bayoneeti\",\n    \"bayonets\": \"bayoneeti\",\n    \"bairnly\": \"adighi\",\n    \"bairnlier\": \"nneoma\",\n    \"bairnliness\": \"enweghị mmụọ\",\n    \"bais\": \"ụlọ\",\n    \"bays\": \"emume\",\n    \"baysmelt\": \"mmmmmmmmmmmmm\",\n    \"baysmelts\": \"mmmmmmmmmmmmm\",\n    \"bait\": \"sịga\",\n    \"baited\": \"gbachiri\",\n    \"baiters\": \"bait\",\n    \"baitfish\": \"azụ azụ\",\n    \"baiting\": \"na-eri nri\",\n    \"baits\": \"azụ̀\",\n    \"baywood\": \"inyi\",\n    \"baywoods\": \"inyi\",\n    \"bayz\": \"n'ọnụ mmiri\",\n    \"baized\": \"baiza\",\n    \"baizing\": \"na-eche\",\n    \"bajardo\": \"Bajardo\",\n    \"bakal\": \"sie\",\n    \"bake\": \"ime\",\n    \"bakeapple\": \"bureapple\",\n    \"bakeboard\": \"bredboard\",\n    \"baked\": \"butere\",\n    \"bakehead\": \"ime achịcha\",\n    \"bakehouse\": \"ebe a na-ekwu okwu\",\n    \"bakehouses\": \"ebe a na-eme bred\",\n    \"bakelite\": \"pụrụ\",\n    \"bakelize\": \"fegharịa\",\n    \"bakemeat\": \"ime achịcha\",\n    \"bakemeats\": \"achịcha\",\n    \"baken\": \"esi\",\n    \"bakeoven\": \"ime achịcha\",\n    \"bakepan\": \"ime achịcha\",\n    \"baker\": \"osi ite\",\n    \"bakerdom\": \"ime achịcha\",\n    \"bakeress\": \"achịcha\",\n    \"bakery\": \"ebe a na-eme bred\",\n    \"bakeries\": \"ebe a na-eme bred\",\n    \"bakerite\": \"ime achịcha\",\n    \"bakerless\": \"enweghị achịcha\",\n    \"bakerly\": \"ime achịcha\",\n    \"bakerlike\": \"eme achịcha\",\n    \"bakers\": \"ndị na-eme achịcha\",\n    \"bakersfield\": \"ebe a na-eme achịcha\",\n    \"bakership\": \"ịme achịcha\",\n    \"bakes\": \"esi nri\",\n    \"bakeshop\": \"achịcha\",\n    \"bakeshops\": \"achịcha\",\n    \"bakestone\": \"ogbe\",\n    \"baking\": \"mmiri\",\n    \"bakingly\": \"esi mmiri\",\n    \"bakings\": \"ime achịcha\",\n    \"baklavas\": \"mbenza\",\n    \"bakshished\": \"gbanye aka\",\n    \"bakshishing\": \"ime ihe\",\n    \"bal\": \"nwuo\",\n    \"balaclava\": \"mkpọtụ\",\n    \"balaghat\": \"nnukwu ihe\",\n    \"balak\": \"nnukwu\",\n    \"balan\": \"itule\",\n    \"balance\": \"nhazi\",\n    \"balanceable\": \"edozi\",\n    \"balanced\": \"edozi\",\n    \"balancedness\": \"edozi\",\n    \"balancelle\": \"edozi\",\n    \"balanceman\": \"onye nhazi\",\n    \"balancement\": \"itule\",\n    \"balancer\": \"guzozie\",\n    \"balancers\": \"ihe nhazi\",\n    \"balances\": \"edozi\",\n    \"balancewise\": \"guzozie\",\n    \"balancing\": \"guzozie\",\n    \"balanic\": \"edozi\",\n    \"balanid\": \"edozi\",\n    \"balaniferous\": \"edozi\",\n    \"balanism\": \"edozi\",\n    \"balanus\": \"balanos\",\n    \"balboas\": \"boboas\",\n    \"balbriggan\": \"mmmmmmmmmmmmm\",\n    \"balbusard\": \"balbuzar\",\n    \"balbutiate\": \"balbutiant\",\n    \"balbutient\": \"balbutiant\",\n    \"balbuties\": \"nkwanye ugwu\",\n    \"balche\": \"ntụtụ\",\n    \"balcon\": \"mbara ihu\",\n    \"balconet\": \"mbara ihu\",\n    \"balconette\": \"mbara ihu\",\n    \"balcony\": \"mbara ihu\",\n    \"balconied\": \"mbara ihu\",\n    \"balconies\": \"mbara ihu\",\n    \"bald\": \"isi nkwọcha\",\n    \"baldacchini\": \"nkwọcha\",\n    \"baldacchino\": \"mmmmmmmmmmmmm\",\n    \"baldachin\": \"ikpa isi\",\n    \"baldachined\": \"na-edozi isi\",\n    \"baldachini\": \"mmmmmmmmmmmmm\",\n    \"baldachino\": \"mmmmmmmmmmmmm\",\n    \"baldachinos\": \"mmmmmmmmmmmmm\",\n    \"baldachins\": \"ndị isi nkwọcha\",\n    \"baldakin\": \"mmdwee\",\n    \"baldberry\": \"ntụ ntụ\",\n    \"baldcrown\": \"nkwọcha\",\n    \"balded\": \"gbara isi\",\n    \"balden\": \"kpọọ\",\n    \"balder\": \"bọlder\",\n    \"balderdash\": \"nwachukwu\",\n    \"baldest\": \"isi nkwọcha\",\n    \"baldfaced\": \"kpọrọ nkụ\",\n    \"baldhead\": \"nwachukwu\",\n    \"baldheaded\": \"kpọọ\",\n    \"baldheads\": \"ndị isi\",\n    \"baldy\": \"nkwọcha\",\n    \"baldicoot\": \"nkwọcha\",\n    \"baldie\": \"nkwọcha\",\n    \"balding\": \"nkwọcha\",\n    \"baldish\": \"acha uhie uhie\",\n    \"baldly\": \"isi nkwọcha\",\n    \"baldling\": \"nkwọcha\",\n    \"baldmoney\": \"nwachukwu\",\n    \"baldmoneys\": \"ikwo-ukwo\",\n    \"baldness\": \"isi nkwọcha\",\n    \"baldnesses\": \"nkwọcha\",\n    \"baldpate\": \"nkwọcha\",\n    \"baldpated\": \"nkwọcha\",\n    \"baldpatedness\": \"nkwọcha\",\n    \"baldpates\": \"ndị isi nkwọcha\",\n    \"baldrib\": \"nkwọcha\",\n    \"baldric\": \"nkwọcha\",\n    \"baldrick\": \"nkwọcha\",\n    \"baldricked\": \"nkwọcha\",\n    \"baldricks\": \"nkwọcha\",\n    \"baldrics\": \"ndị isi nkwọcha\",\n    \"baldricwise\": \"dị nkọ\",\n    \"balds\": \"nkwọcha\",\n    \"balducta\": \"balụdua\",\n    \"baldwin\": \"nwachita\",\n    \"baled\": \"gbasiri ike\",\n    \"balefully\": \"n'ajụghị anya\",\n    \"balefulness\": \"izu ike\",\n    \"baleless\": \"enweghị ike\",\n    \"bales\": \"Bales\",\n    \"balilla\": \"bọlị\",\n    \"balimbing\": \"na-agba ịnyịnya\",\n    \"baling\": \"ịkọ\",\n    \"balinger\": \"na-agba mbọ\",\n    \"balinghasay\": \"nnenne\",\n    \"balisaurs\": \"gbacha\",\n    \"balisier\": \"balịs\",\n    \"balistarius\": \"nkwonkwo\",\n    \"balister\": \"akwukwo ozi\",\n    \"balistes\": \"mmegharị\",\n    \"balistid\": \"gbadoro\",\n    \"balistraria\": \"bistraria\",\n    \"balize\": \"zụọ\",\n    \"balkanic\": \"ngbom\",\n    \"balkanization\": \"balkanisation\",\n    \"balkanizing\": \"balkanisation\",\n    \"balked\": \"ndiegwu\",\n    \"balker\": \"balkar\",\n    \"balkers\": \"ndị na-eje ije\",\n    \"balkier\": \"igwe\",\n    \"balkiest\": \"kachasị\",\n    \"balking\": \"ndiegwu\",\n    \"balkingly\": \"n'ekwu\",\n    \"balkline\": \"iheanacho\",\n    \"balklines\": \"Ugochukwu\",\n    \"ball\": \"bọọlụ\",\n    \"ballad\": \"mkpọ\",\n    \"balladeers\": \"ndị ballade\",\n    \"balladic\": \"mmụba\",\n    \"balladical\": \"mkpọtụ\",\n    \"balladised\": \"dị mkpa\",\n    \"balladist\": \"okpokoro\",\n    \"balladlike\": \"dị ka nnụnụ\",\n    \"balladling\": \"dda\",\n    \"balladry\": \"mkpọtụ\",\n    \"balladries\": \"brọd\",\n    \"balladromic\": \"mmụba\",\n    \"ballads\": \"mkpọ\",\n    \"balladwise\": \"amaka\",\n    \"ballam\": \"nwuo\",\n    \"ballan\": \"nkwa\",\n    \"ballant\": \"mkpọ\",\n    \"ballard\": \"akpukpo\",\n    \"ballasted\": \"kpọchie\",\n    \"ballastic\": \"ballistic\",\n    \"ballasting\": \"stlọ ọrụ\",\n    \"ballasts\": \"mkpọtụ\",\n    \"ballat\": \"ballast\",\n    \"ballate\": \"ballat\",\n    \"ballaton\": \"ballat\",\n    \"ballbuster\": \"bọlbụ\",\n    \"ballcarrier\": \"bọl ụgbọelu\",\n    \"balldom\": \"nnkwu\",\n    \"balldress\": \"uwe bọọlụ\",\n    \"balled\": \"balet\",\n    \"ballers\": \"ndị na-atụgharị anya\",\n    \"ballet\": \"balet\",\n    \"balletic\": \"mgbịrịgba\",\n    \"balletically\": \"n'egbughị oge\",\n    \"balletomane\": \"baletomane\",\n    \"balletomanes\": \"baletomanes\",\n    \"ballets\": \"ballet\",\n    \"ballett\": \"balet\",\n    \"ballfield\": \"bọlbụ\",\n    \"ballflower\": \"mgbịrịgba\",\n    \"ballgame\": \"bọọlụ\",\n    \"ballgames\": \"egwuregwu bọọlụ\",\n    \"ballgown\": \"bọlbụ\",\n    \"ballgowns\": \"ggba bọọlụ\",\n    \"ballhawks\": \"bọlbụ\",\n    \"ballhooter\": \"bọlbụ\",\n    \"balliage\": \"egwu\",\n    \"ballies\": \"bọlisi\",\n    \"ballyhooing\": \"ikechi\",\n    \"balling\": \"ịgba egwu\",\n    \"ballyragged\": \"ndukpu\",\n    \"ballyragging\": \"na-agbagha\",\n    \"ballised\": \"gbaa gburugburu\",\n    \"ballism\": \"bọọlụ\",\n    \"ballist\": \"onye ọkpọ\",\n    \"ballistician\": \"onye igbo\",\n    \"ballisticians\": \"ndị ọkpọ\",\n    \"ballistics\": \"bọlbụ\",\n    \"ballistite\": \"bọlistite\",\n    \"ballium\": \"bọlịm\",\n    \"ballywack\": \"echechi\",\n    \"ballmine\": \"bọọlụ\",\n    \"ballock\": \"kpochie\",\n    \"ballocks\": \"ballok\",\n    \"balloen\": \"ballon\",\n    \"ballogan\": \"ballon\",\n    \"ballones\": \"balọn\",\n    \"ballonet\": \"balloon\",\n    \"ballonets\": \"balloon\",\n    \"ballonette\": \"mbara ihu\",\n    \"ballonne\": \"balọn\",\n    \"ballonnes\": \"balọns\",\n    \"ballons\": \"balọn\",\n    \"balloonation\": \"ballooning\",\n    \"ballooned\": \"gwuru\",\n    \"ballooner\": \"balloon\",\n    \"balloonet\": \"balloon\",\n    \"balloonful\": \"balloonụ\",\n    \"balloonlike\": \"balloon yiri\",\n    \"balloons\": \"balọn\",\n    \"ballot\": \"votu\",\n    \"ballotade\": \"akwukwo vootu\",\n    \"ballotage\": \"votu\",\n    \"ballote\": \"bọlbụ\",\n    \"balloted\": \"gwue\",\n    \"balloter\": \"bọlbụ\",\n    \"balloters\": \"votu\",\n    \"balloting\": \"na-atụgharị\",\n    \"ballotist\": \"onye nhoputa ndi ochichi\",\n    \"ballots\": \"votu\",\n    \"ballottable\": \"ntuli aka\",\n    \"ballottement\": \"ntuli aka\",\n    \"ballpark\": \"bọlpark\",\n    \"ballparks\": \"bọlbụ\",\n    \"ballplayer\": \"onye na-agba bọọlụ\",\n    \"ballplayers\": \"ndị na-agba bọọlụ\",\n    \"ballplatz\": \"bọọlụ\",\n    \"ballpoint\": \"bọlbụ\",\n    \"ballpoints\": \"bọọlụ\",\n    \"ballproof\": \"bọl\",\n    \"ballroom\": \"ụlọ ịgba egwu\",\n    \"ballrooms\": \"ụlọ ịgba bọl\",\n    \"balls\": \"bọọlụ\",\n    \"ballsier\": \"bọlbụ\",\n    \"ballsiest\": \"bọl\",\n    \"ballstock\": \"bọlbụ\",\n    \"ballute\": \"gbaa bọọlụ\",\n    \"ballutes\": \"bọọlụ\",\n    \"balm\": \"bọlsọm\",\n    \"balmy\": \"balm\",\n    \"balmier\": \"kpọọ\",\n    \"balmiest\": \"kpara\",\n    \"balmily\": \"na-ete mmanụ\",\n    \"balminess\": \"enweghị ntụ\",\n    \"balmlike\": \"ihe na-ete mmanụ bọl\",\n    \"balmony\": \"balmon\",\n    \"balmonies\": \"ọtụmọkpọ\",\n    \"balneal\": \"afụọnụ\",\n    \"balneary\": \"afonye\",\n    \"balneation\": \"ịkwanye\",\n    \"balneatory\": \"ịkwanye ugwu\",\n    \"balneographer\": \"onye na-enyocha ihe nkiri\",\n    \"balneography\": \"ihe nkiri\",\n    \"balneology\": \"nkà mmụta ọgwụ\",\n    \"balneologic\": \"nkwonkwo\",\n    \"balneologist\": \"ọkà mmụta gbasara ahụike\",\n    \"balneotherapeutics\": \"ịgwọ ọrịa balneotherapeutics\",\n    \"balneum\": \"ikuku\",\n    \"balr\": \"Onwuchekwa\",\n    \"bals\": \"balsam\",\n    \"balsam\": \"bọlsọm\",\n    \"balsamation\": \"bọlsọm\",\n    \"balsameaceae\": \"balsaminaceae\",\n    \"balsameaceous\": \"balsamea ceous\",\n    \"balsamed\": \"balsamea\",\n    \"balsamer\": \"balsam\",\n    \"balsamic\": \"balsamik\",\n    \"balsaming\": \"balsam na-ete\",\n    \"balsamize\": \"bọlsọm\",\n    \"balsams\": \"bọlsọm\",\n    \"balsawood\": \"bosawood\",\n    \"balt\": \"nkwọri\",\n    \"baltei\": \"balị\",\n    \"balter\": \"bọl\",\n    \"balteus\": \"balịtọs\",\n    \"balthasar\": \"mmmmmmmmmmmmm\",\n    \"baltheus\": \"nwaanyi\",\n    \"balti\": \"balị\",\n    \"baltic\": \"nnukwute\",\n    \"baltimore\": \"nweghere\",\n    \"baltimorean\": \"mmmmmmmmmmmmm\",\n    \"baltimorite\": \"nwekwere\",\n    \"baltis\": \"nziukwu\",\n    \"baluch\": \"bauch\",\n    \"baluchistan\": \"Balukistan\",\n    \"baluchithere\": \"anakpo\",\n    \"baluchitheria\": \"nwagbara\",\n    \"balustered\": \"gbachiri\",\n    \"balustraded\": \"okpokoro\",\n    \"balut\": \"kwụrụ\",\n    \"balwarra\": \"ịba\",\n    \"balzarine\": \"ihe inwuru,\",\n    \"bam\": \"achara\",\n    \"bamban\": \"ọdịiche\",\n    \"bambocciade\": \"ngwonwa\",\n    \"bamboche\": \"ngwo\",\n    \"bamboo\": \"achara\",\n    \"bamboos\": \"achara\",\n    \"bamboozle\": \"achara\",\n    \"bamboozled\": \"achara\",\n    \"bamboozlement\": \"achara\",\n    \"bamboozler\": \"achara\",\n    \"bamboozlers\": \"achara\",\n    \"bamboozles\": \"achara\",\n    \"bamboozling\": \"achara\",\n    \"bambos\": \"achara\",\n    \"bamboula\": \"achara\",\n    \"bammed\": \"gbaa ala\",\n    \"bamming\": \"minggba\",\n    \"bamoth\": \"achara\",\n    \"bams\": \"achara\",\n    \"ban\": \"mmachibido iwu\",\n    \"banalize\": \"gbochie\",\n    \"banally\": \"machibidoro\",\n    \"banana\": \"unere\",\n    \"bananaland\": \"banana\",\n    \"bananalander\": \"banana\",\n    \"bananaquit\": \"banana\",\n    \"bananas\": \"unere\",\n    \"bananist\": \"onye unen\",\n    \"bananivorous\": \"mmesovorous\",\n    \"banate\": \"machibido\",\n    \"bancus\": \"mkpọchi\",\n    \"band\": \"gbalaga\",\n    \"bandage\": \"bandeeji\",\n    \"bandaged\": \"bandeeji\",\n    \"bandager\": \"bandeeji\",\n    \"bandagers\": \"bandeeji\",\n    \"bandages\": \"bandeeji\",\n    \"bandaging\": \"bandeeji\",\n    \"bandaid\": \"ihe mmachi ọnya\",\n    \"bandar\": \"bandeeji\",\n    \"bandbox\": \"bandbo\",\n    \"bandcase\": \"bandeeji\",\n    \"bandcutter\": \"bandeeji\",\n    \"banded\": \"kee bandeeji\",\n    \"banderoled\": \"mmmmmmmmmmmmm\",\n    \"banderoles\": \"mmmmmmmmmmmmm\",\n    \"banderoling\": \"mmachi\",\n    \"bandfiled\": \"bandili\",\n    \"bandfiling\": \"bandfing\",\n    \"bandfish\": \"azụ azụ\",\n    \"bandyball\": \"bọọlụ bandy\",\n    \"bandicoy\": \"bandidos\",\n    \"bandicoot\": \"bandikọt\",\n    \"bandied\": \"bandie\",\n    \"bandiness\": \"band band\",\n    \"bandit\": \"onye ohi\",\n    \"banditism\": \"ịpụ apụ apụ\",\n    \"banditry\": \"ohi ohi\",\n    \"banditries\": \"ndị ohi\",\n    \"bandits\": \"ndị ohi\",\n    \"bandle\": \"bandeeji\",\n    \"bandlessly\": \"na-enweghị eriri\",\n    \"bandlessness\": \"bandband\",\n    \"bandlet\": \"bandet\",\n    \"bandlimit\": \"bandlim\",\n    \"bandlimited\": \"bandwit\",\n    \"bandlimiting\": \"bandliming\",\n    \"bandmaster\": \"bandiisi\",\n    \"bandoleered\": \"bandolier\",\n    \"bandoleers\": \"ndi bando\",\n    \"bandoliered\": \"bandolier\",\n    \"bandon\": \"bandọn\",\n    \"bandonion\": \"bandoneon\",\n    \"bandores\": \"band band\",\n    \"bandpass\": \"gafere\",\n    \"bands\": \"ìgwè\",\n    \"bandsawed\": \"kee bandeeji\",\n    \"bandsawing\": \"bandsaing\",\n    \"bandsawn\": \"bandeeji\",\n    \"bandsmen\": \"ìgwè ndị agha\",\n    \"bandspreading\": \"ịgbanye\",\n    \"bandstand\": \"bandband\",\n    \"bandstands\": \"bandbands\",\n    \"bandstop\": \"bandopop\",\n    \"bandstring\": \"bandtring\",\n    \"bandurrias\": \"bandorrias\",\n    \"bandwidth\": \"bandwit\",\n    \"bandwidths\": \"bandwit\",\n    \"baned\": \"machibidoro\",\n    \"baneful\": \"echefu\",\n    \"banefully\": \"baleful\",\n    \"banefulness\": \"baneful ness\",\n    \"banewort\": \"ndiegwu\",\n    \"banff\": \"banf\",\n    \"bang\": \"Bang\",\n    \"banging\": \"ịkụ\",\n    \"bangkok\": \"Bangkok\",\n    \"bangkoks\": \"ụlọ akụ\",\n    \"bangled\": \"maa jijiji\",\n    \"bangles\": \"mkpọtụ\",\n    \"bangling\": \"ịkụ aka\",\n    \"banians\": \"ndi mmadu\",\n    \"baning\": \"igbochi\",\n    \"banish\": \"zụọ\",\n    \"banished\": \"eburu\",\n    \"banisher\": \"onye anwuna\",\n    \"banishers\": \"ndị mbisa\",\n    \"banishing\": \"ịchụpụ\",\n    \"banishment\": \"mgbochi\",\n    \"banishments\": \"mkpọchi\",\n    \"banister\": \"banita\",\n    \"banisters\": \"ihe anakpo\",\n    \"bank\": \"ụlọ akụ\",\n    \"bankbook\": \"ụlọ akụ\",\n    \"bankbooks\": \"akwụkwọ ndekọ ego\",\n    \"bankcard\": \"kaadị\",\n    \"bankcards\": \"kaadị\",\n    \"banked\": \"ụlọ akụ\",\n    \"banker\": \"onye oru banki\",\n    \"bankerdom\": \"ụlọ akụ\",\n    \"bankeress\": \"banki\",\n    \"bankers\": \"banki\",\n    \"bankfull\": \"adaba\",\n    \"banking\": \"ụlọ akụ\",\n    \"bankings\": \"ụlọ akụ\",\n    \"bankman\": \"Bankman\",\n    \"bankmen\": \"ndị na-eche ego\",\n    \"banknote\": \"ego\",\n    \"banknotes\": \"akwụkwọ ego\",\n    \"bankrider\": \"ụlọ akụ\",\n    \"bankroll\": \"ụlọ akụ\",\n    \"bankrolled\": \"akụ\",\n    \"bankroller\": \"onye nchekwa ego\",\n    \"bankrolling\": \"ịkụ ego\",\n    \"bankrolls\": \"ụlọ akụ\",\n    \"bankrupcy\": \"enweghị ego\",\n    \"bankrupt\": \"odida\",\n    \"bankruptcy\": \"enweghị ego\",\n    \"bankruptcies\": \"odida\",\n    \"bankrupted\": \"odida\",\n    \"bankrupting\": \"odida\",\n    \"bankruptism\": \"enweghị ego\",\n    \"bankruptly\": \"odida\",\n    \"bankruptlike\": \"odida\",\n    \"bankrupts\": \"odida\",\n    \"bankruptship\": \"enweghị ego\",\n    \"bankrupture\": \"odida\",\n    \"banks\": \"anoghi n'ulo oba\",\n    \"bankshall\": \"ụlọ akụ\",\n    \"banksia\": \"ụlọ akụ\",\n    \"banksian\": \"ụlọ akụ\",\n    \"banksias\": \"ụlọ akụ\",\n    \"bankside\": \"n'akụkụ mmiri\",\n    \"banksides\": \"n'akụkụ mmiri\",\n    \"banksman\": \"Bankman\",\n    \"banksmen\": \"Bankman\",\n    \"bankweed\": \"ụlọ akụ\",\n    \"banlieu\": \"banlieue\",\n    \"banned\": \"machibidoro\",\n    \"banner\": \"ọkọlọtọ\",\n    \"bannered\": \"machibidoro\",\n    \"bannerer\": \"ọkọlọtọ\",\n    \"bannerless\": \"enweghị ọkọ\",\n    \"bannerlike\": \"ọkọlọtọ\",\n    \"bannerline\": \"ọkọlọtọ\",\n    \"bannerman\": \"ọkọlọtọ\",\n    \"bannermen\": \"ọkọlọtọ\",\n    \"banners\": \"ọkọlọtọ\",\n    \"bannerwise\": \"ọkọlọtọ\",\n    \"bannets\": \"bann\",\n    \"banning\": \"igbochi\",\n    \"bannisters\": \"bannister\",\n    \"bannition\": \"mmachibido iwu\",\n    \"banns\": \"bann\",\n    \"bannut\": \"unere\",\n    \"banque\": \"unere\",\n    \"banquet\": \"oriri\",\n    \"banqueteering\": \"ịquụ mmanya\",\n    \"banqueter\": \"oriri\",\n    \"banqueting\": \"oriri\",\n    \"banquetings\": \"oriri\",\n    \"banquets\": \"oriri\",\n    \"banquette\": \"oriri\",\n    \"banquettes\": \"oriri\",\n    \"bans\": \"mmachibido iwu\",\n    \"banshie\": \"banshee\",\n    \"banshies\": \"banshees\",\n    \"bantamize\": \"echekwara\",\n    \"banteng\": \"Banteng\",\n    \"bantered\": \"Gbanyụọ\",\n    \"banterer\": \"Ugochukwu\",\n    \"banterers\": \"lọ ahịa\",\n    \"bantering\": \"ịkụ akụ\",\n    \"banteringly\": \"n'ikwu\",\n    \"banters\": \"bantị\",\n    \"banty\": \"onyekwere\",\n    \"banting\": \"na-egosi\",\n    \"bantingism\": \"izu ike\",\n    \"bantingize\": \"echekwara\",\n    \"bantings\": \"ihe ndozi\",\n    \"bantling\": \"bụ\",\n    \"bapistery\": \"iheanacho\",\n    \"bapt\": \"baptizim\",\n    \"baptanodon\": \"Baptanodon\",\n    \"baptise\": \"Baptist\",\n    \"baptised\": \"baptizim\",\n    \"baptises\": \"na-eme baptizim\",\n    \"baptisias\": \"baptismisias\",\n    \"baptisin\": \"baptisia\",\n    \"baptising\": \"na-eme baptizim\",\n    \"baptismal\": \"baptism\",\n    \"baptismally\": \"baptism\",\n    \"baptisms\": \"baptizim\",\n    \"baptist\": \"Baptist\",\n    \"baptistery\": \"ebe anwuru\",\n    \"baptisteries\": \"ebe anakpo\",\n    \"baptistic\": \"na-eme baptizim\",\n    \"baptistry\": \"baptism\",\n    \"baptistries\": \"baptism\",\n    \"baptists\": \"ndị na-eme baptizim\",\n    \"baptizable\": \"nwere ike\",\n    \"baptize\": \"mee baptizim\",\n    \"baptized\": \"baptizim\",\n    \"baptizee\": \"Baptism\",\n    \"baptizement\": \"baptizim\",\n    \"baptizer\": \"onye na-eme baptizim\",\n    \"baptizers\": \"ndị na-eme baptizim\",\n    \"baptizes\": \"na-eme baptizim\",\n    \"baptizing\": \"na-eme baptizim\",\n    \"baptornis\": \"Baptornis\",\n    \"bar\": \"ụlọ mmanya\",\n    \"barabara\": \"barbara\",\n    \"barabra\": \"barbara\",\n    \"baraca\": \"bacara\",\n    \"bararite\": \"agbako\",\n    \"barbacoan\": \"onye igbo\",\n    \"barbadian\": \"onye isi ala\",\n    \"barbadoes\": \"barbados\",\n    \"barbar\": \"barbara\",\n    \"barbaralalia\": \"barbara alia\",\n    \"barbaresque\": \"Nwa nwoke\",\n    \"barbary\": \"onye isi\",\n    \"barbarian\": \"onye ara mba\",\n    \"barbarianism\": \"Ime ihe ike\",\n    \"barbarianizing\": \"na-azụ ahịa\",\n    \"barbarians\": \"ndi igbo\",\n    \"barbaric\": \"obi tara mmiri\",\n    \"barbarical\": \"obi tara mmiri\",\n    \"barbarically\": \"obi tara mmiri\",\n    \"barbarious\": \"obi tara mmiri\",\n    \"barbariousness\": \"izu ojoo\",\n    \"barbarisation\": \"ime ihe ike\",\n    \"barbarise\": \"obi tara mmiri\",\n    \"barbarised\": \"obi tara mmiri\",\n    \"barbarising\": \"na-eme ihe ike\",\n    \"barbarism\": \"ime ihe ike\",\n    \"barbarisms\": \"obi tara mmiri\",\n    \"barbarity\": \"ime ihe ike\",\n    \"barbarities\": \"ime ihe ike\",\n    \"barbarization\": \"izu ahia\",\n    \"barbarize\": \"ịzụ ahịa\",\n    \"barbarized\": \"amachibidoro\",\n    \"barbarizes\": \"ịzụ ahịa\",\n    \"barbarizing\": \"ịzụ ahịa\",\n    \"barbarous\": \"obi ọjọọ\",\n    \"barbarously\": \"obi ọjọọ\",\n    \"barbarousness\": \"Obi ọjọọ\",\n    \"barbas\": \"basba\",\n    \"barbasco\": \"barabasco\",\n    \"barbascos\": \"barabascos\",\n    \"barbastel\": \"onyechi\",\n    \"barbastelle\": \"mmmmmmmmmmmmm\",\n    \"barbated\": \"amụrụ amị\",\n    \"barbe\": \"mmanya na-egbu\",\n    \"barbeau\": \"anụ ọhịa\",\n    \"barbecue\": \"Anụ Mmịkpọ\",\n    \"barbecued\": \"na-eri anụ\",\n    \"barbecueing\": \"na-atụ mgbere ahịa\",\n    \"barbecuer\": \"Anụ Mmịkpọ\",\n    \"barbecues\": \"Anụ Mmịkpọ\",\n    \"barbecuing\": \"na-atụ mgbere ahịa\",\n    \"barbed\": \"nwere etisa\",\n    \"barbedness\": \"ndozi\",\n    \"barbeyaceae\": \"Anụ Mmịkpọ\",\n    \"barbeled\": \"barbeed\",\n    \"barbell\": \"mgbịrịgba\",\n    \"barbellate\": \"ihe ịchọ mma\",\n    \"barbells\": \"mgbịrịgba\",\n    \"barbellulate\": \"ihe nlele\",\n    \"barbels\": \"mgbịrịgba\",\n    \"barbeque\": \"mmanya na-egbu\",\n    \"barbequed\": \"Anụ Mmịkpọ\",\n    \"barbequing\": \"na-azụ ahịa\",\n    \"barber\": \"onye na-akpụ isi\",\n    \"barbered\": \"amachibidoro iwu\",\n    \"barberess\": \"mbadamba\",\n    \"barberfish\": \"azu ahia\",\n    \"barbery\": \"izu ohi\",\n    \"barbering\": \"na-akpụ isi\",\n    \"barberish\": \"onye na-akpụ isi\",\n    \"barberite\": \"onye na-akpụ isi\",\n    \"barbermonger\": \"na-akpụ isi\",\n    \"barbero\": \"anụ ọhịa\",\n    \"barberries\": \"barberị\",\n    \"barbers\": \"ndị na-akpụ isi\",\n    \"barbershop\": \"ụlọ ahịa onye ọkpụ isi\",\n    \"barbershops\": \"ebe a na-akpụ isi\",\n    \"barbes\": \"ndị na-akpụ isi\",\n    \"barbet\": \"barnet\",\n    \"barbets\": \"ndị na-akpụ isi\",\n    \"barbettes\": \"ụlọ mmanya\",\n    \"barbican\": \"onye Barba\",\n    \"barbicanage\": \"onye igbo\",\n    \"barbicans\": \"ndị igbo\",\n    \"barbicel\": \"ahihia\",\n    \"barbicels\": \"ahịhịa\",\n    \"barbigerous\": \"onye na-eme ihe ike\",\n    \"barbing\": \"ịzụ ahịa\",\n    \"barbital\": \"mgbako\",\n    \"barbitalism\": \"ndina mba\",\n    \"barbiturates\": \"anụ ụlọ\",\n    \"barble\": \"mgbanaka\",\n    \"barbless\": \"onye na-enweghị ntụpọ\",\n    \"barblet\": \"barata\",\n    \"barboy\": \"nwa nwoke\",\n    \"barbone\": \"ngwọ\",\n    \"barbotine\": \"barbọdina\",\n    \"barbotte\": \"barbọt\",\n    \"barbouillage\": \"ịzụ ahịa\",\n    \"barbre\": \"mgbaka\",\n    \"barbs\": \"ụlọ mmanya\",\n    \"barbulate\": \"ịzụ ahịa\",\n    \"barbuts\": \"anụ ọhịa\",\n    \"barbwires\": \"mba igbo\",\n    \"barcarole\": \"ịcaụ mmanya\",\n    \"barcas\": \"ụlọ ahịa\",\n    \"barcelona\": \"mmanya\",\n    \"barchans\": \"ụlọ ahịa\",\n    \"barcone\": \"ihe mgbochi\",\n    \"bard\": \"ọnụ\",\n    \"bardane\": \"mmmmmmmmmmmmm\",\n    \"bardcraft\": \"ihe ojoo\",\n    \"barded\": \"echekwara\",\n    \"bardes\": \"bard\",\n    \"bardesanist\": \"mmmmmmmmmmmmm\",\n    \"bardess\": \"nnọchi\",\n    \"bardy\": \"iwu\",\n    \"bardic\": \"mgbaghara\",\n    \"bardier\": \"onye na-azụ ahịa\",\n    \"bardiest\": \"zụrụ ahịa\",\n    \"bardiness\": \"ihe ngosi\",\n    \"barding\": \"nnọkọ\",\n    \"bardish\": \"ahia\",\n    \"bardlike\": \"ihe nzuzu\",\n    \"bardling\": \"ihe ndia\",\n    \"bardo\": \"ardonye\",\n    \"bardolatry\": \"ezi omume\",\n    \"bards\": \"Akwukwo\",\n    \"bardship\": \"ihe mgbochi\",\n    \"bare\": \"agba nkịtị\",\n    \"bareback\": \"enweghị isi\",\n    \"barebacked\": \"n'adabereghị\",\n    \"bareboat\": \"ụgbọ mmiri\",\n    \"bareboats\": \"akpụkpọ ụkwụ\",\n    \"barebone\": \"ọkpụkpụ ọkpụkpụ\",\n    \"bareboned\": \"gbaa nkịtị\",\n    \"barebones\": \"ọkpụkpụ nkịtị\",\n    \"bareca\": \"enweghị\",\n    \"bared\": \"ghaa\",\n    \"barefaced\": \"gbaa nkịtị\",\n    \"barefacedly\": \"ogha ihu\",\n    \"barefacedness\": \"enweghị isi\",\n    \"barefisted\": \"Ubọk\",\n    \"barefit\": \"enweghị efe\",\n    \"barefoot\": \"ụkwụ ọtọ\",\n    \"barefooted\": \"ụkwụ ọtọ\",\n    \"barege\": \"igwu\",\n    \"bareges\": \"gesbụ\",\n    \"barehanded\": \"enweghị ọrụ\",\n    \"barehead\": \"isi\",\n    \"bareheaded\": \"buru isi\",\n    \"bareheadedness\": \"enweghị isi\",\n    \"bareka\": \"enweghị\",\n    \"bareknuckle\": \"gbaa nkịtị\",\n    \"bareknuckled\": \"Ogbodo\",\n    \"barelegged\": \"agba nkịtị\",\n    \"barely\": \"sonso\",\n    \"barenecked\": \"gbaa nkịtị\",\n    \"bareness\": \"enweghi ike\",\n    \"barenesses\": \"baightses\",\n    \"baresarks\": \"ihe nzuzu\",\n    \"barff\": \"barti\",\n    \"barfing\": \"ịzụ ahịa\",\n    \"barfish\": \"azu ahia\",\n    \"barflies\": \"barti\",\n    \"barfs\": \"barf\",\n    \"barful\": \"enweghi ike\",\n    \"bargain\": \"ahia\",\n    \"bargainable\": \"ahia\",\n    \"bargained\": \"ahia\",\n    \"bargainee\": \"ahia\",\n    \"bargainer\": \"ahia\",\n    \"bargainers\": \"ndị ahia ahia\",\n    \"bargaining\": \"ahia\",\n    \"bargainor\": \"ahia\",\n    \"bargains\": \"ọnụ ahịa\",\n    \"bargainwise\": \"n'izu ahia\",\n    \"bargander\": \"onye na-azụ ahịa\",\n    \"barge\": \"nnukwu ụgbọ mmiri\",\n    \"bargeboard\": \"ihe ndozi\",\n    \"barged\": \"gbachiri\",\n    \"bargeer\": \"onye na-azụ ahịa\",\n    \"bargees\": \"anụ ọhịa\",\n    \"bargeese\": \"anụ bargeese\",\n    \"bargehouse\": \"ụlọ ndozi\",\n    \"bargelli\": \"mmmmmmmmmmmm\",\n    \"bargeload\": \"buru ibu\",\n    \"bargeman\": \"onye na-azụ ahịa\",\n    \"bargemaster\": \"onye na-azụ ahịa\",\n    \"bargemen\": \"ndị isi\",\n    \"barger\": \"onye na-azụ anụ\",\n    \"barges\": \"ụgbọ mmiri\",\n    \"bargh\": \"igwu\",\n    \"barghest\": \"onye nzuzu\",\n    \"barghests\": \"zụrụ\",\n    \"barging\": \"na-agbanye\",\n    \"barguest\": \"zụrụ ahia\",\n    \"barguests\": \"ahịa\",\n    \"barhop\": \"ntụpọ\",\n    \"barhopped\": \"kwụrụ\",\n    \"barhopping\": \"mbido\",\n    \"barhops\": \"ụlọ mgbochi\",\n    \"bariatrician\": \"onye igbo\",\n    \"bariatrics\": \"ahụrụ\",\n    \"barycenter\": \"igodo\",\n    \"barycentre\": \"igodo\",\n    \"barycentric\": \"ọrịre\",\n    \"baryes\": \"ọka bali\",\n    \"baryglossia\": \"aryekwere\",\n    \"baring\": \"mgbochi\",\n    \"baryon\": \"ihe mgbochi\",\n    \"baryons\": \"barọns\",\n    \"barish\": \"zụọ\",\n    \"barysphere\": \"ahịhịa\",\n    \"barites\": \"mgbochi\",\n    \"barytic\": \"Nwogu\",\n    \"barytine\": \"Nwachukwu\",\n    \"baryton\": \"Onwuchekwa\",\n    \"barytones\": \"Iheanyichukwu\",\n    \"barytons\": \"ndigbo\",\n    \"bark\": \"ogbugbo\",\n    \"barkary\": \"ogbugbo\",\n    \"barkbound\": \"ogbugbo\",\n    \"barkcutter\": \"ogbugbo\",\n    \"barked\": \"gboo\",\n    \"barkeep\": \"ụlọ ọrụ ndozi\",\n    \"barkeeper\": \"onye na-elekọta ahụ\",\n    \"barkeepers\": \"ndị na-ahụ maka mmanya mmanya\",\n    \"barkeeps\": \"ụlọ ịsa ahụ\",\n    \"barkey\": \"ọka bali\",\n    \"barken\": \"gbogburu\",\n    \"barkened\": \"gbogburu\",\n    \"barkening\": \"ogbugbo\",\n    \"barker\": \"okpu\",\n    \"barkery\": \"ogbugbo\",\n    \"barkers\": \"ndị na-ere ahịa\",\n    \"barkier\": \"ogbe\",\n    \"barkiest\": \"Nwoke\",\n    \"barking\": \"ogbugbo\",\n    \"barkingly\": \"na-ama ụra\",\n    \"barkle\": \"gbogburu\",\n    \"barkless\": \"enweghị isi\",\n    \"barklyite\": \"ogbugbo\",\n    \"barkpeel\": \"ogbugbo\",\n    \"barkpeeler\": \"ogbugbo\",\n    \"barkpeeling\": \"ogbugbo\",\n    \"barkstone\": \"Nkume\",\n    \"barlafumble\": \"o nwere ike ịgbagha\",\n    \"barleducs\": \"barleducị\",\n    \"barley\": \"ọka bali\",\n    \"barleybird\": \"ọka bali\",\n    \"barleybrake\": \"ọka bali\",\n    \"barleybreak\": \"ọka bali\",\n    \"barleycorn\": \"ọka bali\",\n    \"barleyhood\": \"ọka bali\",\n    \"barleymow\": \"ọka bali mow\",\n    \"barleys\": \"ọka bali\",\n    \"barless\": \"enweghị atụ\",\n    \"barly\": \"sonso\",\n    \"barling\": \"ọka bali\",\n    \"barlock\": \"ihe mgbochi\",\n    \"barlows\": \"nwa barlow\",\n    \"barmaid\": \"onye na-ere mmanya\",\n    \"barmaids\": \"ndi-barma\",\n    \"barmaster\": \"barma\",\n    \"barmbrack\": \"mbadamba\",\n    \"barmcloth\": \"ákwà mgbochi\",\n    \"barmen\": \"ndị ọrụ ugbo\",\n    \"barmfel\": \"barmeta\",\n    \"barmybrained\": \"onye nzuzu\",\n    \"barming\": \"n'mgbochi\",\n    \"barms\": \"osisi\",\n    \"barmskin\": \"akwa nhicha\",\n    \"barn\": \"n'ọba\",\n    \"barnacles\": \"barnacle\",\n    \"barnacling\": \"na-egbu\",\n    \"barnful\": \"kwo nkwo\",\n    \"barniest\": \"izu ahia\",\n    \"barnmen\": \"ndị barnmen\",\n    \"barns\": \"ọba\",\n    \"barnstormers\": \"ndị barnstormers\",\n    \"barnumism\": \"barnum si\",\n    \"barnumize\": \"barnum si\",\n    \"baroco\": \"barocco\",\n    \"barodynamic\": \"Ebube Dike\",\n    \"barograms\": \"barogram\",\n    \"barometer\": \"barometa\",\n    \"barometers\": \"baromita\",\n    \"barometry\": \"barometri\",\n    \"baronesses\": \"Nwachukwu\",\n    \"baroneted\": \"Nwaobasi\",\n    \"baronetised\": \"Uchechi\",\n    \"baronetized\": \"emeka\",\n    \"baronizing\": \"na-agbagha\",\n    \"baronnes\": \"Baronnes\",\n    \"barons\": \"baron\",\n    \"baroscopic\": \"ahụrụ anya\",\n    \"baroscopical\": \"ihe ijuanya\",\n    \"baroswitch\": \"Baroswitch\",\n    \"barque\": \"izu ahia\",\n    \"barques\": \"ahịa\",\n    \"barquest\": \"ahịa\",\n    \"barr\": \"mkpọchi\",\n    \"barra\": \"bara\",\n    \"barrable\": \"enwere ike igwu\",\n    \"barrace\": \"ama\",\n    \"barrack\": \"ama\",\n    \"barracked\": \"gbochiri\",\n    \"barracker\": \"onye mgbochi\",\n    \"barracking\": \"mgbochi\",\n    \"barracks\": \"ogige\",\n    \"barraclade\": \"barracuda\",\n    \"barracoutas\": \"barracudas\",\n    \"barracudina\": \"barracuda\",\n    \"barrage\": \"mgbochi\",\n    \"barraged\": \"mgbochi\",\n    \"barraging\": \"mgbochi\",\n    \"barragon\": \"barragan\",\n    \"barrancos\": \"barranko\",\n    \"barrater\": \"onye na-amachi anya\",\n    \"barraters\": \"ndị barrat\",\n    \"barrator\": \"ihe mgbochi\",\n    \"barrators\": \"ndị na-ebu mkpọchi\",\n    \"barratries\": \"ụlọ barrat\",\n    \"barratrous\": \"onye nzuzu\",\n    \"barratrously\": \"enweghị isi\",\n    \"barred\": \"gbochie\",\n    \"barrel\": \"gbọmgbọm\",\n    \"barrelage\": \"ahia ahia\",\n    \"barreled\": \"barrel\",\n    \"barreler\": \"onye na-ere ihe ọ .ụ .ụ\",\n    \"barrelfish\": \"gbọmgbọm\",\n    \"barrelfishes\": \"gbọmgbọm\",\n    \"barrelful\": \"gbọmgbọm\",\n    \"barrelfuls\": \"gbọmgbọm\",\n    \"barrelhead\": \"gbọmgbọm\",\n    \"barrelhouse\": \"oruru\",\n    \"barrelhouses\": \"ụlọ gbọmgbọm\",\n    \"barreling\": \"ahia\",\n    \"barrelled\": \"barrel\",\n    \"barrelling\": \"ahia\",\n    \"barrelmaker\": \"gbọmgbọm\",\n    \"barrelmaking\": \"gbọmgbọm\",\n    \"barrels\": \"gbọmgbọm\",\n    \"barrelsful\": \"gbọmgbọm\",\n    \"barrelwise\": \"gbọmgbọm\",\n    \"barren\": \"amụtaghị\",\n    \"barrener\": \"onye aga amụ\",\n    \"barrenest\": \"ada\",\n    \"barrenly\": \"amụghị amụ\",\n    \"barrenness\": \"amụtaghị\",\n    \"barrens\": \"amaka\",\n    \"barrenwort\": \"na-enweghị atụ\",\n    \"barrer\": \"ihe mgbochi\",\n    \"barres\": \"mgbochi\",\n    \"barretors\": \"Ndị amị\",\n    \"barretries\": \"ndị barret\",\n    \"barrett\": \"barret\",\n    \"barrette\": \"barret\",\n    \"barrettes\": \"ndị barret\",\n    \"barry\": \"beri\",\n    \"barricade\": \"mgbochi\",\n    \"barricaded\": \"gbochie\",\n    \"barricader\": \"ihe mgbochi\",\n    \"barricaders\": \"ndị na-egbochi mgbochi\",\n    \"barricades\": \"ihe mgbochi\",\n    \"barricading\": \"mgbochi\",\n    \"barricado\": \"mgbochi\",\n    \"barricadoed\": \"nwere ihe mgbochi\",\n    \"barricadoes\": \"mgbochi\",\n    \"barricadoing\": \"mgbochi\",\n    \"barrico\": \"bariki\",\n    \"barricoes\": \"ihe mgbochi\",\n    \"barrier\": \"ihe mgbochi\",\n    \"barriers\": \"ihe mgbochi\",\n    \"barring\": \"mgbochi\",\n    \"barringer\": \"ihe mgbochi\",\n    \"barrister\": \"onye ọka iwu\",\n    \"barristers\": \"ndị barrister\",\n    \"barristership\": \"barriship\",\n    \"barristress\": \"barista\",\n    \"barrooms\": \"ụlọ ndina\",\n    \"barrowful\": \"Barroww\",\n    \"barrowist\": \"onye barrowist\",\n    \"barrowman\": \"onye barrowman\",\n    \"barrows\": \"ọka barrow\",\n    \"barrulety\": \"onye isi\",\n    \"barruly\": \"izu ike\",\n    \"bars\": \"Ogwe\",\n    \"barsac\": \"barse\",\n    \"barsom\": \"mgbaba\",\n    \"barspoon\": \"ngaji mmanya\",\n    \"bartend\": \"bartender\",\n    \"bartended\": \"ore mmanya\",\n    \"bartender\": \"ore mmanya\",\n    \"bartenders\": \"ndị bartender\",\n    \"bartends\": \"ndị bartender\",\n    \"barter\": \"ịzụ ahịa\",\n    \"bartered\": \"ịzụ ahịa\",\n    \"barterer\": \"ịzụ ahịa\",\n    \"barterers\": \"ndị na-ere ahịa\",\n    \"bartering\": \"ahia\",\n    \"barters\": \"ebe obibi\",\n    \"barth\": \"ogbe\",\n    \"bartisans\": \"bartis\",\n    \"bartizaned\": \"nwere mmasị\",\n    \"bartizans\": \"ndị bartizans\",\n    \"bartlett\": \"nnukwu ụlọ\",\n    \"bartletts\": \"ọkpọ\",\n    \"barton\": \"bartọn\",\n    \"barvell\": \"mgbịrịgba\",\n    \"barway\": \"mgbochi\",\n    \"barways\": \"enweghị atụ\",\n    \"barware\": \"mgbochi\",\n    \"barwares\": \"ahia\",\n    \"barwing\": \"ịsa ahụ\",\n    \"barwise\": \"enweghị atụ\",\n    \"basad\": \"okpokoro\",\n    \"basaltic\": \"basaltik\",\n    \"basalts\": \"basal bekee\",\n    \"basat\": \"bekee\",\n    \"bascinet\": \"bezin\",\n    \"basculation\": \"ndabere\",\n    \"base\": \"isi\",\n    \"baseballer\": \"isi ihe\",\n    \"baseballs\": \"bọọlụ bọọlụ\",\n    \"baseband\": \"ihe ntanye\",\n    \"baseboards\": \"baseboard\",\n    \"baseborn\": \"isi nwa\",\n    \"basebred\": \"nwere ike\",\n    \"basecoat\": \"kootu\",\n    \"basecourt\": \"isi ụlọ\",\n    \"based\": \"dabere\",\n    \"basehearted\": \"nwere obi\",\n    \"baseheartedness\": \"inwe obi\",\n    \"baseless\": \"enweghị isi\",\n    \"baselessly\": \"enweghị isi\",\n    \"baselessness\": \"enweghị ntọala\",\n    \"basely\": \"isi\",\n    \"baseline\": \"ntọala\",\n    \"baseliner\": \"bekee\",\n    \"baselines\": \"ntọala\",\n    \"basemen\": \"basmen\",\n    \"basement\": \"okpuru ulo\",\n    \"basementless\": \"okpuru ulo\",\n    \"basements\": \"okpuru ulo\",\n    \"basementward\": \"okpuru ulo\",\n    \"basename\": \"nna nna\",\n    \"baseness\": \"isi\",\n    \"basenesses\": \"mbido\",\n    \"basenet\": \"basen\",\n    \"basepoint\": \"isi ihe\",\n    \"bases\": \"ntọala\",\n    \"bashfulness\": \"enweghị isi\",\n    \"bashing\": \"na-ada\",\n    \"bashless\": \"enweghị isi\",\n    \"basiate\": \"mara\",\n    \"basiated\": \"akọwapụtara\",\n    \"basiating\": \"na-egosi\",\n    \"basiation\": \"enweghị\",\n    \"basic\": \"nke nkiti\",\n    \"basically\": \"ihu ọma\",\n    \"basicerite\": \"nke isi\",\n    \"basicity\": \"isi\",\n    \"basicities\": \"isi ihe\",\n    \"basicranial\": \"nke nnabata\",\n    \"basics\": \"isi\",\n    \"basify\": \"dozie\",\n    \"basification\": \"ntọala\",\n    \"basified\": \"tọrọ ntọala\",\n    \"basifier\": \"ihe mbido\",\n    \"basifiers\": \"ihe mbido\",\n    \"basifies\": \"na-edozi\",\n    \"basifying\": \"na-atọ ntọala\",\n    \"basyl\": \"basil\",\n    \"basilateral\": \"enweghị isi\",\n    \"basilical\": \"basilica\",\n    \"basilicalike\": \"basilica dị ka\",\n    \"basilican\": \"basilikan\",\n    \"basilics\": \"basilica\",\n    \"basilisks\": \"basiliki\",\n    \"basils\": \"basil\",\n    \"basin\": \"bezin\",\n    \"basined\": \"dabere\",\n    \"basinerved\": \"efere\",\n    \"basinet\": \"bassinet\",\n    \"basinets\": \"ihe mbadamba\",\n    \"basing\": \"na-adabere\",\n    \"basinlike\": \"efere dị ka bezin\",\n    \"basins\": \"efere\",\n    \"basiotribe\": \"otu aka\",\n    \"basipetally\": \"enweghị isi\",\n    \"basis\": \"ndabere\",\n    \"basiscopic\": \"ndabere\",\n    \"basisidia\": \"ndabere\",\n    \"basisolute\": \"Ndabere\",\n    \"basisphenoid\": \"Ndabere\",\n    \"basisphenoidal\": \"Ndabere\",\n    \"basitemporal\": \"onye isi\",\n    \"basitting\": \"na-azụ ahịa\",\n    \"bask\": \"nkata\",\n    \"baske\": \"nkata\",\n    \"basked\": \"nkata\",\n    \"basker\": \"nkata\",\n    \"basket\": \"nkata\",\n    \"basketballer\": \"nkata\",\n    \"basketballs\": \"basketball\",\n    \"basketful\": \"nkata\",\n    \"basketfuls\": \"nkata\",\n    \"basketing\": \"nkata\",\n    \"basketlike\": \"nkata\",\n    \"basketmaker\": \"nkata\",\n    \"basketmaking\": \"nkata\",\n    \"basketry\": \"nkata\",\n    \"basketries\": \"nkata\",\n    \"baskets\": \"nkata\",\n    \"basketware\": \"nkata\",\n    \"basketweaving\": \"ịkpa nkata\",\n    \"basketwoman\": \"nwanyi nwanyi\",\n    \"basketwood\": \"nkata\",\n    \"basketwork\": \"nkata\",\n    \"basketworm\": \"nkata\",\n    \"basking\": \"ịkụ mmiri\",\n    \"baskish\": \"azu\",\n    \"basks\": \"nkata\",\n    \"bason\": \"bezin\",\n    \"basophil\": \"Uzoigwe\",\n    \"basophile\": \"Anyi\",\n    \"basses\": \"bass\",\n    \"basseted\": \"edere\",\n    \"basseting\": \"bassetị\",\n    \"bassetted\": \"edeturu\",\n    \"bassetting\": \"bassetị\",\n    \"bassy\": \"nnukwu ụlọ\",\n    \"bassinets\": \"ihe mbadamba\",\n    \"bassing\": \"akụ\",\n    \"bassist\": \"onye isi\",\n    \"bassists\": \"ndị isi\",\n    \"bassly\": \"gbam gbam\",\n    \"bassness\": \"bass\",\n    \"bassnesses\": \"basss\",\n    \"bassoons\": \"basoson\",\n    \"basswoods\": \"osisi basswood\",\n    \"bastant\": \"onye ara\",\n    \"bastard\": \"Enwe nne enwe nna\",\n    \"bastardy\": \"anwu\",\n    \"bastardies\": \"anwu\",\n    \"bastardisation\": \"mmetọ\",\n    \"bastardise\": \"anakpo\",\n    \"bastardised\": \"ebelebe\",\n    \"bastardising\": \"anwuru\",\n    \"bastardization\": \"ihe mgbochi\",\n    \"bastardizations\": \"ihe ndi ozo\",\n    \"bastardize\": \"ebelebe\",\n    \"bastardized\": \"onyeisiala\",\n    \"bastardizes\": \"ihe ojoo\",\n    \"bastardizing\": \"ugbor\",\n    \"bastardliness\": \"ugha\",\n    \"bastardry\": \"anwu\",\n    \"bastards\": \"ndaba\",\n    \"basten\": \"mgbo\",\n    \"basters\": \"okpu\",\n    \"bastes\": \"ahịhịa\",\n    \"bastile\": \"basil\",\n    \"bastilles\": \"anwuru\",\n    \"bastinaded\": \"tinye aka\",\n    \"bastinading\": \"na-agbasi\",\n    \"bastinadoed\": \"onyedikachi\",\n    \"bastinadoing\": \"ugba\",\n    \"basting\": \"muru\",\n    \"bastionary\": \"okpuru ulo\",\n    \"bastioned\": \"bastion\",\n    \"bastionet\": \"baseti\",\n    \"bastite\": \"nwechara\",\n    \"bastnaesite\": \"iheanacho\",\n    \"bastnasite\": \"iheanacho\",\n    \"bastonite\": \"nwaanyi\",\n    \"basts\": \"bass\",\n    \"basural\": \"basal\",\n    \"bat\": \"usu\",\n    \"batable\": \"batrị\",\n    \"batak\": \"iti\",\n    \"batarde\": \"mbata\",\n    \"batardeau\": \"mbata\",\n    \"batatas\": \"batata\",\n    \"batch\": \"ogbe\",\n    \"batched\": \"batịrị\",\n    \"batcher\": \"ogbe\",\n    \"batchers\": \"ndị na-egbu ihe\",\n    \"batches\": \"ogbe\",\n    \"batching\": \"ogbe\",\n    \"bateau\": \"biateau\",\n    \"bated\": \"gwara\",\n    \"bateful\": \"na-egosi\",\n    \"bateleur\": \"onyebuele\",\n    \"batement\": \"bateman\",\n    \"bates\": \"Ugbo\",\n    \"batfishes\": \"batfish\",\n    \"batfowl\": \"usu anwu\",\n    \"bath\": \"saa aru\",\n    \"bathe\": \"saa aru\",\n    \"batheable\": \"saa ahụ\",\n    \"bathed\": \"saa aru\",\n    \"bather\": \"gbasaa\",\n    \"bathers\": \"saa ahụ\",\n    \"bathes\": \"saa ahu\",\n    \"bathetic\": \"batti\",\n    \"bathetically\": \"na-arụ ọrụ\",\n    \"bathflower\": \"ịsa ahụ\",\n    \"bathhouse\": \"ụlọ ịsa ahụ\",\n    \"bathhouses\": \"ụlọ ịsa ahụ\",\n    \"bathyal\": \"ịsa ahụ\",\n    \"bathyanesthesia\": \"ịsa ahụ\",\n    \"bathic\": \"saa ahụ\",\n    \"bathyesthesia\": \"ịsa ahụ\",\n    \"bathygraphic\": \"ihe ngosi\",\n    \"bathylimnetic\": \"ihe eji eme ihe\",\n    \"bathymeter\": \"batrịmita\",\n    \"bathymetric\": \"batrịmetric\",\n    \"bathing\": \"ịsa ahụ\",\n    \"bathyorographical\": \"ihe omuma\",\n    \"bathyscape\": \"ịsa ahụ\",\n    \"bathyscaph\": \"ịsa ahụ\",\n    \"bathyscaphe\": \"ịsa ahụ\",\n    \"bathyscaphes\": \"ịsa ahụ\",\n    \"bathysmal\": \"na-asa ahụ\",\n    \"bathysphere\": \"ebe ịsa ahụ\",\n    \"bathyspheres\": \"saa ahụ\",\n    \"bathless\": \"na-asa aru\",\n    \"bathman\": \"na-asa ahụ\",\n    \"bathmat\": \"akwa bat\",\n    \"bathmats\": \"bathsats\",\n    \"bathmic\": \"akuru mmiri\",\n    \"bathmism\": \"ịsa ahụ\",\n    \"bathmotropic\": \"batmotropic\",\n    \"bathmotropism\": \"batmotropic\",\n    \"bathochromatic\": \"bathochromic\",\n    \"bathometer\": \"batomita\",\n    \"bathrobe\": \"akwa mmiri\",\n    \"bathrobes\": \"ebe ịsa ahụ\",\n    \"bathroom\": \"ụlọ ịsa ahụ\",\n    \"bathroomed\": \"na-asa aru\",\n    \"bathrooms\": \"ụlọ ịsa ahụ\",\n    \"bathroot\": \"ebe ịsa ahụ\",\n    \"baths\": \"saa ahụ\",\n    \"bathtub\": \"okpokoro ịwụ ahụ\",\n    \"bathtubful\": \"saa ahụ\",\n    \"bathukolpian\": \"bathykolpian\",\n    \"bathukolpic\": \"iheanacho\",\n    \"bathvillite\": \"ịsa ahụ\",\n    \"bathwater\": \"mmiri ịsa ahụ\",\n    \"bathwort\": \"ịsa ahụ\",\n    \"batiked\": \"batik\",\n    \"batiker\": \"batik\",\n    \"batiking\": \"na-ebu agha\",\n    \"bating\": \"na-egwu egwu\",\n    \"batler\": \"na-egbu egbu\",\n    \"batlet\": \"bali\",\n    \"batlike\": \"usu dị ka\",\n    \"batling\": \"na-alụ ọgụ\",\n    \"batlon\": \"batọn\",\n    \"batman\": \"Na na\",\n    \"baton\": \"uso\",\n    \"batons\": \"baton\",\n    \"bats\": \"usu\",\n    \"batsman\": \"onye anakpo\",\n    \"batsmen\": \"ndị na-amụrụ ihe\",\n    \"batster\": \"batara\",\n    \"batswing\": \"bat siwing\",\n    \"batt\": \"batta\",\n    \"battable\": \"ogu\",\n    \"battalia\": \"agha\",\n    \"battalions\": \"ụsụụ ndị agha\",\n    \"battarism\": \"ịlụ ọgụ\",\n    \"battel\": \"balet\",\n    \"batteled\": \"batrị\",\n    \"batteler\": \"onye na-egbu ihe\",\n    \"batteling\": \"na-alụ ọgụ\",\n    \"battels\": \"agha\",\n    \"battement\": \"mkpọchi\",\n    \"battements\": \"agha\",\n    \"batten\": \"batrị\",\n    \"battened\": \"mịrị amị\",\n    \"battener\": \"onye otiti\",\n    \"batteners\": \"Ndị na-egbu ihe\",\n    \"battening\": \"na-agba nri\",\n    \"battens\": \"na-eti\",\n    \"batter\": \"batara\",\n    \"battercake\": \"batrịcake\",\n    \"battered\": \"kụrụ\",\n    \"batterer\": \"na-eti ihe\",\n    \"batterfang\": \"batrịfang\",\n    \"battery\": \"batrị\",\n    \"batterie\": \"batrị\",\n    \"batteried\": \"batrị\",\n    \"batteries\": \"batrị\",\n    \"batteryman\": \"onye na-egbu batrị\",\n    \"battering\": \"iti ihe\",\n    \"batters\": \"na-eti ihe\",\n    \"batty\": \"Ebelebe\",\n    \"battiness\": \"ọkụ\",\n    \"batting\": \"na-eti ihe\",\n    \"battings\": \"agha\",\n    \"battish\": \"agha\",\n    \"battle\": \"agha\",\n    \"battled\": \"lụrụ agha\",\n    \"battledore\": \"agha\",\n    \"battledored\": \"ọgụ\",\n    \"battledores\": \"agha\",\n    \"battledoring\": \"na-alụ ọgụ\",\n    \"battlefield\": \"agha\",\n    \"battlefields\": \"agha\",\n    \"battlefront\": \"agha\",\n    \"battlefronts\": \"agha ihu\",\n    \"battleful\": \"ọgụ\",\n    \"battleground\": \"agha\",\n    \"battlegrounds\": \"ebe agha\",\n    \"battlement\": \"agha\",\n    \"battlemented\": \"gbasiri ike\",\n    \"battlements\": \"agha\",\n    \"battlepiece\": \"agha\",\n    \"battleplane\": \"agha\",\n    \"battler\": \"onye agha\",\n    \"battlers\": \"ndị agha\",\n    \"battles\": \"agha\",\n    \"battleship\": \"agha\",\n    \"battleships\": \"agha\",\n    \"battlesome\": \"ọgụ\",\n    \"battlestead\": \"agha\",\n    \"battlewagon\": \"agha\",\n    \"battleward\": \"agha\",\n    \"battlewise\": \"agha\",\n    \"battling\": \"na-alụ ọgụ\",\n    \"battological\": \"na-ahụ anya\",\n    \"battologising\": \"togbado ọkụ\",\n    \"battologist\": \"ọkà n'ihe banyere ọrịa battologist\",\n    \"battologizing\": \"na-akwado ihe\",\n    \"battue\": \"battu\",\n    \"battues\": \"battu\",\n    \"batture\": \"alụ ọgụ\",\n    \"battutas\": \"battuta si\",\n    \"battute\": \"agha\",\n    \"batule\": \"batrị\",\n    \"batwing\": \"nāsa aru\",\n    \"batzen\": \"batrị\",\n    \"baubling\": \"afụ\",\n    \"baudekins\": \"ifeanyi\",\n    \"baul\": \"Baul\",\n    \"baulked\": \"emechui\",\n    \"baulky\": \"Baulky\",\n    \"baulkiest\": \"Onyebuchi\",\n    \"baulking\": \"na-achọ\",\n    \"bauta\": \"ofufe\",\n    \"bavaroy\": \"bavarois\",\n    \"bavaroise\": \"bavarois\",\n    \"baviaantje\": \"baviaan onye\",\n    \"bawble\": \"irighiri\",\n    \"bawdyhouses\": \"ụlọ bawdyhouses\",\n    \"bawled\": \"turu anya\",\n    \"bawling\": \"ntamu\",\n    \"bawls\": \"Bawls\",\n    \"baxter\": \"mgbapụ\",\n    \"baxterian\": \"onyeobula\",\n    \"bazaar\": \"bazaa\",\n    \"bazaars\": \"bazaa\",\n    \"bazar\": \"bazara\",\n    \"bazars\": \"bazaa\",\n    \"bb\": \"Bb\",\n    \"bbl\": \"Bbc\",\n    \"bbls\": \"Bbc\",\n    \"bde\": \"zaghachi\",\n    \"bdellatomy\": \"Ogbaaghara\",\n    \"bdellid\": \"ọda\",\n    \"bdelliums\": \"ndiegwu\",\n    \"bdelloid\": \"obia\",\n    \"bdellometer\": \"okirikiri\",\n    \"bdellotomy\": \"Ogba\",\n    \"bdft\": \"Bdft\",\n    \"bdl\": \"Ugbok\",\n    \"bdle\": \"ihe omimi\",\n    \"bdls\": \"Ogbu\",\n    \"bdrm\": \"Bdrm\",\n    \"bds\": \"Bd\",\n    \"be\": \"ịbụ\",\n    \"bea\": \"biya\",\n    \"beach\": \"osimiri\",\n    \"beachboy\": \"nwa nwoke\",\n    \"beachboys\": \"ụmụaka mmiri\",\n    \"beachcomb\": \"ụsọ mmiri\",\n    \"beachcomber\": \"ụsọ mmiri\",\n    \"beachcombers\": \"ndị bi n'ụsọ mmiri\",\n    \"beachcombing\": \"ndagwurugwu\",\n    \"beachdrops\": \"ụsọ mmiri\",\n    \"beached\": \"ụsọ mmiri\",\n    \"beacher\": \"onye nkuzi\",\n    \"beaches\": \"osimiri\",\n    \"beachfront\": \"akụkụ mmiri\",\n    \"beachhead\": \"isi mmiri\",\n    \"beachheads\": \"akụkụ osimiri\",\n    \"beachy\": \"osimiri\",\n    \"beachiest\": \"ihe kachasi ike\",\n    \"beaching\": \"ịkụ anụ\",\n    \"beachlamar\": \"osimiri osimiri\",\n    \"beachless\": \"enweghị osimiri\",\n    \"beachman\": \"onye osimiri\",\n    \"beachmaster\": \"onye isi mmiri\",\n    \"beachmen\": \"ndị bi n'ụsọ mmiri\",\n    \"beachside\": \"n'ụsọ osimiri\",\n    \"beachward\": \"n'ụsọ osimiri\",\n    \"beachwear\": \"uwe mmiri\",\n    \"beacon\": \"bikon\",\n    \"beaconage\": \"mgbama\",\n    \"beaconed\": \"gbue\",\n    \"beaconing\": \"ichi anya\",\n    \"beaconless\": \"enweghị atụ\",\n    \"beacons\": \"mgbama\",\n    \"bead\": \"bekee\",\n    \"beaded\": \"ọpịpịa\",\n    \"beader\": \"bekee\",\n    \"beadhouses\": \"ụlọ obibi\",\n    \"beadier\": \"Beadier\",\n    \"beadiness\": \"ịdị mma\",\n    \"beading\": \"Na-ada ụda\",\n    \"beadings\": \"ọla\",\n    \"beadle\": \"Idemili\",\n    \"beadledom\": \"Obosara\",\n    \"beadlehood\": \"ịdị mma\",\n    \"beadlery\": \"ọla\",\n    \"beadles\": \"Ihe anwuru\",\n    \"beadleship\": \"Nkwado\",\n    \"beadlet\": \"Okwute\",\n    \"beadlike\": \"bead yiri\",\n    \"beadman\": \"Ugwueke\",\n    \"beadmen\": \"ọla\",\n    \"beads\": \"Kpụrụkpụrụ Ọlamma\",\n    \"beadsman\": \"Beadsman\",\n    \"beadsmen\": \"ndị bekee\",\n    \"beadswoman\": \"Nwanyị Beads\",\n    \"beadswomen\": \"Umu nwanyi\",\n    \"beagle\": \"ugogbe\",\n    \"beagles\": \"mgbịrịgba\",\n    \"beagling\": \"na-adagharị\",\n    \"beak\": \"onu okuko\",\n    \"beaked\": \"tinye ọnụ\",\n    \"beaker\": \"mmanya bekee\",\n    \"beakerful\": \"na-aakerụ mmanya\",\n    \"beakerman\": \"okwute beakerman\",\n    \"beakermen\": \"ndị na-eme achịcha beaker\",\n    \"beakers\": \"ndị na-eme achịcha\",\n    \"beakful\": \"onu nzuzu\",\n    \"beakiest\": \"kasị mma\",\n    \"beaklike\": \"beak yiri\",\n    \"beaks\": \"mkpọtụ\",\n    \"beal\": \"onu\",\n    \"beala\": \"bela\",\n    \"bealach\": \"bealak\",\n    \"bealing\": \"na-eti mkpu\",\n    \"bealtared\": \"ga-egbu\",\n    \"bealtine\": \"nwee anụ\",\n    \"beam\": \"okporo osisi\",\n    \"beamage\": \"ntuhie\",\n    \"beambird\": \"okpokoro\",\n    \"beamer\": \"oriọna\",\n    \"beamers\": \"Ndị ọkụ\",\n    \"beamfilling\": \"na-ejuputa\",\n    \"beamful\": \"na-enwu gbaa\",\n    \"beamy\": \"gbasaa\",\n    \"beamier\": \"ihe ọkụkụ\",\n    \"beamiest\": \"kasị sie ike\",\n    \"beamily\": \"doo anya\",\n    \"beaminess\": \"ịdị ọcha\",\n    \"beaming\": \"na-enwu\",\n    \"beamingly\": \"n'udo\",\n    \"beamish\": \"okuko\",\n    \"beamishly\": \"n'udo\",\n    \"beamless\": \"enweghị atụ\",\n    \"beamlet\": \"Osisi\",\n    \"beamlike\": \"yiri\",\n    \"beams\": \"ibé\",\n    \"beamsman\": \"oriọna\",\n    \"beamsmen\": \"ndaba\",\n    \"beamster\": \"Igwe ọkụ\",\n    \"beamwork\": \"ọrụ aka\",\n    \"bean\": \"agwa\",\n    \"beanbag\": \"Akpa beanbag\",\n    \"beanbags\": \"Akpa bean\",\n    \"beanball\": \"bọọlụ\",\n    \"beanballs\": \"Bọọlụ beanballs\",\n    \"beaned\": \"agwa\",\n    \"beaner\": \"agwa\",\n    \"beaners\": \"agwa\",\n    \"beanfeaster\": \"biya\",\n    \"beanfest\": \"agwa agwa\",\n    \"beany\": \"agwa\",\n    \"beanier\": \"ihe otiti\",\n    \"beaniest\": \"ihe kasị sie ike\",\n    \"beaning\": \"na-ekwupụta\",\n    \"beanlike\": \"agwa\",\n    \"beano\": \"biya\",\n    \"beanos\": \"agwa\",\n    \"beanpole\": \"agwa\",\n    \"beanpoles\": \"agwa\",\n    \"beans\": \"agwa\",\n    \"beansetter\": \"Ogbe\",\n    \"beant\": \"ihe obula\",\n    \"beaproned\": \"beapron\",\n    \"bear\": \"ibu\",\n    \"bearability\": \"Ndidi\",\n    \"bearable\": \"Ndidi\",\n    \"bearableness\": \"ndidi\",\n    \"bearably\": \"nnweta\",\n    \"bearance\": \"ọdịdị\",\n    \"bearbaiter\": \"onye na-agba ego\",\n    \"bearbaiting\": \"bibait\",\n    \"bearbane\": \"Ogba\",\n    \"bearberry\": \"bekee\",\n    \"bearberries\": \"bekee\",\n    \"bearbind\": \"biako\",\n    \"bearbine\": \"Onyekwere\",\n    \"bearbush\": \"bebush\",\n    \"bearcat\": \"anụ oriri\",\n    \"bearcats\": \"anụ ụlọ\",\n    \"bearcoot\": \"anụ ọhịa becoot\",\n    \"beard\": \"ajị agba\",\n    \"bearded\": \"gbara ajị agba\",\n    \"beardedness\": \"afụ ọnụ\",\n    \"bearder\": \"ajị agba\",\n    \"beardfish\": \"azụ afụ\",\n    \"beardfishes\": \"azụ afụ ọnụ\",\n    \"beardy\": \"afụ ọnụ\",\n    \"beardie\": \"Onwuka\",\n    \"bearding\": \"Ibu ajị agba\",\n    \"beardless\": \"enweghị afụ ọnụ\",\n    \"beardlessness\": \"enweghị afụ ọnụ\",\n    \"beardlike\": \"yiri afụ ọnụ\",\n    \"beardom\": \"afụ ọnụ\",\n    \"beards\": \"ajị agba\",\n    \"beardtongue\": \"gha ahụ\",\n    \"beared\": \"agba\",\n    \"bearer\": \"ebu\",\n    \"bearers\": \"ndị na-ebu ya\",\n    \"bearess\": \"akwa bearess\",\n    \"bearfoot\": \"ibu ụkwụ\",\n    \"bearfoots\": \"ụkwụ aka\",\n    \"bearherd\": \"buru ibu\",\n    \"bearhide\": \"bebide\",\n    \"bearhound\": \"bekee\",\n    \"bearhugs\": \"bekee\",\n    \"bearing\": \"Iburu\",\n    \"bearings\": \"biarin\",\n    \"bearishly\": \"ndidi\",\n    \"bearishness\": \"Ndidi\",\n    \"bearleap\": \"Ndidi\",\n    \"bearlet\": \"obubu\",\n    \"bearlike\": \"ibu ibu\",\n    \"bearm\": \"Iburu\",\n    \"bearnaise\": \"Beraise\",\n    \"bears\": \"Bea\",\n    \"bearship\": \"ebu ibu\",\n    \"bearskin\": \"akpụkpọ anụ akpụkpọ anụ\",\n    \"bearskins\": \"akpụkpọ anụ akpụkpọ anụ\",\n    \"beartongue\": \"gha ahụ\",\n    \"bearward\": \"Agba osisi\",\n    \"bearwood\": \"Agba osisi\",\n    \"bearwoods\": \"osisi\",\n    \"bearwort\": \"Onyekwere\",\n    \"beast\": \"anụ ọhịa\",\n    \"beastbane\": \"anụ ọhịa\",\n    \"beastdom\": \"anụ ọhịa\",\n    \"beasthood\": \"anụ ọhịa\",\n    \"beastie\": \"nwaanyi\",\n    \"beasties\": \"anụ ọhịa\",\n    \"beastily\": \"anụ ọhịa\",\n    \"beastings\": \"anụ ọhịa\",\n    \"beastish\": \"anụ ọhịa\",\n    \"beastishness\": \"anụ ọhịa\",\n    \"beastly\": \"anụ ọhịa\",\n    \"beastlier\": \"anụ ọhịa\",\n    \"beastliest\": \"anụ ọhịa\",\n    \"beastlike\": \"yiri anụ ọhịa\",\n    \"beastlily\": \"anụ ọhịa\",\n    \"beastliness\": \"anụ ọhịa\",\n    \"beastling\": \"anụ ọhịa\",\n    \"beastlings\": \"anụ ọhịa\",\n    \"beastman\": \"anụ ọhịa\",\n    \"beasts\": \"anụ ọhịa\",\n    \"beastship\": \"anụ ọhịa\",\n    \"beat\": \"tie aka\",\n    \"beatable\": \"iti\",\n    \"beatably\": \"iti ihe\",\n    \"beatas\": \"Beatas\",\n    \"beaten\": \"kụrụ ihe\",\n    \"beater\": \"onye akaebe\",\n    \"beaterman\": \"onye anakpo\",\n    \"beatermen\": \"ihe otiti\",\n    \"beaters\": \"ndị na-akụ aka\",\n    \"beath\": \"akpụkpọ anụ\",\n    \"beatify\": \"iti mkpu\",\n    \"beatific\": \"iti\",\n    \"beatifical\": \"Naara\",\n    \"beatifically\": \"iti\",\n    \"beatificate\": \"iti\",\n    \"beatification\": \"iti\",\n    \"beatified\": \"kwara\",\n    \"beatifies\": \"kwara\",\n    \"beatifying\": \"ịchọ mma\",\n    \"beatille\": \"bestille\",\n    \"beatinest\": \"kasị mma\",\n    \"beating\": \"na-eti eti\",\n    \"beatings\": \"iti ihe\",\n    \"beatitude\": \"otiti\",\n    \"beatitudes\": \"ihe ịma mma\",\n    \"beatles\": \"Beatles\",\n    \"beatless\": \"enweghị aka\",\n    \"beatnik\": \"Nnenna\",\n    \"beatnikism\": \"Beatnikism\",\n    \"beatniks\": \"Nnenna\",\n    \"beatrice\": \"Nwabueze\",\n    \"beatrix\": \"Mgba\",\n    \"beats\": \"na-akụ\",\n    \"beatster\": \"Oti ihe\",\n    \"beatus\": \"Beatus\",\n    \"beatuti\": \"Beatti\",\n    \"beau\": \"Beau\",\n    \"beauclerk\": \"anụ ọhịa\",\n    \"beaued\": \"ihe ịchọ mma\",\n    \"beauetry\": \"ihe ịchọ mma\",\n    \"beaufin\": \"Beaufin\",\n    \"beaugregory\": \"ebe obibi\",\n    \"beaugregories\": \"ebe obibi\",\n    \"beauing\": \"ihe mara mma\",\n    \"beauish\": \"mara mma\",\n    \"beauism\": \"ihe anakpo\",\n    \"beaujolais\": \"Uzochukwu\",\n    \"beaune\": \"ụlọ ọrụ\",\n    \"beaupers\": \"ndị na-akụ aka\",\n    \"beaus\": \"ebe a na-akpọ\",\n    \"beauseant\": \"ihe ekwesiri\",\n    \"beauship\": \"ịbụ onye dị ndụ\",\n    \"beausire\": \"Uzoigwe\",\n    \"beaut\": \"mma\",\n    \"beauteous\": \"mara mma\",\n    \"beauteousness\": \"omume oma\",\n    \"beauty\": \"mma\",\n    \"beautician\": \"ihe ịchọ mma\",\n    \"beauticians\": \"ndị mara mma\",\n    \"beautydom\": \"mma\",\n    \"beautied\": \"mara mma\",\n    \"beauties\": \"ihe ndozi\",\n    \"beautify\": \"chọọ mma\",\n    \"beautification\": \"ịchọ mma\",\n    \"beautifications\": \"ịchọ mma\",\n    \"beautified\": \"chọọ mma\",\n    \"beautifier\": \"ihe ndozi\",\n    \"beautifiers\": \"ihe ịchọ mma\",\n    \"beautifies\": \"chọọ mma\",\n    \"beautifying\": \"ịchọ mma\",\n    \"beautiful\": \"mara mma\",\n    \"beautifully\": \"mara mma\",\n    \"beautifulness\": \"mara mma\",\n    \"beautihood\": \"ịma mma\",\n    \"beautiless\": \"enweghị mma\",\n    \"beautyship\": \"ihe ndozi\",\n    \"beauts\": \"mma\",\n    \"beaux\": \"baux\",\n    \"beauxite\": \"bauxite\",\n    \"beaver\": \"biva\",\n    \"beavered\": \"gbaa mbọ\",\n    \"beaverette\": \"ebe obibi\",\n    \"beavery\": \"biva\",\n    \"beavering\": \"na-atụ ụjọ\",\n    \"beaverish\": \"adị mfe\",\n    \"beaverism\": \"ịgba aghara\",\n    \"beaverite\": \"ebelatala\",\n    \"beaverkill\": \"ukpala\",\n    \"beaverlike\": \"adị ka onye beaver\",\n    \"beaverpelt\": \"adighi ike\",\n    \"beavers\": \"ndị na-atụ biya\",\n    \"beaverskin\": \"akpụkpọ anụ beaverskin\",\n    \"beaverteen\": \"iri na ise\",\n    \"beaverwood\": \"Ogwunigwe\",\n    \"bebait\": \"ịdị njikere\",\n    \"beballed\": \"emewo ya\",\n    \"bebannered\": \"a ga-ama ya\",\n    \"bebaron\": \"Bebaron\",\n    \"bebaste\": \"bekee\",\n    \"bebat\": \"gbue\",\n    \"bebathe\": \"bie\",\n    \"bebatter\": \"mara mma\",\n    \"bebeast\": \"anụ ọhịa\",\n    \"bebeerine\": \"Bebeerine\",\n    \"bebeerus\": \"Bebeerus\",\n    \"bebelted\": \"mara\",\n    \"bebite\": \"obia\",\n    \"bebization\": \"ịma mma\",\n    \"beblain\": \"gbaba\",\n    \"bebled\": \"maa jijiji\",\n    \"bebleed\": \"kpọlitere\",\n    \"bebless\": \"enweghị atụ\",\n    \"beblister\": \"afụụ\",\n    \"beblood\": \"ọbara\",\n    \"beblooded\": \"na-egbu egbu\",\n    \"beblooding\": \"ịgba ọbara\",\n    \"bebloods\": \"ọbara\",\n    \"bebloom\": \"ihe ike\",\n    \"beblot\": \"bụ\",\n    \"beblotch\": \"Nwachukwu\",\n    \"beblubber\": \"okorie\",\n    \"beblubbered\": \"togburu onwe ya\",\n    \"bebog\": \"Obo\",\n    \"bebopper\": \"okpokoro\",\n    \"beboppers\": \"ndị na-egbu egbu\",\n    \"beboss\": \"Onyinye\",\n    \"bebotch\": \"anụ ọhịa\",\n    \"bebothered\": \"bianu\",\n    \"bebouldered\": \"o juru\",\n    \"bebrave\": \"gaferenụ\",\n    \"bebreech\": \"Nwachukwu\",\n    \"bebrine\": \"bido\",\n    \"bebrother\": \"nwanne\",\n    \"bebrush\": \"bido\",\n    \"bebump\": \"obia\",\n    \"bebusy\": \"Ahụhụ\",\n    \"bebuttoned\": \"nwee bọtịnụ\",\n    \"bec\": \"Ihe\",\n    \"becafico\": \"okpokoro\",\n    \"becall\": \"bacall\",\n    \"becalm\": \"bụrụ\",\n    \"becalmed\": \"pụrụ\",\n    \"becalming\": \"na-enwe mmetụta\",\n    \"becalmment\": \"nwee nsogbu\",\n    \"becalms\": \"bụrụ\",\n    \"became\": \"ghọrọ\",\n    \"becap\": \"bekee\",\n    \"becapped\": \"gbue\",\n    \"becapping\": \"egbue\",\n    \"becaps\": \"mkpọchi\",\n    \"becard\": \"bụrụ\",\n    \"becarpet\": \"okpu\",\n    \"becarpeted\": \"malitere\",\n    \"becarpeting\": \"na-elekọta\",\n    \"becarpets\": \"Ezigbo ihe eji eme ihe\",\n    \"becarve\": \"Ikekwe\",\n    \"becasse\": \"Ihe\",\n    \"becassine\": \"Ezinne\",\n    \"becassocked\": \"malitere\",\n    \"becater\": \"nwechara\",\n    \"because\": \"n'ihi na\",\n    \"beccabunga\": \"Beccabunga\",\n    \"beccafico\": \"okpokoro\",\n    \"beccaficos\": \"Ekwuru\",\n    \"becco\": \"beko\",\n    \"becense\": \"bụrụ\",\n    \"bechained\": \"a gbarala\",\n    \"bechalking\": \"ịdị ọcha\",\n    \"bechamel\": \"Ezigbo\",\n    \"bechamels\": \"Ezigbo\",\n    \"bechance\": \"Ihe\",\n    \"bechanced\": \"nwee mmetụta\",\n    \"bechances\": \"udo\",\n    \"bechancing\": \"na-egbu\",\n    \"becharmed\": \"nwee iwu\",\n    \"becharming\": \"na-akwụ ụgwọ\",\n    \"bechase\": \"izu\",\n    \"bechatter\": \"onye mmeri\",\n    \"bechauffeur\": \"ọkwọ ụgbọala\",\n    \"beche\": \"bụụrụ\",\n    \"becher\": \"bụụrụ\",\n    \"bechern\": \"Ezuru\",\n    \"bechignoned\": \"okwe\",\n    \"bechtler\": \"ihe anwuru\",\n    \"becircled\": \"Ikechukwu\",\n    \"becivet\": \"Ezigbo\",\n    \"beck\": \"bekee\",\n    \"becked\": \"akpọ\",\n    \"beckelite\": \"Beckelite\",\n    \"becket\": \"bekee\",\n    \"beckets\": \"ọla\",\n    \"beckett\": \"Onyinye\",\n    \"becky\": \"nwee obi ụtọ\",\n    \"becking\": \"ịkụ mkpụrụ\",\n    \"beckiron\": \"Onwuchekwa\",\n    \"beckoned\": \"ekwenti\",\n    \"beckoner\": \"Okpukpe\",\n    \"beckoners\": \"Okpukpe\",\n    \"beckoning\": \"ịkpọ aka\",\n    \"beckoningly\": \"n'ekwu\",\n    \"beckons\": \"ekwenti\",\n    \"becks\": \"bekee\",\n    \"beclad\": \"nweela\",\n    \"beclamor\": \"enweghịkwa\",\n    \"beclamored\": \"nweela\",\n    \"beclamoring\": \"na-egbu\",\n    \"beclamors\": \"enweghị nsogbu\",\n    \"beclamour\": \"bịara\",\n    \"beclang\": \"ihe\",\n    \"beclap\": \"nweghi\",\n    \"beclart\": \"Ikechukwu\",\n    \"beclasp\": \"Ikechukwu\",\n    \"beclasped\": \"Ikechukwu\",\n    \"beclasping\": \"Ikechukwu\",\n    \"beclasps\": \"Ezigbo\",\n    \"beclatter\": \"nwa\",\n    \"beclaw\": \"Dịghị\",\n    \"beclip\": \"nwee\",\n    \"becloak\": \"lekọọnụ\",\n    \"becloaked\": \"malitere\",\n    \"becloaking\": \"ịmalite\",\n    \"becloaks\": \"Ezigbo\",\n    \"beclog\": \"Ezigbo\",\n    \"beclogged\": \"Ogbela\",\n    \"beclogging\": \"ikekwe\",\n    \"beclogs\": \"Ezigbo\",\n    \"beclose\": \"bie\",\n    \"beclothe\": \"Ezigbo\",\n    \"beclothed\": \"eburu\",\n    \"beclothes\": \"Ogbe\",\n    \"beclothing\": \"ihe ọ bụla\",\n    \"becloud\": \"gbaa nkịtị\",\n    \"beclouded\": \"ikekwe\",\n    \"beclouding\": \"ikekwe\",\n    \"beclouds\": \"nweze\",\n    \"beclout\": \"enwe\",\n    \"beclown\": \"udochukwu\",\n    \"beclowned\": \"Owerela\",\n    \"beclowning\": \"Na-adịghị anya\",\n    \"beclowns\": \"Nwaoke\",\n    \"becluster\": \"okpokoro\",\n    \"becobweb\": \"Ogbe\",\n    \"becoiffed\": \"gbarụọ agbarụ\",\n    \"becollier\": \"nwaoke\",\n    \"becolme\": \"Ezigbo\",\n    \"becombed\": \"bụrụ\",\n    \"become\": \"ibu\",\n    \"becomed\": \"ghọrọ\",\n    \"becomes\": \"na-aghọ\",\n    \"becometh\": \"na-aghọ\",\n    \"becoming\": \"na-aghọ\",\n    \"becomingly\": \"kwesịrị\",\n    \"becomingness\": \"ịbụ\",\n    \"becomings\": \"kwesịrị\",\n    \"becomma\": \"ghọọ\",\n    \"becompass\": \"gafere\",\n    \"becompliment\": \"Ikwesiri ike\",\n    \"becoom\": \"ihe otiti\",\n    \"becoresh\": \"Ikechukwu\",\n    \"becousined\": \"kpakpando\",\n    \"becovet\": \"ọla edo\",\n    \"becoward\": \"bụrụ\",\n    \"becowarded\": \"eburu\",\n    \"becowarding\": \"na-achọ\",\n    \"becowards\": \"ụzọ\",\n    \"becquerelite\": \"Iheanyichukwu\",\n    \"becram\": \"Bụrụ\",\n    \"becramp\": \"Dịda\",\n    \"becrampon\": \"Ezenwanyi\",\n    \"becrawl\": \"Ikekwe\",\n    \"becrawled\": \"ghọgburu\",\n    \"becrawling\": \"na-egbu\",\n    \"becrawls\": \"Ezinne\",\n    \"becreep\": \"Ezinne\",\n    \"becry\": \"Ihe\",\n    \"becrime\": \"bụrụ ihe ọjọọ\",\n    \"becrimed\": \"mebiri emebi\",\n    \"becrimes\": \"oge\",\n    \"becriming\": \"na-enwe mmetụta\",\n    \"becrimson\": \"Ezenwanyi\",\n    \"becrinolined\": \"nwee mmetụta\",\n    \"becripple\": \"ikekwe\",\n    \"becrippled\": \"Ikechukwu\",\n    \"becrippling\": \"Ikekwe\",\n    \"becroak\": \"Ikekwe\",\n    \"becross\": \"Ezigbo\",\n    \"becrowd\": \"Onyeka\",\n    \"becrowded\": \"akpọnwụ\",\n    \"becrowding\": \"na-egbu\",\n    \"becrowds\": \"udochi\",\n    \"becrown\": \"malitere\",\n    \"becrush\": \"Ikechukwu\",\n    \"becrust\": \"enweghị ntụkwasị obi\",\n    \"becrusted\": \"Enwere ya\",\n    \"becrusting\": \"inyefe\",\n    \"becrusts\": \"Nwaoke\",\n    \"becudgel\": \"Ezennekwu\",\n    \"becudgeled\": \"Ikechukwu\",\n    \"becudgeling\": \"Ezenwankwo\",\n    \"becudgelled\": \"ikechukwu\",\n    \"becudgelling\": \"Ikekwe\",\n    \"becudgels\": \"Ezigbo\",\n    \"becuffed\": \"okpu\",\n    \"becumber\": \"aghọgbu\",\n    \"becuna\": \"enweghị\",\n    \"becurl\": \"Ezenna\",\n    \"becurry\": \"Ezueze\",\n    \"becurse\": \"akpịrị\",\n    \"becursed\": \"bụụrụ ya\",\n    \"becurses\": \"enwe\",\n    \"becursing\": \"malitere\",\n    \"becurst\": \"bụ nke mbụ\",\n    \"becurtained\": \"eweree\",\n    \"becushioned\": \"Ikechukwu\",\n    \"becut\": \"ihe\",\n    \"bedabble\": \"ihe ndina\",\n    \"bedabbled\": \"ndina\",\n    \"bedabbles\": \"ihe ndina\",\n    \"bedabbling\": \"ndina ndina\",\n    \"bedaff\": \"akwa akwa\",\n    \"bedaggered\": \"ndina\",\n    \"bedamned\": \"dinara ala\",\n    \"bedamning\": \"dinara ala\",\n    \"bedamns\": \"akwa ụra\",\n    \"bedamp\": \"ihe ndina akwa\",\n    \"bedarkened\": \"dina ala\",\n    \"bedarkening\": \"na-ehi ụra\",\n    \"bedarkens\": \"na-ehi ụra\",\n    \"bedaubed\": \"gbanye aka\",\n    \"bedaubing\": \"na-akwụ ụgwọ\",\n    \"bedaze\": \"bedazzle\",\n    \"bedazed\": \"ihe nzuzu\",\n    \"bedazzled\": \"ihe nzuzu\",\n    \"bedazzlement\": \"anya mmiri\",\n    \"bedazzles\": \"ihe nzuzu\",\n    \"bedazzling\": \"na-atụgharị uche\",\n    \"bedazzlingly\": \"Uzoamaka\",\n    \"bedboard\": \"akwa ndina\",\n    \"bedbug\": \"ihe ndina\",\n    \"bedbugs\": \"chinchi\",\n    \"bedcap\": \"akwa akwa\",\n    \"bedcase\": \"akwa akwa\",\n    \"bedchair\": \"akwa ụra\",\n    \"bedchairs\": \"akwa ụra\",\n    \"bedchamber\": \"akwa ụra\",\n    \"bedclothes\": \"akwa akwa\",\n    \"bedclothing\": \"akwa akwa\",\n    \"bedcord\": \"ihe ndina\",\n    \"bedcovers\": \"ihe ndina\",\n    \"beddable\": \"ihe ndina\",\n    \"bedded\": \"bedder\",\n    \"bedders\": \"bedder\",\n    \"bedding\": \"ihe ndina\",\n    \"beddingroll\": \"akwa ụra\",\n    \"beddings\": \"ihe ndina\",\n    \"bede\": \"gbanye\",\n    \"bedead\": \"addị\",\n    \"bedeafen\": \"achaafen\",\n    \"bedeafening\": \"afgha\",\n    \"bedebt\": \"iheanacho\",\n    \"bedecked\": \"gbanye\",\n    \"bedecking\": \"na-agbachi\",\n    \"bedecorate\": \"codị mma\",\n    \"bedeen\": \"gbanye\",\n    \"bedells\": \"àkwà\",\n    \"bedels\": \"akwa akwa\",\n    \"bedelve\": \"akwa ụra\",\n    \"bedemen\": \"ndị na-ehi ụra\",\n    \"beden\": \"dinara\",\n    \"bedesmen\": \"ndị na-ehi ụra\",\n    \"bedeswoman\": \"nwanyị bedeswoman\",\n    \"bedeswomen\": \"umu nwanyi\",\n    \"bedevil\": \"gbanweevil\",\n    \"bedeviled\": \"gbanwere\",\n    \"bedeviling\": \"vilgha\",\n    \"bedevilled\": \"gbanwere\",\n    \"bedevilling\": \"vilgha\",\n    \"bedevilment\": \"ihe mgbali\",\n    \"bedevils\": \"vdị\",\n    \"bedewed\": \"gbanwere\",\n    \"bedewer\": \"acha\",\n    \"bedewing\": \"gbanwee\",\n    \"bedfast\": \"bed bed\",\n    \"bedfellows\": \"ndị na-ehi ụra\",\n    \"bedflower\": \"ihe ndina\",\n    \"bedford\": \"Bedford\",\n    \"bedframes\": \"akwa osisi\",\n    \"bedgery\": \"akwa akwa\",\n    \"bedgoer\": \"akwa akwa\",\n    \"bedgown\": \"akwa ụra\",\n    \"bedgowns\": \"akwa ụra\",\n    \"bedight\": \"ụra abalị\",\n    \"bedighted\": \"na-ehi ụra\",\n    \"bedighting\": \"ụra ụra\",\n    \"bedights\": \"akwa ụra\",\n    \"bedimmed\": \"dinara ala\",\n    \"bedimming\": \"na-ehi ụra\",\n    \"bedimple\": \"bedim\",\n    \"bedimples\": \"ihe ndina\",\n    \"bedimplies\": \"ihe ndina\",\n    \"bedimpling\": \"na-ehi ụra\",\n    \"bedirt\": \"akwa akwa\",\n    \"bedirty\": \"bed bedị\",\n    \"bedirtying\": \"na-ehi ụra\",\n    \"bedismal\": \"bedism\",\n    \"bedizened\": \"bediz\",\n    \"bedizening\": \"na-ehi ụra\",\n    \"bedlamer\": \"ihe ndina ihe ndina\",\n    \"bedlamise\": \"akwa ụra\",\n    \"bedlamised\": \"dinara ala\",\n    \"bedlamising\": \"na-ehi ụra\",\n    \"bedlamizing\": \"na-ehi ụra\",\n    \"bedlamp\": \"akwa oriọna\",\n    \"bedlamps\": \"akwa oriọna\",\n    \"bedlams\": \"akwa ụra\",\n    \"bedlar\": \"ihe ndina\",\n    \"bedlids\": \"akwa akwa akwa\",\n    \"bedlight\": \"bed bed\",\n    \"bedlike\": \"dị ka bed\",\n    \"bedmaker\": \"bed bed\",\n    \"bedmakers\": \"ndị na-ehi ụra\",\n    \"bedmaking\": \"akwa ụra\",\n    \"bedmate\": \"bed bed\",\n    \"bedmates\": \"ndị bed bed\",\n    \"bednighted\": \"ndina ala\",\n    \"bednights\": \"akwa ụra\",\n    \"bedoctor\": \"akwa akwa\",\n    \"bedote\": \"àkwà bed\",\n    \"bedouin\": \"Bedouin\",\n    \"bedouse\": \"akwa ụra\",\n    \"bedown\": \"akwa ụra\",\n    \"bedpan\": \"akwa ụra\",\n    \"bedpans\": \"ihe ndina\",\n    \"bedplates\": \"ihe ndozi\",\n    \"bedpost\": \"àkwà ndina\",\n    \"bedposts\": \"àkwà ndina\",\n    \"bedquilt\": \"akwa akwa\",\n    \"bedquilts\": \"akwa ụra\",\n    \"bedrabbling\": \"ihe ndina\",\n    \"bedraggles\": \"akwa ụra\",\n    \"bedrails\": \"akwa ụra\",\n    \"bedral\": \"akwa akwa\",\n    \"bedrape\": \"akwa akwa\",\n    \"bedraped\": \"bedraised\",\n    \"bedrapes\": \"ihe ndina\",\n    \"bedraping\": \"akwa ụra\",\n    \"bedravel\": \"ihe ndina\",\n    \"bedread\": \"ihe ndina akwa\",\n    \"bedrel\": \"akwa akwa\",\n    \"bedrench\": \"akwa ụra\",\n    \"bedrenched\": \"bedren bed\",\n    \"bedrenches\": \"akwa ụra\",\n    \"bedrenching\": \"na-ehi ụra\",\n    \"bedrid\": \"àkwà ndina\",\n    \"bedridden\": \"n'àkwà ụra\",\n    \"bedriddenness\": \"àkwà ndina\",\n    \"bedright\": \"na-ehi ụra\",\n    \"bedrip\": \"àkwà ụra\",\n    \"bedriveled\": \"na-ehi ụra\",\n    \"bedriveling\": \"na-ehi ụra\",\n    \"bedrivelled\": \"ndina\",\n    \"bedrivelling\": \"na-ehi ụra\",\n    \"bedrivels\": \"ihe ndina\",\n    \"bedrizzle\": \"akwa akwa\",\n    \"bedrock\": \"akwa akwa\",\n    \"bedrocks\": \"akwa akwa\",\n    \"bedrolls\": \"àkwà ndina ala\",\n    \"bedroom\": \"ime\",\n    \"bedrooms\": \"ụlọ ihi ụra\",\n    \"bedrop\": \"àkwà ndina\",\n    \"bedrown\": \"akwa akwa\",\n    \"bedrug\": \"bed bed\",\n    \"bedrugged\": \"n'àkwà\",\n    \"bedrugging\": \"na-ehi ụra\",\n    \"beds\": \"akwa\",\n    \"bedscrew\": \"ihe ndozi akwa\",\n    \"bedsheet\": \"akwa nsachi akwa\",\n    \"bedsheets\": \"akwa akwa\",\n    \"bedsick\": \"bedit\",\n    \"bedside\": \"àkwà\",\n    \"bedsides\": \"àkwà ndina\",\n    \"bedsit\": \"bedit\",\n    \"bedsite\": \"àkwà\",\n    \"bedsitter\": \"ihe ndina akwa\",\n    \"bedsock\": \"akwa sock\",\n    \"bedsonias\": \"bedonias\",\n    \"bedsore\": \"bedore\",\n    \"bedsores\": \"akwa ụra\",\n    \"bedspread\": \"ihe ndina akwa\",\n    \"bedspreads\": \"ihe ndina akwa\",\n    \"bedspring\": \"akwa nwa\",\n    \"bedsprings\": \"akwa ụra\",\n    \"bedstaff\": \"akwa akwa\",\n    \"bedstand\": \"ihe ndina\",\n    \"bedstands\": \"ihe ndina\",\n    \"bedstaves\": \"àkwà ndina\",\n    \"bedsteads\": \"akwa beds\",\n    \"bedstock\": \"akwa ụra\",\n    \"bedstraws\": \"akwa akwa\",\n    \"bedstring\": \"akwa ụra\",\n    \"bedswerver\": \"bedwerver\",\n    \"bedticking\": \"akwa ụra\",\n    \"bedtime\": \"oge ụra\",\n    \"bedtimes\": \"oge ụra\",\n    \"bedumb\": \"àkwà ndina\",\n    \"bedumbed\": \"dinara ụra\",\n    \"bedumbing\": \"na-ehi ụra\",\n    \"bedunce\": \"àkwà mmiri\",\n    \"bedunced\": \"akwa\",\n    \"bedunch\": \"akwa ụra\",\n    \"beduncing\": \"na-ehi ụra\",\n    \"bedung\": \"ndina\",\n    \"bedust\": \"àkwà\",\n    \"bedward\": \"bed bed\",\n    \"bedwards\": \"n'ihe ndina\",\n    \"bedwarfing\": \"na-ehi ụra\",\n    \"bee\": \"a beeụ\",\n    \"beearn\": \"anu\",\n    \"beeball\": \"bọmbụ\",\n    \"beebees\": \"abeụ\",\n    \"beebread\": \"achicha achicha\",\n    \"beebreads\": \"abụ a beeụ\",\n    \"beech\": \"bekee\",\n    \"beeches\": \"achesụ\",\n    \"beechy\": \"kpọọ\",\n    \"beechier\": \"atụ\",\n    \"beechiest\": \"kachasị mma\",\n    \"beedged\": \"emela\",\n    \"beedom\": \"Beedom\",\n    \"beef\": \"ehi\",\n    \"beefaloes\": \"anụ ọhịa\",\n    \"beefeater\": \"ihe na-egbu mmiri\",\n    \"beefeaters\": \"ndị na-amị anụ ụlọ\",\n    \"beefed\": \"amịrị\",\n    \"beefheaded\": \"isi\",\n    \"beefier\": \"ịkpa aụ\",\n    \"beefiest\": \"kacha mma\",\n    \"beefin\": \"anufin\",\n    \"beefiness\": \"ịkpa akwụ\",\n    \"beefing\": \"na-azụ\",\n    \"beefless\": \"enweghị atụ\",\n    \"beefs\": \"ehi\",\n    \"beeftongue\": \"akuko\",\n    \"beefwood\": \"Beefwood\",\n    \"beehead\": \"isi\",\n    \"beeheaded\": \"isi\",\n    \"beeherd\": \"akwa\",\n    \"beehive\": \"akwuru anu\",\n    \"beehives\": \"ahiụ\",\n    \"beehouse\": \"ụlọ a beeụ\",\n    \"beeyard\": \"akwa\",\n    \"beeish\": \"azụ\",\n    \"beeishness\": \"aishụ\",\n    \"beek\": \"mkpọchi\",\n    \"beekeeper\": \"onye na-elekọta a beeụ\",\n    \"beekeepers\": \"akeepụ\",\n    \"beekeeping\": \"ịkpa a beeụ\",\n    \"beele\": \"nwee\",\n    \"beelol\": \"àzụ\",\n    \"beelzebub\": \"Beelzebub\",\n    \"beelzebubian\": \"Beelzebubian\",\n    \"beelzebul\": \"Beelzebul\",\n    \"beemaster\": \"onye anwuru anwu\",\n    \"beemen\": \"beeman\",\n    \"been\": \"nọ\",\n    \"beennut\": \"ukpa\",\n    \"beent\": \"nọ\",\n    \"beento\": \"anọwo na\",\n    \"beep\": \"mkpọtụ\",\n    \"beeped\": \"mkpọtụ\",\n    \"beeper\": \"mkpọtụ\",\n    \"beepers\": \"mkpọtụ\",\n    \"beeping\": \"mkpọtụ\",\n    \"beeps\": \"mkpọtụ\",\n    \"beer\": \"biya\",\n    \"beerbachite\": \"biyabachite\",\n    \"beerbelly\": \"biyabelly\",\n    \"beerbibber\": \"biyabibber\",\n    \"beerhouse\": \"biyahouse\",\n    \"beerhouses\": \"ebe obibi biya\",\n    \"beery\": \"beri\",\n    \"beerier\": \"biya\",\n    \"beerily\": \"biya\",\n    \"beeriness\": \"biya\",\n    \"beerish\": \"biya\",\n    \"beerishly\": \"biya\",\n    \"beermaker\": \"onye na-eme biya\",\n    \"beermaking\": \"biya eme\",\n    \"beermonger\": \"biyamonger\",\n    \"beerothite\": \"Beerothite\",\n    \"beerpull\": \"biyapull\",\n    \"beers\": \"biya\",\n    \"bees\": \"aesụ\",\n    \"beesting\": \"ị stụ a beeụ\",\n    \"beestings\": \"a stụ gbara agba\",\n    \"beestride\": \"anụ ọhịa\",\n    \"beeswax\": \"mgbanyụ\",\n    \"beeswaxes\": \"mgbá aesụ\",\n    \"beeswing\": \"aesụ\",\n    \"beeswinged\": \"aesụ\",\n    \"beeswings\": \"Aesụ\",\n    \"beet\": \"biiti\",\n    \"beetfly\": \"enwe\",\n    \"beeth\": \"anụ ọhịa\",\n    \"beethovenian\": \"Beethovenian\",\n    \"beethovenish\": \"biethoven's\",\n    \"beethovian\": \"beethoven\",\n    \"beetiest\": \"kasị mma\",\n    \"beetle\": \"ebe\",\n    \"beetled\": \"ebe\",\n    \"beetlehead\": \"ebe isi\",\n    \"beetleheaded\": \"isi\",\n    \"beetleheadedness\": \"Ọbara\",\n    \"beetler\": \"onye na-egbu ihe\",\n    \"beetlers\": \"na-agba ume\",\n    \"beetles\": \"enwe\",\n    \"beetlestock\": \"Anụ ọhịa\",\n    \"beetlestone\": \"ebe obibi\",\n    \"beetleweed\": \"ebele\",\n    \"beetlike\": \"biet\",\n    \"beetling\": \"enwe\",\n    \"beetmister\": \"onye anakpo\",\n    \"beetroot\": \"bietroot\",\n    \"beetroots\": \"bietroots\",\n    \"beeve\": \"na-etinye aka\",\n    \"beeves\": \"avesụ\",\n    \"beevish\": \"na-asọ oyi\",\n    \"beeway\": \"gbasaa\",\n    \"beeware\": \"ịkpa afọ\",\n    \"beeweed\": \"akwa\",\n    \"beewinged\": \"na-arahụ\",\n    \"beewise\": \"enweghịkwa\",\n    \"beewort\": \"akuko\",\n    \"beezer\": \"ihe azerụ\",\n    \"beezers\": \"azụ\",\n    \"befall\": \"oso\",\n    \"befallen\": \"dabara\",\n    \"befalling\": \"na-ada\",\n    \"befalls\": \"na-ada\",\n    \"befame\": \"ghọgburu\",\n    \"befamilied\": \"gharịị\",\n    \"befanned\": \"bekee\",\n    \"befathered\": \"nna nna\",\n    \"befavor\": \"befavour\",\n    \"befavour\": \"Befavour\",\n    \"befeather\": \"beather\",\n    \"befell\": \"dabara\",\n    \"beferned\": \"nwee ụjọ\",\n    \"befetished\": \"ejula afọ\",\n    \"befetter\": \"emekpa\",\n    \"befezzed\": \"akpọnwụwo\",\n    \"beffroy\": \"Oyibo\",\n    \"befilch\": \"Nwachukwu\",\n    \"befile\": \"ihe ojoo\",\n    \"befilleted\": \"emeghi\",\n    \"befilmed\": \"na-agbagha\",\n    \"befilth\": \"ihe ndozi\",\n    \"befinger\": \"mkpọtụ\",\n    \"befingered\": \"ịbụ mkpịsị aka\",\n    \"befingering\": \"na-atụ ụjọ\",\n    \"befingers\": \"mkpọtụ\",\n    \"befire\": \"mgbanyụ ọkụ\",\n    \"befist\": \"dabara adaba\",\n    \"befit\": \"dabara adaba\",\n    \"befits\": \"uru\",\n    \"befitted\": \"kwesịrị\",\n    \"befitting\": \"kwesịrị ekwesị\",\n    \"befittingly\": \"dabara adaba\",\n    \"befittingness\": \"ekwesighi\",\n    \"beflag\": \"okwute\",\n    \"beflagged\": \"ihe isi ike\",\n    \"beflagging\": \"na-atụ ụjọ\",\n    \"beflags\": \"mkpọtụ\",\n    \"beflatter\": \"emechu ihu\",\n    \"befleaed\": \"befili\",\n    \"befleaing\": \"na-atụgharị uche\",\n    \"befleas\": \"mgbịrịgba\",\n    \"befleck\": \"mkpọtụ\",\n    \"beflecked\": \"tụfuru\",\n    \"beflecking\": \"na-atụ ụjọ\",\n    \"beflecks\": \"na-akụ\",\n    \"beflour\": \"gba ọtọ\",\n    \"beflout\": \"gba ọtọ\",\n    \"beflower\": \"ihe anakpo\",\n    \"beflowered\": \"etinyere ya\",\n    \"beflowering\": \"Ọchị anya\",\n    \"beflowers\": \"biya mmiri\",\n    \"beflum\": \"Ogbe\",\n    \"befluster\": \"kpachara anya\",\n    \"befog\": \"Befog\",\n    \"befogged\": \"ihere\",\n    \"befogging\": \"na-agbagha\",\n    \"befool\": \"nzuzu\",\n    \"befoolable\": \"a pụrụ ịtụkwasị ya obi\",\n    \"befooled\": \"katọrọ\",\n    \"befooling\": \"na-agbachi nkịtị\",\n    \"befoolment\": \"nzuzu\",\n    \"befools\": \"nzuzu\",\n    \"before\": \"tupu\",\n    \"beforehand\": \"tupu\",\n    \"beforehandedness\": \"tupu oge eruo\",\n    \"beforementioned\": \"buru ụzọ kwuo\",\n    \"beforeness\": \"tupu\",\n    \"beforesaid\": \"kwuru tupu\",\n    \"beforested\": \"tupu\",\n    \"beforetime\": \"tupu oge eruo\",\n    \"beforetimes\": \"tupu oge\",\n    \"befortune\": \"nkasi obi\",\n    \"befoul\": \"ihe ojoo\",\n    \"befouled\": \"kpuchie anya\",\n    \"befouling\": \"na-agbarụ\",\n    \"befoulment\": \"mmechuihu\",\n    \"befouls\": \"ihe na-adịghị mma\",\n    \"befountained\": \"Ogbe\",\n    \"befraught\": \"nwee obi abụọ\",\n    \"befreckle\": \"gbagwojuru anya\",\n    \"befreeze\": \"tọgbọ\",\n    \"befreight\": \"bụrụ onye ezi omume\",\n    \"befret\": \"wutere\",\n    \"befrets\": \"mkpụrụ obi\",\n    \"befretted\": \"Ojuju\",\n    \"befretting\": \"na-egbu mmụọ\",\n    \"befriend\": \"enyi\",\n    \"befriended\": \"enyi\",\n    \"befriender\": \"enyi\",\n    \"befriending\": \"ịbụ enyi\",\n    \"befriendment\": \"ịbụ enyi\",\n    \"befriends\": \"ndị enyi\",\n    \"befrilled\": \"juru afọ\",\n    \"befringe\": \"mgbịrịgba\",\n    \"befringed\": \"amala\",\n    \"befringes\": \"mkpụrụ obi\",\n    \"befringing\": \"ebele\",\n    \"befriz\": \"Nwachukwu\",\n    \"befrocked\": \"gbarụrụ ihu\",\n    \"befrogged\": \"togburu onwe ya\",\n    \"befrumple\": \"berum\",\n    \"befuddle\": \"beuddle\",\n    \"befuddled\": \"tụkwasịrị obi\",\n    \"befuddlement\": \"nzuzu\",\n    \"befuddlements\": \"ihe isi ike\",\n    \"befuddler\": \"onye na-atụ ụjọ\",\n    \"befuddlers\": \"ndị na-atụ ụjọ\",\n    \"befuddling\": \"na-atụ ụjọ\",\n    \"befurred\": \"gbagburu\",\n    \"beg\": \"rịọ\",\n    \"begabled\": \"nwere ikike\",\n    \"begad\": \"Begad\",\n    \"begay\": \"bido\",\n    \"begall\": \"rịọ\",\n    \"begalled\": \"rịọrọ\",\n    \"begalling\": \"na-arịọ\",\n    \"begalls\": \"rịọ\",\n    \"began\": \"malitere\",\n    \"begary\": \"rịọ\",\n    \"begarlanded\": \"onye isi ala\",\n    \"begarnish\": \"na-arịọ arịrịọ\",\n    \"begartered\": \"weghaara\",\n    \"begash\": \"rie\",\n    \"begass\": \"bia\",\n    \"begat\": \"bido\",\n    \"begats\": \"na-akụ\",\n    \"begaud\": \"ihe anwuru\",\n    \"begaudy\": \"ihe ojoo\",\n    \"begazed\": \"leghaara anya\",\n    \"begazes\": \"na-agba ume\",\n    \"begazing\": \"na-atụgharị uche\",\n    \"begeck\": \"Uchechukwu\",\n    \"begem\": \"rie\",\n    \"begemmed\": \"begemem\",\n    \"begemming\": \"embụ\",\n    \"beget\": \"bido\",\n    \"begets\": \"na-amụ\",\n    \"begettal\": \"na-ekwu okwu\",\n    \"begetter\": \"na-amụ nwa\",\n    \"begetters\": \"ndị na-amụ ihe\",\n    \"begetting\": \"na-amụ ihe\",\n    \"beggable\": \"na-arịọ arịrịọ\",\n    \"beggar\": \"onye aririo\",\n    \"beggardom\": \"ihe nzuzu\",\n    \"beggared\": \"na-arịọ arịrịọ\",\n    \"beggarer\": \"onye aririo\",\n    \"beggaress\": \"na-arịọ arịrịọ\",\n    \"beggarhood\": \"na-arịọ arịrịọ\",\n    \"beggary\": \"na-arịọ arịrịọ\",\n    \"beggaries\": \"ndị arịrịọ\",\n    \"beggaring\": \"na-arịọ\",\n    \"beggarism\": \"arịrịọ\",\n    \"beggarly\": \"na-arịọ arịrịọ\",\n    \"beggarlice\": \"onye ara\",\n    \"beggarlike\": \"dị ka onye arịrịọ\",\n    \"beggarliness\": \"arịrịọ\",\n    \"beggarman\": \"onye aririo\",\n    \"beggars\": \"ndị na-arịọ arịrịọ\",\n    \"beggarweed\": \"ndiegbara\",\n    \"beggarwise\": \"na-arịọ arịrịọ\",\n    \"beggarwoman\": \"onye ara nwanyi\",\n    \"begged\": \"rịọrọ\",\n    \"begger\": \"na-arịọ arịrịọ\",\n    \"begging\": \"na-arịọ arịrịọ\",\n    \"beggingly\": \"na-arịọ arịrịọ\",\n    \"beggingwise\": \"na-arịọ amamihe\",\n    \"beghard\": \"onyenze\",\n    \"begift\": \"rịọ\",\n    \"begild\": \"na-arịọsi arịrịọ ike\",\n    \"begin\": \"malite\",\n    \"beginger\": \"mbido\",\n    \"beginner\": \"mbido\",\n    \"beginners\": \"ndị mbido\",\n    \"beginning\": \"mbido\",\n    \"beginnings\": \"mmalite\",\n    \"begins\": \"amalite\",\n    \"begird\": \"nwekoro\",\n    \"begirded\": \"rịọrọ\",\n    \"begirding\": \"na-arịọ\",\n    \"begirdle\": \"gbabeghị\",\n    \"begirdled\": \"Ebela\",\n    \"begirdles\": \"na-arịọ\",\n    \"begirdling\": \"adighi anya\",\n    \"begirds\": \"na-arịọ\",\n    \"begirt\": \"bia\",\n    \"beglad\": \"bia\",\n    \"begladded\": \"gbaghara\",\n    \"begladding\": \"na-arịọ arịrịọ\",\n    \"beglads\": \"na-agba mbọ\",\n    \"beglare\": \"rịọ\",\n    \"beglerbeg\": \"na-arịọ\",\n    \"beglerbegluc\": \"na-arịọ arịrịọ\",\n    \"beglerbegship\": \"lerrịọrọ\",\n    \"beglerbey\": \"na-arịọ\",\n    \"beglew\": \"biko\",\n    \"beglide\": \"biko\",\n    \"beglitter\": \"onyeoma\",\n    \"beglobed\": \"gbaghaara\",\n    \"begloomed\": \"ndibolo\",\n    \"beglooming\": \"na-achọ\",\n    \"beglooms\": \"na-agba mbọ\",\n    \"begloze\": \"gbaa mbọ\",\n    \"begluc\": \"biko\",\n    \"beglue\": \"biko\",\n    \"begnaw\": \"begna\",\n    \"begnawed\": \"rịọrọ\",\n    \"begnawn\": \"gbaghara\",\n    \"bego\": \"Bego\",\n    \"begob\": \"Ogbe\",\n    \"begoggled\": \"gbanye ihu\",\n    \"begohm\": \"amaka\",\n    \"begone\": \"biko\",\n    \"begonia\": \"Begonia\",\n    \"begoniaceous\": \"onyeoma\",\n    \"begoniales\": \"ndigbo\",\n    \"begorah\": \"Begorah\",\n    \"begorra\": \"begor\",\n    \"begorry\": \"ụbụbọ\",\n    \"begot\": \"muru\",\n    \"begotten\": \"amuru\",\n    \"begottenness\": \"amụ nwa\",\n    \"begoud\": \"amaka\",\n    \"begowned\": \"gbadoro\",\n    \"begrace\": \"mmechuihu\",\n    \"begray\": \"ihe nlere\",\n    \"begrain\": \"dị ọcha\",\n    \"begrave\": \"dozie\",\n    \"begrease\": \"rịọ\",\n    \"begreen\": \"ndo\",\n    \"begrett\": \"ndo\",\n    \"begrim\": \"rịọ\",\n    \"begrime\": \"ndo\",\n    \"begrimed\": \"rịọrọ\",\n    \"begrimer\": \"onye na-arịọ arịrịọ\",\n    \"begrimes\": \"oge obula\",\n    \"begriming\": \"na-arịọ\",\n    \"begrimmed\": \"ndo\",\n    \"begrimming\": \"na-arịọ\",\n    \"begrims\": \"na-arịọ\",\n    \"begroaned\": \"weghaara\",\n    \"begroaning\": \"na-arịọ\",\n    \"begroans\": \"na-arịọ\",\n    \"begrown\": \"rịọrọ\",\n    \"begrudge\": \"ebighi-ebi\",\n    \"begrudged\": \"gbaghara\",\n    \"begrudger\": \"onye arahụ\",\n    \"begrudges\": \"ebighebi\",\n    \"begrudging\": \"na-arịọsi ike\",\n    \"begrudgingly\": \"na-agba ume\",\n    \"begrutch\": \"rmụọchị\",\n    \"begs\": \"rịọ\",\n    \"begster\": \"na-arịọ arịrịọ\",\n    \"beguard\": \"-kpachapụ anya\",\n    \"beguess\": \"agbasi\",\n    \"beguile\": \"aghụghọ\",\n    \"beguiled\": \"aghọgburu\",\n    \"beguileful\": \"aghụghọ\",\n    \"beguilement\": \"aghụghọ\",\n    \"beguilements\": \"aghụghọ\",\n    \"beguiler\": \"aghụghọ\",\n    \"beguilers\": \"ndị na-agba aghara\",\n    \"beguiles\": \"agbaghara\",\n    \"beguiling\": \"na-atụgharị uche\",\n    \"beguilingly\": \"na-agbasi ike\",\n    \"beguilingness\": \"ugha\",\n    \"beguin\": \"ịgha\",\n    \"beguine\": \"amụrụ\",\n    \"beguines\": \"agba ume\",\n    \"begulfed\": \"rikpuru\",\n    \"begulfing\": \"na-arịọ\",\n    \"begulfs\": \"ebum\",\n    \"begumming\": \"nnabata\",\n    \"begums\": \"begum\",\n    \"begun\": \"malitere\",\n    \"begunk\": \"malitere\",\n    \"begut\": \"rịọ\",\n    \"behale\": \"na-akpa àgwà\",\n    \"behalf\": \"n'aha\",\n    \"behalves\": \"ihe ndozi\",\n    \"behammer\": \"oku\",\n    \"behang\": \"na-akpa agwa\",\n    \"behap\": \"na-akpa agwa\",\n    \"behatted\": \"beet\",\n    \"behav\": \"omume\",\n    \"behave\": \"na-akpa agwa\",\n    \"behaved\": \"kpara agwa\",\n    \"behaver\": \"omume\",\n    \"behavers\": \"na-akpa agwa\",\n    \"behaves\": \"na-akpa agwa\",\n    \"behaving\": \"na-akpa agwa\",\n    \"behavior\": \"omume\",\n    \"behavioral\": \"omume\",\n    \"behaviorally\": \"omume\",\n    \"behaviored\": \"omume\",\n    \"behaviorism\": \"omume\",\n    \"behaviorist\": \"omume\",\n    \"behavioristic\": \"omume\",\n    \"behavioristically\": \"omume\",\n    \"behaviorists\": \"omume\",\n    \"behaviors\": \"omume\",\n    \"behaviour\": \"omume\",\n    \"behavioural\": \"omume\",\n    \"behaviourally\": \"omume\",\n    \"behaviourism\": \"omume\",\n    \"behaviourist\": \"omume\",\n    \"behaviours\": \"omume\",\n    \"behead\": \"isi\",\n    \"beheadal\": \"gbupụrụ ya isi\",\n    \"beheaded\": \"gbupụrụ ya isi\",\n    \"beheader\": \"gbupụrụ ya isi\",\n    \"beheading\": \"isi\",\n    \"beheadlined\": \"gbupụ ya isi\",\n    \"behear\": \"isi\",\n    \"behears\": \"bea\",\n    \"behearse\": \"mụbaa\",\n    \"behedge\": \"mkpọtụ\",\n    \"beheld\": \"hụrụ\",\n    \"behemoth\": \"Behemoth\",\n    \"behemothic\": \"ihe omuma\",\n    \"behemoths\": \"behemoth\",\n    \"behenic\": \"Ahụhụ\",\n    \"behest\": \"iwu\",\n    \"behests\": \"behest\",\n    \"behew\": \"bụrụ\",\n    \"behight\": \"hụ\",\n    \"behind\": \"n'azụ\",\n    \"behinder\": \"n'azụ\",\n    \"behindhand\": \"n'azụ\",\n    \"behinds\": \"n'azụ\",\n    \"behindsight\": \"echefue\",\n    \"behither\": \"bụrụ\",\n    \"behold\": \"lee\",\n    \"beholdable\": \"seeable\",\n    \"beholden\": \"leenụ\",\n    \"beholder\": \"onye lere\",\n    \"beholders\": \"ndị hụrụ\",\n    \"beholding\": \"na-ahụ\",\n    \"beholdingness\": \"ilere anya\",\n    \"beholds\": \"lee\",\n    \"behooved\": \"kwesịrị\",\n    \"behooveful\": \"kwesịrị ekwesị\",\n    \"behoovefully\": \"n'ụzọ zuru ezu\",\n    \"behoovefulness\": \"ịdị mma n'anya\",\n    \"behooving\": \"na-achọgharị\",\n    \"behoovingly\": \"na-achọ\",\n    \"behoved\": \"dozie\",\n    \"behoves\": \"behooves\",\n    \"behoving\": \"na-ekwupụta\",\n    \"behowl\": \"adaba\",\n    \"behowled\": \"ghagburu\",\n    \"behowling\": \"ihe anya\",\n    \"behowls\": \"adighi ike\",\n    \"behusband\": \"di beband\",\n    \"beice\": \"brice\",\n    \"beid\": \"kpọọ\",\n    \"beige\": \"agba aja aja\",\n    \"beigel\": \"agba aja aja\",\n    \"beiges\": \"agba aja\",\n    \"beigy\": \"agba aja aja\",\n    \"beild\": \"dị\",\n    \"beylical\": \"bey Akwụkwọ Nsọ\",\n    \"beylik\": \"Beylik\",\n    \"bein\": \"nwee\",\n    \"being\": \"ịbụ\",\n    \"beingless\": \"enweghị\",\n    \"beingness\": \"ịbụ\",\n    \"beings\": \"ndi mmadu\",\n    \"beinked\": \"tụgharịrị\",\n    \"beinness\": \"ndidi\",\n    \"beyond\": \"n'ofe\",\n    \"beyondness\": \"enweghi ike\",\n    \"beyonds\": \"gafere\",\n    \"beyrichite\": \"Beyrichite\",\n    \"beirut\": \"Beirut\",\n    \"beys\": \"ihe a .ụ\",\n    \"beisance\": \"mmiri\",\n    \"beyship\": \"ihe omuma\",\n    \"bejabbers\": \"Uwe mkpuchi\",\n    \"bejabers\": \"Ihe mkpuchi\",\n    \"bejade\": \"jade\",\n    \"bejan\": \"Bejan\",\n    \"bejant\": \"adịkwala\",\n    \"bejazz\": \"ndukwe\",\n    \"bejeled\": \"kwara emo\",\n    \"bejeling\": \"na-eti mkpu\",\n    \"bejelled\": \"juru obi\",\n    \"bejelling\": \"na-eti mkpu\",\n    \"bejesuit\": \"Ebelebe\",\n    \"bejesus\": \"Ezenwata\",\n    \"bejeweled\": \"nwee ọla\",\n    \"bejeweling\": \"izuoke\",\n    \"bejewelled\": \"nwee ọla\",\n    \"bejewelling\": \"na-atụgharị uche\",\n    \"bejewels\": \"Agbala\",\n    \"bejig\": \"ndozi\",\n    \"bejuggle\": \"adị mfe\",\n    \"bejumble\": \"kwaa anwa\",\n    \"bejumbled\": \"turu uju\",\n    \"bejumbles\": \"gbarụọ\",\n    \"bejumbling\": \"na-eti mkpu\",\n    \"bekah\": \"beka\",\n    \"bekerchief\": \"ihe mkpuchi\",\n    \"bekick\": \"Onwuchekwa\",\n    \"bekilted\": \"ihe adighi\",\n    \"beking\": \"na-arịọ\",\n    \"bekissed\": \"Ogbela\",\n    \"bekisses\": \"Nwabueze\",\n    \"bekissing\": \"Onwuchekwa\",\n    \"bekko\": \"beko\",\n    \"beknighted\": \"lebere anya\",\n    \"beknighting\": \"ile anya\",\n    \"beknights\": \"mkpọtụ\",\n    \"beknit\": \"mkpọchi\",\n    \"beknived\": \"gbaghara\",\n    \"beknotted\": \"gbakere\",\n    \"beknottedness\": \"Ugboro abụọ\",\n    \"beknotting\": \"Uchechukwu\",\n    \"beknow\": \"mara\",\n    \"beknown\": \"maara\",\n    \"belabor\": \"belab\",\n    \"belabored\": \"okirikiri\",\n    \"belaboring\": \"na-akọ\",\n    \"belabors\": \"Ogbe\",\n    \"belabour\": \"Belabour\",\n    \"belaboured\": \"okpokoro\",\n    \"belabouring\": \"na-akọ\",\n    \"belace\": \"mgbịrịgba\",\n    \"belaced\": \"nwere ike\",\n    \"belady\": \"ikechukwu\",\n    \"beladied\": \"gbasaa\",\n    \"beladying\": \"inyinya\",\n    \"belage\": \"gbaghara\",\n    \"belah\": \"bela\",\n    \"belayed\": \"ebighebi\",\n    \"belayer\": \"onye na-egbu egbu\",\n    \"belaying\": \"Na-ebugharị\",\n    \"belam\": \"okpokoro\",\n    \"belamcanda\": \"Belamcanda\",\n    \"belamour\": \"agba ume\",\n    \"belander\": \"onye nkwutọ\",\n    \"belar\": \"belaị\",\n    \"belated\": \"nwee obi\",\n    \"belatedly\": \"n'atụghị anya\",\n    \"belatedness\": \"belateness\",\n    \"belating\": \"na-atụgharị uche\",\n    \"belatticed\": \"Onye ekwurekwu\",\n    \"belauded\": \"toro eto\",\n    \"belauder\": \"onye na-egbu mmụọ\",\n    \"belauding\": \"na-ekwupụta\",\n    \"belavendered\": \"gbanyere mkpọrọgwụ\",\n    \"belched\": \"belly\",\n    \"belches\": \"belis\",\n    \"belching\": \"na-atụgharị uche\",\n    \"beldame\": \"ogbe ahu\",\n    \"beldames\": \"aha ike\",\n    \"beldams\": \"bambam\",\n    \"beleaf\": \"Beleaf\",\n    \"beleaguer\": \"afụọnụ\",\n    \"beleaguered\": \"nwee nsogbu\",\n    \"beleaguerer\": \"onye anya mmiri\",\n    \"beleaguering\": \"legbagha\",\n    \"beleaguerment\": \"lekwasi anya\",\n    \"beleaguers\": \"ndị beleagu\",\n    \"beleap\": \"legha\",\n    \"beleaped\": \"kụrụ aka\",\n    \"beleaping\": \"na-eti mkpu\",\n    \"beleaps\": \"na-ada mba\",\n    \"beleapt\": \"na-akwa ákwá\",\n    \"beleave\": \"hapụzie\",\n    \"belection\": \"mkpọtụ\",\n    \"belecture\": \"họpụta\",\n    \"beledgered\": \"na-atụ ụjọ\",\n    \"beleed\": \"gbasaa\",\n    \"beleft\": \"leleft\",\n    \"belemnid\": \"adighi ike\",\n    \"belemnite\": \"adighi ike\",\n    \"belemnites\": \"ndị belemnites\",\n    \"belemnitic\": \"Belemnitic\",\n    \"belemnoid\": \"adighi anya\",\n    \"beleper\": \"agba ume\",\n    \"belesprit\": \"kelechi\",\n    \"beletter\": \"Beletteri\",\n    \"beleve\": \"Agbala\",\n    \"belfast\": \"Onyema\",\n    \"belfather\": \"Onyema\",\n    \"belfry\": \"nwechara\",\n    \"belfried\": \"Udochukwu\",\n    \"belfries\": \"agbatị\",\n    \"belgian\": \"Onye Belgium\",\n    \"belgians\": \"ndị belgians\",\n    \"bely\": \"kweta\",\n    \"belibeled\": \"ekwusi ike\",\n    \"belibeling\": \"na-atụgharị uche\",\n    \"belicoseness\": \"afọ ojuju\",\n    \"belie\": \"nkwenye\",\n    \"belied\": \"nkwenye\",\n    \"belief\": \"nkwenye\",\n    \"beliefful\": \"okwukwe zuru\",\n    \"belieffulness\": \"ikwere na nkwenye\",\n    \"beliefless\": \"ekweghi ekwe\",\n    \"beliefs\": \"nkwenkwe\",\n    \"belies\": \"afọ\",\n    \"believability\": \"nkwenye\",\n    \"believable\": \"nkwenye\",\n    \"believableness\": \"nkwenye\",\n    \"believably\": \"ikwere\",\n    \"believe\": \"kwere\",\n    \"believed\": \"kwere\",\n    \"believer\": \"kwere ekwe\",\n    \"believers\": \"ndị kwere ekwe\",\n    \"believes\": \"ekwere\",\n    \"believeth\": \"kwere\",\n    \"believing\": \"ikwere\",\n    \"believingly\": \"ikwere\",\n    \"beliing\": \"na-ekwenye\",\n    \"belying\": \"na-atụgharị uche\",\n    \"belyingly\": \"okwukwu\",\n    \"belike\": \"ma obu\",\n    \"belimousined\": \"ọ bụ ihe ijuanya\",\n    \"beliquor\": \"akwụkwọ ozi\",\n    \"beliquored\": \"nwere ike ịgbagha\",\n    \"beliquoring\": \"na-agbagha\",\n    \"beliquors\": \"ihe ndozi\",\n    \"belitter\": \"na-ewe iwe\",\n    \"belittle\": \"iweda n'ala\",\n    \"belittled\": \"wedara ala\",\n    \"belittlement\": \"nlelị\",\n    \"belittler\": \"nnweta ihere\",\n    \"belittlers\": \"ndị na-ekweghị ekwe\",\n    \"belittles\": \"adabaghị\",\n    \"belittling\": \"na-eweda ya ala\",\n    \"belive\": \"kwere\",\n    \"belk\": \"bel\",\n    \"bell\": \"mgbịrịgba\",\n    \"bellabella\": \"bella bella\",\n    \"bellacoola\": \"bella coola\",\n    \"bellbinder\": \"mgbịrịgba\",\n    \"bellbine\": \"mgbịrịgba\",\n    \"bellbird\": \"mgbada\",\n    \"bellbirds\": \"Udo buru\",\n    \"bellboy\": \"nwaanyi\",\n    \"bellboys\": \"mgbịrịgba\",\n    \"bellbottle\": \"mgbịrịgba\",\n    \"belled\": \"kụrụ mmụọ\",\n    \"belledom\": \"brikom\",\n    \"belleek\": \"mara\",\n    \"belleeks\": \"nwekwaranụ\",\n    \"bellehood\": \"Bellehood\",\n    \"belleric\": \"ọla\",\n    \"bellerophon\": \"mmmmmmmmmmmmm\",\n    \"belles\": \"Na Na Na\",\n    \"belleter\": \"mara mma\",\n    \"bellevue\": \"chọkwara\",\n    \"bellflower\": \"mgbịrịgba\",\n    \"bellhanger\": \"mgbịrịgba\",\n    \"bellhanging\": \"Na-ada ụda\",\n    \"bellhop\": \"mgbịrịgba\",\n    \"bellhops\": \"mgbịrịgba\",\n    \"belly\": \"afọ\",\n    \"bellyached\": \"gbadoro\",\n    \"bellyacher\": \"mgbịrịgba\",\n    \"bellyaching\": \"Ogechi\",\n    \"bellyband\": \"afọ ime\",\n    \"bellybutton\": \"eriri afọ\",\n    \"bellybuttons\": \"eriri afọ bọtịnụ\",\n    \"bellic\": \"kechie\",\n    \"bellical\": \"kechie\",\n    \"bellicism\": \"nkwanye ugwu\",\n    \"bellicist\": \"onye bellicist\",\n    \"bellicose\": \"Nwa Nwoke\",\n    \"bellicosely\": \"na-elile\",\n    \"bellicoseness\": \"nkwanye ugwu\",\n    \"bellicosity\": \"nkwanye ugwu\",\n    \"bellicosities\": \"nkwonkwo olu\",\n    \"bellied\": \"ekwuru\",\n    \"bellyer\": \"mgbịrịgba\",\n    \"bellies\": \"afọ\",\n    \"belliferous\": \"ihe di egwu\",\n    \"bellyfish\": \"azụ azụ\",\n    \"bellyflaught\": \"afọ ojuju\",\n    \"bellyful\": \"afọ ojuju\",\n    \"bellyfull\": \"afọ ojuju\",\n    \"bellyfulls\": \"afọ ojuju\",\n    \"bellyfuls\": \"afọ ojuju\",\n    \"belligerence\": \"ịlụ ọgụ\",\n    \"belligerency\": \"nkwanye ugwu\",\n    \"belligerencies\": \"esemokwu\",\n    \"belligerent\": \"na-alụ ọgụ\",\n    \"belligerently\": \"n'agha\",\n    \"belligerents\": \"na-agbasi mgba ike\",\n    \"bellying\": \"na-atụgharị uche\",\n    \"bellyland\": \"afọ ime\",\n    \"bellylike\": \"afọ dị ka afọ\",\n    \"bellyman\": \"afọ\",\n    \"belling\": \"na-akpọ\",\n    \"bellypiece\": \"afọ\",\n    \"bellypinch\": \"afọ ime\",\n    \"bellipotent\": \"onyekwere\",\n    \"bellite\": \"satịlaịtị\",\n    \"bellmaker\": \"mgbịrịgba\",\n    \"bellmaking\": \"bgba mgbịrịgba\",\n    \"bellman\": \"Ogbodo\",\n    \"bellmaster\": \"nna ukwu\",\n    \"bellmen\": \"mgbịrịgba\",\n    \"bellmouth\": \"Uzoamaka\",\n    \"bellmouthed\": \"Uzoamaka\",\n    \"bello\": \"bellon\",\n    \"bellonian\": \"Na-achị\",\n    \"bellowing\": \"na-atụgharị uche\",\n    \"bellowsful\": \"ihere\",\n    \"bellowsman\": \"onyenze\",\n    \"bellpulls\": \"mgbịrịgba\",\n    \"bellrags\": \"mgbịrịgba\",\n    \"bells\": \"mgbịrịgba\",\n    \"belltail\": \"mgbịrịgba\",\n    \"belltopper\": \"mgbịrịgba\",\n    \"bellwaver\": \"mgbịrịgba\",\n    \"bellweather\": \"iheanacho\",\n    \"bellweed\": \"Udochi\",\n    \"bellwether\": \"ikechukwu\",\n    \"bellwethers\": \"ndị nne na nna\",\n    \"bellwine\": \"okwudim\",\n    \"bellwort\": \"mgbada\",\n    \"bellworts\": \"mgbịrịgba\",\n    \"belock\": \"gbue mkpọchi\",\n    \"beloeilite\": \"Uzoigwe\",\n    \"belomancy\": \"Uchechukwu\",\n    \"belone\": \"iche\",\n    \"belonephobia\": \"Anyanwu\",\n    \"belonesite\": \"Okwute\",\n    \"belong\": \"bu nke\",\n    \"belonged\": \"bụ nke\",\n    \"belonger\": \"onye nwe\",\n    \"belonging\": \"nke\",\n    \"belongings\": \"ihe onwunwe\",\n    \"belongs\": \"bụ\",\n    \"belonid\": \"iheanacho\",\n    \"belonoid\": \"ikekwe\",\n    \"belonosphaerite\": \"lonbụ belonosphaerite\",\n    \"belook\": \"lelee anya\",\n    \"belord\": \"Onye nwe ụlọ\",\n    \"belorussian\": \"Asụsụ Belorussian\",\n    \"belostoma\": \"Ahụhụ\",\n    \"belotte\": \"lotlọ\",\n    \"belouke\": \"Ikechukwu\",\n    \"belove\": \"afụnọ\",\n    \"beloved\": \"ndị m hụrụ n'anya\",\n    \"beloveds\": \"ndị m hụrụ n'anya\",\n    \"below\": \"n'okpuru\",\n    \"belowdecks\": \"okpuru\",\n    \"belowground\": \"n'okpuru ala\",\n    \"belows\": \"n'okpuru\",\n    \"belowstairs\": \"n'okpuru\",\n    \"belozenged\": \"ihe ọkụ\",\n    \"bels\": \"ọla\",\n    \"belshazzar\": \"belshaza\",\n    \"belshazzaresque\": \"Ikenna Ojukwu\",\n    \"belswagger\": \"Onyeka Onwenu\",\n    \"beltcourse\": \"eriri\",\n    \"belted\": \"beliti\",\n    \"belting\": \"na-eme mkpọtụ\",\n    \"beltings\": \"eriri\",\n    \"beltline\": \"eriri belt\",\n    \"beltlines\": \"eriri belt\",\n    \"beltmaker\": \"onye na-eke belt\",\n    \"beltmaking\": \"eriri belt\",\n    \"beltmen\": \"eriri ụmụ nwoke\",\n    \"belts\": \"eriri\",\n    \"beltway\": \"eriri igwe\",\n    \"beltways\": \"eriri igwe\",\n    \"beltwise\": \"belly\",\n    \"belute\": \"iru\",\n    \"belve\": \"eriri afọ\",\n    \"belvedered\": \"ezuru\",\n    \"belvederes\": \"belvedere\",\n    \"belverdian\": \"nwaanyi\",\n    \"bema\": \"bụrụ\",\n    \"bemadamed\": \"acha uhie uhie\",\n    \"bemadaming\": \"ịdị mma n'anya\",\n    \"bemadams\": \"bemadam\",\n    \"bemadden\": \"Ogbe\",\n    \"bemaddened\": \"anya\",\n    \"bemaddening\": \"ịdị ọcha\",\n    \"bemaddens\": \"ịdị ọcha\",\n    \"bemail\": \"ozi\",\n    \"bemaim\": \"mechaa\",\n    \"bemajesty\": \"ịdị ọcha\",\n    \"bemangle\": \"Ogha\",\n    \"bemantle\": \"gbasasie\",\n    \"bemar\": \"bụrụ\",\n    \"bemartyr\": \"Udochukwu\",\n    \"bemas\": \"bema\",\n    \"bemask\": \"okooko osisi\",\n    \"bemaster\": \"onye ndozi\",\n    \"bemaul\": \"ime ihe\",\n    \"bemazed\": \"juru ya anya\",\n    \"bemeal\": \"iti mkpu\",\n    \"bemean\": \"bean\",\n    \"bemeaned\": \"na-eti mkpu\",\n    \"bemeaning\": \"na-eti mkpu\",\n    \"bemeans\": \"bekee\",\n    \"bemedaled\": \"be mara mma\",\n    \"bemedalled\": \"amaghi\",\n    \"bemeet\": \"beet\",\n    \"bementite\": \"ndetu\",\n    \"bemercy\": \"ịbụ onye amụrụ\",\n    \"bemingle\": \"otiti\",\n    \"bemingled\": \"maa jijiji\",\n    \"bemingles\": \"mgbịrịgba\",\n    \"bemingling\": \"na-ada ụda\",\n    \"beminstrel\": \"Ngwurugwu\",\n    \"bemire\": \"nwee ọchị\",\n    \"bemired\": \"chịrị ọchị\",\n    \"bemirement\": \"ọchị\",\n    \"bemires\": \"ọchị\",\n    \"bemiring\": \"na-atụ ụjọ\",\n    \"bemirror\": \"ihe ijuanya\",\n    \"bemirrorment\": \"ihe ijuanya\",\n    \"bemisted\": \"tiri aka\",\n    \"bemisting\": \"na-eti mkpu\",\n    \"bemistress\": \"anwansi\",\n    \"bemitered\": \"dika\",\n    \"bemitred\": \"but\",\n    \"bemixing\": \"na-ada ụda\",\n    \"bemixt\": \"mkpọchi\",\n    \"bemoan\": \"mora\",\n    \"bemoanable\": \"na-ada mba\",\n    \"bemoaned\": \"akwa ákwá\",\n    \"bemoaner\": \"akwa ákwá\",\n    \"bemoaning\": \"na-akwa ákwá\",\n    \"bemoaningly\": \"na-eti mkpu\",\n    \"bemoans\": \"bemị\",\n    \"bemoat\": \"iti mkpu\",\n    \"bemock\": \"mkpọtụ\",\n    \"bemocked\": \"na-ama jijiji\",\n    \"bemocking\": \"na-atụ egwu\",\n    \"bemocks\": \"mkpọtụ\",\n    \"bemoil\": \"Bemol\",\n    \"bemoisten\": \"mechie\",\n    \"bemol\": \"Bemol\",\n    \"bemole\": \"Bemol\",\n    \"bemolt\": \"Bemol\",\n    \"bemonster\": \"Anụmanụ\",\n    \"bemoon\": \"mgbama\",\n    \"bemotto\": \"Bemotto\",\n    \"bemoult\": \"ọgba aghara\",\n    \"bemourn\": \"bere nyinaa\",\n    \"bemouth\": \"Bemouth\",\n    \"bemuck\": \"gafere\",\n    \"bemud\": \"Ogbe\",\n    \"bemuddy\": \"Ogbe\",\n    \"bemuddle\": \"Okwu anwu\",\n    \"bemuddled\": \"ihe ijuanya\",\n    \"bemuddlement\": \"Nkwado\",\n    \"bemuddles\": \"bekee\",\n    \"bemuddling\": \"Ogbe\",\n    \"bemurmured\": \"gbaghaara\",\n    \"bemurmuring\": \"na-egbu mmụọ\",\n    \"bemused\": \"ihe isi ike\",\n    \"bemusedly\": \"ihe ojoo\",\n    \"bemusement\": \"mkpọchi\",\n    \"bemuses\": \"mkpọchi\",\n    \"bemusing\": \"na-atọ ọchị\",\n    \"bemuslined\": \"gbasaa\",\n    \"bemuzzled\": \"gbachiri anyị\",\n    \"bemuzzling\": \"na-atụgharị uche\",\n    \"benadryl\": \"Uchenna Nwogu\",\n    \"benames\": \"aha\",\n    \"benasty\": \"ihe na-atọ ụtọ\",\n    \"benchboard\": \"bench\",\n    \"bencher\": \"oche ntụ\",\n    \"benchers\": \"oche anakpo\",\n    \"benchership\": \"ebe obibi\",\n    \"benches\": \"oche\",\n    \"benchfellow\": \"ocheeze\",\n    \"benchful\": \"na-eche echiche\",\n    \"benchless\": \"enweghị isi\",\n    \"benchlet\": \"bench set\",\n    \"benchman\": \"onye isi oche\",\n    \"benchmar\": \"benchmark\",\n    \"benchmarks\": \"benchmark\",\n    \"benchmen\": \"ndị bench bench\",\n    \"benchwork\": \"ihe ndozi\",\n    \"bend\": \"ehulata\",\n    \"bendable\": \"ehulata\",\n    \"benday\": \"gbagọrọ agbagọ\",\n    \"bendayed\": \"gbagọrọ agbagọ\",\n    \"bendaying\": \"ekwe ekwe\",\n    \"bendays\": \"ekwe ntị\",\n    \"bended\": \"gbagọrọ agbagọ\",\n    \"bendees\": \"Ebele\",\n    \"bendell\": \"bendel\",\n    \"benders\": \"Benders\",\n    \"bendy\": \"gbagọrọ agbagọ\",\n    \"bending\": \"ekwe\",\n    \"bendingly\": \"ekwe\",\n    \"bendys\": \"ekwe\",\n    \"bends\": \"ekwe\",\n    \"bendsome\": \"gbagọrọ agbagọ\",\n    \"bendwise\": \"gbagọrọ agbagọ\",\n    \"bene\": \"N'okpuru\",\n    \"beneaped\": \"mechie\",\n    \"beneath\": \"okpuru\",\n    \"beneception\": \"nchebara echiche\",\n    \"beneceptive\": \"na-elebara anya\",\n    \"beneceptor\": \"onye enyemaka\",\n    \"benedict\": \"gozie\",\n    \"benediction\": \"Ngọzi\",\n    \"benedictional\": \"Ngọzi\",\n    \"benedictive\": \"Ahụhụ\",\n    \"benedictively\": \"benedictive dị\",\n    \"benefact\": \"ebere\",\n    \"benefaction\": \"ebere\",\n    \"benefactions\": \"uru\",\n    \"benefactive\": \"na-enyere aka\",\n    \"benefactor\": \"onye na-eme ebere\",\n    \"benefactory\": \"uru\",\n    \"benefactors\": \"ndị na-eme ebere\",\n    \"benefactorship\": \"ọrụ ebere\",\n    \"benefactress\": \"onye enyemaka\",\n    \"benefactresses\": \"ndi ebere\",\n    \"benefactrices\": \"ọrụ ebere\",\n    \"benefactrix\": \"ọactụ\",\n    \"benefactrixes\": \"ọactụ\",\n    \"benefic\": \"Uru\",\n    \"benefice\": \"erite uru\",\n    \"beneficed\": \"uru\",\n    \"beneficeless\": \"enweghị uru\",\n    \"beneficence\": \"uru\",\n    \"beneficences\": \"erite uru\",\n    \"beneficency\": \"uru\",\n    \"beneficent\": \"nweta ihe\",\n    \"beneficential\": \"bara uru\",\n    \"beneficently\": \"bara uru\",\n    \"benefices\": \"uru\",\n    \"beneficiaire\": \"Na-erite uru\",\n    \"beneficial\": \"bara uru\",\n    \"beneficially\": \"bara uru\",\n    \"beneficialness\": \"ịba uru\",\n    \"beneficiary\": \"uru\",\n    \"beneficiaries\": \"ndị ga-erite uru\",\n    \"beneficiaryship\": \"Onyinye\",\n    \"beneficiate\": \"na-erite uru\",\n    \"beneficiated\": \"uru\",\n    \"beneficiating\": \"na-erite uru\",\n    \"beneficiation\": \"uru\",\n    \"beneficience\": \"uru\",\n    \"beneficient\": \"erite uru\",\n    \"beneficing\": \"na-erite uru\",\n    \"beneficium\": \"nwee uru\",\n    \"benefit\": \"uru\",\n    \"benefited\": \"uru\",\n    \"benefiter\": \"erite uru\",\n    \"benefiting\": \"na-erite uru\",\n    \"benefits\": \"uru\",\n    \"benefitted\": \"erite uru\",\n    \"benefitting\": \"na-erite uru\",\n    \"beneighbored\": \"dị n'okpuru\",\n    \"benempt\": \"ihe nzuzu\",\n    \"benempted\": \"leghaara anya\",\n    \"benetted\": \"etinyere\",\n    \"benetting\": \"na-achịkwa\",\n    \"beneurous\": \"nwee obi ebere\",\n    \"beneventan\": \"Igha\",\n    \"beneventana\": \"okpuru\",\n    \"benevolence\": \"obiọma\",\n    \"benevolences\": \"obiọma\",\n    \"benevolency\": \"ebere\",\n    \"benevolent\": \"obiọma\",\n    \"benevolently\": \"obiọma\",\n    \"benevolentness\": \"obiọma\",\n    \"benevolist\": \"Onye na-akwado ihe\",\n    \"benic\": \"benicha\",\n    \"benighted\": \"nwechara\",\n    \"benightedness\": \"nweghi ike\",\n    \"benighten\": \"gharazie\",\n    \"benighting\": \"ndiigbo\",\n    \"benightment\": \"nwekwuo ike\",\n    \"benign\": \"enweghị isi\",\n    \"benignancy\": \"nwechara\",\n    \"benignancies\": \"ụlọ ọrụ\",\n    \"benignant\": \"enweghi obi ojoo\",\n    \"benignity\": \"enweghị isi\",\n    \"benignities\": \"nsogbu\",\n    \"benignness\": \"enweghị isi\",\n    \"beniseed\": \"kwụrụ\",\n    \"benisons\": \"benisọn\",\n    \"benjamins\": \"benjamin\",\n    \"benjy\": \"Ezenwanyi\",\n    \"benmost\": \"kasị\",\n    \"bennel\": \"benne\",\n    \"bennes\": \"bennis\",\n    \"bennets\": \"bennetị\",\n    \"bennies\": \"Ebe obibi\",\n    \"benorth\": \"Onye Ozi\",\n    \"bensh\": \"ihe ntanet\",\n    \"benshee\": \"banshee\",\n    \"benshi\": \"bensin\",\n    \"bensil\": \"bensin\",\n    \"bent\": \"kpudo\",\n    \"benthamic\": \"Iheanyi\",\n    \"benthic\": \"Emechie\",\n    \"benty\": \"Iri-abuo\",\n    \"bentiness\": \"na-ehulata\",\n    \"benting\": \"na-ehulata\",\n    \"bentlet\": \"bentley\",\n    \"bentonitic\": \"bentonite\",\n    \"bents\": \"gwọọ\",\n    \"bentstar\": \"kpakpando\",\n    \"benumbedness\": \"enweghi ike\",\n    \"benweed\": \"nwewe\",\n    \"benzenyl\": \"Uzoamaka\",\n    \"benzilic\": \"benzil\",\n    \"benzyls\": \"Umu Obiligbo\",\n    \"benziminazole\": \"benzimidazole\",\n    \"benzine\": \"benzene\",\n    \"benzoated\": \"benzoate\",\n    \"benzofuryl\": \"Uzoamakiri\",\n    \"benzoic\": \"benzoik\",\n    \"benzoyl\": \"Uzoamaka\",\n    \"benzoylating\": \"zomụbaị\",\n    \"benzoyls\": \"benzoyl\",\n    \"benzoins\": \"benzoin\",\n    \"benzolize\": \"Benzolize\",\n    \"benzols\": \"benzol\",\n    \"benzoxyphenanthrene\": \"benzo phenanthrene\",\n    \"benzpinacone\": \"benzopinacolone\",\n    \"benzpyrene\": \"mmmmmmmmmmmmm\",\n    \"benzthiophen\": \"Uzoamaka\",\n    \"beothuk\": \"Beothuk\",\n    \"beothukan\": \"Beothuk\",\n    \"beowulf\": \"Onwuchekwa\",\n    \"bepaid\": \"akwụ ụgwọ\",\n    \"bepainted\": \"achacha\",\n    \"bepainting\": \"na-egbu mmụọ\",\n    \"bepale\": \"acha uhie uhie\",\n    \"bepaper\": \"akwukwo\",\n    \"beparody\": \"ihe nzuzu\",\n    \"bepart\": \"anụrị\",\n    \"bepaste\": \"ihe ndozi\",\n    \"bepastured\": \"ekpenta\",\n    \"bepat\": \"mgbatị\",\n    \"bepatched\": \"wepụtara\",\n    \"bepearl\": \"anụ ọhịa\",\n    \"bepelt\": \"amala\",\n    \"bepen\": \"bekee\",\n    \"beperiwigged\": \"agbachitere\",\n    \"bepester\": \"Okpukpo\",\n    \"bepewed\": \"emewo\",\n    \"bephilter\": \"emekpa\",\n    \"bepicture\": \"mfe\",\n    \"bepiece\": \"ihe mara mma\",\n    \"bepierce\": \"na-ada ụda\",\n    \"bepile\": \"akpịrị\",\n    \"bepill\": \"ọnya\",\n    \"bepillared\": \"ọnya\",\n    \"bepimple\": \"ọnya\",\n    \"bepimpled\": \"Ọrịa\",\n    \"bepimples\": \"akpịrị\",\n    \"bepimpling\": \"ihe mgbagwoju anya\",\n    \"bepistoled\": \"amala anya\",\n    \"bepity\": \"ike\",\n    \"beplague\": \"mmụọ\",\n    \"beplaided\": \"na-atụgharị uche\",\n    \"beplaster\": \"okpu\",\n    \"beplumed\": \"gbue ihu\",\n    \"bepommel\": \"okpokoro\",\n    \"bepray\": \"kpọọ\",\n    \"bepraisement\": \"obi ụtọ\",\n    \"bepraiser\": \"ihe ike\",\n    \"bepranked\": \"a ga-ama\",\n    \"bepreach\": \"nkwusa ozi ọma\",\n    \"bepress\": \"bekee\",\n    \"bepretty\": \"ntughari\",\n    \"beprose\": \"Nwee\",\n    \"bepuddle\": \"beududdle\",\n    \"bepuffed\": \"gbasasịa\",\n    \"bepurple\": \"ihe ojoo\",\n    \"bepuzzlement\": \"okpokoro\",\n    \"bequalm\": \"ihe ndozi\",\n    \"bequeath\": \"ihe ọ .ụ .ụ\",\n    \"bequeathable\": \"ihe nketa\",\n    \"bequeathal\": \"ihe nketa\",\n    \"bequeathed\": \"nyere ya iwu\",\n    \"bequeather\": \"akwụkwọ ozi\",\n    \"bequeathing\": \"na-enye iwu\",\n    \"bequeathment\": \"ihe omuma\",\n    \"bequeaths\": \"ihe edeturu\",\n    \"bequest\": \"ihe niile\",\n    \"bequests\": \"okpono\",\n    \"bequote\": \"ihe ndozi\",\n    \"beray\": \"belay\",\n    \"berakah\": \"Berakah\",\n    \"beraked\": \"Berakedị\",\n    \"berakes\": \"Berakes\",\n    \"beraking\": \"na-amụ anya\",\n    \"berakoth\": \"Berakọt\",\n    \"berascaled\": \"gbaghara\",\n    \"berascaling\": \"ịdị ọcha\",\n    \"berascals\": \"mgbanyụ ọkụ\",\n    \"berat\": \"Berat\",\n    \"berated\": \"gbaghara\",\n    \"berates\": \"ekwuru\",\n    \"berating\": \"na-eti mkpu\",\n    \"berattle\": \"nwee obi uto\",\n    \"beraunite\": \"Ohere\",\n    \"berber\": \"akpụ akpụ\",\n    \"berbery\": \"ịba ụba\",\n    \"berberia\": \"Berberia\",\n    \"berberian\": \"onyeberi\",\n    \"berberid\": \"kụrụ\",\n    \"berberidaceous\": \"igbankwu\",\n    \"berberis\": \"ụlọ\",\n    \"berberry\": \"beri\",\n    \"berbers\": \"akpụkụ\",\n    \"berceaunette\": \"ebelebe\",\n    \"bercelet\": \"osikapa\",\n    \"berceuse\": \"nwere ike\",\n    \"berceuses\": \"ụlọ ọrụ\",\n    \"berchemia\": \"ụlọ mmiri\",\n    \"berchta\": \"ụlọ\",\n    \"berdache\": \"ịdọ aka ná ntị\",\n    \"berdaches\": \"ụlọ mmiri\",\n    \"bereave\": \"iru uju\",\n    \"bereaved\": \"mmadụ nwụnahụrụ\",\n    \"bereavement\": \"nwụnahụrụ\",\n    \"bereavements\": \"iru uju\",\n    \"bereaven\": \"nwụnahụrụ\",\n    \"bereaver\": \"onye mmadụ nwụnahụrụ\",\n    \"bereavers\": \"ndị mmadụ nwụnahụrụ\",\n    \"bereaves\": \"na-eru uju\",\n    \"bereaving\": \"na-eru uju\",\n    \"bereft\": \"bere\",\n    \"berend\": \"bere\",\n    \"berengelite\": \"bere\",\n    \"bereshith\": \"Ugbor\",\n    \"beresite\": \"egbu egbu\",\n    \"beret\": \"nwee obi mgbawa\",\n    \"beretta\": \"biretta\",\n    \"berettas\": \"Berettas\",\n    \"berg\": \"akụ\",\n    \"bergalith\": \"nduku\",\n    \"bergall\": \"ụlọ\",\n    \"bergama\": \"igha\",\n    \"bergamasca\": \"ụlọ bergamasca\",\n    \"bergamasche\": \"ụlọ bergamasche\",\n    \"bergamask\": \"ụlọ bergamask\",\n    \"bergamiol\": \"ụlọ bergamiol\",\n    \"bergamots\": \"ụlọ bergamot\",\n    \"bergander\": \"bred\",\n    \"berger\": \"blọgụ\",\n    \"bergere\": \"igwu\",\n    \"bergeres\": \"ụlọ\",\n    \"bergeret\": \"Iheanacho\",\n    \"bergerette\": \"igodo\",\n    \"bergfall\": \"ịda mba\",\n    \"berggylt\": \"Chidinma\",\n    \"bergh\": \"Ogbe\",\n    \"bergy\": \"ike\",\n    \"bergylt\": \"ergylọ ike\",\n    \"berginization\": \"ntinye aka\",\n    \"berginize\": \"berginị\",\n    \"berglet\": \"igodo\",\n    \"bergman\": \"Onyema\",\n    \"bergmannite\": \"Iheanacho\",\n    \"bergomask\": \"igwu\",\n    \"bergs\": \"akụ\",\n    \"bergschrund\": \"igbankwu\",\n    \"bergsonian\": \"Asụsụ Bergson\",\n    \"bergsonism\": \"nkwanye ugwu\",\n    \"bergut\": \"igwu\",\n    \"berhymed\": \"ikeji\",\n    \"berhyming\": \"inyocha\",\n    \"beribanded\": \"gbanwere\",\n    \"beribbon\": \"beribọn\",\n    \"beribboned\": \"achọrọ\",\n    \"beriberic\": \"ndagwurugwu\",\n    \"beribers\": \"ọla edo\",\n    \"beride\": \"ịkwado\",\n    \"beryllate\": \"beryl\",\n    \"beryllonite\": \"bellụlon\",\n    \"beryllosis\": \"mmmmmmmmmmmmm\",\n    \"beryls\": \"brọs\",\n    \"berimed\": \"gbanwere\",\n    \"berimes\": \"oge\",\n    \"beriming\": \"na-achọ\",\n    \"bering\": \"na-egwu egwu\",\n    \"beringed\": \"gbụrụ\",\n    \"beringite\": \"na-agba akaebe\",\n    \"beringleted\": \"agbago\",\n    \"berith\": \"igho\",\n    \"berk\": \"brik\",\n    \"berkeleianism\": \"nkwonkwo\",\n    \"berkeleyism\": \"nkwanye ugwu\",\n    \"berkeleyite\": \"ndiegwu\",\n    \"berkovets\": \"kụrụ\",\n    \"berkowitz\": \"mmmmmmmmmmmmm\",\n    \"berkshire\": \"mmmmmmmmmmmmm\",\n    \"berley\": \"bali\",\n    \"berlina\": \"ụlọ\",\n    \"berline\": \"ịdọ aka ná ntị\",\n    \"berliner\": \"bekee\",\n    \"berliners\": \"ndị berlin\",\n    \"berlines\": \"usoro\",\n    \"berlinite\": \"ichoro\",\n    \"berlinize\": \"duzie\",\n    \"berlins\": \"brọda\",\n    \"berloque\": \"ụlọ\",\n    \"berm\": \"osisi\",\n    \"bermensch\": \"Akpa\",\n    \"bermes\": \"mbadamba\",\n    \"berms\": \"okpu\",\n    \"bermudas\": \"Ogbe\",\n    \"bermudians\": \"ndị Bermudian\",\n    \"bermudite\": \"ụlọikwuu\",\n    \"berne\": \"ụlọ\",\n    \"berninesque\": \"Uzochi\",\n    \"bernoullian\": \"Onye-isi\",\n    \"berob\": \"Ukwuu\",\n    \"berobed\": \"na-atụgharị anya\",\n    \"beroe\": \"Beroe\",\n    \"beroll\": \"bido\",\n    \"berossos\": \"Berossos\",\n    \"berouged\": \"gbagwojuru anya\",\n    \"beround\": \"gburugburu\",\n    \"berreave\": \"mgbanyụ\",\n    \"berreaved\": \"gbanyere mkpọrọgwụ\",\n    \"berreaves\": \"mgbanyụ\",\n    \"berreaving\": \"na-ahapụ\",\n    \"berrendo\": \"mgbago\",\n    \"berrettas\": \"mbadamba\",\n    \"berrettino\": \"mbukota\",\n    \"berry\": \"beri\",\n    \"berrybush\": \"beribush\",\n    \"berrichonne\": \"nwaigbo\",\n    \"berried\": \"gbara ụka\",\n    \"berrier\": \"ihe mgbochi\",\n    \"berries\": \"mkpụrụ osisi\",\n    \"berrigan\": \"Anyi\",\n    \"berrying\": \"beri\",\n    \"berryless\": \"enweghị atụ\",\n    \"berrylike\": \"dị ka beri\",\n    \"berryman\": \"onye beri\",\n    \"berrypicker\": \"ihe nrachi\",\n    \"berrypicking\": \"beri na-atụtụ\",\n    \"bersagliere\": \"Ukwuu\",\n    \"bersaglieri\": \"Udochukwu\",\n    \"berserk\": \"Udochukwu\",\n    \"berserker\": \"Udochukwu\",\n    \"berserks\": \"Udochi\",\n    \"berskin\": \"Akpụkpọ anụ\",\n    \"berstel\": \"Ikechukwu\",\n    \"berth\": \"ndina\",\n    \"berthage\": \"ihe obula\",\n    \"berthed\": \"bertert\",\n    \"berther\": \"mbadamba\",\n    \"berthing\": \"na-agbanye\",\n    \"berthold\": \"nwaeze\",\n    \"bertholletia\": \"nnweta\",\n    \"berths\": \"ụlọ elu\",\n    \"bertrand\": \"Onyinyechi\",\n    \"bertrandite\": \"ebelebe\",\n    \"beruffed\": \"achọrọ\",\n    \"beruffled\": \"amala jijiji\",\n    \"berun\": \"berọn\",\n    \"berust\": \"brik\",\n    \"berwick\": \"ụlọ\",\n    \"berzelianite\": \"Onyema\",\n    \"berzeliite\": \"Onyema\",\n    \"bes\": \"Ihe Osisi\",\n    \"besagne\": \"gbasaa\",\n    \"besague\": \"ekwenyeghi\",\n    \"besaiel\": \"sie\",\n    \"besaile\": \"sie ike\",\n    \"besayle\": \"dafere\",\n    \"besaint\": \"gbue\",\n    \"besanctify\": \"igbasa\",\n    \"besand\": \"mgbaghara\",\n    \"besant\": \"dị mkpa\",\n    \"bescab\": \"mbukota\",\n    \"bescarf\": \"obcar\",\n    \"bescatter\": \"gbasaa\",\n    \"bescent\": \"agbasaghị\",\n    \"bescorch\": \"were ya\",\n    \"bescorched\": \"echekwara\",\n    \"bescorches\": \"agbachitere\",\n    \"bescorching\": \"na-agbakwunye\",\n    \"bescour\": \"merie\",\n    \"bescoured\": \"okpu\",\n    \"bescourge\": \"wakpoo\",\n    \"bescouring\": \"na-achọ mma\",\n    \"bescours\": \"agbamume\",\n    \"bescratch\": \"mbupu\",\n    \"bescrawl\": \"itughari\",\n    \"bescreen\": \"ewepụ\",\n    \"bescreened\": \"ewepu\",\n    \"bescreening\": \"ịgbanyụ\",\n    \"bescribble\": \"kwupụtara\",\n    \"bescribbled\": \"kwupụtara\",\n    \"bescribbling\": \"na-akọwa\",\n    \"bescurf\": \"mbido\",\n    \"bescurvy\": \"chọrọ\",\n    \"bescutcheon\": \"ichoro\",\n    \"besee\": \"rịọ\",\n    \"beseech\": \"rịọ\",\n    \"beseeched\": \"kpọọ\",\n    \"beseecher\": \"onye na-arịọ arịrịọ\",\n    \"beseechers\": \"ndị na-arịọ arịrịọ\",\n    \"beseeches\": \"rịọ\",\n    \"beseeching\": \"na-arịọ\",\n    \"beseechingly\": \"n’ekpere\",\n    \"beseechingness\": \"na-arịọ\",\n    \"beseechment\": \"rịọ\",\n    \"beseek\": \"rịọ\",\n    \"beseeming\": \"ebe a\",\n    \"beseemingly\": \"n'adịghị ike\",\n    \"beseemingness\": \"ịdị ka\",\n    \"beseemly\": \"yiri\",\n    \"beseemliness\": \"izu ike\",\n    \"beseems\": \"beseze\",\n    \"beseige\": \"nọchibido ya\",\n    \"besetment\": \"sie ike\",\n    \"besets\": \"na-edozi\",\n    \"besetter\": \"nwee ihe\",\n    \"besetters\": \"na-emetụta\",\n    \"besetting\": \"na-agbakwunye\",\n    \"beshade\": \"kwue\",\n    \"beshadow\": \"mbibi\",\n    \"beshadowed\": \"kpuchiri\",\n    \"beshadowing\": \"na-ekpuchi\",\n    \"beshadows\": \"mbibi\",\n    \"beshamed\": \"ihere\",\n    \"beshames\": \"abụrụ\",\n    \"beshaming\": \"na-ekpuchi\",\n    \"beshear\": \"bekee\",\n    \"beshell\": \"obia\",\n    \"beshivered\": \"beshiere\",\n    \"beshivering\": \"Na-agwụ ike\",\n    \"beshivers\": \"ndị na-achị achị\",\n    \"beshod\": \"Bọd\",\n    \"beshout\": \"kpọọ\",\n    \"beshouted\": \"kpọọ\",\n    \"beshouting\": \"na-akpọ oku\",\n    \"beshouts\": \"kpọọ oku\",\n    \"beshow\": \"nwe\",\n    \"beshower\": \"weghaara\",\n    \"beshrewed\": \"gbanwere\",\n    \"beshrouded\": \"nteke\",\n    \"beshrouding\": \"nteke\",\n    \"besiclometer\": \"bicomita\",\n    \"beside\": \"n'akụkụ\",\n    \"besides\": \"e wezụga\",\n    \"besiege\": \"nọchibido ya\",\n    \"besieged\": \"nọchibidoro\",\n    \"besiegement\": \"nnọchibido\",\n    \"besieger\": \"nọchibido\",\n    \"besiegers\": \"ndị nnọchibido\",\n    \"besieges\": \"nọchibido ya\",\n    \"besieging\": \"ịnọchibido\",\n    \"besiegingly\": \"sie ike\",\n    \"besigh\": \"nọchisie ike\",\n    \"besilver\": \"na-ebibi\",\n    \"besing\": \"na-achọ\",\n    \"besit\": \"icho\",\n    \"beslabber\": \"mbinye aka\",\n    \"beslap\": \"gbanye\",\n    \"beslave\": \"ịgba ohu\",\n    \"beslaved\": \"ohu\",\n    \"beslaver\": \"hapụ ya\",\n    \"besleeve\": \"hapụ ya\",\n    \"beslimed\": \"gbachiri\",\n    \"beslimer\": \"gbasaa\",\n    \"beslimes\": \"abali\",\n    \"besliming\": \"na-agbaghara\",\n    \"beslings\": \"kpọọ\",\n    \"beslipper\": \"osikapa\",\n    \"beslobber\": \"loblọ mmanya\",\n    \"beslubber\": \"itinye aka\",\n    \"beslur\": \"gbaghara\",\n    \"beslushed\": \"kpọọ\",\n    \"besmear\": \"kpebisie ike\",\n    \"besmeared\": \"kpọgidere\",\n    \"besmearer\": \"na-atụ ụjọ\",\n    \"besmearing\": \"na-arịọ\",\n    \"besmears\": \"na-arịọ\",\n    \"besmell\": \"kpo oku\",\n    \"besmile\": \"itu onu\",\n    \"besmiled\": \"okpotokpu\",\n    \"besmiles\": \"gbachiri\",\n    \"besmiling\": \"na-enye aka\",\n    \"besmirch\": \"mbibi\",\n    \"besmirched\": \"gbachiri\",\n    \"besmircher\": \"nwaabia\",\n    \"besmirchers\": \"ndị isi\",\n    \"besmirches\": \"ndozi\",\n    \"besmirching\": \"na-agbachi\",\n    \"besmirchment\": \"ndozi\",\n    \"besmoke\": \"kpoo\",\n    \"besmoked\": \"tinye\",\n    \"besmokes\": \"okpokoro\",\n    \"besmoking\": \"na-arịọ\",\n    \"besmooth\": \"jikwaa\",\n    \"besmoothed\": \"kpokoro\",\n    \"besmoothing\": \"Na-asọ oyi\",\n    \"besmooths\": \"mbibi\",\n    \"besmother\": \"nne\",\n    \"besmottered\": \"jisie ike\",\n    \"besmouch\": \"dozie\",\n    \"besmudge\": \"kwenye\",\n    \"besmudged\": \"gbaghaara\",\n    \"besmudges\": \"ndozi\",\n    \"besmudging\": \"Na-agbagha\",\n    \"besmutch\": \"ndokwa\",\n    \"besmutted\": \"emeka\",\n    \"besmutting\": \"na-agbagbu\",\n    \"besnare\": \"ọnye\",\n    \"besneer\": \"ekpudo\",\n    \"besnivel\": \"adighi ike\",\n    \"besnow\": \"kpochapu\",\n    \"besnowed\": \"okpu\",\n    \"besnowing\": \"na-amagharị\",\n    \"besnows\": \"okpu\",\n    \"besnuff\": \"eburu\",\n    \"besodden\": \"achọrọ\",\n    \"besogne\": \"ichi\",\n    \"besoil\": \"rịọ\",\n    \"besoot\": \"rịọ\",\n    \"besoothe\": \"kpọọ\",\n    \"besoothed\": \"kpọọ\",\n    \"besoothement\": \"rịọ arịrịọ\",\n    \"besoothing\": \"kpọọ ihe\",\n    \"besort\": \"chọọ\",\n    \"besot\": \"ibot\",\n    \"besotment\": \"mbibi\",\n    \"besots\": \"bọs\",\n    \"besotted\": \"achọrọ\",\n    \"besottedly\": \"n'egbughị oge\",\n    \"besottedness\": \"nkwanye ugwu\",\n    \"besotting\": \"Na-achọ\",\n    \"besottingly\": \"n'egbughị oge\",\n    \"besought\": \"rịọ\",\n    \"besoul\": \"rịọ\",\n    \"besour\": \"rịọ\",\n    \"bespake\": \"kpọọ\",\n    \"bespangle\": \"mgbanyụ\",\n    \"bespangled\": \"nkeya\",\n    \"bespangling\": \"na-agbaghara\",\n    \"bespatter\": \"gosipụta\",\n    \"bespattered\": \"esemokwu\",\n    \"bespatterer\": \"Onyema\",\n    \"bespattering\": \"na-enye aka\",\n    \"bespatterment\": \"ntinye\",\n    \"bespatters\": \"mbibi\",\n    \"bespawl\": \"mborie\",\n    \"bespeak\": \"kwue okwu\",\n    \"bespeakable\": \"ekwuru okwu\",\n    \"bespeaker\": \"osikapa\",\n    \"bespeaking\": \"na-akọwa\",\n    \"bespeaks\": \"na-akọwa\",\n    \"bespecked\": \"ebido\",\n    \"bespeckled\": \"bespeck\",\n    \"bespecklement\": \"Ndabueze\",\n    \"bespectacled\": \"ọwụwa anyanwụ\",\n    \"besped\": \"kpọọ\",\n    \"bespeech\": \"Nkwupụta Okwu\",\n    \"bespeed\": \"Nkechi\",\n    \"bespelled\": \"amaara\",\n    \"bespend\": \"kwụnye\",\n    \"bespin\": \"dabere\",\n    \"bespirit\": \"asọpụrụ\",\n    \"bespit\": \"mbido\",\n    \"besplash\": \"Mbibi\",\n    \"bespoke\": \"kpọọ\",\n    \"bespoken\": \"ekwuru\",\n    \"bespotted\": \"ekwadoro\",\n    \"bespottedness\": \"nkwanye ugwu\",\n    \"bespotting\": \"na-akụda\",\n    \"bespouse\": \"kpọọ\",\n    \"bespoused\": \"ekwenti\",\n    \"bespouses\": \"mkpa\",\n    \"bespousing\": \"na-arịọ arịrịọ\",\n    \"bespout\": \"kpọọ\",\n    \"bespray\": \"kpọọ\",\n    \"bespread\": \"ibunye\",\n    \"bespreading\": \"Na-agbasa\",\n    \"bespreads\": \"mbupute\",\n    \"bespreng\": \"igbankwu\",\n    \"besprent\": \"sie ike\",\n    \"bespring\": \"beri\",\n    \"besprinkle\": \"kwoe\",\n    \"besprinkled\": \"ọpụrinkụ\",\n    \"besprinkler\": \"ihe ndozi\",\n    \"besprinkling\": \"na-agbakwunye\",\n    \"besprizorni\": \"afrịka\",\n    \"bespurred\": \"nsogbu\",\n    \"bespurt\": \"mbibi\",\n    \"besputter\": \"mbupute\",\n    \"besqueeze\": \"rie\",\n    \"besquib\": \"ichi\",\n    \"besselian\": \"Besselian\",\n    \"bessemerizing\": \"bessemerising\",\n    \"besses\": \"bessie\",\n    \"bessi\": \"bessie\",\n    \"bessy\": \"bessie\",\n    \"best\": \"kacha mma\",\n    \"bestad\": \"ide nri\",\n    \"bestayed\": \"duziri\",\n    \"bestain\": \"ibute\",\n    \"bestamp\": \"Kachasị mma\",\n    \"bestand\": \"inye\",\n    \"bestare\": \"rie\",\n    \"bestatued\": \"ihe kacha mma\",\n    \"bestead\": \"gbue\",\n    \"besteaded\": \"nọchiri ya\",\n    \"besteading\": \"na-asọ oyi\",\n    \"besteal\": \"juo\",\n    \"bested\": \"weputara\",\n    \"besteer\": \"abia\",\n    \"bestench\": \"ahịhịa\",\n    \"bester\": \"dụrụ ala\",\n    \"bestial\": \"kacha mma\",\n    \"bestialise\": \"ihe kacha mma\",\n    \"bestialised\": \"ihe kasị mma\",\n    \"bestialising\": \"ihe kasị mma\",\n    \"bestialism\": \"anụ ọhịa\",\n    \"bestialist\": \"onye kacha mma\",\n    \"bestiality\": \"anụ ọhịa\",\n    \"bestialities\": \"ihe kacha mma\",\n    \"bestialize\": \"bestiesti\",\n    \"bestializing\": \"na-ata ahụhụ\",\n    \"bestially\": \"nke kacha mma\",\n    \"bestials\": \"kasị mma\",\n    \"bestiary\": \"nke kacha mma\",\n    \"bestiarian\": \"onye na-enye anụ nri\",\n    \"bestiarist\": \"onye kacha mma\",\n    \"besticking\": \"ihe kasị mma\",\n    \"besting\": \"na-enye ihe\",\n    \"bestink\": \"kacha mma\",\n    \"bestir\": \"ihe kacha mma\",\n    \"bestirred\": \"kacha mma\",\n    \"bestirring\": \"inye onyinye\",\n    \"bestirs\": \"ndị kacha mma\",\n    \"bestness\": \"ịdị mma\",\n    \"bestock\": \"were\",\n    \"bestore\": \"ezi ihe\",\n    \"bestorm\": \"kacha mma\",\n    \"bestow\": \"inye\",\n    \"bestowable\": \"inye onyinye\",\n    \"bestowage\": \"onyinye\",\n    \"bestowal\": \"inye\",\n    \"bestowals\": \"onyinye\",\n    \"bestowed\": \"nyere\",\n    \"bestower\": \"inye onyinye\",\n    \"bestowing\": \"inye\",\n    \"bestowment\": \"inye onyinye\",\n    \"bestows\": \"na-enye\",\n    \"bestraddle\": \"kacha mma\",\n    \"bestraddled\": \"Chidiebere\",\n    \"bestraddling\": \"iheanyichukwu\",\n    \"bestraught\": \"weputara\",\n    \"bestream\": \"kacha mma\",\n    \"bestrew\": \"wepụta\",\n    \"bestrewed\": \"weputara\",\n    \"bestrewing\": \"izi ozi\",\n    \"bestrewment\": \"ikwere ihe\",\n    \"bestrews\": \"ihe kacha mma\",\n    \"bestrid\": \"ezigbo\",\n    \"bestride\": \"ihe kacha mma\",\n    \"bestrided\": \"nke kacha mma\",\n    \"bestrides\": \"ihe kacha mma\",\n    \"bestriding\": \"ihe kacha mma\",\n    \"bestrode\": \"Ezinne\",\n    \"bestrow\": \"Omeka\",\n    \"bestrowed\": \"Udo Oka\",\n    \"bestrowing\": \"inye\",\n    \"bestrows\": \"Isi\",\n    \"bests\": \"nke kacha mma\",\n    \"bestseller\": \"kacha ere\",\n    \"bestsellerdom\": \"Edemede kacha mma\",\n    \"bestsellers\": \"ndị kacha ere ahịa\",\n    \"bestselling\": \"kacha ere\",\n    \"bestubbled\": \"kasị mma\",\n    \"bestud\": \"idebe\",\n    \"bestudded\": \"ekwurubeke\",\n    \"bestudding\": \"inye onyinye\",\n    \"bestuds\": \"Onwuka\",\n    \"besugar\": \"ichi anya\",\n    \"besuit\": \"rie\",\n    \"besully\": \"kpọọ\",\n    \"beswarm\": \"eburu\",\n    \"beswarmed\": \"juputara\",\n    \"beswarming\": \"na-enye ume\",\n    \"beswarms\": \"ebem\",\n    \"besweatered\": \"mmiri\",\n    \"besweeten\": \"@IGIHE\",\n    \"beswelter\": \"agbajie\",\n    \"beswim\": \"Ikwesiri\",\n    \"beswinge\": \"rie\",\n    \"beswink\": \"Iberibe\",\n    \"beswitch\": \"igbankwu\",\n    \"bet\": \"nzọ\",\n    \"betailor\": \"onye ozo\",\n    \"betake\": \"ịkụ nzọ\",\n    \"betakes\": \"na-akụ nzọ\",\n    \"betaking\": \"ịkụ nzọ\",\n    \"betallow\": \"nabata\",\n    \"betangle\": \"nzọ mmụọ ozi\",\n    \"betanglement\": \"ntụtụ\",\n    \"betask\": \"betas\",\n    \"betatron\": \"Ntinye\",\n    \"betatrons\": \"atlọ oriri na ọatụ .ụ\",\n    \"betatter\": \"onye ozo\",\n    \"betattered\": \"gbasasịa\",\n    \"betattering\": \"onye ozo\",\n    \"beteach\": \"ịkụ nzọ\",\n    \"betear\": \"nabata\",\n    \"betelnuts\": \"ekwukwu\",\n    \"betes\": \"nzọ\",\n    \"beth\": \"bet\",\n    \"bethank\": \"zọchaa\",\n    \"bethanked\": \"bethanyere\",\n    \"bethanking\": \"ịkụ nzọ\",\n    \"bethankit\": \"onyinye\",\n    \"bethanks\": \"ịkụ nzọ\",\n    \"bethels\": \"bethel\",\n    \"bethesdas\": \"bethesda\",\n    \"bethflower\": \"ifuru ifuru\",\n    \"bethink\": \"tụgharịa uche\",\n    \"bethinking\": \"na-ebu amụma\",\n    \"bethlehem\": \"Betlehem\",\n    \"bethlehemite\": \"Bet-lehem\",\n    \"bethorned\": \"amaara\",\n    \"bethorning\": \"ịkụ nzọ\",\n    \"bethorns\": \"okpu\",\n    \"bethought\": \"kwere\",\n    \"bethrall\": \"onyinyechi\",\n    \"bethreaten\": \"nyefee\",\n    \"bethroot\": \"Bethroot\",\n    \"bethump\": \"ịkụ nzọ\",\n    \"bethumped\": \"gbadoro\",\n    \"bethumping\": \"ịkụ nzọ\",\n    \"bethumps\": \"ịkụ nzọ\",\n    \"bethunder\": \"onye ozo\",\n    \"betided\": \"zọrọ\",\n    \"betides\": \"na-egosi\",\n    \"betiding\": \"ịkụ nzọ\",\n    \"betime\": \"oge\",\n    \"betimes\": \"oge\",\n    \"betipple\": \"betipip\",\n    \"betire\": \"rizie\",\n    \"betocsin\": \"tosin\",\n    \"betoya\": \"betiyan\",\n    \"betoyan\": \"betiyan\",\n    \"betokener\": \"onye ozo\",\n    \"betokening\": \"ikwusa ozi ọma\",\n    \"betokenment\": \"nnyeghachi\",\n    \"betongue\": \"onkọlọtọ\",\n    \"betonica\": \"Betonica\",\n    \"betonies\": \"Nkwenye\",\n    \"betook\": \"rie\",\n    \"betorcin\": \"Betorcin\",\n    \"betorcinol\": \"Betorcinol\",\n    \"betorn\": \"a mụrụ\",\n    \"betowered\": \"ekwere\",\n    \"betrace\": \"ndida\",\n    \"betray\": \"ndida\",\n    \"betrayal\": \"aghụghọ\",\n    \"betrayals\": \"ndị aghụghọ\",\n    \"betrayed\": \"raara nye\",\n    \"betrayer\": \"onye ga-arara ya nye\",\n    \"betrayers\": \"ndị na-arara mmadụ nye\",\n    \"betraying\": \"na-arara aka nye\",\n    \"betrail\": \"aghụghọ\",\n    \"betrayment\": \"edida nnọ\",\n    \"betrays\": \"aghụghọ\",\n    \"betraise\": \"aghụghọ\",\n    \"betrample\": \"gbaghara\",\n    \"betrap\": \"ịkụ nzọ\",\n    \"betread\": \"ịkụ nzọ\",\n    \"betrend\": \"Ikenna\",\n    \"betroth\": \"Ikwesiri\",\n    \"betrothal\": \"nwunye\",\n    \"betrothals\": \"ndị enyi\",\n    \"betrothed\": \"onye kwere ekwe\",\n    \"betrothing\": \"ekwurekwu\",\n    \"betrothment\": \"ndina\",\n    \"betroths\": \"ndozi\",\n    \"betrough\": \"dị mma\",\n    \"betrousered\": \"ama\",\n    \"betrumpet\": \"ebele\",\n    \"betrunk\": \"onye ozo\",\n    \"betrust\": \"ntụkwasị obi\",\n    \"bets\": \"nzo\",\n    \"betsy\": \"ynye\",\n    \"bettas\": \"lọ\",\n    \"betted\": \"bet\",\n    \"better\": \"mma\",\n    \"bettered\": \"ama mma\",\n    \"betterer\": \"onye ozo\",\n    \"bettergates\": \"ihe kacha mma\",\n    \"bettering\": \"ka mma\",\n    \"betterly\": \"mma\",\n    \"betterment\": \"mma\",\n    \"betterments\": \"mmezi\",\n    \"bettermost\": \"kasị mma\",\n    \"betterness\": \"amaka\",\n    \"betters\": \"chọrọ\",\n    \"bettina\": \"ekwetina\",\n    \"betting\": \"ịkụ nzọ\",\n    \"bettong\": \"lọ\",\n    \"bettonga\": \"ogbe\",\n    \"bettongia\": \"Bettongia\",\n    \"bettor\": \"onye ozo\",\n    \"bettors\": \"ndị na-akwụ ụgwọ\",\n    \"betuckered\": \"kwara\",\n    \"betulaceous\": \"kwesịrị ntụkwasị obi\",\n    \"betumbled\": \"kwụrụ\",\n    \"beturbaned\": \"amala\",\n    \"betusked\": \"ekwuru\",\n    \"betutor\": \"andikpeme\",\n    \"betutored\": \"kwupụtara\",\n    \"betwattled\": \"tinye\",\n    \"between\": \"n'etiti\",\n    \"betweenbrain\": \"n'etiti ụbụrụ\",\n    \"betweenity\": \"etiti\",\n    \"betweenmaid\": \"umu nwanyi\",\n    \"betweenness\": \"n'etiti\",\n    \"betweens\": \"Ugochukwu\",\n    \"betweentimes\": \"oge\",\n    \"betweenwhiles\": \"agbata\",\n    \"betwit\": \"kwue\",\n    \"betwixt\": \"n'etiti\",\n    \"beudantite\": \"Ebube\",\n    \"beulah\": \"Beulah\",\n    \"beuncled\": \"gbuela aka\",\n    \"beurre\": \"dịrị\",\n    \"bevaring\": \"na-ekpori ndụ\",\n    \"bevatron\": \"Ogbe\",\n    \"bevatrons\": \"anụ ụlọ\",\n    \"beveil\": \"ekwupụtala\",\n    \"beveled\": \"emekpala\",\n    \"beveler\": \"onye na-egbu egbu\",\n    \"bevelers\": \"ndị biya\",\n    \"beveling\": \"na-ekwupụta\",\n    \"bevelled\": \"na-ama jijiji\",\n    \"beveller\": \"ihe anwansi\",\n    \"bevellers\": \"na-egbu mmụọ\",\n    \"bevelling\": \"Udochukwu\",\n    \"bevelment\": \"ihe nlele\",\n    \"bevels\": \"bevel\",\n    \"bevenom\": \"mgbanyụ\",\n    \"beverage\": \"ihe ọụ .ụ\",\n    \"beverages\": \"ihe ọgesụ beụ na-aba n'anya\",\n    \"beverse\": \"na-agbagha\",\n    \"bevesseled\": \"Ogbe\",\n    \"bevesselled\": \"Emegharịrị\",\n    \"beveto\": \"Nwachukwu\",\n    \"bevil\": \"ihe ojoo\",\n    \"bevillain\": \"Uzoamaka\",\n    \"bevilled\": \"eburu\",\n    \"bevined\": \"ekwuru\",\n    \"bevoiled\": \"a na-akọ\",\n    \"bevomit\": \"okpokoro\",\n    \"bevomited\": \"ọrịre\",\n    \"bevomiting\": \"na-achọgharị\",\n    \"bevor\": \"Bido\",\n    \"bevors\": \"bekee\",\n    \"bevue\": \"nwe\",\n    \"bevvy\": \"ghota\",\n    \"bewail\": \"kwara ákwá\",\n    \"bewailed\": \"kwara ákwá\",\n    \"bewailer\": \"iti mkpu\",\n    \"bewailers\": \"ndị na-eti mkpu\",\n    \"bewailing\": \"na-eti mkpu\",\n    \"bewailingly\": \"na-eti mkpu\",\n    \"bewailment\": \"iti mkpu arịrị\",\n    \"bewails\": \"kwaa ákwá\",\n    \"bewaitered\": \"na-atụ anya\",\n    \"bewake\": \"bewee\",\n    \"beware\": \"kpachara anya\",\n    \"bewared\": \"kpachara anya\",\n    \"bewares\": \"kpachara anya\",\n    \"bewary\": \"kpachara anya\",\n    \"bewaring\": \"na-atụ ụjọ\",\n    \"bewash\": \"kpuchie\",\n    \"bewaste\": \"bụrụ mmiri\",\n    \"bewater\": \"mmiri\",\n    \"bewearied\": \"mekwaa\",\n    \"bewearying\": \"na-agba mbọ\",\n    \"beweep\": \"beweip\",\n    \"beweeper\": \"beweepi\",\n    \"beweeping\": \"na-ebe ákwá\",\n    \"beweeps\": \"na-ada ụda\",\n    \"bewelcome\": \"bia\",\n    \"bewelter\": \"iri na abuo\",\n    \"bewept\": \"bewe akwa\",\n    \"bewest\": \"ọdịda anyanwụ\",\n    \"bewet\": \"bie\",\n    \"bewhisker\": \"onye nzuzu\",\n    \"bewhiskered\": \"gbachiri\",\n    \"bewhisper\": \"adighi anya\",\n    \"bewhite\": \"whdị ọcha\",\n    \"bewhiten\": \"ịdị ọcha\",\n    \"bewhore\": \"imeju\",\n    \"bewidow\": \"nnuku\",\n    \"bewig\": \"igwu\",\n    \"bewigged\": \"ghagburu\",\n    \"bewigging\": \"na-agbagha\",\n    \"bewilder\": \"gharịị\",\n    \"bewildered\": \"gbagwojuru anya\",\n    \"bewilderedly\": \"mgbagwoju anya\",\n    \"bewilderedness\": \"mgbagwoju anya\",\n    \"bewildering\": \"na-agbagwoju anya\",\n    \"bewilderingly\": \"ihe ijuanya\",\n    \"bewilderment\": \"mgbagwoju anya\",\n    \"bewilders\": \"ihe ijuanya\",\n    \"bewimple\": \"gbue ihu\",\n    \"bewinged\": \"na-atụ anya\",\n    \"bewinter\": \"okpokoro\",\n    \"bewired\": \"ihe isi ike\",\n    \"bewit\": \"merie\",\n    \"bewitch\": \"ime anwansi\",\n    \"bewitched\": \"amoosu\",\n    \"bewitchedness\": \"amoosu\",\n    \"bewitcher\": \"onye anwansi\",\n    \"bewitchery\": \"amoosu\",\n    \"bewitches\": \"amoosu\",\n    \"bewitchful\": \"amoosu\",\n    \"bewitching\": \"na-agba afa\",\n    \"bewitchingly\": \"n'amaghi ama\",\n    \"bewitchingness\": \"amoosu\",\n    \"bewitchment\": \"amoosu\",\n    \"bewitchments\": \"amoosu\",\n    \"bewith\": \"igwu\",\n    \"bewonder\": \"maa mma\",\n    \"bework\": \"arụ ọrụ\",\n    \"beworm\": \"agbagọ\",\n    \"bewormed\": \"ghagburu\",\n    \"beworming\": \"ihe na-egbu egbu\",\n    \"beworms\": \"okwo\",\n    \"beworn\": \"na-egbu mmụọ\",\n    \"beworry\": \"kwesịrị\",\n    \"beworried\": \"kwesịrị\",\n    \"beworries\": \"akwa\",\n    \"beworrying\": \"okwo\",\n    \"beworship\": \"Nkwado\",\n    \"bewpers\": \"okpu\",\n    \"bewrayed\": \"bụrụ onye ihere\",\n    \"bewrayer\": \"onye na-egbu egbu\",\n    \"bewrayers\": \"ndị na-egbu mmụọ\",\n    \"bewraying\": \"na-agbaghara\",\n    \"bewrayingly\": \"n'udo\",\n    \"bewrayment\": \"mkpu\",\n    \"bewrapped\": \"togburu onwe ya\",\n    \"bewrapping\": \"na-ebe ákwá\",\n    \"bewrathed\": \"na-agbarụ\",\n    \"bewreath\": \"akwa mmiri\",\n    \"bewreck\": \"mbibi\",\n    \"bewry\": \"bewri\",\n    \"bewrought\": \"ghagburu\",\n    \"bezaleel\": \"Besaleel\",\n    \"bezaleelian\": \"Bezaleelian\",\n    \"bezan\": \"Ugwueke\",\n    \"bezant\": \"ihe ojoo\",\n    \"bezante\": \"Bezante\",\n    \"bezanty\": \"Nwachukwu\",\n    \"bezants\": \"ndị mara mma\",\n    \"bezazz\": \"Ogbe\",\n    \"bezels\": \"Ngwurugwu\",\n    \"bezesteen\": \"Okwute\",\n    \"bezetta\": \"Iburu\",\n    \"bezette\": \"Ukwuu\",\n    \"bezil\": \"bezel\",\n    \"bezils\": \"Ngwurugwu\",\n    \"bezique\": \"Egwu\",\n    \"beziques\": \"Egwu\",\n    \"bezoardic\": \"bezoar dic\",\n    \"bezonian\": \"Bezonian\",\n    \"bezpopovets\": \"Ukwuu\",\n    \"bezzant\": \"ihe nzuzu\",\n    \"bezzants\": \"ndị isi\",\n    \"bezzi\": \"Ukwuu\",\n    \"bezzle\": \"bezel\",\n    \"bezzled\": \"gbara gburugburu\",\n    \"bezzling\": \"na-ama jijiji\",\n    \"bezzo\": \"Uzoamaka\",\n    \"bhaktas\": \"bhakta\",\n    \"bhandar\": \"Ikwerre\",\n    \"bhandari\": \"Okechukwu\",\n    \"bhangs\": \"Na-akụ\",\n    \"bhara\": \"bahara\",\n    \"bhat\": \"bha\",\n    \"bhd\": \"Ogba\",\n    \"bheesty\": \"eziokwu\",\n    \"bheesties\": \"afọ ike\",\n    \"bhisties\": \"bhisi\",\n    \"bhoy\": \"Ebele\",\n    \"bhoot\": \"kpoo\",\n    \"bhunder\": \"gbawara\",\n    \"by\": \"site na\",\n    \"byard\": \"ogige\",\n    \"bias\": \"echiche ọjọọ\",\n    \"biased\": \"asari\",\n    \"biasedly\": \"ajọ mbunobi\",\n    \"biases\": \"echiche ọjọọ\",\n    \"biasing\": \"na-ele mmadụ anya n'ihu\",\n    \"biasness\": \"echiche ọjọọ\",\n    \"biasnesses\": \"echiche ọjọọ\",\n    \"biassed\": \"bias\",\n    \"biassedly\": \"bias\",\n    \"biasses\": \"echiche ọjọọ\",\n    \"biassing\": \"bias\",\n    \"biatomic\": \"Diatomik\",\n    \"biaural\": \"nteke\",\n    \"biauriculate\": \"biauricular\",\n    \"bib\": \"Akwụkwọ Nsọ\",\n    \"bibacious\": \"na-amụ\",\n    \"bibaciousness\": \"ajuju\",\n    \"bibacity\": \"ọmụmụ\",\n    \"bibasic\": \"ihe omimi\",\n    \"bibation\": \"akwụkwọ\",\n    \"bibb\": \"Akwụkwọ Nsọ\",\n    \"bibber\": \"onye ozo\",\n    \"bibbery\": \"ịba ụba\",\n    \"bibberies\": \"Akwụkwọ Nsọ\",\n    \"bibbers\": \"ndị na-agụ akwụkwọ nsọ\",\n    \"bibbing\": \"ịkpa\",\n    \"bibble\": \"Akwụkwọ Nsọ\",\n    \"bibbled\": \"agbụrụ\",\n    \"bibbler\": \"Akwụkwọ Nsọ\",\n    \"bibbling\": \"na-agụ akwụkwọ\",\n    \"bibbons\": \"Akwụkwọ Nsọ\",\n    \"bibbs\": \"Akwụkwọ Nsọ\",\n    \"bibio\": \"atụ\",\n    \"bibitory\": \"Bibitory\",\n    \"bibl\": \"akwụkwọ nsọ\",\n    \"bible\": \"Akwụkwọ Nsọ\",\n    \"bibles\": \"Akwụkwọ Nsọ\",\n    \"bibless\": \"Akwụkwọ Nsọ\",\n    \"biblic\": \"nke Akwụkwọ Nsọ\",\n    \"biblical\": \"nke Akwụkwọ Nsọ\",\n    \"biblicality\": \"Akwụkwọ Nsọ\",\n    \"biblically\": \"Akwụkwọ Nsọ\",\n    \"biblicism\": \"Akwụkwọ Nsọ\",\n    \"biblicist\": \"ọtụmọkpọ\",\n    \"biblicistic\": \"Akwụkwọ Nsọ\",\n    \"biblicoliterary\": \"Akwụkwọ Nsọ\",\n    \"biblike\": \"dị ka\",\n    \"bibliog\": \"akwụkwọ\",\n    \"bibliognostic\": \"ihe omumu\",\n    \"bibliogony\": \"nwachị\",\n    \"bibliograph\": \"ihe omuma\",\n    \"bibliographer\": \"onye na-ede akwukwo\",\n    \"bibliographers\": \"ndị na-agụ akwụkwọ\",\n    \"bibliography\": \"akwụkwọ ọgụgụ\",\n    \"bibliographic\": \"ihe odide\",\n    \"bibliographical\": \"nchịkọta akwụkwọ\",\n    \"bibliographies\": \"akwụkwọ ọgụgụ\",\n    \"bibliographize\": \"nyocha\",\n    \"bibliokelpt\": \"akwụkwọ\",\n    \"biblioklept\": \"ntughari\",\n    \"bibliolatry\": \"akwụkwọ iwu\",\n    \"bibliolatrist\": \"ntukpokolo\",\n    \"bibliolatrous\": \"ihe omimi\",\n    \"bibliology\": \"usoro ọmụmụ\",\n    \"bibliological\": \"usoro ọmụmụ\",\n    \"bibliologies\": \"usoro ọmụmụ\",\n    \"bibliologist\": \"ọkà mmụta gbasara ọnụọgụgụ\",\n    \"bibliomancy\": \"nyocha\",\n    \"bibliomanism\": \"nyocha\",\n    \"bibliomanist\": \"onyenze nwa amadi\",\n    \"bibliopegy\": \"akwụkwọ\",\n    \"bibliopegist\": \"ntukpokobi\",\n    \"bibliopegistical\": \"usoro ọmụmụ\",\n    \"bibliophage\": \"Bibliophage\",\n    \"bibliophagist\": \"onyenze nwaanyi\",\n    \"bibliophil\": \"akwụkwọ\",\n    \"bibliophiles\": \"ihe omuma\",\n    \"bibliophilistic\": \"ihe omuma\",\n    \"bibliopolar\": \"akwụkwọ\",\n    \"bibliopolery\": \"akwụkwọ\",\n    \"bibliopolist\": \"onye na eme ntughari\",\n    \"bibliotaph\": \"akwụkwọ\",\n    \"bibliotaphe\": \"ọnụọgụgụ\",\n    \"bibliothec\": \"ntughari\",\n    \"bibliothecae\": \"iheanacho\",\n    \"bibliothecaire\": \"onyinyechi\",\n    \"bibliothecal\": \"akwụkwọ\",\n    \"bibliothecary\": \"ntughari\",\n    \"bibliothecarial\": \"ntughari\",\n    \"bibliothecarian\": \"nwa akwukwo\",\n    \"bibliothecas\": \"ntughari\",\n    \"bibliotheque\": \"akwụkwọ\",\n    \"bibliotherapeutic\": \"usoro ọmụmụ\",\n    \"bibliotherapy\": \"usoro ọgwụgwọ\",\n    \"bibliotherapies\": \"usoro ọgwụgwọ\",\n    \"bibliotherapist\": \"onye ntughari\",\n    \"bibliothetic\": \"iheanacho\",\n    \"bibliothque\": \"akwụkwọ\",\n    \"bibliotic\": \"akwụkwọ\",\n    \"bibliotics\": \"ihe ndi ozo\",\n    \"bibliotist\": \"ndiegwu\",\n    \"biblism\": \"akwụkwọ nsọ\",\n    \"biblist\": \"Akwụkwọ Nsọ\",\n    \"biblists\": \"akwụkwọ nsọ\",\n    \"biblos\": \"Akwụkwọ Nsọ\",\n    \"biblus\": \"Akwụkwọ Nsọ\",\n    \"bibracteate\": \"Akwụkwọ Nsọ\",\n    \"bibracteolate\": \"ihe omuma\",\n    \"bibs\": \"Akwụkwọ Nsọ\",\n    \"bibulosity\": \"Bibulusity\",\n    \"bibulous\": \"nke Akwụkwọ Nsọ\",\n    \"bibulously\": \"eji eme ihe\",\n    \"bibulousness\": \"ọgụgụ isi\",\n    \"bibulus\": \"atụ\",\n    \"bicalvous\": \"ihe nkiri\",\n    \"bicamerist\": \"onye bicamerist\",\n    \"bicapitate\": \"ịicụ sịga\",\n    \"bicarburetted\": \"ime ochicho\",\n    \"bicched\": \"bichaa\",\n    \"bichord\": \"ọsịsọ\",\n    \"bicycle\": \"igwe\",\n    \"bicycled\": \"na-agba ịnyịnya\",\n    \"bicycler\": \"ịnyịnya ígwè\",\n    \"bicyclers\": \"ịnyịnya ígwè\",\n    \"bicycles\": \"igwe\",\n    \"bicyclical\": \"bicycical\",\n    \"bicycling\": \"na-agba ọsọ\",\n    \"bicyclist\": \"ịnyịnya ígwè\",\n    \"bicyclists\": \"ndị ịnyịnya ígwè\",\n    \"bicycular\": \"igwe\",\n    \"biciliated\": \"anwuru\",\n    \"bicker\": \"Na na na\",\n    \"bickered\": \"gbanye\",\n    \"bickering\": \"esemokwu\",\n    \"bickern\": \"ọickụ\",\n    \"bycoket\": \"byokoket\",\n    \"bicolor\": \"acha uhie uhie\",\n    \"bicolored\": \"acha uhie uhie\",\n    \"bicolorous\": \"ntecha\",\n    \"bicolors\": \"ntecha\",\n    \"bicolour\": \"ntecha\",\n    \"bicoloured\": \"ntecha\",\n    \"bicolourous\": \"ntecha\",\n    \"biconditional\": \"nkwanye ugwu\",\n    \"biconically\": \"n'ụzọ nkịtị\",\n    \"biconvexity\": \"ihe ijuanya\",\n    \"bicorne\": \"Bicorne\",\n    \"bicorned\": \"Ogbe\",\n    \"bicornute\": \"mmmmmmmmmmmmm\",\n    \"bicorporal\": \"ọnụọgụgụ\",\n    \"bicorporate\": \"ịicụ sịga\",\n    \"bicrons\": \"bicron\",\n    \"bicultural\": \"omenala\",\n    \"biculturalism\": \"ọdịbendị\",\n    \"bicuspidate\": \"ịba uru\",\n    \"bicuspids\": \"ịicụ ọgwụ\",\n    \"bid\": \"ikwe ọnụ\",\n    \"bidactyl\": \"mmmmmmmmmmmmm\",\n    \"bidactyle\": \"mmmmmmmmmmmmm\",\n    \"bidactylous\": \"mmetọ\",\n    \"bidar\": \"dị n'otu\",\n    \"bidarkees\": \"ndiigbo\",\n    \"biddableness\": \"kpọọrọ\",\n    \"biddably\": \"ikekwe\",\n    \"bidden\": \"kwere\",\n    \"bidders\": \"ndị bidders\",\n    \"biddy\": \"bidy\",\n    \"bide\": \"kwide\",\n    \"bided\": \"zoro\",\n    \"bident\": \"nwere ike\",\n    \"bidental\": \"nwere ike ịbụ\",\n    \"bidentate\": \"onye akaebe\",\n    \"bidented\": \"onye isi\",\n    \"bider\": \"onye na-eme ihe nkiri\",\n    \"biders\": \"ndị biders\",\n    \"bides\": \"aidesụ\",\n    \"bidigitate\": \"nye iwu\",\n    \"biding\": \"na-akpọ oku\",\n    \"bidry\": \"ọnụahịa\",\n    \"bids\": \"rịọ\",\n    \"bidstand\": \"oche ihu\",\n    \"biduous\": \"ndu\",\n    \"bye\": \"ka ọ dị\",\n    \"bielded\": \"ebuo\",\n    \"bielding\": \"biing\",\n    \"bields\": \"bi Bias\",\n    \"byelorussians\": \"byelorussia\",\n    \"bier\": \"ihe otutu\",\n    \"byerite\": \"bred\",\n    \"byerlite\": \"Iwuchukwu\",\n    \"bierstubes\": \"ihe ndaputa\",\n    \"byes\": \"bye\",\n    \"biestings\": \"ihe ndozi\",\n    \"byeworker\": \"onye na-ahụ maka ọrụ\",\n    \"bifacial\": \"ihe atụ\",\n    \"bifarious\": \"ihe nzuzu\",\n    \"bifariously\": \"n'ilekọta anya\",\n    \"bifer\": \"bifa\",\n    \"biferous\": \"dị ndụ\",\n    \"biffing\": \"na-agbasi ike\",\n    \"bifidate\": \"kwue\",\n    \"bifidated\": \"kpachara anya\",\n    \"bifidities\": \"onyinye\",\n    \"bifidly\": \"kwupụta\",\n    \"biflagellate\": \"ihe osise\",\n    \"biflorous\": \"ihe atụ\",\n    \"biforate\": \"kwue iwe\",\n    \"biforking\": \"na-arụ ọrụ\",\n    \"biformity\": \"nweghi ike\",\n    \"bifrontal\": \"Nkechi\",\n    \"bifronted\": \"biri n'ihu\",\n    \"bifunctional\": \"kwụrụ ụgwọ ọrụ\",\n    \"bifurcately\": \"ugboro abụọ\",\n    \"bifurcating\": \"na-atụgharị uche\",\n    \"bifurcation\": \"ime mmụọ\",\n    \"big\": \"ukwu\",\n    \"bigamy\": \"nnukwu nne\",\n    \"bigamies\": \"ndigbo\",\n    \"bigamist\": \"nnukwu onye\",\n    \"bigamistically\": \"n'ụzọ doro anya\",\n    \"bigamists\": \"ndị bigamists\",\n    \"bigamizing\": \"ichikota\",\n    \"bigamous\": \"nnukwu aha\",\n    \"bigamously\": \"nnukwu ihe\",\n    \"bigarades\": \"nnukwu ihe\",\n    \"bigarreau\": \"nnukwu ugwu\",\n    \"bigate\": \"nnukwu onye\",\n    \"bigbury\": \"nnukwu ili\",\n    \"bigeyes\": \"Anyaukwu\",\n    \"bigeminal\": \"nke nnukwu\",\n    \"bigeminate\": \"nnukwu nwanyi\",\n    \"bigeminated\": \"nnukwu nwanyi\",\n    \"bigeminy\": \"nnukwu nwanyi\",\n    \"bigeminies\": \"umu nwanyi\",\n    \"bigeminum\": \"nnukwu nwanyi\",\n    \"bigener\": \"onye buru ibu\",\n    \"bigential\": \"nnukwu\",\n    \"bigfoot\": \"ụkwụ ukwu\",\n    \"biggah\": \"nnukwu\",\n    \"bigged\": \"ibu\",\n    \"biggened\": \"buru ibu\",\n    \"biggening\": \"mbido\",\n    \"bigger\": \"ibu\",\n    \"biggest\": \"kasị ukwuu\",\n    \"biggety\": \"buru ibu\",\n    \"biggy\": \"buru ibu\",\n    \"biggies\": \"nnukwu ibu\",\n    \"bigging\": \"biggin\",\n    \"biggings\": \"nnukwu ibu\",\n    \"biggins\": \"nnukwu ibu\",\n    \"biggishness\": \"ezighi ezi\",\n    \"biggity\": \"nnukwu\",\n    \"bighead\": \"isi\",\n    \"bigheaded\": \"isi\",\n    \"bigheads\": \"nnukwu isi\",\n    \"bighearted\": \"nkpuru obi\",\n    \"bigheartedly\": \"site n'obi\",\n    \"bigheartedness\": \"nnabata\",\n    \"bighorns\": \"nnukwu nku\",\n    \"bight\": \"nwere ike\",\n    \"bighted\": \"kwusiri\",\n    \"bighting\": \"ịgba ọsọ\",\n    \"bights\": \"ọgụ\",\n    \"biglandular\": \"nnukwu obodo\",\n    \"bigly\": \"buru ibu\",\n    \"bigmitt\": \"nnukwu\",\n    \"bigmouth\": \"nnukwu ibu\",\n    \"bigmouthed\": \"nnukwu ihe\",\n    \"bigmouths\": \"nnukwu ibu\",\n    \"bigness\": \"ihe ojoo\",\n    \"bignesses\": \"ihe ojoo\",\n    \"bignoniaceous\": \"ihe ojoo\",\n    \"bygoing\": \"na-agafe\",\n    \"bigot\": \"nnukwu mmiri\",\n    \"bigoted\": \"nnukwu ihe\",\n    \"bigotedly\": \"n'ike n'ike\",\n    \"bigotedness\": \"nkwanye ugwu\",\n    \"bigothero\": \"nnukwu afọ\",\n    \"bigotish\": \"Ikenna\",\n    \"bigotry\": \"ikwesi olu ike\",\n    \"bigotries\": \"nnukwu ibu\",\n    \"bigots\": \"akpụkpọ ụkwụ\",\n    \"bigotty\": \"nnukwu onyekweli\",\n    \"bigroot\": \"nnukwu afụ\",\n    \"bigthatch\": \"nnukwu oge\",\n    \"biguttulate\": \"nnukwu ihe\",\n    \"bigwiggedness\": \"nnukwu ihe\",\n    \"bigwiggery\": \"nnukwu ọrụ\",\n    \"bijective\": \"atụnyere\",\n    \"bike\": \"igwe kwụ otu ebe\",\n    \"bikers\": \"igwe kwụ otu ebe\",\n    \"bikes\": \"anyịnya igwe\",\n    \"bikeway\": \"uzo ugboala\",\n    \"bikeways\": \"okporo ụzọ igwe kwụ otu ebe\",\n    \"biking\": \"igwe kwụ otu ebe\",\n    \"bikinied\": \"bikini\",\n    \"bilaciniate\": \"mbido\",\n    \"bilayer\": \"onye bilayer\",\n    \"byland\": \"Byland\",\n    \"bilateral\": \"onye ọzọ\",\n    \"bilaterality\": \"enwere mmekọrịta\",\n    \"bilateralities\": \"mmekọrịta dị iche iche\",\n    \"bilaterally\": \"dị iche iche\",\n    \"bilateralness\": \"ịdị n'otu\",\n    \"bylaw\": \"iwu\",\n    \"bylaws\": \"iwu\",\n    \"bilberries\": \"mkpụrụ osisi\",\n    \"bilbi\": \"bilby\",\n    \"bilbie\": \"bilby\",\n    \"bilbies\": \"iberibe\",\n    \"bilboa\": \"bilbao\",\n    \"bilboas\": \"ijeri\",\n    \"bilboes\": \"bilbo\",\n    \"bilbos\": \"bilbo si\",\n    \"bilch\": \"milch\",\n    \"bilders\": \"ndị na-ewu ụlọ\",\n    \"bilges\": \"ụgwọ\",\n    \"bilgewater\": \"mmiri mmiri\",\n    \"bilgy\": \"ụgwọ\",\n    \"bilgier\": \"bilgi\",\n    \"biliate\": \"bilie\",\n    \"biliation\": \"nkwanye ugwu\",\n    \"bilic\": \"ụgwọ\",\n    \"bilifaction\": \"ụgwọ ọrụ\",\n    \"biliferous\": \"na-egbu egbu\",\n    \"bilify\": \"kwụọ ụgwọ\",\n    \"bilification\": \"ịgba ụgwọ\",\n    \"bilimbing\": \"ịgba ụgwọ\",\n    \"biliment\": \"uwe\",\n    \"bilinear\": \"biliar\",\n    \"bilineate\": \"na-akwụ ụgwọ\",\n    \"bilineated\": \"a kwụrụ ụgwọ\",\n    \"bylined\": \"bylines\",\n    \"byliner\": \"ndiegwu\",\n    \"bylines\": \"ndepụta\",\n    \"bilingual\": \"asusu abuo\",\n    \"bilingualism\": \"asusu abuo\",\n    \"bilingually\": \"na-asụ asụsụ abụọ\",\n    \"bilinguar\": \"asusu abuo\",\n    \"bilinguist\": \"asusu abuo\",\n    \"bylining\": \"bylines\",\n    \"bilious\": \"na-enye iwu\",\n    \"biliously\": \"bilious\",\n    \"biliousness\": \"amamịghe\",\n    \"biliverdic\": \"ndiegwu\",\n    \"bilk\": \"ijeri\",\n    \"bilked\": \"Bilked\",\n    \"bilkers\": \"ndị na-akwụ ụgwọ\",\n    \"bilking\": \"ịgba ụgwọ\",\n    \"bilks\": \"ijeri\",\n    \"bill\": \"ụgwọ\",\n    \"billable\": \"billes\",\n    \"billback\": \"ịkwụ ụgwọ\",\n    \"billbeetle\": \"ụgwọ\",\n    \"billbergia\": \"ikwụ ụgwọ\",\n    \"billboard\": \"bọọdụ mkpọsa\",\n    \"billboards\": \"bọọdụ mkpọsa\",\n    \"billbroking\": \"ịgba ụgwọ\",\n    \"billbug\": \"iberibe\",\n    \"billbugs\": \"iberibe\",\n    \"billed\": \"akwụ ụgwọ\",\n    \"biller\": \"onye na-akwụ ụgwọ\",\n    \"billers\": \"ndị na-akwụ ụgwọ\",\n    \"billet\": \"ụgwọ\",\n    \"billeted\": \"bille\",\n    \"billeter\": \"onye na-akwụ ụgwọ\",\n    \"billeters\": \"ijeri\",\n    \"billety\": \"ijeri\",\n    \"billeting\": \"ịgba ụgwọ\",\n    \"billets\": \"ego\",\n    \"billette\": \"billetti\",\n    \"billetty\": \"ugwo\",\n    \"billetwood\": \"okwute\",\n    \"billfish\": \"azụ azụ\",\n    \"billfishes\": \"azụ azụ\",\n    \"billfold\": \"ịgba ụgwọ\",\n    \"billfolds\": \"iwu\",\n    \"billhead\": \"ụgwọ isi\",\n    \"billheading\": \"ịgba ụgwọ\",\n    \"billheads\": \"ụgwọ isi\",\n    \"billholder\": \"onye na-akwụ ụgwọ\",\n    \"billhook\": \"ịkwụ ụgwọ\",\n    \"billhooks\": \"ịkwụ ụgwọ\",\n    \"billy\": \"ugwo\",\n    \"billiards\": \"biliadi\",\n    \"billycans\": \"ndi Billy\",\n    \"billie\": \"ụgwọ\",\n    \"billyer\": \"onye na-akwụ ụgwọ\",\n    \"billies\": \"ụgwọ\",\n    \"billyhood\": \"bollywood\",\n    \"billikin\": \"billiken\",\n    \"billing\": \"ịgba ụgwọ\",\n    \"billings\": \"ịgba ụgwọ\",\n    \"billingsgate\": \"ịgba ụgwọ\",\n    \"billyo\": \"biliyo\",\n    \"billion\": \"ijeri\",\n    \"billionism\": \"ọtụtụ ijeri\",\n    \"billions\": \"ọtụtụ ijeri\",\n    \"billionth\": \"nke ijeri\",\n    \"billionths\": \"ijeri\",\n    \"billitonite\": \"na-akwụ ụgwọ\",\n    \"billjim\": \"ịkwụ ụgwọ\",\n    \"billman\": \"onye iwu\",\n    \"billmen\": \"onye iwu\",\n    \"billon\": \"ijeri\",\n    \"billons\": \"ọtụtụ ijeri\",\n    \"billot\": \"iwu\",\n    \"billow\": \"billowy\",\n    \"billowed\": \"bellowed\",\n    \"billowiest\": \"ndị kasị mma\",\n    \"billowiness\": \"ịma ọrụ\",\n    \"billowing\": \"na-ebili\",\n    \"billposter\": \"ụgwọ\",\n    \"billposting\": \"ịgba ụgwọ\",\n    \"bills\": \"ego\",\n    \"billsticker\": \"ihe nkwụnye ụgwọ\",\n    \"billsticking\": \"ịgba ụgwọ\",\n    \"billtong\": \"Ugboro abụọ\",\n    \"bilobated\": \"bilobate\",\n    \"bilobe\": \"biloba\",\n    \"bilskirnir\": \"nweze\",\n    \"bilsted\": \"gbanwere\",\n    \"bilsteds\": \"iwu\",\n    \"biltong\": \"Ugboro abụọ\",\n    \"biltongs\": \"okpokoro\",\n    \"bimanually\": \"bimanally\",\n    \"bimeby\": \"mmmmmmmmmmmmm\",\n    \"bimedial\": \"ikele\",\n    \"bimesters\": \"Bimesters\",\n    \"bimetalic\": \"bimetallic\",\n    \"bimetalism\": \"bimetallism\",\n    \"bimetallistic\": \"bimetallism\",\n    \"bimetals\": \"bimetal\",\n    \"bimillionaire\": \"onyedika\",\n    \"bimmeler\": \"imlọ ihe nkiri\",\n    \"bynames\": \"Nkọwa\",\n    \"binary\": \"ọnụọgụ abụọ\",\n    \"binaries\": \"ọnụọgụ abụọ\",\n    \"binately\": \"ọnụọgụ abụọ\",\n    \"binational\": \"abụọ\",\n    \"binaural\": \"nteke\",\n    \"binauricular\": \"ntụtụ\",\n    \"bind\": \"kee agbụ\",\n    \"bindable\": \"agbatị\",\n    \"binder\": \"ihe nragide\",\n    \"bindery\": \"ihe nrachi\",\n    \"binderies\": \"njikọ\",\n    \"binders\": \"ihe mgbochi\",\n    \"bindheimite\": \"ikechi\",\n    \"binding\": \"nkịtị\",\n    \"bindingly\": \"njikọ\",\n    \"bindingness\": \"nkịtị\",\n    \"bindings\": \"njikọ\",\n    \"bindis\": \"agbụ\",\n    \"bindle\": \"jikọta\",\n    \"bindles\": \"agbụ\",\n    \"bindlet\": \"mpempe akwụkwọ\",\n    \"binds\": \"na-ekekọta\",\n    \"bindweed\": \"kee\",\n    \"bindwith\": \"ikechi\",\n    \"bindwood\": \"kee\",\n    \"bine\": \"osisi vaịn\",\n    \"bynedestin\": \"byredestin\",\n    \"bines\": \"mkpụrụ osisi\",\n    \"bineweed\": \"kee\",\n    \"bing\": \"ịingụ\",\n    \"binge\": \"kpọọ\",\n    \"binges\": \"bing\",\n    \"bingle\": \"kpọọ\",\n    \"bingos\": \"ịingụ\",\n    \"binitarian\": \"onye nwere nsogbu\",\n    \"binitarianism\": \"ndi mmadu\",\n    \"bink\": \"ntabi\",\n    \"binmen\": \"ndị nwoke\",\n    \"binnacles\": \"ihe mgbochi\",\n    \"binned\": \"binyere\",\n    \"binnogue\": \"ọnụọgụ\",\n    \"binocle\": \"ikuku\",\n    \"binocs\": \"binoc\",\n    \"binocular\": \"ihe omimi\",\n    \"binocularly\": \"ihe nlere\",\n    \"binodous\": \"ọnụọgụ\",\n    \"binomenclature\": \"nomenclature\",\n    \"binomialism\": \"binomials\",\n    \"binominal\": \"binomial\",\n    \"binominous\": \"ọnụọgụ abụọ\",\n    \"binotic\": \"ọnụọgụ abụọ\",\n    \"binous\": \"na-egbu egbu\",\n    \"binucleated\": \"kpochara\",\n    \"bio\": \"ndu\",\n    \"bioacoustics\": \"ihe ndi ozo\",\n    \"bioactivity\": \"ihe omuma\",\n    \"bioassayed\": \"nwegaswu\",\n    \"bioassaying\": \"bioassay\",\n    \"bioastronautical\": \"ihe omumu\",\n    \"bioastronautics\": \"ihe ndi ozo\",\n    \"biobibliographer\": \"ihe omuma ihe omuma\",\n    \"bioblastic\": \"ihe na-edozi ahụ\",\n    \"biocatalyst\": \"ihendu\",\n    \"biocatalytic\": \"ihe omumu\",\n    \"biocenology\": \"ihe omumu\",\n    \"biocenotic\": \"ihe omumu\",\n    \"biochemy\": \"ihe omumu\",\n    \"biochemic\": \"ihe omumu\",\n    \"biochemical\": \"ihe omumu\",\n    \"biochemically\": \"na ihe onwu\",\n    \"biochemics\": \"ihe omumu ihe\",\n    \"biochemist\": \"ihe mmuta mmiri ozuzo\",\n    \"biochemistry\": \"ihe omumu\",\n    \"biochemistries\": \"ihe omumu ihe\",\n    \"biochemists\": \"ndị na-achọpụta mmiri ọgwụ\",\n    \"biocycle\": \"ndu\",\n    \"biocycles\": \"usoro ndụ\",\n    \"biocidal\": \"ihe di ndu\",\n    \"biocides\": \"ihe ndi ozo\",\n    \"bioclimatician\": \"ihe omumu\",\n    \"bioclimatology\": \"ihe omumu\",\n    \"bioclimatologist\": \"ọkà mmụta ihe banyere ndụ mmadụ\",\n    \"biocoenoses\": \"ihe ndi ozo\",\n    \"biocoenosis\": \"ihe omumu\",\n    \"biocoenotic\": \"ihe nyocha\",\n    \"biocontrol\": \"ihe nchịkwa\",\n    \"biodegradability\": \"ihe okike\",\n    \"biodegradable\": \"ihe okike\",\n    \"biodegradation\": \"mbibi\",\n    \"biodegrade\": \"ihe omuma\",\n    \"biodegraded\": \"dị ndụ\",\n    \"biodegrading\": \"ihe okike\",\n    \"biodynamic\": \"ihe ngosi\",\n    \"biodynamical\": \"ihe omuma\",\n    \"biodynamics\": \"ihe omuma\",\n    \"biodyne\": \"mmkpo\",\n    \"bioecology\": \"ihe omumu\",\n    \"bioecologic\": \"ihe omumu\",\n    \"bioecological\": \"ihe omumu\",\n    \"bioecologies\": \"ihe ndi ndu\",\n    \"bioecologist\": \"ihe banyere mmiri ozuzo\",\n    \"bioelectric\": \"ihe ndi ozo\",\n    \"bioelectricity\": \"ihe oriri\",\n    \"bioelectrogenetically\": \"ihe ndi ozo\",\n    \"bioelectronics\": \"igwe elektrọnik\",\n    \"bioenergetics\": \"ihe ndi ozo\",\n    \"bioengineering\": \"ihe omumu\",\n    \"bioenvironmental\": \"ihe omumu\",\n    \"bioenvironmentaly\": \"ihe ndi ozo\",\n    \"bioethic\": \"ihe omumu\",\n    \"bioethics\": \"ihe omumu\",\n    \"biog\": \"ihe omimi\",\n    \"biogas\": \"ihe omimi\",\n    \"biogases\": \"ihe ndozi\",\n    \"biogasses\": \"ihe omimi\",\n    \"biogen\": \"ihe ndu\",\n    \"biogenesist\": \"ihe omumu ihe\",\n    \"biogenetic\": \"ihe omumu\",\n    \"biogenetical\": \"ihe ndi mmadu\",\n    \"biogenetics\": \"ihe omumu\",\n    \"biogeny\": \"ihe ndu\",\n    \"biogenic\": \"ihe okike\",\n    \"biogenies\": \"ihe ndi ozo\",\n    \"biogenous\": \"ihe ndi mmadu\",\n    \"biogens\": \"ihe na-eri ndụ\",\n    \"biogeographer\": \"onye na-ahụ maka ihe ọmụmụ\",\n    \"biogeographers\": \"ndị na-ahụ maka ihe ọmụmụ\",\n    \"biognosis\": \"ihe omuma\",\n    \"biographer\": \"onye na-ede akụkọ ndụ\",\n    \"biographers\": \"ndị na-ede akụkọ ndụ\",\n    \"biographic\": \"ihe omuma\",\n    \"biographies\": \"akụkọ ndụ\",\n    \"biographist\": \"onye na-ede akụkọ ndụ\",\n    \"biographize\": \"akụkọ ndụ\",\n    \"biohazard\": \"ihe ojoo\",\n    \"bioherm\": \"ihe omuma\",\n    \"bioherms\": \"ihe ndi ozo\",\n    \"biokinetics\": \"ihe ndi ozo\",\n    \"biolinguistics\": \"ihe nyocha\",\n    \"biolyses\": \"ihe ndị dị ndụ\",\n    \"biolysis\": \"ihe nyocha\",\n    \"biolith\": \"biolith nkechi\",\n    \"biolytic\": \"ihe okike\",\n    \"biology\": \"bayoloji\",\n    \"biologic\": \"ihe omumu\",\n    \"biological\": \"ndu\",\n    \"biologically\": \"bayoloji\",\n    \"biologics\": \"ihe omumu\",\n    \"biologies\": \"bayoloji\",\n    \"biologism\": \"ihe omumu\",\n    \"biologist\": \"bayoloji\",\n    \"biologistic\": \"ihe omumu\",\n    \"biologists\": \"ndị na-amụ banyere ihe ndị dị ndụ\",\n    \"biologize\": \"bayoloji\",\n    \"bioluminescence\": \"ihe omumu\",\n    \"biomagnetic\": \"ihe na-arụ ọrụ\",\n    \"biomagnetism\": \"usoro ihe omumu\",\n    \"biomass\": \"bayam\",\n    \"biomaterial\": \"ihe omumu\",\n    \"biomathematics\": \"usoro ihe omumu\",\n    \"biomechanical\": \"ihe omumu\",\n    \"biomechanics\": \"ihe omumu\",\n    \"biomedical\": \"ihe omumu\",\n    \"biomedicine\": \"ihe omumu\",\n    \"biomes\": \"ihe omuma\",\n    \"biometeorology\": \"ihe omumu\",\n    \"biometer\": \"baimita\",\n    \"biometry\": \"usoro ihe omumu\",\n    \"biometrician\": \"onye na-ahụ maka ihe omimi\",\n    \"biometricist\": \"ihe mmuta\",\n    \"biometrics\": \"ihe omumu\",\n    \"biometries\": \"ihe omumu\",\n    \"biometrist\": \"ihe ochie\",\n    \"biomicroscope\": \"ihe omumu\",\n    \"biomicroscopy\": \"ihe omumu\",\n    \"biomicroscopies\": \"ihe ndi ozo\",\n    \"biomorphic\": \"ihe dị ndụ\",\n    \"byon\": \"bion\",\n    \"bionomic\": \"bionomik\",\n    \"bionomically\": \"bionom n'ụzọ iwu\",\n    \"biont\": \"Onyekwere\",\n    \"biontic\": \"bionti\",\n    \"bionts\": \"bion\",\n    \"biophagy\": \"ihe ndi ozo\",\n    \"biophilous\": \"ihe siri ike\",\n    \"biophysical\": \"ihe omuma\",\n    \"biophysically\": \"na aru ike\",\n    \"biophysicist\": \"ihe gbasara biophysicist\",\n    \"biophysics\": \"ihe ndi ozo\",\n    \"biophysiography\": \"ihe omuma\",\n    \"biophysiological\": \"ihe banyere ha\",\n    \"biopic\": \"ndu\",\n    \"bioplasmic\": \"Nkechi\",\n    \"biopotential\": \"ihe bara uru\",\n    \"bioprecipitation\": \"ịdọ aka ná ntị\",\n    \"biopsy\": \"ihe omimi\",\n    \"bioptic\": \"ihe na-egbu egbu\",\n    \"bioral\": \"ihe okike\",\n    \"biorbital\": \"Nwokeji\",\n    \"biordinal\": \"Onyekwere\",\n    \"byordinary\": \"ọfụma\",\n    \"bioreaction\": \"ihe omumu\",\n    \"bioresearch\": \"ihe nyocha\",\n    \"biorgan\": \"Onyebuchi\",\n    \"biorhythm\": \"Nwunyem\",\n    \"biorhythmic\": \"Nwokeji\",\n    \"biorhythmicity\": \"ọdịdị\",\n    \"biorhythmicities\": \"ọdịdị\",\n    \"bios\": \"ihe omuma\",\n    \"bioscience\": \"ihe omumu\",\n    \"biosciences\": \"ihe omumu\",\n    \"bioscientific\": \"ihe omumu\",\n    \"bioscientist\": \"ihe omimi\",\n    \"bioscopy\": \"ihe nyocha\",\n    \"bioseston\": \"iheanyichukwu\",\n    \"biosynthesis\": \"ihe omimi\",\n    \"biosynthetic\": \"ihe omumu\",\n    \"biosystematy\": \"ihe omumu\",\n    \"biosystematic\": \"ihe omumu\",\n    \"biosystematics\": \"ihe omumu\",\n    \"biosystematist\": \"ihe omumu ihe\",\n    \"biosocial\": \"ihe omuma\",\n    \"biosociology\": \"ihe omumu\",\n    \"biosociological\": \"ihe omumu\",\n    \"biosome\": \"ihe biosome\",\n    \"biostatics\": \"biostatikis\",\n    \"biosterin\": \"ihe ndị dị ndụ\",\n    \"biotaxy\": \"ihe ndi ozo\",\n    \"biotechnology\": \"bayoloji\",\n    \"biotechnological\": \"ihe omumu\",\n    \"biotechnologicaly\": \"ihe omumu\",\n    \"biotelemetries\": \"ihe ndi ozo\",\n    \"biotherapy\": \"ọgwụgwọ ọrịa\",\n    \"biotic\": \"ihe okike\",\n    \"biotical\": \"ihe omumu\",\n    \"biotically\": \"ndu\",\n    \"biotics\": \"ihe ndi ozo\",\n    \"biotypology\": \"usoro ihe omumu\",\n    \"biotomy\": \"ihe omumu\",\n    \"biotoxins\": \"ihe ndi ozo\",\n    \"biotransformation\": \"mgbanwe biotransformation\",\n    \"biotrons\": \"ihe omimi\",\n    \"byous\": \"nwee obi uto\",\n    \"byously\": \"n’ike n’ike\",\n    \"biovular\": \"ihe omuma\",\n    \"biovulate\": \"bavụya\",\n    \"bioxide\": \"ihe gbasiri\",\n    \"biozone\": \"ihe ndozi\",\n    \"byp\": \"site na\",\n    \"bipartile\": \"bipartite\",\n    \"bipartitely\": \"bipartite\",\n    \"bipartizan\": \"bipartisan\",\n    \"bypass\": \"uzo\",\n    \"bypassed\": \"gafere\",\n    \"bypasser\": \"onye ngabiga\",\n    \"bypasses\": \"uzo\",\n    \"bypassing\": \"gafere\",\n    \"bypath\": \"n'akuku\",\n    \"bypaths\": \"ụzọ\",\n    \"biped\": \"biedi\",\n    \"bipedality\": \"bipopo\",\n    \"byplace\": \"ebe\",\n    \"biporous\": \"bipopo\",\n    \"bipotentiality\": \"ike ime ihe\",\n    \"bipotentialities\": \"ike ime ihe\",\n    \"byproduct\": \"site na-emepụta\",\n    \"byproducts\": \"site na-emepụta\",\n    \"biramous\": \"bira oke\",\n    \"birational\": \"biration\",\n    \"birched\": \"biri\",\n    \"birchen\": \"biriki\",\n    \"bircher\": \"atụ\",\n    \"birchers\": \"ndị na-agba akwụna\",\n    \"birching\": \"na-atụgharị\",\n    \"birchwood\": \"osisi birchwood\",\n    \"bird\": \"nnụnụ\",\n    \"birdbander\": \"nnụnụ\",\n    \"birdbanding\": \"nnụnụ\",\n    \"birdbath\": \"nnụnụ\",\n    \"birdbaths\": \"nnụnụ\",\n    \"birdberry\": \"nnụnụ\",\n    \"birdbrain\": \"nnụnụ\",\n    \"birdbrained\": \"nnunu\",\n    \"birdbrains\": \"nnụnụ nnụnụ\",\n    \"birdcage\": \"nnụnụ\",\n    \"birdcages\": \"nnụnụ\",\n    \"birdcall\": \"nnụnụ nnụnụ\",\n    \"birdcalls\": \"nnụnnụ mmiri\",\n    \"birdcatcher\": \"nnụnụ nnụnụ\",\n    \"birdcatching\": \"nnụnnụ nnụnụ\",\n    \"birdclapper\": \"nnụnụ\",\n    \"birdcraft\": \"nnụnụ\",\n    \"birddom\": \"nnụnụ\",\n    \"birded\": \"nnụnụ\",\n    \"birder\": \"nnụnụ\",\n    \"birders\": \"umu nnụnụ\",\n    \"birdfarm\": \"nnụnụ\",\n    \"birdfarms\": \"nnụnụ\",\n    \"birdglue\": \"nnụnụ\",\n    \"birdhood\": \"nnụnụ\",\n    \"birdhouse\": \"ulo nnunu\",\n    \"birdhouses\": \"ụlọ nnụnụ\",\n    \"birdy\": \"nnụnụ\",\n    \"birdie\": \"nnụnụ\",\n    \"birdied\": \"biri\",\n    \"birdieing\": \"nnụnụ\",\n    \"birdies\": \"nnụnụ\",\n    \"birding\": \"nnụnụ\",\n    \"birdland\": \"ala nnụnụ\",\n    \"birdless\": \"nnụnụ\",\n    \"birdlet\": \"nnụnụ\",\n    \"birdlife\": \"ndụ nnụnụ\",\n    \"birdlike\": \"dị ka nnụnụ\",\n    \"birdlime\": \"nnụnụ\",\n    \"birdlimed\": \"nnụnụ\",\n    \"birdlimes\": \"oge nnụnụ\",\n    \"birdliming\": \"nnụnụ\",\n    \"birdling\": \"nnụnụ\",\n    \"birdlore\": \"nnụnụ\",\n    \"birdman\": \"nnụnụ\",\n    \"birdmen\": \"nnụnụ\",\n    \"birdmouthed\": \"nnụnụ kwụrụ\",\n    \"birdnest\": \"nnụnụ\",\n    \"birdnester\": \"nnụnụ\",\n    \"birds\": \"nnụnụ\",\n    \"birdsall\": \"nnụnụ niile\",\n    \"birdseed\": \"nnụnụ\",\n    \"birdseeds\": \"nnụnụ mkpụrụ\",\n    \"birdseyes\": \"nnụnụ\",\n    \"birdshot\": \"nnụnnụ nnụnụ\",\n    \"birdshots\": \"nnụnụ gbaa\",\n    \"birdsnest\": \"birdnest\",\n    \"birdsong\": \"nnụnụ\",\n    \"birdstone\": \"nnụnụ\",\n    \"birdwatch\": \"nnụnụ nnụnụ\",\n    \"birdweed\": \"igbo igbo\",\n    \"birdwise\": \"nnụnụ\",\n    \"birdwitted\": \"nnụnụ\",\n    \"birdwoman\": \"nnụnnụ nnụnnụ\",\n    \"birdwomen\": \"umu nwanyi\",\n    \"biremes\": \"birem\",\n    \"birettas\": \"biretta\",\n    \"byrewards\": \"n'ihu\",\n    \"birgand\": \"onyinye\",\n    \"birky\": \"nnụnụ\",\n    \"birkies\": \"birikies\",\n    \"birks\": \"nnụnụ\",\n    \"byrlaw\": \"iwu\",\n    \"birled\": \"gbara gburugburu\",\n    \"birler\": \"ihe nnụnụ\",\n    \"birlers\": \"ndị nnụnụ\",\n    \"birlieman\": \"onye nwe obodo\",\n    \"birling\": \"ịgha\",\n    \"byrling\": \"ịgha\",\n    \"birlings\": \"nnụnụ\",\n    \"birls\": \"nnụnụ\",\n    \"byrls\": \"byr\",\n    \"birminghamize\": \"birmingham ize\",\n    \"birn\": \"amuru\",\n    \"byrnies\": \"bynkeji\",\n    \"byroad\": \"n'okporo ụzọ\",\n    \"byroads\": \"ụzọ\",\n    \"byronic\": \"site n'okwu\",\n    \"byronics\": \"site na ngwa oru\",\n    \"byronist\": \"onye na-eme nnyocha\",\n    \"byronize\": \"mechie\",\n    \"birotation\": \"nsị\",\n    \"birotatory\": \"ihe mgbochi\",\n    \"birr\": \"ijeri\",\n    \"birred\": \"dị ndụ\",\n    \"birrettas\": \"birretta\",\n    \"birring\": \"ịkọ\",\n    \"birrs\": \"mbadamba\",\n    \"birses\": \"birs\",\n    \"birth\": \"omumu\",\n    \"birthbed\": \"mụọ\",\n    \"birthday\": \"ụbọchị ọmụmụ\",\n    \"birthdays\": \"ụbọchị ọmụmụ\",\n    \"birthdom\": \"ọmụmụ\",\n    \"birthed\": \"biri\",\n    \"birthy\": \"omumu\",\n    \"birthing\": \"na-amụ ihe\",\n    \"byrthynsak\": \"burtynsky\",\n    \"birthland\": \"ala nna\",\n    \"birthless\": \"enweghị ịmụ nwa\",\n    \"birthmark\": \"akara omumu\",\n    \"birthmarks\": \"akara omumu\",\n    \"birthmate\": \"ụbọchị ọmụmụ\",\n    \"birthnight\": \"abali\",\n    \"birthplace\": \"ebe omumu\",\n    \"birthplaces\": \"ebe ọmụmụ\",\n    \"birthrate\": \"ọmụmụ nwa\",\n    \"birthrates\": \"na-amụ nwa\",\n    \"birthright\": \"ọkpara\",\n    \"birthrights\": \"ọmụmụ\",\n    \"birthroot\": \"ọmụmụ\",\n    \"births\": \"ọmụmụ\",\n    \"birthstone\": \"ihe omumu\",\n    \"birthstones\": \"ihe omumu\",\n    \"birthstool\": \"ebe nchekwa\",\n    \"birthwort\": \"omumu\",\n    \"bisantler\": \"akwụkwọ ozi\",\n    \"biscanism\": \"biscan\",\n    \"biscot\": \"bisisot\",\n    \"biscotin\": \"biskotin\",\n    \"biscuit\": \"bisikiiti\",\n    \"biscuiting\": \"biskit\",\n    \"biscuitlike\": \"bisikiiti\",\n    \"biscuitmaker\": \"bisikiiti\",\n    \"biscuitmaking\": \"bisikiiti\",\n    \"biscuitry\": \"bisikiiti\",\n    \"biscuitroot\": \"bisikiiti\",\n    \"biscuits\": \"biskit\",\n    \"biscutate\": \"bisikate\",\n    \"bisdimethylamino\": \"bis dimethylamino\",\n    \"bisected\": \"bisector\",\n    \"bisecting\": \"na-arụ ọrụ\",\n    \"bisection\": \"arụ ọrụ\",\n    \"bisectional\": \"na-arụ ọrụ\",\n    \"bisectionally\": \"bisection mmekorita\",\n    \"bisections\": \"arụ ọrụ\",\n    \"bisects\": \"biseji\",\n    \"biserial\": \"bishọp\",\n    \"biseriately\": \"na-elekọta anya\",\n    \"bisglyoxaline\": \"mmmmmmmmmmmmm\",\n    \"bish\": \"azụ\",\n    \"bishareen\": \"ọnwareen\",\n    \"bisharin\": \"ọnwarin\",\n    \"bishop\": \"bishọp\",\n    \"bishopbird\": \"bishọpbird\",\n    \"bishopdom\": \"bishọp\",\n    \"bishopess\": \"bishọp\",\n    \"bishopful\": \"bishọp\",\n    \"bishophood\": \"bishọp\",\n    \"bishoplike\": \"dị ka bishop\",\n    \"bishopling\": \"bishọp\",\n    \"bishopric\": \"bishọp\",\n    \"bishoprics\": \"bishọp\",\n    \"bishops\": \"bishọp\",\n    \"bishopship\": \"bishọp\",\n    \"bisymmetry\": \"bisymmetri\",\n    \"bisinuation\": \"bisinkaation\",\n    \"bisischiatic\": \"achicha\",\n    \"bisley\": \"beli\",\n    \"bislings\": \"biski\",\n    \"bismarckian\": \"nwachukwu\",\n    \"bismer\": \"achịcha\",\n    \"bisonant\": \"onye ugha\",\n    \"byspell\": \"site na\",\n    \"bisporous\": \"juo\",\n    \"bisques\": \"biski\",\n    \"bissextile\": \"ndi nwoke\",\n    \"bist\": \"gbanye\",\n    \"bystander\": \"onye na-ekiri ihe na-emenụ\",\n    \"bystanders\": \"ndị na-eguzo n'akụkụ\",\n    \"bister\": \"inwu\",\n    \"bistered\": \"gbụrụ\",\n    \"bisters\": \"ụmụnne\",\n    \"bistort\": \"mmachi\",\n    \"bistorts\": \"ihe mgbochi\",\n    \"bistouries\": \"ụlọ ọrụ\",\n    \"bistred\": \"okwo\",\n    \"bistroic\": \"Udochukwu\",\n    \"bisubstituted\": \"gbanwere\",\n    \"bit\": \"ntakịrị\",\n    \"bitake\": \"ime achịcha\",\n    \"bitch\": \"nkita\",\n    \"bitched\": \"nkwo\",\n    \"bitchery\": \"ebe anwuta\",\n    \"bitches\": \"nkita\",\n    \"bitchiest\": \"kasị\",\n    \"bitchiness\": \"ilu\",\n    \"bite\": \"aru\",\n    \"biteable\": \"aru aru\",\n    \"bited\": \"rie\",\n    \"biteless\": \"enweghị atụ\",\n    \"biternate\": \"ilu\",\n    \"biternately\": \"jiri nwayọ\",\n    \"bites\": \"ata aru\",\n    \"bitesheep\": \"aturu\",\n    \"bitewing\": \"ata aru\",\n    \"bitewings\": \"aru aru\",\n    \"byth\": \"akuko\",\n    \"bithynian\": \"Onyinye\",\n    \"bityite\": \"ntughari\",\n    \"bytime\": \"oge\",\n    \"biting\": \"atarịta ụka\",\n    \"bitingly\": \"na aturu aru\",\n    \"bitingness\": \"atarịta ụka\",\n    \"bitypic\": \"ihere\",\n    \"bitless\": \"enweghị isi\",\n    \"bitripinnatifid\": \"bitrịpinnatifid\",\n    \"bits\": \"ibe n'ibe\",\n    \"bitser\": \"na-akụ\",\n    \"bitsy\": \"Onyeka Onwenu\",\n    \"bitstalk\": \"okwute\",\n    \"bitstock\": \"kwo\",\n    \"bitstone\": \"okwute\",\n    \"bitte\": \"rie\",\n    \"bitted\": \"rie\",\n    \"bitten\": \"rie\",\n    \"bitter\": \"ilu\",\n    \"bitterbark\": \"ilu\",\n    \"bitterblain\": \"esiam\",\n    \"bitterbloom\": \"ilu\",\n    \"bitterbrush\": \"ilu\",\n    \"bitterbump\": \"ilu\",\n    \"bitterbur\": \"ilu\",\n    \"bitterbush\": \"ilu\",\n    \"bittered\": \"ilu\",\n    \"bitterer\": \"onye iwe\",\n    \"bitterest\": \"ilu\",\n    \"bitterful\": \"ilu\",\n    \"bitterhead\": \"isi ilu\",\n    \"bitterhearted\": \"nwee obi ilu\",\n    \"bitterheartedness\": \"obi ilu\",\n    \"bittering\": \"ilu\",\n    \"bitterish\": \"ilu\",\n    \"bitterishness\": \"ilu\",\n    \"bitterless\": \"enweghị ihe ilu\",\n    \"bitterly\": \"ilu\",\n    \"bitterling\": \"na-egbu ilu\",\n    \"bittern\": \"ilu\",\n    \"bitterness\": \"obi ilu\",\n    \"bitterns\": \"ilu\",\n    \"bitternut\": \"ilu\",\n    \"bitterroot\": \"ilu\",\n    \"bitters\": \"ihe ilu\",\n    \"bittersweet\": \"ilu\",\n    \"bittersweetly\": \"n'ilu di ilu\",\n    \"bittersweetness\": \"ilu\",\n    \"bittersweets\": \"tersbọchị bittersweets\",\n    \"bitterweed\": \"ilu\",\n    \"bitterwood\": \"ilu\",\n    \"bitterworm\": \"diwworm\",\n    \"bitterwort\": \"ilu\",\n    \"bittier\": \"ilu\",\n    \"bittings\": \"nri\",\n    \"bittor\": \"bitto\",\n    \"bitts\": \"otu ihe\",\n    \"bitubercular\": \"bitubọkal\",\n    \"bituberculated\": \"na-agbatị\",\n    \"bituminising\": \"na-agba ume\",\n    \"bituminizing\": \"na-agba ume\",\n    \"bitwise\": \"N'otu aka ahụ\",\n    \"biunity\": \"enweghị mmeso\",\n    \"bivalency\": \"ịma mma\",\n    \"bivious\": \"ihe nzuzu\",\n    \"bivocalized\": \"emeghi ihe\",\n    \"byward\": \"n'ihu\",\n    \"biweekly\": \"izu abụọ\",\n    \"byword\": \"site n’okwu\",\n    \"bywork\": \"site n'ọrụ\",\n    \"byworks\": \"site na-arụ ọrụ\",\n    \"bixin\": \"inye\",\n    \"biz\": \"bi\",\n    \"bizant\": \"aru ike\",\n    \"byzantian\": \"Obinwanne\",\n    \"byzantinesque\": \"byOgbogu Okonji\",\n    \"byzantinize\": \"byzantine\",\n    \"byzantium\": \"byzantine\",\n    \"byzants\": \"ndị byzants\",\n    \"bizardite\": \"ihe nzuzu\",\n    \"bizarre\": \"aru\",\n    \"bizarrely\": \"aru\",\n    \"bizarreness\": \"ihe omuma\",\n    \"bizarrerie\": \"aru\",\n    \"bizarres\": \"aru\",\n    \"bizcacha\": \"vizcacha\",\n    \"bizzarro\": \"bizarro\",\n    \"bjorne\": \"Okechukwu\",\n    \"bkbndr\": \"Ukachukwu\",\n    \"bkgd\": \"Ugbok\",\n    \"bklr\": \"Ugbok\",\n    \"bkpr\": \"Ugbok\",\n    \"bkpt\": \"Ugbok\",\n    \"bl\": \"Nkechi\",\n    \"blab\": \"okpokoro\",\n    \"blabbed\": \"togburu\",\n    \"blabber\": \"okwu okwute\",\n    \"blabbered\": \"okpokoro\",\n    \"blabbering\": \"na-ekwu okwu\",\n    \"blabbermouth\": \"mmmmmmmmmmmmm\",\n    \"blabbermouths\": \"mmmmmmmmmmmmm\",\n    \"blabbers\": \"okwute\",\n    \"blabby\": \"ihere\",\n    \"blabbing\": \"na-ekwu okwu\",\n    \"blabmouth\": \"Okeke\",\n    \"blabs\": \"ọkụ\",\n    \"blachong\": \"ifeanyi\",\n    \"black\": \"oji\",\n    \"blackball\": \"bọl\",\n    \"blackballed\": \"gbanye ojii\",\n    \"blackballer\": \"oji oji\",\n    \"blackballing\": \"ịgba bọl\",\n    \"blackballs\": \"bọọlụ ojii\",\n    \"blackband\": \"okpu ojii\",\n    \"blackbeard\": \"nwa ojii\",\n    \"blackbeetle\": \"nwa ebe\",\n    \"blackbelly\": \"ihe ojii\",\n    \"blackberries\": \"blakberị\",\n    \"blackberrylike\": \"blackberry amasị\",\n    \"blackbird\": \"nnụnụ\",\n    \"blackbirder\": \"okpu ojii\",\n    \"blackbirding\": \"ịgba ojii\",\n    \"blackbirds\": \"oji\",\n    \"blackboard\": \"bọọdụ\",\n    \"blackboards\": \"bọọdụ\",\n    \"blackbody\": \"oji\",\n    \"blackboy\": \"nwa ojii\",\n    \"blackboys\": \"bomụ ojii\",\n    \"blackbrush\": \"brọsh\",\n    \"blackbush\": \"ntanye\",\n    \"blackbutt\": \"mgbanye\",\n    \"blackcoat\": \"uwe ojii\",\n    \"blackcods\": \"oji\",\n    \"blackcurrant\": \"oji\",\n    \"blackdamp\": \"oji ojii\",\n    \"blacked\": \"gbaa ọchịchịrị\",\n    \"blackeye\": \"nweke\",\n    \"blackeyes\": \"mmmmmmmmmmmmm\",\n    \"blacken\": \"na-acha oji\",\n    \"blackened\": \"agba ojii\",\n    \"blackener\": \"agba ojii\",\n    \"blackeners\": \"oji ojii\",\n    \"blackening\": \"agba ojii\",\n    \"blackens\": \"na-agba oji\",\n    \"blacker\": \"agba ojii\",\n    \"blackest\": \"nke kachasị oji\",\n    \"blackfeet\": \"nwa ojii\",\n    \"blackfellow\": \"nwa\",\n    \"blackfellows\": \"ndi oji\",\n    \"blackfire\": \"agbanyụ ọkụ\",\n    \"blackfishes\": \"blackfish\",\n    \"blackflies\": \"ijiji\",\n    \"blackfoot\": \"ụkwụ ojii\",\n    \"blackguard\": \"nchekwa\",\n    \"blackguardism\": \"mkpuchi ọchịchị\",\n    \"blackguardly\": \"nchekwa\",\n    \"blackguardry\": \"nchekwa\",\n    \"blackguards\": \"ndị isi ojii\",\n    \"blackgums\": \"oji ojii\",\n    \"blackhander\": \"acha uhie uhie\",\n    \"blackhead\": \"isi oji\",\n    \"blackheads\": \"okpu ojii\",\n    \"blackheart\": \"nwa obi\",\n    \"blackhearted\": \"mkpụrụ obi\",\n    \"blackheartedly\": \"nwa obi\",\n    \"blackheartedness\": \"mkpụrụ obi\",\n    \"blacky\": \"oji\",\n    \"blacking\": \"na-agba ojii\",\n    \"blackings\": \"na-agba oji\",\n    \"blackish\": \"nwa\",\n    \"blackishly\": \"ojii\",\n    \"blackishness\": \"oji\",\n    \"blackjack\": \"oji\",\n    \"blackjacked\": \"Ojiri\",\n    \"blackjacking\": \"Ogbo\",\n    \"blackjacks\": \"Ihe Ojuru\",\n    \"blacklead\": \"ojii\",\n    \"blacklegged\": \"acha uhie uhie\",\n    \"blackleggery\": \"acha uhie uhie\",\n    \"blacklegism\": \"ojii\",\n    \"blacklegs\": \"ojii\",\n    \"blackly\": \"ojii\",\n    \"blacklight\": \"ọkụ ojii\",\n    \"blacklisted\": \"blacklist\",\n    \"blacklists\": \"ede oji\",\n    \"blackmail\": \"na-akpọku aha\",\n    \"blackmailed\": \"gbanye oji\",\n    \"blackmailer\": \"oji\",\n    \"blackmailers\": \"ndị isi ojii\",\n    \"blackmailing\": \"izipu ozi\",\n    \"blackmails\": \"Ozi\",\n    \"blackman\": \"nwa oji\",\n    \"blackneb\": \"oji\",\n    \"blackness\": \"oji\",\n    \"blackout\": \"agbanyụcha ọkụ\",\n    \"blackouts\": \"oji ojii\",\n    \"blackplate\": \"efere ojii\",\n    \"blackpoll\": \"bọlbụ\",\n    \"blackpot\": \"okpu ojii\",\n    \"blacks\": \"oji\",\n    \"blackseed\": \"mkpụrụ ojii\",\n    \"blackshirt\": \"uwe ojii\",\n    \"blackshirted\": \"uwe ojii\",\n    \"blacksmith\": \"onye oji\",\n    \"blacksmithing\": \"na-acha oji\",\n    \"blacksmiths\": \"ndi oji\",\n    \"blackstrap\": \"ihe mkpuchi ojii\",\n    \"blacktopped\": \"gbachiri\",\n    \"blackwash\": \"ntacha ọcha\",\n    \"blackwasher\": \"Igwe ncha uhie\",\n    \"blackwashing\": \"ncha ọcha\",\n    \"blackwater\": \"oji mmiri\",\n    \"blackwood\": \"Blackwood\",\n    \"blackwort\": \"blackwork\",\n    \"blad\": \"afo\",\n    \"bladder\": \"eriri afo\",\n    \"bladderet\": \"eriri afo\",\n    \"bladdery\": \"eriri afo\",\n    \"bladderless\": \"eriri afo\",\n    \"bladderlike\": \"dị ka eriri afo\",\n    \"bladdernose\": \"eriri afọ\",\n    \"bladdernut\": \"eriri afo\",\n    \"bladderpod\": \"eriri afo\",\n    \"bladders\": \"eriri afo\",\n    \"bladderwrack\": \"eriri afo\",\n    \"blade\": \"agụba\",\n    \"bladebone\": \"agụba\",\n    \"bladed\": \"pupụtara\",\n    \"bladeless\": \"agụba\",\n    \"bladelet\": \"agụba\",\n    \"bladelike\": \"nwechara\",\n    \"blades\": \"UM UBARA\",\n    \"bladesmith\": \"Ihe anakpo\",\n    \"bladewise\": \"agụba\",\n    \"blady\": \"iwu\",\n    \"bladygrass\": \"ahịhịa amị\",\n    \"blading\": \"agụba\",\n    \"bladish\": \"UM UBARA\",\n    \"blaeberry\": \"blaeberị\",\n    \"blaeness\": \"oku\",\n    \"blaewort\": \"nkechi\",\n    \"blaff\": \"Ogochukwu\",\n    \"blaffert\": \"ihe ederede\",\n    \"blaggard\": \"ihe ojoo\",\n    \"blague\": \"ihe ojoo\",\n    \"blayk\": \"gbachi\",\n    \"blair\": \"NKP\",\n    \"blairmorite\": \"nkwanye ugwu\",\n    \"blake\": \"igwu\",\n    \"blakeberyed\": \"Udochukwu\",\n    \"blamability\": \"lamta ụta\",\n    \"blamable\": \"lamta ụta\",\n    \"blamableness\": \"bta ụta\",\n    \"blamably\": \"ụta\",\n    \"blame\": \"ụta\",\n    \"blameable\": \"blameta ụta\",\n    \"blameableness\": \"ableta ụta\",\n    \"blameably\": \"na-ata uta\",\n    \"blamed\": \"blamedta uta\",\n    \"blameful\": \"blameta ụta\",\n    \"blamefully\": \"ụta\",\n    \"blamefulness\": \"ụta\",\n    \"blameless\": \"enweghị ụta\",\n    \"blamelessly\": \"n'enweghị ụta\",\n    \"blamelessness\": \"enweghị ụta\",\n    \"blamer\": \"ibobo\",\n    \"blamers\": \"ndibo\",\n    \"blames\": \"ụta\",\n    \"blameworthy\": \"worthyta ụta\",\n    \"blameworthiness\": \"ụta kwesịrị\",\n    \"blaming\": \"ata ụta\",\n    \"blamingly\": \"ụta\",\n    \"blams\": \"ọkụ\",\n    \"blan\": \"oghere\",\n    \"blanc\": \"oghere\",\n    \"blancard\": \"blanket\",\n    \"blanch\": \"nzu\",\n    \"blanche\": \"oghere\",\n    \"blanched\": \"gbaa gburugburu\",\n    \"blancher\": \"blanket\",\n    \"blanchers\": \"ndị na-ekpocha ihe\",\n    \"blanches\": \"blanket\",\n    \"blanchimeter\": \"blanchimeta\",\n    \"blanching\": \"na-ekpochapu\",\n    \"blanchingly\": \"n'ikpochapu\",\n    \"blancmanger\": \"ihe nzuzu\",\n    \"blancmanges\": \"ihe mkpuchi\",\n    \"blanco\": \"Blanco\",\n    \"blancs\": \"blanket\",\n    \"bland\": \"eweghi iwe\",\n    \"blander\": \"nkwutọ\",\n    \"blandest\": \"nke adighi nma\",\n    \"blandfordia\": \"Uzoamaka\",\n    \"blandiloquence\": \"ihe mgbochi\",\n    \"blandiloquious\": \"ihe nzuzu\",\n    \"blandiloquous\": \"ihe nzuzu\",\n    \"blandish\": \"ihe ojoo\",\n    \"blandished\": \"kwujọrọ\",\n    \"blandisher\": \"onye ojoo\",\n    \"blandishers\": \"ndi ojoo\",\n    \"blandishes\": \"nkwuputa\",\n    \"blandishing\": \"na-agbagha\",\n    \"blandishingly\": \"na-eju anya\",\n    \"blandishment\": \"nkwusi\",\n    \"blandishments\": \"nkwuputa\",\n    \"blandly\": \"nkwutọ\",\n    \"blandness\": \"nkwupụta okwu\",\n    \"blank\": \"oghere\",\n    \"blankard\": \"blanket\",\n    \"blankbook\": \"Akwụkwọ blank\",\n    \"blanked\": \"ihe efu\",\n    \"blanker\": \"blanket\",\n    \"blanketed\": \"blanket na\",\n    \"blanketeer\": \"blanket na\",\n    \"blanketer\": \"blanket\",\n    \"blanketers\": \"blanket na\",\n    \"blanketflower\": \"uwe mgbochi\",\n    \"blankety\": \"ihe nzuzu\",\n    \"blanketlike\": \"blanket\",\n    \"blanketmaker\": \"akwa blanket\",\n    \"blanketmaking\": \"blanket blanket\",\n    \"blanketry\": \"blanketị\",\n    \"blankets\": \"blanket\",\n    \"blanky\": \"oghere\",\n    \"blanking\": \"na-ekpuchi ihe\",\n    \"blankish\": \"ihe nzuzu\",\n    \"blankit\": \"blanket\",\n    \"blankite\": \"oghere\",\n    \"blankly\": \"n’efu\",\n    \"blankminded\": \"mmmmmmmmmmmmm\",\n    \"blankmindedness\": \"mmmmmmmmmmmmm\",\n    \"blankness\": \"oghere\",\n    \"blanks\": \"oghere\",\n    \"blanque\": \"akwa\",\n    \"blanquette\": \"akwa mkpuchi\",\n    \"blaoner\": \"ozi\",\n    \"blaoners\": \"ndị ọkụ\",\n    \"blare\": \"ọkụ\",\n    \"blared\": \"were iwe\",\n    \"blares\": \"ọkụ\",\n    \"blaring\": \"ikwusi ike\",\n    \"blarneyed\": \"acha ọcha\",\n    \"blarneyer\": \"Ogba-mmiri\",\n    \"blarneying\": \"larba ama\",\n    \"blarneys\": \"okpokoro\",\n    \"blas\": \"Ndiigbo\",\n    \"blaseness\": \"nkwulu\",\n    \"blash\": \"okpokoro\",\n    \"blashy\": \"nkwulu\",\n    \"blasia\": \"mmmmmmmmmmmm\",\n    \"blaspheme\": \"nkwulu\",\n    \"blasphemed\": \"ekwulu\",\n    \"blasphemer\": \"onye nkwulu\",\n    \"blasphemers\": \"Ndị nkwulu\",\n    \"blasphemes\": \"ekwulu\",\n    \"blasphemy\": \"nkwulu\",\n    \"blasphemies\": \"ekwulu\",\n    \"blaspheming\": \"na-ekwulu Chineke\",\n    \"blasphemous\": \"Nkwulu\",\n    \"blasphemously\": \"kwujọrọ\",\n    \"blasphemousness\": \"Nkwulu Chineke\",\n    \"blast\": \"gbawara\",\n    \"blastaea\": \"afụọnụ\",\n    \"blasted\": \"gbawara\",\n    \"blastemal\": \"ọgbụgba\",\n    \"blastematic\": \"gbawara\",\n    \"blastemic\": \"ọgbụgba\",\n    \"blaster\": \"okpu\",\n    \"blasters\": \"ndị gbawara agbawa\",\n    \"blastful\": \"na-agbawa agbawa\",\n    \"blasthole\": \"gbawara\",\n    \"blasty\": \"okooko\",\n    \"blastid\": \"gbawara id\",\n    \"blastier\": \"balestier\",\n    \"blasties\": \"gbawara\",\n    \"blastiest\": \"balestier\",\n    \"blasting\": \"ọgbụgba ọkụ\",\n    \"blastings\": \"ọgbụgba ọkụ\",\n    \"blastman\": \"gbawara\",\n    \"blastment\": \"ọgbụgba ọkụ\",\n    \"blastochyle\": \"Oluchi Okeke\",\n    \"blastocyst\": \"gbawara\",\n    \"blastocyte\": \"okirikiri\",\n    \"blastocoel\": \"gbawara\",\n    \"blastocoelic\": \"okirikiri\",\n    \"blastoderm\": \"okpokoro\",\n    \"blastodermatic\": \"okpokoro\",\n    \"blastodermic\": \"okpokoro\",\n    \"blastodisc\": \"gbawara\",\n    \"blastodisk\": \"okpokoro\",\n    \"blastoff\": \"gbawara\",\n    \"blastoffs\": \"gbawara\",\n    \"blastomas\": \"gbawara\",\n    \"blastomere\": \"gbawara\",\n    \"blastomeric\": \"afụm\",\n    \"blastomyces\": \"okpokoro\",\n    \"blastomycete\": \"okpokoro\",\n    \"blastomycetes\": \"okpokoro\",\n    \"blastomycetic\": \"okpokoro\",\n    \"blastomycetous\": \"okpokoro\",\n    \"blastomycotic\": \"okpokoro\",\n    \"blastophaga\": \"gbawara\",\n    \"blastophitic\": \"okpokoro\",\n    \"blastophoral\": \"afụ\",\n    \"blastophore\": \"gbawara\",\n    \"blastophoric\": \"Nnenna\",\n    \"blastophthoric\": \"afụigbo\",\n    \"blastoporal\": \"gbawara\",\n    \"blastopore\": \"gbawara\",\n    \"blastoporic\": \"gbawara\",\n    \"blastoporphyritic\": \"afụfụfụ\",\n    \"blastosphere\": \"gbawara\",\n    \"blastospheric\": \"ikuku mmiri\",\n    \"blastostylar\": \"chukwuemeka\",\n    \"blastostyle\": \"Oluchi Okeke\",\n    \"blastplate\": \"gbawara\",\n    \"blasts\": \"Gbawara\",\n    \"blastula\": \"gbawara\",\n    \"blastulae\": \"gbawara\",\n    \"blastular\": \"na-agba agba\",\n    \"blastulas\": \"gbawara\",\n    \"blastulation\": \"ọgbụgba ọkụ\",\n    \"blastule\": \"gbawara\",\n    \"blatancy\": \"Ihihie\",\n    \"blatancies\": \"Okwu nzuzu\",\n    \"blatant\": \"ihe ocha\",\n    \"blatantly\": \"n'ikwu hoo haa\",\n    \"blate\": \"brik\",\n    \"blately\": \"ikwuputa okwu\",\n    \"blateness\": \"okpokoro\",\n    \"blateration\": \"ịkwa ụra\",\n    \"blateroon\": \"ịcha ihe\",\n    \"blather\": \"tinye ihe\",\n    \"blathered\": \"gbarụrụ\",\n    \"blatherer\": \"okwa-eze\",\n    \"blathery\": \"ntekwa\",\n    \"blathering\": \"na-agbasi ike\",\n    \"blathers\": \"ndị ohi\",\n    \"blatjang\": \"latnye\",\n    \"blats\": \"Onodi\",\n    \"blatted\": \"gbarụrụ\",\n    \"blatter\": \"lattọ\",\n    \"blattered\": \"Gbanyụọ\",\n    \"blatterer\": \"onye ọ bụla\",\n    \"blattering\": \"ikwupụta\",\n    \"blatters\": \"blatt\",\n    \"blattid\": \"Ugboro abụọ\",\n    \"blattiform\": \"Ugbor\",\n    \"blatting\": \"na-agbasi ike\",\n    \"blattoidea\": \"okwukwuike\",\n    \"blauboks\": \"Uchechukwu\",\n    \"blaugas\": \"Udochi\",\n    \"blaunner\": \"ihe ojoo\",\n    \"blautok\": \"utlọ\",\n    \"blaver\": \"oriọna\",\n    \"blawed\": \"mara ọkwa\",\n    \"blawing\": \"na-agbapu\",\n    \"blawn\": \"okwute\",\n    \"blawort\": \"iwu\",\n    \"blaws\": \"mmachi\",\n    \"blaze\": \"oku\",\n    \"blazed\": \"gbaa ọkụ\",\n    \"blazer\": \"oku\",\n    \"blazers\": \"oku\",\n    \"blazes\": \"na-agba ọkụ\",\n    \"blazing\": \"na-enwu ọkụ\",\n    \"blazingly\": \"gbaa\",\n    \"blazoned\": \"gbaa gburugburu\",\n    \"blazoner\": \"okpokoro\",\n    \"blazoning\": \"gbaa gburugburu\",\n    \"blazonment\": \"ogbe\",\n    \"blazonry\": \"okpokoro\",\n    \"blazonries\": \"okpokoro\",\n    \"blazons\": \"okooko osisi\",\n    \"bld\": \"Chidiebere\",\n    \"bldg\": \"Ogboo\",\n    \"bldr\": \"Ugboro\",\n    \"bleaberry\": \"ịcha ọcha\",\n    \"bleach\": \"ịcha ọcha\",\n    \"bleachability\": \"inwe udo\",\n    \"bleachable\": \"a na-agbanwe agbanwe\",\n    \"bleached\": \"ọchacha\",\n    \"bleacher\": \"onye isi awọ\",\n    \"bleachery\": \"ịgba ọchịchị mgba okpuru\",\n    \"bleacheries\": \"ịcha ọcha\",\n    \"bleacherite\": \"onye ọcha\",\n    \"bleacherman\": \"onye isi awọ\",\n    \"bleachers\": \"ndị ọcha\",\n    \"bleaches\": \"ịcha ọcha\",\n    \"bleachfield\": \"ịcha ọcha\",\n    \"bleachground\": \"ịcha ọcha\",\n    \"bleachhouse\": \"ụcha ụlọ\",\n    \"bleachyard\": \"ogige ọcha\",\n    \"bleaching\": \"ịcha ọcha\",\n    \"bleachman\": \"ịcha ọcha\",\n    \"bleachs\": \"ịcha ọcha\",\n    \"bleachworks\": \"ịcha ọcha\",\n    \"bleak\": \"adị njọ\",\n    \"bleaker\": \"ihe na-ekpo oku\",\n    \"bleakest\": \"kasị njọ\",\n    \"bleakness\": \"ịdị adị\",\n    \"bleaks\": \"na-ada\",\n    \"blear\": \"acha ọcha\",\n    \"bleared\": \"acha ọcha\",\n    \"blearedness\": \"acha ọcha\",\n    \"bleareyed\": \"acha ọcha\",\n    \"bleary\": \"na-acha ọcha\",\n    \"blearyeyedness\": \"ịda mba\",\n    \"blearier\": \"acha ọcha\",\n    \"blearily\": \"bleelle\",\n    \"bleariness\": \"arinfụ\",\n    \"blearing\": \"na-acha ọcha\",\n    \"blearness\": \"nchapu\",\n    \"blears\": \"bilie\",\n    \"bleat\": \"gbachapụ\",\n    \"bleated\": \"gbanye\",\n    \"bleater\": \"ịcha ọcha\",\n    \"bleaters\": \"ndị ọcha\",\n    \"bleaty\": \"achachi\",\n    \"bleating\": \"na-agba agba\",\n    \"bleatingly\": \"agba ọcha\",\n    \"bleats\": \"gbaa ụka\",\n    \"bleaunt\": \"onye isi\",\n    \"bleb\": \"gbasaa\",\n    \"blebby\": \"okpokoro\",\n    \"blebs\": \"na-agba\",\n    \"bleck\": \"gbanye ọkụ\",\n    \"bled\": \"gbaa ọbara\",\n    \"blee\": \"tie mkpu\",\n    \"bleed\": \"igba obara\",\n    \"bleeder\": \"ọbara ọbara\",\n    \"bleeders\": \"ọbara ọgbụgba\",\n    \"bleeding\": \"agba obara\",\n    \"bleedings\": \"ọbara ọgbụgba\",\n    \"bleeds\": \"gbaa ọbara\",\n    \"bleep\": \"hie ụra\",\n    \"bleeped\": \"dinara\",\n    \"bleeping\": \"na-ehi ụra\",\n    \"bleeps\": \"na-ehi ụra\",\n    \"bleinerite\": \"acha ọcha\",\n    \"blemish\": \"nkwarụ\",\n    \"blemished\": \"nkwarụ\",\n    \"blemisher\": \"nkwarụ\",\n    \"blemishes\": \"ntụpọ\",\n    \"blemishing\": \"emebi\",\n    \"blemishment\": \"mmejọ\",\n    \"blenched\": \"blench\",\n    \"blencher\": \"blench\",\n    \"blenchers\": \"ndị ọcha\",\n    \"blenchingly\": \"jisie ike\",\n    \"blend\": \"ngwakọta\",\n    \"blendcorn\": \"Ngwakọta\",\n    \"blende\": \"ngwakọta\",\n    \"blended\": \"agwakọtara\",\n    \"blenders\": \"Ngwakọta\",\n    \"blendes\": \"na-agwakọta\",\n    \"blending\": \"agwakọta\",\n    \"blendor\": \"ngwakọta\",\n    \"blends\": \"na-agwakọta\",\n    \"blendure\": \"ngwakọta\",\n    \"blendwater\": \"ngwakọta mmiri\",\n    \"blent\": \"gbaa aghara\",\n    \"bleo\": \"bulie\",\n    \"blepharal\": \"okpokoro\",\n    \"blepharitic\": \"ịgha ọcha\",\n    \"blepharocera\": \"okpokoro\",\n    \"blepharoclonus\": \"onyeka onwenu\",\n    \"blepharoncus\": \"okpokoro\",\n    \"blepharoplastic\": \"acha ọcha\",\n    \"blepharostat\": \"acha ọcha\",\n    \"blepharotomy\": \"ọbara ọbara\",\n    \"blere\": \"acha ọcha\",\n    \"blesboks\": \"lesgba\",\n    \"blesbuck\": \"bọlbụ\",\n    \"blesmol\": \"mmmmmmmmmmmmm\",\n    \"bless\": \"gọzie\",\n    \"blesse\": \"Iheanacho\",\n    \"blessed\": \"gọziri agọzi\",\n    \"blesseder\": \"gọzie\",\n    \"blessedest\": \"gọziri agọzi\",\n    \"blessedly\": \"gọzie\",\n    \"blessedness\": \"ngọzi\",\n    \"blesser\": \"gọzie\",\n    \"blessers\": \"gozie\",\n    \"blesses\": \"na-agọzi\",\n    \"blessing\": \"ngọzi\",\n    \"blessingly\": \"gọzie\",\n    \"blessings\": \"ngọzi\",\n    \"blest\": \"nwee nsogbu\",\n    \"blethe\": \"nwee ike\",\n    \"blether\": \"ihe otiti\",\n    \"bletheration\": \"ịcha ọcha\",\n    \"blethered\": \"Ikechukwu\",\n    \"blethering\": \"na-agba agba\",\n    \"bletherskate\": \"skate gbapụ\",\n    \"bletia\": \"bletilla\",\n    \"bletonism\": \"acha ọcha\",\n    \"blets\": \"eriri\",\n    \"bletted\": \"Ikechukwu\",\n    \"bletting\": \"na-eme ihe ọchị\",\n    \"blew\": \"fụọ\",\n    \"blewits\": \"na-agba ume\",\n    \"bliaut\": \"kwue\",\n    \"blibe\": \"iri-ngo\",\n    \"blickies\": \"Uchechukwu\",\n    \"blier\": \"gbacha gbacha\",\n    \"bliest\": \"kasị mma\",\n    \"blighted\": \"blight\",\n    \"blighter\": \"gbaa ọkụ\",\n    \"blighty\": \"ikuku\",\n    \"blighties\": \"ikuku\",\n    \"blighting\": \"blights\",\n    \"blightingly\": \"na-agba ume\",\n    \"blijver\": \"iku ume\",\n    \"blimbing\": \"bliming\",\n    \"blimy\": \"blimey\",\n    \"blimpishness\": \"blimpishọnke\",\n    \"blin\": \"Ugwu\",\n    \"blind\": \"kpuru ìsì\",\n    \"blindage\": \"ikpu ìsì\",\n    \"blindages\": \"ìsì\",\n    \"blindball\": \"kpuru ìsì\",\n    \"blindcat\": \"ikpuchi ìsì\",\n    \"blinded\": \"kpuo ìsì\",\n    \"blindedly\": \"kpuo ìsì\",\n    \"blindeyes\": \"oji\",\n    \"blinder\": \"onye kpuru ìsì\",\n    \"blinders\": \"ndị ìsì\",\n    \"blindest\": \"kpuru ìsì\",\n    \"blindfast\": \"kpuru ìsì\",\n    \"blindfish\": \"nkuchi anya\",\n    \"blindfishes\": \"nkuchi anya\",\n    \"blindfold\": \"ekpuchie anya\",\n    \"blindfolded\": \"kpuru ìsì\",\n    \"blindfoldedly\": \"na-ekpuchi anya\",\n    \"blindfoldedness\": \"ikpu ìsì\",\n    \"blindfolder\": \"mkpuchi anya\",\n    \"blindfolding\": \"ikpuchi anya\",\n    \"blindfoldly\": \"kechie anya\",\n    \"blindfolds\": \"ihe mkpuchi anya\",\n    \"blinding\": \"ikpu ìsì\",\n    \"blindingly\": \"kpuru ìsì\",\n    \"blindish\": \"kpuo ìsì\",\n    \"blindism\": \"ikpu ìsì\",\n    \"blindless\": \"isi\",\n    \"blindly\": \"kpuru ìsì\",\n    \"blindling\": \"ikpu ìsì\",\n    \"blindman\": \"onye ìsì\",\n    \"blindness\": \"isi\",\n    \"blinds\": \"kpuo ìsì\",\n    \"blindstitch\": \"anyachi anya\",\n    \"blindstorey\": \"blindstory\",\n    \"blindstories\": \"ihe mkpuchi ihu\",\n    \"blindweed\": \"kpuru ìsì\",\n    \"blindworm\": \"ikpuru ìsì\",\n    \"blinger\": \".bụ\",\n    \"bliny\": \"nza\",\n    \"blink\": \"itabi anya\",\n    \"blinkard\": \"ntabi anya\",\n    \"blinkards\": \"ntabi anya\",\n    \"blinked\": \"itabi anya\",\n    \"blinker\": \"ntabi anya\",\n    \"blinkered\": \"okwukwu\",\n    \"blinkering\": \"itabi anya\",\n    \"blinky\": \"ntabi anya\",\n    \"blinking\": \"itabi anya\",\n    \"blinkingly\": \"itabi anya\",\n    \"blinter\": \"mpako\",\n    \"blippers\": \"nkpa\",\n    \"blipping\": \"mpi\",\n    \"blips\": \"mkpọtụ\",\n    \"bliss\": \"obi uto\",\n    \"blisses\": \"Obi uto\",\n    \"blissful\": \"nwee obi uto\",\n    \"blissfully\": \"n'ụzọ zuru oke\",\n    \"blissfulness\": \"obi uto\",\n    \"blissless\": \"enweghi obi uto\",\n    \"blist\": \"ogbugba\",\n    \"blister\": \"ọnya\",\n    \"blistered\": \"etuto\",\n    \"blistery\": \"ọnya\",\n    \"blistering\": \"na-afụ ụfụ\",\n    \"blisteringly\": \"afụ ụfụ\",\n    \"blisterous\": \"na-agba aghara\",\n    \"blisters\": \"ọnya\",\n    \"blisterweed\": \"ebelebe\",\n    \"blisterwort\": \"afụchi\",\n    \"blite\": \"blit\",\n    \"blitheful\": \"na-agbarụ\",\n    \"blithehearted\": \"obi ojoo\",\n    \"blithen\": \"icha\",\n    \"blithered\": \"gbachiri\",\n    \"blithering\": \"bl blinging\",\n    \"blithers\": \"na-ekwu okwu\",\n    \"blithesomeness\": \"ịdị ọcha\",\n    \"blithest\": \"nke kacha njọ\",\n    \"blitter\": \"gwọọ\",\n    \"blitzed\": \"gbachiri\",\n    \"blitzes\": \"na-agbarụ\",\n    \"blitzing\": \"na-agbagharị\",\n    \"bloat\": \"elu mmiri\",\n    \"bloatedness\": \"Ọrịa\",\n    \"bloater\": \"uwe ojii\",\n    \"bloaters\": \"ndị na-agba mmiri\",\n    \"bloating\": \"na-agbapụta\",\n    \"bloats\": \"uwe ojii\",\n    \"blob\": \"ngọngọ\",\n    \"blobbed\": \"gbanwere\",\n    \"blobber\": \"obula\",\n    \"blobby\": \"igbochi\",\n    \"blobbier\": \"onye obula\",\n    \"blobbiest\": \"nke kachasị\",\n    \"blobbing\": \"na-agbagha\",\n    \"blobs\": \"ngọngọ\",\n    \"bloc\": \"ọ bụrụ\",\n    \"blocage\": \"mgbochi\",\n    \"block\": \"mgbochi\",\n    \"blockade\": \"mgbochi\",\n    \"blockaded\": \"gbochie\",\n    \"blockader\": \"mgbochi\",\n    \"blockaders\": \"ndị na-egbochi ya\",\n    \"blockaderunning\": \"igbochi\",\n    \"blockades\": \"mgbochi\",\n    \"blockading\": \"mgbochi\",\n    \"blockage\": \"mgbochi\",\n    \"blockages\": \"mgbochi\",\n    \"blockboard\": \"mkpọchi\",\n    \"blockbuster\": \"mgbochi\",\n    \"blockbusters\": \"nkanka\",\n    \"blockbusting\": \"igbochi\",\n    \"blocked\": \"egbochi\",\n    \"blocker\": \"mgbochi\",\n    \"blockers\": \"ndị na-egbochi\",\n    \"blockhead\": \"mgbochi\",\n    \"blockheaded\": \"isi\",\n    \"blockheadedly\": \"n'agha\",\n    \"blockheadedness\": \"ngọngọ\",\n    \"blockheadish\": \"ngọngọ\",\n    \"blockheadishness\": \"ngọngọ\",\n    \"blockheadism\": \"ngọngọ\",\n    \"blockheads\": \"ngọngọ\",\n    \"blockhole\": \"mgbochi\",\n    \"blockholer\": \"mgbochi\",\n    \"blockhouse\": \"ụlọ mgbochi\",\n    \"blockhouses\": \"ụlọ mgbochi\",\n    \"blocky\": \"igbochi\",\n    \"blockier\": \"ihe mgbochi\",\n    \"blockiest\": \"Kachasị ike\",\n    \"blockiness\": \"mgbochi\",\n    \"blocking\": \"igbochi\",\n    \"blockish\": \"igbochi\",\n    \"blockishly\": \"igbochi\",\n    \"blockishness\": \"mgbochi\",\n    \"blocklayer\": \"Ihe mgbochi\",\n    \"blocklike\": \"ihe mgbochi\",\n    \"blockline\": \"mgbochi\",\n    \"blockmaker\": \"onye na-egbochi ihe mgbochi\",\n    \"blockmaking\": \"igbochi\",\n    \"blockman\": \"mgbochi\",\n    \"blockout\": \"mgbochi\",\n    \"blockpate\": \"mgbochi\",\n    \"blocks\": \"nkanka\",\n    \"blockship\": \"mgbochi\",\n    \"blockwood\": \"nkanka\",\n    \"blocs\": \"okooko osisi\",\n    \"blodite\": \"ọbara ọbara\",\n    \"blok\": \"Ochie\",\n    \"bloke\": \"igbochi\",\n    \"blokes\": \"ngọngọ\",\n    \"bloman\": \"okooko osisi\",\n    \"blond\": \"ocha\",\n    \"blonde\": \"keisi ocha\",\n    \"blondeness\": \"acha ọcha\",\n    \"blonder\": \"ihe ncha\",\n    \"blondes\": \"acha ọcha\",\n    \"blondish\": \"acha ọcha\",\n    \"blondness\": \"acha ọcha\",\n    \"blonds\": \"achachi\",\n    \"blood\": \"ọbara\",\n    \"bloodalley\": \"obara\",\n    \"bloodalp\": \"ọbara ọbara\",\n    \"bloodbath\": \"nkwafu ọbara\",\n    \"bloodbeat\": \"obara\",\n    \"bloodberry\": \"ọbara ọbara\",\n    \"bloodbird\": \"ọbara ọbara\",\n    \"bloodcurdler\": \"onye obara\",\n    \"bloodcurdling\": \"ọbara ọgbụgba\",\n    \"bloodcurdlingly\": \"ọbara ọgbụgba\",\n    \"blooddrop\": \"ọbara ọbara\",\n    \"blooddrops\": \"ọbara ọbara\",\n    \"blooded\": \"ọbara\",\n    \"bloodedness\": \"ọbara ọgbụgba\",\n    \"bloodfin\": \"ọbarafin\",\n    \"bloodfins\": \"ọbarafins\",\n    \"bloodflower\": \"ọbara ọbara\",\n    \"bloodguilt\": \"ikpe ọbara\",\n    \"bloodguilty\": \"ikpe ọmụma ọbara\",\n    \"bloodguiltiness\": \"ikpe ọmụma ọbara\",\n    \"bloodguiltless\": \"ọbara na-enweghị ọbara\",\n    \"bloodhound\": \"ọbara ọgbụgba\",\n    \"bloodhounds\": \"mwụfu ọbara\",\n    \"bloody\": \"ọbara\",\n    \"bloodybones\": \"ọbara ọbara\",\n    \"bloodied\": \"ọbara ọbara\",\n    \"bloodier\": \"ọbara ọbara\",\n    \"bloodiest\": \"nkwafu obara\",\n    \"bloodying\": \"nkwafu ọbara\",\n    \"bloodily\": \"ọbara\",\n    \"bloodiness\": \"ọbara ọgbụgba\",\n    \"blooding\": \"na-agba ọbara\",\n    \"bloodings\": \"ọbara ọgbụgba\",\n    \"bloodleaf\": \"Ọbara\",\n    \"bloodless\": \"ọbara\",\n    \"bloodlessly\": \"ọbara\",\n    \"bloodlessness\": \"enweghị ọbara\",\n    \"bloodletter\": \"obara\",\n    \"bloodletting\": \"ọbara ọgbụgba\",\n    \"bloodlettings\": \"ọbara ọbara\",\n    \"bloodlike\": \"yiri ọbara\",\n    \"bloodline\": \"usoro ọbara\",\n    \"bloodlines\": \"usoro ọbara\",\n    \"bloodlust\": \"ọbara ọgbụgba\",\n    \"bloodlusting\": \"agụụ ọbara\",\n    \"bloodmobile\": \"ọbara\",\n    \"bloodmobiles\": \"ọbaramobiles\",\n    \"bloodmonger\": \"ọbara ọbara\",\n    \"bloodnoun\": \"ọbara\",\n    \"bloodred\": \"ọbara uhie\",\n    \"bloodripe\": \"ọbara ọbara\",\n    \"bloodripeness\": \"ọbara\",\n    \"bloodroot\": \"ọbaraat\",\n    \"bloodroots\": \"ọbara\",\n    \"bloods\": \"ọbara\",\n    \"bloodshed\": \"nkwafu ọbara\",\n    \"bloodshedder\": \"obara obara\",\n    \"bloodshedding\": \"nkwafu ọbara\",\n    \"bloodshot\": \"ọbara ọgbụgba\",\n    \"bloodshotten\": \"ọbara ọgbụgba\",\n    \"bloodspiller\": \"ihe mkpuchi ọbara\",\n    \"bloodspilling\": \"mwụfu ọbara\",\n    \"bloodstain\": \"ọbara ọbara\",\n    \"bloodstained\": \"ọbara ọbara\",\n    \"bloodstainedness\": \"ọbara ness\",\n    \"bloodstains\": \"ọbara ọbara\",\n    \"bloodstanch\": \"ọbara ọbara\",\n    \"bloodstock\": \"ọbara\",\n    \"bloodstone\": \"okwute ọbara\",\n    \"bloodstones\": \"nkume ọbara\",\n    \"bloodstream\": \"ọbara\",\n    \"bloodstreams\": \"ọbara\",\n    \"bloodstroke\": \"ọbara\",\n    \"bloodsuck\": \"ọbara\",\n    \"bloodsucker\": \"ọbara\",\n    \"bloodsuckers\": \"ndị ọbara\",\n    \"bloodsucking\": \"ọbara\",\n    \"bloodtest\": \"obara\",\n    \"bloodthirst\": \"ọbara ọbara\",\n    \"bloodthirster\": \"ọbara ọbara\",\n    \"bloodthirsty\": \"ọbara-ọbara\",\n    \"bloodthirstier\": \"ọbara ọbara\",\n    \"bloodthirstiest\": \"ọbara\",\n    \"bloodthirstily\": \"ọbara ọbara\",\n    \"bloodthirstiness\": \"mmịnyi ọbara\",\n    \"bloodthirsting\": \"nkwafu ọbara\",\n    \"bloodweed\": \"ọbara ọbara\",\n    \"bloodwit\": \"onye aka obara\",\n    \"bloodwite\": \"ọbara ọgbụgba\",\n    \"bloodwood\": \"ọbara\",\n    \"bloodworm\": \"ọbara ọbara\",\n    \"bloodwort\": \"ọbara ọgbụgba\",\n    \"bloodworthy\": \"ọbara\",\n    \"bloom\": \"oge ntoju\",\n    \"bloomage\": \"oge ntoju\",\n    \"bloomed\": \"oge ntoju\",\n    \"bloomer\": \"onye ntoju\",\n    \"bloomery\": \"oge ntoju\",\n    \"bloomeries\": \"okooko osisi\",\n    \"bloomerism\": \"okooko osisi\",\n    \"bloomers\": \"okooko osisi\",\n    \"bloomfell\": \"oge ntoju\",\n    \"bloomy\": \"afọ ojuju\",\n    \"bloomier\": \"ihe nzuzu\",\n    \"bloomiest\": \"kachasị ọbara\",\n    \"blooming\": \"na-eto\",\n    \"bloomingly\": \"okomoko\",\n    \"bloomingness\": \"oge ntoju\",\n    \"bloomless\": \"enweghị bloom\",\n    \"blooms\": \"okooko osisi\",\n    \"bloomsbury\": \"okooko osisi\",\n    \"bloomsburian\": \"okpokoro\",\n    \"bloopers\": \"ndị igbochi\",\n    \"blooping\": \"opgha\",\n    \"blooth\": \"okooko osisi\",\n    \"blore\": \"kechie\",\n    \"blosmy\": \"blomy\",\n    \"blossom\": \"okooko\",\n    \"blossombill\": \"okooko osisi\",\n    \"blossomed\": \"okooko osisi\",\n    \"blossomhead\": \"okooko osisi\",\n    \"blossomy\": \"okooko osisi\",\n    \"blossoming\": \"okooko\",\n    \"blossomless\": \"enweghị ifuru\",\n    \"blossomry\": \"okooko osisi\",\n    \"blossoms\": \"okooko osisi\",\n    \"blossomtime\": \"oge ntoju\",\n    \"blot\": \"ihicha\",\n    \"blotch\": \"blotchy\",\n    \"blotched\": \"Ihicha\",\n    \"blotchier\": \"blotchy\",\n    \"blotchiest\": \"blotches\",\n    \"blotchily\": \"n'adịghị ọcha\",\n    \"blotchiness\": \"nzuzu\",\n    \"blotching\": \"ịgbanye\",\n    \"blote\": \"gbochie\",\n    \"blotless\": \"enweghị ntụpọ\",\n    \"blotlessness\": \"enweghị nkwanye ùgwù\",\n    \"blots\": \"ghaa\",\n    \"blotted\": \"hichapụ\",\n    \"blotter\": \"ndetu\",\n    \"blotters\": \"ndị na-ekpochi ihe\",\n    \"blottesque\": \"ttọ\",\n    \"blottesquely\": \"n'egbughị oge\",\n    \"blotty\": \"nhicha\",\n    \"blottier\": \"magburu onwe ya\",\n    \"blottiest\": \"kachasị blottiest\",\n    \"blotting\": \"na-ehichapụ\",\n    \"blottingly\": \"n'egwuregwu\",\n    \"blotto\": \"Blotto\",\n    \"blouse\": \"uwe elu nwanyị\",\n    \"bloused\": \"uwe ojii\",\n    \"blouses\": \"uwe elu nwanyị\",\n    \"blousier\": \"Ogba mmiri\",\n    \"blousiest\": \"okooko osisi\",\n    \"blousily\": \"oge ntoju\",\n    \"blousing\": \"na-agbasa\",\n    \"blouson\": \"okooko osisi\",\n    \"blousons\": \"okooko osisi\",\n    \"blout\": \"gboo\",\n    \"bloviate\": \"tufuo\",\n    \"bloviated\": \"Ọkpọkpọ\",\n    \"bloviates\": \"na-achagharị\",\n    \"bloviating\": \"na-agbanye\",\n    \"blow\": \"fụọ\",\n    \"blowback\": \"ịghaghachi azụ\",\n    \"blowbacks\": \"Ndigbo\",\n    \"blowball\": \"ịfụ bọọlụ\",\n    \"blowballs\": \"gbaa bọọlụ\",\n    \"blowby\": \"ịfụ ọkụ\",\n    \"blowbys\": \"gbasaa\",\n    \"blowcase\": \"ịfụfụ\",\n    \"blowcock\": \"ịmị ọkpọ\",\n    \"blowdown\": \"ịkụ aka\",\n    \"blowen\": \"ịfụ\",\n    \"blower\": \"ikuku mmiri\",\n    \"blowers\": \"ndị na-agbapụ\",\n    \"blowess\": \"afụ\",\n    \"blowfish\": \"ịfụ azụ\",\n    \"blowfishes\": \"igbu egbu\",\n    \"blowfly\": \"ịfụ\",\n    \"blowflies\": \"na-efe efe\",\n    \"blowgun\": \"ịfụ\",\n    \"blowguns\": \"ịfụ egbe\",\n    \"blowhard\": \"afụfụ\",\n    \"blowhards\": \"ịgha mmiri\",\n    \"blowhole\": \"ịfụfụ\",\n    \"blowholes\": \"afụọnụ\",\n    \"blowy\": \"gbahaa\",\n    \"blowie\": \"ịfụ ọkụ\",\n    \"blowier\": \"ikuku mmiri\",\n    \"blowiest\": \"na-egbu egbu\",\n    \"blowiness\": \"ịfụ ọkụ\",\n    \"blowing\": \"ịfụ\",\n    \"blowings\": \"ịfụ ọkụ\",\n    \"blowiron\": \"afuu\",\n    \"blowjob\": \"ịmị amụ\",\n    \"blowjobs\": \"ịmị amụ\",\n    \"blowlamp\": \"ịfụfụ\",\n    \"blowline\": \"ọkpọọnụ\",\n    \"blown\": \"fụọ\",\n    \"blowoff\": \"gbapụnụ\",\n    \"blowoffs\": \"mbido\",\n    \"blowout\": \"fụpụ\",\n    \"blowouts\": \"mbido\",\n    \"blowpipe\": \"ịfụfụ\",\n    \"blowpipes\": \"ịfụfụ\",\n    \"blowpit\": \"fụpụ\",\n    \"blowpoint\": \"ịfụ ọkụ\",\n    \"blowproof\": \"afụ ọkụ\",\n    \"blows\": \"na-akụ\",\n    \"blowse\": \"fụọ\",\n    \"blowsed\": \"fụọ\",\n    \"blowsy\": \"gbanye ọkụ\",\n    \"blowsier\": \"onye na-egbu ihe\",\n    \"blowsiest\": \"na-egbu egbu\",\n    \"blowsily\": \"afụ\",\n    \"blowspray\": \"ịfụfụ\",\n    \"blowth\": \"afụ\",\n    \"blowtorch\": \"afụ\",\n    \"blowtorches\": \"afụ ọkụ\",\n    \"blowtube\": \"afụcha\",\n    \"blowtubes\": \"ịfụ ọkụ\",\n    \"blowup\": \"ịfụfụ\",\n    \"blowups\": \"ịfụ\",\n    \"blowze\": \"fụọ\",\n    \"blowzed\": \"gbawara\",\n    \"blowzy\": \"na-egbu egbu\",\n    \"blowzier\": \"ikuku mmiri\",\n    \"blowziest\": \"Na-egbu egbu\",\n    \"blowzily\": \"afụ\",\n    \"blowziness\": \"ụfụ\",\n    \"blowzing\": \"na-agbapụ\",\n    \"blub\": \"bọl\",\n    \"blubber\": \"ihe anwuru-acha\",\n    \"blubberers\": \"ndị nlere anya\",\n    \"blubberhead\": \"ihe isi ike\",\n    \"blubbery\": \"ịmụrụ ihe\",\n    \"blubbering\": \"ịlubụbiga mmanya ókè\",\n    \"blubberingly\": \"n'orubuku\",\n    \"blubberman\": \"onyenze nwoke\",\n    \"blubberous\": \"ihe nzuzu\",\n    \"blubbers\": \"ndị na-eme ihere\",\n    \"blubbing\": \"lubre ure\",\n    \"bludge\": \"ngwugwu\",\n    \"bludged\": \"gbarụrụ\",\n    \"bludgeon\": \"okpokoro\",\n    \"bludgeoned\": \"gbarụrụ\",\n    \"bludgeoneer\": \"onye isi ihe\",\n    \"bludgeoner\": \"ihe mgbochi\",\n    \"bludgeoning\": \"na-agbada\",\n    \"bludger\": \"ihe mgbochi\",\n    \"bludging\": \"na-agbagha\",\n    \"blue\": \"acha anụnụ anụnụ\",\n    \"blueback\": \"acha anụnụ anụnụ\",\n    \"blueball\": \"bọlbụ\",\n    \"blueballs\": \"bọọlụ\",\n    \"bluebead\": \"acha anụnụ anụnụ\",\n    \"bluebeard\": \"acha anụnụ anụnụ\",\n    \"bluebeardism\": \"bluebeard ism\",\n    \"bluebell\": \"blọb\",\n    \"bluebelled\": \"blọl\",\n    \"bluebells\": \"blọl\",\n    \"blueberry\": \"bluberị\",\n    \"blueberries\": \"blọub\",\n    \"bluebill\": \"blọb\",\n    \"bluebills\": \"acha anụnụ anụnụ\",\n    \"bluebird\": \"blọb\",\n    \"bluebirds\": \"blọb\",\n    \"blueblack\": \"acha anụnụ anụnụ\",\n    \"blueblaw\": \"bulu\",\n    \"blueblood\": \"bulblood\",\n    \"blueblossom\": \"bulblossom\",\n    \"bluebonnets\": \"acha anụnụ anụnụ\",\n    \"bluebooks\": \"bluebook\",\n    \"bluebottle\": \"acha anụnụ anụnụ\",\n    \"bluebottles\": \"acha anụnụ anụnụ\",\n    \"bluebreast\": \"acha anụnụ anụnụ\",\n    \"bluebush\": \"bluub\",\n    \"bluebutton\": \"acha anụnụ anụnụ\",\n    \"bluecap\": \"acha anụnụ anụnụ\",\n    \"bluecaps\": \"acha anụnụ anụnụ\",\n    \"bluecoat\": \"acha anụnụ anụnụ\",\n    \"bluecoated\": \"acha anụnụ anụnụ\",\n    \"bluecoats\": \"acha anụnụ anụnụ\",\n    \"blued\": \"acha anụnụ anụnụ\",\n    \"bluefish\": \"acha anụnụ anụnụ\",\n    \"bluefishes\": \"acha anụnụ anụnụ\",\n    \"bluegill\": \"acha anụnụ anụnụ\",\n    \"bluegills\": \"acha anụnụ anụnụ\",\n    \"bluegown\": \"acha anụnụ anụnụ\",\n    \"bluegrass\": \"acha anụnụ anụnụ\",\n    \"bluegums\": \"acha anụnụ anụnụ\",\n    \"bluehead\": \"acha anụnụ anụnụ\",\n    \"blueheads\": \"acha anụnụ anụnụ\",\n    \"bluehearted\": \"acha anụnụ anụnụ\",\n    \"bluehearts\": \"acha anụnụ anụnụ\",\n    \"blueing\": \"acha anụnụ anụnụ\",\n    \"blueings\": \"achagharị\",\n    \"blueys\": \"acha anụnụ anụnụ\",\n    \"blueish\": \"acha anụnụ anụnụ\",\n    \"bluejack\": \"acha anụnụ anụnụ\",\n    \"bluejacket\": \"acha anụnụ anụnụ\",\n    \"bluejackets\": \"acha anụnụ anụnụ\",\n    \"bluejacks\": \"acha anụnụ anụnụ\",\n    \"bluejay\": \"acha anụnụ anụnụ\",\n    \"bluejays\": \"acha anụnụ anụnụ\",\n    \"bluejoint\": \"acha anụnụ anụnụ\",\n    \"blueleg\": \"acha anụnụ anụnụ\",\n    \"bluelegs\": \"acha anụnụ anụnụ\",\n    \"bluely\": \"acha anụnụ anụnụ\",\n    \"blueness\": \"acha anụnụ anụnụ\",\n    \"bluenesses\": \"acha anụnụ anụnụ\",\n    \"bluenosed\": \"acha anụnụ anụnụ\",\n    \"bluepoint\": \"acha anụnụ anụnụ\",\n    \"bluepoints\": \"acha anụnụ anụnụ\",\n    \"blueprint\": \"ụkpụrụ\",\n    \"blueprinted\": \"Na-egosi\",\n    \"blueprinter\": \"ihe osise\",\n    \"bluer\": \"acha anụnụ anụnụ\",\n    \"blues\": \"Bad\",\n    \"bluesy\": \"acha anụnụ anụnụ\",\n    \"bluesides\": \"acha anụnụ anụnụ\",\n    \"bluesmen\": \"ndi bulie oke\",\n    \"bluest\": \"acha anụnụ anụnụ\",\n    \"bluet\": \"acha anụnụ anụnụ\",\n    \"blueth\": \"acha anụnụ anụnụ\",\n    \"bluethroat\": \"acha anụnụ anụnụ\",\n    \"bluetick\": \"acha anụnụ anụnụ\",\n    \"bluetit\": \"acha anụnụ anụnụ\",\n    \"bluetop\": \"acha anụnụ anụnụ\",\n    \"bluetops\": \"acha anụnụ anụnụ\",\n    \"blueweed\": \"acha anụnụ anụnụ\",\n    \"blueweeds\": \"acha anụnụ anụnụ\",\n    \"bluewing\": \"na-acha anụnụ anụnụ\",\n    \"bluewood\": \"bluwood\",\n    \"bluewoods\": \"acha anụnụ anụnụ\",\n    \"bluffable\": \"acha anụnụ anụnụ\",\n    \"bluffed\": \"achagharị\",\n    \"bluffing\": \"na-acha ọcha\",\n    \"bluish\": \"achapu\",\n    \"bluishness\": \"acha uhie uhie\",\n    \"bluism\": \"acha anụnụ anụnụ\",\n    \"bluisness\": \"acha anụnụ anụnụ\",\n    \"blumes\": \"bloms\",\n    \"bluming\": \"blum\",\n    \"blunder\": \"mmebi iwu\",\n    \"blunderbuss\": \"iberibe\",\n    \"blundered\": \"emebiri\",\n    \"blunderer\": \"onye nzuzu\",\n    \"blunderers\": \"ndị nzuzu\",\n    \"blunderful\": \"ihe ojoo\",\n    \"blunderheadedness\": \"blundheadedness\",\n    \"blundering\": \"ekwupụta\",\n    \"blunderingly\": \"ihunanya\",\n    \"blunderings\": \"mmejọ\",\n    \"blundersome\": \"ihe nzuzu\",\n    \"blunges\": \"blungs\",\n    \"blunker\": \"onye isi\",\n    \"blunt\": \"masịrị\",\n    \"blunted\": \"kwuchara okwu\",\n    \"blunter\": \"ihe ojoo\",\n    \"bluntest\": \"mee ka ekwenti\",\n    \"blunthead\": \"masịrị isi\",\n    \"blunthearted\": \"onye obi ojoo\",\n    \"blunting\": \"na-akụda\",\n    \"bluntish\": \"nkwutọ\",\n    \"bluntishness\": \"nkwuwa okwu\",\n    \"bluntly\": \"n'ezoghị ọnụ\",\n    \"bluntness\": \"nkwuwa okwu\",\n    \"blup\": \"ịda mba\",\n    \"blurb\": \"ikwu okwu\",\n    \"blurbist\": \"onye nzuzu\",\n    \"blurping\": \"blurur\",\n    \"blurred\": \"ghara ịma\",\n    \"blurredly\": \"ghara ịma\",\n    \"blurredness\": \"nzuzu\",\n    \"blurrer\": \"ghara ịma\",\n    \"blurrier\": \"blururur\",\n    \"blurrily\": \"n'olu nzuzu\",\n    \"blurriness\": \"nzuzu\",\n    \"blurring\": \"blurur\",\n    \"blurringly\": \"n'amaghi ama\",\n    \"blurs\": \"blu\",\n    \"blurted\": \"kwuchara\",\n    \"blurter\": \"blurur\",\n    \"blurting\": \"bluring\",\n    \"blurts\": \"ọnya\",\n    \"blush\": \"ime ihiere\",\n    \"blushed\": \"ihere\",\n    \"blusher\": \"ime ihiere\",\n    \"blushers\": \"ihere\",\n    \"blushes\": \"ihere\",\n    \"blushet\": \"ihere\",\n    \"blushful\": \"ihere\",\n    \"blushfully\": \"ihere\",\n    \"blushfulness\": \"ihere\",\n    \"blushiness\": \"ihere\",\n    \"blushing\": \"na-acha uhie uhie\",\n    \"blushingly\": \"na-acha ọbara ọbara\",\n    \"blushless\": \"ihere uhie\",\n    \"blusht\": \"ime ihiere\",\n    \"blushwort\": \"ihere\",\n    \"bluster\": \"ụyọkọ\",\n    \"blusteration\": \"ime ihere\",\n    \"blustered\": \"gharịị\",\n    \"blusterer\": \"onye nzuzu\",\n    \"blusterers\": \"ndị nzuzu\",\n    \"blustering\": \"ihe ijuanya\",\n    \"blusteringly\": \"n'amịghị anya\",\n    \"blusterous\": \"acha uhie uhie\",\n    \"blusterously\": \"na-acha uhie uhie\",\n    \"blvd\": \"vdị\",\n    \"bn\": \"Bn\",\n    \"boagane\": \"Obosara\",\n    \"boanergean\": \"Onyekwere\",\n    \"boanthropy\": \"Obosara\",\n    \"boar\": \"emen\",\n    \"boarcite\": \"Nwunye\",\n    \"board\": \"mbadamba\",\n    \"boardable\": \"na-ebugharị\",\n    \"boardbill\": \"mbadamba\",\n    \"boarded\": \"banye\",\n    \"boarder\": \"ịbanye\",\n    \"boarders\": \"ndị mbadamba\",\n    \"boardy\": \"ebe obibi\",\n    \"boarding\": \"ịbanye\",\n    \"boardinghouse\": \"ụlọ obibi\",\n    \"boardinghouses\": \"ụlọ obibi\",\n    \"boardings\": \"nbanye\",\n    \"boardly\": \"n'ụgbọ\",\n    \"boardlike\": \"dị ka mbadamba\",\n    \"boardman\": \"onye isi oche\",\n    \"boardmanship\": \"mangbọ mmiri\",\n    \"boardmen\": \"onye isi oche\",\n    \"boardroom\": \"ime ụlọ\",\n    \"boards\": \"mbadamba\",\n    \"boardsmanship\": \"mbadamba\",\n    \"boardwalk\": \"mbadamba\",\n    \"boardwalks\": \"mbadamba\",\n    \"boarfish\": \"azụ̀ azụ̀\",\n    \"boarfishes\": \"anụ ahụ\",\n    \"boarish\": \"zuo\",\n    \"boarishly\": \"ji nwayọọ nwayọọ\",\n    \"boarishness\": \"obara\",\n    \"boarship\": \"inyi\",\n    \"boarskin\": \"anụ ahụ\",\n    \"boarts\": \"ụgbọ mmiri\",\n    \"boas\": \"itu ọnụ\",\n    \"boast\": \"itu ọnụ\",\n    \"boasted\": \"itu ọnụ\",\n    \"boaster\": \"tuo isi\",\n    \"boasters\": \"ndị isi\",\n    \"boastful\": \"itu onu\",\n    \"boastfully\": \"itu ọnụ\",\n    \"boastfulness\": \"inya isi\",\n    \"boasting\": \"itu ọnụ\",\n    \"boastingly\": \"itu ọnụ\",\n    \"boastings\": \"Inya-isi\",\n    \"boastive\": \"eji akuku\",\n    \"boastless\": \"itu ọnụ\",\n    \"boasts\": \"etu ọnụ\",\n    \"boat\": \"ụgbọ mmiri\",\n    \"boatable\": \"ụgbọ mmiri\",\n    \"boatage\": \"ụgbọ mmiri\",\n    \"boatbill\": \"ụgbọ mmiri\",\n    \"boatbills\": \"ụgwọ ụgbọ mmiri\",\n    \"boatbuilder\": \"onye na-ebu ụgbọ mmiri\",\n    \"boatbuilding\": \"burụ ụgbọ mmiri\",\n    \"boatel\": \"ụgbọ mmiri\",\n    \"boatels\": \"ụgbọ mmiri\",\n    \"boater\": \"ụgbọ mmiri\",\n    \"boaters\": \"ndị ọkwọ ụgbọ mmiri\",\n    \"boatfalls\": \"ụgbọ mmiri\",\n    \"boatful\": \"ụgbọ mmiri\",\n    \"boathead\": \"ụgbọ mmiri\",\n    \"boatheader\": \"onye isi ụgbọ mmiri\",\n    \"boathook\": \"kootu\",\n    \"boathouse\": \"ụlọ ụgbọ mmiri\",\n    \"boathouses\": \"ụlọ ụgbọ mmiri\",\n    \"boatyard\": \"ogige ụgbọ mmiri\",\n    \"boatyards\": \"ụgbọ mmiri\",\n    \"boatie\": \"ụgbọ mmiri\",\n    \"boating\": \"ụgbọ mmiri\",\n    \"boatings\": \"ingsgbọ mmiri\",\n    \"boatkeeper\": \"onye na-anya ụgbọ mmiri\",\n    \"boatless\": \"enweghị ụgbọ\",\n    \"boatly\": \"ụgbọ mmiri\",\n    \"boatlike\": \"dị ka ụgbọ mmiri\",\n    \"boatlip\": \"ụgbọ mmiri\",\n    \"boatload\": \"ụgbọ mmiri\",\n    \"boatloader\": \"onye na-ebu ụgbọ mmiri\",\n    \"boatloading\": \"eji ụgbọ mmiri\",\n    \"boatloads\": \"ụgbọ mmiri\",\n    \"boatman\": \"onye ọkwọ ụgbọ mmiri\",\n    \"boatmanship\": \"ụgbọ mmiri\",\n    \"boatmaster\": \"onye nlekọta ụgbọ mmiri\",\n    \"boatmen\": \"ndị ụgbọ mmiri\",\n    \"boatowner\": \"Onye nwe ụgbọ mmiri\",\n    \"boats\": \"ụgbọ mmiri\",\n    \"boatsetter\": \"ụgbọ mmiri\",\n    \"boatshop\": \"ụlọ ahịa ụgbọ mmiri\",\n    \"boatside\": \"ụgbọ mmiri\",\n    \"boatsman\": \"bogbọ mmiri\",\n    \"boatsmanship\": \"ụgbọ mmiri\",\n    \"boatsmen\": \"ndị ụgbọ mmiri\",\n    \"boatsteerer\": \"onye na-anya ụgbọ mmiri\",\n    \"boatswains\": \"nke boatswain\",\n    \"boatward\": \"ụgbọ mmiri\",\n    \"boatwise\": \"jiri ụgbọ mmiri\",\n    \"boatwoman\": \"nwa nwanyi\",\n    \"boatwright\": \"ubom\",\n    \"bobadil\": \"Okechukwu\",\n    \"bobadilian\": \"Nwogu\",\n    \"bobadilish\": \"Okechukwu\",\n    \"bobadilism\": \"Obosara\",\n    \"bobbed\": \"Obi Oma\",\n    \"bobbery\": \"izu ike\",\n    \"bobberies\": \"bobberi\",\n    \"bobbers\": \"bobs\",\n    \"bobby\": \"onyinye\",\n    \"bobbie\": \"Obi Nwachukwu\",\n    \"bobbies\": \"ihe omume\",\n    \"bobbinet\": \"Onyekwere\",\n    \"bobbing\": \"bụ\",\n    \"bobbinite\": \"Obinna\",\n    \"bobbinwork\": \"Onyekwere\",\n    \"bobbish\": \"Okechukwu\",\n    \"bobbishly\": \"Obianuju\",\n    \"bobbysocks\": \"Nwachukwu\",\n    \"bobbysoxer\": \"mmmmmmmmmmmm\",\n    \"bobbysoxers\": \"mmmmmmmmmmmmm\",\n    \"bobble\": \"okwute\",\n    \"bobbled\": \"O juru m anya\",\n    \"bobbling\": \"Ogba\",\n    \"bobcat\": \"ochicho\",\n    \"bobcats\": \"umu aka\",\n    \"bobcoat\": \"bobootu\",\n    \"bobeche\": \"obia\",\n    \"bobeches\": \"bedị\",\n    \"bobfly\": \"Ochie\",\n    \"bobfloat\": \"Obosara\",\n    \"bobierrite\": \"Onyekwere\",\n    \"bobjerom\": \"Ndidi\",\n    \"bobol\": \"bobo\",\n    \"bobolink\": \"Ndidi\",\n    \"bobolinks\": \"Ndidi\",\n    \"bobsled\": \"Oma\",\n    \"bobsledded\": \"Ogba\",\n    \"bobsledder\": \"Okwara\",\n    \"bobsledders\": \"ndi bobs\",\n    \"bobsledding\": \"Ikechukwu\",\n    \"bobsleded\": \"Oma\",\n    \"bobsleding\": \"Ikechukwu\",\n    \"bobsleds\": \"Nkechi\",\n    \"bobsleigh\": \"Nwogu\",\n    \"bobstays\": \"Obi tọ\",\n    \"bobtails\": \"bobtail\",\n    \"bobwhite\": \"Obolo\",\n    \"bobwhites\": \"Obokwa\",\n    \"bobwood\": \"ohia\",\n    \"bocaccio\": \"Iheanacho\",\n    \"bocaccios\": \"izuchi\",\n    \"bocasin\": \"anụrị\",\n    \"bocasine\": \"anwansi\",\n    \"boccaccio\": \"onyinyechi\",\n    \"boccale\": \"Onodi\",\n    \"boccarella\": \"okwukwu\",\n    \"bocce\": \"Ochobo\",\n    \"bocces\": \"Ochie\",\n    \"bocci\": \"cnye\",\n    \"boccia\": \"Ochokwu\",\n    \"boccias\": \"Nwachukwu\",\n    \"boccie\": \"Nwachukwu\",\n    \"boccies\": \"okike\",\n    \"boccis\": \"onyinye\",\n    \"bocconia\": \"Bocconia\",\n    \"boce\": \"gbamgbam\",\n    \"bocedization\": \"cedgha\",\n    \"boches\": \"ike\",\n    \"bockey\": \"onyinye\",\n    \"bockerel\": \"ikechi\",\n    \"bockeret\": \"Okechukwu\",\n    \"bocklogged\": \"Nkechi\",\n    \"bocks\": \"Oke\",\n    \"bocoy\": \"colọ\",\n    \"bocstaff\": \"Obosara\",\n    \"bod\": \"ahụ\",\n    \"bodach\": \"akwa ihe\",\n    \"bodacious\": \"ihe anakpo\",\n    \"bodaciously\": \"ikekwe\",\n    \"boddagh\": \"Chidinma\",\n    \"boddle\": \"ihe ndozi\",\n    \"bode\": \"obia\",\n    \"boded\": \"ahụrụ\",\n    \"bodeful\": \"ahụrụ\",\n    \"bodefully\": \"n’ike n’ike\",\n    \"bodefulness\": \"ahụ ike\",\n    \"bodegas\": \"Ebele\",\n    \"bodegon\": \"iheanacho\",\n    \"bodegones\": \"ahụ ọ bụla\",\n    \"bodement\": \"ahụrụ\",\n    \"bodements\": \"ahụ ọmarịcha\",\n    \"boden\": \"Nwa Nwoke\",\n    \"bodenbenderite\": \"ihebnke.eb\",\n    \"boder\": \"ihe obula\",\n    \"bodes\": \"ntụpọ\",\n    \"bodewash\": \"mmmmmmmmmmmmm\",\n    \"bodeword\": \"ekwenti\",\n    \"bodge\": \"ebe ugwu\",\n    \"bodger\": \"ihe nzuzu\",\n    \"bodgery\": \"arụ ọrụ\",\n    \"bodgie\": \"Nwachukwu\",\n    \"bodhi\": \"chukwu\",\n    \"bodhisat\": \"ahụ ike\",\n    \"body\": \"ahụ\",\n    \"bodybending\": \"aru ekwe\",\n    \"bodybuilder\": \"onye na-edozi ahụ\",\n    \"bodice\": \"ahụrụ\",\n    \"bodiced\": \"ahụrụ\",\n    \"bodicemaker\": \"onye bodice\",\n    \"bodicemaking\": \"ịkwa iko\",\n    \"bodices\": \"ihe ngosi\",\n    \"bodycheck\": \"ahụrụ\",\n    \"bodied\": \"ahụ juru afọ\",\n    \"bodier\": \"okike\",\n    \"bodieron\": \"Ndidi\",\n    \"bodies\": \"ahụ\",\n    \"bodyguard\": \"onye nche\",\n    \"bodyguards\": \"ndị nche\",\n    \"bodyhood\": \"ahụ\",\n    \"bodying\": \"ahụ ahụ\",\n    \"bodykins\": \"akpukpo aru\",\n    \"bodiless\": \"enweghị atụ\",\n    \"bodyless\": \"ahụ adịghị\",\n    \"bodilessness\": \"enweghị ike\",\n    \"bodily\": \"n’anụ ahụ\",\n    \"bodiliness\": \"ahụ\",\n    \"bodilize\": \"hazie\",\n    \"bodymaker\": \"Emezi ahụ\",\n    \"bodymaking\": \"ịme ahụ\",\n    \"bodiment\": \"ahụ\",\n    \"boding\": \"ahụrụ\",\n    \"bodingly\": \"ahụrụ\",\n    \"bodings\": \"ahụrụ\",\n    \"bodyshirt\": \"uwe ahụ\",\n    \"bodysuit\": \"ahụrụ\",\n    \"bodysuits\": \"ahụ ọ bụla\",\n    \"bodysurf\": \"Nwachukwu\",\n    \"bodysurfed\": \"onyeisiala\",\n    \"bodysurfer\": \"Ebelebe\",\n    \"bodysurfing\": \"ahụ ọ bụla\",\n    \"bodysurfs\": \"ahụ ọ bụla\",\n    \"bodywear\": \"uwe ahụ\",\n    \"bodywise\": \"ahụ\",\n    \"bodywork\": \"arụ ọrụ\",\n    \"bodyworks\": \"arụ ọrụ\",\n    \"bodken\": \"Nkechi\",\n    \"bodkin\": \"Akpụkpọ ahụ\",\n    \"bodkins\": \"Akpụkpọ ahụ́\",\n    \"bodkinwise\": \"Ihuru onyeanya\",\n    \"bodleian\": \"Onyediegwu\",\n    \"bodock\": \"nwachukwu\",\n    \"bodrag\": \"Ikechukwu\",\n    \"bodrage\": \"ihe ngosi\",\n    \"bods\": \"Ahụ\",\n    \"bodstick\": \"ihe mgbochi\",\n    \"bodword\": \"okwu\",\n    \"boe\": \"izu\",\n    \"boedromion\": \"Ndidi\",\n    \"boehmenist\": \"Onyediegwu\",\n    \"boehmenite\": \"Boehmenite\",\n    \"boehmeria\": \"ndiegwu\",\n    \"boehmite\": \"Onyeoma\",\n    \"boehmites\": \"ndiegwu\",\n    \"boeing\": \"ịnyịnya\",\n    \"boer\": \"jijiji\",\n    \"boerdom\": \"ihe ojoo\",\n    \"boerhavia\": \"Okechukwu\",\n    \"boers\": \"ndị mmụọ\",\n    \"boethian\": \"etnye\",\n    \"boethusian\": \"Nwosu\",\n    \"boffo\": \"bofo\",\n    \"boffolas\": \"Ndidi\",\n    \"boffs\": \"ogbu\",\n    \"bog\": \"opitoropi\",\n    \"boga\": \"ogha\",\n    \"bogard\": \"Buga\",\n    \"bogeyed\": \"Obianuju\",\n    \"bogeying\": \"Obi ojoo\",\n    \"bogeymen\": \"ndiegwu\",\n    \"bogeys\": \"ndiegwu\",\n    \"boget\": \"bogo\",\n    \"bogfern\": \"ndoli\",\n    \"boggard\": \"ogwugwu\",\n    \"bogged\": \"akpịrị\",\n    \"boggy\": \"Ahụhụ\",\n    \"bogginess\": \"ogwugwu\",\n    \"boggishness\": \"ogidi-ugo\",\n    \"bogglebo\": \"boggle\",\n    \"boggled\": \"boggle\",\n    \"boggler\": \"boggle\",\n    \"bogglers\": \"bogg bogg\",\n    \"boggling\": \"bogg\",\n    \"bogglingly\": \"boggling\",\n    \"boghole\": \"olulu\",\n    \"bogy\": \"jikwaa\",\n    \"bogydom\": \"gygha\",\n    \"bogier\": \"anụ ahụ\",\n    \"bogies\": \"ogwugwu\",\n    \"bogyisms\": \"ihe ndi ozo\",\n    \"bogyland\": \"Obodo Bogyland\",\n    \"bogymen\": \"gymụ nwoke\",\n    \"bogland\": \"alaeze\",\n    \"bogled\": \"etuto\",\n    \"bogs\": \"ngwo\",\n    \"bogtrot\": \"ndigbo\",\n    \"bogtrotter\": \"tlọ igbo\",\n    \"bogtrotting\": \"tlọ igbo\",\n    \"bogue\": \"iri\",\n    \"bogued\": \"toro\",\n    \"boguing\": \"izu ahia\",\n    \"bogusness\": \"bogus\",\n    \"bohairic\": \"Onyekwere\",\n    \"boheas\": \"Ebele\",\n    \"bohemian\": \"Onyeka\",\n    \"bohemianism\": \"Omenala\",\n    \"bohemians\": \"ndi bohemians\",\n    \"bohemias\": \"Onyeka Onwenu\",\n    \"bohereen\": \"Ikenna\",\n    \"bohireen\": \"onyeka\",\n    \"bohmite\": \"Onyema\",\n    \"bohunks\": \"agbaba\",\n    \"boy\": \"nwata nwoke\",\n    \"boyardism\": \"ebele\",\n    \"boyardom\": \"Boyardom\",\n    \"boyards\": \"ugbo\",\n    \"boychicks\": \"nwa nwoke\",\n    \"boychiks\": \"ụmụ nwoke\",\n    \"boycottage\": \"ebe nchekwa\",\n    \"boycotted\": \"boycọt\",\n    \"boycotting\": \"na-agbako\",\n    \"boycottism\": \"ụmụ nwoke\",\n    \"boycotts\": \"ụmụ nwoke\",\n    \"boyd\": \"Nwunye\",\n    \"boydom\": \"nwata\",\n    \"boyer\": \"osiandị\",\n    \"boiette\": \"bietị\",\n    \"boyfriend\": \"enyi nwoke\",\n    \"boyfriends\": \"enyi nwoke\",\n    \"boyhood\": \"nwata\",\n    \"boyhoods\": \"umu nwoke\",\n    \"boyish\": \"nwata\",\n    \"boyishly\": \"nwata\",\n    \"boyishness\": \"nwata nwoke\",\n    \"boyism\": \"nwata nwoke\",\n    \"boil\": \"obụpde\",\n    \"boilable\": \"Bilie\",\n    \"boylas\": \"nwata nwoke\",\n    \"boildown\": \"Oyibo\",\n    \"boiled\": \"sie\",\n    \"boiler\": \"esi mmiri ọkụ\",\n    \"boilerful\": \"esi mmiri ọkụ\",\n    \"boilerhouse\": \"ụlọ esi mmiri ọkụ\",\n    \"boilery\": \"ji esi mmiri ọkụ\",\n    \"boilerless\": \"enweghị isi\",\n    \"boilermaker\": \"esi mmiri ọkụ\",\n    \"boilermakers\": \"ndị na-anya mmiri ọkụ\",\n    \"boilermaking\": \"esi mmiri ọkụ\",\n    \"boilerman\": \"onye isi mmiri\",\n    \"boilerplate\": \"esi mmiri ọkụ\",\n    \"boilers\": \"ji esi mmiri ọkụ\",\n    \"boilersmith\": \"igwe oku\",\n    \"boilerworks\": \"ọrụ ọkụ\",\n    \"boily\": \"esi\",\n    \"boylike\": \"dị ka nwata\",\n    \"boylikeness\": \"Ọdịdị\",\n    \"boiling\": \"esi\",\n    \"boilingly\": \"esi\",\n    \"boilinglike\": \"esi\",\n    \"boils\": \"Obụpde\",\n    \"boing\": \"ịnyịnya\",\n    \"boyology\": \"ihe omumu\",\n    \"boys\": \"ụmụ nwoke\",\n    \"boise\": \"kwalite\",\n    \"boysenberry\": \"umu nwoke\",\n    \"boysenberries\": \"umu nwoke\",\n    \"boyship\": \"nwata\",\n    \"boisseau\": \"Ogbolu\",\n    \"boisseaux\": \"Ogbolu\",\n    \"boist\": \"ukwu\",\n    \"boisterous\": \"eme mkpọtụ\",\n    \"boisterously\": \"mkpọtụ\",\n    \"boisterousness\": \"mkpọtụ\",\n    \"boistous\": \"enwe\",\n    \"boistously\": \"n'ụzọ\",\n    \"boistousness\": \"ịdị ndụ\",\n    \"boite\": \"ịnyịnya ibu\",\n    \"boites\": \"na-agba ọsọ\",\n    \"bojite\": \"Onyekwere\",\n    \"bokard\": \"Ikechukwu\",\n    \"bokharan\": \"Ikechukwu\",\n    \"boko\": \"ogbako\",\n    \"bokos\": \"ndiigbo\",\n    \"bolar\": \"bola\",\n    \"bolas\": \"bola\",\n    \"bolases\": \"bola\",\n    \"bold\": \"nkwuwa okwu\",\n    \"boldacious\": \"uko\",\n    \"bolded\": \"nkwuwa okwu\",\n    \"bolden\": \"kwuo okwu\",\n    \"boldest\": \"nkwuwa okwu\",\n    \"boldface\": \"nkwonkwo\",\n    \"boldfaced\": \"nkwuwa okwu\",\n    \"boldfacedly\": \"nkwuwa okwu\",\n    \"boldfacedness\": \"nkwuwa okwu\",\n    \"boldfaces\": \"ihe ngosi\",\n    \"boldfacing\": \"ikechukwu\",\n    \"boldhearted\": \"obi ike\",\n    \"boldheartedly\": \"eji obi ike\",\n    \"boldheartedness\": \"obi ike\",\n    \"boldin\": \"nkwenye\",\n    \"boldine\": \"nkwanye ugwu\",\n    \"bolding\": \"ikwuwa okwu\",\n    \"boldly\": \"n'atụghị egwu\",\n    \"boldness\": \"nkwuwa okwu\",\n    \"boldnesses\": \"nkwuwa okwu\",\n    \"boldos\": \"nkwonkwo\",\n    \"bole\": \"obia\",\n    \"bolectioned\": \"Onyekwere\",\n    \"boleite\": \"Nkechi\",\n    \"bolelike\": \"odika\",\n    \"bolero\": \"Ogbolu\",\n    \"boleros\": \"Obole\",\n    \"boletaceous\": \"Ikechukwu\",\n    \"bolete\": \"gbanye\",\n    \"boletes\": \"nwere ike\",\n    \"boletic\": \"keleke\",\n    \"boletuses\": \"ụlọ ọrụ\",\n    \"boleweed\": \"Ikechukwu\",\n    \"bolewort\": \"Okechukwu\",\n    \"bolides\": \"ihe ike\",\n    \"bolivia\": \"Bolivia\",\n    \"bolivians\": \"bolivia\",\n    \"bolivias\": \"bolivia si\",\n    \"bolk\": \"mkpọchi\",\n    \"boll\": \"mkpọchi\",\n    \"bollards\": \"ihe mgbochi\",\n    \"bolled\": \"boller\",\n    \"bolly\": \"nzuzu\",\n    \"bollies\": \"bolili\",\n    \"bollixed\": \"gbachiri\",\n    \"bollixes\": \"gbachiri\",\n    \"bollock\": \"mkpọchi\",\n    \"bollocks\": \"mkpọchi\",\n    \"bollox\": \"mkpọchi\",\n    \"boloed\": \"chukwu\",\n    \"bolognese\": \"Asụsụ Bolognese\",\n    \"bolograph\": \"bolograf\",\n    \"bolographically\": \"bolographical\",\n    \"boloing\": \"na-anụ ọkụ\",\n    \"boloman\": \"Onyedika\",\n    \"bolomen\": \"ndị bolomen\",\n    \"bolometer\": \"bolomita\",\n    \"bolometric\": \"Obochi\",\n    \"boloneys\": \"Obosara\",\n    \"bolshevikian\": \"Akwukwu\",\n    \"bolsheviks\": \"nnabata\",\n    \"bolshevism\": \"Mgbahara\",\n    \"bolshevist\": \"Nwokocha\",\n    \"bolshevistic\": \"ọmarịcha\",\n    \"bolshevistically\": \"na-ahụkarị\",\n    \"bolshevists\": \"nnweta\",\n    \"bolshevize\": \"kwue\",\n    \"bolshevized\": \"nnuku\",\n    \"bolshevizing\": \"na-echegharị\",\n    \"bolster\": \"ikwusi\",\n    \"bolstered\": \"kwalitere\",\n    \"bolsterer\": \"onye nkwado\",\n    \"bolsterers\": \"bosterers\",\n    \"bolstering\": \"na-akwado\",\n    \"bolsters\": \"ihe nkwado\",\n    \"bolsterwork\": \"ọrụ ike\",\n    \"bolt\": \"mkpọchi\",\n    \"boltage\": \"ikeji\",\n    \"boltcutter\": \"mkpọchi\",\n    \"bolted\": \"kpachie\",\n    \"bolter\": \"kwalite\",\n    \"bolters\": \"mkpọchi\",\n    \"bolting\": \"mkpọchi\",\n    \"boltings\": \"mkpọchi\",\n    \"boltless\": \"enweghị atụ\",\n    \"bomb\": \"bombu\",\n    \"bombable\": \"bọmbụ\",\n    \"bombacaceae\": \"bamacaceae\",\n    \"bombacaceous\": \"bọmbụ ọkụ\",\n    \"bombace\": \"bọmbụ\",\n    \"bombay\": \"bọmbụ\",\n    \"bombard\": \"bọmbụ\",\n    \"bombarde\": \"bọmbụ\",\n    \"bombarder\": \"bọmbụ\",\n    \"bombardier\": \"bọmbụ\",\n    \"bombardiers\": \"atụ bọmbụ\",\n    \"bombarding\": \"atụ bọmbụ\",\n    \"bombardman\": \"onye ogbunigwe\",\n    \"bombardmen\": \"ndị na-atụ bọmbụ\",\n    \"bombardment\": \"bọmbụ\",\n    \"bombardments\": \"bọmbụ\",\n    \"bombardo\": \"bọmbụ\",\n    \"bombardon\": \"bọmbụ\",\n    \"bombards\": \"bọmbụ\",\n    \"bombasine\": \"bọmbụ\",\n    \"bombast\": \"bọmbụ\",\n    \"bombaster\": \"bọmbụ\",\n    \"bombastic\": \"bọmbụ\",\n    \"bombasticness\": \"bọmbụ\",\n    \"bombastry\": \"bombu\",\n    \"bombasts\": \"na-agba bọmbụ\",\n    \"bombe\": \"bọmbụ\",\n    \"bombed\": \"tụrụ bọmbụ\",\n    \"bomber\": \"atụ bọmbụ\",\n    \"bombernickel\": \"bọmbụ bọmbụ\",\n    \"bombers\": \"atụ bọmbụ\",\n    \"bombes\": \"bọmbụ\",\n    \"bombesin\": \"bọmbụ\",\n    \"bombesins\": \"bọmbụ\",\n    \"bombic\": \"bombu\",\n    \"bombiccite\": \"ịtụ bọmbụ\",\n    \"bombycid\": \"bọmbụ\",\n    \"bombycids\": \"bọmbụ\",\n    \"bombycinous\": \"bọmbụ na-egbu egbu\",\n    \"bombilate\": \"bombu\",\n    \"bombilation\": \"bombu\",\n    \"bombilla\": \"bọmbụ\",\n    \"bombillas\": \"bọmbụ\",\n    \"bombinae\": \"bọmbụ\",\n    \"bombinating\": \"na-atụ bọmbụ\",\n    \"bombination\": \"bombu\",\n    \"bombing\": \"atụ bọmbụ\",\n    \"bombings\": \"atụ bọmbụ\",\n    \"bombyxes\": \"bọmbụ\",\n    \"bomble\": \"bọmbụ\",\n    \"bombline\": \"bọmbụ\",\n    \"bombload\": \"bọmbụ\",\n    \"bombloads\": \"bọmbụ bọmbụ\",\n    \"bombonne\": \"bọmbụ\",\n    \"bombous\": \"bọmbụ\",\n    \"bombproof\": \"na-egbochi bọmbụ\",\n    \"bombs\": \"bọmbụ\",\n    \"bombshell\": \"bọmbụ bọmbụ\",\n    \"bombshells\": \"bọmbụ bọmbụ\",\n    \"bombsights\": \"bọmbụ bọmbụ\",\n    \"bombus\": \"bọmbụ\",\n    \"bomos\": \"bọmbụ\",\n    \"bona\": \"ezigbo\",\n    \"bonailie\": \"ezi okwu\",\n    \"bonair\": \"nkwanye ugwu\",\n    \"bonairly\": \"nkwanye ugwu\",\n    \"bonairness\": \"nkwanye ugwu\",\n    \"bonally\": \"nke ọma\",\n    \"bonanzas\": \"bonanza\",\n    \"bonapartean\": \"bonaparte\",\n    \"bonapartism\": \"nkwanye ugwu\",\n    \"bonassus\": \"bonasia\",\n    \"bonaught\": \"ezi omume\",\n    \"bonav\": \"ezigbo\",\n    \"bonaventure\": \"ikekwe\",\n    \"bonaveria\": \"ezi nwanyi\",\n    \"bonavist\": \"Onye nzuzu\",\n    \"bonbons\": \"bonbon\",\n    \"bond\": \"nkekọ\",\n    \"bondable\": \"agbụ\",\n    \"bondage\": \"n'agbụ\",\n    \"bondager\": \"ohu\",\n    \"bondages\": \"agbụ\",\n    \"bondar\": \"agbụ\",\n    \"bonded\": \"jikọtara\",\n    \"bondelswarts\": \"ọrịre\",\n    \"bonderize\": \"hazie\",\n    \"bonders\": \"ebube\",\n    \"bondhold\": \"agbụ\",\n    \"bondholder\": \"ohu\",\n    \"bondholders\": \"ndị jikọtara ọnụ\",\n    \"bondholding\": \"ijikọ\",\n    \"bonding\": \"ijikọ\",\n    \"bondland\": \"njiko\",\n    \"bondless\": \"agbụ\",\n    \"bondmaid\": \"odibo\",\n    \"bondmaids\": \"ndị odibo\",\n    \"bondman\": \"ohu\",\n    \"bondmanship\": \"ọgbụgbọ\",\n    \"bondmen\": \"ndị ohu\",\n    \"bondon\": \"okpokoro\",\n    \"bonds\": \"agbụ\",\n    \"bondservant\": \"ofụn\",\n    \"bondship\": \"nkekọ\",\n    \"bondslave\": \"agbụ\",\n    \"bondsman\": \"ohu\",\n    \"bondsmen\": \"ndị ohu\",\n    \"bondswoman\": \"nwanyị\",\n    \"bondswomen\": \"agbụ\",\n    \"bonduc\": \"mma\",\n    \"bonducnut\": \"ezigbo ihe\",\n    \"bonducs\": \"bonsu\",\n    \"bondwoman\": \"nwanyị\",\n    \"bondwomen\": \"ụmụ nwanyị\",\n    \"bone\": \"ọkpụkpụ\",\n    \"boneache\": \"ọkpụkpụ ọkpụkpụ\",\n    \"bonebinder\": \"ọkpụkpụ ọkpụkpụ\",\n    \"boneblack\": \"ọkpụkpụ ọkpụkpụ\",\n    \"bonebreaker\": \"ọkpụkpụ ọkpụkpụ\",\n    \"boned\": \"nke ha\",\n    \"bonedry\": \"ihe ọkpụkpụ\",\n    \"boneen\": \"ọkpụkpụ\",\n    \"bonefish\": \"azu azu\",\n    \"bonefishes\": \"azu azu\",\n    \"boneflower\": \"okpukpu\",\n    \"bonehead\": \"ọkpụkpụ ọkpụkpụ\",\n    \"boneheaded\": \"ọkpụkpụ ọkpụkpụ\",\n    \"boneheadedness\": \"ọkpụkpụ ọkpụkpụ\",\n    \"boneheads\": \"ọkpụkpụ ọkpụkpụ\",\n    \"boneyard\": \"okpukpu okpukpu\",\n    \"boneyards\": \"okpukpu okpukpu\",\n    \"boneless\": \"ọkpụkpụ\",\n    \"bonelessly\": \"ọkpụkpụ\",\n    \"bonelessness\": \"enweghị ọkpụkpụ\",\n    \"bonelet\": \"ọkpụkpụ\",\n    \"bonellia\": \"bonellia onyeka\",\n    \"boners\": \"ego\",\n    \"bones\": \"ọkpọ\",\n    \"boneset\": \"Okpukpo\",\n    \"bonesets\": \"ọkpụkpụ\",\n    \"bonesetter\": \"ọkpụkpụ\",\n    \"bonesetting\": \"ọkpụkpụ\",\n    \"bonete\": \"ezi ihe\",\n    \"bonewood\": \"okpukpu\",\n    \"bonework\": \"ọkpụkpụ ọkpụkpụ\",\n    \"bonewort\": \"ọkpụkpụ ọkpụkpụ\",\n    \"bonfire\": \"ọkụ\",\n    \"bonfires\": \"ọkụ\",\n    \"bonged\": \"okwo\",\n    \"bonging\": \"na-atu uda\",\n    \"bongoes\": \"bongo\",\n    \"bongs\": \"bong\",\n    \"bonhomous\": \"ezigbo\",\n    \"bonhomously\": \"ọ dị mma\",\n    \"bony\": \"okpukpu\",\n    \"bonier\": \"onye bonier\",\n    \"boniest\": \"ihe kacha mma\",\n    \"bonifaces\": \"bonifes\",\n    \"bonify\": \"kwalite\",\n    \"bonification\": \"onyinye\",\n    \"bonyfish\": \"nke azu okpo\",\n    \"boniness\": \"nke ọma\",\n    \"boninesses\": \"ihe ndozi\",\n    \"bonism\": \"nkwanye ugwu\",\n    \"bonytail\": \"nke okpokoro\",\n    \"bonitary\": \"ihe oriri\",\n    \"bonitarian\": \"ọfụma\",\n    \"bonitoes\": \"bonito\",\n    \"bonked\": \"gbanyere mkpọrọgwụ\",\n    \"bonnes\": \"bonneson\",\n    \"bonneted\": \"gbanyere mkpọrọgwụ\",\n    \"bonnetless\": \"enweghi ike\",\n    \"bonnetlike\": \"Bonnet yiri\",\n    \"bonnets\": \"ihe ndozi\",\n    \"bonniest\": \"nke ukwuu\",\n    \"bonnyish\": \"anụ ahụ\",\n    \"bonnily\": \"anụ ahụ\",\n    \"bonniness\": \"ọfụma\",\n    \"bonnock\": \"n'olu\",\n    \"bononian\": \"bononyan\",\n    \"bons\": \"Bons\",\n    \"bonser\": \"ihe mmasi\",\n    \"bonsoir\": \"ọfụma\",\n    \"bonspell\": \"anwansị\",\n    \"bonspells\": \"bonspell\",\n    \"bonspiel\": \"Onyinye Okonkwo\",\n    \"bonspiels\": \"Ugboro abụọ\",\n    \"bonus\": \"daashi\",\n    \"bonuses\": \"ego\",\n    \"bonze\": \"okpukpu\",\n    \"bonzer\": \"ihe mgbochi\",\n    \"bonzery\": \"ọfụma\",\n    \"bonzes\": \"Ọfụma\",\n    \"boob\": \"nzu\",\n    \"boobery\": \"mkpọtụ\",\n    \"booby\": \"oobbụ\",\n    \"boobyish\": \"oobnye\",\n    \"boobishness\": \"nzuzu\",\n    \"boobook\": \"akwụkwọ\",\n    \"boobs\": \"ara\",\n    \"bood\": \"ekwensu\",\n    \"boodh\": \"ekwensu\",\n    \"boody\": \"ekwensu\",\n    \"boodie\": \"ekwensu\",\n    \"boodled\": \"jisie ike\",\n    \"boodledom\": \"onyeisiala\",\n    \"boodleize\": \"kwadebere\",\n    \"boodlers\": \"ndị na-eme ihe nkiri\",\n    \"boodling\": \"ekwupụta\",\n    \"boogers\": \"ndi nzuzu\",\n    \"boogyman\": \"boogeyman\",\n    \"boogymen\": \"boogeyman\",\n    \"boohoos\": \"boohoo si\",\n    \"booing\": \"mkpọtụ\",\n    \"book\": \"akwụkwọ\",\n    \"bookable\": \"igba akwukwo\",\n    \"bookbind\": \"akwụkwọ jikọtara\",\n    \"bookbinder\": \"akwukwo\",\n    \"bookbindery\": \"akwukwo\",\n    \"bookbinderies\": \"ndị na-ede akwụkwọ\",\n    \"bookbinders\": \"ndị na-ede akwụkwọ\",\n    \"bookbinding\": \"ichi akwukwo\",\n    \"bookboard\": \"kaadiboodu\",\n    \"bookcase\": \"igbe akwụkwọ\",\n    \"bookcases\": \"mpempe akwụkwọ\",\n    \"bookcraft\": \"akwụkwọ\",\n    \"bookdealer\": \"mgbere akwukwo\",\n    \"bookdom\": \"gbaa akwụkwọ\",\n    \"booked\": \"gbaa akwụkwọ\",\n    \"bookend\": \"akwụkwọ\",\n    \"bookends\": \"akwụkwọ akụkọ\",\n    \"booker\": \"akwukwo\",\n    \"bookery\": \"akwụkwọ\",\n    \"bookers\": \"mkpọ\",\n    \"bookfair\": \"akwụkwọ ngosi\",\n    \"bookfold\": \"akwukwo\",\n    \"bookful\": \"igba akwukwo\",\n    \"bookholder\": \"onye nwere akwukwo\",\n    \"bookhood\": \"akwụkwọ\",\n    \"booky\": \"akwukwo\",\n    \"bookies\": \"akwụkwọ\",\n    \"bookiness\": \"ịdị njikere\",\n    \"booking\": \"ntinye akwụkwọ\",\n    \"bookings\": \"ntinye akwụkwọ\",\n    \"bookish\": \"gbaa akwụkwọ\",\n    \"bookishly\": \"akwụkwọ\",\n    \"bookishness\": \"akwukwo\",\n    \"bookism\": \"akwụkwọ\",\n    \"bookit\": \"akwụkwọ\",\n    \"bookkeep\": \"ndozi akwukwo\",\n    \"bookkeeper\": \"onye na-ede akwukwo\",\n    \"bookkeepers\": \"ndị na-edekọ akwụkwọ\",\n    \"bookkeeping\": \"idebe akwukwo\",\n    \"bookkeeps\": \"akwụkwọ nlezianya\",\n    \"bookland\": \"akwukwo ala\",\n    \"booklear\": \"akwụkwọ\",\n    \"bookless\": \"enweghi akwukwo\",\n    \"booklet\": \"akwụkwọ nta\",\n    \"booklets\": \"akwụkwọ nta\",\n    \"booklice\": \"akwụkwọ nta\",\n    \"booklift\": \"akwukwo akwukwo\",\n    \"booklike\": \"dị ka akwụkwọ\",\n    \"bookling\": \"ntinye akwukwo\",\n    \"booklists\": \"ndeputa akwukwo\",\n    \"booklore\": \"akwukwo akwukwo\",\n    \"booklores\": \"akwụkwọ akwụkwọ\",\n    \"booklouse\": \"akwụkwọ akwụkwọ\",\n    \"booklover\": \"akwụkwọ akwụkwọ\",\n    \"bookmaker\": \"onye na-ede akwukwo\",\n    \"bookmakers\": \"ndị na-eme akwụkwọ\",\n    \"bookmaking\": \"ntinye akwukwo\",\n    \"bookman\": \"ode akwukwo\",\n    \"bookmark\": \"ibe edokwubara\",\n    \"bookmarker\": \"ibe edokọbara\",\n    \"bookmarks\": \"ibe edokọbara\",\n    \"bookmate\": \"nwa akwukwo\",\n    \"bookmen\": \"ndị na-ede akwụkwọ\",\n    \"bookmobile\": \"akwụkwọ\",\n    \"bookmonger\": \"onye na-ere akwukwo\",\n    \"bookplates\": \"bookpetụ\",\n    \"bookrack\": \"akwukwo akwukwo\",\n    \"bookracks\": \"akwụkwọ akwụkwọ\",\n    \"bookroom\": \"ime akwukwo\",\n    \"books\": \"akwụkwọ\",\n    \"bookseller\": \"onye na-ere akwukwo\",\n    \"booksellerish\": \"akwụkwọ ere\",\n    \"booksellerism\": \"akwụkwọ\",\n    \"booksellers\": \"ndị na-ere akwụkwọ\",\n    \"bookselling\": \"edemede\",\n    \"bookshelf\": \"akwụkwọ mpempe akwụkwọ\",\n    \"bookshelves\": \"akwụkwọ mpempe akwụkwọ\",\n    \"bookshop\": \"ụlọ ahịa\",\n    \"bookshops\": \"ụlọ akwụkwọ\",\n    \"booksy\": \"akwụkwọ\",\n    \"bookstack\": \"mpempe akwụkwọ\",\n    \"bookstand\": \"akwukwo akwukwo\",\n    \"bookstore\": \"ụlọ ahịa akwụkwọ\",\n    \"bookstores\": \"ụlọ ahịa akwụkwọ\",\n    \"bookward\": \"adabaghị\",\n    \"bookwork\": \"oru\",\n    \"boomed\": \"boom\",\n    \"boomerang\": \"Ikenna\",\n    \"boomiest\": \"dị ukwuu\",\n    \"boominess\": \"izu ahia\",\n    \"booming\": \"boom\",\n    \"boomingly\": \"boom n'ike\",\n    \"boomkins\": \"nwachukwu\",\n    \"boomless\": \"enweghị isi\",\n    \"boomslang\": \"nwego\",\n    \"boomslange\": \"omstọ\",\n    \"boomtown\": \"okirikiri\",\n    \"boomtowns\": \"okirikiri obodo\",\n    \"boon\": \"nwee ume\",\n    \"boondoggled\": \"boondoggle\",\n    \"boondoggler\": \"boondoggle\",\n    \"boondogglers\": \"boondoggle\",\n    \"boone\": \"nwee ike\",\n    \"boonfellow\": \"Onyediaka\",\n    \"boonless\": \"enweghị uru\",\n    \"boordly\": \"nnọọ\",\n    \"boorish\": \"Ikechukwu\",\n    \"boorishly\": \"jijiji\",\n    \"boorishness\": \"ike\",\n    \"boors\": \"boos\",\n    \"boort\": \"nwee obi uto\",\n    \"boose\": \"mbuli\",\n    \"boosy\": \"mbuli\",\n    \"boosies\": \"mbuli\",\n    \"boost\": \"mbuli\",\n    \"boosted\": \"kwalitere\",\n    \"boosterism\": \"nkwalite\",\n    \"boosters\": \"Nkwado\",\n    \"boosting\": \"na-akwalite\",\n    \"boosts\": \"Nkwado\",\n    \"boot\": \"buut\",\n    \"bootboy\": \"nwa nwoke\",\n    \"booted\": \"ama\",\n    \"bootees\": \"gbamgbam\",\n    \"booter\": \"buut\",\n    \"bootery\": \"ihe ndị ọzọ\",\n    \"bootes\": \"isi\",\n    \"bootful\": \"buut\",\n    \"booth\": \"ụlọ ndò\",\n    \"bootheel\": \"akpụkpọ ụkwụ\",\n    \"boothes\": \"akpụkpọ ụkwụ\",\n    \"bootholder\": \"onye nkwado\",\n    \"booths\": \"ụlọ ndò\",\n    \"booty\": \"ịkwakọrọ ihe\",\n    \"bootied\": \"izu\",\n    \"bootikins\": \"akpụkpọ ụkwụ\",\n    \"bootyless\": \"enweghị ike\",\n    \"booting\": \"Ike\",\n    \"bootjack\": \"akpụkpọ ụkwụ\",\n    \"bootjacks\": \"akpụkpọ ụkwụ\",\n    \"bootlace\": \"akpụkpọ ụkwụ\",\n    \"bootle\": \"buut\",\n    \"bootleg\": \"akpụkpọ ụkwụ\",\n    \"bootleger\": \"bootlegger\",\n    \"bootless\": \"akpụkpọ ụkwụ\",\n    \"bootlessly\": \"akpụkpọ ụkwụ\",\n    \"bootlessness\": \"enweghị ike\",\n    \"bootlicks\": \"akpụkpọ ụkwụ\",\n    \"bootmaker\": \"buutel\",\n    \"boots\": \"akpụkpọ ụkwụ\",\n    \"bootstrap\": \"akpụkpọ ụkwụ\",\n    \"boozers\": \"mkpọ\",\n    \"boozify\": \"kwalite\",\n    \"booziness\": \"nsị\",\n    \"bopeep\": \"izu ike\",\n    \"bopyrid\": \"ndiegwu\",\n    \"bopyridian\": \"Onyedika\",\n    \"bopped\": \"ama\",\n    \"boppers\": \"ndị na-azụ ahịa\",\n    \"bopping\": \"akụrụngwa\",\n    \"boppist\": \"onyeka\",\n    \"borable\": \"nwere ike\",\n    \"boraces\": \"Oke\",\n    \"boraciferous\": \"Ochicho\",\n    \"borages\": \"bora\",\n    \"boraginaceous\": \"Obianuju\",\n    \"boranes\": \"borani\",\n    \"borasque\": \"Obosara\",\n    \"borasqueborate\": \"okwukwu\",\n    \"borating\": \"na-akwado\",\n    \"borborygm\": \"ebele\",\n    \"borborygmatic\": \"ebele\",\n    \"borborygmic\": \"ndiegwu\",\n    \"borborygmies\": \"obula\",\n    \"borborygmus\": \"ebele\",\n    \"bord\": \"dị n'akụkụ\",\n    \"bordage\": \"oghere\",\n    \"bordar\": \"irighiri\",\n    \"bordarius\": \"Ikwesiri\",\n    \"bordeaux\": \"nnweta\",\n    \"bordel\": \"Bordel\",\n    \"bordelaise\": \"onyinyechi\",\n    \"bordello\": \"Okechukwu\",\n    \"bordellos\": \"Ikwerre\",\n    \"bordels\": \"ihe mgbochi\",\n    \"border\": \"ókè-ala\",\n    \"bordereau\": \"Ugwueke\",\n    \"bordereaux\": \"Ikwerre\",\n    \"bordered\": \"ókè\",\n    \"borderer\": \"onye obula\",\n    \"borderers\": \"ndị nnabata\",\n    \"borderies\": \"ókè-ala\",\n    \"bordering\": \"n'ókè\",\n    \"borderings\": \"ókè\",\n    \"borderism\": \"ókè-ala\",\n    \"borderland\": \"ókèala\",\n    \"borderlander\": \"ókèala\",\n    \"borderlands\": \"ókè ala\",\n    \"borderless\": \"enweghị ókè\",\n    \"borderlight\": \"ọkụ ala\",\n    \"borderline\": \"ókè-ala\",\n    \"borderlines\": \"ókè-ala\",\n    \"bordermark\": \"ókè-ala\",\n    \"borders\": \"ala\",\n    \"borderside\": \"dị n'akụkụ\",\n    \"bordman\": \"Ikwerre\",\n    \"bordrag\": \"Okechukwu\",\n    \"bordrage\": \"Ebe dị anya\",\n    \"bordroom\": \"ime ụlọ\",\n    \"bordun\": \"Bọdun\",\n    \"bordured\": \"bordure\",\n    \"bordures\": \"weregoro\",\n    \"bore\": \"mụụrụ\",\n    \"boreable\": \"Ike gwụrụ\",\n    \"boread\": \"mbadamba\",\n    \"borean\": \"Born\",\n    \"borecole\": \"Nwa ebuka\",\n    \"bored\": \".nọ nkịtị gwụrụ\",\n    \"boredness\": \"Ike gwuru m\",\n    \"boredom\": \"ahuokika\",\n    \"boredoms\": \"Ike ọgwụgwụ\",\n    \"boree\": \"Buru\",\n    \"boreen\": \"Ike gwụrụ\",\n    \"boreens\": \"Ike gwu\",\n    \"boregat\": \"Bọọgt\",\n    \"borehole\": \"olulu mmiri\",\n    \"boreholes\": \"olulu mmiri\",\n    \"boreiad\": \"Ikeyaad\",\n    \"boreism\": \"ike ọgwụgwụ\",\n    \"borel\": \"Borel\",\n    \"borele\": \"Borele\",\n    \"borer\": \"Ikechukwu\",\n    \"borers\": \"Borers\",\n    \"bores\": \"oresgwọ\",\n    \"boresight\": \"Ike agwụla\",\n    \"boresome\": \"ihe na-agwụ ike\",\n    \"boresomely\": \"Ike gwụrụ\",\n    \"boresomeness\": \"enweghi ike\",\n    \"borh\": \"bor\",\n    \"bori\": \"merie\",\n    \"borickite\": \"Iburu\",\n    \"borides\": \"na-akwado\",\n    \"boryl\": \"Nkechi\",\n    \"boring\": \"na-agwụ ike\",\n    \"boringly\": \"na-agwụ ike\",\n    \"boringness\": \"ogbugbu\",\n    \"borings\": \"agba ụgwọ\",\n    \"borish\": \"iburu\",\n    \"borism\": \"nkwenye\",\n    \"bority\": \"nnyefe\",\n    \"borities\": \"nnyefere\",\n    \"borize\": \"were\",\n    \"born\": \"amuru\",\n    \"borne\": \"buru\",\n    \"bornean\": \"Iburu\",\n    \"bornyl\": \"Obinna\",\n    \"borning\": \"agbaziri ihe\",\n    \"bornite\": \"onye amuru\",\n    \"bornites\": \"ndi amuru\",\n    \"bornitic\": \"Onye amụrụ\",\n    \"boro\": \"Nkwuwa Okwu\",\n    \"borocalcite\": \"mmmmmmmmmmmmm\",\n    \"borofluohydric\": \"Ogbolu\",\n    \"borofluoric\": \"Onyeka Onwenu\",\n    \"boroglycerate\": \"Ndidiamaka\",\n    \"boroglycerine\": \"mmmmmmmmmmmmm\",\n    \"borohydride\": \"Obosara\",\n    \"borolanite\": \"Ogbolu\",\n    \"boronatrocalcite\": \"Onyedikachukwu\",\n    \"boronia\": \"Uzoukwu\",\n    \"borons\": \"boron\",\n    \"borophenol\": \"Obolu\",\n    \"bororoan\": \"Obolu\",\n    \"borosalicylate\": \"Obosara\",\n    \"borosalicylic\": \"Nkeji Okereke\",\n    \"borosilicate\": \"Obosara\",\n    \"borosilicic\": \"Nkechi\",\n    \"borotungstate\": \"chukwuebuka\",\n    \"borotungstic\": \"onyeka onwenu\",\n    \"borough\": \"ime obodo\",\n    \"boroughlet\": \"okirikiri\",\n    \"boroughmaster\": \"onye isi ochichi\",\n    \"boroughmonger\": \"okwa\",\n    \"boroughmongery\": \"okomoko\",\n    \"boroughmongering\": \"Gburugburu ime obodo\",\n    \"boroughs\": \"ime obodo\",\n    \"boroughship\": \"ime ụlọ hip\",\n    \"boroughwide\": \"Gburugburu\",\n    \"borowolframic\": \"Obosara\",\n    \"borrachio\": \"borracho\",\n    \"borrel\": \"agba\",\n    \"borromean\": \"Iburu\",\n    \"borrovian\": \"Ikechi\",\n    \"borrow\": \"ibiri\",\n    \"borrowable\": \"agbaziri agbaziri\",\n    \"borrowed\": \"biiri\",\n    \"borrower\": \"gbaziri agbaziri\",\n    \"borrowers\": \"agbaziri ego\",\n    \"borrowing\": \"gbaziri\",\n    \"borrows\": \"agbaziri\",\n    \"borsches\": \"Ogbe\",\n    \"borscht\": \"Okechukwu\",\n    \"borsholder\": \"Onye nkwado\",\n    \"borsht\": \"Okechukwu\",\n    \"borshts\": \"Agwọ\",\n    \"borstal\": \"ike\",\n    \"borstall\": \"ike\",\n    \"borstals\": \"isi\",\n    \"bort\": \"Ozizi\",\n    \"borty\": \"Ozizi\",\n    \"borts\": \"Agwọ\",\n    \"bortsch\": \"Anyanwu\",\n    \"bortz\": \"Bortz\",\n    \"borussian\": \"Ikechukwu\",\n    \"borwort\": \"gbaziri\",\n    \"borzicactus\": \"Ikechi\",\n    \"borzois\": \"Ndidi\",\n    \"boscage\": \"akpaka\",\n    \"boscages\": \"igbe\",\n    \"bosch\": \"nkuchi\",\n    \"boschboks\": \"Nwachukwu\",\n    \"boschneger\": \"Nwachukwu\",\n    \"boschveld\": \"Nwachukwu\",\n    \"bosey\": \"Nwunye\",\n    \"boser\": \"Nwee\",\n    \"boshboks\": \"nwachukwu\",\n    \"boshes\": \"nku\",\n    \"boshvark\": \"ebelebe\",\n    \"boshvarks\": \"Ogbe\",\n    \"bosjesman\": \"Onyinyechi\",\n    \"bosker\": \"Onyema\",\n    \"bosket\": \"igbe akpa\",\n    \"boskets\": \"akpati\",\n    \"boskiest\": \"Onyekwere\",\n    \"boskiness\": \"Uchechukwu\",\n    \"bosks\": \"akwụkwọ\",\n    \"bosn\": \"bosnia\",\n    \"bosniac\": \"bosniak\",\n    \"bosnian\": \"Nwachukwu\",\n    \"bosnisch\": \"Nwachukwu\",\n    \"bosom\": \"nku\",\n    \"bosomed\": \"gbadoro anya\",\n    \"bosomy\": \"nkuchi\",\n    \"bosoming\": \"bia\",\n    \"bosoms\": \"nkuchi\",\n    \"bosons\": \"nkuchi\",\n    \"bosporanic\": \"okpokoro\",\n    \"bosque\": \"Nwachukwu\",\n    \"bosquets\": \"igbe\",\n    \"boss\": \"onye isi\",\n    \"bossage\": \"isi\",\n    \"bossboy\": \"nna nwe\",\n    \"bossdom\": \"ike ọchịchị\",\n    \"bossdoms\": \"ndị isi\",\n    \"bossed\": \"ndị isi\",\n    \"bosseyed\": \"onye isi anya\",\n    \"bosselated\": \"kpakpando\",\n    \"bosselation\": \"nkuchi\",\n    \"bosser\": \"onyeisi\",\n    \"bosses\": \"ndị isi\",\n    \"bosset\": \"onyeisi\",\n    \"bossy\": \"nchịkwa\",\n    \"bossier\": \"onyenze\",\n    \"bossies\": \"ndị isi\",\n    \"bossiest\": \"Onyekwere\",\n    \"bossily\": \"ijiisi\",\n    \"bossiness\": \"isi\",\n    \"bossing\": \"ndi isi\",\n    \"bossism\": \"ọrụ ndị isi\",\n    \"bossisms\": \"ndị isi\",\n    \"bosslet\": \"onyeisi\",\n    \"bossship\": \"nkuchi\",\n    \"bostal\": \"boal\",\n    \"bostangi\": \"Ogbolu\",\n    \"bosthoon\": \".nye\",\n    \"bostonians\": \"Ndidi\",\n    \"bostonite\": \"Okwukwu\",\n    \"bostons\": \"bostọn\",\n    \"bostrychid\": \"Okechukwu\",\n    \"bostrychoid\": \"Onyedikachi\",\n    \"bostrychoidal\": \"Onyeka Onwenu\",\n    \"bostryx\": \"Ogbolu\",\n    \"boswell\": \"Onyekwere\",\n    \"boswellian\": \"Onyinyechi\",\n    \"boswellism\": \"akpo\",\n    \"boswellize\": \"Onyekwere\",\n    \"boswellized\": \"chukwuemeka\",\n    \"boswellizing\": \"Onyekwere\",\n    \"botany\": \"botani\",\n    \"botanic\": \"botani\",\n    \"botanical\": \"ihe ogwu\",\n    \"botanically\": \"nke botan\",\n    \"botanics\": \"ihe ọmụmụ\",\n    \"botanies\": \"ahịhịa\",\n    \"botanise\": \"botani\",\n    \"botanised\": \"nri\",\n    \"botaniser\": \"ihe ọkụkụ\",\n    \"botanises\": \"ihe ọkụkụ\",\n    \"botanising\": \"ihe okuku\",\n    \"botanist\": \"ihe omimi ya\",\n    \"botanists\": \"ndị na-azụ ihe ọkụkụ\",\n    \"botanized\": \"nri\",\n    \"botanizer\": \"ihe okike\",\n    \"botanizing\": \"ihe na-eme ihe\",\n    \"botanomancy\": \"ihe omimi\",\n    \"botched\": \"nsị\",\n    \"botchedly\": \"nkiti\",\n    \"botcher\": \"onye na-eme ihe\",\n    \"botchery\": \"ihe okuku\",\n    \"botcheries\": \"ihe ndi ozo\",\n    \"botchers\": \"ndị na-azụ ihe\",\n    \"botchiest\": \"nsogbu\",\n    \"botchily\": \"nsogbu\",\n    \"botchiness\": \"nsogbu\",\n    \"botchwork\": \"ihe otutu\",\n    \"bote\": \"Ndidi\",\n    \"boteler\": \"onyenwunyee\",\n    \"botfly\": \"nsogbu\",\n    \"botflies\": \"nsị\",\n    \"both\": \"ha abua\",\n    \"bother\": \"inye nsogbu\",\n    \"botheration\": \"nsogbu\",\n    \"bothered\": \"esifịna\",\n    \"botherheaded\": \"nsogbu\",\n    \"bothering\": \"enye nsogbu\",\n    \"botherment\": \"nsogbu\",\n    \"bothers\": \"na-enye nsogbu\",\n    \"bothersome\": \"na-enye nsogbu\",\n    \"bothersomely\": \"na-enye nsogbu\",\n    \"bothersomeness\": \"Nsogbu\",\n    \"bothy\": \"ịza\",\n    \"bothlike\": \"abụọ\",\n    \"bothnian\": \"ma\",\n    \"bothnic\": \"abuo\",\n    \"bothrenchyma\": \"marenchichyma\",\n    \"bothria\": \"andria\",\n    \"bothridia\": \"Nwachukwu\",\n    \"bothridiums\": \"Nwachukwu\",\n    \"bothriocephalus\": \"Ugochukwu nwoke\",\n    \"bothriocidaris\": \"nweagbara\",\n    \"bothriolepis\": \"nnagide\",\n    \"bothrium\": \"koorri\",\n    \"bothriums\": \"ma uzo\",\n    \"bothrodendron\": \"Nwachukwu\",\n    \"bothroi\": \"Nwako\",\n    \"bothropic\": \"akuko\",\n    \"bothrops\": \"abụọ\",\n    \"bothros\": \"Ugba\",\n    \"bothsided\": \"abụọ\",\n    \"bothsidedness\": \"aka abuo\",\n    \"boththridia\": \"Nwachukwu\",\n    \"bothway\": \"ma uzo abuo\",\n    \"botling\": \"ebe obibi\",\n    \"botoyan\": \"boroyan\",\n    \"botony\": \"botani\",\n    \"botonn\": \"botani\",\n    \"botonny\": \"botoni\",\n    \"botryomyces\": \"nsogbu\",\n    \"botrytises\": \"ihe isi ike\",\n    \"bott\": \"karama\",\n    \"botticelli\": \"bottyelli\",\n    \"botticellian\": \"bottyellian\",\n    \"bottier\": \"Ebelebe\",\n    \"bottine\": \"okpuru\",\n    \"bottle\": \"kalama\",\n    \"bottlebird\": \"karama\",\n    \"bottlebrush\": \"karama\",\n    \"bottled\": \"karama\",\n    \"bottleflower\": \"karama\",\n    \"bottleful\": \"kalama\",\n    \"bottlefuls\": \"karama\",\n    \"bottlehead\": \"ọkpọ ọkpọ\",\n    \"bottleholder\": \"onye na-ebu ọkpọ\",\n    \"bottlelike\": \"karama\",\n    \"bottlemaker\": \"kpuru ite\",\n    \"bottlemaking\": \"eme karama\",\n    \"bottleman\": \"onye ọkpọ\",\n    \"bottleneck\": \"ọkpọkọm\",\n    \"bottlenecks\": \"okpu\",\n    \"bottlenest\": \"dịkarịa ala\",\n    \"bottlenose\": \"kalama\",\n    \"bottler\": \"kalama\",\n    \"bottlers\": \"karama\",\n    \"bottles\": \"karama\",\n    \"bottlesful\": \"karama\",\n    \"bottlestone\": \"kalama\",\n    \"bottling\": \"na-eme mkpọtụ\",\n    \"bottom\": \"okpuru\",\n    \"bottomchrome\": \"mgbada\",\n    \"bottomed\": \"na-agbada\",\n    \"bottomer\": \"okpuru\",\n    \"bottomers\": \"si n'okpuru\",\n    \"bottoming\": \"na-ekwu okwu\",\n    \"bottomland\": \"ala ala\",\n    \"bottomless\": \"enweghi ike\",\n    \"bottomlessly\": \"n'ala ala\",\n    \"bottomlessness\": \"enweghị ala\",\n    \"bottommost\": \"okpuru\",\n    \"bottomry\": \"eriri afọ\",\n    \"bottomried\": \"okpuru\",\n    \"bottomries\": \"ala\",\n    \"bottomrying\": \"isi ihe\",\n    \"bottoms\": \"N'ala\",\n    \"botts\": \"Ikenna\",\n    \"bottstick\": \"eriri afọ\",\n    \"botulisms\": \"nsogbu\",\n    \"boubou\": \"bobou\",\n    \"boubous\": \"nwekwanu\",\n    \"boucan\": \"ounye\",\n    \"bouch\": \"onu ahia\",\n    \"boucharde\": \"ikechi\",\n    \"bouche\": \"ịnye ego\",\n    \"boucher\": \"akpa ego\",\n    \"boucherize\": \"ikechi\",\n    \"bouchette\": \"iheanacho\",\n    \"bouchon\": \"nwachukwu\",\n    \"bouchons\": \"okirikiri\",\n    \"boucl\": \"nwaanyi\",\n    \"boud\": \"ike\",\n    \"bouderie\": \"Okechukwu\",\n    \"boudeuse\": \"ike\",\n    \"boudoir\": \"Udochukwu\",\n    \"boudoiresque\": \"Onyedikachi\",\n    \"bouet\": \"ùkwù\",\n    \"bouffage\": \"akpaaka\",\n    \"bouffancy\": \"ikekwe\",\n    \"bouffant\": \"kpuchie\",\n    \"bouffante\": \"kpughee\",\n    \"bougainvillaea\": \"Obianuju\",\n    \"bougainvillaeas\": \"Iheanacho\",\n    \"bougainvillea\": \"Obianuju\",\n    \"bougainvillia\": \"Iheanacho\",\n    \"bougee\": \"onye obula\",\n    \"bougeron\": \"Okechukwu\",\n    \"bough\": \"ome\",\n    \"boughed\": \"Ọchị juru\",\n    \"boughy\": \"osisi\",\n    \"boughless\": \"nke na-enweghị isi\",\n    \"boughpot\": \"ogwe aka\",\n    \"boughpots\": \"ogwe aka\",\n    \"boughs\": \"alaka\",\n    \"bought\": \"zụta\",\n    \"boughten\": \"zụta\",\n    \"bougie\": \"Obi Nwachukwu\",\n    \"bougies\": \"Obosara\",\n    \"bouilli\": \"ikechi\",\n    \"boukit\": \"Ikechukwu\",\n    \"boulanger\": \"nwaanyi\",\n    \"boulangerite\": \"ihebama\",\n    \"boulangism\": \"nkwughachi\",\n    \"boulangist\": \"ndiigbo\",\n    \"boulder\": \"okwute\",\n    \"bouldered\": \"okwute\",\n    \"boulderhead\": \"okwute\",\n    \"bouldery\": \"nnukwu okwute\",\n    \"bouldering\": \"Okwute\",\n    \"boulders\": \"okwute\",\n    \"boules\": \"gaanụ\",\n    \"bouleuteria\": \"ikechukwu\",\n    \"bouleuterion\": \"ikechi\",\n    \"boulevard\": \"okpokoro\",\n    \"boulevardier\": \"onye nlele\",\n    \"boulevardiers\": \"ndi nlele\",\n    \"boulevardize\": \"nweghari\",\n    \"bouleverse\": \"Ihuchukwu\",\n    \"boulle\": \"itoolu\",\n    \"boulles\": \"Okwuru\",\n    \"boullework\": \"ọrụ\",\n    \"boult\": \"inya isi\",\n    \"boulterer\": \"obụrede mbụre\",\n    \"bounce\": \"ibiaghachi\",\n    \"bounceably\": \"bounceable\",\n    \"bounceback\": \"ibiaghachi azu\",\n    \"bounced\": \"boun\",\n    \"bouncers\": \"ndi bouncers\",\n    \"bouncier\": \"bouner\",\n    \"bouncily\": \"bouncy\",\n    \"bouncing\": \"bouning\",\n    \"bound\": \"kee ya\",\n    \"boundable\": \"iwu\",\n    \"boundary\": \"ókè\",\n    \"boundaries\": \"ókè\",\n    \"bounded\": \"bound\",\n    \"boundedly\": \"n'agha\",\n    \"boundedness\": \"agbụ\",\n    \"bounden\": \"kere agbụ\",\n    \"bounder\": \"ihe mgbochi\",\n    \"bounderish\": \"gafee\",\n    \"bounderishly\": \"n'ịkpa ike\",\n    \"bounders\": \"ihe mgbochi\",\n    \"bounding\": \"na-ejikọ\",\n    \"boundingly\": \"na-agbasi ike\",\n    \"boundless\": \"enweghị njedebe\",\n    \"boundlessly\": \"enweghị njedebe\",\n    \"boundlessness\": \"enweghị njedebe\",\n    \"boundly\": \"agbụ\",\n    \"boundness\": \"agbụ\",\n    \"bounds\": \"oke\",\n    \"bounteous\": \"imesapụ aka\",\n    \"bounteously\": \"afọ ofufo\",\n    \"bounteousness\": \"imesapụ aka\",\n    \"bounty\": \"onyinye\",\n    \"bounties\": \"onyinye\",\n    \"bountiful\": \"mmaba\",\n    \"bountifully\": \"n'ụba\",\n    \"bountifulness\": \"njuputa\",\n    \"bountihead\": \"isi ike\",\n    \"bountyless\": \"enweghị atụ\",\n    \"bountiousness\": \"untgha\",\n    \"bountith\": \"itozu\",\n    \"bountree\": \"enweghị isi\",\n    \"bouquetiere\": \"kpughee\",\n    \"bouquets\": \"ùkwù\",\n    \"bourage\": \"bour\",\n    \"bourasque\": \"Onyekwere\",\n    \"bourbonesque\": \"chukwuemezuei\",\n    \"bourbonian\": \"mmmmmmmmmmmmm\",\n    \"bourbonize\": \"Obosara\",\n    \"bourbons\": \"Ogba\",\n    \"bourd\": \"ogidi\",\n    \"bourdis\": \"Nwokeji\",\n    \"bourdon\": \"Nwokeji\",\n    \"bourdons\": \"Ndidi\",\n    \"bourg\": \"Obi\",\n    \"bourgeois\": \"ndiegwu\",\n    \"bourgeoise\": \"Onyekwere\",\n    \"bourgeoisie\": \"ndiegwu\",\n    \"bourgeoisify\": \"Nwokeji\",\n    \"bourgeoisitic\": \"Nwokeji\",\n    \"bourgeon\": \"Onyeoma\",\n    \"bourgeoned\": \"Ogbogu\",\n    \"bourgeoning\": \"izu ahia\",\n    \"bourgs\": \"ogu\",\n    \"bourguignonne\": \"Onyebueze\",\n    \"bourignian\": \"Onyebuchi\",\n    \"bourignianist\": \"Onyebuchi\",\n    \"bourignonism\": \"okwe\",\n    \"bourignonist\": \"onyebueze\",\n    \"bourkha\": \"Onyeoma\",\n    \"bourlaw\": \"Nwokeji\",\n    \"bourne\": \"Onyeoma\",\n    \"bournes\": \"na-akwado\",\n    \"bournless\": \"enweghị atụ\",\n    \"bournonite\": \"ndokwa\",\n    \"bournous\": \"abuo\",\n    \"bourns\": \"bourn\",\n    \"bourock\": \"nwegbo\",\n    \"bourout\": \"nkwanye ugwu\",\n    \"bourr\": \"Onyeoma\",\n    \"bourran\": \"Onyeoma\",\n    \"bourrasque\": \"Onyekwere\",\n    \"bourre\": \"nwekwuo\",\n    \"bourreau\": \"Okechukwu\",\n    \"bourrees\": \"jijiji\",\n    \"bourride\": \"Onyekwere\",\n    \"bourrides\": \"Onyekwere\",\n    \"bourse\": \"buru ibu\",\n    \"bourses\": \"ezi ihe\",\n    \"bourtrees\": \"bourt nwere\",\n    \"bouse\": \"izu ike\",\n    \"boused\": \"jiri\",\n    \"bouser\": \"usgha\",\n    \"bouses\": \"usesgbọ\",\n    \"bousy\": \"izu ike\",\n    \"bousing\": \"na-akpali akpali\",\n    \"boussingaultia\": \"Uzoigwe\",\n    \"boussingaultite\": \"Obinna Okpala\",\n    \"boustrophedon\": \"Okechukwu\",\n    \"boustrophedonic\": \"Akwa Ibom\",\n    \"bout\": \"ikpa\",\n    \"boutel\": \"ndaba\",\n    \"boutell\": \"ndaba\",\n    \"bouteria\": \"Ikenna\",\n    \"bouteselle\": \"Okechukwu\",\n    \"boutiques\": \"ụlọ ahịa\",\n    \"boutons\": \"boons\",\n    \"boutre\": \"ndaba\",\n    \"bouts\": \"enwe\",\n    \"bouvier\": \"nwere ike\",\n    \"bouw\": \"gaanụ\",\n    \"bovarism\": \"Ndidi\",\n    \"bovarysm\": \"Okechukwu\",\n    \"bovarist\": \"Onyedika\",\n    \"bovaristic\": \"Ogba\",\n    \"bovate\": \"nwee ike\",\n    \"bove\": \"ihieghari\",\n    \"bovenland\": \"Nwokeji\",\n    \"bovicide\": \"Obosara\",\n    \"boviculture\": \"Ohia\",\n    \"bovids\": \"anwuru\",\n    \"boviform\": \"vnye\",\n    \"bovinely\": \"nke ọma\",\n    \"bovines\": \"anụ ọhịa\",\n    \"bovinity\": \"onyinye\",\n    \"bovinities\": \"ọdịmma\",\n    \"bovld\": \"Okeke\",\n    \"bovoid\": \"boboki\",\n    \"bovovaccination\": \"ogwugwo\",\n    \"bow\": \"kpọọ\",\n    \"bowable\": \"kpọọrọ\",\n    \"bowback\": \"azụ\",\n    \"bowbells\": \"mgbịrịgba\",\n    \"bowbent\": \"na-ehulata\",\n    \"bowboy\": \"nwa ehi\",\n    \"bowden\": \"kpọ isi ala\",\n    \"bowdichia\": \"ikpa\",\n    \"bowditch\": \"eriri afọ\",\n    \"bowdlerisation\": \"ndagwurugwu\",\n    \"bowdlerise\": \"nna nna\",\n    \"bowdlerised\": \"obara\",\n    \"bowdlerising\": \"obara\",\n    \"bowdlerism\": \"ndagwurugwu\",\n    \"bowdlerization\": \"ndabia\",\n    \"bowdlerizations\": \"ndagwurugwu\",\n    \"bowdlerize\": \"chebe aka\",\n    \"bowdlerized\": \"Na-akwado\",\n    \"bowdlerizer\": \"chebe aka\",\n    \"bowdlerizes\": \"Na-akwado\",\n    \"bowdlerizing\": \"na-enyocha\",\n    \"bowdrill\": \"kpọọ adaa\",\n    \"bowe\": \"kpọ isi ala\",\n    \"bowed\": \"huuru ehuru\",\n    \"bowedness\": \"kpọọ\",\n    \"bowel\": \"eriri afọ\",\n    \"boweled\": \"gbue ihu\",\n    \"boweling\": \"ihulata isi\",\n    \"bowelled\": \"gbadaa\",\n    \"bowelless\": \"eriri afọ\",\n    \"bowellike\": \"nnabata\",\n    \"bowelling\": \"gbue ihu\",\n    \"bowels\": \"eriri afọ\",\n    \"bowenite\": \"ikwe\",\n    \"bower\": \"Nkwado\",\n    \"bowered\": \"gbadata\",\n    \"bowery\": \"Ebe nchekwa\",\n    \"boweries\": \"Ebe ikekwe\",\n    \"boweryish\": \"Ikechukwu\",\n    \"bowering\": \"Ikekwe\",\n    \"bowerly\": \"ike\",\n    \"bowerlike\": \"ikekwe\",\n    \"bowermay\": \"Ikwerre\",\n    \"bowermaiden\": \"Nwunye\",\n    \"bowers\": \"na-ehulata\",\n    \"bowerwoman\": \"Onyeisiala\",\n    \"bowess\": \"ụta\",\n    \"bowet\": \"eriri afọ\",\n    \"bowfins\": \"afere\",\n    \"bowfront\": \"iche ihu\",\n    \"bowge\": \"kpọ isi\",\n    \"bowgrace\": \"kpọọ\",\n    \"bowhead\": \"isi\",\n    \"bowheads\": \"okpu\",\n    \"bowyang\": \"ihu\",\n    \"bowyangs\": \"ụta\",\n    \"bowieful\": \"kpọọ\",\n    \"bowyer\": \"ụta\",\n    \"bowyers\": \"ndị na-agba ụta\",\n    \"bowing\": \"ịkpọ isiala\",\n    \"bowingly\": \"kpọọrọ ya isiala\",\n    \"bowings\": \"kpọọ\",\n    \"bowk\": \"kpọọ\",\n    \"bowkail\": \"Bowkail\",\n    \"bowker\": \"Bọọlụ\",\n    \"bowknot\": \"agbada\",\n    \"bowknots\": \"kpoo\",\n    \"bowl\": \"nnukwu efere\",\n    \"bowla\": \"Bowla\",\n    \"bowlder\": \"ihe niile\",\n    \"bowlderhead\": \"nnabata\",\n    \"bowldery\": \"ihe ndozi\",\n    \"bowldering\": \"ikwe\",\n    \"bowlders\": \"ndị mmụọ\",\n    \"bowle\": \"Bowle\",\n    \"bowled\": \"okpu\",\n    \"bowleg\": \"eriri afọ\",\n    \"bowlegged\": \"gbadoro\",\n    \"bowleggedness\": \"afọ ụra\",\n    \"bowlegs\": \"eriri afọ\",\n    \"bowler\": \"Oku mmiri\",\n    \"bowlers\": \"Bọọlụ\",\n    \"bowles\": \"eriri afọ\",\n    \"bowless\": \"na-enweghị isi\",\n    \"bowlful\": \"afere\",\n    \"bowlfuls\": \"efere\",\n    \"bowly\": \"kpọọ isiala\",\n    \"bowlike\": \"dị ka ụta\",\n    \"bowlin\": \"eriri afọ\",\n    \"bowline\": \"eriri afọ\",\n    \"bowlines\": \"eriri afọ\",\n    \"bowling\": \"Bowling\",\n    \"bowlings\": \"kpọt\",\n    \"bowllike\": \"nnukwu efere dị ka\",\n    \"bowlmaker\": \"kpakpando\",\n    \"bowls\": \"ọkwá\",\n    \"bowmaker\": \"kpakpando\",\n    \"bowmaking\": \"kpọọ isiala\",\n    \"bowman\": \"okpu\",\n    \"bowmen\": \"ndị na-agba ụta\",\n    \"bowne\": \"hulata\",\n    \"bowpin\": \"eriri afọ\",\n    \"bowpot\": \"eriri afọ\",\n    \"bowpots\": \"okpu\",\n    \"bowralite\": \"okpokoro\",\n    \"bows\": \"ụta\",\n    \"bowsaw\": \"ụta\",\n    \"bowse\": \"kpọọrọ\",\n    \"bowsed\": \"gbuo\",\n    \"bowser\": \"kpọọ\",\n    \"bowsery\": \"ihe ndozi\",\n    \"bowses\": \"kpoo\",\n    \"bowshot\": \"ụta\",\n    \"bowshots\": \"ụta\",\n    \"bowsing\": \"kpọọ isiala\",\n    \"bowsman\": \"ụta\",\n    \"bowsprit\": \"nnukwute\",\n    \"bowsprits\": \"mgbada\",\n    \"bowssen\": \"eriri afọ\",\n    \"bowstaff\": \"kpọọ ndị ọrụ\",\n    \"bowstave\": \"eriri afọ\",\n    \"bowstring\": \"eriri afọ\",\n    \"bowstringed\": \"eriri afọ\",\n    \"bowstringing\": \"eriri afọ\",\n    \"bowstrings\": \"eriri afọ\",\n    \"bowstrung\": \"gbamgbam\",\n    \"bowtel\": \"igba aka\",\n    \"bowtell\": \"igba aka\",\n    \"bowwoman\": \"nwaanyi\",\n    \"bowwood\": \"àkwà mmiri\",\n    \"bowwort\": \"nnwu\",\n    \"bowwow\": \"kpọọ\",\n    \"bowwows\": \"ndozi\",\n    \"box\": \"igbe\",\n    \"boxball\": \"ọkpọ\",\n    \"boxberry\": \"igbe\",\n    \"boxberries\": \"ọkpọ\",\n    \"boxboard\": \"igbe igbe\",\n    \"boxboards\": \"igbe\",\n    \"boxbush\": \"ọkpọbọk\",\n    \"boxcar\": \"akpaka\",\n    \"boxcars\": \"ọkpọ\",\n    \"boxed\": \"kụrụ ọkpọ\",\n    \"boxen\": \"igbe\",\n    \"boxer\": \"Oku okpu\",\n    \"boxerism\": \"ịkụ ọkpọ\",\n    \"boxers\": \"Ndị ọkpọ\",\n    \"boxes\": \"igbe\",\n    \"boxfish\": \"azụ azụ\",\n    \"boxfishes\": \"igbe azụ\",\n    \"boxful\": \"ịkụ ọkpọ\",\n    \"boxfuls\": \"ọkpọ\",\n    \"boxhaul\": \"igbe\",\n    \"boxhauled\": \"ọkpọ ọkpọ\",\n    \"boxhauling\": \"ịkụ ọkpọ\",\n    \"boxhauls\": \"ọkpọ\",\n    \"boxhead\": \"ọkpọ\",\n    \"boxholder\": \"onye na-ebu ọkpọ\",\n    \"boxy\": \"ọkpọ\",\n    \"boxier\": \"Ogbogu\",\n    \"boxiest\": \"ihe kachasi ike\",\n    \"boxiness\": \"ịkụ ọkpọ\",\n    \"boxinesses\": \"ịkụ ọkpọ\",\n    \"boxing\": \"ịkụ ọkpọ\",\n    \"boxings\": \"ịkụ ọkpọ\",\n    \"boxkeeper\": \"onye na-aru oru\",\n    \"boxlike\": \"yiri igbe\",\n    \"boxmaker\": \"ọkpọ ọkpọ\",\n    \"boxmaking\": \"ịkụ ọkpọ\",\n    \"boxman\": \"Oku ọkpọ\",\n    \"boxroom\": \"igbe ime ụlọ\",\n    \"boxthorn\": \"Ndokwa\",\n    \"boxthorns\": \"Ndokwa\",\n    \"boxty\": \"Nkeji\",\n    \"boxtop\": \"igbe\",\n    \"boxtops\": \"igbe ọkpọ\",\n    \"boxtree\": \"Nkebelu\",\n    \"boxwallah\": \"igbekwanu\",\n    \"boxwood\": \"Igbe osisi\",\n    \"boxwoods\": \"Ugbo osisi\",\n    \"boxwork\": \"ọrụ ọkpọ\",\n    \"bozal\": \"Onyekwere\",\n    \"br\": \"Buru\",\n    \"brabant\": \"onye isi ike\",\n    \"brabanter\": \"ịda mba\",\n    \"brabantine\": \"okpokoro\",\n    \"brabble\": \"gba mgba\",\n    \"brabblement\": \"ịgba ọsọ\",\n    \"brabbler\": \"okpokoro\",\n    \"brabblers\": \"ndị na-agba mgba\",\n    \"brabbling\": \"brabbing\",\n    \"brabblingly\": \"brabbinging\",\n    \"brace\": \"ihe nkwado\",\n    \"braced\": \"nkwado\",\n    \"bracelet\": \"mgbaaka\",\n    \"braceleted\": \"kpom kwem\",\n    \"bracelets\": \"ọla aka\",\n    \"bracero\": \"Buroro\",\n    \"braceros\": \"Mgbaaka\",\n    \"bracers\": \"ihe nkwado\",\n    \"braces\": \"ihe nkwado\",\n    \"brache\": \"briki\",\n    \"brachelytra\": \"brachyelytrum\",\n    \"brachelytrous\": \"brachandị\",\n    \"bracherer\": \"ihe mgbochi\",\n    \"brachering\": \"bravaning\",\n    \"braches\": \"alaka\",\n    \"brachets\": \"ihe mgbochi\",\n    \"brachials\": \"brachial\",\n    \"brachiating\": \"brachiing\",\n    \"brachiation\": \"brachi\",\n    \"brachycephalic\": \"Brachycephalic\",\n    \"brachycephalization\": \"brachycephalization omume\",\n    \"brachyceric\": \"ihendị\",\n    \"brachycerous\": \"ihe nzuzu\",\n    \"brachydactyly\": \"mmmmmmmmmmmmm\",\n    \"brachydiagonal\": \"Ugboro abụọ\",\n    \"brachigerous\": \"ihe nzuzu\",\n    \"brachygrapher\": \"onye na-ese ihe\",\n    \"brachygraphy\": \"ihe omuma\",\n    \"brachygraphic\": \"ihe omuma\",\n    \"brachyhieric\": \"ikechi\",\n    \"brachylogy\": \"ihe omuma\",\n    \"brachylogies\": \"ihe omuma\",\n    \"brachiolarian\": \"echechukwu\",\n    \"brachypleural\": \"ihe anwudo\",\n    \"brachyskelic\": \"iheanacho\",\n    \"brachytypous\": \"ikechi\",\n    \"bracing\": \"nkwado\",\n    \"bracingly\": \"bracing\",\n    \"bracingness\": \"nkwado\",\n    \"braciola\": \"braciole\",\n    \"braciolas\": \"braciole\",\n    \"bracioles\": \"braciole\",\n    \"brack\": \"ihe mgbochi\",\n    \"brackebuschite\": \"onyinyechi\",\n    \"bracked\": \"bracketed\",\n    \"brackened\": \"brackens\",\n    \"bracker\": \"mgbodo\",\n    \"bracket\": \"mgbodo\",\n    \"bracking\": \"ịkwado\",\n    \"brackishness\": \"brackishị\",\n    \"bractea\": \"Ọkpụkpụ\",\n    \"bracteal\": \"anya\",\n    \"bracteate\": \"itinye\",\n    \"bracteiform\": \"ihe bara uru\",\n    \"bracteolate\": \"ụlọ ọrụ\",\n    \"bracteole\": \"iheanyichukwu\",\n    \"bracteose\": \"iheegwu\",\n    \"bractless\": \"enweghị atụ\",\n    \"bractlet\": \"blọta\",\n    \"bractlets\": \"brọda\",\n    \"bracts\": \"nkwado\",\n    \"bradawl\": \"Onyinyechi\",\n    \"bradawls\": \"Udochukwu\",\n    \"bradbury\": \"okpokoro\",\n    \"bradburya\": \"Bradburya\",\n    \"bradded\": \"braddd\",\n    \"bradding\": \"ịkpa isi\",\n    \"bradenhead\": \"Bradenhead\",\n    \"bradford\": \"Ebele Onyekwere\",\n    \"bradyauxetic\": \"mmmmmmmmmmmm\",\n    \"bradydactylia\": \"mmmmmmmmmmmm\",\n    \"bradylexia\": \"mmmmmmmmmmmm\",\n    \"bradyseismism\": \"bradisseismism\",\n    \"bradytely\": \"bradyndị\",\n    \"bradmaker\": \"onye na-eme mkpọtụ\",\n    \"bradoons\": \"ọla\",\n    \"bradsot\": \"Onyinyechi\",\n    \"braeman\": \"onye okike\",\n    \"braes\": \"bras\",\n    \"brag\": \"etu ọnụ\",\n    \"bragas\": \"ihe nkwado\",\n    \"brager\": \"Bịa\",\n    \"braggadocian\": \"iheanacho\",\n    \"braggadocio\": \"iheanacho\",\n    \"braggadocios\": \"iheanacho\",\n    \"braggardism\": \"anya-isi\",\n    \"braggart\": \"na-etu ọnụ\",\n    \"braggartly\": \"ji anya isi\",\n    \"braggartry\": \"anya isi\",\n    \"braggarts\": \"ndị na-etu ọnụ\",\n    \"braggat\": \"anya isi\",\n    \"bragged\": \"turu ọnụ\",\n    \"bragger\": \"na-etu ọnụ\",\n    \"braggery\": \"etu ọnụ\",\n    \"braggers\": \"na-etu ọnụ\",\n    \"braggest\": \"na-etu ọnụ\",\n    \"bragget\": \"itu ọnụ\",\n    \"braggy\": \"na-etu ọnụ\",\n    \"braggier\": \"na-etu ọnụ\",\n    \"braggiest\": \"na-etu ọnụ\",\n    \"bragging\": \"na-etu ọnụ\",\n    \"braggingly\": \"na-etu ọnụ\",\n    \"braggish\": \"na-etu ọnụ\",\n    \"braggishly\": \"n'egwuregwu\",\n    \"bragi\": \"nkwado\",\n    \"bragite\": \"na-etu ọnụ\",\n    \"bragless\": \"na-etu ọnụ\",\n    \"bragly\": \"itu ọnụ\",\n    \"brags\": \"na-etu ọnụ\",\n    \"brahmanist\": \"onye igbo\",\n    \"brahmanists\": \"ndị brahmanists\",\n    \"brahminist\": \"onye anakpo brahminist\",\n    \"brahminists\": \"ndi anakpo brahminist\",\n    \"braid\": \"ikpa isi\",\n    \"braided\": \"kpachara anya\",\n    \"braider\": \"ịkpa isi\",\n    \"braiders\": \"ndị isi braid\",\n    \"braiding\": \"ịkpa isi\",\n    \"braidings\": \"kpa isi\",\n    \"braidism\": \"braid\",\n    \"braidist\": \"onye isi braid\",\n    \"braying\": \"bray\",\n    \"braille\": \"ndị ìsì\",\n    \"brailled\": \"nwee obi ike\",\n    \"brailler\": \"Brailler\",\n    \"brailles\": \"Brailles\",\n    \"braillist\": \"onye amamihe\",\n    \"brain\": \"ụbụrụ\",\n    \"brainache\": \"ụbụrụ isi\",\n    \"braincase\": \"akpati ozu\",\n    \"brainchild\": \"ụbụrụ\",\n    \"brainchildren\": \"umuaka\",\n    \"braincraft\": \"ụbụrụ ụbụrụ\",\n    \"brained\": \"chebere\",\n    \"brainy\": \"ụbụrụ\",\n    \"brainier\": \"Brainier\",\n    \"brainiest\": \"kasị dị egwu\",\n    \"brainily\": \"eji akọ\",\n    \"braininess\": \"ụbụrụ\",\n    \"braining\": \"na-ejigide\",\n    \"brainish\": \"ụbụrụ\",\n    \"brainless\": \"enweghị ụbụrụ\",\n    \"brainlessly\": \"enweghị uche\",\n    \"brainlessness\": \"enweghị ụbụrụ\",\n    \"brainlike\": \"dị ka ụbụrụ\",\n    \"brainpan\": \"ụbụrụ\",\n    \"brainpans\": \"ụbụrụ\",\n    \"brainpower\": \"ụbụrụ ụbụrụ\",\n    \"brains\": \"ụbụrụ\",\n    \"brainsick\": \"Brainsick\",\n    \"brainsickly\": \"chekwaa\",\n    \"brainsickness\": \"ụbụrụ\",\n    \"brainstem\": \"ụbụrụ\",\n    \"brainstems\": \"ụbụrụ\",\n    \"brainstone\": \"nkume ụbụrụ\",\n    \"brainstorm\": \"iche echiche\",\n    \"brainstormer\": \"ụbụrụ ụbụrụ\",\n    \"brainstorming\": \"ụbụrụ ụbụrụ\",\n    \"brainstorms\": \"ụbụrụ ụbụrụ\",\n    \"brainteaser\": \"ụbụrụ\",\n    \"brainteasers\": \"ụbụrụ\",\n    \"brainward\": \"ụbụrụ\",\n    \"brainwash\": \"imesa anya\",\n    \"brainwashed\": \"gbanwere ya\",\n    \"brainwasher\": \"brasuwa\",\n    \"brainwashers\": \"gbanwere ya\",\n    \"brainwashes\": \"gbanwere ya\",\n    \"brainwashing\": \"ịsacha ụbụrụ\",\n    \"brainwashjng\": \"ịsacha ụbụrụ\",\n    \"brainwater\": \"mmiri ụbụrụ\",\n    \"brainwork\": \"ọrụ ụbụrụ\",\n    \"brainworker\": \"onye oru ụbụrụ\",\n    \"brairded\": \"Ebere\",\n    \"braireau\": \"Nwachukwu\",\n    \"brays\": \"braị\",\n    \"braystone\": \"okwute\",\n    \"braize\": \"braise\",\n    \"braizes\": \"braise\",\n    \"brake\": \"breeki\",\n    \"brakeage\": \"imebi\",\n    \"brakeages\": \"breeki\",\n    \"braked\": \"brek\",\n    \"brakehand\": \"breeki aka\",\n    \"brakehead\": \"breeki isi\",\n    \"brakeload\": \"breeki ibu\",\n    \"brakeman\": \"okpokoro\",\n    \"brakemen\": \"ndị na-agba blọk\",\n    \"braker\": \"ihe mgbochi\",\n    \"brakeroot\": \"brek\",\n    \"brakes\": \"brekị\",\n    \"brakesman\": \"brekị\",\n    \"brakesmen\": \"brekị\",\n    \"braky\": \"breeki\",\n    \"brakie\": \"breeki\",\n    \"brakier\": \"braking\",\n    \"braless\": \"enweghị atụ\",\n    \"bramble\": \"brik\",\n    \"brambleberry\": \"brambleberị\",\n    \"brambleberries\": \"brambleberị\",\n    \"bramblebush\": \"brikblebush\",\n    \"brambled\": \"a ga-ama ya\",\n    \"brambles\": \"ogwu\",\n    \"bramblier\": \"brambly\",\n    \"brambliest\": \"ogwu\",\n    \"brambling\": \"ramgba mbọ\",\n    \"brambrack\": \"mbadamba\",\n    \"brancard\": \"kaadị\",\n    \"brancardier\": \"okwukwu\",\n    \"branch\": \"alaka ụlọ ọrụ\",\n    \"branchage\": \"alaka\",\n    \"branched\": \"alaka\",\n    \"branchedness\": \"alaka\",\n    \"brancher\": \"alaka\",\n    \"branchery\": \"alaka ụlọ ọrụ\",\n    \"branches\": \"alaka\",\n    \"branchful\": \"alaka ụlọ ọrụ\",\n    \"branchy\": \"alaka\",\n    \"branchial\": \"alaka\",\n    \"branchiate\": \"alaka\",\n    \"branchicolous\": \"nkechi\",\n    \"branchier\": \"alaka ụlọ ọrụ\",\n    \"branchiest\": \"nke kachasị\",\n    \"branchiferous\": \"alaka\",\n    \"branchiform\": \"Nhazi\",\n    \"branchiness\": \"alaka ụlọ ọrụ\",\n    \"branching\": \"alaka\",\n    \"branchings\": \"alaka\",\n    \"branchiobdella\": \"alakaiobdella\",\n    \"branchiocardiac\": \"alaka ụlọ ọrụ\",\n    \"branchiogenous\": \"alaka ụlọ ọrụ\",\n    \"branchiomere\": \"ngalaba\",\n    \"branchiomeric\": \"ọmarịcha\",\n    \"branchiomerism\": \"alaka ụlọ ọrụ\",\n    \"branchiopallial\": \"alaka ụlọ ọrụ\",\n    \"branchiopneustic\": \"alaka ụlọ ọrụ\",\n    \"branchiopod\": \"alaka ụlọ ọrụ\",\n    \"branchiopoda\": \"ngalaba\",\n    \"branchiopodan\": \"alaka ụlọ ọrụ\",\n    \"branchiopodous\": \"alaka\",\n    \"branchiopoo\": \"alaka\",\n    \"branchiopulmonate\": \"alaka ụlọ ọrụ\",\n    \"branchiosaur\": \"alaka ụlọ ọrụ\",\n    \"branchiosauria\": \"alaka ụlọ ọrụ\",\n    \"branchiosaurian\": \"alaka ụlọ ọrụ\",\n    \"branchiosaurus\": \"alaka ụlọ ọrụ\",\n    \"branchiostegal\": \"alaka ụlọ ọrụ\",\n    \"branchiostegan\": \"ụlọ ọrụ\",\n    \"branchiostege\": \"alaka ụlọ ọrụ\",\n    \"branchiostegidae\": \"alaka ụlọ ọrụ\",\n    \"branchiostegite\": \"alaka ụlọ ọrụ\",\n    \"branchiostegous\": \"ụlọ ọrụ\",\n    \"branchiostoma\": \"alaka ụlọ ọrụ\",\n    \"branchiostomid\": \"alaka ụlọ ọrụ\",\n    \"branchiostomidae\": \"alaka ụlọ ọrụ\",\n    \"branchiostomous\": \"ụlọ ọrụ\",\n    \"branchiurous\": \"brandiurous\",\n    \"branchless\": \"enweghị alaka\",\n    \"branchlet\": \"alaka ụlọ ọrụ\",\n    \"branchlike\": \"alaka\",\n    \"branchling\": \"alaka\",\n    \"branchman\": \"alaka ụlọ ọrụ\",\n    \"branchstand\": \"alaka ụlọ ọrụ\",\n    \"branchway\": \"alaka ụlọ ọrụ\",\n    \"brand\": \"ika\",\n    \"brandade\": \"mkpọ\",\n    \"branded\": \"ika\",\n    \"brandenburg\": \"Ekechukwu\",\n    \"brandenburgh\": \"Ekechukwu\",\n    \"brandenburgs\": \"brannburgs\",\n    \"brander\": \"ika\",\n    \"branders\": \"Ahịa\",\n    \"brandy\": \"brandi\",\n    \"brandyball\": \"brandiball\",\n    \"brandied\": \"alaka\",\n    \"brandies\": \"brandi\",\n    \"brandying\": \"mbọn\",\n    \"branding\": \"akara\",\n    \"brandish\": \"gbanye ọkụ\",\n    \"brandished\": \"gbanwere\",\n    \"brandisher\": \"Ahịa\",\n    \"brandishers\": \"ndị ahịa\",\n    \"brandishes\": \"opi\",\n    \"brandishing\": \"ọkụ\",\n    \"brandle\": \"icheku\",\n    \"brandless\": \"enweghị atụ\",\n    \"brandling\": \"buuru\",\n    \"brandon\": \"brandi\",\n    \"brandreth\": \"Brandret\",\n    \"brandrith\": \"ifeoma\",\n    \"brands\": \"ụdị\",\n    \"brandsolder\": \"ụdị\",\n    \"brangle\": \"nkwanye ùgwù\",\n    \"brangled\": \"na-etu ọnụ\",\n    \"branglement\": \"mpako\",\n    \"brangler\": \"onye na-ese okwu\",\n    \"brangling\": \"na-etu ọnụ\",\n    \"branial\": \"alaka\",\n    \"brank\": \"agba\",\n    \"branky\": \"agba\",\n    \"brankie\": \"agba\",\n    \"brankier\": \"alaka ụlọ ọrụ\",\n    \"branks\": \"alaka\",\n    \"branle\": \"alaka\",\n    \"branles\": \"alaka\",\n    \"branned\": \"alaka\",\n    \"branners\": \"alaka\",\n    \"brannier\": \"branner\",\n    \"branniness\": \"ningtọ\",\n    \"branning\": \"ningtọ\",\n    \"brans\": \"agwa\",\n    \"bransle\": \"asụsụ\",\n    \"bransles\": \"Ogbe\",\n    \"brantails\": \"Nri\",\n    \"brants\": \"ekwe nkwa\",\n    \"branular\": \"alaka\",\n    \"brarow\": \"gbajie\",\n    \"brasen\": \"ọla\",\n    \"brashes\": \"bras\",\n    \"brashness\": \"brash\",\n    \"brasiers\": \"brasi\",\n    \"brasils\": \"brasil\",\n    \"brasqued\": \"Onyedikachi\",\n    \"brasquing\": \"s brass\",\n    \"brass\": \"ọla\",\n    \"brassage\": \"ọla\",\n    \"brassages\": \"ọla edo\",\n    \"brassard\": \"ọla\",\n    \"brassards\": \"ọla\",\n    \"brassart\": \"ọla\",\n    \"brassarts\": \"ọla\",\n    \"brassate\": \"ọla\",\n    \"brassbounder\": \"ọla kọpa\",\n    \"brassed\": \"ọla\",\n    \"brasser\": \"ọla\",\n    \"brasseries\": \"ọla edo\",\n    \"brasses\": \"ọla\",\n    \"brasset\": \"ọla\",\n    \"brassicas\": \"ọla\",\n    \"brassies\": \"ọla\",\n    \"brassily\": \"brasil\",\n    \"brassylic\": \"ọla\",\n    \"brassiness\": \"ọla\",\n    \"brassish\": \"ọla\",\n    \"brasslike\": \"yiri brass\",\n    \"brassware\": \"ọla kọpa\",\n    \"brasswork\": \"ọla kọpa\",\n    \"brassworker\": \"onye nze\",\n    \"brassworks\": \"ọla\",\n    \"brat\": \"akwa\",\n    \"bratchet\": \"ugbala\",\n    \"bratling\": \"Nwoke\",\n    \"bratstva\": \"nwachukwu\",\n    \"bratty\": \"Obiako\",\n    \"bratticed\": \"onye nzuzu\",\n    \"bratticer\": \"onyechi\",\n    \"brattices\": \"obi ebere\",\n    \"bratticing\": \"Onyekwere\",\n    \"brattie\": \"ugochukwu\",\n    \"brattier\": \"okwute\",\n    \"brattiest\": \"kacha njọ\",\n    \"brattiness\": \"nnweta\",\n    \"brattish\": \"ukpa\",\n    \"brattishing\": \"Ndiigbo\",\n    \"brattle\": \"mbibi\",\n    \"brattled\": \"Ogbogu\",\n    \"brattling\": \"Ugboro\",\n    \"brauneberger\": \"okwute\",\n    \"bravadoed\": \"bravado\",\n    \"bravadoes\": \"brava eme\",\n    \"bravadoing\": \"bravado\",\n    \"bravadoism\": \"bravados\",\n    \"bravas\": \"brava\",\n    \"brave\": \"dimkpa\",\n    \"braved\": \"dimkpa\",\n    \"bravehearted\": \"obi ike\",\n    \"bravely\": \"dimkpa\",\n    \"braveness\": \"obi ike\",\n    \"braver\": \"brave\",\n    \"bravery\": \"obi ike\",\n    \"braveries\": \"ndị dimkpa\",\n    \"braves\": \"ndị dimkpa\",\n    \"bravest\": \"dimkpa\",\n    \"braving\": \"Nwee obi ike\",\n    \"bravoes\": \"bravo\",\n    \"bravoing\": \"ịtụ ụjọ\",\n    \"bravoite\": \"obi ike\",\n    \"bravuraish\": \"bravura ish\",\n    \"bravure\": \"bravura\",\n    \"braw\": \"na-alụ ọgụ\",\n    \"brawer\": \"brava\",\n    \"brawl\": \"na-alụ ọgụ\",\n    \"brawled\": \"gbara mgba\",\n    \"brawler\": \"Onye mgba\",\n    \"brawlers\": \"Ndị na-aga agha\",\n    \"brawly\": \"brawda\",\n    \"brawlier\": \"onye mgba\",\n    \"brawling\": \"ịlụ ọgụ\",\n    \"brawlingly\": \"brawwo\",\n    \"brawls\": \"wgha\",\n    \"brawlsome\": \"wtọ\",\n    \"brawned\": \"brawn\",\n    \"brawnedness\": \"nzuzu\",\n    \"brawnily\": \"iji obi ike\",\n    \"brawniness\": \"brawnị\",\n    \"brawns\": \"brawn\",\n    \"braws\": \"Mkpụrụ obi\",\n    \"brazen\": \"ọla\",\n    \"brazenfaced\": \"echekwara\",\n    \"brazenfacedly\": \"echekwara\",\n    \"brazenfacedness\": \"ogwugwu\",\n    \"brazenly\": \"n'atụghị egwu\",\n    \"brazenness\": \"brazen\",\n    \"brazens\": \"dimkpa\",\n    \"brazers\": \"Brazers\",\n    \"braziery\": \"ọla kọpa\",\n    \"braziers\": \"Braziers\",\n    \"brazil\": \"Brazil\",\n    \"brazilian\": \"ndị Brazil\",\n    \"brazilianite\": \"onye Brazil\",\n    \"brazilians\": \"ndị Brazil\",\n    \"brazilin\": \"ndị Brazil\",\n    \"brazilins\": \"ndị Brazil\",\n    \"brazilite\": \"ndị Brazil\",\n    \"brazils\": \"Brazil\",\n    \"breach\": \"ngabiga\",\n    \"breached\": \"emebi\",\n    \"breacher\": \"onye omekome\",\n    \"breachers\": \"mmebi\",\n    \"breaches\": \"mmebi\",\n    \"breachful\": \"emebi\",\n    \"breachy\": \"emebi\",\n    \"breaching\": \"mmebi\",\n    \"bread\": \"achịcha\",\n    \"breadbasket\": \"Iko achịcha\",\n    \"breadbaskets\": \"Achịcha achịcha\",\n    \"breadberry\": \"bred\",\n    \"breadboard\": \"bred\",\n    \"breadboards\": \"mbadamba achịcha\",\n    \"breadbox\": \"igbe achịcha\",\n    \"breadboxes\": \"igbe achịcha\",\n    \"breadearning\": \"adeke\",\n    \"breaded\": \"achịcha\",\n    \"breaden\": \"achịcha\",\n    \"breadfruit\": \"achicha\",\n    \"breadfruits\": \"achicha\",\n    \"breading\": \"nri\",\n    \"breadless\": \"enweghị nri\",\n    \"breadlessness\": \"enweghị nri\",\n    \"breadline\": \"Achịcha\",\n    \"breadmaker\": \"onye na-eme bred\",\n    \"breadmaking\": \"ịme achịcha\",\n    \"breadman\": \"onye na-eme bred\",\n    \"breadness\": \"achịcha\",\n    \"breadnut\": \"bred\",\n    \"breadnuts\": \"bred\",\n    \"breadroot\": \"achịcha\",\n    \"breads\": \"achịcha\",\n    \"breadseller\": \"onye na-edozi achịcha\",\n    \"breadstitch\": \"achicha achicha\",\n    \"breadstuff\": \"achịcha\",\n    \"breadstuffs\": \"bred\",\n    \"breadth\": \"obosara\",\n    \"breadthen\": \"achịcha\",\n    \"breadthless\": \"enweghị nke ọ bụla\",\n    \"breadthriders\": \"Obosara\",\n    \"breadths\": \"obosara\",\n    \"breadthways\": \"ụzọ obosara\",\n    \"breadthwise\": \"obosara\",\n    \"breadwinner\": \"onye obula\",\n    \"breadwinners\": \"ndị na-akpa nri\",\n    \"breadwinning\": \"wingwọ nri\",\n    \"breaghe\": \"gbasaa\",\n    \"break\": \"tijie\",\n    \"breakability\": \"imebi\",\n    \"breakable\": \"agbaji\",\n    \"breakableness\": \"agbaji\",\n    \"breakables\": \"ihe na-emebi emebi\",\n    \"breakably\": \"agbaji\",\n    \"breakage\": \"imebi\",\n    \"breakages\": \"mmebi\",\n    \"breakaway\": \"kewapụta\",\n    \"breakaxe\": \"imebi\",\n    \"breakback\": \"nkwụsị\",\n    \"breakbone\": \"okpukpu\",\n    \"breakbones\": \"okpukpu\",\n    \"breakdown\": \"gbarie\",\n    \"breakdowns\": \"ndakpọ\",\n    \"breaker\": \"ihe mmebi\",\n    \"breakerman\": \"onye mmebi\",\n    \"breakermen\": \"ndị na-emebi emebi\",\n    \"breakers\": \"ndị na-emebi emebi\",\n    \"breakfast\": \"nri ụtụtụ\",\n    \"breakfasted\": \"gbawara\",\n    \"breakfaster\": \"onye ezumike\",\n    \"breakfasters\": \"ndị ezumike\",\n    \"breakfasting\": \"nri ụtụtụ\",\n    \"breakfastless\": \"enweghị nri ụtụtụ\",\n    \"breakfasts\": \"nri ụtụtụ\",\n    \"breakfront\": \"nkwụsị\",\n    \"breakfronts\": \"mgbaji\",\n    \"breaking\": \"na-agbasa\",\n    \"breakings\": \"mmebi\",\n    \"breakless\": \"imebi\",\n    \"breaklist\": \"agbaji\",\n    \"breakneck\": \"okpukpu\",\n    \"breakout\": \"kụchapụ\",\n    \"breakouts\": \"nkwụsị\",\n    \"breakpoint\": \"nkwụsị\",\n    \"breakpoints\": \"nkwụsị\",\n    \"breaks\": \"agbaji\",\n    \"breakshugh\": \"gbajie\",\n    \"breakstone\": \"Nkume gbawara agbawa\",\n    \"breakthrough\": \"ihe ịga nke ọma\",\n    \"breakthroughes\": \"agbakwo\",\n    \"breakthroughs\": \"ihe ịga nke ọma\",\n    \"breakup\": \"gbasaa\",\n    \"breakups\": \"gbasaa\",\n    \"breakwater\": \"mmiri mmiri\",\n    \"breakwaters\": \"mmiri iyi\",\n    \"breakweather\": \"okpukpu mmiri\",\n    \"breakwind\": \"gbawara\",\n    \"breamed\": \"achịcha\",\n    \"breaming\": \"bream\",\n    \"breams\": \"ara\",\n    \"breards\": \"Nsonaazụ\",\n    \"breast\": \"ara\",\n    \"breastband\": \"ara eriri\",\n    \"breastbeam\": \"ara ara\",\n    \"breastbone\": \"okpukpu ara\",\n    \"breastbones\": \"okpukpu obi\",\n    \"breasted\": \"ara\",\n    \"breaster\": \"ara\",\n    \"breastfast\": \"nri ụtụtụ\",\n    \"breastfeeding\": \"na-enye nwa ara\",\n    \"breastful\": \"na-enye ara\",\n    \"breastheight\": \"ara ara\",\n    \"breasthook\": \"nkuchi\",\n    \"breasting\": \"ara\",\n    \"breastless\": \"ara ara\",\n    \"breastmark\": \"ihe mgbochi obi\",\n    \"breastpiece\": \"ihe mgbochi obi\",\n    \"breastpin\": \"ihe mgbochi obi\",\n    \"breastplate\": \"ihe mgbochi obi\",\n    \"breastplates\": \"ihe mgbochi obi\",\n    \"breastplough\": \"akpa ara\",\n    \"breastplow\": \"ihe mgbochi obi\",\n    \"breastrail\": \"ara\",\n    \"breastrope\": \"ihe mgbochi obi\",\n    \"breasts\": \"ara\",\n    \"breaststroke\": \"arachi\",\n    \"breaststroker\": \"arachi\",\n    \"breaststrokes\": \"arachi\",\n    \"breastsummer\": \"ara\",\n    \"breastweed\": \"ara ara\",\n    \"breastwise\": \"araba\",\n    \"breastwood\": \"nkuchi\",\n    \"breastwork\": \"ịya ara\",\n    \"breastworks\": \"ihe mgbochi obi\",\n    \"breath\": \"kuo ume\",\n    \"breathability\": \"iku ume\",\n    \"breathable\": \"iku ume\",\n    \"breathableness\": \"iku ume\",\n    \"breathalyse\": \"iku ume\",\n    \"breathe\": \"kuo ume\",\n    \"breatheableness\": \"iku ume\",\n    \"breathed\": \"wee kuo ume\",\n    \"breather\": \"iku ume\",\n    \"breathers\": \"na-eku ume\",\n    \"breathes\": \"na-eku ume\",\n    \"breathful\": \"na-eku ume\",\n    \"breathy\": \"na-eku ume\",\n    \"breathier\": \"na-eku ume\",\n    \"breathiest\": \"kacha ume\",\n    \"breathily\": \"n’iku ume\",\n    \"breathiness\": \"iku ume\",\n    \"breathing\": \"na-eku ume\",\n    \"breathingly\": \"na-eku ume\",\n    \"breathless\": \"enweghi ume\",\n    \"breathlessly\": \"na-eku ume\",\n    \"breathlessness\": \"enweghi ume\",\n    \"breaths\": \"ume\",\n    \"breathseller\": \"onye na-eku ume\",\n    \"breathtaking\": \"na-akpali akpali\",\n    \"breathtakingly\": \"na-eku ume\",\n    \"breccial\": \"agbụrụ\",\n    \"brecciate\": \"dozie\",\n    \"brecciated\": \"imebi\",\n    \"brecciating\": \"na-akwado\",\n    \"brecciation\": \"mmebi\",\n    \"brechans\": \"ebe mgbaba\",\n    \"brecia\": \"Nkịtị\",\n    \"breck\": \"gbajie\",\n    \"bred\": \"zụrụ\",\n    \"bredbergite\": \"Uzoigwe\",\n    \"brede\": \"mpịakọta\",\n    \"bredes\": \"bred\",\n    \"bredestitch\": \"ebechi\",\n    \"bredstitch\": \"Ugboro abụọ\",\n    \"breechcloth\": \"uwe ime uwe\",\n    \"breechcloths\": \"uwe ime breech\",\n    \"breeched\": \"breech\",\n    \"breechesflower\": \"breeches ifuru\",\n    \"breechesless\": \"breeches obere\",\n    \"breed\": \"izu\",\n    \"breedable\": \"ozuzu\",\n    \"breedbate\": \"ulo\",\n    \"breeder\": \"onye na-azụ ihe\",\n    \"breeders\": \"ndị na-azụ ihe\",\n    \"breedy\": \"ozuzu\",\n    \"breediness\": \"ozuzu\",\n    \"breeding\": \"ozuzu\",\n    \"breedings\": \"ozuzu\",\n    \"breedling\": \"ozuzu\",\n    \"breeds\": \"udiri anumanu\",\n    \"breekless\": \"enweghị ihe ọ bụla\",\n    \"breenge\": \"inyi\",\n    \"breenger\": \"Ubochi\",\n    \"brees\": \"ụdị\",\n    \"breeze\": \"ikuku\",\n    \"breezeless\": \"ikuku\",\n    \"breezeway\": \"okpokoro\",\n    \"breezy\": \"ikuku\",\n    \"breezing\": \"breeze\",\n    \"bregmate\": \"onye mmebe\",\n    \"bregmatic\": \"ihe omimi\",\n    \"brehon\": \"ntaramahụhụ\",\n    \"brehonship\": \"ntule\",\n    \"brey\": \"ihe nlekọta\",\n    \"brekkle\": \"gbasaa\",\n    \"brelan\": \"ugha\",\n    \"brelaw\": \"imebi iwu\",\n    \"breloque\": \"ebeke\",\n    \"brember\": \"okpukpu\",\n    \"breme\": \"izu ike\",\n    \"bremely\": \"izu ike\",\n    \"bremeness\": \"imepee\",\n    \"bremsstrahlung\": \"Udochukwu\",\n    \"brendan\": \"Nwankwo\",\n    \"brended\": \"akpọrọ\",\n    \"brendice\": \"nwebisi\",\n    \"brents\": \"Ndi nne\",\n    \"brephic\": \"graphic\",\n    \"brerd\": \"izu\",\n    \"brere\": \"izu\",\n    \"bretelle\": \"nwekwaa\",\n    \"bretesse\": \"Okechukwu\",\n    \"breth\": \"okike\",\n    \"brethren\": \"umunne\",\n    \"brethrenism\": \"umunne\",\n    \"bretonian\": \"Onyekwado\",\n    \"bretons\": \"breton\",\n    \"brett\": \"Ugochukwu\",\n    \"bretwalda\": \"mbaeze\",\n    \"bretwaldadom\": \"mbaeze\",\n    \"bretwaldaship\": \"ndozi\",\n    \"brev\": \"Na Na Na\",\n    \"breva\": \"agbaji\",\n    \"breve\": \"zuo ike\",\n    \"breves\": \"Udo\",\n    \"brevet\": \"vettọ\",\n    \"brevetcy\": \"nwekoro\",\n    \"brevetcies\": \"nweghara\",\n    \"brevete\": \"Nwoke\",\n    \"breveted\": \"emeka\",\n    \"breveting\": \"na-achọgharị\",\n    \"brevets\": \"Ngwadogwu\",\n    \"brevetted\": \"nwekwaa\",\n    \"brevetting\": \"ịtọgharị\",\n    \"brevi\": \"Uzoukwu\",\n    \"breviary\": \"Nwoke ikeji\",\n    \"breviaries\": \"ihe omimi\",\n    \"breviate\": \"zọọ\",\n    \"breviature\": \"onyegbula\",\n    \"brevicauda\": \"Udochukwu\",\n    \"brevicipitid\": \"nwekee\",\n    \"brevicomis\": \"Udochi\",\n    \"breviconic\": \"Ugboro\",\n    \"brevier\": \"agbaji\",\n    \"breviers\": \"ndị brewi\",\n    \"breviger\": \"mmeghari\",\n    \"brevilingual\": \"Nwosu\",\n    \"breviloquence\": \"onyeka onwenu\",\n    \"breviped\": \"anyaka\",\n    \"brevirostral\": \"izu ike\",\n    \"brevirostrate\": \"izu ike\",\n    \"brevirostrines\": \"brevirostris\",\n    \"brevis\": \"Udo\",\n    \"brevit\": \"mkpụmkpụ\",\n    \"brevity\": \"mkpụmkpụ\",\n    \"brevities\": \"ọdịmma\",\n    \"brew\": \"ime biya\",\n    \"brewage\": \"ime biya\",\n    \"brewages\": \"imebi\",\n    \"brewed\": \"emepụtara\",\n    \"brewer\": \"biya\",\n    \"brewery\": \"ebe omume biya\",\n    \"breweries\": \"ebe omume biya\",\n    \"brewers\": \"ndị na-eme biya\",\n    \"brewership\": \"ime biya\",\n    \"brewhouse\": \"ime ụlọ\",\n    \"brewhouses\": \"ụlọ ime ụlọ\",\n    \"brewing\": \"ime biya\",\n    \"brewings\": \"ime biya\",\n    \"brewis\": \"ime biya\",\n    \"brewises\": \"ime biya\",\n    \"brewmaster\": \"onye isi biya\",\n    \"brews\": \"ime biya\",\n    \"brewst\": \"ime biya\",\n    \"brewster\": \"ime biya\",\n    \"brian\": \"Uchenna\",\n    \"bryan\": \"Bryan\",\n    \"briar\": \"iri\",\n    \"briarberry\": \"briarberị\",\n    \"briard\": \"aka abuo\",\n    \"briards\": \"iri-ngo\",\n    \"briarean\": \"aka ike\",\n    \"briared\": \"bria\",\n    \"briary\": \"aka azụ\",\n    \"briars\": \"bri\",\n    \"bribability\": \"ịkwụ ụgwọ\",\n    \"bribable\": \"ego\",\n    \"bribe\": \"ngo\",\n    \"bribeability\": \"inye aka azụ\",\n    \"bribeable\": \"iri ngo\",\n    \"bribed\": \"iri-ngo\",\n    \"bribee\": \"ihe iri ngo\",\n    \"bribees\": \"aka azụ\",\n    \"bribegiver\": \"ihe iri ngo\",\n    \"bribegiving\": \"inye ihe iri ngo\",\n    \"bribeless\": \"anaraghị ego\",\n    \"bribemonger\": \"inye onyinye\",\n    \"briber\": \"aka abuo\",\n    \"bribery\": \"aka azụ\",\n    \"briberies\": \"inye aka\",\n    \"bribers\": \"ndị iri ngo\",\n    \"bribes\": \"ngo\",\n    \"bribetaker\": \"ihe inyeaka\",\n    \"bribetaking\": \"inye aka azụ\",\n    \"bribeworthy\": \"iri ngo\",\n    \"bribing\": \"iri ngarị\",\n    \"bribri\": \"inye aka azụ\",\n    \"brichette\": \"brochii\",\n    \"brick\": \"brik\",\n    \"brickbat\": \"brikab\",\n    \"brickbats\": \"brik brik\",\n    \"brickbatted\": \"brik ụlọ\",\n    \"brickbatting\": \"batgba brik\",\n    \"brickcroft\": \"ụlọ brik\",\n    \"brickel\": \"brik\",\n    \"brickfield\": \"ogige brik\",\n    \"brickfielder\": \"onye na-agba brik\",\n    \"brickhood\": \"brik\",\n    \"brickyard\": \"Ogige brik\",\n    \"brickish\": \"Adobe\",\n    \"bricklay\": \"brik dina\",\n    \"bricklayer\": \"Onye na-akpụ brik\",\n    \"bricklayers\": \"Ndị na-akpụ brik\",\n    \"bricklaying\": \"gba brik\",\n    \"brickle\": \"brik\",\n    \"brickleness\": \"brik ness\",\n    \"brickly\": \"brik\",\n    \"bricklike\": \"yiri brik\",\n    \"brickliner\": \"briker\",\n    \"bricklining\": \"lininggba brik\",\n    \"brickmaker\": \"brik\",\n    \"brickmaking\": \"ịkpụ brik\",\n    \"brickmason\": \"brikason\",\n    \"brickred\": \"brik\",\n    \"bricks\": \"brik\",\n    \"brickset\": \"briket\",\n    \"bricksetter\": \"briketter\",\n    \"bricktimber\": \"ịtọ brik\",\n    \"bricktop\": \"brik\",\n    \"brickwork\": \"brikkwork\",\n    \"brid\": \"Agbamakwụkwọ\",\n    \"bridal\": \"Agbamakwụkwọ\",\n    \"bridale\": \"Agbamakwụkwọ\",\n    \"bridaler\": \"Agbamakwụkwọ\",\n    \"bridally\": \"agbamakwụkwọ\",\n    \"bridals\": \"ndị agbamakwụkwọ\",\n    \"bridalty\": \"Agbamakwụkwọ\",\n    \"bride\": \"nwunye\",\n    \"bridebed\": \"agbamakwụkwọ\",\n    \"bridebowl\": \"agbamgbam\",\n    \"bridecake\": \"agbamaka\",\n    \"bridechamber\": \"agbamakwụkwọ\",\n    \"bridecup\": \"nwunye nwaoke\",\n    \"bridegod\": \"nwunye chukwu\",\n    \"bridegroom\": \"nwoke na-alụ nwanyị ọhụrụ\",\n    \"bridegrooms\": \"ndị na-alụ nwanyị ọhụrụ\",\n    \"bridegroomship\": \"ggbọ mmiri na-alụ nwanyị ọhụrụ\",\n    \"bridehead\": \"nwunye isi\",\n    \"bridehood\": \"nwunye mkpuchi\",\n    \"bridehouse\": \"agbamakwụkwọ\",\n    \"brideknot\": \"nwunye eriri\",\n    \"bridelace\": \"agbamakwụkwọ\",\n    \"brideless\": \"alụghị nwanyị\",\n    \"bridely\": \"agbamakwụkwọ\",\n    \"bridelope\": \"agbamakwụkwọ\",\n    \"bridemaid\": \"Nwanyị na-alụ nwanyị ọhụrụ\",\n    \"bridemaiden\": \"nwunye nwaanyi\",\n    \"bridemaidship\": \"nwunye nwanyị\",\n    \"brideman\": \"onye na-alụ nwanyị ọhụrụ\",\n    \"brides\": \"ndị na-alụ ọhụrụ\",\n    \"brideship\": \"nwunye\",\n    \"bridesmaid\": \"Nwanyị na-alụ nwanyị ọhụrụ\",\n    \"bridesmaiding\": \"ndị na-alụ nwanyị ọhụrụ\",\n    \"bridesmaids\": \"ndị na-alụ nwanyị ọhụrụ\",\n    \"bridesman\": \"Onye na-alụ nwanyị ọhụrụ\",\n    \"bridesmen\": \"ndị na-alụ nwanyị ọhụrụ\",\n    \"bridestake\": \"agbamakwụkwọ\",\n    \"bridewain\": \"nwunye nwa nwanyi\",\n    \"brideweed\": \"agbamakwụkwọ\",\n    \"bridewell\": \"nwunyem\",\n    \"bridewort\": \"nwunye nwunye\",\n    \"bridge\": \"akwa\",\n    \"bridgeable\": \"akwa\",\n    \"bridgeboard\": \"akwa mmiri\",\n    \"bridgebote\": \"àkwà mmiri\",\n    \"bridgebuilder\": \"ihe owuwu\",\n    \"bridgebuilding\": \"iwubu akwa\",\n    \"bridged\": \"jikọtara ọnụ\",\n    \"bridgehead\": \"àkwà mmiri\",\n    \"bridgeheads\": \"akwa isi\",\n    \"bridgekeeper\": \"akwa mmiri\",\n    \"bridgeless\": \"enweghi mmiri\",\n    \"bridgemaker\": \"onye na-alụ nwanyị ọhụrụ\",\n    \"bridgemaking\": \"akwa akwa\",\n    \"bridgeman\": \"onye na-alụ nwanyị ọhụrụ\",\n    \"bridgemaster\": \"onye na-alụ nwanyị ọhụrụ\",\n    \"bridgemen\": \"onye na-alụ nwanyị ọhụrụ\",\n    \"bridgeport\": \"Àkwà mmiri\",\n    \"bridgepot\": \"Àkwà mmiri\",\n    \"bridger\": \"àkwà mmiri\",\n    \"bridges\": \"àkwà mmiri\",\n    \"bridget\": \"akwa mmiri\",\n    \"bridgetin\": \"akwa mmiri\",\n    \"bridgetree\": \"ihe mgbochi\",\n    \"bridgeway\": \"akwa akwa\",\n    \"bridgewall\": \"akwa akwa\",\n    \"bridgeward\": \"ọwa mmiri\",\n    \"bridgewards\": \"akwa mmiri\",\n    \"bridgewater\": \"ọwa mmiri\",\n    \"bridgework\": \"ihe owuwu\",\n    \"bridging\": \"ichikota\",\n    \"bridgings\": \"ggba alụkwaghịm\",\n    \"bridleman\": \"Nwanyị na-alụ nwanyị ọhụrụ\",\n    \"bridler\": \"eriri mmiri\",\n    \"bridlers\": \"ndị na-agba mmiri\",\n    \"bridles\": \"Bridges\",\n    \"bridlewise\": \"isi ike\",\n    \"bridling\": \"Ighapu\",\n    \"bridoon\": \"àkwà mmiri\",\n    \"bridoons\": \"agbamakwụkwọ\",\n    \"brief\": \"dị nkenke\",\n    \"briefcase\": \"akpa\",\n    \"briefcases\": \"akpa\",\n    \"briefed\": \"dị nkenke\",\n    \"briefest\": \"nke nkenke\",\n    \"briefing\": \"okwu nkowa\",\n    \"briefings\": \"nkenke\",\n    \"briefless\": \"nkenke\",\n    \"brieflessly\": \"na nkenke\",\n    \"brieflessness\": \"enweghị nkenke\",\n    \"briefly\": \"na nkenke\",\n    \"briefness\": \"nkenke\",\n    \"briefs\": \"nkenke\",\n    \"brier\": \"ihe mgbochi\",\n    \"briered\": \"ngo\",\n    \"briery\": \"ahia\",\n    \"brierroot\": \"ihe mgbochi\",\n    \"briers\": \"ihe mgbochi\",\n    \"bries\": \"bish\",\n    \"brieve\": \"brie\",\n    \"brigade\": \"ndị agha\",\n    \"brigaded\": \"brigged\",\n    \"brigades\": \"ndị agha\",\n    \"brigadiers\": \"ndị agha\",\n    \"brigadiership\": \"ndu\",\n    \"brigading\": \"na-agba ọchịchịrị\",\n    \"brigander\": \"ndị na-akwụ ụgwọ\",\n    \"brigands\": \"ndị ohi\",\n    \"brigantes\": \"ndị brigantes\",\n    \"brigantines\": \"ndị brigantines\",\n    \"briggsian\": \"Amarachi\",\n    \"bright\": \"enwu\",\n    \"brighteyes\": \"brilliyes\",\n    \"brighten\": \"na-enwu gbaa\",\n    \"brightened\": \"gbachapụ\",\n    \"brightener\": \"nchacha ọkụ\",\n    \"brighteners\": \"na-enwu gbaa\",\n    \"brightening\": \"na-enwu gbaa\",\n    \"brightens\": \"na-enwu gbaa\",\n    \"brighter\": \"chawapụ\",\n    \"brightest\": \"na-enwu gbaa\",\n    \"brightish\": \"gbaa\",\n    \"brightly\": \"gbaa\",\n    \"brightness\": \"ncha\",\n    \"brights\": \"gbaa\",\n    \"brightsmith\": \"ọmarịcha\",\n    \"brightsome\": \"mara mma\",\n    \"brightsomeness\": \"nwamamma\",\n    \"brightwork\": \"na-enwu gbaa\",\n    \"brigous\": \"brigig\",\n    \"brigue\": \"isi\",\n    \"brigued\": \"gbara agba\",\n    \"briguing\": \"na-enwu enwu\",\n    \"brike\": \"inye aka\",\n    \"brillante\": \"agba\",\n    \"brilliance\": \"mgbukepụ\",\n    \"brilliandeer\": \"Onyeka Onwenu\",\n    \"brilliant\": \"amamiihe\",\n    \"brilliantine\": \"amamiihe\",\n    \"brilliantined\": \"amamiihe\",\n    \"brilliantly\": \"na-egbuke egbuke\",\n    \"brilliantness\": \"amamiihe\",\n    \"brilliantwise\": \"amamiihe\",\n    \"brillolette\": \"ọla\",\n    \"brim\": \"nkuchi\",\n    \"brimfull\": \"brimful\",\n    \"brimfully\": \"brimful\",\n    \"brimfullness\": \"nkuju afọ\",\n    \"brimfulness\": \"enweghị atụ\",\n    \"briming\": \"nkuchi\",\n    \"brimless\": \"enweghị ntụ\",\n    \"brimly\": \"nkuchi\",\n    \"brimmed\": \"mebiri emebi\",\n    \"brimmer\": \"okpu\",\n    \"brimmered\": \"mebiri emebi\",\n    \"brimmering\": \"na-enwu enwu\",\n    \"brimmers\": \"ndị ọkụ\",\n    \"brimming\": \"imecha\",\n    \"brimmingly\": \"na-agbarụ\",\n    \"brims\": \"ụlọ\",\n    \"brimse\": \"nkuchi\",\n    \"brinded\": \"emebie\",\n    \"brindled\": \"mebiri emebi\",\n    \"brined\": \"buru ibu\",\n    \"brinehouse\": \"ụlọ ime ụlọ\",\n    \"brineless\": \"enweghị ntụ\",\n    \"briner\": \"onye na-achị achị\",\n    \"briners\": \"ndị na-achị achị\",\n    \"bring\": \"weta\",\n    \"bringal\": \"ndiegwu\",\n    \"bringall\": \"ndiegwu\",\n    \"bringdown\": \"iweta\",\n    \"bringed\": \"wetara\",\n    \"bringela\": \"beringela\",\n    \"bringer\": \"weta\",\n    \"bringers\": \"ndị na-eweta ihe\",\n    \"bringeth\": \"wetara\",\n    \"bringing\": \"na-eweta\",\n    \"brings\": \"na-eweta\",\n    \"bringsel\": \"bringel\",\n    \"brining\": \"na-akpọ ọnụ\",\n    \"brinjal\": \"ndiegwu\",\n    \"brink\": \"kpọọ\",\n    \"brinkless\": \"enweghị isi\",\n    \"brinkmanship\": \"nzuzu\",\n    \"brinksmanship\": \"nzuzu\",\n    \"brinsell\": \"brunsell\",\n    \"brinston\": \"Onyebuchi\",\n    \"brynza\": \"bryndza\",\n    \"briolettes\": \"ọla\",\n    \"bryological\": \"omumu ihe\",\n    \"bryologist\": \"ọkà mmụta sayensị\",\n    \"bryon\": \"bred\",\n    \"bryony\": \"Onyeoma\",\n    \"bryophyllum\": \"mmmmmmmmmmmm\",\n    \"bryophyte\": \"yolọ\",\n    \"bryophytes\": \"ọlaọcha\",\n    \"bryophytic\": \"bryophytik\",\n    \"bryozoans\": \"ndiegwu\",\n    \"briquet\": \"ihe briquet\",\n    \"briquets\": \"ihe ndozi\",\n    \"briquetted\": \"anara\",\n    \"briquetting\": \"inye aka\",\n    \"brisance\": \"bris\",\n    \"brisances\": \"brises\",\n    \"brisant\": \"igbochi\",\n    \"brisbane\": \"Udochukwu\",\n    \"brise\": \"bilie\",\n    \"brisement\": \"bris\",\n    \"brises\": \"bris\",\n    \"briskened\": \"brisken\",\n    \"briskening\": \"na-agba ọsọ\",\n    \"brisking\": \"brising\",\n    \"brisks\": \"bris\",\n    \"brisling\": \"Na-agwụ ike\",\n    \"brislings\": \"bris\",\n    \"brisque\": \"ihe ojoo\",\n    \"briss\": \"bris\",\n    \"brisses\": \"brises\",\n    \"bristle\": \"okuko\",\n    \"bristlebird\": \"okpokoro\",\n    \"bristled\": \"chiri\",\n    \"bristleless\": \"enweghị atụ\",\n    \"bristler\": \"ihe nlere\",\n    \"bristles\": \"ahịhịa\",\n    \"bristly\": \"n'eziokwu\",\n    \"bristols\": \"bristol\",\n    \"brit\": \"iwe\",\n    \"britany\": \"Ugochukwu\",\n    \"britannian\": \"britannia\",\n    \"britannically\": \"onyeoma britannic\",\n    \"britchel\": \"britches\",\n    \"brite\": \"ọla\",\n    \"brither\": \"imebi\",\n    \"brython\": \"bryto\",\n    \"briticism\": \"ịkatọ mmadụ\",\n    \"britisher\": \"Ogbu ohia\",\n    \"britishers\": \"ogbu na nkwonkwo\",\n    \"britishism\": \"ọrịa ogbu na nkwonkwo\",\n    \"britishness\": \"british\",\n    \"britoness\": \"ịda mba\",\n    \"britons\": \"britton\",\n    \"brits\": \"brit\",\n    \"britten\": \"edeturu\",\n    \"brittle\": \"kenkuwa\",\n    \"brittled\": \"brittrit\",\n    \"brittleness\": \"nkwanye\",\n    \"brittler\": \"ihe ojoo\",\n    \"brittles\": \"ngwa ngwa\",\n    \"brittlest\": \"emebiela\",\n    \"brittlewort\": \"okwute\",\n    \"brittling\": \"egwu\",\n    \"britts\": \"ugochukwu\",\n    \"broacher\": \"onye nlekota\",\n    \"broachers\": \"ndị na-akwụ ụgwọ\",\n    \"broaches\": \"bro bro\",\n    \"broad\": \"sara mbara\",\n    \"broadacre\": \"mbara\",\n    \"broadband\": \"brọdband\",\n    \"broadbill\": \"akwukwo ahia\",\n    \"broadbrim\": \"nkọwapụta\",\n    \"broadcast\": \"mgbasa ozi\",\n    \"broadcasted\": \"agbasa ozi\",\n    \"broadcaster\": \"mgbasa ozi\",\n    \"broadcasters\": \"ndị mgbasa ozi\",\n    \"broadcasting\": \"mgbasa ozi\",\n    \"broadcastings\": \"mgbasa ozi\",\n    \"broadcasts\": \"mgbasa ozi\",\n    \"broadcloth\": \"ákwà mgbochi\",\n    \"broaden\": \"ibasa\",\n    \"broadened\": \"ibasa\",\n    \"broadener\": \"ibasa\",\n    \"broadeners\": \"ndị mgbasa ozi\",\n    \"broadening\": \"na-emeghe\",\n    \"broadenings\": \"mgbasa\",\n    \"broadens\": \"gbasapụ\",\n    \"broader\": \"sara mbara\",\n    \"broadest\": \"sara mbara\",\n    \"broadgage\": \"Ibufe\",\n    \"broadhead\": \"okwu\",\n    \"broadhearted\": \"buru n'obi\",\n    \"broadhorn\": \"n'uju\",\n    \"broadish\": \"buo ibu\",\n    \"broadleaves\": \"Ugboro\",\n    \"broadly\": \"n'uju\",\n    \"broadling\": \"ịgbasa\",\n    \"broadlings\": \"Ntanetị\",\n    \"broadloom\": \"mbara\",\n    \"broadlooms\": \"obosara\",\n    \"broadmindedly\": \"n'ụzọ sara mbara\",\n    \"broadmouth\": \"nkwupụta ụda\",\n    \"broadness\": \"obosara\",\n    \"broadpiece\": \"okwute\",\n    \"broads\": \"gbasaa\",\n    \"broadshare\": \"ikwupụta okwu\",\n    \"broadsheet\": \"akwukwo\",\n    \"broadside\": \"mbara\",\n    \"broadsided\": \"gbasaa\",\n    \"broadsider\": \"onye mgbasa ozi\",\n    \"broadsides\": \"mbara\",\n    \"broadsiding\": \"gbasapụ\",\n    \"broadspread\": \"gbasaa\",\n    \"broadsword\": \"Okwu nkọwa\",\n    \"broadswords\": \"okwuputa okwu\",\n    \"broadtail\": \"Broadtail\",\n    \"broadthroat\": \"Ohere\",\n    \"broadway\": \"okporo ụzọ\",\n    \"broadwayite\": \"okporo ụzọ\",\n    \"broadways\": \"okporo ụzọ\",\n    \"broadwife\": \"nwunye\",\n    \"broadwise\": \"n'uju\",\n    \"broadwives\": \"ụmụ nwanyị\",\n    \"brobdingnag\": \"okpokoro\",\n    \"brobdingnagian\": \"ifeanyichukwu\",\n    \"brocaded\": \"agbaji\",\n    \"brocades\": \"brocad\",\n    \"brocading\": \"cadgha\",\n    \"broccoli\": \"brọkọlị\",\n    \"broccolis\": \"brọkọlị\",\n    \"brochant\": \"ore ahia\",\n    \"broche\": \"ohia\",\n    \"brochette\": \"brochii\",\n    \"brochettes\": \"brochi\",\n    \"brochure\": \"broshuọ\",\n    \"brochures\": \"broshuọ\",\n    \"brockage\": \"brokerage\",\n    \"brocked\": \"mkpọ\",\n    \"brocket\": \"mkpọ\",\n    \"brockets\": \"brokas\",\n    \"brocks\": \"ndagide\",\n    \"brocoli\": \"brọkọlị\",\n    \"brodeglass\": \"ngwugwu\",\n    \"broderer\": \"onye nzuzu\",\n    \"broggle\": \"brogle\",\n    \"brogued\": \"brogues\",\n    \"brogueful\": \"brogue juputara\",\n    \"brogueneer\": \"broguene\",\n    \"broguing\": \"na-achị\",\n    \"broguish\": \"ihe ojoo\",\n    \"broider\": \"onye na-eje ozi\",\n    \"broiderer\": \"onye na-eje ozi\",\n    \"broideress\": \"Nwabueze\",\n    \"broidery\": \"ebe obibi\",\n    \"broiders\": \"ndị na-ere ahịa\",\n    \"broiled\": \"sie\",\n    \"broilery\": \"Broilers\",\n    \"broilers\": \"Broilers\",\n    \"broilingly\": \"broiling\",\n    \"brokage\": \"brokerage\",\n    \"brokages\": \"mebiri emebi\",\n    \"broke\": \"mebiri\",\n    \"broken\": \"agbajikwa\",\n    \"brokenhearted\": \"obi gbawara\",\n    \"brokenheartedly\": \"obi gbawara\",\n    \"brokenheartedness\": \"obi mgbawa\",\n    \"brokenly\": \"agbajikwa\",\n    \"brokenness\": \"gbajiri\",\n    \"broker\": \"ore ahia\",\n    \"brokerages\": \"mebiri emebi\",\n    \"brokeress\": \"mebiri emebi\",\n    \"brokery\": \"ore ahia\",\n    \"brokerly\": \"ore ahia\",\n    \"brokers\": \"ndị na-ere ahịa\",\n    \"brokership\": \"agbaji\",\n    \"brokes\": \"blọk\",\n    \"broletto\": \"brotto\",\n    \"bromals\": \"brọda\",\n    \"bromate\": \"okwute\",\n    \"bromating\": \"Na-egbu\",\n    \"brombenzene\": \"bromobenzene\",\n    \"brombenzyl\": \"ndiegwu\",\n    \"bromcamphor\": \"bromocamphor\",\n    \"bromcresol\": \"bromocresol\",\n    \"brome\": \"Ugboro\",\n    \"bromelia\": \"Okechukwu\",\n    \"bromeliad\": \"chukwuemeka\",\n    \"bromellite\": \"brom satellite\",\n    \"bromes\": \"brom\",\n    \"bromhydrate\": \"hapu\",\n    \"bromian\": \"Nwosu\",\n    \"bromic\": \"Nwoke\",\n    \"bromid\": \"Uzoatu\",\n    \"bromides\": \"Anyi\",\n    \"bromidic\": \"ndiegwu\",\n    \"bromidically\": \"n'agbasi\",\n    \"bromids\": \"Anyi\",\n    \"brominating\": \"na-ehichapụ\",\n    \"bromination\": \"nkwanye ugwu\",\n    \"bromine\": \"bromin\",\n    \"bromines\": \"mgbịrịgba\",\n    \"brominize\": \"Imebe iwu\",\n    \"bromins\": \"Ogba\",\n    \"bromisation\": \"imebi\",\n    \"bromise\": \"ikwugide\",\n    \"bromised\": \"mebiri emebi\",\n    \"bromising\": \"Na-emegide\",\n    \"bromism\": \"nkwanye ugwu\",\n    \"bromisms\": \"nkwenye\",\n    \"bromius\": \"onye nzuzu\",\n    \"bromization\": \"Ntughari\",\n    \"bromize\": \"gbasaa\",\n    \"bromizes\": \"Na-emegide\",\n    \"bromizing\": \"na-egbu egbu\",\n    \"bromobenzyl\": \"Onyebuchi\",\n    \"bromoform\": \"Okpokoro\",\n    \"bromol\": \"bromolụ\",\n    \"bromous\": \"ihe ojoo\",\n    \"bromuret\": \"ndiegwu\",\n    \"bromvoel\": \"ndiegwu\",\n    \"bronc\": \"ọla\",\n    \"bronchially\": \"n'olu igbo\",\n    \"bronco\": \"ọla\",\n    \"broncobuster\": \"ọla kọpa\",\n    \"broncobusters\": \"ọla kọpa\",\n    \"broncobusting\": \"ọla kọpa\",\n    \"broncs\": \"ọla\",\n    \"bronstrops\": \"ọla kọpa\",\n    \"brontesque\": \"ọrịre\",\n    \"brontometer\": \"brontometa\",\n    \"brontosauruses\": \"brontosaurus\",\n    \"brontothere\": \"ọ bụla\",\n    \"brontotherium\": \"okwute\",\n    \"bronx\": \"ọla\",\n    \"bronze\": \"ọla\",\n    \"bronzed\": \"ọla nchara\",\n    \"bronzelike\": \"ọla\",\n    \"bronzen\": \"ọla nchara\",\n    \"bronzer\": \"ọla nchara\",\n    \"bronzers\": \"ọla kọpa\",\n    \"bronzes\": \"ọla kọpa\",\n    \"bronzesmith\": \"ọla nchara\",\n    \"bronzewing\": \"ọla kọpa\",\n    \"bronzy\": \"ọla kọpa\",\n    \"bronzier\": \"ọla kọpa\",\n    \"bronziest\": \"ọla kọpa\",\n    \"bronzify\": \"ọla nchara\",\n    \"bronzing\": \"ọla nchara\",\n    \"bronzings\": \"ọla\",\n    \"bronzite\": \"ọla nchara\",\n    \"brooches\": \"broochi\",\n    \"broodiness\": \"enweghị anya\",\n    \"broodingly\": \"na-elekọta anya\",\n    \"brook\": \"mmiri iyi\",\n    \"brooked\": \"esiri\",\n    \"brooking\": \"ịkwa mmiri ara\",\n    \"brookless\": \"enweghị isi\",\n    \"brooklets\": \"brooklet\",\n    \"brooklike\": \"ihe nzuzu\",\n    \"brooks\": \"mmiri iyi\",\n    \"brookside\": \"mmiri iyi\",\n    \"brool\": \"aziza\",\n    \"broom\": \"aziza\",\n    \"broomball\": \"Bọọlụ\",\n    \"broomballer\": \"Bọọlụ\",\n    \"broomy\": \"broom\",\n    \"broomsticks\": \"broomstick\",\n    \"brose\": \"ịchọ\",\n    \"broses\": \"bros\",\n    \"brot\": \"bro\",\n    \"brotany\": \"Ebe obibi\",\n    \"brotel\": \"brothel\",\n    \"broth\": \"efere\",\n    \"brothe\": \"nwanne\",\n    \"brotheler\": \"brothels\",\n    \"brothellike\": \"brothel yiri\",\n    \"brothelry\": \"ebe obibi\",\n    \"brother\": \"nwanne\",\n    \"brothered\": \"achikwa\",\n    \"brotherhood\": \"òtù ụmụnna\",\n    \"brothering\": \"umunne\",\n    \"brotherless\": \"nwanne nwoke\",\n    \"brotherly\": \"nwanne\",\n    \"brotherlike\": \"nwanne\",\n    \"brotherliness\": \"umunne\",\n    \"brotherred\": \"nwanne\",\n    \"brothers\": \"ụmụnna\",\n    \"brothership\": \"nwanne\",\n    \"brotherton\": \"nwanne\",\n    \"brotherwort\": \"nwannwanyi\",\n    \"brotocrystal\": \"okwute\",\n    \"brott\": \"chika okpala\",\n    \"brough\": \"okwa\",\n    \"brougham\": \"Brougham\",\n    \"brought\": \"wetara\",\n    \"broughtas\": \"wetara\",\n    \"browbands\": \"browband\",\n    \"browbeater\": \"onye na-eme ihe nkiri\",\n    \"browbeating\": \"na-achọgharị\",\n    \"browd\": \"brow\",\n    \"browless\": \"enweghị isi\",\n    \"browman\": \"onye isi\",\n    \"brown\": \"aja aja\",\n    \"brownback\": \"aja aja\",\n    \"browned\": \"gbara ọchịchịrị\",\n    \"browner\": \"aja aja\",\n    \"brownest\": \"aja aja\",\n    \"browny\": \"agba aja aja\",\n    \"brownie\": \"aja aja\",\n    \"brownies\": \"Agba aja aja\",\n    \"browniness\": \"agba aja aja\",\n    \"browning\": \"agba aja aja\",\n    \"brownish\": \"aja aja\",\n    \"brownishness\": \"aja aja\",\n    \"brownism\": \"aja aja\",\n    \"brownist\": \"aja aja\",\n    \"brownistic\": \"aja aja\",\n    \"brownistical\": \"aja aja\",\n    \"brownly\": \"Nwaoke\",\n    \"brownness\": \"agba aja aja\",\n    \"brownnose\": \"aja aja aja\",\n    \"brownnoser\": \"aja aja noser\",\n    \"brownprint\": \"agba aja aja\",\n    \"browns\": \"agba aja aja\",\n    \"brownshirt\": \"agba aja aja\",\n    \"brownstone\": \"acha uhie uhie\",\n    \"brownstones\": \"agba aja aja\",\n    \"browntail\": \"aja aja\",\n    \"brownweed\": \"agba aja aja\",\n    \"brownwort\": \"agba aja aja\",\n    \"brows\": \"nchọgharị\",\n    \"browsability\": \"nchọgharị\",\n    \"browsage\": \"nchọgharị\",\n    \"browse\": \"chọgharịa\",\n    \"browsed\": \"ịchọgharịrị\",\n    \"browser\": \"ihe nchọgharị\",\n    \"browsers\": \"nchọgharị\",\n    \"browses\": \"na-agagharị\",\n    \"browsick\": \"nchọgharị\",\n    \"browsing\": \"na-eme nchọgharị\",\n    \"browzer\": \"ihe nchọgharị\",\n    \"bruang\": \"imebi\",\n    \"bruce\": \"ọnya\",\n    \"brucellae\": \"brucella\",\n    \"brucellas\": \"brucellosis\",\n    \"brucia\": \"Uchenna\",\n    \"brucite\": \"nchia\",\n    \"bruckle\": \"gwuru\",\n    \"bruckled\": \"juru ya\",\n    \"bruckleness\": \"Nnukwu okwu\",\n    \"bructeri\": \"brikeri\",\n    \"bruges\": \"gbaa\",\n    \"bruyere\": \"imebi\",\n    \"bruins\": \"ekwenti\",\n    \"bruise\": \"ọnya\",\n    \"bruised\": \"ọnya\",\n    \"bruiser\": \"Onyema\",\n    \"bruisers\": \"ndị na-achị achị\",\n    \"bruises\": \"ọnya\",\n    \"bruisewort\": \"Ọrịna\",\n    \"bruising\": \"ọnya\",\n    \"bruit\": \"ọnya\",\n    \"bruited\": \"echifia\",\n    \"bruiter\": \"onye aru\",\n    \"bruiters\": \"ndị na-atụ ụjọ\",\n    \"bruiting\": \"ọnya\",\n    \"bruits\": \"ọnya\",\n    \"bruke\": \"ọnya\",\n    \"brules\": \"ọnya\",\n    \"brulot\": \"ọnya\",\n    \"brulots\": \"afụụ\",\n    \"brumal\": \"onye isi\",\n    \"brumby\": \"ncha\",\n    \"brumes\": \"kpochapu\",\n    \"brummagem\": \"ncha\",\n    \"brummagen\": \"mbibi\",\n    \"brummer\": \"nwuo\",\n    \"brumstane\": \"brimstone\",\n    \"brumstone\": \"brimstone\",\n    \"brunched\": \"akpakọrịta\",\n    \"brunching\": \"ịmịcha\",\n    \"brune\": \"daakye\",\n    \"brunelliaceous\": \"kpakpando\",\n    \"brunette\": \"agba aja aja\",\n    \"brunetteness\": \"nwebisi ike\",\n    \"brunhild\": \"Onyeoma\",\n    \"brunts\": \"bruny\",\n    \"brush\": \"ahịhịa\",\n    \"brushable\": \"gbaa agba\",\n    \"brushball\": \"Bọọlụ bọọlụ\",\n    \"brushbird\": \"ahịhịa\",\n    \"brushbush\": \"ahịhịa\",\n    \"brushcut\": \"ahịhịa ịkpụ\",\n    \"brushed\": \"kpochapụrụ\",\n    \"brusher\": \"ahịhịa\",\n    \"brushers\": \"ahịhịa\",\n    \"brushet\": \"ahịhịa\",\n    \"brushfire\": \"ahịhịa ọkụ\",\n    \"brushfires\": \"Nkucha ọkụ\",\n    \"brushful\": \"ahịhịa\",\n    \"brushing\": \"ịchacha\",\n    \"brushland\": \"ala igbo\",\n    \"brushlessness\": \"enweghị ike\",\n    \"brushlet\": \"ahịhịa\",\n    \"brushlike\": \"ahịhịa\",\n    \"brushmaker\": \"ahịhịa\",\n    \"brushman\": \"ahịhịa\",\n    \"brushmen\": \"ndị na-ekpocha ahịhịa\",\n    \"brushoff\": \"gbanyụọ\",\n    \"brushoffs\": \"ahịhịa\",\n    \"brushpopper\": \"ahịhịa\",\n    \"brushproof\": \"ahịhịa akaebe\",\n    \"brushup\": \"ihicha\",\n    \"bruskness\": \"nchapu\",\n    \"brusqueness\": \"nzuzu\",\n    \"brussels\": \"brussel\",\n    \"brustled\": \"agbaji\",\n    \"brustling\": \"Agbala\",\n    \"brusure\": \"broshuọ\",\n    \"brut\": \"obi ojoo\",\n    \"brutage\": \"obi ojoo\",\n    \"brutal\": \"obi ọjọọ\",\n    \"brutalisation\": \"obi ojoo\",\n    \"brutalise\": \"onye obi ojoo\",\n    \"brutalised\": \"obi ọjọọ\",\n    \"brutalising\": \"obi ojoo\",\n    \"brutalism\": \"obi ọjọọ\",\n    \"brutalist\": \"onye obi ojoo\",\n    \"brutalitarian\": \"obi ọjọọ\",\n    \"brutalitarianism\": \"obi ọjọọ\",\n    \"brutality\": \"obi ọjọọ\",\n    \"brutalities\": \"obi ọjọọ\",\n    \"brutalization\": \"obi ojoo\",\n    \"brutalize\": \"mekpọọ mmadụ ọnụ\",\n    \"brutalized\": \"obi tara mmiri\",\n    \"brutalizes\": \"na-akpa ọchị\",\n    \"brutalizing\": \"obi ojoo\",\n    \"brutally\": \"n'ụzọ obi ọjọọ\",\n    \"brutalness\": \"obi ọjọọ\",\n    \"brute\": \"arụrụala\",\n    \"bruted\": \"meela\",\n    \"brutedom\": \"utedgha\",\n    \"brutely\": \"maa mma\",\n    \"brutelike\": \"obi ojoo\",\n    \"bruteness\": \"obi ọjọọ\",\n    \"brutes\": \"aghụghọ\",\n    \"brutify\": \"megbuo\",\n    \"brutification\": \"obi ojoo\",\n    \"brutified\": \"obi tara mmiri\",\n    \"brutifies\": \"na-akparị\",\n    \"brutifying\": \"na-emegbu\",\n    \"bruting\": \"na-agba agba\",\n    \"brutish\": \"obi ojoo\",\n    \"brutishly\": \"jiri obi ọjọọ\",\n    \"brutishness\": \"obi ojoo\",\n    \"brutism\": \"obi ọjọọ\",\n    \"brutisms\": \"obi ọjọọ\",\n    \"brutter\": \"obi ọjọọ\",\n    \"brutus\": \"Obi ojoo\",\n    \"bruxisms\": \"Mmetụta\",\n    \"bsf\": \"Okwara\",\n    \"bskt\": \"Ubueze\",\n    \"btise\": \"Ntughari\",\n    \"btry\": \"Nwachukwu\",\n    \"buat\": \"buo\",\n    \"buaze\": \"gbaa azịza\",\n    \"bub\": \"afụ\",\n    \"bubal\": \"afụ\",\n    \"bubaline\": \"afụ\",\n    \"bubalises\": \"mmiri\",\n    \"bubals\": \"afụ\",\n    \"bubastite\": \"bubata\",\n    \"bubber\": \"afụ\",\n    \"bubby\": \"afụ\",\n    \"bubbybush\": \"bubby ohia\",\n    \"bubbies\": \"ndi enyi\",\n    \"bubble\": \"afụ\",\n    \"bubblebow\": \"nwa afụ\",\n    \"bubbled\": \"afụ\",\n    \"bubbleless\": \"afụkọ\",\n    \"bubblelike\": \"afụ\",\n    \"bubblement\": \"afụfụ\",\n    \"bubbler\": \"afụ\",\n    \"bubblers\": \"afụ\",\n    \"bubbles\": \"egosipụta\",\n    \"bubbletop\": \"afụ\",\n    \"bubbletops\": \"afụ\",\n    \"bubbly\": \"afụfụ\",\n    \"bubblier\": \"afụfụ\",\n    \"bubblies\": \"afụ\",\n    \"bubbliest\": \"afụ\",\n    \"bubbliness\": \"afụ ọnụ\",\n    \"bubbling\": \"afụ\",\n    \"bubblingly\": \"afụ\",\n    \"bubblish\": \"afụfụ\",\n    \"bubinga\": \"afụọnụ\",\n    \"bubingas\": \"Na-asụ asụsụ\",\n    \"buboed\": \"bubobo\",\n    \"buboes\": \"bubo\",\n    \"bubonidae\": \"bufonidae\",\n    \"bubonoceze\": \"bubonocele\",\n    \"bubos\": \"bubo\",\n    \"bubs\": \"Na Na Na\",\n    \"bubukle\": \"afụfụ\",\n    \"bucayo\": \"buboyo\",\n    \"bucare\": \"ịchebe\",\n    \"bucca\": \"gbaba\",\n    \"buccal\": \"gbaba\",\n    \"buccally\": \"brọda\",\n    \"buccan\": \"igbo\",\n    \"buccaned\": \"ebu ohia\",\n    \"buccaneer\": \"anuru ohia\",\n    \"buccaneering\": \"okwute\",\n    \"buccaneerish\": \"ebu ohia\",\n    \"buccaneers\": \"ebu ohia\",\n    \"buccaning\": \"mkpọtụ\",\n    \"buccanned\": \"rikpuru\",\n    \"buccanning\": \"mkpọtụ\",\n    \"buccate\": \"gbajie\",\n    \"bucchero\": \"Bucchero\",\n    \"buccheros\": \"ọrịrị\",\n    \"buccina\": \"onyinye\",\n    \"buccinator\": \"ebu\",\n    \"bucciniform\": \"ebu ohia\",\n    \"buccinum\": \"mmamiri\",\n    \"bucco\": \"okoko\",\n    \"buccobranchial\": \"ọtụmọkpọ\",\n    \"buccocervical\": \"ụkọchukwu\",\n    \"buccogingival\": \"ihe omuma\",\n    \"buccolingual\": \"ụsọ asụsụ\",\n    \"buccopharyngeal\": \"ihekwadobe\",\n    \"bucculae\": \"ọtụmọkpọ\",\n    \"bucculatrix\": \"ogba aghara\",\n    \"buchanan\": \"okwukwu\",\n    \"buchanite\": \"zụrụ ahịa\",\n    \"buchite\": \"ụlọ\",\n    \"buchonite\": \"buchhonite\",\n    \"buck\": \"ego\",\n    \"buckayros\": \"Uchechi\",\n    \"buckbean\": \"Ogbe\",\n    \"buckbeans\": \"agbakpo\",\n    \"buckberry\": \"bokberi\",\n    \"buckboard\": \"bọket\",\n    \"buckboards\": \"bọkpụ\",\n    \"bucked\": \"ama\",\n    \"buckeen\": \"buckeye\",\n    \"buckeens\": \"Uchechukwu\",\n    \"buckeyed\": \"buckeye\",\n    \"buckeyes\": \"Uchechukwu\",\n    \"bucker\": \"ọkpọ ọkpọ\",\n    \"buckers\": \"ndị na-azụ ahịa ihe\",\n    \"bucket\": \"bọket\",\n    \"bucketed\": \"bọket\",\n    \"bucketful\": \"bọket\",\n    \"bucketfull\": \"edunye\",\n    \"bucketfuls\": \"bọketị\",\n    \"buckety\": \"ike\",\n    \"bucketing\": \"ịwụ\",\n    \"bucketmaker\": \"bọket\",\n    \"bucketmaking\": \"ịkwanye\",\n    \"bucketman\": \"bọket\",\n    \"buckets\": \"bọket\",\n    \"bucketsful\": \"bọket\",\n    \"bucketshop\": \"bọketọ\",\n    \"buckhounds\": \"buckhound\",\n    \"bucky\": \"okwute\",\n    \"bucking\": \"ịkọ ihe\",\n    \"buckish\": \"ike\",\n    \"buckishness\": \"ike\",\n    \"buckjump\": \"Uchechi\",\n    \"buckland\": \"Obodo Buckland\",\n    \"bucklandite\": \"Ebe Unodi\",\n    \"buckle\": \"nkechi\",\n    \"buckled\": \"ikechi\",\n    \"buckleless\": \"enweghi ike\",\n    \"buckler\": \"okpu\",\n    \"bucklered\": \"kechie\",\n    \"bucklering\": \"ikechi\",\n    \"bucklers\": \"ndị na-agba ume\",\n    \"buckling\": \"ikechi\",\n    \"buckramed\": \"agbachitere\",\n    \"bucks\": \"ego\",\n    \"buckshee\": \"Uchechi\",\n    \"buckshees\": \"Ogbe\",\n    \"buckshot\": \"kootu\",\n    \"buckshots\": \"agbagba\",\n    \"buckskin\": \"akwa akwa\",\n    \"buckskinned\": \"acha uhie uhie\",\n    \"buckskins\": \"akpụkpọ ụkwụ\",\n    \"buckstone\": \"okwute\",\n    \"bucktoothed\": \"agbụọgwụ\",\n    \"buckwasher\": \"bọkashị\",\n    \"buckwheater\": \"ihe mgbochi mmiri\",\n    \"buckwheatlike\": \"buckwheat yiri\",\n    \"bucolical\": \"mkpọtụ\",\n    \"bucolically\": \"n'olu oma\",\n    \"bucrane\": \"bubone\",\n    \"bucrnia\": \"bucrania\",\n    \"bud\": \"nwa osisi\",\n    \"budbreak\": \"nwa osisi ezumike\",\n    \"buddah\": \"Buda\",\n    \"budded\": \"okpokoro\",\n    \"budder\": \"nwa osisi\",\n    \"budders\": \"umu nwanyi\",\n    \"buddha\": \"Buda\",\n    \"buddhahood\": \"nwa nwanyi\",\n    \"buddhaship\": \"nwa nwanyi\",\n    \"buddhistic\": \"Okpukpe\",\n    \"buddhistical\": \"Buddhistical\",\n    \"buddhists\": \"okpokoro\",\n    \"buddhology\": \"nnabata\",\n    \"buddy\": \"enyi\",\n    \"buddies\": \"ndi enyi\",\n    \"budding\": \"okuko\",\n    \"buddled\": \"okpokoro\",\n    \"buddleias\": \"nnabata\",\n    \"buddler\": \"nwa osisi\",\n    \"buddles\": \"okuko\",\n    \"buddling\": \"okpokoro\",\n    \"budge\": \"nwaji\",\n    \"budged\": \"bilitere\",\n    \"budgereegah\": \"budgerigar\",\n    \"budgerigah\": \"budgerigar\",\n    \"budgerygah\": \"budgerigar\",\n    \"budget\": \"mmefu ego\",\n    \"budgetary\": \"emefu ego\",\n    \"budgeted\": \"emefu ego\",\n    \"budgeteer\": \"onye mmefu ego\",\n    \"budgeter\": \"onye na-emefu ego\",\n    \"budgeters\": \"ndị na-emefu ego\",\n    \"budgetful\": \"na-emefu ego\",\n    \"budgeting\": \"mmefu ego\",\n    \"budgets\": \"mmefu ego\",\n    \"budgy\": \"budgie\",\n    \"budging\": \"okooko\",\n    \"budlet\": \"nwa osisi\",\n    \"budlike\": \"nwa osisi dị ka\",\n    \"budling\": \"ụlọ\",\n    \"budmash\": \"okpokoro\",\n    \"budorcas\": \"okpokoro\",\n    \"buds\": \"akụrụ\",\n    \"budtime\": \"oge\",\n    \"budworm\": \"okuko\",\n    \"budzart\": \"nwa osisi\",\n    \"budzat\": \"nwa osisi\",\n    \"buffability\": \"nkwụsị\",\n    \"buffalo\": \"atụ\",\n    \"buffaloed\": \"atụ\",\n    \"buffaloes\": \"atụ\",\n    \"buffalofish\": \"atụ\",\n    \"buffalofishes\": \"buffalofish\",\n    \"buffaloing\": \"atụ\",\n    \"buffball\": \"egwuregwu bọọlụ\",\n    \"buffcoat\": \"nri mkpuchi\",\n    \"buffe\": \"bufee\",\n    \"buffer\": \"echekwa\",\n    \"buffered\": \"gbadoro\",\n    \"bufferrer\": \"echekwa\",\n    \"bufferrers\": \"echekwa\",\n    \"buffers\": \"echekwa\",\n    \"buffet\": \"nkuru n'onwe\",\n    \"buffeted\": \"ebe nri\",\n    \"buffeter\": \"echekwa\",\n    \"buffeters\": \"buffers\",\n    \"buffeting\": \"ịkụ nri\",\n    \"buffy\": \"keki\",\n    \"bufflehead\": \"ihu\",\n    \"buffleheaded\": \"ihu\",\n    \"bufflehorn\": \"mpi mpi\",\n    \"buffone\": \"nri\",\n    \"buffont\": \"buffon\",\n    \"buffoonery\": \"ụlọ ọrụ\",\n    \"buffoonesque\": \"onyedikachukwu\",\n    \"buffware\": \"echekwa\",\n    \"bug\": \"ahụhụ\",\n    \"bugeyed\": \"kwụrụ ụgwọ\",\n    \"bugged\": \"nsogbu\",\n    \"buggered\": \"nsogbu\",\n    \"buggery\": \"ogwugwo\",\n    \"buggering\": \"Na-agbagha\",\n    \"buggers\": \"ebelebe\",\n    \"buggess\": \"nsogbu\",\n    \"buggy\": \"na-adọkpụ\",\n    \"buggies\": \"buggy\",\n    \"buggymen\": \"nsogbu\",\n    \"bugginess\": \"Ahụhụ\",\n    \"bught\": \"kwụrụ\",\n    \"bugled\": \"nsogbu\",\n    \"buglers\": \"na-adọkpụ\",\n    \"bugles\": \"chinchi\",\n    \"bugling\": \"nsogbu\",\n    \"bugologist\": \"onye nyocha\",\n    \"bugproof\": \"ahụhụ ahụhụ\",\n    \"bugs\": \"chinchi\",\n    \"bugseed\": \"ebele\",\n    \"bugseeds\": \"ahụhụ ahụhụ\",\n    \"buhls\": \"mkpọtụ\",\n    \"buhrs\": \"mkpọchi\",\n    \"buy\": \"zụta\",\n    \"buyable\": \"nwere ike ịzụta\",\n    \"buyback\": \"ịzụta\",\n    \"buybacks\": \"azụghachi\",\n    \"buicks\": \"anwansi\",\n    \"buyer\": \"asịwo\",\n    \"buyers\": \"ndị na-azụ ahịa\",\n    \"buyides\": \"ịzụta\",\n    \"buying\": \"ịzụta\",\n    \"build\": \"iru\",\n    \"buildable\": \"nke a na-arụ\",\n    \"builded\": \"wuru\",\n    \"builder\": \"onye na-ewu ụlọ\",\n    \"builders\": \"ndị na-ewu ụlọ\",\n    \"building\": \"ụlọ\",\n    \"buildingless\": \"enweghị ụlọ\",\n    \"buildings\": \"ụlọ\",\n    \"buildress\": \"ulo oru\",\n    \"builds\": \"na-ewuli\",\n    \"buildup\": \"rụpụta\",\n    \"built\": \"wuru\",\n    \"builtin\": \"wuru\",\n    \"buyouts\": \"ịzụ ahịa\",\n    \"buys\": \"azụta\",\n    \"bulb\": \"bọlbụ\",\n    \"bulbar\": \"bulba\",\n    \"bulbels\": \"bulb\",\n    \"bulblike\": \"dị ka bọlbụ\",\n    \"bulder\": \"okwute\",\n    \"bulgarians\": \"ndị bulgarians\",\n    \"bulge\": \"ntopute\",\n    \"bulginess\": \"ibu\",\n    \"bulgingly\": \"bulging\",\n    \"bulgurs\": \"bulgu\",\n    \"bulies\": \"ndị na-emegbu mmadụ\",\n    \"bulimy\": \"bulimic\",\n    \"bulimiac\": \"bulimia\",\n    \"bulk\": \"nnukwu\",\n    \"bulkage\": \"nnukwu\",\n    \"bulkages\": \"ọtụtụ\",\n    \"bulked\": \"buru ibu\",\n    \"bulkhead\": \"nnukwu isi\",\n    \"bulkheaded\": \"nnukwu isi\",\n    \"bulkheading\": \"nnukwu isi\",\n    \"bulkheads\": \"nnukwu isi\",\n    \"bulky\": \"nnukwu\",\n    \"bulkiest\": \"nke kachasị\",\n    \"bulkily\": \"ọtụtụ\",\n    \"bulkish\": \"nnukwu\",\n    \"bulks\": \"buru ibu\",\n    \"bull\": \"ehi\",\n    \"bullace\": \"bululu\",\n    \"bullaces\": \"bulla\",\n    \"bullary\": \"mgbọ\",\n    \"bullaries\": \"mgbọ\",\n    \"bullate\": \"bullet\",\n    \"bullated\": \"na-ama jijiji\",\n    \"bullation\": \"nchikota\",\n    \"bullbaiting\": \"ehi baiting\",\n    \"bullbat\": \"mmanya ehi\",\n    \"bullbats\": \"ihe ntụchi\",\n    \"bullbeggar\": \"bulbeggar\",\n    \"bullboat\": \"ụgbọ mmiri\",\n    \"bullcart\": \"ehi\",\n    \"bulled\": \"gbara\",\n    \"bullet\": \"mgbo\",\n    \"bulleted\": \"ji mgbọ\",\n    \"bullethead\": \"mgbo\",\n    \"bulletheaded\": \"gbasasịa\",\n    \"bulletheadedness\": \"mgbọ\",\n    \"bullety\": \"eji ike\",\n    \"bulletin\": \"akwukwo\",\n    \"bulletined\": \"akwukwo\",\n    \"bulleting\": \"akwukwo\",\n    \"bulletining\": \"akwukwo\",\n    \"bulletins\": \"akwụkwọ akụkọ\",\n    \"bulletlike\": \"yiri ka bullet\",\n    \"bulletmaker\": \"mgbọ\",\n    \"bulletmaking\": \"mgbọ\",\n    \"bulletproof\": \"mgbọ\",\n    \"bulletproofed\": \"mgbọ\",\n    \"bulletproofing\": \"mgbọ mgbochi\",\n    \"bullets\": \"mgbọ\",\n    \"bulletwood\": \"ngbasa ozi\",\n    \"bullfight\": \"ịlụ ọgụ\",\n    \"bullfighter\": \"onye na-eme ehi\",\n    \"bullfighters\": \"ndị na-eme ehi\",\n    \"bullfighting\": \"ịlụ ọgụ ịlụ ehi\",\n    \"bullfights\": \"ịlụ ọgụ ehi\",\n    \"bullflower\": \"okpokoro\",\n    \"bullfoot\": \"ụkwụ ụkwụ\",\n    \"bullfrogs\": \"ehi ehi\",\n    \"bullhead\": \"isi\",\n    \"bullheaded\": \"isi\",\n    \"bullheadedly\": \"iji isi\",\n    \"bullheadedness\": \"isi ike\",\n    \"bullheads\": \"isi ehi\",\n    \"bullhide\": \"eji ehi\",\n    \"bully\": \"eji ike emegbu\",\n    \"bullyable\": \"dị egwu\",\n    \"bullidae\": \"bulidae\",\n    \"bullydom\": \"eji ikeja\",\n    \"bullied\": \"eji ike emegbu\",\n    \"bullier\": \"bulili\",\n    \"bullies\": \"ndị na-amaja\",\n    \"bulliest\": \"ndị na-amaja\",\n    \"bullyhuff\": \"bully huff\",\n    \"bullying\": \"iji ike emegbu mmadụ\",\n    \"bullyingly\": \"iji ike emegbu mmadụ\",\n    \"bullyism\": \"mmegbu\",\n    \"bullimong\": \"bulimong\",\n    \"bulling\": \"na-ehi\",\n    \"bullionist\": \"onye na-eme ihe ike\",\n    \"bullionless\": \"enweghi ike\",\n    \"bullyragging\": \"na-achọgharị\",\n    \"bullyrags\": \"bullyrag\",\n    \"bullyrock\": \"oké ehi\",\n    \"bullishly\": \"bullish\",\n    \"bullishness\": \"ike\",\n    \"bullism\": \"ihe ike\",\n    \"bullition\": \"mmaja\",\n    \"bulllike\": \"dị ka ehi\",\n    \"bullnecks\": \"ehi\",\n    \"bullnut\": \"ehi\",\n    \"bullock\": \"ehi\",\n    \"bullocky\": \"eji ike ojoo\",\n    \"bullockite\": \"ehi\",\n    \"bullockman\": \"ehi\",\n    \"bullocks\": \"ehi\",\n    \"bullose\": \"bullow\",\n    \"bullpen\": \"kpachara anya\",\n    \"bullpens\": \"ehi\",\n    \"bullpoll\": \"kpachara anya\",\n    \"bullpouts\": \"bullpups\",\n    \"bullragged\": \"bullyragged\",\n    \"bullragging\": \"na-achọgharị\",\n    \"bullring\": \"ịgha ehi\",\n    \"bullrings\": \"na-eweta\",\n    \"bullroarer\": \"Egwu\",\n    \"bulls\": \"ehi\",\n    \"bullshitted\": \"emegburu\",\n    \"bullshitting\": \"bulshitting\",\n    \"bullshots\": \"ehi\",\n    \"bullskin\": \"ehi\",\n    \"bullsnake\": \"oke ehi\",\n    \"bullterrier\": \"emegbu\",\n    \"bullweed\": \"izu\",\n    \"bullwhip\": \"ndọkpọ\",\n    \"bullwhipped\": \"ejije\",\n    \"bullwhipping\": \"ịkwa ehi\",\n    \"bullwhips\": \"ejije\",\n    \"bullwork\": \"ehi\",\n    \"bulrushes\": \"bulrushị\",\n    \"bulten\": \"nwee ike\",\n    \"bulwark\": \"mgbochi\",\n    \"bulwarked\": \"awara\",\n    \"bulwarking\": \"na-elekọta\",\n    \"bulwarks\": \"mgbochi\",\n    \"bumbee\": \"aru ike\",\n    \"bumble\": \"itabi\",\n    \"bumblebee\": \"afụọnụ\",\n    \"bumblebeefishes\": \"bumblebeefish\",\n    \"bumblebees\": \"ihe ike\",\n    \"bumbleberry\": \"bọmbụ\",\n    \"bumblebomb\": \"bombu bombu\",\n    \"bumbled\": \"togburu onwe ya\",\n    \"bumblefoot\": \"ahịhịa ụkwụ\",\n    \"bumblekite\": \"ihe ike\",\n    \"bumblepuppy\": \"afụụ\",\n    \"bumbler\": \"onye mgbaasị\",\n    \"bumblers\": \"ndị na-agba ịnyịnya\",\n    \"bumbles\": \"bumb\",\n    \"bumbling\": \"afụ\",\n    \"bumblingly\": \"n'atu uda\",\n    \"bumblingness\": \"nkwupụta ụda\",\n    \"bumblings\": \"eme mkpọtụ\",\n    \"bumboat\": \"ụgbọ mmiri\",\n    \"bumboatmen\": \"ndị bumboat\",\n    \"bumboats\": \"ụgbọ mmiri\",\n    \"bumboatwoman\": \"nwa nwanyi\",\n    \"bumclock\": \"bumbox\",\n    \"bumfs\": \"mkpọchi\",\n    \"bumkins\": \"bumkin\",\n    \"bummed\": \"na-ama jijiji\",\n    \"bummel\": \"chiri\",\n    \"bummil\": \"bumil\",\n    \"bumming\": \"na-akụ\",\n    \"bummle\": \"gbamgbe\",\n    \"bump\": \"okuku\",\n    \"bumped\": \"bompa\",\n    \"bumpee\": \"bompa\",\n    \"bumper\": \"bompa\",\n    \"bumpered\": \"bompa\",\n    \"bumpering\": \"na-akụtu\",\n    \"bumpers\": \"ndị bumpers\",\n    \"bumpier\": \"onye nzuzu\",\n    \"bumpiest\": \"kachasị\",\n    \"bumpiness\": \"nkwanye ugwu\",\n    \"bumping\": \"na-akụda\",\n    \"bumpingly\": \"n'amaghi ama\",\n    \"bumpkin\": \"ugu\",\n    \"bumpoff\": \"bompa\",\n    \"bumpology\": \"ihe gbasara aru\",\n    \"bumps\": \"bump\",\n    \"bumpsy\": \"bumpy\",\n    \"bumptious\": \"na-achọ ihe\",\n    \"bumptiously\": \"n'amaghị ihe\",\n    \"bumptiousness\": \"Obi ojoo\",\n    \"bums\": \"boms\",\n    \"bumsucking\": \"-akpasu\",\n    \"bumtrap\": \"mkpọtụ\",\n    \"bun\": \"bn\",\n    \"buncal\": \"Bọnal\",\n    \"bunch\": \"ụyọkọ\",\n    \"bunched\": \"sie\",\n    \"buncher\": \"bonka\",\n    \"bunches\": \"ụyọkọ\",\n    \"bunchier\": \"ogbe\",\n    \"bunchiest\": \"kasị\",\n    \"bunchily\": \"imechi\",\n    \"bunchiness\": \"ụyọkọ\",\n    \"buncoing\": \"imeka\",\n    \"buncombes\": \"Bọmbụ\",\n    \"buncos\": \"Bọncos\",\n    \"bunder\": \"bundler\",\n    \"bundh\": \"kennukwu\",\n    \"bundy\": \"kennukwu\",\n    \"bundies\": \"bundy si\",\n    \"bundle\": \"ùkwù\",\n    \"bundlerooted\": \"ukwu gbanyere mkpọrọgwụ\",\n    \"bundlers\": \"Ndị na-eme ihe n'azụ\",\n    \"bundles\": \"bundund\",\n    \"bundlet\": \"bundler\",\n    \"bundling\": \"agbakọta\",\n    \"bundlings\": \"Ndị na-eme ihe n'azụ\",\n    \"bunds\": \"ego\",\n    \"bundts\": \"bundo\",\n    \"bundu\": \"Bundu\",\n    \"bunemost\": \"achịcha\",\n    \"bunged\": \"bung\",\n    \"bunghole\": \"olulu\",\n    \"bunging\": \"ogbako\",\n    \"bungle\": \"ohia\",\n    \"bungled\": \"bung\",\n    \"bungler\": \"Ihe ngbo\",\n    \"bungles\": \"Ohia\",\n    \"bungling\": \"ungbụ\",\n    \"bungmaker\": \"onye na-eme bung\",\n    \"bungs\": \"bung\",\n    \"bungtown\": \"obodo\",\n    \"bunyas\": \"Bunya\",\n    \"bunions\": \"eburu\",\n    \"bunk\": \"iberibe\",\n    \"bunked\": \"butere\",\n    \"bunker\": \"bonka\",\n    \"bunkerage\": \"achịcha\",\n    \"bunkered\": \"sie\",\n    \"bunkery\": \"ihe ndi ozo\",\n    \"bunkering\": \"zọda\",\n    \"bunkermen\": \"boken\",\n    \"bunkers\": \"bonka\",\n    \"bunkhouse\": \"unklọ\",\n    \"bunkhouses\": \"ụlọ iberibe\",\n    \"bunking\": \"Nri\",\n    \"bunkmate\": \"onye obula\",\n    \"bunkmates\": \"ndi mmadu\",\n    \"bunkoed\": \"Nri\",\n    \"bunkoing\": \"ime ulo\",\n    \"bunks\": \"Egbe\",\n    \"bunny\": \"ewi\",\n    \"bunnymouth\": \"onyinyechi\",\n    \"bunning\": \"na-agbanye\",\n    \"bunns\": \"echi\",\n    \"bunoselenodont\": \"onyinyechi\",\n    \"buns\": \"achịcha\",\n    \"bunsen\": \"achịcha\",\n    \"bunsenite\": \"achịcha\",\n    \"bunt\": \"obula\",\n    \"bunted\": \"amata\",\n    \"bunter\": \"boot\",\n    \"bunters\": \"ndiigbo\",\n    \"bunty\": \"ugwo\",\n    \"bunting\": \"na-agbasi mbọ ike\",\n    \"buntings\": \"Ntughari\",\n    \"buntline\": \"mmmmmmmmmmmm\",\n    \"buntlines\": \"ogha\",\n    \"buoyant\": \"dị egwu\",\n    \"buoyantly\": \"ji nwayọ\",\n    \"buoyantness\": \"nnwu\",\n    \"buoyed\": \"gbawara\",\n    \"buoying\": \"ino\",\n    \"buphthalmic\": \"ihe nzuzu\",\n    \"buplever\": \"gbawara\",\n    \"buprestis\": \"nwaeze\",\n    \"buqsha\": \"Buqsha\",\n    \"buqshas\": \"Buqshas\",\n    \"burberry\": \"burberị\",\n    \"burbled\": \"bibie\",\n    \"burbler\": \"osikapa\",\n    \"burblers\": \"ndị ohi\",\n    \"burden\": \"ibu\",\n    \"burdenable\": \"bogbuo\",\n    \"burdened\": \"bogbuo\",\n    \"burdener\": \"buo ibu\",\n    \"burdeners\": \"ndi obubo\",\n    \"burdening\": \"na-ebu ibu\",\n    \"burdenless\": \"enweghị ibu\",\n    \"burdenous\": \"arọ\",\n    \"burdens\": \"ibu arọ\",\n    \"burdensome\": \"ibu arọ\",\n    \"burdensomely\": \"n'ibu\",\n    \"burdensomeness\": \"ibu arọ\",\n    \"burdie\": \"buru ibu\",\n    \"burdies\": \"ozuzu\",\n    \"burdigalian\": \"burdigali\",\n    \"burds\": \"ogbe\",\n    \"bure\": \"zuru\",\n    \"bureau\": \"ụlọ ọrụ\",\n    \"bureaucracy\": \"ndioru govanmenti\",\n    \"bureaucracies\": \"n'ulo oru\",\n    \"bureaucrat\": \"n'ulo oru\",\n    \"bureaucratic\": \"n'ulo oru\",\n    \"bureaucratical\": \"ndioru govanmenti\",\n    \"bureaucratically\": \"n'usoro iwu\",\n    \"bureaucratism\": \"n'ulo oru\",\n    \"bureaucratist\": \"onye isi ochichi\",\n    \"bureaucratization\": \"n'ulo oru\",\n    \"bureaucratize\": \"n'ulo ochichi\",\n    \"bureaucratized\": \"n'ulo oru\",\n    \"bureaucratizes\": \"n'ulo oru\",\n    \"bureaucratizing\": \"na-arụ ọrụ ọrụ\",\n    \"bureaucrats\": \"ndị isi ọrụ\",\n    \"bureaus\": \"ụlọ ọrụ\",\n    \"bureaux\": \"ụlọ ọrụ\",\n    \"burelage\": \"ụlọ ọrụ\",\n    \"burele\": \"ọrụ\",\n    \"burely\": \"n'eziokwu\",\n    \"burelle\": \"ọrụ\",\n    \"burelly\": \"n'usoro\",\n    \"buret\": \"ụlọ ọrụ\",\n    \"burets\": \"ụlọ ọrụ\",\n    \"burettes\": \"ụlọ ọrụ\",\n    \"burfish\": \"azu azu\",\n    \"burgage\": \"ibu\",\n    \"burgages\": \"ibu\",\n    \"burgality\": \"ibu\",\n    \"burgall\": \"ohi ohi\",\n    \"burgamot\": \"bergamot\",\n    \"burgees\": \"burge\",\n    \"burgensic\": \"burgensị\",\n    \"burgeoned\": \"burgeone\",\n    \"burgeoning\": \"burgeon\",\n    \"burgeons\": \"ndị burgeon\",\n    \"burgers\": \"Ndị ohi\",\n    \"burgess\": \"nnweta\",\n    \"burgessdom\": \"onye nzu\",\n    \"burgesses\": \"burgess\",\n    \"burggrave\": \"izu ohi\",\n    \"burghalpenny\": \"burgh halpenny\",\n    \"burgherdom\": \"ohiukwu\",\n    \"burgherhood\": \"ohi ohia\",\n    \"burghers\": \"ndị ohi\",\n    \"burghership\": \"ogbe burg\",\n    \"burghmaster\": \"onye na-asọ oyi\",\n    \"burglar\": \"onye osi\",\n    \"burglary\": \"izu ohi\",\n    \"burglaries\": \"Ohi ezuru ohi\",\n    \"burglarious\": \"osikapa\",\n    \"burglariously\": \"osikapa\",\n    \"burglarise\": \"ezuru ohi\",\n    \"burglarised\": \"zuru ohi\",\n    \"burglarising\": \"izu ohi\",\n    \"burglarize\": \"zuru ohi\",\n    \"burglarized\": \"zuru ohi\",\n    \"burglarizes\": \"ezuru ohi\",\n    \"burglarizing\": \"na-ezu ohi\",\n    \"burglarproof\": \"onye na-ezu ohi\",\n    \"burglarproofed\": \"ohi ohi\",\n    \"burglarproofing\": \"na-ezu ohi\",\n    \"burglarproofs\": \"ihe akaebe onye osi\",\n    \"burglars\": \"Ndị ohi\",\n    \"burgle\": \"izu ohi\",\n    \"burgled\": \"burgged\",\n    \"burgles\": \"burgged\",\n    \"burgling\": \"na-achọ\",\n    \"burgomaster\": \"onye na-azụ ụlọ\",\n    \"burgomasters\": \"ndi burgomasters\",\n    \"burgomastership\": \"burgomaster ụgbọ mmiri\",\n    \"burgonets\": \"burgoneti\",\n    \"burgrave\": \"okwute\",\n    \"burgraves\": \"okwukwu osi\",\n    \"burhead\": \"isi ike\",\n    \"bury\": \"lie\",\n    \"buriable\": \"Enwere ike ikweta\",\n    \"burial\": \"olili\",\n    \"burials\": \"olili\",\n    \"buriat\": \"buri\",\n    \"buried\": \"lie\",\n    \"buriels\": \"buri\",\n    \"burier\": \"Onye na-efe efe\",\n    \"buriers\": \"ndị na-eli ozu\",\n    \"buries\": \"na-eli\",\n    \"burying\": \"na-eli\",\n    \"burins\": \"mmiri\",\n    \"burion\": \"olili\",\n    \"burked\": \"burke\",\n    \"burkei\": \"burke\",\n    \"burker\": \"burger\",\n    \"burkers\": \"ndị na-agba ohi\",\n    \"burlace\": \"burulu\",\n    \"burlecue\": \"burl cue\",\n    \"burleycue\": \"burley cue\",\n    \"burler\": \"osikapa\",\n    \"burlers\": \"ndị ahịa\",\n    \"burlesk\": \"Okechukwu\",\n    \"burlesks\": \"burles\",\n    \"burlesquing\": \"burlesquin\",\n    \"burlier\": \"burgers\",\n    \"burliness\": \"ozuzu oke\",\n    \"burling\": \"na-egwu egwu\",\n    \"burmite\": \"burmita\",\n    \"burn\": \"ọkụ\",\n    \"burnable\": \"ọkụ\",\n    \"burnbeat\": \"ọkụ ọkụ\",\n    \"burned\": \"gbara ọkụ\",\n    \"burner\": \"oku\",\n    \"burners\": \"ndị na-ere ọkụ\",\n    \"burnet\": \"oku\",\n    \"burnetize\": \"gbaa\",\n    \"burnettize\": \"ọkụ\",\n    \"burnettized\": \"ọkụ\",\n    \"burnettizing\": \"ọkụ\",\n    \"burnfire\": \"ọkụ ọkụ\",\n    \"burny\": \"ọkụ\",\n    \"burning\": \"na-ere ọkụ\",\n    \"burningly\": \"na-ere ọkụ\",\n    \"burnings\": \"ọkụ\",\n    \"burnish\": \"gbaa\",\n    \"burnishable\": \"ere ọkụ\",\n    \"burnished\": \"gbara ọkụ\",\n    \"burnisher\": \"ọkụ\",\n    \"burnishers\": \"ndị na-ere ọkụ\",\n    \"burnishes\": \"na-ere ọkụ\",\n    \"burnishing\": \"na-ere ọkụ\",\n    \"burnishment\": \"ọkụ\",\n    \"burnoosed\": \"ọkụ\",\n    \"burnooses\": \"ọkụ\",\n    \"burnous\": \"oku\",\n    \"burnouses\": \"ụlọ ọkụ\",\n    \"burnout\": \"oké ike ọgwụgwụ\",\n    \"burnouts\": \"ọkụ ọkụ\",\n    \"burnover\": \"ọkụ ọkụ\",\n    \"burns\": \"ọkụ\",\n    \"burnside\": \"ọkụ\",\n    \"burnsides\": \"ihe na-agba ọkụ\",\n    \"burnt\": \"gbara ọkụ\",\n    \"burntly\": \"edifọp\",\n    \"burntness\": \"nsure ọkụ\",\n    \"burntweed\": \"ọkụ\",\n    \"burnup\": \"ọkụ\",\n    \"burnut\": \"ọkụ\",\n    \"burnweed\": \"ọkụ\",\n    \"burnwood\": \"nkụ\",\n    \"buro\": \"buo\",\n    \"burping\": \"na-ata ahụ\",\n    \"burr\": \"anụ ọhịa\",\n    \"burrawang\": \"oburu\",\n    \"burrbark\": \"ogbugbo\",\n    \"burree\": \"olili\",\n    \"burrel\": \"Okechukwu\",\n    \"burrer\": \"bọta\",\n    \"burrers\": \"ndi ekwe\",\n    \"burrfish\": \"azụ̀ azụ̀\",\n    \"burrfishes\": \"osikapa\",\n    \"burrhead\": \"isi ike\",\n    \"burrheaded\": \"isi-ike\",\n    \"burrheadedness\": \"isi ike\",\n    \"burrier\": \"ihe mgbochi\",\n    \"burrio\": \"burrito\",\n    \"burrish\": \"chụọ\",\n    \"burrknot\": \"burrito\",\n    \"burrock\": \"ogbe\",\n    \"burroughs\": \"ogbe mmiri\",\n    \"burrowed\": \"burrow\",\n    \"burrower\": \"burrow\",\n    \"burrowers\": \"ndị burrow\",\n    \"burrowing\": \"burrow\",\n    \"burrows\": \"olulu\",\n    \"burrs\": \"okwute\",\n    \"burs\": \"ogbugbo\",\n    \"bursal\": \"gbara\",\n    \"bursary\": \"ụlọ akwụkwọ\",\n    \"bursarial\": \"ego\",\n    \"bursaries\": \"ego\",\n    \"bursarship\": \"ịgba akwụkwọ\",\n    \"bursas\": \"Bọta\",\n    \"bursate\": \"gbara aka\",\n    \"bursautee\": \"mmmmmmmmmmmmm\",\n    \"bursch\": \"bọlisi\",\n    \"burse\": \"burs\",\n    \"bursectomy\": \"ịkpụzi mmiri\",\n    \"burseed\": \"gbụrụ\",\n    \"burseeds\": \"buurseds\",\n    \"bursera\": \"ghaa\",\n    \"burseraceous\": \"buru ibu\",\n    \"burses\": \"gbawara agbawa\",\n    \"bursiculate\": \"ịgba akaebe\",\n    \"bursiform\": \"mkpọtụ\",\n    \"bursitises\": \"ịgba ọsọ\",\n    \"burst\": \"wupu\",\n    \"bursted\": \"gbawara\",\n    \"burster\": \"gbawara\",\n    \"bursters\": \"ndị na-agbawa agbawa\",\n    \"bursty\": \"Na-agbawa\",\n    \"burstiness\": \"agbawa\",\n    \"bursting\": \"na-agbasa\",\n    \"burstone\": \"gbawara\",\n    \"burstones\": \"mgbawa\",\n    \"bursts\": \"gbawara\",\n    \"burstwort\": \"mgbawa\",\n    \"burthen\": \"kpoo\",\n    \"burthened\": \"mezie\",\n    \"burthening\": \"na-akpa ike\",\n    \"burthenman\": \"Nwachukwu\",\n    \"burthens\": \"Ugochukwu\",\n    \"burthensome\": \"echekwa\",\n    \"burtonize\": \"burtoniz\",\n    \"burtons\": \"burton\",\n    \"burtree\": \"amaka\",\n    \"bus\": \"bọs\",\n    \"busbies\": \"ụgbọ ala\",\n    \"busboy\": \"nwa nwoke\",\n    \"busboys\": \"bomụaka ụgbọ ala\",\n    \"bused\": \"eji\",\n    \"buses\": \"ụgbọ ala\",\n    \"bush\": \"ohia\",\n    \"bushbaby\": \"ohia nwa\",\n    \"bushbashing\": \"ohia ichi\",\n    \"bushbeater\": \"ahịhịa\",\n    \"bushbeck\": \"igbo\",\n    \"bushbody\": \"igbo ohia\",\n    \"bushbodies\": \"igbobodies\",\n    \"bushboy\": \"ohia\",\n    \"bushbuck\": \"ohia\",\n    \"bushbucks\": \"ohia\",\n    \"bushcraft\": \"ohia\",\n    \"bushed\": \"ohia\",\n    \"bushel\": \"ohia\",\n    \"bushelbasket\": \"ogbe azu\",\n    \"busheled\": \"ohia\",\n    \"busheler\": \"onye isi ohia\",\n    \"bushelers\": \"ndi bushi\",\n    \"bushelful\": \"ohia\",\n    \"bushelfuls\": \"ogbechu\",\n    \"busheling\": \"ohia\",\n    \"bushelled\": \"okwuru\",\n    \"busheller\": \"onye na-ebu ohia\",\n    \"bushelling\": \"ohia\",\n    \"bushelman\": \"onye isi\",\n    \"bushelmen\": \"ndi igbo\",\n    \"bushels\": \"ohia\",\n    \"bushelwoman\": \"nwanyi bushes\",\n    \"bushers\": \"ohia\",\n    \"bushes\": \"ohia\",\n    \"bushet\": \"busher\",\n    \"bushfighter\": \"ohia igbo\",\n    \"bushfighting\": \"igba ohia\",\n    \"bushfire\": \"ohia oku\",\n    \"bushfires\": \"ohia oku\",\n    \"bushful\": \"ohia\",\n    \"bushgoat\": \"ohia\",\n    \"bushgoats\": \"ohia ohia\",\n    \"bushgrass\": \"ohia\",\n    \"bushhammer\": \"ohia\",\n    \"bushy\": \"ohia\",\n    \"bushier\": \"onye bushier\",\n    \"bushiest\": \"nke kachasi ọrụ ike\",\n    \"bushily\": \"n'agha\",\n    \"bushiness\": \"ohia\",\n    \"bushing\": \"ohia\",\n    \"bushings\": \"ohia\",\n    \"bushland\": \"ohia\",\n    \"bushlands\": \"ohia\",\n    \"bushless\": \"enweghị ọhịa\",\n    \"bushlet\": \"igbo\",\n    \"bushlike\": \"ohia\",\n    \"bushmaker\": \"ohia ohia\",\n    \"bushmaking\": \"igba ohia\",\n    \"bushman\": \"ohia\",\n    \"bushmanship\": \"ohia\",\n    \"bushmaster\": \"onye isi ohia\",\n    \"bushmasters\": \"ndi igbo\",\n    \"bushmen\": \"ndi igbo\",\n    \"bushpig\": \"ohia\",\n    \"bushranger\": \"ohia\",\n    \"bushranging\": \"ohia\",\n    \"bushrope\": \"ohia\",\n    \"bushveld\": \"igbokwe\",\n    \"bushwack\": \"ohia ohia\",\n    \"bushwah\": \"ohia\",\n    \"bushwahs\": \"ohia\",\n    \"bushwalking\": \"igbokwe\",\n    \"bushwas\": \"ohia\",\n    \"bushwhack\": \"ohia\",\n    \"bushwhacked\": \"igbochhacked\",\n    \"bushwhacker\": \"ohia igbo\",\n    \"bushwhackers\": \"ndi igbo\",\n    \"bushwhacking\": \"igboch\",\n    \"bushwhacks\": \"ohiavu\",\n    \"bushwife\": \"igbo igbo\",\n    \"bushwoman\": \"igbowom\",\n    \"bushwood\": \"ohia ohia\",\n    \"busy\": \"na-arụsi ọrụ ike\",\n    \"busybody\": \"onye na-eme ihe\",\n    \"busybodied\": \"kelechii\",\n    \"busybodies\": \"ihe na-eme\",\n    \"busybodyish\": \"kechinye\",\n    \"busybodyism\": \"bodygba mbọ\",\n    \"busybodyness\": \"na-arụsi ọrụ ike\",\n    \"busycon\": \"Okenye\",\n    \"busied\": \"jisiri ike\",\n    \"busier\": \"ka na-arụ ọrụ\",\n    \"busies\": \"otu\",\n    \"busiest\": \"kwo akpa ike\",\n    \"busyhead\": \"kechisike\",\n    \"busying\": \"na-arụ ọrụ\",\n    \"busyish\": \"na-arụsi ọrụ ike\",\n    \"busily\": \"ejije\",\n    \"busine\": \"ohia\",\n    \"business\": \"azụmahịa\",\n    \"busyness\": \"arụ ọrụ\",\n    \"businesses\": \"azụmahịa\",\n    \"busynesses\": \"arụ ọrụ\",\n    \"businessese\": \"azụmahịa\",\n    \"businesslike\": \"azụmahịa\",\n    \"businesslikeness\": \"azụmahịa\",\n    \"businessman\": \"ọchụnta ego\",\n    \"businessmen\": \"ndị ọchụnta ego\",\n    \"businesswoman\": \"nwanyị azụmahịa\",\n    \"businesswomen\": \"umu nwanyi\",\n    \"busing\": \"na-agba ọsọ\",\n    \"busings\": \"ọrụ\",\n    \"busywork\": \"arụ ọrụ\",\n    \"busyworks\": \"arụ ọrụ\",\n    \"busked\": \"ojuru oru\",\n    \"busker\": \"onye na-ere ego\",\n    \"buskers\": \"ndi oru ugbo\",\n    \"busket\": \"nkata\",\n    \"busky\": \"ohia\",\n    \"buskin\": \"ohia\",\n    \"buskined\": \"okwukwu\",\n    \"busking\": \"ịzụ ọrụ\",\n    \"buskins\": \"ohia\",\n    \"buskle\": \"nkechi\",\n    \"busks\": \"ndi oru ugbo\",\n    \"busman\": \"onye oji\",\n    \"busmen\": \"ndi oji ugbo\",\n    \"buss\": \"bọs\",\n    \"bussed\": \"zuru\",\n    \"busser\": \"buss\",\n    \"bussy\": \"nkita\",\n    \"bussing\": \"na-agba ọsọ\",\n    \"bussings\": \"na-agba ọsọ\",\n    \"bussu\": \"nkita\",\n    \"busted\": \"na-agba ọsọ\",\n    \"busters\": \"ndị na-eme ihere\",\n    \"busthead\": \"Okwute\",\n    \"busty\": \"ekwo ekwo\",\n    \"bustic\": \"na-eme mkpọtụ\",\n    \"bustiest\": \"kpụ ọkụ n'ọnụ\",\n    \"busting\": \"na-eme mkpọtụ\",\n    \"bustle\": \"ime mkpọtụ\",\n    \"bustled\": \"maa jijiji\",\n    \"bustler\": \"ustmụaka\",\n    \"bustlers\": \"ndị ohi\",\n    \"bustles\": \"mkpọtụ\",\n    \"bustling\": \"na-ekwo ekwo\",\n    \"bustlingly\": \"okwute\",\n    \"busway\": \"ụgbọ ala\",\n    \"but\": \"mana\",\n    \"butanoic\": \"mana\",\n    \"butanols\": \"butanol\",\n    \"butat\": \"but\",\n    \"butcher\": \"onye na-egbu anụ\",\n    \"butcherbird\": \"nnụnụ anụ\",\n    \"butcherbroom\": \"ebe a na-egbu anụ\",\n    \"butcherdom\": \"igbu anụ\",\n    \"butchered\": \"gbuo\",\n    \"butcherer\": \"onye na-egbu anụ\",\n    \"butcheress\": \"onye na-egbu anụ\",\n    \"butchery\": \"igbu anụ\",\n    \"butcheries\": \"ebe a na-egbu anụ\",\n    \"butchering\": \"igbu anụ\",\n    \"butcherless\": \"enweghị anụ\",\n    \"butcherly\": \"egbu egbu\",\n    \"butcherliness\": \"igbu anụ\",\n    \"butcherous\": \"izu ike\",\n    \"butchers\": \"ndị na-egbu anụ\",\n    \"butches\": \"osi\",\n    \"bute\": \"but\",\n    \"butenes\": \"buten\",\n    \"butenyl\": \"Nwachukwu\",\n    \"butylate\": \"okwa\",\n    \"butylated\": \"Egburu\",\n    \"butylates\": \"onyeisiala\",\n    \"butylating\": \"Ogbogbo\",\n    \"butylation\": \"okwa\",\n    \"butylenes\": \"Nwachukwu\",\n    \"butyls\": \"odika\",\n    \"butyraceous\": \"Onodi\",\n    \"butyral\": \"isi ihe\",\n    \"butyrals\": \"butyral\",\n    \"butyrates\": \"okwa\",\n    \"butyric\": \"okwa\",\n    \"butyryl\": \"Nwachukwu\",\n    \"butyryls\": \"Nwachukwu\",\n    \"butyrins\": \"otu ihe\",\n    \"butyrochloral\": \"Nwachukwu\",\n    \"butyrometer\": \"okpu\",\n    \"butyrometric\": \"chukwuemeka\",\n    \"butyrone\": \"Nwachukwu\",\n    \"butyrous\": \"chikwa\",\n    \"butyrousness\": \"Ogbodo\",\n    \"butle\": \"ma\",\n    \"butled\": \"obu ihe obu\",\n    \"butler\": \"obu ihe obu\",\n    \"butlerage\": \"mana\",\n    \"butlerdom\": \"chikwa dom\",\n    \"butleress\": \"onye isi\",\n    \"butleries\": \"ndị isi\",\n    \"butlerism\": \"ọchịchị\",\n    \"butlerlike\": \"dị ka\",\n    \"butlers\": \"ndị na-eme achịcha\",\n    \"butlership\": \"ọrụ nlekọta\",\n    \"butles\": \"okporo\",\n    \"butling\": \"izu\",\n    \"butment\": \"gboo\",\n    \"butolism\": \"mmechuihu\",\n    \"butomaceous\": \"onye oma\",\n    \"butoxy\": \"igwu\",\n    \"butoxyl\": \"Nwachukwu\",\n    \"buts\": \"mana\",\n    \"butsu\": \"ma\",\n    \"butt\": \"isi\",\n    \"buttal\": \"isi\",\n    \"buttals\": \"isi\",\n    \"butte\": \"but\",\n    \"butted\": \"gbue\",\n    \"butter\": \"bọta\",\n    \"butteraceous\": \"onye isi\",\n    \"butterball\": \"bọta\",\n    \"butterbill\": \"bọta\",\n    \"butterbird\": \"bọta\",\n    \"butterbough\": \"bọta\",\n    \"butterbox\": \"bọta\",\n    \"butterbump\": \"bọta bọta\",\n    \"butterbur\": \"bọta\",\n    \"butterburr\": \"bọta\",\n    \"buttered\": \"butere\",\n    \"butterer\": \"onye isi\",\n    \"butterers\": \"ndị na-egbu anụ\",\n    \"butterfingered\": \"Na-eme ka butterfred\",\n    \"butterfingers\": \"butterfinger\",\n    \"butterfishes\": \"butterfish\",\n    \"butterfly\": \"nru ububa\",\n    \"butterflyer\": \"nru ububa\",\n    \"butterflyfish\": \"nru ububa\",\n    \"butterflyfishes\": \"nru ububa\",\n    \"butterflylike\": \"nru ububa\",\n    \"butterhead\": \"isi ihe\",\n    \"butterier\": \"bọta\",\n    \"butteriest\": \"nke kachasị mma\",\n    \"butteryfingered\": \"amụrụ ihe\",\n    \"butteriness\": \"isi-awọ\",\n    \"buttering\": \"bọta\",\n    \"butterlike\": \"dị ka butter\",\n    \"buttermaker\": \"bọta\",\n    \"buttermaking\": \"Ime buttermaking\",\n    \"butterman\": \"onye isi ala\",\n    \"buttermouth\": \"isi anụ\",\n    \"butternose\": \"bọta\",\n    \"butternut\": \"isi ihe\",\n    \"butternuts\": \"isi ihe\",\n    \"butterpaste\": \"ude mmanụ\",\n    \"butterroot\": \"ihe ndozi\",\n    \"butters\": \"bọta\",\n    \"butterscotch\": \"isi ogbe\",\n    \"butterwife\": \"odo odo\",\n    \"butterwoman\": \"Nwanyị nwanyị\",\n    \"butterworker\": \"onye na-eme ihe n'ehihie\",\n    \"butterwort\": \"bọta bọta\",\n    \"buttes\": \"mkpọ\",\n    \"buttgenbachite\": \"Nwachị\",\n    \"butty\": \"isi\",\n    \"butties\": \"okike\",\n    \"butting\": \"na-akụ\",\n    \"buttinski\": \"Nwachukwu\",\n    \"buttinsky\": \"Nwachukwu\",\n    \"buttinskies\": \"Nwachukwu\",\n    \"buttled\": \"akpiri\",\n    \"buttling\": \"akpụrụ\",\n    \"buttocked\": \"aka\",\n    \"buttocker\": \"igodo\",\n    \"buttocks\": \"aka\",\n    \"button\": \"bọtịnụ\",\n    \"buttonball\": \"bọlbụ\",\n    \"buttonbush\": \"bọtịnụ\",\n    \"buttoned\": \"mkpọchi\",\n    \"buttoner\": \"mkpọchi\",\n    \"buttoners\": \"mkpọchi\",\n    \"buttonhold\": \"bọtịnụ\",\n    \"buttonholder\": \"onye nwere ihe na-eme bọtịnụ\",\n    \"buttonhole\": \"mkpọchi\",\n    \"buttonholer\": \"mkpọchi\",\n    \"buttonholes\": \"mkpọchi\",\n    \"buttonholing\": \"mkpọchi\",\n    \"buttonhook\": \"mkpọchi\",\n    \"buttoning\": \"mkpọchi\",\n    \"buttonless\": \"enweghị bọtịnụ\",\n    \"buttonlike\": \"dị ka bọtịnụ\",\n    \"buttons\": \"mkpọchi\",\n    \"buttonweed\": \"igodo\",\n    \"buttonwood\": \"osisi\",\n    \"buttress\": \"ihe mgbochi\",\n    \"buttressed\": \"aka\",\n    \"buttresses\": \"ihe ndozi\",\n    \"buttressing\": \"ịkwa aka\",\n    \"buttressless\": \"enweghị ihe mgbochi\",\n    \"buttresslike\": \"onyenwereike\",\n    \"butts\": \"igodo\",\n    \"buttstock\": \"azu\",\n    \"buttstrap\": \"akpịrị\",\n    \"buttstrapped\": \"agbada\",\n    \"buttstrapping\": \"ịpị aka\",\n    \"buttwoman\": \"nwa nwanyi\",\n    \"buttwomen\": \"umunwanyi\",\n    \"buttwood\": \"okwa\",\n    \"butut\": \"ma\",\n    \"buxaceous\": \"ihe ike\",\n    \"buxeous\": \"Buxeous\",\n    \"buxus\": \"mkpọtụ\",\n    \"buzz\": \"uzu\",\n    \"buzzard\": \"egbe mmiri\",\n    \"buzzardly\": \"uzu\",\n    \"buzzardlike\": \"uzu dika\",\n    \"buzzards\": \"egbe\",\n    \"buzzbomb\": \"ogbugba mmiri\",\n    \"buzzed\": \"gbụrụ\",\n    \"buzzer\": \"ome uzu\",\n    \"buzzerphone\": \"mkpọtụ\",\n    \"buzzers\": \"uzu\",\n    \"buzzes\": \"mkpọtụ\",\n    \"buzzgloak\": \"zztọtụ\",\n    \"buzzy\": \"uzu\",\n    \"buzzies\": \"uzu\",\n    \"buzzing\": \"na-akụ\",\n    \"buzzingly\": \"ntụtụ\",\n    \"buzzle\": \"buzz\",\n    \"buzzsaw\": \"uzu\",\n    \"buzzwig\": \"uzu\",\n    \"buzzwigs\": \"mkpọtụ\",\n    \"buzzwords\": \"okwu ọnụ\",\n    \"c\": \"c. ihe\",\n    \"caam\": \"ọgwa\",\n    \"caaming\": \"igwu\",\n    \"cab\": \"tagzi\",\n    \"caback\": \"kaback\",\n    \"cabaho\": \"cabal\",\n    \"cabalas\": \"cabelas\",\n    \"cabalassou\": \"cabala ssou\",\n    \"cabalism\": \"arụ ọrụ\",\n    \"cabalisms\": \"ahịhịa\",\n    \"cabalistic\": \"anwansi\",\n    \"cabalistical\": \"anwansi\",\n    \"cabalistically\": \"ọalụ\",\n    \"cabalists\": \"ndị kabalist\",\n    \"caball\": \"kabeeji\",\n    \"caballed\": \"arụ ọrụ\",\n    \"caballer\": \"onye na-akụzi ihe\",\n    \"caballing\": \"na-agbagha\",\n    \"cabals\": \"cabal\",\n    \"caban\": \"igwe\",\n    \"cabane\": \"kabane\",\n    \"cabarets\": \"cabaret\",\n    \"cabbage\": \"kabeji\",\n    \"cabbaged\": \"ejiji\",\n    \"cabbagehead\": \"kabeeji\",\n    \"cabbageheaded\": \"kabeeji isi\",\n    \"cabbageheadedness\": \"kabeeji isi\",\n    \"cabbages\": \"kabeji\",\n    \"cabbagewood\": \"kabeeji\",\n    \"cabbageworm\": \"kabeji\",\n    \"cabbagy\": \"kabbagy\",\n    \"cabbaging\": \"kabeeji\",\n    \"cabbala\": \"kabbala\",\n    \"cabbalah\": \"kabbalah\",\n    \"cabbalism\": \"okpokoro\",\n    \"cabbalist\": \"okpokoro\",\n    \"cabbalistic\": \"kabbalistic\",\n    \"cabbalistical\": \"kabbalistical\",\n    \"cabbalistically\": \"n'ụzọ nkịtị\",\n    \"cabbalize\": \"kabeeji\",\n    \"cabbed\": \"kabedi\",\n    \"cabber\": \"kabeeji\",\n    \"cabby\": \"kabii\",\n    \"cabbie\": \"kabbie\",\n    \"cabbies\": \"igwe\",\n    \"cabbing\": \"na-akụ\",\n    \"cabble\": \"kabeji\",\n    \"cabbling\": \"na-akụzi\",\n    \"cabdriver\": \"ọkwọ ụgbọ ala\",\n    \"cabdriving\": \"tagzi ịkwọ ụgbọala\",\n    \"cabernets\": \"kọbọd\",\n    \"cabildo\": \"kabildo\",\n    \"cabin\": \"ụlọ\",\n    \"cabinda\": \"ụlọ\",\n    \"cabined\": \"kwụrụ\",\n    \"cabinet\": \"kabinet\",\n    \"cabineted\": \"kwadoro\",\n    \"cabineting\": \"kabinet\",\n    \"cabinetmake\": \"kabinet\",\n    \"cabinetmaker\": \"kabinet\",\n    \"cabinetmakers\": \"ndị kabinet\",\n    \"cabinetmaking\": \"ọrụ kabinet\",\n    \"cabinetry\": \"kabinet\",\n    \"cabinets\": \"oche\",\n    \"cabinetted\": \"kwadoro\",\n    \"cabinetwork\": \"ụlọ ọrụ ntanetị\",\n    \"cabinetworker\": \"ụlọ ọrụ ntanetị\",\n    \"cabinetworking\": \"ime ụlọ\",\n    \"cabining\": \"na-eri nri\",\n    \"cabinlike\": \"ime ụlọ\",\n    \"cabins\": \"ụlọ\",\n    \"cabio\": \"ụlọ\",\n    \"cabiric\": \"nri\",\n    \"cabiritic\": \"ime mmụọ\",\n    \"cable\": \"USB\",\n    \"cablecast\": \"USBcast\",\n    \"cablegram\": \"USBgram\",\n    \"cablegrams\": \"USBgram\",\n    \"cablelaid\": \"kebido\",\n    \"cableless\": \"eriri\",\n    \"cablelike\": \"dị ka eriri\",\n    \"cableman\": \"USBman\",\n    \"cablemen\": \"ndị USB\",\n    \"cabler\": \"eriri\",\n    \"cables\": \"Gịnị\",\n    \"cablese\": \"eriri\",\n    \"cablet\": \"USB\",\n    \"cablets\": \"Gịnị\",\n    \"cableway\": \"eriri\",\n    \"cableways\": \"eriri\",\n    \"cablish\": \"chili\",\n    \"cabmen\": \"ndị isi\",\n    \"cabob\": \"kabob\",\n    \"cabobs\": \"kaboji\",\n    \"caboceer\": \"ihe mkpuchi\",\n    \"caboche\": \"kabochi\",\n    \"caboclo\": \"kaboclo\",\n    \"cabomba\": \"kabomba\",\n    \"cabombas\": \"kabombas\",\n    \"caboose\": \"kaboose\",\n    \"caboshed\": \"gbanye\",\n    \"cabot\": \"kabit\",\n    \"cabotage\": \"akpukpo osisi\",\n    \"cabotages\": \"ụdọ\",\n    \"cabotin\": \"kabọn\",\n    \"cabotinage\": \"ụlọ mposi\",\n    \"cabots\": \"ụgbọ mmiri\",\n    \"cabree\": \"kabeeji\",\n    \"cabret\": \"kabret\",\n    \"cabrettas\": \"cabretta\",\n    \"cabrie\": \"kabeeji\",\n    \"cabrilla\": \"kabrilla\",\n    \"cabriole\": \"kabriole\",\n    \"cabrioles\": \"kabili\",\n    \"cabriolet\": \"kabireti\",\n    \"cabriolets\": \"mkpọ\",\n    \"cabrit\": \"nri\",\n    \"cabs\": \"tagzi\",\n    \"cabstand\": \"ogwe osisi\",\n    \"cabstands\": \"ogwe osisi\",\n    \"caburn\": \"kabọn\",\n    \"cacaesthesia\": \"nkwonkwo\",\n    \"cacao\": \"koko\",\n    \"cacaos\": \"kịkọs\",\n    \"cacaxte\": \"mkpọchi\",\n    \"caccabis\": \"nwachukwu\",\n    \"caccagogue\": \"akuko\",\n    \"caccia\": \"Uchechi\",\n    \"cacciatore\": \"ihechi\",\n    \"cacemphaton\": \"cacemfaton\",\n    \"cacesthesia\": \"akwara\",\n    \"cachaemic\": \"iche\",\n    \"cachalot\": \"ebe nchekwa\",\n    \"cache\": \"ebe nchekwa\",\n    \"cachectic\": \"Echekwara\",\n    \"cached\": \"echekwara\",\n    \"cachemic\": \"echekwara\",\n    \"cachepot\": \"ebe nchekwa\",\n    \"cachepots\": \"ebe nchekwa\",\n    \"caches\": \"ebe nchekwa\",\n    \"cachespell\": \"ebe nchekwa\",\n    \"cachet\": \"ebe nchekwa\",\n    \"cacheted\": \"echekwara\",\n    \"cachetic\": \"mkpuchi\",\n    \"cacheting\": \"achechekwa\",\n    \"cachets\": \"ebe nchekwa\",\n    \"cachinnating\": \"akuko\",\n    \"cachinnator\": \"ihe mgbochi\",\n    \"cachinnatory\": \"ihe cachinnatory\",\n    \"cachot\": \"foto\",\n    \"cachou\": \"Cachou\",\n    \"cachuchas\": \"Cachuchas\",\n    \"cachucho\": \"mkpọchi\",\n    \"cacimbos\": \"nwachukwu\",\n    \"cack\": \"akpati\",\n    \"cacked\": \"mechie\",\n    \"cacking\": \"-eji nri\",\n    \"cackle\": \"ihe\",\n    \"cackled\": \"akpakọbara\",\n    \"cackler\": \"ihe ọ cụackụ\",\n    \"cacklers\": \"ndị na-anụ ihe\",\n    \"cackles\": \"ngwugwu\",\n    \"cackling\": \"na-eri ihe\",\n    \"cacks\": \"achịcha\",\n    \"cacochylia\": \"nwachukwu\",\n    \"cacochymy\": \"echechi\",\n    \"cacochymia\": \"nri cacochymia\",\n    \"cacochymic\": \"acoaco cacochymic\",\n    \"cacochymical\": \"edekọ ihe ọnụ\",\n    \"cacochroia\": \"acoekọ ọnụ\",\n    \"cacodaemon\": \"Onyedikachi\",\n    \"cacodaemoniac\": \"Cacodaemoniac\",\n    \"cacodaemonial\": \"Iheanacho\",\n    \"cacodaemonic\": \"Iheanacho\",\n    \"cacodyl\": \"nwachukwu\",\n    \"cacodyls\": \"ndiegwu\",\n    \"cacoeconomy\": \"akụ na ụba\",\n    \"cacoenthes\": \"kpakpando\",\n    \"cacoepy\": \"mkpuchi\",\n    \"cacoepist\": \"onye na-edekọ ihe\",\n    \"cacoepistic\": \"ihe cacoepistic\",\n    \"cacoethes\": \"Mmekọahụ\",\n    \"cacoethic\": \"ihechi\",\n    \"cacogastric\": \"ihe cacogastric\",\n    \"cacogenesis\": \"ọgwụ cacogenesis\",\n    \"cacogenic\": \"ọgwụ cacogenic\",\n    \"cacogenics\": \"ihe anakpo cacogenics\",\n    \"cacographer\": \"ihe na-edekọ ihe\",\n    \"cacography\": \"ihe osise\",\n    \"cacographic\": \"ihe osise\",\n    \"cacographical\": \"akwụkwọ cacographical\",\n    \"cacolet\": \"anụkọ\",\n    \"cacology\": \"ihe omumu\",\n    \"cacological\": \"ihe omumu\",\n    \"cacomixls\": \"ihechi\",\n    \"cacoon\": \"okpokoro\",\n    \"cacopathy\": \"ọrịa cacopathy\",\n    \"cacophony\": \"ebechi\",\n    \"cacophonist\": \"onye cacophonist\",\n    \"cacophonists\": \"ndị cacophonist\",\n    \"cacophonous\": \"agbachi\",\n    \"cacophthalmia\": \"nwedede nri\",\n    \"cacoplastic\": \"ihe cacoplastic\",\n    \"cacorhythmic\": \"ihe cacorhythmic\",\n    \"cacosplanchnia\": \"ọrịa cacosplanchnia\",\n    \"cacostomia\": \"acoechi ọnụ\",\n    \"cacothelin\": \"gbamgbam\",\n    \"cacotheline\": \"gbamgbam\",\n    \"cacothesis\": \"ahụ ike\",\n    \"cacotrophy\": \"ihe mgbochi\",\n    \"cacoxene\": \"nri cacoxene\",\n    \"cacoxenite\": \"Ogbodo ama\",\n    \"cacozeal\": \"anụkọ\",\n    \"cacozealous\": \"Onyedikachi\",\n    \"cacozyme\": \"nri cacozyme\",\n    \"cacqueteuse\": \"ebechi\",\n    \"cacqueteuses\": \"ebe obibi\",\n    \"cactal\": \"bara uru\",\n    \"cactiform\": \"nkwarụ\",\n    \"cactus\": \"kaktus\",\n    \"cactuses\": \"kakt\",\n    \"cacumination\": \"ikpo oku\",\n    \"cadasters\": \"ndi cad cad\",\n    \"cadastrally\": \"cadastally\",\n    \"cadaverous\": \"ozuzu\",\n    \"cadaverously\": \"olili ozu\",\n    \"cadaverousness\": \"olili ozu\",\n    \"caddesse\": \"Ebele\",\n    \"caddice\": \"ihe mkpuchi\",\n    \"caddiced\": \"gbụrụ\",\n    \"caddicefly\": \"caddisfly\",\n    \"caddices\": \"caddies\",\n    \"caddie\": \"caddy\",\n    \"caddiing\": \"ihe mkpuchi\",\n    \"caddying\": \"ihe mkpuchi\",\n    \"cadding\": \"ihe mkpuchi\",\n    \"caddises\": \"ndị caddis\",\n    \"caddish\": \"ihe nzuzu\",\n    \"caddishly\": \"n'udo\",\n    \"caddishness\": \"ihe nzuzu\",\n    \"caddisworm\": \"caddis worm\",\n    \"caddle\": \"ihe owuwu\",\n    \"caddow\": \"akpaka\",\n    \"cade\": \"koodu\",\n    \"cadee\": \"cadre\",\n    \"cadenced\": \"cadence\",\n    \"cadency\": \"cadence\",\n    \"cadencies\": \"cadences\",\n    \"cadencing\": \"ịma mma\",\n    \"cadential\": \"entialbụ onye isi\",\n    \"cader\": \"kader\",\n    \"cades\": \"ndị cades\",\n    \"cadged\": \"caded\",\n    \"cadger\": \"Kaadị\",\n    \"cadgers\": \"ndị cad cad\",\n    \"cadges\": \"ndị cad cad\",\n    \"cadgy\": \"kady\",\n    \"cadgily\": \"n'ụzọ doro anya\",\n    \"cadginess\": \"mkpọtụ\",\n    \"cadging\": \"gba aghara\",\n    \"cady\": \"kady\",\n    \"cadying\": \"Inye mmadu\",\n    \"cadilesker\": \"Onyedikachi\",\n    \"cadillacs\": \"cadillac\",\n    \"cadmiferous\": \"kadmiferous\",\n    \"cadres\": \"ndị cadres\",\n    \"cads\": \"ndị cads\",\n    \"caducity\": \"ịdị ọcha\",\n    \"cadus\": \"kadus\",\n    \"caecal\": \"ihe\",\n    \"caecally\": \"n'udo\",\n    \"caecectomy\": \"okirikiri afọ\",\n    \"caeciform\": \"okpokoro okpokoro\",\n    \"caecity\": \"agbụ\",\n    \"caecotomy\": \"akwara\",\n    \"caedmonic\": \"mmmmmmmmmmmmm\",\n    \"caelometer\": \"kilogram\",\n    \"caenogenetic\": \"igbanwe\",\n    \"caenolestes\": \"ndiegwu\",\n    \"caenostyly\": \"mmmmmmmmmmmmm\",\n    \"caenostylic\": \"igbanwe\",\n    \"caenozoic\": \"ndiegwu\",\n    \"caerphilly\": \"mmmmmmmmmmmmm\",\n    \"caesar\": \"sisa\",\n    \"caesareans\": \"caesarean\",\n    \"caesious\": \"kpachara anya\",\n    \"caesium\": \"cesium\",\n    \"caespitose\": \"mmmmmmmmmmmmm\",\n    \"caespitosely\": \"izuchukwu\",\n    \"caestuses\": \"mmeghe\",\n    \"caf\": \"ụlọ oriri na ọ cafụ cafụ\",\n    \"cafard\": \"kọfị\",\n    \"cafardise\": \"kọfịkọl\",\n    \"cafe\": \"ụlọ ahịa\",\n    \"cafeneh\": \"kafe\",\n    \"cafenet\": \"kọfị\",\n    \"cafes\": \"ụlọ ahịa\",\n    \"cafetal\": \"ụlọ oriri na ọetụụ\",\n    \"cafeteria\": \"ụlọ nri\",\n    \"cafeterias\": \"ụlọ oriri na ọeterụeterụ\",\n    \"cafetorium\": \"ụlọ oriri na ọetụetụ\",\n    \"caff\": \"kaffa\",\n    \"caffa\": \"kaffa\",\n    \"caffeate\": \"kọfị\",\n    \"caffeic\": \"kọfị\",\n    \"caffein\": \"kafiin\",\n    \"caffeine\": \"kafiin\",\n    \"caffeines\": \"kọfị\",\n    \"caffeinism\": \"kafiin\",\n    \"caffeins\": \"kọfị\",\n    \"caffeism\": \"kọfị\",\n    \"caffeol\": \"kọfị\",\n    \"caffetannic\": \"iheanyichukwu\",\n    \"caffiaceous\": \"kọfịkpọs\",\n    \"caffling\": \"caffụl\",\n    \"cafh\": \"cafe\",\n    \"cafiz\": \"Nnenna\",\n    \"caftaned\": \"kere\",\n    \"cag\": \"akuku\",\n    \"cage\": \"onu\",\n    \"cagefuls\": \"ndi akuko\",\n    \"cagey\": \"ngidi\",\n    \"cageless\": \"enweghị agbụ\",\n    \"cageling\": \"na-adagharị\",\n    \"cageot\": \"onu\",\n    \"cages\": \"ngịga\",\n    \"cagester\": \"onye nkiti\",\n    \"cagework\": \"ọrụ cage\",\n    \"caggy\": \"kagọg\",\n    \"cagy\": \"kagy\",\n    \"caginess\": \"agụụ\",\n    \"caginesses\": \"agụụ\",\n    \"caging\": \"nlele\",\n    \"cagit\": \"kagbụ\",\n    \"cagmag\": \"nwagwa\",\n    \"cagn\": \"onu ahia\",\n    \"cagot\": \"okpokoro\",\n    \"cahier\": \"onye nlekọta\",\n    \"cahiers\": \"ndị isi\",\n    \"cahill\": \"Nkechi\",\n    \"cahincic\": \"akuko\",\n    \"cahiz\": \"Nkechi\",\n    \"cahnite\": \"akuko\",\n    \"cahoot\": \"okpoko\",\n    \"cahoots\": \"okpu\",\n    \"cahot\": \"nnweta\",\n    \"caic\": \"ihe ọzọ\",\n    \"caids\": \"mmmmmmmmmmmmm\",\n    \"cayenned\": \"chiri anya\",\n    \"caimans\": \"ndị caimans\",\n    \"cain\": \"nri\",\n    \"caingang\": \"mmmmmmmmmmmmm\",\n    \"caingin\": \"ndiiche\",\n    \"cainian\": \"okpokoro\",\n    \"cainish\": \"nwekọrịtara\",\n    \"cainitic\": \"nkechi\",\n    \"cainozoic\": \"ịmụrụ ihe\",\n    \"cains\": \"mkpụrụ ego\",\n    \"cairene\": \"otu nde\",\n    \"cairned\": \"na-ejikwa\",\n    \"cairny\": \"cairns\",\n    \"cairo\": \"Cairo\",\n    \"caissoned\": \"caissons\",\n    \"caitanyas\": \"chaitanyas\",\n    \"caitif\": \"caitiff\",\n    \"caitifty\": \"nnwa\",\n    \"cayuca\": \"cayuga\",\n    \"cayugan\": \"cayuga\",\n    \"cayuses\": \"Cayuses\",\n    \"cajeput\": \"nwachukwu\",\n    \"cajeputol\": \"nwachukwu\",\n    \"cajoled\": \"tinye\",\n    \"cajolements\": \"nwepu\",\n    \"cajolers\": \"ndị cajolers\",\n    \"cajoles\": \"ogha\",\n    \"cajoling\": \"ndiegwu\",\n    \"cajolingly\": \"nro\",\n    \"cajun\": \"Cajun\",\n    \"cajuns\": \"Cajun\",\n    \"cake\": \"achicha\",\n    \"cakebox\": \"igbe achịcha\",\n    \"cakebread\": \"achicha\",\n    \"caked\": \"chiri anya\",\n    \"cakehouse\": \"achicha\",\n    \"cakey\": \"achicha\",\n    \"cakemaker\": \"onye na-eme achịcha\",\n    \"cakemaking\": \"ime ụlọ\",\n    \"caker\": \"eme achịcha\",\n    \"cakes\": \"achịcha\",\n    \"cakewalk\": \"achicha\",\n    \"cakewalked\": \"Onyedikachi\",\n    \"cakewalker\": \"Onyedikachi\",\n    \"cakewalking\": \"Onyedikachi\",\n    \"cakewalks\": \"achicha\",\n    \"cakier\": \"ihe mkpuchi\",\n    \"cakiest\": \"kakiest\",\n    \"caking\": \"na-eri nri\",\n    \"cal\": \"nwa ehi\",\n    \"calaba\": \"calabar\",\n    \"calabari\": \"calabar\",\n    \"calaber\": \"calaver\",\n    \"calabrian\": \"calabria\",\n    \"calabrians\": \"calabrian\",\n    \"calabur\": \"calambur\",\n    \"calamagrostis\": \"ọdachi\",\n    \"calamander\": \"ọdachi\",\n    \"calamary\": \"ọdachi\",\n    \"calamariaceous\": \"ọdachi\",\n    \"calamarian\": \"ọdachi\",\n    \"calamaries\": \"ọdachi\",\n    \"calamarioid\": \"ọdachi\",\n    \"calamars\": \"calama\",\n    \"calambour\": \"ọdum\",\n    \"calamiferious\": \"ọdachi\",\n    \"calamiferous\": \"ọdachi\",\n    \"calamiform\": \"ọdachi\",\n    \"calamined\": \"ọdachi\",\n    \"calamines\": \"ọdachi\",\n    \"calamining\": \"na-eweta ọdachi\",\n    \"calamints\": \"ọdachi\",\n    \"calamistral\": \"ọdachi\",\n    \"calamistrate\": \"mebie\",\n    \"calamite\": \"ọdachi\",\n    \"calamites\": \"ọdachi\",\n    \"calamity\": \"ọdachi\",\n    \"calamities\": \"ọdachi\",\n    \"calamitous\": \"na-eweta ọdachi\",\n    \"calamitously\": \"ọdachi\",\n    \"calamitousness\": \"ọdachi\",\n    \"calamodendron\": \"mmmmmmmmmmmmm\",\n    \"calanid\": \"okirikiri\",\n    \"calanque\": \"okpokoro\",\n    \"calantas\": \"okpokoro\",\n    \"calanthe\": \"chikọt\",\n    \"calas\": \"ihe\",\n    \"calascione\": \"mmmmmmmmmmmmm\",\n    \"calashes\": \"agba mbadamba\",\n    \"calastic\": \"kọlọtọ\",\n    \"calathi\": \"okwa\",\n    \"calathian\": \"Nkechi\",\n    \"calathiform\": \"nnenweta\",\n    \"calatrava\": \"okechukwu\",\n    \"calcaneum\": \"calịkalum\",\n    \"calcaneus\": \"ikiri ụkwụ\",\n    \"calcarated\": \"gbakọọ\",\n    \"calcareosiliceous\": \"iheanacho\",\n    \"calcareousness\": \"ịma ọkwa\",\n    \"calcariferous\": \"na-emegharị ahụ\",\n    \"calcate\": \"gbakọọ\",\n    \"calceate\": \"ichikota\",\n    \"calced\": \"gbadoro\",\n    \"calcedon\": \"kụrụ\",\n    \"calces\": \"gbaa\",\n    \"calcify\": \"gbakọọ\",\n    \"calcification\": \"nhazi\",\n    \"calcified\": \"gbakọọ\",\n    \"calcifies\": \"na-eme ka\",\n    \"calcifying\": \"na-agbako\",\n    \"calcifugal\": \"calififugal\",\n    \"calcifugous\": \"calififa\",\n    \"calcigerous\": \"na-eme mkpọtụ\",\n    \"calcimeter\": \"mgbako\",\n    \"calcimine\": \"kalsimine\",\n    \"calcimined\": \"gbakọọ\",\n    \"calcimining\": \"ịgbado\",\n    \"calcine\": \"kalinda\",\n    \"calcining\": \"na-agbako\",\n    \"calcinize\": \"calisizie\",\n    \"calciphilic\": \"califịlic\",\n    \"calciprivic\": \"califrivic\",\n    \"calcite\": \"gbakọọ\",\n    \"calcitestaceous\": \"ichoro\",\n    \"calcitrate\": \"gbakọọ\",\n    \"calcitration\": \"mgbako\",\n    \"calcitreation\": \"nhazi\",\n    \"calcographer\": \"onye na-agbako\",\n    \"calcography\": \"ihe osise\",\n    \"calcographic\": \"ihe odide\",\n    \"calcsinter\": \"gbakoe\",\n    \"calcspars\": \"calcpars\",\n    \"calctufa\": \"calịtọfa\",\n    \"calctufas\": \"calịftaas\",\n    \"calculability\": \"ịgbako\",\n    \"calculabilities\": \"ịgbako\",\n    \"calculable\": \"na-agụta\",\n    \"calculableness\": \"ngụkọta\",\n    \"calculably\": \"gbakọọ\",\n    \"calculagraph\": \"mgbako\",\n    \"calculary\": \"ngụkọta\",\n    \"calculate\": \"gbakọọ\",\n    \"calculated\": \"gbakọọ\",\n    \"calculatedly\": \"gbakọọ\",\n    \"calculatedness\": \"ịgbakọ\",\n    \"calculates\": \"na-agụta\",\n    \"calculating\": \"ịgbakọ\",\n    \"calculatingly\": \"ịgbako\",\n    \"calculation\": \"na ngụkọta oge\",\n    \"calculational\": \"gbakọọ\",\n    \"calculations\": \"mgbawa\",\n    \"calculative\": \"na-agbako\",\n    \"calculator\": \"ihe mgbako\",\n    \"calculatory\": \"mgbako\",\n    \"calculators\": \"ihe mgbako\",\n    \"calculer\": \"onye na-akpọ oku\",\n    \"calculous\": \"ke uto\",\n    \"calculus\": \"mgbako\",\n    \"caldron\": \"calderon\",\n    \"caldrons\": \"okpu\",\n    \"caleb\": \"Caleb\",\n    \"calebite\": \"nwechara\",\n    \"caleches\": \"caleche\",\n    \"caledonian\": \"Nkechi Nkechi\",\n    \"caledonite\": \"nwekọm\",\n    \"calefaction\": \"kọlefị\",\n    \"calefactories\": \"ụlọ ọrụ kọleji\",\n    \"calefy\": \"chioma\",\n    \"calendar\": \"kalenda\",\n    \"calendarer\": \"kalenda\",\n    \"calendarial\": \"okpokoro\",\n    \"calendarian\": \"okpokoro\",\n    \"calendaric\": \"kalenda\",\n    \"calendaring\": \"na-agakọ\",\n    \"calendarist\": \"kalenda\",\n    \"calendars\": \"kalenda\",\n    \"calendas\": \"okpokoro\",\n    \"calendered\": \"agwa\",\n    \"calenders\": \"caịnda\",\n    \"calendric\": \"okpokoro\",\n    \"calendrical\": \"okpokoro\",\n    \"calends\": \"agwa\",\n    \"calendula\": \"okpokoro\",\n    \"calentural\": \"udo\",\n    \"calenture\": \"ịma mma\",\n    \"calentured\": \"emechuihu\",\n    \"calenturing\": \"na-emekọ ihe\",\n    \"calenturish\": \"ogechi\",\n    \"calenturist\": \"okooko osisi\",\n    \"calescence\": \"afọ\",\n    \"calf\": \"nwa ehi\",\n    \"calfbound\": \"nwa ehi\",\n    \"calfdozer\": \"nwa ehi\",\n    \"calfhood\": \"nwa ehi\",\n    \"calfish\": \"nwa ehi\",\n    \"calfkill\": \"nwa ehi\",\n    \"calfless\": \"nwa ehi\",\n    \"calflike\": \"nwa ehi\",\n    \"calfling\": \"nwa ehi\",\n    \"calfret\": \"nwa ehi\",\n    \"calfs\": \"ụmụ ehi\",\n    \"calfskin\": \"nwa ehi\",\n    \"calfskins\": \"nwa ehi\",\n    \"calibanism\": \"caliban's\",\n    \"calibers\": \"ndị calibers\",\n    \"calibogus\": \"calibogue\",\n    \"calibrate\": \"dozie\",\n    \"calibrater\": \"calibrator\",\n    \"calibrates\": \"mmezi\",\n    \"calibrating\": \"na-emegharị\",\n    \"calibration\": \"mmezi\",\n    \"calibrations\": \"mmezi\",\n    \"calibrators\": \"ndị na-edozi ya\",\n    \"calibre\": \"caliber\",\n    \"calycanth\": \"chikechi\",\n    \"calycine\": \"calịzin\",\n    \"calycled\": \"gbakọrọ\",\n    \"calycles\": \"calycle\",\n    \"calicoed\": \"mezie\",\n    \"caliculate\": \"dozie\",\n    \"calyculate\": \"gbakọọ\",\n    \"calyculated\": \"gbakọọ\",\n    \"calyculus\": \"calịkalọs\",\n    \"calicut\": \"calịkọt\",\n    \"calidity\": \"ihe ndozi\",\n    \"caliduct\": \"kwụghachi\",\n    \"california\": \"California\",\n    \"califs\": \"nwa ehi\",\n    \"caligate\": \"kwalite\",\n    \"caligation\": \"ịgba akwụkwọ\",\n    \"caliological\": \"ihe ọmụmụ\",\n    \"caliologist\": \"ọkà mmụta sayensị\",\n    \"calyon\": \"calịọn\",\n    \"caliphates\": \"caliphis\",\n    \"calypsonian\": \"nke calypsonian\",\n    \"calypter\": \"ihe ndozi\",\n    \"calypters\": \"ndị calypters\",\n    \"calyptra\": \"calịptra\",\n    \"calyptraea\": \"calịptraea\",\n    \"calyptrate\": \"lekọtị\",\n    \"calyptro\": \"calịptro\",\n    \"calyptrogen\": \"calịptrogen\",\n    \"calyxes\": \"calyces\",\n    \"calixtin\": \"calix n'ime\",\n    \"calk\": \"kpuchie\",\n    \"calkage\": \"ngwugwu\",\n    \"calked\": \"akpọ\",\n    \"calker\": \"ịda mmụọ\",\n    \"calkers\": \"ndi na-eburu gi ihe\",\n    \"calking\": \"ịda mmụọ\",\n    \"calks\": \"oku\",\n    \"call\": \"kpọọ\",\n    \"callaesthetic\": \"Kpọọ aesthetic\",\n    \"callans\": \"ndi callans\",\n    \"callants\": \"callanti\",\n    \"callback\": \"kpọghachi\",\n    \"callbacks\": \"oku na-aga\",\n    \"callboy\": \"nwa nwoke\",\n    \"callboys\": \"oku\",\n    \"called\": \"akpọ\",\n    \"caller\": \"onye na-akpọ oku\",\n    \"callers\": \"ndi na-akpọ oku\",\n    \"callet\": \"oku\",\n    \"callets\": \"ndetu\",\n    \"calli\": \"kpọọ\",\n    \"callianassa\": \"okuoluassa\",\n    \"calliandra\": \"kpọọ\",\n    \"callicarpa\": \"kpọkpọkpa\",\n    \"callicebus\": \"okpokoro\",\n    \"callid\": \"kpọọ\",\n    \"callidity\": \"oku\",\n    \"callidness\": \"oku\",\n    \"calligram\": \"oku\",\n    \"calligraph\": \"kpọ oku\",\n    \"calligrapha\": \"kpọ oku\",\n    \"calligrapher\": \"onye na-akpọ oku\",\n    \"calligraphers\": \"ndị na-akpọ oku\",\n    \"calligraphy\": \"kpọ oku\",\n    \"calligraphic\": \"ịkpọ oku\",\n    \"calligraphical\": \"ịkpọ oku\",\n    \"calligraphically\": \"ịkpọ oku\",\n    \"calling\": \"na-akpọ oku\",\n    \"callings\": \"oku\",\n    \"callionymidae\": \"kpọọ\",\n    \"callionymus\": \"oku okpo\",\n    \"calliope\": \"oku\",\n    \"calliopean\": \"kpọọ\",\n    \"calliopes\": \"oku na-aga\",\n    \"calliophone\": \"oku na-akpọ\",\n    \"calliopsis\": \"oku\",\n    \"callipash\": \"okupash\",\n    \"callipee\": \"kpọọ\",\n    \"callipees\": \"okuchukwu\",\n    \"calliper\": \"oku\",\n    \"callipered\": \"oku\",\n    \"calliperer\": \"onye na-akpọ oku\",\n    \"callipering\": \"na-akpọ oku\",\n    \"callipers\": \"oku\",\n    \"calliphora\": \"okuphora\",\n    \"calliphorid\": \"okuphorid\",\n    \"calliphoridae\": \"okuphoridae\",\n    \"calliphorine\": \"okuchi\",\n    \"callipygian\": \"kelechii\",\n    \"callipygous\": \"kelechi\",\n    \"callippic\": \"kpọọ\",\n    \"callirrhoe\": \"okuirhoho\",\n    \"callisaurus\": \"okuonugo\",\n    \"callisection\": \"oku\",\n    \"callisteia\": \"kporoe\",\n    \"callistemon\": \"kpọọ oku\",\n    \"callistephus\": \"okuchukwu\",\n    \"callisthenic\": \"oku okpo\",\n    \"callisthenics\": \"akpoki\",\n    \"callisto\": \"okuisto\",\n    \"callithrix\": \"kpọọ\",\n    \"callithump\": \"kpọọ\",\n    \"callithumpian\": \"Onyeka Onwenu\",\n    \"callitype\": \"ịkpọ oku\",\n    \"callityped\": \"oku\",\n    \"callityping\": \"ịkpọ oku\",\n    \"callitrichaceae\": \"okuchukwuemeka\",\n    \"callitrichaceous\": \"Onyeka Onwenu\",\n    \"callitriche\": \"kelechionye\",\n    \"callitrichidae\": \"kelechi okirikiri\",\n    \"callitris\": \"oku okpo\",\n    \"callorhynchus\": \"callerhynchus\",\n    \"callose\": \"oku\",\n    \"calloses\": \"kpọọ\",\n    \"callot\": \"oku\",\n    \"callous\": \"oku\",\n    \"calloused\": \"kpokọtara\",\n    \"callouses\": \"kpọọ\",\n    \"callousing\": \"na-akpọ oku\",\n    \"callously\": \"enweghị obi ebere\",\n    \"callousness\": \"enweghị obi ebere\",\n    \"callout\": \"kpọpụta oku\",\n    \"callovian\": \"nke anaghị\",\n    \"callower\": \"callow\",\n    \"calls\": \"oku\",\n    \"callum\": \"kpọọ\",\n    \"calluna\": \"kpọọ\",\n    \"callus\": \"oku\",\n    \"callused\": \"akpọrọ\",\n    \"calluses\": \"kpọọ\",\n    \"callusing\": \"na-akpọ oku\",\n    \"calm\": \"wetuo obi\",\n    \"calmant\": \"jụụ\",\n    \"calmative\": \"jụụ\",\n    \"calmato\": \"udo\",\n    \"calmed\": \"dajụọ\",\n    \"calmer\": \"daa jụụ\",\n    \"calmest\": \"dị jụụ\",\n    \"calmierer\": \"na-akpọ oku\",\n    \"calmiest\": \"dị jụụ\",\n    \"calming\": \"na-eme ka obi dajụọ\",\n    \"calmingly\": \"n'udo\",\n    \"calmly\": \"jiri nwayọ\",\n    \"calmness\": \"udo\",\n    \"calmnesses\": \"udo dị\",\n    \"calms\": \"dajụọ\",\n    \"calocarpum\": \"kalori\",\n    \"calochortus\": \"kalori\",\n    \"calodaemon\": \"kaloriemon\",\n    \"calography\": \"kalori\",\n    \"caloyer\": \"kalori\",\n    \"caloyers\": \"kalori\",\n    \"calombigas\": \"ndiegwu\",\n    \"calombo\": \"ndiigbo\",\n    \"calomorphic\": \"okpokoro\",\n    \"calonectria\": \"okwa\",\n    \"calophyllum\": \"nnụnụ\",\n    \"calorescence\": \"kalori\",\n    \"calorescent\": \"okpokoro\",\n    \"calory\": \"kalori\",\n    \"calorics\": \"caloric\",\n    \"caloriduct\": \"calorific\",\n    \"calorie\": \"kalori\",\n    \"calories\": \"kalori\",\n    \"calorify\": \"calolori\",\n    \"calorification\": \"ịme ka calorie\",\n    \"calorifics\": \"kalori\",\n    \"calorigenic\": \"okpokoro\",\n    \"calorimeter\": \"calorimita\",\n    \"calorimeters\": \"calorimita\",\n    \"calorimetrical\": \"okpokoro\",\n    \"caloris\": \"kalori\",\n    \"calorisator\": \"kalori\",\n    \"calorist\": \"kalori\",\n    \"calorize\": \"calorie\",\n    \"calorized\": \"calorie\",\n    \"calorizer\": \"kalori\",\n    \"calorizes\": \"calorie\",\n    \"calotermes\": \"kalori\",\n    \"calothrix\": \"kalori\",\n    \"calotypic\": \"ikechi\",\n    \"calotypist\": \"onye na-elekọta calotypist\",\n    \"calp\": \"nwa ehi\",\n    \"calpack\": \"akpaka\",\n    \"calpacks\": \"ngwugwu\",\n    \"calpolli\": \"calpọlị\",\n    \"calquing\": \"na-achọ\",\n    \"cals\": \"ụmụ ehi\",\n    \"calumniate\": \"gbakọọ\",\n    \"calumniated\": \"gbakọọ\",\n    \"calumniation\": \"mgbako\",\n    \"calumniations\": \"ndokwa\",\n    \"calumnies\": \"ndi ozo\",\n    \"calumnious\": \"icho\",\n    \"calumniously\": \"na-agbako\",\n    \"calumniousness\": \"akuko\",\n    \"calvary\": \"Calvary\",\n    \"calvaries\": \"calvari\",\n    \"calve\": \"nwa ehi\",\n    \"calved\": \"a mụrụ\",\n    \"calves\": \"ụmụ ehi\",\n    \"calving\": \"na-eme ka ahụ\",\n    \"calvinistical\": \"calvinistic\",\n    \"calvinists\": \"calvinist\",\n    \"calvinize\": \"calvinise\",\n    \"calvity\": \"oghere\",\n    \"calvous\": \"calvus\",\n    \"camailed\": \"camamed\",\n    \"camails\": \"camail\",\n    \"camarine\": \"camarin\",\n    \"camass\": \"camas\",\n    \"camasses\": \"camassia\",\n    \"cambered\": \"mara ụlọikwuu\",\n    \"cambering\": \"na-ama ụlọikwuu\",\n    \"cambists\": \"ndị cambists\",\n    \"cambiums\": \"cambium\",\n    \"cambyuskan\": \"cambuskang\",\n    \"camblet\": \"cambelt\",\n    \"cambodian\": \"Kambodia\",\n    \"cambodians\": \"ndị Kambodia\",\n    \"camboge\": \"cambogia\",\n    \"cambogias\": \"cambogia\",\n    \"came\": \"bịara\",\n    \"cameist\": \"onye biara\",\n    \"camel\": \"kamel\",\n    \"cameleer\": \"onye obia\",\n    \"cameleers\": \"ndị bịara\",\n    \"camelish\": \"ịnyịnya ibu\",\n    \"camelishness\": \"ịnyịnya ibu\",\n    \"camelkeeper\": \"onye na-elekọta kamel\",\n    \"camelman\": \"kamel\",\n    \"cameloid\": \"bereloid\",\n    \"cameloidea\": \"bialoidea\",\n    \"camelopard\": \"kpolopard\",\n    \"camelopardalis\": \"kompanardalis\",\n    \"camelopardel\": \"bịara\",\n    \"camelopardid\": \"bịara\",\n    \"camelopards\": \"ndị mmadụ\",\n    \"camelopardus\": \"kompardus\",\n    \"camelot\": \"bịara\",\n    \"camelry\": \"ịnyịnya ibu\",\n    \"camels\": \"kamel\",\n    \"camenes\": \"camen\",\n    \"cameo\": \"bia\",\n    \"cameoed\": \"biara\",\n    \"cameograph\": \"cameo eserese\",\n    \"cameography\": \"ihe omimi\",\n    \"cameoing\": \"bịara\",\n    \"camera\": \"igwefoto\",\n    \"camerae\": \"igwefoto\",\n    \"cameral\": \"igwefoto\",\n    \"cameralism\": \"mgbasa ozi\",\n    \"cameralist\": \"onye ochichi\",\n    \"cameralistic\": \"ihere\",\n    \"cameralistics\": \"ihe ndi ozo\",\n    \"cameraman\": \"igwefoto\",\n    \"cameramen\": \"ndị na-ese foto\",\n    \"cameras\": \"ese foto\",\n    \"camerata\": \"igwefoto\",\n    \"camerate\": \"bịa\",\n    \"camerated\": \"bịara\",\n    \"cameration\": \"bịara\",\n    \"camerawork\": \"ọrụ igwefoto\",\n    \"camery\": \"camry\",\n    \"camerier\": \"cameriere\",\n    \"camerlengos\": \"camerlengo\",\n    \"cameronians\": \"ndi biron\",\n    \"cameroon\": \"Cameroon\",\n    \"cameroonian\": \"Cameroon\",\n    \"cameroonians\": \"ndị Cameroon\",\n    \"cames\": \"aha\",\n    \"camisadoes\": \"camisado\",\n    \"camize\": \"zukọta\",\n    \"camlet\": \"ụlọikwuu\",\n    \"camleted\": \"maa ụlọikwuu\",\n    \"camletine\": \"mkpọsa\",\n    \"camleting\": \"kamel\",\n    \"camlets\": \"ogige\",\n    \"camletted\": \"mara ụlọikwuu\",\n    \"camletting\": \"ịga ụlọikwuu\",\n    \"cammock\": \"maa ụlọikwuu\",\n    \"camomiles\": \"camomile\",\n    \"camorras\": \"camorra\",\n    \"camouflage\": \"ozuzo\",\n    \"camouflaged\": \"ozuzo\",\n    \"camouflager\": \"ozuzo\",\n    \"camouflagers\": \"ozuzo\",\n    \"camouflagic\": \"ozuzo\",\n    \"camouflet\": \"ozuzo\",\n    \"camoufleur\": \"ozuzo\",\n    \"camp\": \"mara ụlọikwuu\",\n    \"campagi\": \"kampai\",\n    \"campagna\": \"kamakwa\",\n    \"campagne\": \"kampute\",\n    \"campagnol\": \"ụlọikwnol\",\n    \"campagnols\": \"mmmmmmmmmmmm\",\n    \"campagus\": \"kamagus\",\n    \"campaign\": \"mkpọsa\",\n    \"campaigned\": \"mkpọsa\",\n    \"campaigner\": \"onye mgbasa ozi\",\n    \"campaigners\": \"ndị na-eme mkpọsa\",\n    \"campaigning\": \"mkpọsa\",\n    \"campaigns\": \"mkpọsa\",\n    \"campal\": \"maa ụlọikwuu\",\n    \"campane\": \"kampu\",\n    \"campanero\": \"ndokwa\",\n    \"campanian\": \"mara ụlọikwuu\",\n    \"campanile\": \"kampani\",\n    \"campaniles\": \"ịma ụlọikwuu\",\n    \"campanist\": \"onye kamgban\",\n    \"campanologer\": \"mara ụlọikwuu\",\n    \"campanology\": \"ihe omuma\",\n    \"campanological\": \"ihe omuma\",\n    \"campanologically\": \"mara ụlọikwuu\",\n    \"campanologist\": \"ọkà mmụta mara ụlọikwuu\",\n    \"campanologists\": \"ndị ọkà mmụta banyere kampano\",\n    \"campanular\": \"kampanik\",\n    \"campanulate\": \"kampu\",\n    \"campanulated\": \"kampu\",\n    \"campanulous\": \"mara ụlọikwuu\",\n    \"campaspe\": \"kamaspe\",\n    \"campbell\": \"mkpọtụ\",\n    \"campbellism\": \"ịma ụlọikwuu\",\n    \"campbellisms\": \"ịma mma\",\n    \"campbellite\": \"uloikwuu\",\n    \"campbellites\": \"ịma ụlọikwuu\",\n    \"campcraft\": \"akanya\",\n    \"camped\": \"maa ụlọikwuu\",\n    \"campement\": \"ịma ụlọikwuu\",\n    \"camper\": \"mara ụlọikwuu\",\n    \"campers\": \"ndị mara ụlọikwuu\",\n    \"campership\": \"ulo-ikw cam\",\n    \"campestral\": \"maa ụlọikwuu\",\n    \"campestrian\": \"onye mara ụlọikwuu\",\n    \"campfight\": \"ịma ụlọikwuu\",\n    \"campfire\": \"ọkụ ụlọikwuu\",\n    \"campfires\": \"ọkụ\",\n    \"campground\": \"ama ụlọikwuu\",\n    \"campgrounds\": \"ogige\",\n    \"camphane\": \"kampan\",\n    \"camphanic\": \"ụlọikwuu\",\n    \"camphanyl\": \"mmmmmmmmmmmm\",\n    \"camphanone\": \"uloikwuu\",\n    \"camphenes\": \"ụlọikwuu\",\n    \"camphire\": \"maa ụlọikwuu\",\n    \"camphires\": \"ogige ụlọikwuu\",\n    \"camphocarboxylic\": \"mmmmmmmmmmmmm\",\n    \"campholic\": \"mara ụlọikwuu\",\n    \"campholytic\": \"ulo-ikwtic\",\n    \"camphoraceous\": \"ụlọikwuu\",\n    \"camphorate\": \"maa ụlọikwuu\",\n    \"camphorated\": \"maa ụlọikwuu\",\n    \"camphorates\": \"maa ụlọikwuu\",\n    \"camphorating\": \"maa ụlọikwuu\",\n    \"camphory\": \"maa ụlọikwuu\",\n    \"camphoric\": \"ụlọikwuu\",\n    \"camphoryl\": \"ulo-ikwl\",\n    \"camphorize\": \"ulo-ikw camp\",\n    \"camphoroyl\": \"mmmmmmmmmmmmm\",\n    \"camphorone\": \"ogige ụlọikwuu\",\n    \"camphoronic\": \"ụlọikwuu\",\n    \"camphors\": \"maa ụlọikwuu\",\n    \"campy\": \"camp\",\n    \"campier\": \"campia\",\n    \"campiest\": \"ulo-ikwpi\",\n    \"campignian\": \"ịma ụlọikwuu\",\n    \"campily\": \"mara ụlọikwuu\",\n    \"campimeter\": \"kampeta\",\n    \"campimetry\": \"ogige ụlọikwuu\",\n    \"campimetrical\": \"ụlọikwuu\",\n    \"campine\": \"kampu\",\n    \"campiness\": \"ịma ụlọikwuu\",\n    \"camping\": \"maa ụlọikwuu\",\n    \"campings\": \"maa ụlọikwuu\",\n    \"campion\": \"mara ụlọikwuu\",\n    \"campions\": \"maa ụlọikwuu\",\n    \"campit\": \"maa ụlọikwuu\",\n    \"cample\": \"ụlọikwuu\",\n    \"campman\": \"onye mara ụlọikwuu\",\n    \"campmaster\": \"onye mara ụlọikwuu\",\n    \"campodean\": \"kampoan\",\n    \"campodeiform\": \"ụlọikwuuiform\",\n    \"campody\": \"campout\",\n    \"campong\": \"maa ụlọikwuu\",\n    \"campongs\": \"ulo-ikw camp\",\n    \"camponotus\": \"ụlọikwuu\",\n    \"campoo\": \"kampo\",\n    \"campoody\": \"mara ụlọikwuu\",\n    \"camporees\": \"camporee\",\n    \"campos\": \"kampos\",\n    \"camps\": \"ogige\",\n    \"campshed\": \"maa ụlọikwuu\",\n    \"campshedding\": \"maa ụlọikwuu\",\n    \"campsheeting\": \"ulo oru\",\n    \"campshot\": \"mara ụlọikwuu\",\n    \"campsite\": \"maa ụlọikwuu\",\n    \"campsites\": \"ụlọikwuu\",\n    \"campstool\": \"ụlọikwuu\",\n    \"campstools\": \"ụlọikwuu\",\n    \"camptosorus\": \"kampusorus\",\n    \"campulitropal\": \"kampitropal\",\n    \"campulitropous\": \"kampurpopous\",\n    \"campus\": \"kampos\",\n    \"campuses\": \"ogige\",\n    \"campusses\": \"kampos\",\n    \"campward\": \"maa ụlọikwuu\",\n    \"cams\": \"cam\",\n    \"camsteary\": \"camstary\",\n    \"camsteery\": \"ụlọ ọrụ\",\n    \"camuning\": \"na-agbagharị\",\n    \"can\": \"nwere ike\",\n    \"cana\": \"kanụ\",\n    \"canaan\": \"kanoo\",\n    \"canaanitess\": \"izu ike\",\n    \"canada\": \"Canada\",\n    \"canadian\": \"asụsụ Canada\",\n    \"canadianism\": \"asụsụ Canada\",\n    \"canadianisms\": \"ihe omuma\",\n    \"canadianization\": \"kanadianization\",\n    \"canadians\": \"ndị Canada\",\n    \"canadine\": \"kanadine\",\n    \"canafistola\": \"canafistula\",\n    \"canafistolo\": \"canafistula\",\n    \"canafistulo\": \"canafistula\",\n    \"canaglia\": \"kanaglia\",\n    \"canaille\": \"kandụl\",\n    \"canailles\": \"kandụl\",\n    \"canajong\": \"kanịjong\",\n    \"canakin\": \"kanakin\",\n    \"canal\": \"kanaal\",\n    \"canalage\": \"kandụl\",\n    \"canalboat\": \"ụgbọ mmiri canal\",\n    \"canale\": \"kanal\",\n    \"canaled\": \"kandụl\",\n    \"canaler\": \"kanal\",\n    \"canales\": \"kandụl\",\n    \"canali\": \"kanali\",\n    \"canaliculate\": \"kanaliculate\",\n    \"canaliculated\": \"gbakere\",\n    \"canaliculation\": \"kanaliculation\",\n    \"canaliculization\": \"kanaliculization\",\n    \"canaliculus\": \"kanaliculus\",\n    \"canaliferous\": \"okpokoro\",\n    \"canaliform\": \"kanaliform\",\n    \"canaling\": \"ịwa mmiri\",\n    \"canalised\": \"kanalised\",\n    \"canalises\": \"canalisis\",\n    \"canalize\": \"nwee ike\",\n    \"canalized\": \"enwere ike\",\n    \"canalizes\": \"na-eche\",\n    \"canalizing\": \"na-enwe ike\",\n    \"canalled\": \"enwere ike\",\n    \"canallers\": \"ndị canal\",\n    \"canalling\": \"na-agbagha\",\n    \"canals\": \"ọwa mmiri\",\n    \"canalside\": \"Osimiri\",\n    \"cananaean\": \"kananee\",\n    \"cananga\": \"kanga\",\n    \"canangium\": \"kanangium\",\n    \"canap\": \"ahịhịa\",\n    \"canape\": \"canpe\",\n    \"canapes\": \"canap\",\n    \"canapina\": \"kanapina\",\n    \"canard\": \"mkpụrụ osisi\",\n    \"canards\": \"kandụl\",\n    \"canari\": \"kanari\",\n    \"canary\": \"Canary\",\n    \"canarian\": \"kansarị\",\n    \"canarin\": \"kanarium\",\n    \"canarine\": \"kanarium\",\n    \"canariote\": \"kanoul\",\n    \"canarium\": \"kanarium\",\n    \"canasta\": \"nri\",\n    \"canaster\": \"nri\",\n    \"canavali\": \"kanụlali\",\n    \"canc\": \"kagbuo\",\n    \"cancan\": \"mkpọchi\",\n    \"cancans\": \"kagbuo\",\n    \"canccelli\": \"Odinaka\",\n    \"cancel\": \"kagbuo\",\n    \"cancelability\": \"ọrịa cancer\",\n    \"cancelable\": \"Ọrịa\",\n    \"cancelation\": \"ọrịa kansa\",\n    \"canceled\": \"akagbuo\",\n    \"canceleer\": \"kagbuo\",\n    \"canceler\": \"ọrịa kansa\",\n    \"cancelers\": \"ọrịa kansa\",\n    \"cancelier\": \"ọrịa kansa\",\n    \"canceling\": \"ịkagbu\",\n    \"cancellability\": \"Nkagbu\",\n    \"cancellable\": \"kagbuo\",\n    \"cancellarian\": \"Nwoke Ikechukwu\",\n    \"cancellarius\": \"Nwoke Ikechukwu\",\n    \"cancellate\": \"kagbuo\",\n    \"cancellated\": \"akagbuo\",\n    \"cancellation\": \"akagbuo\",\n    \"cancellations\": \"nkwụsị\",\n    \"cancelled\": \"akagbuo\",\n    \"canceller\": \"kagbuo\",\n    \"cancelling\": \"ịkagbu\",\n    \"cancellous\": \"kagbuo\",\n    \"cancelment\": \"Nkagbu\",\n    \"cancels\": \"kagbuo\",\n    \"cancer\": \"kansa\",\n    \"cancerate\": \"cancer\",\n    \"cancerated\": \"cancer\",\n    \"cancerating\": \"na-egbu egbu\",\n    \"canceration\": \"ọrịa cancer\",\n    \"cancerdrops\": \"ọrịa kansa\",\n    \"cancered\": \"kansa\",\n    \"cancerigenic\": \"ọrịa cancer\",\n    \"cancerin\": \"cancer\",\n    \"cancerism\": \"ọrịa kansa\",\n    \"cancerite\": \"ọrịa cancer\",\n    \"cancerization\": \"ọrịa kansa\",\n    \"cancerogenic\": \"ọrịa cancer\",\n    \"cancerophobe\": \"ọrịa cancer\",\n    \"cancerophobia\": \"ọrịa cancer\",\n    \"cancerous\": \"cancer\",\n    \"cancerously\": \"cancer\",\n    \"cancerousness\": \"ọrịa kansa\",\n    \"cancerroot\": \"mgbọrọgwụ kansa\",\n    \"cancers\": \"ọrịa cancer\",\n    \"cancerweed\": \"kansaweed\",\n    \"cancerwort\": \"ọrịa kansa\",\n    \"canch\": \"cancha\",\n    \"canchas\": \"cancha\",\n    \"canchi\": \"kanchi\",\n    \"canchito\": \"kanchito\",\n    \"cancion\": \"kagbuo\",\n    \"cancionero\": \"kagbuo\",\n    \"canciones\": \"kagbuo\",\n    \"cancri\": \"ihe ederede\",\n    \"cancrid\": \"kagbuo\",\n    \"cancriform\": \"ide ederede\",\n    \"cancrine\": \"kagbuo\",\n    \"cancrisocial\": \"kelechi\",\n    \"cancrivorous\": \"ede ihe\",\n    \"cancrizans\": \"ndị edemede\",\n    \"cancroid\": \"akagbu\",\n    \"cancroids\": \"Mmechi\",\n    \"cancrophagous\": \"kagbuo\",\n    \"cancrum\": \"kagbuo\",\n    \"cancrums\": \"kagbuo\",\n    \"candareen\": \"kandareen\",\n    \"candela\": \"Candela\",\n    \"candelabrum\": \"okirikiri\",\n    \"candency\": \"ịzọ ọkwa\",\n    \"candescently\": \"oriọna\",\n    \"candy\": \"swiiti\",\n    \"candid\": \"kwuo eziokwu\",\n    \"candidacy\": \"ịzọ ọkwa\",\n    \"candidacies\": \"Ndumodu\",\n    \"candidas\": \"onyekwere\",\n    \"candidate\": \"nwa akwukwo\",\n    \"candidated\": \"kwuputara\",\n    \"candidates\": \"ndi anamachọ\",\n    \"candidateship\": \"ndoro-ndoro ochichi\",\n    \"candidating\": \"na-akwado\",\n    \"candidature\": \"nkwanye ugwu\",\n    \"candidatures\": \"Ntuziaka\",\n    \"candider\": \"onye ochichi\",\n    \"candidest\": \"kwuo eziokwu\",\n    \"candidly\": \"n'ezoghị ọnụ\",\n    \"candidness\": \"ikwu eziokwu\",\n    \"candidnesses\": \"nchoputa\",\n    \"candied\": \"candi\",\n    \"candiel\": \"kandụl\",\n    \"candier\": \"kandụl\",\n    \"candify\": \"swiiti\",\n    \"candyfloss\": \"swiiti\",\n    \"candyh\": \"swiiti\",\n    \"candylike\": \"swiiti\",\n    \"candymaking\": \"swiiti eme\",\n    \"candiot\": \"ihe omimi\",\n    \"candys\": \"candsị\",\n    \"candite\": \"nwa akwukwo\",\n    \"candyweed\": \"swiiti igbo\",\n    \"candle\": \"kandụl\",\n    \"candleball\": \"kandụl\",\n    \"candlebeam\": \"oriọna kandụl\",\n    \"candleberry\": \"kandụl\",\n    \"candleberries\": \"kandụl\",\n    \"candlebomb\": \"oriọna kandụl\",\n    \"candlebox\": \"kandụl\",\n    \"candlefish\": \"kandụl\",\n    \"candlefishes\": \"kandụl\",\n    \"candleholder\": \"ihe ndọba oriọna\",\n    \"candlelight\": \"oriọna kandụl\",\n    \"candlelighted\": \"oriọna\",\n    \"candlelighter\": \"ihe ndọba oriọna\",\n    \"candlelighting\": \"oriọna oriọna\",\n    \"candlelit\": \"kandụl\",\n    \"candlemaking\": \"imebi ihe\",\n    \"candlenut\": \"ihe ndozi\",\n    \"candlepin\": \"kandụl\",\n    \"candlepins\": \"kandụl\",\n    \"candlepower\": \"oriọna kandụl\",\n    \"candlerent\": \"kandụl\",\n    \"candlers\": \"kandụl\",\n    \"candles\": \"kandụl\",\n    \"candleshine\": \"candeshịn\",\n    \"candlesnuffer\": \"kandụl\",\n    \"candlestand\": \"ihe ndọba oriọna\",\n    \"candlestick\": \"oriọna\",\n    \"candlesticked\": \"oriọna\",\n    \"candlesticks\": \"ihe ndọba oriọna\",\n    \"candlewasting\": \"ịwa oriọna\",\n    \"candlewick\": \"oriọna kandụl\",\n    \"candlewicking\": \"oriọna oriọna\",\n    \"candlewicks\": \"kandụl\",\n    \"candlewood\": \"kandụl\",\n    \"candlewright\": \"ihe kandụl\",\n    \"candock\": \"kandụl\",\n    \"candor\": \"eziokwu\",\n    \"candors\": \"cando\",\n    \"candour\": \"eziokwu\",\n    \"cane\": \"mkpisi\",\n    \"canebrake\": \"kanebrak\",\n    \"caned\": \"mkpọ\",\n    \"canel\": \"kanel\",\n    \"canelas\": \"okpete\",\n    \"canelike\": \"kanelike\",\n    \"canell\": \"kanell\",\n    \"canella\": \"Canella\",\n    \"canellaceous\": \"kanelọl\",\n    \"canelle\": \"kandụl\",\n    \"canelo\": \"kanelo\",\n    \"canelos\": \"okpete\",\n    \"caneology\": \"ihe omumu\",\n    \"canephor\": \"akpu\",\n    \"canephore\": \"ala ahịhịa mmiri\",\n    \"canephors\": \"kanopor\",\n    \"canepin\": \"kanopin\",\n    \"caner\": \"mkpali\",\n    \"canes\": \"okpete\",\n    \"canescence\": \"okpokoro isi\",\n    \"canette\": \"kanti\",\n    \"caneva\": \"mkpisi\",\n    \"caneware\": \"okpete\",\n    \"canework\": \"okpete\",\n    \"canezou\": \"kanezou\",\n    \"canfields\": \"ogwe osisi\",\n    \"canfuls\": \"ihe canful\",\n    \"cangan\": \"kangan\",\n    \"cangy\": \"ihe omuma\",\n    \"cangle\": \"igodo\",\n    \"cangler\": \"ihe omuma\",\n    \"cangue\": \"oria\",\n    \"cangues\": \"asụsụ\",\n    \"canhoop\": \"igwu\",\n    \"cany\": \"kany\",\n    \"canicide\": \"igbu onwe\",\n    \"canicular\": \"kanalul\",\n    \"canicule\": \"kanicule\",\n    \"canikin\": \"kanikin\",\n    \"canikins\": \"manikins\",\n    \"canille\": \"camille\",\n    \"caninal\": \"canin\",\n    \"canion\": \"kanion\",\n    \"canyon\": \"kaniyon\",\n    \"canioned\": \"kanion\",\n    \"canions\": \"canyons\",\n    \"canyonside\": \"kanyonsita\",\n    \"canistel\": \"tragaasi\",\n    \"canister\": \"tragaasi\",\n    \"canisters\": \"mkpọ\",\n    \"cank\": \"mkpọ\",\n    \"canker\": \"ite\",\n    \"cankerberry\": \"kankerberị\",\n    \"cankered\": \"canke\",\n    \"cankeredness\": \"canke ike\",\n    \"cankering\": \"igwu\",\n    \"cankerous\": \"canke ike\",\n    \"cankerroot\": \"kandụl\",\n    \"cankers\": \"Ndị ọrụ ite\",\n    \"canli\": \"kanli\",\n    \"canmaker\": \"onye na-eme ihe\",\n    \"canmaking\": \"ime canmaking\",\n    \"cann\": \"agbali\",\n    \"canna\": \"kanna\",\n    \"cannabic\": \"Anụmanụ\",\n    \"cannabidiol\": \"Cannabidiol\",\n    \"cannabin\": \"afọ\",\n    \"cannabinaceae\": \"Cannabaceae\",\n    \"cannabine\": \"Cannabine\",\n    \"cannabins\": \"afọ\",\n    \"cannabis\": \"afọ\",\n    \"cannabises\": \"Cannabis\",\n    \"cannabism\": \"Ọrịa Cannabis\",\n    \"cannaceous\": \"anụ ahụ\",\n    \"cannach\": \"mkpọchi\",\n    \"cannaled\": \"kandụl\",\n    \"cannalling\": \"na-agbasi ike\",\n    \"canned\": \"mkpọ\",\n    \"cannel\": \"kanụl\",\n    \"cannelated\": \"Mgbakwunye\",\n    \"cannele\": \"ike\",\n    \"cannellate\": \"igwu\",\n    \"cannellated\": \"mkpọchi\",\n    \"cannelle\": \"igwu\",\n    \"cannelloni\": \"kanalloni\",\n    \"cannelon\": \"kandụl\",\n    \"cannelons\": \"kanalloni\",\n    \"cannels\": \"ọwa\",\n    \"cannelure\": \"kanalị\",\n    \"canner\": \"kandụl\",\n    \"cannet\": \"mkpọchi\",\n    \"cannibal\": \"rie anụ\",\n    \"cannibalic\": \"rie anụ\",\n    \"cannibalish\": \"rie anụ\",\n    \"cannibalism\": \"oriri anụ mmadụ\",\n    \"cannibalistic\": \"eri anụ mmadụ\",\n    \"cannibalistically\": \"eri anụ\",\n    \"cannibality\": \"eri mmadụ\",\n    \"cannibalization\": \"eri mmadụ\",\n    \"cannibalize\": \"rie nri\",\n    \"cannibalized\": \"rie aru\",\n    \"cannibalizes\": \"eri mmadụ\",\n    \"cannibalizing\": \"na-eri anụ ahụ\",\n    \"cannibally\": \"oriri anụ ahụ\",\n    \"cannibals\": \"anụ mmadụ\",\n    \"canniest\": \"kasị eme\",\n    \"canniness\": \"ịnụ ara\",\n    \"canning\": \"ighe orie\",\n    \"cannings\": \"canning\",\n    \"cannister\": \"tragaasi\",\n    \"cannisters\": \"igwu\",\n    \"cannon\": \"egbe ala\",\n    \"cannonade\": \"egbe ala\",\n    \"cannonaded\": \"egbe ala\",\n    \"cannonades\": \"egbe ala\",\n    \"cannonading\": \"egbe ala\",\n    \"cannonball\": \"egbe egbe\",\n    \"cannonballed\": \"na-agbasi ike\",\n    \"cannonballing\": \"ịgba egbe\",\n    \"cannonballs\": \"egbe ala\",\n    \"cannoned\": \"mkpọ\",\n    \"cannoneering\": \"okpokoro agba\",\n    \"cannoning\": \"egbe ala\",\n    \"cannonism\": \"egbe ala\",\n    \"cannonproof\": \"egbe ala\",\n    \"cannonry\": \"egbe ala\",\n    \"cannonries\": \"egbe ala\",\n    \"cannons\": \"egbe ala\",\n    \"cannot\": \"enweghị ike\",\n    \"cannstatt\": \"okpokoro\",\n    \"cannular\": \"cannula\",\n    \"cannulate\": \"gbasaa\",\n    \"cannulated\": \"gbasaa\",\n    \"cannulating\": \"oku\",\n    \"cannulation\": \"oku\",\n    \"canoe\": \"kanopi\",\n    \"canoed\": \"kano\",\n    \"canoeing\": \"kanopoo\",\n    \"canoeiro\": \"kanopi\",\n    \"canoeist\": \"onye na-akwọ ụgbọ epeepe\",\n    \"canoeists\": \"ndị na-akwọ ụgbọ epeepe\",\n    \"canoeload\": \"kanopi ibu\",\n    \"canoeman\": \"onye ndu\",\n    \"canoes\": \"ụgbọ epeepe\",\n    \"canoewood\": \"osisi kanopi\",\n    \"canoing\": \"kanopoo\",\n    \"canon\": \"iwu\",\n    \"canoness\": \"iwu\",\n    \"canonesses\": \"canoness\",\n    \"canonicalness\": \"canonical\",\n    \"canonicals\": \"ihe ndozi\",\n    \"canonicate\": \"dere\",\n    \"canonisation\": \"canonization\",\n    \"canonise\": \"iwu\",\n    \"canonists\": \"ndị canon\",\n    \"canonizations\": \"iwu\",\n    \"canonizing\": \"idebe iwu\",\n    \"canonlike\": \"ihe yiri ka canon\",\n    \"canopy\": \"kanopi\",\n    \"canopic\": \"kanopic\",\n    \"canopid\": \"kanopid\",\n    \"canopied\": \"kpakpando\",\n    \"canopies\": \"kanopi\",\n    \"canopying\": \"kanopi\",\n    \"canopus\": \"kanopus\",\n    \"canorously\": \"n'ụzọ doro anya\",\n    \"canorousness\": \"ịgba ume\",\n    \"canroy\": \"Ulo ahihia\",\n    \"cans\": \"Mkpọ\",\n    \"cansful\": \"Achịcha\",\n    \"canstick\": \"ihe mgbochi\",\n    \"cantaloupe\": \"kantalup\",\n    \"cantankerously\": \"Ikenna-ike\",\n    \"cantankerousness\": \"ike\",\n    \"cantar\": \"kandụl\",\n    \"cantatas\": \"cantasas\",\n    \"cantatrices\": \"cantatric na-elekọta\",\n    \"canteen\": \"kantiin\",\n    \"canterburian\": \"canterbury\",\n    \"canterburianism\": \"canterburians\",\n    \"canterburies\": \"canterbury\",\n    \"cantered\": \"canter\",\n    \"canters\": \"canter\",\n    \"cantharidize\": \"cantharidiz\",\n    \"cantharidizing\": \"cantharị na-ekpuchi\",\n    \"cantic\": \"kanti\",\n    \"cantillating\": \"cantillaị\",\n    \"cantingness\": \"cantinging\",\n    \"cantle\": \"kanti\",\n    \"cantlet\": \"igodo\",\n    \"cantonese\": \"asụsụ cantonese\",\n    \"cantoning\": \"cantonment\",\n    \"cantonize\": \"asụsụ cantonese\",\n    \"cantons\": \"canton\",\n    \"cantoon\": \"canton\",\n    \"cantor\": \"canter\",\n    \"cantoral\": \"nwere ike ịzụlite\",\n    \"cantorial\": \"canterial\",\n    \"cantorian\": \"Onye Kọnterị\",\n    \"cantoris\": \"canteris\",\n    \"cantorous\": \"canto\",\n    \"cantrap\": \"kantip\",\n    \"canuck\": \"kandụl\",\n    \"canula\": \"cannula\",\n    \"canulae\": \"cannula\",\n    \"canular\": \"cannula\",\n    \"canulate\": \"kpoo\",\n    \"canulating\": \"na-akpali akpali\",\n    \"canun\": \"Cajun\",\n    \"canvas\": \"kwaaji\",\n    \"canvasado\": \"kwaaji\",\n    \"canvased\": \"weghaara\",\n    \"canvaser\": \"ákwà mgbochi\",\n    \"canvasers\": \"kwaaji\",\n    \"canvases\": \"kwaaji\",\n    \"canvasing\": \"vgbagharị\",\n    \"canvaslike\": \"yiri ka kwaaji\",\n    \"canvasman\": \"kwaaji\",\n    \"canvass\": \"kwaaji\",\n    \"canvassed\": \"akuko\",\n    \"canvasser\": \"canghachị\",\n    \"canvassers\": \"ndị na-eme mkpọtụ\",\n    \"canvasses\": \"kwaaji\",\n    \"canvassy\": \"cangba aghara\",\n    \"canvassing\": \"vgbagharị\",\n    \"canzon\": \"Ogbe\",\n    \"canzone\": \"ihe ndozi\",\n    \"canzonet\": \"Ogbe\",\n    \"canzonets\": \"ihe ndozi\",\n    \"canzoni\": \"kansoni\",\n    \"canzos\": \"kandụl\",\n    \"caon\": \"kaon\",\n    \"cap\": \"okpu\",\n    \"capability\": \"ikike\",\n    \"capabilities\": \"ikike\",\n    \"capable\": \"ike\",\n    \"capableness\": \"ikike\",\n    \"capabler\": \"ikike\",\n    \"capablest\": \"ike\",\n    \"capably\": \"nwere ike\",\n    \"capacify\": \"mezie\",\n    \"capacious\": \"ikike\",\n    \"capaciously\": \"n'ụzọ dị egwu\",\n    \"capaciousness\": \"ikike\",\n    \"capacitance\": \"ikike\",\n    \"capacitances\": \"ikike\",\n    \"capacitate\": \"kpalie\",\n    \"capacitated\": \"arụ ọrụ\",\n    \"capacitates\": \"kpalie\",\n    \"capacitating\": \"ike\",\n    \"capacitation\": \"ike\",\n    \"capacitations\": \"ikike\",\n    \"capacitative\": \"ikike\",\n    \"capacitativly\": \"ikekwe\",\n    \"capacitator\": \"ike\",\n    \"capacity\": \"ikike\",\n    \"capacities\": \"ikike\",\n    \"capacitive\": \"ikike\",\n    \"capacitively\": \"n'ụzọ dị mfe\",\n    \"capacitor\": \"ike\",\n    \"capanna\": \"okpu\",\n    \"caparison\": \"isi\",\n    \"caparisoned\": \"isi\",\n    \"caparisoning\": \"isi\",\n    \"caparisons\": \"isi ike\",\n    \"capataces\": \"okpu\",\n    \"capataz\": \"okpu\",\n    \"capax\": \"nnukwu ihe\",\n    \"capcase\": \"okpu\",\n    \"cape\": \"akwa\",\n    \"capeadores\": \"okpu\",\n    \"caped\": \"jidere\",\n    \"capel\": \"okpu\",\n    \"capelan\": \"okpu\",\n    \"capelet\": \"akwa mkpuchi\",\n    \"capelets\": \"okpu\",\n    \"capelin\": \"okpu\",\n    \"capeline\": \"isi ihe\",\n    \"capelins\": \"okpu\",\n    \"capella\": \"okpu\",\n    \"capellane\": \"okpu\",\n    \"capellet\": \"okpu\",\n    \"capelocracy\": \"iheanacho\",\n    \"caper\": \"ihe mkpuchi\",\n    \"caperbush\": \"ndiigbo\",\n    \"capercailye\": \"mmmmmmmmmmmmm\",\n    \"capercally\": \"onye isi ike\",\n    \"capercut\": \"okpu\",\n    \"caperdewsie\": \"mmmmmmmmmmmmm\",\n    \"capered\": \"jidere\",\n    \"caperer\": \"dọọrọ n'agha\",\n    \"caperers\": \"eji\",\n    \"capering\": \"mechie\",\n    \"caperingly\": \"na-elekọta anya\",\n    \"capernaitically\": \"n'ụzọ nkịtị\",\n    \"capernoited\": \"kechioma\",\n    \"capernoity\": \"okpu\",\n    \"capernoitie\": \"ihechinyere\",\n    \"capernutie\": \"ndiigbo\",\n    \"capers\": \"ndị isi\",\n    \"capersome\": \"nwee ike\",\n    \"capersomeness\": \"nwegharia\",\n    \"capes\": \"okpu\",\n    \"capeskin\": \"akpụkpọ anụ\",\n    \"capeskins\": \"akpụkpọ ahụ\",\n    \"capetian\": \"onye isi\",\n    \"capetonian\": \"okpu\",\n    \"capetown\": \"okpu\",\n    \"capette\": \"okpu\",\n    \"capewise\": \"ime\",\n    \"capful\": \"n'isi\",\n    \"capfuls\": \"Ndiigbo\",\n    \"caph\": \"okpu\",\n    \"caphar\": \"akwa\",\n    \"capharnaism\": \"okpu\",\n    \"caphite\": \"okpu\",\n    \"caphs\": \"okpu\",\n    \"caphtor\": \"okpu\",\n    \"caphtorim\": \"Ikechukwu\",\n    \"capias\": \"nwachukwu\",\n    \"capiases\": \"isi\",\n    \"capiatur\": \"onye isi\",\n    \"capybara\": \"kabybara\",\n    \"capybaras\": \"nwachukwu\",\n    \"capilaceous\": \"nwere ike\",\n    \"capillaceous\": \"ọillaụ\",\n    \"capillaire\": \"nwe obodo\",\n    \"capillament\": \"ihe ndozi\",\n    \"capillary\": \"okpu\",\n    \"capillaries\": \"okpu\",\n    \"capillarily\": \"okpu\",\n    \"capillariness\": \"ihe isi ike\",\n    \"capillarity\": \"okpu\",\n    \"capillarities\": \"okpu\",\n    \"capillaritis\": \"okpu\",\n    \"capillation\": \"nwepu\",\n    \"capillatus\": \"isi ihe\",\n    \"capilli\": \"nnukwu\",\n    \"capilliculture\": \"isi ike\",\n    \"capilliform\": \"isi ike\",\n    \"capillitia\": \"okpokoro\",\n    \"capillitial\": \"isi mmalite\",\n    \"capillitium\": \"okpu\",\n    \"capillose\": \"isi ụlọ\",\n    \"capillus\": \"okpu\",\n    \"caping\": \"n'isi\",\n    \"capistrate\": \"jide\",\n    \"capita\": \"n'isi\",\n    \"capital\": \"isi obodo\",\n    \"capitaldom\": \"isi obodo\",\n    \"capitaled\": \"isi obodo\",\n    \"capitaling\": \"buru okpu\",\n    \"capitalisable\": \"isi ike\",\n    \"capitalise\": \"isi\",\n    \"capitalised\": \"isi\",\n    \"capitaliser\": \"isi obodo\",\n    \"capitalising\": \"buru okpu\",\n    \"capitalism\": \"ikeketeorie\",\n    \"capitalist\": \"onye isi obodo\",\n    \"capitalistic\": \"ikeketeorie\",\n    \"capitalistically\": \"n'isi ike\",\n    \"capitalists\": \"ndị isi obodo\",\n    \"capitalizable\": \"nwere ike iwepụ\",\n    \"capitalization\": \"nnukwu ego\",\n    \"capitalizations\": \"nnukwu ego\",\n    \"capitalize\": \"buru ibu\",\n    \"capitalized\": \"isi\",\n    \"capitalizer\": \"buru ibu\",\n    \"capitalizers\": \"isi\",\n    \"capitalizes\": \"isi\",\n    \"capitalizing\": \"buru okpu\",\n    \"capitally\": \"okpu\",\n    \"capitalness\": \"isi obodo\",\n    \"capitals\": \"isi\",\n    \"capitan\": \"onye isi\",\n    \"capitana\": \"okpu\",\n    \"capitano\": \"okpu\",\n    \"capitare\": \"okpu\",\n    \"capitasti\": \"nnukwu ego\",\n    \"capitate\": \"ijide\",\n    \"capitated\": \"eji\",\n    \"capitatim\": \"eji\",\n    \"capitation\": \"eji\",\n    \"capitations\": \"isi ike\",\n    \"capitative\": \"ike\",\n    \"capitatum\": \"isi\",\n    \"capite\": \"okpu\",\n    \"capiteaux\": \"ndukwe\",\n    \"capitella\": \"okpu\",\n    \"capitellar\": \"okpu\",\n    \"capitellate\": \"isi\",\n    \"capitelliform\": \"nnukwu isi\",\n    \"capitellum\": \"nnukwu ego\",\n    \"capitle\": \"isi obodo\",\n    \"capito\": \"okpu\",\n    \"capitol\": \"okpu\",\n    \"capitolian\": \"okpu\",\n    \"capitoline\": \"okpu\",\n    \"capitolium\": \"nnukwu ego\",\n    \"capitols\": \"isi\",\n    \"capitoninae\": \"ndukwe\",\n    \"capitoul\": \"okpu\",\n    \"capitoulate\": \"isi\",\n    \"capitula\": \"okpu\",\n    \"capitulant\": \"isi\",\n    \"capitular\": \"isi\",\n    \"capitulary\": \"isi\",\n    \"capitularies\": \"okpu\",\n    \"capitularly\": \"isi\",\n    \"capitulars\": \"okpu\",\n    \"capitulate\": \"isi ike\",\n    \"capitulated\": \"okpu\",\n    \"capitulates\": \"na-ejide ya\",\n    \"capitulating\": \"-akpali\",\n    \"capitulation\": \"okpu\",\n    \"capitulations\": \"isi ike\",\n    \"capitulator\": \"okpu\",\n    \"capitulatory\": \"isi\",\n    \"capituliform\": \"nnukwu isi\",\n    \"capitulum\": \"isi\",\n    \"capiturlary\": \"isi ike\",\n    \"capkin\": \"akwa mkpuchi\",\n    \"caplan\": \"okpu\",\n    \"capless\": \"onye nzu\",\n    \"caplets\": \"kọlọtọ\",\n    \"caplin\": \"okpu\",\n    \"capling\": \"okpu\",\n    \"caplins\": \"okpu\",\n    \"caplock\": \"mkpọchi\",\n    \"capmaker\": \"okpu\",\n    \"capmakers\": \"ndị isi\",\n    \"capmaking\": \"okpu\",\n    \"capman\": \"okpu\",\n    \"capmint\": \"isi\",\n    \"capnodium\": \"okpu\",\n    \"capnoides\": \"ndudue\",\n    \"capnomancy\": \"ndaba\",\n    \"capnomor\": \"okpuru\",\n    \"capoc\": \"apọpọ\",\n    \"capocchia\": \"nkwonkwo\",\n    \"capomo\": \"okpomo\",\n    \"capon\": \"okpu\",\n    \"caponatas\": \"okpu\",\n    \"capone\": \"ike\",\n    \"caponette\": \"okpu\",\n    \"caponier\": \"onye isi\",\n    \"caponiers\": \"ndị isi\",\n    \"caponisation\": \"nchịkwa\",\n    \"caponise\": \"isi ike\",\n    \"caponised\": \"jide\",\n    \"caponiser\": \"okpu\",\n    \"caponising\": \"na-ejide\",\n    \"caponization\": \"okpu\",\n    \"caponize\": \"isi ike\",\n    \"caponized\": \"okpu\",\n    \"caponizer\": \"okpu\",\n    \"caponizes\": \"na-ejide\",\n    \"caponizing\": \"na-ejide\",\n    \"capons\": \"okpu\",\n    \"caporal\": \"nnkwu\",\n    \"caporals\": \"ihe nnweta\",\n    \"capos\": \"akuko\",\n    \"capot\": \"okpu\",\n    \"capotastos\": \"okpu\",\n    \"capote\": \"okpu\",\n    \"capotes\": \"isi okwu\",\n    \"capouch\": \"Ugbogbo\",\n    \"cappadine\": \"kabadine\",\n    \"cappadochio\": \"kabidochio\",\n    \"cappagh\": \"nwachukwu\",\n    \"capparidaceous\": \"ndiigbo\",\n    \"capped\": \"Nkechi\",\n    \"cappelenite\": \"Okpukpo\",\n    \"cappelletti\": \"iheanacho\",\n    \"capper\": \"okpu\",\n    \"cappers\": \"ihe osise\",\n    \"cappy\": \"ihe nzuzu\",\n    \"cappie\": \"ihe nzuzu\",\n    \"cappier\": \"okpu\",\n    \"cappiest\": \"nwee obi uto\",\n    \"capping\": \"isi ihe\",\n    \"cappings\": \"isi ihe\",\n    \"capple\": \"okpu\",\n    \"capra\": \"okpu\",\n    \"caprate\": \"okpu\",\n    \"caprella\": \"okpu\",\n    \"caprellidae\": \"ndubuisi\",\n    \"caprelline\": \"Ndubueze\",\n    \"capreol\": \"okpu\",\n    \"capreolar\": \"okpu\",\n    \"capreolary\": \"okpu\",\n    \"capreolate\": \"were\",\n    \"capreoline\": \"okpu\",\n    \"capreolus\": \"okpu\",\n    \"capreomycin\": \"okpu\",\n    \"capretto\": \"okpu\",\n    \"capric\": \"okpu\",\n    \"capriccettos\": \"okpokoro\",\n    \"caprice\": \"ihe ike\",\n    \"caprices\": \"isi\",\n    \"capricious\": \"jide\",\n    \"capriciously\": \"n'agha\",\n    \"capriciousness\": \"ndudue\",\n    \"capricornid\": \"okpala\",\n    \"capricorns\": \"okooko osisi\",\n    \"capricornus\": \"okpokoro\",\n    \"caprid\": \"isi ihe\",\n    \"caprificate\": \"isi\",\n    \"caprification\": \"isi\",\n    \"caprificator\": \"onye isi\",\n    \"caprifig\": \"n'agha\",\n    \"caprifigs\": \"n'agha\",\n    \"caprifole\": \"okpu\",\n    \"caprifoliaceous\": \"nnukwu\",\n    \"capriform\": \"jide\",\n    \"caprigenous\": \"na-emebi emebi\",\n    \"capryl\": \"okpu\",\n    \"caprylate\": \"isi\",\n    \"caprylic\": \"okpu\",\n    \"caprylyl\": \"ndubueze\",\n    \"caprylin\": \"okpu\",\n    \"caprimulgiformes\": \"okpu\",\n    \"caprimulgine\": \"okpuru\",\n    \"caprimulgus\": \"okpuru\",\n    \"caprin\": \"okpu\",\n    \"caprine\": \"okpu\",\n    \"caprinic\": \"okpu\",\n    \"caprioled\": \"nweghara\",\n    \"caprioles\": \"isi\",\n    \"caprioling\": \"agbapụ\",\n    \"capriote\": \"onye isi\",\n    \"capriped\": \"jide\",\n    \"capripede\": \"jide\",\n    \"capris\": \"isi\",\n    \"caprizant\": \"jide\",\n    \"caproate\": \"were\",\n    \"caprock\": \"maapụ\",\n    \"caprocks\": \"napụ\",\n    \"caproic\": \"nwe obodo\",\n    \"caproyl\": \"nwachukwu\",\n    \"caproin\": \"okpu\",\n    \"capromys\": \"okpu\",\n    \"capron\": \"okpu\",\n    \"caprone\": \"okpu\",\n    \"capronic\": \"okpu\",\n    \"capronyl\": \"Obidigbo\",\n    \"caps\": \"okpu\",\n    \"capsa\": \"okpu\",\n    \"capsaicin\": \"okpu\",\n    \"capsella\": \"Nkechi\",\n    \"capsheaf\": \"ihe mkpuchi\",\n    \"capshore\": \"akwa mmiri\",\n    \"capsian\": \"agbụ\",\n    \"capsicin\": \"okpu\",\n    \"capsicins\": \"okpu\",\n    \"capsicum\": \"mmmmmmmmmmmmm\",\n    \"capsicums\": \"Obosara\",\n    \"capsid\": \"Nkechi\",\n    \"capsidae\": \"iheke\",\n    \"capsidal\": \"Nkechi\",\n    \"capsids\": \"mmmmmmmmmmmmm\",\n    \"capsize\": \"ikpu ekpu\",\n    \"capsized\": \"kpuru\",\n    \"capsizes\": \"ikpu ekpu\",\n    \"capsizing\": \"na-ekpu ekpu\",\n    \"capsomer\": \"nwachukwu\",\n    \"capsomere\": \"nwachukwu\",\n    \"capsomers\": \"ndiigbo\",\n    \"capstan\": \"okpu\",\n    \"capstans\": \"ndị isi ala\",\n    \"capstone\": \"okwute\",\n    \"capstones\": \"okwute\",\n    \"capsula\": \"Capsule\",\n    \"capsulae\": \"Nkechi\",\n    \"capsular\": \"Nkechi\",\n    \"capsulate\": \"Nkechi\",\n    \"capsulated\": \"okpu\",\n    \"capsulation\": \"okpu\",\n    \"capsule\": \"Capsule\",\n    \"capsuled\": \"Capsules\",\n    \"capsuler\": \"Nkechi\",\n    \"capsules\": \"Capsules\",\n    \"capsuliferous\": \"Nkechi Nkechi\",\n    \"capsuliform\": \"ihe osise\",\n    \"capsuligerous\": \"ihe nzuzu\",\n    \"capsuling\": \"ochicho\",\n    \"capsulitis\": \"ihe mgbochi\",\n    \"capsulize\": \"ihebueze\",\n    \"capsulized\": \"Nkechi\",\n    \"capsulizing\": \"Nkechi\",\n    \"capsulociliary\": \"capsulo ciliary\",\n    \"capsulolenticular\": \"capsulo lenticular\",\n    \"capsulopupillary\": \"capsulo nwa akwukwo\",\n    \"capsulotome\": \"capsulotomy\",\n    \"capsumin\": \"okpu\",\n    \"captaculum\": \"captacula\",\n    \"captain\": \"onyeisi\",\n    \"captaincy\": \"onye isi\",\n    \"captaincies\": \"ndị isi ụgbọ mmiri\",\n    \"captained\": \"ọchịagha\",\n    \"captainess\": \"onyeisi ụgbọ\",\n    \"captaining\": \"onyeisi\",\n    \"captainly\": \"onyeisi\",\n    \"captainry\": \"ndị isi\",\n    \"captainries\": \"ndị isi ụgbọ mmiri\",\n    \"captains\": \"ndị isi\",\n    \"captainship\": \"onye isi\",\n    \"captainships\": \"ọchịchị\",\n    \"captan\": \"onyeisi\",\n    \"captance\": \"njide\",\n    \"captans\": \"jide\",\n    \"captate\": \"weghara\",\n    \"captation\": \"njide\",\n    \"caption\": \"nkọwa\",\n    \"captioned\": \"Ederede\",\n    \"captionless\": \"enweghị nkọwa\",\n    \"captions\": \"nkọwa\",\n    \"captious\": \"nwude\",\n    \"captiously\": \"n'agha\",\n    \"captiousness\": \"njide\",\n    \"captivance\": \"isi\",\n    \"captivate\": \"jide\",\n    \"captivated\": \"jidere\",\n    \"captivately\": \"n'agha\",\n    \"captivates\": \"na-adọrọ adọrọ\",\n    \"captivating\": \"na-adọrọ mmasị\",\n    \"captivatingly\": \"na-adọrọ mmasị\",\n    \"captivation\": \"n'agha\",\n    \"captivative\": \"jide\",\n    \"captivator\": \"jidere\",\n    \"captivators\": \"ndị isi ala\",\n    \"captivatrix\": \"ti nwere ike\",\n    \"captive\": \"dọọrọ n'agha\",\n    \"captived\": \"jidere\",\n    \"captives\": \"ndị a dọtara n'agha\",\n    \"captiving\": \"dọọrọ n'agha\",\n    \"captivity\": \"ndọrọ n'agha\",\n    \"captivities\": \"jide\",\n    \"captor\": \"njide\",\n    \"captors\": \"ndị nwudoro\",\n    \"captress\": \"nwude\",\n    \"capture\": \"nwudo\",\n    \"captured\": \"weghaara\",\n    \"capturer\": \"njide\",\n    \"capturers\": \"ndị jidere ya\",\n    \"capturing\": \"akada\",\n    \"capuche\": \"okpu\",\n    \"capuches\": \"okpu\",\n    \"capuchins\": \"ihe mkpuchi\",\n    \"capucine\": \"okpu\",\n    \"capulet\": \"okpu\",\n    \"capulin\": \"okpu\",\n    \"caput\": \"isi\",\n    \"caputium\": \"okpu\",\n    \"car\": \"ụgbọ ala\",\n    \"caracole\": \"caracoles\",\n    \"caracoled\": \"caracoles\",\n    \"caracoler\": \"caracoles\",\n    \"caract\": \"karak\",\n    \"caradoc\": \"karadok\",\n    \"carafon\": \"karafon\",\n    \"carageen\": \"carrageenan\",\n    \"carageens\": \"carrageenan\",\n    \"caragheen\": \"carrageen\",\n    \"caramba\": \"karama\",\n    \"caramboling\": \"na-akọ\",\n    \"caramelin\": \"karama\",\n    \"caramelizing\": \"na-edekọ akụkọ\",\n    \"caramels\": \"karama\",\n    \"caramoussal\": \"caraoticsal\",\n    \"caranda\": \"mkpụrụ osisi\",\n    \"carandas\": \"karandas\",\n    \"carangids\": \"carangid\",\n    \"carap\": \"karap\",\n    \"carapine\": \"karapine\",\n    \"carates\": \"carat\",\n    \"carats\": \"carat\",\n    \"carauna\": \"caruana\",\n    \"caravan\": \"adọkpụ\",\n    \"caravaned\": \"adọkpụ\",\n    \"caravanned\": \"caravan\",\n    \"caravans\": \"karavụ\",\n    \"carbyl\": \"mmmmmmmmmmmmm\",\n    \"carbine\": \"kabọn\",\n    \"carbineer\": \"onye carbineer\",\n    \"carbineers\": \"ndị carbineers\",\n    \"carbo\": \"karọt\",\n    \"carbocer\": \"cergbọ mmiri\",\n    \"carbodiimide\": \"karbodiimide\",\n    \"carbodynamite\": \"karbodynamite\",\n    \"carbogelatin\": \"karbogelatin\",\n    \"carbohemoglobin\": \"karbohemoglobin\",\n    \"carbohydrase\": \"carbohydrates\",\n    \"carbohydrates\": \"kabohaidret\",\n    \"carbohydride\": \"carbohydrate\",\n    \"carbohydrogen\": \"nri ikuku\",\n    \"carboy\": \"karọt\",\n    \"carboyed\": \"karọt\",\n    \"carboys\": \"Karịọs\",\n    \"carbolate\": \"karọt\",\n    \"carbolated\": \"karọt\",\n    \"carbolating\": \"karbo\",\n    \"carbolic\": \"karbolic\",\n    \"carbolics\": \"karbolics\",\n    \"carboline\": \"karbolineline\",\n    \"carbolineate\": \"karbolineate\",\n    \"carbolineum\": \"karbolineum\",\n    \"carbolised\": \"na-ebu agha\",\n    \"carbolize\": \"karọọlize\",\n    \"carbolized\": \"karọsịl\",\n    \"carbolizes\": \"karọọlizes\",\n    \"carbolizing\": \"karlọlive\",\n    \"carboloy\": \"karboloy\",\n    \"carbolxylol\": \"Okwara\",\n    \"carbonadoes\": \"ikuku carbon\",\n    \"carbonadoing\": \"ikuku ndu\",\n    \"carbonating\": \"na-ekpo ọkụ\",\n    \"carbonators\": \"ndị na-ekpo ọkụ\",\n    \"carbone\": \"kabọn\",\n    \"carboned\": \"carbon\",\n    \"carbonic\": \"carbon\",\n    \"carbonylate\": \"kabonetị\",\n    \"carbonylating\": \"ikuku carbon\",\n    \"carbonimeter\": \"carbonimeta\",\n    \"carbonised\": \"carbonized\",\n    \"carbonizers\": \"ikuku carbon\",\n    \"carbonizing\": \"ikuku carbon\",\n    \"carbonous\": \"carbon\",\n    \"carbons\": \"carbọn\",\n    \"carbophilous\": \"karbofilọs\",\n    \"carbora\": \"karọt\",\n    \"carboras\": \"karọt\",\n    \"carbosilicate\": \"karbosilicate\",\n    \"carbostyril\": \"karọtstyril\",\n    \"carboxy\": \"karọtị\",\n    \"carboxylate\": \"karboksylate\",\n    \"carboxylated\": \"karboxylated\",\n    \"carboxylating\": \"karboksyili\",\n    \"carboxylation\": \"ikuku\",\n    \"carbuilder\": \"ụgbọ ala\",\n    \"carbuncled\": \"carbuncle\",\n    \"carbuncles\": \"carbuncle\",\n    \"carbunculation\": \"onyinye\",\n    \"carburated\": \"gbabiri\",\n    \"carburating\": \"na-agbagharị\",\n    \"carbureted\": \"carburet\",\n    \"carburetors\": \"ndị carburetors\",\n    \"carburets\": \"carburet\",\n    \"carburetted\": \"carburetị\",\n    \"carburised\": \"Kwuru\",\n    \"carburising\": \"na-ebugharị\",\n    \"carburizes\": \"na-ebuli\",\n    \"carburizing\": \"na-agbagharị\",\n    \"carcake\": \"anuoriri\",\n    \"carcan\": \"anụ ọhịa\",\n    \"carcaneted\": \"anụ ọhịa\",\n    \"carcanetted\": \"carcaneted\",\n    \"carcase\": \"ozu\",\n    \"carcased\": \"ozu\",\n    \"carcases\": \"ozu\",\n    \"carcasing\": \"na-anụ ahụ\",\n    \"carcass\": \"okpo\",\n    \"carcassed\": \"okpo\",\n    \"carcasses\": \"ozu\",\n    \"carcassing\": \"ozu\",\n    \"carcassless\": \"enweghị ozu\",\n    \"carcavelhos\": \"carcavelos\",\n    \"carceag\": \"carcel\",\n    \"carcels\": \"ozu\",\n    \"carcer\": \"onye na-elekọta anụ\",\n    \"carcerate\": \"carceral\",\n    \"carcerated\": \"okpokoro\",\n    \"carcerating\": \"na-ese ihe\",\n    \"carcerist\": \"onye nkwado\",\n    \"carcinogen\": \"anụ ahụ\",\n    \"carcinolysin\": \"iheanacho\",\n    \"carcinology\": \"anụ ahụ\",\n    \"carcinologist\": \"ọkà mmụta banyere ọrịa anụ ahụ\",\n    \"carcoon\": \"ozuzu\",\n    \"card\": \"kaadị\",\n    \"cardamine\": \"Cardamine\",\n    \"cardamom\": \"kadamom\",\n    \"cardamoms\": \"Kaadị\",\n    \"cardamon\": \"kadiamọn\",\n    \"cardamons\": \"Kaadị\",\n    \"cardamum\": \"kadamom\",\n    \"cardamums\": \"Kaadị\",\n    \"cardboard\": \"kaadiboodu\",\n    \"cardcase\": \"igbe\",\n    \"cardcases\": \"kaadị\",\n    \"cardcastle\": \"kaadị\",\n    \"carded\": \"kaadị\",\n    \"cardel\": \"kadel\",\n    \"carder\": \"kaadị\",\n    \"carders\": \"kaadị\",\n    \"cardholder\": \"onye nwere kaadi\",\n    \"cardholders\": \"ndị ji kaadị\",\n    \"cardhouse\": \"kaadiboodu\",\n    \"cardiac\": \"gbasara obi\",\n    \"cardiacal\": \"gbasara obi\",\n    \"cardiacs\": \"obi\",\n    \"cardial\": \"ozu\",\n    \"cardialgy\": \"cardialgia\",\n    \"cardialgic\": \"cardialgia\",\n    \"cardianesthesia\": \"anesthesia cardi\",\n    \"cardicentesis\": \"Cardicentesis\",\n    \"cardigan\": \"kaadị\",\n    \"cardin\": \"kadin\",\n    \"cardinal\": \"kadinal\",\n    \"cardinalate\": \"kaadịinalate\",\n    \"cardinalates\": \"kaadịinalates\",\n    \"cardinalfish\": \"azu kadinal\",\n    \"cardinalfishes\": \"azu kadinal\",\n    \"cardinalic\": \"kadinal\",\n    \"cardinalis\": \"kadinalis\",\n    \"cardinalism\": \"kadinalism\",\n    \"cardinalist\": \"kadinalist\",\n    \"cardinality\": \"akpado\",\n    \"cardinalitial\": \"Kadinal\",\n    \"cardinalitian\": \"onye kadinal\",\n    \"cardinalities\": \"kadinal\",\n    \"cardinally\": \"kadin\",\n    \"cardinals\": \"kadinal\",\n    \"cardinalship\": \"kadinal\",\n    \"cardines\": \"kadin\",\n    \"carding\": \"kaadị\",\n    \"cardings\": \"kaadị\",\n    \"cardioaccelerator\": \"akụrụngwa\",\n    \"cardioarterial\": \"ọrịa obi\",\n    \"cardioblast\": \"akwara\",\n    \"cardiocarpum\": \"akwara\",\n    \"cardiocele\": \"Odogwu\",\n    \"cardiocentesis\": \"obi\",\n    \"cardiocirrhosis\": \"ọrịa obi\",\n    \"cardioclasia\": \"ọrịa obi\",\n    \"cardioclasis\": \"ọrịa obi\",\n    \"cardiod\": \"kaadị\",\n    \"cardiodilator\": \"kaadị\",\n    \"cardiodynamics\": \"ihe ndi ozo\",\n    \"cardiogenesis\": \"akụrụngwa\",\n    \"cardiogenic\": \"akwara\",\n    \"cardiogram\": \"akụrụngwa\",\n    \"cardiograms\": \"ọrịa obi\",\n    \"cardiograph\": \"ọrịa obi\",\n    \"cardiographer\": \"onye na-agwọ ọrịa obi\",\n    \"cardiography\": \"akwara\",\n    \"cardiographic\": \"obi\",\n    \"cardiographies\": \"ọrịa obi\",\n    \"cardiographs\": \"kaadị\",\n    \"cardiohepatic\": \"akụrụ\",\n    \"cardioids\": \"ọrịa obi\",\n    \"cardiokinetic\": \"okpokoro ọrịa\",\n    \"cardiolysis\": \"ọrịa obi\",\n    \"cardiolith\": \"akuko\",\n    \"cardiology\": \"ọrịa obi\",\n    \"cardiologic\": \"ọrịa obi\",\n    \"cardiological\": \"gbasara obi\",\n    \"cardiologies\": \"ọkà n'akparamàgwà mmadụ\",\n    \"cardiologist\": \"ọkà n'akparamàgwà mmadụ\",\n    \"cardiologists\": \"ndị ọkà n'ọrịa obi\",\n    \"cardiomegaly\": \"okpokoro\",\n    \"cardiomegalia\": \"akụrụngwa\",\n    \"cardiomelanosis\": \"akụrụngwa\",\n    \"cardiometry\": \"akwara\",\n    \"cardiometric\": \"akwara\",\n    \"cardiopathy\": \"ọrịa obi\",\n    \"cardiopericarditis\": \"ọrịa obi\",\n    \"cardioplegia\": \"ọrịa obi\",\n    \"cardiopneumatic\": \"akwara\",\n    \"cardiopulmonary\": \"akụrụngwa\",\n    \"cardiopuncture\": \"kaadiiopuncture\",\n    \"cardiorenal\": \"akwara\",\n    \"cardiorespiratory\": \"akụrụngwa\",\n    \"cardiorrheuma\": \"ndubueze\",\n    \"cardiorrhexis\": \"ndiegwu\",\n    \"cardiosclerosis\": \"akwara\",\n    \"cardiosymphysis\": \"akwara\",\n    \"cardiospasm\": \"akwara\",\n    \"cardiosphygmogram\": \"akwara\",\n    \"cardiosphygmograph\": \"akwara\",\n    \"cardiotherapy\": \"ọrịa obi\",\n    \"cardiotherapies\": \"ọrịa obi\",\n    \"cardiotonic\": \"akwara\",\n    \"cardiotoxic\": \"akuko\",\n    \"cardiotrophotherapy\": \"ọgwụ cardiotrophotherapy\",\n    \"cardiovascular\": \"nwee akwara\",\n    \"cardiovisceral\": \"akụrụngwa\",\n    \"cardita\": \"kaadị\",\n    \"carditic\": \"kaadị\",\n    \"carditis\": \"kadị\",\n    \"carditises\": \"kaadị\",\n    \"cardlike\": \"dị ka kaadị\",\n    \"cardmaker\": \"onye na-eme ihe kaadị\",\n    \"cardmaking\": \"kaadị\",\n    \"cardo\": \"kaadị\",\n    \"cardol\": \"kadol\",\n    \"cardon\": \"kaadion\",\n    \"cardona\": \"kadina\",\n    \"cardooer\": \"kaadị\",\n    \"cardoon\": \"kaadị\",\n    \"cardoons\": \"Kaadị\",\n    \"cardophagus\": \"kporoophagus\",\n    \"cardosanto\": \"kadosanto\",\n    \"cardplayer\": \"ihe ngbanye aka\",\n    \"cardplaying\": \"kaadị\",\n    \"cardroom\": \"kaadị\",\n    \"cards\": \"kaadị\",\n    \"cardsharp\": \"kaadị\",\n    \"cardsharper\": \"kaadị\",\n    \"cardsharping\": \"kaadị ihe\",\n    \"cardsharps\": \"kaadị\",\n    \"cardstock\": \"kaadị\",\n    \"carduaceous\": \"na-agbagharị\",\n    \"care\": \"elekọta\",\n    \"carecloth\": \"akwa akwa\",\n    \"cared\": \"lekọtara\",\n    \"careened\": \"ilekọta\",\n    \"careening\": \"ilekọta\",\n    \"careens\": \"na-elekọta\",\n    \"career\": \"ọrụ\",\n    \"careered\": \"arụ ọrụ\",\n    \"careerer\": \"ọrụ\",\n    \"careerers\": \"ọrụ\",\n    \"careering\": \"nlekọta\",\n    \"careeringly\": \"ilekọta\",\n    \"careerism\": \"ọrụ\",\n    \"careerist\": \"ọrụ\",\n    \"careeristic\": \"ọkachamara n'ọrụ\",\n    \"careers\": \"ọrụ\",\n    \"carefox\": \"nlekọta\",\n    \"carefree\": \"gbasaghị m\",\n    \"carefreeness\": \"nlekọta\",\n    \"careful\": \"kpachara anya\",\n    \"carefull\": \"kpachara anya\",\n    \"carefuller\": \"onye nlezianya\",\n    \"carefullest\": \"kpachapụ anya\",\n    \"carefully\": \"jiri nlezianya\",\n    \"carefulness\": \"ịkpachara anya\",\n    \"carey\": \"nlekọta\",\n    \"careys\": \"nlekọta,\",\n    \"careless\": \"akpachapụghị anya\",\n    \"carelessly\": \"n'echebighi\",\n    \"carelessness\": \"akpachapụghị anya\",\n    \"careme\": \"nlekọta\",\n    \"carene\": \"ilekọta\",\n    \"carer\": \"onye nlekọta\",\n    \"carers\": \"ndị nlekọta\",\n    \"cares\": \"na-elekọta\",\n    \"caress\": \"si mmetu\",\n    \"caressant\": \"na-elekọta\",\n    \"caressed\": \"siere ya ike\",\n    \"caresses\": \"nwekasị\",\n    \"caressing\": \"na-emetụ aka\",\n    \"caressingly\": \"na-elekọta anya\",\n    \"caressive\": \"na-emetụ aka\",\n    \"caressively\": \"n'ụzọ nkwado\",\n    \"carest\": \"nlekọta\",\n    \"caret\": \"lekọta\",\n    \"caretake\": \"onye nlekọta\",\n    \"caretaken\": \"onye nlekọta\",\n    \"caretaker\": \"onye nlekọta\",\n    \"caretakers\": \"ndị nlekọta\",\n    \"caretakes\": \"ndị nlekọta\",\n    \"caretaking\": \"na-elekọta\",\n    \"caretook\": \"lekọtara\",\n    \"carets\": \"nlekọta\",\n    \"caretta\": \"nlekọta\",\n    \"careworn\": \"na-elekọta\",\n    \"carex\": \"nlekọta\",\n    \"carfare\": \"ụgbọ njem\",\n    \"carfares\": \"carfare\",\n    \"carfour\": \"carrefour\",\n    \"carfuffled\": \"tọgburu\",\n    \"carfuffling\": \"carfuffff\",\n    \"carful\": \"kpachara anya\",\n    \"carfuls\": \"kpachara anya\",\n    \"cargadores\": \"ndi oru ugbo ala\",\n    \"cargo\": \"ibu\",\n    \"cargoes\": \"ibu\",\n    \"cargued\": \"gbururu\",\n    \"carhops\": \"ulo anakpo\",\n    \"caryatid\": \"agbako\",\n    \"caryatidic\": \"agbako\",\n    \"caryatids\": \"caryatid\",\n    \"carib\": \"Carib\",\n    \"caribal\": \"ejị\",\n    \"caribbean\": \"Caribbean\",\n    \"caribbeans\": \"Ndị Carib\",\n    \"caribed\": \"caribe\",\n    \"caribing\": \"na-agbasi\",\n    \"caricaturists\": \"ndị caricaturist\",\n    \"caricologist\": \"ọkà mmụta ihe banyere caricologist\",\n    \"carideer\": \"onye ndu\",\n    \"caridomorpha\": \"acridomorpha\",\n    \"caried\": \"caries\",\n    \"carilloneur\": \"carillonneur\",\n    \"carinae\": \"carina\",\n    \"carinal\": \"carina\",\n    \"carination\": \"igbochi nri\",\n    \"caring\": \"na-elekọta\",\n    \"carinulate\": \"depụta\",\n    \"caryopilite\": \"ihendị\",\n    \"cariosity\": \"carios\",\n    \"caryota\": \"ụgbọ ala\",\n    \"cariousness\": \"ịdị njikere\",\n    \"caririan\": \"cariri\",\n    \"carites\": \"caritas\",\n    \"carity\": \"ọrụ ebere\",\n    \"caritive\": \"atụtụ\",\n    \"cark\": \"iheanacho\",\n    \"carked\": \"gwuru\",\n    \"carking\": \"egwu\",\n    \"carkingly\": \"n'ehihie\",\n    \"carkled\": \"chaark\",\n    \"carks\": \"mkpọchi\",\n    \"carlage\": \"carlaji\",\n    \"carless\": \"enweghị atụ\",\n    \"carline\": \"ụgbọ ala\",\n    \"carlines\": \"ụgbọ ala\",\n    \"carlish\": \"kwalite\",\n    \"carlishness\": \"ịdị mma\",\n    \"carlist\": \"ndepụta\",\n    \"carload\": \"ibu ibu\",\n    \"carloading\": \"na-ebu ibu\",\n    \"carloadings\": \"ibu ibu\",\n    \"carloads\": \"ụgbọala\",\n    \"carlot\": \"akwa\",\n    \"carlovingian\": \"onye na-ese ihe\",\n    \"carls\": \"ụgbọ ala\",\n    \"carmaker\": \"onye na-arụ ụgbọ ala\",\n    \"carmakers\": \"ndị na-eme ihe\",\n    \"carman\": \"onye omenkà\",\n    \"carmanians\": \"ndị Carmani\",\n    \"carmel\": \"Kamel\",\n    \"carmelite\": \"Carmelite\",\n    \"carmelitess\": \"ọmarịcha\",\n    \"carmen\": \"ndi mmadu\",\n    \"carminate\": \"Carminate\",\n    \"carminatives\": \"ndị na-ekpo ọkụ\",\n    \"carmines\": \"ogbunigwe\",\n    \"carn\": \"anụ\",\n    \"carnac\": \"ebibi\",\n    \"carnage\": \"mgbukpọ\",\n    \"carnaged\": \"mgbukpọ\",\n    \"carnages\": \"mgbukpọ\",\n    \"carnal\": \"nke anụ ahụ\",\n    \"carnalism\": \"anụ ahụ\",\n    \"carnalite\": \"carnallite\",\n    \"carnality\": \"ebumnuche\",\n    \"carnalities\": \"anụ ahụ\",\n    \"carnalize\": \"gbue\",\n    \"carnalized\": \"anụ ahụ\",\n    \"carnalizing\": \"na-agbasi\",\n    \"carnally\": \"jiri omume\",\n    \"carnalness\": \"anu aru\",\n    \"carnary\": \"Canary\",\n    \"carnassial\": \"ebibi\",\n    \"carnate\": \"anu aru\",\n    \"carnation\": \"ebibi\",\n    \"carnationed\": \"na-eri anụ\",\n    \"carnationist\": \"onye na-akpo carnationist\",\n    \"carnaubyl\": \"ndukwe\",\n    \"carneyed\": \"carneey\",\n    \"carnel\": \"ogbe\",\n    \"carneous\": \"anụ ahụ\",\n    \"carnic\": \"nri\",\n    \"carnied\": \"rie\",\n    \"carniferous\": \"anụ arụ\",\n    \"carnify\": \"zota\",\n    \"carnificial\": \"nke anu aru\",\n    \"carnified\": \"anụrị\",\n    \"carnifies\": \"na-agbasi\",\n    \"carnifying\": \"na-agbasi\",\n    \"carnival\": \"ejị\",\n    \"carnivals\": \"carnival\",\n    \"carnivora\": \"anu aru\",\n    \"carnivoracity\": \"anu aru\",\n    \"carnivoral\": \"anu aru\",\n    \"carnivore\": \"rie anu\",\n    \"carnivores\": \"anụ na-eri anụ\",\n    \"carnivorism\": \"ime anụ ahụ\",\n    \"carnivority\": \"eri anu\",\n    \"carnivorous\": \"eri anu\",\n    \"carnivorously\": \"eri anu\",\n    \"carnivorousness\": \"erimeri\",\n    \"carnose\": \"carnosine\",\n    \"carnosin\": \"carnosine\",\n    \"carnosity\": \"carnosis\",\n    \"carnosities\": \"carnosines\",\n    \"carnous\": \"anụ ahụ́\",\n    \"carns\": \"carbs\",\n    \"caroaches\": \"carocha\",\n    \"carobs\": \"kọbọd\",\n    \"carole\": \"carol\",\n    \"carolers\": \"ndị carol\",\n    \"carolyn\": \"onyinyechi\",\n    \"carolinas\": \"onyinyechi\",\n    \"carolinians\": \"carolinda\",\n    \"carolitic\": \"Nkechi\",\n    \"carolled\": \"leghaara anya\",\n    \"caroller\": \"Ogbogu okonji\",\n    \"carollers\": \"ndi na agba oso\",\n    \"carolling\": \"na-akpọgharị\",\n    \"carols\": \"Carolọs\",\n    \"carom\": \"okpokoro\",\n    \"caromed\": \"okpokoro\",\n    \"carone\": \"carol\",\n    \"caronic\": \"eme mkpọtụ\",\n    \"carosella\": \"okpokoro\",\n    \"carot\": \"karọt\",\n    \"carotenes\": \"carotenoids\",\n    \"carotic\": \"carotid\",\n    \"carotidal\": \"carotid\",\n    \"carotidean\": \"okpokoro\",\n    \"carotinoid\": \"anụkọ\",\n    \"carotins\": \"karọt\",\n    \"carousal\": \"nkwonkwo\",\n    \"caroused\": \"na-esoro\",\n    \"carouses\": \"caro\",\n    \"carousingly\": \"na-agbaghara\",\n    \"carp\": \"azu kaapu\",\n    \"carpals\": \"ozu\",\n    \"carpathian\": \"agbakasi\",\n    \"carpe\": \"kapeeti\",\n    \"carped\": \"turu anya\",\n    \"carpent\": \"kapinta\",\n    \"carpenter\": \"ọkwa nkà\",\n    \"carpentered\": \"kapinta\",\n    \"carpenteria\": \"ọkwa nkà\",\n    \"carpentering\": \"ọkwa nkà\",\n    \"carpenters\": \"ndị ọkwa nkà\",\n    \"carpentership\": \"ọkwá nkà\",\n    \"carpenterworm\": \"ọkwa nkà\",\n    \"carpentry\": \"ọkwa nkà\",\n    \"carper\": \"onye na-eme ihe ngosi\",\n    \"carpers\": \"ndị na-ebu ozu\",\n    \"carpet\": \"kapeeti\",\n    \"carpetbag\": \"kapeeti\",\n    \"carpetbagged\": \"kapet akpa\",\n    \"carpetbagger\": \"kapeeti\",\n    \"carpetbaggers\": \"kapeeti\",\n    \"carpetbagging\": \"akpa akwa\",\n    \"carpetbaggism\": \"kapeeti\",\n    \"carpetbagism\": \"kapeeti\",\n    \"carpetbags\": \"akpa kapeeti\",\n    \"carpetbeater\": \"kapeeti\",\n    \"carpeted\": \"kapeeti\",\n    \"carpeting\": \"kapeeti\",\n    \"carpetlayer\": \"kapeeti\",\n    \"carpetless\": \"kapeeti\",\n    \"carpetmaker\": \"kapeeti\",\n    \"carpetmaking\": \"kapeeti\",\n    \"carpetmonger\": \"kapeeti\",\n    \"carpets\": \"kapeeti\",\n    \"carpetweb\": \"kapeeti\",\n    \"carpetweed\": \"kapeeti\",\n    \"carpetwork\": \"ihe nkedo\",\n    \"carpetwoven\": \"kapeeti\",\n    \"carphophis\": \"anwuru\",\n    \"carphosiderite\": \"agbakpo\",\n    \"carpid\": \"ihe anwuru\",\n    \"carping\": \"na-eri ihe\",\n    \"carpingly\": \"na-egosi\",\n    \"carpings\": \"ihe ndi ozo\",\n    \"carpogone\": \"agbakasị\",\n    \"carpologist\": \"ọkà mmụta ihe banyere anụ ahụ\",\n    \"carpool\": \"ụgbọ ala\",\n    \"carpools\": \"ugbala\",\n    \"carport\": \"ụgbọ ala\",\n    \"carports\": \"ọdụ ụgbọ ala\",\n    \"carpospore\": \"ụgbọ ala\",\n    \"carps\": \"ụgbọ ala\",\n    \"carracks\": \"carrara\",\n    \"carraway\": \"okporo ụzọ\",\n    \"carraways\": \"okporo ụzọ\",\n    \"carrel\": \"gbọmgbọm\",\n    \"carrells\": \"igodo\",\n    \"carrels\": \"gbọmgbọm\",\n    \"carry\": \"buru\",\n    \"carryable\": \"na-ebu ụgwọ\",\n    \"carriage\": \"ajụjụ\",\n    \"carriageable\": \"ebu ihe\",\n    \"carriageful\": \"na-adọkpụ\",\n    \"carriageless\": \"enweghị agbụ\",\n    \"carriages\": \"ebu\",\n    \"carriagesmith\": \"ugbo ịnyịnya\",\n    \"carriageway\": \"ụzọ ụgbọala\",\n    \"carryall\": \"Ndubueze\",\n    \"carryalls\": \"Uchenna Onyekwere\",\n    \"carrycot\": \"ibu\",\n    \"carried\": \"ebu\",\n    \"carryed\": \"weghaara\",\n    \"carrier\": \"ụgbọelu\",\n    \"carriers\": \"ndị na-ebu ya\",\n    \"carries\": \"na-eburu\",\n    \"carrying\": \"iburu\",\n    \"carryings\": \"ebu\",\n    \"carryke\": \"obia\",\n    \"carrioles\": \"ụgbọ ala\",\n    \"carrion\": \"ozu\",\n    \"carryon\": \"gaba n'ihu\",\n    \"carrions\": \"Anụ\",\n    \"carryons\": \"na-aga n'ihu\",\n    \"carryout\": \"mepụta\",\n    \"carryover\": \"bufeta\",\n    \"carryovers\": \"mbubreyo\",\n    \"carrys\": \"na-eburu\",\n    \"carrytale\": \"ebu\",\n    \"carritches\": \"ihe ndozi\",\n    \"carromatas\": \"carromata\",\n    \"carromed\": \"jidere\",\n    \"carroming\": \"na-agbagha\",\n    \"carrot\": \"karọt\",\n    \"carroter\": \"ntụpọ\",\n    \"carroty\": \"cartity\",\n    \"carrotier\": \"cartitier\",\n    \"carrotiest\": \"na-agbagharị\",\n    \"carrotin\": \"cartitin\",\n    \"carrotiness\": \"karọt\",\n    \"carroting\": \"na-agbagharị\",\n    \"carrotins\": \"karọt\",\n    \"carrots\": \"karọt\",\n    \"carrottop\": \"karọt n'elu\",\n    \"carrotweed\": \"karọt igbo\",\n    \"carrotwood\": \"karọt\",\n    \"carrs\": \"ndị na-ebu ihe\",\n    \"cars\": \"ụgbọ ala\",\n    \"carse\": \"ihe ndozi\",\n    \"carses\": \"ụgbọ ala\",\n    \"carshop\": \"hoplọ\",\n    \"carshops\": \"ụgbọ ala ụlọ ahịa\",\n    \"carsick\": \"akuko\",\n    \"carsickness\": \"ọrịa ụgbọ ala\",\n    \"carsmith\": \"akụrụngwa\",\n    \"carson\": \"caron\",\n    \"cart\": \"ụgbọ ibu\",\n    \"cartable\": \"ebu\",\n    \"cartaceous\": \"Ugochukwu\",\n    \"cartage\": \"ibu\",\n    \"carted\": \"ebu\",\n    \"cartelism\": \"cartels\",\n    \"cartelist\": \"cartels\",\n    \"cartelistic\": \"ikeketeorie\",\n    \"cartelize\": \"Cartelize\",\n    \"cartelized\": \"Cartelized\",\n    \"cartelizing\": \"na-ebugharị\",\n    \"cartellist\": \"onye ozo\",\n    \"carter\": \"igodo\",\n    \"carters\": \"ụlọ\",\n    \"cartes\": \"ụgbọ\",\n    \"cartesian\": \"Cartesian\",\n    \"cartesianism\": \"Cartesianism\",\n    \"cartful\": \"na-agba ọsọ\",\n    \"carthaginian\": \"Carthaginian\",\n    \"carthame\": \"Carthame\",\n    \"carthamin\": \"Carthamin\",\n    \"carthorse\": \"ụgbọ ibu\",\n    \"carthusian\": \"onyenzor\",\n    \"carty\": \"ụgbọ ala\",\n    \"cartilaginoid\": \"cartilaginous\",\n    \"carting\": \"mbukota\",\n    \"cartisane\": \"ụgbọ ala\",\n    \"cartist\": \"omenkà\",\n    \"cartload\": \"ibu\",\n    \"cartloads\": \"igbe\",\n    \"cartmaker\": \"onye na-ebu ihe\",\n    \"cartmaking\": \"na-ebu ụgbọ\",\n    \"cartman\": \"onye obu\",\n    \"cartogram\": \"ihe osise\",\n    \"cartograph\": \"ihe osise\",\n    \"cartographer\": \"onye na-ese foto\",\n    \"cartographers\": \"ndị na-ese foto\",\n    \"cartography\": \"ihe osise\",\n    \"cartographic\": \"ihe osise\",\n    \"cartographical\": \"ihe osise\",\n    \"cartographically\": \"ihe nkiri\",\n    \"cartographies\": \"ihe osise\",\n    \"cartomancy\": \"katomancy\",\n    \"cartomancies\": \"ihe ndi ozo\",\n    \"carton\": \"katọn\",\n    \"cartoned\": \"katọn\",\n    \"cartoner\": \"katọn\",\n    \"cartonful\": \"katoon\",\n    \"cartoning\": \"katoonu\",\n    \"cartonnage\": \"katọnnage\",\n    \"cartonnier\": \"katọnnier\",\n    \"cartonniers\": \"katọnni\",\n    \"cartons\": \"katuunu\",\n    \"cartoon\": \"katuunu\",\n    \"cartooned\": \"katuunu\",\n    \"cartooning\": \"katuunu\",\n    \"cartoonist\": \"onye na-eme ihe nkiri\",\n    \"cartoonists\": \"ndị na-eme ihe nkiri\",\n    \"cartoons\": \"katuunu\",\n    \"cartop\": \"katọn\",\n    \"cartopper\": \"katuunu\",\n    \"cartouch\": \"cartouche\",\n    \"cartouches\": \"kaadị\",\n    \"cartridge\": \"katrij\",\n    \"carts\": \"ụgbọ ibu\",\n    \"cartway\": \"ihe ndozi\",\n    \"cartware\": \"ihe ndozi\",\n    \"cartwright\": \"ndigbo\",\n    \"cartwrighting\": \"iwu\",\n    \"caruage\": \"ejiji\",\n    \"carucage\": \"ogbugbu\",\n    \"carucal\": \"ihe nzuzu\",\n    \"carucate\": \"igbasi\",\n    \"carucated\": \"gbụrụ\",\n    \"caruncles\": \"caruncle\",\n    \"caruncular\": \"carunkụl\",\n    \"carunculate\": \"meghari\",\n    \"carunculated\": \"gbungburu\",\n    \"carunculous\": \"ihe ebube\",\n    \"carvacryl\": \"gbasasia\",\n    \"carvage\": \"igburu\",\n    \"carve\": \"pịrị apị\",\n    \"carved\": \"pịrị apị\",\n    \"carvel\": \"ihe osise\",\n    \"carvels\": \"ihe osise\",\n    \"carven\": \"pịrị apị\",\n    \"carvene\": \"wapụtara\",\n    \"carver\": \"ovu ihe\",\n    \"carvers\": \"ndị na-akpụrụ akpụ\",\n    \"carvership\": \"ihe osise\",\n    \"carves\": \"ihe osise\",\n    \"carvy\": \"ugbo ala\",\n    \"carvyl\": \"igodo\",\n    \"carving\": \"atụ ihe\",\n    \"carvings\": \"ihe osise\",\n    \"carvist\": \"onye na-eri anụ\",\n    \"carvoepra\": \"carvoeira\",\n    \"carvol\": \"agbakasị\",\n    \"carvomenthene\": \"iheanacho\",\n    \"carvone\": \"agbakasị\",\n    \"carwashes\": \"ịsa ahụ\",\n    \"carzey\": \"onye ara\",\n    \"casaba\": \"akpu\",\n    \"casabas\": \"casaba\",\n    \"casalty\": \"ọghọm\",\n    \"casamarca\": \"cajamarca\",\n    \"casanovanic\": \"nwamaka\",\n    \"casate\": \"ndi akpati\",\n    \"casava\": \"akpu\",\n    \"casave\": \"akpu\",\n    \"cascable\": \"cascabel\",\n    \"cascables\": \"ihe ndozi\",\n    \"cascading\": \"agbatị\",\n    \"cascado\": \"akpu\",\n    \"cascarilla\": \"akpu\",\n    \"cascavel\": \"akpaka\",\n    \"caschrom\": \"okpukpu\",\n    \"casco\": \"akpu\",\n    \"cascol\": \"ihe mkpuchi\",\n    \"cascrom\": \"akpu\",\n    \"cascrome\": \"akpaka\",\n    \"case\": \"ikpe\",\n    \"casease\": \"ikpe\",\n    \"caseases\": \"ikpe\",\n    \"caseate\": \"ikpe\",\n    \"caseated\": \"ikpe\",\n    \"caseates\": \"ikpe\",\n    \"caseating\": \"ikpe\",\n    \"caseation\": \"ikpe\",\n    \"casebearer\": \"onye ikpe\",\n    \"casebook\": \"akwụkwọ ikpe\",\n    \"casebooks\": \"akwụkwọ ikpe\",\n    \"casebound\": \"ndababa\",\n    \"casebox\": \"igbe igbe\",\n    \"caseconv\": \"ikpe\",\n    \"casefy\": \"kee ikpe\",\n    \"casefied\": \"bụrụ na ọ dị mma\",\n    \"casefying\": \"ikpe\",\n    \"caseful\": \"kenfuli\",\n    \"caseharden\": \"keukwu\",\n    \"casehardened\": \"ọmarịcha\",\n    \"casehardening\": \"mbibi\",\n    \"casehardens\": \"Ogbodo\",\n    \"caseic\": \"ikpe\",\n    \"caseinate\": \"ikpe\",\n    \"caseinogen\": \"kesinogen\",\n    \"caseins\": \"Okwu\",\n    \"casekeeper\": \"onye na-elekọta ikpe\",\n    \"caseless\": \"enweghị atụ\",\n    \"caselessly\": \"enweghị atụ\",\n    \"caseload\": \"Akpa\",\n    \"caseloads\": \"Akpa\",\n    \"caselty\": \"ikpe\",\n    \"casemaker\": \"onye na-eme ihe n’ego\",\n    \"casemaking\": \"iweta\",\n    \"casemate\": \"olulu\",\n    \"casemated\": \"ozu\",\n    \"casemates\": \"ozu\",\n    \"casement\": \"akpati\",\n    \"casemented\": \"casement\",\n    \"casements\": \"akpati\",\n    \"caseolysis\": \"ikpeolysis\",\n    \"caseose\": \"ikpe\",\n    \"caseoses\": \"ikpe\",\n    \"caseous\": \"ikpe\",\n    \"casern\": \"caserne\",\n    \"cases\": \"ikpe\",\n    \"casette\": \"kaseti\",\n    \"casettes\": \"kaseti\",\n    \"caseum\": \"ikpe\",\n    \"caseweed\": \"ikpe igbo\",\n    \"casework\": \"ikpe\",\n    \"caseworker\": \"onye na-aru oru\",\n    \"caseworkers\": \"ndị ọrụ ikpe\",\n    \"caseworks\": \"arụ ọrụ\",\n    \"caseworm\": \"Ojejoje\",\n    \"caseworms\": \"okpa\",\n    \"cash\": \"ego\",\n    \"cashable\": \"kwụrụ kwụrụ\",\n    \"cashboy\": \"ego\",\n    \"cashbook\": \"akwụkwọ ego\",\n    \"cashbooks\": \"akwụkwọ ego\",\n    \"cashbox\": \"igbe ego\",\n    \"cashboxes\": \"igbe ego\",\n    \"cashcuttee\": \"onye obula\",\n    \"cashdrawer\": \"drọwa ego\",\n    \"cashed\": \"kwụrụ\",\n    \"casher\": \"onye okwu ugwo\",\n    \"cashers\": \"ndị na-akwụ ụgwọ\",\n    \"cashes\": \"ego\",\n    \"cashews\": \"cashewu\",\n    \"cashibo\": \"onye okwu ugwo\",\n    \"cashier\": \"onye okwu ugwo\",\n    \"cashiered\": \"onye okwu ugwo\",\n    \"cashierer\": \"onye okwu ugwo\",\n    \"cashierment\": \"okwu ego\",\n    \"cashiers\": \"ndị na-ego ego\",\n    \"cashing\": \"ego\",\n    \"cashkeeper\": \"onye na-eche ego\",\n    \"cashless\": \"enweghị ego\",\n    \"cashment\": \"ego\",\n    \"casimire\": \"okwu\",\n    \"casinet\": \"akpu\",\n    \"casino\": \"cha cha\",\n    \"casitas\": \"akpaka\",\n    \"cask\": \"akpu\",\n    \"caskanet\": \"akpaka\",\n    \"casket\": \"akpati ozu\",\n    \"casketed\": \"akpati ozu\",\n    \"casketing\": \"akpati ozu\",\n    \"casketlike\": \"dị ka akpati\",\n    \"caskets\": \"akpu\",\n    \"casky\": \"akpu\",\n    \"casks\": \"akpati\",\n    \"caspar\": \"akpaba\",\n    \"casparian\": \"onye anakpo\",\n    \"casqued\": \"gbasaa\",\n    \"casquet\": \"akpati ozu\",\n    \"casquetel\": \"akpati\",\n    \"casquette\": \"akpati\",\n    \"cassaba\": \"nwachukwu\",\n    \"cassabully\": \"onyedikachi\",\n    \"cassady\": \"nwachukwu\",\n    \"cassalty\": \"onye nzuzu\",\n    \"cassapanca\": \"akpaka\",\n    \"cassare\": \"akpu\",\n    \"cassareep\": \"akpaka\",\n    \"cassatas\": \"cassata\",\n    \"cassava\": \"akpu\",\n    \"cassavas\": \"akpu\",\n    \"casse\": \"akpu\",\n    \"cassegrain\": \"akpu\",\n    \"cassegrainian\": \"onye obia\",\n    \"casselty\": \"kasịnụ\",\n    \"casserole\": \"mkpọ\",\n    \"casseroled\": \"Gbasara\",\n    \"casseroles\": \"akpuru\",\n    \"casseroling\": \"casserol\",\n    \"cassette\": \"kaseti\",\n    \"cassettes\": \"kaseti\",\n    \"cassy\": \"kpakpando\",\n    \"cassican\": \"Kasasi\",\n    \"cassidid\": \"Nwokeji\",\n    \"cassidoine\": \"nwachukwu\",\n    \"cassidulina\": \"nwachukwu\",\n    \"cassina\": \"nwachukwu\",\n    \"cassine\": \"kasinụ\",\n    \"cassinese\": \"asụsụ cassinese\",\n    \"cassinette\": \"nwamba\",\n    \"cassinian\": \"cassinas\",\n    \"cassino\": \"iheanacho\",\n    \"cassinoid\": \"nkechi\",\n    \"cassiopeian\": \"cassiope nke\",\n    \"cassytha\": \"nwachukwu\",\n    \"cassock\": \"akpaka\",\n    \"cassocked\": \"akpado\",\n    \"cassocks\": \"okpukpu\",\n    \"cassoulet\": \"akpati\",\n    \"cast\": \"nkedo\",\n    \"castalides\": \"ụlọ nche\",\n    \"castanea\": \"Nkedo\",\n    \"castanean\": \"Castanean\",\n    \"castanet\": \"ndukwe\",\n    \"castanets\": \"ihe nkedo\",\n    \"castanian\": \"asụsụ Katọlik\",\n    \"castanopsis\": \"nkedo\",\n    \"castanospermum\": \"antọpụsị\",\n    \"castaway\": \"tufuo\",\n    \"caste\": \"nkedo\",\n    \"casted\": \"gbue\",\n    \"casteism\": \"enweghị okwukwe\",\n    \"casteisms\": \"usoro iwu\",\n    \"casteless\": \"nkedo\",\n    \"castelet\": \"akpati\",\n    \"castellan\": \"nnukwu ụlọ\",\n    \"castellany\": \"Ezigbo ụlọ\",\n    \"castellanies\": \"nnukwu ụlọ\",\n    \"castellanship\": \"lọ\",\n    \"castellanus\": \"nnukwu ụlọ\",\n    \"castellar\": \"nnukwu ụlọ\",\n    \"castellate\": \"nnukwu ụlọ\",\n    \"castellated\": \"Ezigbo\",\n    \"castellation\": \"Ulo-elu\",\n    \"castellatus\": \"ellọukwu\",\n    \"castellet\": \"nnukwu ụlọ\",\n    \"castelli\": \"Obinna Okeke\",\n    \"castellum\": \"lọ\",\n    \"caster\": \"okpu\",\n    \"casters\": \"ndị oji\",\n    \"casteth\": \"Onye obula\",\n    \"casthouse\": \"ulo mkpo\",\n    \"castigate\": \"tufuo\",\n    \"castigating\": \"na-agbanye\",\n    \"castigation\": \"ọgbụgba\",\n    \"castile\": \"casti\",\n    \"castilian\": \"Ezinne\",\n    \"castilloa\": \"illọ castilloa\",\n    \"casting\": \"mgbatị\",\n    \"castings\": \"oge ọgbụgba\",\n    \"castle\": \"nnukwu ụlọ\",\n    \"castled\": \"nnukwu ụlọ\",\n    \"castlelike\": \"nnukwu ụlọ dị ka\",\n    \"castlery\": \"nnukwu ụlọ\",\n    \"castles\": \"ụlọ\",\n    \"castlet\": \"nnukwu ụlọ\",\n    \"castleward\": \"nnukwu ụlọ\",\n    \"castlewards\": \"nnukwu ụlọ\",\n    \"castlewise\": \"nnukwu ụlọ\",\n    \"castling\": \"gba\",\n    \"castock\": \"akpu\",\n    \"castoff\": \"akpu\",\n    \"castores\": \"ụlọ ahịa\",\n    \"castoreum\": \"ulo mkpo\",\n    \"castorial\": \"ihe ncheta\",\n    \"castorite\": \"onyenze\",\n    \"castorized\": \"amala\",\n    \"castoroides\": \"okpu\",\n    \"castors\": \"ndị nwere ike\",\n    \"castra\": \"nnukwu ụlọ\",\n    \"castral\": \"nnukwu ụlọ\",\n    \"castrametation\": \"nkesa\",\n    \"castrate\": \"ikpọpu\",\n    \"castrated\": \"a gbara\",\n    \"castrater\": \"ihe nkedo\",\n    \"castrates\": \"ndị mmadụ\",\n    \"castrating\": \"nkedo\",\n    \"castrations\": \"ndị ọgbụgba\",\n    \"castrator\": \"onye nkedo\",\n    \"castratory\": \"ihe nkedo\",\n    \"castrators\": \"ndị nkedo\",\n    \"castrensial\": \"Nwokeji\",\n    \"castrensian\": \"Nwokeji\",\n    \"castro\": \"rolọ\",\n    \"casts\": \"ihe nkedo\",\n    \"casual\": \"nkịtị\",\n    \"casualism\": \"enweghi ike\",\n    \"casualist\": \"onye nkịtị\",\n    \"casuality\": \"enweghi ike\",\n    \"casually\": \"n'echebaraghị ya echiche\",\n    \"casualness\": \"nkịtị\",\n    \"casuals\": \"ukporo\",\n    \"casualty\": \"onye merụrụ ahụ\",\n    \"casualties\": \"merụrụ ahụ\",\n    \"casuary\": \"akpati ozu\",\n    \"casuarinaceous\": \"akpu\",\n    \"casuarinales\": \"onyinye\",\n    \"casuist\": \"okpu\",\n    \"casuistess\": \"enweghị ego\",\n    \"casuistic\": \"enweghị ego\",\n    \"casuistical\": \"enweghị ego\",\n    \"casuistically\": \"n'amaghị ama\",\n    \"casuistry\": \"ozuzu\",\n    \"casuistries\": \"okpu\",\n    \"casula\": \"okpu\",\n    \"casusistry\": \"enweghị ego\",\n    \"caswellite\": \"nwegharia\",\n    \"cat\": \"pusi\",\n    \"catabaptist\": \"onye catabaptist\",\n    \"catabases\": \"nwamba\",\n    \"catabasion\": \"mbibi\",\n    \"catabasis\": \"mmekpa aru\",\n    \"catabatic\": \"agbali\",\n    \"catabiotic\": \"ndaba\",\n    \"catabolic\": \"ọdachi\",\n    \"catabolically\": \"n'ụzọ dị egwu\",\n    \"catabolizing\": \"na-achịkwa\",\n    \"catachreses\": \"anwuru\",\n    \"catachresti\": \"nwachukwu\",\n    \"catachrestic\": \"chukwuemeka\",\n    \"cataclasis\": \"ọdachi\",\n    \"cataclasm\": \"ọdachi\",\n    \"cataclasmic\": \"ọdachi\",\n    \"cataclysm\": \"ọdachi\",\n    \"cataclysmal\": \"kechie\",\n    \"cataclysmatic\": \"ihekwasi\",\n    \"cataclysmatist\": \"ndukwe\",\n    \"cataclysmic\": \"kelechukwu\",\n    \"cataclysmist\": \"ndudu\",\n    \"cataclysms\": \"ebelebe\",\n    \"catacomb\": \"nwachukwu\",\n    \"catacombic\": \"ndukpọ\",\n    \"catacorolla\": \"nwachukwu\",\n    \"catacoustics\": \"mmekọahụ\",\n    \"catacromyodian\": \"ndukwe\",\n    \"catacumbal\": \"nnukwu ozuzu\",\n    \"catadicrotism\": \"nkwanye ugwu\",\n    \"catadioptric\": \"nwachukwu\",\n    \"catadrome\": \"nwachukwu\",\n    \"catadromous\": \"ọdachi\",\n    \"catadupe\": \"catadupa\",\n    \"catagories\": \"edemede\",\n    \"cataian\": \"katata\",\n    \"catakinomeric\": \"nwachukwuomeric\",\n    \"catalan\": \"katalan\",\n    \"catalanist\": \"katalọgụ\",\n    \"catalatic\": \"katalati\",\n    \"catalectic\": \"kọntaktị\",\n    \"cataleptics\": \"cataleptik\",\n    \"catalina\": \"katalina\",\n    \"catalyse\": \"kpalie\",\n    \"catalysis\": \"nyocha\",\n    \"catalyst\": \"mkpali\",\n    \"catalysts\": \"mmegharị\",\n    \"catalyze\": \"kpalie\",\n    \"catalyzed\": \"kpaliri\",\n    \"catalyzer\": \"katolek\",\n    \"catalyzers\": \"ndi catalyzers\",\n    \"catalyzes\": \"na-eweta catalyzes\",\n    \"catalyzing\": \"na-agbagha\",\n    \"catallactic\": \"ndukpọ\",\n    \"catallactically\": \"n'ụzọ ziri ezi\",\n    \"catallum\": \"katolum\",\n    \"catalo\": \"katalọgụ\",\n    \"cataloes\": \"katalọgụ\",\n    \"catalog\": \"katalọgụ\",\n    \"cataloged\": \"depụtara\",\n    \"cataloger\": \"katalọgụ\",\n    \"catalogers\": \"katalọgụ\",\n    \"catalogia\": \"katalọgụ\",\n    \"catalogic\": \"katalọgụ\",\n    \"catalogical\": \"katalọgụ\",\n    \"cataloging\": \"katalọgụ\",\n    \"catalogist\": \"katalogia\",\n    \"catalogistic\": \"katalọgụ\",\n    \"catalogize\": \"katalọgụ\",\n    \"catalogs\": \"katalọgụ\",\n    \"catalogue\": \"katalọgụ\",\n    \"catalogued\": \"depụtara\",\n    \"cataloguer\": \"katalọgụ\",\n    \"catalogues\": \"katalọgụ\",\n    \"cataloguing\": \"katalọgụ\",\n    \"cataloguist\": \"katalọgụ\",\n    \"cataloon\": \"katalọgụ\",\n    \"catamaran\": \"nwamba\",\n    \"catamarans\": \"nwamba\",\n    \"catamarcan\": \"nwamba\",\n    \"catamenial\": \"ndaba\",\n    \"catamited\": \"na-akọziri\",\n    \"catamites\": \"ndi catamites\",\n    \"catamiting\": \"na-akpa ọchị\",\n    \"catamnesis\": \"nwamba\",\n    \"catamount\": \"ndaba\",\n    \"catamountain\": \"nnukwu mmiri\",\n    \"catanadromous\": \"Aghara\",\n    \"catapan\": \"kataata\",\n    \"cataphysic\": \"katalọgụ\",\n    \"cataphysical\": \"katalọgụ\",\n    \"cataphonics\": \"katapila\",\n    \"cataphoric\": \"katapila\",\n    \"cataphrenia\": \"katalọgụ\",\n    \"cataplane\": \"katalọgụ\",\n    \"cataplasis\": \"katapila\",\n    \"cataplastic\": \"katapila\",\n    \"catapleiite\": \"ndigbo\",\n    \"catapuce\": \"katalọgụ\",\n    \"catapult\": \"katapila\",\n    \"catapulted\": \"gbaba\",\n    \"catapultic\": \"katapila\",\n    \"catapulting\": \"katapila\",\n    \"catapults\": \"katapila\",\n    \"cataractine\": \"okpokoro\",\n    \"catarrhal\": \"katarrhal\",\n    \"catarrhed\": \"nwetere\",\n    \"catarrhous\": \"katarrhous\",\n    \"catasarka\": \"agbali\",\n    \"catasetum\": \"ndukpọ\",\n    \"cataspilite\": \"ndukpọ\",\n    \"catasta\": \"katosta\",\n    \"catastaltic\": \"Ekoli\",\n    \"catastases\": \"ọdachi\",\n    \"catastasis\": \"ọdachi\",\n    \"catastate\": \"kpakpando\",\n    \"catastatic\": \"Ekpo\",\n    \"catastrophal\": \"ndudu\",\n    \"catastrophe\": \"ọdachi\",\n    \"catastrophes\": \"ọdachi\",\n    \"catastrophic\": \"na-eweta ọdachi\",\n    \"catastrophical\": \"na-eweta ọdachi\",\n    \"catastrophically\": \"keezigbo\",\n    \"catastrophism\": \"ndagwurugwu\",\n    \"catastrophist\": \"ndachi\",\n    \"catathymic\": \"ndoli\",\n    \"catatoniac\": \"nwachukwu\",\n    \"catatonias\": \"nwamba\",\n    \"catatonic\": \"Okafor\",\n    \"catberry\": \"kịberị\",\n    \"catbird\": \"nwamba\",\n    \"catbirds\": \"nnụnnụ mmiri\",\n    \"catboat\": \"ụgbọ mmiri\",\n    \"catboats\": \"ụgbọ mmiri\",\n    \"catbrier\": \"ihe nkita\",\n    \"catbriers\": \"ihe mgbochi\",\n    \"catcall\": \"ndudu\",\n    \"catcalled\": \"kpaliri\",\n    \"catcaller\": \"ihe ọkụkụ\",\n    \"catcalling\": \"na-agbagha\",\n    \"catcalls\": \"na-adaba\",\n    \"catch\": \"gbute azụ\",\n    \"catchable\": \"enwere ike\",\n    \"catchalls\": \"ndudu\",\n    \"catchcry\": \"njide\",\n    \"catched\": \"nwude\",\n    \"catcher\": \"onye nwuchi\",\n    \"catchers\": \"ndi nwua\",\n    \"catches\": \"na-ejide\",\n    \"catchflies\": \"ejidere\",\n    \"catchie\": \"catchy\",\n    \"catchier\": \"catchy\",\n    \"catchiest\": \"na-elekọta\",\n    \"catchiness\": \"njide\",\n    \"catching\": \"akụta\",\n    \"catchingly\": \"na-ejide\",\n    \"catchingness\": \"njide\",\n    \"catchland\": \"Ala mmiri\",\n    \"catchlight\": \"ọkụ ọkụ\",\n    \"catchline\": \"ọnyà\",\n    \"catchments\": \"njide\",\n    \"catchpenny\": \"gbamgbam\",\n    \"catchpennies\": \"gbamgbam\",\n    \"catchphrase\": \"mkpụrụ okwu mkpo okwu\",\n    \"catchpoled\": \"catchpole\",\n    \"catchpolery\": \"catchpole\",\n    \"catchpoleship\": \"ụgbọ mmiri na-agba agba\",\n    \"catchpoling\": \"na-ejide\",\n    \"catchpolled\": \"gbagburu\",\n    \"catchpollery\": \"agbamgbam\",\n    \"catchpolling\": \"gbasasịa\",\n    \"catchup\": \"nwudo\",\n    \"catchups\": \"gbasie\",\n    \"catchwater\": \"mmiri mmiri\",\n    \"catchweight\": \"dị arọ\",\n    \"catchword\": \"isiokwu\",\n    \"catchwords\": \"njide okwu\",\n    \"catchwork\": \"enwetaghị ọrụ\",\n    \"catclaw\": \"nwamba\",\n    \"catechetic\": \"katiketị\",\n    \"catechetical\": \"katalọgụ\",\n    \"catechetically\": \"gbamgbam\",\n    \"catechisable\": \"anwansi\",\n    \"catechisation\": \"katakị\",\n    \"catechise\": \"katakị\",\n    \"catechising\": \"anakpo\",\n    \"catechism\": \"katakisim\",\n    \"catechismal\": \"katakism\",\n    \"catechisms\": \"katakim\",\n    \"catechist\": \"onye anakpo\",\n    \"catechistic\": \"katakiks\",\n    \"catechistical\": \"katakistik\",\n    \"catechistically\": \"n'adamba\",\n    \"catechists\": \"ndi Katakpa\",\n    \"catechization\": \"katalọgụ\",\n    \"catechized\": \"gbakọrọ\",\n    \"catechizing\": \"nkuku\",\n    \"catechol\": \"katechol\",\n    \"catechols\": \"katechols\",\n    \"catechumenal\": \"katechumenal\",\n    \"catechumenism\": \"katakimenism\",\n    \"categorem\": \"categorọm\",\n    \"categorematic\": \"ịkọwapụta\",\n    \"categorematical\": \"ịkọwapụta\",\n    \"categorematically\": \"n'otu n'otu\",\n    \"category\": \"udi\",\n    \"categorial\": \"nkewa\",\n    \"categoric\": \"nke doro anya\",\n    \"categorically\": \"kpam kpam\",\n    \"categoricalness\": \"nkera\",\n    \"categories\": \"edemede\",\n    \"categorisation\": \"nhazi ọkwa\",\n    \"categorise\": \"ichikota\",\n    \"categorised\": \"na nkewa\",\n    \"categorising\": \"na-ekenye ha\",\n    \"categorization\": \"nhazi ọkwa\",\n    \"categorizations\": \"nhazi\",\n    \"categorize\": \"ichikota\",\n    \"categorized\": \"na nkewa\",\n    \"categorizing\": \"na-ekenye ha\",\n    \"catel\": \"nnukwu ụlọ\",\n    \"catelectrode\": \"nkata\",\n    \"catenarian\": \"onye catenarian\",\n    \"catenating\": \"anụkọ\",\n    \"catenoid\": \"nwachukwu\",\n    \"cater\": \"ihe ike\",\n    \"caterans\": \"ndi nkata\",\n    \"caterbrawl\": \"nwamba\",\n    \"catercap\": \"katapila\",\n    \"catercorner\": \"katapila\",\n    \"catercornered\": \"achoputala\",\n    \"catercornerways\": \"ihe nkuku\",\n    \"catercousin\": \"nwa nwanne nna\",\n    \"catered\": \"na-ajụ\",\n    \"caterer\": \"Onye nlekọta\",\n    \"caterers\": \"ndị na-ewe ihe oriri\",\n    \"caterership\": \"nri nri\",\n    \"cateress\": \"nri\",\n    \"cateresses\": \"ihe oriri\",\n    \"catery\": \"ebe obibi\",\n    \"catering\": \"isi nri\",\n    \"cateringly\": \"ejije\",\n    \"caterpillar\": \"nchi\",\n    \"caterpillared\": \"kụrụ n'ọgbọ\",\n    \"caterpillarlike\": \"nnụnụ\",\n    \"caterpillars\": \"nchi\",\n    \"caters\": \"na-elekọta\",\n    \"caterva\": \"katapila\",\n    \"caterwaul\": \"nwakowa\",\n    \"caterwauled\": \"katalọgụ\",\n    \"caterwauler\": \"nwamba\",\n    \"caterwauling\": \"ndubata\",\n    \"caterwauls\": \"nwamba\",\n    \"cates\": \"ama ụlọ\",\n    \"catface\": \"ihe ndozi\",\n    \"catfaced\": \"rikpuru\",\n    \"catfaces\": \"ihe ndozi\",\n    \"catfacing\": \"ọdachi\",\n    \"catfalls\": \"ọdachi\",\n    \"catfight\": \"nkwulu\",\n    \"catfish\": \"azụ okpo\",\n    \"catfishes\": \"na-azụ azụ\",\n    \"catfoot\": \"ụkwụ ụkwụ\",\n    \"catfooted\": \"gbagwojuru anya\",\n    \"catgut\": \"nwamba\",\n    \"catguts\": \"mmebe\",\n    \"cath\": \"ebe obibi\",\n    \"catharism\": \"nkwalite\",\n    \"catharistic\": \"nkwanye ugwu\",\n    \"cathartic\": \"onwude\",\n    \"catharticalness\": \"ekpughere\",\n    \"cathartics\": \"ihe ndi ozo\",\n    \"cathead\": \"isi mmiri\",\n    \"cathedral\": \"katidral\",\n    \"cathedraled\": \"katidelụ\",\n    \"cathedralic\": \"katidralik\",\n    \"cathedrallike\": \"katidral dị\",\n    \"cathedrals\": \"katidral\",\n    \"cathedras\": \"katidras\",\n    \"cathedrated\": \"nwuliri\",\n    \"catherine\": \"katherine\",\n    \"cathern\": \"Onyeka\",\n    \"catheterising\": \"catheterisation\",\n    \"catheterism\": \"catheters\",\n    \"catheterizes\": \"na-ekpuchi\",\n    \"catheterizing\": \"catheterization\",\n    \"cathetometric\": \"nnabata\",\n    \"cathetusti\": \"nnabata\",\n    \"cathion\": \"ebe obibi\",\n    \"cathodal\": \"ndokwa\",\n    \"cathodegraph\": \"katalọgụ\",\n    \"cathodically\": \"n'ụzọ dị egwu\",\n    \"cathodograph\": \"ndepụta\",\n    \"cathodoluminescence\": \"nkwonkwo mmiri\",\n    \"cathograph\": \"katalọgụ\",\n    \"cathography\": \"ihe ngosi\",\n    \"cathole\": \"olulu\",\n    \"catholic\": \"Katọlik\",\n    \"catholical\": \"Katọlik\",\n    \"catholicalness\": \"Katọlik\",\n    \"catholicate\": \"Katọlik\",\n    \"catholicisation\": \"Katọlik\",\n    \"catholicise\": \"Katọlik\",\n    \"catholicised\": \"egbu egbu\",\n    \"catholiciser\": \"Katọlik\",\n    \"catholicising\": \"Katọlik\",\n    \"catholicism\": \"Katọlik\",\n    \"catholicist\": \"Katọlik\",\n    \"catholicity\": \"Katọlik\",\n    \"catholicization\": \"Katọlik\",\n    \"catholicize\": \"Katọlik\",\n    \"catholicized\": \"egbu egbu\",\n    \"catholicizer\": \"Katọlik\",\n    \"catholicizing\": \"Katọlik\",\n    \"catholicness\": \"Katọlik\",\n    \"catholicon\": \"Katọlik\",\n    \"catholicos\": \"Katọlik\",\n    \"catholics\": \"ndị Katọlik\",\n    \"catholicus\": \"katolus\",\n    \"catholyte\": \"ndukwe\",\n    \"cathood\": \"Oke\",\n    \"cathop\": \"nnukwu ụlọ\",\n    \"cathouses\": \"ụlọ nkwakọba ihe\",\n    \"cathryn\": \"ebechi\",\n    \"cathud\": \"ụlọ ọrụ\",\n    \"catydid\": \"okpokoro\",\n    \"catilinarian\": \"onye catilinarian\",\n    \"catiline\": \"katiline\",\n    \"cating\": \"na-eri nri\",\n    \"cation\": \"amaokwu\",\n    \"cationic\": \"Akwụkwọ\",\n    \"cations\": \"Ọgụgụ\",\n    \"catjang\": \"nwamba\",\n    \"catkin\": \"akpu\",\n    \"catkins\": \"nwamba\",\n    \"catlap\": \"okpu\",\n    \"catlike\": \"yiri\",\n    \"catlin\": \"klọl\",\n    \"catline\": \"ndepụta\",\n    \"catling\": \"na-eri nri\",\n    \"catlins\": \"katolin\",\n    \"catmints\": \"nkpo\",\n    \"catnap\": \"nwude, nwude\",\n    \"catnapped\": \"na-eri nri\",\n    \"catnapper\": \"ihe nkedo\",\n    \"catnip\": \"akpu\",\n    \"catnips\": \"akpu\",\n    \"catocalid\": \"chiedozie\",\n    \"catocarthartic\": \"chiedozie nwagbara\",\n    \"catocathartic\": \"chiedozie\",\n    \"catochus\": \"katochus\",\n    \"catodon\": \"katodọn\",\n    \"catodont\": \"katalọgụ\",\n    \"catogene\": \"chiedozie\",\n    \"catogenic\": \"onyechi\",\n    \"catoism\": \"ọrịa katalọgụ\",\n    \"catonian\": \"katọnik\",\n    \"catonic\": \"katọnik\",\n    \"catonically\": \"katọnik\",\n    \"catoptric\": \"chiedozie\",\n    \"catoptrics\": \"ihe owuwu\",\n    \"catoptrite\": \"ndukwe\",\n    \"catoptromancy\": \"Ogbogu okonji\",\n    \"catoptromantic\": \"iheanacho\",\n    \"catostomid\": \"ndukwe\",\n    \"catostomoid\": \"ndukwe\",\n    \"catostomus\": \"ọtụmọkpọ\",\n    \"catouse\": \"ndukwe\",\n    \"catpiece\": \"ịkpụcha\",\n    \"catpipe\": \"pusi anwụrụ\",\n    \"catproof\": \"pusi akaebe\",\n    \"catrigged\": \"katrigged\",\n    \"cats\": \"nwamba\",\n    \"catskill\": \"nwamba\",\n    \"catskin\": \"nwamba\",\n    \"catskinner\": \"onyekachi\",\n    \"catslide\": \"nwamba\",\n    \"catsos\": \"nwamba\",\n    \"catspaw\": \"nwamba\",\n    \"catspaws\": \"nwamba\",\n    \"catstane\": \"nwamba\",\n    \"catstep\": \"ihe ndozi\",\n    \"catstick\": \"pusi\",\n    \"catstitch\": \"akpa\",\n    \"catstitcher\": \"osiso\",\n    \"catstone\": \"okwute\",\n    \"catsup\": \"nwamba\",\n    \"catsups\": \"nwamba\",\n    \"cattails\": \"cattail\",\n    \"cattan\": \"catan\",\n    \"catted\": \"nwuru anwu\",\n    \"cattery\": \"ebe obibi\",\n    \"catteries\": \"nnukwu ụlọ\",\n    \"catti\": \"nri\",\n    \"catty\": \"cati\",\n    \"cattycorner\": \"nnechi nwoke\",\n    \"cattycornered\": \"echekwara\",\n    \"cattier\": \"katrịrị\",\n    \"catties\": \"nwamba\",\n    \"cattyman\": \"Nwokeji\",\n    \"cattiness\": \"agụụ\",\n    \"catting\": \"nwamba\",\n    \"cattish\": \"bido\",\n    \"cattishly\": \"jiri nwayọ\",\n    \"cattishness\": \"nwụọ\",\n    \"cattle\": \"ehi\",\n    \"cattlebush\": \"anụ ụlọ\",\n    \"cattlefold\": \"ebe a na-azụ ehi\",\n    \"cattlehide\": \"ihe eji ehi ehi\",\n    \"cattleya\": \"ehiya\",\n    \"cattleyak\": \"ehi ehi\",\n    \"cattleyas\": \"ehi ehi\",\n    \"cattleless\": \"ehi na-enweghị ehi\",\n    \"cattleman\": \"onye na-azụ ehi\",\n    \"cattlemen\": \"ndi anumanu\",\n    \"catvine\": \"kporo\",\n    \"catwalks\": \"adọkpụkọ\",\n    \"catwood\": \"koodụ\",\n    \"caubeen\": \"Caubeen\",\n    \"caucasians\": \"ndị caucasians\",\n    \"caucasoid\": \"nkechi\",\n    \"caucasoids\": \"ihe ọ .ụ .ụ\",\n    \"cauch\": \"n'ihe ndina\",\n    \"cauchillo\": \"chiuchillo\",\n    \"caucused\": \"caucuses\",\n    \"caucusing\": \"iche\",\n    \"caucussed\": \"caucuses\",\n    \"caucusses\": \"mgbako\",\n    \"caucussing\": \"igwu\",\n    \"caudad\": \"nwaeze\",\n    \"caudal\": \"ezi ihe\",\n    \"caudally\": \"n'okwu\",\n    \"caudalward\": \"okirikiri\",\n    \"caudate\": \"Ogbe\",\n    \"caudated\": \"igbokwe\",\n    \"caudebeck\": \"akuko\",\n    \"caudex\": \"unyeke\",\n    \"caudexes\": \"unyekpo\",\n    \"caudices\": \"echekwa\",\n    \"caudicle\": \"okirikiri\",\n    \"caudillo\": \"nwachukwu\",\n    \"caudillos\": \"nwachukwu\",\n    \"caudocephalad\": \"ndiegwu\",\n    \"caudotibial\": \"caudo tibial\",\n    \"caudotibialis\": \"caudo tibialis\",\n    \"caufle\": \"kọfị\",\n    \"caught\": \"jidere\",\n    \"cauk\": \"Okwa\",\n    \"cauked\": \"gwuru\",\n    \"cauking\": \"na-ebu ihe ọ .ụ .ụ\",\n    \"caul\": \"Caul\",\n    \"cauld\": \"nwee ike\",\n    \"cauldrifeness\": \"nkwanye ugwu\",\n    \"cauldron\": \"okwute\",\n    \"cauldrons\": \"okpu\",\n    \"caulds\": \"okwute\",\n    \"caulerpaceous\": \"ihe ike\",\n    \"caules\": \"kọlụm\",\n    \"caulescent\": \"afor\",\n    \"caulicule\": \"ihe e ji esi ya\",\n    \"cauliculi\": \"ihechi\",\n    \"cauliculus\": \"akuko\",\n    \"cauliferous\": \"ihe rụrụ arụ\",\n    \"cauliflower\": \"kọlịflawa\",\n    \"cauliflowers\": \"kọlịflawa\",\n    \"cauliform\": \"kọlịform\",\n    \"caulked\": \"amaokwu\",\n    \"caulking\": \"na-ebu ihe ọ .ụ .ụ\",\n    \"caulocarpic\": \"okpokoro\",\n    \"caulomic\": \"okpokoro\",\n    \"caulophyllum\": \"ihe nwere ike\",\n    \"caulosarc\": \"obula\",\n    \"caulotaxy\": \"okpokoro\",\n    \"caulotaxis\": \"okpokoroisi\",\n    \"cauls\": \"ihe mgbochi\",\n    \"caum\": \"isi\",\n    \"caumatic\": \"isi akuko\",\n    \"caunch\": \"mkpọchi\",\n    \"caunter\": \"onyekachi\",\n    \"caup\": \"Caup\",\n    \"cauponation\": \"okirikiri\",\n    \"caupones\": \"ihebisi\",\n    \"caurus\": \"causus\",\n    \"caus\": \"akpata\",\n    \"causability\": \"akpata\",\n    \"causable\": \"enwere ike\",\n    \"causal\": \"akpata\",\n    \"causality\": \"ihe kpatara ya\",\n    \"causalities\": \"akpata\",\n    \"causally\": \"caus\",\n    \"causans\": \"ihe causans\",\n    \"causate\": \"bute\",\n    \"causation\": \"akpata\",\n    \"causational\": \"akpata\",\n    \"causationism\": \"ihe kpatara ya\",\n    \"causationist\": \"akpata\",\n    \"causations\": \"akpata\",\n    \"causative\": \"akpata\",\n    \"causatively\": \"akpata\",\n    \"causativeness\": \"akpata\",\n    \"causator\": \"akpata\",\n    \"causatum\": \"isi ike\",\n    \"cause\": \"akpata\",\n    \"caused\": \"kpatara\",\n    \"causeful\": \"akpata\",\n    \"causey\": \"akpata\",\n    \"causeys\": \"ihe kpatara\",\n    \"causeless\": \"enweghị isi\",\n    \"causelessly\": \"na-enweghị isi\",\n    \"causelessness\": \"enweghị atụ\",\n    \"causer\": \"ihe kpatara\",\n    \"causeries\": \"akpata\",\n    \"causers\": \"ihe na-akpata\",\n    \"causes\": \"na-akpata\",\n    \"causeur\": \"akpata\",\n    \"causeuse\": \"mee ihe\",\n    \"causeuses\": \"na-akpata\",\n    \"causeway\": \"ụzọ\",\n    \"causewayed\": \"emee\",\n    \"causewaying\": \"eme\",\n    \"causewayman\": \"Anamgbam\",\n    \"causeways\": \"ụzọ\",\n    \"causidical\": \"ihe kpatara ya\",\n    \"causing\": \"na-akpata\",\n    \"causingness\": \"akpata\",\n    \"causse\": \"akpata\",\n    \"causson\": \"Iheanacho\",\n    \"caustic\": \"Nkechi\",\n    \"caustically\": \"n'okwu\",\n    \"causticism\": \"akuko\",\n    \"causticity\": \"ihe ike\",\n    \"causticize\": \"igbochi\",\n    \"causticized\": \"igbochi\",\n    \"causticizing\": \"na-akpali akpali\",\n    \"causticness\": \"akuko\",\n    \"caustics\": \"okpu\",\n    \"caustify\": \"kwalite\",\n    \"caustified\": \"kpara\",\n    \"causus\": \"ihe kpatara ya\",\n    \"cautelous\": \"kelechi\",\n    \"cautelously\": \"iheanacho\",\n    \"cautelousness\": \"ndabale\",\n    \"cauterant\": \"Nwaamaka\",\n    \"cauterisation\": \"nkesa\",\n    \"cauterised\": \"mechebe\",\n    \"cauterism\": \"mezie\",\n    \"cauterize\": \"mezie\",\n    \"cauterized\": \"weghachite\",\n    \"cauterizer\": \"mezie\",\n    \"cauterizes\": \"mezie\",\n    \"caution\": \"kpachara anya\",\n    \"cautionary\": \"ịkpachara anya\",\n    \"cautionaries\": \"ịdọ aka ná ntị\",\n    \"cautioned\": \"dọrọ aka ná ntị\",\n    \"cautioner\": \"adọ aka ná ntị\",\n    \"cautioners\": \"dọọ aka ná ntị\",\n    \"cautiones\": \"adọ aka na ntị\",\n    \"cautioning\": \"ịdọ aka ná ntị\",\n    \"cautionings\": \"ịdọ aka na ntị\",\n    \"cautionry\": \"ịkpachara anya\",\n    \"cautions\": \"ịkpachara anya\",\n    \"cautious\": \"kpachara anya\",\n    \"cautiously\": \"kpachapụ anya\",\n    \"cautiousness\": \"kpachara anya\",\n    \"cav\": \"okpokoro\",\n    \"cavaedium\": \"nwekoro\",\n    \"cavalcaded\": \"cavalcade\",\n    \"cavalcades\": \"cavalcade\",\n    \"cavalcading\": \"cavalcade\",\n    \"cavalero\": \"ndiigbo\",\n    \"cavaliere\": \"nwekpo\",\n    \"cavaliered\": \"ekpuchighị\",\n    \"cavalieres\": \"ndiegwu\",\n    \"cavalieri\": \"nnem\",\n    \"cavaliering\": \"okpokoro\",\n    \"cavalierish\": \"iheanacho\",\n    \"cavalierishness\": \"nnweta ihe\",\n    \"cavalierism\": \"nkwanye ugwu\",\n    \"cavalierly\": \"agbamgbam\",\n    \"cavalierness\": \"nnabata\",\n    \"cavaliero\": \"nwekpo\",\n    \"cavaliers\": \"ndi cavali\",\n    \"cavalla\": \"nwachukwu\",\n    \"cavallas\": \"ndiegwu\",\n    \"cavallies\": \"ndiigbo\",\n    \"cavalry\": \"ndị agha\",\n    \"cavalries\": \"ịnyịnya\",\n    \"cavalryman\": \"onye na-agba ịnyịnya\",\n    \"cavalrymen\": \"ndị agha ịnyịnya\",\n    \"cavate\": \"kpuchie\",\n    \"cavated\": \"kpughere\",\n    \"cavatinas\": \"mgbako\",\n    \"cave\": \"ọgba\",\n    \"caveated\": \"mechie\",\n    \"caveatee\": \"ogwugwu\",\n    \"caveating\": \"Oghara\",\n    \"caveator\": \"ọgba mmiri\",\n    \"caveators\": \"ndi ekpuchita\",\n    \"caveats\": \"ndozi\",\n    \"caved\": \"mebiri\",\n    \"cavefish\": \"azụ azụ\",\n    \"cavefishes\": \"azụ azụ\",\n    \"cavekeeper\": \"onye na-elekọta ọgba ọgba\",\n    \"cavelet\": \"abaitiat\",\n    \"cavelike\": \"ọgba yiri\",\n    \"caveman\": \"onye ekpomoku\",\n    \"cavemen\": \"ndị ọgba\",\n    \"cavendish\": \"ndokwa\",\n    \"caver\": \"oghere\",\n    \"cavern\": \"abaitiat\",\n    \"caverned\": \"mebiri\",\n    \"caverns\": \"abaitiat\",\n    \"cavernulous\": \"amala ama\",\n    \"cavers\": \"Okwute\",\n    \"caves\": \"abaitiat\",\n    \"cavesson\": \"ndokwa\",\n    \"cavettos\": \"igodo\",\n    \"cavy\": \"ogwe aka\",\n    \"cavicornia\": \"Cavia Califonia\",\n    \"cavie\": \"ogwe aka\",\n    \"cavies\": \"ihe ngosi\",\n    \"caviya\": \"ogwe aka\",\n    \"cavyyard\": \"ogige cavy\",\n    \"cavil\": \"ovu\",\n    \"caviled\": \"cavalier\",\n    \"caviler\": \"cavalier\",\n    \"cavilers\": \"ndi cavali\",\n    \"caviling\": \"igwu\",\n    \"cavilingly\": \"na-akọ\",\n    \"cavilingness\": \"nkpọtọ\",\n    \"cavillation\": \"odụ\",\n    \"cavillatory\": \"okpokoro\",\n    \"cavilled\": \"gwuru\",\n    \"caviller\": \"ihe odide\",\n    \"cavillers\": \"ndị ọrụ ọka\",\n    \"cavilling\": \"nnem\",\n    \"cavillingly\": \"nwagbalị\",\n    \"cavillingness\": \"nnabata\",\n    \"cavils\": \"okpokoro\",\n    \"caving\": \"oghere\",\n    \"cavings\": \"mgboko\",\n    \"cavish\": \"nwekwuo\",\n    \"cavitate\": \"rie\",\n    \"cavitated\": \"nwegasịrị ihe\",\n    \"cavitating\": \"na-elekọta\",\n    \"cavity\": \"oghere\",\n    \"cavities\": \"oghere\",\n    \"cavort\": \"nweghachi\",\n    \"cavorted\": \"nwegasịrị ihe\",\n    \"cavorter\": \"nweere anụ\",\n    \"cavorters\": \"ndiigbo\",\n    \"cavorting\": \"ekpemegwu\",\n    \"cavorts\": \"ndiigbo\",\n    \"cavu\": \"unọ\",\n    \"cavum\": \"nwachị\",\n    \"cavus\": \"isi\",\n    \"cawed\": \"kwadoro\",\n    \"cawing\": \"ịkwanye\",\n    \"caws\": \"Caws\",\n    \"caxton\": \"nwachukwu\",\n    \"caxtonian\": \"nwachukwu\",\n    \"cazimi\": \"Cazimi\",\n    \"cc\": \"CC\",\n    \"ccesser\": \"onye ozi\",\n    \"cchaddoorck\": \"Onyinyechukwu\",\n    \"ccitt\": \"Ochie\",\n    \"cckw\": \"nkuku\",\n    \"ccm\": \"Ccm\",\n    \"ccoya\": \"inwu\",\n    \"cdg\": \"nw\",\n    \"ceanothus\": \"Uchechukwu\",\n    \"cease\": \"kwusi\",\n    \"ceased\": \"kwụsịrị\",\n    \"ceaseless\": \"kwụsị\",\n    \"ceaselessly\": \"n'akwụsịghị akwụsị\",\n    \"ceaselessness\": \"nkwụsị\",\n    \"ceases\": \"akwụsị\",\n    \"ceasing\": \"na-akwụsị\",\n    \"ceasmic\": \"arụsị\",\n    \"cebell\": \"kpọọ\",\n    \"cebid\": \"kwusi\",\n    \"cebids\": \"mkpọchi\",\n    \"ceboids\": \"ihebo\",\n    \"cebollite\": \"Oboh\",\n    \"cecal\": \"Nkechi\",\n    \"cecally\": \"n'ụzọ\",\n    \"cecidology\": \"ihe omumu\",\n    \"cecidologist\": \"ọkà mmụta sayensị\",\n    \"cecidomyiidous\": \"Obinwanne\",\n    \"cecils\": \"ụlọ\",\n    \"cecity\": \"ike\",\n    \"cecomorphic\": \"ikpa\",\n    \"cecopexy\": \"osisi\",\n    \"cecostomy\": \"okpu\",\n    \"cecrops\": \"mkpọchi\",\n    \"cecums\": \"gafere\",\n    \"cecutiency\": \"ihe ndozi\",\n    \"cedar\": \"osisi sida\",\n    \"cedars\": \"osisi cedar\",\n    \"cedarwood\": \"osisi sida\",\n    \"ceders\": \"osisi cedar\",\n    \"cedes\": \"ceded\",\n    \"ceding\": \"na-ata ahụhụ\",\n    \"cedrate\": \"cedrat\",\n    \"ceduous\": \"ceduedu\",\n    \"ceiled\": \"Osi\",\n    \"ceiler\": \"mmiri mmiri\",\n    \"ceilers\": \"mmanụ ụgbọ mmiri\",\n    \"ceiling\": \"uko ụlọ\",\n    \"ceilinged\": \"kpuchie\",\n    \"ceilings\": \"uko ụlọ\",\n    \"ceilingward\": \"uko ụlọ\",\n    \"ceilingwards\": \"uko ụlọ\",\n    \"ceilometer\": \"ceilomita\",\n    \"ceylonese\": \"Ceylonese\",\n    \"ceint\": \"kwụsị\",\n    \"ceinture\": \"ịkwụsị\",\n    \"ceyssatite\": \"Uchechukwu\",\n    \"celastraceous\": \"lastlọ\",\n    \"celastrus\": \"mmiri\",\n    \"celation\": \"nkwụsị\",\n    \"celative\": \"Ike\",\n    \"celature\": \"ụlọ ọrụ\",\n    \"celeb\": \"eme ememe\",\n    \"celebes\": \"ememe\",\n    \"celebesian\": \"Celebetian\",\n    \"celebrant\": \"eme ememe\",\n    \"celebrants\": \"eme ememme\",\n    \"celebrate\": \"eme ememe\",\n    \"celebrated\": \"eme ememe\",\n    \"celebratedly\": \"eme ememe\",\n    \"celebratedness\": \"ememe\",\n    \"celebrater\": \"ememe\",\n    \"celebrates\": \"na-agba\",\n    \"celebrating\": \"eme ememe\",\n    \"celebration\": \"ememe\",\n    \"celebrationis\": \"ememme\",\n    \"celebrations\": \"ememe\",\n    \"celebrative\": \"n'ememe\",\n    \"celebrator\": \"onye ncheta\",\n    \"celebratory\": \"na-eme ememe\",\n    \"celebrators\": \"ndị na-eme ememe\",\n    \"celebres\": \"ama\",\n    \"celebret\": \"ama\",\n    \"celebrious\": \"ama\",\n    \"celebrity\": \"ama\",\n    \"celebrities\": \"ndi amara\",\n    \"celeomorphic\": \"ọmarịcha\",\n    \"celeriacs\": \"celeriac\",\n    \"celeries\": \"celery\",\n    \"celerity\": \"ibu ibu\",\n    \"celerities\": \"ndi amara\",\n    \"celestes\": \"celests\",\n    \"celestial\": \"nke eluigwe\",\n    \"celestialized\": \"Emebere\",\n    \"celestially\": \"nke eluigwe\",\n    \"celestialness\": \"nke eluigwe\",\n    \"celestinian\": \"nke celestine\",\n    \"celestitude\": \"nke eluigwe\",\n    \"celibacy\": \"alụghị nwanyị\",\n    \"celibacies\": \"alụghị nwanyị\",\n    \"celibatarian\": \"onye na-alụbeghị nwanyị\",\n    \"celibate\": \"alụghị nwanyị\",\n    \"celibates\": \"ndị na-alụbeghị di na nwunye\",\n    \"celibatic\": \"Nwa nwanyi\",\n    \"celibatist\": \"onye na-alụ nwanyị\",\n    \"celibatory\": \"alụghị nwaanyị\",\n    \"celiectasia\": \"Nwachukwu\",\n    \"celiectomy\": \"Mmechi\",\n    \"celiocolpotomy\": \"usoro celiocolpotomy\",\n    \"celiolymph\": \"ekwenti\",\n    \"celiomyomectomy\": \"akụrụngwa\",\n    \"celiopyosis\": \"mkpụrụ ndụ\",\n    \"celiorrhaphy\": \"cel celrhaphy\",\n    \"celiorrhea\": \"onyebuchi\",\n    \"celiosalpingectomy\": \"akwara\",\n    \"celiosalpingotomy\": \"akwara\",\n    \"celiotomy\": \"ihe omimi\",\n    \"celiotomies\": \"ogwe aka\",\n    \"cellar\": \"okpuru ulo\",\n    \"cellarage\": \"ekwenti\",\n    \"cellared\": \"ekwenti\",\n    \"cellarer\": \"onye na-agba okuko\",\n    \"cellarers\": \"ndị na-agba alụghị di\",\n    \"cellaress\": \"lalọ okpuru ulo\",\n    \"cellaring\": \"okpuru ulo\",\n    \"cellarless\": \"okpuru ulo\",\n    \"cellarmen\": \"ndi cellarmen\",\n    \"cellarous\": \"ekwenti\",\n    \"cellars\": \"okpuru ulo\",\n    \"cellarway\": \"okpuru ulo\",\n    \"cellarwoman\": \"Nwa nwanyi\",\n    \"cellated\": \"agbakwunyere\",\n    \"cellblock\": \"mkpọchi\",\n    \"cellblocks\": \"mkpọchi\",\n    \"celled\": \"echekwara\",\n    \"cellepore\": \"ọmarịcha\",\n    \"cellifugal\": \"nke cellifugal\",\n    \"cellist\": \"onye maara ihe\",\n    \"cellists\": \"ndị ọrụ cell\",\n    \"cellite\": \"onye nga\",\n    \"cellmate\": \"onye nga\",\n    \"cellmates\": \"ndị mkpọrọ\",\n    \"cellocut\": \"cello ebipụ\",\n    \"celloist\": \"onye maara ihe\",\n    \"cellos\": \"celululose\",\n    \"cellose\": \"celululose\",\n    \"cells\": \"sel\",\n    \"cellularity\": \"mkpụrụ ndụ\",\n    \"cellulate\": \"cellulite\",\n    \"cellulating\": \"na-agbagha\",\n    \"cellulation\": \"mkpụrụ ndụ\",\n    \"cellulifugal\": \"mkpụrụ ndụ\",\n    \"cellulose\": \"celululose\",\n    \"cellulosed\": \"ekwentị\",\n    \"cellulosing\": \"na-agbagha\",\n    \"celom\": \"kpọọ\",\n    \"celoms\": \"ikuku\",\n    \"celotomy\": \"okpu\",\n    \"celotomies\": \"ogwe aka\",\n    \"celsia\": \"Uchechukwu\",\n    \"celsian\": \"ekwentị\",\n    \"celsitude\": \"nzuzu\",\n    \"celt\": \"okpu\",\n    \"celtdom\": \"ekwenti\",\n    \"celtic\": \"selịtọ\",\n    \"celtically\": \"na-echeghị echiche\",\n    \"celticize\": \"kpoo\",\n    \"celtillyrians\": \"ndị na-elekọta ụlọ\",\n    \"celtish\": \"Ndidi\",\n    \"celtism\": \"okpu\",\n    \"celtist\": \"onye ana akpo\",\n    \"celtologist\": \"ihe gbasara celtologist\",\n    \"celts\": \"mkpụrụ ndụ\",\n    \"celtuce\": \"celulu\",\n    \"cembalist\": \"onye anakpo\",\n    \"cement\": \"ciment\",\n    \"cementa\": \"ciment\",\n    \"cemental\": \"sikwu\",\n    \"cementation\": \"ciment\",\n    \"cementatory\": \"ciment\",\n    \"cemented\": \"sikwuo\",\n    \"cementer\": \"simenti\",\n    \"cementers\": \"simenti\",\n    \"cementification\": \"ciment\",\n    \"cementin\": \"cimin\",\n    \"cementing\": \"sikwuo\",\n    \"cementite\": \"ciment\",\n    \"cementitious\": \"sibe\",\n    \"cementless\": \"enweghị ciment\",\n    \"cementlike\": \"simenti\",\n    \"cementmaker\": \"simenti\",\n    \"cementmaking\": \"ciment eme\",\n    \"cementoblast\": \"cimentoblast\",\n    \"cementoma\": \"cimentoma\",\n    \"cements\": \"ụlọ\",\n    \"cementum\": \"ciment\",\n    \"cementwork\": \"ciment\",\n    \"cemetary\": \"olili ozu\",\n    \"cemetaries\": \"ebe a na-eli ozu\",\n    \"cemetery\": \"olili ozu\",\n    \"cemeterial\": \"olili ozu\",\n    \"cemeteries\": \"ebe a na-eli ozu\",\n    \"cenacles\": \"ihe nsure ọkụ\",\n    \"cenation\": \"mmechi\",\n    \"cenatory\": \"ekwuputa\",\n    \"cencerro\": \"mmmmmmmmmmmmm\",\n    \"cencerros\": \"mmmmmmmmmmmmm\",\n    \"cenesthesia\": \"mmechuihu\",\n    \"cenesthesis\": \"nyocha\",\n    \"cenesthetic\": \"ihe nlebara anya\",\n    \"cenobe\": \"ndiigbo\",\n    \"cenoby\": \"nwewe\",\n    \"cenobies\": \"cenobi\",\n    \"cenobites\": \"ndị mmadụ\",\n    \"cenobitical\": \"onye nzuzu\",\n    \"cenobitically\": \"n'inwe enyo\",\n    \"cenobitism\": \"imekọ ihe\",\n    \"cenosity\": \"nkwenye\",\n    \"cenospecies\": \"mmechuihu\",\n    \"cenospecific\": \"akuko\",\n    \"cenotaph\": \"cenotaf\",\n    \"cenotaphy\": \"Ahụhụ\",\n    \"cenotaphies\": \"cenotaphi\",\n    \"cenotes\": \"ihe ngosi\",\n    \"cenozoic\": \"ndiegwu\",\n    \"cenozoology\": \"ihe omimi\",\n    \"cense\": \"ọnụ\",\n    \"censed\": \"were iwe\",\n    \"censer\": \"santsu\",\n    \"censers\": \"ite-ọku\",\n    \"censes\": \"ọnụ\",\n    \"censing\": \"gbasaa\",\n    \"censive\": \"ego\",\n    \"censor\": \"mmetọ\",\n    \"censorable\": \"ime mmụọ\",\n    \"censorate\": \"gụchaa\",\n    \"censored\": \"enyochakwa\",\n    \"censorial\": \"ihe nleba anya\",\n    \"censorian\": \"katọrọ\",\n    \"censoring\": \"guputa\",\n    \"censorious\": \"kpochapu\",\n    \"censoriousness\": \"nweda-ama\",\n    \"censors\": \"ihe nlere\",\n    \"censorship\": \"mmachi\",\n    \"censurability\": \"inyocha ihe\",\n    \"censurableness\": \"enweghi ike imeghari\",\n    \"censure\": \"akatọ\",\n    \"censured\": \"akatọ\",\n    \"censureless\": \"enweghi ntukwasi obi\",\n    \"censurer\": \"ịkatọ\",\n    \"censurers\": \"katọrọ\",\n    \"censures\": \"mmechi\",\n    \"censureship\": \"ịma jijiji\",\n    \"censuring\": \"agbaghara\",\n    \"census\": \"onuogugu\",\n    \"censused\": \"katọrọ\",\n    \"censuses\": \"onuogugu\",\n    \"censusing\": \"ịgụkọ\",\n    \"cent\": \"pasent\",\n    \"centai\": \"sentai\",\n    \"cental\": \"etiti\",\n    \"centares\": \"square\",\n    \"centas\": \"ebe\",\n    \"centaurdom\": \"centaur dom\",\n    \"centauress\": \"okpokoro\",\n    \"centaurian\": \"onyechi\",\n    \"centauric\": \"onyeagolu\",\n    \"centaurid\": \"nde\",\n    \"centauries\": \"narị afọ\",\n    \"centavos\": \"ebechi\",\n    \"centenary\": \"otu narị afọ\",\n    \"centenarian\": \"narị afọ\",\n    \"centenarians\": \"narị afọ\",\n    \"centenaries\": \"narị afọ\",\n    \"centenionales\": \"centenionalis\",\n    \"centennia\": \"narị afọ\",\n    \"centennial\": \"narị afọ\",\n    \"centennially\": \"narị afọ\",\n    \"centennials\": \"narị afọ\",\n    \"centennium\": \"narị afọ\",\n    \"center\": \"etiti\",\n    \"centerable\": \"etiti\",\n    \"centerboards\": \"ogwe osisi\",\n    \"centered\": \"hiwere isi\",\n    \"centeredly\": \"echekwara\",\n    \"centeredness\": \"etiti\",\n    \"centerer\": \"Etiti\",\n    \"centerfold\": \"etiti etiti\",\n    \"centerfolds\": \"etiti etiti\",\n    \"centering\": \"N'ebe etiti\",\n    \"centerless\": \"etiti\",\n    \"centerline\": \"etiti\",\n    \"centermost\": \"nke kachasi nso\",\n    \"centerpiece\": \"ihe etiti\",\n    \"centerpieces\": \"etiti\",\n    \"centers\": \"emmepe\",\n    \"centerward\": \"n'etiti\",\n    \"centerwise\": \"n'etiti\",\n    \"centeses\": \"narị afọ\",\n    \"centesimal\": \"bụrụ nke\",\n    \"centesimally\": \"n’egwu\",\n    \"centesimate\": \"dịrịru\",\n    \"centesimi\": \"okpokoro\",\n    \"centgener\": \"etiti\",\n    \"centiare\": \"okpokoro\",\n    \"centiares\": \"etiti\",\n    \"centiles\": \"etiti\",\n    \"centiliter\": \"centilita\",\n    \"centillion\": \"narị nde\",\n    \"centillions\": \"otu narị nde\",\n    \"centillionth\": \"nke nde\",\n    \"centimeter\": \"sentimita\",\n    \"centimeters\": \"sentimita\",\n    \"centimetre\": \"sentimita\",\n    \"centimetres\": \"sentimita\",\n    \"centimos\": \"sentimos\",\n    \"centinormal\": \"sentinormal\",\n    \"centipedes\": \"kpakpando\",\n    \"centistere\": \"Etiti\",\n    \"centistoke\": \"okpokoro\",\n    \"centner\": \"etiti\",\n    \"centners\": \"etiti\",\n    \"centones\": \"nkume\",\n    \"centos\": \"etiti\",\n    \"centrad\": \"okpokoro\",\n    \"central\": \"etiti\",\n    \"centrale\": \"okpokoro\",\n    \"centraler\": \"Onye na-elekọta ụlọ\",\n    \"centrales\": \"okpokoro\",\n    \"centralest\": \"nke kachasị\",\n    \"centralia\": \"Centralia\",\n    \"centralisation\": \"centralization\",\n    \"centralise\": \"centralize\",\n    \"centralised\": \"etiti\",\n    \"centraliser\": \"onye isi obodo\",\n    \"centralising\": \"etiti\",\n    \"centralism\": \"etiti\",\n    \"centralist\": \"onye etiti\",\n    \"centralistic\": \"etiti\",\n    \"centralists\": \"ndị etiti\",\n    \"centrality\": \"etiti\",\n    \"centralities\": \"etiti\",\n    \"centralized\": \"etiti\",\n    \"centralizer\": \"onye etiti\",\n    \"centralizers\": \"ndị etiti\",\n    \"centralizing\": \"etiti\",\n    \"centrally\": \"etiti\",\n    \"centralness\": \"etiti\",\n    \"centrals\": \"etiti\",\n    \"centranth\": \"Etiti\",\n    \"centration\": \"pasent\",\n    \"centraxonia\": \"sentraxonia\",\n    \"centre\": \"etiti\",\n    \"centreboard\": \"etiti\",\n    \"centred\": \"hiwere isi\",\n    \"centrefold\": \"okpokoro\",\n    \"centreless\": \"na-enweghị ebe obibi\",\n    \"centremost\": \"nke dịkarịa ala\",\n    \"centrepiece\": \"ihe etiti\",\n    \"centrer\": \"Etiti\",\n    \"centres\": \"emmepe\",\n    \"centrev\": \"centrex\",\n    \"centry\": \"narị afọ\",\n    \"centrical\": \"centric\",\n    \"centricalness\": \"centricalgb\",\n    \"centriffed\": \"dị n'etiti\",\n    \"centring\": \"N'ebe etiti\",\n    \"centripetal\": \"okpokoro\",\n    \"centriscid\": \"okpokoro\",\n    \"centrisciform\": \"okpokoro\",\n    \"centriscoid\": \"okpokoro\",\n    \"centriscus\": \"okpokoro\",\n    \"centrisms\": \"centrism\",\n    \"centrist\": \"etiti\",\n    \"centrists\": \"etiti\",\n    \"centro\": \"etiti\",\n    \"centrobaric\": \"centrobarik\",\n    \"centrobarical\": \"centrobarikal\",\n    \"centroclinal\": \"okpokoro\",\n    \"centrode\": \"etiti\",\n    \"centrodesmus\": \"okpokoro\",\n    \"centrodorsal\": \"okpokoro\",\n    \"centrodorsally\": \"n'etiti\",\n    \"centroid\": \"etiti\",\n    \"centroidal\": \"nkebido\",\n    \"centrolecithal\": \"centroocithal\",\n    \"centromeric\": \"akwara\",\n    \"centronucleus\": \"okpokoro\",\n    \"centrosymmetry\": \"centrosymmetri\",\n    \"centrosome\": \"ebe obibi\",\n    \"centrosomic\": \"okpokoro\",\n    \"centrospermae\": \"okpokoro\",\n    \"centrosphere\": \"okpokoro\",\n    \"centrums\": \"okpokoro\",\n    \"cents\": \"cent\",\n    \"centumvir\": \"okpokoro\",\n    \"centumvirate\": \"okpokoro\",\n    \"centuply\": \"nke centuply\",\n    \"centuplicate\": \"iri\",\n    \"centuplicated\": \"udiri\",\n    \"centuplicating\": \"ihe nkesa\",\n    \"centuplication\": \"itughari\",\n    \"centupling\": \"na-agbakwunye\",\n    \"centure\": \"narị afọ\",\n    \"century\": \"narị afọ\",\n    \"centurial\": \"onye isi ochichi\",\n    \"centuriate\": \"Etiti\",\n    \"centuried\": \"Etiti\",\n    \"centuries\": \"ọtụtụ narị afọ\",\n    \"centurion\": \"ọchịagha\",\n    \"centurions\": \"ndị isi ndị agha\",\n    \"centurist\": \"onye isi\",\n    \"ceorl\": \"Ukwuu\",\n    \"ceorlish\": \"Okpokoro\",\n    \"ceorls\": \"okirikiri\",\n    \"cepe\": \"kwụsị\",\n    \"cephaeline\": \"Nwokocha\",\n    \"cephaelis\": \"Onyeka Onwenu\",\n    \"cephalad\": \"kelechi\",\n    \"cephalalgic\": \"akwara\",\n    \"cephalanthous\": \"ebe a na-akpọ cifhalanthous\",\n    \"cephaletron\": \"ifuru\",\n    \"cephalin\": \"keiheke\",\n    \"cephaline\": \"kechie\",\n    \"cephalism\": \"ihe omimi\",\n    \"cephalization\": \"mmegharị\",\n    \"cephaloauricular\": \"cephalo auricular\",\n    \"cephalob\": \"kefalon\",\n    \"cephalobranchiata\": \"cephalon branchiata\",\n    \"cephalocathartic\": \"ebelebekechukwu\",\n    \"cephalocele\": \"chukwuemeka\",\n    \"cephalocercal\": \"kefreachị\",\n    \"cephalocereus\": \"keelocereus\",\n    \"cephalochorda\": \"keephalochorda\",\n    \"cephaloconic\": \"Ezigbo\",\n    \"cephalodiscus\": \"ebeele\",\n    \"cephalofacial\": \"kechigofacial\",\n    \"cephalohumeral\": \"ezehumeh\",\n    \"cephalomant\": \"onye na-ese okwu\",\n    \"cephalon\": \"kefalon\",\n    \"cephalopathy\": \"ọrịa\",\n    \"cephalophorous\": \"ajuju ajuju\",\n    \"cephaloplegic\": \"ahụrụ\",\n    \"cephalopodous\": \"onye nzuzu\",\n    \"cephalospinal\": \"akwara\",\n    \"cephalostyle\": \"ụdịdị\",\n    \"cephalotaceous\": \"Afụọnụ\",\n    \"cephalothecal\": \"ebelebehecal\",\n    \"cephalotractor\": \"onye na-arụ ọrụ\",\n    \"cephalotrocha\": \"keelochichukwu\",\n    \"cephalous\": \"Ezigbo\",\n    \"cephas\": \"cifas\",\n    \"cepheids\": \"ẹphe\",\n    \"cepheus\": \"ebe a\",\n    \"cephid\": \"kechidere\",\n    \"cepous\": \"mmiri\",\n    \"ceps\": \"anwuru\",\n    \"cepter\": \"kpokọtara\",\n    \"ceptor\": \"onye nlekọta\",\n    \"ceral\": \"garri\",\n    \"ceramal\": \"caramel\",\n    \"ceramals\": \"karama\",\n    \"cerambycid\": \"ugbala\",\n    \"ceramic\": \"seramiiki\",\n    \"ceramicist\": \"onye na-akpọ ceramik\",\n    \"ceramicists\": \"ndị na-akpọ seramiiki\",\n    \"ceramicite\": \"seramiiki\",\n    \"ceramics\": \"ceramik\",\n    \"ceramist\": \"onye na-akpọ ceramist\",\n    \"ceramists\": \"ceramist\",\n    \"ceramography\": \"ihe osise\",\n    \"ceramographic\": \"igwe foto\",\n    \"cerastes\": \"ogologo\",\n    \"cerastium\": \"kpokoro\",\n    \"cerate\": \"kee\",\n    \"ceratectomy\": \"keratectomy\",\n    \"cerated\": \"na-akwụsị\",\n    \"cerates\": \"na-akwụsị\",\n    \"ceratinous\": \"na-akwụsị\",\n    \"ceration\": \"okike\",\n    \"ceratites\": \"kpokoro\",\n    \"ceratitidae\": \"ceratitida\",\n    \"ceratitis\": \"kpokoro\",\n    \"ceratoblast\": \"ikuku\",\n    \"ceratodus\": \"osisirat\",\n    \"ceratoduses\": \"ụlọ ọrụ\",\n    \"ceratoglossal\": \"raratoglossal\",\n    \"ceratomandibular\": \"chukwuebuka\",\n    \"ceratopsian\": \"okpokoro\",\n    \"ceratopteridaceous\": \"ugbala\",\n    \"ceratotheca\": \"ugbala\",\n    \"ceratothecal\": \"ugbala\",\n    \"ceraunite\": \"Efere\",\n    \"ceraunophone\": \"ekwentị\",\n    \"cerberean\": \"Cerberean\",\n    \"cerberic\": \"ama jijiji\",\n    \"cerberus\": \"Nwa nwanyi\",\n    \"cercarian\": \"okpokoro\",\n    \"cercariform\": \"nkwonkwo olu\",\n    \"cercelee\": \"Cercelee\",\n    \"cerci\": \"N'ezie\",\n    \"cercis\": \"Uchechukwu\",\n    \"cercises\": \"cercces\",\n    \"cercle\": \"eriri afọ\",\n    \"cercocebus\": \"ekwukwu\",\n    \"cercolabes\": \"asambodo\",\n    \"cercomonad\": \"okpokoro\",\n    \"cercopid\": \"nkwonkwo\",\n    \"cercopidae\": \"asambodo\",\n    \"cercopithecid\": \"akwara\",\n    \"cercopithecidae\": \"asambodo\",\n    \"cercopithecoid\": \"okpokoro\",\n    \"cercopithecus\": \"akwara\",\n    \"cercopod\": \"asambodo\",\n    \"cercospora\": \"okpokoro\",\n    \"cercosporella\": \"akwara\",\n    \"cercus\": \"mgbatị\",\n    \"cerdonian\": \"Obinna\",\n    \"cere\": \"ọka\",\n    \"cereal\": \"garri\",\n    \"cerealian\": \"cerealị\",\n    \"cerealin\": \"ọka\",\n    \"cerealism\": \"ọka ọismụ .ụ\",\n    \"cerealist\": \"onye ọka\",\n    \"cereals\": \"ọka\",\n    \"cerebellitis\": \"ọrịa ụbụrụ\",\n    \"cerebellopontile\": \"mmmmmmmmmmmmm\",\n    \"cerebellospinal\": \"ụbụrụ cerebellospinal\",\n    \"cerebral\": \"ụbụrụ\",\n    \"cerebralgia\": \"ọrịa ụbụrụ\",\n    \"cerebralism\": \"ọrịa ụbụrụ\",\n    \"cerebralist\": \"ọkà mmụta ụbụrụ\",\n    \"cerebralization\": \"ụbụrụ ụbụrụ\",\n    \"cerebralize\": \"ụbụrụ ụbụrụ\",\n    \"cerebrally\": \"n'omume\",\n    \"cerebrasthenic\": \"akwara\",\n    \"cerebrate\": \"sụgharịa\",\n    \"cerebrated\": \"ememe\",\n    \"cerebrating\": \"eme ememe\",\n    \"cerebration\": \"ịme mmemme\",\n    \"cerebrational\": \"usoro\",\n    \"cerebrations\": \"ememe\",\n    \"cerebratulus\": \"mkpali\",\n    \"cerebricity\": \"obodo cerebri\",\n    \"cerebriform\": \"akuku\",\n    \"cerebriformly\": \"Nwaokechukwu\",\n    \"cerebrifugal\": \"onyinyechi\",\n    \"cerebripetal\": \"okpokoro\",\n    \"cerebritis\": \"Ọrịa afọ\",\n    \"cerebrize\": \"sụgharịa\",\n    \"cerebrocardiac\": \"ọrịa ụbụrụ\",\n    \"cerebroganglionic\": \"mmmmmmmmmmmmm\",\n    \"cerebrology\": \"usoro mmụta\",\n    \"cerebromeningeal\": \"mmmmmmmmmmmmm\",\n    \"cerebromeningitis\": \"ọrịa cerebromeningitis\",\n    \"cerebronic\": \"akuku\",\n    \"cerebroparietal\": \"onyinye\",\n    \"cerebropathy\": \"Ọrịa ụbụrụ\",\n    \"cerebropedal\": \"akuku\",\n    \"cerebrophysiology\": \"Ọrịa ụbụrụ\",\n    \"cerebropontile\": \"okpokoro\",\n    \"cerebroside\": \"okpokoro\",\n    \"cerebrosis\": \"Ọrịa ụbụrụ\",\n    \"cerebrospinal\": \"Obara\",\n    \"cerebrospinant\": \"ọbroụ\",\n    \"cerebrotonic\": \"Ọrịa\",\n    \"cerebrovisceral\": \"okpokoro\",\n    \"cerebrum\": \"brọbrum\",\n    \"cerebrums\": \"Ogwu\",\n    \"cerecloth\": \"akwa akwa\",\n    \"cerecloths\": \"akwa akwa\",\n    \"cereless\": \"enweghi isi\",\n    \"cerement\": \"emume\",\n    \"cerements\": \"mmemme\",\n    \"ceremony\": \"emume\",\n    \"ceremonial\": \"emume\",\n    \"ceremonialism\": \"emume\",\n    \"ceremonialist\": \"onye mmuta\",\n    \"ceremonialists\": \"ndị na-eme emume\",\n    \"ceremonialize\": \"mee ememe\",\n    \"ceremonially\": \"n'ememe\",\n    \"ceremonialness\": \"emume\",\n    \"ceremonials\": \"emume\",\n    \"ceremoniary\": \"emume\",\n    \"ceremonies\": \"emume\",\n    \"ceremonious\": \"emume\",\n    \"ceremoniously\": \"n'ememe\",\n    \"ceremoniousness\": \"emume\",\n    \"cereous\": \"ke\",\n    \"cererite\": \"mee mmehie\",\n    \"ceres\": \"ọka\",\n    \"ceresin\": \"mkpụrụ osisi\",\n    \"ceresine\": \"ọka\",\n    \"cereus\": \"Obi\",\n    \"cereuses\": \"emume\",\n    \"cerevis\": \"ọka\",\n    \"cerevisial\": \"emume\",\n    \"ceria\": \"akpa ama\",\n    \"cerianthid\": \"Nwunye\",\n    \"cerianthus\": \"Ikenna Onyekwere\",\n    \"ceric\": \"ọnụ\",\n    \"ceride\": \"kwenye\",\n    \"ceriferous\": \"okpukpu\",\n    \"cerigerous\": \"na-eme mkpọtụ\",\n    \"cerilla\": \"ama\",\n    \"cerillo\": \"ama\",\n    \"cerimans\": \"asambodo\",\n    \"cering\": \"na-ekwu okwu\",\n    \"cerinthe\": \"N'ezie\",\n    \"cerinthian\": \"asambodo\",\n    \"ceriomyces\": \"ndaba\",\n    \"cerion\": \"uche\",\n    \"cerionidae\": \"ụmụ akwụkwọ\",\n    \"ceriops\": \"akpa nwa\",\n    \"ceriornis\": \"nkịtị\",\n    \"ceriphs\": \"asambodo\",\n    \"cerise\": \"ichere\",\n    \"cerises\": \"ikwenye\",\n    \"cerite\": \"ikwenye\",\n    \"cerites\": \"kwenye\",\n    \"cerithiidae\": \"asambodo\",\n    \"cerithioid\": \"kwenye\",\n    \"cerithium\": \"ụlọ akwụkwọ\",\n    \"cermets\": \"asambodo\",\n    \"cerned\": \"kpakpando\",\n    \"cerning\": \"ikwenye\",\n    \"cerniture\": \"ihe eji ebu ihe\",\n    \"cernuous\": \"ekwenti\",\n    \"cerograph\": \"amaokwu\",\n    \"cerographer\": \"onye na-ese ihe\",\n    \"cerography\": \"ihe nkiri\",\n    \"cerographic\": \"ikuku\",\n    \"cerographies\": \"akuko\",\n    \"cerographist\": \"onye na-ede ihe nkiri\",\n    \"ceroid\": \"ọ bụ\",\n    \"ceroline\": \"Ikweriri\",\n    \"cerolite\": \"Ndigbo\",\n    \"ceroma\": \"ekwuru\",\n    \"ceromancy\": \"nnoo\",\n    \"ceromez\": \"Uchechukwu\",\n    \"cerophilous\": \"Ugboro abụọ\",\n    \"ceroplast\": \"ikuku mmiri\",\n    \"ceroplasty\": \"Obosara\",\n    \"ceroplastic\": \"ekwenti\",\n    \"ceroplastics\": \"ekwenti\",\n    \"cerotate\": \"agbapụ\",\n    \"cerotic\": \"Ukpomoku\",\n    \"cerotin\": \"Cerotin\",\n    \"cerotype\": \"akwara\",\n    \"cerotypes\": \"Ugboro abụọ\",\n    \"cerous\": \"siri ike\",\n    \"ceroxyle\": \"okwa\",\n    \"ceroxylon\": \"Ceroxylon\",\n    \"cerrero\": \"Okereke\",\n    \"cerrial\": \"ikpe ikpe\",\n    \"cert\": \"iwu\",\n    \"certain\": \"doro anya\",\n    \"certainer\": \"doro anya\",\n    \"certainest\": \"doro anya\",\n    \"certainly\": \"n'ezie\",\n    \"certainness\": \"eziokwu\",\n    \"certainty\": \"doro anya\",\n    \"certainties\": \"ụfọdụ\",\n    \"certes\": \"ekwenti\",\n    \"certy\": \"njirimara\",\n    \"certie\": \"ikwuputa\",\n    \"certif\": \"akwụkwọ\",\n    \"certify\": \"nyochaa\",\n    \"certifiability\": \"nkwenye\",\n    \"certifiableness\": \"nkwenye\",\n    \"certifiably\": \"kwenye ekwenye\",\n    \"certificate\": \"akwụkwọ\",\n    \"certificated\": \"asambodo\",\n    \"certificates\": \"asambodo\",\n    \"certificating\": \"asambodo\",\n    \"certification\": \"asambodo\",\n    \"certifications\": \"asambodo\",\n    \"certificative\": \"asambodo\",\n    \"certificator\": \"asambodo\",\n    \"certificatory\": \"asambodo\",\n    \"certified\": \"gbaara\",\n    \"certifier\": \"asambodo\",\n    \"certifiers\": \"asambodo\",\n    \"certifies\": \"na-egosi\",\n    \"certifying\": \"asambodo\",\n    \"certiorari\": \"asambodo\",\n    \"certiorate\": \"Iwuchukwu\",\n    \"certioration\": \"iwu\",\n    \"certis\": \"iwuchi\",\n    \"certitude\": \"eziokwu\",\n    \"certitudes\": \"eziokwu\",\n    \"certosina\": \"okpokoro\",\n    \"certosino\": \"Ikenna Ojukwu\",\n    \"cerule\": \"usoro\",\n    \"cerulean\": \"Cerulean\",\n    \"ceruleite\": \"Ceruleite\",\n    \"ceruleous\": \"usoro\",\n    \"cerulescent\": \"Ihe nkwonkwo\",\n    \"ceruleum\": \"okpukpo\",\n    \"cerulific\": \"dị iche iche\",\n    \"ceruloplasmin\": \"akwara\",\n    \"cerumen\": \"eburu\",\n    \"cerumens\": \"eburu\",\n    \"ceruminal\": \"ọkpụrụkpụ\",\n    \"ceruminiferous\": \"ezigbo ihe\",\n    \"ceruminous\": \"ndaba\",\n    \"cerumniparous\": \"ekwenti\",\n    \"ceruse\": \"ikpe\",\n    \"ceruses\": \"ebubo\",\n    \"cerusite\": \"ezi okwu\",\n    \"cerusites\": \"Cerusites\",\n    \"cerussite\": \"Ugboro abụọ\",\n    \"cervantes\": \"Ndiigbo\",\n    \"cervantic\": \"ọkọnọ\",\n    \"cervantist\": \"ọkammụta\",\n    \"cervantite\": \"ọkpụrụkpụ\",\n    \"cervelases\": \"akwara\",\n    \"cervelats\": \"asambodo\",\n    \"cervicectomy\": \"ọrụ nwa\",\n    \"cervices\": \"ihe ndozi\",\n    \"cervicicardiac\": \"asambodo\",\n    \"cerviciplex\": \"isi ike\",\n    \"cervicispinal\": \"nkwonkwo akwara\",\n    \"cervicoaxillary\": \"isi ike\",\n    \"cervicobasilar\": \"okpokoro\",\n    \"cervicobuccal\": \"isi ike\",\n    \"cervicodorsal\": \"asambodo\",\n    \"cervicofacial\": \"asambodo\",\n    \"cervicohumeral\": \"okpokoro\",\n    \"cervicolingual\": \"asụsụ asụsụ\",\n    \"cervicomuscular\": \"nkwonkwo akwara\",\n    \"cerviconasal\": \"nkwonkwo\",\n    \"cervicothoracic\": \"akwara\",\n    \"cervicovaginal\": \"nkechinyere\",\n    \"cervid\": \"kwenye\",\n    \"cervidae\": \"asambodo\",\n    \"cervine\": \"eriri afọ\",\n    \"cervix\": \"ọnya\",\n    \"cervoid\": \"zere\",\n    \"cervuline\": \"eriri afọ\",\n    \"cervulus\": \"Cervulus\",\n    \"cervus\": \"ike\",\n    \"cesarean\": \"akpiri\",\n    \"cesareans\": \"mịsa\",\n    \"cesarevitch\": \"iheany\",\n    \"cesarian\": \"akpiri\",\n    \"cesarians\": \"mịsa\",\n    \"cesious\": \"kpakpando\",\n    \"cespititious\": \"nlekọta\",\n    \"cespititous\": \"onye nlekọta\",\n    \"cespitosely\": \"onyekachi\",\n    \"cespitulose\": \"keegbu\",\n    \"cess\": \"kwụsị\",\n    \"cessant\": \"kwụsị\",\n    \"cessantly\": \"n'etu\",\n    \"cessation\": \"nkwụsị\",\n    \"cessations\": \"nkwụsị\",\n    \"cessed\": \"kwupụtara\",\n    \"cessible\": \"ejighị n'aka\",\n    \"cessing\": \"kwụsị\",\n    \"cession\": \"ọrụ\",\n    \"cessionaire\": \"ojeozi\",\n    \"cessionary\": \"Ọrụ\",\n    \"cessionaries\": \"ụlọ ọrụ\",\n    \"cessionee\": \"nwe\",\n    \"cessions\": \"ihe\",\n    \"cessment\": \"ịkwụsị\",\n    \"cessor\": \"Mmekọahụ\",\n    \"cesspipe\": \"osisi\",\n    \"cesspit\": \"olulu\",\n    \"cesspits\": \"nkwụsị\",\n    \"cesspool\": \"olulu\",\n    \"cesspools\": \"olulu\",\n    \"cest\": \"uwe\",\n    \"cestracion\": \"mgbochi\",\n    \"cestraciont\": \"mmmmmmmmmmmmm\",\n    \"cestraciontes\": \"ndiegwu\",\n    \"cestraction\": \"ihe mgbochi\",\n    \"cestrian\": \"onye nzuzu\",\n    \"cestrum\": \"akwara\",\n    \"cestuses\": \"mmekorita\",\n    \"cesural\": \"onye nkuzi\",\n    \"cesure\": \"ịgwọ ọrịa\",\n    \"cetacea\": \"nwachukwu\",\n    \"cetacean\": \"onyebueze\",\n    \"cetaceans\": \"ndi anakpo\",\n    \"cetaceous\": \"ebebo\",\n    \"cetane\": \"igwe\",\n    \"cetanes\": \"ihe owuwu\",\n    \"cete\": \"chọta\",\n    \"ceterach\": \"anwansi\",\n    \"cetes\": \"inyinya\",\n    \"cetic\": \"mkpụrụ ndụ\",\n    \"ceticide\": \"mmegbu\",\n    \"cetid\": \"ndozi\",\n    \"cetylene\": \"nwachukwu\",\n    \"cetin\": \"amaghi\",\n    \"cetiosauria\": \"onyebueze\",\n    \"cetiosaurian\": \"onyebueze\",\n    \"cetiosaurus\": \"nwachinenye\",\n    \"cetoniinae\": \"onyebueze\",\n    \"cetotolite\": \"onyebueze\",\n    \"cetus\": \"nwa nwoke\",\n    \"cevadilline\": \"Okpukpo\",\n    \"cevennian\": \"Uchenna\",\n    \"cevenol\": \"okpokoro\",\n    \"cevenole\": \"Ugboro abụọ\",\n    \"cevian\": \"Cevian\",\n    \"cevitamic\": \"Ugboro abụọ\",\n    \"cezannesque\": \"Ikenna Ojukwu\",\n    \"ch\": \"Nkeji 22\",\n    \"cha\": \"nke\",\n    \"chab\": \"isi\",\n    \"chabazite\": \"chukwuemeka\",\n    \"chabouk\": \"Ogba\",\n    \"chabouks\": \"ogba egbe\",\n    \"chabuk\": \"ogba\",\n    \"chabuks\": \"Ọgba\",\n    \"chabutra\": \"okpa\",\n    \"chac\": \"isi\",\n    \"chacate\": \"izu\",\n    \"chaccon\": \"ugba\",\n    \"chachapuya\": \"chachapoya\",\n    \"chack\": \"ogba\",\n    \"chackchiuma\": \"chakchiuma\",\n    \"chacker\": \"onye nlele\",\n    \"chackle\": \"ogwu\",\n    \"chackled\": \"chakọtara\",\n    \"chaco\": \"ogba\",\n    \"chacun\": \"izu\",\n    \"chad\": \"isi\",\n    \"chadars\": \"chada\",\n    \"chadless\": \"abaghị uru\",\n    \"chadors\": \"nduru\",\n    \"chads\": \"Akuku\",\n    \"chaenolobus\": \"akwara\",\n    \"chaetetes\": \"chaetes\",\n    \"chaetetidae\": \"chaetidae\",\n    \"chaetognath\": \"akwara\",\n    \"chaetopterus\": \"obotekpa\",\n    \"chafed\": \"iriba\",\n    \"chafers\": \"nnyefe\",\n    \"chaff\": \"igbogbo ọka\",\n    \"chaffcutter\": \"afụọnụ\",\n    \"chaffed\": \"igbogbo\",\n    \"chaffer\": \"igbogbo ọka\",\n    \"chaffered\": \"ọnya\",\n    \"chafferer\": \"onye isi\",\n    \"chafferers\": \"ndị isi\",\n    \"chaffery\": \"igbogbo ọka\",\n    \"chaffering\": \"igbanye\",\n    \"chaffers\": \"igbogbo ọka\",\n    \"chaffy\": \"igbogbo ọka\",\n    \"chaffinch\": \"okpo\",\n    \"chaffinches\": \"okpo\",\n    \"chaffiness\": \"izu\",\n    \"chaffing\": \"igbogbo ọka\",\n    \"chaffingly\": \"igirigi\",\n    \"chafflike\": \"igbogbo ọka dị ka\",\n    \"chaffman\": \"igurube\",\n    \"chaffron\": \"igurube\",\n    \"chaffs\": \"igodo\",\n    \"chaffseed\": \"izu\",\n    \"chaffwax\": \"igbogbo ọka wax\",\n    \"chafing\": \"na-achọ ihe\",\n    \"chaft\": \"igbogbo ọka\",\n    \"chafted\": \"deere\",\n    \"chagrin\": \"iwe\",\n    \"chagrined\": \"ihe ojoo\",\n    \"chagrining\": \"na-enwe ihere\",\n    \"chagrinned\": \"ihe ojoo\",\n    \"chagrinning\": \"na-emejọ\",\n    \"chagrins\": \"ihe ojoo\",\n    \"chain\": \"yinye\",\n    \"chainage\": \"agbụ\",\n    \"chainbearer\": \"Onye na-ebu ígwè\",\n    \"chainbreak\": \"agbụ ígwè\",\n    \"chaine\": \"agbụ\",\n    \"chained\": \"agbụ\",\n    \"chainer\": \"Sịnerịn\",\n    \"chaines\": \"agbụ\",\n    \"chaining\": \"n'agbụ\",\n    \"chainless\": \"n'agbụ\",\n    \"chainlet\": \"olu\",\n    \"chainlike\": \"yiri\",\n    \"chainmaker\": \"ihe nkedo\",\n    \"chainmaking\": \"gha ígwè\",\n    \"chainman\": \"Onye nkpọrọ\",\n    \"chainmen\": \"Ndị na-agbụ agbụ\",\n    \"chainomatic\": \"agbụ\",\n    \"chainon\": \"ogologo\",\n    \"chainplate\": \"ihe mgbochi\",\n    \"chains\": \"agbụ\",\n    \"chainsman\": \"n'agbụ\",\n    \"chainsmen\": \"n'agbụ\",\n    \"chainsmith\": \"n'agbụ\",\n    \"chainstitch\": \"dọ olu\",\n    \"chainwork\": \"Ihe olu\",\n    \"chayote\": \"Odoro\",\n    \"chayotes\": \"ọgba aghara\",\n    \"chair\": \"oche\",\n    \"chairborne\": \"oche oche\",\n    \"chaired\": \"etieibuot\",\n    \"chairer\": \"onye isi oche\",\n    \"chairing\": \"oche oche\",\n    \"chairlady\": \"oche ime ụlọ\",\n    \"chairladies\": \"oche oche\",\n    \"chairless\": \"enweghị oche\",\n    \"chairlift\": \"oche oche\",\n    \"chairmaker\": \"onye isi oche\",\n    \"chairmaking\": \"onyeisi oche\",\n    \"chairman\": \"Onye isi oche\",\n    \"chairmaned\": \"onyeisi oche\",\n    \"chairmaning\": \"Onye isi oche\",\n    \"chairmanned\": \"onyeisi oche\",\n    \"chairmanning\": \"onyeisi oche\",\n    \"chairmans\": \"ndị isi oche\",\n    \"chairmanship\": \"onye isi oche\",\n    \"chairmanships\": \"oche ndị isi\",\n    \"chairmen\": \"ndị isi oche\",\n    \"chairmender\": \"Onye isi oche\",\n    \"chairmending\": \"oche\",\n    \"chayroot\": \"akwara\",\n    \"chairperson\": \"Onye isi oche\",\n    \"chairpersons\": \"ndị isi oche\",\n    \"chairs\": \"oche\",\n    \"chairway\": \"oche\",\n    \"chairwarmer\": \"oche oche\",\n    \"chairwoman\": \"Onye isi oche\",\n    \"chairwomen\": \"ndi isi oche\",\n    \"chays\": \"Nkechi\",\n    \"chaises\": \"cha cha\",\n    \"chait\": \"ogba\",\n    \"chal\": \"nzu\",\n    \"chalazae\": \"chalaza\",\n    \"chalaze\": \"chalaza\",\n    \"chalazian\": \"okpo\",\n    \"chalaziferous\": \"okpoho\",\n    \"chalazion\": \"okpo\",\n    \"chalazium\": \"okpo\",\n    \"chalazogam\": \"chalazogamy\",\n    \"chalazogamic\": \"chalazogamy\",\n    \"chalcanth\": \"nzu\",\n    \"chalcanthite\": \"nzu\",\n    \"chalcedony\": \"chalkedoni\",\n    \"chalcedonian\": \"chalcedonia\",\n    \"chalcedonies\": \"okirikiri\",\n    \"chalchuite\": \"nzu\",\n    \"chalcidic\": \"nzuzu\",\n    \"chalcids\": \"nzu\",\n    \"chalcites\": \"nzu\",\n    \"chalcocite\": \"nzu\",\n    \"chalcogen\": \"nzu\",\n    \"chalcographer\": \"oji ihe osise\",\n    \"chalcographist\": \"ọwa ihe\",\n    \"chalcolite\": \"nzu\",\n    \"chalcolithic\": \"nzu\",\n    \"chalcomancy\": \"nzuzu\",\n    \"chalcomenite\": \"nzu\",\n    \"chalcon\": \"nzu\",\n    \"chalcone\": \"nzu\",\n    \"chalcophanite\": \"ochobo\",\n    \"chalcosine\": \"nzu\",\n    \"chalcostibite\": \"nzu\",\n    \"chalcotrichite\": \"nzu\",\n    \"chalcotript\": \"nzu\",\n    \"chalcus\": \"nzu\",\n    \"chaldaic\": \"nzu\",\n    \"chaldean\": \"Kaldea\",\n    \"chaldee\": \"osobo\",\n    \"chalder\": \"ihe ndozi\",\n    \"chaldese\": \"Kaldea\",\n    \"chaldron\": \"Kalidọn\",\n    \"chaldrons\": \"Kalịnda\",\n    \"chalet\": \"chaletị\",\n    \"chalets\": \"chaletị\",\n    \"chaliced\": \"chalic\",\n    \"chalk\": \"nzu\",\n    \"chalkboard\": \"nzu\",\n    \"chalkboards\": \"bọọdụ\",\n    \"chalkcutter\": \"nzu\",\n    \"chalked\": \"nzu\",\n    \"chalker\": \"nzu\",\n    \"chalky\": \"nzu\",\n    \"chalkier\": \"nzu\",\n    \"chalkiness\": \"nzu\",\n    \"chalking\": \"owuwu\",\n    \"chalklike\": \"nzu\",\n    \"chalkline\": \"nzu\",\n    \"chalkography\": \"ọwa\",\n    \"chalkone\": \"nzu\",\n    \"chalkos\": \"nzu\",\n    \"chalkpit\": \"nzu\",\n    \"chalkrail\": \"nzu\",\n    \"chalks\": \"nzu\",\n    \"chalkstone\": \"nkume nzu\",\n    \"chalkstony\": \"nzu\",\n    \"chalkworker\": \"onye nzu\",\n    \"challas\": \"challah\",\n    \"challengable\": \"ihe ịma aka\",\n    \"challenge\": \"ịma aka\",\n    \"challengeable\": \"ihe ịma aka\",\n    \"challenged\": \"maa aka\",\n    \"challengee\": \"ịma aka\",\n    \"challengeful\": \"aka mgba\",\n    \"challenger\": \"onye ịma aka\",\n    \"challengers\": \"ndị ịma aka\",\n    \"challenges\": \"nsogbu\",\n    \"challenging\": \"ịma aka\",\n    \"challengingly\": \"ịma aka\",\n    \"challot\": \"nzu\",\n    \"challote\": \"nzu\",\n    \"challoth\": \"nzu\",\n    \"chalmer\": \"nzu\",\n    \"chalones\": \"chalon\",\n    \"chalons\": \"ogbe\",\n    \"chalot\": \"efe\",\n    \"chaloth\": \"okpolo\",\n    \"chalque\": \"nzu\",\n    \"chalta\": \"nzu\",\n    \"chamber\": \"ime ụlọ\",\n    \"chamberdeacon\": \"Chamberdeacon\",\n    \"chambered\": \"chambel\",\n    \"chamberfellow\": \"Onyeisi\",\n    \"chambering\": \"imechi\",\n    \"chamberlain\": \"Chamberlain\",\n    \"chamberlainry\": \"Ime ụlọ\",\n    \"chamberlains\": \"ime ụlọ\",\n    \"chamberlainship\": \"ime ụlọ\",\n    \"chamberlet\": \"Chamberlet\",\n    \"chamberleted\": \"kembles\",\n    \"chamberletted\": \"ime ụlọ\",\n    \"chambermaid\": \"onye na-eje ozi\",\n    \"chambermaids\": \"ndị na-elekọta ụlọ\",\n    \"chambers\": \"ime ụlọ\",\n    \"chambertin\": \"chamtin\",\n    \"chamberwoman\": \"nwunye nwanyị\",\n    \"chamecephalous\": \"ogba aghara\",\n    \"chamecephalus\": \"ogwumagala\",\n    \"chameleon\": \"ogwumagala\",\n    \"chameleonic\": \"ogwumagala\",\n    \"chameleonize\": \"Ogwumagana\",\n    \"chameleonlike\": \"Ogwumagana\",\n    \"chameleons\": \"Ogwumagana\",\n    \"chametz\": \"ogba\",\n    \"chamfered\": \"gbanwere\",\n    \"chamfering\": \"na-achịkọta\",\n    \"chamfers\": \"chamfer\",\n    \"chamfrons\": \"chamfron\",\n    \"chamisal\": \"ime ụlọ\",\n    \"chamises\": \"ụlọ\",\n    \"chammying\": \"ichikota\",\n    \"chamois\": \"ogba egbe\",\n    \"chamoised\": \"rikpoo\",\n    \"chamoises\": \"ọgba aghara\",\n    \"chamoisette\": \"ogba egbe\",\n    \"chamoising\": \"emeghari\",\n    \"chamoix\": \"ogba egbe\",\n    \"chamomile\": \"camomille\",\n    \"chamos\": \"ogba egbe\",\n    \"champ\": \"mmeri\",\n    \"champac\": \"mmanya\",\n    \"champacol\": \"chamomol\",\n    \"champacs\": \"mmanya\",\n    \"champagne\": \"Champagne\",\n    \"champagned\": \"mmeri\",\n    \"champagnes\": \"champeenu\",\n    \"champagning\": \"mmeri\",\n    \"champagnize\": \"merie\",\n    \"champagnized\": \"mmanya\",\n    \"champagnizing\": \"agnya champagnizing\",\n    \"champaign\": \"Champaign\",\n    \"champain\": \"Champaign\",\n    \"champak\": \"champaka\",\n    \"champaks\": \"champaka\",\n    \"champed\": \"mmeri\",\n    \"champer\": \"ime ụlọ\",\n    \"champers\": \"ndị mmeri\",\n    \"champerty\": \"ike\",\n    \"champerties\": \"ihe ndi ozo\",\n    \"champertor\": \"okpuru\",\n    \"champy\": \"champey\",\n    \"champian\": \"Champagne\",\n    \"champignon\": \"champeon\",\n    \"champignons\": \"ndị mmeri\",\n    \"champine\": \"onye mmeri\",\n    \"champing\": \"mmeri\",\n    \"champion\": \"onye mmeri\",\n    \"championed\": \"onye mmeri\",\n    \"championess\": \"onye mmeri\",\n    \"championing\": \"mmeri\",\n    \"championize\": \"merie\",\n    \"championless\": \"onye mmeri\",\n    \"championlike\": \"onye mmeri dika\",\n    \"champions\": \"ndị mmeri\",\n    \"championship\": \"mmeri\",\n    \"championships\": \"mmeri\",\n    \"champlain\": \"kpakpando\",\n    \"champlainic\": \"kpakpando\",\n    \"champlev\": \"champleve\",\n    \"chance\": \"Ohere\",\n    \"chanceable\": \"enwere ike\",\n    \"chanceably\": \"enwere ike\",\n    \"chanceful\": \"nwee ohere\",\n    \"chancefully\": \"nwere ike\",\n    \"chancefulness\": \"Ohere\",\n    \"chancey\": \"ịbụ abụ\",\n    \"chanceled\": \"chancel\",\n    \"chanceless\": \"enweghị atụ\",\n    \"chancelled\": \"ndu\",\n    \"chancellery\": \"ndu\",\n    \"chancellor\": \"kansul\",\n    \"chancelloress\": \"ndị isi ọchịchị\",\n    \"chancellory\": \"ndị isi ọchịchị\",\n    \"chancellorism\": \"ndị isi ọchịchị\",\n    \"chancellors\": \"ndị isi ọchịchị\",\n    \"chancellorship\": \"nduzi\",\n    \"chancellorships\": \"Ọchịchị\",\n    \"chancelor\": \"ihe ndaba\",\n    \"chancels\": \"abụ\",\n    \"chanceman\": \"Ohere\",\n    \"chancemen\": \"Ohere\",\n    \"chancer\": \"ịbụ abụ\",\n    \"chancered\": \"ịbụ abụ\",\n    \"chancery\": \"ịbụ abụ\",\n    \"chanceries\": \"abụ\",\n    \"chances\": \"Ohere\",\n    \"chancewise\": \"enweghị atụ\",\n    \"chanche\": \"mgbanwe\",\n    \"chancriform\": \"ndebanye aha\",\n    \"chancrous\": \"chanc Chan\",\n    \"chandelled\": \"Chidiebere\",\n    \"chandelling\": \"okpokoro\",\n    \"chandlery\": \"ogbe\",\n    \"chandlering\": \"okpokoro\",\n    \"chandlers\": \"chanders\",\n    \"chaneled\": \"channeled\",\n    \"chaneling\": \"chan chanell\",\n    \"chanelled\": \"channeled\",\n    \"chanfrons\": \"abụ olu ụtọ\",\n    \"chang\": \"gbanwere\",\n    \"changa\": \"gbanwere\",\n    \"changable\": \"mgbanwe\",\n    \"changar\": \"mgbanwe\",\n    \"change\": \"mgbanwe\",\n    \"changeability\": \"mgbanwe\",\n    \"changeable\": \"mgbanwe\",\n    \"changeableness\": \"mgbanwe\",\n    \"changeably\": \"mgbanwe\",\n    \"changeabout\": \"mgbanwe\",\n    \"changed\": \"gbanwere\",\n    \"changedale\": \"mgbanwe\",\n    \"changedness\": \"mgbanwe\",\n    \"changeful\": \"na-agbanwe agbanwe\",\n    \"changefully\": \"na-agbanwe\",\n    \"changefulness\": \"mgbanwe\",\n    \"changeless\": \"agbanweghi\",\n    \"changelessly\": \"enweghị mgbanwe\",\n    \"changelessness\": \"enweghị mgbanwe\",\n    \"changeling\": \"na-agbanwe\",\n    \"changelings\": \"mgbanwe\",\n    \"changemaker\": \"onye na-agbanwe agbanwe\",\n    \"changement\": \"mgbanwe\",\n    \"changeover\": \"mgbanwe\",\n    \"changeovers\": \"mgbanwe\",\n    \"changepocket\": \"mgbanwe\",\n    \"changer\": \"onye mgbanwe\",\n    \"changers\": \"ndị na-agbanwe\",\n    \"changes\": \"mgbanwe\",\n    \"changing\": \"na-agbanwe\",\n    \"changoan\": \"mgbanwe\",\n    \"changos\": \"mgbanwe\",\n    \"changs\": \"na-agbanwe\",\n    \"changuina\": \"mgbanwe\",\n    \"changuinan\": \"mgbanwe\",\n    \"chank\": \"chann\",\n    \"chankings\": \"egwu\",\n    \"channel\": \"ọwa\",\n    \"channeling\": \"ikusa\",\n    \"channelize\": \"ikwado\",\n    \"channelizes\": \"channellines\",\n    \"channelizing\": \"ịghagharị\",\n    \"channelled\": \"channeled\",\n    \"channeller\": \"chanel\",\n    \"channellers\": \"ndi ukwe\",\n    \"channelly\": \"ọwa\",\n    \"channelling\": \"ikusa\",\n    \"channels\": \"ọwa\",\n    \"channelure\": \"chanel\",\n    \"channelwards\": \"ọwa mmiri\",\n    \"chant\": \"kpọọ\",\n    \"chantable\": \"ukwe\",\n    \"chantage\": \"ogba\",\n    \"chantages\": \"ogba\",\n    \"chanted\": \"kpọọrọ\",\n    \"chantepleure\": \"izu ike\",\n    \"chanter\": \"chanti\",\n    \"chanters\": \"kpọọ abụ\",\n    \"chanticleer\": \"akuku\",\n    \"chanticleers\": \"ogba aghara\",\n    \"chanties\": \"chanti\",\n    \"chanting\": \"na-abụ abụ\",\n    \"chantingly\": \"egwu\",\n    \"chantlate\": \"kpọọ\",\n    \"chantment\": \"ukwe\",\n    \"chantors\": \"ndi ozo\",\n    \"chantry\": \"igwu\",\n    \"chantries\": \"kpọọ\",\n    \"chants\": \"egwu\",\n    \"chao\": \"ogba aghara\",\n    \"chaogenous\": \"Ọgba aghara\",\n    \"chaology\": \"nkà mmụta okpukpe\",\n    \"chaos\": \"ogbaaghara\",\n    \"chaoses\": \"ogbaaghara\",\n    \"chaotic\": \"ke ndutịme\",\n    \"chaotical\": \"keogba\",\n    \"chaotically\": \"aghara aghara\",\n    \"chaoticness\": \"ogba aghara\",\n    \"chap\": \"isi\",\n    \"chapapote\": \"obubata\",\n    \"chaparejos\": \"chachajị\",\n    \"chaparral\": \"onye isi\",\n    \"chaparraz\": \"ogechi\",\n    \"chapaties\": \"chapatis\",\n    \"chapatty\": \"chapatti\",\n    \"chapatties\": \"ọrụ ebere\",\n    \"chapattis\": \"chapatis\",\n    \"chapbook\": \"Akwụkwọ ọgụgụ\",\n    \"chapbooks\": \"Akwụkwọ ọgụgụ\",\n    \"chape\": \"ukwu\",\n    \"chapeaux\": \"Odogwu\",\n    \"chaped\": \"zụrụ\",\n    \"chapel\": \"uka\",\n    \"chapeled\": \"nke a chapu\",\n    \"chapeless\": \"enweghi chape\",\n    \"chapelgoer\": \"onye isi\",\n    \"chapelgoing\": \"chọọchị\",\n    \"chapeling\": \"uka\",\n    \"chapelize\": \"chọọchị\",\n    \"chapellage\": \"okpokoro\",\n    \"chapellany\": \"ulo uka\",\n    \"chapelled\": \"Chọọchị\",\n    \"chapelling\": \"ulo uka\",\n    \"chapelman\": \"onye isi\",\n    \"chapelmaster\": \"onye isi\",\n    \"chapelry\": \"uka\",\n    \"chapelries\": \"uka\",\n    \"chapels\": \"ụlọ ekpere\",\n    \"chapelward\": \"ulo uka\",\n    \"chaperon\": \"ogbe\",\n    \"chaperonage\": \"ogbe\",\n    \"chaperone\": \"onyeagha\",\n    \"chaperoned\": \"enwenne\",\n    \"chaperoning\": \"osiso\",\n    \"chaperonless\": \"enweghị mmụọ\",\n    \"chaperons\": \"ndị isi ojii\",\n    \"chapes\": \"ihe\",\n    \"chapfallen\": \"chapflen\",\n    \"chapfallenly\": \"chapflenlenly\",\n    \"chapin\": \"akwara\",\n    \"chapiter\": \"isi\",\n    \"chapiters\": \"ndị isi\",\n    \"chapitle\": \"uka\",\n    \"chapitral\": \"onye isi\",\n    \"chaplain\": \"ukochukwu\",\n    \"chaplaincy\": \"ụkọchukwu\",\n    \"chaplaincies\": \"ụkọchukwu\",\n    \"chaplainry\": \"ụkọchukwu\",\n    \"chaplains\": \"ndị ụkọchukwu\",\n    \"chaplainship\": \"ụkọchukwu\",\n    \"chapleted\": \"chaplet\",\n    \"chaplets\": \"isi ụlọ\",\n    \"chaplin\": \"akwa\",\n    \"chapmen\": \"chapman\",\n    \"chapote\": \"isi\",\n    \"chapourn\": \"chapon\",\n    \"chapournetted\": \"chapournet ka\",\n    \"chappal\": \"isi\",\n    \"chappaul\": \"isi\",\n    \"chappe\": \"isi\",\n    \"chapped\": \"isi\",\n    \"chapper\": \"onye isi nri\",\n    \"chappies\": \"nkịta\",\n    \"chappin\": \"igwu\",\n    \"chapping\": \"na-akụ\",\n    \"chappow\": \"isi\",\n    \"chaps\": \"isi\",\n    \"chapt\": \"isi\",\n    \"chaptalization\": \"chaptisation\",\n    \"chaptalize\": \"izu\",\n    \"chaptalized\": \"bụrụ ndị a gbagburu\",\n    \"chaptalizing\": \"na-achọ ihe\",\n    \"chapter\": \"isi\",\n    \"chapteral\": \"uka\",\n    \"chaptered\": \"Nke a zụrụ\",\n    \"chapterful\": \"isi\",\n    \"chapterhouse\": \"ụlọ isi\",\n    \"chaptering\": \"isiokwu\",\n    \"chapters\": \"isi\",\n    \"chaptrel\": \"olulu\",\n    \"chapwoman\": \"nwanyi\",\n    \"charabancs\": \"charabanc\",\n    \"characins\": \"akwara\",\n    \"charact\": \"ederede\",\n    \"character\": \"agwa\",\n    \"charactered\": \"dere\",\n    \"characterful\": \"agwa\",\n    \"charactery\": \"agwa\",\n    \"characterial\": \"odide\",\n    \"characterical\": \"nke njirimara\",\n    \"characteries\": \"agwa\",\n    \"charactering\": \"ederede\",\n    \"characterisable\": \"nwere ike ịkọwa\",\n    \"characterisation\": \"njirimara\",\n    \"characterise\": \"mara agwa\",\n    \"characterised\": \"njirimara\",\n    \"characteriser\": \"ihe omuma\",\n    \"characterising\": \"njirimara\",\n    \"characterism\": \"agwa\",\n    \"characterist\": \"onye odide\",\n    \"characteristic\": \"njirimara\",\n    \"characteristical\": \"njirimara\",\n    \"characteristically\": \"agwa\",\n    \"characteristicalness\": \"akparamaagwa\",\n    \"characteristicness\": \"njirimara\",\n    \"characteristics\": \"njirimara\",\n    \"characterizable\": \"ihe njirimara\",\n    \"characterization\": \"njirimara\",\n    \"characterizations\": \"njirimara\",\n    \"characterize\": \"mara agwa\",\n    \"characterized\": \"njirimara\",\n    \"characterizer\": \"onye njirimara\",\n    \"characterizers\": \"agwa\",\n    \"characterizes\": \"na-egosipụta\",\n    \"characterizing\": \"njirimara\",\n    \"characterless\": \"enweghị agwa\",\n    \"characterlessness\": \"enweghị agwa\",\n    \"characterology\": \"ihe odide\",\n    \"characterological\": \"ihe odide\",\n    \"characterologically\": \"n'ụzọ zuru ezu\",\n    \"characterologist\": \"ọkà mmụta sayensị\",\n    \"characters\": \"odide\",\n    \"characterstring\": \"ederede\",\n    \"charactonym\": \"nnabataonye\",\n    \"charade\": \"inyocha\",\n    \"charadriiform\": \"akparamaji\",\n    \"charadriiformes\": \"ndiegwu\",\n    \"charadriomorphae\": \"mmmmmmmmmmmmm\",\n    \"charales\": \"chara\",\n    \"charases\": \"charas\",\n    \"charbon\": \"chabọn\",\n    \"charco\": \"unyi\",\n    \"charcoal\": \"unyi\",\n    \"charcoaled\": \"icheku\",\n    \"charcoaly\": \"unyi\",\n    \"charcoaling\": \"icheku\",\n    \"charcoalist\": \"icheku unyi\",\n    \"charcoals\": \"unyi\",\n    \"charcuterie\": \"chartsuterie\",\n    \"charcuteries\": \"chartsuteries\",\n    \"charcutier\": \"charutiuti\",\n    \"charcutiers\": \"chartiutias\",\n    \"chards\": \"chaatị\",\n    \"chare\": \"oke\",\n    \"chared\": \"ihe niile\",\n    \"charely\": \"Ugochukwu\",\n    \"charer\": \"Ohere\",\n    \"chares\": \"charles\",\n    \"charet\": \"afụụ\",\n    \"chareter\": \"gaa\",\n    \"charette\": \"afụụ\",\n    \"chargable\": \"chagab\",\n    \"charge\": \"ụgwọ\",\n    \"chargeability\": \"ibu ebubo\",\n    \"chargeable\": \"na-akwụ ụgwọ\",\n    \"chargeableness\": \"ịgba ụgwọ\",\n    \"chargeably\": \"ebubo\",\n    \"chargeant\": \"onye ebubo\",\n    \"charged\": \"ebubo\",\n    \"chargedness\": \"ebubo\",\n    \"chargee\": \"kwụọ ụgwọ\",\n    \"chargeful\": \"na-akwụ ụgwọ\",\n    \"chargehouse\": \"ụlọ ebubo\",\n    \"chargeless\": \"enweghị ụgwọ\",\n    \"chargeling\": \"ịgba akwụkwọ\",\n    \"charger\": \"chaja\",\n    \"chargers\": \"chaja\",\n    \"charges\": \"ebubo\",\n    \"chargeship\": \"ebubo\",\n    \"charging\": \"odoriji\",\n    \"chary\": \"chari\",\n    \"charier\": \"odibo\",\n    \"chariness\": \"ịdị ọcha\",\n    \"charing\": \"izu\",\n    \"chariot\": \"ụgbọ ịnyịnya\",\n    \"charioted\": \"chariot\",\n    \"chariotee\": \"chariotị\",\n    \"charioteer\": \"ụgbọ ịnyịnya\",\n    \"charioteers\": \"ụgbọ ịnyịnya\",\n    \"charioteership\": \"ụgbọ ịnyịnya\",\n    \"charioting\": \"chariot\",\n    \"chariotlike\": \"ụgbọ ịnyịnya dị ka\",\n    \"chariotman\": \"onye na-anya ụgbọ ịnyịnya\",\n    \"chariotry\": \"ụgbọ ịnyịnya\",\n    \"chariots\": \"ụgbọ ịnyịnya\",\n    \"chariotway\": \"ụgbọ ịnyịnya ụzọ\",\n    \"charism\": \"ikike\",\n    \"charisma\": \"ikike\",\n    \"charismatic\": \"adọrọ adọrọ\",\n    \"charisms\": \"ogbaaghara\",\n    \"charitable\": \"ọrụ ebere\",\n    \"charitableness\": \"ọrụ ebere\",\n    \"charitably\": \"ọrụ ebere\",\n    \"charitative\": \"ọrụ ebere\",\n    \"charites\": \"ọrụ ebere\",\n    \"charity\": \"ọrụ ebere\",\n    \"charities\": \"ọrụ ebere\",\n    \"charityless\": \"ọrụ ebere obere\",\n    \"charivan\": \"adọkpụ\",\n    \"charivariing\": \"nnenne\",\n    \"chark\": \"chak\",\n    \"charkas\": \"charka\",\n    \"charked\": \"chajuru\",\n    \"charkhana\": \"charkha\",\n    \"charkhas\": \"charkha\",\n    \"charking\": \"agba ụgwọ\",\n    \"charks\": \"chak\",\n    \"charlatanically\": \"itule\",\n    \"charlatanish\": \"izu ahia\",\n    \"charlatanry\": \"izu ahia\",\n    \"charlatanries\": \"ahịa ahịa\",\n    \"charlatans\": \"ndị aghụghọ\",\n    \"charlatanship\": \"latgha\",\n    \"charlestons\": \"charlestọn\",\n    \"charlet\": \"charlotte\",\n    \"charlie\": \"Charlie\",\n    \"charlies\": \"Charlie's\",\n    \"charlocks\": \"iche iche\",\n    \"charm\": \"amara\",\n    \"charmed\": \"Ịmekwasị anwansị\",\n    \"charmedly\": \"Ịmekwasị anwansị\",\n    \"charmer\": \"osikapa\",\n    \"charmers\": \"nduru\",\n    \"charmeuse\": \"izu ahia\",\n    \"charmful\": \"maa mma\",\n    \"charmfully\": \"na-enwe obi ụtọ\",\n    \"charmfulness\": \"amara\",\n    \"charming\": \"maa mma\",\n    \"charminger\": \"mara mma\",\n    \"charmingest\": \"maa mma\",\n    \"charmingly\": \"maa mma\",\n    \"charmingness\": \"maa mma\",\n    \"charmless\": \"enweghị amara\",\n    \"charms\": \"ọtụtu\",\n    \"charmwise\": \"maa mma\",\n    \"charnel\": \"charkwa\",\n    \"charnels\": \"chaja\",\n    \"charon\": \"okorin\",\n    \"charonic\": \"ogbaaghara\",\n    \"charophyta\": \"okpokoro\",\n    \"charoses\": \"charos\",\n    \"charoseth\": \"okuko\",\n    \"charpit\": \"isi\",\n    \"charque\": \"charulu\",\n    \"charre\": \"ibu\",\n    \"charred\": \"gbaa ọkụ\",\n    \"charry\": \"charri\",\n    \"charrier\": \"ụgbọelu\",\n    \"charring\": \"agba ụgwọ\",\n    \"charro\": \"charo\",\n    \"charrs\": \"iche\",\n    \"chars\": \"isi\",\n    \"chart\": \"eserese\",\n    \"chartable\": \"Chaatị\",\n    \"chartaceous\": \"eserese\",\n    \"charted\": \"chaatị\",\n    \"charter\": \"gaa\",\n    \"charterable\": \"charteble\",\n    \"chartered\": \"dụrụ akwụkwọ\",\n    \"charterer\": \"onye na-ede akwụkwọ\",\n    \"charterers\": \"ndị na-ede akwụkwọ ego\",\n    \"charterhouse\": \"terlọ ụlọ ọrụ\",\n    \"chartermaster\": \"nchịkwa\",\n    \"charthouse\": \"eserese\",\n    \"charting\": \"chaatị\",\n    \"chartings\": \"chaatị\",\n    \"chartism\": \"eserese\",\n    \"chartist\": \"onye na-ede akwụkwọ\",\n    \"chartists\": \"ndị na-edekọ ihe\",\n    \"chartless\": \"enweghị ụkpụrụ\",\n    \"chartlet\": \"chaatị\",\n    \"chartography\": \"eserese\",\n    \"chartographic\": \"chaatị\",\n    \"chartographical\": \"eserese\",\n    \"chartographist\": \"onye na-ese ihe\",\n    \"chartometer\": \"chartometa\",\n    \"chartreuse\": \"eserese\",\n    \"chartreux\": \"chaatị\",\n    \"chartroom\": \"ụlọ mposi\",\n    \"charts\": \"chaatị\",\n    \"chartula\": \"eserese\",\n    \"chartulae\": \"eserese\",\n    \"chartulary\": \"eserese\",\n    \"chartularies\": \"eserese\",\n    \"chartulas\": \"eserese\",\n    \"charwomen\": \"umu nwanyi\",\n    \"chasable\": \"akpụrụ\",\n    \"chase\": \"chụwa\",\n    \"chaseable\": \"sechụ\",\n    \"chased\": \"achụrụ\",\n    \"chases\": \"na-achụ\",\n    \"chasing\": \"na-achụ\",\n    \"chasings\": \"isi\",\n    \"chasm\": \"ogba\",\n    \"chasmed\": \"chasmas\",\n    \"chasmogamic\": \"ogbaaghara\",\n    \"chasms\": \"nsogbu\",\n    \"chass\": \"Chass\",\n    \"chasse\": \"na-achu\",\n    \"chassed\": \"chasses\",\n    \"chasseing\": \"na-achụ\",\n    \"chassepot\": \"olulu\",\n    \"chassepots\": \"osisim\",\n    \"chassignite\": \"obidigbo\",\n    \"chassis\": \"Chassis\",\n    \"chastacosta\": \"ebele\",\n    \"chaste\": \"dị ọcha\",\n    \"chastelain\": \"onye ocha\",\n    \"chastely\": \"dị ọcha\",\n    \"chasten\": \"zaa\",\n    \"chastened\": \"na-ata ya ahụhụ\",\n    \"chastener\": \"ihe nhicha\",\n    \"chasteners\": \"ndị na-enye ntaramahụhụ\",\n    \"chasteness\": \"ịdị ọcha\",\n    \"chastening\": \"na-ata ahụhụ\",\n    \"chasteningly\": \"na-ata ahụhụ\",\n    \"chastenment\": \"ntaramahụhụ\",\n    \"chastens\": \"na-enye ọzụzụ\",\n    \"chaster\": \"chasta\",\n    \"chastest\": \"dị ọcha\",\n    \"chasteweed\": \"chafeweed\",\n    \"chastiment\": \"mgba\",\n    \"chastise\": \"ahuhu\",\n    \"chastised\": \"gbarụọ\",\n    \"chastisement\": \"ntaramahụhụ\",\n    \"chastiser\": \"ọzụzụ\",\n    \"chastisers\": \"ndị na-enye ọzụzụ\",\n    \"chastises\": \"ihe otiti\",\n    \"chastising\": \"na-ata ahụhụ\",\n    \"chastity\": \"ịdị ọcha\",\n    \"chastities\": \"ịdị ọcha\",\n    \"chastize\": \"ahuhu\",\n    \"chastizer\": \"nchịkwa\",\n    \"chasubled\": \"chasuble\",\n    \"chasubles\": \"chasuble\",\n    \"chat\": \"ikori\",\n    \"chatchka\": \"nkata\",\n    \"chatchkas\": \"nkata\",\n    \"chatchke\": \"nkata\",\n    \"chatchkes\": \"nkata\",\n    \"chateaugray\": \"ikpawa\",\n    \"chatelainry\": \"nkata\",\n    \"chathamite\": \"nkata\",\n    \"chathamites\": \"nkata\",\n    \"chatoyance\": \"nkata\",\n    \"chatoyancy\": \"nkata\",\n    \"chatoyant\": \"nkata\",\n    \"chaton\": \"nkata\",\n    \"chatot\": \"nkata\",\n    \"chats\": \"nkata\",\n    \"chatta\": \"ikpa\",\n    \"chattable\": \"nkata\",\n    \"chattack\": \"nkata\",\n    \"chattah\": \"nkata\",\n    \"chattation\": \"nkata\",\n    \"chatted\": \"akparịta ụka\",\n    \"chattel\": \"nkata\",\n    \"chattelhood\": \"nkata\",\n    \"chattelism\": \"nkata\",\n    \"chattelization\": \"nkata\",\n    \"chattelize\": \"nkata\",\n    \"chattelized\": \"nkata\",\n    \"chattelizing\": \"na-akparịta ụka\",\n    \"chattelship\": \"nkata\",\n    \"chatter\": \"nkata\",\n    \"chatteration\": \"nkata\",\n    \"chatterbox\": \"akparị ụka\",\n    \"chattered\": \"akparịta ụka\",\n    \"chatterer\": \"onye nkata\",\n    \"chatterers\": \"ndị nkata\",\n    \"chattererz\": \"nkata\",\n    \"chattery\": \"nkata\",\n    \"chattering\": \"na-akparịta ụka\",\n    \"chatteringly\": \"na-akparịta ụka\",\n    \"chattermag\": \"nkata\",\n    \"chattermagging\": \"na-akparịta ụka\",\n    \"chatters\": \"na-akparịta ụka\",\n    \"chatty\": \"akparịta ụka\",\n    \"chattier\": \"nkata\",\n    \"chattily\": \"nkata\",\n    \"chattiness\": \"nkata\",\n    \"chatting\": \"akparị ụka\",\n    \"chattingly\": \"na-akparịta ụka\",\n    \"chatwood\": \"nkata\",\n    \"chaucer\": \"isi ike\",\n    \"chaucerism\": \"nsogbu\",\n    \"chauchat\": \"akuko\",\n    \"chaudfroid\": \"chaud froid\",\n    \"chaudron\": \"okpo\",\n    \"chaufer\": \"onye ọkwọ ụgbọ ala\",\n    \"chaufers\": \"ndị ọkwọ ụgbọala\",\n    \"chauffers\": \"ndị ọkwọ ụgbọala\",\n    \"chauffeur\": \"ọkwọ ụgbọala\",\n    \"chauffeured\": \"ana-akwọ ụgbọala\",\n    \"chauffeuring\": \"na-akwọ ụgbọala\",\n    \"chauffeurs\": \"ndị ọkwọ ụgbọala\",\n    \"chauffeurship\": \"ọkwọ ụgbọ ala\",\n    \"chauffeuse\": \"ọkwọ ụgbọ ala\",\n    \"chauffeuses\": \"ndị ọkwọ ụgbọ ala\",\n    \"chauldron\": \"okwute\",\n    \"chaum\": \"isi ike\",\n    \"chaunter\": \"dinta\",\n    \"chaunting\": \"na-ata ahụhụ\",\n    \"chaunts\": \"akuko\",\n    \"chaussee\": \"owuwu\",\n    \"chaussures\": \"nkwenye\",\n    \"chaute\": \"ogba\",\n    \"chauth\": \"ogba\",\n    \"chauvinistically\": \"n'agha\",\n    \"chauvinists\": \"ndiegwu\",\n    \"chave\": \"ichoro\",\n    \"chavender\": \"okpokoro\",\n    \"chaver\": \"akawa\",\n    \"chaw\": \"isi\",\n    \"chawbone\": \"okuko\",\n    \"chawbuck\": \"nsogbu\",\n    \"chawer\": \"chawa\",\n    \"chawing\": \"ịkwọ ụgbọala\",\n    \"chawk\": \"isi\",\n    \"chawl\": \"isi\",\n    \"chawle\": \"isi\",\n    \"chawn\": \"isi\",\n    \"chaws\": \"isi\",\n    \"chazy\": \"nzuzu\",\n    \"chazzans\": \"chazzan\",\n    \"che\": \"na-eme\",\n    \"cheap\": \"ọnụ ala\",\n    \"cheapen\": \"dị ọnụ ala\",\n    \"cheapened\": \"ọnụ ala\",\n    \"cheapener\": \"ọnụ ala\",\n    \"cheapening\": \"na-eme ọnụ\",\n    \"cheapens\": \"na-ebelata\",\n    \"cheaper\": \"ọnụ ala\",\n    \"cheapery\": \"dị ọnụ ala karịa\",\n    \"cheapest\": \"dị ọnụ ala\",\n    \"cheapies\": \"dị ọnụ ala\",\n    \"cheaping\": \"dị ọnụ ala\",\n    \"cheapish\": \"dị ọnụ ala\",\n    \"cheapishly\": \"dị ọnụ ala\",\n    \"cheapjack\": \"Ohere\",\n    \"cheaply\": \"dị ọnụ ala\",\n    \"cheapness\": \"ọnụ ala\",\n    \"cheaps\": \"achịcha\",\n    \"cheapside\": \"achicha\",\n    \"cheare\": \"obia\",\n    \"cheat\": \"aghụghọ\",\n    \"cheated\": \"ghọgburu\",\n    \"cheater\": \"onye aghụghọ\",\n    \"cheatery\": \"aghụghọ\",\n    \"cheaters\": \"cheat\",\n    \"cheating\": \"n'ịghọ aghụghọ ule\",\n    \"cheatingly\": \"n'ịghọ aghụghọ ule\",\n    \"cheatry\": \"Ndị aghụghọ\",\n    \"cheats\": \"Ndị aghụghọ\",\n    \"chebacco\": \"ụtaba\",\n    \"chebec\": \"chebek\",\n    \"chebecs\": \"ụtaba\",\n    \"chebog\": \"Chebog\",\n    \"chebulinic\": \"chebulinik\",\n    \"chechem\": \"cheche\",\n    \"check\": \"nlele\",\n    \"checkable\": \"elele\",\n    \"checkage\": \"nlele\",\n    \"checkback\": \"nyocha\",\n    \"checkbird\": \"ndaba\",\n    \"checkbit\": \"nyocha\",\n    \"checkbite\": \"nlele\",\n    \"checkbits\": \"ego ndenye ego\",\n    \"checkbook\": \"akwụkwọ ndenye ego\",\n    \"checkbooks\": \"igbe\",\n    \"checke\": \"enyocha\",\n    \"checked\": \"enyocha\",\n    \"checker\": \"onye nlele\",\n    \"checkerbelly\": \"ego\",\n    \"checkerbellies\": \"Ugboro ala\",\n    \"checkerberry\": \"ichikota\",\n    \"checkerberries\": \"mkpụrụ osisi\",\n    \"checkerbloom\": \"ndenye ego\",\n    \"checkerboard\": \"nlele\",\n    \"checkerboarded\": \"nlele anya\",\n    \"checkerboarding\": \"nlele nlele\",\n    \"checkerboards\": \"ogwe ego\",\n    \"checkerbreast\": \"ndenye ego\",\n    \"checkery\": \"nlele\",\n    \"checkering\": \"nlele\",\n    \"checkerist\": \"onye nlele\",\n    \"checkers\": \"ndị na-enyocha\",\n    \"checkerwise\": \"nlezianya\",\n    \"checkerwork\": \"ndenye ego\",\n    \"checkhook\": \"nyocha\",\n    \"checky\": \"ndenye ego\",\n    \"checking\": \"atule\",\n    \"checklaton\": \"nlele\",\n    \"checkle\": \"lelee\",\n    \"checkless\": \"nlele\",\n    \"checkline\": \"nlele\",\n    \"checklist\": \"ndepụta ndenye ego\",\n    \"checklists\": \"ndenye ndenye aha\",\n    \"checkman\": \"onye nyocha\",\n    \"checkmark\": \"nlele\",\n    \"checkmate\": \"onye obula\",\n    \"checkmated\": \"enyocha\",\n    \"checkmates\": \"ndi nlele\",\n    \"checkmating\": \"na-enyocha\",\n    \"checkoff\": \"ndenye ego\",\n    \"checkoffs\": \"ndenye ego\",\n    \"checkout\": \"lelee\",\n    \"checkouts\": \"Ebe ndenye ego\",\n    \"checkpoint\": \"ebe nlele\",\n    \"checkpointed\": \"enyocha\",\n    \"checkpointing\": \"na-enyocha\",\n    \"checkpoints\": \"ebe ndenye ego\",\n    \"checkrack\": \"nlele\",\n    \"checkrail\": \"ndenye ego\",\n    \"checkrein\": \"nlele\",\n    \"checkroll\": \"ndenye ego\",\n    \"checkroom\": \"ebe nchekwa ego\",\n    \"checkrooms\": \"ụlọ nyocha\",\n    \"checkrope\": \"ndenye ego\",\n    \"checkrow\": \"ndenye ego\",\n    \"checkrowed\": \"lelee\",\n    \"checkrower\": \"onye nlele\",\n    \"checkrowing\": \"ịlele\",\n    \"checkrows\": \"ndenye ego\",\n    \"checks\": \"nlele\",\n    \"checkstone\": \"okwukwu\",\n    \"checkstrap\": \"eriri\",\n    \"checkstring\": \"eriri\",\n    \"checksum\": \"nlele\",\n    \"checksums\": \"nlele\",\n    \"checkup\": \"nlele\",\n    \"checkups\": \"nlele\",\n    \"checkweigher\": \"na-enyocha\",\n    \"checkweighman\": \"onye nlele\",\n    \"checkweighmen\": \"ndi ichie\",\n    \"checkwork\": \"ndenye ego\",\n    \"checkwriter\": \"lelee odee\",\n    \"chedar\": \"cheddar\",\n    \"cheddaring\": \"na-elekọta anya\",\n    \"cheddite\": \"okwaleji\",\n    \"cheddites\": \"ndi anakpo\",\n    \"cheders\": \"cheddars\",\n    \"chedite\": \"kpokọta\",\n    \"chedites\": \"ndị nchịkọta\",\n    \"chedlock\": \"mkpọchi\",\n    \"chedreux\": \"chiedox\",\n    \"cheeful\": \"keeti,\",\n    \"cheek\": \"agba\",\n    \"cheekbone\": \"ọkpụkpụ\",\n    \"cheekful\": \"cheeky\",\n    \"cheekfuls\": \"cheeks\",\n    \"cheeky\": \"ntabi\",\n    \"cheekily\": \"na-egbu egbu\",\n    \"cheekiness\": \"ọnụ\",\n    \"cheeking\": \"ntanye\",\n    \"cheekish\": \"nwaanyi\",\n    \"cheekless\": \"enweghị ntì\",\n    \"cheekpiece\": \"ntanetụ\",\n    \"cheeps\": \"na-enyocha\",\n    \"cheer\": \"bụ'abụ\",\n    \"cheered\": \"nwee obi ụtọ\",\n    \"cheerer\": \"nwee obi ụtọ\",\n    \"cheerers\": \"ndị ahịa\",\n    \"cheerful\": \"eji obi uto\",\n    \"cheerfulize\": \"cheerful\",\n    \"cheerfuller\": \"anuri\",\n    \"cheerfullest\": \"eji obi uto\",\n    \"cheerfully\": \"eji obi uto\",\n    \"cheerfulness\": \"eji obi uto\",\n    \"cheery\": \"ajuju\",\n    \"cheerier\": \"nwee obi uto\",\n    \"cheeriest\": \"nwee obi ụtọ\",\n    \"cheerily\": \"eji obi uto\",\n    \"cheeriness\": \"obi uto\",\n    \"cheering\": \"na-ekele\",\n    \"cheeringly\": \"eji obi ụtọ\",\n    \"cheerleader\": \"ka o nwee obi uto\",\n    \"cheerleaders\": \"na-aerụrị\",\n    \"cheerleading\": \"daalụ\",\n    \"cheerled\": \"nwee obi ụtọ\",\n    \"cheerless\": \"eji obi uto\",\n    \"cheerlessly\": \"n'enweghị obi ụtọ\",\n    \"cheerlessness\": \"enweghị obi ụtọ\",\n    \"cheerly\": \"eji obi uto\",\n    \"cheeros\": \"cheero\",\n    \"cheers\": \"nwee ekele\",\n    \"cheese\": \"chiiz\",\n    \"cheeseboard\": \"chiiz osisi\",\n    \"cheesebox\": \"igbe cheese\",\n    \"cheeseburgers\": \"burglọ cheeseburgers\",\n    \"cheesecurd\": \"chiiz curd\",\n    \"cheesecutter\": \"chiiz cutter\",\n    \"cheesed\": \"chiiz\",\n    \"cheeseflower\": \"ifuru chiiz\",\n    \"cheeselep\": \"ogbe\",\n    \"cheeselip\": \"chiiz\",\n    \"cheesemaker\": \"nne cheememaker\",\n    \"cheesemaking\": \"achicha\",\n    \"cheesemonger\": \"cheememonger\",\n    \"cheesemongery\": \"cheememonger\",\n    \"cheesemongering\": \"mongering\",\n    \"cheesemongerly\": \"cheememonger\",\n    \"cheeseparer\": \"onye ji oji\",\n    \"cheeser\": \"chiiz\",\n    \"cheesery\": \"chiri\",\n    \"cheeses\": \"chiiz\",\n    \"cheesy\": \"chiiz\",\n    \"cheesiness\": \"mmụọ\",\n    \"cheesing\": \"chiiz\",\n    \"chef\": \"osi nri\",\n    \"chefdom\": \"nri\",\n    \"chefdoms\": \"chefdom\",\n    \"chefs\": \"Ndị isi\",\n    \"chego\": \"nlele\",\n    \"chegoes\": \"nlele\",\n    \"cheir\": \"aghụghọ\",\n    \"cheirognomy\": \"Oyibo\",\n    \"cheirography\": \"Egwu\",\n    \"cheirolin\": \"Okechukwu\",\n    \"cheiroline\": \"Cheiroline\",\n    \"cheiromancy\": \"Ikechukwu\",\n    \"cheke\": \"daalụ\",\n    \"cheken\": \"chọpụta\",\n    \"chelaship\": \"Udochukwu\",\n    \"chelate\": \"chelee\",\n    \"chelating\": \"na-agụ\",\n    \"chelator\": \"onye nlekota\",\n    \"chelators\": \"ndị aghụghọ\",\n    \"chelidon\": \"Chelidon\",\n    \"chelidonate\": \"Chelidonate\",\n    \"chelidonian\": \"Chelidonian\",\n    \"chelidonium\": \"Chelidonium\",\n    \"cheliferous\": \"Udochukwu\",\n    \"chelinga\": \"chekwaa\",\n    \"chelingas\": \"chekwaas\",\n    \"chellean\": \"cheelian\",\n    \"chelodina\": \"Chelodina\",\n    \"chelodine\": \"Chelodine\",\n    \"cheltenham\": \"Cheltenham\",\n    \"chem\": \"kem\",\n    \"chemasthenia\": \"Chemasthenia\",\n    \"chemesthesis\": \"ọgwụ\",\n    \"chemiatry\": \"onwu\",\n    \"chemiatric\": \"onwu\",\n    \"chemic\": \"kemikal\",\n    \"chemical\": \"kemikal\",\n    \"chemicalization\": \"nchịkwa kemịkal\",\n    \"chemicalize\": \"gbasie ike\",\n    \"chemically\": \"onwu\",\n    \"chemicals\": \"kemịkal\",\n    \"chemick\": \"kemist\",\n    \"chemicked\": \"jisie ike\",\n    \"chemicker\": \"kemịkal\",\n    \"chemicking\": \"na-a chemụ\",\n    \"chemicoastrological\": \"icolọ ọgwụ\",\n    \"chemicobiology\": \"ihe omumu\",\n    \"chemicobiologic\": \"ihe omumu\",\n    \"chemicobiological\": \"ihe omumu\",\n    \"chemicocautery\": \"kemịkalcautery\",\n    \"chemicodynamic\": \"mmmmmmmmmmmmm\",\n    \"chemicoengineering\": \"kemịkalụ ọrụ\",\n    \"chemicoluminescence\": \"iclọ ọgwụ\",\n    \"chemicoluminescent\": \"iclọ ọgwụ\",\n    \"chemicomechanical\": \"kemịkalụ\",\n    \"chemicopharmaceutical\": \"kemịkalụ ọgwụ\",\n    \"chemicophysical\": \"kemịkalphysical\",\n    \"chemicophysics\": \"kemịkalphysics\",\n    \"chemicophysiological\": \"kemịkalụ physiology\",\n    \"chemicovital\": \"chemico dị mkpa\",\n    \"chemics\": \"kemikal\",\n    \"chemiculture\": \"kemịkalụ\",\n    \"chemigraph\": \"Chemigraph\",\n    \"chemigrapher\": \"ihe ọmụmụ\",\n    \"chemigraphy\": \"kemịkalụ\",\n    \"chemigraphic\": \"kemigraphic\",\n    \"chemigraphically\": \"na-eji ọgwụ arụ\",\n    \"chemiluminescence\": \"nyocha\",\n    \"chemiluminescent\": \"illọ ọgwụ\",\n    \"chemin\": \"kimi\",\n    \"chemins\": \"kemist\",\n    \"chemiotactic\": \"mmetuta\",\n    \"chemiotaxic\": \"kemịkalụ\",\n    \"chemiotaxis\": \"kemịkalụ\",\n    \"chemiotropic\": \"kemịkalụ\",\n    \"chemis\": \"kemis\",\n    \"chemise\": \"kemịl\",\n    \"chemises\": \"kemịl\",\n    \"chemisette\": \"Chemiseti\",\n    \"chemism\": \"kemist\",\n    \"chemisms\": \"kemikal\",\n    \"chemisorb\": \"islọ\",\n    \"chemisorption\": \"iji aka\",\n    \"chemisorptive\": \"kemịkal\",\n    \"chemist\": \"kemist\",\n    \"chemistry\": \"onwu\",\n    \"chemistries\": \"kemistri\",\n    \"chemists\": \"ndị ọgwụ\",\n    \"chemitype\": \"akụrụngwa\",\n    \"chemitypy\": \"kemịkal\",\n    \"chemitypies\": \"akụrụngwa\",\n    \"chemmy\": \"onwu\",\n    \"chemoautotrophic\": \"osinachi\",\n    \"chemoceptor\": \"onye nkwado\",\n    \"chemokinetic\": \"ihe omumu\",\n    \"chemolytic\": \"Onwuchekwa\",\n    \"chemopallidectomy\": \"akụrụngwa\",\n    \"chemophysiology\": \"nkà mmụta ọgwụ\",\n    \"chemoreception\": \"obukpo\",\n    \"chemoreceptive\": \"na-emegharị emegharị\",\n    \"chemoreceptivity\": \"moregba aghara\",\n    \"chemoreceptivities\": \"nweghari\",\n    \"chemoreflex\": \"Ogbodu Okonkwo\",\n    \"chemoresistance\": \"nwepu ike\",\n    \"chemosensitive\": \"na-emetụta ihe\",\n    \"chemosensitivity\": \"Mmiri ọgwụ\",\n    \"chemosensitivities\": \"ihe nlebara anya\",\n    \"chemoserotherapy\": \"ịgwọ ọrịa ọgwụ\",\n    \"chemoses\": \"kemịkal\",\n    \"chemosynthesis\": \"kemịkalụ\",\n    \"chemosynthetic\": \"akuko\",\n    \"chemosynthetically\": \"na-emezi ihe\",\n    \"chemosis\": \"akuku\",\n    \"chemosmoic\": \"akuko\",\n    \"chemosmoses\": \"akụrụngwa\",\n    \"chemosmosis\": \"akwara\",\n    \"chemosmotic\": \"akụrụngwa\",\n    \"chemosorb\": \"kemosorb\",\n    \"chemosorption\": \"ọgwụ\",\n    \"chemosorptive\": \"kemịkal\",\n    \"chemosphere\": \"okpokoro\",\n    \"chemospheric\": \"okpokoro\",\n    \"chemosterilants\": \"ndiegwu\",\n    \"chemosurgery\": \"ịosụ ọgwụ\",\n    \"chemosurgical\": \"ọgwụ\",\n    \"chemotactic\": \"kemotactic\",\n    \"chemotactically\": \"na iji aka ya\",\n    \"chemotaxy\": \"Chemotaxy\",\n    \"chemotaxonomic\": \"mmotekonomic\",\n    \"chemotaxonomically\": \"na-eji aka ya\",\n    \"chemotherapeutic\": \"ịgwọ ọrịa ọgwụ\",\n    \"chemotherapeutical\": \"ọgwụ ọgwụ\",\n    \"chemotherapeutically\": \"na iji ọgwụ\",\n    \"chemotherapeuticness\": \"ịgwọ ọrịa ọgwụ\",\n    \"chemotherapeutics\": \"ọgwụ ọgwụ\",\n    \"chemotherapy\": \"ọgwụ\",\n    \"chemotherapies\": \"ọgwụ ọgwụ\",\n    \"chemotherapist\": \"ọkà mmụta ọgwụ\",\n    \"chemotherapists\": \"ndị na-agwọ ọrịa ọgwụ\",\n    \"chemotic\": \"kemịkal\",\n    \"chemotroph\": \"mmotorof\",\n    \"chemotrophic\": \"mmototphic\",\n    \"chemotropic\": \"kemotropic\",\n    \"chemotropically\": \"na mmiri ọgwụ\",\n    \"chemotropism\": \"kemotropism\",\n    \"chemung\": \"Ogbe\",\n    \"chemurgy\": \"ọgwụ\",\n    \"chemurgic\": \"ọgwụ\",\n    \"chemurgical\": \"kemịkal\",\n    \"chemurgically\": \"kemịkal\",\n    \"chemurgies\": \"ọgwụ\",\n    \"cheneaus\": \"Cheneaus\",\n    \"cheneaux\": \"Cheneaux\",\n    \"chenet\": \"onyenze\",\n    \"chenfish\": \"azu\",\n    \"cheng\": \"chịng\",\n    \"chenica\": \"Ebele\",\n    \"cheniller\": \"ihe onyonyo\",\n    \"chepster\": \"Okpukpo\",\n    \"cheque\": \"nlele\",\n    \"chequebook\": \"akwụkwọ ndenye ego\",\n    \"chequer\": \"onye nlele\",\n    \"chequered\": \"checkered\",\n    \"chequering\": \"na-aquụ ọquụ\",\n    \"chequers\": \"ndị na-enyocha\",\n    \"chequerwise\": \"gbamgbam\",\n    \"chequerwork\": \"cheackerwork\",\n    \"cheques\": \"nlele\",\n    \"chequy\": \"chekiny\",\n    \"chequinn\": \"Chequinn\",\n    \"cher\": \"cherị\",\n    \"cherchez\": \"cherị\",\n    \"chercock\": \"okpokoro\",\n    \"cherish\": \"hụrụ n'anya\",\n    \"cherished\": \"jiri kpọrọ ihe\",\n    \"cherishes\": \"hụrụ n'anya\",\n    \"cherishing\": \"ilekọta\",\n    \"cherishingly\": \"jiri anya\",\n    \"cherishment\": \"ịhụnanya\",\n    \"chermes\": \"cherị\",\n    \"chernites\": \"Ngwa\",\n    \"chernomorish\": \"Ngwaọrụ\",\n    \"cheroot\": \"Ogbe\",\n    \"cheroots\": \"Obo\",\n    \"cherry\": \"cherị\",\n    \"cherried\": \"cherị\",\n    \"cherries\": \"cherị\",\n    \"cherrying\": \"cherị\",\n    \"cherrylike\": \"cherị dị\",\n    \"cherrystones\": \"nkume cherrystones\",\n    \"chersonese\": \"Asụsụ\",\n    \"chert\": \"cherị\",\n    \"cherte\": \"cherị\",\n    \"cherty\": \"cherị\",\n    \"cherts\": \"cherị\",\n    \"cherubfishes\": \"cherubfish\",\n    \"cherublike\": \"yiri cherub\",\n    \"cherubs\": \"cherub\",\n    \"chervante\": \"okpe\",\n    \"chervil\": \"cherịl\",\n    \"chervils\": \"cherịl\",\n    \"chesboil\": \"Akwa Ibom\",\n    \"chesboll\": \"Chesboll\",\n    \"chese\": \"aghụghọ\",\n    \"cheskeys\": \"cheskey\",\n    \"cheslep\": \"Uchechukwu\",\n    \"chess\": \"cheesi\",\n    \"chessart\": \"cheesi\",\n    \"chessboard\": \"cheesi\",\n    \"chessboards\": \"ssgbọ mmiri\",\n    \"chessel\": \"cheesi\",\n    \"chesser\": \"cheesi\",\n    \"chesses\": \"cheesi\",\n    \"chesset\": \"chess\",\n    \"chessist\": \"cheesi\",\n    \"chessner\": \"cheesi\",\n    \"chessom\": \"cheesi\",\n    \"chesstree\": \"cheststree\",\n    \"chest\": \"obi\",\n    \"chested\": \"gbanye obi\",\n    \"chesteine\": \"onyinye\",\n    \"chester\": \"Ekene\",\n    \"chesterbed\": \"chester\",\n    \"chesterfield\": \"Oguta-Owerri\",\n    \"chesterfieldian\": \"Uchenna Onyekwere\",\n    \"chesterfields\": \"Ogwe\",\n    \"chesterlite\": \"chester lite\",\n    \"chestful\": \"akpati\",\n    \"chestfuls\": \"akpati obi\",\n    \"chesty\": \"Udidi\",\n    \"chestier\": \"Ekene\",\n    \"chestiest\": \"akasia obi\",\n    \"chestily\": \"n'obi\",\n    \"chestiness\": \"obi\",\n    \"chestnut\": \"Akpa\",\n    \"chestnuts\": \"akpịrị\",\n    \"chestnutty\": \"Ugba\",\n    \"chests\": \"akpati\",\n    \"chetah\": \"cheetah\",\n    \"chetahs\": \"cheetahs\",\n    \"cheth\": \"akwa\",\n    \"cheths\": \"chets\",\n    \"chetive\": \"kele\",\n    \"chetrums\": \"chetrum\",\n    \"cheung\": \"chie\",\n    \"chevage\": \"aghụghọ\",\n    \"chevalet\": \"Okechukwu\",\n    \"chevalets\": \"Obinna\",\n    \"chevalier\": \"Chevalier\",\n    \"chevance\": \"iwu\",\n    \"chevaux\": \"Chevaux\",\n    \"cheve\": \"daomi\",\n    \"chevee\": \"chee\",\n    \"chevelure\": \"chevel\",\n    \"chevener\": \"cheven\",\n    \"cheveron\": \"Cheveron\",\n    \"cheverons\": \"chevrons\",\n    \"chevesaile\": \"Chevesaile\",\n    \"chevesne\": \"Chevesne\",\n    \"chevet\": \"cheeti\",\n    \"chevied\": \"chevy\",\n    \"chevies\": \"chevy\",\n    \"chevying\": \"na-aghọ aghụghọ\",\n    \"cheville\": \"Cheville\",\n    \"chevin\": \"Chevin\",\n    \"cheviots\": \"Cheviot\",\n    \"chevisance\": \"nlele\",\n    \"chevon\": \"Chevon\",\n    \"chevres\": \"Chevres\",\n    \"chevret\": \"Chevret\",\n    \"chevrette\": \"Chevret\",\n    \"chevreuil\": \"Chevreuil\",\n    \"chevrolet\": \"Okechukwu\",\n    \"chevrolets\": \"Chevrolets\",\n    \"chevron\": \"Chevron\",\n    \"chevrone\": \"Chevron\",\n    \"chevroned\": \"Chevron\",\n    \"chevronel\": \"Chevron\",\n    \"chevronelly\": \"Chevronelly\",\n    \"chevrony\": \"Chevrony\",\n    \"chevronny\": \"Okechukwu\",\n    \"chevrotain\": \"Chevrotain\",\n    \"chevvy\": \"Chevvy\",\n    \"chew\": \"ita\",\n    \"chewable\": \"taa\",\n    \"chewbark\": \"-achọ\",\n    \"chewed\": \"ata ata\",\n    \"cheweler\": \"Onye na-eme achịcha\",\n    \"chewer\": \"osikapa\",\n    \"chewers\": \"Na-akọ\",\n    \"chewet\": \"na-ata\",\n    \"chewy\": \"na-ata\",\n    \"chewie\": \"na-ata\",\n    \"chewier\": \"na-ata\",\n    \"chewing\": \"ita ahu\",\n    \"chewink\": \"igwu\",\n    \"chews\": \"ita\",\n    \"chg\": \"Mkp\",\n    \"chyack\": \"obukpọ\",\n    \"chian\": \"chii\",\n    \"chiasmatic\": \"chiasmat\",\n    \"chicayote\": \"ikechi\",\n    \"chicaned\": \"onye isi ala\",\n    \"chicaner\": \"chicha\",\n    \"chicanes\": \"osisi chican\",\n    \"chicaning\": \"inyocha\",\n    \"chiccories\": \"chiccory\",\n    \"chicest\": \"chic\",\n    \"chichipate\": \"chichip\",\n    \"chichling\": \"chukwu\",\n    \"chick\": \"nwa okuko\",\n    \"chickabiddy\": \"chibido\",\n    \"chickadees\": \"okuko\",\n    \"chickees\": \"Chidinwe\",\n    \"chickell\": \"okuko\",\n    \"chicken\": \"ọkụkọ\",\n    \"chickenberry\": \"ọkụkọ\",\n    \"chickenbill\": \"ọkụkọ\",\n    \"chickenbreasted\": \"okuko okuko\",\n    \"chickened\": \"okuko\",\n    \"chickenhearted\": \"okuko\",\n    \"chickenheartedly\": \"ọkụkọ obi\",\n    \"chickenheartedness\": \"ọkụkọ heartedness\",\n    \"chickenhood\": \"okuko okuko\",\n    \"chickening\": \"okuko\",\n    \"chickenpox\": \"kịtịkpa\",\n    \"chickens\": \"ọkụkọ\",\n    \"chickenshit\": \"ọkụkọ ọkụkụ\",\n    \"chickenweed\": \"chikọd\",\n    \"chickenwort\": \"okuko\",\n    \"chicker\": \"ọkụkọ\",\n    \"chickery\": \"ọkụkọ\",\n    \"chickhood\": \"mkpuchi okpu\",\n    \"chicky\": \"nwa okuko\",\n    \"chickies\": \"ụmụ ọkụkọ\",\n    \"chickling\": \"nwa okuko\",\n    \"chickory\": \"ọkụkọ\",\n    \"chickories\": \"ụmụ ọkụkọ\",\n    \"chicks\": \"ụmụ ọkụkọ\",\n    \"chickstone\": \"nwa okuko\",\n    \"chickweed\": \"chikọd\",\n    \"chickweeds\": \"akwa okuko\",\n    \"chicly\": \"chichi\",\n    \"chicness\": \"chic\",\n    \"chicnesses\": \"nsogbu\",\n    \"chicories\": \"chicery\",\n    \"chicote\": \"chicot\",\n    \"chicqued\": \"chiques\",\n    \"chicquer\": \"chiquer\",\n    \"chicquing\": \"Chicquing\",\n    \"chics\": \"Ogbe\",\n    \"chide\": \"itule\",\n    \"chided\": \"chid\",\n    \"chider\": \"ụgbụ\",\n    \"chiders\": \"chiid\",\n    \"chiding\": \"chide\",\n    \"chidingly\": \"chidinụ\",\n    \"chidingness\": \"Akuko\",\n    \"chief\": \"onyeisi\",\n    \"chiefage\": \"isi\",\n    \"chiefdom\": \"onye isi\",\n    \"chiefdoms\": \"ndị isi\",\n    \"chiefer\": \"onye isi\",\n    \"chiefery\": \"isi\",\n    \"chiefess\": \"onye isi ala\",\n    \"chiefest\": \"nke kachasị\",\n    \"chiefish\": \"onyeisi\",\n    \"chiefless\": \"isi\",\n    \"chiefly\": \"nke isi\",\n    \"chiefling\": \"isi\",\n    \"chiefry\": \"isi\",\n    \"chiefs\": \"ndị isi\",\n    \"chiefship\": \"onye isi\",\n    \"chieftain\": \"onyeisi\",\n    \"chieftaincy\": \"onye isi\",\n    \"chieftaincies\": \"ndi isi\",\n    \"chieftainess\": \"onyeisi nwaanyị\",\n    \"chieftainry\": \"onyeisi oche\",\n    \"chieftainries\": \"ndi isi\",\n    \"chieftains\": \"ndi isi\",\n    \"chieftainship\": \"ochichi onye isi\",\n    \"chieftainships\": \"ndị isi\",\n    \"chiel\": \"chili\",\n    \"chield\": \"chili\",\n    \"chields\": \"chiburu\",\n    \"chiels\": \"oyi\",\n    \"chieve\": \"chiive\",\n    \"chiffonier\": \"chiffonnier\",\n    \"chiffoniers\": \"chiffonniers\",\n    \"chiffonnieres\": \"chiffonniers\",\n    \"chigoes\": \"chigo\",\n    \"chylaceous\": \"akuku\",\n    \"chilblained\": \"chilblains\",\n    \"chilcat\": \"chilkat\",\n    \"child\": \"nwa\",\n    \"childage\": \"nwa afọ\",\n    \"childbear\": \"ịmụ nwa\",\n    \"childbearing\": \"ịmụ nwa\",\n    \"childbed\": \"nwata\",\n    \"childbeds\": \"umuaka\",\n    \"childbirth\": \"ịmụ nwa\",\n    \"childbirths\": \"ịmụ nwa\",\n    \"childcrowing\": \"umuaka\",\n    \"childe\": \"nwata\",\n    \"childed\": \"mụọ\",\n    \"childermas\": \"nwata\",\n    \"childes\": \"ụmụaka\",\n    \"childhood\": \"nwata\",\n    \"childhoods\": \"nwata\",\n    \"childing\": \"nwata\",\n    \"childish\": \"nwata\",\n    \"childishly\": \"nwata\",\n    \"childishness\": \"nwata\",\n    \"childkind\": \"umuaka\",\n    \"childless\": \"enweghị nwa\",\n    \"childlessness\": \"enweghi umu\",\n    \"childly\": \"bụ nwata\",\n    \"childlier\": \"nwata\",\n    \"childliest\": \"nwata\",\n    \"childlike\": \"yiri nke nwata\",\n    \"childlikeness\": \"umunwoke\",\n    \"childminder\": \"onye na-elekọta ụmụaka\",\n    \"childness\": \"nwata\",\n    \"childproof\": \"na-egbochi ụmụaka\",\n    \"childre\": \"nwata\",\n    \"children\": \".mụaka\",\n    \"childrenite\": \"ụmụ\",\n    \"childridden\": \"nwata\",\n    \"childship\": \"nwa\",\n    \"childward\": \"nwata\",\n    \"childwife\": \"nwa nwanyi\",\n    \"childwite\": \"nwata\",\n    \"chilean\": \"chili\",\n    \"chiles\": \"chilị\",\n    \"chiliarchy\": \"ọchịchị ọchịchị\",\n    \"chilicothe\": \"chillicothe\",\n    \"chilidogs\": \"nkịta chili\",\n    \"chylidrosis\": \"nwa nwanyi\",\n    \"chilies\": \"chili\",\n    \"chylifaction\": \"ndigbo\",\n    \"chylified\": \"akuko\",\n    \"chylifying\": \"akuko\",\n    \"chyliform\": \"Anakpo\",\n    \"chiliomb\": \"chilịmb\",\n    \"chilipepper\": \"tatashị\",\n    \"chill\": \"zuo ike\",\n    \"chilled\": \"jụrụ oyi\",\n    \"chillers\": \"chilis\",\n    \"chilli\": \"chili\",\n    \"chilly\": \"chilii\",\n    \"chilliest\": \"chilịl\",\n    \"chilling\": \"zuo ike\",\n    \"chillingly\": \"chillily\",\n    \"chillish\": \"zuo ike\",\n    \"chilliwack\": \"chilịlịw\",\n    \"chillness\": \"akpata oyi\",\n    \"chilloes\": \"chilịl\",\n    \"chillroom\": \"okpokoro\",\n    \"chills\": \"akpata oyi\",\n    \"chylocaulous\": \"akuko\",\n    \"chylocaulously\": \"n'adighi ike\",\n    \"chylocele\": \"chukwuemeka\",\n    \"chyloid\": \"chhyloid\",\n    \"chylomicron\": \"akachukwu\",\n    \"chylopericardium\": \"akwara\",\n    \"chylopoetic\": \"ihechi\",\n    \"chylopoiesis\": \"ndiegwu\",\n    \"chylopoietic\": \"ihechi ndiegwu\",\n    \"chylosis\": \"Nkechi\",\n    \"chimane\": \"chimene\",\n    \"chimars\": \"chimar\",\n    \"chymase\": \"akuko\",\n    \"chimble\": \"Chimble\",\n    \"chimbley\": \"Chimbley\",\n    \"chimbleys\": \"Chimbleys\",\n    \"chimbs\": \"Chimbs\",\n    \"chimeras\": \"chimera\",\n    \"chimers\": \"chim\",\n    \"chimes\": \"okuku\",\n    \"chymes\": \"chịm\",\n    \"chymics\": \"ihe eji eme ihe\",\n    \"chymify\": \"chikwa\",\n    \"chymification\": \"ichikota\",\n    \"chymified\": \"Akuko\",\n    \"chymifying\": \"ikwe\",\n    \"chiminage\": \"chimenage\",\n    \"chiming\": \"Chiming\",\n    \"chymist\": \"onye na-eme ihe nkiri\",\n    \"chymistry\": \"ihe omuma\",\n    \"chymists\": \"ndị na-eme ka ihe ike\",\n    \"chimmesyan\": \"chimni\",\n    \"chimney\": \"chimni\",\n    \"chimneyed\": \"chimni\",\n    \"chimneyhead\": \"Isi anwụrụ\",\n    \"chimneying\": \"Ime anwansi\",\n    \"chimneyless\": \"chimniless\",\n    \"chimneys\": \"anwụrụ ọkụ\",\n    \"chymous\": \"chymic\",\n    \"chimps\": \"chịm\",\n    \"chin\": \"agba\",\n    \"chinaberries\": \"ihe ndozi\",\n    \"chinalike\": \"agbamakwụkwọ\",\n    \"chinantecs\": \"chinantek\",\n    \"chinas\": \"China\",\n    \"chinband\": \"agbamakwụkwọ\",\n    \"chinbone\": \"nkedo\",\n    \"chinch\": \"mgbachi\",\n    \"chincher\": \"chinchi\",\n    \"chincherinchee\": \"chinchinchechee\",\n    \"chincherinchees\": \"ihe ndozi\",\n    \"chinches\": \"chinchi\",\n    \"chinchy\": \"chinchi\",\n    \"chinchier\": \"chinchi\",\n    \"chinchiest\": \"chinchi\",\n    \"chinchiness\": \"ọ chinụ\",\n    \"chinching\": \"chinchi\",\n    \"chinchona\": \"cinchona\",\n    \"chincloth\": \"ihe mkpuchi\",\n    \"chindee\": \"chindi\",\n    \"chine\": \"chindi\",\n    \"chined\": \"kpọọ\",\n    \"chinee\": \"chine\",\n    \"chinenses\": \"mkpuchi\",\n    \"chines\": \"agba\",\n    \"chinese\": \"China\",\n    \"ching\": \"na-egbu\",\n    \"chiniks\": \"mkpịsị\",\n    \"chink\": \"nkpu\",\n    \"chinked\": \"tinye ya\",\n    \"chinker\": \"mkpuchi\",\n    \"chinkers\": \"ndị na-agba agba\",\n    \"chinkier\": \"ihe mkpuchi\",\n    \"chinkle\": \"kpọọ\",\n    \"chinks\": \"Ogba\",\n    \"chinless\": \"enweghị atụ\",\n    \"chinned\": \"chịnye ya\",\n    \"chinner\": \"eriri igwe\",\n    \"chinners\": \"okpu\",\n    \"chinny\": \"Chinny\",\n    \"chinnier\": \"osikapa\",\n    \"chinniest\": \"kasị nwee\",\n    \"chinoa\": \"China\",\n    \"chinoline\": \"chinolin\",\n    \"chinologist\": \"ọkà mmụta sayensị\",\n    \"chinones\": \"chinos\",\n    \"chinook\": \"chinookụ\",\n    \"chinooks\": \"chinkinukwu\",\n    \"chinotoxine\": \"chino toxine\",\n    \"chinotti\": \"chinotto\",\n    \"chinpiece\": \"chin mpempe\",\n    \"chins\": \"agba\",\n    \"chinse\": \"chine\",\n    \"chinsed\": \"zụrụ azụ\",\n    \"chinsing\": \"chinchi\",\n    \"chint\": \"chik\",\n    \"chints\": \"chinetz\",\n    \"chintses\": \"kpọọ\",\n    \"chintz\": \"chinetz\",\n    \"chintze\": \"kpọchie\",\n    \"chintzes\": \"kpọọ\",\n    \"chintziest\": \"chinetị\",\n    \"chintziness\": \"ihe ngbako\",\n    \"chinwag\": \"agbamgbam\",\n    \"chiopin\": \"chiotin\",\n    \"chiot\": \"ogba egbe\",\n    \"chiotilla\": \"chukwu\",\n    \"chip\": \"mgbawa\",\n    \"chipboard\": \"mgbawa\",\n    \"chipchap\": \"mgbawa iri\",\n    \"chipchop\": \"mgbawa iri\",\n    \"chipyard\": \"mgbawa\",\n    \"chipling\": \"chipping\",\n    \"chipmuck\": \"chipmunk\",\n    \"chipmucks\": \"mgbawa\",\n    \"chipmunks\": \"mgbawa\",\n    \"chipped\": \"chiri\",\n    \"chippered\": \"chilịl\",\n    \"chippewa\": \"mgbawa\",\n    \"chippewas\": \"mgbawa\",\n    \"chippies\": \"chiki\",\n    \"chipproof\": \"nkpọrọ\",\n    \"chypre\": \"akuko\",\n    \"chips\": \"ibe\",\n    \"chipwood\": \"Mgbawa osisi\",\n    \"chirimen\": \"chirien\",\n    \"chirimia\": \"chiriemia\",\n    \"chirk\": \"chiri\",\n    \"chirked\": \"chiri mkpu\",\n    \"chirks\": \"chiri\",\n    \"chirl\": \"chiri\",\n    \"chirm\": \"chiri\",\n    \"chirmed\": \"chiri\",\n    \"chirming\": \"chiri\",\n    \"chirms\": \"mkpu\",\n    \"chirognomically\": \"n'adịghị nke ọma\",\n    \"chirograph\": \"ihe osise\",\n    \"chirographer\": \"ọkà mmụta ihe omume\",\n    \"chirographers\": \"ndị na-akụ chirografia\",\n    \"chirography\": \"ihe osise\",\n    \"chirographic\": \"chirografii\",\n    \"chirographical\": \"ihe osise\",\n    \"chirologist\": \"ọkà mmụta chirologist\",\n    \"chiropodistry\": \"chiropodist\",\n    \"chiropodists\": \"chiropodist\",\n    \"chiropodous\": \"chiropodist\",\n    \"chiropompholyx\": \"cheiropompholyx\",\n    \"chiropterygian\": \"chiaptery onyeisia\",\n    \"chirotherium\": \"chiritherium\",\n    \"chirotony\": \"chirotoni\",\n    \"chirotonsor\": \"chirotonor\",\n    \"chirotonsory\": \"chirotonory\",\n    \"chirp\": \"chiri\",\n    \"chirped\": \"chiri\",\n    \"chirper\": \"chiri\",\n    \"chirpy\": \"chiri\",\n    \"chirpiness\": \"obi ilu\",\n    \"chirping\": \"na-ebe ákwá\",\n    \"chirpingly\": \"chirping\",\n    \"chirpling\": \"chiri\",\n    \"chirps\": \"chilps\",\n    \"chirred\": \"chir\",\n    \"chirrs\": \"chil\",\n    \"chirruped\": \"chiri anakpo\",\n    \"chirruping\": \"na-ebe ákwá\",\n    \"chirurgical\": \"igwe ogwu\",\n    \"chis\": \"chi\",\n    \"chisel\": \"chizul\",\n    \"chiseled\": \"chikul\",\n    \"chiseler\": \"onye na-amụ ihe amụ\",\n    \"chiselers\": \"ndị na-agụ chi\",\n    \"chiseling\": \"chishishe\",\n    \"chiselled\": \"chibụl\",\n    \"chiseller\": \"onye na-akwụ ụgwọ\",\n    \"chisellers\": \"ndi chik\",\n    \"chiselly\": \"chizul\",\n    \"chisellike\": \"chizul dị ka\",\n    \"chiselling\": \"chik\",\n    \"chiselmouth\": \"chiemel-nwa\",\n    \"chisels\": \"chizul\",\n    \"chisled\": \"chikul\",\n    \"chital\": \"mkpa\",\n    \"chitarroni\": \"chitaroni\",\n    \"chitchatted\": \"chitchate\",\n    \"chitchatty\": \"chitchati\",\n    \"chitchatting\": \"chitchati\",\n    \"chitinocalcareous\": \"Chidinwanu Onyekwere\",\n    \"chitling\": \"na-agbagharị\",\n    \"chitlings\": \"Chitlings\",\n    \"chitosans\": \"ndị Kititans\",\n    \"chytra\": \"Nkechi\",\n    \"chytrid\": \"uloma\",\n    \"chytridiaceous\": \"chukwuemeka\",\n    \"chytridial\": \"chhytridial\",\n    \"chytridiales\": \"ndiegwu\",\n    \"chytridiose\": \"ndiegwu\",\n    \"chytridiosis\": \"akwara\",\n    \"chittak\": \"Chittak\",\n    \"chitted\": \"chit\",\n    \"chitter\": \"igwe oku\",\n    \"chittered\": \"chit\",\n    \"chittering\": \"na-agbasi ike\",\n    \"chitterling\": \"Na-agbasi ike\",\n    \"chitterlings\": \"Akpụkpọ anụ\",\n    \"chitters\": \"chit\",\n    \"chitting\": \"chit\",\n    \"chivage\": \"chibage\",\n    \"chivalrously\": \"chivalịs\",\n    \"chivalrousness\": \"chivalịness\",\n    \"chivareeing\": \"okuko\",\n    \"chivariing\": \"chivari\",\n    \"chive\": \"chiway\",\n    \"chivy\": \"chiyo\",\n    \"chivvying\": \"chivying\",\n    \"chivw\": \"chiway\",\n    \"chizzel\": \"chizz\",\n    \"chkfil\": \"chkilil\",\n    \"chkfile\": \"chk faịlụ\",\n    \"chlamyd\": \"Onyinye\",\n    \"chlamydeous\": \"Ochoko\",\n    \"chloralizing\": \"okpokoro\",\n    \"chlordane\": \"chloride\",\n    \"chlordans\": \"ndị chlor\",\n    \"chlorid\": \"chloride\",\n    \"chloridate\": \"chloride\",\n    \"chloridated\": \"chlorinated\",\n    \"chloridizing\": \"chloriding\",\n    \"chlorimeter\": \"chlorimita\",\n    \"chlorinating\": \"okpokoro\",\n    \"chlorinize\": \"chloriniz\",\n    \"chloritic\": \"chloritik\",\n    \"chloritization\": \"chloritisation\",\n    \"chloritize\": \"chloriti\",\n    \"chlorodized\": \"chloorodized\",\n    \"chlorodizing\": \"ekuku\",\n    \"chlorometer\": \"chlorometa\",\n    \"chlorophylligerous\": \"chlorophyllig mkpọtụ\",\n    \"chlorotic\": \"chlorotiiki\",\n    \"chlorous\": \"chloos\",\n    \"choak\": \"mkpọchi\",\n    \"choanate\": \"iri nri\",\n    \"choanophorous\": \"ọanoụ\",\n    \"choate\": \"chot\",\n    \"chob\": \"kob\",\n    \"chocard\": \"mgbanye\",\n    \"chock\": \"choo\",\n    \"chocked\": \"ịkpagbu\",\n    \"chocker\": \"choker\",\n    \"chockful\": \"choo zuru\",\n    \"choco\": \"chọkọ\",\n    \"chocoan\": \"chọkọọn\",\n    \"chocolate\": \"chọkọleti\",\n    \"chocolatey\": \"chọkọtị\",\n    \"chocolates\": \"chọkọletị\",\n    \"choel\": \"Choel\",\n    \"choes\": \"akpụkpọ ụkwụ\",\n    \"choffer\": \"ọkwọ ụgbọala\",\n    \"chogak\": \"choga\",\n    \"choice\": \"nhọrọ\",\n    \"choiceful\": \"nhọrọ\",\n    \"choiceless\": \"nhọrọ\",\n    \"choicelessness\": \"enweghị nhọrọ\",\n    \"choiceness\": \"ọnụọgụ\",\n    \"choices\": \"nhọrọ\",\n    \"choicy\": \"chookọt\",\n    \"choiciest\": \"choicest\",\n    \"choile\": \"choil\",\n    \"choiler\": \"choil\",\n    \"choir\": \"ukwe\",\n    \"choired\": \"choor\",\n    \"choiring\": \"ukwe\",\n    \"choirlike\": \"ukwe\",\n    \"choirman\": \"onye ukwe\",\n    \"choirmaster\": \"onye ukwe\",\n    \"choyroot\": \"choy mgbọrọgwụ\",\n    \"choirs\": \"ukwe\",\n    \"choirwise\": \"ukwe maara ihe\",\n    \"choise\": \"nhọrọ\",\n    \"chok\": \"Ikpu\",\n    \"choke\": \"ịkpagbu\",\n    \"chokeable\": \"pụrụ ịkpagbu\",\n    \"chokeberry\": \"chokeberị\",\n    \"chokecherry\": \"ịkpagbu\",\n    \"choked\": \"kpagbuo\",\n    \"chokered\": \"ịkpagbu\",\n    \"chokes\": \"choo\",\n    \"choky\": \"nkpagbu\",\n    \"choking\": \"ịkpagbu\",\n    \"chokingly\": \"chokinging\",\n    \"chol\": \"Chol\",\n    \"cholanic\": \"cholanik\",\n    \"cholanthrene\": \"okpokoro\",\n    \"cholate\": \"kolee\",\n    \"cholates\": \"chịkọt\",\n    \"choleate\": \"chole\",\n    \"cholehematin\": \"cholesterolatin\",\n    \"cholelith\": \"cholịlị\",\n    \"cholents\": \"kolenti\",\n    \"cholera\": \"ọgbụgbọ\",\n    \"choleraic\": \"Ọrịa ọgbụgbọ\",\n    \"cholericness\": \"abụ abụ\",\n    \"cholers\": \"ndị okụkọ\",\n    \"cholesteatoma\": \"cholesterolatoma\",\n    \"cholesteatomatous\": \"cholesterolatomatous\",\n    \"choliambist\": \"onye choliambist\",\n    \"cholick\": \"pịa\",\n    \"chollers\": \"cholị\",\n    \"cholo\": \"Cholo\",\n    \"cholochrome\": \"cholo chrome\",\n    \"cholocyanine\": \"cholo cyanine\",\n    \"chologenetic\": \"mkpụrụ ndụ ihe nketa\",\n    \"cholonan\": \"okuko\",\n    \"cholones\": \"cholon\",\n    \"cholos\": \"mkpọchi\",\n    \"cholterheaded\": \"isi okpuru\",\n    \"chomer\": \"Chomer\",\n    \"chomp\": \"mgbapu\",\n    \"chomping\": \"na-egbutu nri\",\n    \"chomps\": \"iri\",\n    \"chondrify\": \"chọwa\",\n    \"chondrography\": \"ihe ndekọ\",\n    \"chondropterygian\": \"mmmmmmmmmmmmm\",\n    \"chondropterygious\": \"ọụgụ\",\n    \"chonk\": \"iri\",\n    \"chontawood\": \"chonta osisi\",\n    \"choochoo\": \"choo choo\",\n    \"chook\": \"iko\",\n    \"chooky\": \"nkpagbu\",\n    \"chookie\": \"nkpagbu\",\n    \"chookies\": \"nkpagbu\",\n    \"choop\": \"kopo\",\n    \"choosable\": \"Họrọ\",\n    \"choosableness\": \"nhọrọ\",\n    \"choose\": \"họrọ\",\n    \"chooseable\": \"ahọta\",\n    \"choosey\": \"nhọrọ\",\n    \"chooser\": \"onye nhoputa\",\n    \"choosers\": \"ndị na-ahọrọ\",\n    \"chooses\": \"ahọrọ\",\n    \"choosy\": \"nhoputa\",\n    \"choosiest\": \"kasị njọ\",\n    \"choosiness\": \"nhọrọ\",\n    \"choosing\": \"ịhọrọ\",\n    \"choosingly\": \"na-ahọpụta\",\n    \"chop\": \"iri\",\n    \"chophouses\": \"gbue ụlọ\",\n    \"chopine\": \"iri\",\n    \"chopins\": \"chopin si\",\n    \"choplogical\": \"choplogic\",\n    \"chopped\": \"gbanwere\",\n    \"choppered\": \"gbue\",\n    \"choppiest\": \"onye kasị mma\",\n    \"choppiness\": \"chopp\",\n    \"chopping\": \"mgbutu\",\n    \"chops\": \"ibe n'ibe\",\n    \"chopsticks\": \"chopsti\",\n    \"choral\": \"Choral\",\n    \"chorales\": \"chora\",\n    \"choralist\": \"onye ukwe\",\n    \"chorally\": \"ọnụ\",\n    \"chorals\": \"choral\",\n    \"chorasmian\": \"Ochoro\",\n    \"chord\": \"mmagba\",\n    \"chordacentrous\": \"dị egwu\",\n    \"chordaceous\": \"ọmarịcha\",\n    \"chordal\": \"Okwuoma\",\n    \"chordamesodermic\": \"mmmmmmmmmmmmm\",\n    \"chorded\": \"kpakpando\",\n    \"chording\": \"chor\",\n    \"chords\": \"kọbọd\",\n    \"chore\": \"ọrụ\",\n    \"chorea\": \"ọrụ\",\n    \"choreas\": \"ọrụ\",\n    \"choreatic\": \"ọụ\",\n    \"chored\": \"ọrụ\",\n    \"choree\": \"kocho\",\n    \"choregrapher\": \"onye na-edekọ ihe\",\n    \"choreman\": \"onye nlekọta\",\n    \"choremen\": \"ndị ọrụ aka ọrụ\",\n    \"choreographed\": \"ọwara\",\n    \"choreographer\": \"onye na-ahụ maka ọrụ nchịkwa\",\n    \"choreographers\": \"ndi choreographers\",\n    \"choreographically\": \"n'olu choreographically\",\n    \"choreographing\": \"na-arụ ọrụ\",\n    \"chores\": \"ọrụ ụlọ\",\n    \"chorial\": \"ukpo\",\n    \"choriambuses\": \"choriambus\",\n    \"chorines\": \"chorinrin\",\n    \"choring\": \"iri\",\n    \"choriocele\": \"egwu\",\n    \"chorioepitheliomas\": \"chorioepithelioma\",\n    \"chorioepitheliomata\": \"chorioepithelioma\",\n    \"chorioptes\": \"ndị isi\",\n    \"chorioretinal\": \"ama egwuregwu\",\n    \"choripetalous\": \"chori petalous\",\n    \"choriphyllous\": \"chlorophyllous\",\n    \"choriso\": \"chorizo\",\n    \"chorister\": \"okpokoro\",\n    \"choristers\": \"ndị na-ekwe ekwe\",\n    \"choristership\": \"ọrụ ụka\",\n    \"choristry\": \"ọrụ ugbo\",\n    \"chorographer\": \"ọkọkọ\",\n    \"choroids\": \"kọbọd\",\n    \"chorologist\": \"ọkà n'ịkụkọ ọkpọ\",\n    \"chorook\": \"nkpagbu\",\n    \"chorous\": \"ekwuela\",\n    \"chort\": \"kootu\",\n    \"chortlers\": \"chortler\",\n    \"chorus\": \"okwukwe\",\n    \"chorused\": \"chor\",\n    \"choruser\": \"onye na-ekwe ekwe\",\n    \"choruses\": \"chor\",\n    \"chorusing\": \"akpọ\",\n    \"choruslike\": \"okwukwe\",\n    \"chorussed\": \"chịkọtara\",\n    \"chorussing\": \"azọrọ\",\n    \"chose\": \"họọrọ\",\n    \"chosen\": \"ahọrọ\",\n    \"chosing\": \"ịhọrọ\",\n    \"chotts\": \"chot\",\n    \"chouanize\": \"chouane\",\n    \"choufleur\": \"chou fleur\",\n    \"choughs\": \"chough\",\n    \"choultry\": \"chọkọle\",\n    \"choultries\": \"choultry\",\n    \"choup\": \"ibe\",\n    \"chouse\": \"ukpo\",\n    \"choused\": \"chouru\",\n    \"chouser\": \"onye nchoputa\",\n    \"chousers\": \"ndi nchoputa\",\n    \"choush\": \"afanyekwa\",\n    \"choushes\": \"kosh\",\n    \"chousing\": \"na-akụkọ ụlọ\",\n    \"chousingha\": \"ekwekwa\",\n    \"chout\": \"tie mkpu\",\n    \"chow\": \"iri\",\n    \"chowchow\": \"chowkhow\",\n    \"chowchows\": \"chow chow\",\n    \"chowdered\": \"chowwara\",\n    \"chowderheaded\": \"chowder gawa\",\n    \"chowderheadedness\": \"isi chowder\",\n    \"chowders\": \"chow\",\n    \"chowing\": \"na-egbutu\",\n    \"chows\": \"chow\",\n    \"chowse\": \"gbue\",\n    \"chowsed\": \"yanwa\",\n    \"chowses\": \"chows\",\n    \"chowsing\": \"choing\",\n    \"chowtime\": \"oge chow\",\n    \"chowtimes\": \"oge chow\",\n    \"chozar\": \"onye isi\",\n    \"chrematistics\": \"ihe omumu\",\n    \"chremzel\": \"klọzel\",\n    \"chresards\": \"okpokoro\",\n    \"chresmology\": \"ọmụmụ oge\",\n    \"chria\": \"oria\",\n    \"chrysalidian\": \"chrissalidian\",\n    \"chrysalis\": \"chrissalis\",\n    \"chrysalises\": \"chrissalises\",\n    \"chrysanthemin\": \"okpokoro\",\n    \"chryseis\": \"kriseis\",\n    \"chrysemys\": \"okpokoro\",\n    \"chrysenic\": \"okpokoro\",\n    \"chrysin\": \"chrissin\",\n    \"chrysler\": \"chrissler\",\n    \"chryslers\": \"okpokoro\",\n    \"chrismatine\": \"krismatine\",\n    \"chrismatory\": \"okpokoro\",\n    \"chrismatories\": \"okpokolo\",\n    \"chrisms\": \"krisms\",\n    \"chrysoberyl\": \"chukwuebere\",\n    \"chrisoms\": \"ekeresimesi\",\n    \"chrysothrix\": \"chukwuemeka\",\n    \"christed\": \"christrist\",\n    \"christened\": \"e mere baptizim\",\n    \"christening\": \"baptism\",\n    \"christenmas\": \"ekeresimesi\",\n    \"christhood\": \"baptism\",\n    \"christiad\": \"christad\",\n    \"christian\": \"onye Kristian\",\n    \"christiania\": \"christania\",\n    \"christianiadeal\": \"christania ndibiat\",\n    \"christianism\": \"christianity\",\n    \"christianite\": \"christianity\",\n    \"christianization\": \"Kraịst\",\n    \"christianized\": \"onye Kristian\",\n    \"christianizer\": \"christanizer\",\n    \"christianizing\": \"ime christiani\",\n    \"christianly\": \"onye Kristian\",\n    \"christianlike\": \"yiri nke Kraist\",\n    \"christianness\": \"Kristian\",\n    \"christianogentilism\": \"Okpukpe Kraist\",\n    \"christianopaganism\": \"christanopaganism\",\n    \"christians\": \"Ndị Kraịst\",\n    \"christie\": \"christe\",\n    \"christies\": \"kristi\",\n    \"christiform\": \"christform\",\n    \"christlessness\": \"christless\",\n    \"christly\": \"chrisley\",\n    \"christlike\": \"dị ka christ\",\n    \"christlikeness\": \"ristdị anya\",\n    \"christliness\": \"Ime baptizim\",\n    \"christmas\": \"ekeresimesi\",\n    \"christmasberry\": \"Krismas beri\",\n    \"christmases\": \"ekeresimesi\",\n    \"christmasy\": \"ekeresimesi\",\n    \"christmasing\": \"Krismas\",\n    \"christogram\": \"kristogram\",\n    \"christs\": \"krista\",\n    \"chromaphil\": \"chromophil\",\n    \"chromaphore\": \"chromophore\",\n    \"chromascope\": \"chromoscope\",\n    \"chromaticness\": \"chrommatism\",\n    \"chromatics\": \"kromatik\",\n    \"chromatogram\": \"kromatogram\",\n    \"chromatography\": \"ihe omumu\",\n    \"chromatometer\": \"chromometa\",\n    \"chromatophorous\": \"chromatophores\",\n    \"chromatopsia\": \"achromatopsia\",\n    \"chromatoptometer\": \"chromatoptometa\",\n    \"chromatospheric\": \"chromatospherik\",\n    \"chromeplate\": \"chrome efere\",\n    \"chromeplated\": \"chrome plated\",\n    \"chromeplating\": \"chrome plating\",\n    \"chromicizing\": \"chromicating\",\n    \"chromyl\": \"chromil\",\n    \"chromize\": \"chromise\",\n    \"chromizing\": \"inyocha\",\n    \"chromocentral\": \"kromocentral\",\n    \"chromogenetic\": \"chromogenic\",\n    \"chromogenous\": \"chromogenic\",\n    \"chromogram\": \"kromogram\",\n    \"chromograph\": \"chronograph\",\n    \"chromolithograph\": \"kromolithograph\",\n    \"chromometer\": \"chromometa\",\n    \"chromoptometer\": \"chromoptometa\",\n    \"chromosomes\": \"chromosom\",\n    \"chromosomic\": \"chromosomik\",\n    \"chromotherapist\": \"chromotherapist na-agwọ ọrịa\",\n    \"chronaxies\": \"chronaxie\",\n    \"chroncmeter\": \"chronometa\",\n    \"chronic\": \"ala ala\",\n    \"chronica\": \"Chronica\",\n    \"chronical\": \"Akwụkwọ akụkọ\",\n    \"chronically\": \"otu oge\",\n    \"chronicity\": \"adịghị ala ala\",\n    \"chronicle\": \"Akwụkwọ akụkọ\",\n    \"chronicled\": \"akwụkwọ\",\n    \"chronicler\": \"akwụkwọ akụkọ\",\n    \"chroniclers\": \"ndị akụkọ oge\",\n    \"chronicles\": \"Akwụkwọ akụkọ\",\n    \"chronicling\": \"na-aga n'ihu\",\n    \"chronicon\": \"akwụkwọ akụkọ\",\n    \"chronics\": \"ngwá electronic\",\n    \"chronist\": \"christist\",\n    \"chronocyclegraph\": \"ihe omume chronocycle\",\n    \"chronogram\": \"kronogram\",\n    \"chronogrammatically\": \"n'usoro n'usoro\",\n    \"chronography\": \"oge\",\n    \"chronographically\": \"n'usoro oge\",\n    \"chronographs\": \"ihe osise\",\n    \"chronology\": \"oge\",\n    \"chronological\": \"n'usoro oge\",\n    \"chronologically\": \"n'usoro oge\",\n    \"chronologist\": \"ọkà mmụta oge\",\n    \"chronologists\": \"ndị ọkà mmụta oge\",\n    \"chronologizing\": \"rohazi oge\",\n    \"chronometer\": \"chronometa\",\n    \"chronometers\": \"chronomita\",\n    \"chronometrically\": \"n'etu oge\",\n    \"chrononomy\": \"oge\",\n    \"chronoscopically\": \"n'etu oge\",\n    \"chrosperma\": \"okpokoro\",\n    \"chs\": \"ks\",\n    \"chubbedness\": \"Ọchịchọ\",\n    \"chubbiness\": \"Ọchịchọ\",\n    \"chuck\": \"akpu\",\n    \"chucked\": \"gbachiri\",\n    \"chucker\": \"onyechi\",\n    \"chuckfarthing\": \"chukwu obuna\",\n    \"chuckfull\": \"obula\",\n    \"chuckhole\": \"Ikechi\",\n    \"chucky\": \"ochicho\",\n    \"chuckie\": \"ikechi\",\n    \"chucklehead\": \"isi ike\",\n    \"chuckleheaded\": \"gbamgbam\",\n    \"chuckleheadedness\": \"isi ike\",\n    \"chuckler\": \"okwa\",\n    \"chucklers\": \"ndi akuko\",\n    \"chucklesome\": \"akuko\",\n    \"chuckling\": \"mkpọtụ\",\n    \"chuckrum\": \"ogbe\",\n    \"chucks\": \"chọba\",\n    \"chuckstone\": \"Nkume Nkume\",\n    \"chud\": \"chukwu\",\n    \"chuddah\": \"chudda\",\n    \"chuddahs\": \"chudda\",\n    \"chuddars\": \"chudda\",\n    \"chudic\": \"chukwu\",\n    \"chuet\": \"isi\",\n    \"chuff\": \"mkpọchi\",\n    \"chuffed\": \"chịrị\",\n    \"chuffiness\": \"nkwarụ\",\n    \"chuffs\": \"mkpọchi\",\n    \"chug\": \"chukwu\",\n    \"chugalugging\": \"chuga\",\n    \"chugged\": \"chukwu\",\n    \"chugger\": \"chukwu\",\n    \"chuggers\": \"chiggers\",\n    \"chugging\": \"Ogbo\",\n    \"chughole\": \"okpoko\",\n    \"chugs\": \"chukwu\",\n    \"chukar\": \"chukarị\",\n    \"chukkar\": \"chukarị\",\n    \"chukkars\": \"chukars\",\n    \"chukkers\": \"chukker\",\n    \"chukor\": \"chukarị\",\n    \"chulan\": \"chukwu\",\n    \"chumble\": \"chọba\",\n    \"chummer\": \"okpokoro\",\n    \"chummery\": \"okpokoro\",\n    \"chumming\": \"obia\",\n    \"chump\": \"okpokoro\",\n    \"chumpiness\": \"isi ike\",\n    \"chumping\": \"chilị\",\n    \"chumpish\": \"okpokoro\",\n    \"chumpishness\": \"okpokoro\",\n    \"chumps\": \"nfuli\",\n    \"chums\": \"chum\",\n    \"chumship\": \"okpokoro\",\n    \"chumships\": \"isi ike\",\n    \"chunderous\": \"okpu\",\n    \"chungking\": \"ndiegwu\",\n    \"chunked\": \"gbue\",\n    \"chunkhead\": \"gbamgbam\",\n    \"chunkily\": \"gbamgbam\",\n    \"chunkiness\": \"ezighi ezi\",\n    \"chunking\": \"na-egbusi\",\n    \"chunks\": \"iberibe\",\n    \"chunter\": \"mkpọmkpọ ebe\",\n    \"chuntered\": \"chụda\",\n    \"chuntering\": \"na-agbagha\",\n    \"chuppah\": \"ikpa\",\n    \"chuppahs\": \"chuppah\",\n    \"chuppoth\": \"nkwocha\",\n    \"church\": \"ụka\",\n    \"churchcraft\": \"chọọchị\",\n    \"churchdom\": \"chọọchị\",\n    \"churches\": \"ụka\",\n    \"churchful\": \"ụka\",\n    \"churchgo\": \"chọọchị\",\n    \"churchgoer\": \"onye na-aga ụka\",\n    \"churchgoers\": \"ndị na-aga chọọchị\",\n    \"churchgoing\": \"ịga chọọchị\",\n    \"churchgrith\": \"chukwuebuka\",\n    \"churchy\": \"ụka\",\n    \"churchyard\": \"ogige ụlọ ụka\",\n    \"churchyards\": \"ogige ụlọ chọọchị\",\n    \"churchiness\": \"chọọchị\",\n    \"churching\": \"chọọchị\",\n    \"churchish\": \"ụka\",\n    \"churchism\": \"chọọchị\",\n    \"churchite\": \"ụka\",\n    \"churchless\": \"enweghị ụka\",\n    \"churchlet\": \"ụka\",\n    \"churchly\": \"ụka\",\n    \"churchlier\": \"onye uka\",\n    \"churchliest\": \"ụka kachasị\",\n    \"churchlike\": \"chọọchị\",\n    \"churchliness\": \"chọọchị\",\n    \"churchman\": \"onye ụka\",\n    \"churchmanly\": \"onye uka\",\n    \"churchmanship\": \"ịbụ onye uka\",\n    \"churchmaster\": \"onye isi uka\",\n    \"churchmen\": \"ndị ụkọchukwu\",\n    \"churchreeve\": \"chọọchị\",\n    \"churchscot\": \"ụlọ ụka\",\n    \"churchshot\": \"ụlọ ụka\",\n    \"churchway\": \"ụzọ ụka\",\n    \"churchward\": \"chọọchị\",\n    \"churchwarden\": \"chọọchị\",\n    \"churchwardenism\": \"chọọchị\",\n    \"churchwardenize\": \"chọọchị na-\",\n    \"churchwardens\": \"chọọchị\",\n    \"churchwardenship\": \"chọọchị\",\n    \"churchwards\": \"chọọchị\",\n    \"churchwise\": \"chọọchị\",\n    \"churchwoman\": \"nwanyị nwanyị\",\n    \"churchwomen\": \"ndi nwanyi\",\n    \"churinga\": \"chinga\",\n    \"churingas\": \"chingkwu\",\n    \"churn\": \"afuu\",\n    \"churned\": \"gbawara agbawa\",\n    \"churner\": \"kporo ite\",\n    \"churners\": \"Kọnter\",\n    \"churnful\": \"obi ojoo\",\n    \"churning\": \"afụ ọnụ\",\n    \"churnmilk\": \"kernelilk\",\n    \"churns\": \"churn\",\n    \"churred\": \"chur\",\n    \"churrigueresque\": \"churuegwu\",\n    \"chuse\": \"ike\",\n    \"chusite\": \"chite\",\n    \"chute\": \"iwu\",\n    \"chuting\": \"na-ekwu okwu\",\n    \"chutist\": \"onye isi\",\n    \"chutists\": \"ndị ekwenti\",\n    \"chutneys\": \"okpo\",\n    \"cyamus\": \"cyamọs\",\n    \"cyanates\": \"ndiegwu\",\n    \"cyanicide\": \"igbu egbu\",\n    \"cyaniding\": \"cyaning\",\n    \"cyanize\": \"cyanisi\",\n    \"cyanizing\": \"inyocha\",\n    \"cyanometer\": \"cyanometa\",\n    \"cyanosed\": \"cyanose\",\n    \"cyanotrichite\": \"ihebisi\",\n    \"cyatheaceous\": \"mara\",\n    \"cyathiform\": \"ọmarịcha\",\n    \"cyatholith\": \"chiedolith\",\n    \"cibarious\": \"onye nzuzu\",\n    \"cibation\": \"ji eme ihe\",\n    \"cybernating\": \"ịntanetị\",\n    \"cyberneticists\": \"ndị na-ahụ maka ihe ntanetị\",\n    \"cybernetics\": \"cybernetik\",\n    \"cyc\": \"okirikiri\",\n    \"cicadas\": \"cicada\",\n    \"cycadlike\": \"yiri cycad\",\n    \"cycads\": \"cycad\",\n    \"cycases\": \"na-agba agba\",\n    \"cicatrice\": \"onyinye\",\n    \"cicatrices\": \"ihe nkiri\",\n    \"cicatricial\": \"ihe nkiri\",\n    \"cicatricle\": \"egwuregwu\",\n    \"cicatricose\": \"mmmmmmmmmmmmm\",\n    \"cicatricula\": \"ịicụ ọgwụ\",\n    \"cicatriculae\": \"ịicụ ọgwụ\",\n    \"cicatricule\": \"ihe nkiri\",\n    \"cicatrisate\": \"ochicho\",\n    \"cicatrisation\": \"ịmaatụ\",\n    \"cicatrise\": \"nsogbu\",\n    \"cicatrised\": \"anwuru\",\n    \"cicatriser\": \"onye na-arụ ọrụ\",\n    \"cicatrising\": \"ịba mba\",\n    \"cicatrisive\": \"ihe ike\",\n    \"cicatrix\": \"mmmmmmmmmmmmm\",\n    \"cicatrixes\": \"ndichi\",\n    \"cicatrizant\": \"onyenze\",\n    \"cicatrizate\": \"onyekachi\",\n    \"cicatrization\": \"ịma ọkwa\",\n    \"cicatrize\": \"chee\",\n    \"cicatrized\": \"etinyere\",\n    \"cicatrizer\": \"onye na-elekọta ya\",\n    \"cicatrizing\": \"inyocha\",\n    \"cicatrose\": \"iheanyichukwu\",\n    \"ciceronage\": \"atụchi\",\n    \"ciceronianism\": \"omume ciceronianism\",\n    \"ciceronianisms\": \"nkịtị\",\n    \"ciceronianist\": \"onyenchekwa\",\n    \"ciceronianists\": \"ndi ciceronianist\",\n    \"ciceronianize\": \"iche-ihihe\",\n    \"ciceronians\": \"ndi ciceronians\",\n    \"ciceronically\": \"n'usoro\",\n    \"ciceroning\": \"ochicha\",\n    \"ciceronism\": \"ihe omumu\",\n    \"ciceros\": \"amaokwu\",\n    \"cichar\": \"chichar\",\n    \"cichlid\": \"chichlid\",\n    \"cichlids\": \"ndiegwu\",\n    \"cichloid\": \"ochich\",\n    \"cichoraceous\": \"nteke\",\n    \"cichoriaceous\": \"ochicho\",\n    \"cicindelid\": \"onyechi\",\n    \"cicisbeism\": \"echiche cicisbeism\",\n    \"cycl\": \"gbaa ígwè\",\n    \"cyclades\": \"ịnyịnya ígwè\",\n    \"cyclamate\": \"gbaa ígwè\",\n    \"cyclamin\": \"cyclamen\",\n    \"cyclamine\": \"cyclamen\",\n    \"cyclanthaceous\": \"cyclanthaceae\",\n    \"cyclanthales\": \"okpokoro\",\n    \"cyclanthus\": \"okpokoro\",\n    \"cyclases\": \"cyclas\",\n    \"cycle\": \"okirikiri\",\n    \"cyclecar\": \"okirikiri\",\n    \"cyclecars\": \"ịgba ígwè\",\n    \"cycled\": \"gbara gburugburu\",\n    \"cycledom\": \"okirikiri\",\n    \"cyclene\": \"okirikiri\",\n    \"cycler\": \"igwe gbara okirikiri\",\n    \"cyclers\": \"ndị okirikiri\",\n    \"cycles\": \"okirikiri\",\n    \"cycliae\": \"mgbaji\",\n    \"cyclic\": \"okirikiri\",\n    \"cyclical\": \"okirikiri\",\n    \"cyclicality\": \"okpokoro\",\n    \"cyclically\": \"okpokoro\",\n    \"cyclicalness\": \"okirikiri\",\n    \"cyclicly\": \"ugboro ugboro\",\n    \"cyclide\": \"agba okirikiri\",\n    \"cyclindroid\": \"okpokoro\",\n    \"cycling\": \"ịgba ígwè\",\n    \"cyclings\": \"ịgba ígwè\",\n    \"cyclism\": \"onye na-agba ígwè\",\n    \"cyclist\": \"onye na-agba ígwè\",\n    \"cyclistic\": \"onye na-agba ígwè\",\n    \"cyclists\": \"ndị na-agba ígwè\",\n    \"cyclitic\": \"okirikiri\",\n    \"cyclitol\": \"okirikiri\",\n    \"cyclitols\": \"okirikiri\",\n    \"cyclize\": \"gbaa ịnyịnya\",\n    \"cyclized\": \"gbaa gburugburu\",\n    \"cyclizes\": \"na-agba agba\",\n    \"cyclizing\": \"na-agba ịnyịnya ígwè\",\n    \"cycloaddition\": \"igbankwu\",\n    \"cyclobothra\": \"okirikiri\",\n    \"cyclobutane\": \"okirikiri igbo\",\n    \"cyclographer\": \"onye na-ede ihe nkiri\",\n    \"cyclometer\": \"okirikiri\",\n    \"cyclometers\": \"cyclomita\",\n    \"cyclometry\": \"okpokoro\",\n    \"cyclometries\": \"okpokoro\",\n    \"cyclomyaria\": \"okirikiri\",\n    \"cyclomyarian\": \"okirikiri\",\n    \"cyclone\": \"okuku\",\n    \"cyclones\": \"okuku\",\n    \"cyclonically\": \"n'usoro\",\n    \"cyclonist\": \"onye ọkpọ cyclon\",\n    \"cyclonology\": \"usoro ihe omimi\",\n    \"cyclonologist\": \"ọkà mmụta banyere cyclonologist\",\n    \"cyclopedic\": \"okirikiri\",\n    \"cyclopedical\": \"okirikiri\",\n    \"cyclopedically\": \"na-agba ọsọ\",\n    \"cyclopedist\": \"onye anakpo\",\n    \"cyclopentadiene\": \"okirikiri\",\n    \"cyclopism\": \"ịgba okirikiri\",\n    \"cyclopite\": \"okirikiri\",\n    \"cycloramic\": \"akwara\",\n    \"cyclorrhapha\": \"okirikiri\",\n    \"cyclorrhaphous\": \"okirikiri\",\n    \"cycloscope\": \"okpokoro okpokoro\",\n    \"cyclose\": \"mechie\",\n    \"cycloses\": \"okirikiri\",\n    \"cyclosilicate\": \"okirikiri\",\n    \"cyclosis\": \"okirikiri\",\n    \"cyclospermous\": \"okirikiri\",\n    \"cyclosporous\": \"okirikiri\",\n    \"cyclothem\": \"agbamgbam\",\n    \"cyclotome\": \"igbanwo\",\n    \"cyclotomy\": \"ịgba okirikiri\",\n    \"cyclotrons\": \"ndị na-agba ọsọ\",\n    \"cyclus\": \"okirikiri\",\n    \"ciconiform\": \"ntụpọ\",\n    \"ciconiiformes\": \"eriju\",\n    \"ciconine\": \"ichiiche\",\n    \"ciconioid\": \"mmmmmmmmmmmmm\",\n    \"cicorees\": \"ndichi\",\n    \"cicrumspections\": \"akwara\",\n    \"ciderist\": \"onye mmekorita\",\n    \"cydon\": \"Ojuju\",\n    \"cydonia\": \"Cydonia\",\n    \"cydonian\": \"Cydonian\",\n    \"cie\": \"inwu\",\n    \"cierzo\": \"mburu\",\n    \"cierzos\": \"amaghi\",\n    \"cyesiology\": \"ihe omimi\",\n    \"cig\": \"sịga\",\n    \"cigala\": \"sịga\",\n    \"cigale\": \"sịga\",\n    \"cigar\": \"sịga\",\n    \"cigaresque\": \"sịga\",\n    \"cigaret\": \"sịga\",\n    \"cigarets\": \"sịga\",\n    \"cigarette\": \"sịga\",\n    \"cigarettes\": \"sịga\",\n    \"cigarfish\": \"sịga\",\n    \"cigarito\": \"cigarillo\",\n    \"cigaritos\": \"cigarillos\",\n    \"cigarless\": \"sịga\",\n    \"cigars\": \"sịga\",\n    \"cygneous\": \"cygnus\",\n    \"cyke\": \"siki\",\n    \"cyl\": \"sịl\",\n    \"cilantros\": \"amuru\",\n    \"cilectomy\": \"obodo\",\n    \"ciliated\": \"chiri\",\n    \"ciliately\": \"n'egwu\",\n    \"ciliation\": \"nkọcha\",\n    \"cilician\": \"dibia\",\n    \"cilicious\": \"amachi\",\n    \"ciliferous\": \"nwachukwu\",\n    \"cylinder\": \"sịlịnda\",\n    \"cylindered\": \"sịlịnda\",\n    \"cylinderer\": \"sịlịnda\",\n    \"cylindering\": \"na-agbagharị\",\n    \"cylinderlike\": \"cylinder myiri\",\n    \"cylinders\": \"sịlịnda\",\n    \"cylindric\": \"sịlịnda\",\n    \"cylindricality\": \"Ọnọdụ\",\n    \"cylindrically\": \"na-agbada\",\n    \"cylindrocellular\": \"sịlịnda\",\n    \"cylindrocephalic\": \"sịlịndalarị\",\n    \"cylindrocylindric\": \"okpokoro\",\n    \"cylindroconoidal\": \"okpokoro\",\n    \"cylindrodendrite\": \"okirikiri\",\n    \"cylindroid\": \"sịlịnda\",\n    \"cylindrophis\": \"okpokoro\",\n    \"cylindrosporium\": \"sịlịnda\",\n    \"cylindruria\": \"okpokoro\",\n    \"ciliolate\": \"amaokwu\",\n    \"cilioretinal\": \"okpokoro\",\n    \"cilioscleral\": \"okirikiri\",\n    \"ciliotomy\": \"akwara\",\n    \"cill\": \"ahihia\",\n    \"cylloses\": \"okpuru\",\n    \"cillosis\": \"okpokoro\",\n    \"cyllosis\": \"okpokoro\",\n    \"cymarin\": \"siymarin\",\n    \"cymation\": \"mgbatị\",\n    \"cymbaeform\": \"dị cymbaeform\",\n    \"cymbal\": \"ájà\",\n    \"cymbaled\": \"na-ada ụda\",\n    \"cymbaler\": \"ájà\",\n    \"cymbalers\": \"ájà\",\n    \"cymbalist\": \"onye na-eme mkpọtụ\",\n    \"cymbalists\": \"ndị na-akụ ájà\",\n    \"cymballed\": \"na-ada ụda\",\n    \"cymballing\": \"ịgba cymball\",\n    \"cymbals\": \"ájà\",\n    \"cymbel\": \"ájà\",\n    \"cymblin\": \"mgbịrịgba\",\n    \"cymbling\": \"na-eme mkpọtụ\",\n    \"cymblings\": \"ájà\",\n    \"cymbocephaly\": \"mgbọrọgwụ\",\n    \"cymbocephalous\": \"mgbọrọgwụ\",\n    \"cymenes\": \"cymens\",\n    \"cymes\": \"ájà\",\n    \"cymling\": \"na-eme mkpọtụ\",\n    \"cymlings\": \"cda\",\n    \"cymograph\": \"ihe osise\",\n    \"cymographic\": \"ihe omimi\",\n    \"cymols\": \"ájà\",\n    \"cymometer\": \"cymomita\",\n    \"cymoscope\": \"-akpọ ihe nkiri\",\n    \"cymotrichy\": \"afụju\",\n    \"cymotrichous\": \"ymlọ cymotrichous\",\n    \"cymous\": \"nke ukwuu\",\n    \"cymry\": \"mgbịrịgba\",\n    \"cymrite\": \"ọgwụ ọjọọ\",\n    \"cynaraceous\": \"atụghị egwu\",\n    \"cinched\": \"nụchara\",\n    \"cinching\": \"Nri\",\n    \"cinchonaceous\": \"okwa\",\n    \"cinchonisation\": \"ochicho\",\n    \"cinchonised\": \"a ga-eji mee ya\",\n    \"cinchonising\": \"inyocha ihe\",\n    \"cinchonized\": \"nọchọnụ\",\n    \"cinchonizing\": \"ịchoụ ihe nkiri\",\n    \"cinchonology\": \"cincholoji\",\n    \"cinchotine\": \"cinchonine\",\n    \"cincinatti\": \"cincinnati\",\n    \"cincinnal\": \"cincinnati\",\n    \"cinclides\": \"ihe nkiri\",\n    \"cinclus\": \"ogbe\",\n    \"cinctured\": \"cctured\",\n    \"cindered\": \"cindere\",\n    \"cindering\": \"cinding\",\n    \"cinderlike\": \"cinder yiri\",\n    \"cinderman\": \"onye na-eme ihe\",\n    \"cinderous\": \"nri\",\n    \"cine\": \"cinine\",\n    \"cineangiocardiography\": \"ihe osise\",\n    \"cineangiography\": \"ihe nkiri\",\n    \"cineast\": \"kineast\",\n    \"cineastes\": \"mmechi\",\n    \"cineasts\": \"ihe nkiri\",\n    \"cinefaction\": \"nzuzu\",\n    \"cinefilm\": \"sinima\",\n    \"cynegild\": \"cynegils\",\n    \"cinel\": \"cinine\",\n    \"cinema\": \"sinima\",\n    \"cinemactic\": \"ihe nkiri\",\n    \"cinemagoers\": \"ndị na-eme ihe nkiri\",\n    \"cinemas\": \"sinima\",\n    \"cinematheque\": \"ihe nkiri\",\n    \"cinematic\": \"ihe nkiri\",\n    \"cinematical\": \"sinima\",\n    \"cinematically\": \"ihe nkiri\",\n    \"cinematics\": \"sinima\",\n    \"cinematize\": \"sinima\",\n    \"cinematized\": \"ihe nkiri\",\n    \"cinematizing\": \"mmebe ihe nkiri\",\n    \"cinematograph\": \"ihe nkiri sinima\",\n    \"cinematographer\": \"onye na-ese ihe nkiri\",\n    \"cinematographers\": \"ndị na-ese ihe nkiri sinima\",\n    \"cinematography\": \"ihe nkiri sinima\",\n    \"cinematographic\": \"ihe nkiri\",\n    \"cinematographically\": \"ihe nkiri\",\n    \"cinematographist\": \"onye na-ese ihe nkiri\",\n    \"cinemize\": \"sinima\",\n    \"cinenchym\": \"ihe nkiri\",\n    \"cinenegative\": \"ịenụ ọgwụ\",\n    \"cineol\": \"okwa\",\n    \"cineole\": \"okwa\",\n    \"cineoles\": \"ihe nkiri\",\n    \"cineolic\": \"okwa\",\n    \"cineols\": \"okwa\",\n    \"cinephone\": \"ekwenti\",\n    \"cinephotomicrography\": \"sinima photomicrography\",\n    \"cineplastics\": \"ihe ndi ozo\",\n    \"cineraceous\": \"amaghi\",\n    \"cineradiography\": \"ihe omumu\",\n    \"cinerama\": \"sinima\",\n    \"cinerararia\": \"cineraria\",\n    \"cinerary\": \"ihe nlere\",\n    \"cineration\": \"mmechi\",\n    \"cinerator\": \"ihe nlere\",\n    \"cinereal\": \"oriri\",\n    \"cinereous\": \"nri abalị\",\n    \"cineritious\": \"ịkpa ọchị\",\n    \"cinerous\": \"nri abalị\",\n    \"cines\": \"inyinya\",\n    \"cinevariety\": \"anakpo\",\n    \"cingula\": \"cingular\",\n    \"cingulated\": \"cingulate\",\n    \"cynic\": \"katọrọ\",\n    \"cynical\": \"katọrọ mmadụ\",\n    \"cynically\": \"n'omume\",\n    \"cynicalness\": \"nkọcha\",\n    \"cynicism\": \"katọrọ mmadụ\",\n    \"cynicisms\": \"nkọcha\",\n    \"cynicist\": \"onye na-atụchasị mmadụ\",\n    \"cynics\": \"ndị na-akọcha\",\n    \"ciniphes\": \"ihe oriri\",\n    \"cynism\": \"katọrọ mmadụ\",\n    \"cinnamon\": \"pawuda\",\n    \"cinnamoned\": \"cinnamọn\",\n    \"cinnamonlike\": \"yiri cinnamon\",\n    \"cinofoil\": \"nwachukwu\",\n    \"cynogenealogist\": \"ọkà mmụta cynogenealogist\",\n    \"cynography\": \"ihe omimi\",\n    \"cynology\": \"ihe omumu\",\n    \"cynomoriaceous\": \"onye nzuzu\",\n    \"cynoscion\": \"akpokoro\",\n    \"cynosural\": \"atụnyere\",\n    \"cynosure\": \"atụnyere\",\n    \"cynosures\": \"mmechuihu\",\n    \"cinquefoiled\": \"mkpọchi\",\n    \"cinter\": \"mkpọchi\",\n    \"cinurous\": \"cinu\",\n    \"cion\": \"amaokwu\",\n    \"cionectomy\": \"ụlọ ọrụ\",\n    \"cionitis\": \"mmọnwụ\",\n    \"cionotome\": \"mmmmmmmmmmmmm\",\n    \"cionotomy\": \"ahụ ike\",\n    \"cions\": \"ọdụm\",\n    \"cioppino\": \"nwioppino\",\n    \"cioppinos\": \"nwioppinos\",\n    \"cyphellate\": \"ihe mgbochi\",\n    \"cipher\": \"dezie\",\n    \"cipherable\": \"amaghi\",\n    \"ciphered\": \"gbasiri\",\n    \"cyphered\": \"inyocha\",\n    \"cipherer\": \"Nkechi\",\n    \"cipherhood\": \"ndu\",\n    \"ciphering\": \"na-arụ ọrụ\",\n    \"cyphering\": \"ịghagharị\",\n    \"ciphers\": \"mechie\",\n    \"ciphertext\": \"ihe omimi\",\n    \"ciphony\": \"amaghi\",\n    \"ciphonies\": \"Mmechi\",\n    \"cypressed\": \"cypress\",\n    \"cypresses\": \"inyinya\",\n    \"cyprians\": \"cyprian\",\n    \"cypselomorph\": \"cyphelomorph\",\n    \"cypselomorphae\": \"cyphelomorphae\",\n    \"cypselomorphic\": \"iheanacho\",\n    \"circa\": \"gburugburu\",\n    \"circadian\": \"okirikiri\",\n    \"circar\": \"mgbaghari\",\n    \"circassian\": \"okirikiri\",\n    \"circassic\": \"okirikiri\",\n    \"circe\": \"gburugburu\",\n    \"circean\": \"ikuku\",\n    \"circinate\": \"gburugburu\",\n    \"circinately\": \"gburugburu\",\n    \"circination\": \"gburugburu\",\n    \"circiter\": \"okirikiri\",\n    \"circle\": \"okirikiri\",\n    \"circled\": \"okirikiri\",\n    \"circler\": \"okirikiri\",\n    \"circlers\": \"okirikiri\",\n    \"circles\": \"okirikiri\",\n    \"circlet\": \"okirikiri\",\n    \"circleting\": \"agba gburugburu\",\n    \"circlets\": \"okirikiri\",\n    \"circlewise\": \"okirikiri\",\n    \"circline\": \"gbaa gburugburu\",\n    \"circling\": \"gbaa gburugburu\",\n    \"circocele\": \"okirikiri\",\n    \"circovarian\": \"okirikiri\",\n    \"circs\": \"ọgbọ egwuregwu\",\n    \"circue\": \"ọgbọ egwuregwu\",\n    \"circuit\": \"sekit\",\n    \"circuitable\": \"circueti\",\n    \"circuited\": \"gbara gburugburu\",\n    \"circuiteer\": \"circuite\",\n    \"circuity\": \"sekit\",\n    \"circuities\": \"sekit\",\n    \"circuiting\": \"na-agbagharị\",\n    \"circuition\": \"okirikiri\",\n    \"circuitman\": \"okirikiri\",\n    \"circuitmen\": \"ndị nlekọta sekit\",\n    \"circuitor\": \"onye mgbako\",\n    \"circuitous\": \"okirikiri\",\n    \"circuitously\": \"okirikiri\",\n    \"circuitousness\": \"okirikiri\",\n    \"circuitry\": \"sekit\",\n    \"circuits\": \"sekit\",\n    \"circuituously\": \"okirikiri\",\n    \"circulable\": \"igbasa\",\n    \"circulant\": \"igbasa\",\n    \"circular\": \"igbasa\",\n    \"circularisation\": \"mgbasa ozi\",\n    \"circularise\": \"igbasa\",\n    \"circularised\": \"ekesa\",\n    \"circulariser\": \"mgbasa ozi\",\n    \"circularising\": \"na-ekesa\",\n    \"circularism\": \"mgbasa ozi\",\n    \"circularity\": \"okirikiri\",\n    \"circularities\": \"mgbasa\",\n    \"circularization\": \"mgbasa\",\n    \"circularizations\": \"mgbasa ozi\",\n    \"circularize\": \"igbasa\",\n    \"circularized\": \"kesaa\",\n    \"circularizer\": \"mgbasa ozi\",\n    \"circularizers\": \"mgbasa ozi\",\n    \"circularizes\": \"ekesa\",\n    \"circularizing\": \"na-ekesa\",\n    \"circularly\": \"okirikiri\",\n    \"circularness\": \"okirikiri\",\n    \"circulars\": \"mgbasa\",\n    \"circularwise\": \"okirikiri\",\n    \"circulatable\": \"igbasa\",\n    \"circulate\": \"igbasa\",\n    \"circulated\": \"kesaa\",\n    \"circulates\": \"na-ekesa\",\n    \"circulating\": \"na-ekesa\",\n    \"circulation\": \"mgbasa\",\n    \"circulations\": \"mgbasa\",\n    \"circulative\": \"na-agbagharị\",\n    \"circulator\": \"mgbasa ozi\",\n    \"circulatory\": \"mgbasa ọbara\",\n    \"circulatories\": \"mgbasa ozi\",\n    \"circulators\": \"ndị mgbasa\",\n    \"circule\": \"okirikiri\",\n    \"circulet\": \"okirikiri\",\n    \"circum\": \"okirikiri\",\n    \"circumaction\": \"circum edinam\",\n    \"circumadjacent\": \"gbaa gburugburu\",\n    \"circumagitate\": \"gbagharia\",\n    \"circumagitation\": \"mgbagharị\",\n    \"circumambages\": \"gburugburu\",\n    \"circumambiency\": \"ntụgharị\",\n    \"circumambiencies\": \"ntụgharị\",\n    \"circumambiently\": \"n'ụzọ zuru ezu\",\n    \"circumambulate\": \"gafere\",\n    \"circumambulated\": \"gbara gburugburu\",\n    \"circumambulates\": \"gbaa gburugburu\",\n    \"circumambulating\": \"na-agbagharị\",\n    \"circumambulation\": \"mgbamgbam\",\n    \"circumambulations\": \"gburugburu\",\n    \"circumanal\": \"gburugburu\",\n    \"circumarctic\": \"okirikiri\",\n    \"circumarticular\": \"gburugburu\",\n    \"circumbasal\": \"okirikiri\",\n    \"circumbendibus\": \"okirikiri\",\n    \"circumbendibuses\": \"ihe ijuanya\",\n    \"circumboreal\": \"okpokoro\",\n    \"circumbuccal\": \"okuku\",\n    \"circumbulbar\": \"okirikiri\",\n    \"circumcallosal\": \"okirikiri\",\n    \"circumcellion\": \"úgwù\",\n    \"circumcenter\": \"ngagharị\",\n    \"circumcentral\": \"okirikiri\",\n    \"circumcinct\": \"gbaa gburugburu\",\n    \"circumcincture\": \"eriri gburugburu\",\n    \"circumcircle\": \"ibi úgwù\",\n    \"circumcise\": \"ibi ugwu\",\n    \"circumcised\": \"biri úgwù\",\n    \"circumciser\": \"okirikiri\",\n    \"circumcises\": \"ibi úgwù\",\n    \"circumcising\": \"ibi úgwù\",\n    \"circumcision\": \"ibi úgwù\",\n    \"circumcisions\": \"ibi úgwù\",\n    \"circumcission\": \"ibi úgwù\",\n    \"circumclude\": \"bie ugwu\",\n    \"circumclusion\": \"ibi úgwù\",\n    \"circumcolumnar\": \"circum columnar\",\n    \"circumcone\": \"ibi úgwù\",\n    \"circumcorneal\": \"biri úgwù\",\n    \"circumcrescence\": \"ibi úgwù\",\n    \"circumcrescent\": \"ibi úgwù\",\n    \"circumdate\": \"gbaa gburugburu\",\n    \"circumdenudation\": \"nnọdu\",\n    \"circumdiction\": \"idi gburugburu\",\n    \"circumduce\": \"ngagharị\",\n    \"circumducing\": \"na-agagharị\",\n    \"circumduct\": \"ngagharị\",\n    \"circumducted\": \"gburugburu\",\n    \"circumduction\": \"ngagharị\",\n    \"circumesophagal\": \"okpokoro\",\n    \"circumesophageal\": \"mgbany\",\n    \"circumfer\": \"gburugburu\",\n    \"circumference\": \"okirikiri\",\n    \"circumferences\": \"okirikiri\",\n    \"circumferent\": \"gbaa gburugburu\",\n    \"circumferential\": \"okirikiri\",\n    \"circumferentially\": \"okirikiri\",\n    \"circumferentor\": \"circumfereor\",\n    \"circumflant\": \"gbaa gburugburu\",\n    \"circumflect\": \"gbaa gburugburu\",\n    \"circumflex\": \"ntụgharị anya\",\n    \"circumflexes\": \"ihe mgbagwoju anya\",\n    \"circumflexion\": \"anya mgbaghari\",\n    \"circumfluence\": \"ntụgharị\",\n    \"circumfluent\": \"gburugburu\",\n    \"circumfluous\": \"gburugburu\",\n    \"circumforaneous\": \"mgbaghari\",\n    \"circumfulgent\": \"gbaa gburugburu\",\n    \"circumfuse\": \"gbaa gburugburu\",\n    \"circumfused\": \"gburugburu\",\n    \"circumfusile\": \"ihe omimi\",\n    \"circumfusing\": \"ịgbagharị\",\n    \"circumfusion\": \"ntughari\",\n    \"circumgestation\": \"mgbaghari\",\n    \"circumgyrate\": \"gbaa gburugburu\",\n    \"circumgyration\": \"mgbaghari\",\n    \"circumgyratory\": \"ngagharị\",\n    \"circumhorizontal\": \"okirikiri\",\n    \"circumincession\": \"ngọngọ\",\n    \"circuminsession\": \"gbaa gburugburu\",\n    \"circuminsular\": \"gburugburu\",\n    \"circumintestinal\": \"gburugburu\",\n    \"circumitineration\": \"circumitine\",\n    \"circumjacence\": \"gbaa gburugburu\",\n    \"circumjacency\": \"gbaa gburugburu\",\n    \"circumjacencies\": \"ọnọdụ gburugburu\",\n    \"circumjacent\": \"gburugburu\",\n    \"circumjovial\": \"okirikiri\",\n    \"circumlental\": \"gburugburu\",\n    \"circumlitio\": \"okirikiri\",\n    \"circumlittoral\": \"okirikiri\",\n    \"circumlocution\": \"mgbaghari\",\n    \"circumlocutional\": \"mgbaghari\",\n    \"circumlocutionary\": \"mgbaghari\",\n    \"circumlocutionist\": \"onye na-agba mgbaghari\",\n    \"circumlocutions\": \"ngagharị\",\n    \"circumlocutory\": \"ngagharị\",\n    \"circumlunar\": \"okirikiri\",\n    \"circummeridian\": \"Onyegbula\",\n    \"circummeridional\": \"okirikiri\",\n    \"circummigrate\": \"gbaa ya gburugburu\",\n    \"circummigration\": \"ngagharị\",\n    \"circummure\": \"gbaa gburugburu\",\n    \"circummured\": \"gbara gburugburu\",\n    \"circummuring\": \"ịgbagharị\",\n    \"circumnatant\": \"ihe ijuanya\",\n    \"circumnavigable\": \"ntụgharị\",\n    \"circumnavigate\": \"gbaa gburugburu\",\n    \"circumnavigated\": \"gbaa gburugburu\",\n    \"circumnavigates\": \"gbaa gburugburu\",\n    \"circumnavigating\": \"ịgbagharị\",\n    \"circumnavigation\": \"ntụgharị\",\n    \"circumnavigations\": \"ngagharị\",\n    \"circumnavigator\": \"onye na-ekpuchi ihe\",\n    \"circumnavigatory\": \"mgbaghari\",\n    \"circumneutral\": \"ihe mgbagha\",\n    \"circumnuclear\": \"gbaa gburugburu\",\n    \"circumnutate\": \"gbaa gburugburu\",\n    \"circumnutated\": \"gbaa gburugburu\",\n    \"circumnutating\": \"ịgbanye\",\n    \"circumnutation\": \"nbughari\",\n    \"circumnutatory\": \"mgbọrọgwụ\",\n    \"circumocular\": \"okirikiri\",\n    \"circumoesophagal\": \"ihe omimi nke guru\",\n    \"circumoral\": \"okirikiri\",\n    \"circumpentagon\": \"okirikiri\",\n    \"circumplect\": \"gbara gburugburu\",\n    \"circumplicate\": \"okirikiri\",\n    \"circumplication\": \"circump\",\n    \"circumpolar\": \"okirikiri\",\n    \"circumpose\": \"gbaa gburugburu\",\n    \"circumposition\": \"okirikiri\",\n    \"circumquaque\": \"gburugburu\",\n    \"circumradiuses\": \"gburugburu\",\n    \"circumrenal\": \"ọnọdụ\",\n    \"circumrotate\": \"igbagide\",\n    \"circumrotated\": \"gbara gburugburu\",\n    \"circumrotating\": \"ịgbagọ\",\n    \"circumrotation\": \"agbamgbam\",\n    \"circumrotatory\": \"agbamgbam\",\n    \"circumsail\": \"gburugburu\",\n    \"circumsaturnian\": \"okirikiri\",\n    \"circumsciss\": \"gbaa gburugburu\",\n    \"circumscissile\": \"mgbaghari\",\n    \"circumscribable\": \"ntụgharị\",\n    \"circumscribe\": \"gbasaa\",\n    \"circumscribed\": \"gburugburu\",\n    \"circumscriber\": \"okirikiri\",\n    \"circumscribes\": \"na-agagharị\",\n    \"circumscribing\": \"na-agagharị\",\n    \"circumscript\": \"juju\",\n    \"circumscription\": \"ngagharị\",\n    \"circumscriptions\": \"ihe ederede\",\n    \"circumscriptive\": \"ntụgharị asụsụ\",\n    \"circumscriptively\": \"n'ụzọ zuru ezu\",\n    \"circumscriptly\": \"agbamgbam\",\n    \"circumscrive\": \"okirikiri\",\n    \"circumsession\": \"mgbagharị\",\n    \"circumsinous\": \"gbaa gburugburu\",\n    \"circumsolar\": \"okirikiri\",\n    \"circumspangle\": \"gburugburu\",\n    \"circumspatial\": \"okirikiri\",\n    \"circumspect\": \"okirikiri\",\n    \"circumspection\": \"nyochagharị anya\",\n    \"circumspective\": \"gburugburu\",\n    \"circumspectively\": \"n'ụzọ zuru ezu\",\n    \"circumspectly\": \"n'ụzọ zuru ezu\",\n    \"circumspectness\": \"ntụgharị\",\n    \"circumspheral\": \"okirikiri\",\n    \"circumsphere\": \"okirikiri\",\n    \"circumstance\": \"ọnọdụ\",\n    \"circumstanced\": \"nwee nsogbu\",\n    \"circumstances\": \"ọnọdụ\",\n    \"circumstancing\": \"ịgbanwu\",\n    \"circumstant\": \"ọnọdụ\",\n    \"circumstantiability\": \"ntụgharị\",\n    \"circumstantiable\": \"ebube\",\n    \"circumstantial\": \"ọnọdụ\",\n    \"circumstantiality\": \"ọnọdụ\",\n    \"circumstantialities\": \"ọnọdụ ọnọdụ\",\n    \"circumstantially\": \"n'ụzọ zuru ezu\",\n    \"circumstantialness\": \"ọnọdụ ọnọdụ\",\n    \"circumstantiate\": \"gbaa gburugburu\",\n    \"circumstantiated\": \"gbaa gburugburu\",\n    \"circumstantiates\": \"gbaa gburugburu\",\n    \"circumstantiating\": \"ịgbanwee\",\n    \"circumstantiation\": \"ihe omume\",\n    \"circumstantiations\": \"Ọnọdụ\",\n    \"circumstellar\": \"eriri igwe\",\n    \"circumtabular\": \"okirikiri\",\n    \"circumterraneous\": \"mgbaghari\",\n    \"circumterrestrial\": \"mgbanja\",\n    \"circumtonsillar\": \"okirikiri\",\n    \"circumtropical\": \"gburugburu\",\n    \"circumumbilical\": \"ntụgharị\",\n    \"circumundulate\": \"gbaa gburugburu\",\n    \"circumundulation\": \"okirikiri\",\n    \"circumvallate\": \"okirikiri\",\n    \"circumvallated\": \"okirikiri\",\n    \"circumvallating\": \"ịgbanwu\",\n    \"circumvallation\": \"eriri\",\n    \"circumvascular\": \"okirikiri\",\n    \"circumvent\": \"gafere\",\n    \"circumventable\": \"agbaghe\",\n    \"circumvented\": \"agbachi\",\n    \"circumventer\": \"onye na-efe efe\",\n    \"circumventing\": \"ịgbagharị\",\n    \"circumvention\": \"mgbaghari\",\n    \"circumventions\": \"gburugburu\",\n    \"circumventive\": \"mgbaghari\",\n    \"circumventor\": \"onye mgbazi\",\n    \"circumvents\": \"ịgbagharị\",\n    \"circumvest\": \"okirikiri\",\n    \"circumviate\": \"gbaa gburugburu\",\n    \"circumvoisin\": \"gbaa agba\",\n    \"circumvolant\": \"mgbaghari\",\n    \"circumvolute\": \"gbaa gburugburu\",\n    \"circumvolution\": \"okirikiri\",\n    \"circumvolve\": \"gbaa gburugburu\",\n    \"circumvolved\": \"gbara gburugburu\",\n    \"circumvolving\": \"na-agagharị\",\n    \"circumzenithal\": \"okpokoro\",\n    \"circus\": \"ọgbọ egwuregwu\",\n    \"circuses\": \"ọgbọ egwuregwu\",\n    \"circut\": \"sekit\",\n    \"circuted\": \"circiki\",\n    \"circuting\": \"na-agbagharị\",\n    \"circuts\": \"sekit\",\n    \"cire\": \"wepụ\",\n    \"cyrenaic\": \"cyrenaik\",\n    \"cyrenaicism\": \"katọrọ mmadụ\",\n    \"cyriological\": \"ihe omimi\",\n    \"cirmcumferential\": \"okirikiri\",\n    \"cirque\": \"okirikiri\",\n    \"cirques\": \"okirikiri\",\n    \"cirrate\": \"gbasaa\",\n    \"cirrated\": \"gbara gburugburu\",\n    \"cirratulus\": \"okirikiri\",\n    \"cirribranch\": \"okirikiri\",\n    \"cirriferous\": \"gburugburu\",\n    \"cirrigerous\": \"na-eme mkpọtụ\",\n    \"cirrigrade\": \"mgbapụ\",\n    \"cirriped\": \"gbara gburugburu\",\n    \"cirripede\": \"okirikiri\",\n    \"cirripedial\": \"okirikiri\",\n    \"cirripeds\": \"okirikiri\",\n    \"cirrocumular\": \"okirikiri\",\n    \"cirrocumulative\": \"okirikiri\",\n    \"cirrocumulous\": \"nke ukwuu\",\n    \"cirrose\": \"cirrooro\",\n    \"cirrosely\": \"okirikiri\",\n    \"cirrostrative\": \"ikuku mmiri\",\n    \"cirrostratus\": \"okirikiri\",\n    \"cirrous\": \"okirikiri\",\n    \"cirrus\": \"okirikiri\",\n    \"cirsectomy\": \"usoro\",\n    \"cirsectomies\": \"amaghi\",\n    \"cirsotome\": \"amaghi\",\n    \"cirsotomy\": \"amamịghe\",\n    \"cirsotomies\": \"amaghi\",\n    \"cirterion\": \"njirimara\",\n    \"cyrtidae\": \"encyrtidae\",\n    \"cyrtoceratite\": \"cyretoceratite\",\n    \"cyrtometer\": \"cytomita\",\n    \"cyrtosis\": \"cytosis\",\n    \"cirurgian\": \"okirikiri\",\n    \"cyrus\": \"Saịrọs\",\n    \"ciruses\": \"cyrus si\",\n    \"cisalpinism\": \"cis alpinism\",\n    \"cisatlantic\": \"osinachi\",\n    \"ciscoes\": \"okpuru mmiri\",\n    \"ciscos\": \"okpuru\",\n    \"ciselure\": \"ikpo mmiri\",\n    \"ciselures\": \"olulu mmiri\",\n    \"cisgangetic\": \"ịgbọ mmiri\",\n    \"cising\": \"na-egwu\",\n    \"cismontane\": \"mmiri\",\n    \"cisoceanic\": \"ndiigbo\",\n    \"cissampelos\": \"chissampelos\",\n    \"cissoidal\": \"mmiri\",\n    \"cissoids\": \"mmiri\",\n    \"cist\": \"dee\",\n    \"cyst\": \"ahu otutu\",\n    \"cistaceous\": \"Ebele\",\n    \"cystadenosarcoma\": \"cystadenocarcinoma\",\n    \"cistae\": \"wepụ\",\n    \"cystal\": \"kristal\",\n    \"cystamine\": \"cysteamine\",\n    \"cystaster\": \"onye na-eme ihe nkiri\",\n    \"cystathionine\": \"chystathionine\",\n    \"cystatrophy\": \"nrịanrịa\",\n    \"cisted\": \"gwuru\",\n    \"cysted\": \"nwachị\",\n    \"cystein\": \"cysteine\",\n    \"cysteinic\": \"cysteines\",\n    \"cystenchyme\": \"mgbakpo\",\n    \"cystencyte\": \"igwu\",\n    \"cistercianism\": \"ekpomoku\",\n    \"cysterethism\": \"ihe omimi\",\n    \"cistern\": \"olulu mmiri\",\n    \"cisternal\": \"olulu mmiri\",\n    \"cisterns\": \"olulu mmiri\",\n    \"cistic\": \"edebe\",\n    \"cystic\": \"ihe omimi\",\n    \"cysticarpic\": \"ihe omimi\",\n    \"cysticercerci\": \"ochicho\",\n    \"cysticercoidal\": \"mmmmmmmmmmmmm\",\n    \"cysticercosis\": \"ọnụọgụgụ\",\n    \"cysticercus\": \"mmmmmmmmmmmmm\",\n    \"cysticle\": \"otu\",\n    \"cystid\": \"kekporo\",\n    \"cystidea\": \"chystidea\",\n    \"cystidean\": \"ndiigbo\",\n    \"cystiform\": \"ọtụmọkpọ\",\n    \"cystigerous\": \"eme mkpọtụ\",\n    \"cystignathidae\": \"chystignathidae\",\n    \"cystignathine\": \"chystignathine\",\n    \"cystine\": \"ihe omimi\",\n    \"cystines\": \"cystinosis\",\n    \"cystis\": \"ahu otutu\",\n    \"cystitis\": \"akpịrị akpịrị\",\n    \"cystitome\": \"usoro\",\n    \"cystoadenoma\": \"cystadenoma\",\n    \"cystocarpic\": \"mgbakpọ\",\n    \"cystocele\": \"chystocele\",\n    \"cystocyte\": \"okpokoro\",\n    \"cystoelytroplasty\": \"mmmmmmmmmmmmm\",\n    \"cystoenterocele\": \"chystoenterocele\",\n    \"cystogenous\": \"akuko\",\n    \"cystoidea\": \"chystoidea\",\n    \"cystoidean\": \"chystoidean\",\n    \"cystolith\": \"ndukwe\",\n    \"cystoma\": \"akwara\",\n    \"cystometer\": \"cystometa\",\n    \"cystomyxoma\": \"akwara\",\n    \"cistophori\": \"nwachukwu\",\n    \"cistophoric\": \"istnye\",\n    \"cystophotography\": \"ihe nkiri\",\n    \"cystoplasty\": \"kekpolasti\",\n    \"cystoplegia\": \"ystba ama\",\n    \"cystorrhagia\": \"ọrịa cystorrhagia\",\n    \"cystose\": \"inyocha\",\n    \"cystospasm\": \"akuko\",\n    \"cystospore\": \"ụlọ obibi\",\n    \"cystotome\": \"usoro\",\n    \"cystotomy\": \"usoro ahu\",\n    \"cystotomies\": \"ihe ndi ozo\",\n    \"cystous\": \"ihe omimi\",\n    \"cistrons\": \"cistron\",\n    \"cists\": \"ederede\",\n    \"cysts\": \"ihe otutu\",\n    \"cistuses\": \"ederede\",\n    \"cistvaen\": \"nwachị\",\n    \"citable\": \"dị mma\",\n    \"citadel\": \"nnukwu ụlọ\",\n    \"citadels\": \"ebe obibi\",\n    \"cital\": \"Obodo\",\n    \"cytasters\": \"ndị cytasters\",\n    \"citation\": \"see okwu\",\n    \"citational\": \"obodo\",\n    \"citations\": \"amaokwu\",\n    \"citatory\": \"edekọ\",\n    \"citators\": \"cita\",\n    \"cite\": \"kwuo\",\n    \"cited\": \"zoro aka\",\n    \"citers\": \"cita\",\n    \"cites\": \"kwuru\",\n    \"citess\": \"amaghị\",\n    \"citharexylum\": \"obodo mgbaba\",\n    \"cither\": \"dị\",\n    \"cithern\": \"ugbua\",\n    \"citherns\": \"oge\",\n    \"city\": \"obodo\",\n    \"citybuster\": \"okpu\",\n    \"citicism\": \"ndọrọ ndọrọ ọchịchị\",\n    \"citycism\": \"obodo\",\n    \"citicorp\": \"Anyi\",\n    \"citydom\": \"obodo\",\n    \"citied\": \"obodo\",\n    \"cities\": \"obodo\",\n    \"citify\": \"kpọpụta\",\n    \"citification\": \"asambodo\",\n    \"citified\": \"kpọpụtara\",\n    \"cityfied\": \"amaara ama\",\n    \"citifies\": \"kpọtụrụ aha\",\n    \"citifying\": \"asambodo\",\n    \"cityfolk\": \"akpa obodo\",\n    \"cityful\": \"obodo\",\n    \"citigrade\": \"jiri\",\n    \"cityish\": \"obodo\",\n    \"cityless\": \"enweghị obodo\",\n    \"citylike\": \"yiri obodo\",\n    \"cityness\": \"obodo\",\n    \"citynesses\": \"obodo\",\n    \"citing\": \"zoro aka\",\n    \"cityscape\": \"ogbegbe\",\n    \"cytisine\": \"cyisisine\",\n    \"cityward\": \"obodo\",\n    \"citywards\": \"obodo\",\n    \"citywide\": \"obodo\",\n    \"citizen\": \"nwa amaala\",\n    \"citizendom\": \"obibiendom\",\n    \"citizeness\": \"nwaamaala\",\n    \"citizenhood\": \"nwa amaala\",\n    \"citizenish\": \"nwa amaala\",\n    \"citizenism\": \"nwa amaala\",\n    \"citizenize\": \"nwa amaala\",\n    \"citizenized\": \"nwa amaala\",\n    \"citizenizing\": \"nwa amaala\",\n    \"citizenly\": \"nwa amaala\",\n    \"citizenry\": \"nwa amaala\",\n    \"citizenries\": \"ụmụ amaala\",\n    \"citizens\": \"ụmụ amaala\",\n    \"citizenship\": \"nwaamaala\",\n    \"cytochemical\": \"ihe omimi\",\n    \"cytoclastic\": \"ihe cytoclastic\",\n    \"cytodifferentiation\": \"ụdịdị cytodif\",\n    \"cytoecology\": \"ihe omimi\",\n    \"cytogenetically\": \"cytogenetị\",\n    \"cytogeneticist\": \"ọkà mmụta sayensị\",\n    \"cytogeny\": \"cytogeni\",\n    \"cytogenies\": \"cytogeni\",\n    \"citoler\": \"onyekachi\",\n    \"citoles\": \"mkpọ\",\n    \"cytolist\": \"onye cytolist\",\n    \"cytological\": \"ihe ọmụmụ\",\n    \"cytologist\": \"ọkà mmụta sayensị\",\n    \"cytologists\": \"ndị ọkà mmụta sayensị cytologists\",\n    \"cytometer\": \"cytomita\",\n    \"cytone\": \"ụdaolu\",\n    \"cytons\": \"cyton\",\n    \"cytoryctes\": \"akwara\",\n    \"cytotechnologist\": \"ọkà mmụta sayensị\",\n    \"cytotoxicity\": \"ihe omimi\",\n    \"cytotrophoblastic\": \"ihe omimi\",\n    \"citraconate\": \"amaokwu\",\n    \"citrals\": \"obodo\",\n    \"citramide\": \"sitramide\",\n    \"citrange\": \"kpọọ\",\n    \"citrangeade\": \"ebechi\",\n    \"citrate\": \"kpọọ\",\n    \"citrated\": \"kpọọ\",\n    \"citrates\": \"Ilu\",\n    \"citrean\": \"citroen\",\n    \"citriculture\": \"ịkọ osisi\",\n    \"citriculturist\": \"okwa onyenwe\",\n    \"citrination\": \"obodo\",\n    \"citrines\": \"obodo\",\n    \"citrinins\": \"obodo ndi ozo\",\n    \"citrometer\": \"citromita\",\n    \"citronade\": \"nnukwu ụlọ\",\n    \"citronalis\": \"Uchechukwu\",\n    \"citronelle\": \"ebechi\",\n    \"citronize\": \"kpoo\",\n    \"citrons\": \"ohia\",\n    \"citropten\": \"Anakpọ\",\n    \"citrous\": \"cit\",\n    \"citruses\": \"obodo\",\n    \"cittern\": \"obodo\",\n    \"citternhead\": \"isi\",\n    \"citterns\": \"obodo\",\n    \"civ\": \"obodo\",\n    \"cive\": \"tinye\",\n    \"civet\": \"osisi\",\n    \"civetlike\": \"dị ka\",\n    \"civets\": \"civet\",\n    \"civy\": \"Nkechi\",\n    \"civic\": \"ndi obodo\",\n    \"civical\": \"obodo\",\n    \"civically\": \"obodo\",\n    \"civicism\": \"obodo\",\n    \"civicisms\": \"obodo\",\n    \"civics\": \"obodo\",\n    \"civies\": \"ama\",\n    \"civil\": \"obodo\",\n    \"civile\": \"obodo\",\n    \"civiler\": \"obodo\",\n    \"civilest\": \"obodo\",\n    \"civilian\": \"ndi nkiti\",\n    \"civilianization\": \"obodo\",\n    \"civilianize\": \"obodo\",\n    \"civilians\": \"ndi nkiti\",\n    \"civilisable\": \"amaala anya\",\n    \"civilisation\": \"mmepe anya\",\n    \"civilisational\": \"mmepeanya\",\n    \"civilisations\": \"mmepeanya\",\n    \"civilisatory\": \"mmepeanya\",\n    \"civilise\": \"mmepeanya\",\n    \"civilised\": \"mepere anya\",\n    \"civilisedness\": \"mmepeanya\",\n    \"civiliser\": \"nwa amaala\",\n    \"civilises\": \"mmepeanya\",\n    \"civilising\": \"mepee anya\",\n    \"civilist\": \"onye amaala\",\n    \"civilite\": \"mmepeanya\",\n    \"civility\": \"obodo\",\n    \"civilities\": \"mmepeanya\",\n    \"civilizable\": \"mmepeanya\",\n    \"civilizade\": \"mmepeanya\",\n    \"civilization\": \"mmepe anya\",\n    \"civilizational\": \"mmepeanya\",\n    \"civilizationally\": \"mmepeanya\",\n    \"civilizations\": \"mmepeanya\",\n    \"civilizatory\": \"mmepeanya\",\n    \"civilize\": \"mepere anya\",\n    \"civilized\": \"mepere anya\",\n    \"civilizedness\": \"mmepeanya\",\n    \"civilizee\": \"mmepeanya\",\n    \"civilizer\": \"onye mmepeanya\",\n    \"civilizers\": \"ndi mmadu\",\n    \"civilizes\": \"mepee anya\",\n    \"civilizing\": \"mepee anya\",\n    \"civilly\": \"obodo\",\n    \"civilness\": \"mmepeanya\",\n    \"civism\": \"obodo\",\n    \"civisms\": \"amaghi\",\n    \"civitan\": \"obodo\",\n    \"civitas\": \"obodo\",\n    \"civite\": \"obodo\",\n    \"civory\": \"obodo\",\n    \"civvy\": \"obodo\",\n    \"civvies\": \"obodo\",\n    \"cize\": \"pako\",\n    \"cyzicene\": \"ihe omimi\",\n    \"ck\": \"nkp\",\n    \"cl\": \"Kl\",\n    \"clabber\": \"kutu aka\",\n    \"clabbery\": \"ụgbụ\",\n    \"clabbering\": \"na-akụ aka\",\n    \"clabbers\": \"mbo aka\",\n    \"clablaria\": \"Okereke\",\n    \"clabularia\": \"Okwara\",\n    \"clabularium\": \"klọbularium\",\n    \"clach\": \"ikuchi\",\n    \"clachs\": \"mbochi\",\n    \"clackdish\": \"Nkechi\",\n    \"clacket\": \"mgbo aka\",\n    \"clackety\": \"ịkọ ụja\",\n    \"clacking\": \"ịkụ aka\",\n    \"clactonian\": \"Nwosu\",\n    \"clad\": \"kere\",\n    \"cladautoicous\": \"ihe adighi\",\n    \"cladding\": \"agbachi\",\n    \"cladistic\": \"nkechi\",\n    \"cladocarpous\": \"Udochukwu\",\n    \"cladocerous\": \"kpachara anya\",\n    \"cladodium\": \"Okpueze\",\n    \"cladodont\": \"Okponna\",\n    \"cladodus\": \"Okpondi\",\n    \"cladogenetic\": \"Onyema\",\n    \"cladogenetically\": \"n'ụzọ doro anya\",\n    \"cladonia\": \"Obinna\",\n    \"cladoniaceous\": \"Onyeka Onwenu\",\n    \"cladophyll\": \"Nwachukwu\",\n    \"cladophoraceous\": \"Onyema\",\n    \"cladosiphonic\": \"mmmmmmmmmmmmm\",\n    \"cladosporium\": \"okpokoro\",\n    \"cladothrix\": \"chibueze\",\n    \"cladrastis\": \"nkedo\",\n    \"clag\": \"mkpo\",\n    \"clagged\": \"mechie\",\n    \"claggy\": \"na-eme mkpọtụ\",\n    \"clagging\": \"na-akụ\",\n    \"claggum\": \"nkuku\",\n    \"clags\": \"okpu\",\n    \"clay\": \"ụrọ\",\n    \"claybank\": \"ụrọ\",\n    \"claybanks\": \"ụrọ\",\n    \"claybrained\": \"ụrọ kpụrụ akpụ\",\n    \"clayiest\": \"nke kachasị\",\n    \"clayiness\": \"ihie\",\n    \"claying\": \"ụrọ\",\n    \"clayish\": \"ụrọ\",\n    \"claylike\": \"dị ka ụrọ\",\n    \"claim\": \"Mgbarakwa\",\n    \"claimable\": \"kwuo\",\n    \"clayman\": \"ụrọ\",\n    \"claimant\": \"onye na-azọrọ\",\n    \"claimants\": \"ndị na-azọrọ\",\n    \"claimed\": \"kwuru\",\n    \"claimer\": \"onye na-azọrọ\",\n    \"claimers\": \"ndị na-azọrọ\",\n    \"claiming\": \"na-azọrọ\",\n    \"claimless\": \"enweghị nkwupụta\",\n    \"claymore\": \"ụrọ\",\n    \"claymores\": \"ụrọ, ụrọ\",\n    \"claims\": \"azọrọ\",\n    \"claimsman\": \"onye na-azọrọ\",\n    \"claimsmen\": \"ndị na-azọrọ\",\n    \"claypan\": \"ụrọ\",\n    \"claypans\": \"ụrọ\",\n    \"clairaudient\": \"onye na-ekwu okwu\",\n    \"clairaudiently\": \"n'ụzọ doro anya\",\n    \"clairce\": \"dokwuo anya\",\n    \"clairecolle\": \"Nwachukwu\",\n    \"clairschach\": \"Ogbe\",\n    \"clairschacher\": \"okwukwu okwesiri\",\n    \"clairsentience\": \"ikike\",\n    \"clairsentient\": \"onye nlekọta\",\n    \"clairvoyancy\": \"nkwupụta okwu\",\n    \"clairvoyant\": \"Nwaokechukwu\",\n    \"clays\": \"ụrọ\",\n    \"claystone\": \"okwute\",\n    \"claithes\": \"ịba ọcha\",\n    \"clayton\": \"ụrọ\",\n    \"claytonia\": \"Ngwongwo\",\n    \"clayware\": \"ụrọ\",\n    \"claywares\": \"ụrọ\",\n    \"clayweed\": \"ụrọ\",\n    \"clallam\": \"mkpochi\",\n    \"clam\": \"klam\",\n    \"clamant\": \"Ikwu okwu\",\n    \"clamantly\": \"n'ikpo\",\n    \"clamaroo\": \"mkpọchi\",\n    \"clamation\": \"ụrọ\",\n    \"clamative\": \"na-eme mkpọtụ\",\n    \"clamatores\": \"akpachi\",\n    \"clamatory\": \"Ntughari\",\n    \"clamatorial\": \"mkpọchi\",\n    \"clamb\": \"klam\",\n    \"clambake\": \"mkpọchi\",\n    \"clamber\": \"nchikota\",\n    \"clambered\": \"makwasị\",\n    \"clambering\": \"na-eme mkpọtụ\",\n    \"clambers\": \"mkpọchi\",\n    \"clame\": \"mechie\",\n    \"clamer\": \"tie mkpu\",\n    \"clammed\": \"kpara\",\n    \"clamming\": \"n'ikpo\",\n    \"clammish\": \"mkpọchi\",\n    \"clamor\": \"mkpọchi\",\n    \"clamored\": \"kpoo\",\n    \"clamorer\": \"Onyekachi\",\n    \"clamorers\": \"ndị na-eme mkpọtụ\",\n    \"clamoring\": \"na-eme mkpọtụ\",\n    \"clamorist\": \"Onye mmekorita\",\n    \"clamorous\": \"klọm\",\n    \"clamorously\": \"kpoo n'ụzọ\",\n    \"clamorousness\": \"Udo\",\n    \"clamors\": \"mkpọchi\",\n    \"clamorsome\": \"akpụrụ\",\n    \"clamour\": \"mkpọchi\",\n    \"clamoured\": \"kpoo\",\n    \"clamourer\": \"Onyeka\",\n    \"clamouring\": \"na-eme mkpọtụ\",\n    \"clamourist\": \"Onye na-eme ihe nkiri\",\n    \"clamp\": \"mwekota\",\n    \"clampdown\": \"mwekota\",\n    \"clamped\": \"jikọtara\",\n    \"clamper\": \"mwekota\",\n    \"clampers\": \"ihe mgbochi\",\n    \"clamping\": \"na-ejide ọnụ\",\n    \"clams\": \"klam\",\n    \"clamshells\": \"okpokoro\",\n    \"clamworms\": \"okpokoro\",\n    \"clan\": \"ezinụlọ\",\n    \"clancular\": \"ezinụlọ\",\n    \"clancularly\": \"n'egbughị oge\",\n    \"clandestine\": \"zoro ezo\",\n    \"clandestinely\": \"na nzuzo\",\n    \"clandestineness\": \"ndabichi\",\n    \"clandestinity\": \"ndorondoro\",\n    \"clanfellow\": \"onye ikwu\",\n    \"clang\": \"kụọ aka\",\n    \"clanged\": \"gbue agbata\",\n    \"clanger\": \"gha ọcha\",\n    \"clangful\": \"amuma\",\n    \"clanging\": \"na-akụ\",\n    \"clangingly\": \"n'ikpokwu\",\n    \"clangor\": \"ụta\",\n    \"clangored\": \"nwere olu\",\n    \"clangoring\": \"na-ada ụda\",\n    \"clangorously\": \"n'ikwu n'ụzọ doro anya\",\n    \"clangorousness\": \"ụma\",\n    \"clangors\": \"okpu\",\n    \"clangour\": \"ịtọ ụja\",\n    \"clangoured\": \"ịwa akwara\",\n    \"clangouring\": \"ikwuputa\",\n    \"clangours\": \"okpu\",\n    \"clangs\": \"mkpọchi\",\n    \"clangula\": \"ụja\",\n    \"clanjamfray\": \"kelechiamere\",\n    \"clanjamfrey\": \"kelechiamelife\",\n    \"clanjamfrie\": \"ezinụlọiljamfrie\",\n    \"clanjamphrey\": \"kelechiamere\",\n    \"clank\": \"ezinụlọ\",\n    \"clanked\": \"ezinụlọ\",\n    \"clankety\": \"ezinụlọ\",\n    \"clanking\": \"ezinụlọ\",\n    \"clankingly\": \"n'ezinụlọ\",\n    \"clankingness\": \"imekọba\",\n    \"clankless\": \"enweghị ezinụlọ\",\n    \"clanks\": \"ezinụlọ\",\n    \"clankum\": \"ezinụlọ\",\n    \"clanless\": \"agbasaghị\",\n    \"clanned\": \"agburu\",\n    \"clanning\": \"ezinụlọ\",\n    \"clannish\": \"ezinụlọ\",\n    \"clannishly\": \"n'ezinụlọ\",\n    \"clannishness\": \"ezinụlọ\",\n    \"clans\": \"ezinụlọ\",\n    \"clansfolk\": \"ezinụlọ\",\n    \"clanship\": \"agburu\",\n    \"clansman\": \"onye ezinụlọ\",\n    \"clansmanship\": \"agbụrụ\",\n    \"clansmen\": \"ndị ezinụlọ\",\n    \"clanswoman\": \"Nwanyị nwanyị\",\n    \"clanswomen\": \"umunwanyi\",\n    \"clap\": \"akụ aka\",\n    \"clapboard\": \"klọbọbọ\",\n    \"clapboarding\": \"ịkụ aka\",\n    \"clapboards\": \"mkpọ aka\",\n    \"clapbread\": \"achicha aka\",\n    \"clapcake\": \"ịkpụ aka\",\n    \"clapdish\": \"akuku\",\n    \"clapholt\": \"akụ\",\n    \"clapmatch\": \"ụwa\",\n    \"clapnest\": \"nkpoda\",\n    \"clapnet\": \"akụ\",\n    \"clapotis\": \"ogbe\",\n    \"clappe\": \"clapa\",\n    \"clapped\": \"kụrụ aka\",\n    \"clapper\": \"kụọ aka\",\n    \"clapperclaw\": \"ụta\",\n    \"clapperclawer\": \"ụta\",\n    \"clapperdudgeon\": \"Onyeka Onwenu\",\n    \"clappered\": \"kụrụ aka\",\n    \"clappering\": \"na-akụ aka\",\n    \"clappermaclaw\": \"Nkechi Nwachukwu\",\n    \"clappers\": \"ịkụ aka\",\n    \"clapping\": \"akụ aka\",\n    \"claps\": \"akụ aka\",\n    \"clapstick\": \"ịkụ aka\",\n    \"clapt\": \"akụ aka\",\n    \"claptrap\": \"ụyọkọ\",\n    \"claptraps\": \"ịkụ aka\",\n    \"clapwort\": \"akuku\",\n    \"clarabella\": \"Nwokocha\",\n    \"clarain\": \"ịkọwa\",\n    \"clare\": \"ihie\",\n    \"clarence\": \"Clarence\",\n    \"clarences\": \"ụrọ\",\n    \"clarenceux\": \"Uchechi\",\n    \"clarenceuxship\": \"mmmmmmmmmmmmm\",\n    \"clares\": \"ngwongwo\",\n    \"clarets\": \"ụkọ\",\n    \"claribel\": \"ikwu okwu\",\n    \"clarice\": \"doro anya\",\n    \"clarify\": \"dokwuo anya\",\n    \"clarifiant\": \"doro anya\",\n    \"clarificant\": \"idoanya\",\n    \"clarification\": \"idoanya\",\n    \"clarifications\": \"nkọwa\",\n    \"clarified\": \"dokwuo anya\",\n    \"clarifier\": \"nkọwapụta\",\n    \"clarifiers\": \"ndị na-akọwapụta aha ha\",\n    \"clarifies\": \"na-akọwa\",\n    \"clarifying\": \"na-akọwapụta\",\n    \"clarigate\": \"kwue\",\n    \"clarigation\": \"nkọwapụta\",\n    \"clarioned\": \"doro anya\",\n    \"clarist\": \"onye nkocha\",\n    \"clarity\": \"doo anya\",\n    \"clarities\": \"ihe doro anya\",\n    \"claritude\": \"rit.. cla\",\n    \"clark\": \"okpu\",\n    \"clarkeite\": \"okwukwu\",\n    \"claroes\": \"amaokwu\",\n    \"claromontane\": \"Nwosu\",\n    \"clarre\": \"doro anya\",\n    \"clarsach\": \"ụta\",\n    \"clarseach\": \"nkụwa\",\n    \"clarsech\": \"ịkụ aka\",\n    \"clarseth\": \"mkpọchi\",\n    \"clarty\": \"doro anya\",\n    \"clartier\": \"dokwuo anya\",\n    \"clartiest\": \"doro anya\",\n    \"clash\": \"nsogbu\",\n    \"clashed\": \"zukọta\",\n    \"clasher\": \"nsogbu\",\n    \"clashers\": \"esemokwu\",\n    \"clashes\": \"esemokwu\",\n    \"clashy\": \"nsogbu\",\n    \"clashing\": \"na-akụ\",\n    \"clashingly\": \"na-agbagha\",\n    \"clasmatocyte\": \"okpokoro\",\n    \"clasmatocytic\": \"okpokoro\",\n    \"clasmatosis\": \"nsogbu\",\n    \"clasp\": \"mgbachi\",\n    \"clasped\": \"agbachi\",\n    \"clasper\": \"mkpịsị aka\",\n    \"claspers\": \"mkpọchi\",\n    \"clasping\": \"iche\",\n    \"clasps\": \"mkpọ\",\n    \"claspt\": \"gbawara\",\n    \"class\": \"klas\",\n    \"classable\": \"klas nke\",\n    \"classbook\": \"akwukwo akwukwo\",\n    \"classed\": \"nkewa\",\n    \"classer\": \"ọmụmụ\",\n    \"classers\": \"ọmụmụ\",\n    \"classes\": \"ọmụmụ\",\n    \"classy\": \"nke klas\",\n    \"classic\": \"kpochapụwo\",\n    \"classical\": \"oge gboo\",\n    \"classicalism\": \"Omuma\",\n    \"classicalist\": \"onye gboo\",\n    \"classicality\": \"ochie\",\n    \"classicalities\": \"ochie\",\n    \"classicalize\": \"ịhazi ihe\",\n    \"classically\": \"ochie\",\n    \"classicalness\": \"ochie\",\n    \"classicise\": \"Omuma\",\n    \"classicised\": \"Omuma\",\n    \"classicising\": \"ochie\",\n    \"classicism\": \"Omuma\",\n    \"classicist\": \"Okaala\",\n    \"classicistic\": \"Omuma\",\n    \"classicists\": \"ndị omenaala\",\n    \"classicize\": \"ime nkewa\",\n    \"classicized\": \"nke ochie\",\n    \"classicizing\": \"kpochapu\",\n    \"classico\": \"klassi\",\n    \"classicolatry\": \"klaskulat\",\n    \"classics\": \"ndi ochie\",\n    \"classier\": \"mkpịsị\",\n    \"classiest\": \"nsogbu\",\n    \"classify\": \"nkewa\",\n    \"classific\": \"nke ochie\",\n    \"classifically\": \"klas\",\n    \"classification\": \"nhazi ọkwa\",\n    \"classificational\": \"nhazi ọkwa\",\n    \"classifications\": \"nhazi ọkwa\",\n    \"classificator\": \"nhazi ọkwa\",\n    \"classificatory\": \"nhazi ọkwa\",\n    \"classified\": \"nkewa\",\n    \"classifier\": \"nhazi ọkwa\",\n    \"classifiers\": \"klassi\",\n    \"classifies\": \"na-ekewa\",\n    \"classifying\": \"nhazi ọkwa\",\n    \"classily\": \"otu\",\n    \"classiness\": \"odidi\",\n    \"classing\": \"mmasi\",\n    \"classisms\": \"ihe ndi ozo\",\n    \"classist\": \"onye akwukwo\",\n    \"classists\": \"ndị omenaala\",\n    \"classless\": \"klas\",\n    \"classlessness\": \"enweghị akwụkwọ\",\n    \"classman\": \"ụmụ klas\",\n    \"classmanship\": \"ụmụ klas ụgbọ mmiri\",\n    \"classmate\": \"nwa klas\",\n    \"classmates\": \"ụmụ klas\",\n    \"classmen\": \"ụmụ klas\",\n    \"classroom\": \"klasị\",\n    \"classrooms\": \"klas\",\n    \"classwise\": \"klas\",\n    \"classwork\": \"ihe omumu\",\n    \"clastics\": \"klaasị\",\n    \"clasts\": \"ụyọkọ\",\n    \"clat\": \"kpụrụ akpụ\",\n    \"clatch\": \"kuo\",\n    \"clatchy\": \"akpu\",\n    \"clathraceous\": \"Nkechi\",\n    \"clathraria\": \"Nwosu\",\n    \"clathrarian\": \"onye na-elekọta nwoke\",\n    \"clathrate\": \"mechie\",\n    \"clathrose\": \"Nwosu\",\n    \"clathrulate\": \"ịkọwa\",\n    \"clathrus\": \"Obosara\",\n    \"clatsop\": \"Nwosu\",\n    \"clatter\": \"kụọ aka\",\n    \"clattered\": \"clatt\",\n    \"clattery\": \"akụ aka\",\n    \"clattering\": \"na-akụ\",\n    \"clatteringly\": \"na-akụ aka\",\n    \"clatters\": \"mkwuru\",\n    \"clattertrap\": \"ụyọkọ\",\n    \"clattertraps\": \"ụyọkọ\",\n    \"clauber\": \"kpuchie\",\n    \"claucht\": \"Ogbechi\",\n    \"claudent\": \"nke nghọta\",\n    \"claudication\": \"ikwuputa\",\n    \"claught\": \"clawed\",\n    \"claughting\": \"na-akụ\",\n    \"claughts\": \"mkwupụtara\",\n    \"claus\": \"nkekọ\",\n    \"clausal\": \"isiokwu\",\n    \"clause\": \"nkebiahiri\",\n    \"clauses\": \"nkebiahịrị\",\n    \"clauster\": \"ịkụ aka\",\n    \"claustration\": \"nkọwapụta\",\n    \"claustrophobic\": \"Okpueze\",\n    \"claustrum\": \"ụyọkọ\",\n    \"clausulae\": \"okwu\",\n    \"clausum\": \"okpokoro\",\n    \"clausure\": \"ikwuputa okwu\",\n    \"claut\": \"kwupụta\",\n    \"clava\": \"klaasị\",\n    \"clavacin\": \"Okpueze\",\n    \"clavaria\": \"Nwachukwu\",\n    \"clavariaceous\": \"Onyeka Onwenu\",\n    \"clavate\": \"kwuwe\",\n    \"clavated\": \"kọwara\",\n    \"clavately\": \"n'ụzọ zuru ezu\",\n    \"clavatin\": \"Obochi\",\n    \"clavation\": \"mechie\",\n    \"clave\": \"klọọkụ\",\n    \"clavecin\": \"Nwokechi\",\n    \"clavecinist\": \"Onyeka Onwenu\",\n    \"clavel\": \"mkpoko\",\n    \"clavelization\": \"ịkọ ụja\",\n    \"clavelize\": \"kwochaa\",\n    \"clavellate\": \"mkpochapu\",\n    \"clavellated\": \"agbachi\",\n    \"clavered\": \"kwupụtara\",\n    \"clavering\": \"na-ekwu okwu\",\n    \"claves\": \"kporo\",\n    \"claviature\": \"ikpa\",\n    \"clavicembali\": \"ikwe\",\n    \"claviceps\": \"mkpọchi\",\n    \"clavichord\": \"Onyeka Onwenu\",\n    \"clavichordists\": \"Nkekọ\",\n    \"clavicylinder\": \"Okereke\",\n    \"clavicytheria\": \"Nwachukwu\",\n    \"clavicytherium\": \"Okwaraonye\",\n    \"clavicithern\": \"ikekwenke\",\n    \"clavicythetheria\": \"chibueke\",\n    \"clavicittern\": \"nkonye iwu\",\n    \"clavicornia\": \"Okereke\",\n    \"clavicotomy\": \"akwara\",\n    \"clavicularium\": \"okpu\",\n    \"claviculate\": \"ịkọwa\",\n    \"claviculus\": \"ovu ike\",\n    \"clavierist\": \"Onyeka\",\n    \"clavierists\": \"Onyeka onwenu\",\n    \"claviform\": \"Okpueze\",\n    \"claviger\": \"Okpueze\",\n    \"clavigerous\": \"na-eme mkpọtụ\",\n    \"clavilux\": \"Ogbodu\",\n    \"claviol\": \"ikechi\",\n    \"claviole\": \"ikeka\",\n    \"clavis\": \"nkewa\",\n    \"clavola\": \"Ukpo\",\n    \"clavolae\": \"Ukpo\",\n    \"clavolet\": \"kpakpando\",\n    \"clavus\": \"klaasị\",\n    \"claw\": \"mboanuohia\",\n    \"clawing\": \"mboanu\",\n    \"clawk\": \"mboanuohia\",\n    \"clawless\": \"enweghị claw\",\n    \"claws\": \"mbo aka\",\n    \"claxon\": \"Okpueze\",\n    \"cleach\": \"ihie\",\n    \"clead\": \"kpochapụ\",\n    \"cleaded\": \"kpochapụrụ\",\n    \"cleading\": \"nhicha\",\n    \"cleam\": \"dị ọcha\",\n    \"cleamer\": \"nhicha\",\n    \"clean\": \"dị ọcha\",\n    \"cleanable\": \"dị ọcha\",\n    \"cleaned\": \"kpochara\",\n    \"cleaner\": \"nhicha\",\n    \"cleaners\": \"ndị na-ehicha ihe\",\n    \"cleanest\": \"dị ọcha\",\n    \"cleanhanded\": \"dị ọcha\",\n    \"cleanhandedness\": \"dị ọcha\",\n    \"cleanhearted\": \"dị ọcha\",\n    \"cleaning\": \"nhicha\",\n    \"cleanings\": \"nhicha\",\n    \"cleanish\": \"hichaa\",\n    \"cleanly\": \"dị ọcha\",\n    \"cleanlier\": \"dị ọcha karị\",\n    \"cleanliest\": \"kasị dị ọcha\",\n    \"cleanlily\": \"dị ọcha\",\n    \"cleanliness\": \"ịdị ọcha\",\n    \"cleanness\": \"ịdị ọcha\",\n    \"cleanout\": \"Cleanout\",\n    \"cleans\": \"dị ọcha\",\n    \"cleansable\": \"ọcha\",\n    \"cleanse\": \"dị ọcha\",\n    \"cleansed\": \"dị ọcha\",\n    \"cleanser\": \"dị ọcha\",\n    \"cleansers\": \"ndị na-asachapụ\",\n    \"cleanses\": \"na-asachapụ\",\n    \"cleansing\": \"ọcha\",\n    \"cleanskin\": \"ọcha\",\n    \"cleanskins\": \"ọcha\",\n    \"cleanup\": \"hichapụ\",\n    \"cleanups\": \"mkpocha\",\n    \"clear\": \"doo anya\",\n    \"clearable\": \"ikpochapu\",\n    \"clearage\": \"nwepu\",\n    \"clearance\": \"nwechapụ\",\n    \"clearances\": \"nwechapụ\",\n    \"clearcole\": \"doro anya\",\n    \"cleared\": \"kpochapụrụ\",\n    \"clearedness\": \"nhicha\",\n    \"clearer\": \"dokwuo anya\",\n    \"clearers\": \"ndị na-ekpochapụ ihe\",\n    \"clearest\": \"doro anya\",\n    \"clearheaded\": \"kpochapụrụ\",\n    \"clearheadedly\": \"isi doro anya\",\n    \"clearheadedness\": \"isi ike\",\n    \"clearhearted\": \"onye obi ya doro anya\",\n    \"clearing\": \"mezie\",\n    \"clearinghouse\": \"ulo mkpocha\",\n    \"clearinghouses\": \"ụlọ mkpofu\",\n    \"clearings\": \"mezie\",\n    \"clearish\": \"kpochaa\",\n    \"clearly\": \"n'ụzọ doro anya\",\n    \"clearminded\": \"doro anya\",\n    \"clearness\": \"doro anya\",\n    \"clears\": \"na-ekpochapụ\",\n    \"clearsighted\": \"doro anya\",\n    \"clearsightedness\": \"nghọta\",\n    \"clearskins\": \"ọcha\",\n    \"clearstarch\": \"kpochapu\",\n    \"clearstarcher\": \"Udochi\",\n    \"clearstory\": \"ikpochapu\",\n    \"clearstoried\": \"clerestory\",\n    \"clearstories\": \"ikpochapu\",\n    \"clearway\": \"n'ụzọ doro anya\",\n    \"clearwater\": \"mmiri doro anya\",\n    \"clearweed\": \"ahịhịa\",\n    \"clearwing\": \"mezie\",\n    \"cleated\": \"kpochapụrụ\",\n    \"cleating\": \"na-egosi\",\n    \"cleats\": \"atsmụnna\",\n    \"cleavability\": \"ikewapụ\",\n    \"cleavage\": \"uzo\",\n    \"cleave\": \"arapara\",\n    \"cleaved\": \"kewara\",\n    \"cleaveful\": \"cleavea\",\n    \"cleavelandite\": \"nwe obodo\",\n    \"cleaver\": \"clea\",\n    \"cleaverwort\": \"nwekwuru\",\n    \"cleaves\": \"clea\",\n    \"cleaving\": \"na-arapara\",\n    \"clechy\": \"izuka\",\n    \"cleck\": \"mkpọchi\",\n    \"cled\": \"chiri\",\n    \"cledde\": \"Ohere\",\n    \"cledge\": \"nkwa\",\n    \"cledgy\": \"na-akpa anụ\",\n    \"cledonism\": \"Okpukpo\",\n    \"cleech\": \"amamihe\",\n    \"cleeked\": \"kpochapụ\",\n    \"cleeking\": \"ikpokpo\",\n    \"clef\": \"Nkechi\",\n    \"clefs\": \"nkewa\",\n    \"cleft\": \"gbawara\",\n    \"clefted\": \"gbawara\",\n    \"clefts\": \"nkewa\",\n    \"cleg\": \"Nkechi\",\n    \"cleidagra\": \"Nkechi\",\n    \"cleidocostal\": \"Udo Nwoke\",\n    \"cleidocranial\": \"kechukwu\",\n    \"cleidohyoid\": \"Nkechi Nwachukwu\",\n    \"cleidoic\": \"Udochukwu\",\n    \"cleidomancy\": \"banye\",\n    \"cleidomastoid\": \"nyekere\",\n    \"cleidorrhexis\": \"Nkechi\",\n    \"cleidoscapular\": \"Nkechi\",\n    \"cleidosternal\": \"Udo Nwoke\",\n    \"cleidotomy\": \"id\",\n    \"cleistocarp\": \"Onyinyechi\",\n    \"cleistocarpous\": \"Onyekwere\",\n    \"cleistogamy\": \"nweke\",\n    \"cleistogamic\": \"mmmmmmmmmmmmm\",\n    \"cleistogamically\": \"n’ụzọ doro anya\",\n    \"cleistogamous\": \"Onyeka Onwenu\",\n    \"cleistogamously\": \"Onyeka Onwenu\",\n    \"cleistogene\": \"nkwekọrị\",\n    \"cleistogeny\": \"Udochukwu\",\n    \"cleistogenous\": \"Cleistogenous\",\n    \"cleistotcia\": \"nye\",\n    \"cleistothecia\": \"Onyinyechukwu\",\n    \"cleistothecium\": \"istlọ\",\n    \"cleistothecopsis\": \"Cleistothecopsis\",\n    \"cleithral\": \"okpu\",\n    \"cleithrum\": \"Udochukwu\",\n    \"clemclemalats\": \"okpokoro\",\n    \"clemence\": \"amamịghe\",\n    \"clemency\": \"amamịghe\",\n    \"clemencies\": \"ịdị ọcha\",\n    \"clement\": \"mmụọ\",\n    \"clementina\": \"Clementina\",\n    \"clementine\": \"Clementine\",\n    \"clemently\": \"jiri akọ\",\n    \"clementness\": \"ndidi\",\n    \"clemmed\": \"ọchị\",\n    \"clemming\": \"na-agbanye\",\n    \"clenched\": \"chịa aka\",\n    \"clenches\": \"mkpọchi\",\n    \"clenching\": \"na-egbu mgbu\",\n    \"cleoid\": \"Cleoid\",\n    \"cleome\": \"dị nwayọọ\",\n    \"cleopatra\": \"Cleopatra\",\n    \"clep\": \"mkpoko\",\n    \"cleped\": \"kpochapụrụ\",\n    \"cleping\": \"na-emegharị\",\n    \"clepsydra\": \"Udochukwu\",\n    \"clepsydrae\": \"Udochukwu\",\n    \"clepsydras\": \"Udochukwu\",\n    \"clepsine\": \"Clepsine\",\n    \"clept\": \"kpụrụ\",\n    \"cleptobiotic\": \"Nkechi\",\n    \"cleptomania\": \"Onyekachi Nwachukwu\",\n    \"cleptomaniac\": \"Ukpo Akpu\",\n    \"clerestoried\": \"Onyekachukwu\",\n    \"clerestories\": \"ụlọ ọrụ\",\n    \"clerete\": \"iche\",\n    \"clergess\": \"ode akwụkwọ\",\n    \"clergy\": \"ndị ụkọchukwu\",\n    \"clergyable\": \"odide\",\n    \"clergies\": \"ndị ụkọchukwu\",\n    \"clergylike\": \"ndị ụkọchukwu\",\n    \"clergyman\": \"ụkọchukwu\",\n    \"clergymen\": \"ndị ụkọchukwu\",\n    \"clergion\": \"akọwe\",\n    \"clergywoman\": \"ụkọchukwu\",\n    \"clergywomen\": \"ndị ụkọchukwu\",\n    \"cleric\": \"onye ụkọchukwu\",\n    \"clerical\": \"dị ka ụkọchukwu\",\n    \"clericalism\": \"ụkọchukwu\",\n    \"clericalist\": \"onye ụkọchukwu\",\n    \"clericalists\": \"ndị ụkọchukwu\",\n    \"clericality\": \"ọrụ aka ọrụ\",\n    \"clericalize\": \"ụkọchukwu\",\n    \"clerically\": \"ụkọchukwu\",\n    \"clericals\": \"ndị ụkọchukwu\",\n    \"clericate\": \"onye ụkọchukwu\",\n    \"clericature\": \"onye edemede\",\n    \"clericism\": \"ụkọchukwu\",\n    \"clericity\": \"ụkọchukwu\",\n    \"clerics\": \"ndị ụkọchukwu\",\n    \"clericum\": \"ụkọchukwu\",\n    \"clerid\": \"kpochapụ\",\n    \"cleridae\": \"ụkọchukwu\",\n    \"clerids\": \"Nkechi\",\n    \"clerihew\": \"Clerihew\",\n    \"clerihews\": \"Clearhews\",\n    \"clerisy\": \"Clerisy\",\n    \"clerisies\": \"nkọwapụta\",\n    \"clerk\": \"ukochukwu\",\n    \"clerkage\": \"ode akwukwo\",\n    \"clerkdom\": \"odeakwụkwọ\",\n    \"clerkdoms\": \"ndị odeakwụkwọ\",\n    \"clerked\": \"dere\",\n    \"clerkery\": \"odeakwụkwọ\",\n    \"clerkess\": \"odeakwụkwọ\",\n    \"clerkhood\": \"odeakwụkwọ\",\n    \"clerking\": \"inye iwu\",\n    \"clerkish\": \"odeakwụkwọ\",\n    \"clerkless\": \"enweghị ike\",\n    \"clerkly\": \"odee\",\n    \"clerklier\": \"ode akwukwo\",\n    \"clerkliest\": \"akuko\",\n    \"clerklike\": \"dị ka odee\",\n    \"clerkliness\": \"akọ\",\n    \"clerks\": \"ndị odeakwụkwọ\",\n    \"clerkship\": \"odeakwụkwọ\",\n    \"clerkships\": \"odeakwụkwọ\",\n    \"clernly\": \"n'ụzọ doro anya\",\n    \"clerodendron\": \"Onyekwere\",\n    \"cleromancy\": \"nkwenye\",\n    \"clerstory\": \"clerestory\",\n    \"cleruchial\": \"dị ọcha\",\n    \"cleruchic\": \"runye\",\n    \"cletch\": \"mkpọchi\",\n    \"clethra\": \"Clethra\",\n    \"clethraceae\": \"Nkechi\",\n    \"clethraceous\": \"Onyekwere\",\n    \"clethrionomys\": \"okpokpo\",\n    \"cleuch\": \"Cleuch\",\n    \"cleuk\": \"Cleuk\",\n    \"cleuks\": \"Uchechukwu\",\n    \"cleve\": \"mara\",\n    \"cleveite\": \"Cleveite\",\n    \"cleveites\": \"Cleveites\",\n    \"cleveland\": \"Cleveland\",\n    \"clever\": \"nkọ\",\n    \"cleverality\": \"ike\",\n    \"cleverer\": \"ghọtakwuo\",\n    \"cleverest\": \"dị nkọ\",\n    \"cleverish\": \"amamihe\",\n    \"cleverishly\": \"jiri amamihe\",\n    \"cleverly\": \"jiri amamihe\",\n    \"cleverness\": \"amamịghe\",\n    \"clevis\": \"Clevis\",\n    \"clevises\": \"azịza\",\n    \"clewed\": \"emecha\",\n    \"clewgarnet\": \"Nkechi\",\n    \"clewing\": \"ihicha\",\n    \"cli\": \"mkpachị\",\n    \"cliack\": \"mkpọchi\",\n    \"clianthus\": \"nkenke\",\n    \"cliche\": \"pịa\",\n    \"cliched\": \"pịa\",\n    \"click\": \"pịa\",\n    \"clicked\": \"pịa\",\n    \"clicker\": \"Pịa\",\n    \"clickers\": \"pịa\",\n    \"clicket\": \"Pịa\",\n    \"clicky\": \"pịa\",\n    \"clicking\": \"na ịpị\",\n    \"clickless\": \"pịa\",\n    \"clicks\": \"clic\",\n    \"clidastes\": \"chibido\",\n    \"clyde\": \"Clyde\",\n    \"clydesdale\": \"Nwachukwu\",\n    \"clydesider\": \"clydeside\",\n    \"cliency\": \"ahịa\",\n    \"client\": \"ahịa\",\n    \"clientage\": \"ahịa\",\n    \"cliental\": \"kliili\",\n    \"cliented\": \"ahịa\",\n    \"clientelage\": \"kliili\",\n    \"clientele\": \"kliili\",\n    \"clienteles\": \"ndị ahịa\",\n    \"clientless\": \"enweghị ndị ahịa\",\n    \"clientry\": \"ahịa\",\n    \"clients\": \"ndị ahịa\",\n    \"clientship\": \"ahịa\",\n    \"clyer\": \"cita\",\n    \"clyers\": \"akwụkwọ mkpọsa\",\n    \"clyfaking\": \"igwu\",\n    \"cliff\": \"ugwu\",\n    \"cliffed\": \"ugwu\",\n    \"cliffhang\": \"ugwu ugwu\",\n    \"cliffhanger\": \"ugwu ugwu\",\n    \"cliffhangers\": \"n'elu ugwu\",\n    \"cliffhanging\": \"n'elu ugwu\",\n    \"cliffy\": \"Nkume\",\n    \"cliffing\": \"n'elu ugwu\",\n    \"clifflet\": \"ugwu\",\n    \"clifflike\": \"ugwu\",\n    \"clifford\": \"Onyinyechi\",\n    \"cliffs\": \"ọnụ ọnụ ugwu\",\n    \"cliffside\": \"ugwu\",\n    \"cliffsman\": \"onye ugwu\",\n    \"clift\": \"ugwu\",\n    \"clifty\": \"ugwu\",\n    \"cliftonia\": \"ugwu ugwu\",\n    \"cliftonite\": \"Ugwu\",\n    \"clifts\": \"ọnụ ọnụ ugwu\",\n    \"climaciaceae\": \"climatica\",\n    \"climaciaceous\": \"agbago\",\n    \"climactery\": \"ugwu ugwu\",\n    \"climactic\": \"Ogwugwu\",\n    \"climactical\": \"chotikal\",\n    \"climactically\": \"n'ụzọ okirikiri\",\n    \"climacus\": \"Udochukwu\",\n    \"climant\": \"ihu igwe\",\n    \"climatal\": \"ihu igwe\",\n    \"climate\": \"ihu igwe\",\n    \"climates\": \"ihu igwe\",\n    \"climath\": \"ugwu\",\n    \"climatic\": \"onodu ubochi\",\n    \"climatical\": \"onodu ubochi\",\n    \"climatically\": \"n 'elu ugwu\",\n    \"climatize\": \"onodu igwe\",\n    \"climatography\": \"onodu ubochi\",\n    \"climatologist\": \"ọkà mmụta sayensị\",\n    \"climatologists\": \"ndị ọkà mmụta gbasara mbara igwe\",\n    \"climatometer\": \"onodu igwe\",\n    \"climatotherapeutics\": \"Ogwugwu ogwu\",\n    \"climatotherapies\": \"ọgwụgwọ climatotherapy\",\n    \"climature\": \"ugwu\",\n    \"climax\": \"mmechi\",\n    \"climaxed\": \"kwubie\",\n    \"climaxes\": \"mmechi\",\n    \"climaxing\": \"na-emechi\",\n    \"climb\": \"ịrị\",\n    \"climbable\": \"rịa elu\",\n    \"climbed\": \"rịgoro\",\n    \"climber\": \"onyiinyi\",\n    \"climbers\": \"ndi ugwu\",\n    \"climbing\": \"ịrị ugwu\",\n    \"climbingfish\": \"eme azu\",\n    \"climbingfishes\": \"rịa azụ azụ\",\n    \"climbs\": \"nrịgo\",\n    \"clime\": \"ịrị\",\n    \"clymenia\": \"Clymenia\",\n    \"climes\": \"mgbe\",\n    \"climograph\": \"elu ugwu\",\n    \"clin\": \"ulo ogwu\",\n    \"clinah\": \"ọrịa\",\n    \"clinal\": \"ụlọọgwụ\",\n    \"clinally\": \"ụlọ ọgwụ\",\n    \"clinamen\": \"ụlọ ọgwụ\",\n    \"clinandrdria\": \"Ugbokodo\",\n    \"clinandria\": \"Ugbochukwu\",\n    \"clinandrium\": \"ụlọọgwụ\",\n    \"clinanthia\": \"Ọgwụ\",\n    \"clinanthium\": \"antlọ ọgwụ\",\n    \"clinch\": \"ulo ogwu\",\n    \"clinched\": \"mara\",\n    \"clincher\": \"onye nlekota\",\n    \"clinchers\": \"ndị nlekọta ụlọ\",\n    \"clinches\": \"ụlọ\",\n    \"clinching\": \"ịgwọ ọrịa\",\n    \"clinchingly\": \"ọchụ\",\n    \"clinchingness\": \"ịrịa ọrịa\",\n    \"clinchpoop\": \"ch Akp .oo\",\n    \"cline\": \"eriri\",\n    \"clines\": \"ndepụta\",\n    \"cling\": \"jidesienụ ike\",\n    \"clinged\": \"rapara n'ahụ\",\n    \"clinger\": \"rapara n'ahụ\",\n    \"clingers\": \"jidere\",\n    \"clingfish\": \"azu azu\",\n    \"clingfishes\": \"ihe nkpuru\",\n    \"clingy\": \"na-arapara n'ahụ\",\n    \"clingier\": \"na-arapara n'ahụ\",\n    \"clingiest\": \"na-eri nri\",\n    \"clinginess\": \"rapara n'ahụ\",\n    \"clinging\": \"na-arapara n'ahụ\",\n    \"clingingly\": \"na-arapara n'ahụ\",\n    \"clingingness\": \"lingrapara n'ahụ\",\n    \"clings\": \"jidere\",\n    \"clingstone\": \"nkume jidere\",\n    \"clingstones\": \"nkume cling\",\n    \"clinia\": \"ulo ogwu\",\n    \"clinic\": \"ụlọọgwụ\",\n    \"clinical\": \"adakarị\",\n    \"clinically\": \"n'ụlọ ọgwụ\",\n    \"clinician\": \"dibia\",\n    \"clinicians\": \"ndị dọkịta\",\n    \"clinicist\": \"dibia bekee\",\n    \"clinicopathologic\": \"iclọ ọgwụ clinic\",\n    \"clinicopathological\": \"ulo ogwu\",\n    \"clinics\": \"ụlọ ọgwụ\",\n    \"clinid\": \"ụlọọgwụ\",\n    \"clink\": \"pịa\",\n    \"clinkant\": \"kanlọ\",\n    \"clinked\": \"jikọtara\",\n    \"clinker\": \"njikọ\",\n    \"clinkered\": \"mara\",\n    \"clinkerer\": \"onye nlekọta\",\n    \"clinkery\": \"njikota\",\n    \"clinkering\": \"ịda njikọ\",\n    \"clinkers\": \"ndị na-elekọta ahụ\",\n    \"clinking\": \"na-ejikọ\",\n    \"clinks\": \"njikọ\",\n    \"clinkstone\": \"Okwute\",\n    \"clinocephalus\": \"Udochukwu\",\n    \"clinodiagonal\": \"nkpogbu\",\n    \"clinodomatic\": \"Ugbochukwu\",\n    \"clinodome\": \"ahụrụ\",\n    \"clinograph\": \"ntaneti\",\n    \"clinographic\": \"ihe osise\",\n    \"clinohedral\": \"inolọ\",\n    \"clinohedrite\": \"Onyema Okafor\",\n    \"clinology\": \"ihe omimi\",\n    \"clinometer\": \"ulo ogwu\",\n    \"clinometria\": \"ulo ogwu\",\n    \"clinometric\": \"ụlọọgwụ\",\n    \"clinometrical\": \"ometlọọgwụ\",\n    \"clinopyroxene\": \"kinopyroxene\",\n    \"clinopodium\": \"okpu\",\n    \"clinorhombic\": \"ekwerhomhombic\",\n    \"clinospore\": \"ụlọọgwụ\",\n    \"clinostat\": \"nkpochapu\",\n    \"clinquant\": \"ọgwụ\",\n    \"clinty\": \"ime obodo\",\n    \"clinting\": \"clinton\",\n    \"clints\": \"clint's\",\n    \"cliona\": \"nkuku\",\n    \"clione\": \"Kọnị\",\n    \"clip\": \"obere vidiyo\",\n    \"clypeaster\": \"onye na-akwado ihe\",\n    \"clypeated\": \"Ogbolu\",\n    \"clipei\": \"mkpirisi\",\n    \"clipeus\": \"mkpirisi\",\n    \"clippable\": \"mkpochapu\",\n    \"clipped\": \"gbupụrụ\",\n    \"clipper\": \"mkpagide\",\n    \"clipperman\": \"mkpocha\",\n    \"clippers\": \"mkpachị\",\n    \"clippie\": \"mkpachị\",\n    \"clipping\": \"na-egbutu\",\n    \"clippingly\": \"na-egbutu\",\n    \"clippings\": \"mkpirisi\",\n    \"clips\": \"mkpachị\",\n    \"clipsheet\": \"obere vidiyo\",\n    \"clipsheets\": \"obere vidiyo\",\n    \"clipsome\": \"nkenke\",\n    \"clipt\": \"mkpachị\",\n    \"clique\": \"mkpọchi\",\n    \"cliqued\": \"gbue\",\n    \"cliquedom\": \"mkpokọta\",\n    \"cliquey\": \"clipquey\",\n    \"cliqueier\": \"ihe nlere\",\n    \"cliqueiest\": \"Nke kacha nta\",\n    \"cliqueyness\": \"mkpọchi\",\n    \"cliqueless\": \"enweghị nkenke\",\n    \"cliques\": \"mkpirisi\",\n    \"cliquy\": \"nchịkọta\",\n    \"cliquier\": \"clipquier\",\n    \"cliquiest\": \"nke kacha nta\",\n    \"cliquing\": \"mkpocha\",\n    \"cliquish\": \"nkechi\",\n    \"cliquishly\": \"n'ụzọ zuru ezu\",\n    \"cliquishness\": \"mkpokọta\",\n    \"cliquism\": \"mkpirisi\",\n    \"cliseometer\": \"cliseometa\",\n    \"clisere\": \"kpọọ\",\n    \"clisiocampa\": \"klisiocampa\",\n    \"clysis\": \"ihe mgbochi\",\n    \"clysmian\": \"Clysmian\",\n    \"clistothecia\": \"nkesa\",\n    \"clistothecium\": \"mmmmmmmmmmmm\",\n    \"clitch\": \"onu\",\n    \"clitella\": \"clitella onyekwere\",\n    \"clitellar\": \"okwute\",\n    \"clitelliferous\": \"onyedikachi\",\n    \"clites\": \"kpochapu\",\n    \"clithral\": \"okpu\",\n    \"clithridiate\": \"ichoro\",\n    \"clition\": \"njide\",\n    \"clitoral\": \"okpuru\",\n    \"clitoria\": \"kporo\",\n    \"clitoric\": \"okpu\",\n    \"clitoridean\": \"onye nnochi\",\n    \"clitoridectomy\": \"ihe nkpochi\",\n    \"clitoridectomies\": \"ogbekpukpo\",\n    \"clitoridotomy\": \"ihe nkpochi\",\n    \"clitoris\": \"kporo\",\n    \"clitorises\": \"okpu\",\n    \"clitorism\": \"ihe nkiti\",\n    \"clitoritis\": \"akụrụ\",\n    \"clitter\": \"ihe okike\",\n    \"clitterclatter\": \"ogbegbe\",\n    \"cliv\": \"mkpachị\",\n    \"clival\": \"mkpirisi\",\n    \"clive\": \"juu\",\n    \"cliver\": \"mkpokoro\",\n    \"clivers\": \"ugwu\",\n    \"clivia\": \"mkpachị\",\n    \"clivias\": \"mkpachị\",\n    \"clivis\": \"mkpachị\",\n    \"clivises\": \"mkpachị\",\n    \"clivus\": \"mkpachị\",\n    \"clk\": \"kl\",\n    \"clo\": \"kloji\",\n    \"cloacaline\": \"klokalịn\",\n    \"cloacas\": \"ihe mkpuchi\",\n    \"cloacinal\": \"kloikal\",\n    \"cloacinean\": \"Onyekachi\",\n    \"cloak\": \"uwe mgbokwasị\",\n    \"cloakage\": \"akwa mkpuchi\",\n    \"cloaked\": \"kechie\",\n    \"cloakedly\": \"agbachi\",\n    \"cloaking\": \"uwe\",\n    \"cloakless\": \"enweghị uwe\",\n    \"cloaklet\": \"uwe mgbochi\",\n    \"cloakmaker\": \"akwa uwe\",\n    \"cloakmaking\": \"uwe mkpuchi\",\n    \"cloakroom\": \"ulo\",\n    \"cloakrooms\": \"uwe mgbokwasị\",\n    \"cloaks\": \"uwe mgbokwasị\",\n    \"cloakwise\": \"acha uwe\",\n    \"cloam\": \"uwe mgbokwasị\",\n    \"cloamen\": \"uwe ojii\",\n    \"cloamer\": \"kloam\",\n    \"clobber\": \"klobulu\",\n    \"clobbered\": \"Obosara\",\n    \"clobberer\": \"agbako\",\n    \"clobbering\": \"Ogbe\",\n    \"clobbers\": \"ogbe\",\n    \"clochan\": \"ogu\",\n    \"clochard\": \"Ogba\",\n    \"clochards\": \"agbachi\",\n    \"clocher\": \"klocha\",\n    \"clochette\": \"ogbe\",\n    \"clock\": \"elekere\",\n    \"clockbird\": \"elekere\",\n    \"clockcase\": \"elekere\",\n    \"clocked\": \"Ochie\",\n    \"clocker\": \"ogbe\",\n    \"clockhouse\": \"klọb kita\",\n    \"clocking\": \"Ochie\",\n    \"clockings\": \"elekere\",\n    \"clockkeeper\": \"elekere\",\n    \"clockless\": \"elekere\",\n    \"clocklike\": \"yiri\",\n    \"clockmaker\": \"klọm\",\n    \"clockmaking\": \"na-emechi elekere\",\n    \"clockmutch\": \"Elekere\",\n    \"clockroom\": \"klọọkụ\",\n    \"clocks\": \"elekere\",\n    \"clocksmith\": \"Okereke\",\n    \"clockwatcher\": \"elekere\",\n    \"clockwise\": \"klookwaisi\",\n    \"clockwork\": \"klọọkụ\",\n    \"clockworked\": \"kụrụ elekere\",\n    \"clockworks\": \"elekere\",\n    \"clodded\": \"kpochie\",\n    \"cloddier\": \"kddier\",\n    \"cloddiest\": \"Onyebuchi\",\n    \"cloddily\": \"Onyebuchi\",\n    \"cloddiness\": \"nkwanye ugwu\",\n    \"clodding\": \"nkpuchi\",\n    \"cloddishly\": \"agbamgbam\",\n    \"cloddishness\": \"mkpọchi\",\n    \"clodhead\": \"agbako\",\n    \"clodhopper\": \"agbachi\",\n    \"clodhopperish\": \"agbachi\",\n    \"clodhopping\": \"nkpuchi\",\n    \"clodknocker\": \"Ogbokudo\",\n    \"clodlet\": \"Okpu\",\n    \"clodpated\": \"Okpondi\",\n    \"clodpoll\": \"Obochi\",\n    \"clodpolls\": \"Ogbe\",\n    \"clof\": \"klọb\",\n    \"cloff\": \"kpuchie\",\n    \"clofibrate\": \"nkpuchi\",\n    \"clog\": \"mechie\",\n    \"clogdogdo\": \"Ogbodo\",\n    \"clogged\": \"oturu\",\n    \"clogger\": \"na-ekpuchi\",\n    \"cloggy\": \"ude\",\n    \"cloggier\": \"ihe na-emechi\",\n    \"cloggiest\": \"ihe na-eme eme\",\n    \"clogginess\": \"ochicho\",\n    \"clogging\": \"na-asụchi\",\n    \"cloghad\": \"mkpọchi\",\n    \"cloghaun\": \"mkpọchi\",\n    \"cloghead\": \"mkpọchi\",\n    \"cloglike\": \"yiri\",\n    \"clogmaker\": \"ogu\",\n    \"clogmaking\": \"na-emechi\",\n    \"clogs\": \"mkpọchi\",\n    \"clogwheel\": \"kpuchie\",\n    \"clogwyn\": \"Ogbogbe\",\n    \"clogwood\": \"klogi\",\n    \"cloyed\": \"ocha\",\n    \"cloyedness\": \"ocha\",\n    \"cloyingly\": \"n'obosara\",\n    \"cloyingness\": \"mkpọchi\",\n    \"cloyless\": \"Enweghị ihe\",\n    \"cloyment\": \"oge\",\n    \"cloiochoanitic\": \"chiiochoanitic\",\n    \"cloys\": \"uwe ojii\",\n    \"cloisonn\": \"Udochi\",\n    \"cloisonne\": \"Obochi\",\n    \"cloisteral\": \"Obosara\",\n    \"cloistered\": \"kpochie\",\n    \"cloisterer\": \"Omee\",\n    \"cloistering\": \"mkpokọta\",\n    \"cloisterless\": \"enweghị cloister\",\n    \"cloisterly\": \"okwa\",\n    \"cloisterliness\": \"ịdị ọcha\",\n    \"cloisters\": \"mkpokọta\",\n    \"cloisterwise\": \"ogologo\",\n    \"cloistress\": \"nwa nwanyi\",\n    \"cloit\": \"mkpụkọ\",\n    \"cloke\": \"akwa\",\n    \"cloky\": \"uwe\",\n    \"clokies\": \"uwe mkpuchi\",\n    \"clomb\": \"kporo\",\n    \"clomben\": \"Ogboo\",\n    \"clomp\": \"mkpochi\",\n    \"clomped\": \"mechie\",\n    \"clomping\": \"mkpochi\",\n    \"clomps\": \"mkpọchi\",\n    \"clonally\": \"klọn\",\n    \"clone\": \"mmepụta oyiri\",\n    \"cloner\": \"oji\",\n    \"clong\": \"mkpụkọ\",\n    \"clonic\": \"klọọkụ\",\n    \"clonicity\": \"ịdị ọkụ\",\n    \"clonicotonic\": \"klọọkụlọ\",\n    \"clonism\": \"Okpukpo\",\n    \"clonisms\": \"ogu\",\n    \"clonked\": \"echekwa\",\n    \"clonking\": \"na-emechi\",\n    \"clonks\": \"okpu\",\n    \"clonorchiasis\": \"ihe mgbochi\",\n    \"clonorchis\": \"Uchechi\",\n    \"clonos\": \"Ozo\",\n    \"clonothrix\": \"Onyebuchi\",\n    \"clonus\": \"okike\",\n    \"clonuses\": \"klọọkụ\",\n    \"cloof\": \"kootu\",\n    \"cloop\": \"klọop\",\n    \"cloot\": \"mkpụkọ\",\n    \"cloots\": \"klọtọ\",\n    \"clop\": \"obere vidiyo\",\n    \"clopped\": \"mechie\",\n    \"clopping\": \"mechie\",\n    \"clops\": \"mkpochi\",\n    \"cloque\": \"klọọkụ\",\n    \"cloques\": \"klọọkụ\",\n    \"clorargyrite\": \"chlorargyrite\",\n    \"clorinator\": \"chlorinator\",\n    \"cloriodid\": \"Okereke\",\n    \"clos\": \"imechi\",\n    \"closable\": \"imechi\",\n    \"close\": \"mechie\",\n    \"closeable\": \"emechi\",\n    \"closecross\": \"nso\",\n    \"closed\": \"emechi\",\n    \"closedown\": \"imechi emechi\",\n    \"closefisted\": \"Emechie\",\n    \"closefistedly\": \"na-emechi\",\n    \"closefistedness\": \"mmechi\",\n    \"closefitting\": \"na-emechi\",\n    \"closehanded\": \"emechi\",\n    \"closehauled\": \"imechi\",\n    \"closehearted\": \"obi\",\n    \"closely\": \"nso\",\n    \"closelipped\": \"emechi\",\n    \"closemouth\": \"imechi\",\n    \"closemouthed\": \"mechie\",\n    \"closen\": \"mechie\",\n    \"closeness\": \"nso\",\n    \"closenesses\": \"mmechi\",\n    \"closeout\": \"mmechi\",\n    \"closeouts\": \"imechi emechi\",\n    \"closer\": \"nso\",\n    \"closers\": \"imechi\",\n    \"closes\": \"na-emechi\",\n    \"closest\": \"nke kacha nso\",\n    \"closestool\": \"imechi\",\n    \"closet\": \"kaboodu\",\n    \"closeted\": \"kaboodu\",\n    \"closetful\": \"kaboodu\",\n    \"closeting\": \"kaboodu\",\n    \"closets\": \"kọlọtọ\",\n    \"closeup\": \"agara nso\",\n    \"closeups\": \"mmechi\",\n    \"closewing\": \"na-emechi\",\n    \"closing\": \"mmechi\",\n    \"closings\": \"imechi\",\n    \"closish\": \"mechie\",\n    \"closkey\": \"imechi\",\n    \"closky\": \"imechi\",\n    \"closter\": \"klọji\",\n    \"closterium\": \"klọsịium\",\n    \"clostridia\": \"Udochi\",\n    \"clostridial\": \"Udochi\",\n    \"clostridian\": \"Onyebuchi\",\n    \"clostridium\": \"klochieidium\",\n    \"closure\": \"mmechi\",\n    \"closured\": \"mmechi\",\n    \"closures\": \"mmechi\",\n    \"closuring\": \"mmechi\",\n    \"clot\": \"uwe\",\n    \"clote\": \"mkpoko\",\n    \"cloth\": \"akwa\",\n    \"clothbound\": \"ákwà\",\n    \"clothe\": \"uwe\",\n    \"clothed\": \"uwe\",\n    \"clothes\": \"uwe\",\n    \"clothesbag\": \"Akpa uwe\",\n    \"clothesbasket\": \"Akpata uwe\",\n    \"clothesbrush\": \"akwa akwa\",\n    \"clotheshorse\": \"Uwe ejiji\",\n    \"clotheshorses\": \"akwa uwe\",\n    \"clothesyard\": \"akwa akwa\",\n    \"clothesless\": \"enweghi uwe\",\n    \"clothesline\": \"akwa akwa\",\n    \"clotheslines\": \"akwa akwa\",\n    \"clothesman\": \"Onye na-eyi uwe\",\n    \"clothesmen\": \"ndị na-eyi uwe\",\n    \"clothesmonger\": \"uwe akwa\",\n    \"clothespin\": \"uwe akwa\",\n    \"clothespins\": \"akwa akwa\",\n    \"clothespress\": \"akwa akwa\",\n    \"clothespresses\": \"akwa akwa\",\n    \"clothier\": \"uwe\",\n    \"clothiers\": \"ndị na-akpa ákwà\",\n    \"clothify\": \"Uwe akwa\",\n    \"clothilda\": \"udo\",\n    \"clothing\": \"uwe\",\n    \"clothings\": \"ákwà\",\n    \"clothlike\": \"akwa dị ka\",\n    \"clothmaker\": \"eji akwa ákwà\",\n    \"clothmaking\": \"akwa ákwà\",\n    \"cloths\": \"akwa\",\n    \"clothworker\": \"onye na-akpa ákwà\",\n    \"clots\": \"mkpụkọ\",\n    \"clottage\": \"mkpochi\",\n    \"clotted\": \"gbara ọkpụrụkpụ\",\n    \"clottedness\": \"clotted ness\",\n    \"clotter\": \"mkpụkọ\",\n    \"clotty\": \"gbara ọkpụrụkpụ\",\n    \"clotting\": \"gbaa\",\n    \"cloture\": \"akwa\",\n    \"clotured\": \"akwa\",\n    \"clotures\": \"akwa\",\n    \"cloturing\": \"ịgbanye\",\n    \"clotweed\": \"uwe\",\n    \"cloud\": \"igwe ojii\",\n    \"cloudage\": \"ígwé ojii\",\n    \"cloudberry\": \"ojii\",\n    \"cloudberries\": \"ígwé ojii\",\n    \"cloudburst\": \"igwe ojii\",\n    \"cloudbursts\": \"ojii ojii\",\n    \"clouded\": \"igwe ojii\",\n    \"cloudful\": \"urukpuru\",\n    \"cloudy\": \"urukpuru\",\n    \"cloudily\": \"igwe ojii\",\n    \"cloudiness\": \"urukpuru\",\n    \"clouding\": \"igwe ojii\",\n    \"cloudland\": \"Cloudland\",\n    \"cloudless\": \"igwe ojii\",\n    \"cloudlessly\": \"enweghị ihu igwe\",\n    \"cloudlessness\": \"enweghị igwe ojii\",\n    \"cloudlet\": \"igwe ojii\",\n    \"cloudlets\": \"igwe ojii\",\n    \"cloudlike\": \"igwe ojii\",\n    \"cloudling\": \"igwe ojii\",\n    \"clouds\": \"igwe ojii\",\n    \"cloudscape\": \"igwe ojii\",\n    \"cloudship\": \"ígwé ojii\",\n    \"cloudward\": \"igwe ojii\",\n    \"cloudwards\": \"igwe ojii\",\n    \"clough\": \"ogbe\",\n    \"cloughs\": \"okpukpu\",\n    \"cloured\": \"acha\",\n    \"clouring\": \"agba\",\n    \"clours\": \"na agba\",\n    \"clouted\": \"kpochie\",\n    \"clouty\": \"agbachi\",\n    \"clouting\": \"na-emechi\",\n    \"clove\": \"kloovu\",\n    \"cloven\": \"agbacha\",\n    \"clovene\": \"kloovu\",\n    \"clover\": \"klova\",\n    \"clovered\": \"Ochie\",\n    \"clovery\": \"cloverley\",\n    \"cloverlay\": \"cloverley\",\n    \"cloverleaf\": \"kloji\",\n    \"cloverleafs\": \"Ogbe\",\n    \"cloverleaves\": \"klova epupụta\",\n    \"cloveroot\": \"klọọt\",\n    \"cloverroot\": \"klootroot\",\n    \"cloves\": \"mkpụmkpụ\",\n    \"clovewort\": \"klọbort\",\n    \"clow\": \"ihe ọchị\",\n    \"clowder\": \"onye na-ekpo achị\",\n    \"clowders\": \"ndị na-ekpo achị\",\n    \"clown\": \"ochi\",\n    \"clownade\": \"ihe ochi\",\n    \"clownage\": \"ọchị\",\n    \"clowned\": \"chiri\",\n    \"clownery\": \"eji okwa\",\n    \"clowneries\": \"eji okwa\",\n    \"clownheal\": \"ihechi\",\n    \"clowning\": \"na-arụ ọrụ\",\n    \"clownish\": \"ihe icho\",\n    \"clownishness\": \"ihe ichoro\",\n    \"clowns\": \"ihe ọchị\",\n    \"clownship\": \"ọchị\",\n    \"clowring\": \"na-arụ ọrụ\",\n    \"cloxacillin\": \"okereke\",\n    \"cloze\": \"kloji\",\n    \"clr\": \"Nkechi\",\n    \"club\": \"klọb\",\n    \"clubability\": \"klọb\",\n    \"clubable\": \"klọb\",\n    \"clubbability\": \"ihe ndozi\",\n    \"clubbable\": \"klọb\",\n    \"clubbed\": \"klọb\",\n    \"clubber\": \"klọb\",\n    \"clubbers\": \"klọb\",\n    \"clubby\": \"klọb\",\n    \"clubbier\": \"klọb\",\n    \"clubbiest\": \"klọb\",\n    \"clubbily\": \"okpokoro\",\n    \"clubbiness\": \"klọb\",\n    \"clubbing\": \"binggba osisi\",\n    \"clubbish\": \"klọb\",\n    \"clubbishness\": \"klọb\",\n    \"clubbism\": \"klọb\",\n    \"clubbist\": \"klọb\",\n    \"clubdom\": \"klọb\",\n    \"clubfeet\": \"klọb\",\n    \"clubfellow\": \"klọb\",\n    \"clubfist\": \"klọb\",\n    \"clubfisted\": \"klọb\",\n    \"clubfoot\": \"ụkwụ ncheihu n'elu\",\n    \"clubfooted\": \"ụkwụ ụkwụ ụkwụ\",\n    \"clubhand\": \"klọb\",\n    \"clubhands\": \"umu aka\",\n    \"clubhaul\": \"klọb\",\n    \"clubhauled\": \"Klọb\",\n    \"clubhauling\": \"klọb ịgba osisi\",\n    \"clubhauls\": \"klọb\",\n    \"clubhouse\": \"klọb\",\n    \"clubhouses\": \"clublọ klọb\",\n    \"clubionid\": \"osisi\",\n    \"clubionidae\": \"klọb ịgba bọọlụ\",\n    \"clubland\": \"klọbland\",\n    \"clubman\": \"klọb\",\n    \"clubmate\": \"onye otu klọb\",\n    \"clubmen\": \"klọb\",\n    \"clubmobile\": \"klọb\",\n    \"clubmonger\": \"klọb\",\n    \"clubridden\": \"osisi\",\n    \"clubroom\": \"ime ụlọ ọgbakọ\",\n    \"clubrooms\": \"ụlọ klọb\",\n    \"clubroot\": \"klọb\",\n    \"clubroots\": \"okpuru\",\n    \"clubs\": \"klọb\",\n    \"clubstart\": \"klọb\",\n    \"clubster\": \"klọb\",\n    \"clubweed\": \"klọb\",\n    \"clubwoman\": \"Nwanyị nwanyị\",\n    \"clubwomen\": \"umunwanyi\",\n    \"clubwood\": \"osisi osisi\",\n    \"clucked\": \"kpaliri\",\n    \"clucking\": \"na-akụ\",\n    \"cludder\": \"nchịkọta\",\n    \"clue\": \"ihe ngosi\",\n    \"clueing\": \"ima ima ama\",\n    \"clueless\": \"enweghị isi\",\n    \"cluing\": \"na-eri\",\n    \"clum\": \"okpokoro\",\n    \"clumber\": \"ichikota\",\n    \"clumbers\": \"ichikota\",\n    \"clump\": \"ikpa\",\n    \"clumped\": \"clump\",\n    \"clumper\": \"ichikota\",\n    \"clumpy\": \"ntughari\",\n    \"clumpier\": \"ichikota\",\n    \"clumping\": \"ichi\",\n    \"clumpish\": \"ichikota\",\n    \"clumpishness\": \"nchikota\",\n    \"clumproot\": \"cumproot\",\n    \"clumps\": \"okpu\",\n    \"clumpst\": \"cumpst\",\n    \"clumse\": \"ichikota\",\n    \"clumsy\": \"ntugheriukwu\",\n    \"clumsier\": \"ichikota\",\n    \"clumsily\": \"jiri nwayọọ\",\n    \"clumsiness\": \"ntachi obi\",\n    \"clunch\": \"jigide\",\n    \"clung\": \"araparawo\",\n    \"cluniacensian\": \"nkechi\",\n    \"clunk\": \"kpuchie\",\n    \"clunked\": \"jigoro\",\n    \"clunkers\": \"okpu\",\n    \"clunking\": \"ịunụ\",\n    \"clunks\": \"okpu\",\n    \"clunter\": \"ichikota\",\n    \"cluricaune\": \"Nwachukwu\",\n    \"clusia\": \"ogbe\",\n    \"cluster\": \"ụyọkọ\",\n    \"clusterberry\": \"ụyọkọ\",\n    \"clustered\": \"jikọtara\",\n    \"clusterfist\": \"ụyọkọ\",\n    \"clustery\": \"ụyọkọ\",\n    \"clustering\": \"nchịkọta\",\n    \"clusteringly\": \"nchịkọta\",\n    \"clusterings\": \"ụyọkọ\",\n    \"clusters\": \"ụyọkọ\",\n    \"clutch\": \"ipigide\",\n    \"clutched\": \"jidere\",\n    \"clutcher\": \"njigide\",\n    \"clutches\": \"jidere\",\n    \"clutchy\": \"njigide\",\n    \"clutching\": \"jidere\",\n    \"clutchingly\": \"jidere\",\n    \"clutchman\": \"Onwuchekwa\",\n    \"cluther\": \"jigide\",\n    \"clutter\": \"Ngwongwo\",\n    \"cluttered\": \"gharịị\",\n    \"clutterer\": \"gharịị\",\n    \"cluttery\": \"gharịị\",\n    \"cluttering\": \"izuzu\",\n    \"clutterment\": \"izuzu\",\n    \"clutters\": \"Ojuju\",\n    \"cml\": \"cm\",\n    \"cnemic\": \"ọgbaghara\",\n    \"cnemides\": \"anwuru-anwu\",\n    \"cnemis\": \"anakpo\",\n    \"cneoraceae\": \"kneoraceae\",\n    \"cneoraceous\": \"kechie\",\n    \"cneorum\": \"ichapu\",\n    \"cnicus\": \"nri\",\n    \"cnidarian\": \"Onyinye\",\n    \"cnidian\": \"Onyinye\",\n    \"cnidogenous\": \"mmachi\",\n    \"cnidophorous\": \"ihendị\",\n    \"cnidoscolus\": \"nwachukwu\",\n    \"cnidosis\": \"ebighi ebi\",\n    \"coacervate\": \"imeziwanye\",\n    \"coacervated\": \"kawanye njọ\",\n    \"coacervating\": \"na-eme ka ihe dị njọ\",\n    \"coacervation\": \"mgbawa\",\n    \"coach\": \"nchịkwa\",\n    \"coachbuilder\": \"nchịkwa\",\n    \"coachbuilding\": \"onye na-enye ọzụzụ\",\n    \"coached\": \"nchịkwa\",\n    \"coacher\": \"onye nchịkwa\",\n    \"coachers\": \"ndị nkụzi\",\n    \"coaches\": \"nchịkwa\",\n    \"coachfellow\": \"onyenachị\",\n    \"coachful\": \"na-enye ọzụzụ\",\n    \"coachy\": \"Nchịkwa\",\n    \"coaching\": \"na-enye ọzụzụ\",\n    \"coachlet\": \"nchịkwa\",\n    \"coachmaker\": \"onye nchịkwa\",\n    \"coachmaking\": \"nchịkwa\",\n    \"coachman\": \"onye nchịkwa\",\n    \"coachmanship\": \"nchịkwa\",\n    \"coachmaster\": \"onye nchịkwa\",\n    \"coachmen\": \"onye nchịkwa\",\n    \"coachs\": \"nchịkwa\",\n    \"coachsmith\": \"nchịkwa smith\",\n    \"coachsmithing\": \"ọụ\",\n    \"coachway\": \"uzo\",\n    \"coachwhip\": \"nchịkwa\",\n    \"coachwise\": \"nchịkwa\",\n    \"coachwoman\": \"Nwanyị nwanyị\",\n    \"coachwood\": \"koonu\",\n    \"coachwork\": \"ọrụ nchịkwa\",\n    \"coachwright\": \"Onyebuchi\",\n    \"coacted\": \"kpaliri\",\n    \"coacting\": \"izu ike\",\n    \"coaction\": \"mmeghari\",\n    \"coactions\": \"coformance\",\n    \"coactive\": \"arụ ọrụ\",\n    \"coactively\": \"ifịk ifịk\",\n    \"coactivity\": \"mmekọrịta\",\n    \"coactor\": \"kofa\",\n    \"coacts\": \"kọfị\",\n    \"coadapt\": \"kodapt\",\n    \"coadaptation\": \"inyocha\",\n    \"coadequate\": \"ihe zuru ezu\",\n    \"coadjacence\": \"nsị\",\n    \"coadjudicator\": \"onye na-ama ikpe\",\n    \"coadjust\": \"igbanwe\",\n    \"coadjustment\": \"mmezi\",\n    \"coadjutant\": \"adbụ\",\n    \"coadjute\": \"igbankwu\",\n    \"coadjutement\": \"nkwanye\",\n    \"coadjutive\": \"Onyekwado\",\n    \"coadjutors\": \"coadjutor\",\n    \"coadjutorship\": \"isonye na nduzi\",\n    \"coadjutress\": \"ndubueze\",\n    \"coadjutrice\": \"igbankwu\",\n    \"coadjuvancy\": \"nkwonkwo\",\n    \"coadjuvant\": \"Inye Nwa\",\n    \"coadjuvate\": \"imebi\",\n    \"coadministration\": \"nchịkwa\",\n    \"coadmiration\": \"ngwugwu\",\n    \"coadmired\": \"koda\",\n    \"coadmiring\": \"ịdị na-achọgharị ihe\",\n    \"coadmit\": \"nwachukwu\",\n    \"coadmits\": \"na-ekwenye\",\n    \"coadmitted\": \"ejirila\",\n    \"coadmitting\": \"adzụta ihe\",\n    \"coadsorbent\": \"mkpuchi\",\n    \"coadunated\": \"agbadoro\",\n    \"coadunating\": \"ihe ịchọ mma\",\n    \"coadunation\": \"ịchọ mma\",\n    \"coadunatively\": \"n'okwu\",\n    \"coadventure\": \"igbankwu\",\n    \"coadventured\": \"Onyema\",\n    \"coadventurer\": \"ọkaibe\",\n    \"coadventuress\": \"ụlọ ahịa\",\n    \"coadventuring\": \"igbanwe\",\n    \"coadvice\": \"ndụmọdụ\",\n    \"coaffirmation\": \"nkwenye\",\n    \"coafforest\": \"igbo\",\n    \"coaged\": \"koged\",\n    \"coagency\": \"eriri afọ\",\n    \"coagencies\": \"ogwe osisi\",\n    \"coaggregate\": \"nchịkọta\",\n    \"coaggregated\": \"agwakọta\",\n    \"coaggregation\": \"mkpokọta\",\n    \"coagitate\": \"inwa\",\n    \"coagmentation\": \"mkpuchi\",\n    \"coagriculturist\": \"co agriculturist\",\n    \"coagula\": \"coagulase\",\n    \"coagulability\": \"ogwugwu\",\n    \"coagulants\": \"ndiigbo\",\n    \"coagulate\": \"coagulase\",\n    \"coagulates\": \"nsịkọ\",\n    \"coagulating\": \"coagging\",\n    \"coagulation\": \"nsị\",\n    \"coagulations\": \"nsịkọ\",\n    \"coagulative\": \"nsị\",\n    \"coagulator\": \"ihe mkpuchi\",\n    \"coagulatory\": \"eriri afọ\",\n    \"coagulators\": \"ndi coagulators\",\n    \"coagulum\": \"eriri afọ\",\n    \"coaid\": \"inyinya\",\n    \"coak\": \"koak\",\n    \"coal\": \"unyi\",\n    \"coala\": \"koala\",\n    \"coalas\": \"kola\",\n    \"coalbag\": \"Akpa kol\",\n    \"coalbagger\": \"kolbagger\",\n    \"coalbin\": \"kolbin\",\n    \"coalbins\": \"kolbins\",\n    \"coalbox\": \"kolley\",\n    \"coalboxes\": \"igbe kol\",\n    \"coaldealer\": \"oku\",\n    \"coaled\": \"echekwara\",\n    \"coaler\": \"kolaị\",\n    \"coalers\": \"Ndị na-agba ịnyịnya\",\n    \"coalesce\": \"ikpa\",\n    \"coalesced\": \"kekọrịta\",\n    \"coalescence\": \"ikpa\",\n    \"coalescency\": \"nnukota\",\n    \"coalescent\": \"inyinya\",\n    \"coalesces\": \"ahịhịa\",\n    \"coalescing\": \"inye aka\",\n    \"coalface\": \"koluru\",\n    \"coalfield\": \"kolfield\",\n    \"coalfish\": \"kol\",\n    \"coalfishes\": \"kolf\",\n    \"coalfitter\": \"icheku ọkụ\",\n    \"coalheugh\": \"kolheugh\",\n    \"coalhole\": \"oku\",\n    \"coalholes\": \"kolholes\",\n    \"coaly\": \"koaly\",\n    \"coalyard\": \"Ogige kol\",\n    \"coalyards\": \"ogige ugbo\",\n    \"coalier\": \"kolin\",\n    \"coaliest\": \"icheku ọkụ\",\n    \"coalify\": \"ichikota\",\n    \"coalification\": \"Kolification\",\n    \"coalified\": \"ichikota\",\n    \"coalifies\": \"na-ejikọ\",\n    \"coalifying\": \"na-ejikọ ọnụ\",\n    \"coaling\": \"mkpuchi\",\n    \"coalition\": \"mmekota\",\n    \"coalitional\": \"Kol\",\n    \"coalitioner\": \"onye mmekota\",\n    \"coalitionist\": \"onye mmekota\",\n    \"coalitions\": \"njikọ\",\n    \"coalize\": \"ịmata\",\n    \"coalized\": \"ntecha\",\n    \"coalizer\": \"icheku oku\",\n    \"coalizing\": \"ihe omuma\",\n    \"coalless\": \"enweghị kol\",\n    \"coalmonger\": \"Okpukpo uzu\",\n    \"coalmouse\": \"kolmouse\",\n    \"coalpit\": \"olulu\",\n    \"coalpits\": \"olulu\",\n    \"coalrake\": \"kolrake\",\n    \"coals\": \"icheku\",\n    \"coalsack\": \"icheku ọkụ\",\n    \"coalsacks\": \"icheku ọkụ\",\n    \"coalshed\": \"icheku\",\n    \"coalsheds\": \"icheku iche iche\",\n    \"coalternate\": \"oku\",\n    \"coalternation\": \"icheku oku\",\n    \"coalternative\": \"icheku\",\n    \"coaltitude\": \"eriri afọ\",\n    \"coamiable\": \"Enwere ike inwusi\",\n    \"coaming\": \"coam\",\n    \"coamings\": \"okpu\",\n    \"coan\": \"koan\",\n    \"coanimate\": \"koanimate\",\n    \"coapparition\": \"ntinye aka\",\n    \"coappear\": \"pụta ìhè\",\n    \"coappearance\": \"ọdịdị\",\n    \"coappeared\": \"pụtara ọzọ\",\n    \"coappearing\": \"na-egosi\",\n    \"coappears\": \"pụtara ọzọ\",\n    \"coappellee\": \"Ikwesiri\",\n    \"coapprentice\": \"ọrụ\",\n    \"coapprover\": \"ihe mkpuchi\",\n    \"coapt\": \"kopa\",\n    \"coaptate\": \"kopai\",\n    \"coaptation\": \"kopai mmiri\",\n    \"coapted\": \"kpokọtara\",\n    \"coapting\": \"ịnara ihe\",\n    \"coapts\": \"Koap\",\n    \"coaration\": \"koara\",\n    \"coarct\": \"koar\",\n    \"coarcting\": \"coaring\",\n    \"coardent\": \"nwee obi ike\",\n    \"coarse\": \"keadighi rarii\",\n    \"coarsening\": \"na-agba agba\",\n    \"coarser\": \"keadighi nma\",\n    \"coarsest\": \"keadighi ike\",\n    \"coarsish\": \"kekporo\",\n    \"coarticulate\": \"dekọtara ọnụ\",\n    \"coascend\": \"koasisi\",\n    \"coassert\": \"koaseti\",\n    \"coasserter\": \"kootu\",\n    \"coassession\": \"koasses\",\n    \"coassessor\": \"ihe mmuta\",\n    \"coassignee\": \"koassignee\",\n    \"coassist\": \"kozi\",\n    \"coassistance\": \"nkwado\",\n    \"coassistant\": \"kosistant\",\n    \"coassisted\": \"nyere aka\",\n    \"coassisting\": \"kosiste\",\n    \"coassists\": \"ndị coass\",\n    \"coassume\": \"koosume\",\n    \"coassumed\": \"koasi\",\n    \"coassumes\": \"kootu\",\n    \"coassuming\": \"ọnụọgụ\",\n    \"coast\": \"ụsọ oké osimiri\",\n    \"coastal\": \"ala gbara osimiri okirikiri\",\n    \"coastally\": \"n'ụsọ oké osimiri\",\n    \"coasted\": \"koas\",\n    \"coaster\": \"kootu\",\n    \"coasters\": \"jikọtara ọnụ\",\n    \"coastguard\": \"ndị nche mmiri\",\n    \"coastguardman\": \"onye nche oke osimiri\",\n    \"coastguardsman\": \"onye nche oke osimiri\",\n    \"coastguardsmen\": \"ndị na-eche nche n’akụkụ mmiri\",\n    \"coasting\": \"n'ụsọ osimiri\",\n    \"coastings\": \"gbara gburugburu\",\n    \"coastland\": \"ala gbara osimiri okirikiri\",\n    \"coastline\": \"ụsọ oké osimiri\",\n    \"coastlines\": \"n'ụsọ mmiri\",\n    \"coastman\": \"onye ụsọ mmiri\",\n    \"coastmen\": \"ndị ụsọ mmiri\",\n    \"coasts\": \"ụsọ oké osimiri\",\n    \"coastside\": \"n'ụsọ osimiri\",\n    \"coastways\": \"ụsọ oké osimiri\",\n    \"coastwaiter\": \"n'ụsọ oké osimiri\",\n    \"coastward\": \"n'ụsọ oké osimiri\",\n    \"coastwards\": \"n'ụsọ osimiri\",\n    \"coastwise\": \"n'ụsọ oké osimiri\",\n    \"coat\": \"kootu\",\n    \"coatdress\": \"Uwe akwa uwe\",\n    \"coated\": \"ntekwasa\",\n    \"coatee\": \"kootu\",\n    \"coatees\": \"uwe mkpuchi\",\n    \"coater\": \"kootu\",\n    \"coaters\": \"kootu\",\n    \"coathangers\": \"kootu\",\n    \"coati\": \"koati\",\n    \"coatie\": \"koati\",\n    \"coatimondie\": \"kootuimundi\",\n    \"coatimundi\": \"kootuimundi\",\n    \"coating\": \"mkpuchi\",\n    \"coatings\": \"ihe mkpuchi\",\n    \"coation\": \"mkpuchi\",\n    \"coatis\": \"kootu\",\n    \"coatless\": \"kootu\",\n    \"coatrack\": \"kootu\",\n    \"coatracks\": \"kootu\",\n    \"coatroom\": \"kootu\",\n    \"coatrooms\": \"kootu\",\n    \"coats\": \"Uwe mkpuchi\",\n    \"coattail\": \"coattails\",\n    \"coattailed\": \"coattails\",\n    \"coattended\": \"anya\",\n    \"coattending\": \"na-echekwa\",\n    \"coattends\": \"na-elekọta\",\n    \"coattestation\": \"mkpuchi\",\n    \"coattesting\": \"ịnyịnya\",\n    \"coattests\": \"kootu\",\n    \"coaudience\": \"inyinya\",\n    \"coauditor\": \"onye na-arụkọ ọrụ\",\n    \"coaugment\": \"inyinya\",\n    \"coauthered\": \"nwere ikike\",\n    \"coauthor\": \"onye nchịkwa\",\n    \"coauthoring\": \"inye ikike\",\n    \"coauthority\": \"ikike\",\n    \"coauthorship\": \"ikike\",\n    \"coawareness\": \"mmata\",\n    \"coaxal\": \"coaxial\",\n    \"coaxing\": \"inye aka\",\n    \"cobalt\": \"kolbalt\",\n    \"cobaltammine\": \"kolbaltammine\",\n    \"cobaltic\": \"kọbọl\",\n    \"cobaltiferous\": \"ọla kọpa\",\n    \"cobaltine\": \"kolbaline\",\n    \"cobaltite\": \"kobalịkọt\",\n    \"cobaltous\": \"kobaltous\",\n    \"cobalts\": \"kobal\",\n    \"cobbers\": \"kobo\",\n    \"cobby\": \"tebido\",\n    \"cobbier\": \"onye nkuzi\",\n    \"cobbiest\": \"ihe omume\",\n    \"cobblerfish\": \"azu azu\",\n    \"cobblery\": \"okwute\",\n    \"cobblerism\": \"okwute\",\n    \"cobblerless\": \"okwute\",\n    \"cobblers\": \"okwute\",\n    \"cobblership\": \"okwukpo\",\n    \"cobbles\": \"kobb\",\n    \"cobblestone\": \"okwute okwute\",\n    \"cobblestoned\": \"okpokoro nkume\",\n    \"cobblestones\": \"okwute okwute\",\n    \"cobbs\": \"cob\",\n    \"cobelief\": \"nkwenkwe\",\n    \"cobeliever\": \"onye kwere ekwe\",\n    \"cobelligerent\": \"onye na-alụ ọgụ\",\n    \"cobhead\": \"isi\",\n    \"cobishop\": \"bishọp\",\n    \"cobitis\": \"eriri afọ\",\n    \"coble\": \"koble\",\n    \"cobles\": \"kọlọb\",\n    \"cobleskill\": \"okpokoro\",\n    \"cobless\": \"okpokoro\",\n    \"cobloaf\": \"kobob\",\n    \"cobnut\": \"akịkọ\",\n    \"cobnuts\": \"Kobisi\",\n    \"coboss\": \"kobosi\",\n    \"coboundless\": \"enweghị atụ\",\n    \"cobourg\": \"kobourg\",\n    \"cobra\": \"kobra\",\n    \"cobrother\": \"nwanne\",\n    \"cobstone\": \"okwute\",\n    \"coburg\": \"kobo\",\n    \"cobweb\": \"ikpa ahihia\",\n    \"cobwebbed\": \"ikpa ala\",\n    \"cobwebbery\": \"ịkpa ụkpa\",\n    \"cobwebbing\": \"cobwebb\",\n    \"cobwebs\": \"ụkpa\",\n    \"coca\": \"koka\",\n    \"cocaceous\": \"ọnụọgụ\",\n    \"cocaigne\": \"koken\",\n    \"cocain\": \"koken\",\n    \"cocaine\": \"koken\",\n    \"cocaines\": \"koken\",\n    \"cocainise\": \"kocainise\",\n    \"cocainised\": \"kocain\",\n    \"cocainising\": \"inyocha\",\n    \"cocainizing\": \"inyocha\",\n    \"cocainomania\": \"kocainomania\",\n    \"cocainomaniac\": \"kocainomaniac\",\n    \"cocains\": \"okpokoro\",\n    \"cocama\": \"koko\",\n    \"cocamine\": \"kocamine\",\n    \"cocanucos\": \"akịkọs\",\n    \"cocao\": \"koko\",\n    \"cocarde\": \"kobod\",\n    \"cocas\": \"kokwa\",\n    \"cocause\": \"n'ihi\",\n    \"cocautioner\": \"ịkpa ndụmọdụ\",\n    \"cocceian\": \"coccei\",\n    \"coccidiosis\": \"ọrịa coccidiosis\",\n    \"coccinellid\": \"mmmmmmmmmmmmm\",\n    \"coccineous\": \"coccinous\",\n    \"coccionella\": \"okpokoro\",\n    \"cocco\": \"okoko\",\n    \"coccochromatic\": \"okpokoro\",\n    \"coccoid\": \"okoko\",\n    \"coccoidal\": \"okoko\",\n    \"coccoids\": \"okpokoro\",\n    \"coccoloba\": \"okoko\",\n    \"coccolobis\": \"okoko\",\n    \"coccostean\": \"okoko\",\n    \"coccosteus\": \"okoko\",\n    \"cocculiferous\": \"ugha\",\n    \"cocculus\": \"okpokoro\",\n    \"coccus\": \"okpokoro\",\n    \"cocentric\": \"concentric\",\n    \"cochair\": \"oche oche\",\n    \"cochairing\": \"nnweta ihe\",\n    \"cochairman\": \"onye isi oche\",\n    \"cochairmanship\": \"obu onye isi oche\",\n    \"cochairmen\": \"ndị isi oche\",\n    \"cochairs\": \"oche nnabata\",\n    \"cochal\": \"kocha\",\n    \"cocher\": \"nchịkwa\",\n    \"cochief\": \"kochief\",\n    \"cochins\": \"umu nne nna\",\n    \"cochleary\": \"kochleary\",\n    \"cochleariform\": \"kochleariform\",\n    \"cochleas\": \"kochleas\",\n    \"cochleiform\": \"kochleiform\",\n    \"cochleleas\": \"kochleleas\",\n    \"cochliodus\": \"kochliodus\",\n    \"cochlospermaceous\": \"obula\",\n    \"cochlospermum\": \"kochlospermum\",\n    \"cochranea\": \"kochranea\",\n    \"cocin\": \"cocina\",\n    \"cocircular\": \"eriri afọ\",\n    \"cocircularity\": \"nkwonkwo\",\n    \"cocitizen\": \"kokenye\",\n    \"cocitizenship\": \"com ịbụ nwa amaala\",\n    \"cock\": \"ọkpa\",\n    \"cockade\": \"koki\",\n    \"cockaded\": \"ọkpa\",\n    \"cockades\": \"ọchịcha\",\n    \"cockaigne\": \"akuko\",\n    \"cockal\": \"Ọkụ\",\n    \"cockandy\": \"mmanya\",\n    \"cockapoo\": \"kokapoo\",\n    \"cockapoos\": \"kokapoos\",\n    \"cockard\": \"koki\",\n    \"cockateel\": \"kootu\",\n    \"cockatiel\": \"kootu\",\n    \"cockatoo\": \"kootu\",\n    \"cockatoos\": \"kootu\",\n    \"cockatrice\": \"ọkpa\",\n    \"cockatrices\": \"kootu\",\n    \"cockbell\": \"ọkpa\",\n    \"cockbill\": \"kob\",\n    \"cockbilled\": \"okuko\",\n    \"cockbilling\": \"Ọkụkọ\",\n    \"cockbills\": \"ọkpa\",\n    \"cockbird\": \"ọkpa ọkpa\",\n    \"cockboat\": \"kootu\",\n    \"cockboats\": \"kootu\",\n    \"cockbrain\": \"kopi\",\n    \"cockcrow\": \"ọkpa\",\n    \"cockcrower\": \"ọkpa ọkpa\",\n    \"cockcrowing\": \"ọkpa\",\n    \"cockcrows\": \"ọkpa\",\n    \"cockeye\": \"kokike\",\n    \"cockeyed\": \"koki\",\n    \"cockeyedly\": \"kechinenye\",\n    \"cockeyedness\": \"ọnụọgụ\",\n    \"cockeyes\": \"koki\",\n    \"cocker\": \"ọkpọ ọkpọ\",\n    \"cockerel\": \"akwa okuko\",\n    \"cockerels\": \"akwa ọkpa\",\n    \"cockering\": \"mmanya\",\n    \"cockernony\": \"ọkpa\",\n    \"cockernonnie\": \"ọkpa\",\n    \"cockers\": \"ndị nchịkwa\",\n    \"cocket\": \"koket\",\n    \"cocketed\": \"koked\",\n    \"cocketing\": \"kootu\",\n    \"cockfight\": \"ọkpa\",\n    \"cockfighter\": \"ọkpọkọ ọkpọ\",\n    \"cockfighting\": \"ọkpa\",\n    \"cockfights\": \"ọkpa\",\n    \"cockhead\": \"isi\",\n    \"cockhorse\": \"ọkpa\",\n    \"cockhorses\": \"ọchịcha\",\n    \"cockie\": \"mmanya\",\n    \"cockier\": \"ọkpa\",\n    \"cockies\": \"mpi\",\n    \"cockiest\": \"mmanya\",\n    \"cockily\": \"n'ike mmụọ nsọ\",\n    \"cockiness\": \"ọkpa\",\n    \"cockyolly\": \"okuko\",\n    \"cockish\": \"kochi\",\n    \"cockishly\": \"n'ike mmụọ nsọ\",\n    \"cockishness\": \"okuko\",\n    \"cockle\": \"ọchịchi\",\n    \"cockleboat\": \"ụgbọ mmiri\",\n    \"cockled\": \"kootu\",\n    \"cockler\": \"ọkpọ\",\n    \"cockles\": \"ọkpa\",\n    \"cockleshell\": \"ọkpọ ọkpọ\",\n    \"cockleshells\": \"ọkpọkọ\",\n    \"cocklet\": \"kolet\",\n    \"cocklewife\": \"ọkpaya\",\n    \"cockly\": \"koly\",\n    \"cocklight\": \"n'ike mmụọ nsọ\",\n    \"cocklike\": \"n'ike mmụọ nsọ\",\n    \"cockling\": \"anụ ọkụkọ\",\n    \"cockloche\": \"nkochi\",\n    \"cockloft\": \"kootu\",\n    \"cocklofts\": \"ọkpa ọkpa\",\n    \"cockmaster\": \"ọkpa\",\n    \"cockmatch\": \"okuko\",\n    \"cockmate\": \"ọkpa ọkpa\",\n    \"cockney\": \"koki\",\n    \"cockneian\": \"koki\",\n    \"cockneybred\": \"cockney uhie\",\n    \"cockneydom\": \"cockney dom\",\n    \"cockneyese\": \"koki\",\n    \"cockneyess\": \"koki\",\n    \"cockneyfy\": \"ọkpọ\",\n    \"cockneyfication\": \"ọkpọ\",\n    \"cockneyish\": \"ọkpa\",\n    \"cockneyishly\": \"n'ike mmụọ nsọ\",\n    \"cockneyland\": \"ọkpa\",\n    \"cockneylike\": \"n'ike mmụọ nsọ\",\n    \"cockneys\": \"ọkpa\",\n    \"cockneyship\": \"ọkpa ọkpa\",\n    \"cockneity\": \"mmụọ mmụọ\",\n    \"cockpaddle\": \"kokpi\",\n    \"cockpit\": \"kokpiiti\",\n    \"cockpits\": \"kokpiiti\",\n    \"cockroach\": \"ochicha\",\n    \"cockroaches\": \"ọchịcha\",\n    \"cocks\": \"ọkpa\",\n    \"cocksfoot\": \"ụkwụ ụkwụ\",\n    \"cockshies\": \"akpu\",\n    \"cockshoot\": \"kootu\",\n    \"cockshot\": \"kootu\",\n    \"cockshut\": \"kosh\",\n    \"cockshuts\": \"ọkpọkọ\",\n    \"cocksparrow\": \"ọkpayo\",\n    \"cockspur\": \"ọkpa\",\n    \"cockspurs\": \"ọkpa\",\n    \"cockstone\": \"Nkume okuko\",\n    \"cocktail\": \"mmanya\",\n    \"cocktailed\": \"mmanya\",\n    \"cocktailing\": \"mmanya\",\n    \"cocktails\": \"mmanya\",\n    \"cockthrowing\": \"kosh\",\n    \"cockup\": \"kootu\",\n    \"cockups\": \"kootu\",\n    \"cockweed\": \"mmanya\",\n    \"cocle\": \"okpokoro\",\n    \"coco\": \"koko\",\n    \"cocoa\": \"koko\",\n    \"cocoach\": \"kochi\",\n    \"cocoanut\": \"koko\",\n    \"cocoanuts\": \"koko\",\n    \"cocoas\": \"koko\",\n    \"cocoawood\": \"koko osisi\",\n    \"cocobola\": \"koko\",\n    \"cocobolas\": \"koko\",\n    \"cocobolo\": \"koko\",\n    \"cocobolos\": \"okpokolo\",\n    \"cocoyam\": \"koko\",\n    \"cocomat\": \"koomat\",\n    \"cocomats\": \"kootu\",\n    \"cocona\": \"koko\",\n    \"coconscious\": \"akuku\",\n    \"coconsciously\": \"akpachapụ anya\",\n    \"coconsciousness\": \"maara\",\n    \"coconsecrator\": \"onye na-enye iwu\",\n    \"coconspirator\": \"onye nkuku\",\n    \"coconstituent\": \"mejuputara\",\n    \"cocontractor\": \"onye na-arụ ọrụ\",\n    \"coconut\": \"akụ oyibo\",\n    \"coconuts\": \"aki oyibo\",\n    \"cocoon\": \"akwuru\",\n    \"cocooned\": \"etinyere ọnụ\",\n    \"cocoonery\": \"akwuru\",\n    \"cocooning\": \"ozuzu\",\n    \"cocoons\": \"koko\",\n    \"cocopans\": \"koko\",\n    \"cocorico\": \"okpokoro\",\n    \"cocoroot\": \"koko\",\n    \"cocos\": \"koko\",\n    \"cocovenantor\": \"onye ọgbụgba ndụ\",\n    \"cocowood\": \"kootu\",\n    \"cocowort\": \"okpokoro\",\n    \"cocozelle\": \"okpa\",\n    \"cocreate\": \"esiji\",\n    \"cocreated\": \"co kere\",\n    \"cocreates\": \"Nduzi\",\n    \"cocreating\": \"na-eke ihe\",\n    \"cocreator\": \"ọkwụrụ ihe\",\n    \"cocreatorship\": \"ọrụ\",\n    \"cocreditor\": \"onye na-ahụ maka ebe obibi\",\n    \"cocrucify\": \"esila\",\n    \"coction\": \"nsị\",\n    \"coctoprecipitin\": \"koctoprecipitin\",\n    \"cocuyo\": \"kokiyo\",\n    \"cocurator\": \"ọka iwu\",\n    \"cocurricular\": \"akwukwo akwukwo\",\n    \"cocus\": \"kocus\",\n    \"cocuswood\": \"kocuswood\",\n    \"cod\": \"okporo\",\n    \"codas\": \"codal\",\n    \"codbank\": \"ụlọ akụ koodu\",\n    \"codded\": \"nzuzo\",\n    \"codder\": \"koodu\",\n    \"codders\": \"ihe nzuzo\",\n    \"codding\": \"nzuzo\",\n    \"coddle\": \"koddle\",\n    \"coddled\": \"echekwara\",\n    \"coddler\": \"nzuzo\",\n    \"coddles\": \"koddle\",\n    \"coddling\": \"nzuzo\",\n    \"code\": \"koodu\",\n    \"codebook\": \"akwukwo\",\n    \"codebooks\": \"akwukwo\",\n    \"codebreak\": \"koodu\",\n    \"codebreaker\": \"mmebi\",\n    \"codebtor\": \"codebtọ\",\n    \"codec\": \"koodu\",\n    \"codeclination\": \"koodu\",\n    \"codecs\": \"kodeks\",\n    \"coded\": \"nzuzo\",\n    \"codeia\": \"kodia\",\n    \"codeias\": \"Koodu\",\n    \"codein\": \"codeine\",\n    \"codeinas\": \"codeina\",\n    \"codeines\": \"codeine\",\n    \"codeins\": \"codeina\",\n    \"codeless\": \"enweghị koodu\",\n    \"codelinquency\": \"ndokwa\",\n    \"codenization\": \"itinye akwụkwọ\",\n    \"codens\": \"enskpụrụ\",\n    \"codeposit\": \"koodu ego\",\n    \"coderived\": \"etinyere\",\n    \"coderives\": \"coderive\",\n    \"codes\": \"Koodu\",\n    \"codescendant\": \"koodu ukwu\",\n    \"codesign\": \"koodu\",\n    \"codesigned\": \"koodu\",\n    \"codesigning\": \"koodu\",\n    \"codesigns\": \"Koodu\",\n    \"codespairer\": \"Koodu\",\n    \"codetermination\": \"nhazi oge\",\n    \"codettas\": \"codetta\",\n    \"codeword\": \"isiokwu\",\n    \"codewords\": \"koodu ederede\",\n    \"codfish\": \"azụ azụ\",\n    \"codfisher\": \"onye na-akụ azụ\",\n    \"codfishery\": \"akụ azụ\",\n    \"codfisheries\": \"azu azu\",\n    \"codfishes\": \"azu azu\",\n    \"codfishing\": \"fzụ azụ\",\n    \"codictatorship\": \"ọchịchị aka ike\",\n    \"codify\": \"kodi\",\n    \"codified\": \"kodi\",\n    \"coding\": \"nzuzo\",\n    \"codings\": \"koodu\",\n    \"codirected\": \"chiri anya\",\n    \"codirecting\": \"nhazi\",\n    \"codirectional\": \"nhazi\",\n    \"codirectorship\": \"nhazi\",\n    \"codirects\": \"usoro\",\n    \"codiscoverer\": \"onyedika\",\n    \"codisjunct\": \"ndozi\",\n    \"codist\": \"onye nchoputa\",\n    \"codium\": \"kọbọd\",\n    \"codling\": \"coding\",\n    \"codman\": \"koodan\",\n    \"codomestication\": \"omkpụrụ codomestication\",\n    \"codon\": \"kodon\",\n    \"codons\": \"codon\",\n    \"codpieces\": \"ọla kọpa\",\n    \"cods\": \"rịọ\",\n    \"coecal\": \"ọnụọgụ\",\n    \"coedited\": \"ichikota\",\n    \"coeditor\": \"ngalaba\",\n    \"coeditors\": \"ndị ọrụ\",\n    \"coeditorship\": \"nnweta\",\n    \"coeds\": \"Akpa\",\n    \"coef\": \"ahihia\",\n    \"coeff\": \"ọnụọgụ\",\n    \"coefficient\": \"ọnụọgụ\",\n    \"coefficiently\": \"ọnụọgụ\",\n    \"coefficients\": \"ọnụọgụ\",\n    \"coeffluent\": \"ọnụọgụ\",\n    \"coeffluential\": \"ọnụọgụ\",\n    \"coeldership\": \"Okpukpo\",\n    \"coelebogyne\": \"okirikiri\",\n    \"coelect\": \"ọnụọgụ\",\n    \"coelection\": \"ọnụọgụ\",\n    \"coelector\": \"ihe nnakọta\",\n    \"coelelminthic\": \"mmmmmmmmmmmmm\",\n    \"coelentera\": \"coelenterata\",\n    \"coelenterate\": \"coelenterata\",\n    \"coelenteric\": \"coelenterata\",\n    \"coelevate\": \"kere\",\n    \"coeliac\": \"celiac\",\n    \"coeligenous\": \"nkwenye\",\n    \"coelin\": \"eriri afọ\",\n    \"coeliorrhoea\": \"okpokoro\",\n    \"coeliotomy\": \"Ọkpụkpụ afọ\",\n    \"coeloma\": \"koeloma\",\n    \"coelospermous\": \"coelosperformance\",\n    \"coemanate\": \"na-adị ndụ\",\n    \"coembedded\": \"agbakọ\",\n    \"coembodied\": \"ihe anakpo\",\n    \"coembodying\": \"imekọ ihe\",\n    \"coemperor\": \"eze\",\n    \"coemploy\": \"oru\",\n    \"coemployed\": \"were n'ọrụ\",\n    \"coemployee\": \"onye oru\",\n    \"coemploying\": \"emplorụ ọrụ\",\n    \"coemployment\": \"arụ ọrụ\",\n    \"coemploys\": \"arụ ọrụ\",\n    \"coempted\": \"coempt\",\n    \"coempting\": \"na-eri ihe\",\n    \"coemptio\": \"koemptio\",\n    \"coemptional\": \"coemption\",\n    \"coemptionator\": \"onye obula\",\n    \"coemptive\": \"obi ebere\",\n    \"coemptor\": \"kechiem\",\n    \"coempts\": \"koem\",\n    \"coenacted\": \"chebere\",\n    \"coenacts\": \"mkpụrụ ego\",\n    \"coenaculous\": \"dị akọ\",\n    \"coenamoring\": \"ichikota\",\n    \"coendear\": \"onye nnabata\",\n    \"coenduring\": \"ịkọ nkọ\",\n    \"coenesthesia\": \"eriri afọ\",\n    \"coenesthesis\": \"eriri afọ\",\n    \"coenjoy\": \"nwekọrịtọ\",\n    \"coeno\": \"koeno\",\n    \"coenobe\": \"koenobe\",\n    \"coenocentrum\": \"koenocentrum\",\n    \"coenocyte\": \"okpokoro\",\n    \"coenocytic\": \"ihe omumu\",\n    \"coenoecial\": \"mmmmmmmmmmmm\",\n    \"coenoecium\": \"koenoecium\",\n    \"coenosteal\": \"ukpa\",\n    \"coenosteum\": \"koenosteum\",\n    \"coenthrone\": \"akọnuche\",\n    \"coequality\": \"ọnụọgụ\",\n    \"coequalize\": \"kootu\",\n    \"coequate\": \"ọnụọgụ\",\n    \"coequating\": \"ichikota\",\n    \"coerce\": \"manye\",\n    \"coerceable\": \"dị ike\",\n    \"coerced\": \"amanye\",\n    \"coercement\": \"mmanye\",\n    \"coercend\": \"amanye\",\n    \"coercends\": \"amanye\",\n    \"coercer\": \"mmanye\",\n    \"coercers\": \"ndị mmanye\",\n    \"coerces\": \"nkwenye\",\n    \"coercibility\": \"mmanye\",\n    \"coercible\": \"amanye\",\n    \"coercibleness\": \"ịmanye\",\n    \"coercibly\": \"mmanye\",\n    \"coercing\": \"mmanye\",\n    \"coercion\": \"mmanye\",\n    \"coercionary\": \"amanye mmanye\",\n    \"coercionist\": \"onye mmanye\",\n    \"coercions\": \"mmanye\",\n    \"coercitive\": \"na-amanye\",\n    \"coercive\": \"amanye\",\n    \"coercively\": \"mmanye\",\n    \"coerciveness\": \"mmanye\",\n    \"coercivity\": \"ọnụọgụ\",\n    \"coerecting\": \"inyocha\",\n    \"coesite\": \"inyi\",\n    \"coessentiality\": \"ezi uche\",\n    \"coessentialness\": \"ịdị mkpa\",\n    \"coestablishment\": \"nchịkwa\",\n    \"coetanean\": \"koetanean\",\n    \"coetaneousness\": \"ịdị ndụ\",\n    \"coeternally\": \"ezi uche\",\n    \"coeternity\": \"ịdị ọcha\",\n    \"coevality\": \"enweghị isi\",\n    \"coevally\": \"n'ụzọ\",\n    \"coevalness\": \"udo\",\n    \"coevolving\": \"coevoli\",\n    \"coexchangeable\": \"ọnụ\",\n    \"coexclusive\": \"na-emekọ ọnụ\",\n    \"coexecutant\": \"dekọtara ọnụ\",\n    \"coexecutor\": \"onye ndu\",\n    \"coexecutrix\": \"ọnụọgụ\",\n    \"coexert\": \"na-emekọ ihe ọnụ\",\n    \"coexerted\": \"mbukota\",\n    \"coexerting\": \"mbukota\",\n    \"coexertion\": \"mbikọ\",\n    \"coexerts\": \"na-ebikọ ọnụ\",\n    \"coexist\": \"na-ebikọ ọnụ\",\n    \"coexisted\": \"dịrị ndụ\",\n    \"coexistence\": \"ibikọ ọnụ\",\n    \"coexistency\": \"ibikọ ọnụ\",\n    \"coexistent\": \"dịrị ndụ\",\n    \"coexisting\": \"ibikọ\",\n    \"coexists\": \"na-ebikọ ọnụ\",\n    \"coexpand\": \"na-ebuwanye ibu\",\n    \"coexpanded\": \"na-ejupụta\",\n    \"coexperiencer\": \"ọlụlụ\",\n    \"coexpire\": \"nwekọ ọnụ\",\n    \"coexplosion\": \"mbikọ\",\n    \"coextend\": \"isochi\",\n    \"coextended\": \"ọ bụrụ\",\n    \"coextending\": \"obukpọ\",\n    \"coextension\": \"ọnụọgụ\",\n    \"coextensive\": \"koextensive\",\n    \"coextensiveness\": \"ọnụọgụgụ\",\n    \"coextent\": \"ọnụọgụ\",\n    \"cofaster\": \"kofaster\",\n    \"cofather\": \"nna nna\",\n    \"cofathership\": \"nna\",\n    \"coferment\": \"akwụkwọ ozi\",\n    \"cofermentation\": \"nkwanye\",\n    \"coff\": \"akpati ozu\",\n    \"coffea\": \"kọfị\",\n    \"coffee\": \"kọfị\",\n    \"coffeeberry\": \"kọfịberị\",\n    \"coffeeberries\": \"kọfịfịị\",\n    \"coffeebush\": \"kọfị kọfị\",\n    \"coffeecake\": \"kọfịcha\",\n    \"coffeecakes\": \"kọfị kọfị\",\n    \"coffeecup\": \"kọfị kọfị\",\n    \"coffeegrowing\": \"cofeeegrowing\",\n    \"coffeehouse\": \"kọfịị\",\n    \"coffeehoused\": \"kọfịị\",\n    \"coffeehouses\": \"ụlọ kọfị\",\n    \"coffeehousing\": \"kọfịị\",\n    \"coffeeleaf\": \"kọfị kọfị\",\n    \"coffeeman\": \"kọfị\",\n    \"coffeepot\": \"kọfị\",\n    \"coffeepots\": \"kọfịịfị\",\n    \"coffeeroom\": \"kọfịkọm\",\n    \"coffees\": \"kọfị\",\n    \"coffeetime\": \"oge nri kọfị\",\n    \"coffeeweed\": \"kọfị\",\n    \"coffeewood\": \"kọfịị\",\n    \"coffer\": \"igbe ozu\",\n    \"cofferdam\": \"akpati ozu\",\n    \"cofferdams\": \"akpati ozu\",\n    \"coffered\": \"coffer\",\n    \"cofferer\": \"kọfị\",\n    \"cofferfish\": \"azu azu\",\n    \"coffers\": \"igbe nchekwa\",\n    \"cofferwork\": \"igbe ọrụ\",\n    \"coffin\": \"akpati ozu\",\n    \"coffined\": \"akpati ozu\",\n    \"coffining\": \"Ogbogbo\",\n    \"coffinite\": \"akpati ozu\",\n    \"coffinless\": \"akpati ozu\",\n    \"coffinmaker\": \"akpati ozu\",\n    \"coffinmaking\": \"akpati ozu\",\n    \"coffins\": \"akpati ozu\",\n    \"coffled\": \"gbabụọ\",\n    \"coffles\": \"igbe ozu\",\n    \"coffling\": \"Ogbe\",\n    \"coffret\": \"akpati ozu\",\n    \"coffrets\": \"akpati ozu\",\n    \"coffs\": \"okpokoro\",\n    \"coformulator\": \"ihe ndozi\",\n    \"cofound\": \"ihe omimi\",\n    \"cofounded\": \"ihere\",\n    \"cofounding\": \"ihe mgbagwoju anya\",\n    \"cofoundress\": \"okpokoro isi\",\n    \"cofounds\": \"cofound\",\n    \"coft\": \"kpuchie\",\n    \"cofunction\": \"arụ ọrụ\",\n    \"cogboat\": \"cog ụgbọ mmiri\",\n    \"cogence\": \"mmekorita\",\n    \"cogency\": \"ịdị mkpa\",\n    \"cogencies\": \"ụlọ ọrụ\",\n    \"cogeneration\": \"ezi omumu\",\n    \"cogently\": \"ọfụma\",\n    \"coghle\": \"cogle\",\n    \"cogitable\": \"cogasị\",\n    \"cogitantly\": \"ọ bụla\",\n    \"cogitate\": \"chọwa\",\n    \"cogitated\": \"cogised\",\n    \"cogitating\": \"ị coụ\",\n    \"cogitatingly\": \"n'ihi na\",\n    \"cogitation\": \"ichikota\",\n    \"cogitations\": \"njikọ\",\n    \"cogitatively\": \"ọ bụla\",\n    \"cogitativeness\": \"itinye aka\",\n    \"cogitators\": \"ndị na-arụ ọrụ\",\n    \"coglorious\": \"ihe akuko\",\n    \"cogmen\": \"ndi cogmen\",\n    \"cognacs\": \"ahihia\",\n    \"cognately\": \"akpachapuru anya\",\n    \"cognation\": \"nsị\",\n    \"cognisableness\": \"ihe omuma\",\n    \"cognisance\": \"ịmata\",\n    \"cognisant\": \"maara ihe\",\n    \"cognise\": \"mmuta\",\n    \"cognised\": \"a na-enyocha\",\n    \"cogniser\": \"akpịrị\",\n    \"cognises\": \"akpịrị\",\n    \"cognising\": \"na-achọpụta\",\n    \"cognitional\": \"akpịrị\",\n    \"cognitive\": \"ihe omuma\",\n    \"cognitively\": \"akpachapuru anya\",\n    \"cognitives\": \"ihe omuma\",\n    \"cognizability\": \"nkwenye\",\n    \"cognizable\": \"ihe a na-achọpụta\",\n    \"cognizableness\": \"ịmata ihe\",\n    \"cognizably\": \"n'ụzọ kwere nghọta\",\n    \"cognizance\": \"ịmata\",\n    \"cognizant\": \"maara ihe\",\n    \"cognize\": \"mata\",\n    \"cognized\": \"ghọtara\",\n    \"cognizee\": \"cognzee\",\n    \"cognizer\": \"ọmara\",\n    \"cognizers\": \"ndị maara\",\n    \"cognizes\": \"na-ahụ\",\n    \"cognizing\": \"na-achọpụta\",\n    \"cognominal\": \"eriri afọ\",\n    \"cognoscing\": \"nyocha\",\n    \"cognovit\": \"Nwokocha\",\n    \"cognovits\": \"Ogbodo\",\n    \"cogons\": \"cogọn\",\n    \"cogovernment\": \"ọchịchị\",\n    \"cogovernor\": \"gọvanọ\",\n    \"cogracious\": \"dị nsọ\",\n    \"cogrediency\": \"kpakpando\",\n    \"cogredient\": \"okpukpu\",\n    \"cogswellia\": \"mmmmmmmmmmmmm\",\n    \"coguarantor\": \"cogoarantor\",\n    \"coguardian\": \"onye nlekọta\",\n    \"cogware\": \"ihe mkpuchi\",\n    \"cogweels\": \"cogwheel\",\n    \"cogwood\": \"okooko osisi\",\n    \"cohabit\": \"ibikọ ọnụ\",\n    \"cohabitancy\": \"biri\",\n    \"cohabitant\": \"biri\",\n    \"cohabitate\": \"ibi\",\n    \"cohabitation\": \"ibikọ ọnụ\",\n    \"cohabitations\": \"ibikọ ọnụ\",\n    \"cohabited\": \"biri\",\n    \"cohabiter\": \"onye bi\",\n    \"cohabiting\": \"ibi\",\n    \"cohabits\": \"ibikọ\",\n    \"cohanim\": \"kohanim\",\n    \"coharmonize\": \"ichikota\",\n    \"cohead\": \"isi\",\n    \"coheaded\": \"isi\",\n    \"coheading\": \"isi\",\n    \"coheartedness\": \"nwee obi\",\n    \"coheirship\": \"nnabata\",\n    \"cohelper\": \"onye nlekọta\",\n    \"cohens\": \"coins\",\n    \"cohered\": \"jikọtara\",\n    \"coherence\": \"mmekorita\",\n    \"coherent\": \"enwere ike\",\n    \"coherently\": \"nkwonkwo\",\n    \"coheretic\": \"nkwenye\",\n    \"cohering\": \"ichikota\",\n    \"coheritage\": \"Nketa\",\n    \"coheritor\": \"onye nchikota\",\n    \"cohert\": \"kootu\",\n    \"cohesion\": \"nnabata\",\n    \"cohesionless\": \"enweghị cohesion\",\n    \"cohesions\": \"njikọ\",\n    \"cohesively\": \"ọnụ\",\n    \"cohesiveness\": \"ịdị n'otu\",\n    \"cohibit\": \"igbochi\",\n    \"cohibition\": \"nchịkwa\",\n    \"cohibitive\": \"na-emechi emechi\",\n    \"cohibitor\": \"onye nchịkwa\",\n    \"cohobate\": \"kohobate\",\n    \"cohobating\": \"ihe cohobating\",\n    \"cohol\": \"kọlị\",\n    \"coholder\": \"ihe nkwado\",\n    \"coholders\": \"ndị na-etinye ego\",\n    \"cohort\": \"ìgwè\",\n    \"cohortation\": \"nhazi\",\n    \"cohortative\": \"imekọ ihe ọnụ\",\n    \"cohorts\": \"cohor\",\n    \"cohosh\": \"kosh\",\n    \"cohost\": \"uko\",\n    \"cohosting\": \"inyinya\",\n    \"cohosts\": \"ukpa\",\n    \"cohusband\": \"nwanne nwoke\",\n    \"coyan\": \"koyan\",\n    \"coydog\": \"koydog\",\n    \"coyer\": \"okpu\",\n    \"coyest\": \"kootu\",\n    \"coiffed\": \"coififịk\",\n    \"coiffes\": \"ahihia\",\n    \"coiffing\": \"Na-akụda\",\n    \"coiffuring\": \"coiffing\",\n    \"coifs\": \"ahihia\",\n    \"coigning\": \"ichikota\",\n    \"coigue\": \"nkwonkwo mmiri\",\n    \"coying\": \"inyo\",\n    \"coyishness\": \"coyish\",\n    \"coil\": \"eriri igwe\",\n    \"coilability\": \"mmeghari\",\n    \"coiled\": \"kechibidoro\",\n    \"coiler\": \"esi mmiri ọkụ\",\n    \"coilyear\": \"eriri igwe\",\n    \"coiling\": \"Na-ekpo ọkụ\",\n    \"coillen\": \"eriri igwe\",\n    \"coils\": \"Ngwakọta\",\n    \"coilsmith\": \"Onye na-akpụ akpụ\",\n    \"coimmense\": \"kodim\",\n    \"coimplicate\": \"koim\",\n    \"coin\": \"mkpụrụ ego\",\n    \"coyn\": \"koyn\",\n    \"coinable\": \"ọ nwere ike ịgba\",\n    \"coinage\": \"ego\",\n    \"coinages\": \"mkpụrụ ego\",\n    \"coincide\": \"idako\",\n    \"coincided\": \"dabara adaba\",\n    \"coincidence\": \"ndaba\",\n    \"coincidences\": \"ndaba\",\n    \"coincidency\": \"ndaba\",\n    \"coincident\": \"ukem ini\",\n    \"coincidental\": \"ke ukem ini\",\n    \"coincidentally\": \"dabara nke ọma\",\n    \"coincidently\": \"dabara nke ọma\",\n    \"coincidents\": \"ihe ndabara\",\n    \"coincider\": \"adaba\",\n    \"coincides\": \"adaba\",\n    \"coinciding\": \"na-adaba\",\n    \"coinclination\": \"mmekorita\",\n    \"coincline\": \"dakọtara\",\n    \"coinclude\": \"idako\",\n    \"coincorporate\": \"dakọtara\",\n    \"coindicant\": \"agbagha\",\n    \"coindicate\": \"itughari\",\n    \"coindication\": \"nkwenye\",\n    \"coindwelling\": \"na-adụkọta\",\n    \"coined\": \"chepụtara\",\n    \"coiner\": \"mkpụrụ ego\",\n    \"coiners\": \"mkpụrụ ego\",\n    \"coyness\": \"coynyn\",\n    \"coinfeftment\": \"mgbazinye ego\",\n    \"coinfer\": \"mkpụrụ ego\",\n    \"coinferred\": \"amaokwu\",\n    \"coinferring\": \"mkpụrụ ego\",\n    \"coinfers\": \"mkpụrụ ego\",\n    \"coinfinite\": \"enweghị ego\",\n    \"coinfinity\": \"enweghị ego\",\n    \"coinhabit\": \"mkpụrụ ego\",\n    \"coinhabitant\": \"na-ebi ndụ ego\",\n    \"coinhabitor\": \"oji ego\",\n    \"coinhere\": \"mkpụrụ ego\",\n    \"coinhered\": \"mkpụrụ ego\",\n    \"coinherence\": \"mkpụrụ ego\",\n    \"coinherent\": \"mkpụrụ ego\",\n    \"coinheres\": \"mkpụrụ ego\",\n    \"coinhering\": \"mkpụrụ ego\",\n    \"coinheritance\": \"mkpụrụ ego\",\n    \"coinheritor\": \"onye mgbazi ego\",\n    \"coiny\": \"unyi\",\n    \"coining\": \"ihe mkpuchi\",\n    \"coinitial\": \"mkpụrụ ego\",\n    \"coinmaker\": \"onye na-eme ego\",\n    \"coinmaking\": \"mkpụrụ ego\",\n    \"coinmate\": \"onye nwe ego\",\n    \"coinmates\": \"ndị ibe ha\",\n    \"coinquinate\": \"mkpụrụ ego\",\n    \"coins\": \"mkpụrụ ego\",\n    \"coinspire\": \"Mkpụrụ ego\",\n    \"coinstantaneity\": \"mkpụrụ ego\",\n    \"coinstantaneous\": \"mkpụrụ ego\",\n    \"coinstantaneously\": \"na-aga n'ihu\",\n    \"coinstantaneousness\": \"ọ coinụantụ\",\n    \"coinsurable\": \"enweghị ego\",\n    \"coinsurance\": \"inyinye ego\",\n    \"coinsure\": \"mkpụrụ ego\",\n    \"coinsured\": \"mkpụrụ ego\",\n    \"coinsurer\": \"mkpụrụ ego\",\n    \"coinsures\": \"na-akwụ ụgwọ\",\n    \"coinsuring\": \"mkpụrụ ego\",\n    \"cointension\": \"eriri afọ\",\n    \"cointensity\": \"ịdị n'otu\",\n    \"cointer\": \"mkpụrụ ego\",\n    \"cointerest\": \"nwee mmasị\",\n    \"cointerred\": \"kwụrụ\",\n    \"cointerring\": \"mkpụrụ ego\",\n    \"cointers\": \"ihe mkpuchi\",\n    \"cointersecting\": \"nkwekọtara ọnụ\",\n    \"cointise\": \"imekọrita\",\n    \"coinventor\": \"onye na-emepụta ihe\",\n    \"coinvolve\": \"igwe ego\",\n    \"coyo\": \"koyol\",\n    \"coyol\": \"koyol\",\n    \"coyos\": \"koyol\",\n    \"coyote\": \"okuko\",\n    \"coyotero\": \"koyotero\",\n    \"coyotes\": \"koyo\",\n    \"coyotillo\": \"koyotillo\",\n    \"coyotillos\": \"koyotillos\",\n    \"coyoting\": \"inyinya\",\n    \"coir\": \"eriri igwe\",\n    \"coirs\": \"oche\",\n    \"coys\": \"uwe ojii\",\n    \"coislander\": \"koislander\",\n    \"coisns\": \"ahịhịa\",\n    \"coystrel\": \"koystrel\",\n    \"coistrels\": \"okpokoro\",\n    \"coistrils\": \"okpokoro\",\n    \"coital\": \"di na nwunye\",\n    \"coition\": \"oru\",\n    \"coitional\": \"nkwonkwo\",\n    \"coitions\": \"ogwe igwe\",\n    \"coiture\": \"Ngwongwo\",\n    \"coituses\": \"ụlọ akwụkwọ\",\n    \"coyure\": \"kootu\",\n    \"cojoin\": \"jikọtara ọnụ\",\n    \"cojudge\": \"ikpe\",\n    \"cojudices\": \"Okpukpe\",\n    \"cojusticiar\": \"mmezi\",\n    \"coke\": \"koke\",\n    \"coked\": \"koke\",\n    \"cokery\": \"koek\",\n    \"cokernut\": \"kokernut\",\n    \"cokers\": \"kọfị\",\n    \"cokie\": \"koki\",\n    \"cokuloris\": \"kokuloris\",\n    \"cola\": \"kola\",\n    \"colament\": \"agba agha\",\n    \"colan\": \"kolan\",\n    \"colasciones\": \"nkuku\",\n    \"colascioni\": \"kolascioni\",\n    \"colat\": \"kolat\",\n    \"colate\": \"iburu\",\n    \"colation\": \"njikọ\",\n    \"colatorium\": \"kolatorium\",\n    \"colature\": \"kootu\",\n    \"colberter\": \"maa jijiji\",\n    \"colchyte\": \"mkpọchi\",\n    \"cold\": \"oyi\",\n    \"coldblood\": \"oburu oyi\",\n    \"coldblooded\": \"jụrụ oyi\",\n    \"coldbloodedness\": \"oburu oyi\",\n    \"coldcock\": \"oyi na-atụ\",\n    \"colder\": \"oyi\",\n    \"coldest\": \"oyi\",\n    \"coldfinch\": \"oyi\",\n    \"coldhearted\": \"obi jụrụ\",\n    \"coldheartedly\": \"n'obi oma\",\n    \"coldheartedness\": \"obi ojoo\",\n    \"coldish\": \"oyi\",\n    \"coldly\": \"na-atụ oyi\",\n    \"coldness\": \"oyi\",\n    \"coldnesses\": \"oyi\",\n    \"coldong\": \"oyi\",\n    \"coldproof\": \"oyi jụrụ oyi\",\n    \"colds\": \"oyi\",\n    \"coldturkey\": \"oyi na-atụ\",\n    \"colectomy\": \"mkpoko\",\n    \"colectomies\": \"mkpoko\",\n    \"colemouse\": \"letọ\",\n    \"colent\": \"ihe dị mkpa\",\n    \"coleorhizae\": \"coleorhiza\",\n    \"coleosporiaceae\": \"coleosporium\",\n    \"colera\": \"kolera\",\n    \"coleseed\": \"Nkechi\",\n    \"coleslaws\": \"coleslaw\",\n    \"colessor\": \"enweghị ihe ọ bụla\",\n    \"colessors\": \"ihe mkpuchi\",\n    \"colet\": \"kolet\",\n    \"colicky\": \"Onyechi\",\n    \"colymbiform\": \"kolymbiform\",\n    \"colymbion\": \"nkpokọta\",\n    \"colymbus\": \"kolymbus\",\n    \"colinear\": \"collinear\",\n    \"colinearity\": \"collinearity\",\n    \"colinephritis\": \"coli nephritis\",\n    \"coling\": \"na-efe\",\n    \"coliplication\": \"colipipi\",\n    \"colisepsis\": \"coli sepsis\",\n    \"colistins\": \"colistin\",\n    \"colitic\": \"colitis\",\n    \"colk\": \"kolk\",\n    \"colla\": \"kola\",\n    \"collab\": \"kobob\",\n    \"collabent\": \"ikpoko\",\n    \"collaborate\": \"imekota\",\n    \"collaborated\": \"rụkọtara ọrụ\",\n    \"collaborates\": \"na-arụkọ ọrụ\",\n    \"collaborateur\": \"imekota\",\n    \"collaborating\": \"na-emekọ ihe\",\n    \"collaboration\": \"mmekota\",\n    \"collaborationism\": \"imekọ ihe ọnụ\",\n    \"collaborationist\": \"onye mmeko\",\n    \"collaborationists\": \"ndị ọrụ mmekọrịta\",\n    \"collaborations\": \"nkwado\",\n    \"collaborative\": \"arụ ọrụ\",\n    \"collaboratively\": \"imekọ ihe ọnụ\",\n    \"collaborativeness\": \"imekọ ihe ọnụ\",\n    \"collaborator\": \"onye oru mmekorita\",\n    \"collaborators\": \"ndị ọrụ\",\n    \"collage\": \"mkpokọta\",\n    \"collagen\": \"kolaji\",\n    \"collagenic\": \"kolaji\",\n    \"collagenous\": \"kolaji\",\n    \"collagens\": \"collagen\",\n    \"collapsability\": \"ike ida\",\n    \"collapsable\": \"okwuru\",\n    \"collapsar\": \"daa\",\n    \"collapse\": \"ida\",\n    \"collapsed\": \"daa\",\n    \"collapses\": \"dara\",\n    \"collapsibility\": \"ike ida\",\n    \"collapsible\": \"okwuru\",\n    \"collapsing\": \"na-ada\",\n    \"collar\": \"olu akwa\",\n    \"collarband\": \"olu akwa\",\n    \"collarbone\": \"olu akwa\",\n    \"collarbones\": \"olu akwa\",\n    \"collard\": \"oluchi\",\n    \"collards\": \"olu akwa\",\n    \"collare\": \"kolaji\",\n    \"collared\": \"ikpokọta\",\n    \"collaret\": \"kolaret\",\n    \"collarets\": \"kolaịtị\",\n    \"collarette\": \"kolatin\",\n    \"collaring\": \"oluchi\",\n    \"collarino\": \"kolarino\",\n    \"collarinos\": \"kolarinos\",\n    \"collarless\": \"okpu\",\n    \"collarman\": \"kola onye\",\n    \"collars\": \"olu akwa\",\n    \"collat\": \"olu akwa\",\n    \"collatable\": \"ichikota\",\n    \"collated\": \"collate\",\n    \"collatee\": \"collate\",\n    \"collateral\": \"onye nnochi anya\",\n    \"collaterality\": \"nkwekọrịta\",\n    \"collateralize\": \"jikọrọ\",\n    \"collateralized\": \"jikọrọ\",\n    \"collateralizing\": \"jikọrọ\",\n    \"collaterally\": \"jikọtara ọnụ\",\n    \"collateralness\": \"nates nchikota\",\n    \"collaterals\": \"nkwekọrịta\",\n    \"collates\": \"ngwugwu\",\n    \"collating\": \"ikpokọta\",\n    \"collation\": \"mkpokọta\",\n    \"collational\": \"nchịkọta\",\n    \"collationer\": \"mkpokọta\",\n    \"collations\": \"mkpokọta\",\n    \"collatitious\": \"ikpokọta\",\n    \"collative\": \"nkwonkwo\",\n    \"collators\": \"Kọntaktị\",\n    \"collaud\": \"kootu\",\n    \"collaudation\": \"nchịkọta\",\n    \"colleague\": \"onye otu\",\n    \"colleagued\": \"ekpokọta\",\n    \"colleagues\": \"ndị ọrụ ibe\",\n    \"colleagueship\": \"ọrụ\",\n    \"colleaguesmanship\": \"ndị ọrụ ibe\",\n    \"colleaguing\": \"nchịkọta\",\n    \"collect\": \"nakọta\",\n    \"collectability\": \"mkpokọta\",\n    \"collectable\": \"anakọta\",\n    \"collectables\": \"nchịkọta\",\n    \"collectanea\": \"mkpokọta\",\n    \"collectarium\": \"mkpokọta\",\n    \"collected\": \"anakọtara\",\n    \"collectedly\": \"anakọtara\",\n    \"collectedness\": \"mkpokọta\",\n    \"collectibility\": \"mkpokọta\",\n    \"collectible\": \"anakọta\",\n    \"collectibles\": \"mkpokọta\",\n    \"collecting\": \"ịchịkọta\",\n    \"collection\": \"mkpokọta\",\n    \"collectional\": \"mkpokọta\",\n    \"collectioner\": \"mkpokọta\",\n    \"collections\": \"ịnakọta\",\n    \"collective\": \"mkpokọta\",\n    \"collectively\": \"ịgụkọta\",\n    \"collectiveness\": \"mkpokọta\",\n    \"collectives\": \"mkpokọta\",\n    \"collectivise\": \"mkpokọta\",\n    \"collectivism\": \"mkpokọta\",\n    \"collectivist\": \"mkpoko\",\n    \"collectivistic\": \"mkpoko\",\n    \"collectivistically\": \"mkpokọta\",\n    \"collectivists\": \"ndị nchịkọta\",\n    \"collectivity\": \"mkpokọta\",\n    \"collectivities\": \"mkpokọta\",\n    \"collectivization\": \"mkpokọta\",\n    \"collectivize\": \"anakọta\",\n    \"collectivized\": \"anakọta\",\n    \"collectivizes\": \"na-anakọta\",\n    \"collectivizing\": \"ịnakọta\",\n    \"collectivum\": \"mkpokọta\",\n    \"collector\": \"mkpoko\",\n    \"collectorate\": \"mkpokọta\",\n    \"collectors\": \"ndị nchịkọta\",\n    \"collectorship\": \"mkpokọta\",\n    \"collectress\": \"mkpokọta\",\n    \"collects\": \"na-anakọta\",\n    \"colleen\": \"kolee\",\n    \"colleens\": \"kọleji\",\n    \"collegatary\": \"akwukwo\",\n    \"college\": \"kọleji\",\n    \"colleger\": \"kọleji\",\n    \"colleges\": \"kọleji\",\n    \"collegese\": \"kọleji\",\n    \"collegialism\": \"nkwenye\",\n    \"collegiality\": \"nkwenye\",\n    \"collegian\": \"kọleji\",\n    \"collegians\": \"ndị koleji\",\n    \"collegiant\": \"onye nnata\",\n    \"collegiate\": \"koleeji\",\n    \"collegiately\": \"kọleji\",\n    \"collegiateness\": \"mkpokọta\",\n    \"collegiation\": \"mkpokọta\",\n    \"collegium\": \"kọleji\",\n    \"collegiums\": \"koleeji\",\n    \"collenchymatic\": \"collenchymatous\",\n    \"collenchyme\": \"collenchyma\",\n    \"collencytal\": \"nkwanye ugwu\",\n    \"collencyte\": \"ichoro\",\n    \"collery\": \"koleji\",\n    \"colleries\": \"ngwugwu\",\n    \"collet\": \"kolet\",\n    \"colleted\": \"collets\",\n    \"colleter\": \"collets\",\n    \"colleterial\": \"mkpokọta\",\n    \"colleterium\": \"mkpokọta\",\n    \"colletes\": \"collets\",\n    \"colletia\": \"mkpoko\",\n    \"colletic\": \"collets\",\n    \"colleting\": \"ịnakọta\",\n    \"collets\": \"chịkọta\",\n    \"colletside\": \"mkpokọta\",\n    \"colliculate\": \"igbako\",\n    \"collide\": \"ikukota\",\n    \"collided\": \"nkukota\",\n    \"collides\": \"ijikọ\",\n    \"colliding\": \"adaba\",\n    \"collied\": \"jikọtara ọnụ\",\n    \"collieries\": \"ngwugwu\",\n    \"colliers\": \"ngwakọta\",\n    \"colliflower\": \"kọlịflawa\",\n    \"colliform\": \"coliform\",\n    \"colligance\": \"nkwekọrịta\",\n    \"colligate\": \"koleeji\",\n    \"colligated\": \"kechie\",\n    \"colligating\": \"ichikota\",\n    \"colligation\": \"nchikota\",\n    \"colligible\": \"ikwere\",\n    \"collying\": \"na-agbakọta\",\n    \"collimating\": \"na-ekpokọta\",\n    \"colling\": \"agba\",\n    \"collinses\": \"akpako\",\n    \"colliquable\": \"kwenye\",\n    \"colliquament\": \"nkwekọrịta\",\n    \"colliquate\": \"ikwenye\",\n    \"colliquation\": \"nkwekọrịta\",\n    \"colliquativeness\": \"nkwenye\",\n    \"colliquefaction\": \"nkwekọrịta\",\n    \"collision\": \"nkukota\",\n    \"collisional\": \"nkukota\",\n    \"collisions\": \"nkwekọrịta\",\n    \"collisive\": \"ikwe\",\n    \"collywest\": \"nkoli\",\n    \"collyweston\": \"Okechukwu\",\n    \"collocate\": \"ichikota\",\n    \"collocating\": \"ichikota\",\n    \"collocation\": \"mkpokọta\",\n    \"collocationable\": \"mkpokọta\",\n    \"collocational\": \"mkpokọta\",\n    \"collocations\": \"mkpokọta\",\n    \"collochromate\": \"kollochromate\",\n    \"collocution\": \"mkpokọta\",\n    \"collocutor\": \"onye nkesa\",\n    \"collocutory\": \"mkpokọta\",\n    \"collodionize\": \"nha collodion\",\n    \"collodium\": \"collodion\",\n    \"collogen\": \"kolaji\",\n    \"collogue\": \"nkụkọ\",\n    \"collogued\": \"jikọtara ọnụ\",\n    \"colloguing\": \"ichikota\",\n    \"colloidality\": \"nsogbu\",\n    \"colloider\": \"kolloider\",\n    \"colloidize\": \"mechie\",\n    \"collop\": \"kolopi\",\n    \"colloped\": \"okpu\",\n    \"collops\": \"kollo\",\n    \"colloque\": \"oluwa\",\n    \"colloquy\": \"nkpọkọta\",\n    \"colloquial\": \"nkwekọrita\",\n    \"colloquialism\": \"nkwenye\",\n    \"colloquialisms\": \"mmekorita\",\n    \"colloquialist\": \"okwekocha\",\n    \"colloquiality\": \"nkwenye\",\n    \"colloquialize\": \"jikọta ọnụ\",\n    \"colloquializer\": \"nkpokọta\",\n    \"colloquialness\": \"nkwenye\",\n    \"colloquies\": \"agbakọta\",\n    \"colloquium\": \"kolloquium\",\n    \"colloquize\": \"ichikota\",\n    \"colloquized\": \"agbakọta\",\n    \"colloquizing\": \"ichikota\",\n    \"collossians\": \"Kolọsọs\",\n    \"collotyped\": \"mechie\",\n    \"collotypic\": \"okpokoro\",\n    \"collotyping\": \"ichikota\",\n    \"collow\": \"oghere\",\n    \"colluded\": \"na-agbakọta\",\n    \"colluder\": \"ngwakọta\",\n    \"colluders\": \"ngwakọta\",\n    \"colluding\": \"na-agbakọta\",\n    \"collumelliaceous\": \"okpokoro\",\n    \"collusion\": \"nchikota\",\n    \"collusive\": \"ichikota\",\n    \"collusively\": \"ichikota\",\n    \"collusiveness\": \"nchịkọta efu\",\n    \"collusory\": \"ichikota\",\n    \"collut\": \"ngwakọta\",\n    \"collution\": \"mkpọchi\",\n    \"collutory\": \"ngwugwu\",\n    \"collutories\": \"ngwakọta\",\n    \"colob\": \"agba agba\",\n    \"colocate\": \"agba\",\n    \"colocated\": \"acha\",\n    \"colocates\": \"agba\",\n    \"colocating\": \"agba\",\n    \"coloclysis\": \"agba afọ\",\n    \"colog\": \"ihe colog\",\n    \"cologarithm\": \"ọnụọgụ\",\n    \"cologne\": \"Cologne\",\n    \"cologned\": \"ihe a na-akpọ\",\n    \"cologs\": \"ọla\",\n    \"colola\": \"agba\",\n    \"colomb\": \"kolam\",\n    \"colombians\": \"colombiana\",\n    \"colombin\": \"colombian\",\n    \"colometry\": \"acha uhie uhie\",\n    \"colometric\": \"acha uhie uhie\",\n    \"colon\": \"eriri afọ\",\n    \"colonaded\": \"ichoro\",\n    \"colonel\": \"kornel\",\n    \"colonelcy\": \"kornel\",\n    \"colonelcies\": \"kornel nwụrụ\",\n    \"colonels\": \"eriri afọ\",\n    \"colonelship\": \"ịchị mba ọzọ\",\n    \"colonelships\": \"Njikọ aka\",\n    \"coloner\": \"coloni\",\n    \"colones\": \"chịrị\",\n    \"colonette\": \"eriri afọ\",\n    \"colongitude\": \"izu ike\",\n    \"colony\": \"ógbè\",\n    \"colonialise\": \"ọchịchị\",\n    \"colonialised\": \"gbanwere\",\n    \"colonialising\": \"ịchị\",\n    \"colonialism\": \"ọchịchị\",\n    \"colonialistic\": \"colonialism\",\n    \"colonialists\": \"ndị colonialist\",\n    \"colonialization\": \"ịchị obodo\",\n    \"colonialize\": \"ịchị\",\n    \"colonialized\": \"ịchị\",\n    \"colonializing\": \"ịchị\",\n    \"colonially\": \"ịchị\",\n    \"colonialness\": \"ọchịchị\",\n    \"colonials\": \"ịchị\",\n    \"colonical\": \"colonial\",\n    \"colonies\": \"ógbè\",\n    \"colonisability\": \"ogwe aka\",\n    \"colonisation\": \"ịchị\",\n    \"colonisationist\": \"ịchị bụ ist\",\n    \"colonise\": \"ịchị\",\n    \"colonised\": \"ịchị\",\n    \"coloniser\": \"ichikota\",\n    \"colonises\": \"chịrị\",\n    \"colonising\": \"ịchị\",\n    \"colonist\": \"onye ochichi\",\n    \"colonists\": \"ndị na-achị obodo\",\n    \"colonitis\": \"eriri afọ\",\n    \"colonizability\": \"ịchị\",\n    \"colonizable\": \"ịchị\",\n    \"colonization\": \"ịchị\",\n    \"colonizationist\": \"onye na-achị obodo\",\n    \"colonizations\": \"ịchị\",\n    \"colonize\": \"ịchị\",\n    \"colonized\": \"ịchị\",\n    \"colonizer\": \"onye na-achị ọchịchị\",\n    \"colonizers\": \"ndị na-achị ọchịchị\",\n    \"colonizes\": \"ịchị\",\n    \"colonizing\": \"ịchị\",\n    \"colonnette\": \"eriri afọ\",\n    \"colons\": \"ogwe aka\",\n    \"colophan\": \"kolophan\",\n    \"colophany\": \"ogbe\",\n    \"colophon\": \"kolophon\",\n    \"colophonate\": \"kolophonate\",\n    \"colophony\": \"okpolo\",\n    \"colophonian\": \"kolophoni\",\n    \"colophonic\": \"kolophonik\",\n    \"colophonist\": \"kolophonist\",\n    \"colophons\": \"kolophons\",\n    \"coloplication\": \"ichikota\",\n    \"coloproctitis\": \"ọnya afọ\",\n    \"coloptosis\": \"ọnya afọ\",\n    \"color\": \"agba\",\n    \"colorability\": \"ịchịkwa\",\n    \"colorable\": \"acha\",\n    \"colorableness\": \"agba\",\n    \"colorably\": \"acha\",\n    \"coloradans\": \"agbapụ\",\n    \"colorant\": \"agba\",\n    \"colorants\": \"agba\",\n    \"colorate\": \"agba\",\n    \"coloration\": \"agba\",\n    \"colorational\": \"agba\",\n    \"colorationally\": \"agba\",\n    \"colorations\": \"agba\",\n    \"colorative\": \"agba\",\n    \"colorature\": \"agba\",\n    \"colorbearer\": \"agba agba\",\n    \"colorblind\": \"agba agba\",\n    \"colorblindness\": \"kpuru ìsì\",\n    \"colorbreed\": \"agba agba\",\n    \"colorcast\": \"agba\",\n    \"colorcasted\": \"acha uhie uhie\",\n    \"colorcaster\": \"ụcha agba\",\n    \"colorcasting\": \"agba\",\n    \"colorcasts\": \"agba agba\",\n    \"colored\": \"acha\",\n    \"coloreds\": \"acha\",\n    \"colorer\": \"agba\",\n    \"colorers\": \"na agba\",\n    \"colorfast\": \"agba\",\n    \"colorfastness\": \"agba agba\",\n    \"colorful\": \"yi\",\n    \"colorfully\": \"acha\",\n    \"colorfulness\": \"agba\",\n    \"colory\": \"agba\",\n    \"colorific\": \"acha\",\n    \"colorifics\": \"agba\",\n    \"colorimeter\": \"ihe agba\",\n    \"colorimetry\": \"agba\",\n    \"colorimetric\": \"acha uhie uhie\",\n    \"colorimetrical\": \"acha uhie uhie\",\n    \"colorimetrically\": \"acha acha\",\n    \"colorimetrics\": \"acha uhie uhie\",\n    \"colorimetrist\": \"agba agba\",\n    \"colorin\": \"agba\",\n    \"coloring\": \"agba\",\n    \"colorings\": \"agba\",\n    \"colorism\": \"agba agba\",\n    \"colorisms\": \"agba agba\",\n    \"colorist\": \"agba\",\n    \"coloristically\": \"agba\",\n    \"colorists\": \"agba\",\n    \"colorization\": \"agba\",\n    \"colorize\": \"agba\",\n    \"colorless\": \"enweghị agba\",\n    \"colorlessly\": \"enweghị ntụ\",\n    \"colorlessness\": \"enweghị ntụpọ\",\n    \"colormaker\": \"agba\",\n    \"colormaking\": \"acha uhie uhie\",\n    \"colorman\": \"onye na-agba agba\",\n    \"colorrhaphy\": \"ụcha\",\n    \"colors\": \"na agba\",\n    \"colortype\": \"kolope\",\n    \"colorum\": \"acha\",\n    \"coloslossi\": \"okposi\",\n    \"coloslossuses\": \"kolos\",\n    \"colossean\": \"kolossean\",\n    \"colosseum\": \"okpokolo\",\n    \"colossi\": \"kolossi\",\n    \"colossian\": \"kolossi\",\n    \"colossians\": \"ndi kolos\",\n    \"colossochelys\": \"nkasi obi\",\n    \"colossuses\": \"sslọ\",\n    \"colossuswise\": \"otu\",\n    \"colostration\": \"agba\",\n    \"colostrous\": \"agba\",\n    \"colotomy\": \"ihe mgbochi\",\n    \"colour\": \"agba\",\n    \"colourability\": \"agba\",\n    \"colourableness\": \"uracha\",\n    \"colourably\": \"agba\",\n    \"colouration\": \"agba\",\n    \"colourational\": \"agba\",\n    \"colourationally\": \"agba\",\n    \"colourative\": \"agba\",\n    \"coloured\": \"acha\",\n    \"colourer\": \"agba\",\n    \"colourers\": \"agba\",\n    \"colourfast\": \"na-acha ọcha\",\n    \"colourful\": \"yi\",\n    \"colourfully\": \"acha\",\n    \"colourfulness\": \"agba\",\n    \"coloury\": \"agba\",\n    \"colourific\": \"acha uhie uhie\",\n    \"colouring\": \"agba\",\n    \"colourist\": \"agba\",\n    \"colouristic\": \"na-acha dị iche iche\",\n    \"colourize\": \"tee\",\n    \"colourless\": \"enweghị agba\",\n    \"colourlessly\": \"enweghị agba\",\n    \"colourlessness\": \"enweghị ntụpọ\",\n    \"colourman\": \"agba\",\n    \"colours\": \"na agba\",\n    \"colourtype\": \"acha uhie uhie\",\n    \"colove\": \"gbanye ya\",\n    \"colp\": \"Kolp\",\n    \"colpenchyma\": \"kolpenchyma\",\n    \"colpitises\": \"mkpọchi\",\n    \"colporteurs\": \"ndị kọpọtụa\",\n    \"colpotomy\": \"mkpokọta\",\n    \"colpotomies\": \"ọchịchị\",\n    \"colt\": \"nwa\",\n    \"colter\": \"chịta\",\n    \"colters\": \"colter\",\n    \"coltish\": \"Okechukwu\",\n    \"coltishness\": \"okpu\",\n    \"coltlike\": \"nwa nnụnụ\",\n    \"colts\": \"nwa ehi\",\n    \"coltsfoot\": \"Kpọ ụkwụ\",\n    \"coltsfoots\": \"akpụkpọ ụkwụ\",\n    \"coltskin\": \"kootu\",\n    \"colubriform\": \"kọlụm\",\n    \"colubrine\": \"kolubrine\",\n    \"columbaceous\": \"kọlụm\",\n    \"columbanian\": \"kọumbum\",\n    \"columbate\": \"kọlụm\",\n    \"columbeion\": \"kọlụm\",\n    \"columbic\": \"columbia\",\n    \"columbid\": \"columbia\",\n    \"columbiferous\": \"okpokoro\",\n    \"columbin\": \"columbine\",\n    \"columbines\": \"kọlụm\",\n    \"columbotantalate\": \"columbo tantalate\",\n    \"columbotitanate\": \"columbo titanate\",\n    \"columbous\": \"kọlụm\",\n    \"columbus\": \"kọlụm\",\n    \"columel\": \"kọlọlum\",\n    \"columellate\": \"kọlụm\",\n    \"columels\": \"ogidi\",\n    \"column\": \"kọlụm\",\n    \"columnal\": \"kọlụm\",\n    \"columnar\": \"kọlụm\",\n    \"columnarian\": \"kọlụm\",\n    \"columnarity\": \"kọlụm\",\n    \"columnarized\": \"kọlụm\",\n    \"columnate\": \"kọlụm\",\n    \"columnated\": \"kọlụm\",\n    \"columnates\": \"kọlụm\",\n    \"columnating\": \"kọlụm\",\n    \"columnation\": \"kọlụm\",\n    \"columned\": \"kọlụm\",\n    \"columner\": \"kọlụm\",\n    \"columniation\": \"mbanye\",\n    \"columniferous\": \"akụrụngwa\",\n    \"columniform\": \"kọlụm\",\n    \"columning\": \"na-agbako\",\n    \"columnist\": \"kọlụm\",\n    \"columnization\": \"mmekorita\",\n    \"columnize\": \"ịchịkọta ọnụ\",\n    \"columnizes\": \"na-emekọ ọnụ\",\n    \"columnizing\": \"na-emekọ ihe\",\n    \"columns\": \"ogidi\",\n    \"columnwise\": \"kọlụm maara ihe\",\n    \"colure\": \"agba\",\n    \"colures\": \"na agba\",\n    \"comade\": \"ngwakọta\",\n    \"comake\": \"komake\",\n    \"comaker\": \"onye na-eme ihe\",\n    \"comakers\": \"ndị ọchị\",\n    \"comales\": \"coma\",\n    \"comals\": \"comal\",\n    \"comamie\": \"commi\",\n    \"comandante\": \"comandate\",\n    \"comandantes\": \"ndị ọchị\",\n    \"comanic\": \"ihe ọchị\",\n    \"comart\": \"bia\",\n    \"comas\": \"Coma\",\n    \"comatic\": \"kememe\",\n    \"comatik\": \"komatik\",\n    \"comb\": \"mbo\",\n    \"combat\": \"ọgụ\",\n    \"combatable\": \"ọgụ\",\n    \"combatant\": \"onye agha\",\n    \"combatants\": \"ndị agha\",\n    \"combated\": \"ọgụ\",\n    \"combater\": \"onye mgba\",\n    \"combaters\": \"ndị na-alụ ọgụ\",\n    \"combating\": \"na-alụ ọgụ\",\n    \"combative\": \"na-alụ ọgụ\",\n    \"combatively\": \"na-alụ ọgụ\",\n    \"combativeness\": \"ọgụ\",\n    \"combativity\": \"ọgụ\",\n    \"combats\": \"ọgụ\",\n    \"combattant\": \"ọgụ\",\n    \"combattants\": \"ndị na-alụ ọgụ\",\n    \"combatted\": \"ọgụ\",\n    \"combatter\": \"onye ọgụ\",\n    \"combatting\": \"ọgụ\",\n    \"combe\": \"ngwakọta\",\n    \"combes\": \"na-agbakọta\",\n    \"combfishes\": \"Comfish\",\n    \"combflower\": \"mbufọ\",\n    \"comby\": \"komby\",\n    \"combinability\": \"ikpokọta\",\n    \"combinable\": \"agwakọta\",\n    \"combinableness\": \"ikpokọta\",\n    \"combinably\": \"na-agwakọta\",\n    \"combinant\": \"agwakọta\",\n    \"combinantive\": \"agwakọta\",\n    \"combinate\": \"ikpokọta\",\n    \"combination\": \"Nchikota\",\n    \"combinational\": \"Ngwakọta\",\n    \"combinations\": \"Nchikota\",\n    \"combinative\": \"agwakọta\",\n    \"combinator\": \"igwekota\",\n    \"combinatory\": \"Ngwakọta\",\n    \"combinatorial\": \"Ngwakọta\",\n    \"combinatorially\": \"na-agwakọta\",\n    \"combinatoric\": \"igwekota\",\n    \"combinatorics\": \"Ngwakọta ihe\",\n    \"combinators\": \"igwekota\",\n    \"combind\": \"chịkọba\",\n    \"combine\": \"ikpokọta\",\n    \"combined\": \"jikọtara\",\n    \"combinedly\": \"jikọtara ọnụ\",\n    \"combinedness\": \"njikọta\",\n    \"combinement\": \"ngwakọta\",\n    \"combiner\": \"igwekota\",\n    \"combiners\": \"igwekota\",\n    \"combines\": \"na-agwakọta\",\n    \"combing\": \"na ijikọta\",\n    \"combings\": \"na-agwakọta\",\n    \"combining\": \"na ijikọta\",\n    \"combite\": \"ikpokọta\",\n    \"comble\": \"komble\",\n    \"combless\": \"enweghị ọgụ\",\n    \"comblessness\": \"enweghị nsogbu\",\n    \"comblike\": \"dị ka ọkụ\",\n    \"combmaker\": \"mgboko\",\n    \"combmaking\": \"ọgụ\",\n    \"combo\": \"ngwakọta\",\n    \"combos\": \"ngwakọta\",\n    \"combre\": \"ngwakọta\",\n    \"combretaceous\": \"dị mma\",\n    \"combretum\": \"chịrị\",\n    \"combure\": \"ikpokọta\",\n    \"comburendo\": \"mkpokọta\",\n    \"comburent\": \"dị\",\n    \"comburgess\": \"ọgụ\",\n    \"comburimeter\": \"comburimita\",\n    \"comburimetry\": \"ọgụ\",\n    \"comburivorous\": \"na-agbasi ike\",\n    \"combust\": \"ọgụ\",\n    \"combusted\": \"okpokoro\",\n    \"combustible\": \"combustibul\",\n    \"combustibleness\": \"na-ere ọkụ\",\n    \"combustibles\": \"combustibul\",\n    \"combustibly\": \"na-agbasi mbọ ike\",\n    \"combusting\": \"okpokoro\",\n    \"combustious\": \"dị egwu\",\n    \"combustive\": \"na-ere ọkụ\",\n    \"combustively\": \"combustive\",\n    \"combustor\": \"ọgụ\",\n    \"combwise\": \"mekwaa\",\n    \"combwright\": \"ọgụ\",\n    \"comdg\": \"comd\",\n    \"comdia\": \"comd\",\n    \"comdr\": \"comd\",\n    \"come\": \"bia\",\n    \"comeatable\": \"ihe ngosi\",\n    \"comeback\": \"laghachite azụ\",\n    \"comebacker\": \"nweghachi\",\n    \"comebacks\": \"laghachi azụ\",\n    \"comecrudo\": \"bia\",\n    \"comedy\": \"ntochi\",\n    \"comedial\": \"ome nto ochi\",\n    \"comedian\": \"ome nto ochi\",\n    \"comedians\": \"ndị ọchị\",\n    \"comediant\": \"ndị ọchị\",\n    \"comedic\": \"ihe ọchị\",\n    \"comedical\": \"ihe ọchị\",\n    \"comedically\": \"dị ọchị\",\n    \"comediennes\": \"ndị ọchị\",\n    \"comedist\": \"ome nto ochi\",\n    \"comedown\": \"gbadata\",\n    \"comely\": \"mara mma\",\n    \"comelier\": \"komelier\",\n    \"comeliest\": \"ima ima\",\n    \"comeliness\": \"ọmarịcha\",\n    \"comeling\": \"na-agbakọ\",\n    \"comendite\": \"gbakọta\",\n    \"comenic\": \"ihe ọchị\",\n    \"comer\": \"bia\",\n    \"comers\": \"bia\",\n    \"comes\": \"bia\",\n    \"comessation\": \"ikwupụta\",\n    \"comestible\": \"na-agbakasị\",\n    \"comestibles\": \"na-abịa n'ihu\",\n    \"comestion\": \"abịa\",\n    \"comet\": \"komeeti\",\n    \"cometary\": \"kechiri\",\n    \"cometh\": \"bia\",\n    \"comether\": \"onye nkuchi\",\n    \"cometic\": \"ihe ochi\",\n    \"cometology\": \"ihe omumu\",\n    \"comeupance\": \"bia\",\n    \"comeuppance\": \"bia\",\n    \"comeuppances\": \"bia\",\n    \"comfy\": \"kelechi\",\n    \"comfiness\": \"zuru oke\",\n    \"comfits\": \"edot\",\n    \"comfiture\": \"ngwakọta\",\n    \"comfort\": \"nkasi obi\",\n    \"comfortability\": \"nkasi obi\",\n    \"comfortabilities\": \"nkasi obi\",\n    \"comfortable\": \"nke oma\",\n    \"comfortableness\": \"ntụsara ahụ\",\n    \"comfortably\": \"nkasi obi\",\n    \"comfortation\": \"mbuso agha\",\n    \"comfortative\": \"nkasi obi\",\n    \"comforted\": \"nkasi obi\",\n    \"comforter\": \"nkasi obi\",\n    \"comforters\": \"nkasi obi\",\n    \"comfortful\": \"nke oma\",\n    \"comforting\": \"na-akasi obi\",\n    \"comfortingly\": \"nkasi obi\",\n    \"comfortless\": \"nkasi obi\",\n    \"comfortlessly\": \"nkasi obi\",\n    \"comfortlessness\": \"enweghị nkasi obi\",\n    \"comfortress\": \"nkasi obi\",\n    \"comfortroot\": \"nkasi obi\",\n    \"comforts\": \"nkasi obi\",\n    \"comic\": \"na-atọ ọchị\",\n    \"comical\": \"atọ ọchị\",\n    \"comicality\": \"ihe ọchị\",\n    \"comically\": \"na-atọ ọchị\",\n    \"comicalness\": \"ihe ọchị\",\n    \"comicocynical\": \"ihe ọchị\",\n    \"comicocratic\": \"ihe ọchị\",\n    \"comicodidactic\": \"ihe ọchị\",\n    \"comicography\": \"ihe ọchị\",\n    \"comicoprosaic\": \"ihe ọchị\",\n    \"comicotragedy\": \"ihe ọchị\",\n    \"comicotragic\": \"ihe ọchị\",\n    \"comicotragical\": \"ihe ọchị\",\n    \"comicry\": \"ọchị\",\n    \"comics\": \"ndị na-atọ ọchị\",\n    \"comid\": \"comida\",\n    \"comiferous\": \"conifeife\",\n    \"cominformist\": \"okwa cominformist\",\n    \"cominformists\": \"ndị na-eme ihe nkiri\",\n    \"coming\": \"na-abịa\",\n    \"comingle\": \"na-agagharị\",\n    \"comings\": \"bia\",\n    \"comique\": \"kechie\",\n    \"comism\": \"ihe mgbochi\",\n    \"comitadji\": \"Ikwerre\",\n    \"comital\": \"dịkọ\",\n    \"comitant\": \"nnem\",\n    \"comitative\": \"na-atọ ọchị\",\n    \"comitatus\": \"nnem\",\n    \"comite\": \"komite\",\n    \"comites\": \"na-atọ ọchị\",\n    \"comitia\": \"komitia\",\n    \"comitial\": \"nke mbido\",\n    \"comitragedy\": \"Akwa Ibom\",\n    \"coml\": \"gbakọta\",\n    \"comm\": \"rikoma\",\n    \"comma\": \"rikoma\",\n    \"commaes\": \"rikoma\",\n    \"commaing\": \"rikoma\",\n    \"command\": \"iwu\",\n    \"commandable\": \"iwu\",\n    \"commandant\": \"ọchịagha\",\n    \"commandants\": \"ndị ọchịagha\",\n    \"commandatory\": \"iwu\",\n    \"commanded\": \"nyere iwu\",\n    \"commandedness\": \"iwu\",\n    \"commandeer\": \"onye nduzi\",\n    \"commandeered\": \"iwu\",\n    \"commandeering\": \"iwu\",\n    \"commandeers\": \"ndị nduzi\",\n    \"commander\": \"ọchịagha\",\n    \"commandery\": \"iwu\",\n    \"commanderies\": \"ndị ọchịagha\",\n    \"commanders\": \"ndị ọchịagha\",\n    \"commandership\": \"ọchịagha\",\n    \"commanding\": \"inye iwu\",\n    \"commandingly\": \"iwu\",\n    \"commandingness\": \"iwu\",\n    \"commandite\": \"iwu\",\n    \"commandless\": \"enweghị iwu\",\n    \"commandment\": \"iwu\",\n    \"commandments\": \"iwu\",\n    \"commando\": \"iwu\",\n    \"commandoes\": \"iwu\",\n    \"commandoman\": \"nwoke komando\",\n    \"commandos\": \"iwu\",\n    \"commandress\": \"ọchịagha\",\n    \"commandry\": \"iwu\",\n    \"commandrie\": \"iwu\",\n    \"commandries\": \"iwu\",\n    \"commands\": \"iwu\",\n    \"commark\": \"ibido\",\n    \"commas\": \"koma\",\n    \"commassation\": \"Mkpokọta\",\n    \"commassee\": \"ikwenye\",\n    \"commata\": \"agha\",\n    \"commatic\": \"komatic\",\n    \"commation\": \"ikwenye\",\n    \"comme\": \"komme\",\n    \"commeasuring\": \"kommeas\",\n    \"commelina\": \"komelina\",\n    \"commelinaceous\": \"komelinaceous\",\n    \"commem\": \"iburu\",\n    \"commemorable\": \"kwesịrị ncheta\",\n    \"commemorate\": \"ememe\",\n    \"commemorated\": \"ncheta\",\n    \"commemorates\": \"na-echeta\",\n    \"commemorating\": \"ncheta\",\n    \"commemoration\": \"ememe ncheta\",\n    \"commemorational\": \"ncheta\",\n    \"commemorations\": \"ememe ncheta\",\n    \"commemorative\": \"ncheta\",\n    \"commemoratively\": \"ememe ncheta\",\n    \"commemorativeness\": \"ememe ncheta\",\n    \"commemorator\": \"ncheta\",\n    \"commemoratory\": \"ncheta\",\n    \"commemorators\": \"ncheta\",\n    \"commemorize\": \"ịtụgharị\",\n    \"commemorizing\": \"na-eme ihe niile\",\n    \"commence\": \"ịmalite\",\n    \"commenceable\": \"malitere\",\n    \"commenced\": \"bidoro\",\n    \"commencement\": \"malitere\",\n    \"commencements\": \"malitere\",\n    \"commencer\": \"onye malitere\",\n    \"commences\": \"malitere\",\n    \"commencing\": \"malitere\",\n    \"commend\": \"jaa ya mma\",\n    \"commendable\": \"kwesịrị ịja mma\",\n    \"commendableness\": \"ịja mma\",\n    \"commendably\": \"kwesịrị ịja mma\",\n    \"commendador\": \"ịja mma\",\n    \"commendam\": \"ịja mma\",\n    \"commendatary\": \"ịja mma\",\n    \"commendation\": \"ịja mma\",\n    \"commendations\": \"ịja mma\",\n    \"commendator\": \"otoro\",\n    \"commendatory\": \"ịja mma\",\n    \"commendatories\": \"ịja mma\",\n    \"commendatorily\": \"ịja mma\",\n    \"commended\": \"jara mma\",\n    \"commender\": \"nye onyinye\",\n    \"commending\": \"na-aja mma\",\n    \"commendingly\": \"ịja mma\",\n    \"commendment\": \"ịja mma\",\n    \"commends\": \"na-aja mma\",\n    \"commensurable\": \"commensuraals\",\n    \"commensurated\": \"malitere\",\n    \"commensurately\": \"malite\",\n    \"commensurateness\": \"malite\",\n    \"commensurating\": \"commensurat\",\n    \"commensuration\": \"ume\",\n    \"commensurations\": \"commensuraments\",\n    \"comment\": \"ikwu\",\n    \"commentable\": \"ikwu okwu\",\n    \"commentary\": \"nkọwa\",\n    \"commentarial\": \"ikwu okwu\",\n    \"commentarialism\": \"ikwu okwu\",\n    \"commentaries\": \"nkọwa\",\n    \"commentate\": \"ikwu\",\n    \"commentated\": \"kwuru\",\n    \"commentating\": \"na-ekwu okwu\",\n    \"commentation\": \"nkọwa\",\n    \"commentative\": \"nkọwa\",\n    \"commentator\": \"okwukwu\",\n    \"commentatorial\": \"nkọwa\",\n    \"commentatorially\": \"onye na-akọwa okwu enyi\",\n    \"commentators\": \"ndị na-akọwa\",\n    \"commentatorship\": \"onye na-akọwa okwu\",\n    \"commented\": \"kwuru\",\n    \"commenter\": \"okwukwu\",\n    \"commenting\": \"na-ekwu\",\n    \"commentitious\": \"ikwu okwu\",\n    \"comments\": \"kwuru\",\n    \"commerce\": \"azụmahịa\",\n    \"commerced\": \"azụmahịa\",\n    \"commerceless\": \"azụmahịa\",\n    \"commercer\": \"onye ọchụnta ego\",\n    \"commerces\": \"azụmahịa\",\n    \"commercia\": \"azụmahịa\",\n    \"commerciable\": \"azụmahịa\",\n    \"commercial\": \"azụmahịa\",\n    \"commercialisation\": \"azụmahịa\",\n    \"commercialise\": \"na-azụ ahịa\",\n    \"commercialised\": \"azụmahịa\",\n    \"commercialising\": \"na-ere ahịa\",\n    \"commercialism\": \"azụmahịa\",\n    \"commercialist\": \"onye ọchụnta ego\",\n    \"commercialistic\": \"nke azụmahịa\",\n    \"commercialists\": \"ndị ọchụnta ego\",\n    \"commerciality\": \"azụmahịa\",\n    \"commercialization\": \"azụmahịa\",\n    \"commercializations\": \"azụmahịa\",\n    \"commercialize\": \"na-azụ ahịa\",\n    \"commercialized\": \"azụmahịa\",\n    \"commercializes\": \"na-ere ahịa\",\n    \"commercializing\": \"na-ere ahịa\",\n    \"commercially\": \"azụmahịa\",\n    \"commercialness\": \"azụmahịa\",\n    \"commercials\": \"mkpọsa ngwá ahịa\",\n    \"commercing\": \"azụmahịa\",\n    \"commercium\": \"ahịa\",\n    \"commerge\": \"azụmahịa\",\n    \"commers\": \"commies\",\n    \"commy\": \"commi\",\n    \"commie\": \"commi\",\n    \"commigration\": \"mbido\",\n    \"commilitant\": \"onye agha\",\n    \"comminated\": \"malitere\",\n    \"comminating\": \"na-amalite\",\n    \"commination\": \"malitere\",\n    \"commingle\": \"na-agagharị\",\n    \"commingled\": \"gbanwere\",\n    \"commingler\": \"na-arụ ọrụ\",\n    \"commingles\": \"na-emegharị\",\n    \"commingling\": \"na-eme\",\n    \"comminuate\": \"malite\",\n    \"comminute\": \"comminut\",\n    \"comminuted\": \"malitere\",\n    \"comminuting\": \"na-amalite\",\n    \"comminution\": \"iwu\",\n    \"comminutor\": \"onye ndụmọdụ\",\n    \"commiphora\": \"kommiphora\",\n    \"commisce\": \"kwalite\",\n    \"commise\": \"gbalite\",\n    \"commiserate\": \"commise\",\n    \"commiserates\": \"commise\",\n    \"commiserating\": \"commise\",\n    \"commiseration\": \"commisei\",\n    \"commiserations\": \"commising\",\n    \"commiserative\": \"commisei\",\n    \"commiserator\": \"commiseiser\",\n    \"commissary\": \"ọrụ\",\n    \"commissariats\": \"isslọ ọrụ\",\n    \"commissaries\": \"isslọrụ\",\n    \"commissaryship\": \"isslọrụ\",\n    \"commission\": \"ọrụ\",\n    \"commissionaire\": \"kọmishọna\",\n    \"commissional\": \"kọmishọna\",\n    \"commissionary\": \"kọmishọna\",\n    \"commissionate\": \"inye ikike\",\n    \"commissionated\": \"nyere ọrụ\",\n    \"commissionating\": \"inye ọrụ\",\n    \"commissioned\": \"nyere ọrụ\",\n    \"commissioner\": \"kọmishọna\",\n    \"commissioners\": \"ndị ọrụ ọrụ\",\n    \"commissionership\": \"ọrụ\",\n    \"commissionerships\": \"ọrụ\",\n    \"commissioning\": \"inye ọrụ\",\n    \"commissions\": \"isslọrụ\",\n    \"commissionship\": \"isslọrụ\",\n    \"commissive\": \"gbasapụ\",\n    \"commissively\": \"commississ\",\n    \"commissoria\": \"komisoria\",\n    \"commissural\": \"Iwu\",\n    \"commissure\": \"nyefee\",\n    \"commissurotomy\": \"issulọrụ\",\n    \"commissurotomies\": \"issulọrụ\",\n    \"commistion\": \"ọrụ\",\n    \"commit\": \"ime\",\n    \"commitment\": \"nkwa\",\n    \"commitments\": \"nkwa\",\n    \"commits\": \"eme\",\n    \"committable\": \"Ikwere\",\n    \"committal\": \"kwenye\",\n    \"committals\": \"nkwa\",\n    \"committed\": \"akanamde\",\n    \"committedly\": \"ime\",\n    \"committedness\": \"itinye obi\",\n    \"committee\": \"kọmitii\",\n    \"committeeism\": \"kọmitii\",\n    \"committeeman\": \"Ekwerete\",\n    \"committeemen\": \"Ndi nwoke\",\n    \"committees\": \"kọmitii\",\n    \"committeeship\": \"kọmitii\",\n    \"committeewoman\": \"nwanyị\",\n    \"committeewomen\": \"ụmụ nwanyị\",\n    \"committent\": \"ikwenye\",\n    \"committer\": \"nkwa\",\n    \"committible\": \"ndondo\",\n    \"committing\": \"ime\",\n    \"committitur\": \"ndebanye\",\n    \"committment\": \"nkwa\",\n    \"committor\": \"onye ji ihe\",\n    \"commix\": \"kọmịks\",\n    \"commixed\": \"jikọtara\",\n    \"commixes\": \"nchịkọta\",\n    \"commixing\": \"ịkpa ọchị\",\n    \"commixt\": \"mkpokọta\",\n    \"commixtion\": \"nchịkọta\",\n    \"commixture\": \"ngwakọta\",\n    \"commo\": \"komo\",\n    \"commodate\": \"commodita\",\n    \"commodation\": \"ngwongwo\",\n    \"commoderate\": \"dozie\",\n    \"commodes\": \"commode\",\n    \"commodious\": \"dị ire\",\n    \"commodiously\": \"n'ụzọ\",\n    \"commodiousness\": \"ngwongwo\",\n    \"commodity\": \"ngwongwo\",\n    \"commodities\": \"ngwaahịa\",\n    \"commodores\": \"ngwaahịa\",\n    \"commoigne\": \"komoigne\",\n    \"commolition\": \"ume\",\n    \"common\": \"nkịtị\",\n    \"commonable\": \"nkịtị\",\n    \"commonage\": \"jikọrọ ọnụ\",\n    \"commonality\": \"nkịtị\",\n    \"commonalities\": \"ihe ndi mmadu\",\n    \"commonalty\": \"nkịtị\",\n    \"commonalties\": \"ọhaneze\",\n    \"commonance\": \"nkịtị\",\n    \"commoned\": \"nkịtị\",\n    \"commonefaction\": \"mmezu\",\n    \"commoner\": \"nkịtị\",\n    \"commoners\": \"ndị nkịtị\",\n    \"commonership\": \"nkịtị\",\n    \"commonest\": \"nke kachasị\",\n    \"commoning\": \"nkịtị\",\n    \"commonish\": \"nkịtị\",\n    \"commonition\": \"nkpọkọta\",\n    \"commonize\": \"mezie\",\n    \"commonly\": \"ọtụtụ mgbe\",\n    \"commonness\": \"nkịtị\",\n    \"commonplace\": \"ebe nkịtị\",\n    \"commonplaceism\": \"ihe juru ebe nile\",\n    \"commonplacely\": \"nkịtị\",\n    \"commonplaceness\": \"nkịtị nkịtị\",\n    \"commonplacer\": \"nkịtị\",\n    \"commonplaces\": \"ebe ama ama\",\n    \"commonsense\": \"commonsons\",\n    \"commonsensibly\": \"commonsensons\",\n    \"commonty\": \"nkịtị\",\n    \"commonweal\": \"izugbe\",\n    \"commonweals\": \"jikọrọ ọnụ\",\n    \"commonwealth\": \"obodo niile\",\n    \"commonwealthism\": \"oha obodo\",\n    \"commonwealths\": \"mba ndi mmadu\",\n    \"commorancy\": \"Ọrụ\",\n    \"commorancies\": \"ọrụ\",\n    \"commorient\": \"dị mma\",\n    \"commorse\": \"bido\",\n    \"commos\": \"komos\",\n    \"commot\": \"bido\",\n    \"commote\": \"ibido\",\n    \"commotion\": \"ọgba aghara\",\n    \"commotional\": \"Mgbasi\",\n    \"commotions\": \"ọgba aghara\",\n    \"commove\": \"ikwado\",\n    \"commoved\": \"commo\",\n    \"commoving\": \"ikwenye\",\n    \"commulation\": \"mekwa\",\n    \"commulative\": \"egwu\",\n    \"communal\": \"oha obodo\",\n    \"communalisation\": \"mmekọrịta\",\n    \"communalise\": \"mmekọrịta\",\n    \"communalised\": \"mekwaa\",\n    \"communaliser\": \"mmeko\",\n    \"communalising\": \"imekọ ọnụ\",\n    \"communalism\": \"ọchịchị obodo\",\n    \"communalist\": \"onye mmekorita\",\n    \"communalistic\": \"mmekọrịta obodo\",\n    \"communality\": \"oha obodo\",\n    \"communalization\": \"mmekọrịta\",\n    \"communalize\": \"mekọrịta\",\n    \"communalized\": \"mmekorita\",\n    \"communalizer\": \"komputa\",\n    \"communalizing\": \"imekọrịta\",\n    \"communally\": \"mmekorita\",\n    \"communard\": \"udo\",\n    \"communbus\": \"kombus\",\n    \"commune\": \"kwurita\",\n    \"communed\": \"agwa\",\n    \"communer\": \"mmekorita\",\n    \"communes\": \"obodo\",\n    \"communicability\": \"nkwukọrịta\",\n    \"communicable\": \"nkwurịta okwu\",\n    \"communicableness\": \"nkwurịta okwu\",\n    \"communicably\": \"nkwurịta okwu\",\n    \"communicant\": \"onye nkwusa\",\n    \"communicants\": \"ndị nkwukọrịta\",\n    \"communicate\": \"na-ekwurịta okwu\",\n    \"communicated\": \"gwara\",\n    \"communicatee\": \"nkwurịta okwu\",\n    \"communicates\": \"na-ekwurịta okwu\",\n    \"communicating\": \"na-ekwurịta okwu\",\n    \"communication\": \"nkwurịta okwu\",\n    \"communicational\": \"nkwukọrịta\",\n    \"communications\": \"nkwukọrịta\",\n    \"communicative\": \"nkwurịta okwu\",\n    \"communicatively\": \"nkwurịta okwu\",\n    \"communicativeness\": \"nkwurịta okwu\",\n    \"communicator\": \"onye nkwukọrịta\",\n    \"communicatory\": \"na-ekwurịta okwu\",\n    \"communicators\": \"ndị nkwukọrịta\",\n    \"communing\": \"ikwurịta\",\n    \"communion\": \"udo\",\n    \"communionable\": \"udo\",\n    \"communional\": \"udo\",\n    \"communionist\": \"mmeko\",\n    \"communions\": \"udo\",\n    \"communiqu\": \"nkwupụta\",\n    \"communique\": \"nkwupụta\",\n    \"communiques\": \"nkwupụta\",\n    \"communis\": \"komunizim\",\n    \"communisation\": \"nkwurịta okwu\",\n    \"communise\": \"komunizim\",\n    \"communised\": \"gbasa\",\n    \"communising\": \"na-ekwukọrịta\",\n    \"communism\": \"komunizim\",\n    \"communist\": \"komunizim\",\n    \"communistery\": \"ọchịchị\",\n    \"communisteries\": \"obodo\",\n    \"communistic\": \"komunizim\",\n    \"communistical\": \"komunizim\",\n    \"communistically\": \"kọmunist\",\n    \"communists\": \"ndị Kọmunist\",\n    \"communital\": \"mmekọrịta\",\n    \"communitary\": \"mmekota\",\n    \"communitarian\": \"mmeko\",\n    \"communitarianism\": \"ọchịchị mmekọrịta\",\n    \"community\": \"obodo\",\n    \"communities\": \"obodo\",\n    \"communitive\": \"mmekorita\",\n    \"communitywide\": \"obodo\",\n    \"communitorium\": \"ụlọ ezumezu\",\n    \"communization\": \"komunizim\",\n    \"communize\": \"komputa\",\n    \"communized\": \"kọntaktị\",\n    \"communizing\": \"na-ekwukọrịta\",\n    \"commutable\": \"commutut\",\n    \"commutableness\": \"commutable\",\n    \"commutate\": \"ibughari\",\n    \"commutated\": \"gbasaa\",\n    \"commutating\": \"na-agbagharị\",\n    \"commutation\": \"ikwupụta\",\n    \"commutations\": \"ikwupụta\",\n    \"commutative\": \"na-agbanwe agbanwe\",\n    \"commutatively\": \"na-arụ ọrụ\",\n    \"commutator\": \"commutut\",\n    \"commutators\": \"commutut\",\n    \"commute\": \"ibughari\",\n    \"commuted\": \"gbaghaara\",\n    \"commuter\": \"puta\",\n    \"commuters\": \"ndị njem\",\n    \"commutes\": \"na-aga\",\n    \"commuting\": \"na-agagharị\",\n    \"commutuality\": \"iwu\",\n    \"comnenian\": \"Comnenian\",\n    \"comonomer\": \"ihe ndozi\",\n    \"comoquer\": \"merie\",\n    \"comorado\": \"colorado\",\n    \"comortgagee\": \"nnyefe\",\n    \"comose\": \"bia\",\n    \"comournful\": \"na-atọ ọchị\",\n    \"comous\": \"ntochi\",\n    \"compact\": \"kọmpat\",\n    \"compactability\": \"ndakọrịta\",\n    \"compactable\": \"kọmpat\",\n    \"compacted\": \"kọmpụta\",\n    \"compactedly\": \"kọmpụta\",\n    \"compactedness\": \"compactness\",\n    \"compacter\": \"compact\",\n    \"compactest\": \"kọmpat\",\n    \"compactible\": \"compacti\",\n    \"compactify\": \"chịkọta\",\n    \"compactification\": \"nkwekọrịta\",\n    \"compacting\": \"kọntaktị\",\n    \"compaction\": \"nchịkọta\",\n    \"compactions\": \"nchịkọta\",\n    \"compactly\": \"kọmpat\",\n    \"compactness\": \"kọmpat\",\n    \"compactor\": \"compact\",\n    \"compacture\": \"kọmpat\",\n    \"compadre\": \"compad\",\n    \"compadres\": \"compad\",\n    \"compage\": \"ngwugwu\",\n    \"compages\": \"Nchịkọta\",\n    \"compaginate\": \"inagide\",\n    \"compagination\": \"compagagering\",\n    \"companable\": \"kompeni\",\n    \"companage\": \"enyi\",\n    \"companator\": \"enyi\",\n    \"compander\": \"komba\",\n    \"company\": \"ụlọ ọrụ\",\n    \"compania\": \"enyi\",\n    \"companiable\": \"compani\",\n    \"companied\": \"ụlọ ọrụ\",\n    \"companies\": \"ụlọ ọrụ\",\n    \"companying\": \"Inweta\",\n    \"companyless\": \"ụlọ ọrụ obere\",\n    \"companion\": \"enyi\",\n    \"companionability\": \"mkpakọrịta\",\n    \"companionable\": \"enyi\",\n    \"companionableness\": \"ike enyi\",\n    \"companionably\": \"na mgbakwunye\",\n    \"companionage\": \"enyi\",\n    \"companionate\": \"enyi\",\n    \"companioned\": \"enyi\",\n    \"companioning\": \"mkpakọrịta\",\n    \"companionize\": \"mechie\",\n    \"companionized\": \"enyi\",\n    \"companionizing\": \"na-emekọ ihe\",\n    \"companionless\": \"enweghị enyi\",\n    \"companions\": \"ndị enyi\",\n    \"companionship\": \"mkpakọrịta\",\n    \"companionway\": \"uzo\",\n    \"companionways\": \"ụzọ\",\n    \"compar\": \"tụnyere\",\n    \"comparability\": \"atụnyere\",\n    \"comparable\": \"tụnyere\",\n    \"comparableness\": \"ntụnyere\",\n    \"comparably\": \"jiri ya tụnyere\",\n    \"comparate\": \"tụnyere\",\n    \"comparatival\": \"ntụnyere\",\n    \"comparative\": \"atụnyere\",\n    \"comparatively\": \"ma e jiri ya tụnyere\",\n    \"comparativeness\": \"ntụnyere\",\n    \"comparatives\": \"atụnyere\",\n    \"comparator\": \"ihe atụ\",\n    \"comparators\": \"ndị ntụnyere\",\n    \"comparcioner\": \"ihe nchoputa\",\n    \"compare\": \"tulee\",\n    \"compared\": \"tụnyere\",\n    \"comparer\": \"ihe nyocha\",\n    \"comparers\": \"ndị tụnyere\",\n    \"compares\": \"atụnyere\",\n    \"comparing\": \"atụnyere\",\n    \"comparison\": \"tụnyere\",\n    \"comparisons\": \"atụnyere\",\n    \"comparition\": \"ntụnyere\",\n    \"comparograph\": \"atụnyere\",\n    \"comparsa\": \"atụnyere\",\n    \"comparted\": \"agbakọta\",\n    \"comparting\": \"chikọta\",\n    \"compartment\": \"nkewa\",\n    \"compartmental\": \"nkewa\",\n    \"compartmentalization\": \"nkewa\",\n    \"compartmentalize\": \"mejuputa\",\n    \"compartmentalized\": \"nkewa\",\n    \"compartmentalizes\": \"na-achịkwa\",\n    \"compartmentalizing\": \"imekọ ihe\",\n    \"compartmentally\": \"mpaghara\",\n    \"compartmentation\": \"nkewa\",\n    \"compartmented\": \"kewara ekewa\",\n    \"compartmentize\": \"chịkọta\",\n    \"compartments\": \"Nkeji\",\n    \"compartner\": \"onye nlekọta\",\n    \"comparts\": \"ntụnyere\",\n    \"compass\": \"kompas\",\n    \"compassable\": \"compass\",\n    \"compassed\": \"compass\",\n    \"compasser\": \"kompas\",\n    \"compasses\": \"kompas\",\n    \"compassing\": \"compass\",\n    \"compassion\": \"ọmịiko\",\n    \"compassionable\": \"nwee ọmịiko\",\n    \"compassionate\": \"nwee ọmịiko\",\n    \"compassionated\": \"nwee ọmịiko\",\n    \"compassionately\": \"nwee ọmịiko\",\n    \"compassionateness\": \"ọmịiko\",\n    \"compassionating\": \"nwee ọmịiko\",\n    \"compassionless\": \"enweghị obi ebere\",\n    \"compassive\": \"compass\",\n    \"compassless\": \"enweghị atụ\",\n    \"compassment\": \"compass\",\n    \"compaternity\": \"ndakọrịta\",\n    \"compathy\": \"ndakọrịta\",\n    \"compatibility\": \"ndakọrịta\",\n    \"compatibilities\": \"ndakọrịta\",\n    \"compatible\": \"dakọtara\",\n    \"compatibleness\": \"ndakọrịta\",\n    \"compatibles\": \"Ngwakọta\",\n    \"compatibly\": \"ndakọrịta\",\n    \"compatience\": \"ndidi\",\n    \"compatient\": \"compati\",\n    \"compatriot\": \"onye agbata obi\",\n    \"compatriotic\": \"onye agbata obi\",\n    \"compatriotism\": \"nkwanye ugwu\",\n    \"compatriots\": \"ndị agbata obi\",\n    \"compearance\": \"ọdịdị\",\n    \"compeer\": \"onye nnem\",\n    \"compeered\": \"mejuputara\",\n    \"compeers\": \"ndị na-eme egwuregwu\",\n    \"compel\": \"manye\",\n    \"compellability\": \"ihe ike\",\n    \"compellable\": \"komila\",\n    \"compellation\": \"komputa\",\n    \"compellative\": \"komputa\",\n    \"compelled\": \"manyere\",\n    \"compellent\": \"magburu onwe\",\n    \"compellers\": \"ndị na-enyocha ihe\",\n    \"compelling\": \"na-akpali akpali\",\n    \"compellingly\": \"ikwenye\",\n    \"compels\": \"na-amanye\",\n    \"compend\": \"gbakwunye\",\n    \"compendency\": \"ikwenye\",\n    \"compendent\": \"ikwenye\",\n    \"compendiate\": \"gbakwunye\",\n    \"compendious\": \"kwesịrị ntụkwasị obi\",\n    \"compendiously\": \"n'ụzọ zuru ezu\",\n    \"compendiousness\": \"ikwenye\",\n    \"compendium\": \"komendium\",\n    \"compenetration\": \"Mmekọrịta\",\n    \"compensability\": \"mmezi\",\n    \"compensable\": \"kwụọ ụgwọ\",\n    \"compensate\": \"kwụọ ụgwọ\",\n    \"compensated\": \"akwụ ụgwọ\",\n    \"compensates\": \"na-akwụ ụgwọ\",\n    \"compensating\": \"na-akwụ ụgwọ\",\n    \"compensatingly\": \"na-akwụ ụgwọ\",\n    \"compensation\": \"akwụ ụgwọ\",\n    \"compensational\": \"akwụ ụgwọ\",\n    \"compensations\": \"akwụ ụgwọ\",\n    \"compensative\": \"na-akwụ ụgwọ\",\n    \"compensatively\": \"na-akwụ ụgwọ\",\n    \"compensativeness\": \"na-akwụ ụgwọ\",\n    \"compensator\": \"onye na-akwụ ụgwọ\",\n    \"compensatory\": \"na-akwụ ụgwọ\",\n    \"compensators\": \"ndị na-akwụghachi ụgwọ\",\n    \"compenser\": \"akwụ ụgwọ\",\n    \"compered\": \"gbasie\",\n    \"compering\": \"na-agbakọ\",\n    \"compert\": \"komputa\",\n    \"compester\": \"compress\",\n    \"compete\": \"zọọ mpi\",\n    \"competed\": \"sọọ mpi\",\n    \"competence\": \"amaka\",\n    \"competency\": \"ikike\",\n    \"competencies\": \"ikike\",\n    \"competent\": \"eru\",\n    \"competently\": \"oruru\",\n    \"competentness\": \"iru eru\",\n    \"competer\": \"komputa\",\n    \"competes\": \"mpi\",\n    \"competible\": \"tozuru oke\",\n    \"competing\": \"na-asọ mpi\",\n    \"competingly\": \"mpi\",\n    \"competition\": \"mpi\",\n    \"competitioner\": \"onye ndorondoro\",\n    \"competitions\": \"asọmpi\",\n    \"competitive\": \"asọmpi\",\n    \"competitively\": \"ndorondoro\",\n    \"competitiveness\": \"asọmpi\",\n    \"competitor\": \"onye osompi\",\n    \"competitory\": \"mpi\",\n    \"competitors\": \"ndị asọmpi\",\n    \"competitorship\": \"asọmpi\",\n    \"competitress\": \"osompi\",\n    \"competitrix\": \"mpi\",\n    \"compilable\": \"chịkọtara\",\n    \"compilation\": \"mkpokọta\",\n    \"compilations\": \"mkpokọta\",\n    \"compilator\": \"nchịkọta\",\n    \"compilatory\": \"chịkọtara\",\n    \"compile\": \"chikota\",\n    \"compileable\": \"enwere ike ịnakọta\",\n    \"compiled\": \"chịkọtara\",\n    \"compilement\": \"mkpokọta\",\n    \"compiler\": \"nchịkọta\",\n    \"compilers\": \"Ihe nchịkọta\",\n    \"compiles\": \"chịkọta\",\n    \"compiling\": \"chikọta\",\n    \"compinge\": \"comping\",\n    \"complacence\": \"afọ ojuju\",\n    \"complacency\": \"afọ ojuju\",\n    \"complacencies\": \"afọ ojuju\",\n    \"complacent\": \"nwee afọ ojuju\",\n    \"complacential\": \"na-eme udo\",\n    \"complacentially\": \"N'ikwekọ n'udo\",\n    \"complacently\": \"na-eji afọ ojuju\",\n    \"complain\": \"mee mkpesa\",\n    \"complainable\": \"mkpesa\",\n    \"complainant\": \"mkpesa\",\n    \"complainants\": \"ndị na-eme mkpesa\",\n    \"complained\": \"mere mkpesa\",\n    \"complainer\": \"onye na-eme mkpesa\",\n    \"complainers\": \"na-eme mkpesa\",\n    \"complaining\": \"mkpesa\",\n    \"complainingly\": \"na-eme mkpesa\",\n    \"complainingness\": \"mkpesa\",\n    \"complains\": \"na-eme mkpesa\",\n    \"complaint\": \"mkpesa\",\n    \"complaintful\": \"mkpesa\",\n    \"complaintive\": \"mkpesa\",\n    \"complaintiveness\": \"mkpesa\",\n    \"complaints\": \"mkpesa\",\n    \"complaisance\": \"mkpesa\",\n    \"complaisant\": \"na-eme mkpesa\",\n    \"complaisantly\": \"na-eme mkpesa\",\n    \"complaisantness\": \"ime mkpesa\",\n    \"complanar\": \"komputa\",\n    \"complanate\": \"chịkọta\",\n    \"complanation\": \"mkpokọta\",\n    \"complant\": \"mkpesa\",\n    \"compleat\": \"zuo ezu\",\n    \"compleated\": \"Emechara\",\n    \"complect\": \"zuo ezu\",\n    \"complected\": \"emezu\",\n    \"complecting\": \"emezu\",\n    \"complection\": \"mmeju\",\n    \"complects\": \"zuo ezu\",\n    \"complement\": \"zuo ezu\",\n    \"complemental\": \"arụkọ\",\n    \"complementally\": \"arụkọ\",\n    \"complementalness\": \"arụkọ\",\n    \"complementary\": \"arụkọ\",\n    \"complementaries\": \"arụkọ\",\n    \"complementarily\": \"arụkọ\",\n    \"complementariness\": \"arụkọ\",\n    \"complementarism\": \"arụkọ\",\n    \"complementarity\": \"arụkọ\",\n    \"complementation\": \"mmeju\",\n    \"complementative\": \"arụkọ\",\n    \"complemented\": \"zuo ezu\",\n    \"complementer\": \"zuo ezu\",\n    \"complementers\": \"ndị na-agbakwunye\",\n    \"complementing\": \"zuo ezu\",\n    \"complementizer\": \"zuo ezu\",\n    \"complementoid\": \"emeju\",\n    \"complements\": \"zuo ezu\",\n    \"completable\": \"zuru ezu\",\n    \"complete\": \"zuru ezu\",\n    \"completed\": \"Emechara\",\n    \"completedness\": \"mmecha\",\n    \"completely\": \"kpam kpam\",\n    \"completement\": \"mmezu\",\n    \"completeness\": \"izu ezu\",\n    \"completer\": \"zuo ezu\",\n    \"completers\": \"na-emezu\",\n    \"completes\": \"mechaa\",\n    \"completest\": \"zuo ezu\",\n    \"completing\": \"emecha\",\n    \"completion\": \"mmecha\",\n    \"completions\": \"Mmecha\",\n    \"completive\": \"na-emejuputa\",\n    \"completively\": \"na-agbakwunye\",\n    \"completory\": \"emeju\",\n    \"completories\": \"Mmeju\",\n    \"complex\": \"mgbagwoju anya\",\n    \"complexation\": \"mgbagwoju anya\",\n    \"complexed\": \"jikọtara ọnụ\",\n    \"complexedness\": \"ndozi\",\n    \"complexer\": \"ihe mgbagwoju anya\",\n    \"complexes\": \"ogige\",\n    \"complexest\": \"mgbagwoju anya\",\n    \"complexify\": \"sikwuo ike\",\n    \"complexification\": \"mgbagwoju anya\",\n    \"complexing\": \"mgbagwoju anya\",\n    \"complexion\": \"odidi\",\n    \"complexionably\": \"n'ụzọ mgbagwoju anya\",\n    \"complexional\": \"odidi\",\n    \"complexionally\": \"mgbagwoju anya\",\n    \"complexionary\": \"odidi\",\n    \"complexioned\": \"dị mgbagwoju anya\",\n    \"complexionist\": \"odidi\",\n    \"complexionless\": \"enweghị mgbagwoju anya\",\n    \"complexions\": \"mgbagwoju anya\",\n    \"complexity\": \"mgbagwoju anya\",\n    \"complexities\": \"mgbagwoju anya\",\n    \"complexive\": \"ihe mgbagwoju anya\",\n    \"complexively\": \"mgbagwoju anya\",\n    \"complexly\": \"mgbagwoju anya\",\n    \"complexness\": \"mgbagwoju anya\",\n    \"complexometry\": \"mgbagwoju anya\",\n    \"complexometric\": \"ihe mgbagwoju anya\",\n    \"complexus\": \"mgbagwoju anya\",\n    \"comply\": \"rube isi\",\n    \"compliable\": \"komili\",\n    \"compliableness\": \"nnabata\",\n    \"compliably\": \"compliible\",\n    \"compliance\": \"nnabata\",\n    \"compliances\": \"ikwenye\",\n    \"compliancy\": \"nnabata\",\n    \"compliancies\": \"nnabata\",\n    \"compliant\": \"Dabara\",\n    \"compliantly\": \"ikwenye\",\n    \"complicacy\": \"nkwekọrịta\",\n    \"complicacies\": \"ihe mgbagwoju anya\",\n    \"complicant\": \"ihe mgbagwoju anya\",\n    \"complicate\": \"ihikosi\",\n    \"complicated\": \"gbagwojuru anya\",\n    \"complicatedly\": \"mgbagwoju anya\",\n    \"complicatedness\": \"mgbagwoju anya\",\n    \"complicates\": \"gbasie ike\",\n    \"complicating\": \"mgbagwoju anya\",\n    \"complication\": \"mgbagwoju anya\",\n    \"complications\": \"nsogbu\",\n    \"complicative\": \"mgbagwoju anya\",\n    \"complicator\": \"onye mgbagwoju anya\",\n    \"complicators\": \"ndị mgbagwoju anya\",\n    \"complice\": \"chịkọta\",\n    \"complices\": \"mgbagwoju anya\",\n    \"complicity\": \"nkwekọrịta\",\n    \"complicities\": \"mgbagwoju anya\",\n    \"complicitous\": \"mgbagwoju anya\",\n    \"complied\": \"gbasoro\",\n    \"complier\": \"ngwugwu\",\n    \"compliers\": \"ndị nchịkọta\",\n    \"complies\": \"na-ekwenye\",\n    \"complying\": \"ikwenye\",\n    \"compliment\": \"otito\",\n    \"complimentable\": \"otito\",\n    \"complimental\": \"otito\",\n    \"complimentally\": \"otito\",\n    \"complimentalness\": \"otito\",\n    \"complimentary\": \"otito\",\n    \"complimentarily\": \"otito\",\n    \"complimentariness\": \"otito\",\n    \"complimentarity\": \"otito\",\n    \"complimentation\": \"otito\",\n    \"complimentative\": \"otito\",\n    \"complimented\": \"toro\",\n    \"complimenter\": \"otito\",\n    \"complimenters\": \"otito\",\n    \"complimenting\": \"otito\",\n    \"complimentingly\": \"otito\",\n    \"compliments\": \"Ekele\",\n    \"complin\": \"komputa\",\n    \"compline\": \"komputa\",\n    \"complines\": \"komputa\",\n    \"complins\": \"komputa\",\n    \"complish\": \"gbakọta\",\n    \"complot\": \"mpịakọta\",\n    \"complotment\": \"mpịakọta\",\n    \"complots\": \"ndị ngwugwu\",\n    \"complotted\": \"complot\",\n    \"complotter\": \"onye nchịkwa\",\n    \"complotting\": \"eme ihe\",\n    \"compo\": \"ngwakọta\",\n    \"compoed\": \"ngwakọta\",\n    \"compoer\": \"ngwakọta\",\n    \"compoing\": \"Ngwakọta na\",\n    \"compole\": \"ngwakọta\",\n    \"componed\": \"kwadoro\",\n    \"componency\": \"ndebe\",\n    \"component\": \"akụrụngwa\",\n    \"componented\": \"im komputa\",\n    \"componential\": \"ikwenye\",\n    \"componentry\": \"akụrụngwa\",\n    \"components\": \"akụrụngwa\",\n    \"componentwise\": \"otu ihe\",\n    \"comport\": \"ngwakọta\",\n    \"comportable\": \"mara mma\",\n    \"comportance\": \"ibu\",\n    \"comported\": \"gbakọtara\",\n    \"comporting\": \"akota\",\n    \"comportment\": \"ngwakọta\",\n    \"comports\": \"komputa\",\n    \"compos\": \"mejupụtara\",\n    \"composable\": \"Comable\",\n    \"composal\": \"Comable\",\n    \"composant\": \"akụrụngwa\",\n    \"compose\": \"ikpegara\",\n    \"composed\": \"ekewet\",\n    \"composedly\": \"agụkọta\",\n    \"composedness\": \"ihe mejupụtara\",\n    \"composer\": \"andiwet\",\n    \"composers\": \"ndị na-eme ihe nkiri\",\n    \"composes\": \"ndị na-eme ihe nkiri\",\n    \"composit\": \"mejupụtara\",\n    \"composita\": \"mejupụtara\",\n    \"compositae\": \"mejupụtara\",\n    \"composite\": \"mejupụtara\",\n    \"composited\": \"mejupụtara\",\n    \"compositely\": \"na-agbakọta\",\n    \"compositeness\": \"ihe mejupụtara\",\n    \"composites\": \"mejupụtara\",\n    \"composition\": \"mejupụtara\",\n    \"compositional\": \"composition\",\n    \"compositionally\": \"na nhazi\",\n    \"compositions\": \"mejupụtara\",\n    \"compositive\": \"mejupụtara\",\n    \"compositively\": \"Mejupụtara\",\n    \"compositor\": \"andiwet\",\n    \"compositorial\": \"mejupụtara\",\n    \"compositors\": \"ndị na-eme ihe nkiri\",\n    \"compositous\": \"mejupụtara\",\n    \"compositure\": \"Ngwakọta\",\n    \"composograph\": \"ngwakọta\",\n    \"compossibility\": \"enwere ike\",\n    \"compossible\": \"kwere omume\",\n    \"composted\": \"compost\",\n    \"composting\": \"ịkọpụta ala\",\n    \"composts\": \"compost\",\n    \"composture\": \"compost\",\n    \"composure\": \"ngwakọta\",\n    \"compotationship\": \"Mgbakwunye\",\n    \"compound\": \"onyinye\",\n    \"compoundable\": \"ihe ngwakọta\",\n    \"compounded\": \"agwakọta\",\n    \"compoundedness\": \"ngwakọta\",\n    \"compounder\": \"ngwakọta\",\n    \"compounders\": \"Ndị na-elekọta ụlọ\",\n    \"compounding\": \"agbakọta\",\n    \"compoundness\": \"ngwakọta\",\n    \"compounds\": \"ogige\",\n    \"comprador\": \"onye nlekota\",\n    \"compradore\": \"ikwe\",\n    \"comprecation\": \"nhazi\",\n    \"compreg\": \"gbakọta\",\n    \"compregnate\": \"gbakọta\",\n    \"comprehend\": \"ịghọta\",\n    \"comprehended\": \"ịghọta\",\n    \"comprehending\": \"ịghọta\",\n    \"comprehendingly\": \"ịghọta\",\n    \"comprehends\": \"na-aghọta\",\n    \"comprehensibility\": \"nghọta\",\n    \"comprehensible\": \"ịghọta\",\n    \"comprehensibleness\": \"ịghọta ihe\",\n    \"comprehensibly\": \"ịghọta\",\n    \"comprehension\": \"nghọta\",\n    \"comprehensive\": \"keukwu\",\n    \"comprehensively\": \"emezu\",\n    \"comprehensiveness\": \"zuru ezu\",\n    \"comprehensives\": \"nghọta\",\n    \"comprehensor\": \"ịghọta ihe\",\n    \"compresence\": \"nkwenye\",\n    \"compresent\": \"ibunye\",\n    \"compress\": \"mpikota onu\",\n    \"compressed\": \"abịakọrọ\",\n    \"compressedly\": \"abịakọrọ\",\n    \"compresses\": \"compress\",\n    \"compressing\": \"mpikota onu\",\n    \"compressingly\": \"mkpakọ\",\n    \"compression\": \"mkpakọ\",\n    \"compressional\": \"mkpakọ\",\n    \"compressions\": \"mkpakọ\",\n    \"compressive\": \"mkpakọ\",\n    \"compressively\": \"mkpakọ\",\n    \"compressor\": \"Compress\",\n    \"compressors\": \"compres\",\n    \"compressure\": \"Compress\",\n    \"comprest\": \"mpikota onu\",\n    \"compriest\": \"compri\",\n    \"comprisal\": \"compris\",\n    \"comprise\": \"mejupụtara\",\n    \"comprised\": \"mejupụtara\",\n    \"comprises\": \"mejupụtara\",\n    \"comprising\": \"gụnyere\",\n    \"comprize\": \"compri\",\n    \"comprized\": \"ikike\",\n    \"comprizing\": \"na-edekọ\",\n    \"comprobation\": \"mkpokọta\",\n    \"comproduce\": \"ibata\",\n    \"compromis\": \"ikwere\",\n    \"compromisable\": \"kwenye\",\n    \"compromise\": \"ikwere\",\n    \"compromised\": \"mie ala\",\n    \"compromiser\": \"ikwere\",\n    \"compromisers\": \"nkwekọrịta\",\n    \"compromises\": \"nkwekọrịta\",\n    \"compromising\": \"mebie\",\n    \"compromisingly\": \"ikwere\",\n    \"compromissary\": \"ikwere\",\n    \"compromission\": \"mwepu\",\n    \"compromissorial\": \"ikwere\",\n    \"compromit\": \"ikwere\",\n    \"compromitment\": \"mwepu\",\n    \"compromitted\": \"mebie\",\n    \"compromitting\": \"ikwenye\",\n    \"compte\": \"komputa\",\n    \"compted\": \"komputa\",\n    \"compter\": \"komputa\",\n    \"comptible\": \"dakọtara\",\n    \"comptie\": \"compati\",\n    \"compting\": \"ịgha\",\n    \"comptness\": \"nnabata\",\n    \"comptrol\": \"komptrol\",\n    \"comptroller\": \"nchịkwa\",\n    \"comptrollers\": \"ndị nchịkwa\",\n    \"comptrollership\": \"nchịkwa\",\n    \"compulsative\": \"mmanye\",\n    \"compulsatively\": \"mmanye\",\n    \"compulsatory\": \"mmanye\",\n    \"compulsatorily\": \"mmanye\",\n    \"compulse\": \"komputa\",\n    \"compulsed\": \"amanye\",\n    \"compulsion\": \"mmanye\",\n    \"compulsions\": \"mmanye\",\n    \"compulsitor\": \"onye mmanye\",\n    \"compulsive\": \"mmanye\",\n    \"compulsively\": \"mmanye\",\n    \"compulsiveness\": \"mmanye\",\n    \"compulsives\": \"mmanye\",\n    \"compulsivity\": \"mkpali\",\n    \"compulsory\": \"mmanye\",\n    \"compulsorily\": \"n'ike\",\n    \"compulsoriness\": \"mmanye\",\n    \"compunct\": \"nwekọtara ọnụ\",\n    \"compunction\": \"mkpokọta\",\n    \"compunctionary\": \"compunition\",\n    \"compunctionless\": \"enweghị atụ\",\n    \"compunctions\": \"Mgbakọ\",\n    \"compunctious\": \"compunsuo\",\n    \"compunctiously\": \"ọnụ\",\n    \"compunctive\": \"ọnụ\",\n    \"compupil\": \"chịkọtara\",\n    \"compurgatorial\": \"ihe nchịkwa\",\n    \"computable\": \"komputa\",\n    \"computably\": \"enwere ike\",\n    \"computate\": \"komputa\",\n    \"computation\": \"mgbakọ\",\n    \"computational\": \"mgbakọ\",\n    \"computationally\": \"mgbakọ\",\n    \"computations\": \"Mgbakọ\",\n    \"computative\": \"ngụkọta\",\n    \"computatively\": \"na-agbakọ\",\n    \"computativeness\": \"mgbakọ\",\n    \"compute\": \"gbakọọ\",\n    \"computed\": \"agbakọ\",\n    \"computer\": \"kọmputa\",\n    \"computerese\": \"kọmputa\",\n    \"computerise\": \"kọmputa\",\n    \"computerite\": \"kọmputa\",\n    \"computerizable\": \"kọmputa\",\n    \"computerization\": \"kọmputa\",\n    \"computerize\": \"kọmputa\",\n    \"computerized\": \"kọmputa\",\n    \"computerizes\": \"kọmputa\",\n    \"computerizing\": \"kọmputa\",\n    \"computerlike\": \"dị ka kọmputa\",\n    \"computers\": \"kọmputa\",\n    \"computing\": \"Mgbakọ\",\n    \"computist\": \"komputa\",\n    \"comr\": \"komr\",\n    \"comrade\": \"enyi\",\n    \"comradely\": \"n'ụzọ dị egwu\",\n    \"comradeliness\": \"imekọ ọnụ\",\n    \"comrades\": \"ndị ọrụ ibe\",\n    \"comradeship\": \"mmekorita\",\n    \"comrado\": \"enyi\",\n    \"comrogue\": \"ịkpa ọchị\",\n    \"comsat\": \"coms\",\n    \"comsomol\": \"komsomol\",\n    \"comstock\": \"Ngwongwo\",\n    \"comstockery\": \"Ngwongwo\",\n    \"comstockeries\": \"Ngwongwo\",\n    \"comte\": \"komputa\",\n    \"comtes\": \"comates\",\n    \"comtesse\": \"komputa\",\n    \"comtesses\": \"iwu\",\n    \"comtism\": \"komtism\",\n    \"comtist\": \"komtist\",\n    \"conable\": \"mkpọ\",\n    \"conacre\": \"kọntaktị\",\n    \"conation\": \"ikwenye\",\n    \"conations\": \"mkpọchi\",\n    \"conaxial\": \"nkwonkwo\",\n    \"concactenated\": \"mechie\",\n    \"concamerate\": \"mechie\",\n    \"concamerated\": \"mechie\",\n    \"concameration\": \"mmechi\",\n    \"concarnation\": \"nkwonkwo\",\n    \"concassation\": \"nkwukwu\",\n    \"concatenary\": \"obodo\",\n    \"concatenate\": \"ichikota\",\n    \"concatenated\": \"mechie\",\n    \"concatenates\": \"imeka\",\n    \"concatenating\": \"imekọrịta\",\n    \"concatenation\": \"mmechi\",\n    \"concatenations\": \"imekọrịta\",\n    \"concatenator\": \"onye ozo\",\n    \"concatervate\": \"mechie\",\n    \"concaulescence\": \"nkwonkwo\",\n    \"concause\": \"n'ihi\",\n    \"concavation\": \"mkpọchi\",\n    \"concaved\": \"concaca\",\n    \"concaveness\": \"mkpọchi\",\n    \"concaver\": \"concave\",\n    \"concaves\": \"concavo\",\n    \"concaving\": \"concave\",\n    \"concavity\": \"mkpọchi\",\n    \"conceal\": \"zobe\",\n    \"concealable\": \"nke nwere ike ikpuchi\",\n    \"concealed\": \"zobere\",\n    \"concealedly\": \"zoro ezo\",\n    \"concealedness\": \"ezobe\",\n    \"concealer\": \"onye na-ezochi ihe\",\n    \"concealers\": \"ndị na-ekpuchi ihe\",\n    \"concealing\": \"zoo\",\n    \"concealingly\": \"na-ezobe\",\n    \"concealment\": \"nzuzo\",\n    \"conceals\": \"na-ezochi\",\n    \"concede\": \"kwenye\",\n    \"conceded\": \"kwere\",\n    \"concededly\": \"kwere\",\n    \"conceder\": \"jikwaa\",\n    \"conceders\": \"kwenye\",\n    \"concedes\": \"kwere\",\n    \"conceding\": \"kwenye\",\n    \"conceit\": \"nganga\",\n    \"conceited\": \"mpako\",\n    \"conceitedly\": \"ịdị mpako\",\n    \"conceitedness\": \"ịdị mpako\",\n    \"conceity\": \"uche\",\n    \"conceiting\": \"na-atụ anya\",\n    \"conceitless\": \"enweghị atụ\",\n    \"conceits\": \"na-ebuli elu\",\n    \"conceivability\": \"iche echiche\",\n    \"conceivable\": \"pụrụ ichetụ n'echiche\",\n    \"conceivableness\": \"echiche\",\n    \"conceivably\": \"iche n'echiche\",\n    \"conceive\": \"tụụrụ ime\",\n    \"conceived\": \"tụụrụ ime\",\n    \"conceiver\": \"onye nzuzu\",\n    \"conceivers\": \"tụụrụ ime\",\n    \"conceives\": \"tụụrụ ime\",\n    \"conceiving\": \"na-atụrụ ime\",\n    \"concelebrate\": \"turu ime\",\n    \"concelebrated\": \"zoro ezo\",\n    \"concelebrates\": \"zoro ezo\",\n    \"concelebrating\": \"na-atụgharị uche\",\n    \"concelebration\": \"afọ ime\",\n    \"concelebrations\": \"izu ike\",\n    \"concent\": \"nkwenye\",\n    \"concenter\": \"lekwasị anya\",\n    \"concentered\": \"lekwasị anya\",\n    \"concentering\": \"itinye uche\",\n    \"concentive\": \"itinye uche\",\n    \"concento\": \"lekwasị anya\",\n    \"concentralization\": \"itinye uche\",\n    \"concentralize\": \"lekwasị anya\",\n    \"concentrate\": \"itinye uche\",\n    \"concentrated\": \"lekwasị anya\",\n    \"concentrates\": \"ụtụtụ\",\n    \"concentrating\": \"na-etinye uche\",\n    \"concentration\": \"itinye uche\",\n    \"concentrations\": \"itinye uche\",\n    \"concentrative\": \"na-etinye uche\",\n    \"concentrativeness\": \"itinye uche n'ihe\",\n    \"concentrator\": \"itinye uche\",\n    \"concentrators\": \"ndị na-etinye uche ha\",\n    \"concentre\": \"itinye uche\",\n    \"concentred\": \"lekwasị anya\",\n    \"concentrical\": \"uche\",\n    \"concentrically\": \"iche\",\n    \"concentricate\": \"uche\",\n    \"concentricity\": \"uche\",\n    \"concentring\": \"na-etinye uche\",\n    \"concents\": \"nkwekọrịta\",\n    \"concentual\": \"nkwenye\",\n    \"concentus\": \"uche\",\n    \"concept\": \"echiche\",\n    \"conceptacle\": \"echiche\",\n    \"conceptacular\": \"Ihe omuma\",\n    \"conceptaculum\": \"echiche\",\n    \"conceptible\": \"nkwenye\",\n    \"conception\": \"ịtụrụ ime\",\n    \"conceptional\": \"tụụrụ ime\",\n    \"conceptionist\": \"onye ime ime\",\n    \"conceptions\": \"echiche\",\n    \"conceptism\": \"echiche\",\n    \"conceptive\": \"izu ike\",\n    \"conceptiveness\": \"nkwenye\",\n    \"concepts\": \"echiche\",\n    \"conceptual\": \"echiche\",\n    \"conceptualisation\": \"nkwenye\",\n    \"conceptualise\": \"echiche\",\n    \"conceptualised\": \"echepụtara\",\n    \"conceptualising\": \"eche echiche\",\n    \"conceptualism\": \"echiche\",\n    \"conceptualist\": \"onye nwere echiche\",\n    \"conceptualistic\": \"echiche\",\n    \"conceptualistically\": \"ke echiche\",\n    \"conceptualists\": \"ndị nwere echiche\",\n    \"conceptuality\": \"echiche\",\n    \"conceptualization\": \"echiche\",\n    \"conceptualizations\": \"eche echiche\",\n    \"conceptualize\": \"chee echiche\",\n    \"conceptualized\": \"echepụtara\",\n    \"conceptualizer\": \"onye na-eche echiche\",\n    \"conceptualizes\": \"na-eche echiche\",\n    \"conceptualizing\": \"na-eche echiche\",\n    \"conceptually\": \"n'echiche\",\n    \"conceptus\": \"echiche\",\n    \"concern\": \"nchegbu\",\n    \"concernancy\": \"mmekọrịta\",\n    \"concerned\": \"nchegbu\",\n    \"concernedly\": \"nchegbu\",\n    \"concernedness\": \"nchegbu\",\n    \"concerning\": \"gbasara\",\n    \"concerningly\": \"metụtara\",\n    \"concerningness\": \"gbasara\",\n    \"concernment\": \"nchegbu\",\n    \"concerns\": \"nchegbu\",\n    \"concert\": \"egwu\",\n    \"concertante\": \"kọntanetị\",\n    \"concertantes\": \"egwu\",\n    \"concertanti\": \"kọntanti\",\n    \"concertanto\": \"kọntanto\",\n    \"concertati\": \"egwu\",\n    \"concertation\": \"egwu\",\n    \"concertato\": \"egwu\",\n    \"concertatos\": \"egwu\",\n    \"concerted\": \"jikota\",\n    \"concertedly\": \"ọnụ\",\n    \"concertedness\": \"nkwonkwo\",\n    \"concertgoer\": \"onye na-egwu egwu\",\n    \"concerti\": \"kọnti\",\n    \"concertina\": \"egwu\",\n    \"concertinas\": \"egwu\",\n    \"concerting\": \"egwu\",\n    \"concertini\": \"egwu\",\n    \"concertinist\": \"onye na-egwu egwu\",\n    \"concertino\": \"egwu\",\n    \"concertinos\": \"egwu\",\n    \"concertion\": \"mgbakọ\",\n    \"concertise\": \"ihe nkiri\",\n    \"concertised\": \"emekọrịta\",\n    \"concertiser\": \"ihe nkiri\",\n    \"concertising\": \"na-emekọrịta ihe\",\n    \"concertist\": \"onye na-egwu egwu\",\n    \"concertize\": \"kọntaktị\",\n    \"concertized\": \"jikota\",\n    \"concertizer\": \"kọntaktị\",\n    \"concertizes\": \"kọnta\",\n    \"concertizing\": \"na-emekọ ihe ọnụ\",\n    \"concertmaster\": \"onye na-egwu egwu\",\n    \"concertmasters\": \"onye na-egwu egwu\",\n    \"concertmeister\": \"onye na-egwu egwu\",\n    \"concertment\": \"egwu\",\n    \"concerto\": \"kọntaktị\",\n    \"concertos\": \"kọntosos\",\n    \"concerts\": \"egwu\",\n    \"concertstck\": \"egwu\",\n    \"concertstuck\": \"egwu\",\n    \"concessible\": \"ime kwere\",\n    \"concession\": \"nkwenye\",\n    \"concessionaire\": \"onye nwe ihe ahia\",\n    \"concessionaires\": \"nkwenye\",\n    \"concessional\": \"nkwanye\",\n    \"concessionary\": \"inye ego ego\",\n    \"concessionaries\": \"nkwenye\",\n    \"concessioner\": \"onye nkwanye\",\n    \"concessionist\": \"onye nkwado\",\n    \"concessions\": \"nkwenye\",\n    \"concessit\": \"nnweta\",\n    \"concessive\": \"ikwe\",\n    \"concessively\": \"inweta\",\n    \"concessiveness\": \"nkwenye\",\n    \"concessor\": \"onye nkwado\",\n    \"concessory\": \"ikwe\",\n    \"concetti\": \"egwu\",\n    \"concettism\": \"ngwakọta\",\n    \"concettist\": \"onye na-achi egwu egwu\",\n    \"concetto\": \"kọntaktị\",\n    \"conchate\": \"kpochie\",\n    \"concher\": \"ichikota\",\n    \"conchfishes\": \"conchfish\",\n    \"conchie\": \"imezu\",\n    \"conchies\": \"conchi\",\n    \"conchiferous\": \"conchifechi\",\n    \"conchite\": \"nkata\",\n    \"concho\": \"nkwekọrịta\",\n    \"conchobor\": \"mkpoko\",\n    \"conchoid\": \"nkwekọrịta\",\n    \"conchoidal\": \"mechie\",\n    \"conchoidally\": \"n'usoro\",\n    \"conchoids\": \"nkakọta\",\n    \"conchol\": \"mmanya\",\n    \"conchology\": \"nkwekọrịta\",\n    \"conchological\": \"mmekọrịta\",\n    \"conchologically\": \"n'usoro\",\n    \"conchologist\": \"ọkà n'ihe banyere udo\",\n    \"conchologize\": \"mechie\",\n    \"conchometry\": \"nnakọta\",\n    \"conchospiral\": \"nkwonkwo\",\n    \"conchostraca\": \"okwa\",\n    \"conchotome\": \"chukwu\",\n    \"conciator\": \"kọncias\",\n    \"concyclically\": \"n'ụzọ aghụghọ\",\n    \"concierges\": \"Ogbe\",\n    \"conciliable\": \"kwere\",\n    \"conciliabule\": \"ekwentiabule\",\n    \"conciliabulum\": \"nkwukọrịta\",\n    \"conciliar\": \"kwenye\",\n    \"conciliarism\": \"nkwenye\",\n    \"conciliarly\": \"ime nkwado\",\n    \"conciliate\": \"imeko\",\n    \"conciliated\": \"ejikọtara\",\n    \"conciliates\": \"ndị mmekọ\",\n    \"conciliating\": \"na-emekọrịta\",\n    \"conciliatingly\": \"n'enyemaka\",\n    \"conciliation\": \"nkwekọrịta\",\n    \"conciliationist\": \"onye mmeko\",\n    \"conciliations\": \"nkwekọrịta\",\n    \"conciliative\": \"mmekorita\",\n    \"conciliator\": \"onye nkwado\",\n    \"conciliatory\": \"emekọrịta\",\n    \"conciliatorily\": \"ime nkwado\",\n    \"conciliatoriness\": \"mmezi\",\n    \"conciliators\": \"ndị nkwado\",\n    \"concilium\": \"nzukọ\",\n    \"concinnating\": \"na-atụgharị uche\",\n    \"concio\": \"nku\",\n    \"concion\": \"nkwekọrịta\",\n    \"concional\": \"Njikọ\",\n    \"concionary\": \"mmekọrịta\",\n    \"concionate\": \"ichikota\",\n    \"concionator\": \"onye nkwekọrịta\",\n    \"concionatory\": \"mmekọrịta\",\n    \"conciousness\": \"maara\",\n    \"concipiency\": \"nkwenye\",\n    \"concise\": \"nkenke\",\n    \"concisely\": \"nkenke\",\n    \"conciseness\": \"maara\",\n    \"conciser\": \"nkenke\",\n    \"concisest\": \"nkenke\",\n    \"concision\": \"nkwekọrịta\",\n    \"concitation\": \"nkwupụta\",\n    \"concite\": \"nkenke\",\n    \"concitizen\": \"mechie\",\n    \"conclamant\": \"ekwupụta\",\n    \"conclamation\": \"nkwusa\",\n    \"conclave\": \"kọnlarị\",\n    \"conclaves\": \"Ngwakọta\",\n    \"conclavist\": \"Nwokocha\",\n    \"concludable\": \"mmechi\",\n    \"conclude\": \"mechie\",\n    \"concluded\": \"kwubiri\",\n    \"concludence\": \"mmechi\",\n    \"concludency\": \"mmechi\",\n    \"concludendi\": \"mechie\",\n    \"concludent\": \"mmechi\",\n    \"concludently\": \"imechi\",\n    \"concluder\": \"mmechi\",\n    \"concluders\": \"mmechi\",\n    \"concludes\": \"mechie\",\n    \"concludible\": \"kwenye ekwenye\",\n    \"concluding\": \"mechie\",\n    \"concludingly\": \"mmechi\",\n    \"conclusible\": \"kwenye\",\n    \"conclusion\": \"mmechi\",\n    \"conclusional\": \"mmechi\",\n    \"conclusionally\": \"n'ikpeazụ\",\n    \"conclusions\": \"nkwubi okwu\",\n    \"conclusive\": \"mechie\",\n    \"conclusively\": \"imezu\",\n    \"conclusiveness\": \"mmechi\",\n    \"conclusory\": \"nkwubi okwu\",\n    \"conclusum\": \"mmechi\",\n    \"concn\": \"kọnn\",\n    \"concocted\": \"kpuchiri\",\n    \"concocter\": \"ihe mgbochi\",\n    \"concocting\": \"ichikota\",\n    \"concoctor\": \"ihe mkpuchi\",\n    \"concocts\": \"conco\",\n    \"concomitance\": \"nkwenye\",\n    \"concomitancy\": \"nkwenye\",\n    \"concomitant\": \"kwekọrọ\",\n    \"concomitantly\": \"otu oge\",\n    \"concomitate\": \"kwenye\",\n    \"concommitant\": \"kwekọọ\",\n    \"concommitantly\": \"otu oge\",\n    \"conconscious\": \"uche\",\n    \"concord\": \"nkwekọrịta\",\n    \"concordable\": \"kọnordor\",\n    \"concordably\": \"n'ụzọ doro anya\",\n    \"concordal\": \"Nkwokorita\",\n    \"concordance\": \"nkwekọrịta\",\n    \"concordancer\": \"ihe nkwekọrịta\",\n    \"concordances\": \"nkwekọrịta\",\n    \"concordancy\": \"nkwekọrịta\",\n    \"concordant\": \"dakọtara\",\n    \"concordantial\": \"Nkwekorita\",\n    \"concordantly\": \"n'ụzọ nkịtị\",\n    \"concordat\": \"Nkwokodi\",\n    \"concordatory\": \"nkwekọrịta\",\n    \"concordats\": \"ihe nkwekọrịta\",\n    \"concordatum\": \"Nkwekorita\",\n    \"concorder\": \"ichikota\",\n    \"concordial\": \"kọnordial\",\n    \"concordist\": \"onye nkwekọrịta\",\n    \"concordity\": \"nkwekọrịta\",\n    \"concordly\": \"n'ụzọ zuru ezu\",\n    \"concords\": \"ihe nkwekọrịta\",\n    \"concorporate\": \"ichikota\",\n    \"concorporated\": \"imekọ ọnụ\",\n    \"concorporating\": \"na-emekọ ihe ọnụ\",\n    \"concorporation\": \"nchịkọta\",\n    \"concorrezanes\": \"chiedozie\",\n    \"concours\": \"ihe\",\n    \"concourse\": \"uzo\",\n    \"concourses\": \"uzo\",\n    \"concreate\": \"ihe\",\n    \"concredit\": \"Nkwekorita\",\n    \"concremation\": \"nkwonkwo\",\n    \"concrement\": \"ihe\",\n    \"concresce\": \"ihe\",\n    \"concrescence\": \"nkwonkwo\",\n    \"concrescences\": \"mkparịta ụka\",\n    \"concrescent\": \"kọntaktị\",\n    \"concrescible\": \"kọntaktị\",\n    \"concrescive\": \"kọntaktị\",\n    \"concrete\": \"ihe\",\n    \"concreted\": \"gwuru\",\n    \"concretely\": \"nkenke\",\n    \"concreteness\": \"eziokwu\",\n    \"concreter\": \"ihere\",\n    \"concretes\": \"kọntaktị\",\n    \"concreting\": \"na-eme ihe\",\n    \"concretion\": \"mmechi\",\n    \"concretional\": \"Kwuwe\",\n    \"concretionary\": \"kenyere\",\n    \"concretions\": \"mmekọrịta\",\n    \"concretism\": \"Okwuchukwu\",\n    \"concretist\": \"okwute\",\n    \"concretive\": \"n'ụzọ zuru ezu\",\n    \"concretively\": \"n'ụzọ ụfọdụ\",\n    \"concretization\": \"imekọrịta ihe\",\n    \"concretize\": \"ichikota\",\n    \"concretized\": \"chikori\",\n    \"concretizing\": \"na-emekọ ihe ọnụ\",\n    \"concretor\": \"ihe nkiri\",\n    \"concrew\": \"mezie\",\n    \"concrfsce\": \"Iwuchukwu\",\n    \"concubinage\": \"iko nwanyị\",\n    \"concubinal\": \"iko\",\n    \"concubinary\": \"iko nwanyị\",\n    \"concubinarian\": \"iko nwanyi\",\n    \"concubinaries\": \"ndị iko\",\n    \"concubinate\": \"iko nwanyị\",\n    \"concubine\": \"iko nwanyị\",\n    \"concubinehood\": \"iko nwanyị\",\n    \"concubines\": \"ndị iko\",\n    \"concubitancy\": \"iko\",\n    \"concubitant\": \"iko\",\n    \"concubitous\": \"iko\",\n    \"concubitus\": \"iko nwanyi\",\n    \"conculcate\": \"mechie\",\n    \"conculcation\": \"mmechi\",\n    \"concumbency\": \"ogwe aka\",\n    \"concupy\": \"ngwugwu\",\n    \"concupiscence\": \"nnweta\",\n    \"concupiscent\": \"nnweta\",\n    \"concupiscible\": \"ikekwe\",\n    \"concupiscibleness\": \"nnweta\",\n    \"concurred\": \"kwenye\",\n    \"concurrence\": \"nkwenye\",\n    \"concurrences\": \"nzukọ\",\n    \"concurrency\": \"nkwenye\",\n    \"concurrencies\": \"ndị mmekọ\",\n    \"concurrent\": \"n'otu oge\",\n    \"concurrently\": \"n'otu oge\",\n    \"concurrentness\": \"oge\",\n    \"concurring\": \"na-emekọ ọnụ\",\n    \"concurringly\": \"n'ụzọ ọ bụla\",\n    \"concurs\": \"-enweta\",\n    \"concursion\": \"nzuko\",\n    \"concursus\": \"Nzuzo\",\n    \"concuss\": \"nwee mkparịta ụka\",\n    \"concussant\": \"ihe mgbagha\",\n    \"concussation\": \"mkparịta ụka\",\n    \"concussed\": \"ghagbue\",\n    \"concusses\": \"ogbako\",\n    \"concussing\": \"na-ekwu okwu\",\n    \"concussion\": \"mgbagha\",\n    \"concussional\": \"mgbagha\",\n    \"concussions\": \"mgbagha\",\n    \"concussive\": \"kedu mgbagha\",\n    \"concussively\": \"na mgbagha\",\n    \"concutient\": \"iwu\",\n    \"condecent\": \"conde\",\n    \"condemn\": \"katọọ\",\n    \"condemnable\": \"Akatọ\",\n    \"condemnably\": \"katọọ\",\n    \"condemnate\": \"katọọ\",\n    \"condemnation\": \"ikpe\",\n    \"condemnations\": \"amamikpe\",\n    \"condemnatory\": \"katọọ\",\n    \"condemned\": \"ikpe\",\n    \"condemner\": \"onye ikpe\",\n    \"condemners\": \"ndị ikpe\",\n    \"condemning\": \"katọọ\",\n    \"condemningly\": \"katọrọ\",\n    \"condemnor\": \"onye ikpe\",\n    \"condemns\": \"katọrọ\",\n    \"condensability\": \"odide\",\n    \"condensance\": \"nkwenye\",\n    \"condensaries\": \"okpuru\",\n    \"condensate\": \"odide\",\n    \"condensation\": \"odide\",\n    \"condensational\": \"odide\",\n    \"condensations\": \"odide\",\n    \"condense\": \"afanye\",\n    \"condensed\": \"kechiri ọnụ\",\n    \"condensedly\": \"condensed\",\n    \"condensedness\": \"odide\",\n    \"condenseries\": \"Ebe obibi\",\n    \"condensers\": \"Kọnda\",\n    \"condenses\": \"gbakọta\",\n    \"condensing\": \"na-emekọta ọnụ\",\n    \"condensity\": \"odidi\",\n    \"condescend\": \"wedaa ala\",\n    \"condescended\": \"wedara ala\",\n    \"condescendence\": \"nkwenye\",\n    \"condescendent\": \"dị ala\",\n    \"condescending\": \"na-ewetu onwe ya ala\",\n    \"condescendingly\": \"-enye onwe-ya\",\n    \"condescendingness\": \"ịdị umeala\",\n    \"condescends\": \"na-ewetu onwe ya ala\",\n    \"condescension\": \"mgbaghara\",\n    \"condescensions\": \"nkwenye\",\n    \"condescensive\": \"di ala\",\n    \"condescensively\": \"N'anya di ala\",\n    \"condescensiveness\": \"nwewe obi ike\",\n    \"condescent\": \"condes\",\n    \"condiction\": \"nkwenye\",\n    \"condictious\": \"na-atọ ụtọ\",\n    \"condiddle\": \"ndozi\",\n    \"condiddled\": \"ndozi\",\n    \"condiddlement\": \"ndozi\",\n    \"condiddling\": \"na-eme\",\n    \"condign\": \"kwadebe\",\n    \"condigness\": \"kwenye\",\n    \"condignity\": \"nkwenye\",\n    \"condignness\": \"odide\",\n    \"condylar\": \"condilar\",\n    \"condyle\": \"kechie\",\n    \"condyles\": \"condiles\",\n    \"condylion\": \"kpakpando\",\n    \"condylure\": \"kpoo\",\n    \"condiment\": \"nanị\",\n    \"condimentary\": \"nanị\",\n    \"condiments\": \"nanị\",\n    \"condite\": \"ichikota\",\n    \"condition\": \"ọnọdụ\",\n    \"conditionable\": \"kpachapụ anya\",\n    \"conditional\": \"keonodu\",\n    \"conditionality\": \"ọnọdụ\",\n    \"conditionalities\": \"ọnọdụ\",\n    \"conditionalize\": \"mee ka ha mara\",\n    \"conditionally\": \"onodu\",\n    \"conditionals\": \"onodu\",\n    \"conditionate\": \"dozie\",\n    \"conditione\": \"onodu\",\n    \"conditioned\": \"onodu\",\n    \"conditioner\": \"ihe ndozi\",\n    \"conditioners\": \"ndị na-eme ka ihe atụ\",\n    \"conditioning\": \"nhazi\",\n    \"conditions\": \"ọnọdụ\",\n    \"conditorium\": \"ụlọ obibi\",\n    \"condo\": \"kondo\",\n    \"condog\": \"ozu\",\n    \"condolatory\": \"kasie\",\n    \"condole\": \"console\",\n    \"condoled\": \"kasie ya obi\",\n    \"condolement\": \"nkasi obi\",\n    \"condolence\": \"iru uju\",\n    \"condolences\": \"nkasi obi\",\n    \"condolent\": \"iru uju\",\n    \"condoler\": \"Onye nkasi obi\",\n    \"condolers\": \"nkasi obi\",\n    \"condoles\": \"nkasi obi\",\n    \"condoling\": \"ikasi obi\",\n    \"condolingly\": \"na-enye ume-ahụ\",\n    \"condom\": \"kondom\",\n    \"condominate\": \"imechi\",\n    \"condoms\": \"kondom\",\n    \"condonable\": \"kwere\",\n    \"condonance\": \"nkwenye\",\n    \"condonation\": \"nkwenye\",\n    \"condonations\": \"nkwenye\",\n    \"condone\": \"kwado\",\n    \"condoned\": \"kwadoro\",\n    \"condonement\": \"nkwenye\",\n    \"condoner\": \"ihe mmado\",\n    \"condoners\": \"na-anabata\",\n    \"condones\": \"na-akwado\",\n    \"condoning\": \"na-anabata\",\n    \"condor\": \"inyocha\",\n    \"condores\": \"na-akụkọta\",\n    \"condors\": \"ndi nkiti\",\n    \"condos\": \"kondo\",\n    \"conduce\": \"idu\",\n    \"conduceability\": \"eburu\",\n    \"conduced\": \"eduzi\",\n    \"conducement\": \"conduction\",\n    \"conducent\": \"ikwado\",\n    \"conducer\": \"ihe mmezi\",\n    \"conducers\": \"ndị na-eduzi ya\",\n    \"conduces\": \"na-eduzi\",\n    \"conducible\": \"kemmehe\",\n    \"conducibleness\": \"o kwere omume\",\n    \"conducibly\": \"nkwenye\",\n    \"conducing\": \"na-ewebata\",\n    \"conducingly\": \"dị mma\",\n    \"conducive\": \"emeka\",\n    \"conduciveness\": \"nkwenye\",\n    \"conduct\": \"omume\",\n    \"conductance\": \"omume\",\n    \"conductances\": \"omume\",\n    \"conducted\": \"duziri\",\n    \"conductibility\": \"omume\",\n    \"conductible\": \"omume\",\n    \"conductility\": \"omume\",\n    \"conductimeter\": \"nhazi\",\n    \"conductimetric\": \"omume\",\n    \"conducting\": \"na-eduzi\",\n    \"conductio\": \"eduzi\",\n    \"conductional\": \"conduction\",\n    \"conductitious\": \"na-eduzi\",\n    \"conductive\": \"eduzi\",\n    \"conductively\": \"eduzi\",\n    \"conductivity\": \"nhazi\",\n    \"conductivities\": \"ụkpụrụ\",\n    \"conductometer\": \"kondomom\",\n    \"conductor\": \"kondokto\",\n    \"conductory\": \"ndutịm\",\n    \"conductorial\": \"eduzi\",\n    \"conductorless\": \"enweghị onye ndu\",\n    \"conductors\": \"ndị na-eduzi\",\n    \"conductorship\": \"ndu\",\n    \"conductress\": \"onye nlekọta\",\n    \"conducts\": \"na-eduzi\",\n    \"conductus\": \"eburu\",\n    \"condue\": \"mee\",\n    \"conduit\": \"idu\",\n    \"conduits\": \"mmiri\",\n    \"conduplicate\": \"imehie\",\n    \"conduplicated\": \"ihe mgbagwoju anya\",\n    \"conduplication\": \"ndu\",\n    \"condurangin\": \"kedu\",\n    \"condurango\": \"kporora\",\n    \"coneighboring\": \"ime nkwado\",\n    \"conemaking\": \"izu ahia\",\n    \"conepates\": \"na-ehi ụra\",\n    \"conepatl\": \"onyegbako\",\n    \"conepatls\": \"gbamgbam\",\n    \"confabbed\": \"gbanye\",\n    \"confabbing\": \"Na-agbagha\",\n    \"confabular\": \"confabul\",\n    \"confabulate\": \"mechie\",\n    \"confabulated\": \"gbanwere\",\n    \"confabulates\": \"na-ekwupụta\",\n    \"confabulating\": \"na-agbagha\",\n    \"confabulation\": \"Mgbagha\",\n    \"confabulations\": \"ọgba aghara\",\n    \"confabulatory\": \"confabulati\",\n    \"confact\": \"kọntaktị\",\n    \"confarreate\": \"ikwusa\",\n    \"confarreated\": \"gbochie\",\n    \"confarreation\": \"nkwupụta\",\n    \"confated\": \"kwupụtara\",\n    \"confect\": \"izu oke\",\n    \"confected\": \"gbanwee\",\n    \"confecting\": \"izuchi\",\n    \"confection\": \"ihe oriri\",\n    \"confectionary\": \"ụtọ\",\n    \"confectionaries\": \"ihe na-esi ísì ụtọ\",\n    \"confectioner\": \"ihe nhicha\",\n    \"confectionery\": \"ihe ịchọ mma\",\n    \"confectioneries\": \"ebe a na-eme ihe oriri\",\n    \"confectioners\": \"ndị na-afectionụ ihe ịchọ mma\",\n    \"confectiones\": \"ihe ịchọ mma\",\n    \"confections\": \"agụụ\",\n    \"confects\": \"nkwonkwo\",\n    \"confecture\": \"ogwe\",\n    \"confed\": \"kwere\",\n    \"confeder\": \"na-enyefe\",\n    \"confederacy\": \"nkwukọrịta\",\n    \"confederacies\": \"kọntaktị\",\n    \"confederal\": \"Confederal\",\n    \"confederate\": \"jikọọ\",\n    \"confederated\": \"jikọrọ\",\n    \"confederates\": \"jikọrọ ọnụ\",\n    \"confederating\": \"na-ekwenye\",\n    \"confederation\": \"Njikota\",\n    \"confederationism\": \"nnokota\",\n    \"confederationist\": \"jikọrọ ọnụ\",\n    \"confederations\": \"nkwenye\",\n    \"confederatism\": \"nnabata\",\n    \"confederative\": \"jikọrọ ọnụ\",\n    \"confederatize\": \"kekọrịta\",\n    \"confederator\": \"nyefee\",\n    \"confelicity\": \"ikwenye\",\n    \"confer\": \"Nye\",\n    \"conferee\": \"confere\",\n    \"conferees\": \"ọgbakọ ọgbakọ\",\n    \"conference\": \"ogbako\",\n    \"conferences\": \"nzukọ\",\n    \"conferencing\": \"nzukọ ọgbakọ\",\n    \"conferential\": \"ọgbakọ ọgbakọ\",\n    \"conferment\": \"okwu\",\n    \"conferrable\": \"nkwenye\",\n    \"conferral\": \"kọnyeral\",\n    \"conferred\": \"agwa\",\n    \"conferree\": \"agwa\",\n    \"conferrence\": \"ogbako\",\n    \"conferrer\": \"kọnyeral\",\n    \"conferrers\": \"na-enyefe\",\n    \"conferring\": \"na-enye ndụmọdụ\",\n    \"conferruminate\": \"inye\",\n    \"confers\": \"na-ekwupụta\",\n    \"conferted\": \"kwere\",\n    \"confervaceous\": \"nkwenye\",\n    \"conferval\": \"kwuo\",\n    \"confervoid\": \"Nyefee\",\n    \"confervoideae\": \"kọntaktị\",\n    \"confervous\": \"nnyefe\",\n    \"confess\": \"kwupụta\",\n    \"confessable\": \"ekwupụta\",\n    \"confessant\": \"ekwupụta\",\n    \"confessary\": \"ekwupụta\",\n    \"confessarius\": \"ekwupụta\",\n    \"confessed\": \"kwupụtara\",\n    \"confessedly\": \"kwupụta\",\n    \"confesser\": \"kwupụta\",\n    \"confesses\": \"ekwupụta\",\n    \"confessing\": \"ikwupụta\",\n    \"confessingly\": \"ekwupụta\",\n    \"confession\": \"nkwupụta\",\n    \"confessional\": \"nkwupụta\",\n    \"confessionalian\": \"osisa\",\n    \"confessionalism\": \"nkwupụta\",\n    \"confessionalist\": \"ekwupụtaerist\",\n    \"confessionally\": \"nkwupụta\",\n    \"confessionals\": \"nkwupụta\",\n    \"confessionary\": \"osisa\",\n    \"confessionaries\": \"nkwupụta\",\n    \"confessionist\": \"ekwupụta\",\n    \"confessions\": \"nkwupụta\",\n    \"confessor\": \"osisa\",\n    \"confessory\": \"osisa\",\n    \"confessors\": \"nkwupụta\",\n    \"confessorship\": \"osompi\",\n    \"confest\": \"kwupụta\",\n    \"conficient\": \"zuru ezu\",\n    \"confidant\": \"nzuzo\",\n    \"confidante\": \"nzuzo\",\n    \"confidantes\": \"nzuzo\",\n    \"confidants\": \"ndị kwere ekwe\",\n    \"confide\": \"ikwupụta\",\n    \"confided\": \"gwara\",\n    \"confidence\": \"ntụkwasị obi\",\n    \"confidences\": \"nkwenye\",\n    \"confidency\": \"ntụkwasị obi\",\n    \"confident\": \"nwere obi ike\",\n    \"confidente\": \"nwee ntụkwasị obi\",\n    \"confidential\": \"nzuzo\",\n    \"confidentiality\": \"nzuzo\",\n    \"confidentially\": \"na nzuzo\",\n    \"confidentialness\": \"nzuzo\",\n    \"confidentiary\": \"nzuzo\",\n    \"confidently\": \"n’atụghị egwu\",\n    \"confidentness\": \"nkwenye\",\n    \"confider\": \"izu nzuzo\",\n    \"confiders\": \"na-enye ndụmọdụ\",\n    \"confides\": \"na-ekwupụta\",\n    \"confiding\": \"izu nzuzo\",\n    \"confidingly\": \"izu nzuzo\",\n    \"confidingness\": \"izu nzuzo\",\n    \"configurable\": \"nhazi\",\n    \"configural\": \"nhazi\",\n    \"configurate\": \"hazie\",\n    \"configurated\": \"hazie\",\n    \"configurating\": \"ahazi\",\n    \"configuration\": \"nhazi\",\n    \"configurational\": \"nhazi\",\n    \"configurationally\": \"nhazi\",\n    \"configurationism\": \"nhazi\",\n    \"configurationist\": \"nhazi\",\n    \"configurations\": \"nhazi\",\n    \"configurative\": \"nhazi\",\n    \"configure\": \"hazie\",\n    \"configured\": \"hazie\",\n    \"configuring\": \"ịhazi\",\n    \"confinable\": \"kesara\",\n    \"confine\": \"igbochi\",\n    \"confined\": \"idebe\",\n    \"confinedly\": \"n'ichiri\",\n    \"confinedness\": \"mkpochi\",\n    \"confinement\": \"mkpọchi\",\n    \"confinements\": \"mkpọchi\",\n    \"confiner\": \"okwute\",\n    \"confiners\": \"ihe ndozi\",\n    \"confines\": \"na-ejedebe\",\n    \"confining\": \"idebe\",\n    \"confinity\": \"njedebe\",\n    \"confirm\": \"gosi\",\n    \"confirmability\": \"nkwenye\",\n    \"confirmable\": \"kwenye\",\n    \"confirmand\": \"gosi\",\n    \"confirmation\": \"nkwenye\",\n    \"confirmational\": \"nkwenye\",\n    \"confirmations\": \"nkwenye\",\n    \"confirmative\": \"nkwenye\",\n    \"confirmatively\": \"nkwenye\",\n    \"confirmatory\": \"ikwenye\",\n    \"confirmatorily\": \"akwado\",\n    \"confirmed\": \"kwadoro\",\n    \"confirmedly\": \"n'eziokwu\",\n    \"confirmedness\": \"nkwenye\",\n    \"confirmee\": \"kwadoro\",\n    \"confirmer\": \"ikwenye\",\n    \"confirming\": \"ikwenye\",\n    \"confirmingly\": \"ikwenye\",\n    \"confirmity\": \"nkwenye\",\n    \"confirmment\": \"nkwenye\",\n    \"confirmor\": \"gosi ma obu\",\n    \"confirms\": \"na-egosi\",\n    \"confiscable\": \"jichie\",\n    \"confiscatable\": \"jichie\",\n    \"confiscate\": \"bukọta\",\n    \"confiscated\": \"jichie\",\n    \"confiscates\": \"na-ejichi\",\n    \"confiscating\": \"na-ejichi\",\n    \"confiscation\": \"siizi\",\n    \"confiscations\": \"bukọta\",\n    \"confiscator\": \"bukọta\",\n    \"confiscatory\": \"siizi\",\n    \"confiscators\": \"bukọta\",\n    \"confisk\": \"ikwupụta\",\n    \"confisticating\": \"nkwenye\",\n    \"confit\": \"ikweta\",\n    \"confitent\": \"ikwenye\",\n    \"confiteor\": \"confentor\",\n    \"confiture\": \"nnyefe\",\n    \"confix\": \"nkwenye\",\n    \"confixed\": \"kekọtara\",\n    \"confixing\": \"izu ike\",\n    \"conflab\": \"okpo\",\n    \"conflagrant\": \"Gbanyụọ\",\n    \"conflagrate\": \"gbanye ọkụ\",\n    \"conflagrated\": \"gbanwere\",\n    \"conflagrating\": \"na-agba ume\",\n    \"conflagration\": \"Ọkụ\",\n    \"conflagrations\": \"Ọkụ\",\n    \"conflagrative\": \"Na-egbu mmụọ\",\n    \"conflagratory\": \"Nkwenye\",\n    \"conflate\": \"ikwupụta\",\n    \"conflated\": \"agbagha\",\n    \"conflates\": \"na-ekwupụta\",\n    \"conflating\": \"ekwupụta\",\n    \"conflation\": \"nkwupụta\",\n    \"conflexure\": \"mgbagwoju anya\",\n    \"conflict\": \"esemokwu\",\n    \"conflicted\": \"esemokwu\",\n    \"conflictful\": \"esemokwu\",\n    \"conflicting\": \"na-emegiderịta\",\n    \"conflictingly\": \"na-emegiderịta\",\n    \"confliction\": \"esemokwu\",\n    \"conflictive\": \"esemokwu\",\n    \"conflictless\": \"enweghị esemokwu\",\n    \"conflictory\": \"esemokwu\",\n    \"conflicts\": \"esemokwu\",\n    \"conflictual\": \"esemokwu\",\n    \"conflow\": \"ikwusi\",\n    \"confluence\": \"izu\",\n    \"confluences\": \"nkwenye\",\n    \"confluent\": \"kememe\",\n    \"confluently\": \"kekọrịta\",\n    \"confocally\": \"dị iche iche\",\n    \"conforbably\": \"ma eleghị anya\",\n    \"conform\": \"kwekọọ\",\n    \"conformability\": \"kwekọrọ\",\n    \"conformable\": \"kwekọrọ\",\n    \"conformableness\": \"kwekọrọ\",\n    \"conformably\": \"kwekọrọ\",\n    \"conformal\": \"kwekọrọ\",\n    \"conformance\": \"mmezu\",\n    \"conformant\": \"kwekọrọ\",\n    \"conformate\": \"ime kwekọrọ\",\n    \"conformation\": \"ndo\",\n    \"conformational\": \"kwekọrọ\",\n    \"conformationally\": \"n'ụzọ kwekọrọ\",\n    \"conformations\": \"mmekorita\",\n    \"conformator\": \"conformor\",\n    \"conformed\": \"kwekọrọ\",\n    \"conformer\": \"conform\",\n    \"conformers\": \"conform\",\n    \"conforming\": \"kwekọrọ\",\n    \"conformingly\": \"kwekọrọ\",\n    \"conformism\": \"nkwekọ\",\n    \"conformist\": \"nkwekọ\",\n    \"conformists\": \"ndị kwekọrịtara\",\n    \"conformity\": \"nkwekọ\",\n    \"conformities\": \"kwekọrọ\",\n    \"conforms\": \"kwekọrọ\",\n    \"confort\": \"nkasi obi\",\n    \"confound\": \"mgbagwoju anya\",\n    \"confoundable\": \"ihe mgbagwoju anya\",\n    \"confounded\": \"ihere\",\n    \"confoundedly\": \"ihere\",\n    \"confoundedness\": \"ihere\",\n    \"confounder\": \"ihere\",\n    \"confounders\": \"ihe mgbagwoju anya\",\n    \"confounding\": \"ihe mgbagwoju anya\",\n    \"confoundingly\": \"ihe mgbagwoju anya\",\n    \"confoundment\": \"mgbagwoju anya\",\n    \"confounds\": \"ihe mgbagwoju anya\",\n    \"confr\": \"Nye\",\n    \"confract\": \"nkwekọrịta\",\n    \"confraction\": \"mgbagha\",\n    \"confraternal\": \"Nkwupụta nzuzo\",\n    \"confraternity\": \"nkwenye\",\n    \"confraternities\": \"nkwenye\",\n    \"confrere\": \"ikwuru\",\n    \"confreres\": \"Na-ekwupụta\",\n    \"confrerie\": \"ikwupụta\",\n    \"confrication\": \"mgbagwoju anya\",\n    \"confront\": \"ebuso\",\n    \"confrontal\": \"ndisobo\",\n    \"confrontation\": \"mbuso agha\",\n    \"confrontational\": \"esemokwu\",\n    \"confrontationism\": \"esemokwu\",\n    \"confrontationist\": \"onye na-ese okwu\",\n    \"confrontations\": \"esemokwu\",\n    \"confronte\": \"ebuso\",\n    \"confronted\": \"chere ihu\",\n    \"confronter\": \"zute\",\n    \"confronters\": \"ndị na-ese okwu\",\n    \"confronting\": \"na-eche ihu\",\n    \"confrontment\": \"mbuso agha\",\n    \"confronts\": \"na-eche ihu\",\n    \"confucius\": \"ikwenye\",\n    \"confusability\": \"gbagwojuru anya\",\n    \"confuse\": \"na-emegharị anya\",\n    \"confused\": \"mgbagwoju anya\",\n    \"confusedly\": \"mgbagwoju anya\",\n    \"confusedness\": \"mgbagwoju anya\",\n    \"confuser\": \"onye nkwenye\",\n    \"confusers\": \"na-agbagha\",\n    \"confuses\": \"na-agbagha\",\n    \"confusing\": \"mgbagwoju anya\",\n    \"confusingly\": \"na-agbagha\",\n    \"confusion\": \"mgbagwoju anya\",\n    \"confusional\": \"mgbagwoju anya\",\n    \"confusions\": \"mgbagwoju anya\",\n    \"confusive\": \"confus\",\n    \"confusticate\": \"mgbagwoju anya\",\n    \"confustication\": \"mgbagwoju anya\",\n    \"confutability\": \"nkwupụta\",\n    \"confutable\": \"kwupụta\",\n    \"confutation\": \"nkwupụta\",\n    \"confutations\": \"nkwupụta\",\n    \"confutative\": \"ekwupụta\",\n    \"confute\": \"ikwusi\",\n    \"confuted\": \"agbagha\",\n    \"confuter\": \"Nyefee\",\n    \"confuters\": \"na-ekwuputara ndị mmadụ\",\n    \"confutes\": \"na-ekwenye\",\n    \"confuting\": \"ekwupụta\",\n    \"congaed\": \"conga\",\n    \"congaing\": \"ịnụ ihe\",\n    \"congealableness\": \"congealable\",\n    \"congealed\": \"kporo onu\",\n    \"congealedness\": \"mkpọchi\",\n    \"congealing\": \"ihe ntamu\",\n    \"congealment\": \"mkpọchi\",\n    \"conged\": \"congee\",\n    \"congeed\": \"congee\",\n    \"congeeing\": \"congee ing\",\n    \"congees\": \"congee\",\n    \"congeing\": \"conge\",\n    \"congelation\": \"mkpọchi\",\n    \"congelative\": \"congela\",\n    \"congenator\": \"congenga\",\n    \"congenerous\": \"congene\",\n    \"congenerousness\": \"ududo\",\n    \"congeners\": \"ohia\",\n    \"congeniality\": \"congenial\",\n    \"congenialize\": \"gbakọta\",\n    \"congenially\": \"congenial\",\n    \"congenital\": \"ebum pụta ụwa\",\n    \"congenitally\": \"ebumpụta ụwa\",\n    \"congenitalness\": \"ebumnuche\",\n    \"congenite\": \"ichikota\",\n    \"congery\": \"ọghọm\",\n    \"congeries\": \"mkpọkọta\",\n    \"conges\": \"mkpọchi\",\n    \"congession\": \"mkpọkọta\",\n    \"congest\": \"conges\",\n    \"congested\": \"conges\",\n    \"congestedness\": \"mkpọchi mkpọ\",\n    \"congestible\": \"mkpọchi\",\n    \"congesting\": \"mkpọchi\",\n    \"congestion\": \"mkpọchi\",\n    \"congestions\": \"mkpọchi\",\n    \"congestive\": \"conges\",\n    \"congests\": \"conges\",\n    \"congestus\": \"mkpọchi\",\n    \"congiary\": \"ngwongwo\",\n    \"congiaries\": \"congiji\",\n    \"conglaciate\": \"ichikota\",\n    \"conglobately\": \"n'agụụ\",\n    \"conglobating\": \"na-akpọkọta\",\n    \"conglobation\": \"ngọngọ\",\n    \"conglobing\": \"mkpọchi\",\n    \"conglomerate\": \"ichikota\",\n    \"conglomerating\": \"ichikota\",\n    \"conglomeration\": \"njikọta\",\n    \"conglomerations\": \"njikọta\",\n    \"conglomerator\": \"onye na-eme ihe ngosi\",\n    \"conglutinant\": \"conglutin\",\n    \"conglutinate\": \"chikọta ọnụ\",\n    \"conglutinating\": \"na-eme mkpọtụ\",\n    \"conglutination\": \"ngwakọta\",\n    \"conglutinative\": \"na-eme mkpọtụ\",\n    \"conglution\": \"mkpọchi\",\n    \"congo\": \"kongo\",\n    \"congoes\": \"congos\",\n    \"congoese\": \"kongo\",\n    \"congolese\": \"kongo\",\n    \"congoleum\": \"kongoleum\",\n    \"congou\": \"kongo\",\n    \"congous\": \"kongo\",\n    \"congrats\": \"ekele\",\n    \"congratulable\": \"kẹle\",\n    \"congratulant\": \"kelee gị\",\n    \"congratulate\": \"ikele\",\n    \"congratulated\": \"kẹle\",\n    \"congratulates\": \"na-ekele gị\",\n    \"congratulating\": \"na-ekele\",\n    \"congratulation\": \"ekele\",\n    \"congratulational\": \"ekele\",\n    \"congratulations\": \"daalụ\",\n    \"congratulator\": \"onye isi ekele\",\n    \"congratulatory\": \"ekele\",\n    \"congredient\": \"mgwa ihe\",\n    \"congree\": \"nzuko omeiwu\",\n    \"congreet\": \"ikwe\",\n    \"congregable\": \"gbakọta\",\n    \"congregant\": \"mkpọkọta\",\n    \"congregate\": \"gbakọta\",\n    \"congregated\": \"gbakọtara\",\n    \"congregates\": \"na-ezukọ\",\n    \"congregating\": \"na-agbakọta\",\n    \"congregation\": \"ọgbakọ\",\n    \"congregational\": \"ọgbakọ\",\n    \"congregationalism\": \"ọgbakọ\",\n    \"congregationalist\": \"ọgbakọ\",\n    \"congregationalists\": \"ndị ọgbakọ\",\n    \"congregationalize\": \"ọgbakọ\",\n    \"congregationally\": \"n'ọgbakọ\",\n    \"congregationer\": \"ọgbakọ\",\n    \"congregationist\": \"onye uka\",\n    \"congregations\": \"ọgbakọ dị iche iche\",\n    \"congregative\": \"mkpọkọta\",\n    \"congregativeness\": \"mkpọkọta\",\n    \"congregator\": \"mkpọkọta\",\n    \"congress\": \"nzuko omeiwu\",\n    \"congressed\": \"cong\",\n    \"congresser\": \"nzuko omeiwu\",\n    \"congresses\": \"ọgbakọ omebe iwu\",\n    \"congressing\": \"na-eme ọgbakọ\",\n    \"congressional\": \"nzuko omeiwu\",\n    \"congressionalist\": \"onye nzuko omeiwu\",\n    \"congressionally\": \"nzuko omeiwu\",\n    \"congressionist\": \"nzuko omeiwu\",\n    \"congressist\": \"onye nzuko omeiwu\",\n    \"congressive\": \"congress\",\n    \"congressman\": \"onye nzuko omeiwu\",\n    \"congressmen\": \"ndị omeiwu\",\n    \"congresswoman\": \"onye nzuko omeiwu\",\n    \"congresswomen\": \"ndị isi ọgbakọ\",\n    \"congruence\": \"ududo\",\n    \"congruences\": \"ngọngọ\",\n    \"congruency\": \"ududo\",\n    \"congruencies\": \"congrujị\",\n    \"congruently\": \"congruang anya\",\n    \"congruousness\": \"mkpọchi\",\n    \"coniacian\": \"Coniacian\",\n    \"conicalness\": \"conical uche\",\n    \"conics\": \"ihe osise\",\n    \"conidial\": \"ekwenyeghi\",\n    \"coniferous\": \"conifeife\",\n    \"conification\": \"nkwenye\",\n    \"coniines\": \"mkpụrụ osisi\",\n    \"coning\": \"ịnyịnya\",\n    \"conynge\": \"cony\",\n    \"conins\": \"Mkpụrụ osisi\",\n    \"coniomycetes\": \"ndiomycetes\",\n    \"coniospermous\": \"ihe omimi\",\n    \"coniothyrium\": \"okwute\",\n    \"conirostral\": \"okpokoro\",\n    \"conirostres\": \"okpokoro\",\n    \"conject\": \"ikwenye\",\n    \"conjective\": \"ntughari\",\n    \"conjecturableness\": \"ndammana\",\n    \"conjecturably\": \"n'usoro\",\n    \"conjectural\": \"mgbagha\",\n    \"conjecturalist\": \"onye ntughari\",\n    \"conjecturality\": \"ndigbo\",\n    \"conjecturally\": \"ndigbo\",\n    \"conjecture\": \"ịkọ nkọ\",\n    \"conjectured\": \"ikwe\",\n    \"conjecturer\": \"onye ntughari\",\n    \"conjectures\": \"nkwenye\",\n    \"conjecturing\": \"ikwenye\",\n    \"conjoined\": \"jikọtara ọnụ\",\n    \"conjoinedly\": \"jikọtara ọnụ\",\n    \"conjoiner\": \"jikọtara ọnụ\",\n    \"conjoining\": \"jikọtara ọnụ\",\n    \"conjointly\": \"jikọtara ọnụ\",\n    \"conjointment\": \"njikọta\",\n    \"conjointness\": \"conjoint ness\",\n    \"conjoints\": \"ndu\",\n    \"conjuctiva\": \"conjunctiva\",\n    \"conjugably\": \"conjugal\",\n    \"conjugality\": \"conjugal\",\n    \"conjugate\": \"njikọ\",\n    \"conjugating\": \"njikọ\",\n    \"conjugational\": \"conjugation\",\n    \"conjugations\": \"Njikọ\",\n    \"conjunct\": \"njikọ\",\n    \"conjuncted\": \"njikọ\",\n    \"conjunction\": \"njikọ\",\n    \"conjunctional\": \"njikọ\",\n    \"conjunctionally\": \"jikọtara ọnụ\",\n    \"conjunctions\": \"njikọ\",\n    \"conjunctival\": \"njikọta\",\n    \"conjunctive\": \"njikọ\",\n    \"conjunctively\": \"jikọtara ọnụ\",\n    \"conjunctiveness\": \"njikọta\",\n    \"conjunctives\": \"njikọ\",\n    \"conjunctly\": \"jikọtara ọnụ\",\n    \"conjuncts\": \"njikọ\",\n    \"conjunctural\": \"njikọta\",\n    \"conjuncture\": \"njikọ\",\n    \"conjunctures\": \"njikọta\",\n    \"conjuration\": \"conjuju\",\n    \"conjurations\": \"conjuju\",\n    \"conjurator\": \"conjuju\",\n    \"conjure\": \"ijisi\",\n    \"conjurers\": \"conjurere\",\n    \"conjurership\": \"Njikọ\",\n    \"conjures\": \"ihe mgbagwoju anya\",\n    \"conjuring\": \"njikọ\",\n    \"conjurors\": \"ihe mgbagwoju anya\",\n    \"conkers\": \"Kokaị\",\n    \"connatal\": \"okpu\",\n    \"connately\": \"connche\",\n    \"connateness\": \"uto\",\n    \"connaturality\": \"okike\",\n    \"connaturally\": \"n'ụzọ mmụọ\",\n    \"connaturalness\": \"ihe omuma\",\n    \"connaught\": \"aghụghọ\",\n    \"connect\": \"jikọọ\",\n    \"connectable\": \"jikọọ\",\n    \"connectant\": \"njikọ\",\n    \"connected\": \"jikọọ\",\n    \"connectedly\": \"jikọọ\",\n    \"connectedness\": \"njikọ\",\n    \"connecter\": \"njikọ\",\n    \"connecters\": \"njikọta\",\n    \"connectibility\": \"njikọta\",\n    \"connectible\": \"jikọọ\",\n    \"connectibly\": \"na-ejikọ\",\n    \"connecticut\": \"Njikọ\",\n    \"connecting\": \"ijikọ\",\n    \"connection\": \"njikọ\",\n    \"connectional\": \"njikọ\",\n    \"connectionism\": \"njikọ\",\n    \"connectionless\": \"enweghị njikọ\",\n    \"connections\": \"njikọ\",\n    \"connectival\": \"Njikọ\",\n    \"connective\": \"njikọ\",\n    \"connectively\": \"jikọọ\",\n    \"connectives\": \"njikọta\",\n    \"connectivity\": \"Njikọta\",\n    \"connector\": \"njikọ\",\n    \"connectors\": \"njikọta\",\n    \"connects\": \"na-ejikọ\",\n    \"connellite\": \"kọnnelite\",\n    \"conner\": \"nzukọ\",\n    \"conners\": \"nzukọ\",\n    \"connex\": \"njikọta\",\n    \"connexes\": \"njikọta\",\n    \"connexion\": \"njikọta\",\n    \"connexional\": \"njikọta\",\n    \"connexionalism\": \"njikọta\",\n    \"connexity\": \"njikọta\",\n    \"connexities\": \"njikọta\",\n    \"connexiva\": \"njikọta\",\n    \"connexive\": \"njikọta\",\n    \"connexivum\": \"njikọta\",\n    \"connexure\": \"njikọta\",\n    \"connexus\": \"njikọta\",\n    \"conniption\": \"nkwekọrịta\",\n    \"conniptions\": \"nchekasị\",\n    \"connivance\": \"nkwekọrịta\",\n    \"connivances\": \"nkwenye\",\n    \"connivant\": \"conni\",\n    \"connivantly\": \"dị njikere\",\n    \"connive\": \"jikọọ\",\n    \"connived\": \"na-eche\",\n    \"conniver\": \"nghogbu\",\n    \"connivery\": \"nkasi obi\",\n    \"connivers\": \"ndị na-emekọrịta ihe\",\n    \"connives\": \"njikọ\",\n    \"conniving\": \"izu ike\",\n    \"connivingly\": \"na-atụgharị uche\",\n    \"connoissance\": \"ihe omuma\",\n    \"connoisseur\": \"onye maara ihe\",\n    \"connoisseurs\": \"ndị maara ihe\",\n    \"connoisseurship\": \"ịma mma\",\n    \"connotate\": \"kọwaa\",\n    \"connotation\": \"ngosiputa\",\n    \"connotational\": \"ntughari\",\n    \"connotations\": \"nkọwa\",\n    \"connotatively\": \"n'ikike\",\n    \"connoted\": \"connot\",\n    \"connotes\": \"na-egosi\",\n    \"connoting\": \"itinye\",\n    \"connotive\": \"ezi uche\",\n    \"connotively\": \"n'echiche\",\n    \"connumerate\": \"chịkọta ọnụ\",\n    \"connumeration\": \"ichikota\",\n    \"conoidally\": \"kechie anya\",\n    \"conoidically\": \"n'ụzọ\",\n    \"conoids\": \"nkpuru\",\n    \"cononintelligent\": \"onye maara ihe\",\n    \"conopid\": \"nkwenye\",\n    \"conoplain\": \"ichikota\",\n    \"conoscenti\": \"okonkwo\",\n    \"conourish\": \"iwuli elu\",\n    \"conplane\": \"izu ike\",\n    \"conquassate\": \"merie\",\n    \"conquedle\": \"merie\",\n    \"conquer\": \"merie\",\n    \"conquerable\": \"merie\",\n    \"conquerableness\": \"merie ike\",\n    \"conquered\": \"meriri\",\n    \"conquerer\": \"onye mmeri\",\n    \"conquerers\": \"ndị mmeri\",\n    \"conqueress\": \"merie\",\n    \"conquering\": \"na-emeri\",\n    \"conqueringly\": \"na-emeri\",\n    \"conquerment\": \"mmeri\",\n    \"conqueror\": \"onye mmeri\",\n    \"conquerors\": \"ndị mmeri\",\n    \"conquers\": \"na-emeri\",\n    \"conquest\": \"mmeri\",\n    \"conquests\": \"mmeri\",\n    \"conquian\": \"merie\",\n    \"conquians\": \"meriri\",\n    \"conquinamine\": \"Odinaka\",\n    \"conquinine\": \"merie ihe\",\n    \"conquisition\": \"mmeri\",\n    \"conquistador\": \"onye mmeri\",\n    \"conquistadores\": \"merie\",\n    \"conquistadors\": \"onye mmeri\",\n    \"conrad\": \"kọntaktị\",\n    \"conrector\": \"njikọ\",\n    \"conrectorship\": \"ndozi\",\n    \"conred\": \"kwekọrịtara\",\n    \"cons\": \"ọghọm\",\n    \"consacre\": \"kpọbata\",\n    \"consanguinean\": \"consanguine\",\n    \"consarcinate\": \"ichikota\",\n    \"consarn\": \"itinye aka\",\n    \"consarned\": \"gbasaa\",\n    \"conscience\": \"akọ na uche\",\n    \"conscienceless\": \"akọnuche\",\n    \"consciencelessly\": \"akọ na uche\",\n    \"consciencelessness\": \"akọnuche\",\n    \"consciences\": \"akọ na uche\",\n    \"consciencewise\": \"akọnuche\",\n    \"conscient\": \"akọ na uche\",\n    \"conscientious\": \"akọ na uche\",\n    \"conscientiously\": \"akọ na uche\",\n    \"conscientiousness\": \"akọ na uche\",\n    \"conscionable\": \"nkwenye\",\n    \"conscionableness\": \"nkwenye\",\n    \"conscious\": \"maara\",\n    \"consciously\": \"maara\",\n    \"consciousness\": \"maara\",\n    \"conscive\": \"mebie\",\n    \"conscribe\": \"gwaa\",\n    \"conscribed\": \"ezipụ\",\n    \"conscribing\": \"na-edebanye aha\",\n    \"conscript\": \"agha\",\n    \"conscripted\": \"debanye aha\",\n    \"conscripting\": \"debanye aha\",\n    \"conscription\": \"nkwenye\",\n    \"conscriptional\": \"nkwenye\",\n    \"conscriptionist\": \"onye na-edebanye aha ya\",\n    \"conscriptions\": \"ndebanye aha\",\n    \"conscriptive\": \"na-edebanye aha\",\n    \"conscripts\": \"ndị agha\",\n    \"conscripttion\": \"nkwenye\",\n    \"consderations\": \"echiche\",\n    \"consecrate\": \"doo nsọ\",\n    \"consecrated\": \"doo nsọ\",\n    \"consecratedness\": \"nsọ ness\",\n    \"consecrater\": \"onye edobe\",\n    \"consecrates\": \"doro nsọ\",\n    \"consecrating\": \"na-edo nsọ\",\n    \"consecration\": \"echichi\",\n    \"consecrations\": \"nmeju-aka\",\n    \"consecrative\": \"na-edobe nsọ\",\n    \"consecrator\": \"Onye doro nsọ\",\n    \"consecratory\": \"nsọ\",\n    \"consecute\": \"doo nsọ\",\n    \"consecution\": \"ido nsọ\",\n    \"consecutive\": \"n'usoro\",\n    \"consecutively\": \"n'usoro\",\n    \"consecutives\": \"na-edo nsọ\",\n    \"consence\": \"akọ na uche\",\n    \"consenescence\": \"nkwenye\",\n    \"consenescency\": \"nkwenye\",\n    \"consension\": \"nkwenye\",\n    \"consensual\": \"nkwenye\",\n    \"consensually\": \"nkwenye\",\n    \"consensus\": \"otutu mmadu kwenyere\",\n    \"consensuses\": \"na-ejikọ\",\n    \"consent\": \"nkwenye\",\n    \"consentable\": \"ikwere\",\n    \"consentaneity\": \"nnabata\",\n    \"consentaneous\": \"nkwenye\",\n    \"consentaneously\": \"nkwenye\",\n    \"consentaneousness\": \"nnabata\",\n    \"consentant\": \"ikwenye\",\n    \"consented\": \"kwere\",\n    \"consenter\": \"onye nkwenye\",\n    \"consenters\": \"ndị nnabata\",\n    \"consentful\": \"ikwenye\",\n    \"consentfully\": \"nkwenye\",\n    \"consentience\": \"nkwenye\",\n    \"consentient\": \"consenti\",\n    \"consentiently\": \"nlezianya\",\n    \"consenting\": \"ikwenye\",\n    \"consentingly\": \"nkwenye\",\n    \"consentingness\": \"ikwenye\",\n    \"consentive\": \"ikwenye\",\n    \"consentively\": \"nkwenye\",\n    \"consentment\": \"nkwenye\",\n    \"consents\": \"kwere\",\n    \"consequence\": \"n'ihi\",\n    \"consequences\": \"ihe si na ya pụta\",\n    \"consequency\": \"n'ihi\",\n    \"consequent\": \"n'ihi\",\n    \"consequential\": \"bara uru\",\n    \"consequentiality\": \"n'ihi\",\n    \"consequentialities\": \"ihe si na ya pụta\",\n    \"consequentially\": \"n'ihi\",\n    \"consequentialness\": \"pụta\",\n    \"consequently\": \"n'ihi\",\n    \"consequents\": \"ihe si na ya pụta\",\n    \"consertion\": \"nche\",\n    \"conservable\": \"mgbanwe\",\n    \"conservacy\": \"nchekwa\",\n    \"conservancy\": \"nlekọta\",\n    \"conservancies\": \"nlekọta\",\n    \"conservant\": \"nlekọta\",\n    \"conservate\": \"chebe\",\n    \"conservation\": \"nchekwa\",\n    \"conservational\": \"nchekwa\",\n    \"conservationism\": \"onye nchekwa\",\n    \"conservationist\": \"onye nchekwa\",\n    \"conservationists\": \"ndi oru nchekwa\",\n    \"conservations\": \"nchekwa\",\n    \"conservatism\": \"mgbanwe\",\n    \"conservatist\": \"onye nlekọta\",\n    \"conservative\": \"mgbanwe\",\n    \"conservatively\": \"conservative\",\n    \"conservativeness\": \"mgbanwe\",\n    \"conservatives\": \"ndị na-eme mgbanwe\",\n    \"conservatize\": \"kpachapụ anya\",\n    \"conservatoire\": \"nchekwa\",\n    \"conservatoires\": \"ulo ncheta\",\n    \"conservator\": \"onye nche\",\n    \"conservatory\": \"ulo akwukwo\",\n    \"conservatorial\": \"ulo akwukwo\",\n    \"conservatories\": \"ụlọ nchekwa\",\n    \"conservatorio\": \"nchedo\",\n    \"conservatorium\": \"ulo akwukwo\",\n    \"conservators\": \"ụlọ nchekwa\",\n    \"conservatorship\": \"nchekwa\",\n    \"conservatrix\": \"nchedo\",\n    \"conserve\": \"echekwa\",\n    \"conserved\": \"echekwa\",\n    \"conserver\": \"onye nche\",\n    \"conservers\": \"ndị nche\",\n    \"conserves\": \"na-echekwa\",\n    \"conserving\": \"na-echekwa\",\n    \"consider\": \"tụlee\",\n    \"considerability\": \"nchebara echiche\",\n    \"considerable\": \"bukwanu\",\n    \"considerableness\": \"enweghị atụ\",\n    \"considerably\": \"nke ukwu\",\n    \"considerance\": \"echiche\",\n    \"considerate\": \"chebara echiche\",\n    \"considerately\": \"echebara echiche\",\n    \"considerateness\": \"ichebara echiche\",\n    \"consideration\": \"echiche\",\n    \"considerations\": \"echiche\",\n    \"considerative\": \"na-echebara echiche\",\n    \"consideratively\": \"echebara echiche\",\n    \"considerativeness\": \"ichebara echiche\",\n    \"considerator\": \"onye na-echebara echiche\",\n    \"considered\": \"tụlere\",\n    \"considerer\": \"na-echebara echiche\",\n    \"considering\": \"na-atụle\",\n    \"consideringly\": \"na-eche echiche\",\n    \"considers\": \"atụle\",\n    \"consign\": \"zuo\",\n    \"consignable\": \"ziga\",\n    \"consignatary\": \"mkpofu\",\n    \"consignataries\": \"nkwenye\",\n    \"consignation\": \"Mbupu\",\n    \"consignatory\": \"ozuzu\",\n    \"consigne\": \"onye nnọchiteanya\",\n    \"consigned\": \"gbuo\",\n    \"consignee\": \"onye nnọchiteanya\",\n    \"consignees\": \"ndị nnọchi anya\",\n    \"consigneeship\": \"consignee ụgbọ mmiri\",\n    \"consigner\": \"ọbọ\",\n    \"consignify\": \"dota\",\n    \"consignificant\": \"dị ntakịrị\",\n    \"consignificate\": \"gbue\",\n    \"consignification\": \"mkpokọta\",\n    \"consignificative\": \"dị ntakịrị\",\n    \"consignificator\": \"ọkọnọ\",\n    \"consignified\": \"nyere\",\n    \"consignifying\": \"na-enyefe\",\n    \"consigning\": \"na-enyefe\",\n    \"consignment\": \"Mbupu\",\n    \"consignments\": \"Mbupu\",\n    \"consignor\": \"ọbọ\",\n    \"consignors\": \"ndị ntinye ego\",\n    \"consigns\": \"na-enyefe\",\n    \"consiliary\": \"onye nkwado\",\n    \"consilience\": \"nkwado\",\n    \"consilient\": \"akwado\",\n    \"consimilar\": \"yiri\",\n    \"consimilarity\": \"ịdị n'otu\",\n    \"consimilated\": \"tinyesị\",\n    \"consimilating\": \"Na-eri ihe\",\n    \"consimile\": \"Na-eri ihe\",\n    \"consisently\": \"nlezianya\",\n    \"consist\": \"iso\",\n    \"consisted\": \"bụ\",\n    \"consistence\": \"anọgidesi ike\",\n    \"consistences\": \"Ndaba\",\n    \"consistency\": \"agbanwe agbanwe\",\n    \"consistencies\": \"agbanwe agbanwe\",\n    \"consistent\": \"na-agbanwe agbanwe\",\n    \"consistently\": \"mgbe niile\",\n    \"consistible\": \"kwenye\",\n    \"consisting\": \"mejupụtara\",\n    \"consistory\": \"jikọtara ọnụ\",\n    \"consistorial\": \"agbanwe agbanwe\",\n    \"consistorian\": \"Onye nkwado\",\n    \"consistories\": \"Ihe mejuputara\",\n    \"consists\": \"nwere\",\n    \"consition\": \"ọnọdụ\",\n    \"consitutional\": \"iwu\",\n    \"consociate\": \"gbakọta\",\n    \"consociated\": \"jikọtara ọnụ\",\n    \"consociating\": \"na-ezukọ\",\n    \"consociation\": \"njikọ\",\n    \"consociational\": \"nkwekorita\",\n    \"consociationism\": \"njikọta\",\n    \"consociative\": \"nkwekọtị\",\n    \"consocies\": \"njikọ\",\n    \"consolable\": \"nkasi obi\",\n    \"consolableness\": \"nkasi obi\",\n    \"consolably\": \"kasie ya obi\",\n    \"consolamentum\": \"nkasi obi\",\n    \"consolan\": \"njikwa\",\n    \"consolate\": \"kasie anyị obi\",\n    \"consolation\": \"nkasi obi\",\n    \"consolations\": \"nkasi obi\",\n    \"consolato\": \"nkasi obi\",\n    \"consolator\": \"ihe nkasi obi\",\n    \"consolatory\": \"nkasi obi\",\n    \"consolatorily\": \"nkasi obi\",\n    \"consolatoriness\": \"nkasi obi\",\n    \"consolatrix\": \"nkasi obi\",\n    \"consoled\": \"kasie ya obi\",\n    \"consolement\": \"nkasi obi\",\n    \"consoler\": \"ihe nkasi obi\",\n    \"consolers\": \"nkasi obi\",\n    \"consolette\": \"ihe nkasi obi\",\n    \"consolidant\": \"onye nkwado\",\n    \"consolidate\": \"inokota\",\n    \"consolidated\": \"ekpokọtara\",\n    \"consolidates\": \"na-ewusi\",\n    \"consolidating\": \"na-agbakọ\",\n    \"consolidation\": \"Nkwado\",\n    \"consolidationist\": \"onye nkwado\",\n    \"consolidations\": \"nkwado\",\n    \"consolidative\": \"inokota\",\n    \"consolidator\": \"onye nkwado\",\n    \"consolidators\": \"ihe nkwado\",\n    \"consoling\": \"na-agụgụgụ obi\",\n    \"consolingly\": \"na-agụgụ\",\n    \"consolitorily\": \"itinye ume\",\n    \"consolitoriness\": \"nkwado\",\n    \"consols\": \"console\",\n    \"consolute\": \"konsuleeti\",\n    \"consomm\": \"consomme\",\n    \"consonance\": \"mgbochiume\",\n    \"consonances\": \"mgbochiume\",\n    \"consonancy\": \"mgbochiume\",\n    \"consonant\": \"mgbochiume\",\n    \"consonantal\": \"mgbochiume\",\n    \"consonantalize\": \"tinye ume\",\n    \"consonantalized\": \"gbakọnye ume\",\n    \"consonantalizing\": \"na-agbanwe agbanwe\",\n    \"consonantally\": \"ugboro ugboro\",\n    \"consonantise\": \"mkpokọta\",\n    \"consonantised\": \"tinye ume\",\n    \"consonantising\": \"ịgụ ume\",\n    \"consonantism\": \"mgbochiume\",\n    \"consonantized\": \"gbakpọ ume\",\n    \"consonantizing\": \"na-akpọ ume\",\n    \"consonantly\": \"ugboro ugboro\",\n    \"consonantness\": \"mgbochiume\",\n    \"consonants\": \"mgbochiume\",\n    \"consonate\": \"chịkọtara\",\n    \"consonous\": \"conson\",\n    \"consopite\": \"nkasi obi\",\n    \"consort\": \"nwunye\",\n    \"consortable\": \"Kọntaktị\",\n    \"consorted\": \"kekọtara\",\n    \"consorter\": \"onye nlekota\",\n    \"consortial\": \"ume\",\n    \"consorting\": \"ichikota\",\n    \"consortion\": \"mkpokọta\",\n    \"consortism\": \"ngwakọta\",\n    \"consortitia\": \"nnabata\",\n    \"consortium\": \"ụlọ ọrụ\",\n    \"consorts\": \"Nkwado\",\n    \"consortship\": \"nkwenye\",\n    \"consoude\": \"akasi obi\",\n    \"consound\": \"nkasi obi\",\n    \"conspecies\": \"ọnye obi\",\n    \"conspecific\": \"ajuju\",\n    \"conspecifics\": \"ọnụ ọgụgụ zuru oke\",\n    \"conspect\": \"nnabata\",\n    \"conspection\": \"nnyocha\",\n    \"conspectuity\": \"ibu ụzọ\",\n    \"conspectus\": \"nkwanye\",\n    \"conspectuses\": \"na-atụ aro\",\n    \"consperg\": \"jaketị\",\n    \"consperse\": \"ikpokọta\",\n    \"conspersion\": \"mkpozu\",\n    \"conspicuity\": \"izuzu\",\n    \"conspicuous\": \"pụtara ìhè\",\n    \"conspicuously\": \"pụtara ìhè\",\n    \"conspicuousness\": \"pụtara ìhè\",\n    \"conspiracy\": \"izu ọjọọ\",\n    \"conspiracies\": \"izu ọjọọ\",\n    \"conspirant\": \"onye nkata\",\n    \"conspiration\": \"izu ike\",\n    \"conspirational\": \"izu ike\",\n    \"conspirative\": \"izu ọjọọ\",\n    \"conspirator\": \"onye nkata\",\n    \"conspiratory\": \"izu ike\",\n    \"conspiratorial\": \"izu ike\",\n    \"conspiratorially\": \"izu ike\",\n    \"conspirators\": \"ndị na-agba izu ọjọọ\",\n    \"conspiratress\": \"onye aghụghọ\",\n    \"conspire\": \"kpaa nkata\",\n    \"conspired\": \"gbaara izu\",\n    \"conspirer\": \"onye nkata\",\n    \"conspirers\": \"ndị na-agba izu ọjọọ\",\n    \"conspires\": \"na-agba izu\",\n    \"conspiring\": \"na-agba izu\",\n    \"conspiringly\": \"izu ike\",\n    \"conspissate\": \"gbaa izu\",\n    \"conspue\": \"igbakọ\",\n    \"conspurcate\": \"gbaa izu\",\n    \"constable\": \"onye uwe ojii\",\n    \"constablery\": \"onye uwe ojii\",\n    \"constables\": \"ndị omekome\",\n    \"constableship\": \"onye nnochi iwu\",\n    \"constabless\": \"enweghi ike\",\n    \"constablewick\": \"onye nnochi oku\",\n    \"constabular\": \"na-agbanwe agbanwe\",\n    \"constance\": \"Constance\",\n    \"constances\": \"otu\",\n    \"constancy\": \"mgbe niile\",\n    \"constant\": \"mgbe nile\",\n    \"constantan\": \"mgbe niile\",\n    \"constantine\": \"mgbe nile\",\n    \"constantinian\": \"mgbe niile\",\n    \"constantinople\": \"mgbe niile\",\n    \"constantinopolitan\": \"mgbe niile\",\n    \"constantly\": \"mgbe niile\",\n    \"constantness\": \"mgbe nile\",\n    \"constants\": \"na-adịgide adịgide\",\n    \"constatation\": \"afọchi\",\n    \"constatations\": \"mkpọchi\",\n    \"constate\": \"ichi\",\n    \"constellate\": \"kpakpando\",\n    \"constellated\": \"kpakpando\",\n    \"constellating\": \"eriri afọ\",\n    \"constellation\": \"kpakpando\",\n    \"constellations\": \"kpakpando\",\n    \"constellatory\": \"kpakpando\",\n    \"consternated\": \"ihe mgbagwoju anya\",\n    \"consternating\": \"ijuanya\",\n    \"consternation\": \"mgbagwoju anya\",\n    \"constipate\": \"afọ ntachi\",\n    \"constipated\": \"afọ ntachi\",\n    \"constipates\": \"afọ ntachi\",\n    \"constipating\": \"afọ ntachi\",\n    \"constipation\": \"afọ ntachi\",\n    \"constituency\": \"mpaghara\",\n    \"constituencies\": \"mpaghara\",\n    \"constituent\": \"mejuputara\",\n    \"constituently\": \"mejuputara\",\n    \"constituents\": \"mejuputara\",\n    \"constitute\": \"mejupụtara\",\n    \"constituted\": \"mejupụtara\",\n    \"constitutes\": \"mejupụtara\",\n    \"constituting\": \"na-eme\",\n    \"constitution\": \"iwu obodo\",\n    \"constitutional\": \"iwu\",\n    \"constitutionalism\": \"usoro iwu\",\n    \"constitutionalist\": \"onye ochichi iwu\",\n    \"constitutionality\": \"iwu obodo\",\n    \"constitutionalization\": \"iwu obodo\",\n    \"constitutionalize\": \"mebe iwu\",\n    \"constitutionally\": \"n'usoro iwu ochichi obodo\",\n    \"constitutionals\": \"iwu obodo\",\n    \"constitutionary\": \"akwukwo iwu\",\n    \"constitutioner\": \"onye na-eme iwu ochichi obodo\",\n    \"constitutionist\": \"onye ochichi iwu\",\n    \"constitutionless\": \"enweghị iwu\",\n    \"constitutions\": \"iwu obodo\",\n    \"constitutive\": \"Kọnitti\",\n    \"constitutively\": \"ntughari\",\n    \"constitutiveness\": \"nkwenye\",\n    \"constr\": \"Kpakpando\",\n    \"constrain\": \"na-egbochi\",\n    \"constrained\": \"gbochie\",\n    \"constrainedly\": \"agbachi\",\n    \"constrainedness\": \"mgbochi\",\n    \"constrainer\": \"ihe mgbochi\",\n    \"constraining\": \"na-egbochi\",\n    \"constrainingly\": \"constraining\",\n    \"constrainment\": \"mgbochi\",\n    \"constrains\": \"na-egbochi\",\n    \"constraint\": \"mgbochi\",\n    \"constraints\": \"mgbochi\",\n    \"constricted\": \"kpara\",\n    \"constricting\": \"constricti\",\n    \"constriction\": \"mgbochi\",\n    \"constrictions\": \"mgbochi\",\n    \"constrictive\": \"na-egbochi\",\n    \"constrictor\": \"onye na-egbochi ya\",\n    \"constricts\": \"na-egbochi\",\n    \"constringe\": \"mkpọchi\",\n    \"constringed\": \"gbara\",\n    \"constringency\": \"mmanye iwu\",\n    \"constringent\": \"mmanye iwu\",\n    \"constringing\": \"abuo\",\n    \"construability\": \"Nrụpụta ihe\",\n    \"construable\": \"Kwuru\",\n    \"construal\": \"arụ\",\n    \"construct\": \"rụọ\",\n    \"constructable\": \"Wuru\",\n    \"constructed\": \"wuru\",\n    \"constructer\": \"onye na-ewu ihe\",\n    \"constructibility\": \"Owuwu\",\n    \"constructible\": \"wuo\",\n    \"constructing\": \"iwu\",\n    \"construction\": \"ihe owuwu\",\n    \"constructional\": \"arụ ọrụ\",\n    \"constructionally\": \"arụ\",\n    \"constructionism\": \"onye na-ewu ụlọ\",\n    \"constructionist\": \"onye na-ewu ụlọ\",\n    \"constructionists\": \"ndị na-ewu ụlọ\",\n    \"constructions\": \"ihe owuwu\",\n    \"constructive\": \"na-arụ ọrụ\",\n    \"constructively\": \"arụ ọrụ\",\n    \"constructiveness\": \"arụ ọrụ\",\n    \"constructivism\": \"rụpụta\",\n    \"constructivist\": \"rụpụta\",\n    \"constructor\": \"onye na-ewu ihe\",\n    \"constructors\": \"ndị na-ewu ụlọ\",\n    \"constructs\": \"na-ewu\",\n    \"constructure\": \"Nhazi\",\n    \"construe\": \"bue\",\n    \"construed\": \"rụrụ\",\n    \"construer\": \"rụrụ\",\n    \"construers\": \"rụrụ\",\n    \"construes\": \"rụrụ\",\n    \"construing\": \"iwu\",\n    \"constuctor\": \"onye na-ewu ihe\",\n    \"constuprate\": \"mezuo iwu\",\n    \"constupration\": \"mkpọchi\",\n    \"consubsist\": \"jisie ike\",\n    \"consubsistency\": \"siri ike\",\n    \"consubstantiality\": \"nkwenye\",\n    \"consubstantiate\": \"gbasie ike\",\n    \"consubstantiating\": \"na-enye nkwado\",\n    \"consuetitude\": \"inwe obi ike\",\n    \"consul\": \"onye nlekọta\",\n    \"consulage\": \"inata\",\n    \"consular\": \"onye nnọchianya\",\n    \"consulary\": \"konsuleeti\",\n    \"consularity\": \"nkwenye\",\n    \"consulate\": \"konsuleeti\",\n    \"consulated\": \"konsuleeti\",\n    \"consulating\": \"na-agba izu\",\n    \"consuls\": \"ndị nnọchi anya\",\n    \"consulship\": \"mmanye\",\n    \"consulships\": \"consul\",\n    \"consult\": \"jụọ\",\n    \"consulta\": \"kansul\",\n    \"consultable\": \"na-agba izu\",\n    \"consultancy\": \"ndụmọdụ\",\n    \"consultant\": \"onye ndụmọdụ\",\n    \"consultants\": \"ndị na-ahụ maka ndụmọdụ\",\n    \"consultantship\": \"ndụmọdụ\",\n    \"consultary\": \"ọkachamara\",\n    \"consultation\": \"ndụmọdụ\",\n    \"consultations\": \"ndụmọdụ\",\n    \"consultative\": \"izu\",\n    \"consultatively\": \"jụọ ndụmọdụ\",\n    \"consultatory\": \"ndụmọdụ\",\n    \"consulted\": \"nyocha\",\n    \"consultee\": \"onye nnọchi anya gị\",\n    \"consulter\": \"onye ndụmọdụ\",\n    \"consulting\": \"na-agba izu\",\n    \"consultive\": \"consul\",\n    \"consultively\": \"kpọọ\",\n    \"consultor\": \"onye ndụmọdụ\",\n    \"consultory\": \"ndụmọdụ\",\n    \"consults\": \"na-agba izu\",\n    \"consumable\": \"na-eri\",\n    \"consumables\": \"oriri\",\n    \"consumate\": \"rie\",\n    \"consumated\": \"eripịa\",\n    \"consumating\": \"na-eri\",\n    \"consumation\": \"oriri\",\n    \"consume\": \"rie\",\n    \"consumed\": \"gwusia\",\n    \"consumedly\": \"gwusia\",\n    \"consumeless\": \"anaghị eri\",\n    \"consumer\": \"n'ji\",\n    \"consumerism\": \"oriri\",\n    \"consumerist\": \"onye ahia ahia\",\n    \"consumers\": \"ndị na-azụ ahịa\",\n    \"consumership\": \"ịzụ ahịa\",\n    \"consumes\": \"na-erepịakwa\",\n    \"consuming\": \"na-eri\",\n    \"consumingly\": \"na-eri ihe\",\n    \"consumingness\": \"na-eri ihe\",\n    \"consummate\": \"mechie\",\n    \"consummated\": \"mechie\",\n    \"consummately\": \"emecha\",\n    \"consummates\": \"na-emecha\",\n    \"consummating\": \"na-emecha\",\n    \"consummation\": \"mmechi\",\n    \"consummations\": \"mechie\",\n    \"consummative\": \"mejuputa\",\n    \"consummatively\": \"ọummụ\",\n    \"consummativeness\": \"nkwenye\",\n    \"consummator\": \"oriri\",\n    \"consummatory\": \"na-eri ihe\",\n    \"consumo\": \"ngwongwo\",\n    \"consumpt\": \"rie\",\n    \"consumpted\": \"rie\",\n    \"consumptible\": \"na-aumpụ\",\n    \"consumption\": \"oriri\",\n    \"consumptional\": \"oriri\",\n    \"consumptions\": \"oriri\",\n    \"consumptive\": \"na-eri ihe\",\n    \"consumptively\": \"na-eri nri\",\n    \"consumptiveness\": \"nkwenye\",\n    \"consumptives\": \"ndị ọnụ ahịa\",\n    \"consumptivity\": \"oriri\",\n    \"consute\": \"bute\",\n    \"cont\": \"Ọzọ\",\n    \"contabescence\": \"nkwonkwo\",\n    \"contabescent\": \"na-agbanwe agbanwe\",\n    \"contact\": \"kọntaktị\",\n    \"contactant\": \"kọntaktị\",\n    \"contacted\": \"kpọtụrụ\",\n    \"contactile\": \"nkwekọrịta\",\n    \"contacting\": \"ịkpọtụrụ\",\n    \"contaction\": \"kọntaktị\",\n    \"contactor\": \"kọntaktị\",\n    \"contacts\": \"kọntaktị\",\n    \"contactual\": \"nkwekọrịta\",\n    \"contactually\": \"na kọntaktị\",\n    \"contaggia\": \"agbagọ\",\n    \"contagia\": \"agbagọ\",\n    \"contagion\": \"na-efe efe\",\n    \"contagioned\": \"na-efe efe\",\n    \"contagionist\": \"onye na-efe efe\",\n    \"contagions\": \"na-efe efe\",\n    \"contagiosity\": \"ndagwurugwu\",\n    \"contagious\": \"na efe efe\",\n    \"contagiously\": \"na efe efe\",\n    \"contagiousness\": \"na-efe efe\",\n    \"contagium\": \"ihe na-efe efe\",\n    \"contain\": \"nwere\",\n    \"containable\": \"nwere\",\n    \"contained\": \"dị\",\n    \"containedly\": \"nwere\",\n    \"container\": \"akpa\",\n    \"containerboard\": \"akpati\",\n    \"containerization\": \"akpa\",\n    \"containerize\": \"jiri akpa\",\n    \"containerized\": \"akpati\",\n    \"containerizes\": \"na-ebu ihe\",\n    \"containerizing\": \"na-ebu akpa\",\n    \"containerport\": \"akpa mmiri\",\n    \"containers\": \"akpa\",\n    \"containership\": \"akpa mmiri\",\n    \"containerships\": \"e ji ebu ihe\",\n    \"containing\": \"nwere\",\n    \"containment\": \"njigide\",\n    \"containments\": \"nwere\",\n    \"contains\": \"nwere\",\n    \"contakia\": \"efe\",\n    \"contakion\": \"kọntaktị\",\n    \"contakionkia\": \"kọntaktị\",\n    \"contam\": \"agbasi\",\n    \"contaminable\": \"kemgbasa\",\n    \"contaminant\": \"ihe mmetọ\",\n    \"contaminants\": \"ihe mmetọ\",\n    \"contaminate\": \"ife efe\",\n    \"contaminated\": \"mmeru\",\n    \"contaminates\": \"emetọ ihe\",\n    \"contaminating\": \"na-emetọ ihe\",\n    \"contamination\": \"mmetọ\",\n    \"contaminations\": \"ihe mmetọ\",\n    \"contaminative\": \"mmetọ\",\n    \"contaminator\": \"mmetọ\",\n    \"contaminous\": \"na-efe efe\",\n    \"contangential\": \"ihe na-agbanwe agbanwe\",\n    \"contangoes\": \"agbatị\",\n    \"contangos\": \"agbagha\",\n    \"contchar\": \"ọzọ\",\n    \"contd\": \"agbasi\",\n    \"contection\": \"njikọ\",\n    \"contemn\": \"nleda\",\n    \"contemned\": \"nlelị\",\n    \"contemner\": \"ihe nleda\",\n    \"contemnible\": \"nleda anya\",\n    \"contemnibly\": \"nlelị\",\n    \"contemning\": \"na-eleda anya\",\n    \"contemningly\": \"dị akọ\",\n    \"contemnor\": \"ihe\",\n    \"contemns\": \"nleda anya\",\n    \"contemp\": \"ihe omimi\",\n    \"contemper\": \"ihe nleda\",\n    \"contemperate\": \"na-eleda anya\",\n    \"contemperature\": \"Ogologo oge\",\n    \"contemplable\": \"na-atụgharị uche\",\n    \"contemplamen\": \"oge\",\n    \"contemplance\": \"anya\",\n    \"contemplant\": \"ihe omimi\",\n    \"contemplate\": \"na-atụgharị uche\",\n    \"contemplated\": \"ekere\",\n    \"contemplatedly\": \"n'echiche\",\n    \"contemplates\": \"na-eche echiche\",\n    \"contemplating\": \"na-atụgharị uche\",\n    \"contemplatingly\": \"na-atụgharị uche\",\n    \"contemplation\": \"uche\",\n    \"contemplations\": \"ihe omimi\",\n    \"contemplatist\": \"onye na-atụgharị uche\",\n    \"contemplative\": \"na-atụgharị uche\",\n    \"contemplatively\": \"iche echiche\",\n    \"contemplativeness\": \"iche echiche\",\n    \"contemplator\": \"onye na-atụgharị uche\",\n    \"contemplators\": \"ndị na-atụgharị uche\",\n    \"contemplature\": \"izu ike\",\n    \"contemple\": \"ihe nleda\",\n    \"contemporanean\": \"dịkọrọ ndụ\",\n    \"contemporaneity\": \"oge\",\n    \"contemporaneous\": \"dịkọrọ ndụ\",\n    \"contemporaneously\": \"dịkọrọ ndụ\",\n    \"contemporaneousness\": \"ịdị na-agụ akwụkwọ\",\n    \"contemporary\": \"dịkọrọ ndụ\",\n    \"contemporaries\": \"ndị ha na ha dịkọrọ ndụ\",\n    \"contemporarily\": \"dịkọrọ ndụ\",\n    \"contemporariness\": \"ịdị ndụ\",\n    \"contemporise\": \"nlelị\",\n    \"contemporised\": \"na-eleda anya\",\n    \"contemporising\": \"na-atụgharị uche\",\n    \"contemporize\": \"na-atụgharị uche\",\n    \"contemporized\": \"na-atụgharị uche\",\n    \"contemporizing\": \"na-atụgharị uche\",\n    \"contempt\": \"nlelị\",\n    \"contemptful\": \"nlelị\",\n    \"contemptibility\": \"afọ ojuju\",\n    \"contemptible\": \"nleda anya\",\n    \"contemptibleness\": \"nlelị\",\n    \"contemptibly\": \"n'ụzọ nlelị\",\n    \"contempts\": \"nlelị\",\n    \"contemptuous\": \"nlelị\",\n    \"contemptuously\": \"nlelị\",\n    \"contemptuousness\": \"nlelị\",\n    \"contend\": \"gbasi mgba\",\n    \"contended\": \"gbagburu\",\n    \"contendent\": \"eneni\",\n    \"contender\": \"na-agbaso\",\n    \"contendere\": \"mgba\",\n    \"contenders\": \"ndị na-ese okwu\",\n    \"contending\": \"na-ese okwu\",\n    \"contendingly\": \"na-agbasi mgba\",\n    \"contendress\": \"onye mgba\",\n    \"contends\": \"na-ese okwu\",\n    \"contenement\": \"ihe mgbapụta\",\n    \"content\": \"ọdịnaya\",\n    \"contentable\": \"afọ ojuju\",\n    \"contentation\": \"afọ ojuju\",\n    \"contented\": \"afọ ojuju\",\n    \"contentedly\": \"inwe afọ ojuju\",\n    \"contentedness\": \"afọ ojuju\",\n    \"contentful\": \"afọ ojuju\",\n    \"contenting\": \"afọ ojuju\",\n    \"contention\": \"esemokwu\",\n    \"contentional\": \"esemokwu\",\n    \"contentions\": \"esemokwu\",\n    \"contentious\": \"na-ese okwu\",\n    \"contentiously\": \"na-ese okwu\",\n    \"contentiousness\": \"esemokwu\",\n    \"contentless\": \"enweghị afọ ojuju\",\n    \"contently\": \"afọ ojuju\",\n    \"contentment\": \"afọ ojuju\",\n    \"contentness\": \"afọ ojuju\",\n    \"contents\": \"ọdịnaya\",\n    \"contenu\": \"kọnyenụ\",\n    \"conterminate\": \"mebie\",\n    \"contermine\": \"gbochie\",\n    \"conterminousness\": \"mkpọchi\",\n    \"contesseration\": \"Mgbanwe\",\n    \"contest\": \"zoo\",\n    \"contestability\": \"ịsọ mpi\",\n    \"contestable\": \"sọsọ mpi\",\n    \"contestableness\": \"ịgba ọsọ\",\n    \"contestably\": \"sọsọ mpi\",\n    \"contestant\": \"onye ndorondoro\",\n    \"contestants\": \"ndị na-asọ mpi\",\n    \"contestate\": \"zọọ mpi\",\n    \"contestation\": \"Asọmpi\",\n    \"contested\": \"gbara mgba\",\n    \"contestee\": \"kesaa\",\n    \"contester\": \"onye mgba\",\n    \"contesters\": \"ndị na-asọ mpi\",\n    \"contesting\": \"na-azọ\",\n    \"contestingly\": \"na-azọ\",\n    \"contestless\": \"gbara mgba\",\n    \"contests\": \"n'asọmpi\",\n    \"contex\": \"ihe gbara ya gburugburu\",\n    \"context\": \"ihe gbara ya gburugburu\",\n    \"contextive\": \"ebube\",\n    \"contexts\": \"Ọnọdụ\",\n    \"contextual\": \"ihe gbara ya gburugburu\",\n    \"contextualize\": \"kọwaa ya\",\n    \"contextually\": \"onodu\",\n    \"contextural\": \"ihe gbara ya gburugburu\",\n    \"contexture\": \"ngwakọta\",\n    \"contextured\": \"gburugburu\",\n    \"contg\": \"Ọgụgụ\",\n    \"conticent\": \"dị njikere\",\n    \"contignate\": \"gbalie\",\n    \"contignation\": \"iwe iwe\",\n    \"contiguate\": \"agbasi\",\n    \"contiguity\": \"nkwenye\",\n    \"contiguities\": \"ihe mgbagwoju anya\",\n    \"contiguous\": \"agbagha\",\n    \"contiguously\": \"n'ụzọ\",\n    \"contiguousness\": \"nkwenye\",\n    \"contin\": \"kọntin\",\n    \"continence\": \"kọntinent\",\n    \"continency\": \"kọntinent\",\n    \"continent\": \"kọntinent\",\n    \"continental\": \"kọntinent\",\n    \"continentaler\": \"kọntinent\",\n    \"continentalism\": \"kọntinentism\",\n    \"continentalist\": \"onye kọntinent\",\n    \"continentality\": \"kọntinent\",\n    \"continentalize\": \"kọntinent\",\n    \"continentally\": \"kọntinent\",\n    \"continentals\": \"kọntinent\",\n    \"continently\": \"kọntinent\",\n    \"continents\": \"kọntinent\",\n    \"contineu\": \"gaa n'ihu\",\n    \"contingence\": \"ihe mgbochi\",\n    \"contingency\": \"ihe mgbochi\",\n    \"contingencies\": \"ihe mgbochi\",\n    \"contingent\": \"akwadoro\",\n    \"contingential\": \"kọntinent\",\n    \"contingentialness\": \"dị mkpa\",\n    \"contingently\": \"na-agbagha\",\n    \"contingentness\": \"ịnọ na nche\",\n    \"contingents\": \"ihe mgbochi\",\n    \"continua\": \"n'ihu\",\n    \"continuable\": \"na-aga n'ihu\",\n    \"continual\": \"na-aga n'ihu\",\n    \"continuality\": \"na-aga n'ihu\",\n    \"continually\": \"mgbe niile\",\n    \"continualness\": \"na-aga n'ihu\",\n    \"continuance\": \"ịga n'ihu\",\n    \"continuances\": \"n'ihu\",\n    \"continuancy\": \"mgbe niile\",\n    \"continuando\": \"n'ihu\",\n    \"continuant\": \"na-aga n'ihu\",\n    \"continuantly\": \"na-aga n'ihu\",\n    \"continuate\": \"gara n'ihu\",\n    \"continuately\": \"na-aga n'ihu\",\n    \"continuateness\": \"gaba n'ihu\",\n    \"continuation\": \"n'ihu\",\n    \"continuations\": \"n'ihu\",\n    \"continuative\": \"na-aga n'ihu\",\n    \"continuatively\": \"na-aga n'ihu\",\n    \"continuativeness\": \"ịga n'ihu\",\n    \"continuator\": \"onye na-aga n'ihu\",\n    \"continue\": \"gaa n'ihu\",\n    \"continued\": \"gara n'ihu\",\n    \"continuedly\": \"na-aga n'ihu\",\n    \"continuedness\": \"n'ihu\",\n    \"continuer\": \"na-aga n'ihu\",\n    \"continuers\": \"Ndị na-aga n'ihu\",\n    \"continues\": \"na-aga n'ihu\",\n    \"continuing\": \"na-aga n'ihu\",\n    \"continuingly\": \"na-aga n'ihu\",\n    \"continuist\": \"na-aga n'ihu\",\n    \"continuity\": \"n'ihu\",\n    \"continuities\": \"na-aga n'ihu\",\n    \"continuo\": \"n'ihu\",\n    \"continuos\": \"n'ihu\",\n    \"continuous\": \"na-aga n'ihu\",\n    \"continuously\": \"na-aga n'ihu\",\n    \"continuousness\": \"ịga n'ihu\",\n    \"continuua\": \"kọntinuwa\",\n    \"continuum\": \"gara n'ihu\",\n    \"continuums\": \"na-aga n'ihu\",\n    \"contise\": \"gbaghaara\",\n    \"contline\": \"agbasi\",\n    \"contorniate\": \"ndaba\",\n    \"contorniates\": \"na-emegide\",\n    \"contorsion\": \"mkpọchi\",\n    \"contorsive\": \"nkwenye\",\n    \"contort\": \"nkwalite\",\n    \"contorted\": \"gbaghaara\",\n    \"contortedly\": \"n'ụzọ gbagwojuru anya\",\n    \"contortedness\": \"mgbagwoju anya\",\n    \"contorting\": \"na-agbaso\",\n    \"contortion\": \"agbaghara\",\n    \"contortional\": \"agbatị\",\n    \"contortionate\": \"agbasaghị\",\n    \"contortioned\": \"agbaghara\",\n    \"contortionist\": \"agbagha\",\n    \"contortionistic\": \"agbagha\",\n    \"contortionists\": \"ndị na-eme nkwekọrịta\",\n    \"contortions\": \"mgbagha\",\n    \"contortive\": \"na-akwado\",\n    \"contortively\": \"mgbagha\",\n    \"contorts\": \"agbasi\",\n    \"contortuplicate\": \"gbamgbam\",\n    \"contos\": \"conto\",\n    \"contour\": \"ngwe\",\n    \"contouring\": \"Nhazi\",\n    \"contours\": \"ngwe\",\n    \"contr\": \"Ọgụ\",\n    \"contra\": \"megidere\",\n    \"contraband\": \"ahia iwu\",\n    \"contrabandage\": \"afọ ahia ahia\",\n    \"contrabandery\": \"ahia iwu\",\n    \"contrabandism\": \"ahia iwu\",\n    \"contrabandist\": \"ahia iwu\",\n    \"contrabandista\": \"ahia iwu\",\n    \"contrabass\": \"ahịa ahia ahia\",\n    \"contrabassist\": \"onye ahia iwu\",\n    \"contrabasso\": \"kedobasso\",\n    \"contrabassoon\": \"ahia ojoo\",\n    \"contrabassoonist\": \"onye na-eme ihe nzuzo\",\n    \"contracapitalist\": \"ogwu mgbochi\",\n    \"contraception\": \"ogwu mgbochi\",\n    \"contraceptionist\": \"ogwu ogwu\",\n    \"contraceptive\": \"ogwu mgbochi\",\n    \"contraceptives\": \"ogwu mgbochi\",\n    \"contracivil\": \"emegide\",\n    \"contraclockwise\": \"na-emegide ụzọ\",\n    \"contract\": \"nkwekọrịta\",\n    \"contractable\": \"Kọntaktị\",\n    \"contractant\": \"onye ọrụ ngo\",\n    \"contractation\": \"nkwekọrịta\",\n    \"contracted\": \"nkwekọrịta\",\n    \"contractedly\": \"butere\",\n    \"contractedness\": \"nkwekọrịta\",\n    \"contractee\": \"onye ọrụ nkwekọrịta\",\n    \"contracter\": \"onye ọrụ ngo\",\n    \"contractibility\": \"nkwekọrịta\",\n    \"contractible\": \"Mgbanwe\",\n    \"contractibleness\": \"nkwonkwo\",\n    \"contractibly\": \"nkwekọrịta\",\n    \"contractile\": \"nkwekọrịta\",\n    \"contractility\": \"nkwekọrịta\",\n    \"contracting\": \"nkwekọrịta\",\n    \"contraction\": \"ukwu mkpi\",\n    \"contractional\": \"mgbatị\",\n    \"contractionist\": \"mgbatị\",\n    \"contractions\": \"nkwekọrịta\",\n    \"contractive\": \"nkwekọrịta\",\n    \"contractively\": \"nkwekọrịta\",\n    \"contractiveness\": \"nkwekọrịta\",\n    \"contractly\": \"nkwekọrịta\",\n    \"contractor\": \"onye ọrụ ngo\",\n    \"contractors\": \"ndị ọrụ ngo\",\n    \"contracts\": \"nkwekọrịta\",\n    \"contractu\": \"nkwekọrịta\",\n    \"contractual\": \"nkwekọrịta\",\n    \"contractually\": \"nkwekọrịta\",\n    \"contracture\": \"nkwekọrịta\",\n    \"contractured\": \"gbara ọrụ\",\n    \"contractus\": \"nkwekọrịta\",\n    \"contrada\": \"dịghachi\",\n    \"contradance\": \"ịgbagha\",\n    \"contrade\": \"ndokwa\",\n    \"contradebt\": \"Mgbaghara\",\n    \"contradict\": \"emegide\",\n    \"contradictable\": \"ekweghi ekwe\",\n    \"contradicted\": \"emegiderịta\",\n    \"contradictedness\": \"emegiderịta\",\n    \"contradicter\": \"atuaha\",\n    \"contradicting\": \"na-emegiderịta\",\n    \"contradiction\": \"atuaha\",\n    \"contradictional\": \"emegiderịta\",\n    \"contradictions\": \"emegiderịta\",\n    \"contradictious\": \"na-emegiderịta\",\n    \"contradictiously\": \"na-emegiderịta\",\n    \"contradictiousness\": \"emegiderịta\",\n    \"contradictive\": \"na-emegiderịta\",\n    \"contradictively\": \"emegiderịta\",\n    \"contradictiveness\": \"emegiderịta\",\n    \"contradictor\": \"onye na-emegide onwe ya\",\n    \"contradictory\": \"na-emegiderịta\",\n    \"contradictories\": \"emegiderịta\",\n    \"contradictorily\": \"emegiderịta\",\n    \"contradictoriness\": \"emegiderịta\",\n    \"contradicts\": \"na-emegiderịta\",\n    \"contradiscriminate\": \"iche iche\",\n    \"contradistinct\": \"emegiderịta\",\n    \"contradistinction\": \"emegiderịta\",\n    \"contradistinctions\": \"emegiderịta\",\n    \"contradistinctive\": \"emegiderịta\",\n    \"contradistinctively\": \"ọdịiche\",\n    \"contradistinctly\": \"emegiderịta\",\n    \"contradistinguish\": \"ọdịiche dị iche\",\n    \"contradivide\": \"Mgbidi\",\n    \"contrafacture\": \"nkwekọrịta\",\n    \"contraflexure\": \"mgbatị\",\n    \"contraflow\": \"imeghari\",\n    \"contrafocal\": \"mgbagha\",\n    \"contragredience\": \"ihe mgbochi\",\n    \"contragredient\": \"emegide\",\n    \"contrahent\": \"Ogbogbo\",\n    \"contrail\": \"ihe mgbochi\",\n    \"contrails\": \"na-agbanwe\",\n    \"contraindicant\": \"emegide\",\n    \"contraindicate\": \"imegide\",\n    \"contraindicates\": \"emegide\",\n    \"contraindicating\": \"emegide\",\n    \"contraindication\": \"emegide\",\n    \"contraindications\": \"emegide\",\n    \"contraindicative\": \"emegide\",\n    \"contrair\": \"mgbanye\",\n    \"contraire\": \"emegide\",\n    \"contralateral\": \"nkwekọrịta\",\n    \"contralto\": \"Mgbanwe\",\n    \"contramure\": \"mgbagha\",\n    \"contranatural\": \"ntụgharị\",\n    \"contrantiscion\": \"nkwenye\",\n    \"contraorbitally\": \"n'ụzọ na-akwadoghị\",\n    \"contrapletal\": \"emegide\",\n    \"contraplete\": \"emegide\",\n    \"contraplex\": \"ihe mgbagwoju anya\",\n    \"contrapolarization\": \"imegide\",\n    \"contrapone\": \"imegide\",\n    \"contraponend\": \"imegide\",\n    \"contrapose\": \"imebi\",\n    \"contraposed\": \"agbagha\",\n    \"contraposing\": \"na-egbochi\",\n    \"contraposit\": \"ihe mgbochi\",\n    \"contraposition\": \"emebi iwu\",\n    \"contrapositive\": \"emegide\",\n    \"contrapositives\": \"ihe mgbochi\",\n    \"contrapposto\": \"agbako\",\n    \"contraprogressist\": \"onye megidere iwu\",\n    \"contraprops\": \"ihe mgbochi\",\n    \"contraprovectant\": \"na-emegide iwu\",\n    \"contraption\": \"mgbochi\",\n    \"contraptions\": \"mgbochi\",\n    \"contraptious\": \"mgbochi\",\n    \"contrapuntalist\": \"onye nkwado\",\n    \"contrapuntally\": \"contrapuntant\",\n    \"contrapuntist\": \"onye na-emegide iwu\",\n    \"contrarational\": \"emegide\",\n    \"contraregular\": \"emegide\",\n    \"contraregularity\": \"emegide\",\n    \"contraremonstrance\": \"mgbochi\",\n    \"contraremonstrant\": \"onye na-emegide iwu\",\n    \"contrarevolutionary\": \"agbagha\",\n    \"contrary\": \"iche\",\n    \"contrariant\": \"emegide\",\n    \"contrariantly\": \"imegide\",\n    \"contrariety\": \"imebi iwu\",\n    \"contrarieties\": \"mmebi iwu\",\n    \"contrarily\": \"n'ụzọ ụfọdụ\",\n    \"contrariness\": \"mgbochi\",\n    \"contrarious\": \"na-agbagha\",\n    \"contrariously\": \"n'ụzọ dị iche\",\n    \"contrariousness\": \"nkwenye\",\n    \"contrariwise\": \"megidere iwu\",\n    \"contrarotation\": \"mgbochi\",\n    \"contrascriptural\": \"ntughari\",\n    \"contrast\": \"iche\",\n    \"contrastable\": \"iche\",\n    \"contrastably\": \"N'ụzọ dị iche\",\n    \"contraste\": \"emegide\",\n    \"contrasted\": \"ọdịiche\",\n    \"contrastedly\": \"iche\",\n    \"contraster\": \"mgbochi\",\n    \"contrasters\": \"ndị na-eme ihe dị iche\",\n    \"contrasty\": \"ọdịiche\",\n    \"contrastimulant\": \"iche\",\n    \"contrastimulation\": \"iche\",\n    \"contrastimulus\": \"iche\",\n    \"contrasting\": \"iche\",\n    \"contrastingly\": \"N'ụzọ dị iche\",\n    \"contrastive\": \"iche\",\n    \"contrastively\": \"iche\",\n    \"contrastiveness\": \"iche iche\",\n    \"contrastment\": \"ọdịiche\",\n    \"contrasts\": \"ọdịiche\",\n    \"contrasuggestible\": \"emegide contratible\",\n    \"contratabular\": \"contra tabular\",\n    \"contrate\": \"agbagha\",\n    \"contratempo\": \"mgbagha\",\n    \"contratenor\": \"Mgbakwunye\",\n    \"contratulations\": \"daalụ\",\n    \"contravalence\": \"mgbochi\",\n    \"contravallation\": \"mechie\",\n    \"contravariant\": \"emegide\",\n    \"contravene\": \"imegide\",\n    \"contravened\": \"megidere\",\n    \"contravener\": \"onye na emeghari iwu\",\n    \"contravenes\": \"emegide\",\n    \"contravening\": \"imebi\",\n    \"contravention\": \"mmebi iwu\",\n    \"contraversion\": \"Mgbanwe\",\n    \"contravindicate\": \"imegide\",\n    \"contravindication\": \"mgbagha\",\n    \"contrawise\": \"megidere iwu\",\n    \"contrecoup\": \"mgbagha\",\n    \"contrectation\": \"mgbagha\",\n    \"contredanse\": \"Nkwado\",\n    \"contredanses\": \"agbagha\",\n    \"contreface\": \"nkwonkwo\",\n    \"contrefort\": \"mgbaka\",\n    \"contrepartie\": \"regha\",\n    \"contretemps\": \"agbagha\",\n    \"contrib\": \"nye aka\",\n    \"contributable\": \"nye onyinye\",\n    \"contributary\": \"onyinye\",\n    \"contribute\": \"onyinye\",\n    \"contributed\": \"nyere aka\",\n    \"contributes\": \"nyere aka\",\n    \"contributing\": \"inye onyinye\",\n    \"contribution\": \"onyinye\",\n    \"contributional\": \"nkwado\",\n    \"contributions\": \"onyinye\",\n    \"contributive\": \"Ntinye\",\n    \"contributively\": \"na ntinye\",\n    \"contributiveness\": \"ntinye\",\n    \"contributor\": \"onye ntinye aka\",\n    \"contributory\": \"onyinye\",\n    \"contributorial\": \"nkwado\",\n    \"contributories\": \"onyinye\",\n    \"contributorily\": \"na ntinye\",\n    \"contributors\": \"ndị nkwado\",\n    \"contributorship\": \"nkwado\",\n    \"contrist\": \"agbagha\",\n    \"contrite\": \"chegharia\",\n    \"contritely\": \"n'ụzọ doro anya\",\n    \"contriteness\": \"nkwenye\",\n    \"contrition\": \"nchedo\",\n    \"contriturate\": \"emegide\",\n    \"contrivance\": \"iche\",\n    \"contrivances\": \"esemokwu\",\n    \"contrivancy\": \"ihe mgbochi\",\n    \"contrive\": \"gbasaa\",\n    \"contrived\": \"echiche\",\n    \"contrivedly\": \"echiche\",\n    \"contrivement\": \"iche\",\n    \"contriver\": \"onye na-emepụta ihe\",\n    \"contrivers\": \"ndị na-emepụta ihe\",\n    \"contrives\": \"na-eme\",\n    \"contriving\": \"na-echepụta ihe\",\n    \"control\": \"njikwa\",\n    \"controled\": \"na-achịkwa\",\n    \"controling\": \"na-achịkwa\",\n    \"controllability\": \"njikwa\",\n    \"controllable\": \"njikwa\",\n    \"controllableness\": \"Njikwa\",\n    \"controllably\": \"njikwa\",\n    \"controlled\": \"na-achịkwa\",\n    \"controller\": \"ihe njikwa\",\n    \"controllers\": \"ndị na-achịkwa\",\n    \"controllership\": \"njikwa\",\n    \"controlless\": \"enweghị njikwa\",\n    \"controlling\": \"na-achịkwa\",\n    \"controllingly\": \"na-agbagha\",\n    \"controlment\": \"nchịkwa\",\n    \"controls\": \"njikwa\",\n    \"controversal\": \"na-arụrịta ụka\",\n    \"controverse\": \"esemokwu\",\n    \"controversed\": \"esemokwu\",\n    \"controversy\": \"esemokwu\",\n    \"controversial\": \"na-arụrịta ụka\",\n    \"controversialism\": \"onye mgbagha\",\n    \"controversialist\": \"onye mgbagha\",\n    \"controversialists\": \"onye mgbagha\",\n    \"controversialize\": \"rụọ ụka\",\n    \"controversially\": \"mgbagha\",\n    \"controversies\": \"esemokwu\",\n    \"controversion\": \"na-arụrịta ụka\",\n    \"controversional\": \"na-arụrịta ụka\",\n    \"controversionalism\": \"arụmụka\",\n    \"controversionalist\": \"onye mgbagha\",\n    \"controvert\": \"nkwenye\",\n    \"controverted\": \"Gbasara\",\n    \"controverter\": \"ntụgharị\",\n    \"controvertibility\": \"nkwenye\",\n    \"controvertibly\": \"n'ụzọ na-agbanwe agbanwe\",\n    \"controverting\": \"na-achọgharị\",\n    \"controvertist\": \"onye mgbagha\",\n    \"controverts\": \"na-emegide\",\n    \"contrude\": \"gbasaa\",\n    \"contubernal\": \"nne\",\n    \"contubernial\": \"narị afọ\",\n    \"contumacy\": \"isi ike\",\n    \"contumacies\": \"ndọkpọ\",\n    \"contumacious\": \"na-efe efe\",\n    \"contumaciously\": \"ndagide\",\n    \"contumaciousness\": \"ịgbagha\",\n    \"contumacity\": \"agbagha\",\n    \"contumacities\": \"agbagha\",\n    \"contumax\": \"agbaghara\",\n    \"contumely\": \"agbagha\",\n    \"contumelies\": \"ọgbụgba\",\n    \"contumelious\": \"na-efe efe\",\n    \"contumeliously\": \"ndagide\",\n    \"contumeliousness\": \"ịgbasi ike\",\n    \"contund\": \"nkwenye\",\n    \"contune\": \"gbagharịa\",\n    \"conturb\": \"nsogbu\",\n    \"conturbation\": \"nsogbu\",\n    \"contuse\": \"mgbagha\",\n    \"contused\": \"agbakwunye\",\n    \"contuses\": \"esemokwu\",\n    \"contusing\": \"na-agbagha\",\n    \"contusion\": \"mgbagha\",\n    \"contusioned\": \"mgbagwoju anya\",\n    \"contusions\": \"mgbagwoju anya\",\n    \"contusive\": \"echiche\",\n    \"conule\": \"komule\",\n    \"conumerous\": \"conime\",\n    \"conundrum\": \"kporo\",\n    \"conundrumize\": \"kpụgharịa\",\n    \"conundrums\": \"mgbagha\",\n    \"conurbation\": \"ogbugbu\",\n    \"conurbations\": \"ogbako\",\n    \"conus\": \"konus\",\n    \"conusance\": \"nkwenye\",\n    \"conusant\": \"ekwenye\",\n    \"conusee\": \"itughari\",\n    \"conuses\": \"gbacha\",\n    \"conusor\": \"onye nkwenye\",\n    \"conutrition\": \"ihe oriri\",\n    \"conv\": \"ifechi\",\n    \"convalesce\": \"mgbako\",\n    \"convalesced\": \"mgbagwoju anya\",\n    \"convalescence\": \"mgbako\",\n    \"convalescency\": \"mgbaghari\",\n    \"convalescent\": \"mgbaghari\",\n    \"convalescently\": \"n'ụzọ mgbagwoju anya\",\n    \"convalescents\": \"mgbagọju anya\",\n    \"convalesces\": \"mgbaghari\",\n    \"convalescing\": \"mgbaghari\",\n    \"convallariaceous\": \"ikwughari\",\n    \"convally\": \"na ntukwasi-obi\",\n    \"convected\": \"ebufee\",\n    \"convecting\": \"na-agbakọta\",\n    \"convective\": \"ebufe\",\n    \"convectively\": \"agbakọta\",\n    \"convector\": \"ebu\",\n    \"convects\": \"na-ebugharị\",\n    \"convey\": \"ibuga\",\n    \"conveyability\": \"ebufe\",\n    \"conveyable\": \"ebufe\",\n    \"conveyal\": \"ikwupụta\",\n    \"conveyance\": \"ebufe\",\n    \"conveyancer\": \"ebufe\",\n    \"conveyances\": \"ebufe\",\n    \"conveyancing\": \"ebufe\",\n    \"conveyed\": \"zigara\",\n    \"conveyer\": \"ebufe\",\n    \"conveyers\": \"ebufe\",\n    \"conveying\": \"na-ezute\",\n    \"conveyor\": \"ebu ebu\",\n    \"conveyors\": \"Ndị na-ebugharị ihe\",\n    \"conveys\": \"na-enyefe\",\n    \"convell\": \"Nyefee\",\n    \"convenable\": \"agbakọta\",\n    \"convenably\": \"mkpọkọta\",\n    \"convenance\": \"mkpọkọta\",\n    \"convenances\": \"nzukọ\",\n    \"convene\": \"kpọkọta\",\n    \"convened\": \"kpọkọta\",\n    \"convenee\": \"bugharịa\",\n    \"convener\": \"onye na-akpọkọta\",\n    \"convenery\": \"ebe obibi\",\n    \"conveneries\": \"mkpọkọta\",\n    \"conveners\": \"ndị mkpọkọta\",\n    \"convenership\": \"nzukọ\",\n    \"convenes\": \"na-akpọkọta\",\n    \"convenience\": \"mma\",\n    \"convenienced\": \"mma\",\n    \"conveniences\": \"mma\",\n    \"conveniency\": \"nkasi obi\",\n    \"conveniencies\": \"mma\",\n    \"conveniens\": \"dabara adaba\",\n    \"convenient\": \"adaba\",\n    \"conveniently\": \"dabara adaba\",\n    \"convenientness\": \"adaba\",\n    \"convening\": \"na-akpọkọta\",\n    \"convent\": \"ebe obibi ndị nọn\",\n    \"convented\": \"zutere\",\n    \"conventicler\": \"onye na-akwa iko\",\n    \"conventing\": \"ichikota\",\n    \"convention\": \"mgbakọ\",\n    \"conventional\": \"ot\",\n    \"conventionalisation\": \"mgbakọ\",\n    \"conventionalise\": \"nzukọ\",\n    \"conventionalised\": \"gbakọta\",\n    \"conventionalising\": \"agbakọta\",\n    \"conventionalism\": \"ochichi\",\n    \"conventionalist\": \"onye mmebe\",\n    \"conventionality\": \"mgbakọ\",\n    \"conventionalities\": \"ot\",\n    \"conventionalization\": \"mgbakọ\",\n    \"conventionalize\": \"mezie\",\n    \"conventionalized\": \"mejuputara\",\n    \"conventionalizes\": \"na-eme ka\",\n    \"conventionalizing\": \"mgbakọ\",\n    \"conventionally\": \"na mgbakọ\",\n    \"conventionary\": \"mgbakọ\",\n    \"conventioneer\": \"onye nlekọta\",\n    \"conventioneers\": \"mgbakọ\",\n    \"conventioner\": \"mgbakọ\",\n    \"conventionism\": \"mgbakọ\",\n    \"conventionist\": \"onye mgbakọ\",\n    \"conventionize\": \"kpọkọta\",\n    \"conventions\": \"mgbakọ\",\n    \"converge\": \"ịgbakọta\",\n    \"converged\": \"ịgbanwee\",\n    \"convergement\": \"mgbanwe\",\n    \"convergence\": \"mgbanwe\",\n    \"convergences\": \"njikọta\",\n    \"convergency\": \"mgbanwe\",\n    \"convergent\": \"na-agbanwe agbanwe\",\n    \"convergently\": \"na-agbanwe agbanwe\",\n    \"converges\": \"na-agbanye\",\n    \"convergescence\": \"mgbanwe\",\n    \"converginerved\": \"kọntaktị\",\n    \"converging\": \"ịgbanwee\",\n    \"conversable\": \"na-agbanwe agbanwe\",\n    \"conversableness\": \"mgbanwe\",\n    \"conversably\": \"ntụgharị uche\",\n    \"conversance\": \"mkparịta ụka\",\n    \"conversancy\": \"ntụgharị\",\n    \"conversant\": \"na-ekwu okwu\",\n    \"conversantly\": \"na-ekwu\",\n    \"conversation\": \"mkparịta ụka\",\n    \"conversationable\": \"mkparịta ụka\",\n    \"conversational\": \"mkparịta ụka\",\n    \"conversationalism\": \"mkparịta ụka\",\n    \"conversationalist\": \"mkparịta ụka\",\n    \"conversationalists\": \"ndị na-akparịta ụka\",\n    \"conversationally\": \"na-akparịta ụka\",\n    \"conversationism\": \"mkparịta ụka\",\n    \"conversationist\": \"onye na ekwu okwu\",\n    \"conversationize\": \"mkparịta ụka\",\n    \"conversations\": \"mkparịta ụka\",\n    \"conversative\": \"mgbanwe\",\n    \"conversazione\": \"mkparịta ụka\",\n    \"conversaziones\": \"kọntaktị\",\n    \"conversazioni\": \"mkparịta ụka\",\n    \"converse\": \"na-akparịta ụka\",\n    \"conversed\": \"na-akparịta ụka\",\n    \"conversely\": \"ọzọ\",\n    \"converser\": \"na-akparịta ụka\",\n    \"converses\": \"na-akparịta ụka\",\n    \"conversi\": \"na-akparịta ụka\",\n    \"conversibility\": \"mkparịta ụka\",\n    \"conversible\": \"na-agbanwe agbanwe\",\n    \"conversing\": \"na-akparịta ụka\",\n    \"conversion\": \"ntughari\",\n    \"conversional\": \"ntughari\",\n    \"conversionary\": \"ntughari\",\n    \"conversionism\": \"ntụgharị\",\n    \"conversionist\": \"onye ntụgharị\",\n    \"conversions\": \"mgbanwe\",\n    \"conversive\": \"mkparịta ụka\",\n    \"converso\": \"mkparịta ụka\",\n    \"conversus\": \"mgbagha\",\n    \"convert\": \"tọghatara\",\n    \"convertable\": \"kọnvatịbụl\",\n    \"convertaplane\": \"kọntaktị\",\n    \"converted\": \"tọghatara\",\n    \"convertend\": \"tọghatara\",\n    \"converter\": \"onye ntụgharị\",\n    \"converters\": \"ndị ntụgharị\",\n    \"convertibility\": \"mgbanwe\",\n    \"convertible\": \"kọnvatịbụl\",\n    \"convertibleness\": \"kọnvatịbụl ness\",\n    \"convertibles\": \"kọnvatịbụl\",\n    \"convertibly\": \"kọnvatịbụl\",\n    \"converting\": \"n'ịtụgharị\",\n    \"convertingness\": \"ịtụgharị ness\",\n    \"convertiplane\": \"kọntaktị\",\n    \"convertism\": \"ntụgharị\",\n    \"convertite\": \"ịtụgharị\",\n    \"convertive\": \"na-agbanwe agbanwe\",\n    \"convertoplane\": \"kọntaktị\",\n    \"convertor\": \"onye ntụgharị\",\n    \"convertors\": \"ndị ntụgharị\",\n    \"converts\": \"atọghata\",\n    \"conveth\": \"iweta\",\n    \"convex\": \"Ọdụdọ\",\n    \"convexed\": \"agbatị\",\n    \"convexedly\": \"agbakọta\",\n    \"convexedness\": \"Mgbatị\",\n    \"convexes\": \"agbakọta\",\n    \"convexity\": \"Mgbakọta\",\n    \"convexities\": \"agbakọta\",\n    \"convexly\": \"agbakọta\",\n    \"convexness\": \"convex ness\",\n    \"convexo\": \"ụsọ\",\n    \"convexoconcave\": \"conkwo ngwo\",\n    \"conviciate\": \"kwado\",\n    \"convicinity\": \"nso\",\n    \"convict\": \"ikpe\",\n    \"convictable\": \"mara ikpe\",\n    \"convicted\": \"mara ikpe\",\n    \"convictfish\": \"ikpe azu\",\n    \"convictfishes\": \"na-ama ikpe\",\n    \"convictible\": \"ikpe\",\n    \"convicting\": \"ịma ikpe\",\n    \"conviction\": \"nkwenye\",\n    \"convictional\": \"ikpe\",\n    \"convictions\": \"nkwenye\",\n    \"convictism\": \"ikpe mkpegbu\",\n    \"convictive\": \"onye ikpe\",\n    \"convictively\": \"ikwenye\",\n    \"convictiveness\": \"nkwenye\",\n    \"convictment\": \"ikpe\",\n    \"convictor\": \"onye ikpe mara\",\n    \"convicts\": \"ndị ikpe mara\",\n    \"convince\": \"kwenye\",\n    \"convinced\": \"kwenyesiri ike\",\n    \"convincedly\": \"kwenyesiri ike\",\n    \"convincedness\": \"nkwenye\",\n    \"convincement\": \"kwenye\",\n    \"convincer\": \"kwenye\",\n    \"convincers\": \"kwenye\",\n    \"convinces\": \"kwenye\",\n    \"convincibility\": \"nkwenye\",\n    \"convincible\": \"kwenye\",\n    \"convincing\": \"kwenye\",\n    \"convincingly\": \"kwenye\",\n    \"convincingness\": \"kwenye\",\n    \"convite\": \"ikwenye\",\n    \"convive\": \"ikwenyesi ike\",\n    \"convives\": \"kwenye\",\n    \"convivial\": \"nkwenye\",\n    \"convivialist\": \"okoli\",\n    \"conviviality\": \"nkwenye\",\n    \"convivialize\": \"ikwesi ike\",\n    \"convivially\": \"n'ụzọ doro anya\",\n    \"convivio\": \"okpokoro\",\n    \"convocant\": \"okpokoro\",\n    \"convocate\": \"kpokọta\",\n    \"convocated\": \"kpọkọtara\",\n    \"convocating\": \"okpokoro\",\n    \"convocation\": \"mkpokọta\",\n    \"convocational\": \"mkpọtụ\",\n    \"convocationally\": \"iche iche\",\n    \"convocationist\": \"agbako\",\n    \"convocations\": \"nzukọ\",\n    \"convocative\": \"nkasi obi\",\n    \"convocator\": \"onye nkata\",\n    \"convoyed\": \"convo\",\n    \"convoying\": \"ihe ọnụ\",\n    \"convoys\": \"ngwongwo\",\n    \"convoke\": \"kpọọ\",\n    \"convoked\": \"na-ama ikpe\",\n    \"convoker\": \"okpu\",\n    \"convokers\": \"ndị ngwongwo\",\n    \"convokes\": \"ọgba aghara\",\n    \"convoking\": \"ịma jijiji\",\n    \"convoluta\": \"agbako\",\n    \"convolute\": \"gbako\",\n    \"convoluted\": \"ihe mgbagwoju anya\",\n    \"convolutedly\": \"agbagha\",\n    \"convolutedness\": \"mgbako\",\n    \"convolutely\": \"kpam kpam\",\n    \"convoluting\": \"ọnụ\",\n    \"convolution\": \"ntughari\",\n    \"convolutional\": \"ntughari\",\n    \"convolutionary\": \"nkwanye ugwu\",\n    \"convolutions\": \"nkwenye\",\n    \"convolutive\": \"agbagha\",\n    \"convolve\": \"mechie\",\n    \"convolved\": \"dị\",\n    \"convolvement\": \"njikọ\",\n    \"convolves\": \"na-agbagha\",\n    \"convolving\": \"ọnụ\",\n    \"convolvulaceous\": \"ihe mgbagwoju anya\",\n    \"convolvulad\": \"nkwanye\",\n    \"convolvulic\": \"nkwanye\",\n    \"convolvulinic\": \"okpokoro\",\n    \"convolvulus\": \"okpokoro\",\n    \"convolvuluses\": \"mgbagha\",\n    \"convulsant\": \"na-eme mkpọtụ\",\n    \"convulse\": \"megharia\",\n    \"convulsed\": \"maa jijiji\",\n    \"convulsedly\": \"na-agbagha\",\n    \"convulses\": \"okpokoro\",\n    \"convulsibility\": \"ihe mgbu\",\n    \"convulsible\": \"na-ama jijiji\",\n    \"convulsing\": \"na-eme ka ahụ\",\n    \"convulsion\": \"akwukwu\",\n    \"convulsional\": \"nkwonkwo\",\n    \"convulsionary\": \"akwara\",\n    \"convulsionaries\": \"ihe ọgbụgba\",\n    \"convulsionism\": \"isi mgbaka\",\n    \"convulsionist\": \"onye na-eme aghara\",\n    \"convulsions\": \"ụtarị\",\n    \"convulsively\": \"jijiji\",\n    \"convulsiveness\": \"akwara\",\n    \"coo\": \"kwoo\",\n    \"cooboo\": \"kobo\",\n    \"cooboos\": \"koboos\",\n    \"cooch\": \"ihikota\",\n    \"cooches\": \"agba\",\n    \"cooed\": \"jụrụ\",\n    \"cooee\": \"kwoo\",\n    \"cooeed\": \"kwadoro\",\n    \"cooeeing\": \"na-akwado\",\n    \"cooees\": \"na-akwado\",\n    \"cooeyed\": \"kwekọọ\",\n    \"cooeying\": \"na-akwado\",\n    \"cooeys\": \"igwe oyi\",\n    \"cooer\": \"oyi\",\n    \"cooers\": \"igwe oku\",\n    \"coofs\": \"soro\",\n    \"cooing\": \"na-ekwupụta\",\n    \"cooingly\": \"na-ekwenye\",\n    \"cook\": \"esi nri\",\n    \"cookable\": \"esi nri\",\n    \"cookbook\": \"akwukwo nri\",\n    \"cookbooks\": \"Akwụkwọ nri\",\n    \"cookdom\": \"esi nri\",\n    \"cooked\": \"esighe\",\n    \"cookee\": \"kuki\",\n    \"cookey\": \"kuki\",\n    \"cookeys\": \"nkuku\",\n    \"cooker\": \"osi ite\",\n    \"cookery\": \"esi nri\",\n    \"cookeries\": \"esi nri\",\n    \"cookers\": \"esi nri\",\n    \"cookhouse\": \"usekwu\",\n    \"cookhouses\": \"usekwu\",\n    \"cooky\": \"esi nri\",\n    \"cookie\": \"kuki\",\n    \"cookies\": \"kuki\",\n    \"cooking\": \"isi nri\",\n    \"cookings\": \"esi nri\",\n    \"cookish\": \"esi nri\",\n    \"cookishly\": \"esi nri\",\n    \"cookless\": \"esi nri\",\n    \"cookmaid\": \"osi nri\",\n    \"cookroom\": \"ime ụlọ nri\",\n    \"cooks\": \"na-esi nri\",\n    \"cookshack\": \"esi nri\",\n    \"cookshop\": \"esi nri\",\n    \"cookshops\": \"ebe esi nri\",\n    \"cookstove\": \"esi nri stovu\",\n    \"cookware\": \"esi nri\",\n    \"cookwares\": \"esi nri\",\n    \"cool\": \"dị jụụ\",\n    \"coolaman\": \"coolamon\",\n    \"coolants\": \"igwe oyi\",\n    \"cooled\": \"mma\",\n    \"coolen\": \"oyi\",\n    \"cooler\": \"oyi\",\n    \"coolerman\": \"Onye nju oyi\",\n    \"coolers\": \"ngwa nju oyi\",\n    \"coolheaded\": \"jụrụ oyi\",\n    \"coolheadedly\": \"isi-ike\",\n    \"coolheadedness\": \"isi-isi\",\n    \"coolhouse\": \"klọb\",\n    \"cooly\": \"soro\",\n    \"coolie\": \"oyi\",\n    \"coolies\": \"chikwa\",\n    \"cooling\": \"jụrụ\",\n    \"coolingly\": \"na-ajụ oyi\",\n    \"coolingness\": \"jụrụ oyi\",\n    \"coolish\": \"jụọ oyi\",\n    \"coolly\": \"dị jụụ\",\n    \"coolness\": \"ịdị jụụ\",\n    \"coolnesses\": \"ịdị jụụ\",\n    \"cools\": \"jụrụ\",\n    \"coolth\": \"wetuo\",\n    \"coolung\": \"jụrụ\",\n    \"coolweed\": \"igbo igbo\",\n    \"coolwort\": \"nwachukwu\",\n    \"coom\": \"koom\",\n    \"coomb\": \"koombe\",\n    \"coombe\": \"koombe\",\n    \"coombes\": \"kobo\",\n    \"coombs\": \"kobo\",\n    \"coomy\": \"coony\",\n    \"cooncan\": \"kooncan\",\n    \"coonhounds\": \"coonhound\",\n    \"cooniest\": \"ihe kasị mma\",\n    \"cooniness\": \"obi\",\n    \"coonskin\": \"akpukpo akwa\",\n    \"coonskins\": \"akpukpo akwa\",\n    \"coonties\": \"ógbè\",\n    \"coop\": \"kop\",\n    \"cooped\": \"cooper\",\n    \"coopee\": \"cooper\",\n    \"cooperage\": \"imekọ ihe ọnụ\",\n    \"cooperancy\": \"imekọ ihe ọnụ\",\n    \"cooperant\": \"akwado\",\n    \"cooperate\": \"kwado\",\n    \"cooperated\": \"kwadoro\",\n    \"cooperates\": \"na-akwado\",\n    \"cooperating\": \"na-arụkọ ọrụ\",\n    \"cooperatingly\": \"na-arụkọ ọrụ ọnụ\",\n    \"cooperation\": \"imekọ ihe ọnụ\",\n    \"cooperationist\": \"onye nkwado\",\n    \"cooperations\": \"nkwado\",\n    \"cooperative\": \"ekwenye\",\n    \"cooperatively\": \"n'ikwekọ\",\n    \"cooperativeness\": \"imekọ ihe ọnụ\",\n    \"cooperatives\": \"ndị ọrụ nkwado\",\n    \"cooperator\": \"onye oru\",\n    \"cooperators\": \"ndị ọrụ mmekọrịta\",\n    \"coopered\": \"jikọtara ọnụ\",\n    \"coopery\": \"cooper\",\n    \"cooperies\": \"cooper\",\n    \"coopering\": \"na-arụkọ ọrụ\",\n    \"cooperite\": \"kwadoro\",\n    \"cooping\": \"na-akwado\",\n    \"coops\": \"kop\",\n    \"coopt\": \"kwụrụ\",\n    \"cooptate\": \"ikwenye\",\n    \"cooptation\": \"mmezi\",\n    \"cooptative\": \"na-ekpo ọkụ\",\n    \"coopted\": \"kwadoro\",\n    \"coopting\": \"ngalaba ịpụ\",\n    \"cooption\": \"Nhọrọ\",\n    \"cooptions\": \"nkwado\",\n    \"cooptive\": \"na-akwado\",\n    \"coopts\": \"na-akwado\",\n    \"coordinal\": \"ichikota\",\n    \"coordinate\": \"ichikota\",\n    \"coordinated\": \"achikota\",\n    \"coordinately\": \"ichikota\",\n    \"coordinateness\": \"ichikota\",\n    \"coordinates\": \"nhazi\",\n    \"coordinating\": \"ichikota\",\n    \"coordination\": \"nchikota\",\n    \"coordinations\": \"nhazi\",\n    \"coordinative\": \"nhazi\",\n    \"coordinator\": \"onye nhazi\",\n    \"coordinatory\": \"onye nhazi\",\n    \"coordinators\": \"ndị nhazi\",\n    \"cooree\": \"kwenye\",\n    \"coorg\": \"okpokoro\",\n    \"cooried\": \"coorie\",\n    \"coorieing\": \"ọnya coorie\",\n    \"coories\": \"kootu\",\n    \"coos\": \"soro\",\n    \"cooser\": \"nso\",\n    \"coosers\": \"igwe nkpuru\",\n    \"coosify\": \"kwenye\",\n    \"coost\": \"juo\",\n    \"coosuc\": \"udochi\",\n    \"coot\": \"ukwu\",\n    \"cootfoot\": \"coot ụkwụ\",\n    \"cooth\": \"ukwu\",\n    \"coothay\": \"afọ\",\n    \"cooty\": \"cootie\",\n    \"coots\": \"okooko osisi\",\n    \"copa\": \"kopa\",\n    \"copable\": \"enwere ike ibipụtaghachi\",\n    \"copaene\": \"kopaene\",\n    \"copaiba\": \"kopaiba\",\n    \"copaibas\": \"kopaibas\",\n    \"copain\": \"kopain\",\n    \"copaliferous\": \"onyenze\",\n    \"copalm\": \"Pọm\",\n    \"coparcenary\": \"onye nwe mmadu\",\n    \"coparcener\": \"onye nchikota\",\n    \"coparceny\": \"nnweta\",\n    \"coparenary\": \"koparenary\",\n    \"coparent\": \"nne na nna\",\n    \"coparents\": \"nne na nna\",\n    \"copartiment\": \"mpempe akwụkwọ\",\n    \"copartner\": \"onye nyocha\",\n    \"copartnery\": \"nwekwaa\",\n    \"copartners\": \"ndị ọrụ mmekọrịta\",\n    \"copartnership\": \"ọrụ\",\n    \"copasetic\": \"copacetic\",\n    \"copassionate\": \"nwee ọmịiko\",\n    \"copastor\": \"onye nchịkwa\",\n    \"copastorate\": \"dezie\",\n    \"copastors\": \"ndị nchịkwa\",\n    \"copatroness\": \"nnabata\",\n    \"cope\": \"nagide\",\n    \"copeck\": \"nagide\",\n    \"copecks\": \"na-anagide\",\n    \"coped\": \"nagide\",\n    \"copehan\": \"nagide\",\n    \"copei\": \"nagide\",\n    \"copeia\": \"nagide\",\n    \"copelata\": \"njikwalata\",\n    \"copelatae\": \"njikwalatae\",\n    \"copelate\": \"nagide\",\n    \"copemate\": \"kopi\",\n    \"copemates\": \"ndị na-e copomi\",\n    \"copen\": \"kopi\",\n    \"copending\": \"Iomi\",\n    \"copenetrate\": \"dezie\",\n    \"copenhagen\": \"kopihagen\",\n    \"copens\": \"akwụkwọ\",\n    \"copeognatha\": \"ịnagide\",\n    \"copepod\": \"ịnagide\",\n    \"copepoda\": \"መቋቋምpoda\",\n    \"copepodan\": \"na-anagide\",\n    \"copepodous\": \"ịnagide\",\n    \"copepods\": \"ịnagide\",\n    \"coper\": \"ọla kọpa\",\n    \"coperiodic\": \"oge\",\n    \"copernicans\": \"ndị copernicans\",\n    \"copernicus\": \"ụsọ\",\n    \"coperose\": \"ndị uwe ojii\",\n    \"copers\": \"ndị uwe ojii\",\n    \"copes\": \"na-anagide\",\n    \"copesetic\": \"kopiiki\",\n    \"copesettic\": \"kopesetik\",\n    \"copesman\": \"onye uwe ojii\",\n    \"copesmate\": \"nwaanyi copes\",\n    \"cophosis\": \"kophosis\",\n    \"cophouse\": \"chophouse\",\n    \"copy\": \"oyiri\",\n    \"copiability\": \"ikike\",\n    \"copiable\": \"nke a na-edegharị\",\n    \"copyboy\": \"iomi\",\n    \"copyboys\": \"ụmụ nnomi\",\n    \"copybook\": \"oyiri\",\n    \"copybooks\": \"akwụkwọ ederede\",\n    \"copycat\": \"oyiri\",\n    \"copycats\": \"oyiri\",\n    \"copycatted\": \"oyiri\",\n    \"copycatting\": \"nnomi\",\n    \"copycutter\": \"Detuo\",\n    \"copydesk\": \"idesomi\",\n    \"copydesks\": \"idesomi\",\n    \"copied\": \"I coomi\",\n    \"copier\": \"onye na-ede ihe\",\n    \"copiers\": \"ihe npiomi\",\n    \"copies\": \"mbipụta\",\n    \"copyfitter\": \"ndeputa\",\n    \"copyfitting\": \"nnomi\",\n    \"copygraph\": \"ihe odide\",\n    \"copygraphed\": \"oyiri\",\n    \"copyhold\": \"oyiri\",\n    \"copyholder\": \"oyiri\",\n    \"copyholders\": \"ndị nwe ya\",\n    \"copyholding\": \"iomi\",\n    \"copyholds\": \"ndeputa\",\n    \"copihue\": \"kopihu\",\n    \"copihues\": \"kopihu\",\n    \"copying\": \"Iomi\",\n    \"copyism\": \"nnomi\",\n    \"copyist\": \"oyiri ihe\",\n    \"copyists\": \"ndị na-edegharị akwụkwọ\",\n    \"copilot\": \"kopilot\",\n    \"copilots\": \"ndị ọkwọ ụgbọ ala\",\n    \"copyman\": \"oyiri\",\n    \"coping\": \"ịnagide\",\n    \"copings\": \"iomi\",\n    \"copingstone\": \"ihe nnagide\",\n    \"copiosity\": \"ezi uche\",\n    \"copious\": \"na-ada\",\n    \"copiously\": \"n'uju\",\n    \"copiousness\": \"ịdị ọcha\",\n    \"copyreader\": \"oyiri ihe ederede\",\n    \"copyreaders\": \"ndị na-edegharị akwụkwọ\",\n    \"copyreading\": \"iomi\",\n    \"copyright\": \"nwebisiinka\",\n    \"copyrightable\": \"nwebiisinka\",\n    \"copyrighted\": \"nwebisiinka\",\n    \"copyrighter\": \"nwebisiinka\",\n    \"copyrighting\": \"nwebisiinka\",\n    \"copyrights\": \"nwebisiinka\",\n    \"copist\": \"onye nnuputa\",\n    \"copywise\": \"n'otu aka\",\n    \"copywriter\": \"ihe ederede\",\n    \"copywriters\": \"ihe ederede\",\n    \"copywriting\": \"nnomi\",\n    \"coplaintiff\": \"onye ọka iwu\",\n    \"coplanarity\": \"nnwale\",\n    \"coplanarities\": \"nnabata\",\n    \"coplanation\": \"nhazi\",\n    \"copleased\": \"juru obi\",\n    \"coplots\": \"kolotọ\",\n    \"coplotted\": \"edepụtara\",\n    \"coplotter\": \"onye nbipute\",\n    \"coplotting\": \"ịpịgharị\",\n    \"coploughing\": \"igbankwu\",\n    \"coplowing\": \"na-edegharị\",\n    \"copolar\": \"kopola\",\n    \"copolymer\": \"kopolymer\",\n    \"copolymeric\": \"nnuku\",\n    \"copolymerism\": \"nnuku\",\n    \"copolymerizations\": \"nnuku\",\n    \"copolymerize\": \"imekọ ihe ọnụ\",\n    \"copolymerizing\": \"imekọ ihe ọnụ\",\n    \"copolymerous\": \"okpokoro\",\n    \"copolymers\": \"kopolymer\",\n    \"copopsia\": \"kopopsia\",\n    \"coportion\": \"nchịkwa\",\n    \"copout\": \"kopo\",\n    \"copouts\": \"kopo\",\n    \"coppa\": \"copa\",\n    \"coppaelite\": \"copaelite\",\n    \"copper\": \"ọla kọpa\",\n    \"copperahs\": \"copperas\",\n    \"copperases\": \"copperas\",\n    \"copperbottom\": \"ọla kọpa\",\n    \"coppered\": \"metara\",\n    \"copperer\": \"ọla kọpa\",\n    \"copperhead\": \"ọla kọpa\",\n    \"copperheadism\": \"ọla kọpa\",\n    \"copperheads\": \"ọla kọpa\",\n    \"coppery\": \"ọla kọpa\",\n    \"coppering\": \"coering\",\n    \"copperish\": \"ọla kọpa\",\n    \"copperytailed\": \"ọla kọpa\",\n    \"copperization\": \"ọla kọpa\",\n    \"copperize\": \"ọla kọpa\",\n    \"copperleaf\": \"ọla kọpa\",\n    \"coppernose\": \"ọla kọpa\",\n    \"coppernosed\": \"na-agbakwunye\",\n    \"copperplate\": \"ọla kọpa\",\n    \"copperplated\": \"ọla kọpa\",\n    \"copperproof\": \"ọla kọpa\",\n    \"coppers\": \"ọla kọpa\",\n    \"coppersidesman\": \"okopu\",\n    \"copperskin\": \"ọla kọpa\",\n    \"coppersmith\": \"ọla kọpa\",\n    \"coppersmithing\": \"ọla kọpa\",\n    \"copperware\": \"ọla kọpa\",\n    \"copperwing\": \"ọla kọpa\",\n    \"copperworks\": \"ọla kọpa\",\n    \"coppet\": \"kopi\",\n    \"coppice\": \"nsị\",\n    \"coppiced\": \"nwekọtara ọnụ\",\n    \"coppices\": \"kpakpando\",\n    \"coppicing\": \"ihe ọụ\",\n    \"coppin\": \"koppin\",\n    \"copping\": \"inyocha\",\n    \"copple\": \"kopi\",\n    \"copplecrown\": \"copple okpueze\",\n    \"coppled\": \"kopi\",\n    \"coppra\": \"copra\",\n    \"coppras\": \"copperas\",\n    \"copr\": \"onye nchịkwa\",\n    \"copraemic\": \"nchoputa\",\n    \"coprahs\": \"coprah\",\n    \"copras\": \"mkpụrụ osisi\",\n    \"coprecipitate\": \"tinye ihe\",\n    \"coprecipitated\": \"ihe atụ\",\n    \"coprecipitating\": \"na-akụzi ihe\",\n    \"coprecipitation\": \"nchịkọta ihe\",\n    \"copremias\": \"ikowa\",\n    \"copremic\": \"nwe\",\n    \"copresbyter\": \"onye nchoputa\",\n    \"copresence\": \"izu ike\",\n    \"copresent\": \"deputa\",\n    \"coprincipal\": \"onye isi\",\n    \"coprincipate\": \"na-edegharị\",\n    \"coprisoner\": \"onye nga\",\n    \"coprocessing\": \"iwu\",\n    \"coprocessor\": \"ndozi\",\n    \"coprocessors\": \"ndi oru nkwado\",\n    \"coproduce\": \"mepụta\",\n    \"coproducer\": \"onye na-emepụta ihe\",\n    \"coproduct\": \"mepụta\",\n    \"coproduction\": \"mmeputa\",\n    \"coprolagnist\": \"koprolagnist\",\n    \"coprolite\": \"ezipụta\",\n    \"coprolith\": \"onye mmanu\",\n    \"coprolitic\": \"naịl\",\n    \"coprology\": \"ọnụọgụ\",\n    \"copromisor\": \"onye nkwuputa\",\n    \"copromoter\": \"onye na-enyocha ihe\",\n    \"coprophagy\": \"nchịkọta\",\n    \"coprophagist\": \"onye na-ede ihe\",\n    \"coprophagous\": \"nweghari\",\n    \"coprophiliac\": \"kopi\",\n    \"coprophilic\": \"kopi\",\n    \"coprophilous\": \"kopi\",\n    \"coprophobic\": \"kopi\",\n    \"coproprietor\": \"onye nnweta\",\n    \"coproprietorship\": \"nnweta\",\n    \"coprosma\": \"nchịkwa\",\n    \"cops\": \"ndị uwe ojii\",\n    \"copse\": \"akpati ozu\",\n    \"copses\": \"cops\",\n    \"copsewood\": \"inyinya\",\n    \"copsewooded\": \"inyinya osisi\",\n    \"copsy\": \"cops\",\n    \"copter\": \"kopita\",\n    \"copters\": \"ndị isi\",\n    \"coptic\": \"koptik\",\n    \"copular\": \"akwụkwọ\",\n    \"copulate\": \"kopi\",\n    \"copulated\": \"ulatedomie\",\n    \"copulates\": \"na-emepụta\",\n    \"copulating\": \"Iomi\",\n    \"copulation\": \"nyocha\",\n    \"copulations\": \"mbipụta\",\n    \"copulative\": \"na-agbanwe\",\n    \"copulatively\": \"na-arụ ọrụ\",\n    \"copulatory\": \"nyocha\",\n    \"copunctal\": \"ezigbote\",\n    \"copurchaser\": \"ocho ahia\",\n    \"coquetting\": \"nri\",\n    \"coquettishly\": \"ọquụ\",\n    \"coquettishness\": \"ọquụ\",\n    \"cora\": \"kora\",\n    \"corach\": \"kora\",\n    \"coracial\": \"agbụrụ\",\n    \"coracii\": \"koracii\",\n    \"coracine\": \"koracine\",\n    \"coracle\": \"koral\",\n    \"coracles\": \"umuaka\",\n    \"coracoids\": \"cococoids\",\n    \"coradicate\": \"itughari\",\n    \"corage\": \"mkpuchi\",\n    \"coragio\": \"coraggio\",\n    \"corah\": \"korah\",\n    \"coraji\": \"kọral\",\n    \"coral\": \"kọral\",\n    \"coralbells\": \"mgbịrịgba\",\n    \"coralberry\": \"kọralberry\",\n    \"coralberries\": \"kọralịberị\",\n    \"coralbush\": \"koralbush\",\n    \"coraled\": \"koral\",\n    \"coralflower\": \"okooko osisi\",\n    \"corallian\": \"koralian\",\n    \"corallic\": \"koralik\",\n    \"corallidomous\": \"korallidomous\",\n    \"coralliferous\": \"ọralụ\",\n    \"corallike\": \"dị ka coral\",\n    \"corallin\": \"korallin\",\n    \"corallinaceous\": \"okpokoro\",\n    \"coralline\": \"koralline\",\n    \"corallium\": \"korallium\",\n    \"coralloid\": \"koralloid\",\n    \"coralloidal\": \"koralloidal\",\n    \"corallum\": \"korallum\",\n    \"corals\": \"kọral\",\n    \"coram\": \"koram\",\n    \"corambis\": \"koram\",\n    \"coran\": \"koran\",\n    \"coraveca\": \"koraveca\",\n    \"corbed\": \"kpuchie\",\n    \"corbeilles\": \"ozu\",\n    \"corbeils\": \"ozu\",\n    \"corbeled\": \"gbakọọ\",\n    \"corbeling\": \"na-agbagha\",\n    \"corbelled\": \"kpaliri\",\n    \"corbelling\": \"Na-ekwu okwu\",\n    \"corbels\": \"ozu\",\n    \"corbies\": \"ozu\",\n    \"corblimey\": \"corblimei\",\n    \"corcass\": \"ozu\",\n    \"corcir\": \"ozu\",\n    \"corcle\": \"okirikiri\",\n    \"cord\": \"eriri\",\n    \"cordage\": \"eriri\",\n    \"cordages\": \"eriri\",\n    \"cordaitean\": \"cordaites\",\n    \"cordal\": \"eriri\",\n    \"cordant\": \"eriri\",\n    \"cordate\": \"eriri\",\n    \"cordately\": \"eriri\",\n    \"corded\": \"eriri\",\n    \"cordel\": \"eriri\",\n    \"cordelia\": \"eriri igwe\",\n    \"cordelier\": \"eriri igwe\",\n    \"cordeliere\": \"eriri\",\n    \"cordelle\": \"eriri\",\n    \"cordelled\": \"nwere eriri\",\n    \"cordelling\": \"eriri igwe\",\n    \"corder\": \"agaba\",\n    \"cordery\": \"ihe ndozi\",\n    \"corders\": \"ala\",\n    \"cordy\": \"eriri igwe\",\n    \"cordia\": \"cordial\",\n    \"cordialize\": \"jiri nwayọ\",\n    \"cordially\": \"jiri nwayọ\",\n    \"cordycepin\": \"eriri igwe\",\n    \"cordiceps\": \"eriri\",\n    \"cordyceps\": \"eriri\",\n    \"cordicole\": \"eriri\",\n    \"cordies\": \"ozu\",\n    \"cordyl\": \"Eriri\",\n    \"cordylanthus\": \"eriri igwe\",\n    \"cordyline\": \"eriri akwa\",\n    \"cordilleras\": \"eririilleras\",\n    \"cordiner\": \"Kọdor\",\n    \"cording\": \"Ndekọ\",\n    \"cordis\": \"eriri\",\n    \"cordite\": \"eriri\",\n    \"cordites\": \"eriri\",\n    \"corditis\": \"eriri afọ\",\n    \"cordleaf\": \"eriri\",\n    \"cordless\": \"eriri\",\n    \"cordlessly\": \"eriri\",\n    \"cordlike\": \"dị ka eriri\",\n    \"cordmaker\": \"eriri igwe\",\n    \"cordobas\": \"eririobas\",\n    \"cordon\": \"eriri\",\n    \"cordonazo\": \"eririonazo\",\n    \"cordonazos\": \"eririonazos\",\n    \"cordoned\": \"udo ya\",\n    \"cordoning\": \"itinye eriri\",\n    \"cordonnet\": \"eririonnet\",\n    \"cordons\": \"eriri\",\n    \"cordovan\": \"Ugboro\",\n    \"cordovans\": \"Ndidi\",\n    \"cords\": \"eriri\",\n    \"corduroyed\": \"Ekwela\",\n    \"corduroying\": \"na-arụ ọrụ\",\n    \"cordwain\": \"eriri\",\n    \"cordwainer\": \"eriri\",\n    \"cordwainery\": \"eriri nwa\",\n    \"cordwains\": \"eriri\",\n    \"cordwood\": \"osisi\",\n    \"cordwoods\": \"osisi\",\n    \"core\": \"isi\",\n    \"corebel\": \"isi\",\n    \"corebox\": \"igbe\",\n    \"coreceiver\": \"isi ihe\",\n    \"corecipient\": \"isi ihe\",\n    \"coreciprocal\": \"isi\",\n    \"corectome\": \"isi ihe\",\n    \"corectomy\": \"eriri afọ\",\n    \"corector\": \"isi ihe\",\n    \"cored\": \"gbụrụ\",\n    \"coredeem\": \"isi\",\n    \"coredeemed\": \"echekwara\",\n    \"coredeemer\": \"onye isi\",\n    \"coredeeming\": \"ihe nnweta\",\n    \"coredeems\": \"isi\",\n    \"coredemptress\": \"ihe cressemptress\",\n    \"coreductase\": \"isi\",\n    \"coree\": \"isi\",\n    \"coreflexed\": \"okpokoro\",\n    \"coregence\": \"isi ihe\",\n    \"coregency\": \"isi ihe\",\n    \"coregent\": \"isi\",\n    \"coregnancy\": \"afọ ime\",\n    \"coregnant\": \"ime\",\n    \"coregonine\": \"isi nri\",\n    \"coregonoid\": \"Udochi\",\n    \"coregonus\": \"Udochi\",\n    \"coreid\": \"isi\",\n    \"coreidae\": \"isi\",\n    \"coreign\": \"isi\",\n    \"coreigner\": \"isi ihe\",\n    \"coreigns\": \"isi\",\n    \"corejoice\": \"ọjoụ\",\n    \"corelate\": \"isi ihe\",\n    \"corelated\": \"agbakwunyere\",\n    \"corelates\": \"isi\",\n    \"corelating\": \"mmekọrịta\",\n    \"corelation\": \"mmekọrịta\",\n    \"corelational\": \"mmekọrịta\",\n    \"corelative\": \"mmekọrịta\",\n    \"corelatively\": \"mmekọrịta\",\n    \"coreless\": \"enweghị isi\",\n    \"coreligionist\": \"onye isi\",\n    \"corelysis\": \"isi\",\n    \"corella\": \"isi\",\n    \"corema\": \"isi\",\n    \"coremaker\": \"isi ihe\",\n    \"coremaking\": \"isi Ndinam\",\n    \"coremorphosis\": \"isi akwara\",\n    \"corenounce\": \"kwuwe\",\n    \"coreopsis\": \"isi\",\n    \"coreplasty\": \"isi ihe\",\n    \"coreplastic\": \"isi ihe\",\n    \"corepressor\": \"isi igwe\",\n    \"corequisite\": \"isi\",\n    \"coresidence\": \"Odibo\",\n    \"coresidual\": \"isi\",\n    \"coresign\": \"isi ihe\",\n    \"coresonant\": \"nwa nwoke\",\n    \"coresort\": \"okpokoro\",\n    \"corespect\": \"isi\",\n    \"corespondency\": \"isi ike\",\n    \"corespondent\": \"isi ihe\",\n    \"corespondents\": \"isi ihe\",\n    \"coretomy\": \"isi ihe\",\n    \"coreveler\": \"onye isi\",\n    \"coreveller\": \"okpokoro\",\n    \"corevolve\": \"isi\",\n    \"corial\": \"ozu\",\n    \"coriandrum\": \"okpokoro\",\n    \"corydon\": \"Corydon\",\n    \"corymblike\": \"corymb yiri\",\n    \"corin\": \"ọka\",\n    \"coring\": \"ịnyịnya ibu\",\n    \"corinthiac\": \"Cortiac\",\n    \"corinthian\": \"Kọrịnt\",\n    \"corinthianesque\": \"mmmmmmmmmmmmm\",\n    \"corinthianism\": \"Corinism\",\n    \"corinthianize\": \"isi ike\",\n    \"corinthians\": \"Ndị Kọrịnt\",\n    \"cork\": \"okwuchi\",\n    \"corkage\": \"ihe eji akpu akpu\",\n    \"corkages\": \"ihe mkpuchi\",\n    \"corkboard\": \"kọbọd\",\n    \"corked\": \"kpochie ọnụ\",\n    \"corker\": \"onye ọrụ\",\n    \"corkers\": \"Ndị na-eme mkpọtụ\",\n    \"corky\": \"ihe mkpuchi\",\n    \"corking\": \"ikpuchi\",\n    \"corkir\": \"okwuchi\",\n    \"corkish\": \"na-akọchi\",\n    \"corkite\": \"kpuchie\",\n    \"corklike\": \"dị ka ihe mkpuchi\",\n    \"corkline\": \"okwuchi\",\n    \"corkmaker\": \"onye na-eme mkpọchi\",\n    \"corkmaking\": \"ime achịcha\",\n    \"corks\": \"okpu\",\n    \"corkscrew\": \"ihe nkpuchi\",\n    \"corkscrewed\": \"kpuchie ụzọ\",\n    \"corkscrewy\": \"ihe mkpuchi\",\n    \"corkscrewing\": \"ihe nkpuchi\",\n    \"corkscrews\": \"ihe mkpuchi\",\n    \"cormels\": \"ozu\",\n    \"cormorants\": \"cormorant\",\n    \"cormous\": \"nnukwu\",\n    \"corn\": \"ọka\",\n    \"cornaceae\": \"ọka\",\n    \"cornaceous\": \"ọka\",\n    \"cornage\": \"ọka\",\n    \"cornamute\": \"ọkaamute\",\n    \"cornball\": \"ọka\",\n    \"cornballs\": \"bọọlụ ọka\",\n    \"cornbell\": \"ọka\",\n    \"cornberry\": \"ọka\",\n    \"cornbin\": \"ọka\",\n    \"cornbind\": \"ọka\",\n    \"cornbinks\": \"ọka\",\n    \"cornbird\": \"nnụnụ ọka\",\n    \"cornbole\": \"ọka\",\n    \"cornbottle\": \"ọka\",\n    \"cornbrash\": \"ọka\",\n    \"cornbread\": \"ọka bred\",\n    \"corncake\": \"ọka\",\n    \"corncakes\": \"achịcha ọka\",\n    \"corncob\": \"ọka\",\n    \"corncobs\": \"ọka\",\n    \"corncockle\": \"ọka\",\n    \"corncracker\": \"ọka\",\n    \"corncrake\": \"ọka\",\n    \"corncrib\": \"ọka\",\n    \"corncribs\": \"ọka\",\n    \"corncrusher\": \"ọka\",\n    \"corncutter\": \"ọka\",\n    \"corncutting\": \"ịkpụcha ọka\",\n    \"corned\": \"ọka\",\n    \"cornel\": \"ọka\",\n    \"cornelia\": \"Cornelia\",\n    \"cornelian\": \"onye oku\",\n    \"cornelius\": \"Cornelius\",\n    \"cornell\": \"ọka\",\n    \"cornels\": \"ọka\",\n    \"cornemuse\": \"ọka\",\n    \"corneous\": \"ozu\",\n    \"corner\": \"akuku\",\n    \"cornerback\": \"akuku\",\n    \"cornerbind\": \"nkuku\",\n    \"cornered\": \"gbasaa\",\n    \"cornerer\": \"okwukwu\",\n    \"cornering\": \"ịgbanye\",\n    \"cornerman\": \"Onye isi nkuku\",\n    \"cornerpiece\": \"nkuku\",\n    \"corners\": \"nkuku\",\n    \"cornerstone\": \"isi nkuku\",\n    \"cornerstones\": \"isi nkuku\",\n    \"cornerways\": \"akụkụ ụzọ\",\n    \"cornerwise\": \"nkuku\",\n    \"cornet\": \"opi\",\n    \"cornetcy\": \"ọka\",\n    \"cornetcies\": \"ọka\",\n    \"corneter\": \"ọka\",\n    \"cornetfish\": \"ọka\",\n    \"cornetfishes\": \"ọka\",\n    \"cornetist\": \"onye oka\",\n    \"cornetists\": \"ọka\",\n    \"cornets\": \"ọka\",\n    \"cornett\": \"ọka\",\n    \"cornette\": \"cornet\",\n    \"cornetter\": \"ọka\",\n    \"cornetti\": \"ọka\",\n    \"cornettino\": \"ọka\",\n    \"cornettist\": \"onye oka\",\n    \"cornetto\": \"ọka\",\n    \"corneum\": \"okpokoro\",\n    \"cornfactor\": \"ọka\",\n    \"cornfed\": \"ọka\",\n    \"cornfield\": \"ọka\",\n    \"cornfields\": \"ọka\",\n    \"cornflag\": \"ọka\",\n    \"cornflakes\": \"ọka\",\n    \"cornfloor\": \"ọka\",\n    \"cornflour\": \"ọka\",\n    \"cornflower\": \"ọka\",\n    \"cornflowers\": \"ahihia\",\n    \"cornhole\": \"olulu\",\n    \"cornhouse\": \"ọka\",\n    \"cornhusk\": \"ọka\",\n    \"cornhusker\": \"ọka\",\n    \"cornhusking\": \"ọka\",\n    \"cornhusks\": \"ọka\",\n    \"corny\": \"ọka\",\n    \"cornic\": \"ọka\",\n    \"cornice\": \"ọka\",\n    \"corniced\": \"ọka\",\n    \"cornices\": \"ọka\",\n    \"corniche\": \"ọka\",\n    \"corniches\": \"ọka\",\n    \"cornicing\": \"ọka\",\n    \"cornicle\": \"ọka\",\n    \"cornicles\": \"ọka\",\n    \"cornicular\": \"ọka\",\n    \"corniculate\": \"ọka\",\n    \"corniculer\": \"ọka\",\n    \"corniculum\": \"ihe omumu\",\n    \"corniferous\": \"ọka\",\n    \"cornify\": \"ọka\",\n    \"cornific\": \"ọka\",\n    \"cornification\": \"ọka\",\n    \"cornified\": \"ọka\",\n    \"corniform\": \"ọka\",\n    \"cornigeous\": \"ọka\",\n    \"cornigerous\": \"na-eme mkpọtụ\",\n    \"cornily\": \"n'ụzọ\",\n    \"cornin\": \"ọka\",\n    \"corniness\": \"ọka\",\n    \"corning\": \"Corning\",\n    \"cornish\": \"ọka\",\n    \"cornishman\": \"onye nkuku\",\n    \"cornland\": \"ọka\",\n    \"cornless\": \"enweghị ọka\",\n    \"cornloft\": \"ọka\",\n    \"cornmaster\": \"onye isi ulo\",\n    \"cornmeal\": \"ọka\",\n    \"cornmeals\": \"ọka\",\n    \"cornmonger\": \"ọka\",\n    \"cornmuse\": \"ọka\",\n    \"cornpipe\": \"ọka\",\n    \"cornrick\": \"ọka\",\n    \"cornroot\": \"ọka\",\n    \"cornrow\": \"ọka\",\n    \"cornrows\": \"ọka\",\n    \"corns\": \"ọka\",\n    \"cornsack\": \"ọka\",\n    \"cornstalk\": \"ọka\",\n    \"cornstalks\": \"ụzọ ọka\",\n    \"cornstarch\": \"ọka\",\n    \"cornstone\": \"okwute\",\n    \"cornstook\": \"ọka\",\n    \"cornual\": \"kọlụlụ\",\n    \"cornubianite\": \"ọkaubianite\",\n    \"cornulite\": \"ọkaulite\",\n    \"cornulites\": \"ọka\",\n    \"cornupete\": \"ọka\",\n    \"cornus\": \"ọka\",\n    \"cornuses\": \"ọka\",\n    \"cornute\": \"ọka\",\n    \"cornuted\": \"ọka\",\n    \"cornutin\": \"ọka\",\n    \"cornutine\": \"ọka\",\n    \"cornuting\": \"ịgha ọka\",\n    \"cornuto\": \"ọka\",\n    \"cornutos\": \"ọka\",\n    \"cornutus\": \"ọka\",\n    \"cornwallis\": \"ọka\",\n    \"cornwallite\": \"ọka\",\n    \"coroa\": \"okpokoro\",\n    \"corody\": \"ọmarịcha\",\n    \"corodies\": \"ihe mkpuchi\",\n    \"corojo\": \"okpo\",\n    \"corol\": \"okpo\",\n    \"corolitic\": \"okpo\",\n    \"coroll\": \"okpo\",\n    \"corolla\": \"okpo\",\n    \"corollaries\": \"umu akwukwo\",\n    \"corollas\": \"okpokoro\",\n    \"corollated\": \"kpokọtara\",\n    \"corollet\": \"okpo\",\n    \"corolliferous\": \"kelechi\",\n    \"coromell\": \"okpo\",\n    \"corometer\": \"koometa\",\n    \"corona\": \"okpokoro\",\n    \"coronach\": \"akwara\",\n    \"coronachs\": \"akwara\",\n    \"coronado\": \"akwara\",\n    \"coronados\": \"akwara\",\n    \"coronagraphic\": \"akuko\",\n    \"coronal\": \"akwara\",\n    \"coronalled\": \"akwara\",\n    \"coronally\": \"ugboro ugboro\",\n    \"coronals\": \"akwara\",\n    \"coronamen\": \"umu nwoke\",\n    \"coronary\": \"akwara\",\n    \"coronaries\": \"akwara\",\n    \"coronas\": \"akwara\",\n    \"coronation\": \"echichi\",\n    \"coronations\": \"echichi\",\n    \"coronatorial\": \"ochichi\",\n    \"corone\": \"coron\",\n    \"coronels\": \"eriri afọ\",\n    \"coroner\": \"onye na-enyocha ozu\",\n    \"coroners\": \"okpu\",\n    \"coronilla\": \"akwara\",\n    \"coronillo\": \"okpo\",\n    \"coronion\": \"akwara\",\n    \"coronis\": \"akwara\",\n    \"coronitis\": \"ọnya afọ\",\n    \"coronium\": \"koronum\",\n    \"coronize\": \"mezie\",\n    \"coronobasilar\": \"ntebu\",\n    \"coronographic\": \"ihe nyocha\",\n    \"coronopus\": \"udo\",\n    \"coroparelcysis\": \"na-egbochi ọrịa\",\n    \"coroplasty\": \"ebe obibi\",\n    \"coroplastic\": \"ihe coroplastic\",\n    \"coroscopy\": \"nyocha\",\n    \"corotate\": \"kootu\",\n    \"corotated\": \"kootu\",\n    \"corotating\": \"kootu\",\n    \"corotation\": \"kootu\",\n    \"corotomy\": \"okpu\",\n    \"coroun\": \"Oru\",\n    \"coroutines\": \"Ebe obibi\",\n    \"corozos\": \"Kurozos\",\n    \"corpora\": \"kopora\",\n    \"corporacy\": \"ụlọ ọrụ\",\n    \"corporacies\": \"ụlọ ọrụ\",\n    \"corporal\": \"kopora\",\n    \"corporalcy\": \"kopora\",\n    \"corporales\": \"ụlọ ọrụ\",\n    \"corporalities\": \"ụlọ ọrụ\",\n    \"corporally\": \"ụlọ ọrụ\",\n    \"corporals\": \"kopora\",\n    \"corporalship\": \"ralslọọrụ\",\n    \"corporas\": \"ụlọ ọrụ\",\n    \"corporate\": \"ụlọ ọrụ\",\n    \"corporately\": \"ụlọ ọrụ\",\n    \"corporation\": \"ụlọ ọrụ\",\n    \"corporational\": \"ụlọ ọrụ\",\n    \"corporationer\": \"ụlọ ọrụ\",\n    \"corporationism\": \"ụlọ ọrụ\",\n    \"corporations\": \"ụlọ ọrụ\",\n    \"corporatism\": \"ụlọ ọrụ\",\n    \"corporatist\": \"kootu\",\n    \"corporative\": \"ụlọọrụ\",\n    \"corporatively\": \"rativelọọrụ\",\n    \"corporator\": \"omekorita\",\n    \"corporature\": \"ụlọ ọrụ\",\n    \"corporeality\": \"ozu\",\n    \"corporealize\": \"jisie ike\",\n    \"corporeally\": \"ọfụma\",\n    \"corporealness\": \"ozu\",\n    \"corporeals\": \"ozu\",\n    \"corporeity\": \"aru\",\n    \"corporify\": \"kwado ya\",\n    \"corporosity\": \"ụlọ ọrụ\",\n    \"corps\": \"Ndị ozu\",\n    \"corpse\": \"ozu\",\n    \"corpselike\": \"ozu\",\n    \"corpselikeness\": \"ozu\",\n    \"corpses\": \"ozu\",\n    \"corpsy\": \"ozu\",\n    \"corpsman\": \"onye agha\",\n    \"corpsmen\": \"ndị ozu\",\n    \"corpulences\": \"mmeghari ahụ\",\n    \"corpulency\": \"ozu\",\n    \"corpus\": \"ozu\",\n    \"corpuscle\": \"ozu\",\n    \"corpuscles\": \"ozu\",\n    \"corpuscularian\": \"okpokoro\",\n    \"corpusculous\": \"corpusious\",\n    \"corr\": \"Corr\",\n    \"corrade\": \"Corrade\",\n    \"corraded\": \"kwekọrọ\",\n    \"corrades\": \"Koboodu\",\n    \"corradiated\": \"Gbanyụọ\",\n    \"corradiating\": \"na-emegharị\",\n    \"corradiation\": \"ozu\",\n    \"corrading\": \"na-emebi emebi\",\n    \"corrals\": \"corral\",\n    \"corrasion\": \"mbibi\",\n    \"correa\": \"mezie\",\n    \"correal\": \"mezuru\",\n    \"correality\": \"mmezi\",\n    \"correct\": \"mezie\",\n    \"correctable\": \"edozi\",\n    \"correctant\": \"ziri ezi\",\n    \"corrected\": \"gbazie\",\n    \"correctedness\": \"mgbazi\",\n    \"correcter\": \"emezi\",\n    \"correctest\": \"ziri ezi\",\n    \"correctible\": \"ziri ezi\",\n    \"correctify\": \"mezie\",\n    \"correcting\": \"agbazi\",\n    \"correctingly\": \"na-edozi\",\n    \"correction\": \"mgbazi\",\n    \"correctional\": \"mgbazi\",\n    \"correctionalist\": \"onye mgbazi\",\n    \"correctioner\": \"onye ndozi\",\n    \"corrections\": \"mmezi\",\n    \"correctitude\": \"ndozi\",\n    \"corrective\": \"imezi\",\n    \"correctively\": \"ziri ezi\",\n    \"correctiveness\": \"mmezi\",\n    \"correctives\": \"mmezi\",\n    \"correctly\": \"n'ụzọ ziri ezi\",\n    \"correctness\": \"Izizi\",\n    \"corrector\": \"ndozi\",\n    \"correctory\": \"ndozi\",\n    \"correctorship\": \"mmezi\",\n    \"correctress\": \"ndozi\",\n    \"correctrice\": \"mezie\",\n    \"corrects\": \"na-agbazi\",\n    \"correlatable\": \"ime mgbanwe\",\n    \"correlate\": \"mezie\",\n    \"correlated\": \"emekorita\",\n    \"correlates\": \"na-edozi\",\n    \"correlating\": \"na-emezigharị\",\n    \"correlation\": \"mmekọrịta\",\n    \"correlational\": \"mmekọrịta\",\n    \"correlations\": \"mmekọrịta\",\n    \"correlative\": \"mmekọrịta\",\n    \"correlatively\": \"na-arụ ọrụ\",\n    \"correlativeness\": \"mmekọrịta adịghị mma\",\n    \"correlatives\": \"mmezi\",\n    \"correlativism\": \"mmekọrịta\",\n    \"correlativity\": \"ndozi\",\n    \"correligionist\": \"ndozi\",\n    \"correllated\": \"Na-agbagha\",\n    \"correllation\": \"correl\",\n    \"correllations\": \"mmezi\",\n    \"correo\": \"mezue\",\n    \"correption\": \"mmezi\",\n    \"corresp\": \"nnweta\",\n    \"correspond\": \"kwekọrọ\",\n    \"corresponded\": \"kwekọrọ\",\n    \"correspondence\": \"mmekorita\",\n    \"correspondences\": \"mmekorita\",\n    \"correspondency\": \"mmekorita\",\n    \"correspondencies\": \"mmekorita\",\n    \"correspondent\": \"onye mmekorita\",\n    \"correspondential\": \"kwekọrọ\",\n    \"correspondentially\": \"kwekọrọ\",\n    \"correspondently\": \"n'ụzọ kwekọrọ\",\n    \"correspondents\": \"ndị na-edekọ akụkọ\",\n    \"correspondentship\": \"mmekorita\",\n    \"corresponder\": \"onyeoma\",\n    \"corresponding\": \"kwekọrọ\",\n    \"correspondingly\": \"kwekọrọ\",\n    \"corresponds\": \"kwekọrọ\",\n    \"corresponsion\": \"mmekpa ahụ\",\n    \"corresponsive\": \"na-emebi emebi\",\n    \"corresponsively\": \"n'ụzọ na-enweghị isi\",\n    \"corridas\": \"korido\",\n    \"corrido\": \"korido\",\n    \"corridor\": \"korido\",\n    \"corridored\": \"korido\",\n    \"corridors\": \"korido\",\n    \"corrigent\": \"Corrigent\",\n    \"corrivality\": \"omume\",\n    \"corrivals\": \"ụmụ nnụnụ\",\n    \"corrivalship\": \"nnweta\",\n    \"corrivate\": \"mezie\",\n    \"corrive\": \"mezie\",\n    \"corroborant\": \"na-enye nkwado\",\n    \"corroborate\": \"ikwado\",\n    \"corroborates\": \"na-akwado\",\n    \"corroborating\": \"na-akwado\",\n    \"corroboration\": \"nkwado\",\n    \"corroborations\": \"ihe nkwado\",\n    \"corroborative\": \"na-akwado\",\n    \"corroboratively\": \"n'ụzọ nkwado\",\n    \"corroborators\": \"ndị nkwado\",\n    \"corroboreed\": \"kwadoro\",\n    \"corroboreeing\": \"na-akwado\",\n    \"corroborees\": \"na-akwado\",\n    \"corrodant\": \"corrosant\",\n    \"corrode\": \"Ikwute\",\n    \"corroded\": \"Okpuru\",\n    \"corrodent\": \"corrosent\",\n    \"corrodentia\": \"corrosentia\",\n    \"corroders\": \"Ndị na-eme mkpọtụ\",\n    \"corrody\": \"Nwunye\",\n    \"corrodibility\": \"nkwenye\",\n    \"corrodible\": \"corrovable\",\n    \"corroding\": \"na-emebi emebi\",\n    \"corrosibleness\": \"corrosible\",\n    \"corrosived\": \"na-emebi emebi\",\n    \"corrosively\": \"n'agha\",\n    \"corrosiveness\": \"ihe na-emebi emebi\",\n    \"corrosives\": \"ihe mmebi\",\n    \"corrosiving\": \"na-emebi emebi\",\n    \"corrugant\": \"corrugated\",\n    \"corrugate\": \"corrugated\",\n    \"corrugates\": \"corrugated\",\n    \"corrugation\": \"ozu\",\n    \"corrugators\": \"Ndị na-eme mkpọtụ\",\n    \"corrugent\": \"corrugo\",\n    \"corrup\": \"rụrụ arụ\",\n    \"corrupable\": \"ire\",\n    \"corrupt\": \"rụrụ arụ\",\n    \"corrupted\": \"emerụ\",\n    \"corruptedly\": \"emerụ\",\n    \"corruptedness\": \"emerụ ness\",\n    \"corrupter\": \"emerụ\",\n    \"corruptest\": \"rụrụ arụ\",\n    \"corruptful\": \"rụrụ arụ\",\n    \"corruptibility\": \"ire ure\",\n    \"corruptibilities\": \"na-emebi emebi\",\n    \"corruptible\": \"ire ure\",\n    \"corruptibleness\": \"ire ure\",\n    \"corruptibly\": \"na-emebi emebi\",\n    \"corrupting\": \"na-emerụ emerụ\",\n    \"corruptingly\": \"na-emerụ emerụ\",\n    \"corruption\": \"mmebi\",\n    \"corruptionist\": \"onye nrụrụ aka\",\n    \"corruptions\": \"mmebi\",\n    \"corruptious\": \"rụrụ arụ\",\n    \"corruptive\": \"na-emerụ emerụ\",\n    \"corruptively\": \"na-emerụ emerụ\",\n    \"corruptless\": \"enweghị mmerụ\",\n    \"corruptly\": \"rụrụ arụ\",\n    \"corruptness\": \"mmebi\",\n    \"corruptor\": \"mmebi iwu\",\n    \"corruptress\": \"onye rụrụ arụ\",\n    \"corrupts\": \"na-emebi\",\n    \"corsaint\": \"ihe otite\",\n    \"corseleted\": \"ihe omuma\",\n    \"corseleting\": \"nkuzi\",\n    \"corselette\": \"ihe ọ .ụ coụ\",\n    \"corseque\": \"ihe omuma\",\n    \"corser\": \"ihe mkpuchi\",\n    \"corses\": \"cors\",\n    \"corsetier\": \"okpokoro\",\n    \"corsetless\": \"enweghị atụ\",\n    \"corsican\": \"corsikan\",\n    \"corsite\": \"isi\",\n    \"corslet\": \"corset\",\n    \"corslets\": \"corsets\",\n    \"corsned\": \"akpọnwụwo\",\n    \"corso\": \"koso\",\n    \"cort\": \"ụlọ\",\n    \"corteise\": \"ozu\",\n    \"cortes\": \"corte\",\n    \"cortex\": \"kotesi\",\n    \"cortexes\": \"cortex cortex\",\n    \"corticate\": \"Ime ụlọ\",\n    \"corticating\": \"ịkọ\",\n    \"cortication\": \"nkesa\",\n    \"cortices\": \"ihe nlere\",\n    \"corticipetal\": \"ihe ndozi\",\n    \"corticoefferent\": \"onyekachi\",\n    \"corticospinal\": \"ihe kwesiri ekwesi\",\n    \"corticosteroid\": \"ihe nrịba ama\",\n    \"corticosteroids\": \"ihe corticosteroids\",\n    \"corticostriate\": \"ndabueze\",\n    \"cortile\": \"cortiin\",\n    \"cortin\": \"iheanyichukwu\",\n    \"cortinae\": \"cortinai\",\n    \"cortinarious\": \"onye ugha\",\n    \"cortine\": \"ihe ubi\",\n    \"cortins\": \"akwara\",\n    \"cortisols\": \"cortisol\",\n    \"cortlandtite\": \"cortland tite\",\n    \"corton\": \"owu\",\n    \"coruler\": \"Ọchịchị\",\n    \"coruscated\": \"kpakpando\",\n    \"coruscating\": \"na-emebula\",\n    \"coruscation\": \"ozu\",\n    \"coruscations\": \"ozu\",\n    \"corve\": \"ozu\",\n    \"corved\": \"ozu\",\n    \"corvees\": \"ozu\",\n    \"corver\": \"ozu\",\n    \"corves\": \"ozu\",\n    \"corvet\": \"corvette\",\n    \"corvets\": \"corvet\",\n    \"corviser\": \"onye nlekọta\",\n    \"corvisor\": \"onye nlekọta\",\n    \"corvoid\": \"ikpochapụ\",\n    \"coseasonal\": \"afọ\",\n    \"coseat\": \"kootu\",\n    \"cosecants\": \"ndị uwe ojii\",\n    \"cosecs\": \"okooko osisi\",\n    \"cosectarian\": \"okpokoro\",\n    \"cosed\": \"emechi\",\n    \"cosegment\": \"mkpokọta\",\n    \"coseier\": \"cosey\",\n    \"coseiest\": \"cosiest\",\n    \"coseys\": \"ikpe\",\n    \"coseismal\": \"okpokoro\",\n    \"coseismic\": \"coseism\",\n    \"coses\": \"Koodu\",\n    \"cosession\": \"elu uwa\",\n    \"cosets\": \"kootu\",\n    \"cosharer\": \"onye na-emekọrịta ihe\",\n    \"coshed\": \"kpuru\",\n    \"coshering\": \"cosher\",\n    \"coshers\": \"gbadaa\",\n    \"coshing\": \"gbaa\",\n    \"cosy\": \"mma\",\n    \"cosier\": \"cozier\",\n    \"cosies\": \"eluigwe\",\n    \"cosignatory\": \"ihe otiti\",\n    \"cosigned\": \"agbakọta\",\n    \"cosigning\": \"ichikota\",\n    \"cosinage\": \"kosinage\",\n    \"cosinesses\": \"kootu\",\n    \"cosing\": \"nzuzo\",\n    \"cosingular\": \"iche iche\",\n    \"cosins\": \"ụmụ nwanne nne\",\n    \"cosmecology\": \"ihe omumu\",\n    \"cosmetic\": \"ịchọ mma\",\n    \"cosmetical\": \"ịchọ mma\",\n    \"cosmetically\": \"ịchọ mma\",\n    \"cosmetician\": \"ihe ịchọ mma\",\n    \"cosmeticize\": \"ịchọ mma\",\n    \"cosmetics\": \"ihe ntecha\",\n    \"cosmetiste\": \"ihe ịchọ mma\",\n    \"cosmetology\": \"ihe omumu\",\n    \"cosmetological\": \"ihe omumu\",\n    \"cosmetologist\": \"okacha amara\",\n    \"cosmic\": \"eluigwe\",\n    \"cosmical\": \"okpu\",\n    \"cosmicality\": \"ihe omuma\",\n    \"cosmically\": \"nke uwa\",\n    \"cosmisms\": \"ụwa\",\n    \"cosmists\": \"cosmist\",\n    \"cosmochemical\": \"ihe omumu\",\n    \"cosmochemistry\": \"ihe omimi\",\n    \"cosmogonists\": \"cosmogonist\",\n    \"cosmographer\": \"ihe omimi\",\n    \"cosmography\": \"ihe omuma\",\n    \"cosmographic\": \"ihe omuma\",\n    \"cosmographist\": \"ihe omimi\",\n    \"cosmolined\": \"ichikota\",\n    \"cosmolining\": \"ichota\",\n    \"cosmology\": \"ihe omumu\",\n    \"cosmologic\": \"ihe omumu\",\n    \"cosmological\": \"ihe omumu\",\n    \"cosmologygy\": \"ihe omumu\",\n    \"cosmologist\": \"ihe omimi\",\n    \"cosmologists\": \"ndị na-amụ banyere mbara igwe\",\n    \"cosmonautic\": \"iheoma\",\n    \"cosmonautical\": \"ihe omumu\",\n    \"cosmonautics\": \"ihe omumu\",\n    \"cosmoplastic\": \"akwa\",\n    \"cosmopoietic\": \"ikuku mmiri\",\n    \"cosmopolitans\": \"otu mba\",\n    \"cosmorganic\": \"ihe omumu\",\n    \"cosmosphere\": \"eluigwe na ala\",\n    \"cosmotellurian\": \"kosmotellurian\",\n    \"cosmothetic\": \"ihe ịchọ mma\",\n    \"cosmotron\": \"kosmotron\",\n    \"cosmozoans\": \"ihe omumu\",\n    \"cosonant\": \"nwa nwanne\",\n    \"cosounding\": \"na-agba ume\",\n    \"cosovereign\": \"cosoverign\",\n    \"cosovereignty\": \"ịchịkwa ọchịchị\",\n    \"cospecies\": \"eluigwe na ala\",\n    \"cosphered\": \"agbakpo\",\n    \"cosponsoring\": \"ihe nkwado\",\n    \"cosponsors\": \"ihe nkwado\",\n    \"cosponsorship\": \"nkwado\",\n    \"cosponsorships\": \"nkwado\",\n    \"coss\": \"akpu\",\n    \"cossacks\": \"Akpa akpa\",\n    \"cosseting\": \"ihe ọ .ụingụ\",\n    \"cossetted\": \"kossetị\",\n    \"cossetting\": \"ihe ọụ coụ\",\n    \"cossid\": \"akpakpa\",\n    \"cossyrite\": \"kossyrite\",\n    \"cost\": \"ego\",\n    \"costaea\": \"ọnụ ahịa\",\n    \"costage\": \"mmefu\",\n    \"costal\": \"ọnụ\",\n    \"costally\": \"ọnụ\",\n    \"costander\": \"ihe eji akwụ ụgwọ\",\n    \"costards\": \"ọla\",\n    \"costarred\": \"jiri\",\n    \"costarring\": \"ihe ngosi\",\n    \"costate\": \"ọnụ\",\n    \"costated\": \"ọnụ\",\n    \"costeaning\": \"ụgwọ\",\n    \"costectomy\": \"okpokoro\",\n    \"costectomies\": \"okpokoro\",\n    \"costed\": \"jiri ọnụ\",\n    \"costeen\": \"jiri\",\n    \"costellate\": \"uwe ọla\",\n    \"coster\": \"kosta\",\n    \"costers\": \"jikọtara ọnụ\",\n    \"costful\": \"ọnụ\",\n    \"costicartilage\": \"cari cartilage costi\",\n    \"costicartilaginous\": \"costi cartilaginous\",\n    \"costiferous\": \"ihe na-efu\",\n    \"costiform\": \"uwe\",\n    \"costing\": \"na-efu efu\",\n    \"costious\": \"dị oke ọnụ\",\n    \"costive\": \"na-akwụ ụgwọ\",\n    \"costively\": \"ọnụ\",\n    \"costiveness\": \"ụgwọ\",\n    \"costless\": \"enweghị ọnụ\",\n    \"costlessly\": \"enweghị ọnụ\",\n    \"costlessness\": \"enweghị ọnụ\",\n    \"costly\": \"dị ọnụ\",\n    \"costlier\": \"ụgwọ ọnụ\",\n    \"costliest\": \"kacha ọnụ ahịa\",\n    \"costliness\": \"ọnụ\",\n    \"costmary\": \"ọnụ\",\n    \"costmaries\": \"ọnụ\",\n    \"costoabdominal\": \"mmmmmmmmmmmmm\",\n    \"costoapical\": \"nkwakọ ngwaahịa\",\n    \"costocentral\": \"okpokoro\",\n    \"costochondral\": \"koshondor\",\n    \"costocolic\": \"okpokoro\",\n    \"costoinferior\": \"kofo_nke\",\n    \"costophrenic\": \"ọnwu\",\n    \"costopleural\": \"ọpụrụiche\",\n    \"costopneumopexy\": \"okpoko-okpo\",\n    \"costopulmonary\": \"okpokoro ugwu\",\n    \"costosternal\": \"ndukpu\",\n    \"costosuperior\": \"oskwụ ụgwọ\",\n    \"costothoracic\": \"uwechi\",\n    \"costotomy\": \"ihe mkpuchi anụ ahụ\",\n    \"costotomies\": \"mbeda\",\n    \"costotransversal\": \"nkwagharị\",\n    \"costotransverse\": \"Kostiarị\",\n    \"costoxiphoid\": \"koysiphoid\",\n    \"costraight\": \"ego\",\n    \"costrel\": \"okpokoro\",\n    \"costrels\": \"okpu\",\n    \"costs\": \"ụgwọ\",\n    \"costulation\": \"ụgwọ\",\n    \"costume\": \"uwe\",\n    \"costumed\": \"jiri\",\n    \"costumer\": \"uwe\",\n    \"costumery\": \"ihe ịchọ mma\",\n    \"costumers\": \"ekike\",\n    \"costumes\": \"ekike\",\n    \"costumic\": \"ekike\",\n    \"costuming\": \"na-eri ihe\",\n    \"costumire\": \"ọnụ ahịa\",\n    \"costusroot\": \"Udiri\",\n    \"cosubordinate\": \"ichikota\",\n    \"cosufferer\": \"ngalaba kọfị\",\n    \"cosuretyship\": \"Udo cosysys\",\n    \"cosustain\": \"cosostain\",\n    \"cot\": \"ihe ndina\",\n    \"cotabulate\": \"chikọt\",\n    \"cotan\": \"kporo\",\n    \"cotangent\": \"akpakpa\",\n    \"cotangential\": \"ndokari\",\n    \"cotangents\": \"ihe ndina\",\n    \"cotans\": \"Ndi Katoan\",\n    \"cotarius\": \"Cotarius\",\n    \"cotarnin\": \"ndokwa\",\n    \"cotbetty\": \"corbetty\",\n    \"cotch\": \"nchịkwa\",\n    \"cote\": \"ndina\",\n    \"coteau\": \"ebe ugwu\",\n    \"coteaux\": \"ndakoeux\",\n    \"coted\": \"onye isi\",\n    \"coteen\": \"coréen\",\n    \"coteful\": \"Na-ekwu okwu\",\n    \"cotele\": \"Kotele\",\n    \"coteline\": \"eriri\",\n    \"coteller\": \"onye nkpuchi\",\n    \"cotemporane\": \"koomporane\",\n    \"cotemporanean\": \"Nkechi\",\n    \"cotemporaneous\": \"agụkọ\",\n    \"cotemporaneously\": \"N'ihe ederede\",\n    \"cotemporary\": \"oge ochie\",\n    \"cotemporaries\": \"ebe obibi\",\n    \"cotemporarily\": \"n'usoro\",\n    \"cotenancy\": \"ibi nwa\",\n    \"cotenant\": \"nwaanyi\",\n    \"cotenants\": \"ndi nnabata\",\n    \"cotenure\": \"ebe obibi\",\n    \"coterell\": \"Uchechukwu\",\n    \"cotery\": \"ihe ndina\",\n    \"coterie\": \"ebe obibi\",\n    \"coteries\": \"ebe obibi\",\n    \"coterminal\": \"Ebe obibi\",\n    \"coterminous\": \"Ihiala\",\n    \"coterminousness\": \"Ihe ibi ndụ\",\n    \"cotes\": \"amaokwu\",\n    \"cotesian\": \"Uchenna Nwoke\",\n    \"cotham\": \"Cotham\",\n    \"cothamore\": \"Uchechukwu\",\n    \"cothe\": \"ilekọta\",\n    \"cotheorist\": \"onye na-elekọta ihe\",\n    \"cothy\": \"kpokọt\",\n    \"cothish\": \"Chishish\",\n    \"cothouse\": \"ebe obibi\",\n    \"cothurn\": \"ụlọ ndò\",\n    \"cothurnate\": \"kpakpando\",\n    \"cothurned\": \"amala\",\n    \"cothurni\": \"onyedikachi\",\n    \"cothurnian\": \"Onyedikachi\",\n    \"cothurnus\": \"onyedikachi\",\n    \"cotice\": \"ihe ndina\",\n    \"coticed\": \"rie\",\n    \"coticing\": \"Ikpoturu\",\n    \"coticular\": \"ebe obibi\",\n    \"cotidal\": \"nwagbo\",\n    \"cotylar\": \"onyema\",\n    \"cotyle\": \"ndidi\",\n    \"cotyledon\": \"onyekachi\",\n    \"cotyledonary\": \"onyedikachi\",\n    \"cotyledonous\": \"onyedikachi\",\n    \"cotyliform\": \"Ihe ndi ozo\",\n    \"cotyligerous\": \"eme mkpọtụ\",\n    \"cotyliscus\": \"Nwokeji\",\n    \"cotillage\": \"idina\",\n    \"cotillion\": \"nde\",\n    \"cotillions\": \"otu nde\",\n    \"cotillon\": \"ọnụ ụlọ\",\n    \"cotillons\": \"nnukwu ụlọ\",\n    \"cotyloid\": \"onyeneka\",\n    \"cotyloidal\": \"onyedikachi\",\n    \"cotylophora\": \"onyekwere\",\n    \"cotylophorous\": \"onyekere\",\n    \"cotylosauria\": \"oty. .otyiaotyotyotyotyoty\",\n    \"cotylosaurian\": \"onyedikachi\",\n    \"coting\": \"na-ede\",\n    \"cotinga\": \"edee\",\n    \"cotingid\": \"na-ekwu\",\n    \"cotingidae\": \"ibi ndu\",\n    \"cotingoid\": \"mmmmmmmmmmmmm\",\n    \"cotys\": \"ụmụaka\",\n    \"cotise\": \"Ihechi\",\n    \"cotised\": \"Udo\",\n    \"cotising\": \"Ebe Ugbo\",\n    \"cotitular\": \"isi ala\",\n    \"cotland\": \"Alaeze\",\n    \"cotman\": \"Onyedi\",\n    \"coto\": \"ihe otutu\",\n    \"cotoin\": \"ihe dị n'ime\",\n    \"cotonam\": \"okpokoro\",\n    \"cotoneaster\": \"onyekachi\",\n    \"cotonia\": \"Cotonia\",\n    \"cotonier\": \"onyekachi\",\n    \"cotorment\": \"ihe ndina\",\n    \"cotoro\": \"ndigbo\",\n    \"cotoros\": \"ndiigbo\",\n    \"cotorture\": \"ebe obibi\",\n    \"cotoxo\": \"ndiigbo\",\n    \"cotquean\": \"Ikenna\",\n    \"cotqueans\": \"Ogbogu Okonji\",\n    \"cotraitor\": \"onye nnabata\",\n    \"cotransduction\": \"mbufe\",\n    \"cotransfuse\": \"ndigbo\",\n    \"cotranslator\": \"onye ntụgharị okwu\",\n    \"cotranspire\": \"Ihiakpo\",\n    \"cotransubstantiate\": \"transubstantiate\",\n    \"cotrespasser\": \"onye nnupu isi\",\n    \"cotrine\": \"ndina\",\n    \"cotripper\": \"onye na-eri ihe\",\n    \"cotrustee\": \"onye nlekọta ụlọ\",\n    \"cots\": \"ndina\",\n    \"cotset\": \"ihe ndina\",\n    \"cotsetla\": \"Ndidi\",\n    \"cotsetland\": \"Amaji\",\n    \"cotsetle\": \"ihe ndozi\",\n    \"cotswold\": \"ndiigbo\",\n    \"cott\": \"obi\",\n    \"cotta\": \"ndokuta\",\n    \"cottabus\": \"Ugbo\",\n    \"cottae\": \"obi\",\n    \"cottage\": \"obi\",\n    \"cottaged\": \"obi\",\n    \"cottagey\": \"obi\",\n    \"cottager\": \"onye na-elekọta ụlọ\",\n    \"cottagers\": \"ndi ulo\",\n    \"cottages\": \"ụlọ obibi\",\n    \"cottar\": \"ihe ndina\",\n    \"cottars\": \"nnukwu ụlọ\",\n    \"cottas\": \"ulo\",\n    \"cotte\": \"ndina\",\n    \"cotted\": \"ndina\",\n    \"cotter\": \"ekpenta\",\n    \"cottered\": \"amala\",\n    \"cotterel\": \"ndiigbo\",\n    \"cottering\": \"na-akpakọba\",\n    \"cotterite\": \"ebelata\",\n    \"cotters\": \"ụlọ ọka\",\n    \"cotterway\": \"ụlọ ụzọ\",\n    \"cotty\": \"akwa nwa\",\n    \"cottid\": \"ulo\",\n    \"cottidae\": \"uloukwu\",\n    \"cottier\": \"Ebezi\",\n    \"cottierism\": \"Okpukpo\",\n    \"cottiers\": \"ihe ndina\",\n    \"cottiest\": \"kachasi ike\",\n    \"cottiform\": \"nwaanyi\",\n    \"cottise\": \"ulo\",\n    \"cottoid\": \"ndigbo\",\n    \"cotton\": \"owu\",\n    \"cottonade\": \"owuade\",\n    \"cottonbush\": \"owu\",\n    \"cottoned\": \"owu\",\n    \"cottonee\": \"owuee\",\n    \"cottoneer\": \"okpuru ulo\",\n    \"cottoner\": \"owu\",\n    \"cottony\": \"owu\",\n    \"cottonian\": \"owu\",\n    \"cottoning\": \"owu\",\n    \"cottonization\": \"ịme owu\",\n    \"cottonize\": \"owu\",\n    \"cottonless\": \"enweghị nku\",\n    \"cottonmouth\": \"Okpomoku\",\n    \"cottonmouths\": \"Okpukpo\",\n    \"cottonopolis\": \"owupulu\",\n    \"cottonpicking\": \"ịkpa ákwà\",\n    \"cottons\": \"okpu\",\n    \"cottonseed\": \"owu\",\n    \"cottonseeds\": \"ogwu owu\",\n    \"cottontail\": \"owu\",\n    \"cottontails\": \"owu\",\n    \"cottontop\": \"owu\",\n    \"cottonweed\": \"owu owu\",\n    \"cottonwick\": \"owu\",\n    \"cottonwood\": \"ukpa\",\n    \"cottonwoods\": \"ukpa\",\n    \"cottrel\": \"osikapa\",\n    \"cottus\": \"isi ala\",\n    \"cotuit\": \"otu\",\n    \"cotula\": \"akpukpo\",\n    \"cotunnite\": \"Ndokwa\",\n    \"cotutor\": \"onye nlekọta\",\n    \"cotwal\": \"ulo\",\n    \"cotwin\": \"ndidi\",\n    \"cotwinned\": \"Ihiala\",\n    \"cotwist\": \"onye nlekọta\",\n    \"couac\": \"oche\",\n    \"couch\": \"n'ihe ndina\",\n    \"couchant\": \"akwa akwa\",\n    \"couchantly\": \"dị iche iche\",\n    \"couche\": \"n'ihe ndina\",\n    \"couched\": \"dina\",\n    \"couchee\": \"ihe ndina\",\n    \"coucher\": \"ihe ndina\",\n    \"couchers\": \"ihe ndina\",\n    \"couches\": \"ihe ndina\",\n    \"couchette\": \"ihe ndina\",\n    \"couchy\": \"kpudo\",\n    \"couching\": \"dinara ala\",\n    \"couchings\": \"ihe ndina\",\n    \"couchmaker\": \"ihe ndina\",\n    \"couchmaking\": \"ihe ndina\",\n    \"couchmate\": \"ihe ndina\",\n    \"coud\": \"ikpu\",\n    \"cough\": \"ụkwara\",\n    \"coughed\": \"ụkwara\",\n    \"cougher\": \"cougar\",\n    \"coughers\": \"ndị coughers\",\n    \"coughing\": \"ụkwara\",\n    \"coughroot\": \"ụkwara\",\n    \"coughs\": \"ụkwara\",\n    \"coughweed\": \"ụkwara igbo\",\n    \"coughwort\": \"ụkwara\",\n    \"cougnar\": \"okwukwu\",\n    \"couhage\": \"ndina\",\n    \"coul\": \"eriri igwe\",\n    \"could\": \"nwere ike\",\n    \"couldest\": \"ike\",\n    \"couldn\": \"enweghi ike\",\n    \"couldna\": \"enweghị ike\",\n    \"couldnt\": \"enweghị ike\",\n    \"couldron\": \"okwute\",\n    \"couldst\": \"ike\",\n    \"coulee\": \"akwa\",\n    \"coulees\": \"akwa\",\n    \"coulisse\": \"inyi\",\n    \"coulisses\": \"Ozizi\",\n    \"couloirs\": \"okpu\",\n    \"coulombs\": \"okpokoro\",\n    \"coulometry\": \"eriri afọ\",\n    \"coulometric\": \"eriri afọ\",\n    \"coulter\": \"onye nkwado\",\n    \"coulterneb\": \"okpokoro\",\n    \"coulters\": \"okpokoro\",\n    \"coumalic\": \"kpokọtara\",\n    \"coumaran\": \"koomaran\",\n    \"coumarous\": \"emetu\",\n    \"coumbite\": \"koumbite\",\n    \"council\": \"kansụl\",\n    \"councilist\": \"kansụl\",\n    \"councillary\": \"okpuru\",\n    \"councillor\": \"kansul\",\n    \"councillors\": \"ndị kansụl\",\n    \"councillorship\": \"kansụl\",\n    \"councilman\": \"kansul\",\n    \"councilmanic\": \"kansul\",\n    \"councilmen\": \"ndị kansụl\",\n    \"councilor\": \"kansul\",\n    \"councilors\": \"ndị kansụl\",\n    \"councilorship\": \"kansụl\",\n    \"councils\": \"kansụl\",\n    \"councilwoman\": \"Nwanyị kansụl\",\n    \"councilwomen\": \"ndigbako\",\n    \"counderstand\": \"nghọta\",\n    \"counite\": \"gụọ\",\n    \"couniversal\": \"ọgụgụ\",\n    \"counsel\": \"ndụmọdụ\",\n    \"counselable\": \"dụrụ ọdụ\",\n    \"counseled\": \"dụrụ ọdụ\",\n    \"counselee\": \"nye ndụmọdụ\",\n    \"counselful\": \"ndụmọdụ\",\n    \"counseling\": \"ndụmọdụ\",\n    \"counsellable\": \"ndụmọdụ\",\n    \"counselled\": \"dụrụ ọdụ\",\n    \"counselling\": \"ndụmọdụ\",\n    \"counsellor\": \"onye ndụmọdụ\",\n    \"counsellors\": \"ndị ndụmọdụ\",\n    \"counsellorship\": \"ndụmọdụ\",\n    \"counselor\": \"onye ndụmọdụ\",\n    \"counselors\": \"ndị ndụmọdụ\",\n    \"counselorship\": \"ndụmọdụ\",\n    \"counsels\": \"na-adụ ọdụ\",\n    \"counsinhood\": \"ikpe\",\n    \"count\": \"gụọ\",\n    \"countability\": \"ọgụgụ\",\n    \"countable\": \"gụọ\",\n    \"countableness\": \"ngụta\",\n    \"countably\": \"gụọ\",\n    \"countdom\": \"gọọmenti\",\n    \"countdown\": \"nguko\",\n    \"countdowns\": \"ngụda\",\n    \"counted\": \"gụọ\",\n    \"countenance\": \"ihu\",\n    \"countenanced\": \"gbasie ike\",\n    \"countenancer\": \"imegide\",\n    \"countenances\": \"mmeghachi omume\",\n    \"countenancing\": \"ịgbakwunye\",\n    \"counter\": \"tebulu\",\n    \"counterabut\": \"igbochi\",\n    \"counteraccusation\": \"mgbochi\",\n    \"counteracquittance\": \"imegide\",\n    \"counteract\": \"imegide\",\n    \"counteractant\": \"imegide\",\n    \"counteracted\": \"mebiri\",\n    \"counteracter\": \"emegide\",\n    \"counteracting\": \"imegide\",\n    \"counteractingly\": \"imegide\",\n    \"counteraction\": \"mmegide\",\n    \"counteractions\": \"mgbochi\",\n    \"counteractive\": \"emegide\",\n    \"counteractively\": \"imegide\",\n    \"counteractivity\": \"mmeghari\",\n    \"counteractor\": \"onye na-emegide ya\",\n    \"counteracts\": \"na-egbochi\",\n    \"counteraddress\": \"imegide\",\n    \"counteradvance\": \"imegide\",\n    \"counteradvantage\": \"imegwara\",\n    \"counteradvice\": \"ndụmọdụ\",\n    \"counteradvise\": \"na-akwado\",\n    \"counteraffirm\": \"imegide\",\n    \"counteraffirmation\": \"imegide\",\n    \"counteragency\": \"imegide\",\n    \"counteragent\": \"imegide\",\n    \"counteragitate\": \"mebie\",\n    \"counteragitation\": \"igbochi\",\n    \"counteralliance\": \"mmegide\",\n    \"counterambush\": \"otelebush\",\n    \"counterannouncement\": \"nkwusa\",\n    \"counteranswer\": \"nzaghachi\",\n    \"counterappeal\": \"mgbochi iwe\",\n    \"counterappellant\": \"na-egbochi\",\n    \"counterapproach\": \"igbochi\",\n    \"counterapse\": \"igbochi\",\n    \"counterarch\": \"kansụl\",\n    \"counterargument\": \"nzaghachi\",\n    \"counterartillery\": \"igbochi\",\n    \"counterassertion\": \"mgbochi\",\n    \"counterassociation\": \"mmekọrịta\",\n    \"counterassurance\": \"mmegide\",\n    \"counterattack\": \"imegide\",\n    \"counterattacked\": \"megwara\",\n    \"counterattacker\": \"imegide\",\n    \"counterattacking\": \"imegide\",\n    \"counterattacks\": \"igbochi\",\n    \"counterattestation\": \"mgba aka\",\n    \"counterattired\": \"mebiri\",\n    \"counterattraction\": \"igbochi\",\n    \"counterattractive\": \"imegide\",\n    \"counterattractively\": \"imegide\",\n    \"counteraverment\": \"igbochi\",\n    \"counteravouch\": \"otelevouch\",\n    \"counteravouchment\": \"mmeghari\",\n    \"counterbalance\": \"nguzozi\",\n    \"counterbalanced\": \"nguzozi\",\n    \"counterbalances\": \"emegide iwu\",\n    \"counterbalancing\": \"emegide\",\n    \"counterband\": \"ahia iwu\",\n    \"counterbarrage\": \"mgbochi\",\n    \"counterbase\": \"mgbochi\",\n    \"counterbattery\": \"mgbochi\",\n    \"counterbeating\": \"na-agba mgba\",\n    \"counterbend\": \"imegide\",\n    \"counterbid\": \"gboo\",\n    \"counterblow\": \"imeghari\",\n    \"counterbond\": \"mgbochi\",\n    \"counterborder\": \"mgbochi\",\n    \"counterbore\": \"imeghari\",\n    \"counterbored\": \"emegidere\",\n    \"counterborer\": \"imegide\",\n    \"counterboring\": \"na-egbochi\",\n    \"counterboulle\": \"imeghari\",\n    \"counterbrace\": \"counterbarce\",\n    \"counterbranch\": \"mgbochi\",\n    \"counterbrand\": \"counterbarnd\",\n    \"counterbreastwork\": \"ọrụ mgbochi\",\n    \"counterbuilding\": \"na-arụ ọrụ\",\n    \"countercampaign\": \"mgbasa ozi\",\n    \"countercarte\": \"tebụl\",\n    \"countercause\": \"n'ihi na\",\n    \"counterchange\": \"mgbanwe\",\n    \"counterchanged\": \"agbanweela\",\n    \"counterchanging\": \"imeghari\",\n    \"counterclaim\": \"kwupụta\",\n    \"counterclaimant\": \"ikwupụta\",\n    \"counterclaimed\": \"emegwara\",\n    \"counterclaiming\": \"ikwupụta\",\n    \"counterclaims\": \"nkwupụta\",\n    \"counterclassification\": \"nhazi ọkwa\",\n    \"counterclassifications\": \"ịkọwapụta\",\n    \"counterclockwise\": \"megharia ya\",\n    \"countercolored\": \"emegharị\",\n    \"countercommand\": \"iwu\",\n    \"countercompetition\": \"imegide\",\n    \"countercomplaint\": \"mgbochi\",\n    \"countercompony\": \"mgbochi\",\n    \"countercondemnation\": \"countercondmnation\",\n    \"counterconditioning\": \"ịrụ ọrụ\",\n    \"counterconquest\": \"imeri\",\n    \"countercouchant\": \"ahịa ahịa\",\n    \"countercoup\": \"teepu\",\n    \"countercoupe\": \"counterkupe\",\n    \"countercourant\": \"megidere\",\n    \"countercraft\": \"ugbo agha\",\n    \"countercry\": \"megharia\",\n    \"countercriticism\": \"ikwugide\",\n    \"countercross\": \"okwukwu\",\n    \"countercultural\": \"Omenala\",\n    \"counterculture\": \"ahia ahia\",\n    \"counterculturist\": \"okacha-amara\",\n    \"countercurrently\": \"na-agbanwe agbanwe\",\n    \"countercurrentwise\": \"imegide\",\n    \"counterdance\": \"emegide\",\n    \"counterdash\": \"dozie\",\n    \"counterdecision\": \"nzacha\",\n    \"counterdeclaration\": \"nkwupụta okwu\",\n    \"counterdecree\": \"emegideghị\",\n    \"counterdemonstrate\": \"gosipụta\",\n    \"counterdemonstration\": \"imegharị ihe ngosi\",\n    \"counterdeputation\": \"nrụpụta\",\n    \"counterdesire\": \"tụgharịa\",\n    \"counterdevelopment\": \"imegide\",\n    \"counterdigged\": \"mebiri emebi\",\n    \"counterdiscipline\": \"ịdọ aka ná ntị\",\n    \"counterdisengage\": \"mgbochi\",\n    \"counterdrain\": \"zere\",\n    \"counterearth\": \"ogbe\",\n    \"countered\": \"gbaghaara\",\n    \"counterefficiency\": \"ịrụ ọrụ\",\n    \"countereffort\": \"mgbagha\",\n    \"counterembattled\": \"agbaghara\",\n    \"counterembowed\": \"agbaghara\",\n    \"counterenamel\": \"megharia\",\n    \"counterend\": \"igodo\",\n    \"counterenergy\": \"mmeghari\",\n    \"counterengagement\": \"mmeghari\",\n    \"counterengine\": \"megharia\",\n    \"counterenthusiasm\": \"mmeghari\",\n    \"counterequivalent\": \"emegide\",\n    \"counterermine\": \"mebie\",\n    \"counterestablishment\": \"nweghari\",\n    \"counterevidence\": \"ngosipụta\",\n    \"counterexaggeration\": \"ikwuputa ihe\",\n    \"counterexample\": \"ihe nlere\",\n    \"counterexcitement\": \"mmeghari\",\n    \"counterexcommunication\": \"mmekorita\",\n    \"counterexercise\": \"mgbatị ahụ\",\n    \"counterexplanation\": \"mmeghari\",\n    \"counterexposition\": \"mmeghari\",\n    \"counterexpostulation\": \"nzaghachi\",\n    \"counterextension\": \"mgbagha\",\n    \"counterfeisance\": \"kanta\",\n    \"counterfeit\": \"kanta\",\n    \"counterfeited\": \"adịgboroja\",\n    \"counterfeiter\": \"kanta\",\n    \"counterfeiters\": \"adịgboroja\",\n    \"counterfeiting\": \"kanta\",\n    \"counterfeitly\": \"kanta\",\n    \"counterfeitment\": \"kanta\",\n    \"counterfeitness\": \"adịgboroja\",\n    \"counterfeits\": \"adịgboroja\",\n    \"counterferment\": \"counterfer\",\n    \"counterfessed\": \"ekwupụtara\",\n    \"counterflashing\": \"ịkụcha\",\n    \"counterfleury\": \"counterfele\",\n    \"counterflow\": \"imeghari\",\n    \"counterforce\": \"mechie\",\n    \"counterfort\": \"ihe ndozi\",\n    \"countergabion\": \"mgbochi\",\n    \"countergage\": \"ibu\",\n    \"countergager\": \"mgbado ahia\",\n    \"countergarrison\": \"mgbochi\",\n    \"countergauger\": \"ihe mgbapu\",\n    \"countergirded\": \"echekwara\",\n    \"counterglow\": \"imeghari\",\n    \"counterguard\": \"chebe\",\n    \"counterguerilla\": \"ahia\",\n    \"counterguerrilla\": \"ogu ahia\",\n    \"counterhypothesis\": \"mgbochi\",\n    \"counterideal\": \"mgbochi\",\n    \"counterimagination\": \"mgbochi\",\n    \"counterimitate\": \"imegide\",\n    \"counterimitation\": \"mgbochi\",\n    \"counterindentation\": \"mgbochi\",\n    \"counterindented\": \"emegidere\",\n    \"counterindicate\": \"gbochie\",\n    \"counterindication\": \"emegide\",\n    \"countering\": \"ịrụ ọrụ\",\n    \"counterinsult\": \"ahịa\",\n    \"counterinsurgents\": \"ndị na-ere ahịa\",\n    \"counterintelligence\": \"amamịghe\",\n    \"counterinterest\": \"enweghị mmasị\",\n    \"counterinterpretation\": \"ntụgharị asụsụ\",\n    \"counterintrigue\": \"mgbochi\",\n    \"counterintuitive\": \"emegide\",\n    \"counterinvective\": \"emegide ihe\",\n    \"counterion\": \"mgbochi\",\n    \"counterirritant\": \"emegide\",\n    \"counterirritate\": \"imegide\",\n    \"counterirritation\": \"mgbochi\",\n    \"counterjudging\": \"na-emegide\",\n    \"counterlath\": \"mgbochi\",\n    \"counterlathed\": \"Emeghari\",\n    \"counterlathing\": \"gha\",\n    \"counterlatration\": \"mgbochi\",\n    \"counterlaw\": \"megidere iwu\",\n    \"counterlegislation\": \"mgbochi\",\n    \"counterly\": \"mgbochi\",\n    \"counterlighted\": \"emeghari\",\n    \"counterlighting\": \"ịrụ ọrụ\",\n    \"counterlit\": \"imegide\",\n    \"counterlocking\": \"na-akpọchi\",\n    \"counterlove\": \"mechie\",\n    \"countermachination\": \"mgbochi\",\n    \"counterman\": \"onye isi\",\n    \"countermand\": \"mgbochi\",\n    \"countermandable\": \"mgbochi\",\n    \"countermanded\": \"mgbochi\",\n    \"countermanding\": \"mgbochi\",\n    \"countermands\": \"mgbochi\",\n    \"countermarch\": \"mgbochi\",\n    \"countermarching\": \"marghagharị\",\n    \"countermark\": \"akara\",\n    \"countermarriage\": \"ịlụ di na nwunye\",\n    \"countermeasure\": \"mgbochi\",\n    \"countermeasures\": \"ihe mgbochi\",\n    \"countermen\": \"ndi ahia\",\n    \"countermessage\": \"zighachi ozi\",\n    \"countermigration\": \"mgbochi\",\n    \"countermine\": \"ahia\",\n    \"countermined\": \"mebiri emebi\",\n    \"countermining\": \"mebie\",\n    \"countermission\": \"mgbochi\",\n    \"countermotion\": \"mgbochi\",\n    \"countermove\": \"megharia\",\n    \"countermoved\": \"emeghari\",\n    \"countermovement\": \"mgbochi\",\n    \"countermoving\": \"Na-atụgharị\",\n    \"countermure\": \"mechie anya\",\n    \"countermutiny\": \"mgbochi\",\n    \"counternaiant\": \"ihe ahia\",\n    \"counternarrative\": \"nhazi\",\n    \"counternatural\": \"obodo\",\n    \"counternecromancy\": \"mgbochi\",\n    \"counternoise\": \"mgbochi\",\n    \"counternotice\": \"ndozi\",\n    \"counterobjection\": \"imegide\",\n    \"counterobligation\": \"igbochi\",\n    \"counteroffensive\": \"imegide\",\n    \"counteroffensives\": \"igbochi\",\n    \"counteroffer\": \"imegide\",\n    \"counteropening\": \"imegide\",\n    \"counteropponent\": \"onye na-emegide ya\",\n    \"counteropposite\": \"emegide\",\n    \"counterorator\": \"imegide\",\n    \"counterorder\": \"imegide\",\n    \"counterorganization\": \"imegide\",\n    \"counterpace\": \"uzo\",\n    \"counterpaled\": \"emebiela\",\n    \"counterpaly\": \"alydị\",\n    \"counterpane\": \"uzo ozo\",\n    \"counterpaned\": \"tebụl\",\n    \"counterpanes\": \"tebụl\",\n    \"counterparadox\": \"emegide\",\n    \"counterparallel\": \"emegide\",\n    \"counterparry\": \"ogbo\",\n    \"counterpart\": \"ogbo\",\n    \"counterparts\": \"ogbo\",\n    \"counterpassant\": \"mgbochi\",\n    \"counterpassion\": \"Mmekọrịta\",\n    \"counterpenalty\": \"ihe ịga nke ọma\",\n    \"counterpendent\": \"na-akwụ ụgwọ\",\n    \"counterpetition\": \"mgbochi\",\n    \"counterpicture\": \"ịrụ ọrụ\",\n    \"counterpillar\": \"dị iche\",\n    \"counterplayer\": \"onye ahia ahia\",\n    \"counterplan\": \"ibe\",\n    \"counterplea\": \"ntụpọ\",\n    \"counterplead\": \"imeghari\",\n    \"counterpleading\": \"na-egbochi\",\n    \"counterplease\": \"gboo\",\n    \"counterplot\": \"osote\",\n    \"counterplotted\": \"tinye\",\n    \"counterplotter\": \"osote\",\n    \"counterplotting\": \"ịgbanye\",\n    \"counterpoint\": \"ihe mgbochi\",\n    \"counterpointed\": \"emegidere\",\n    \"counterpointing\": \"ịrụ ọrụ\",\n    \"counterpoints\": \"ihe mgbochi\",\n    \"counterpoised\": \"emegidere\",\n    \"counterpoison\": \"mgbochi\",\n    \"counterponderate\": \"gbasie ike\",\n    \"counterpose\": \"imegide\",\n    \"counterpotence\": \"mgbochi\",\n    \"counterpotency\": \"mgbochi\",\n    \"counterpotent\": \"imegide\",\n    \"counterpractice\": \"iche\",\n    \"counterpray\": \"tinyekwara\",\n    \"counterpreach\": \"igbochi\",\n    \"counterpreparation\": \"mgbochi\",\n    \"counterpressure\": \"nrụgide\",\n    \"counterprick\": \"Odibo\",\n    \"counterprinciple\": \"dị iche iche\",\n    \"counterproductive\": \"na-arụpụta ihe\",\n    \"counterproductively\": \"nrụpụta\",\n    \"counterproductiveness\": \"arụ ọrụ\",\n    \"counterproductivity\": \"Mmetụta njikọta\",\n    \"counterprogramming\": \"nhazi usoro\",\n    \"counterproject\": \"emegide\",\n    \"counterpronunciamento\": \"nnọchi\",\n    \"counterproof\": \"Mgbakwunye\",\n    \"counterpropaganda\": \"mmegide\",\n    \"counterpropagandize\": \"icheghari\",\n    \"counterprophet\": \"amuma\",\n    \"counterprotection\": \"mgbochi\",\n    \"counterprove\": \"megharia\",\n    \"counterpull\": \"bụrụkwa\",\n    \"counterpunch\": \"ogbo\",\n    \"counterpuncher\": \"onye ọrụ\",\n    \"counterpuncture\": \"njikọ\",\n    \"counterpush\": \"gbasie\",\n    \"counterquartered\": \"nke dị na ya\",\n    \"counterquarterly\": \"counterararterly\",\n    \"counterquery\": \"mgbochi\",\n    \"counterquestion\": \"mgbochi\",\n    \"counterquip\": \"mgbochi\",\n    \"counterradiation\": \"mgbochi\",\n    \"counterrampant\": \"mgbochi\",\n    \"counterrate\": \"imegide\",\n    \"counterreaction\": \"imegide\",\n    \"counterreason\": \"imegide\",\n    \"counterreckoning\": \"imeghachi ihe\",\n    \"counterrefer\": \"zaghachi\",\n    \"counterreform\": \"megharia\",\n    \"counterreformation\": \"imeghari\",\n    \"counterremonstrant\": \"imegide\",\n    \"counterreply\": \"megidere\",\n    \"counterreplied\": \"zaghachiri\",\n    \"counterreplies\": \"emeghari\",\n    \"counterreplying\": \"regha\",\n    \"counterreprisal\": \"emegide\",\n    \"counterresolution\": \"mgbochi\",\n    \"counterretreat\": \"megharia\",\n    \"counterrevolution\": \"imeghari\",\n    \"counterrevolutionary\": \"emeghari\",\n    \"counterrevolutionaries\": \"ndị na-eme mgbanwe\",\n    \"counterrevolutionist\": \"onye na-emegide mgbanwe\",\n    \"counterrevolutionize\": \"imeghari\",\n    \"counterrevolutions\": \"mgbochi\",\n    \"counterroll\": \"megharia\",\n    \"counterrotating\": \"imegide\",\n    \"counterround\": \"imeghari\",\n    \"counterruin\": \"tebulu\",\n    \"counterscale\": \"ogbe\",\n    \"counterscalloped\": \"megharia\",\n    \"counterscarp\": \"mekwaa\",\n    \"counterscoff\": \"igodo\",\n    \"countersconce\": \"mekwaa\",\n    \"counterscrutiny\": \"nnyocha\",\n    \"counterseal\": \"guru\",\n    \"countersecurity\": \"nchedo\",\n    \"counterselection\": \"Ndaghari\",\n    \"countersense\": \"ihe mgbochi\",\n    \"counterservice\": \"ọrụ\",\n    \"countershading\": \"icheghari\",\n    \"countershafting\": \"imegharịa\",\n    \"countershear\": \"ige nti\",\n    \"countershine\": \"igota\",\n    \"countershock\": \"mgbochi\",\n    \"countershout\": \"gbasaa\",\n    \"counterside\": \"n'akụkụ\",\n    \"countersign\": \"megharia\",\n    \"countersignal\": \"akara\",\n    \"countersignature\": \"ntinye aka\",\n    \"countersignatures\": \"akara ngosi\",\n    \"countersigned\": \"emeghari\",\n    \"countersigning\": \"ịgbanwee\",\n    \"countersympathy\": \"nwee obi ebere\",\n    \"countersink\": \"megharia\",\n    \"countersinking\": \"iche echiche\",\n    \"countersinks\": \"mekwaa\",\n    \"countersleight\": \"lee ihe anya\",\n    \"counterslope\": \"imegide\",\n    \"countersmile\": \"mekwaa\",\n    \"countersnarl\": \"mmmmmmmmmmmmm\",\n    \"counterspy\": \"mechie\",\n    \"counterspies\": \"ntinye\",\n    \"counterspying\": \"ịtụnye ego\",\n    \"counterstamp\": \"mgbochi\",\n    \"counterstand\": \"ghota\",\n    \"counterstatant\": \"onye mmeghari\",\n    \"counterstatement\": \"nkwenye\",\n    \"counterstatute\": \"nkwanye ugwu\",\n    \"counterstep\": \"mgbochi\",\n    \"counterstimulate\": \"iche echiche\",\n    \"counterstimulation\": \"iche echiche\",\n    \"counterstimulus\": \"ọgụgụ isi\",\n    \"counterstratagem\": \"nkwuputa\",\n    \"counterstream\": \"nkwusa mmiri\",\n    \"counterstrike\": \"ịkụgha\",\n    \"counterstroke\": \"mgbochi\",\n    \"counterstruggle\": \"nsogbu\",\n    \"countersubject\": \"imeghachi\",\n    \"countersuggestion\": \"mmeghari\",\n    \"countersunk\": \"megharia\",\n    \"countersurprise\": \"nsogbu\",\n    \"countersway\": \"uzo\",\n    \"counterswing\": \"na-enyocha\",\n    \"countertack\": \"mgbochi\",\n    \"countertally\": \"megidere\",\n    \"countertaste\": \"counterta\",\n    \"countertechnicality\": \"teknụzụ\",\n    \"countertendency\": \"mgbochi\",\n    \"countertendencies\": \"emegide\",\n    \"countertenor\": \"onye mgbapụta\",\n    \"countertenors\": \"ndị na-ere ihe\",\n    \"countertheme\": \"teepu\",\n    \"countertheory\": \"ụlọ ahịa\",\n    \"counterthought\": \"iche echiche\",\n    \"counterthreat\": \"mgbochi\",\n    \"counterthrust\": \"ntụkwasị obi\",\n    \"counterthwarting\": \"mgbochi\",\n    \"countertierce\": \"mgbochi\",\n    \"countertime\": \"oge ezumike\",\n    \"countertraction\": \"mgbochi\",\n    \"countertrades\": \"ụlọ ahịa\",\n    \"countertransference\": \"mgbochi\",\n    \"countertranslation\": \"ntughari\",\n    \"countertraverse\": \"zaghachi\",\n    \"countertreason\": \"imegide\",\n    \"countertree\": \"tebụl\",\n    \"countertrench\": \"mgbochi\",\n    \"countertrend\": \"ụlọ ahịa\",\n    \"countertrespass\": \"mgbochi\",\n    \"counterturn\": \"imeghachi\",\n    \"counterturned\": \"gbanwere\",\n    \"countervail\": \"ire ere\",\n    \"countervailed\": \"gbochiri\",\n    \"countervailing\": \"na-agbagha\",\n    \"countervails\": \"ire ere\",\n    \"countervairy\": \"mekwaa\",\n    \"countervallation\": \"mgbochi\",\n    \"countervalue\": \"ahia\",\n    \"countervene\": \"mechie\",\n    \"countervengeance\": \"imegwara\",\n    \"countervenom\": \"mgbochi\",\n    \"countervibration\": \"mgbochi\",\n    \"countervindication\": \"mgbochi\",\n    \"countervolition\": \"imegide\",\n    \"countervolley\": \"mechie\",\n    \"countervote\": \"- weghachite\",\n    \"counterweigh\": \"counterweight\",\n    \"counterweighed\": \"counterweight\",\n    \"counterweighing\": \"counterweight\",\n    \"counterweighted\": \"emewo felata\",\n    \"counterwill\": \"mgbochi\",\n    \"counterwilling\": \"mgbochi\",\n    \"counterwind\": \"mechie\",\n    \"counterwitness\": \"na-agba akaebe\",\n    \"counterword\": \"tebulu okwu\",\n    \"counterwork\": \"ịrụ ọrụ\",\n    \"counterworker\": \"onye na-arụ ọrụ\",\n    \"counterworking\": \"ịrụ ọrụ\",\n    \"counterwrite\": \"idepu\",\n    \"countess\": \"ọnụ ọgụgụ\",\n    \"countesses\": \"countess\",\n    \"countfish\": \"azụ azụ\",\n    \"county\": \"ime obodo\",\n    \"countian\": \"kantian\",\n    \"countians\": \"ndị ọchịchị\",\n    \"counties\": \"ógbè\",\n    \"counting\": \"na-agụta\",\n    \"countinghouse\": \"ulo nzuko\",\n    \"countys\": \"Obodo\",\n    \"countywide\": \"mpaghara\",\n    \"countless\": \"apụghị ịgụta ọnụ\",\n    \"countlessly\": \"enweghị ọgụgụ\",\n    \"countlessness\": \"enweghị ọgụgụ\",\n    \"countor\": \"gụọ\",\n    \"countour\": \"okpuru\",\n    \"countree\": \"gụọ\",\n    \"country\": \"obodo\",\n    \"countrie\": \"obodo\",\n    \"countrieman\": \"onye obodo\",\n    \"countries\": \"mba\",\n    \"countrify\": \"gụọ\",\n    \"countrification\": \"nyocha\",\n    \"countrified\": \"enwere ike\",\n    \"countryfied\": \"mba\",\n    \"countrifiedness\": \"ụjọ\",\n    \"countryfiedness\": \"mba\",\n    \"countryfolk\": \"ndi nwe obodo\",\n    \"countryish\": \"mba\",\n    \"countryman\": \"onye obodo\",\n    \"countrymen\": \"ndi obodo\",\n    \"countrypeople\": \"ndi obodo\",\n    \"countryseat\": \"obodo\",\n    \"countryside\": \"ime obodo\",\n    \"countryward\": \"obodo\",\n    \"countrywide\": \"mba\",\n    \"countrywoman\": \"nwanyị nwanyị\",\n    \"countrywomen\": \"umu nwanyi\",\n    \"counts\": \"gụọ\",\n    \"countship\": \"ọnụ\",\n    \"coup\": \"kuu\",\n    \"coupage\": \"okpukpu\",\n    \"couped\": \"gbanye\",\n    \"coupelet\": \"kopeeti\",\n    \"coupes\": \"di na nwunye\",\n    \"couping\": \"njikọ\",\n    \"couple\": \"di na nwunye\",\n    \"coupled\": \"tinyere\",\n    \"couplement\": \"mmeju\",\n    \"coupler\": \"di na nwunye\",\n    \"coupleress\": \"di na nwunye\",\n    \"couplers\": \"di na nwunye\",\n    \"couples\": \"di na nwunye\",\n    \"couplet\": \"Di na Nwunye\",\n    \"coupleteer\": \"Di na Nwunye\",\n    \"couplets\": \"Di na nwunye\",\n    \"coupling\": \"njikọ\",\n    \"couplings\": \"njikọ\",\n    \"coupon\": \"dere\",\n    \"couponed\": \"dere\",\n    \"couponless\": \"coupon obere\",\n    \"coupons\": \"Kupọns\",\n    \"coupstick\": \"kuu osisi\",\n    \"coupure\": \"inogide\",\n    \"courage\": \"obi ike\",\n    \"courageous\": \"obi ike\",\n    \"courageously\": \"obi ike\",\n    \"courageousness\": \"nkwanye ùgwù\",\n    \"courager\": \"obi ike\",\n    \"courages\": \"obi ike\",\n    \"courant\": \"kọlọji\",\n    \"courants\": \"ihe ndina\",\n    \"courb\": \"ụdọ\",\n    \"courbaril\": \"ụlọikwuu\",\n    \"courbette\": \"courtette\",\n    \"courier\": \"obu ozi\",\n    \"couriers\": \"obu ozi\",\n    \"couril\": \"okpokoro\",\n    \"courlans\": \"okirikiri\",\n    \"couronne\": \"akwa\",\n    \"cours\": \"kours\",\n    \"course\": \"N'ezie\",\n    \"coursed\": \"bụrụ ọnụ\",\n    \"coursers\": \"nkuzi ọnụ\",\n    \"courses\": \"ọmụmụ\",\n    \"coursing\": \"na-agba ume\",\n    \"coursings\": \"nkuzi\",\n    \"court\": \"ụlọ ikpe\",\n    \"courtage\": \"ịgba akwụkwọ\",\n    \"courtal\": \"ikpe\",\n    \"courtby\": \"site na\",\n    \"courtbred\": \"amala\",\n    \"courtcraft\": \"ụlọ ọrụ\",\n    \"courted\": \"amala\",\n    \"courteous\": \"jiri obi ọma\",\n    \"courteously\": \"jiri nkwanye ùgwù\",\n    \"courteousness\": \"nkwanye ùgwù\",\n    \"courtepy\": \"ikpuchi\",\n    \"courter\": \"urlọikpe\",\n    \"courters\": \"ndị ikpe\",\n    \"courtesan\": \"site n'ikike\",\n    \"courtesanry\": \"nnabata\",\n    \"courtesans\": \"ndị ọbịa\",\n    \"courtesanship\": \"nnabata\",\n    \"courtesy\": \"site n'ikike\",\n    \"courtesied\": \"nyere ikike\",\n    \"courtesies\": \"ekele\",\n    \"courtesying\": \"nnabata\",\n    \"courtezan\": \"okpokoro\",\n    \"courtezanry\": \"iwu\",\n    \"courthouse\": \"ụlọikpe\",\n    \"courthouses\": \"ụlọikpe\",\n    \"courty\": \"ezi omume\",\n    \"courtyard\": \"ogige\",\n    \"courtyards\": \"ogige\",\n    \"courtier\": \"okpoho\",\n    \"courtiery\": \"ndị ikpe\",\n    \"courtierism\": \"ndị ikpe\",\n    \"courtierly\": \"okpoho\",\n    \"courtiers\": \"ndị ikpe\",\n    \"courtiership\": \"urlọikpe\",\n    \"courtin\": \"mpako\",\n    \"courting\": \"kootu\",\n    \"courtless\": \"enweghị ikpe\",\n    \"courtlet\": \"ukpalaji\",\n    \"courtly\": \"ikpe\",\n    \"courtlier\": \"onye ikpe\",\n    \"courtliest\": \"kasị mma\",\n    \"courtlike\": \"dị ka ụlọikpe\",\n    \"courtliness\": \"ịdị ọcha\",\n    \"courtling\": \"ịgba akwụkwọ\",\n    \"courtman\": \"onye ikpe\",\n    \"courtney\": \"ogige\",\n    \"courtnoll\": \"ụlọikpe knoll\",\n    \"courtroll\": \"mpịakọta ụlọ ikpe\",\n    \"courtroom\": \"kootu\",\n    \"courtrooms\": \"ụlọikpe\",\n    \"courts\": \"ụlọikpe\",\n    \"courtship\": \"mbedo\",\n    \"courtships\": \"mbedo\",\n    \"courtside\": \"mbedo\",\n    \"courtzilite\": \"agbamakwụkwọ\",\n    \"couscous\": \"nwa nwanne nna\",\n    \"couscouses\": \"nwa nwanne nna\",\n    \"couscousou\": \"nwa nwanne nna\",\n    \"cousin\": \"nwa nwanne nna\",\n    \"cousinage\": \"nwa nwanne nna\",\n    \"cousiness\": \"aru oru\",\n    \"cousinhood\": \"nwanne nna\",\n    \"cousiny\": \"nwa nwanne nna\",\n    \"cousinly\": \"nwanne mama\",\n    \"cousinry\": \"nwanne nna\",\n    \"cousinries\": \"ụmụ nwanne nne\",\n    \"cousins\": \"ụmụ nwanne nne\",\n    \"cousinship\": \"nwa nwanne nna\",\n    \"coussinet\": \"nwa nna\",\n    \"couteaux\": \"ndiigbo\",\n    \"couters\": \"ndị na-anya ihe\",\n    \"couthiness\": \"ịdị akọ\",\n    \"couthless\": \"enweghị obi ebere\",\n    \"couthly\": \"Jiri obi ike\",\n    \"couths\": \"okpu\",\n    \"couture\": \"kootu\",\n    \"coutures\": \"iwu\",\n    \"couturire\": \"kootu\",\n    \"couvade\": \"akwa akwa\",\n    \"couvades\": \"ihe ndina\",\n    \"couve\": \"n'ihe ndina\",\n    \"couvert\": \"ihe ndina\",\n    \"couverte\": \"osote\",\n    \"couveuse\": \"n'ihe ndina\",\n    \"covalence\": \"nsị\",\n    \"covalences\": \"agba gburugburu\",\n    \"covalency\": \"mkpuchi\",\n    \"covalently\": \"covalentị\",\n    \"covary\": \"kovari\",\n    \"covariance\": \"covari\",\n    \"covariate\": \"covari\",\n    \"covariation\": \"nnweta\",\n    \"covassal\": \"okpokoro\",\n    \"cove\": \"anyaukwu\",\n    \"coved\": \"chọrọ\",\n    \"covey\": \"bufee\",\n    \"coveys\": \"ndị anyaukwu\",\n    \"covelline\": \"onyediegwu\",\n    \"covellite\": \"ebechi\",\n    \"coven\": \"ama\",\n    \"covenance\": \"ọgbụgba ndụ\",\n    \"covenant\": \"ọgbụgba ndụ\",\n    \"covenantal\": \"ọgbụgba ndụ\",\n    \"covenantally\": \"ọgbụgba ndụ\",\n    \"covenanted\": \"gbara ndụ\",\n    \"covenantee\": \"ọgbụgba ndụ\",\n    \"covenanter\": \"onye gbara ụgwọ\",\n    \"covenanting\": \"ọgbụgba ndụ\",\n    \"covenantor\": \"ediomi\",\n    \"covenants\": \"ọgbụgba ndụ\",\n    \"covens\": \"ọgbụgba ndụ\",\n    \"covent\": \"nnabata\",\n    \"coventrate\": \"ulo uka\",\n    \"coventry\": \"ulo uka\",\n    \"coventries\": \"ulo uka\",\n    \"coventrize\": \"ulo uka\",\n    \"cover\": \"mkpuchi\",\n    \"coverable\": \"nwee obi ụtọ\",\n    \"coverage\": \"mkpuchi\",\n    \"coverages\": \"mkpuchi\",\n    \"coverall\": \"n'ozuzu\",\n    \"coveralled\": \"uwe mkpuchi\",\n    \"coveralls\": \"uwe mkpuchi\",\n    \"coverchief\": \"ihe mkpuchi\",\n    \"covercle\": \"mkpuchi ihe\",\n    \"covered\": \"kpuchie\",\n    \"coverer\": \"kpuchie\",\n    \"coverers\": \"kpuchie\",\n    \"covering\": \"ikpuchi\",\n    \"coverings\": \"nkpuchi\",\n    \"coverless\": \"ikpuchi\",\n    \"coverlet\": \"mpempe akwụkwọ\",\n    \"coverlets\": \"mpempe akwụkwọ\",\n    \"coverlid\": \"mkpuchi\",\n    \"coverlids\": \"ihe mkpuchi\",\n    \"covers\": \"na-ekpuchi\",\n    \"coversed\": \"kpuchie\",\n    \"coverside\": \"na-ekpuchi\",\n    \"coversine\": \"ihe mkpuchi\",\n    \"coverslip\": \"ihe mkpuchi\",\n    \"coverslut\": \"ihe mkpuchi\",\n    \"covert\": \"nzuzo\",\n    \"covertical\": \"ihe nzuzo\",\n    \"covertly\": \"na nzuzo\",\n    \"covertness\": \"nzuzo\",\n    \"coverts\": \"mkpuchi\",\n    \"coverture\": \"mkpuchi\",\n    \"coverup\": \"kpuchie\",\n    \"coverups\": \"ihe mkpuchi\",\n    \"coves\": \"uwe ojii\",\n    \"covet\": \"anyaukwu\",\n    \"covetable\": \"anyaukwu\",\n    \"coveted\": \"chọsiri ike inweta\",\n    \"coveter\": \"onyeukwu\",\n    \"coveters\": \"ndị anyaukwu\",\n    \"coveting\": \"anyaukwu\",\n    \"covetingly\": \"anyaukwu\",\n    \"covetise\": \"anyaukwu\",\n    \"covetiveness\": \"anyaukwu\",\n    \"covetous\": \"anyaukwu\",\n    \"covetously\": \"anyaukwu\",\n    \"covetousness\": \"anyaukwu\",\n    \"covets\": \"ndị anyaukwu\",\n    \"covido\": \"ndiigbo\",\n    \"covillager\": \"kovillager\",\n    \"covine\": \"kovine\",\n    \"coving\": \"na-achọsi ike\",\n    \"covings\": \"ihe mkpuchi\",\n    \"covinous\": \"ure\",\n    \"covinously\": \"afọ ojuju\",\n    \"covisit\": \"gaa\",\n    \"covisitor\": \"onye nlekọta\",\n    \"covite\": \"rie\",\n    \"covolume\": \"mkpoko\",\n    \"cow\": \"ehi\",\n    \"cowage\": \"ụjọ\",\n    \"cowages\": \"egwu\",\n    \"cowal\": \"ehi\",\n    \"cowan\": \"ehi\",\n    \"coward\": \"ụjọ\",\n    \"cowardy\": \"ụjọ\",\n    \"cowardice\": \"ụjọ\",\n    \"cowardish\": \"ụjọ\",\n    \"cowardly\": \"ụjọ\",\n    \"cowardliness\": \"jọ\",\n    \"cowardness\": \"jọ\",\n    \"cowards\": \"ndị ụjọ\",\n    \"cowbane\": \"nwa ehi\",\n    \"cowbanes\": \"ime obodo\",\n    \"cowbarn\": \"ehi eji ehi ehi\",\n    \"cowbell\": \"ehi\",\n    \"cowbells\": \"ehi\",\n    \"cowbind\": \"egbe\",\n    \"cowbinds\": \"ndị na-eme ehi\",\n    \"cowbird\": \"Nwa ehi\",\n    \"cowbirds\": \"ebe a na-ede ehi\",\n    \"cowbyre\": \"igwu\",\n    \"cowboy\": \"jọ\",\n    \"cowboys\": \"bomụ ehi\",\n    \"cowbrute\": \"mara mma\",\n    \"cowcatcher\": \"onye na-ehi anụ\",\n    \"cowcatchers\": \"ndi na-ehi ehi\",\n    \"cowdie\": \"nkechi\",\n    \"cowed\": \"bụrụ\",\n    \"cowedly\": \"cowsly\",\n    \"coween\": \"ehi\",\n    \"cower\": \"igwe\",\n    \"cowered\": \"ụjọ\",\n    \"cowerer\": \"Onye ụjọ\",\n    \"cowerers\": \"ndị ọrụ\",\n    \"coweringly\": \"mmanye\",\n    \"cowers\": \"ndị ụjọ\",\n    \"cowfish\": \"anụ azụ\",\n    \"cowfishes\": \"cowfish\",\n    \"cowgate\": \"ejikere\",\n    \"cowgirl\": \"nwa agbogho\",\n    \"cowgirls\": \"Nwa ehi\",\n    \"cowgrass\": \"ihe ojoo\",\n    \"cowhage\": \"imezi\",\n    \"cowhages\": \"imezi\",\n    \"cowhand\": \"eji aka\",\n    \"cowhands\": \"ndị ọrụ aka\",\n    \"cowheart\": \"onye ara\",\n    \"cowhearted\": \"eji obi oma\",\n    \"cowherb\": \"onye ehi\",\n    \"cowherbs\": \"onye ehi\",\n    \"cowherd\": \"onye ehi\",\n    \"cowherds\": \"ndị ehi\",\n    \"cowhide\": \"ihe eji ehi ehi\",\n    \"cowhided\": \"na-ehi ụra\",\n    \"cowhides\": \"ihe eji ehi ehi\",\n    \"cowhiding\": \"na-eme ehi\",\n    \"cowhouse\": \"houselọ ehi\",\n    \"cowy\": \"Cowy\",\n    \"cowyard\": \"ogige\",\n    \"cowichan\": \"iheanacho\",\n    \"cowier\": \"ịrụ ọrụ ụjọ karị\",\n    \"cowiest\": \"na-eme ụjọ\",\n    \"cowing\": \"ụjọ\",\n    \"cowinner\": \"ehi\",\n    \"cowinners\": \"ndị ụjọ\",\n    \"cowish\": \"ụjọ\",\n    \"cowishness\": \"ụjọ\",\n    \"cowitch\": \"ịsụ\",\n    \"cowk\": \"ehi\",\n    \"cowkeeper\": \"onye na-elekọta ya\",\n    \"cowkine\": \"ehihi\",\n    \"cowl\": \"ehi\",\n    \"cowle\": \"ehiwe\",\n    \"cowled\": \"mara jijiji\",\n    \"cowleeching\": \"Na-elekọta anya\",\n    \"cowlick\": \"ehi\",\n    \"cowlicks\": \"ndị na-eme ehi\",\n    \"cowlike\": \"dị ka ehi\",\n    \"cowling\": \"ehi\",\n    \"cowlings\": \"ehi\",\n    \"cowlitz\": \"Udochukwu\",\n    \"cowls\": \"ehi\",\n    \"cowlstaff\": \"onye na-eme ehi\",\n    \"cowman\": \"ehi\",\n    \"cowmen\": \"ndị ọchị ehi\",\n    \"coworker\": \"onye ọrụ ibe\",\n    \"coworkers\": \"ndị ọrụ ibe\",\n    \"coworking\": \"na-arụkọ ọrụ\",\n    \"cowpath\": \"ebe ehi\",\n    \"cowpats\": \"ehi ehi\",\n    \"cowpeas\": \"ọka\",\n    \"cowpen\": \"ehi\",\n    \"cowper\": \"onye ụjọ\",\n    \"cowperian\": \"onye ọrụ ebere\",\n    \"cowpock\": \"olulu\",\n    \"cowpony\": \"ehi\",\n    \"cowpunch\": \"ehi ehi\",\n    \"cowpuncher\": \"ehi ụra\",\n    \"cowpunchers\": \"ndi ehi ehi\",\n    \"cowry\": \"Ohi\",\n    \"cowries\": \"riesjọ\",\n    \"cowroid\": \"Nwa ehi\",\n    \"cows\": \"ehi\",\n    \"cowshard\": \"nchịkwa\",\n    \"cowsharn\": \"Uchechukwu\",\n    \"cowshed\": \"ehi\",\n    \"cowsheds\": \"ehi\",\n    \"cowskin\": \"akpụkpọ anụ\",\n    \"cowskins\": \"akpụkpọ anụ\",\n    \"cowslip\": \"kpachapụ anya\",\n    \"cowslipped\": \"chichi anya\",\n    \"cowslips\": \"nkuku ehi\",\n    \"cowson\": \"nwa ehi\",\n    \"cowsucker\": \"onye na-eme ihere\",\n    \"cowtail\": \"mmanya\",\n    \"cowthwort\": \"otele\",\n    \"cowtongue\": \"ịkwa iko\",\n    \"cowtown\": \"obodo\",\n    \"cowweed\": \"emewe\",\n    \"coxalgy\": \"Ọgụgụ\",\n    \"coxalgies\": \"ihe omuma\",\n    \"coxarthritis\": \"ọrịa ogbu na nkwonkwo\",\n    \"coxarthropathy\": \"ọnụọgụ\",\n    \"coxbones\": \"cobbones\",\n    \"coxcombess\": \"nnụnụ\",\n    \"coxcombhood\": \"ọnụọgụ\",\n    \"coxcomby\": \"coxcomby mmmmmmmmmmmmm\",\n    \"coxcombic\": \"kechigbu\",\n    \"coxcombicality\": \"ndudue\",\n    \"coxcombically\": \"ọxụ\",\n    \"coxcombity\": \"ọnụọgụ\",\n    \"coxcombries\": \"ọnụọgụ\",\n    \"coxcomically\": \"ọxụ\",\n    \"coxy\": \"akpati ozu\",\n    \"coxing\": \"na-eri ihe\",\n    \"coxswained\": \"coxswain\",\n    \"coxwain\": \"coxswain\",\n    \"coxwains\": \"coxswain\",\n    \"coz\": \"koz\",\n    \"cozened\": \"koz\",\n    \"cozening\": \"na-agba ume\",\n    \"cozeningly\": \"izu ike\",\n    \"cozens\": \"ọtụtụ\",\n    \"cozy\": \"mma\",\n    \"cozies\": \"coz\",\n    \"cozinesses\": \"coziness\",\n    \"cozing\": \"na-eri nri\",\n    \"cp\": \"kpu\",\n    \"cps\": \"nkp\",\n    \"cpt\": \"ukpa\",\n    \"cputime\": \"oge cput\",\n    \"cr\": \"Ekpere\",\n    \"craal\": \"kristal\",\n    \"craaled\": \"mgbawa\",\n    \"crab\": \"nshịkọ\",\n    \"crabbed\": \"nshịkọ\",\n    \"crabbedly\": \"ji nwayọọ nwayọọ\",\n    \"crabbedness\": \"nkịta\",\n    \"crabber\": \"nshịkọ\",\n    \"crabbery\": \"nkita\",\n    \"crabbers\": \"nshịkọ\",\n    \"crabby\": \"nshịkọ\",\n    \"crabbiness\": \"nshịkọ\",\n    \"crabbing\": \"nshịkọ\",\n    \"crabbish\": \"nshịkọ\",\n    \"crabbit\": \"nshịkọ\",\n    \"crabcatcher\": \"onye na-ejide ihe\",\n    \"crabeating\": \"crabeater\",\n    \"craber\": \"onye nzuzu\",\n    \"crabfish\": \"nshịkọ azụ\",\n    \"crabgrass\": \"nshịkọ\",\n    \"crabhole\": \"nshịkọ\",\n    \"crabier\": \"onye nzuzu\",\n    \"crabit\": \"nshịkọ\",\n    \"crablet\": \"okwute\",\n    \"crablike\": \"nshịkọ dị ka\",\n    \"crabmeat\": \"nshịkọ\",\n    \"crabmill\": \"nshịkọ\",\n    \"crabsidle\": \"crabs na-abaghị uru\",\n    \"crabstick\": \"nshịkọ\",\n    \"crabut\": \"nshịkọ\",\n    \"crabwood\": \"nshịkọ\",\n    \"crachoir\": \"ulo oru\",\n    \"crack\": \"mgbape\",\n    \"crackability\": \"mkpọtụ\",\n    \"crackableness\": \"ịgbawa\",\n    \"crackback\": \"ịgbawa\",\n    \"crackbrain\": \"mgbawa\",\n    \"crackbrained\": \"gbawara\",\n    \"crackbrainedness\": \"ịkpa àgwà\",\n    \"crackdown\": \"mgbape\",\n    \"crackdowns\": \"mkpọchi\",\n    \"cracked\": \"gbawara\",\n    \"crackedness\": \"gbawara\",\n    \"cracker\": \"ọkpọ\",\n    \"crackerberry\": \"kriberị\",\n    \"crackerberries\": \"tomato esi\",\n    \"crackers\": \"ndị na-agbawa agbawa\",\n    \"cracket\": \"ọkpọ\",\n    \"crackhemp\": \"mgbape hemp\",\n    \"cracky\": \"ohia\",\n    \"crackiness\": \"mgbawa\",\n    \"cracking\": \"gbawara\",\n    \"crackings\": \"mgbawa\",\n    \"crackjaw\": \"mgbawa\",\n    \"crackle\": \"mgbape\",\n    \"crackled\": \"mgbape\",\n    \"crackles\": \"mgbawa\",\n    \"crackless\": \"enweghị mgbawa\",\n    \"crackleware\": \"mgbape\",\n    \"crackly\": \"mgbape\",\n    \"cracklier\": \"mgbape\",\n    \"crackliest\": \"mgbawa\",\n    \"crackling\": \"mgbawa\",\n    \"cracklings\": \"mgbape\",\n    \"crackmans\": \"mgbaaka\",\n    \"cracknel\": \"mgbape\",\n    \"cracknels\": \"mgbawa\",\n    \"crackpot\": \"mgbape\",\n    \"crackpotism\": \"ịgba mgba\",\n    \"crackpots\": \"mkpọmkpọ ebe\",\n    \"crackpottedness\": \"mgbape\",\n    \"crackrope\": \"mgbape\",\n    \"cracks\": \"mgbawa\",\n    \"cracksman\": \"onye na-agba ohia\",\n    \"cracksmen\": \"ndị ọkpọ\",\n    \"crackup\": \"gbawara\",\n    \"crackups\": \"mkpọchi\",\n    \"craddy\": \"ihe nzuzu\",\n    \"cradle\": \"ku n'aka\",\n    \"cradleboard\": \"okpokoro\",\n    \"cradlechild\": \"nwata kredit\",\n    \"cradled\": \"esoro\",\n    \"cradlefellow\": \"ibe\",\n    \"cradleland\": \"ala nnabata\",\n    \"cradlelike\": \"dị ka ịmụ amụ\",\n    \"cradlemaker\": \"onye okike\",\n    \"cradlemaking\": \"ịkpa nkata\",\n    \"cradleman\": \"okwukwu\",\n    \"cradlemen\": \"ndị cradlemen\",\n    \"cradler\": \"onye na-ehi ụra\",\n    \"cradlers\": \"ndị na-azụ azụ\",\n    \"cradles\": \"kredul\",\n    \"cradleside\": \"okuku\",\n    \"cradlesong\": \"Ogbodo\",\n    \"cradlesongs\": \"Ogbodo\",\n    \"cradletime\": \"oge ezumike\",\n    \"cradling\": \"na-agbagharị\",\n    \"craft\": \"nka\",\n    \"crafted\": \"deere\",\n    \"crafter\": \"kporo\",\n    \"crafty\": \"nke aghụghọ\",\n    \"craftily\": \"aghụghọ\",\n    \"craftiness\": \"nka\",\n    \"crafting\": \"nka\",\n    \"craftless\": \"enweghị ọrụ\",\n    \"craftly\": \"aghụghọ\",\n    \"craftmanship\": \"nka\",\n    \"crafts\": \"nka\",\n    \"craftsman\": \"omenkà\",\n    \"craftsmanly\": \"omenkà\",\n    \"craftsmanlike\": \"omenkà dị ka\",\n    \"craftsmanship\": \"nka\",\n    \"craftsmaster\": \"onye omenkà\",\n    \"craftsmen\": \"ndị omenkà\",\n    \"craftspeople\": \"ndị omenkà\",\n    \"craftsperson\": \"omenkà\",\n    \"craftswoman\": \"nwanyị omenkà\",\n    \"craftwork\": \"nka\",\n    \"craftworker\": \"omenkà\",\n    \"crag\": \"nnukwu nkume\",\n    \"craggan\": \"ihe akuku\",\n    \"cragged\": \"kwogo\",\n    \"craggedness\": \"ịdị ọcha\",\n    \"craggy\": \"ihe nzuzu\",\n    \"craggily\": \"ihe nzuzu\",\n    \"cragginess\": \"ihe nzuzu\",\n    \"crags\": \"okwute\",\n    \"cragsman\": \"onye nzuzu\",\n    \"cragsmen\": \"ndị omenkà\",\n    \"cragwork\": \"ihe ichoro\",\n    \"craichy\": \"ihe nzuzu\",\n    \"craie\": \"cray\",\n    \"craye\": \"cray\",\n    \"crayer\": \"cray\",\n    \"crayfish\": \"ịsha\",\n    \"crayfishes\": \"crayfish\",\n    \"craighle\": \"craigwo\",\n    \"craik\": \"krịk\",\n    \"craylet\": \"Craylet\",\n    \"crain\": \"krisin\",\n    \"crayon\": \"kriyon\",\n    \"crayoned\": \"kere\",\n    \"crayoning\": \"inyinya\",\n    \"crayonist\": \"Onye nkpocha\",\n    \"crayonists\": \"Ndị na-elekọta crayon\",\n    \"crayons\": \"klọs\",\n    \"crayonstone\": \"Nkume\",\n    \"crake\": \"breeki\",\n    \"craked\": \"gbawara agbawa\",\n    \"crakefeet\": \"ụkwụ gbawara agbawa\",\n    \"craker\": \"breeki\",\n    \"crakes\": \"gbawara agbawa\",\n    \"craking\": \"gbawara\",\n    \"crakow\": \"krakow\",\n    \"cram\": \"kram\",\n    \"cramasie\": \"Cramasie\",\n    \"crambambuli\": \"krambambuli\",\n    \"crambe\": \"kramuru\",\n    \"cramberry\": \"kramberị\",\n    \"crambes\": \"Crambes\",\n    \"crambinae\": \"Crambinae\",\n    \"cramble\": \"mkpọka\",\n    \"crambo\": \"Crambo\",\n    \"crambus\": \"Crambus\",\n    \"cramel\": \"kramel\",\n    \"crammel\": \"kramel\",\n    \"crammer\": \"krammer\",\n    \"crammers\": \"ndị na-eme ihe nkiri\",\n    \"cramming\": \"Cramming\",\n    \"crammingly\": \"Cramming\",\n    \"cramoisie\": \"klaasị\",\n    \"cramoisies\": \"ịmegharị\",\n    \"cramp\": \"mkpagide\",\n    \"crampbit\": \"mkpagide bit\",\n    \"cramped\": \"mkpagide\",\n    \"crampedness\": \"mkpagide\",\n    \"cramper\": \"mperi\",\n    \"crampfish\": \"krimi\",\n    \"crampfishes\": \"crampfish\",\n    \"crampy\": \"mkpagide\",\n    \"cramping\": \"mkpagide\",\n    \"crampingly\": \"dị mkpagide\",\n    \"crampish\": \"mkpagide\",\n    \"crampit\": \"oghere mgbochi\",\n    \"crampits\": \"uzo mgbochi\",\n    \"crampon\": \"klọm\",\n    \"cramponnee\": \"crampon ọhụrụ\",\n    \"crampoon\": \"klọm\",\n    \"crampoons\": \"crampons\",\n    \"crams\": \"kram\",\n    \"cran\": \"kran\",\n    \"cranberry\": \"kranberị\",\n    \"cranberries\": \"kranberị\",\n    \"crance\": \"ngalaba\",\n    \"crancelin\": \"krancelin\",\n    \"cranch\": \"ngalaba\",\n    \"cranched\": \"ngalaba\",\n    \"cranches\": \"ngalaba\",\n    \"crane\": \"kreenu\",\n    \"cranebill\": \"kreenbill\",\n    \"craned\": \"chik\",\n    \"craney\": \"kreen\",\n    \"cranelike\": \"ranlọ\",\n    \"craneman\": \"onye na-elekọta ihe\",\n    \"cranemen\": \"ndi mmadu\",\n    \"craner\": \"kranter\",\n    \"cranes\": \"kpụrụ\",\n    \"cranesbill\": \"kranesbill\",\n    \"cranesman\": \"Onye na-elekọta ihe\",\n    \"cranet\": \"ihe mkpuchi\",\n    \"craneway\": \"kreenu\",\n    \"crang\": \"nkụ\",\n    \"cranially\": \"na nzuzo\",\n    \"craniates\": \"ndị na-eme mkpọtụ\",\n    \"craniectomy\": \"ihe mgbochi\",\n    \"craning\": \"na-atụgharị\",\n    \"craniocele\": \"okwumegwu\",\n    \"craniocerebral\": \"mgboko\",\n    \"cranioclasis\": \"kranioclasis\",\n    \"cranioclasm\": \"okwumegwu\",\n    \"cranioclast\": \"kranioclast\",\n    \"cranioclasty\": \"kranioclasty\",\n    \"craniofacial\": \"mgboko\",\n    \"craniognomy\": \"kraniognomy\",\n    \"craniognosy\": \"mgboko\",\n    \"craniographer\": \"onye na-edekọ ihe\",\n    \"cranioid\": \"kranioid\",\n    \"craniol\": \"okwukpo\",\n    \"craniologist\": \"onye na-enyocha ahụ\",\n    \"craniom\": \"ihe mgbochi\",\n    \"craniomalacia\": \"okwumegwu\",\n    \"craniomaxillary\": \"nkechinyere\",\n    \"craniometry\": \"kraniometri\",\n    \"craniometric\": \"kraniometric\",\n    \"craniometrical\": \"kechita\",\n    \"craniometrist\": \"iheanacho\",\n    \"craniospinal\": \"akwara\",\n    \"craniostosis\": \"kraniostosis\",\n    \"craniotabes\": \"ndiegwu\",\n    \"craniotome\": \"okwumegwu\",\n    \"craniotomy\": \"ịmị mkpụrụ\",\n    \"craniotomies\": \"ndiegwu\",\n    \"craniovertebral\": \"kraniovertebral\",\n    \"cranium\": \"kranium\",\n    \"crankbird\": \"okwukwu\",\n    \"crankcase\": \"akpati ozu\",\n    \"crankdisk\": \"okwa\",\n    \"cranker\": \"okwa\",\n    \"crankest\": \"eziokwu\",\n    \"cranky\": \"keukwu\",\n    \"crankier\": \"ihe eji ehi ura\",\n    \"crankily\": \"n'ezoghị ọnụ\",\n    \"cranking\": \"ịpịgharị\",\n    \"crankish\": \"kristal\",\n    \"crankism\": \"eziokwu\",\n    \"crankless\": \"enweghị isi\",\n    \"crankly\": \"n'ezoghị ọnụ\",\n    \"crankling\": \"cranking\",\n    \"crankman\": \"Nwoke\",\n    \"crankness\": \"eziokwu\",\n    \"crannel\": \"kranel\",\n    \"crannequin\": \"krannequin\",\n    \"crannia\": \"krania\",\n    \"crannying\": \"cranny\",\n    \"crannog\": \"okwumegwu\",\n    \"crannoger\": \"ebekpo\",\n    \"cranreuch\": \"Okpukpo\",\n    \"cransier\": \"Ihe eji ehihie\",\n    \"crants\": \"ego\",\n    \"crap\": \"unyi\",\n    \"crapefish\": \"kristal\",\n    \"crapehanger\": \"onye na-achụ ego\",\n    \"crapelike\": \"ihe nzuzu\",\n    \"crapette\": \"ihe nzuzu\",\n    \"crapy\": \"crappy\",\n    \"craping\": \"mkpagide\",\n    \"crapped\": \"gbawara\",\n    \"crapper\": \"okwute\",\n    \"crappier\": \"okwute\",\n    \"crappies\": \"ihe nzuzu\",\n    \"crappiest\": \"kasị dị nkọ\",\n    \"crappin\": \"ihe nzuzu\",\n    \"crappiness\": \"ihe nzuzu\",\n    \"crapping\": \"na-akụ\",\n    \"crapple\": \"ihe nzuzu\",\n    \"crappo\": \"akpakpo\",\n    \"craps\": \"okpokoro\",\n    \"crapshooter\": \"Onyekachi\",\n    \"crapshooters\": \"Ndị na-amụ ihe\",\n    \"crapshooting\": \"inyocha\",\n    \"crapula\": \"kuru\",\n    \"crapulate\": \"kpakpando\",\n    \"crapulence\": \"ikike\",\n    \"crapulency\": \"ihe ike\",\n    \"crapulent\": \"aghụghọ\",\n    \"crapulous\": \"enweghị uche\",\n    \"crapulously\": \"n'amaghi ama\",\n    \"crapulousness\": \"enweghị uche\",\n    \"craquelure\": \"mgbapu\",\n    \"crare\": \"akpati\",\n    \"crases\": \"mkpọka\",\n    \"crash\": \"okuku\",\n    \"crashed\": \"jiri\",\n    \"crasher\": \"mkpọka\",\n    \"crashers\": \"mkpọka\",\n    \"crashes\": \"mkpọka\",\n    \"crashing\": \"na-akụda\",\n    \"crashingly\": \"na-akụda\",\n    \"crashproof\": \"mkpọka\",\n    \"crashworthy\": \"na-akụda\",\n    \"crashworthiness\": \"ndaba\",\n    \"crasis\": \"mkpọka\",\n    \"craspedodromous\": \"ihe omimi\",\n    \"craspedon\": \"Uchenna\",\n    \"craspedotal\": \"Ukwuu\",\n    \"craspedote\": \"Ukwuu\",\n    \"craspedum\": \"Ukwuu\",\n    \"crassament\": \"ihe nchoputa\",\n    \"crassamentum\": \"ihe\",\n    \"crassier\": \"mkpọka\",\n    \"crassities\": \"ihe nchoputa\",\n    \"crassitude\": \"akpamkpa\",\n    \"crassness\": \"crassss\",\n    \"crassulaceous\": \"akpalite\",\n    \"cratchens\": \"ulochi\",\n    \"crate\": \"akpati\",\n    \"crateful\": \"nwe ekele\",\n    \"cratemaker\": \"onye mmebe\",\n    \"cratemaking\": \"Mmekọahụ\",\n    \"crateman\": \"onye ugha\",\n    \"cratemen\": \"nkịtị\",\n    \"crater\": \"oghere\",\n    \"cratered\": \"chikpuru\",\n    \"craterid\": \"mkpọsa\",\n    \"cratering\": \"na-agụgharị\",\n    \"craterkin\": \"akwa akwa\",\n    \"craterless\": \"enweghị ihe\",\n    \"craterlet\": \"mgbape\",\n    \"craterous\": \"Dị Nsọ\",\n    \"craters\": \"crat\",\n    \"crates\": \"Ngwa\",\n    \"craticular\": \"kechita\",\n    \"cratinean\": \"okwuru\",\n    \"crating\": \"na-akpụ akpụ\",\n    \"cratometer\": \"cratometa\",\n    \"craton\": \"kraton\",\n    \"cratonic\": \"gha\",\n    \"cratons\": \"mkpọchi\",\n    \"cratsmanship\": \"nkedo\",\n    \"craunch\": \"chụwa\",\n    \"craunching\": \"na-agbali\",\n    \"craunchingly\": \"n'ike mmụọ\",\n    \"cravat\": \"ihe nzuzu\",\n    \"cravats\": \"klọv\",\n    \"cravatted\": \"ihe nzuzu\",\n    \"cravatting\": \"na-agbakasi\",\n    \"crave\": \"agụụ\",\n    \"craved\": \"chọsie ike\",\n    \"craven\": \"ihe nzuzu\",\n    \"cravened\": \"chọsie ike\",\n    \"cravenhearted\": \"ihe nzuzu\",\n    \"cravening\": \"na-achọsi ike\",\n    \"cravenly\": \"keukwu\",\n    \"cravenness\": \"nzuzu\",\n    \"cravens\": \"ichoro\",\n    \"craves\": \"agụụ\",\n    \"craving\": \"na-achọsi ike\",\n    \"cravingly\": \"n'agụụ\",\n    \"cravingness\": \"agụụ\",\n    \"cravings\": \"agụụ\",\n    \"cravo\": \"mma\",\n    \"craw\": \"iri ari\",\n    \"crawberry\": \"klọberi\",\n    \"crawfished\": \"crawfish\",\n    \"crawfishes\": \"crawfish\",\n    \"crawfoots\": \"crawfoot\",\n    \"crawful\": \"ihe na-akpalite\",\n    \"crawl\": \"iri ari\",\n    \"crawled\": \"raruru\",\n    \"crawleyroot\": \"crawley mgbọrọgwụ\",\n    \"crawlerize\": \"Ndị na-awagharị awagharị\",\n    \"crawlers\": \"Ndị na-awagharị awagharị\",\n    \"crawly\": \"jiri ari\",\n    \"crawling\": \"iri ari\",\n    \"crawlingly\": \"na-anya ari\",\n    \"crawls\": \"na-awụ\",\n    \"crawm\": \"nkuku\",\n    \"crawthumper\": \"craw thumper\",\n    \"crax\": \"kred\",\n    \"craze\": \"inyo\",\n    \"crazed\": \"ara ara\",\n    \"crazedly\": \"ara ara\",\n    \"crazedness\": \"ara ara\",\n    \"crazes\": \"ihe nzuzu\",\n    \"crazy\": \"onye ara\",\n    \"crazycat\": \"onye nzuzu\",\n    \"crazier\": \"onye nzuzu\",\n    \"craziness\": \"nzuzu\",\n    \"crazing\": \"na-achọgharị\",\n    \"crazingmill\": \"ihe nchoputa\",\n    \"crazyweed\": \"onye nzuzu\",\n    \"crc\": \"kr\",\n    \"crche\": \"kpochie\",\n    \"cre\": \"Okike\",\n    \"creach\": \"ochi\",\n    \"cread\": \"achịcha\",\n    \"creagh\": \"Ogbe\",\n    \"creaght\": \"kere\",\n    \"creaked\": \"ejirila\",\n    \"creaky\": \"onyechi\",\n    \"creakier\": \"Onyeka\",\n    \"creakiest\": \"Onyedikachukwu\",\n    \"creakily\": \"Mgbeo\",\n    \"creakiness\": \"ozuzu\",\n    \"creaking\": \"na-agba ọsọ\",\n    \"cream\": \"ude\",\n    \"creamcake\": \"ude bred\",\n    \"creamcup\": \"ude ude\",\n    \"creamcups\": \"creamlọ ude\",\n    \"creamed\": \"ejiri ọkụ\",\n    \"creamery\": \"Ude mmanụ\",\n    \"creameries\": \"ihe otite ude\",\n    \"creameryman\": \"Nwoke isi ude\",\n    \"creamerymen\": \"ude mmanụ\",\n    \"creamier\": \"ọkụ\",\n    \"creamily\": \"creamy\",\n    \"creaminess\": \"ude\",\n    \"creaming\": \"Ude\",\n    \"creamlaid\": \"Klaasịla\",\n    \"creamless\": \"enweghị ude\",\n    \"creamlike\": \"dị ka ude\",\n    \"creammaker\": \"onye na-eme ude\",\n    \"creammaking\": \"Ime ude\",\n    \"creams\": \"Ude\",\n    \"creamware\": \"ihe otite\",\n    \"creance\": \"nkwere\",\n    \"creased\": \"ejirila\",\n    \"creaseless\": \"enweghị ntụ\",\n    \"creasers\": \"ndi ozo\",\n    \"creasing\": \"na-agbago\",\n    \"creasot\": \"akwara\",\n    \"creat\": \"okike\",\n    \"creatable\": \"kere\",\n    \"create\": \"kee\",\n    \"created\": \"kere\",\n    \"createdness\": \"okike\",\n    \"creates\": \"na-emepụta\",\n    \"creatic\": \"okike\",\n    \"creatin\": \"okike\",\n    \"creatine\": \"kere\",\n    \"creatines\": \"kere\",\n    \"creating\": \"na-eke ihe\",\n    \"creatins\": \"ihe okike\",\n    \"creation\": \"okike\",\n    \"creational\": \"ihe okike\",\n    \"creationary\": \"kere\",\n    \"creationism\": \"ihe okike\",\n    \"creationist\": \"kere ihe\",\n    \"creationistic\": \"kere ihe\",\n    \"creations\": \"ihe okike\",\n    \"creative\": \"kee ihe\",\n    \"creatively\": \"okike\",\n    \"creativeness\": \"ihe okike\",\n    \"creativity\": \"ihe okike\",\n    \"creatophagous\": \"kere kere\",\n    \"creator\": \"Onye Okike\",\n    \"creatorhood\": \"ihe okike\",\n    \"creatorrhea\": \"okike\",\n    \"creators\": \"ndị okike\",\n    \"creatorship\": \"okike\",\n    \"creatotoxism\": \"okike\",\n    \"creatress\": \"onye okike\",\n    \"creatrix\": \"ihe okike\",\n    \"creatural\": \"ihe okike\",\n    \"creature\": \"ihe e kere eke\",\n    \"creaturehood\": \"ihe okike\",\n    \"creatureless\": \"e kere eke\",\n    \"creaturely\": \"kere eke\",\n    \"creatureliness\": \"ihe okike\",\n    \"creatureling\": \"kere eke\",\n    \"creatures\": \"ihe ndị e kere eke\",\n    \"creatureship\": \"ihe e kere eke\",\n    \"creaturize\": \"ihe ndị e kere eke\",\n    \"creaze\": \"kere\",\n    \"crebricostate\": \"kere\",\n    \"crebrisulcate\": \"ihebisi\",\n    \"crebrity\": \"ndaba\",\n    \"crebrous\": \"ihe nzuzu\",\n    \"creche\": \"kere\",\n    \"credal\": \"ibu\",\n    \"creddock\": \"Ebele\",\n    \"credence\": \"nkwenye\",\n    \"credences\": \"Ebe E Si Nweta\",\n    \"credencive\": \"ikwenye\",\n    \"credenciveness\": \"nkwenye\",\n    \"credenda\": \"n'aka\",\n    \"credendum\": \"nkwenye\",\n    \"credens\": \"Ebe e si nweta\",\n    \"credensive\": \"n'aka\",\n    \"credensiveness\": \"nkwere\",\n    \"credent\": \"n'aka\",\n    \"credential\": \"nzere\",\n    \"credentialed\": \"kwenye\",\n    \"credentialism\": \"nzere\",\n    \"credentials\": \"nzere\",\n    \"credently\": \"ikwere\",\n    \"credenza\": \"Nkwenye\",\n    \"credenzas\": \"Ebe obibi\",\n    \"credere\": \"n'aka\",\n    \"credibility\": \"ntụkwasị obi\",\n    \"credibilities\": \"nkwenye\",\n    \"credible\": \"nkwenye\",\n    \"credibleness\": \"nkwenye\",\n    \"credibly\": \"n'ụzọ kwere ekwe\",\n    \"credit\": \"Ebe E Si Nweta\",\n    \"creditability\": \"akwụmụgwọ\",\n    \"creditabilities\": \"ụgwọ\",\n    \"creditable\": \"kwesiri ekwenye\",\n    \"creditableness\": \"ikwere\",\n    \"creditably\": \"akwụ ụgwọ\",\n    \"credited\": \"otoro\",\n    \"crediting\": \"ikwenye\",\n    \"creditive\": \"nkwenye\",\n    \"creditless\": \"enweghị ụgwọ\",\n    \"creditor\": \"onye ji ego\",\n    \"creditors\": \"ndị nwere ụgwọ\",\n    \"creditorship\": \"ụgwọ\",\n    \"creditress\": \"onye na-akwụ ụgwọ ego\",\n    \"creditrix\": \"Ebe E Si Nweta\",\n    \"credits\": \"Ebe E Si Nweta\",\n    \"crednerite\": \"n'aka ike\",\n    \"credo\": \"Ebe E Si Nweta\",\n    \"credos\": \"Ebe E Si Nweta\",\n    \"credulity\": \"ikwenye ekwenye\",\n    \"credulities\": \"nkwenye\",\n    \"credulous\": \"ihe okike\",\n    \"credulously\": \"Okwesiri\",\n    \"credulousness\": \"eziokwu\",\n    \"creed\": \"nkwenye\",\n    \"creedal\": \"nkwenye\",\n    \"creedalism\": \"nkwenye\",\n    \"creedalist\": \"onye nkwenye\",\n    \"creeded\": \"nkwenye\",\n    \"creedist\": \"onye nkwenye\",\n    \"creedite\": \"okwukwe\",\n    \"creedless\": \"enweghị okwukwe\",\n    \"creedlessness\": \"enweghị nkwenye\",\n    \"creedmore\": \"nkwenye\",\n    \"creeds\": \"ụkpụrụ okwukwe\",\n    \"creedsman\": \"Onye okike\",\n    \"creek\": \"ọwa mmiri\",\n    \"creeker\": \"Creeker\",\n    \"creekfish\": \"azụ azụ\",\n    \"creekfishes\": \"azụ azụ\",\n    \"creeky\": \"ọwa mmiri\",\n    \"creeks\": \"ọreeụ .ụ\",\n    \"creeled\": \"na-agagharị\",\n    \"creeler\": \"Creeler\",\n    \"creeling\": \"ịkpọ ozu ọkụ\",\n    \"creem\": \"oku\",\n    \"creen\": \"ihe nlere\",\n    \"creepered\": \"creeper\",\n    \"creephole\": \"na-akpụ akpụ\",\n    \"creepy\": \"na-akpụ akpụ\",\n    \"creepie\": \"na-akpụ akpụ\",\n    \"creepies\": \"creepiest\",\n    \"creepiness\": \"nkuku\",\n    \"creeping\": \"na-akpụ akpụ\",\n    \"creepingly\": \"na-akpụ akpụ\",\n    \"creepmouse\": \"creep òké\",\n    \"creepmousy\": \"creep mkpọtụ\",\n    \"creeses\": \"crees\",\n    \"creesh\": \"kpakpando\",\n    \"creeshed\": \"kpogburu\",\n    \"creeshes\": \"esgha\",\n    \"creeshy\": \"Okwara ike\",\n    \"creeshie\": \"Onwuchekwa\",\n    \"creeshing\": \"Oru\",\n    \"cremaillere\": \"onyegbula\",\n    \"cremains\": \"ịkpọ ozu\",\n    \"cremant\": \"igba egbe\",\n    \"cremaster\": \"onye nchịkwa\",\n    \"cremasterial\": \"ozu\",\n    \"cremasteric\": \"ozuzu\",\n    \"cremate\": \"igba oku\",\n    \"cremated\": \"akpọgburu ya\",\n    \"cremates\": \"akpọgburu ya\",\n    \"cremating\": \"ịkpọ ozu\",\n    \"cremation\": \"ịkpọ ozu\",\n    \"cremationism\": \"oku\",\n    \"cremationist\": \"onye oku ozu\",\n    \"cremations\": \"ihe okike\",\n    \"cremator\": \"oku\",\n    \"crematory\": \"ozuzu oku\",\n    \"crematoria\": \"oku\",\n    \"crematorial\": \"oku\",\n    \"crematories\": \"oku\",\n    \"crematoriria\": \"oku\",\n    \"crematoririums\": \"oku\",\n    \"crematorium\": \"oku\",\n    \"crematoriums\": \"oku\",\n    \"cremators\": \"oku\",\n    \"crembalum\": \"ozuzu\",\n    \"cremnophobia\": \"mmmmmmmmmmmmm\",\n    \"cremocarp\": \"okpukpu\",\n    \"cremometer\": \"oku oku oku\",\n    \"cremone\": \"Okpukpo\",\n    \"cremorne\": \"Okpukpo\",\n    \"cremule\": \"Oku\",\n    \"crenae\": \"crena\",\n    \"crenallation\": \"anwuru\",\n    \"crenate\": \"ekwenti\",\n    \"crenated\": \"chikwasiri\",\n    \"crenately\": \"izu ike\",\n    \"crenation\": \"inyoghi inyoghi\",\n    \"crenel\": \"anwansi\",\n    \"crenelate\": \"kpoo\",\n    \"crenelated\": \"kere\",\n    \"crenelates\": \"kpakpando\",\n    \"crenelating\": \"na-akpọ oku\",\n    \"crenelation\": \"kere\",\n    \"crenele\": \"Okpu\",\n    \"creneled\": \"kpokpu\",\n    \"crenelee\": \"Okereke\",\n    \"creneling\": \"na-ada mmụọ\",\n    \"crenellated\": \"Okpueze\",\n    \"crenellating\": \"izu ike\",\n    \"crenellation\": \"anwuru\",\n    \"crenelle\": \"mmmmmmmmmmmmm\",\n    \"crenelled\": \"na-ada\",\n    \"crenelling\": \"na-ada\",\n    \"crenels\": \"igwe\",\n    \"crengle\": \"igba akwa\",\n    \"crenic\": \"akuko\",\n    \"crenitic\": \"Nwokeji\",\n    \"crenology\": \"nka\",\n    \"crenothrix\": \"ndiegwu\",\n    \"crenulated\": \"chukwu\",\n    \"crenulation\": \"izu ike\",\n    \"creole\": \"Ora\",\n    \"creoles\": \"Okere\",\n    \"creolian\": \"Onyekere\",\n    \"creolism\": \"nkwenye\",\n    \"creolization\": \"ichikota onwe\",\n    \"creolize\": \"kpokọta ọnụ\",\n    \"creolized\": \"mezie\",\n    \"creolizing\": \"na-akpọ oku\",\n    \"creophagy\": \"nwekwuru\",\n    \"creophagia\": \"Okereke\",\n    \"creophagism\": \"Okereke\",\n    \"creophagist\": \"Onyekere\",\n    \"creophagous\": \"nwekwuru\",\n    \"creosol\": \"Ugochukwu\",\n    \"creosols\": \"nkwonkwo\",\n    \"creosote\": \"kpokọbara\",\n    \"creosoted\": \"nkwere\",\n    \"creosoter\": \"onye nkwenye\",\n    \"creosotes\": \"nkwonkwo\",\n    \"creosotic\": \"kpokọbara\",\n    \"creosoting\": \"na-aga ije\",\n    \"crepance\": \"onyinye\",\n    \"creped\": \"akpuru akpakpa\",\n    \"crepehanger\": \"Okpukpo\",\n    \"crepey\": \"Nwachukwu\",\n    \"crepeier\": \"creepier\",\n    \"crepeiest\": \"creepiest\",\n    \"crepy\": \"akpaka\",\n    \"crepidula\": \"okpu\",\n    \"crepier\": \"onye ozu\",\n    \"crepiest\": \"onye nkpochapu\",\n    \"crepiness\": \"ozuzu\",\n    \"creping\": \"izu\",\n    \"crepis\": \"okpu\",\n    \"crepitacula\": \"ndu\",\n    \"crepitaculum\": \"ụlọ ọrụ\",\n    \"crepitant\": \"onye nkiti\",\n    \"crepitate\": \"kpoo akpu\",\n    \"crepitated\": \"izu ike\",\n    \"crepitating\": \"na-enyocha\",\n    \"crepitation\": \"nnabata\",\n    \"crepitous\": \"okwesighi\",\n    \"crepitus\": \"ozuzu\",\n    \"creply\": \"kpoo\",\n    \"crept\": \"ejiri nwayọọ nwayọọ pụọ\",\n    \"crepuscle\": \"akpukpo aru\",\n    \"crepuscular\": \"akpukpo aru\",\n    \"crepuscule\": \"ozuzu\",\n    \"crepusculine\": \"iheburu\",\n    \"crepusculum\": \"ihe anakpo\",\n    \"cres\": \"Mbukpe\",\n    \"cresamine\": \"nkwonkwo\",\n    \"cresc\": \"okwa\",\n    \"crescence\": \"Mgbapu onwa\",\n    \"crescendi\": \"okwaigbo\",\n    \"crescendoed\": \"okwuru\",\n    \"crescendos\": \"okpe\",\n    \"crescent\": \"mpekere onwa\",\n    \"crescentade\": \"mpekere onwa\",\n    \"crescentader\": \"Mkpọtụrụ ọnwa\",\n    \"crescented\": \"mpekere onwa\",\n    \"crescentia\": \"mpekere onwa\",\n    \"crescentic\": \"Ọnwa\",\n    \"crescentiform\": \"mpekere onwa\",\n    \"crescenting\": \"crescent\",\n    \"crescentlike\": \"mpekere onwa\",\n    \"crescentoid\": \"mpekere\",\n    \"crescents\": \"ọnwa ole\",\n    \"crescentwise\": \"ọnwa ọhụụ\",\n    \"crescive\": \"N'ikuku\",\n    \"crescively\": \"n'uwa\",\n    \"crescograph\": \"ihe osise\",\n    \"crescographic\": \"ihe osise\",\n    \"cresegol\": \"Onyedi\",\n    \"cresyl\": \"Anwuru\",\n    \"cresylate\": \"Onye Ozi\",\n    \"cresylene\": \"Nwachukwu\",\n    \"cresylite\": \"ebechi\",\n    \"cresyls\": \"Ksresel\",\n    \"cresive\": \"N'ikuku\",\n    \"cresol\": \"ebe a\",\n    \"cresolin\": \"Uchechukwu\",\n    \"cresoline\": \"okwa\",\n    \"cresols\": \"mkpọmkpọ ebe\",\n    \"cresorcin\": \"Ikpoko\",\n    \"cresotate\": \"Ebe a\",\n    \"cresotic\": \"Ugboro\",\n    \"cresotinate\": \"lọ cresotinate\",\n    \"cresotinic\": \"Ndabere\",\n    \"cresoxy\": \"Mkpọchi\",\n    \"cresoxid\": \"Anyanwu\",\n    \"cresoxide\": \"Mkpọchi\",\n    \"cresphontes\": \"ndiegwu\",\n    \"cress\": \"mechie\",\n    \"cressed\": \"gbanye\",\n    \"cressier\": \"Mkpọchi\",\n    \"cressiest\": \"Mkpọchi\",\n    \"crest\": \"ejiri\",\n    \"crestal\": \"kristal\",\n    \"crested\": \"akwara\",\n    \"crestfallen\": \"Chidinma\",\n    \"crestfallenly\": \"Onyebuchi\",\n    \"crestfallenness\": \"nwekwuru\",\n    \"crestfish\": \"azụ\",\n    \"cresting\": \"kere\",\n    \"crestings\": \"ihe omimi\",\n    \"crestless\": \"enweghi obi\",\n    \"crestline\": \"Udochi\",\n    \"crestmoreite\": \"nweke nweke\",\n    \"crests\": \"akpo\",\n    \"cretaceous\": \"Ugochukwu\",\n    \"cretaceously\": \"Ogbogu Okonji\",\n    \"cretacic\": \"Onyegbula\",\n    \"cretefaction\": \"Okereke\",\n    \"cretic\": \"creti\",\n    \"creticism\": \"nkwenkwe ụgha\",\n    \"cretics\": \"Karak\",\n    \"cretify\": \"kwue\",\n    \"cretification\": \"asambodo\",\n    \"cretin\": \"Ogbe\",\n    \"cretinic\": \"cretinism\",\n    \"cretinistic\": \"cretinism\",\n    \"cretinize\": \"kere\",\n    \"cretinized\": \"kere\",\n    \"cretinizing\": \"tinra\",\n    \"cretinoid\": \"Onyeka Onwenu\",\n    \"cretinous\": \"Ugochukwu\",\n    \"cretion\": \"kere\",\n    \"cretionary\": \"ozuzu mmadu\",\n    \"cretism\": \"ihe omimi\",\n    \"cretize\": \"kpoo\",\n    \"cretonne\": \"Ogbe\",\n    \"cretonnes\": \"Ogbe\",\n    \"cretoria\": \"Nkechi\",\n    \"creutzer\": \"onye na-eme ihe\",\n    \"crevalle\": \"kere\",\n    \"crevalles\": \"ihe ga-eme\",\n    \"crevass\": \"ogbe\",\n    \"crevasse\": \"klaasị\",\n    \"crevassed\": \"akpo\",\n    \"crevasses\": \"okpukpu\",\n    \"crevassing\": \"igba egbe\",\n    \"crevette\": \"Onyeka\",\n    \"crevice\": \"ọrụaka\",\n    \"creviced\": \"emek\",\n    \"crevices\": \"ọnya\",\n    \"crevis\": \"ihe ngosi\",\n    \"crew\": \"ndi oru ugbo\",\n    \"crewcut\": \"ọrụ ịkpụ\",\n    \"crewed\": \"ejirila\",\n    \"crewellery\": \"ndị ọrụ ụgbọ mmiri\",\n    \"crewels\": \"ndi oru ugbo\",\n    \"crewelwork\": \"ọrụ crewelwork\",\n    \"crewer\": \"igwe oku\",\n    \"crewet\": \"gbaba\",\n    \"crewing\": \"crew\",\n    \"crewless\": \"enweghị ọrụ\",\n    \"crewman\": \"onye ọrụ\",\n    \"crewmanship\": \"ndi ozo\",\n    \"crewmen\": \"ndị ọrụ\",\n    \"crewneck\": \"ndị ọrụ\",\n    \"crews\": \"ndi oru ugbo\",\n    \"crex\": \"Ogbe\",\n    \"cry\": \"tie mkpu\",\n    \"cryable\": \"akpọrọ\",\n    \"cryaesthesia\": \"mmmmmmmmmmmmm\",\n    \"cryal\": \"kristal\",\n    \"cryalgesia\": \"okpo\",\n    \"criance\": \"mkpu\",\n    \"cryanesthesia\": \"mmmmmmmmmmmmm\",\n    \"criant\": \"na-eti mkpu\",\n    \"crib\": \"akpati\",\n    \"crybaby\": \"akwa\",\n    \"crybabies\": \"akwa\",\n    \"cribbage\": \"akpakọba\",\n    \"cribber\": \"onye na-atụ ụra\",\n    \"cribbers\": \"ndị na-ede ihe\",\n    \"cribbing\": \"na-eri ihe\",\n    \"cribbings\": \"akpati\",\n    \"cribbiting\": \"na-eri ihe\",\n    \"cribble\": \"akpati\",\n    \"cribbling\": \"akparị\",\n    \"crible\": \"jọgburu onwe ya\",\n    \"cribo\": \"Onyinye\",\n    \"cribrate\": \"akwukwu\",\n    \"cribrately\": \"jiri aha ya\",\n    \"cribration\": \"crib\",\n    \"cribriformity\": \"nnabata\",\n    \"cribrosity\": \"aka ike\",\n    \"cribrous\": \"cribrib\",\n    \"cribs\": \"Ndina\",\n    \"cribwork\": \"akpakpo\",\n    \"cricetid\": \"kechie\",\n    \"cricetine\": \"inwuike\",\n    \"crick\": \"krick\",\n    \"cricke\": \"ndaba\",\n    \"cricked\": \"nte\",\n    \"crickey\": \"nte\",\n    \"cricket\": \"nte\",\n    \"cricketed\": \"krikita\",\n    \"cricketer\": \"krikita\",\n    \"cricketers\": \"cricket\",\n    \"crickety\": \"aghụghọ\",\n    \"cricketing\": \"Cricketing\",\n    \"cricketlike\": \"nte cricket\",\n    \"crickets\": \"ohia\",\n    \"cricking\": \"inyinya\",\n    \"crickle\": \"kristal\",\n    \"cricks\": \"aghụghọ\",\n    \"cricothyroidean\": \"Nwachukwu\",\n    \"criddle\": \"ndina\",\n    \"cried\": \"tiri mkpu\",\n    \"crier\": \"Ihe mmachi\",\n    \"criers\": \"ihe mgbochi\",\n    \"cries\": \"na-ebe akwa\",\n    \"cryesthesia\": \"yenye\",\n    \"crig\": \"ngwa\",\n    \"crying\": \"na-ebe ákwá\",\n    \"cryingly\": \"na-eti mkpu\",\n    \"crim\": \"omekome\",\n    \"crimble\": \"dị ire\",\n    \"crime\": \"mpụ\",\n    \"crimea\": \"mpụ\",\n    \"crimean\": \"mpụ\",\n    \"crimeful\": \"imebi iwu\",\n    \"crimeless\": \"enweghị mpụ\",\n    \"crimelessness\": \"enweghị mpụ\",\n    \"crimeproof\": \"na-egbochi mpụ\",\n    \"crimes\": \"mpụ\",\n    \"criminal\": \"omempụ\",\n    \"criminaldom\": \"omekome\",\n    \"criminalism\": \"mpụ\",\n    \"criminalist\": \"omempụ\",\n    \"criminalistic\": \"ekperima\",\n    \"criminalistician\": \"omempụ\",\n    \"criminalistics\": \"omempụ\",\n    \"criminality\": \"mpụ\",\n    \"criminalities\": \"mpụ\",\n    \"criminally\": \"ekperima\",\n    \"criminalness\": \"mpụ\",\n    \"criminals\": \"ndị omekome\",\n    \"criminate\": \"mebie\",\n    \"criminated\": \"mebi iwu\",\n    \"criminating\": \"na-emebi\",\n    \"crimination\": \"mmebi iwu\",\n    \"criminative\": \"omempụ\",\n    \"criminator\": \"onye omekome\",\n    \"criminatory\": \"ekperima\",\n    \"crimine\": \"mebie\",\n    \"criminol\": \"omempụ\",\n    \"criminologic\": \"criminological\",\n    \"criminologically\": \"criminological\",\n    \"criminologies\": \"mmebi iwu\",\n    \"criminologist\": \"onye omekome\",\n    \"criminologists\": \"ndị omekome\",\n    \"criminous\": \"na-emebi emebi\",\n    \"criminously\": \"na-emebi emebi\",\n    \"crimison\": \"mpụ\",\n    \"crimmer\": \"mebie\",\n    \"crimmers\": \"ndị omekome\",\n    \"crymoanesthesia\": \"mkpu\",\n    \"crymodynia\": \"mkpu\",\n    \"crimogenic\": \"nkpuru\",\n    \"crymotherapy\": \"ọgwụ mkpuchi\",\n    \"crimpy\": \"na-egbu egbu\",\n    \"crimpiest\": \"nke kacha dị ọcha\",\n    \"crimpiness\": \"mpụ\",\n    \"crimping\": \"na-eme mkpị\",\n    \"crimple\": \"acha uhie uhie\",\n    \"crimpled\": \"acha uhie uhie\",\n    \"crimples\": \"acha uhie uhie\",\n    \"crimpling\": \"na-eme mkpị\",\n    \"crimson\": \"acha uhie uhie\",\n    \"crimsoned\": \"na-acha ọbara ọbara\",\n    \"crimsoning\": \"na-acha ọbara ọbara\",\n    \"crimsonly\": \"ọbara\",\n    \"crinated\": \"crinth\",\n    \"crine\": \"inine\",\n    \"crined\": \"chiri\",\n    \"cringe\": \"ịma jijiji\",\n    \"cringed\": \"egwu\",\n    \"cringeling\": \"egwu\",\n    \"cringer\": \"egwu\",\n    \"cringers\": \"Ihe mkpọtụ\",\n    \"cringes\": \"mkpọchi\",\n    \"cringing\": \"na-atụ egwu\",\n    \"cringingly\": \"n'agha\",\n    \"cringingness\": \"ịmị egwu\",\n    \"cringle\": \"ringja\",\n    \"cringles\": \"mkpọtụ\",\n    \"crinigerous\": \"mkpọchi\",\n    \"crink\": \"onu\",\n    \"crinkle\": \"ndokwa\",\n    \"crinkled\": \"kpakpando\",\n    \"crinkleroot\": \"mmmmmmmmmmmmm\",\n    \"crinkles\": \"mkpọchi\",\n    \"crinkliness\": \"akpachapụ anya\",\n    \"crinkling\": \"na-agbakọ\",\n    \"crinkum\": \"mmanya\",\n    \"cryobiology\": \"Ọkpụkpụ\",\n    \"cryobiological\": \"mmmmmmmmmmmmm\",\n    \"cryobiologically\": \"N'ike\",\n    \"cryocautery\": \"mkpu\",\n    \"cryochore\": \"mkpu\",\n    \"cryochoric\": \"chukwuemeka\",\n    \"cryoconite\": \"mkpu\",\n    \"cryogen\": \"akwa\",\n    \"cryogeny\": \"akwa\",\n    \"cryogenic\": \"Ebube\",\n    \"cryogenically\": \"n'oké ihe\",\n    \"cryogenics\": \"akwa\",\n    \"cryogenies\": \"akwa\",\n    \"cryogens\": \"Udochukwu\",\n    \"cryohydrate\": \"Ogbokwa\",\n    \"cryohydric\": \"akwa\",\n    \"cryolite\": \"okpokoro\",\n    \"cryolites\": \"Oyibo\",\n    \"cryology\": \"akwa\",\n    \"cryological\": \"yo\",\n    \"cryometer\": \"igwe\",\n    \"cryometry\": \"akwa\",\n    \"cryonic\": \"crionic\",\n    \"cryonics\": \"Oyi\",\n    \"cryopathy\": \"obi ebere\",\n    \"cryophile\": \"Chidinma\",\n    \"cryophilic\": \"okuko\",\n    \"cryophyllite\": \"mmmmmmmmmmmm\",\n    \"cryophyte\": \"obinyi\",\n    \"cryophoric\": \"Ogbodo\",\n    \"criophoros\": \"nkpuru\",\n    \"cryophorus\": \"nnaemeka\",\n    \"cryoplankton\": \"Uchenna Onyekwere\",\n    \"cryoprobe\": \"Nwachukwu\",\n    \"cryoprotective\": \"echedobe\",\n    \"cryoscope\": \"okpokoro\",\n    \"cryoscopy\": \"akwa\",\n    \"cryoscopic\": \"Nwachukwu\",\n    \"cryoscopies\": \"Ugboro abụọ\",\n    \"cryosel\": \"Nwabueze\",\n    \"cryosphere\": \"okpokoro\",\n    \"cryospheric\": \"Ogbodo\",\n    \"criosphinges\": \"nkuku\",\n    \"criosphinx\": \"cirosphinx\",\n    \"criosphinxes\": \"cirosphinxes\",\n    \"cryostase\": \"Ogbodo\",\n    \"cryostat\": \"akwa\",\n    \"cryostats\": \"akwa\",\n    \"cryosurgeon\": \"Udochukwu\",\n    \"cryosurgery\": \"mkpu\",\n    \"cryosurgical\": \"chiedozie\",\n    \"cryotherapy\": \"mkpu\",\n    \"cryotherapies\": \"mkpu\",\n    \"cryotron\": \"Nwachukwu\",\n    \"cryotrons\": \"akwa\",\n    \"crip\": \"mmachi\",\n    \"crippied\": \"nkwarụ\",\n    \"cripple\": \"onye ngworo\",\n    \"crippled\": \"onye ngworo\",\n    \"crippledom\": \"onye ngworo\",\n    \"crippleness\": \"onye ngworo\",\n    \"crippler\": \"onye ngworo\",\n    \"cripplers\": \"ndi ngworo\",\n    \"cripples\": \"onye ngworo\",\n    \"cripply\": \"onye ngworo\",\n    \"crippling\": \"ngwọrọ\",\n    \"cripplingly\": \"na-akpọnwụ\",\n    \"crips\": \"akpu\",\n    \"crypt\": \"kporo\",\n    \"crypta\": \"mkpu\",\n    \"cryptaesthesia\": \"okpokoro\",\n    \"cryptal\": \"kristal\",\n    \"cryptamnesia\": \"ndukwe\",\n    \"cryptamnesic\": \"kelechiamaka\",\n    \"cryptanalyst\": \"onyebuchi\",\n    \"cryptanalytic\": \"kelechichukwu\",\n    \"cryptanalytically\": \"na-aga n'ihu\",\n    \"cryptanalyze\": \"kpokpo\",\n    \"cryptanalyzing\": \"ọptụ\",\n    \"crypted\": \"kụrụ mkpu\",\n    \"crypteronia\": \"kristalia\",\n    \"cryptesthesia\": \"ndukwe\",\n    \"cryptesthetic\": \"ọrịrị\",\n    \"crypticness\": \"okpu\",\n    \"crypto\": \"mkpuchi\",\n    \"cryptoanalysis\": \"cryptanalysis\",\n    \"cryptoanalyst\": \"onye nyocha crypto\",\n    \"cryptoanalytic\": \"kelechichukwu\",\n    \"cryptoanalytically\": \"ihe nzuzu\",\n    \"cryptobatholithic\": \"ihendabighari\",\n    \"cryptobranch\": \"kaadị\",\n    \"cryptocarya\": \"kaadị\",\n    \"cryptocarp\": \"kaadị\",\n    \"cryptocarpic\": \"Ohere\",\n    \"cryptocarpous\": \"kaadị\",\n    \"cryptocephalous\": \"o nwere ike\",\n    \"cryptocerous\": \"okpokoro\",\n    \"cryptoclastic\": \"mkpuchi\",\n    \"cryptocommercial\": \"azụmahịa\",\n    \"cryptocrystallization\": \"mkpuchi\",\n    \"cryptodeist\": \"onyediegwu\",\n    \"cryptodynamic\": \"kelechianacho\",\n    \"cryptodirous\": \"a na-eme\",\n    \"cryptodouble\": \"kelechi\",\n    \"cryptogam\": \"kaadị\",\n    \"cryptogame\": \"Ogwe\",\n    \"cryptogamy\": \"gamme ihe nkiri\",\n    \"cryptogamian\": \"ogwe aka\",\n    \"cryptogamic\": \"kaadị\",\n    \"cryptogamist\": \"gamme ihere\",\n    \"cryptoglaux\": \"igodo\",\n    \"cryptoglioma\": \"kaadị\",\n    \"cryptogramma\": \"kaadịgram\",\n    \"cryptograms\": \"kaadị\",\n    \"cryptographal\": \"kaadị\",\n    \"cryptographer\": \"onye na-ede akwụkwọ\",\n    \"cryptographers\": \"ndị na-ede akwụkwọ\",\n    \"cryptographically\": \"igosiputa ihe\",\n    \"cryptographist\": \"onye na-ede akwụkwọ\",\n    \"cryptoheresy\": \"crypto heresy\",\n    \"cryptolite\": \"kechitolite\",\n    \"cryptolith\": \"kechioma\",\n    \"cryptological\": \"cryptologic\",\n    \"cryptolunatic\": \"crypto lunatic\",\n    \"cryptomere\": \"ndukwe\",\n    \"cryptomerous\": \"ọrịrị\",\n    \"cryptometer\": \"ihe mkpuchi\",\n    \"cryptomnesic\": \"anakpo-awufo\",\n    \"cryptomonad\": \"mmmmmmmmmmmm\",\n    \"cryptomonadales\": \"mmmmmmmmmmmmm\",\n    \"cryptomonadina\": \"mmmmmmmmmmmm\",\n    \"cryptonema\": \"ptnye\",\n    \"cryptonemiales\": \"Udochukwu Nwaeze\",\n    \"cryptoneurous\": \"ọrịrị\",\n    \"cryptonym\": \"Uche Ogbuagu\",\n    \"cryptonymic\": \"mmmmmmmmmmmm\",\n    \"cryptonymous\": \"adabaghi\",\n    \"cryptoperthite\": \"perzọpụta\",\n    \"cryptophyte\": \"kaadị\",\n    \"cryptophytic\": \"ihe nzuzo\",\n    \"cryptophthalmos\": \"phtgba .pht\",\n    \"cryptopine\": \"mkpuchi\",\n    \"cryptopyrrole\": \"kryptopyrrole\",\n    \"cryptoporticus\": \"okopkicus\",\n    \"cryptoprocta\": \"kpochapụ\",\n    \"cryptoproselyte\": \"crypto onye ozi\",\n    \"cryptoproselytism\": \"ntụgharị asụsụ crypto\",\n    \"cryptorchid\": \"mkpu\",\n    \"cryptorchis\": \"mkpu\",\n    \"cryptorrhesis\": \"okpokoro\",\n    \"cryptorrhetic\": \"ihe nzuzu\",\n    \"cryptos\": \"mkpuchi\",\n    \"cryptoscope\": \"mkpuchi\",\n    \"cryptoscopy\": \"kaadị\",\n    \"cryptosplenetic\": \"mkpuchi\",\n    \"cryptostegia\": \"Obosara\",\n    \"cryptotaenia\": \"kelechii\",\n    \"cryptovalency\": \"vazọpụta\",\n    \"cryptozygosity\": \"zymepụta ihe\",\n    \"cryptozygous\": \"zyzọpụta\",\n    \"crypts\": \"na-eti mkpu\",\n    \"crypturi\": \"kelechi\",\n    \"crypturidae\": \"ndukwe\",\n    \"cris\": \"nsogbu\",\n    \"crises\": \"nsogbu\",\n    \"crisic\": \"esemokwu\",\n    \"crisis\": \"nsogbu\",\n    \"crispate\": \"sirike\",\n    \"crispature\": \"nsogbu\",\n    \"crisped\": \"gbawara agbawa\",\n    \"crispen\": \"mebie\",\n    \"crispened\": \"agbaji\",\n    \"crispening\": \"na-egbu maramara\",\n    \"crisper\": \"keukwu\",\n    \"crispers\": \"krist\",\n    \"crispier\": \"ihe mgbawa\",\n    \"crispiest\": \"kasị sie ike\",\n    \"crispiness\": \"nsogbu\",\n    \"crisping\": \"na-egbu maramara\",\n    \"crisply\": \"maa\",\n    \"crissa\": \"ọgba aghara\",\n    \"crissal\": \"nsogbu\",\n    \"crisscross\": \"okpokoro\",\n    \"crisscrossed\": \"okpokoro\",\n    \"crisscrosses\": \"okpokoro\",\n    \"crisscrossing\": \"okpokoro\",\n    \"crisset\": \"nsogbu\",\n    \"cryst\": \"kristal\",\n    \"crystal\": \"kristal\",\n    \"crystaled\": \"kristal\",\n    \"crystaling\": \"kristal\",\n    \"crystalitic\": \"kristal\",\n    \"crystalize\": \"tie mkpu\",\n    \"crystall\": \"kristal\",\n    \"crystalled\": \"kristal\",\n    \"crystallic\": \"kristal\",\n    \"crystalliferous\": \"kristalife\",\n    \"crystalliform\": \"kristaliform\",\n    \"crystalligerous\": \"mkpọtụ\",\n    \"crystallike\": \"kristal\",\n    \"crystallin\": \"kristal\",\n    \"crystalline\": \"kristal\",\n    \"crystalling\": \"na-eti mkpu\",\n    \"crystallinity\": \"kristality\",\n    \"crystallisable\": \"kristal\",\n    \"crystallisation\": \"mkpuchi\",\n    \"crystallise\": \"kpowaa\",\n    \"crystallised\": \"kristalized\",\n    \"crystallising\": \"na-eti mkpu\",\n    \"crystallite\": \"kristalite\",\n    \"crystallitic\": \"kristal\",\n    \"crystallitis\": \"kristalitis\",\n    \"crystallization\": \"mkpuchi\",\n    \"crystallize\": \"kpowaa\",\n    \"crystallized\": \"kristalized\",\n    \"crystallizer\": \"kristalizer\",\n    \"crystallizes\": \"na-eti mkpu\",\n    \"crystallizing\": \"na-eti mkpu\",\n    \"crystalloblastic\": \"kristalloblastic\",\n    \"crystallochemical\": \"kristalchemical\",\n    \"crystallochemistry\": \"kristalchemistry\",\n    \"crystallod\": \"kristallod\",\n    \"crystallogenesis\": \"kristallogenesis\",\n    \"crystallogenetic\": \"kristallogenetic\",\n    \"crystallogeny\": \"kristallogeny\",\n    \"crystallogenic\": \"kristallogenik\",\n    \"crystallogenical\": \"kristallogenical\",\n    \"crystallogy\": \"kristal\",\n    \"crystallogram\": \"kristalgram\",\n    \"crystallograph\": \"kristalgraph\",\n    \"crystallographer\": \"kristallographer\",\n    \"crystallographers\": \"kristallographers\",\n    \"crystallography\": \"ihe omuma\",\n    \"crystallographic\": \"kristalọcha\",\n    \"crystallographical\": \"kristalgraphical\",\n    \"crystallographically\": \"kristalgraphically\",\n    \"crystalloid\": \"kristalloid\",\n    \"crystalloidal\": \"kristalidal\",\n    \"crystallology\": \"kristallology\",\n    \"crystalloluminescence\": \"kristalloluminescence\",\n    \"crystallomagnetic\": \"kristallomagnetic\",\n    \"crystallomancy\": \"kristallomancy\",\n    \"crystallometry\": \"kristaletetị\",\n    \"crystallometric\": \"kristallometric\",\n    \"crystallophyllian\": \"kristallophyllian\",\n    \"crystallophobia\": \"kristallophobia\",\n    \"crystallose\": \"kristal\",\n    \"crystals\": \"kristal\",\n    \"crystalwort\": \"kristalwort\",\n    \"cristate\": \"soro\",\n    \"cristated\": \"chibido\",\n    \"cristatella\": \"chukwuonyekwere\",\n    \"cryste\": \"kporo ihe\",\n    \"cristi\": \"Kraist\",\n    \"crystic\": \"kristal\",\n    \"cristiform\": \"kwue\",\n    \"cristina\": \"christina\",\n    \"cristineaux\": \"christineaux\",\n    \"cristino\": \"christino\",\n    \"cristispira\": \"christispira\",\n    \"cristivomer\": \"okereke\",\n    \"crystograph\": \"kristal\",\n    \"crystoleum\": \"okpokoro\",\n    \"crystolon\": \"kristal\",\n    \"cristopher\": \"kristopher\",\n    \"crystosphene\": \"kristalphene\",\n    \"crit\": \"Nkatọ\",\n    \"critch\": \"ịkọ nkọ\",\n    \"critchfield\": \"nkatọ\",\n    \"criteria\": \"njirisi\",\n    \"criteriions\": \"ikwu\",\n    \"criteriology\": \"ịkatọ\",\n    \"criterion\": \"njirimara\",\n    \"criterions\": \"kwuru\",\n    \"crith\": \"akwa\",\n    \"crithidia\": \"Anakpo\",\n    \"crithmene\": \"akwa\",\n    \"crithomancy\": \"katọrọ mmadụ\",\n    \"critic\": \"onye nkatọ\",\n    \"critical\": \"nkatọ\",\n    \"criticality\": \"nkatọ\",\n    \"critically\": \"nkatọ\",\n    \"criticalness\": \"nkatọ\",\n    \"criticaster\": \"onye nkatọ\",\n    \"criticasterism\": \"nkatọ\",\n    \"criticastry\": \"nkatọ\",\n    \"criticisable\": \"Akatọ\",\n    \"criticise\": \"katọọ\",\n    \"criticised\": \"katọrọ\",\n    \"criticiser\": \"nkatọ\",\n    \"criticises\": \"katọrọ\",\n    \"criticising\": \"na-akatọ\",\n    \"criticisingly\": \"na-akatọ\",\n    \"criticism\": \"nkatọ\",\n    \"criticisms\": \"nkatọ\",\n    \"criticist\": \"onye nkatọ\",\n    \"criticizable\": \"nkatọ\",\n    \"criticize\": \"katọọ\",\n    \"criticized\": \"katọrọ\",\n    \"criticizer\": \"onye na-akatọ\",\n    \"criticizers\": \"ndị nkatọ\",\n    \"criticizes\": \"katọrọ\",\n    \"criticizing\": \"na-akatọ\",\n    \"criticizingly\": \"na-akatọ\",\n    \"critickin\": \"akatọ\",\n    \"critics\": \"ndị nkatọ\",\n    \"criticship\": \"onye na-akatọ ụgbọ mmiri\",\n    \"criticsm\": \"nkatọ\",\n    \"criticule\": \"nkatọ\",\n    \"critique\": \"nnyocha\",\n    \"critiqued\": \"akatọ\",\n    \"critiques\": \"nnyocha\",\n    \"critiquing\": \"na-akọcha\",\n    \"critism\": \"nkatọ\",\n    \"critize\": \"katọọ\",\n    \"critling\": \"na-enyocha\",\n    \"critter\": \"onye nkatọ\",\n    \"critteria\": \"onye nkatọ\",\n    \"critters\": \"ndị nkatọ\",\n    \"crittur\": \"akatọ\",\n    \"critturs\": \"akatọ\",\n    \"crivetz\": \"crivitz\",\n    \"crizzle\": \"mkpọchi\",\n    \"crizzled\": \"Mkpu\",\n    \"crizzling\": \"Mkpu\",\n    \"crl\": \"Udochukwu\",\n    \"croak\": \"akwa\",\n    \"croaked\": \"kpọnwụrụ akpọnwụ\",\n    \"croakers\": \"ndị crook\",\n    \"croakiness\": \"ikpuchi\",\n    \"croatian\": \"Udochukwu\",\n    \"croc\": \"okpu\",\n    \"crocard\": \"okpu\",\n    \"croceines\": \"ogbe\",\n    \"croceins\": \"okpu\",\n    \"crocheted\": \"kpara\",\n    \"crocheters\": \"ndị na-agụ akwụkwọ\",\n    \"crocheting\": \"ikpuchi\",\n    \"crochets\": \"croche\",\n    \"crociate\": \"okpu\",\n    \"crocked\": \"kpọnye ụkwụ\",\n    \"crocker\": \"crockery\",\n    \"crockeries\": \"crockery\",\n    \"crockeryware\": \"arịa crockery\",\n    \"crocket\": \"kpakpando\",\n    \"crocketed\": \"mkpọchi\",\n    \"crocketing\": \"igodo\",\n    \"crockets\": \"kootu\",\n    \"crocking\": \"na-akụ\",\n    \"crocodile\": \"agụ iyi\",\n    \"crocodilean\": \"agụ iyi\",\n    \"crocodiles\": \"agụ iyi\",\n    \"crocodylus\": \"nweze\",\n    \"crocoisite\": \"okpu\",\n    \"crocused\": \"gbagọrọ agbagọ\",\n    \"crocuses\": \"okpu\",\n    \"croft\": \"kpuchie\",\n    \"crofter\": \"okpu\",\n    \"crofting\": \"Ebe a\",\n    \"croftland\": \"Obosara\",\n    \"crofts\": \"kpuchie\",\n    \"croydon\": \"Igha\",\n    \"croighle\": \"croigle\",\n    \"crois\": \"croix\",\n    \"croisad\": \"croisade\",\n    \"croisee\": \"croisés\",\n    \"crojik\": \"Nwosu\",\n    \"crojiks\": \"crooks\",\n    \"crom\": \"site na\",\n    \"crome\": \"chrome\",\n    \"cromlech\": \"Ogbogu\",\n    \"cromlechs\": \"mkpọchi\",\n    \"cromster\": \"kromsta\",\n    \"cromwell\": \"Anyanwu\",\n    \"cromwellian\": \"Ugbokodo\",\n    \"cronartium\": \"Ebe obibi\",\n    \"croneberry\": \"kroberị\",\n    \"cronel\": \"Ighalo\",\n    \"crones\": \"ikuku\",\n    \"cronet\": \"Ebe nchekwa\",\n    \"crony\": \"Nwunye\",\n    \"cronie\": \"Nnenna\",\n    \"cronied\": \"dina\",\n    \"cronies\": \"ndi ohi\",\n    \"cronying\": \"o na-eri\",\n    \"cronyism\": \"gha\",\n    \"cronyisms\": \"ndaba\",\n    \"cronish\": \"mkpọchi\",\n    \"cronk\": \"nkwonkwo\",\n    \"cronkness\": \"nkwonkwo\",\n    \"cronstedtite\": \"Ebe Ugboro\",\n    \"crooch\": \"nkpuru\",\n    \"crood\": \"okpu\",\n    \"crookbilled\": \"kpakpando\",\n    \"crooked\": \"gbagọrọ agbagọ\",\n    \"crookedbacked\": \"gbagọrọ agbagọ\",\n    \"crookeder\": \"gbagọrọ agbagọ\",\n    \"crookedest\": \"gbagọrọ agbagọ\",\n    \"crookedly\": \"gbagọrọ agbagọ\",\n    \"crookedness\": \"gbagọrọ agbagọ\",\n    \"crooken\": \"gbagọrọ agbagọ\",\n    \"crookery\": \"crockery\",\n    \"crookesite\": \"kpakpando\",\n    \"crookfingered\": \"kpakpando\",\n    \"crookheaded\": \"kpakpando\",\n    \"crooking\": \"gbagọrọ agbagọ\",\n    \"crookkneed\": \"Ugochukwu\",\n    \"crooklegged\": \"kpakpando\",\n    \"crooknecked\": \"kpakpando\",\n    \"crooknecks\": \"kpakpando\",\n    \"crooknosed\": \"kpoo\",\n    \"crookshouldered\": \"Okpukpo\",\n    \"crooksided\": \"gbagọrọ agbagọ\",\n    \"crooksterned\": \"kpakpando\",\n    \"crooktoothed\": \"kpakpando\",\n    \"crooned\": \"gbagọrọ agbagọ\",\n    \"crooners\": \"okpu\",\n    \"crooning\": \"croon\",\n    \"crooningly\": \"croon\",\n    \"croons\": \"okpu\",\n    \"crop\": \"ihe ubi\",\n    \"crophead\": \"crofad\",\n    \"cropland\": \"ala akuku\",\n    \"croplands\": \"ala akuku\",\n    \"cropless\": \"okpu\",\n    \"cropman\": \"akuku\",\n    \"cropped\": \"gbue\",\n    \"cropping\": \"na-akụ\",\n    \"cropplecrown\": \"ihe ubi\",\n    \"crops\": \"ihe ubi\",\n    \"cropshin\": \"ubihin\",\n    \"cropsick\": \"akuku ubi\",\n    \"cropsickness\": \"agụụ ịkọ ihe\",\n    \"cropweed\": \"akuku\",\n    \"croqueted\": \"croquet\",\n    \"croqueting\": \"croquette\",\n    \"croquets\": \"croquette\",\n    \"crosa\": \"obe\",\n    \"crosby\": \"Ikuku\",\n    \"croset\": \"crose\",\n    \"crosette\": \"rosette\",\n    \"crosiered\": \"crosier\",\n    \"crosiers\": \"crosier\",\n    \"croslet\": \"crosley\",\n    \"crosne\": \"Obosara\",\n    \"crosnes\": \"Ikuku\",\n    \"cross\": \"obe\",\n    \"crossability\": \"obe\",\n    \"crossable\": \"agafe\",\n    \"crossarm\": \"obe\",\n    \"crossarms\": \"obe\",\n    \"crossband\": \"obe\",\n    \"crossbanded\": \"gafere\",\n    \"crossbanding\": \"ịgafe\",\n    \"crossbarred\": \"Ogbe\",\n    \"crossbarring\": \"Ogbe\",\n    \"crossbars\": \"ogwe osisi\",\n    \"crossbbred\": \"okpokoro\",\n    \"crossbeak\": \"obe\",\n    \"crossbeam\": \"obe\",\n    \"crossbeams\": \"obebe\",\n    \"crossbearer\": \"obe\",\n    \"crossbelt\": \"obe\",\n    \"crossbench\": \"Onyinyechi\",\n    \"crossbencher\": \"Ogbe\",\n    \"crossbill\": \"obe\",\n    \"crossbirth\": \"ịmụ nwa\",\n    \"crossbite\": \"obe\",\n    \"crossbolt\": \"obe\",\n    \"crossbolted\": \"obele\",\n    \"crossbones\": \"Obe\",\n    \"crossbowman\": \"Onye isi oche\",\n    \"crossbowmen\": \"ndi okpokoro\",\n    \"crossbows\": \"obebe\",\n    \"crossbred\": \"obele\",\n    \"crossbreds\": \"obe\",\n    \"crossbreeding\": \"obe\",\n    \"crossbreeds\": \"obebe\",\n    \"crosscheck\": \"obe\",\n    \"crosscourt\": \"obe\",\n    \"crosscrosslet\": \"obe\",\n    \"crosscurrent\": \"obebe\",\n    \"crosscurrented\": \"obe\",\n    \"crosscurrents\": \"na-ebugharị ya\",\n    \"crosscuts\": \"obe\",\n    \"crosscutter\": \"obebe\",\n    \"crosscutting\": \"na-agafe agafe\",\n    \"crosse\": \"Ikuku\",\n    \"crossed\": \"gafere\",\n    \"crosser\": \"obe\",\n    \"crossers\": \"ndi obe\",\n    \"crosses\": \"obe\",\n    \"crossest\": \"obe\",\n    \"crossette\": \"obe\",\n    \"crossfall\": \"obe\",\n    \"crossfire\": \"okuku oku\",\n    \"crossfired\": \"okuku oku\",\n    \"crossfiring\": \"obe ọgbụgba\",\n    \"crossfish\": \"azụ azụ\",\n    \"crossflow\": \"okuku\",\n    \"crossflower\": \"okuku\",\n    \"crossgrainedness\": \"nnweta\",\n    \"crosshackle\": \"obe\",\n    \"crosshair\": \"obele\",\n    \"crosshairs\": \"obe\",\n    \"crosshand\": \"aka\",\n    \"crosshatch\": \"obe\",\n    \"crosshatched\": \"obebe\",\n    \"crosshatcher\": \"obe\",\n    \"crosshatches\": \"obe\",\n    \"crosshatching\": \"obele\",\n    \"crosshaul\": \"obe\",\n    \"crosshauling\": \"ịgafe\",\n    \"crosshead\": \"isi ihe\",\n    \"crossing\": \"na-agafe\",\n    \"crossings\": \"ngafe\",\n    \"crossite\": \"obe\",\n    \"crossjack\": \"obe\",\n    \"crosslap\": \"Obosara\",\n    \"crosslegs\": \"obe\",\n    \"crossley\": \"obe\",\n    \"crossleted\": \"Obe\",\n    \"crosslets\": \"obele\",\n    \"crossly\": \"obe\",\n    \"crosslighted\": \"obele\",\n    \"crosslike\": \"obe\",\n    \"crossness\": \"obe\",\n    \"crossopodia\": \"Ikpoko\",\n    \"crossopt\": \"Ochie\",\n    \"crossopterygian\": \"Uchenna Onyekwere\",\n    \"crossosomataceous\": \"Ugboro abụọ\",\n    \"crossover\": \"Obeigbo\",\n    \"crossovers\": \"Obosara\",\n    \"crosspatch\": \"obe\",\n    \"crosspatches\": \"obe\",\n    \"crosspath\": \"ụzọ ụzọ\",\n    \"crosspiece\": \"obe\",\n    \"crosspieces\": \"obe\",\n    \"crosspoint\": \"obe\",\n    \"crosspoints\": \"isi ihe\",\n    \"crosspost\": \"obe\",\n    \"crossrail\": \"obe\",\n    \"crossroad\": \"n'okporo ụzọ\",\n    \"crossroading\": \"okporo ụzọ\",\n    \"crossroads\": \"okporo ụzọ\",\n    \"crossrow\": \"obe\",\n    \"crossruff\": \"okpokoro\",\n    \"crosstail\": \"Uzoukwu\",\n    \"crosstalk\": \"Uzoukwu\",\n    \"crosstie\": \"Nwachukwu\",\n    \"crosstied\": \"Okpurueze\",\n    \"crossties\": \"Ebechi\",\n    \"crosstoes\": \"Ugwu\",\n    \"crosstown\": \"Ebe dị nso\",\n    \"crosstrack\": \"Ikuku\",\n    \"crosstree\": \"okpokoro\",\n    \"crosstrees\": \"okuku\",\n    \"crossway\": \"okporo ụzọ\",\n    \"crossways\": \"okporo ụzọ\",\n    \"crosswalk\": \"ịgafe\",\n    \"crosswalks\": \"ịgafe ụzọ\",\n    \"crossweb\": \"obe\",\n    \"crossweed\": \"obele\",\n    \"crosswind\": \"obe\",\n    \"crosswise\": \"gafere\",\n    \"crosswiseness\": \"obe\",\n    \"crossword\": \"isi okwu\",\n    \"crossworder\": \"obebe\",\n    \"crosswords\": \"okwuntughe\",\n    \"crosswort\": \"obele\",\n    \"crost\": \"okpu\",\n    \"crotal\": \"zoro ezo\",\n    \"crotalaria\": \"Ogbe\",\n    \"crotalid\": \"zoro ezo\",\n    \"crotalism\": \"nkwenye\",\n    \"crotaphic\": \"okwukwu\",\n    \"crotaphion\": \"akwa\",\n    \"crotch\": \"kpuchie\",\n    \"crotched\": \"crochet\",\n    \"crotches\": \"crochet\",\n    \"crotcheted\": \"crochet\",\n    \"crotchetiness\": \"ikpuchi\",\n    \"crotcheting\": \"na-agbachi nkịtị\",\n    \"crotchets\": \"okpu\",\n    \"crotching\": \"crot\",\n    \"crotons\": \"agụ\",\n    \"crottal\": \"crotal\",\n    \"crottels\": \"kpakpando\",\n    \"crottle\": \"okpu\",\n    \"crouch\": \"dina\",\n    \"crouchant\": \"Nwoke\",\n    \"crouched\": \"makpu\",\n    \"crouching\": \"makpuo\",\n    \"crouchingly\": \"kpakpando\",\n    \"croup\": \"akpu\",\n    \"croupal\": \"akpu\",\n    \"croupe\": \"okpu\",\n    \"croupes\": \"akpu\",\n    \"croupy\": \"akpu\",\n    \"croupily\": \"n'ikuku\",\n    \"croupiness\": \"ọnụọgụgụ\",\n    \"croups\": \"akpu\",\n    \"crouse\": \"gbagọrọ agbagọ\",\n    \"crousely\": \"Enwere\",\n    \"croustade\": \"okwute\",\n    \"crow\": \"okwukwa\",\n    \"crowbell\": \"ọkpa\",\n    \"crowberry\": \"okpokoro\",\n    \"crowberries\": \"okpokoro\",\n    \"crowbill\": \"mkpọtụ\",\n    \"crowboot\": \"mkpọchi\",\n    \"crowd\": \"igwe mmadụ\",\n    \"crowded\": \"igwe mmadụ\",\n    \"crowdedly\": \"igwe mmadụ\",\n    \"crowdedness\": \"igwe mmadụ\",\n    \"crowder\": \"igwe mmadụ\",\n    \"crowders\": \"igwe mmadụ\",\n    \"crowdy\": \"mkpọtụ\",\n    \"crowdies\": \"igwe mmadụ\",\n    \"crowding\": \"na-agbakọta\",\n    \"crowdle\": \"ama\",\n    \"crowds\": \"igwe mmadu\",\n    \"crowdweed\": \"igbo igbo\",\n    \"crowed\": \"okwukwo\",\n    \"crower\": \"okwukwa\",\n    \"crowers\": \"igwe mmadụ\",\n    \"crowfeet\": \"okwukwu ụkwụ\",\n    \"crowflower\": \"igwe ojii\",\n    \"crowfoot\": \"okwukwu ụkwụ\",\n    \"crowfooted\": \"okwukwu ụkwụ\",\n    \"crowfoots\": \"ọkpa\",\n    \"crowhop\": \"okpokoro\",\n    \"crowhopper\": \"Okwukwo oso\",\n    \"crowing\": \"ákwá\",\n    \"crowingly\": \"n'okwu\",\n    \"crowkeeper\": \"onye na-elekọta anụ ụlọ\",\n    \"crowl\": \"okwukwa\",\n    \"crown\": \"okpueze\",\n    \"crownal\": \"okpueze\",\n    \"crownation\": \"okpueze\",\n    \"crownband\": \"okpueze\",\n    \"fellen\": \"daa\",\n    \"feller\": \"ịda\",\n    \"fellers\": \"ndị na-ere ọkụ\",\n    \"fellest\": \"mara mma\",\n    \"fellfare\": \"ọdịda\",\n    \"fellic\": \"dara\",\n    \"felliducous\": \"idaiducous\",\n    \"fellies\": \"ndị na-ere ọkụ\",\n    \"fellifluous\": \"amajuru\",\n    \"felling\": \"na-ada\",\n    \"fellingbird\": \"nnụnụ\",\n    \"fellinic\": \"ịda\",\n    \"fellmonger\": \"okpokoro\",\n    \"fellmongered\": \"dara ada\",\n    \"fellmongery\": \"okpokoro\",\n    \"fellmongering\": \"na-akụda\",\n    \"fellness\": \"daa\",\n    \"fellnesses\": \"ọdịda\",\n    \"felloes\": \"ndaba\",\n    \"fellow\": \"ibe\",\n    \"fellowcraft\": \"mmekọrịta\",\n    \"fellowed\": \"soro\",\n    \"fellowess\": \"nwanne\",\n    \"fellowheirship\": \"nnabata\",\n    \"fellowing\": \"izu\",\n    \"fellowless\": \"enweghị mmadụ\",\n    \"fellowly\": \"nwee\",\n    \"fellowlike\": \"dị ka ibe\",\n    \"fellowman\": \"mmadụ ibe gị\",\n    \"fellowmen\": \"ụmụ mmadụ ibe\",\n    \"fellowred\": \"ibe\",\n    \"fellows\": \"ndị ibe\",\n    \"fellowship\": \"mkpakọrịta\",\n    \"fellowshiped\": \"mkpakọrịta\",\n    \"fellowshiping\": \"mkpakọrịta\",\n    \"fellowshipped\": \"ibe\",\n    \"fellowshipping\": \"ibe\",\n    \"fellowships\": \"mkpakọrịta\",\n    \"fells\": \"daa\",\n    \"fellside\": \"dara\",\n    \"fellsman\": \"osinadi\",\n    \"felon\": \"felony\",\n    \"felones\": \"felony\",\n    \"feloness\": \"felony\",\n    \"felonious\": \"felon\",\n    \"feloniousness\": \"felonness\",\n    \"felsophyre\": \"inwu\",\n    \"felsophyric\": \"mmmmmmmmmmmmm\",\n    \"felsosphaerite\": \"mmmmmmmmmmmmm\",\n    \"felspars\": \"feldspars\",\n    \"felspath\": \"mmmmmmmmmmmmm\",\n    \"felspathic\": \"mmmmmmmmmmmmm\",\n    \"felstone\": \"nnukwu nkume\",\n    \"felt\": \"chere\",\n    \"felted\": \"dapụrụ\",\n    \"felter\": \"ịgbada\",\n    \"feltyfare\": \"nkwanye ugwu\",\n    \"feltyflier\": \"onyebuchi\",\n    \"felting\": \"ịgbada\",\n    \"feltings\": \"mkpọ\",\n    \"feltlike\": \"yiri\",\n    \"feltmaker\": \"mmetụta\",\n    \"feltmaking\": \"na-eme ihe\",\n    \"feltmonger\": \"sentmonger\",\n    \"feltness\": \"mmetụta\",\n    \"felts\": \"Ndidi\",\n    \"feltwork\": \"arụ ọrụ\",\n    \"feltwort\": \"nwee mmetụta\",\n    \"felup\": \"gbue\",\n    \"felwort\": \"nkwarụ\",\n    \"felworts\": \"ndiegwu\",\n    \"female\": \"nwanyi\",\n    \"femalely\": \"dị nke nwanyị\",\n    \"femaleness\": \"ịbụ nwanyị\",\n    \"females\": \"ụmụ nwanyị\",\n    \"femality\": \"nwanyi\",\n    \"femalize\": \"femenụ\",\n    \"femes\": \"fem\",\n    \"femic\": \"fem\",\n    \"femicide\": \"igbu nwanyi\",\n    \"feminacy\": \"nwanyị\",\n    \"feminacies\": \"nwanyi\",\n    \"feminality\": \"nwanyi\",\n    \"feminate\": \"nwanyị\",\n    \"femineity\": \"ịbụ nwanyị\",\n    \"feminility\": \"nwanyi\",\n    \"feminine\": \"nwanyị\",\n    \"femininely\": \"nwanyi\",\n    \"feminineness\": \"ịbụ nwanyị\",\n    \"feminines\": \"ụmụ nwanyị\",\n    \"femininism\": \"nwanyi\",\n    \"femininity\": \"ịbụ nwanyị\",\n    \"feminisation\": \"nwanyi\",\n    \"feminise\": \"nwanyi\",\n    \"feminises\": \"nwanyi\",\n    \"feminism\": \"nwanyi\",\n    \"feminisms\": \"nwanyi\",\n    \"feminist\": \"nwanyi\",\n    \"feministic\": \"nwanyi\",\n    \"feministics\": \"nwanyi\",\n    \"feminists\": \"ụmụ nwanyị\",\n    \"feminity\": \"ịbụ nwanyị\",\n    \"feminities\": \"ụmụ nwanyị\",\n    \"feminization\": \"nwanyi\",\n    \"feminizes\": \"feminized\",\n    \"feminizing\": \"eminmụ nwanyị\",\n    \"feminologist\": \"dibia umunwanyi\",\n    \"femmes\": \"nwanyi\",\n    \"femorocaudal\": \"femoro caudal\",\n    \"femorococcygeal\": \"femoro coccygeal\",\n    \"femorofibular\": \"femoro fibular\",\n    \"fempty\": \"femti\",\n    \"femurs\": \"ụmụ nwanyị\",\n    \"fenagled\": \"fenagel\",\n    \"fenagling\": \"fenagel\",\n    \"fenberry\": \"fenberị\",\n    \"fence\": \"ngere\",\n    \"fenced\": \"a gbara ogige\",\n    \"fenceful\": \"nsu\",\n    \"fenceless\": \"enweghị nsu\",\n    \"fencelessness\": \"enweghị ngere\",\n    \"fencelet\": \"nsu\",\n    \"fenceplay\": \"nsu nsu\",\n    \"fencepost\": \"nsu\",\n    \"fenceress\": \"nsu\",\n    \"fencers\": \"nsu\",\n    \"fences\": \"ngere\",\n    \"fended\": \"gbara\",\n    \"fender\": \"fenda\",\n    \"fendered\": \"fend gbara\",\n    \"fendering\": \"agbachapụ\",\n    \"fendillate\": \"fendillaị\",\n    \"fendillation\": \"fendilụ\",\n    \"fending\": \"na-eche\",\n    \"fends\": \"fenders\",\n    \"fenerate\": \"n'ịwa\",\n    \"feneration\": \"ọgbọ\",\n    \"fenian\": \"fenyan\",\n    \"fenland\": \"Fenland\",\n    \"fenner\": \"fener\",\n    \"fensive\": \"kpụ ọkụ n'ọnụ\",\n    \"feracious\": \"dị egwu\",\n    \"ferally\": \"ọnụ\",\n    \"ferbams\": \"kpakpando\",\n    \"ferberite\": \"berlọ mmiri\",\n    \"ferd\": \"Igha\",\n    \"ferdwit\": \"mmmmmmmmmmmm\",\n    \"feretory\": \"dị mfe\",\n    \"ferfathmur\": \"ikechukwu\",\n    \"ferfel\": \"Ikwusi\",\n    \"ferfet\": \"achịcha\",\n    \"ferforth\": \"okpomoku\",\n    \"ferial\": \"ikuku\",\n    \"ferigee\": \"ferie\",\n    \"ferijee\": \"ferie\",\n    \"ferine\": \"ferie\",\n    \"ferinely\": \"siri ike\",\n    \"ferineness\": \"ferinness\",\n    \"ferk\": \"ugbo\",\n    \"ferly\": \"na-egwu egwu\",\n    \"ferlie\": \"Ikenna\",\n    \"ferlied\": \"gbara ụka\",\n    \"ferlies\": \"ijiji\",\n    \"ferlying\": \"na-efe efe\",\n    \"ferling\": \"Na-agba ụka\",\n    \"fermacy\": \"ahịa ọgwụ\",\n    \"fermail\": \"ozi\",\n    \"fermal\": \"ọla\",\n    \"fermentability\": \"gbaa ụka\",\n    \"fermentate\": \"gbaa ụka\",\n    \"fermentation\": \"gbaa ụka\",\n    \"fermentations\": \"gbaa ụka\",\n    \"fermentativeness\": \"gbaa ụka\",\n    \"fermented\": \"gbara ụka\",\n    \"fermenter\": \"ferment\",\n    \"fermentescible\": \"a pụrụ ịtụ ụjọ\",\n    \"fermenting\": \"gbaa ụka\",\n    \"fermentitious\": \"gbaa ụka\",\n    \"fermentive\": \"ferment\",\n    \"fermentology\": \"nkà mmụta sayensị\",\n    \"fermerer\": \"onye na-ekpo ọkụ\",\n    \"fermery\": \"Fermery\",\n    \"fermillet\": \"Iberibe\",\n    \"fermion\": \"Fermion\",\n    \"fermions\": \"fermọn\",\n    \"fermiums\": \"ihe oriri\",\n    \"fernery\": \"ferner\",\n    \"ferngrower\": \"Ferngrower\",\n    \"fernyear\": \"afọ\",\n    \"ferniest\": \"dị ọkụ\",\n    \"ferntickle\": \"okpokoro\",\n    \"ferntickled\": \"fermentị\",\n    \"fernticle\": \"gbamgbam\",\n    \"ferocious\": \"onye obi ojoo\",\n    \"ferociously\": \"n'ụzọ dị egwu\",\n    \"ferociousness\": \"obi ọjọọ\",\n    \"feroher\": \"dị ọkụ\",\n    \"ferox\": \"Ikekwe\",\n    \"ferrado\": \"Ferrado\",\n    \"ferrament\": \"ferment\",\n    \"ferrandin\": \"Ferrandin\",\n    \"ferrara\": \"Ferrara\",\n    \"ferrary\": \"kemfe\",\n    \"ferrate\": \"gbaa ụka\",\n    \"ferrateen\": \"gbasie ike\",\n    \"ferratin\": \"Ferratin\",\n    \"ferrean\": \"ferren\",\n    \"ferrel\": \"Ikenna Onyekwere\",\n    \"ferreled\": \"chiri\",\n    \"ferreling\": \"Na-akpali akpali\",\n    \"ferrelled\": \"kpụọ\",\n    \"ferrelling\": \"Ikpoko\",\n    \"ferrels\": \"ikechukwu's\",\n    \"ferreous\": \"ịnyịnya\",\n    \"ferrer\": \"na-emegharị\",\n    \"ferreted\": \"chiri\",\n    \"ferreters\": \"Ndị na-ekpo ọkụ\",\n    \"ferrety\": \"Ikwu\",\n    \"ferreting\": \"rezụcha ọka\",\n    \"ferrets\": \"Igbapu\",\n    \"ferry\": \"ugbo\",\n    \"ferriage\": \"ịgba ụka\",\n    \"ferryage\": \"Ikechukwu\",\n    \"ferriages\": \"achịcha\",\n    \"ferryboat\": \"ụgbọ mmiri\",\n    \"ferryboats\": \"ụgbọ mmiri\",\n    \"ferrichloride\": \"ferricloride\",\n    \"ferricyanhydric\": \"mmmmmmmmmmmmm\",\n    \"ferried\": \"feriri\",\n    \"ferrier\": \"ebe ofufe\",\n    \"ferries\": \"riesgbọ mmiri\",\n    \"ferriferous\": \"na-ekpo ọkụ\",\n    \"ferrihydrocyanic\": \"mmmmmmmmmmmmm\",\n    \"ferryhouse\": \"ụlọ obibi\",\n    \"ferrying\": \"Na-eme njem\",\n    \"ferrimagnet\": \"Ferrimagnet\",\n    \"ferrimagnetic\": \"di egwu\",\n    \"ferrimagnetically\": \"n'ike n'ike\",\n    \"ferrimagnetism\": \"Ferrimagnetism\",\n    \"ferrymen\": \"ndị ọrụ ugbo\",\n    \"ferring\": \"iku ume\",\n    \"ferriprussiate\": \"Ferriprussiate\",\n    \"ferriprussic\": \"Ahụike\",\n    \"ferris\": \"Ferris\",\n    \"ferrites\": \"ferritii\",\n    \"ferritic\": \"Ferritic\",\n    \"ferritization\": \"fatịlaịza\",\n    \"ferritungstite\": \"mmmmmmmmmmmm\",\n    \"ferrivorous\": \"na-agwụ ike\",\n    \"ferryway\": \"ugboigwe\",\n    \"ferroalloy\": \"Ikwerre\",\n    \"ferroaluminum\": \"ígwè\",\n    \"ferroboron\": \"ikechi\",\n    \"ferrocalcite\": \"ikorotoke\",\n    \"ferrocerium\": \"Ferrocerium\",\n    \"ferrochromium\": \"Ferrochromium\",\n    \"ferrocyanate\": \"Ferrocyanate\",\n    \"ferrocyanhydric\": \"mmmmmmmmmmmmm\",\n    \"ferrocyanic\": \"mmmmmmmmmmmmm\",\n    \"ferrocyanide\": \"Ferrocyanide\",\n    \"ferroconcrete\": \"rolọ nwere ike\",\n    \"ferroconcretor\": \"Ferroconcretor\",\n    \"ferroelectric\": \"igwe eletriki\",\n    \"ferroelectricity\": \"ikike\",\n    \"ferrohydrocyanic\": \"mmmmmmmmmmmmm\",\n    \"ferromagnesian\": \"Ferromagnesian\",\n    \"ferromagneticism\": \"Ferromagneticism\",\n    \"ferrometer\": \"ferromita\",\n    \"ferroprint\": \"ụkpụrụ ala\",\n    \"ferroprussiate\": \"Ogbe\",\n    \"ferroprussic\": \"nkwanye ugwu\",\n    \"ferrosilicon\": \"Ikenna Ojukwu\",\n    \"ferrotyped\": \"lekọtị\",\n    \"ferrotyper\": \"Ogbe\",\n    \"ferrotyping\": \"na-akụ\",\n    \"ferrotungsten\": \"Ugochukwu\",\n    \"ferrous\": \"di egwu\",\n    \"ferrovanadium\": \"igwe\",\n    \"ferrozirconium\": \"Ferrozirconium\",\n    \"ferruginate\": \"Ferruginate\",\n    \"ferruginated\": \"kpaliri\",\n    \"ferruginating\": \"na-eme nri\",\n    \"ferrugination\": \"arụ ụka\",\n    \"ferruginean\": \"Ferruginean\",\n    \"ferrugineous\": \"Ferrugineous\",\n    \"ferruginous\": \"Ferruginous\",\n    \"ferrugo\": \"Ferrugo\",\n    \"ferruled\": \"ferru\",\n    \"ferruler\": \"ferru\",\n    \"ferruling\": \"gbaa ụka\",\n    \"ferruminate\": \"gbanye ọkụ\",\n    \"ferruminated\": \"gbanye ọkụ\",\n    \"ferruminating\": \"na-ekpo ọkụ\",\n    \"ferrumination\": \"gbaa\",\n    \"ferrums\": \"kuru\",\n    \"ferth\": \"okpokoro\",\n    \"ferther\": \"Ọzọkwa\",\n    \"fertil\": \"tụụrụ\",\n    \"fertile\": \"tụụrụ\",\n    \"fertilely\": \"ọmụmụ\",\n    \"fertileness\": \"nri\",\n    \"fertilisability\": \"fatịlaịza\",\n    \"fertilisable\": \"fatịlaịza\",\n    \"fertilisation\": \"Fertilization\",\n    \"fertilisational\": \"Fertilization\",\n    \"fertilise\": \"fatịlaịza\",\n    \"fertilised\": \"fatịlaịza\",\n    \"fertiliser\": \"fatịlaịza\",\n    \"fertilising\": \"fatịlaịza\",\n    \"fertilitate\": \"fatịlaịza\",\n    \"fertility\": \"ọmụmụ\",\n    \"fertilities\": \"fatịlaịza\",\n    \"fertilizability\": \"fatịlaịza\",\n    \"fertilizable\": \"fatịlaịza\",\n    \"fertilization\": \"Fertilization\",\n    \"fertilizational\": \"Fertilization\",\n    \"fertilizations\": \"Fertilization\",\n    \"fertilize\": \"ifatilaiza\",\n    \"fertilized\": \"fatịlaịza\",\n    \"fertilizer\": \"fatịlaịza\",\n    \"fertilizers\": \"nri\",\n    \"fertilizes\": \"nri\",\n    \"fertilizing\": \"fatịlaịza\",\n    \"ferulae\": \"ferula\",\n    \"ferulaic\": \"ferula\",\n    \"ferular\": \"ferula\",\n    \"feruled\": \"feru\",\n    \"ferules\": \"ferulu\",\n    \"feruling\": \"gbaa ụka\",\n    \"ferv\": \"Iwu\",\n    \"fervanite\": \"ifeoma\",\n    \"fervence\": \"akwa\",\n    \"fervency\": \"Okpokoro\",\n    \"fervencies\": \"ferven\",\n    \"fervent\": \"keoma\",\n    \"fervently\": \"ikpesike ike\",\n    \"ferventness\": \"ume\",\n    \"fervescence\": \"udo\",\n    \"fervescent\": \"udo\",\n    \"fervid\": \"ịnụ ọkụ\",\n    \"fervidity\": \"ịnụ ọkụ n'obi\",\n    \"fervidly\": \"ikpesike ike\",\n    \"fervidness\": \"ịnụ ọkụ n'obi\",\n    \"fervidor\": \"ịnụ ọkụ\",\n    \"fervor\": \"ịnụ ọkụ\",\n    \"fervorless\": \"enweghị ike\",\n    \"fervorlessness\": \"enweghị ike ọgwụgwụ\",\n    \"fervorous\": \"dị egwu\",\n    \"fervors\": \"nri\",\n    \"fervour\": \"ịnụ ọkụ\",\n    \"fervours\": \"okpu\",\n    \"fessed\": \"kwuputara\",\n    \"fessely\": \"n'eziokwu\",\n    \"fesses\": \"fes\",\n    \"fessing\": \"tọ\",\n    \"fesswise\": \"n'eziokwu\",\n    \"festa\": \"mgbe\",\n    \"festering\": \"ịgbanye\",\n    \"festerment\": \"iwe\",\n    \"festy\": \"eziokwu\",\n    \"festilogy\": \"ememe\",\n    \"festilogies\": \"ememme\",\n    \"festinance\": \"mmachi\",\n    \"festinating\": \"ntekwa\",\n    \"festination\": \"mmachi\",\n    \"festival\": \"ememme\",\n    \"festivalgoer\": \"onye na-eme ememme\",\n    \"festivally\": \"n'ememe\",\n    \"festivals\": \"ememme\",\n    \"festive\": \"ememe\",\n    \"festively\": \"festive\",\n    \"festiveness\": \"ememe\",\n    \"festivity\": \"ememe\",\n    \"festivities\": \"ememme\",\n    \"festivous\": \"ememe\",\n    \"festooned\": \"mara mma\",\n    \"festooning\": \"ichoro\",\n    \"festoons\": \"ọmarịcha\",\n    \"festschrift\": \"mmmmmmmmmmmmm\",\n    \"festschriften\": \"mmmmmmmmmmmmm\",\n    \"festschrifts\": \"mmmmmmmmmmmmm\",\n    \"festshrifts\": \"mmmmmmmmmmmmm\",\n    \"fet\": \"fetu\",\n    \"fetal\": \"Nwa ebu n’afọ\",\n    \"fetalism\": \"nwa ebu n’afọ\",\n    \"fetalization\": \"nwa ebu n'afọ\",\n    \"fetas\": \"ụmụaka ndị ọzọ\",\n    \"fetation\": \"nwa ebu n'afọ\",\n    \"fetations\": \"ụmụaka ebu n'afọ\",\n    \"fetch\": \"ozi kpọtara\",\n    \"fetched\": \"kpọtara\",\n    \"fetchers\": \"fetchi\",\n    \"fetching\": \"ozi kpọtara\",\n    \"fetchingly\": \"iwota\",\n    \"feted\": \"weghaara\",\n    \"feteless\": \"achọpụtaghị\",\n    \"fetes\": \"Nwa ebu n'afọ\",\n    \"fetial\": \"Nwa ebu n'afọ\",\n    \"fetiales\": \"Nwa ebu n'afọ\",\n    \"fetialis\": \"nwa ebu n'afọ\",\n    \"fetials\": \"Nwa ebu n'afọ\",\n    \"fetichist\": \"fetikist\",\n    \"fetichize\": \"fetu onwe-ya\",\n    \"fetichlike\": \"dị ka fetich\",\n    \"feticidal\": \"na-amụ nwa\",\n    \"feticide\": \"igbu onwe\",\n    \"feticides\": \"umu nwanyi\",\n    \"fetid\": \"nwa ebu n'afọ\",\n    \"fetidity\": \"nwa ebu n'afọ\",\n    \"fetidly\": \"jiri nwayọ\",\n    \"fetidness\": \"ebu n'afọ\",\n    \"fetiferous\": \"ịmụ nwa\",\n    \"feting\": \"nwa ebu n'afọ\",\n    \"fetis\": \"nwa ebu n'afọ\",\n    \"fetise\": \"ibili\",\n    \"fetish\": \"nwa ebu n'afọ\",\n    \"fetisher\": \"nwa ebu n'afọ\",\n    \"fetishes\": \"ebu n'afọ\",\n    \"fetishic\": \"nwa ebu n'afọ\",\n    \"fetishism\": \"ọmụmụ\",\n    \"fetishist\": \"nwa ebu n'afọ\",\n    \"fetishistic\": \"nwa ebu n'afọ\",\n    \"fetishists\": \"ụmụ ebu n'afọ\",\n    \"fetishization\": \"ebu n'afọ\",\n    \"fetishlike\": \"dị ka nwa ebu n'afọ\",\n    \"fetishry\": \"nwa ebu n'afọ\",\n    \"fetlocked\": \"weghaara\",\n    \"fetlocks\": \"fetelcks\",\n    \"fetography\": \"usoro\",\n    \"fetologies\": \"ndozi\",\n    \"fetor\": \"nwa ebu n'afọ\",\n    \"fetors\": \"ụmụaka ebu n'afọ\",\n    \"fetted\": \"zigara\",\n    \"fettered\": \"agbụ\",\n    \"fetters\": \"agbụ\",\n    \"fetticus\": \"fettike\",\n    \"fettle\": \"fetel\",\n    \"fettled\": \"fett\",\n    \"fettling\": \"fett\",\n    \"fettucine\": \"fettuccine\",\n    \"fettucini\": \"fettuccine\",\n    \"feture\": \"atụmatụ\",\n    \"fetus\": \"nwa ebu n'afọ\",\n    \"fetuses\": \"ụmụaka ebu n'afọ\",\n    \"feud\": \"esemokwu\",\n    \"feudalizing\": \"feudising\",\n    \"feudally\": \"feud\",\n    \"feudary\": \"esemokwu\",\n    \"feudatorial\": \"onye ochichi\",\n    \"feuded\": \"feud\",\n    \"feuder\": \"onye ogu\",\n    \"feuding\": \"esemokwu\",\n    \"feudist\": \"onye igbo\",\n    \"feudists\": \"ndi ogu\",\n    \"feuds\": \"esemokwu\",\n    \"feued\": \"feu\",\n    \"feuter\": \"dị ole na ole\",\n    \"fever\": \"ahụ ọkụ\",\n    \"feverberry\": \"fever\",\n    \"feverbush\": \"ahụ ọkụ\",\n    \"fevercup\": \"ahụ ọkụ\",\n    \"fevered\": \"Ahụ ọkụ\",\n    \"feverfews\": \"ahụ ọkụ\",\n    \"fevery\": \"ọkụ\",\n    \"fevering\": \"na-ekpo ọkụ\",\n    \"feverish\": \"fever\",\n    \"feverishly\": \"na-ekpo ọkụ\",\n    \"feverishness\": \"ahụ ọkụ\",\n    \"feverless\": \"na-ekpo ọkụ\",\n    \"feverlike\": \"ahụ ọkụ\",\n    \"feverous\": \"dị ọkụ\",\n    \"feverously\": \"di uchu\",\n    \"feverroot\": \"ahụ ọkụ\",\n    \"fevers\": \"ahụ ọkụ\",\n    \"fevertwitch\": \"ifeanyi.egw\",\n    \"feverwort\": \"ahụ ọkụ\",\n    \"few\": \"ole na ole\",\n    \"fewer\": \"dị ole na ole\",\n    \"fewest\": \"kacha nta\",\n    \"fewmand\": \"ole na ole\",\n    \"fewmets\": \"obere obere\",\n    \"fewnes\": \"fewn\",\n    \"fewneses\": \"fewnes\",\n    \"fewness\": \"obere\",\n    \"fewnesses\": \"fewnes\",\n    \"fewsome\": \"dị obere\",\n    \"fewter\": \"dị ntakịrị\",\n    \"fewterer\": \"Ntinye\",\n    \"fewtrils\": \"tbọchị nwere ike\",\n    \"ff\": \"Oyibo\",\n    \"fgn\": \"Onyeoma\",\n    \"fiacre\": \"ọkụ\",\n    \"fiacres\": \"ọkụ\",\n    \"fiance\": \"chọrọ ịlụ\",\n    \"fianced\": \"chọrọ ịlụ\",\n    \"fiancee\": \"chọrọ ịlụ\",\n    \"fiancees\": \"onye agbamakwụkwọ\",\n    \"fianchetto\": \"onye anakpo\",\n    \"fiancing\": \"ego\",\n    \"fiant\": \"na-achọ\",\n    \"fiants\": \"ndị na-achọ ịlụ\",\n    \"fiars\": \"ndị ụgha\",\n    \"fib\": \"eriri\",\n    \"fibbed\": \"dọrọ\",\n    \"fibber\": \"eriri\",\n    \"fibbery\": \"emekpa ahụ\",\n    \"fibbers\": \"eriri\",\n    \"fibbing\": \"Fibing\",\n    \"fiber\": \"eriri\",\n    \"fiberboard\": \"eriri\",\n    \"fibered\": \"nwere eriri\",\n    \"fiberfill\": \"eriri\",\n    \"fiberglas\": \"faiba glaasi\",\n    \"fiberglass\": \"faiba glaasi\",\n    \"fiberization\": \"eriri\",\n    \"fiberize\": \"eriri\",\n    \"fiberized\": \"nwere eriri\",\n    \"fiberizer\": \"ihe nkedo\",\n    \"fiberizing\": \"eriri\",\n    \"fiberless\": \"enweghị eriri\",\n    \"fiberous\": \"amamịghe\",\n    \"fibers\": \"eriri\",\n    \"fiberscope\": \"eriri\",\n    \"fiberware\": \"ihe ndozi\",\n    \"fibra\": \"eriri\",\n    \"fibration\": \"eriri\",\n    \"fibre\": \"eriri\",\n    \"fibreboard\": \"eriri\",\n    \"fibred\": \"eriri\",\n    \"fibreglass\": \"faiba glaasi\",\n    \"fibreless\": \"enweghị atụ\",\n    \"fibres\": \"eriri\",\n    \"fibreware\": \"Fibreware\",\n    \"fibry\": \"eriri\",\n    \"fibril\": \"Fibril\",\n    \"fibrilation\": \"fibrillation\",\n    \"fibrilations\": \"fibrillations\",\n    \"fibrillae\": \"fibrillin\",\n    \"fibrillate\": \"fibrillaọd\",\n    \"fibrillating\": \"na-egbu egbu\",\n    \"fibrilled\": \"frl\",\n    \"fibrilliferous\": \"ụgbụ\",\n    \"fibrine\": \"eriri\",\n    \"fibroblastic\": \"fibroblastik\",\n    \"fibrocalcareous\": \"Nkechi\",\n    \"fibrocement\": \"ihe ndozi\",\n    \"fibroids\": \"fibroid\",\n    \"fibroses\": \"eriri\",\n    \"fibrotic\": \"fibrotik\",\n    \"fibrotuberculosis\": \"ụkwara nta\",\n    \"fibrous\": \"fibro\",\n    \"fibrously\": \"nke ọma\",\n    \"fibrousness\": \"fibrous\",\n    \"fibrovascular\": \"fibrovaskụla\",\n    \"fibs\": \"eriri\",\n    \"fibster\": \"eriri\",\n    \"fibular\": \"eriri\",\n    \"fickle\": \"Igha\",\n    \"ficklehearted\": \"obi ebere\",\n    \"fickleness\": \"enweghị mgbanwe\",\n    \"ficklest\": \"kasị njọ\",\n    \"ficklety\": \"ndokwa\",\n    \"ficklewise\": \"n'amaghi ama\",\n    \"fictation\": \"akụkọ ifo\",\n    \"fictileness\": \"iche echiche\",\n    \"fictility\": \"akụkọ ifo\",\n    \"fiction\": \"akụkọ ifo\",\n    \"fictional\": \"akụkọ ifo\",\n    \"fictionalization\": \"akụkọ ifo\",\n    \"fictionalize\": \"akụkọ ifo\",\n    \"fictionalized\": \"akụkọ ifo\",\n    \"fictionalizes\": \"akụkọ ifo\",\n    \"fictionalizing\": \"akụkọ ifo\",\n    \"fictionally\": \"akụkọ ifo\",\n    \"fictionary\": \"ọkọwa okwu\",\n    \"fictioneer\": \"akụkọ ifo\",\n    \"fictioneering\": \"akụkọ ifo\",\n    \"fictioner\": \"akụkọ ifo\",\n    \"fictionisation\": \"akụkọ ifo\",\n    \"fictionise\": \"akụkọ ifo\",\n    \"fictionised\": \"akụkọ ifo\",\n    \"fictionising\": \"akụkọ ifo\",\n    \"fictionist\": \"akụkọ ifo\",\n    \"fictionistic\": \"akụkọ ifo\",\n    \"fictionization\": \"akụkọ ifo\",\n    \"fictionize\": \"akụkọ ifo\",\n    \"fictionized\": \"akụkọ ifo\",\n    \"fictionizing\": \"akụkọ ifo\",\n    \"fictionmonger\": \"akụkọ ifo\",\n    \"fictions\": \"akụkọ ifo\",\n    \"fictious\": \"akụkọ ifo\",\n    \"fictitious\": \"akụkọ ifo\",\n    \"fictitiously\": \"n'ekwu\",\n    \"fictitiousness\": \"akụkọ ifo\",\n    \"fictively\": \"fictive\",\n    \"fictor\": \"fictive\",\n    \"fid\": \"ndu\",\n    \"fidate\": \"ikwesi ike\",\n    \"fidation\": \"ikwesi obi ike\",\n    \"fidded\": \"guzosie ike\",\n    \"fidding\": \"ikwenye\",\n    \"fiddle\": \"ikwusi\",\n    \"fiddleback\": \"ikwusi ike\",\n    \"fiddlebow\": \"Ikwerre\",\n    \"fiddlebrained\": \"ikwusi ike\",\n    \"fiddlecome\": \"ikwesi ike\",\n    \"fiddled\": \"duo\",\n    \"fiddlededee\": \"ikechukwu\",\n    \"fiddlefaced\": \"Ikechukwu\",\n    \"fiddlehead\": \"ikwesi-ike\",\n    \"fiddleheaded\": \"isi ike\",\n    \"fiddleys\": \"ikwere\",\n    \"fiddleneck\": \"Ikwerre\",\n    \"fiddler\": \"onye na-egbu egbu\",\n    \"fiddlerfish\": \"azu azu\",\n    \"fiddlerfishes\": \"fiddler azụ\",\n    \"fiddlery\": \"ndị na-akụ azụ\",\n    \"fiddlers\": \"ndị na-akụ azụ\",\n    \"fiddles\": \"ikwere\",\n    \"fiddlestick\": \"nkwụnye aka\",\n    \"fiddlesticks\": \"ihe ndozi\",\n    \"fiddlestring\": \"ịgbanyụ ọkụ\",\n    \"fiddlewood\": \"ekwesi\",\n    \"fiddly\": \"ikwupụta\",\n    \"fiddlies\": \"ikwenye\",\n    \"fiddling\": \"ikwere\",\n    \"fideisms\": \"ihe nkiri\",\n    \"fidejussion\": \"Nwachukwu\",\n    \"fidejussionary\": \"mmmmmmmmmmmmm\",\n    \"fidejussor\": \"Nwachukwu\",\n    \"fidejussory\": \"mmmmmmmmmmmmm\",\n    \"fidel\": \"ikwenye\",\n    \"fidele\": \"Anyanwu\",\n    \"fidelio\": \"ikwenye\",\n    \"fidelis\": \"ikweli\",\n    \"fidelity\": \"ikwesị ntụkwasị obi\",\n    \"fidelities\": \"ikwesị ntụkwasị obi\",\n    \"fideos\": \"vidiyo\",\n    \"fides\": \"na-akwado\",\n    \"fidge\": \"ikwusi ike\",\n    \"fidged\": \"n'ezi\",\n    \"fidges\": \"ikwudo\",\n    \"fidget\": \"ikwusi ike\",\n    \"fidgetation\": \"ikwenye\",\n    \"fidgeted\": \"ịgbagha\",\n    \"fidgeter\": \"ikwusi ike\",\n    \"fidgeters\": \"ndị na-ekwenye ụjọ\",\n    \"fidgety\": \"ikwenye\",\n    \"fidgetily\": \"ikwenye\",\n    \"fidgetiness\": \"ikwenye\",\n    \"fidgeting\": \"ikwenye\",\n    \"fidgetingly\": \"ikwenye\",\n    \"fidgets\": \"ikwenye\",\n    \"fidging\": \"ikwupụta\",\n    \"fidicinal\": \"kwesịrị\",\n    \"fidleys\": \"ikwere\",\n    \"fido\": \"nwachukwu\",\n    \"fiducially\": \"ikwusi ike\",\n    \"fiduciary\": \"ikwenye ntụkwasị obi\",\n    \"fiduciarily\": \"ikwenye ntụkwasị obi\",\n    \"fiducinales\": \"ikwenye\",\n    \"fie\": \"maka\",\n    \"fied\": \"ubi\",\n    \"fiedlerite\": \"Okenye\",\n    \"fiefs\": \"feefs\",\n    \"field\": \"ubi\",\n    \"fieldball\": \"bọl\",\n    \"fieldbird\": \"nnụnụ\",\n    \"fielded\": \"n'ọhịa\",\n    \"fielden\": \"ekwuru\",\n    \"fielder\": \"onye na-arụ ọrụ\",\n    \"fielders\": \"ndị na-eme egwuregwu\",\n    \"fieldfare\": \"oru ubi\",\n    \"fieldfight\": \"ọgụ ọgụ\",\n    \"fieldy\": \"ala\",\n    \"fielding\": \"ubi\",\n    \"fieldish\": \"ubi\",\n    \"fieldleft\": \"ọrụ\",\n    \"fieldman\": \"onye akuku ubi\",\n    \"fieldmen\": \"ndị ọrụ ubi\",\n    \"fieldmice\": \"ihe ubi\",\n    \"fieldmouse\": \"ubi\",\n    \"fieldpiece\": \"ihe egwuregwu\",\n    \"fieldpieces\": \"ihe egwuregwu\",\n    \"fields\": \"ubi\",\n    \"fieldsman\": \"onye oru ubi\",\n    \"fieldsmen\": \"ndị ọrụ ubi\",\n    \"fieldstone\": \"okwute\",\n    \"fieldstrip\": \"ugbo ala\",\n    \"fieldward\": \"n'ọhịa\",\n    \"fieldwards\": \"ubi\",\n    \"fieldwork\": \"ọrụ ubi\",\n    \"fieldworker\": \"onye na-arụ ọrụ ubi\",\n    \"fieldwort\": \"ubi mmiri\",\n    \"fiendful\": \"na-ekwenye ekwenye\",\n    \"fiendishness\": \"fiendish\",\n    \"fiendism\": \"fiendish\",\n    \"fiendly\": \"enyi na enyi\",\n    \"fiendlier\": \"enyi\",\n    \"fiendlike\": \"dị ka\",\n    \"fiendliness\": \"na-echere\",\n    \"fiendship\": \"ọkụ\",\n    \"fient\": \"na-ekwusi ike\",\n    \"fierce\": \"keeti\",\n    \"fiercehearted\": \"obi ojoo\",\n    \"fiercely\": \"n'ike\",\n    \"fiercen\": \"na-eme ọkụ\",\n    \"fiercened\": \"kpụ ọkụ n'ọnụ\",\n    \"fierceness\": \"iwe iwe\",\n    \"fiercening\": \"keeti\",\n    \"fiercer\": \"na-eme ọkụ\",\n    \"fiercest\": \"kpụ ọkụ n'ọnụ\",\n    \"fiercly\": \"n'ike\",\n    \"fierding\": \"egwu\",\n    \"fiery\": \"oku\",\n    \"fieriest\": \"ọkụ\",\n    \"fieriness\": \"fier\",\n    \"fieulamort\": \"feuillemort\",\n    \"fifed\": \"nkeji iri na ise\",\n    \"fifer\": \"nkeji iri na ise\",\n    \"fifers\": \"Nkeji ise\",\n    \"fifes\": \"Ise\",\n    \"fifing\": \"ịkụ azụ\",\n    \"fifish\": \"iri na ise\",\n    \"fifo\": \"iri\",\n    \"fifteen\": \"iri na ise\",\n    \"fifteener\": \"iri na ise\",\n    \"fifteenfold\": \"iri na ise\",\n    \"fifteens\": \"iri na ise\",\n    \"fifteenth\": \"nke iri na ise\",\n    \"fifteenthly\": \"nke iri na ise\",\n    \"fifteenths\": \"iri na ise\",\n    \"fifth\": \"nke ise\",\n    \"fifthly\": \"nke ise\",\n    \"fifths\": \"nke ise\",\n    \"fifty\": \"iri ise\",\n    \"fifties\": \"iri ise\",\n    \"fiftieth\": \"nke iri ise\",\n    \"fiftieths\": \"nke iri-ise\",\n    \"fiftyfold\": \"iri ise\",\n    \"fiftypenny\": \"iri ise na ise\",\n    \"figary\": \"fig\",\n    \"figent\": \"fig\",\n    \"figeter\": \"fig\",\n    \"figged\": \"ichoro\",\n    \"figgy\": \"fig\",\n    \"figging\": \"na-akụ\",\n    \"figgle\": \"figg\",\n    \"fight\": \"lụọ ọgụ\",\n    \"fightable\": \"ọgụ\",\n    \"fighteress\": \"onye na-alụ ọgụ\",\n    \"fighters\": \"alụso\",\n    \"fighting\": \"na-alụ ọgụ\",\n    \"fightingly\": \"n'agha\",\n    \"fightings\": \"ọgụ\",\n    \"fights\": \"alụ ọgụ\",\n    \"fightwite\": \"agha\",\n    \"figless\": \"enweghị atụ\",\n    \"figlike\": \"fig\",\n    \"figment\": \"fig\",\n    \"figmental\": \"fig\",\n    \"figments\": \"fig\",\n    \"figs\": \"fig\",\n    \"figulate\": \"chee\",\n    \"figulated\": \"chepụtara\",\n    \"figulines\": \"figul\",\n    \"figura\": \"ihe atụ\",\n    \"figurability\": \"atụ\",\n    \"figurable\": \"ihe atụ\",\n    \"figurae\": \"atụ\",\n    \"figural\": \"ihe atụ\",\n    \"figurally\": \"atụ\",\n    \"figurants\": \"ndi nzuzu\",\n    \"figurate\": \"ihe atụ\",\n    \"figurately\": \"n'ụzọ ihe atụ\",\n    \"figuration\": \"fig\",\n    \"figurational\": \"atụ\",\n    \"figurations\": \"ihe atụ\",\n    \"figurative\": \"ihe atụ\",\n    \"figuratively\": \"n'ụzọ ihe atụ\",\n    \"figurativeness\": \"ihe atụ\",\n    \"figurato\": \"ihe atụ\",\n    \"figure\": \"ọgụgụ\",\n    \"figured\": \"chepụtara\",\n    \"figuredly\": \"atụ\",\n    \"figurehead\": \"isi\",\n    \"figureheadless\": \"enweghị isi\",\n    \"figureheads\": \"isi\",\n    \"figureheadship\": \"ụgbọ mmiri isi\",\n    \"figureless\": \"enweghị atụ\",\n    \"figurer\": \"ọnụ ọgụgụ\",\n    \"figurers\": \"ndị ihe osise\",\n    \"figures\": \"ọnụ ọgụgụ\",\n    \"figuresome\": \"ọgụgụ\",\n    \"figurette\": \"ọnụ ọgụgụ\",\n    \"figury\": \"ihe atụ\",\n    \"figurial\": \"ihe atụ\",\n    \"figurine\": \"ihe oyiyi\",\n    \"figurines\": \"ihe oyiyi\",\n    \"figuring\": \"na-eche echiche\",\n    \"figurings\": \"figur\",\n    \"figurism\": \"atụ\",\n    \"figurist\": \"onye na-ese ihe atụ\",\n    \"figurize\": \"see okwu\",\n    \"figworts\": \"figwort\",\n    \"fike\": \"inye\",\n    \"fiked\": \"echiche\",\n    \"fil\": \"nzacha\",\n    \"filace\": \"mgbanaka\",\n    \"filaceous\": \"ọkụ\",\n    \"filacer\": \"ihe nkedo\",\n    \"filagreeing\": \"ntaneti\",\n    \"filagreing\": \"Oyibo\",\n    \"filamented\": \"filament\",\n    \"filamentiferous\": \"Mbano\",\n    \"filanders\": \"ndị ọrụ ubi\",\n    \"filar\": \"ọkụ\",\n    \"filarious\": \"egwu\",\n    \"filate\": \"itinye\",\n    \"filator\": \"onye nhazi\",\n    \"filature\": \"ndị na-anọchite anya ọchịchị\",\n    \"filberts\": \"ihe nzacha\",\n    \"filched\": \"ẹdụk\",\n    \"filcher\": \"ihe nzacha\",\n    \"filchery\": \"nzacha\",\n    \"filchers\": \"ihe nzacha\",\n    \"filches\": \"nzacha\",\n    \"filching\": \"nzacha\",\n    \"file\": \"faịlụ\",\n    \"filecard\": \"faịlụ\",\n    \"filed\": \"gbara akwụkwọ\",\n    \"filefish\": \"faịlụ azụ\",\n    \"filefishes\": \"faịlụ azụ\",\n    \"filelike\": \"yiri\",\n    \"filemaker\": \"onye mmeghe\",\n    \"filemot\": \"filamot\",\n    \"filename\": \"aha faịlụ\",\n    \"filer\": \"oriọna\",\n    \"filers\": \"faịlụ\",\n    \"files\": \"faịlụ\",\n    \"filesmith\": \"faịlị faịlụ\",\n    \"filesniff\": \"faịlif\",\n    \"filespec\": \"faịlụ\",\n    \"filestatus\": \"faịlụ\",\n    \"fileted\": \"faịlitere\",\n    \"fileting\": \"faịlụ\",\n    \"filets\": \"faịlị\",\n    \"fylfot\": \"nwachukwu\",\n    \"fylfots\": \"nwachukwu\",\n    \"fylgjur\": \"Nwachukwu\",\n    \"filially\": \"fili\",\n    \"filiated\": \"Nkechi\",\n    \"filiating\": \"ikpochapu\",\n    \"filiation\": \"Mgbakwunye\",\n    \"filibuster\": \"ihe nzere\",\n    \"filibustered\": \"ihe nzere\",\n    \"filibusterer\": \"ihe nzere\",\n    \"filibusterers\": \"nzacha s\",\n    \"filibustering\": \"nzacha\",\n    \"filibusterous\": \"ihe ijuanya\",\n    \"filibusters\": \"ihe nzacha\",\n    \"filibustrous\": \"na-egbu maramara\",\n    \"filices\": \"ihe ederede\",\n    \"filicic\": \"filic\",\n    \"filicide\": \"igbu onwe\",\n    \"filicinean\": \"filicine\",\n    \"filicornia\": \"kelechi nwankwo\",\n    \"filigerous\": \"keegwu\",\n    \"filigrained\": \"edepụtara\",\n    \"filigraned\": \"filigranes\",\n    \"filigreed\": \"gbanwere\",\n    \"filigreeing\": \"ihe ntinye\",\n    \"filigrees\": \"ihe ndozi\",\n    \"filigreing\": \"filigree\",\n    \"filing\": \"ịgba akwụkwọ\",\n    \"filings\": \"nzacha\",\n    \"filiopietistic\": \"ihe nkiri\",\n    \"filister\": \"ihe nzacha\",\n    \"filisters\": \"ihe nzacha\",\n    \"fylker\": \"Nwachukwu\",\n    \"fill\": \"jupụta\",\n    \"filla\": \"jupụta a\",\n    \"fillagree\": \"filigree\",\n    \"fillagreed\": \"filigree\",\n    \"fillagreing\": \"na-achọgharị\",\n    \"fille\": \"njuputa\",\n    \"filled\": \"jupụta\",\n    \"fillemot\": \"ihe ndozi\",\n    \"filler\": \"nchekwa\",\n    \"fillercap\": \"nkpochapu\",\n    \"fillers\": \"Ihe nzacha\",\n    \"filleted\": \"ẹdude\",\n    \"filleter\": \"ihe nzacha\",\n    \"filleting\": \"nzacha\",\n    \"filly\": \"zuru\",\n    \"fillies\": \"ndochi\",\n    \"filling\": \"ndochi\",\n    \"fillingly\": \"na-ejuputa\",\n    \"fillingness\": \"njuputa\",\n    \"fillings\": \"ndochi\",\n    \"fillip\": \"ndochi\",\n    \"filliped\": \"ndochi\",\n    \"fillipeen\": \"fillip een\",\n    \"filliping\": \"ndochi\",\n    \"fillips\": \"Akuko\",\n    \"fillister\": \"feta\",\n    \"fillmass\": \"ndochi\",\n    \"fillmore\": \"juputa\",\n    \"fills\": \"jupụta\",\n    \"film\": \"ihe nkiri\",\n    \"filmable\": \"ihe nkiri\",\n    \"filmcard\": \"kaadị ihe nkiri\",\n    \"filmcards\": \"kaadị ihe nkiri\",\n    \"filmdom\": \"ihe nkiri\",\n    \"filmdoms\": \"nke filmdom si\",\n    \"filmer\": \"ihe nkiri\",\n    \"filmet\": \"ihe nkiri\",\n    \"filmgoer\": \"onye na-ekiri ihe nkiri\",\n    \"filmgoers\": \"ndị na-ekiri ihe nkiri\",\n    \"filmgoing\": \"ihe nkiri\",\n    \"filmy\": \"ihe nkiri\",\n    \"filmic\": \"ihe nkiri\",\n    \"filmically\": \"ihe nkiri\",\n    \"filmier\": \"ihe nkiri\",\n    \"filmiform\": \"ihe nkiri\",\n    \"filmily\": \"fililily\",\n    \"filminess\": \"mmezu\",\n    \"filming\": \"eserese\",\n    \"filmish\": \"kpakpando\",\n    \"filmist\": \"onye nkiri\",\n    \"filmized\": \"edere\",\n    \"filmizing\": \"na-enyocha\",\n    \"filmland\": \"Filland\",\n    \"filmlike\": \"ihe nkiri\",\n    \"filmmake\": \"onye na-eme ihe nkiri\",\n    \"filmmaker\": \"onye na-eme ihe nkiri\",\n    \"filmmaking\": \"na-eme ihe nkiri\",\n    \"filmography\": \"ihe nkiri\",\n    \"filmographies\": \"ihe nkiri\",\n    \"films\": \"ihe nkiri\",\n    \"filmset\": \"ihe nkiri\",\n    \"filmsets\": \"ihe nkiri\",\n    \"filmsetter\": \"ihe nkiri\",\n    \"filmsetting\": \"Ihe nkiri\",\n    \"filmslide\": \"ihe nkiri\",\n    \"filmstrip\": \"Ihe nkiri\",\n    \"filmstrips\": \"ihe nkiri\",\n    \"filosofe\": \"amamihe\",\n    \"fils\": \"Ihe\",\n    \"filt\": \"iyo\",\n    \"filter\": \"iyo\",\n    \"filterability\": \"filtrability\",\n    \"filterable\": \"nzacha\",\n    \"filterableness\": \"nzacha\",\n    \"filtered\": \"ẹdụk\",\n    \"filterer\": \"iyo\",\n    \"filterers\": \"nzacha\",\n    \"filtering\": \"nzacha\",\n    \"filterman\": \"onye nzacha\",\n    \"filtermen\": \"nzacha\",\n    \"filters\": \"nzacha\",\n    \"filth\": \"unyi\",\n    \"filthy\": \"ruru unyi\",\n    \"filthier\": \"nzacha\",\n    \"filthiest\": \"kasị dị ọcha\",\n    \"filthify\": \"nzacha\",\n    \"filthified\": \"nzacha\",\n    \"filthifying\": \"nzacha\",\n    \"filthily\": \"ihie\",\n    \"filthiness\": \"ruru unyi\",\n    \"filthless\": \"unyi\",\n    \"filths\": \"ihe ndozi\",\n    \"filtrable\": \"nzacha\",\n    \"filtrate\": \"yọchaa\",\n    \"filtrated\": \"ẹdụk\",\n    \"filtrates\": \"yọchaa\",\n    \"filtrating\": \"nzacha\",\n    \"filtration\": \"nzacha\",\n    \"fimbles\": \"fim\",\n    \"fimetic\": \"fim\",\n    \"fin\": \"imecha\",\n    \"finagled\": \"emechaala\",\n    \"finagles\": \"finagulu\",\n    \"finagling\": \"na-emecha\",\n    \"final\": \"ikpeazụ\",\n    \"finale\": \"n'ikpeazụ\",\n    \"finales\": \"n'ikpeazụ\",\n    \"finalis\": \"ngwụcha\",\n    \"finalism\": \"ikpeazụ\",\n    \"finalisms\": \"mmecha\",\n    \"finalist\": \"onye ikpeazụ\",\n    \"finalists\": \"ndị ikpeazụ\",\n    \"finality\": \"njedebe\",\n    \"finalities\": \"ikpeazụ\",\n    \"finalization\": \"imecha\",\n    \"finalizations\": \"mmecha\",\n    \"finalize\": \"mechaa\",\n    \"finalized\": \"emechara\",\n    \"finalizes\": \"na-emecha\",\n    \"finalizing\": \"na-emecha\",\n    \"finally\": \"n'ikpeazụ\",\n    \"finals\": \"ikpeazụ\",\n    \"finance\": \"ego\",\n    \"financed\": \"nwee ego\",\n    \"financer\": \"ego\",\n    \"finances\": \"ego\",\n    \"financial\": \"ego\",\n    \"financialist\": \"onye mmefu ego\",\n    \"financially\": \"ego\",\n    \"financier\": \"ego\",\n    \"financiere\": \"nwee ego\",\n    \"financiered\": \"nwee ego\",\n    \"financiery\": \"nwee ego\",\n    \"financiering\": \"ego\",\n    \"financiers\": \"ndị na-ahụ maka ego\",\n    \"financing\": \"ego\",\n    \"financist\": \"ọkamụta ego\",\n    \"finary\": \"emecha\",\n    \"finbacks\": \"mmechi\",\n    \"fincas\": \"Emechie\",\n    \"finched\": \"finches\",\n    \"finchery\": \"finches\",\n    \"find\": \"chọta\",\n    \"findability\": \"ịchọta\",\n    \"findable\": \"ịchọta\",\n    \"findal\": \"chọta\",\n    \"finder\": \"onye na achota\",\n    \"finders\": \"ndị na-achọta\",\n    \"findfault\": \"nnweta\",\n    \"findhorn\": \"chọta\",\n    \"findy\": \"chọta\",\n    \"finding\": \"ịchọta\",\n    \"findings\": \"nchoputa\",\n    \"findjan\": \"chọta\",\n    \"findon\": \"chọta\",\n    \"finds\": \"okụt\",\n    \"fine\": \"ezi\",\n    \"fineable\": \"dị mma\",\n    \"fineableness\": \"mara mma\",\n    \"finebent\": \"ezi ego\",\n    \"finecomb\": \"fincomb\",\n    \"fineer\": \"mma\",\n    \"fineish\": \"imecha\",\n    \"fineleaf\": \"finleaf\",\n    \"fineless\": \"enweghị ezi\",\n    \"finement\": \"imecha\",\n    \"finenesses\": \"fineness na-arụ\",\n    \"fineries\": \"mmecha\",\n    \"fines\": \"Iwu Iwu\",\n    \"finessed\": \"Emechara\",\n    \"finesser\": \"Emechara\",\n    \"finesses\": \"Emechara\",\n    \"finessing\": \"imecha\",\n    \"finest\": \"kasị mma\",\n    \"finew\": \"ezi\",\n    \"finewed\": \"emeziri\",\n    \"finfish\": \"azụ azụ\",\n    \"finfishes\": \"emecha\",\n    \"fingent\": \"finging\",\n    \"finger\": \"mkpịsị aka\",\n    \"fingerberry\": \"mkpịsị aka\",\n    \"fingerboard\": \"mkpịsị aka\",\n    \"fingerboards\": \"mkpịsị aka\",\n    \"fingerbreadth\": \"mkpịsị aka\",\n    \"fingered\": \"mkpịsị aka\",\n    \"fingerfish\": \"mkpịsị aka\",\n    \"fingerfishes\": \"mkpịsị aka aka\",\n    \"fingerflower\": \"mkpịsị aka\",\n    \"fingerhold\": \"mkpisi aka\",\n    \"fingerhook\": \"mkpịsị aka\",\n    \"fingery\": \"mkpịsị aka\",\n    \"fingering\": \"mkpịsị aka\",\n    \"fingerings\": \"mkpịsị aka\",\n    \"fingerleaf\": \"mkpịsị aka\",\n    \"fingerless\": \"mkpịsị aka\",\n    \"fingerlet\": \"mkpịsị aka\",\n    \"fingerlike\": \"mkpịsị aka dị ka\",\n    \"fingerling\": \"mkpịsị aka\",\n    \"fingerlings\": \"mkpịsị aka\",\n    \"fingermark\": \"akara aka\",\n    \"fingernail\": \"mbo aka\",\n    \"fingernails\": \"mbọ aka\",\n    \"fingerparted\": \"mkpisiaka aka\",\n    \"fingerpost\": \"mkpịsị aka\",\n    \"fingerprint\": \"mkpisiaka\",\n    \"fingerprinted\": \"mkpisiaka aka\",\n    \"fingerprinting\": \"mkpisiaka\",\n    \"fingerprints\": \"mkpisiaka aka\",\n    \"fingerroot\": \"mkpịsị aka\",\n    \"fingers\": \"mkpịsị aka\",\n    \"fingersmith\": \"mkpisi-aka\",\n    \"fingerspin\": \"mkpịsị aka\",\n    \"fingertip\": \"mkpisi aka aka\",\n    \"fingertips\": \"mkpisi aka\",\n    \"fingerwise\": \"mkpịsị aka aka\",\n    \"fingerwork\": \"mkpịsị aka aka\",\n    \"fingu\": \"asụsụ\",\n    \"finial\": \"ngwụcha\",\n    \"finialed\": \"emecha\",\n    \"finical\": \"emecha\",\n    \"finicality\": \"mmecha\",\n    \"finically\": \"emecha\",\n    \"finicalness\": \"mmecha\",\n    \"finicking\": \"na-emecha\",\n    \"finickingness\": \"agwụcha\",\n    \"finify\": \"mechaa\",\n    \"finific\": \"emecha\",\n    \"finiking\": \"imecha\",\n    \"finings\": \"imecha\",\n    \"finis\": \"imecha\",\n    \"finises\": \"emecha\",\n    \"finish\": \"imecha\",\n    \"finishable\": \"kechie\",\n    \"finished\": \"Emechara\",\n    \"finisher\": \"emecha\",\n    \"finishers\": \"emecha\",\n    \"finishes\": \"emecha\",\n    \"finishing\": \"emecha\",\n    \"finite\": \"emecha\",\n    \"finitely\": \"n'ikpeazụ\",\n    \"finiteness\": \"njedebe\",\n    \"finites\": \"emecha\",\n    \"finitesimal\": \"emecha\",\n    \"finitism\": \"njedebe\",\n    \"finitudes\": \"mmecha\",\n    \"finked\": \"finking\",\n    \"finland\": \"Finland\",\n    \"finlandization\": \"mmecha\",\n    \"finless\": \"enweghị njedebe\",\n    \"finmarks\": \"nsọtụ\",\n    \"finned\": \"emechara\",\n    \"finnic\": \"Finica\",\n    \"finnicize\": \"mechaa\",\n    \"finnier\": \"ọchị\",\n    \"finniest\": \"ọchị\",\n    \"finning\": \"emecha\",\n    \"finnip\": \"fininp\",\n    \"finnish\": \"Finnish\",\n    \"finnmarks\": \"Finnmarks\",\n    \"finnochio\": \"finocchio\",\n    \"fins\": \"ntù\",\n    \"fiord\": \"Onyedik\",\n    \"fiorded\": \"amala\",\n    \"fiorite\": \"kechioma\",\n    \"fiot\": \"Ọgba aghara\",\n    \"fipenny\": \"kpakpando\",\n    \"fippence\": \"enyi\",\n    \"fiques\": \"udo\",\n    \"firbolg\": \"mkpọtụ\",\n    \"fire\": \"oku\",\n    \"fireable\": \"ọkụ\",\n    \"firearm\": \"egbe\",\n    \"firearmed\": \"eji egbe\",\n    \"firearms\": \"egbe\",\n    \"fireback\": \"ọkụ\",\n    \"fireball\": \"ọkụ\",\n    \"fireballs\": \"ọkụ ọkụ\",\n    \"firebases\": \"nkpo oku\",\n    \"firebed\": \"ọkụ\",\n    \"firebird\": \"nnụnụ\",\n    \"firebirds\": \"nnụnụ ọkụ\",\n    \"fireblende\": \"ọkụ\",\n    \"fireboard\": \"bọọdụ\",\n    \"fireboat\": \"ụgbọ mmiri\",\n    \"fireboats\": \"ụgbọ mmiri ọkụ\",\n    \"firebolt\": \"ọkụ ọkụ\",\n    \"firebolted\": \"ọkụ\",\n    \"firebomb\": \"ọkụ ọkụ\",\n    \"firebombed\": \"gbaa ọkụ\",\n    \"firebombing\": \"mgbụ ọkụ\",\n    \"firebombs\": \"ọkụ ọkụ\",\n    \"firebote\": \"ọkụ\",\n    \"firebox\": \"igbe oku\",\n    \"fireboxes\": \"igbe oku\",\n    \"firebrand\": \"ọkụ ọkụ\",\n    \"firebrands\": \"ọkụ ọkụ\",\n    \"firebrat\": \"ọkụ ọkụ\",\n    \"firebrats\": \"ọkụ ọkụ\",\n    \"firebreak\": \"ọkụ ọgbụgba\",\n    \"firebreaks\": \"ọkụ ọkụ\",\n    \"firebrick\": \"nkụ ọkụ\",\n    \"firebricks\": \"nkụ ọkụ\",\n    \"fireburn\": \"ọkụ\",\n    \"fireclay\": \"oku\",\n    \"fireclays\": \"ọkụ ọkụ\",\n    \"firecoat\": \"akwa mkpuchi\",\n    \"firecracker\": \"oku oku\",\n    \"firecrackers\": \"oku\",\n    \"fired\": \"chụọ n'ọrụ\",\n    \"firedamp\": \"ọkụ ọkụ\",\n    \"firedamps\": \"ọkụ ọkụ\",\n    \"firedog\": \"ọkụ\",\n    \"firedogs\": \"ọkụ ọkụ\",\n    \"firedragon\": \"chụọ n'ọrụ\",\n    \"firedrake\": \"chụọ n'ọrụ\",\n    \"firefall\": \"ọkụ ọkụ\",\n    \"firefanged\": \"ọkụ ọkụ\",\n    \"firefight\": \"ọkụ ọkụ\",\n    \"firefighter\": \"onye oku oku\",\n    \"firefighters\": \"ndị ọkụ ọkụ\",\n    \"firefighting\": \"ọkụ ọkụ\",\n    \"fireflaught\": \"onye oku oku\",\n    \"firefly\": \"ọkụ\",\n    \"fireflies\": \"ọkụ\",\n    \"fireflower\": \"okooko osisi\",\n    \"fireguard\": \"onye nche oku\",\n    \"firehall\": \"ọkụ\",\n    \"firehalls\": \"ọkụ\",\n    \"firehouse\": \"ụlọ ọkụ\",\n    \"firehouses\": \"ụlọ ọkụ\",\n    \"fireless\": \"enweghị ọkụ\",\n    \"firelight\": \"ọkụ ọkụ\",\n    \"firelike\": \"ọkụ ọkụ\",\n    \"fireling\": \"ọkụ ọkụ\",\n    \"firelit\": \"ọkụ ọkụ\",\n    \"firelocks\": \"oku\",\n    \"fireman\": \"onye oku oku\",\n    \"firemanship\": \"ọkụ\",\n    \"firemaster\": \"onye na-ere ọkụ\",\n    \"firemen\": \"ndị na-agbanyụ ọkụ\",\n    \"firepan\": \"ọkụ\",\n    \"firepans\": \"ihe oku oku\",\n    \"firepink\": \"ọkụ ọkụ\",\n    \"firepinks\": \"ọkụ ọkụ\",\n    \"fireplace\": \"ekwú ọkụ\",\n    \"fireplaces\": \"ekwú ọkụ\",\n    \"fireplough\": \"ọkụ ọkụ\",\n    \"fireplow\": \"oku\",\n    \"fireplug\": \"ọkụ ọkụ\",\n    \"fireplugs\": \"ọkụ ọkụ\",\n    \"firepot\": \"ite oku\",\n    \"firepower\": \"ike oku\",\n    \"fireproof\": \"ọkụ\",\n    \"fireproofed\": \"ọkụ\",\n    \"fireproofing\": \"nkwụnye ọkụ\",\n    \"fireproofness\": \"ọkụ ọkụ\",\n    \"firer\": \"oku\",\n    \"fireroom\": \"ulo oku\",\n    \"firerooms\": \"ụlọ ọkụ\",\n    \"firers\": \"ọkụ\",\n    \"fires\": \"ọkụ\",\n    \"firesafeness\": \"nchekwa ọkụ\",\n    \"firesafety\": \"nchekwa ọkụ\",\n    \"fireshaft\": \"oku oku\",\n    \"fireside\": \"oku okuku\",\n    \"firesider\": \"oku oku\",\n    \"firesides\": \"oku oku\",\n    \"firesideship\": \"oku oku\",\n    \"firespout\": \"oku oku\",\n    \"firestone\": \"nkume oku\",\n    \"firestopping\": \"ọkụ ọkụ\",\n    \"firestorm\": \"ọkụ ọkụ\",\n    \"firetail\": \"ọkụ\",\n    \"firetop\": \"ọkụ\",\n    \"firetrap\": \"tinye\",\n    \"firetraps\": \"nkụja\",\n    \"fireward\": \"oku\",\n    \"firewarden\": \"oku\",\n    \"firewater\": \"mmiri ọkụ\",\n    \"fireweed\": \"oku\",\n    \"fireweeds\": \"ọkụ\",\n    \"firewood\": \"nkụ\",\n    \"firewoods\": \"nkụ\",\n    \"firework\": \"ezimezi oku\",\n    \"fireworky\": \"ezimezi oku\",\n    \"fireworkless\": \"ezimezi oku obere\",\n    \"fireworks\": \"ezimezi oku\",\n    \"fireworms\": \"oku\",\n    \"firy\": \"oke iwe\",\n    \"firiness\": \"ike\",\n    \"firing\": \"agbapụ\",\n    \"firk\": \"ndụdụ\",\n    \"firked\": \"ndụdụ\",\n    \"firker\": \"onye ọrụ ugbo\",\n    \"firking\": \"firkin\",\n    \"firkins\": \"firkin\",\n    \"firm\": \"guzosie ike\",\n    \"firmament\": \"mbara igwe\",\n    \"firmamental\": \"gbasiri ike\",\n    \"firmaments\": \"ụlọ ọrụ\",\n    \"firmance\": \"Onye isi\",\n    \"firmans\": \"ndị nkwado\",\n    \"firmarius\": \"ụlọ ọrụ\",\n    \"firmation\": \"nkwenye\",\n    \"firmed\": \"gbanyụọ\",\n    \"firmer\": \"ngwa ngwa\",\n    \"firmers\": \"ụlọ ọrụ\",\n    \"firmest\": \"ike\",\n    \"firmhearted\": \"nwee obi ike\",\n    \"firming\": \"ọkụ\",\n    \"firmisternal\": \"guzosie ike\",\n    \"firmisternia\": \"ụlọ ọrụ\",\n    \"firmisternial\": \"ụlọ ọrụ\",\n    \"firmisternous\": \"ụlọ ọrụ\",\n    \"firmity\": \"nkwusi ike\",\n    \"firmland\": \"mba\",\n    \"firmless\": \"kwụsie ike\",\n    \"firmly\": \"ike\",\n    \"firmness\": \"nkwụsi ike\",\n    \"firmnesses\": \"ụlọ ọrụ\",\n    \"firms\": \"ụlọ ọrụ\",\n    \"firmware\": \"femụwe\",\n    \"firnification\": \"ikpo oku\",\n    \"firns\": \"ụlọ ọrụ\",\n    \"firring\": \"ịgba\",\n    \"first\": \"mbụ\",\n    \"firstborn\": \"diọkpara\",\n    \"firstcomer\": \"onye mbu\",\n    \"firster\": \"mbụ\",\n    \"firstfruits\": \"mkpụrụ mbụ\",\n    \"firsthand\": \"ji anya\",\n    \"firstly\": \"nke mbụ\",\n    \"firstling\": \"akpa nwa\",\n    \"firstlings\": \"nkpuru mbu\",\n    \"firstness\": \"akpa\",\n    \"firsts\": \"izizi\",\n    \"firstship\": \"mbido\",\n    \"firth\": \"oku\",\n    \"firths\": \"firht\",\n    \"fisc\": \"fis\",\n    \"fiscal\": \"gbasara ego obodo\",\n    \"fiscalify\": \"gbasara ego\",\n    \"fiscalism\": \"gbasara ego obodo\",\n    \"fiscality\": \"gbasara oruuru mmadu\",\n    \"fiscalization\": \"gbasara ego\",\n    \"fiscalize\": \"na-emefu ego\",\n    \"fiscalized\": \"tinye n'ọrụ\",\n    \"fiscalizing\": \"ịkụ azụ\",\n    \"fiscally\": \"gbasara ego\",\n    \"fiscals\": \"gbasara ego\",\n    \"fischerite\": \"ịkụ azụ\",\n    \"fiscs\": \"fis\",\n    \"fiscus\": \"fis\",\n    \"fish\": \"azụ\",\n    \"fishability\": \"ihe ndozi\",\n    \"fishback\": \"azụ azụ\",\n    \"fishbed\": \"azụ azụ\",\n    \"fishberry\": \"azu\",\n    \"fishberries\": \"Azụ azụ\",\n    \"fishboat\": \"ụgbọ mmiri\",\n    \"fishboats\": \"ụgbọ mmiri azụ\",\n    \"fishbolt\": \"azu\",\n    \"fishbolts\": \"azu azu\",\n    \"fishbone\": \"ọkpụkpụ azụ\",\n    \"fishbones\": \"ọkpụkpụ azụ\",\n    \"fishbowl\": \"azu azu\",\n    \"fishbowls\": \"azu azu\",\n    \"fisheater\": \"onye na-eri azu\",\n    \"fished\": \"azu\",\n    \"fisheye\": \"azụ\",\n    \"fisheyes\": \"azụ\",\n    \"fisher\": \"oku azu\",\n    \"fisherboat\": \"ụgbọ mmiri azụ\",\n    \"fisherboy\": \"umuaka\",\n    \"fisheress\": \"ịkụ azụ\",\n    \"fisherfolk\": \"ndị ọkụ azụ\",\n    \"fishergirl\": \"nwanyi azu\",\n    \"fishery\": \"ịkụ azụ\",\n    \"fisheries\": \"azụ azụ\",\n    \"fisherman\": \"onye ọkụ azụ\",\n    \"fishermen\": \"ndị ọkụ azụ\",\n    \"fisherpeople\": \"ndị ọkụ azụ\",\n    \"fishers\": \"ndị ọkụ azụ\",\n    \"fisherwoman\": \"onye na-akụ azụ\",\n    \"fishes\": \"azụ\",\n    \"fishet\": \"azụ\",\n    \"fishfall\": \"azu mmiri\",\n    \"fishfinger\": \"azụ aka\",\n    \"fishful\": \"azụ\",\n    \"fishgarth\": \"azu mmiri\",\n    \"fishgig\": \"azụ azụ\",\n    \"fishgigs\": \"azụ azụ\",\n    \"fishgrass\": \"azu azu\",\n    \"fishhold\": \"nkochi azu\",\n    \"fishhood\": \"nkochi azu\",\n    \"fishhook\": \"nkochi azu\",\n    \"fishhooks\": \"azu nko\",\n    \"fishhouse\": \"ụlọ azụ\",\n    \"fishy\": \"azụ\",\n    \"fishyard\": \"azu ulo\",\n    \"fishyback\": \"azụ azụ\",\n    \"fishybacking\": \"azụ azụ\",\n    \"fishifying\": \"na-egbu maramara\",\n    \"fishiness\": \"ịkụ azụ\",\n    \"fishing\": \"ịkụ azụ\",\n    \"fishingly\": \"ịkụ azụ\",\n    \"fishings\": \"ịkụ azụ\",\n    \"fishless\": \"enweghị azụ\",\n    \"fishlet\": \"azu\",\n    \"fishlike\": \"dị ka azụ\",\n    \"fishline\": \"iyak\",\n    \"fishlines\": \"azụ\",\n    \"fishling\": \"ịkụ azụ\",\n    \"fishman\": \"onye azu\",\n    \"fishmeal\": \"azu\",\n    \"fishmeals\": \"azu\",\n    \"fishmen\": \"onye azu\",\n    \"fishmonger\": \"azu azu\",\n    \"fishmouth\": \"azụ azụ\",\n    \"fishnet\": \"azu\",\n    \"fishnets\": \"iyak\",\n    \"fishplate\": \"azu azu\",\n    \"fishpole\": \"azu azu\",\n    \"fishpoles\": \"ọdọ mmiri\",\n    \"fishpond\": \"ọdọ mmiri\",\n    \"fishponds\": \"ọdọ mmiri\",\n    \"fishpool\": \"azu mmiri\",\n    \"fishpot\": \"ite azu\",\n    \"fishpotter\": \"azu azu\",\n    \"fishpound\": \"ọdọ mmiri\",\n    \"fishskin\": \"akpụkpọ azụ\",\n    \"fishspear\": \"azu ube\",\n    \"fishtail\": \"azu\",\n    \"fishtailed\": \"iyak\",\n    \"fishtailing\": \"ịkụ azụ\",\n    \"fishtails\": \"akụ azụ\",\n    \"fishway\": \"azu mmiri\",\n    \"fishways\": \"ndiegwu\",\n    \"fishweed\": \"azu azu\",\n    \"fishweir\": \"Azụ azụ\",\n    \"fishwife\": \"nwunye nwanyi\",\n    \"fishwives\": \"ndị na-azụ azụ\",\n    \"fishwoman\": \"nwanyi azu\",\n    \"fishwood\": \"Azụ osisi\",\n    \"fishworker\": \"onye na-arụ ọrụ azụ\",\n    \"fishworks\": \"ọrụ azụ\",\n    \"fishworm\": \"azu azu\",\n    \"fisk\": \"azụ\",\n    \"fissidactyl\": \"chukwunonso\",\n    \"fissidens\": \"Onyedika\",\n    \"fissileness\": \"azụ\",\n    \"fissilingual\": \"onyegbula\",\n    \"fission\": \"ndozi\",\n    \"fissionable\": \"fissable\",\n    \"fissional\": \"fission\",\n    \"fissioned\": \"gbapụ\",\n    \"fissioning\": \"agbasa\",\n    \"fissions\": \"fiss\",\n    \"fissipalmate\": \"azu\",\n    \"fissipalmation\": \"ịkụ azụ\",\n    \"fissiparism\": \"ịkụ azụ\",\n    \"fissiparity\": \"ịkụ azụ\",\n    \"fissiparous\": \"na-akụ azụ\",\n    \"fissiparously\": \"na-azụ azụ\",\n    \"fissiparousness\": \"azụ azụ\",\n    \"fissiped\": \"azụ\",\n    \"fissipeds\": \"azụ\",\n    \"fissipes\": \"ụdị azụ\",\n    \"fissive\": \"fiss\",\n    \"fissural\": \"anụ ahụ\",\n    \"fissure\": \"fississ\",\n    \"fissured\": \"agbaji\",\n    \"fissures\": \"agbaji\",\n    \"fissuring\": \"na-agbasa\",\n    \"fist\": \"aka\",\n    \"fisted\": \"agbatị\",\n    \"fistfight\": \"ọkpọ\",\n    \"fistful\": \"ọkpọ\",\n    \"fistfuls\": \"ọkpọka\",\n    \"fisty\": \"ọkpọka\",\n    \"fistical\": \"ntughari\",\n    \"fisticuffing\": \"isticgha\",\n    \"fistiness\": \"afụ\",\n    \"fisting\": \"ọkpọ\",\n    \"fistinut\": \"mmmmmmmmmmmmm\",\n    \"fistle\": \"ọkpọ\",\n    \"fistlike\": \"aka\",\n    \"fistmele\": \"ọkpọka\",\n    \"fistnote\": \"ọkpọ\",\n    \"fistnotes\": \"ọkpọ\",\n    \"fists\": \"ọkpọ\",\n    \"fistular\": \"ọkpọ\",\n    \"fistulate\": \"ọkpọ\",\n    \"fistulated\": \"ọkpọ\",\n    \"fistule\": \"ọkpọ\",\n    \"fistuliform\": \"mmmmmmmmmmmmm\",\n    \"fistulizing\": \"isttọ\",\n    \"fistulous\": \"fististic\",\n    \"fistwise\": \"ọkpọka\",\n    \"fit\": \"dabara\",\n    \"fitched\": \"dabara\",\n    \"fitchee\": \"ichachi\",\n    \"fitchered\": \"kwesịrị\",\n    \"fitchering\": \"kwesịrị ekwesị\",\n    \"fitchet\": \"eriri\",\n    \"fitchets\": \"ihe ndozi\",\n    \"fitchew\": \"ikechi\",\n    \"fitchews\": \"eriri igwe\",\n    \"fitchy\": \"dị mfe\",\n    \"fitful\": \"kwesịrị ekwesị\",\n    \"fitfully\": \"dabara adaba\",\n    \"fitfulness\": \"kwesịrị ekwesị\",\n    \"fitified\": \"kwadoro\",\n    \"fitly\": \"dabara nke ọma\",\n    \"fitment\": \"ndozi\",\n    \"fitments\": \"ndozi\",\n    \"fitness\": \"mma\",\n    \"fitnesses\": \"mma\",\n    \"fitroot\": \"eriri afọ\",\n    \"fits\": \"dabara\",\n    \"fittable\": \"dabara adaba\",\n    \"fittage\": \"ndozi\",\n    \"fytte\": \"Obere\",\n    \"fitted\": \"dabara\",\n    \"fittedness\": \"kwesịrị ekwesị\",\n    \"fitten\": \"dabara\",\n    \"fitter\": \"kwesịrị ekwesị\",\n    \"fitters\": \"kwesịrị ekwesị\",\n    \"fyttes\": \"kwesịrị ekwesị\",\n    \"fittest\": \"ikekwe\",\n    \"fitty\": \"kwesịrị ekwesị\",\n    \"fittier\": \"kwesịrị ekwesị\",\n    \"fittiest\": \"kwesịrị ekwesị\",\n    \"fittyfied\": \"dabara adaba\",\n    \"fittily\": \"dabara nke ọma\",\n    \"fittiness\": \"kwesịrị ekwesị\",\n    \"fitting\": \"kwesịrị ekwesị\",\n    \"fittingly\": \"dabara adaba\",\n    \"fittingness\": \"kwesịrị ekwesị\",\n    \"fittings\": \"oyiyi akwa\",\n    \"fittit\": \"ihe ndozi\",\n    \"fittyways\": \"kwesịrị ekwesị\",\n    \"fittywise\": \"dabara adaba\",\n    \"fittonia\": \"Fittonia\",\n    \"fitweed\": \"akwa\",\n    \"fitz\": \"Fitz\",\n    \"fitzclarence\": \"izu ike\",\n    \"fitzroy\": \"Nnenna\",\n    \"fitzroya\": \"nwachukwu\",\n    \"five\": \"ise\",\n    \"fivebar\": \"ise\",\n    \"fivefold\": \"okpukpu ise\",\n    \"fivefoldness\": \"okpukpu ise\",\n    \"fiveling\": \"ise\",\n    \"fivepence\": \"okpukpu ise\",\n    \"fivepenny\": \"akpokoro\",\n    \"fivepins\": \"ahịhịa\",\n    \"fiver\": \"ọkụ\",\n    \"fivers\": \"gbanwere\",\n    \"fives\": \"ise\",\n    \"fivescore\": \"Ise\",\n    \"fivesome\": \"dị mma\",\n    \"fivestones\": \"nkume ise\",\n    \"fivish\": \"ike\",\n    \"fix\": \"ndozi\",\n    \"fixage\": \"ndozi\",\n    \"fixate\": \"dozie\",\n    \"fixated\": \"edoziri\",\n    \"fixatifs\": \"ndozi\",\n    \"fixating\": \"gwara\",\n    \"fixation\": \"ndozi\",\n    \"fixations\": \"ndozi\",\n    \"fixatives\": \"ndozi\",\n    \"fixator\": \"ndozi\",\n    \"fixature\": \"ndozi\",\n    \"fixed\": \"ofu\",\n    \"fixedly\": \"ofu\",\n    \"fixedness\": \"ndozi\",\n    \"fixer\": \"onye ndozi\",\n    \"fixers\": \"ndozi\",\n    \"fixes\": \"ndozi\",\n    \"fixgig\": \"ndozi\",\n    \"fixidity\": \"ndozi\",\n    \"fixing\": \"idozi\",\n    \"fixings\": \"ndozi\",\n    \"fixion\": \"ndozi\",\n    \"fixity\": \"ndozi\",\n    \"fixities\": \"ndozi\",\n    \"fixive\": \"ndozi\",\n    \"fixt\": \"ndokwa\",\n    \"fixture\": \"nfiksi\",\n    \"fixtureless\": \"na-adịgide adịgide\",\n    \"fixtures\": \"ihe ndozi\",\n    \"fixup\": \"idozi\",\n    \"fixups\": \"ndozi\",\n    \"fixure\": \"idozi\",\n    \"fixures\": \"ndozi\",\n    \"fizzy\": \"Fizzy\",\n    \"fizzing\": \"ọkụ\",\n    \"fjerding\": \"mara\",\n    \"fjorded\": \"Chidinma\",\n    \"fjorgyn\": \"mmmmmmmmmmmm\",\n    \"flabbergast\": \"okamigbo\",\n    \"flabbergastation\": \"okpokoro\",\n    \"flabbergasted\": \"okpokoro\",\n    \"flabbergasting\": \"okpokoro\",\n    \"flabbergastingly\": \"Obianuju\",\n    \"flabbergasts\": \"ụgbụ\",\n    \"flabbier\": \"flabby\",\n    \"flabbiest\": \"kacha nwee nsogbu\",\n    \"flabel\": \"ọkọlọtọ\",\n    \"flabella\": \"falabella\",\n    \"flabellate\": \"ihe mbadamba\",\n    \"flabelliform\": \"unanya\",\n    \"flabellinerved\": \"agbama\",\n    \"flabellum\": \"Achọpụta\",\n    \"flabile\": \"ọkụ\",\n    \"flabs\": \"flab\",\n    \"flaccidness\": \"enweghị ntụpọ\",\n    \"flachery\": \"ihe nzuzu\",\n    \"flacian\": \"flawa\",\n    \"flacianist\": \"ọkà mmụta\",\n    \"flack\": \"nkpa\",\n    \"flacked\": \"gbanye\",\n    \"flacker\": \"agbachi\",\n    \"flackery\": \"uwe ojii\",\n    \"flacket\": \"ihe nzuzu\",\n    \"flacks\": \"nwachukwu\",\n    \"flacon\": \"flakan\",\n    \"flacourtiaceae\": \"flakourtiaceae\",\n    \"flacourtiaceous\": \"flakourtiaceae\",\n    \"flaff\": \"ọkọlọtọ\",\n    \"flag\": \"ọkọlọtọ\",\n    \"flagboat\": \"ụgbọ mmiri ọkọlọtọ\",\n    \"flagella\": \"Flagella\",\n    \"flagellar\": \"ọkọlọtọ\",\n    \"flagellate\": \"opi\",\n    \"flagellates\": \"ọkọlọtọ\",\n    \"flagellating\": \"na-ebu agha\",\n    \"flagellation\": \"ịpịa ihe\",\n    \"flagellators\": \"ndị na-ebu iwe\",\n    \"flagelliferous\": \"ọkọlọtọ\",\n    \"flagelliform\": \"ọkọlọtọ\",\n    \"flagellist\": \"ọkọlọtọ\",\n    \"flagellula\": \"Flagellula\",\n    \"flagellum\": \"ọkọlọtọ\",\n    \"flagellums\": \"ọkọlọtọ\",\n    \"flagfall\": \"ọkọlọtọ\",\n    \"flagfish\": \"azu azu\",\n    \"flagfishes\": \"ọkọlọtọ\",\n    \"flagged\": \"ọkọlọtọ\",\n    \"flaggelate\": \"opi\",\n    \"flaggelated\": \"ọkọlọtọ\",\n    \"flaggelating\": \"ọkọlọtọ\",\n    \"flaggelation\": \"ịpịa ihe\",\n    \"flaggella\": \"Flagella\",\n    \"flagger\": \"ọkọlọtọ\",\n    \"flaggery\": \"ọkọlọtọ\",\n    \"flaggers\": \"ọkọlọtọ\",\n    \"flaggy\": \"ọkọlọtọ\",\n    \"flaggier\": \"ọkọlọtọ\",\n    \"flaggiest\": \"ọkọlọtọ\",\n    \"flaggily\": \"ọkọlọtọ\",\n    \"flagginess\": \"ọkọlọtọ\",\n    \"flagging\": \"ịkọ ọkọlọtọ\",\n    \"flaggingly\": \"ọkọlọtọ\",\n    \"flaggings\": \"ọkọlọtọ\",\n    \"flaggish\": \"ọkọlọtọ\",\n    \"flagilate\": \"flagi\",\n    \"flagitate\": \"kọwaa ọkọlọtọ\",\n    \"flagitation\": \"ọkọlọtọ\",\n    \"flagitious\": \"ọkọlọtọ\",\n    \"flagitiously\": \"ọkọlọtọ\",\n    \"flagitiousness\": \"ọkọlọtọ\",\n    \"flagleaf\": \"ọkọlọtọ\",\n    \"flagless\": \"enweghị ọkọlọtọ\",\n    \"flaglet\": \"ọkọlọtọ\",\n    \"flaglike\": \"ọkọlọtọ dị ka\",\n    \"flagmaker\": \"ọkọlọtọ\",\n    \"flagmaking\": \"ọkọlọtọ Ndinam\",\n    \"flagman\": \"ọkọlọtọ\",\n    \"flagmen\": \"ọkọlọtọ\",\n    \"flagonless\": \"enweghị ntụpọ\",\n    \"flagons\": \"ọkọlọtọ\",\n    \"flagpole\": \"ọkọlọtọ\",\n    \"flagpoles\": \"ọkọlọtọ\",\n    \"flagrance\": \"ọkọlọtọ\",\n    \"flagrancy\": \"ọkọlọtọ\",\n    \"flagrant\": \"keisi\",\n    \"flagrante\": \"okpukpu\",\n    \"flagrantly\": \"n'ụzọ doro anya\",\n    \"flagrantness\": \"njirimara\",\n    \"flagrate\": \"flata\",\n    \"flagroot\": \"ọkọlọtọ\",\n    \"flags\": \"ọkọlọtọ\",\n    \"flagship\": \"ọkọlọtọ\",\n    \"flagships\": \"ọkọlọtọ\",\n    \"flagstaff\": \"ọkọlọtọ\",\n    \"flagstaffs\": \"ọkọlọtọ\",\n    \"flagstaves\": \"nkume ọkọlọtọ\",\n    \"flagstick\": \"ọkọlọtọ\",\n    \"flagstone\": \"Nkume ọkọlọtọ\",\n    \"flagstones\": \"nkume ọkọlọtọ\",\n    \"flagworm\": \"flatworm\",\n    \"flay\": \"flayer\",\n    \"flayed\": \"acha uhie uhie\",\n    \"flayers\": \"mpempe akwụkwọ\",\n    \"flaying\": \"na-agbagharị\",\n    \"flailing\": \"Na-acha ọkụ\",\n    \"flaillike\": \"ọkụ\",\n    \"flairs\": \"ntụpọ\",\n    \"flays\": \"Agwa\",\n    \"flaite\": \"oku\",\n    \"flaithship\": \"ọkọlọtọ\",\n    \"flajolotite\": \"ụdịdị\",\n    \"flak\": \"okpokoro\",\n    \"flake\": \"okpokoro\",\n    \"flakeboard\": \"ogwe osisi\",\n    \"flakeless\": \"enweghị ntụpọ\",\n    \"flakelet\": \"flake\",\n    \"flakers\": \"flaker\",\n    \"flaky\": \"peekpe\",\n    \"flakiest\": \"kacha ike\",\n    \"flam\": \"ire ọkụ\",\n    \"flamandization\": \"oku\",\n    \"flamandize\": \"ire ọkụ\",\n    \"flamant\": \"ọkụ\",\n    \"flamb\": \"ire ọkụ\",\n    \"flambage\": \"ire ọkụ\",\n    \"flambant\": \"ọkụ\",\n    \"flambe\": \"ire ọkụ\",\n    \"flambeing\": \"enwu ọkụ\",\n    \"flamberg\": \"akpaka\",\n    \"flamberge\": \"ire ọkụ\",\n    \"flambes\": \"ire ọkụ\",\n    \"flamboyance\": \"ire ọkụ\",\n    \"flamboyancy\": \"ire ọkụ\",\n    \"flamboyant\": \"ọkụ\",\n    \"flamboyantly\": \"ọkụ\",\n    \"flamboyer\": \"ire ọkụ\",\n    \"flame\": \"oku\",\n    \"flamed\": \"oku\",\n    \"flamefish\": \"ire ọkụ\",\n    \"flamefishes\": \"ire ọkụ\",\n    \"flameflower\": \"ire ọkụ\",\n    \"flameholder\": \"onye na-ere ọkụ\",\n    \"flameless\": \"enweghị ntụpọ\",\n    \"flamelet\": \"ire ọkụ\",\n    \"flamelike\": \"ire ọkụ\",\n    \"flamen\": \"oku\",\n    \"flamencos\": \"ọkụ\",\n    \"flamens\": \"ire ọkụ\",\n    \"flamenship\": \"ọkụ\",\n    \"flameout\": \"ọkụ ọkụ\",\n    \"flameouts\": \"ọkụ\",\n    \"flameproof\": \"ire ọkụ\",\n    \"flameproofer\": \"ire ọkụ\",\n    \"flamer\": \"oku\",\n    \"flamers\": \"oku\",\n    \"flames\": \"ire ọkụ\",\n    \"flamethrower\": \"oku oku\",\n    \"flamethrowers\": \"ndi oku oku\",\n    \"flamfew\": \"oku\",\n    \"flamy\": \"oku\",\n    \"flamier\": \"ọkụ\",\n    \"flamiest\": \"kacha ọkụ\",\n    \"flamineous\": \"ọkụ\",\n    \"flamines\": \"ire ọkụ\",\n    \"flaming\": \"na-enwu ọkụ\",\n    \"flamingant\": \"na-enwu ọkụ\",\n    \"flamingly\": \"na-enwu enwu\",\n    \"flamingoes\": \"ire ọkụ\",\n    \"flamless\": \"enweghị ntụpọ\",\n    \"flammability\": \"ọkụ ọkụ\",\n    \"flammable\": \"ọkụ\",\n    \"flammably\": \"ọkụ\",\n    \"flammant\": \"ọkụ\",\n    \"flammation\": \"ire ọkụ\",\n    \"flammed\": \"oku\",\n    \"flammeous\": \"ire ọkụ\",\n    \"flammiferous\": \"ọkụ\",\n    \"flammigerous\": \"ọkụ ọkụ\",\n    \"flamming\": \"na-enwu enwu\",\n    \"flammivomous\": \"ire ọkụ\",\n    \"flammulated\": \"ọkụ\",\n    \"flammulation\": \"ire ọkụ\",\n    \"flammule\": \"ire ọkụ\",\n    \"flams\": \"ogho\",\n    \"flan\": \"ukwu\",\n    \"flanch\": \"Flange\",\n    \"flanchard\": \"mmmmmmmmmmmmm\",\n    \"flanche\": \"Flange\",\n    \"flanched\": \"gbanwere ọkụ\",\n    \"flane\": \"flawaur\",\n    \"flanes\": \"ire ọkụ\",\n    \"flaneur\": \"flawaur\",\n    \"flang\": \"Flange\",\n    \"flange\": \"Flange\",\n    \"flanged\": \"gbanwere ọkụ\",\n    \"flangeless\": \"enweghị ntụpọ\",\n    \"flanger\": \"Okpokoro\",\n    \"flanging\": \"na-agbanwe\",\n    \"flank\": \"ukwu\",\n    \"flanked\": \"n'akụkụ\",\n    \"flanking\": \"igwu\",\n    \"flanks\": \"akụkụ\",\n    \"flanneled\": \"flanne\",\n    \"flannelling\": \"ịjụ oyi\",\n    \"flannelmouthed\": \"kpọchie ọnụ\",\n    \"flannelmouths\": \"nla nla\",\n    \"flanning\": \"ịgha\",\n    \"flap\": \"flaapu\",\n    \"flapcake\": \"flaapu achicha\",\n    \"flapjack\": \"flaapjack\",\n    \"flapmouthed\": \"okpokoro\",\n    \"flapped\": \"akpachara anya\",\n    \"flapper\": \"mpempe akwụkwọ\",\n    \"flappered\": \"mpempe akwụkwọ\",\n    \"flapperhood\": \"okpokoro\",\n    \"flapperish\": \"mpempe akwụkwọ\",\n    \"flapperism\": \"ihe mgbochi\",\n    \"flappers\": \"mpempe akwụkwọ\",\n    \"flappet\": \"mpempe akwụkwọ\",\n    \"flappiest\": \"kacha mma\",\n    \"flaps\": \"mkpịsị aka\",\n    \"flare\": \"njali elu\",\n    \"flareback\": \"nweghachi\",\n    \"flareboard\": \"ogwe osisi\",\n    \"flared\": \"ọkụ\",\n    \"flareless\": \"enweghị ntụpọ\",\n    \"flares\": \"ọkụ\",\n    \"flarfish\": \"azụ azụ\",\n    \"flarfishes\": \"flarfish\",\n    \"flary\": \"njali elu\",\n    \"flaring\": \"ịgbasa\",\n    \"flaringly\": \"ịgbasa\",\n    \"flaser\": \"flasher\",\n    \"flash\": \"gbaa\",\n    \"flashboard\": \"mpempe akwụkwọ\",\n    \"flashbulbs\": \"bọlbụ\",\n    \"flashed\": \"mgbukepụ\",\n    \"flashers\": \"ọkụ\",\n    \"flashes\": \"mgbukepụ\",\n    \"flashet\": \"flasher\",\n    \"flashflood\": \"flash iju mmiri\",\n    \"flashforward\": \"gbanye ihu\",\n    \"flashforwards\": \"ngwa ngwa\",\n    \"flashguns\": \"ọkụ\",\n    \"flashier\": \"flashy\",\n    \"flashiest\": \"na-enwu gbaa\",\n    \"flashily\": \"ọkụ\",\n    \"flashiness\": \"flashines\",\n    \"flashing\": \"na-egbu maramara\",\n    \"flashingly\": \"na-egbu maramara\",\n    \"flashings\": \"na-egbu maramara\",\n    \"flashlamp\": \"ọkụ\",\n    \"flashlamps\": \"ọkụ\",\n    \"flashly\": \"gbaa\",\n    \"flashlight\": \"tọọchị\",\n    \"flashlights\": \"ọkụ\",\n    \"flashlike\": \"tọọchị\",\n    \"flashness\": \"ọkụ\",\n    \"flashover\": \"okpukpu\",\n    \"flashproof\": \"ọkụ\",\n    \"flask\": \"karama\",\n    \"flaskets\": \"akwa\",\n    \"flaskful\": \"karama\",\n    \"flasks\": \"okpokoro\",\n    \"flat\": \"ewepụghị\",\n    \"flatbeds\": \"mbadamba\",\n    \"flatboat\": \"ụgbọ mmiri\",\n    \"flatboats\": \"ụgbọ mmiri\",\n    \"flatbrod\": \"agbako\",\n    \"flatcaps\": \"okpu\",\n    \"flatcar\": \"flatlat\",\n    \"flatdom\": \"dị ọcha\",\n    \"flated\": \"ọkụ\",\n    \"flateria\": \"Flateria\",\n    \"flatette\": \"flatset\",\n    \"flatfish\": \"azu azu\",\n    \"flatfooted\": \"dị larịị\",\n    \"flatfootedly\": \"dị mfe\",\n    \"flatfootedness\": \"Ikenye aka\",\n    \"flatfooting\": \"flatfo\",\n    \"flatfoots\": \"flatfoot ụkwụ\",\n    \"flathat\": \"ewepụghị\",\n    \"flathe\": \"ihihie\",\n    \"flatirons\": \"flatiron\",\n    \"flatlanders\": \"ndị flatland\",\n    \"flatlands\": \"ala dị larịị\",\n    \"flatlet\": \"Uyo\",\n    \"flatlets\": \"Flatsị\",\n    \"flatling\": \"atọ ụtọ\",\n    \"flatlings\": \"flatgha\",\n    \"flatman\": \"flatm\",\n    \"flatmate\": \"onye ibe ya\",\n    \"flatmen\": \"ndi flat\",\n    \"flatnesses\": \"flatlines\",\n    \"flats\": \"flat\",\n    \"flatted\": \"ịtọọrọ\",\n    \"flatten\": \"iha aha\",\n    \"flattened\": \"abara\",\n    \"flatteners\": \"ndị dị larịị\",\n    \"flattening\": \"sụọ ọnụ\",\n    \"flatter\": \"ito ito\",\n    \"flatterable\": \"kwue okwu\",\n    \"flattered\": \"ito eto\",\n    \"flatterer\": \"Onyeukwu\",\n    \"flatterers\": \"ndị na-eme mkpọtụ\",\n    \"flatteress\": \"Ezenwanyi\",\n    \"flattery\": \"ire ụtọ\",\n    \"flatteries\": \"okwu ire ụtọ\",\n    \"flattering\": \"ire ụtọ\",\n    \"flatteringly\": \"okwu ire-ụtọ\",\n    \"flatteringness\": \"okwu ire ụtọ\",\n    \"flatterous\": \"ekwurekwu\",\n    \"flattest\": \"flatten\",\n    \"flattie\": \"flatto\",\n    \"flattish\": \"ihilata\",\n    \"flatulences\": \"ọkụ\",\n    \"flatulency\": \"tutọ\",\n    \"flatulentness\": \"ịdị ọcha\",\n    \"flatuosity\": \"ọkụ\",\n    \"flatuous\": \"ire\",\n    \"flatwork\": \"flat flat\",\n    \"flatworks\": \"flattops\",\n    \"flaucht\": \"Okechukwu\",\n    \"flaughtbred\": \"ikekwe\",\n    \"flaughter\": \"flakes\",\n    \"flaughts\": \"flabụtin\",\n    \"flaunche\": \"ogwe aka\",\n    \"flaunched\": \"gbara ọkụ\",\n    \"flaunching\": \"na-akụ ọkụ\",\n    \"flaunt\": \"mpako\",\n    \"flaunted\": \"egosi\",\n    \"flaunters\": \"ndị mbụ\",\n    \"flaunty\": \"flaunts\",\n    \"flauntier\": \"okpu\",\n    \"flauntiest\": \"kachasị\",\n    \"flauntily\": \"n'egosi\",\n    \"flauntiness\": \"mpako\",\n    \"flauntingly\": \"n’egosi\",\n    \"flautist\": \"onye nkwanye ugwu\",\n    \"flautists\": \"ndị flaut\",\n    \"flauto\": \"Flauto\",\n    \"flavanthrene\": \"okpokoro\",\n    \"flavescence\": \"nyocha\",\n    \"flavescent\": \"okpokoro\",\n    \"flavian\": \"Flavian\",\n    \"flavicant\": \"ire ọkụ\",\n    \"flavin\": \"flawa\",\n    \"flavius\": \"Flavius\",\n    \"flavor\": \"ekpomeekpo\",\n    \"flavored\": \"ekpomeekpo\",\n    \"flavorful\": \"ekpomeekpo\",\n    \"flavorfully\": \"ekpomeekpo\",\n    \"flavorfulness\": \"ekpomeekpo\",\n    \"flavory\": \"ekpomeekpo\",\n    \"flavoriness\": \"ekpomeekpo\",\n    \"flavoring\": \"ekpomeekpo\",\n    \"flavorings\": \"ekpomeekpo\",\n    \"flavorless\": \"ekpomeekpo\",\n    \"flavorlessness\": \"flavorless ness\",\n    \"flavorous\": \"okpokoro\",\n    \"flavorousness\": \"ire ụtọ\",\n    \"flavors\": \"ekpomeekpo\",\n    \"flavorsome\": \"na-atọ ụtọ\",\n    \"flavorsomeness\": \"ekpemekpe\",\n    \"flavour\": \"ekpomeekpo\",\n    \"flavoured\": \"ekpomeekpo\",\n    \"flavourer\": \"okpokoro\",\n    \"flavourfully\": \"n’enweghi ume\",\n    \"flavoury\": \"ire ụtọ\",\n    \"flavouring\": \"ekpomeekpo\",\n    \"flavourless\": \"enweghị ntụ\",\n    \"flavourous\": \"flavosos\",\n    \"flavours\": \"ekpomeekpo\",\n    \"flavous\": \"ihe ojoo\",\n    \"flaw\": \"oghom\",\n    \"flawed\": \"enweghi ntụpọ\",\n    \"flawedness\": \"enweghị ntụpọ\",\n    \"flawful\": \"ezighi ezi\",\n    \"flawy\": \"oghom\",\n    \"flawier\": \"flawia\",\n    \"flawiest\": \"kachasị\",\n    \"flawing\": \"imebi\",\n    \"flawless\": \"enweghi ntupo\",\n    \"flawlessly\": \"n’enweghị ntụpọ\",\n    \"flawlessness\": \"enweghị ntụpọ\",\n    \"flaws\": \"ntụpọ\",\n    \"flaxbird\": \"okooko osisi\",\n    \"flaxboard\": \"flaxb\",\n    \"flaxes\": \"flax\",\n    \"flaxy\": \"flaks\",\n    \"flaxlike\": \"flax dị ka flax\",\n    \"flaxseed\": \"flaxsw\",\n    \"flaxwoman\": \"Flaxwoman\",\n    \"fld\": \"Nwachukwu\",\n    \"fldxt\": \"Ugbok\",\n    \"flea\": \"àkpịrị\",\n    \"fleabanes\": \"fleaban\",\n    \"fleabiting\": \"na-efe efe\",\n    \"fleabitten\": \"gbara ọsọ\",\n    \"fleabugs\": \"na-efe efe\",\n    \"fleay\": \"ife efe\",\n    \"fleak\": \"gbaba\",\n    \"fleam\": \"ofufe\",\n    \"fleamy\": \"na-efe efe\",\n    \"fleams\": \"na-agba ọsọ\",\n    \"fleapit\": \"ụgbọ mmiri\",\n    \"flear\": \"fụọ\",\n    \"fleaseed\": \"weputara\",\n    \"fleaworts\": \"efe efe\",\n    \"flebile\": \"ugbo ala\",\n    \"fleches\": \"agbapụ\",\n    \"flechette\": \"ụgbọ mmiri\",\n    \"flechettes\": \"akpachapụ anya\",\n    \"flecked\": \"gbara ọsọ\",\n    \"flecker\": \"onye na-anya ụgbọ mmiri\",\n    \"fleckered\": \"gbaa ọsọ\",\n    \"fleckering\": \"Na-agba ọsọ\",\n    \"fleckiest\": \"dịkarịsịrị ike\",\n    \"fleckiness\": \"ure\",\n    \"flecking\": \"na-agbapụ\",\n    \"fleckled\": \"gbara ọkpụrụkpụ\",\n    \"fleckless\": \"enweghị atụ\",\n    \"flecklessly\": \"n'eghara\",\n    \"flect\": \"gbaa\",\n    \"flection\": \"ikuku\",\n    \"flectional\": \"mgbapụ\",\n    \"flectionless\": \"enweghị atụ\",\n    \"flections\": \"na-agbapụ\",\n    \"flector\": \"ọkụ\",\n    \"fled\": \"gbara ọsọ\",\n    \"fledge\": \"nkwa\",\n    \"fledged\": \"gbaa ọsọ\",\n    \"fledgeless\": \"enweghị ntụkwasị obi\",\n    \"fledgeling\": \"agbapụ\",\n    \"fledges\": \"gbaa ọsọ\",\n    \"fledgy\": \"ndị na-agba ọsọ\",\n    \"fledgier\": \"gbaa ọsọ\",\n    \"fledgiest\": \"gbaa ọsọ\",\n    \"fledging\": \"na-agba ọsọ\",\n    \"fledgling\": \"agba ọsọ\",\n    \"fledglings\": \"gbaa ọsọ\",\n    \"flee\": \"gbalaga\",\n    \"fleece\": \"ajị anụ\",\n    \"fleeceable\": \"a na-efe efe\",\n    \"fleeced\": \"gbaa ọsọ\",\n    \"fleeceflower\": \"fureelị\",\n    \"fleeceless\": \"enweghị efe\",\n    \"fleecelike\": \"gbaa ọsọ\",\n    \"fleecer\": \"agba ọsọ\",\n    \"fleecers\": \"ndị na-efe efe\",\n    \"fleeces\": \"agba ọsọ\",\n    \"fleech\": \"gbaa ọsọ\",\n    \"fleeched\": \"gbaa ọsọ\",\n    \"fleeches\": \"umuaka\",\n    \"fleeching\": \"na-agba ọsọ\",\n    \"fleechment\": \"gbaa ọsọ\",\n    \"fleecy\": \"agba ọsọ\",\n    \"fleecier\": \"agba ọsọ\",\n    \"fleeciest\": \"gbaa ọsọ\",\n    \"fleecily\": \"gbaa ọsọ\",\n    \"fleeciness\": \"gbaa ọsọ\",\n    \"fleecing\": \"na-agba ọsọ\",\n    \"fleeing\": \"na-agba ọsọ\",\n    \"fleer\": \"onye gbara ọsọ\",\n    \"fleered\": \"gbara ọsọ\",\n    \"fleerer\": \"onye nkiti\",\n    \"fleering\": \"na-agba ọsọ\",\n    \"fleeringly\": \"na-agba ọsọ\",\n    \"fleers\": \"ndị gbara ọsọ\",\n    \"flees\": \"gbaba\",\n    \"fleet\": \"ugbua\",\n    \"fleeted\": \"gbara ọsọ\",\n    \"fleetest\": \"nke gbara ọsọ\",\n    \"fleetful\": \"ịnyịnya ike\",\n    \"fleeting\": \"na-agba ọsọ\",\n    \"fleetingly\": \"ngwa ngwa\",\n    \"fleetingness\": \"ngwa ngwa\",\n    \"fleetings\": \"ụgbọ mmiri\",\n    \"fleetly\": \"ngwa ngwa\",\n    \"fleetness\": \"fleet\",\n    \"fleets\": \"ụgbọ mmiri\",\n    \"fleetwing\": \"na-efe efe\",\n    \"flegm\": \"uto\",\n    \"fleyed\": \"gbara ọsọ\",\n    \"fleyedly\": \"ngwa ngwa\",\n    \"fleyedness\": \"efegharị\",\n    \"fleying\": \"fley\",\n    \"fleyland\": \"Okechukwu\",\n    \"fleing\": \"na-agba ọsọ\",\n    \"fleys\": \"na-agba ọsọ\",\n    \"fleme\": \"gbara\",\n    \"flemer\": \"ọsọ\",\n    \"fleming\": \"Fleming\",\n    \"flemings\": \"ihe ndozi\",\n    \"flemish\": \"nzuzu\",\n    \"flemished\": \"ichoro\",\n    \"flemishes\": \"mmezi\",\n    \"flemishing\": \"ichi\",\n    \"flensed\": \"juu\",\n    \"flensing\": \"Ogechukwu\",\n    \"flentes\": \"udo\",\n    \"flerried\": \"flerled\",\n    \"flerrying\": \"lerzọ\",\n    \"flesh\": \"anụ ahụ\",\n    \"fleshbrush\": \"ahịhịa anụ ahụ\",\n    \"fleshed\": \"fles\",\n    \"fleshen\": \"anụ ahụ́\",\n    \"flesher\": \"gbasasịa\",\n    \"fleshes\": \"anụ\",\n    \"fleshful\": \"nke anụ ahụ\",\n    \"fleshhood\": \"anụ ahụ\",\n    \"fleshhook\": \"anụ ahụ\",\n    \"fleshy\": \"anụ ahụ́\",\n    \"fleshier\": \"anụ ahụ\",\n    \"fleshiest\": \"anụ ahụ\",\n    \"fleshiness\": \"anụ ahụ\",\n    \"fleshing\": \"na-anụ ihe\",\n    \"fleshings\": \"anụ ahụ\",\n    \"fleshless\": \"anụ ahụ\",\n    \"fleshlessness\": \"enweghị anụ ahụ\",\n    \"fleshly\": \"anụ ahụ\",\n    \"fleshlier\": \"anụ ahụ\",\n    \"fleshliest\": \"anụ ahụ\",\n    \"fleshlike\": \"anụ ahụ\",\n    \"fleshlily\": \"anụ ahụ\",\n    \"fleshliness\": \"anụ ahụ\",\n    \"fleshling\": \"anụ ahụ\",\n    \"fleshment\": \"anụ ahụ\",\n    \"fleshmonger\": \"anụ anụ\",\n    \"fleshpot\": \"anụ ahụ\",\n    \"fleshpots\": \"ite anụ ahụ\",\n    \"fleshquake\": \"anụ ahụ\",\n    \"fleta\": \"flea\",\n    \"fletched\": \"fletị\",\n    \"fletching\": \"ịgbanye\",\n    \"flether\": \"fletcher\",\n    \"fleuret\": \"fleurị\",\n    \"fleurettee\": \"fleurette\",\n    \"fleuretty\": \"ngwa ngwa\",\n    \"fleury\": \"ife efe\",\n    \"fleuron\": \"fleur\",\n    \"fleuronee\": \"fleur\",\n    \"flew\": \"ama\",\n    \"flewed\": \"gbara oso\",\n    \"flews\": \"gbasa\",\n    \"flex\": \"ime mgbanwe\",\n    \"flexanimous\": \"Agbanwe\",\n    \"flexed\": \"gbanwee\",\n    \"flexes\": \"na-emegharị\",\n    \"flexibility\": \"mgbanwe\",\n    \"flexibilities\": \"mgbanwe\",\n    \"flexibilty\": \"mgbanwe\",\n    \"flexible\": \"mgbanwe\",\n    \"flexibleness\": \"mgbanwe\",\n    \"flexibly\": \"na-agbanwe agbanwe\",\n    \"flexile\": \"mgbanwe\",\n    \"flexility\": \"mgbanwe\",\n    \"flexing\": \"mgbanwe\",\n    \"flexion\": \"mgbanwe\",\n    \"flexional\": \"mgbanwe\",\n    \"flexionless\": \"na-enweghị mgbanwe\",\n    \"flexions\": \"mgbanwe\",\n    \"flexity\": \"mgbanwe\",\n    \"flexitime\": \"mfe\",\n    \"flexive\": \"mgbanwe\",\n    \"flexography\": \"mgbanwe\",\n    \"flexographic\": \"mgbanwe\",\n    \"flexographically\": \"ịgbanyụ\",\n    \"flexor\": \"mgbanwe\",\n    \"flexors\": \"mgbanwe\",\n    \"flexuosely\": \"ngwa ngwa\",\n    \"flexuosities\": \"ọkụ\",\n    \"flexuous\": \"flexious\",\n    \"flexuously\": \"ngwa ngwa\",\n    \"flexuousness\": \"Ugboro ole na ole\",\n    \"flexura\": \"mgbanwe\",\n    \"flexural\": \"mgbanwe\",\n    \"flexure\": \"mgbanwe\",\n    \"flexured\": \"gbanwee\",\n    \"flexures\": \"mgbanwe\",\n    \"fly\": \"ofufe\",\n    \"flyability\": \"ọsọ\",\n    \"flyable\": \"na-egwu egwu\",\n    \"flyaway\": \"ifeanyi\",\n    \"flyaways\": \"Okechukwu\",\n    \"flyback\": \"ofufe\",\n    \"flyball\": \"bọl\",\n    \"flybane\": \"ofufe\",\n    \"flibbertigibbety\": \"flibbertigibbet\",\n    \"flibbertigibbets\": \"ifeanyi\",\n    \"flybelt\": \"ofufe\",\n    \"flybelts\": \"ofufe\",\n    \"flyby\": \"ofufe\",\n    \"flybys\": \"ofufe\",\n    \"flyblew\": \"ofufe\",\n    \"flyblow\": \"ofufe\",\n    \"flyblowing\": \"na-efegharị\",\n    \"flyblown\": \"ofufe\",\n    \"flyblows\": \"ofufe\",\n    \"flyboat\": \"ụgbọ mmiri\",\n    \"flyboats\": \"ụgbọ mmiri\",\n    \"flyboy\": \"ofufe\",\n    \"flybook\": \"akwụkwọ ofufe\",\n    \"flibustier\": \"na-elekọta\",\n    \"flycaster\": \"ofufe\",\n    \"flycatcher\": \"ogbe okuko\",\n    \"flycatchers\": \"ndi efe\",\n    \"flichtered\": \"na-agbasa\",\n    \"flichtering\": \"na-efegharị\",\n    \"flichters\": \"mpempe akwụkwọ\",\n    \"flick\": \"kpatụ aka\",\n    \"flicked\": \"kpatụ aka,\",\n    \"flicker\": \"amụba amụba\",\n    \"flickery\": \"ihie ụzọ\",\n    \"flickering\": \"achapụ\",\n    \"flickeringly\": \"ịgbapụ\",\n    \"flicking\": \"ịpịgharị\",\n    \"flics\": \"flicks\",\n    \"flidder\": \"onye na-egbu egbu\",\n    \"flidge\": \"ngwa nju oyi\",\n    \"flied\": \"efe\",\n    \"flyers\": \"akwụkwọ mkpọsa\",\n    \"flies\": \"ijiji\",\n    \"fliest\": \"ijiji\",\n    \"fliffus\": \"flifọs\",\n    \"flyflap\": \"ofufe flaapu\",\n    \"flyflapper\": \"ofufe flapper\",\n    \"flyflower\": \"okooko osisi\",\n    \"fligged\": \"gbajiri\",\n    \"fligger\": \"ịgba\",\n    \"flight\": \"ụgbọ elu\",\n    \"flighted\": \"gbara ọsọ\",\n    \"flightful\": \"na-efe efe\",\n    \"flighthead\": \"headgbọ elu\",\n    \"flighty\": \"na-efe efe\",\n    \"flightier\": \"nke na-akọkarị nkọ\",\n    \"flightiest\": \"nke kachasị\",\n    \"flightily\": \"na-efe efe\",\n    \"flightiness\": \"ofufe\",\n    \"flighting\": \"na-agba ọsọ\",\n    \"flightless\": \"na-adịghị efe efe\",\n    \"flights\": \"ụgbọ elu\",\n    \"flightshot\": \"agbapụ ụgbọ elu\",\n    \"flightworthy\": \"na-efe efe\",\n    \"flying\": \"na-efe efe\",\n    \"flyingly\": \"na-efe efe\",\n    \"flyings\": \"na-efe efe\",\n    \"flyleaves\": \"ifuru\",\n    \"flyless\": \"ada\",\n    \"flyman\": \"onye efe\",\n    \"flymen\": \"ndị efe\",\n    \"flimflammed\": \"flamflamed\",\n    \"flimsy\": \"flim\",\n    \"flimsies\": \"flims flim\",\n    \"flimsiest\": \"kasị mfe\",\n    \"flimsily\": \"ihe nzuzu\",\n    \"flimsiness\": \"ngọngọ\",\n    \"flinchingly\": \"n'egwu\",\n    \"flinders\": \"Nkume\",\n    \"flindersia\": \"nkpo\",\n    \"flindosy\": \"amaka\",\n    \"flyness\": \"ofufe\",\n    \"fling\": \"gbaa\",\n    \"flingdust\": \"okpokoro\",\n    \"flinger\": \".gha\",\n    \"flinging\": \".fụ\",\n    \"flinted\": \"flin\",\n    \"flinthearted\": \"onye nwere mmụọ\",\n    \"flintify\": \"kwenye\",\n    \"flintified\": \"ịda mba\",\n    \"flintifying\": \"kwere\",\n    \"flintiness\": \"enweghị ikike\",\n    \"flinting\": \"ịda\",\n    \"flintless\": \"enweghị okwute\",\n    \"flintlike\": \"dị ka okike\",\n    \"flints\": \"flin\",\n    \"flintstone\": \"okwute\",\n    \"flintwood\": \"osisi\",\n    \"flyoff\": \"egwu\",\n    \"flyover\": \"uzo\",\n    \"flyovers\": \"okporo ụzọ\",\n    \"flip\": \"tụgharịa\",\n    \"flypaper\": \"akwụkwọ akụkọ\",\n    \"flypapers\": \"akwụkwọ akụkọ\",\n    \"flypast\": \"ofufe\",\n    \"flypasts\": \"efe efe\",\n    \"flype\": \"tụgharịa\",\n    \"flipflop\": \"slịpas\",\n    \"fliping\": \"mpịakọta\",\n    \"flipjack\": \"tụgharịa\",\n    \"flippance\": \"mmegharị\",\n    \"flippancy\": \"ike\",\n    \"flippancies\": \"mmeghachi omume\",\n    \"flippant\": \"flipping\",\n    \"flippantly\": \"n'egwuregwu\",\n    \"flippantness\": \"ịsacha\",\n    \"flipped\": \"tụgharịa\",\n    \"flipper\": \"flipa\",\n    \"flipperling\": \"flippering\",\n    \"flipping\": \"mpịakọta\",\n    \"flyproof\": \"ofufe\",\n    \"flips\": \"tụgharịa\",\n    \"flirtable\": \"na-achụgharị\",\n    \"flirtation\": \"nsogbu\",\n    \"flirtational\": \"eme mfe\",\n    \"flirtationless\": \"na-enweghị ntụpọ\",\n    \"flirtations\": \"na-achụgharị\",\n    \"flirtatious\": \"na-achụgharị\",\n    \"flirtatiously\": \"na-achụ nwanyị\",\n    \"flirtatiousness\": \"na-achụ nwoke\",\n    \"flirted\": \"chụrụ\",\n    \"flirter\": \"flirt\",\n    \"flirters\": \"Nkịtị\",\n    \"flirty\": \"achụ\",\n    \"flirtier\": \"achụgharị\",\n    \"flirtiest\": \"na-achụ ọgụ\",\n    \"flirtigig\": \"Nwokeji\",\n    \"flirting\": \"eme mfe\",\n    \"flirtingly\": \"na-achụ nwanyị\",\n    \"flirtish\": \"na-achụgharị\",\n    \"flirtishness\": \"irtmụ nwanyị\",\n    \"flirtling\": \"na-achụgharị\",\n    \"flirts\": \"na-achụ\",\n    \"flysch\": \"adapụsị\",\n    \"flysches\": \"ofufe\",\n    \"flisk\": \"gbatuo\",\n    \"flisked\": \"gbara\",\n    \"flyspeck\": \"ofufe\",\n    \"flyspecked\": \"adaha\",\n    \"flyspecking\": \"Ugboro abụọ\",\n    \"flyspecks\": \"ofufe\",\n    \"flyswat\": \"Ugboro abụọ\",\n    \"flyswatter\": \"Ugboro abụọ\",\n    \"flit\": \"gbajie\",\n    \"flytail\": \"ofufe\",\n    \"flitch\": \"uzo\",\n    \"flitched\": \"gbajie\",\n    \"flitchen\": \"uzo\",\n    \"flitches\": \"mgbaji\",\n    \"flitching\": \"ị gụ\",\n    \"flitchplate\": \"efere efere\",\n    \"flyte\": \"ofufe\",\n    \"flited\": \"tụgharịrị\",\n    \"flyted\": \"fula\",\n    \"flytes\": \"na-efe efe\",\n    \"flitfold\": \"gbawaa\",\n    \"flytier\": \"ofufe\",\n    \"flytiers\": \"ndị na-efe efe\",\n    \"flytime\": \"oge ofufe\",\n    \"fliting\": \"na-efe\",\n    \"flyting\": \"na-efe\",\n    \"flytings\": \"ofufe\",\n    \"flytrap\": \"ofufe\",\n    \"flits\": \"Azụ\",\n    \"flitted\": \"gbajiri\",\n    \"flitter\": \"gbajiri\",\n    \"flittered\": \"gbajiri\",\n    \"flittering\": \"agbapụ\",\n    \"flittern\": \"mgbawa\",\n    \"flitters\": \"gbajiri\",\n    \"flittiness\": \"ịma mma\",\n    \"flitting\": \"na-efegharị\",\n    \"flittingly\": \"jijiji\",\n    \"flivver\": \"tụgharịa\",\n    \"flyway\": \"ofufe\",\n    \"flyways\": \"ụgbọ elu\",\n    \"flyweight\": \"ife efe\",\n    \"flyweights\": \"ụgbọ elu\",\n    \"flywheel\": \"ofufe\",\n    \"flywheels\": \"ufe\",\n    \"flywinch\": \"ofufe\",\n    \"flywire\": \"ofufe\",\n    \"flywort\": \"ife efe\",\n    \"flix\": \"Ogbe\",\n    \"flixweed\": \"Okereke\",\n    \"fll\": \"ngwu\",\n    \"flneuse\": \"egwu\",\n    \"fload\": \"budata\",\n    \"float\": \"ise n'elu\",\n    \"floatage\": \"sere n'elu\",\n    \"floatation\": \"n'elu mmiri\",\n    \"floatative\": \"na-ese n’elu mmiri\",\n    \"floated\": \"na-ese n’elu mmiri\",\n    \"floater\": \"sere n'elu\",\n    \"floaters\": \"na-ese n’elu mmiri\",\n    \"floating\": \"na-ese n’elu mmiri\",\n    \"floatingly\": \"na-ese n’elu mmiri\",\n    \"floatmaker\": \"onye na-ese n'elu mmiri\",\n    \"floatmen\": \"ndị na-ese n’elu mmiri\",\n    \"floats\": \"na-ese n’elu mmiri\",\n    \"floatsman\": \"Onye nwe mmiri\",\n    \"floatsmen\": \"ndị na-ese n’elu mmiri\",\n    \"flob\": \"zọgbuo\",\n    \"flobby\": \"ebe obibi\",\n    \"floc\": \"dị ọcha\",\n    \"flocced\": \"gbawara\",\n    \"floccing\": \"na-asọgharị\",\n    \"floccipend\": \"Nwoke\",\n    \"flocculating\": \"na-agbagharị\",\n    \"flocculous\": \"onye nzuzu\",\n    \"flock\": \"ìgwè ewu na atụrụ\",\n    \"flockbed\": \"chịrị atụrụ\",\n    \"flocked\": \"gbara atụrụ\",\n    \"flocker\": \"onye na-elekọta atụrụ\",\n    \"flockier\": \"onye agbo\",\n    \"flockiest\": \"kacha ewu ewu\",\n    \"flocking\": \"na-agba atụrụ\",\n    \"flockings\": \"ìgwè atụrụ\",\n    \"flockless\": \"ìgwè ewu na atụrụ\",\n    \"flocklike\": \"yiri atụrụ\",\n    \"flockling\": \"na-azụ atụrụ\",\n    \"flockman\": \"onye na-azụ atụrụ\",\n    \"flockmaster\": \"onye ọzụzụ atụrụ\",\n    \"flockowner\": \"onye nwe atụrụ\",\n    \"flocks\": \"ìgwè ewu na atụrụ\",\n    \"flockwise\": \"atụrụ\",\n    \"flocs\": \"flok\",\n    \"floeberg\": \"Ugochukwu\",\n    \"floes\": \"atụrụ\",\n    \"flog\": \"pịa\",\n    \"floggable\": \"ihe otiti\",\n    \"flogged\": \"tie ha ihe\",\n    \"flogger\": \"utari\",\n    \"floggers\": \"ndị na-apịa mmadụ ihe\",\n    \"flogging\": \"iti ha ihe\",\n    \"floggingly\": \"ụtarị\",\n    \"floggings\": \"iti ha ihe\",\n    \"flogs\": \"pịa\",\n    \"flogster\": \"ụtarị\",\n    \"floit\": \"na-efe efe\",\n    \"flood\": \"ide mmiri\",\n    \"floodable\": \"ide mmiri\",\n    \"floodage\": \"ide mmiri\",\n    \"floodboard\": \"ide mmiri\",\n    \"floodcock\": \"ide mmiri\",\n    \"flooded\": \"idei mmiri\",\n    \"flooder\": \"iju mmiri\",\n    \"flooders\": \"ide mmiri\",\n    \"floodgate\": \"ide mmiri\",\n    \"floodgates\": \"ihe mkpuchi mmiri\",\n    \"floody\": \"ọbara\",\n    \"flooding\": \"ide mmiri\",\n    \"floodless\": \"idei mmiri\",\n    \"floodlet\": \"akpa\",\n    \"floodlight\": \"iju mmiri\",\n    \"floodlighted\": \"ide mmiri gbara\",\n    \"floodlighting\": \"ide mmiri\",\n    \"floodlights\": \"ọkụ ọkụ\",\n    \"floodlike\": \"ide mmiri\",\n    \"floodlilit\": \"iju mmiri\",\n    \"floodlit\": \"ide mmiri\",\n    \"floodmark\": \"ide mmiri\",\n    \"floodometer\": \"iju mmiri\",\n    \"floodplain\": \"ide mmiri\",\n    \"floodproof\": \"ide mmiri na-egbochi\",\n    \"floods\": \"idei mmiri\",\n    \"floodtime\": \"oge iju mmiri\",\n    \"floodway\": \"ide mmiri\",\n    \"floodways\": \"idei mmiri\",\n    \"floodwall\": \"ide mmiri\",\n    \"floodwater\": \"ide mmiri\",\n    \"floodwood\": \"iju mmiri\",\n    \"flook\": \"ìgwè ewu\",\n    \"floor\": \"ala\",\n    \"floorage\": \"ihe ndozi\",\n    \"floorboard\": \"okpokoro\",\n    \"floorboards\": \"mbadamba ala\",\n    \"floorcloth\": \"ákwà ụlọ\",\n    \"floorcloths\": \"ákwà ụlọ\",\n    \"floored\": \"amaara\",\n    \"floorer\": \"onye nzuzu\",\n    \"floorers\": \"ndi okacha-ama\",\n    \"floorhead\": \"okpuru ulo\",\n    \"flooring\": \"ụlọ\",\n    \"floorless\": \"enweghị ụlọ\",\n    \"floorman\": \"Onye nwe ulo\",\n    \"floormen\": \"ndị nwe ụlọ\",\n    \"floors\": \"ala\",\n    \"floorshift\": \"ala ụlọ\",\n    \"floorshifts\": \"ala ụlọ\",\n    \"floorshow\": \"gini mere\",\n    \"floorthrough\": \"ihe omimi\",\n    \"floorway\": \"ala ụlọ\",\n    \"floorwalker\": \"ndagwurugwu ụlọ\",\n    \"floorwalkers\": \"ndị na-ete ime ụlọ\",\n    \"floorward\": \"n'ala ulo\",\n    \"floorwise\": \"n’elu ala\",\n    \"floozies\": \"Ugochukwu\",\n    \"flopper\": \"onye na-agba mmiri\",\n    \"floppier\": \"onyeka\",\n    \"floppies\": \"floppy\",\n    \"floppiest\": \"onyeka\",\n    \"floppily\": \"floppy\",\n    \"floppiness\": \"ndagharị\",\n    \"flopping\": \"na-agba mmiri\",\n    \"flopwing\": \"gbapuo\",\n    \"flora\": \"osisi\",\n    \"florae\": \"osisi\",\n    \"floral\": \"ifuru\",\n    \"florally\": \"floral\",\n    \"floras\": \"osisi\",\n    \"florate\": \"floreat\",\n    \"floreate\": \"floreat\",\n    \"floreated\": \"floreat\",\n    \"floreating\": \"na-agbagharị\",\n    \"florent\": \"ocha\",\n    \"florescence\": \"ifuru\",\n    \"florescent\": \"okooko osisi\",\n    \"floressence\": \"ndozi\",\n    \"floret\": \"osisi\",\n    \"floreted\": \"flore\",\n    \"florets\": \"okooko osisi\",\n    \"florette\": \"floretụ\",\n    \"floretty\": \"onyema\",\n    \"floriage\": \"ndozi\",\n    \"florian\": \"onye florian\",\n    \"floriate\": \"flori\",\n    \"floriated\": \"flori\",\n    \"floriation\": \"flori\",\n    \"floriculturally\": \"floric omenala\",\n    \"floridan\": \"Nnenna\",\n    \"floridans\": \"floridians\",\n    \"floridean\": \"Okechukwu\",\n    \"florideous\": \"Okechukwu\",\n    \"floridian\": \"Okechukwu\",\n    \"florification\": \"mmegharị\",\n    \"florissant\": \"onyegbato\",\n    \"florist\": \"ore fulawa\",\n    \"floristically\": \"florisically\",\n    \"floristics\": \"ndị na-ese florist\",\n    \"florists\": \"okooko osisi\",\n    \"floscularia\": \"chukwuemeka\",\n    \"floscularian\": \"Onyeka Onwenu\",\n    \"flosculet\": \"Ugboro abụọ\",\n    \"flosculous\": \"ihe nzuzu\",\n    \"floss\": \"ahihia\",\n    \"flossed\": \"gbawara\",\n    \"flosses\": \"floss\",\n    \"flossflower\": \"ifuru\",\n    \"flossie\": \"Ugochukwu\",\n    \"flossier\": \"Ugochukwu\",\n    \"flossies\": \"Ulo\",\n    \"flossiest\": \"Ugochukwu\",\n    \"flossiness\": \"flossness\",\n    \"flossing\": \"na-agba\",\n    \"flotage\": \"ndagharị\",\n    \"flotant\": \"flottant\",\n    \"flotative\": \"flotation\",\n    \"floter\": \"flote\",\n    \"flotsam\": \"Ugochukwu\",\n    \"flotsams\": \"Ugochukwu\",\n    \"flotsan\": \"Ugochukwu\",\n    \"flotsen\": \"Ugochukwu\",\n    \"flotson\": \"Ugochukwu\",\n    \"flounce\": \"gbafere\",\n    \"flounced\": \"gbaa mmiri\",\n    \"flouncey\": \"ndaba\",\n    \"flounciest\": \"Onyekwere\",\n    \"flouncing\": \"na-agbagharị\",\n    \"flounder\": \"ndagharị\",\n    \"floundered\": \"gbawara\",\n    \"floundering\": \"na-agbagharị\",\n    \"flounderingly\": \"na-agbagharị\",\n    \"flounders\": \"ndagharị\",\n    \"flour\": \"ntụ ọka\",\n    \"floured\": \"ntụ ọka\",\n    \"flourescent\": \"ọkụ\",\n    \"floury\": \"ntụ ọka\",\n    \"flouriness\": \"ntụ ọka\",\n    \"flouring\": \"na-ese\",\n    \"flourish\": \"too nke ọma\",\n    \"flourishable\": \"Na-acha ọcha\",\n    \"flourished\": \"toro\",\n    \"flourisher\": \"ntụ ọka\",\n    \"flourishes\": \"na-eto\",\n    \"flourishy\": \"nwee ihe ịga nke ọma\",\n    \"flourishing\": \"na-eto eto\",\n    \"flourishingly\": \"juputara\",\n    \"flourishment\": \"ifuru\",\n    \"flourless\": \"ntụ ọka\",\n    \"flourlike\": \"dị ka ntụ\",\n    \"flours\": \"ntụ ọka\",\n    \"floush\": \"gbaa\",\n    \"flouted\": \"gbara\",\n    \"flouter\": \"ihe nzuzu\",\n    \"flouters\": \"ndị na-anya ụgbọ mmiri\",\n    \"flouting\": \"na-asọ asọ\",\n    \"floutingly\": \"n'egwu\",\n    \"flow\": \"igba\",\n    \"flowable\": \"na-efegharị efegharị\",\n    \"flowage\": \"agba mmiri\",\n    \"flowages\": \"agba\",\n    \"flowchart\": \"okpokoro\",\n    \"flowcharted\": \"agba mmiri\",\n    \"flowcharting\": \"agba agba\",\n    \"flowcharts\": \"agba mmiri\",\n    \"flowcontrol\": \"njikwa njikwa\",\n    \"flowe\": \"igba\",\n    \"flowed\": \"gbara\",\n    \"flower\": \"ifuru\",\n    \"flowerbed\": \"akwa ifuru\",\n    \"flowered\": \"okooko\",\n    \"flowerer\": \"onye okooko osisi\",\n    \"flowerers\": \"okooko osisi\",\n    \"floweret\": \"okooko osisi\",\n    \"flowerets\": \"okooko osisi\",\n    \"flowerfence\": \"ifuru nsu\",\n    \"flowerfly\": \"ifuru\",\n    \"flowerful\": \"ifuru\",\n    \"flowery\": \"okooko osisi\",\n    \"flowerier\": \"okooko osisi\",\n    \"floweriest\": \"ore fulawa\",\n    \"flowerily\": \"ifuru\",\n    \"floweriness\": \"ifuru\",\n    \"flowering\": \"okooko\",\n    \"flowerist\": \"ore fulawa\",\n    \"flowerless\": \"ifuru\",\n    \"flowerlessness\": \"enweghị ifuru\",\n    \"flowerlet\": \"ifuru\",\n    \"flowerlike\": \"dị ka ifuru\",\n    \"flowerpecker\": \"ifuru\",\n    \"flowerpot\": \"ite ifuru\",\n    \"flowerpots\": \"ite okooko osisi\",\n    \"flowers\": \"okooko osisi\",\n    \"flowerwork\": \"ifuru\",\n    \"flowing\": \"na-asọ\",\n    \"flowingly\": \"Na-asọ asọ\",\n    \"flowingness\": \"na-asọ asọ\",\n    \"flowk\": \"gbawara\",\n    \"flowmeter\": \"የፍime\",\n    \"flown\": \"ugbo elu\",\n    \"flows\": \"aga\",\n    \"flowstone\": \"okpokoro\",\n    \"fluate\": \"gbanye ọkụ\",\n    \"flubbing\": \"lubgba mmiri\",\n    \"flubdub\": \"mmmmmmmmmmmm\",\n    \"flubdubbery\": \"ikogbu\",\n    \"flubdubs\": \"ndiegwu\",\n    \"flubs\": \"flọb\",\n    \"fluctiferous\": \"na-agbanwe\",\n    \"fluctigerous\": \"na-agbanwe agbanwe\",\n    \"fluctisonant\": \"na-agbanwe agbanwe\",\n    \"fluctisonous\": \"na-agbanwe\",\n    \"fluctuable\": \"agbanwe\",\n    \"fluctuant\": \"na-agbanwe agbanwe\",\n    \"fluctuate\": \"na-agbanwe\",\n    \"fluctuated\": \"na-agbanwe\",\n    \"fluctuates\": \"na-agbanwe\",\n    \"fluctuating\": \"na-agbanwe\",\n    \"fluctuation\": \"ngbanwe\",\n    \"fluctuational\": \"na-agbanwe agbanwe\",\n    \"fluctuations\": \"mgbanwe\",\n    \"fluegelhorn\": \"Uchechukwu\",\n    \"fluellin\": \"fluellen\",\n    \"fluellite\": \"fluellen\",\n    \"fluence\": \"ịgafe asụsụ\",\n    \"fluency\": \"were were\",\n    \"fluent\": \"were were\",\n    \"fluently\": \"were were\",\n    \"fluentness\": \"were were\",\n    \"fluer\": \"fleur\",\n    \"flues\": \"flu\",\n    \"fluework\": \"ọrụ flue\",\n    \"fluff\": \"efu\",\n    \"fluffed\": \"ọfụma\",\n    \"fluffer\": \"Fluffer\",\n    \"fluffy\": \"N'ụbọchị nke abụọ,\",\n    \"fluffier\": \"Fluffier\",\n    \"fluffiest\": \"ọfụma\",\n    \"fluffily\": \"N'ụbọchị nke abụọ\",\n    \"fluffiness\": \"Fluffiness\",\n    \"fluffing\": \"efu\",\n    \"fluffs\": \"efu\",\n    \"flugelhorn\": \"Uchechukwu\",\n    \"flugelman\": \"Nwokeji\",\n    \"flugelmen\": \"Ndigbo\",\n    \"fluible\": \"mgbanwe\",\n    \"fluid\": \"ọmụmụ mmiri\",\n    \"fluidal\": \"dị mmiri mmiri\",\n    \"fluidally\": \"dị mmiri mmiri\",\n    \"fluidglycerate\": \"mmmmmmmmmmmmm\",\n    \"fluidible\": \"nke nwere ike ịgbanwe\",\n    \"fluidic\": \"dị mmiri mmiri\",\n    \"fluidics\": \"ihe di omimi\",\n    \"fluidify\": \"mee ka mmiri dị omimi\",\n    \"fluidification\": \"mmiri mmiri\",\n    \"fluidified\": \"dị mmiri\",\n    \"fluidifier\": \"ihe ngbanye mmiri\",\n    \"fluidifying\": \"na-agba ume\",\n    \"fluidimeter\": \"mmiri mmiri\",\n    \"fluidisation\": \"mmiri mmiri\",\n    \"fluidise\": \"ka mmiri dị\",\n    \"fluidised\": \"gbanye mmiri\",\n    \"fluidiser\": \"ihe mkpofu\",\n    \"fluidises\": \"mmiri mmiri\",\n    \"fluidising\": \"na-agba mmiri\",\n    \"fluidism\": \"mmiri mmiri\",\n    \"fluidist\": \"onye mmiri\",\n    \"fluidity\": \"mmiri mmiri\",\n    \"fluidities\": \"mmiri mmiri\",\n    \"fluidization\": \"mmịpụ mmiri\",\n    \"fluidize\": \"dị mmiri\",\n    \"fluidized\": \"dị mmiri\",\n    \"fluidizer\": \"ihe mmịkpọ\",\n    \"fluidizes\": \"dị mmiri\",\n    \"fluidizing\": \"na-agba ume\",\n    \"fluidly\": \"dị mmiri mmiri\",\n    \"fluidmeter\": \"mita mmiri\",\n    \"fluidness\": \"mmiri mmiri\",\n    \"fluidounce\": \"mmiri mmiri\",\n    \"fluidrams\": \"mmiri mmiri\",\n    \"fluids\": \"mmiri mmiri\",\n    \"fluitant\": \"na-aga agha\",\n    \"fluked\": \"mgbahara\",\n    \"flukeless\": \"enweghị ntụpọ\",\n    \"fluky\": \"Onyekachi\",\n    \"flukiest\": \"kachasị\",\n    \"flukily\": \"n'ekwu\",\n    \"flukiness\": \"nzuzu\",\n    \"fluking\": \"egwu\",\n    \"flumadiddle\": \"Okpoko\",\n    \"flumdiddle\": \"okpokoro\",\n    \"flume\": \"gbaa\",\n    \"flumed\": \"kpaliri\",\n    \"flumes\": \"floms\",\n    \"fluming\": \"na-amia\",\n    \"fluminose\": \"ọkụ\",\n    \"fluminous\": \"na-akọ\",\n    \"flummadiddle\": \"okpokoro\",\n    \"flummer\": \"slummer\",\n    \"flummery\": \"Okoli\",\n    \"flummeries\": \"okpokoro\",\n    \"flummydiddle\": \"okpokoro\",\n    \"flummox\": \"okpokolo\",\n    \"flummoxed\": \"okpokoro\",\n    \"flummoxes\": \"okpokolo\",\n    \"flummoxing\": \"na-egbu\",\n    \"flumped\": \"na-ada\",\n    \"flumping\": \"na-akụ\",\n    \"flumps\": \"na-amali elu\",\n    \"flung\": \"tụba\",\n    \"flunked\": \"tụpụrụ\",\n    \"flunkeydom\": \"amaka\",\n    \"flunkeyhood\": \"agbamgbam\",\n    \"flunkeyish\": \"okirikiri\",\n    \"flunkeyistic\": \"afụụ\",\n    \"flunkeyite\": \"okpokoro\",\n    \"flunkers\": \"okpu\",\n    \"flunkydom\": \"okpokoro\",\n    \"flunkies\": \"mụaka\",\n    \"flunkyhood\": \"jọ\",\n    \"flunkyish\": \"okirikiri\",\n    \"flunkyite\": \"okpokoro\",\n    \"flunking\": \"na-akọ\",\n    \"flunks\": \"Egwu\",\n    \"fluoaluminate\": \"ọkụ\",\n    \"fluoaluminic\": \"ọkụ\",\n    \"fluoborate\": \"na-aga n'ihu\",\n    \"fluocarbonate\": \"ntụ ntụ ntụ ntụ\",\n    \"fluocerine\": \"ntụ ntụ\",\n    \"fluorate\": \"ọkụ\",\n    \"fluorated\": \"na-agbanye ọkụ\",\n    \"fluoresce\": \"okooko osisi\",\n    \"fluoresced\": \"Flọrịrị\",\n    \"fluoresceine\": \"fluorescein\",\n    \"fluorescence\": \"ọkụ\",\n    \"fluorescent\": \"ọkụ\",\n    \"fluorescer\": \"Fluorcer\",\n    \"fluoresces\": \"okooko osisi\",\n    \"fluorescigenic\": \"fluorescein\",\n    \"fluorescigenous\": \"ọkụ\",\n    \"fluorescin\": \"ihe ọkụkụ\",\n    \"fluorescing\": \"okooko osisi\",\n    \"fluoridate\": \"fluoridịga\",\n    \"fluoridating\": \"na-agbanye ọkụ\",\n    \"fluoridised\": \"fluorised\",\n    \"fluoridising\": \"na-agbagharị agbagharị\",\n    \"fluoridize\": \"fluoridizii\",\n    \"fluoridizing\": \"na-agbanwe agbanwe\",\n    \"fluorimeter\": \"fluorimeta\",\n    \"fluorinating\": \"na-agbanwe agbanwe\",\n    \"fluorinations\": \"mgbanwe\",\n    \"fluorines\": \"fluorine\",\n    \"fluorins\": \"fluorine\",\n    \"fluormeter\": \"fluorometer\",\n    \"fluorography\": \"ihe omuma ihe omuma\",\n    \"fluoroscopically\": \"n'ụzọ zuru oke\",\n    \"fluoroscopists\": \"ndị na-amụ fluoroscopists\",\n    \"fluorspar\": \"ntụ ntụ\",\n    \"flurn\": \"otutu\",\n    \"flurry\": \"mmmmmmmmmmmmm\",\n    \"flurried\": \"chụrụ\",\n    \"flurriedly\": \"jiri nwayọọ\",\n    \"flurries\": \"afia\",\n    \"flurrying\": \"na-agbagharị\",\n    \"flurriment\": \"ihe na-akpata iwe\",\n    \"flurt\": \"flirt\",\n    \"flus\": \"iwepụ\",\n    \"flush\": \"iwepụ\",\n    \"flushed\": \"wepụsị\",\n    \"flusher\": \"iwepụ\",\n    \"flushes\": \"fluss\",\n    \"flushgate\": \"Ogbe\",\n    \"flushing\": \"lusgbachapụ\",\n    \"flushingly\": \"lusgbachapụ\",\n    \"flushness\": \"iwepụ\",\n    \"flusk\": \"iwepụ\",\n    \"flusker\": \"iwepụ\",\n    \"flusterate\": \"gbasaa\",\n    \"flusterated\": \"gbasaa\",\n    \"flusterating\": \"agbapụ\",\n    \"flusteration\": \"iwepụ\",\n    \"flustered\": \"tụgharịrị\",\n    \"flusterer\": \"Ogbe\",\n    \"flustering\": \"ịgbagharị\",\n    \"flusters\": \"lọ\",\n    \"flustrate\": \"gbaa\",\n    \"flustrated\": \"tụgharịrị\",\n    \"flustrating\": \"na-amagharị\",\n    \"flustration\": \"ustgha\",\n    \"flute\": \"ọjà\",\n    \"fluted\": \"kpaliri\",\n    \"fluter\": \"flita\",\n    \"flutes\": \"ọda\",\n    \"flutework\": \"ọjà\",\n    \"fluther\": \"sluther\",\n    \"fluty\": \"flti\",\n    \"flutiest\": \"kacha\",\n    \"fluting\": \"na-efegharị\",\n    \"flutists\": \"ndi flut\",\n    \"flutter\": \"slutụ\",\n    \"flutterboard\": \"slutterboard\",\n    \"fluttered\": \"gbawara\",\n    \"fluttery\": \"utgbọ elu\",\n    \"flutteriness\": \"utgha n'ekwu okwu\",\n    \"fluttering\": \"na-efegharị efegharị\",\n    \"flutteringly\": \"na-agbagharị\",\n    \"flutterless\": \"enweghị atụ\",\n    \"flutterment\": \"flutter\",\n    \"flutters\": \"na-efegharị\",\n    \"fluttersome\": \"na-efegharị\",\n    \"fluvialist\": \"onye fluvialist\",\n    \"fluviation\": \"ife efe\",\n    \"fluvioglacial\": \"mmmmmmmmmmmmm\",\n    \"fluviograph\": \"ihe omuma\",\n    \"fluviology\": \"ihe omuma\",\n    \"fluvious\": \"ihe ojoo\",\n    \"flux\": \"agbanwe\",\n    \"fluxation\": \"Mgbanwe\",\n    \"fluxed\": \"agbanwe\",\n    \"fluxer\": \"na-agbanwe agbanwe\",\n    \"fluxes\": \"oge\",\n    \"fluxgraph\": \"ntụgharị\",\n    \"fluxibility\": \"mgbanwe\",\n    \"fluxible\": \"mgbanwe\",\n    \"fluxibleness\": \"mgbanwe\",\n    \"fluxibly\": \"n'ụzọ na-agbanwe agbanwe\",\n    \"fluxile\": \"agbanwe agbanwe\",\n    \"fluxility\": \"mgbanwe\",\n    \"fluxing\": \"na-agbanwe\",\n    \"fluxive\": \"na-agbanwe agbanwe\",\n    \"fluxroot\": \"na-agbanwe agbanwe\",\n    \"fluxure\": \"agbanwe\",\n    \"fluxweed\": \"Fluxweed\",\n    \"fm\": \"Akon\",\n    \"fname\": \"aha otutu\",\n    \"foaled\": \"a rụrụ arụ\",\n    \"foalfoot\": \"ụkwụ nwa ụkwụ\",\n    \"foalfoots\": \"akpụkpọ ụkwụ\",\n    \"foalhood\": \"ikike\",\n    \"foaling\": \"na-adagharị\",\n    \"foals\": \"nwa\",\n    \"foam\": \"ụfụfụ\",\n    \"foambow\": \"ụfụfụ\",\n    \"foamer\": \"foamfụfụ\",\n    \"foamers\": \"ersfụfụ\",\n    \"foamflower\": \"foamfụfụ\",\n    \"foamy\": \"yfụfụ\",\n    \"foamiest\": \"kasị nwee nsogbu\",\n    \"foamily\": \"ilyfụfụ\",\n    \"foaminess\": \"fụfụ\",\n    \"foaming\": \"ingfụfụ\",\n    \"foamingly\": \"inglyfụfụ\",\n    \"foamless\": \"enweghị ụfụfụ\",\n    \"foamlike\": \"dị ka foam\",\n    \"foams\": \"ụfụfụ\",\n    \"fobbed\": \"ihe ngbako\",\n    \"fobbing\": \"na-emejọ\",\n    \"focal\": \"Baịbụl hiwere isi n'ebe\",\n    \"focalisation\": \"afọ\",\n    \"focalise\": \"uche\",\n    \"focalised\": \"gbadoro anya\",\n    \"focalises\": \"ndo\",\n    \"focalising\": \"na-achọ\",\n    \"focalization\": \"ibi ndu\",\n    \"focalize\": \"kwalite\",\n    \"focalized\": \"etinyere\",\n    \"focalizes\": \"na-eche\",\n    \"focalizing\": \"na-achọ\",\n    \"focsle\": \"fofo\",\n    \"focus\": \"gbado anya\",\n    \"focusable\": \"gbasaa\",\n    \"focused\": \"lekwasịrị anya\",\n    \"focuser\": \"Akwụkwọ\",\n    \"focusers\": \"na-elekwasị anya\",\n    \"focuses\": \"na-elekwasị anya\",\n    \"focusing\": \"n'ilekwasị anya\",\n    \"focusless\": \"eleghi anya\",\n    \"focussed\": \"gbadoro anya\",\n    \"focusses\": \"gbadoro anya\",\n    \"focussing\": \"na-elekwasị anya\",\n    \"fodder\": \"akpa nri\",\n    \"foddered\": \"fodụrụ\",\n    \"fodderer\": \"onye nzuzu\",\n    \"foddering\": \"ịkọ nri\",\n    \"fodders\": \"fodder\",\n    \"foe\": \"onye iro\",\n    \"foederis\": \"foereris\",\n    \"foeish\": \"onye iro\",\n    \"foeless\": \"onye iro\",\n    \"foemanship\": \"ịdị ndụ\",\n    \"foemen\": \"ụmụ nwoke\",\n    \"foes\": \"ndi iro\",\n    \"foeship\": \"ibu agha\",\n    \"foetal\": \"Nwa ebu n’afọ\",\n    \"foetalization\": \"ịzụlite\",\n    \"foetation\": \"nchịkwa\",\n    \"foeticidal\": \"kechie\",\n    \"foeticide\": \"igbu onwe\",\n    \"foetors\": \"umu oma\",\n    \"foetus\": \"nwa ebu n'afọ\",\n    \"foetuses\": \"ụmụaka ebu n'afọ\",\n    \"fog\": \"foogu\",\n    \"fogas\": \"nri\",\n    \"fogdom\": \"enweghị isi\",\n    \"fogeater\": \"umu nwanyi\",\n    \"fogey\": \"fogy\",\n    \"fogeys\": \"umu nwanyi\",\n    \"foggage\": \"ibu mmiri\",\n    \"foggy\": \"kefoogu\",\n    \"fogginess\": \"foogu\",\n    \"fogyishness\": \"ndozi\",\n    \"fogyisms\": \"ihe ndozi\",\n    \"fogless\": \"enweghị mmiri\",\n    \"fogman\": \"foogu\",\n    \"fogramity\": \"ịdị mma\",\n    \"fogs\": \"nkịta ọhịa\",\n    \"fohat\": \"maka\",\n    \"foyer\": \"ebe obibi\",\n    \"foyers\": \"ọfụma\",\n    \"foiled\": \"etisa\",\n    \"foilsman\": \"Nwa nwoke\",\n    \"foilsmen\": \"ụmụ nwoke\",\n    \"foined\": \"fone\",\n    \"foining\": \"na-agbasa\",\n    \"foiningly\": \"n'egbughị oge\",\n    \"foys\": \"ụmụ okorobịa\",\n    \"foisonless\": \"enweghị isi\",\n    \"foisons\": \"umu\",\n    \"foisted\": \"agbadoro\",\n    \"foister\": \"ihe ndozi\",\n    \"foistiness\": \"ịdị ndụ\",\n    \"foisting\": \"ilekọta\",\n    \"foists\": \"umuaka\",\n    \"folacins\": \"umu igbo\",\n    \"folate\": \"ịtọ\",\n    \"folates\": \"ụfụfụ\",\n    \"fold\": \"n'ogige atụrụ\",\n    \"foldage\": \"mpịachi\",\n    \"foldboat\": \"ụgbọ mmiri\",\n    \"foldboater\": \"mpako ụgbọ mmiri\",\n    \"foldboating\": \"mpịakọta\",\n    \"foldboats\": \"ụgbọ mmiri\",\n    \"foldcourse\": \"ihe mgbochi\",\n    \"folded\": \"apịaji\",\n    \"foldedly\": \"apịaji\",\n    \"folden\": \"apịaji\",\n    \"folder\": \"folda\",\n    \"folders\": \"nchekwa\",\n    \"foldy\": \"mpịachi\",\n    \"folding\": \"mpịachi\",\n    \"foldless\": \"enweghi ike\",\n    \"folds\": \"okpukpu\",\n    \"foldskirt\": \"folda uwe\",\n    \"foldstool\": \"folda nchekwa\",\n    \"foldure\": \"foldare\",\n    \"foldwards\": \"okpukpu\",\n    \"fole\": \"faịlụ\",\n    \"foliaceousness\": \"foliaceous ness\",\n    \"foliage\": \"nwa ehi\",\n    \"foliaged\": \"nwa ehi\",\n    \"foliageous\": \"foliaceous\",\n    \"foliages\": \"ahịhịa\",\n    \"foliaging\": \"foliated\",\n    \"foliates\": \"foliated\",\n    \"foliating\": \"agbapụ\",\n    \"foliation\": \"nwa ehi\",\n    \"folioed\": \"amala\",\n    \"folk\": \"ndiife\",\n    \"folkboat\": \"ụgbọ mmiri\",\n    \"folkcraft\": \"akụkọ ifo\",\n    \"folky\": \"ndiife\",\n    \"folkish\": \"ndiife\",\n    \"folkishness\": \"Omenala\",\n    \"folkland\": \"ndi mmadu\",\n    \"folklore\": \"akụkọ ifo\",\n    \"folklores\": \"akụkọ ifo\",\n    \"folklorish\": \"iwu obodo\",\n    \"folklorism\": \"Omenala obodo\",\n    \"folklorists\": \"ndi ode akwukwo\",\n    \"folks\": \"ndi be anyi\",\n    \"folksinging\": \"folksing\",\n    \"folksong\": \"ndiife\",\n    \"folksongs\": \"ndi mmadu\",\n    \"folktale\": \"akụkọ ifo\",\n    \"folktales\": \"akụkọ ifo\",\n    \"folkvang\": \"ndiife\",\n    \"folly\": \"nzuzu\",\n    \"follied\": \"gbasaa\",\n    \"follying\": \"nzuzu\",\n    \"follyproof\": \"nzuzu\",\n    \"follow\": \"soro\",\n    \"followable\": \"soro\",\n    \"followed\": \"soro\",\n    \"follower\": \"na-eso ụzọ\",\n    \"followers\": \"na-eso ụzọ\",\n    \"followership\": \"na-eso ụzọ\",\n    \"followeth\": \"na-esochi\",\n    \"following\": \"na-eso\",\n    \"followingly\": \"na-esote\",\n    \"followings\": \"na-eso\",\n    \"follows\": \"na-esote\",\n    \"followup\": \"sochie\",\n    \"foment\": \"fom\",\n    \"fomentation\": \"omgha\",\n    \"fomentations\": \"ebili\",\n    \"fomented\": \"fom fom\",\n    \"fomenting\": \"fom na-akụ\",\n    \"foments\": \"fom\",\n    \"fomes\": \"fom ga\",\n    \"fomites\": \"ihe mbugharị\",\n    \"fond\": \"ụtọ\",\n    \"fondak\": \"ihunanya\",\n    \"fondant\": \"ihunanya\",\n    \"fondants\": \"ndioma\",\n    \"fondateur\": \"onyeanya\",\n    \"fonded\": \"ụtọ\",\n    \"fonder\": \"ederede\",\n    \"fondest\": \"kasị amasị\",\n    \"fonding\": \"ihunanya\",\n    \"fondish\": \"ihunanya\",\n    \"fondle\": \"ima\",\n    \"fondled\": \"obi ụtọ\",\n    \"fondlers\": \"fondler\",\n    \"fondles\": \"ihunanya\",\n    \"fondly\": \"jiri obi ụtọ\",\n    \"fondlike\": \"ihunanya\",\n    \"fondling\": \"ihunanya\",\n    \"fondlingly\": \"obi ụtọ\",\n    \"fondlings\": \"ihunanya\",\n    \"fondness\": \"ihunanya\",\n    \"fondnesses\": \"ụtọ\",\n    \"fondon\": \"okpokoro\",\n    \"fonds\": \"ụtọ\",\n    \"fondues\": \"fondu\",\n    \"fondus\": \"ọmarịcha\",\n    \"fonly\": \"fon\",\n    \"fonnish\": \"Finnish\",\n    \"fons\": \"fọns\",\n    \"fontainea\": \"fontina\",\n    \"fontanels\": \"fontanelle\",\n    \"fontanges\": \"fọntịn\",\n    \"fonted\": \"fon\",\n    \"fontes\": \"mkpụrụ edemede\",\n    \"fonts\": \"Akara ókwú\",\n    \"food\": \"nri\",\n    \"fooder\": \"onye na-eri nri\",\n    \"foodful\": \"na-eri nri\",\n    \"foody\": \"nri\",\n    \"foodless\": \"enweghị nri\",\n    \"foodlessness\": \"enweghị nri\",\n    \"foods\": \"nri\",\n    \"foodservices\": \"ihe oriri\",\n    \"foodstuff\": \"ihe oriri\",\n    \"foodstuffs\": \"ihe oriri\",\n    \"fool\": \"onye nzuzu\",\n    \"foolable\": \"ghọgburu\",\n    \"fooled\": \"ghọgburu\",\n    \"fooler\": \"onye nzuzu\",\n    \"fooleries\": \"foole\",\n    \"fooless\": \"nzuzu\",\n    \"foolfish\": \"nzuzu\",\n    \"foolfishes\": \"nzuzu\",\n    \"foolhardy\": \"onye nzuzu\",\n    \"foolhardier\": \"onye nzuzu\",\n    \"foolhardiest\": \"onye nzuzu\",\n    \"foolhardihood\": \"nzuzu\",\n    \"foolhardily\": \"nzuzu\",\n    \"foolhardiness\": \"nzuzu\",\n    \"foolhardiship\": \"nzuzu\",\n    \"foolhead\": \"onye nzuzu\",\n    \"foolheaded\": \"na-enweghị isi\",\n    \"foolheadedness\": \"nzuzu\",\n    \"foolify\": \"nzuzu\",\n    \"fooling\": \"nzuzu\",\n    \"foolish\": \"nzuzu\",\n    \"foolisher\": \"onye nzuzu\",\n    \"foolishest\": \"onye nzuzu\",\n    \"foolishly\": \"nzuzu\",\n    \"foolishness\": \"nzuzu\",\n    \"foollike\": \"onye nzuzu\",\n    \"foolmonger\": \"onye nzuzu\",\n    \"foolproof\": \"nzuzu\",\n    \"foolproofness\": \"nzuzu\",\n    \"fools\": \"ndi nzuzu\",\n    \"foolscap\": \"nzuzu\",\n    \"foolscaps\": \"nzuzu\",\n    \"foolship\": \"nzuzu\",\n    \"fooster\": \"onye nzuzu\",\n    \"foosterer\": \"onye ugha\",\n    \"foot\": \"ụkwụ\",\n    \"footage\": \"eserese\",\n    \"footback\": \"bọọlụ\",\n    \"football\": \"bọọlụ\",\n    \"footballer\": \"bọọlụ\",\n    \"footballist\": \"onye na agba bọọlụ\",\n    \"footballs\": \"Bọọlụ\",\n    \"footband\": \"eriri ụkwụ\",\n    \"footbath\": \"ụkwụ ụkwụ\",\n    \"footbaths\": \"ebe ụkwụ ụkwụ\",\n    \"footbeat\": \"ụkwụ ụkwụ\",\n    \"footblower\": \"ntụ ntụ\",\n    \"footboard\": \"ụkwụ\",\n    \"footboards\": \"ihe ndozi\",\n    \"footboy\": \"ụkwụ nwa\",\n    \"footboys\": \"ụkwụ ụkwụ\",\n    \"footbreadth\": \"obosara\",\n    \"footbridge\": \"ntụ ntụ\",\n    \"footbridges\": \"akpụkpọ ụkwụ\",\n    \"footcandle\": \"akpụkpọ ụkwụ\",\n    \"footcandles\": \"akpụkpọ ụkwụ\",\n    \"footcloth\": \"akwa mkpuchi\",\n    \"footcloths\": \"akwa akpụkpọ ụkwụ\",\n    \"footed\": \"n'ụkwụ\",\n    \"footer\": \"n'okpuru\",\n    \"footers\": \"n'okpuru\",\n    \"footfall\": \"ụkwụ\",\n    \"footfalls\": \"ihe mgbakwasị ụkwụ\",\n    \"footfarer\": \"onye nwere ụkwụ\",\n    \"footfault\": \"n'okpuru\",\n    \"footfeed\": \"ụkwụ\",\n    \"footfolk\": \"akpụkpọ ụkwụ\",\n    \"footful\": \"n'ụkwụ\",\n    \"footgear\": \"akpụkpọ ụkwụ\",\n    \"footgears\": \"ndị na-agba ụkwụ ụkwụ\",\n    \"footgeld\": \"ihe mgbakwasị ụkwụ\",\n    \"footglove\": \"ihe nfụkasị ụkwụ\",\n    \"footgrip\": \"ihe mgbakwasị ụkwụ\",\n    \"foothalt\": \"ụkwụ\",\n    \"foothil\": \"ụkwụ\",\n    \"foothill\": \"ụkwụ\",\n    \"foothills\": \"ugwu nta\",\n    \"foothils\": \"ugwu nta\",\n    \"foothold\": \"ụkwụ\",\n    \"footholds\": \"ụkwụ\",\n    \"foothook\": \"ụkwụ ụkwụ\",\n    \"footy\": \"n'ụkwụ\",\n    \"footier\": \"footie\",\n    \"footiest\": \"footie\",\n    \"footing\": \"nkwụsị\",\n    \"footingly\": \"nkwụsị\",\n    \"footings\": \"Ntọala\",\n    \"footle\": \"ụkwụ\",\n    \"footled\": \"nwere ụkwụ\",\n    \"footler\": \"ndị na-eso ụzọ ụkwụ\",\n    \"footlers\": \"enweghị ụkwụ\",\n    \"footles\": \"enweghị ụkwụ\",\n    \"footless\": \"enweghị ụkwụ\",\n    \"footlessly\": \"enweghị ụkwụ\",\n    \"footlessness\": \"enweghị ụkwụ\",\n    \"footlicker\": \"onye na-azọ ụkwụ\",\n    \"footlicking\": \"ụkwụ\",\n    \"footlight\": \"ụkwụ ụkwụ\",\n    \"footlights\": \"ihe mgbakwasị ụkwụ\",\n    \"footlike\": \"dị ka ụkwụ\",\n    \"footling\": \"na-azọ ụkwụ\",\n    \"footlining\": \"na-agbakwasị ụkwụ\",\n    \"footlock\": \"ụkwụ\",\n    \"footlocker\": \"onye na-agba ụkwụ\",\n    \"footlockers\": \"ndị na-agba ụkwụ ụkwụ\",\n    \"footloose\": \"akpụkpọ ụkwụ\",\n    \"footmaker\": \"onye na-akpụ ụkwụ\",\n    \"footman\": \"onye ji ukwu\",\n    \"footmanhood\": \"ụkwụ ụkwụ\",\n    \"footmanry\": \"ụkwụ ụkwụ\",\n    \"footmanship\": \"ụkwụ ụkwụ\",\n    \"footmark\": \"akara ukwu\",\n    \"footmarks\": \"akara ukwu\",\n    \"footmen\": \"ndị ji ụkwụ aga\",\n    \"footmenfootpad\": \"ụkwụ ụkwụ\",\n    \"footnote\": \"ihe odide ala ala peeji\",\n    \"footnoted\": \"ihe odide ala ala peeji\",\n    \"footnotes\": \"ihe odide ala ala peeji\",\n    \"footnoting\": \"n'ihe odide ala ala peeji\",\n    \"footpace\": \"uzo ozo\",\n    \"footpaces\": \"nzọ ụkwụ\",\n    \"footpad\": \"ụkwụ ukwu\",\n    \"footpads\": \"ihe mgbochi ụkwụ\",\n    \"footpath\": \"ụzọ ụkwụ\",\n    \"footpaths\": \"ụzọ ụkwụ\",\n    \"footpick\": \"akara ukwu\",\n    \"footplate\": \"ihe mgbakwasị ụkwụ\",\n    \"footpound\": \"ụkwụ paụnd\",\n    \"footpounds\": \"ụkwụ pound\",\n    \"footprint\": \"akara ukwu\",\n    \"footprints\": \"akara ukwu\",\n    \"footrace\": \"ụkwụ\",\n    \"footraces\": \"ụzọ ụkwụ\",\n    \"footrail\": \"ụkwụ\",\n    \"footrest\": \"ụkwụ ụkwụ\",\n    \"footrests\": \"ihe mgbakwasị ụkwụ\",\n    \"footrill\": \"bọọlụ\",\n    \"footroom\": \"ime ụlọ\",\n    \"footrope\": \"akpụkpọ ụkwụ\",\n    \"footropes\": \"ụkwụ ụkwụ\",\n    \"foots\": \"ụkwụ\",\n    \"footscald\": \".kwụ\",\n    \"footscraper\": \"onye na-ehicha ụkwụ\",\n    \"footsy\": \"ụkwụ\",\n    \"footsies\": \"ụkwụ\",\n    \"footslog\": \"ihe mgbakwasị ụkwụ\",\n    \"footslogged\": \"zụrụ ụkwụ\",\n    \"footslogging\": \"nkwụsị ụkwụ\",\n    \"footsoldier\": \"ụkwụ ụkwụ\",\n    \"footsoldiers\": \"ndị na-agba ụkwụ ụkwụ\",\n    \"footsoreness\": \"enweghị ụkwụ\",\n    \"footsores\": \"ụkwụ\",\n    \"footstalk\": \"ụzọ ụkwụ\",\n    \"footstall\": \"ihe mgbakwasị ụkwụ\",\n    \"footstep\": \"nzọụkwụ\",\n    \"footsteps\": \"nzọụkwụ\",\n    \"footstick\": \"akara ukwu\",\n    \"footstock\": \"ụkwụ\",\n    \"footstone\": \"nkume ụkwụ\",\n    \"footstool\": \"ihe mgbakwasị ụkwụ\",\n    \"footstools\": \"ihe mgbakwasị ụkwụ\",\n    \"footway\": \"ụzọ ụkwụ\",\n    \"footways\": \"ụzọ ụkwụ\",\n    \"footwalk\": \"ụzọ ụkwụ\",\n    \"footwalls\": \"ihe mgbakwasị ụkwụ\",\n    \"footwarmer\": \"ụkwụ ụkwụ\",\n    \"footwarmers\": \"ụkwụ na-ekpo ọkụ\",\n    \"footwear\": \"akpụkpọ ụkwụ\",\n    \"footweary\": \"akpụkpọ ụkwụ\",\n    \"footwears\": \"akpụkpọ ụkwụ\",\n    \"footwork\": \"ụkwụ ụkwụ\",\n    \"footworks\": \"ụkwụ ụkwụ\",\n    \"footworn\": \"akpụkpọ ụkwụ\",\n    \"foozled\": \"ghọgburu\",\n    \"foozler\": \"onye nzuzu\",\n    \"foozlers\": \"ndị nzuzu\",\n    \"foozling\": \"na-aghọ aghụghọ\",\n    \"fopdoodle\": \"Ufodi\",\n    \"fopling\": \"nzụ\",\n    \"fopped\": \"gbụrụ\",\n    \"fopperies\": \"ihe ndozi\",\n    \"fopperly\": \"n'udo\",\n    \"fopping\": \"na-achọ\",\n    \"foppish\": \"ifuru\",\n    \"foppishly\": \"n'udo\",\n    \"foppishness\": \"ihe ojoo\",\n    \"fopship\": \"isi ike\",\n    \"for\": \"maka\",\n    \"forage\": \"nri\",\n    \"foraged\": \"fohor\",\n    \"foragement\": \"ichoro\",\n    \"forager\": \"onye na-eri nri\",\n    \"foragers\": \"ndị na-eri nri\",\n    \"forages\": \"nri\",\n    \"foraging\": \"na-achọ nri\",\n    \"forayed\": \"etinyere\",\n    \"forayer\": \"umu nwanyi\",\n    \"forayers\": \"umu nwanyi\",\n    \"foraying\": \"na-achọ\",\n    \"forays\": \"umu nwanyi\",\n    \"foramen\": \"umu nwanyi\",\n    \"foramens\": \"foramina\",\n    \"foramination\": \"Izu oke\",\n    \"foraminiferous\": \"ihe omuma\",\n    \"foraminulate\": \"ọfụma\",\n    \"foraminule\": \"ndokwa\",\n    \"foraminulous\": \"ọfụma\",\n    \"forams\": \"umu\",\n    \"foraramens\": \"umu nwanyi\",\n    \"forasmuch\": \"rasbọchị\",\n    \"forb\": \"ngọngọ\",\n    \"forbad\": \"igbo mkpa\",\n    \"forbade\": \"machibidoro iwu\",\n    \"forbarred\": \"ekweghị\",\n    \"forbathe\": \"forba\",\n    \"forbbore\": \"gbagọrọ agbagọ\",\n    \"forbear\": \"jisie ike\",\n    \"forbearable\": \"ndidi\",\n    \"forbearance\": \"ndidi\",\n    \"forbearances\": \"ntachi obi\",\n    \"forbearant\": \"gbaghara\",\n    \"forbearantly\": \"n'agha\",\n    \"forbearer\": \"buru ibu\",\n    \"forbearers\": \"ndị na-ebu ya\",\n    \"forbearing\": \"nwee ndidi\",\n    \"forbearingly\": \"ndidi\",\n    \"forbearingness\": \"ndidi\",\n    \"forbears\": \"nwee ndidi\",\n    \"forbecause\": \"n'ihi\",\n    \"forbesite\": \"kwalite\",\n    \"forbid\": \"machibido\",\n    \"forbidal\": \"machibidoro iwu\",\n    \"forbidals\": \"machibidoro iwu\",\n    \"forbiddable\": \"machibidoro iwu\",\n    \"forbiddal\": \"machibido\",\n    \"forbiddance\": \"mmachibido iwu\",\n    \"forbidden\": \"machibidoro iwu\",\n    \"forbiddenly\": \"machibidoro iwu\",\n    \"forbiddenness\": \"machibidoro iwu\",\n    \"forbidder\": \"machibidoro iwu\",\n    \"forbidding\": \"igbochi\",\n    \"forbiddingly\": \"na-amachibido iwu\",\n    \"forbiddingness\": \"igbochi\",\n    \"forbids\": \"na-egbochi\",\n    \"forbye\": \"ka ọ dịrị\",\n    \"forbysen\": \"Ubochi\",\n    \"forbysening\": \"umu igbo\",\n    \"forbit\": \"gbaa mbọ\",\n    \"forbite\": \"dapụ\",\n    \"forblack\": \"gbagoo\",\n    \"forbled\": \"esorowo\",\n    \"forblow\": \"gbasaa\",\n    \"forbode\": \"ihu\",\n    \"forboded\": \"echekwara\",\n    \"forbodes\": \"atụmatụ\",\n    \"forboding\": \"na-eche ihu\",\n    \"forborn\": \"amụbeghị\",\n    \"forbow\": \"ekwe aka\",\n    \"forbreak\": \"gbasaa\",\n    \"forbruise\": \"obia\",\n    \"forbs\": \"Niile\",\n    \"forcaria\": \"oncaria\",\n    \"forcarve\": \"gbaa mgbaghara\",\n    \"force\": \"ike\",\n    \"forceable\": \"amanye\",\n    \"forced\": \"amanye\",\n    \"forcedly\": \"dị ike\",\n    \"forcedness\": \"mmanye\",\n    \"forceful\": \"dị ike\",\n    \"forcefully\": \"n'ike\",\n    \"forcefulness\": \"ike\",\n    \"forceless\": \"enweghị ike\",\n    \"forcelessness\": \"enweghị ike\",\n    \"forcelet\": \"ike\",\n    \"forcemeat\": \"ike\",\n    \"forcement\": \"ịmanye\",\n    \"forcene\": \"ike\",\n    \"forceps\": \"ike\",\n    \"forcepses\": \"ike\",\n    \"forcepslike\": \"ike dị ka\",\n    \"forcers\": \"ndị agha\",\n    \"forces\": \"agha\",\n    \"forchase\": \"izu ahia\",\n    \"forche\": \"onche\",\n    \"forches\": \"aga\",\n    \"forcibility\": \"ike\",\n    \"forcible\": \"amanye\",\n    \"forcibleness\": \"ike\",\n    \"forcibly\": \"n'ike\",\n    \"forcing\": \"manye\",\n    \"forcingly\": \"amanye\",\n    \"forcipal\": \"isi\",\n    \"forcipate\": \"ịkpali ihe\",\n    \"forcipated\": \"na-agba mbọ\",\n    \"forcipation\": \"iku mmiri\",\n    \"forcipes\": \"ntụziaka\",\n    \"forcipial\": \"ifo\",\n    \"forcipiform\": \"ififiform\",\n    \"forcipressure\": \"ndagide\",\n    \"forcipulata\": \"usoro\",\n    \"forcipulate\": \"ịkpali\",\n    \"forcite\": \"gbaa ya ume\",\n    \"forcive\": \"gbaghara\",\n    \"forcleave\": \"gbanyụọ\",\n    \"forclose\": \"mechie\",\n    \"forconceit\": \"nwee mgbaghara\",\n    \"forcut\": \"ịkpụzi\",\n    \"ford\": \"fod\",\n    \"fordable\": \"foldable\",\n    \"fordableness\": \"Ike\",\n    \"fordam\": \"Abụọ\",\n    \"fordeal\": \"nsogbu\",\n    \"forded\": \"fod\",\n    \"fordy\": \"Fody\",\n    \"fordicidia\": \"NSB\",\n    \"fordid\": \"Ọdịdị\",\n    \"fording\": \"azụ\",\n    \"fordless\": \"n'akuku\",\n    \"fordoes\": \"gbagwojuru anya\",\n    \"fordoing\": \"Ime ihe\",\n    \"fordone\": \"agbanweela\",\n    \"fordrive\": \"gbaghara\",\n    \"fords\": \"Fọngọọ\",\n    \"fordull\": \"nke fordull\",\n    \"fore\": \"N'ihu\",\n    \"foreaccounting\": \"na-atụ anya\",\n    \"foreaccustom\": \"Ochie\",\n    \"foreacquaint\": \"ihe ga-eme n'ọdịnihu\",\n    \"foreact\": \"tupu\",\n    \"foreadapt\": \"mkpuchi\",\n    \"foreadmonish\": \"amaokwu\",\n    \"foreadvertise\": \"buru amụma\",\n    \"foreadvice\": \"ndụmọdụ\",\n    \"foreadvise\": \"buru ụzọ\",\n    \"foreallege\": \"iche ihu\",\n    \"foreallot\": \"ibu ụzọ\",\n    \"foreannounce\": \"buru ụzọ kwuo\",\n    \"foreannouncement\": \"amụma\",\n    \"foreanswer\": \"onye amuma\",\n    \"foreappoint\": \"họpụta oge\",\n    \"foreappointment\": \"ntinye oge\",\n    \"forearm\": \"aka\",\n    \"forearmed\": \"ekwela\",\n    \"forearming\": \"na-ebu amụma\",\n    \"forearms\": \"aka ihu\",\n    \"foreassign\": \"nye ikike\",\n    \"foreassurance\": \"nkwenye\",\n    \"forebackwardly\": \"n'ihu\",\n    \"forebays\": \"umuaka\",\n    \"forebar\": \"ihu ihu\",\n    \"forebear\": \"iburu ụzọ\",\n    \"forebearing\": \"nwee ndidi\",\n    \"forebears\": \"ndị bu nna\",\n    \"forebemoan\": \"nwee ike\",\n    \"forebemoaned\": \"buru újú\",\n    \"forebespeak\": \"ikwu okwu\",\n    \"forebye\": \"kelechi\",\n    \"forebitt\": \"iwu\",\n    \"forebitten\": \"buru amụma\",\n    \"forebitter\": \"onye isiala\",\n    \"forebless\": \"enweghị atụ\",\n    \"foreboard\": \"n'ihu\",\n    \"forebode\": \"ihu\",\n    \"foreboded\": \"Echekwara\",\n    \"forebodement\": \"Nkọwapụta\",\n    \"foreboder\": \"iche ihu\",\n    \"forebodes\": \"atụmatụ\",\n    \"forebody\": \"onye isi\",\n    \"forebodies\": \"iche\",\n    \"foreboding\": \"na-eche ihu\",\n    \"forebodingly\": \"iche ihu\",\n    \"forebodingness\": \"ibu ọrụ\",\n    \"forebodings\": \"Nkọwapụta\",\n    \"foreboom\": \"Ikekwe\",\n    \"forebooms\": \"atụmatụ\",\n    \"foreboot\": \"ụzọ\",\n    \"forebow\": \"aka aka\",\n    \"forebowels\": \"ụbụrụ\",\n    \"forebowline\": \"akara aka\",\n    \"forebows\": \"iku ume\",\n    \"forebrace\": \"ụbụrụ\",\n    \"forebrain\": \"ụbụrụ\",\n    \"forebreast\": \"maka ara\",\n    \"forebroads\": \"ọkpọiso\",\n    \"foreburton\": \"Ndabere\",\n    \"forebush\": \"ikuaka\",\n    \"forecaddie\": \"cadma ọkwa\",\n    \"forecar\": \"amụma\",\n    \"forecarriage\": \"cardọ aka na ntị\",\n    \"forecast\": \"amụma\",\n    \"forecasted\": \"buru amụma\",\n    \"forecaster\": \"onye amụma\",\n    \"forecasters\": \"ndị amụma\",\n    \"forecasting\": \"ịkọ amụma\",\n    \"forecastingly\": \"amụma\",\n    \"forecastle\": \"amụma\",\n    \"forecastlehead\": \"amụma\",\n    \"forecastleman\": \"onye amụma\",\n    \"forecastlemen\": \"amụma\",\n    \"forecastles\": \"amụma\",\n    \"forecastors\": \"ndị amụma\",\n    \"forecasts\": \"amụma\",\n    \"forecatching\": \"iche ihu\",\n    \"forecatharping\": \"ịkọwapụta\",\n    \"forechamber\": \"ime ụlọ\",\n    \"forechase\": \"iburu\",\n    \"forechoice\": \"ịkwụ ụgwọ ụlọ\",\n    \"forechoir\": \"azụ\",\n    \"forechoose\": \"iburu ụzọ gaa\",\n    \"forechurch\": \"forechch\",\n    \"forecited\": \"buru amụma\",\n    \"foreclaw\": \"igba mbọ\",\n    \"foreclosable\": \"onye akpụrụ\",\n    \"foreclose\": \"nnapụ n'ike\",\n    \"foreclosed\": \"na-eburu ụzọ\",\n    \"forecloses\": \"na-eburu ụzọ\",\n    \"foreclosing\": \"na-emechi iwu\",\n    \"foreclosure\": \"nnapụ n'ike\",\n    \"foreclosures\": \"nkwanyeaka\",\n    \"forecome\": \"ebute ụzọ\",\n    \"forecomingness\": \"eburu ụzọ\",\n    \"forecommend\": \"tụrụ aro\",\n    \"foreconceive\": \"onye ọ bụla\",\n    \"foreconclude\": \"jide iwu\",\n    \"forecondemn\": \"ịkatọ onye ọ bụla\",\n    \"foreconscious\": \"ọdịnihu\",\n    \"foreconsent\": \"ụlọ ọrụ\",\n    \"foreconsider\": \"buo amụma\",\n    \"forecontrive\": \"buru ụzọ\",\n    \"forecool\": \"oche ime ụlọ\",\n    \"forecooler\": \"onye na-aga ije\",\n    \"forecounsel\": \"ndụmọdụ\",\n    \"forecount\": \"buru ụzọ\",\n    \"forecourse\": \"ịdọ aka ná ntị\",\n    \"forecourt\": \"ịdọ aka ná ntị\",\n    \"forecourts\": \"ụlọ ikpe\",\n    \"forecover\": \"kpoo ihu\",\n    \"forecovert\": \"ikpuchi ihu\",\n    \"foreday\": \"ụbọchị\",\n    \"foredays\": \"amụma\",\n    \"foredate\": \"ọdịnihu\",\n    \"foredated\": \"buru amụma\",\n    \"foredates\": \"Atụmatụ\",\n    \"foredating\": \"ịma oge\",\n    \"foredawn\": \"buru ụzọ\",\n    \"foredeck\": \"ihu\",\n    \"foredecks\": \"ihu\",\n    \"foredeclare\": \"buru ụzọ kwuo\",\n    \"foredecree\": \"buru amụma\",\n    \"foredeem\": \"eburu ụzọ\",\n    \"foredeep\": \"ụzọ\",\n    \"foredefeated\": \"buru ụzọ\",\n    \"foredefine\": \"oge tupu\",\n    \"foredenounce\": \"amụma\",\n    \"foredescribe\": \"buo ụzọ\",\n    \"foredeserved\": \"buru ụzọ\",\n    \"foredesign\": \"buru amụma\",\n    \"foredesignment\": \"akara aka\",\n    \"foredesk\": \"mbụ\",\n    \"foredestine\": \"ọdịnihu\",\n    \"foredestined\": \"buru amụma\",\n    \"foredestiny\": \"ọdịnihu\",\n    \"foredestining\": \"ịkọ ọdịnihu\",\n    \"foredetermination\": \"akara aka\",\n    \"foredetermine\": \"kpebie ihe ọ ga-eme\",\n    \"foredevised\": \"buru ụzọ\",\n    \"foredevote\": \"Ibu ụzọ\",\n    \"foredid\": \"buru ụzọ\",\n    \"forediscern\": \"ọdịnihu\",\n    \"foredispose\": \"buru amụma\",\n    \"foredivine\": \"ọdịnihu\",\n    \"foredo\": \"chere ihu\",\n    \"foredoes\": \"ịda mba\",\n    \"foredoing\": \"na-eche ihu\",\n    \"foredone\": \"buru ụzọ\",\n    \"foredoom\": \"ọhụụ\",\n    \"foredoomed\": \"amaala\",\n    \"foredoomer\": \"Onyema\",\n    \"foredooming\": \"na-atụ anya\",\n    \"foredooms\": \"ọhụụ\",\n    \"foredoor\": \"ime ụlọ\",\n    \"foredune\": \"ọdịnihu\",\n    \"foreface\": \"mmalite\",\n    \"forefaces\": \"ihu ihu\",\n    \"forefather\": \"nna nna\",\n    \"forefatherly\": \"nna nna\",\n    \"forefathers\": \"ndị nna nna\",\n    \"forefault\": \"ndabere\",\n    \"forefeel\": \"atụ\",\n    \"forefeeling\": \"na-ebu ụzọ\",\n    \"forefeelingly\": \"iburu ụzọ\",\n    \"forefeels\": \"ebu ụzọ\",\n    \"forefeet\": \"ụkwụ ihu\",\n    \"forefelt\": \"bu ụzọ\",\n    \"forefence\": \"eburu ụzọ\",\n    \"forefend\": \"buru ụzọ\",\n    \"forefended\": \"buru ụzọ\",\n    \"forefending\": \"na-ebu amụma\",\n    \"forefends\": \"na-ekwe nkwa\",\n    \"foreffelt\": \"buru ụzọ\",\n    \"forefield\": \"ihu ihu\",\n    \"forefigure\": \"aka\",\n    \"forefin\": \"onye ala ọzọ\",\n    \"forefinger\": \"aka\",\n    \"forefingers\": \"mkpịsị aka\",\n    \"forefit\": \"tụfuo\",\n    \"foreflank\": \"iche ihu\",\n    \"foreflap\": \"ihu\",\n    \"forefoot\": \"ụkwụ ụkwụ\",\n    \"forefront\": \"n'ihu\",\n    \"forefronts\": \"iche ihu\",\n    \"foregahger\": \"ịba mba\",\n    \"foregallery\": \"foduru\",\n    \"foregame\": \"ibu uzo\",\n    \"foreganger\": \"aro ime\",\n    \"foregate\": \"ileba anya\",\n    \"foregather\": \"buru ọdịnihu\",\n    \"foregift\": \"onyinye\",\n    \"foregirth\": \"ọdịnihu\",\n    \"foreglance\": \"lepụ anya\",\n    \"foregleam\": \"ịlele\",\n    \"foreglimpse\": \"ọdịnihu\",\n    \"foreglimpsed\": \"ọdịnihu\",\n    \"foreglow\": \"buru ụzọ\",\n    \"forego\": \"hapụ\",\n    \"foregoer\": \"onye gafere\",\n    \"foregoers\": \"ndị na-aga ije\",\n    \"foregoes\": \"ịda mba\",\n    \"foregoing\": \"n’elu\",\n    \"foregone\": \"ọdịnihu\",\n    \"foregoneness\": \"amụma\",\n    \"foreground\": \"n'ihu\",\n    \"foregrounds\": \"mgbada\",\n    \"foreguess\": \"ọdịnihu\",\n    \"foreguidance\": \"iwu\",\n    \"foreguts\": \"ọdịnihu\",\n    \"forehalf\": \"n'isi\",\n    \"forehall\": \"mbu\",\n    \"forehammer\": \"ebuo\",\n    \"forehand\": \"tupu\",\n    \"forehanded\": \"bu ụzọ\",\n    \"forehandedly\": \"forehand ly\",\n    \"forehandedness\": \"mbu\",\n    \"forehands\": \"n'ihu\",\n    \"forehandsel\": \"wezuga el\",\n    \"forehard\": \"tupu\",\n    \"forehatch\": \"efe\",\n    \"forehatchway\": \"ụzọ\",\n    \"forehead\": \"ọkpọiso\",\n    \"foreheaded\": \"ọkpọiso\",\n    \"foreheads\": \"ọkpọiso\",\n    \"forehear\": \"ọkpọiso\",\n    \"forehearth\": \"ogbe mmiri\",\n    \"foreheater\": \"mmiri mmiri\",\n    \"forehent\": \"buru ụzọ\",\n    \"forehew\": \"nwanne\",\n    \"forehill\": \"ugwu\",\n    \"forehinting\": \"buru amụma\",\n    \"forehock\": \"ihu\",\n    \"forehold\": \"iburu ụzọ\",\n    \"forehood\": \"eburu ụzọ\",\n    \"forehoof\": \"n'isi\",\n    \"forehoofs\": \"n'ihu\",\n    \"forehook\": \"ikom\",\n    \"forehooves\": \"isobo\",\n    \"forehorse\": \"ihe mbu\",\n    \"foreyard\": \"ọkpọiso\",\n    \"foreyards\": \"Ochie\",\n    \"foreyear\": \"buru ụzọ\",\n    \"foreign\": \"onye ala ọzọ\",\n    \"foreigneering\": \"na-ebu ụzọ\",\n    \"foreigner\": \"onye ala ozo\",\n    \"foreigners\": \"ndị mba ọzọ\",\n    \"foreignership\": \"mba ọzọ\",\n    \"foreignism\": \"mba ọzọ\",\n    \"foreignization\": \"nwee ikike\",\n    \"foreignize\": \"buo ibu\",\n    \"foreignly\": \"mba ọzọ\",\n    \"foreignness\": \"mba ọzọ\",\n    \"foreigns\": \"ndị mba ọzọ\",\n    \"foreimagination\": \"buru amụma\",\n    \"foreimagine\": \"amụma\",\n    \"foreimpressed\": \"Na Na Na Na\",\n    \"foreimpression\": \"ndapụta\",\n    \"foreinclined\": \"ọdịnala\",\n    \"foreinstruct\": \"buo iwu\",\n    \"foreintend\": \"atụmanya\",\n    \"foreiron\": \"ilọ\",\n    \"forejudge\": \"ikpe ikpe\",\n    \"forejudged\": \"ekpebiri ya\",\n    \"forejudger\": \"onye ọka ikpe\",\n    \"forejudging\": \"na-ebu amụma\",\n    \"forejudgment\": \"ikpe\",\n    \"forekeel\": \"okpokoro isi\",\n    \"foreking\": \"na-ebu amụma\",\n    \"foreknee\": \"Akpụkpọ ụkwụ\",\n    \"foreknew\": \"buru ụzọ mara\",\n    \"foreknow\": \"buru ụzọ mara\",\n    \"foreknowable\": \"buru ụzọ mara\",\n    \"foreknowableness\": \"ịma amụma\",\n    \"foreknower\": \"buru ụzọ\",\n    \"foreknowing\": \"buo amụma\",\n    \"foreknowingly\": \"n'amara\",\n    \"foreknowledge\": \"buo amụma\",\n    \"foreknown\": \"buru ụzọ mara\",\n    \"foreknows\": \"buru ụzọ mara\",\n    \"forel\": \"Na Na Na\",\n    \"forelady\": \"ụgwọ ọrụ\",\n    \"foreladies\": \"iwu\",\n    \"forelay\": \"tupu\",\n    \"forelaid\": \"kwere nkwa\",\n    \"forelaying\": \"Ibu ụzọ\",\n    \"foreland\": \"eburu ụzọ\",\n    \"forelands\": \"ugwu\",\n    \"foreleader\": \"buru ụzọ\",\n    \"foreleech\": \"Ochie\",\n    \"foreleg\": \"ụkwụ ihu\",\n    \"forelegs\": \"ụkwụ ihu\",\n    \"forelimb\": \"iburu ụzọ\",\n    \"forelimbs\": \"na-aga ihu\",\n    \"forelive\": \"Na-adị ndụ\",\n    \"forellenstein\": \"chukwunyere\",\n    \"forelock\": \"iku ume\",\n    \"forelocks\": \"mkpuchi ihu\",\n    \"forelook\": \"lee anya\",\n    \"foreloop\": \"ihu ọma\",\n    \"forelooper\": \"onye oru anya\",\n    \"foreloper\": \"onye nlekọta\",\n    \"forelouper\": \"ịchụ ụgwọ\",\n    \"foremade\": \"buru ụzọ\",\n    \"foreman\": \"onye isi\",\n    \"foremanship\": \"iburu ụzọ\",\n    \"foremarch\": \"buru uzo\",\n    \"foremark\": \"amụma\",\n    \"foremartyr\": \"ogechi\",\n    \"foremast\": \"onye mbu\",\n    \"foremasthand\": \"tupu\",\n    \"foremastman\": \"onye isi iwu\",\n    \"foremastmen\": \"ndị bu ụzọ\",\n    \"foremasts\": \"amụma\",\n    \"foremean\": \"ị ga\",\n    \"foremeant\": \"na-ebu ụzọ\",\n    \"foremelt\": \"buru ụzọ\",\n    \"foremen\": \"ndị isi\",\n    \"foremention\": \"amụma\",\n    \"forementioned\": \"buru amụma\",\n    \"foremessenger\": \"buru ụzọ\",\n    \"foremilk\": \"okpokoro\",\n    \"foremilks\": \"Ochie\",\n    \"foremind\": \"buru ụzọ\",\n    \"foremisgiving\": \"na-ebute ụzọ\",\n    \"foremistress\": \"nwanyi mbu\",\n    \"foremost\": \"akakan\",\n    \"foremostly\": \"isi\",\n    \"foremother\": \"nne nne\",\n    \"forename\": \"aha nna\",\n    \"forenamed\": \"buru amụma\",\n    \"forenames\": \"aha njirimara\",\n    \"forenent\": \"buru ụzọ\",\n    \"forenews\": \"ọhụụ\",\n    \"forenight\": \"n'abalị\",\n    \"forenoon\": \"ehihie\",\n    \"forenoons\": \"oge\",\n    \"forenote\": \"amụma\",\n    \"forenoted\": \"ekweghi\",\n    \"forenotice\": \"atụmanya\",\n    \"forenotion\": \"amụma\",\n    \"forensal\": \"gbasara iwu\",\n    \"forensic\": \"nyocha\",\n    \"forensical\": \"gbasara ọdịnihu\",\n    \"forensicality\": \"ọdịnihu\",\n    \"forensically\": \"maka ọdịmma\",\n    \"forensics\": \"ọmụmụ iwu\",\n    \"foreordain\": \"tupu oge eruo\",\n    \"foreordained\": \"kara aka\",\n    \"foreordaining\": \"ichi oge\",\n    \"foreordainment\": \"akara aka\",\n    \"foreordainments\": \"akara aka\",\n    \"foreordains\": \"akara aka\",\n    \"foreorder\": \"iche ihu\",\n    \"foreordinate\": \"buru ụzọ\",\n    \"foreordinated\": \"na-ebute ụzọ\",\n    \"foreordinating\": \"na-ebute ụzọ\",\n    \"foreordination\": \"tupu oge eruo\",\n    \"foreorlop\": \"Okereke\",\n    \"forepad\": \"iku ume\",\n    \"forepayment\": \"ịkwụ ụgwọ\",\n    \"forepale\": \"nke mbụ\",\n    \"forepaled\": \"iche\",\n    \"forepaling\": \"ọdịnala\",\n    \"foreparent\": \"nne na nna\",\n    \"foreparents\": \"ndị nne na nna ochie\",\n    \"forepart\": \"ụzọ\",\n    \"foreparts\": \"mmalite\",\n    \"forepass\": \"uzo\",\n    \"forepassed\": \"eburu ụzọ\",\n    \"forepast\": \"onye bu onye amụma\",\n    \"forepaw\": \"iburu ụzọ\",\n    \"forepaws\": \"akara aka\",\n    \"forepeak\": \"kwuo okwu\",\n    \"forepeaks\": \"isi anọ\",\n    \"foreperiod\": \"oge ọhụụ\",\n    \"forepiece\": \"mpempe anọ\",\n    \"foreplace\": \"ekwú ọkụ\",\n    \"foreplay\": \"ihe ngosi\",\n    \"foreplays\": \"ihe ngosi\",\n    \"foreplan\": \"na-ebu ụzọ\",\n    \"foreplanting\": \"ịkọ ihe\",\n    \"forepleasure\": \"ile anya\",\n    \"foreplot\": \"iburu ụzọ\",\n    \"forepoint\": \"atụ\",\n    \"forepointer\": \"onye mbu\",\n    \"forepole\": \"mbụ\",\n    \"forepoled\": \"kpọtụrụ\",\n    \"forepoling\": \"ibupute\",\n    \"forepossessed\": \"eburu\",\n    \"forepost\": \"amụma\",\n    \"forepredicament\": \"amụma\",\n    \"forepreparation\": \"Nkwadebe\",\n    \"foreprepare\": \"kwadebe\",\n    \"forepretended\": \"ịkọwara\",\n    \"foreprise\": \"amụma\",\n    \"foreprize\": \"buo ụzọ\",\n    \"foreproduct\": \"Emeputa\",\n    \"foreproffer\": \"foreffffer\",\n    \"forepromise\": \"ibuo amụma\",\n    \"forepromised\": \"ekwe nkwa\",\n    \"foreprovided\": \"akaebe\",\n    \"foreprovision\": \"amụma\",\n    \"forepurpose\": \"ọdịnihu\",\n    \"forequarter\": \"onye bu ụzọ\",\n    \"forequarters\": \"n'isi ụlọ\",\n    \"forequoted\": \"buru amụma\",\n    \"forerake\": \"bido\",\n    \"foreran\": \"buru uzo\",\n    \"forerank\": \"ịkọwapụta\",\n    \"foreranks\": \"ọdịnala\",\n    \"forereach\": \"buo ụzọ\",\n    \"forereaching\": \"na-ebu amụma\",\n    \"foreread\": \"iso ese\",\n    \"forereading\": \"na-ebu amụma\",\n    \"forerecited\": \"buru amụma\",\n    \"forereckon\": \"ibuo\",\n    \"forerehearsed\": \"buo ụzọ\",\n    \"foreremembered\": \"buru ụzọ\",\n    \"forereport\": \"buru amụma\",\n    \"forerequest\": \"nke bu ụzọ\",\n    \"forerevelation\": \"amụma\",\n    \"forerib\": \"ọgịrịga ya\",\n    \"foreribs\": \"mbụ ọgịrịga\",\n    \"forerigging\": \"mbu rigging\",\n    \"foreright\": \"n'ihu\",\n    \"foreroyal\": \"tupu\",\n    \"foreroom\": \"eburu ụzọ\",\n    \"forerun\": \"buru uzo\",\n    \"forerunner\": \"obu ụzọ\",\n    \"forerunners\": \"bu ụzọ\",\n    \"forerunnership\": \"obu ụzọ ụgbọ mmiri\",\n    \"forerunning\": \"obu ụzọ\",\n    \"forerunnings\": \"bu ụzọ\",\n    \"foreruns\": \"eburu\",\n    \"fores\": \"Atụmatụ\",\n    \"foresaddle\": \"Ihuchukwu\",\n    \"foresay\": \"buo amụma\",\n    \"foresaid\": \"buru ụzọ kwuo\",\n    \"foresaying\": \"na-ebu amụma\",\n    \"foresail\": \"buru ụzọ\",\n    \"foresails\": \"atụ\",\n    \"foresays\": \"buru amụma\",\n    \"foresaw\": \"hụ ụzọ\",\n    \"forescene\": \"buru amụma\",\n    \"forescent\": \"onye amụma\",\n    \"foreschool\": \"ụlọ akwụkwọ ọta akara\",\n    \"foreschooling\": \"nkuzi\",\n    \"forescript\": \"amụma\",\n    \"foreseason\": \"oge\",\n    \"foreseat\": \"buru ụzọ\",\n    \"foresee\": \"hụ ụzọ\",\n    \"foreseeability\": \"eburu ụzọ hụ\",\n    \"foreseeable\": \"ịhụ ụzọ\",\n    \"foreseeing\": \"ịhụ ụzọ\",\n    \"foreseeingly\": \"buru amụma\",\n    \"foreseen\": \"buru amụma\",\n    \"foreseer\": \"onye obula\",\n    \"foreseers\": \"ndị ọhụụ\",\n    \"foresees\": \"Ndia\",\n    \"foresey\": \"eburu\",\n    \"foreseing\": \"na-ebu ụzọ mara\",\n    \"foreseize\": \"buru ụzọ kwuo\",\n    \"foresend\": \"buru amụma\",\n    \"foresense\": \"amuma\",\n    \"foresentence\": \"amamịghe\",\n    \"foreset\": \"mmalite\",\n    \"foresettle\": \"izipu ihe\",\n    \"foresettled\": \"buru amụma\",\n    \"foreshadow\": \"ndapụta\",\n    \"foreshadowed\": \"sere onyinyo\",\n    \"foreshadower\": \"okwuru-ike\",\n    \"foreshadowing\": \"na-ese onyinyo\",\n    \"foreshadows\": \"ndapụta\",\n    \"foreshaft\": \"kụọ mbọ aka\",\n    \"foreshape\": \"iku ihu\",\n    \"foresheet\": \"mpempe akwụkwọ\",\n    \"foreshift\": \"ihu ihu\",\n    \"foreship\": \"amụma\",\n    \"foreshock\": \"ilechaa\",\n    \"foreshoe\": \"ime mmiri\",\n    \"foreshop\": \"ime mmiri\",\n    \"foreshore\": \"ime mmiri\",\n    \"foreshorten\": \"ibu ụzọ\",\n    \"foreshortened\": \"chebere ụzọ ọrụ\",\n    \"foreshortening\": \"shoma ọkwa\",\n    \"foreshortens\": \"shoma ọkwa\",\n    \"foreshot\": \"tupu\",\n    \"foreshoulder\": \"ikike\",\n    \"foreshow\": \"ilepụ anya\",\n    \"foreshowed\": \"ekwela\",\n    \"foreshower\": \"ihe okwa\",\n    \"foreshowing\": \"na-atụ anya\",\n    \"foreshown\": \"ekwela n’ihu\",\n    \"foreshows\": \"anya\",\n    \"foreshroud\": \"Ochie\",\n    \"foreside\": \"ihu ihu\",\n    \"foresides\": \"Atụmatụ ilu\",\n    \"foresight\": \"atụmanya\",\n    \"foresighted\": \"atụmanya\",\n    \"foresightedly\": \"atụmanya\",\n    \"foresightedness\": \"ilepụ anya n'ihu\",\n    \"foresightful\": \"buru amụma\",\n    \"foresightless\": \"elepụ anya n'ihu\",\n    \"foresights\": \"amụma\",\n    \"foresign\": \"ihe mbu\",\n    \"foresignify\": \"buozie\",\n    \"foresin\": \"akpụkpọ anụ\",\n    \"foresing\": \"akpụkpọ anụ\",\n    \"foresinger\": \"akpụkpọ anụ\",\n    \"foreskin\": \"akpụkpọ anụ\",\n    \"foreskins\": \"okpu\",\n    \"foreskirt\": \"akpụkpọ ụkwụ\",\n    \"foreslack\": \"Akpa\",\n    \"foresleeve\": \"akaebe\",\n    \"foreslow\": \"nkwupụta ihu\",\n    \"foresound\": \"na-ebu amụma\",\n    \"forespake\": \"iburu ụzọ\",\n    \"forespeak\": \"kwuo okwu\",\n    \"forespeaker\": \"obu ihe omuma\",\n    \"forespeaking\": \"na-ebu amụma\",\n    \"forespecified\": \"ebu amụma\",\n    \"forespeech\": \"ikwu okwu\",\n    \"forespeed\": \"ibu amụma\",\n    \"forespencer\": \"onye na-ebu amụma\",\n    \"forespent\": \"ike\",\n    \"forespoke\": \"ihu ahia\",\n    \"forespoken\": \"buru amụma\",\n    \"forest\": \"ohia\",\n    \"forestaff\": \"igbo\",\n    \"forestaffs\": \"oke ohia\",\n    \"forestage\": \"oke ohia\",\n    \"forestay\": \"eburu\",\n    \"forestair\": \"tupu\",\n    \"forestays\": \"oke ohia\",\n    \"forestal\": \"ahia\",\n    \"forestall\": \"oke ohia\",\n    \"forestalled\": \"igbo\",\n    \"forestaller\": \"onye na-ebugharị ala\",\n    \"forestalling\": \"oke ohia\",\n    \"forestallment\": \"oke ohia\",\n    \"forestalls\": \"oke ohia\",\n    \"forestalment\": \"nkwughachi\",\n    \"forestarling\": \"igbo\",\n    \"forestate\": \"oke ohia\",\n    \"forestation\": \"oke ohia\",\n    \"forestaves\": \"okwukwu\",\n    \"forestcraft\": \"oke ohia\",\n    \"forested\": \"igbo\",\n    \"foresteep\": \"ụzọ ụkwụ\",\n    \"forestem\": \"igbo\",\n    \"forestep\": \"igbo\",\n    \"forester\": \"ọkpa anụ\",\n    \"forestery\": \"oke ohia\",\n    \"foresters\": \"ohia\",\n    \"forestership\": \"oke ohia\",\n    \"forestful\": \"oke ohia\",\n    \"foresty\": \"oke ohia\",\n    \"forestial\": \"oke ohia\",\n    \"forestian\": \"igbo\",\n    \"forestick\": \"firestick\",\n    \"forestiera\": \"igbo\",\n    \"forestine\": \"igbo\",\n    \"foresting\": \"oke ohia\",\n    \"forestish\": \"oke ohia\",\n    \"forestland\": \"oke ohia\",\n    \"forestless\": \"enweghị ọhịa\",\n    \"forestlike\": \"yiri ọhịa\",\n    \"forestology\": \"ọdịnihu\",\n    \"forestral\": \"oke ohia\",\n    \"forestress\": \"oke ohia\",\n    \"forestry\": \"oke ohia\",\n    \"forestries\": \"oke ohia\",\n    \"forests\": \"oke ohia\",\n    \"forestside\": \"oke ohia\",\n    \"forestudy\": \"igbo\",\n    \"forestwards\": \"oke ohia\",\n    \"foresummer\": \"onye amụma\",\n    \"foresummon\": \"amụma\",\n    \"foreswear\": \"akpụkpọ ụkwụ\",\n    \"foreswearing\": \"ibu ụzọ buru amụma\",\n    \"foresweat\": \"Ihu-mmiri\",\n    \"foreswore\": \"amụma ihu\",\n    \"foret\": \"n'ihu\",\n    \"foretack\": \"azu ahia\",\n    \"foretackle\": \"azụ\",\n    \"foretake\": \"buo ụzọ\",\n    \"foretalk\": \"eburu ụzọ\",\n    \"foretalking\": \"na-ebu amụma\",\n    \"foretaste\": \"apuru ire\",\n    \"foretasted\": \"buru amụma\",\n    \"foretaster\": \"onye amụma\",\n    \"foretastes\": \"Atụmatụ\",\n    \"foretasting\": \"na-ebu amụma\",\n    \"foreteach\": \"-iburu ụzọ\",\n    \"foreteeth\": \"na-ebu amụma\",\n    \"foretell\": \"buru amụma\",\n    \"foretellable\": \"kwere ekwe\",\n    \"foretellableness\": \"nkwupụta mmụọ\",\n    \"foreteller\": \"onye na-ebu amụma\",\n    \"foretellers\": \"ndị amụma\",\n    \"foretelling\": \"na-ebu amụma\",\n    \"foretells\": \"na-ebu amụma\",\n    \"forethink\": \"buru amụma\",\n    \"forethinker\": \"onye na-eche echiche\",\n    \"forethinking\": \"na-eche echiche\",\n    \"forethough\": \"n'agbanyeghị\",\n    \"forethought\": \"buru amụma\",\n    \"forethoughted\": \"chere\",\n    \"forethoughtful\": \"buru amụma\",\n    \"forethoughtfully\": \"buru amụma\",\n    \"forethoughtfulness\": \"buru amụma\",\n    \"forethoughtless\": \"echeghị echiche\",\n    \"forethrift\": \"ibuo ụzọ\",\n    \"foretime\": \"tupu oge\",\n    \"foretimed\": \"buru amụma\",\n    \"foretimes\": \"oge\",\n    \"foretype\": \"iru mmiri ozuzo\",\n    \"foretypified\": \"buru amụma\",\n    \"foretoken\": \"buru amụma\",\n    \"foretokened\": \"buru amụma\",\n    \"foretokening\": \"ibu amụma\",\n    \"foretokens\": \"Ochie\",\n    \"foretold\": \"buru n'amụma\",\n    \"foretooth\": \"okpu\",\n    \"foretop\": \"ihu ihu\",\n    \"foretopman\": \"onye isi oche\",\n    \"foretopmen\": \"ndị isi\",\n    \"foretopsail\": \"ụlọ ahịa\",\n    \"foretrace\": \"tupu\",\n    \"foreturn\": \"ịkọ ọdịnihu\",\n    \"foreuse\": \"foregha\",\n    \"forevalue\": \"nke mbu\",\n    \"forever\": \"rue mgbe ebighebi\",\n    \"forevermore\": \"ebighi-ebi\",\n    \"foreverness\": \"ibu ụzọ\",\n    \"forevers\": \"Ochie\",\n    \"foreview\": \"ileba anya\",\n    \"forevision\": \"amụma\",\n    \"forevouch\": \"igba n'ihu\",\n    \"forevouched\": \"agbanwee\",\n    \"forevow\": \"iburu ụzọ\",\n    \"foreward\": \"n'ihu\",\n    \"forewarm\": \"buru ụzọ\",\n    \"forewarmer\": \"buru ụzọ\",\n    \"forewarn\": \"buru ụzọ\",\n    \"forewarned\": \"dọrọ ya aka na ntị\",\n    \"forewarner\": \"ịdọ aka ná ntị\",\n    \"forewarning\": \"ịdọ aka ná ntị\",\n    \"forewarningly\": \"tupu\",\n    \"forewarnings\": \"ịdọ aka ná ntị\",\n    \"forewarns\": \"ịdọ aka na ntị\",\n    \"forewaters\": \"mmiri\",\n    \"foreween\": \"tupu\",\n    \"foreweep\": \"foreweepu\",\n    \"foreweigh\": \"ibuo ụzọ\",\n    \"forewent\": \"buru ụzọ\",\n    \"forewind\": \"eburu ụzọ\",\n    \"forewing\": \"na-ebu agha\",\n    \"forewinning\": \"Na-ebu amụma\",\n    \"forewisdom\": \"gbasara iwu\",\n    \"forewish\": \"buru ụzọ\",\n    \"forewit\": \"buru amuma\",\n    \"forewoman\": \"nwanyị\",\n    \"forewomen\": \"nwanyi\",\n    \"forewonted\": \"Chebere\",\n    \"foreword\": \"isi mmalite\",\n    \"forewords\": \"Atụmatụ\",\n    \"foreworld\": \"ụwa\",\n    \"foreworn\": \"buru ụzọ\",\n    \"forewritten\": \"debanyere aha\",\n    \"forewrought\": \"gbochie\",\n    \"forex\": \"Forex\",\n    \"forfairn\": \"ngbako\",\n    \"forfar\": \"n'ihi na\",\n    \"forfare\": \"enweghị ikike\",\n    \"forfault\": \"ndabere\",\n    \"forfear\": \"tụfuo\",\n    \"forfeit\": \"tụfuo\",\n    \"forfeitable\": \"uru\",\n    \"forfeitableness\": \"ekwesighi\",\n    \"forfeited\": \"tụfuru\",\n    \"forfeiter\": \"deba ego\",\n    \"forfeiting\": \"efesa\",\n    \"forfeits\": \"atụfu\",\n    \"forfeiture\": \"inye ihe\",\n    \"forfeitures\": \"ọghọm\",\n    \"forfend\": \"gbaghara\",\n    \"forfended\": \"gbaghaara\",\n    \"forfending\": \"ịgbaghara\",\n    \"forfends\": \"gbagbuo\",\n    \"forficate\": \"siri ike\",\n    \"forficulate\": \"ịrụ ọrụ\",\n    \"forfit\": \"kwesịrị\",\n    \"forfoughten\": \"ekweghị\",\n    \"forgab\": \"chefuo\",\n    \"forgainst\": \"gbaghara\",\n    \"forgat\": \"chefuo\",\n    \"forgather\": \"gbaghara\",\n    \"forgathered\": \"echefuru\",\n    \"forgathering\": \"na-agbaghara\",\n    \"forgathers\": \"echefuru\",\n    \"forgave\": \"gbaghara\",\n    \"forgeability\": \"ndidi\",\n    \"forged\": \"esorowo\",\n    \"forgedly\": \"esorowo\",\n    \"forgeful\": \"agbaghara\",\n    \"forgeman\": \"gbaghara\",\n    \"forgemen\": \"agbaghara\",\n    \"forger\": \"onye obula\",\n    \"forgery\": \"arumaaru\",\n    \"forgeries\": \"adịgboroja\",\n    \"forgers\": \"na-agbaghara\",\n    \"forges\": \"Ikike\",\n    \"forget\": \"ichefu\",\n    \"forgetable\": \"echefu\",\n    \"forgetful\": \"echefu\",\n    \"forgetfully\": \"echefu\",\n    \"forgetfulness\": \"ichefu\",\n    \"forgetive\": \"echefu\",\n    \"forgetness\": \"nchefu\",\n    \"forgets\": \"echefu\",\n    \"forgett\": \"echefu\",\n    \"forgettable\": \"echefu\",\n    \"forgettably\": \"echefu\",\n    \"forgette\": \"echefu\",\n    \"forgetter\": \"onye nchefu\",\n    \"forgettery\": \"nchefu\",\n    \"forgetters\": \"ndị na-echefu echefu\",\n    \"forgetting\": \"na-echefu\",\n    \"forgettingly\": \"echezọ\",\n    \"forgie\": \"manie\",\n    \"forgift\": \"gbaghara\",\n    \"forging\": \"ibe ya\",\n    \"forgings\": \"na-agbaghara\",\n    \"forgivable\": \"gbaghara\",\n    \"forgivableness\": \"mgbaghara\",\n    \"forgivably\": \"gbaghara\",\n    \"forgive\": \"gbaghara\",\n    \"forgiveable\": \"gbaghara\",\n    \"forgiveably\": \"gbaghara\",\n    \"forgiveless\": \"gbaghara\",\n    \"forgiven\": \"gbaghara\",\n    \"forgiveness\": \"mgbaghara\",\n    \"forgivenesses\": \"mgbaghara\",\n    \"forgiver\": \"gbaghara\",\n    \"forgivers\": \"na-agbaghara\",\n    \"forgives\": \"na-agbaghara\",\n    \"forgiving\": \"mgbaghara\",\n    \"forgivingly\": \"gbaghara\",\n    \"forgivingness\": \"mgbaghara\",\n    \"forgo\": \"gbaghara\",\n    \"forgoer\": \"gbaghara\",\n    \"forgoers\": \"ndị na-agbaghara\",\n    \"forgoes\": \"gbaghara\",\n    \"forgoing\": \"na-ahapụ\",\n    \"forgone\": \"gbaghara\",\n    \"forgot\": \"echefuru\",\n    \"forgotten\": \"echefuru\",\n    \"forgottenness\": \"echefu\",\n    \"forgrow\": \"chefuo\",\n    \"forgrown\": \"echefuru\",\n    \"forhaile\": \"gbasie ike\",\n    \"forhale\": \"iku ume\",\n    \"forheed\": \"inheed\",\n    \"forhow\": \"n'ihi\",\n    \"forinsecal\": \"ke ofụri ofụri\",\n    \"forints\": \"ihe mgbochi\",\n    \"forisfamiliation\": \"maka nkwenye\",\n    \"forjesket\": \"Nchịkwa\",\n    \"forjudge\": \"ikpe ikpe\",\n    \"forjudged\": \"emebiela\",\n    \"forjudger\": \"onye nzuzu\",\n    \"forjudges\": \"maka ndị ikpe\",\n    \"forjudging\": \"maka ikpe\",\n    \"forjudgment\": \"ikpe\",\n    \"fork\": \"ndụdụ\",\n    \"forked\": \"ndụdụ\",\n    \"forkedness\": \"ndụdụ\",\n    \"forker\": \"ihe nkpuchi\",\n    \"forkers\": \"Ndị na-eme mkpọtụ\",\n    \"forkful\": \"fork\",\n    \"forkfuls\": \"okpokoro\",\n    \"forkhead\": \"ndụdụ\",\n    \"forky\": \"ndụdụ\",\n    \"forkiest\": \"dị ike\",\n    \"forkiness\": \"inkinisi\",\n    \"forkless\": \"ndụdụ\",\n    \"forklike\": \"ndụdụ\",\n    \"forks\": \"ndụdụ\",\n    \"forksful\": \"ndụdụ\",\n    \"forksmith\": \"Onye nzuzu\",\n    \"forktail\": \"ndụdụ\",\n    \"forlain\": \"gbasa ozi\",\n    \"forlanas\": \"Forlanas\",\n    \"forlane\": \"Forlane\",\n    \"forleave\": \"hapụ ya\",\n    \"forleaving\": \"na-agbaghara\",\n    \"forleft\": \"hapụrụ\",\n    \"forleit\": \"gbahapụ\",\n    \"forlet\": \"akwukwo ozi\",\n    \"forletting\": \"ịmụ ihe\",\n    \"forlive\": \"gbaghara\",\n    \"forloin\": \"inyocha\",\n    \"forlore\": \"maka iwe\",\n    \"forlorn\": \"ikekwe\",\n    \"forlorner\": \"Onyema\",\n    \"forlornest\": \"Ezigbo\",\n    \"forlornity\": \"ndaba\",\n    \"forlornly\": \"n'udo\",\n    \"forlornness\": \"ndokwa\",\n    \"form\": \"ụdị\",\n    \"formagen\": \"agdị\",\n    \"formal\": \"anụmanụ\",\n    \"formaldoxime\": \"oge gboo\",\n    \"formalesque\": \"Nkechi\",\n    \"formalins\": \"Iwu\",\n    \"formalisation\": \"nhazi\",\n    \"formalise\": \"hazie\",\n    \"formalised\": \"etinyere ya\",\n    \"formaliser\": \"nhazi\",\n    \"formalising\": \"formalizing\",\n    \"formalism\": \"mmezu iwu\",\n    \"formalist\": \"onye mmekorita\",\n    \"formalistic\": \"iji iwu eme ihe\",\n    \"formalistically\": \"iji eme ihe\",\n    \"formalith\": \"mmezu iwu\",\n    \"formality\": \"iji eme ihe\",\n    \"formalities\": \"usoro iwu\",\n    \"formalization\": \"nhazi\",\n    \"formalizations\": \"nhazi\",\n    \"formalize\": \"hazie\",\n    \"formalized\": \"etinyere ya\",\n    \"formalizer\": \"nhazi\",\n    \"formalizes\": \"na-emeputa\",\n    \"formally\": \"chie\",\n    \"formalness\": \"iji iwu\",\n    \"formals\": \"usoro\",\n    \"formamido\": \"formamide\",\n    \"formamidoxime\": \"oge gboo\",\n    \"formants\": \"ihe mgbochi\",\n    \"format\": \"usoro\",\n    \"formated\": \"tedhazi\",\n    \"formates\": \"formats\",\n    \"formating\": \"nhazi\",\n    \"formation\": \"guzobe\",\n    \"formations\": \"usoro\",\n    \"formative\": \"ativetọ\",\n    \"formatively\": \"n'ụzọ\",\n    \"formativeness\": \"ihe omuma\",\n    \"formatted\": \"tedhazi\",\n    \"formatter\": \"nhazi\",\n    \"formatting\": \"nhazi\",\n    \"formature\": \"nhazi\",\n    \"formby\": \"bydị\",\n    \"forme\": \"maka m\",\n    \"formed\": \"kpụrụ\",\n    \"formedon\": \"kpụrụ\",\n    \"formelt\": \"eltdị\",\n    \"formene\": \"enedị\",\n    \"formenic\": \"n'ụdị\",\n    \"formentation\": \"forment\",\n    \"former\": \"mbụ\",\n    \"formerly\": \"mbụ\",\n    \"formerness\": \"mbụ\",\n    \"formers\": \"Nhazi\",\n    \"formes\": \"ụdị\",\n    \"formfeeds\": \"ụdị\",\n    \"formfitting\": \"fitdị\",\n    \"formful\": \"etinyere\",\n    \"formiate\": \"kpoo\",\n    \"formicarioid\": \"usoro\",\n    \"formicating\": \"na-eme\",\n    \"formication\": \"nhazi\",\n    \"formicicide\": \"igbu onwe\",\n    \"formicid\": \"kpụọ\",\n    \"formicide\": \"igbu onwe\",\n    \"formicivorous\": \"ụdị\",\n    \"formidability\": \"ike ọgwụgwụ\",\n    \"formidable\": \"dị egwu\",\n    \"formidableness\": \"iddị egwu\",\n    \"formidably\": \"na-emenye ụjọ\",\n    \"formyl\": \"ụdị\",\n    \"formylating\": \"formdị\",\n    \"formylation\": \"nhazi\",\n    \"formyls\": \"ụdị\",\n    \"forminate\": \"mebie\",\n    \"forming\": \"akpụ\",\n    \"formism\": \"nhazi\",\n    \"formlessly\": \"formally\",\n    \"formlessness\": \"enweghị ọrụ\",\n    \"formly\": \"n'ụdị\",\n    \"formnail\": \"mpempe akwụkwọ\",\n    \"formols\": \"ụdị\",\n    \"formose\": \"n'ihi na\",\n    \"formosity\": \"ime ihe\",\n    \"formous\": \"nnukwu\",\n    \"forms\": \"ụdị\",\n    \"formula\": \"usoro\",\n    \"formulable\": \"Emeputa\",\n    \"formulae\": \"skpụrụ\",\n    \"formulaic\": \"formic\",\n    \"formulaically\": \"Nhazi\",\n    \"formular\": \"usoro\",\n    \"formulary\": \"Nchịkọta\",\n    \"formularies\": \"Nchịkọta\",\n    \"formularisation\": \"nhazi\",\n    \"formularise\": \"usoro\",\n    \"formularised\": \"edepụtara\",\n    \"formulariser\": \"onye nhazi ihe\",\n    \"formularising\": \"nhazi\",\n    \"formularism\": \"usoro\",\n    \"formularist\": \"onye na-eme ihe ngosi\",\n    \"formularistic\": \"ristgha\",\n    \"formularization\": \"nhazi\",\n    \"formularize\": \"dezie\",\n    \"formularized\": \"Emebere ya\",\n    \"formularizer\": \"onye nhazi ihe\",\n    \"formularizing\": \"rihazi\",\n    \"formulas\": \"skpụrụ\",\n    \"formulate\": \"icheputa\",\n    \"formulated\": \"emepụta\",\n    \"formulates\": \"Nkọwa\",\n    \"formulating\": \"ịmepụta\",\n    \"formulation\": \"Nwa\",\n    \"formulator\": \"onye na-emepụta ihe\",\n    \"formulatory\": \"Emeputa\",\n    \"formulators\": \"Ndị na-emepụta ihe\",\n    \"formule\": \"usoro\",\n    \"formulisation\": \"usoro\",\n    \"formulise\": \"imewe\",\n    \"formulised\": \"emepụta\",\n    \"formuliser\": \"onye na-emeputa ihe\",\n    \"formulising\": \"na-emepụta\",\n    \"formulism\": \"usoro\",\n    \"formulist\": \"onye edemede\",\n    \"formulistic\": \"na-eme atụmatụ\",\n    \"formulization\": \"nhazi\",\n    \"formulize\": \"ịmepụta\",\n    \"formulized\": \"etinyere\",\n    \"formulizer\": \"onye na-emepụta ihe\",\n    \"formulizing\": \"na-eme\",\n    \"forncast\": \"nkesa\",\n    \"fornenst\": \"ikekwe\",\n    \"fornical\": \"ihe nzuzu\",\n    \"fornicate\": \"na-akwa iko\",\n    \"fornicated\": \"kwara iko\",\n    \"fornicates\": \"na-akwa iko\",\n    \"fornicating\": \"na-akwa iko\",\n    \"fornication\": \"ịkwa iko\",\n    \"fornications\": \"ịkwa iko\",\n    \"fornicator\": \"na-akwa iko\",\n    \"fornicatory\": \"na-akwa iko\",\n    \"fornicators\": \"ndị na-akwa iko\",\n    \"fornicatress\": \"nwanyị na-akwa iko\",\n    \"fornicatrices\": \"na-akwa iko\",\n    \"fornicatrix\": \"ịkwa iko\",\n    \"fornices\": \"ihe mgbochi\",\n    \"forniciform\": \"na-akwa iko\",\n    \"forninst\": \"Ikwesiri\",\n    \"forpass\": \"gafere\",\n    \"forpet\": \"akwa mkpuchi\",\n    \"forpined\": \"na-agbaghara\",\n    \"forpining\": \"na-egbu nri\",\n    \"forpit\": \"ndopu\",\n    \"forprise\": \"ihe ijuanya\",\n    \"forrad\": \"Uchechukwu\",\n    \"forrard\": \"ekweghị\",\n    \"forrel\": \"orrel\",\n    \"forride\": \"gbaghara\",\n    \"forrit\": \"nwee mgbaghara\",\n    \"forritsome\": \"ndokwa\",\n    \"forsado\": \"ahapụ\",\n    \"forsay\": \"hapụ\",\n    \"forsake\": \"hapụ\",\n    \"forsaken\": \"agbahapụwo\",\n    \"forsakenly\": \"hapụrụ\",\n    \"forsakenness\": \"ịhapụ\",\n    \"forsaker\": \"agbahapụwo\",\n    \"forsakers\": \"ndị na-agbahapụ\",\n    \"forsakes\": \"agbahapụ\",\n    \"forsaking\": \"agbahapụwo\",\n    \"forsar\": \"hapụ\",\n    \"forsee\": \"hapụ\",\n    \"forseeable\": \"ịhụ ụzọ\",\n    \"forseen\": \"buru amụma\",\n    \"forset\": \"ohia\",\n    \"forshape\": \"ịhapụ\",\n    \"forsythias\": \"forsythia\",\n    \"forslack\": \"gbahaa\",\n    \"forslake\": \"hapụ\",\n    \"forsloth\": \"okpu\",\n    \"forslow\": \"gbahapụ\",\n    \"forsook\": \"agbahapụwo\",\n    \"forspeaking\": \"maka ikwu okwu\",\n    \"forspend\": \"hapụ\",\n    \"forspent\": \"hapụ ya\",\n    \"forspoke\": \"Ndozi\",\n    \"forspoken\": \"a hapụrụ\",\n    \"forspread\": \"maka mgbasa\",\n    \"forst\": \"mbụ\",\n    \"forsteal\": \"ekpe\",\n    \"forsterite\": \"ekpenta\",\n    \"forstraught\": \"ebu ụzọ\",\n    \"forsung\": \"agbahapụ\",\n    \"forswat\": \"Nwachukwu\",\n    \"forswear\": \"akpụkpọ ụkwụ\",\n    \"forswearer\": \"onye obula\",\n    \"forswearing\": \"na-ahapụ\",\n    \"forswears\": \"ahapụ\",\n    \"forswore\": \"agbahapụ\",\n    \"forsworn\": \"agbahapụ\",\n    \"forswornness\": \"hapụrụ ịhapụ\",\n    \"fort\": \"nkera\",\n    \"fortake\": \"nke oma\",\n    \"fortalice\": \"ikwuru ikpe\",\n    \"forte\": \"ike\",\n    \"fortemente\": \"ike\",\n    \"fortes\": \"ndagwurugwu\",\n    \"fortescue\": \"ikpo ọkụ\",\n    \"fortescure\": \"intescure\",\n    \"forth\": \"pụta\",\n    \"forthby\": \"n'ihu\",\n    \"forthbring\": \"ịmụ nwa\",\n    \"forthbringer\": \"ịmụ nwa\",\n    \"forthbringing\": \"ịmụ nwa\",\n    \"forthbrought\": \"wepụta\",\n    \"forthcall\": \"kwupụta\",\n    \"forthcame\": \"pụta\",\n    \"forthcome\": \"pụta\",\n    \"forthcomer\": \"onye ọhụụ\",\n    \"forthcoming\": \"na-abịa\",\n    \"forthcomingness\": \"ọbịbịa\",\n    \"forthcut\": \"pụta n'ihu\",\n    \"forthfare\": \"ọpụpụ\",\n    \"forthfigured\": \"gosipụta\",\n    \"forthgaze\": \"pụta\",\n    \"forthgo\": \"pụọ\",\n    \"forthgoing\": \"na-aga\",\n    \"forthy\": \"nke\",\n    \"forthink\": \"n'echeghi echiche\",\n    \"forthinking\": \"na-acha anya\",\n    \"forthon\": \"igba oso\",\n    \"forthought\": \"echere echiche\",\n    \"forthputting\": \"nbuputa\",\n    \"forthright\": \"cha cha\",\n    \"forthrightly\": \"kpam kpam\",\n    \"forthrightness\": \"ọ pụtara ìhè\",\n    \"forthrights\": \"ọhụụ\",\n    \"forthset\": \"mmalite\",\n    \"forthtell\": \"kwupụta\",\n    \"forthteller\": \"onye mgbasa ozi\",\n    \"forthward\": \"gaa n'ihu\",\n    \"forthwith\": \"ozugbo\",\n    \"forty\": \"iri anọ\",\n    \"fortier\": \"nke kasi ike\",\n    \"forties\": \"iri anọ\",\n    \"fortieth\": \"nke iri anọ\",\n    \"fortieths\": \"iri anọ\",\n    \"fortify\": \"wusie ike\",\n    \"fortifiable\": \"nke siri ike\",\n    \"fortification\": \"ebe e wusiri ike\",\n    \"fortifications\": \"ihe mgbidi\",\n    \"fortified\": \"wusiri ike\",\n    \"fortifier\": \"onye oru ngo\",\n    \"fortifiers\": \"ndi oru ngo\",\n    \"fortifies\": \"wusiri ike\",\n    \"fortifying\": \"sie ike\",\n    \"fortifyingly\": \"na-agba mbọ\",\n    \"fortifys\": \"ihe siri ike\",\n    \"fortyfive\": \"iri anọ na ise\",\n    \"fortyfives\": \"iri anọ na ise\",\n    \"fortyfold\": \"iri anọ\",\n    \"fortyish\": \"iri anọ na ise\",\n    \"fortiori\": \"ike\",\n    \"fortypenny\": \"iri anọ na iri\",\n    \"fortis\": \"ike\",\n    \"fortissimi\": \"ikechi\",\n    \"fortissimo\": \"ikechi\",\n    \"fortissimos\": \"ikechi\",\n    \"fortitude\": \"ike\",\n    \"fortitudes\": \"ebe ike\",\n    \"fortitudinous\": \"ike\",\n    \"fortlet\": \"ulo oru\",\n    \"fortnight\": \"Izu uka abuo\",\n    \"fortnightly\": \"Izu uka abuo\",\n    \"fortnightlies\": \"Izu uka abuo\",\n    \"fortnights\": \"ebe a\",\n    \"fortran\": \"ike\",\n    \"fortranh\": \"ike\",\n    \"fortravail\": \"uru\",\n    \"fortread\": \"ebe ike\",\n    \"fortress\": \"ebe e wusiri ike\",\n    \"fortressed\": \"ebe ewusiri ike\",\n    \"fortresses\": \"ebe e wusiri ike\",\n    \"fortressing\": \"na-ewusi ike\",\n    \"forts\": \"mgbidi\",\n    \"fortuity\": \"isi\",\n    \"fortuities\": \"ọdịmma\",\n    \"fortuitism\": \"enweghị ikike\",\n    \"fortuitist\": \"onye na-achọ ọdịmma mmadụ\",\n    \"fortuitous\": \"enweghị isi\",\n    \"fortuitousness\": \"inwe ike\",\n    \"fortunate\": \"kechioma\",\n    \"fortunately\": \"dabara nke ọma\",\n    \"fortunateness\": \"ihu ọma\",\n    \"fortunation\": \"ihu ọma\",\n    \"fortune\": \"uba\",\n    \"fortuned\": \"dabara nke ọma\",\n    \"fortunel\": \"ndabara\",\n    \"fortuneless\": \"enweghi ike\",\n    \"fortunes\": \"mfep\",\n    \"fortunetell\": \"ndabara\",\n    \"fortuneteller\": \"onye na-ahụ akaraka\",\n    \"fortunetellers\": \"ndi ọdịmma\",\n    \"fortunetelling\": \"ọdịmma\",\n    \"fortuning\": \"dabara nke ọma\",\n    \"fortunite\": \"kechioma\",\n    \"fortunize\": \"nwee ihu ọma\",\n    \"fortunous\": \"kechioma\",\n    \"fortuuned\": \"gbaa nkịtị\",\n    \"forum\": \"nzukọ\",\n    \"forumize\": \"weputa\",\n    \"forums\": \"Nzukọ\",\n    \"forwake\": \"gbasaa\",\n    \"forwaked\": \"gbasaa\",\n    \"forwander\": \"ịgbagọ\",\n    \"forward\": \"gaa n'ihu\",\n    \"forwardal\": \"gaa n'ihu\",\n    \"forwardation\": \"ebugharị\",\n    \"forwarded\": \"zigara\",\n    \"forwarder\": \"zipuru\",\n    \"forwarders\": \"ndị na-ebugharị\",\n    \"forwardest\": \"zigara\",\n    \"forwarding\": \"ebugharị\",\n    \"forwardly\": \"na-aga n'ihu\",\n    \"forwardness\": \"ịga n'ihu\",\n    \"forwards\": \"n'ihu\",\n    \"forwardsearch\": \"ochoohu\",\n    \"forwarn\": \"dọọ aka na ntị\",\n    \"forwear\": \"uwe akwa\",\n    \"forweary\": \"ike ọgwụgwụ\",\n    \"forwearied\": \"ike gwụrụ\",\n    \"forwearying\": \"ịda mba\",\n    \"forweend\": \"gafee\",\n    \"forwelk\": \"abuo\",\n    \"forwent\": \"chere ihu\",\n    \"forwhy\": \"n'ihi\",\n    \"forworden\": \"ikwu okwu\",\n    \"forwork\": \"maka oru\",\n    \"forworn\": \"foduru\",\n    \"forz\": \"IHE\",\n    \"forzandos\": \"Ezigbo\",\n    \"foss\": \"fos\",\n    \"fossage\": \"fosase\",\n    \"fossarian\": \"onye nzuzu\",\n    \"fossate\": \"fosas\",\n    \"fossed\": \"foss\",\n    \"fosses\": \"foss\",\n    \"fosset\": \"foset\",\n    \"fossette\": \"foset\",\n    \"fossettes\": \"foseti\",\n    \"fossick\": \"fosik\",\n    \"fossicked\": \"fososs\",\n    \"fossicker\": \"fosicker\",\n    \"fossicking\": \"foshị\",\n    \"fossicks\": \"fosili\",\n    \"fossified\": \"foss\",\n    \"fossiform\": \"fosiform\",\n    \"fossil\": \"fosil\",\n    \"fossilated\": \"fosilization\",\n    \"fossilation\": \"fosilization\",\n    \"fossildom\": \"fosildom\",\n    \"fossiled\": \"fosilized\",\n    \"fossiliferous\": \"fosiliferous\",\n    \"fossilify\": \"mee ka osie ike\",\n    \"fossilification\": \"fosilification\",\n    \"fossilisable\": \"o kwere omume\",\n    \"fossilisation\": \"ndu\",\n    \"fossilise\": \"fosilise\",\n    \"fossilised\": \"fosilized\",\n    \"fossilising\": \"fosilising\",\n    \"fossilism\": \"fosilism\",\n    \"fossilist\": \"onye ochie\",\n    \"fossilizable\": \"fosilized\",\n    \"fossilization\": \"fosilization\",\n    \"fossilize\": \"fosilize\",\n    \"fossilized\": \"fosilized\",\n    \"fossilizes\": \"fosilized\",\n    \"fossilizing\": \"fosilized\",\n    \"fossillike\": \"fosillike\",\n    \"fossilologist\": \"ọkà mmụta fossilologist\",\n    \"fossils\": \"fosili\",\n    \"fosslfying\": \"fosilfying\",\n    \"fosslify\": \"osote\",\n    \"fosslology\": \"foslology\",\n    \"fossor\": \"ihe ochie\",\n    \"fossores\": \"ihe okike\",\n    \"fossoria\": \"fosoria\",\n    \"fossorial\": \"ihe ochie\",\n    \"fossorious\": \"fosusu\",\n    \"fossors\": \"fosos\",\n    \"fossula\": \"fosula\",\n    \"fossulae\": \"fosulae\",\n    \"fossulate\": \"foss\",\n    \"foster\": \"nkuchi\",\n    \"fosterable\": \"nwere obi ike\",\n    \"fostered\": \"toro eto\",\n    \"fosterer\": \"onye nkuchi\",\n    \"fosterers\": \"ndi oso\",\n    \"fosterhood\": \"Ezi ndu\",\n    \"fostering\": \"ịzụlite\",\n    \"fosteringly\": \"n'ilekọta anya\",\n    \"fosterite\": \"onye nlebara anya\",\n    \"fosterland\": \"Ezi nwanyi\",\n    \"fosterling\": \"ịzụlite\",\n    \"fosterlings\": \"umu nkuchi\",\n    \"fosters\": \"na-akwalite\",\n    \"fostership\": \"Onye isi\",\n    \"fostress\": \"agbam ume\",\n    \"fother\": \"fighter\",\n    \"fothering\": \"na-ajụ oyi\",\n    \"fotive\": \"onye nzuzu\",\n    \"foud\": \"adị\",\n    \"fouett\": \"ịzọ\",\n    \"fouettes\": \"ihe ojoo\",\n    \"fought\": \"lụrụ ọgụ\",\n    \"foughten\": \"lụrụ ọgụ\",\n    \"foughty\": \"ọgụ\",\n    \"foujdary\": \"Uzochukwu\",\n    \"foul\": \"ihe ojoo\",\n    \"foulard\": \"ugbako\",\n    \"foulards\": \"umuigbo\",\n    \"foulder\": \"okwute\",\n    \"fouldre\": \"Enwere ike\",\n    \"fouled\": \"ihe ojoo\",\n    \"fouling\": \"mmebi\",\n    \"foulings\": \"mmebi\",\n    \"foulish\": \"ndaba\",\n    \"foully\": \"ndedehe\",\n    \"foulminded\": \"ihe ojoo\",\n    \"foulmouth\": \"ịda mba\",\n    \"foulmouthed\": \"emeghari\",\n    \"foulmouthedly\": \"emeghari\",\n    \"foulmouthedness\": \"ajọ ihe ọnụ\",\n    \"foulness\": \"nzuzu\",\n    \"foulnesses\": \"mmejọ\",\n    \"fouls\": \"ihe ojoo\",\n    \"foulsome\": \"ihe ojoo\",\n    \"founce\": \"ibiaghachi\",\n    \"found\": \"achọtara\",\n    \"foundation\": \"ntọala\",\n    \"foundational\": \"ntọala\",\n    \"foundationally\": \"onye bu isi\",\n    \"foundationary\": \"ntọala\",\n    \"foundationed\": \"tọrọ ntọala\",\n    \"foundationer\": \"ntọala\",\n    \"foundationless\": \"enweghị ntọala\",\n    \"foundationlessness\": \"enweghị ntọala\",\n    \"foundations\": \"ntọala\",\n    \"founded\": \"tọrọ ntọala\",\n    \"founder\": \"onye nchoputa\",\n    \"foundered\": \"chọtara\",\n    \"foundery\": \"chọtara\",\n    \"foundering\": \"nchoputa\",\n    \"founderous\": \"onye dara ogbenye\",\n    \"founders\": \"ndị guzobere\",\n    \"foundership\": \"ntọala\",\n    \"founding\": \"ntọala\",\n    \"foundling\": \"ịchọta\",\n    \"foundlings\": \"chọtara\",\n    \"foundress\": \"nwanyị\",\n    \"foundry\": \"chọtara\",\n    \"foundryman\": \"onye neme ihe\",\n    \"foundrymen\": \"ndị na-achọ ọrụ\",\n    \"foundrous\": \"dị egwu\",\n    \"founds\": \"ntọala\",\n    \"fountain\": \"isi iyi\",\n    \"fountained\": \"isi iyi\",\n    \"fountainhead\": \"isi mmiri\",\n    \"fountainheads\": \"isi iyi\",\n    \"fountaining\": \"isi mmiri\",\n    \"fountainless\": \"isi mmiri\",\n    \"fountainlet\": \"isi mmiri\",\n    \"fountainlike\": \"isi iyi dị ka\",\n    \"fountainous\": \"isi iyi\",\n    \"fountainously\": \"isi mmiri\",\n    \"fountains\": \"isi iyi\",\n    \"fountainwise\": \"isi iyi\",\n    \"founte\": \"kwado\",\n    \"founts\": \"akụ\",\n    \"four\": \"anọ\",\n    \"fourb\": \"ano\",\n    \"fourbagger\": \"Akpa anọ\",\n    \"fourball\": \"bọọlụ anọ\",\n    \"fourble\": \"okpukpu anọ\",\n    \"fourche\": \"anọ\",\n    \"fourchee\": \"anọ\",\n    \"fourcher\": \"okpukpu anọ\",\n    \"fourchet\": \"anọ\",\n    \"fourchette\": \"okpukpu anọ\",\n    \"fourchite\": \"anọchite\",\n    \"fourdrinier\": \"ihe anọ\",\n    \"fourfiusher\": \"okpukpu anọ\",\n    \"fourflusher\": \"okpukpu anọ\",\n    \"fourflushers\": \"ihe anọ\",\n    \"fourfold\": \"okpukpu anọ\",\n    \"fourgon\": \"anọ\",\n    \"fourgons\": \"anọ\",\n    \"fourhanded\": \"aka anọ\",\n    \"fourierist\": \"onye ụfụfụ\",\n    \"fourling\": \"okpukpu anọ\",\n    \"fourness\": \"afụọnụ\",\n    \"fourniture\": \"ihe ndozi\",\n    \"fourpence\": \"okpukpu anọ\",\n    \"fourpenny\": \"ikpa\",\n    \"fourposter\": \"okpukpu anọ\",\n    \"fourposters\": \"akwụkwọ ozi anọ\",\n    \"fourpounder\": \"okpukpu anọ\",\n    \"fourquine\": \"anọ\",\n    \"fourrag\": \"anọ\",\n    \"fourragere\": \"anọragere\",\n    \"fourrageres\": \"anọrageres\",\n    \"fourrier\": \"ihe mgbochi anọ\",\n    \"fours\": \"anọ\",\n    \"fourscore\": \"iri asatọ\",\n    \"fourscorth\": \"nke anọ\",\n    \"foursome\": \"ụzọ anọ\",\n    \"foursomes\": \"ụzọ anọ\",\n    \"foursquare\": \"akụkụ anọ\",\n    \"foursquarely\": \"akụkụ anọ\",\n    \"foursquareness\": \"ụzọ anọ\",\n    \"fourstrand\": \"ugbunike\",\n    \"fourteen\": \"iri na anọ\",\n    \"fourteener\": \"iri na anọ\",\n    \"fourteenfold\": \"iri na anọ\",\n    \"fourteens\": \"iri na anọ\",\n    \"fourteenth\": \"nke iri na anọ\",\n    \"fourteenthly\": \"nke iri na anọ\",\n    \"fourteenths\": \"iri na anọ\",\n    \"fourth\": \"nke anọ\",\n    \"fourther\": \"nke anọ\",\n    \"fourthly\": \"nke anọ\",\n    \"fourths\": \"nke anọ\",\n    \"fouter\": \"foute\",\n    \"fouth\": \"nke anọ\",\n    \"foveate\": \"ogbe\",\n    \"foveated\": \"ọ dị mfe\",\n    \"foveation\": \"nsị\",\n    \"fovent\": \"isi asaa\",\n    \"foveolarious\": \"ọfụma\",\n    \"foveolets\": \"ọfụma\",\n    \"fowage\": \"ahịhịa\",\n    \"fowells\": \"ugodi\",\n    \"fowl\": \"inuen\",\n    \"fowlery\": \"fowler\",\n    \"fowlerite\": \"umu anumanu\",\n    \"fowlers\": \"umu anumanu\",\n    \"fowlfoot\": \"egbe ufe\",\n    \"fowling\": \"na-efe\",\n    \"fowlings\": \"umu anumanu\",\n    \"fowls\": \"inuen\",\n    \"fox\": \"nkịta ọhịa\",\n    \"foxbane\": \"nkịta ọhịa\",\n    \"foxberry\": \"nkịta ọhịa\",\n    \"foxberries\": \"nkịta ọhịa\",\n    \"foxchop\": \"nkịta\",\n    \"foxer\": \"nkịta ọhịa\",\n    \"foxery\": \"nkịta ọhịa\",\n    \"foxes\": \"nkịta ọhịa\",\n    \"foxfeet\": \"ụkwụ nkịta ọhịa\",\n    \"foxfinger\": \"nkịta ọhịa\",\n    \"foxfire\": \"nkịta ọhịa\",\n    \"foxfires\": \"nkịta ọhịa\",\n    \"foxfish\": \"nkịta ọhịa\",\n    \"foxfishes\": \"nkịta ọhịa\",\n    \"foxglove\": \"nkịta ọhịa\",\n    \"foxgloves\": \"nkịta ọhịa\",\n    \"foxhole\": \"nkịta ọhịa\",\n    \"foxholes\": \"nkịta ọhịa\",\n    \"foxhound\": \"nkịta ọhịa\",\n    \"foxhounds\": \"nkịta ọhịa\",\n    \"foxie\": \"nkịta ọhịa\",\n    \"foxier\": \"onye nzuzu\",\n    \"foxiest\": \"kasị nwee mmekọrịta\",\n    \"foxily\": \"nkịta ọhịa\",\n    \"foxiness\": \"nkịta\",\n    \"foxinesses\": \"nkịta ọhịa\",\n    \"foxing\": \"nkịta ọhịa\",\n    \"foxings\": \"nkịta ọhịa\",\n    \"foxish\": \"nkịta ọhịa\",\n    \"foxite\": \"mfe\",\n    \"foxly\": \"nkịta ọhịa\",\n    \"foxlike\": \"nkịta ọhịa\",\n    \"foxproof\": \"nkịta ọhịa\",\n    \"foxship\": \"nkịta\",\n    \"foxskin\": \"akpụkpọ anụ nkịta\",\n    \"foxskins\": \"nkịta ọhịa\",\n    \"foxtail\": \"nkịta ọhịa\",\n    \"foxtailed\": \"nkịta ọhịa\",\n    \"foxtails\": \"nkịta ọhịa\",\n    \"foxtongue\": \"Okwuchukwu\",\n    \"foxwood\": \"nkịta ọhịa\",\n    \"foziest\": \"kasị\",\n    \"foziness\": \"ịdị uchu\",\n    \"fozinesses\": \"ndo\",\n    \"fplot\": \"flot\",\n    \"fpm\": \"mgbede\",\n    \"fr\": \"Ichie\",\n    \"frab\": \"nshịkọ\",\n    \"frabbit\": \"okwukwu\",\n    \"frabjous\": \"Onyekwere\",\n    \"frabjously\": \"Onyekwere\",\n    \"frabous\": \"na-emebi emebi\",\n    \"fracas\": \"casdị\",\n    \"fracedinous\": \"ihe nzuzu\",\n    \"frache\": \"mgbaji ọkpụkpụ\",\n    \"fracid\": \"francis\",\n    \"frack\": \"frac\",\n    \"fract\": \"gbajie\",\n    \"fractable\": \"a na-agbagha\",\n    \"fractabling\": \"na-agbasa\",\n    \"fractal\": \"gbajie\",\n    \"fracted\": \"frakta\",\n    \"fractile\": \"kewaa\",\n    \"fraction\": \"nta\",\n    \"fractional\": \"pere mpe\",\n    \"fractionalism\": \"nkewa\",\n    \"fractionalize\": \"kewaa\",\n    \"fractionalized\": \"Nkewa\",\n    \"fractionalizing\": \"na-agbasa\",\n    \"fractionary\": \"pere mpe\",\n    \"fractionate\": \"ọkara\",\n    \"fractionated\": \"ọkara\",\n    \"fractionating\": \"na-agbasa\",\n    \"fractionation\": \"nta\",\n    \"fractioned\": \"ọkara\",\n    \"fractioning\": \"nta\",\n    \"fractionisation\": \"nta\",\n    \"fractionise\": \"pere mpe\",\n    \"fractionised\": \"kewara\",\n    \"fractionising\": \"ntisa\",\n    \"fractionize\": \"na-ekpesa\",\n    \"fractionizing\": \"na-agbatị\",\n    \"fractionlet\": \"mpempe akwụkwọ\",\n    \"fractions\": \"irighiri ihe\",\n    \"fractious\": \"ihe na-agbasasịghị\",\n    \"fractiously\": \"N'ikeji\",\n    \"fractiousness\": \"nkụda mmụọ\",\n    \"fractocumulus\": \"Ọkpụkpụ\",\n    \"fractonimbus\": \"obiaigbo\",\n    \"fractuosity\": \"mgbaji\",\n    \"fractur\": \"mgbaji ọkpụkpụ\",\n    \"fracturable\": \"mgbaji\",\n    \"fracturableness\": \"mgbaji\",\n    \"fractural\": \"gbajie\",\n    \"fracture\": \"mgbaji ọkpụkpụ\",\n    \"fractured\": \"mgbaji ọkpụkpụ\",\n    \"fractureproof\": \"mgbaji ọkpụkpụ\",\n    \"fractures\": \"mgbaji ọkpụkpụ\",\n    \"fracturing\": \"agbaji\",\n    \"fracturs\": \"mgbaji ọkpụkpụ\",\n    \"fractus\": \"Ọkpụkpụ\",\n    \"fradicin\": \"Nkechi\",\n    \"fraenular\": \"dị njọ\",\n    \"fraenulum\": \"ihe ederede\",\n    \"fraenums\": \"Fraenums\",\n    \"fragged\": \"frag\",\n    \"fragging\": \"na-emebi emebi\",\n    \"fragile\": \"emebi emebi\",\n    \"fragilely\": \"na-emebi emebi\",\n    \"fragileness\": \"emebi emebi\",\n    \"fragilities\": \"na-emebi emebi\",\n    \"fragment\": \"pisiisi\",\n    \"fragmental\": \"pisiisi\",\n    \"fragmentalize\": \"gbasaa\",\n    \"fragmentally\": \"iberibe\",\n    \"fragmentary\": \"mpekere\",\n    \"fragmentarily\": \"iberibe\",\n    \"fragmentariness\": \"nkewa\",\n    \"fragmentate\": \"kewara\",\n    \"fragmentation\": \"nkewa\",\n    \"fragmented\": \"iberibe\",\n    \"fragmenting\": \"agbawa\",\n    \"fragmentisation\": \"Nkewa\",\n    \"fragmentise\": \"pisiisi\",\n    \"fragmentised\": \"iberibe\",\n    \"fragmentising\": \"na-ekewa\",\n    \"fragmentist\": \"onye odee\",\n    \"fragmentitious\": \"kewara ekewa\",\n    \"fragmentization\": \"nkewa\",\n    \"fragmentize\": \"gbasaa\",\n    \"fragmentized\": \"kewara ekewa\",\n    \"fragmentizer\": \"-akpọ ihe\",\n    \"fragmentizing\": \"nkewa\",\n    \"fragments\": \"mpekere\",\n    \"fragrance\": \"isi\",\n    \"fragrances\": \"na-esi isi\",\n    \"fragrancy\": \"isi\",\n    \"fragrancies\": \"na-esi isi\",\n    \"fragrant\": \"keisi\",\n    \"fragrantly\": \"na-esi ísì ụtọ\",\n    \"fragrantness\": \"esiisi\",\n    \"fraidycat\": \"iddị\",\n    \"frayed\": \"siri ike\",\n    \"frayedly\": \"jiri nwayọọ nwayọọ\",\n    \"frayedness\": \"ike gwụrụ\",\n    \"fraying\": \"fray\",\n    \"frayings\": \"fray\",\n    \"fraik\": \"dị obere\",\n    \"frail\": \"esighi ike\",\n    \"fraile\": \"esighi ike\",\n    \"frailejon\": \"dị mfe\",\n    \"frailer\": \"Ihe na-emebi emebi\",\n    \"frailes\": \"na-emebi emebi\",\n    \"frailest\": \"dị ike\",\n    \"frailish\": \"esighi ike\",\n    \"frailly\": \"esighi ike\",\n    \"frailness\": \"adịghị ike\",\n    \"frails\": \"na-emebi\",\n    \"frailty\": \"adịghị ike\",\n    \"frailties\": \"Ike ọgwụgwụ\",\n    \"frayne\": \"frayị\",\n    \"fraischeur\": \"fraicheur\",\n    \"fraised\": \"iberibe\",\n    \"fraiser\": \"Na-esi ísì ụtọ\",\n    \"fraises\": \"iberibe\",\n    \"fraising\": \"na-agbasi m ike\",\n    \"fraist\": \"siri ike\",\n    \"fraken\": \"gbajiri\",\n    \"frakfurt\": \"frankfurt\",\n    \"frakturs\": \"fraktur\",\n    \"fram\": \"etiti\",\n    \"framable\": \"framble\",\n    \"framableness\": \"ramdị njikere\",\n    \"frame\": \"etiti\",\n    \"framea\": \"etiti\",\n    \"frameable\": \"Ekebere\",\n    \"frameableness\": \"Ekebere\",\n    \"framed\": \"gosi\",\n    \"frameless\": \"eku\",\n    \"framers\": \"Nhazi\",\n    \"frames\": \"osisi\",\n    \"framesmith\": \"okpokolo agba\",\n    \"framework\": \"kpuchie\",\n    \"frameworks\": \"kpuchie\",\n    \"framing\": \"Nhazi\",\n    \"frammit\": \"fram dị\",\n    \"frampold\": \"okpukpu\",\n    \"franca\": \"Franke\",\n    \"france\": \"France\",\n    \"franchise\": \"aha\",\n    \"franchisees\": \"franchise\",\n    \"franchisers\": \"franchise\",\n    \"franchising\": \"franchising aha\",\n    \"francs\": \"franc\",\n    \"frangent\": \"esisi ike\",\n    \"franger\": \"Na-esi ísì ụtọ\",\n    \"frangibility\": \"esemokwu\",\n    \"frangible\": \"okpokoro\",\n    \"frangibleness\": \"esemokwu\",\n    \"frank\": \"eziokwu\",\n    \"frankability\": \"eziokwu\",\n    \"frankable\": \"eziokwu\",\n    \"frankers\": \"franka\",\n    \"frankest\": \"eziokwu\",\n    \"frankfold\": \"ikwu eziokwu\",\n    \"frankfort\": \"eziokwu\",\n    \"frankforter\": \"onyekwu eziokwu\",\n    \"frankfurters\": \"frankfurt chọrọ\",\n    \"frankhearted\": \"n'eziokwu\",\n    \"frankheartedly\": \"n'ezi obi\",\n    \"frankheartedness\": \"ikwu eziokwu\",\n    \"frankheartness\": \"ikwu eziokwu\",\n    \"frankify\": \"kwuo hoo haa\",\n    \"franking\": \"frank\",\n    \"frankish\": \"eziokwu\",\n    \"frankist\": \"onye na-ekwu eziokwu\",\n    \"frankly\": \"n'eziokwu\",\n    \"franklin\": \"Franklin\",\n    \"franklinic\": \"eziokwu\",\n    \"franklinism\": \"eziokwu\",\n    \"franklinist\": \"onyekwu franklinist\",\n    \"franklinization\": \"ikwu eziokwu\",\n    \"frankness\": \"eziokwu\",\n    \"frankpledge\": \"ọrankụdụ\",\n    \"franseria\": \"Franseria\",\n    \"frantic\": \"esighi ike\",\n    \"frantically\": \"aghara aghara\",\n    \"franticly\": \"aghara aghara\",\n    \"franticness\": \"ntgba aghara\",\n    \"frape\": \"frappe\",\n    \"fraple\": \"frappe\",\n    \"frapped\": \"gbajiri\",\n    \"frappeed\": \"gbajie\",\n    \"frappeing\": \"na-emebi emebi\",\n    \"frappes\": \"iberibe\",\n    \"frapping\": \"na-agbagha\",\n    \"fraps\": \"frap\",\n    \"frary\": \"nkwanye ugwu\",\n    \"frat\": \"Ugochukwu\",\n    \"fratchety\": \"nnweta\",\n    \"fratchy\": \"kechie\",\n    \"fratching\": \"fratị\",\n    \"frate\": \"kpuchie\",\n    \"frateries\": \"iberibe ite\",\n    \"fraternal\": \"nwanne\",\n    \"fraternalism\": \"nwanne\",\n    \"fraternalist\": \"nwanne\",\n    \"fraternality\": \"umunna\",\n    \"fraternally\": \"n'udo\",\n    \"fraternisation\": \"esemokwu\",\n    \"fraternise\": \"nwanne\",\n    \"fraternised\": \"na-eme ka ọ na-esisa\",\n    \"fraterniser\": \"ihe nlere\",\n    \"fraternising\": \"esemokwu\",\n    \"fraternism\": \"òtù ụmụnna\",\n    \"fraternity\": \"umunna\",\n    \"fraternities\": \"umunna\",\n    \"fraternize\": \"mee ihe\",\n    \"fraternized\": \"na-agbadata\",\n    \"fraternizer\": \"Fraternizer\",\n    \"fraternizing\": \"na-emebi emebi\",\n    \"fraticelli\": \"Nwachukwu\",\n    \"fratority\": \"ọgba aghara\",\n    \"fratry\": \"ugbala\",\n    \"fratriage\": \"ịkwa iko\",\n    \"fratricelli\": \"Ugochukwu\",\n    \"fratricidal\": \"mbubreyo\",\n    \"fratries\": \"ugba\",\n    \"frats\": \"Nkechi\",\n    \"fraud\": \"wayo\",\n    \"frauder\": \"onye wayo\",\n    \"fraudful\": \"aghụghọ\",\n    \"fraudfully\": \"aghụghọ\",\n    \"fraudless\": \"aghụghọ\",\n    \"fraudlessly\": \"n'igwu wayo\",\n    \"fraudlessness\": \"enweghị aghụghọ\",\n    \"fraudproof\": \"aghụghọ\",\n    \"frauds\": \"wayo\",\n    \"fraudulence\": \"wayo\",\n    \"fraudulency\": \"wayo\",\n    \"fraudulent\": \"wayo\",\n    \"fraudulently\": \"wayo\",\n    \"fraudulentness\": \"wayo\",\n    \"fraughan\": \"adịghị ike\",\n    \"fraught\": \"juputara\",\n    \"fraughtage\": \"okpukpu\",\n    \"fraughted\": \"okpukpu\",\n    \"fraughting\": \"na-emebi emebi\",\n    \"fraughts\": \"okpukpu\",\n    \"fraunch\": \"iberibe\",\n    \"fravashi\": \"vnye\",\n    \"fraxin\": \"fraxinus\",\n    \"fraxinella\": \"xinxin\",\n    \"fraze\": \"ihiẹn\",\n    \"frazed\": \"ihiẹn\",\n    \"frazer\": \"ite\",\n    \"frazing\": \"kefriza\",\n    \"frazzle\": \"ihe omimi\",\n    \"frazzled\": \"agbagwojuru anya\",\n    \"frazzles\": \"ogwe aka\",\n    \"frazzling\": \"na-emebi emebi\",\n    \"frden\": \"Dịrị\",\n    \"freakery\": \"nnwere onwe\",\n    \"fream\": \"mkpu\",\n    \"freath\": \"ahịhịa\",\n    \"frecked\": \"freckle\",\n    \"frecken\": \"freckle\",\n    \"freckened\": \"freckle\",\n    \"frecket\": \"freket\",\n    \"freckled\": \"ntụpọ\",\n    \"freckledness\": \"freak ness\",\n    \"freckleproof\": \"freckle àmà\",\n    \"freckles\": \"ntụpọ\",\n    \"frecklier\": \"freckle\",\n    \"freckliness\": \"Ohere\",\n    \"freckling\": \"ckgha\",\n    \"fred\": \"chiri\",\n    \"freddy\": \"okwa\",\n    \"freddie\": \"Nwachukwu\",\n    \"freddo\": \"Onyema\",\n    \"frederic\": \"dịpụrụ adịpụ\",\n    \"frederica\": \"Ikwerre\",\n    \"frederick\": \"Ihere\",\n    \"free\": \"n'efu\",\n    \"freebee\": \"freebie\",\n    \"freebees\": \"freebies\",\n    \"freeby\": \"freebie\",\n    \"freebooted\": \"nweere onwe\",\n    \"freeborn\": \"nwa amuru\",\n    \"freed\": \"nwere onwe\",\n    \"freedman\": \"nwere onwe\",\n    \"freedmen\": \"nwere onwe ha\",\n    \"freedom\": \"nnwere onwe\",\n    \"freedoms\": \"nnwere onwe\",\n    \"freedoot\": \"tọhapụrụ\",\n    \"freedstool\": \"nnwere onwe\",\n    \"freedwoman\": \"onyenwere onwe ya\",\n    \"freedwomen\": \"nweere nwanyi\",\n    \"freehandedly\": \"n'efu\",\n    \"freehandedness\": \"enweghị aka\",\n    \"freehearted\": \"chiri obi\",\n    \"freeheartedly\": \"n'obi\",\n    \"freeheartedness\": \"inwe obi\",\n    \"freehold\": \"nweere onwe\",\n    \"freeholder\": \"onye nwe ihe\",\n    \"freeholders\": \"ndị nweere onwe ha\",\n    \"freeholdership\": \"nweere onwe ya\",\n    \"freeholding\": \"inwere onwe\",\n    \"freeholds\": \"nweere onwe\",\n    \"freeing\": \"na-atọhapụ\",\n    \"freeish\": \"hapụ\",\n    \"freelance\": \"ejechi akwụkwọ\",\n    \"freelances\": \"freelancer\",\n    \"freely\": \"n’efu\",\n    \"freeload\": \"freeloader\",\n    \"freeloaded\": \"freeloader\",\n    \"freeloading\": \"ibudata\",\n    \"freeloads\": \"ibudata\",\n    \"freeloving\": \"na-ahụ n'anya\",\n    \"freemasons\": \"freemason\",\n    \"freemen\": \"ndi nweere onwe\",\n    \"freen\": \"nweere\",\n    \"freeness\": \"nkwuwa okwu\",\n    \"freenesses\": \"nnwere onwe\",\n    \"freers\": \"freer\",\n    \"freespac\": \"nnweta\",\n    \"freest\": \"nke kachasi\",\n    \"freestyler\": \"okpokoro isi\",\n    \"freet\": \"daalụ\",\n    \"freethinker\": \"udochukwu\",\n    \"freeway\": \"okporo ụzọ\",\n    \"freeways\": \"okporo ụzọ\",\n    \"freeward\": \"n'efu\",\n    \"freewheelingness\": \"enweghị atụ\",\n    \"freewill\": \"n'efu\",\n    \"freewomen\": \"nwanyi efu\",\n    \"freezable\": \"friza\",\n    \"freeze\": \"ifriizi\",\n    \"freezed\": \"oyi\",\n    \"freezer\": \"friza\",\n    \"freezers\": \"friza\",\n    \"freezes\": \"friza\",\n    \"freezy\": \"kefriza\",\n    \"freezing\": \"kefriza\",\n    \"freezingly\": \"kefriza\",\n    \"fregit\": \"ndenye\",\n    \"freight\": \"ibu\",\n    \"freightage\": \"ibu\",\n    \"freighted\": \"buru ibu\",\n    \"freighter\": \"buru ibu\",\n    \"freighters\": \"ndị na-ebu ibu\",\n    \"freightyard\": \"ibu ibu\",\n    \"freighting\": \"ibu ibu\",\n    \"freightless\": \"buru ibu\",\n    \"freightliner\": \"ibu frelin\",\n    \"freightment\": \"ibu\",\n    \"freights\": \"Ibu\",\n    \"freyr\": \"chukwu\",\n    \"freity\": \"nnwere onwe\",\n    \"fremescence\": \"nnwere onwe\",\n    \"frenal\": \"frena\",\n    \"french\": \"French\",\n    \"frenchen\": \"frenched\",\n    \"frenches\": \"frenched\",\n    \"frenchify\": \"nwachị\",\n    \"frenchiness\": \"asụsụ French\",\n    \"frenchism\": \"asụsụ French\",\n    \"frenchless\": \"enweghị asụsụ\",\n    \"frenchly\": \"French\",\n    \"frenchman\": \"onye frenchman\",\n    \"frenchmen\": \"ndị France\",\n    \"frenchness\": \"French\",\n    \"frenchwise\": \"asụsụ French\",\n    \"frenchwoman\": \"Uchenna nwanyi\",\n    \"frenchwomen\": \"renchmụ nwanyị ndị nwanyị\",\n    \"frenetically\": \"frenetị\",\n    \"frenetics\": \"frenetik\",\n    \"frenums\": \"izu ike\",\n    \"frenzy\": \"ime ara ara\",\n    \"frenziedness\": \"nzuzu\",\n    \"frenzies\": \"frenzị\",\n    \"frenzying\": \"frenzị\",\n    \"frequence\": \"ugboro ugboro\",\n    \"frequency\": \"ugboro ole\",\n    \"frequencies\": \"ugboro ole\",\n    \"frequent\": \"ugboro ugboro\",\n    \"frequentable\": \"Ugboro ugboro\",\n    \"frequentage\": \"ugboro ugboro\",\n    \"frequentation\": \"ugboro ugboro\",\n    \"frequentative\": \"Ugboro ugboro\",\n    \"frequented\": \"Ugboro ugboro\",\n    \"frequenter\": \"Ugboro\",\n    \"frequenters\": \"Ugboro ugboro\",\n    \"frequentest\": \"Ugboro\",\n    \"frequenting\": \"ugboro ugboro\",\n    \"frequently\": \"ugboro ugboro\",\n    \"frequentness\": \"Ugboro\",\n    \"frequents\": \"Ugboro ugboro\",\n    \"frescoed\": \"frescoed gbara\",\n    \"frescoes\": \"frescos\",\n    \"frescoing\": \"frescose\",\n    \"fresh\": \"ohuru\",\n    \"freshed\": \"ọhụrụ\",\n    \"freshens\": \"freshin\",\n    \"fresher\": \"ọhụrụ\",\n    \"freshes\": \"fresres\",\n    \"freshest\": \"fresres\",\n    \"freshets\": \"fresres\",\n    \"freshhearted\": \"ohuru n'obi\",\n    \"freshing\": \"na-enye ume ọhụrụ\",\n    \"freshly\": \"dị ọhụrụ\",\n    \"freshman\": \"onye ohuru\",\n    \"freshmanhood\": \"oge ohuru\",\n    \"freshmanic\": \"oge\",\n    \"freshmanship\": \"ọhụụ\",\n    \"freshmen\": \"ndị ọhụrụ\",\n    \"freshness\": \"ịdị ọhụrụ\",\n    \"freshwater\": \"mmiri ohuru\",\n    \"freshwoman\": \"nwaanyi ohuru\",\n    \"fresne\": \"Nwachukwu\",\n    \"fress\": \"ukwu\",\n    \"fret\": \"iwe\",\n    \"fretful\": \"di iwe\",\n    \"fretfully\": \"n'echeghị echiche\",\n    \"fretfulness\": \"obi ilu\",\n    \"fretish\": \"nwee obi uto\",\n    \"frett\": \"Ohere\",\n    \"frettage\": \"ndozi\",\n    \"frettation\": \"retgha\",\n    \"frette\": \"dị jụụ\",\n    \"fretted\": \"iwe\",\n    \"fretten\": \"iwe\",\n    \"fretter\": \"dị jụụ\",\n    \"fretters\": \"ndị dị jụụ\",\n    \"fretty\": \"ọ dị mfe\",\n    \"frettier\": \"dị jụụ\",\n    \"frettiest\": \"dịkarịsịrị iche\",\n    \"fretting\": \"na-atụ egwu\",\n    \"frettingly\": \"ịkwa ure\",\n    \"fretum\": \"obi erughị ala\",\n    \"fretways\": \"fretway\",\n    \"fretwise\": \"N'amaghi ama\",\n    \"fretworked\": \"gbachiri\",\n    \"fretworks\": \"Okwara\",\n    \"freudism\": \"freudian\",\n    \"freudist\": \"freudians\",\n    \"fry\": \"ighe\",\n    \"friableness\": \"friable ness\",\n    \"friarhood\": \"okpu friar\",\n    \"friarly\": \"friary\",\n    \"friarling\": \"friar ogologo\",\n    \"friars\": \"friar\",\n    \"friation\": \"inapu\",\n    \"fribbles\": \"fribrib\",\n    \"fribbling\": \"ribgba mbọ\",\n    \"fribourg\": \"friborg\",\n    \"fricace\": \"esemokwu\",\n    \"fricasseeing\": \"fricassee\",\n    \"fricasseing\": \"ọrịre\",\n    \"frication\": \"esemokwu\",\n    \"fricative\": \"esemokwu\",\n    \"fricatives\": \"esemokwu\",\n    \"frickle\": \"freckle\",\n    \"fricti\": \"esemokwu\",\n    \"friction\": \"esemokwu\",\n    \"frictionable\": \"esemokwu\",\n    \"frictional\": \"esemokwu\",\n    \"frictionally\": \"esemokwu\",\n    \"frictionized\": \"friction\",\n    \"frictionizing\": \"esemokwu\",\n    \"frictionless\": \"enweghị esemokwu\",\n    \"frictionlessly\": \"n'esemokwu\",\n    \"frictionlessness\": \"enweghị esemokwu\",\n    \"frictionproof\": \"esemokwu\",\n    \"frictions\": \"esemokwu\",\n    \"friday\": \"Fraide\",\n    \"fridays\": \"Fraịdee\",\n    \"fridge\": \"ngwa nju oyi\",\n    \"fridges\": \"friji\",\n    \"fried\": \"eghe\",\n    \"friedcake\": \"eghe\",\n    \"friedelite\": \"eberi\",\n    \"friedrichsdor\": \"mmmmmmmmmmmmm\",\n    \"friend\": \"enyi\",\n    \"friended\": \"enyi\",\n    \"friending\": \"enyi\",\n    \"friendless\": \"enweghị enyi\",\n    \"friendlessness\": \"enyi\",\n    \"friendly\": \"enyi na enyi\",\n    \"friendlier\": \"enyi\",\n    \"friendlies\": \"enyi na enyi\",\n    \"friendliest\": \"enyi na enyi\",\n    \"friendlike\": \"enyi dika\",\n    \"friendlily\": \"enyi na enyi\",\n    \"friendliness\": \"enyi\",\n    \"friendliwise\": \"enyi\",\n    \"friends\": \"ndị enyi\",\n    \"friendship\": \"ọbụbụenyi\",\n    \"friendships\": \"ọbụbụenyi\",\n    \"fryer\": \"frta\",\n    \"fryers\": \"fr\",\n    \"frieseite\": \"friese\",\n    \"friesian\": \"onye fries\",\n    \"friesic\": \"frisic\",\n    \"friesish\": \"okpokoro\",\n    \"frieze\": \"chiri\",\n    \"friezed\": \"chiri\",\n    \"friezer\": \"chiri\",\n    \"friezes\": \"chiri\",\n    \"friezy\": \"ugha\",\n    \"friezing\": \"ịgha\",\n    \"frig\": \"friji\",\n    \"frigage\": \"friji\",\n    \"frigate\": \"friji\",\n    \"frigefact\": \"friji\",\n    \"frigged\": \"frigọrị\",\n    \"frigging\": \"frigọri\",\n    \"fright\": \"ujo\",\n    \"frightable\": \"egwu\",\n    \"frighted\": \"egwu\",\n    \"frighten\": \"itu egwu\",\n    \"frightenable\": \"egwu\",\n    \"frightened\": \"ụjọ\",\n    \"frightenedly\": \"ụjọ\",\n    \"frightenedness\": \"ụjọ\",\n    \"frightener\": \"onye ụjọ\",\n    \"frightening\": \"egwu\",\n    \"frighteningly\": \"egwu\",\n    \"frighteningness\": \"egwu\",\n    \"frightens\": \"egwu\",\n    \"frightful\": \"egwu\",\n    \"frightfully\": \"egwu\",\n    \"frightfulness\": \"egwu\",\n    \"frighty\": \"egwu\",\n    \"frighting\": \"egwu\",\n    \"frightless\": \"egwu\",\n    \"frightment\": \"egwu\",\n    \"frights\": \"Egwu\",\n    \"frightsome\": \"dị egwu\",\n    \"frigid\": \"friji\",\n    \"frigidity\": \"frigrigri\",\n    \"frigor\": \"friji\",\n    \"frigorimeter\": \"friji\",\n    \"frying\": \"ighe\",\n    \"frijoles\": \"frijo\",\n    \"frike\": \"iku aka\",\n    \"frillback\": \"frillback laghachiri\",\n    \"frilled\": \"frill juru afọ\",\n    \"frillier\": \"Mara mma\",\n    \"frillies\": \"Afrịka\",\n    \"frilliest\": \"magburu onwe\",\n    \"frillily\": \"frilly\",\n    \"frilliness\": \"Afọ\",\n    \"frillings\": \"ndochi\",\n    \"frills\": \"frill\",\n    \"frim\": \"site na\",\n    \"frimaire\": \"onye nzuzu\",\n    \"frimitts\": \"okwute\",\n    \"fringe\": \"fringing\",\n    \"fringed\": \"dị ntakịrị\",\n    \"fringehead\": \"isi\",\n    \"fringeless\": \"enweghị atụ\",\n    \"fringent\": \"dị ntakịrị\",\n    \"fringiest\": \"dị ntakịrị\",\n    \"fringiness\": \"fringring\",\n    \"frypan\": \"ighe\",\n    \"frypans\": \"ighe eghe\",\n    \"fripperer\": \"onye nkwado\",\n    \"fripperies\": \"fripperị\",\n    \"frisbees\": \"nwafọ\",\n    \"frisca\": \"friska\",\n    \"frisch\": \"iche\",\n    \"frise\": \"frize\",\n    \"frisette\": \"friset\",\n    \"frisettes\": \"frisetị\",\n    \"frisian\": \"Frisị\",\n    \"frisk\": \"chiri\",\n    \"frisked\": \"ịtụnanya\",\n    \"friskers\": \"frisị\",\n    \"friskest\": \"dịkarịsịrị iche\",\n    \"friskful\": \"di egwu\",\n    \"friskily\": \"okpokoro\",\n    \"friskiness\": \"ịdị ọcha\",\n    \"frisking\": \"Na-agbagha\",\n    \"friskingly\": \"iche\",\n    \"friskle\": \"gbachapụ\",\n    \"frisks\": \"aka\",\n    \"frison\": \"mkpọrọ\",\n    \"frisson\": \"Uchenna\",\n    \"frist\": \"mkpịsị aka\",\n    \"frisure\": \"iwe\",\n    \"frit\": \"akpaka\",\n    \"frith\": \"Nwachukwu\",\n    \"frithborgh\": \"mmmmmmmmmmmm\",\n    \"frithborh\": \"Nwachukwu\",\n    \"frithbot\": \"nwagbara\",\n    \"frithy\": \"Onyinye\",\n    \"frithles\": \"Ntughari\",\n    \"friths\": \"Ugochukwu\",\n    \"frithsoken\": \"Nwachukwu\",\n    \"frithwork\": \"ọrụ\",\n    \"fritillaria\": \"Okereke\",\n    \"fritillaries\": \"fritillarị\",\n    \"frits\": \"Onyema\",\n    \"fritt\": \"Onyema\",\n    \"fritted\": \"were iwe\",\n    \"fritter\": \"iwe\",\n    \"frittered\": \"were iwe\",\n    \"frittering\": \"iwe\",\n    \"fritters\": \"fritt\",\n    \"fritting\": \"fritị\",\n    \"fritts\": \"fritị\",\n    \"fritz\": \"Nwachukwu\",\n    \"frivol\": \"Uchechukwu\",\n    \"frivoled\": \"iwe\",\n    \"frivoling\": \"Ugboro\",\n    \"frivolist\": \"onye nzuzu\",\n    \"frivolity\": \"okike\",\n    \"frivolities\": \"okwesiri\",\n    \"frivolized\": \"iche\",\n    \"frivolizing\": \"righa\",\n    \"frivolled\": \"Okereke\",\n    \"frivoller\": \"onye nzuzu\",\n    \"frivolling\": \"Ugboro\",\n    \"frivolous\": \"nzuzu\",\n    \"frivolously\": \"n'egwu\",\n    \"frivolousness\": \"nzuzu\",\n    \"frivols\": \"Ugboro\",\n    \"frized\": \"frize\",\n    \"frizel\": \"frize\",\n    \"frizer\": \"frize\",\n    \"frizers\": \"friza\",\n    \"frizing\": \"akpọnwụ\",\n    \"frizz\": \"akpịrị\",\n    \"frizzers\": \"friza\",\n    \"frizzes\": \"frizzị\",\n    \"frizzily\": \"n'egwu\",\n    \"frizziness\": \"righa\",\n    \"frizzing\": \"frizị\",\n    \"frizzle\": \"kere\",\n    \"frizzled\": \"chiri anya\",\n    \"frizzler\": \"kere\",\n    \"frizzlers\": \"frizzles\",\n    \"frizzlier\": \"chiri anya\",\n    \"frizzling\": \"frizzing\",\n    \"fro\": \"maka\",\n    \"frock\": \"akpukpo\",\n    \"frocked\": \"akpukpo\",\n    \"frocking\": \"tinye n'ime\",\n    \"frockless\": \"enweghị atụ\",\n    \"frocklike\": \"dị ka frock\",\n    \"frockmaker\": \"igbochi\",\n    \"frocks\": \"ndondo\",\n    \"froe\": \"oyi\",\n    \"froebelian\": \"onyeukwu\",\n    \"froebelism\": \"nkwanye ugwu\",\n    \"frog\": \"awo\",\n    \"frogeater\": \"oyi\",\n    \"frogeyed\": \"jụọ oyi\",\n    \"frogeyes\": \"anya awọ\",\n    \"frogfishes\": \"frogfish\",\n    \"frogflower\": \"ifuru frog\",\n    \"frogged\": \"frog\",\n    \"froggery\": \"frog\",\n    \"froggy\": \"frog\",\n    \"froggies\": \"frog\",\n    \"frogginess\": \"nzuzu\",\n    \"frogging\": \"frog\",\n    \"froghood\": \"okwa\",\n    \"froglike\": \"dị ka frog\",\n    \"frogling\": \"roggha\",\n    \"frogs\": \"awọ\",\n    \"frogskin\": \"awọ\",\n    \"frogskins\": \"awọ\",\n    \"frolicful\": \"keere eke\",\n    \"frolicked\": \"gbachiri ihu\",\n    \"frolickers\": \"agbachiri\",\n    \"frolicly\": \"frolics\",\n    \"frolicness\": \"frolics\",\n    \"frolicsomely\": \"frolicsome\",\n    \"from\": \"site na\",\n    \"fromage\": \"ijiji\",\n    \"fromages\": \"sitere\",\n    \"fromenty\": \"nke iri abụọ\",\n    \"fromenties\": \"na-abịa\",\n    \"fromward\": \"gaa n'ihu\",\n    \"fromwards\": \"n'ihu\",\n    \"fronde\": \"okwesiri isi\",\n    \"fronded\": \"weghaara\",\n    \"frondesce\": \"okpokoro\",\n    \"frondesced\": \"weghaara ihu\",\n    \"frondescence\": \"agba oyi\",\n    \"frondescing\": \"isi awọ\",\n    \"frondeur\": \"frondur\",\n    \"frondigerous\": \"na-ada ụda\",\n    \"frondless\": \"enweghị isi\",\n    \"frondose\": \"juo\",\n    \"frondosely\": \"na-enweghị isi\",\n    \"frondous\": \"isi ala\",\n    \"fronds\": \"okpokoro\",\n    \"frons\": \"fron\",\n    \"front\": \"n'ihu\",\n    \"frontad\": \"ọkpọiso\",\n    \"frontage\": \"ihu\",\n    \"frontager\": \"onye ihu\",\n    \"frontages\": \"ihu\",\n    \"frontal\": \"n'ihu\",\n    \"frontality\": \"ebumnobi\",\n    \"frontally\": \"ihu\",\n    \"frontals\": \"n'ihu\",\n    \"frontate\": \"n'ihu\",\n    \"frontbencher\": \"ihu ihu\",\n    \"frontcourt\": \"n'ihu\",\n    \"fronted\": \"chere ihu\",\n    \"fronter\": \"n'ókè\",\n    \"frontes\": \"chere ihu\",\n    \"frontier\": \"n'ókè\",\n    \"frontierless\": \"enweghi oke\",\n    \"frontierlike\": \"n'ókè dị ka\",\n    \"frontierman\": \"onye ga-ano n’ihu\",\n    \"frontiers\": \"ókèala\",\n    \"frontiersman\": \"onye ga-ano n’ihu\",\n    \"frontiersmen\": \"ndị nọ n'ókèala\",\n    \"frontignac\": \"fotonac\",\n    \"fronting\": \"eche ihu\",\n    \"frontingly\": \"eche ihu\",\n    \"frontirostria\": \"frontirostre\",\n    \"frontispiece\": \"ihu ihu\",\n    \"frontispieced\": \"chere ihu\",\n    \"frontispieces\": \"ihe ihu\",\n    \"frontispiecing\": \"na-eche ihu\",\n    \"frontlash\": \"ihu ihu\",\n    \"frontless\": \"enweghị ihu\",\n    \"frontlessly\": \"n'ihu\",\n    \"frontlessness\": \"enweghị ihu\",\n    \"frontlet\": \"nzi ihu\",\n    \"frontlets\": \"ọkpọ ihu\",\n    \"frontoauricular\": \"okirikiri\",\n    \"frontomental\": \"ihu ọma\",\n    \"frontons\": \"n'ihu\",\n    \"frontoparietal\": \"n'ihu\",\n    \"frontosphenoidal\": \"ihuọcha\",\n    \"frontpiece\": \"ihu ihu\",\n    \"frontrunner\": \"na-ebu ụzọ\",\n    \"fronts\": \"n'ihu\",\n    \"frontsman\": \"ogu ihu\",\n    \"frontspiece\": \"ihu ihu\",\n    \"frontspieces\": \"n'ihu iberibe\",\n    \"frontstall\": \"ihu ihu\",\n    \"fronture\": \"n'ihu\",\n    \"frontways\": \"n'ihu\",\n    \"frontward\": \"n'ihu\",\n    \"frontwards\": \"n'ihu\",\n    \"frontwise\": \"n'ihu\",\n    \"froom\": \"nwunye\",\n    \"froppish\": \"gbara agba\",\n    \"frost\": \"ntu oyi\",\n    \"frostation\": \"ntu oyi\",\n    \"frostbit\": \"ntu oyi\",\n    \"frostbite\": \"ntu oyi\",\n    \"frostbiting\": \"ntu oyi\",\n    \"frosted\": \"oyi\",\n    \"frosteds\": \"frosts\",\n    \"froster\": \"oyi\",\n    \"frostfishes\": \"frostfish\",\n    \"frosty\": \"kentuoyi\",\n    \"frostier\": \"ntu oyi\",\n    \"frostiest\": \"kpụkọrọ akpụkọ\",\n    \"frostily\": \"ntu oyi\",\n    \"frostiness\": \"ntu oyi\",\n    \"frostlike\": \"ntu oyi\",\n    \"frostproofing\": \"ntu oyi\",\n    \"frosts\": \"ntu oyi\",\n    \"frothed\": \"kụrụ\",\n    \"frother\": \"oyi\",\n    \"frothi\": \"Arochukwu\",\n    \"frothy\": \"oyi\",\n    \"frothier\": \"Obi ụtọ\",\n    \"frothiest\": \"Nke kachasị njọ\",\n    \"frothily\": \"nro\",\n    \"frothing\": \"frohing\",\n    \"frothless\": \"enweghị atụ\",\n    \"froths\": \"froth\",\n    \"frothsome\": \"onye nzuzu\",\n    \"frotted\": \"okpokoro\",\n    \"frotting\": \"agbaze\",\n    \"frottola\": \"Nwachukwu\",\n    \"frottole\": \"Ugochukwu\",\n    \"froufrous\": \"dị ọcha\",\n    \"frough\": \"Ojuju\",\n    \"froughy\": \"Ojuju\",\n    \"frounce\": \"biakute\",\n    \"frounced\": \"jikọtara ọnụ\",\n    \"frounceless\": \"enweghị atụ\",\n    \"frounces\": \"gbara\",\n    \"frouncing\": \"na-atụgharị\",\n    \"frousier\": \"dị egwu\",\n    \"frousiest\": \"nke kachasị\",\n    \"froust\": \"oyi\",\n    \"frousty\": \"Okwute\",\n    \"frouze\": \"oyi\",\n    \"froward\": \"Onye nzuzu\",\n    \"frowardly\": \"gharịị\",\n    \"frowardness\": \"rowgha\",\n    \"frower\": \"Ogha\",\n    \"frowy\": \"Okwute\",\n    \"frown\": \"gbasaa ihu\",\n    \"frowned\": \"gbarụọ ihu\",\n    \"frownful\": \"ihere\",\n    \"frowning\": \"na-achapu anya\",\n    \"frowningly\": \"na-achapu anya\",\n    \"frownless\": \"enweghị isi\",\n    \"frowns\": \"dapụrụ ihu\",\n    \"frows\": \"frow\",\n    \"frowsy\": \"Ihe nzuzu\",\n    \"frowsier\": \"Ogha\",\n    \"frowsiest\": \"Nke kacha nta\",\n    \"frowsily\": \"n'agha\",\n    \"frowsiness\": \"Udo\",\n    \"frowstiest\": \"nke kachasị\",\n    \"frowstily\": \"N'ike\",\n    \"frowstiness\": \"rowgha\",\n    \"frowzy\": \"Odibo\",\n    \"frowziness\": \"rowgha\",\n    \"frowzled\": \"mgbagharị\",\n    \"froze\": \"kpọnwụrụ\",\n    \"frozen\": \"oyi kpọnwụrụ\",\n    \"frozenhearted\": \"oyi kpọnwụrụ\",\n    \"frozenly\": \"oyi kpọnwụrụ\",\n    \"frozenness\": \"oyi kpọnwụrụ\",\n    \"frs\": \"Ichie\",\n    \"frsiket\": \"Nwachukwu\",\n    \"frt\": \"Ochie\",\n    \"fruchtschiefer\": \"Achịcha\",\n    \"fructed\": \"mkpụrụ osisi\",\n    \"fructescence\": \"Ọkpụkpụ\",\n    \"fructiculture\": \"nhazi\",\n    \"fructiferously\": \"n'usoro\",\n    \"fructiferousness\": \"ndozi\",\n    \"fructify\": \"fructite\",\n    \"fructificative\": \"bara uru\",\n    \"fructified\": \"edozi\",\n    \"fructifier\": \"friji\",\n    \"fructifies\": \"na-edozi\",\n    \"fructifying\": \"fructing\",\n    \"fructoses\": \"fructos\",\n    \"fructuously\": \"n'usoro\",\n    \"fructuousness\": \"ịdị ọcha\",\n    \"fructure\": \"nhazi\",\n    \"frugal\": \"chekwaa\",\n    \"frugality\": \"ngba\",\n    \"frugalness\": \"ngba\",\n    \"frugiferousness\": \"ọsịsọ\",\n    \"fruit\": \"mkpụrụ osisi\",\n    \"fruitade\": \"mkpụrụ osisi\",\n    \"fruitage\": \"mkpụrụ\",\n    \"fruitages\": \"mkpụrụ osisi\",\n    \"fruitarian\": \"mkpụrụ osisi\",\n    \"fruitarianism\": \"ịmị mkpụrụ\",\n    \"fruitbearing\": \"na-amị mkpụrụ\",\n    \"fruitcake\": \"mkpụrụ osisi\",\n    \"fruitcakes\": \"mkpụrụ osisi mkpụrụ osisi\",\n    \"fruited\": \"mkpụrụ osisi\",\n    \"fruiter\": \"mkpụrụ osisi\",\n    \"fruiterer\": \"na-amị mkpụrụ\",\n    \"fruiterers\": \"ndị na-amị mkpụrụ\",\n    \"fruiteress\": \"mkpụrụ osisi\",\n    \"fruitery\": \"mkpụrụ osisi\",\n    \"fruiteries\": \"mkpụrụ osisi\",\n    \"fruiters\": \"ndị na-amị mkpụrụ\",\n    \"fruitester\": \"mkpụrụ osisi\",\n    \"fruitful\": \"na-amị mkpụrụ\",\n    \"fruitfuller\": \"na-amị mkpụrụ\",\n    \"fruitfullest\": \"ịmị mkpụrụ\",\n    \"fruitfully\": \"na-amị mkpụrụ\",\n    \"fruitfullness\": \"ịmị mkpụrụ\",\n    \"fruitfulness\": \"ịmị mkpụrụ\",\n    \"fruitgrower\": \"onye na-akụ mkpụrụ osisi\",\n    \"fruitgrowing\": \"mkpụrụ na-eto\",\n    \"fruity\": \"mkpụrụ osisi\",\n    \"fruitier\": \"mkpụrụ osisi\",\n    \"fruitiest\": \"mkpụrụ osisi\",\n    \"fruitiness\": \"mkpụrụ osisi\",\n    \"fruiting\": \"na-amị mkpụrụ\",\n    \"fruition\": \"mkpụrụ\",\n    \"fruitions\": \"mkpụrụ osisi\",\n    \"fruitist\": \"onye na-amị mkpụrụ\",\n    \"fruitive\": \"ịmị mkpụrụ\",\n    \"fruitless\": \"enweghị mkpụrụ\",\n    \"fruitlessly\": \"enweghị mkpụrụ\",\n    \"fruitlessness\": \"enweghị mkpụrụ\",\n    \"fruitlet\": \"mkpụrụ osisi\",\n    \"fruitlets\": \"mkpụrụ akwụkwọ\",\n    \"fruitlike\": \"yiri mkpụrụ osisi\",\n    \"fruitling\": \"na-amị mkpụrụ\",\n    \"fruits\": \"mkpụrụ osisi\",\n    \"fruitstalk\": \"mkpụrụ osisi\",\n    \"fruittime\": \"oge mkpụrụ osisi\",\n    \"fruitwise\": \"mkpụrụ\",\n    \"fruitwoman\": \"nwaanyi\",\n    \"fruitwomen\": \"ụmụ nwanyị\",\n    \"frumaryl\": \"chukwuemeka\",\n    \"frumentation\": \"iwe\",\n    \"frumenty\": \"Ogwe\",\n    \"frumety\": \"iwe\",\n    \"frumpier\": \"Nwunye\",\n    \"frumpiest\": \"kasị nwee obi ụtọ\",\n    \"frumpiness\": \"Obi ojoo\",\n    \"frumpishness\": \"nzuzu\",\n    \"frumple\": \"frumpler\",\n    \"frumpled\": \"dara ada\",\n    \"frumpling\": \"n'atu\",\n    \"frundel\": \"Nwachukwu\",\n    \"frust\": \"nkụda mmụọ\",\n    \"frusta\": \"frịta\",\n    \"frustrable\": \"nkụda mmụọ\",\n    \"frustraneous\": \"aghara\",\n    \"frustrate\": \"iwe iwe\",\n    \"frustrated\": \"nkụda mmụọ\",\n    \"frustrately\": \"nkụda mmụọ\",\n    \"frustrater\": \"nkụda mmụọ\",\n    \"frustrates\": \"na-akụda\",\n    \"frustrating\": \"na-akụda mmụọ\",\n    \"frustratingly\": \"na-akụda\",\n    \"frustration\": \"nkụda mmụọ\",\n    \"frustrations\": \"nkụda mmụọ\",\n    \"frustrative\": \"na-akụda mmụọ\",\n    \"frustratory\": \"nkụda mmụọ\",\n    \"frustula\": \"nkụda mmụọ\",\n    \"frustule\": \"nkụda mmụọ\",\n    \"frustulent\": \"nkụda mmụọ\",\n    \"frustules\": \"nkụda mmụọ\",\n    \"frustulose\": \"iwe\",\n    \"frustulum\": \"iwe\",\n    \"frustum\": \"nkụda mmụọ\",\n    \"frustums\": \"nkụda mmụọ\",\n    \"frutescence\": \"Okechukwu\",\n    \"frutescent\": \"Ugboro\",\n    \"frutex\": \"Nwachukwu\",\n    \"frutices\": \"frutrụ\",\n    \"fruticulture\": \"Akwukwo Igbo\",\n    \"frutify\": \"gosi\",\n    \"fruz\": \"mkpụrụ osisi\",\n    \"frwy\": \"Nwachukwu\",\n    \"fs\": \"Umu Obiligbo\",\n    \"fsiest\": \"kasị\",\n    \"fstore\": \"ụlọ ahịa\",\n    \"fth\": \"okwa\",\n    \"fthm\": \"okwa\",\n    \"ftncmd\": \"Igba Nkwu\",\n    \"ftnerr\": \"Okpukpo\",\n    \"fubbery\": \"fububia\",\n    \"fubbing\": \"fubub\",\n    \"fubsy\": \"onye nzuzu\",\n    \"fuck\": \"Chei\",\n    \"fucked\": \"iberibe\",\n    \"fucker\": \"Onye iberibe\",\n    \"fucking\": \"iberibe\",\n    \"fucks\": \"iberibe\",\n    \"fucus\": \"agba ume\",\n    \"fucused\": \"gbadoro anya\",\n    \"fucuses\": \"ọkụ\",\n    \"fuddled\": \"Agbachi\",\n    \"fuddling\": \"Nduhie\",\n    \"fuehrer\": \"onye ugha\",\n    \"fuehrers\": \"ndị ọkụ\",\n    \"fuel\": \"mmanụ ụgbọala\",\n    \"fueled\": \"na-enwu\",\n    \"fuelers\": \"ndị ọkụ\",\n    \"fueling\": \"mmanụ ụgbọala\",\n    \"fuelizer\": \"mmanụ ụgbọala\",\n    \"fuelled\": \"na-enwu\",\n    \"fueller\": \"mmanụ ụgbọala\",\n    \"fuellers\": \"ndị na-ere mmanụ\",\n    \"fuelling\": \"mmanụ ụgbọala\",\n    \"fuels\": \"mmanụ ụgbọala\",\n    \"fuffy\": \"fuff\",\n    \"fuffit\": \"fuff\",\n    \"fuffle\": \"fuff\",\n    \"fugacy\": \"ịgba ọsọ\",\n    \"fugard\": \"onye fugard\",\n    \"fugate\": \"fugha\",\n    \"fuggiest\": \"Onye kasị sie ike\",\n    \"fugient\": \"onye na-agba oso\",\n    \"fugitate\": \"gbaa ọsọ\",\n    \"fugitated\": \"gbapụ\",\n    \"fugitating\": \"na-agbasa\",\n    \"fugitation\": \"mgbapu\",\n    \"fugitive\": \"onye gbara oso\",\n    \"fugitively\": \"n'agbapu\",\n    \"fugitiveness\": \"mgbapu\",\n    \"fugitives\": \"ndị gbara ọsọ ndụ\",\n    \"fugled\": \"Ogba\",\n    \"fugling\": \"agbapụ\",\n    \"fuguist\": \"onye fuguist\",\n    \"fuguists\": \"ndi fugu\",\n    \"fuirdays\": \"ụbọchị fuirdays\",\n    \"fulciment\": \"mmezu\",\n    \"fulcraceous\": \"zuru ezu\",\n    \"fulcral\": \"zuru ezu\",\n    \"fulcrate\": \"mechie\",\n    \"fulcrum\": \"zuru ezu\",\n    \"fulcrumage\": \"zuru ezu\",\n    \"fulcrumed\": \"Na-eju\",\n    \"fulcruming\": \"Na-agbasa\",\n    \"fulcrums\": \"Ugboro\",\n    \"fulfil\": \"mezuo\",\n    \"fulfill\": \"mezuo\",\n    \"fulfilled\": \"mezuru\",\n    \"fulfiller\": \"onye na-emezu\",\n    \"fulfillers\": \"na-emezu\",\n    \"fulfilling\": \"emezu\",\n    \"fulfillment\": \"mmezu\",\n    \"fulfillments\": \"mmezu\",\n    \"fulfills\": \"na-emezu\",\n    \"fulfilment\": \"mmezu\",\n    \"fulfils\": \"na-emezu\",\n    \"fulful\": \"zuru ezu\",\n    \"fulfulde\": \"zuru ezu\",\n    \"fulfullment\": \"Ijueju\",\n    \"fulgence\": \"ugologo\",\n    \"fulgency\": \"zuru ezu\",\n    \"fulgent\": \"na-ejuputa\",\n    \"fulgently\": \"zuru ezu\",\n    \"fulgentness\": \"zuru ezu\",\n    \"fulgid\": \"fulgidenụ\",\n    \"fulgidity\": \"zuru ezu\",\n    \"fulgorous\": \"zuru ezu\",\n    \"fulgourous\": \"zuru ezu\",\n    \"fulgurant\": \"zuru\",\n    \"fulgurantly\": \"n'ụzọ zuru ezu\",\n    \"fulgurate\": \"zuru ezu\",\n    \"fulgurated\": \"zuru\",\n    \"fulgurating\": \"n'enyemaka\",\n    \"fulguration\": \"zuru ezu\",\n    \"fulgurator\": \"onye zuru ezu\",\n    \"fulgurite\": \"zuru ezu\",\n    \"fulgurous\": \"zuru ezu\",\n    \"fulhams\": \"Udochi\",\n    \"fulicine\": \"zuru ezu\",\n    \"fuliginosity\": \"zuru ezu\",\n    \"fuliginous\": \"zuru ezu\",\n    \"fuliginously\": \"n'ụzọ zuru ezu\",\n    \"fuliginousness\": \"zuru ezu\",\n    \"fuliguline\": \"zuru ezu\",\n    \"full\": \"zuru\",\n    \"fullback\": \"zuru ezu\",\n    \"fullbacks\": \"zuru ezu\",\n    \"fullbodied\": \"zuru ezu\",\n    \"fulldo\": \"Uchechukwu\",\n    \"fulled\": \"juputara\",\n    \"fuller\": \"zuru ezu\",\n    \"fullerboard\": \"Fullerboard\",\n    \"fullered\": \"zuru ezu\",\n    \"fullers\": \"ndị zuru ezu\",\n    \"fullest\": \"zuru ezu\",\n    \"fullface\": \"zuru ezu\",\n    \"fullfaces\": \"ihu\",\n    \"fullgrownness\": \"zuru ezu\",\n    \"fullhearted\": \"zuru oke\",\n    \"fully\": \"n'ụzọ zuru ezu\",\n    \"fullymart\": \"n'ụzọ zuru ezu\",\n    \"fulling\": \"full\",\n    \"fullish\": \"zuru\",\n    \"fullmouth\": \"zuru ezu\",\n    \"fullmouthed\": \"zuru ezu\",\n    \"fullmouthedly\": \"zuru oke\",\n    \"fullness\": \"njuputa\",\n    \"fullnesses\": \"njuputa\",\n    \"fullom\": \"Ugba\",\n    \"fullonian\": \"Uchechukwu Nwaogu\",\n    \"fullterm\": \"Okwu zuru ezu\",\n    \"fulltime\": \"oge niile\",\n    \"fullwords\": \"nkọwa zuru ezu\",\n    \"fulmar\": \"zuru\",\n    \"fulmen\": \"ụmụ nwoke\",\n    \"fulminancy\": \"mmezu\",\n    \"fulminant\": \"mmezu\",\n    \"fulminate\": \"mechie\",\n    \"fulminated\": \"mechie\",\n    \"fulminating\": \"na-agbasa\",\n    \"fulmination\": \"mmezu\",\n    \"fulminations\": \"mmezu\",\n    \"fulminator\": \"ihe nkedo\",\n    \"fulminatory\": \"mmezu\",\n    \"fulmined\": \"mechie\",\n    \"fulmineous\": \"zuru ezu\",\n    \"fulmines\": \"Ugboro\",\n    \"fulmining\": \"fulining\",\n    \"fulminous\": \"zuru\",\n    \"fulminurate\": \"imezu\",\n    \"fulminuric\": \"zuru ezu\",\n    \"fulness\": \"njuputa\",\n    \"fulnesses\": \"zuru ezu\",\n    \"fulsamic\": \"Ugochukwu\",\n    \"fulsome\": \"zuru ezu\",\n    \"fulsomely\": \"n'ụzọ zuru ezu\",\n    \"fulsomeness\": \"zuru oke\",\n    \"fulth\": \"nju\",\n    \"fulvene\": \"Ugba\",\n    \"fulvescent\": \"Udochi\",\n    \"fulvid\": \"zuru ezu\",\n    \"fulvidness\": \"zuru ezu\",\n    \"fulvous\": \"zuru ezu\",\n    \"fumble\": \"daa\",\n    \"fumbled\": \"sụọ ngọngọ\",\n    \"fumbles\": \"sụọ ngọngọ\",\n    \"fumbling\": \"daa\",\n    \"fumblingly\": \"n'amakpu\",\n    \"fumblingness\": \"ịda ada\",\n    \"fume\": \"oku\",\n    \"fumes\": \"uzu oku\",\n    \"fumeuse\": \"oyu\",\n    \"fumeuses\": \"umelọ\",\n    \"fumify\": \"mezuo\",\n    \"fumigate\": \"gbasa\",\n    \"fumigating\": \"na-agba ume\",\n    \"fumigations\": \"agbagha\",\n    \"fuminess\": \"adịgboroja\",\n    \"fumingly\": \"n'omume\",\n    \"fumish\": \"ịda mba\",\n    \"fumishing\": \"fuming\",\n    \"fumishness\": \"nzuzu\",\n    \"fummle\": \"gbue\",\n    \"fumously\": \"fumum\",\n    \"fumulus\": \"fumulu\",\n    \"fun\": \"ọchị\",\n    \"funambulant\": \"egwuregwu\",\n    \"funambulate\": \"na-agbasa\",\n    \"funambulated\": \"Egwuru egwu\",\n    \"funambulating\": \"Na-agbagharị\",\n    \"funambulation\": \"Ntucha\",\n    \"funambulator\": \"ihe egwuregwu\",\n    \"funambulic\": \"ihewori\",\n    \"funambuloes\": \"Onyinyechukwu\",\n    \"function\": \"ọrụ\",\n    \"functional\": \"arụ ọrụ\",\n    \"functionalism\": \"arụ ọrụ\",\n    \"functionalist\": \"onye na-arụ ọrụ\",\n    \"functionalistic\": \"arụ ọrụ\",\n    \"functionality\": \"arụmọrụ\",\n    \"functionalities\": \"arụmọrụ\",\n    \"functionalize\": \"rụọ ọrụ\",\n    \"functionalized\": \"arụ ọrụ\",\n    \"functionalizing\": \"na-arụ ọrụ\",\n    \"functionally\": \"arụ ọrụ\",\n    \"functionals\": \"arụmọrụ\",\n    \"functionary\": \"na-arụ ọrụ\",\n    \"functionaries\": \"ndị na-arụ ọrụ\",\n    \"functionarism\": \"arụ ọrụ\",\n    \"functionate\": \"rụọ ọrụ\",\n    \"functionated\": \"arụ ọrụ\",\n    \"functionating\": \"na-arụ ọrụ\",\n    \"functionation\": \"arụ ọrụ\",\n    \"functioned\": \"arụ ọrụ\",\n    \"functioning\": \"na-arụ ọrụ\",\n    \"functionize\": \"rụọ ọrụ\",\n    \"functionless\": \"enweghị ọrụ\",\n    \"functionlessness\": \"arụ ọrụ\",\n    \"functionnaire\": \"ọrụ\",\n    \"functions\": \"ọrụ\",\n    \"functor\": \"ọchịkwa\",\n    \"functorial\": \"Ihe egwuregwu\",\n    \"functors\": \"ihe egwuregwu\",\n    \"fund\": \"ego\",\n    \"fundable\": \"ego\",\n    \"fundal\": \"ego\",\n    \"fundament\": \"isi\",\n    \"fundamental\": \"isi\",\n    \"fundamentalism\": \"isi\",\n    \"fundamentalist\": \"onye isi ala\",\n    \"fundamentalistic\": \"bụ isi\",\n    \"fundamentalists\": \"ndị isi\",\n    \"fundamentality\": \"isi\",\n    \"fundamentally\": \"isi\",\n    \"fundamentalness\": \"isi\",\n    \"fundamentals\": \"isi\",\n    \"fundatorial\": \"onye nkwado ego\",\n    \"fundatrices\": \"ego\",\n    \"fundatrix\": \"nnenweta\",\n    \"funded\": \"kwụrụ ụgwọ\",\n    \"funder\": \"ego\",\n    \"funders\": \"ndị na-akwụ ụgwọ\",\n    \"fundholder\": \"onye nwere ego\",\n    \"fundic\": \"ego\",\n    \"fundiform\": \"ụdịdị\",\n    \"funding\": \"ego\",\n    \"funditor\": \"oji ego\",\n    \"funditores\": \"ego\",\n    \"fundless\": \"enweghị ego\",\n    \"fundmonger\": \"ego\",\n    \"fundmongering\": \"ego\",\n    \"fundraise\": \"ego\",\n    \"fundraising\": \"ego\",\n    \"funds\": \"ego\",\n    \"fundulinae\": \"ego\",\n    \"funduline\": \"ego\",\n    \"fundulus\": \"ego\",\n    \"fundungi\": \"ego\",\n    \"fundus\": \"ego\",\n    \"funebre\": \"olili ozu\",\n    \"funebrial\": \"Obinwanne\",\n    \"funebrious\": \"olili\",\n    \"funebrous\": \"Obi tọ\",\n    \"funeral\": \"olili ozu\",\n    \"funeralize\": \"na-eli ozu\",\n    \"funerally\": \"olili\",\n    \"funerals\": \"olili ozu\",\n    \"funerate\": \"na-enye ihe ọchị\",\n    \"funeration\": \"olili ozu\",\n    \"funereality\": \"egwuregwu\",\n    \"funereally\": \"funerely\",\n    \"funfair\": \"ihere\",\n    \"fungaceous\": \"Fungaceous\",\n    \"fungate\": \"Uche Ogbuagu\",\n    \"fungated\": \"fungged\",\n    \"fungating\": \"na-enye ihe ọchị\",\n    \"fungation\": \"funging\",\n    \"fungi\": \", dịkwa ka usoro\",\n    \"fungian\": \"fungi\",\n    \"fungicidally\": \"na-egbu egbu\",\n    \"fungid\": \"Na-atụ egwu\",\n    \"fungistatically\": \"na-aga n'ihu\",\n    \"fungivorous\": \"Egwuregwu\",\n    \"fungoes\": \"fungoe\",\n    \"fungological\": \"Ndufu\",\n    \"fungologist\": \"onye na-ahu maka ihe omimi\",\n    \"fungous\": \"ero\",\n    \"fungus\": \"ero\",\n    \"fungused\": \"ero\",\n    \"funguses\": \"ero\",\n    \"fungusy\": \"ero\",\n    \"funguslike\": \"dị ka ero\",\n    \"funic\": \"ihe ọchị\",\n    \"funicles\": \"Funicles\",\n    \"funicular\": \"ọchị\",\n    \"funiculate\": \"na-atọ ọchị\",\n    \"funkia\": \"Funkia\",\n    \"funking\": \"ọchị\",\n    \"funks\": \"Funks\",\n    \"funmaker\": \"ihe ọchị\",\n    \"funned\": \"ọchị\",\n    \"funnel\": \"foneelu\",\n    \"funneling\": \"foneelu\",\n    \"funnelled\": \"funneled\",\n    \"funnelling\": \"foneelu\",\n    \"funnels\": \"fungus\",\n    \"funnelwise\": \"Ozo\",\n    \"funny\": \"na-akpa ọchị\",\n    \"funnier\": \"ọchị\",\n    \"funnies\": \"Funnies\",\n    \"funniest\": \"ọchị\",\n    \"funnyman\": \"ihe ọchị\",\n    \"funnymen\": \"na-akpa ọchị\",\n    \"funniness\": \"ọchị\",\n    \"funning\": \"na-ekpori ndụ\",\n    \"funs\": \"Ugodi\",\n    \"fur\": \"aji\",\n    \"furan\": \"oghe\",\n    \"furbearer\": \"onye na-acha odo odo\",\n    \"furbelowing\": \"na-agbagharị\",\n    \"furbished\": \"gbasaa\",\n    \"furbishes\": \"ajị agba\",\n    \"furbishing\": \"na-egbu ntutu\",\n    \"furcal\": \"ụda\",\n    \"furcated\": \"mechie\",\n    \"furcately\": \"n'egbughị oge\",\n    \"furcating\": \"ịgbanyụ\",\n    \"furcellate\": \"gbasapụ\",\n    \"furciferous\": \"kechie\",\n    \"furculae\": \"gbamgbam\",\n    \"fury\": \"oke iwe\",\n    \"furied\": \"were iwe\",\n    \"furify\": \"mechaa\",\n    \"furyl\": \"iwe\",\n    \"furiosity\": \"oke iwe\",\n    \"furious\": \"iwe\",\n    \"furiouser\": \"na-ewe iwe\",\n    \"furiousity\": \"oke iwe\",\n    \"furiously\": \"oke iwe\",\n    \"furiousness\": \"iwe\",\n    \"furlable\": \"furgha\",\n    \"furled\": \"gbara okpu\",\n    \"furlers\": \"ndị na-ekpo ọkụ\",\n    \"furless\": \"na-enweghị isi\",\n    \"furling\": \"na-agbanye\",\n    \"furloughed\": \"furloụrụ ya\",\n    \"furloughing\": \"agbapụ\",\n    \"furmenty\": \"na-ewe iwe\",\n    \"furmety\": \"gbasaa\",\n    \"furmeties\": \"furmsies\",\n    \"furmity\": \"ọkụ\",\n    \"furmities\": \"ikuku\",\n    \"furnace\": \"oku\",\n    \"furnaced\": \"oku\",\n    \"furnacelike\": \"ọkụ\",\n    \"furnaceman\": \"ite-oku\",\n    \"furnacemen\": \"oku na\",\n    \"furnacer\": \"oku\",\n    \"furnaces\": \"ọkụ\",\n    \"furnacing\": \"ọkụ\",\n    \"furnacite\": \"oku\",\n    \"furnage\": \"burukwa\",\n    \"furnariides\": \"furnariidae\",\n    \"furnarius\": \"oven\",\n    \"furner\": \"oku\",\n    \"furniment\": \"arịa\",\n    \"furnish\": \"tinye\",\n    \"furnishable\": \"kwadebere\",\n    \"furnished\": \"edoziri\",\n    \"furnisher\": \"onye na-enye ihe ndozi\",\n    \"furnishes\": \"na-enye\",\n    \"furnishing\": \"na-enye ihe\",\n    \"furnishings\": \"arịa\",\n    \"furnishment\": \"arịa\",\n    \"furnishness\": \"arịa\",\n    \"furniture\": \"oche\",\n    \"furnitureless\": \"enweghị arịa\",\n    \"furores\": \"ọgba aghara\",\n    \"furphy\": \"kechie\",\n    \"furred\": \"were iwe\",\n    \"furrier\": \"ihe iwe ọkụ\",\n    \"furriered\": \"were iwe\",\n    \"furrieries\": \"ihe mkpuchi\",\n    \"furriers\": \"ihe mgbochi\",\n    \"furrily\": \"jiri nwayọ\",\n    \"furriness\": \"okooko osisi\",\n    \"furring\": \"igodo\",\n    \"furrings\": \"isi\",\n    \"furrowed\": \"gbanyero\",\n    \"furrowless\": \"enweghị ntutu\",\n    \"furrowlike\": \"etinyere dị ka\",\n    \"furrows\": \"etinyerịrị\",\n    \"furs\": \"uwe\",\n    \"fursemide\": \"furosemide\",\n    \"further\": \"Ọzọkwa\",\n    \"furtherance\": \"n'ihu\",\n    \"furtherances\": \"n'ihu\",\n    \"furthered\": \"n'ihu\",\n    \"furtherer\": \"n'ihu\",\n    \"furtherest\": \"n'ihu\",\n    \"furthering\": \"na-aga n'ihu\",\n    \"furtherly\": \"Ọzọkwa\",\n    \"furthermore\": \"Ọzọkwa\",\n    \"furthermost\": \"Ọzọkwa\",\n    \"furthers\": \"n'ihu\",\n    \"furthersome\": \"nwee ihu ọma\",\n    \"furthest\": \"kasị dị\",\n    \"furthy\": \"furty\",\n    \"furtive\": \"na-ewe iwe\",\n    \"furuncle\": \"gbamgbam\",\n    \"furuncles\": \"gbamgbam\",\n    \"furunculous\": \"furun ebube\",\n    \"furze\": \"gbaa aji\",\n    \"furzechat\": \"kechie\",\n    \"furzed\": \"gbara fur\",\n    \"furzeling\": \"na-acha ọkụ\",\n    \"furzes\": \"na-acha ọkụ\",\n    \"furzy\": \"kejisiu\",\n    \"fusate\": \"ịgbanye\",\n    \"fusc\": \"fusco\",\n    \"fuscescent\": \"mmmmmmmmmmmmm\",\n    \"fuscohyaline\": \"fusco hyaline\",\n    \"fuse\": \"fuuz\",\n    \"fused\": \"gwakọtara\",\n    \"fusee\": \"fuuz\",\n    \"fusees\": \"fuuz\",\n    \"fuselages\": \"fuselaji\",\n    \"fuseless\": \"enweghị fuse\",\n    \"fuses\": \"fuuz\",\n    \"fusibility\": \"odidi\",\n    \"fusible\": \"enwere ike ịgbagha\",\n    \"fusibleness\": \"fusible\",\n    \"fusibly\": \"na-agbagha\",\n    \"fusiliers\": \"ndị mmeghasị\",\n    \"fusillade\": \"fusilade\",\n    \"fusion\": \"njikọta\",\n    \"fusionism\": \"njikọ\",\n    \"fusions\": \"ngwakọta\",\n    \"fusk\": \"ikenye\",\n    \"fuss\": \"sgba aghara\",\n    \"fussbudget\": \"s fus fus\",\n    \"fussbudgety\": \"Ndidi\",\n    \"fussed\": \"gbasasịa\",\n    \"fusser\": \"Oluchukwu\",\n    \"fussers\": \"ndi ogba aghara\",\n    \"fusses\": \"fushes\",\n    \"fussy\": \"kechie\",\n    \"fussier\": \"onye mmegha\",\n    \"fussiest\": \"na-agbasi ike\",\n    \"fussify\": \"mezie\",\n    \"fussification\": \"mmezi\",\n    \"fussily\": \"szụ aghara\",\n    \"fussle\": \"aghara\",\n    \"fusspot\": \"Ndidi\",\n    \"fusspots\": \"ngwongwo\",\n    \"fusteric\": \"Okwuchukwu Ndigbo\",\n    \"fusty\": \"Oyi\",\n    \"fustics\": \"fustis\",\n    \"fustigating\": \"fustiging\",\n    \"fustigation\": \"ogba aghara\",\n    \"fustiness\": \"ustgha\",\n    \"fustle\": \"ustgha\",\n    \"fusure\": \"iwepụta\",\n    \"futharcs\": \"futhark\",\n    \"futharks\": \"futhark\",\n    \"futhermore\": \"n'ihu\",\n    \"futhorcs\": \"futhork\",\n    \"futile\": \"abaghị uru\",\n    \"futilely\": \"n'efu\",\n    \"futileness\": \"abaghị uru\",\n    \"futilitarian\": \"enweghi ihe ozo\",\n    \"futilitarianism\": \"enweghị ọdịmma\",\n    \"futility\": \"ihe-efu\",\n    \"futilities\": \"ọdịnihu\",\n    \"future\": \"ọdịnihu\",\n    \"futureless\": \"ọdịnihu\",\n    \"futurely\": \"n'ọdịnihu\",\n    \"futureness\": \"ọdịnihu\",\n    \"futures\": \"ọdịnihu\",\n    \"futurism\": \"ọdịnihu\",\n    \"futurisms\": \"ọdịnihu\",\n    \"futuristic\": \"ọdịnihu\",\n    \"futuristically\": \"ọdịnihu\",\n    \"futurists\": \"ọdịnihu\",\n    \"futurity\": \"ọdịnihu\",\n    \"futurities\": \"ọdịnihu\",\n    \"futurition\": \"ọdịnihu\",\n    \"futurize\": \"ọdịnihu\",\n    \"futurology\": \"ọdịnihu\",\n    \"futurologist\": \"ọdịnihu\",\n    \"futurologists\": \"ọdịnihu\",\n    \"fuze\": \"nwuo\",\n    \"fuzed\": \"enwuru ọkụ\",\n    \"fuzing\": \"fuzzing\",\n    \"fuzzes\": \"fuzzer\",\n    \"fuzzy\": \"ajị ajị\",\n    \"fuzzines\": \"fuzziness\",\n    \"fuzzle\": \"fuzz\",\n    \"fw\": \"chw\",\n    \"fwelling\": \"na-akụ\",\n    \"gabardine\": \"onyinye\",\n    \"gabardines\": \"ndiegwu\",\n    \"gabback\": \"ndaba\",\n    \"gabbard\": \"ndaba\",\n    \"gabbards\": \"ndiigbo\",\n    \"gabbart\": \"ndaba\",\n    \"gabbarts\": \"ndaba\",\n    \"gabbed\": \"gbanwere\",\n    \"gabber\": \"igwu\",\n    \"gabbers\": \"ndiigbo\",\n    \"gabby\": \"ndiegwu\",\n    \"gabbiness\": \"egwu\",\n    \"gabbing\": \"na-ejide\",\n    \"gabble\": \"igwu\",\n    \"gabbled\": \"igwu\",\n    \"gabblement\": \"igwu\",\n    \"gabbler\": \"okwukwu\",\n    \"gabblers\": \"ndiegwu\",\n    \"gabbles\": \"ogbe\",\n    \"gabbling\": \"na-ekwu okwu\",\n    \"gabbro\": \"mmmmmmmmmm\",\n    \"gabbroic\": \"mmmmmmmmmmmmm\",\n    \"gabbroid\": \"mmmmmmmmmmmmm\",\n    \"gabbroitic\": \"mbukwe\",\n    \"gabbros\": \"ndiegwu\",\n    \"gabeler\": \"onyinye\",\n    \"gabelled\": \"gbanwere\",\n    \"gabelleman\": \"igbanwe\",\n    \"gabeller\": \"ndiigbo\",\n    \"gabendum\": \"igbanwe\",\n    \"gaberdine\": \"onyinye\",\n    \"gaberdines\": \"ndiegwu\",\n    \"gabert\": \"igwu\",\n    \"gabfest\": \"ezebuka\",\n    \"gabfests\": \"ezebuka\",\n    \"gabgab\": \"igwu\",\n    \"gabionage\": \"igbinage\",\n    \"gabioned\": \"amala\",\n    \"gabions\": \"nkwonkwo\",\n    \"gablatores\": \"Ogbogu\",\n    \"gable\": \"okwute\",\n    \"gableboard\": \"ogwe aka\",\n    \"gabled\": \"gbanwere\",\n    \"gableended\": \"gable biri\",\n    \"gablelike\": \"gable dị ka\",\n    \"gabler\": \"okwukwu\",\n    \"gablet\": \"okwukwu\",\n    \"gablewindowed\": \"gablewudere\",\n    \"gablewise\": \"mara\",\n    \"gabling\": \"egwu\",\n    \"gaboon\": \"nwa nwanyi\",\n    \"gaboons\": \"umu nwanyi\",\n    \"gaddang\": \"okpu\",\n    \"gadded\": \"gadd\",\n    \"gadders\": \"ndị na-azụ ahịa\",\n    \"gadding\": \"ihe mgbu\",\n    \"gaddingly\": \"n'ụzọ dị mwute\",\n    \"gaddish\": \"ihe nzuzu\",\n    \"gaddishness\": \"obi ojoo\",\n    \"gadger\": \"ndozi\",\n    \"gadgetries\": \"Ngwa\",\n    \"gadgets\": \"Ngwa\",\n    \"gadling\": \"ịgbanye\",\n    \"gadrooning\": \"ịkwado\",\n    \"gads\": \"ngwaahịa\",\n    \"gadsbodikins\": \"chukwuemezulu\",\n    \"gadsbud\": \"chukwuemeka\",\n    \"gadslid\": \"okpokoro\",\n    \"gadsman\": \"onye isi\",\n    \"gadswoons\": \"chukwueme\",\n    \"gaedelian\": \"Gaedelian\",\n    \"gaedown\": \"Gaedown\",\n    \"gaelicism\": \"Ọdịda mmụọ\",\n    \"gaelicist\": \"onye gaelicist\",\n    \"gaelicization\": \"elgha\",\n    \"gaertnerian\": \"Nwosu\",\n    \"gaes\": \"gae\",\n    \"gaetulian\": \"Obinwanne\",\n    \"gaffer\": \"gbanye\",\n    \"gaffing\": \"Iheanacho\",\n    \"gaffsman\": \"Ogbogu Okonji\",\n    \"gag\": \"iwu\",\n    \"gagate\": \"ikpu\",\n    \"gaged\": \"jisie ike\",\n    \"gageite\": \"gage\",\n    \"gager\": \"ịgba chaa chaa\",\n    \"gagers\": \"ndị agha\",\n    \"gagership\": \"ịgba\",\n    \"gagged\": \"anya mmiri\",\n    \"gagger\": \"ugo\",\n    \"gaggery\": \"ịwa ahụ\",\n    \"gaggers\": \"Ogbogu\",\n    \"gagging\": \"ichi anya\",\n    \"gaggle\": \"itu ugo\",\n    \"gaggled\": \"anya mmiri\",\n    \"gaggler\": \"onye ara ehi\",\n    \"gaggles\": \"ugogbe\",\n    \"gaggling\": \"na-adagharị\",\n    \"gaging\": \"na-egwu egwu\",\n    \"gagor\": \"agha\",\n    \"gagroot\": \"akwa\",\n    \"gagster\": \"osikapa\",\n    \"gagsters\": \"ndi ogba\",\n    \"gagtooth\": \"gagtoot\",\n    \"gagwriter\": \"ihe ederede\",\n    \"gahnites\": \"Obinna\",\n    \"gahrwali\": \"garhwali\",\n    \"gay\": \"nwoke nwere mmasị nwoke\",\n    \"gayals\": \"gayal\",\n    \"gaiassa\": \"giassa\",\n    \"gaybine\": \"adigbo\",\n    \"gaycat\": \"nwoke idina nwoke\",\n    \"gayish\": \"nwa nwanyi\",\n    \"gayly\": \"nwoke idina nwoke\",\n    \"gaylies\": \"nwoke nwere mmasị nwoke\",\n    \"gaillard\": \"Enyemaka\",\n    \"gayment\": \"nwoke idina nwoke\",\n    \"gain\": \"nweta\",\n    \"gainable\": \"nwee uru\",\n    \"gainage\": \"enweta\",\n    \"gainbirth\": \"ịmụ amụ\",\n    \"gaincall\": \"nweta\",\n    \"gaincome\": \"nweta\",\n    \"gaincope\": \"okpu\",\n    \"gained\": \"nweela\",\n    \"gainer\": \"onye nweta\",\n    \"gainers\": \"ndị na-erite uru\",\n    \"gayness\": \"nwoke idina nwoke\",\n    \"gaynesses\": \"nwoke nwere mmasị nwoke\",\n    \"gainful\": \"uru\",\n    \"gainfully\": \"uru\",\n    \"gainfulness\": \"uru\",\n    \"gaingiving\": \"gaingiing\",\n    \"gainyield\": \"nweta\",\n    \"gaining\": \"inweta\",\n    \"gainings\": \"uru\",\n    \"gainless\": \"enweghị uru\",\n    \"gainlessness\": \"enweghị uru\",\n    \"gainly\": \"uru\",\n    \"gainlier\": \"nweta\",\n    \"gainliest\": \"nwee uru\",\n    \"gainliness\": \"inwe uru\",\n    \"gainor\": \"onye nweta\",\n    \"gains\": \"uru\",\n    \"gainsaid\": \"kwụrụ\",\n    \"gainsayer\": \"onye na-erite uru\",\n    \"gainsayers\": \"ndị na-ere ahịa\",\n    \"gainsaying\": \"na-asịsikwa\",\n    \"gainset\": \"Okenye\",\n    \"gainspeaker\": \"ekwenti\",\n    \"gainspeaking\": \"na-ekwu okwu\",\n    \"gainst\": \"imegide\",\n    \"gainstand\": \"nweta egwuregwu\",\n    \"gainstrive\": \"nwee uru\",\n    \"gainward\": \"uru\",\n    \"gair\": \"ụzọ\",\n    \"gairfish\": \"azụ azụ\",\n    \"gairfowl\": \"nnụnụ gairfowl\",\n    \"gays\": \"ụmụ nwoke\",\n    \"gaisling\": \"na-elegharị anya\",\n    \"gaist\": \"aka\",\n    \"gaiterless\": \"enweghị ume\",\n    \"gaiting\": \"na-echere\",\n    \"gayway\": \"nwoke nwere onwe\",\n    \"gaywing\": \"Nwoke\",\n    \"gaywings\": \"adigbo\",\n    \"gaize\": \"nara\",\n    \"galactagog\": \"ụyọkọ kpakpando\",\n    \"galactan\": \"ụyọkọ kpakpando\",\n    \"galactic\": \"ụyọkọ kpakpando\",\n    \"galactocele\": \"ụyọkọ kpakpando\",\n    \"galactogogue\": \"ụyọkọ kpakpando\",\n    \"galactoid\": \"ụyọkọ kpakpando\",\n    \"galactolytic\": \"ụyọkọ kpakpando\",\n    \"galactophagist\": \"ụyọkọ kpakpando\",\n    \"galactophore\": \"ụyọkọ kpakpando\",\n    \"galactophorous\": \"ụyọkọ kpakpando\",\n    \"galactopoiesis\": \"ụyọkọ kpakpando\",\n    \"galactopoietic\": \"ụyọkọ kpakpando\",\n    \"galactorrhoea\": \"ụzarị\",\n    \"galactosan\": \"ụyọkọ kpakpando\",\n    \"galactoscope\": \"ụyọkọ kpakpando\",\n    \"galactosemic\": \"ụyọkọ anụ\",\n    \"galactosyl\": \"ụyọkọ kpakpando\",\n    \"galangals\": \"ụyọkọ kpakpando\",\n    \"galatic\": \"ụyọkọ kpakpando\",\n    \"galavanted\": \"galavant\",\n    \"galavanting\": \"na-akwado\",\n    \"galavants\": \"ụyọkọ kpakpando\",\n    \"galax\": \"ụyọkọ kpakpando\",\n    \"galaxes\": \"ụyọkọ kpakpando\",\n    \"galaxy\": \"ụyọkọ kpakpando\",\n    \"galaxian\": \"ụyọkọ kpakpando\",\n    \"galaxias\": \"γαλαξιας\",\n    \"galaxies\": \"ụyọkọ kpakpando\",\n    \"gale\": \"Gele\",\n    \"galeas\": \"Galeas\",\n    \"galeass\": \"Okechukwu\",\n    \"galeeny\": \"adịghị mma\",\n    \"galeenies\": \"adịghị mma\",\n    \"galeid\": \"Galeid\",\n    \"galenian\": \"Galenian\",\n    \"galenic\": \"Oyibo\",\n    \"galenism\": \"Oyibo\",\n    \"galeod\": \"Galeod\",\n    \"galeoid\": \"Galeoid\",\n    \"galeopithecus\": \"Uchechi\",\n    \"galeopsis\": \"Galeopsis\",\n    \"galera\": \"oria ojoo\",\n    \"galeres\": \"elele\",\n    \"galerite\": \"ịkwa mmiri\",\n    \"galerum\": \"Galerum\",\n    \"galeus\": \"Galeus\",\n    \"galewort\": \"Nwosu\",\n    \"galyac\": \"gwuru\",\n    \"galyacs\": \"ndiegwu\",\n    \"galyaks\": \"gwuru\",\n    \"galician\": \"ọkà mmụta sayensị\",\n    \"galinaceous\": \"galiaceous\",\n    \"galingale\": \"ịgbọ mmiri\",\n    \"galiot\": \"ugba\",\n    \"galiots\": \"ụgbọ mmiri\",\n    \"galivant\": \"galavant\",\n    \"galivanted\": \"agbada\",\n    \"galivanting\": \"agbada\",\n    \"galivants\": \"ndi bulili\",\n    \"gall\": \"ogbi\",\n    \"gallach\": \"gelach\",\n    \"gallant\": \"gaal\",\n    \"gallanted\": \"jisie ike\",\n    \"gallanting\": \"ichikota\",\n    \"gallantly\": \"jisie ike\",\n    \"gallantness\": \"inya isi\",\n    \"gallantry\": \"nnukwu ihe\",\n    \"gallantries\": \"nnukwu ihe\",\n    \"gallants\": \"galọn\",\n    \"gallbladder\": \"eriri afọ\",\n    \"gallbladders\": \"gallbladder\",\n    \"galled\": \"ị ga\",\n    \"galleylike\": \"ihe yiri galley\",\n    \"galleyman\": \"onyenze nwa amobi\",\n    \"galleins\": \"gallein\",\n    \"galleys\": \"veranda\",\n    \"galleyworm\": \"onyenze nwaanyi\",\n    \"galleon\": \"galọn\",\n    \"galleons\": \"galọn\",\n    \"gallerian\": \"onye gallerian\",\n    \"galleried\": \"veranda\",\n    \"galleries\": \"veranda\",\n    \"gallerygoer\": \"gallery\",\n    \"galleriies\": \"veranda\",\n    \"gallerying\": \"veranda\",\n    \"galleryite\": \"veranda\",\n    \"gallerylike\": \"gallery\",\n    \"galleting\": \"ịkwọ ụgbọ mmiri\",\n    \"gally\": \"gaally\",\n    \"gallian\": \"Gallian\",\n    \"gallican\": \"nke gallican\",\n    \"gallicisms\": \"ugwo\",\n    \"gallicization\": \"ịallụ ọgwụ\",\n    \"gallicize\": \"edili\",\n    \"gallicola\": \"gaallicola\",\n    \"gallicolae\": \"iheanacho\",\n    \"gallicole\": \"ekwensu\",\n    \"gallicolous\": \"edidi okwute\",\n    \"gallied\": \"gallised\",\n    \"galliferous\": \"obi uto\",\n    \"gallification\": \"allgba ume\",\n    \"galligaskins\": \"akwa eze\",\n    \"gallygaskins\": \"nwachukwu\",\n    \"gallying\": \"na-agagharị\",\n    \"galling\": \"onyekwere\",\n    \"gallingly\": \"obi ụtọ\",\n    \"gallingness\": \"allbụ onye ọallụ\",\n    \"galliot\": \"mgbada\",\n    \"galliots\": \"ọgba aghara\",\n    \"galliums\": \"okpu\",\n    \"gallivanted\": \"gallivant\",\n    \"gallivanting\": \"agbada\",\n    \"gallnut\": \"ukpala\",\n    \"gallocyanine\": \"ochicho\",\n    \"galloflavin\": \"nwachukwu\",\n    \"galloglass\": \"galloglas\",\n    \"gallomaniac\": \"megalomaniac\",\n    \"gallon\": \"galọn\",\n    \"gallonage\": \"galọn\",\n    \"galloner\": \"galọn\",\n    \"gallons\": \"galọn\",\n    \"galloon\": \"galọn\",\n    \"gallooned\": \"galọn\",\n    \"galloons\": \"galọn\",\n    \"galloots\": \"galọnụ\",\n    \"galloperdix\": \"iheanacho\",\n    \"gallophile\": \"ogbeje\",\n    \"gallophilism\": \"akukpo\",\n    \"gallophobe\": \"akachukwu\",\n    \"galloping\": \"na-agba ọsọ\",\n    \"galloptious\": \"akuku\",\n    \"gallous\": \"ikuku\",\n    \"gallovidian\": \"iheanacho\",\n    \"gallow\": \"osisi\",\n    \"gallows\": \"osisi\",\n    \"gallowses\": \"osisi\",\n    \"gallowsmaker\": \"onye na-ama osisi\",\n    \"gallowsness\": \"onye isi\",\n    \"gallowsward\": \"gaa\",\n    \"galls\": \"ogbu\",\n    \"gallstone\": \"nkume gall\",\n    \"gallstones\": \"nkume gall\",\n    \"galluptious\": \"ihe na-eme ka mmadụ maa mma\",\n    \"gallus\": \"Gallus\",\n    \"gallused\": \"obi uto\",\n    \"galluses\": \"ogwe aka\",\n    \"gallweed\": \"ihe adighi\",\n    \"gallwort\": \"ogwugwu\",\n    \"galoch\": \"mkpọchi\",\n    \"galoots\": \"galoot\",\n    \"galopades\": \"galop des\",\n    \"galoped\": \"galop\",\n    \"galoping\": \"na-agba ọsọ\",\n    \"galops\": \"gafere\",\n    \"galores\": \"galore\",\n    \"galoshe\": \"galosh\",\n    \"galoshed\": \"galoshes\",\n    \"galravage\": \"ihe osise\",\n    \"galravitch\": \"gwuru\",\n    \"galumphed\": \"zọgbuo\",\n    \"galumphing\": \"na-agbawa\",\n    \"galumptious\": \"nkpo\",\n    \"galvayning\": \"igwu\",\n    \"galvanic\": \"galvanik\",\n    \"galvanically\": \"n'ụzọ zuru ezu\",\n    \"galvanisation\": \"igbanwe\",\n    \"galvanise\": \"kpalie\",\n    \"galvanised\": \"kpaliri\",\n    \"galvanising\": \"na-agbagharị\",\n    \"galvanize\": \"kpalie\",\n    \"galvanized\": \"kpaliri\",\n    \"galvanizes\": \"galvanized\",\n    \"galvanizing\": \"na-agbagharị\",\n    \"galvanocautery\": \"iheanacho\",\n    \"galvanocauteries\": \"ndiegwu\",\n    \"galvanocontractility\": \"igbanwe\",\n    \"galvanoglyph\": \"mmmmmmmmmmmmm\",\n    \"galvanoglyphy\": \"mmmmmmmmmmmmm\",\n    \"galvanography\": \"ihe osise\",\n    \"galvanographic\": \"ihe osise\",\n    \"galvanologist\": \"ọkà mmụta banyere galvanologist\",\n    \"galvanomagnet\": \"gwongomagnet\",\n    \"galvanomagnetic\": \"akwara\",\n    \"galvanometers\": \"galvanomita\",\n    \"galvanometric\": \"ihe omimi\",\n    \"galvanometrical\": \"iheanacho\",\n    \"galvanometrically\": \"igbanwee ihe niile\",\n    \"galvanoplasty\": \"akachukwu\",\n    \"galvanoplastical\": \"iheanacho\",\n    \"galvanoplastically\": \"gbasiaplastically\",\n    \"galvanopsychic\": \"iheanachopsychicchic\",\n    \"galvanoscope\": \"ihe omimi\",\n    \"galvanoscopic\": \"iheanacho\",\n    \"galvanosurgery\": \"ịwa ahụ\",\n    \"galvanotactic\": \"iheanacho\",\n    \"galvanotaxis\": \"ekpomoku\",\n    \"galvanotherapy\": \"ọgwụgwọ ọrịa\",\n    \"galvanotonic\": \"akpo\",\n    \"galvanotropic\": \"mmmmmmmmmmmmm\",\n    \"galways\": \"okporo ụzọ\",\n    \"galwegian\": \"Nwoke\",\n    \"gamaliel\": \"gameliel\",\n    \"gamasoidea\": \"gamasoidosis\",\n    \"gamb\": \"gamba\",\n    \"gambades\": \"gambade\",\n    \"gambadoes\": \"gamba na eme\",\n    \"gambeer\": \"egwuregwu\",\n    \"gambeered\": \"egwuregwu\",\n    \"gambeering\": \"igwu egwu\",\n    \"gambes\": \"egwuregwu\",\n    \"gambesons\": \"egwuregwu\",\n    \"gambia\": \"Gambiya\",\n    \"gambiae\": \"Gambia\",\n    \"gambians\": \"ndị gambi\",\n    \"gambirs\": \"gambars\",\n    \"gambist\": \"onye na-egwu egwuregwu\",\n    \"gambit\": \"ịgba chaa chaa\",\n    \"gambits\": \"ịgba chaa chaa\",\n    \"gamble\": \"ịgba chaa chaa\",\n    \"gambled\": \"na-agba chaa chaa\",\n    \"gambler\": \"onye na-agba chaa chaa\",\n    \"gamblers\": \"ndị na-agba chaa chaa\",\n    \"gambles\": \"ịgba chaa chaa\",\n    \"gambling\": \"ịgba chaa chaa\",\n    \"gambogian\": \"gambojike\",\n    \"gamboised\": \"egwuregwu\",\n    \"gambol\": \"gambo\",\n    \"gamboler\": \"egwuregwu\",\n    \"gamboling\": \"egwuregwu\",\n    \"gambolled\": \"gambulled\",\n    \"gamboller\": \"egwuregwu\",\n    \"gambols\": \"egwuregwu\",\n    \"gambreled\": \"na-agba chaa chaa\",\n    \"gambrelled\": \"na-agba chaa chaa\",\n    \"gambrels\": \"ịgba chaa chaa\",\n    \"gambs\": \"egwuregwu\",\n    \"gamdeboo\": \"gamboboo\",\n    \"game\": \"egwuregwu\",\n    \"gamebag\": \"Gamebag\",\n    \"gameball\": \"egwuregwu bọọlụ\",\n    \"gamecock\": \"egwuregwucock\",\n    \"gamecocks\": \"egwuregwu egwuregwu\",\n    \"gamecraft\": \"egwuregwu\",\n    \"gameful\": \"egwuregwu\",\n    \"gamey\": \"egwuregwu egwuregwu\",\n    \"gamekeeper\": \"onye na-egwu egwuregwu\",\n    \"gamekeepers\": \"ndị na-egwu egwuregwu\",\n    \"gamekeeping\": \"egwuregwu egwuregwu\",\n    \"gamelan\": \"Egwuregwu\",\n    \"gamelang\": \"Egwuregwu\",\n    \"gamelans\": \"egwuregwu egwuregwu\",\n    \"gameless\": \"enweghị egwuregwu\",\n    \"gamely\": \"egwuregwu\",\n    \"gamelion\": \"egwuregwu\",\n    \"gamelote\": \"Egwuregwu\",\n    \"gamelotte\": \"egwuregwulotte\",\n    \"gameness\": \"egwuregwu\",\n    \"gamenesses\": \"egwuregwu\",\n    \"games\": \"egwuregwu\",\n    \"gamesman\": \"onye egwuregwu\",\n    \"gamesmanship\": \"ihe egwuregwu\",\n    \"gamesome\": \"egwuregwu\",\n    \"gamesomely\": \"egwuregwu\",\n    \"gamesomeness\": \"egwuregwu\",\n    \"gamest\": \"egwuregwu\",\n    \"gamester\": \"egwuregwu\",\n    \"gamesters\": \"ndị na-egwu egwuregwu\",\n    \"gametic\": \"egwuregwu\",\n    \"gamines\": \"gaminesin\",\n    \"gaminess\": \"egwuregwu\",\n    \"gaminesses\": \"egwuregwu\",\n    \"gaming\": \"egwu egwuregwu\",\n    \"gamings\": \"egwuregwu\",\n    \"gammarine\": \"gammarus\",\n    \"gammaroid\": \"gammarus\",\n    \"gammas\": \"gamma\",\n    \"gammation\": \"ogwugwu\",\n    \"gammelost\": \"gammylost\",\n    \"gammer\": \"gamma\",\n    \"gammers\": \"ndị na-egwu egwuregwu\",\n    \"gammick\": \"hammoku\",\n    \"gamming\": \"egwu egwuregwu\",\n    \"gammock\": \"hammoku\",\n    \"gammoned\": \"gammon\",\n    \"gammoners\": \"ndị na-egwu egwuregwu\",\n    \"gamodesmy\": \"gam gammy\",\n    \"gamodesmic\": \"gammymic\",\n    \"gamond\": \"gamọn\",\n    \"gamont\": \"egwuregwu\",\n    \"gamophagy\": \"egwuregwu\",\n    \"gamotropic\": \"gamba nwoke\",\n    \"gamps\": \"egwuregwu\",\n    \"gams\": \"gamas\",\n    \"ganched\": \"rie\",\n    \"ganching\": \"na-anụ ọkụ\",\n    \"gandered\": \"gbasaa\",\n    \"ganderess\": \"mmmmmmmmmmmmm\",\n    \"gandering\": \"jisie ike\",\n    \"gandermooner\": \"mmmmmmmmmmmmm\",\n    \"ganders\": \"jisie ike\",\n    \"ganderteeth\": \"mmmmmmmmmmmmm\",\n    \"gandertmeeth\": \"mmmmmmmmmmmmm\",\n    \"gandhara\": \"gandara\",\n    \"gandharva\": \"mmmmmmmmmmmmm\",\n    \"gandhi\": \"Gandhi\",\n    \"gandhian\": \"Gandhian\",\n    \"gandhiism\": \"agaba\",\n    \"gandhist\": \"onye igbo\",\n    \"gang\": \"òtù\",\n    \"gangdom\": \"òtù\",\n    \"ganged\": \"òtù\",\n    \"ganger\": \"onye omekome\",\n    \"gangers\": \"ndị omempụ\",\n    \"ganges\": \"òtù ndị omempụ\",\n    \"gangflower\": \"ndi igbo\",\n    \"ganging\": \"òtù\",\n    \"gangion\": \"òtù\",\n    \"gangism\": \"òtù ndị omempụ\",\n    \"gangland\": \"òtù ọjọọ\",\n    \"ganglander\": \"òtù ọjọọ\",\n    \"ganglands\": \"òtù ọjọọ\",\n    \"gangly\": \"òtù ọjọọ\",\n    \"ganglial\": \"ganglia\",\n    \"gangliate\": \"òtù\",\n    \"gangliated\": \"òtù\",\n    \"gangliectomy\": \"ihe omume\",\n    \"ganglier\": \"òtù\",\n    \"gangling\": \"òtù\",\n    \"ganglioform\": \"ndiegwu\",\n    \"ganglion\": \"òtù\",\n    \"ganglionated\": \"kelechi\",\n    \"ganglioneural\": \"ndiegwu\",\n    \"ganglionic\": \"ndiegwu\",\n    \"ganglionless\": \"kechie\",\n    \"ganglions\": \"òtù ndị òtù\",\n    \"ganglioplexus\": \"eriri afọ\",\n    \"gangman\": \"onye omekome\",\n    \"gangplank\": \"ndi igbo\",\n    \"gangplanks\": \"ndi igbo\",\n    \"gangplows\": \"ihe anakpo\",\n    \"gangrels\": \"òtù ọjọọ\",\n    \"gangrenate\": \"òtù ọjọọ\",\n    \"gangrened\": \"nọ òtù ọjọọ\",\n    \"gangrenes\": \"òtù ọjọọ\",\n    \"gangrenescent\": \"òtù\",\n    \"gangrening\": \"òtù ọjọọ\",\n    \"gangrenous\": \"odumegwu\",\n    \"gangs\": \"òtù ndị omempụ\",\n    \"gangsman\": \"òtù ndị omempụ\",\n    \"gangster\": \"òtù ndị omempụ\",\n    \"gangsterism\": \"òtù ndị omempụ\",\n    \"gangsters\": \"ndị omempụ\",\n    \"gangtide\": \"òtù ọjọọ\",\n    \"gangues\": \"arụmụka\",\n    \"gangwayed\": \"ndiegwu\",\n    \"gangwaymen\": \"ndi igbo\",\n    \"ganner\": \"Ganner\",\n    \"gannets\": \"ganneti\",\n    \"ganoses\": \"Ganoses\",\n    \"gansey\": \"Gansey\",\n    \"ganser\": \"Mkpokọta\",\n    \"gansy\": \"nkechi\",\n    \"gantleted\": \"Echere\",\n    \"gantleting\": \"igbochi\",\n    \"gantryman\": \"Nwoke\",\n    \"gantsl\": \"mmmmmmmmmmmm\",\n    \"gaoler\": \"ọkpokpọ\",\n    \"gaolers\": \"na-ebili\",\n    \"gaoling\": \"na-akwado\",\n    \"gap\": \"ọdịiche\",\n    \"gapeseed\": \"Oghere\",\n    \"gapeseeds\": \"ọdịiche\",\n    \"gaping\": \"gape\",\n    \"gapingstock\": \"Obosara\",\n    \"gappiest\": \"Gappiest\",\n    \"gaps\": \"ọdịiche\",\n    \"garage\": \"ụgbọala\",\n    \"garaged\": \"arụzi ụgbọala\",\n    \"garaging\": \"ndọba ụgbọala\",\n    \"garavance\": \"gara aga\",\n    \"garb\": \"uwe\",\n    \"garbage\": \"ahihia\",\n    \"garbages\": \"uwe\",\n    \"garbardine\": \"onyinye\",\n    \"garbed\": \"ichoro\",\n    \"garbel\": \"ọla\",\n    \"garbill\": \"ihe mbibi\",\n    \"garbing\": \"na-achọ ihe\",\n    \"garbleable\": \"tebụl garble\",\n    \"garbled\": \"amala\",\n    \"garbler\": \"amala\",\n    \"garblers\": \"ọla\",\n    \"garbles\": \"garta\",\n    \"garbless\": \"enweghị atụ\",\n    \"garbline\": \"ihe ike\",\n    \"garbling\": \"na-agbarụ\",\n    \"garblings\": \"na-agbarụ\",\n    \"garboards\": \"ogwe osisi\",\n    \"garbologist\": \"ọkà mmụta banyere ihe gbasara anụ ahụ\",\n    \"garbs\": \"uwe\",\n    \"garbure\": \"iwu\",\n    \"garcons\": \"garons\",\n    \"gard\": \"ubi\",\n    \"gardant\": \"ubi\",\n    \"gardbrace\": \"ịkọ ugbo\",\n    \"gardebras\": \"ubi\",\n    \"gardeen\": \"ubi\",\n    \"garden\": \"ubi\",\n    \"gardenable\": \"nke gbara gburugburu\",\n    \"gardencraft\": \"ọrụ ubi\",\n    \"gardened\": \"kụrụ ogige\",\n    \"gardener\": \"onye na-elekọta ubi\",\n    \"gardeners\": \"ndị na-elekọta ubi\",\n    \"gardenership\": \"ọrụ ubi\",\n    \"gardenesque\": \"Ogba\",\n    \"gardenful\": \"ubi zuru ezu\",\n    \"gardenhood\": \"ugbo\",\n    \"gardeny\": \"ubi\",\n    \"gardenia\": \"ubi\",\n    \"gardenin\": \"ugbo\",\n    \"gardening\": \"ugbo\",\n    \"gardenize\": \"kpoo ubi\",\n    \"gardenless\": \"enweghị ogige\",\n    \"gardenly\": \"gbasara akwụkwọ\",\n    \"gardenlike\": \"dị ka ubi\",\n    \"gardenmaker\": \"onye na-elekọta ubi\",\n    \"gardenmaking\": \"ọrụ ubi\",\n    \"gardens\": \"ubi\",\n    \"gardenwards\": \"ubi\",\n    \"gardenwise\": \"n'ogige\",\n    \"gardevin\": \"ndiegwu\",\n    \"gardy\": \"Ugbo\",\n    \"gardnap\": \"ubiak\",\n    \"gardon\": \"ubi\",\n    \"garfield\": \"ogige\",\n    \"garfishes\": \"garfish\",\n    \"garg\": \"kwacha\",\n    \"gargalize\": \"gbaa ọsọ\",\n    \"gargarism\": \"ịkpa arụ\",\n    \"garget\": \"gadget\",\n    \"gargety\": \"gadget\",\n    \"gargets\": \"Ngwa\",\n    \"gargil\": \"ikwacha akpiri\",\n    \"gargle\": \"ikwacha akpiri\",\n    \"gargoyle\": \"ogidi\",\n    \"gargoyled\": \"ogwe aka\",\n    \"gargoyley\": \"ogidi\",\n    \"gargoyles\": \"ogwe aka\",\n    \"gargoylish\": \"ogidi\",\n    \"gargoylishly\": \"mmmmmmmmmmmmm\",\n    \"gargol\": \"ikwoli\",\n    \"garigue\": \"mgbochi\",\n    \"garland\": \"okpu ọma\",\n    \"garlandage\": \"ihe ejiji\",\n    \"garlanded\": \"gbasiri ike\",\n    \"garlanding\": \"ịma mma\",\n    \"garlandless\": \"ihe na-enweghị isi\",\n    \"garlandlike\": \"okpu ọma\",\n    \"garlandry\": \"okpu ọma\",\n    \"garlands\": \"okpu ọma\",\n    \"garlic\": \"galiki\",\n    \"garliclike\": \"yiri galik\",\n    \"garlicmonger\": \"galik\",\n    \"garlics\": \"garlic\",\n    \"garlicwort\": \"galik\",\n    \"garment\": \"uwe\",\n    \"garmented\": \"ichi mma\",\n    \"garmenting\": \"uwe\",\n    \"garmentless\": \"enweghi uwe\",\n    \"garmentmaker\": \"onye na-eme uwe\",\n    \"garments\": \"uwe\",\n    \"garmenture\": \"uwe\",\n    \"garmentworker\": \"Okike\",\n    \"garnered\": \"gbadoro\",\n    \"garnering\": \"ichi\",\n    \"garnetiferous\": \"aka garnetiferous\",\n    \"garnetlike\": \"garnet yiri\",\n    \"garnett\": \"nnweta\",\n    \"garnetwork\": \"ihe ntanetị\",\n    \"garnetz\": \"mmmmmmmmmmmmm\",\n    \"garniec\": \"mmmmmmmmmmmmm\",\n    \"garnish\": \"icho mma\",\n    \"garnished\": \"chọọ ya mma\",\n    \"garnisheeing\": \"imechi\",\n    \"garnisheement\": \"ụlọ ọrụ\",\n    \"garnishees\": \"garnishe\",\n    \"garnisheing\": \"icho ihe\",\n    \"garnishes\": \"ihe ndozi\",\n    \"garnishing\": \"icho mma\",\n    \"garnishment\": \"icho mma\",\n    \"garnishments\": \"ihe ndozi\",\n    \"garnishry\": \"ịchọ mma\",\n    \"garnison\": \"ichi aka\",\n    \"garniture\": \"ihe ndozi\",\n    \"garon\": \"ron ga\",\n    \"garoted\": \"kpaliri\",\n    \"garoting\": \"na-agbagharị\",\n    \"garred\": \"ichoro\",\n    \"garreted\": \"ichoro\",\n    \"garreteer\": \"garta\",\n    \"garrets\": \"garre\",\n    \"garring\": \"ịgha\",\n    \"garrison\": \"ogige\",\n    \"garrisoned\": \"chebere\",\n    \"garrisoning\": \"garrisons\",\n    \"garrisonism\": \"garrisons\",\n    \"garrnishable\": \"garnishable\",\n    \"garrons\": \"ihe ndozi\",\n    \"garroted\": \"amaro\",\n    \"garroters\": \"ndị na-eche nche\",\n    \"garroting\": \"ịgbanye\",\n    \"garrotted\": \"amala\",\n    \"garrotting\": \"na-egbu maramara\",\n    \"garrulity\": \"iwu\",\n    \"garrulously\": \"na-egbu egbu\",\n    \"garrulousness\": \"ogha\",\n    \"garston\": \"Garston\",\n    \"garten\": \"ukpa\",\n    \"gartered\": \"dagharịa\",\n    \"garterless\": \"enweghị atụ\",\n    \"garters\": \"ebe obibi\",\n    \"garth\": \"ekwenti\",\n    \"garthman\": \"onyechi\",\n    \"garths\": \"nke garth\",\n    \"garua\": \"garuda\",\n    \"garvance\": \"ihe ngosi\",\n    \"garveys\": \"umu nwanyi\",\n    \"gasaliers\": \"gasị\",\n    \"gasbag\": \"Akpa gas\",\n    \"gasbags\": \"Akpa gas\",\n    \"gasboat\": \"ụgbọ mmiri\",\n    \"gascoign\": \"mmanụ aignụ\",\n    \"gascoigny\": \"mmmmmmmmmmmmm\",\n    \"gascoyne\": \"mmanụ ayneụ\",\n    \"gasconaded\": \"mmanụ aconụ\",\n    \"gascons\": \"anwansị\",\n    \"gascromh\": \"mmmmmmmmmmmmm\",\n    \"gaseity\": \"ikuku\",\n    \"gaselier\": \"mmanụ gas\",\n    \"gaseliers\": \"mmanụ gas\",\n    \"gaseous\": \"gas\",\n    \"gaseously\": \"gas\",\n    \"gaseousness\": \"ikuku\",\n    \"gases\": \"gas\",\n    \"gasfiring\": \"mmanụ ụgbọala\",\n    \"gashed\": \"gbara ume\",\n    \"gashest\": \"kasị elu\",\n    \"gashful\": \"Ọchị gas\",\n    \"gashing\": \"na-agba ume\",\n    \"gashliness\": \"ikuku\",\n    \"gasholder\": \"onye nwere gas\",\n    \"gashouse\": \"ụlọ ndozi\",\n    \"gashouses\": \"ụlọ mmanụ\",\n    \"gasify\": \"mee gas\",\n    \"gasification\": \"ikpo oku\",\n    \"gasified\": \"gbanye ọkụ\",\n    \"gasifier\": \"gasfiizi\",\n    \"gasifies\": \"na-eku ume\",\n    \"gasifying\": \"gasing\",\n    \"gasking\": \"bụ mmanụ\",\n    \"gaskins\": \"Akpụkpọ anụ\",\n    \"gasless\": \"enweghị gas\",\n    \"gaslighted\": \"gbanye ọkụ\",\n    \"gaslighting\": \"ikuku ọkụ\",\n    \"gaslightness\": \"ikuku\",\n    \"gaslights\": \"ọkụ ọkụ\",\n    \"gaslike\": \"dị ka gas\",\n    \"gasmaker\": \"mmanụ ụgbọala\",\n    \"gasmen\": \"ndi gasman\",\n    \"gasogen\": \"mmanụ gas\",\n    \"gasogenes\": \"mmanụ gas\",\n    \"gasogenic\": \"ikuku\",\n    \"gasohol\": \"anwuru anwu\",\n    \"gasolene\": \"mmanụ gas\",\n    \"gasolenes\": \"mmanụ gas\",\n    \"gasolier\": \"mmanụ ụgbọala\",\n    \"gasoliery\": \"mmanụ ụgbọala\",\n    \"gasoliers\": \"mmanụ ụgbọala\",\n    \"gasoline\": \"mmanụ ụgbọala\",\n    \"gasolineless\": \"enweghị mmanụ ụgbọala\",\n    \"gasoliner\": \"mmanụ ụgbọala\",\n    \"gasolines\": \"mmanụ ụgbọala\",\n    \"gasolinic\": \"peturuolu\",\n    \"gasometer\": \"gasometa\",\n    \"gasometrical\": \"ikuku\",\n    \"gasometrically\": \"n'igwe\",\n    \"gasoscope\": \"gasoskop\",\n    \"gasp\": \"iku ume\",\n    \"gasped\": \"gbara ume\",\n    \"gasper\": \"gbanye mmanụ\",\n    \"gaspereau\": \"Okechukwu\",\n    \"gaspergous\": \"per gas gas\",\n    \"gaspy\": \"na-eku ume\",\n    \"gaspiness\": \"ịpụ mmiri ọkụ\",\n    \"gasping\": \"na-eche ume\",\n    \"gaspingly\": \"na -akụ\",\n    \"gasproof\": \"nwere mmanụ gas\",\n    \"gassed\": \"gas\",\n    \"gassendist\": \"onye anwude nwanyi\",\n    \"gasser\": \"gas\",\n    \"gassers\": \"gas\",\n    \"gasses\": \"gas\",\n    \"gassy\": \"gas\",\n    \"gassier\": \"mmanụ gas\",\n    \"gassiest\": \"kasị sie ike\",\n    \"gassiness\": \"Ọbara\",\n    \"gassing\": \"ịụ gas\",\n    \"gassings\": \"gas\",\n    \"gassit\": \"gas\",\n    \"gast\": \"afọ\",\n    \"gastaldo\": \"Ọkụ\",\n    \"gasted\": \"gbara gburugburu\",\n    \"gasteromycetous\": \"mmmmmmmmmmmmm\",\n    \"gasterosteus\": \"mmmmmmmmmmmmm\",\n    \"gasterothecal\": \"mmmmmmmmmmmmm\",\n    \"gasthauser\": \"Onyebuchi\",\n    \"gasthauses\": \"halọ oriri na ọhaụ gastụ\",\n    \"gastight\": \"imechi\",\n    \"gastightness\": \"afọ mgbu\",\n    \"gasting\": \"Ntughari\",\n    \"gastness\": \"afọ mgbu\",\n    \"gastnesses\": \"Ọrịa\",\n    \"gastornis\": \"mmmmmmmmmmmmm\",\n    \"gastornithidae\": \"eriri afọ\",\n    \"gastradenitis\": \"afọ mgbu\",\n    \"gastraea\": \"afọ igbo\",\n    \"gastraead\": \"afọchi\",\n    \"gastraeas\": \"afọ igbo\",\n    \"gastralgy\": \"afọ mgbu\",\n    \"gastralgia\": \"afọ mgbu\",\n    \"gastralgic\": \"afọ mgbu\",\n    \"gastraneuria\": \"afọ ojuju\",\n    \"gastrasthenia\": \"afọ iri\",\n    \"gastratrophia\": \"afochi\",\n    \"gastrea\": \"afọ igbo\",\n    \"gastreas\": \"afọ mgbu\",\n    \"gastrectasia\": \"afọ mgbu\",\n    \"gastrectasis\": \"afọ ọsịsa\",\n    \"gastrectomy\": \"afọ ọsịsọ\",\n    \"gastrectomies\": \"nri mgbali\",\n    \"gastrelcosis\": \"eriri afọ\",\n    \"gastricism\": \"afọ mgbu\",\n    \"gastriloquy\": \"afọ ime\",\n    \"gastriloquial\": \"afọ ime\",\n    \"gastriloquism\": \"afọ ọsịsa\",\n    \"gastriloquist\": \"onyechi\",\n    \"gastrimargy\": \"afọ ọ bụla\",\n    \"gastrins\": \"afọ ime\",\n    \"gastritic\": \"afọ mgbu\",\n    \"gastritis\": \"afọ mgbu\",\n    \"gastroadenitis\": \"eriri afọ\",\n    \"gastroadynamic\": \"Mgbanwe Agbanwe\",\n    \"gastroanastomosis\": \"eriri afọ\",\n    \"gastroarthritis\": \"eriri afọ\",\n    \"gastroatonia\": \"eriri afọ\",\n    \"gastroatrophia\": \"eriri afọ\",\n    \"gastroblennorrhea\": \"eriri afọ\",\n    \"gastrocatarrhal\": \"eriri afọ\",\n    \"gastrocele\": \"eriri afọ\",\n    \"gastrocentrous\": \"gastroentrous\",\n    \"gastrochaena\": \"eriri afọ\",\n    \"gastrocystic\": \"eriri afọ\",\n    \"gastrocystis\": \"eriri afọ\",\n    \"gastrocnemial\": \"eriri afọ\",\n    \"gastrocoele\": \"eriri afọ\",\n    \"gastrocolic\": \"eriri afọ\",\n    \"gastrocolostomy\": \"eriri afọ\",\n    \"gastrocolotomy\": \"eriri afọ\",\n    \"gastrocolpotomy\": \"eriri afọ\",\n    \"gastrodermal\": \"eriri afọ\",\n    \"gastrodermis\": \"eriri afọ\",\n    \"gastrodialysis\": \"eriri afọ\",\n    \"gastrodidymus\": \"eriri afọ\",\n    \"gastrodisc\": \"eriri afọ\",\n    \"gastrodisk\": \"eriri igwe\",\n    \"gastroelytrotomy\": \"eriri afọ\",\n    \"gastroenteralgia\": \"eriri afọ\",\n    \"gastroenteric\": \"eriri afọ\",\n    \"gastroenteritic\": \"eriri afọ\",\n    \"gastroenteritis\": \"eriri afọ\",\n    \"gastroenterocolitis\": \"eriri afọ\",\n    \"gastroenterologic\": \"eriri afọ\",\n    \"gastroenterological\": \"Ọrịa afọ\",\n    \"gastroenterologist\": \"ọkà mmụta banyere ọrịa afọ\",\n    \"gastroenterologists\": \"ndị na-amụ banyere eriri afọ\",\n    \"gastroenteroptosis\": \"eriri afọ\",\n    \"gastroenterostomy\": \"eriri afọ\",\n    \"gastroenterostomies\": \"eriri afọ\",\n    \"gastroenterotomy\": \"eriri afọ\",\n    \"gastroepiploic\": \"eriri afọ\",\n    \"gastroesophageal\": \"eriri afọ\",\n    \"gastrogastrotomy\": \"afọ ọsịsa\",\n    \"gastrogenic\": \"afọ mgbu\",\n    \"gastrogenital\": \"afọ ime\",\n    \"gastrograph\": \"eriri afọ\",\n    \"gastrohelcosis\": \"eriri afọ\",\n    \"gastrohepatic\": \"eriri afọ\",\n    \"gastrohepatitis\": \"eriri afọ\",\n    \"gastrohydrorrhea\": \"eriri afọ\",\n    \"gastrohyperneuria\": \"eriri afọ\",\n    \"gastrohypertonic\": \"eriri afọ\",\n    \"gastrohysterectomy\": \"eriri afọ\",\n    \"gastrohysteropexy\": \"eriri afọ\",\n    \"gastrohysterotomy\": \"eriri afọ\",\n    \"gastroid\": \"afọ ime\",\n    \"gastrointestinal\": \"eriri afọ\",\n    \"gastrojejunal\": \"eriri afọ\",\n    \"gastrojejunostomies\": \"eriri afọ\",\n    \"gastrolater\": \"eriri afọ\",\n    \"gastrolatrous\": \"ikuku\",\n    \"gastrolavage\": \"eriri afọ\",\n    \"gastrolienal\": \"eriri afọ\",\n    \"gastrolysis\": \"eriri afọ\",\n    \"gastrolith\": \"mmmmmmmmmmmmm\",\n    \"gastrolytic\": \"Okpukpo aru\",\n    \"gastrologer\": \"Ọrịa afọ\",\n    \"gastrology\": \"Ọrịa afọ\",\n    \"gastrological\": \"Ọrịa\",\n    \"gastrologically\": \"Ọrịa afọ\",\n    \"gastrologist\": \"Ọrịa ọrịa\",\n    \"gastrologists\": \"ndị ọkà n’ihe banyere ịkọ afọ\",\n    \"gastromancy\": \"afọ ime\",\n    \"gastromyces\": \"afọ ime\",\n    \"gastronephritis\": \"eriri afọ\",\n    \"gastronomes\": \"afọ ime\",\n    \"gastronomy\": \"afọ ime\",\n    \"gastronomic\": \"eriri afọ\",\n    \"gastronomist\": \"onye na-edozi nri\",\n    \"gastropancreatic\": \"mmmmmmmmmmmmm\",\n    \"gastropancreatitis\": \"afọ mgbu\",\n    \"gastroparietal\": \"eriri afọ\",\n    \"gastropathy\": \"Ọrịa afọ\",\n    \"gastropathic\": \"afọ ime\",\n    \"gastropexy\": \"eriri afọ\",\n    \"gastrophile\": \"Okechukwu\",\n    \"gastrophilism\": \"Ọrịa gastrophilism\",\n    \"gastrophrenic\": \"eriri afọ\",\n    \"gastrophthisis\": \"eriri afọ\",\n    \"gastroplasty\": \"eriri afọ\",\n    \"gastroplenic\": \"eriri afọ\",\n    \"gastropleuritis\": \"eriri afọ\",\n    \"gastropneumatic\": \"afọ mgbu\",\n    \"gastropod\": \"eriri afọ\",\n    \"gastropodan\": \"onyinyechi\",\n    \"gastropulmonary\": \"eriri afọ\",\n    \"gastropulmonic\": \"eriri afọ\",\n    \"gastrorrhagia\": \"afọ mgbu\",\n    \"gastrorrhaphy\": \"mmmmmmmmmmmmm\",\n    \"gastrorrhea\": \"mmmmmmmmmmmmm\",\n    \"gastroscopy\": \"afọ mgbu\",\n    \"gastroscopic\": \"afọ mgbu\",\n    \"gastroscopies\": \"afọ iri\",\n    \"gastroscopist\": \"onye na-eme ka ihe oriri\",\n    \"gastrosopher\": \"Okpukpo-nri\",\n    \"gastrosophy\": \"afọ iri\",\n    \"gastrospasm\": \"eriri afọ\",\n    \"gastrosplenic\": \"afọ ime\",\n    \"gastrostaxis\": \"afọ mgbu\",\n    \"gastrostegal\": \"eriri afọ\",\n    \"gastrostege\": \"eriri afọ\",\n    \"gastrostenosis\": \"afọ mgbu\",\n    \"gastrostomy\": \"afọ mgbu\",\n    \"gastrostomies\": \"afọ mgbu\",\n    \"gastrostomus\": \"afọ mgbu\",\n    \"gastrosuccorrhea\": \"eriri afọ\",\n    \"gastrotaxis\": \"eriri afọ\",\n    \"gastrotheca\": \"eriri afọ\",\n    \"gastrothecal\": \"eriri afọ\",\n    \"gastrotympanites\": \"eriri afọ\",\n    \"gastrotome\": \"eriri afọ\",\n    \"gastrotomy\": \"eriri afọ\",\n    \"gastrotomic\": \"eriri afọ\",\n    \"gastrotomies\": \"eriri afọ\",\n    \"gastrotrich\": \"eriri afọ\",\n    \"gastrotricha\": \"eriri afọ\",\n    \"gastrotrichan\": \"eriri afọ\",\n    \"gastrotubotomy\": \"eriri afọ\",\n    \"gastroxynsis\": \"eriri afọ\",\n    \"gastrozooid\": \"Gziozooid\",\n    \"gasts\": \"gast\",\n    \"gasworker\": \"arụ ọrụ gas\",\n    \"gasworks\": \"arụ ọrụ gas\",\n    \"gat\": \"bia\",\n    \"gatch\": \"nwude\",\n    \"gate\": \"Ọnụ ụzọ\",\n    \"gateado\": \"n'ọnụ ụzọ ámá\",\n    \"gateage\": \"n'ọnụ ụzọ\",\n    \"gateau\": \"ọnụ ụzọ ámá\",\n    \"gateaux\": \"ọnụ ụzọ ámá\",\n    \"gatecrasher\": \"Onụzo ihu\",\n    \"gatecrashers\": \"ọnụ ụzọ ámá\",\n    \"gated\": \"ụzọ\",\n    \"gatefold\": \"n'ọnụ ụzọ ámá\",\n    \"gatefolds\": \"oghere ụzọ\",\n    \"gatehouse\": \"n'ọnụ ụzọ ámá\",\n    \"gatehouses\": \"n'ọnụ ụzọ ámá\",\n    \"gatekeep\": \"ọnụ ụzọ\",\n    \"gatekeeper\": \"onye nche ọnụ ụzọ\",\n    \"gatekeepers\": \"ndị nche ọnụ ụzọ ámá\",\n    \"gateless\": \"enweghị ọnụ ụzọ\",\n    \"gatelike\": \"kpọkọta\",\n    \"gatemaker\": \"nchịkọta\",\n    \"gateman\": \"chịkọta\",\n    \"gatemen\": \"chịkọta\",\n    \"gatepost\": \"inuaoto\",\n    \"gateposts\": \"ibo ụzọ\",\n    \"gater\": \"okpu\",\n    \"gates\": \"ọnụ ụzọ ámá\",\n    \"gatetender\": \"kpokọta\",\n    \"gateway\": \"ọnụ ụzọ ámá\",\n    \"gatewaying\": \"uzo\",\n    \"gatewayman\": \"Onwuchekwa\",\n    \"gatewaymen\": \"ndị ụzọ ụzọ\",\n    \"gateways\": \"ọnụ ụzọ ámá\",\n    \"gateward\": \"n'ọnụ ụzọ\",\n    \"gatewards\": \"n'ọnụ ụzọ\",\n    \"gatewise\": \"n'ọnụ ụzọ ụzọ\",\n    \"gatewoman\": \"nwanyị\",\n    \"gateworks\": \"ọrụ ọnụ ụzọ ámá\",\n    \"gatewright\": \"ụzọ\",\n    \"gatha\": \"bia\",\n    \"gather\": \"kpokọta\",\n    \"gatherable\": \"ekpokọta\",\n    \"gathered\": \"gbakọtara\",\n    \"gatherer\": \"onye nchikota\",\n    \"gatherers\": \"ndị nchịkọta\",\n    \"gathering\": \"ịchịkọta\",\n    \"gatherings\": \"nzukọ\",\n    \"gathers\": \"achịkọta\",\n    \"gatherum\": \"mkpokọta\",\n    \"gating\": \"na-egwu mmiri\",\n    \"gatling\": \"na-achịkọta\",\n    \"gator\": \"okpu\",\n    \"gats\": \"enwu\",\n    \"gatsby\": \"mmmmmmmmmmmm\",\n    \"gatten\": \"kpokọta\",\n    \"gatter\": \"kpokọta\",\n    \"gatteridge\": \"nchikota\",\n    \"gaud\": \"ndokwa\",\n    \"gaudery\": \"Ogwugwu\",\n    \"gaudful\": \"ekwupụta\",\n    \"gaudy\": \"ekwupụta-okwu\",\n    \"gaudier\": \"igwe oku\",\n    \"gaudiness\": \"ekwupụtala\",\n    \"gaudish\": \"Okechukwu\",\n    \"gaudless\": \"enweghị atụ\",\n    \"gauds\": \"ekwt\",\n    \"gaudsman\": \"Onyinyechukwu\",\n    \"gauffered\": \"gauffere\",\n    \"gauge\": \"nlele\",\n    \"gaugeable\": \"nlele\",\n    \"gauged\": \"Nyocha\",\n    \"gaugers\": \"ihe nlere\",\n    \"gauging\": \"uggha\",\n    \"gaul\": \"Gaul\",\n    \"gaulic\": \"Gaulic\",\n    \"gaullism\": \"Gaullism\",\n    \"gaulsh\": \"Gaulsh\",\n    \"gaults\": \"mmeghari\",\n    \"gaumless\": \"enweghị\",\n    \"gaumlike\": \"gaum dị\",\n    \"gaums\": \"gaum\",\n    \"gaunted\": \"gaunter\",\n    \"gauntest\": \"gauntlet\",\n    \"gaunty\": \"gaunt\",\n    \"gauntleting\": \"na-agbagharị\",\n    \"gauntness\": \"ekwenti\",\n    \"gauping\": \"upgha\",\n    \"gaurian\": \"Gaurian\",\n    \"gauric\": \"Uzochi\",\n    \"gaussbergite\": \"Gaussbergite\",\n    \"gaussmeter\": \"gaussmita\",\n    \"gave\": \"nyere\",\n    \"gavelage\": \"nyefeela\",\n    \"gaveled\": \"nyere\",\n    \"gaveler\": \"onye nyere ihe\",\n    \"gavelet\": \"nyere\",\n    \"gaveling\": \"Ekwuru\",\n    \"gavelkinder\": \"Gavelkinder\",\n    \"gavelled\": \"gharịị\",\n    \"gavelling\": \"inye ihe\",\n    \"gavelman\": \"Onyeka Onwenu\",\n    \"gavelmen\": \"ndiegwu\",\n    \"gavelock\": \"nyere\",\n    \"gavelocks\": \"gbachiri\",\n    \"gavotted\": \"Ekwere\",\n    \"gavotting\": \"Ohere\",\n    \"gawking\": \"ịtọ\",\n    \"gazania\": \"Gazania\",\n    \"gaze\": \"na-ele anya\",\n    \"gazeboes\": \"gazebos\",\n    \"gazed\": \"legide anya\",\n    \"gazeful\": \"legide anya\",\n    \"gazeless\": \"mgbada\",\n    \"gazelle\": \"mgbada\",\n    \"gazellelike\": \"dika nne-ewu\",\n    \"gazelles\": \"mgbada\",\n    \"gazement\": \"anya\",\n    \"gazers\": \"mgbada\",\n    \"gazes\": \"na-ele\",\n    \"gazetted\": \"Ochie\",\n    \"gazetting\": \"Nkọwa\",\n    \"gazing\": \"na-ele anya\",\n    \"gazingly\": \"na-ele anya\",\n    \"gazingstock\": \"na-ele anya\",\n    \"gazometer\": \"gazometa\",\n    \"gconv\": \"ịtọ\",\n    \"gconvert\": \"gconver\",\n    \"gds\": \"Odogwu\",\n    \"gear\": \"gia\",\n    \"gearcase\": \"akpa akwa\",\n    \"gearcases\": \"ngwa\",\n    \"geared\": \"haziri\",\n    \"gearless\": \"akpachapụghị anya\",\n    \"gearman\": \"gia\",\n    \"gears\": \"Kwadobe\",\n    \"gearset\": \"gia\",\n    \"gearshift\": \"nnofega gia\",\n    \"gearshifts\": \"gia na-agbanwe\",\n    \"gearwheels\": \"gia ụkwụ\",\n    \"geaster\": \"ikuku mmiri\",\n    \"geck\": \"agụ ụlọ\",\n    \"gecked\": \"gbanye mkpọrọgwụ\",\n    \"gecko\": \"agụ ụlọ\",\n    \"geckoes\": \"agụ ụlọ\",\n    \"geckoid\": \"agụ ụlọ\",\n    \"geckos\": \"agụ ụlọ\",\n    \"geckotian\": \"agụ ụlọ\",\n    \"gecks\": \"gọọk\",\n    \"gedackt\": \"chukwunyere\",\n    \"gedanite\": \"Gedanite\",\n    \"gedds\": \"akwa\",\n    \"gedeckt\": \"mmmmmmmmmmmm\",\n    \"gederathite\": \"Gederathite\",\n    \"gederite\": \"Gederite\",\n    \"geds\": \"okporo\",\n    \"geeing\": \"ịnyịnya\",\n    \"gegenion\": \"mmmmmmmmmmmmm\",\n    \"gegg\": \"ige\",\n    \"gegger\": \"igwu\",\n    \"geggery\": \"ịgba arụ\",\n    \"geyser\": \"giiza\",\n    \"gel\": \"jel\",\n    \"gelable\": \"jelọọ\",\n    \"gelastic\": \"ọkpụrụkpụ\",\n    \"gelate\": \"gelatin\",\n    \"gelated\": \"kpaliri\",\n    \"gelates\": \"gelatin\",\n    \"gelatification\": \"mmezi\",\n    \"gelatined\": \"gelatine\",\n    \"gelatines\": \"gelatine\",\n    \"gelating\": \"gelatin\",\n    \"gelations\": \"jii\",\n    \"geld\": \"jidere\",\n    \"geldability\": \"nkwenye\",\n    \"geldant\": \"ekwere\",\n    \"gelded\": \"jidere\",\n    \"gelder\": \"jelder\",\n    \"gelders\": \"jelita\",\n    \"geldesprung\": \"mmmmmmmmmmmmm\",\n    \"gelding\": \"na-akwado\",\n    \"geldings\": \"ịgba akwụkwọ\",\n    \"gelds\": \"ọwa\",\n    \"gelidity\": \"ikuku\",\n    \"gelidness\": \"ịda mba\",\n    \"gell\": \"jelii\",\n    \"gelled\": \"gel\",\n    \"gellert\": \"mmmmmmmmmmmm\",\n    \"gelly\": \"jelii\",\n    \"gelling\": \"na-ekwupụta\",\n    \"gelndesprung\": \"chukwunonso\",\n    \"gelotometer\": \"gelotometa\",\n    \"gels\": \"jel\",\n    \"gelsemia\": \"Gelsemia\",\n    \"gelsemic\": \"gelsemik\",\n    \"gelsemin\": \"Uchenna\",\n    \"gelseminic\": \"Gelseminic\",\n    \"gelseminine\": \"nwanyi\",\n    \"gelt\": \"gel\",\n    \"gelts\": \"ọwa\",\n    \"gem\": \"mkpuru\",\n    \"gemel\": \"mkpuru\",\n    \"gemeled\": \"emechu ihu\",\n    \"gemelled\": \"bara nnukwu uru\",\n    \"gemellion\": \"ọkaibe\",\n    \"gemellione\": \"mgbakasi\",\n    \"gemels\": \"mkpuru\",\n    \"geminally\": \"nke nwanyi\",\n    \"geminate\": \"ime nwanyi\",\n    \"geminated\": \"gemin\",\n    \"geminately\": \"dị ka nwanyị\",\n    \"geminates\": \"ụmụ nwanyị\",\n    \"geminating\": \"na-eme ihe nkiri\",\n    \"gemination\": \"mmechi\",\n    \"geminations\": \"ụmụ nwanyị\",\n    \"geminative\": \"na-eme ka nwanyi\",\n    \"geminis\": \"ụmụ nwanyị\",\n    \"gemitores\": \"ọla\",\n    \"gemitorial\": \"izu oke\",\n    \"gemless\": \"enweghị atụ\",\n    \"gemlich\": \"mkpuru\",\n    \"gemlike\": \"mkpuru\",\n    \"gemmate\": \"mkpuru\",\n    \"gemmated\": \"ichikota\",\n    \"gemmates\": \"ndị enyi\",\n    \"gemmating\": \"na-eri ihe\",\n    \"gemmation\": \"ọgbụgba\",\n    \"gemmative\": \"isemeri\",\n    \"gemmed\": \"chibem\",\n    \"gemmel\": \"mkpuru\",\n    \"gemmeous\": \"nwanyị\",\n    \"gemmer\": \"mkpuru\",\n    \"gemmery\": \"izu ike\",\n    \"gemmy\": \"mkpuru\",\n    \"gemmiferous\": \"ọmarịcha\",\n    \"gemmiferousness\": \"ekene mu\",\n    \"gemmification\": \"ichikota\",\n    \"gemminess\": \"izu oke\",\n    \"gemming\": \"ịtụ ụjọ\",\n    \"gemmiparously\": \"itughe\",\n    \"gemmologist\": \"ọkà mmụta banyere ụmụ nwanyị\",\n    \"gemmulation\": \"mgbali\",\n    \"gemologist\": \"ọkà mmụta gemo\",\n    \"gemologists\": \"ndị gemologists\",\n    \"gemonies\": \"ichiiche\",\n    \"gemot\": \"mkpuru\",\n    \"gemote\": \"mkpuru\",\n    \"gemotes\": \"bara uru\",\n    \"gemots\": \"bara nnukwu uru\",\n    \"gems\": \"bara nnukwu uru\",\n    \"gemsboks\": \"amaara\",\n    \"gemsbuck\": \"nnukwu ọnụ\",\n    \"gemsbucks\": \"amaara\",\n    \"gemse\": \"mkpuru\",\n    \"gemses\": \"mkpuru\",\n    \"gemstone\": \"nnukwu nkume\",\n    \"gemstones\": \"nkume dị oké ọnụ ahịa\",\n    \"gemuetlich\": \"gemutlich\",\n    \"gen\": \"Jen\",\n    \"genappe\": \"pụta ìhè\",\n    \"genapping\": \"ezé\",\n    \"genarch\": \"genachi\",\n    \"genarchship\": \"ịchịisi\",\n    \"gender\": \"okike\",\n    \"gendered\": \"amala\",\n    \"genderer\": \"nwoke ma obu nwanyi\",\n    \"gendering\": \"mmụọ\",\n    \"genderless\": \"enweghị okike\",\n    \"genders\": \"nwoke na nwanyi\",\n    \"gene\": \"mkpụrụ ndụ ihe nketa\",\n    \"geneal\": \"usoro ọmụmụ\",\n    \"genealogy\": \"usoro ọmụmụ\",\n    \"genealogic\": \"usoro ọmụmụ\",\n    \"genealogical\": \"usoro ọmụmụ\",\n    \"genealogically\": \"usoro ọmụmụ\",\n    \"genealogies\": \"usoro ọmụmụ\",\n    \"genealogist\": \"omumu ihe omumu\",\n    \"genealogists\": \"usoro ọmụmụ\",\n    \"genealogize\": \"depụta usoro ọmụmụ\",\n    \"genealogizer\": \"usoro ọmụmụ\",\n    \"genearch\": \"usoro\",\n    \"geneat\": \"mkpụrụ ndụ\",\n    \"genecology\": \"usoro ọmụmụ\",\n    \"genecologic\": \"usoro ọmụmụ\",\n    \"genecological\": \"usoro ọmụmụ\",\n    \"genecologically\": \"usoro ọmụmụ\",\n    \"genecologist\": \"dibia maka umu nwanyi\",\n    \"genecor\": \"onyinye\",\n    \"geneki\": \"genepi\",\n    \"genep\": \"genepi\",\n    \"genera\": \"izugbe\",\n    \"generability\": \"emesapụ aka\",\n    \"generable\": \"izugbe\",\n    \"generableness\": \"emesapụ aka\",\n    \"general\": \"izugbe\",\n    \"generalate\": \"omumu ihe\",\n    \"generalcy\": \"izugbe\",\n    \"generalcies\": \"izugbe\",\n    \"generale\": \"omumu\",\n    \"generalific\": \"izugbe\",\n    \"generalisation\": \"izugbe\",\n    \"generalise\": \"izugbe\",\n    \"generalised\": \"n'ozuzu\",\n    \"generaliser\": \"onye isi\",\n    \"generalising\": \"izugbe\",\n    \"generalism\": \"izugbe\",\n    \"generalissima\": \"izugbe\",\n    \"generalissimo\": \"izugbe\",\n    \"generalissimos\": \"izugbe\",\n    \"generalist\": \"onye izugbe\",\n    \"generalistic\": \"izugbe\",\n    \"generalists\": \"ndi izugbe\",\n    \"generaliter\": \"onye isi\",\n    \"generality\": \"izugbe\",\n    \"generalities\": \"izugbe\",\n    \"generalization\": \"izugbe\",\n    \"generalizations\": \"n'ozuzu\",\n    \"generalize\": \"izugbe\",\n    \"generalizeable\": \"n'ozuzu\",\n    \"generalized\": \"n'ozuzu\",\n    \"generalizers\": \"ndị isi\",\n    \"generalizes\": \"n'ozuzu ya\",\n    \"generalizing\": \"izugbe\",\n    \"generall\": \"izugbe\",\n    \"generally\": \"n'ozuzu\",\n    \"generalness\": \"izugbe\",\n    \"generals\": \"ndị isi\",\n    \"generalship\": \"izugbe\",\n    \"generalships\": \"n'ozuzu\",\n    \"generalty\": \"izugbe\",\n    \"generant\": \"emesapụ aka\",\n    \"generate\": \"n'ịwa\",\n    \"generated\": \"eme\",\n    \"generater\": \"omumu ihe\",\n    \"generates\": \"site na\",\n    \"generating\": \"na-amụba\",\n    \"generation\": \"ọgbọ\",\n    \"generational\": \"emana\",\n    \"generationism\": \"ọgbọ\",\n    \"generations\": \"emana\",\n    \"generative\": \"omumu\",\n    \"generatively\": \"omumu\",\n    \"generativeness\": \"mmesapụ aka\",\n    \"generator\": \"jenerato\",\n    \"generators\": \"ndị na-enye ọkụ\",\n    \"generatrices\": \"usoro\",\n    \"generic\": \"ọnụọgụ\",\n    \"genericalness\": \"mkpụrụ ndụ ihe nketa\",\n    \"genericness\": \"ọnụọgụ\",\n    \"generics\": \"mkpụrụ ndụ ihe nketa\",\n    \"generification\": \"ihe omumu\",\n    \"generosity\": \"mmesapụ aka\",\n    \"generosities\": \"mmesapụ aka\",\n    \"generous\": \"emesapụ aka\",\n    \"generously\": \"mmesapụ aka\",\n    \"generousness\": \"mmesapụ aka\",\n    \"genes\": \"mkpụrụ ndụ ihe nketa\",\n    \"geneserin\": \"mkpụrụ ndụ\",\n    \"geneserine\": \"mkpụrụ ndụ ihe nketa\",\n    \"geneses\": \"mkpụrụ ndụ ihe nketa\",\n    \"genesial\": \"mkpụrụ ndụ ihe nketa\",\n    \"genesic\": \"mkpụrụ ndụ ihe nketa\",\n    \"genesiology\": \"mkpụrụ ndụ ihe nketa\",\n    \"genesis\": \"Jenesis\",\n    \"genesitic\": \"mkpụrụ ndụ ihe nketa\",\n    \"genet\": \"mkpụrụ ndụ ihe nketa\",\n    \"genethlialogy\": \"mkpụrụ ndụ ihe nketa\",\n    \"genethlialogical\": \"mkpụrụ ndụ ihe nketa\",\n    \"genethlic\": \"mkpụrụ ndụ ihe nketa\",\n    \"genetic\": \"mkpụrụ ndụ ihe nketa\",\n    \"genetical\": \"mkpụrụ ndụ ihe nketa\",\n    \"genetically\": \"mkpụrụ ndụ ihe nketa\",\n    \"geneticism\": \"mkpụrụ ndụ ihe nketa\",\n    \"geneticist\": \"mkpụrụ ndụ ihe nketa\",\n    \"geneticists\": \"mkpụrụ ndụ ihe nketa\",\n    \"genetics\": \"mkpụrụ ndụ ihe nketa\",\n    \"genetmoil\": \"mkpụrụ ndụ ihe nketa\",\n    \"genetous\": \"mkpụrụ ndụ ihe nketa\",\n    \"genetrix\": \"mkpụrụ ndụ ihe nketa\",\n    \"genets\": \"mkpụrụ ndụ ihe nketa\",\n    \"genette\": \"mkpụrụ ndụ\",\n    \"genettes\": \"mkpụrụ ndụ ihe nketa\",\n    \"geneura\": \"Geneura\",\n    \"genevese\": \"inye\",\n    \"genevieve\": \"onye ike\",\n    \"genevois\": \"ntule\",\n    \"genevoise\": \"onyinye\",\n    \"genialize\": \"mezie ihe\",\n    \"genian\": \"Nwosu\",\n    \"genically\": \"mkpụrụ ndụ ihe nketa\",\n    \"geniculate\": \"lekọtara\",\n    \"geniculated\": \"lekọtara\",\n    \"geniculately\": \"lekọtara\",\n    \"geniculation\": \"ịmalite ịmụ ihe\",\n    \"geniculum\": \"ihe omumu\",\n    \"genies\": \"mkpụrụ ndụ ihe nketa\",\n    \"genin\": \"mkpụrụ ndụ ihe nketa\",\n    \"genip\": \"mkpụrụ ndụ\",\n    \"genips\": \"ọnụọgụ\",\n    \"genitals\": \"akụkụ ahụ\",\n    \"geniting\": \"ịmalite\",\n    \"genitive\": \"omumu ihe\",\n    \"genitives\": \"ihe omuma\",\n    \"genitor\": \"amaka\",\n    \"genitorial\": \"omumu ihe\",\n    \"genitors\": \"ihe omumu\",\n    \"geniture\": \"ikike\",\n    \"genitures\": \"mkpụrụ ndụ\",\n    \"genius\": \"ọgụgụ isi\",\n    \"geniuses\": \"amamihe\",\n    \"genocidal\": \"mgbukpọ\",\n    \"genocide\": \"mgbukpọ\",\n    \"genocides\": \"mgbukpọ\",\n    \"genoese\": \"genoise\",\n    \"genom\": \"mkpụrụ ndụ ihe nketa\",\n    \"genome\": \"mkpụrụ ndụ ihe nketa\",\n    \"genoms\": \"genomes\",\n    \"genres\": \"genre\",\n    \"gensengs\": \"mmmmmmmmmmmmm\",\n    \"genson\": \"uchechukwu\",\n    \"gent\": \"Gent\",\n    \"genteelism\": \"okpu\",\n    \"genteelize\": \"mee ka okwua\",\n    \"genteelly\": \"ịdị nwayọ\",\n    \"genteelness\": \"ịdị nwayọọ\",\n    \"genty\": \"Nwokeji\",\n    \"gentians\": \"iansmụ nwoke\",\n    \"gentile\": \"mba\",\n    \"gentiledom\": \"gentilyom\",\n    \"gentiles\": \"ndị mba ọzọ\",\n    \"gentilesse\": \"mba niile\",\n    \"gentilism\": \"okpu\",\n    \"gentility\": \"ịdị nro\",\n    \"gentilities\": \"mba\",\n    \"gentilitious\": \"dị egwu\",\n    \"gentilization\": \"edemede\",\n    \"gentilize\": \"mee ka okwu bawanye\",\n    \"gentisate\": \"nwee ike\",\n    \"gentle\": \"dị nwayọọ\",\n    \"gentled\": \"nwee ọmịiko\",\n    \"gentlefolk\": \"dị nwayọọ\",\n    \"gentlefolks\": \"dị nwayọọ\",\n    \"gentlehearted\": \"dị nwayọọ\",\n    \"gentleheartedly\": \"jiri nwayọ\",\n    \"gentleheartedness\": \"ịdị nwayọọ\",\n    \"gentlehood\": \"ịdị nwayọọ\",\n    \"gentleman\": \"nwa amadi\",\n    \"gentlemanhood\": \"ịdị nwayọọ\",\n    \"gentlemanism\": \"ịdị nwayọ\",\n    \"gentlemanize\": \"mee mba\",\n    \"gentlemanly\": \"dị nwayọọ\",\n    \"gentlemanlike\": \"dị ka nwoke\",\n    \"gentlemanlikeness\": \"ịdị nwayọ\",\n    \"gentlemanliness\": \"ịdị nwayọọ\",\n    \"gentlemanship\": \"okpu eze\",\n    \"gentlemen\": \"ndi nwe anyi\",\n    \"gentlemens\": \"ndi nwe anyi\",\n    \"gentlemouthed\": \"dị nwayọọ\",\n    \"gentleness\": \"ịdị nwayọọ\",\n    \"gentlepeople\": \"ndị mmadụ\",\n    \"gentler\": \"dị nro\",\n    \"gentles\": \"Gentle\",\n    \"gentleship\": \"ịbụ eze\",\n    \"gentlest\": \"dị nro\",\n    \"gentlewoman\": \"nwaanyi\",\n    \"gentlewomanhood\": \"ịdị nwayọ\",\n    \"gentlewomanish\": \"nwaanyi\",\n    \"gentlewomanly\": \"nwaanyi\",\n    \"gentlewomanlike\": \"nwaanyi\",\n    \"gentlewomanliness\": \"ịdị nwayọ\",\n    \"gentlewomen\": \"ụmụ nwanyị\",\n    \"gently\": \"nwayọ\",\n    \"gentling\": \"dị nwayọọ\",\n    \"gentman\": \"nwoke\",\n    \"gentrices\": \"mba\",\n    \"gentries\": \"mba\",\n    \"gentrification\": \"okpomoku\",\n    \"genu\": \"ezigbo\",\n    \"genuflected\": \"kenyere aka\",\n    \"genuflecting\": \"imepụta ihe\",\n    \"genuine\": \"ezigbo\",\n    \"genuinely\": \"ezi\",\n    \"genuineness\": \"ezigbo\",\n    \"genupectoral\": \"ezi obi\",\n    \"geochemical\": \"ihe omumu\",\n    \"geochemist\": \"ọkà mmụta banyere mmiri\",\n    \"geochemistry\": \"ihe omumu banyere ala\",\n    \"geochemists\": \"ndị ọkà mmụta mbara ala\",\n    \"geochronology\": \"ihe omumu banyere ala\",\n    \"geochronological\": \"ihe omumu banyere ala\",\n    \"geochronologist\": \"ọkà mmụta banyere ala\",\n    \"geocratic\": \"ọchịchị\",\n    \"geod\": \"okpu\",\n    \"geodal\": \"jodal\",\n    \"geodes\": \"okporo\",\n    \"geodesic\": \"mmeghari\",\n    \"geodesists\": \"geodesist\",\n    \"geodetical\": \"ọdịdị ala\",\n    \"geodetician\": \"ihe omumu\",\n    \"geodetics\": \"ọdịdị ala\",\n    \"geodic\": \"iwu\",\n    \"geodynamicist\": \"ọkà mmụta sayensị\",\n    \"geodist\": \"ọkà mmụta ihe banyere ala\",\n    \"geoemtry\": \"jiometrị\",\n    \"geoffrey\": \"alaeze\",\n    \"geoffroyin\": \"geoffroyi\",\n    \"geoffroyine\": \"geoffroyi\",\n    \"geoform\": \"ọdịdị ala\",\n    \"geographer\": \"ọkà mmụta mbara ala\",\n    \"geographers\": \"ndị na-amụ banyere ọdịdị ala\",\n    \"geography\": \"ọdịdị ala\",\n    \"geographic\": \"ala\",\n    \"geographical\": \"ala\",\n    \"geographics\": \"ala\",\n    \"geographies\": \"ala\",\n    \"geographize\": \"ala\",\n    \"geohydrologist\": \"ọkà mmụta banyere mmiri\",\n    \"geological\": \"ala\",\n    \"geologician\": \"ọkà mmụta banyere ala\",\n    \"geologies\": \"ala\",\n    \"geologising\": \"ihe omumu\",\n    \"geologist\": \"ọkà mmụta banyere ala\",\n    \"geologists\": \"ndị ọkà mmụta banyere mbara ala\",\n    \"geologizing\": \"geologizing mba\",\n    \"geom\": \"jia\",\n    \"geomance\": \"jikwaa\",\n    \"geomant\": \"jisie ike\",\n    \"geomechanics\": \"ihe omumu ala\",\n    \"geometdecrne\": \"jiometdecrne\",\n    \"geometer\": \"geometa\",\n    \"geometers\": \"geomita\",\n    \"geometry\": \"jiometrị\",\n    \"geometric\": \"jiometrị\",\n    \"geometricians\": \"ndị geometrician\",\n    \"geometricism\": \"jiometrị\",\n    \"geometricize\": \"jiometrị\",\n    \"geometrid\": \"jiometrị\",\n    \"geometries\": \"jiometrị\",\n    \"geometrina\": \"jiometrina\",\n    \"geometrine\": \"jiometrị\",\n    \"geometrise\": \"jiometrị\",\n    \"geometrised\": \"jiometrị\",\n    \"geometrized\": \"jiometrị\",\n    \"geomorphologist\": \"ọkà mmụta ihe banyere ụwa\",\n    \"geon\": \"jon\",\n    \"geophysicists\": \"ndị ọkà mmụta ihe banyere mbara ala\",\n    \"geophysics\": \"ihe omumu\",\n    \"geopolitist\": \"ọkà mmụta gburugburu ụwa\",\n    \"georgian\": \"onye Georgia\",\n    \"georgians\": \"ndị Georgia\",\n    \"georgics\": \"georgik\",\n    \"geoscientists\": \"ndị na-amụ banyere ọdịdị ala\",\n    \"geotechnic\": \"alaeze\",\n    \"geotectology\": \"geotechnology\",\n    \"geotectonically\": \"geo tectonically\",\n    \"geothermally\": \"okpomoku\",\n    \"geothermic\": \"ikuku ala\",\n    \"geothermometer\": \"okpomoku\",\n    \"gerah\": \"gera\",\n    \"gerald\": \"Gerald\",\n    \"geranomorphae\": \"araneomorphae\",\n    \"geranomorphic\": \"geomorphic\",\n    \"gerard\": \"ndokwa\",\n    \"gerardias\": \"gerard si\",\n    \"gerate\": \"kpọọ\",\n    \"gerated\": \"arụ ọrụ\",\n    \"gerately\": \"n'egburu\",\n    \"gercrow\": \"iwu\",\n    \"gerendum\": \"onyinye\",\n    \"gerful\": \"na-ama jijiji\",\n    \"gerhardtite\": \"amaokwu\",\n    \"geriatric\": \"erira ọcha\",\n    \"geriatrician\": \"onye geriatric\",\n    \"geriatrics\": \"akwara\",\n    \"geriatrist\": \"onye geriatrist\",\n    \"geryonia\": \"geriona\",\n    \"gerland\": \"obodo german\",\n    \"germ\": \"German\",\n    \"germain\": \"German\",\n    \"germal\": \"German\",\n    \"german\": \"German\",\n    \"germander\": \"okpu\",\n    \"germanesque\": \"mmmmmmmmmmmmm\",\n    \"germanhood\": \"Asụsụ\",\n    \"germany\": \"Jamani\",\n    \"germania\": \"Jamanị\",\n    \"germanic\": \"German\",\n    \"germanically\": \"germany\",\n    \"germanics\": \"germanik\",\n    \"germanies\": \"nke izizi\",\n    \"germanify\": \"izipu\",\n    \"germanification\": \"mmuta\",\n    \"germanyl\": \"mmmmmmmmmmmmm\",\n    \"germanish\": \"German\",\n    \"germanist\": \"German\",\n    \"germanity\": \"mbido\",\n    \"germanize\": \"izizi\",\n    \"germanness\": \"nje\",\n    \"germanocentric\": \"mmmmmmmmmmmmm\",\n    \"germanomania\": \"Asụsụ Germanomania\",\n    \"germanomaniac\": \"mmmmmmmmmmmmm\",\n    \"germanophile\": \"Nnenna\",\n    \"germanophobe\": \"mmmmmmmmmmmmm\",\n    \"germans\": \"ndị Jamanị\",\n    \"germantown\": \"mbido\",\n    \"germen\": \"ndị Jamanị\",\n    \"germens\": \"nje\",\n    \"germfree\": \"enweghị nsogbu\",\n    \"germicidal\": \"nje\",\n    \"germicide\": \"ogbugbu\",\n    \"germicides\": \"nje\",\n    \"germiest\": \"kacha mma\",\n    \"germin\": \"nwa osisi\",\n    \"germinally\": \"germinal\",\n    \"germinance\": \"nje\",\n    \"germinancy\": \"mmalite\",\n    \"germinate\": \"igba\",\n    \"germinated\": \"igba\",\n    \"germinates\": \"germination\",\n    \"germinating\": \"na-amị mkpụrụ\",\n    \"germinations\": \"nje\",\n    \"germiparous\": \"na-amị mkpụrụ\",\n    \"germless\": \"enweghị nsogbu\",\n    \"germling\": \"na-agba agba\",\n    \"germproof\": \"na-egbochi\",\n    \"germs\": \"nje\",\n    \"gernitz\": \"mmmmmmmmmmmm\",\n    \"gerodontic\": \"nteke\",\n    \"gerodontics\": \"nchịkwa\",\n    \"gerontologists\": \"ndị ọkà mmụta sayensị\",\n    \"gerontotherapy\": \"ọgwụgwọ ọrịa\",\n    \"gerontotherapies\": \"ọgwụgwọ ọrịa\",\n    \"gerres\": \"nje\",\n    \"gerrymander\": \"onye nzuzu\",\n    \"gerrymandered\": \"a gaferela\",\n    \"gerrymanderer\": \"onye na-egbu egbu\",\n    \"gerrymandering\": \"igbanwe\",\n    \"gerrymanders\": \"ndị na-egbu egbu\",\n    \"gersdorffite\": \"mmmmmmmmmmmmm\",\n    \"gerunds\": \"na-agbasi ike\",\n    \"gerusia\": \"Jerusia\",\n    \"gervais\": \"nje\",\n    \"gervas\": \"nje\",\n    \"gervase\": \"nje\",\n    \"gesith\": \"jisith\",\n    \"gesithcund\": \"mmmmmmmmmmmmm\",\n    \"gesling\": \"na-agbatị\",\n    \"gesnerian\": \"Gesnerian\",\n    \"gesning\": \"na-eme ihe\",\n    \"gess\": \"ikwuru\",\n    \"gest\": \"idina\",\n    \"gestant\": \"onyechi\",\n    \"gestate\": \"gestet\",\n    \"gestated\": \"gestet\",\n    \"gestating\": \"gesting\",\n    \"gestation\": \"mmekorita\",\n    \"gestational\": \"ọmụmụ\",\n    \"gestations\": \"mmeghari\",\n    \"gestative\": \"tugharia\",\n    \"gested\": \"gburu\",\n    \"gesten\": \"amụrụ\",\n    \"gester\": \"mmegharị ahụ\",\n    \"gestes\": \"mmeghari\",\n    \"gestic\": \"na-ahụ n'anya\",\n    \"gesticulacious\": \"ịesticụ ọgwụ\",\n    \"gesticulant\": \"ntek emi\",\n    \"gesticular\": \"ogwugwo\",\n    \"gesticularious\": \"okechukwu\",\n    \"gesticulate\": \"ntek emi\",\n    \"gesticulated\": \"na-egbu egbu\",\n    \"gesticulates\": \"na-egbu egbu\",\n    \"gesticulating\": \"na-egbu egbu\",\n    \"gesticulation\": \"ịesticụ ọgwụ\",\n    \"gesticulations\": \"ogwe aka\",\n    \"gesticulatively\": \"inyocha\",\n    \"gesticulatory\": \"na-agwọ ọrịa\",\n    \"gestion\": \"ogbugba\",\n    \"gestning\": \"estgba ume\",\n    \"gestor\": \"idughari\",\n    \"gesture\": \"mmegharị ahụ\",\n    \"gestured\": \"ogbugbu\",\n    \"gestureless\": \"ekpughere\",\n    \"gesturer\": \"mmeghari\",\n    \"gesturers\": \"mmegharị anya\",\n    \"gestures\": \"mmegharị ahụ\",\n    \"gesturing\": \"imeghari\",\n    \"get\": \"nweta\",\n    \"geta\": \"nweta\",\n    \"getable\": \"nweta\",\n    \"getatability\": \"nweta\",\n    \"getaway\": \"pụọ\",\n    \"getfd\": \"Nweta\",\n    \"gether\": \"nweta\",\n    \"getic\": \"oria\",\n    \"getid\": \"nweta\",\n    \"getling\": \"gbaa\",\n    \"getmesost\": \"nweta\",\n    \"getmjlkost\": \"Nweta Ikechukwu\",\n    \"getpenny\": \"nnweta\",\n    \"gets\": \"na-enweta\",\n    \"getspa\": \"getpa\",\n    \"getspace\": \"Ohere\",\n    \"getsul\": \"na-enweta\",\n    \"gettableness\": \"Nwunye\",\n    \"getter\": \"tinye\",\n    \"gettered\": \"juru ebe niile\",\n    \"gettering\": \"na-agba agba\",\n    \"getters\": \"ndị mbata\",\n    \"getting\": \"na-enweta\",\n    \"gettings\": \"nku\",\n    \"getup\": \"bilie\",\n    \"getups\": \"nweta\",\n    \"gez\": \"gz\",\n    \"ghanaian\": \"Ghanayan\",\n    \"ghanaians\": \"ndị Ghana\",\n    \"ghanian\": \"Ghanyan\",\n    \"gharry\": \"okpu\",\n    \"gharries\": \"ghar\",\n    \"ghastful\": \"gha ekwesi\",\n    \"ghastfully\": \"ghasigbo\",\n    \"ghastfulness\": \"ghaọbụlụ\",\n    \"ghastlier\": \"ghagha\",\n    \"ghastliness\": \"ghagha gha\",\n    \"ghats\": \"ghat\",\n    \"ghauts\": \"ghaut\",\n    \"ghazies\": \"ghaghas\",\n    \"ghbor\": \"okpo\",\n    \"ghent\": \"gent\",\n    \"ghenting\": \"ịdị ọcha\",\n    \"gheraoing\": \"igwu\",\n    \"gherkins\": \"okpu\",\n    \"ghess\": \"akwa\",\n    \"ghetto\": \"gehetto\",\n    \"ghettoed\": \"echekwa\",\n    \"ghettoes\": \"aghetto\",\n    \"ghettoing\": \"ije ozi\",\n    \"ghettoization\": \"ije ozi\",\n    \"ghettoize\": \"gehettoize\",\n    \"ghettoizes\": \"na-agwọ ọrịa\",\n    \"ghettoizing\": \"na-agwọ ọrịa\",\n    \"ghettos\": \"gehetto\",\n    \"ghibelline\": \"Onwuchekwa\",\n    \"ghiblis\": \"onyeegwu\",\n    \"ghyll\": \"oghom\",\n    \"ghillies\": \"chukwuka\",\n    \"ghylls\": \"oghom\",\n    \"ghiordes\": \"Onyema\",\n    \"ghizite\": \"onye ghizite\",\n    \"ghole\": \"okpo\",\n    \"ghorkhar\": \"Nwoke\",\n    \"ghost\": \"mmuo\",\n    \"ghostcraft\": \"mmuo ojoo\",\n    \"ghostdom\": \"amaka\",\n    \"ghosted\": \"mọ mmuo\",\n    \"ghostess\": \"mmuo\",\n    \"ghostfishes\": \"ghostfish\",\n    \"ghosthood\": \"ndu mmuo\",\n    \"ghostier\": \"mmmmmmmmmmmm\",\n    \"ghostified\": \"dị ebube\",\n    \"ghostily\": \"mmụọ\",\n    \"ghostland\": \"mmuo\",\n    \"ghostless\": \"enweghi mmuo\",\n    \"ghostly\": \"mmụọ\",\n    \"ghostlike\": \"yiri ghost\",\n    \"ghostlikeness\": \"ghostliken\",\n    \"ghostlily\": \"mmụọ mmuo\",\n    \"ghostliness\": \"idi nso\",\n    \"ghostmonger\": \"chukwu okike\",\n    \"ghostship\": \"mọ\",\n    \"ghostweed\": \"Onyekwere\",\n    \"ghostwrite\": \"onye mmuo\",\n    \"ghostwriter\": \"onye okike\",\n    \"ghostwriters\": \"ndị ghostwriters\",\n    \"ghostwrites\": \"ihe ederede\",\n    \"ghostwriting\": \"ederede ghost\",\n    \"ghostwrote\": \"mmmmmmmmmmmm\",\n    \"ghoul\": \"chukwu\",\n    \"ghoulishly\": \"Nwokeji\",\n    \"ghoulishness\": \"obi ojoo\",\n    \"ghouls\": \"chukwu\",\n    \"ghrush\": \"ebele\",\n    \"ghurry\": \"okpokoro\",\n    \"gyal\": \"ikwenye\",\n    \"giant\": \"ibu\",\n    \"giantesque\": \"Okechukwu\",\n    \"giantess\": \"nwanyi\",\n    \"giantesses\": \"ndi nwanyi\",\n    \"gianthood\": \"ibu\",\n    \"giantish\": \"ibu\",\n    \"giantism\": \"gigantism\",\n    \"giantisms\": \"nnukwu mmiri\",\n    \"giantkind\": \"ndi anakpo\",\n    \"giantly\": \"ibu\",\n    \"giantlike\": \"dị ka ibu\",\n    \"giantlikeness\": \"ibu ibu\",\n    \"giantry\": \"ibu\",\n    \"giants\": \"Refeyim\",\n    \"giantship\": \"ibu\",\n    \"giantsize\": \"Refeyim\",\n    \"giardia\": \"nnweta\",\n    \"gib\": \"akwa\",\n    \"gibbals\": \"ndiigbo\",\n    \"gibbar\": \"ogba\",\n    \"gibbartas\": \"ezegbaka\",\n    \"gibbed\": \"ji obi ụtọ\",\n    \"gibber\": \"osisi\",\n    \"gibbered\": \"gbarụrụ\",\n    \"gibbering\": \"inwu\",\n    \"gibberish\": \"igodo\",\n    \"gibberosity\": \"mmachi\",\n    \"gibbers\": \"gibber\",\n    \"gibbeted\": \"agbada\",\n    \"gibbeting\": \"igwu\",\n    \"gibbets\": \"ihe ndozi\",\n    \"gibbetted\": \"agbada\",\n    \"gibbetting\": \"igwu\",\n    \"gibby\": \"ndiegwu\",\n    \"gibbing\": \"na-agbagharị\",\n    \"gibbled\": \"chiri anya\",\n    \"gibblegabble\": \"agbamgbam\",\n    \"gibblegabbler\": \"onyegbula\",\n    \"gibbles\": \"ọla\",\n    \"gibbol\": \"ogwe aka\",\n    \"gibbon\": \"gibọn\",\n    \"gibbons\": \"gibọn\",\n    \"gibbose\": \"ezegbaka\",\n    \"gibbosely\": \"ezeigbo\",\n    \"gibbosity\": \"ogbaaghara\",\n    \"gibbous\": \"agbatị\",\n    \"gibbously\": \"agbatị\",\n    \"gibbousness\": \"gibbous ness\",\n    \"gibbsite\": \"ebe nrụọrụ weebụ\",\n    \"gibbsites\": \"ebe nrụọrụ weebụ\",\n    \"gibbus\": \"mkpọtụ\",\n    \"gibe\": \"jibe\",\n    \"gybe\": \"jibe\",\n    \"gibed\": \"gbanwere\",\n    \"gibel\": \"Gibil\",\n    \"gibelite\": \"onye ugwu\",\n    \"giber\": \"eriri\",\n    \"gibers\": \"ọla\",\n    \"gibes\": \"okpu\",\n    \"gibetting\": \"ịnyịnya\",\n    \"gibing\": \"na-enye\",\n    \"gybing\": \"gying\",\n    \"gibingly\": \"jijiji\",\n    \"giblet\": \"iwu\",\n    \"giblets\": \"ọlaọcha\",\n    \"gibli\": \"ghibli\",\n    \"giboia\": \"jiboia\",\n    \"gibraltar\": \"onyekwere\",\n    \"gibs\": \"akwa\",\n    \"gibus\": \"onye isi\",\n    \"gibuses\": \"agbatị\",\n    \"gideon\": \"Gideon\",\n    \"gideonite\": \"Gideonite\",\n    \"gie\": \"jie\",\n    \"gied\": \"nyere\",\n    \"gieing\": \"ịieụ ọgwụ\",\n    \"gien\": \"-enye\",\n    \"giffgaff\": \"onyinye\",\n    \"gift\": \"onyinye\",\n    \"giftbook\": \"Akwụkwọ onyinye\",\n    \"gifted\": \"onyinye\",\n    \"giftedly\": \"onyinye\",\n    \"giftedness\": \"onyinye\",\n    \"giftie\": \"onyinye\",\n    \"gifting\": \"inye onyinye\",\n    \"giftless\": \"enweghị onyinye\",\n    \"giftlike\": \"dị ka onyinye\",\n    \"giftling\": \"inye onyinye\",\n    \"gifts\": \"onyinye\",\n    \"gifture\": \"onyinye\",\n    \"giftware\": \"onyinye\",\n    \"giftwrap\": \"onyinyechi\",\n    \"giftwrapping\": \"onyinye wrapping\",\n    \"gigameter\": \"gigamita\",\n    \"gigge\": \"ichi\",\n    \"gigged\": \"ọchị\",\n    \"gigger\": \"ichi ochi\",\n    \"gigget\": \"ichi ochi\",\n    \"gigging\": \"na-achị ọchị\",\n    \"giggish\": \"ọchị\",\n    \"giggle\": \"ichi ochi\",\n    \"giggled\": \"chịrị ọchị\",\n    \"gigglement\": \"ọchị\",\n    \"giggler\": \"ichi ochi\",\n    \"gigglers\": \"ndị ọchị\",\n    \"giggles\": \"ọchị\",\n    \"giggly\": \"ọchị\",\n    \"gigglier\": \"ichi ochi\",\n    \"giggling\": \"na-achị ọchị\",\n    \"gigglingly\": \"na-achị ọchị\",\n    \"gigglish\": \"ọchị\",\n    \"gighe\": \"ichi\",\n    \"gygis\": \"mgbatị\",\n    \"giglots\": \"giglot\",\n    \"gignate\": \"iwe\",\n    \"gignitive\": \"na-eme ihere\",\n    \"gigots\": \"gigọt\",\n    \"gil\": \"Gil\",\n    \"gilbert\": \"Nwokocha\",\n    \"gilbertese\": \"asụsụ gilbertese\",\n    \"gilbertian\": \"Nwokeji\",\n    \"gilbertianism\": \"Gilbertianism\",\n    \"gilbertine\": \"Nwokeji\",\n    \"gilbertite\": \"Nwokocha\",\n    \"gilberts\": \"ọla edo\",\n    \"gild\": \"ọlaedo\",\n    \"gilded\": \"mara mma\",\n    \"gildedness\": \"ịdị ọcha\",\n    \"gilden\": \"Gilden\",\n    \"gilder\": \"onye gilder\",\n    \"gildhall\": \"Onyedikachi\",\n    \"gildhalls\": \"Onyedikachi\",\n    \"gilding\": \"na-ewuli elu\",\n    \"gildings\": \"gbaa\",\n    \"gilds\": \"nwụọ\",\n    \"gildship\": \"Ndozi\",\n    \"gildsman\": \"Onyedikachi\",\n    \"gildsmen\": \"ndi nwoke\",\n    \"gile\": \"jikọrọ\",\n    \"gyle\": \"ịgha\",\n    \"gileadite\": \"Gileadite\",\n    \"gilenyer\": \"onye ngosi\",\n    \"giles\": \"elele\",\n    \"gilet\": \"ebe ugwu\",\n    \"gilgie\": \"Nwokeji\",\n    \"gilgul\": \"Ogbolu\",\n    \"gill\": \"akwa\",\n    \"gillbird\": \"okpokoro\",\n    \"gilled\": \"chọrọ\",\n    \"gillenia\": \"Akwaeze\",\n    \"gillers\": \"gilles\",\n    \"gillhooter\": \"onyechi\",\n    \"gillian\": \"onyechi\",\n    \"gillie\": \"gillies\",\n    \"gillied\": \"gillies\",\n    \"gillying\": \"ichiiche\",\n    \"gilling\": \"na-egwe ihe\",\n    \"gillion\": \"nde\",\n    \"gillnet\": \"akwa akwa\",\n    \"gillnets\": \"okpokoro\",\n    \"gillnetted\": \"ezeukwu\",\n    \"gillnetting\": \"ime ụlọ\",\n    \"gillot\": \"okpokoro\",\n    \"gillstoup\": \"mmmmmmmmmmmm\",\n    \"gilravager\": \"emeka\",\n    \"giltcup\": \"ndigbo\",\n    \"gilthead\": \"gilt isi\",\n    \"gilty\": \"gilt\",\n    \"gilts\": \"giliti\",\n    \"gilttail\": \"gilt ọdụ\",\n    \"gym\": \"mgbatị ahụ\",\n    \"gimbaled\": \"ghọgburu\",\n    \"gimbaljawed\": \"gimbal jawed\",\n    \"gimballing\": \"igwu egwuregwu\",\n    \"gimbals\": \"gimbal\",\n    \"gimble\": \"nwuru\",\n    \"gymel\": \"mgbatị\",\n    \"gimels\": \"mkpuru\",\n    \"gymkhana\": \"mgbatị\",\n    \"gymkhanas\": \"mgbatị ahụ\",\n    \"gimleteyed\": \"agbachi\",\n    \"gimleting\": \"ichikota\",\n    \"gymmal\": \"mgbatị\",\n    \"gimmals\": \"gimma\",\n    \"gimmeringly\": \"igwu\",\n    \"gimmicked\": \"mgboko\",\n    \"gimmicking\": \"igwu mmiri\",\n    \"gymnadenia\": \"mgbatị ahụ\",\n    \"gymnadeniopsis\": \"mgbatị ahụ\",\n    \"gymnanthes\": \"mgbatị ahụ\",\n    \"gymnanthous\": \"mgbatị\",\n    \"gymnarchidae\": \"mgbatị mgbatị\",\n    \"gymnarchus\": \"mgbatị\",\n    \"gymnasia\": \"mgbatị ahụ\",\n    \"gymnasial\": \"mgbatị ahụ\",\n    \"gymnasiarch\": \"mgbatị ahụ\",\n    \"gymnasiarchy\": \"mgbatị ahụ\",\n    \"gymnasiast\": \"mgbatị ahụ\",\n    \"gymnasic\": \"jimnazum\",\n    \"gymnasisia\": \"jimnazia\",\n    \"gymnasisiums\": \"jimnazum\",\n    \"gymnasium\": \"jimnazum\",\n    \"gymnasiums\": \"mgbatị ahụ\",\n    \"gymnast\": \"jimna\",\n    \"gymnastic\": \"jimna\",\n    \"gymnastical\": \"jimna\",\n    \"gymnastically\": \"mgbatị ahụ\",\n    \"gymnastics\": \"jimnazum\",\n    \"gymnasts\": \"ndị na-eme egwuregwu mmega ahụ\",\n    \"gymnemic\": \"mgbatị ahụ\",\n    \"gymnetrous\": \"mgbatị ahụ\",\n    \"gymnic\": \"mgbatị\",\n    \"gymnical\": \"mgbatị ahụ\",\n    \"gymnics\": \"mgbatị ahụ\",\n    \"gymnite\": \"mgbatị ahụ\",\n    \"gymnoblastea\": \"mgbatị mgbatị\",\n    \"gymnoblastic\": \"mgbatị mgbatị\",\n    \"gymnocalycium\": \"mgbatị mgbatị ahụ\",\n    \"gymnocarpic\": \"mgbatị ahụ\",\n    \"gymnocarpous\": \"mgbatị mgbatị\",\n    \"gymnocerata\": \"mgbatị ahụ\",\n    \"gymnoceratous\": \"mgbatị mgbatị ahụ\",\n    \"gymnocidium\": \"mgbatị mgbatị ahụ\",\n    \"gymnocladus\": \"mgbatị ahụ\",\n    \"gymnoconia\": \"mgbatị ahụ\",\n    \"gymnoderinae\": \"mgbatị mgbatị\",\n    \"gymnodiniaceae\": \"mgbatị ahụ\",\n    \"gymnodiniaceous\": \"egwuregwu mgbatị\",\n    \"gymnodiniidae\": \"mgbatị ahụ\",\n    \"gymnodinium\": \"mgbatị ahụ\",\n    \"gymnodont\": \"mgbatị\",\n    \"gymnodontes\": \"mgbatị ahụ\",\n    \"gymnogen\": \"mgbatị ahụ\",\n    \"gymnogene\": \"mgbatị ahụ\",\n    \"gymnogenous\": \"mgbatị ahụ\",\n    \"gymnogynous\": \"egwuregwu mgbatị\",\n    \"gymnogyps\": \"egwuregwu mgbatị\",\n    \"gymnoglossa\": \"mgbatị mgbatị\",\n    \"gymnoglossate\": \"mgbatị mgbatị ahụ\",\n    \"gymnolaema\": \"mgbatị ahụ\",\n    \"gymnolaemata\": \"mgbatị ahụ\",\n    \"gymnolaematous\": \"mgbatị mgbatị ahụ\",\n    \"gymnonoti\": \"mgbatị\",\n    \"gymnopaedes\": \"mgbatị mgbatị\",\n    \"gymnopaedic\": \"mgbatị mgbatị\",\n    \"gymnophiona\": \"mgbatị ahụ\",\n    \"gymnophobia\": \"mgbatị ahụ\",\n    \"gymnoplast\": \"mgbatị mgbatị\",\n    \"gymnorhina\": \"mgbatị ahụ\",\n    \"gymnorhinal\": \"mgbatị ahụ\",\n    \"gymnorhininae\": \"mgbatị\",\n    \"gymnosoph\": \"mgbatị ahụ\",\n    \"gymnosophy\": \"mgbatị ahụ\",\n    \"gymnosophical\": \"mgbatị mgbatị ahụ\",\n    \"gymnosophist\": \"mgbatị mgbatị ahụ\",\n    \"gymnosperm\": \"mgbatị ahụ\",\n    \"gymnospermae\": \"mgbatị mgbatị\",\n    \"gymnospermal\": \"mgbatị ahụ ike\",\n    \"gymnospermy\": \"mgbatị ahụ\",\n    \"gymnospermic\": \"mgbatị ahụ\",\n    \"gymnospermism\": \"mgbatị ahụ\",\n    \"gymnospermous\": \"mgbatị ahụ\",\n    \"gymnosperms\": \"mgbatị mgbatị ahụ\",\n    \"gymnosporangium\": \"mgbatị mgbatị\",\n    \"gymnospore\": \"mgbatị mgbatị ahụ\",\n    \"gymnosporous\": \"mgbatị ahụ\",\n    \"gymnostomous\": \"mgbatị ahụ\",\n    \"gymnothorax\": \"mgbatị ahụ\",\n    \"gymnotid\": \"mgbatị\",\n    \"gymnotidae\": \"mgbatị ume\",\n    \"gymnotoka\": \"mgbatị mgbatị\",\n    \"gymnotokous\": \"mgbatị\",\n    \"gymnotus\": \"mgbatị\",\n    \"gymnura\": \"mgbatị ahụ\",\n    \"gymnure\": \"mgbatị\",\n    \"gymnurinae\": \"mgbatị mgbatị\",\n    \"gymnurine\": \"mgbatị ahụ\",\n    \"gimped\": \"rikpuru\",\n    \"gimping\": \"ichi\",\n    \"gyms\": \"mgbatị\",\n    \"gin\": \"Jin\",\n    \"gyn\": \"na-eme ihe\",\n    \"gynaeceum\": \"mgbatị\",\n    \"gynaecology\": \"ọrịa ụmụ nwanyị\",\n    \"gynaecological\": \"gynecological\",\n    \"gynaecologist\": \"dibia maka umu nwanyi\",\n    \"gynandrarchy\": \"Ọchịchị\",\n    \"gynandry\": \"anyaukwu\",\n    \"gynandries\": \"ndị isi\",\n    \"gynandrism\": \"Ọchịchịrị\",\n    \"gynandrous\": \"na-eme ka ndị mmadụ\",\n    \"gynantherous\": \"na-atụgharị uche\",\n    \"gynarchy\": \"ọchịchị gynarchy\",\n    \"gynarchic\": \"okpu\",\n    \"gynarchies\": \"eze gynarchi\",\n    \"gynecium\": \"Okpukpo\",\n    \"gynecology\": \"ọrịa ụmụ nwanyị\",\n    \"gynecologic\": \"ọrịa gynecologic\",\n    \"gynecologist\": \"dibia maka umu nwanyi\",\n    \"gynecologists\": \"ndị ọkà n'ọrịa ụmụ nwanyị\",\n    \"gynecopathy\": \"ọrịa gynecopathy\",\n    \"gynecopathic\": \"ọrịa gynecopathic\",\n    \"ginep\": \"ihe owuwu\",\n    \"ging\": \"ịnyịnya ibu\",\n    \"gingal\": \"ịnyịnya ibu\",\n    \"gingals\": \"ging\",\n    \"gingeley\": \"mgbada\",\n    \"gingely\": \"na-eche\",\n    \"gingelis\": \"ịnyịnya\",\n    \"gingerade\": \"ịnyịnya ibu\",\n    \"gingerberry\": \"gingerberị\",\n    \"gingered\": \"ging\",\n    \"gingering\": \"ịnwụ anwụ\",\n    \"gingerness\": \"ginger\",\n    \"gingernut\": \"ochunanya\",\n    \"gingerol\": \"ịnyịnya ibu\",\n    \"gingerous\": \"na-eme mkpọtụ\",\n    \"gingerroot\": \"ginger root\",\n    \"gingers\": \"ginger\",\n    \"gingersnap\": \"gingernap\",\n    \"gingersnaps\": \"gingernaps\",\n    \"gingerspice\": \"ginger ose\",\n    \"ginghamed\": \"gingham\",\n    \"ginghams\": \"ogbechi\",\n    \"gingili\": \"ịnyịnya\",\n    \"gingiva\": \"oji\",\n    \"gingivae\": \"ịnyịnya ibu\",\n    \"gingival\": \"ịnwụ anwụ\",\n    \"gingivalgia\": \"ọrịre\",\n    \"gingko\": \"mgbako\",\n    \"gingkoes\": \"gingko ụlọ\",\n    \"gingle\": \"ginging\",\n    \"gingles\": \"ging\",\n    \"ginglyform\": \"na-emeju anya\",\n    \"ginglymoarthrodia\": \"mmmmmmmmmmmmm\",\n    \"ginglymoarthrodial\": \"mmmmmmmmmmmmm\",\n    \"ginglymodi\": \"mmmmmmmmmmmmm\",\n    \"ginglymodian\": \"mmmmmmmmmmmmm\",\n    \"ginglymoid\": \"mmmmmmmmmmmmm\",\n    \"ginglymoidal\": \"mmmmmmmmmmmmm\",\n    \"ginglymostomoid\": \"mmmmmmmmmmmmm\",\n    \"ginglymus\": \"okwa eze\",\n    \"gyniatrics\": \"dibia bekee\",\n    \"gynic\": \"isi ike\",\n    \"gynics\": \"mmekpa ahụ\",\n    \"gink\": \"ntabi anya\",\n    \"ginkgoaceous\": \"Onyedikachi\",\n    \"ginkgoes\": \"ndiegwu\",\n    \"ginks\": \"Odogwu\",\n    \"ginning\": \"Nkwanye\",\n    \"ginnings\": \"nsị\",\n    \"ginseng\": \"Akwa Ibom\",\n    \"ginsengs\": \"mmmmmmmmmmmmm\",\n    \"giobertite\": \"Nnenna\",\n    \"giottesque\": \"chukwudiegwu\",\n    \"gype\": \"mgbatị\",\n    \"gipped\": \"gbanye\",\n    \"gypped\": \"gbanye\",\n    \"gipper\": \"onyinye\",\n    \"gypper\": \"onyinye\",\n    \"gyppery\": \"gbanye\",\n    \"gippers\": \"ndị na-enye gị\",\n    \"gyppers\": \"gyipị\",\n    \"gipping\": \"inye\",\n    \"gyppo\": \"gypo\",\n    \"gips\": \"gi\",\n    \"gipseian\": \"onye gipseian\",\n    \"gypseian\": \"Nwokedi\",\n    \"gypseous\": \"Nwosu\",\n    \"gipser\": \"mkpali\",\n    \"gipsydom\": \"giibom\",\n    \"gypsydoms\": \"gypsydom\",\n    \"gypsied\": \"gbanye\",\n    \"gipsies\": \"Nkọwa\",\n    \"gypsies\": \"gypsi\",\n    \"gipsyesque\": \"Ikenna Ojukwu\",\n    \"gypsyesque\": \"Okereke\",\n    \"gipsyfy\": \"inye gi\",\n    \"gypsyfy\": \"eze nwaanyị\",\n    \"gypsyhead\": \"okpu\",\n    \"gypsyhood\": \"Gypsyhood\",\n    \"gipsying\": \"Inye\",\n    \"gipsyish\": \"giifish\",\n    \"gypsyism\": \"Gypsyism\",\n    \"gypsyisms\": \"mmegharị ahụ\",\n    \"gipsiologist\": \"ọkà mmụta gipsiologist\",\n    \"gypsiologist\": \"dibia bekee\",\n    \"gipsyry\": \"mmuo\",\n    \"gypsywort\": \"Gypsywort\",\n    \"gypsologist\": \"dibia bekee\",\n    \"gypsumed\": \"gypsum\",\n    \"gypsums\": \"gypsum\",\n    \"giraffe\": \"girraaf\",\n    \"giraffes\": \"giraff\",\n    \"giraffesque\": \"giraffes que\",\n    \"gyrally\": \"ọdịdị\",\n    \"girandole\": \"ochicho\",\n    \"gyrant\": \"mgbatị\",\n    \"girasol\": \"okechukwu\",\n    \"girasols\": \"girasol\",\n    \"gyrate\": \"na-eme ka ha dozie\",\n    \"gyrated\": \"gbanyeere\",\n    \"gyrating\": \"na-emegharị ahụ\",\n    \"gyration\": \"mgbatị\",\n    \"gyrational\": \"mgbatị\",\n    \"gyrator\": \"onye ndozi\",\n    \"gyratory\": \"ime mmụọ\",\n    \"gyrators\": \"mgbatị\",\n    \"girded\": \"kee n'úkwù\",\n    \"girderage\": \"ihe mkpuchi\",\n    \"girdering\": \"giring\",\n    \"girders\": \"girder\",\n    \"girding\": \"ihe mgbochi\",\n    \"girdingly\": \"nwaikwuu\",\n    \"girdle\": \"ihe-ọkiké\",\n    \"girdlecake\": \"akwa mkpuchi\",\n    \"girdled\": \"kere eke\",\n    \"girdlelike\": \"dị ka girdle\",\n    \"girdler\": \"ihe mkpuchi\",\n    \"girdlers\": \"ihe-ọkiké\",\n    \"girdles\": \"ihe-ọkiké\",\n    \"girdlestead\": \"kechie\",\n    \"girdling\": \"giring\",\n    \"girdlingly\": \"na-agbatị\",\n    \"girds\": \"eriri\",\n    \"gire\": \"ịgba\",\n    \"gyrectomy\": \"mgbatị\",\n    \"girella\": \"chukwu\",\n    \"gyric\": \"mgbatị\",\n    \"girl\": \"nwa nwanyi\",\n    \"girlchild\": \"nwa nwanyi\",\n    \"girlfriend\": \"enyi nwanyị\",\n    \"girlfriends\": \"ụmụ agbọghọ\",\n    \"girlfully\": \"nke nwanyi\",\n    \"girlhood\": \"hoodmụ nwanyị\",\n    \"girlhoods\": \"hoodmụ nwanyị\",\n    \"girly\": \"nwa nwoke\",\n    \"girlies\": \"iesmụ nwanyị\",\n    \"girliness\": \"ịdị ọcha\",\n    \"girling\": \"giring\",\n    \"girlishness\": \"ịdị njikere\",\n    \"girlism\": \"nwa agbọghọ\",\n    \"girllike\": \"Nwa nwanyi\",\n    \"girllikeness\": \"ịdị adị\",\n    \"girls\": \"ụmụ agbọghọ\",\n    \"girned\": \"kee n'úkwù\",\n    \"girnel\": \"okpu\",\n    \"gyrocar\": \"ntechi\",\n    \"gyroceracone\": \"gyrịceracone\",\n    \"gyroceran\": \"Nkechi\",\n    \"gyrochrome\": \"ntechi\",\n    \"gyrodactylus\": \"okpokoro\",\n    \"gyrodyne\": \"chukwuemeka\",\n    \"gyrofrequency\": \"nhazi\",\n    \"gyrofrequencies\": \"ihe ndozi\",\n    \"gyrograph\": \"ihe omume\",\n    \"gyrohorizon\": \"chukwuemeka\",\n    \"gyroidal\": \"gyidal\",\n    \"gyrolith\": \"Okereke\",\n    \"gyromancy\": \"mmekorita\",\n    \"gyromele\": \"Nwoke\",\n    \"girondism\": \"nnwere onwe\",\n    \"girondist\": \"onyechinyere\",\n    \"gironny\": \"ọkọnọ\",\n    \"girons\": \"nkwonkwo\",\n    \"gyrons\": \"mgbatị\",\n    \"gyrophoric\": \"okpoho\",\n    \"gyropigeon\": \"okpokoro\",\n    \"giros\": \"Giros\",\n    \"gyroscopics\": \"ihe omumu\",\n    \"girosol\": \"Girosol\",\n    \"girosols\": \"amaokwu\",\n    \"gyrostachys\": \"okpokoro\",\n    \"gyrostatically\": \"gyrostatic\",\n    \"gyrostatics\": \"ihe ndozi\",\n    \"gyrotheca\": \"igbanwe\",\n    \"girouettism\": \"nnuku\",\n    \"gyrous\": \"mgbatị\",\n    \"gyrovague\": \"okpokoro\",\n    \"gyrovagues\": \"mmeghari\",\n    \"gyrowheel\": \"Onyekwere\",\n    \"girse\": \"ma ọ bụ\",\n    \"girsh\": \"giarh\",\n    \"girshes\": \"onyinye\",\n    \"girsle\": \"amara\",\n    \"girted\": \"kere n'úkwù\",\n    \"girthed\": \"kere\",\n    \"girthing\": \"ihe mkpuchi\",\n    \"girths\": \"girti\",\n    \"girts\": \"girt\",\n    \"gise\": \"ikwuru\",\n    \"gisel\": \"jisel\",\n    \"gisement\": \"ọchị\",\n    \"gist\": \"aka\",\n    \"gists\": \"ọkpọ\",\n    \"git\": \"mmiri\",\n    \"gite\": \"ikpuru\",\n    \"gytling\": \"na-adị\",\n    \"gitter\": \"gita\",\n    \"gittite\": \"onyeisiala\",\n    \"gittith\": \"Onyeisi\",\n    \"giust\": \"inye\",\n    \"giusto\": \"onyinye\",\n    \"give\": \"nye\",\n    \"giveable\": \"nye\",\n    \"giveaway\": \"nyepụ\",\n    \"giveaways\": \"inye ego\",\n    \"gyved\": \"gbanwere\",\n    \"givey\": \"Nyekwa\",\n    \"given\": \"nyere\",\n    \"givenness\": \"enye\",\n    \"givens\": \"nyere\",\n    \"giver\": \"onye na-enye ihe\",\n    \"givers\": \"ndị na-enye ihe\",\n    \"gives\": \"na-enye\",\n    \"gyves\": \"mgbatị ahụ\",\n    \"giveth\": \"na-enye\",\n    \"giving\": \"na-enye\",\n    \"givingness\": \"inye ihe\",\n    \"gizzen\": \"okwute\",\n    \"gizzened\": \"gbachapụ\",\n    \"gjedost\": \"mmmmmmmmmmmm\",\n    \"gjetost\": \"Nwachukwu\",\n    \"gjetosts\": \"mmmmmmmmmmmm\",\n    \"glabrate\": \"ichikota\",\n    \"glabreity\": \"ncha ncha\",\n    \"glabrous\": \"na-egbu maramara\",\n    \"glabrousness\": \"nchapu\",\n    \"glace\": \"jidere\",\n    \"glaceed\": \"jidere\",\n    \"glaceing\": \"lacegbapụ\",\n    \"glacialist\": \"onye isi ocha\",\n    \"glacially\": \"gbaa gburugburu\",\n    \"glacier\": \"glasia\",\n    \"glacify\": \"ichikota\",\n    \"glacification\": \"mgbu\",\n    \"glacioaqueous\": \"nwechara\",\n    \"glaciology\": \"ihe omumu\",\n    \"glaciological\": \"ihe omumu\",\n    \"glaciologist\": \"ọkà mmụta banyere ọrịa anya\",\n    \"glaciologists\": \"ndị na-amụ banyere glaciologists\",\n    \"glacious\": \"mara mma\",\n    \"glack\": \"ọchịchịrị\",\n    \"glad\": \"ọ gladụ\",\n    \"gladatorial\": \"gladiatorial\",\n    \"gladded\": \"nwee obi uto\",\n    \"gladden\": \"nwee obi uto\",\n    \"gladdened\": \"nwere obi uto\",\n    \"gladdener\": \"nwee obi uto\",\n    \"gladdening\": \"anụrị\",\n    \"gladdens\": \"obi ụtọ\",\n    \"gladder\": \"obi ụtọ\",\n    \"gladdest\": \"ọdụ\",\n    \"gladdy\": \"Ọdyụ\",\n    \"gladding\": \"na-adingụrị ọdingụ\",\n    \"gladdon\": \"Obi ụtọ\",\n    \"glade\": \"ichi\",\n    \"gladelike\": \"nwee ọ .ụ\",\n    \"gladen\": \"nwee ọ .ụ\",\n    \"glades\": \"ọ gladụ\",\n    \"gladful\": \"nwee obi uto\",\n    \"gladfully\": \"jiri ọfullyụ\",\n    \"gladfulness\": \"ọfulnessụ\",\n    \"gladhearted\": \"obi uto\",\n    \"glady\": \"ọyụ\",\n    \"gladiatrix\": \"mmmmmmmmmmmmm\",\n    \"gladiolar\": \"obi ụtọ\",\n    \"gladiolas\": \"Obiano\",\n    \"gladiole\": \"obi ụtọ\",\n    \"gladioli\": \"obi ụtọ\",\n    \"gladiolus\": \"obi ụtọ\",\n    \"gladioluses\": \"obi ụtọ\",\n    \"gladys\": \"ọysụ\",\n    \"gladite\": \"obi uto\",\n    \"gladkaite\": \"obi ụtọ\",\n    \"gladless\": \"enweghị obi ụtọ\",\n    \"gladly\": \"jiri ọlyụ\",\n    \"gladlier\": \"obi uto\",\n    \"gladliest\": \"ọliụ\",\n    \"gladness\": \"ọnessụ\",\n    \"gladnesses\": \"ọ gladụ\",\n    \"gladrags\": \"obi ụtọ\",\n    \"gladsomely\": \"Onyeka Onwenu\",\n    \"gladsomeness\": \"Nwachukwu\",\n    \"gladsomest\": \"Iheanacho\",\n    \"gladstone\": \"ọstoneụ\",\n    \"gladstonian\": \"Onyedikachi\",\n    \"gladstonianism\": \"obi ụtọ,\",\n    \"gladwin\": \"Obi ụtọ\",\n    \"glagah\": \"glaga\",\n    \"glair\": \"ichi\",\n    \"glaireous\": \"egbu maramara\",\n    \"glaires\": \"enwu gbaa\",\n    \"glairy\": \"ntaneti\",\n    \"glairiest\": \"kasị dị ọcha\",\n    \"glairiness\": \"mgbukepụ\",\n    \"glairing\": \"na-enwu gbaa\",\n    \"glaister\": \"glaster\",\n    \"glaive\": \"na-egbuke egbuke\",\n    \"glaived\": \"gbajiri\",\n    \"glaives\": \"Oyi\",\n    \"glamberry\": \"glamberị\",\n    \"glamor\": \"adọrọ adọrọ\",\n    \"glamorization\": \"lamta azụ\",\n    \"glamorizations\": \"Glamorizations\",\n    \"glamorize\": \"ikwado\",\n    \"glamorized\": \"ichoro\",\n    \"glamorizes\": \"na-eme nkwado\",\n    \"glamorizing\": \"ikwado\",\n    \"glamorous\": \"mara mma\",\n    \"glamorously\": \"mara mma\",\n    \"glamorousness\": \"mara mma ness\",\n    \"glamors\": \"adọrọ adọrọ\",\n    \"glamour\": \"adọrọ adọrọ\",\n    \"glamoured\": \"mara mma\",\n    \"glamoury\": \"mma\",\n    \"glamouring\": \"ịcha mma\",\n    \"glamourize\": \"mara mma\",\n    \"glamourless\": \"glomerulus\",\n    \"glamourous\": \"acha uhie uhie\",\n    \"glamourously\": \"mara mma\",\n    \"glamourousness\": \"mara mma\",\n    \"glamours\": \"ọchị\",\n    \"glance\": \"ilekiri\",\n    \"glanced\": \"enyoba anya\",\n    \"glancer\": \"nyocha\",\n    \"glances\": \"ilekiri\",\n    \"glancing\": \"ileghara\",\n    \"glancingly\": \"glancing\",\n    \"glandarious\": \"nwekwaa\",\n    \"glander\": \"gland\",\n    \"glandered\": \"na-ajụ\",\n    \"glanderous\": \"onye nkwutọ\",\n    \"glandes\": \"gland\",\n    \"glandiferous\": \"kekpo\",\n    \"glandiform\": \"mmmmmmmmmmmmm\",\n    \"glanditerous\": \"nke gland\",\n    \"glandlike\": \"gland yiri\",\n    \"glandularly\": \"glandular\",\n    \"glandulation\": \"nsogbu\",\n    \"glandules\": \"glandulas\",\n    \"glanduliferous\": \"glandulifera\",\n    \"glandulous\": \"ekweghi ekwe\",\n    \"glandulousness\": \"ịmụrụ anya\",\n    \"glanis\": \"oluchi\",\n    \"glans\": \"gland\",\n    \"glar\": \"ntigbaa\",\n    \"glare\": \"ntigbaa\",\n    \"glared\": \"ntigbaa\",\n    \"glareous\": \"egbuke egbuke\",\n    \"glares\": \"mgbukepụ\",\n    \"glareworm\": \"ihe na-egbu maramara\",\n    \"glarier\": \"glalar\",\n    \"glarily\": \"ozigbo\",\n    \"glaring\": \"achagharị\",\n    \"glaringly\": \"n'ile anya\",\n    \"glaringness\": \"acha ọcha\",\n    \"glaserian\": \"Glaserian\",\n    \"glasgow\": \"mmmmmmmmmmmm\",\n    \"glashan\": \"chukwu\",\n    \"glass\": \"iko\",\n    \"glassblower\": \"iko mmiri\",\n    \"glassblowers\": \"iko mmiri\",\n    \"glassblowing\": \"iko mmiri\",\n    \"glassed\": \"iko\",\n    \"glasseye\": \"ezekwe\",\n    \"glassen\": \"iko\",\n    \"glasser\": \"ite mmiri\",\n    \"glasses\": \"iko\",\n    \"glassfish\": \"iko mmiri\",\n    \"glassful\": \"enyo enyo\",\n    \"glassfuls\": \"iko\",\n    \"glasshouse\": \"ụlọ mposi\",\n    \"glasshouses\": \"ụlọ mposi\",\n    \"glassy\": \"enyo\",\n    \"glassie\": \"iko\",\n    \"glassies\": \"iko\",\n    \"glassiest\": \"kachasị\",\n    \"glassily\": \"ama\",\n    \"glassin\": \"iko\",\n    \"glassine\": \"iko\",\n    \"glassines\": \"iko\",\n    \"glassiness\": \"iko\",\n    \"glassing\": \"iko\",\n    \"glassite\": \"iko\",\n    \"glassless\": \"enyo iko\",\n    \"glasslike\": \"dị ka iko\",\n    \"glasslikeness\": \"enyo enyo\",\n    \"glassmaker\": \"eme iko\",\n    \"glassmaking\": \"na-eme iko\",\n    \"glassman\": \"onye iko\",\n    \"glassmen\": \"ndị iko\",\n    \"glassrope\": \"enyo enyo\",\n    \"glassteel\": \"Nnenna\",\n    \"glassware\": \"iko\",\n    \"glassweed\": \"iko\",\n    \"glasswork\": \"iko\",\n    \"glassworker\": \"onye na-eme iko\",\n    \"glassworkers\": \"ndị ọrụ iko\",\n    \"glassworking\": \"na-arụ ọrụ iko\",\n    \"glassworks\": \"ọrụ iko\",\n    \"glassworm\": \"iko mmiri\",\n    \"glasswort\": \"iko mmiri\",\n    \"glaswegian\": \"Ikechukwu\",\n    \"glaucescence\": \"mgbukepụ\",\n    \"glauconitization\": \"ikpochapu\",\n    \"glaucousness\": \"mgbu\",\n    \"glaur\": \"mgbukepụ\",\n    \"glaury\": \"glaure\",\n    \"glave\": \"nchara\",\n    \"glavered\": \"gbaa gburugburu\",\n    \"glavering\": \"ịgbanye\",\n    \"glaze\": \"nwuo\",\n    \"glazement\": \"ncha anya\",\n    \"glazen\": \"gbazee\",\n    \"glazer\": \"friza\",\n    \"glaziness\": \"ncha anya\",\n    \"gld\": \"Nwachukwu\",\n    \"glead\": \"nara ihe\",\n    \"gleam\": \"nledo\",\n    \"gleamed\": \"achale\",\n    \"gleamy\": \"onyinyechi\",\n    \"gleamier\": \"chimiele\",\n    \"gleamiest\": \"onyinye\",\n    \"gleamily\": \"onyinye\",\n    \"gleaminess\": \"letọ ọchị\",\n    \"gleaming\": \"achagharị\",\n    \"gleamingly\": \"n'egwu\",\n    \"gleamless\": \"enweghị atụ\",\n    \"gleams\": \"na-acha ọkụ\",\n    \"glean\": \"chikọta ihe\",\n    \"gleanable\": \"chikọta ihe\",\n    \"gleaned\": \"chikọta ihe\",\n    \"gleaner\": \"chikọta ihe\",\n    \"gleaners\": \"chikọta ihe\",\n    \"gleaning\": \"chikọta ihe\",\n    \"gleanings\": \"chikọta ihe\",\n    \"gleans\": \"chikọta ihe\",\n    \"gleary\": \"achịkọta\",\n    \"gleave\": \"gwakọtara\",\n    \"gleba\": \"ngba\",\n    \"glebae\": \"nnenne\",\n    \"glebal\": \"nguko\",\n    \"glebe\": \"jisie ike\",\n    \"glebeless\": \"enweghị obi ụtọ\",\n    \"glebes\": \"Oluchi\",\n    \"gleby\": \"nnuku\",\n    \"glebous\": \"ọkpụrụkpụ\",\n    \"glecoma\": \"nchoputa\",\n    \"gled\": \"gledo\",\n    \"glede\": \"nnweta\",\n    \"gledes\": \"acha ọcha\",\n    \"gledge\": \"kwere\",\n    \"gledy\": \"achak\",\n    \"gleditsia\": \"okukwe\",\n    \"gleds\": \"Ogbodo\",\n    \"glee\": \"ọleeụ\",\n    \"gleed\": \"gbapuo\",\n    \"gleeds\": \"gwakọtara\",\n    \"gleeful\": \"nwee obi uto\",\n    \"gleefully\": \"ji ọleeụ\",\n    \"gleefulness\": \"Ọleeụ\",\n    \"gleeishly\": \"ji obi uto\",\n    \"gleek\": \"wele\",\n    \"gleeked\": \"echekwara\",\n    \"gleeking\": \"ilele\",\n    \"gleeks\": \"chukwu\",\n    \"glees\": \"onyinye\",\n    \"gleesome\": \"glee\",\n    \"gleesomely\": \"nnem\",\n    \"gleesomeness\": \"chukwunueke\",\n    \"gleet\": \"nnweta\",\n    \"gleeted\": \"enwetara\",\n    \"gleety\": \"ihu ọchị\",\n    \"gleeting\": \"na-achị ọchị\",\n    \"gleewoman\": \"Nwanyị nwaanyi\",\n    \"gleg\": \"uwe\",\n    \"glegly\": \"anyaukwu\",\n    \"glegness\": \"anya mmiri\",\n    \"glegnesses\": \"ụwa\",\n    \"gleir\": \"nkpuru\",\n    \"gleys\": \"nara\",\n    \"gleit\": \"chiri\",\n    \"gleization\": \"ilekọta\",\n    \"glen\": \"acha\",\n    \"glendale\": \"Ikenna\",\n    \"glendover\": \"ngwakọta\",\n    \"glene\": \"acha\",\n    \"glengarries\": \"glengarry\",\n    \"glenlike\": \"chukwunyere\",\n    \"glenlivet\": \"chukwunyere\",\n    \"glenn\": \"okonkwo\",\n    \"glenoid\": \"onyinye\",\n    \"glenoidal\": \"Iheanacho\",\n    \"glent\": \"dị nwayọọ\",\n    \"glenwood\": \"chukwunonso\",\n    \"glessite\": \"enweghị obi ụtọ\",\n    \"gletscher\": \"Nnenna\",\n    \"gletty\": \"Uchechukwu\",\n    \"glew\": \"nara\",\n    \"glial\": \"ihu\",\n    \"glib\": \"Amaka\",\n    \"glibber\": \"ntulite\",\n    \"glibbery\": \"mmụba\",\n    \"glibbest\": \"kacha mma\",\n    \"glibly\": \"na-egosipụta\",\n    \"glibness\": \"nchapu\",\n    \"glibnesses\": \"nchapu\",\n    \"glyc\": \"gly\",\n    \"glycaemic\": \"glycemic\",\n    \"glyceral\": \"glycerol\",\n    \"glick\": \"gbawaa\",\n    \"gliddery\": \"onyinye\",\n    \"glide\": \"gbalie\",\n    \"glided\": \"tụgharịa\",\n    \"glideless\": \"na-ejegharị\",\n    \"glideness\": \"ldị ndụ\",\n    \"gliderport\": \"mbadamba\",\n    \"gliders\": \"Ndị na-amị amị\",\n    \"glides\": \"na-efegharị\",\n    \"glidewort\": \"okpokoro\",\n    \"gliding\": \"na-efegharị\",\n    \"glidingly\": \"na-efegharị\",\n    \"gliff\": \"ugwu ugwu\",\n    \"gliffy\": \"ugwu ugwu\",\n    \"gliffing\": \"Chukwu\",\n    \"gliffs\": \"ugwu ugwu\",\n    \"glike\": \"nwee mmasị\",\n    \"glim\": \"nweta anya\",\n    \"glimed\": \"hụtụrụtụ\",\n    \"glimes\": \"Ogbodo\",\n    \"gliming\": \"ilekiri\",\n    \"glimmer\": \"inyoghi inyoghi\",\n    \"glimmered\": \"hụtụrụla\",\n    \"glimmering\": \"inyocha\",\n    \"glimmeringly\": \"nudo-nudo\",\n    \"glimmerings\": \"nwughari\",\n    \"glimmerous\": \"na-egbuke egbuke\",\n    \"glimpse\": \"nwughari\",\n    \"glimpsed\": \"hụtụrụla\",\n    \"glimpses\": \"nwetakiri\",\n    \"glimpsing\": \"hụperetụ\",\n    \"glyn\": \"Nwachukwu\",\n    \"glink\": \"nupụrụ\",\n    \"glinted\": \"tụrụ anya\",\n    \"glinting\": \"ilekọta\",\n    \"glints\": \"glin\",\n    \"gliocyte\": \"mmmmmmmmmmmm\",\n    \"glioma\": \"mmmmmmmmmmmm\",\n    \"gliomatous\": \"Gliomatous\",\n    \"gliosa\": \"chukwunonso\",\n    \"glyoxalic\": \"chukwunonso\",\n    \"glyoxaline\": \"chukwunonso\",\n    \"glyoxyl\": \"Nwachukwu\",\n    \"glyoxylic\": \"chukwunonso\",\n    \"glyoxim\": \"mmmmmmmmmmmm\",\n    \"glyoxime\": \"ogechi\",\n    \"glyptologist\": \"onye na-agwọ ọrịa\",\n    \"glis\": \"kpọọ\",\n    \"gliss\": \"Onwuka\",\n    \"glissade\": \"mmmmmmmmmmmm\",\n    \"glissaded\": \"Iheanacho\",\n    \"glissader\": \"mmmmmmmmmmmmm\",\n    \"glissades\": \"mmmmmmmmmmmm\",\n    \"glissading\": \"Na-amị\",\n    \"glissandi\": \"mmmmmmmmmmmm\",\n    \"glissandos\": \"mmmmmmmmmmmm\",\n    \"glissette\": \"mmmmmmmmmmmm\",\n    \"glisten\": \"tụọ ọchị\",\n    \"glistened\": \"achapụwo\",\n    \"glistening\": \"na-egbu maramara\",\n    \"glisteningly\": \"na-egbu maramara\",\n    \"glistens\": \"na-enwu\",\n    \"glister\": \"mkpali\",\n    \"glistered\": \"gbachapụ anya\",\n    \"glistering\": \"ichikota\",\n    \"glisteringly\": \"Onogwu\",\n    \"glisters\": \"Nwunye\",\n    \"glitch\": \"glich\",\n    \"glitnir\": \"nnenna\",\n    \"glitter\": \"ewute\",\n    \"glitterance\": \"mara mma\",\n    \"glittered\": \"ewute\",\n    \"glittery\": \"ewute\",\n    \"glittering\": \"na-egbu maramara\",\n    \"glitteringly\": \"na-egbu maramara\",\n    \"glitters\": \"na-egbu maramara\",\n    \"glittersome\": \"na-egbu maramara\",\n    \"glitzy\": \"mara mma\",\n    \"gloaming\": \"ịgbanye\",\n    \"gloamings\": \"gloam\",\n    \"gloams\": \"okpu\",\n    \"gloat\": \"okpu\",\n    \"gloated\": \"otuto\",\n    \"gloaters\": \"ndị isi\",\n    \"gloating\": \"na-agba ume\",\n    \"gloats\": \"uwe\",\n    \"glob\": \"ụwa\",\n    \"global\": \"zuru ụwa ọnụ\",\n    \"globalism\": \"zuru ụwa ọnụ\",\n    \"globalist\": \"zuru ụwa ọnụ\",\n    \"globalists\": \"ndị zuru ụwa ọnụ\",\n    \"globality\": \"ụwa niile\",\n    \"globalization\": \"ijikọ ụwa ọnụ\",\n    \"globalize\": \"jikọtara onwe gị\",\n    \"globalized\": \"jikọtara ụwa\",\n    \"globalizing\": \"ijikọ ụwa niile\",\n    \"globally\": \"ụwa\",\n    \"globated\": \"ụwa\",\n    \"globe\": \"ụwa\",\n    \"globed\": \"ụwa\",\n    \"globefish\": \"azụ ụwa\",\n    \"globefishes\": \"ụwa dum\",\n    \"globeflower\": \"ụwa\",\n    \"globeholder\": \"ụwa dum\",\n    \"globelet\": \"ụwa\",\n    \"globes\": \"ụwa\",\n    \"globetrotter\": \"ugbala\",\n    \"globetrotters\": \"nnabata\",\n    \"globetrotting\": \"ọbetụ\",\n    \"globy\": \"ụwa\",\n    \"globical\": \"nke zuru ụwa ọnụ\",\n    \"globicephala\": \"okpokoro\",\n    \"globiferous\": \"ụwa niile\",\n    \"globing\": \"nbido\",\n    \"globins\": \"ụwa\",\n    \"globoids\": \"globoid\",\n    \"globose\": \"ụwa dum\",\n    \"globosely\": \"zuru ụwa ọnụ\",\n    \"globoseness\": \"nwekwaranụ\",\n    \"globosite\": \"ụwa nile\",\n    \"globosity\": \"ụwa niile\",\n    \"globosities\": \"ụwa nile\",\n    \"globously\": \"zuru ụwa ọnụ\",\n    \"globousness\": \"zuru ụwa ọnụ\",\n    \"globs\": \"ụwa\",\n    \"globular\": \"ụwa\",\n    \"globulariaceous\": \"ụwa niile\",\n    \"globularity\": \"ụwa niile\",\n    \"globularly\": \"ụwa\",\n    \"globularness\": \"ụwa niile\",\n    \"globule\": \"ụwa\",\n    \"globules\": \"ụwa\",\n    \"globulicide\": \"igbu egbu ụwa\",\n    \"globulimeter\": \"globulimita\",\n    \"globuloid\": \"ụwa\",\n    \"globulose\": \"ụwa\",\n    \"globulousness\": \"ụwa dum\",\n    \"globus\": \"ụwa\",\n    \"glochchidia\": \"glochididia\",\n    \"glochideous\": \"ikechi\",\n    \"glochidial\": \"ụwa\",\n    \"glod\": \"ụwa\",\n    \"gloea\": \"ụwa\",\n    \"gloeal\": \"ụwa\",\n    \"gloeocapsa\": \"glooocapsa\",\n    \"gloeocapsoid\": \"glooocapsoid\",\n    \"gloeosporiose\": \"glooosporiose\",\n    \"gloeosporium\": \"uwachi\",\n    \"glogg\": \"Ugochukwu\",\n    \"gloggs\": \"ọlogs\",\n    \"gloiosiphonia\": \"ozioma\",\n    \"glomerate\": \"inye aka\",\n    \"glomeration\": \"otuto\",\n    \"glomerular\": \"okpu\",\n    \"glomerulate\": \"nyocha\",\n    \"glomerule\": \"okpu\",\n    \"glomus\": \"ụwa\",\n    \"glood\": \"ụwa\",\n    \"gloom\": \"ọchịchịrị\",\n    \"gloomed\": \"gbaa ọchịchịrị\",\n    \"gloomful\": \"ọchịchịrị\",\n    \"gloomfully\": \"zuru ụwa ọnụ\",\n    \"gloomy\": \"gbara ọchịchịrị\",\n    \"gloomiest\": \"gbara ọchịchịrị\",\n    \"gloomily\": \"ụwa\",\n    \"gloominess\": \"ọchịchịrị\",\n    \"glooming\": \"na-agbachi\",\n    \"gloomingly\": \"na-agbada\",\n    \"gloomings\": \"ọchịchịrị\",\n    \"gloomless\": \"enweghị ọchịchịrị\",\n    \"gloomth\": \"ọchịchịrị\",\n    \"glopnen\": \"agbakwe\",\n    \"glops\": \"okpu\",\n    \"glore\": \"ụwa\",\n    \"glory\": \"ebube\",\n    \"gloriation\": \"okpu\",\n    \"gloried\": \"ebube\",\n    \"glories\": \"ebube\",\n    \"glorify\": \"ebube\",\n    \"glorifiable\": \"ebube\",\n    \"glorification\": \"otuto\",\n    \"glorifications\": \"ebube\",\n    \"glorified\": \"ebube\",\n    \"glorifiers\": \"ndị nwe ụwa\",\n    \"glorifies\": \"na-eto\",\n    \"glorifying\": \"na-eto\",\n    \"gloryful\": \"ebube\",\n    \"glorying\": \"inya isi\",\n    \"gloryingly\": \"ebube\",\n    \"gloryless\": \"enweghị otuto\",\n    \"gloriole\": \"ozigbo\",\n    \"gloriosa\": \"ozioma\",\n    \"gloriosity\": \"ochicho\",\n    \"glorioso\": \"ozigbo\",\n    \"glorious\": \"ebube\",\n    \"gloriously\": \"ebube\",\n    \"gloriousness\": \"ebube\",\n    \"glos\": \"okpu\",\n    \"glossalgy\": \"okpu\",\n    \"glossary\": \"okwunkowa\",\n    \"glossarial\": \"okwunkowa\",\n    \"glossarian\": \"onye na-ekwu okwu\",\n    \"glossaries\": \"ndepụta okwu\",\n    \"glossarist\": \"okwunkowa\",\n    \"glossatorial\": \"nyocha\",\n    \"glossed\": \"na-egbu maramara\",\n    \"glossematics\": \"glossematik\",\n    \"glossemes\": \"glosses\",\n    \"glossemic\": \"glossem\",\n    \"glossy\": \"kenkowaputa\",\n    \"glossic\": \"kenkowaputa\",\n    \"glossies\": \"glosses\",\n    \"glossiest\": \"okpu\",\n    \"glossily\": \"okpon\",\n    \"glossiness\": \"nchapu\",\n    \"glossing\": \"na-egbu maramara\",\n    \"glossingly\": \"na-atọ ụtọ\",\n    \"glossiphonia\": \"ozioma\",\n    \"glossiphonidae\": \"glossiphoniidae\",\n    \"glossitic\": \"glossitis\",\n    \"glossmeter\": \"glossmeta\",\n    \"glossocarcinoma\": \"carcinoma na-egbuke egbuke\",\n    \"glossocele\": \"Ugochukwu\",\n    \"glossoepiglottic\": \"okpokoro\",\n    \"glossograph\": \"ozigbo\",\n    \"glossography\": \"ihe omuma\",\n    \"glossokinesthetic\": \"iheanacho_nkechi\",\n    \"glossology\": \"ihe omuma\",\n    \"glossological\": \"ụwa\",\n    \"glossologies\": \"ụwa\",\n    \"glossologist\": \"ọkà mmụta ihe banyere ụwa\",\n    \"glossopetra\": \"nnenna\",\n    \"glossopodium\": \"ụwa\",\n    \"glossopteris\": \"nnenneigbo\",\n    \"glossospasm\": \"Ugochukwu\",\n    \"glosts\": \"glos\",\n    \"glottal\": \"ndudue\",\n    \"glottalization\": \"nkwanye ugwu\",\n    \"glottalize\": \"ichie\",\n    \"glottalized\": \"okpu\",\n    \"glottalizing\": \"ịtọọ ihe\",\n    \"glottic\": \"Onyema\",\n    \"glottid\": \"okpokoro\",\n    \"glottidean\": \"Onyeukwu\",\n    \"glottides\": \"Oyibo\",\n    \"glottis\": \"Nkechi\",\n    \"glottiscope\": \"ọmarịcha\",\n    \"glottises\": \"okwute\",\n    \"glottitis\": \"Ọkpụkpụ glottitis\",\n    \"glottochronology\": \"glottochrology\",\n    \"glottochronological\": \"okwa glottochronological\",\n    \"glottogony\": \"Nwachukwu\",\n    \"glottogonic\": \"mmmmmmmmmmmmm\",\n    \"glottogonist\": \"mmmmmmmmmmmmm\",\n    \"glottology\": \"amuma\",\n    \"glottologic\": \"iwu\",\n    \"glottological\": \"amụrụ amụ\",\n    \"glottologist\": \"ọkà mmụta glottologist\",\n    \"gloucester\": \"okpu\",\n    \"glout\": \"otuto\",\n    \"glouted\": \"otuto\",\n    \"glouting\": \"na-eto\",\n    \"glove\": \"uwe aka\",\n    \"gloved\": \"gloves\",\n    \"glovey\": \"onyinye\",\n    \"glovemaking\": \"ọrụ aka glovem\",\n    \"glovemen\": \"ndị glovemen\",\n    \"gloveress\": \"uwe aka\",\n    \"gloves\": \"uwe aka\",\n    \"gloving\": \"ịgba aka\",\n    \"glow\": \"mukee\",\n    \"glowbard\": \"isuo\",\n    \"glowbird\": \"okpu\",\n    \"glowed\": \"achapụ\",\n    \"glowered\": \"achapụ\",\n    \"glowering\": \"okooko\",\n    \"gloweringly\": \"jiri nwayọọ\",\n    \"glowers\": \"okooko osisi\",\n    \"glowing\": \"na-enwu gbaa\",\n    \"glowingly\": \"jiri obi ụtọ\",\n    \"glows\": \"enwu ọkụ\",\n    \"glowworm\": \"okuko\",\n    \"gloxinias\": \"chukwuemeka\",\n    \"glozes\": \"uwe elu\",\n    \"glt\": \"Nkechi\",\n    \"glucic\": \"glucide\",\n    \"glucid\": \"glucide\",\n    \"glucine\": \"glucide\",\n    \"gluck\": \"gluu\",\n    \"glucocorticoid\": \"Nwokocha\",\n    \"glucocorticord\": \"Nwoko\",\n    \"glucogene\": \"Nwoko\",\n    \"glucolysis\": \"nchịkọta\",\n    \"glucosazone\": \"Uzochukwu\",\n    \"glucoses\": \"glucos\",\n    \"glue\": \"gluu\",\n    \"glueyness\": \"nrapado\",\n    \"glueing\": \"ịrapara\",\n    \"gluelikeness\": \"njikọ\",\n    \"glug\": \"Glug\",\n    \"glugglug\": \"mmmmmmmmmmmmm\",\n    \"gluiest\": \"kegide\",\n    \"gluiness\": \"nrapado\",\n    \"gluishness\": \"gluish\",\n    \"glum\": \"Glum\",\n    \"glume\": \"onu\",\n    \"glumella\": \"Glumella\",\n    \"glumes\": \"nchịkọta\",\n    \"glumiferous\": \"udo\",\n    \"glumly\": \"obi ojoo\",\n    \"glummer\": \"itughari\",\n    \"glummy\": \"ngosi\",\n    \"glumness\": \"Ọlụ\",\n    \"glumnesses\": \"Ọlụ\",\n    \"glumosity\": \"ngosipụta\",\n    \"glump\": \"nchikota\",\n    \"glumpy\": \"oji afu\",\n    \"glumpier\": \"Onwuka\",\n    \"glumpiest\": \"onye kacha mma\",\n    \"glumpily\": \"obi ojoo\",\n    \"glumpiness\": \"obi ilu\",\n    \"glumpish\": \"nruru\",\n    \"glunched\": \"okomoko\",\n    \"glunches\": \"ogbe\",\n    \"glunching\": \"Onwu\",\n    \"gluneamie\": \"mmmmmmmmmmmm\",\n    \"glutael\": \"Glutael\",\n    \"glutaeous\": \"Obiuto\",\n    \"glutch\": \"ozigbo\",\n    \"gluteal\": \"obi ụtọ\",\n    \"glutelins\": \"Ndị na-eri nri\",\n    \"glutenous\": \"gluten\",\n    \"gluteofemoral\": \"Ọrịa gluteofemoral\",\n    \"gluteoinguinal\": \"glute inguinal\",\n    \"gluteus\": \"Okechukwu\",\n    \"glutimate\": \"glutamate\",\n    \"glutin\": \"gluten\",\n    \"glutinant\": \"emechuihu\",\n    \"glutinate\": \"ichikota\",\n    \"glutination\": \"ịinationụbiga mmanya ókè\",\n    \"glutinative\": \"na-eme nnyocha\",\n    \"glutinize\": \"ichota\",\n    \"glutinosity\": \"na-eri nri\",\n    \"glutinous\": \"na-eri nri\",\n    \"glutinously\": \"na-eri nri\",\n    \"glutinousness\": \"nino na-atọ ụtọ\",\n    \"glutition\": \"Iju afọ\",\n    \"glutoid\": \"chukwu\",\n    \"glutose\": \"rie nri\",\n    \"gluts\": \"Ili obi\",\n    \"glutted\": \"afọ juru\",\n    \"gluttei\": \"iri nri\",\n    \"glutter\": \"onye na-eri nri\",\n    \"gluttery\": \"ịgba aghara\",\n    \"glutting\": \"Ihere\",\n    \"gluttingly\": \"afọ ofufo\",\n    \"glutton\": \"onye na-eri nri\",\n    \"gluttoness\": \"iribiga nri\",\n    \"gluttony\": \"Iribiga Ihe\",\n    \"gluttonies\": \"iriju afọ\",\n    \"gluttonise\": \"iriju afọ\",\n    \"gluttonised\": \"rie nri\",\n    \"gluttonish\": \"iriju afọ\",\n    \"gluttonising\": \"iri nri\",\n    \"gluttonism\": \"Iribiga nri\",\n    \"gluttonize\": \"rie nri\",\n    \"gluttonized\": \"Iri afọ\",\n    \"gluttonizing\": \"Iribiga nri ókè\",\n    \"gluttonous\": \"iribiga nri\",\n    \"gluttonously\": \"Iju afọ\",\n    \"gluttonousness\": \"iribiga nri\",\n    \"gluttons\": \"ndị na-eri nri\",\n    \"gmelina\": \"Okechukwu\",\n    \"gmelinite\": \"Akuko\",\n    \"gnabble\": \"rikpuru\",\n    \"gnaeus\": \"ezigbo\",\n    \"gnaphalioid\": \"nengene\",\n    \"gnapweed\": \"weghara\",\n    \"gnarl\": \"okwa\",\n    \"gnarly\": \"adia\",\n    \"gnarliness\": \"Ọchịchọ\",\n    \"gnarling\": \"na-egbu egbu\",\n    \"gnarls\": \"okpokoro\",\n    \"gnarr\": \"akwa\",\n    \"gnarred\": \"akwa\",\n    \"gnarring\": \"akwa\",\n    \"gnarrs\": \"gnar\",\n    \"gnars\": \"ọnwu\",\n    \"gnash\": \"taa ikikere\",\n    \"gnashed\": \"taa ngba\",\n    \"gnashes\": \"anwụnta\",\n    \"gnashing\": \"taa ikikere\",\n    \"gnashingly\": \"taa ikikere\",\n    \"gnast\": \"anwansi\",\n    \"gnat\": \"anwụnta\",\n    \"gnatcatcher\": \"anwansi\",\n    \"gnateater\": \"na-eri ihe\",\n    \"gnatflower\": \"anwansi\",\n    \"gnathic\": \"taa\",\n    \"gnathion\": \"ichi aru\",\n    \"gnathions\": \"anwansi\",\n    \"gnathite\": \"atakpo\",\n    \"gnathites\": \"ndị na-eri nri\",\n    \"gnathometer\": \"ghomhometer\",\n    \"gnathonic\": \"gnhonik\",\n    \"gnathonical\": \"gnhonhonical\",\n    \"gnathonically\": \"nke na-eme ihe n’orụ\",\n    \"gnathophorous\": \"na-eri eze\",\n    \"gnathopodous\": \"anwansị\",\n    \"gnathostomous\": \"anwansi\",\n    \"gnatlike\": \"anwụnta\",\n    \"gnatling\": \"na-ata ahuhu\",\n    \"gnats\": \"anwụnta\",\n    \"gnatsnap\": \"mmetu\",\n    \"gnatter\": \"anwansi\",\n    \"gnattiest\": \"mmachi\",\n    \"gnaw\": \"ataba\",\n    \"gnawable\": \"na-eri gnawable\",\n    \"gnawed\": \"atapara aru\",\n    \"gnawer\": \"ọnyà\",\n    \"gnawers\": \"ndị na-eri ihe\",\n    \"gnawing\": \"na-ata ikikere\",\n    \"gnawingly\": \"na-egbu mgbu\",\n    \"gnawings\": \"ọnya\",\n    \"gnawn\": \"taa\",\n    \"gnaws\": \"ọnya\",\n    \"gneiss\": \"ikechukwu\",\n    \"gneisses\": \"Oluchi\",\n    \"gneissy\": \"ikechukwu\",\n    \"gneissic\": \"izu ike\",\n    \"gnessic\": \"ịdị ọcha\",\n    \"gnetaceous\": \"edere\",\n    \"gnide\": \"taa\",\n    \"gnoff\": \"rie ihe\",\n    \"gnomed\": \"gwunye\",\n    \"gnomesque\": \"okwe\",\n    \"gnomic\": \"mgbako\",\n    \"gnomically\": \"n'egbughị oge\",\n    \"gnomide\": \"okpokoro\",\n    \"gnomish\": \"izu ike\",\n    \"gnomist\": \"onye ekweghi ekwe\",\n    \"gnomists\": \"ndị nkwekọ\",\n    \"gnomon\": \"okpu\",\n    \"gnomonia\": \"okpokoro\",\n    \"gnomonic\": \"mgbako\",\n    \"gnomons\": \"okpokoro\",\n    \"gnosiological\": \"nyocha\",\n    \"gnostic\": \"onye amuma\",\n    \"gnostically\": \"n'ile anya\",\n    \"gnosticity\": \"amoosu\",\n    \"gnosticize\": \"juo ase\",\n    \"gnostology\": \"amuma\",\n    \"gnow\": \"kpoo\",\n    \"gnus\": \"eri\",\n    \"go\": \"gaba\",\n    \"goad\": \"ndụdụ\",\n    \"goaded\": \"gbara mbọ\",\n    \"goading\": \"na-agba ọsọ\",\n    \"goadlike\": \"ndụdụ\",\n    \"goads\": \"ndụdụ\",\n    \"goadsman\": \"ọpịpịa\",\n    \"goadster\": \"ndụdụ\",\n    \"goajiro\": \"guajiro\",\n    \"goal\": \"ihe mgbaru ọsọ\",\n    \"goaled\": \"arụ ọrụ\",\n    \"goalee\": \"goalie\",\n    \"goaler\": \"goalie\",\n    \"goalers\": \"ndi goa\",\n    \"goalies\": \"goolu\",\n    \"goaling\": \"mgbaru ọsọ\",\n    \"goalkeeper\": \"onye nche\",\n    \"goalkeepers\": \"ndị na-eche nche\",\n    \"goalkeeping\": \"nchekwa bọọlụ\",\n    \"goalless\": \"enweghị goolu\",\n    \"goalmouth\": \"gooluuth\",\n    \"goalpost\": \"ihe mgbaru ọsọ\",\n    \"goalposts\": \"ihe nchedo\",\n    \"goals\": \"ihe mgbaru ọsọ\",\n    \"goaltender\": \"goolu\",\n    \"goaltenders\": \"goolu\",\n    \"goaltending\": \"ihe mgbaru ọsọ\",\n    \"goat\": \"mkpi\",\n    \"goatbeard\": \"nwa ewu\",\n    \"goatbrush\": \"ichoro\",\n    \"goatbush\": \"ewubush\",\n    \"goatfish\": \"azụ azụ\",\n    \"goatfishes\": \"ewu\",\n    \"goatherdess\": \"nne nduru\",\n    \"goatherds\": \"anụ ọhịa\",\n    \"goaty\": \"ewu\",\n    \"goatish\": \"ewu\",\n    \"goatishly\": \"na-azụ\",\n    \"goatishness\": \"ewu\",\n    \"goatland\": \"ewuland\",\n    \"goatly\": \"ewu\",\n    \"goatlike\": \"yiri ewu\",\n    \"goatling\": \"na-agba\",\n    \"goatpox\": \"ewupox\",\n    \"goatroot\": \"nwa ewu\",\n    \"goats\": \"ewu\",\n    \"goatsbane\": \"Nwa ewu\",\n    \"goatsbeard\": \"ewu\",\n    \"goatsfoot\": \"ụmụ ewu\",\n    \"goatskin\": \"akpụkpọ ewu\",\n    \"goatskins\": \"akpụkpọ ewu\",\n    \"goatstone\": \"ewu\",\n    \"goatsucker\": \"ewusucker\",\n    \"goatweed\": \"ewuweed\",\n    \"goaves\": \"gowa\",\n    \"goback\": \"laghachi azụ\",\n    \"gobbed\": \"ndina\",\n    \"gobby\": \"egwuregwu\",\n    \"gobbing\": \"ịmụrụ anya\",\n    \"gobble\": \"ogbaru\",\n    \"gobbling\": \"Ogbaru\",\n    \"goblet\": \"ọbleụ .ụ\",\n    \"gobleted\": \"goble\",\n    \"goblets\": \"ọla\",\n    \"gobmouthed\": \"gbasasiri\",\n    \"goclenian\": \"goclenius\",\n    \"god\": \"chukwu\",\n    \"godchild\": \"nwa chukwu\",\n    \"godchildren\": \"umu chukwu\",\n    \"goddam\": \"chukwu\",\n    \"goddammed\": \"chụọ n'ọrụ\",\n    \"goddamming\": \"egwu chukwu\",\n    \"goddammit\": \"onye chukwu\",\n    \"goddamn\": \"chukwu\",\n    \"goddamndest\": \"chukwuemeka\",\n    \"goddamned\": \"chụọ n'ọrụ\",\n    \"goddamnedest\": \"chukwu kere\",\n    \"goddamning\": \"egwu chukwu\",\n    \"goddamnit\": \"chukwuemeke\",\n    \"goddamns\": \"chukwu\",\n    \"goddams\": \"chukwu\",\n    \"goddard\": \"chukwu oma\",\n    \"goddaughter\": \"chukwu nwa\",\n    \"goddaughters\": \"ụmụ nwanyị\",\n    \"goddess\": \"chi nwanyị\",\n    \"goddesses\": \"chi nwanyị\",\n    \"goddesshood\": \"chi nwanyị\",\n    \"goddessship\": \"chi nwanyị\",\n    \"goddize\": \"chukwu oma\",\n    \"godelich\": \"chukwu\",\n    \"godet\": \"chukwu\",\n    \"godfather\": \"nna nna\",\n    \"godfatherhood\": \"nna nna\",\n    \"godfathers\": \"nna nna nna\",\n    \"godfathership\": \"nna nna\",\n    \"godfrey\": \"chukwuemeka\",\n    \"godhead\": \"isi chukwu\",\n    \"godheads\": \"isi chukwu\",\n    \"godhood\": \"ịbụ chi\",\n    \"godhoods\": \"chi dị iche iche\",\n    \"godless\": \"enweghị nsọpụrụ Chineke\",\n    \"godlessly\": \"enweghị nsọpụrụ\",\n    \"godlessness\": \"enweghị nsọpụrụ Chineke\",\n    \"godlet\": \"chi\",\n    \"godly\": \"Chineke\",\n    \"godlier\": \"chukwu chukwu\",\n    \"godliest\": \"Chineke\",\n    \"godlike\": \"dị ka Chineke\",\n    \"godlikeness\": \"ịdị ka chi\",\n    \"godliness\": \"nsọpụrụ Chineke\",\n    \"godling\": \"chi\",\n    \"godlings\": \"chukwu\",\n    \"godmaker\": \"onye na-eme chi\",\n    \"godmaking\": \"ime chukwu\",\n    \"godmother\": \"nne nne\",\n    \"godmotherhood\": \"nne chukwu\",\n    \"godmothers\": \"ndi nne chukwu\",\n    \"godmothership\": \"nna chukwu\",\n    \"godpapa\": \"chpapapa\",\n    \"godparent\": \"chpaparent\",\n    \"godparents\": \"nne na nna\",\n    \"godroon\": \"chukwu\",\n    \"godroons\": \"chukwu\",\n    \"gods\": \"chi\",\n    \"godsake\": \"chukwueke\",\n    \"godsend\": \"chukwu\",\n    \"godsends\": \"chi chukwu\",\n    \"godsent\": \"chukwu\",\n    \"godship\": \"chi\",\n    \"godships\": \"chi dị iche iche\",\n    \"godsib\": \"chukwuib\",\n    \"godsons\": \"chi ndị chi\",\n    \"godsonship\": \"chi\",\n    \"godspeed\": \"chukwu chukwu\",\n    \"godward\": \"chukwu\",\n    \"godwinian\": \"Godwinian\",\n    \"goer\": \"onye goer\",\n    \"goers\": \"ndị na-aga\",\n    \"goes\": \"na-aga\",\n    \"goethite\": \"gaa\",\n    \"goethites\": \"na-aga\",\n    \"goetic\": \"goet\",\n    \"gofers\": \"gophers\",\n    \"goffer\": \"onye ochichi\",\n    \"goffered\": \"wepụtara\",\n    \"goffering\": \"na-enye onyinye\",\n    \"goffers\": \"gophers\",\n    \"gogetting\": \"na-agagharị\",\n    \"goggan\": \"gogga\",\n    \"goggle\": \"ugogbe anya\",\n    \"goggled\": \"enyoguyo\",\n    \"goggler\": \"gobbler\",\n    \"gogglers\": \"ugogbe anya\",\n    \"goggles\": \"ugogbe anya\",\n    \"goggly\": \"ugogbe anya\",\n    \"gogglier\": \"ugogbe anya\",\n    \"goggliest\": \"ugogbe anya\",\n    \"goggling\": \"ugogbe anya\",\n    \"going\": \"na-aga\",\n    \"goings\": \"aga\",\n    \"goitered\": \"agwara\",\n    \"goitrous\": \"goitite\",\n    \"gold\": \"ọla edo\",\n    \"goldarn\": \"ọla edo\",\n    \"goldarned\": \"ọla edo\",\n    \"goldarnedest\": \"ọla edo\",\n    \"goldarns\": \"ọla edo\",\n    \"goldbeater\": \"ọla edo edo\",\n    \"goldbeating\": \"ịgba ọla edo\",\n    \"goldbird\": \"nnụnụ ọla edo\",\n    \"goldbrick\": \"ọlaedo\",\n    \"goldbricker\": \"ọla edo\",\n    \"goldbrickers\": \"ọla edo\",\n    \"goldbricks\": \"brik ọla edo\",\n    \"goldbug\": \"ọla edo\",\n    \"goldbugs\": \"ọla edo\",\n    \"goldcrest\": \"ọla edo\",\n    \"goldeyes\": \"ọla edo\",\n    \"golden\": \"ọla edo\",\n    \"goldenback\": \"ọla edo\",\n    \"goldeney\": \"goldey\",\n    \"goldeneyes\": \"anya ọlaedo\",\n    \"goldener\": \"ọla edo\",\n    \"goldenest\": \"ọla edo\",\n    \"goldenfleece\": \"ọla edo\",\n    \"goldenhair\": \"ọla edo\",\n    \"goldenknop\": \"ọlaedo\",\n    \"goldenly\": \"ọla edo\",\n    \"goldenlocks\": \"ọla edo\",\n    \"goldenmouth\": \"goldmouth\",\n    \"goldenmouthed\": \"ọla edo\",\n    \"goldenness\": \"ọla edo\",\n    \"goldenpert\": \"ọlaedo\",\n    \"goldenrod\": \"ọlaedo\",\n    \"goldenrods\": \"ọla edo\",\n    \"goldenseal\": \"ọla edo\",\n    \"goldenwing\": \"ọlaedo\",\n    \"goldest\": \"ọlaedo\",\n    \"goldfield\": \"ogige ọla edo\",\n    \"goldfielder\": \"onye na-agba bọọlụ\",\n    \"goldfields\": \"ola edo\",\n    \"goldfish\": \"azụ azụ\",\n    \"goldfishes\": \"azụ azụ\",\n    \"goldflower\": \"okooko osisi\",\n    \"goldhammer\": \"ọlaedo\",\n    \"goldhead\": \"isi ọla edo\",\n    \"goldy\": \"ọla edo\",\n    \"goldic\": \"goldi\",\n    \"goldilocks\": \"ọla edo\",\n    \"goldylocks\": \"ọla edo\",\n    \"golding\": \"ọlaedo\",\n    \"goldish\": \"ọla edo\",\n    \"goldless\": \"enweghị ọla edo\",\n    \"goldlike\": \"yiri ọla edo\",\n    \"goldminer\": \"ọla edo\",\n    \"goldmist\": \"onye na-edozi ọla edo\",\n    \"goldney\": \"ọlaedo\",\n    \"goldonian\": \"goldonyi\",\n    \"golds\": \"ọlaedo\",\n    \"goldseed\": \"ọla edo\",\n    \"goldsinny\": \"ọlaedo\",\n    \"goldsmith\": \"onye na-eme ọla edo\",\n    \"goldsmithery\": \"ọla edo\",\n    \"goldsmithing\": \"ọla edo\",\n    \"goldsmithry\": \"ọla edo\",\n    \"goldsmiths\": \"ndị na-eji ọlaedo akpụ ihe\",\n    \"goldspink\": \"ọla edo edo\",\n    \"goldstone\": \"nkume ọlaedo\",\n    \"goldtail\": \"ọla edo\",\n    \"goldthread\": \"mgbaaka ọla edo\",\n    \"goldtit\": \"goldtitting\",\n    \"goldurn\": \"ọla edo\",\n    \"goldurned\": \"ọlaedo\",\n    \"goldurnedest\": \"ihe ọla edo\",\n    \"goldurns\": \"ọla edo\",\n    \"goldwater\": \"mmiri ọla edo\",\n    \"goldweed\": \"ọla edo\",\n    \"goldwork\": \"ọla edo\",\n    \"goldworker\": \"onye na-eme ọla edo\",\n    \"golf\": \"goolu\",\n    \"golfdom\": \"egwuregwu golf\",\n    \"golfed\": \"gọọlfụ\",\n    \"golfer\": \"onye na-agba goof\",\n    \"golfers\": \"ndị golf\",\n    \"golfing\": \"goofu\",\n    \"golfings\": \"golf\",\n    \"golfs\": \"golf\",\n    \"golgothas\": \"golgotas\",\n    \"goli\": \"goili\",\n    \"goliad\": \"okek\",\n    \"goliard\": \"eze\",\n    \"goliardeys\": \"chukwuemeka\",\n    \"goliardery\": \"okpokoro\",\n    \"goliath\": \"Golayat\",\n    \"goliathize\": \"ikechi\",\n    \"goliaths\": \"Golayat\",\n    \"golilla\": \"goola\",\n    \"goll\": \"ọlaedo\",\n    \"gollar\": \"onye na-agba goolu\",\n    \"goller\": \"onye na-agba goolu\",\n    \"golly\": \"nzuzu\",\n    \"gollywobbler\": \"Onyedikachi\",\n    \"gollywog\": \"golliwog\",\n    \"golliwogg\": \"golliwog\",\n    \"golp\": \"kpoo\",\n    \"goluptious\": \"ọlaedo\",\n    \"goma\": \"iri\",\n    \"gomarian\": \"onye anakpo\",\n    \"gomarist\": \"onye gomarist\",\n    \"gomarite\": \"onyeoma\",\n    \"gomart\": \"onyeoma\",\n    \"gomavel\": \"iri\",\n    \"gombroons\": \"chukwu obula\",\n    \"gomer\": \"onye anakpo\",\n    \"gommelin\": \"goomelin\",\n    \"gon\": \"Gha\",\n    \"gonadectomizing\": \"na-arụ ọrụ\",\n    \"gond\": \"obi ụtọ\",\n    \"gondite\": \"obi ụtọ\",\n    \"gone\": \"arahụ\",\n    \"goneoclinic\": \"gooclinic\",\n    \"gonepoiesis\": \"gopoiesis\",\n    \"gonepoietic\": \"gopoietic\",\n    \"gong\": \"gọong\",\n    \"gonged\": \"okwo\",\n    \"gonging\": \"ịongụ mmanya\",\n    \"gongman\": \"Nwoke\",\n    \"gongoresque\": \"okpokoro\",\n    \"gongorism\": \"ogbugbu\",\n    \"gongorist\": \"goongorist\",\n    \"gongoristic\": \"ogonogo\",\n    \"gongs\": \"ugogbe\",\n    \"goniatites\": \"ndi goniat\",\n    \"goniotropous\": \"onyekachi\",\n    \"gonys\": \"Ndị mmadụ\",\n    \"gonna\": \"agbarapụ\",\n    \"gonne\": \"aga\",\n    \"gonocyte\": \"okonkwo\",\n    \"gonocytes\": \"ihe ngosi\",\n    \"gonococcic\": \"okpokoro\",\n    \"gonocoel\": \"ozioma\",\n    \"gonolobus\": \"nnukwu ụlọ\",\n    \"gonoph\": \"okwe\",\n    \"gonophs\": \"ndị gonoph\",\n    \"gonorrhoea\": \"gonorrhea\",\n    \"gonostyle\": \"ọmarịcha\",\n    \"good\": \"ezi\",\n    \"goodby\": \"ezigbo sitere na\",\n    \"goodbye\": \"Ka ọ dị\",\n    \"goodbyes\": \"ehee\",\n    \"goodbys\": \"ndeewo\",\n    \"goodeniaceous\": \"ọ dị mma\",\n    \"gooder\": \"mma\",\n    \"gooders\": \"ndi oma\",\n    \"goodhearted\": \"obi oma\",\n    \"goodheartedly\": \"obi oma\",\n    \"goodheartedness\": \"obi oma\",\n    \"goodhumoredness\": \"ịdị mma\",\n    \"goody\": \"Onyeoma\",\n    \"goodyear\": \"daalu\",\n    \"goodyish\": \"Nwachukwu\",\n    \"goodyism\": \"ọmarịcha\",\n    \"goodyness\": \"ihe ọma\",\n    \"gooding\": \"ezi ihe\",\n    \"goodish\": \"gaa nke ọma\",\n    \"goodyship\": \"ezi-okwu\",\n    \"goodishness\": \"ịdị mma\",\n    \"goodless\": \"adịghị mma\",\n    \"goodly\": \"mma\",\n    \"goodlier\": \"mma\",\n    \"goodliest\": \"kasị mma\",\n    \"goodlihead\": \"isi\",\n    \"goodlike\": \"Onyeoma\",\n    \"goodliness\": \"ịdị mma\",\n    \"goodman\": \"Nwoke oma\",\n    \"goodmanship\": \"ịdị mma\",\n    \"goodmen\": \"Nwoke oma\",\n    \"goodnaturedness\": \"ezigbo agwa\",\n    \"goodness\": \"ịdị mma\",\n    \"goodnesses\": \"ịdị mma\",\n    \"goodnight\": \"ka chifoo\",\n    \"goods\": \"ngwongwo\",\n    \"goodship\": \"ngwongwo\",\n    \"goodsire\": \"dị mma\",\n    \"goodsome\": \"buru ibu\",\n    \"goodtemperedness\": \"Ezigbo obi oma\",\n    \"goodwife\": \"nwanyi oma\",\n    \"goodwily\": \"iheoma\",\n    \"goodwill\": \"iheoma\",\n    \"goodwilled\": \"iheoma\",\n    \"goodwilly\": \"iheoma\",\n    \"goodwillie\": \"iheoma\",\n    \"goodwillies\": \"ndioma\",\n    \"goodwillit\": \"iheoma\",\n    \"goodwills\": \"ihe oma\",\n    \"goodwives\": \"ndi oma\",\n    \"goofballs\": \"goolu\",\n    \"goog\": \"ije\",\n    \"googols\": \"googol\",\n    \"gooiest\": \"kasị mma\",\n    \"gooks\": \"Ikechukwu\",\n    \"gools\": \"goos\",\n    \"goony\": \"gooni\",\n    \"goorals\": \"goolu\",\n    \"goose\": \"ọgazị\",\n    \"gooseberry\": \"goozberị\",\n    \"goosebone\": \"ọgazị\",\n    \"goosefishes\": \"ọgazị\",\n    \"gooseflesh\": \"ọpụrụiche\",\n    \"gooseflower\": \"ọseụflowụ\",\n    \"goosehouse\": \"selọ goose\",\n    \"gooses\": \"goose\",\n    \"goosewinged\": \"goosewing\",\n    \"goosishness\": \"goos\",\n    \"gopher\": \"onye ochichi\",\n    \"gopherberry\": \"goferberry\",\n    \"gopherman\": \"onye ochichi\",\n    \"gor\": \"Gor\",\n    \"gorals\": \"ọla\",\n    \"gorb\": \"okpokoro\",\n    \"gorbal\": \"mgbakasi\",\n    \"gorbelly\": \"onyekwere\",\n    \"gorbellied\": \"gbamgbam\",\n    \"gorbellies\": \"ọmarịcha\",\n    \"gorbet\": \"okpokoro\",\n    \"gorbit\": \"okpokoro\",\n    \"gorblimey\": \"Onyekwere\",\n    \"gorblimy\": \"Onyekwere\",\n    \"gorblin\": \"goblin\",\n    \"gorce\": \"ike\",\n    \"gorcock\": \"ozodimgba\",\n    \"gorcocks\": \"okpokoro\",\n    \"gorcrow\": \"ozodimgba\",\n    \"gordiacean\": \"Gordiacean\",\n    \"gordian\": \"Gordian\",\n    \"gordioid\": \"chukwu\",\n    \"gordioidea\": \"aguruonye\",\n    \"gordius\": \"Gordius\",\n    \"gordolobo\": \"gorọlọbo\",\n    \"gordon\": \"okpokoro\",\n    \"gordonia\": \"Gordonia\",\n    \"gordunite\": \"okpokoro\",\n    \"gore\": \"okwo\",\n    \"gorebill\": \"okooko osisi\",\n    \"gored\": \"gbụrụ\",\n    \"gorer\": \"Oluoma\",\n    \"gores\": \"agba\",\n    \"gorevan\": \"ọoreụ\",\n    \"gorge\": \"akpiri\",\n    \"gorgeable\": \"ọmarịcha\",\n    \"gorged\": \"okwo\",\n    \"gorgedly\": \"Ihere\",\n    \"gorgelet\": \"akpiri\",\n    \"gorgeous\": \"ọmarịcha\",\n    \"gorgeously\": \"n'ebube\",\n    \"gorgeousness\": \"ọmarịcha\",\n    \"gorger\": \"Ezigbo\",\n    \"gorgeret\": \"ebe obibi\",\n    \"gorgerin\": \"Ugochukwu\",\n    \"gorgerins\": \"ozodimgba\",\n    \"gorgers\": \"gorgor\",\n    \"gorges\": \"gor\",\n    \"gorget\": \"iwu\",\n    \"gorgeted\": \"agbadoro\",\n    \"gorgets\": \"mbata\",\n    \"gorgia\": \"georgia\",\n    \"gorging\": \"ggba ndụ\",\n    \"gorgio\": \"giorgio\",\n    \"gorglin\": \"ggba ndụ\",\n    \"gorgon\": \"okpokoro\",\n    \"gorgonacea\": \"chukwuemeka\",\n    \"gorgonaceous\": \"ogba\",\n    \"gorgoneion\": \"okpokoro\",\n    \"gorgonesque\": \"okpokoro\",\n    \"gorgonia\": \"mba Georgia\",\n    \"gorgoniacean\": \"okpokoro\",\n    \"gorgoniaceous\": \"onyekwena\",\n    \"gorgonian\": \"okpokoro\",\n    \"gorgonise\": \"okpokoro\",\n    \"gorgonised\": \"anakpo\",\n    \"gorgonising\": \"ịkwa ok g\",\n    \"gorgonize\": \"ichi aka\",\n    \"gorgonizing\": \"na-egbu egbu\",\n    \"gorgonlike\": \"gorgon\",\n    \"gorgons\": \"okpokoro\",\n    \"gorhen\": \"Gorhen\",\n    \"gorhens\": \"Ugochukwu\",\n    \"gory\": \"Akuko\",\n    \"goric\": \"onyinyechi\",\n    \"goriest\": \"kacha mma\",\n    \"gorilla\": \"ozodimgba\",\n    \"gorillalike\": \"ozodimgba\",\n    \"gorillas\": \"ozodimgba\",\n    \"gorillaship\": \"ozodimgba\",\n    \"gorillian\": \"ozodimgba\",\n    \"goriness\": \"okwo\",\n    \"gorinesses\": \"ndiegwu\",\n    \"goring\": \"na-agwụ ike\",\n    \"gorkhali\": \"onyekwere\",\n    \"gorki\": \"Gorki\",\n    \"gorkiesque\": \"ebele\",\n    \"gorkun\": \"ogba\",\n    \"gorlin\": \"ozodimgba\",\n    \"gorling\": \"okwo\",\n    \"gorlois\": \"ozioma\",\n    \"gorman\": \"Gorman\",\n    \"gormand\": \"Gormand\",\n    \"gormandise\": \"ebe obibi\",\n    \"gormandised\": \"Gormandised\",\n    \"gormandiser\": \"onyekachi\",\n    \"gormandising\": \"na-agbagharị\",\n    \"gormandize\": \"Gormandize\",\n    \"gormandized\": \"okpo\",\n    \"gormandizer\": \"Onyekwere\",\n    \"gormandizes\": \"Gormandizes\",\n    \"gormandizing\": \"igwu\",\n    \"gormed\": \"gorm\",\n    \"gormless\": \"enweghị\",\n    \"gorra\": \"ozodimgba\",\n    \"gorraf\": \"ozodimgba\",\n    \"gorrel\": \"ozodimgba\",\n    \"gorry\": \"ozor\",\n    \"gortonian\": \"onyekachi\",\n    \"gortonite\": \"okpokoro\",\n    \"goschens\": \"ndi goschen\",\n    \"goslet\": \"asusu\",\n    \"gosling\": \"na-agba asịrị\",\n    \"goslings\": \"asịrị\",\n    \"gospel\": \"ozioma\",\n    \"gospeler\": \"onye asịrị\",\n    \"gospelers\": \"ndị asịrị\",\n    \"gospelist\": \"ozioma\",\n    \"gospelize\": \"ozioma\",\n    \"gospeller\": \"ozioma\",\n    \"gospelly\": \"ozioma\",\n    \"gospellike\": \"ozioma\",\n    \"gospelmonger\": \"ozioma\",\n    \"gospels\": \"ozioma\",\n    \"gospelwards\": \"ozioma\",\n    \"gosplan\": \"ozioma\",\n    \"gospodar\": \"ozioma\",\n    \"gospodin\": \"gospelodin\",\n    \"gosport\": \"asịrị\",\n    \"gosports\": \"ozioma\",\n    \"gossamered\": \"gossamere\",\n    \"gossip\": \"asịrị\",\n    \"gossipdom\": \"asịrị\",\n    \"gossiped\": \"asugharia\",\n    \"gossiper\": \"onye asusu\",\n    \"gossipers\": \"asịrị\",\n    \"gossiphood\": \"asịrị\",\n    \"gossipy\": \"asiri\",\n    \"gossipiness\": \"asịrị\",\n    \"gossiping\": \"na-agba asịrị\",\n    \"gossipingly\": \"na-agba asịrị\",\n    \"gossipped\": \"asugharia\",\n    \"gossipper\": \"onye asusu\",\n    \"gossipping\": \"na-agba asịrị\",\n    \"gossipred\": \"asịrị\",\n    \"gossipry\": \"asịrị\",\n    \"gossipries\": \"asịrị\",\n    \"gossips\": \"asịrị\",\n    \"gossoons\": \"asịrị\",\n    \"got\": \"nwetara\",\n    \"gotched\": \"bia\",\n    \"gote\": \"agbako\",\n    \"goter\": \"nwetara\",\n    \"goth\": \"gọzie\",\n    \"gothic\": \"ogidi\",\n    \"gothically\": \"n'ụzọ dị mma\",\n    \"gothicism\": \"ogwugwu\",\n    \"gothicist\": \"dibia igbo\",\n    \"gothicity\": \"ogwugwu\",\n    \"gothicize\": \"gozie\",\n    \"gothicizer\": \"gootu\",\n    \"gothicness\": \"ogwugwu\",\n    \"gothics\": \"ndị isi\",\n    \"gothite\": \"onye-Goth\",\n    \"gothites\": \"ndi Goth\",\n    \"gothlander\": \"Onyekwere\",\n    \"goths\": \"goth\",\n    \"gotta\": \"nwetara\",\n    \"gotten\": \"nwetara\",\n    \"gottfried\": \"Nwunye\",\n    \"goulashes\": \"goulash\",\n    \"goumier\": \"goumi\",\n    \"goup\": \"otu\",\n    \"goury\": \"gour\",\n    \"gourmet\": \"Gọọmet\",\n    \"goustrous\": \"amaka\",\n    \"gouty\": \"oru\",\n    \"gouvernantes\": \"ndi ochichi\",\n    \"govern\": \"na-achịkwa\",\n    \"governability\": \"ọchịchị\",\n    \"governable\": \"na-achịkwa\",\n    \"governableness\": \"ịchịkwa\",\n    \"governably\": \"ochichi\",\n    \"governail\": \"ọchịchị\",\n    \"governance\": \"ochichi\",\n    \"governante\": \"ọchịchị\",\n    \"governed\": \"achịkwa\",\n    \"governeress\": \"onye ochichi\",\n    \"governess\": \"na-achịkwa\",\n    \"governessdom\": \"ọchịchị\",\n    \"governesses\": \"na-achịkwa\",\n    \"governesshood\": \"ọchịchị\",\n    \"governessy\": \"ọchịchị\",\n    \"governing\": \"na-achịkwa\",\n    \"governingly\": \"na-achịkwa\",\n    \"governless\": \"enweghị ọchịchị\",\n    \"government\": \"ọchịchị\",\n    \"governmental\": \"ọchịchị\",\n    \"governmentalism\": \"ọchịchị\",\n    \"governmentalist\": \"onye ochichi\",\n    \"governmentalize\": \"mee ka ọchịchị mara\",\n    \"governmentally\": \"nke ochichi\",\n    \"governmentish\": \"ọchịchị\",\n    \"governments\": \"ndị ọchịchị\",\n    \"governor\": \"gọvanọ\",\n    \"governorate\": \"ọchịchị\",\n    \"governors\": \"ndị gọvanọ\",\n    \"governorship\": \"Gọvanọ\",\n    \"governorships\": \"ọchịchị\",\n    \"governs\": \"na-achịkwa\",\n    \"gowans\": \"ndiegwu\",\n    \"gowd\": \"gwow\",\n    \"gowds\": \"ogbu\",\n    \"gowkedly\": \"okwe\",\n    \"gowkit\": \"nweke\",\n    \"gowks\": \"ọwara\",\n    \"gowl\": \"uwa\",\n    \"gowlan\": \"onwuzulike\",\n    \"gowland\": \"ogbe\",\n    \"gown\": \"uwe mwụda\",\n    \"gowned\": \"uwe mwụda\",\n    \"gowning\": \"uwe elu\",\n    \"gowns\": \"uwe mwụda\",\n    \"gownsman\": \"ọownụ\",\n    \"gownsmen\": \"ndị gowns\",\n    \"gowpen\": \"ikpa\",\n    \"gowpin\": \"onyekwere\",\n    \"goxes\": \"goks\",\n    \"gozzard\": \"oguegwu\",\n    \"gpad\": \"mgbapụta\",\n    \"gps\": \"GPS\",\n    \"gr\": \"kr\",\n    \"graals\": \"ọka\",\n    \"grab\": \"jidere\",\n    \"grabbed\": \"jidere\",\n    \"grabber\": \"onye njide\",\n    \"grabbers\": \"ndị jidere\",\n    \"grabby\": \"jidere\",\n    \"grabbier\": \"jidere\",\n    \"grabbiest\": \"jidere St.\",\n    \"grabbing\": \"na-ejide\",\n    \"grabble\": \"mgba\",\n    \"grabbled\": \"jidere\",\n    \"grabbler\": \"njide\",\n    \"grabblers\": \"ndị na-ejide ya\",\n    \"grabbling\": \"na-ejide\",\n    \"grabens\": \"na-ejide\",\n    \"grabhook\": \"jidere\",\n    \"grabman\": \"onye njide\",\n    \"grabs\": \"jidere\",\n    \"grace\": \"amara\",\n    \"graced\": \"amara\",\n    \"graceful\": \"keugwu\",\n    \"gracefuller\": \"amara amara\",\n    \"gracefullest\": \"keugwu\",\n    \"gracefully\": \"n'ebube\",\n    \"gracefulness\": \"amara\",\n    \"graceless\": \"enweghị amara\",\n    \"gracelessly\": \"na-enweghị amara\",\n    \"gracelessness\": \"enweghị amara\",\n    \"graces\": \"onyinye\",\n    \"gracileness\": \"graciley\",\n    \"graciosity\": \"oke ochicho\",\n    \"gracious\": \"amara\",\n    \"graciously\": \"n'amara\",\n    \"graciousness\": \"amara\",\n    \"gradal\": \"gradable\",\n    \"gradate\": \"gụsịrị akwụkwọ\",\n    \"gradated\": \"grad\",\n    \"gradates\": \"ndị gụsịrị akwụkwọ\",\n    \"gradating\": \"grad\",\n    \"gradation\": \"grad\",\n    \"gradationally\": \"gradally\",\n    \"gradationately\": \"gradately\",\n    \"gradations\": \"grad\",\n    \"grade\": \"ọkwa\",\n    \"gradefinder\": \"ọkwa ọkwa\",\n    \"gradeless\": \"enweghị ọkwa\",\n    \"grademark\": \"ụghalaahia\",\n    \"graders\": \"ndị gụọ akwụkwọ\",\n    \"grades\": \"akara ule\",\n    \"gradgrindism\": \"afọ iri\",\n    \"gradient\": \"grajentị\",\n    \"gradienter\": \"grajentị\",\n    \"gradins\": \"grad\",\n    \"gradual\": \"nke nta nke nta\",\n    \"graduale\": \"gradual\",\n    \"gradualism\": \"nwayọọ nwayọọ\",\n    \"gradualist\": \"onye nzuzu\",\n    \"gradualistic\": \"nke nta nke nta\",\n    \"graduality\": \"nwayọọ\",\n    \"gradually\": \"nke nta nke nta\",\n    \"gradualness\": \"nwayọọ nwayọọ\",\n    \"graduals\": \"gụsịrị akwụkwọ\",\n    \"graduand\": \"gụchaa\",\n    \"graduands\": \"na-agụsị akwụkwọ\",\n    \"graduate\": \"gụsịrị akwụkwọ\",\n    \"graduated\": \"gụsịrị akwụkwọ\",\n    \"graduates\": \"ndị gụsịrị akwụkwọ\",\n    \"graduateship\": \"gụsịrị akwụkwọ\",\n    \"graduatical\": \"ngụsị akwụkwọ\",\n    \"graduating\": \"na-agụsị akwụkwọ\",\n    \"graduation\": \"ngụsị akwụkwọ\",\n    \"graduations\": \"ngụsị akwụkwọ\",\n    \"graduator\": \"onye gụsịrị akwụkwọ\",\n    \"graduators\": \"ndị na-agụsị akwụkwọ\",\n    \"graecize\": \"kwue\",\n    \"graecizing\": \"graeciing\",\n    \"graffer\": \"graff\",\n    \"graft\": \"aka\",\n    \"graftdom\": \"aka\",\n    \"grafted\": \"anyadokwa\",\n    \"grafters\": \"graft\",\n    \"grafting\": \"graft\",\n    \"grager\": \"grander\",\n    \"gragers\": \"ndị gụọ akwụkwọ\",\n    \"grahamism\": \"ụtọ asụsụ\",\n    \"grahams\": \"graham\",\n    \"gray\": \"isi awọ\",\n    \"grayback\": \"greyback\",\n    \"graybacks\": \"isi awọ\",\n    \"graybeard\": \"isi awọ\",\n    \"graybearded\": \"isi awọ\",\n    \"graybeards\": \"isi awọ\",\n    \"graycoat\": \"isi awọ\",\n    \"grayed\": \"gbara ntụ\",\n    \"grayfish\": \"isi awọ\",\n    \"grayfishes\": \"isi awọ\",\n    \"grayfly\": \"isi awọ\",\n    \"grayhair\": \"isi awọ\",\n    \"grayhead\": \"isi awọ\",\n    \"grayhound\": \"isi awọ\",\n    \"graying\": \"awọ\",\n    \"grayish\": \"isi awọ\",\n    \"grayishness\": \"isi awọ\",\n    \"grail\": \"Grail\",\n    \"graylag\": \"isi awọ\",\n    \"graylags\": \"greylags\",\n    \"grayly\": \"isi awọ\",\n    \"grailing\": \"na-agagharị\",\n    \"grayling\": \"isi awọ\",\n    \"graylings\": \"isi awọ\",\n    \"graymalkin\": \"isiọcha\",\n    \"graymill\": \"isi awọ\",\n    \"grain\": \"ọka\",\n    \"grainage\": \"ọka\",\n    \"grainedness\": \"grained\",\n    \"grainer\": \"ọka\",\n    \"grainery\": \"ọka\",\n    \"grainering\": \"eringgha ọka\",\n    \"grainers\": \"ọka\",\n    \"grayness\": \"isi awọ\",\n    \"graynesses\": \"grayness\",\n    \"grainfield\": \"ubi ọka\",\n    \"graininess\": \"ọka\",\n    \"grainland\": \"ọka\",\n    \"grainless\": \"enweghị ọka\",\n    \"grainman\": \"onye ọka\",\n    \"grains\": \"ọka\",\n    \"grainsickness\": \"ọka grains\",\n    \"grainsman\": \"ọka\",\n    \"grainsmen\": \"ọka\",\n    \"grainways\": \"okporo ụzọ\",\n    \"graip\": \"ntụ\",\n    \"graypate\": \"isi awọ\",\n    \"graisse\": \"grais\",\n    \"graywacke\": \"isi awọ\",\n    \"graywall\": \"isi awọ\",\n    \"grayware\": \"ihe isi awọ\",\n    \"graywether\": \"greywethers\",\n    \"grakle\": \"grackle\",\n    \"grallae\": \"mmmmmmmmmmmmm\",\n    \"grallatores\": \"ihe ndozi\",\n    \"grallatory\": \"nchịkọta\",\n    \"gralline\": \"nkechi\",\n    \"gralloch\": \"mmmmmmmmmmmmm\",\n    \"gramaphone\": \"gramophone\",\n    \"gramary\": \"ụtọ asụsụ\",\n    \"gramaries\": \"ụtọ asụsụ\",\n    \"gramaryes\": \"ụtọ asụsụ\",\n    \"gramas\": \"gram\",\n    \"gramash\": \"gram\",\n    \"gramashes\": \"gramas\",\n    \"grame\": \"gram\",\n    \"gramercy\": \"ụtọ asụsụ\",\n    \"gramercies\": \"gramer\",\n    \"gramineous\": \"graminous\",\n    \"gramineousness\": \"gramine, ịdọ aka nri\",\n    \"graminous\": \"gramin\",\n    \"grammalogue\": \"ụtọ asụsụ\",\n    \"grammar\": \"ụtọ asụsụ\",\n    \"grammarian\": \"ụtọasụsụ\",\n    \"grammarianism\": \"ụtọasụsụ\",\n    \"grammarians\": \"ụtọasụsụ\",\n    \"grammarless\": \"enweghị ụtọ asụsụ\",\n    \"grammars\": \"ụtọ asụsụ\",\n    \"grammatic\": \"ụtọasụsụ\",\n    \"grammatical\": \"ụtọasụsụ\",\n    \"grammaticality\": \"ụtọasụsụ\",\n    \"grammatically\": \"ụtọ asụsụ\",\n    \"grammaticalness\": \"ụtọasụsụ\",\n    \"grammaticaster\": \"ụtọ asụsụ\",\n    \"grammatication\": \"ụtọasụsụ\",\n    \"grammaticism\": \"ụtọasụsụ\",\n    \"grammaticize\": \"ụtọ asụsụ\",\n    \"grammatics\": \"ụtọasụsụ\",\n    \"grammatist\": \"ụtọasụsụ\",\n    \"grammatistical\": \"ụtọasụsụ\",\n    \"gramme\": \"gram\",\n    \"grammes\": \"gram\",\n    \"grammy\": \"gram\",\n    \"grammies\": \"gram\",\n    \"gramophonic\": \"gramophone\",\n    \"gramophonist\": \"gramophone\",\n    \"gramper\": \"gram\",\n    \"gramps\": \"gram\",\n    \"grampuses\": \"gram aka\",\n    \"grams\": \"gram\",\n    \"granadine\": \"grenadine\",\n    \"granage\": \"granate\",\n    \"granaries\": \"ọka\",\n    \"granatite\": \"granate\",\n    \"granch\": \"ikike\",\n    \"grand\": \"ebube\",\n    \"grandad\": \"nne ochie\",\n    \"grandada\": \"nne nna\",\n    \"grandaddy\": \"nne ochie\",\n    \"grandads\": \"nne nna\",\n    \"grandam\": \"nne nne ya\",\n    \"grandame\": \"nne nne\",\n    \"grandames\": \"nne nne\",\n    \"grandams\": \"nne nna\",\n    \"grandbaby\": \"Nwa nwanyi\",\n    \"grandchild\": \"nwa nwa\",\n    \"grandchildren\": \"ụmụ ụmụ\",\n    \"granddad\": \"nna nna\",\n    \"granddaddy\": \"nna nna\",\n    \"granddaddies\": \"ụmụ nne nne\",\n    \"granddads\": \"nne ochie\",\n    \"granddam\": \"nne nna\",\n    \"granddaughter\": \"nwa nwa\",\n    \"granddaughterly\": \"nwa nwa nwanyi\",\n    \"granddaughters\": \"ụmụ ụmụ nwanyị\",\n    \"grande\": \"nnukwu\",\n    \"grandee\": \"nneoma\",\n    \"grandeeism\": \"ochie\",\n    \"grandees\": \"ndị nne\",\n    \"grandeeship\": \"Nnukwu\",\n    \"grandesque\": \"ebube\",\n    \"grandest\": \"nke uku\",\n    \"grandeur\": \"ebube\",\n    \"grandeurs\": \"ụmụ nwa\",\n    \"grandeval\": \"nke ochie\",\n    \"grandevity\": \"ịdị ebube\",\n    \"grandevous\": \"nnukwu\",\n    \"grandeza\": \"nneoma\",\n    \"grandfather\": \"nna nna\",\n    \"grandfatherhood\": \"nna nna\",\n    \"grandfatherish\": \"nna ochie\",\n    \"grandfatherless\": \"nna nna\",\n    \"grandfatherly\": \"nna nna\",\n    \"grandfathers\": \"nna nna\",\n    \"grandfathership\": \"nna nna\",\n    \"grandfilial\": \"ochie\",\n    \"grandgore\": \"ochie\",\n    \"grandiose\": \"ebube\",\n    \"grandiosely\": \"ebube\",\n    \"grandioseness\": \"nnukwu nne\",\n    \"grandiosity\": \"ebube\",\n    \"grandioso\": \"nnukwu\",\n    \"grandisonant\": \"nnukwu nne\",\n    \"grandisonian\": \"mmmmmmmmmmmmm\",\n    \"grandisonianism\": \"nnuku\",\n    \"grandisonous\": \"nnukwu\",\n    \"grandity\": \"nnukwu\",\n    \"grandly\": \"nnukwu\",\n    \"grandma\": \"nne nne ya\",\n    \"grandmama\": \"nnenne\",\n    \"grandmamma\": \"nne nne\",\n    \"grandmammy\": \"nne nne\",\n    \"grandmas\": \"nne nne\",\n    \"grandmaster\": \"nna ukwu\",\n    \"grandmaternal\": \"nne nne\",\n    \"grandmontine\": \"mmmmmmmmmmmmm\",\n    \"grandmother\": \"nne nne\",\n    \"grandmotherhood\": \"nne nne\",\n    \"grandmotherism\": \"nne ochie\",\n    \"grandmotherly\": \"nne nne\",\n    \"grandmotherliness\": \"nne nne\",\n    \"grandmothers\": \"nne nne\",\n    \"grandnephew\": \"nwa nna\",\n    \"grandnephews\": \"ụmụ ụmụ nna\",\n    \"grandness\": \"ebube\",\n    \"grandniece\": \"nne nne\",\n    \"grandnieces\": \"ụmụ nne nne\",\n    \"grando\": \"nnukwu\",\n    \"grandpa\": \"nna nna\",\n    \"grandpap\": \"nna nna\",\n    \"grandpapa\": \"nna nna\",\n    \"grandpappy\": \"nne ochie\",\n    \"grandparent\": \"nne nne\",\n    \"grandparentage\": \"nne na nna ochie\",\n    \"grandparental\": \"nne na nna ochie\",\n    \"grandparenthood\": \"nne ochie\",\n    \"grandparents\": \"nne na nna ochie\",\n    \"grandpas\": \"nwa nwa\",\n    \"grandpaternal\": \"nne nne\",\n    \"grandrelle\": \"ochie\",\n    \"grands\": \"Nnanna\",\n    \"grandsir\": \"nwa nwa\",\n    \"grandsire\": \"ebube\",\n    \"grandsirs\": \"ụmụ ụmụ\",\n    \"grandson\": \"nwa nwa\",\n    \"grandsons\": \"ụmụ ụmụ\",\n    \"grandsonship\": \"nwa nwa mmiri\",\n    \"grandstand\": \"akwa ukwu\",\n    \"grandstanded\": \"anya\",\n    \"grandstander\": \"nna ukwu\",\n    \"grandstanding\": \"ebube\",\n    \"grandstands\": \"ihe nnabata\",\n    \"grandtotal\": \"mkpokọta niile\",\n    \"granduncle\": \"nne ochie\",\n    \"granduncles\": \"nne ochie\",\n    \"granes\": \"ọka\",\n    \"grange\": \"mechie\",\n    \"granger\": \"grander\",\n    \"grangerisation\": \"oriri\",\n    \"grangeriser\": \"grander\",\n    \"grangerising\": \"na-eri nri\",\n    \"grangerism\": \"na-eri ihe\",\n    \"grangerize\": \"graginize\",\n    \"grangerizing\": \"na-eri nri\",\n    \"granite\": \"konkiri\",\n    \"granites\": \"granite\",\n    \"granitizing\": \"ihe na-edozi ahụ\",\n    \"grank\": \"ikwu eziokwu\",\n    \"granma\": \"nneoma\",\n    \"grant\": \"Onyinye\",\n    \"grantable\": \"kwere\",\n    \"granted\": \"nyere\",\n    \"grantedly\": \"akwadoro\",\n    \"grantee\": \"nyee\",\n    \"grantees\": \"ndị enyemaka\",\n    \"granters\": \"ndị nyere\",\n    \"granth\": \"nye\",\n    \"grantha\": \"nnweta\",\n    \"granthi\": \"nyekwuo\",\n    \"granting\": \"na-enye\",\n    \"grantor\": \"andinọ\",\n    \"grantors\": \"ndị na-enye onyinye\",\n    \"grants\": \"enyem\",\n    \"grantsman\": \"Enyemaka\",\n    \"grantsmanship\": \"enyem aka\",\n    \"grantsmen\": \"nyere ndị mmadụ\",\n    \"granulated\": \"granulated anya\",\n    \"granulation\": \"nkwakọba\",\n    \"granulations\": \"ihe ndozi\",\n    \"granulators\": \"ndị na-agwọ ọrịa\",\n    \"granules\": \"nsogbu dị iche iche\",\n    \"granulet\": \"granullet\",\n    \"granulization\": \"granulization, usoro\",\n    \"granulous\": \"nnukwu ihe\",\n    \"granzita\": \"granita\",\n    \"grape\": \"greepu\",\n    \"graped\": \"greepu\",\n    \"grapeflower\": \"ifuru osisi vaịn\",\n    \"grapefruit\": \"mkpụrụ osisi grepu\",\n    \"grapefruits\": \"mkpụrụ osisi grape\",\n    \"grapeful\": \"grape\",\n    \"grapey\": \"greepu\",\n    \"grapeys\": \"greepu\",\n    \"grapeless\": \"mkpụrụ vaịn\",\n    \"grapelet\": \"greepu\",\n    \"grapeline\": \"uzo\",\n    \"graperoot\": \"greepu\",\n    \"grapes\": \"mkpụrụ vaịn\",\n    \"grapeshot\": \"mkpụrụ vaịn\",\n    \"grapeskin\": \"akwa mkpụrụ vaịn\",\n    \"grapestalk\": \"ngwaike\",\n    \"grapevine\": \"vaịn\",\n    \"grapevines\": \"osisi vaịn\",\n    \"grapewise\": \"greepu\",\n    \"grapewort\": \"greepu\",\n    \"graph\": \"eserese\",\n    \"graphed\": \"grap\",\n    \"graphemically\": \"graphem\",\n    \"graphemics\": \"grapheics\",\n    \"graphy\": \"grafy\",\n    \"graphical\": \"eserese\",\n    \"graphically\": \"eserese\",\n    \"graphicalness\": \"eserese\",\n    \"graphicly\": \"eserese\",\n    \"graphicness\": \"ihe osise\",\n    \"graphics\": \"ndịna\",\n    \"graphidiaceae\": \"graphidaceae\",\n    \"graphing\": \"grap\",\n    \"graphiola\": \"eserese\",\n    \"graphiology\": \"ihe osise\",\n    \"graphiological\": \"eserese\",\n    \"graphiologist\": \"ọkà mmụta ihe nkiri\",\n    \"graphiter\": \"eserese\",\n    \"graphites\": \"graphite\",\n    \"graphitic\": \"eserese\",\n    \"graphitizable\": \"Eserese eserese\",\n    \"graphitization\": \"ihe ngosipụta\",\n    \"graphitize\": \"mee ka eserese\",\n    \"graphitized\": \"eserese\",\n    \"graphitizing\": \"grafik na-egosipụta\",\n    \"graphitoid\": \"eserese\",\n    \"graphitoidal\": \"eserese\",\n    \"graphologist\": \"dibia ovu\",\n    \"graphologists\": \"ndị ọkà mmụta graphologists\",\n    \"graphophone\": \"ekwentị mkpanaaka ekwentị\",\n    \"graphophonic\": \"graphonhonic\",\n    \"graphostatics\": \"graphostatik\",\n    \"graphs\": \"eserese\",\n    \"graplines\": \"akara\",\n    \"graplins\": \"ihe osise\",\n    \"grapple\": \"mgba\",\n    \"grappled\": \"na-agbarụ\",\n    \"grapplers\": \"mgbaji\",\n    \"grapples\": \"mkparịta ụka\",\n    \"grappling\": \"mgba\",\n    \"grasp\": \"ghota\",\n    \"graspable\": \"ighota\",\n    \"grasped\": \"jidere\",\n    \"graspers\": \"jidere\",\n    \"grasping\": \"ịghọta\",\n    \"graspingly\": \"na-ejide\",\n    \"graspingness\": \"ike\",\n    \"graspless\": \"gras\",\n    \"grasps\": \"gras\",\n    \"grass\": \"ahịhịa\",\n    \"grassant\": \"ahịhịa\",\n    \"grassation\": \"ahịhịa\",\n    \"grassbird\": \"ahihia\",\n    \"grasschat\": \"ahihia\",\n    \"grasscut\": \"kpakpando\",\n    \"grasscutter\": \"Okpuru-osisi\",\n    \"grassed\": \"ahịhịa\",\n    \"grasser\": \"ahihia\",\n    \"grasserie\": \"ahihia\",\n    \"grassers\": \"ahịhịa\",\n    \"grasses\": \"ahịhịa\",\n    \"grasset\": \"ahịhịa\",\n    \"grassfinch\": \"ahịhịa\",\n    \"grassfire\": \"ahihia ahihia\",\n    \"grassflat\": \"ahịhịa\",\n    \"grassflower\": \"ahihia\",\n    \"grasshook\": \"ahịhịa\",\n    \"grasshop\": \"ahihia\",\n    \"grasshopper\": \"achara\",\n    \"grasshopperdom\": \"achara\",\n    \"grasshopperish\": \"ẹphe eshi\",\n    \"grasshoppers\": \"ukpala\",\n    \"grasshouse\": \"ụlọ ahịhịa\",\n    \"grassy\": \"ahịhịa\",\n    \"grassie\": \"ahihia\",\n    \"grassiest\": \"grassi\",\n    \"grassily\": \"ahịhịa\",\n    \"grassiness\": \"ahịhịa\",\n    \"grassing\": \"ahịhịa\",\n    \"grassland\": \"ala ahịhịa\",\n    \"grasslands\": \"ala ahịhịa\",\n    \"grassless\": \"ahihia\",\n    \"grasslike\": \"ahịhịa\",\n    \"grassman\": \"onye igbo\",\n    \"grassmen\": \"ndi igbo\",\n    \"grassnut\": \"ahịhịa\",\n    \"grassplat\": \"ahịhịa\",\n    \"grassplot\": \"ahịhịa\",\n    \"grassquit\": \"ahịhịa\",\n    \"grassroots\": \"ahịhịa\",\n    \"grasswards\": \"ahịhịa\",\n    \"grassweed\": \"ahịhịa\",\n    \"grasswidow\": \"ahịhịa\",\n    \"grasswidowhood\": \"ahịhịa\",\n    \"grasswork\": \"ahihia\",\n    \"grassworm\": \"ahihia\",\n    \"grate\": \"ghaa\",\n    \"grateful\": \"nwee ekele\",\n    \"gratefuller\": \"nwee ekele\",\n    \"gratefullest\": \"ekele\",\n    \"gratefully\": \"jiri obi ekele\",\n    \"gratefulness\": \"ekele\",\n    \"grateless\": \"enweghị obi ekele\",\n    \"gratelike\": \"kelere\",\n    \"gratewise\": \"nwee obi ekele\",\n    \"grather\": \"kewaa\",\n    \"graticulate\": \"kwere\",\n    \"graticulation\": \"onyinye\",\n    \"graticule\": \"onyinye\",\n    \"gratify\": \"jisie ike\",\n    \"gratification\": \"afọ ojuju\",\n    \"gratifications\": \"afọ ojuju\",\n    \"gratifiedly\": \"afọ juru\",\n    \"gratifies\": \"afọ ojuju\",\n    \"gratifying\": \"afọ ojuju\",\n    \"gratifyingly\": \"afọ ojuju\",\n    \"gratility\": \"nnwere onwe\",\n    \"gratillity\": \"enweghị ego\",\n    \"gratinate\": \"ekweghị\",\n    \"gratinated\": \"enweghị\",\n    \"gratinating\": \"na-enye obi ụtọ\",\n    \"grating\": \"ji kpachie oghere\",\n    \"gratingly\": \"grating\",\n    \"gratins\": \"gratin\",\n    \"gratiola\": \"onyinye\",\n    \"gratitude\": \"ekele\",\n    \"grattage\": \"nweta ume\",\n    \"gratten\": \"nweta onwe\",\n    \"grattoir\": \"nkpokoro\",\n    \"grattoirs\": \"elu ụlọ\",\n    \"gratton\": \"Ochie\",\n    \"gratuitant\": \"enweghị obi ụtọ\",\n    \"gratuity\": \"enweghị ekele\",\n    \"gratuitous\": \"enweghị ekele\",\n    \"gratuitously\": \"enweghị ekele\",\n    \"gratuitousness\": \"enweghị ekele\",\n    \"gratulant\": \"enweghị obi ụtọ\",\n    \"gratulate\": \"nye onyinye\",\n    \"gratulated\": \"kelere\",\n    \"gratulating\": \"na-enye obi ụtọ\",\n    \"gratulation\": \"nkesa\",\n    \"gratulatory\": \"enweghị ekele\",\n    \"gratulatorily\": \"enweghị isi\",\n    \"graunt\": \"ime\",\n    \"graupels\": \"ụmụ akwụkwọ\",\n    \"grave\": \"ili\",\n    \"graveclod\": \"ili ozu\",\n    \"gravecloth\": \"akwa ili\",\n    \"graveclothes\": \"akwa ili\",\n    \"graved\": \"ẹbụk\",\n    \"gravedigger\": \"graveigger\",\n    \"gravediggers\": \"olulu\",\n    \"gravedo\": \"ili\",\n    \"gravegarth\": \"ili\",\n    \"graveyard\": \"ili ozu\",\n    \"graveyards\": \"ili ozu\",\n    \"graveled\": \"lie\",\n    \"graveless\": \"enweghị ike\",\n    \"gravely\": \"n'ụzọ dị egwu\",\n    \"gravelike\": \"dị ka ili\",\n    \"graveling\": \"okwute\",\n    \"gravelish\": \"okwute\",\n    \"gravelled\": \"okwute\",\n    \"gravelly\": \"gravel\",\n    \"gravelliness\": \"ihe nile\",\n    \"gravelling\": \"ndaba\",\n    \"gravelous\": \"uto\",\n    \"gravels\": \"gravel\",\n    \"gravelstone\": \"okwute\",\n    \"gravemaker\": \"ili ozu\",\n    \"gravemaking\": \"ili ozu\",\n    \"graveman\": \"olili\",\n    \"gravemaster\": \"ili ozu\",\n    \"graven\": \"pịrị apị\",\n    \"graveness\": \"ochocha\",\n    \"graveolence\": \"olili\",\n    \"graveolency\": \"nnukwu ihe\",\n    \"graveolent\": \"ihe nzuzu\",\n    \"gravery\": \"nchekasị\",\n    \"graverobber\": \"olulu\",\n    \"graverobbing\": \"ili ili\",\n    \"gravers\": \"ili\",\n    \"graves\": \"ili\",\n    \"graveship\": \"ili\",\n    \"graveside\": \"n'akụkụ ili\",\n    \"gravest\": \"okwute\",\n    \"gravestead\": \"ili ozu\",\n    \"gravestone\": \"okwute alaili\",\n    \"gravestones\": \"okwute okwute\",\n    \"graveward\": \"ili\",\n    \"gravewards\": \"ili\",\n    \"gravy\": \"ufu ahihia\",\n    \"gravidate\": \"gravid\",\n    \"gravidation\": \"gravid\",\n    \"gravidity\": \"nnabata\",\n    \"gravidly\": \"jiri nwayọ\",\n    \"gravidness\": \"gravid\",\n    \"graviers\": \"ndị na-atụ ntụ\",\n    \"gravimeter\": \"gravimeta\",\n    \"gravimeters\": \"gravimita\",\n    \"graving\": \"ichi\",\n    \"gravitate\": \"gravisi\",\n    \"gravitated\": \"gravasị\",\n    \"gravitates\": \"ndọda\",\n    \"gravitating\": \"jidere\",\n    \"gravitation\": \"gravasị\",\n    \"gravitational\": \"ndọda\",\n    \"gravitationally\": \"ndọda\",\n    \"gravitations\": \"ndọda\",\n    \"gravitative\": \"gravasị\",\n    \"gravity\": \"ndọda\",\n    \"gravities\": \"njide\",\n    \"gravures\": \"njide\",\n    \"grawls\": \"too\",\n    \"graze\": \"taa nri\",\n    \"grazed\": \"taa nri\",\n    \"grazers\": \"ndị graz\",\n    \"graziers\": \"grazi\",\n    \"grazing\": \"na-ata nri\",\n    \"grazingly\": \"na-ata nri\",\n    \"grazings\": \"graz\",\n    \"gre\": \"kele\",\n    \"greable\": \"kechie\",\n    \"greably\": \"nke ọma\",\n    \"grease\": \"griiz\",\n    \"greaseball\": \"bọlisi\",\n    \"greasebush\": \"griiz\",\n    \"greased\": \"tee\",\n    \"greasehorn\": \"griizhorn\",\n    \"greaseless\": \"mmanu mmanu\",\n    \"greaselessness\": \"enweghị mmanu mmanu\",\n    \"greasepaint\": \"mmanu mmanu\",\n    \"greaseproofness\": \"greaseproof ness\",\n    \"greaser\": \"griiz\",\n    \"greasers\": \"grias\",\n    \"greases\": \"griiz\",\n    \"greasewood\": \"griiz\",\n    \"greasy\": \"kegriiz\",\n    \"greasier\": \"greasi\",\n    \"greasiest\": \"tere aka\",\n    \"greasily\": \"kele\",\n    \"greasiness\": \"mmanu mmanu\",\n    \"greasing\": \"tee\",\n    \"great\": \"ukwu\",\n    \"greatcoat\": \"akwa mmiri\",\n    \"greatcoated\": \"okpu\",\n    \"greatcoats\": \"akwa akwa\",\n    \"greaten\": \"Ukwuu\",\n    \"greatened\": \"nwee obi uto\",\n    \"greatening\": \"na-emewanye\",\n    \"greatens\": \"ukwuu\",\n    \"greater\": \"ka ukwuu\",\n    \"greatest\": \"kasị ukwuu\",\n    \"greathead\": \"nnukwu isi\",\n    \"greatheart\": \"obi ebere\",\n    \"greathearted\": \"nwee obi\",\n    \"greatheartedly\": \"n'obi-oma\",\n    \"greatheartedness\": \"obi di uku\",\n    \"greatish\": \"nnukwu\",\n    \"greatly\": \"ukwuu\",\n    \"greatmouthed\": \"togburu\",\n    \"greatness\": \"ịdị ukwuu\",\n    \"greats\": \"Ukwuu\",\n    \"greave\": \"kechie\",\n    \"greaved\": \"toro\",\n    \"greaves\": \"kele\",\n    \"grebe\": \"kele\",\n    \"grebes\": \"glọba\",\n    \"grecale\": \"isi awọ\",\n    \"grece\": \"kee\",\n    \"grecian\": \"mee\",\n    \"grecianize\": \"keleisi\",\n    \"grecians\": \"ekele\",\n    \"grecing\": \"na-ete\",\n    \"grecism\": \"ihe mgbochi\",\n    \"grecize\": \"kechie\",\n    \"grecized\": \"tee\",\n    \"grecizes\": \"kelee\",\n    \"grecizing\": \"na-ekele\",\n    \"greco\": \"ndewo\",\n    \"grecoue\": \"toro\",\n    \"grecque\": \"iheukwu\",\n    \"gree\": \"onyandu\",\n    \"greece\": \"Gris\",\n    \"greed\": \"anyaukwu\",\n    \"greedy\": \"anyaukwu\",\n    \"greedygut\": \"onye anyaukwu\",\n    \"greedyguts\": \"onyeukwu\",\n    \"greedily\": \"anyaukwu\",\n    \"greediness\": \"anyaukwu\",\n    \"greedless\": \"anyaukwu\",\n    \"greeds\": \"anyaukwu\",\n    \"greedsome\": \"anyaukwu\",\n    \"greegrees\": \"greegree\",\n    \"greeing\": \"ekele\",\n    \"greek\": \"Grik\",\n    \"greekdom\": \"mba Grik\",\n    \"greekery\": \"asụsụ greekery\",\n    \"greekess\": \"nwe ike\",\n    \"greekish\": \"Asụsụ Grik\",\n    \"greekism\": \"asụsụ Grik\",\n    \"greekist\": \"onye asusu Greek\",\n    \"greekize\": \"nwe ugwu\",\n    \"greekless\": \"enweghị ike\",\n    \"greekling\": \"Grik na-asụ\",\n    \"greeks\": \"nwe ike\",\n    \"green\": \"acha akwụkwọ ndụ\",\n    \"greenable\": \"na-acha akwụkwọ ndụ\",\n    \"greenage\": \"griin\",\n    \"greenback\": \"akwụkwọ ndụ akwụkwọ ndụ\",\n    \"greenbacks\": \"akwụkwọ ndụ akwụkwọ ndụ\",\n    \"greenbelt\": \"griba\",\n    \"greenboard\": \"kiiboodu\",\n    \"greenbone\": \"ọkpụkpụ\",\n    \"greenbrier\": \"griba\",\n    \"greenbug\": \"griba\",\n    \"greencloth\": \"uwe na-acha ọcha\",\n    \"greencoat\": \"acha akwụkwọ ndụ\",\n    \"greened\": \"acha akwụkwọ ndụ\",\n    \"greener\": \"ghaa\",\n    \"greenery\": \"akwụkwọ ndụ akwụkwọ ndụ\",\n    \"greeneries\": \"akwụkwọ ndụ akwụkwọ ndụ\",\n    \"greenest\": \"nke kachasị acha akwụkwọ ndụ\",\n    \"greenfish\": \"azụ azụ\",\n    \"greenfishes\": \"greenfish\",\n    \"greenfly\": \"griinụ\",\n    \"greenflies\": \"okooko osisi\",\n    \"greengage\": \"nnyefe\",\n    \"greengill\": \"griin\",\n    \"greengrocer\": \"ahịhịa ndụ\",\n    \"greengrocery\": \"ahịhịa ndụ\",\n    \"greengroceries\": \"ahịhịa ndụ\",\n    \"greengrocers\": \"ahịhịa ndụ\",\n    \"greenhead\": \"isi-awọ\",\n    \"greenheaded\": \"isi-awọ\",\n    \"greenheart\": \"ahịhịa ndụ\",\n    \"greenhearted\": \"acha akwụkwọ ndụ\",\n    \"greenhew\": \"acha akwụkwọ ndụ\",\n    \"greenhide\": \"ahịhịa ndụ\",\n    \"greenhood\": \"acha akwụkwọ ndụ\",\n    \"greenhorns\": \"greenhorn\",\n    \"greenhouse\": \"griin haus\",\n    \"greenhouses\": \"griin haus\",\n    \"greenyard\": \"griin\",\n    \"greenier\": \"acha akwụkwọ ndụ\",\n    \"greeniest\": \"ihe kacha mma\",\n    \"greening\": \"akwụkwọ ndụ akwụkwọ ndụ\",\n    \"greenings\": \"akwụkwọ ndụ akwụkwọ ndụ\",\n    \"greenish\": \"acha akwụkwọ ndụ akwụkwọ ndụ\",\n    \"greenishness\": \"ahịhịa ndụ\",\n    \"greenkeeper\": \"onye na-ekpo mmiri\",\n    \"greenkeeping\": \"idebe ahihia\",\n    \"greenland\": \"Greenland\",\n    \"greenlandish\": \"greenlandic\",\n    \"greenlandman\": \"nwa nwoke\",\n    \"greenleaf\": \"akwụkwọ ndụ akwụkwọ ndụ\",\n    \"greenleek\": \"greenlet\",\n    \"greenless\": \"greenlet\",\n    \"greenlets\": \"akwụkwọ ndụ akwụkwọ ndụ\",\n    \"greenly\": \"acha akwụkwọ ndụ\",\n    \"greenling\": \"akwụkwọ ndụ akwụkwọ ndụ\",\n    \"greenness\": \"ahịhịa ndụ\",\n    \"greenroom\": \"griin haus\",\n    \"greenrooms\": \"griin haus\",\n    \"greens\": \"elu\",\n    \"greensick\": \"grisickick\",\n    \"greensickness\": \"Ọrịa\",\n    \"greenskeeper\": \"onye na-edozi ahụ\",\n    \"greenstone\": \"griin\",\n    \"greenth\": \"kechie\",\n    \"greenthumbed\": \"na-ete\",\n    \"greenware\": \"griin haus\",\n    \"greenweed\": \"ahịhịa ndụ\",\n    \"greenwich\": \"Akwukwo nri\",\n    \"greenwing\": \"akwụkwọ ndụ akwụkwọ ndụ\",\n    \"greenwithe\": \"Akwukwo nri\",\n    \"greenwood\": \"osisi\",\n    \"greenwoods\": \"osisi\",\n    \"grees\": \"griiz\",\n    \"greesagh\": \"ọrịre\",\n    \"greese\": \"griiz\",\n    \"greeshoch\": \"onyinyechi\",\n    \"greet\": \"kẹle\",\n    \"greeted\": \"kelee\",\n    \"greeter\": \"kelezie\",\n    \"greeters\": \"ekele\",\n    \"greeting\": \"ekele\",\n    \"greetingless\": \"ekele\",\n    \"greetingly\": \"ekele\",\n    \"greetings\": \"ekele\",\n    \"greets\": \"kelee\",\n    \"greeve\": \"Gris\",\n    \"greffe\": \"mmanu mmanu\",\n    \"greg\": \"awọ\",\n    \"gregal\": \"okereke\",\n    \"gregaloid\": \"nnukwu\",\n    \"gregarian\": \"onye gregarian\",\n    \"gregarianism\": \"ịkpa ike agbụrụ\",\n    \"gregarina\": \"oluchi\",\n    \"gregarinian\": \"onye gregarin\",\n    \"gregarinous\": \"ọregụ\",\n    \"gregarious\": \"onye nlekọta\",\n    \"gregariously\": \"ji nwayọọ nwayọọ\",\n    \"gregariousness\": \"nkwanye ùgwù\",\n    \"grege\": \"kelee\",\n    \"gregg\": \"ngwegg\",\n    \"gregge\": \"ngwe\",\n    \"greggle\": \"ngwe\",\n    \"grego\": \"kele\",\n    \"gregor\": \"ọria\",\n    \"gregory\": \"agbagoro\",\n    \"gregorian\": \"onye gregorian\",\n    \"gregorianist\": \"onye gregorian\",\n    \"grey\": \"isi awọ\",\n    \"greybeard\": \"isi awọ\",\n    \"greycoat\": \"isi awọ\",\n    \"greyed\": \"Isi awọ\",\n    \"greyer\": \"grayer\",\n    \"greyest\": \"kelee\",\n    \"greyfly\": \"isi awọ\",\n    \"greiges\": \"kelechi\",\n    \"greyhens\": \"agba ojii\",\n    \"greyhounds\": \"greyhound\",\n    \"greying\": \"awọ\",\n    \"greyish\": \"isi awọ\",\n    \"greyly\": \"isi awọ\",\n    \"greyling\": \"awọ\",\n    \"greillade\": \"Glaịla\",\n    \"greyness\": \"isi awọ\",\n    \"greynesses\": \"ekele\",\n    \"greing\": \"n'isi\",\n    \"greypate\": \"isi awọ\",\n    \"greys\": \"grays\",\n    \"greisen\": \"kei\",\n    \"greystone\": \"okpokoro\",\n    \"greit\": \"kelee\",\n    \"greking\": \"kele\",\n    \"grelot\": \"nwuo\",\n    \"gremial\": \"kelere\",\n    \"gremials\": \"ekele\",\n    \"gremlin\": \"nnenne\",\n    \"gremmy\": \"ebere\",\n    \"gremmies\": \"asịrị\",\n    \"grenade\": \"bombu\",\n    \"grenades\": \"grenade\",\n    \"grenadian\": \"asụsụ grenad\",\n    \"grenat\": \"iche iche\",\n    \"grenatite\": \"ndigbo\",\n    \"grendel\": \"n'isi\",\n    \"grene\": \"bia\",\n    \"grenier\": \"kelechi\",\n    \"gresil\": \"nri\",\n    \"gressoria\": \"Gressoria\",\n    \"gressorious\": \"onyekwere\",\n    \"gret\": \"iwe\",\n    \"gretchen\": \"okpokoro\",\n    \"grete\": \"Grete\",\n    \"greund\": \"kechie\",\n    \"grew\": \"toro\",\n    \"grewhound\": \"toro\",\n    \"grewia\": \"Uchenna\",\n    \"grewsome\": \"kelechi\",\n    \"grewsomely\": \"kele\",\n    \"grewsomeness\": \"nwanyị ga-asọpụrụ\",\n    \"grewsomer\": \"onye isi\",\n    \"grewsomest\": \"kelechi\",\n    \"grewt\": \"toro\",\n    \"grex\": \"nro\",\n    \"gry\": \"akwa\",\n    \"gribane\": \"ukwu\",\n    \"gribble\": \"ochi\",\n    \"gribbles\": \"ochi\",\n    \"grice\": \"ọka\",\n    \"grid\": \"okporo\",\n    \"gridded\": \"grid\",\n    \"gridder\": \"okporo\",\n    \"gridding\": \"Gridding\",\n    \"griddle\": \"ghere n'ite\",\n    \"griddlecakes\": \"achịcha griddlecakes\",\n    \"griddled\": \"ihe edere\",\n    \"griddles\": \"gridridge\",\n    \"griddling\": \"Ogbe\",\n    \"gride\": \"okporo\",\n    \"gryde\": \"okpokoro\",\n    \"grided\": \"grid\",\n    \"gridelin\": \"Gridelin\",\n    \"grides\": \"grid\",\n    \"griding\": \"Griding\",\n    \"grids\": \"grid\",\n    \"grieben\": \"nwee mwute\",\n    \"griece\": \"iwe\",\n    \"grieced\": \"nwee mwute\",\n    \"griecep\": \"nwee mwute\",\n    \"grief\": \"iru uju\",\n    \"griefful\": \"na-eru uju\",\n    \"grieffully\": \"na-eru uju\",\n    \"griefless\": \"iru uju\",\n    \"grieflessness\": \"iru uju\",\n    \"griefs\": \"iru újú\",\n    \"griege\": \"greige\",\n    \"grieko\": \"wute\",\n    \"grieshuckle\": \"Grieshuckle\",\n    \"grievable\": \"iwe\",\n    \"grievance\": \"iwe\",\n    \"grievances\": \"iwe\",\n    \"grievant\": \"iwe\",\n    \"grievants\": \"iwe\",\n    \"grieve\": \"wute ya\",\n    \"grieved\": \"iru uju\",\n    \"grievedly\": \"na-ewute ya\",\n    \"griever\": \"nnweta\",\n    \"grievers\": \"ndị na-eru uju\",\n    \"grieves\": \"na-eru uju\",\n    \"grieveship\": \"iru uju\",\n    \"grieving\": \"na-eru uju\",\n    \"grievingly\": \"na-eru uju\",\n    \"grievous\": \"mwute\",\n    \"grievously\": \"n'ụzọ dị mwute\",\n    \"grievousness\": \"ewe iwe\",\n    \"griffade\": \"jide\",\n    \"griffe\": \"dị egwu\",\n    \"griffes\": \"griff\",\n    \"griffinage\": \"nri\",\n    \"griffithite\": \"okukwe\",\n    \"griffon\": \"Ngozi\",\n    \"griffs\": \"jide\",\n    \"grifted\": \"emenye ụjọ\",\n    \"grifter\": \"ịtụ ụjọ\",\n    \"grifting\": \"na-achịkwa\",\n    \"grifts\": \"egwu\",\n    \"grig\": \"ndozi\",\n    \"griggles\": \"n'udo\",\n    \"grignet\": \"ichi\",\n    \"grigri\": \"oji\",\n    \"grigris\": \"ọtụ\",\n    \"grigs\": \"akwa\",\n    \"grihastha\": \"Grihastha\",\n    \"grike\": \"iku\",\n    \"grill\": \"imi ihe\",\n    \"grilladed\": \"Okereke\",\n    \"grillades\": \"okpokoro\",\n    \"grillading\": \"imekpa\",\n    \"grille\": \"okuko\",\n    \"grylle\": \"nwaeze\",\n    \"grilled\": \"grill\",\n    \"grillee\": \"okpokoro\",\n    \"griller\": \"Griller\",\n    \"grilles\": \"Grilles\",\n    \"grillework\": \"ọrụ grille\",\n    \"grilly\": \"oji\",\n    \"grilling\": \"imi ihe\",\n    \"grillwork\": \"imi ihe\",\n    \"grilses\": \"grịl\",\n    \"grim\": \"iwe\",\n    \"grimace\": \"iwe\",\n    \"grimaced\": \"iwe\",\n    \"grimacer\": \"iwe\",\n    \"grimaces\": \"ihe ndozi\",\n    \"grimacier\": \"onye ojoo\",\n    \"grimacing\": \"iwe\",\n    \"grimacingly\": \"na-ewute\",\n    \"grime\": \"akwa\",\n    \"grimed\": \"iwe\",\n    \"grimes\": \"iwe iwe\",\n    \"grimful\": \"ihe ojoo\",\n    \"grimy\": \"ihe ojoo\",\n    \"grimier\": \"iwe\",\n    \"grimiest\": \"kacha njọ\",\n    \"grimily\": \"na-ewute\",\n    \"griminess\": \"iwe\",\n    \"griming\": \"iwe\",\n    \"grimly\": \"dị mwute\",\n    \"grimliness\": \"iwe\",\n    \"grimm\": \"iwe\",\n    \"grimme\": \"ndokwa\",\n    \"grimmest\": \"kasị njọ\",\n    \"grimness\": \"iwe\",\n    \"grimnesses\": \"iwe\",\n    \"grimoire\": \"ichi\",\n    \"grimp\": \"ikwuru\",\n    \"grimsir\": \"Ochie\",\n    \"grimsire\": \"ọjọọ\",\n    \"grin\": \"ichi ochi\",\n    \"grinch\": \"ochi\",\n    \"grind\": \"gwerie\",\n    \"grindable\": \"egweri\",\n    \"grindal\": \"igwe nri\",\n    \"grinded\": \"gweriri\",\n    \"grindelia\": \"mekwaa\",\n    \"grindery\": \"igwe nri\",\n    \"grinderies\": \"igwe nri\",\n    \"grinderman\": \"Onye na-egwe ọka\",\n    \"grinders\": \"igwe nri\",\n    \"grinding\": \"na-egweri\",\n    \"grindingly\": \"Na-egweri\",\n    \"grindings\": \"egweri\",\n    \"grindle\": \"gwerie\",\n    \"grinds\": \"na-egweri\",\n    \"grindstone\": \"igwe nri\",\n    \"grindstones\": \"nkume igwe\",\n    \"gringolee\": \"ngbede\",\n    \"gringophobia\": \"ntụtụ gringophobia\",\n    \"grinned\": \"chiri eze\",\n    \"grinner\": \"ochi\",\n    \"grinners\": \"ichie\",\n    \"grinny\": \"ochi\",\n    \"grinning\": \"ichi ochi\",\n    \"grinningly\": \"ichie\",\n    \"grins\": \"chịrị\",\n    \"grinter\": \"ichi\",\n    \"grintern\": \"ochi\",\n    \"griot\": \"gioti\",\n    \"griots\": \"onyeka\",\n    \"griotte\": \"nnukwu\",\n    \"grip\": \"ijido\",\n    \"griped\": \"jidere\",\n    \"gripeful\": \"aka ike\",\n    \"griper\": \"gripper\",\n    \"gripers\": \"ndị na-ejide ihe\",\n    \"gripes\": \"ejide\",\n    \"griph\": \"Griph\",\n    \"gryph\": \"Nnenna\",\n    \"gryphaea\": \"Gryphaea\",\n    \"griphe\": \"Griphe\",\n    \"griphite\": \"graphite\",\n    \"gryphite\": \"graphite\",\n    \"griphus\": \"Griphus\",\n    \"gripy\": \"mkpali\",\n    \"griping\": \"iri\",\n    \"gripingly\": \"n'oriri\",\n    \"gripman\": \"nwa\",\n    \"gripmen\": \"jidere ndị mmadụ\",\n    \"gripment\": \"njide\",\n    \"grippe\": \"adịgide\",\n    \"gripped\": \"jidere\",\n    \"grippy\": \"obi ụtọ\",\n    \"grippiness\": \"obi ụtọ\",\n    \"gripping\": \"ejide\",\n    \"grippingly\": \"nara\",\n    \"grippingness\": \"nchikọta\",\n    \"gripple\": \"izu ike\",\n    \"grippleness\": \"izu ike\",\n    \"grips\": \"jidere\",\n    \"gript\": \"nkọwa\",\n    \"gris\": \"isi\",\n    \"grisaille\": \"mmmmmmmmmmmmm\",\n    \"grisailles\": \"Ikechi\",\n    \"grisard\": \"okpokoro\",\n    \"grisbet\": \"okpokoro\",\n    \"grysbok\": \"chukwunonso\",\n    \"grise\": \"iwe\",\n    \"griselda\": \"Udochukwu\",\n    \"griseous\": \"ochi\",\n    \"grisette\": \"okooko osisi\",\n    \"griskins\": \"akwa\",\n    \"grisled\": \"Ọchịchọ\",\n    \"grisly\": \"iwe\",\n    \"grislier\": \"gris\",\n    \"grisliest\": \"kachasị\",\n    \"grisliness\": \"iwe\",\n    \"grison\": \"mkpọrọ\",\n    \"grisons\": \"ọkwụrụ\",\n    \"grisounite\": \"Grisounite\",\n    \"grisping\": \"nteke\",\n    \"grissel\": \"ochi\",\n    \"grissen\": \"Okechukwu\",\n    \"grissens\": \"griss\",\n    \"grisset\": \"nwaeze\",\n    \"grissons\": \"ọkwụrụ\",\n    \"grist\": \"aka\",\n    \"grister\": \"iwe\",\n    \"gristhorbia\": \"Ugochukwu\",\n    \"gristles\": \"okpokoro\",\n    \"gristly\": \"gristle\",\n    \"gristliness\": \"Utochukwu\",\n    \"grists\": \"okpokoro\",\n    \"grit\": \"iwe\",\n    \"grithbreach\": \"mmịrị\",\n    \"griths\": \"okpu\",\n    \"gritless\": \"enweghị ọmịiko\",\n    \"gritrock\": \"ndokwa\",\n    \"grits\": \"akwa\",\n    \"gritstone\": \"okwute\",\n    \"gritted\": \"eweghi iwe\",\n    \"gritten\": \"edetu\",\n    \"gritter\": \"iwe\",\n    \"gritty\": \"nnukwu\",\n    \"grittie\": \"nnukwu\",\n    \"grittiest\": \"Grittiest\",\n    \"grittiness\": \"aka ike\",\n    \"gritting\": \"ichi\",\n    \"grittle\": \"gritrit\",\n    \"grivation\": \"njikwa\",\n    \"grivet\": \"nnweta\",\n    \"grivets\": \"Ọ dị mkpa\",\n    \"grivois\": \"nri\",\n    \"grivoise\": \"ikwado\",\n    \"grizzled\": \"gbasiri ike\",\n    \"grizzlers\": \"Ndị na-egbu egbu\",\n    \"grizzles\": \"grizzlies\",\n    \"grizzly\": \"Okirikiri\",\n    \"grizzlier\": \"grizzlies\",\n    \"grizzlyman\": \"nwoke grizzly\",\n    \"grizzliness\": \"grizziness\",\n    \"grizzling\": \"Na-atụ egwu\",\n    \"gro\": \"ukwu\",\n    \"groan\": \"na-asụ ude\",\n    \"groaned\": \"akwaa akwa\",\n    \"groaner\": \"na-asụ ude\",\n    \"groaners\": \"na-asụ ude\",\n    \"groanful\": \"na-asụ ude\",\n    \"groaning\": \"na-asụ ude\",\n    \"groaningly\": \"na-asụ ude\",\n    \"groans\": \"na-asụ ude\",\n    \"groat\": \"ukwu\",\n    \"groats\": \"Ugbo\",\n    \"groatsworth\": \"Ugochukwu\",\n    \"grobian\": \"Nwunye\",\n    \"grobianism\": \"ịkpọ asịrị\",\n    \"grocer\": \"ahịa\",\n    \"grocerdom\": \"nri\",\n    \"groceress\": \"ahia\",\n    \"grocery\": \"nri\",\n    \"groceries\": \"ahịa\",\n    \"groceryman\": \"onye na-ere nri\",\n    \"grocerymen\": \"Ihe oriri\",\n    \"grocerly\": \"nri\",\n    \"grocers\": \"ndị na-ere ihe oriri\",\n    \"grocerwise\": \"nri\",\n    \"groceteria\": \"nri\",\n    \"grockle\": \"mkpọchi\",\n    \"groenendael\": \"Udochi\",\n    \"groff\": \"nri\",\n    \"grog\": \"ngaa\",\n    \"grogged\": \"kechie\",\n    \"groggery\": \"ngwo\",\n    \"groggy\": \"ngwe\",\n    \"groggily\": \"ozigbo\",\n    \"grogging\": \"ngwe\",\n    \"grognard\": \"nlelị\",\n    \"grogram\": \"ihe ndozi\",\n    \"grograms\": \"ihe omume\",\n    \"grogshop\": \"ụlọ ahịa grog\",\n    \"grogshops\": \"grog ụlọ ahịa\",\n    \"groin\": \"ukwu\",\n    \"groined\": \"akwa\",\n    \"groinery\": \"groins\",\n    \"groining\": \"nri\",\n    \"grolier\": \"sokwaa\",\n    \"grolieresque\": \"sokwaa\",\n    \"groma\": \"ukwu\",\n    \"gromatic\": \"ichoro\",\n    \"gromatics\": \"gromatiks\",\n    \"gromet\": \"grommet\",\n    \"gromia\": \"ukwu\",\n    \"gromyl\": \"mmmmmmmmmmmm\",\n    \"grommets\": \"ogwe aka\",\n    \"gromwell\": \"Nwokeji\",\n    \"gromwells\": \"Nnenna\",\n    \"groof\": \"akwa\",\n    \"groom\": \"nwoke na-alụ nwanyị ọhụrụ\",\n    \"groomed\": \"ejiji\",\n    \"groomer\": \"nwa nwoke\",\n    \"groomers\": \"ndị na-edozi ahụ\",\n    \"grooming\": \"ejikere\",\n    \"groomish\": \"chọọ\",\n    \"groomishly\": \"n'ezigbo\",\n    \"groomlet\": \"nwoke\",\n    \"groomling\": \"ejiji\",\n    \"grooms\": \"nwunye\",\n    \"groomsman\": \"Nwoke nwaanyi\",\n    \"groomsmen\": \"ndị na-emekọ ihe\",\n    \"groop\": \"akwa\",\n    \"grooper\": \"akwa\",\n    \"groose\": \"kpọọ\",\n    \"grooty\": \"kpọọrọ\",\n    \"groove\": \"uzo\",\n    \"grooved\": \"sọọsọ\",\n    \"grooveless\": \"nkwonkwo\",\n    \"groovelike\": \"uzo\",\n    \"grooverhead\": \"Ogbo\",\n    \"groovy\": \"Nkume\",\n    \"groovier\": \"Groovier\",\n    \"grooviness\": \"okechukwu\",\n    \"grooving\": \"groo\",\n    \"groow\": \"kẹle\",\n    \"gropers\": \"ndị na-efe efe\",\n    \"groping\": \"na-asụ ude\",\n    \"gropingly\": \"ikekwe\",\n    \"gropple\": \"mpi\",\n    \"grorudite\": \"Onyekwere\",\n    \"gros\": \"olu\",\n    \"groser\": \"gros\",\n    \"groset\": \"Gris\",\n    \"grosgrain\": \"ihe oriri\",\n    \"grosgrained\": \"na-edozi\",\n    \"grosgrains\": \"ihe eji eme ihe\",\n    \"gross\": \"oke\",\n    \"grosse\": \"ukwu\",\n    \"grossed\": \"na-eweta\",\n    \"grossen\": \"ngwee\",\n    \"grosser\": \"buru\",\n    \"grossers\": \"ndị na-ere ihe\",\n    \"grosses\": \"gross\",\n    \"grossest\": \"nke kachasị\",\n    \"grosshead\": \"okpokoro isi\",\n    \"grossify\": \"ikwusi ike\",\n    \"grossification\": \"ikwukwu\",\n    \"grossing\": \"gross\",\n    \"grossly\": \"n'ụzọ zuru oke\",\n    \"grossness\": \"otu\",\n    \"grossulaceous\": \"buru\",\n    \"grossular\": \"buru\",\n    \"grossularia\": \"ozigbo\",\n    \"grossularious\": \"buru ihe ojoo\",\n    \"grossularite\": \"okirikiri\",\n    \"grosz\": \"Ukwuu\",\n    \"grotesquery\": \"ihe omume\",\n    \"grotesqueries\": \"ihe nlere\",\n    \"grothine\": \"ukwu\",\n    \"grothite\": \"ngota\",\n    \"grotianism\": \"nri\",\n    \"grottesco\": \"Ikechukwu\",\n    \"grotty\": \"Okechukwu\",\n    \"grottoed\": \"Onyekwere\",\n    \"grottoes\": \"nri\",\n    \"grottos\": \"Okechukwu\",\n    \"grotzen\": \"kpoo\",\n    \"grouch\": \"akwa\",\n    \"grouched\": \"akwa\",\n    \"grouchy\": \"akwa\",\n    \"grouchiness\": \"akwa\",\n    \"grouching\": \"na-asụ ude\",\n    \"grouchingly\": \"n'oké ihe\",\n    \"ground\": \"ala\",\n    \"groundable\": \"enwere ike ịgbatị\",\n    \"groundably\": \"na-adabere\",\n    \"groundage\": \"ala\",\n    \"groundberry\": \"blọber\",\n    \"groundbird\": \"nnụnụ ala\",\n    \"groundbreaker\": \"onye na-emebi emebi ala\",\n    \"grounded\": \"ala\",\n    \"groundedly\": \"n'ala\",\n    \"groundedness\": \"ala\",\n    \"grounden\": \"tọrọ ntọala\",\n    \"groundenell\": \"okpokoro\",\n    \"grounder\": \"n'ala\",\n    \"grounders\": \"ala\",\n    \"groundflower\": \"ifuru ala\",\n    \"groundy\": \"ala\",\n    \"grounding\": \"ịtọ ntọala\",\n    \"groundkeeper\": \"onye nlekọta ụlọ\",\n    \"groundless\": \"enweghị ala\",\n    \"groundlessly\": \"enweghị isi\",\n    \"groundlessness\": \"enweghị ala\",\n    \"groundly\": \"n'ala\",\n    \"groundline\": \"eriri ala\",\n    \"groundliness\": \"ịdị ala\",\n    \"groundling\": \"na-agbọnụ ala\",\n    \"groundlings\": \"ala\",\n    \"groundman\": \"onye okpuru ala\",\n    \"groundmass\": \"ala\",\n    \"groundneedle\": \"ala\",\n    \"groundnut\": \"ahịhịa\",\n    \"groundout\": \"ala\",\n    \"groundplot\": \"ala\",\n    \"grounds\": \"mgbakwasị\",\n    \"groundsel\": \"ala\",\n    \"groundsheet\": \"ihe mpempe akwụkwọ\",\n    \"groundsill\": \"ala\",\n    \"groundskeep\": \"mgbatị\",\n    \"groundskeeping\": \"idebe ihe\",\n    \"groundsman\": \"onye isi ala\",\n    \"groundspeed\": \"ebe a\",\n    \"groundswell\": \"Ogba / Egbema\",\n    \"groundswells\": \"Okwesili\",\n    \"groundway\": \"n'okporo ụzọ\",\n    \"groundwall\": \"okpuru ala\",\n    \"groundward\": \"n'ala\",\n    \"groundwards\": \"n'ala\",\n    \"groundwater\": \"mmiri mmiri\",\n    \"groundwave\": \"mmiri mmiri\",\n    \"groundwood\": \"ala osisi\",\n    \"groundwork\": \"ntọala\",\n    \"group\": \"otu\",\n    \"groupage\": \"ichikota\",\n    \"groupageness\": \"otu\",\n    \"grouped\": \"agbakọta\",\n    \"groupers\": \"ndị otu\",\n    \"groupie\": \"Otu\",\n    \"groupies\": \"otu dị iche iche\",\n    \"grouping\": \"ikpokọta\",\n    \"groupings\": \"ìgwè\",\n    \"groupist\": \"otu\",\n    \"grouplet\": \"mkpu\",\n    \"groupment\": \"otu\",\n    \"groupoid\": \"groopoid\",\n    \"groupoids\": \"groopoids\",\n    \"groups\": \"ìgwè\",\n    \"groupthink\": \"iche echiche\",\n    \"groupwise\": \"otu\",\n    \"grouseless\": \"enweghị ike\",\n    \"grouselike\": \"Ugochi\",\n    \"grouser\": \"okpu\",\n    \"grousers\": \"ndị na-eme mkpọtụ\",\n    \"grouseward\": \"kewaa\",\n    \"grousewards\": \"ndị ozi\",\n    \"grousy\": \"Okechukwu\",\n    \"grousing\": \"na-akpali akpali\",\n    \"grouted\": \"gwerie\",\n    \"grouter\": \"onye na-ewe ihe ubi\",\n    \"grouters\": \"ndị na-ebu ozi\",\n    \"grouty\": \"ọrụ\",\n    \"groutiest\": \"kasị\",\n    \"grouting\": \"na-agbagharị\",\n    \"groutite\": \"ngota\",\n    \"grouze\": \"uzo\",\n    \"grove\": \"Grove\",\n    \"groved\": \"Grik ga\",\n    \"groveled\": \"Groove\",\n    \"groveler\": \"onye na-ere ihe\",\n    \"grovelers\": \"ndị na-azụ ahịa\",\n    \"groveless\": \"nnukwu\",\n    \"groveling\": \"ntughari\",\n    \"grovelingly\": \"n'okwu\",\n    \"grovelings\": \"ntughari\",\n    \"grovelled\": \"na-agbakọ\",\n    \"groveller\": \"ọkwụrụ n’igwe\",\n    \"grovelling\": \"ntughari\",\n    \"grovellingly\": \"ntughari\",\n    \"grovellings\": \"ntughari\",\n    \"grovels\": \"Ugboro abụọ\",\n    \"grovers\": \"Groovers\",\n    \"groves\": \"ogwe osisi\",\n    \"grovet\": \"ikwiikwii\",\n    \"grow\": \"too\",\n    \"growable\": \"too\",\n    \"growed\": \"toro\",\n    \"grower\": \"onye na-eme ihe ubi\",\n    \"growers\": \"ndị na-eto eto\",\n    \"growing\": \"na-eto\",\n    \"growingly\": \"na-eto\",\n    \"growingupness\": \"eto eto\",\n    \"growl\": \"tie mkpu\",\n    \"growled\": \"too\",\n    \"growler\": \"onye na-eto eto\",\n    \"growlery\": \"ogwo\",\n    \"growleries\": \"ndị na-azụlite ihe\",\n    \"growlers\": \"ndị na-azụlite ihe\",\n    \"growly\": \"too\",\n    \"growlier\": \"onye na-eto eto\",\n    \"growliest\": \"too\",\n    \"growliness\": \"eto\",\n    \"growling\": \"na-eto eto\",\n    \"growlingly\": \"na-eto\",\n    \"growls\": \"too\",\n    \"grown\": \"toro\",\n    \"grownup\": \"etolitela\",\n    \"grownups\": \"ndị tolitegoro\",\n    \"grows\": \"na-eto\",\n    \"growse\": \"too\",\n    \"growsome\": \"na-eto\",\n    \"growth\": \"uto\",\n    \"growthful\": \"na-eto eto\",\n    \"growthy\": \"na-eto\",\n    \"growthiness\": \"eto\",\n    \"growthless\": \"enweghị uto\",\n    \"growths\": \"eto\",\n    \"growze\": \"too\",\n    \"grs\": \"Isi\",\n    \"grub\": \"idide\",\n    \"grubbed\": \"imi\",\n    \"grubber\": \"idide\",\n    \"grubbery\": \"iwe\",\n    \"grubberies\": \"okpu\",\n    \"grubbers\": \"ndị isi mmiri\",\n    \"grubby\": \"ogbe\",\n    \"grubbier\": \"Onyekwere\",\n    \"grubbiest\": \"isi ike\",\n    \"grubbily\": \"na-egbu mmụọ\",\n    \"grubbiness\": \"iwe iwe\",\n    \"grubbing\": \"ichi\",\n    \"grubble\": \"imiwe\",\n    \"grubhood\": \"iwe\",\n    \"grubless\": \"enweghị isi\",\n    \"grubroot\": \"ataputa\",\n    \"grubs\": \"akwa\",\n    \"grubstakes\": \"achịcha ọka\",\n    \"grubstaking\": \"ichi ọka\",\n    \"grubstreet\": \"n'okporo ámá\",\n    \"grubworm\": \"ọrịre\",\n    \"grubworms\": \"idide ikpuru\",\n    \"grucche\": \"mmmmmmmmmmmm\",\n    \"grudge\": \"iwe\",\n    \"grudged\": \"were iwe\",\n    \"grudgeful\": \"iwe\",\n    \"grudgefully\": \"na iwe\",\n    \"grudgefulness\": \"iwe\",\n    \"grudgekin\": \"Nwachukwu\",\n    \"grudgeless\": \"enweghị obi\",\n    \"grudgeons\": \"ndị iwe\",\n    \"grudger\": \"Onye iwe\",\n    \"grudgery\": \"iwe\",\n    \"grudgers\": \"ndị chọrọ\",\n    \"grudges\": \"iwe\",\n    \"grudging\": \"na-akọ\",\n    \"grudgingly\": \"jiri iwe\",\n    \"grudgingness\": \"iwe\",\n    \"grudgment\": \"iwe\",\n    \"gruel\": \"GRUEL\",\n    \"grueled\": \"grue\",\n    \"grueler\": \"onye na-eme ihe ọchị\",\n    \"gruelers\": \"ndị na-eme ihe ọchị\",\n    \"grueling\": \"na-agwụ ike\",\n    \"gruelingly\": \"na-egbu mmụọ\",\n    \"gruelled\": \"emechu ihu\",\n    \"gruellers\": \"ndị na-eme ihe ọchị\",\n    \"gruelly\": \"obi ojoo\",\n    \"gruelling\": \"na-agwụ ike\",\n    \"gruellings\": \"kechi\",\n    \"gruesome\": \"ihe ojoo\",\n    \"gruesomely\": \"Obi ojoo\",\n    \"gruesomeness\": \"Gruesomeness\",\n    \"gruesomer\": \"ihe ojoo\",\n    \"gruesomest\": \"ihe ojoo\",\n    \"gruf\": \"gruff\",\n    \"gruffed\": \"gruff\",\n    \"gruffy\": \"Obi ojoo\",\n    \"gruffily\": \"ime ihe\",\n    \"gruffiness\": \"Obi ojoo\",\n    \"gruffly\": \"kechi\",\n    \"gruffness\": \"Obi ojoo\",\n    \"gruffs\": \"Obi ojoo\",\n    \"grugous\": \"jisie ike\",\n    \"grugru\": \"nguru\",\n    \"grugrus\": \"ngwe\",\n    \"gruiform\": \"Ọrịa\",\n    \"gruine\": \"ọka\",\n    \"gruis\": \"Ikechi\",\n    \"gruys\": \"gruy\",\n    \"grum\": \"ilu\",\n    \"grumble\": \"atamu ntamu\",\n    \"grumbled\": \"atamuru\",\n    \"grumbler\": \"onye na-atamu ntamu\",\n    \"grumblers\": \"ndị na-atamu ntamu\",\n    \"grumbles\": \"na-atamu ntamu\",\n    \"grumblesome\": \"na-atamu ntamu\",\n    \"grumbletonian\": \"onye na-atamu ntamu\",\n    \"grumbly\": \"atamu ntamu\",\n    \"grumbling\": \"na-atamu ntamu\",\n    \"grumblingly\": \"na-atamu ntamu\",\n    \"grume\": \"imi\",\n    \"grumes\": \"iwe iwe\",\n    \"grumly\": \"kewe iwe\",\n    \"grummel\": \"akwa\",\n    \"grummels\": \"atumanya\",\n    \"grummer\": \"grimmer\",\n    \"grummest\": \"kasị njọ\",\n    \"grummet\": \"grommet\",\n    \"grummets\": \"mkpọtụ\",\n    \"grumness\": \"ntamu\",\n    \"grumose\": \"mkpesa\",\n    \"grumous\": \"grum\",\n    \"grumousness\": \"mkpesa\",\n    \"grump\": \"ogwe aka\",\n    \"grumped\": \"ogwe aka\",\n    \"grumph\": \"ogwe aka\",\n    \"grumphy\": \"kewe iwe\",\n    \"grumphie\": \"iwe ọkụ\",\n    \"grumphies\": \"onye isi\",\n    \"grumpy\": \"kewe iwe\",\n    \"grumpier\": \"siwe iwe\",\n    \"grumpiest\": \"kasị ewute\",\n    \"grumpily\": \"na-achị\",\n    \"grumpiness\": \"obi ilu\",\n    \"grumping\": \"n'ikpo\",\n    \"grumpish\": \"imi\",\n    \"grumpishness\": \"iwe iwe\",\n    \"grumps\": \"ntamu\",\n    \"grundel\": \"Grundel\",\n    \"grundy\": \"Ikekwe\",\n    \"grundified\": \"mmanya na-egbu\",\n    \"grundyism\": \"ekweghiekwe\",\n    \"grundyist\": \"onye isi\",\n    \"grundyite\": \"Grundy\",\n    \"grundlov\": \"Ezenwata\",\n    \"grundsil\": \"Ikechukwu\",\n    \"grunerite\": \"Grunerite\",\n    \"gruneritization\": \"ichi okwa\",\n    \"grungier\": \"Onyegbula\",\n    \"grunions\": \"gruns\",\n    \"grunswel\": \"Ochie\",\n    \"grunt\": \"iwe\",\n    \"grunted\": \"grunt\",\n    \"grunter\": \"iwe\",\n    \"grunters\": \"ndị na-akụ\",\n    \"grunth\": \"iwe\",\n    \"grunting\": \"na-akụ\",\n    \"gruntingly\": \"iwe\",\n    \"gruntle\": \"iwe\",\n    \"gruntled\": \"chiri\",\n    \"gruntling\": \"na-akọ\",\n    \"grunts\": \"grun\",\n    \"gruppetto\": \"kechi\",\n    \"gruppo\": \"Gruppo\",\n    \"grus\": \"Ọrịa\",\n    \"grush\": \"tipu\",\n    \"grusian\": \"onye Grusian\",\n    \"grusinian\": \"Onyechi\",\n    \"grutch\": \"ahịhịa\",\n    \"grutched\": \"iwe\",\n    \"grutches\": \"Grịl\",\n    \"grutching\": \"ichi\",\n    \"grutten\": \"iwe\",\n    \"grx\": \"Gr\",\n    \"gteau\": \"otele\",\n    \"gthite\": \"iduga\",\n    \"gtt\": \"IGIHE\",\n    \"guaiacol\": \"chukwuemeka\",\n    \"guaiacolize\": \"chụọ n'ọrụ\",\n    \"guaiaconic\": \"emeka\",\n    \"guaiacs\": \"chụọ n'ọrụ\",\n    \"guaican\": \"Guaican\",\n    \"guaiol\": \"chioma\",\n    \"guans\": \"ndị agha\",\n    \"guarantee\": \"nkwa\",\n    \"guaranteed\": \"ekwe nkwa\",\n    \"guaranteeing\": \"na-ekwe nkwa\",\n    \"guaranteer\": \"onye nchebe\",\n    \"guaranteers\": \"ndị na-ekwe nkwa\",\n    \"guarantees\": \"kwere\",\n    \"guaranteeship\": \"nkwa\",\n    \"guaranteing\": \"ikwere\",\n    \"guaranty\": \"e kwere\",\n    \"guaranties\": \"guaranti\",\n    \"guarantying\": \"na-ekwe nkwa\",\n    \"guarantine\": \"echichi\",\n    \"guarantor\": \"onye kwere nkwa\",\n    \"guarantors\": \"ndị nkwado\",\n    \"guarantorship\": \"ikwere\",\n    \"guard\": \"nche\",\n    \"guardable\": \"echebe\",\n    \"guardage\": \"nche\",\n    \"guardant\": \"onye nche\",\n    \"guardants\": \"ndị nche\",\n    \"guarded\": \"echebe\",\n    \"guardedly\": \"eche nche\",\n    \"guardedness\": \"nche\",\n    \"guarder\": \"onye nche\",\n    \"guarders\": \"ndị nche\",\n    \"guardfish\": \"azụ azụ\",\n    \"guardful\": \"eche nche\",\n    \"guardfully\": \"na-eche nche\",\n    \"guardhouse\": \"ụlọ nche\",\n    \"guardhouses\": \"ụlọ nche\",\n    \"guardian\": \"onye nlekọta\",\n    \"guardiancy\": \"nlekọta\",\n    \"guardianess\": \"onye nlekọta\",\n    \"guardianless\": \"onye nlekọta\",\n    \"guardianly\": \"nlekọta\",\n    \"guardians\": \"ẹkekpemede\",\n    \"guardianship\": \"onye nlekọta\",\n    \"guardianships\": \"nlekọta\",\n    \"guarding\": \"ichebe\",\n    \"guardingly\": \"na-eche nche\",\n    \"guardless\": \"echebe\",\n    \"guardlike\": \"dị ka onye nche\",\n    \"guardo\": \"nche\",\n    \"guardrail\": \"nche\",\n    \"guardrails\": \"nche\",\n    \"guardroom\": \"ime ụlọ nche\",\n    \"guards\": \"ndị nche\",\n    \"guardship\": \"ichebe\",\n    \"guardsman\": \"onye nche\",\n    \"guardsmen\": \"ndị nche\",\n    \"guardstone\": \"okwute\",\n    \"guars\": \"okpu\",\n    \"guatemaltecan\": \"chukwunyere\",\n    \"guativere\": \"iduzi\",\n    \"gubbings\": \"gbaa ọchịchịrị\",\n    \"gubbins\": \"oku\",\n    \"gubernacular\": \"dị ka ọ dị\",\n    \"gubernance\": \"ọchịchị\",\n    \"gubernation\": \"gọvanọ\",\n    \"gubernative\": \"govanọ\",\n    \"gubernator\": \"gọvanọ\",\n    \"gubernatorial\": \"gọvanọ\",\n    \"gubernatrix\": \"onyekwena\",\n    \"guck\": \"nkịta\",\n    \"gucks\": \"sọks\",\n    \"gud\": \"mee\",\n    \"guddle\": \"ndota\",\n    \"guddled\": \"arụ ọrụ\",\n    \"guddler\": \"Onye nduzi\",\n    \"guddling\": \"Emeghari\",\n    \"gudebrother\": \"gudee ihe\",\n    \"gudes\": \"aga\",\n    \"gudge\": \"gbaa\",\n    \"guelf\": \"onwe gị\",\n    \"guemal\": \"okpu\",\n    \"guenons\": \"guonons\",\n    \"guerdoned\": \"okpuru\",\n    \"guerdoner\": \"okpuru\",\n    \"guerdoning\": \"ichoro\",\n    \"guerdonless\": \"adighi\",\n    \"guerdons\": \"okpuru\",\n    \"gueridons\": \"okpuru\",\n    \"guerilla\": \"okpuru\",\n    \"guerillaism\": \"okpuru\",\n    \"guerillas\": \"okpuru\",\n    \"guerison\": \"okpuru\",\n    \"guernseyed\": \"guernsey\",\n    \"guerrila\": \"okpuru\",\n    \"guerrilla\": \"okpuru\",\n    \"guerrillaism\": \"okpuru ism\",\n    \"guerrillas\": \"okpuru\",\n    \"guerrillaship\": \"okpuru\",\n    \"guesdist\": \"onye nchịkwa\",\n    \"guess\": \"maa\",\n    \"guessable\": \"maa\",\n    \"guessed\": \"kwutere\",\n    \"guesser\": \"onye na-eche echiche\",\n    \"guessers\": \"ndị na-eche echiche\",\n    \"guesses\": \"maa\",\n    \"guessing\": \"maa maa\",\n    \"guessingly\": \"na-eche\",\n    \"guessive\": \"maa\",\n    \"guesstimate\": \"osiri ike\",\n    \"guesstimated\": \"kwụrụ\",\n    \"guesstimates\": \"atụmatụ\",\n    \"guesstimating\": \"na-aga agha\",\n    \"guesswork\": \"ikwere\",\n    \"guessworker\": \"onye na-eche echiche\",\n    \"guest\": \"ọbịa\",\n    \"guestchamber\": \"ọbịa ụlọ\",\n    \"guested\": \"ọbịa\",\n    \"guesten\": \"ọbịa\",\n    \"guester\": \"onye nlekọta\",\n    \"guesthouse\": \"ụlọ nkwari akụ\",\n    \"guesthouses\": \"ụlọ ezumike\",\n    \"guestimate\": \"osiri ike\",\n    \"guestimated\": \"osiri ike\",\n    \"guestimating\": \"ọbịa\",\n    \"guesting\": \"ọbịa\",\n    \"guestless\": \"ọbịa\",\n    \"guestling\": \"ọbịa\",\n    \"guestmaster\": \"onye nlekọta\",\n    \"guests\": \"ọbịa\",\n    \"guestship\": \"ọbịa\",\n    \"guestwise\": \"ọbịa\",\n    \"guetre\": \"okpu\",\n    \"guffawed\": \"onye nzuzu\",\n    \"guffawing\": \"ogu ndu\",\n    \"gufought\": \"ihere\",\n    \"guggle\": \"ihie\",\n    \"guggled\": \"gbanye obi\",\n    \"guggles\": \"ndiegwu\",\n    \"gugglet\": \"akpa\",\n    \"guggling\": \"na-eri ihe\",\n    \"guglet\": \"ijeoma\",\n    \"guglets\": \"ndiegwu\",\n    \"guglia\": \"chukwuemeka\",\n    \"guglio\": \"chukwuemeka\",\n    \"guy\": \"Ihọd\",\n    \"guiac\": \"guaiac\",\n    \"guyandot\": \"guyandotte\",\n    \"guianese\": \"guyanese\",\n    \"guichet\": \"ọ dị\",\n    \"guid\": \"ndu\",\n    \"guidable\": \"eduzi\",\n    \"guidage\": \"ndu\",\n    \"guidance\": \"nduzi\",\n    \"guidances\": \"nduzi\",\n    \"guide\": \"ndu\",\n    \"guideboard\": \"ndu\",\n    \"guidebook\": \"akwụkwọ ntuziaka\",\n    \"guidebooky\": \"ntuziaka\",\n    \"guidebookish\": \"ntuziaka\",\n    \"guidebooks\": \"Akwụkwọ ntuziaka\",\n    \"guidecraft\": \"ndu\",\n    \"guided\": \"eduzi\",\n    \"guideless\": \"enweghị nduzi\",\n    \"guideline\": \"ndu\",\n    \"guidelines\": \"ụkpụrụ nduzi\",\n    \"guidepost\": \"ndu\",\n    \"guideposts\": \"ntuziaka\",\n    \"guider\": \"onye ndu\",\n    \"guideress\": \"ndu\",\n    \"guiders\": \"ndị ndu\",\n    \"guidership\": \"ndu\",\n    \"guides\": \"nduzi\",\n    \"guideship\": \"ndu\",\n    \"guideway\": \"ndu\",\n    \"guiding\": \"na-eduzi\",\n    \"guidingly\": \"ndu\",\n    \"guidman\": \"ndu\",\n    \"guido\": \"ndu\",\n    \"guydom\": \"Nwoke\",\n    \"guidon\": \"ndu\",\n    \"guidonian\": \"nduzi\",\n    \"guidons\": \"nduzi\",\n    \"guids\": \"nduzi\",\n    \"guidsire\": \"ndu\",\n    \"guidwife\": \"ndu\",\n    \"guidwilly\": \"na-eduzi\",\n    \"guidwillie\": \"nduzi\",\n    \"guyed\": \"rie\",\n    \"guyers\": \"ndị nduzi\",\n    \"guying\": \"ichi\",\n    \"guilder\": \"onye nduzi\",\n    \"guildship\": \"ndu\",\n    \"guile\": \"aghụghọ\",\n    \"guiled\": \"guu\",\n    \"guileful\": \"aghụghọ\",\n    \"guilefully\": \"iji aghụghọ\",\n    \"guilefulness\": \"aghụghọ\",\n    \"guileless\": \"enweghị aghụghọ\",\n    \"guilelessness\": \"enweghị aghụghọ\",\n    \"guilery\": \"okpu\",\n    \"guyline\": \"Nwoke\",\n    \"guiling\": \"na-ata ahuhu\",\n    \"guillotined\": \"gbaghaara\",\n    \"guillotinement\": \"ngọngọ\",\n    \"guillotining\": \"ịtọgharị mmadụ\",\n    \"guilt\": \"ikpe ọmụma\",\n    \"guiltful\": \"amam ikpe\",\n    \"guilty\": \"ikpe mara\",\n    \"guiltiest\": \"siri ike\",\n    \"guiltily\": \"amamikpe\",\n    \"guiltiness\": \"ikpe mara\",\n    \"guiltless\": \"enweghị ikpe\",\n    \"guiltlessly\": \"enweghị ikpe\",\n    \"guiltlessness\": \"enweghị obi amamikpe\",\n    \"guimbard\": \"okporo\",\n    \"guimpes\": \"okpu\",\n    \"guinness\": \"izu ike\",\n    \"guyots\": \"agha\",\n    \"guirlande\": \"ọchịchị\",\n    \"guys\": \"ụmụ okorobịa\",\n    \"guisards\": \"ndị nduzi\",\n    \"guised\": \"gbanwere\",\n    \"guises\": \"iwu\",\n    \"guising\": \"na-atụgharị\",\n    \"guitarfishes\": \"akwara\",\n    \"guitarist\": \"onye ọkpọ\",\n    \"guitarists\": \"ndị na-akpọ ụbọ\",\n    \"guitarlike\": \"akwara\",\n    \"guitars\": \"guitar\",\n    \"guittonian\": \"Guittonian\",\n    \"guywire\": \"Nwoke\",\n    \"gulae\": \"chukwu\",\n    \"gulaman\": \"chukwu\",\n    \"guland\": \"obodo\",\n    \"gular\": \"acha ọcha\",\n    \"gularis\": \"aka\",\n    \"guld\": \"ga\",\n    \"guldens\": \"Akpa\",\n    \"gulf\": \"ogbu mmiri\",\n    \"gulfed\": \"emeka\",\n    \"gulfing\": \"Igha\",\n    \"gulflike\": \"dị ka ọwa\",\n    \"gulfside\": \"okpokoro\",\n    \"gulfwards\": \"ọwara mmiri\",\n    \"gulfweed\": \"Anyi\",\n    \"gulfweeds\": \"ọwara mmiri\",\n    \"gulinular\": \"Obinna\",\n    \"gulist\": \"onyekachi\",\n    \"gull\": \"okuko\",\n    \"gullability\": \"obi ụtọ\",\n    \"gulled\": \"Ọ gụ\",\n    \"gulley\": \"ezechukwu\",\n    \"gulleys\": \"onyebuchi\",\n    \"guller\": \"onye isi\",\n    \"gullery\": \"edetu\",\n    \"gulleries\": \"Gulleries\",\n    \"gullet\": \"idolite\",\n    \"gulleting\": \"ulul\",\n    \"gullets\": \"edetu\",\n    \"gully\": \"Obi ojoo\",\n    \"gullibility\": \"ikwenye ekwenye\",\n    \"gullible\": \"o kwere omume\",\n    \"gullibly\": \"n'egwu\",\n    \"gullied\": \"Ochie\",\n    \"gullies\": \"ndiegwu\",\n    \"gullying\": \"emekpala ahụ́\",\n    \"gulling\": \"Ikekwe\",\n    \"gullion\": \"Nwoke\",\n    \"gullish\": \"Gullish\",\n    \"gullishly\": \"osogbu\",\n    \"gullishness\": \"okirikiri\",\n    \"gulliver\": \"Gulliver\",\n    \"gulllike\": \"adabacha\",\n    \"gulls\": \"okpokoro\",\n    \"gulmohar\": \"chukwu\",\n    \"gulosity\": \"anya\",\n    \"gulosities\": \"icho\",\n    \"gulped\": \"rikpuru\",\n    \"gulpers\": \"ndị gulpers\",\n    \"gulpier\": \"ọulụ\",\n    \"gulpiest\": \"Obi ojoo\",\n    \"gulpin\": \"chukwu\",\n    \"gulping\": \"Ogbodo\",\n    \"gulpingly\": \"emekpa\",\n    \"gulps\": \"Afọ\",\n    \"gulravage\": \"emegbu\",\n    \"guls\": \"chukwu\",\n    \"gum\": \"chịngọm\",\n    \"gumby\": \"ichi\",\n    \"gumboils\": \"ogba\",\n    \"gumbolike\": \"ichi\",\n    \"gumboots\": \"chịngọm\",\n    \"gumbos\": \"chịngs\",\n    \"gumchewer\": \"chịngọm\",\n    \"gumdigger\": \"chịrị\",\n    \"gumdigging\": \"ichi anya\",\n    \"gumdrop\": \"chịngọm\",\n    \"gumdrops\": \"chịngọm\",\n    \"gumfield\": \"ogba egbe\",\n    \"gumless\": \"chịngọm\",\n    \"gumly\": \"chịngọm\",\n    \"gumlike\": \"chịngọm\",\n    \"gumlikeness\": \"ihe ndozi\",\n    \"gummage\": \"mwepu\",\n    \"gummaking\": \"atamgbe\",\n    \"gummed\": \"chịkọta\",\n    \"gummic\": \"chịkọtara\",\n    \"gummiest\": \"chịngọm\",\n    \"gummiferous\": \"kechie\",\n    \"gumminess\": \"gumgba mbọ\",\n    \"gumming\": \"ichi anya\",\n    \"gummite\": \"chịkọtara\",\n    \"gummites\": \"chịm\",\n    \"gummose\": \"chịngọm\",\n    \"gummoses\": \"gummos\",\n    \"gummosity\": \"ọnụ\",\n    \"gummous\": \"chịngọm\",\n    \"gump\": \"onu mmiri\",\n    \"gumphion\": \"chịngọm\",\n    \"gumption\": \"mbido\",\n    \"gumptionless\": \"enweghị ume\",\n    \"gumptions\": \"nchikọta\",\n    \"gumptious\": \"na-egbu egbu\",\n    \"gums\": \"chịngọm\",\n    \"gumshield\": \"ihe nkochi\",\n    \"gumshoed\": \"ichi\",\n    \"gumshoeing\": \"ichi aka\",\n    \"gumshoes\": \"chịngọm\",\n    \"gumshoing\": \"ichi aka\",\n    \"gumtree\": \"osisi\",\n    \"gumtrees\": \"ichi\",\n    \"gumweed\": \"chịkọd\",\n    \"gumweeds\": \"chịkọd\",\n    \"gumwoods\": \"osisi\",\n    \"gun\": \"egbe\",\n    \"gunarchy\": \"agha egbe\",\n    \"gunate\": \"egbe\",\n    \"gunated\": \"gbara egbe\",\n    \"gunating\": \"na-agba egbe\",\n    \"gunation\": \"egbe\",\n    \"gunbarrel\": \"egbe\",\n    \"gunbearer\": \"egbe egbe\",\n    \"gunboat\": \"egbe\",\n    \"gunboats\": \"egbe egbe\",\n    \"gunbright\": \"egbe egbe\",\n    \"gunbuilder\": \"egbe egbe\",\n    \"guncotton\": \"egbe\",\n    \"gundeck\": \"egbe\",\n    \"gundelet\": \"egbe\",\n    \"gunfight\": \"egbe egbe\",\n    \"gunfighter\": \"egbe egbe\",\n    \"gunfighters\": \"ndị egbe egbe\",\n    \"gunfighting\": \"egbe egbe\",\n    \"gunfights\": \"egbe egbe\",\n    \"gunfire\": \"egbe egbe\",\n    \"gunfires\": \"egbe egbe\",\n    \"gunflint\": \"egbe egbe\",\n    \"gunflints\": \"egbe egbe\",\n    \"gung\": \"nsị\",\n    \"gunge\": \"egbe\",\n    \"gunhouse\": \"egbe egbe\",\n    \"gunite\": \"egbe\",\n    \"guniter\": \"egbe\",\n    \"gunk\": \"egbe\",\n    \"gunkhole\": \"egbe\",\n    \"gunkholed\": \"gbaa egbe\",\n    \"gunkholing\": \"egbegbe\",\n    \"gunky\": \"egbe\",\n    \"gunks\": \"egbe\",\n    \"gunl\": \"egbe\",\n    \"gunlayer\": \"onye oji egbe\",\n    \"gunlaying\": \"na-agba egbe\",\n    \"gunless\": \"enweghị egbe\",\n    \"gunline\": \"egbe\",\n    \"gunlocks\": \"egbe\",\n    \"gunmaker\": \"egbe egbe\",\n    \"gunmaking\": \"egbe egbe\",\n    \"gunman\": \"egbe\",\n    \"gunmanship\": \"egbe\",\n    \"gunmen\": \"ndị ji egbe\",\n    \"gunmetal\": \"egbe\",\n    \"gunmetals\": \"egbe egbe\",\n    \"gunnage\": \"egbe\",\n    \"gunne\": \"egbe\",\n    \"gunned\": \"gbụrụ\",\n    \"gunnel\": \"egbe\",\n    \"gunnels\": \"egbe\",\n    \"gunner\": \"onye agha\",\n    \"gunnery\": \"egbe egbe\",\n    \"gunneries\": \"egbe egbe\",\n    \"gunners\": \"ndị na-agba egbe\",\n    \"gunnership\": \"egbe egbe\",\n    \"gunny\": \"egbe\",\n    \"gunnies\": \"egbe\",\n    \"gunning\": \"egbe egbe\",\n    \"gunnings\": \"egbe\",\n    \"gunnysack\": \"egbe egbe\",\n    \"gunnysacks\": \"akpa gunny\",\n    \"gunnung\": \"egbe egbe\",\n    \"gunocracy\": \"gynocracy\",\n    \"gunong\": \"egbe\",\n    \"gunpaper\": \"egbe\",\n    \"gunpapers\": \"akwụkwọ akụkọ\",\n    \"gunplay\": \"egbe\",\n    \"gunplays\": \"egbe egbe\",\n    \"gunpoint\": \"egbe\",\n    \"gunpoints\": \"egbe egbe\",\n    \"gunport\": \"egbe\",\n    \"gunpowder\": \"egbe\",\n    \"gunpowdery\": \"egbe\",\n    \"gunpowderous\": \"egbe egbe\",\n    \"gunpower\": \"egbe\",\n    \"gunrack\": \"egbe egbe\",\n    \"gunreach\": \"egbe\",\n    \"gunroom\": \"egbe\",\n    \"gunrooms\": \"egbe ụlọ\",\n    \"gunrunner\": \"egbe\",\n    \"gunrunning\": \"na-agba egbe\",\n    \"guns\": \"egbe\",\n    \"gunsel\": \"egbe\",\n    \"gunsels\": \"egbe\",\n    \"gunship\": \"egbe\",\n    \"gunships\": \"egbe egbe\",\n    \"gunshop\": \"ụlọ ahịa egbe\",\n    \"gunshot\": \"egbe\",\n    \"gunshots\": \"mgbọ egbe\",\n    \"gunsling\": \"egbe\",\n    \"gunslinger\": \"egbe\",\n    \"gunslingers\": \"egbe egbe\",\n    \"gunslinging\": \"na-agba egbe\",\n    \"gunsman\": \"egbe\",\n    \"gunsmith\": \"egbe egbe\",\n    \"gunsmithery\": \"egbe egbe\",\n    \"gunsmithing\": \"na-agba egbe\",\n    \"gunsmiths\": \"ndi-egbe egbe\",\n    \"gunster\": \"egbe\",\n    \"gunstick\": \"egbe egbe\",\n    \"gunstock\": \"egbe\",\n    \"gunstocker\": \"egbe\",\n    \"gunstocking\": \"egbe egbe\",\n    \"gunstocks\": \"egbe egbe\",\n    \"gunstone\": \"egbe egbe\",\n    \"gunter\": \"egbe\",\n    \"gunther\": \"onyeda\",\n    \"gunung\": \"egbe\",\n    \"gunwales\": \"egbe egbe\",\n    \"gunwhale\": \"egbewhale\",\n    \"gunz\": \"egbe\",\n    \"gunzian\": \"egbe\",\n    \"guppies\": \"ihe ndozi\",\n    \"guptavidya\": \"gupta vidya\",\n    \"gur\": \"guru\",\n    \"gurdfish\": \"ụrọ azụ\",\n    \"gurdle\": \"ihe-ọkiké\",\n    \"gurging\": \"ịkatọ\",\n    \"gurgitation\": \"mmeghari\",\n    \"gurgle\": \"ịkpa ọchị\",\n    \"gurgled\": \"gbarụọ\",\n    \"gurgles\": \"mkpọtụ\",\n    \"gurglet\": \"ịkpa ọchị\",\n    \"gurglets\": \"mkpọtụ\",\n    \"gurgly\": \"n'udo\",\n    \"gurgling\": \"na-agbagharị\",\n    \"gurglingly\": \"na-agbagharị\",\n    \"gurgulation\": \"mmeghari\",\n    \"gurish\": \"ịkpa\",\n    \"gurl\": \"ntụl\",\n    \"gurlet\": \"ụrọ\",\n    \"gurney\": \"Gurney\",\n    \"gurneyite\": \"Gurneyite\",\n    \"gurneys\": \"isi\",\n    \"gurry\": \"nri\",\n    \"gurries\": \"ebibi\",\n    \"gursh\": \"ogu\",\n    \"gurshes\": \"ogbegbe\",\n    \"gurt\": \"nsị\",\n    \"guruships\": \"enweghị isi\",\n    \"gushed\": \"gbanye\",\n    \"gushes\": \"gus\",\n    \"gushily\": \"imeka\",\n    \"gushing\": \"na-agba ọsọ\",\n    \"gushingly\": \"izu ike\",\n    \"gushingness\": \"gushing\",\n    \"gusle\": \"ngagharị\",\n    \"gusset\": \"owuwe ihe ubi\",\n    \"gusseted\": \"na-atụgharị uche\",\n    \"gusseting\": \"na-agagharị\",\n    \"gussied\": \"anwuru\",\n    \"gussying\": \"Gussying\",\n    \"gustable\": \"Gustable\",\n    \"gustation\": \"alaeze\",\n    \"gustative\": \"Ogwu\",\n    \"gustativeness\": \"Uchechukwu\",\n    \"gustatory\": \"ebechi\",\n    \"gustatorial\": \"onyechi\",\n    \"gusted\": \"nwee obi ojoo\",\n    \"gustful\": \"Ogwu\",\n    \"gustfully\": \"n'ụzọ dị egwu\",\n    \"gustfulness\": \"Ogwu\",\n    \"gustier\": \"Obi uto\",\n    \"gustiest\": \"onye gustiest\",\n    \"gustily\": \"Okechukwu\",\n    \"gustiness\": \"ochichiri anya\",\n    \"gusting\": \"Ikekwe\",\n    \"gustless\": \"Gustless\",\n    \"gusto\": \"obi ụtọ\",\n    \"gusts\": \"ogbe\",\n    \"gut\": \"gootu\",\n    \"gutbucket\": \"gootu\",\n    \"gutless\": \"eriri afọ\",\n    \"gutlessness\": \"enweghi ike\",\n    \"gutlike\": \"eriri afọ\",\n    \"gutnic\": \"eriri afọ\",\n    \"guts\": \"afo\",\n    \"gutser\": \"afọ\",\n    \"gutsy\": \"Emeka\",\n    \"gutsily\": \"afọ\",\n    \"gutsiness\": \"ogbe\",\n    \"gutt\": \"gootu\",\n    \"guttation\": \"eriri afọ\",\n    \"gutted\": \"gọta\",\n    \"gutter\": \"gọta\",\n    \"gutterblood\": \"eriri afọ\",\n    \"guttered\": \"gọta\",\n    \"guttery\": \"eriri afọ\",\n    \"guttering\": \"gọta\",\n    \"gutterize\": \"gọtaze\",\n    \"gutterlike\": \"gọta\",\n    \"gutterman\": \"gọta nwoke\",\n    \"gutters\": \"okwute\",\n    \"guttersnipe\": \"eriri afọ\",\n    \"guttersnipes\": \"eriri afọ\",\n    \"guttersnipish\": \"eriri afọ\",\n    \"gutterspout\": \"gọta spout\",\n    \"gutterwise\": \"gọta maara ihe\",\n    \"guttier\": \"gọta\",\n    \"guttiform\": \"eriri afọ\",\n    \"guttiness\": \"okwute\",\n    \"guttle\": \"gootu\",\n    \"guttler\": \"gozie\",\n    \"guttlers\": \"gootu\",\n    \"guttles\": \"gootu\",\n    \"guttular\": \"eriri afọ\",\n    \"guttulate\": \"gootu\",\n    \"guttule\": \"gootu\",\n    \"guttur\": \"gootu\",\n    \"guttural\": \"eriri afọ\",\n    \"gutturalisation\": \"eriri afọ\",\n    \"gutturalise\": \"eriri afọ\",\n    \"gutturalised\": \"eriri afọ\",\n    \"gutturalising\": \"eriri afọ\",\n    \"gutturality\": \"eriri afọ\",\n    \"gutturalization\": \"eriri afọ\",\n    \"gutturalizing\": \"eriri afọ\",\n    \"gutturalness\": \"eriri afọ\",\n    \"gutturals\": \"eriri afọ\",\n    \"gutturine\": \"eriri afọ\",\n    \"gutturize\": \"eriri afọ\",\n    \"gutwort\": \"gootu\",\n    \"guv\": \"nkp\",\n    \"guz\": \"guzosie\",\n    \"guzzle\": \"ihe nzuzu\",\n    \"guzzled\": \"gharịị\",\n    \"guzzledom\": \"amaka\",\n    \"guzzling\": \"na-atụgharị anya\",\n    \"haafs\": \"haaf\",\n    \"habble\": \"ebibi\",\n    \"haberdashers\": \"ndị na-egbu egbu\",\n    \"habet\": \"ebe obibi\",\n    \"habiliment\": \"hazie\",\n    \"habilimentation\": \"hazie\",\n    \"habilimented\": \"igha\",\n    \"habiliments\": \"omume\",\n    \"habilitate\": \"ebe obibi\",\n    \"habilitated\": \"ebe obibi\",\n    \"habilitating\": \"ebe obibi\",\n    \"habilitation\": \"ebe obibi\",\n    \"hability\": \"ebe obibi\",\n    \"habit\": \"omume\",\n    \"habitability\": \"ebe obibi\",\n    \"habitable\": \"ibi\",\n    \"habitableness\": \"ibi\",\n    \"habitably\": \"omume\",\n    \"habitacle\": \"ebe obibi\",\n    \"habitacule\": \"ebe obibi\",\n    \"habitally\": \"emehe\",\n    \"habitance\": \"omume\",\n    \"habitancies\": \"obibi\",\n    \"habitans\": \"Ebe obibi\",\n    \"habitant\": \"agwa\",\n    \"habitants\": \"ndị bi\",\n    \"habitat\": \"ebe obibi\",\n    \"habitatal\": \"ebe obibi\",\n    \"habitate\": \"ibikwa\",\n    \"habitatio\": \"ebe obibi\",\n    \"habitation\": \"ebe obibi\",\n    \"habitational\": \"omume\",\n    \"habitations\": \"ebe obibi\",\n    \"habitative\": \"ihe omume\",\n    \"habitator\": \"onye obibi\",\n    \"habitats\": \"ebe obibi\",\n    \"habited\": \"biri\",\n    \"habiting\": \"ibi\",\n    \"habits\": \"omume\",\n    \"habitual\": \"emee ihe\",\n    \"habituality\": \"omume\",\n    \"habitualize\": \"ibi ndu\",\n    \"habitually\": \"emegharịrị\",\n    \"habitualness\": \"omume\",\n    \"habituate\": \"ibi ebe obibi\",\n    \"habituated\": \"habituo\",\n    \"habituation\": \"omume\",\n    \"habituations\": \"ebe obibi\",\n    \"habitude\": \"ibi\",\n    \"habitudes\": \"Agụụ\",\n    \"habitudinal\": \"Agụ\",\n    \"habitue\": \"omume\",\n    \"habitues\": \"omume\",\n    \"habiture\": \"obibi\",\n    \"habitus\": \"agwa\",\n    \"habronemic\": \"Uchenna Onwuka\",\n    \"habsburg\": \"Ogba\",\n    \"haccucal\": \"okomoko\",\n    \"hacht\": \"haacht\",\n    \"hachured\": \"mbadamba\",\n    \"hachuring\": \"ịgbanye\",\n    \"haciendado\": \"haciendas\",\n    \"hack\": \"mbanye anataghị ikike\",\n    \"hackberry\": \"mbanye anataghị ikike\",\n    \"hackbush\": \"mbanye anataghị ikike\",\n    \"hackbuteer\": \"Mbanye anataghị ikike\",\n    \"hackbuts\": \"Mbanye anataghị ikike\",\n    \"hackdriver\": \"mbanye anataghị ikike\",\n    \"hackee\": \"hacker\",\n    \"hackeem\": \"hakeem\",\n    \"hackees\": \"hacker\",\n    \"hackeries\": \"mbanye anataghị ikike\",\n    \"hacky\": \"adabaghi\",\n    \"hackie\": \"adabaghi\",\n    \"hackies\": \"Mbanye anataghị ikike\",\n    \"hackin\": \"hacking\",\n    \"hackingly\": \"hacking\",\n    \"hackled\": \"agbagha\",\n    \"hackler\": \"hacker\",\n    \"hacklers\": \"ndị na-agba ọsọ\",\n    \"hacklier\": \"hapụ ngwa ngwa\",\n    \"hackliest\": \"kacha mfe\",\n    \"hackling\": \"Ohere\",\n    \"hacklog\": \"Mbanye anataghị ikike\",\n    \"hackmack\": \"mbanye anataghị ikike\",\n    \"hackmall\": \"mbanye anataghị ikike\",\n    \"hackman\": \"onyenze\",\n    \"hackmen\": \"onyenze\",\n    \"hackneyed\": \"mbanye anataghị ikike\",\n    \"hackneyedly\": \"mbanye anataghị ikike\",\n    \"hackneyedness\": \"hackney ness\",\n    \"hackneyer\": \"mbanye anataghị ikike\",\n    \"hackneying\": \"mbanye anataghị ikike\",\n    \"hackneyman\": \"Hackneyman\",\n    \"hackster\": \"Mbanye anataghị ikike\",\n    \"hacktree\": \"mbanye anataghị ikike\",\n    \"hackwood\": \"Mbanye anataghị ikike\",\n    \"had\": \"nwere\",\n    \"hadal\": \"okwu\",\n    \"hadassah\": \"hasassa\",\n    \"hadden\": \"nweela\",\n    \"hadder\": \"ebu\",\n    \"haded\": \"hadeded\",\n    \"hadentomoid\": \"nwebu\",\n    \"hades\": \"Hades\",\n    \"hadhramautian\": \"hadhramaut ian\",\n    \"hading\": \"na-agba mbọ\",\n    \"hadit\": \"hadith\",\n    \"hadiths\": \"Hadith\",\n    \"hadland\": \"nwee ala\",\n    \"hadnt\": \"agbaghị\",\n    \"hadrom\": \"Hadrom\",\n    \"hadron\": \"Hadọn\",\n    \"hadronic\": \"amala\",\n    \"hadrons\": \"akwara\",\n    \"hadst\": \"ama\",\n    \"haecceity\": \"ọgbaghara\",\n    \"haecceities\": \"ihe ike\",\n    \"haemagglutinative\": \"haemaggutinative\",\n    \"haemathermous\": \"ihe nile\",\n    \"haematics\": \"ihe haematik\",\n    \"haematocrit\": \"hematocrit\",\n    \"haematology\": \"hematology\",\n    \"haematologist\": \"ọkà n'ihe banyere ọrịa haematologist\",\n    \"haematoma\": \"hematoma\",\n    \"haematometer\": \"haemomometa\",\n    \"haematoxylin\": \"obidigbo\",\n    \"haemodialysis\": \"hemodialysis\",\n    \"haemodynamic\": \"iheanacho\",\n    \"haemometer\": \"haemometa\",\n    \"haemony\": \"nkwekọrịta\",\n    \"haemophil\": \"haemophilia\",\n    \"haemophile\": \"haemophilic\",\n    \"haemorrhage\": \"ọbara ọgbụgba\",\n    \"haemorrhaged\": \"ọgbụgba\",\n    \"haemorrhagy\": \"ọbara ọgbụgba\",\n    \"haemorrhagic\": \"ọbara ọgbụgba\",\n    \"haemorrhaging\": \"oruru ọgbụgba\",\n    \"haemorrhoids\": \"hemorrhoid\",\n    \"haets\": \"Nneka\",\n    \"haf\": \"okwe\",\n    \"haff\": \"okwe\",\n    \"haffkinize\": \"haffkine\",\n    \"hafnyl\": \"Nwachukwu\",\n    \"haft\": \"okirikiri\",\n    \"haftarah\": \"haftara\",\n    \"hafted\": \"gbanwere\",\n    \"hafter\": \"obi jụrụ\",\n    \"hafters\": \"na-ebu agha\",\n    \"hafts\": \"hacks\",\n    \"hagadists\": \"hagadist\",\n    \"hagdons\": \"hagdọn\",\n    \"hagdown\": \"nkwụsị\",\n    \"hagfishes\": \"hagfish\",\n    \"haggada\": \"haggadah\",\n    \"haggaday\": \"haggadah\",\n    \"haggadal\": \"haggadah\",\n    \"haggards\": \"haggard si\",\n    \"hagged\": \"hagger\",\n    \"haggeis\": \"hagger\",\n    \"hagging\": \"haging\",\n    \"haggishness\": \"obi iru ala\",\n    \"haggled\": \"haggle\",\n    \"haggler\": \"haggle\",\n    \"hagglers\": \"haggle\",\n    \"haggling\": \"haggging\",\n    \"hagiographer\": \"onye na-ede akwụkwọ\",\n    \"hagiologies\": \"ikuku\",\n    \"hagioscopic\": \"aka_egwuruegwu\",\n    \"hagseed\": \"Onwuchekwa\",\n    \"hagstone\": \"okwute\",\n    \"hay\": \"ahihia\",\n    \"hayband\": \"ahihia\",\n    \"haybird\": \"ahihia\",\n    \"hayburner\": \"ahịhịa\",\n    \"haycap\": \"ahịhịa\",\n    \"haidingerite\": \"nkechinyere\",\n    \"haydn\": \"Okechukwu\",\n    \"hayed\": \"haye\",\n    \"hayey\": \"haye\",\n    \"hayer\": \"haye\",\n    \"hayers\": \"ndị kpọrọ ha asị\",\n    \"hayfield\": \"ahịhịa\",\n    \"hayfields\": \"ahịhịa\",\n    \"hayforks\": \"hayfork\",\n    \"haygrower\": \"ahihia\",\n    \"haying\": \"na-akpọ\",\n    \"haik\": \"haiku\",\n    \"haika\": \"haiku\",\n    \"haikh\": \"haik\",\n    \"hail\": \"toonụ\",\n    \"hailed\": \"toro\",\n    \"hailes\": \"ntutu\",\n    \"hayloft\": \"ahịhịa\",\n    \"haylofts\": \"ahihia\",\n    \"hails\": \"Ekele\",\n    \"hailse\": \"hiilse\",\n    \"hailstone\": \"okwute\",\n    \"hailstoned\": \"Na-ada\",\n    \"hailstones\": \"Akụ́ mmiri ígwé\",\n    \"hailstorm\": \"akụ́ mmiri igwe\",\n    \"hailstorms\": \"oké mmiri ozuzo\",\n    \"haymakers\": \"haym\",\n    \"haymish\": \"Hamish\",\n    \"hainai\": \"hainan\",\n    \"hainanese\": \"Hainanese\",\n    \"hained\": \"haine\",\n    \"hair\": \"ntutu\",\n    \"hayrack\": \"ahihia\",\n    \"hayracks\": \"ahihia ahihia\",\n    \"hayrake\": \"hay rake\",\n    \"hairball\": \"bọọlụ ntutu\",\n    \"hairballs\": \"bọọlụ ntutu\",\n    \"hairband\": \"ntutu isi\",\n    \"hairbands\": \"ntutu isi\",\n    \"hairbeard\": \"ajị agba ntutu\",\n    \"hairbell\": \"bọọlụ ntutu\",\n    \"hairbird\": \"ntutu isi\",\n    \"hairbrain\": \"gbasasiri\",\n    \"hairbrained\": \"edozi ntutu\",\n    \"hairbreadth\": \"Ogologo ntutu\",\n    \"hairbreadths\": \"Ogologo ntutu\",\n    \"hairbrush\": \"ahịhịa ntutu\",\n    \"hairbrushes\": \"ntutu isi\",\n    \"haircap\": \"okpu isi\",\n    \"haircaps\": \"okpu isi\",\n    \"haircloth\": \"ákwà ntutu\",\n    \"haircloths\": \"akwa ntutu\",\n    \"haircut\": \"ịkpụ ntutu\",\n    \"haircuts\": \"ịkpụ ntutu\",\n    \"haircutter\": \"onye na-akpụ ntutu\",\n    \"haircutting\": \"ịkpụ ntutu\",\n    \"hairdo\": \"edozi isi\",\n    \"hairdodos\": \"ntutu isi\",\n    \"hairdos\": \"ntutu isi\",\n    \"hairdress\": \"onye na-edozi ntutu isi\",\n    \"hairdresser\": \"onye na-edozi ntutu isi\",\n    \"hairdressers\": \"ndị na-edozi ntutu isi\",\n    \"hairdressing\": \"edozi isi\",\n    \"hairdryer\": \"draya ntutu\",\n    \"hairdryers\": \"ntutu isi\",\n    \"haire\": \"zilaga\",\n    \"haired\": \"zilaga\",\n    \"hairen\": \"zilaga\",\n    \"hairgrass\": \"ntutu isi\",\n    \"hairgrip\": \"ntutu isi\",\n    \"hairhoof\": \"ntutu isi\",\n    \"hairhound\": \"ntutu isi\",\n    \"hairy\": \"ajị ajị\",\n    \"hairychested\": \"aji ntutu\",\n    \"hayricks\": \"hay\",\n    \"hairier\": \"ntutu\",\n    \"hairiest\": \"kasị dị ọcha\",\n    \"hairif\": \"ntutu\",\n    \"hairiness\": \"ntutu isi\",\n    \"hairlace\": \"ntutu isi\",\n    \"hairless\": \"enweghị ntutu\",\n    \"hairlessness\": \"enweghị ntutu\",\n    \"hairlet\": \"ntutu isi\",\n    \"hairlike\": \"yiri ntutu\",\n    \"hairline\": \"ntutu isi\",\n    \"hairlines\": \"ntutu isi\",\n    \"hairlock\": \"ntutu\",\n    \"hairlocks\": \"ntutu isi\",\n    \"hairmeal\": \"ntutu isi\",\n    \"hairmoneering\": \"ịme ntutu\",\n    \"hairmonger\": \"ome ntutu\",\n    \"hairnet\": \"ajị anụ\",\n    \"hairof\": \"ntutu\",\n    \"hairpiece\": \"ntutu isi\",\n    \"hairpieces\": \"ntutu isi\",\n    \"hairpin\": \"ntutu isi\",\n    \"hairpins\": \"ntutu ntutu\",\n    \"hairs\": \"ntutu\",\n    \"hairsbreadth\": \"Ogologo ntutu\",\n    \"hairsbreadths\": \"Ogologo ntutu\",\n    \"hairse\": \"ntutu\",\n    \"hairsplitter\": \"ntutu isi\",\n    \"hairsplitters\": \"ntutu ntutu\",\n    \"hairsplitting\": \"ntutu ntutu\",\n    \"hairspray\": \"ntutu isi\",\n    \"hairsprays\": \"ntutu isi\",\n    \"hairspring\": \"ntutu isi\",\n    \"hairsprings\": \"ntutu isi\",\n    \"hairst\": \"edozi isi\",\n    \"hairstane\": \"edozi isi\",\n    \"hairstyle\": \"edozi isi\",\n    \"hairstyles\": \"edozi isi\",\n    \"hairstyling\": \"edozi isi\",\n    \"hairstylist\": \"onye na-ede ntutu isi\",\n    \"hairstylists\": \"ndị na-edozi isi\",\n    \"hairstone\": \"edozi isi\",\n    \"hairstreak\": \"ntutu isi\",\n    \"hairtail\": \"ntutu\",\n    \"hairup\": \"ntutu isi\",\n    \"hairweave\": \"ntutu isi\",\n    \"hairweaver\": \"ntutu isi\",\n    \"hairweavers\": \"ndị na-akpụ ntutu\",\n    \"hairweaving\": \"ịkpụ ntutu\",\n    \"hairweed\": \"ntutu isi\",\n    \"hairwood\": \"osisi ntutu\",\n    \"hairwork\": \"ọrụ ntutu\",\n    \"hairworks\": \"ọrụ ntutu\",\n    \"hairworm\": \"ntutu isi\",\n    \"hairworms\": \"ukpa ntutu\",\n    \"hays\": \"nwere\",\n    \"hayseeds\": \"ahịhịa\",\n    \"haystacks\": \"ahịhịa kpọrọ\",\n    \"haitians\": \"ndị Haiti\",\n    \"haytime\": \"oge\",\n    \"haiver\": \"ntutu\",\n    \"haywires\": \"ahịhịa\",\n    \"hajj\": \"hajị\",\n    \"hajjes\": \"hajị\",\n    \"hajjis\": \"hajị\",\n    \"hakafoth\": \"akafoth\",\n    \"halakahs\": \"halaka\",\n    \"halakist\": \"halak\",\n    \"halakists\": \"ndị halakist\",\n    \"halalahs\": \"halalah\",\n    \"halation\": \"ndọtị\",\n    \"halations\": \"hahab\",\n    \"halberd\": \"okpokoro\",\n    \"halberdman\": \"mbadamba\",\n    \"halberds\": \"mbadamba\",\n    \"halberdsman\": \"mbadamba\",\n    \"halberts\": \"mbadamba\",\n    \"halch\": \"okara\",\n    \"halcyon\": \"okpokoro\",\n    \"halcyonian\": \"okirikiri\",\n    \"halcyonic\": \"okpokoro\",\n    \"halcyons\": \"okpokoro\",\n    \"haleness\": \"nweghachi\",\n    \"halenesses\": \"Ihere\",\n    \"halers\": \"Ndị na-akpọ haker\",\n    \"halerz\": \"Halerz\",\n    \"halesia\": \"Halesia\",\n    \"half\": \"ọkara\",\n    \"halfback\": \"ọkara azụ\",\n    \"halfbacks\": \"ọkara azụ\",\n    \"halfbeak\": \"nkera ọkara\",\n    \"halfbeaks\": \"ọkara bekee\",\n    \"halfblood\": \"okara\",\n    \"halfcock\": \"ọkarakara\",\n    \"halfcocked\": \"agbachi\",\n    \"halfen\": \"okara\",\n    \"halfendeal\": \"okirikiri\",\n    \"halfer\": \"okara\",\n    \"halfheaded\": \"ọkara isi\",\n    \"halfhearted\": \"eji obi abua\",\n    \"halfheartedly\": \"ji obi dum\",\n    \"halfheartedness\": \"enweghị obi\",\n    \"halfhourly\": \"ọkara aka ọkara\",\n    \"halfy\": \"nkera ọkara\",\n    \"halflang\": \"okara\",\n    \"halfly\": \"ọkara\",\n    \"halflife\": \"ọkara ndụ\",\n    \"halflin\": \"nkechi\",\n    \"halfling\": \"lingzụ\",\n    \"halflings\": \"ọkara\",\n    \"halflives\": \"ọkara ndụ\",\n    \"halfman\": \"onye okara\",\n    \"halfmoon\": \"ọkara nke ọnwa\",\n    \"halfness\": \"ọkara\",\n    \"halfnesses\": \"ọkara\",\n    \"halfpace\": \"ọkara ụzọ\",\n    \"halfpaced\": \"okara\",\n    \"halfpence\": \"izu ike\",\n    \"halfpenny\": \"okpokoro\",\n    \"halfpennies\": \"okpokoro\",\n    \"halfpennyworth\": \"nkeiruka\",\n    \"halftime\": \"ọkara ọkara\",\n    \"halftimes\": \"ọkara oge\",\n    \"halftone\": \"okara\",\n    \"halftones\": \"okwute\",\n    \"halftrack\": \"okpokoro\",\n    \"halfungs\": \"okara\",\n    \"halfway\": \"ọkara\",\n    \"halfwise\": \"ọkara\",\n    \"halfwit\": \"ọkara\",\n    \"halfword\": \"okara\",\n    \"halfwords\": \"okwu ọkara\",\n    \"halyard\": \"okirikiri\",\n    \"halibiotic\": \"halibioti\",\n    \"halibiu\": \"halịbọt\",\n    \"halibut\": \"halịbọt\",\n    \"halibuter\": \"halịbọt\",\n    \"halibuts\": \"halịbọt\",\n    \"halicarnassean\": \"okpokoro\",\n    \"halicarnassian\": \"Asụsụ Halicarnassian\",\n    \"halicot\": \"okooko osisi\",\n    \"halides\": \"na-akwụsị\",\n    \"halidomes\": \"ebum\",\n    \"halidoms\": \"oke ugwu\",\n    \"halids\": \"nkwụsị\",\n    \"halieutical\": \"mbido\",\n    \"halieutically\": \"otu\",\n    \"halimous\": \"nke abuo\",\n    \"halinous\": \"dị egwu\",\n    \"haliographer\": \"onye na-ese okwu\",\n    \"haliography\": \"akụkọ ihe mere eme\",\n    \"haliotis\": \"mbadamba\",\n    \"halisteresis\": \"nkwụsị\",\n    \"halisteretic\": \"agbatị\",\n    \"halituosity\": \"ịdị ọkụ\",\n    \"halituous\": \"dị ebube\",\n    \"halkahs\": \"ebee\",\n    \"halke\": \"okirikiri\",\n    \"hall\": \"nnukwu ọnụ ụlọ\",\n    \"hallahs\": \"hallah\",\n    \"hallanshaker\": \"mbadamba\",\n    \"hallboy\": \"nwata nwanyi\",\n    \"hallcist\": \"onye nnabata ihe\",\n    \"hallelujah\": \"Hallelujah\",\n    \"hallelujahs\": \"hallelujah\",\n    \"hallelujatic\": \"mbubreyo\",\n    \"halliards\": \"ndozi\",\n    \"hallier\": \"otu\",\n    \"halling\": \"nnabata\",\n    \"hallion\": \"hallọn\",\n    \"hallman\": \"onye ndumodu\",\n    \"hallmark\": \"njirimara\",\n    \"hallmarked\": \"ihe edere\",\n    \"hallmarking\": \"ihe ngosi\",\n    \"hallmarks\": \"njirimara\",\n    \"hallmoot\": \"nnukwu ụlọ\",\n    \"hallmote\": \"nnukwu ọnụ ụlọ\",\n    \"halloaing\": \"mbadamba\",\n    \"hallock\": \"okara\",\n    \"halloed\": \"sọpụrụ\",\n    \"halloes\": \"mbadamba\",\n    \"halloing\": \"ịloụ sịga\",\n    \"hallooed\": \"gbaa nkịtị\",\n    \"hallopodous\": \"otu\",\n    \"hallot\": \"otu abuo\",\n    \"halloth\": \"mmachi\",\n    \"hallow\": \"sọ nsọ\",\n    \"hallowd\": \"sọ nsọ\",\n    \"hallowday\": \"ụbọchị dị nsọ\",\n    \"hallowed\": \"nsọ\",\n    \"hallowedly\": \"nsọ\",\n    \"hallowedness\": \"ịdị nsọ\",\n    \"halloween\": \"Halloween\",\n    \"hallowing\": \"ịdị nsọ\",\n    \"hallroom\": \"ụlọ nzukọ\",\n    \"halls\": \"slọ nzukọ\",\n    \"hallstatt\": \"ulochi\",\n    \"hallstattian\": \"ezenwata\",\n    \"hallucal\": \"otu\",\n    \"halluces\": \"akara ngosi\",\n    \"hallucinate\": \"ịmụ anya arọ nrọ\",\n    \"hallucinates\": \"ịmụ anya arọ nrọ\",\n    \"hallucinating\": \"ịmụ anya arọ nrọ\",\n    \"hallucination\": \"ịmụ anya arọ nrọ\",\n    \"hallucinational\": \"ịmụ anya arọ nrọ\",\n    \"hallucinations\": \"ịmụ anya arọ nrọ\",\n    \"hallucinative\": \"ịmụ anya arọ nrọ\",\n    \"hallucinator\": \"ịmụ anya arọ nrọ\",\n    \"hallucinatory\": \"ịmụ anya arọ nrọ\",\n    \"hallway\": \"paseeji\",\n    \"hallways\": \"paseeji\",\n    \"halms\": \"ogwe aka\",\n    \"halobiont\": \"halobion\",\n    \"haloed\": \"Haloed\",\n    \"haloesque\": \"Onwuka\",\n    \"haloid\": \"Haloid\",\n    \"haloing\": \"ọkụ\",\n    \"halolimnic\": \"okpokoro\",\n    \"halomancy\": \"logba ọsọ\",\n    \"halometer\": \"halometa\",\n    \"halomorphic\": \"okpokoro\",\n    \"halophile\": \"ugba\",\n    \"haloragidaceous\": \"lolọ ọrụ\",\n    \"halosaurus\": \"okpokoro\",\n    \"halosere\": \"okpokoro\",\n    \"haloxylin\": \"okpokoro\",\n    \"halp\": \"ukwuhu\",\n    \"halper\": \"Halper\",\n    \"halsen\": \"gbasaa\",\n    \"halt\": \"kwụsị\",\n    \"halte\": \"kwụsị\",\n    \"halted\": \"kwụsịrị\",\n    \"halter\": \"kwụsị\",\n    \"halterbreak\": \"kwụsịtụrụ\",\n    \"haltered\": \"gbanwere\",\n    \"halteres\": \"nkwụsị\",\n    \"haltering\": \"na-akwụsị\",\n    \"halterlike\": \"dị ka-anọghị\",\n    \"halterproof\": \"ihe mgbochi\",\n    \"haltica\": \"haltika\",\n    \"halting\": \"ịkwụsị\",\n    \"haltingly\": \"n'ibepụ\",\n    \"haltingness\": \"nkwụsị\",\n    \"haltless\": \"n'akwụsịghị akwụsị\",\n    \"halts\": \"nkwụsị\",\n    \"halucket\": \"mpako\",\n    \"halurgy\": \"nkwụsị\",\n    \"halurgist\": \"onye halurgist\",\n    \"halvah\": \"okpokoro\",\n    \"halvaner\": \"okpokoro\",\n    \"halvans\": \"okara\",\n    \"halve\": \"okara\",\n    \"halved\": \"ọkara ọkara\",\n    \"halvelings\": \"ihe omimi\",\n    \"halver\": \"ọkara\",\n    \"halves\": \"okara\",\n    \"halving\": \"na-ewepu\",\n    \"ham\": \"apata ụkwụ ezi\",\n    \"hamals\": \"Hamal\",\n    \"hamamelis\": \"Hamamelis\",\n    \"hamamelites\": \"Hamamelites\",\n    \"hamartiologist\": \"ọkà mmụta hamartiologist\",\n    \"hamated\": \"hama\",\n    \"hamates\": \"Hamet\",\n    \"hamathite\": \"Hamathite\",\n    \"hamber\": \"hamba\",\n    \"hamble\": \"kandụl\",\n    \"hambone\": \"okpokoro\",\n    \"hambro\": \"okpokoro\",\n    \"hamburgs\": \"hamburg\",\n    \"hamdmaid\": \"nwa nwanyi\",\n    \"hamel\": \"Hamel\",\n    \"hamelia\": \"Hamelia\",\n    \"hamelt\": \"gbazee\",\n    \"hames\": \"Hames\",\n    \"hamesoken\": \"Hamesoken\",\n    \"hamesucken\": \"hammckcken\",\n    \"hametugs\": \"okpu agha\",\n    \"hamfare\": \"ọgba aghara\",\n    \"hamfatter\": \"akpụrụ akpụ\",\n    \"hamidian\": \"Hamidian\",\n    \"hamidieh\": \"obinwanne\",\n    \"hamilt\": \"Hamet\",\n    \"hamilton\": \"Hamilton\",\n    \"hamiltonian\": \"Hamiltonị\",\n    \"hamiltonianism\": \"Hamiltonianism\",\n    \"hamiltonism\": \"Hamiltonism\",\n    \"hamital\": \"olulu\",\n    \"hamite\": \"Hamite\",\n    \"hamites\": \"ndi anakpo\",\n    \"hamitic\": \"aka\",\n    \"hamiticized\": \"hamitty\",\n    \"hamitism\": \"mbido\",\n    \"hamlah\": \"Hamlah\",\n    \"hamlet\": \"obodo\",\n    \"hamleted\": \"Otutu\",\n    \"hamletization\": \"nnabata\",\n    \"hamletize\": \"haletize\",\n    \"hamlets\": \"obodo\",\n    \"hammals\": \"hama\",\n    \"hammed\": \"hama\",\n    \"hammer\": \"hama\",\n    \"hammerable\": \"Okpueze\",\n    \"hammerbird\": \"hama\",\n    \"hammercloth\": \"hama\",\n    \"hammercloths\": \"hama\",\n    \"hammerdress\": \"hama\",\n    \"hammered\": \"chiri hama\",\n    \"hammerer\": \"hama\",\n    \"hammerers\": \"hammere\",\n    \"hammerhead\": \"hama isi\",\n    \"hammerheaded\": \"hama\",\n    \"hammerheads\": \"hama\",\n    \"hammering\": \"hama\",\n    \"hammeringly\": \"hama\",\n    \"hammerkop\": \"hamerkop\",\n    \"hammerless\": \"hama enweghị\",\n    \"hammerlike\": \"hama dị ka\",\n    \"hammerlock\": \"mkpọchi\",\n    \"hammerlocks\": \"hama\",\n    \"hammerman\": \"hama\",\n    \"hammers\": \"hama\",\n    \"hammersmith\": \"hama\",\n    \"hammertoe\": \"hama\",\n    \"hammertoes\": \"hama\",\n    \"hammerwork\": \"Oma\",\n    \"hammerwort\": \"hama\",\n    \"hammy\": \"Hammy\",\n    \"hammier\": \"Hamma\",\n    \"hammiest\": \"Hammiest\",\n    \"hamminess\": \"nkụchi\",\n    \"hamming\": \"hama\",\n    \"hammock\": \"hammoku\",\n    \"hammocklike\": \"hammock\",\n    \"hamous\": \"nnukwu\",\n    \"hamper\": \"Na-egbochi\",\n    \"hampered\": \"Na-egbochi\",\n    \"hamperedly\": \"na-agbachi\",\n    \"hamperedness\": \"nsogbu\",\n    \"hamperers\": \"hampere\",\n    \"hampering\": \"Na-egbochi\",\n    \"hampers\": \"hamp\",\n    \"hampshireman\": \"onye nkwusa hampshireman\",\n    \"hampshiremen\": \"ndị Hampshire\",\n    \"hampshirite\": \"Hampshirite\",\n    \"hampshirites\": \"Hampshirites\",\n    \"hamster\": \"Oyi\",\n    \"hamsters\": \"Hamsters\",\n    \"hamstring\": \"Okwara\",\n    \"hamstringed\": \"Owela\",\n    \"hamstringing\": \"Okwara\",\n    \"hamstrings\": \"stdọ\",\n    \"hamstrung\": \"Ọkụ\",\n    \"hamular\": \"okpokoro\",\n    \"hamulate\": \"rie\",\n    \"hamulites\": \"Hamulites\",\n    \"hamulous\": \"obi ojoo\",\n    \"hamulus\": \"hamulu\",\n    \"hamzah\": \"Hamzah\",\n    \"hamzahs\": \"Hamzah\",\n    \"hanapers\": \"mgbochi\",\n    \"hanced\": \"aka\",\n    \"hances\": \"aka\",\n    \"hand\": \"aka\",\n    \"handarm\": \"aka\",\n    \"handbag\": \"Akpa\",\n    \"handbags\": \"Akpa\",\n    \"handball\": \"bọl aka\",\n    \"handballer\": \"bọl aka\",\n    \"handballs\": \"bọl aka\",\n    \"handbank\": \"bọl aka\",\n    \"handbanker\": \"onye njikwa ego\",\n    \"handbarrow\": \"nkuchi aka\",\n    \"handbarrows\": \"ogwe aka\",\n    \"handbill\": \"mpempe akwụkwọ\",\n    \"handbills\": \"mpempe akwụkwọ\",\n    \"handblow\": \"nkuaka\",\n    \"handbook\": \"obere akwukwo\",\n    \"handbooks\": \"akwukwo aka\",\n    \"handbow\": \"aka aka\",\n    \"handbrake\": \"breeki aka\",\n    \"handbreadth\": \"obosara aka\",\n    \"handbreed\": \"ejiri aka\",\n    \"handcars\": \"aka aka\",\n    \"handcart\": \"akpaka\",\n    \"handcarts\": \"ihe mgbochi\",\n    \"handclap\": \"aka aka\",\n    \"handclapping\": \"igba aka\",\n    \"handclasp\": \"aka aka\",\n    \"handcloth\": \"ákwà\",\n    \"handcraft\": \"ọrụ aka\",\n    \"handcrafted\": \"ejiri aka mee\",\n    \"handcrafting\": \"na-eme aka\",\n    \"handcraftman\": \"onye ọrụ aka\",\n    \"handcrafts\": \"aka-aka\",\n    \"handcraftsman\": \"onye omenkà\",\n    \"handcuffed\": \"kere aka\",\n    \"handcuffing\": \"kere aka\",\n    \"handed\": \"n'aka\",\n    \"handedly\": \"n'aka\",\n    \"handedness\": \"nnyefe\",\n    \"handel\": \"aka\",\n    \"handelian\": \"Handelian\",\n    \"hander\": \"Aka\",\n    \"handersome\": \"mma\",\n    \"handfast\": \"aka nri\",\n    \"handfasting\": \"ikwado\",\n    \"handfastly\": \"aka ngwa ngwa\",\n    \"handfastness\": \"ikwesi ntụkwasị obi\",\n    \"handfasts\": \"aka\",\n    \"handfeed\": \"ejiri aka\",\n    \"handfish\": \"azu azu\",\n    \"handful\": \"aka\",\n    \"handfuls\": \"aka\",\n    \"handgrasp\": \"aka aka\",\n    \"handgrip\": \"n'aka\",\n    \"handgriping\": \"iji aka\",\n    \"handgun\": \"egbe egbe\",\n    \"handhaving\": \"na-emegharị aka\",\n    \"handhold\": \"aka\",\n    \"handholds\": \"aka\",\n    \"handhole\": \"aka\",\n    \"handy\": \"kemfe\",\n    \"handybook\": \"akwukwo\",\n    \"handicap\": \"nkwarụ\",\n    \"handicapped\": \"nkwarụ\",\n    \"handicapper\": \"nkwarụ\",\n    \"handicappers\": \"ndị nkwarụ\",\n    \"handicapping\": \"nkwarụ\",\n    \"handicaps\": \"nkwarụ\",\n    \"handicraft\": \"aka\",\n    \"handicrafts\": \"ọrụ aka\",\n    \"handicraftship\": \"ọrụ aka\",\n    \"handicraftsman\": \"onye omenkà\",\n    \"handicraftsmanship\": \"ọrụ aka\",\n    \"handicraftsmen\": \"ndi omenkà\",\n    \"handicraftswoman\": \"nwanyi aka-ahia\",\n    \"handycuff\": \"ejiri aka\",\n    \"handier\": \"aka\",\n    \"handily\": \"ejikwa\",\n    \"handyman\": \"ejiri aka\",\n    \"handymen\": \"aka nri\",\n    \"handiness\": \"ịdị njikere\",\n    \"handing\": \"inyefe\",\n    \"handiwork\": \"ọrụ aka\",\n    \"handkercher\": \"aka aka\",\n    \"handkerchief\": \"handikachifu\",\n    \"handkerchiefs\": \"handikachifu\",\n    \"handlaid\": \"ejiri aka\",\n    \"handle\": \"aka\",\n    \"handleable\": \"kemeghi\",\n    \"handlebar\": \"aka\",\n    \"handlebars\": \"aka\",\n    \"handled\": \"edozi\",\n    \"handleless\": \"enweghi ike\",\n    \"handler\": \"onye nlekọta\",\n    \"handlers\": \"ndị na-elekọta ya\",\n    \"handles\": \"ejiri\",\n    \"handless\": \"enweghị aka\",\n    \"handlike\": \"aka\",\n    \"handling\": \"njikwa\",\n    \"handlings\": \"ejiri\",\n    \"handlist\": \"ndepụta aka\",\n    \"handlists\": \"akwukwo ndetu\",\n    \"handload\": \"buo ibu\",\n    \"handloader\": \"onye na-ebu aka\",\n    \"handloading\": \"na-ebu ibu\",\n    \"handlock\": \"aka\",\n    \"handloomed\": \"ejiri aka\",\n    \"handlooms\": \"aka\",\n    \"handmade\": \"ejiri mee\",\n    \"handmaid\": \"odibo\",\n    \"handmaiden\": \"odibo\",\n    \"handmaidenly\": \"aka oru\",\n    \"handmaidens\": \"ụmụ odibo\",\n    \"handmaids\": \"ndi-orù\",\n    \"handoff\": \"wepụ aka\",\n    \"handout\": \"akwukwo\",\n    \"handouts\": \"akwukwo aka\",\n    \"handpicked\": \"aka\",\n    \"handpiece\": \"aka\",\n    \"handpost\": \"aka\",\n    \"handpress\": \"aka\",\n    \"handprint\": \"akara aka\",\n    \"handreader\": \"aka aka\",\n    \"handreading\": \"inye aka\",\n    \"handrest\": \"aka\",\n    \"hands\": \"aka\",\n    \"handsale\": \"ejiri aka\",\n    \"handsawfish\": \"aka azu\",\n    \"handsawfishes\": \"ihe eji eme azu\",\n    \"handsaws\": \"aka\",\n    \"handsbreadth\": \"ọbụ aka\",\n    \"handscrape\": \"ejiri aka\",\n    \"handsel\": \"aka\",\n    \"handseled\": \"ejiri aka\",\n    \"handseling\": \"ịdị na-emegharị ahụ\",\n    \"handselled\": \"aka\",\n    \"handseller\": \"onye na-ere ahịa\",\n    \"handselling\": \"na-emegharị\",\n    \"handsels\": \"aka\",\n    \"handset\": \"ekwentị\",\n    \"handsetting\": \"handset\",\n    \"handsew\": \"n'aka\",\n    \"handsewed\": \"aka\",\n    \"handsewing\": \"segba aka\",\n    \"handsewn\": \"aka\",\n    \"handsful\": \"mma\",\n    \"handshake\": \"okwukwe aka\",\n    \"handshakes\": \"okwukwe aka\",\n    \"handshaking\": \"okwukwe aka\",\n    \"handsled\": \"edozi\",\n    \"handsmooth\": \"mma\",\n    \"handsome\": \"mara mma\",\n    \"handsomeish\": \"mara mma\",\n    \"handsomely\": \"mara mma\",\n    \"handsomeness\": \"mma\",\n    \"handsomest\": \"kachasị mma\",\n    \"handspade\": \"ejiri aka\",\n    \"handspoke\": \"handspo\",\n    \"handspring\": \"nwa nkpuru aka\",\n    \"handsprings\": \"aka\",\n    \"handstaff\": \"aka aka\",\n    \"handstand\": \"aka nri\",\n    \"handstands\": \"ogwe aka\",\n    \"handstone\": \"nkume aka\",\n    \"handstroke\": \"iku aka\",\n    \"handwaled\": \"ejiri aka\",\n    \"handwaving\": \"na-eme aka\",\n    \"handwear\": \"uwe aka\",\n    \"handweaving\": \"na-eme aka\",\n    \"handwhile\": \"n'aka\",\n    \"handwork\": \"ọrụ aka\",\n    \"handworked\": \"ejiri aka\",\n    \"handworker\": \"onye oru aka\",\n    \"handworkman\": \"onye oru aka\",\n    \"handworks\": \"ọrụ aka\",\n    \"handworm\": \"ọrụ aka\",\n    \"handwoven\": \"ejiri aka\",\n    \"handwrist\": \"nkwojiaka\",\n    \"handwrit\": \"ide aka\",\n    \"handwrite\": \"ide aka\",\n    \"handwrites\": \"ihe odide aka\",\n    \"handwriting\": \"edemede aka\",\n    \"handwritings\": \"edemede aka\",\n    \"handwritten\": \"aka dere\",\n    \"handwrote\": \"aka dere\",\n    \"handwrought\": \"aka rụrụ\",\n    \"hanefiyeh\": \"hanafieh\",\n    \"hang\": \"kpọgidere\",\n    \"hangability\": \"hang hang\",\n    \"hangable\": \"o kwere omume\",\n    \"hangar\": \"hanga\",\n    \"hangared\": \"kwuba\",\n    \"hangaring\": \"nghọta\",\n    \"hangby\": \"hangb\",\n    \"hangbird\": \"hangbelu\",\n    \"hanged\": \"kwuba\",\n    \"hanger\": \"hanga\",\n    \"hangers\": \"hanga\",\n    \"hangfire\": \"okuku\",\n    \"hangie\": \"hangi\",\n    \"hanging\": \"nghọta\",\n    \"hangingly\": \"na-egbu egbu\",\n    \"hangle\": \"hanga\",\n    \"hangman\": \"kpọgidere\",\n    \"hangmen\": \"kwụgburu\",\n    \"hangment\": \"hanga\",\n    \"hangnail\": \"hangail\",\n    \"hangnails\": \"hangails\",\n    \"hangnests\": \"hangs\",\n    \"hangout\": \"Fechapụta\",\n    \"hangover\": \"mmanya na-egbu\",\n    \"hangs\": \"kwụgidere\",\n    \"hangtags\": \"kpọgidere mkpado\",\n    \"hangup\": \"dokwasa\",\n    \"hangworthy\": \"nghọta\",\n    \"hanked\": \"Hanked\",\n    \"hankered\": \"aka\",\n    \"hankerers\": \"ndị ọrụ aka\",\n    \"hankeringly\": \"n'echere echiche\",\n    \"hankerings\": \"hungerings\",\n    \"hankers\": \"aka\",\n    \"hanking\": \"Hanking\",\n    \"hanks\": \"aka\",\n    \"hankt\": \"aka\",\n    \"hannibalian\": \"hannibal\",\n    \"hannibalic\": \"hannibal\",\n    \"hanseled\": \"hansel\",\n    \"hanseling\": \"hansel n\",\n    \"hanselled\": \"kere\",\n    \"hanselling\": \"aka\",\n    \"hansels\": \"nka\",\n    \"hanses\": \"Hannes\",\n    \"hanted\": \"hante\",\n    \"haphazardness\": \"ọghọm\",\n    \"hapiton\": \"okpokoro\",\n    \"hapless\": \"enweghi ihe obula\",\n    \"haplessness\": \"enweghi ike\",\n    \"haply\": \"ikekwe\",\n    \"haplite\": \"haplịt\",\n    \"haplitic\": \"okirikiri\",\n    \"haplography\": \"ihe osise\",\n    \"haploidies\": \"mgbapụ\",\n    \"haploids\": \"haploid\",\n    \"haplont\": \"gbawara\",\n    \"haplonts\": \"ihe mgbochi\",\n    \"haploscopic\": \"iheanyichukwu\",\n    \"happed\": \"nwee obi ụtọ\",\n    \"happen\": \"eme\",\n    \"happenchance\": \"enwere ike\",\n    \"happened\": \"mere\",\n    \"happening\": \"na-eme\",\n    \"happenings\": \"ihe na-eme\",\n    \"happens\": \"itịbe\",\n    \"happenstance\": \"ihe omume\",\n    \"happer\": \"nwee obi uto\",\n    \"happy\": \"obi ụtọ\",\n    \"happier\": \"nwee obi ụtọ\",\n    \"happiest\": \"nwee obi uto\",\n    \"happify\": \"nwee obi ụtọ\",\n    \"happiless\": \"enweghị obi ụtọ\",\n    \"happily\": \"n'ezi obi\",\n    \"happiness\": \"obi ụtọ\",\n    \"happing\": \"-enwe ọingụ\",\n    \"hapsburg\": \"Anwụ\",\n    \"haptens\": \"na-achọ\",\n    \"hapteron\": \"okpokoro\",\n    \"haptic\": \"hapt\",\n    \"haptical\": \"obi tara mmiri\",\n    \"harace\": \"akwụ\",\n    \"harangued\": \"zoro ezo\",\n    \"harangueful\": \"na-ezighi ezi\",\n    \"haranguer\": \"ihe ojoo\",\n    \"haranguers\": \"ihe mgbochi\",\n    \"harangues\": \"ihe ojoo\",\n    \"haranguing\": \"na-achọ ihe\",\n    \"harass\": \"maaja\",\n    \"harassable\": \"na-akpalite\",\n    \"harassed\": \"na-esogbu\",\n    \"harassedly\": \"na-akpagbu\",\n    \"harasser\": \"onye mmekpa ahu\",\n    \"harassers\": \"ndị na-emekpa ahụ\",\n    \"harasses\": \"na-akpagbu\",\n    \"harassing\": \"na-akpagbu\",\n    \"harassingly\": \"na-akpagbu\",\n    \"harassment\": \"mmaja\",\n    \"harassments\": \"nsogbu\",\n    \"harast\": \"kagbuo\",\n    \"harb\": \"bbọ\",\n    \"harbergage\": \"hariaji\",\n    \"harbi\": \"Obinna\",\n    \"harbinge\": \"haringe\",\n    \"harbinger\": \"nye\",\n    \"harbingery\": \"ihe nkpuchi\",\n    \"harbingers\": \"ndiigbo\",\n    \"harbingership\": \"ihe ngbanwe\",\n    \"harbor\": \"ọdụ ụgbọ mmiri\",\n    \"harborage\": \"Ozo\",\n    \"harbored\": \"Obod\",\n    \"harborer\": \"odibo\",\n    \"harborers\": \"ndị na-ebu ụgbọ mmiri\",\n    \"harborful\": \"nwere mmiri\",\n    \"harboring\": \"na-eburu\",\n    \"harborless\": \"enweghị mmiri\",\n    \"harbormaster\": \"ọdụ ụgbọ mmiri\",\n    \"harborough\": \"Ogbe\",\n    \"harborous\": \"Obo\",\n    \"harbors\": \"ọdụ ụgbọ mmiri\",\n    \"harborside\": \"ọdụ ụgbọ mmiri\",\n    \"harborward\": \"ọdụ ụgbọ mmiri\",\n    \"harbour\": \"ọdụ ụgbọ mmiri\",\n    \"harbourage\": \"ndibo\",\n    \"harboured\": \"Obod\",\n    \"harbourer\": \"Nnenna\",\n    \"harbouring\": \"na-eburu\",\n    \"harbourless\": \"Obod\",\n    \"harbourous\": \"Obod\",\n    \"harbours\": \"ọdụ ụgbọ mmiri\",\n    \"harbourside\": \"ọdụ ụgbọ mmiri\",\n    \"harbourward\": \"Nr\",\n    \"harbrough\": \"ndokwa\",\n    \"hard\": \"siri ike\",\n    \"hardanger\": \"siri ike\",\n    \"hardbake\": \"bred\",\n    \"hardball\": \"bọl\",\n    \"hardballs\": \"bọlbụ\",\n    \"hardboard\": \"Hardboard\",\n    \"hardboiled\": \"siri ike\",\n    \"hardboots\": \"akpụkpọ ụkwụ siri ike\",\n    \"hardcase\": \"akpati\",\n    \"hardcopy\": \"nke mbipụta\",\n    \"hardcore\": \"siri ike\",\n    \"hardcover\": \"ihe mkpuchi isi\",\n    \"hardcovered\": \"achoputara\",\n    \"hardcovers\": \"ihe mkpuchi\",\n    \"harden\": \"obi tara mmiri\",\n    \"hardenability\": \"ikwesi ike\",\n    \"hardenable\": \"siri ike\",\n    \"hardened\": \"obi tara mmiri\",\n    \"hardenedness\": \"obi tara mmiri\",\n    \"hardener\": \"harden\",\n    \"hardeners\": \"harden\",\n    \"hardening\": \"harden\",\n    \"hardens\": \"gbasie ike\",\n    \"harder\": \"Siri nnukwu ike\",\n    \"harderian\": \"sie ike\",\n    \"hardest\": \"kasị sie ike\",\n    \"hardfern\": \"nke siri ike\",\n    \"hardfisted\": \"siri ike\",\n    \"hardfistedness\": \"isi ike\",\n    \"hardhandedness\": \"ike isi ike\",\n    \"hardhats\": \"hardhat\",\n    \"hardhead\": \"isi ike\",\n    \"hardheaded\": \"isi ike\",\n    \"hardheadedly\": \"isi ike\",\n    \"hardheadedness\": \"isi ike\",\n    \"hardheads\": \"isi ike\",\n    \"hardhearted\": \"obi tara mmiri\",\n    \"hardheartedly\": \"n’obi\",\n    \"hardheartedness\": \"obi tara mmiri\",\n    \"hardhewer\": \"onye isi ike\",\n    \"hardy\": \"siri ike\",\n    \"hardie\": \"Okechukwu\",\n    \"hardiesse\": \"Nkechi\",\n    \"hardiest\": \"nke kacha sie ike\",\n    \"hardyhead\": \"isi ike\",\n    \"hardihood\": \"ike\",\n    \"hardily\": \"siri ike\",\n    \"hardim\": \"gbasie ike\",\n    \"hardiment\": \"ihe siri ike\",\n    \"hardiness\": \"isi ike\",\n    \"harding\": \"na-agba mbọ\",\n    \"hardish\": \"siri ike\",\n    \"hardly\": \"siri ike\",\n    \"hardmouthed\": \"gbasiri ike\",\n    \"hardness\": \"ekweghị ekwe\",\n    \"hardnesses\": \"ike\",\n    \"hards\": \"ihe isi ike\",\n    \"hardsalt\": \"isi ike\",\n    \"hardscrabble\": \"ihe siri ike\",\n    \"hardset\": \"ike\",\n    \"hardshell\": \"nsogbu\",\n    \"hardship\": \"ihe isi ike\",\n    \"hardships\": \"ihe isi ike\",\n    \"hardstand\": \"iguzosi ike\",\n    \"hardstanding\": \"siri ike\",\n    \"hardstands\": \"ihe isi ike\",\n    \"hardtop\": \"Okwuntughe\",\n    \"hardware\": \"ngwaike\",\n    \"hardwareman\": \"akụrụngwa\",\n    \"hardwired\": \"imecha\",\n    \"hardwood\": \"osisi\",\n    \"hardwoods\": \"osisi\",\n    \"hardworking\": \"uchu\",\n    \"hare\": \"oke oyibo\",\n    \"harebells\": \"mgbada\",\n    \"harebottle\": \"ịgba ịnyịnya\",\n    \"harebrained\": \"gbasasiri\",\n    \"harebrainedness\": \"akwara\",\n    \"harehearted\": \"nwere obi\",\n    \"harelipped\": \"gbụrụ\",\n    \"haremism\": \"harem\",\n    \"harems\": \"mgbada\",\n    \"haricot\": \"okooko osisi\",\n    \"haricots\": \"hatù\",\n    \"harier\": \"hari\",\n    \"harijan\": \"hari\",\n    \"harijans\": \"harijan\",\n    \"harim\": \"Nkechi\",\n    \"haring\": \"na-enwe\",\n    \"hariolate\": \"dozie\",\n    \"hariolation\": \"ekwukwala\",\n    \"hariolize\": \"ikechi\",\n    \"harish\": \"gaa\",\n    \"hark\": \"ugbo\",\n    \"harked\": \"nwere\",\n    \"harkened\": \"jiri\",\n    \"harkener\": \"Onye ozo\",\n    \"harkeners\": \"ndị na-eme ihe ngosi\",\n    \"harkening\": \"haring\",\n    \"harkens\": \"Ihe\",\n    \"harking\": \"kingbụ\",\n    \"harks\": \"akwara\",\n    \"harl\": \"Ihe nkiri\",\n    \"harleian\": \"Harleian\",\n    \"harlequinade\": \"nnweta\",\n    \"harlequinery\": \"ihe nchoputa\",\n    \"harlequinesque\": \"Uchenna Onyekwere\",\n    \"harlequinic\": \"Ohere\",\n    \"harling\": \"ijikwa\",\n    \"harlot\": \"nwanyị akwụna\",\n    \"harlotry\": \"akwụna\",\n    \"harlotries\": \"nwanyị akwụna\",\n    \"harlots\": \"nwanyị akwụna\",\n    \"harm\": \"nsogbu\",\n    \"harmachis\": \"nsogbu\",\n    \"harmal\": \"aru ojoo\",\n    \"harmalin\": \"nsogbu\",\n    \"harman\": \"Harman\",\n    \"harmattan\": \"nsogbu\",\n    \"harmed\": \"imerụ ahụ\",\n    \"harmel\": \"nsogbu\",\n    \"harmer\": \"onye na-emeru mmiri\",\n    \"harmers\": \"ndị na-emerụ ahụ\",\n    \"harmful\": \"emerụ\",\n    \"harmfully\": \"emerụ\",\n    \"harmfulness\": \"emerụ\",\n    \"harmin\": \"nsogbu\",\n    \"harmine\": \"nsogbu\",\n    \"harmines\": \"harim\",\n    \"harming\": \"na-emerụ ahụ\",\n    \"harminic\": \"nsogbu\",\n    \"harmins\": \"nsogbu\",\n    \"harmless\": \"adịghị emerụ ahụ\",\n    \"harmlessly\": \"adịghị emerụ ahụ\",\n    \"harmlessness\": \"enweghị mmerụ ahụ\",\n    \"harmony\": \"nkwekọrịta\",\n    \"harmonial\": \"adabako\",\n    \"harmonic\": \"adabako\",\n    \"harmonica\": \"Onwuka\",\n    \"harmonical\": \"adabako\",\n    \"harmonically\": \"na-ekwekọghị\",\n    \"harmonicalness\": \"adabako\",\n    \"harmonicas\": \"ndiegwu\",\n    \"harmonichord\": \"Onyeka Onwenu\",\n    \"harmonicon\": \"Onyinyechi\",\n    \"harmonics\": \"harmonik\",\n    \"harmonies\": \"kwekọrọ\",\n    \"harmonious\": \"kwekọrọ\",\n    \"harmoniously\": \"nkwekọrita\",\n    \"harmoniousness\": \"ịdị n'otu\",\n    \"harmoniphone\": \"ekwekorita\",\n    \"harmonisable\": \"na-ekwekọ\",\n    \"harmonisation\": \"nkwekọ\",\n    \"harmonise\": \"kwekọọ\",\n    \"harmonised\": \"kwekọrọ\",\n    \"harmonising\": \"na-ekwekọ\",\n    \"harmonist\": \"adabako\",\n    \"harmonistic\": \"adabako\",\n    \"harmonistically\": \"na nkwekọrita\",\n    \"harmonite\": \"kwekọrọ\",\n    \"harmonizable\": \"adabako\",\n    \"harmonization\": \"nkwekọ\",\n    \"harmonizations\": \"nkwekọrịta\",\n    \"harmonize\": \"kwekọọ\",\n    \"harmonized\": \"kwekọrọ\",\n    \"harmonizers\": \"na-ejikọ\",\n    \"harmonizes\": \"na-adakọ\",\n    \"harmonizing\": \"na-ekwekọ\",\n    \"harmonometer\": \"harmonometa\",\n    \"harmoot\": \"Kpọtụrụ\",\n    \"harmost\": \"kachasị\",\n    \"harmotome\": \"nsogbu\",\n    \"harmotomic\": \"ihe ojoo\",\n    \"harmout\": \"Ugboro abụọ\",\n    \"harmproof\": \"ihe ojoo\",\n    \"harms\": \"nsogbu\",\n    \"harn\": \"Nweta\",\n    \"harness\": \"njikota\",\n    \"harnessed\": \"jikọtara\",\n    \"harnesser\": \"njikota\",\n    \"harnessers\": \"njikota\",\n    \"harnesses\": \"njikota\",\n    \"harnessing\": \"njikota\",\n    \"harnessless\": \"enweghị mmetụta\",\n    \"harnesslike\": \"yiri\",\n    \"harnessry\": \"njikota\",\n    \"harnpan\": \"Ekechi\",\n    \"harns\": \"harun\",\n    \"harold\": \"Ikenna\",\n    \"haroset\": \"apịtị\",\n    \"harp\": \"ụbọ akwara\",\n    \"harpalinae\": \"Nkechi\",\n    \"harpalus\": \"Obinna\",\n    \"harped\": \"Nkechi\",\n    \"harperess\": \"Nwunye\",\n    \"harpers\": \"ndi-harper\",\n    \"harpy\": \"Akwukwo\",\n    \"harpier\": \"ihe ojoo\",\n    \"harpies\": \"ụbọ akwara\",\n    \"harpyia\": \"Nkechi\",\n    \"harpylike\": \"yiri\",\n    \"harping\": \"na-enwe\",\n    \"harpingly\": \"na-enwe\",\n    \"harpings\": \"ụbọ akwara\",\n    \"harpins\": \"harp\",\n    \"harpist\": \"ụbọ akwara\",\n    \"harpists\": \"ụbọ akwara\",\n    \"harpless\": \"adabaghi\",\n    \"harplike\": \"dị ka harp\",\n    \"harpocrates\": \"onyinye\",\n    \"harpooned\": \"Nnenna\",\n    \"harpooneer\": \"Ugboro\",\n    \"harpooner\": \"onye na-eburu gị iwe\",\n    \"harpooners\": \"ndiigbo\",\n    \"harpooning\": \"akaebe\",\n    \"harpoonlike\": \"nkasi obi\",\n    \"harpoons\": \"harpoonu\",\n    \"harpress\": \"rịba\",\n    \"harps\": \"ụbọ akwara\",\n    \"harpsical\": \"aka ike\",\n    \"harpsichon\": \"Okwara\",\n    \"harpsichord\": \"akaebe\",\n    \"harpsichordist\": \"onyenachi\",\n    \"harpsichords\": \"ụbọ akwara\",\n    \"harpullia\": \"Obinna\",\n    \"harpwaytuning\": \"iheanacho\",\n    \"harpwise\": \"ike\",\n    \"harquebus\": \"Okwara\",\n    \"harquebusade\": \"ihe ojoo\",\n    \"harquebuse\": \"ihe ojoo\",\n    \"harquebuses\": \"ihe ndozi\",\n    \"harquebusier\": \"ihere\",\n    \"harquebuss\": \"ihe omume\",\n    \"harr\": \"Nkechi\",\n    \"harrage\": \"ihe ojoo\",\n    \"harrateen\": \"ikwado\",\n    \"harridan\": \"Obinna\",\n    \"harridans\": \"Nwankpa\",\n    \"harried\": \"Okechukwu\",\n    \"harrier\": \"nsogbu\",\n    \"harriers\": \"ihe mmegide\",\n    \"harries\": \"Okechukwu\",\n    \"harrying\": \"ihe ngbako\",\n    \"harrisia\": \"Obinwanne\",\n    \"harrovian\": \"Obinna\",\n    \"harrow\": \"ihe oma\",\n    \"harrowed\": \"Odibo\",\n    \"harrower\": \"Onye mmegha\",\n    \"harrowers\": \"ndị na-egbu ihe\",\n    \"harrowing\": \"ihe na-egbu egbu\",\n    \"harrowingly\": \"Nwa\",\n    \"harrowingness\": \"nkenke\",\n    \"harrowment\": \"ihe nro\",\n    \"harrows\": \"Ihe nlele\",\n    \"harrowtry\": \"Okenye\",\n    \"harrumph\": \"Ugbokudo\",\n    \"harrumphed\": \"zụrụ\",\n    \"harrumphing\": \"na-afụ ụfụ\",\n    \"harrumphs\": \"Ngwurugwu\",\n    \"harsh\": \"aka ike\",\n    \"harshen\": \"asụsụ\",\n    \"harshened\": \"asụsụ\",\n    \"harshening\": \"asụsụ\",\n    \"harshens\": \"harshen\",\n    \"harsher\": \"ga-esiwanye ike\",\n    \"harshest\": \"nke kachasị njọ\",\n    \"harshlet\": \"ike\",\n    \"harshlets\": \"shatti\",\n    \"harshly\": \"n'obi ọjọọ\",\n    \"harshness\": \"obi ọjọọ\",\n    \"harshweed\": \"nwewe\",\n    \"harst\": \"iwe\",\n    \"hart\": \"Ugochi\",\n    \"hartake\": \"nnweta\",\n    \"hartal\": \"Ihe ruru\",\n    \"hartals\": \"hartal\",\n    \"hartebeest\": \"ikekwe\",\n    \"hartebeests\": \"egwuregwu\",\n    \"harten\": \"Nwee\",\n    \"hartford\": \"Nnenna\",\n    \"hartite\": \"Nkechi\",\n    \"hartleian\": \"Obinwanna\",\n    \"hartleyan\": \"Obinna\",\n    \"hartly\": \"Nkechi\",\n    \"hartmann\": \"Nnenna\",\n    \"hartmannia\": \"Nnenna\",\n    \"harts\": \"Nneka\",\n    \"hartshorn\": \"Uchechukwu\",\n    \"hartstongue\": \"Okechukwu Nwagbara\",\n    \"harttite\": \"nkesa\",\n    \"hartungen\": \"Nnenna\",\n    \"hartwort\": \"Nwokeji\",\n    \"haruspex\": \"Obinna\",\n    \"haruspical\": \"mgbaka\",\n    \"haruspicate\": \"osiso\",\n    \"haruspication\": \"akaebe\",\n    \"haruspice\": \"akaebe\",\n    \"haruspices\": \"ihe ncheta\",\n    \"haruspicy\": \"Ugbor\",\n    \"harv\": \"Ogbe\",\n    \"harvard\": \"Ebee\",\n    \"harvardian\": \"nchekwa\",\n    \"harvardize\": \"mebie\",\n    \"harvey\": \"wepụta\",\n    \"harveian\": \"Nwachukwu\",\n    \"harveyize\": \"Nkechi\",\n    \"harvest\": \"owuwe ihe ubi\",\n    \"harvestable\": \"ihe ubi\",\n    \"harvestbug\": \"ihe ubi\",\n    \"harvested\": \"egbute\",\n    \"harvester\": \"ihe ubi\",\n    \"harvesters\": \"ndị na-ewe ihe ubi\",\n    \"harvestfish\": \"azụ azụ\",\n    \"harvestfishes\": \"ihe ubi azụ\",\n    \"harvesting\": \"owuwe ihe ubi\",\n    \"harvestless\": \"enweghị mkpụrụ\",\n    \"harvestman\": \"onye na-ewe ihe ubi\",\n    \"harvestmen\": \"ndị na-ewe ihe ubi\",\n    \"harvestry\": \"owuwe ihe ubi\",\n    \"harvests\": \"ihe ubi\",\n    \"harvesttime\": \"oge owuwe ihe ubi\",\n    \"harzburgite\": \"Obinna\",\n    \"has\": \"nwere\",\n    \"hasard\": \"mmanu\",\n    \"hasheeshes\": \"akwa efere\",\n    \"hasher\": \"nwere\",\n    \"hashery\": \"ihe mgbochi\",\n    \"hask\": \"okokporo\",\n    \"haskness\": \"akpu\",\n    \"haslets\": \"obere akpa\",\n    \"hasn\": \"adighi\",\n    \"hasnt\": \"emebeghị\",\n    \"hasped\": \"hasp\",\n    \"hasping\": \"na-egbu\",\n    \"haspling\": \"ihe ijuanya\",\n    \"hasps\": \"ihe mgbawa\",\n    \"haspspecs\": \"nkọwapụta nkọwapụta\",\n    \"hassels\": \"hassel\",\n    \"hassenpfeffer\": \"hasenpfeffer\",\n    \"hassle\": \"nsogbu\",\n    \"hassled\": \"nsogbu\",\n    \"hassles\": \"nsogbu\",\n    \"hasslet\": \"hasselt\",\n    \"hassling\": \"nsogbu\",\n    \"hast\": \"mee ọsọ ọsọ\",\n    \"hastate\": \"mee ọsọ ọsọ\",\n    \"hastated\": \"mee ngwa ngwa\",\n    \"hastately\": \"ngwa ngwa\",\n    \"hastati\": \"ngwa ngwa\",\n    \"hastatolanceolate\": \"ngwa ngwa, ngwa ngwa\",\n    \"hastatosagittate\": \"ngwa ngwa ngwa ngwa\",\n    \"haste\": \"ngwa ngwa\",\n    \"hasted\": \"mee ọsọ ọsọ\",\n    \"hasteful\": \"ngwa ngwa\",\n    \"hastefully\": \"ngwa ngwa\",\n    \"hasteless\": \"ngwa ngwa\",\n    \"hastelessness\": \"ngwa ngwa\",\n    \"hasten\": \"mee ọsọ ọsọ\",\n    \"hastened\": \"mee ngwa ngwa\",\n    \"hastener\": \"ngwa ngwa\",\n    \"hasteners\": \"ngwa ngwa\",\n    \"hastening\": \"na-eme ọsọ ọsọ\",\n    \"hastens\": \"mee ọsọ ọsọ\",\n    \"hasteproof\": \"ngwa ngwa\",\n    \"hastes\": \"mee ọsọ ọsọ\",\n    \"hasty\": \"ngwa ngwa\",\n    \"hastier\": \"ngwa ngwa\",\n    \"hastiest\": \"mere ọsọ ọsọ\",\n    \"hastif\": \"mee ngwa\",\n    \"hastifly\": \"jiri ọsọ ọsọ\",\n    \"hastifness\": \"ngwa ngwa\",\n    \"hastifoliate\": \"mee ngwa ngwa\",\n    \"hastiform\": \"mee ngwa ngwa\",\n    \"hastile\": \"mee ngwa ngwa\",\n    \"hastily\": \"ngwa ngwa\",\n    \"hastilude\": \"mee ngwa\",\n    \"hastiness\": \"ngwa ngwa\",\n    \"hasting\": \"ngwa ngwa\",\n    \"hastings\": \"ngwa ngwa\",\n    \"hastingsite\": \"ngwa ngwa\",\n    \"hastish\": \"mee ọsọ ọsọ\",\n    \"hastive\": \"mee ngwa ngwa\",\n    \"hastler\": \"ngwa ngwa\",\n    \"hastula\": \"ngwa ngwa\",\n    \"hat\": \"okpu\",\n    \"hatable\": \"akụrụ\",\n    \"hatband\": \"okpu okpu\",\n    \"hatbands\": \"okpu okpu\",\n    \"hatbox\": \"okpu okpu\",\n    \"hatboxes\": \"okpu okpu\",\n    \"hatbrim\": \"okpu okpu\",\n    \"hatbrush\": \"okpu isi\",\n    \"hatch\": \"onu\",\n    \"hatchability\": \"akàrà\",\n    \"hatchable\": \"akụrụ aka\",\n    \"hatched\": \"akpịkọla\",\n    \"hatchel\": \"okpu\",\n    \"hatcheled\": \"hathechi\",\n    \"hatcheler\": \"okpu okpu\",\n    \"hatcheling\": \"hatchachi\",\n    \"hatchelled\": \"dakọtara\",\n    \"hatcheller\": \"okpu\",\n    \"hatchels\": \"hatchechi\",\n    \"hatcher\": \"okpu\",\n    \"hatcheries\": \"hatchechi\",\n    \"hatcheryman\": \"onyenyị\",\n    \"hatchers\": \"okpu\",\n    \"hatches\": \"onu\",\n    \"hatchetback\": \"hatchet azụ\",\n    \"hatchetfaced\": \"hatchet chere ihu\",\n    \"hatchetfish\": \"azu azu\",\n    \"hatchetfishes\": \"azu azu\",\n    \"hatchety\": \"okpu\",\n    \"hatchetlike\": \"hatchet yiri\",\n    \"hatchetman\": \"onye isi\",\n    \"hatchite\": \"okpu\",\n    \"hatchling\": \"imu nwa\",\n    \"hatchman\": \"nkpuchi\",\n    \"hatchment\": \"onu\",\n    \"hatchminder\": \"nkpuchi\",\n    \"hatchway\": \"onu\",\n    \"hatchwayman\": \"obidimma\",\n    \"hatchways\": \"uzo\",\n    \"hate\": \"ịkpọasị\",\n    \"hateable\": \"asị\",\n    \"hated\": \"akpọ asị\",\n    \"hateful\": \"ịkpọasị\",\n    \"hatefully\": \"ịkpọasị\",\n    \"hatefulness\": \"ịkpọasị\",\n    \"hatel\": \"okpu okpu\",\n    \"hateless\": \"enweghị asị\",\n    \"hatelessness\": \"ịkpọasị\",\n    \"hatemonger\": \"okpu okpu\",\n    \"hatemongering\": \"okpu\",\n    \"hater\": \"kpọrọ asị\",\n    \"haters\": \"ndị kpọrọ asị\",\n    \"hates\": \"asị\",\n    \"hatful\": \"okpu\",\n    \"hatfuls\": \"okpu\",\n    \"hath\": \"nwere\",\n    \"hathpace\": \"Ohere\",\n    \"hating\": \"na-akpọ asị\",\n    \"hatless\": \"okpu\",\n    \"hatlessness\": \"enweghị obi\",\n    \"hatlike\": \"okpu\",\n    \"hatmaker\": \"okpu okpu\",\n    \"hatmakers\": \"okpu okpu\",\n    \"hatmaking\": \"okpu okpu\",\n    \"hatpin\": \"okpu\",\n    \"hatpins\": \"okpu\",\n    \"hatrack\": \"okpu okpu\",\n    \"hatracks\": \"okpu\",\n    \"hatred\": \"ịkpọasị\",\n    \"hatreds\": \"ịkpọasị\",\n    \"hatress\": \"okpu\",\n    \"hats\": \"okpu\",\n    \"hatsful\": \"okpu\",\n    \"hatstand\": \"okpu isi\",\n    \"hatte\": \"okpu\",\n    \"hatted\": \"kpata\",\n    \"hatter\": \"okpu\",\n    \"hattery\": \"okpu okpu\",\n    \"hatters\": \"ndị isi\",\n    \"hatty\": \"okpu\",\n    \"hattic\": \"hatti\",\n    \"hatting\": \"na-akụ\",\n    \"hattize\": \"dọọ okpu\",\n    \"hattock\": \"okpu\",\n    \"hauberks\": \"okpokoro\",\n    \"haughland\": \"alaeze\",\n    \"haught\": \"mpako\",\n    \"haughty\": \"dị mpako\",\n    \"haughtier\": \"dị egwu\",\n    \"haughtily\": \"mpako\",\n    \"haughtiness\": \"mpako\",\n    \"haughtly\": \"ji mpako\",\n    \"haughtness\": \"mpako\",\n    \"haughtonite\": \"mpako\",\n    \"haul\": \"dọba\",\n    \"haulback\": \"nlọghachi\",\n    \"hauled\": \"wetara\",\n    \"haulers\": \"ndị na-adọkpụ\",\n    \"haulyard\": \"ogha\",\n    \"haulyards\": \"ụlọ\",\n    \"hauling\": \"na-adọkpụ\",\n    \"haulse\": \"osisi\",\n    \"haulster\": \"osisi\",\n    \"hault\": \"mpako\",\n    \"hauncher\": \"igba egbe\",\n    \"haunches\": \"na-agbada\",\n    \"haunt\": \"ebighebi\",\n    \"haunted\": \"anọgidewokwa na-anyụ\",\n    \"haunters\": \"haunt\",\n    \"haunting\": \"na-achụ nta\",\n    \"haurient\": \"nwee ndidi\",\n    \"haust\": \"iwe ọkụ\",\n    \"haustella\": \"Haustella\",\n    \"haustellated\": \"Haustellated\",\n    \"haustellous\": \"ihe ojoo\",\n    \"haustellum\": \"Obinna\",\n    \"haustement\": \"mpako\",\n    \"haustoria\": \"Haustoria\",\n    \"haustorial\": \"egwu\",\n    \"haustral\": \"igha\",\n    \"haustus\": \"Haustus\",\n    \"haut\": \"obi\",\n    \"hautboy\": \"nwaigbo\",\n    \"hautboyist\": \"mmmmmmmmmmmmm\",\n    \"hautbois\": \"nkwako\",\n    \"hautboys\": \"ụmụ nwanyị\",\n    \"havance\": \"ịdị\",\n    \"have\": \"nwee\",\n    \"haveable\": \"nwere\",\n    \"haveage\": \"nwee afọ\",\n    \"havel\": \"haven\",\n    \"haveless\": \"enweghị\",\n    \"havelock\": \"nwee mkpọchi\",\n    \"havelocks\": \"nwee mkpọchi\",\n    \"haven\": \"gaa ebe\",\n    \"havenage\": \"mkpọsa\",\n    \"havened\": \"gaa ebe\",\n    \"havener\": \"onye nleta\",\n    \"havenership\": \"nwe\",\n    \"havenet\": \"nwee,\",\n    \"havenful\": \"adighi anya\",\n    \"havening\": \"inwe\",\n    \"havenless\": \"enweghi\",\n    \"havens\": \"ebe mgbaba\",\n    \"havent\": \"na-enweghị\",\n    \"havenward\": \"gaa\",\n    \"haveral\": \"nwere odo\",\n    \"havered\": \"nwe\",\n    \"haverel\": \"gbọmgbọm\",\n    \"haverels\": \"Otutu\",\n    \"haverer\": \"nwe\",\n    \"havers\": \"ndị nwere\",\n    \"haversack\": \"ekpugbu\",\n    \"haversacks\": \"Akpa\",\n    \"haversian\": \"Asụsụ\",\n    \"haversine\": \"okpokoro\",\n    \"haves\": \"nwere\",\n    \"havildar\": \"okpokoro\",\n    \"having\": \"inwe\",\n    \"havingness\": \"inwe\",\n    \"havior\": \"mgbakpo\",\n    \"haviored\": \"acha uhie uhie\",\n    \"haviors\": \"mmiri\",\n    \"havioured\": \"ike\",\n    \"haviours\": \"ikuku\",\n    \"havoc\": \"mbibi\",\n    \"havockers\": \"ndị na-eme ihe ike\",\n    \"havocs\": \"ọgba aghara\",\n    \"haw\": \"egbe\",\n    \"hawaiians\": \"ndị hawaii\",\n    \"hawbuck\": \"egbe\",\n    \"hawk\": \"egbe\",\n    \"hawkbill\": \"egbe\",\n    \"hawkbills\": \"egbe\",\n    \"hawkbit\": \"egbe\",\n    \"hawkeys\": \"egbe\",\n    \"hawkery\": \"hawkey\",\n    \"hawkers\": \"ndị na-eme mkpọtụ\",\n    \"hawky\": \"hawkey\",\n    \"hawkie\": \"egbe\",\n    \"hawkies\": \"egbe\",\n    \"hawking\": \"na-agba egbe\",\n    \"hawkings\": \"egbe\",\n    \"hawkins\": \"egbe\",\n    \"hawkish\": \"egbe\",\n    \"hawkishly\": \"n'ikwu\",\n    \"hawkishness\": \"egbe ngwu\",\n    \"hawklike\": \"egbe\",\n    \"hawkmoth\": \"nnenwu\",\n    \"hawkmoths\": \"egbegbor\",\n    \"hawknose\": \"egbe\",\n    \"hawknosed\": \"hawknós\",\n    \"hawks\": \"egbe\",\n    \"hawksbill\": \"egbe\",\n    \"hawkshaw\": \"egbekshaw\",\n    \"hawkshaws\": \"egbe\",\n    \"hawm\": \"egbe\",\n    \"hawseman\": \"hawser nwoke\",\n    \"hawsepiece\": \"hawsepipe\",\n    \"hawserwise\": \"hawser maara ihe\",\n    \"hazans\": \"Hazans\",\n    \"hazard\": \"odachi\",\n    \"hazardable\": \"dị ize ndụ\",\n    \"hazarded\": \"dị ize ndụ\",\n    \"hazarder\": \"ihe odachi\",\n    \"hazardful\": \"dị egwu\",\n    \"hazarding\": \"egwu\",\n    \"hazardless\": \"enweghị ihe ọghọm\",\n    \"hazardous\": \"dị egwu\",\n    \"hazardously\": \"ihe ize ndụ\",\n    \"hazardousness\": \"ọdachi\",\n    \"hazardry\": \"ihe ize ndụ\",\n    \"hazards\": \"ihe mbibi\",\n    \"haze\": \"anwuru oku\",\n    \"hazeled\": \"Hazeled\",\n    \"hazels\": \"Hazels\",\n    \"hazemeter\": \"hazemeta\",\n    \"hazen\": \"okooko osisi\",\n    \"hazer\": \"haza\",\n    \"hazy\": \"anwuru anwu\",\n    \"haziness\": \"mpako\",\n    \"hazinesses\": \"Obi iru ala\",\n    \"hazings\": \"Mberede\",\n    \"hazle\": \"Ohere\",\n    \"hazzan\": \"Hazzan\",\n    \"hazzans\": \"Hazzan\",\n    \"hazzanut\": \"Hazzanut\",\n    \"hcb\": \"gwb\",\n    \"hcf\": \"Nkechi\",\n    \"hconvert\": \"mkpọchi\",\n    \"hdkf\": \"ọkara\",\n    \"he\": \"ihe\",\n    \"head\": \"isi\",\n    \"headache\": \"isi ọwụwa\",\n    \"headaches\": \"isi ọwụwa\",\n    \"headachy\": \"isi ọwụwa\",\n    \"headachier\": \"isi ọwụwa\",\n    \"headband\": \"akwa isi\",\n    \"headbander\": \"akwa isi\",\n    \"headbands\": \"ihe isi\",\n    \"headboard\": \"isi\",\n    \"headboards\": \"isi ihe\",\n    \"headborough\": \"isi\",\n    \"headbox\": \"igbe isi\",\n    \"headcap\": \"isi okpu\",\n    \"headchair\": \"isi oche\",\n    \"headcheese\": \"hedchiiz\",\n    \"headchute\": \"isi ike\",\n    \"headcloth\": \"ákwà isi\",\n    \"headclothes\": \"ihe mkpuchi\",\n    \"headcloths\": \"ákwà isi\",\n    \"headdress\": \"okpokoro isi\",\n    \"headdresses\": \"headdress\",\n    \"headed\": \"gawa\",\n    \"headend\": \"isi\",\n    \"headender\": \"isi\",\n    \"headends\": \"isi\",\n    \"header\": \"isi\",\n    \"headers\": \"isi\",\n    \"headfast\": \"iguzosi ike\",\n    \"headfirst\": \"isi\",\n    \"headfish\": \"azụ azụ\",\n    \"headfishes\": \"isi azụ\",\n    \"headforemost\": \"isi\",\n    \"headframe\": \"isi\",\n    \"headful\": \"isi\",\n    \"headgate\": \"isi okwu\",\n    \"headgates\": \"isi\",\n    \"headgear\": \"ihe mkpuchi isi\",\n    \"headgears\": \"isi isi\",\n    \"headhunt\": \"isi isi\",\n    \"headhunted\": \"isi\",\n    \"headhunter\": \"isi\",\n    \"headhunters\": \"isi ndokwa\",\n    \"headhunting\": \"isi\",\n    \"headhunts\": \"isi\",\n    \"headiest\": \"kasị ike\",\n    \"headily\": \"isi\",\n    \"headiness\": \"isi\",\n    \"heading\": \"n'isi\",\n    \"headings\": \"isiokwu\",\n    \"headkerchief\": \"isi n'isi\",\n    \"headlamp\": \"okpu isi\",\n    \"headlamps\": \"isi ọkụ\",\n    \"headland\": \"isi ala\",\n    \"headlands\": \"isi ala\",\n    \"headle\": \"isi\",\n    \"headledge\": \"isi\",\n    \"headless\": \"enweghị isi\",\n    \"headlessness\": \"enweghị isi\",\n    \"headly\": \"n'isi\",\n    \"headlight\": \"ọkụ ọkụ\",\n    \"headlighting\": \"ọkụ ọkụ\",\n    \"headlights\": \"nnukwu ọkụ ihu\",\n    \"headlike\": \"dị ka isi\",\n    \"headliked\": \"isi\",\n    \"headline\": \"isiokwu\",\n    \"headlined\": \"isi\",\n    \"headliner\": \"isi\",\n    \"headliners\": \"isi\",\n    \"headlines\": \"isiokwu\",\n    \"headling\": \"isi\",\n    \"headlining\": \"isi\",\n    \"headload\": \"ibu ibu\",\n    \"headlock\": \"isi isi\",\n    \"headlong\": \"tinye isi\",\n    \"headlongly\": \"n'isi\",\n    \"headlongness\": \"isi\",\n    \"headlongs\": \"isi\",\n    \"headlongwise\": \"tinye isi\",\n    \"headman\": \"onye isi\",\n    \"headmark\": \"isi ihe\",\n    \"headmaster\": \"isi ụlọ ọrụ\",\n    \"headmasterly\": \"isi\",\n    \"headmasters\": \"ndị isi ụlọ ọrụ\",\n    \"headmastership\": \"isi\",\n    \"headmen\": \"ndị isi\",\n    \"headmistress\": \"isi ụlọ ọrụ\",\n    \"headmistresses\": \"ndị isi ụlọ\",\n    \"headmistressship\": \"isi ụlọ ọrụ\",\n    \"headmold\": \"isi\",\n    \"headmost\": \"isi\",\n    \"headmould\": \"isi\",\n    \"headnote\": \"isi\",\n    \"headnotes\": \"isi ihe\",\n    \"headpenny\": \"isi\",\n    \"headphone\": \"ekweisi\",\n    \"headphones\": \"ekweisi\",\n    \"headpieces\": \"isi\",\n    \"headpin\": \"isi\",\n    \"headpins\": \"isi\",\n    \"headplate\": \"isi okwu\",\n    \"headpost\": \"isi\",\n    \"headquarter\": \"isi ụlọ ọrụ\",\n    \"headquartered\": \"isi\",\n    \"headquartering\": \"isi\",\n    \"headquarters\": \"isi ụlọ ọrụ\",\n    \"headraces\": \"isi\",\n    \"headreach\": \"isi ọwụwa\",\n    \"headrent\": \"isi\",\n    \"headrests\": \"ihe isi\",\n    \"headrig\": \"isi\",\n    \"headright\": \"isi\",\n    \"headring\": \"isi\",\n    \"headroom\": \"isi ụlọ\",\n    \"headrooms\": \"isi ụlọ\",\n    \"headrope\": \"okpu isi\",\n    \"heads\": \"isi\",\n    \"headscarf\": \"mkpuchi isi\",\n    \"headset\": \"ekweisi\",\n    \"headsets\": \"ekweisi\",\n    \"headsheet\": \"isi\",\n    \"headsheets\": \"isi\",\n    \"headship\": \"isi\",\n    \"headships\": \"isi\",\n    \"headshrinker\": \"isi isi\",\n    \"headsill\": \"isi\",\n    \"headskin\": \"mkpuchi isi\",\n    \"headsman\": \"onyeisi nwoke\",\n    \"headsmen\": \"ndị isi\",\n    \"headspace\": \"isi isi\",\n    \"headspring\": \"isi\",\n    \"headsquare\": \"headquare\",\n    \"headstay\": \"isi\",\n    \"headstays\": \"isi\",\n    \"headstall\": \"isi\",\n    \"headstalls\": \"isi isi\",\n    \"headstand\": \"ihe nkwụnye ọkụ\",\n    \"headstands\": \"ihe ntanye\",\n    \"headstick\": \"eriri isi\",\n    \"headstock\": \"isi\",\n    \"headstone\": \"nkume isi\",\n    \"headstones\": \"nkume isi\",\n    \"headstream\": \"isi\",\n    \"headstrong\": \"isi ike\",\n    \"headstrongly\": \"isi ike\",\n    \"headstrongness\": \"isi ike\",\n    \"headtire\": \"isi\",\n    \"headway\": \"isi\",\n    \"headways\": \"isi\",\n    \"headwaiter\": \"isi\",\n    \"headwaiters\": \"isi\",\n    \"headwall\": \"isi\",\n    \"headward\": \"isi\",\n    \"headwards\": \"isi\",\n    \"headwark\": \"isi ụlọ\",\n    \"headwater\": \"isi mmiri\",\n    \"headwaters\": \"isi mmiri\",\n    \"headwear\": \"akwa isi\",\n    \"headwind\": \"isi\",\n    \"headword\": \"isi okwu\",\n    \"headwords\": \"isi okwu\",\n    \"headwork\": \"isi ọrụ\",\n    \"headworker\": \"isi ụlọ\",\n    \"headworking\": \"isi ọrụ\",\n    \"headworks\": \"isi ụlọ\",\n    \"heaf\": \"ùkwù\",\n    \"heal\": \"gwọọ\",\n    \"healable\": \"gwọọ\",\n    \"heald\": \"Heald\",\n    \"healder\": \"na-agwọ ọrịa\",\n    \"healed\": \"gwọọ\",\n    \"healer\": \"onye na-agwọ ọrịa\",\n    \"healers\": \"ndị na-agwọ ọrịa\",\n    \"healful\": \"gbasie ike\",\n    \"healing\": \"na-agwọ ọrịa\",\n    \"healingly\": \"na-agwọ ọrịa\",\n    \"healless\": \"enweghị ọgwụgwọ\",\n    \"heals\": \"gwọọ\",\n    \"healsome\": \"na-agwọ ọrịa\",\n    \"healsomeness\": \"alsgwọ ọrịa\",\n    \"health\": \"ahụike\",\n    \"healthcare\": \"nlekọta ahụike\",\n    \"healthcraft\": \"ahụike\",\n    \"healthful\": \"gbasie ike\",\n    \"healthfully\": \"dị ike\",\n    \"healthfulness\": \"ahụike\",\n    \"healthguard\": \"nchekwa\",\n    \"healthy\": \"gbasiri ike\",\n    \"healthier\": \"ahụike\",\n    \"healthiest\": \"ahụike\",\n    \"healthily\": \"ahụike\",\n    \"healthiness\": \"ahụike\",\n    \"healthless\": \"enweghị ahụike\",\n    \"healthlessness\": \"enweghị ike\",\n    \"healths\": \"ahụike\",\n    \"healthsome\": \"ahụike\",\n    \"healthsomely\": \"ahụike\",\n    \"healthsomeness\": \"ahụ ike\",\n    \"healthward\": \"ahụike\",\n    \"heap\": \"obo\",\n    \"heaped\": \"kwakọba\",\n    \"heaper\": \"ikekwe\",\n    \"heapy\": \"buru ibu\",\n    \"heaping\": \"na-ekpokọba\",\n    \"heaps\": \"ikpo\",\n    \"heapstead\": \"chịa\",\n    \"hear\": \"nụ\",\n    \"hearable\": \"heara\",\n    \"heard\": \"nụrụ\",\n    \"hearer\": \"nuru\",\n    \"hearers\": \"ndị na-anụ ihe\",\n    \"hearing\": \"ịnụ\",\n    \"hearingless\": \"ntị anụ\",\n    \"hearings\": \"ntị\",\n    \"hearken\": \"gee ntị\",\n    \"hearkened\": \"nụrụ\",\n    \"hearkener\": \"ihe nti\",\n    \"hearkening\": \"na-ege ntị\",\n    \"hearkens\": \"na-ege ntị\",\n    \"hears\": \"nụrụ\",\n    \"hearsay\": \"nụ\",\n    \"hearsays\": \"na-anụ\",\n    \"hearse\": \"na-anụ\",\n    \"hearsecloth\": \"ịnụ ihe\",\n    \"hearsed\": \"nụrụ\",\n    \"hearselike\": \"na-anụ\",\n    \"hearses\": \"na-anụ\",\n    \"hearsing\": \"ịnụ\",\n    \"hearst\": \"nụrụ\",\n    \"heart\": \"obi\",\n    \"heartache\": \"obi mgbawa\",\n    \"heartaches\": \"obi mgbawa\",\n    \"heartaching\": \"emetụ n'obi\",\n    \"heartbeat\": \"otiti\",\n    \"heartbeats\": \"obi mgbawa\",\n    \"heartbird\": \"nnụnnụ obi\",\n    \"heartblock\": \"mgbochi obi\",\n    \"heartblood\": \"obara obi\",\n    \"heartbreak\": \"obi mgbawa\",\n    \"heartbreaker\": \"obi mgbawa\",\n    \"heartbreaking\": \"na-agbawa obi\",\n    \"heartbreakingly\": \"na-agbawa obi\",\n    \"heartbreaks\": \"obi mgbawa\",\n    \"heartbroke\": \"gbawara obi\",\n    \"heartbroken\": \"gbawara obi\",\n    \"heartbrokenly\": \"obi gbawara\",\n    \"heartbrokenness\": \"obi mgbawa\",\n    \"heartburn\": \"nrekasi obi\",\n    \"heartburning\": \"obi na-ere ọkụ\",\n    \"heartburns\": \"nrekasi obi\",\n    \"heartdeep\": \"nwee obi\",\n    \"heartease\": \"obi\",\n    \"hearted\": \"obi\",\n    \"heartedly\": \"n'obi\",\n    \"heartedness\": \"obi\",\n    \"hearten\": \"obi\",\n    \"heartened\": \"nwee obi\",\n    \"heartener\": \"obi mgbawa\",\n    \"heartening\": \"na-agba ume\",\n    \"hearteningly\": \"na-agba ume\",\n    \"heartens\": \"na-agba ume\",\n    \"heartfelt\": \"sitere n'obi\",\n    \"heartful\": \"obi\",\n    \"heartfully\": \"n'obi\",\n    \"heartfulness\": \"ezi obi\",\n    \"heartgrief\": \"obi mgbawa\",\n    \"hearth\": \"ọkụ\",\n    \"hearthless\": \"enweghị obi\",\n    \"hearthman\": \"onye na-ekpo ọkụ\",\n    \"hearthpenny\": \"onyenze nwa amobi\",\n    \"hearthrug\": \"ite mmiri\",\n    \"hearths\": \"olulu\",\n    \"hearthside\": \"akuku ulo\",\n    \"hearthsides\": \"akuku ulo\",\n    \"hearthstead\": \"ọkụ\",\n    \"hearthstone\": \"okwute\",\n    \"hearthstones\": \"nkume okwute\",\n    \"hearthward\": \"ite mmiri\",\n    \"hearthwarming\": \"na-enye obi ụtọ\",\n    \"hearty\": \"Obi\",\n    \"heartier\": \"na-anụ ihe\",\n    \"hearties\": \"ntị\",\n    \"heartiest\": \"ntị\",\n    \"heartikin\": \"anụ ihe\",\n    \"heartily\": \"n'obi\",\n    \"heartiness\": \"obi\",\n    \"hearting\": \"na-enye obi uto\",\n    \"heartland\": \"ezi obi\",\n    \"heartlands\": \"ala obi\",\n    \"heartleaf\": \"obi obi\",\n    \"heartless\": \"enweghi obi\",\n    \"heartlessly\": \"enweghị obi\",\n    \"heartlessness\": \"enweghị obi\",\n    \"heartlet\": \"obi\",\n    \"heartly\": \"jiri obi\",\n    \"heartlike\": \"dị ka obi\",\n    \"heartling\": \"Obi\",\n    \"heartnut\": \"obi\",\n    \"heartpea\": \"nkuchi\",\n    \"heartquake\": \"obi mgbawa\",\n    \"heartrending\": \"na-agbawa obi\",\n    \"heartrendingly\": \"na-agbawa obi\",\n    \"heartroot\": \"obi\",\n    \"heartrot\": \"obukpo\",\n    \"hearts\": \"obi\",\n    \"heartscald\": \"Obi\",\n    \"heartsease\": \"obi\",\n    \"heartseed\": \"nwere obi\",\n    \"heartsette\": \"obi\",\n    \"heartshake\": \"obi mgbu\",\n    \"heartsick\": \"na-enwe obi mgbawa\",\n    \"heartsickening\": \"na-agba ume\",\n    \"heartsickness\": \"obi obi\",\n    \"heartsmitten\": \"obi\",\n    \"heartsome\": \"obi\",\n    \"heartsomely\": \"n'obi\",\n    \"heartsomeness\": \"obi\",\n    \"heartsore\": \"obi mgbawa\",\n    \"heartsoreness\": \"obi mgbawa\",\n    \"heartstring\": \"obi\",\n    \"heartstrings\": \"obi na-ada\",\n    \"heartthrob\": \"obi\",\n    \"heartthrobs\": \"obi\",\n    \"heartward\": \"n'obi\",\n    \"heartwarming\": \"na-enye obi ụtọ\",\n    \"heartwater\": \"mmiri obi\",\n    \"heartweed\": \"nwee obi\",\n    \"heartwise\": \"dika amamihe\",\n    \"heartwood\": \"obi osisi\",\n    \"heartworm\": \"obi ilu\",\n    \"heartwort\": \"obi mgbawa\",\n    \"heartwounding\": \"na-agbawa obi\",\n    \"heat\": \"okpomọkụ\",\n    \"heatable\": \"kpo oku\",\n    \"heatdrop\": \"okpomọkụ\",\n    \"heatdrops\": \"okpomọkụ\",\n    \"heated\": \"ewe iwe\",\n    \"heatedly\": \"ekpo ọkụ\",\n    \"heatedness\": \"ikpo ọkụ\",\n    \"heaten\": \"kpoo\",\n    \"heater\": \"kpo oku\",\n    \"heaterman\": \"kpo oku\",\n    \"heaters\": \"ndị na-ekpo ọkụ\",\n    \"heatful\": \"na-ekpo ọkụ\",\n    \"heathberry\": \"heathberị\",\n    \"heathbird\": \"ànyị\",\n    \"heathbrd\": \"akwa mkpuchi\",\n    \"heathendom\": \"ekpomoku\",\n    \"heatheness\": \"ekweghị ekwe\",\n    \"heathenesse\": \"mbaeze\",\n    \"heathenhood\": \"nkwanye ugwu\",\n    \"heathenised\": \"okpomoku\",\n    \"heathenish\": \"ikpo oku\",\n    \"heathenishly\": \"nkwonkwo\",\n    \"heathenishness\": \"ikpo ọkụ\",\n    \"heathenising\": \"mmekpa ahụ\",\n    \"heathenism\": \"okpukpe ndị ọgọ mmụọ\",\n    \"heathenist\": \"onye na-ekweghị ekwe\",\n    \"heathenize\": \"ikpo ọkụ\",\n    \"heathenized\": \"okpomoku\",\n    \"heathenizing\": \"ikpo ọkụ\",\n    \"heathenly\": \"ekpemekpo\",\n    \"heathenness\": \"ikpo ọkụ\",\n    \"heathenry\": \"ndị ọgọ mmụọ\",\n    \"heathens\": \"ndị mba ọzọ\",\n    \"heathenship\": \"ikpo oku\",\n    \"heathered\": \"ekpo ọkụ\",\n    \"heathery\": \"heather\",\n    \"heathers\": \"ndị na-ekpo ọkụ\",\n    \"heathfowl\": \"anụ ufe\",\n    \"heathy\": \"gbasiri ike\",\n    \"heathier\": \"okpomọkụ\",\n    \"heathiest\": \"kacha ekpo ọkụ\",\n    \"heathless\": \"enweghi nsogbu\",\n    \"heathlike\": \"heath\",\n    \"heathrman\": \"onyenze\",\n    \"heating\": \"kpo oku\",\n    \"heatingly\": \"na-ekpo ọkụ\",\n    \"heatless\": \"enweghị okpomoku\",\n    \"heatlike\": \"okpomọkụ\",\n    \"heatmaker\": \"onye na-ekpo ọkụ\",\n    \"heatmaking\": \"na-ekpo ọkụ\",\n    \"heatproof\": \"okpomọkụ na-ekpo ọkụ\",\n    \"heatronic\": \"ọkụ\",\n    \"heats\": \"ọkụ\",\n    \"heatsman\": \"onye isi\",\n    \"heatstroke\": \"okpomoku\",\n    \"heatstrokes\": \"okpomọkụ\",\n    \"heaume\": \"anwu\",\n    \"heaumer\": \"guumer\",\n    \"heaumes\": \"ihe ike\",\n    \"heautomorphism\": \"kpom kpom\",\n    \"heautontimorumenos\": \"mbenokimorumenos\",\n    \"heautophany\": \"mmmmmmmmmmmmm\",\n    \"heave\": \"bulie\",\n    \"heaved\": \"kpaliri\",\n    \"heaveless\": \"enweghị atụ\",\n    \"heaven\": \"eluigwe\",\n    \"heavenese\": \"eluigwe\",\n    \"heavenful\": \"nke eluigwe\",\n    \"heavenhood\": \"eluigwe\",\n    \"heavenish\": \"igwe\",\n    \"heavenishly\": \"nke eluigwe\",\n    \"heavenize\": \"mee elu igwe\",\n    \"heavenless\": \"enweghị eluigwe\",\n    \"heavenly\": \"nke eluigwe\",\n    \"heavenlier\": \"elu igwe\",\n    \"heavenliest\": \"nke eluigwe\",\n    \"heavenlike\": \"dị ka eluigwe\",\n    \"heavenliness\": \"nke dị n'eluigwe\",\n    \"heavens\": \"eluigwe\",\n    \"heavenward\": \"n'eluigwe\",\n    \"heavenwardly\": \"n'eluigwe\",\n    \"heavenwardness\": \"eluigwe\",\n    \"heavenwards\": \"n'eluigwe\",\n    \"heaver\": \"Ebumnobi\",\n    \"heavers\": \"gwọlulu\",\n    \"heaves\": \"ebuli\",\n    \"heavy\": \"arọ\",\n    \"heavyback\": \"arọ\",\n    \"heavier\": \"arọ\",\n    \"heavies\": \"arọ\",\n    \"heaviest\": \"nke kasi\",\n    \"heavyhanded\": \"ji aka\",\n    \"heavyhandedness\": \"ejike iwu\",\n    \"heavyheaded\": \"ikele\",\n    \"heavyhearted\": \"nkpuru obi\",\n    \"heavyheartedly\": \"n'obi\",\n    \"heavyheartedness\": \"obi ojoo\",\n    \"heavily\": \"kpamkpam\",\n    \"heaviness\": \"arọ\",\n    \"heaving\": \"na-agbasi ike\",\n    \"heavinsogme\": \"chukwuebuka\",\n    \"heavyset\": \"Okechukwu\",\n    \"heavisome\": \"dị arọ\",\n    \"heavity\": \"ebuli\",\n    \"heavyweight\": \"fechaa\",\n    \"heavyweights\": \"arọ\",\n    \"heazy\": \"kpụ ọkụ n'ọnụ\",\n    \"hebdomadal\": \"onyinye\",\n    \"hebdomadary\": \"obido\",\n    \"hebdomarian\": \"onyenze\",\n    \"hebetate\": \"ocheeze\",\n    \"hebetated\": \"okwukwu\",\n    \"hebetates\": \"okpu\",\n    \"hebetating\": \"na-akwado\",\n    \"hebetation\": \"nkwụsị\",\n    \"hebetative\": \"Ebelebe\",\n    \"hebetic\": \"mkpụrụ ndụ ihe nketa\",\n    \"hebraic\": \"anụ ahụ\",\n    \"hebraically\": \"ekwuru\",\n    \"hebraicize\": \"na-akwado iwu\",\n    \"hebraism\": \"ikpo ọkụ\",\n    \"hebraist\": \"onye nkwado\",\n    \"hebraistically\": \"onyebuchi\",\n    \"hebraists\": \"ndị nkwado\",\n    \"hebraization\": \"ikpochapu\",\n    \"hebraize\": \"kwuwe\",\n    \"hebraized\": \"kwuwe\",\n    \"hebraizer\": \"anụ ọkụ\",\n    \"hebraizes\": \"na-akwado\",\n    \"hebraizing\": \"na -akpọ\",\n    \"hebrew\": \"Hibru\",\n    \"hebrews\": \"ndị Hibru\",\n    \"hebrician\": \"bnye\",\n    \"hecate\": \"ikpo\",\n    \"hecatic\": \"okpu\",\n    \"hecatombed\": \"akuko\",\n    \"hecatomped\": \"anakpo\",\n    \"hecatompedon\": \"mmmmmmmmmmmmm\",\n    \"hecchsmhaer\": \"akpobaro\",\n    \"hecco\": \"okuko\",\n    \"heckelphone\": \"ekwe nti\",\n    \"heckerism\": \"akpukpo aru\",\n    \"heckimal\": \"kpara\",\n    \"heckle\": \"ikiri\",\n    \"heckled\": \"okpu\",\n    \"hecklers\": \"okpu\",\n    \"heckling\": \"okpu\",\n    \"hecks\": \"okpu\",\n    \"hectar\": \"hekta\",\n    \"hectare\": \"hekta\",\n    \"hectares\": \"hekta\",\n    \"hectic\": \"dị egwu\",\n    \"hecticly\": \"jijiji\",\n    \"hecticness\": \"na-agba ume\",\n    \"hective\": \"dị egwu\",\n    \"hectograms\": \"hectogram\",\n    \"hectoliter\": \"hektolita\",\n    \"hectometer\": \"hectometa\",\n    \"hectometers\": \"hektomita\",\n    \"hectorean\": \"hektaan\",\n    \"hectored\": \"hectare\",\n    \"hectoring\": \"nkedo\",\n    \"hectoringly\": \"nkedo\",\n    \"hectorism\": \"ikpo oku\",\n    \"hectors\": \"ndị hekta\",\n    \"hectorship\": \"ịkpa ọrụ\",\n    \"hed\": \"ngere\",\n    \"heddles\": \"heddle\",\n    \"hederaceous\": \"Igha\",\n    \"hederaceously\": \"Onyedikachi\",\n    \"heders\": \"ndị na-elekọta ihe\",\n    \"hedge\": \"oke\",\n    \"hedged\": \"gbaa ogige\",\n    \"hedgehog\": \"huhu hejihoogu\",\n    \"hedgehoggy\": \"huhu hejihoogu\",\n    \"hedgehogs\": \"huhu hejihoogu\",\n    \"hedgehop\": \"huhu hejihoogu\",\n    \"hedgehopped\": \"a gbachiri ogige\",\n    \"hedgeless\": \"enweghị ihe mgbochi\",\n    \"hedgemaker\": \"onye obu ihe omuma\",\n    \"hedgemaking\": \"ihe omimi\",\n    \"hedges\": \"Hedges\",\n    \"hedgetaper\": \"ihe mgbochi\",\n    \"hedgewise\": \"hedgeotu\",\n    \"hedgiest\": \"kacha mma\",\n    \"hedonically\": \"n'ụzọ doro anya\",\n    \"hedonics\": \"ihe omumu\",\n    \"hedonisms\": \"ihe omuma\",\n    \"hedonist\": \"Onyebukwe\",\n    \"hedonists\": \"ihe omimi\",\n    \"heed\": \".aa ntị\",\n    \"heeded\": \"edara ntị\",\n    \"heeder\": \"na-ege ntị\",\n    \"heeders\": \"ndị na-ege ntị\",\n    \"heedful\": \"ị heeda ntị\",\n    \"heedfully\": \"jiri nlezianya\",\n    \"heedfulness\": \"ị heeda ntị\",\n    \"heedily\": \"na-ege ntị\",\n    \"heediness\": \"ịinessa ntị\",\n    \"heeding\": \"ịedinga ntị\",\n    \"heedless\": \"akpachapụghị anya\",\n    \"heedlessly\": \"n'echeghị echiche\",\n    \"heedlessness\": \"akpachapụghị anya\",\n    \"heeds\": \"ahịhịa\",\n    \"heel\": \"ikiri ụkwụ\",\n    \"heelballs\": \"bọọlụ ikiri ụkwụ\",\n    \"heelband\": \"ikiri ụkwụ\",\n    \"heeled\": \"ikiri ụkwụ\",\n    \"heelers\": \"ndị bu ikiri ụkwụ\",\n    \"heelgrip\": \"ikiri ụkwụ\",\n    \"heeling\": \"ikiri ụkwụ\",\n    \"heelings\": \"ikiri ụkwụ\",\n    \"heelless\": \"ikiri ụkwụ\",\n    \"heelmaker\": \"ikiri ụkwụ\",\n    \"heelmaking\": \"heel na-eme\",\n    \"heelpiece\": \"heel\",\n    \"heelplate\": \"ikiri ụkwụ\",\n    \"heelpost\": \"heel\",\n    \"heelposts\": \"ikiri ụkwụ\",\n    \"heelprint\": \"ikiri ụkwụ\",\n    \"heels\": \"ikiri ụkwụ\",\n    \"heelstrap\": \"ikiri ụkwụ\",\n    \"heeltaps\": \"ikiri ụkwụ\",\n    \"heeltree\": \"heelii\",\n    \"heelwork\": \"ikiri ụkwụ\",\n    \"heep\": \"inyinya\",\n    \"heezed\": \"akpụkpọ ụkwụ\",\n    \"heezing\": \"heel\",\n    \"hefted\": \"hefta\",\n    \"hefters\": \"heft\",\n    \"heftier\": \"hefter\",\n    \"heftiness\": \"ịdị elu\",\n    \"hefts\": \"heft\",\n    \"heydays\": \"ihe nkiri\",\n    \"heydeys\": \"ihe nkiri\",\n    \"heifer\": \"nne-ehi\",\n    \"heiferhood\": \"mkpuchi ehi\",\n    \"heifers\": \"nne-ehi\",\n    \"heigh\": \"jie\",\n    \"heygh\": \"jie\",\n    \"height\": \"ịdị elu\",\n    \"heighted\": \"dị elu\",\n    \"heighten\": \"dị elu\",\n    \"heightened\": \"dị elu\",\n    \"heightener\": \"ndozi\",\n    \"heightening\": \"ndim\",\n    \"heightens\": \"na-amụba\",\n    \"heighth\": \"nke asatọ\",\n    \"heighths\": \"elu\",\n    \"heights\": \"elu\",\n    \"heild\": \"dị nwayọọ\",\n    \"heiled\": \"gwọrọ\",\n    \"heiling\": \"Agwọ\",\n    \"heinous\": \"egwu\",\n    \"heir\": \"onye nketa\",\n    \"heirdom\": \"ihe nketa\",\n    \"heirdoms\": \"ihe nketa\",\n    \"heiress\": \"onye nnochianya\",\n    \"heiressdom\": \"ihe nketa\",\n    \"heiresses\": \"ndị nketa\",\n    \"heiresshood\": \"ihe nketa\",\n    \"heiring\": \"hering\",\n    \"heirless\": \"nketa\",\n    \"heirlo\": \"ihe nketa\",\n    \"heirloom\": \"ihe nketa\",\n    \"heirlooms\": \"ihe nketa\",\n    \"heirs\": \"ndị nketa\",\n    \"heirship\": \"ikike\",\n    \"heirships\": \"Udeme\",\n    \"heirskip\": \"ihe nketa\",\n    \"heisted\": \"siri ike\",\n    \"heister\": \"heista\",\n    \"heisters\": \"ndi nwanyi\",\n    \"heists\": \"ndi igbo\",\n    \"heized\": \"kpo oku\",\n    \"heizing\": \"ikpo ọkụ\",\n    \"hektoliter\": \"hektolita\",\n    \"hektometer\": \"hektometa\",\n    \"hel\": \"ndewo\",\n    \"helas\": \"ikwo\",\n    \"helcoid\": \"nyemaka\",\n    \"helcology\": \"okpu agha\",\n    \"helcotic\": \"okpu agha\",\n    \"held\": \"jidere\",\n    \"heldentenor\": \"ejidere\",\n    \"heldentenore\": \"ejidere\",\n    \"heldentenors\": \"ejigide\",\n    \"helder\": \"onye njide\",\n    \"helderbergian\": \"Onye jidere ya\",\n    \"helianthic\": \"helikopta\",\n    \"heliastic\": \"helikopta\",\n    \"heliasts\": \"ikpo oku\",\n    \"helical\": \"dị egwu\",\n    \"helically\": \"n'ile anya\",\n    \"heliced\": \"helikopta\",\n    \"helices\": \"helikopta\",\n    \"helicidae\": \"helikọda\",\n    \"heliciform\": \"helikopta\",\n    \"helicin\": \"helikopta\",\n    \"helicina\": \"helina\",\n    \"helicine\": \"helikopta\",\n    \"helicinidae\": \"helinidae\",\n    \"helicity\": \"helikopta\",\n    \"helicitic\": \"helikopta\",\n    \"helicities\": \"helikopta\",\n    \"helicline\": \"helikopta\",\n    \"helicogyrate\": \"ogbọ mmiri\",\n    \"helicogyre\": \"helikola\",\n    \"helicograph\": \"helikopta\",\n    \"helicoid\": \"helikop\",\n    \"helicoidal\": \"helikopta\",\n    \"helicoids\": \"helikop\",\n    \"helicometry\": \"helikọtri\",\n    \"helicon\": \"helikopta\",\n    \"heliconia\": \"helikoon\",\n    \"heliconian\": \"helikopta\",\n    \"heliconiidae\": \"helilioniidae\",\n    \"heliconiinae\": \"helelinainae\",\n    \"heliconist\": \"helikopta\",\n    \"heliconius\": \"helikoonọs\",\n    \"helicons\": \"helikopta\",\n    \"helicoprotein\": \"helikopta\",\n    \"helicopt\": \"helikọp\",\n    \"helicopted\": \"helikopta\",\n    \"helicopter\": \"helikopta\",\n    \"helicopters\": \"helikopta\",\n    \"helicopting\": \"helikopta\",\n    \"helicopts\": \"helikopta\",\n    \"helicotrema\": \"helikopta\",\n    \"helicteres\": \"helikopta\",\n    \"helictite\": \"helikọt\",\n    \"helide\": \"inye aka\",\n    \"heling\": \"na-enyere gị aka\",\n    \"heliocentrical\": \"heliocentric\",\n    \"heliogabalize\": \"mezie\",\n    \"heliographer\": \"onye enyemaka\",\n    \"heliographs\": \"heliograph\",\n    \"heliologist\": \"ọkà mmụta sayensị\",\n    \"heliometry\": \"okpu\",\n    \"heliometric\": \"okpu\",\n    \"helion\": \"ndewo\",\n    \"heliornis\": \"ndigbo\",\n    \"heliornithes\": \"ndozi\",\n    \"heliothermometer\": \"heliothermometa\",\n    \"heliotroper\": \"Onyeoma\",\n    \"heliotropy\": \"mmmmmmmmmmmmm\",\n    \"heliotropian\": \"ndukwe\",\n    \"helispherical\": \"helisferical\",\n    \"heliums\": \"helium\",\n    \"helixes\": \"helikopta\",\n    \"helixin\": \"helix na\",\n    \"hell\": \"oku mmuo\",\n    \"hellbent\": \"ọkụ mmụọ\",\n    \"hellborn\": \"ọkụ mmụọ\",\n    \"hellbox\": \"oku\",\n    \"hellboxes\": \"igbe oku\",\n    \"hellbred\": \"ọkụ\",\n    \"helled\": \"nyemaka\",\n    \"hellen\": \"ndewo\",\n    \"hellenically\": \"ndewo\",\n    \"hellenist\": \"onye hellenist\",\n    \"hellenisticism\": \"hellenistism\",\n    \"hellenists\": \"ndeewo\",\n    \"hellenization\": \"ndewo\",\n    \"heller\": \"onye inyeaka\",\n    \"hellery\": \"hellei\",\n    \"helleries\": \"ndewo\",\n    \"hellers\": \"ndi enyemaka\",\n    \"hellfire\": \"ọkụ ala mmụọ\",\n    \"hellfires\": \"oku oku\",\n    \"hellgrammites\": \"hellgrammit\",\n    \"hellhag\": \"helhag\",\n    \"hellhole\": \"hel\",\n    \"hellicat\": \"okpu agha\",\n    \"hellicate\": \"inye aka\",\n    \"hellier\": \"hel hel\",\n    \"helling\": \"ịga ọkụ\",\n    \"hellion\": \"helọn\",\n    \"hellions\": \"hell\",\n    \"hellishly\": \"n'onu\",\n    \"hellishness\": \"hellish\",\n    \"hellkites\": \"ndi okuku\",\n    \"hellness\": \"hell\",\n    \"hello\": \"Nnọọ\",\n    \"helloed\": \"ndewo\",\n    \"helloes\": \"ndewo\",\n    \"helloing\": \"ndewo\",\n    \"hellos\": \"hello\",\n    \"hellroot\": \"oku\",\n    \"hells\": \"hell\",\n    \"hellship\": \"okuo oku\",\n    \"hellvine\": \"helvine\",\n    \"hellward\": \"oku\",\n    \"helm\": \"okpu\",\n    \"helmed\": \"nyere aka\",\n    \"helmet\": \"okpu agha\",\n    \"helmeted\": \"okpu agha\",\n    \"helmetflower\": \"okpu agha\",\n    \"helmeting\": \"okpu agha\",\n    \"helmetlike\": \"okpu agha dị ka\",\n    \"helmetmaker\": \"onye na-eme okpu agha\",\n    \"helmetmaking\": \"eme okpu agha\",\n    \"helmetpod\": \"okpu agha\",\n    \"helmets\": \"okpu agha\",\n    \"helming\": \"na-enyere aka\",\n    \"helminthes\": \"okpu agha\",\n    \"helmless\": \"enweghị enyemaka\",\n    \"helms\": \"okpu agha\",\n    \"helmsmanship\": \"okpu agha\",\n    \"helmsmen\": \"helms\",\n    \"helotry\": \"okpu\",\n    \"helots\": \"helot\",\n    \"help\": \"Enyemaka\",\n    \"helpable\": \"nyere aka\",\n    \"helped\": \"enyere aka\",\n    \"helper\": \"onye inyeaka\",\n    \"helpers\": \"ndị na-enyere aka\",\n    \"helpful\": \"na-enye aka\",\n    \"helpfully\": \"aka\",\n    \"helpfulness\": \"aka\",\n    \"helping\": \"na-enyere aka\",\n    \"helpingly\": \"enyere aka\",\n    \"helpings\": \"enyemaka\",\n    \"helpless\": \"enweghi enyemaka\",\n    \"helplessly\": \"na-enweghị enyemaka\",\n    \"helplessness\": \"enweghị ike\",\n    \"helply\": \"enyere aka\",\n    \"helpmate\": \"onye inyeaka\",\n    \"helpmates\": \"enyemaka\",\n    \"helpmeet\": \"enyemaka\",\n    \"helpmeets\": \"aka\",\n    \"helps\": \"na-enyere aka\",\n    \"helpsome\": \"enyere aka\",\n    \"helpworthy\": \"nyere aka\",\n    \"helterskelteriness\": \"nwekwaa\",\n    \"helve\": \"nnoo\",\n    \"helved\": \"nyeere\",\n    \"helvellic\": \"helelli\",\n    \"helver\": \"inyeaka\",\n    \"helvidian\": \"onye enyemaka\",\n    \"helvine\": \"okpu\",\n    \"helving\": \"na-enyere\",\n    \"helvite\": \"nabata\",\n    \"hemacytometer\": \"hemacytometa\",\n    \"hemadromometer\": \"hemadromometa\",\n    \"hemagglutinating\": \"hemaglutinating\",\n    \"hemagglutination\": \"mgbochi mmiri\",\n    \"hemagglutinative\": \"hemaglutinative\",\n    \"hemateins\": \"okpu\",\n    \"hemathermous\": \"okpu\",\n    \"hematics\": \"ihe omimi\",\n    \"hematimeter\": \"hematimita\",\n    \"hematocystis\": \"hepatocystis\",\n    \"hematocytometer\": \"hemocytometer\",\n    \"hematocolpus\": \"hematocolpos\",\n    \"hematocrystallin\": \"hemato kristal\",\n    \"hematodynamics\": \"hemodynamics\",\n    \"hematography\": \"ihe omimi\",\n    \"hematoids\": \"hematoid\",\n    \"hematologist\": \"ọkà mmụta banyere ọrịa ọbara\",\n    \"hematologists\": \"ndị ọkà mmụta gbasara ọbara\",\n    \"hematometer\": \"hematometa\",\n    \"hematotherapy\": \"ọgwụgwọ ọrịa\",\n    \"hemelytral\": \"okpokoro\",\n    \"hemelytron\": \"okpokoro\",\n    \"hemen\": \"ndị nwoke\",\n    \"hemicanities\": \"alaeze\",\n    \"hemicentrum\": \"okpokoro\",\n    \"hemicycle\": \"okpokoro\",\n    \"hemicircle\": \"okirikiri\",\n    \"hemiclastic\": \"ihe mgbochi\",\n    \"hemicrany\": \"mgbochi\",\n    \"hemielytral\": \"Hemielytral\",\n    \"hemielytron\": \"amaka\",\n    \"hemihedral\": \"Hemihedral\",\n    \"hemihedrally\": \"Nkechi\",\n    \"hemihedric\": \"Onyebuchi\",\n    \"hemihedron\": \"Hehihedron\",\n    \"hemihydrated\": \"Hemihydrated\",\n    \"hemiligulate\": \"mechie\",\n    \"hemilingual\": \"asụsụ\",\n    \"hemimetabolic\": \"hemimetabol\",\n    \"hemine\": \"hemi\",\n    \"hemins\": \"okpuru\",\n    \"hemiprismatic\": \"hemiamkpa\",\n    \"hemisect\": \"mkpụmkpụ\",\n    \"hemisection\": \"mkpụmkpụ\",\n    \"hemisymmetry\": \"hemi symmetry\",\n    \"hemisystematic\": \"usoro\",\n    \"hemispheral\": \"alaeze\",\n    \"hemisphere\": \"hemwa\",\n    \"hemisphered\": \"hemwa\",\n    \"hemispheres\": \"Okirikiri\",\n    \"hemispheric\": \"ihe omuma\",\n    \"hemispherical\": \"ihe omuma\",\n    \"hemispherule\": \"okpokoro\",\n    \"hemistater\": \"okpu\",\n    \"hemistich\": \"okpokoro\",\n    \"hemistichs\": \"okpokoro\",\n    \"hemitype\": \"okpu\",\n    \"hemitypic\": \"iheke\",\n    \"hemitremor\": \"ihe nlere\",\n    \"hemitriglyph\": \"onyebuchi\",\n    \"hemitrope\": \"okpu\",\n    \"hemitropous\": \"okpu\",\n    \"heml\": \"akwa\",\n    \"hemline\": \"okpu\",\n    \"hemlines\": \"okpu\",\n    \"hemlocks\": \"mgbochi\",\n    \"hemmed\": \"okpu\",\n    \"hemmer\": \"okpu\",\n    \"hemmers\": \"hammasị\",\n    \"hemodynamically\": \"ihe na-akpali akpali\",\n    \"hemoglobin\": \"haemoglobin\",\n    \"hemoglobinemia\": \"haemoglobinemia\",\n    \"hemoglobinic\": \"haemoglobinic\",\n    \"hemoglobinuria\": \"haemoglobinuria\",\n    \"hemolyzed\": \"mmụọ\",\n    \"hemolyzes\": \"na-ekpo ọkụ\",\n    \"hemolyzing\": \"Na-ekpo ọkụ\",\n    \"hemologist\": \"ọkà mmụta ọgwụ\",\n    \"hemometer\": \"hemometa\",\n    \"hemometry\": \"heometry\",\n    \"hemorrhage\": \"ọbara ọgbụgba\",\n    \"hemorrhaged\": \"Ọbara ọgbụgba\",\n    \"hemorrhages\": \"ọbara ọgbụgba\",\n    \"hemorrhagic\": \"oruru\",\n    \"hemorrhagin\": \"oruru obara\",\n    \"hemorrhaging\": \"oruru obara\",\n    \"hemorrhea\": \"ọbara ọgbụgba\",\n    \"hemorrhodin\": \"hemorrhoid\",\n    \"hemorrhoids\": \"hemorrhoid\",\n    \"hemostatic\": \"okpomoku\",\n    \"hemostats\": \"okpomoku\",\n    \"hemotherapeutics\": \"ọgwụgwọ ọrịa\",\n    \"hemotherapy\": \"ọgwụgwọ ọrịa\",\n    \"hempherds\": \"hempher\",\n    \"hempiest\": \"kasị sie ike\",\n    \"hemplike\": \"hemp yiri\",\n    \"hemps\": \"nkpu\",\n    \"hemself\": \"onwe ya\",\n    \"hemstitch\": \"eriri ala\",\n    \"hemstitched\": \"okpu\",\n    \"hemstitcher\": \"okpu mmiri\",\n    \"hemstitches\": \"okpu\",\n    \"hemstitching\": \"mgbochi\",\n    \"hen\": \"nne okuko\",\n    \"henbill\": \"nne okuko\",\n    \"hence\": \"n'ihi ya\",\n    \"henceforth\": \"ugbu a gaa n'ihu\",\n    \"henceforward\": \"gaba ugbu a\",\n    \"henceforwards\": \"ugbu a gaa n'ihu\",\n    \"henchboy\": \"nnechi\",\n    \"henchmen\": \"ndi okuko\",\n    \"hendecahedral\": \"ụlọ ọrụ\",\n    \"hendecahedron\": \"mmmmmmmmmmmmm\",\n    \"hendecane\": \"Obinna\",\n    \"hendecasyllabic\": \"mmmmmmmmmmmmm\",\n    \"hendecasyllable\": \"mmmmmmmmmmmmm\",\n    \"hendecyl\": \"mmmmmmmmmmmmm\",\n    \"hendness\": \"hendọn\",\n    \"henfish\": \"nne okuko\",\n    \"henhearted\": \"nwere obi\",\n    \"henheartedness\": \"ịnụ ọkụ n'obi\",\n    \"henhouse\": \"ụlọ ọkụkọ\",\n    \"henhouses\": \"ụlọ ọkụkọ\",\n    \"hennebique\": \"nnenne\",\n    \"hennes\": \"nne okuko\",\n    \"henny\": \"nne okuko\",\n    \"henpeck\": \"nne okuko\",\n    \"henpecked\": \"akuko\",\n    \"henpecks\": \"nne okuko\",\n    \"henpen\": \"okuko\",\n    \"henry\": \"nne okuko\",\n    \"hens\": \"ọkụkọ\",\n    \"hents\": \"nne okuko\",\n    \"heparinizing\": \"ịpụ ọgwụ\",\n    \"hepatalgia\": \"ịba ọcha n'anya\",\n    \"hepatatrophy\": \"ịba ọcha n'anya\",\n    \"hepatatrophia\": \"ịba ọcha n'anya\",\n    \"hepatectomy\": \"ịba ọcha n'anya\",\n    \"hepatectomizing\": \"na-agwọ ọrịa\",\n    \"hepatic\": \"ịba ọcha n'anya\",\n    \"hepatica\": \"ịba ọcha n'anya\",\n    \"hepaticology\": \"ịba ọcha n'anya\",\n    \"hepaticologist\": \"ọkà mmụta ọgwụ\",\n    \"hepaticotomy\": \"ịba ọcha n'anya\",\n    \"hepatics\": \"ịba ọcha n'anya\",\n    \"hepatisation\": \"ịba ọcha n'anya\",\n    \"hepatise\": \"ịba mba\",\n    \"hepatised\": \"gwọọ\",\n    \"hepatising\": \"ịdọ aka na ntị\",\n    \"hepatite\": \"ịba ọcha\",\n    \"hepatitis\": \"ịba ọcha n'anya\",\n    \"hepatization\": \"ịba ọcha n'anya\",\n    \"hepatize\": \"ịgwọ ọrịa\",\n    \"hepatized\": \"ịgwọ ọrịa\",\n    \"hepatizes\": \"na-agwọ ọrịa\",\n    \"hepatizing\": \"ịgwọ ọrịa\",\n    \"hepatocirrhosis\": \"ịba ọcha n'anya\",\n    \"hepatodysentery\": \"ịba ọcha n'anya\",\n    \"hepatogenic\": \"ịgwọ ọrịa\",\n    \"hepatolithiasis\": \"ịba ọcha n'anya\",\n    \"hepatolithic\": \"ịba ọcha n'anya\",\n    \"hepatolytic\": \"ịgwọ ọrịa\",\n    \"hepatology\": \"ịba ọcha n'anya\",\n    \"hepatological\": \"ịgwọ ọrịa\",\n    \"hepatologist\": \"ọkà mmụta ọgwụ\",\n    \"hepatoma\": \"ịba ọcha n'anya\",\n    \"hepatomalacia\": \"ịba ọcha n'anya\",\n    \"hepatomas\": \"ịba ọcha n'anya\",\n    \"hepatomelanosis\": \"ịba ọcha n'anya\",\n    \"hepatonephric\": \"ịba ọcha n'anya\",\n    \"hepatopathy\": \"ịba ọcha n'anya\",\n    \"hepatopexia\": \"ịba ọcha n'anya\",\n    \"hepatoptosis\": \"ịba ọcha n'anya\",\n    \"hepatoscopy\": \"ịba ọcha n'anya\",\n    \"hepatoscopies\": \"ịba ọcha n'anya\",\n    \"hepatotherapy\": \"ịgwọ ọrịa\",\n    \"hepatotomy\": \"ịba ọcha n'anya\",\n    \"hepatotoxemia\": \"ịba ọcha n'anya\",\n    \"hepatotoxic\": \"ịba ọcha n'anya\",\n    \"hephthemimer\": \"hephhemimer\",\n    \"hephthemimeral\": \"hepathemimeral\",\n    \"hepper\": \"okpu\",\n    \"hepplewhite\": \"icha ọcha\",\n    \"heptadecyl\": \"nwewekwala\",\n    \"heptameron\": \"uloukwu\",\n    \"heptameter\": \"heptamita\",\n    \"heptameters\": \"heptamita\",\n    \"heptasyllable\": \"Nkechi Nwachukwu\",\n    \"heptastich\": \"kelechi\",\n    \"heptastyle\": \"itechukwu\",\n    \"hepteris\": \"heterta\",\n    \"heptylic\": \"ihe ọ bụla\",\n    \"heptyne\": \"ihe ọ bụla\",\n    \"heptoses\": \"ekwenti\",\n    \"her\": \"ya\",\n    \"heraclean\": \"okpu\",\n    \"heracleonite\": \"chukwuemeka\",\n    \"heracleopolitan\": \"onye nwe obodo\",\n    \"heracleopolite\": \"chukwuebuka\",\n    \"heracleum\": \"okpu\",\n    \"herald\": \"ikwusa ozi ọma\",\n    \"heralded\": \"mara ọkwa\",\n    \"heraldess\": \"ikwusa ozi ọma\",\n    \"heraldic\": \"nkwusa\",\n    \"heraldical\": \"nkwusa\",\n    \"heraldically\": \"ikwusa ozi oma\",\n    \"heralding\": \"ikwusa\",\n    \"heraldist\": \"onye nkwusa\",\n    \"heraldists\": \"ndị nkwusa\",\n    \"heraldress\": \"onye nkwusa\",\n    \"heraldries\": \"ozi oma\",\n    \"heralds\": \"ikwusa\",\n    \"heraldship\": \"ozioma\",\n    \"herb\": \"ogwu\",\n    \"herba\": \"igbo\",\n    \"herbage\": \"ahihia\",\n    \"herbaged\": \"ogwu\",\n    \"herbages\": \"ahihia ahihia\",\n    \"herbal\": \"ahihia\",\n    \"herbalist\": \"dibia ogwu\",\n    \"herbalists\": \"ndi ogwu ogwu\",\n    \"herbals\": \"ahihia\",\n    \"herbar\": \"ogwu\",\n    \"herbary\": \"ahịhịa\",\n    \"herbarial\": \"ahihia ahihia\",\n    \"herbarian\": \"onye igbo\",\n    \"herbarist\": \"onye na-eri nri\",\n    \"herbariums\": \"ahịhịa ndụ\",\n    \"herbarizing\": \"ahihia ahihia\",\n    \"herberger\": \"onye na-azụ atụrụ\",\n    \"herbescent\": \"ahịhịa ahịhịa\",\n    \"herby\": \"ahịhịa\",\n    \"herbicidal\": \"ahihia ahihia\",\n    \"herbicide\": \"ogwu ogwu\",\n    \"herbicides\": \"ahihia ahihia\",\n    \"herbier\": \"ahịhịa\",\n    \"herbiferous\": \"ahịhịa ndụ\",\n    \"herbish\": \"ahịhịa ndụ\",\n    \"herbist\": \"dibia ogwu\",\n    \"herbivores\": \"ahịhịa ndụ\",\n    \"herbivority\": \"ahịhịa ndụ\",\n    \"herbivorous\": \"ahịhịa ndụ\",\n    \"herbivorousness\": \"ahịhịa\",\n    \"herbless\": \"ahịhịa ndụ\",\n    \"herblet\": \"ahịhịa\",\n    \"herblike\": \"ahịhịa ndụ\",\n    \"herbman\": \"onye igbo\",\n    \"herborist\": \"onye igbo\",\n    \"herborization\": \"nhazi ahihia\",\n    \"herborizer\": \"onye na-elekọta ya\",\n    \"herborizing\": \"ịta ahịhịa\",\n    \"herbous\": \"igbo\",\n    \"herbrough\": \"ahihia\",\n    \"herbs\": \"ahịhịa\",\n    \"herbwife\": \"nwunye\",\n    \"herbwoman\": \"nwanyi nwaanyi\",\n    \"hercogamy\": \"ịlụ nwanyị\",\n    \"hercogamous\": \"ihe omuma\",\n    \"herd\": \"ìgwè ehi\",\n    \"herdboy\": \"nwa ehi\",\n    \"herdbook\": \"akwụkwọ nri\",\n    \"herded\": \"zụọ azụ\",\n    \"herder\": \"onye na-azụ atụrụ\",\n    \"herders\": \"ndị na-azụ atụrụ\",\n    \"herdess\": \"chi nwaanyị\",\n    \"herdic\": \"ehi\",\n    \"herdics\": \"ihe omimi\",\n    \"herding\": \"ịzụ anụ\",\n    \"herdlike\": \"ìgwè ehi\",\n    \"herdman\": \"onye na-azụ anụ ụlọ\",\n    \"herdmen\": \"ndị na-azụ atụrụ\",\n    \"herds\": \"ìgwè ehi\",\n    \"herdship\": \"ìgwè ehi\",\n    \"herdsman\": \"onye ọzụzụ atụrụ\",\n    \"herdsmen\": \"ndị na-azụ atụrụ\",\n    \"herdswoman\": \"onye na-azụ anụ ụlọ\",\n    \"herdswomen\": \"umu nwanyi\",\n    \"here\": \"Ebe a\",\n    \"hereabout\": \"ebe a\",\n    \"hereabouts\": \"ebe a\",\n    \"hereadays\": \"ege ntị\",\n    \"hereafter\": \"n'ọdịnihu\",\n    \"hereafterward\": \"n'ọdịnihu\",\n    \"hereagain\": \"Ebe a\",\n    \"hereagainst\": \"ebe a\",\n    \"hereamong\": \"ebe a\",\n    \"hereat\": \"ọgwụgwọ\",\n    \"hereaway\": \"ebe a\",\n    \"hereaways\": \"ebe a\",\n    \"herebefore\": \"gara aga\",\n    \"hereby\": \"ugbu a\",\n    \"heredes\": \"ihe nketa\",\n    \"heredia\": \"ebe a\",\n    \"heredipety\": \"nkwanye ugwu\",\n    \"heredipetous\": \"ebe a\",\n    \"hereditability\": \"ihe nketa\",\n    \"hereditable\": \"kwesịrị ekwesị\",\n    \"hereditably\": \"enwere ike\",\n    \"heredital\": \"ihe nketa\",\n    \"hereditament\": \"ihe nketa\",\n    \"hereditaments\": \"ihe nketa\",\n    \"hereditary\": \"ihe nketa\",\n    \"hereditarian\": \"ihe nketa\",\n    \"hereditarianism\": \"ihe nketa\",\n    \"hereditarily\": \"site n'okike\",\n    \"hereditarist\": \"Onye Okike\",\n    \"hereditas\": \"nketa\",\n    \"hereditation\": \"ihe nketa\",\n    \"hereditative\": \"ihe nketa\",\n    \"heredity\": \"ihe nketa\",\n    \"heredities\": \"ihe nketa\",\n    \"hereditism\": \"ihe nketa\",\n    \"hereditist\": \"onye nketa\",\n    \"hereditivity\": \"ihe nketa\",\n    \"heredium\": \"ihe omimi\",\n    \"heredofamilial\": \"Nkechinyere\",\n    \"heredoluetic\": \"Heredoluetic\",\n    \"heredosyphilitic\": \"Heredosyphilitic\",\n    \"hereford\": \"Ebe a\",\n    \"herefords\": \"Ebe a\",\n    \"herefore\": \"ugbu a\",\n    \"herefrom\": \"nke a\",\n    \"heregeld\": \"ebe a\",\n    \"heregild\": \"ebe a\",\n    \"herehence\": \"nkwenkwe\",\n    \"herein\": \"n'ime ebe a\",\n    \"hereinabove\": \"nke a\",\n    \"hereinafter\": \"ugbu a\",\n    \"hereinbefore\": \"nke gara aga\",\n    \"hereinto\": \"dị n'okpuru\",\n    \"hereness\": \"ahụ ike\",\n    \"hereniging\": \"na-achọ\",\n    \"hereof\": \"nke\",\n    \"hereon\": \"n'okwu a\",\n    \"hereout\": \"Ebe a\",\n    \"hereright\": \"Ebe a\",\n    \"herero\": \"ebe a\",\n    \"heresy\": \"ịjụ okwukwe\",\n    \"heresies\": \"ozizi nduhie\",\n    \"heresiographer\": \"onye na-ede ihe nkiri\",\n    \"heresiography\": \"ihe omuma\",\n    \"heresiology\": \"ihe omuma\",\n    \"heresiologist\": \"ihe omuma\",\n    \"heresyproof\": \"ozizi nduhie\",\n    \"heretic\": \"jụrụ okwukwe\",\n    \"heretical\": \"jụrụ okwukwe\",\n    \"heretically\": \"Akwụkwọ\",\n    \"hereticalness\": \"nkwenkwe ụgha\",\n    \"hereticate\": \"jụrụ okwukwe\",\n    \"hereticated\": \"jụrụ ajụ\",\n    \"heretication\": \"jụrụ okwukwe\",\n    \"hereticator\": \"jụrụ okwukwe\",\n    \"hereticide\": \"Akwụkwọ Nsọ\",\n    \"hereticize\": \"ịjụ okwukwe\",\n    \"heretics\": \"ndị jụrụ okwukwe\",\n    \"hereto\": \"ugbu a\",\n    \"heretofore\": \"n'oge gara aga\",\n    \"heretoforetime\": \"oge gara aga\",\n    \"heretoga\": \"ebe a\",\n    \"heretrices\": \"okpu\",\n    \"heretrix\": \"ebe a\",\n    \"heretrixes\": \"nke a\",\n    \"hereunder\": \"ebe a\",\n    \"hereupon\": \"bia\",\n    \"hereward\": \"ebe a\",\n    \"herewith\": \"jiri ya\",\n    \"herewithal\": \"Onye nwe ya\",\n    \"herezeld\": \"ihe a\",\n    \"herile\": \"heriri\",\n    \"heriot\": \"mmụọ\",\n    \"heriotable\": \"na-agbagha\",\n    \"heriots\": \"ọgba aghara\",\n    \"heritability\": \"ihe nketa\",\n    \"heritabilities\": \"ihe nketa ya\",\n    \"heritable\": \"kwesịrị ekwesị\",\n    \"heritage\": \"ihe nketa\",\n    \"heritages\": \"ihe nketa\",\n    \"heritance\": \"ihe nketa\",\n    \"heritor\": \"onye nwe ụlọ\",\n    \"heritors\": \"ndị na-elekọta ya\",\n    \"heritress\": \"nwunye nwanyị\",\n    \"heritrices\": \"ihe onwunwe\",\n    \"heritrixes\": \"ihe omuma\",\n    \"herm\": \"ham\",\n    \"hermaic\": \"adị\",\n    \"herman\": \"nwoke\",\n    \"hermaphrodism\": \"hamaphrodism\",\n    \"hermaphrodite\": \"hamaphrodite\",\n    \"hermaphroditical\": \"hamaphroditical\",\n    \"hermaphroditically\": \"hamaphroditically\",\n    \"hermaphroditism\": \"hamaphroditism\",\n    \"hermaphroditize\": \"hamaphroditize\",\n    \"hermeneutical\": \"ihe omumu\",\n    \"hermes\": \"Hamis\",\n    \"hermesian\": \"Hamis\",\n    \"hermesianism\": \"Hamisianism\",\n    \"hermi\": \"onye nketa\",\n    \"hermidin\": \"hamione\",\n    \"herminone\": \"hamione\",\n    \"hermione\": \"hamione\",\n    \"hermit\": \"onye nketa\",\n    \"hermitages\": \"nkịta\",\n    \"hermitary\": \"ebe obibi ya\",\n    \"hermitess\": \"nwanyi\",\n    \"hermitian\": \"onye hermitian\",\n    \"hermitlike\": \"yiri hermit\",\n    \"hermitry\": \"hermitri\",\n    \"hermitries\": \"ihe nketa\",\n    \"hermits\": \"ndị kwere ekwe\",\n    \"hermitship\": \"ihe nketa\",\n    \"hermo\": \"haemas\",\n    \"hermoglyphic\": \"mmụọ\",\n    \"hermoglyphist\": \"onye na-elekọta ha\",\n    \"hern\": \"ha\",\n    \"hernanesell\": \"mmmmmmmmmmmmm\",\n    \"hernant\": \"myị\",\n    \"hernia\": \"hainia\",\n    \"herniae\": \"hainia\",\n    \"herniorrhaphy\": \"mmmmmmmmmmmmm\",\n    \"herniotome\": \"ọrịre\",\n    \"herniotomies\": \"ndiegwu\",\n    \"herniotomist\": \"mmmmmmmmmmmmm\",\n    \"hero\": \"dike\",\n    \"heroarchy\": \"ọchịchị eze\",\n    \"herodian\": \"dimkpa\",\n    \"herodianic\": \"dimkpa\",\n    \"herodii\": \"Herodii\",\n    \"herodiones\": \"Herodiones\",\n    \"herodionine\": \"Herodionine\",\n    \"heroes\": \"ndị dike\",\n    \"heroess\": \"dike\",\n    \"herohead\": \"dike\",\n    \"herohood\": \"dimkpa\",\n    \"heroic\": \"kedike\",\n    \"heroical\": \"dike\",\n    \"heroically\": \"dike\",\n    \"heroicalness\": \"dike\",\n    \"heroicity\": \"dimkpa\",\n    \"heroicly\": \"dike\",\n    \"heroicness\": \"dike\",\n    \"heroicomic\": \"dimkpa\",\n    \"heroicomical\": \"dike\",\n    \"heroics\": \"ndị dike\",\n    \"heroides\": \"okpu\",\n    \"heroify\": \"dike\",\n    \"heroineship\": \"dike\",\n    \"heroins\": \"ndị dike\",\n    \"heroism\": \"dike\",\n    \"heroisms\": \"ndị dike\",\n    \"heroistic\": \"dimkpa\",\n    \"heroization\": \"dike\",\n    \"heroize\": \"dike\",\n    \"heroized\": \"dimkpa\",\n    \"heroizes\": \"na-akwado\",\n    \"heroizing\": \"na-egbu egbu\",\n    \"herolike\": \"dike\",\n    \"heronbill\": \"Uchechukwu\",\n    \"heronsew\": \"Heronsew\",\n    \"heroologist\": \"ọkà mmụta banyere ọrịa herpetologist\",\n    \"heros\": \"ndị dike\",\n    \"herotheism\": \"dike\",\n    \"heroworshipper\": \"dike ife\",\n    \"herp\": \"ogwu\",\n    \"herpeses\": \"herpess\",\n    \"herpestine\": \"ahịhịa anụ\",\n    \"herpesvirus\": \"ọrịa herpes\",\n    \"herpet\": \"ihe mkpuchi\",\n    \"herpetic\": \"ihe mgbochi\",\n    \"herpetism\": \"nkwanye ugwu\",\n    \"herpetology\": \"ọgwụgwọ ọrịa\",\n    \"herpetologic\": \"ịgwọ ọrịa\",\n    \"herpetologist\": \"ọkà mmụta banyere ọrịa herpetologist\",\n    \"herpetologists\": \"ndị na-agwọ ọrịa herpetologists\",\n    \"herrgrdsost\": \"mmmmmmmmmmmm\",\n    \"herried\": \"herries\",\n    \"herrying\": \"azụ asa\",\n    \"herryment\": \"herryry\",\n    \"herring\": \"azụ asa\",\n    \"herringer\": \"onye na-azụ anụ\",\n    \"herringlike\": \"azụ asa dị ka\",\n    \"herrings\": \"mkpụrụ osisi\",\n    \"hers\": \"nke ya\",\n    \"hersall\": \"nke ya\",\n    \"herschel\": \"onyinye ya\",\n    \"herschelian\": \"Onye nwe ya\",\n    \"herschelite\": \"onye ozo\",\n    \"hersed\": \"nwere\",\n    \"herself\": \"onwe ya\",\n    \"hership\": \"ụgbọ mmiri\",\n    \"hersir\": \"nke ya\",\n    \"hertfordshire\": \"Nwachukwu\",\n    \"hertzian\": \"Hetzian\",\n    \"herulian\": \"Obinna\",\n    \"herzegovinian\": \"mmmmmmmmmmmm\",\n    \"hes\": \"na-egbu oge\",\n    \"hesychasm\": \"ygwugwu\",\n    \"hesychast\": \"Ikeycha\",\n    \"hesychastic\": \"okwukwe\",\n    \"hesiodic\": \"oge\",\n    \"hesione\": \"ikwusi\",\n    \"hesionidae\": \"ionyị\",\n    \"hesitance\": \"oge\",\n    \"hesitancy\": \"ekweghi ekwe\",\n    \"hesitancies\": \"ekwenyeghi\",\n    \"hesitant\": \"ekweghiekwe\",\n    \"hesitantly\": \"n’atụghị ụjọ\",\n    \"hesitate\": \"egbula\",\n    \"hesitated\": \"lara azụ\",\n    \"hesitater\": \"okwukwe\",\n    \"hesitaters\": \"na-egbu oge\",\n    \"hesitates\": \"na-ala azụ\",\n    \"hesitating\": \"na-egbu oge\",\n    \"hesitatingly\": \"n'atụghị ụjọ\",\n    \"hesitatingness\": \"inwe obi abụọ\",\n    \"hesitation\": \"oge\",\n    \"hesitations\": \"oge\",\n    \"hesitative\": \"na-enwe obi abụọ\",\n    \"hesitatively\": \"n’atụghị ụjọ\",\n    \"hesitator\": \"na-enwe obi abụọ\",\n    \"hesitatory\": \"na-egbu oge\",\n    \"hesped\": \"uche\",\n    \"hesper\": \"inwe obi abụọ\",\n    \"hespera\": \"ikwenye\",\n    \"hesperia\": \"na-aza\",\n    \"hesperian\": \"okwukwe\",\n    \"hesperic\": \"na-enwe obi abụọ\",\n    \"hesperid\": \"okwukwe\",\n    \"hesperidate\": \"na-azụ azụ\",\n    \"hesperideous\": \"na-enwe obi abụọ\",\n    \"hesperides\": \"na-aga\",\n    \"hesperidian\": \"Onyekwere\",\n    \"hesperinon\": \"Onyekwere\",\n    \"hesperinos\": \"Omechi\",\n    \"hesperis\": \"na-aga\",\n    \"hesperornis\": \"na-egbu egbu\",\n    \"hesperornithes\": \"na-aza\",\n    \"hesperornithid\": \"na-egbu egbu\",\n    \"hesperornithiformes\": \"na-egbu egbu\",\n    \"hesperornithoid\": \"na-agha\",\n    \"hesperus\": \"na-aga\",\n    \"hessian\": \"ekweghiekwe\",\n    \"hessians\": \"ekwekwe\",\n    \"hessites\": \"Ugbodo\",\n    \"hestern\": \"Hestern\",\n    \"hesternal\": \"Hesternal\",\n    \"hesthogenous\": \"ihe omuma\",\n    \"hetaerist\": \"onye nlekọta\",\n    \"hetchel\": \"akpa\",\n    \"heterandrous\": \"okpu\",\n    \"heterecious\": \"okpu\",\n    \"heterism\": \"okpomoku\",\n    \"heterize\": \"ikpofuo\",\n    \"heterocercality\": \"ikpo okwu\",\n    \"heterocercy\": \"ikpo okwu\",\n    \"heterocerous\": \"ikpo ọkụ\",\n    \"heterochloridales\": \"okechukwu\",\n    \"heterodyned\": \"tenweta\",\n    \"heterodyning\": \"na-elekọta\",\n    \"heterodoxal\": \"Heterodoxal\",\n    \"heterodoxness\": \"heterodox\",\n    \"heteroecy\": \"ikpo okwu\",\n    \"heteroeciousness\": \"ikpo ọkụ\",\n    \"heterofertilization\": \"heterofertilisation\",\n    \"heterogeneity\": \"mmadụ niile\",\n    \"heterogeneities\": \"ọdịiche dị iche iche\",\n    \"heterogeneous\": \"dị iche iche\",\n    \"heterogeneousness\": \"mmadụ niile\",\n    \"heteromerous\": \"na-akpali akpali\",\n    \"heteromyarian\": \"onye_egbo\",\n    \"heteropathy\": \"ọgwụgwọ ọrịa\",\n    \"heterophemism\": \"heterophem\",\n    \"heterophemist\": \"heterophem\",\n    \"heterophemistic\": \"heterophemist\",\n    \"heteroplastic\": \"ikpo ọkụ\",\n    \"heteropolarity\": \"ikpo okwu\",\n    \"heteropterous\": \"ikpo ọkụ\",\n    \"heteroscedasticity\": \"Mgbanwe\",\n    \"heterosex\": \"Nwanyị nwoke\",\n    \"heterosexual\": \"nwoke na nwoke\",\n    \"heterosexuality\": \"nwoke na nwoke na nwanyi\",\n    \"heterosexually\": \"nwoke na nwoke\",\n    \"heterosporous\": \"ikpo ọkụ\",\n    \"heterotypic\": \"Obinwanne\",\n    \"heterozygotes\": \"ndiegwu\",\n    \"heterozygotic\": \"mmmmmmmmmmmmm\",\n    \"hethen\": \"heathen\",\n    \"hething\": \"ihe niile\",\n    \"heths\": \"heth\",\n    \"hetmanate\": \"okpomoku\",\n    \"hetmanship\": \"ụgbọ mmiri hetman\",\n    \"hetter\": \"mma\",\n    \"heuchs\": \"okpu\",\n    \"heulandite\": \"alaeze\",\n    \"heved\": \"zọpụtara\",\n    \"hewe\": \"wewe\",\n    \"hewed\": \"egbutu\",\n    \"hewel\": \"iri\",\n    \"hewer\": \"onye-nkpu-osisi\",\n    \"hewgh\": \"nky\",\n    \"hewing\": \"ịkwa osisi\",\n    \"hewn\": \"egbutu\",\n    \"hews\": \"akuku\",\n    \"hexacosihedroid\": \"mmmmmmmmmmmmm\",\n    \"hexactinian\": \"mmmmmmmmmmmmm\",\n    \"hexadactyle\": \"ihendorji\",\n    \"hexagon\": \"hegagon\",\n    \"hexagonial\": \"hexagonal\",\n    \"hexagonical\": \"hexagonal\",\n    \"hexagonous\": \"hexagons\",\n    \"hexahedral\": \"nkenke\",\n    \"hexahedron\": \"iheke\",\n    \"hexahydrate\": \"Uzoukwu\",\n    \"hexahydrated\": \"Iheanyichukwu\",\n    \"hexahydric\": \"iheke.nkechi\",\n    \"hexahydrothymol\": \"iheukwu\",\n    \"hexahydroxy\": \"mmmmmmmmmmmmm\",\n    \"hexameter\": \"hexamita\",\n    \"hexameters\": \"hexamita\",\n    \"hexandry\": \"heksandri\",\n    \"hexandrous\": \"heksand\",\n    \"hexaplarian\": \"onyenze nwaanyi\",\n    \"hexapterous\": \"ahụ ike\",\n    \"hexasyllable\": \"iheegwu\",\n    \"hexaspermous\": \"hexasperformance\",\n    \"hexastich\": \"chukwuemeka\",\n    \"hexasticha\": \"mmmmmmmmmmmmm\",\n    \"hexastichic\": \"nri\",\n    \"hexastichon\": \"Hexastichon\",\n    \"hexastichous\": \"uloukwu\",\n    \"hexastyle\": \"ihechi\",\n    \"hexatriose\": \"ikekwe\",\n    \"hexavalent\": \"iheegwu\",\n    \"hexenbesen\": \"Hexenbesen\",\n    \"hexyls\": \"ihendị\",\n    \"hexobarbital\": \"noxobarbital\",\n    \"hexobiose\": \"ikekwe\",\n    \"hexoctahedral\": \"nkpo-akwa\",\n    \"hexoctahedron\": \"noxoctahedron\",\n    \"hexoestrol\": \"nkesa\",\n    \"hexoic\": \"nkịta\",\n    \"hexoylene\": \"nkpodaho\",\n    \"hexosans\": \"heksosan\",\n    \"hexosediphosphoric\": \"iheanyichukwu\",\n    \"hexosemonophosphoric\": \"mmmmmmmmmmmmm\",\n    \"hexpartite\": \"hepartite\",\n    \"hezekiah\": \"hezkaia\",\n    \"hf\": \"Nkeji\",\n    \"hgrnotine\": \"mmmmmmmmmmmm\",\n    \"hhd\": \"Nkume\",\n    \"hyacinthian\": \"mmachi\",\n    \"hyacinths\": \"hyacinth\",\n    \"hyaenic\": \"Hyaenic\",\n    \"hyalescence\": \"Hyalescence\",\n    \"hyalescent\": \"Hyalescent\",\n    \"hyaline\": \"Hyaline\",\n    \"hyalines\": \"Hyalines\",\n    \"hyalinizing\": \"na-ehichapụ\",\n    \"hyalocrystalline\": \"Hyalocrystalline\",\n    \"hyalodacite\": \"Hyalodacite\",\n    \"hyalogen\": \"Hyalogen\",\n    \"hyalogens\": \"Hyalogens\",\n    \"hyalographer\": \"onye na-ede ihe\",\n    \"hyalography\": \"ihe ndekọ\",\n    \"hyaloid\": \"Hyaloid\",\n    \"hyalopilitic\": \"Hyalopilitic\",\n    \"hyaloplasma\": \"hyalopasma\",\n    \"hyaloplasmic\": \"yalọ hyaloplasmic\",\n    \"hyalopsite\": \"Hyalopsite\",\n    \"hyalopterous\": \"Ikechi\",\n    \"hyalosiderite\": \"chizolosiderite\",\n    \"hyalospongia\": \"Hyalospongia\",\n    \"hyalts\": \"Onyekwere\",\n    \"hyaluronic\": \"Hyaluronic\",\n    \"hiant\": \"ibu\",\n    \"hiate\": \"hiatus\",\n    \"hiation\": \"hiatus\",\n    \"hiatuses\": \"hiat\",\n    \"hibernate\": \"ino na mkpu\",\n    \"hibernated\": \"inogide\",\n    \"hibernating\": \"na-ehi ụra\",\n    \"hibernation\": \"ino na mkpu\",\n    \"hibernator\": \"onye hibernator\",\n    \"hibernators\": \"ndị hibernators\",\n    \"hibernia\": \"hibernian\",\n    \"hibernianism\": \"ndị hibernians\",\n    \"hibernic\": \"hibernian\",\n    \"hibernical\": \"onye ji ugba\",\n    \"hibernically\": \"n'udo\",\n    \"hibernization\": \"inwe ezumike\",\n    \"hibernologist\": \"onye nyocha hibernologist\",\n    \"hibiscuses\": \"hibiscus\",\n    \"hybrid\": \"ngwakọ\",\n    \"hybrida\": \"ngwakọ\",\n    \"hybridae\": \"ngwakọ\",\n    \"hybridal\": \"ngwakọ\",\n    \"hybridation\": \"ngwakọta\",\n    \"hybridisable\": \"ngwakọ\",\n    \"hybridise\": \"ngwakọ\",\n    \"hybridised\": \"Ngwakọta\",\n    \"hybridiser\": \"Ngwakọta ngwakọ\",\n    \"hybridising\": \"ngwakọ\",\n    \"hybridism\": \"ngwakọ\",\n    \"hybridist\": \"onye ngwakọ\",\n    \"hybridity\": \"ngwakọ\",\n    \"hybridizable\": \"ngwakọ\",\n    \"hybridization\": \"ngwakọ\",\n    \"hybridizations\": \"ngwakọta\",\n    \"hybridize\": \"mejuputa\",\n    \"hybridized\": \"Ngwakọta\",\n    \"hybridizer\": \"ngwakọ\",\n    \"hybridizers\": \"ngwakọ\",\n    \"hybridizes\": \"ngwakọ\",\n    \"hybridizing\": \"na-agbakọ\",\n    \"hybridous\": \"ngwakọ\",\n    \"hybrids\": \"ngwakọ\",\n    \"hybrises\": \"ndozi\",\n    \"hic\": \"na na\",\n    \"hicatee\": \"Onicha\",\n    \"hiccough\": \"mgbochiume\",\n    \"hiccoughed\": \"hiccocoic akpịrị\",\n    \"hiccoughing\": \"igbochi\",\n    \"hiccoughs\": \"ihe mgbochi\",\n    \"hiccup\": \"mgbochiume\",\n    \"hiccuped\": \"muru anya\",\n    \"hiccuping\": \"mgbochiume\",\n    \"hiccupping\": \"ikwo na mgbochi\",\n    \"hiccups\": \"mgbochiume\",\n    \"hicht\": \"Okwuchi\",\n    \"hick\": \"ikuru\",\n    \"hickey\": \"mmachi\",\n    \"hickeyes\": \"hickeys\",\n    \"hicket\": \"Ikekwe\",\n    \"hicky\": \"Ikekwe\",\n    \"hickified\": \"Hicky kwere\",\n    \"hickishness\": \"nkọcha\",\n    \"hickory\": \"ekwenti\",\n    \"hickories\": \"Akwụkwọ\",\n    \"hicks\": \"Mkpọchi\",\n    \"hickscorner\": \"Onyeka Hickscorner\",\n    \"hicksite\": \"Hicksite\",\n    \"hid\": \"zoro\",\n    \"hidable\": \"zoro ezo\",\n    \"hidage\": \"ozuzo\",\n    \"hidated\": \"zoro\",\n    \"hydatic\": \"mmiri\",\n    \"hydatiform\": \"hydatidiform\",\n    \"hydatigenous\": \"hydatigena\",\n    \"hidation\": \"ozuzu\",\n    \"hidden\": \"zoro ezo\",\n    \"hiddenite\": \"zoro ezo\",\n    \"hiddenly\": \"zoro ezo\",\n    \"hiddenmost\": \"zoro ezo\",\n    \"hiddenness\": \"ezo\",\n    \"hide\": \"zoo\",\n    \"hyde\": \"zoo\",\n    \"hidebind\": \"zoo\",\n    \"hidebound\": \"zoo\",\n    \"hideboundness\": \"hidebound ness\",\n    \"hided\": \"zoro ezo\",\n    \"hidegeld\": \"ihe nzuzo\",\n    \"hideland\": \"zoo\",\n    \"hideless\": \"nke ezighi ezi\",\n    \"hideling\": \"ezo\",\n    \"hideosity\": \"Ikechi\",\n    \"hideous\": \"ihe ojoo\",\n    \"hideously\": \"zoro ezo\",\n    \"hideousness\": \"ihe ojoo\",\n    \"hideout\": \"ebe nzuzo\",\n    \"hideouts\": \"ebe nzuzo\",\n    \"hider\": \"onye zoro ezo\",\n    \"hiders\": \"ndị zoro ezo\",\n    \"hides\": \"Ozo\",\n    \"hiding\": \"na-ezo\",\n    \"hidings\": \"Nzuzo\",\n    \"hidling\": \"ezo\",\n    \"hydnoraceous\": \"ha mmiri\",\n    \"hydractinian\": \"onye na-egbu onwe ya\",\n    \"hydramnion\": \"hydramnios\",\n    \"hydrangeaceous\": \"hydrangeaceae\",\n    \"hydrate\": \"igba mmiri mmiri\",\n    \"hydrating\": \"na-agba ume\",\n    \"hydrators\": \"ndị na-arụ ọrụ mmiri\",\n    \"hydraul\": \"hydraulic\",\n    \"hydraulic\": \"haịdrọlik\",\n    \"hydraulician\": \"onye na-enye mmiri\",\n    \"hydraulicity\": \"hydraulic\",\n    \"hydraulicked\": \"haịdrọlik\",\n    \"hydraulicking\": \"hydraulicicking\",\n    \"hydraulicon\": \"haịdrọlik\",\n    \"hydraulics\": \"hydraulic\",\n    \"hydraulist\": \"onye na-enye mmiri\",\n    \"hydrauluses\": \"haịdrọlik\",\n    \"hydrazyl\": \"mmmmmmmmmmmmm\",\n    \"hydrically\": \"n'ụzọ dị ọcha\",\n    \"hydriote\": \"mmiri\",\n    \"hydro\": \"mmiri\",\n    \"hydroalcoholic\": \"ọalụholicụ mmanya\",\n    \"hydroatmospheric\": \"mmiri dị na mbara igwe\",\n    \"hydroaviation\": \"mmiri\",\n    \"hydrobiologist\": \"ihe banyere mmiri ogwu\",\n    \"hydrocaryaceous\": \"ọ bụ\",\n    \"hydrochelidon\": \"mmmmmmmmmmmmm\",\n    \"hydrochemical\": \"mmiri ọgwụ\",\n    \"hydrodictyon\": \"mmmmmmmmmmmmm\",\n    \"hydrodynamicist\": \"onye na-ahụ maka ọdịiche\",\n    \"hydroeconomics\": \"mmiri\",\n    \"hydrofluosilicic\": \"hydrofluosilicik\",\n    \"hydrogalvanic\": \"mmmmmmmmmmmmm\",\n    \"hydrogeologist\": \"ọkà mmụta banyere mmiri\",\n    \"hydrographer\": \"onye na-ede mmiri\",\n    \"hydrographers\": \"ndị na-ede mmiri\",\n    \"hydrohematite\": \"mmiri mmiri\",\n    \"hydrolysate\": \"hydrolyzate\",\n    \"hydrolysation\": \"hydrolysis\",\n    \"hydrologist\": \"ọkà mmụta banyere mmiri\",\n    \"hydrologists\": \"ndị ọkà mmụta banyere mmiri\",\n    \"hidromancy\": \"zoro ezo\",\n    \"hydromancy\": \"Mmiri\",\n    \"hydromeningocele\": \"mmmmmmmmmmmmm\",\n    \"hydrometallurgical\": \"igwe na-edozi ahụ\",\n    \"hydrometeorologist\": \"ọkà mmụta banyere mmiri\",\n    \"hydronic\": \"hydrogen\",\n    \"hydronically\": \"n'ụzọ dị ọcha\",\n    \"hydronitrogen\": \"hydrogenitrogen\",\n    \"hydronitrous\": \"mmiri\",\n    \"hydropathist\": \"onye na-akụ mmiri\",\n    \"hydrophanous\": \"nke dị hydrophanous\",\n    \"hydrophone\": \"ekwenti\",\n    \"hydrophones\": \"ekwenti\",\n    \"hydropower\": \"ike mmiri\",\n    \"hydroquinine\": \"hydroquinone\",\n    \"hydroquinol\": \"hydroquinone\",\n    \"hydroquinoline\": \"hydroxyquinoline\",\n    \"hydrostat\": \"hydrostatic\",\n    \"hydrostatical\": \"hydrostatic\",\n    \"hydrostatician\": \"hydrogenatic ian\",\n    \"hydrosulphurated\": \"Akwadoro\",\n    \"hydrosulphuric\": \"hydrosulphuric chọrọ\",\n    \"hydrosulphuryl\": \"mmmmmmmmmmmmm\",\n    \"hydrosulphurous\": \"akụrụngwa\",\n    \"hydrotechnical\": \"n'ihi na\",\n    \"hydrothecae\": \"hydrotheca\",\n    \"hydrothecal\": \"hypothetical\",\n    \"hydrotherapeutic\": \"ọgwụgwọ mmiri\",\n    \"hydrotherapeutical\": \"ọgwụgwọ mmiri\",\n    \"hydrotherapeutically\": \"mmiri ọgwụ\",\n    \"hydrotherapeutician\": \"dibia-ukpo\",\n    \"hydrotherapeuticians\": \"ndị na-agwọ mmiri\",\n    \"hydrotherapeutics\": \"ọgwụgwọ mmiri\",\n    \"hydrotherapy\": \"ọgwụgwọ mmiri\",\n    \"hydrotherapies\": \"ọgwụgwọ mmiri\",\n    \"hydrotherapist\": \"onye na-agwọ mmiri\",\n    \"hydrotic\": \"mmiri\",\n    \"hydrotimeter\": \"hydrotimita\",\n    \"hydrovane\": \"Mmiri\",\n    \"hie\": \"hii\",\n    \"hieing\": \"hie\",\n    \"hieland\": \"obodo hieland\",\n    \"hiemation\": \"ndewo\",\n    \"hyenic\": \"hyenik\",\n    \"hieracium\": \"haeracium\",\n    \"hieracosphinges\": \"akụrụngwa\",\n    \"hierarch\": \"ndokwa\",\n    \"hierarchy\": \"ndokwa nile\",\n    \"hierarchial\": \"ndokwa\",\n    \"hierarchic\": \"onye hierarchic\",\n    \"hierarchical\": \"nhazi\",\n    \"hierarchically\": \"n'usoro\",\n    \"hierarchies\": \"ndumodu\",\n    \"hierarchise\": \"ndokwa\",\n    \"hierarchised\": \"haziri\",\n    \"hierarchising\": \"nhazi\",\n    \"hierarchism\": \"ndokwa\",\n    \"hierarchist\": \"onye hierarchist\",\n    \"hierarchized\": \"haziri\",\n    \"hierarchizing\": \"nhazi\",\n    \"hierarchs\": \"ndokwa\",\n    \"hieroglyphologist\": \"ọkà mmụta ihe omimi\",\n    \"hierograph\": \"ihe osise\",\n    \"hierographer\": \"onye na-ese ihe\",\n    \"hierography\": \"ihe osise\",\n    \"hierographic\": \"ihe osise\",\n    \"hierologic\": \"ihe osise\",\n    \"hierological\": \"ihe omuma\",\n    \"hierologist\": \"ọkà mmụta ihe banyere mbara igwe\",\n    \"hierophancy\": \"nwekwuru\",\n    \"hierurgical\": \"ịwa ahụ\",\n    \"hyetographically\": \"n'ụzọ\",\n    \"hyetometer\": \"hyetometa\",\n    \"hygeist\": \"ịkacha mgba\",\n    \"hygeistic\": \"nkwanye ugwu\",\n    \"hygeists\": \"ndị na-elekọta mmụọ\",\n    \"hygenics\": \"ịdị ọcha\",\n    \"higgled\": \"agba\",\n    \"higglehaggle\": \"higgle haggle\",\n    \"high\": \"elu\",\n    \"highball\": \"bọlbụ\",\n    \"highballed\": \"nnukwu\",\n    \"highballing\": \"ịgba bọọlụ\",\n    \"highballs\": \"bọlbụ\",\n    \"highbinding\": \"na-agbakwunye\",\n    \"highboard\": \"kabia\",\n    \"highboy\": \"umuigbo\",\n    \"highboys\": \"umu nwanyi\",\n    \"highborn\": \"Nwa nwanyi\",\n    \"highbred\": \"amaokwu\",\n    \"highbrow\": \"Highbrow\",\n    \"highbrowed\": \"elubrowed\",\n    \"highbrowism\": \"elubrowism\",\n    \"highbrows\": \"okpokoro\",\n    \"highbush\": \"Highbush\",\n    \"highchair\": \"oche elu oche\",\n    \"highchairs\": \"oche ndakwa\",\n    \"highdaddy\": \"Akwa Ugwu\",\n    \"highdaddies\": \"ndiigbo\",\n    \"higher\": \"nke ka elu\",\n    \"highermost\": \"nke kachasị\",\n    \"highest\": \"kasị elu\",\n    \"highfaluting\": \"f high\",\n    \"highflying\": \"na-efe efe\",\n    \"highhanded\": \"emebere\",\n    \"highhandedly\": \"Ikenna-ekwuchi\",\n    \"highhandedness\": \"nwekwaa\",\n    \"highhat\": \"elu\",\n    \"highhatting\": \"Ime elu\",\n    \"highhearted\": \"nwee obi\",\n    \"highheartedly\": \"obi di elu\",\n    \"highheartedness\": \"obi di elu\",\n    \"highholder\": \"onye nkwado\",\n    \"highhole\": \"olulu\",\n    \"highish\": \"bulie elu\",\n    \"highjack\": \"elu\",\n    \"highjacked\": \"jidere\",\n    \"highjacker\": \"Ogbo elu\",\n    \"highjacking\": \"Ihi ohi\",\n    \"highjacks\": \"Ogbo elu\",\n    \"highland\": \"ugwu ugwu\",\n    \"highlander\": \"ugwu ugwu\",\n    \"highlanders\": \"ugwu ugwu\",\n    \"highlandish\": \"ugwu ugwu\",\n    \"highlandman\": \"onye ugwu\",\n    \"highlandry\": \"ugwu ugwu\",\n    \"highlands\": \"ugwu di elu\",\n    \"highly\": \"ukwuu\",\n    \"highlife\": \"elu ugwu\",\n    \"highlight\": \"pụta ìhè\",\n    \"highlighted\": \"pụta ìhè\",\n    \"highlighting\": \"pụta ìhè\",\n    \"highlights\": \"Isi ihe\",\n    \"highline\": \"ekwuru\",\n    \"highliving\": \"eluliving\",\n    \"highlow\": \"ngwa ngwa\",\n    \"highman\": \"onye di elu\",\n    \"highmoor\": \"nnukwu ihe\",\n    \"highmost\": \"nke kachasị\",\n    \"highness\": \"ịdị elu\",\n    \"highnesses\": \"elu\",\n    \"highpockets\": \"nnukwu akpa\",\n    \"highroad\": \"okporo ụzọ\",\n    \"highroads\": \"okporo ụzọ\",\n    \"highschool\": \"ụlọ akwụkwọ sekọndrị\",\n    \"hight\": \"elu\",\n    \"hightail\": \"Hightail\",\n    \"hightailed\": \"Hightail\",\n    \"hightailing\": \"talọ\",\n    \"highted\": \"hight\",\n    \"highth\": \"hight\",\n    \"highths\": \"elu\",\n    \"hightoby\": \"nnukwu\",\n    \"hights\": \"elu\",\n    \"highveld\": \"Nwachukwu\",\n    \"highway\": \"okporo ụzọ\",\n    \"highwayman\": \"okporo\",\n    \"highwaymen\": \"ndi awusa\",\n    \"highways\": \"okporo ụzọ\",\n    \"hygiantic\": \"ọcha\",\n    \"hygiantics\": \"ndị na-edozi ahụ\",\n    \"hygiastic\": \"ịdị ọcha\",\n    \"hygiastics\": \"ihe di ọcha\",\n    \"hygieist\": \"na-elekọta\",\n    \"hygieists\": \"na-elekọta\",\n    \"hygienal\": \"ịdị ọcha\",\n    \"hygiene\": \"ịdị ọcha\",\n    \"hygienes\": \"ịdị ọcha\",\n    \"hygienic\": \"ịdị ọcha\",\n    \"hygienical\": \"ịdị ọcha\",\n    \"hygienically\": \"n'ịdị ọcha\",\n    \"hygienics\": \"ịdị ọcha\",\n    \"hygienist\": \"onye na-edozi ahụ\",\n    \"hygienists\": \"ndị na-edozi ahụ\",\n    \"hygienization\": \"ịdị ọcha\",\n    \"hygienize\": \"ịdị ọcha\",\n    \"hygrin\": \"iwu\",\n    \"hygrometers\": \"ihe omimi\",\n    \"hygrometrically\": \"na hygrometrically\",\n    \"hygrophanous\": \"na-elekọta\",\n    \"hygrophytic\": \"na-agwọ ọrịa\",\n    \"hygrostatics\": \"ihe omimi\",\n    \"hying\": \"na-akpọ\",\n    \"hyingly\": \"na-akpọ\",\n    \"hijack\": \"ikwusi n'ike\",\n    \"hijacked\": \"tọọrọ\",\n    \"hijacker\": \"jacknya ohi\",\n    \"hijackers\": \"Ndị na-apụnara mmadụ ihe\",\n    \"hijacking\": \"Ihi ohi\",\n    \"hijackings\": \"jackzọ ohi\",\n    \"hijacks\": \"na-apụnara mmadụ ihe\",\n    \"hike\": \"ibugo onu\",\n    \"hiker\": \"onye hiker\",\n    \"hikers\": \"Ndị njem hikers\",\n    \"hylactic\": \"na-ekpochapu\",\n    \"hylactism\": \"ịdị ọcha\",\n    \"hilary\": \"hilari\",\n    \"hilarious\": \"Ndaba\",\n    \"hilariousness\": \"Ikpoko\",\n    \"hilarity\": \"ndewo\",\n    \"hilarities\": \"mmụọ\",\n    \"hylas\": \"mmachi\",\n    \"hilasmic\": \"nkwocha\",\n    \"hylasmus\": \"mmmmmmmmmm\",\n    \"hilborn\": \"ugwu\",\n    \"hilch\": \"ugwu ugwu\",\n    \"hilda\": \"ugwu\",\n    \"hildebrandist\": \"onyekwere\",\n    \"hile\": \"Mgbe\",\n    \"hyle\": \"Nnenna\",\n    \"hylean\": \"mmmmmmmmmmmm\",\n    \"hyleg\": \"maịl\",\n    \"hylegiacal\": \"Onyedikachi\",\n    \"hyli\": \"hyili\",\n    \"hylicism\": \"mgbagha\",\n    \"hylicist\": \"onye na-eme mgbaasị\",\n    \"hylids\": \"hylid\",\n    \"hiliferous\": \"hibaa ndụ\",\n    \"hylism\": \"ihe omume\",\n    \"hylist\": \"onye ode akwukwo\",\n    \"hill\": \"ugwu\",\n    \"hillberry\": \"ugwu\",\n    \"hillbilly\": \"ugwu\",\n    \"hillbillies\": \"ugwu ugwu\",\n    \"hillbird\": \"ugwu\",\n    \"hillcrest\": \"ugwu ugwu\",\n    \"hillculture\": \"ugwu ugwu\",\n    \"hiller\": \"onye ugwu\",\n    \"hillet\": \"ugwu\",\n    \"hillfort\": \"ugwu\",\n    \"hillhousia\": \"ugwu ugwu\",\n    \"hilly\": \"ugwu ugwu\",\n    \"hillier\": \"ugwu\",\n    \"hilliest\": \"ugwu\",\n    \"hilliness\": \"ugwu\",\n    \"hilling\": \"ugwu\",\n    \"hillman\": \"onye ugwu\",\n    \"hillmen\": \"ndi ugwu\",\n    \"hilloas\": \"ugwu ugwu\",\n    \"hillock\": \"ugwu\",\n    \"hillocked\": \"ugwu\",\n    \"hillocky\": \"ugwu\",\n    \"hillocks\": \"ugwu ugwu\",\n    \"hills\": \"ugwu nta\",\n    \"hillsale\": \"ugwu ugwu\",\n    \"hillsalesman\": \"ugwu ahia\",\n    \"hillside\": \"ugwu\",\n    \"hillsides\": \"ugwu\",\n    \"hillsite\": \"ugwu ugwu\",\n    \"hillsman\": \"onye ugwu\",\n    \"hilltop\": \"ugwu\",\n    \"hilltopped\": \"ugwu ugwu\",\n    \"hilltopper\": \"ugwu\",\n    \"hilltopping\": \"ugwu\",\n    \"hilltops\": \"ugwu ntanet\",\n    \"hilltrot\": \"ugwu\",\n    \"hillward\": \"n’elu ugwu\",\n    \"hillwoman\": \"nwanyi nwanyi\",\n    \"hillwort\": \"ugwu ugwu\",\n    \"hylocichla\": \"mmmmmmmmmmmmm\",\n    \"hylogeny\": \"nkwanye ugwu\",\n    \"hyloist\": \"mmachi\",\n    \"hylomys\": \"mmmmmmmmmmmmm\",\n    \"hylomorphic\": \"mmmmmmmmmmmmm\",\n    \"hylotheism\": \"nkwanye ugwu\",\n    \"hylotheist\": \"onye nkwenye\",\n    \"hylotheistic\": \"nkwanye ugwu\",\n    \"hylotomous\": \"uchu\",\n    \"hilted\": \"kpoo\",\n    \"hilting\": \"na-agbago\",\n    \"hiltless\": \"enweghị ebelata\",\n    \"hilts\": \"Ugwu\",\n    \"him\": \"ya\",\n    \"hymenal\": \"mgbako\",\n    \"hymeneally\": \"n'egwu\",\n    \"hymenicolar\": \"mmmmmmmmmmmmm\",\n    \"hymeniferous\": \"ihe omimi\",\n    \"hymenopteran\": \"mgbatị\",\n    \"hymenopttera\": \"mgbatị\",\n    \"himyaric\": \"onyechi\",\n    \"himming\": \"ha\",\n    \"hymn\": \"ukwe\",\n    \"hymnal\": \"ukwe\",\n    \"hymnals\": \"ukwe\",\n    \"hymnary\": \"ukwe\",\n    \"hymnaries\": \"ukwe\",\n    \"hymnbook\": \"akwụkwọ abụ\",\n    \"hymnbooks\": \"akwụkwọ abụ\",\n    \"hymned\": \"ukwe\",\n    \"hymnic\": \"ukwe\",\n    \"hymning\": \"egwu\",\n    \"hymnist\": \"onye ukwe\",\n    \"hymnists\": \"ndi ukwe\",\n    \"hymnlike\": \"ukwe ka\",\n    \"hymnody\": \"ukwe\",\n    \"hymnodical\": \"abuo\",\n    \"hymnodies\": \"ukwe\",\n    \"hymnodist\": \"onye hymnodist\",\n    \"hymnograher\": \"onyegbako\",\n    \"hymnographer\": \"onye na-ahụ maka ihe omume\",\n    \"hymnology\": \"akuko\",\n    \"hymns\": \"ukwe\",\n    \"hymnwise\": \"n'egwú\",\n    \"himself\": \"onwe ya\",\n    \"himwards\": \"elu\",\n    \"hinch\": \"okoko\",\n    \"hind\": \"azu\",\n    \"hindberry\": \"mgbochi\",\n    \"hindbrain\": \"azụ ụbụrụ\",\n    \"hindcast\": \"gbochie\",\n    \"hinddeck\": \"Ebele\",\n    \"hynde\": \"mgbe ochie\",\n    \"hinder\": \"na-egbochi\",\n    \"hynder\": \"ihe isi ike\",\n    \"hinderance\": \"isi ike\",\n    \"hindered\": \"gbochiri\",\n    \"hinderer\": \"na-egbochi\",\n    \"hinderers\": \"ndị na-egbochi\",\n    \"hinderest\": \"gbochie\",\n    \"hinderful\": \"na-egbochi\",\n    \"hinderfully\": \"na-egbochi\",\n    \"hindering\": \"na-egbochi\",\n    \"hinderingly\": \"na-egbochi\",\n    \"hinderlands\": \"ala azụ\",\n    \"hinderly\": \"n'azu\",\n    \"hinderlings\": \"ihe mgbochi\",\n    \"hinderlins\": \"ihe mgbochi\",\n    \"hinderment\": \"mgbochi\",\n    \"hindermost\": \"n'azụ\",\n    \"hinders\": \"na-egbochi\",\n    \"hindersome\": \"na-egbochi\",\n    \"hindgut\": \"azu\",\n    \"hindguts\": \"azụ azụ\",\n    \"hindhand\": \"eburu\",\n    \"hindhead\": \"azụ\",\n    \"hindi\": \"Ogbogu Okonji\",\n    \"hindmost\": \"nke kachasị\",\n    \"hindoo\": \"azu\",\n    \"hindquarter\": \"na-egbochi\",\n    \"hindquarters\": \"N'azụ\",\n    \"hindrance\": \"mgbochi\",\n    \"hindrances\": \"mgbochi\",\n    \"hinds\": \"nne ele\",\n    \"hindsaddle\": \"azụ azụ\",\n    \"hindsight\": \"emechaa\",\n    \"hinduism\": \"Hindu\",\n    \"hindward\": \"azu\",\n    \"hindwards\": \"nsogbu\",\n    \"hine\": \"ghota\",\n    \"hiney\": \"Enyi\",\n    \"hing\": \"na-akpọchi\",\n    \"hinge\": \"mgbabere uzo\",\n    \"hingecorner\": \"Onye na-elekọta ihe\",\n    \"hinged\": \"adabere\",\n    \"hingeless\": \"na-enweghị atụ\",\n    \"hinger\": \"hing\",\n    \"hingers\": \"na-agbanye\",\n    \"hinges\": \"na-adabere\",\n    \"hinging\": \"na-akpọchi\",\n    \"hingle\": \"mgbabere uzo\",\n    \"hinney\": \"zọ\",\n    \"hinner\": \"onye ozo\",\n    \"hinnible\": \"ekweghi\",\n    \"hinnied\": \"zitere\",\n    \"hinnying\": \"ntinye aka\",\n    \"hinoid\": \"Hinoid\",\n    \"hinoideous\": \"ihe omimi\",\n    \"hins\": \"okpu\",\n    \"hint\": \"ndumodu\",\n    \"hinted\": \"egosi\",\n    \"hintedly\": \"n'egosi\",\n    \"hinterland\": \"ala ọzọ\",\n    \"hinterlander\": \"ala ọzọ\",\n    \"hinterlands\": \"ala mgbaba\",\n    \"hinters\": \"dinta\",\n    \"hinting\": \"ịchụ nta\",\n    \"hintproof\": \"ndumodu gosiri\",\n    \"hints\": \"ihe ngosi\",\n    \"hintzeite\": \"ndiri\",\n    \"hyoepiglottic\": \"yolọ ihere\",\n    \"hyoepiglottidean\": \"Hyoepiglottidean\",\n    \"hyoglossal\": \"Ikechi Iheanacho\",\n    \"hyoglossi\": \"chukwuemeka\",\n    \"hyoid\": \"Ikechukwu\",\n    \"hyoidal\": \"Ikechukwu\",\n    \"hyoidan\": \"Ikechukwu\",\n    \"hyoideal\": \"Ikechukwu\",\n    \"hyoidean\": \"Ikechukwu\",\n    \"hyoides\": \"Uzochi\",\n    \"hyoids\": \"Ikechi\",\n    \"hyolithes\": \"Ikechukwu\",\n    \"hyolithid\": \"Ikechukwu\",\n    \"hyolithoid\": \"mmmmmmmmmmmmm\",\n    \"hyomandibular\": \"Nwokeji\",\n    \"hyoplastron\": \"mmachiplastron\",\n    \"hiortdahlite\": \"Nkumeji\",\n    \"hyoscapular\": \"ikechukwu\",\n    \"hyoscyamine\": \"mmmmmmmmmmmm\",\n    \"hyoscine\": \"Ikechukwu\",\n    \"hyosternal\": \"Uzoigwe\",\n    \"hyostyly\": \"Nwokeji\",\n    \"hyostylic\": \"Ikechukwu Nwachukwu\",\n    \"hyothere\": \"N'ebe ahụ\",\n    \"hyothyreoid\": \"mmmmmmmmmmmmm\",\n    \"hypabyssally\": \"N'abụghị\",\n    \"hypaesthesia\": \"Hypaesthesia\",\n    \"hypaesthesic\": \"ịdị ọcha\",\n    \"hypapophysis\": \"Hypapophysis\",\n    \"hyparterial\": \"ọbara ọgbụgba\",\n    \"hypate\": \"mgbochi\",\n    \"hypaton\": \"mgbaka\",\n    \"hipbone\": \"úkwù\",\n    \"hype\": \"mama\",\n    \"hypenantron\": \"ugbala\",\n    \"hyperacidity\": \"mkpuchi\",\n    \"hyperactively\": \"mgbatị\",\n    \"hyperactivities\": \"nkwanye ugwu\",\n    \"hyperacuity\": \"mkpuchi\",\n    \"hyperacuness\": \"nkwanye ugwu\",\n    \"hyperacute\": \"nkwanye ugwu\",\n    \"hyperacuteness\": \"mkpuchi\",\n    \"hyperaemic\": \"ọgwụ mgbochi\",\n    \"hyperaesthesia\": \"ọgwụ mgbochi\",\n    \"hyperaesthetic\": \"ọgwụ mgbochi\",\n    \"hyperalgesic\": \"ọgwụ mgbochi\",\n    \"hyperalgia\": \"Hyperalgia\",\n    \"hyperalimentation\": \"mkpuchi\",\n    \"hypercarbureted\": \"hypercarburet\",\n    \"hypercarburetted\": \"hypercarburetị\",\n    \"hypercycle\": \"ihe mgbochi\",\n    \"hyperconfidence\": \"obi ike\",\n    \"hyperconformist\": \"okpokoro okuko\",\n    \"hyperconscientiousness\": \"nkwanye ugwu\",\n    \"hyperconsciousness\": \"amamịghe\",\n    \"hypercorrection\": \"ndozi ọbara\",\n    \"hypercorrectness\": \"idozi hypercorrectness\",\n    \"hypercriticalness\": \"ikwesi olu ike\",\n    \"hypercriticism\": \"nkwenye\",\n    \"hypercriticize\": \"kwuwa okwu ikpe\",\n    \"hyperdeify\": \"ibuli elu\",\n    \"hyperdeification\": \"ọbara mgbali elu\",\n    \"hyperdeified\": \"ebuli elu\",\n    \"hyperdeliciously\": \"hyper na-atọ ụtọ\",\n    \"hyperdeliciousness\": \"hyper nesstọ\",\n    \"hyperdemocratic\": \"hyperdemocracy\",\n    \"hyperdeterminant\": \"ọbara mgbali elu\",\n    \"hyperdimensional\": \"ọbara mgbali elu\",\n    \"hyperdimensionality\": \"ọbara mgbali elu\",\n    \"hyperdoricism\": \"ọbara mgbali elu\",\n    \"hyperelegance\": \"nkwanye ugwu\",\n    \"hyperelegant\": \"onye nkwanye ugwu\",\n    \"hyperemization\": \"nkwanye ugwu\",\n    \"hyperemotionally\": \"igosiputa\",\n    \"hyperemotively\": \"eremgha\",\n    \"hyperemphasizing\": \"na-atụgharị uche\",\n    \"hyperenthusiasm\": \"nkwanye ugwu\",\n    \"hyperenthusiastic\": \"na-echu ume\",\n    \"hyperequatorial\": \"nkwanye ugwu\",\n    \"hypererethism\": \"nkwanye ugwu\",\n    \"hyperessence\": \"nkwanye ugwu\",\n    \"hyperesthetic\": \"ihe nlebara anya\",\n    \"hyperethicalness\": \"omume nzuzu\",\n    \"hypereutectic\": \"ubelata\",\n    \"hyperexaltation\": \"nkwanye ugwu\",\n    \"hyperexcitability\": \"nkwanye ugwu\",\n    \"hyperexcitable\": \"ihe ijuanya\",\n    \"hyperexcitableness\": \"ịdị ọcha\",\n    \"hyperexcitement\": \"igosiputa\",\n    \"hyperfastidiousness\": \"ikwesi olu ike\",\n    \"hyperflexibility\": \"mgbanwe mgbanwe\",\n    \"hyperflexibleness\": \"mgbanwe mgbanwe\",\n    \"hyperfunction\": \"nnukwu ọrụ\",\n    \"hyperfunctional\": \"arụ ọrụ\",\n    \"hypergamy\": \"ịlụ nwanyị\",\n    \"hyperimmunization\": \"ọgwụ mgbochi\",\n    \"hyperimmunizing\": \"ọgwụ mgbochi\",\n    \"hyperinsulinization\": \"hyperin insulinization\",\n    \"hyperinsulinize\": \"hyperinsulinism\",\n    \"hyperintellectually\": \"hyperint hankali\",\n    \"hyperintellectualness\": \"inwe ọgụgụ isi\",\n    \"hyperintelligent\": \"onye nwere ọgụgụ isi\",\n    \"hyperion\": \"ọbara mgbali elu\",\n    \"hyperlogicalness\": \"Ogwu\",\n    \"hyperlustrousness\": \"ịdị ọcha\",\n    \"hypermarket\": \"ahịa ahịa\",\n    \"hypermeter\": \"okpu\",\n    \"hypermiraculous\": \"hyper ọrụ ebube\",\n    \"hypermiraculously\": \"hyper n'ụzọ ọrụ ebube\",\n    \"hypermodestness\": \"ịdị uchu\",\n    \"hypernitrogenous\": \"ọbara mgbali elu\",\n    \"hypernormality\": \"ọbara mgbali elu\",\n    \"hypernutrition\": \"erighị nri na-edozi ahụ\",\n    \"hyperobtrusiveness\": \"aru ike\",\n    \"hyperons\": \"igwe ojii\",\n    \"hyperorganic\": \"ebelebe\",\n    \"hyperorganically\": \"n'ụzọ dị ike\",\n    \"hyperorthognathy\": \"ọgwụ mgbochi\",\n    \"hyperosmic\": \"akwa\",\n    \"hyperoxidation\": \"ọgwụ mgbochi\",\n    \"hyperoxymuriatic\": \"Hyperroxymuriatic\",\n    \"hyperplane\": \"plagbọelu\",\n    \"hyperresonance\": \"ọbara mgbali elu\",\n    \"hyperromantically\": \"hyper ịhụnanya\",\n    \"hypersaintly\": \"persdị mgbasa\",\n    \"hypersalivation\": \"mgbasa ozi\",\n    \"hypersceptical\": \"mgbasa ozi\",\n    \"hyperscrupulosity\": \"hyper scrupulosity\",\n    \"hyperscrupulous\": \"onye nzuzu\",\n    \"hypersecretion\": \"mgbasa ozi\",\n    \"hypersensibility\": \"mgbasa ozi\",\n    \"hypersensitisation\": \"mgbochi ọrịa\",\n    \"hypersensitise\": \"mgbasa ozi\",\n    \"hypersensitised\": \"na-atụgharị uche\",\n    \"hypersensitising\": \"na-emegharị ahụ\",\n    \"hypersensitive\": \"mgbasa ozi\",\n    \"hypersensitiveness\": \"mgbasa ozi\",\n    \"hypersensitivities\": \"mgbasa ozi\",\n    \"hypersensitization\": \"mgbasa ozi\",\n    \"hypersensitize\": \"na-emegharị ahụ\",\n    \"hypersensitizing\": \"na-eme ka ihe mgbakasị ahụ\",\n    \"hypersensual\": \"nwekwaa\",\n    \"hypersensualism\": \"nkwanye ugwu\",\n    \"hypersensually\": \"zoro ezo\",\n    \"hypersensualness\": \"nkwanye ugwu\",\n    \"hypersensuous\": \"na-emegharị ahụ\",\n    \"hypersensuously\": \"Udobe onwe\",\n    \"hypersensuousness\": \"nkwanye ugwu\",\n    \"hypersentimental\": \"mgbasa ozi\",\n    \"hypersentimentally\": \"hypersperimentally\",\n    \"hypersexual\": \"omume rụrụ arụ\",\n    \"hypersexuality\": \"nwoke idina nwoke\",\n    \"hypersystole\": \"persdị\",\n    \"hypersonic\": \"nkwanye ugwu\",\n    \"hypersonically\": \"site n'ụzọ\",\n    \"hypersonics\": \"ndị nlekọta\",\n    \"hypersophisticated\": \"ihe nzuzu\",\n    \"hypersophistication\": \"ihe ijuanya\",\n    \"hyperspace\": \"ebe nchekwa\",\n    \"hyperspatial\": \"mgbasa ozi\",\n    \"hyperspeculative\": \"mgbasa ozi\",\n    \"hyperspeculatively\": \"na-atụgharị uche\",\n    \"hyperspeculativeness\": \"ịdị ọcha\",\n    \"hypersphere\": \"ebekasị\",\n    \"hyperspherical\": \"ihe mgbochi\",\n    \"hypersplenia\": \"nkwanye ugwu\",\n    \"hypersplenism\": \"mgbasa ozi\",\n    \"hypersthene\": \"mmmmmmmmmmmmm\",\n    \"hypersthenia\": \"Uzochukwu\",\n    \"hypersthenic\": \"mgbanaka\",\n    \"hypersthenite\": \"akwaazu\",\n    \"hyperstoic\": \"mgbatị ume\",\n    \"hyperstoical\": \"mgbasa ozi\",\n    \"hyperstrophic\": \"ihendị\",\n    \"hypersubtlety\": \"mgbasa ozi\",\n    \"hypersuggestibility\": \"nkwanye ugwu\",\n    \"hypersuggestibleness\": \"mgbasa ozi ike\",\n    \"hypersurface\": \"nkwanye ugwu\",\n    \"hypersusceptibility\": \"mgbasa ozi\",\n    \"hypersusceptible\": \"mgbasa ozi\",\n    \"hypertechnical\": \"hypertechnika\",\n    \"hypertechnicalness\": \"obara\",\n    \"hypertenseness\": \"ọbara mgbali elu\",\n    \"hypertension\": \"ọbara mgbali elu\",\n    \"hypertensive\": \"ọbara mgbali elu\",\n    \"hyperthyroidize\": \"hyperthyroidism\",\n    \"hyperthrombinemia\": \"hypothrombinemia\",\n    \"hypertranscendent\": \"hyper karịa\",\n    \"hypertridimensional\": \"hyper tridimensional\",\n    \"hypertrophies\": \"ọbara mgbali elu\",\n    \"hypertrophying\": \"hypertrophy na-aga\",\n    \"hypervascular\": \"ọbara ọbara\",\n    \"hypervitalize\": \"nweghachi\",\n    \"hypervitalized\": \"dị elu\",\n    \"hyperwrought\": \"kpakpando\",\n    \"hypes\": \"mkpuchi\",\n    \"hypesthesia\": \"ọbara ọgbụgba\",\n    \"hypesthesic\": \"ọgwụ mgbochi\",\n    \"hipflask\": \"hipwlask\",\n    \"hyphenates\": \"mgbochi\",\n    \"hyphenating\": \"iku ume\",\n    \"hyphenation\": \"mgbochiume\",\n    \"hyphenations\": \"mgbochiume\",\n    \"hyphened\": \"hyphenated\",\n    \"hyphening\": \"mgbochiume\",\n    \"hyphenisation\": \"mgbochiume\",\n    \"hyphenise\": \"akwa mgbochi\",\n    \"hyphenised\": \"mee ka ọ ghara ịdị\",\n    \"hyphenising\": \"iku ume\",\n    \"hyphenism\": \"mgbochi ọrịa\",\n    \"hyphenization\": \"mgbochiume\",\n    \"hyphenize\": \"kpochapu\",\n    \"hyphenized\": \"weghaara onwe ya\",\n    \"hyphenizing\": \"iku ume\",\n    \"hyphenless\": \"enweghi mgbochi\",\n    \"hyphomycete\": \"nkwanye ugwu\",\n    \"hyphomycetes\": \"igwu mmiri\",\n    \"hyphomycetous\": \"ebekpo\",\n    \"hiphuggers\": \"ndiegwu\",\n    \"hyping\": \"na-atụgharị uche\",\n    \"hypinotic\": \"hypnotic\",\n    \"hiplength\": \"hip ogologo\",\n    \"hiplike\": \"dị ka hip\",\n    \"hypnaceous\": \"hypnosis\",\n    \"hipnesses\": \"agbaji\",\n    \"hypnesthesis\": \"nkwanye ugwu\",\n    \"hypnic\": \"ọgwụ mgbochi\",\n    \"hypnogenetic\": \"mkpụrụ ndụ ihe nketa hypno\",\n    \"hypnogenetically\": \"hypno genetically\",\n    \"hypnogogic\": \"hypnagogic\",\n    \"hypnology\": \"ọgwụ mgbochi\",\n    \"hypnological\": \"hypnosis\",\n    \"hypnologist\": \"ọkà mmụta ọgwụ\",\n    \"hypnophobias\": \"hypnophobia\",\n    \"hypnophobic\": \"hypnophobia\",\n    \"hypnoses\": \"hypnosis\",\n    \"hypnotherapist\": \"ọgwụ na-agwọ ọrịa\",\n    \"hypnotics\": \"ọgwụ mgbochi\",\n    \"hypnotised\": \"hypnotized\",\n    \"hypnotiser\": \"hypnotist\",\n    \"hypnotism\": \"hypnosis\",\n    \"hypnotistic\": \"hypnotist\",\n    \"hypnotists\": \"ndi ogwu\",\n    \"hypnotization\": \"hypnotizing\",\n    \"hypnotize\": \"itu aru\",\n    \"hypnotizer\": \"itu aru\",\n    \"hypnotoid\": \"hypnotized\",\n    \"hypocatharsis\": \"ihu abụọ\",\n    \"hypocathartic\": \"ihu abụọ\",\n    \"hypocathexis\": \"ihu abụọ\",\n    \"hypochordal\": \"ihu abụọ\",\n    \"hypocist\": \"ihu abụọ\",\n    \"hypocistis\": \"ihu abụọ\",\n    \"hypocystotomy\": \"ihu abụọ\",\n    \"hypocondylar\": \"onye ihu abụọ\",\n    \"hypocone\": \"ihu abụọ\",\n    \"hypocorism\": \"ihu abụọ\",\n    \"hypocoristic\": \"ihu abụọ\",\n    \"hypocoristical\": \"ihu abụọ\",\n    \"hypocoristically\": \"ihu abụọ\",\n    \"hypocotyl\": \"ihu abụọ\",\n    \"hypocotyleal\": \"ihu abụọ\",\n    \"hypocotyledonary\": \"ihu abụọ\",\n    \"hypocotyledonous\": \"na-egosi ihu abụọ\",\n    \"hypocotylous\": \"ihu abụọ\",\n    \"hypocrater\": \"onye ihu abụọ\",\n    \"hypocrateriform\": \"ihu abụọ\",\n    \"hypocraterimorphous\": \"ihu abụọ\",\n    \"hypocreaceae\": \"ihu abụọ\",\n    \"hypocreaceous\": \"ihu abụọ\",\n    \"hypocreales\": \"ihu abụọ\",\n    \"hypocrinia\": \"ihu abụọ\",\n    \"hypocrinism\": \"ihu abụọ\",\n    \"hypocrisy\": \"ihu abụọ\",\n    \"hypocrisies\": \"ihu abụọ\",\n    \"hypocrisis\": \"ihu abụọ\",\n    \"hypocrystalline\": \"ihu abụọ\",\n    \"hypocrital\": \"ihu abụọ\",\n    \"hypocrite\": \"onye ihu abụọ\",\n    \"hypocrites\": \"ndị ihu abụọ\",\n    \"hypocritic\": \"ihu abụọ\",\n    \"hypocritical\": \"ihu abụọ\",\n    \"hypocritically\": \"ihu abụọ\",\n    \"hypocriticalness\": \"ihu abụọ\",\n    \"hypocrize\": \"idekọ ihe\",\n    \"hypodactylum\": \"ebe nchekwa\",\n    \"hypolimnial\": \"izu ike\",\n    \"hypolimnion\": \"mgbachi\",\n    \"hypolithic\": \"ịdị uchu\",\n    \"hyponasty\": \"ajuju\",\n    \"hypophysectomizing\": \"hypophysectomization\",\n    \"hypopitys\": \"hypopity\",\n    \"hypos\": \"ma ọ bụ\",\n    \"hyposecretion\": \"ndukpọ\",\n    \"hyposensitization\": \"ntinye aka\",\n    \"hyposensitize\": \"na-atụgharị uche\",\n    \"hyposensitizing\": \"posme ọgwụ\",\n    \"hyposyllogistic\": \"hyposyllogistic nke\",\n    \"hypospray\": \"ọgwụ mgbochi\",\n    \"hypostasising\": \"mgbasa ozi\",\n    \"hypostasizing\": \"na-etinye ọgwụ\",\n    \"hypostatisation\": \"mgbasa ozi\",\n    \"hypostatising\": \"na-etinye ọgwụ\",\n    \"hypostatizing\": \"na-etinye ọgwụ\",\n    \"hyposulphuric\": \"hyposulphuric na-egosi\",\n    \"hyposulphurous\": \"hyposulphurous adịghị\",\n    \"hypoth\": \"hypotu\",\n    \"hypothecating\": \"na-ekwu okwu\",\n    \"hypothecation\": \"nkwupụta okwu\",\n    \"hypotheses\": \"nkwupụta\",\n    \"hypothesi\": \"echiche\",\n    \"hypothesis\": \"nkwupụta echiche\",\n    \"hypothesise\": \"nkwupụta echiche\",\n    \"hypothesised\": \"nkwupụta\",\n    \"hypothesiser\": \"onye nkwanye ugwu\",\n    \"hypothesising\": \"nkwupụta echiche\",\n    \"hypothesize\": \"kwuo okwu\",\n    \"hypothesizing\": \"na-ekwu okwu\",\n    \"hypothetically\": \"n'echeghị echiche\",\n    \"hypotheticalness\": \"n'echeghị echiche\",\n    \"hypothetics\": \"hypothetical\",\n    \"hypothetize\": \"chee echiche\",\n    \"hypothyroids\": \"hypothyroidism\",\n    \"hypotonically\": \"n'ụzọ ziri ezi\",\n    \"hypoxias\": \"hypoxis\",\n    \"hypozeuxis\": \"epizeuxis\",\n    \"hippa\": \"hipaa\",\n    \"hypped\": \"zụrụ\",\n    \"hippi\": \"hippy\",\n    \"hippia\": \"hippy\",\n    \"hippian\": \"hippy\",\n    \"hippies\": \"hippi\",\n    \"hyppish\": \"ikele\",\n    \"hipple\": \"okpu\",\n    \"hippodromist\": \"onye hippodromist\",\n    \"hippologist\": \"ọkà banyere mmiri mmiri\",\n    \"hippometer\": \"hippometa\",\n    \"hippotomist\": \"onye hippotomist\",\n    \"hyps\": \"mkpuchi\",\n    \"hypsibrachycephalism\": \"Hypsibrachycephalism\",\n    \"hypsiliform\": \"Hypsiliform\",\n    \"hypsistarian\": \"onye igbo\",\n    \"hypsistenocephaly\": \"Uzoukwu\",\n    \"hypsistenocephalism\": \"Hypsistenocephalism\",\n    \"hypsodont\": \"Hypsodont\",\n    \"hypsodonty\": \"hypsodonti\",\n    \"hypsometer\": \"Hypsometa\",\n    \"hypsometry\": \"Hypsometry\",\n    \"hypsometric\": \"Hypsometric\",\n    \"hypsometrical\": \"Hypsometrical\",\n    \"hypsometrist\": \"Hypsometrist\",\n    \"hypsothermometer\": \"igwe na-ekpo ọkụ\",\n    \"hipsters\": \"hipster\",\n    \"hypt\": \"mama\",\n    \"hyracothere\": \"ebelata\",\n    \"hyracotherian\": \"onye nlekọta\",\n    \"hyrate\": \"imegide\",\n    \"hircic\": \"mmebi\",\n    \"hircinous\": \"ezigbo\",\n    \"hircosity\": \"mmebi\",\n    \"hire\": \"iku iku\",\n    \"hireable\": \"Enwere ụgwọ ọrụ\",\n    \"hired\": \"goro onwe\",\n    \"hireless\": \"enweghị ego\",\n    \"hireling\": \"iku n'ọrụ\",\n    \"hirelings\": \"Ngwongwo\",\n    \"hireman\": \"onye goro mmadu\",\n    \"hirer\": \"onye hirer\",\n    \"hirers\": \"ndị were n'ọrụ\",\n    \"hiring\": \"igota ego\",\n    \"hirings\": \"mmekpa\",\n    \"hirling\": \"hiring\",\n    \"hirpled\": \"ezighi ezi\",\n    \"hirpling\": \"nsogbu\",\n    \"hyrse\": \"ma obu\",\n    \"hirsel\": \"hiisel\",\n    \"hirseled\": \"kere ọrụ\",\n    \"hirseling\": \"rsgha\",\n    \"hirselling\": \"ezumike\",\n    \"hirsled\": \"ezumike\",\n    \"hirsling\": \"rsgha\",\n    \"hyrst\": \"Uzoukwu\",\n    \"hirstie\": \"ezumike\",\n    \"his\": \"ya\",\n    \"hisingerite\": \"heringerite\",\n    \"hispania\": \"Hispania\",\n    \"hispanic\": \"asụsụ Spanish\",\n    \"hispanicism\": \"akuko ya\",\n    \"hispanicize\": \"kwuo ya\",\n    \"hispanics\": \"ndị na-asụ asụsụ Hispanik\",\n    \"hispaniolate\": \"akụrụngwa\",\n    \"hispanism\": \"okpu\",\n    \"hispanist\": \"onye na-akpo ya\",\n    \"hispanize\": \"ya\",\n    \"hispanophile\": \"Onyebuchi\",\n    \"hispidity\": \"ikuku ya\",\n    \"hispidulate\": \"ya akwụkwọ\",\n    \"hispidulous\": \"ekwesighi\",\n    \"hiss\": \"mkpọtụ\",\n    \"hissed\": \"akpu\",\n    \"hisself\": \"onwe ya\",\n    \"hisser\": \"onye nkesa\",\n    \"hissers\": \"ndị na-akatọ ya\",\n    \"hisses\": \"ihe omuma\",\n    \"hissing\": \"nkpu\",\n    \"hissingly\": \"ihechi\",\n    \"hissings\": \"mkpọtụ\",\n    \"hyssop\": \"hisop\",\n    \"hyssops\": \"hisop\",\n    \"hissproof\": \"Kissproof\",\n    \"hist\": \"akụkọ ihe mere eme\",\n    \"histamin\": \"histamine\",\n    \"histamines\": \"akụkọ ihe mere eme\",\n    \"histamins\": \"akụkọ ihe mere eme\",\n    \"histed\": \"akụkọ ihe mere eme\",\n    \"hister\": \"onye na-elekọta ya\",\n    \"hysterectomy\": \"ịkpụkpụ\",\n    \"hysterectomize\": \"igbokwe\",\n    \"hysteria\": \"nchiyo\",\n    \"hysterics\": \"Ihe nkiri\",\n    \"hystericus\": \"olulu\",\n    \"hysteriform\": \"ystgbụgba\",\n    \"hysterology\": \"ihe omimi\",\n    \"hysteroproterize\": \"na-elekọta ihe\",\n    \"histidins\": \"akụkọ ihe mere eme\",\n    \"histie\": \"ya\",\n    \"histing\": \"akụkọ ihe mere eme\",\n    \"histiocyte\": \"akụkọ ihe mere eme\",\n    \"histiocytic\": \"akụkọ ihe mere eme\",\n    \"histioid\": \"akụkọ ihe mere eme\",\n    \"histiology\": \"akụkọ ihe mere eme\",\n    \"histiophoridae\": \"istiophoridae\",\n    \"histiophorus\": \"istiophorus\",\n    \"histoblast\": \"akụkọ ihe mere eme\",\n    \"histochemic\": \"akụkọ ihe mere eme\",\n    \"histochemical\": \"akụkọ ihe mere eme\",\n    \"histochemically\": \"akụkọ ihe mere eme\",\n    \"histochemistry\": \"akụkọ ihe mere eme\",\n    \"histocyte\": \"akụkọ ihe mere eme\",\n    \"histoclastic\": \"akụkọ ihe mere eme\",\n    \"histocompatibility\": \"akụkọ ihe mere eme\",\n    \"histodialysis\": \"akụkọ ihe mere eme\",\n    \"histodialytic\": \"akụkọ ihe mere eme\",\n    \"histogen\": \"akụkọ ihe mere eme\",\n    \"histogenesis\": \"akụkọ ihe mere eme\",\n    \"histogenetic\": \"akụkọ ihe mere eme\",\n    \"histogenetically\": \"akụkọ ihe mere eme\",\n    \"histogeny\": \"akụkọ ihe mere eme\",\n    \"histogenic\": \"akụkọ ihe mere eme\",\n    \"histogenous\": \"akụkọ ihe mere eme\",\n    \"histogens\": \"akụkọ ihe mere eme\",\n    \"histograms\": \"akụkọ ihe mere eme\",\n    \"histographer\": \"ọkọ akụkọ ihe mere eme\",\n    \"histography\": \"akụkọ ihe mere eme\",\n    \"histographic\": \"akụkọ ihe mere eme\",\n    \"histographical\": \"akụkọ ihe mere eme\",\n    \"histographically\": \"n'akụkọ ihe mere eme\",\n    \"histographies\": \"akụkọ ihe mere eme\",\n    \"histoid\": \"akụkọ\",\n    \"histolysis\": \"akụkọ ihe mere eme\",\n    \"histolytic\": \"akụkọ ihe mere eme\",\n    \"histology\": \"akụkọ ihe mere eme\",\n    \"histologic\": \"akụkọ ihe mere eme\",\n    \"histological\": \"akụkọ ihe mere eme\",\n    \"histologically\": \"akụkọ ihe mere eme\",\n    \"histologies\": \"akụkọ ihe mere eme\",\n    \"histologist\": \"ọkọ akụkọ ihe mere eme\",\n    \"histologists\": \"ndị ọkọ akụkọ ihe mere eme\",\n    \"histometabasis\": \"akụkọ ihe mere eme\",\n    \"histomorphology\": \"akụkọ ihe mere eme\",\n    \"histomorphological\": \"akụkọ ihe mere eme\",\n    \"histomorphologically\": \"n'akụkọ ihe mere eme\",\n    \"histon\": \"akụkọ ihe mere eme\",\n    \"histonal\": \"akụkọ ihe mere eme\",\n    \"histone\": \"akụkọ ihe mere eme\",\n    \"histones\": \"akụkọ ihe mere eme\",\n    \"histonomy\": \"akụkọ ihe mere eme\",\n    \"histopathology\": \"akụkọ ihe mere eme\",\n    \"histopathologic\": \"akụkọ ihe mere eme\",\n    \"histopathological\": \"akụkọ ihe mere eme\",\n    \"histopathologically\": \"akụkọ ihe mere eme\",\n    \"histopathologist\": \"ọkọ akụkọ ihe mere eme\",\n    \"histophyly\": \"akụkọ ihe mere eme\",\n    \"histophysiology\": \"akụkọ ihe mere eme\",\n    \"histophysiologic\": \"akụkọ ihe mere eme\",\n    \"histophysiological\": \"akụkọ ihe mere eme\",\n    \"histoplasmin\": \"akụkọ ihe mere eme\",\n    \"history\": \"akụkọ ihe mere eme\",\n    \"historial\": \"akụkọ ihe mere eme\",\n    \"historian\": \"ọkọ akụkọ ihe mere eme\",\n    \"historians\": \"ndị ọkọ akụkọ ihe mere eme\",\n    \"historiated\": \"akụkọ ihe mere eme\",\n    \"historic\": \"akụkọ ihe mere eme\",\n    \"historical\": \"akụkọ ihe mere eme\",\n    \"historically\": \"n'akụkọ ihe mere eme\",\n    \"historicalness\": \"akụkọ ihe mere eme\",\n    \"historician\": \"ọkọ akụkọ ihe mere eme\",\n    \"historicism\": \"akụkọ ihe mere eme\",\n    \"historicist\": \"ọkọ akụkọ ihe mere eme\",\n    \"historicity\": \"akụkọ ihe mere eme\",\n    \"historicize\": \"akụkọ ihe mere eme\",\n    \"historicocabbalistical\": \"akụkọ ihe mere eme\",\n    \"historicocritical\": \"akụkọ ihe mere eme dị egwu\",\n    \"historicocultural\": \"akụkọ ọdịnala\",\n    \"historicodogmatic\": \"akụkọ ihe mere eme\",\n    \"historicogeographical\": \"akụkọ ihe mere eme\",\n    \"historicophilosophica\": \"akụkọ ihe mere eme\",\n    \"historicophysical\": \"akụkọ ihe mere eme\",\n    \"historicopolitical\": \"akụkọ ihe mere eme\",\n    \"historicoprophetic\": \"akụkọ ihe mere eme\",\n    \"historicoreligious\": \"akụkọ ihe mere eme\",\n    \"historics\": \"akụkọ ihe mere eme\",\n    \"historicus\": \"akụkọ ihe mere eme\",\n    \"historied\": \"ọkọ akụkọ ihe mere eme\",\n    \"historier\": \"ọkọ akụkọ ihe mere eme\",\n    \"histories\": \"akụkọ ihe mere eme\",\n    \"historiette\": \"akụkọ ihe mere eme\",\n    \"historify\": \"kọọ akụkọ\",\n    \"historiograph\": \"akụkọ ihe mere eme\",\n    \"historiographer\": \"ọkọ akụkọ ihe mere eme\",\n    \"historiographers\": \"ndị ọkọ akụkọ ihe mere eme\",\n    \"historiographership\": \"akụkọ ihe mere eme\",\n    \"historiography\": \"akụkọ ihe mere eme\",\n    \"historiographic\": \"akụkọ ihe mere eme\",\n    \"historiographical\": \"akụkọ ihe mere eme\",\n    \"historiographically\": \"n'akụkọ ihe mere eme\",\n    \"historiographies\": \"akụkọ ihe mere eme\",\n    \"historiology\": \"akụkọ ihe mere eme\",\n    \"historiological\": \"akụkọ ihe mere eme\",\n    \"historiometry\": \"akụkọ ihe mere eme\",\n    \"historiometric\": \"akụkọ ihe mere eme\",\n    \"historionomer\": \"akụkọ ihe mere eme\",\n    \"historious\": \"akụkọ ihe mere eme\",\n    \"historism\": \"akụkọ ihe mere eme\",\n    \"historize\": \"kọọ akụkọ ihe mere eme\",\n    \"histotherapy\": \"ọgwụgwọ ọrịa\",\n    \"histotherapist\": \"onye na-agwọ ọrịa\",\n    \"histothrombin\": \"akụkọ ihe mere eme\",\n    \"histotome\": \"akụkọ ihe mere eme\",\n    \"histotomy\": \"akụkọ ihe mere eme\",\n    \"histotomies\": \"akụkọ ihe mere eme\",\n    \"histotrophy\": \"akụkọ ihe mere eme\",\n    \"histotrophic\": \"akụkọ ihe mere eme\",\n    \"histotropic\": \"akụkọ ihe mere eme\",\n    \"histozyme\": \"akụkọ ihe mere eme\",\n    \"histozoic\": \"akụkọ ihe mere eme\",\n    \"hystricinae\": \"hystricina\",\n    \"histrio\": \"akụkọ ihe mere eme\",\n    \"histriobdella\": \"akụkọ ihe mere eme\",\n    \"histriomastix\": \"akụkọ ihe mere\",\n    \"histrion\": \"akụkọ ihe mere eme\",\n    \"histrionic\": \"akụkọ ihe mere eme\",\n    \"histrionical\": \"akụkọ ihe mere eme\",\n    \"histrionically\": \"n'akụkọ ihe mere eme\",\n    \"histrionicism\": \"akụkọ ihe mere eme\",\n    \"histrionics\": \"akụkọ ihe mere eme\",\n    \"histrionism\": \"akụkọ ihe mere eme\",\n    \"histrionize\": \"kọọ akụkọ\",\n    \"hystrix\": \"Nkume\",\n    \"hit\": \"kụrụ\",\n    \"hitch\": \"ikedo\",\n    \"hitched\": \"gbachie\",\n    \"hitchel\": \"ikedo\",\n    \"hitcher\": \"ọkụkọ\",\n    \"hitchers\": \"ite\",\n    \"hitches\": \"mkpọchi\",\n    \"hitchhike\": \"hitchhiker\",\n    \"hitchhiked\": \"anụ ọkụ\",\n    \"hitchhiking\": \"ikuchi\",\n    \"hitchy\": \"ọkụ\",\n    \"hitchier\": \"ọkụ\",\n    \"hitchiest\": \"kacha\",\n    \"hitchily\": \"kụrụ\",\n    \"hitchiness\": \"agụụ\",\n    \"hitching\": \"ịkụ aka\",\n    \"hither\": \"Ebe a\",\n    \"hithermost\": \"ọ dị ugbu a\",\n    \"hithertills\": \"oge\",\n    \"hitherto\": \"rute ugbu a\",\n    \"hithertoward\": \"rue ugbu a\",\n    \"hitherunto\": \"ruo ugbu a\",\n    \"hitherward\": \"ugbu a\",\n    \"hitherwards\": \"ugbua\",\n    \"hitler\": \"ọkpọ\",\n    \"hitlerian\": \"Otutu\",\n    \"hitlerism\": \"Ọha\",\n    \"hitlerite\": \"Otutu\",\n    \"hitless\": \"enweghị\",\n    \"hits\": \"Na-akụ\",\n    \"hitter\": \"ọkpọ\",\n    \"hitters\": \"Ọkụ\",\n    \"hitting\": \"na-akụ\",\n    \"hittitics\": \"ndepụta okwu\",\n    \"hive\": \"ekwo Ekwo\",\n    \"hived\": \"ekwo ekwo\",\n    \"hiveless\": \"enweghị ebe obibi\",\n    \"hivelike\": \"ekwo ekwo\",\n    \"hiver\": \"onye na-agba akwụkwọ\",\n    \"hld\": \"Nwachukwu\",\n    \"hler\": \"ma ọ bụ\",\n    \"hlidhskjalf\": \"mmmmmmmmmmmmm\",\n    \"hlithskjalf\": \"mmmmmmmmmmmmm\",\n    \"hlorrithi\": \"ebele\",\n    \"hoarded\": \"hoard\",\n    \"hoarder\": \"hoard\",\n    \"hoarding\": \"ịkpakọba\",\n    \"hoards\": \"Ndekwu\",\n    \"hoardward\": \"onyinye\",\n    \"hoarheaded\": \"isi\",\n    \"hoary\": \"isi awọ\",\n    \"hoariest\": \"kasị\",\n    \"hoaryheaded\": \"isi-isi\",\n    \"hoarily\": \"zụrụ\",\n    \"hoarness\": \"mkpọtụ\",\n    \"hoarse\": \"gbara ụda\",\n    \"hoarsely\": \"arsra\",\n    \"hoarsened\": \"hoars\",\n    \"hoarseness\": \"mkpọtụ\",\n    \"hoarsening\": \"na-afụ ụfụ\",\n    \"hoarsens\": \"na-afụ ụfụ\",\n    \"hoarser\": \"kwusie ike\",\n    \"hoarsest\": \"kasị sie ike\",\n    \"hoast\": \"onye nnabata\",\n    \"hoastman\": \"Onyekachi\",\n    \"hoatzines\": \"hoatzin\",\n    \"hoatzins\": \"hoatzin\",\n    \"hoax\": \"aghụghọ\",\n    \"hoaxing\": \"Onyekama\",\n    \"hobby\": \"hobii\",\n    \"hobbies\": \"omume ntụrụndụ\",\n    \"hobbyhorse\": \"ihe omume ntụrụndụ\",\n    \"hobbyhorses\": \"ihe omume ntụrụndụ\",\n    \"hobbyhorsical\": \"ihe omume ntụrụndụ\",\n    \"hobbyhorsically\": \"n'ihe omume ntụrụndụ\",\n    \"hobbyism\": \"omume ntụrụndụ\",\n    \"hobbyist\": \"ihe omume ntụrụndụ\",\n    \"hobbyists\": \"ihe omume ntụrụndụ\",\n    \"hobbyless\": \"enweghị ntụrụndụ\",\n    \"hobbing\": \"ịmasị\",\n    \"hobbism\": \"hobism\",\n    \"hobbist\": \"onyeisiala\",\n    \"hobbit\": \"mgbakpọ\",\n    \"hobbledehoydom\": \"hobbledehoy dom\",\n    \"hobbledehoyhood\": \"mkpuchi hobbledehoy\",\n    \"hobbledehoyish\": \"Onyekwere\",\n    \"hobbledehoyishness\": \"ịdị umeala n'obi\",\n    \"hobbledehoys\": \"Onyekwere\",\n    \"hobbler\": \"bnye\",\n    \"hobbly\": \"Nwabueze\",\n    \"hobbling\": \"na-ama\",\n    \"hobblingly\": \"Ikekwe\",\n    \"hoblike\": \"dị ka hob\",\n    \"hoblob\": \"hobnob\",\n    \"hobnailed\": \"hobnail\",\n    \"hobnailer\": \"hobnail\",\n    \"hobnobbing\": \"Ikekwe\",\n    \"hoboed\": \"Onyedikachi\",\n    \"hoboing\": \"na-akwado\",\n    \"hoboisms\": \"hoboism\",\n    \"hobomoco\": \"hobo moco\",\n    \"hobs\": \"okpokoro\",\n    \"hobthrush\": \"Ikechukwu\",\n    \"hoc\": \"hoch\",\n    \"hocco\": \"hoco\",\n    \"hochheimer\": \"Uchechukwu\",\n    \"hockamore\": \"hackamore\",\n    \"hocked\": \"akọrọ\",\n    \"hockeys\": \"hockey si\",\n    \"hockelty\": \"hockey\",\n    \"hocker\": \"mkpuchi\",\n    \"hocket\": \"hockey\",\n    \"hocky\": \"hockey\",\n    \"hockled\": \"hock\",\n    \"hockling\": \"ịma jijiji\",\n    \"hockshop\": \"hock ahịa\",\n    \"hocused\": \"hocus nwere\",\n    \"hocuses\": \"hocus\",\n    \"hocusing\": \"hocus\",\n    \"hocussed\": \"horisis nwere\",\n    \"hocusses\": \"na-akwado\",\n    \"hocussing\": \"hoking\",\n    \"hodaddy\": \"hoddy\",\n    \"hodden\": \"zoro ezo\",\n    \"hoddens\": \"okpokoro\",\n    \"hoddin\": \"hoddy\",\n    \"hoddins\": \"ihe ndozi\",\n    \"hodening\": \"Ikwenye\",\n    \"hodmandod\": \"Onyedikachi\",\n    \"hodmen\": \"ndi hodmen\",\n    \"hodoscope\": \"hodokopcope\",\n    \"hoe\": \"ogu\",\n    \"hoedown\": \"nwe ulo\",\n    \"hoedowns\": \"ụlọ ndị nwe ụlọ\",\n    \"hoes\": \"ogu\",\n    \"hoffmannist\": \"Onyedi okike\",\n    \"hoffmannite\": \"Nnenna\",\n    \"hogans\": \"ihe ike\",\n    \"hogfishes\": \"hogfish\",\n    \"hogged\": \"hog\",\n    \"hoggery\": \"ịwa ahụ\",\n    \"hoggishness\": \"ịdị uchu\",\n    \"hoghood\": \"nwe ike\",\n    \"hogling\": \"ịma jijiji\",\n    \"hognuts\": \"hogonị\",\n    \"hogshouther\": \"Onyekwere\",\n    \"hogsteer\": \"hogster\",\n    \"hogtieing\": \"hogtied\",\n    \"hogties\": \"hogtied\",\n    \"hogtiing\": \"hogtied\",\n    \"hogtying\": \"ịma aka\",\n    \"hogward\": \"hogwarts\",\n    \"hogwashes\": \"hogwash\",\n    \"hoy\": \"elu\",\n    \"hoick\": \"idoli\",\n    \"hoicked\": \"zụrụ ụkwụ\",\n    \"hoicking\": \"ịtụkọ ihe\",\n    \"hoicks\": \"okpokoro\",\n    \"hoiden\": \"Ibobo\",\n    \"hoyden\": \"Ogologo\",\n    \"hoydened\": \"Onyekwere\",\n    \"hoydenhood\": \"Ogologo\",\n    \"hoidening\": \"Akpochapu\",\n    \"hoydening\": \"ikwusi ike\",\n    \"hoidenish\": \"dị ọcha\",\n    \"hoydenish\": \"idi elu\",\n    \"hoydenishness\": \"ịdị elu\",\n    \"hoydenism\": \"ịdị elu\",\n    \"hoydens\": \"ydlọ\",\n    \"hoyles\": \"ylesdị\",\n    \"hoised\": \"dị nsọ\",\n    \"hoises\": \"ụlọ\",\n    \"hoising\": \"ụlọ\",\n    \"hoist\": \"ndoli\",\n    \"hoistaway\": \"idoli\",\n    \"hoisted\": \"toro elu\",\n    \"hoister\": \"zota\",\n    \"hoisters\": \"ihe ndozi\",\n    \"hoisting\": \"na-agbago\",\n    \"hoistman\": \"Onyekachi\",\n    \"hoists\": \"na-ebuli elu\",\n    \"hoistway\": \"ndoli\",\n    \"hoit\": \"ikekwe\",\n    \"hoked\": \"hokedị\",\n    \"hokeypokey\": \"hokey pokey\",\n    \"hoker\": \"egwuregwu\",\n    \"hoking\": \"hiking\",\n    \"holard\": \"Ezenwanyi\",\n    \"holarthritic\": \"akpochapu\",\n    \"holcus\": \"olulu\",\n    \"hold\": \"jigide\",\n    \"holdable\": \"nwere ike ijide\",\n    \"holdall\": \"jide\",\n    \"holdalls\": \"nnukwu ụlọ\",\n    \"holdback\": \"njigide\",\n    \"holdbacks\": \"njigide\",\n    \"holden\": \"jigide\",\n    \"holdenite\": \"njidee\",\n    \"holder\": \"njide ihe\",\n    \"holders\": \"ihe njide\",\n    \"holdership\": \"njigide\",\n    \"holdfast\": \"jidesie ike\",\n    \"holdfastness\": \"ikwesị ntụkwasị obi\",\n    \"holdfasts\": \"ejigide\",\n    \"holding\": \"ijide\",\n    \"holdingly\": \"ijide\",\n    \"holdings\": \"njide\",\n    \"holdman\": \"njide ihe\",\n    \"holdout\": \"njide\",\n    \"holdouts\": \"njide\",\n    \"holdover\": \"njide\",\n    \"holdovers\": \"njide\",\n    \"holds\": \"na-ejide\",\n    \"holdsman\": \"onye njide\",\n    \"holdup\": \"chere\",\n    \"holdups\": \"njide\",\n    \"hole\": \"onu\",\n    \"holeable\": \"Ohere\",\n    \"holeless\": \"enweghị oghere\",\n    \"holeman\": \"onye onu\",\n    \"holeproof\": \"enweghị ihe mgbochi\",\n    \"holes\": \"oghere\",\n    \"holethnic\": \"okpokoro\",\n    \"holethnos\": \"ndigbo\",\n    \"holewort\": \"nnuku\",\n    \"holi\": \"kacha nai\",\n    \"holy\": \"dị nsọ\",\n    \"holibuts\": \"okpu\",\n    \"holiday\": \"ezumike\",\n    \"holyday\": \"ụbọchị ụka\",\n    \"holidaying\": \"ezumike\",\n    \"holidayism\": \"ezumike\",\n    \"holidaymaker\": \"onye ezumike\",\n    \"holidaymaking\": \"ezumike\",\n    \"holidays\": \"ezumike\",\n    \"holydays\": \"ụbọchị nsọ\",\n    \"holier\": \"ịdị nsọ\",\n    \"holies\": \"dị nsọ\",\n    \"holiest\": \"kacha nsọ\",\n    \"holily\": \"zuru\",\n    \"holiness\": \"dị nsọ\",\n    \"holinesses\": \"linessdị nsọ\",\n    \"holyokeite\": \"holhokeite\",\n    \"holistic\": \"zuru ezu\",\n    \"holystone\": \"nkume dị nsọ\",\n    \"holystoned\": \"sọọsọ\",\n    \"holystones\": \"nkume dị nsọ\",\n    \"holystoning\": \"dị nsọ\",\n    \"holytide\": \"Holytide\",\n    \"holytides\": \"ebe nsọ\",\n    \"holk\": \"oghere\",\n    \"holked\": \"jikọrọ\",\n    \"holking\": \"Na-akụda\",\n    \"holks\": \"Akpuru\",\n    \"holl\": \"holla\",\n    \"hollaed\": \"holla\",\n    \"hollaing\": \"holland\",\n    \"hollands\": \"ugwu nile\",\n    \"hollered\": \"hollel\",\n    \"holloaing\": \"lolo\",\n    \"hollock\": \"olulu\",\n    \"holloed\": \"kpochapụrụ\",\n    \"holloes\": \"Nnukwu\",\n    \"holloing\": \"ikpochapu\",\n    \"hollong\": \"niile\",\n    \"hollooed\": \"kpochie\",\n    \"hollooing\": \"na-ekpo ekpo ọkụ\",\n    \"hollow\": \"oghere\",\n    \"hollowed\": \"na-akọpu\",\n    \"hollower\": \"olulu\",\n    \"hollowest\": \"nke kachasị\",\n    \"hollowfoot\": \"akpụkpọ ụkwụ\",\n    \"hollowhearted\": \"nkpuru obi\",\n    \"hollowheartedness\": \"obi zuru ezu\",\n    \"hollowing\": \"na-akọpu\",\n    \"hollowly\": \"naanị\",\n    \"hollowness\": \"oghere\",\n    \"hollowroot\": \"olulu\",\n    \"hollows\": \"olulu\",\n    \"holmberry\": \"nnukwu ụlọ\",\n    \"holmic\": \"nnukwu ihe\",\n    \"holobaptist\": \"Onyekere holobaptist\",\n    \"holocaust\": \"mgbukpọ\",\n    \"holocaustal\": \"ọku\",\n    \"holocaustic\": \"mgbukpọ\",\n    \"holocausts\": \"ọkụ ọkụ\",\n    \"holocentrus\": \"Uchechukwu\",\n    \"holocephalous\": \"lolọ ihe ọkụ\",\n    \"holodactylic\": \"mmmmmmmmmmmmm\",\n    \"holodedron\": \"chukwueme\",\n    \"hologynic\": \"hologynik\",\n    \"holograms\": \"hologram\",\n    \"holograph\": \"holograf\",\n    \"holography\": \"holografia\",\n    \"holographs\": \"holograf\",\n    \"holohedry\": \"ụlọikwuu\",\n    \"holohedric\": \"akpo\",\n    \"holohedrism\": \"lolọ ọkụ\",\n    \"holohedron\": \"Akpogheri\",\n    \"holohemihedral\": \"Onyebuchi Nwachukwu\",\n    \"holometer\": \"holomita\",\n    \"holomyarian\": \"Onyekachukwu\",\n    \"holoptychian\": \"nwechara\",\n    \"holoptychiid\": \"nwechara\",\n    \"holosymmetric\": \"okpomoku\",\n    \"holospondaic\": \"Onyekwere\",\n    \"holostean\": \"Onyema\",\n    \"holostei\": \"lolọ\",\n    \"holosteous\": \"nke dị ọcha\",\n    \"holosteric\": \"holosterik\",\n    \"holostylic\": \"Onyekachi Nwachukwu\",\n    \"holostomous\": \"lolọ ihe ọkụ\",\n    \"holothecal\": \"Nwachukwu\",\n    \"holothurian\": \"Onyeukwu\",\n    \"holotypic\": \"nwechara\",\n    \"holotrich\": \"Onyekachi Nwachukwu\",\n    \"holozoic\": \"lolọ\",\n    \"holpen\": \"mepee\",\n    \"holsteins\": \"afọ\",\n    \"holstered\": \"kpochie\",\n    \"holts\": \"holt\",\n    \"hom\": \"a\",\n    \"homacanth\": \"ibibi\",\n    \"homage\": \"nsọpụrụ\",\n    \"homageable\": \"na-asọpụrụ\",\n    \"homaged\": \"akpọrọ\",\n    \"homager\": \"nnabata\",\n    \"homagers\": \"ndị ọrụ nnabata\",\n    \"homages\": \"nkwanye ugwu\",\n    \"homaging\": \"na-asọpụrụ\",\n    \"homagium\": \"nnukwute\",\n    \"homatomic\": \"homatomik\",\n    \"hombre\": \"ụnụ\",\n    \"hombres\": \"ndozi\",\n    \"homburg\": \"nnukwu ụlọ\",\n    \"homburgs\": \"nkpokọta\",\n    \"home\": \"ulo\",\n    \"homebody\": \"nwe ulo\",\n    \"homeborn\": \"amụrụ nwa\",\n    \"homebred\": \"homebrew\",\n    \"homebreds\": \"homebrew\",\n    \"homebrewed\": \"homebrew\",\n    \"homebuild\": \"ulo ulo\",\n    \"homebuilder\": \"onye obibi ụlọ\",\n    \"homebuilders\": \"ndị na-ewu ụlọ\",\n    \"homebuilding\": \"ụlọ obibi\",\n    \"homecome\": \"mbata ụlọ\",\n    \"homecomer\": \"onye nwe ụlọ\",\n    \"homecoming\": \"na-abata\",\n    \"homecomings\": \"mmezi ụlọ\",\n    \"homecraft\": \"ihe ndozi\",\n    \"homecroft\": \"ihe obibi ụlọ\",\n    \"homecrofter\": \"ihe obibi ụlọ\",\n    \"homecrofting\": \"ụlọ crofting\",\n    \"homefarer\": \"onye nwe ụlọ\",\n    \"homefolks\": \"ụlọ obibi\",\n    \"homegoer\": \"onye nwe ụlọ\",\n    \"homeground\": \"ulo ulo\",\n    \"homekeeper\": \"onye na-elekọta ụlọ\",\n    \"homekeeping\": \"nlekọta ụlọ\",\n    \"homeland\": \"ala nna\",\n    \"homelander\": \"ala nna nna\",\n    \"homelands\": \"ala nna\",\n    \"homeless\": \"enweghị ebe obibi\",\n    \"homelessly\": \"enweghị ebe obibi\",\n    \"homelessness\": \"enweghị ebe obibi\",\n    \"homely\": \"nwekwaa\",\n    \"homelier\": \"nwe ụlọ\",\n    \"homelife\": \"ndu ulo\",\n    \"homelike\": \"nnabata\",\n    \"homelikeness\": \"ihe obibi\",\n    \"homelily\": \"ezi n'ụlọ\",\n    \"homeliness\": \"obibi\",\n    \"homeling\": \"ụlọ\",\n    \"homelovingness\": \"ihunanya ulo\",\n    \"homemade\": \"arụrụ n'ụlọ\",\n    \"homemake\": \"onye nwe ulo\",\n    \"homemaker\": \"onye nwe ulo\",\n    \"homemakers\": \"ndị nwe ụlọ\",\n    \"homemaking\": \"ime ụlọ\",\n    \"homeochromatic\": \"ndokwa\",\n    \"homeoidal\": \"ụlọ obibi\",\n    \"homeoidality\": \"obibi obibi\",\n    \"homeomerous\": \"ụlọ\",\n    \"homeopolar\": \"ụlọ obibi\",\n    \"homeostases\": \"ebe obibi\",\n    \"homeostatically\": \"homeostically\",\n    \"homeotherapy\": \"ọgwụgwọ ụlọ ọgwụ\",\n    \"homeotherm\": \"ụlọ obibi\",\n    \"homeothermal\": \"ụlọ obibi\",\n    \"homeothermic\": \"ihe obibi\",\n    \"homeothermism\": \"ihe obibi\",\n    \"homeothermous\": \"ihe obibi\",\n    \"homeotic\": \"ụlọ obibi\",\n    \"homeotransplantation\": \"mmeghari ahu\",\n    \"homeown\": \"ulo nna\",\n    \"homeowner\": \"onye nwe ulo\",\n    \"homeowners\": \"ndị nwe ụlọ\",\n    \"homeplace\": \"ebe obibi\",\n    \"homered\": \"eburu\",\n    \"homerian\": \"homeri\",\n    \"homering\": \"ịkwanye ùgwù\",\n    \"homerist\": \"onye homerist\",\n    \"homerology\": \"ihe omumu\",\n    \"homerologist\": \"ọkà mmụta ụlọ banyere ụlọ\",\n    \"homeroom\": \"ime ụlọ\",\n    \"homerooms\": \"ime ụlọ\",\n    \"homers\": \"ụlọ\",\n    \"homes\": \"ụlọ\",\n    \"homeseeker\": \"onye nwe ụlọ\",\n    \"homesick\": \"aguu ulo\",\n    \"homesickly\": \"aguru ulo\",\n    \"homesickness\": \"agụụ ụlọ\",\n    \"homesite\": \"nwe ulo\",\n    \"homesites\": \"ebe obibi\",\n    \"homesome\": \"ụlọ\",\n    \"homespun\": \"ulo obibi\",\n    \"homespuns\": \"homepuns\",\n    \"homestall\": \"ụlọ\",\n    \"homestead\": \"ụlọ\",\n    \"homesteader\": \"onye nwe ụlọ\",\n    \"homesteaders\": \"ndi nwe ulo\",\n    \"homesteads\": \"ụlọ obibi\",\n    \"homester\": \"onye obibi\",\n    \"homestretch\": \"ụlọ\",\n    \"homestretches\": \"ihe ndozi\",\n    \"hometown\": \"obodo\",\n    \"hometowns\": \"obodo\",\n    \"homeward\": \"laa\",\n    \"homewardly\": \"laa\",\n    \"homewards\": \"ezi n'ụlọ\",\n    \"homework\": \"oru omume\",\n    \"homeworker\": \"onye oru ulo\",\n    \"homeworks\": \"oru omume\",\n    \"homewort\": \"oru omume\",\n    \"homy\": \"homie\",\n    \"homicidal\": \"igbu ọchụ\",\n    \"homicidally\": \"n'ezinaụlọ\",\n    \"homicide\": \"igbu mmadu\",\n    \"homicides\": \"ogbugbu\",\n    \"homicidious\": \"na-egbu egbu\",\n    \"homiculture\": \"ozuzu oke\",\n    \"homiest\": \"kasị dị nsọ\",\n    \"homiletic\": \"Nkechi\",\n    \"homiletics\": \"homileti\",\n    \"homiliary\": \"mmeghachi omume\",\n    \"homiliaries\": \"mmechi\",\n    \"homilies\": \"ezinụlọ\",\n    \"homilist\": \"onye nwe ụlọ\",\n    \"homilists\": \"ndị ọrụ ụlọ\",\n    \"homilite\": \"nnukwu ụlọ\",\n    \"homilize\": \"mee ka ụlọ\",\n    \"hominess\": \"mintọ\",\n    \"hominesses\": \"hominess\",\n    \"homing\": \"ịma jijiji\",\n    \"hominians\": \"ndi hominia\",\n    \"hominify\": \"sọpụrụ\",\n    \"homishness\": \"ekwenti\",\n    \"hommock\": \"mkpọchi\",\n    \"hommocks\": \"okpu\",\n    \"homobront\": \"idina\",\n    \"homocentric\": \"idina nwoke\",\n    \"homocentrical\": \"idina nwoke\",\n    \"homocentrically\": \"idina nwoke\",\n    \"homocercal\": \"idina nwoke\",\n    \"homocercality\": \"nwoke idina nwoke\",\n    \"homocercy\": \"mmekorita\",\n    \"homochiral\": \"obi ojoo\",\n    \"homochromatic\": \"ndokwa\",\n    \"homochrome\": \"Omenala\",\n    \"homochromy\": \"idinaotu\",\n    \"homochronous\": \"odidi\",\n    \"homocycle\": \"idinaotu\",\n    \"homodermy\": \"onyinye\",\n    \"homodermic\": \"ihe eji eme ihe\",\n    \"homodynamy\": \"nnweta ihe\",\n    \"homodynamic\": \"mmmmmmmmmmmmm\",\n    \"homodynamous\": \"ihe omume\",\n    \"homodont\": \"nnweta\",\n    \"homodontism\": \"ihe omume\",\n    \"homodrome\": \"nnweta\",\n    \"homodromy\": \"nnabata\",\n    \"homodromous\": \"ihe dị mfe\",\n    \"homoean\": \"idina\",\n    \"homoeanism\": \"idina nwoke\",\n    \"homoecious\": \"na-egbu egbu\",\n    \"homoeogenous\": \"odidi otu\",\n    \"homoeomeral\": \"idude\",\n    \"homoeopathy\": \"homeopathy\",\n    \"homoeopathician\": \"onye na-egwu nwoke\",\n    \"homoeopathist\": \"onye homoeopathist\",\n    \"homoeroticism\": \"mmekorita\",\n    \"homofermentative\": \"ferdị na-egbu egbu\",\n    \"homogametic\": \"idina ụdị onwe\",\n    \"homogamy\": \"nwoke idina nwoke\",\n    \"homogamic\": \"nwoke idina nwoke\",\n    \"homogamies\": \"idina nwoke\",\n    \"homogeneization\": \"homogenization\",\n    \"homogeneize\": \"homogeneous\",\n    \"homogeneousness\": \"odidi otu\",\n    \"homogenize\": \"idomolo\",\n    \"homogenizers\": \"ndị na-arụ homogenizer\",\n    \"homogenizes\": \"na-agbakwunye\",\n    \"homogenizing\": \"ịdị na-arụ ọrụ\",\n    \"homogentisic\": \"homogenetị\",\n    \"homograft\": \"mmekorita\",\n    \"homograph\": \"ụdị\",\n    \"homography\": \"mmekorita\",\n    \"homographic\": \"idina ụdịdị\",\n    \"homographs\": \"ụdị\",\n    \"homohedral\": \"Okpukpo\",\n    \"homoiothermy\": \"idina nwoke\",\n    \"homoiothermic\": \"odida-otu\",\n    \"homoiothermous\": \"ịdị oke ọnụ\",\n    \"homoiousia\": \"idina\",\n    \"homoiousian\": \"Nwokocha\",\n    \"homoiousianism\": \"Okpomoku\",\n    \"homoiousious\": \"ịdị umeala n'obi\",\n    \"homolateral\": \"odidi\",\n    \"homolysin\": \"onyeka\",\n    \"homolysis\": \"mmekorita\",\n    \"homolytic\": \"na-egbu egbu\",\n    \"homologate\": \"ichikota\",\n    \"homologated\": \"kwadoro\",\n    \"homologating\": \"na-emegharị\",\n    \"homological\": \"nwoke idina nwoke\",\n    \"homologise\": \"ịdị adị\",\n    \"homologised\": \"kwadoro\",\n    \"homologiser\": \"onye mmekorita\",\n    \"homologising\": \"ịdị na-egbu egbu\",\n    \"homologist\": \"nwoke idina nwoke\",\n    \"homologize\": \"ichikota\",\n    \"homologized\": \"kwadoro\",\n    \"homologizing\": \"na-emekọrịta ihe\",\n    \"homologue\": \"mmekorita\",\n    \"homomallous\": \"nwechara\",\n    \"homomeral\": \"ụlọ\",\n    \"homomerous\": \"ụlọ\",\n    \"homometrical\": \"ibi ndu\",\n    \"homometrically\": \"ibi ndu\",\n    \"homomorphy\": \"nnabata\",\n    \"homomorphic\": \"nnabata\",\n    \"homomorphous\": \"nnwu\",\n    \"homonymity\": \"nkwanye ugwu\",\n    \"homonymous\": \"homonicho\",\n    \"homonymously\": \"n'uju\",\n    \"homonyms\": \"emume\",\n    \"homoousian\": \"onye nzuzu\",\n    \"homoousianism\": \"okpomoku\",\n    \"homoousiast\": \"onye nzuzu\",\n    \"homoousion\": \"nnabata\",\n    \"homoousious\": \"na-asọ oyi\",\n    \"homopathy\": \"mmekootu\",\n    \"homopause\": \"nwoke idina nwoke\",\n    \"homophenous\": \"odidi\",\n    \"homophyly\": \"idina\",\n    \"homophone\": \"ekwentị\",\n    \"homophones\": \"ekwe ntị\",\n    \"homophonically\": \"na-ekwu otu ihe\",\n    \"homophthalic\": \"phtdị adị\",\n    \"homopolymerization\": \"mmekorita\",\n    \"homopolymerize\": \"sobegbe\",\n    \"homopter\": \"nwoke na nwanyi\",\n    \"homorelaps\": \"isi iyi\",\n    \"homorganic\": \"ime ihe ara\",\n    \"homos\": \"ụlọ\",\n    \"homoscedastic\": \"mmmmmmmmmmmmm\",\n    \"homoscedasticity\": \"akpo\",\n    \"homoseismal\": \"homoseism\",\n    \"homosexual\": \"idina ụdị onwe\",\n    \"homosexualism\": \"idina ụdị onwe\",\n    \"homosexualist\": \"nwoke idina nwoke\",\n    \"homosexuality\": \"nwoke idina nwoke\",\n    \"homosexually\": \"idina ụdị onwe\",\n    \"homosexuals\": \"edina ụdị onwe\",\n    \"homosystemic\": \"ihe omume\",\n    \"homosphere\": \"ebe obibi\",\n    \"homospory\": \"ebe obibi\",\n    \"homosporous\": \"na-elekọta mmadụ\",\n    \"homotactic\": \"mkparị\",\n    \"homotatic\": \"nnabata\",\n    \"homotaxeous\": \"ihe ojoo\",\n    \"homotaxy\": \"nnabata\",\n    \"homotaxial\": \"nnabata\",\n    \"homotaxially\": \"nnabata\",\n    \"homotaxic\": \"nnabata\",\n    \"homothallic\": \"onyegbula\",\n    \"homothallism\": \"ime ụlọ\",\n    \"homotherm\": \"okpomoku\",\n    \"homothermal\": \"ọkụ\",\n    \"homothermy\": \"udo\",\n    \"homothermic\": \"ihe di nma\",\n    \"homothermism\": \"ịdị ike\",\n    \"homothermous\": \"ihe di otutu\",\n    \"homothety\": \"nkwanye ugwu\",\n    \"homothetic\": \"ime ihe\",\n    \"homotypal\": \"nnabata\",\n    \"homotypy\": \"nnabata\",\n    \"homotypic\": \"nnabata\",\n    \"homotony\": \"nnabata\",\n    \"homotonic\": \"nnabata\",\n    \"homotonous\": \"nnabata\",\n    \"homotonously\": \"n'ụzọ ọ bụla\",\n    \"homotopic\": \"nnabata\",\n    \"homotransplant\": \"ndibe\",\n    \"homotransplantation\": \"mmeghari ahu\",\n    \"homotropal\": \"okpuru\",\n    \"homotropous\": \"nnabata\",\n    \"homousian\": \"mousnye\",\n    \"homozygotes\": \"odumodu\",\n    \"homuncular\": \"anụ ahụ\",\n    \"homunculus\": \"mmeghachi omume\",\n    \"honans\": \"nkwanye ugwu\",\n    \"honduranean\": \"Onyebueze\",\n    \"honduranian\": \"hondurani\",\n    \"hondurean\": \"honduran\",\n    \"hondurian\": \"honduran\",\n    \"honed\": \"sọpụrụ\",\n    \"honey\": \"mmanụ a honeyụ\",\n    \"honeyballs\": \"mmanụ a honeyụ bọọlụ\",\n    \"honeybee\": \"Mmanụ a honeyụ\",\n    \"honeybees\": \"mmanụ a honeyụ\",\n    \"honeyberry\": \"mmanụ aberryụ\",\n    \"honeybind\": \"Mmanụ aindụ\",\n    \"honeyblob\": \"mmanụ alobụ\",\n    \"honeybloom\": \"mmanụ aloụ\",\n    \"honeybun\": \"mmanụ abunụ\",\n    \"honeybunch\": \"mmanụ aunchụ\",\n    \"honeybuns\": \"mmanụ asụ\",\n    \"honeycomb\": \"ebuanu\",\n    \"honeycombed\": \"mmanụ abedụ\",\n    \"honeycombing\": \"ụgbụ\",\n    \"honeycombs\": \"ụgbụgbọ mmanụ a honeyụ\",\n    \"honeycreeper\": \"mmanụ areeụ\",\n    \"honeycup\": \"ebuanu\",\n    \"honeydew\": \"mmanụ awụ\",\n    \"honeydewed\": \"mmanụ a honeyụ\",\n    \"honeydews\": \"Mmanụ a honeyụ\",\n    \"honeydrop\": \"mmanụ a honeyụ\",\n    \"honeyed\": \"hone hone\",\n    \"honeyedly\": \"dị umeala\",\n    \"honeyedness\": \"ịdị ọcha\",\n    \"honeyfall\": \"mmanụ aụ\",\n    \"honeyflower\": \"Mmanụ aerụ\",\n    \"honeyfogle\": \"Mmanụ agụ\",\n    \"honeyfugle\": \"mmanụ a honeyụ\",\n    \"honeyful\": \"mmanụ a honeyụ\",\n    \"honeyhearted\": \"onye anuri\",\n    \"honeying\": \"izu ike\",\n    \"honeyless\": \"enweghị mmanụ a honeyụ\",\n    \"honeylike\": \"dị ka mmanụ a honeyụ\",\n    \"honeylipped\": \"mmanụ a honeyụ\",\n    \"honeymonth\": \"mmanụ a honeyụ\",\n    \"honeymoon\": \"honiimuunu\",\n    \"honeymooned\": \"ebuanu\",\n    \"honeymooner\": \"honiimuunu\",\n    \"honeymooners\": \"honiimuunu\",\n    \"honeymoony\": \"honiimuunu\",\n    \"honeymooning\": \"honiimuunu\",\n    \"honeymoonlight\": \"honiimuunu ìhè\",\n    \"honeymoons\": \"honiimuunu\",\n    \"honeymoonshine\": \"mmanụ a honeyụ na ọnwa\",\n    \"honeymoonstruck\": \"mmanụ a honeyụ moonstruck\",\n    \"honeymouthed\": \"na-ebu mmanụ a honeyụ\",\n    \"honeypod\": \"mmanụ a honeyụ\",\n    \"honeypot\": \"mmanụ a honeyụ\",\n    \"honeystucker\": \"honeysuckle\",\n    \"honeysuckled\": \"honeysuckles\",\n    \"honeyware\": \"mmanụ a honeyụ\",\n    \"honeywood\": \"mmanụ a honeyụ\",\n    \"honeywort\": \"mmanụ a honeyụ\",\n    \"honers\": \"eziokwu\",\n    \"hones\": \"eziokwu\",\n    \"honest\": \"eziokwu\",\n    \"honestest\": \"n'eziokwu\",\n    \"honestete\": \"n'eziokwu\",\n    \"honesty\": \"eziokwu\",\n    \"honestly\": \"n'eziokwu\",\n    \"honestness\": \"eziokwu\",\n    \"honestone\": \"n'eziokwu\",\n    \"hongkong\": \"Hong Kong\",\n    \"hongs\": \"nkụ\",\n    \"honily\": \"n'eziokwu\",\n    \"honing\": \"ịchụ àjà\",\n    \"honiton\": \"ugwu\",\n    \"honked\": \"honk\",\n    \"honkey\": \"kwue\",\n    \"honkeys\": \"ịnyịnya ibu\",\n    \"honky\": \"kwue\",\n    \"honkies\": \"honki\",\n    \"honking\": \"na-akụ\",\n    \"honkytonks\": \"ndiegwu\",\n    \"honor\": \"nsọpụrụ\",\n    \"honora\": \"asọpụrụ\",\n    \"honorability\": \"nsọpụrụ\",\n    \"honorable\": \"kwesịrị nsọpụrụ\",\n    \"honorableness\": \"nsọpụrụ\",\n    \"honorables\": \"asọpụrụ\",\n    \"honorableship\": \"nsọpụrụ\",\n    \"honorably\": \"n'ụzọ dị ùgwù\",\n    \"honorance\": \"nsọpụrụ\",\n    \"honorand\": \"asọpụrụ\",\n    \"honorands\": \"asọpụrụ\",\n    \"honorararia\": \"honrararia\",\n    \"honorary\": \"asọpụrụ\",\n    \"honoraria\": \"nsọpụrụria\",\n    \"honoraries\": \"asọpụrụ\",\n    \"honorarily\": \"n'ụzọ dị ùgwù\",\n    \"honorarium\": \"asọpụrụ\",\n    \"honorariums\": \"asọpụrụ\",\n    \"honored\": \"okpono\",\n    \"honoree\": \"sọpụrụ\",\n    \"honorees\": \"na-asọpụrụ\",\n    \"honorer\": \"okpono\",\n    \"honorers\": \"ndị nsọpụrụ\",\n    \"honorific\": \"kwesịrị nsọpụrụ\",\n    \"honorifical\": \"na-asọpụrụ\",\n    \"honorifically\": \"nkwanye ugwu\",\n    \"honorifics\": \"nsọpụrụ\",\n    \"honoring\": \"na-asọpụrụ\",\n    \"honorless\": \"enweghị nsọpụrụ\",\n    \"honorous\": \"kwesịrị nsọpụrụ\",\n    \"honors\": \"ukpono\",\n    \"honorsman\": \"ukpono\",\n    \"honorworthy\": \"kwesịrị nsọpụrụ\",\n    \"honour\": \"nsọpụrụ\",\n    \"honourable\": \"kwesịrị nsọpụrụ\",\n    \"honourableness\": \"nsọpụrụ\",\n    \"honourably\": \"n'ụzọ dị ùgwù\",\n    \"honoured\": \"okpono\",\n    \"honourer\": \"na-asọpụrụ\",\n    \"honourers\": \"ndị na-asọpụrụ\",\n    \"honouring\": \"na-asọpụrụ\",\n    \"honourless\": \"enweghị nsọpụrụ\",\n    \"honours\": \"ukpono\",\n    \"hont\": \"ntzọ\",\n    \"hooch\": \"nkpu\",\n    \"hooches\": \"nkototo\",\n    \"hood\": \"mkpuchi\",\n    \"hooded\": \"kpuchiri ihe n'ihu\",\n    \"hoodedness\": \"ihe mkpuchi\",\n    \"hoody\": \"odynye\",\n    \"hoodies\": \"okpu\",\n    \"hooding\": \"mkpuchi\",\n    \"hoodle\": \"hundu\",\n    \"hoodlike\": \"ihe mkpuchi\",\n    \"hoodman\": \"Onyedikachi\",\n    \"hoodmen\": \"ndi hoodmen\",\n    \"hoodmold\": \"Hoodmold\",\n    \"hoods\": \"okpu\",\n    \"hoodshyness\": \"odtọ\",\n    \"hoodwink\": \"Onyekwere\",\n    \"hoodwinker\": \"Onyedi Nwachukwu\",\n    \"hoodwinks\": \"Ihe nkiri\",\n    \"hoof\": \"ikitiukwu\",\n    \"hoofbeat\": \"ofra\",\n    \"hoofbeats\": \"kootu\",\n    \"hoofed\": \"kootu\",\n    \"hoofers\": \"kootu\",\n    \"hoofless\": \"enweghị isi\",\n    \"hoofs\": \"ikpaukwu\",\n    \"hook\": \"nko\",\n    \"hookas\": \"nko\",\n    \"hookcheck\": \"nkochi\",\n    \"hooked\": \"risịrị\",\n    \"hookedness\": \"nkokọkọ\",\n    \"hookeys\": \"inyinye\",\n    \"hookers\": \"ndị na-agba ịnyịnya\",\n    \"hookheal\": \"nkochi\",\n    \"hooky\": \"Nko\",\n    \"hookies\": \"Mkpọchi\",\n    \"hooking\": \"ịụ mmanya\",\n    \"hookish\": \"nko\",\n    \"hookland\": \"nko\",\n    \"hookless\": \"nko\",\n    \"hooklet\": \"nko\",\n    \"hooklets\": \"nko\",\n    \"hooklike\": \"nko\",\n    \"hookmaker\": \"nko\",\n    \"hookmaking\": \"na-eme nko\",\n    \"hookman\": \"nko\",\n    \"hooknose\": \"nko\",\n    \"hooknoses\": \"nkochi\",\n    \"hooks\": \"nko\",\n    \"hookshop\": \"nko\",\n    \"hooksmith\": \"Ogu nko\",\n    \"hookswinging\": \"ịkwa nko\",\n    \"hooktip\": \"nko\",\n    \"hookum\": \"nko\",\n    \"hookup\": \"jikọọ\",\n    \"hookups\": \"nko\",\n    \"hookwise\": \"nko\",\n    \"hookworm\": \"nkochi\",\n    \"hookwormer\": \"nko\",\n    \"hookwormy\": \"nkochi\",\n    \"hookworms\": \"nkochi\",\n    \"hooly\": \"okpomoku\",\n    \"hooliganish\": \"iheanacho\",\n    \"hooperman\": \"okpete\",\n    \"hoople\": \"Ndi mmadu\",\n    \"hoopless\": \"Onyema\",\n    \"hooplike\": \"dị ka hoop\",\n    \"hoopman\": \"Onyedikachi\",\n    \"hoops\": \"okpu\",\n    \"hoopskirt\": \"okpu mkpuchi\",\n    \"hoorayed\": \"okpu\",\n    \"hooraying\": \"hooray\",\n    \"hoose\": \"ala\",\n    \"hoosgows\": \"n'okpuru\",\n    \"hoosh\": \"n'okpuru\",\n    \"hoot\": \"okpu\",\n    \"hootenannies\": \"Onyekachi\",\n    \"hootingly\": \"na-achọgharị\",\n    \"hoove\": \"okpu\",\n    \"hooved\": \"okpu\",\n    \"hooverism\": \"nkwanye ugwu\",\n    \"hooves\": \"kootu\",\n    \"hop\": \"iwuli elu\",\n    \"hopak\": \"iwakpa\",\n    \"hopcalite\": \"ihe ike\",\n    \"hopcrease\": \"nwekwuo\",\n    \"hope\": \"olile anya\",\n    \"hoped\": \"nwere olile anya\",\n    \"hopeful\": \"olile anya\",\n    \"hopefully\": \"olile anya\",\n    \"hopefulness\": \"olileanya\",\n    \"hopefuls\": \"na-atụ anya\",\n    \"hopeite\": \"olileanya\",\n    \"hopeless\": \"enweghị olileanya\",\n    \"hopelessly\": \"n'enweghị olileanya\",\n    \"hopelessness\": \"enweghị olileanya\",\n    \"hopes\": \"olileanya\",\n    \"hoping\": \"na-enwe olileanya\",\n    \"hopingly\": \"n'olileanya\",\n    \"hopkinsian\": \"Onyedi hopkinsian\",\n    \"hopkinsonian\": \"Onyekachukwu\",\n    \"hoplitic\": \"ihe ike\",\n    \"hoplology\": \"hololoji\",\n    \"hoplonemertean\": \"onyeanyi\",\n    \"hoppestere\": \"nwekwuru\",\n    \"hoppy\": \"obi uto\",\n    \"hopping\": \"na-amasi\",\n    \"hoppity\": \"obi uto\",\n    \"hoppytoad\": \"Obianuju\",\n    \"hoppled\": \"hopple\",\n    \"hoppo\": \"hopo\",\n    \"hopthumb\": \"iwuli\",\n    \"hoptree\": \"nwe ugwu\",\n    \"horah\": \"Hora\",\n    \"horahs\": \"Hora\",\n    \"horary\": \"asọpụrụ\",\n    \"horatiye\": \"horatio\",\n    \"horation\": \"horatio\",\n    \"horatory\": \"igwe ume\",\n    \"horded\": \"nwere\",\n    \"hordeins\": \"mpi\",\n    \"hordes\": \"ìgwè\",\n    \"hording\": \"na-agbanye\",\n    \"hore\": \"mbụ\",\n    \"horehoond\": \"horehound\",\n    \"horehounds\": \"horehound\",\n    \"hory\": \"dị nsọ\",\n    \"horizon\": \"mmiri\",\n    \"horizonal\": \"kehoraizin\",\n    \"horizonless\": \"kwụ ọtọ\",\n    \"horizons\": \"okirikiri\",\n    \"horizontal\": \"kehoraizin\",\n    \"horizontalism\": \"kwụ\",\n    \"horizontality\": \"ihu igwe\",\n    \"horizontalization\": \"ihu igwe\",\n    \"horizontalize\": \"gboo\",\n    \"horizontalness\": \"kwụ ọtọ\",\n    \"horizontic\": \"kwụ\",\n    \"horizontical\": \"gboo\",\n    \"horizontically\": \"kwụ ọtọ\",\n    \"horizonward\": \"ihu\",\n    \"horme\": \"opi\",\n    \"hormetic\": \"okpu\",\n    \"hormone\": \"homonụ\",\n    \"hormonelike\": \"mmiri ọgwụ\",\n    \"hormones\": \"homonụ\",\n    \"hormonic\": \"adabako\",\n    \"hormonize\": \"kwekọọ\",\n    \"hormonology\": \"ihe omumu\",\n    \"hormonopoiesis\": \"hormono poiesis\",\n    \"horn\": \"opi\",\n    \"hornbeams\": \"mpi\",\n    \"hornbill\": \"mpi\",\n    \"hornbills\": \"mpi\",\n    \"hornblendic\": \"mpi\",\n    \"hornbook\": \"mpi\",\n    \"hornbooks\": \"akwukwo\",\n    \"horned\": \"nwere mpi\",\n    \"hornedness\": \"mpi\",\n    \"horner\": \"horn\",\n    \"hornero\": \"opi\",\n    \"hornet\": \"opi\",\n    \"hornety\": \"opi\",\n    \"hornets\": \"opi\",\n    \"hornfels\": \"mpi\",\n    \"hornfish\": \"mpi azu\",\n    \"hornful\": \"mpi\",\n    \"horngeld\": \"mpi\",\n    \"horny\": \"agụụ mmekọ\",\n    \"horniest\": \"kasị\",\n    \"hornify\": \"mezie\",\n    \"hornification\": \"mpi\",\n    \"hornyhead\": \"agụụ mmekọ\",\n    \"hornily\": \"mpi\",\n    \"horniness\": \"mpi\",\n    \"hornist\": \"mpi\",\n    \"hornitos\": \"mpi\",\n    \"hornkeck\": \"mpi\",\n    \"hornless\": \"enweghị horn\",\n    \"hornlessness\": \"enweghi ike\",\n    \"hornlet\": \"mpi\",\n    \"hornlike\": \"mpi\",\n    \"hornpipe\": \"mpi\",\n    \"hornpipes\": \"mpi mpi\",\n    \"hornplant\": \"mpi\",\n    \"hornpout\": \"mpi\",\n    \"hornpouts\": \"mpi\",\n    \"horns\": \"mpi\",\n    \"hornslate\": \"mpi\",\n    \"hornstay\": \"mpi\",\n    \"hornstone\": \"nkume mpi\",\n    \"hornswaggle\": \"Ugochukwu\",\n    \"hornswoggle\": \"hornwoggle\",\n    \"hornswoggled\": \"mpi anya\",\n    \"horntip\": \"mpi\",\n    \"hornwork\": \"mpi\",\n    \"hornworm\": \"mpi\",\n    \"hornworms\": \"mpi\",\n    \"hornwort\": \"mpi\",\n    \"hornworts\": \"mpi\",\n    \"hornwrack\": \"mpi\",\n    \"horographer\": \"onye nhazi\",\n    \"horography\": \"ihe omumu ihe\",\n    \"horological\": \"ọzụzụ\",\n    \"horologiography\": \"ihe omuma\",\n    \"horologist\": \"onye nkuzi\",\n    \"horologists\": \"ihe omumu banyere horo\",\n    \"horologue\": \"horologo\",\n    \"horometer\": \"horometa\",\n    \"horoscopal\": \"horoscope\",\n    \"horoscoper\": \"horoscope\",\n    \"horoscopy\": \"horoscope\",\n    \"horoscopic\": \"horoscope\",\n    \"horoscopical\": \"horoscopic\",\n    \"horotely\": \"horo horo\",\n    \"horral\": \"mpi\",\n    \"horrendous\": \"egwu\",\n    \"horrendously\": \"oke egwu\",\n    \"horrent\": \"ihe di omimi\",\n    \"horrescent\": \"Ugboro\",\n    \"horreum\": \"egwu\",\n    \"horribility\": \"nsogbu\",\n    \"horrible\": \"jọgburu\",\n    \"horribleness\": \"egwu\",\n    \"horribles\": \"nsogbu\",\n    \"horribly\": \"n'ụzọ dị egwu\",\n    \"horrify\": \"maa jijiji\",\n    \"horrific\": \"jọgburu\",\n    \"horrifically\": \"n'ụzọ jọgburu onwe ya\",\n    \"horrification\": \"mmegbu\",\n    \"horrified\": \"kụrụ ụjọ\",\n    \"horrifiedly\": \"n'ụzọ ụjọ\",\n    \"horrifies\": \"egwu\",\n    \"horrifying\": \"egwu\",\n    \"horrifyingly\": \"n'ụzọ na-atụ ụjọ\",\n    \"horripilating\": \"na-ebu\",\n    \"horripilation\": \"mbido\",\n    \"horrisonant\": \"horrisant\",\n    \"horror\": \"egwu\",\n    \"horrorful\": \"egwu\",\n    \"horrorish\": \"egwu\",\n    \"horrorist\": \"egwu\",\n    \"horrormonger\": \"egwu\",\n    \"horrormongering\": \"egwu\",\n    \"horrorous\": \"egwu\",\n    \"horrors\": \"egwu\",\n    \"horrorsome\": \"ihe jọgburu onwe ya\",\n    \"horse\": \"ịnyịnya\",\n    \"horseback\": \"ịnyịnya\",\n    \"horsebacker\": \"onye na-agba ịnyịnya\",\n    \"horsebane\": \"ịnyịnya\",\n    \"horsebean\": \"ịnyịnya\",\n    \"horseboy\": \"ịnyịnya\",\n    \"horsebox\": \"igbe ịnyịnya\",\n    \"horsebreaker\": \"onye na-agba ịnyịnya\",\n    \"horsebush\": \"ebe a na-agba ịnyịnya\",\n    \"horsecar\": \"ịnyịnya\",\n    \"horsecars\": \"ịnyịnya\",\n    \"horsecart\": \"ụgbọ ịnyịnya\",\n    \"horsecloth\": \"ịnyịnya\",\n    \"horsecloths\": \"ịnyịnya\",\n    \"horsed\": \"ịnyịnya\",\n    \"horsedrawing\": \"ịbịaru ịnyịnya\",\n    \"horseess\": \"ịnyịnya\",\n    \"horsefair\": \"ịnyịnya\",\n    \"horsefeathers\": \"ndị na-agba ịnyịnya\",\n    \"horsefettler\": \"ịnyịnya\",\n    \"horsefight\": \"ịnyịnya\",\n    \"horsefish\": \"ịnyịnya\",\n    \"horsefishes\": \"ịnyịnya\",\n    \"horseflesh\": \"anụ mmiri\",\n    \"horsefly\": \"ịnyịnya\",\n    \"horseflies\": \"ịnyịnya\",\n    \"horsefoot\": \"ụkwụ ụkwụ\",\n    \"horsehair\": \"ịnyịnya agha\",\n    \"horsehaired\": \"ịnyịnya agha\",\n    \"horsehead\": \"ịnyịnya\",\n    \"horseheads\": \"okpokoro isi\",\n    \"horseheal\": \"ịnyịnya\",\n    \"horseheel\": \"inyinya\",\n    \"horseherd\": \"ịnyịnya\",\n    \"horsehide\": \"ịgba ịnyịnya\",\n    \"horsehides\": \"ihe ịgba ịnyịnya\",\n    \"horsehood\": \"ịnyịnya\",\n    \"horsehoof\": \"inyinya\",\n    \"horsey\": \"ịnyịnya\",\n    \"horseier\": \"onye inyinya\",\n    \"horseiest\": \"inyinya\",\n    \"horsejockey\": \"ịnyịnya ịnyịnya\",\n    \"horsekeeper\": \"onye na-elekọta ịnyịnya\",\n    \"horsekeeping\": \"ịnyịnya\",\n    \"horselaugh\": \"ịnyịnya\",\n    \"horselaugher\": \"onye na-agba ịnyịnya\",\n    \"horselaughs\": \"ịnyịnya\",\n    \"horselaughter\": \"ịgba ịnyịnya\",\n    \"horseleach\": \"ịnyịnya\",\n    \"horseleech\": \"ịnyịnya\",\n    \"horseless\": \"enweghị ịnyịnya\",\n    \"horselike\": \"ịnyịnya\",\n    \"horseload\": \"ịnyịnya\",\n    \"horselock\": \"ịnyịnya\",\n    \"horseman\": \"onye inyinya\",\n    \"horsemanship\": \"inyinya\",\n    \"horsemastership\": \"inyinya inyinya\",\n    \"horsemen\": \"ndị na-agba ịnyịnya\",\n    \"horsemint\": \"inyinya\",\n    \"horsemonger\": \"ịnyịnya ibu\",\n    \"horsenail\": \"ịnyịnya\",\n    \"horsepipe\": \"inyinya inyinya\",\n    \"horseplayer\": \"onye na-agba inyinya\",\n    \"horseplayers\": \"ndị na-agba ịnyịnya\",\n    \"horseplayful\": \"ịnyịnya na-egwuri egwu\",\n    \"horsepond\": \"inyinya\",\n    \"horsepower\": \"ịnyịnya ike\",\n    \"horsepowers\": \"inyinya inyinya\",\n    \"horsepox\": \"igbe ịnyịnya\",\n    \"horser\": \"ịnyịnya\",\n    \"horseradish\": \"ịnyịnya\",\n    \"horseradishes\": \"ịnyịnya\",\n    \"horses\": \"ịnyịnya\",\n    \"horseshoe\": \"akpukponu inyinya\",\n    \"horseshoed\": \"ịnyịnya\",\n    \"horseshoeing\": \"inyinya inyinya\",\n    \"horseshoer\": \"akpukponu inyinya\",\n    \"horseshoers\": \"ịnyịnya\",\n    \"horseshoes\": \"akpukponu inyinya\",\n    \"horseshoing\": \"ịgba ịnyịnya\",\n    \"horsetails\": \"ịnyịnya\",\n    \"horsetongue\": \"ịnyịnya\",\n    \"horsetown\": \"ịnyịnya\",\n    \"horsetree\": \"ịnyịnya\",\n    \"horseway\": \"inyinya\",\n    \"horseweed\": \"ịnyịnya\",\n    \"horsewhip\": \"ịnyịnya\",\n    \"horsewhipped\": \"ịnyịnya\",\n    \"horsewhipper\": \"onye na-agba ịnyịnya\",\n    \"horsewhipping\": \"ịgba ịnyịnya\",\n    \"horsewhips\": \"ịnyịnya\",\n    \"horsewoman\": \"ụmụ nwanyị ịnyịnya\",\n    \"horsewomanship\": \"ịnyịnya ịnyịnya\",\n    \"horsewomen\": \"ụmụ nwanyị ịnyịnya\",\n    \"horsewood\": \"ịnyịnya\",\n    \"horsfordite\": \"inyinya\",\n    \"horsy\": \"inyinya\",\n    \"horsiest\": \"ịnyịnya\",\n    \"horsify\": \"ịnyịnya\",\n    \"horsyism\": \"ịnyịnya\",\n    \"horsily\": \"ịnyịnya\",\n    \"horsiness\": \"ịnyịnya\",\n    \"horsing\": \"ịnyịnya\",\n    \"horste\": \"ịnyịnya\",\n    \"horsts\": \"ịnyịnya\",\n    \"hortation\": \"ụgbụ\",\n    \"hortatively\": \"iji kọọ ihe\",\n    \"hortator\": \"onye na-elekọta ugbo\",\n    \"hortatory\": \"na-akọ nri\",\n    \"hortatorily\": \"akpa\",\n    \"hortyard\": \"ubi\",\n    \"horticulturally\": \"akpa nri\",\n    \"horticulture\": \"ịkọ ugbo\",\n    \"horticulturists\": \"ndị na-akụ mkpụrụ osisi\",\n    \"hortonolite\": \"horọnolite\",\n    \"hosannaing\": \"hosanna\",\n    \"hose\": \"sooks\",\n    \"hosea\": \"Hosea\",\n    \"hoseless\": \"enweghi hose\",\n    \"hosels\": \"ụmụ anụmanụ\",\n    \"hosiers\": \"hosiery\",\n    \"hosing\": \"ụlọ\",\n    \"hosp\": \"ụlọ ọgwụ\",\n    \"hospice\": \"ile ọbịa\",\n    \"hospices\": \"ndị nlekọta\",\n    \"hospita\": \"ụlọ ọgwụ\",\n    \"hospitable\": \"ile ọbịa\",\n    \"hospitableness\": \"ile ọbịa\",\n    \"hospitably\": \"ile ọbịa\",\n    \"hospitage\": \"nnabata\",\n    \"hospital\": \"ụlọ ọgwụ\",\n    \"hospitalary\": \"ụlọ ọgwụ\",\n    \"hospitaler\": \"ụlọ ọgwụ\",\n    \"hospitalism\": \"onye ogwu\",\n    \"hospitality\": \"ile ọbịa\",\n    \"hospitalities\": \"ile ọbịa\",\n    \"hospitalization\": \"ịga ụlọ ọgwụ\",\n    \"hospitalizations\": \"ụlọ ọgwụ\",\n    \"hospitalize\": \"ụlọ ọgwụ\",\n    \"hospitalized\": \"ụlọ ọgwụ\",\n    \"hospitalizes\": \"ụlọ ọgwụ\",\n    \"hospitalizing\": \"ịga ụlọ ọgwụ\",\n    \"hospitaller\": \"onye obia\",\n    \"hospitalman\": \"onye obia\",\n    \"hospitalmen\": \"ndị ọbịa\",\n    \"hospitals\": \"ụlọ ọgwụ\",\n    \"hospitant\": \"ile ọbịa\",\n    \"hospitate\": \"ile ọbịa\",\n    \"hospitation\": \"ile ọbịa\",\n    \"hospitator\": \"onye ọbịa\",\n    \"hospitia\": \"ụlọ ọgwụ\",\n    \"hospitious\": \"ile ọbịa\",\n    \"hospitium\": \"ụlọ ọgwụ\",\n    \"hospitize\": \"gaa ụlọ ọgwụ\",\n    \"hospodariat\": \"ụlọ ọgwụ\",\n    \"hospodariate\": \"iseda\",\n    \"host\": \"onye nnabata\",\n    \"hostage\": \"njigide\",\n    \"hostaged\": \"jikọtara\",\n    \"hostager\": \"onye nnabata\",\n    \"hostages\": \"njigide\",\n    \"hostageship\": \"njigide\",\n    \"hostaging\": \"na-ebugharị\",\n    \"hostal\": \"usọrọ\",\n    \"hosted\": \"kwadoro\",\n    \"hostel\": \"ụlọ mbikọ\",\n    \"hosteled\": \"ụlọ mbikọ\",\n    \"hosteler\": \"onye nnabata\",\n    \"hostelers\": \"ndị ọbịa\",\n    \"hosteling\": \"nnabata\",\n    \"hosteller\": \"onye nnabata\",\n    \"hostelling\": \"nnabata\",\n    \"hostelry\": \"ụlọ mbikọ\",\n    \"hostelries\": \"ụlọ mbikọ\",\n    \"hostels\": \"gọọmenti rụrụ\",\n    \"hostess\": \"onye nnabata\",\n    \"hostessed\": \"nnabata\",\n    \"hostesses\": \"ndị nnabata\",\n    \"hostessing\": \"nnabata\",\n    \"hostie\": \"ulo nnabata\",\n    \"hostile\": \"keiro\",\n    \"hostiley\": \"ibu iro\",\n    \"hostilely\": \"ke iro\",\n    \"hostileness\": \"agha\",\n    \"hostiles\": \"ndị ọbịa\",\n    \"hostility\": \"ibu iro\",\n    \"hostilities\": \"agha\",\n    \"hostilize\": \"nabata\",\n    \"hosting\": \"nnabata\",\n    \"hostle\": \"keiro\",\n    \"hostler\": \"onye nnabata\",\n    \"hostlers\": \"ndị nnabata\",\n    \"hostlership\": \"nnabata\",\n    \"hostlerwife\": \"onye nnabata\",\n    \"hostless\": \"enweghi ike\",\n    \"hostly\": \"kpọrọ nkụ\",\n    \"hostry\": \"nnabata\",\n    \"hosts\": \"ụsụụ ndị agha\",\n    \"hostship\": \"nnabata\",\n    \"hot\": \"na-ekpo ọkụ\",\n    \"hotbed\": \"ekpo ọkụ\",\n    \"hotbeds\": \"ọkụ ọkụ\",\n    \"hotblood\": \"ọbara dị ọkụ\",\n    \"hotblooded\": \"ekpo ọbara ọbara\",\n    \"hotbloods\": \"okpokoro\",\n    \"hotboxes\": \"igbe ọkụ\",\n    \"hotbrained\": \"na-ekpo ọkụ ụbụrụ\",\n    \"hotched\": \"hotch\",\n    \"hotching\": \"gbaa\",\n    \"hotchpotchly\": \"hotchpotch\",\n    \"hotchpots\": \"hotchpotch\",\n    \"hotel\": \"nkwari akụ\",\n    \"hotelhood\": \"nkwari akụ\",\n    \"hoteliers\": \"ndị nkwari akụ\",\n    \"hotelization\": \"ntinye oru\",\n    \"hotelize\": \"họtelu\",\n    \"hotelkeeper\": \"onye na-elekọta ụlọ na họtel\",\n    \"hotelless\": \"enweghi ezumike\",\n    \"hotelmen\": \"ndị nwe họtel\",\n    \"hotels\": \"họtelu\",\n    \"hotelward\": \"nkwari akụ\",\n    \"hotfooted\": \"ekpo ọkụ\",\n    \"hotfoots\": \"akpụkpọ ụkwụ\",\n    \"hotheaded\": \"isi ọkụ\",\n    \"hotheadedness\": \"isi ọkụ\",\n    \"hotheads\": \"ọkụ ọkụ\",\n    \"hothearted\": \"nwee obi\",\n    \"hotheartedly\": \"ekpo\",\n    \"hotheartedness\": \"obi di ọku\",\n    \"hothouses\": \"ụlọ okpomoku\",\n    \"hotly\": \"ekpo ọkụ\",\n    \"hotline\": \"ekwentị\",\n    \"hotmouthed\": \"ekpo ọkụ\",\n    \"hotness\": \"ọkụ\",\n    \"hotnesses\": \"ọkụ\",\n    \"hotpot\": \"ikpo ọkụ\",\n    \"hotpress\": \"ọkụ pịa\",\n    \"hotpressed\": \"tinye\",\n    \"hotpresses\": \"mmiri ọkụ\",\n    \"hotpressing\": \"na-ekpo ọkụ\",\n    \"hotrod\": \"mkpanaka dị ọkụ\",\n    \"hotrods\": \"osisi na-ekpo ọkụ\",\n    \"hots\": \"ọkụ\",\n    \"hotsprings\": \"ọkụ\",\n    \"hotspur\": \"Onyekachi\",\n    \"hotspurred\": \"hotspurred kwuru\",\n    \"hotspurs\": \"htspurs\",\n    \"hotted\": \"ekpo ọkụ\",\n    \"hottentotish\": \"hottentots\",\n    \"hottentotism\": \"hottentots\",\n    \"hottery\": \"hotter\",\n    \"hottest\": \"kacha ekpo ọkụ ugbu\",\n    \"hotting\": \"na-ekpo ọkụ\",\n    \"hougher\": \"nwekwuo ike\",\n    \"houghmagandy\": \"Onyekachukwu\",\n    \"hounder\": \"kwatuo\",\n    \"houndfishes\": \"houndfish\",\n    \"hounding\": \"ịma mma\",\n    \"houndlike\": \"dị ka hound\",\n    \"hounds\": \"hound\",\n    \"hour\": \"aka elekere\",\n    \"hourful\": \"na-awa\",\n    \"hourglasses\": \"ugogbe anya\",\n    \"houris\": \"awa\",\n    \"hourless\": \"enweghị awa\",\n    \"hourly\": \"oge obula\",\n    \"hourlong\": \"n'oge awa\",\n    \"hours\": \"awa\",\n    \"housal\": \"ụlọ\",\n    \"house\": \"ụlọ\",\n    \"houseball\": \"bọọlụ ụlọ\",\n    \"houseboat\": \"ụgbọ mmiri\",\n    \"houseboating\": \"ụlọ boating\",\n    \"houseboats\": \"ụgbọ mmiri ụlọ\",\n    \"houseboy\": \"nwa nwoke\",\n    \"houseboys\": \"nwa nwoke\",\n    \"housebote\": \"ụgbọ mmiri\",\n    \"housebound\": \"homebound\",\n    \"housebreak\": \"mbibi ụlọ\",\n    \"housebreaker\": \"onye na-emebi ụlọ\",\n    \"housebreakers\": \"ndị na-emebi iwu ụlọ\",\n    \"housebreaking\": \"ndozi ụlọ\",\n    \"housebroke\": \"ụlọ gbajiri\",\n    \"housebroken\": \"imebi ụlọ\",\n    \"housebrokenness\": \"nkụda mmụọ\",\n    \"housebug\": \"anụ ụlọ\",\n    \"housebuilder\": \"onye na-ewu ụlọ\",\n    \"housebuilding\": \"ụlọ ụlọ\",\n    \"housecarl\": \"ụlọ ụlọ\",\n    \"houseclean\": \"ụlọ dị ọcha\",\n    \"housecleaned\": \"ụlọ dị ọcha\",\n    \"housecleaner\": \"onye nwe ụlọ\",\n    \"housecleaning\": \"ime ka ụlọ dị ọcha\",\n    \"housecleans\": \"ụlọ dị ọcha\",\n    \"housecoat\": \"kootu\",\n    \"housecoats\": \"kootu\",\n    \"housecraft\": \"ụgbọelu\",\n    \"housed\": \"ụlọ\",\n    \"housedress\": \"ụlọ\",\n    \"housefast\": \"nri ụlọ\",\n    \"housefather\": \"nna ulo\",\n    \"housefly\": \"ulo\",\n    \"houseflies\": \"ijiji\",\n    \"housefront\": \"ụlọ ihu\",\n    \"houseful\": \"ụlọ\",\n    \"housefuls\": \"ụlọ\",\n    \"housefurnishings\": \"ụlọ ụlọ\",\n    \"houseguest\": \"onye nlekọta ụlọ\",\n    \"household\": \"ezinụlọ\",\n    \"householder\": \"onye nwe ulo\",\n    \"householders\": \"ndị nwe ụlọ\",\n    \"householdership\": \"ezi na ulo\",\n    \"householding\": \"ezinụlọ\",\n    \"householdry\": \"ulo\",\n    \"households\": \"ezinụlọ\",\n    \"househusband\": \"di ezinụlọ\",\n    \"househusbands\": \"ụlọ di\",\n    \"housekeep\": \"nlekọta ụlọ\",\n    \"housekeeper\": \"onye na-elekọta ụlọ\",\n    \"housekeeperly\": \"onye na-elekọta ụlọ\",\n    \"housekeeperlike\": \"onye na-elekọta ụlọ\",\n    \"housekeepers\": \"ndị na-elekọta ụlọ\",\n    \"housekeeping\": \"idebe ulo\",\n    \"housekept\": \"ụlọ ụlọ\",\n    \"housekkept\": \"ulo-ile\",\n    \"housel\": \"ụlọ\",\n    \"houseled\": \"ụlọ\",\n    \"houseleek\": \"ụlọleek\",\n    \"houseless\": \"enweghị ụlọ\",\n    \"houselessness\": \"enweghị ebe obibi\",\n    \"houselet\": \"ihe nlere\",\n    \"houselights\": \"ụlọ\",\n    \"houseling\": \"ụlọ\",\n    \"houselled\": \"uslọ\",\n    \"houselling\": \"ụlọ\",\n    \"housels\": \"ụlọ\",\n    \"housemaid\": \"odibo odibo\",\n    \"housemaidenly\": \"dị n'ụlọ\",\n    \"housemaidy\": \"onye na-elekọta ụlọ\",\n    \"housemaiding\": \"onye na-elekọta ụlọ\",\n    \"housemaids\": \"ndi-orù-ulo\",\n    \"houseman\": \"onye ulo\",\n    \"housemaster\": \"onye obibi ụlọ\",\n    \"housemate\": \"onye ụlọ\",\n    \"housemating\": \"ụlọ\",\n    \"housemen\": \"ndị ụlọ\",\n    \"houseminder\": \"onye ụlọ\",\n    \"housemistress\": \"nwunye nwanyi\",\n    \"housemother\": \"onye ozo\",\n    \"housemothers\": \"nne na nna\",\n    \"houseowner\": \"onye nwe ulo\",\n    \"housepaint\": \"ụlọ agba\",\n    \"houseparent\": \"nne ma ọ bụ nna\",\n    \"housephone\": \"ekwentị ụlọ\",\n    \"houseplant\": \"osisi osisi\",\n    \"houser\": \"ulo\",\n    \"houseroom\": \"ụlọ ụlọ\",\n    \"housers\": \"ụlọ\",\n    \"houses\": \"ụlọ\",\n    \"housesat\": \"ụlọ na\",\n    \"housesit\": \"ụlọ\",\n    \"housesits\": \"ụlọ anọdụ\",\n    \"housesitting\": \"ụlọ\",\n    \"housesmith\": \"onye na-eme ulo\",\n    \"housetops\": \"ụlọ\",\n    \"houseward\": \"ulo\",\n    \"housewares\": \"ime ụlọ\",\n    \"housewarm\": \"ụlọ\",\n    \"housewarmer\": \"onye nwe ụlọ\",\n    \"housewarming\": \"ọrụ ụlọ\",\n    \"housewarmings\": \"ime ụlọ\",\n    \"housewear\": \"uwe ụlọ\",\n    \"housewife\": \"nwunye\",\n    \"housewifely\": \"nwunye\",\n    \"housewifeliness\": \"nwunye di\",\n    \"housewifery\": \"ọrụ ụlọ\",\n    \"housewifeship\": \"nwunyeufufu\",\n    \"housewifish\": \"nwunye nwanyị\",\n    \"housewive\": \"nwunye\",\n    \"housewives\": \"ndị nwunye ụlọ\",\n    \"housework\": \"ọrụ ụlọ\",\n    \"houseworker\": \"onye oru ulo\",\n    \"houseworkers\": \"ọrụ ụlọ\",\n    \"housewrecker\": \"homewrecker\",\n    \"housewright\": \"onye isi ulo\",\n    \"housing\": \"ụlọ\",\n    \"housings\": \"ụlọ\",\n    \"housling\": \"ụlọ\",\n    \"houss\": \"ụlọ\",\n    \"housty\": \"houston\",\n    \"hout\": \"iko\",\n    \"houting\": \"na-atụgharị uche\",\n    \"hovedance\": \"okpokoro\",\n    \"hoveler\": \"osikapa\",\n    \"hovelled\": \"hovel\",\n    \"hovelling\": \"Na-achọgharị\",\n    \"hovels\": \"hovel\",\n    \"hovered\": \"zụrụ elu\",\n    \"hoverer\": \"Onyekachi Oma\",\n    \"hoverers\": \"ndị nwe ụlọ\",\n    \"hovering\": \"na-efegharị\",\n    \"hoveringly\": \"hoverings\",\n    \"how\": \"Kedu\",\n    \"howadji\": \"akàra\",\n    \"howard\": \"Howard\",\n    \"howardite\": \"Howardite\",\n    \"howbeit\": \"n'agbanyeghị\",\n    \"howder\": \"okwo\",\n    \"howdy\": \"Kedu ka esi eme\",\n    \"howel\": \"ikpa ala\",\n    \"however\": \"Otú ọ dị\",\n    \"howffs\": \"Okwa\",\n    \"howfing\": \"mkpu\",\n    \"howfs\": \"asw\",\n    \"howgates\": \"mkpu\",\n    \"howitz\": \"onyekwere\",\n    \"howitzer\": \"onyekwere\",\n    \"howitzers\": \"ndigbo\",\n    \"howk\": \"okpokoro\",\n    \"howked\": \"Olee otú ed\",\n    \"howker\": \"onyechi\",\n    \"howking\": \"na-agba egbe\",\n    \"howkit\": \"okpoko\",\n    \"howks\": \"na-eti mkpu\",\n    \"howl\": \"tie mkpu\",\n    \"howled\": \"kwara ákwá\",\n    \"howler\": \"Onye Ozi Ugwu\",\n    \"howlers\": \"ndị na-agagharị agagharị\",\n    \"howlet\": \"Onye Ozi Ugwu\",\n    \"howlets\": \"ekpenta\",\n    \"howling\": \"mkpu\",\n    \"howlingly\": \"mkpu\",\n    \"howlite\": \"mkpuite\",\n    \"howls\": \"mkpu\",\n    \"howso\": \"Kedu otu ọ bụ\",\n    \"howsoever\": \"otu osila dị\",\n    \"hq\": \"okuk\",\n    \"hr\": \"Obiano\",\n    \"hrdwre\": \"ngwaike\",\n    \"hrothgar\": \"Nwachukwu\",\n    \"hrs\": \"aka elekere\",\n    \"hrzn\": \"Ugochukwu\",\n    \"hs\": \"Onwuka\",\n    \"hsi\": \"Hsi\",\n    \"hsien\": \"okpokoro\",\n    \"hsuan\": \"Hsuan\",\n    \"htel\": \"Ugboro\",\n    \"hub\": \"ehiwe\",\n    \"hubbed\": \"ikwudosike\",\n    \"hubbing\": \"ịzụ ahịa\",\n    \"hubble\": \"hubblen\",\n    \"hubbubs\": \"umuaka\",\n    \"hubmaking\": \"ikpochapu\",\n    \"huchen\": \"mkpọchi\",\n    \"huck\": \"ikpu\",\n    \"hucklebacked\": \"chidiebere\",\n    \"hucksterer\": \"ọkwụrụ\",\n    \"hucksteress\": \"Nkechi\",\n    \"huckstress\": \"ihechi\",\n    \"hudderon\": \"Nwachukwu\",\n    \"huddledom\": \"Anwansi\",\n    \"huddlement\": \"mkpọchi\",\n    \"huddler\": \"Onye ngagharị\",\n    \"huddlers\": \"ndi huddle\",\n    \"huddling\": \"na-akọda\",\n    \"huddlingly\": \"izu ike\",\n    \"huddroun\": \"ndukwe\",\n    \"hudibras\": \"Hudibras\",\n    \"hudsonia\": \"Hudsonia\",\n    \"hudsonian\": \"Hudsonian\",\n    \"huehuetl\": \"Huehuetl\",\n    \"hueless\": \"enweghị atụ\",\n    \"huelessness\": \"enweghị atụ\",\n    \"huffier\": \"onye ndu\",\n    \"hug\": \"mmakụ\",\n    \"huge\": \"buru ibu\",\n    \"hugeness\": \"mmakọ\",\n    \"hugenesses\": \"hugeness\",\n    \"hugeous\": \"nnukwu\",\n    \"hugeously\": \"nke ukwuu\",\n    \"hugeousness\": \"Ukwuu\",\n    \"huger\": \"mmakọ\",\n    \"hugest\": \"mmakọ\",\n    \"huggable\": \"amakụ\",\n    \"hugged\": \"afam\",\n    \"hugger\": \"mmakọ\",\n    \"huggery\": \"mmako\",\n    \"huggermugger\": \"mmmmmmmmmmmmm\",\n    \"huggermuggery\": \"mmịba\",\n    \"huggers\": \"ndị na-anụ ọkụ\",\n    \"huggin\": \"mmakọ\",\n    \"hugging\": \"amakụ\",\n    \"huggingly\": \"na-makụ\",\n    \"huggle\": \"makụọ\",\n    \"hugh\": \"Na Na Na\",\n    \"hughes\": \"na-amakụ\",\n    \"hugy\": \"jidesie ike\",\n    \"hugo\": \"hụnụ\",\n    \"hugoesque\": \"Udochi\",\n    \"hugs\": \"amakụọ\",\n    \"huguenot\": \"Huguenot\",\n    \"huguenotic\": \"Huguenotic\",\n    \"huguenots\": \"ndi huguenot\",\n    \"huiscoyol\": \"chukwunyere\",\n    \"hulas\": \"okpu\",\n    \"hulch\": \"mkpoko\",\n    \"hulchy\": \"mkpoko\",\n    \"huly\": \"eziokwu\",\n    \"hulkage\": \"mkpokọta\",\n    \"hulked\": \"tinye\",\n    \"hulkily\": \"mkpoko\",\n    \"hulkiness\": \"imekọt\",\n    \"hulking\": \"imekọ ihe\",\n    \"hulkingly\": \"na-emegharị\",\n    \"hulkingness\": \"imekọ ihe\",\n    \"hulks\": \"mkpokọta\",\n    \"hull\": \"ahu ihe\",\n    \"hulled\": \"gbasara\",\n    \"hulling\": \"Na-akụda\",\n    \"hulloaing\": \"imeka\",\n    \"hulloed\": \"imeka\",\n    \"hulloes\": \"mkpokọta\",\n    \"hulloing\": \"imekọ\",\n    \"hullooed\": \"nwechara\",\n    \"hullooing\": \"nwechara\",\n    \"hulls\": \"hull\",\n    \"huloist\": \"Onyekachi\",\n    \"hulster\": \"mkpokọta\",\n    \"hulver\": \"ihe mkpokoro\",\n    \"hulverhead\": \"nweghachị\",\n    \"hulverheaded\": \"mkpochapu\",\n    \"hum\": \"iru\",\n    \"human\": \"mmadu\",\n    \"humanate\": \"mmadu\",\n    \"humane\": \"obi mmadu\",\n    \"humanely\": \"dị ka mmadụ\",\n    \"humaneness\": \"mmadụ\",\n    \"humaner\": \"mmadụ\",\n    \"humanest\": \"mmadụ\",\n    \"humanhood\": \"mmadụ\",\n    \"humanics\": \"ụmụ mmadụ\",\n    \"humanify\": \"gosipụta mmadụ\",\n    \"humanification\": \"mmadu\",\n    \"humaniform\": \"ihe ndi mmadu\",\n    \"humaniformian\": \"mmadụiformian\",\n    \"humanisation\": \"igosi mmadu\",\n    \"humanise\": \"mmadu\",\n    \"humanised\": \"gosi\",\n    \"humaniser\": \"mmadụ\",\n    \"humanises\": \"ụmụ mmadụ\",\n    \"humanish\": \"nke mmadu\",\n    \"humanising\": \"na-emegharị ahụ\",\n    \"humanism\": \"ndi mmadu\",\n    \"humanisms\": \"ụmụ mmadụ\",\n    \"humanist\": \"mmadu\",\n    \"humanistic\": \"mmadụ\",\n    \"humanistical\": \"ndi mmadu\",\n    \"humanistically\": \"mmadu\",\n    \"humanists\": \"ndi mmadu\",\n    \"humanitary\": \"mmadụ\",\n    \"humanitarian\": \"akwalite ọdịmma mmadụ\",\n    \"humanitarianism\": \"ọdịmma mmadụ\",\n    \"humanitarianist\": \"ọdịmma mmadụ\",\n    \"humanitarianize\": \"ọdịmma mmadụ\",\n    \"humanitarians\": \"ndị mmadụ\",\n    \"humanity\": \"mmadu\",\n    \"humanitian\": \"akwalite ọdịmma mmadụ\",\n    \"humanities\": \"ndi mmadu\",\n    \"humanitymonger\": \"ndi mmadu\",\n    \"humanized\": \"dị umeala\",\n    \"humankind\": \"mmadu\",\n    \"humanly\": \"mmadu\",\n    \"humanlike\": \"dị ka mmadụ\",\n    \"humanness\": \"mmadụ\",\n    \"humanoid\": \"mmadụ\",\n    \"humanoids\": \"mmadụ\",\n    \"humans\": \"ụmụ mmadụ\",\n    \"humate\": \"mekwaa\",\n    \"humation\": \"ọchị\",\n    \"humbird\": \"anụ ọhịa\",\n    \"humble\": \"dị umeala n'obi\",\n    \"humblebee\": \"dị umeala\",\n    \"humbled\": \"wedara onwe ya ala\",\n    \"humblehearted\": \"dị umeala n’obi\",\n    \"humblemouthed\": \"dị umeala\",\n    \"humbleness\": \"ịdị umeala n'obi\",\n    \"humbler\": \"dị umeala\",\n    \"humblers\": \"ndị dị umeala\",\n    \"humbles\": \"dị umeala\",\n    \"humblesse\": \"dị umeala\",\n    \"humblesso\": \"dị umeala\",\n    \"humblest\": \"dị umeala n'obi\",\n    \"humbly\": \"jiri obi umeala\",\n    \"humblie\": \"dị umeala\",\n    \"humbling\": \"na-wedara ala\",\n    \"humblingly\": \"na-amụmụ ọnụ ọchị\",\n    \"humbo\": \"jumbo\",\n    \"humboldtilite\": \"nweghari\",\n    \"humboldtine\": \"nweghachi\",\n    \"humboldtite\": \"nweghari\",\n    \"humbug\": \"mpako\",\n    \"humbugability\": \"ikike humbug\",\n    \"humbugged\": \"wedata\",\n    \"humbugger\": \"ịdị umeala n'obi\",\n    \"humbuggery\": \"obi umeala\",\n    \"humbuggers\": \"ndi nleda\",\n    \"humbugging\": \"ịdị umeala n'obi\",\n    \"humbuggism\": \"ịdị umeala n'obi\",\n    \"humdrumminess\": \"ịdị umeala n'obi\",\n    \"humdrummishness\": \"ịdị umeala n'obi\",\n    \"humdrumness\": \"ịdị umeala n'obi\",\n    \"hume\": \"hum\",\n    \"humean\": \"mmadu\",\n    \"humect\": \"dị umeala\",\n    \"humectant\": \"dị umeala\",\n    \"humectate\": \"mee ka odidi\",\n    \"humectation\": \"igosipụta\",\n    \"humective\": \"dị umeala\",\n    \"humeral\": \"obi ojoo\",\n    \"humerocubital\": \"dị ka ihere\",\n    \"humerodigital\": \"ọmarịcha\",\n    \"humetty\": \"humet\",\n    \"humicubation\": \"ịtọ ọchị\",\n    \"humid\": \"iru mmiri\",\n    \"humidate\": \"iru mmiri\",\n    \"humidfied\": \"iru mmiri\",\n    \"humidfies\": \"iru mmiri\",\n    \"humidification\": \"iru mmiri\",\n    \"humidified\": \"iru mmiri\",\n    \"humidifies\": \"humidifier\",\n    \"humidifying\": \"na-ekpo ume\",\n    \"humidistat\": \"Ubochi iwu\",\n    \"humidity\": \"iru mmiri\",\n    \"humidities\": \"iru mmiri\",\n    \"humidityproof\": \"iru mmiri akaebe\",\n    \"humidly\": \"iru mmiri\",\n    \"humidness\": \"iru mmiri\",\n    \"humidor\": \"ịkpa ọchị\",\n    \"humidors\": \"humidor\",\n    \"humify\": \"wedata\",\n    \"humific\": \"dị umeala\",\n    \"humification\": \"ịdị umeala\",\n    \"humified\": \"dị umeala\",\n    \"humilation\": \"ume mmiri\",\n    \"humiliant\": \"ihere\",\n    \"humiliate\": \"wedaa ala\",\n    \"humiliated\": \"ihere\",\n    \"humiliates\": \"na-emechu ihu\",\n    \"humiliating\": \"ihere\",\n    \"humiliatingly\": \"na-eme ihere\",\n    \"humiliation\": \"mmechuihu\",\n    \"humiliations\": \"mmechuihu\",\n    \"humiliative\": \"ihere\",\n    \"humiliator\": \"ihere\",\n    \"humiliatory\": \"ihere\",\n    \"humilific\": \"dị umeala\",\n    \"humility\": \"ịdị umeala n'obi\",\n    \"humilities\": \"ịdị ala\",\n    \"humilitude\": \"ịdị umeala\",\n    \"humiriaceous\": \"ihe ọchị\",\n    \"humit\": \"iru mmiri\",\n    \"humiture\": \"ịdị umeala\",\n    \"humlie\": \"dị umeala\",\n    \"hummeler\": \"onye hummeler\",\n    \"hummers\": \"ndị na-egwu mmiri\",\n    \"humming\": \"na-egwu egwu\",\n    \"hummingbird\": \"anụ ube\",\n    \"hummingbirds\": \"nnụnụ hummingbird\",\n    \"hummingly\": \"na-egosi\",\n    \"hummocky\": \"obi ojoo\",\n    \"humor\": \"ọchị\",\n    \"humoral\": \"kemmeochi\",\n    \"humoralism\": \"ihu ọchị\",\n    \"humoralist\": \"onye na-eme ihe ọchị\",\n    \"humored\": \"ihere\",\n    \"humorers\": \"ndị ọchị\",\n    \"humoresque\": \"ọchị\",\n    \"humorful\": \"kemmeochi\",\n    \"humorific\": \"kemmeochi\",\n    \"humoring\": \"na-eme ihe ọchị\",\n    \"humorism\": \"ịkpa ọchị\",\n    \"humorist\": \"ihe ọchị\",\n    \"humoristic\": \"ịkpa ọchị\",\n    \"humoristical\": \"ịtọ ọchị\",\n    \"humorists\": \"ndị ọchị\",\n    \"humorize\": \"ime ka ochi\",\n    \"humorlessness\": \"enweghị ọchị\",\n    \"humorology\": \"ọchị\",\n    \"humorous\": \"kemmeochi\",\n    \"humorously\": \"na-atọ ọchị\",\n    \"humorousness\": \"ihe ọchị\",\n    \"humorproof\": \"na-atọ ọchị\",\n    \"humors\": \"ọchị\",\n    \"humorsome\": \"dị umeala\",\n    \"humorsomely\": \"n'ụzọ ọchị\",\n    \"humorsomeness\": \"ihere\",\n    \"humour\": \"ọchị\",\n    \"humoural\": \"kemmeochi\",\n    \"humoured\": \"ọchị\",\n    \"humourful\": \"na-atọ ọchị\",\n    \"humouring\": \"na-egwu egwu\",\n    \"humourist\": \"ihe ọchị\",\n    \"humourize\": \"ime ka humourize\",\n    \"humourless\": \"humorless\",\n    \"humoursome\": \"dị umeala\",\n    \"humous\": \"dị umeala\",\n    \"hump\": \"iru mmiri\",\n    \"humph\": \"mkpali\",\n    \"humphed\": \"wedata\",\n    \"humphing\": \"na-asọba\",\n    \"humphrey\": \"kelechi\",\n    \"humpies\": \"humpị\",\n    \"humpiest\": \"dị umeala n'obi\",\n    \"humpiness\": \"ịdị umeala n'obi\",\n    \"humping\": \"na-asọ oyi\",\n    \"humpless\": \"dị umeala\",\n    \"humpty\": \"efu\",\n    \"hunanese\": \"Hunanese\",\n    \"hundred\": \"narị\",\n    \"hundredal\": \"narị\",\n    \"hundredary\": \"narị ise\",\n    \"hundreder\": \"narị\",\n    \"hundredfold\": \"okpukpu\",\n    \"hundredman\": \"narị mmadụ\",\n    \"hundredpenny\": \"mmmmmmmmmmmm\",\n    \"hundreds\": \"narị otu narị\",\n    \"hundredth\": \"nke ise\",\n    \"hundredths\": \"otu narị\",\n    \"hundredweight\": \"otu narị\",\n    \"hundredweights\": \"narị ise\",\n    \"hundredwork\": \"narị ise\",\n    \"hung\": \"kwuba\",\n    \"hungary\": \"agụụ\",\n    \"hungarian\": \"agụụ hungarian\",\n    \"hungarians\": \"ndị agụụ agụụ\",\n    \"hungaric\": \"agụụ hungarian\",\n    \"hungarite\": \"agụụ hungarian\",\n    \"hunger\": \"agụụ\",\n    \"hungered\": \"agụụ na-agụ\",\n    \"hungerer\": \"agụụ na-agụ\",\n    \"hungering\": \"agụụ na-agụ\",\n    \"hungeringly\": \"agụụ na-agụ\",\n    \"hungerless\": \"enweghị agụụ\",\n    \"hungerly\": \"agụụ\",\n    \"hungerproof\": \"agụụ na-agụ\",\n    \"hungerroot\": \"agụụ agụụ\",\n    \"hungers\": \"Agụụ\",\n    \"hungerweed\": \"igbo igbo\",\n    \"hungry\": \"agụụ na-agụ\",\n    \"hungrier\": \"agụụ na-agụ\",\n    \"hungriest\": \"Ike gụwara m\",\n    \"hungrify\": \"gụwa\",\n    \"hungrily\": \"ikekwe\",\n    \"hungriness\": \"agụụ\",\n    \"hunh\": \"kwuba\",\n    \"hunkering\": \"zụọ ahịa\",\n    \"hunkerousness\": \"ịdị nkọ\",\n    \"hunkies\": \"Hunkies\",\n    \"hunt\": \"ichu nta\",\n    \"huntable\": \"na-achụ nta\",\n    \"hunted\": \"chuo\",\n    \"huntedly\": \"achoro\",\n    \"hunter\": \"dinta\",\n    \"hunterian\": \"onyechita\",\n    \"hunterlike\": \"onye dinta\",\n    \"hunters\": \"dinta\",\n    \"huntilite\": \"ilchụ nta\",\n    \"hunting\": \"ịchụ nta\",\n    \"huntings\": \"ịchụ nta\",\n    \"huntress\": \"Dinta\",\n    \"huntresses\": \"ndi dinta\",\n    \"hunts\": \"untschụ nta\",\n    \"huntsman\": \"Onyedi\",\n    \"huntsmanship\": \"untsgbọ mmiri huntsman\",\n    \"huntsmen\": \"Onyedi\",\n    \"huntswoman\": \"Nwankwo Nwankwo\",\n    \"hurcheon\": \"ife oku\",\n    \"hurden\": \"kwara\",\n    \"hurdies\": \"ifufe\",\n    \"hurdis\": \"Ugba\",\n    \"hurdle\": \"ihe mgbochi\",\n    \"hurdled\": \"Na-atụ egwu\",\n    \"hurdleman\": \"onye nzuzu\",\n    \"hurdler\": \"Onye na-eme ihe nkiri\",\n    \"hurdlers\": \"ndị na-egbochi\",\n    \"hurdles\": \"nsogbu\",\n    \"hurdlewise\": \"ndagwurugwu\",\n    \"hurdling\": \"na-agba ọsọ\",\n    \"hurds\": \"na-ewute\",\n    \"hure\": \"huu\",\n    \"hurf\": \"Mmetụta\",\n    \"hurkle\": \"gbaa ọsọ\",\n    \"hurl\": \"tufue\",\n    \"hurlbarrow\": \"ngba\",\n    \"hurlbat\": \"ifeoma\",\n    \"hurled\": \"tụọ\",\n    \"hurleyhacket\": \"ngwa ngwa\",\n    \"hurleyhouse\": \"ụlọ hurley\",\n    \"hurleys\": \"Okechukwu\",\n    \"hurlement\": \"ifufe\",\n    \"hurler\": \"Onye na-eme ihe\",\n    \"hurlers\": \"ndị na-agba ọsọ\",\n    \"hurly\": \"hurley\",\n    \"hurlies\": \"na-efe\",\n    \"hurling\": \"na-agba ọsọ\",\n    \"hurlings\": \"Na-agba ọsọ\",\n    \"hurlock\": \"ihe mgbochi\",\n    \"hurlpit\": \"tufuo olulu\",\n    \"hurls\": \"na-ada\",\n    \"hurlwind\": \"fee ifufe\",\n    \"huronian\": \"Huronian\",\n    \"hurr\": \"Hurr\",\n    \"hurrah\": \"tufuo\",\n    \"hurrahed\": \"tufuo\",\n    \"hurrahing\": \"na-eme ọsọ ọsọ\",\n    \"hurray\": \"tufuo\",\n    \"hurrayed\": \"tufuo\",\n    \"hurraying\": \"banye na\",\n    \"hurrays\": \"Okpoko\",\n    \"hurrer\": \"Ntughari\",\n    \"hurry\": \"mee ọsọ ọsọ\",\n    \"hurrian\": \"Okporo\",\n    \"hurricane\": \"ajọ ifufe\",\n    \"hurricanes\": \"ajọ ifufe\",\n    \"hurricano\": \"ajọ ifufe\",\n    \"hurridly\": \"ngwa ngwa\",\n    \"hurried\": \"mere ọsọ ọsọ\",\n    \"hurriedly\": \"ngwa ngwa\",\n    \"hurriedness\": \"ngwa ngwa\",\n    \"hurrier\": \"na-enye nsogbu\",\n    \"hurriers\": \"ndị na-egbochi ya\",\n    \"hurries\": \"na-agba ọsọ\",\n    \"hurrygraph\": \"mee ngwa ngwa\",\n    \"hurrying\": \"na-eme ọsọ ọsọ\",\n    \"hurryingly\": \"ngwa ngwa\",\n    \"hurryproof\": \"ngwa ngwa\",\n    \"hurrisome\": \"ọsọ ọsọ\",\n    \"hurrock\": \"ọgba aghara\",\n    \"hurroosh\": \"okechukwu\",\n    \"hursinghar\": \"mmmmmmmmmmmmm\",\n    \"hurt\": \"merụrụ ahụ\",\n    \"hurtable\": \"na-emerụ ahụ\",\n    \"hurted\": \"na-afụ ụfụ\",\n    \"hurter\": \"mejọọ\",\n    \"hurters\": \"ndị na-emebi ihe\",\n    \"hurtful\": \"na-emerụ ahụ\",\n    \"hurtfully\": \"na-emerụ ahụ\",\n    \"hurtfulness\": \"mmekpa ahụ\",\n    \"hurty\": \"ngwangwa\",\n    \"hurting\": \"na-emejọ\",\n    \"hurtingest\": \"mejọọ\",\n    \"hurtle\": \"igwu\",\n    \"hurtleberry\": \"ifịk\",\n    \"hurtleberries\": \"ifufe\",\n    \"hurtled\": \"na-egbu mmụọ\",\n    \"hurtles\": \"Ajọ\",\n    \"hurtless\": \"enweghị mmerụ ahụ\",\n    \"hurtlessly\": \"enweghị mmerụ ahụ\",\n    \"hurtlessness\": \"enweghị mmerụ ahụ\",\n    \"hurtling\": \"na-afụ ụfụ\",\n    \"hurtlingly\": \"na-egbu egbu\",\n    \"hurts\": \"na-afụ ụfụ\",\n    \"hurtsome\": \"na-ewute m\",\n    \"husband\": \"di\",\n    \"husbandable\": \"di\",\n    \"husbandage\": \"di\",\n    \"husbanded\": \"di\",\n    \"husbander\": \"nwoke\",\n    \"husbandfield\": \"ebe di\",\n    \"husbandhood\": \"di\",\n    \"husbanding\": \"di\",\n    \"husbandland\": \"ala nna\",\n    \"husbandless\": \"enweghị di\",\n    \"husbandly\": \"di\",\n    \"husbandlike\": \"dika di\",\n    \"husbandliness\": \"di\",\n    \"husbandman\": \"nwoke di\",\n    \"husbandmen\": \"ndị ọrụ di\",\n    \"husbandress\": \"di\",\n    \"husbandry\": \"di\",\n    \"husbands\": \"di\",\n    \"husbandship\": \"di\",\n    \"huscarl\": \"Onyedika\",\n    \"huse\": \"hu\",\n    \"hush\": \"na-akpachi\",\n    \"hushable\": \"ikwuputa\",\n    \"hushcloth\": \"Uwe mkpuchi\",\n    \"hushed\": \"gbachi\",\n    \"hushedly\": \"ikwuru\",\n    \"hushful\": \"Na-amachi\",\n    \"hushfully\": \"n'ike n'ike\",\n    \"hushingly\": \"n'ezigbo\",\n    \"hushion\": \"ahịhịa\",\n    \"hushllsost\": \"Chidinma\",\n    \"hushpuppy\": \"Onyebuchi\",\n    \"hushpuppies\": \"ndiegwu\",\n    \"husht\": \"Onyekwere\",\n    \"husk\": \"okwo\",\n    \"huskened\": \"husker\",\n    \"huskershredder\": \"husker akpị\",\n    \"huskies\": \"Akpukpo\",\n    \"huskiest\": \"Akpukpo\",\n    \"huskings\": \"ichikota\",\n    \"husks\": \"ọkpọ\",\n    \"huspel\": \"ahịrị\",\n    \"huspil\": \"igurube\",\n    \"hussars\": \"hussa\",\n    \"hussydom\": \"amaka\",\n    \"hussies\": \"hussị\",\n    \"hust\": \"okuko\",\n    \"husting\": \"na-akọwagharị\",\n    \"hustings\": \"husting\",\n    \"hustle\": \"Oké mgbagharị\",\n    \"hustled\": \"maa jijiji\",\n    \"hustlement\": \"Oké mgbagharị\",\n    \"hustlers\": \"ndị hustlers\",\n    \"hustles\": \"Okporo\",\n    \"hustling\": \"na-ama jijiji\",\n    \"huswife\": \"nwunye\",\n    \"huswives\": \"ndị nwunye ụlọ\",\n    \"hut\": \"obi\",\n    \"hutched\": \"hutches\",\n    \"hutcher\": \"osikapa\",\n    \"hutchet\": \"hutches\",\n    \"hutching\": \"Ohere\",\n    \"hutchinsonian\": \"mmmmmmmmmmmmm\",\n    \"huterian\": \"onye huterian\",\n    \"huthold\": \"ụlọ\",\n    \"hutholder\": \"onye nkwado\",\n    \"hutkeeper\": \"onye na-elekọta ụlọ\",\n    \"hutment\": \"mkpọchi\",\n    \"hutments\": \"ulo\",\n    \"hutsulian\": \"Onyeka\",\n    \"hutted\": \"hut\",\n    \"hutting\": \"Ohere\",\n    \"huttonian\": \"onye huttonian\",\n    \"huttonianism\": \"Huttonianism\",\n    \"huttoning\": \"hutton\",\n    \"huttonweed\": \"Ogidi\",\n    \"hutzpah\": \"Otutu\",\n    \"hutzpas\": \"mmmmmmmmmmmm\",\n    \"huzzaed\": \"huzaed\",\n    \"hv\": \"Nk\",\n    \"hvy\": \"Ikekwe\",\n    \"hwyl\": \"Nwachukwu\",\n    \"i\": \"m\",\n    \"yabbered\": \"amala\",\n    \"yabbering\": \"anya mmiri\",\n    \"yabbers\": \"ụdọ\",\n    \"yabbi\": \"ebechi\",\n    \"yabby\": \"ihechi\",\n    \"yacal\": \"yakal\",\n    \"iacchos\": \"ihicha\",\n    \"yacht\": \"ụgbọ mmiri\",\n    \"yachtdom\": \"yacht dom\",\n    \"yachted\": \"yachting\",\n    \"yachter\": \"ụgbọ mmiri\",\n    \"yachtsmanlike\": \"Ekekwe Amaka\",\n    \"yachtswoman\": \"nwankwochinyere\",\n    \"yacked\": \"mara ya\",\n    \"yacking\": \"egwu\",\n    \"yacks\": \"ndaba\",\n    \"yad\": \"ya\",\n    \"yaffed\": \"kechie\",\n    \"yaffing\": \"egwu\",\n    \"yaffler\": \"ama jijiji\",\n    \"yaffs\": \"uwe\",\n    \"yagger\": \"ịgba\",\n    \"yagnob\": \"mmachi\",\n    \"iago\": \"igago\",\n    \"yahrzeits\": \"Onyinyechi\",\n    \"yahweh\": \"yaweh\",\n    \"yahwistic\": \"ikekwe\",\n    \"yaird\": \"ụgbọ mmiri\",\n    \"yairds\": \"yair\",\n    \"yakin\": \"mkpọsa\",\n    \"yakkers\": \"ndiigbo\",\n    \"yakking\": \"ndiegwu\",\n    \"yaks\": \"ụgbọ mmiri\",\n    \"yakshi\": \"Onwuchekwa\",\n    \"yald\": \"ikechukwu\",\n    \"yalensian\": \"ikechi\",\n    \"yali\": \"jiri\",\n    \"yam\": \"ji\",\n    \"iamatology\": \"ihe omimi\",\n    \"iambically\": \"n'ụzọ doro anya\",\n    \"iambist\": \"onye na-ebu agha\",\n    \"iambographer\": \"onye na-ede akwụkwọ\",\n    \"iambs\": \"iberibe\",\n    \"iambuses\": \"ụlọ ọrụ\",\n    \"yamel\": \"jiel\",\n    \"yamen\": \"mmmmmmmmmmmm\",\n    \"yamp\": \"yampa\",\n    \"yampee\": \"yamper\",\n    \"yamph\": \"yampa\",\n    \"yams\": \"ji\",\n    \"yamshik\": \"nwachukwu\",\n    \"yamulka\": \"yarmulke\",\n    \"yamulkas\": \"yarmulke\",\n    \"yamun\": \"yamuna\",\n    \"yander\": \"yandere\",\n    \"yanggona\": \"yang\",\n    \"yangtze\": \"Onwuka\",\n    \"yank\": \"ịkpa\",\n    \"yanked\": \"ịkpa\",\n    \"yanker\": \"ịkwanyere\",\n    \"yanking\": \"ịkwanye\",\n    \"yanks\": \"nkedo\",\n    \"iapyges\": \"afụma\",\n    \"iapygian\": \"onyeukwu\",\n    \"yapman\": \"ugbala\",\n    \"yapness\": \"ugba\",\n    \"yapons\": \"jaketị\",\n    \"yapped\": \"gbapuru\",\n    \"yapper\": \"okpokoro\",\n    \"yappers\": \"ndị na-anya mmiri\",\n    \"yappiness\": \"obi uto\",\n    \"yapping\": \"njegharị\",\n    \"yappingly\": \"nnochi\",\n    \"yappish\": \"nkuru\",\n    \"yaps\": \"anya\",\n    \"yapster\": \"jaketị\",\n    \"yard\": \"yad\",\n    \"yardages\": \"ogige dị iche iche\",\n    \"yardang\": \"yadang\",\n    \"yardbird\": \"mbadamba\",\n    \"yardbirds\": \"nnụnụ yard\",\n    \"yarded\": \"agbanyeghị ya\",\n    \"yardful\": \"yad\",\n    \"yardgrass\": \"tebụl\",\n    \"yarding\": \"Na-agbanye\",\n    \"yardkeep\": \"nchekwa ụlọ\",\n    \"yardland\": \"ala nke ogige\",\n    \"yardlands\": \"mbara ala\",\n    \"yardman\": \"onye na-anochi anya\",\n    \"yardmaster\": \"onyeisi ụlọ ọrụ\",\n    \"yardmasters\": \"ndị na-elekọta ụlọ\",\n    \"yardmen\": \"ndị na-elekọta ụlọ\",\n    \"yards\": \"yaad\",\n    \"yardsman\": \"Obeke\",\n    \"yardstick\": \"yaadị\",\n    \"yardsticks\": \"yaadị\",\n    \"yardwand\": \"yared\",\n    \"yardwands\": \"okpokoro\",\n    \"yardwork\": \"ihe dị mkpa\",\n    \"yardworks\": \"ihe dị mkpa\",\n    \"yarer\": \"Ebere\",\n    \"yarl\": \"yal\",\n    \"yarned\": \"agbanye\",\n    \"yarner\": \"Yader\",\n    \"yarners\": \"Yarn\",\n    \"yarning\": \"Uwe\",\n    \"yarns\": \"yarn\",\n    \"yarovization\": \"akwa akwa\",\n    \"yarovized\": \"Ebere\",\n    \"iarovizing\": \"na-ekwu okwu\",\n    \"yarovizing\": \"Ogba\",\n    \"yarpha\": \"yarpa\",\n    \"yarramen\": \"yarram\",\n    \"yarry\": \"yarị\",\n    \"yarrows\": \"yards\",\n    \"yarth\": \"yat\",\n    \"yarthen\": \"Uchechukwu\",\n    \"yarwhelp\": \"Akpakpọ\",\n    \"yas\": \"ji\",\n    \"yasmak\": \"mlọ\",\n    \"yasmaks\": \"onyinyechi\",\n    \"iatraliptic\": \"chiedozie\",\n    \"iatraliptics\": \"ihe omimi\",\n    \"iatric\": \"isi mmiri\",\n    \"iatrical\": \"amụrụ ihe\",\n    \"iatrochemic\": \"mmmmmmmmmmmmm\",\n    \"iatrochemical\": \"mmiri ọgwụ\",\n    \"iatrochemically\": \"echekwa\",\n    \"iatrochemist\": \"onyeisiala\",\n    \"iatrochemistry\": \"ihe omimi\",\n    \"iatrogenic\": \"ikuku\",\n    \"iatrogenically\": \"otu ụzọ\",\n    \"iatrogenicity\": \"nkwanye ugwu\",\n    \"iatrology\": \"ihe omimi\",\n    \"iatrological\": \"ihe omimi\",\n    \"iatromathematical\": \"usoro ọmụmụ\",\n    \"iatromathematician\": \"onye na-akpo ihe anya\",\n    \"iatromathematics\": \"mgbakọ na mwepụ\",\n    \"iatromechanical\": \"nnweta ihe\",\n    \"iatrophysical\": \"ihe omimi\",\n    \"iatrophysicist\": \"akaọrụa\",\n    \"iatrophysics\": \"ihe omimi\",\n    \"iatrotechnics\": \"ndiegwu\",\n    \"yatter\": \"kootu\",\n    \"yattered\": \"amala jijiji\",\n    \"yattering\": \"na-ada\",\n    \"yatters\": \"ihe ndozi\",\n    \"yatvyag\": \"nwachukwu\",\n    \"yauped\": \"kelechi\",\n    \"yauper\": \"ugba\",\n    \"yaupers\": \"ndiegwu\",\n    \"yawed\": \"gwuru\",\n    \"yawing\": \"ịdọ mmiri\",\n    \"yawled\": \"amaokwu\",\n    \"yawling\": \"lingmụ\",\n    \"yawls\": \"Uchechi\",\n    \"yawn\": \"uhere\",\n    \"yawned\": \"uhere\",\n    \"yawner\": \"uhere\",\n    \"yawners\": \"uhere\",\n    \"yawnful\": \"uhere\",\n    \"yawnfully\": \"uhere\",\n    \"yawny\": \"uhere\",\n    \"yawnily\": \"uhere\",\n    \"yawniness\": \"uhere\",\n    \"yawning\": \"uhere\",\n    \"yawningly\": \"uhere\",\n    \"yawnproof\": \"ihe mkpuchi\",\n    \"yawns\": \"uhere\",\n    \"yawnups\": \"uhere\",\n    \"yawped\": \"tinye\",\n    \"yaws\": \"lekwa\",\n    \"yawshrub\": \"ikechukwu\",\n    \"yazdegerdian\": \"mmmmmmmmmmmm\",\n    \"iberians\": \"iberia\",\n    \"iberic\": \"eme nzuzu\",\n    \"iberism\": \"iberi\",\n    \"ibycter\": \"achọrọ\",\n    \"yblent\": \"Onyekwere\",\n    \"icarian\": \"ichika\",\n    \"ice\": \"akpụrụ\",\n    \"iceberg\": \"aisbeg\",\n    \"icebergs\": \"Akpụrụ mmiri\",\n    \"iceblinks\": \"ihe ntaneti\",\n    \"iceboat\": \"ụgbọ mmiri\",\n    \"iceboater\": \"akpụrụ mmiri\",\n    \"iceboating\": \"na-agba mmiri\",\n    \"iceboats\": \"ụgbọ mmiri ice\",\n    \"icebone\": \"ọkpụkpụ mmiri\",\n    \"icebox\": \"igbe mkpuchi\",\n    \"icebreaker\": \"ihe mgbochi mmiri\",\n    \"icebreakers\": \"ndị na-eme mkpọtụ\",\n    \"icecraft\": \"akpụrụ mmiri\",\n    \"icefalls\": \"mmiri mmiri\",\n    \"icefish\": \"azụ azụ\",\n    \"icefishes\": \"icefish\",\n    \"icehouses\": \"ụlọ ice\",\n    \"icekhana\": \"Achokhana\",\n    \"icekhanas\": \"chiedozie\",\n    \"iceland\": \"Aisland\",\n    \"icelanders\": \"iceland\",\n    \"icelandian\": \"Onye Iceland\",\n    \"icelandic\": \"Icelandic\",\n    \"iceleaf\": \"Akpụrụpụrụ akpụ\",\n    \"iceless\": \"enweghị ice\",\n    \"icequake\": \"akpụrụ mmiri\",\n    \"iceroot\": \"kpụrụ dị\",\n    \"iceskate\": \"skate skate\",\n    \"iceskated\": \"ice skated\",\n    \"iceskating\": \"skeeti akpụrụ mmiri\",\n    \"icespar\": \"icesppaar\",\n    \"icework\": \"ọrụ ice\",\n    \"ichneumoned\": \"na-egbu egbu\",\n    \"ichneutic\": \"ihechi\",\n    \"ichnites\": \"agbako\",\n    \"ichnography\": \"ihe osise\",\n    \"ichnographically\": \"n'ile ihe anya\",\n    \"ichnology\": \"nkà mmụta sayensị\",\n    \"ichorous\": \"ichoro\",\n    \"ichors\": \"icho\",\n    \"ichthyician\": \"ichty dibia\",\n    \"ichthyism\": \"Okpukpe\",\n    \"ichthyisms\": \"Ngwurugwu\",\n    \"ichthyization\": \"echichi\",\n    \"ichthyized\": \"Chidinem\",\n    \"ichthyocol\": \"ichichyocol\",\n    \"ichthyodea\": \"ichchyodea\",\n    \"ichthyodian\": \"ichichyodian\",\n    \"ichthyographer\": \"onye na-ese ihe\",\n    \"ichthyography\": \"ihe omimi\",\n    \"ichthyographic\": \"nchịkọta\",\n    \"ichthyographies\": \"ihe omuma\",\n    \"ichthyoidal\": \"ichichyoidal\",\n    \"ichthyol\": \"ndubueze\",\n    \"ichthyolatry\": \"iwu\",\n    \"ichthyolatrous\": \".ke ihere\",\n    \"ichthyologic\": \"iwu\",\n    \"ichthyologically\": \"nkà mmụta sayensị\",\n    \"ichthyologist\": \"ọkà mmụta sayensị\",\n    \"ichthyologists\": \"ndị ọkà mmụta banyere ọrịa\",\n    \"ichthyophagan\": \"ichichyophagan\",\n    \"ichthyophagi\": \"ichichyophagi\",\n    \"ichthyophagian\": \"Uchechi Onyekwere\",\n    \"ichthyophagize\": \"ikorotok\",\n    \"ichthyopterygian\": \"chukwuemeka odumegwu\",\n    \"ichthyosaur\": \"ichchyosaur\",\n    \"ichthyosaurian\": \"echichukwuike\",\n    \"ichthyotic\": \"ndioko\",\n    \"icy\": \"kejuru oyi\",\n    \"icicled\": \"icicic\",\n    \"icier\": \"icirụ ọrụ\",\n    \"iciest\": \"kacha mma\",\n    \"icily\": \"ichi\",\n    \"iciness\": \"ichi\",\n    \"icinesses\": \"ichoro\",\n    \"icing\": \"ichi\",\n    \"icker\": \"osikapa\",\n    \"ickers\": \"ndị ickers\",\n    \"icky\": \"Ebele\",\n    \"ickle\": \"Ọrịa\",\n    \"yclad\": \"nweko\",\n    \"yclept\": \"okpokoro\",\n    \"icon\": \"akara ngosi\",\n    \"icones\": \"akara ngosi\",\n    \"iconian\": \"akara ngosi\",\n    \"iconic\": \"akara ngosi\",\n    \"iconical\": \"akara ngosi\",\n    \"iconically\": \"akara ngosi\",\n    \"iconicity\": \"akara ngosi\",\n    \"iconism\": \"akara ngosi\",\n    \"iconize\": \"ichoputa\",\n    \"iconoclast\": \"akara ngosi\",\n    \"iconoclasts\": \"akara ngosi\",\n    \"iconodule\": \"akara ngosi\",\n    \"iconoduly\": \"icho\",\n    \"iconodulic\": \"akara ngosi\",\n    \"iconograph\": \"ihe oyiyi\",\n    \"iconography\": \"ihe oyiyi\",\n    \"iconographic\": \"ihe oyiyi\",\n    \"iconographies\": \"akara ngosi\",\n    \"iconologist\": \"ọkà mmụta ihe oyiyi\",\n    \"iconomachal\": \"icomachal\",\n    \"iconomachist\": \"icomachist\",\n    \"iconomatic\": \"icomatic\",\n    \"iconomaticism\": \"ichomatism\",\n    \"iconometry\": \"akara ngosi\",\n    \"iconometric\": \"akara ngosi\",\n    \"iconometrical\": \"icometrical\",\n    \"iconometrically\": \"icometrically\",\n    \"iconophile\": \"icopoli\",\n    \"iconophily\": \"ichi\",\n    \"iconophilism\": \"ichiefhilism\",\n    \"iconoplast\": \"icopoplast\",\n    \"iconoscope\": \"icoscope\",\n    \"iconostases\": \"akara ngosi\",\n    \"iconostasion\": \"iconostado\",\n    \"iconotype\": \"akara ngosi\",\n    \"icons\": \"Akara ngosi\",\n    \"iconv\": \"akara ngosi\",\n    \"iconvert\": \"akara ngosi\",\n    \"icosaheddra\": \"icoshokdra\",\n    \"icosahedron\": \"icozọsahedron\",\n    \"icosahedrons\": \"oghoro ahihia\",\n    \"icositetrahedron\": \"okpokoro\",\n    \"icterics\": \"icterik\",\n    \"icterous\": \"ictele\",\n    \"icteruses\": \"icterus\",\n    \"ictic\": \"icti\",\n    \"ictonyx\": \"Mkpo\",\n    \"ictuate\": \"ictgụ\",\n    \"ictuses\": \".tọ\",\n    \"idant\": \"enweghị isi\",\n    \"idcue\": \"ozuzu\",\n    \"idea\": \"echiche\",\n    \"ideaed\": \"echiche\",\n    \"ideaistic\": \"echiche\",\n    \"ideal\": \"ezigbo\",\n    \"idealess\": \"enweghị echiche\",\n    \"idealise\": \"mma\",\n    \"idealised\": \"idealized\",\n    \"idealism\": \"enweghị atụ\",\n    \"idealist\": \"ezigbo\",\n    \"idealistic\": \"ezigbo mma\",\n    \"idealistical\": \"ezigbo\",\n    \"idealistically\": \"kwesịrị\",\n    \"idealists\": \"ndị ọkachamara\",\n    \"ideality\": \"okike\",\n    \"idealities\": \"ihe ndị dị mma\",\n    \"idealizes\": \"na-eme ka\",\n    \"idealless\": \"enweghị atụ\",\n    \"ideally\": \"kwesịrị\",\n    \"idealness\": \"mma\",\n    \"idealogy\": \"echiche\",\n    \"idealogical\": \"ideological\",\n    \"idealogies\": \"echiche\",\n    \"idealogue\": \"echiche echiche\",\n    \"ideas\": \"echiche\",\n    \"ideated\": \"dabara\",\n    \"ideational\": \"echiche\",\n    \"ideationally\": \"kwesịrị\",\n    \"ideations\": \"echiche\",\n    \"idence\": \"nzuzu\",\n    \"idenitifiers\": \"ndị na-ede aha ha\",\n    \"ident\": \"njirimara\",\n    \"identic\": \"yiri\",\n    \"identical\": \"yiri\",\n    \"identicalism\": \"ihe yiri ya\",\n    \"identically\": \"n'ụzọ ziri ezi\",\n    \"identicalness\": \"ihe yiri\",\n    \"identies\": \"njirimara\",\n    \"identifer\": \"njirimara\",\n    \"identifers\": \"njirimara\",\n    \"identify\": \"mata\",\n    \"identifiability\": \"njirimara\",\n    \"identifiable\": \"amata\",\n    \"identifiableness\": \"njirimara\",\n    \"identifiably\": \"amata\",\n    \"identific\": \"pụtara ìhè\",\n    \"identification\": \"njirimara\",\n    \"identificational\": \"njirimara\",\n    \"identifications\": \"njirimara\",\n    \"identified\": \"amata\",\n    \"identifier\": \"njirimara\",\n    \"identifiers\": \"njirimara\",\n    \"identifies\": \"na-egosipụta\",\n    \"identifying\": \"ịmata\",\n    \"identism\": \"njirimara\",\n    \"identity\": \"njirimara\",\n    \"identities\": \"njirimara\",\n    \"ideo\": \"echiche\",\n    \"ideogenical\": \"echiche\",\n    \"ideogenous\": \"onye nwere ọgụgụ isi\",\n    \"ideoglyph\": \"Ekechiegwu\",\n    \"ideogramic\": \"ede asusu\",\n    \"ideograms\": \"ideogram\",\n    \"ideograph\": \"akwukwo echiche\",\n    \"ideography\": \"echiche edemede\",\n    \"ideographical\": \"ederede echiche\",\n    \"ideographically\": \"n'echiche\",\n    \"ideographs\": \"edemede\",\n    \"ideolatry\": \"echiche echiche\",\n    \"ideolect\": \"echiche\",\n    \"ideology\": \"echiche\",\n    \"ideologic\": \"usoro echiche\",\n    \"ideologically\": \"n'echiche\",\n    \"ideologies\": \"echiche\",\n    \"ideologise\": \"idebe echiche\",\n    \"ideologised\": \"eche echiche\",\n    \"ideologising\": \"idebe echiche\",\n    \"ideologist\": \"ọkà mmụta sayensị\",\n    \"ideologize\": \"na-edebe echiche\",\n    \"ideologized\": \"ndi edeputara\",\n    \"ideologizing\": \"na-eche echiche\",\n    \"ideologue\": \"echiche edemede\",\n    \"ideoplasty\": \"ideplasty\",\n    \"idic\": \"abaghị uru\",\n    \"idyler\": \"onye idyler\",\n    \"idylist\": \"onye idylist\",\n    \"idylists\": \"ndị ọkachamara\",\n    \"idyllical\": \"adighi ederede\",\n    \"idiocy\": \"nzuzu\",\n    \"idiocyclophanous\": \"nzuzu\",\n    \"idiocies\": \"nzuzu\",\n    \"idiocrasy\": \"nzuzu\",\n    \"idiocratic\": \"nzuzu\",\n    \"idiocratically\": \"n'amaghi ama\",\n    \"idiogenous\": \"nzuzu\",\n    \"idiogram\": \"ideogram\",\n    \"idiograph\": \"akwukwo echiche\",\n    \"idiographical\": \"idiographic\",\n    \"idiolatry\": \"arụsị\",\n    \"idiolectal\": \"amaghị ihe\",\n    \"idiolects\": \"akpaalaokwu\",\n    \"idiom\": \"akpaala okwu\",\n    \"idiomatically\": \"n'amaghi ama\",\n    \"idiomorphic\": \"akpaalaokwu\",\n    \"idiomorphically\": \"n'ikwu okwu n'ikwu okwu\",\n    \"idiomorphous\": \"akpaala okwu\",\n    \"idioms\": \"akpaala okwu\",\n    \"idiomuscular\": \"akpaala okwu\",\n    \"idion\": \"nzuzu\",\n    \"idiorrhythmic\": \"amaka\",\n    \"idiosyncracy\": \"amaghị ihe ọ bụla\",\n    \"idiosyncratically\": \"n'amaghi ama\",\n    \"idiosome\": \"nzuzu\",\n    \"idiot\": \"onye iberibe\",\n    \"idiotcy\": \"nzuzu\",\n    \"idiotcies\": \"nzuzu\",\n    \"idiotic\": \"nzuzu\",\n    \"idiotical\": \"onye iberibe\",\n    \"idiotically\": \"n'amaghi ama\",\n    \"idioticalness\": \"nzuzu\",\n    \"idiotise\": \"nzuzu\",\n    \"idiotised\": \"onye nzuzu\",\n    \"idiotish\": \"onye iberibe\",\n    \"idiotising\": \"na-ekwu okwu nzuzu\",\n    \"idiotism\": \"nzuzu\",\n    \"idiotisms\": \"nzuzu\",\n    \"idiotry\": \"nzuzu\",\n    \"idiots\": \"ndị nzuzu\",\n    \"idist\": \"onye idist\",\n    \"iditol\": \"arụsị\",\n    \"idle\": \"abaghị uru\",\n    \"idleby\": \"na-abaghị uru\",\n    \"idled\": \"na-efu\",\n    \"idleful\": \"abaghị uru\",\n    \"idleheaded\": \"na-enweghị isi\",\n    \"idlehood\": \"abaghị uru\",\n    \"idleman\": \"na-abaghị uru\",\n    \"idlement\": \"uhere\",\n    \"idleness\": \"abaghị uru\",\n    \"idlenesses\": \"enweghị ọrụ\",\n    \"idler\": \"onye na-abaghị uru\",\n    \"idlers\": \"ndị nkịtị\",\n    \"idles\": \"abaghị uru\",\n    \"idleship\": \"ịnọ nkịtị\",\n    \"idlesse\": \"abaghị uru\",\n    \"idlesses\": \"enweghị isi\",\n    \"idlety\": \"abaghị uru\",\n    \"idly\": \"enweghị isi\",\n    \"idling\": \"na-eje ije\",\n    \"ido\": \"ikpere\",\n    \"idocrases\": \"arụsị\",\n    \"idoism\": \"ikpere arụsị\",\n    \"idoist\": \"ikpere arụsị\",\n    \"idoistic\": \"ikpere arụsị\",\n    \"idol\": \"arụsị\",\n    \"idola\": \"arụsị\",\n    \"idolaster\": \"ikpere arụsị\",\n    \"idolastre\": \"ikperere\",\n    \"idolater\": \"ikpere arụsị\",\n    \"idolaters\": \"ndị na-ekpere arụsị\",\n    \"idolatress\": \"ikpere arụsị\",\n    \"idolatry\": \"ikpere arụsị\",\n    \"idolatric\": \"ikpere arụsị\",\n    \"idolatrical\": \"ikpere arụsị\",\n    \"idolatries\": \"ikpere arụsị\",\n    \"idolatrise\": \"ikpere arụsị\",\n    \"idolatrised\": \"ikpere arụsị\",\n    \"idolatriser\": \"ikpere arụsị\",\n    \"idolatrising\": \"ikpere arụsị\",\n    \"idolatrize\": \"ikpere arụsị\",\n    \"idolatrized\": \"ikpere arụsị\",\n    \"idolatrizer\": \"ikpere arụsị\",\n    \"idolatrizing\": \"ikpere arụsị\",\n    \"idolatrous\": \"ikpere arụsị\",\n    \"idolatrously\": \"ikpere arụsị\",\n    \"idolatrousness\": \"ikpere arụsị\",\n    \"idolet\": \"ikpere arụsị\",\n    \"idolify\": \"idolis\",\n    \"idolisation\": \"ikpere arụsị\",\n    \"idolise\": \"ikpere arụsị\",\n    \"idolised\": \"arụsị\",\n    \"idolisers\": \"arụsị\",\n    \"idolises\": \"arụsị\",\n    \"idolish\": \"arụsị\",\n    \"idolising\": \"ikpere arụsị\",\n    \"idolism\": \"arụsị\",\n    \"idolisms\": \"arụsị\",\n    \"idolist\": \"arụsị\",\n    \"idolistic\": \"arụsị\",\n    \"idolization\": \"arụsị\",\n    \"idolize\": \"ikpere arụsị\",\n    \"idolized\": \"arụsị\",\n    \"idolizer\": \"arụsị\",\n    \"idolizers\": \"arụsị\",\n    \"idolizes\": \"arụsị\",\n    \"idolizing\": \"ikpere arụsị\",\n    \"idoloclast\": \"ikpuruegwu\",\n    \"idoloclastic\": \"ikpere arụsị\",\n    \"idolographical\": \"ikpere arụsị\",\n    \"idololater\": \"ikpere arụsị\",\n    \"idololatry\": \"ikpere arụsị\",\n    \"idololatrical\": \"ikpere arụsị\",\n    \"idolomancy\": \"ikpere arụsị\",\n    \"idolon\": \"arụsị\",\n    \"idolothyte\": \"ikpere arụsị\",\n    \"idolothytic\": \"ikpere arụsị\",\n    \"idolous\": \"arụsị\",\n    \"idols\": \"arụsị\",\n    \"idolum\": \"arụsị\",\n    \"idoneity\": \"enweghị uche\",\n    \"idoneous\": \"enweghị isi\",\n    \"idoneousness\": \"nzuzu\",\n    \"ids\": \"id\",\n    \"ie\": \"ntụgharị\",\n    \"ye\": \"gị\",\n    \"yea\": \"ee\",\n    \"yeah\": \"Ee\",\n    \"yealing\": \"Mkpesa\",\n    \"yealings\": \"Mkpesa\",\n    \"yean\": \"ee\",\n    \"yeaned\": \"yean\",\n    \"yeaning\": \"na-agbanye aka\",\n    \"yeanling\": \"na-eti mkpu\",\n    \"yeanlings\": \"afọ\",\n    \"yeans\": \"Ee\",\n    \"yeaoman\": \"yeoman\",\n    \"year\": \"afọ\",\n    \"yeara\": \"afọ\",\n    \"yearbird\": \"afọ\",\n    \"yearbook\": \"akwụkwọ afọ\",\n    \"yearbooks\": \"akwụkwọ afọ\",\n    \"yeard\": \"afọ\",\n    \"yearday\": \"afọ\",\n    \"yeared\": \"afọ\",\n    \"yearend\": \"afọ ọgwụgwụ\",\n    \"yearends\": \"afọ\",\n    \"yearful\": \"ke isua\",\n    \"yearly\": \"kwa afọ\",\n    \"yearlies\": \"afọ\",\n    \"yearling\": \"afọ\",\n    \"yearlings\": \"afọ\",\n    \"yearlong\": \"afọ\",\n    \"yearn\": \"na-achọsi\",\n    \"yearned\": \"agụụ\",\n    \"yearner\": \"afọ\",\n    \"yearners\": \"afọ\",\n    \"yearnful\": \"na-achọsi ike\",\n    \"yearnfully\": \"kwa afọ\",\n    \"yearnfulness\": \"na-achọsi ike\",\n    \"yearning\": \"na-achọsi ike\",\n    \"yearningly\": \"n’afọ\",\n    \"yearnings\": \"agụụ\",\n    \"yearnling\": \"na-atụsi anya ike\",\n    \"yearns\": \"na-achọ\",\n    \"yearock\": \"ukpack\",\n    \"years\": \"afọ\",\n    \"yearth\": \"afọ\",\n    \"yeas\": \"Ezie\",\n    \"yeasayer\": \"onye nkesa\",\n    \"yeasayers\": \"ndị na-akwụ ụgwọ\",\n    \"yeast\": \"yist\",\n    \"yeasted\": \"agwara\",\n    \"yeasty\": \"yist\",\n    \"yeastier\": \"udo\",\n    \"yeastiest\": \"nke kachasị\",\n    \"yeastily\": \"yistas\",\n    \"yeastiness\": \"yistas\",\n    \"yeasting\": \"yist\",\n    \"yeastless\": \"achịcha\",\n    \"yeastlike\": \"yistụ\",\n    \"yeasts\": \"yist\",\n    \"yeat\": \"yist\",\n    \"yeather\": \"ihu igwe\",\n    \"yecchy\": \"afọ\",\n    \"yech\": \"teknụzụ\",\n    \"yechy\": \"afọ\",\n    \"yechs\": \"nkpu\",\n    \"yed\": \"ị\",\n    \"yedding\": \"Edozie\",\n    \"yederly\": \"n'ike\",\n    \"yeech\": \"inudo\",\n    \"yeelin\": \"afọ\",\n    \"yeelins\": \"afọ\",\n    \"yees\": \"nwere\",\n    \"yeeuck\": \"yeeun\",\n    \"yeggman\": \"yggman\",\n    \"yeggmen\": \"yggman\",\n    \"yeggs\": \"yegg\",\n    \"yeh\": \"Yee\",\n    \"yeld\": \"Mmụba\",\n    \"yeldrin\": \"Odudu\",\n    \"yeldrine\": \"Odudu\",\n    \"yeldring\": \"afọ\",\n    \"yeldrock\": \"Nwachukwu\",\n    \"yelek\": \"yẹle\",\n    \"yelk\": \"iti mkpu\",\n    \"yelks\": \"mkpọchi\",\n    \"yell\": \"tie mkpu\",\n    \"yelled\": \"tiri mkpu\",\n    \"yeller\": \"mkpu\",\n    \"yellers\": \"yelle\",\n    \"yelling\": \"na-eti mkpu\",\n    \"yelloch\": \"edo edo\",\n    \"yellow\": \"edo edo\",\n    \"yellowammer\": \"odo odo\",\n    \"yellowback\": \"acha edo edo\",\n    \"yellowbark\": \"odo odo\",\n    \"yellowbelly\": \"acha uhie uhie\",\n    \"yellowbellied\": \"gbanye odo\",\n    \"yellowbellies\": \"ọla edo\",\n    \"yellowberry\": \"ọla edo\",\n    \"yellowberries\": \"ọla edo\",\n    \"yellowbill\": \"ọla edo\",\n    \"yellowbird\": \"odo odo\",\n    \"yellowcake\": \"acha acha\",\n    \"yellowcrown\": \"acha uhie uhie\",\n    \"yellowcup\": \"odo okpu\",\n    \"yellowed\": \"edo edo\",\n    \"yellower\": \"acha edo edo\",\n    \"yellowest\": \"acha acha odo odo\",\n    \"yellowfin\": \"acha ọcha\",\n    \"yellowfish\": \"acha uhie uhie\",\n    \"yellowhammer\": \"odo odo\",\n    \"yellowhead\": \"acha uhie uhie\",\n    \"yellowy\": \"acha uhie uhie\",\n    \"yellowing\": \"acha uhie uhie\",\n    \"yellowish\": \"acha\",\n    \"yellowishness\": \"acha ọcha\",\n    \"yellowknife\": \"nnaekpa\",\n    \"yellowlegs\": \"acha uhie uhie\",\n    \"yellowly\": \"acha uhie uhie\",\n    \"yellowman\": \"odo odo\",\n    \"yellowness\": \"acha ọcha\",\n    \"yellowroot\": \"acha uhie uhie\",\n    \"yellowrump\": \"acha edo edo\",\n    \"yellows\": \"acha ọcha\",\n    \"yellowseed\": \"acha uhie uhie\",\n    \"yellowshank\": \"Udochukwu\",\n    \"yellowshanks\": \"acha uhie uhie\",\n    \"yellowshins\": \"acha ọcha\",\n    \"yellowstone\": \"nkume edo edo\",\n    \"yellowtail\": \"acha uhie uhie\",\n    \"yellowtails\": \"acha odo odo\",\n    \"yellowthorn\": \"acha uhie uhie\",\n    \"yellowthroat\": \"acha odo odo\",\n    \"yellowtop\": \"acha ọcha\",\n    \"yellowware\": \"acha edo edo\",\n    \"yellowweed\": \"acha odo odo\",\n    \"yellowwood\": \"acha uhie uhie\",\n    \"yellowwort\": \"acha edo\",\n    \"yells\": \"na-eti mkpu\",\n    \"yelmer\": \"yel\",\n    \"yelp\": \"kpọọ\",\n    \"yelped\": \"mkpu\",\n    \"yelper\": \"mkpu\",\n    \"yelpers\": \"mkpu\",\n    \"yelping\": \"na-eti mkpu\",\n    \"yelps\": \"mkpọchi\",\n    \"yelt\": \"ichoro\",\n    \"yelver\": \"yel\",\n    \"yemeless\": \"enweghị\",\n    \"yeming\": \"na-achọ\",\n    \"yender\": \"afọ\",\n    \"yengees\": \"afọ\",\n    \"yens\": \"afọ\",\n    \"yentas\": \"yintas\",\n    \"yente\": \"yée\",\n    \"yeo\": \"ee\",\n    \"yeomaness\": \"nwanyi\",\n    \"yeomanette\": \"Uche O.\",\n    \"yeomanlike\": \"yiri\",\n    \"yeomanries\": \"afọ\",\n    \"yeorling\": \"afọ\",\n    \"yeowoman\": \"ududo\",\n    \"yep\": \"Nkechi\",\n    \"yepeleic\": \"eziokwu\",\n    \"yepely\": \"yepeli\",\n    \"yephede\": \"yẹe\",\n    \"yeply\": \"jisie ike\",\n    \"yer\": \"Nkechi\",\n    \"yeraver\": \"ihe nkedo\",\n    \"yerb\": \"Yọk\",\n    \"yerba\": \"yọkba\",\n    \"yerbal\": \"ọnụ\",\n    \"yerbales\": \"yrbales\",\n    \"yerbas\": \"yrbas\",\n    \"yercum\": \"agwaa\",\n    \"yerd\": \"Nweta\",\n    \"yerga\": \"Yọkga\",\n    \"yerk\": \"yọk\",\n    \"yerked\": \"tiri mkpu\",\n    \"yerking\": \"na-eti mkpu\",\n    \"yerks\": \"Mkpu\",\n    \"yern\": \"Yen\",\n    \"yerth\": \"Afọ\",\n    \"yes\": \"ee\",\n    \"yese\": \"Yee\",\n    \"yeses\": \"Nkechi\",\n    \"yessed\": \"years\",\n    \"yesses\": \"yess\",\n    \"yessing\": \"na-aga agha\",\n    \"yesso\": \"eee\",\n    \"yest\": \"yist\",\n    \"yester\": \"gara aga\",\n    \"yesterday\": \"yesterdaynyaahụ\",\n    \"yesterdayness\": \"ụnyaahụ\",\n    \"yesterdays\": \"ụbọchị gara aga\",\n    \"yestereven\": \"ystereven\",\n    \"yesterevening\": \"afọ na-aga n'ihu\",\n    \"yesteryear\": \"gara aga\",\n    \"yesteryears\": \"oge gara aga\",\n    \"yestermorn\": \"oge gara aga\",\n    \"yestermorning\": \"gara aga\",\n    \"yestern\": \"gara aga\",\n    \"yesternight\": \"nightnyaahụ\",\n    \"yesternoon\": \"ụnyaahụ\",\n    \"yesterweek\": \"gara aga\",\n    \"yestreen\": \"afọ\",\n    \"yestreens\": \"afere\",\n    \"yet\": \"ma\",\n    \"yether\": \"ma obu\",\n    \"yethhounds\": \"na-ada ụda\",\n    \"yetis\": \"ma\",\n    \"yetlin\": \"ma ọ bụ\",\n    \"yetling\": \"ma o ghaghi\",\n    \"yett\": \"ma\",\n    \"yetter\": \"ka di\",\n    \"yetts\": \"Ugboro\",\n    \"yetzer\": \"onye ọka iwu\",\n    \"yeuked\": \"tiri mkpu\",\n    \"yeukieness\": \"ikwusi ike\",\n    \"yeuking\": \"mkpọtụ\",\n    \"yews\": \"yew\",\n    \"yex\": \"Ndi-ozi\",\n    \"yez\": \"Ndi-ozi\",\n    \"yezidi\": \"yezdi\",\n    \"yezzy\": \"yeezy\",\n    \"if\": \"ọ bụrụ\",\n    \"iffinesses\": \"iffiness\",\n    \"ighly\": \"jijiji\",\n    \"igloo\": \"ulo\",\n    \"ign\": \"igbanye\",\n    \"igname\": \"gbanye ọkụ\",\n    \"ignatia\": \"mgbanye\",\n    \"ignatian\": \"igosiputa\",\n    \"ignatianist\": \"onye na-eme ihe n'eziokwu\",\n    \"ignatius\": \"ọkụ\",\n    \"ignescence\": \"nlelị\",\n    \"ignescent\": \"na-enwu\",\n    \"ignicolist\": \"ọkụkọ ọkụ\",\n    \"igniferous\": \"enwu enwu\",\n    \"igniferousness\": \"ọkụ\",\n    \"ignify\": \"gbanye ọkụ\",\n    \"ignified\": \"amụnyewo\",\n    \"ignifies\": \"na-agbanye\",\n    \"ignifying\": \"na-enwu\",\n    \"ignifluous\": \"enwu enwu\",\n    \"igniform\": \"amụnye ihe\",\n    \"ignifuge\": \"igwu\",\n    \"ignigenous\": \"ihe omimi\",\n    \"ignipotent\": \"ikike\",\n    \"ignis\": \"ọkụ\",\n    \"ignitability\": \"ọkụ\",\n    \"ignitable\": \"na-enwu\",\n    \"ignite\": \"gbanye ọkụ\",\n    \"ignited\": \"amụnyewo ọkụ\",\n    \"igniter\": \"Igwe oku\",\n    \"igniters\": \"ọkụ\",\n    \"ignites\": \"na-agbanye ọkụ\",\n    \"ignitibility\": \"mgbanye\",\n    \"ignitible\": \"gbanye mgbanaka\",\n    \"igniting\": \"na-agbanye ọkụ\",\n    \"ignition\": \"mgbanye\",\n    \"ignitions\": \"ọkụ\",\n    \"ignitive\": \"ọkụ ọkụ\",\n    \"ignitor\": \"itorgbanye ihe\",\n    \"ignitors\": \"Ihe nlere\",\n    \"ignitron\": \"ọkụ\",\n    \"ignitrons\": \"ọkụ\",\n    \"ignobility\": \"amaghi ihe\",\n    \"ignoble\": \"enweghị isi\",\n    \"ignobleness\": \"nzuzu\",\n    \"ignoblesse\": \"nzuzu\",\n    \"ignobly\": \"n'amaghi ama\",\n    \"ignominy\": \"nlelị\",\n    \"ignominies\": \"na-eme ihere\",\n    \"ignominious\": \"nlelị\",\n    \"ignominiously\": \"na-eme ihe nlelị\",\n    \"ignominiousness\": \"nlelị\",\n    \"ignomious\": \"dị nkọ\",\n    \"ignorable\": \"enweghị isi\",\n    \"ignoramus\": \"amaghị ihe\",\n    \"ignoramuses\": \"amaghi ihe\",\n    \"ignorance\": \"amaghi ihe\",\n    \"ignorant\": \"amaghi ihe\",\n    \"ignorantia\": \"amaghị ihe ọ bụla\",\n    \"ignorantine\": \"amaghi ihe\",\n    \"ignorantism\": \"amaghi ihe\",\n    \"ignorantist\": \"amaghi ihe\",\n    \"ignorantly\": \"amaghi ihe\",\n    \"ignorantness\": \"amaghi ihe\",\n    \"ignoration\": \"amaghi ihe\",\n    \"ignore\": \"eleghara anya\",\n    \"ignored\": \"leghaara anya\",\n    \"ignorement\": \"nleghara anya\",\n    \"ignorer\": \"ileghara anya\",\n    \"ignorers\": \"ndị na-eleghara anya\",\n    \"ignores\": \"na-eleghara anya\",\n    \"ignoring\": \"na-eleghara anya\",\n    \"ignote\": \"gbanye ọkụ\",\n    \"ignotus\": \"mgbanye\",\n    \"iguanian\": \"iguanyi\",\n    \"iguanians\": \"iguanyi\",\n    \"ihp\": \"Nkeji\",\n    \"ihrams\": \"ihram\",\n    \"iyar\": \"bụru iya\",\n    \"yiddish\": \"dịnda\",\n    \"yield\": \"Mmụba\",\n    \"yieldable\": \"kwere ekwe\",\n    \"yieldableness\": \"nkwenye\",\n    \"yieldance\": \"nkwenye\",\n    \"yielded\": \"kwere\",\n    \"yielden\": \"emeelden\",\n    \"yielder\": \"emeelder\",\n    \"yielders\": \"ndị na-eme ihe ngosi\",\n    \"yieldy\": \"na-amị mkpụrụ\",\n    \"yielding\": \"ekwenye ekwenye\",\n    \"yieldingly\": \"na-ekwenye ekwenye\",\n    \"yieldingness\": \"ikwenye ekwenye\",\n    \"yields\": \"amịrị\",\n    \"yills\": \"nri\",\n    \"yinst\": \"ndiigbo\",\n    \"iyo\": \"na\",\n    \"yipes\": \"na-eme ihe\",\n    \"yipped\": \"appedara\",\n    \"yipping\": \"na-esite\",\n    \"yips\": \"Nke a\",\n    \"yirds\": \"yir\",\n    \"yirk\": \"yok\",\n    \"yirn\": \"ntụgharị\",\n    \"yirred\": \"amaokwu\",\n    \"yirrs\": \"afọ\",\n    \"yis\": \"bụ\",\n    \"ileocolostomy\": \"ụlọocolostomy\",\n    \"ileostomy\": \"ụlọestomy\",\n    \"ileostomies\": \"ụlọostomies\",\n    \"ileuses\": \"ụlọ\",\n    \"iliadist\": \"illiadist\",\n    \"iliadize\": \"Iliadị\",\n    \"iliocaudal\": \"enweghi ike\",\n    \"iliocostal\": \"amalaahịa\",\n    \"iliodorsal\": \"enweghịkwa\",\n    \"ilioinguinal\": \"amaghị ama\",\n    \"ilioischiac\": \"enweghịkwa\",\n    \"ilioischiatic\": \"amaghị ama\",\n    \"iliopectineal\": \"enweghị\",\n    \"iliopelvic\": \"ekwesighi\",\n    \"ilioperoneal\": \"enweghi ike\",\n    \"iliopsoatic\": \"ihe omuma\",\n    \"iliopubic\": \"ekwesighi\",\n    \"iliosacral\": \"enweghị isi\",\n    \"iliosciatic\": \"enweghị nsogbu\",\n    \"ilioscrotal\": \"enweghị isi\",\n    \"iliospinal\": \"amaghị ama\",\n    \"iliotrochanteric\": \"adighi anya\",\n    \"ilysanthes\": \"echekwa\",\n    \"ilk\": \"ụdị\",\n    \"ilks\": \"nzuzu\",\n    \"ill\": \"na-arịa ọrịa\",\n    \"illamon\": \"illamọn\",\n    \"illapsed\": \"weghachite\",\n    \"illapsing\": \"mbido\",\n    \"illation\": \"enweghị isi\",\n    \"illations\": \"enweghi iwu\",\n    \"illative\": \"na-egbu egbu\",\n    \"illatives\": \"ihe ndi ozo\",\n    \"illbred\": \"ọrịa\",\n    \"illdisposedness\": \"amaghi ihe\",\n    \"illecebration\": \"enweghị ikike\",\n    \"illecebrous\": \"anaghị anabata ego\",\n    \"illeck\": \"enweghị ike\",\n    \"illect\": \"elele\",\n    \"illegal\": \"n'uzo na ezighi ezi\",\n    \"illegalisation\": \"mmebi iwu\",\n    \"illegalise\": \"iwu na-akwadoghị\",\n    \"illegalised\": \"machibidoro iwu\",\n    \"illegalising\": \"na-akwadoghị\",\n    \"illegality\": \"mmebi iwu\",\n    \"illegalities\": \"mmebi iwu\",\n    \"illegalization\": \"mmebi iwu\",\n    \"illegalize\": \"mebie iwu\",\n    \"illegalized\": \"amachibidoro iwu\",\n    \"illegalizing\": \"na-akwadoghị\",\n    \"illegally\": \"n'ụzọ iwu na-akwadoghị\",\n    \"illegalness\": \"mmebi iwu\",\n    \"illegibility\": \"enweghị iwu\",\n    \"illegible\": \"agaghi ekwe\",\n    \"illegibleness\": \"enweghị iwu\",\n    \"illegibly\": \"enweghị iwu\",\n    \"illegitimacy\": \"iwu enweghị iwu\",\n    \"illegitimacies\": \"iwu enweghị iwu\",\n    \"illegitimate\": \"enweghi iwu\",\n    \"illegitimated\": \"agabeghị iwu\",\n    \"illegitimately\": \"n'ụzọ iwu na-akwadoghị\",\n    \"illegitimateness\": \"enweghị iwu\",\n    \"illegitimating\": \"na-akwadoghị\",\n    \"illegitimation\": \"enweghị iwu\",\n    \"illegitimatise\": \"ezighi ezi\",\n    \"illegitimatised\": \"na-akwadoghị\",\n    \"illegitimatising\": \"na-akwadoghị iwu\",\n    \"illegitimatize\": \"na-akwadoghị iwu\",\n    \"illegitimatized\": \"ekwesighi iwu\",\n    \"illegitimatizing\": \"na-akwadoghị\",\n    \"illeism\": \"Amamịghe\",\n    \"illeist\": \"ekweghi ekwe\",\n    \"iller\": \"Iller\",\n    \"illess\": \"enweghị isi\",\n    \"illest\": \"enweghị isi\",\n    \"illeviable\": \"enweghị mmasị\",\n    \"illfare\": \"ọrịa\",\n    \"illguide\": \"nduhie\",\n    \"illguided\": \"nduhie\",\n    \"illguiding\": \"na-emebi iwu\",\n    \"illhumor\": \"ọchị ọchị\",\n    \"illhumored\": \"na-arịa ọrịa ọchị\",\n    \"illy\": \"enweghị isi\",\n    \"illiberal\": \"amaghị ama\",\n    \"illiberality\": \"enweghị ikike\",\n    \"illiberalized\": \"enweghị iwu\",\n    \"illiberalizing\": \"anaghị echekwa echiche\",\n    \"illiberalness\": \"enweghị iwu\",\n    \"illicit\": \"iwu akwadoghị\",\n    \"illicitly\": \"n'emeghị iwu\",\n    \"illicitness\": \"mmebi iwu\",\n    \"illicium\": \"ililiọm\",\n    \"illigation\": \"oria\",\n    \"illighten\": \"inwu\",\n    \"illimitability\": \"enweghị atụ\",\n    \"illimitable\": \"enweghị atụ\",\n    \"illimitableness\": \"enweghị atụ\",\n    \"illimitably\": \"enweghị atụ\",\n    \"illimitate\": \"jiri nlezianya\",\n    \"illimitation\": \"mmuta\",\n    \"illimited\": \"enweghị atụ\",\n    \"illimitedly\": \"enweghị atụ\",\n    \"illimitedness\": \"enweghị atụ\",\n    \"illing\": \"na-arịa ọrịa\",\n    \"illinition\": \"amaghị ihe\",\n    \"illinoisian\": \"Illinois\",\n    \"illipe\": \"enweghị ike\",\n    \"illiquation\": \"enweghị mmasị\",\n    \"illiquid\": \"anaghị adị\",\n    \"illiquidity\": \"enweghị ego\",\n    \"illiquidly\": \"anaghị adị\",\n    \"illyric\": \"enweghị isi\",\n    \"illish\": \"na-arịa ọrịa\",\n    \"illision\": \"amamịghe\",\n    \"illite\": \"amaghị akwụkwọ\",\n    \"illiteracy\": \"amaghi akwukwo\",\n    \"illiteracies\": \"agụghị akwụkwọ\",\n    \"illiteral\": \"agụ akwụkwọ\",\n    \"illiterate\": \"amaghị agụ\",\n    \"illiterately\": \"agụghị akwụkwọ\",\n    \"illiterateness\": \"amaghị ede\",\n    \"illiterates\": \"agụghị akwụkwọ\",\n    \"illiterature\": \"enweghị akwụkwọ\",\n    \"illites\": \"ọrịa\",\n    \"illitic\": \"amaghị ihe\",\n    \"illmanneredness\": \"ezighi ezi\",\n    \"illnature\": \"ezighi ezi\",\n    \"illness\": \"ọrịa\",\n    \"illnesses\": \"ọrịa\",\n    \"illocal\": \"enweghị mmasị\",\n    \"illocality\": \"enweghị ọrụ\",\n    \"illocally\": \"enweghị iwu\",\n    \"illocution\": \"enweghị mmachi\",\n    \"illogic\": \"enweghị uche\",\n    \"illogical\": \"enweghị isi\",\n    \"illogicality\": \"enweghị isi\",\n    \"illogicalities\": \"enweghị isi\",\n    \"illogically\": \"enweghị isi\",\n    \"illogicalness\": \"enweghị ọgụgụ isi\",\n    \"illogician\": \"amaghi ama\",\n    \"illogicity\": \"ezighi ezi\",\n    \"illogics\": \"arụmụka\",\n    \"illoyal\": \"enweghị iwu\",\n    \"illoyalty\": \"enweghị ntụkwasị obi\",\n    \"illoricated\": \"enweghị mmasị\",\n    \"ills\": \"ọrịa\",\n    \"illtempered\": \"enwetaghị nkọwa\",\n    \"illth\": \"nzuzu\",\n    \"illtreatment\": \"mmeso ọjọọ\",\n    \"illucidate\": \"enweghi iwu\",\n    \"illucidation\": \"enweghị mmasị\",\n    \"illucidative\": \"abaghị uru\",\n    \"illude\": \"amaghị ihe\",\n    \"illuded\": \"gụrụ akwụkwọ\",\n    \"illudedly\": \"amaghị mma\",\n    \"illuder\": \"onye isi ihe\",\n    \"illuding\": \"agụ akwụkwọ\",\n    \"illume\": \"oria\",\n    \"illumes\": \"ihe ngosi\",\n    \"illuminability\": \"ọkụ\",\n    \"illuminable\": \"ihe na-enwu enwu\",\n    \"illuminance\": \"ìhè\",\n    \"illuminant\": \"ihe na-enye ìhè\",\n    \"illuminate\": \"inye ìhè\",\n    \"illuminated\": \"enwu gbaa\",\n    \"illuminates\": \"na-enwu\",\n    \"illuminating\": \"na-enye ìhè\",\n    \"illuminatingly\": \"na-enye ìhè\",\n    \"illumination\": \"oriọna\",\n    \"illuminational\": \"oriọna\",\n    \"illuminations\": \"ọkụ\",\n    \"illuminatist\": \"onye na-enye ìhè\",\n    \"illuminative\": \"ihe na-enye ìhè\",\n    \"illuminato\": \"illuminati\",\n    \"illuminator\": \"onye na-enye ìhè\",\n    \"illuminatory\": \"ihe na-enye ìhè\",\n    \"illuminators\": \"ndị na-enye ìhè\",\n    \"illumine\": \"oriọna\",\n    \"illumined\": \"enwu\",\n    \"illuminer\": \"oriọna\",\n    \"illumines\": \"oriọna\",\n    \"illuming\": \"na-enwu enwu\",\n    \"illumining\": \"na-enwu enwu\",\n    \"illuminism\": \"ihe omuma\",\n    \"illuminist\": \"onye na-enye ìhè\",\n    \"illuministic\": \"ihe na-enye ìhè\",\n    \"illuminize\": \"inye onwu\",\n    \"illure\": \"oria\",\n    \"illurement\": \"ọrịa\",\n    \"illusible\": \"enweghi uche\",\n    \"illusion\": \"nro\",\n    \"illusionable\": \"ihe nro\",\n    \"illusional\": \"nro\",\n    \"illusionary\": \"nro\",\n    \"illusioned\": \"aghoro\",\n    \"illusionism\": \"onye na-amaghị ihe efu\",\n    \"illusionist\": \"onye na-amaghị ihe efu\",\n    \"illusionistic\": \"echiche efu\",\n    \"illusionists\": \"ndị na-aghọ aghụghọ\",\n    \"illusions\": \"echiche efu\",\n    \"illusive\": \"ihe nzuzu\",\n    \"illusively\": \"n'amaghị ama\",\n    \"illusiveness\": \"amaghị ihe\",\n    \"illusory\": \"amaghị ihe\",\n    \"illusorily\": \"n'amaghị ama\",\n    \"illusoriness\": \"ọrịa\",\n    \"illust\": \"maa atụ\",\n    \"illustrable\": \"atụ\",\n    \"illustratable\": \"atụ\",\n    \"illustrate\": \"maa atụ\",\n    \"illustrated\": \"ihe atụ\",\n    \"illustrates\": \"na-egosi\",\n    \"illustrating\": \"na-egosipụta\",\n    \"illustration\": \"ihe atụ\",\n    \"illustrational\": \"ihe atụ\",\n    \"illustrations\": \"ihe atụ\",\n    \"illustrative\": \"ihe atụ\",\n    \"illustratively\": \"atụ\",\n    \"illustrator\": \"ihe osise\",\n    \"illustratory\": \"ihe atụ\",\n    \"illustrators\": \"ihe osise\",\n    \"illustratress\": \"ihe osise\",\n    \"illustre\": \"maa atụ\",\n    \"illustricity\": \"ihe atụ\",\n    \"illustrious\": \"ihe atụ\",\n    \"illustriously\": \"jiri ihe atụ\",\n    \"illustriousness\": \"atụ\",\n    \"illustrissimo\": \"ihe atụ\",\n    \"illustrous\": \"ihe atụ\",\n    \"illutate\": \"maa atụ\",\n    \"illutation\": \"ihe atụ\",\n    \"illuvial\": \"enweghị isi\",\n    \"illuviating\": \"na-achọpụtakarị\",\n    \"illuviation\": \"enweghị ntụpọ\",\n    \"ilmenites\": \"ndị ilmenites\",\n    \"ilmenitite\": \"ezughi oke\",\n    \"ilth\": \"nzuzu\",\n    \"image\": \"oyiyi\",\n    \"imaged\": \"ihe oyiyi\",\n    \"imageless\": \"enweghị onyonyo\",\n    \"imagen\": \"chere\",\n    \"imagerial\": \"ihe omuma\",\n    \"imagerially\": \"n'echiche\",\n    \"imageries\": \"imagery\",\n    \"images\": \"ihe oyiyi\",\n    \"imagilet\": \"imagile\",\n    \"imaginability\": \"ichetụ n'echiche\",\n    \"imaginable\": \"pụrụ ichetụ n'echiche\",\n    \"imaginableness\": \"pụrụ ichetụ n'echiche\",\n    \"imaginably\": \"iche n'echiche\",\n    \"imaginal\": \"n'echiche\",\n    \"imaginant\": \"imagin\",\n    \"imaginary\": \"myiyi\",\n    \"imaginaries\": \"pụrụ ichetụ n'echiche\",\n    \"imaginarily\": \"n'echiche\",\n    \"imaginariness\": \"echiche efu\",\n    \"imaginate\": \"iche n'echiche\",\n    \"imaginated\": \"iche n'echiche\",\n    \"imaginating\": \"iche n'echiche\",\n    \"imagination\": \"pụrụ ichetụ n'echiche\",\n    \"imaginational\": \"ichetụ n'echiche\",\n    \"imaginationalism\": \"echiche efu\",\n    \"imaginations\": \"pụrụ ichetụ n'echiche\",\n    \"imaginative\": \"iche echiche\",\n    \"imaginatively\": \"n'echiche\",\n    \"imaginativeness\": \"iche echiche\",\n    \"imaginator\": \"onye na-eche echiche\",\n    \"imagine\": \"iche\",\n    \"imagined\": \"chere\",\n    \"imaginer\": \"n'echiche\",\n    \"imaginers\": \"ndị na-eche echiche\",\n    \"imagines\": \"chere\",\n    \"imaging\": \"Onyonyo\",\n    \"imagining\": \"iche n'echiche\",\n    \"imaginings\": \"ichetụ n'echiche\",\n    \"imaginous\": \"eche n'echiche\",\n    \"imagism\": \"echiche\",\n    \"imagisms\": \"echiche\",\n    \"imagist\": \"onye imaatu\",\n    \"imagistic\": \"echiche\",\n    \"imagistically\": \"n'echiche\",\n    \"imagists\": \"ndị na-eche echiche\",\n    \"imagnableness\": \"echetụ n'echiche\",\n    \"imamate\": \"imam\",\n    \"imamates\": \"ndị nwere ike i .omi\",\n    \"imamic\": \"imam\",\n    \"imams\": \"ndị isi\",\n    \"imamship\": \"ihe omuma\",\n    \"imarets\": \"ekweghị\",\n    \"imaums\": \"ima ima\",\n    \"imbalance\": \"ahaghị nhata\",\n    \"imbalances\": \"ahaghị nhata\",\n    \"imbalmed\": \"iti mkpu\",\n    \"imbalmers\": \"agbasi ozu\",\n    \"imbalming\": \"agbasi\",\n    \"imbalmment\": \"agbasi\",\n    \"imband\": \"tinye\",\n    \"imbannered\": \"imbann\",\n    \"imbarkation\": \"mbido\",\n    \"imbarked\": \"imbark\",\n    \"imbarking\": \"mbido\",\n    \"imbarkment\": \"mbido\",\n    \"imbarks\": \"nrụpụta\",\n    \"imbased\": \"iwe\",\n    \"imbat\": \"imba\",\n    \"imbathe\": \"obata\",\n    \"imbecile\": \"enweghi ike\",\n    \"imbecilely\": \"amaghi ihe\",\n    \"imbeciles\": \"amaghị ihe\",\n    \"imbecilic\": \"enweghị atụ\",\n    \"imbecilitate\": \"imbelata\",\n    \"imbecilitated\": \"enweghị atụ\",\n    \"imbecility\": \"enweghi ike\",\n    \"imbecilities\": \"amaghi ama\",\n    \"imbedded\": \"agbakwunyere\",\n    \"imbeds\": \"imbido\",\n    \"imbellic\": \"ihere\",\n    \"imbellious\": \"adịchaghị mma\",\n    \"imber\": \"abam\",\n    \"imberbe\": \"iberibe\",\n    \"imbibers\": \"ihe nzuzu\",\n    \"imbibition\": \"imbib\",\n    \"imbibitional\": \"ịma mma\",\n    \"imbibitory\": \"ihe ndozi\",\n    \"imbitter\": \"iwe iwe\",\n    \"imbittered\": \"ewe iwe\",\n    \"imbitterer\": \"onye obit\",\n    \"imbittering\": \"imbitụ\",\n    \"imbitterment\": \"obi ọjọọ\",\n    \"imbitters\": \"ndị na-eme ihe ike\",\n    \"imblazing\": \"na-abịa\",\n    \"imbodied\": \"gụnyere\",\n    \"imbodies\": \"arụ\",\n    \"imbodying\": \"itinye\",\n    \"imbodiment\": \"ọrụ\",\n    \"imbolden\": \"dị ike\",\n    \"imboldened\": \"agbada\",\n    \"imboldening\": \"ndokwa\",\n    \"imboldens\": \"ihe adighi\",\n    \"imbonity\": \"abaghị uru\",\n    \"imborsation\": \"adọta\",\n    \"imbowered\": \"kpaliri\",\n    \"imbowers\": \"ndị isi\",\n    \"imbracery\": \"impa ikike\",\n    \"imbraceries\": \"imbracer\",\n    \"imbrangle\": \"imerụ\",\n    \"imbrangled\": \"imbila\",\n    \"imbrangling\": \"imbi ihe\",\n    \"imbreathe\": \"adịghị mma\",\n    \"imbred\": \"imb\",\n    \"imbreviate\": \"imado anya\",\n    \"imbreviated\": \"imbrevi\",\n    \"imbreviating\": \"na-asọ oyi\",\n    \"imbricate\": \"imbrik\",\n    \"imbricately\": \"imbrically\",\n    \"imbricating\": \"na-asọ oyi\",\n    \"imbrication\": \"mmuta\",\n    \"imbrications\": \"mbido\",\n    \"imbricative\": \"arụ\",\n    \"imbrowned\": \"imbrown\",\n    \"imbrowning\": \"masị\",\n    \"imbrowns\": \"abamiri\",\n    \"imbrued\": \"imbru\",\n    \"imbruement\": \"mbido\",\n    \"imbrues\": \"imbru\",\n    \"imbruing\": \"nzuzu\",\n    \"imbrute\": \"nwa\",\n    \"imbruted\": \"imbed\",\n    \"imbrutement\": \"imbrụ\",\n    \"imbrutes\": \"nwa ebu n'afọ\",\n    \"imbruting\": \"na-amụ nwa\",\n    \"imbue\": \"iburu\",\n    \"imbuing\": \"ụtu\",\n    \"imburse\": \"imb\",\n    \"imbursed\": \"jiko\",\n    \"imbursement\": \"iyi\",\n    \"imbursing\": \"na-achịkwa\",\n    \"imbute\": \"adịghị mma\",\n    \"imer\": \"ihe\",\n    \"imeritian\": \"onyeeme\",\n    \"imides\": \"Imides\",\n    \"imidic\": \"ndiigbo\",\n    \"imids\": \"Imids\",\n    \"imines\": \"achị\",\n    \"imit\": \"iitomi\",\n    \"imitability\": \"enweghị atụ\",\n    \"imitable\": \"oitableomi\",\n    \"imitableness\": \"ihe nlereanya\",\n    \"imitancy\": \"nnabata\",\n    \"imitant\": \"iitomi\",\n    \"imitate\": \"i imitateomi\",\n    \"imitated\": \"iitatedomi\",\n    \"imitatee\": \"i imitateomi\",\n    \"imitates\": \"na-eitomi\",\n    \"imitating\": \"nitationomi\",\n    \"imitation\": \"nitationomi\",\n    \"imitational\": \"nitationomi\",\n    \"imitationist\": \"onye na-eitationomi\",\n    \"imitations\": \"nomi\",\n    \"imitative\": \"iomi\",\n    \"imitatively\": \"na-eitomi\",\n    \"imitativeness\": \"i .omi\",\n    \"imitator\": \"onye na-eitomi\",\n    \"imitators\": \"ndị na-e .omi\",\n    \"imitatorship\": \"iomi\",\n    \"imitatress\": \"nwa nwanyi\",\n    \"imitatrix\": \"mmmmmmmmmmmmm\",\n    \"immaculacy\": \"abaghị uru\",\n    \"immaculance\": \"enweghị nchekasị\",\n    \"immaculate\": \"idi ocha\",\n    \"immailed\": \"imma\",\n    \"immalleable\": \"Immalle\",\n    \"immanacling\": \"Immanacling\",\n    \"immanation\": \"ihe\",\n    \"immanence\": \"ịdị\",\n    \"immanency\": \"enweghi ike\",\n    \"immaneness\": \"ihe adighi\",\n    \"immanent\": \"adịghị\",\n    \"immanental\": \"ihe adighi\",\n    \"immanentism\": \"ikike\",\n    \"immanentist\": \"ikekwe\",\n    \"immanentistic\": \"ihe adighi\",\n    \"immanes\": \"ihe\",\n    \"immanifest\": \"ezighi ezi\",\n    \"immanifestness\": \"ezighi ezi\",\n    \"immanity\": \"ibu\",\n    \"immantling\": \"na-adịgide adịgide\",\n    \"immanuel\": \"Immanuel\",\n    \"immarble\": \"enweghi ike\",\n    \"immarcescible\": \"agaghị ekwe omume\",\n    \"immarcescibly\": \"enweghị ike ịlụ\",\n    \"immarcibleness\": \"enweghi ike\",\n    \"immarginate\": \"oghom\",\n    \"immartial\": \"ihe omimi\",\n    \"immatchable\": \"enweghị atụ\",\n    \"immatchless\": \"immatsless\",\n    \"immatereality\": \"amaghi ihe\",\n    \"immaterial\": \"abaghị uru\",\n    \"immaterialise\": \"ihe omimi\",\n    \"immaterialised\": \"ejighi ihe omimi\",\n    \"immaterialising\": \"ihe omimi\",\n    \"immaterialism\": \"ihe omuma\",\n    \"immaterialist\": \"ihe omimi\",\n    \"immaterialistic\": \"enweghị atụ\",\n    \"immateriality\": \"amaghị ihe\",\n    \"immaterialities\": \"amaghị ihe\",\n    \"immaterialization\": \"na-adịghị anya\",\n    \"immaterialize\": \"ghara imatomi ya\",\n    \"immaterialized\": \"enwetaghi oyiyi\",\n    \"immaterializing\": \"abaghị uru\",\n    \"immaterially\": \"enweghị atụ\",\n    \"immaterialness\": \"amaghị ihe\",\n    \"immaterials\": \"ihe omuma\",\n    \"immateriate\": \"enweghi atụ\",\n    \"immatriculate\": \"enweghi atụ\",\n    \"immatriculation\": \"mmụba\",\n    \"immature\": \"akaghi aka\",\n    \"immatured\": \"akabeghị aka\",\n    \"immaturely\": \"amaghi aka\",\n    \"immatureness\": \"amaghi nka\",\n    \"immatures\": \"akaghi aka\",\n    \"immaturity\": \"akaghi aka\",\n    \"immaturities\": \"akaghi aka\",\n    \"immeability\": \"enweghi ike imme ya\",\n    \"immeasurability\": \"enweghị atụ\",\n    \"immeasurable\": \"enweghị atụ\",\n    \"immeasurableness\": \"enweghị atụ\",\n    \"immeasurably\": \"enweghị atụ\",\n    \"immeasured\": \"enweghị atụ\",\n    \"immechanical\": \"abaghị uru\",\n    \"immediacy\": \"ozugbo\",\n    \"immediacies\": \"ngwa ngwa\",\n    \"immedial\": \"ihe ngosi\",\n    \"immediate\": \"ozugbo\",\n    \"immediately\": \"ozugbo\",\n    \"immediateness\": \"ngwa ngwa\",\n    \"immediatism\": \"ngwa ngwa\",\n    \"immediatist\": \"ngwa ngwa\",\n    \"immediatly\": \"ozigbo\",\n    \"immedicable\": \"enweghị atụ\",\n    \"immedicableness\": \"enweghị atụ\",\n    \"immedicably\": \"n'enweghị atụ\",\n    \"immelmann\": \"Nwachukwu\",\n    \"immelodious\": \"ihe adighi\",\n    \"immemorable\": \"enweghị atụ\",\n    \"immemorial\": \"mgbe ebighị ebi\",\n    \"immense\": \"nnukwu\",\n    \"immenseness\": \"immenshenụ\",\n    \"immenser\": \"gbasie ike\",\n    \"immensest\": \"nnukwu\",\n    \"immensity\": \"nnukwu\",\n    \"immensive\": \"nnukwu\",\n    \"immensurability\": \"anwụghị anwụ\",\n    \"immensurable\": \"immensureless\",\n    \"immensurableness\": \"anwụ anwụ\",\n    \"immerd\": \"immerị\",\n    \"immerge\": \"mikpuo\",\n    \"immerged\": \"emewo\",\n    \"immergence\": \"amaghi ihe\",\n    \"immergent\": \"dị egwu\",\n    \"immerges\": \"nwamba\",\n    \"immerging\": \"na-asọ oyi\",\n    \"immerited\": \"immerụ\",\n    \"immeritorious\": \"abaghị uru\",\n    \"immeritoriously\": \"amaghi ihe\",\n    \"immeritous\": \"amaghi ihe\",\n    \"immerse\": \"mikpuo\",\n    \"immersed\": \"mikpuru\",\n    \"immersement\": \"imikpu\",\n    \"immerses\": \"na-emikpu\",\n    \"immersible\": \"mikpuo\",\n    \"immersing\": \"na-emikpu\",\n    \"immersion\": \"nmikpu\",\n    \"immersionism\": \"nmikpu\",\n    \"immersionist\": \"onye mmikpu\",\n    \"immersions\": \"Mmikpu\",\n    \"immersive\": \"na-emikpu\",\n    \"immesh\": \"rie\",\n    \"immeshed\": \"gafere\",\n    \"immeshes\": \"na-agbanye ume\",\n    \"immethodicalness\": \"mmuo\",\n    \"immetricalness\": \"anwụghị anwụ\",\n    \"immigrant\": \"onye kwabatara\",\n    \"immigrants\": \"kwabatara\",\n    \"immigrate\": \"kwaga\",\n    \"immigrated\": \"kwagara\",\n    \"immigrates\": \"kwabatara\",\n    \"immigrating\": \"na-akwaga mba ọzọ\",\n    \"immigration\": \"mbata na ọpụpụ\",\n    \"immigrational\": \"mbata na ọpụpụ\",\n    \"immigrations\": \"ọpụpụ\",\n    \"immigrator\": \"onye kwabatara\",\n    \"immigratory\": \"kwagara mba ọzọ\",\n    \"imminence\": \"ịdị nso\",\n    \"imminency\": \"ịdị\",\n    \"imminent\": \"dị nso\",\n    \"imminently\": \"enweghị atụ\",\n    \"imminentness\": \"ịdị nso\",\n    \"immingled\": \"immarị\",\n    \"immingles\": \"imaịl\",\n    \"immingling\": \"ima ima\",\n    \"imminute\": \"abaghị uru\",\n    \"imminution\": \"imamin\",\n    \"immis\": \"nw\",\n    \"immiscibility\": \"anwụghị anwụ\",\n    \"immiscible\": \"anaghi anwu\",\n    \"immiscibly\": \"n'agha\",\n    \"immission\": \"ngbaghara\",\n    \"immit\": \"i imomi\",\n    \"immitigability\": \"enweghị atụ\",\n    \"immitigable\": \"ihe-nigomi\",\n    \"immitigableness\": \"n imomi\",\n    \"immitigably\": \"a naghị ekwe nmitomi\",\n    \"immittance\": \"nomi\",\n    \"immitted\": \"imised\",\n    \"immixable\": \"enweghị atụ\",\n    \"immixed\": \"jikọrọ\",\n    \"immixing\": \"-akpata\",\n    \"immixt\": \"dị\",\n    \"immixting\": \"-akpata\",\n    \"immixture\": \"ihe jikọrọ\",\n    \"immobile\": \"enweghi ike\",\n    \"immobiles\": \"anaghi ekwe omume\",\n    \"immobilia\": \"ebighi\",\n    \"immobilisation\": \"ebighi ebi\",\n    \"immobilise\": \"ghara ịkwaga\",\n    \"immobilised\": \"agbagharị\",\n    \"immobilising\": \"na-agbagharị\",\n    \"immobilism\": \"mbido\",\n    \"immobility\": \"enweghị ike\",\n    \"immobilities\": \"enweghị ike\",\n    \"immobilization\": \"ghara ịkwagharị\",\n    \"immobilize\": \"ghara ịkwaga\",\n    \"immobilized\": \"agbagharị\",\n    \"immobilizer\": \"akwadoghị\",\n    \"immobilizes\": \"na-akwagharị\",\n    \"immobilizing\": \"na-agbagharị\",\n    \"immoderacy\": \"enweghị nchekasị\",\n    \"immoderately\": \"n'agha\",\n    \"immodest\": \"enweghi obi ume ala\",\n    \"immodesty\": \"enweghi obi ojoo\",\n    \"immodestly\": \"enweghị nsọpụrụ\",\n    \"immodish\": \"ebighi ebi\",\n    \"immolate\": \"gbanyụọ\",\n    \"immolated\": \"emegharịghị anya\",\n    \"immolates\": \"na-agbagharị\",\n    \"immolating\": \"na-egbu\",\n    \"immolation\": \"nbibi\",\n    \"immolations\": \"mmebi\",\n    \"immolator\": \"onye na-emechi anya\",\n    \"immoment\": \"enweghi ike\",\n    \"immomentous\": \"anwu\",\n    \"immonastered\": \"na-emonomi\",\n    \"immoral\": \"rụrụ arụ\",\n    \"immoralise\": \"omume rụrụ arụ\",\n    \"immoralised\": \"rụrụ arụ\",\n    \"immoralising\": \"rụrụ arụ\",\n    \"immoralism\": \"omume rụrụ arụ\",\n    \"immoralist\": \"onye na-eme omume rụrụ arụ\",\n    \"immorality\": \"omume rụrụ arụ\",\n    \"immoralities\": \"omume rụrụ arụ\",\n    \"immoralize\": \"na-eme omume rụrụ arụ\",\n    \"immoralized\": \"rụrụ arụ\",\n    \"immoralizing\": \"na-eme omume rụrụ arụ\",\n    \"immorally\": \"rụrụ arụ\",\n    \"immorigerous\": \"enweghị ume\",\n    \"immorigerousness\": \"Enweghị nsogbu\",\n    \"immortability\": \"anwụghị anwụ\",\n    \"immortable\": \"anwụghị anwụ\",\n    \"immortal\": \"anwụghị anwụ\",\n    \"immortalisable\": \"enweghị anwụ anwụ\",\n    \"immortalisation\": \"anwụghị anwụ\",\n    \"immortalise\": \"anwụghị anwụ\",\n    \"immortalised\": \"anwụghị anwụ\",\n    \"immortaliser\": \"anwụghị anwụ\",\n    \"immortalising\": \"adịghị anwụ anwụ\",\n    \"immortalism\": \"anwụghị anwụ\",\n    \"immortalist\": \"anwụghị anwụ\",\n    \"immortality\": \"anwụghị anwụ\",\n    \"immortalities\": \"anwụghị anwụ\",\n    \"immortalizable\": \"anwụ anwụ\",\n    \"immortalization\": \"anwụghị anwụ\",\n    \"immortalize\": \"anwụghị anwụ\",\n    \"immortalized\": \"anwụghị anwụ\",\n    \"immortalizer\": \"anwụ anwụ\",\n    \"immortalizes\": \"na-anwụ anwụ\",\n    \"immortalizing\": \"adịghị anwụ anwụ\",\n    \"immortally\": \"anwụ anwụ\",\n    \"immortalness\": \"anwụghị anwụ\",\n    \"immortals\": \"anwụghị anwụ\",\n    \"immortalship\": \"anwụghị anwụ\",\n    \"immortelle\": \"anwụghị anwụ\",\n    \"immortification\": \"imebighi ikike\",\n    \"immortified\": \"enweghi ike\",\n    \"immotility\": \"enweghi ike\",\n    \"immotioned\": \"kpaliri\",\n    \"immound\": \"ebighi ebi\",\n    \"immov\": \"adighi\",\n    \"immovability\": \"enweghi ike\",\n    \"immovable\": \"enweghi ike imeghari\",\n    \"immovableness\": \"ebighi ebi\",\n    \"immovables\": \"ihe omume\",\n    \"immovably\": \"enweghị ike\",\n    \"immoveability\": \"ebighi ebi\",\n    \"immoveable\": \"enweghi ike imeghari\",\n    \"immoveableness\": \"enweghị ike ịgbagharị\",\n    \"immoveables\": \"ihe omume\",\n    \"immoveably\": \"enweghị ike\",\n    \"immoved\": \"mkpali\",\n    \"immun\": \"mgbochi\",\n    \"immundicity\": \"anwụghị anwụ\",\n    \"immundity\": \"anwụghị anwụ\",\n    \"immune\": \"dịghịzi\",\n    \"immunes\": \"mgbe\",\n    \"immunisation\": \"ịgba ọgwụ mgbochi ọrịa\",\n    \"immunise\": \"igba ogwu\",\n    \"immunised\": \"ogwu\",\n    \"immuniser\": \"mgbochi\",\n    \"immunises\": \"ihe mgbochi\",\n    \"immunising\": \"ịgba ọgwụ mgbochi ọrịa\",\n    \"immunist\": \"onye mgbochi\",\n    \"immunity\": \"ọgụ\",\n    \"immunities\": \"immunity\",\n    \"immunization\": \"ịgba ọgwụ mgbochi ọrịa\",\n    \"immunizations\": \"ịgba ọgwụ mgbochi ọrịa\",\n    \"immunize\": \"igba ogwu\",\n    \"immunized\": \"ogwu\",\n    \"immunizer\": \"mgbochi\",\n    \"immunizes\": \"na-egbochi ọgwụ\",\n    \"immunizing\": \"ịgba ọgwụ mgbochi ọrịa\",\n    \"immunochemical\": \"ọgwụ mgbochi\",\n    \"immunochemistry\": \"ọgwụ mgbochi\",\n    \"immunology\": \"usoro mgbochi\",\n    \"immunologic\": \"ọgwụ mgbochi\",\n    \"immunologies\": \"ọgwụ mgbochi\",\n    \"immunologist\": \"ọkà mmụta ọgwụ\",\n    \"immunologists\": \"ndị na-agwọ ọrịa ọgwụ\",\n    \"immunopathologist\": \"onye na-agwọ ọrịa\",\n    \"immunoreaction\": \"enweghị mgbochi\",\n    \"immunoreactivity\": \"enweghị mgbochi\",\n    \"immunosuppressive\": \"enweghị ike mgbochi\",\n    \"immunotherapies\": \"ọgwụ mgbochi\",\n    \"immuration\": \"ochi oku\",\n    \"immurement\": \"immure\",\n    \"immures\": \"enweghi ike\",\n    \"immuring\": \"na-adọrọ adọrọ\",\n    \"immusically\": \"mgbe niile\",\n    \"immutability\": \"ebighi ebi\",\n    \"immutableness\": \"ebighi ebi\",\n    \"immutably\": \"mgbe niile\",\n    \"immutation\": \"Ntughari\",\n    \"immutual\": \"anwụghị anwụ\",\n    \"impacability\": \"enweghi ike\",\n    \"impacable\": \"impeccable\",\n    \"impack\": \"mmetụta\",\n    \"impackment\": \"ngwugwu\",\n    \"impact\": \"mmetụta\",\n    \"impacted\": \"mmetụta\",\n    \"impacter\": \"mmetụta\",\n    \"impacters\": \"mmetụta\",\n    \"impactful\": \"mmetụta\",\n    \"impacting\": \"na-emetụta\",\n    \"impaction\": \"mmetụta\",\n    \"impactite\": \"mmetụta\",\n    \"impactive\": \"anaghị arụ ọrụ\",\n    \"impactment\": \"mmetụta\",\n    \"impactor\": \"mmetụta\",\n    \"impacts\": \"metụtara\",\n    \"impactual\": \"mmetụta\",\n    \"impages\": \"nsogbu\",\n    \"impayable\": \"agaghị ekwe omume\",\n    \"impaint\": \"enweghị ike\",\n    \"impainted\": \"emetụla\",\n    \"impainting\": \"ịkpọgbu\",\n    \"impaints\": \"impa\",\n    \"impair\": \"imebi\",\n    \"impairable\": \"enweghị mmasị\",\n    \"impaired\": \"ntịghị\",\n    \"impairer\": \"enweghi ike\",\n    \"impairers\": \"ndị isi\",\n    \"impairing\": \"nsogbu\",\n    \"impairment\": \"mmebi\",\n    \"impairments\": \"mmebi\",\n    \"impairs\": \"adịghị arụ\",\n    \"impalace\": \"kpọgide\",\n    \"impalas\": \"ihe oyiyi\",\n    \"impalatable\": \"enweghị atụ\",\n    \"impale\": \"kpọgbue\",\n    \"impaled\": \"kpọgbue\",\n    \"impalement\": \"kpọgbue ya\",\n    \"impalements\": \"akpọgbu\",\n    \"impaler\": \"akpọgbu\",\n    \"impalers\": \"ndị na-egbu osisi\",\n    \"impales\": \"akpọgbu\",\n    \"impaling\": \"ịkọ ihe\",\n    \"impallid\": \"enweghị okwukwe\",\n    \"impalm\": \"oghom\",\n    \"impalmed\": \"enweghi nsogbu\",\n    \"impalpability\": \"enweghị ike\",\n    \"impalpably\": \"enweghị mmetụta\",\n    \"impalsy\": \"enweghị ọrụ\",\n    \"impanated\": \"enweghị ihe ọ bụla\",\n    \"impane\": \"gbasaa\",\n    \"impaneling\": \"impanel\",\n    \"impanelled\": \"gboo\",\n    \"impanelling\": \"impanel\",\n    \"impanels\": \"ike\",\n    \"impapyrated\": \"akpọrọ\",\n    \"imparadise\": \"ọkụ ala mmụọ\",\n    \"imparadised\": \"enweghị atụ\",\n    \"imparadising\": \"enweghị atụ\",\n    \"imparalleled\": \"enweghị atụ\",\n    \"imparasitic\": \"parasitic\",\n    \"impardonable\": \"enweghị mbibi\",\n    \"impardonably\": \"enweghị nkọwa\",\n    \"imparidigitate\": \"enweghị atụ\",\n    \"imparity\": \"emeghị eme\",\n    \"imparities\": \"enweghị àgwà\",\n    \"impark\": \"ikwupụta\",\n    \"imparkation\": \"nkọwapụta\",\n    \"imparked\": \"pụtara\",\n    \"imparking\": \"pụtara ìhè\",\n    \"imparl\": \"akara\",\n    \"imparlance\": \"enweghị atụ\",\n    \"imparled\": \"enweghị ikike\",\n    \"imparling\": \"atụ\",\n    \"impart\": \"nweta\",\n    \"impartability\": \"enweghị atụ\",\n    \"impartable\": \"enweghi mbata\",\n    \"impartance\": \"mkpa\",\n    \"impartation\": \"nweta\",\n    \"imparted\": \"nyere\",\n    \"imparters\": \"ihe abata\",\n    \"impartial\": \"ele mmadụ anya n'ihu\",\n    \"impartialism\": \"eleghị mmadụ anya n'ihu\",\n    \"impartialist\": \"ele mmadụ anya n'ihu\",\n    \"impartiality\": \"eleghị mmadụ anya n'ihu\",\n    \"impartially\": \"enweghị ele mmadụ anya n'ihu\",\n    \"impartialness\": \"eleghị mmadụ anya n'ihu\",\n    \"impartibilibly\": \"enweghị atụ\",\n    \"impartibility\": \"enweghị atụ\",\n    \"impartible\": \"enweghị atụ\",\n    \"impartibly\": \"enweghị atụ\",\n    \"imparticipable\": \"enweghị ike ibughari\",\n    \"imparting\": \"inye\",\n    \"impartite\": \"enweghi ike\",\n    \"impartive\": \"enweghị atụ\",\n    \"impartivity\": \"enweghị aha\",\n    \"impartment\": \"mbata\",\n    \"imparts\": \"-enye\",\n    \"impassability\": \"enweghi ikike\",\n    \"impassable\": \"agaghị agafe\",\n    \"impassableness\": \"enweghị ike ibugharị\",\n    \"impassably\": \"enweghị ike\",\n    \"impasse\": \"akwusi\",\n    \"impasses\": \"impass\",\n    \"impassibilibly\": \"enweghị ikike\",\n    \"impassibility\": \"enweghi ike ịga\",\n    \"impassible\": \"-agaghị aga\",\n    \"impassibleness\": \"ekweghi omume\",\n    \"impassibly\": \"enweghị ike\",\n    \"impassion\": \"ọmịiko\",\n    \"impassionable\": \"nwee mmetụta\",\n    \"impassionate\": \"nwee ọmịiko\",\n    \"impassionately\": \"ọmịiko\",\n    \"impassioned\": \"nwee ọmịiko\",\n    \"impassionedly\": \"nwee ọmịiko\",\n    \"impassionedness\": \"enweghị ọmịiko\",\n    \"impassioning\": \"nwee mmetụta\",\n    \"impassionment\": \"ọmịiko\",\n    \"impassive\": \"enweghị ike\",\n    \"impassively\": \"enweghi ike\",\n    \"impassiveness\": \"enweghị ikike\",\n    \"impastation\": \"impastast\",\n    \"impaste\": \"ikekwe\",\n    \"impasted\": \"ike gwụrụ\",\n    \"impastes\": \"impishes\",\n    \"impasto\": \"enweghi ike\",\n    \"impastoed\": \"impasto\",\n    \"impastos\": \"enweghi ike\",\n    \"impasture\": \"ọdachi\",\n    \"impaternate\": \"enweghị ike\",\n    \"impatible\": \"agaghị ekwe omume\",\n    \"impatience\": \"enweghi ndidi\",\n    \"impatiency\": \"enweghi ndidi\",\n    \"impatiens\": \"enweghị ndidi\",\n    \"impatient\": \"enweghị ndidi\",\n    \"impatientaceae\": \"enweghi ndidi\",\n    \"impatientaceous\": \"enweghị ndidi\",\n    \"impatiently\": \"enweghi ndidi\",\n    \"impatientness\": \"enweghi ndidi\",\n    \"impave\": \"kpọgide\",\n    \"impavid\": \"emeghi\",\n    \"impavidity\": \"enweghị atụ\",\n    \"impavidly\": \"ezighi ezi\",\n    \"impawn\": \"akpọrọ\",\n    \"impawned\": \"kpọgburu\",\n    \"impawning\": \"n'ilekọta\",\n    \"impawns\": \"akpọrọ\",\n    \"impeach\": \"impepe\",\n    \"impeachable\": \"Impeachable\",\n    \"impeachableness\": \"irpeachableness\",\n    \"impeached\": \"impepe\",\n    \"impeacher\": \"onye ikpe\",\n    \"impeachers\": \"ndị ikpe\",\n    \"impeaches\": \"abia\",\n    \"impeaching\": \"impepe\",\n    \"impeachment\": \"impepe\",\n    \"impeachments\": \"nwachị\",\n    \"impearled\": \"impear\",\n    \"impearling\": \"impear\",\n    \"impearls\": \"enweghi ike\",\n    \"impeccability\": \"enweghi ike impe\",\n    \"impeccance\": \"impepe\",\n    \"impeccunious\": \"amamịghe\",\n    \"impectinate\": \"na-epectomi\",\n    \"impecuniosity\": \"enweghị ntụpọ\",\n    \"impecunious\": \"abaghị uru\",\n    \"impecuniousness\": \"amaghi\",\n    \"imped\": \"agbaghara\",\n    \"impedances\": \"enweghị nsogbu\",\n    \"impede\": \"gbochie\",\n    \"impeded\": \"gbochie\",\n    \"impeder\": \"ihe mgbochi\",\n    \"impeders\": \"ihe mgbochi\",\n    \"impedes\": \"Na-egbochi\",\n    \"impedibility\": \"enweghi ike\",\n    \"impedible\": \"ekweghi ekwe\",\n    \"impedient\": \"ekwesighi\",\n    \"impediment\": \"ihe mgbochi\",\n    \"impedimenta\": \"nsogbu\",\n    \"impedimentary\": \"ihe mgbochi\",\n    \"impediments\": \"ihe mgbochi\",\n    \"impeding\": \"na-egbochi\",\n    \"impedingly\": \"agbachi\",\n    \"impedit\": \"mgbochi\",\n    \"impedite\": \"igbochi\",\n    \"impedition\": \"ihe mgbochi\",\n    \"impeditive\": \"enweghi ike\",\n    \"impedometer\": \"impedometa\",\n    \"impel\": \"kpalie\",\n    \"impelled\": \"kpaliri\",\n    \"impellent\": \"kemgwucha\",\n    \"impelling\": \"na-akpali\",\n    \"impellors\": \"impellor\",\n    \"impels\": \"na-akpali\",\n    \"impen\": \"ịkpali\",\n    \"impend\": \"wetara\",\n    \"impended\": \"kpaliri\",\n    \"impendence\": \"impedance\",\n    \"impendency\": \"impendend\",\n    \"impendent\": \"ihe mgbochi\",\n    \"impending\": \"na-abịanụ\",\n    \"impends\": \"pụtara\",\n    \"impenetrability\": \"Enweghi ike\",\n    \"impenetrable\": \"enweghi ike igbochi ya\",\n    \"impenetrableness\": \"enweghị ike ịbanye\",\n    \"impenetrably\": \"enweghi ike igbochi ya\",\n    \"impenetrate\": \"enweghi ike\",\n    \"impenetration\": \"impeneti\",\n    \"impenetrative\": \"na-agbasi ike\",\n    \"impenitence\": \"enweghi nchekwube\",\n    \"impenitency\": \"enweghi nchekwube\",\n    \"impenitent\": \"enweghi nchegharị\",\n    \"impenitently\": \"na-enweghị nchegharị\",\n    \"impenitentness\": \"ekweghi ekwe\",\n    \"impenitible\": \"ekweghi ekwe\",\n    \"impenitibleness\": \"ekweghi ekwe\",\n    \"impennate\": \"impenate\",\n    \"impeople\": \"ndị mmadụ\",\n    \"imper\": \"alaeze\",\n    \"imperance\": \"amamịghe\",\n    \"imperant\": \"amaghi\",\n    \"imperate\": \"dị mkpa\",\n    \"imperation\": \"arụ ọrụ\",\n    \"imperative\": \"dị oke mkpa\",\n    \"imperatively\": \"dị oke mkpa\",\n    \"imperatives\": \"dị mkpa\",\n    \"imperator\": \"onye impe\",\n    \"imperatorious\": \"amaghi\",\n    \"imperatorship\": \"ikike\",\n    \"imperceivable\": \"enweghị ike ịgbanwe\",\n    \"imperceivableness\": \"enweghị ike ịkwụsị\",\n    \"imperceivably\": \"enweghị atụ\",\n    \"imperceived\": \"enwetaghị\",\n    \"imperceiverant\": \"enweghi ike\",\n    \"imperceptibility\": \"enweghị ikike\",\n    \"imperceptible\": \"ekweghị\",\n    \"imperceptibleness\": \"enweghị ike\",\n    \"imperceptibly\": \"ekweghị\",\n    \"imperception\": \"echiche\",\n    \"imperceptive\": \"enweghi ike\",\n    \"imperceptiveness\": \"enweghị ikike\",\n    \"imperceptivity\": \"enweghị ike\",\n    \"impercipience\": \"enweghị ikike\",\n    \"impercipient\": \"enweghị ikike\",\n    \"imperdible\": \"enweghị nkwenye\",\n    \"imperf\": \"Enweghi ike\",\n    \"imperfect\": \"ezughị okè\",\n    \"imperfectability\": \"ezughị okè\",\n    \"imperfected\": \"ezughị oke\",\n    \"imperfectibility\": \"ezughị okè\",\n    \"imperfectible\": \"ezughị okè\",\n    \"imperfection\": \"ezughị okè\",\n    \"imperfections\": \"ezughị okè\",\n    \"imperfectious\": \"ezughị okè\",\n    \"imperfective\": \"ezughị okè\",\n    \"imperfectly\": \"ezughị okè\",\n    \"imperfectness\": \"ezughị okè\",\n    \"imperfects\": \"enweghị ntụpọ\",\n    \"imperforable\": \"ekweghi ekwe\",\n    \"imperforate\": \"unchapu\",\n    \"imperforated\": \"enweghi ike\",\n    \"imperforates\": \"na-egbochi\",\n    \"imperforation\": \"Enweghi ike\",\n    \"imperformable\": \"enweghi mgbanwe\",\n    \"impery\": \"ekweghị\",\n    \"imperia\": \"alaeze\",\n    \"imperial\": \"alaeze ukwu\",\n    \"imperialin\": \"alaeze ukwu\",\n    \"imperialine\": \"alaeze ukwu\",\n    \"imperialisation\": \"alaeze ukwu\",\n    \"imperialise\": \"ọchịchị alaeze ukwu\",\n    \"imperialised\": \"ndị ọchịchị\",\n    \"imperialising\": \"ikele eze\",\n    \"imperialism\": \"ọchịchị alaeze ukwu\",\n    \"imperialist\": \"onye isi alaeze ukwu\",\n    \"imperialistic\": \"alaeze ukwu\",\n    \"imperialistically\": \"alaeze\",\n    \"imperialists\": \"ndị ọchịchị\",\n    \"imperiality\": \"ọchịchị alaeze ukwu\",\n    \"imperialities\": \"ọchịchị alaeze ukwu\",\n    \"imperialization\": \"ochichi\",\n    \"imperialize\": \"mee ka o doo anya\",\n    \"imperialized\": \"enweghị ike\",\n    \"imperializing\": \"na-akpali akpali\",\n    \"imperially\": \"alaeze ukwu\",\n    \"imperialness\": \"ọchịchị alaeze ukwu\",\n    \"imperials\": \"alaeze\",\n    \"imperialty\": \"alaeze\",\n    \"imperil\": \"eze\",\n    \"imperiled\": \"enweghị nsogbu\",\n    \"imperiling\": \"ibibi\",\n    \"imperilled\": \"enweghị nsogbu\",\n    \"imperilling\": \"na-agbaghara\",\n    \"imperilment\": \"enweghị ikike\",\n    \"imperilments\": \"ọghọm\",\n    \"imperils\": \"alaeze\",\n    \"imperious\": \"enweghị iwu\",\n    \"imperiously\": \"enweghị iwu\",\n    \"imperiousness\": \"enweghị iwu\",\n    \"imperish\": \"ibibi\",\n    \"imperishability\": \"enweghị mbibi\",\n    \"imperishable\": \"ereghi ure\",\n    \"imperishableness\": \"enweghi ire ure\",\n    \"imperishably\": \"n'emebi iwu\",\n    \"imperite\": \"enweghị ike\",\n    \"imperium\": \"alaeze\",\n    \"imperiums\": \"alaeze\",\n    \"impermanence\": \"ekweghị\",\n    \"impermanency\": \"enweghị ike\",\n    \"impermanent\": \"enweghị ike\",\n    \"impermanently\": \"ekweghị\",\n    \"impermeability\": \"enweghị ike\",\n    \"impermeabilities\": \"enweghị ike\",\n    \"impermeabilization\": \"Enweghi ike\",\n    \"impermeabilize\": \"Enweghi ike\",\n    \"impermeable\": \"enweghị ike\",\n    \"impermeableness\": \"enweghị ike\",\n    \"impermeably\": \"enweghị ike\",\n    \"impermeated\": \"Enweghi ike\",\n    \"impermeator\": \"ikpo ọkụ\",\n    \"impermissibility\": \"enweghi ike\",\n    \"impermissible\": \"ekweghi ekwe\",\n    \"impermissibly\": \"ekweghị\",\n    \"impermixt\": \"Anyi\",\n    \"impermutable\": \"enweghị ike iwepụ\",\n    \"imperperia\": \"ihe omuma\",\n    \"imperscriptible\": \"enweghị atụ\",\n    \"imperseverant\": \"kpughee\",\n    \"impersonable\": \"impersonible\",\n    \"impersonal\": \"abụghị onye\",\n    \"impersonalise\": \"abụghị onye\",\n    \"impersonalised\": \"ejighi ya\",\n    \"impersonalising\": \"na-egosi\",\n    \"impersonalism\": \"abughi mmadu\",\n    \"impersonality\": \"enweghị onye\",\n    \"impersonalities\": \"abụghị onye\",\n    \"impersonalization\": \"onye ọ bụla\",\n    \"impersonalize\": \"ersonomie\",\n    \"impersonalized\": \"yie mmadụ\",\n    \"impersonalizing\": \"impersonising\",\n    \"impersonally\": \"onye nzuzu\",\n    \"impersonate\": \"ersonomie\",\n    \"impersonated\": \"ekebie\",\n    \"impersonates\": \"na-egosi\",\n    \"impersonating\": \"na-egosi\",\n    \"impersonation\": \"ersonbụ ụgha\",\n    \"impersonations\": \"nersonomi\",\n    \"impersonative\": \"ersonbụ ụgha\",\n    \"impersonator\": \"onye oersonomi\",\n    \"impersonators\": \"ndị na-eme ka ndị ọzọ\",\n    \"impersonatress\": \"onye oersonomi\",\n    \"impersonatrix\": \"onye oersonomi\",\n    \"impersonify\": \"gosipụta\",\n    \"impersonification\": \"nkebi iche\",\n    \"impersonization\": \"onye ọ bụla\",\n    \"impersonize\": \"ersonomie\",\n    \"imperspicable\": \"enweghị atụ\",\n    \"imperspicuous\": \"enweghị atụ\",\n    \"imperspirable\": \"agaghị ekwe omume\",\n    \"impersuadability\": \"Enweghi ike ibute\",\n    \"impersuadable\": \"impersible\",\n    \"impersuadableness\": \"Achọpụtaghị ya\",\n    \"impersuasibility\": \"Enweghị ike ịbụ\",\n    \"impersuasible\": \"enweghị mbibi\",\n    \"impersuasibleness\": \"abaghị uru\",\n    \"impersuasibly\": \"enweghị atụ\",\n    \"impertinacy\": \"enweghị ikike\",\n    \"impertinence\": \"enweghị isi\",\n    \"impertinences\": \"enweghị isi\",\n    \"impertinency\": \"enweghị ikike\",\n    \"impertinencies\": \"enweghị isi\",\n    \"impertinent\": \"enweghị isi\",\n    \"impertinently\": \"ekweghị\",\n    \"impertinentness\": \"enweghị ikike\",\n    \"impertransible\": \"enweghị ike ịgbanwe agbanwe\",\n    \"imperturbability\": \"enweghi ike\",\n    \"imperturbable\": \"enweghị ike ịgbanwe\",\n    \"imperturbableness\": \"ezughị ezu\",\n    \"imperturbably\": \"ekweghị\",\n    \"imperturbation\": \"mmebi iwu\",\n    \"imperturbed\": \"enweghị nsogbu\",\n    \"imperverse\": \"enweghị ike\",\n    \"impervertible\": \"enweghị ike ibibi\",\n    \"impervestigable\": \"enweghị ikike\",\n    \"imperviability\": \"enweghị ikike\",\n    \"imperviable\": \"enweghi ike\",\n    \"imperviableness\": \"enweghi ike\",\n    \"impervial\": \"nkechi\",\n    \"impervious\": \"enweghị ike\",\n    \"imperviously\": \"enweghị ike\",\n    \"imperviousness\": \"enweghị ike\",\n    \"impetition\": \"mmetụ\",\n    \"impetrable\": \"enweghi nsogbu\",\n    \"impetrate\": \"n'ike mmụọ\",\n    \"impetrated\": \"kwalite\",\n    \"impetrating\": \"na-agbali\",\n    \"impetration\": \"mmeri\",\n    \"impetrative\": \"impet\",\n    \"impetre\": \"n'ike\",\n    \"impetulantly\": \"na-agbasi ike\",\n    \"impetuosity\": \"enweghi ike\",\n    \"impetuosities\": \"enweghi ike\",\n    \"impetuous\": \"ike ike\",\n    \"impetuously\": \"n'ike\",\n    \"impetuousness\": \"enweghi ike\",\n    \"impetus\": \"nkwalite\",\n    \"impetuses\": \"nkwalite\",\n    \"impf\": \"ihe\",\n    \"imphees\": \"ihe ngosi\",\n    \"impicture\": \"impenti\",\n    \"impierceable\": \"impierti\",\n    \"impies\": \"pụtara\",\n    \"impiety\": \"enweghị nsọpụrụ\",\n    \"impieties\": \"enweghị nsogbu\",\n    \"impinged\": \"agbachi\",\n    \"impingement\": \"ihe mgbochi\",\n    \"impingements\": \"imping na\",\n    \"impingent\": \"enweghi nchekwube\",\n    \"impinger\": \"akara\",\n    \"impingers\": \"tinye\",\n    \"impinges\": \"imping\",\n    \"impings\": \"pụtara\",\n    \"impinguate\": \"ịkọwa\",\n    \"impiously\": \"impious\",\n    \"impiousness\": \"impness\",\n    \"impishness\": \"enweghị\",\n    \"impiteous\": \"impite\",\n    \"impitiably\": \"impitiiti\",\n    \"implacability\": \"enweghị ikike\",\n    \"implacableness\": \"Enweghị ikike\",\n    \"implacably\": \"a na-ekweghị omume\",\n    \"implacement\": \"mkpali\",\n    \"implacental\": \"enweghi ike\",\n    \"implacentate\": \"enweghị ikike\",\n    \"implant\": \"ịkụbanye\",\n    \"implantable\": \"akuku\",\n    \"implantation\": \"ịkụbanye\",\n    \"implanted\": \"kụrụ\",\n    \"implanting\": \"akuku\",\n    \"implants\": \"ịkụbanye\",\n    \"implastic\": \"ihe siri ike\",\n    \"implate\": \"ịkọwa\",\n    \"implausibility\": \"Ikekwe\",\n    \"implausibilities\": \"ikike\",\n    \"implausible\": \"O kwere omume\",\n    \"implausibleness\": \"Enweghị ikike\",\n    \"implausibly\": \"Enwere ike\",\n    \"implead\": \"imple\",\n    \"impleadable\": \"enweghị atụ\",\n    \"impleaded\": \"enweghi mmetụta\",\n    \"impleader\": \"onye imaatu\",\n    \"impleading\": \"anaghị adị ọcha\",\n    \"impleasing\": \"ihe na-adịghị mma\",\n    \"impledge\": \"imple\",\n    \"impledged\": \"abaghị uru\",\n    \"impledges\": \"ihe ngosi\",\n    \"impledging\": \"obibi\",\n    \"implement\": \"mejuputa\",\n    \"implementable\": \"mmejuputa\",\n    \"implemental\": \"mejuputa\",\n    \"implementation\": \"mmejuputa iwu\",\n    \"implementational\": \"mmejuputa iwu\",\n    \"implementations\": \"mmejuputa iwu\",\n    \"implemented\": \"emejuputa\",\n    \"implementer\": \"onye mmejuputa iwu\",\n    \"implementers\": \"ndị na-eme ihe\",\n    \"implementiferous\": \"mejuputa\",\n    \"implementing\": \"mmejuputa\",\n    \"implementor\": \"onye mmebe iwu\",\n    \"implementors\": \"ndị na-eme ihe\",\n    \"implements\": \"ngwa\",\n    \"implete\": \"ezughi oke\",\n    \"impletion\": \"imple\",\n    \"impletive\": \"ihe nzuzu\",\n    \"implex\": \"impex\",\n    \"imply\": \"pụtara\",\n    \"impliably\": \"pụtara\",\n    \"implial\": \"na-atụgharị uche\",\n    \"implicant\": \"ọkọnọ\",\n    \"implicants\": \"ihe ọ pụtara\",\n    \"implicate\": \"ịkpata\",\n    \"implicated\": \"ịkpata\",\n    \"implicately\": \"ịkpali\",\n    \"implicateness\": \"implicatness\",\n    \"implicates\": \"ibuana\",\n    \"implicating\": \"ịkpata\",\n    \"implication\": \"nchoputa\",\n    \"implicational\": \"nnabata\",\n    \"implications\": \"ibuana\",\n    \"implicative\": \"bara uru\",\n    \"implicatively\": \"pụtara\",\n    \"implicatory\": \"ịkpata\",\n    \"implicit\": \"isịne\",\n    \"implicity\": \"nnabata\",\n    \"implicitly\": \"n'ụzọ zuru ezu\",\n    \"implicitness\": \"omume rụrụ arụ\",\n    \"implied\": \"ekwu\",\n    \"impliedly\": \"pụtara\",\n    \"impliedness\": \"enweghị isi\",\n    \"implies\": \"pụtara\",\n    \"implying\": \"na-egosi\",\n    \"impling\": \"ibu\",\n    \"implodent\": \"enweghị mmasị\",\n    \"imploding\": \"na-arịọ\",\n    \"imploration\": \"implolo\",\n    \"implorator\": \"onye nyocha\",\n    \"implore\": \"ịrịọ arịrịọ\",\n    \"implored\": \"rịọrọ\",\n    \"implorers\": \"ndị na-arịọ arịrịọ\",\n    \"implores\": \"na-arịọ arịrịọ\",\n    \"imploring\": \"na-arịọ\",\n    \"implosive\": \"enweghị atụ\",\n    \"implosively\": \"kpam kpam\",\n    \"implume\": \"mbata\",\n    \"implumed\": \"na-etinye\",\n    \"implunge\": \"ndaba\",\n    \"impocket\": \"ikike\",\n    \"impoison\": \"ikike\",\n    \"impoisoner\": \"onye aka ike\",\n    \"impolarizable\": \"Impolarizable\",\n    \"impolicy\": \"enweghị iwu\",\n    \"impolicies\": \"Ajọ mmụọ\",\n    \"impolished\": \"ndabia\",\n    \"impolite\": \"enweghị isi\",\n    \"impolitely\": \"enweghị isi\",\n    \"impoliteness\": \"enweghị isi\",\n    \"impolitic\": \"enweghị iwu\",\n    \"impolitical\": \"enweghị ụkpụrụ\",\n    \"impolitically\": \"enweghị isi\",\n    \"impoliticalness\": \"enweghị isi\",\n    \"impoliticly\": \"n'echeghị echiche\",\n    \"impoliticness\": \"enweghị isi\",\n    \"impollute\": \"nzuzu\",\n    \"imponderableness\": \"enweghị atụ\",\n    \"imponderably\": \"enweghị atụ\",\n    \"imponderous\": \"enweghị isi\",\n    \"imponed\": \"tụgbue\",\n    \"imponent\": \"ihe obula\",\n    \"imponing\": \"ndondo\",\n    \"impoor\": \"adịghị mma\",\n    \"impopular\": \"enweghị mmasị\",\n    \"imporosity\": \"anaghi arapu\",\n    \"imporous\": \"amaghi\",\n    \"import\": \"ibubata\",\n    \"importability\": \"mbubata\",\n    \"importable\": \"ebubata\",\n    \"importableness\": \"mbubata\",\n    \"importably\": \"ibubata\",\n    \"importance\": \"mkpa\",\n    \"importancy\": \"mbubata\",\n    \"important\": \"dị mkpa\",\n    \"importantly\": \"dị mkpa\",\n    \"importation\": \"ibubata\",\n    \"importations\": \"mbubata\",\n    \"imported\": \"ebubata\",\n    \"importer\": \"onye mbubata\",\n    \"importers\": \"ndị na-ebubata ngwaahịa\",\n    \"importing\": \"ibubata\",\n    \"importless\": \"ebubata\",\n    \"importment\": \"mbubata\",\n    \"importray\": \"ibubata\",\n    \"importraiture\": \"ibubata ihe\",\n    \"imports\": \"bubata\",\n    \"importunable\": \"importan\",\n    \"importunacy\": \"mkpa\",\n    \"importunance\": \"mkpa\",\n    \"importunate\": \"ibubata\",\n    \"importunately\": \"bara uru\",\n    \"importunateness\": \"enweghị isi\",\n    \"importunator\": \"onye mbubata\",\n    \"importune\": \"mbubata\",\n    \"importuned\": \"ebubata\",\n    \"importunely\": \"enweghị\",\n    \"importunement\": \"mbubata\",\n    \"importuner\": \"ibubata\",\n    \"importunes\": \"ibubata\",\n    \"importuning\": \"ibubata\",\n    \"importunite\": \"ibubata\",\n    \"importunity\": \"ibubata ọrịa\",\n    \"importunities\": \"mbubata\",\n    \"imposable\": \"Imposable\",\n    \"imposableness\": \"imposable\",\n    \"imposal\": \"imali\",\n    \"impose\": \"wetara\",\n    \"imposed\": \"nye iwu\",\n    \"imposement\": \"mmanye\",\n    \"imposer\": \"onye na-ebuli ihe\",\n    \"imposers\": \"ndị na-eweta ihe\",\n    \"imposes\": \"wetara\",\n    \"imposing\": \"nnabata\",\n    \"imposingly\": \"nnukwu ihe\",\n    \"imposingness\": \"nnukwu ikike\",\n    \"imposition\": \"nnabata\",\n    \"impositional\": \"onodu\",\n    \"impositions\": \"nnabata\",\n    \"impositive\": \"abaghị uru\",\n    \"impossibilia\": \"agaghị ekwe omume\",\n    \"impossibilification\": \"agaghị ekwe omume\",\n    \"impossibilism\": \"enweghị ike\",\n    \"impossibilist\": \"agaghị ekwe omume\",\n    \"impossibilitate\": \"agaghị ekwe omume\",\n    \"impossibility\": \"enweghi ike\",\n    \"impossibilities\": \"ekweghị omume\",\n    \"impossible\": \"agaghị ekwe omume\",\n    \"impossibleness\": \"agaghị ekwe omume\",\n    \"impossibly\": \"agaghị ekwe omume\",\n    \"impost\": \"idet\",\n    \"imposted\": \"na-adi\",\n    \"imposterous\": \"adịgboroja\",\n    \"imposters\": \"ndị nduhie\",\n    \"imposthumate\": \"imesa mmadụ\",\n    \"imposting\": \"postomi\",\n    \"impostor\": \"onye nduhie\",\n    \"impostorism\": \"nduhie\",\n    \"impostors\": \"ndị nduhie\",\n    \"impostorship\": \"adịgboroja\",\n    \"impostress\": \"onye nduhie\",\n    \"impostrix\": \"ihe ndu\",\n    \"impostrous\": \"adịgboroja\",\n    \"imposts\": \"ihe ntanetị\",\n    \"impostumation\": \"adịgboroja\",\n    \"imposture\": \"adịgboroja\",\n    \"impostures\": \"adịgboroja\",\n    \"impostury\": \"nduhie\",\n    \"imposturism\": \"nduhie\",\n    \"imposturous\": \"adịgboroja\",\n    \"imposure\": \"nnabata\",\n    \"impotable\": \"enweghi ike\",\n    \"impotence\": \"Enweghị ike\",\n    \"impotences\": \"Enweghi ike\",\n    \"impotency\": \"enweghi ike\",\n    \"impotencies\": \"Enweghị ike\",\n    \"impotent\": \"adịghị ike\",\n    \"impotently\": \"enweghi ike\",\n    \"impotentness\": \"enweghi ike\",\n    \"impotents\": \"enweghi ike\",\n    \"impoundable\": \"enweghi ike\",\n    \"impounded\": \"jidere\",\n    \"impounder\": \"buru ibu\",\n    \"impounding\": \"anakpọ\",\n    \"impoundment\": \"nnweta\",\n    \"impoundments\": \"ibu\",\n    \"impounds\": \"impo\",\n    \"impoverish\": \"daa ogbenye\",\n    \"impoverished\": \"dara ogbenye\",\n    \"impoverishes\": \"daa ogbenye\",\n    \"impoverishing\": \"ịda ogbenye\",\n    \"impoverishment\": \"ịda ogbenye\",\n    \"impower\": \"ike\",\n    \"impowered\": \"ekweghi\",\n    \"impowering\": \"na-akwado\",\n    \"impracticable\": \"enweghị atụ\",\n    \"impracticableness\": \"enweghị atụ\",\n    \"impracticably\": \"enweghị atụ\",\n    \"impractical\": \"enweghị uru\",\n    \"impracticality\": \"enweghị ọrụ\",\n    \"impractically\": \"enweghị atụ\",\n    \"imprecant\": \"enweghi isi\",\n    \"imprecate\": \"enweghi isi\",\n    \"imprecating\": \"ihe osise\",\n    \"imprecator\": \"ihe ojoo\",\n    \"imprecators\": \"ihe ojoo\",\n    \"imprecise\": \"ezughị oke\",\n    \"imprecisely\": \"ezughị oke\",\n    \"impreciseness\": \"ezighi ezi\",\n    \"imprecision\": \"nzuzu\",\n    \"impredicability\": \"enweghị atụ\",\n    \"impredicable\": \"enweghị atụ\",\n    \"impregnable\": \"ekweghi ekwe\",\n    \"impregnableness\": \"impregnable\",\n    \"impregnably\": \"enweghi ike\",\n    \"impregnant\": \"impregreg\",\n    \"impregnating\": \"ọgbụgba\",\n    \"impregned\": \"etinyere\",\n    \"impregning\": \"imebi\",\n    \"imprejudicate\": \"enweghị asị\",\n    \"imprejudice\": \"enweghị asị\",\n    \"impremeditate\": \"enweghị ikike\",\n    \"impreparation\": \"impreparare\",\n    \"impresa\": \"ihe\",\n    \"imprescience\": \"enweghi isi\",\n    \"imprescribable\": \"enweghị atụ\",\n    \"imprescriptible\": \"enweghị ederede\",\n    \"imprescriptibly\": \"enweghị ederede\",\n    \"imprese\": \"inwe mmasị\",\n    \"impress\": \"inwe mmasị\",\n    \"impressable\": \"kemmasi\",\n    \"impressari\": \"mmasị\",\n    \"impressario\": \"ihe ngosi\",\n    \"impressed\": \"masịrị\",\n    \"impressedly\": \"masịrị\",\n    \"impresser\": \"ihe ngosi\",\n    \"impressers\": \"mmasị\",\n    \"impresses\": \"masịrị\",\n    \"impressibility\": \"ngosipụta\",\n    \"impressible\": \"kemmasi\",\n    \"impressibleness\": \"pụtara ìhè\",\n    \"impressibly\": \"n'ụzọ dị egwu\",\n    \"impressing\": \"akpali mmasị\",\n    \"impression\": \"echiche\",\n    \"impressionableness\": \"mmetụta impressable ness\",\n    \"impressionably\": \"impressionable\",\n    \"impressional\": \"mmetụta\",\n    \"impressionalist\": \"impressalist\",\n    \"impressionally\": \"n'echiche\",\n    \"impressionary\": \"ihe ngosi\",\n    \"impressionis\": \"impressionism\",\n    \"impressionists\": \"ihe mmetụta\",\n    \"impressionless\": \"enweghị mmetụta\",\n    \"impressions\": \"ihe ngosi\",\n    \"impressive\": \"nnukwu\",\n    \"impressively\": \"n'ụzọ na-akpali mmasị\",\n    \"impressiveness\": \"nnukwu\",\n    \"impressment\": \"mmetụta\",\n    \"impressments\": \"ihe ngosi\",\n    \"impressor\": \"onye na-adọrọ mmasị\",\n    \"impressure\": \"mkpali\",\n    \"imprest\": \"iweta\",\n    \"imprested\": \"a napụrụ ya\",\n    \"imprests\": \"abata\",\n    \"impreventable\": \"enweghị atụ\",\n    \"imprevisibility\": \"enweghị ike\",\n    \"imprevisible\": \"enweghị ike ịhụ\",\n    \"imprevision\": \"echiche\",\n    \"imprime\": \"ihe mgbochi\",\n    \"impriment\": \"imprim\",\n    \"imprint\": \"akara\",\n    \"imprinted\": \"imprinti\",\n    \"imprinters\": \"ihe akara\",\n    \"imprinting\": \"imprini\",\n    \"imprints\": \"akara\",\n    \"imprison\": \"tụọ mkpọrọ\",\n    \"imprisonable\": \"a tụọ mkpọrọ\",\n    \"imprisoned\": \"tụọ ya mkpọrọ\",\n    \"imprisoner\": \"onye nga\",\n    \"imprisoning\": \"mkpọrọ\",\n    \"imprisonment\": \"mkpọrọ\",\n    \"imprisonments\": \"mkpọrọ\",\n    \"imprisons\": \"mkpọrọ\",\n    \"improbability\": \"enweghi ike\",\n    \"improbabilities\": \"enweghi ike\",\n    \"improbabilize\": \"emezighi\",\n    \"improbable\": \"enweghi ike\",\n    \"improbableness\": \"enweghi ike\",\n    \"improbably\": \"eleghi anya\",\n    \"improbate\": \"enweghi ike\",\n    \"improbation\": \"mbido\",\n    \"improbative\": \"ebughi oke\",\n    \"improbatory\": \"ekweghị\",\n    \"improbity\": \"ekweghị\",\n    \"improcreant\": \"adịghị mma\",\n    \"improcurability\": \"ekwesighi\",\n    \"improcurable\": \"ekweghi ukwe\",\n    \"improducible\": \"agaghị ekwe omume\",\n    \"improduction\": \"nzube\",\n    \"improficience\": \"adabaghị\",\n    \"improficiency\": \"ezughị oke\",\n    \"improfitable\": \"ekwesighi\",\n    \"improgressive\": \"adịghị mma\",\n    \"improgressively\": \"na-emeghị ihe\",\n    \"improgressiveness\": \"adịghị mma\",\n    \"improlificate\": \"enweghị atụ\",\n    \"improlificical\": \"enweghị isi\",\n    \"impromptuary\": \"impromptu ary\",\n    \"impromptuist\": \"impromptus\",\n    \"improof\": \"melite\",\n    \"improper\": \"ezighi ezi\",\n    \"improperation\": \"enweghị ọrụ\",\n    \"improperly\": \"ezighi ezi\",\n    \"improperness\": \"ezighi ezi\",\n    \"impropitious\": \"impropition\",\n    \"impropriate\": \"ekwesighi\",\n    \"impropriated\": \"ekwetaghị\",\n    \"impropriating\": \"na-eme ihe\",\n    \"impropriation\": \"mmebi iwu\",\n    \"impropriatrice\": \"ekwesighi\",\n    \"impropriatrix\": \"agbasaghị\",\n    \"impropriety\": \"ekwesighi ekwesighi\",\n    \"improprieties\": \"ezighi ezi\",\n    \"improprium\": \"ezighi ezi\",\n    \"improsperity\": \"ezighi ezi\",\n    \"improsperous\": \"enweghị ọrụ\",\n    \"improvability\": \"ekwesighi\",\n    \"improvable\": \"ekwesighi\",\n    \"improvableness\": \"ekwesighi\",\n    \"improvably\": \"agaghị ekwe omume\",\n    \"improve\": \"melite\",\n    \"improved\": \"mma\",\n    \"improvement\": \"mmelite\",\n    \"improvements\": \"ndozi\",\n    \"improver\": \"emebughị\",\n    \"improvers\": \"na-emezighị emezi\",\n    \"improvership\": \"mbughari\",\n    \"improves\": \"ka mma\",\n    \"improvided\": \"ebughi\",\n    \"improvidence\": \"enweghi ike\",\n    \"improvident\": \"adịghị mma\",\n    \"improvidentially\": \"ezighi ezi\",\n    \"improvidently\": \"ebughi ụzọ\",\n    \"improving\": \"imeziwanye\",\n    \"improvingly\": \"na-emewanye nke ọma\",\n    \"improvisate\": \"imeziwanye\",\n    \"improvisation\": \"nhazi\",\n    \"improvisational\": \"na-emezighị emezi\",\n    \"improvisations\": \"mmezigharị\",\n    \"improvisatize\": \"melite\",\n    \"improvisator\": \"nhazi\",\n    \"improvisatore\": \"nkwalite\",\n    \"improvisatory\": \"na-emezighị emezi\",\n    \"improvisatorial\": \"nhazi\",\n    \"improvisatorially\": \"ezighi ezi\",\n    \"improvisatorize\": \"imezigharịa\",\n    \"improvisatrice\": \"ezighi ezi\",\n    \"improvise\": \"mebie\",\n    \"improvised\": \"emegharị\",\n    \"improvisedly\": \"kpachapụrụ anya\",\n    \"improviser\": \"nhazi\",\n    \"improvisers\": \"ndị na-emezigharị ihe\",\n    \"improvises\": \"imezi ihe\",\n    \"improvising\": \"imepe\",\n    \"improvision\": \"mmezi\",\n    \"improviso\": \"imezi\",\n    \"improvisor\": \"onye nhazi\",\n    \"improvisors\": \"ndị na-eme atụmatụ\",\n    \"improvvisatore\": \"nkwalite\",\n    \"improvvisatori\": \"mbata\",\n    \"imprudence\": \"enweghị isi\",\n    \"imprudency\": \"enweghị isi\",\n    \"imprudent\": \"enweghi isi\",\n    \"imprudential\": \"enweghị isi\",\n    \"imprudently\": \"enweghi isi\",\n    \"imprudentness\": \"enweghị isi\",\n    \"impship\": \"imps\",\n    \"impudence\": \"enweghị isi\",\n    \"impudency\": \"enweghị isi\",\n    \"impudencies\": \"enweghị isi\",\n    \"impudent\": \"ekweghị\",\n    \"impudently\": \"n'ekwubeghi\",\n    \"impudentness\": \"enweghị isi\",\n    \"impudicity\": \"enweghị isi\",\n    \"impugned\": \"impugged\",\n    \"impugning\": \"na-atụgharị\",\n    \"impuissant\": \"enweghi obi ojoo\",\n    \"impulse\": \"mkpali\",\n    \"impulsed\": \"kpaliri\",\n    \"impulses\": \"mkpali\",\n    \"impulsing\": \"na-akwado ya\",\n    \"impulsions\": \"impulsion\",\n    \"impulsive\": \"na-enweghị isi\",\n    \"impulsively\": \"n'echeghị echiche\",\n    \"impulsiveness\": \"Mberede\",\n    \"impulsor\": \"na-akpali akpali\",\n    \"impulsory\": \"keukwu\",\n    \"impunctual\": \"enweghi ikike\",\n    \"impunctuality\": \"enweghị isi\",\n    \"impunely\": \"enweghị isi\",\n    \"impunible\": \"-agbalighi\",\n    \"impunibly\": \"enweghị\",\n    \"impunity\": \"enweghi ntaramahụhụ\",\n    \"impunities\": \"enweghi nsogbu\",\n    \"impunitive\": \"enweghi ntaramahụhụ\",\n    \"impuration\": \"ihe mmịnye\",\n    \"impure\": \"adịghị ọcha\",\n    \"impurely\": \"adịghị ọcha\",\n    \"impureness\": \"adịghị ọcha\",\n    \"impurify\": \"adịghị ọcha\",\n    \"impuritan\": \"dị ọcha\",\n    \"impuritanism\": \"ịdị ọcha\",\n    \"impurity\": \"adịghị ọcha\",\n    \"impurities\": \"adịghị ọcha\",\n    \"impurple\": \"enweghi ike\",\n    \"imput\": \"ntinye\",\n    \"imputable\": \"agbagha\",\n    \"imputableness\": \"ezighi ezi\",\n    \"imputably\": \"agbaghị\",\n    \"imputation\": \"nkọwasị\",\n    \"imputative\": \"enweghi isi\",\n    \"imputatively\": \"enweghị isi\",\n    \"imputativeness\": \"enweghị isi\",\n    \"imputed\": \"ekwu\",\n    \"imputedly\": \"pụtara\",\n    \"imputer\": \"ibunye\",\n    \"imputers\": \"ndị na-ebubata ihe\",\n    \"imputes\": \"pụtara\",\n    \"imputing\": \"na-egosi\",\n    \"imputrescence\": \"abaghị uru\",\n    \"imputrescibility\": \"enweghị ikike\",\n    \"imputrescible\": \"ekweghi ekwe\",\n    \"imputting\": \"pụtara\",\n    \"impv\": \"mbuk\",\n    \"imsonic\": \"enweghi ike\",\n    \"in\": \"n'ime\",\n    \"inability\": \"enweghị ike\",\n    \"inabilities\": \"nkwarụ\",\n    \"inable\": \"enweghị ike\",\n    \"inabordable\": \"enweghị ike ịbanye\",\n    \"inabstinence\": \"enweghi ike\",\n    \"inabusively\": \"enweghị ike\",\n    \"inaccentuation\": \"inacentuation\",\n    \"inacceptable\": \"adịghị anakwere\",\n    \"inaccessibility\": \"keerughi\",\n    \"inaccessible\": \"keerughi\",\n    \"inaccessibleness\": \"keerughi\",\n    \"inaccessibly\": \"keerughi\",\n    \"inaccordance\": \"adabaghi\",\n    \"inaccordancy\": \"adabaghị\",\n    \"inaccordant\": \"adabaghị\",\n    \"inaccordantly\": \"ezighi ezi\",\n    \"inaccuracy\": \"ezighi ezi\",\n    \"inaccuracies\": \"adabaghị\",\n    \"inaccurate\": \"etịbe\",\n    \"inaccurately\": \"ezighi ezi\",\n    \"inaccurateness\": \"ezighi ezi\",\n    \"inacquaintance\": \"amaghị ama\",\n    \"inactinic\": \"abaghị uru\",\n    \"inaction\": \"arụ ọrụ\",\n    \"inactionist\": \"arụghị ọrụ\",\n    \"inactions\": \"arụ ọrụ\",\n    \"inactivated\": \"anaghi arụ ọrụ\",\n    \"inactive\": \"anaghị arụ ọrụ\",\n    \"inactively\": \"na-adịghị arụ ọrụ\",\n    \"inactiveness\": \"adịghị ọrụ\",\n    \"inactivity\": \"arụghị ọrụ\",\n    \"inactivities\": \"adịghị ike\",\n    \"inadaptable\": \"enweghị atụ\",\n    \"inadeptly\": \"ezughi oke\",\n    \"inadeptness\": \"enweghị ike\",\n    \"inadequacy\": \"ezughi oke\",\n    \"inadequacies\": \"erughị eru\",\n    \"inadequate\": \"ezughi oke\",\n    \"inadequately\": \"ezughi oke\",\n    \"inadequateness\": \"ezughi oke\",\n    \"inadequation\": \"ezughi oke\",\n    \"inadequative\": \"ezughi oke\",\n    \"inadherent\": \"enweghi ike\",\n    \"inadjustability\": \"adịghị agbanwe agbanwe\",\n    \"inadjustable\": \"enweghị mgbanwe\",\n    \"inadmissability\": \"ekweghị\",\n    \"inadmissable\": \"ekweghi anabata\",\n    \"inadmissibility\": \"ekweghị\",\n    \"inadmissible\": \"ekweghi anabata\",\n    \"inadmissibly\": \"anabataghị\",\n    \"inadvertant\": \"na-ekwughị ihe ọ bụla\",\n    \"inadvertantly\": \"n'amaghị ama\",\n    \"inadvertence\": \"n'amaghị ama\",\n    \"inadvertencies\": \"enweghị ọrụ\",\n    \"inadvertent\": \"n'amaghi ama\",\n    \"inadvertently\": \"n'amaghị ama\",\n    \"inadvisability\": \"enweghị ike\",\n    \"inadvisable\": \"enweghị atụ\",\n    \"inadvisableness\": \"enweghị atụ\",\n    \"inadvisably\": \"enweghị atụ\",\n    \"inadvisedly\": \"n'adighi nma\",\n    \"inaesthetic\": \"adịghị mma\",\n    \"inaffability\": \"enweghi ike idi\",\n    \"inaffable\": \"enweghi ike ibibi\",\n    \"inaffected\": \"emetụtaghị\",\n    \"inaggressive\": \"na-eme ihe ike\",\n    \"inaidable\": \"enweghị ike\",\n    \"inaidible\": \"ekweghi omume\",\n    \"inalacrity\": \"enweghị mbibi\",\n    \"inalienable\": \"enweghị atụ\",\n    \"inalienableness\": \"enweghị atụ\",\n    \"inalienably\": \"enweghi ike inwu\",\n    \"inalterability\": \"enweghị ike ịrụ ọrụ\",\n    \"inalterable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"inalterableness\": \"enweghị ike ịgbanwe agbanwe\",\n    \"inalterably\": \"enweghị atụ\",\n    \"inanest\": \"ihe na-adịghị mma\",\n    \"inanimadvertence\": \"ekwenyeghi\",\n    \"inanimate\": \"adịghị ndụ\",\n    \"inanimated\": \"na-achịkọta\",\n    \"inanimately\": \"enweghị atụ\",\n    \"inanimateness\": \"ịdị n'otu\",\n    \"inanimation\": \"inomi\",\n    \"inanity\": \"enweghi ike\",\n    \"inanities\": \"adịghị\",\n    \"inanition\": \"ndụ\",\n    \"inapparent\": \"adịghị egosi\",\n    \"inapparently\": \"n'adighi anya\",\n    \"inappealable\": \"inwaputa\",\n    \"inappeasable\": \"na-enweghị atụ\",\n    \"inappellability\": \"ekweghi ekwe omume\",\n    \"inappellable\": \"enweghị atụ\",\n    \"inappetence\": \"enweghị ike\",\n    \"inappetency\": \"enweghị ike\",\n    \"inappetent\": \"enweghị ike\",\n    \"inappetible\": \"enweghi ike ime\",\n    \"inapplicability\": \"enweghị ike ime\",\n    \"inapplicable\": \"enweghị ike itinye n'ọrụ\",\n    \"inapplicableness\": \"enweghị ike itinye aka\",\n    \"inapplicably\": \"enweghị ihe ọ bụla\",\n    \"inapplication\": \"ntinye\",\n    \"inappositely\": \"enweghị atụ\",\n    \"inappositeness\": \"enweghị ọrụ\",\n    \"inappreciability\": \"enweghị ekele\",\n    \"inappreciable\": \"enweghị atụ\",\n    \"inappreciably\": \"n’enweghị ekele\",\n    \"inappreciation\": \"enweghị ekele\",\n    \"inappreciative\": \"enweghị ekele\",\n    \"inappreciatively\": \"na-enweghị ekele\",\n    \"inappreciativeness\": \"enweghị ekele\",\n    \"inapprehensibility\": \"enweghi nghota\",\n    \"inapprehensible\": \"enweghị nghọta\",\n    \"inapprehensibly\": \"enweghị nghọta\",\n    \"inapprehension\": \"enweghị nghọta\",\n    \"inapprehensively\": \"enweghị nghọta\",\n    \"inapprehensiveness\": \"ezughi oke\",\n    \"inapproachability\": \"ekwenyeghi\",\n    \"inapproachable\": \"enweghi ike ibute ya\",\n    \"inapproachably\": \"ina-ezighi ezi\",\n    \"inappropriable\": \"ekwesighi\",\n    \"inappropriableness\": \"ekwesighi ekwesighi\",\n    \"inappropriate\": \"ekwesịghị ekwesị\",\n    \"inappropriately\": \"na-ekwesịghị ekwesị\",\n    \"inappropriateness\": \"ekwesighi ekwesighi\",\n    \"inaptitude\": \"enweghị isi\",\n    \"inaptness\": \"enweghi ike\",\n    \"inaquate\": \"adabaghi\",\n    \"inaqueous\": \"adịghị mma\",\n    \"inarable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"inarched\": \"inarita\",\n    \"inarguable\": \"nke a na-apụghị ịgbagha agbagha\",\n    \"inarguably\": \"enweghị mgbagha\",\n    \"inarmed\": \"ejighị n'aka\",\n    \"inarms\": \"uwe ime\",\n    \"inarticulated\": \"enweghị atụ\",\n    \"inartificial\": \"arụghị arụ\",\n    \"inartificiality\": \"arụghị arụ\",\n    \"inartificially\": \"n'arụghị arụ\",\n    \"inartificialness\": \"arụghị arụ\",\n    \"inartistic\": \"enweghị atụ\",\n    \"inartistical\": \"enweghị atụ\",\n    \"inartisticality\": \"enweghị okwukwe\",\n    \"inassimilable\": \"enweghị atụ\",\n    \"inassuageable\": \"enweghị ike ịkwụsị\",\n    \"inattention\": \"ịatta ntị\",\n    \"inattentive\": \"anaghị etinye uche\",\n    \"inattentively\": \"echeghi echiche\",\n    \"inattentiveness\": \"etinyeghị uche\",\n    \"inaudible\": \"enweghị ike ịnụ ihe\",\n    \"inaudibleness\": \"enweghị ike\",\n    \"inaugur\": \"emepe\",\n    \"inaugurals\": \"ememe\",\n    \"inaugurate\": \"eguzobe\",\n    \"inaugurated\": \"eguzobe\",\n    \"inaugurates\": \"na-emeghe\",\n    \"inaugurating\": \"na-emepe emepe\",\n    \"inauguration\": \"nraranye\",\n    \"inaugurations\": \"mmeghe\",\n    \"inaugurative\": \"eguzobe\",\n    \"inaugurator\": \"onye mmeghe\",\n    \"inauguratory\": \"inaugurati\",\n    \"inaugurer\": \"onye mmeghe\",\n    \"inauration\": \"ntinye\",\n    \"inauspicate\": \"enweghị atụ\",\n    \"inauspicious\": \"enweghị atụ\",\n    \"inauspiciously\": \"na-enweghị atụ\",\n    \"inauspiciousness\": \"enweghi ike\",\n    \"inauthentic\": \"ezighi ezi\",\n    \"inauthenticity\": \"ezighi ezi\",\n    \"inauthoritative\": \"na-akwadoghị\",\n    \"inauthoritativeness\": \"ekwenyeghi\",\n    \"inbbred\": \"inbred\",\n    \"inbd\": \"imdb\",\n    \"inbe\": \"abụ m\",\n    \"inbeaming\": \"inbe\",\n    \"inbearing\": \"inbe\",\n    \"inbeing\": \"inbe\",\n    \"inbeings\": \"inbebe\",\n    \"inbetweener\": \"ke ufọt ufọt\",\n    \"inby\": \"n'ime\",\n    \"inbye\": \"kechi\",\n    \"inbirth\": \"ịmụ nwa\",\n    \"inbits\": \"ihe ntinye\",\n    \"inboard\": \"n'ime\",\n    \"inboards\": \"n'ime mbadamba\",\n    \"inbody\": \"inwe\",\n    \"inbond\": \"inbound\",\n    \"inborn\": \"bu n'afọ\",\n    \"inbounds\": \"inbound\",\n    \"inbread\": \"inbred\",\n    \"inbreak\": \"na ezumike\",\n    \"inbreaking\": \"na-agbasa\",\n    \"inbreathed\": \"e toro\",\n    \"inbreather\": \"kebibi\",\n    \"inbreathing\": \"na-agbake\",\n    \"inbreeder\": \"onye na-azụ ihe\",\n    \"inbreeding\": \"ịzụlite\",\n    \"inbringing\": \"ịzụ\",\n    \"inbrought\": \"na esemokwu\",\n    \"inburnt\": \"ingbasi\",\n    \"inburst\": \"inbu\",\n    \"inbursts\": \"mbata\",\n    \"inc\": \"Inc.\",\n    \"incage\": \"ndaba\",\n    \"incaged\": \"agbada\",\n    \"incages\": \"agbaghara\",\n    \"incaging\": \"na-akpali akpali\",\n    \"incalculability\": \"enweghị atụ\",\n    \"incalculable\": \"enweghị atụ\",\n    \"incalculableness\": \"enweghị ike ịgụta ọnụ\",\n    \"incalculably\": \"enweghị atụ\",\n    \"incaliculate\": \"gbaa ọgwụ\",\n    \"incalver\": \"agbali\",\n    \"incalving\": \"na-agbakwunye\",\n    \"incameration\": \"ntinye\",\n    \"incamp\": \"ibusa\",\n    \"incandent\": \"incand\",\n    \"incandesce\": \"mbido\",\n    \"incandesced\": \"incandes\",\n    \"incandescency\": \"ndagwurugwu\",\n    \"incandescent\": \"oriọna\",\n    \"incandescing\": \"incandging\",\n    \"incant\": \"enweghị m ike\",\n    \"incantation\": \"incant\",\n    \"incantator\": \"incant\",\n    \"incanton\": \"na canton\",\n    \"incapability\": \"enweghi ike\",\n    \"incapabilities\": \"enweghị ike\",\n    \"incapable\": \"enweghi ike\",\n    \"incapableness\": \"enweghi ike\",\n    \"incapably\": \"enweghi ike\",\n    \"incapacious\": \"enweghi ike\",\n    \"incapaciousness\": \"enweghị ike\",\n    \"incapacitated\": \"nkwarụ\",\n    \"incapacity\": \"enweghi ike\",\n    \"incapacities\": \"adịghị ike\",\n    \"incapsulated\": \"encapsulated\",\n    \"incapsulating\": \"encapsulation\",\n    \"incapsulation\": \"encapsulation\",\n    \"incarcerate\": \"nọ n'ụlọ mkpọrọ\",\n    \"incarcerated\": \"nọ n'ụlọ mkpọrọ\",\n    \"incarcerates\": \"nọ n'ụlọ mkpọrọ\",\n    \"incarcerating\": \"mkpọrọ\",\n    \"incarceration\": \"nga eji\",\n    \"incarcerations\": \"nga eji\",\n    \"incarcerative\": \"nga\",\n    \"incarcerator\": \"onye eji\",\n    \"incarcerators\": \"ndị mkpọrọ\",\n    \"incardinated\": \"agbakwunye\",\n    \"incardinating\": \"agbakwunye\",\n    \"incardination\": \"incardard\",\n    \"incarmined\": \"atụghị\",\n    \"incarnadined\": \"arụsị\",\n    \"incarnalise\": \"bụrụ mmadụ\",\n    \"incarnalised\": \"ghọọ mmadụ\",\n    \"incarnalize\": \"ghọọ mmadụ\",\n    \"incarnalized\": \"ghọọ mmadụ\",\n    \"incarnalizing\": \"atụgharị mmadụ\",\n    \"incarnant\": \"bụrụ mmadụ\",\n    \"incarnate\": \"ghọọ mmadụ\",\n    \"incarnated\": \"ghọọ mmadụ\",\n    \"incarnating\": \"abụrụ mmadụ\",\n    \"incarnation\": \"nbanye\",\n    \"incarnationist\": \"onye anakpo\",\n    \"incarve\": \"incarar\",\n    \"incase\": \"adịghị ama ama\",\n    \"incased\": \"kpaliri\",\n    \"incasement\": \"ọnya\",\n    \"incases\": \"na-abata\",\n    \"incasing\": \"na-akpali akpali\",\n    \"incastellated\": \"na-emerụ emerụ\",\n    \"incatenate\": \"mbido\",\n    \"incatenation\": \"mbata\",\n    \"incaution\": \"ịdọ aka ná ntị\",\n    \"incautious\": \"-adịghị akọ\",\n    \"incautiously\": \"n'amaghị ama\",\n    \"incautiousness\": \"enweghị uche\",\n    \"incavated\": \"togburu\",\n    \"incede\": \"tinye\",\n    \"incedingly\": \"N'egwuregwu\",\n    \"incend\": \"kpalie\",\n    \"incendious\": \"dị egwu\",\n    \"incense\": \"ihe nsure ọkụ na-esi ísì ụtọ\",\n    \"incensed\": \"were iwe\",\n    \"incenseless\": \"na-enweghị isi\",\n    \"incensement\": \"incensens\",\n    \"incenser\": \"iwe oku\",\n    \"incenses\": \"kpalie\",\n    \"incensing\": \"agbali\",\n    \"incension\": \"mbepụ\",\n    \"incensive\": \"ihe mkpali\",\n    \"incensories\": \"akwụkwọ ikike\",\n    \"incensurable\": \"enweghị atụ\",\n    \"incenter\": \"ịkpali\",\n    \"incentive\": \"ihe mkpali\",\n    \"incentively\": \"ihe mkpali\",\n    \"incentives\": \"ihe mkpali\",\n    \"incentor\": \"ike\",\n    \"incentre\": \"ịkpali\",\n    \"incepting\": \"incept\",\n    \"inception\": \"mmalite\",\n    \"inceptions\": \"inception\",\n    \"inceptively\": \"inceptive\",\n    \"inceptors\": \"ihe mgbochi\",\n    \"inceration\": \"igba oku\",\n    \"incertain\": \"ejighi n'aka\",\n    \"incertainty\": \"ejighị n'aka\",\n    \"incertitude\": \"enweghị ikike\",\n    \"incessable\": \"enweghi ike ịgbanwe\",\n    \"incessably\": \"enweghi ike\",\n    \"incessancy\": \"enweghi ike\",\n    \"incessant\": \"n'akwụsịghị akwụsị\",\n    \"incessantly\": \"n'akwụsịghị akwụsị\",\n    \"incessantness\": \"enweghi ike\",\n    \"incession\": \"ibanye\",\n    \"incest\": \"iman\",\n    \"incests\": \"Ogwugwu\",\n    \"incestuous\": \"ezinaụlọ\",\n    \"incestuously\": \"n'esighi ike\",\n    \"incestuousness\": \"ịkporo mmadụ\",\n    \"incgrporate\": \"itinye n'ime\",\n    \"inchain\": \"iku ume\",\n    \"inchangeable\": \"kennyeghari\",\n    \"inchant\": \"ikpo oku\",\n    \"incharitable\": \"Ihe adighi ike\",\n    \"incharity\": \"ekweghị\",\n    \"inchase\": \"gbaa\",\n    \"inchastity\": \"n'ịdị ọcha\",\n    \"incher\": \"kpọbata\",\n    \"inches\": \"sentimita asatọ\",\n    \"inchoacy\": \"arụ ọrụ\",\n    \"inchoant\": \"adịghị mfe\",\n    \"inchoate\": \"kpoo\",\n    \"inchoated\": \"kpoo\",\n    \"inchoately\": \"n'echeghị echiche\",\n    \"inchoateness\": \"enweghị nsogbu\",\n    \"inchoative\": \"na-akpali akpali\",\n    \"inchoatively\": \"na-akpali akpali\",\n    \"inchworm\": \"anụ ọhịa\",\n    \"incicurable\": \"enweghị ọgwụgwọ\",\n    \"incide\": \"itinye\",\n    \"incidence\": \"omume\",\n    \"incidency\": \"mbanye\",\n    \"incident\": \"ihe merenụ\",\n    \"incidental\": \"na mberede\",\n    \"incidentalist\": \"na-enwe ihe mere\",\n    \"incidentally\": \"na mberede\",\n    \"incidentalness\": \"ihe ndapụta\",\n    \"incidentals\": \"ihe ndapụta\",\n    \"incidentless\": \"mere obere\",\n    \"incidently\": \"na mberede\",\n    \"incidents\": \"ihe omume\",\n    \"incinerable\": \"incine oku\",\n    \"incinerate\": \"igba oku\",\n    \"incinerated\": \"igba oku\",\n    \"incinerates\": \"na-akpọ ọkụ\",\n    \"incinerating\": \"n'inye oku\",\n    \"incineration\": \"igba oku\",\n    \"incinerations\": \"igba oku\",\n    \"incinerator\": \"onye oku\",\n    \"incinerators\": \"oku oku\",\n    \"incircumscriptible\": \"agaghị ekwe ka edebanye ya\",\n    \"incircumscription\": \"debanye aha\",\n    \"incircumspect\": \"abaghị uru\",\n    \"incircumspection\": \"mbido\",\n    \"incircumspectly\": \"na-agbasaghị\",\n    \"incircumspectness\": \"ezighi ezi\",\n    \"incisal\": \"tinye\",\n    \"incised\": \"ewe iwe\",\n    \"incisely\": \"incisly\",\n    \"incises\": \"na-akpata\",\n    \"incising\": \"na-akpali\",\n    \"incision\": \"mbepụ\",\n    \"incisions\": \"ọnụọgụ\",\n    \"incisive\": \"incisis\",\n    \"incisively\": \"iche\",\n    \"incisiveness\": \"ịkpali\",\n    \"incisors\": \"incis\",\n    \"incysted\": \"nwere nsogbu\",\n    \"incisure\": \"ohere\",\n    \"incisures\": \"ihe ịchọ mma\",\n    \"incitability\": \"enweghị ike\",\n    \"incitable\": \"na-akpasu iwe\",\n    \"incitant\": \"incit\",\n    \"incitants\": \"incit\",\n    \"incitate\": \"kpalie\",\n    \"incitation\": \"itationkpọ\",\n    \"incitations\": \"onyinye\",\n    \"incitative\": \"na-akpali akpali\",\n    \"incite\": \"ikpali\",\n    \"incited\": \"kpaliri\",\n    \"incitement\": \"ịkpasu iwe\",\n    \"incitements\": \"agbaghara\",\n    \"inciter\": \"na-akpali akpali\",\n    \"inciters\": \"kpalie\",\n    \"incites\": \"na-akpali\",\n    \"inciting\": \"akpali\",\n    \"incitingly\": \"na-akpali akpali\",\n    \"incitive\": \"ihe na-akpali akpali\",\n    \"incitress\": \"tinye\",\n    \"incivilities\": \"ihe ojoo\",\n    \"incl\": \"gụnyere\",\n    \"inclamation\": \"mbufụt\",\n    \"inclasp\": \"tinye\",\n    \"inclasped\": \"Na-agbanye\",\n    \"inclasping\": \"Na-etinye\",\n    \"inclaudent\": \"sie ike\",\n    \"inclavate\": \"tinye\",\n    \"inclave\": \"kpọọ\",\n    \"incle\": \"nwanne nna\",\n    \"inclemency\": \"enweghị ike\",\n    \"inclemencies\": \"nsogbu\",\n    \"inclement\": \"sie ike\",\n    \"inclemently\": \"inclelyly\",\n    \"inclementness\": \"enweghị nchekwube\",\n    \"inclinable\": \"nwere ọchịchọ\",\n    \"inclinableness\": \"ọchịchọ\",\n    \"inclination\": \"uche\",\n    \"inclinational\": \"ọchịchọ\",\n    \"inclinations\": \"ọchịchọ\",\n    \"inclinator\": \"onye obi ya\",\n    \"inclinatory\": \"ọchịchọ\",\n    \"inclinatorily\": \"na-atụgharị uche\",\n    \"incline\": \"uche\",\n    \"inclined\": \"chọrọ\",\n    \"incliner\": \"masịrị\",\n    \"incliners\": \"ndị chọrọ\",\n    \"inclines\": \"chọrọ\",\n    \"inclining\": \"na-achọ\",\n    \"inclip\": \"Bipute\",\n    \"inclipped\": \"agbakwunye\",\n    \"inclips\": \"tinye\",\n    \"inclose\": \"itinye\",\n    \"inclosed\": \"itiba\",\n    \"incloser\": \"imechi\",\n    \"inclosers\": \"imechi\",\n    \"incloses\": \"gụnyere\",\n    \"inclosing\": \"gụnyere\",\n    \"inclosure\": \"imechi\",\n    \"incloude\": \"gụnye\",\n    \"includable\": \"nke a na-agbakwunye\",\n    \"include\": \"gụnye\",\n    \"included\": \"gụnyere\",\n    \"includedness\": \"gụnyere ness\",\n    \"includer\": \"Gụnyere\",\n    \"includes\": \"na-agụnye\",\n    \"includible\": \"ekwenyeghi\",\n    \"including\": \"na nsonye\",\n    \"incluse\": \"tinye\",\n    \"inclusion\": \"Nsonye\",\n    \"inclusionist\": \"tinye\",\n    \"inclusions\": \"gụnyere\",\n    \"inclusive\": \"yana idobe okirikiri\",\n    \"inclusively\": \"gụnyere\",\n    \"inclusiveness\": \"ịgụnye\",\n    \"inclusory\": \"gụnyere\",\n    \"inclusus\": \"gụnyere\",\n    \"incoached\": \"tinye\",\n    \"incoacted\": \"onyekwere\",\n    \"incoagulable\": \"enweghị ike ikwu okwu\",\n    \"incoalescence\": \"enweghi ike\",\n    \"incocted\": \"kpere\",\n    \"incoercible\": \"ekweghị\",\n    \"incoexistence\": \"enweghị ndụ\",\n    \"incogent\": \"na-agbanwe agbanwe\",\n    \"incogitable\": \"incog\",\n    \"incogitancy\": \"incocitancy\",\n    \"incogitant\": \"incokitant\",\n    \"incogitantly\": \"n'emeghị ihe ọ bụla\",\n    \"incogitative\": \"Na-etinye ihe ike\",\n    \"incognite\": \"incognito\",\n    \"incognitive\": \"incognito\",\n    \"incognitos\": \"incognito\",\n    \"incognizability\": \"amaghị ihe ọ bụla\",\n    \"incognizable\": \"ihe anabataghi\",\n    \"incognizance\": \"amaghị ihe\",\n    \"incognizant\": \"amaghị ihe\",\n    \"incognoscible\": \"ihe omimi\",\n    \"incogs\": \"tinye\",\n    \"incoherence\": \"ekwekọghị\",\n    \"incoherency\": \"enweghị ego\",\n    \"incoherencies\": \"Enweghị ego\",\n    \"incoherent\": \"enweghị ihe jikọrọ ya\",\n    \"incoherentific\": \"incoherentification\",\n    \"incoherently\": \"enweghị nsogbu\",\n    \"incoherentness\": \"ekweghị\",\n    \"incohering\": \"ebikọ\",\n    \"incohesion\": \"mbido\",\n    \"incohesive\": \"ọkụ\",\n    \"incoincidence\": \"enweghi nsogbu\",\n    \"incoincident\": \"enweghị atụ\",\n    \"incomber\": \"enweghị atụ\",\n    \"incombining\": \"abata\",\n    \"incombustibility\": \"arụghị ọrụ\",\n    \"incombustible\": \"okpokoro\",\n    \"incombustibleness\": \"ego anaghị emebi emebi\",\n    \"incombustibly\": \"okpokoro\",\n    \"incombustion\": \"combustion\",\n    \"income\": \"ego\",\n    \"incomeless\": \"enweghị ego\",\n    \"incomer\": \"abata\",\n    \"incomers\": \"abata\",\n    \"incomes\": \"ego\",\n    \"incoming\": \"na-abata\",\n    \"incomings\": \"nnabata\",\n    \"incommend\": \"inwetaka\",\n    \"incommensurability\": \"enweghị atụ\",\n    \"incommensurable\": \"enweghị atụ\",\n    \"incommensurableness\": \"enweghị atụ\",\n    \"incommensurably\": \"enweghị atụ\",\n    \"incommensurate\": \"agbachaghị agbacha\",\n    \"incommensurately\": \"na-ezughị ezu\",\n    \"incommensurateness\": \"ezughị oke\",\n    \"incommiscibility\": \"enweghị ikike\",\n    \"incommiscible\": \"enweghị ike iwepu\",\n    \"incommixed\": \"agwakọta\",\n    \"incommodate\": \"adabaghi\",\n    \"incommodation\": \"enweghị ebe obibi\",\n    \"incommode\": \"mbido\",\n    \"incommoded\": \"emeghị ihe\",\n    \"incommodement\": \"adịghị edozi ahụ\",\n    \"incommodes\": \"ekweghị\",\n    \"incommoding\": \"adịghị edozi\",\n    \"incommodious\": \"adabaghị adaba\",\n    \"incommodiously\": \"na-enweghị atụ\",\n    \"incommodiousness\": \"enweghị atụ\",\n    \"incommodity\": \"enweghị ike\",\n    \"incommodities\": \"erughị eru\",\n    \"incommunicability\": \"enweghị ike ịbanye\",\n    \"incommunicable\": \"enweghị nkwurịta okwu\",\n    \"incommunicableness\": \"enweghị ike ikwu okwu\",\n    \"incommunicably\": \"na nzuzo\",\n    \"incommunicado\": \"zuru ezu\",\n    \"incommunicated\": \"gbasaa\",\n    \"incommunicative\": \"ozi\",\n    \"incommunicatively\": \"na nzuzo\",\n    \"incommunicativeness\": \"mgbasa ozi\",\n    \"incommutability\": \"enweghị ikike\",\n    \"incommutable\": \"enweghị atụ\",\n    \"incommutableness\": \"enweghị atụ\",\n    \"incommutably\": \"na-enweghị atụ\",\n    \"incompact\": \"adabaghi\",\n    \"incompacted\": \"etinyereghi\",\n    \"incompactly\": \"ezughi oke\",\n    \"incompactness\": \"arụghị ọrụ\",\n    \"incomparability\": \"enweghị atụ\",\n    \"incomparable\": \"enweghị atụ\",\n    \"incomparableness\": \"enweghị atụ\",\n    \"incomparably\": \"enweghị atụ\",\n    \"incompared\": \"atụnyere\",\n    \"incompassion\": \"enweghị ọmịiko\",\n    \"incompassionate\": \"enweghị ọmịiko\",\n    \"incompassionately\": \"enweghị mmasi\",\n    \"incompassionateness\": \"enweghị ọmịiko\",\n    \"incompatibility\": \"ndakọrịta\",\n    \"incompatibilities\": \"ekwekọghị ekwekọ\",\n    \"incompatible\": \"ekwekọghị\",\n    \"incompatibleness\": \"ekwenti ness\",\n    \"incompatibles\": \"ekwekọghị\",\n    \"incompatibly\": \"ndakọrịta\",\n    \"incompendious\": \"akwụ ụgwọ\",\n    \"incompensated\": \"akwụ ụgwọ\",\n    \"incompensation\": \"nkwụ ụgwọ\",\n    \"incompentence\": \"enweghị ike\",\n    \"incompetence\": \"enweghị ike\",\n    \"incompetency\": \"enweghị ike\",\n    \"incompetencies\": \"enweghị ike\",\n    \"incompetent\": \"amaghi ama\",\n    \"incompetently\": \"amaghi ama\",\n    \"incompetentness\": \"enweghị ọrụ\",\n    \"incompetents\": \"enweghị isi\",\n    \"incompetible\": \"enweghị ike\",\n    \"incompletability\": \"ezughị ezu\",\n    \"incompletable\": \"ezughị ezu\",\n    \"incompletableness\": \"ezughị ezu\",\n    \"incomplete\": \"ezughi oke\",\n    \"incompleted\": \"emechaghi\",\n    \"incompletely\": \"ezughi oke\",\n    \"incompleteness\": \"izu ezu\",\n    \"incompletion\": \"ezughị ezu\",\n    \"incomplex\": \"ezughị ezu\",\n    \"incompliable\": \"enweghị atụ\",\n    \"incompliance\": \"enweghị isi\",\n    \"incompliancy\": \"enweghị ọrụ\",\n    \"incompliancies\": \"enweghị ọrụ\",\n    \"incompliant\": \"enweghị isi\",\n    \"incompliantly\": \"enweghị atụ\",\n    \"incomplicate\": \"adịghị mgbagwoju anya\",\n    \"incomplying\": \"na-esonye\",\n    \"incomportable\": \"mbata\",\n    \"incomposed\": \"anaghị etinye\",\n    \"incomposedly\": \"n'ụzọ\",\n    \"incomposedness\": \"enweghị\",\n    \"incomposite\": \"enweghị atụ\",\n    \"incompossibility\": \"enweghị ike\",\n    \"incompossible\": \"agaghị ekwe omume\",\n    \"incomposure\": \"enweghị ike\",\n    \"incomprehended\": \"aghọtabeghị\",\n    \"incomprehending\": \"nghọta\",\n    \"incomprehendingly\": \"enweghị nghọta\",\n    \"incomprehense\": \"ezughị ezu\",\n    \"incomprehensibility\": \"enweghị nghọta\",\n    \"incomprehensible\": \"enweghị nghọta\",\n    \"incomprehensibleness\": \"enweghị nghọta\",\n    \"incomprehensibly\": \"enweghị nghọta\",\n    \"incomprehensiblies\": \"enweghị nghọta\",\n    \"incomprehension\": \"enweghị nghọta\",\n    \"incomprehensive\": \"enweghị nghọta\",\n    \"incomprehensively\": \"enweghị nghọta\",\n    \"incomprehensiveness\": \"enweghị nghọta\",\n    \"incompressable\": \"enweghị atụ\",\n    \"incompressibility\": \"Enweghị nkọwa\",\n    \"incompressible\": \"enweghị atụ\",\n    \"incompressibleness\": \"enweghị atụ\",\n    \"incompressibly\": \"enweghị atụ\",\n    \"incompt\": \"ezughi oke\",\n    \"incomputable\": \"agbali\",\n    \"incomputably\": \"enweghị ego\",\n    \"inconcealable\": \"nke a na-apụghị ịgbagha agbagha\",\n    \"inconceivability\": \"nkwenye\",\n    \"inconceivabilities\": \"nkwarụ\",\n    \"inconceivable\": \"enweghị uche\",\n    \"inconceivableness\": \"nke a na-apụghị ịghọta aghọta\",\n    \"inconceivably\": \"enweghị nkwenye\",\n    \"inconceptible\": \"ekweghi ekwe\",\n    \"inconcernino\": \"Enweghị nsogbu\",\n    \"inconcievable\": \"agaghị ekwe nghọta\",\n    \"inconciliable\": \"ekweghi ekwe\",\n    \"inconcinn\": \"enweghị nsogbu\",\n    \"inconcinnate\": \"aghara aghara\",\n    \"inconcinnately\": \"enweghị nsogbu\",\n    \"inconcinnity\": \"enweghị nsogbu\",\n    \"inconcinnous\": \"enweghị nchekasị\",\n    \"inconcludent\": \"enweghị nkwekọrịta\",\n    \"inconcluding\": \"agbasaghị\",\n    \"inconclusible\": \"ekweghi ekwe\",\n    \"inconclusion\": \"na ngwụcha\",\n    \"inconclusive\": \"enweghị isi\",\n    \"inconclusively\": \"enweghị isi\",\n    \"inconclusiveness\": \"enweghị ike\",\n    \"inconcoct\": \"enweghị nsogbu\",\n    \"inconcocted\": \"etinyere\",\n    \"inconcoction\": \"mgbochi\",\n    \"inconcrete\": \"enweghị nkọwa\",\n    \"inconcurrent\": \"enweghị nsogbu\",\n    \"inconcurring\": \"anaghị ekwe ekwe\",\n    \"inconcussible\": \"enweghị mgbagha\",\n    \"incondensability\": \"enweghị atụ\",\n    \"incondensable\": \"enweghị atụ\",\n    \"incondensibility\": \"enweghị atụ\",\n    \"incondensible\": \"enweghị atụ\",\n    \"incondite\": \"enweghị atụ\",\n    \"inconditional\": \"onodu\",\n    \"inconditionate\": \"enweghị atụ\",\n    \"inconditioned\": \"etinyeghi\",\n    \"inconducive\": \"anaghị edozi ahụ\",\n    \"inconel\": \"enweghi nsogbu\",\n    \"inconfirm\": \"kwenye\",\n    \"inconfirmed\": \"ekwenyela\",\n    \"inconform\": \"adịghị agbanwe agbanwe\",\n    \"inconformable\": \"enweghị mgbanwe\",\n    \"inconformably\": \"ekweghi ekwe\",\n    \"inconformity\": \"enweghi nsogbu\",\n    \"inconfused\": \"agbaghị\",\n    \"inconfusedly\": \"aghara aghara\",\n    \"inconfusion\": \"nkwenye\",\n    \"inconfutable\": \"nkwenye\",\n    \"inconfutably\": \"enweghị nkwanye\",\n    \"incongealable\": \"nke a na-apụghị ịgbanwe agbanwe\",\n    \"incongealableness\": \"ekweghi ekwe omume\",\n    \"incongenerous\": \"enweghị atụ\",\n    \"incongruence\": \"enweghị nkwekọrịta\",\n    \"incongruent\": \"ekweghị\",\n    \"incongruently\": \"enweghị atụ\",\n    \"incongruity\": \"ekweghị ekwe\",\n    \"incongruities\": \"ekweghị\",\n    \"incongruous\": \"ekwekọghị ekwekọ\",\n    \"incongruousness\": \"ezighi ezi\",\n    \"inconjoinable\": \"enweghị atụ\",\n    \"inconjunct\": \"enweghị nsogbu\",\n    \"inconnected\": \"enweghị njikọ\",\n    \"inconnectedness\": \"enweghi nsogbu\",\n    \"inconnection\": \"nsogbu\",\n    \"inconnexion\": \"Enweghị ntụpọ\",\n    \"inconnus\": \"enweghị nsogbu\",\n    \"inconquerable\": \"enweghi nghari\",\n    \"inconscience\": \"enweghi uche\",\n    \"inconscient\": \"amaghị ama\",\n    \"inconsciently\": \"amaghị ama\",\n    \"inconscionable\": \"enweghị isi\",\n    \"inconscious\": \"amaghi ama\",\n    \"inconsciously\": \"amaghi ama\",\n    \"inconsecutive\": \"enweghị isi\",\n    \"inconsecutively\": \"Enweghị isi\",\n    \"inconsecutiveness\": \"enweghị isi\",\n    \"inconsequence\": \"enweghị isi\",\n    \"inconsequent\": \"enweghị isi\",\n    \"inconsequentia\": \"enweghị isi\",\n    \"inconsequential\": \"enweghị isi\",\n    \"inconsequentiality\": \"enweghị isi\",\n    \"inconsequentially\": \"enweghị isi\",\n    \"inconsequently\": \"enweghị isi\",\n    \"inconsequentness\": \"enweghị isi\",\n    \"inconsiderable\": \"enweghị atụ\",\n    \"inconsiderableness\": \"enweghị atụ\",\n    \"inconsiderably\": \"enweghị atụ\",\n    \"inconsiderate\": \"echebaraghị echiche\",\n    \"inconsiderately\": \"icheghị echiche\",\n    \"inconsiderateness\": \"enweghị nchekwube\",\n    \"inconsideration\": \"ichebara echiche\",\n    \"inconsidered\": \"echeghị\",\n    \"inconsistable\": \"ekweghi\",\n    \"inconsistence\": \"ekweghị\",\n    \"inconsistences\": \"ekweghị\",\n    \"inconsistency\": \"ekweghị\",\n    \"inconsistencies\": \"ekweghị\",\n    \"inconsistent\": \"ekweghị\",\n    \"inconsistently\": \"ekweghị\",\n    \"inconsistentness\": \"ekweghị\",\n    \"inconsolability\": \"ekweghị ekwe omume\",\n    \"inconsolable\": \"apụghị ịkasi obi\",\n    \"inconsolableness\": \"ekweghị ala ala\",\n    \"inconsolably\": \"aghara aghara\",\n    \"inconsolate\": \"enweghị obi ụtọ\",\n    \"inconsolately\": \"enweghị nkwanye ùgwù\",\n    \"inconsonance\": \"enweghị nkwekọrịta\",\n    \"inconsonant\": \"ekweghị ekwe\",\n    \"inconsonantly\": \"enweghị atụ\",\n    \"inconspicuous\": \"enweghị atụ\",\n    \"inconspicuously\": \"a na-enweghị atụ\",\n    \"inconspicuousness\": \"enweghị atụ\",\n    \"inconstance\": \"enweghi\",\n    \"inconstancy\": \"ezighi ezi\",\n    \"inconstant\": \"enweghị\",\n    \"inconstantly\": \"mgbe niile\",\n    \"inconstantness\": \"enweghị ike\",\n    \"inconsultable\": \"enweghị atụ\",\n    \"inconsumable\": \"enweghị atụ\",\n    \"inconsumably\": \"enweghị atụ\",\n    \"inconsumed\": \"agbasaghị\",\n    \"inconsummate\": \"inconsummation\",\n    \"inconsumptible\": \"enweghị atụ\",\n    \"incontaminable\": \"enweghị ihe mgbochi\",\n    \"incontaminate\": \"ikpochapu\",\n    \"incontaminateness\": \"enweghị nchekwube\",\n    \"incontemptible\": \"enweghị atụ\",\n    \"incontestability\": \"enweghị ike ịma aka\",\n    \"incontestabilities\": \"enweghị nsogbu\",\n    \"incontestable\": \"ihe a na-apụghị ịgbagha agbagha\",\n    \"incontestableness\": \"ihe a na-apụghị ịkọwa akọwa\",\n    \"incontestably\": \"agbagha\",\n    \"incontested\": \"agbabeghi\",\n    \"incontiguous\": \"enweghị atụ\",\n    \"incontinence\": \"eriri afọ\",\n    \"incontinency\": \"enweghị nsogbu\",\n    \"incontinencies\": \"enweghị nsogbu\",\n    \"incontinent\": \"enweghị eriri afọ\",\n    \"incontinently\": \"enweghị nsogbu\",\n    \"incontinuity\": \"enweghị isi\",\n    \"incontinuous\": \"anaghị akwụsị akwụsị\",\n    \"incontracted\": \"ejighi\",\n    \"incontractile\": \"enweghị atụ\",\n    \"incontraction\": \"ihe mgbochi\",\n    \"incontrollable\": \"enweghị nchịkwa\",\n    \"incontrollably\": \"enweghị nchịkwa\",\n    \"incontrolled\": \"anaghị achịkwa\",\n    \"incontrovertible\": \"enweghị ike ịgbanwe agbanwe\",\n    \"incontrovertibleness\": \"enweghị ike ịgbanwe agbanwe\",\n    \"incontrovertibly\": \"enweghị mgbagha\",\n    \"inconvenience\": \"mgbaka\",\n    \"inconvenienced\": \"nsogbu\",\n    \"inconveniences\": \"mgbaka\",\n    \"inconveniency\": \"mgbaka\",\n    \"inconveniencies\": \"mgbaka\",\n    \"inconveniencing\": \"mgbaka\",\n    \"inconvenient\": \"kemmekpa ahu\",\n    \"inconvenienti\": \"enweghị mgbaka\",\n    \"inconveniently\": \"n'enweghị nsogbu\",\n    \"inconvenientness\": \"mgbaka\",\n    \"inconversable\": \"ịgbanyụ agbagha\",\n    \"inconversant\": \"enweghị mgbagha\",\n    \"inconversibility\": \"enweghị ike ịgbanwe agbanwe\",\n    \"inconverted\": \"ịgbanwee\",\n    \"inconvertibility\": \"enweghị ike ịgbanwe agbanwe\",\n    \"inconvertibilities\": \"enweghị ike ịgbanwe agbanwe\",\n    \"inconvertible\": \"enweghị ike ịgbanwe agbanwe\",\n    \"inconvertibleness\": \"enweghị ike ịgbanwe agbanwe\",\n    \"inconvertibly\": \"enweghị nkwanye ùgwù\",\n    \"inconvinced\": \"ekwenyeghi\",\n    \"inconvincedly\": \"enweghị nghọta\",\n    \"inconvincibility\": \"ekweghi ekwe\",\n    \"inconvincible\": \"ekweghi ekwe ekwe\",\n    \"inconvincibly\": \"enweghị nkwenye\",\n    \"incoordinate\": \"tinyekwuo\",\n    \"incoordinated\": \"tinyekọtara\",\n    \"incoordination\": \"incoordido\",\n    \"incopresentability\": \"Enweghị njirimara\",\n    \"incopresentable\": \"enweghị atụ\",\n    \"incor\": \"ezighi ezi\",\n    \"incord\": \"ekweghị\",\n    \"incornished\": \"gbarụọ\",\n    \"incoronated\": \"tinye\",\n    \"incorp\": \"ezighi ezi\",\n    \"incorporable\": \"etinyere\",\n    \"incorporal\": \"ngwakọta\",\n    \"incorporality\": \"ihe ndi mmadu\",\n    \"incorporally\": \"n'ụdị\",\n    \"incorporalness\": \"nkwenye\",\n    \"incorporate\": \"itinye n'ime\",\n    \"incorporated\": \"webatara\",\n    \"incorporatedness\": \"nnabata\",\n    \"incorporates\": \"ekwukwa\",\n    \"incorporating\": \"na-etinye\",\n    \"incorporation\": \"nnabata\",\n    \"incorporations\": \"ngwakọta\",\n    \"incorporator\": \"onye mmekota\",\n    \"incorporators\": \"ndị na-etinye ọnụ\",\n    \"incorporatorship\": \"ndebanye aha\",\n    \"incorporeal\": \"ezighi ezi\",\n    \"incorporealism\": \"ezighi ezi\",\n    \"incorporealist\": \"ezighi ezi\",\n    \"incorporeality\": \"ezighi ezi\",\n    \"incorporealize\": \"ghara ịkọwapụta\",\n    \"incorporeally\": \"ezighi ezi\",\n    \"incorporealness\": \"ezighi ezi\",\n    \"incorporeity\": \"ezighi ezi\",\n    \"incorporeities\": \"ezighi ezi\",\n    \"incorporeous\": \"ezighi ezi\",\n    \"incorpse\": \"ezighi ezi\",\n    \"incorpsed\": \"ezughi oke\",\n    \"incorpses\": \"ezighi ezi\",\n    \"incorpsing\": \"na-emehie\",\n    \"incorr\": \"ọgbụgba\",\n    \"incorrect\": \"adabaghị\",\n    \"incorrection\": \"mmejọ\",\n    \"incorrectly\": \"ezighi ezi\",\n    \"incorrectness\": \"adabaghi\",\n    \"incorrespondence\": \"ekwekọghị ekwekọ\",\n    \"incorrespondency\": \"adabaghị\",\n    \"incorrespondent\": \"ekwekọghị\",\n    \"incorresponding\": \"adabaghị\",\n    \"incorrigibility\": \"ezighi ezi\",\n    \"incorrigible\": \"ezighi ezi\",\n    \"incorrigibleness\": \"ezighi ezi\",\n    \"incorrigibly\": \"ezighi ezi\",\n    \"incorrodable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"incorrodible\": \"ekwereghị\",\n    \"incorrosive\": \"ezighi ezi\",\n    \"incorrupt\": \"adabaghi\",\n    \"incorrupted\": \"ezighi ezi\",\n    \"incorruptibility\": \"ereghị ure\",\n    \"incorruptibilities\": \"emebi emebi\",\n    \"incorruptible\": \"ereghi ure\",\n    \"incorruptibleness\": \"ereghị ure\",\n    \"incorruptibly\": \"ereghị ure\",\n    \"incorruption\": \"ereghị ure\",\n    \"incorruptive\": \"emebighị emebi\",\n    \"incorruptly\": \"ezighi ezi\",\n    \"incorruptness\": \"ezighi ezi\",\n    \"incoup\": \"ebido\",\n    \"incourse\": \"enweghi ego\",\n    \"incourteous\": \"na-agbanwe agbanwe\",\n    \"incrassate\": \"ihe nzuzu\",\n    \"incrassated\": \"ihere\",\n    \"incrassating\": \"na-emechu mmadụ ihu\",\n    \"incrassation\": \"ihere\",\n    \"incrassative\": \"ihe nzuzu\",\n    \"increasable\": \"enwekwu\",\n    \"increasableness\": \"nwekwuru\",\n    \"increase\": \"abawanye\",\n    \"increased\": \"mụbara\",\n    \"increasedly\": \"ụba\",\n    \"increaseful\": \"na-aba ụba\",\n    \"increasement\": \"mmụba\",\n    \"increaser\": \"kari\",\n    \"increasers\": \"nwepu\",\n    \"increases\": \"na-abawanye\",\n    \"increasing\": \"na-abawanye\",\n    \"increasingly\": \"na-arịwanye elu\",\n    \"increate\": \"abawanye\",\n    \"increately\": \"n'ụzọ na-adịghị mma\",\n    \"increative\": \"ke okike\",\n    \"incredibility\": \"nkwenye\",\n    \"incredibilities\": \"ikwere\",\n    \"incredible\": \"ịrịba\",\n    \"incredibleness\": \"enweghị atụ\",\n    \"incredibly\": \"n'ụzọ dị ịtụnanya\",\n    \"increditability\": \"n'ụzọ dị ịtụnanya\",\n    \"increditable\": \"ịrịba\",\n    \"incredited\": \"ikwere\",\n    \"incredulous\": \"enweghị atụ\",\n    \"incredulously\": \"enweghị atụ\",\n    \"incredulousness\": \"enweghị okwukwe\",\n    \"increep\": \"abaghi uru\",\n    \"increeping\": \"kere\",\n    \"incremable\": \"kwalite\",\n    \"incremate\": \"onye ntinye\",\n    \"incremated\": \"tinye\",\n    \"incremating\": \"na-agbakwunye\",\n    \"incremation\": \"mmụba\",\n    \"increment\": \"mmụba\",\n    \"incremental\": \"nke\",\n    \"incrementalism\": \"mmụba\",\n    \"incrementalist\": \"onyenyere\",\n    \"incrementally\": \"n'usoro\",\n    \"incrementation\": \"mmụba\",\n    \"incremented\": \"nwekwuo\",\n    \"incrementer\": \"mkpali\",\n    \"incrementing\": \"inye\",\n    \"increments\": \"mgbakwunye\",\n    \"increpate\": \"gbamgbam\",\n    \"increpation\": \"nwepu\",\n    \"incrept\": \"gbakwunyere\",\n    \"increscence\": \"enweghị isi\",\n    \"increst\": \"nwe\",\n    \"incretion\": \"mmụba\",\n    \"incretionary\": \"mgbakwunye\",\n    \"incretory\": \"Udiri\",\n    \"incriminate\": \"mee ihe\",\n    \"incriminated\": \"kparịrị\",\n    \"incriminates\": \"kpata\",\n    \"incriminating\": \"ịkpata\",\n    \"incrimination\": \"ndaba\",\n    \"incriminator\": \"omekome\",\n    \"incriminatory\": \"ịkpasu iwe\",\n    \"incroyable\": \"ekwenyeghi\",\n    \"incross\": \"Okenye\",\n    \"incrossbred\": \"na-etinye\",\n    \"incrosses\": \"Ntughari\",\n    \"incrossing\": \"Ntinye\",\n    \"incrotchet\": \"ntinye\",\n    \"incruent\": \"keabughi\",\n    \"incruental\": \"kechioma\",\n    \"incruentous\": \"enweghi ike\",\n    \"incrust\": \"tinye\",\n    \"incrustant\": \"ekwenye\",\n    \"incrustate\": \"tinye\",\n    \"incrustated\": \"butere\",\n    \"incrustating\": \"tinye\",\n    \"incrustation\": \"ntụkwasị obi\",\n    \"incrustations\": \"na-etinye aka\",\n    \"incrustator\": \"onye nkwado\",\n    \"incrusted\": \"butere\",\n    \"incrusting\": \"tinye\",\n    \"incrustive\": \"na-akpali akpali\",\n    \"incrustment\": \"ntụkwasị obi\",\n    \"incrusts\": \"Na-apụta\",\n    \"incubate\": \"incubub\",\n    \"incubated\": \"agbadoro\",\n    \"incubating\": \"incubub\",\n    \"incubation\": \"incubub\",\n    \"incubations\": \"incubub\",\n    \"incubators\": \"ihe mkpuchi\",\n    \"incubiture\": \"incubub\",\n    \"incubous\": \"enweghi ike\",\n    \"incubuses\": \"incubub\",\n    \"incudate\": \"incudud\",\n    \"incudomalleal\": \"Anyi\",\n    \"incudostapedial\": \"Ntughari\",\n    \"inculcate\": \"izi ihe\",\n    \"inculcated\": \"akụziri\",\n    \"inculcates\": \"na-akụzi\",\n    \"inculcating\": \"na-akụzi\",\n    \"inculcation\": \"ozuzu\",\n    \"inculcative\": \"eme ihe\",\n    \"inculcator\": \"ihe ntughari\",\n    \"inculcatory\": \"incul incatory\",\n    \"inculk\": \"tinye\",\n    \"inculp\": \"itinye\",\n    \"inculpable\": \"inculbible\",\n    \"inculpableness\": \"inculppleness\",\n    \"inculpably\": \"incullibe\",\n    \"inculpate\": \"izi ihe\",\n    \"inculpated\": \"akụziri\",\n    \"inculpating\": \"-akpali\",\n    \"inculpation\": \"inculipation\",\n    \"incult\": \"ịkpali\",\n    \"incultivated\": \"kụziiri\",\n    \"inculture\": \"agbasasị\",\n    \"incumbant\": \"dị\",\n    \"incumbence\": \"agbamume\",\n    \"incumbency\": \"ikike\",\n    \"incumbencies\": \"nkwenye\",\n    \"incumbent\": \"dị n'aka\",\n    \"incumbentess\": \"ihe dị mkpa\",\n    \"incumbently\": \"na-agbasi mbọ ike\",\n    \"incumbents\": \"ndị nọ n'ọchịchị\",\n    \"incumber\": \"ibo\",\n    \"incumbered\": \"Nọmba\",\n    \"incumbering\": \"na-etinye ọkụ\",\n    \"incumberment\": \"ndabia\",\n    \"incumbers\": \"incumbs\",\n    \"incumbition\": \"incumbumb\",\n    \"incumbrance\": \"incumbalm\",\n    \"incunable\": \"enweghị atụ\",\n    \"incuneation\": \"incune\",\n    \"incur\": \"ịkpata\",\n    \"incurability\": \"enweghị ngwọta\",\n    \"incurable\": \"enweghị ọgwụgwọ\",\n    \"incurableness\": \"enweghị ọgwụgwọ\",\n    \"incurably\": \"enweghị ọgwụgwọ\",\n    \"incuriosity\": \"enweghị atụ\",\n    \"incurious\": \"enweghị ego\",\n    \"incuriously\": \"enweghị atụ\",\n    \"incuriousness\": \"enweghi ike\",\n    \"incurment\": \"ndọkpọ\",\n    \"incurrable\": \"incur\",\n    \"incurred\": \"metere\",\n    \"incurrence\": \"ihe ndabara\",\n    \"incurrent\": \"na-aga n'ihu\",\n    \"incurrer\": \"ịkpali\",\n    \"incurring\": \"eweta\",\n    \"incurs\": \"na-eweta\",\n    \"incurse\": \"ibido\",\n    \"incursion\": \"mbido\",\n    \"incursionist\": \"mbido\",\n    \"incursions\": \"mbido\",\n    \"incursive\": \"mkpali\",\n    \"incurtain\": \"ibutere\",\n    \"incurvate\": \"kpalie\",\n    \"incurvated\": \"kpatara\",\n    \"incurvating\": \"na-agbakwunye\",\n    \"incurvation\": \"mbata\",\n    \"incurve\": \"dapụtara\",\n    \"incurved\": \"ọ bụrụ\",\n    \"incurves\": \"na-eweta\",\n    \"incurving\": \"na-eweta\",\n    \"incurvity\": \"enweghi ike\",\n    \"incurvous\": \"agbasaghị\",\n    \"incuse\": \"inye\",\n    \"incused\": \"tinye\",\n    \"incuses\": \"ihe\",\n    \"incusing\": \"na-akpali akpali\",\n    \"incuss\": \"Ihe\",\n    \"incut\": \"inct\",\n    \"incute\": \"kpalie\",\n    \"incutting\": \"tinye\",\n    \"ind\": \"Ind\",\n    \"indagate\": \"inyocha\",\n    \"indagated\": \"n'ime mmiri\",\n    \"indagating\": \"indagging\",\n    \"indamage\": \"onyunyo\",\n    \"indamin\": \"inwere\",\n    \"indamine\": \"inyocha\",\n    \"indamins\": \"vitamin\",\n    \"inde\": \"Ikwesiri\",\n    \"indear\": \"gbaa ụgwọ\",\n    \"indebitatus\": \"ebighi ebi\",\n    \"indebt\": \"n'ụgwọ\",\n    \"indebted\": \"ụgwọ\",\n    \"indebtedness\": \"ụgwọ\",\n    \"indebting\": \"ụgwọ\",\n    \"indebtment\": \"ụgwọ\",\n    \"indecence\": \"omume rụrụ arụ\",\n    \"indecency\": \"omume rụrụ arụ\",\n    \"indecencies\": \"omume rụrụ arụ\",\n    \"indecent\": \"adighi nma\",\n    \"indecenter\": \"ezighi ezi\",\n    \"indecentest\": \"adịghị mma\",\n    \"indecently\": \"adabaghi\",\n    \"indecentness\": \"omume rụrụ arụ\",\n    \"indeciduate\": \"kwụpụta\",\n    \"indeciduous\": \"ekwesighi\",\n    \"indecimable\": \"enweghị ike ịkọwapụta ya\",\n    \"indecipherability\": \"enweghị nkwenye\",\n    \"indecipherable\": \"enweghị ike ịkọwa\",\n    \"indecipherableness\": \"enweghị nkwanye ùgwù\",\n    \"indecipherably\": \"ekwughị\",\n    \"indecision\": \"enweghị mkpebi\",\n    \"indecisive\": \"enweghi uche\",\n    \"indecisively\": \"enweghi uche\",\n    \"indecisiveness\": \"enweghi uche\",\n    \"indecl\": \"ezighi ezi\",\n    \"indeclinable\": \"enweghi ike iwepụ\",\n    \"indeclinableness\": \"ezighi ezi\",\n    \"indeclinably\": \"enweghị ike ịkọwa\",\n    \"indecomponible\": \"enweghị atụ\",\n    \"indecomposable\": \"enweghị ike ibibi ya\",\n    \"indecomposableness\": \"enweghị atụ\",\n    \"indecorous\": \"ekwusi ike\",\n    \"indecorously\": \"enweghị ihe ọ bụla\",\n    \"indecorousness\": \"omume rụrụ arụ\",\n    \"indecorum\": \"ọnụọgụ\",\n    \"indeed\": \"n'ezie\",\n    \"indeedy\": \"eziokwu\",\n    \"indef\": \"Ojuju\",\n    \"indefaceable\": \"enweghị ike ịkọwapụta ya\",\n    \"indefatigability\": \"ekweghị arụ ọrụ\",\n    \"indefatigable\": \"enweghị ike ịgbanwe\",\n    \"indefatigableness\": \"enweghị ike ịgbanwe agbanwe\",\n    \"indefatigably\": \"enweghị ike ịkwụsị\",\n    \"indefeasibility\": \"ekwesighi\",\n    \"indefeasible\": \"agaghị ekwe omume\",\n    \"indefeasibleness\": \"ekwesighi\",\n    \"indefeasibly\": \"agaghị ekwe omume\",\n    \"indefeatable\": \"agaghị ekwe omume\",\n    \"indefectibility\": \"ezighi ezi\",\n    \"indefectible\": \"agaghị ekwe omume\",\n    \"indefectibly\": \"ekwesighi\",\n    \"indefective\": \"anaghị arụ ọrụ\",\n    \"indefensibility\": \"enweghị ike\",\n    \"indefensible\": \"enweghị ike ịgbaghara\",\n    \"indefensibleness\": \"ezighi ezi\",\n    \"indefensibly\": \"enweghị ike\",\n    \"indefensive\": \"enweghị ego\",\n    \"indeficiency\": \"enweghị ike\",\n    \"indeficient\": \"erughị eru\",\n    \"indeficiently\": \"ekwesighi\",\n    \"indefinability\": \"enweghị nkọwa\",\n    \"indefinable\": \"enweghị nkọwa\",\n    \"indefinableness\": \"enweghị nkọwa\",\n    \"indefinably\": \"enweghị nkọwa\",\n    \"indefinite\": \"ebighi ebi\",\n    \"indefinitely\": \"ebighebi\",\n    \"indefiniteness\": \"enweghị njedebe\",\n    \"indefinity\": \"ebighi ebi\",\n    \"indefinitive\": \"akaghi aka\",\n    \"indefinitively\": \"akaghi aka\",\n    \"indefinitiveness\": \"ebighi ebi\",\n    \"indefinitude\": \"enweghị njedebe\",\n    \"indeflectible\": \"agaghị ekwe omume\",\n    \"indefluent\": \"abaghị uru\",\n    \"indeformable\": \"agaghị ekwe omume\",\n    \"indehiscence\": \"enweghi ike\",\n    \"indehiscent\": \"enweghi uche\",\n    \"indelectable\": \"anaghị anabata ya\",\n    \"indelegability\": \"enweghị akwụ ụgwọ\",\n    \"indelegable\": \"enweghị akwụ ụgwọ\",\n    \"indelibility\": \"ekweghị ekwe omume\",\n    \"indelible\": \"ekweghi ekwe omume\",\n    \"indelibleness\": \"ekweghi ekwe\",\n    \"indelibly\": \"enweghị ike ịgbanwe\",\n    \"indelicacy\": \"enweghị nsogbu\",\n    \"indelicateness\": \"enweghị nsogbu\",\n    \"indemnification\": \"Inye ego\",\n    \"indemnifications\": \"ụgwọ\",\n    \"indemnificator\": \"onye enweghi onu ogugu\",\n    \"indemnificatory\": \"enweghị atụ\",\n    \"indemnified\": \"enweghi ike inye\",\n    \"indemnifier\": \"Indemnifier\",\n    \"indemnifying\": \"na-akwụ ụgwọ\",\n    \"indemnity\": \"ego\",\n    \"indemnities\": \"ụgwọ\",\n    \"indemnitor\": \"onye akwụ ụgwọ\",\n    \"indemnization\": \"inweta ulo\",\n    \"indemonstrable\": \"enweghi ike ikwusi\",\n    \"indemonstrableness\": \"enweghị atụ\",\n    \"indemonstrably\": \"n'enweghị atụ\",\n    \"indene\": \"ihe ọzọ\",\n    \"indentation\": \"iwe\",\n    \"indentations\": \"mmekpa ahụ\",\n    \"indented\": \"iwe\",\n    \"indentedly\": \"indent\",\n    \"indentee\": \"indenter\",\n    \"indentifiers\": \"njirimara\",\n    \"indention\": \"ndenye aha\",\n    \"indentions\": \"agụụ\",\n    \"indentment\": \"iwe\",\n    \"indentor\": \"indenter\",\n    \"indentors\": \"itinye aka\",\n    \"indenture\": \"itinye aka\",\n    \"independable\": \"nnwere onwe\",\n    \"independence\": \"nnwere onwe\",\n    \"independency\": \"nnwere onwe\",\n    \"independencies\": \"mmekorita\",\n    \"independent\": \"nọọrọ onwe ha\",\n    \"independentism\": \"nọọrọ onwe ha\",\n    \"independently\": \"n'adabereghị\",\n    \"independents\": \"nọọrọ onwe ha\",\n    \"independing\": \"nọọrọ onwe ha\",\n    \"independista\": \"nnwere onwe\",\n    \"indeposable\": \"nke a na-akwụ ụgwọ\",\n    \"indepravate\": \"kwupụta\",\n    \"indeprehensible\": \"enweghị nghọta\",\n    \"indeprivability\": \"enweghị ike ibụ\",\n    \"indeprivable\": \"agaghị ekwe omume\",\n    \"inderivative\": \"na-akpali akpali\",\n    \"indescribability\": \"enweghị atụ\",\n    \"indescribabilities\": \"enweghị atụ\",\n    \"indescribable\": \"enweghị atụ\",\n    \"indescribableness\": \"enweghị atụ nke ness\",\n    \"indescribably\": \"enweghị atụ\",\n    \"indescript\": \"ederede na-enweghị isi\",\n    \"indescriptive\": \"ịkọwa ihe\",\n    \"indesinent\": \"enweghị atụ\",\n    \"indesirable\": \"anaghị eri nri\",\n    \"indestructibility\": \"ebibi\",\n    \"indestructible\": \"ebibi\",\n    \"indestructibleness\": \"enweghị ike ibibi\",\n    \"indestructibly\": \"ebibi\",\n    \"indeterminable\": \"enweghị atụ\",\n    \"indeterminableness\": \"enweghị atụ\",\n    \"indeterminably\": \"enweghị atụ\",\n    \"indeterminacy\": \"enweghị njedebe\",\n    \"indeterminacies\": \"enweghị ike ịrụ ọrụ\",\n    \"indeterminancy\": \"enweghị njedebe\",\n    \"indeterminate\": \"enweghị ike ịchọpụta\",\n    \"indeterminately\": \"enweghị njedebe\",\n    \"indeterminateness\": \"enweghị njedebe\",\n    \"indetermination\": \"njedebe\",\n    \"indeterminative\": \"enweghị atụ\",\n    \"indetermined\": \"enweghị ike ịchọpụta\",\n    \"indeterminism\": \"enweghị njedebe\",\n    \"indeterminist\": \"ekweghi ekwe\",\n    \"indeterministic\": \"enweghị atụ\",\n    \"indevirginate\": \"ebighi ebi\",\n    \"indevote\": \"ewepụta\",\n    \"indevoted\": \"ekwupụta\",\n    \"indevotion\": \"ebupute\",\n    \"indevotional\": \"enweghi mkpali\",\n    \"indevout\": \"ikwupụta\",\n    \"indevoutly\": \"ekwesighi\",\n    \"indevoutness\": \"ekwesighi\",\n    \"indew\": \"izu ike\",\n    \"index\": \"ndeksi\",\n    \"indexation\": \"ndeksi\",\n    \"indexed\": \"depụtara\",\n    \"indexer\": \"index\",\n    \"indexes\": \"index\",\n    \"indexical\": \"ihe ederede\",\n    \"indexically\": \"index\",\n    \"indexing\": \"Ndepụta\",\n    \"indexless\": \"enweghị ndepụta\",\n    \"indexlessness\": \"enweghị isi\",\n    \"indexterity\": \"Ọdịmma\",\n    \"indy\": \"n'ime\",\n    \"india\": \"India\",\n    \"indiadem\": \"eze\",\n    \"indiademed\": \"okpu\",\n    \"indiaman\": \"onyekoro\",\n    \"indian\": \"India\",\n    \"indiana\": \"Indiana\",\n    \"indianaite\": \"Indianaite\",\n    \"indianan\": \"Indiana\",\n    \"indianans\": \"ndị India\",\n    \"indianapolis\": \"Indianapolis\",\n    \"indianeer\": \"onye ọzọ\",\n    \"indianhood\": \"Ugbo\",\n    \"indianian\": \"onye India\",\n    \"indianians\": \"ndị India\",\n    \"indianism\": \"India\",\n    \"indianist\": \"onye India\",\n    \"indianite\": \"India\",\n    \"indianization\": \"India\",\n    \"indianize\": \"ịkpa ndị bekee\",\n    \"indians\": \"ndị India\",\n    \"indiary\": \"amaghi\",\n    \"indic\": \"ngosi\",\n    \"indicable\": \"gosiri\",\n    \"indical\": \"indican\",\n    \"indicans\": \"indican\",\n    \"indicant\": \"indican\",\n    \"indicants\": \"ndị na-egosi ihe\",\n    \"indicanuria\": \"igosi\",\n    \"indicatable\": \"egosi\",\n    \"indicate\": \"gosi\",\n    \"indicated\": \"gosiri\",\n    \"indicates\": \"na-egosi\",\n    \"indicating\": \"na-egosi\",\n    \"indication\": \"ngosi\",\n    \"indicational\": \"ihe ngosi\",\n    \"indications\": \"na-egosi\",\n    \"indicative\": \"na-egosi\",\n    \"indicatively\": \"gosiri\",\n    \"indicativeness\": \"ngosipụta\",\n    \"indicatives\": \"ndị na-egosi\",\n    \"indicator\": \"ngosi\",\n    \"indicatory\": \"na-egosi\",\n    \"indicatorinae\": \"egosi\",\n    \"indicators\": \"ihe ngosi\",\n    \"indicatrix\": \"igosiputa\",\n    \"indicavit\": \"ngosipụta\",\n    \"indicial\": \"ngosi\",\n    \"indicially\": \"n'ụzọ zuru ezu\",\n    \"indicible\": \"pụtara ìhè\",\n    \"indiciums\": \"ụlọ\",\n    \"indico\": \"ngosi\",\n    \"indicolite\": \"ngosipụta\",\n    \"indict\": \"boro\",\n    \"indictability\": \"ebubo\",\n    \"indictably\": \"indictible\",\n    \"indicted\": \"gosiri\",\n    \"indictee\": \"onye ngosi\",\n    \"indictees\": \"egosi\",\n    \"indicter\": \"egosi\",\n    \"indicters\": \"ndị na-ama iwu\",\n    \"indicting\": \"na-egosi\",\n    \"indiction\": \"itinye n'ọkwa\",\n    \"indictional\": \"ngosipụta\",\n    \"indictive\": \"na-egosi\",\n    \"indictment\": \"ebubo\",\n    \"indictments\": \"ebubo\",\n    \"indictor\": \"ngosi\",\n    \"indictors\": \"ihe ngosi\",\n    \"indicts\": \"gosiri\",\n    \"indidicia\": \"ndidicia\",\n    \"indienne\": \"mgbatị\",\n    \"indiferous\": \"amaala\",\n    \"indifference\": \"enweghị mmasị\",\n    \"indifferency\": \"enweghị mmasị\",\n    \"indifferencies\": \"enweghị mmasị\",\n    \"indifferent\": \"enweghị mmasị\",\n    \"indifferential\": \"enweghị mmasị\",\n    \"indifferentiated\": \"iche iche\",\n    \"indifferentism\": \"enweghị mmasị\",\n    \"indifferentist\": \"enweghị mmasị\",\n    \"indifferentistic\": \"enweghị mmasị\",\n    \"indifferently\": \"enweghị mmasị\",\n    \"indifferentness\": \"enweghị mmasị\",\n    \"indifulvin\": \"mmmmmmmmmmmmm\",\n    \"indifuscin\": \"enweghị isi\",\n    \"indigen\": \"indigena\",\n    \"indigenate\": \"amaala\",\n    \"indigence\": \"afọ ojuju\",\n    \"indigency\": \"afọ ojuju\",\n    \"indigeneity\": \"enweghi ike\",\n    \"indigenes\": \"amaala\",\n    \"indigenismo\": \"amaala\",\n    \"indigenist\": \"onye nwe ala\",\n    \"indigenity\": \"amaala\",\n    \"indigenous\": \"amaala\",\n    \"indigenously\": \"amaala\",\n    \"indigenousness\": \"amaala\",\n    \"indigens\": \"ndị amaala\",\n    \"indigent\": \"enweghị ike\",\n    \"indigently\": \"enweghị ike\",\n    \"indigents\": \"ndị na-enweghị ego\",\n    \"indiges\": \"afọ\",\n    \"indigested\": \"afọ iri\",\n    \"indigestedness\": \"afọ ojuju\",\n    \"indigestibilty\": \"indigestible\",\n    \"indigestibleness\": \"indigestible ness\",\n    \"indigestibly\": \"indigestible\",\n    \"indigestion\": \"afọ mgbu\",\n    \"indigestive\": \"afọ\",\n    \"indigitate\": \"indigised\",\n    \"indigitation\": \"afọ mgbu\",\n    \"indigites\": \"Indigites\",\n    \"indign\": \"were iwe\",\n    \"indignance\": \"enweghị nsogbu\",\n    \"indignancy\": \"afọ ojuju\",\n    \"indignant\": \"were iwe\",\n    \"indignantly\": \"n'iwe\",\n    \"indignation\": \"iwe\",\n    \"indignatory\": \"iwe\",\n    \"indignify\": \"iwe\",\n    \"indignified\": \"were iwe\",\n    \"indignifying\": \"iwe\",\n    \"indignity\": \"iwe\",\n    \"indignities\": \"iwe\",\n    \"indignly\": \"were iwe\",\n    \"indigoes\": \"indigo\",\n    \"indiligence\": \"enweghị ume\",\n    \"indimensible\": \"enweghị atụ\",\n    \"indiminishable\": \"anaghị emebi emebi\",\n    \"indimple\": \"okpu\",\n    \"indin\": \"n'ime\",\n    \"indirect\": \"anọghị\",\n    \"indirected\": \"ọ dịghị\",\n    \"indirecting\": \"itinye anya\",\n    \"indirection\": \"enweghị mmasị\",\n    \"indirections\": \"enweghị mmasị\",\n    \"indirectly\": \"udiozi\",\n    \"indirectness\": \"ịdị adị\",\n    \"indirects\": \"na-adịghị eme\",\n    \"indiscernibility\": \"enweghị mkpa\",\n    \"indiscernibleness\": \"enweghị ihe ọ bụ\",\n    \"indiscerpible\": \"enweghị mgbagha\",\n    \"indiscerptible\": \"enweghị atụ\",\n    \"indiscerptibly\": \"ikwenyeghi\",\n    \"indiscipline\": \"ezighi ezi\",\n    \"indisciplined\": \"enweghị ndụmọdụ\",\n    \"indiscoverably\": \"indiscovevable\",\n    \"indiscovered\": \"achọpụtaghị\",\n    \"indiscreet\": \"enweghị isi\",\n    \"indiscreetly\": \"n'esemokwu\",\n    \"indiscreetness\": \"enweghị isi\",\n    \"indiscretion\": \"enweghị uche\",\n    \"indiscretionary\": \"enweghị atụ\",\n    \"indiscretions\": \"enweghị atụ\",\n    \"indiscrimanently\": \"aghara aghara\",\n    \"indiscriminantly\": \"n'esepụghị aka\",\n    \"indiscriminate\": \"enweghị atụ\",\n    \"indiscriminated\": \"akpachapụghị anya\",\n    \"indiscriminately\": \"aghara aghara\",\n    \"indiscriminateness\": \"enweghị isi\",\n    \"indiscriminating\": \"enweghị atụ\",\n    \"indiscriminatingly\": \"n'esepụghị aka\",\n    \"indiscrimination\": \"ikpa oke\",\n    \"indiscriminative\": \"enweghị atụ\",\n    \"indiscriminatively\": \"n'esemokwu na-enweghị isi\",\n    \"indiscriminatory\": \"enweghị atụ\",\n    \"indiscussable\": \"enweghị mgbagha\",\n    \"indiscussed\": \"atụlere\",\n    \"indiscussible\": \"enweghị mgbagha\",\n    \"indispellable\": \"enweghị atụ\",\n    \"indispensability\": \"oké mkpa\",\n    \"indispensabilities\": \"mkpa\",\n    \"indispensable\": \"nweghi ihe di ya\",\n    \"indispensableness\": \"oké mkpa\",\n    \"indispensible\": \"Oké mkpa\",\n    \"indispersed\": \"agbasasị\",\n    \"indispose\": \"ekwesighi\",\n    \"indisposed\": \"enweghị atụ\",\n    \"indisposedness\": \"enweghị mmasị\",\n    \"indisposing\": \"enweghị atụ\",\n    \"indispositions\": \"indisposition\",\n    \"indisputability\": \"enweghị mgbagha\",\n    \"indisputable\": \"enweghị mgbagha\",\n    \"indisputableness\": \"enweghị mgbagha\",\n    \"indisputably\": \"enweghị mgbagha\",\n    \"indisputed\": \"enweghị atụ\",\n    \"indissipable\": \"ihe a na-apụghị ịgbagha agbagha\",\n    \"indissociable\": \"enweghị nkewa\",\n    \"indissociably\": \"inwepu\",\n    \"indissoluble\": \"enweghị ike ịgbasa\",\n    \"indissolubleness\": \"enweghị ike ọgwụgwụ\",\n    \"indissolvably\": \"enweghị atụ\",\n    \"indissuadable\": \"enweghị atụ\",\n    \"indissuadably\": \"enweghị atụ\",\n    \"indistance\": \"nsogbu\",\n    \"indistant\": \"ekwenyeghi\",\n    \"indistinct\": \"ezughi oke\",\n    \"indistinctible\": \"ekweghi omume\",\n    \"indistinction\": \"enweghị nkọwa\",\n    \"indistinctive\": \"Enweghị ike ịghọta\",\n    \"indistinctively\": \"enweghị nkọwa\",\n    \"indistinctiveness\": \"enweghi ike ime ihe\",\n    \"indistinctly\": \"apụtaghị ìhè\",\n    \"indistinctness\": \"enweghị ntụpọ\",\n    \"indistinguishability\": \"enweghị atụ\",\n    \"indistinguishable\": \"enweghị ike ịkọwa\",\n    \"indistinguishableness\": \"enweghị atụ\",\n    \"indistinguishably\": \"enweghị ike ịghọta\",\n    \"indistinguished\": \"enweghị atụ\",\n    \"indistinguishing\": \"enweghị ike ịmata ya\",\n    \"indistortable\": \"enweghị ike ịgbanwe\",\n    \"indisturbable\": \"enweghị ike ịgbanwe\",\n    \"indisturbance\": \"nsogbu aghara\",\n    \"indisturbed\": \"ekweghị\",\n    \"inditch\": \"olulu\",\n    \"indited\": \"indit\",\n    \"inditement\": \"iwe\",\n    \"inditer\": \"dị ọkụ\",\n    \"inditing\": \"na-atụgharị uche\",\n    \"indiums\": \"indium\",\n    \"indiv\": \"anwu\",\n    \"indivertible\": \"agbasaghị\",\n    \"individ\": \"onye\",\n    \"individable\": \"onye obula\",\n    \"individed\": \"onye obula\",\n    \"individua\": \"onye obula\",\n    \"individual\": \"onye obula\",\n    \"individualisation\": \"onye ọ bụla\",\n    \"individualise\": \"onye\",\n    \"individualised\": \"onye\",\n    \"individualiser\": \"onye\",\n    \"individualising\": \"onye ọ bụla\",\n    \"individualism\": \"onye ọ bụla\",\n    \"individualist\": \"onye ọ bụla\",\n    \"individualistic\": \"onye\",\n    \"individualistically\": \"n’otu n’otu\",\n    \"individualists\": \"ndị mmadụ n'otu n'otu\",\n    \"individuality\": \"onye ọ bụla\",\n    \"individualities\": \"ndị mmadụ\",\n    \"individualization\": \"iche iche\",\n    \"individualize\": \"iche iche\",\n    \"individualized\": \"onye\",\n    \"individualizer\": \"onye\",\n    \"individualizes\": \"na-ahụ mmadụ n'anya\",\n    \"individualizing\": \"iche iche\",\n    \"individualizingly\": \"iche iche\",\n    \"individually\": \"n'otu n'otu\",\n    \"individuals\": \"ndị mmadụ n'otu n'otu\",\n    \"individuate\": \"iche\",\n    \"individuated\": \"iche\",\n    \"individuates\": \"ndị mmadụ n'otu n'otu\",\n    \"individuating\": \"iche iche\",\n    \"individuation\": \"iche iche\",\n    \"individuative\": \"onye\",\n    \"individuator\": \"onye\",\n    \"individuity\": \"onye\",\n    \"individuous\": \"iche iche\",\n    \"individuum\": \"onye\",\n    \"individuums\": \"ndi mmadu\",\n    \"indivinable\": \"enweghị atụ\",\n    \"indivinity\": \"enweghị mmasị\",\n    \"indivisibility\": \"enweghi ike\",\n    \"indivisible\": \"kewaa\",\n    \"indivisibleness\": \"enweghi ike\",\n    \"indivisibly\": \"adịghị ekewa\",\n    \"indivisim\": \"anaghi\",\n    \"indivision\": \"ọ dịghị\",\n    \"indocibility\": \"enweghị ike ịdị\",\n    \"indocible\": \"enweghị atụ\",\n    \"indocibleness\": \"enweghị ike ịdị\",\n    \"indolence\": \"ịdị umengwụ\",\n    \"indolent\": \"enweghị atụ\",\n    \"indolently\": \"enweghị atụ\",\n    \"indologue\": \"indologi\",\n    \"indols\": \"ihe ndozi\",\n    \"indomable\": \"anwụghị anwụ\",\n    \"indomitability\": \"enweghị ike ịdị\",\n    \"indomitable\": \"indom\",\n    \"indomitableness\": \"enweghị atụ\",\n    \"indomitably\": \"enweghị atụ\",\n    \"indonesia\": \"Indonesia\",\n    \"indonesian\": \"Indoneshian\",\n    \"indonesians\": \"ndị Indonesia\",\n    \"indoor\": \"ime ụlọ\",\n    \"indoors\": \"n'ime ụlọ\",\n    \"indorsable\": \"indors\",\n    \"indorsed\": \"indors\",\n    \"indorsers\": \"indors\",\n    \"indorsing\": \"indors\",\n    \"indorsors\": \"indors\",\n    \"indowed\": \"ejirila\",\n    \"indowing\": \"inye mmiri\",\n    \"indows\": \"windo\",\n    \"indoxyls\": \"indoxyl\",\n    \"indoxylsulphuric\": \"indoxyl sọlfọ\",\n    \"indraft\": \"arụ\",\n    \"indrafts\": \"arụ\",\n    \"indrape\": \"tinye\",\n    \"indraught\": \"afọ ojuju\",\n    \"indrawal\": \"ndozi\",\n    \"indrawn\": \"n'ime afọ\",\n    \"indrench\": \"olulu\",\n    \"indubiously\": \"indubious\",\n    \"indubitability\": \"enweghị atụ\",\n    \"indubitable\": \"enweghị atụ\",\n    \"indubitableness\": \"enweghị atụ\",\n    \"indubitably\": \"enweghị atụ\",\n    \"indubitate\": \"itinye obi\",\n    \"induce\": \"kpalie\",\n    \"induced\": \"ekere\",\n    \"inducedly\": \"kpaliri\",\n    \"inducement\": \"itinye n'ọkwa\",\n    \"induces\": \"na-ebute\",\n    \"inducive\": \"na-akpali akpali\",\n    \"induct\": \"itinye\",\n    \"inductance\": \"itinye n'ọkwa\",\n    \"inducted\": \"itinye\",\n    \"inductile\": \"anaghị emepụta ihe\",\n    \"inductility\": \"enweghi nsogbu\",\n    \"inducting\": \"na-etinye ihe\",\n    \"induction\": \"itinye n'ọkwa\",\n    \"inductional\": \"itinye n'ọkwa\",\n    \"inductionally\": \"itinye n'ọkwa\",\n    \"inductionless\": \"induction obere\",\n    \"inductions\": \"itinye n'ọkwa\",\n    \"inductive\": \"na-akpali akpali\",\n    \"inductively\": \"ebumnobi\",\n    \"inductiveness\": \"inductive\",\n    \"inductometer\": \"inductometa\",\n    \"inductor\": \"ihe ntanye\",\n    \"inductors\": \"ndị na-arụpụta ihe\",\n    \"inducts\": \"na-ebute\",\n    \"indue\": \"mee\",\n    \"indued\": \"etinyere\",\n    \"induement\": \"ntinye\",\n    \"indues\": \"na-ebute\",\n    \"induing\": \"na-ebute\",\n    \"indulge\": \"idaba\",\n    \"indulged\": \"mee\",\n    \"indulgement\": \"agụụ\",\n    \"indulgence\": \"ime ihe masiri\",\n    \"indulgenced\": \"ime\",\n    \"indulgency\": \"eme ihe n'echeghị echiche\",\n    \"indulgent\": \"mee ihe\",\n    \"indulgently\": \"tinye uche gị\",\n    \"indulgentness\": \"obi ụtọ\",\n    \"indulges\": \"mee ihe\",\n    \"indulging\": \"na-eme ya\",\n    \"indulgingly\": \"na-etinye afọ ojuju\",\n    \"indulin\": \"nri\",\n    \"indulins\": \"insulin\",\n    \"indult\": \"mkpari\",\n    \"indults\": \"mkparị\",\n    \"induplicate\": \"itinye\",\n    \"induplication\": \"ntinye\",\n    \"induplicative\": \"ntinye\",\n    \"indurable\": \"nke enweghi ike ime\",\n    \"indurate\": \"itinye aka\",\n    \"indurated\": \"etinyere\",\n    \"indurates\": \"na-ebute\",\n    \"indurating\": \"na-etinye ihe\",\n    \"induration\": \"ntinye\",\n    \"indurations\": \"ntinye\",\n    \"indurative\": \"na-akpali akpali\",\n    \"indusiate\": \"gbaa ume\",\n    \"indusiated\": \"kpaliri\",\n    \"industry\": \"ụlọ ọrụ\",\n    \"industrial\": \"ulo oru\",\n    \"industrialisation\": \"ụlọ ọrụ mmepụta ihe\",\n    \"industrialise\": \"ulo oru\",\n    \"industrialised\": \"mepụtara\",\n    \"industrialising\": \"na-arụ ọrụ\",\n    \"industrialism\": \"ụlọ ọrụ mmepụta ihe\",\n    \"industrialist\": \"onye ọrụ mmepụta ihe\",\n    \"industrialists\": \"ndị ọrụ mmepụta ihe\",\n    \"industrialization\": \"ụlọ ọrụ mmepụta ihe\",\n    \"industrialize\": \"rụpụta ọrụ\",\n    \"industrialized\": \"mepere emepe\",\n    \"industrializes\": \"na-arụpụta ihe\",\n    \"industrializing\": \"arụ ọrụ\",\n    \"industrially\": \"na-arụ ọrụ\",\n    \"industrialness\": \"arụ ọrụ\",\n    \"industrials\": \"ụlọ ọrụ mmepụta ihe\",\n    \"industries\": \"ụlọ ọrụ\",\n    \"industrious\": \"dị uchu\",\n    \"industriously\": \"dị uchu\",\n    \"industriousness\": \"ịdị uchu\",\n    \"industrys\": \"ụlọ ọrụ\",\n    \"industrochemical\": \"oru ugbo\",\n    \"indutive\": \"nkọwa\",\n    \"induvial\": \"ntinye\",\n    \"induviate\": \"ibido\",\n    \"indwell\": \"biri n'ime\",\n    \"indweller\": \"bi\",\n    \"indwelling\": \"ibi\",\n    \"indwellingness\": \"ibi\",\n    \"indwells\": \"biri n'ime\",\n    \"indwelt\": \"biri\",\n    \"inearth\": \"enweghị nri\",\n    \"inearthed\": \"enwetaghị\",\n    \"inearthing\": \"anaghị ewepu ihe\",\n    \"inearths\": \"enweghị nri\",\n    \"inebriant\": \"mmanya na-egbu\",\n    \"inebriated\": \"mmanya na-egbu\",\n    \"inebriating\": \"na-egbu egbu\",\n    \"inebriation\": \"ịebụbiga mmanya ókè\",\n    \"inebriative\": \"mmanya na-egbu\",\n    \"inebriety\": \"inebriyo\",\n    \"inebrious\": \"nke na-ekweghị arụ\",\n    \"ineconomy\": \"akụ na ụba\",\n    \"ineconomic\": \"na akụ na ụba\",\n    \"inedibility\": \"enweghị ike inweta\",\n    \"inedible\": \"ekweghi ekwe\",\n    \"inedited\": \"anọrọ na nkịtị\",\n    \"ineffability\": \"enweghị ike\",\n    \"ineffable\": \"enweghị atụ\",\n    \"ineffableness\": \"enweghị atụ\",\n    \"ineffably\": \"enweghị atụ\",\n    \"ineffaceability\": \"enweghị ike ịrụ ọrụ\",\n    \"ineffaceable\": \"enweghị atụ\",\n    \"ineffaceably\": \"n’enweghị ihe mgbochi\",\n    \"ineffectible\": \"enweghị ike ime\",\n    \"ineffectibly\": \"enweghị ike ịrụ ọrụ\",\n    \"ineffective\": \"adighi ike\",\n    \"ineffectively\": \"enweghị ike\",\n    \"ineffectiveness\": \"enweghị isi\",\n    \"ineffectual\": \"adighi ike\",\n    \"ineffectuality\": \"enweghị isi\",\n    \"ineffectually\": \"ineffectively\",\n    \"ineffectualness\": \"enweghị ike ịrụ ọrụ\",\n    \"ineffervescence\": \"enweghị ike\",\n    \"ineffervescent\": \"adighi ike\",\n    \"ineffervescible\": \"ihe a na-apụghị ịgbagha agbagha\",\n    \"inefficacy\": \"arụghị ọrụ\",\n    \"inefficacious\": \"enweghị ọrụ\",\n    \"inefficaciously\": \"enweghị ọrụ\",\n    \"inefficaciousness\": \"enweghị ọrụ\",\n    \"inefficacity\": \"enweghị ike ịrụ ọrụ\",\n    \"inefficience\": \"arụghị ọrụ\",\n    \"inefficiency\": \"arụghị ọrụ\",\n    \"inefficiencies\": \"arụmọrụ\",\n    \"inefficient\": \"adighi ike\",\n    \"inefficiently\": \"adịghị arụ ọrụ\",\n    \"inegalitarian\": \"enweghị iwu\",\n    \"inelaborate\": \"na-arụ ọrụ\",\n    \"inelaborated\": \"inboborated\",\n    \"inelaborately\": \"inABAborately\",\n    \"inelastic\": \"adịghị agbanwe agbanwe\",\n    \"inelastically\": \"enweghị nsogbu\",\n    \"inelasticate\": \"anaghị edozi\",\n    \"inelasticity\": \"enweghị ike\",\n    \"inelegance\": \"ekweghị ekwe\",\n    \"inelegances\": \"ahaghị nhata\",\n    \"inelegancy\": \"enweghị aha\",\n    \"inelegancies\": \"enweghị aha\",\n    \"inelegant\": \"eleleghị anya\",\n    \"inelegantly\": \"n'esepụghị aka\",\n    \"ineligibility\": \"enweghị ike\",\n    \"ineligible\": \"erughị eru\",\n    \"ineligibleness\": \"enweghị ike\",\n    \"ineligibly\": \"enweghị ike\",\n    \"ineliminable\": \"inelimili\",\n    \"ineloquence\": \"enweghị mmasị\",\n    \"ineloquent\": \"enweghị mmasị\",\n    \"ineloquently\": \"enweghị aha\",\n    \"ineluctability\": \"enweghị ike ịrụ ọrụ\",\n    \"ineluctable\": \"enweghị ike ịgbagha\",\n    \"ineludible\": \"enweghị ike ikwubi\",\n    \"inemulous\": \"Obi ụtọ\",\n    \"inenarrability\": \"enweghi ike inagide ya\",\n    \"inenarrable\": \"enweghi ike igbanwe\",\n    \"inenarrably\": \"enweghị atụ\",\n    \"inenubilable\": \"enweghị atụ\",\n    \"inenucleable\": \"onwuwuwa\",\n    \"ineptness\": \"enweghị ike\",\n    \"inequable\": \"enweghị atụ\",\n    \"inequal\": \"ahaghị nhata\",\n    \"inequalitarian\": \"ahaghị nhata\",\n    \"inequality\": \"ahaghị nhata\",\n    \"inequalities\": \"ahaghị nhata\",\n    \"inequally\": \"ahaghị nhata\",\n    \"inequalness\": \"ahaghị nhata\",\n    \"inequation\": \"enweghị aha\",\n    \"inequidistant\": \"enweghị mmiri\",\n    \"inequigranular\": \"ahaghi nhata\",\n    \"inequilibrium\": \"enweghị aha\",\n    \"inequilobed\": \"enweghị atụ\",\n    \"inequipotential\": \"enweghị atụ\",\n    \"inequipotentiality\": \"enweghị aha\",\n    \"inequitable\": \"enweghị atụ\",\n    \"inequitableness\": \"ahaghị nhata\",\n    \"inequitably\": \"enweghị atụ\",\n    \"inequitate\": \"inequit\",\n    \"inequity\": \"enweghị aha\",\n    \"inequities\": \"ahaghị nhata\",\n    \"inequivalent\": \"enweghị aha\",\n    \"inequivalved\": \"etinyere aka\",\n    \"ineradicability\": \"enweghị ike ịrụ ọrụ\",\n    \"ineradicable\": \"nke a na-apụghị ịgbagha agbagha\",\n    \"ineradicableness\": \"ineradicable ness\",\n    \"ineradicably\": \"nke a na-apụghị ịgbagha agbagha\",\n    \"inerasable\": \"enweghị ike ịnwụ\",\n    \"inerasableness\": \"enweghị ike ịgbanwe\",\n    \"inerasably\": \"enweghị atụ\",\n    \"inerasible\": \"anaghị ekwe ekwe\",\n    \"inergetic\": \"enweghi ike\",\n    \"inerm\": \"enweghi ike\",\n    \"inermous\": \"nnukwu\",\n    \"inerrability\": \"enweghị ike ịrụ ọrụ\",\n    \"inerrable\": \"ike agwu\",\n    \"inerrableness\": \"ike gwụrụ\",\n    \"inerrably\": \"enweghị atụ\",\n    \"inerrancy\": \"enweghị ọrụ\",\n    \"inerrant\": \"enweghị atụ\",\n    \"inerrantly\": \"enweghị isi\",\n    \"inerratic\": \"enweghị atụ\",\n    \"inerringly\": \"enweghị atụ\",\n    \"inertial\": \"enweghi ike\",\n    \"inertially\": \"n'ime\",\n    \"inertion\": \"ntinye\",\n    \"inertness\": \"arụghị ọrụ\",\n    \"inerts\": \"tinye\",\n    \"ineruditely\": \"n'amaghi ama\",\n    \"inerudition\": \"nkuzi\",\n    \"inescapable\": \"a na-apụghị ịgbanahụ agbanahụ\",\n    \"inescapableness\": \"enweghị ike ịgbanahụ\",\n    \"inescapably\": \"apụghị ịgbanahụ\",\n    \"inescation\": \"ọgbụgba\",\n    \"inesculent\": \"enweghị atụ\",\n    \"inesite\": \"ndidi\",\n    \"inessential\": \"adịghị mkpa\",\n    \"inessentiality\": \"enweghị mkpa\",\n    \"inessive\": \"enweghi ike\",\n    \"inestimable\": \"enweghị atụ\",\n    \"inestimableness\": \"enweghị atụ\",\n    \"inestimably\": \"enweghị atụ\",\n    \"inestivation\": \"inesti\",\n    \"inethical\": \"n'omume\",\n    \"ineunt\": \"enweghị ike\",\n    \"ineuphonious\": \"enweghị atụ\",\n    \"inevadible\": \"-apụghị izere ezere\",\n    \"inevadibly\": \"-enweghị atụ\",\n    \"inevaporable\": \"enweghị ike ịkọwa\",\n    \"inevasible\": \"ihe a na-apụghị ịkọwa\",\n    \"inevasibleness\": \"enweghị atụ\",\n    \"inevasibly\": \"enweghị atụ\",\n    \"inevidence\": \"ihe ngosi\",\n    \"inevident\": \"enweghị atụ\",\n    \"inevitability\": \"-apụghị izere ezere\",\n    \"inevitabilities\": \"enweghị atụ\",\n    \"inevitable\": \"-apụghị izere ezere\",\n    \"inevitableness\": \"-enweghị atụ\",\n    \"inevitably\": \"-enweghị atụ\",\n    \"inexact\": \"na-enweghị isi\",\n    \"inexacting\": \"emeheghi\",\n    \"inexactitude\": \"enweghị atụ\",\n    \"inexactly\": \"n'agha\",\n    \"inexactness\": \"enweghị ume\",\n    \"inexcellence\": \"enweghị atụ\",\n    \"inexcitability\": \"enweghị ikike\",\n    \"inexcitable\": \"enweghị ego\",\n    \"inexcitableness\": \"enweghị oke\",\n    \"inexcitably\": \"enweghị mgbaghara\",\n    \"inexclusive\": \"ezughị ezu\",\n    \"inexclusively\": \"enweghị ihe ọ bụla\",\n    \"inexcommunicable\": \"enweghị nkwurịta okwu\",\n    \"inexcusability\": \"enweghị atụ\",\n    \"inexcusable\": \"enweghị ihe ngọpụ\",\n    \"inexcusableness\": \"enweghị ihe ngọpụ\",\n    \"inexcusably\": \"n’enweghị ihe kpatara ya\",\n    \"inexecrable\": \"enweghị ike ịgbagha\",\n    \"inexecutable\": \"enweghị ike ịgbagha\",\n    \"inexecution\": \"enweghị nchekwa\",\n    \"inexertion\": \"mgbatị\",\n    \"inexhalable\": \"enweghị atụ\",\n    \"inexhaust\": \"na-enweghị isi\",\n    \"inexhausted\": \"ike gwụrụ\",\n    \"inexhaustedly\": \"n’enweghị ume\",\n    \"inexhaustibility\": \"enweghị ike ọgwụgwụ\",\n    \"inexhaustible\": \"enweghị ike ịna-agwụ agwụ\",\n    \"inexhaustibleness\": \"enweghị ike ire ure\",\n    \"inexhaustibly\": \"enweghi ngwụcha\",\n    \"inexhaustive\": \"anaghị agwụ agwụ\",\n    \"inexhaustively\": \"enweghị atụ\",\n    \"inexhaustless\": \"enweghị atụ\",\n    \"inexigible\": \"enweghị ike ịkọwa\",\n    \"inexist\": \"amaghị\",\n    \"inexistence\": \"enweghị ndụ\",\n    \"inexistency\": \"enweghị ndụ\",\n    \"inexistent\": \"enweghị ndụ\",\n    \"inexorability\": \"enweghị atụ\",\n    \"inexorable\": \"enweghị ike ire\",\n    \"inexorableness\": \"enweghị atụ\",\n    \"inexorably\": \"enweghị atụ\",\n    \"inexpansible\": \"enweghị atụ\",\n    \"inexpansive\": \"enweghị atụ\",\n    \"inexpectable\": \"enweghị atụ\",\n    \"inexpectance\": \"enweghị atụ\",\n    \"inexpectancy\": \"enweghị atụ\",\n    \"inexpectant\": \"na-atụghị anya\",\n    \"inexpectation\": \"enweghị atụ\",\n    \"inexpected\": \"atụghị anya\",\n    \"inexpectedly\": \"atụghị anya\",\n    \"inexpectedness\": \"enweghị atụ\",\n    \"inexpedience\": \"enweghị ọrụ\",\n    \"inexpediency\": \"enweghị nghọta\",\n    \"inexpedient\": \"enweghị atụ\",\n    \"inexpediently\": \"enweghị atụ\",\n    \"inexpensive\": \"adịghị ọnụ\",\n    \"inexpensively\": \"ọnụ ọnụ\",\n    \"inexpensiveness\": \"enweghị ọnụ\",\n    \"inexperience\": \"enweghị ahụmahụ\",\n    \"inexperienced\": \"enweghị ahụmahụ\",\n    \"inexpert\": \"amaghi ihe\",\n    \"inexpertly\": \"na-enweghị uche\",\n    \"inexpertness\": \"enweghị uche\",\n    \"inexperts\": \"na-enweghị uche\",\n    \"inexpiable\": \"enweghị atụ\",\n    \"inexpiableness\": \"enweghị isi\",\n    \"inexpiably\": \"enweghị atụ\",\n    \"inexpiate\": \"na-enweghị uche\",\n    \"inexplainable\": \"enweghị atụ\",\n    \"inexpleble\": \"enweghị atụ\",\n    \"inexplicability\": \"enweghị nkọwa\",\n    \"inexplicable\": \"enweghị nkọwa\",\n    \"inexplicableness\": \"enweghị nkọwa\",\n    \"inexplicables\": \"enweghị nkọwa\",\n    \"inexplicably\": \"enweghị nkọwa\",\n    \"inexplicit\": \"ihe omuma\",\n    \"inexplicitly\": \"n'amaghị ama\",\n    \"inexplicitness\": \"enweghị ihe ọhụụ\",\n    \"inexplorable\": \"enweghị ike ịkọwapụta ya\",\n    \"inexplosive\": \"na-enweghị atụ\",\n    \"inexportable\": \"enweghị nkọwa\",\n    \"inexposable\": \"enweghị atụ\",\n    \"inexposure\": \"enweghị atụ\",\n    \"inexpress\": \"enweghị uche\",\n    \"inexpressibility\": \"enweghị nkọwa\",\n    \"inexpressibilities\": \"enweghị atụ\",\n    \"inexpressible\": \"enweghị nkọwa\",\n    \"inexpressibleness\": \"enweghị nkọwa\",\n    \"inexpressibles\": \"enweghị atụ\",\n    \"inexpressibly\": \"enweghị nkọwa\",\n    \"inexpressive\": \"na-enweghị uche\",\n    \"inexpressively\": \"n'amaghị ama\",\n    \"inexpressiveness\": \"Enweghị ike\",\n    \"inexpugnability\": \"enweghị atụ\",\n    \"inexpugnable\": \"enweghị atụ\",\n    \"inexpugnableness\": \"Enweghị atụ\",\n    \"inexpungeable\": \"nke a na-apụghị ịkọ afụ ọnụ\",\n    \"inexpungibility\": \"enweghị nkọwa\",\n    \"inexpungible\": \"enweghị atụ\",\n    \"inexsuperable\": \"enweghị ike ịkọwa\",\n    \"inextant\": \"enweghị isi\",\n    \"inextended\": \"gbasaa\",\n    \"inextensibility\": \"enweghị ike ịgbatị\",\n    \"inextensible\": \"ekweghi ekwe omume\",\n    \"inextensile\": \"nkwụsịtụ\",\n    \"inextension\": \"nkwụsịtụ\",\n    \"inextensional\": \"enweghị mgbatị\",\n    \"inextensive\": \"enweghị isi\",\n    \"inexterminable\": \"enweghị atụ\",\n    \"inextinct\": \"enweghị atụ\",\n    \"inextinguible\": \"echefughi\",\n    \"inextinguishability\": \"enweghị atụ\",\n    \"inextinguishable\": \"anaghị anyụ anyụ\",\n    \"inextinguishables\": \"anaghị anyụ anyụ\",\n    \"inextinguishably\": \"anaghi anyu anyu\",\n    \"inextinguished\": \"na-anwụ anwụ\",\n    \"inextirpable\": \"ihe enweghị atụ\",\n    \"inextirpableness\": \"enweghị atụ\",\n    \"inextricability\": \"enweghị atụ\",\n    \"inextricable\": \"enweghị atụ\",\n    \"inextricableness\": \"enweghị atụ\",\n    \"inextricably\": \"enweghị atụ\",\n    \"inez\": \"ntinye\",\n    \"infair\": \"ikpe na-ezighị ezi\",\n    \"infall\": \"adabaghi\",\n    \"infallibilism\": \"nkwanyeghị ọchịchị\",\n    \"infallibilist\": \"onye nzuzu\",\n    \"infallibility\": \"enweghị ngwụcha\",\n    \"infallible\": \"adighi agha agha\",\n    \"infallibleness\": \"enweghị ngwụcha\",\n    \"infallibly\": \"adabaghi\",\n    \"infallid\": \"adabaghi\",\n    \"infalling\": \"adabaghi\",\n    \"infalsificable\": \"enweghị ọnụ\",\n    \"infamation\": \"nzuzu\",\n    \"infamy\": \"afam\",\n    \"infamies\": \"ndị nzuzu\",\n    \"infamiliar\": \"amaghi\",\n    \"infamiliarity\": \"maara\",\n    \"infamized\": \"nzuzu\",\n    \"infamizing\": \"na-asọ oyi\",\n    \"infamous\": \"keamighi ama\",\n    \"infamously\": \"n'amaghị ama\",\n    \"infamousness\": \"aha ọjọọ\",\n    \"infancy\": \"nwata\",\n    \"infancies\": \"umuaka\",\n    \"infandous\": \"infandans\",\n    \"infanglement\": \"ndaba\",\n    \"infans\": \"ụmụ ọhụrụ\",\n    \"infant\": \"nwa ọhụrụ\",\n    \"infantes\": \"ụmụ ọhụrụ\",\n    \"infanthood\": \"nwata\",\n    \"infanticidal\": \"igbu egbu\",\n    \"infanticide\": \"ogbugbu nwa\",\n    \"infanticides\": \"umuaka\",\n    \"infantile\": \"nwata\",\n    \"infantility\": \"infant\",\n    \"infantine\": \"nwata\",\n    \"infantive\": \"infant\",\n    \"infantly\": \"ugboro\",\n    \"infantlike\": \"umuaka\",\n    \"infantries\": \"ụmụaka ọhụrụ\",\n    \"infantryman\": \"onye agha\",\n    \"infantrymen\": \"ndị agha ọhụrụ\",\n    \"infants\": \"ụmụ ọhụrụ\",\n    \"infarct\": \"infarti\",\n    \"infarctate\": \"infarction\",\n    \"infarcted\": \"akpọrọ\",\n    \"infarctions\": \"infarita\",\n    \"infarcts\": \"infarita\",\n    \"infares\": \"infrared\",\n    \"infashionable\": \"ejiji\",\n    \"infatuate\": \"ịhụnanya\",\n    \"infatuated\": \"nzuzu\",\n    \"infatuatedly\": \"nzuzu\",\n    \"infatuatedness\": \"nzuzu\",\n    \"infatuates\": \"ihe nzuzu\",\n    \"infatuating\": \"ịhụnanya\",\n    \"infatuation\": \"nzuzu\",\n    \"infatuations\": \"ịhụnanya nzuzu\",\n    \"infatuator\": \"ihe nzuzu\",\n    \"infeasibility\": \"enweghi ike\",\n    \"infeasible\": \"enweghi ike ime\",\n    \"infeasibleness\": \"enweghi ike ime\",\n    \"infect\": \"ife efe\",\n    \"infectant\": \"onye na-efe efe\",\n    \"infected\": \"nwere ọrịa\",\n    \"infectedness\": \"oria\",\n    \"infecter\": \"nje virus\",\n    \"infecters\": \"ndị na-efe efe\",\n    \"infectible\": \"na-efe efe\",\n    \"infecting\": \"na-efe efe\",\n    \"infection\": \"ofufe ọrịa\",\n    \"infectionist\": \"Ọrịa ọrịa\",\n    \"infections\": \"na-efe efe\",\n    \"infectious\": \"na-efe efe\",\n    \"infectiously\": \"na-efe efe\",\n    \"infectiousness\": \"ọrịa\",\n    \"infective\": \"na-efe efe\",\n    \"infectiveness\": \"ọrịa\",\n    \"infectivity\": \"ọrịa\",\n    \"infector\": \"nje virus\",\n    \"infectors\": \"ndị na-efe efe\",\n    \"infectress\": \"ife efe\",\n    \"infects\": \"na-emetụta\",\n    \"infectum\": \"nje\",\n    \"infectuous\": \"na-efe efe\",\n    \"infecundity\": \"enweghị ike\",\n    \"infeeble\": \"agaghị agwụ agwụ\",\n    \"infeftment\": \"infeft\",\n    \"infelicific\": \"enweghị atụ\",\n    \"infelicity\": \"ekweghị\",\n    \"infelicities\": \"nzuzu\",\n    \"infelicitous\": \"enweghị aha\",\n    \"infelicitously\": \"n'adịghị ọcha\",\n    \"infelicitousness\": \"ihe ekwenti\",\n    \"infelonious\": \"felon\",\n    \"infelt\": \"igba\",\n    \"infeminine\": \"na nwanyị\",\n    \"infenible\": \"enweghị atụ\",\n    \"infer\": \"tinye\",\n    \"inferably\": \"inwere mma\",\n    \"inference\": \"ntụgharị\",\n    \"inferent\": \"enweghị mmasị\",\n    \"inferial\": \"nke ikuku\",\n    \"inferible\": \"enweghị atụ\",\n    \"inferior\": \"usụhọde\",\n    \"inferiority\": \"abaghị uru\",\n    \"inferiorities\": \"abaghị uru\",\n    \"inferiorly\": \"na-adịchaghị mma\",\n    \"inferiorness\": \"abaghị uru\",\n    \"inferiors\": \"ndị na-eto eto\",\n    \"infernality\": \"enweghị ike\",\n    \"infernalize\": \"megharia\",\n    \"infernalry\": \"infernalụ\",\n    \"inferred\": \"infer\",\n    \"inferrers\": \"inferre\",\n    \"inferribility\": \"abaghị uru\",\n    \"inferrible\": \"abaghị uru\",\n    \"inferringly\": \"inferring\",\n    \"infers\": \"na-ebu\",\n    \"infertile\": \"abughi nwa\",\n    \"infertilely\": \"na-enweghị atụ\",\n    \"infertileness\": \"enweghị ike\",\n    \"infestant\": \"nwa ọhụrụ\",\n    \"infestation\": \"ọrịa\",\n    \"infested\": \"jupụtakwara\",\n    \"infesting\": \"na-agbakwunye\",\n    \"infestious\": \"infest\",\n    \"infestivity\": \"infestiesti\",\n    \"infestment\": \"mmebi iwu\",\n    \"infeudate\": \"inodu\",\n    \"infibulate\": \"gbanye mkpọrọgwụ\",\n    \"infidel\": \"ekweghi ekwe\",\n    \"infidelic\": \"ekweghi ekwe\",\n    \"infidelical\": \"ekweghi ekwe\",\n    \"infidelism\": \"ekweghị ekwe\",\n    \"infidelistic\": \"ekweghi ekwe\",\n    \"infidelity\": \"ekwesịghị ntụkwasị obi\",\n    \"infidelities\": \"ekwesịghị ntụkwasị obi\",\n    \"infidelize\": \"ndi ekweghi ekwe\",\n    \"infidelly\": \"ekwesịghị ntụkwasị obi\",\n    \"infidels\": \"ndi ekweghi ekwe\",\n    \"infielder\": \"infield\",\n    \"infielders\": \"ndị na-agba bọọlụ\",\n    \"infight\": \"esemokwu\",\n    \"infighters\": \"ndị ọkụ ọkụ\",\n    \"infighting\": \"esemokwu\",\n    \"infigured\": \"Okpukpo\",\n    \"infilling\": \"na-agbanye\",\n    \"infiltered\": \"tinye\",\n    \"infiltering\": \"Na-agbanye ume\",\n    \"infiltrated\": \"banye n'ime\",\n    \"infiltrators\": \"infiltrates\",\n    \"infimum\": \"nke pere mpe\",\n    \"infin\": \"ebighebi\",\n    \"infinitant\": \"enweghị njedebe\",\n    \"infinitary\": \"enweghị nsọtụ\",\n    \"infinitarily\": \"enweghị atụ\",\n    \"infinitate\": \"infinition\",\n    \"infinitated\": \"infinified\",\n    \"infinitating\": \"infining\",\n    \"infinitation\": \"nkọwa\",\n    \"infinite\": \"enweghi ngwụcha\",\n    \"infinitely\": \"enweghi ngwụcha\",\n    \"infiniteness\": \"enweghị nsọtụ\",\n    \"infinitesimal\": \"ebughi oke oke\",\n    \"infinitesimally\": \"enweghị njedebe\",\n    \"infinitesimalness\": \"enweghị njedebe\",\n    \"infinitesimals\": \"ebighi ebi\",\n    \"infiniteth\": \"enweghị nsọtụ\",\n    \"infinity\": \"ebighebi\",\n    \"infinities\": \"enweghị nsọtụ\",\n    \"infinitieth\": \"enweghị njedebe\",\n    \"infinitival\": \"ebighebi\",\n    \"infinitive\": \"enweghị nsọtụ\",\n    \"infinitively\": \"infinitive\",\n    \"infinitize\": \"infinites\",\n    \"infinitizing\": \"infinitịn\",\n    \"infinitude\": \"enweghị njedebe\",\n    \"infinituple\": \"enweghị nsọtụ\",\n    \"infirm\": \"adighi ike\",\n    \"infirmable\": \"enweghi ike idi ike\",\n    \"infirmary\": \"ahụ ike\",\n    \"infirmarian\": \"na-arịa ọrịa\",\n    \"infirmaries\": \"alụghị di\",\n    \"infirmate\": \"igba ume\",\n    \"infirmation\": \"enweghị mgbochi\",\n    \"infirmative\": \"adịghị ike\",\n    \"infirmity\": \"nkwarụ\",\n    \"infirmities\": \"adịghị ike\",\n    \"infirmly\": \"adịghị ike\",\n    \"infirmness\": \"nkwarụ\",\n    \"infitter\": \"onye nkpuchi\",\n    \"infl\": \"Na\",\n    \"inflamable\": \"ọkụ\",\n    \"inflame\": \"iwe ọkụ\",\n    \"inflamed\": \"ọkụ\",\n    \"inflamedly\": \"n’ọkụ\",\n    \"inflamedness\": \"nwu ọkụ\",\n    \"inflamers\": \"ọkụ\",\n    \"inflames\": \"ọkụ\",\n    \"inflaming\": \"na-ekpo ọkụ\",\n    \"inflamingly\": \"na-ekpo ọkụ\",\n    \"inflammability\": \"mbufụt\",\n    \"inflammabilities\": \"ọkụ\",\n    \"inflammable\": \"ọkụ\",\n    \"inflammableness\": \"nkwụ ọkụ\",\n    \"inflammably\": \"ọkụ\",\n    \"inflammation\": \"mbufụt\",\n    \"inflammations\": \"mbufụt\",\n    \"inflammative\": \"na-efe ọkụ\",\n    \"inflammatory\": \"mkpali\",\n    \"inflate\": \"gbasa\",\n    \"inflated\": \"ebu\",\n    \"inflatedly\": \"n'ile\",\n    \"inflatedness\": \"ebu nzu\",\n    \"inflates\": \"fepụ\",\n    \"inflatile\": \"Enweghi ike\",\n    \"inflatingly\": \"inflating\",\n    \"inflation\": \"onu oriri\",\n    \"inflationary\": \"onu oriri\",\n    \"inflationism\": \"onu oriri\",\n    \"inflationist\": \"onu oriri\",\n    \"inflationists\": \"onu oriri\",\n    \"inflations\": \"mmeba\",\n    \"inflative\": \"inflaas\",\n    \"inflators\": \"ndị na-ekpo ọkụ\",\n    \"inflect\": \"tinye\",\n    \"inflected\": \"Inyel\",\n    \"inflectedness\": \"Inlele\",\n    \"inflecting\": \"na-agbakwunye\",\n    \"inflection\": \"ntinye\",\n    \"inflectional\": \"Enweghị atụ\",\n    \"inflectionally\": \"N’enweghi mmekorita\",\n    \"inflectionless\": \"enweghị atụ\",\n    \"inflections\": \"Mmetụta\",\n    \"inflective\": \"ihe ndi mmadu\",\n    \"inflector\": \"ma ọ bụ\",\n    \"inflesh\": \"anụ ahụ\",\n    \"inflexed\": \"Achọrọ\",\n    \"inflexibility\": \"ekweghị mgbanwe\",\n    \"inflexible\": \"ekweghi ekwe\",\n    \"inflexibleness\": \"ngbanwe agbanwe agbanwe\",\n    \"inflexibly\": \"ekweghị ekwe\",\n    \"inflexion\": \"ngagharị\",\n    \"inflexional\": \"ngagharị\",\n    \"inflexionally\": \"mmekorita\",\n    \"inflexionless\": \"enweghị atụ\",\n    \"inflexive\": \"mgbanwe\",\n    \"inflexure\": \"mmegharị ahụ\",\n    \"inflict\": \"tib .u\",\n    \"inflictable\": \"e nwere ike ime\",\n    \"inflicted\": \"emekpala\",\n    \"inflicter\": \"ebibi\",\n    \"inflicting\": \"ịkpata\",\n    \"infliction\": \"mmekpa ahụ\",\n    \"inflictions\": \"mmekpa ahụ\",\n    \"inflictive\": \"na-eweta obi ọjọọ\",\n    \"inflictor\": \"ogbu\",\n    \"inflicts\": \"na-eweta\",\n    \"inflight\": \"inlight\",\n    \"inflood\": \"igba obula\",\n    \"inflooding\": \"igba mmiri\",\n    \"inflorescence\": \"ifuru\",\n    \"inflowering\": \"Ntinye\",\n    \"inflowing\": \"Na-abanye\",\n    \"influe\": \"ihe ngosi\",\n    \"influencability\": \"mmetụta\",\n    \"influencable\": \"na-enwe mmetụta\",\n    \"influence\": \"mmetụta\",\n    \"influenceability\": \"mmetụta\",\n    \"influenceabilities\": \"emetụta ikike\",\n    \"influenceable\": \"na-enwe mmetụta\",\n    \"influenced\": \"enwe mmetụta\",\n    \"influences\": \"mmetụta\",\n    \"influencing\": \"na-enwe mmetụta\",\n    \"influencive\": \"na-agbanwe agbanwe\",\n    \"influent\": \"enwe mmetụta\",\n    \"influential\": \"nwere mmetụta\",\n    \"influentiality\": \"mmetụta\",\n    \"influentially\": \"nwere\",\n    \"influentialness\": \"mmetụta\",\n    \"influents\": \"mmetụta\",\n    \"influenzas\": \"influenza\",\n    \"influx\": \"nnubata\",\n    \"influxable\": \"na-agbanwe agbanwe\",\n    \"influxes\": \"mwubata\",\n    \"influxible\": \"agbanwe agbanwe\",\n    \"influxibly\": \"na-enweghị isi\",\n    \"influxion\": \"nbanye\",\n    \"influxionism\": \"ntụgharị\",\n    \"influxious\": \"na-emetụta\",\n    \"influxive\": \"na-agbanwe agbanwe\",\n    \"info\": \"Ama\",\n    \"infolded\": \"gbanye\",\n    \"infoliate\": \"inwu\",\n    \"inforgiveable\": \"mgbaghara\",\n    \"inform\": \"gwa\",\n    \"informable\": \"ihe omuma\",\n    \"informal\": \"n'ịgba\",\n    \"informalism\": \"mmekorita\",\n    \"informalist\": \"onye mgbasa ozi\",\n    \"informality\": \"enweghi ike\",\n    \"informalities\": \"ezighi ezi\",\n    \"informalize\": \"nye ihe omuma\",\n    \"informally\": \"na mberede\",\n    \"informalness\": \"enweghi ike\",\n    \"informant\": \"onye ozi\",\n    \"informants\": \"ndị akụkọ\",\n    \"informatics\": \"ihe ọmụma\",\n    \"information\": \"ozi\",\n    \"informational\": \"ozi\",\n    \"informative\": \"ihe omuma\",\n    \"informatively\": \"n'ozi\",\n    \"informativeness\": \"ihe omuma\",\n    \"informatory\": \"na-ezisa ozi\",\n    \"informatus\": \"ozi\",\n    \"informed\": \"gwara\",\n    \"informedly\": \"n'ịma ama\",\n    \"informer\": \"onye ozi\",\n    \"informers\": \"ndị ozi\",\n    \"informidable\": \"ihe omuma\",\n    \"informing\": \"na-agwa\",\n    \"informingly\": \"n'ịma ama\",\n    \"informity\": \"ihe omuma\",\n    \"informous\": \"nnukwu ihe\",\n    \"informs\": \"na-agwa\",\n    \"infortiate\": \"inortiate\",\n    \"infortitude\": \"enweghi ike\",\n    \"infortunate\": \"mezie\",\n    \"infortunately\": \"enweghi ike\",\n    \"infortunateness\": \"ezighi ezi\",\n    \"infortune\": \"enweghi ike\",\n    \"infortunity\": \"enweghi ike\",\n    \"infraclusion\": \"mmekorita\",\n    \"infraconscious\": \"enweghi uche\",\n    \"infract\": \"itu\",\n    \"infractible\": \"ọ gaghị ekwe omume\",\n    \"infracting\": \"Inweta\",\n    \"infraction\": \"mmebi iwu\",\n    \"infractions\": \"mmebi iwu\",\n    \"infractor\": \"onye isi ihe\",\n    \"infraglacial\": \"mmebi iwu\",\n    \"inframedian\": \"onye inframedian\",\n    \"infranchise\": \"ndebanye aha\",\n    \"infrangible\": \"enweghị atụ\",\n    \"infrangibleness\": \"enweghị atụ\",\n    \"infrangibly\": \"enweghị atụ\",\n    \"infraradular\": \"infradular\",\n    \"infrareds\": \"infrared\",\n    \"infrarimal\": \"infarrimal\",\n    \"infrasonic\": \"mkpịbido\",\n    \"infraspecific\": \"enweghị nkọwa\",\n    \"infrastapedial\": \"akụrụngwa\",\n    \"infrastigmatal\": \"nkwado\",\n    \"infrastipular\": \"akụrụngwa\",\n    \"infrastructure\": \"akụrụngwa\",\n    \"infrastructures\": \"akụrụngwa\",\n    \"infree\": \"na n'efu\",\n    \"infrequence\": \"adịkarịghị\",\n    \"infrequency\": \"enweghi ike\",\n    \"infrequent\": \"adịkarịghị\",\n    \"infrequentcy\": \"ugboro ugboro\",\n    \"infrequently\": \"ugboro ugboro\",\n    \"infrigidate\": \"igba ogwu\",\n    \"infrigidation\": \"ọgbụgba\",\n    \"infringe\": \"inupụ iwu\",\n    \"infringed\": \"iwu\",\n    \"infringement\": \"ịda iwu\",\n    \"infringements\": \"mmebi iwu\",\n    \"infringer\": \"imebi iwu\",\n    \"infringers\": \"ndị na-emebi iwu\",\n    \"infringes\": \"mmebi iwu\",\n    \"infringible\": \"emebila\",\n    \"infringing\": \"ịda iwu\",\n    \"infructuous\": \"enweghị atụ\",\n    \"infrugal\": \"ịba ụba\",\n    \"infrustrable\": \"enweghị ntụkwasị obi\",\n    \"infrustrably\": \"enweghị ntụkwasị obi\",\n    \"infumate\": \"inwete\",\n    \"infumated\": \"infum\",\n    \"infumation\": \"afọ\",\n    \"infume\": \"itu\",\n    \"infund\": \"enweta ihe\",\n    \"infundibulate\": \"enweghị atụ\",\n    \"infuriate\": \"kpasuo iwe\",\n    \"infuriated\": \"kpasuru iwe\",\n    \"infuriatedly\": \"kpasuru iwe\",\n    \"infuriately\": \"jiri iwe\",\n    \"infuriates\": \"na-akpasu iwe\",\n    \"infuriating\": \"na-akpasu iwe\",\n    \"infuriation\": \"iwe\",\n    \"infuscate\": \"igba ume\",\n    \"infuscated\": \"gbanye\",\n    \"infuscation\": \"infususation\",\n    \"infuse\": \"inye\",\n    \"infused\": \"nye\",\n    \"infusedly\": \"nye\",\n    \"infuses\": \"na-enye ihe\",\n    \"infusibility\": \"enweghi ike\",\n    \"infusibleness\": \"enweghị atụ\",\n    \"infusing\": \"inye\",\n    \"infusionism\": \"infusion\",\n    \"infusionist\": \"onye ogwu\",\n    \"infusive\": \"infusus\",\n    \"infusories\": \"infusaries\",\n    \"ing\": \"tinye\",\n    \"ingallantry\": \"nnabata\",\n    \"ingate\": \"tinye\",\n    \"ingates\": \"tinye\",\n    \"ingather\": \"ikpobata\",\n    \"ingathered\": \"tinye\",\n    \"ingatherer\": \"nnabata\",\n    \"ingathering\": \"ịchịkọta ihe\",\n    \"ingathers\": \"kpọbata\",\n    \"ingeldable\": \"enweghị ike ịgbagha\",\n    \"ingem\": \"mbanye\",\n    \"ingeminate\": \"igbanwe\",\n    \"ingeminated\": \"tinye\",\n    \"ingeminating\": \"igbanwe\",\n    \"ingemination\": \"izuzu\",\n    \"ingender\": \"tinye\",\n    \"ingenerability\": \"ntinye aka\",\n    \"ingenerable\": \"enweghị ike ịgbanwe\",\n    \"ingenerably\": \"enweghị ike\",\n    \"ingenerate\": \"gbanyeghachi\",\n    \"ingenerated\": \"gbanyeghachi\",\n    \"ingenerately\": \"amaghi ihe ozo\",\n    \"ingeneration\": \"omumu ohuru\",\n    \"ingenerative\": \"ihe omumu\",\n    \"ingeniate\": \"nka\",\n    \"ingeniosity\": \"nka\",\n    \"ingenious\": \"nka\",\n    \"ingeniously\": \"nka\",\n    \"ingeniousness\": \"nka\",\n    \"ingenit\": \"nka\",\n    \"ingent\": \"igbanye\",\n    \"ingenue\": \"nka\",\n    \"ingenues\": \"nka\",\n    \"ingenuity\": \"nka\",\n    \"ingenuities\": \"nka\",\n    \"ingenuous\": \"amamịghe\",\n    \"ingenuously\": \"nka\",\n    \"ingenuousness\": \"nka\",\n    \"inger\": \"ihe inger\",\n    \"ingestant\": \"ingest\",\n    \"ingested\": \"tinye ya\",\n    \"ingesting\": \"na-eri nri\",\n    \"ingestion\": \"inges\",\n    \"ingestive\": \"na-eri ihe\",\n    \"ingests\": \"ingesi\",\n    \"inghamite\": \"nweghari\",\n    \"inghilois\": \"igbanwe\",\n    \"ingine\": \"igbanwe\",\n    \"ingirt\": \"tinye\",\n    \"ingiver\": \"ingiji\",\n    \"ingiving\": \"na-agbaghara\",\n    \"ingle\": \"tinye\",\n    \"inglenook\": \"nweghi\",\n    \"ingleside\": \"nanị\",\n    \"inglobate\": \"tinye\",\n    \"inglobe\": \"nnabata\",\n    \"inglobed\": \"nnabata\",\n    \"inglobing\": \"na-agbanye\",\n    \"inglorious\": \"ihere\",\n    \"ingloriously\": \"na-eweta ihere\",\n    \"ingloriousness\": \"ihere\",\n    \"inglut\": \"tinye\",\n    \"inglutition\": \"tinye aka\",\n    \"ingluvial\": \"nnweta\",\n    \"ingluvies\": \"igbanwu\",\n    \"ingluvious\": \"amaghị ihe ọ bụla\",\n    \"ingnue\": \"ingin\",\n    \"ingoing\": \"na-abanye\",\n    \"ingoingness\": \"ịnọ n'adịghị\",\n    \"ingomar\": \"igbanwe\",\n    \"ingorge\": \"igbanwo\",\n    \"ingot\": \"tinye\",\n    \"ingoted\": \"tinye\",\n    \"ingoting\": \"itinye\",\n    \"ingotman\": \"nnenne\",\n    \"ingotmen\": \"tinyeghari\",\n    \"ingots\": \"tinye\",\n    \"ingracious\": \"enweghi obi ojoo\",\n    \"ingrafted\": \"etinyere\",\n    \"ingrafts\": \"ihe osise\",\n    \"ingrained\": \"gbanye mgbọrọgwụ\",\n    \"ingrainedness\": \"ingrained\",\n    \"ingraining\": \"na-akụkọta ihe\",\n    \"ingrains\": \"ihe dị n'ime\",\n    \"ingrandize\": \"nnabata\",\n    \"ingrateful\": \"enweghị obi ekele\",\n    \"ingratefully\": \"ingralite\",\n    \"ingratefulness\": \"enweghị ekele\",\n    \"ingratitude\": \"enweghị ekele\",\n    \"ingrave\": \"banye n'ime\",\n    \"ingravidation\": \"ingravid\",\n    \"ingreat\": \"ịgwọ ọrịa\",\n    \"ingredience\": \"mgwa ihe\",\n    \"ingredient\": \"mgwa ihe\",\n    \"ingredients\": \"Efrata\",\n    \"ingresses\": \"Na-abanye\",\n    \"ingression\": \"ingress\",\n    \"ingressive\": \"na-eme ihe ike\",\n    \"ingressiveness\": \"na-aga n'ihu\",\n    \"ingreve\": \"tinye\",\n    \"ingross\": \"tinyekwara\",\n    \"ingrossing\": \"nbanye\",\n    \"ingroup\": \"njikọta\",\n    \"ingroups\": \"otu\",\n    \"ingrow\": \"nnabata\",\n    \"ingrowing\": \"Na-etinye aka\",\n    \"ingrown\": \"na-abanye\",\n    \"ingrownness\": \"nnabata\",\n    \"ingrowth\": \"nnabata\",\n    \"ingrowths\": \"nnabata\",\n    \"ingruent\": \"enweghi ike\",\n    \"inguilty\": \"ingu onye ikpe\",\n    \"ingulf\": \"ọnụọgụ\",\n    \"ingulfed\": \"rikpuru\",\n    \"ingulfing\": \"ihe\",\n    \"ingulfment\": \"ndozi\",\n    \"ingulfs\": \"ihe omimi\",\n    \"ingurgitate\": \"gbasasịa\",\n    \"ingurgitated\": \"gbasasịa\",\n    \"ingurgitating\": \"na-emegharị ahụ\",\n    \"ingurgitation\": \"nchịkwa\",\n    \"ingush\": \"nwe\",\n    \"ingustable\": \"akpokoro\",\n    \"inhabit\": \"ibi\",\n    \"inhabitability\": \"ibi\",\n    \"inhabitable\": \"bi\",\n    \"inhabitance\": \"obibi\",\n    \"inhabitancy\": \"ibi\",\n    \"inhabitancies\": \"obibi\",\n    \"inhabitant\": \"onye bi\",\n    \"inhabitants\": \"ndị bi na ya\",\n    \"inhabitate\": \"ibi\",\n    \"inhabitation\": \"obibi\",\n    \"inhabitative\": \"bi\",\n    \"inhabitativeness\": \"ibi ebi\",\n    \"inhabited\": \"mmadụ bi\",\n    \"inhabitedness\": \"ibi ebi\",\n    \"inhabiter\": \"onye bi\",\n    \"inhabiting\": \"bi\",\n    \"inhabitiveness\": \"ibi ebi\",\n    \"inhabitress\": \"ibi na ress\",\n    \"inhabits\": \"bi\",\n    \"inhalant\": \"inhaler\",\n    \"inhalational\": \"inhalation\",\n    \"inhalators\": \"ndị na-ekpo ọkụ\",\n    \"inhale\": \"iku ume\",\n    \"inhaled\": \"ikuru\",\n    \"inhalement\": \"iku ume\",\n    \"inhalent\": \"inhalant\",\n    \"inhalers\": \"ndị na-ekpo ọkụ\",\n    \"inhales\": \"iku ume\",\n    \"inhaling\": \"iku ume\",\n    \"inhance\": \"welie\",\n    \"inharmony\": \"na nkwekọrịta\",\n    \"inharmoniousness\": \"enweghị atụ\",\n    \"inhaul\": \"iku ume\",\n    \"inhaulers\": \"ndị na-ekuru anwụrụ\",\n    \"inhauls\": \"iku ume\",\n    \"inhaust\": \"iku ume\",\n    \"inhaustion\": \"iku ume\",\n    \"inhearse\": \"gụchaa\",\n    \"inheaven\": \"ke enyọn̄\",\n    \"inhelde\": \"jide\",\n    \"inhered\": \"ketara eketa\",\n    \"inherence\": \"ihe nketa\",\n    \"inherency\": \"enweghị nchekwube\",\n    \"inherencies\": \"inhe ego\",\n    \"inherent\": \"pụta ụwa\",\n    \"inherently\": \"ebumpụta ụwa\",\n    \"inhering\": \"iketa\",\n    \"inherit\": \"eketa\",\n    \"inheritability\": \"ihe nketa\",\n    \"inheritabilities\": \"nketa\",\n    \"inheritable\": \"ketara eketa\",\n    \"inheritableness\": \"ihe nketa\",\n    \"inheritably\": \"ihe nketa\",\n    \"inheritage\": \"ihe nketa\",\n    \"inheritance\": \"ihe nketa\",\n    \"inheritances\": \"nketa\",\n    \"inherited\": \"ketara eketa\",\n    \"inheriting\": \"na-eketa\",\n    \"inheritor\": \"ihe nketa\",\n    \"inheritors\": \"ndị nketa\",\n    \"inheritress\": \"ndị nketa\",\n    \"inheritresses\": \"ihe nketa\",\n    \"inheritrice\": \"ihe nketa\",\n    \"inheritrices\": \"ihe nketa\",\n    \"inheritrix\": \"nketa\",\n    \"inherits\": \"na-enweta\",\n    \"inherle\": \"eketa\",\n    \"inhesion\": \"nsị\",\n    \"inhesive\": \"ndozi\",\n    \"inhibit\": \"gbochie\",\n    \"inhibitable\": \"igbochi\",\n    \"inhibited\": \"gbochie\",\n    \"inhibiter\": \"onye mgbochi\",\n    \"inhibiting\": \"igbochi\",\n    \"inhibition\": \"mgbochi\",\n    \"inhibitionist\": \"onye mgbochi\",\n    \"inhibitions\": \"mgbochi\",\n    \"inhibitive\": \"mgbochi\",\n    \"inhibitor\": \"mmechi\",\n    \"inhibitors\": \"ndị na-eme ihe mgbochi\",\n    \"inhibits\": \"na-egbochi\",\n    \"inhive\": \"mmiri\",\n    \"inholder\": \"onye nwere\",\n    \"inholding\": \"inwere\",\n    \"inhomogeneous\": \"enweghi nsogbu\",\n    \"inhonest\": \"emeghị ihe n'eziokwu\",\n    \"inhospitable\": \"enweghi isi\",\n    \"inhospitableness\": \"enweghi ike\",\n    \"inhuman\": \"enweghi obi ojoo\",\n    \"inhumane\": \"enweghi obi ojoo\",\n    \"inhumanely\": \"obi ọjọọ\",\n    \"inhumanity\": \"enweghi obi mmadu\",\n    \"inhumanities\": \"ndi mmadu\",\n    \"inhumanly\": \"n'amaghị mmadụ\",\n    \"inhumanness\": \"enweghi obi mmadu\",\n    \"inhumationist\": \"inhumation\",\n    \"inhumes\": \"inhume\",\n    \"inial\": \"odidi\",\n    \"inidoneity\": \"enweghị mkpa\",\n    \"inimaginable\": \"-enweghị atụ\",\n    \"inimicability\": \"enweghị ike ọgwụgwụ\",\n    \"inimicable\": \"enweghị atụ\",\n    \"inimicality\": \"inimical\",\n    \"inimicalness\": \"inimical\",\n    \"inimicitious\": \"enweghị atụ\",\n    \"inimicous\": \"enweghi ike\",\n    \"inimitability\": \"inimatu\",\n    \"inimitable\": \"enweghị atụ\",\n    \"inimitableness\": \"enweghị atụ\",\n    \"inimitably\": \"enweghị nsọpụrụ\",\n    \"iniomous\": \"inioukwu\",\n    \"inique\": \"ihe ojoo\",\n    \"iniquitable\": \"enweghi njo\",\n    \"iniquitably\": \"n'adighi ike\",\n    \"iniquity\": \"ajọ omume\",\n    \"iniquities\": \"ajọ omume\",\n    \"iniquitous\": \"enweghi nsogbu\",\n    \"iniquitously\": \"ezighi ezi\",\n    \"iniquitousness\": \"ajọ omume\",\n    \"iniquous\": \"enweghi ike\",\n    \"inirritability\": \"na mgbakasi\",\n    \"inirritable\": \"na mgbakasi\",\n    \"inirritably\": \"enweghị atụ\",\n    \"inirritant\": \"enweghi ike\",\n    \"inirritative\": \"na-adịghị ike\",\n    \"inital\": \"mbido\",\n    \"initial\": \"mbido\",\n    \"initialing\": \"mmalite\",\n    \"initialisation\": \"mbido\",\n    \"initialise\": \"mbido\",\n    \"initialised\": \"malitere\",\n    \"initialism\": \"mbido\",\n    \"initialist\": \"onye mbido\",\n    \"initialization\": \"mbido\",\n    \"initializations\": \"mbido\",\n    \"initialize\": \"bido\",\n    \"initialized\": \"malitere\",\n    \"initializer\": \"mbido\",\n    \"initializers\": \"ndị izizi\",\n    \"initializes\": \"na-amalite\",\n    \"initializing\": \"mbido\",\n    \"initialled\": \"initialed\",\n    \"initialler\": \"mbido\",\n    \"initially\": \"na mbido\",\n    \"initialling\": \"mbido\",\n    \"initialness\": \"mbido\",\n    \"initials\": \"mkpịrịsị\",\n    \"initiant\": \"onye mbido\",\n    \"initiary\": \"mbido\",\n    \"initiate\": \"ibido\",\n    \"initiated\": \"butere\",\n    \"initiates\": \"na-amalite\",\n    \"initiating\": \"ebido\",\n    \"initiation\": \"nnabata\",\n    \"initiations\": \"mbido\",\n    \"initiative\": \"ebumnuche\",\n    \"initiatively\": \"ebum n'uche\",\n    \"initiatives\": \"atumatu\",\n    \"initiator\": \"onye mbido\",\n    \"initiatory\": \"ebido\",\n    \"initiatorily\": \"mbido\",\n    \"initiators\": \"ndị bidoro\",\n    \"initiatress\": \"mbido\",\n    \"initiatrices\": \"mbido\",\n    \"initiatrix\": \"mbido\",\n    \"initiatrixes\": \"mbido\",\n    \"initive\": \"ebumnuche\",\n    \"inject\": \"igba\",\n    \"injectant\": \"ogwu ogbugba\",\n    \"injected\": \"gbanye\",\n    \"injecting\": \"ịgbanye\",\n    \"injection\": \"ogwu ogbugba\",\n    \"injections\": \"ogwu ogbugba\",\n    \"injective\": \"ogwu\",\n    \"injectors\": \"ndị ogbugba\",\n    \"injects\": \"ogwu ogbugba\",\n    \"injelly\": \"merụrụ ahụ\",\n    \"injoin\": \"esonye m\",\n    \"injoint\": \"na nkwonkwo\",\n    \"injudicial\": \"ekwenti\",\n    \"injudicially\": \"n'ụzọ zuru oke\",\n    \"injudicious\": \"enwe mmetụta\",\n    \"injudiciously\": \"n'ụzọ dị mfe\",\n    \"injudiciousness\": \"ekwensu\",\n    \"injun\": \"ebum\",\n    \"injunct\": \"ebibi\",\n    \"injunction\": \"iwu\",\n    \"injunctions\": \"iwu\",\n    \"injunctive\": \"ebili\",\n    \"injunctively\": \"n'enweghị nsogbu\",\n    \"injurable\": \"onju\",\n    \"injure\": \"mmerụ ahụ\",\n    \"injured\": \"merụrụ ahụ\",\n    \"injuredly\": \"merụrụ ahụ\",\n    \"injuredness\": \"mmerụ ahụ\",\n    \"injurer\": \"mmerụ ahụ\",\n    \"injurers\": \"ndị na-emerụ ahụ\",\n    \"injures\": \"na-emerụ ahụ\",\n    \"injury\": \"mmerụ ahụ\",\n    \"injuries\": \"mmerụ ahụ\",\n    \"injuring\": \"na-emerụ ahụ\",\n    \"injurious\": \"na-emerụ ahụ\",\n    \"injuriously\": \"na-emerụ ahụ\",\n    \"injuriousness\": \"emerụ ahụ ness\",\n    \"injust\": \"ikpe na-ezighị ezi\",\n    \"injustice\": \"ikpe na-ezighị ezi\",\n    \"injustices\": \"ikpe na-ezighị ezi\",\n    \"injustifiable\": \"ezighi ezi\",\n    \"injustly\": \"n'emeghị ya\",\n    \"inkbush\": \"inkbrush\",\n    \"inked\": \"tinye\",\n    \"inken\": \"inkenye\",\n    \"inker\": \"ihe nchekwa\",\n    \"inkers\": \"ihe ntinye\",\n    \"inkholder\": \"ihe nkedo\",\n    \"inkhorns\": \"inkhorn\",\n    \"inkies\": \"ink\",\n    \"inkish\": \"ink\",\n    \"inkles\": \"ink\",\n    \"inkless\": \"enweghị atụ\",\n    \"inklike\": \"ink\",\n    \"inkling\": \"ịkọ\",\n    \"inklings\": \"ink\",\n    \"inkmaker\": \"ink\",\n    \"inkmaking\": \"ịkpụcha ihe\",\n    \"inkpots\": \"ntinye\",\n    \"inks\": \"okporo\",\n    \"inkslinging\": \"inksinging\",\n    \"inkstandish\": \"inyocha\",\n    \"inkstands\": \"ihe ntinye ink\",\n    \"inkstone\": \"nkume ink\",\n    \"inlace\": \"ingba\",\n    \"inlaced\": \"etinyere\",\n    \"inlaid\": \"inlaị\",\n    \"inlayed\": \"inlaị\",\n    \"inlayer\": \"inlay\",\n    \"inlaying\": \"inlay\",\n    \"inlaik\": \"inlaị\",\n    \"inland\": \"n'ime obodo\",\n    \"inlander\": \"n'ime obodo\",\n    \"inlanders\": \"ime obodo\",\n    \"inlandish\": \"n'ime obodo\",\n    \"inlands\": \"n'ime obodo\",\n    \"inlapidate\": \"inlaidid\",\n    \"inlaut\": \"inlaịl\",\n    \"inlaw\": \"n'iwu\",\n    \"inlawry\": \"n'iwu\",\n    \"inleague\": \"na njikọ\",\n    \"inless\": \"belụsọ\",\n    \"inlet\": \"uzo mmiri\",\n    \"inlets\": \"abata\",\n    \"inletting\": \"ntinye\",\n    \"inly\": \"n'ime\",\n    \"inlier\": \"n'ime ihe\",\n    \"inliers\": \"ihe ntinye\",\n    \"inlying\": \"na-akpata\",\n    \"inline\": \"n'ahịrị\",\n    \"inlook\": \"anya\",\n    \"inlooker\": \"ihe nlere\",\n    \"inlooking\": \"na-akpọ ya\",\n    \"inmate\": \"onye nga\",\n    \"inmates\": \"ndị mkpọrọ\",\n    \"inmeat\": \"okpokoro\",\n    \"inmeats\": \"ihe omimi\",\n    \"inmeshed\": \"etinyere\",\n    \"inmeshing\": \"Inmeshing\",\n    \"inmigrant\": \"onye si mba ozo\",\n    \"inmixture\": \"inmena\",\n    \"inmore\": \"Ọzọkwa\",\n    \"inmost\": \"nke kachasị\",\n    \"inn\": \"ụlọ obibi\",\n    \"innage\": \"obibia\",\n    \"innascibility\": \"enweghị atụ\",\n    \"innascible\": \"enweghị atụ\",\n    \"innate\": \"ebum pụta ụwa\",\n    \"innately\": \"ebum pụta ụwa\",\n    \"innateness\": \"innatness\",\n    \"innative\": \"ekere uwa\",\n    \"innatural\": \"ebum pụta ụwa\",\n    \"innaturality\": \"ebum pụta ụwa\",\n    \"innaturally\": \"ebum pụta ụwa\",\n    \"innavigable\": \"enweghị atụ\",\n    \"inned\": \"n'ime\",\n    \"inneity\": \"enweghị isi\",\n    \"inner\": \"n'ime\",\n    \"innerly\": \"n'ime\",\n    \"innermore\": \"n'ime\",\n    \"innermost\": \"n'ime\",\n    \"innermostly\": \"n'ime\",\n    \"innerness\": \"n'ime\",\n    \"inners\": \"omume\",\n    \"innersole\": \"innerole\",\n    \"innervate\": \"tinye n'ime\",\n    \"innervated\": \"n'ime\",\n    \"innervates\": \"ndị ozi\",\n    \"innervating\": \"na-enye akụkọ\",\n    \"innervation\": \"Inabata\",\n    \"innervational\": \"mkpali\",\n    \"innervations\": \"ihe omimi\",\n    \"innerve\": \"n'ime\",\n    \"innerved\": \"dị n'ime\",\n    \"innerves\": \"n'ime\",\n    \"innerving\": \"n'ime\",\n    \"inness\": \"ịdị\",\n    \"innholder\": \"onye nnabata\",\n    \"innitency\": \"ebum pụta ụwa\",\n    \"innkeeper\": \"onye na-elekọta ụlọ ndị njem\",\n    \"innkeepers\": \"ndị na-elekọta ụlọ obibi\",\n    \"innless\": \"enweghị ọnụọgụ\",\n    \"innobedient\": \"ekweghị ihe ọ bụla\",\n    \"innocence\": \"ọcha\",\n    \"innocency\": \"enweghị ihe o mere\",\n    \"innocencies\": \"ndị aka ha dị ọcha\",\n    \"innocent\": \"aka ya di ọcha\",\n    \"innocenter\": \"aka ya di ọcha\",\n    \"innocentest\": \"ndị aka ha dị ọcha\",\n    \"innocently\": \"dịghị ọcha\",\n    \"innocentness\": \"enweghị aka\",\n    \"innocents\": \"ndị aka ha dị ọcha\",\n    \"innocuity\": \"enweghị ihe ọ bụla\",\n    \"innoculate\": \"mebie\",\n    \"innoculated\": \"echeghi ihe\",\n    \"innoculating\": \"inoculating\",\n    \"innoculation\": \"inoculation\",\n    \"innocuous\": \"enweghi ihe o bula\",\n    \"innocuously\": \"enweghi ihe o bula\",\n    \"innocuousness\": \"enweghị nsogbu\",\n    \"innominability\": \"enweghị atụ\",\n    \"innominable\": \"innominate\",\n    \"innominables\": \"enweghị atụ\",\n    \"innovant\": \"abaghị uru\",\n    \"innovate\": \"mepee\",\n    \"innovated\": \"ihe ohuru\",\n    \"innovates\": \"ihe ohuru\",\n    \"innovating\": \"ihe ohuru\",\n    \"innovation\": \"ihe ohuru\",\n    \"innovational\": \"ihe ohuru\",\n    \"innovationist\": \"onye okike ohuru\",\n    \"innovations\": \"ihe ohuru\",\n    \"innovative\": \"ihe ohuru\",\n    \"innovatively\": \"Okike\",\n    \"innovativeness\": \"ihe omuma\",\n    \"innovator\": \"onye ohuru\",\n    \"innovatory\": \"ihe omimi\",\n    \"innovators\": \"ndị ọhụụ\",\n    \"innoxious\": \"na-emerụ ahụ\",\n    \"innoxiously\": \"dị egwu\",\n    \"innoxiousness\": \"ịdị ọcha\",\n    \"inns\": \"ebe obibi\",\n    \"innuate\": \"nzuzu\",\n    \"innuit\": \"inniit\",\n    \"innumerability\": \"enweghị ọgụgụ\",\n    \"innumerable\": \"enweghi ike ịgụta ọnụ\",\n    \"innumerableness\": \"enweghị ike ịgụta ọnụ\",\n    \"innumerably\": \"enweghi ike ịgụta ọnụ\",\n    \"innumerate\": \"enweghi ike\",\n    \"innumerous\": \"enweghị atụ\",\n    \"innutrient\": \"adịghị edozi ahụ\",\n    \"innutrition\": \"erighi nri\",\n    \"innutritious\": \"adịghị edozi ahụ\",\n    \"innutritiousness\": \"ekwetaghị ihe ọ bụla\",\n    \"innutritive\": \"anaghị edozi ahụ\",\n    \"inobedience\": \"inupụrụ isi\",\n    \"inobedient\": \"inupụ isi\",\n    \"inobediently\": \"inupụrụ isi\",\n    \"inobnoxious\": \"enweghị nsogbu\",\n    \"inobscurable\": \"enweghị atụ\",\n    \"inobservable\": \"inobe ihe\",\n    \"inobservance\": \"inoberibe\",\n    \"inobservant\": \"anaghị arụ ọrụ\",\n    \"inobservantly\": \"elezighi anya\",\n    \"inobservantness\": \"na-elebara anya\",\n    \"inobtainable\": \"enweghi ike inweta\",\n    \"inobvious\": \"anabataghị\",\n    \"inoccupation\": \"inogbu\",\n    \"inoculations\": \"inoculation\",\n    \"inodes\": \"inodu\",\n    \"inodorate\": \"indorate\",\n    \"inodorously\": \"n'egwu\",\n    \"inoffensiveness\": \"enweghị ike\",\n    \"inofficiosity\": \"enweghị ọrụ\",\n    \"inofficious\": \"inofficial\",\n    \"inofficiously\": \"inofficially\",\n    \"inofficiousness\": \"inofficialness\",\n    \"inominous\": \"enweghi ike\",\n    \"inoperability\": \"arụ ọrụ\",\n    \"inoperable\": \"arụ ọrụ\",\n    \"inoperation\": \"arụ ọrụ\",\n    \"inoperational\": \"anaghị arụ ọrụ\",\n    \"inoperative\": \"anaghị arụ ọrụ\",\n    \"inopinable\": \"inopinya\",\n    \"inopportune\": \"enweghị ike\",\n    \"inopportunely\": \"ekwesighi\",\n    \"inopportuneness\": \"ezighi ezi\",\n    \"inopportunism\": \"enweghị enyemaka\",\n    \"inopportunist\": \"na oge\",\n    \"inopportunity\": \"enweghi ike\",\n    \"inoppressive\": \"mmegbu\",\n    \"inoppugnable\": \"inoppugnabile\",\n    \"inordinacy\": \"imebiga ihe ókè\",\n    \"inordinance\": \"imebiga ihe ókè\",\n    \"inordinancy\": \"emebiga ihe ókè\",\n    \"inordinary\": \"enweghi ike\",\n    \"inordinate\": \"imebiga ihe ókè\",\n    \"inordinately\": \"emebiga ihe ókè\",\n    \"inordinateness\": \"oke\",\n    \"inordination\": \"inordido\",\n    \"inorganic\": \"arụghị ọrụ\",\n    \"inorganical\": \"anaghị arụ ọrụ\",\n    \"inorganically\": \"inorganic\",\n    \"inorganity\": \"enweghị ike ịrụ ọrụ\",\n    \"inorganizable\": \"enweghị ike ịhazi\",\n    \"inorganization\": \"nhazi\",\n    \"inorganized\": \"hazighi\",\n    \"inoriginate\": \"enweghị ọmụmụ\",\n    \"inornateness\": \"ịkpa nwa\",\n    \"inosculated\": \"anyaukwu\",\n    \"inositols\": \"inositol\",\n    \"inostensible\": \"enweghi ike inwu anwu\",\n    \"inpayment\": \"ịkwụ ụgwọ\",\n    \"inpardonable\": \"enweghị mgbaghara\",\n    \"inpatients\": \"ndị ọrịa\",\n    \"inpensioner\": \"na onye ezumike nka\",\n    \"inpolyhedron\": \"na polyhedron\",\n    \"inponderable\": \"imponderable\",\n    \"inport\": \"ibubata\",\n    \"inpouring\": \"inpo\",\n    \"inpush\": \"mbido\",\n    \"input\": \"ntinye\",\n    \"inputfile\": \"ntinye faịlụ\",\n    \"inputs\": \"ntinye\",\n    \"inputted\": \"etinyere\",\n    \"inputting\": \"ntinye\",\n    \"inquaintance\": \"jụọ ajụjụ\",\n    \"inquartation\": \"nyocha\",\n    \"inquest\": \"juo\",\n    \"inquests\": \"ajụjụ\",\n    \"inquestual\": \"njuputa\",\n    \"inquiet\": \"jụọ ajụjụ\",\n    \"inquietation\": \"ajụjụ\",\n    \"inquieted\": \"jụrụ\",\n    \"inquieting\": \"na-ajụ ajụjụ\",\n    \"inquietly\": \"n'jụjụ\",\n    \"inquietness\": \"nsogbu\",\n    \"inquiets\": \"na-ajụ\",\n    \"inquietude\": \"onyeju\",\n    \"inquietudes\": \"nyocha\",\n    \"inquilinae\": \"jụọ ase\",\n    \"inquiline\": \"ase\",\n    \"inquilinism\": \"ase\",\n    \"inquilinity\": \"ase\",\n    \"inquilinous\": \"ajụ\",\n    \"inquinate\": \"juo\",\n    \"inquinated\": \"jụrụ\",\n    \"inquinating\": \"na-achọ\",\n    \"inquination\": \"ase\",\n    \"inquirable\": \"na-achọsi ike\",\n    \"inquirance\": \"ase\",\n    \"inquirant\": \"na-ajụ ase\",\n    \"inquiration\": \"ase\",\n    \"inquire\": \"jụọ\",\n    \"inquired\": \"jụrụ\",\n    \"inquirendo\": \"jụọ ase\",\n    \"inquirent\": \"ase\",\n    \"inquirer\": \"ase\",\n    \"inquirers\": \"ndị na-ajụ ase\",\n    \"inquires\": \"jụrụ\",\n    \"inquiry\": \"ase\",\n    \"inquiries\": \"ajụjụ\",\n    \"inquiring\": \"na-ajụ ajụjụ\",\n    \"inquiringly\": \"na-ajụ ase\",\n    \"inquisible\": \"na-ajụ ase\",\n    \"inquisit\": \"jụọ\",\n    \"inquisite\": \"jụọ ajụjụ\",\n    \"inquisition\": \"ase\",\n    \"inquisitional\": \"ase\",\n    \"inquisitionist\": \"onye nyocha\",\n    \"inquisitions\": \"ajụjụ\",\n    \"inquisitive\": \"maara ihe\",\n    \"inquisitively\": \"n'omume\",\n    \"inquisitiveness\": \"nyocha\",\n    \"inquisitor\": \"onye nyocha\",\n    \"inquisitory\": \"ajụjụ\",\n    \"inquisitorial\": \"nyocha\",\n    \"inquisitorially\": \"ajụjụ\",\n    \"inquisitorialness\": \"nyocha\",\n    \"inquisitorious\": \"na-enyocha\",\n    \"inquisitors\": \"ndị na-ajụ ase\",\n    \"inquisitorship\": \"ajụjụ\",\n    \"inquisitress\": \"ajụjụ\",\n    \"inquisitrix\": \"nyocha\",\n    \"inquisiturient\": \"maara ihe\",\n    \"inreality\": \"n'eziokwu\",\n    \"inregister\": \"ana m edebanye aha\",\n    \"inrighted\": \"inright\",\n    \"inro\": \"n'ime\",\n    \"inroad\": \"n'okporo ụzọ\",\n    \"inroader\": \"dị n'okporo ụzọ\",\n    \"inroads\": \"na-abata\",\n    \"inrol\": \"debanye aha\",\n    \"inroll\": \"debanye aha\",\n    \"inrolling\": \"idebanye aha\",\n    \"inrooted\": \"agbasaghị\",\n    \"inrunning\": \"inyinya\",\n    \"inruption\": \"emebi\",\n    \"inrushes\": \"Ntughari\",\n    \"inrushing\": \"na-azọpịa\",\n    \"insack\": \"ibuo\",\n    \"insagacity\": \"arụghị ọrụ\",\n    \"insalivated\": \"enwusi ike\",\n    \"insalubrities\": \"enweghị isi\",\n    \"insalvable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"insanable\": \"ara\",\n    \"insane\": \"ara\",\n    \"insanely\": \"ara\",\n    \"insaneness\": \"ara\",\n    \"insaner\": \"ara\",\n    \"insanest\": \"ara\",\n    \"insanie\": \"ara\",\n    \"insanify\": \"ara\",\n    \"insanitary\": \"onye ara\",\n    \"insanitariness\": \"ara ara\",\n    \"insanitation\": \"ara\",\n    \"insanity\": \"ara\",\n    \"insanities\": \"ara ara\",\n    \"insapiency\": \"enweghị ike\",\n    \"insatiability\": \"enweghi afọ ojuju\",\n    \"insatiable\": \"enweghi ike igbochi\",\n    \"insatiableness\": \"enweghi afọ ojuju\",\n    \"insatiably\": \"enweghi ike igbochi\",\n    \"insatiate\": \"enweghi ike\",\n    \"insatiated\": \"afọ ojuju\",\n    \"insatiately\": \"amaghi aka\",\n    \"insatiateness\": \"enweghi afọ ojuju\",\n    \"insatiety\": \"enweghi afọ ojuju\",\n    \"insatisfaction\": \"enweghi afọ ojuju\",\n    \"insaturable\": \"enweghị ike ịgwọta\",\n    \"inscape\": \"mgbapu\",\n    \"inscenation\": \"nkwanye ugwu\",\n    \"inscibile\": \"enweghi ike\",\n    \"inscience\": \"na sayensị\",\n    \"inscient\": \"ejighi akwukwo\",\n    \"inscious\": \"maara ihe\",\n    \"inscribable\": \"enweghị ike ikwupụta\",\n    \"inscribableness\": \"enweghị ike ịkọwa ya\",\n    \"inscribe\": \"ihe e dere\",\n    \"inscribed\": \"ihe e dere\",\n    \"inscriber\": \"ihe ederede\",\n    \"inscribers\": \"ndị debanyere aha\",\n    \"inscribes\": \"ede ihe\",\n    \"inscribing\": \"na-ede ihe\",\n    \"inscript\": \"ederede\",\n    \"inscriptible\": \"enweghị ederede\",\n    \"inscription\": \"ihe e dere\",\n    \"inscriptional\": \"ihe odide\",\n    \"inscriptioned\": \"e dere\",\n    \"inscriptionist\": \"ihe odide\",\n    \"inscriptionless\": \"enweghị ederede\",\n    \"inscriptions\": \"ihe e dere ede\",\n    \"inscriptive\": \"ihe ederede\",\n    \"inscriptively\": \"na-ede ede\",\n    \"inscriptured\": \"ede ederede\",\n    \"inscroll\": \"zoo aka\",\n    \"inscrolled\": \"edebanye aha\",\n    \"inscrolling\": \"na-ekpuchi\",\n    \"inscrutable\": \"nke a na-apụghị ịgbagha agbagha\",\n    \"inscrutableness\": \"enweghị ike ịghara ime ya\",\n    \"inscrutables\": \"ihe mkpuchi\",\n    \"inscrutably\": \"enweghị atụ\",\n    \"insculp\": \"zọgbuo\",\n    \"insculped\": \"zọ-zị\",\n    \"insculping\": \"na-akụda mmụọ\",\n    \"insculps\": \"ihe nzuzu\",\n    \"insculpture\": \"ihe nzuzu\",\n    \"insculptured\": \"Enweghi ike\",\n    \"inscutcheon\": \"ịtọpu\",\n    \"insea\": \"ahụhụ\",\n    \"inseam\": \"ahụhụ\",\n    \"inseamer\": \"ahụhụ\",\n    \"inseams\": \"ahụhụ\",\n    \"insearch\": \"ahụhụ\",\n    \"insecable\": \"enweghị nchebe\",\n    \"insect\": \"ahụhụ\",\n    \"insecta\": \"ahụhụ\",\n    \"insectan\": \"ahụhụ\",\n    \"insectary\": \"ahụhụ\",\n    \"insectaria\": \"ahụhụ\",\n    \"insectaries\": \"ahụhụ\",\n    \"insectarium\": \"ahụhụ\",\n    \"insectariums\": \"ahụhụ\",\n    \"insectation\": \"ahụhụ\",\n    \"insectean\": \"ahụhụ\",\n    \"insected\": \"ahụhụ\",\n    \"insecticidal\": \"na-egbu ahụhụ\",\n    \"insecticidally\": \"na-egbu ahụhụ\",\n    \"insecticide\": \"ọgwụ ahụhụ\",\n    \"insecticides\": \"ụmụ ahụhụ\",\n    \"insectiferous\": \"ahụhụ\",\n    \"insectiform\": \"ahụhụ\",\n    \"insectifuge\": \"ahụhụ\",\n    \"insectile\": \"enweghị ahụhụ\",\n    \"insectine\": \"ahụhụ\",\n    \"insection\": \"ahụhụ\",\n    \"insectival\": \"ahụhụ\",\n    \"insectivore\": \"ahụhụ\",\n    \"insectivory\": \"ahụhụ\",\n    \"insectivorous\": \"ahụhụ\",\n    \"insectlike\": \"yiri ahụhụ\",\n    \"insectmonger\": \"ahụhụ\",\n    \"insectologer\": \"ahụhụ\",\n    \"insectology\": \"ahụhụ\",\n    \"insectologist\": \"onye na-ahụ maka ahụhụ\",\n    \"insectproof\": \"ahụhụ\",\n    \"insects\": \"ụmụ ahụhụ\",\n    \"insecure\": \"enweghi obi iru ala\",\n    \"insecurely\": \"n'udo\",\n    \"insecureness\": \"enweghị ntụkwasị obi\",\n    \"insecurity\": \"enweghị nchebe\",\n    \"insecurities\": \"enweghị nchebe\",\n    \"insecution\": \"enweghị nchebe\",\n    \"insee\": \"ahụhụ\",\n    \"inseeing\": \"na-ata ahụhụ\",\n    \"inseer\": \"ahụhụ\",\n    \"inseminated\": \"enwenye ihe\",\n    \"insemination\": \"izu oke\",\n    \"insensate\": \"insensin\",\n    \"insensately\": \"n'echeghị echiche\",\n    \"insensateness\": \"enweghi nchekwube\",\n    \"insense\": \"eneni\",\n    \"insensed\": \"were iwe\",\n    \"insensibility\": \"enweghi uche\",\n    \"insensibilities\": \"enweghi uche\",\n    \"insensible\": \"enweghi uche\",\n    \"insensibleness\": \"insensible ness\",\n    \"insensibly\": \"enweghi uche\",\n    \"insensing\": \"na-enye ume\",\n    \"insensitive\": \"enweghi mmetụta\",\n    \"insensitively\": \"enweghi mmetụta\",\n    \"insensitiveness\": \"enweghi uche\",\n    \"insensitivity\": \"enweghi uche\",\n    \"insensitivities\": \"enweghị uche\",\n    \"insensuous\": \"ekwenyeghi\",\n    \"insentience\": \"inyocha\",\n    \"insentiency\": \"inyocha\",\n    \"insentient\": \"enyoghi\",\n    \"insep\": \"ahụhụ\",\n    \"inseparability\": \"nkewa\",\n    \"inseparable\": \"enweghị ike ịkewa\",\n    \"inseparableness\": \"nkewa\",\n    \"inseparables\": \"ihe a na-ekewaghị ekewa\",\n    \"inseparably\": \"enweghị ihe ọ bụ\",\n    \"inseparate\": \"nkewa\",\n    \"inseparately\": \"enweghị nkewa\",\n    \"insequent\": \"n'ihi\",\n    \"insert\": \"fanye\",\n    \"insertable\": \"itinye\",\n    \"inserted\": \"etinyere\",\n    \"inserter\": \"ntinye\",\n    \"inserters\": \"ndị ntinye\",\n    \"inserting\": \"itinye\",\n    \"insertion\": \"ntinye\",\n    \"insertional\": \"ntinye\",\n    \"insertions\": \"ntinye\",\n    \"insertive\": \"etinyere\",\n    \"inserts\": \"fanye\",\n    \"inserve\": \"chebe\",\n    \"inserviceable\": \"ntinye\",\n    \"inservient\": \"ntinye\",\n    \"insession\": \"ihe\",\n    \"insessor\": \"ihe nyocha\",\n    \"insetted\": \"enwetara\",\n    \"insetting\": \"na-etinye ume\",\n    \"inseverable\": \"enweghị ike ịta ahụhụ\",\n    \"inseverably\": \"enweghị ihe ọ bụla\",\n    \"inshave\": \"gaa n'ihu\",\n    \"insheathe\": \"ọkụ\",\n    \"insheathed\": \"na-ekpo ọkụ\",\n    \"insheathing\": \"na-ekpo ọkụ\",\n    \"inshell\": \"na shei\",\n    \"inshining\": \"na-enwu\",\n    \"inship\": \"ntanye\",\n    \"inshoot\": \"inshot\",\n    \"inshore\": \"n'ụsọ oké osimiri\",\n    \"inshrined\": \"enyoghi anya\",\n    \"inshrines\": \"n’ụlọ arụsị\",\n    \"inshrining\": \"mbukota\",\n    \"inside\": \"n'ime\",\n    \"insident\": \"ihe merenụ\",\n    \"insider\": \"onye nyocha\",\n    \"insiders\": \"n'ime\",\n    \"insides\": \"n'ime\",\n    \"insidiation\": \"insidi\",\n    \"insidiosity\": \"amaghị ihe\",\n    \"insidious\": \"dị aghụghọ\",\n    \"insidiously\": \"etinye uche\",\n    \"insidiousness\": \"etinye aghụghọ\",\n    \"insight\": \"nghọta\",\n    \"insighted\": \"nwee nghọta\",\n    \"insightful\": \"nghọta\",\n    \"insightfully\": \"nghọta\",\n    \"insights\": \"ihe ọmụma\",\n    \"insignes\": \"agbakwunye\",\n    \"insignia\": \"ọkọlọtọ\",\n    \"insignificance\": \"na-enweghị isi\",\n    \"insignificancy\": \"na-abaghi uru\",\n    \"insignificancies\": \"na-abaghi uru\",\n    \"insignificant\": \"pere mpe\",\n    \"insignificantly\": \"enweghị isi\",\n    \"insignificative\": \"abaghị uru\",\n    \"insignment\": \"ntinye\",\n    \"insimplicity\": \"enweghị isi\",\n    \"insimulate\": \"inyocha\",\n    \"insincere\": \"enweghi ntukwasi obi\",\n    \"insincerely\": \"n'eziokwu\",\n    \"insincerity\": \"enweghi obi ọcha\",\n    \"insinuant\": \"insinu\",\n    \"insinuate\": \"ịkpali\",\n    \"insinuated\": \"etinyere\",\n    \"insinuates\": \"na-ekwupụta\",\n    \"insinuation\": \"insinuin\",\n    \"insinuative\": \"ihe nzuzu\",\n    \"insinuativeness\": \"ihe nzuzu\",\n    \"insinuator\": \"ihe mgbochi\",\n    \"insinuators\": \"ndị na-ekpo ọkụ\",\n    \"insipidity\": \"nzuzu\",\n    \"insist\": \"esi ọnwụ\",\n    \"insisted\": \"siri ọnwụ\",\n    \"insistence\": \"ọnwụ\",\n    \"insistency\": \"ọnwụ\",\n    \"insistencies\": \"ọnwụ\",\n    \"insistent\": \"na-esi ọnwụ\",\n    \"insistently\": \"esi ọnwụ\",\n    \"insister\": \"zipụ\",\n    \"insisters\": \"na-enyocha\",\n    \"insisting\": \"na-ekwusi ike\",\n    \"insistingly\": \"na-ekwusi ike\",\n    \"insists\": \"na-ekwusi ike\",\n    \"insisture\": \"siri ọnwụ\",\n    \"insistuvree\": \"ikwesi ike\",\n    \"insite\": \"ikwusi\",\n    \"insititious\": \"dị nkọ\",\n    \"insnare\": \"ọnyà\",\n    \"insnared\": \"ọnya\",\n    \"insnarer\": \"onye nyocha\",\n    \"insnarers\": \"ndị ọnyà\",\n    \"insnares\": \"ọnyà\",\n    \"insnaring\": \"eninyenke\",\n    \"insobriety\": \"enweghị nsogbu\",\n    \"insociability\": \"enweghị ike\",\n    \"insociableness\": \"inwekọ\",\n    \"insociably\": \"inwere\",\n    \"insocially\": \"na-elekọta mmadụ\",\n    \"insociate\": \"inata\",\n    \"insolates\": \"insolation\",\n    \"insolating\": \"insolation\",\n    \"insolence\": \"mkparị\",\n    \"insolency\": \"mkparị\",\n    \"insolent\": \"mkparị\",\n    \"insolently\": \"mkparị\",\n    \"insolentness\": \"mkparị\",\n    \"insolubilities\": \"na solubilit\",\n    \"insolubilization\": \"na solubilization\",\n    \"insoluble\": \"unyi anaghị agbasa\",\n    \"insolubleness\": \"enweghị ike ịgba ọkụ\",\n    \"insolvable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"insolvencies\": \"insolvens\",\n    \"insolvent\": \"insoliv\",\n    \"insomnia\": \"ehighi ura\",\n    \"insomniac\": \"ehighi ura\",\n    \"insomniacs\": \"ehighi ura\",\n    \"insomnias\": \"ehighi ura\",\n    \"insomnious\": \"ehighi ura\",\n    \"insomnolence\": \"enweghi ike\",\n    \"insomnolent\": \"enweghi ụra\",\n    \"insonorous\": \"insonoros\",\n    \"insordid\": \"enweghi ike\",\n    \"insp\": \"kpalie\",\n    \"inspake\": \"kpalie\",\n    \"inspanned\": \"na-abaghịzi\",\n    \"inspanning\": \"abaghi uru\",\n    \"inspans\": \"na-akpali\",\n    \"inspeaking\": \"na-enyocha\",\n    \"inspect\": \"nyochaa\",\n    \"inspectability\": \"nyocha\",\n    \"inspectable\": \"nyocha\",\n    \"inspected\": \"nyochara\",\n    \"inspecting\": \"na-enyocha\",\n    \"inspectingly\": \"na-enyocha\",\n    \"inspection\": \"nnyocha\",\n    \"inspectional\": \"nyocha\",\n    \"inspectioneer\": \"onye nyocha\",\n    \"inspections\": \"nyocha\",\n    \"inspective\": \"nyocha\",\n    \"inspector\": \"onye nyocha\",\n    \"inspectoral\": \"onye nyocha\",\n    \"inspectorate\": \"onye nyocha\",\n    \"inspectorial\": \"nyocha\",\n    \"inspectors\": \"ndị nlele\",\n    \"inspectorship\": \"Nnyocha\",\n    \"inspectress\": \"onye nyocha\",\n    \"inspectrix\": \"nyocha\",\n    \"inspects\": \"na-enyocha\",\n    \"insperge\": \"tinye\",\n    \"insperse\": \"bunye\",\n    \"inspheration\": \"ịkọ nkọ\",\n    \"insphere\": \"n'ike mmụọ nsọ\",\n    \"inspheres\": \"ihe odide\",\n    \"insphering\": \"na-elekọta\",\n    \"inspinne\": \"tinye\",\n    \"inspirability\": \"Na-akpali akpali\",\n    \"inspirable\": \"na-akpali akpali\",\n    \"inspirant\": \"na-akpali mmụọ\",\n    \"inspirate\": \"kpalie mmụọ\",\n    \"inspiration\": \"mmụọ nsọ\",\n    \"inspirational\": \"n'ike mmụọ nsọ\",\n    \"inspirationalism\": \"na-akpali akpali\",\n    \"inspirationally\": \"n'ike mmụọ nsọ\",\n    \"inspirationist\": \"Onye nkwalite mmụọ\",\n    \"inspirations\": \"inspiers\",\n    \"inspirative\": \"na-akpali mmụọ\",\n    \"inspirator\": \"onye nkwusa\",\n    \"inspiratory\": \"ihe nkwusi\",\n    \"inspire\": \"kpalie\",\n    \"inspired\": \"sitere n'ike mmụọ nsọ\",\n    \"inspiredly\": \"n'ike mmụọ nsọ\",\n    \"inspirer\": \"na-akpali akpali\",\n    \"inspirers\": \"ndị na-akpali mmụọ\",\n    \"inspires\": \"Na-akpali\",\n    \"inspiring\": \"na-akpali akpali\",\n    \"inspiringly\": \"na-akpali akpali\",\n    \"inspirit\": \"mmụọ nsọ\",\n    \"inspirited\": \"kpaliri\",\n    \"inspiriter\": \"mmụọ nsọ\",\n    \"inspiriting\": \"na-akpali mmụọ\",\n    \"inspiritingly\": \"n'ike mmụọ nsọ\",\n    \"inspiritment\": \"mmụọ nsọ\",\n    \"inspirits\": \"mmụọ\",\n    \"inspissant\": \"na-akpali mmụọ\",\n    \"inspissate\": \"kpalie\",\n    \"inspissated\": \"kpaliri\",\n    \"inspissating\": \"na-akpali akpali\",\n    \"inspissation\": \"mmụọ nsọ\",\n    \"inspissator\": \"na-akpali akpali\",\n    \"inspissosis\": \"mmụọ\",\n    \"inspreith\": \"enweghị isi\",\n    \"inst\": \"nw\",\n    \"instability\": \"enweghi nsogbu\",\n    \"instabilities\": \"enweghi nsogbu\",\n    \"instable\": \"gbanye agbanwe\",\n    \"install\": \"wụnye\",\n    \"installant\": \"nrụnye\",\n    \"installation\": \"echichi\",\n    \"installations\": \"nrụnye\",\n    \"installed\": \"arụnyere\",\n    \"installer\": \"nrụnye\",\n    \"installers\": \"ndị nrụnye\",\n    \"installing\": \"ịwụnye\",\n    \"installment\": \"nkeji nkeji\",\n    \"installments\": \"obere\",\n    \"installs\": \"na-akwụnye\",\n    \"instalment\": \"nkeji nkeji\",\n    \"instals\": \"wụnye\",\n    \"instamp\": \"inya\",\n    \"instance\": \"ọmụmaatụ\",\n    \"instanced\": \"instan\",\n    \"instances\": \"ufodu\",\n    \"instancy\": \"ntabi anya\",\n    \"instancies\": \"ngwa ngwa\",\n    \"instancing\": \"nwụnye\",\n    \"instant\": \"ozigbo\",\n    \"instantaneity\": \"ozugbo\",\n    \"instantaneous\": \"ozugbo\",\n    \"instantaneously\": \"ozigbo\",\n    \"instantaneousness\": \"ngwa ngwa\",\n    \"instanter\": \"ngwa ngwa\",\n    \"instantiating\": \"na-akpali akpali\",\n    \"instantiation\": \"ọgbụgba\",\n    \"instantiations\": \"instantias\",\n    \"instantly\": \"ozugbo\",\n    \"instantness\": \"ozugbo\",\n    \"instants\": \"ozugbo\",\n    \"instar\": \"ima\",\n    \"instarred\": \"etinyere\",\n    \"instarring\": \"instaring\",\n    \"instars\": \"ebu\",\n    \"instated\": \"kụrụ\",\n    \"instatement\": \"mmuo\",\n    \"instating\": \"ihe mmụta\",\n    \"instauration\": \"ntinye aka\",\n    \"instaurator\": \"onye nhazi\",\n    \"instead\": \"kama\",\n    \"instealing\": \"ịkụzi ihe\",\n    \"instellatinn\": \"instillatinn\",\n    \"instellation\": \"instel\",\n    \"instigant\": \"instig\",\n    \"instigate\": \"igba ihe\",\n    \"instigated\": \"kụnyere\",\n    \"instigates\": \"na-akpali\",\n    \"instigating\": \"na-akụzi\",\n    \"instigatingly\": \"instigating\",\n    \"instigation\": \"ihe mgbochi\",\n    \"instigative\": \"ihe na-akpali akpali\",\n    \"instigators\": \"ndị na-akpali akpali\",\n    \"instigatrix\": \"ngwa\",\n    \"instyle\": \"ntinye\",\n    \"instill\": \"ịkụnye\",\n    \"instillation\": \"ntinye\",\n    \"instillator\": \"nrụnye\",\n    \"instillatory\": \"etinyere\",\n    \"instilled\": \"kụnyere\",\n    \"instiller\": \"ihe ndozi\",\n    \"instillers\": \"ndị nhazi\",\n    \"instilling\": \"ịkụnye\",\n    \"instillment\": \"mmuo\",\n    \"instilment\": \"ihe mmuo\",\n    \"instimulate\": \"inomi\",\n    \"instinct\": \"mmuo\",\n    \"instinction\": \"mmuo\",\n    \"instinctive\": \"mmuo\",\n    \"instinctively\": \"mmuo\",\n    \"instinctiveness\": \"nsinammuo\",\n    \"instinctivist\": \"nsinammuo\",\n    \"instinctivity\": \"nsinammuo\",\n    \"instincts\": \"nsinammuo\",\n    \"instinctual\": \"nsinammuo\",\n    \"instinctually\": \"mmuo\",\n    \"instipulate\": \"ịkụzi\",\n    \"institor\": \"onye nnabata\",\n    \"institory\": \"ulo akwukwo\",\n    \"institorial\": \"nnabata\",\n    \"institorian\": \"onye nchịkwa\",\n    \"institue\": \"ulo akwukwo\",\n    \"institute\": \"ulo akwukwo\",\n    \"instituted\": \"guzobere\",\n    \"instituter\": \"guzobere\",\n    \"instituters\": \"guzobere\",\n    \"institutes\": \"ulo akwukwo\",\n    \"instituting\": \"guzobe\",\n    \"institution\": \"ụlọ ọrụ\",\n    \"institutional\": \"ụlọ ọrụ\",\n    \"institutionalisation\": \"nhazi\",\n    \"institutionalise\": \"hazie\",\n    \"institutionalised\": \"ụlọ ọrụ\",\n    \"institutionalising\": \"mmekorita\",\n    \"institutionalism\": \"usoro\",\n    \"institutionalist\": \"onye nhazi oru\",\n    \"institutionalists\": \"ndị nhazi\",\n    \"institutionality\": \"oru\",\n    \"institutionalization\": \"nhazi\",\n    \"institutionalize\": \"hazie\",\n    \"institutionalized\": \"nhazi\",\n    \"institutionalizes\": \"guzozie\",\n    \"institutionalizing\": \"mmekorita\",\n    \"institutionally\": \"ulo oru\",\n    \"institutionary\": \"ụlọ ọrụ\",\n    \"institutionize\": \"hazie\",\n    \"institutions\": \"ụlọ ọrụ\",\n    \"institutive\": \"guzobere\",\n    \"institutively\": \"n'otu ntabi anya\",\n    \"institutor\": \"onye nhazi\",\n    \"institutors\": \"ndị nnabata\",\n    \"institutress\": \"ulo akwukwo\",\n    \"instonement\": \"efere mmehie\",\n    \"instore\": \"ịzụ ihe\",\n    \"instr\": \"nwachukwu\",\n    \"instratified\": \"kụnyere n'ime\",\n    \"instreaming\": \"na-etinye ọkụ\",\n    \"instrengthen\": \"wusie ike\",\n    \"instressed\": \"kpaliri\",\n    \"instroke\": \"iku oku\",\n    \"instrokes\": \"Nrụchi\",\n    \"instruct\": \"kuzie\",\n    \"instructed\": \"nyere ntụziaka\",\n    \"instructedly\": \"onye nkuzi\",\n    \"instructedness\": \"Ntụziaka\",\n    \"instructer\": \"onye nkuzi\",\n    \"instructing\": \"onye nkuzi\",\n    \"instruction\": \"Ntụziaka\",\n    \"instructional\": \"nkuzi\",\n    \"instructionary\": \"nkuzi\",\n    \"instructions\": \"ntuziaka\",\n    \"instructive\": \"na-akụzi ihe\",\n    \"instructively\": \"nkuzi\",\n    \"instructiveness\": \"nkuzi\",\n    \"instructor\": \"onye nkuzi\",\n    \"instructorial\": \"onye nkuzi\",\n    \"instructorless\": \"enweghị nkuzi\",\n    \"instructors\": \"ndị nkụzi\",\n    \"instructorship\": \"onye nkuzi\",\n    \"instructorships\": \"nkụzi\",\n    \"instructress\": \"onye nkuzi\",\n    \"instructs\": \"na-akụzi\",\n    \"instrument\": \"ngwa\",\n    \"instrumental\": \"akụrụngwa\",\n    \"instrumentalism\": \"akụrụngwa\",\n    \"instrumentalist\": \"onye ọrụ aka\",\n    \"instrumentalists\": \"ndị ọrụ aka\",\n    \"instrumentality\": \"akụrụngwa\",\n    \"instrumentalities\": \"akụrụngwa\",\n    \"instrumentalize\": \"jiri ya rụọ ọrụ\",\n    \"instrumentally\": \"akụrụngwa\",\n    \"instrumentals\": \"akụrụngwa\",\n    \"instrumentary\": \"akụrụngwa\",\n    \"instrumentate\": \"eji akpo ihe\",\n    \"instrumentation\": \"ngwá ọrụ\",\n    \"instrumentations\": \"ngwá ọrụ\",\n    \"instrumentative\": \"ngwá ọrụ\",\n    \"instrumented\": \"Na-enyere aka\",\n    \"instrumenting\": \"akụrụngwa\",\n    \"instrumentist\": \"onye oru egwu\",\n    \"instrumentman\": \"onye oru ihe\",\n    \"instruments\": \"akụrụngwa\",\n    \"insuavity\": \"enweghị ike\",\n    \"insubduable\": \"enweghị atụ\",\n    \"insubjection\": \"insubbụl\",\n    \"insubmergible\": \"insubmersible\",\n    \"insubmission\": \"ntinye\",\n    \"insubmissive\": \"ekwenyeghi\",\n    \"insubordinate\": \"edobeghi\",\n    \"insubordinately\": \"edobeghi\",\n    \"insubordinateness\": \"insubordinate ness\",\n    \"insubordination\": \"enupụ isi\",\n    \"insubstantial\": \"enweghị isi\",\n    \"insubstantiality\": \"ezighi ezi\",\n    \"insubvertible\": \"enweghị ike ịgbanwe agbanwe\",\n    \"insuccate\": \"enweghi ike\",\n    \"insuccess\": \"enweghị ihe ịga nke ọma\",\n    \"insuccessful\": \"emeghi nkeoma\",\n    \"insue\": \"insu\",\n    \"insufferable\": \"enweghị ike ịgụta ọnụ\",\n    \"insufferableness\": \"enweghị ike ịnwụ\",\n    \"insufferably\": \"enweghị ike ịgụta ọnụ\",\n    \"insufficience\": \"enweghị ike\",\n    \"insufficiency\": \"enweghị ike\",\n    \"insufficiencies\": \"enweghị ike\",\n    \"insufficient\": \"ezughi oke\",\n    \"insufficiently\": \"ezughi oke\",\n    \"insufficientness\": \"ezughi oke\",\n    \"insufflated\": \"enweghị ike\",\n    \"insuitable\": \"ekwesighi\",\n    \"insular\": \"anụ arụ\",\n    \"insularly\": \"insular\",\n    \"insulate\": \"ikpuchi ihe\",\n    \"insulated\": \"gwara mmanụ\",\n    \"insulates\": \"na-ekpuchi\",\n    \"insulating\": \"egbochi ihe\",\n    \"insulation\": \"mkpuchi ihe\",\n    \"insulations\": \"mkpuchi\",\n    \"insulator\": \"ihe mkpuchi\",\n    \"insulination\": \"insulin\",\n    \"insulins\": \"insulin\",\n    \"insulphured\": \"arụghị ọrụ\",\n    \"insulse\": \"mkpali\",\n    \"insulsity\": \"isi ike\",\n    \"insult\": \"mkpari\",\n    \"insultable\": \"mkparị\",\n    \"insultant\": \"mkparị\",\n    \"insultation\": \"mkpuchi ihe\",\n    \"insulted\": \"akparịala\",\n    \"insulter\": \"akparịala\",\n    \"insulters\": \"na-akparị mmadụ\",\n    \"insulting\": \"ịkparị\",\n    \"insultingly\": \"mkparị\",\n    \"insultment\": \"mkparị\",\n    \"insultproof\": \"mkparị\",\n    \"insults\": \"mkparị\",\n    \"insume\": \"ileba anya\",\n    \"insunk\": \"mkpuchi\",\n    \"insuperable\": \"enweghị ike ikwu okwu\",\n    \"insuperableness\": \"enweghị ike ọgwụgwụ\",\n    \"insuperably\": \"enweghị ike\",\n    \"insupportable\": \"enweghị ike ịkwado ya\",\n    \"insupportableness\": \"enweghị ike ịkwado ya\",\n    \"insupportably\": \"enweghị atụ\",\n    \"insupposable\": \"enweghị atụ\",\n    \"insuppressible\": \"enweghị ike igbochi ya\",\n    \"insuppressibly\": \"enweghị ike\",\n    \"insuppressive\": \"enweghị nsogbu\",\n    \"insurability\": \"enweghi nsogbu\",\n    \"insurable\": \"enweghị ọgwụgwọ\",\n    \"insurance\": \"mkpuchi\",\n    \"insurant\": \"mkpuchi\",\n    \"insurants\": \"mkpuchi\",\n    \"insure\": \"mkpuchi\",\n    \"insured\": \"ịnshọransị\",\n    \"insureds\": \"mkpuchi\",\n    \"insuree\": \"ịnshọransị\",\n    \"insurer\": \"mkpuchi\",\n    \"insurers\": \"mkpuchi\",\n    \"insures\": \"insurance\",\n    \"insurge\": \"insurgen\",\n    \"insurgence\": \"nnupụisi\",\n    \"insurgency\": \"nnupụisi\",\n    \"insurgencies\": \"ọgba aghara\",\n    \"insurgent\": \"nnupụisi\",\n    \"insurgentism\": \"nnupụisi\",\n    \"insurgently\": \"n'agha\",\n    \"insurgents\": \"ndị nnupụisi\",\n    \"insuring\": \"ịnshọransị\",\n    \"insurmountability\": \"enweghi ike imeri\",\n    \"insurmountable\": \"enweghị ike imeri\",\n    \"insurmountableness\": \"enweghị ike imeri\",\n    \"insurmountably\": \"enweghị ike imeri\",\n    \"insurpassable\": \"enweghị atụ\",\n    \"insurrect\": \"nnupụisi\",\n    \"insurrection\": \"nnupụisi\",\n    \"insurrectional\": \"nnupu isi\",\n    \"insurrectionally\": \"enupụ isi\",\n    \"insurrectionary\": \"nnupụisi\",\n    \"insurrectionaries\": \"ndị nnupụisi\",\n    \"insurrectionise\": \"nnupụisi\",\n    \"insurrectionised\": \"enupuru isi\",\n    \"insurrectionising\": \"nnupu isi\",\n    \"insurrectionism\": \"nnupu isi\",\n    \"insurrectionist\": \"onye nnupu isi\",\n    \"insurrectionists\": \"ndị nnupụisi\",\n    \"insurrectionizing\": \"insurrectionring\",\n    \"insurrections\": \"nnupu isi\",\n    \"insurrectory\": \"nnupụisi\",\n    \"insusceptibility\": \"enweghi uche\",\n    \"insusceptible\": \"enweghi ike\",\n    \"insusceptibly\": \"enweghi uche\",\n    \"insusceptive\": \"enweghi isi\",\n    \"insusurration\": \"mkpuchi mkpuchi\",\n    \"inswamp\": \"apiti\",\n    \"inswarming\": \"na-etinye ihe\",\n    \"inswathed\": \"etinyere n’ime ya\",\n    \"inswathement\": \"nkwusi\",\n    \"inswathing\": \"ịkụ mmiri\",\n    \"insweeping\": \"insepụ\",\n    \"inswept\": \"enwesis\",\n    \"inswing\": \"na-akụ\",\n    \"intact\": \"emebibeghị\",\n    \"intactible\": \"enweghi ike\",\n    \"intactly\": \"emebibeghị\",\n    \"intactness\": \"emebibeghị\",\n    \"intagliotype\": \"agdị intaglio\",\n    \"intake\": \"oriri\",\n    \"intaker\": \"oriri\",\n    \"intakes\": \"oriri\",\n    \"intaminated\": \"mmeru\",\n    \"intangibleness\": \"ihe na-enweghị atụ\",\n    \"intangibles\": \"ihe na-enweghị atụ\",\n    \"intangibly\": \"n’enweghi nsogbu\",\n    \"intarissable\": \"enweghị atụ\",\n    \"intarsa\": \"intarsia\",\n    \"intarsas\": \"intarsia\",\n    \"intebred\": \"dum\",\n    \"intebreeding\": \"ntinye\",\n    \"intechnicality\": \"mmekọrịta\",\n    \"integers\": \"Ihe odide\",\n    \"integrability\": \"ngwakọta\",\n    \"integrable\": \"iwekota\",\n    \"integral\": \"ihe jikọrọ\",\n    \"integrality\": \"njikọ\",\n    \"integralization\": \"njikọ\",\n    \"integralize\": \"tinye\",\n    \"integrally\": \"ihe niile\",\n    \"integrals\": \"njikọ\",\n    \"integrand\": \"iwebata\",\n    \"integrant\": \"iwekota\",\n    \"integraph\": \"mekota\",\n    \"integrate\": \"iwekota\",\n    \"integrated\": \"agwakọtara\",\n    \"integrates\": \"jikọtara\",\n    \"integrating\": \"ichikota\",\n    \"integration\": \"mwekota\",\n    \"integrationist\": \"onye mmekorita\",\n    \"integrations\": \"njikọ\",\n    \"integrative\": \"na-emekọ ọnụ\",\n    \"integrator\": \"onye ndozi\",\n    \"integrifolious\": \"na-agbanwe agbanwe\",\n    \"integrious\": \"dị egwu\",\n    \"integriously\": \"dị egwu\",\n    \"integripallial\": \"ihe nile\",\n    \"integripalliate\": \"ezinyere\",\n    \"integrity\": \"iguzosi ike n'ezi ihe\",\n    \"integrities\": \"njikọ\",\n    \"integrodifferential\": \"njikọ\",\n    \"integropallial\": \"ihe niile\",\n    \"integropallialia\": \"njikọta\",\n    \"integropalliate\": \"njikọ\",\n    \"integumation\": \"njikọta\",\n    \"integument\": \"njikọ\",\n    \"integumental\": \"njikọ\",\n    \"integumentary\": \"Mgbakwunye\",\n    \"integumentation\": \"njikọ\",\n    \"integuments\": \"ihe ndozi\",\n    \"intel\": \"Intel\",\n    \"intellect\": \"ọgụgụ isi\",\n    \"intellectation\": \"ọgụgụ isi\",\n    \"intellected\": \"nwere ọgụgụ isi\",\n    \"intellectible\": \"nwere ọgụgụ isi\",\n    \"intellection\": \"nka\",\n    \"intellective\": \"ọgụgụ isi\",\n    \"intellectively\": \"ọgụgụ isi\",\n    \"intellects\": \"ọgụgụ isi\",\n    \"intellectual\": \"ọgụgụ isi\",\n    \"intellectualisation\": \"ọgụgụ isi\",\n    \"intellectualise\": \"ọgụgụ isi\",\n    \"intellectualised\": \"nwere ọgụgụ isi\",\n    \"intellectualiser\": \"ọgụgụ isi\",\n    \"intellectualising\": \"ọgụgụ isi\",\n    \"intellectualism\": \"ọgụgụ isi\",\n    \"intellectualist\": \"onye nwere ọgụgụ isi\",\n    \"intellectualistic\": \"ọgụgụ isi\",\n    \"intellectualistically\": \"ọgụgụ isi\",\n    \"intellectuality\": \"ọgụgụ isi\",\n    \"intellectualities\": \"ọgụgụ isi\",\n    \"intellectualization\": \"ọgụgụ isi\",\n    \"intellectualizations\": \"ọgụgụ isi\",\n    \"intellectualize\": \"ọgụgụ isi\",\n    \"intellectualized\": \"ọgụgụ isi\",\n    \"intellectualizer\": \"ọgụgụ isi\",\n    \"intellectualizes\": \"ọgụgụ isi\",\n    \"intellectualizing\": \"ọgụgụ isi\",\n    \"intellectually\": \"ọgụgụ isi\",\n    \"intellectualness\": \"ọgụgụ isi\",\n    \"intellectuals\": \"ndị nwere ọgụgụ isi\",\n    \"intelligence\": \"ọgụgụ isi\",\n    \"intelligenced\": \"nwee ọgụgụ isi\",\n    \"intelligencer\": \"onye nwere ọgụgụ isi\",\n    \"intelligences\": \"ọgụgụ isi\",\n    \"intelligency\": \"ọgụgụ isi\",\n    \"intelligencing\": \"nghọta\",\n    \"intelligent\": \"nwere ọgụgụ isi\",\n    \"intelligential\": \"nghọta\",\n    \"intelligentiary\": \"ọgụgụ isi\",\n    \"intelligently\": \"ọgụgụ isi\",\n    \"intelligentsia\": \"ọgụgụ isi\",\n    \"intelligibility\": \"nghọta\",\n    \"intelligibilities\": \"nghọta\",\n    \"intelligible\": \"ighota\",\n    \"intelligibleness\": \"nghọta\",\n    \"intelligibly\": \"nghọta\",\n    \"intelligize\": \"ghọta ihe\",\n    \"intelsat\": \"elslọ\",\n    \"intemerate\": \"na-anọchi anya\",\n    \"intemerately\": \"chiri anya\",\n    \"intemerateness\": \"intimerateness\",\n    \"intemeration\": \"njikọta\",\n    \"intemperable\": \"akaghi aru\",\n    \"intemperably\": \"intempevable\",\n    \"intemperament\": \"emume mmụọ\",\n    \"intemperance\": \"enweghi ike\",\n    \"intemperant\": \"ọnụọgụ\",\n    \"intemperate\": \"na-akpakọrịta\",\n    \"intemperately\": \"intemeechi\",\n    \"intemperature\": \"ikpo oku\",\n    \"intemperies\": \"intemperi\",\n    \"intempestive\": \"intempesi\",\n    \"intempestively\": \"intempestive\",\n    \"intempestivity\": \"intempestive\",\n    \"intenancy\": \"intaneti\",\n    \"intend\": \"bu n'obi\",\n    \"intendance\": \"ebum n'uche\",\n    \"intendancy\": \"intendence\",\n    \"intendancies\": \"ebumnuche\",\n    \"intended\": \"bu n'obi\",\n    \"intendedly\": \"ezubere\",\n    \"intendedness\": \"ebumnuche\",\n    \"intendeds\": \"bu n'obi\",\n    \"intendence\": \"ebum n'uche\",\n    \"intendency\": \"ebum n'uche\",\n    \"intendencies\": \"ebumnuche\",\n    \"intendente\": \"bu n'uche\",\n    \"intenders\": \"na-ezube\",\n    \"intendible\": \"nkwenye\",\n    \"intendiment\": \"ebum n'uche\",\n    \"intending\": \"na-ezube\",\n    \"intendingly\": \"ebum n'uche\",\n    \"intendit\": \"bu n'uche\",\n    \"intendment\": \"ebum n'uche\",\n    \"intends\": \"ezube\",\n    \"intenerate\": \"inteneene\",\n    \"intens\": \"gbasie ike\",\n    \"intensate\": \"gbasie ike\",\n    \"intensation\": \"mmụba\",\n    \"intensative\": \"ike\",\n    \"intense\": \"kpụ ọkụ n'ọnụ\",\n    \"intensely\": \"ike\",\n    \"intenseness\": \"ike\",\n    \"intenser\": \"ike\",\n    \"intensest\": \"ike\",\n    \"intensify\": \"gbasie ike\",\n    \"intensification\": \"mmụba\",\n    \"intensifications\": \"ike\",\n    \"intensified\": \"kwusiri ike\",\n    \"intensifier\": \"Onye na-emewanye ihe\",\n    \"intensifiers\": \"na-emewanye\",\n    \"intensifies\": \"gbasie ike\",\n    \"intensifying\": \"na-arịwanye elu\",\n    \"intensity\": \"ike\",\n    \"intensities\": \"ike\",\n    \"intensitive\": \"ike\",\n    \"intensitometer\": \"sie ike\",\n    \"intensive\": \"kpụ ọkụ n'ọnụ\",\n    \"intensiveness\": \"ịdị ike\",\n    \"intensives\": \"na-agbasi ike\",\n    \"intent\": \"ebumnuche\",\n    \"intentation\": \"ebumnuche\",\n    \"intented\": \"bu n'obi\",\n    \"intention\": \"ebumnuche\",\n    \"intentional\": \"kpachaara anya\",\n    \"intentionalism\": \"kpachaara anya mee\",\n    \"intentionality\": \"ebumnuche\",\n    \"intentionally\": \"n'ebumnuche\",\n    \"intentioned\": \"zubere\",\n    \"intentionless\": \"kpachaara anya\",\n    \"intentions\": \"ebumnuche\",\n    \"intentive\": \"ebumnobi\",\n    \"intentively\": \"ebumnuche\",\n    \"intentiveness\": \"ebumnuche\",\n    \"intently\": \"uche\",\n    \"intentness\": \"ebumnuche\",\n    \"inter\": \"Ọge\",\n    \"interabang\": \"mmekọrịta\",\n    \"interabsorption\": \"mmekọrịta\",\n    \"interacademic\": \"mmekọrịta\",\n    \"interacademically\": \"imekọ ihe\",\n    \"interaccessory\": \"mmekọrịta\",\n    \"interaccuse\": \"na-emekọ ihe\",\n    \"interaccused\": \"soro\",\n    \"interaccusing\": \"na-emekọ ihe\",\n    \"interacinar\": \"mmekọrịta\",\n    \"interacinous\": \"mmekọrịta\",\n    \"interact\": \"soro\",\n    \"interactant\": \"mmekọrịta\",\n    \"interacted\": \"emekorita\",\n    \"interacting\": \"na-emekọrịta ihe\",\n    \"interaction\": \"mmekọrịta\",\n    \"interactional\": \"mmekọrịta\",\n    \"interactionism\": \"mmekọrịta\",\n    \"interactionist\": \"onye mmekorita\",\n    \"interactions\": \"mkparịta ụka\",\n    \"interactive\": \"mmekọrịta\",\n    \"interactively\": \"mmekọrịta\",\n    \"interactivity\": \"mmekọrịta\",\n    \"interacts\": \"na-emekọrịta\",\n    \"interadaptation\": \"mmekorita\",\n    \"interadaption\": \"mmekorita\",\n    \"interadditive\": \"mmekọrịta\",\n    \"interadventual\": \"otu\",\n    \"interaffiliate\": \"imekọrịta\",\n    \"interaffiliated\": \"mmekọrịta\",\n    \"interaffiliation\": \"mmekọrịta\",\n    \"interagency\": \"mmekorita\",\n    \"interagencies\": \"mmekọrịta\",\n    \"interagent\": \"mmekọrịta\",\n    \"interagglutinate\": \"mmekorita\",\n    \"interagglutinated\": \"lebara anya\",\n    \"interagglutinating\": \"na-akpakọrịta\",\n    \"interagglutination\": \"mmekọrịta, njegharị\",\n    \"interagree\": \"mmekọrịta\",\n    \"interagreed\": \"mmekọrịta\",\n    \"interagreeing\": \"mmekọrịta\",\n    \"interagreement\": \"mmekorita\",\n    \"interalar\": \"mmekọrịta\",\n    \"interall\": \"odachi\",\n    \"interally\": \"n'ozuzu ya\",\n    \"interalliance\": \"mmekọrịta\",\n    \"interallied\": \"jikọtara ọnụ\",\n    \"interalveolar\": \"mmekọrịta\",\n    \"interambulacral\": \"nkịtị\",\n    \"interangular\": \"mmekọrịta\",\n    \"interanimate\": \"mmekọrịta\",\n    \"interanimated\": \"mmekọrịta\",\n    \"interanimating\": \"mmekọrịta\",\n    \"interannular\": \"mmekọrịta\",\n    \"interantagonism\": \"mmekorita\",\n    \"interantennal\": \"nkịtị\",\n    \"interantennary\": \"nkịtị\",\n    \"interapophysal\": \"mmekọrịta, nnabata\",\n    \"interapophyseal\": \"mkparịta ụka\",\n    \"interapplication\": \"mmekọrịta\",\n    \"interarboration\": \"mmekorita\",\n    \"interarch\": \"inteerach\",\n    \"interarytenoid\": \"mmụba\",\n    \"interarticular\": \"mmekọrịta\",\n    \"interartistic\": \"mmekọrịta\",\n    \"interassociate\": \"mmeko\",\n    \"interassociated\": \"mmekọrịta\",\n    \"interassociation\": \"mmekorita\",\n    \"interassure\": \"mmekọrịta\",\n    \"interassured\": \"jikọtara ọnụ\",\n    \"interassuring\": \"na-agbakwunye\",\n    \"interasteroidal\": \"ogwugwo\",\n    \"interastral\": \"mmekọrịta\",\n    \"interatomic\": \"interatomik\",\n    \"interatrial\": \"mmekọrịta\",\n    \"interattrition\": \"mmekọrịta\",\n    \"interaulic\": \"mmekọrịta\",\n    \"interaural\": \"mmekọrịta\",\n    \"interauricular\": \"mmekọrịta\",\n    \"interavailability\": \"mmekọrịta\",\n    \"interavailable\": \"mmekọrịta\",\n    \"interbalance\": \"imekọrịta\",\n    \"interbalanced\": \"imekọrịta\",\n    \"interbalancing\": \"imekọrịta\",\n    \"interbanded\": \"kewara ekewa\",\n    \"interbanking\": \"ịmekọrịta\",\n    \"interbastate\": \"mba ofesi\",\n    \"interbbred\": \"jikọtara\",\n    \"interbed\": \"tinye\",\n    \"interbedded\": \"gbanye\",\n    \"interbelligerent\": \"onye na-ese okwu\",\n    \"interblend\": \"ndabichi\",\n    \"interblended\": \"gbanye\",\n    \"interblending\": \"na-achọgharị\",\n    \"interblent\": \"ndabichi\",\n    \"interblock\": \"igbochi\",\n    \"interbody\": \"interboy\",\n    \"interbonding\": \"na-etinye ọnụ\",\n    \"interborough\": \"imekọ\",\n    \"interbourse\": \"itinye\",\n    \"interbreath\": \"ogbugba ndu\",\n    \"interbred\": \"jikọrọ\",\n    \"interbreed\": \"nwee njikọ\",\n    \"interbreeding\": \"itughari\",\n    \"interbreeds\": \"njikọta\",\n    \"interbrigade\": \"ogbunigwe\",\n    \"interbring\": \"itinye\",\n    \"interbronchial\": \"nkwonkwo\",\n    \"interbrood\": \"nkwonkwo\",\n    \"intercadence\": \"imekọrịta\",\n    \"intercadent\": \"etiti\",\n    \"intercalated\": \"jikọtara\",\n    \"intercalating\": \"na-emekọrịta ihe\",\n    \"intercalation\": \"mkpuchi\",\n    \"intercalations\": \"njikọ\",\n    \"intercalative\": \"imekọrịta\",\n    \"intercalm\": \"udo\",\n    \"intercarotid\": \"nwekorita\",\n    \"intercarpal\": \"nkwonkwo\",\n    \"intercarpellary\": \"ndabueze\",\n    \"intercarrier\": \"onye na-emechi ihe\",\n    \"intercaste\": \"ịgbanwee\",\n    \"intercausative\": \"ọ ga-eme\",\n    \"intercede\": \"kpee ikpe\",\n    \"interceded\": \"kpee ekpere\",\n    \"intercedent\": \"interceded\",\n    \"interceder\": \"kpe ekpere\",\n    \"interceding\": \"na-arịọkwa arịrịọ\",\n    \"intercensal\": \"etiti\",\n    \"intercentra\": \"etiti\",\n    \"intercentral\": \"etiti\",\n    \"intercentrum\": \"etiti\",\n    \"intercept\": \"nkwenye\",\n    \"interceptable\": \"na-egbochi\",\n    \"intercepted\": \"gbochie\",\n    \"intercepting\": \"na-egbochi\",\n    \"interceptions\": \"nkwụsị\",\n    \"interceptive\": \"na-egbochi\",\n    \"interceptor\": \"onye nkesa\",\n    \"interceptress\": \"nwa nwanyi\",\n    \"intercepts\": \"ihe mgbochi\",\n    \"intercessionate\": \"kpee\",\n    \"intercessionment\": \"ịrịọchitere\",\n    \"intercessions\": \"intercession\",\n    \"intercessory\": \"ịrịọchitere\",\n    \"intercessorial\": \"cessnye ọcessụ\",\n    \"intercessors\": \"ndikpe-ikpe\",\n    \"interchaff\": \"izu ahia\",\n    \"interchange\": \"ịgbanwerịta ihe\",\n    \"interchangeability\": \"mgbanwe\",\n    \"interchangeable\": \"kennyeghari\",\n    \"interchangeableness\": \"mgbanwe\",\n    \"interchangeably\": \"kennyeghari\",\n    \"interchanged\": \"gbanwere\",\n    \"interchangement\": \"nnweta\",\n    \"interchanger\": \"onye mmeghari\",\n    \"interchanges\": \"mgbanwe\",\n    \"interchanging\": \"na-agbanwe\",\n    \"interchangings\": \"mgbanwe\",\n    \"intercharge\": \"mechie\",\n    \"intercharged\": \"kwue okwu\",\n    \"intercharging\": \"ọcharụcharụ\",\n    \"interchase\": \"igodo\",\n    \"interchased\": \"jikọtara\",\n    \"interchasing\": \"intergha\",\n    \"intercheck\": \"ikwusi\",\n    \"interchoked\": \"jikọtara ọnụ\",\n    \"interchurch\": \"nchupu\",\n    \"interciliary\": \"interilaili\",\n    \"intercipient\": \"intergipient\",\n    \"intercircle\": \"ime\",\n    \"intercircled\": \"Gbanyere\",\n    \"intercircling\": \"na-emegharị\",\n    \"intercirculate\": \"weghachite\",\n    \"intercirculated\": \"a na-agbachi anya\",\n    \"intercirculating\": \"na-agbagha\",\n    \"intercirculation\": \"obu mgbako\",\n    \"intercision\": \"nkwenye\",\n    \"intercity\": \"ego\",\n    \"intercitizenship\": \"mmekọrịta\",\n    \"intercivilization\": \"mmekọrịta\",\n    \"interclash\": \"nkwonkwo\",\n    \"interclasp\": \"nkwonkwo\",\n    \"interclavicle\": \"nkwonkwo\",\n    \"interclavicular\": \"nkwonkwo\",\n    \"interclose\": \"mechie\",\n    \"intercloud\": \"mechie\",\n    \"interclub\": \"klọb\",\n    \"interclude\": \"mechie\",\n    \"interclusion\": \"mmechi\",\n    \"intercohesion\": \"imechi\",\n    \"intercollege\": \"weghaara\",\n    \"intercollegian\": \"weghaara\",\n    \"intercolline\": \"weghari\",\n    \"intercolonial\": \"okpuru\",\n    \"intercolonization\": \"ime obodo\",\n    \"intercolonizing\": \"ịmekọrịta\",\n    \"intercolumnal\": \"mgbako\",\n    \"intercolumniation\": \"nnakọta\",\n    \"intercom\": \"nkwonkwo\",\n    \"intercombat\": \"imekọrịta\",\n    \"intercombination\": \"nkwenye\",\n    \"intercombine\": \"ndozi\",\n    \"intercombined\": \"jikọtara ọnụ\",\n    \"intercombining\": \"na-emekọ ihe\",\n    \"intercome\": \"nkwonkwo\",\n    \"intercommission\": \"ozi intercom\",\n    \"intercommissural\": \"nkwonkwo\",\n    \"intercommon\": \"ndabichi\",\n    \"intercommonable\": \"nkwenye\",\n    \"intercommonage\": \"nkesa\",\n    \"intercommoned\": \"weghaara\",\n    \"intercommoner\": \"onye nkesa\",\n    \"intercommoning\": \"ikotara\",\n    \"intercommunal\": \"obodo\",\n    \"intercommune\": \"ọgbụgba\",\n    \"intercommuned\": \"yiri\",\n    \"intercommuner\": \"nkwanye\",\n    \"intercommunicability\": \"nkwukọrịta\",\n    \"intercommunicable\": \"nkwurịta okwu\",\n    \"intercommunicate\": \"ikwurịta\",\n    \"intercommunicated\": \"ikwuru\",\n    \"intercommunicates\": \"na-ejikọ\",\n    \"intercommunicating\": \"na-ekwurịta okwu\",\n    \"intercommunication\": \"nkwukọrịta\",\n    \"intercommunicational\": \"nkwukọrịta\",\n    \"intercommunications\": \"nkwukọrịta\",\n    \"intercommunicative\": \"nkwukọrịta\",\n    \"intercommunicator\": \"onye nkwata\",\n    \"intercommuning\": \"na-akwado\",\n    \"intercommunion\": \"ngwakọta\",\n    \"intercommunional\": \"mba ọzọ\",\n    \"intercommunity\": \"mmekorita\",\n    \"intercommunities\": \"obodo\",\n    \"intercompany\": \"ndozi\",\n    \"intercomparable\": \"ekwekọrịta\",\n    \"intercompare\": \"imekọrịta\",\n    \"intercompared\": \"imekọ ihe ọnụ\",\n    \"intercomparing\": \"na-esonye\",\n    \"intercomparison\": \"imekọrịta\",\n    \"intercomplexity\": \"ihe mgbagwoju anya\",\n    \"intercomplimentary\": \"ihe omumu\",\n    \"intercoms\": \"mkparịta ụka\",\n    \"interconciliary\": \"nnyekọrịta\",\n    \"interconfessional\": \"mmekorita\",\n    \"interconfound\": \"n'etiti\",\n    \"interconnect\": \"njikọ\",\n    \"interconnected\": \"jikọtara\",\n    \"interconnectedness\": \"njikọta\",\n    \"interconnecting\": \"ijikọ\",\n    \"interconnection\": \"njikọ\",\n    \"interconnections\": \"njikọ\",\n    \"interconnects\": \"njikọta\",\n    \"interconnexion\": \"njikọta\",\n    \"intercontorted\": \"na-egbochi\",\n    \"intercontradiction\": \"nkwenye\",\n    \"intercontradictory\": \"na-emegiderịta onwe ya\",\n    \"interconversion\": \"nkwonkwo\",\n    \"interconvert\": \"ntụgharị\",\n    \"interconvertible\": \"nkwenye\",\n    \"interconvertibly\": \"n’etiti ozigbo\",\n    \"intercooling\": \"nteke\",\n    \"intercorporate\": \"intercpopopo\",\n    \"intercorrelated\": \"njikọta\",\n    \"intercorrelation\": \"mmekorita\",\n    \"intercorrelations\": \"mmekorita\",\n    \"intercosmic\": \"ihe omumu\",\n    \"intercostal\": \"akara\",\n    \"intercostohumeral\": \"imehie intercosto\",\n    \"intercotylar\": \"intercondylar\",\n    \"intercouple\": \"ikwusi\",\n    \"intercoupled\": \"tinyere\",\n    \"intercoupling\": \"na-ejikọ\",\n    \"intercourse\": \"mmekọahụ\",\n    \"intercranial\": \"intracranial\",\n    \"intercreate\": \"intercrete\",\n    \"intercreated\": \"mechie\",\n    \"intercreating\": \"na-emechi\",\n    \"intercrescence\": \"nkwonkwo\",\n    \"intercrystalline\": \"mkpuchi\",\n    \"intercrystallization\": \"mebugharia\",\n    \"intercrystallize\": \"mechie\",\n    \"intercropped\": \"dochie anya\",\n    \"intercross\": \"etiti\",\n    \"intercrossed\": \"gafere\",\n    \"intercrossing\": \"na-agafe\",\n    \"intercrust\": \"nkwenye\",\n    \"intercultural\": \"omenala\",\n    \"interculture\": \"omenala\",\n    \"intercur\": \"etiti\",\n    \"intercurl\": \"etiti\",\n    \"intercurrence\": \"nkwenye\",\n    \"intercurrent\": \"oge\",\n    \"intercurrently\": \"n'etiti oge\",\n    \"intercut\": \"ịkpụkpụ\",\n    \"intercutaneous\": \"interconaneous\",\n    \"intercuts\": \"ntinye\",\n    \"intercutting\": \"na-asụgharị\",\n    \"interdash\": \"gbanye\",\n    \"interdeal\": \"oge\",\n    \"interdealer\": \"onye na-ere ahịa\",\n    \"interdebate\": \"nkesa\",\n    \"interdebated\": \"jikọrọ\",\n    \"interdebating\": \"na-akpakọrịta\",\n    \"interdenominational\": \"nkwenye\",\n    \"interdenominationalism\": \"nkwenye\",\n    \"interdental\": \"oge\",\n    \"interdentally\": \"n'etiti\",\n    \"interdentil\": \"ndabichi\",\n    \"interdepartmental\": \"ndozi\",\n    \"interdepartmentally\": \"onye ọ bụla\",\n    \"interdepend\": \"na-adabere\",\n    \"interdependability\": \"ọ nwere ike ịdabere na ya\",\n    \"interdependable\": \"nwere ike ịdabere\",\n    \"interdependence\": \"nwere ndabere\",\n    \"interdependency\": \"mmekorita\",\n    \"interdependencies\": \"mmekorita\",\n    \"interdependent\": \"nwere enyemaka\",\n    \"interdependently\": \"na-atụkwasị obi\",\n    \"interderivative\": \"nkwanye ugwu\",\n    \"interdespise\": \"Ogwuregwu\",\n    \"interdestructive\": \"na-emekọrịta ihe\",\n    \"interdestructively\": \"kekọrịta\",\n    \"interdestructiveness\": \"na-eme ka ihe na-adabara\",\n    \"interdetermination\": \"ime mkpebi\",\n    \"interdetermine\": \"kpebie\",\n    \"interdetermined\": \"kpebie\",\n    \"interdetermining\": \"inyocha\",\n    \"interdevour\": \"ndozi\",\n    \"interdict\": \"iwu\",\n    \"interdicted\": \"Ekwuru\",\n    \"interdicting\": \"nteke\",\n    \"interdiction\": \"ndọtị\",\n    \"interdictions\": \"ndenye\",\n    \"interdictive\": \"kekọrịta\",\n    \"interdictor\": \"interdicor\",\n    \"interdictory\": \"iwu\",\n    \"interdicts\": \"ndenye\",\n    \"interdifferentiated\": \"onye iche\",\n    \"interdifferentiation\": \"nghọtahie\",\n    \"interdiffused\": \"ịgbanwee\",\n    \"interdiffusing\": \"ịgbanwee\",\n    \"interdiffusion\": \"ntughari\",\n    \"interdiffusiveness\": \"interdiffus ike\",\n    \"interdigital\": \"ofufe\",\n    \"interdigitate\": \"gbanwee\",\n    \"interdigitated\": \"gbanwee\",\n    \"interdigitating\": \"diggha\",\n    \"interdigitation\": \"mmejuputa\",\n    \"interdine\": \"tinye\",\n    \"interdispensation\": \"ofu\",\n    \"interdistinguish\": \"ofofoto\",\n    \"interdistrict\": \"etiti\",\n    \"interdivision\": \"ntinye\",\n    \"interdorsal\": \"ime ihe\",\n    \"interdrink\": \"itinye\",\n    \"interembracing\": \"interembraing\",\n    \"interentangled\": \"interentang\",\n    \"interentangling\": \"interentanging\",\n    \"interepidemic\": \"oria ojoo\",\n    \"interest\": \"mmasị\",\n    \"interested\": \"nwere mmasị\",\n    \"interestedly\": \"nwere mmasị\",\n    \"interestedness\": \"mmasị\",\n    \"interesting\": \"na-akpali\",\n    \"interestingly\": \"na-akpali mmasị\",\n    \"interestingness\": \"mmasị\",\n    \"interestless\": \"enweghị mmasị\",\n    \"interests\": \"ọdịmma\",\n    \"interestuarine\": \"mmasị\",\n    \"interfaced\": \"gbanye\",\n    \"interfacer\": \"ntinye\",\n    \"interfaces\": \"ihu\",\n    \"interfacing\": \"na-emekọrịta\",\n    \"interfactional\": \"Mmekọrịta\",\n    \"interfaith\": \"ngwakọta ofufe\",\n    \"interfamily\": \"ezinaụlọ\",\n    \"interfascicular\": \"ofu\",\n    \"interfault\": \"ndabere\",\n    \"interfector\": \"onye nnochita\",\n    \"interfederation\": \"ntinye\",\n    \"interfenestral\": \"nkwonkwo\",\n    \"interfenestration\": \"itinye ọnụ\",\n    \"interferant\": \"na-ajụ okwukwe\",\n    \"interfere\": \"itinye aka\",\n    \"interfered\": \"etinyere\",\n    \"interference\": \"ndabichi\",\n    \"interferences\": \"ndabichi\",\n    \"interferent\": \"na-etinye aka\",\n    \"interferential\": \"etinye\",\n    \"interferer\": \"ndabichi\",\n    \"interferers\": \"ndị na-etinye aka na ya\",\n    \"interferes\": \"na-egbochi\",\n    \"interfering\": \"na-egbochi\",\n    \"interferingly\": \"na-agbagha\",\n    \"interferingness\": \"itinye aka\",\n    \"interfibrillar\": \"ntughari\",\n    \"interfibrillary\": \"ntughari\",\n    \"interfibrous\": \"Na-atụgharị uche\",\n    \"interfile\": \"profaịlụ\",\n    \"interfiled\": \"gbanyụọ\",\n    \"interfiles\": \"etiti\",\n    \"interfiling\": \"na-achọgharị\",\n    \"interfilling\": \"Na-etinye\",\n    \"interfiltrate\": \"tinye ọzọ\",\n    \"interfiltrated\": \"gbanye\",\n    \"interfiltrating\": \"ntinye\",\n    \"interfiltration\": \"ntinye\",\n    \"interfinger\": \"ntinye\",\n    \"interfirm\": \"etiti\",\n    \"interflange\": \"Mgbakwunye\",\n    \"interflashing\": \"Ntughari\",\n    \"interflow\": \"nkwonkwo\",\n    \"interfluence\": \"ntụgharị\",\n    \"interfluent\": \"dị mkpa\",\n    \"interfluous\": \"ntụgharị\",\n    \"interfold\": \"itughari\",\n    \"interfollicular\": \"weghachite\",\n    \"interforce\": \"ime\",\n    \"interframe\": \"etiti\",\n    \"interfraternal\": \"n'etiti\",\n    \"interfraternally\": \"n'usoro\",\n    \"interfraternity\": \"nkwụsị\",\n    \"interfret\": \"tinye\",\n    \"interfretted\": \"gbanye\",\n    \"interfriction\": \"mgbochi\",\n    \"interfrontal\": \"n'etiti\",\n    \"interfruitful\": \"ghara inwe mkpụrụ\",\n    \"interfulgent\": \"na-agbagha\",\n    \"interfusing\": \"Na-agbagha\",\n    \"interfusion\": \"ntanye\",\n    \"interganglionic\": \"okwara\",\n    \"intergatory\": \"na-etinye iwu\",\n    \"intergenerating\": \"na-emekọtakwa\",\n    \"intergeneration\": \"mmeghari\",\n    \"intergenerational\": \"obu mmeghari\",\n    \"intergenerative\": \"mmekorita\",\n    \"intergeneric\": \"intergenikal\",\n    \"intergential\": \"na-agbanwe agbanwe\",\n    \"intergesture\": \"tinye ọnụ\",\n    \"intergilt\": \"gbanwere\",\n    \"intergyral\": \"ihe omuma\",\n    \"interglacial\": \"agbụrụ\",\n    \"interglandular\": \"obodo\",\n    \"interglobular\": \"asụsụ interglobular\",\n    \"intergossip\": \"ntughari\",\n    \"intergossiped\": \"jikọtara\",\n    \"intergossiping\": \"imekọ ihe ọnụ\",\n    \"intergossipped\": \"jikọtara\",\n    \"intergossipping\": \"na-asụgharị\",\n    \"intergovernmental\": \"ochichi obodo\",\n    \"intergradation\": \"mmekorita\",\n    \"intergradational\": \"mmekọrịta\",\n    \"intergrade\": \"imekọrịta\",\n    \"intergraded\": \"agwakọtara\",\n    \"intergradient\": \"inter gradient\",\n    \"intergrading\": \"ichikota\",\n    \"intergraft\": \"kekọrịta\",\n    \"intergrappled\": \"kechie\",\n    \"intergrappling\": \"na-emekọ ihe\",\n    \"intergrave\": \"dobe\",\n    \"intergroup\": \"ngwakọta\",\n    \"intergroupal\": \"otu\",\n    \"intergrow\": \"itughari\",\n    \"intergrown\": \"toro\",\n    \"intergrowth\": \"itughari\",\n    \"interhabitation\": \"nkwonkwo\",\n    \"interhaemal\": \"nweghari\",\n    \"interhemispheric\": \"nkwekorita\",\n    \"interhyal\": \"okwukwe\",\n    \"interhybridize\": \"adọkọtara ọnụ\",\n    \"interhybridized\": \"adọkọtara ọnụ\",\n    \"interhybridizing\": \"na-emekọ ihe ọnụ\",\n    \"interhuman\": \"mmadụ\",\n    \"interim\": \"obere oge\",\n    \"interimist\": \"onyekara ibe\",\n    \"interimistic\": \"na-agbanwe agbanwe\",\n    \"interimistical\": \"na-agbanwe agbanwe\",\n    \"interimistically\": \"oge\",\n    \"interimperial\": \"obere oge\",\n    \"interims\": \"oge\",\n    \"interincorporation\": \"interincpoporation\",\n    \"interindependence\": \"na-adabere n'otu\",\n    \"interindicate\": \"gosi\",\n    \"interindicated\": \"gosi\",\n    \"interindicating\": \"na-egosi\",\n    \"interindividual\": \"onye ọ bụla\",\n    \"interinfluenced\": \"ejiri ya\",\n    \"interinhibition\": \"mgbochi\",\n    \"interinsert\": \"ime\",\n    \"interinsurance\": \"nkwenye\",\n    \"interinsurer\": \"nkwenye\",\n    \"interinvolved\": \"ejikọtara\",\n    \"interinvolving\": \"na-etinye ọnụ\",\n    \"interior\": \"ime\",\n    \"interiorism\": \"nkwonkwo\",\n    \"interiority\": \"ime\",\n    \"interiorization\": \"ndakọrịta\",\n    \"interiorize\": \"imehie\",\n    \"interiorized\": \"weghaara\",\n    \"interiorizes\": \"ọsịsa\",\n    \"interiorizing\": \"iobụ\",\n    \"interiorly\": \"n'ime\",\n    \"interiorness\": \"ime\",\n    \"interiors\": \"ime ụlọ\",\n    \"interirrigation\": \"ịgbanwee\",\n    \"interjacence\": \"imehie\",\n    \"interjacent\": \"kekọrịta\",\n    \"interjaculate\": \"njikọ\",\n    \"interjaculateded\": \"jikọtara\",\n    \"interjaculating\": \"na-ejikọ\",\n    \"interjaculatory\": \"imekọ ihe\",\n    \"interjangle\": \"njikọ\",\n    \"interjealousy\": \"Agụụ\",\n    \"interject\": \"itinye\",\n    \"interjected\": \"ndabichi\",\n    \"interjecting\": \"jectzọ\",\n    \"interjection\": \"nkwụsị\",\n    \"interjectional\": \"interjection\",\n    \"interjectionalising\": \"interjectionalis\",\n    \"interjectionalize\": \"inter internance\",\n    \"interjectionalized\": \"na-agbakwunye\",\n    \"interjectionalizing\": \"na-ajụ\",\n    \"interjectionally\": \"na-ajụ\",\n    \"interjectionary\": \"ndebanye\",\n    \"interjectionize\": \"intercelize\",\n    \"interjector\": \"Ojejoje\",\n    \"interjects\": \"ajụjụ\",\n    \"interjoin\": \"njikọta\",\n    \"interjoinder\": \"ibe\",\n    \"interjudgment\": \"nkwenye\",\n    \"interjugal\": \"okwara\",\n    \"interjugular\": \"Okwu\",\n    \"interjunction\": \"njikọ\",\n    \"interknit\": \"nkwonkwo\",\n    \"interknitted\": \"tinye\",\n    \"interknitting\": \"na-emekọ\",\n    \"interknot\": \"nkịtị\",\n    \"interknotted\": \"kenyere\",\n    \"interknotting\": \"ikwe\",\n    \"interknow\": \"mara\",\n    \"interknowledge\": \"mmekorita\",\n    \"interlabial\": \"nkwonkwo\",\n    \"interlaboratory\": \"ikwu okwu\",\n    \"interlace\": \"nkwughari\",\n    \"interlaced\": \"etinyere\",\n    \"interlacedly\": \"etinyere\",\n    \"interlacement\": \"nnweta\",\n    \"interlacer\": \"Onye na-ajụ ozi\",\n    \"interlacery\": \"ime mmụọ\",\n    \"interlaces\": \"Igha\",\n    \"interlacing\": \"na-agbagha\",\n    \"interlaid\": \"kpochie\",\n    \"interlayer\": \"Etitila\",\n    \"interlayering\": \"na-atụgharị\",\n    \"interlaying\": \"Agbanye\",\n    \"interlain\": \"ịkọwa\",\n    \"interlays\": \"nkwụsị\",\n    \"interlake\": \"itapu\",\n    \"interlamellation\": \"nkwonkwo\",\n    \"interlamination\": \"nkesa\",\n    \"interlanguage\": \"Asụsụ\",\n    \"interlapped\": \"jikọtara\",\n    \"interlapping\": \"Na-atụgharị\",\n    \"interlaps\": \"Ntughari\",\n    \"interlapse\": \"Ndabichi\",\n    \"interlard\": \"kekọrịta\",\n    \"interlardation\": \"nkesa\",\n    \"interlarded\": \"ọ gbasasịa\",\n    \"interlarding\": \"na-emekọ ihe\",\n    \"interlardment\": \"nkesa\",\n    \"interlards\": \"nkwonkwo\",\n    \"interlaudation\": \"gha\",\n    \"interleaf\": \"Ikuku\",\n    \"interleave\": \"meenụ\",\n    \"interleaved\": \"mebiri\",\n    \"interleaver\": \"Onye na-agbagha\",\n    \"interleaving\": \"na-asụgharị\",\n    \"interlibel\": \"Njikota\",\n    \"interlibeled\": \"were\",\n    \"interlibelling\": \"Mmekọrịta\",\n    \"interlibrary\": \"ntughari\",\n    \"interlie\": \"were\",\n    \"interligamentary\": \"ofufe\",\n    \"interligamentous\": \"ofufe\",\n    \"interlight\": \"megharia\",\n    \"interlimitation\": \"nkwanye ihe\",\n    \"interlineal\": \"kekọrịta\",\n    \"interlineally\": \"n'usoro\",\n    \"interlinear\": \"nkesa\",\n    \"interlineary\": \"ndeko\",\n    \"interlinearily\": \"n'usoro\",\n    \"interlinearly\": \"kekọrịta\",\n    \"interlineate\": \"itegharia\",\n    \"interlineated\": \"gbaghaara\",\n    \"interlineating\": \"na-emekọrịta\",\n    \"interlineation\": \"nkewa\",\n    \"interlineations\": \"interline\",\n    \"interlined\": \"Gbanyere\",\n    \"interlinement\": \"interlinlin\",\n    \"interlines\": \"na-eme\",\n    \"interlingua\": \"Asụsụ\",\n    \"interlingual\": \"Asụsụ\",\n    \"interlining\": \"na-eme ka\",\n    \"interlink\": \"jikọta\",\n    \"interlinkage\": \"njikọta\",\n    \"interlinked\": \"jikọtara ọnụ\",\n    \"interlinking\": \"na-ejikọ\",\n    \"interlinks\": \"njikọta\",\n    \"interlisp\": \"mechie\",\n    \"interlobate\": \"jikọọ\",\n    \"interlobular\": \"Ọdịla\",\n    \"interlocally\": \"nkwusi\",\n    \"interlocate\": \"ikwugharia\",\n    \"interlocated\": \"wegharia\",\n    \"interlocating\": \"na-emegharị\",\n    \"interlocation\": \"okwesiri\",\n    \"interlock\": \"mechie\",\n    \"interlocked\": \"jikọọ\",\n    \"interlocker\": \"nkpochi\",\n    \"interlocking\": \"na-ejikọ\",\n    \"interlocks\": \"na-ekekọta\",\n    \"interloculli\": \"weghaara\",\n    \"interloculus\": \"nkesa\",\n    \"interlocution\": \"okwesiri\",\n    \"interlocutive\": \"kekọrịta\",\n    \"interlocutor\": \"onye obula\",\n    \"interlocutory\": \"nkwughari\",\n    \"interlocutorily\": \"na-emegharị\",\n    \"interlocutors\": \"ndị na-emegharị okwu\",\n    \"interlocutress\": \"okwukwu\",\n    \"interlocutresses\": \"ndi ozo\",\n    \"interlocutrice\": \"ndabueze\",\n    \"interlocutrix\": \"nteke\",\n    \"interlope\": \"njikọ\",\n    \"interloped\": \"emechaa\",\n    \"interlopers\": \"Ndị na-emegharị\",\n    \"interlopes\": \"okwute\",\n    \"interloping\": \"na-atụgharị\",\n    \"interlot\": \"gboo\",\n    \"interlotted\": \"na-etinye aka\",\n    \"interlotting\": \"na-emegharị\",\n    \"interlucation\": \"nnyefe\",\n    \"interlude\": \"tinye\",\n    \"interluder\": \"ndabichi\",\n    \"interludes\": \"na-akwụsị\",\n    \"interluency\": \"nkwenye\",\n    \"interlunar\": \"etiti\",\n    \"interlunary\": \"ofufe\",\n    \"interlunation\": \"mmechi\",\n    \"intermachine\": \"Ngwaọrụ\",\n    \"intermandibular\": \"nkwonkwo\",\n    \"intermanorial\": \"oge\",\n    \"intermarginal\": \"o nwere\",\n    \"intermarine\": \"alụmdi na nwunye\",\n    \"intermarry\": \"ịlụ di na nwunye\",\n    \"intermarriage\": \"ịlụ di na nwunye\",\n    \"intermarriageable\": \"lụrụ di na nwunye\",\n    \"intermarriages\": \"di na nwunye\",\n    \"intermarried\": \"di na nwunye\",\n    \"intermarries\": \"di na nwunye\",\n    \"intermarrying\": \"ịlụ di na nwunye\",\n    \"intermason\": \"etiti\",\n    \"intermastoid\": \"nkwarụ\",\n    \"intermat\": \"okomoko\",\n    \"intermatch\": \"mbata\",\n    \"intermatted\": \"yiri\",\n    \"intermatting\": \"imekọrịta\",\n    \"intermaxilla\": \"okereke\",\n    \"intermaxillar\": \"okereke\",\n    \"intermaxillary\": \"okwa\",\n    \"intermaze\": \"mebe\",\n    \"intermazed\": \"ejiri\",\n    \"intermazing\": \"na-akpakọrịta\",\n    \"intermean\": \"etiti\",\n    \"intermeasurable\": \"intermeasura\",\n    \"intermeasure\": \"ibe\",\n    \"intermeasured\": \"ozi\",\n    \"intermeasuring\": \"itinye\",\n    \"intermeddle\": \"okpokoro\",\n    \"intermeddled\": \"tinye ọnụ\",\n    \"intermeddlement\": \"okwesiri\",\n    \"intermeddler\": \"okwo\",\n    \"intermeddlesome\": \"ihere\",\n    \"intermeddlesomeness\": \"ime-ime-nwanyi\",\n    \"intermeddling\": \"igbo mkpa\",\n    \"intermeddlingly\": \"ọrịrị\",\n    \"intermede\": \"gbanye\",\n    \"intermedia\": \"nkwonkwo\",\n    \"intermediae\": \"kwue\",\n    \"intermedial\": \"etiti\",\n    \"intermediary\": \"onye ogbata\",\n    \"intermediaries\": \"ndị ogbugbo\",\n    \"intermediate\": \"dị n'etiti\",\n    \"intermediated\": \"weghachite\",\n    \"intermediately\": \"ọsịsọ\",\n    \"intermediateness\": \"agbata\",\n    \"intermediates\": \"etiti\",\n    \"intermediating\": \"etiti\",\n    \"intermediation\": \"mmechi\",\n    \"intermediator\": \"onye ogbugbo\",\n    \"intermediatory\": \"onye ntugharia\",\n    \"intermedin\": \"imewe\",\n    \"intermedious\": \"ndabichi\",\n    \"intermedium\": \"agbata\",\n    \"intermedius\": \"etiti\",\n    \"intermeeting\": \"na-ezukọ\",\n    \"intermell\": \"itughari\",\n    \"intermelt\": \"gbasaa\",\n    \"intermembral\": \"jikọtara\",\n    \"intermembranous\": \"jikọtara ọnụ\",\n    \"intermenstruum\": \"etiti\",\n    \"interment\": \"nkwenye\",\n    \"intermental\": \"nkewa\",\n    \"intermention\": \"ntinye\",\n    \"interments\": \"mmeghari\",\n    \"intermercurial\": \"okwesiri\",\n    \"intermesenterial\": \"ihe omuma\",\n    \"intermesh\": \"tinye\",\n    \"intermeshed\": \"ghachi\",\n    \"intermeshes\": \"Ogwe\",\n    \"intermeshing\": \"na-esonye\",\n    \"intermessage\": \"ozi\",\n    \"intermessenger\": \"onye njem\",\n    \"intermet\": \"megharia\",\n    \"intermetacarpal\": \"okwukwu\",\n    \"intermetallic\": \"okwesiri\",\n    \"intermetameric\": \"okwesiri\",\n    \"intermewed\": \"jikọtara\",\n    \"intermewer\": \"onye obula\",\n    \"intermezzos\": \"okwukwu\",\n    \"intermiddle\": \"n'etiti\",\n    \"intermigrate\": \"ime njem\",\n    \"intermigrated\": \"ime njem\",\n    \"intermigrating\": \"na-emegharị\",\n    \"intermigration\": \"njem\",\n    \"interminability\": \"njedebe\",\n    \"interminable\": \"kwụsị\",\n    \"interminableness\": \"kwụsị\",\n    \"interminably\": \"na-emechi\",\n    \"interminant\": \"oge\",\n    \"interminate\": \"mechie\",\n    \"interminated\": \"oge\",\n    \"intermination\": \"nkwụsị\",\n    \"intermine\": \"gbue\",\n    \"intermined\": \"mechie\",\n    \"intermingle\": \"itinye\",\n    \"intermingled\": \"na-esonye\",\n    \"intermingledom\": \"ozi\",\n    \"interminglement\": \"nnabata\",\n    \"intermingles\": \"na-emekọ\",\n    \"intermingling\": \"na-emekọ ihe\",\n    \"intermining\": \"na-emechi\",\n    \"interminister\": \"okpu\",\n    \"interministerial\": \"ọfịs\",\n    \"interministerium\": \"ochicha\",\n    \"intermise\": \"mee\",\n    \"intermission\": \"nkwụsị\",\n    \"intermissions\": \"nkwụsị\",\n    \"intermissive\": \"nkwụsị\",\n    \"intermit\": \"oge\",\n    \"intermits\": \"na-ekwenye\",\n    \"intermitted\": \"oge\",\n    \"intermittedly\": \"na-agbagha\",\n    \"intermittence\": \"oge\",\n    \"intermittency\": \"ọgbaghara\",\n    \"intermittencies\": \"nkwụsị\",\n    \"intermittent\": \"oge\",\n    \"intermittently\": \"na-agbagha\",\n    \"intermitter\": \"onye ntabi\",\n    \"intermitting\": \"na-emegharị\",\n    \"intermittingly\": \"na-agbagha\",\n    \"intermittor\": \"onye mmeghe\",\n    \"intermix\": \"ogbe\",\n    \"intermixable\": \"Gbanwee ya\",\n    \"intermixed\": \"keere\",\n    \"intermixedly\": \"na-agbatị\",\n    \"intermixes\": \"oghene\",\n    \"intermixing\": \"intermechi\",\n    \"intermixt\": \"Mgbachi\",\n    \"intermixtly\": \"ọsịsa\",\n    \"intermixture\": \"ngwakọta\",\n    \"intermixtures\": \"Ngwakọta\",\n    \"intermmet\": \"usoro\",\n    \"intermobility\": \"nkwanye\",\n    \"intermodification\": \"njikọta\",\n    \"intermodillion\": \"ofu\",\n    \"intermodulation\": \"nnyeghari\",\n    \"intermodule\": \"imewe\",\n    \"intermolecular\": \"nkwonkwo\",\n    \"intermorainic\": \"nkwanye\",\n    \"intermotion\": \"imekọ\",\n    \"intermountain\": \"oyuyo\",\n    \"intermundane\": \"Mgbee\",\n    \"intermundian\": \"Ugboro abụọ\",\n    \"intermundium\": \"ihe mgbochi\",\n    \"intermunicipal\": \"ime obodo\",\n    \"intermunicipality\": \"ime obodo\",\n    \"intermural\": \"etiti\",\n    \"intermure\": \"mechie\",\n    \"intermuscular\": \"nkwonkwo\",\n    \"intermuscularity\": \"nkwonkwo\",\n    \"intermuscularly\": \"nkwonkwo\",\n    \"intermutation\": \"mmechi\",\n    \"intermutual\": \"gafere\",\n    \"intermutually\": \"oge\",\n    \"intern\": \"oru\",\n    \"internal\": \"n'ime\",\n    \"internalities\": \"ihe okike\",\n    \"internalize\": \"banye n'ime\",\n    \"internalized\": \"n'ime\",\n    \"internalizing\": \"alizingkụnye\",\n    \"internally\": \"n'ime\",\n    \"internalness\": \"n'ime\",\n    \"internat\": \"ulo oru\",\n    \"internation\": \"ụwa\",\n    \"international\": \"mba\",\n    \"internationale\": \"mba ụwa\",\n    \"internationalisation\": \"mba ozo\",\n    \"internationalise\": \"gaa mba ofesi\",\n    \"internationalised\": \"mba\",\n    \"internationalising\": \"mba ụwa\",\n    \"internationalism\": \"mba ụwa\",\n    \"internationalist\": \"mba ụwa\",\n    \"internationalists\": \"ndị mba ụwa\",\n    \"internationality\": \"mba ụwa\",\n    \"internationalization\": \"mba ozo\",\n    \"internationalizations\": \"mba ụwa\",\n    \"internationalize\": \"gaa mba ofesi\",\n    \"internationalized\": \"mba\",\n    \"internationalizes\": \"mba\",\n    \"internationalizing\": \"mba ụwa\",\n    \"internationally\": \"mba ụwa\",\n    \"internationals\": \"mba\",\n    \"internatl\": \"n'ime\",\n    \"interne\": \"itinye\",\n    \"internecine\": \"nkechi\",\n    \"internecion\": \"nkwenye\",\n    \"internecive\": \"internecie\",\n    \"internect\": \"jikọọ\",\n    \"internection\": \"njikọ\",\n    \"interned\": \"ịntanetị\",\n    \"internees\": \"na-esonye\",\n    \"internes\": \"internee\",\n    \"internescine\": \"nkechi\",\n    \"interneship\": \"ụwa\",\n    \"internet\": \"ịntanetị\",\n    \"internetted\": \"ịntanetị\",\n    \"internetwork\": \"ntanetị\",\n    \"internetworking\": \"ntanetị\",\n    \"internetworks\": \"ntanetị\",\n    \"interneural\": \"njikọ\",\n    \"internidal\": \"Okpukpo\",\n    \"interning\": \"ingbanye\",\n    \"internment\": \"omumu oru\",\n    \"internments\": \"mentslọ akwụkwọ\",\n    \"internobasal\": \"ndabueze\",\n    \"internodes\": \"ulo oru\",\n    \"internodia\": \"nkwonkwo\",\n    \"internodium\": \"nkwonkwo\",\n    \"interns\": \"ulo oru\",\n    \"internship\": \"ụwa\",\n    \"internships\": \"shipslọ akwụkwọ\",\n    \"internunce\": \"inabata\",\n    \"internuncial\": \"mba\",\n    \"internuncially\": \"mba\",\n    \"internunciary\": \"ulo oru\",\n    \"internunciatory\": \"ụlọ ọrụ\",\n    \"internunciess\": \"nwa akwụkwọ\",\n    \"internuncio\": \"ulo oru\",\n    \"internuncios\": \"ulo oru\",\n    \"internuncioship\": \"ụwa\",\n    \"internuncius\": \"ulo oru\",\n    \"internuptial\": \"ulo oru\",\n    \"internuptials\": \"ulo oru\",\n    \"interobjective\": \"mmekọrịta\",\n    \"interoceanic\": \"interoiciki\",\n    \"interoceptive\": \"mmekọrịta\",\n    \"interocular\": \"mmekọrịta\",\n    \"interolivary\": \"mmekọrịta\",\n    \"interopercle\": \"mmekorita\",\n    \"interoperculum\": \"mmekọrịta\",\n    \"interorbital\": \"ndabichi\",\n    \"interorbitally\": \"na-agbagha\",\n    \"interoscillate\": \"mmekọrịta\",\n    \"interoscillated\": \"mmekọrịta\",\n    \"interoscillating\": \"mmekọrịta\",\n    \"interosculant\": \"mmekọrịta\",\n    \"interosculated\": \"na-agbakọta\",\n    \"interosculating\": \"mmekọrịta\",\n    \"interosculation\": \"ntinye\",\n    \"interosseal\": \"mmekọrịta\",\n    \"interossei\": \"okwa\",\n    \"interosseous\": \"mmekọrịta\",\n    \"interosseus\": \"okpokoro\",\n    \"interownership\": \"mmekorita\",\n    \"interpalatine\": \"onyeka ibe\",\n    \"interparental\": \"nne na nna\",\n    \"interparenthetic\": \"nkwonkwo\",\n    \"interparenthetical\": \"nkwonkwo\",\n    \"interparenthetically\": \"imekọ ihe ọnụ\",\n    \"interparliament\": \"nnọchianya\",\n    \"interparliamentary\": \"onye omeiwu\",\n    \"interparoxysmal\": \"ọpaụ .ụ\",\n    \"interparty\": \"nnweta\",\n    \"interpass\": \"gafere\",\n    \"interpaved\": \"tinyere\",\n    \"interpaving\": \"ịmekọrịta\",\n    \"interpeal\": \"nkwarụ\",\n    \"interpectoral\": \"onye na-ese okwu\",\n    \"interpeduncular\": \"nkwonkwo\",\n    \"interpel\": \"gbanye\",\n    \"interpellant\": \"ọ bụla\",\n    \"interpellate\": \"okwukwu\",\n    \"interpellated\": \"njikọ\",\n    \"interpellation\": \"okwesiri\",\n    \"interpellator\": \"onye ntughari\",\n    \"interpelled\": \"gbanwere\",\n    \"interpelling\": \"na-asụ\",\n    \"interpendent\": \"na-adabere\",\n    \"interpenetrable\": \"nwere ike ịbanye\",\n    \"interpenetrate\": \"megharia\",\n    \"interpenetrated\": \"gbanye\",\n    \"interpenetrating\": \"na-emekọ ihe\",\n    \"interpenetration\": \"mmeghe\",\n    \"interpenetrative\": \"nkwanye\",\n    \"interpenetratively\": \"na-agbakwunye\",\n    \"interpermeating\": \"na-emegharị\",\n    \"interpersonally\": \"onye ozi\",\n    \"interpervaded\": \"tinye ya\",\n    \"interpervading\": \"Na-emegharị\",\n    \"interpervasive\": \"ọ bụla\",\n    \"interpervasively\": \"ọụ\",\n    \"interpervasiveness\": \"nkwonkwo\",\n    \"interpetiolar\": \"ndabichi\",\n    \"interpetiolary\": \"nkwanye ugwu\",\n    \"interphalangeal\": \"nkịtị\",\n    \"interphase\": \"ọnụọgụ\",\n    \"interphone\": \"ekwentị\",\n    \"interphones\": \"ekwe nti\",\n    \"interpiece\": \"mmechi\",\n    \"interpilastering\": \"na-emekọ ihe\",\n    \"interplace\": \"oghere\",\n    \"interplacental\": \"interplats\",\n    \"interplay\": \"mkparịta ụka\",\n    \"interplaying\": \"na-arụkọ ọrụ\",\n    \"interplays\": \"na-egosiputa\",\n    \"interplait\": \"ikwughari\",\n    \"interplanetary\": \"etiti\",\n    \"interplant\": \"ntinye\",\n    \"interplanting\": \"ntinye\",\n    \"interplead\": \"mechie\",\n    \"interpleaded\": \"ghagbue\",\n    \"interpleader\": \"onye nkesa\",\n    \"interpleading\": \"na-agbarịta\",\n    \"interpleads\": \"mechie\",\n    \"interpled\": \"etinyere\",\n    \"interpledge\": \"ndabichi\",\n    \"interpledged\": \"tinye\",\n    \"interpledging\": \"na-emegharị\",\n    \"interpleural\": \"mgbagwoju anya\",\n    \"interplical\": \"ederede\",\n    \"interplicate\": \"ikwughari\",\n    \"interplication\": \"ntinye\",\n    \"interpoint\": \"etiti\",\n    \"interpolable\": \"itughari\",\n    \"interpolary\": \"interpopo\",\n    \"interpolate\": \"itughari\",\n    \"interpolated\": \"njikọ\",\n    \"interpolater\": \"interpopo\",\n    \"interpolating\": \"na-asụgharị\",\n    \"interpolation\": \"interpopo\",\n    \"interpolations\": \"nnweta\",\n    \"interpolatively\": \"ọkwụrụ\",\n    \"interpolators\": \"ndị na-eme ihe ngosi\",\n    \"interpolish\": \"mechie\",\n    \"interpolity\": \"nkwenye\",\n    \"interpolitical\": \"ndabichi\",\n    \"interpollinating\": \"ịgbanyụ\",\n    \"interpone\": \"mechie\",\n    \"interportal\": \"n'etiti\",\n    \"interpose\": \"itinye\",\n    \"interposed\": \"etinye\",\n    \"interposers\": \"ndabichi\",\n    \"interposes\": \"na-agbagha\",\n    \"interposing\": \"ndabụ\",\n    \"interposingly\": \"na-agbagha\",\n    \"interposition\": \"nkwekọrịta\",\n    \"interpositions\": \"interposition\",\n    \"interppled\": \"etinyere\",\n    \"interppoliesh\": \"ndiegwu\",\n    \"interprater\": \"okwukwu\",\n    \"interpressure\": \"ọpịpị\",\n    \"interpret\": \"ikowa\",\n    \"interpretability\": \"ntụgharị\",\n    \"interpretable\": \"ịkọwa\",\n    \"interpretableness\": \"nkọwa\",\n    \"interpretably\": \"ịkọwa\",\n    \"interpretament\": \"nkọwa\",\n    \"interpretate\": \"ikowa\",\n    \"interpretation\": \"nkọwa\",\n    \"interpretational\": \"ntụgharị okwu\",\n    \"interpretations\": \"nkọwa\",\n    \"interpretative\": \"ntụgharị\",\n    \"interpretatively\": \"ntụgharị\",\n    \"interpreted\": \"a sụgharịrị\",\n    \"interpreter\": \"onye nkowa\",\n    \"interpreters\": \"ndị ntụgharị okwu\",\n    \"interpretership\": \"ntụgharị okwu\",\n    \"interpreting\": \"ntụgharị\",\n    \"interpretive\": \"nkọwa\",\n    \"interpretively\": \"ntụgharị\",\n    \"interpretorial\": \"nkọwa\",\n    \"interpretress\": \"onye nkowa\",\n    \"interprets\": \"na-akọwa\",\n    \"interprismatic\": \"mmeghari\",\n    \"interproduce\": \"webata\",\n    \"interproduced\": \"webatara\",\n    \"interproducing\": \"obara\",\n    \"interprofessional\": \"ọkachamara\",\n    \"interprofessionally\": \"aka ọrụ\",\n    \"interproportional\": \"nkwonkwo\",\n    \"interprovincial\": \"obodo\",\n    \"interproximal\": \"ofo\",\n    \"interproximate\": \"ịgbanwee\",\n    \"interpubic\": \"ntughari\",\n    \"interpunction\": \"nwepu\",\n    \"interpunctuation\": \"nkwụsị\",\n    \"interquarreled\": \"Okwuchukwu\",\n    \"interquarreling\": \"nnweta\",\n    \"interracial\": \"agbụrụ\",\n    \"interracialism\": \"agbụrụ\",\n    \"interradii\": \"onye ozo\",\n    \"interramal\": \"okwum\",\n    \"interramicorn\": \"nkuku\",\n    \"interramification\": \"Mmekọrịta\",\n    \"interreact\": \"na-emekọ ihe ọnụ\",\n    \"interreceive\": \"nkwenye\",\n    \"interreceived\": \"weghaara\",\n    \"interreceiving\": \"na-achọgharị\",\n    \"interrecord\": \"nkwonkwo\",\n    \"interred\": \"weghaara\",\n    \"interreflect\": \"gbanye\",\n    \"interreflection\": \"nwegharia\",\n    \"interregal\": \"nkwanye ugwu\",\n    \"interregency\": \"nkwenye\",\n    \"interregent\": \"agbagha\",\n    \"interreges\": \"nkwenye\",\n    \"interregimental\": \"nkwenye\",\n    \"interregional\": \"agbụrụ\",\n    \"interregionally\": \"ọ bụ\",\n    \"interregna\": \"imeka\",\n    \"interregnal\": \"ogbe\",\n    \"interregnum\": \"nkwenye\",\n    \"interregnums\": \"ogbe\",\n    \"interreign\": \"nkịtị\",\n    \"interrelate\": \"nwekọrịta\",\n    \"interrelated\": \"jikọtara\",\n    \"interrelatedly\": \"njikọ\",\n    \"interrelatedness\": \"mmekorita\",\n    \"interrelates\": \"na-emekọrịta\",\n    \"interrelating\": \"na-asụgharị\",\n    \"interrelation\": \"njikọ\",\n    \"interrelations\": \"njikọ\",\n    \"interrelationship\": \"mmekorita\",\n    \"interrelationships\": \"mmekorita\",\n    \"interreligious\": \"okpukpe dị iche iche\",\n    \"interreligiously\": \"okpukpe ndị ọzọ\",\n    \"interrenal\": \"nkwonkwo\",\n    \"interrenalism\": \"nkwenye\",\n    \"interrepellent\": \"nkọwa\",\n    \"interrer\": \"Onye obula\",\n    \"interresist\": \"na-emegharị mmadụ\",\n    \"interresistance\": \"nkwụsị\",\n    \"interresistibility\": \"nkwenye\",\n    \"interresponsibility\": \"itinye aka\",\n    \"interresponsible\": \"na-emegharị\",\n    \"interresponsive\": \"na-emegharị\",\n    \"interreticular\": \"nkwonkwo\",\n    \"interreticulation\": \"njikọrịta\",\n    \"interrex\": \"ndigbo\",\n    \"interrhyme\": \"chiedozie\",\n    \"interring\": \"na-etinye aka\",\n    \"interroad\": \"gafee\",\n    \"interrog\": \"ajuju\",\n    \"interrogability\": \"ịjụ ajụjụ\",\n    \"interrogable\": \"ajuju\",\n    \"interrogant\": \"na-aju ajuju\",\n    \"interrogate\": \"juo ajuju\",\n    \"interrogated\": \"ajuju\",\n    \"interrogatedness\": \"ịgba ajụjụ\",\n    \"interrogatee\": \"ikwughari\",\n    \"interrogates\": \"na-ajụ ajụjụ\",\n    \"interrogating\": \"na-ajụ ajụjụ\",\n    \"interrogatingly\": \"na-ajụ ajụjụ\",\n    \"interrogation\": \"ajuju\",\n    \"interrogational\": \"na-ajụ ajụjụ\",\n    \"interrogations\": \"ajụjụ\",\n    \"interrogative\": \"na-ajụ ajụjụ\",\n    \"interrogatively\": \"na-ajụ ajụjụ\",\n    \"interrogator\": \"ajuju\",\n    \"interrogatory\": \"na-ajụ ajụjụ\",\n    \"interrogatories\": \"ajụjụ ọnụ\",\n    \"interrogatorily\": \"na-ajụ ajụjụ\",\n    \"interrogators\": \"ndị na-agba ajụjụ ọnụ\",\n    \"interrogatrix\": \"mechue\",\n    \"interroom\": \"ime ụlọ\",\n    \"interrule\": \"kwụsị\",\n    \"interruled\": \"ejiri\",\n    \"interruling\": \"na-achịkwa\",\n    \"interrunning\": \"Ntinye\",\n    \"interrupt\": \"kwụsịtụ\",\n    \"interruptable\": \"na-agbagha\",\n    \"interrupted\": \"etre\",\n    \"interruptedly\": \"etrepu\",\n    \"interruptedness\": \"nkwụsị\",\n    \"interrupter\": \"nkwụsị\",\n    \"interrupters\": \"ndị na-eme nkwụsị\",\n    \"interruptible\": \"nkwụsị\",\n    \"interrupting\": \"na-egbochi\",\n    \"interruptingly\": \"na-akwụsịtụ\",\n    \"interruption\": \"nkwụsị\",\n    \"interruptions\": \"nkwụsị\",\n    \"interruptive\": \"na-egbochi\",\n    \"interruptively\": \"na-akwụsịtụ\",\n    \"interruptor\": \"na-etinye ọnụ\",\n    \"interruptory\": \"nkwụsị\",\n    \"interrupts\": \"na-akwụsịtụ\",\n    \"inters\": \"tinye\",\n    \"intersalute\": \"nkwonkwo\",\n    \"intersaluted\": \"tinye\",\n    \"intersaluting\": \"igbanwe\",\n    \"interschool\": \"ụlọ akwụkwọ ọta akara\",\n    \"interscribe\": \"debanye aha\",\n    \"interscribed\": \"debanyere\",\n    \"interscribing\": \"ịdebanye aha\",\n    \"interscription\": \"ntinye ihe\",\n    \"interseaboard\": \"ụzọ\",\n    \"interseam\": \"n'etiti\",\n    \"interseamed\": \"jikọtara\",\n    \"intersect\": \"gafere\",\n    \"intersectant\": \"okpokoro\",\n    \"intersected\": \"mebiri\",\n    \"intersecting\": \"na-agbagha\",\n    \"intersection\": \"nkwụsị\",\n    \"intersectional\": \"nkwụsị\",\n    \"intersections\": \"uzo\",\n    \"intersector\": \"uzo ozo\",\n    \"intersects\": \"na-ejikọ\",\n    \"intersegmental\": \"kewara ekewa\",\n    \"interseminate\": \"tinye intanet\",\n    \"interseminated\": \"tinye n'ọkwa\",\n    \"interseminating\": \"intersemining\",\n    \"intersert\": \"tinye\",\n    \"interservice\": \"ọrụ\",\n    \"intersession\": \"ntinye\",\n    \"intersessional\": \"mmekọrịta\",\n    \"intersessions\": \"ozi\",\n    \"intersetting\": \"intingetị\",\n    \"intersexuality\": \"mmekọrịta nwoke na nwanyị\",\n    \"intersexualities\": \"mmekọrịta nwoke na nwanyị\",\n    \"intershaded\": \"kewara\",\n    \"intershooting\": \"ịtinye\",\n    \"intershop\": \"Intershop\",\n    \"intersystematic\": \"intersystemụ\",\n    \"intersystematically\": \"n'usoro\",\n    \"intersituated\": \"agbakwunyere\",\n    \"intersituating\": \"na-esonye\",\n    \"intersocial\": \"mmekọrịta\",\n    \"intersociety\": \"interso ọha\",\n    \"intersoled\": \"tinye aka\",\n    \"intersoling\": \"intingoling\",\n    \"intersonant\": \"onye nzuzu\",\n    \"interspace\": \"ohere\",\n    \"interspeaker\": \"okwute okwu\",\n    \"interspecial\": \"mmekọrịta\",\n    \"interspecific\": \"ezughi oke\",\n    \"interspeech\": \"ikwu okwu\",\n    \"intersperse\": \"gbasasia\",\n    \"interspersed\": \"tinye na ya\",\n    \"interspersedly\": \"kewara ekewa\",\n    \"intersperses\": \"tinye\",\n    \"interspersing\": \"na-etinye ọnụ\",\n    \"interspersion\": \"nsị\",\n    \"interspersions\": \"ntinye\",\n    \"interspheral\": \"gwuru\",\n    \"interspinous\": \"abaghị uru\",\n    \"interspiral\": \"ntughari\",\n    \"interspiration\": \"Ọchịchọ\",\n    \"intersprinkle\": \"gwunye ya\",\n    \"intersprinkled\": \"gwunye\",\n    \"intersprinkling\": \"nsị\",\n    \"intersqueezing\": \"intersqueek\",\n    \"interstade\": \"obodo\",\n    \"interstapedial\": \"interstadial\",\n    \"interstate\": \"obodo\",\n    \"interstates\": \"Interstates\",\n    \"interstation\": \"nkwusa\",\n    \"interstellary\": \"interstellar\",\n    \"intersterile\": \"enweghi ike\",\n    \"intersterility\": \"ọnụọgụ\",\n    \"interstice\": \"nkwanye ugwu\",\n    \"intersticed\": \"kekọrịta\",\n    \"interstices\": \"ihe mgbochi\",\n    \"interstimulate\": \"ghachie\",\n    \"interstimulating\": \"na-ekewasị\",\n    \"interstimulation\": \"nkwusa\",\n    \"interstitious\": \"nkwenkwe ụgha\",\n    \"interstratify\": \"dozie\",\n    \"interstratified\": \"kewara\",\n    \"interstriation\": \"nkwusa\",\n    \"interstriving\": \"nghọtahie\",\n    \"intersubjective\": \"ntughari\",\n    \"intersubstitution\": \"ntinye\",\n    \"intersusceptation\": \"nkwenye\",\n    \"intertalk\": \"ikwu okwu\",\n    \"intertangled\": \"etinyere\",\n    \"intertanglement\": \"njikọta\",\n    \"intertangles\": \"Agbanye\",\n    \"intertangling\": \"na-emekọ ihe ọnụ\",\n    \"interteam\": \"nkwukwu\",\n    \"intertear\": \"ikwu okwu\",\n    \"intertergal\": \"Etinye\",\n    \"interterminal\": \"etiti ọnụ\",\n    \"intertessellation\": \"nkwupụta dị n'etiti\",\n    \"intertestamental\": \"ihe omimi\",\n    \"intertex\": \"ihe mgbochi\",\n    \"intertexture\": \"ngwakọta\",\n    \"interthing\": \"na-agbakwunye\",\n    \"interthread\": \"inter eri\",\n    \"interthreaded\": \"kechie\",\n    \"interthreading\": \"itughari\",\n    \"interthronging\": \"na-agbagha\",\n    \"intertidal\": \"na-anọchi anya\",\n    \"intertidally\": \"n'agbata oge\",\n    \"intertie\": \"gbochie\",\n    \"intertied\": \"weghaara\",\n    \"intertieing\": \"na-akwụsị\",\n    \"interties\": \"etiti\",\n    \"intertill\": \"kwụsị\",\n    \"intertillage\": \"Ogbogbo\",\n    \"intertinge\": \"zaghaala\",\n    \"intertinged\": \"kwue\",\n    \"intertinging\": \"na-egbochi\",\n    \"intertissue\": \"kekọrịta\",\n    \"intertissued\": \"kekọrịta\",\n    \"intertone\": \"mezie\",\n    \"intertongue\": \"nkwonkwo\",\n    \"intertouch\": \"Okwuchi\",\n    \"intertown\": \"obodo\",\n    \"intertrace\": \"ogbe\",\n    \"intertraced\": \"kekọrịta\",\n    \"intertracing\": \"mmekọrịta\",\n    \"intertrade\": \"imekọrịta\",\n    \"intertraded\": \"jikọtara\",\n    \"intertrading\": \"na-emegharị\",\n    \"intertraffic\": \"mebiri\",\n    \"intertrafficked\": \"na-emegharị\",\n    \"intertrafficking\": \"ahia ahia\",\n    \"intertragian\": \"okacha mba\",\n    \"intertransformable\": \"ntụgharị\",\n    \"intertransmissible\": \"nwere ike ịgbagha\",\n    \"intertransmission\": \"nkwenye\",\n    \"intertranspicuous\": \"ntụgharị\",\n    \"intertransversary\": \"nkwonkwo\",\n    \"intertree\": \"okwute\",\n    \"intertribal\": \"nkwenye\",\n    \"intertriginous\": \"na-agbanwe agbanwe\",\n    \"intertriglyph\": \"onyeka ibe\",\n    \"intertrinitarian\": \"jikọrọ ọnụ\",\n    \"intertropic\": \"nkwonkwo\",\n    \"intertropical\": \"ntụgharị\",\n    \"intertropics\": \"ihe omumu\",\n    \"intertrude\": \"nkwonkwo\",\n    \"intertwin\": \"nwere njikọta\",\n    \"intertwine\": \"nwere njikọta\",\n    \"intertwined\": \"nwere njikọta\",\n    \"intertwinement\": \"Njikọtị\",\n    \"intertwinements\": \"Mmekọrịta\",\n    \"intertwines\": \"Udochi\",\n    \"intertwining\": \"na-emekọ ihe ọnụ\",\n    \"intertwiningly\": \"na-agbakwunye\",\n    \"intertwist\": \"onye mmekorita\",\n    \"intertwisted\": \"na-emekọrịta\",\n    \"intertwisting\": \"na-emekọrịta\",\n    \"intertwistingly\": \"na-agbakwunye\",\n    \"interunion\": \"udo\",\n    \"interuniversity\": \"mmekọrịta\",\n    \"intervaginal\": \"nwaoyi\",\n    \"interval\": \"nkeji\",\n    \"intervale\": \"inu\",\n    \"intervaled\": \"weghaara\",\n    \"intervalic\": \"etiti\",\n    \"intervaling\": \"etiti\",\n    \"intervalled\": \"etiti oge\",\n    \"intervalley\": \"etiti\",\n    \"intervallic\": \"otamasiri\",\n    \"intervalling\": \"itinye\",\n    \"intervallum\": \"nnweta\",\n    \"intervalometer\": \"mgbako\",\n    \"intervals\": \"etiti oge\",\n    \"intervalvular\": \"etiti\",\n    \"intervary\": \"onu\",\n    \"intervariation\": \"mmeghari\",\n    \"intervaried\": \"ga-eme\",\n    \"intervarietal\": \"nnweta\",\n    \"intervarying\": \"itinye\",\n    \"intervarsity\": \"ọdịiche\",\n    \"intervascular\": \"nkwonkwo\",\n    \"intervein\": \"itinye aka\",\n    \"interveinal\": \"ndabichi\",\n    \"interveined\": \"tinye aka\",\n    \"interveining\": \"na-etinye aka\",\n    \"interveinous\": \"ndabichi\",\n    \"intervenant\": \"ọgbụgba ndụ\",\n    \"intervene\": \"itinye aka\",\n    \"intervened\": \"tinyere\",\n    \"intervener\": \"Etiti\",\n    \"interveners\": \"ndị na-emegharị ihe\",\n    \"intervenes\": \"emee\",\n    \"intervenience\": \"ndabichi\",\n    \"interveniency\": \"ndaba\",\n    \"intervenient\": \"na-agbanwe agbanwe\",\n    \"intervening\": \"etinye\",\n    \"intervenium\": \"ọrịre\",\n    \"intervenor\": \"ntinye\",\n    \"intervent\": \"gbasaa\",\n    \"intervention\": \"itinye aka\",\n    \"interventional\": \"itinye aka\",\n    \"interventionism\": \"itinye aka\",\n    \"interventionist\": \"na-etinye aka\",\n    \"interventionists\": \"ndị na-emegharị ahụ\",\n    \"interventions\": \"etinye aka\",\n    \"interventive\": \"itinye aka\",\n    \"interventor\": \"onye ogbugba\",\n    \"interventral\": \"ọ bụla\",\n    \"interventralia\": \"ọrịre\",\n    \"interventricular\": \"ọrịre\",\n    \"intervenue\": \"uzo\",\n    \"intervenular\": \"agbagha\",\n    \"interverbal\": \"nkwukwu\",\n    \"interversion\": \"esemokwu\",\n    \"intervert\": \"ibubata\",\n    \"intervertebral\": \"nkwukwu\",\n    \"interverting\": \"na-emegharị\",\n    \"interview\": \"Ajụjụ ọnụ\",\n    \"interviewable\": \"na-agba ajụjụ ọnụ\",\n    \"interviewed\": \"gbara ajụjụ ọnụ\",\n    \"interviewee\": \"ajuju\",\n    \"interviewees\": \"ndị a gbara ajụjụ ọnụ\",\n    \"interviewer\": \"ajuju\",\n    \"interviewers\": \"ndị na-agba ajụjụ ọnụ\",\n    \"interviewing\": \"na-agba ajụjụ ọnụ\",\n    \"interviews\": \"Ajụjụ ọnụ\",\n    \"intervillous\": \"ndabichi\",\n    \"intervisibility\": \"o nwere ike\",\n    \"intervisible\": \"nwekọrịta\",\n    \"intervisit\": \"nwekọrịta\",\n    \"intervisitation\": \"mgbasa\",\n    \"intervital\": \"ogwo\",\n    \"intervocal\": \"ikwe\",\n    \"intervocalic\": \"ikwe\",\n    \"intervocalically\": \"ikwuru\",\n    \"intervolute\": \"tinye\",\n    \"intervolution\": \"mgbasa\",\n    \"intervolve\": \"tinye aka\",\n    \"intervolved\": \"tinyere\",\n    \"intervolving\": \"itinye\",\n    \"interwarring\": \"na-etinye ọnụ\",\n    \"interweave\": \"megharịa\",\n    \"interweaved\": \"interweawe\",\n    \"interweavement\": \"mmekọrịta\",\n    \"interweaver\": \"imewe\",\n    \"interweaves\": \"mewe\",\n    \"interweaving\": \"na-emekọ ihe\",\n    \"interweavingly\": \"na-emekọrịta ọnụ\",\n    \"interwed\": \"were\",\n    \"interweld\": \"imekọrịta\",\n    \"interwhile\": \"n'oge\",\n    \"interwhistled\": \"jikọtara\",\n    \"interwhistling\": \"itịbede\",\n    \"interwind\": \"nwere njikọta\",\n    \"interwinded\": \"nwere njikọta\",\n    \"interwinding\": \"na-emekọ\",\n    \"interwish\": \"imechi\",\n    \"interword\": \"okwu\",\n    \"interwork\": \"ọrụ\",\n    \"interworked\": \"arụ ọrụ\",\n    \"interworking\": \"na-arụkọ ọrụ\",\n    \"interworks\": \"ọrụ\",\n    \"interworld\": \"ụwa\",\n    \"interworry\": \"ogbugbu\",\n    \"interwound\": \"jikọtara\",\n    \"interwoven\": \"jikọtara\",\n    \"interwovenly\": \"mechie\",\n    \"interwrap\": \"itinye\",\n    \"interwrapped\": \"mebiri\",\n    \"interwrapping\": \"itinye\",\n    \"interwreathe\": \"itinye\",\n    \"interwreathed\": \"mejupụtara\",\n    \"interwreathing\": \"na-emekọ ihe\",\n    \"interwrought\": \"gbanwere\",\n    \"interwwrought\": \"emeka\",\n    \"interxylary\": \"okwesiri\",\n    \"interzone\": \"imehie\",\n    \"intestable\": \"eriri afọ\",\n    \"intestacies\": \"eriri afọ\",\n    \"intestate\": \"eriri afọ\",\n    \"intestation\": \"eriri afọ\",\n    \"intestinal\": \"eriri afọ\",\n    \"intestinally\": \"eriri afọ\",\n    \"intestine\": \"eriri afọ\",\n    \"intestineness\": \"eriri afọ\",\n    \"intestines\": \"eriri afọ\",\n    \"intestiniform\": \"eriri afọ\",\n    \"intext\": \"Mmekọrịta\",\n    \"intexture\": \"ngwakọta\",\n    \"inthral\": \"n'ime\",\n    \"inthralled\": \"agbaghara\",\n    \"inthralling\": \"na-ekwukarị\",\n    \"inthrals\": \"n'ime ụlọ\",\n    \"inthroned\": \"nọdụrụ\",\n    \"inthronistic\": \"onthronistic\",\n    \"inthronization\": \"ntinye\",\n    \"inthronize\": \"na-arụ ọrụ\",\n    \"inthrust\": \"ntụkwasị obi\",\n    \"intially\": \"na mbido\",\n    \"intice\": \"rata\",\n    \"intill\": \"okwa\",\n    \"intimacy\": \"na-akpachi anya\",\n    \"intimacies\": \"mmekọrịta chiri anya\",\n    \"intimal\": \"nsị\",\n    \"intimate\": \"chiri anya\",\n    \"intimated\": \"chiri anya\",\n    \"intimately\": \"chiri anya\",\n    \"intimateness\": \"nso\",\n    \"intimates\": \"chiri anya\",\n    \"intimating\": \"-akparịta ụka\",\n    \"intimation\": \"nkịtị\",\n    \"intimations\": \"mmekọrịta\",\n    \"intime\": \"oge\",\n    \"intimidate\": \"menye gi egwu\",\n    \"intimidated\": \"ụjọ\",\n    \"intimidates\": \"na-emenye ụjọ\",\n    \"intimidating\": \"na-eyi egwu\",\n    \"intimidation\": \"mmaja\",\n    \"intimidations\": \"mmaja\",\n    \"intimidator\": \"onye ụjọ\",\n    \"intimidatory\": \"na-eyi egwu\",\n    \"intimidity\": \"mmaja\",\n    \"intimity\": \"nso\",\n    \"intimous\": \"chiri anya\",\n    \"intinct\": \"nsinammuo\",\n    \"intinction\": \"nsinammuo\",\n    \"intinctivity\": \"nsinammuo\",\n    \"intine\": \"nsia\",\n    \"intitled\": \"intitit\",\n    \"intitling\": \"intiting\",\n    \"intitulation\": \"nsị\",\n    \"intitule\": \"okwukwu\",\n    \"intituled\": \"kwuru\",\n    \"intitules\": \"mmekọrịta\",\n    \"intituling\": \"n'itinye uche\",\n    \"into\": \"n'ime\",\n    \"intoed\": \"banye\",\n    \"intolerability\": \"ekweghi ekwe\",\n    \"intolerable\": \"nke anabataghi\",\n    \"intolerableness\": \"anabataghi\",\n    \"intolerably\": \"enweghi ike\",\n    \"intolerance\": \"ekweghị ibe nọrọ\",\n    \"intolerancy\": \"ekweghị ibe nọrọ\",\n    \"intolerant\": \"ekweghị ibe nọrọ\",\n    \"intolerantly\": \"anabataghị\",\n    \"intolerantness\": \"ekweghị ibe nọrọ\",\n    \"intolerated\": \"ekweghị\",\n    \"intolerating\": \"inlecing\",\n    \"intoleration\": \"ndidi\",\n    \"intollerably\": \"enweghi ike\",\n    \"intombed\": \"intom\",\n    \"intombing\": \"intoming\",\n    \"intonate\": \"udiri ihe\",\n    \"intonated\": \"ududo\",\n    \"intonating\": \"na-atụgharị uche\",\n    \"intonation\": \"ndebeolu\",\n    \"intonations\": \"ndebiri\",\n    \"intonator\": \"intonato\",\n    \"intoned\": \"intones\",\n    \"intonement\": \"mkpuchi mmehie\",\n    \"intoner\": \"ihe omimi\",\n    \"intoning\": \"ndebeolu\",\n    \"intoothed\": \"riri ahụ\",\n    \"intorsion\": \"nbanye\",\n    \"intort\": \"ngọngọ\",\n    \"intorted\": \"etinyere\",\n    \"intorting\": \"na-agbagha\",\n    \"intortion\": \"ite ime\",\n    \"intorts\": \"Ibubata\",\n    \"intourist\": \"onye nzuzu\",\n    \"intoxation\": \"toxation\",\n    \"intoxicable\": \"egbu egbu\",\n    \"intoxicant\": \"na-egbu egbu\",\n    \"intoxicantly\": \"na-egbu egbu\",\n    \"intoxicants\": \"na-egbu egbu\",\n    \"intoxicate\": \"egbu egbu\",\n    \"intoxicated\": \"egbu egbu\",\n    \"intoxicatedly\": \"egbu egbu\",\n    \"intoxicatedness\": \"mmịn\",\n    \"intoxicates\": \"na-egbu egbu\",\n    \"intoxicating\": \"na-egbu egbu\",\n    \"intoxicatingly\": \"na-egbu egbu\",\n    \"intoxication\": \"egbu egbu\",\n    \"intoxications\": \"ịxicụbiga mmanya ókè\",\n    \"intoxicative\": \"na-egbu egbu\",\n    \"intoxicatively\": \"na-egbu egbu\",\n    \"intoxicator\": \"onye na-egbu egbu\",\n    \"intoxicators\": \"ndị na-axicụbiga mmanya ókè\",\n    \"intraarterially\": \"n'ime intraarial\",\n    \"intractability\": \"enweghị ike ịrụ ọrụ\",\n    \"intractable\": \"kporopụ\",\n    \"intractableness\": \"enweghị ike ịrụ ọrụ\",\n    \"intractile\": \"anaghị emepụta ihe\",\n    \"intradepartment\": \"ime ụlọ\",\n    \"intradoss\": \"intrados\",\n    \"intraline\": \"eriri afọ\",\n    \"intralingual\": \"asụsụ niile\",\n    \"intramachine\": \"intramachin\",\n    \"intramental\": \"intramal\",\n    \"intraneous\": \"intraneral\",\n    \"intranetwork\": \"intaneti\",\n    \"intranscalency\": \"nkwenye\",\n    \"intransferable\": \"nnyefe\",\n    \"intransferrable\": \"izipu\",\n    \"intransformable\": \"enweghị mgbanwe\",\n    \"intransfusible\": \"enweghị nkwenye\",\n    \"intransgressible\": \"enweghị mgbagha\",\n    \"intransitable\": \"enweghị ntụgharị\",\n    \"intransitiveness\": \"nkwenye\",\n    \"intranslatable\": \"nsụgharị\",\n    \"intransmissible\": \"nkwenye\",\n    \"intransparency\": \"enweghị nghọta\",\n    \"intraosseous\": \"igba ogwu n'akwara\",\n    \"intrapyretic\": \"ọgwụ mgbochi\",\n    \"intrapleural\": \"intrapleral\",\n    \"intrasegmental\": \"intrase nkebi\",\n    \"intraserous\": \"intrasras\",\n    \"intrastate\": \"kewaa\",\n    \"intratesticular\": \"intratatricular\",\n    \"intravenous\": \"igba ogwu n'akwara\",\n    \"intravenously\": \"igba ogwu n'akwara\",\n    \"intreasure\": \"intrere\",\n    \"intreat\": \"na-arịọ\",\n    \"intreated\": \"rịọrọ\",\n    \"intreating\": \"na-arịọ arịrịọ\",\n    \"intreats\": \"rịọ\",\n    \"intrenchant\": \"intanet\",\n    \"intrenched\": \"intrenia\",\n    \"intrencher\": \"intanet\",\n    \"intrenches\": \"intrechi\",\n    \"intrenching\": \"intaneting\",\n    \"intrenchment\": \"ọnye mmiri\",\n    \"intrepid\": \"kenyeu\",\n    \"intrepidity\": \"enweghị isi\",\n    \"intrepidly\": \"n’atụghị egwu\",\n    \"intrepidness\": \"enweghị ụjọ\",\n    \"intricable\": \"mgbagwoju anya\",\n    \"intricacy\": \"mgbagwoju anya\",\n    \"intricacies\": \"mgbagwoju anya\",\n    \"intricate\": \"mgbagwoju anya\",\n    \"intricately\": \"mgbagwoju anya\",\n    \"intrication\": \"mgbagwoju anya\",\n    \"intrigant\": \"aghụghọ\",\n    \"intriguant\": \"dị egwu\",\n    \"intrigue\": \"aghụghọ\",\n    \"intrigued\": \"kpaliri\",\n    \"intrigueproof\": \"ihe omimi\",\n    \"intriguer\": \"na-akpali akpali\",\n    \"intriguery\": \"na-akpali akpali\",\n    \"intriguers\": \"na-akpali akpali\",\n    \"intrigues\": \"ihe aghụghọ\",\n    \"intriguess\": \"na-akpali akpali\",\n    \"intriguing\": \"na-akpali akpali\",\n    \"intriguingly\": \"na-akpali akpali\",\n    \"intrinse\": \"intrinrin\",\n    \"intro\": \"ntinye\",\n    \"introceptive\": \"mmekọrịta\",\n    \"introconversion\": \"ntughari\",\n    \"introconvertible\": \"intro kọnvatịbụl\",\n    \"introdden\": \"introd\",\n    \"introduce\": \"iwebata\",\n    \"introduced\": \"webatara\",\n    \"introducee\": \"webatara\",\n    \"introducement\": \"mmeghe\",\n    \"introducer\": \"onye mmeghe\",\n    \"introducers\": \"ndị mmebata\",\n    \"introduces\": \"na-ewebata\",\n    \"introducing\": \"iwebata\",\n    \"introduct\": \"iwebata\",\n    \"introduction\": \"iwebata\",\n    \"introductions\": \"mmeghe\",\n    \"introductive\": \"mmeghe\",\n    \"introductively\": \"mmeghe\",\n    \"introductor\": \"onye mmeghe\",\n    \"introductory\": \"Okwu mmalite\",\n    \"introductorily\": \"mmeghe\",\n    \"introductoriness\": \"mmeghe\",\n    \"introductress\": \"mmeghe\",\n    \"introfaction\": \"ntinye\",\n    \"introfy\": \"webata\",\n    \"introfied\": \"introro\",\n    \"introfies\": \"ntinye\",\n    \"introflexion\": \"ntughari\",\n    \"introgressant\": \"introroti\",\n    \"introgression\": \"mbata\",\n    \"introgressive\": \"akpali akpali\",\n    \"introit\": \"ntinye\",\n    \"introits\": \"introit\",\n    \"introject\": \"ntinye\",\n    \"introjection\": \"ntinye\",\n    \"introjective\": \"ntinye\",\n    \"intromitted\": \"intramit\",\n    \"intromitter\": \"intromita\",\n    \"introrsal\": \"ihe omimi\",\n    \"introrse\": \"ntinye\",\n    \"introrsely\": \"n'ụzọ dị egwu\",\n    \"introscope\": \"intoskop\",\n    \"introspected\": \"introsured\",\n    \"introspective\": \"introsports\",\n    \"introspectiveness\": \"introsportsness\",\n    \"introsuction\": \"ntinye\",\n    \"introtraction\": \"ntinye\",\n    \"introvenient\": \"kemkpu\",\n    \"introverse\": \"int ariyanjiyan\",\n    \"introversibility\": \"esemokwu\",\n    \"introversible\": \"agbagha\",\n    \"introversion\": \"esemokwu\",\n    \"introversions\": \"esemokwu\",\n    \"introversive\": \"na-ese okwu\",\n    \"introversively\": \"n'agha\",\n    \"introvert\": \"ibubata\",\n    \"introverted\": \"itinye\",\n    \"introvertedness\": \"ntinye\",\n    \"introverting\": \"na-abanye\",\n    \"introvertive\": \"introverti\",\n    \"introvision\": \"ntinye\",\n    \"introvolution\": \"ntinye\",\n    \"intrudance\": \"imebi\",\n    \"intrude\": \"imehie\",\n    \"intruded\": \"imebi\",\n    \"intruder\": \"omekome\",\n    \"intruders\": \"ndị mmebi iwu\",\n    \"intrudes\": \"Ntinye\",\n    \"intruding\": \"na-akpali akpali\",\n    \"intrudingly\": \"intrudring\",\n    \"intrus\": \"ndozi\",\n    \"intruse\": \"ikusi\",\n    \"intrusion\": \"ịbata\",\n    \"intrusive\": \"intrusion\",\n    \"intrusively\": \"intruodi\",\n    \"intrusiveness\": \"intrususs\",\n    \"intrust\": \"ntụkwasị obi\",\n    \"intrusted\": \"nyefere\",\n    \"intrusting\": \"ikwere\",\n    \"intrusts\": \"Nsogbu\",\n    \"intsv\": \"Intsv\",\n    \"intubate\": \"igba ogwu\",\n    \"intubated\": \"intubub\",\n    \"intubating\": \"intubub\",\n    \"intubation\": \"igba ogwu\",\n    \"intubatting\": \"intubat\",\n    \"intuent\": \"kensinammuo\",\n    \"intuicity\": \"nsinammuo\",\n    \"intuitable\": \"kemgbali\",\n    \"intuited\": \"udiri\",\n    \"intuiting\": \"na-akpali akpali\",\n    \"intuition\": \"nsinammuo\",\n    \"intuitional\": \"nsinammuo\",\n    \"intuitionalist\": \"onye nsinammuo\",\n    \"intuitionally\": \"nsinammuo\",\n    \"intuitionism\": \"nsinammuo\",\n    \"intuitionist\": \"onye nsinammuo\",\n    \"intuitionistic\": \"nsinammuo\",\n    \"intuitionless\": \"enweghi ọgụgụ isi\",\n    \"intuitive\": \"kensinammuo\",\n    \"intuitively\": \"kensinammuo\",\n    \"intuitiveness\": \"nsinammuo\",\n    \"intumesce\": \"inabata\",\n    \"intumesced\": \"inabata\",\n    \"intumescence\": \"mbido\",\n    \"intumescing\": \"inabata\",\n    \"intumulate\": \"itu ogwu\",\n    \"inturn\": \"n'oge ya\",\n    \"inturned\": \"chụpụrụ\",\n    \"intuse\": \"igba ogwu\",\n    \"intussusception\": \"eriri afọ\",\n    \"intwined\": \"riri\",\n    \"intwines\": \"eriri afọ\",\n    \"intwining\": \"intwing\",\n    \"intwist\": \"na ighikota\",\n    \"intwisted\": \"na agbagọrị\",\n    \"intwisting\": \"intwist\",\n    \"inumbrate\": \"inumbumb\",\n    \"inunct\": \"ebighi ebi\",\n    \"inunctuous\": \"enweghi ike\",\n    \"inundable\": \"enweghị ike\",\n    \"inundant\": \"enweghị atụ\",\n    \"inundated\": \"idei mmiri\",\n    \"inunderstandable\": \"enweghị nghọta\",\n    \"inunderstanding\": \"nghọtahie\",\n    \"inuredness\": \"insurance\",\n    \"inurement\": \"inureni\",\n    \"inurn\": \"Inu\",\n    \"inurned\": \"gbanye\",\n    \"inurning\": \"Inside\",\n    \"inurnment\": \"oruru\",\n    \"inurns\": \"ihe ndị dị n'ime\",\n    \"inusitate\": \"na-atụgharị uche\",\n    \"inusitation\": \"ingha\",\n    \"inust\": \"mmiri\",\n    \"inutile\": \"abaghị uru\",\n    \"inutilely\": \"n'amaghi ama\",\n    \"inutility\": \"abaghi uru\",\n    \"inutilities\": \"ihe na-enweghị isi\",\n    \"inutterable\": \"apụghị ịgbagha agbagha\",\n    \"invaccinate\": \"igbochi\",\n    \"invaccination\": \"ọgwụ mgbochi\",\n    \"invade\": \"wakporo\",\n    \"invaded\": \"wakporo\",\n    \"invader\": \"onye mbuso agha\",\n    \"invaders\": \"ndị mwakpo\",\n    \"invades\": \"na-awakpo\",\n    \"invading\": \"na-awakpo\",\n    \"invaginate\": \"itabi\",\n    \"invaginated\": \"anwụrụ\",\n    \"invaginating\": \"na-emerụ ahụ\",\n    \"invagination\": \"mwakpo\",\n    \"invalid\": \"abaghi uru\",\n    \"invalidate\": \"ghara ịdị irè\",\n    \"invalidated\": \"abaghị uru\",\n    \"invalidates\": \"ghara ịdị irè\",\n    \"invalidating\": \"ghara ịdị irè\",\n    \"invalidation\": \"enweghị isi\",\n    \"invalidations\": \"enweghị isi\",\n    \"invalidator\": \"onye abaghi uru\",\n    \"invalidcy\": \"abaghi uru\",\n    \"invalided\": \"wakporo\",\n    \"invalidhood\": \"abaghị uru\",\n    \"invaliding\": \"na-abaghị uru\",\n    \"invalidish\": \"ghara ịdị irè\",\n    \"invalidism\": \"enweghị isi\",\n    \"invalidity\": \"enweghị isi\",\n    \"invalidities\": \"abaghị uru\",\n    \"invalidly\": \"enweghị isi\",\n    \"invalidness\": \"nkwarụ\",\n    \"invaluable\": \"bara oke uru\",\n    \"invaluableness\": \"bara oke uru\",\n    \"invaluably\": \"bara oke uru\",\n    \"invalued\": \"bara uru\",\n    \"invariability\": \"enweghị mgbanwe\",\n    \"invariable\": \"enweghị mgbanwe\",\n    \"invariableness\": \"enweghị mgbanwe\",\n    \"invariably\": \"mgbe niile\",\n    \"invariance\": \"enweghị mgbanwe\",\n    \"invariant\": \"agbanwe agbanwe\",\n    \"invariantive\": \"enweghị mgbanwe\",\n    \"invariantively\": \"invariantive\",\n    \"invariantly\": \"mgbe niile\",\n    \"invariants\": \"ndị anaghị agbanwe agbanwe\",\n    \"invaried\": \"gbanwere\",\n    \"invars\": \"kpọbata\",\n    \"invasion\": \"mbuso agha\",\n    \"invasionary\": \"mbuso agha\",\n    \"invasionist\": \"onye mbuso agha\",\n    \"invasions\": \"mwakpo\",\n    \"invasiveness\": \"mbuso agha\",\n    \"invecked\": \"gbanye\",\n    \"invect\": \"esi\",\n    \"invected\": \"n'ime\",\n    \"invection\": \"nnabata\",\n    \"invective\": \"na-arụ ọrụ\",\n    \"invectively\": \"n'ihe\",\n    \"invectiveness\": \"arụ ọrụ\",\n    \"invectives\": \"anakpo\",\n    \"invector\": \"onye na-etinye ihe\",\n    \"inveighed\": \"gbanwere\",\n    \"inveighing\": \"na-atụgharị uche\",\n    \"inveigled\": \"gbanye ihe\",\n    \"inveiglement\": \"inveigment\",\n    \"inveigler\": \"onye inveigler\",\n    \"invendibility\": \"ikwenye ekwenye\",\n    \"invendible\": \"ekwereghị\",\n    \"invendibleness\": \"enweghi nkwenye\",\n    \"invenient\": \"adabaghi\",\n    \"invenit\": \"echepụta\",\n    \"invent\": \"mepụta\",\n    \"inventable\": \"mepụtakwara\",\n    \"inventary\": \"mepụtakwara\",\n    \"invented\": \"mepụtakwara\",\n    \"inventer\": \"mepụtakwara\",\n    \"inventers\": \"ndị na-echepụta ihe\",\n    \"inventful\": \"echepụta\",\n    \"inventible\": \"enweghị ike ịkọwa\",\n    \"inventibleness\": \"enweghi ike\",\n    \"inventing\": \"echepụta\",\n    \"invention\": \"mepụtara\",\n    \"inventional\": \"mepụtara\",\n    \"inventionless\": \"mepụtara obere\",\n    \"inventions\": \"mmegharị\",\n    \"inventive\": \"echepụta\",\n    \"inventively\": \"echepụta\",\n    \"inventor\": \"mmewe\",\n    \"inventory\": \"ngwongwo\",\n    \"inventoriable\": \"echepụtara echepụta\",\n    \"inventorial\": \"ngwa ngwa\",\n    \"inventorially\": \"n'ichepụta ihe\",\n    \"inventoried\": \"echepụtara\",\n    \"inventories\": \"ngwa ngwa\",\n    \"inventorying\": \"ngwongwo\",\n    \"inventors\": \"ndị na-echepụta ihe\",\n    \"inventress\": \"onye mmeputa\",\n    \"inventresses\": \"ndị omenkà\",\n    \"invents\": \"mepụtara\",\n    \"inventurous\": \"echepụtara\",\n    \"inveracious\": \"dị njọ\",\n    \"inverebrate\": \"invertebrate\",\n    \"inverisimilitude\": \"verisimilitude\",\n    \"inverity\": \"abaghi uru\",\n    \"inverities\": \"inverver\",\n    \"invernacular\": \"n'asụsụ asụsụ\",\n    \"invernesses\": \"inverness\",\n    \"inversable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"inverse\": \"ntụgharị\",\n    \"inversed\": \"invers\",\n    \"inversedly\": \"inversely\",\n    \"inverses\": \"invers\",\n    \"inversing\": \"ntụgharị\",\n    \"inversion\": \"ntụgharị\",\n    \"inversions\": \"ntụgharị\",\n    \"inversive\": \"invers\",\n    \"invertant\": \"ntụgharị\",\n    \"invertebrated\": \"invertebrabra\",\n    \"inverted\": \"gbanwere\",\n    \"invertedly\": \"Ndagharị\",\n    \"inverter\": \"ntụgharị\",\n    \"inverters\": \"ndị ntụgharị\",\n    \"invertibility\": \"enweghị ike ịgbanwe agbanwe\",\n    \"invertible\": \"enweghị ike ịgbanwe agbanwe\",\n    \"invertile\": \"abaghi uru\",\n    \"inverting\": \"na-agbanwe\",\n    \"invertive\": \"na-agbanwe agbanwe\",\n    \"invertor\": \"ntụgharị\",\n    \"invertors\": \"ndị ntụgharị\",\n    \"inverts\": \"ntụgharị\",\n    \"invest\": \"tinye ego\",\n    \"investable\": \"tinye ego\",\n    \"invested\": \"nyekwara\",\n    \"investible\": \"tinye ego\",\n    \"investient\": \"tinye ego\",\n    \"investigable\": \"nyocha\",\n    \"investigatable\": \"nyocha\",\n    \"investigate\": \"ichoputa\",\n    \"investigated\": \"nyocha\",\n    \"investigates\": \"na-enyocha\",\n    \"investigating\": \"na-eme nyocha\",\n    \"investigatingly\": \"n'inyocha\",\n    \"investigation\": \"nyocha\",\n    \"investigational\": \"nyocha\",\n    \"investigations\": \"nyocha\",\n    \"investigative\": \"nyocha\",\n    \"investigator\": \"onye nchoputa\",\n    \"investigatory\": \"nyocha\",\n    \"investigatorial\": \"onye nchoputa\",\n    \"investigators\": \"ndị na-eme nchọpụta\",\n    \"investing\": \"itinye ego\",\n    \"investion\": \"nyocha\",\n    \"investitive\": \"itinye ego\",\n    \"investitor\": \"itinye ego\",\n    \"investiture\": \"itinye ego\",\n    \"investitures\": \"ntinye ego\",\n    \"investment\": \"ntinye ego\",\n    \"investments\": \"itinye ego\",\n    \"investor\": \"ọ investụ\",\n    \"investors\": \"ndị ọchụnta ego\",\n    \"invests\": \"tinye ego\",\n    \"investure\": \"itinye ego\",\n    \"inveterately\": \"n'ụzọ\",\n    \"inveteration\": \"ihe oriri\",\n    \"inviabilities\": \"adịghị ahụ anya\",\n    \"inviable\": \"adịghị ahụ anya\",\n    \"inviably\": \"enwere ike\",\n    \"invict\": \"ịkpọku\",\n    \"invicted\": \"ịkpọku\",\n    \"invictive\": \"invicative\",\n    \"invidiousness\": \"invidious\",\n    \"invigilance\": \"inyocha\",\n    \"invigilancy\": \"ịdị njikere\",\n    \"invigilated\": \"gbanyere mkpọrọgwụ\",\n    \"invigilating\": \"na-agbasi ike\",\n    \"invigilator\": \"ihe ngbanwe\",\n    \"invigor\": \"onye agha\",\n    \"invigorant\": \"ume\",\n    \"invigorate\": \"ume\",\n    \"invigorated\": \"ume\",\n    \"invigorates\": \"na-akpali ume\",\n    \"invigorating\": \"na-enye ume\",\n    \"invigoratingly\": \"na-agbasi ume ike\",\n    \"invigoratingness\": \"na-enye ume\",\n    \"invigoration\": \"ume\",\n    \"invigorations\": \"ume\",\n    \"invigorative\": \"na-enye ume ọhụrụ\",\n    \"invigoratively\": \"na-enye ume ọhụrụ\",\n    \"invigorator\": \"na-akpali akpali\",\n    \"invigour\": \"ume\",\n    \"invillage\": \"inupụ isi\",\n    \"invinate\": \"ikpo ume\",\n    \"invination\": \"mwakpo\",\n    \"invincibility\": \"anwụ anwụ\",\n    \"invincible\": \"enweghi ike imeri ya\",\n    \"invincibleness\": \"enweghị mmeri\",\n    \"invincibly\": \"enweghị mmeri\",\n    \"inviolable\": \"adighi adi ire\",\n    \"inviolableness\": \"enweghị atụ\",\n    \"inviolably\": \"enweghị atụ\",\n    \"inviolacy\": \"enweghị iwu\",\n    \"inviolate\": \"ikpoku\",\n    \"inviolated\": \"mebisie\",\n    \"invious\": \"enweghị mmụọ\",\n    \"inviousness\": \"ịkpọ òkù\",\n    \"invirility\": \"enweghị mbibi\",\n    \"invirtuate\": \"kpọọ\",\n    \"inviscate\": \"ibusa\",\n    \"inviscation\": \"mwepu\",\n    \"inviscerate\": \"adịghị ahụ anya\",\n    \"inviscid\": \"ibuso agha\",\n    \"inviscidity\": \"mwepu\",\n    \"invised\": \"kpọbatara\",\n    \"invisibility\": \"adịghị ahụ anya\",\n    \"invisible\": \"adịghị ahụ anya\",\n    \"invisibleness\": \"adịghị ahụ anya\",\n    \"invisibly\": \"adịghị ahụ anya\",\n    \"invision\": \"mwakpo\",\n    \"invitable\": \"akpọ oku\",\n    \"invitant\": \"onye nnabata\",\n    \"invitation\": \"òkù\",\n    \"invitational\": \"ịkpọ oku\",\n    \"invitations\": \"akwụkwọ ịkpọ òkù\",\n    \"invitatory\": \"ịkpọ oku\",\n    \"invite\": \"kpọọ\",\n    \"invited\": \"kpọrọ\",\n    \"invitee\": \"kpọọ\",\n    \"invitees\": \"kpọọ\",\n    \"invitement\": \"ịkpọ oku\",\n    \"inviter\": \"kpọbata\",\n    \"inviters\": \"kpọbata\",\n    \"invites\": \"na-akpọ òkù\",\n    \"invitiate\": \"ịkpọbata\",\n    \"inviting\": \"na-akpọ oku\",\n    \"invitingly\": \"na-agba ume\",\n    \"invitingness\": \"ịkpọ oku\",\n    \"invitress\": \"onye nnabata\",\n    \"invocable\": \"akpọghị\",\n    \"invocant\": \"na-akpọ oku\",\n    \"invocate\": \"kpoo\",\n    \"invocated\": \"ekpere\",\n    \"invocates\": \"arịrịọ\",\n    \"invocating\": \"ekpere\",\n    \"invocation\": \"ekpere\",\n    \"invocational\": \"akpọku\",\n    \"invocations\": \"arịrịọ\",\n    \"invocative\": \"arịọ\",\n    \"invocator\": \"onye na-akpọ oku\",\n    \"invocatory\": \"na-akpọ oku\",\n    \"invoice\": \"akwụkwọ ọnụahịa\",\n    \"invoiced\": \"invoised\",\n    \"invoices\": \"akwụkwọ ọnụahịa\",\n    \"invoicing\": \"invoising\",\n    \"invoke\": \"kpọọ\",\n    \"invoked\": \"akpọrọ\",\n    \"invoker\": \"onye mmeri\",\n    \"invokers\": \"akwụkwọ ọnụahịa\",\n    \"invokes\": \"kpọkuo\",\n    \"invoking\": \"ịkpọ oku\",\n    \"involucel\": \"inupughi\",\n    \"involucelate\": \"itinye aka\",\n    \"involucelated\": \"etinyeghi\",\n    \"involucellate\": \"etinyeghị aka\",\n    \"involucellated\": \"etinyeghi\",\n    \"involucra\": \"ikwe\",\n    \"involucral\": \"akọnuche\",\n    \"involucrate\": \"inupụ ihe\",\n    \"involucre\": \"itinye n'ọrụ\",\n    \"involucred\": \"etinyeghị\",\n    \"involucres\": \"anaghị etinye aka\",\n    \"involucriform\": \"nnabata\",\n    \"involucrum\": \"ekweghiekwe\",\n    \"involuntary\": \"akwagharị\",\n    \"involuntarily\": \"n'amaghị ama\",\n    \"involuntariness\": \"itinye aka n'ihe\",\n    \"involute\": \"itinye aka\",\n    \"involuted\": \"etinyeghị ya\",\n    \"involutedly\": \"akpọghị\",\n    \"involutely\": \"n'agha\",\n    \"involutes\": \"etinye\",\n    \"involuting\": \"itinye aka\",\n    \"involution\": \"ikwe\",\n    \"involutional\": \"okpokoro\",\n    \"involutionary\": \"akuku\",\n    \"involutions\": \"itinye aka\",\n    \"involutory\": \"akuko\",\n    \"involutorial\": \"nkwanye\",\n    \"involve\": \"abuana\",\n    \"involved\": \"tinyere\",\n    \"involvedly\": \"tinyere\",\n    \"involvedness\": \"itinye aka\",\n    \"involvement\": \"itinye aka\",\n    \"involvements\": \"gụnyere\",\n    \"involvent\": \"itinye aka\",\n    \"involver\": \"abuana\",\n    \"involvers\": \"itinye aka\",\n    \"involves\": \"gụnyere\",\n    \"involving\": \"metụtara\",\n    \"invt\": \"kpọọ\",\n    \"invulnerableness\": \"invulnerable\",\n    \"invulnerably\": \"invulnevable\",\n    \"invultuation\": \"nnabata\",\n    \"invultvation\": \"mbata\",\n    \"inwall\": \"imebi\",\n    \"inwalled\": \"dị n'ime\",\n    \"inwalling\": \"inwall\",\n    \"inwalls\": \"ihe mgbochi\",\n    \"inwandering\": \"imebi iwu\",\n    \"inward\": \"n'ime\",\n    \"inwardly\": \"n'ime\",\n    \"inwardness\": \"ime\",\n    \"inwards\": \"n'ime\",\n    \"inwedged\": \"inwedwo\",\n    \"inweed\": \"na ahihia\",\n    \"inweight\": \"ke ibu ibu\",\n    \"inwheel\": \"na wiil\",\n    \"inwind\": \"tụsaratụ\",\n    \"inwinding\": \"tọpụ\",\n    \"inwork\": \"Ana m arụ ọrụ\",\n    \"inworks\": \"arụ ọrụ\",\n    \"inworn\": \"tinye\",\n    \"inwrapment\": \"inwrap\",\n    \"inwrapped\": \"inwra\",\n    \"inwreathed\": \"emebiri emebi\",\n    \"inwreathing\": \"inwreating\",\n    \"inwrit\": \"ide ihe\",\n    \"inwritten\": \"odide\",\n    \"inwrought\": \"inwuru\",\n    \"yobs\": \"yob\",\n    \"yocco\": \"yok\",\n    \"yochel\": \"yochi\",\n    \"yock\": \"yok\",\n    \"yocked\": \"jikọrọ ọnụ\",\n    \"yockel\": \"yokel\",\n    \"yockernut\": \"mmmmmmmmmmmm\",\n    \"yocking\": \"na-eri nri\",\n    \"yocks\": \"yok\",\n    \"iocs\": \"iokọ\",\n    \"yod\": \"yok\",\n    \"iodate\": \"ayodiin\",\n    \"iodated\": \"iodigbo\",\n    \"iodating\": \"na-ahụ ihe\",\n    \"iodation\": \"ayodiin\",\n    \"iodations\": \"akara\",\n    \"yodeled\": \"yol\",\n    \"yodeler\": \"ihe nkiri\",\n    \"yodelers\": \"ndị na-adụ afọ\",\n    \"yodeling\": \"afọ\",\n    \"yodelled\": \"amaokwu\",\n    \"yodeller\": \"ihe nkiri\",\n    \"yodellers\": \"ndị na-eri yod\",\n    \"yodelling\": \"ihe nlere\",\n    \"yodh\": \"yol\",\n    \"yodhs\": \"afọ\",\n    \"iodic\": \"ayodiin\",\n    \"iodides\": \"ayodiin\",\n    \"iodiferous\": \"ndị na-elekọta mmadụ\",\n    \"iodinated\": \"weghaara\",\n    \"iodinating\": \"iokwado\",\n    \"iodination\": \"iobanye\",\n    \"iodine\": \"ayodiin\",\n    \"iodins\": \"ayodiin\",\n    \"iodisation\": \"nchịkwa\",\n    \"iodism\": \"iodiso\",\n    \"iodisms\": \"io ihe ngosi\",\n    \"iodite\": \"ayodiin\",\n    \"iodized\": \"ọnụọgụgụ\",\n    \"iodizers\": \"iodiers\",\n    \"iodizing\": \"chọgharị\",\n    \"yodled\": \"yodle\",\n    \"yodler\": \"yodle\",\n    \"yodlers\": \"yodle\",\n    \"yodles\": \"yoruba\",\n    \"yodling\": \"yol\",\n    \"iodoforms\": \"mmeghari\",\n    \"iodol\": \"ayodiin\",\n    \"iodols\": \"iodol\",\n    \"yods\": \"yok\",\n    \"yogas\": \"yoga\",\n    \"yogees\": \"yoge\",\n    \"yogh\": \"yog\",\n    \"yoghurt\": \"yogọt\",\n    \"yoghurts\": \"yoghar\",\n    \"yogic\": \"ihe nkochi\",\n    \"yogins\": \"yog\",\n    \"yogoite\": \"yogi\",\n    \"yogurt\": \"yogọt\",\n    \"yohimbenine\": \"yohimbine\",\n    \"yohimbi\": \"yohimbe\",\n    \"yoick\": \"yok\",\n    \"yoicks\": \"yok\",\n    \"yoke\": \"yok\",\n    \"yokeable\": \"yoke\",\n    \"yokeableness\": \"yoke\",\n    \"yokeage\": \"yoke\",\n    \"yoked\": \"jikọrọ ọnụ\",\n    \"yokefellow\": \"yokof\",\n    \"yokeless\": \"enweghị yoke\",\n    \"yokemating\": \"arụkọ ọrụ\",\n    \"yoker\": \"yok\",\n    \"yokes\": \"yok\",\n    \"yoky\": \"yok\",\n    \"yoking\": \"na-ekekọta\",\n    \"yoks\": \"yok\",\n    \"yolden\": \"afọ\",\n    \"yoldring\": \"afọ\",\n    \"iolites\": \"ioli\",\n    \"yolk\": \"nkochi ime akwa\",\n    \"yolked\": \"yol\",\n    \"yolkiest\": \"Onyekwere\",\n    \"yolks\": \"yolk\",\n    \"yoncopin\": \"yookpin\",\n    \"yond\": \"nri\",\n    \"yonic\": \"yok\",\n    \"ionisable\": \"ion nwere ike\",\n    \"ionisation\": \"ndebanye aha\",\n    \"ionised\": \"ion\",\n    \"ionising\": \"ion\",\n    \"ionism\": \"ioni\",\n    \"ioniums\": \"ion dị\",\n    \"ionized\": \"ion\",\n    \"ionizes\": \"na-arụ ọrụ\",\n    \"ionizing\": \"ion\",\n    \"yonker\": \"onye nlekọta\",\n    \"yonkers\": \"yok\",\n    \"yonner\": \"onye nga\",\n    \"ionospheric\": \"ikuku\",\n    \"ions\": \"ion\",\n    \"yont\": \"yoti\",\n    \"yook\": \"yok\",\n    \"ioparameters\": \"mita\",\n    \"yoretime\": \"oge\",\n    \"york\": \"yok\",\n    \"yorkers\": \"yor\",\n    \"yorkshire\": \"Ogechi\",\n    \"yorkshireism\": \"yoruba aka\",\n    \"yorkshireman\": \"Nwokocha\",\n    \"yorlin\": \"Nwachukwu\",\n    \"iortn\": \"ígwè\",\n    \"yoruban\": \"yoruba\",\n    \"ios\": \"os\",\n    \"ioskeha\": \"iokeha\",\n    \"iotacism\": \"iochi anya\",\n    \"iotacisms\": \"ihe omume\",\n    \"iotacist\": \"onyeisiala\",\n    \"iotas\": \"Chioma\",\n    \"iotized\": \"ntị\",\n    \"iotizing\": \"Na-akpali akpali\",\n    \"you\": \"gị\",\n    \"youd\": \"ị ga\",\n    \"youden\": \"Ikwere\",\n    \"youdendrift\": \"ị na-asọgharị gị\",\n    \"youdith\": \"Judith\",\n    \"youff\": \"Iwere\",\n    \"young\": \"na-eto eto\",\n    \"younger\": \"nke ntà\",\n    \"youngers\": \"ndị na-eto eto\",\n    \"youngest\": \"ọdụdụ nwa\",\n    \"younghearted\": \"nwee obi\",\n    \"youngish\": \"Nwata\",\n    \"younglet\": \"Nwatakịrị\",\n    \"youngly\": \"na-eto eto\",\n    \"youngling\": \"na-eto eto\",\n    \"younglings\": \"umu aka\",\n    \"youngness\": \"ntorobịa\",\n    \"youngs\": \"ụmụaka\",\n    \"youngster\": \"nwata\",\n    \"youngsters\": \"ụmụaka\",\n    \"youngstown\": \"Nwachukwu\",\n    \"youngth\": \"nke ntà\",\n    \"youngun\": \"Nwata\",\n    \"youp\": \"ị\",\n    \"youpons\": \"ịpịp\",\n    \"your\": \"nke gi\",\n    \"youre\": \"ị na-\",\n    \"yourn\": \"nke gi\",\n    \"yours\": \"nke gi\",\n    \"yoursel\": \"onwe gi\",\n    \"yourself\": \"onwe gi\",\n    \"yourselves\": \"unu onwe-unu\",\n    \"yourt\": \"Nwachukwu\",\n    \"yous\": \"Nri\",\n    \"youse\": \"yous\",\n    \"youth\": \"okorobịa\",\n    \"youthen\": \"ogechi\",\n    \"youthened\": \"ikekeke\",\n    \"youthening\": \"ogechi\",\n    \"youthens\": \"Onyekwere\",\n    \"youthes\": \"ndị ntorobịa\",\n    \"youthful\": \"okorobịa\",\n    \"youthfully\": \"okorobịa\",\n    \"youthfullity\": \"ntorobịa\",\n    \"youthfulness\": \"okorobịa\",\n    \"youthhead\": \"nwata nwoke\",\n    \"youthheid\": \"Nwatakiri\",\n    \"youthhood\": \"okorobịa\",\n    \"youthy\": \"ị\",\n    \"youthiness\": \"ekpemek\",\n    \"youthless\": \"enweghị okorobịa\",\n    \"youthlessness\": \"enweghị ike\",\n    \"youthly\": \"nwata\",\n    \"youthlike\": \"dị ka okorobịa\",\n    \"youthlikeness\": \"ntorobịa\",\n    \"youths\": \"ndị ntorobịa\",\n    \"youthsome\": \"na-eto eto\",\n    \"youthtide\": \"ntorobịa\",\n    \"youthwort\": \"Ntorobịa\",\n    \"youve\": \"ive\",\n    \"youward\": \"gaa n'ihu\",\n    \"youwards\": \"gị\",\n    \"youze\": \"Ize\",\n    \"yowed\": \"ama\",\n    \"yowes\": \"yow\",\n    \"yowing\": \"na-eri nri\",\n    \"yowl\": \"Onyekwere\",\n    \"yowled\": \"jikọrọ ọnụ\",\n    \"yowler\": \"Onyekwado\",\n    \"yowlers\": \"ndị na-arụ ọrụ yow\",\n    \"yowling\": \"na-ekpori\",\n    \"yowls\": \"Onyekwere\",\n    \"iowt\": \"ioew\",\n    \"yowt\": \"Onyekwere\",\n    \"yox\": \"yok\",\n    \"ipecac\": \"okucac\",\n    \"ipecacs\": \"okucacs\",\n    \"ipecacuanha\": \"okucacuanha\",\n    \"ipecacuanhic\": \"okucacuanhic\",\n    \"yperite\": \"afọ\",\n    \"iphimedia\": \"foto\",\n    \"iphis\": \"iphish\",\n    \"ipocras\": \"ọnọdụcras\",\n    \"ipr\": \"ip. ip\",\n    \"iproniazid\": \"iphoneiazid\",\n    \"ipseand\": \"Ndabere\",\n    \"ipseity\": \"ipse\",\n    \"irades\": \"iberibe\",\n    \"iranian\": \"iran\",\n    \"iranians\": \"ndị Iran\",\n    \"iranic\": \"iran\",\n    \"iranism\": \"iran\",\n    \"iranist\": \"iran\",\n    \"irascible\": \"ikpochapu\",\n    \"irascibleness\": \"nzuzu\",\n    \"irascibly\": \"n'ụzọ doro anya\",\n    \"irate\": \"iwe\",\n    \"irately\": \"mbosi\",\n    \"irateness\": \"enweghị mmasị\",\n    \"irater\": \"mbido\",\n    \"ireful\": \"iwe\",\n    \"irefully\": \"n'iwe\",\n    \"irefulness\": \"iwe\",\n    \"ireless\": \"enweghị iwe\",\n    \"irenic\": \"enweghị isi\",\n    \"irenical\": \"enweghị isi\",\n    \"irenically\": \"n'amaghi ama\",\n    \"irenicism\": \"enweghị uche\",\n    \"irenicist\": \"onye na-akwadoghị echiche\",\n    \"irenics\": \"amaghi ihe\",\n    \"iricize\": \"imrichin\",\n    \"iridaceous\": \"dị iridaceous\",\n    \"iridectome\": \"adịghị adị\",\n    \"iridectomies\": \"ezinyanyi\",\n    \"iridectomised\": \"na-atụgharị uche\",\n    \"iridectomising\": \"na-ekpo ọkụ\",\n    \"iridectomized\": \"na-ekpochapụ\",\n    \"iridectomizing\": \"na-ekpochapụ mmiri\",\n    \"irideous\": \"ihe nzuzu\",\n    \"iridesce\": \"ihe mgbama\",\n    \"iridescence\": \"enweghị isi\",\n    \"iridescences\": \"mmeghari\",\n    \"iridescency\": \"nkwanye ugwu\",\n    \"iridescent\": \"nkwanye ugwu\",\n    \"iridic\": \"ekwenyeghi\",\n    \"iridical\": \"ekwenyeghi\",\n    \"iridious\": \"dị egwu\",\n    \"iridization\": \"iridisị\",\n    \"iridized\": \"eweghara\",\n    \"iridizing\": \"na-agbachi\",\n    \"iridoavulsion\": \"nkwanye ugwu\",\n    \"iridoconstrictor\": \"iridoconstrictor mmachi\",\n    \"iridodialysis\": \"nkwanye ugwu\",\n    \"iridomyrmex\": \"okpokoro\",\n    \"iridoptosis\": \"ọrịa iridoptosis\",\n    \"iridosmine\": \"anụ ahụ\",\n    \"iridotomy\": \"mgbachi iridotomy\",\n    \"iridous\": \"nkwanye ugwu\",\n    \"irisate\": \"irisị\",\n    \"irisated\": \"iris\",\n    \"irisation\": \"iris\",\n    \"iriscope\": \"ihe omimi\",\n    \"irised\": \"iris\",\n    \"irises\": \"irisii\",\n    \"irisher\": \"iris\",\n    \"irishmen\": \"ndị irishmen\",\n    \"irishness\": \"nzuzu\",\n    \"irishwoman\": \"onye nzuzu\",\n    \"irising\": \"iris\",\n    \"iritic\": \"enweghị isi\",\n    \"iritis\": \"oria\",\n    \"iritises\": \"iwe\",\n    \"irking\": \"na-akụ\",\n    \"irks\": \"Ahịrị\",\n    \"irksome\": \"enweghị isi\",\n    \"irksomely\": \"n'echeghị echiche\",\n    \"irksomeness\": \"nzuzu\",\n    \"iron\": \"ígwè\",\n    \"ironbark\": \"Ogwe osisi\",\n    \"ironbarks\": \"ihe ndozi\",\n    \"ironbound\": \"ígwè\",\n    \"ironbush\": \"Ihe nchara\",\n    \"ironclad\": \"igwe\",\n    \"ironclads\": \"ihe nkedo\",\n    \"ironed\": \"edetụ\",\n    \"ironer\": \"irontọ\",\n    \"ironers\": \"Ndị na-eme ihe\",\n    \"irones\": \"Irons\",\n    \"ironfisted\": \"Ironfisted\",\n    \"ironflower\": \"ihe ndozi\",\n    \"ironhanded\": \"ejiri aka\",\n    \"ironhandedly\": \"ejiri aka\",\n    \"ironhandedness\": \"nnyefe ígwè\",\n    \"ironhard\": \"Igha\",\n    \"ironhead\": \"isi igwe\",\n    \"ironheaded\": \"isi igwe\",\n    \"ironheads\": \"okpu igwe\",\n    \"ironhearted\": \"nwee obi\",\n    \"ironheartedly\": \"jiri obi\",\n    \"ironheartedness\": \"iron obi\",\n    \"irony\": \"asusu\",\n    \"ironic\": \"ihe ọchị\",\n    \"ironical\": \"ihe eji eme onu\",\n    \"ironically\": \"n'ikwu\",\n    \"ironicalness\": \"n'ikwu\",\n    \"ironice\": \"ihe ọchị\",\n    \"ironies\": \"asịrị\",\n    \"ironing\": \"Ndetị\",\n    \"ironings\": \"Ironings\",\n    \"ironiously\": \"na-eme\",\n    \"ironish\": \"na-eme ihe\",\n    \"ironism\": \"ihe omuma\",\n    \"ironist\": \"onye mmezi\",\n    \"ironists\": \"ndị nkedo\",\n    \"ironless\": \"enweghị ígwè\",\n    \"ironly\": \"jiri ọchị\",\n    \"ironlike\": \"dị ka ígwè\",\n    \"ironmaker\": \"ígwè\",\n    \"ironmaking\": \"ígwè\",\n    \"ironman\": \"nwoke igwe\",\n    \"ironmaster\": \"ihe ndozi\",\n    \"ironmen\": \"ndị na-arụ ọrụ ígwè\",\n    \"ironmongery\": \"ígwè\",\n    \"ironmongeries\": \"ihe nchara\",\n    \"ironmongering\": \"mgba ígwè\",\n    \"ironness\": \"Ikike\",\n    \"ironnesses\": \"Ikike\",\n    \"irons\": \"Irons\",\n    \"ironshod\": \"ígwè\",\n    \"ironshot\": \"ogbugba igwe\",\n    \"ironside\": \"akụkụ\",\n    \"ironsided\": \"ihe nchara\",\n    \"ironsides\": \"ihe nchara\",\n    \"ironsmith\": \"ihe mkpuchi\",\n    \"ironstone\": \"okwute\",\n    \"ironstones\": \"nkume igwe\",\n    \"ironware\": \"ihe ndozi\",\n    \"ironwares\": \"ígwè\",\n    \"ironweeds\": \"ígwè\",\n    \"ironwood\": \"Ironwood\",\n    \"ironwoods\": \"Ironwoods\",\n    \"ironwork\": \"ígwè\",\n    \"ironworked\": \"arụ ọrụ\",\n    \"ironworker\": \"onye na-arụ ọrụ ígwè\",\n    \"ironworkers\": \"ndị na-arụ ọrụ ígwè\",\n    \"ironworking\": \"ígwè\",\n    \"ironworks\": \"ọrụ igwe\",\n    \"ironwort\": \"ihe nchara\",\n    \"irradiancy\": \"enweghi ike\",\n    \"irradiant\": \"enweghi mmiri\",\n    \"irradiated\": \"ikpochapu\",\n    \"irradiates\": \"ikuku mmiri\",\n    \"irradiating\": \"na-agbasapụ\",\n    \"irradiatingly\": \"n'ikuku\",\n    \"irradiator\": \"ihe mgbochi\",\n    \"irradicable\": \"enweghị ike ịgbagha agbagha\",\n    \"irradicably\": \"enweghị mgbagha\",\n    \"irradicate\": \"ewepu\",\n    \"irradicated\": \"ewepu\",\n    \"irrarefiable\": \"nke enweghị ike ịpụ apụ\",\n    \"irrate\": \"igba iko\",\n    \"irrationability\": \"enweghi uche\",\n    \"irrationable\": \"enweghi uche\",\n    \"irrationably\": \"enweghi uche\",\n    \"irrational\": \"enweghi uche\",\n    \"irrationalise\": \"enweghị uche\",\n    \"irrationalised\": \"enweghị uche\",\n    \"irrationalising\": \"na-enweghị isi\",\n    \"irrationalism\": \"enweghị isi\",\n    \"irrationalist\": \"enweghị uche\",\n    \"irrationalistic\": \"enweghị uche\",\n    \"irrationality\": \"enweghi uche\",\n    \"irrationalities\": \"enweghị isi\",\n    \"irrationalize\": \"ghara inwe uche\",\n    \"irrationalized\": \"enweghi uche\",\n    \"irrationalizing\": \"enweghị uche\",\n    \"irrationally\": \"n'echeghi echiche\",\n    \"irrationalness\": \"enweghi uche\",\n    \"irrationals\": \"enweghị isi\",\n    \"irreal\": \"emebe\",\n    \"irreality\": \"ezighi ezi\",\n    \"irrealizable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"irreceptive\": \"adịghị anabata mmadụ\",\n    \"irreceptivity\": \"enweghi ike igbochi ya\",\n    \"irreciprocal\": \"enweghị uru\",\n    \"irreciprocity\": \"ezighi ezi\",\n    \"irreclaimability\": \"enweghị ikike\",\n    \"irreclaimable\": \"enweghị ike iweghachi\",\n    \"irreclaimableness\": \"enweghị ike ịgbanwe agbanwe\",\n    \"irreclaimably\": \"apụghị ịgbagha agbagha\",\n    \"irreclaimed\": \"ekwupụtaghị\",\n    \"irrecognition\": \"ekwenyeghi\",\n    \"irrecognizability\": \"enweghị ike ịmata ya\",\n    \"irrecognizable\": \"enweghị ike ịmata\",\n    \"irrecognizably\": \"ekweghi ekwe\",\n    \"irrecognizant\": \"amaghị ihe\",\n    \"irrecollection\": \"ezughi oke\",\n    \"irreconcilability\": \"enweghị nkwekọrịta\",\n    \"irreconcilable\": \"enweghị ike ịgbanwe\",\n    \"irreconcilableness\": \"enweghị ike idozi\",\n    \"irreconcilably\": \"agaghị agbagha\",\n    \"irreconcile\": \"enweghị nkwekọrịta\",\n    \"irreconciled\": \"enweghị nkwekọrịta\",\n    \"irreconcilement\": \"enweghị nkwekọrịta\",\n    \"irreconciliability\": \"enweghị ike ịgbanwe agbanwe\",\n    \"irreconciliable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"irreconciliableness\": \"ekweghị ekwe ekwe\",\n    \"irreconciliably\": \"enweghị ike ịgbagha\",\n    \"irreconciliation\": \"adịghị edozi\",\n    \"irrecordable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"irrecoverable\": \"enweghị ike ịgbanwe\",\n    \"irrecoverableness\": \"enweghị ike ịkọwapụta\",\n    \"irrecoverably\": \"enweghị nsogbu\",\n    \"irrecuperable\": \"enweghi ike igbochi\",\n    \"irrecurable\": \"enweghị ngwọta\",\n    \"irrecusable\": \"ekweghi ekwe ekwe\",\n    \"irrecusably\": \"enweghi ike igbochi ya\",\n    \"irred\": \"eweghara\",\n    \"irredeemability\": \"enweghi ike iwepu ihe\",\n    \"irredeemable\": \"agaghị ekwe omume\",\n    \"irredeemableness\": \"enweghị atụ\",\n    \"irredeemably\": \"enweghị ihe ọ bụla\",\n    \"irredeemed\": \"enwetara\",\n    \"irredential\": \"enweghị isi\",\n    \"irredentism\": \"enweghị echiche\",\n    \"irredentist\": \"amaghi ihe\",\n    \"irredentists\": \"ekweghị ekwe\",\n    \"irredressibility\": \"enweghị ike\",\n    \"irredressibly\": \"enweghị ike\",\n    \"irreducibility\": \"ezighi ezi\",\n    \"irreducibilities\": \"anaghị ekwe omume\",\n    \"irreducible\": \"enweghị ike ịgbanwe agbanwe\",\n    \"irreducibleness\": \"nnweta na-enweghị ike ịgbanwe agbanwe\",\n    \"irreducibly\": \"enweghị ike ịgbanwe agbanwe\",\n    \"irreductibility\": \"ezighi ezi\",\n    \"irreductible\": \"enweghị ike ịgbanwe agbanwe\",\n    \"irreduction\": \"nkwụsị\",\n    \"irreferable\": \"nke a na-apụghị ịgbanwe agbanwe\",\n    \"irreflection\": \"mgbanwe\",\n    \"irreflective\": \"enweghị atụ\",\n    \"irreflectively\": \"n'echeghị echiche\",\n    \"irreflectiveness\": \"enweghị ike\",\n    \"irreflexive\": \"enweghị mgbanwe\",\n    \"irreformability\": \"enweghị mgbanwe\",\n    \"irreformable\": \"enweghị mgbanwe\",\n    \"irrefragability\": \"enweghi ike igbochi ya\",\n    \"irrefragable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"irrefragableness\": \"enweghị ike ịgbanwe agbanwe\",\n    \"irrefragably\": \"a na-apụghị igbochi egbochi\",\n    \"irrefrangibility\": \"ezighi ezi\",\n    \"irrefrangible\": \"enweghị ike ịgbagha\",\n    \"irrefrangibleness\": \"ekweghi ekwe omume\",\n    \"irrefrangibly\": \"a na-apụghị igbochi egbochi\",\n    \"irrefusable\": \"enweghị ike ịgbagha agbagha\",\n    \"irrefutability\": \"enweghị mgbagha\",\n    \"irrefutable\": \"enweghị mgbagha\",\n    \"irrefutableness\": \"enweghị mgbagha\",\n    \"irrefutably\": \"a na-agbaghaghị agbagha\",\n    \"irregardless\": \"akpachapụghị anya\",\n    \"irregenerate\": \"eweghachighi\",\n    \"irregeneration\": \"enweghi ike\",\n    \"irregular\": \"oge ufodu\",\n    \"irregularism\": \"ezighi ezi\",\n    \"irregularist\": \"ezighi ezi\",\n    \"irregularity\": \"ezighi ezi\",\n    \"irregularities\": \"adịghị mma\",\n    \"irregularize\": \"ezighi ezi\",\n    \"irregularly\": \"oge ufodu\",\n    \"irregularness\": \"ezighi ezi\",\n    \"irregulars\": \"emeghi iwu\",\n    \"irregulate\": \"anaghị achịkwa ya\",\n    \"irregulated\": \"anaghị achịkwa\",\n    \"irregulation\": \"ezighi ezi\",\n    \"irregulous\": \"emeghi iwu\",\n    \"irrejectable\": \"enweghị atụ\",\n    \"irrelapsable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"irrelate\": \"weghachite\",\n    \"irrelated\": \"jikọtara\",\n    \"irrelation\": \"ndozi\",\n    \"irrelative\": \"enweghị mgbanwe\",\n    \"irrelatively\": \"na-agbanwe agbanwe\",\n    \"irrelativeness\": \"enweghị nkwanye ùgwù\",\n    \"irrelevance\": \"adịghị mkpa\",\n    \"irrelevances\": \"ezighi ezi\",\n    \"irrelevancy\": \"ezighi ezi\",\n    \"irrelevancies\": \"ezighi ezi\",\n    \"irrelevant\": \"adịghị mkpa\",\n    \"irrelevantly\": \"adịghị mkpa\",\n    \"irreliability\": \"enweghị ike ịgbanwe agbanwe\",\n    \"irreligion\": \"enweghị okpukpe\",\n    \"irreligionism\": \"okpukpere chi\",\n    \"irreligionist\": \"enweghị okwukwe\",\n    \"irreligionize\": \"ezighi ezi\",\n    \"irreligiosity\": \"enweghị mmasị\",\n    \"irreligious\": \"enweghị okpukpe\",\n    \"irreligiously\": \"enweghị okwukwe\",\n    \"irreligiousness\": \"enweghị okwukwe\",\n    \"irreluctant\": \"adịghị emetụta\",\n    \"irremeable\": \"enwere ike iwe\",\n    \"irremeably\": \"n'ụzọ dị egwu\",\n    \"irremediable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"irremediableness\": \"enweghị ike ịgbanwe agbanwe\",\n    \"irremediably\": \"enweghị nsogbu\",\n    \"irremediless\": \"adịghị agbanwe agbanwe\",\n    \"irrememberable\": \"enweghị ike ịgbanwe\",\n    \"irremissibility\": \"enweghị ike\",\n    \"irremissible\": \"enweghị ike ịgbagha\",\n    \"irremissibleness\": \"enweghi ike iwepu ya\",\n    \"irremissibly\": \"enweghị oke\",\n    \"irremission\": \"mmebi iwu\",\n    \"irremissive\": \"na-egbu egbu\",\n    \"irremittable\": \"enweghị ike iwepụ\",\n    \"irremovability\": \"enweghị ike ịgbanwe agbanwe\",\n    \"irremovable\": \"enweghị ike imeghari\",\n    \"irremovableness\": \"enweghị ike ịgbanwe agbanwe\",\n    \"irremovably\": \"agaghị ekwe omume\",\n    \"irremunerable\": \"enweghị atụ\",\n    \"irrenderable\": \"enweghị ike ịgbagha\",\n    \"irrenewable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"irrenowned\": \"enweghị isi\",\n    \"irrenunciable\": \"enweghị ike ịkọwa ya\",\n    \"irrepair\": \"agaghịkwa arụzi\",\n    \"irrepairable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"irreparability\": \"enweghị ike ịgbanwe agbanwe\",\n    \"irreparable\": \"enweghị atụ\",\n    \"irreparableness\": \"enweghị atụ\",\n    \"irreparably\": \"enweghị atụ\",\n    \"irrepassable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"irrepatriable\": \"enweghị nchekasị\",\n    \"irrepealability\": \"enweghị ike ịgbanwe agbanwe\",\n    \"irrepealable\": \"enweghị ike ịkọwa\",\n    \"irrepealableness\": \"nkwụ a na-apụghị ịkọwa akọwa\",\n    \"irrepealably\": \"enweghị ike ịkọwa ya\",\n    \"irrepentance\": \"enweghị nchegharị\",\n    \"irrepentant\": \"enweghị nchegharị\",\n    \"irrepentantly\": \"na-enweghị nchegharị\",\n    \"irrepetant\": \"enweghị isi\",\n    \"irreplacable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"irreplacably\": \"enweghị ike ịgbanwe agbanwe\",\n    \"irreplaceability\": \"enweghị ike ịgbanwe agbanwe\",\n    \"irreplaceable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"irreplaceableness\": \"a na-apụghị ịgbanwe agbanwe\",\n    \"irreplaceably\": \"enweghị ike ịgbanwe agbanwe\",\n    \"irrepleviable\": \"enweghị ike ịkọwa\",\n    \"irreplevisable\": \"enweghị ike ịkọwapụta\",\n    \"irreportable\": \"agaghị akọlitere\",\n    \"irreprehensibility\": \"enweghị nkwanye ugwu\",\n    \"irreprehensible\": \"enweghị ebubo\",\n    \"irreprehensibleness\": \"enweghị nkwupụta\",\n    \"irreprehensibly\": \"enweghị nkwanye ùgwù\",\n    \"irrepresentable\": \"enweghị atụ\",\n    \"irrepresentableness\": \"enweghị atụ\",\n    \"irrepressibility\": \"ezighi ezi\",\n    \"irrepressible\": \"enweghị ike ịgbanwe agbanwe\",\n    \"irrepressibleness\": \"nke a na-apụghị ịgbanwe agbanwe\",\n    \"irrepressibly\": \"apụghị ịgbanwe agbanwe\",\n    \"irrepressive\": \"enweghị ike imegide\",\n    \"irreproachability\": \"enweghị ike iweghachi ozi\",\n    \"irreproachable\": \"enweghị ike ịkọwapụta\",\n    \"irreproachableness\": \"enweghị ike ịkọwapụta\",\n    \"irreproachably\": \"enweghị ike ịgbakọ\",\n    \"irreproducibility\": \"enweghị ike nrụpụta\",\n    \"irreproducible\": \"enweghị ike nrụpụta\",\n    \"irreproductive\": \"enweghị ike ịmị mkpụrụ\",\n    \"irreprovable\": \"nke a na-apụghị ịgbagha agbagha\",\n    \"irreprovableness\": \"nke a na-apụghị ịgbagha agbagha\",\n    \"irreprovably\": \"nke a na-apụghị ịgbagha agbagha\",\n    \"irreption\": \"mmeghari\",\n    \"irreptitious\": \"Ntughari\",\n    \"irrepublican\": \"mba mba\",\n    \"irreputable\": \"nke a na-apụghị ịgbagha agbagha\",\n    \"irresilience\": \"enweghị ike\",\n    \"irresiliency\": \"enweghi ike\",\n    \"irresilient\": \"enweghi ike\",\n    \"irresistably\": \"ekweghị ekwe\",\n    \"irresistance\": \"enweghị ike\",\n    \"irresistibility\": \"enweghị ike iguzogide ya\",\n    \"irresistible\": \"irresistial\",\n    \"irresistibleness\": \"enweghị ike iguzogide ya\",\n    \"irresistibly\": \"ekweghị ekwe\",\n    \"irresistless\": \"enweghị enyemaka\",\n    \"irresolubility\": \"ekwenyeghi\",\n    \"irresoluble\": \"enweghị ike ịgbagha\",\n    \"irresolubleness\": \"enweghị ike ịrụ ọrụ\",\n    \"irresolute\": \"enweghi ike\",\n    \"irresolutely\": \"n'echeghị echiche\",\n    \"irresoluteness\": \"ekweghị ekwe\",\n    \"irresolution\": \"ekwesighi\",\n    \"irresolvability\": \"enweghị ike ịkọwa ihe\",\n    \"irresolvableness\": \"enweghị ike ịgbanwe agbanwe\",\n    \"irresolved\": \"amatabeghị\",\n    \"irresolvedly\": \"ezughi oke\",\n    \"irresonance\": \"enweghị isi\",\n    \"irresonant\": \"enweghi uche\",\n    \"irrespectability\": \"enweghị nkwanye ùgwù\",\n    \"irrespectable\": \"enweghị nkwanye ùgwù\",\n    \"irrespectful\": \"enweghị nkwanye ùgwù\",\n    \"irrespective\": \"n'agbanyeghị na\",\n    \"irrespectively\": \"n'echeghị eche\",\n    \"irrespirable\": \"enweghị isi\",\n    \"irrespondence\": \"mmekorita\",\n    \"irresponsibility\": \"enweghị ọrụ\",\n    \"irresponsibilities\": \"enweghị ọrụ\",\n    \"irresponsible\": \"ezighi ezi\",\n    \"irresponsibleness\": \"amaghi ihe\",\n    \"irresponsibly\": \"enweghị ọrụ\",\n    \"irresponsive\": \"anaghị anabata iwu\",\n    \"irresponsiveness\": \"emeghị ihe n'eziokwu\",\n    \"irrestrainable\": \"enweghị ike ịgbanwe\",\n    \"irrestrainably\": \"enweghi ike igbochi ya\",\n    \"irrestrictive\": \"enweghị isi\",\n    \"irresultive\": \"enweghị isi\",\n    \"irresuscitable\": \"ihe a na-apụghị ịgbagha agbagha\",\n    \"irretention\": \"enweghị isi\",\n    \"irretentive\": \"enweghị isi\",\n    \"irretentiveness\": \"enweghi uche\",\n    \"irreticence\": \"enweghị mgbochi\",\n    \"irreticent\": \"enweghị mgbochi\",\n    \"irretraceable\": \"enweghị ike ịpụ\",\n    \"irretraceably\": \"enweghi ike igbochi ya\",\n    \"irretractable\": \"enweghị ike ịgbanwe\",\n    \"irretractile\": \"enweghị atụ\",\n    \"irretrievability\": \"enweghi ike iwepu ihe\",\n    \"irretrievable\": \"enweghị ike ịgbanwe\",\n    \"irretrievableness\": \"enweghi ike iwepu ya\",\n    \"irretrievably\": \"enweghị ike ịpụ\",\n    \"irreturnable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"irrevealable\": \"enweghị ike ịgbanwe\",\n    \"irrevealably\": \"enweghị ike ịkọwapụta\",\n    \"irreverence\": \"nkwanye ùgwù\",\n    \"irreverences\": \"mmeghari\",\n    \"irreverend\": \"enweghị ike\",\n    \"irreverendly\": \"enweghị ike\",\n    \"irreverent\": \"adịghị asọpụrụ\",\n    \"irreverential\": \"adịghị asọpụrụ\",\n    \"irreverentialism\": \"Nkọwapụta\",\n    \"irreverentially\": \"n'ụzọ na-enweghị atụ\",\n    \"irreverently\": \"enweghị nkwanye ùgwù\",\n    \"irreversibility\": \"enweghị ike ịgbanwe agbanwe\",\n    \"irreversible\": \"enweghị ike ịgbagha agbagha\",\n    \"irreversibleness\": \"enweghị ike ịgbanwe agbanwe\",\n    \"irreversibly\": \"enweghị ike ịgbanwe agbanwe\",\n    \"irrevertible\": \"enweghị ike ịgbanwe agbanwe\",\n    \"irreviewable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"irrevisable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"irrevocability\": \"enweghị ike ịgbanwe agbanwe\",\n    \"irrevocable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"irrevocableness\": \"enweghị ike ịgbanwe agbanwe\",\n    \"irrevocably\": \"enweghị ike ịgbanwe agbanwe\",\n    \"irrevoluble\": \"enweghị ike ịgbagha\",\n    \"irrigable\": \"nke nwere ike irrigri\",\n    \"irrigant\": \"na-agba mmiri\",\n    \"irrigate\": \"igba mmiri n'ubi\",\n    \"irrigated\": \"mmiri\",\n    \"irrigates\": \"na-agba mmiri\",\n    \"irrigating\": \"na-agba\",\n    \"irrigation\": \"ogbugba mmiri n'ubi\",\n    \"irrigational\": \"ogbugba mmiri n'ubi\",\n    \"irrigationist\": \"onye na-agba mmiri\",\n    \"irrigations\": \"ogbugba mmiri n'ubi\",\n    \"irrigative\": \"na-agba mmiri\",\n    \"irrigator\": \"onye na-agba mmiri\",\n    \"irrigatory\": \"na-agba mmiri\",\n    \"irrigatorial\": \"onye na-agba mmiri\",\n    \"irrigators\": \"ndị na-akụ mmiri\",\n    \"irriguous\": \"n'adighi egwu\",\n    \"irriguousness\": \"nzuzu\",\n    \"irrisible\": \"enweghi ike igbochi ya\",\n    \"irrisor\": \"amamịghe\",\n    \"irrisory\": \"enweghị isi\",\n    \"irritability\": \"mgbakasi\",\n    \"irritabilities\": \"mkpasu iwe\",\n    \"irritable\": \"iwe\",\n    \"irritableness\": \"iwe\",\n    \"irritably\": \"mgbakasi\",\n    \"irritament\": \"iwe\",\n    \"irritancy\": \"iwe\",\n    \"irritancies\": \"iwe\",\n    \"irritant\": \"iwe\",\n    \"irritants\": \"iwe\",\n    \"irritate\": \"iwe\",\n    \"irritated\": \"iwe\",\n    \"irritatedly\": \"mgbakasi\",\n    \"irritates\": \"na-ewe iwe\",\n    \"irritating\": \"mgbakasi\",\n    \"irritatingly\": \"mgbakasi\",\n    \"irritation\": \"iyatesịt\",\n    \"irritations\": \"iwe\",\n    \"irritative\": \"mgbakasi\",\n    \"irritativeness\": \"iwe\",\n    \"irritator\": \"onye mgbakasi\",\n    \"irritatory\": \"mgbakasi\",\n    \"irrite\": \"edehie\",\n    \"irritomotile\": \"onyegbako\",\n    \"irritomotility\": \"mkpasu iwe\",\n    \"irrogate\": \"gbasaa\",\n    \"irrorate\": \"gbasaa\",\n    \"irrorated\": \"ewepu\",\n    \"irroration\": \"enweghị nsogbu\",\n    \"irrotational\": \"enweghị isi\",\n    \"irrotationally\": \"na-agbakwunye\",\n    \"irrubrical\": \"anaghị arụ ọrụ\",\n    \"irrupt\": \"emebi\",\n    \"irrupted\": \"emebiri\",\n    \"irrupting\": \"na-agbagha\",\n    \"irruption\": \"mmebi\",\n    \"irruptions\": \"ihe mgbochi\",\n    \"irruptive\": \"na-egbochi\",\n    \"irruptively\": \"n'achọghị\",\n    \"irrupts\": \"irru\",\n    \"irving\": \"ịgba\",\n    \"irvingesque\": \"amaghi\",\n    \"irvingism\": \"ihunanya\",\n    \"is\": \"bu\",\n    \"isabelite\": \"isabel\",\n    \"isabnormal\": \"adabaghi\",\n    \"isadnormal\": \"nsogbu\",\n    \"isagoge\": \"enweghịge\",\n    \"isagoges\": \"enweghị\",\n    \"isagogic\": \"enweghịgic\",\n    \"isagogical\": \"amaghị ihe\",\n    \"isagogically\": \"enweghịgically\",\n    \"isagogics\": \"enweghịgics\",\n    \"isaiah\": \"Aịzaya\",\n    \"isander\": \"ihe ndozi\",\n    \"isandrous\": \"dị egwu\",\n    \"isatate\": \"akpo\",\n    \"isatic\": \"dị egwu\",\n    \"isatide\": \"mbara ala\",\n    \"isaurian\": \"onyeasiri\",\n    \"isauxetic\": \"Ezigbo\",\n    \"iscariotical\": \"Ozogbogu\",\n    \"ischaemic\": \"ischemic\",\n    \"ischar\": \"ischia\",\n    \"ischchia\": \"ischia\",\n    \"ischiac\": \"ischia\",\n    \"ischuretic\": \"ihe ichoro\",\n    \"iscose\": \"viscose\",\n    \"ise\": \"bu\",\n    \"ised\": \"eji\",\n    \"isepiptesial\": \"ajuju anya\",\n    \"iseult\": \"arụult\",\n    \"ishmael\": \"Ishmael\",\n    \"ishmaelite\": \"ishmael\",\n    \"ising\": \"na-eche\",\n    \"isize\": \"wepụ\",\n    \"islamic\": \"islam\",\n    \"islamism\": \"okpukpe Alakụba\",\n    \"islamist\": \"onye Alakụba\",\n    \"islamitic\": \"islam\",\n    \"islamitish\": \"islamitisch\",\n    \"island\": \"agwaetiti\",\n    \"islanded\": \"onye agwaetiti\",\n    \"islander\": \"onye agwaetiti\",\n    \"islanders\": \"ndị agwaetiti\",\n    \"islandhood\": \"agwaetiti\",\n    \"islandy\": \"agwaetiti\",\n    \"islandic\": \"agwaetiti\",\n    \"islanding\": \"agwaetiti\",\n    \"islandish\": \"agwaetiti\",\n    \"islandless\": \"enweghị agwaetiti\",\n    \"islandlike\": \"agwaetiti\",\n    \"islandman\": \"onye agwaetiti\",\n    \"islandmen\": \"ndi agwaetiti\",\n    \"islandology\": \"agwaetiti\",\n    \"islandologist\": \"ọkà mmụta agwaetiti\",\n    \"islandress\": \"agwaetiti\",\n    \"islandry\": \"agwaetiti\",\n    \"islands\": \"isuo\",\n    \"isle\": \"agwaetiti\",\n    \"isleless\": \"enweghi mmetụta\",\n    \"isleman\": \"onye isleman\",\n    \"isles\": \"Agwaetiti\",\n    \"islesman\": \"onye islesman\",\n    \"islesmen\": \"ndị islesmen\",\n    \"islet\": \"isuo\",\n    \"isleta\": \"agwaetiti\",\n    \"isleted\": \"isle\",\n    \"islets\": \"isuo\",\n    \"isling\": \"egwu\",\n    \"isls\": \"agwaetiti\",\n    \"ismaelite\": \"ismael\",\n    \"ismailian\": \"onye ismail\",\n    \"ismatic\": \"ihe omuma\",\n    \"ismatical\": \"ihe omuma\",\n    \"ismaticalness\": \"ihe omuma\",\n    \"ismy\": \"bu nkem\",\n    \"isms\": \"alaeze\",\n    \"isn\": \"bu\",\n    \"isnt\": \"adighi\",\n    \"isoabnormal\": \"iso ndiiche\",\n    \"isoallyl\": \"iche\",\n    \"isoantigenicity\": \"ọdịiche dị iche iche\",\n    \"isobares\": \"iche\",\n    \"isobarism\": \"iche\",\n    \"isobase\": \"Isobase\",\n    \"isobath\": \"Isobath\",\n    \"isobathic\": \"Isobathic\",\n    \"isobaths\": \"Isobaths\",\n    \"isobilateral\": \"iche\",\n    \"isobilianic\": \"Isobilianic\",\n    \"isobront\": \"Isobront\",\n    \"isobronton\": \"Isobronton\",\n    \"isobutylene\": \"Isobutylene\",\n    \"isobutyrate\": \"na-arụ ọrụ\",\n    \"isobutyric\": \"Isobutyric\",\n    \"isobutyryl\": \"Isobutyryl\",\n    \"isocaproic\": \"nkwonkwo\",\n    \"isocephaly\": \"iche\",\n    \"isocephalic\": \"iche\",\n    \"isocephalism\": \"iche\",\n    \"isocephalous\": \"iche iche\",\n    \"isoceraunic\": \"iche\",\n    \"isochasmic\": \"Ogbeji\",\n    \"isocheimal\": \"iche\",\n    \"isocheims\": \"iche\",\n    \"isochimal\": \"isochiram\",\n    \"isochimes\": \"oge iche\",\n    \"isochlor\": \"osikapa\",\n    \"isochronally\": \"iche\",\n    \"isochrony\": \"Ndokwa\",\n    \"isochronize\": \"iche iche\",\n    \"isochronized\": \"iche\",\n    \"isochronizing\": \"iche\",\n    \"isochronon\": \"Ndokwa\",\n    \"isochronous\": \"isochi\",\n    \"isochrons\": \"isochian\",\n    \"isochroous\": \"isochi\",\n    \"isocymene\": \"iche iche\",\n    \"isocytic\": \"iche\",\n    \"isocracy\": \"ọchịchị onye kwuo uche ya\",\n    \"isocracies\": \"ọchịchị onye kwuo uche ya\",\n    \"isocrat\": \"Ndigbo\",\n    \"isocratic\": \"usoro ọchịchị\",\n    \"isodiabatic\": \"Ikwu-iche\",\n    \"isodynamical\": \"ihe omuma\",\n    \"isodynamous\": \"ihe omuma\",\n    \"isoelastic\": \"iche\",\n    \"isoelectrically\": \"iche\",\n    \"isoelectronic\": \"iche\",\n    \"isoelectronically\": \"iche\",\n    \"isoenergetic\": \"iche\",\n    \"isoetes\": \"iche\",\n    \"isogametic\": \"iche iche\",\n    \"isogametism\": \"ịdị iche iche\",\n    \"isogamies\": \"mbido\",\n    \"isogamous\": \"dị iche\",\n    \"isogen\": \"iche\",\n    \"isogenetic\": \"iche\",\n    \"isogenies\": \"iche\",\n    \"isogenotype\": \"iche iche\",\n    \"isogenotypic\": \"iche iche\",\n    \"isogenous\": \"iche\",\n    \"isogynous\": \"iche\",\n    \"isogloss\": \"Onochie\",\n    \"isogonality\": \"ịdị iche\",\n    \"isogonally\": \"iche iche\",\n    \"isogonic\": \"isoonic\",\n    \"isogonies\": \"isogonị\",\n    \"isogradient\": \"dị iche iche\",\n    \"isograms\": \"iche\",\n    \"isograph\": \"mwepu\",\n    \"isography\": \"iche\",\n    \"isographic\": \"iche\",\n    \"isographical\": \"iche\",\n    \"isographically\": \"iche iche\",\n    \"isographs\": \"Nkewapụ\",\n    \"isogriv\": \"Onochie\",\n    \"isoimmunity\": \"ịdị iche\",\n    \"isoimmunization\": \"iche iche ọgwụ mgbochi\",\n    \"isoimmunize\": \"pụọ iche\",\n    \"isoionone\": \"iche\",\n    \"isokurtic\": \"isokurtiiki\",\n    \"isolability\": \"iche\",\n    \"isolable\": \"kewapụrụ iche\",\n    \"isolatable\": \"kewapụrụ iche\",\n    \"isolate\": \"anọrọ\",\n    \"isolated\": \"dịpụrụ adịpụ\",\n    \"isolatedly\": \"naanị ya\",\n    \"isolates\": \"iche\",\n    \"isolating\": \"na-akpa iche\",\n    \"isolation\": \"nnọpụ iche\",\n    \"isolationalism\": \"iche iche\",\n    \"isolationalist\": \"onye iche\",\n    \"isolationalists\": \"ndị na-ekewapụ iche\",\n    \"isolationism\": \"iche iche\",\n    \"isolationist\": \"onye iche\",\n    \"isolationists\": \"ndị na-ekewapụ iche\",\n    \"isolations\": \"iche\",\n    \"isolative\": \"iche\",\n    \"isolator\": \"onye na-ekewapụ iche\",\n    \"isolators\": \"ndị na-ekewapụ iche\",\n    \"isolette\": \"iche\",\n    \"isolysin\": \"Obinna\",\n    \"isolysis\": \"nnọpụ iche\",\n    \"isolog\": \"iche\",\n    \"isology\": \"ịdị iche\",\n    \"isologs\": \"iche\",\n    \"isologue\": \"iche\",\n    \"isologues\": \"iche\",\n    \"isomastigate\": \"mebie\",\n    \"isomenthone\": \"ekwenti\",\n    \"isomery\": \"ihe ichoro\",\n    \"isomerizing\": \"na-eme ihe n'eziokwu\",\n    \"isomerous\": \"dị mma\",\n    \"isomers\": \"ndị isomers\",\n    \"isonicotinic\": \"isonicotinik\",\n    \"isonomic\": \"isonomi\",\n    \"isonomies\": \"ọchịchị\",\n    \"isonomous\": \"kwadoro\",\n    \"isoparaffin\": \"iche iche\",\n    \"isopathy\": \"Ọrịa\",\n    \"isopectic\": \"iche\",\n    \"isoperimeter\": \"isoperimita\",\n    \"isoperimetry\": \"ịdị iche iche\",\n    \"isoperimetric\": \"ịdị iche iche\",\n    \"isophanal\": \"Isophanal\",\n    \"isophenomenal\": \"azo\",\n    \"isophylly\": \"Uzoukwu\",\n    \"isophone\": \"ekwenti\",\n    \"isophotal\": \"ajuju\",\n    \"isophthalic\": \"isiocha\",\n    \"isophthalyl\": \"Ikenna Onyekwere\",\n    \"isopycnic\": \"iche\",\n    \"isopiestic\": \"ajuju\",\n    \"isopyre\": \"iche\",\n    \"isoplere\": \"ndi mmadu\",\n    \"isopleth\": \"ekwenti\",\n    \"isoplethic\": \"onyegbako\",\n    \"isopleths\": \"nwechara\",\n    \"isopleural\": \"ndi mmadu\",\n    \"isopleure\": \"mmadụ\",\n    \"isopleurous\": \"onye nzuzu\",\n    \"isopogonous\": \"dịpụrụ adịpụ\",\n    \"isopoly\": \"iche\",\n    \"isopterous\": \"dị mfe\",\n    \"isoptic\": \"iche\",\n    \"isoquercitrin\": \"iche iche\",\n    \"isoquinine\": \"iche\",\n    \"isorrhythmic\": \"anaghi-ekwe omume\",\n    \"isoscope\": \"isoskop\",\n    \"isoseismic\": \"isoseism\",\n    \"isospondylous\": \"a na-echebara echiche\",\n    \"isospore\": \"ikuku\",\n    \"isospory\": \"ikuku\",\n    \"isosporic\": \"ikuku\",\n    \"isospories\": \"ikuku\",\n    \"isosporous\": \"ekwenti\",\n    \"isostacy\": \"iche\",\n    \"isostasy\": \"iche\",\n    \"isostasies\": \"iche\",\n    \"isostatic\": \"iche\",\n    \"isostatical\": \"iche\",\n    \"isostatically\": \"iche iche\",\n    \"isostemony\": \"iche\",\n    \"isostemonous\": \"iche\",\n    \"isoster\": \"iche\",\n    \"isostere\": \"iche\",\n    \"isosteric\": \"iche\",\n    \"isosterism\": \"ịdị iche\",\n    \"isostructural\": \"iche iche\",\n    \"isotactic\": \"arụ ọrụ\",\n    \"isoteric\": \"Izoteric\",\n    \"isotheral\": \"isotral\",\n    \"isothere\": \"enweghi ebe\",\n    \"isotheres\": \"ihe ndozi\",\n    \"isothermal\": \"ihe omuma\",\n    \"isothermally\": \"n'ụzọ zuru ezu\",\n    \"isothermic\": \"ihe oku\",\n    \"isothermical\": \"ihe omuma\",\n    \"isothermobath\": \"izu ike izu ike\",\n    \"isothermobaths\": \"izu ike ọzọ\",\n    \"isothermous\": \"ihe ọzọ\",\n    \"isotherms\": \"nsogbu\",\n    \"isothiocyanates\": \"isotiocyanates\",\n    \"isothiocyanic\": \"isotiocyanic\",\n    \"isotimal\": \"enweghi ike\",\n    \"isotimic\": \"izotic\",\n    \"isotony\": \"Isotony\",\n    \"isotonia\": \"Isotonia\",\n    \"isotonically\": \"ọ bụghị\",\n    \"isotronic\": \"dị mfe\",\n    \"isovalerate\": \"iche iche\",\n    \"isovalerianic\": \"Obinna Iwuchukwu\",\n    \"isovanillic\": \"Obinna Okeke\",\n    \"isoxylene\": \"isochii\",\n    \"israel\": \"Israel\",\n    \"israelis\": \"ụmụ Izrel\",\n    \"israelite\": \"israel\",\n    \"israelites\": \"ndị israel\",\n    \"israelitic\": \"onye Israel\",\n    \"issachar\": \"ssaka\",\n    \"issedones\": \"Okwesiri\",\n    \"issite\": \"Ebe a\",\n    \"issuable\": \"ezipụ\",\n    \"issuably\": \"na-esite\",\n    \"issuance\": \"mwepụta\",\n    \"issuances\": \"ntinye\",\n    \"issuant\": \"esite\",\n    \"issue\": \"nke\",\n    \"issued\": \"nyere\",\n    \"issueless\": \"enweghị mbipụta\",\n    \"issuer\": \"onye na-enye ihe\",\n    \"issuers\": \"ndị na-ewepụta ya\",\n    \"issues\": \"okwu\",\n    \"issuing\": \"na-esite\",\n    \"isth\": \"isi\",\n    \"isthm\": \"okwa\",\n    \"isthmal\": \"ọ dị mma\",\n    \"isthmic\": \"Okwa\",\n    \"isthmistical\": \"ihe omuma\",\n    \"isthmistics\": \"ihe omumu\",\n    \"isthmus\": \"ala-mmiri\",\n    \"isthmuses\": \"ụlọ ọrụ\",\n    \"istles\": \"isuo\",\n    \"istrian\": \"onye istrian\",\n    \"isz\": \"Iz\",\n    \"it\": \"ya\",\n    \"itacism\": \"arụsị\",\n    \"itacist\": \"ọ bụrụ\",\n    \"italy\": \"Italia\",\n    \"italian\": \"alitali\",\n    \"italianate\": \"alitali\",\n    \"italianately\": \"italianally\",\n    \"italianation\": \"Italia\",\n    \"italianism\": \"Italianism\",\n    \"italianist\": \"onye italian\",\n    \"italianity\": \"ibu ibu\",\n    \"italianizer\": \"onye ozi\",\n    \"italians\": \"ndị Italia\",\n    \"italical\": \"italiki\",\n    \"italically\": \"italic\",\n    \"italican\": \"altali\",\n    \"italicanist\": \"onye italiki\",\n    \"italicization\": \"Italication\",\n    \"italicized\": \"italic\",\n    \"italicizes\": \"na-eme mkpesa\",\n    \"italicizing\": \"italic\",\n    \"italics\": \"ọ bụ ihe odide\",\n    \"italiot\": \"Italiot\",\n    \"itatartaric\": \"osisiartaric\",\n    \"itatartrate\": \"osisiartrate\",\n    \"itch\": \"oko\",\n    \"itched\": \"oko\",\n    \"itcheoglan\": \"itches oglan\",\n    \"itches\": \"oko\",\n    \"itchy\": \"ọkọ\",\n    \"itchiness\": \"ọkọ\",\n    \"itching\": \"ọkọ\",\n    \"itchingly\": \"ọkọ\",\n    \"itchings\": \"ọkọ\",\n    \"itd\": \"ọ bụ\",\n    \"itel\": \"ikiri\",\n    \"item\": \"ihe\",\n    \"itemed\": \"ichi\",\n    \"itemy\": \"nke\",\n    \"iteming\": \"ichapu ihe\",\n    \"itemization\": \"Nhazi\",\n    \"itemizations\": \"ihe\",\n    \"itemize\": \"tụlee\",\n    \"itemized\": \"Itinye\",\n    \"itemizer\": \"ihe\",\n    \"itemizers\": \"ngwaahịa\",\n    \"itemizes\": \"na-akọwa\",\n    \"itemizing\": \"Itinye ihe\",\n    \"items\": \"ihe\",\n    \"iterance\": \"rancegha\",\n    \"iterances\": \"itechi\",\n    \"iterancy\": \"Ugboro ugboro\",\n    \"iterate\": \"gbasaa\",\n    \"iterated\": \"efere ya\",\n    \"iterately\": \"ugboro ugboro\",\n    \"iterates\": \"na-ekwupụta\",\n    \"iterating\": \"na-arụ ọrụ\",\n    \"iteration\": \"ite aka\",\n    \"iterative\": \"na-anabataghị\",\n    \"iteratively\": \"n'etu\",\n    \"iterativeness\": \"arụghị ọrụ\",\n    \"iterators\": \"ndị na-arụ ọrụ\",\n    \"iters\": \"ha\",\n    \"ithaginis\": \"ithagin\",\n    \"ithand\": \"aka\",\n    \"ither\": \"shiher\",\n    \"itherness\": \"ibu\",\n    \"itineracy\": \"ịgagharị\",\n    \"itinerancy\": \"ịgagharị\",\n    \"itinerant\": \"ejegharị\",\n    \"itinerants\": \"njegharị\",\n    \"itinerary\": \"njem\",\n    \"itineraria\": \"Itineraria\",\n    \"itinerarian\": \"onye njegharị\",\n    \"itineraries\": \"njegharị\",\n    \"itinerarium\": \"njegasi\",\n    \"itinerariums\": \"njegasi\",\n    \"itinerated\": \"agara\",\n    \"itinerating\": \"Njegharị\",\n    \"itineration\": \"njegharị\",\n    \"itinerition\": \"njegharị\",\n    \"itinerous\": \"itine\",\n    \"itmo\": \"ito\",\n    \"itoism\": \"nkwenkwe\",\n    \"itoist\": \"ọkà mmụta okpukpe\",\n    \"itoland\": \"Italia\",\n    \"itonia\": \"Itonia\",\n    \"its\": \"ya\",\n    \"itself\": \"n'onwe ya\",\n    \"itsy\": \"nke ya\",\n    \"yttrious\": \"na-akpali akpali\",\n    \"yucked\": \"gbanyụọ\",\n    \"iuds\": \"iudu\",\n    \"yugoslavians\": \"yugoslavia\",\n    \"yukking\": \"ikekwe\",\n    \"yulans\": \"yules\",\n    \"yuleblock\": \"yule ngọngọ\",\n    \"yuma\": \"yum\",\n    \"yummiest\": \"kasị\",\n    \"yurts\": \"yọọs\",\n    \"ivy\": \"aivụ\",\n    \"ivybells\": \"anwuru\",\n    \"ivyberry\": \"ivyberị\",\n    \"ivyberries\": \"nkpuru osisi mvy\",\n    \"ivied\": \"ivi\",\n    \"ivies\": \"ivi\",\n    \"ivyflower\": \"ifuru ifuru\",\n    \"ivory\": \"ọdụ\",\n    \"ivorybill\": \"ọdụ́\",\n    \"ivoried\": \"ivory\",\n    \"ivories\": \"ivor\",\n    \"ivorylike\": \"ọdụ́\",\n    \"ivorine\": \"Ivory\",\n    \"ivoriness\": \"ọvorụ\",\n    \"ivorytype\": \"ọdụ\",\n    \"ixtles\": \"mbido\",\n    \"izing\": \"na-atụgharị\",\n    \"iztle\": \"izile\",\n    \"izzards\": \"ajị\",\n    \"j\": \"j j\",\n    \"jabberingly\": \"jabbering\",\n    \"jabbernowl\": \"igbanwe\",\n    \"jabbers\": \"jabber\",\n    \"jabbingly\": \"na-agbanye\",\n    \"jabirus\": \"jabirọs\",\n    \"jacarandi\": \"jacaranda\",\n    \"jacate\": \"jacare\",\n    \"jacconet\": \"jaconnet\",\n    \"jack\": \"jaak\",\n    \"jackal\": \"nkita\",\n    \"jackals\": \"nkịta ọhịa\",\n    \"jackassery\": \"jaketị\",\n    \"jackbird\": \"nnụnụ\",\n    \"jackboots\": \"jaketị\",\n    \"jacked\": \"ọpụrụiche\",\n    \"jackey\": \"jaket\",\n    \"jacker\": \"jaketị\",\n    \"jackeroo\": \"jackaroo\",\n    \"jackerooed\": \"jackaroo\",\n    \"jackers\": \"ndị na-agba ọsọ\",\n    \"jacket\": \"jaket\",\n    \"jacketed\": \"jaket\",\n    \"jackety\": \"jaket\",\n    \"jacketing\": \"jaketị\",\n    \"jacketless\": \"enweghị jaket\",\n    \"jacketlike\": \"jaketị\",\n    \"jackets\": \"Jaketị\",\n    \"jacketwise\": \"jaket maara ihe\",\n    \"jackfishes\": \"nkịta ọhịa\",\n    \"jackhammers\": \"ndiegwu\",\n    \"jackknives\": \"nkịta ọhịa\",\n    \"jackleg\": \"Jackleg\",\n    \"jacklegs\": \"nkịta\",\n    \"jacklight\": \"jaketị\",\n    \"jackmen\": \"jackman\",\n    \"jacknifed\": \"jackknife\",\n    \"jacknifing\": \"jackknifing\",\n    \"jacknives\": \"nkịta ọhịa\",\n    \"jackpiling\": \"Okpu\",\n    \"jackplane\": \"jaketị\",\n    \"jackrod\": \"Jaịrọd\",\n    \"jackroll\": \"Ugba\",\n    \"jackrolled\": \"amapụrụ\",\n    \"jackrolling\": \"na-agbagharị\",\n    \"jackrolls\": \"Ugba\",\n    \"jackshay\": \"Onyinyechi\",\n    \"jackslave\": \"Okwudili\",\n    \"jacksmelt\": \"Okwudili\",\n    \"jacksmelts\": \"Uchechi\",\n    \"jacksmith\": \"ọkpụrụkpụ\",\n    \"jacksnipe\": \"nwachukwu\",\n    \"jacksonian\": \"Jacksonian\",\n    \"jacksonville\": \"Onyinyechi\",\n    \"jackstock\": \"jaketị\",\n    \"jackstones\": \"jaketị\",\n    \"jacktan\": \"Jacktan\",\n    \"jacktar\": \"Jacktar\",\n    \"jacobuses\": \"jacobus\",\n    \"jactance\": \"mmekorita\",\n    \"jactancy\": \"jactance\",\n    \"jactant\": \"jact\",\n    \"jactation\": \"mmeghari\",\n    \"jactitate\": \"gbochie\",\n    \"jactitated\": \"jactact\",\n    \"jactitating\": \"na-eme egwuregwu\",\n    \"jactitation\": \"mmegharị\",\n    \"jacture\": \"jactụ\",\n    \"jacu\": \"Jacu\",\n    \"jacuaru\": \"Jacuaru\",\n    \"jaculates\": \"na-arụ ọrụ\",\n    \"jaculating\": \"na-eme\",\n    \"jaculation\": \"igbochi\",\n    \"jad\": \"jed\",\n    \"jadded\": \"jaded\",\n    \"jadder\": \"jed\",\n    \"jade\": \"jed\",\n    \"jadedly\": \"juru afọ\",\n    \"jadedness\": \"ndu\",\n    \"jadeite\": \"jedite\",\n    \"jadeites\": \"ndi ozo\",\n    \"jadery\": \"Ihe njiri mara\",\n    \"jadeship\": \"ọjị\",\n    \"jadestone\": \"Jeadestone\",\n    \"jading\": \"jed\",\n    \"jadish\": \"ndu\",\n    \"jadishness\": \"jadish\",\n    \"jaditic\": \"Nwokocha\",\n    \"jaegars\": \"jaegers\",\n    \"jaggedest\": \"onye isi\",\n    \"jaggedly\": \"n'udo\",\n    \"jaggedness\": \"isi okwu\",\n    \"jaggery\": \"ọjị\",\n    \"jagless\": \"enweghị isi\",\n    \"jaybird\": \"Uche Nwankwo\",\n    \"jail\": \"nga\",\n    \"jailage\": \"jailaj\",\n    \"jailbait\": \"nga\",\n    \"jailbird\": \"ụlọ nga\",\n    \"jailbirds\": \"ụlọ mkpọrọ\",\n    \"jailbreaker\": \"jailbreak\",\n    \"jailbreaks\": \"ụlọ nga\",\n    \"jaildom\": \"nga ụlọ\",\n    \"jailed\": \"tụọ ya mkpọrọ\",\n    \"jailer\": \"onye nche ulo\",\n    \"jaileress\": \"onye na-elekọta ụlọ\",\n    \"jailers\": \"ndị na-elekọta ụlọ mkpọrọ\",\n    \"jailership\": \"ụlọ ọrụ\",\n    \"jailhouse\": \"ulo nga\",\n    \"jailhouses\": \"ụlọ nga\",\n    \"jailyard\": \"ogige\",\n    \"jailing\": \"ụlọ mkpọrọ\",\n    \"jailish\": \"nga\",\n    \"jailkeeper\": \"onye nga\",\n    \"jailless\": \"enweghị mkpọrọ\",\n    \"jailmate\": \"onye nga\",\n    \"jailor\": \"onye na-elekọta ụlọ\",\n    \"jailors\": \"ndị na-elekọta ụlọ\",\n    \"jails\": \"ụlọ mkpọrọ\",\n    \"jailward\": \"nga\",\n    \"jake\": \"ime akwa\",\n    \"jakes\": \"achịcha\",\n    \"jalalaean\": \"jalalaia\",\n    \"jambed\": \"jamb\",\n    \"jambes\": \"jamba\",\n    \"jambing\": \"igwu\",\n    \"jambon\": \"jambọn\",\n    \"jambstone\": \"nkume jambstone\",\n    \"jamestown\": \"jambestown\",\n    \"jammers\": \"jammer\",\n    \"jampacked\": \"mbadamba\",\n    \"jamtland\": \"mbom\",\n    \"jan\": \"Jan\",\n    \"janet\": \"Onyinyechi\",\n    \"janglers\": \"ndị na-amaghị ihe\",\n    \"jangling\": \"egwu\",\n    \"janiceps\": \"ọmarịcha\",\n    \"janiculan\": \"iheanacho\",\n    \"janiculum\": \"ihe\",\n    \"janisary\": \"ụzọ\",\n    \"janisaries\": \"ụlọ ọrụ\",\n    \"janissary\": \"ụzọ\",\n    \"janitor\": \"onye nlekọta\",\n    \"janitorial\": \"onye nlekọta\",\n    \"janitors\": \"ndị nlezianya\",\n    \"janitorship\": \"ọrụ nlekọta\",\n    \"janitress\": \"ndozi\",\n    \"janitresses\": \"ndozi\",\n    \"janitrix\": \"Ekechukwu\",\n    \"jankers\": \"ndị na-akụ mmiri\",\n    \"janner\": \"igwe ejije ozi\",\n    \"jannock\": \"ọụ\",\n    \"jansenist\": \"Onyebuchi\",\n    \"jansenize\": \"mmmmmmmmmmmmm\",\n    \"janthina\": \"ikechi\",\n    \"january\": \"Jenụwarị\",\n    \"januslike\": \"iheanacho\",\n    \"jap\": \"japu\",\n    \"japanese\": \"japan\",\n    \"japanizing\": \"Igbokwe\",\n    \"japanned\": \"japan\",\n    \"japanning\": \"igwu\",\n    \"japans\": \"ndị Japan\",\n    \"japers\": \"japan\",\n    \"japes\": \"japan\",\n    \"japhetic\": \"japetiki\",\n    \"japingly\": \"japiling\",\n    \"japishness\": \"jafụ\",\n    \"japonize\": \"japan\",\n    \"jaqueline\": \"jacqueline\",\n    \"jar\": \"ite\",\n    \"jarbird\": \"ite mmiri\",\n    \"jarble\": \"karama\",\n    \"jarde\": \"ite\",\n    \"jardon\": \"akụ\",\n    \"jarfuls\": \"mkpọ\",\n    \"jarg\": \"ite\",\n    \"jargle\": \"igwu\",\n    \"jargoned\": \"ajuju\",\n    \"jargoneer\": \"ihe nkiri\",\n    \"jargonesque\": \"iheanacho\",\n    \"jargoning\": \"na-agbanye\",\n    \"jargonised\": \"gbasasịa\",\n    \"jargonising\": \"na-agbagha\",\n    \"jargonization\": \"jargonisation\",\n    \"jargonizing\": \"na-agbanye\",\n    \"jarhead\": \"nnukwu isi\",\n    \"jarl\": \"ite\",\n    \"jarldom\": \"nnukwu ihe\",\n    \"jarldoms\": \"agbachitere\",\n    \"jarless\": \"enweghị ihe\",\n    \"jarls\": \"ite\",\n    \"jarlship\": \"mkpọtụ\",\n    \"jarovizing\": \"Jarovizing\",\n    \"jarp\": \"nnukwu ite\",\n    \"jarrah\": \"jarra\",\n    \"jarred\": \"gbakọrọ\",\n    \"jarry\": \"ite\",\n    \"jarring\": \"ịgba ihe\",\n    \"jarringly\": \"ịgba ihe\",\n    \"jarringness\": \"jarring ness\",\n    \"jars\": \"ite\",\n    \"jarsful\": \"ite juru\",\n    \"jarvey\": \"jarvie\",\n    \"jarveys\": \"gwongwo\",\n    \"jarvy\": \"gwuru\",\n    \"jarvies\": \"ihe egwu\",\n    \"jaseyed\": \"jasey\",\n    \"jasione\": \"jasee\",\n    \"jasmined\": \"jasmin\",\n    \"jasp\": \"jaspa\",\n    \"jaspe\": \"jaspa\",\n    \"jasper\": \"jaspa\",\n    \"jaspery\": \"jaspa\",\n    \"jasperite\": \"jaspait\",\n    \"jasperize\": \"jaspaili\",\n    \"jasperizing\": \"na-eche ihu\",\n    \"jaspers\": \"jaspa\",\n    \"jaspoid\": \"jwidid\",\n    \"jaspopal\": \"jowepal\",\n    \"jass\": \"jas\",\n    \"jassids\": \"Onwuchekwa\",\n    \"jatos\": \"jasos\",\n    \"jauked\": \"jukpọ\",\n    \"jauking\": \"ezeukwu\",\n    \"jauncing\": \"ịgba ọsọ\",\n    \"jaundicing\": \"jaundising\",\n    \"javelin\": \"ube\",\n    \"javeline\": \"ube\",\n    \"javelined\": \"javelinas\",\n    \"jaw\": \"agha\",\n    \"jawans\": \"agha\",\n    \"jawbation\": \"mwepu\",\n    \"jawbone\": \"ọkpụkpụ\",\n    \"jawboned\": \"ọkpụkpụ\",\n    \"jawbones\": \"ọkpụkpụ agba\",\n    \"jawboning\": \"ọtụmọkpọ\",\n    \"jawbreakingly\": \"jawbreaker\",\n    \"jawcrusher\": \"agba mgbapịa\",\n    \"jawfishes\": \"jawfish\",\n    \"jawing\": \"n'agba\",\n    \"jawless\": \"enweghị mmetụta\",\n    \"jawp\": \"agha\",\n    \"jawrope\": \"agha\",\n    \"jawtwister\": \"Onwuchekwa\",\n    \"jazzing\": \"Jazing\",\n    \"jealous\": \"ekworo\",\n    \"jealousy\": \"ekworo\",\n    \"jealousies\": \"ekworo\",\n    \"jealously\": \"ekworo\",\n    \"jealousness\": \"ekworo\",\n    \"jeanette\": \"janetụ\",\n    \"jear\": \"nso\",\n    \"jebels\": \"jebel\",\n    \"jebusi\": \"jebus\",\n    \"jecoral\": \"ọla\",\n    \"jecorize\": \"chọrọ\",\n    \"jed\": \"izu\",\n    \"jedburgh\": \"Ogbaji\",\n    \"jedcock\": \"Onyeka Onwenu\",\n    \"jedding\": \"Na-eche\",\n    \"jeddock\": \"Onyema\",\n    \"jeep\": \"moto jiipu\",\n    \"jeepers\": \"moto jiipu\",\n    \"jeeps\": \"jiipu\",\n    \"jeered\": \"kwara\",\n    \"jeerer\": \"onye aghụghọ\",\n    \"jeerers\": \"jeere\",\n    \"jeery\": \"ihe ọchị\",\n    \"jeering\": \"na-akwa emo\",\n    \"jeeringly\": \"ọchị\",\n    \"jeers\": \"ọkwa\",\n    \"jehoshaphat\": \"jehoshafat\",\n    \"jell\": \"jelii\",\n    \"jelled\": \"ọkwụrụ\",\n    \"jelly\": \"jelii\",\n    \"jellib\": \"jelib\",\n    \"jellybean\": \"Jelly bean\",\n    \"jellybeans\": \"jelii\",\n    \"jellico\": \"jelico\",\n    \"jellydom\": \"jelịdom\",\n    \"jellied\": \"jellies\",\n    \"jelliedness\": \"mmmmmmmmmmmmm\",\n    \"jellies\": \"jelii\",\n    \"jellify\": \"jelify\",\n    \"jellified\": \"jelified\",\n    \"jellifying\": \"Na-agbanye\",\n    \"jellyfish\": \"jelii\",\n    \"jellyfishes\": \"azịza jelii\",\n    \"jellyleaf\": \"jeliilen\",\n    \"jellily\": \"jelii\",\n    \"jellylike\": \"jelii yiri\",\n    \"jellylikeness\": \"jelii ncha\",\n    \"jelling\": \"na-agbanye\",\n    \"jellyroll\": \"jeliiroll\",\n    \"jells\": \"jel\",\n    \"jemble\": \"chie\",\n    \"jemmying\": \"mmmmmmmmmmmm\",\n    \"jennerization\": \"mmechuihu\",\n    \"jeopard\": \"ihe iyi egwu\",\n    \"jeoparded\": \"nọ n'ihe ize ndụ\",\n    \"jeoparder\": \"onye mmuo\",\n    \"jeopardy\": \"ihe ize ndụ\",\n    \"jeopardied\": \"tinye n'ihe ize ndụ\",\n    \"jeopardying\": \"ize\",\n    \"jeoparding\": \"ize\",\n    \"jeopardious\": \"dị ize ndụ\",\n    \"jeopardise\": \"itinye n'ihe ize ndụ\",\n    \"jeopardised\": \"tinye n'ihe ize ndụ\",\n    \"jeopardising\": \"ize\",\n    \"jeopardize\": \"itinye n'ihe ize ndụ\",\n    \"jeopardized\": \"tinye n'ihe ize ndụ\",\n    \"jeopardizes\": \"na-emebi\",\n    \"jeopardizing\": \"ize\",\n    \"jeopardous\": \"dị ize ndụ\",\n    \"jeopardously\": \"n'ihe ize ndụ\",\n    \"jeopardousness\": \"ndu ọdo\",\n    \"jeopards\": \"ndaba\",\n    \"jer\": \"amaka\",\n    \"jereeds\": \"merie\",\n    \"jeremiah\": \"Jeeremia\",\n    \"jerican\": \"Jeriko\",\n    \"jericho\": \"Jeriko\",\n    \"jerkers\": \"ndiberi\",\n    \"jerm\": \"igwe\",\n    \"jerreed\": \"jerred\",\n    \"jerry\": \"Jerry\",\n    \"jerrybuild\": \"Jerrybuild\",\n    \"jerrybuilding\": \"Jerrybuilding\",\n    \"jerrybuilt\": \"jericbuilt\",\n    \"jerrycan\": \"Jerrycan\",\n    \"jerricans\": \"Jeriko\",\n    \"jerrycans\": \"Jerry\",\n    \"jerrid\": \"Jeerrid\",\n    \"jerrids\": \"Amaka\",\n    \"jerrie\": \"Jerrie\",\n    \"jerseyan\": \"Onwuchekwa\",\n    \"jerseyed\": \"jersey\",\n    \"jerseyite\": \"Jeelite\",\n    \"jerseyites\": \"Jeelites\",\n    \"jerseyman\": \"Onyedikachi\",\n    \"jerseys\": \"jesie\",\n    \"jert\": \"igwe\",\n    \"jerusalem\": \"Jerusalemu\",\n    \"jervia\": \"Jeervia\",\n    \"jesper\": \"jespa\",\n    \"jessant\": \"jessan\",\n    \"jesses\": \"jess\",\n    \"jessing\": \"mara\",\n    \"jest\": \"ọchị\",\n    \"jested\": \"njakịrị\",\n    \"jester\": \"Onyebuchi\",\n    \"jesters\": \"egwuregwu\",\n    \"jestful\": \"na-achị ọchị\",\n    \"jesting\": \"na-achị ọchị\",\n    \"jestingly\": \"na-achị ọchị\",\n    \"jestings\": \"njakịrị\",\n    \"jests\": \"egwuregwu\",\n    \"jesus\": \"jisus\",\n    \"jet\": \"ugboelu\",\n    \"jetbead\": \"ugboelu\",\n    \"jetbeads\": \"ugboelu\",\n    \"jetes\": \"ugboelu\",\n    \"jetliner\": \"jetgbọelu\",\n    \"jetliners\": \"gbọelu\",\n    \"jetons\": \"onsgbọ mmiri\",\n    \"jetport\": \"ugboelu\",\n    \"jetports\": \"jetgbọelu\",\n    \"jetstream\": \"ugbo elu\",\n    \"jettage\": \"ugboelu\",\n    \"jettatore\": \"ugboelu\",\n    \"jetted\": \"ama okpo\",\n    \"jetter\": \"jetgbọ mmiri\",\n    \"jetty\": \"ugboelu\",\n    \"jettied\": \"kpakpando\",\n    \"jettying\": \"jettọ\",\n    \"jettiness\": \"uko\",\n    \"jetting\": \"jetgbọ mmiri\",\n    \"jettingly\": \"jijiji\",\n    \"jettisoned\": \"jettison\",\n    \"jettisoning\": \"mmmmmmmmmmmmm\",\n    \"jettisons\": \"ugboelu\",\n    \"jettons\": \"ugboelu\",\n    \"jettru\": \"ugboelu\",\n    \"jetware\": \"ugboelu\",\n    \"jew\": \"onye Juu\",\n    \"jewbush\": \"jew ohia\",\n    \"jewdom\": \"jewson\",\n    \"jewed\": \"ọla\",\n    \"jewel\": \"ọla\",\n    \"jeweled\": \"ọla\",\n    \"jeweler\": \"ọla\",\n    \"jewelers\": \"ọla\",\n    \"jewelhouse\": \"ọla ụlọ\",\n    \"jewely\": \"amala\",\n    \"jeweling\": \"ọla\",\n    \"jewelled\": \"ọla\",\n    \"jeweller\": \"ọla\",\n    \"jewellery\": \"ọla\",\n    \"jewellers\": \"ọla\",\n    \"jewelless\": \"enweghị ọla\",\n    \"jewelly\": \"dị oke ọnụ\",\n    \"jewellike\": \"nwekwaa\",\n    \"jewelling\": \"jew ihe\",\n    \"jewelry\": \"ọla\",\n    \"jewelries\": \"ọla ọla\",\n    \"jewels\": \"ọla\",\n    \"jewelsmith\": \"onye na-ere ahịa\",\n    \"jewelweed\": \"jiwewe\",\n    \"jewelweeds\": \"ọla edo\",\n    \"jewess\": \"nwanyị\",\n    \"jewfishes\": \"jewfish\",\n    \"jewing\": \"jeing\",\n    \"jewis\": \"ndị Juu\",\n    \"jewish\": \"onye Juu\",\n    \"jewishness\": \"ịdị ọcha\",\n    \"jewism\": \"okpu\",\n    \"jewless\": \"enweghị ọla\",\n    \"jewlike\": \"dị ka jewlike\",\n    \"jewling\": \"ifeoma\",\n    \"jews\": \"Jew\",\n    \"jewship\": \"ndu Ju\",\n    \"jezails\": \"ahịa\",\n    \"jezebel\": \"Jezibel\",\n    \"jezebelian\": \"Jezebelian\",\n    \"jeziah\": \"Jeziah\",\n    \"jezreelite\": \"Jezril\",\n    \"jger\": \"gerkwà\",\n    \"jibber\": \"osisi jibber\",\n    \"jibbers\": \"jibber\",\n    \"jibbings\": \"ndiigbo\",\n    \"jibbons\": \"jibọn\",\n    \"jibingly\": \"ji ọchị\",\n    \"jicamas\": \"jicama\",\n    \"jiggerer\": \"onyekachi\",\n    \"jiggy\": \"igwu\",\n    \"jiggish\": \"igodo\",\n    \"jiggit\": \"igodo\",\n    \"jiggled\": \"gbanye\",\n    \"jiggly\": \"igodo\",\n    \"jigglier\": \"igwu\",\n    \"jiggling\": \"ịgbagharị\",\n    \"jihad\": \"agha\",\n    \"jihads\": \"ndị nwụrụ anwụ\",\n    \"jill\": \"osisi\",\n    \"jillflirt\": \"jillflirt dị\",\n    \"jillion\": \"nde\",\n    \"jillions\": \"jillọn\",\n    \"jills\": \"ego\",\n    \"jilted\": \"kpara\",\n    \"jilter\": \"jilita\",\n    \"jilting\": \"Nkedo\",\n    \"jiltish\": \"jelọ\",\n    \"jincamas\": \"agbaka\",\n    \"jingall\": \"jingal\",\n    \"jingals\": \"jingal\",\n    \"jingbai\": \"jingal\",\n    \"jingled\": \"mara\",\n    \"jingly\": \"na-egwu egwu\",\n    \"jinglingly\": \"jingling\",\n    \"jingoed\": \"egwuregwu\",\n    \"jingoes\": \"egwuregwu\",\n    \"jingoing\": \"igwu egwu\",\n    \"jingoisms\": \"njeghari\",\n    \"jingoist\": \"onye na-egwu egwuregwu\",\n    \"jingoistic\": \"egwuregwu\",\n    \"jingoists\": \"ndi na-egwu egwuregwu\",\n    \"jingu\": \"asụsụ\",\n    \"jink\": \"igbu oge\",\n    \"jinked\": \"egbu oge\",\n    \"jinker\": \"egbu oge\",\n    \"jinking\": \"na-egbu oge\",\n    \"jinks\": \"oge\",\n    \"jinnestan\": \"mmmmmmmmmmmmm\",\n    \"jinny\": \"jinni\",\n    \"jinnywink\": \"Jinnywink\",\n    \"jinns\": \"jinn\",\n    \"jinricksha\": \"chukwuebuka\",\n    \"jinrickshaw\": \"chukwuebuka\",\n    \"jinrikishas\": \"Onyinyechi\",\n    \"jinsing\": \"na-asụ asụsụ\",\n    \"jinxed\": \"agbaka\",\n    \"jinxing\": \"Nwoke\",\n    \"jipper\": \"japuta\",\n    \"jisheng\": \"jekwuan\",\n    \"jisms\": \"jism\",\n    \"jitneying\": \"Onwuka Chukwu\",\n    \"jitneuse\": \"Onwuchekwa\",\n    \"jitter\": \"itterkpọ oku\",\n    \"jitterbugger\": \"Ugboro abụọ\",\n    \"jitterbugging\": \"ittergba ọsọ\",\n    \"jittered\": \"kpaliri\",\n    \"jittery\": \"mmiri\",\n    \"jitteriness\": \"enweghị isi\",\n    \"jittering\": \"na-agbagharị\",\n    \"jitters\": \"jitụ\",\n    \"jived\": \"wepụtara\",\n    \"jives\": \"na-enye\",\n    \"jiving\": \"jiji\",\n    \"jnanas\": \"Izuchukwu\",\n    \"jo\": \"egwuregwu\",\n    \"joanne\": \"Joan\",\n    \"joannes\": \"Joannes\",\n    \"joaquinite\": \"ihe nkiri\",\n    \"job\": \"oru\",\n    \"jobade\": \"ọrụ\",\n    \"jobation\": \"ọrụ\",\n    \"jobbed\": \"na-arụ ọrụ\",\n    \"jobber\": \"onye oru\",\n    \"jobbery\": \"oru\",\n    \"jobberies\": \"ọrụ ọrụ\",\n    \"jobbernowl\": \"mbido ọrụ\",\n    \"jobbers\": \"ndị ọrụ\",\n    \"jobbing\": \"ọrụ\",\n    \"jobbish\": \"ọrụ\",\n    \"jobble\": \"na-arụ ọrụ\",\n    \"jobe\": \"egwuregwu\",\n    \"jobholder\": \"onye oru\",\n    \"jobholders\": \"ndị nwere ọrụ\",\n    \"jobless\": \"enweghị ọrụ\",\n    \"joblessness\": \"enweghị ọrụ\",\n    \"joblots\": \"ndị ọrụ\",\n    \"jobman\": \"onye oru\",\n    \"jobmaster\": \"onye nchịkwa\",\n    \"jobmen\": \"ndị ọrụ\",\n    \"jobmistress\": \"nwaanyị ọrụ\",\n    \"jobmonger\": \"onye oru\",\n    \"jobname\": \"aha ọrụ\",\n    \"jobnames\": \"aha ọrụ\",\n    \"jobs\": \"ọrụ\",\n    \"jobsite\": \"ebe nrụọrụ\",\n    \"jobsmith\": \"Onye oru\",\n    \"jobson\": \"Ọrụ\",\n    \"jocatory\": \"ihe nkiri\",\n    \"joch\": \"ọchị\",\n    \"jochen\": \"egwuregwu\",\n    \"jock\": \"egwuregwu\",\n    \"jockey\": \"egwuregwu\",\n    \"jockeyed\": \"akaeze\",\n    \"jockeying\": \"egwuregwu\",\n    \"jockeylike\": \"jockey dị ka\",\n    \"jockeys\": \"egwuregwu\",\n    \"jockeyship\": \"ụgbọ mmiri jockey\",\n    \"jocker\": \"egwuregwu\",\n    \"jocko\": \"egwuregwu\",\n    \"jockos\": \"egwuregwu\",\n    \"jocks\": \"ọchị\",\n    \"jockstrap\": \"njegharị\",\n    \"jocosely\": \"okirikiri\",\n    \"jocoseriosity\": \"ọcosụ\",\n    \"jocoserious\": \"ọcosụ\",\n    \"jocular\": \"akwara\",\n    \"jocularity\": \"okirikiri\",\n    \"jocularities\": \"ọmarịcha\",\n    \"jocularly\": \"ọcularụ\",\n    \"jocularness\": \"okpokoro\",\n    \"joculator\": \"okpu\",\n    \"joculatory\": \"ọculaụ\",\n    \"jocum\": \"akpo\",\n    \"jocundry\": \"ihe nkiri\",\n    \"jodelr\": \"Onyedikachi\",\n    \"joeys\": \"Ọeụ\",\n    \"joel\": \"Joel\",\n    \"joes\": \"jiwe\",\n    \"jog\": \"jọọg\",\n    \"jogged\": \"jog\",\n    \"joggers\": \"ndiegwu\",\n    \"jogging\": \"egwuregwu\",\n    \"joggled\": \"jeghari\",\n    \"jogglers\": \"ndị na-ama egwuregwu joggleti\",\n    \"joggly\": \"ọggụ\",\n    \"joggling\": \"jegwu\",\n    \"jogs\": \"egwuregwu\",\n    \"johan\": \"akpo\",\n    \"johannean\": \"udochukwu\",\n    \"johannesburg\": \"Johannesburg\",\n    \"john\": \"John\",\n    \"johnian\": \"Nwosu\",\n    \"johnson\": \"Nwokeji\",\n    \"johnstrupite\": \"ọhnụ\",\n    \"joy\": \"ọ joyụ\",\n    \"joyance\": \"ọyanụ\",\n    \"joyances\": \"ọchị\",\n    \"joyancy\": \"ọyanụ\",\n    \"joyant\": \"ọyaụ\",\n    \"joyce\": \"ọụ\",\n    \"joycean\": \"oké osimiri\",\n    \"joyed\": \"ọ .ụ\",\n    \"joyful\": \"ọfulụ\",\n    \"joyfuller\": \"ọfulụ\",\n    \"joyfullest\": \"ọ joyụ\",\n    \"joyfully\": \"n'ọfullyụ\",\n    \"joyfulness\": \"ọụ\",\n    \"joyhop\": \"ọhopụ\",\n    \"joyhouse\": \"ọhouseụ\",\n    \"joying\": \"ọụ\",\n    \"joyless\": \"enweghị obi ụtọ\",\n    \"joylessly\": \"enweghị obi ụtọ\",\n    \"joylessness\": \"enweghị obi ụtọ\",\n    \"joylet\": \"ọletụ\",\n    \"join\": \"sonye\",\n    \"joinable\": \"isonyere\",\n    \"joinant\": \"onye sonyere\",\n    \"joinder\": \"njikọ\",\n    \"joinders\": \"ihe nchekwa\",\n    \"joined\": \"sonyeere\",\n    \"joiner\": \"Ihe nnabata\",\n    \"joinered\": \"jikọtara\",\n    \"joinery\": \"Ihe mgbakwunye\",\n    \"joineries\": \"ụlọ ọrụ\",\n    \"joinering\": \"isonyere\",\n    \"joiners\": \"ndị na-esonye\",\n    \"joinhand\": \"jikọọ\",\n    \"joining\": \"isonyere\",\n    \"joiningly\": \"isonyere\",\n    \"joinings\": \"isonyere\",\n    \"joins\": \"esonyere\",\n    \"joint\": \"nkwonkwo\",\n    \"jointage\": \"nkwonkwo\",\n    \"jointed\": \"jikọtara\",\n    \"jointedly\": \"jikọtara\",\n    \"jointedness\": \"nkwonkwo\",\n    \"jointer\": \"Ihe ntinye\",\n    \"jointers\": \"njikọ\",\n    \"jointy\": \"nkwonkwo\",\n    \"jointing\": \"isonyere\",\n    \"jointist\": \"onye mmekota\",\n    \"jointless\": \"nkwonkwo\",\n    \"jointlessness\": \"nkwonkwo\",\n    \"jointly\": \"na ọnụ\",\n    \"jointress\": \"nkwonkwo\",\n    \"joints\": \"nkwonkwo\",\n    \"jointure\": \"nkwonkwo\",\n    \"jointured\": \"jikota\",\n    \"jointureless\": \"nkwonkwo\",\n    \"jointures\": \"nkwonkwo\",\n    \"jointuress\": \"nkwonkwo\",\n    \"jointuring\": \"nkwonkwo\",\n    \"jointweed\": \"jikọọ\",\n    \"jointwood\": \"nkwonkwo\",\n    \"jointworm\": \"nkwonkwo\",\n    \"joyous\": \"ọyoụ\",\n    \"joyously\": \"n'ọyoụ\",\n    \"joyousness\": \"ọụ\",\n    \"joypop\": \"ọpopụ\",\n    \"joypopped\": \"ọpoụ\",\n    \"joypopper\": \"ọpoụ\",\n    \"joypopping\": \"ọ .ụ\",\n    \"joypops\": \"ọ joyụ\",\n    \"joyproof\": \"ọproofụ\",\n    \"joyridden\": \"ọụ\",\n    \"joyride\": \"anụrị\",\n    \"joyrider\": \"ọridụ\",\n    \"joyriders\": \"ọridụ\",\n    \"joyrides\": \"ọ .ụ\",\n    \"joyriding\": \"ọridụ\",\n    \"joyrode\": \"ogechi\",\n    \"joys\": \"ọụ\",\n    \"joysome\": \"ọysụ\",\n    \"joist\": \"nnweta\",\n    \"joisted\": \"jikọrọ\",\n    \"joystick\": \"ọystụ\",\n    \"joysticks\": \"ọystụ\",\n    \"joisting\": \"nweko\",\n    \"joistless\": \"enweghị\",\n    \"joists\": \"egwuregwu\",\n    \"joyweed\": \"ọweụ\",\n    \"joke\": \"egwuregwu\",\n    \"joked\": \"ọchị\",\n    \"jokeless\": \"egwuregwu\",\n    \"jokelet\": \"egwuregwu\",\n    \"jokeproof\": \"egwuregwu\",\n    \"joker\": \"egwuregwu\",\n    \"jokers\": \"ndị na-achị ọchị\",\n    \"jokes\": \"njakịrị\",\n    \"jokesmith\": \"njakịrị\",\n    \"jokesome\": \"ọchị\",\n    \"jokesomeness\": \"ọchị\",\n    \"jokester\": \"njakịrị\",\n    \"joking\": \"na-egwu egwu\",\n    \"jokingly\": \"njakịrị\",\n    \"jole\": \"egwuregwu\",\n    \"jollying\": \"Onyekwere\",\n    \"jolters\": \"jolter\",\n    \"joltiest\": \"kasị nwee obi ụtọ\",\n    \"joltiness\": \"obi uto\",\n    \"joltless\": \"enweghị isi\",\n    \"jonahesque\": \"Onyekwere\",\n    \"joneses\": \"jones\",\n    \"joom\": \"ọomụ\",\n    \"jophiel\": \"Udochukwu\",\n    \"jorams\": \"ọchị\",\n    \"jordan\": \"Jọdan\",\n    \"jordanian\": \"jordania\",\n    \"jordanians\": \"ndị Jordan\",\n    \"jordans\": \"Jọdan\",\n    \"jorden\": \"Amaka\",\n    \"jorist\": \"onye mmuta\",\n    \"jornadas\": \"Onwuchekwa\",\n    \"joropos\": \"akpa ọchị\",\n    \"jorums\": \"jorọm\",\n    \"jose\": \"Chukwu\",\n    \"josey\": \"ọseyụ\",\n    \"josephs\": \"Nwokeji\",\n    \"joss\": \"josọs\",\n    \"josses\": \"jossị\",\n    \"jostled\": \"Onyekwere\",\n    \"jostler\": \"Onyekwere\",\n    \"jostlers\": \"egwuregwu\",\n    \"jostles\": \"Ogochukwu\",\n    \"jostling\": \"Onyekwere\",\n    \"jotation\": \"obi ụtọ\",\n    \"jots\": \"jotos\",\n    \"jotted\": \"jotara\",\n    \"jotters\": \"jottụ\",\n    \"jotting\": \"jotụ\",\n    \"joug\": \"egwuregwu\",\n    \"jough\": \"ọchị\",\n    \"jougs\": \"egwuregwu-ndọk\",\n    \"jouisance\": \"oge\",\n    \"jouissance\": \"jowissance\",\n    \"jouk\": \"egwuregwu\",\n    \"jouked\": \"ọchị\",\n    \"joukery\": \"egwuregwu\",\n    \"jouking\": \"ọchị\",\n    \"jouks\": \"egwuregwu\",\n    \"joul\": \"joule\",\n    \"jounced\": \"jikọrọ\",\n    \"jouncy\": \"jounce\",\n    \"jouncier\": \"jounce\",\n    \"jounciest\": \"ọunciụ\",\n    \"jouncing\": \"egwuregwu\",\n    \"jour\": \"njem\",\n    \"journ\": \"akwukwo\",\n    \"journal\": \"akwụkwọ akụkọ\",\n    \"journalary\": \"Njem\",\n    \"journaled\": \"njem\",\n    \"journalese\": \"njem\",\n    \"journaling\": \"akwụkwọ akụkọ\",\n    \"journalise\": \"akwụkwọ akụkọ\",\n    \"journalised\": \"akwụkwọ akụkọ\",\n    \"journalish\": \"akwụkwọ akụkọ\",\n    \"journalising\": \"Akwụkwọ akụkọ\",\n    \"journalism\": \"akwụkwọ akụkọ\",\n    \"journalist\": \"odeakụkọ\",\n    \"journalistic\": \"akwụkwọ akụkọ\",\n    \"journalistically\": \"oru nta akuko\",\n    \"journalists\": \"ndi oru nta akuko\",\n    \"journalization\": \"akwụkwọ akụkọ\",\n    \"journalize\": \"kpọọ\",\n    \"journalized\": \"Akwụkwọ akụkọ\",\n    \"journalizer\": \"akwụkwọ akụkọ\",\n    \"journalizes\": \"Akwụkwọ akụkọ\",\n    \"journalizing\": \"Akwụkwọ akụkọ\",\n    \"journalled\": \"edepụtara\",\n    \"journalling\": \"Akwụkwọ akụkọ\",\n    \"journals\": \"akwụkwọ akụkọ\",\n    \"journey\": \"njem\",\n    \"journeycake\": \"tripcake\",\n    \"journeyed\": \"gawa\",\n    \"journeyer\": \"njem\",\n    \"journeyers\": \"ndị njem\",\n    \"journeying\": \"njem\",\n    \"journeyings\": \"njem\",\n    \"journeyman\": \"Onye njem\",\n    \"journeymen\": \"ije\",\n    \"journeys\": \"njem\",\n    \"journeywoman\": \"Nwanyị njem\",\n    \"journeywomen\": \"umu nwanyi\",\n    \"journeywork\": \"njem\",\n    \"journeyworker\": \"onye na-eme njem\",\n    \"journo\": \"njem\",\n    \"jours\": \"awa\",\n    \"joust\": \"egwuregwu\",\n    \"jousted\": \"ọ .ụ\",\n    \"jouster\": \"ọusụ\",\n    \"jousters\": \"udochi\",\n    \"jousting\": \"Nwokeji\",\n    \"jousts\": \"Ikechi\",\n    \"joutes\": \"ọchị\",\n    \"jove\": \"juve\",\n    \"jovy\": \"ọvyụ\",\n    \"jovial\": \"juvial\",\n    \"jovialist\": \"Onyekwere\",\n    \"jovialistic\": \"egwuregwu\",\n    \"joviality\": \"ọụ\",\n    \"jovialize\": \"jikọtara\",\n    \"jovialized\": \"ihe jikọrọ\",\n    \"jovializing\": \"egwuregwu\",\n    \"jovially\": \"jije\",\n    \"jovialness\": \"ọvụ\",\n    \"jovialty\": \"ọvụ\",\n    \"jovialties\": \"ọmarịcha\",\n    \"jovian\": \"Nwogu\",\n    \"jovianly\": \"Nwokedi\",\n    \"jovicentrically\": \"ọvicụ\",\n    \"jovinian\": \"Onyekwere\",\n    \"jowars\": \"ọchị\",\n    \"jowed\": \"dị\",\n    \"jower\": \"ikike\",\n    \"jowlop\": \"jowls\",\n    \"jowpy\": \"juli elu\",\n    \"jows\": \"jiwe\",\n    \"jowser\": \"jower\",\n    \"jozy\": \"ọzyụ\",\n    \"js\": \"bu\",\n    \"jt\": \"ya\",\n    \"jubas\": \"jubes\",\n    \"jubbahs\": \"jubba\",\n    \"jubbe\": \"jube\",\n    \"juberous\": \"juberos\",\n    \"jubhah\": \"jubha\",\n    \"jubile\": \"jubilii\",\n    \"jubileal\": \"jubilii\",\n    \"jubilean\": \"jubilii\",\n    \"jubilee\": \"jubilii\",\n    \"jubilees\": \"jubilii\",\n    \"jubilize\": \"jubiliz\",\n    \"jud\": \"ikpe\",\n    \"judaic\": \"judaị\",\n    \"judaical\": \"judaica\",\n    \"judaist\": \"judaism\",\n    \"judaistic\": \"judaism\",\n    \"judaize\": \"judaiz\",\n    \"judaizer\": \"ihe ọụ .ụ\",\n    \"judas\": \"ikpe\",\n    \"judases\": \"ikpe\",\n    \"judaslike\": \"Judia\",\n    \"judcock\": \"ifeanyi\",\n    \"judder\": \"onye ikpe\",\n    \"juddered\": \"ikpe\",\n    \"juddering\": \"ikpe ikpe\",\n    \"judders\": \"ndị ikpe\",\n    \"jude\": \"Jude\",\n    \"judean\": \"Judean\",\n    \"judge\": \"ikpe\",\n    \"judgeable\": \"ikpe\",\n    \"judged\": \"ikpe\",\n    \"judgeless\": \"enweghị ikpe\",\n    \"judgement\": \"ikpe\",\n    \"judgemental\": \"ikpe\",\n    \"judgements\": \"ikpe\",\n    \"judger\": \"ikpe\",\n    \"judgers\": \"ndị ikpe\",\n    \"judges\": \"ndị ikpe\",\n    \"judgeship\": \"ikpe\",\n    \"judgeships\": \"mkpebi ikpe\",\n    \"judging\": \"ikpe ikpe\",\n    \"judgingly\": \"na-ekpe ikpe\",\n    \"judgmatic\": \"nkịta\",\n    \"judgmatical\": \"ikpe ziri ezi\",\n    \"judgmatically\": \"n'amaghi ama\",\n    \"judgment\": \"ikpe\",\n    \"judgmental\": \"ikpe\",\n    \"judgments\": \"ikpe\",\n    \"judgmetic\": \"ikpe\",\n    \"judgship\": \"ikpe\",\n    \"judy\": \"ikpe\",\n    \"judicable\": \"ikpe\",\n    \"judical\": \"ikpe\",\n    \"judicate\": \"kpee ikpe\",\n    \"judicatio\": \"amaka\",\n    \"judication\": \"ikpe\",\n    \"judicative\": \"na-ama ikpe\",\n    \"judicator\": \"ọkàikpe\",\n    \"judicatory\": \"ikpe\",\n    \"judicatorial\": \"ọkàikpe\",\n    \"judicatories\": \"mkpebi ikpe\",\n    \"judicature\": \"ịma ikpe\",\n    \"judicatures\": \"ntuziaka\",\n    \"judice\": \"ikpe\",\n    \"judices\": \"ikpe\",\n    \"judiciable\": \"ikpe ziri ezi\",\n    \"judicial\": \"ikpe\",\n    \"judiciality\": \"ikpe\",\n    \"judicialize\": \"kpee ikpe\",\n    \"judicialized\": \"ikpe\",\n    \"judicializing\": \"ikpe ikpe\",\n    \"judicially\": \"n'ikpe\",\n    \"judicialness\": \"ikpe\",\n    \"judiciary\": \"ikpe ikpe\",\n    \"judiciaries\": \"ikpe\",\n    \"judiciarily\": \"ikpe\",\n    \"judicious\": \"na-ama ikpe\",\n    \"judiciously\": \"iji amamihe\",\n    \"judiciousness\": \"ikpe ziri ezi\",\n    \"judicium\": \"ikpe\",\n    \"judith\": \"Judith\",\n    \"judoist\": \"onye ikpe\",\n    \"judoists\": \"ndị ọkàikpe\",\n    \"judokas\": \"Jokokas\",\n    \"judos\": \"ikpe\",\n    \"jug\": \"ite\",\n    \"jugging\": \"ndiegwu\",\n    \"juggins\": \"ndiegwu\",\n    \"jugginses\": \"ndiegwu\",\n    \"jugglement\": \"juggle\",\n    \"jugglery\": \"uwe\",\n    \"jugglers\": \"ndiegwu\",\n    \"juggling\": \"jugging\",\n    \"jugglingly\": \"juggling\",\n    \"jugglings\": \"ndiigbo\",\n    \"jugheads\": \"Jugheads\",\n    \"jugs\": \"akpa\",\n    \"jugulate\": \"jugle\",\n    \"jugulates\": \"na-asọ mpi\",\n    \"jugulating\": \"na-asọ mpi\",\n    \"jugulation\": \"ije\",\n    \"jugums\": \"jugọm\",\n    \"juyas\": \"ịtụgharị\",\n    \"juice\": \"ihe ọ .ụ juiceụ\",\n    \"juiced\": \"ihe ọ juụ .ụ\",\n    \"juiceful\": \"ihe ọ juiceụ juiceụ\",\n    \"juicehead\": \"ihe ọ juiceụ juiceụ\",\n    \"juiceless\": \"enweghị mmiri\",\n    \"juicelessness\": \"enweghị mmiri\",\n    \"juicers\": \"ndị juicers\",\n    \"juices\": \"ihe ọicesụicesụ\",\n    \"juicy\": \"kemmiri ihe\",\n    \"juiciest\": \"juicias\",\n    \"juicily\": \"kemmiri ihe\",\n    \"juiciness\": \"juicias\",\n    \"juicing\": \"ihe ọicingụ .ụ\",\n    \"juise\": \"ihe ọ .ụ juiceụ\",\n    \"jujuisms\": \"jujuism\",\n    \"jujuist\": \"onye juju\",\n    \"jujuists\": \"ndị juju\",\n    \"juking\": \"ndiegwu\",\n    \"julianist\": \"Nwokechi\",\n    \"julyflower\": \"okooko osisi\",\n    \"juliott\": \"Okechukwu\",\n    \"juloline\": \"julo\",\n    \"jumbal\": \"jumble\",\n    \"jumbals\": \"jumbles\",\n    \"jumbled\": \"jumburu\",\n    \"jumblers\": \"jumbles\",\n    \"jumbling\": \"na-ekwu okwu\",\n    \"jumblingly\": \"jumbling\",\n    \"jump\": \"ima elu\",\n    \"jumpable\": \"awụlikwa elu\",\n    \"jumped\": \"wụli elu\",\n    \"jumpers\": \"ndị na-agba ọsọ\",\n    \"jumpy\": \"juli elu\",\n    \"jumpier\": \"awụkwu\",\n    \"jumpiest\": \"na-awụli elu\",\n    \"jumpily\": \"na-amali elu\",\n    \"jumpiness\": \"awụda\",\n    \"jumping\": \"na-awụli elu\",\n    \"jumpingly\": \"na-awụli elu\",\n    \"jumpmaster\": \"ọwụda\",\n    \"jumpness\": \"awụlikwa elu\",\n    \"jumprock\": \"mmuo\",\n    \"jumprocks\": \"Ogba\",\n    \"jumps\": \"juli elu\",\n    \"jumpscrape\": \"jumpcrape\",\n    \"jumpseed\": \"gbam\",\n    \"jumpsome\": \"jumpome\",\n    \"jumpsuit\": \"nwachukwu\",\n    \"jumpsuits\": \"Uwuakwu\",\n    \"jun\": \"Nkeji\",\n    \"juncaceous\": \"Uchechi\",\n    \"juncaginaceous\": \"mmmmmmmmmmmmm\",\n    \"juncagineous\": \"mmetu\",\n    \"juncat\": \"cmụnna\",\n    \"junciform\": \"junikeji\",\n    \"juncite\": \"ikwe\",\n    \"juncoides\": \"ogbe\",\n    \"junction\": \"nkwụsị\",\n    \"junctional\": \"nkwụsị\",\n    \"junctions\": \"nkwụsị\",\n    \"junctive\": \"jikọtara\",\n    \"junctor\": \"junction\",\n    \"junctural\": \"jikọtara\",\n    \"juncture\": \"nkwụsị\",\n    \"junctures\": \"nkwụsị\",\n    \"juncus\": \"ogige\",\n    \"jundied\": \"jundiedị\",\n    \"jundies\": \"Ngozi\",\n    \"jundying\": \"Na-achị\",\n    \"juneating\": \"june\",\n    \"jungermanniaceous\": \"Onyedikachi Jn\",\n    \"jungian\": \"Jungian\",\n    \"jungle\": \"oke ohia\",\n    \"jungled\": \"dị n'oké ọhịa\",\n    \"jungles\": \"ohia\",\n    \"junglewards\": \"oke ohia\",\n    \"junior\": \"keobere\",\n    \"juniorate\": \"mezie\",\n    \"juniority\": \"nwatakiri\",\n    \"juniors\": \"umuaka\",\n    \"juniorship\": \"nhazi\",\n    \"juniper\": \"junipa\",\n    \"juniperus\": \"junipa\",\n    \"junked\": \"jikọtara\",\n    \"junkerdom\": \"kelechi\",\n    \"junkerish\": \"okirikiri\",\n    \"junkers\": \"umuaka\",\n    \"junketed\": \"kelechi\",\n    \"junketing\": \"mbido\",\n    \"junkiest\": \"Ogechi\",\n    \"junking\": \"ịnyịnya\",\n    \"junks\": \"nduku\",\n    \"junoesque\": \"onyinyechi\",\n    \"junonian\": \"Nnenna\",\n    \"juntas\": \"Oguta\",\n    \"juntos\": \"toslọ\",\n    \"jurally\": \"n'ụzọ nkịtị\",\n    \"jurament\": \"ogwo\",\n    \"jurants\": \"ndị na-a juụ mmiri\",\n    \"jurassic\": \"iheanacho\",\n    \"jurat\": \"juret\",\n    \"jurative\": \"na-achị ọchị\",\n    \"jurator\": \"onye ọka iwu\",\n    \"juratory\": \"okwukwu\",\n    \"jury\": \"ndị juri\",\n    \"juridic\": \"Iwu\",\n    \"juridical\": \"iwu\",\n    \"juridically\": \"iwu\",\n    \"juridicial\": \"iwu\",\n    \"juridicus\": \"iwu\",\n    \"juries\": \"juri\",\n    \"juring\": \"na-akwado\",\n    \"juris\": \"ikpe\",\n    \"jurisdiction\": \"ikike\",\n    \"jurisdictional\": \"ikike\",\n    \"jurisdictionalism\": \"ikike\",\n    \"jurisdictionally\": \"ikike\",\n    \"jurisdictions\": \"ikike\",\n    \"jurisdictive\": \"ikike\",\n    \"jurisp\": \"ikike\",\n    \"jurisprudence\": \"iwu\",\n    \"jurisprudent\": \"onye ọka ikpe\",\n    \"jurist\": \"onye ọka iwu\",\n    \"juristic\": \"iwu\",\n    \"juristical\": \"onye iwu\",\n    \"juristically\": \"n'usoro iwu\",\n    \"jurists\": \"ndị ọka iwu\",\n    \"jurywoman\": \"nwanyị jurywoman\",\n    \"jurywomen\": \"nwanyi juri\",\n    \"jurors\": \"ndị juri\",\n    \"juslik\": \"ziri ezi\",\n    \"juslted\": \"ziri ezi\",\n    \"jusquaboutist\": \"ziri ezi\",\n    \"jussal\": \"ziri ezi\",\n    \"jussel\": \"ziri ezi\",\n    \"jusshell\": \"Ezigbo ihe\",\n    \"jussi\": \"ziri ezi\",\n    \"jussiaea\": \"mbaezesia\",\n    \"jussiaean\": \"onye ezi omume\",\n    \"jussieuan\": \"ezi omume\",\n    \"jussion\": \"ezi ihe\",\n    \"jussive\": \"ziri ezi\",\n    \"jussives\": \"ziri ezi\",\n    \"jussory\": \"ziri ezi\",\n    \"just\": \"naanị\",\n    \"justed\": \"ikpe ziri ezi\",\n    \"justen\": \"ziri ezi\",\n    \"juster\": \"ziri ezi\",\n    \"justers\": \"ikpe ziri ezi\",\n    \"justest\": \"naanị rie\",\n    \"justice\": \"ikpe ziri ezi\",\n    \"justiced\": \"kpebisiri\",\n    \"justicehood\": \"ikpe ziri ezi\",\n    \"justiceless\": \"enweghị ikpe\",\n    \"justicelike\": \"ikpe ziri ezi ịhụnanya\",\n    \"justicer\": \"ikpe ziri ezi\",\n    \"justices\": \"ndị ikpe\",\n    \"justiceship\": \"ikpe\",\n    \"justiceweed\": \"ikpe ziri ezi igbo\",\n    \"justiciability\": \"ikpe ziri ezi\",\n    \"justiciable\": \"ziri ezi\",\n    \"justicial\": \"ikpe ziri ezi\",\n    \"justiciary\": \"ikpe ziri ezi\",\n    \"justiciaries\": \"ndị ọchịchị\",\n    \"justiciaryship\": \"ọrụ naanị\",\n    \"justiciarship\": \"ịgba ụgwọ\",\n    \"justicier\": \"onye ikpe\",\n    \"justicies\": \"ikpe\",\n    \"justicing\": \"na-eme ihe\",\n    \"justicoat\": \"Nwachukwu\",\n    \"justifably\": \"ziri ezi\",\n    \"justify\": \"ziri ezi\",\n    \"justifiability\": \"ziri ezi\",\n    \"justifiable\": \"ziri ezi\",\n    \"justifiableness\": \"ziri ezi ness\",\n    \"justifiably\": \"ziri ezi\",\n    \"justification\": \"ziri ezi\",\n    \"justifications\": \"ihe ndaba\",\n    \"justificative\": \"ziri ezi\",\n    \"justificator\": \"onye ezi omume\",\n    \"justificatory\": \"ziri ezi\",\n    \"justified\": \"ziri ezi\",\n    \"justifiedly\": \"n'onye ezi omume\",\n    \"justifier\": \"ziri ezi\",\n    \"justifiers\": \"ndi ezi omume\",\n    \"justifies\": \"ziri ezi\",\n    \"justifying\": \"ziri ezi\",\n    \"justifyingly\": \"ziri ezi\",\n    \"justing\": \"ikpe ziri ezi\",\n    \"justinian\": \"Uchechi\",\n    \"justinianian\": \"onyeonwek\",\n    \"justinianist\": \"Nwaogwugwu\",\n    \"justle\": \"eziokwu\",\n    \"justled\": \"juru\",\n    \"justler\": \"onye ọka ikpe\",\n    \"justles\": \"nanị\",\n    \"justly\": \"n'ụzọ ziri ezi\",\n    \"justling\": \"na-akụ\",\n    \"justment\": \"ikpe ziri ezi\",\n    \"justments\": \"ikpe\",\n    \"justness\": \"ikpe ziri ezi\",\n    \"justnesses\": \"ikpe ziri ezi\",\n    \"justo\": \"ziri ezi\",\n    \"justs\": \"ziri ezi\",\n    \"jute\": \"ọchị\",\n    \"jutes\": \"Okechi\",\n    \"jutic\": \"dị egwu\",\n    \"jutlandish\": \"obodo jutland\",\n    \"jutted\": \"Ikenna\",\n    \"juttied\": \"Ikenna I\",\n    \"jutties\": \"ikechi\",\n    \"juttying\": \"chikwa\",\n    \"jutting\": \"chikwa\",\n    \"juvenal\": \"nwata\",\n    \"juvenalian\": \"nwata\",\n    \"juvenals\": \"ụmụaka\",\n    \"juvenate\": \"afọ\",\n    \"juvenescence\": \"afọ ndụ\",\n    \"juvenescent\": \"afọ\",\n    \"juvenile\": \"na-eto eto\",\n    \"juvenilely\": \"na-eto eto\",\n    \"juvenileness\": \"nwata\",\n    \"juveniles\": \"umuaka\",\n    \"juvenilia\": \"Uchenna\",\n    \"juvenility\": \"afọ iri na ụma\",\n    \"juvenilities\": \"juvenities\",\n    \"juxtalittoral\": \"onyenze\",\n    \"juxtaposing\": \"juxtapos\",\n    \"juxtapositions\": \"juxtaposition\",\n    \"jwahar\": \"Ohaji\",\n    \"kabar\": \"akwa\",\n    \"kabars\": \"akwa\",\n    \"kabassou\": \"cabassou\",\n    \"kabbala\": \"kabbalah\",\n    \"kabobs\": \"kabob\",\n    \"kabonga\": \"kabọnga\",\n    \"kaddishes\": \"ihe ndozi\",\n    \"kayakers\": \"ndị na-anya ụgbọ mmiri\",\n    \"kayaks\": \"kayak\",\n    \"kayan\": \"ihe eji achọ mma\",\n    \"kayasth\": \"KAYsth\",\n    \"kaik\": \"ikwu\",\n    \"kailyards\": \"ụlọikwuu\",\n    \"kains\": \"dị iche iche\",\n    \"kayoed\": \"Nwunye\",\n    \"kayoes\": \"ndiegwu\",\n    \"kayoing\": \"ndiegwu\",\n    \"kairotic\": \"nri\",\n    \"kaisers\": \"achịcha\",\n    \"kaisership\": \"Kaisership\",\n    \"kaithi\": \"Kaithi\",\n    \"kayvan\": \"Nwachukwu\",\n    \"kayward\": \"Nwachukwu\",\n    \"kaleyard\": \"Kaleyard\",\n    \"kaleidoscopic\": \"Nkechi Nkechi\",\n    \"kaleidoscopically\": \"Nke ozo\",\n    \"kalekah\": \"ọzọ\",\n    \"kalend\": \"ọzọ\",\n    \"kalends\": \"kalenyere\",\n    \"kales\": \"keles\",\n    \"kalewives\": \"ndi ozo\",\n    \"kalians\": \"ndị Kalịnda\",\n    \"kalymmaukion\": \"ndiegwu\",\n    \"kalymmocyte\": \"ndiegwu\",\n    \"kalyptra\": \"ndiegwu\",\n    \"kalyptras\": \"ndiegwu\",\n    \"kalispel\": \"okwueze\",\n    \"kaliums\": \"kaliọm\",\n    \"kalkvis\": \"ndiegwu\",\n    \"kalongs\": \"Ogologo\",\n    \"kalpaks\": \"ndiegwu\",\n    \"kalsomining\": \"Onyebuchi\",\n    \"kalumpang\": \"ndiigbo\",\n    \"kalumpit\": \"ndiigbo\",\n    \"kamahi\": \"kama\",\n    \"kanes\": \"kane\",\n    \"kanred\": \"echekwara\",\n    \"kantism\": \"kantian\",\n    \"kantist\": \"kantian\",\n    \"kantry\": \"obodo\",\n    \"kaoliangs\": \"ndiegwu\",\n    \"kaolinate\": \"kaolinite\",\n    \"kaoline\": \"kaolin\",\n    \"kaolinised\": \"keolinised\",\n    \"kapellmeister\": \"Uchenna Onyekwere\",\n    \"kappellmeister\": \"ndukwe\",\n    \"kaput\": \"osisi\",\n    \"kaputt\": \"nnweta\",\n    \"karaism\": \"karama\",\n    \"karaitism\": \"karatism\",\n    \"karateist\": \"onye karate\",\n    \"karates\": \"karat\",\n    \"karats\": \"karat\",\n    \"karbi\": \"Nwoke\",\n    \"karel\": \"okpokoro\",\n    \"karyaster\": \"ụghaster\",\n    \"karyochrome\": \"mbubreyo\",\n    \"karyocyte\": \"mbubreyo\",\n    \"karyolymph\": \"mbubreke\",\n    \"karyolitic\": \"mbubreyo\",\n    \"karyolytic\": \"mbubreyo\",\n    \"karyology\": \"nkà mmụta sayensị\",\n    \"karyologic\": \"agbatị\",\n    \"karyomitoic\": \"mbubreyo\",\n    \"karyomitotic\": \"mbubreyo\",\n    \"karyon\": \"karọn\",\n    \"karyoplasm\": \"mbubreyo\",\n    \"karyoplasmatic\": \"mbubreyo\",\n    \"karyoplasmic\": \"mbubreyo\",\n    \"karyotypic\": \"chukwuemeka eze\",\n    \"karyotypical\": \"mbubreyo\",\n    \"karns\": \"karn\",\n    \"kaross\": \"Ugba\",\n    \"karosses\": \"Ugba\",\n    \"karsts\": \"kars\",\n    \"kartings\": \"Kartings\",\n    \"kartvel\": \"karọt\",\n    \"kartvelian\": \"Kartvelian\",\n    \"kashered\": \"gbagburu\",\n    \"kashering\": \"mbibi\",\n    \"kassite\": \"Kassite\",\n    \"katabasis\": \"katabasi\",\n    \"katabolic\": \"akwara\",\n    \"katabothra\": \"katabotra\",\n    \"katabothron\": \"katabotron\",\n    \"katacrotic\": \"katacrotik\",\n    \"katalysis\": \"nyocha\",\n    \"katalytic\": \"kataliki\",\n    \"katchung\": \"nwachukwu\",\n    \"kathodes\": \"katọdes\",\n    \"kathryn\": \"ebechi\",\n    \"katinka\": \"kaadịka\",\n    \"kations\": \"Ọdụ\",\n    \"katjepiering\": \"mmmmmmmmmmmmm\",\n    \"katogle\": \"nwachukwu\",\n    \"katsunkel\": \"Ukegbu\",\n    \"kauries\": \"Nwunye\",\n    \"kazak\": \"Kazak\",\n    \"kazatski\": \"Kazatski\",\n    \"kazatsky\": \"Uchenna\",\n    \"kazatskies\": \"Uchechi\",\n    \"kazoos\": \"Kazoos\",\n    \"keat\": \"okpu\",\n    \"keats\": \"akpa\",\n    \"kebby\": \"ihe omume\",\n    \"kebbies\": \"ihe omume\",\n    \"keck\": \"akpa\",\n    \"kecked\": \"mara\",\n    \"kecking\": \"ịkụ aka\",\n    \"keckle\": \"mkpọchi\",\n    \"keckled\": \"kụrụ aka\",\n    \"keckles\": \"mkpọchi\",\n    \"keckling\": \"ịkụ aka\",\n    \"kecks\": \"akpa\",\n    \"kecksy\": \"kecky\",\n    \"kecksies\": \"Ike\",\n    \"kedged\": \"kedge\",\n    \"kedger\": \"kedgeree\",\n    \"kedgerees\": \"kedgeree\",\n    \"kedges\": \"kele\",\n    \"kedging\": \"na-achọ\",\n    \"keefs\": \"keef\",\n    \"keekers\": \"keeke\",\n    \"keeks\": \"mkpọchi\",\n    \"keelboats\": \"ụgbọ mmiri\",\n    \"keeling\": \"na-agbanye\",\n    \"keels\": \"mkpuchi\",\n    \"keelson\": \"Keelson\",\n    \"keelsons\": \"okpu\",\n    \"keen\": \"na-achọsi ike\",\n    \"keena\": \"eweta\",\n    \"keener\": \"dị nkọ\",\n    \"keeners\": \"chọrọ\",\n    \"keenest\": \"jisie ike\",\n    \"keening\": \"na-achọsi ike\",\n    \"keenly\": \"jisie ike\",\n    \"keenness\": \"nyocha\",\n    \"keennesses\": \"nyocha\",\n    \"keens\": \"akpa\",\n    \"keep\": \"jigide\",\n    \"keepable\": \"echebe\",\n    \"keeper\": \"onye nlekọta\",\n    \"keeperess\": \"onye na-edebe ihe\",\n    \"keepering\": \"na-elekọta ihe\",\n    \"keeperless\": \"enweghị nchekwa\",\n    \"keepers\": \"ndị na-elekọta\",\n    \"keepership\": \"ọrụ\",\n    \"keeping\": \"Idebe\",\n    \"keepings\": \"idebe\",\n    \"keeps\": \"nọgidere\",\n    \"keepsake\": \"na-eme\",\n    \"keepsakes\": \"na-edo\",\n    \"keepsaky\": \"nọgidere\",\n    \"keepworthy\": \"kwesịrị ekwesị\",\n    \"keest\": \"ihe kacha mkpa\",\n    \"keesters\": \"ndị na-agụ ọrụ\",\n    \"keets\": \"mpempe akwụkwọ\",\n    \"keglers\": \"kegle\",\n    \"kegling\": \"ịmara\",\n    \"keglings\": \"keg\",\n    \"kegs\": \"mkpọ\",\n    \"key\": \"igodo\",\n    \"keyboard\": \"kiiboodu\",\n    \"keyboarded\": \"kiiboodu\",\n    \"keyboarder\": \"kiiboodu\",\n    \"keyboarding\": \"Mkpọchi keyboard\",\n    \"keyboards\": \"kiiboodu\",\n    \"keybutton\": \"mkpọchi\",\n    \"keid\": \"igodo\",\n    \"keyhole\": \"igodo\",\n    \"keying\": \"isi\",\n    \"keyless\": \"enweghị isi\",\n    \"keylet\": \"igodo\",\n    \"keilhauite\": \"keilhauer\",\n    \"keylock\": \"mkpọchi mkpọchi\",\n    \"keyman\": \"igodo\",\n    \"keymen\": \"igodo\",\n    \"keymove\": \"igodo\",\n    \"keynote\": \"isi ihe\",\n    \"keynoted\": \"isi\",\n    \"keynoter\": \"onye isi ihe\",\n    \"keynotes\": \"isi okwu\",\n    \"keynoting\": \"isi ihe\",\n    \"keypad\": \"ahụigodo\",\n    \"keypress\": \"mkpọchi\",\n    \"keypresses\": \"nrụgide\",\n    \"keypunched\": \"kechie\",\n    \"keirs\": \"oche\",\n    \"keys\": \"igodo\",\n    \"keyserlick\": \"keyerlick\",\n    \"keyset\": \"igodo\",\n    \"keysets\": \"Igodo\",\n    \"keyslot\": \"keylot\",\n    \"keysmith\": \"mkpọchi\",\n    \"keist\": \"isi\",\n    \"keyster\": \"ihe mkpịsị ugodi\",\n    \"keisters\": \"ndi ozo\",\n    \"keysters\": \"mkpịsị ugodi\",\n    \"keystone\": \"okpokoro isi\",\n    \"keystoned\": \"gbụrụ\",\n    \"keystones\": \"okwute igodo\",\n    \"keystrokes\": \"igodo isi\",\n    \"keyways\": \"ụzọ\",\n    \"keywd\": \"igodo\",\n    \"keyword\": \"isiokwu\",\n    \"keywords\": \"isi okwu\",\n    \"keywrd\": \"igodo\",\n    \"kell\": \"kolu\",\n    \"kellia\": \"Okechukwu\",\n    \"kellies\": \"kechie\",\n    \"kellys\": \"Okechukwu\",\n    \"keloids\": \"keloid\",\n    \"kelped\": \"gwuru\",\n    \"kelper\": \"kepler\",\n    \"kelpfishes\": \"kelp azụ\",\n    \"kelpy\": \"kelpie\",\n    \"kelping\": \"na-egwu\",\n    \"kelps\": \"ịnyịnya\",\n    \"kelpwort\": \"Nwaobueka\",\n    \"kelt\": \"gbazee\",\n    \"kelters\": \"kelter\",\n    \"keltic\": \"Kelị\",\n    \"keltics\": \"Kelị\",\n    \"keltie\": \"tienwa\",\n    \"kelvin\": \"Obinna\",\n    \"kempster\": \"kpakpando\",\n    \"kempts\": \"ihe omimi\",\n    \"kench\": \"onu okuko\",\n    \"kenches\": \"ulochi\",\n    \"kendy\": \"Nwokeji\",\n    \"kenyan\": \"Onye Kenya\",\n    \"kenyans\": \"ndị Kenya\",\n    \"kenmark\": \"akara\",\n    \"kenned\": \"kpọọ\",\n    \"kennedy\": \"Nwankwo\",\n    \"kennel\": \"ulo nkita\",\n    \"kenneled\": \"kpọtụrụ\",\n    \"kenneling\": \"ulogbo\",\n    \"kennelled\": \"akpọrọ\",\n    \"kennelly\": \"ulo nkita\",\n    \"kennels\": \"ulo nkita\",\n    \"kenner\": \"onye isi okwu\",\n    \"kenneth\": \"Nwachukwu\",\n    \"kenning\": \"na-atụgharị uche\",\n    \"kennings\": \"anụkwa\",\n    \"kenningwort\": \"Nnukwu\",\n    \"kenos\": \"ndi Kenya\",\n    \"kenosises\": \"kenosise\",\n    \"kenoticist\": \"onye ode akwukwo\",\n    \"kenotist\": \"onye na-ede akwụkwọ\",\n    \"kenotron\": \"ụlọ\",\n    \"kenotrons\": \"okpu\",\n    \"kens\": \"kootu\",\n    \"kensington\": \"Ugbokodo\",\n    \"kensitite\": \"Uchechi\",\n    \"kentallenite\": \"ezegbako\",\n    \"kentish\": \"Kentish\",\n    \"kentishman\": \"Nwokeji\",\n    \"kentledge\": \"kent nkwa\",\n    \"kephir\": \"kefir\",\n    \"kepis\": \"mkpọchi\",\n    \"kepped\": \"pịa\",\n    \"kepping\": \"Idebe\",\n    \"keps\": \"mkpọchi\",\n    \"kept\": \"nọ\",\n    \"keracele\": \"keracel\",\n    \"keraci\": \"kiraci\",\n    \"keramic\": \"keramiiki\",\n    \"keramics\": \"keramiiki\",\n    \"kerasin\": \"manu oku\",\n    \"kerasine\": \"manu oku\",\n    \"keratins\": \"keratin\",\n    \"kerb\": \"igbochi\",\n    \"kerbing\": \"Nwunye\",\n    \"kerbs\": \"ihe mgbochi\",\n    \"kercher\": \"Onyema\",\n    \"kerchieft\": \"Onyebuchi\",\n    \"kerchieves\": \"Onyekachi\",\n    \"kerykeion\": \"Nwachukwu\",\n    \"kerystics\": \"kerystik\",\n    \"kerned\": \"kụrụ\",\n    \"kerneling\": \"okpuru\",\n    \"kernelled\": \"kernell\",\n    \"kernelly\": \"kernel\",\n    \"kerner\": \"kernel\",\n    \"kernes\": \"kernels\",\n    \"kerning\": \"Ugbo\",\n    \"kerns\": \"kern\",\n    \"keros\": \"mmanụ\",\n    \"kerosene\": \"manu oku\",\n    \"kerosenes\": \"manu oku\",\n    \"kerosine\": \"manu oku\",\n    \"kerosines\": \"manu oku\",\n    \"kerry\": \"keri\",\n    \"kerrikerri\": \"kerikeri\",\n    \"kersanne\": \"kers anne\",\n    \"kersey\": \"kootu\",\n    \"kerseynette\": \"Kershi nette\",\n    \"kerseys\": \"Akpa uwe\",\n    \"kerslosh\": \"Ugochukwu\",\n    \"kerve\": \"nchekwa\",\n    \"kesse\": \"jesse\",\n    \"kesslerman\": \"Obinna Nwoke\",\n    \"kestrelkestrels\": \"kestrel kestrels\",\n    \"kestrels\": \"kestrel\",\n    \"ketal\": \"ketul\",\n    \"ketch\": \"achicha\",\n    \"ketchy\": \"kpochi\",\n    \"keten\": \"ketin\",\n    \"ketenes\": \"ketin\",\n    \"keto\": \"ọzọ\",\n    \"ketole\": \"Ekwuru\",\n    \"ketonize\": \"ketoniz\",\n    \"ketoxime\": \"ogechi\",\n    \"kette\": \"nwachukwu\",\n    \"kettle\": \"ketulu\",\n    \"kettlecase\": \"ketulu\",\n    \"kettledrum\": \"kootledrum\",\n    \"kettledrums\": \"Ketledrums\",\n    \"kettlemaker\": \"osi ite\",\n    \"kettlemaking\": \"kettlem\",\n    \"kettler\": \"ketulu\",\n    \"ketuboth\": \"ketubot\",\n    \"keuper\": \"mkpọchi\",\n    \"kevan\": \"ebe obibi\",\n    \"kevel\": \"oche\",\n    \"kevelhead\": \"nhazi ọkwa\",\n    \"kevels\": \"etoju\",\n    \"kevil\": \"oche\",\n    \"kevils\": \"mkpịsị aka\",\n    \"kexy\": \"ihe nnabata\",\n    \"kg\": \"n'arọ\",\n    \"kgf\": \"Kpọg\",\n    \"kgr\": \"N'arọ\",\n    \"khalal\": \"khalil\",\n    \"khalif\": \"khalifa\",\n    \"khalifs\": \"khalifa\",\n    \"khamseens\": \"Uchechi\",\n    \"khanates\": \"mmmmmmmmmmmmm\",\n    \"khandait\": \"Uzoukwu\",\n    \"khanjar\": \"Onyinyechi\",\n    \"kharwa\": \"ukwu\",\n    \"khasa\": \"efu\",\n    \"khats\": \"khatị\",\n    \"khattish\": \"Anụmanụ\",\n    \"khazens\": \"ọtụtụ\",\n    \"khedival\": \"ogechi\",\n    \"kherwarian\": \"Onyema\",\n    \"khi\": \"ndu\",\n    \"khidmatgar\": \"Khidmatgar\",\n    \"khidmutgar\": \"Khidmutgar\",\n    \"khila\": \"kwue\",\n    \"khir\": \"ukwu\",\n    \"khis\": \"chik\",\n    \"khitmatgar\": \"agwu\",\n    \"khitmutgar\": \"itlọma\",\n    \"khlysti\": \"chukwueme\",\n    \"khmer\": \"Khmer\",\n    \"khrushchev\": \"krushchev\",\n    \"khubber\": \"Khubber\",\n    \"khutba\": \"Khutba\",\n    \"khutbah\": \"Khutbah\",\n    \"kiack\": \"achị\",\n    \"kyack\": \"kayak\",\n    \"kyacks\": \"kayak\",\n    \"kyak\": \"kayak\",\n    \"kyanised\": \"chukwuemeka\",\n    \"kyanising\": \"Nwachukwu\",\n    \"kyanized\": \"Ogbogu\",\n    \"kyanizes\": \"Uzoukwu\",\n    \"kyanizing\": \"Chidinma\",\n    \"kyars\": \"kpụrụ\",\n    \"kibble\": \"kwụrụ\",\n    \"kibbled\": \"gbaburu\",\n    \"kibbler\": \"onyinyechi\",\n    \"kibblerman\": \"onyinyechi\",\n    \"kibbles\": \"mbata\",\n    \"kibbling\": \"igbanwe\",\n    \"kibbutz\": \"mbido\",\n    \"kibitz\": \"onyinye\",\n    \"kibitzed\": \"nwakpo\",\n    \"kibitzers\": \"ndiegwu\",\n    \"kibitzing\": \"itgbọ\",\n    \"kichel\": \"obiche\",\n    \"kick\": \"agaghịkwa\",\n    \"kickball\": \"bọọlụ\",\n    \"kickdown\": \"nkụ\",\n    \"kicked\": \"gbaa ụkwụ\",\n    \"kickiest\": \"kachasi\",\n    \"kicking\": \"ịgba ụkwụ\",\n    \"kickish\": \"gbue\",\n    \"kickless\": \"enweghị aka\",\n    \"kickoff\": \"mgbachapụ\",\n    \"kickplate\": \"gbanye\",\n    \"kickseys\": \"segba\",\n    \"kickshaws\": \"ịgba aka\",\n    \"kicksies\": \"mụ aka\",\n    \"kickup\": \"bulie\",\n    \"kid\": \"nwa ewu\",\n    \"kidcote\": \"nkpuru\",\n    \"kidded\": \"na-ama\",\n    \"kidder\": \"nwa ebu\",\n    \"kidderminster\": \"dermụ nwoke\",\n    \"kidders\": \"Na-egwu egwuregwu\",\n    \"kiddy\": \"Kiddy\",\n    \"kiddier\": \"nwa\",\n    \"kiddies\": \"ụmụaka\",\n    \"kidding\": \"na-egwu egwu\",\n    \"kiddingly\": \"na-egwu egwu\",\n    \"kiddish\": \"kiddush\",\n    \"kiddishness\": \"akpo\",\n    \"kiddle\": \"nwa ewu\",\n    \"kiddo\": \"mkpuchi\",\n    \"kiddoes\": \"kiddos\",\n    \"kiddushes\": \"kiddush\",\n    \"kidhood\": \"umuaka\",\n    \"kidlet\": \"nwa ewu\",\n    \"kidlike\": \"yiri\",\n    \"kidling\": \"na-egbu mmụọ\",\n    \"kidnap\": \"zuo mmadu\",\n    \"kidnaped\": \"tọọrọ\",\n    \"kidnapee\": \"onye ntọrọ\",\n    \"kidnaper\": \"onye ntọrọ\",\n    \"kidnapers\": \"onye ntọrọ\",\n    \"kidnaping\": \"zuo mmadu\",\n    \"kidnapped\": \"tọọrọ\",\n    \"kidnappee\": \"tọọrọ\",\n    \"kidnapper\": \"ntọrị\",\n    \"kidnappers\": \"ndị ntọrọ\",\n    \"kidnapping\": \"ịtọrọ mmadụ\",\n    \"kidnappings\": \"ịtọrọ mmadụ\",\n    \"kidnaps\": \"ịtọrọ mmadụ\",\n    \"kidney\": \"akụrụ\",\n    \"kidneylike\": \"akụrụ\",\n    \"kidneylipped\": \"akụrụ lipped\",\n    \"kidneyroot\": \"mgbọrọgwụ akụrụ\",\n    \"kidneys\": \"akụrụ\",\n    \"kidneywort\": \"akụrụ\",\n    \"kids\": \"ụmụaka\",\n    \"kidskin\": \"akpụkpọ ahụ\",\n    \"kidskins\": \"akpụkpọ ụmụaka\",\n    \"kidsman\": \"nwa nwoke\",\n    \"kidvid\": \"nwavid\",\n    \"kiel\": \"ibu\",\n    \"kiers\": \"igwe\",\n    \"kieselguhr\": \"Kieselguhr\",\n    \"kieselgur\": \"Nwachukwu\",\n    \"kieserite\": \"Kieserite\",\n    \"kiesserite\": \"essbaeji\",\n    \"kiester\": \"Kiester\",\n    \"kiestless\": \"keestless\",\n    \"kikawaeo\": \"kikaweo\",\n    \"kike\": \"ike\",\n    \"kyke\": \"ike\",\n    \"kikki\": \"kiki\",\n    \"kyklopes\": \"okpokoro\",\n    \"kyklops\": \"okpukpu\",\n    \"kikuel\": \"Kikuel\",\n    \"kyl\": \"Nwachukwu\",\n    \"kyle\": \"Nwachukwu\",\n    \"kilerg\": \"kilogram\",\n    \"kiliare\": \"egbu egbu\",\n    \"kylie\": \"Nwachukwu\",\n    \"kylies\": \"EBuru\",\n    \"kylikec\": \"Nwachukwu\",\n    \"kilims\": \"egbu\",\n    \"kylite\": \"Nwunye\",\n    \"kylix\": \"Chidimma\",\n    \"kill\": \"gbue\",\n    \"killable\": \"okpu\",\n    \"killadar\": \"egbu mara\",\n    \"killbuck\": \"igbu egbu\",\n    \"killcalf\": \"ogbugbu\",\n    \"killcrop\": \"egbu egbu\",\n    \"killdee\": \"ogbu mmadu\",\n    \"killdeer\": \"ogbu mmadu\",\n    \"killdeers\": \"ndị gburu\",\n    \"killdees\": \"ogbu\",\n    \"killed\": \"gburu\",\n    \"killer\": \"ogbu mmadu\",\n    \"killers\": \"ndị na-egbu egbu\",\n    \"killy\": \"egbu\",\n    \"killick\": \"egbu egbu\",\n    \"killickinnic\": \"egbu egbu\",\n    \"killicks\": \"ihe mgbu\",\n    \"killifish\": \"igbuifish\",\n    \"killifishes\": \"egbu egbu\",\n    \"killig\": \"igbu\",\n    \"killikinic\": \"egbuikinic\",\n    \"killing\": \"na-egbu\",\n    \"killingly\": \"na-egbu egbu\",\n    \"killingness\": \"igbu\",\n    \"killings\": \"ogbugbu\",\n    \"killinite\": \"igbu\",\n    \"killjoy\": \"igbu\",\n    \"killjoys\": \"egbu egbu\",\n    \"killoch\": \"egbu egbu\",\n    \"killock\": \"egbu egbu\",\n    \"killocks\": \"egbu egbu\",\n    \"kills\": \"na-egbu\",\n    \"killweed\": \"igbu egbu\",\n    \"killwort\": \"igbu egbu\",\n    \"kiln\": \"n'ekwú\",\n    \"kilned\": \"gbue\",\n    \"kilning\": \"na-egbu\",\n    \"kilnrib\": \"egbu egbu\",\n    \"kilogramme\": \"kilogram\",\n    \"kilograms\": \"kilogram\",\n    \"kilohertz\": \"kilogram\",\n    \"kiloline\": \"kilogram\",\n    \"kiloliter\": \"kilogram\",\n    \"kilolitre\": \"kilogram\",\n    \"kilom\": \"kilomita\",\n    \"kilometer\": \"kilometa\",\n    \"kilometers\": \"kilomita\",\n    \"kilometrage\": \"kilomita\",\n    \"kilometre\": \"kilometa\",\n    \"kilometric\": \"kilometa\",\n    \"kilometrical\": \"kilometa\",\n    \"kilooersted\": \"Ugogbe\",\n    \"kilos\": \"kilo\",\n    \"kilotons\": \"kilotọn\",\n    \"kilted\": \"egbu\",\n    \"kilters\": \"kilt\",\n    \"kilty\": \"ikpe mara\",\n    \"kilting\": \"na-egbu\",\n    \"kiltlike\": \"Onyekwere\",\n    \"kymation\": \"itinye aka\",\n    \"kimeridgian\": \"onyedikachi\",\n    \"kimnel\": \"kimulu\",\n    \"kymnel\": \"okpuru\",\n    \"kymograms\": \"okpukpu\",\n    \"kymograph\": \"okpokoro\",\n    \"kymography\": \"ihe omimi\",\n    \"kymographic\": \"okpukpo\",\n    \"kin\": \"onye ikwu\",\n    \"kinch\": \"nkuchi\",\n    \"kind\": \"obiọma\",\n    \"kindal\": \"obi oma\",\n    \"kinder\": \"obi ebere\",\n    \"kindergarten\": \"lọ akwụkwọ ọta akara\",\n    \"kindergartener\": \"kindlọ akwụkwọ ọta akara\",\n    \"kindergartening\": \"ụlọ akwụkwọ ọta akara\",\n    \"kindergartens\": \"kindlọ akwụkwọ ọta akara\",\n    \"kindergartner\": \"ụlọ akwụkwọ ọta akara\",\n    \"kindergartners\": \"kindlọ akwụkwọ ọta akara\",\n    \"kinderhook\": \"Nwachukwu\",\n    \"kindest\": \"dị obiọma\",\n    \"kindheart\": \"onye obi ebere\",\n    \"kindhearted\": \"nwee obi oma\",\n    \"kindheartedly\": \"n'obi\",\n    \"kindheartedness\": \"obi ebere\",\n    \"kindjal\": \"Obi ebere\",\n    \"kindle\": \"mụọ\",\n    \"kindled\": \"gbara oku\",\n    \"kindler\": \"osi osi\",\n    \"kindlers\": \"ndị na-ahụ n'anya\",\n    \"kindles\": \"umu anwuru\",\n    \"kindlesome\": \"dị nwayọọ\",\n    \"kindless\": \"enweghị obi ebere\",\n    \"kindlessly\": \"enweghị obi ebere\",\n    \"kindly\": \"jiri obiọma\",\n    \"kindlier\": \"nke di nma\",\n    \"kindliest\": \"nke kachasị mma\",\n    \"kindlily\": \"jiri obi oma\",\n    \"kindliness\": \"obi oma\",\n    \"kindling\": \"na-egbu mmụọ\",\n    \"kindlings\": \"obiọma\",\n    \"kindness\": \"obiọma\",\n    \"kindnesses\": \"obiọma\",\n    \"kindred\": \"ikwu\",\n    \"kindredless\": \"enweghịdị\",\n    \"kindredly\": \"ịdị obiọma\",\n    \"kindredness\": \"ọdịmma\",\n    \"kindreds\": \"ndị ikwu\",\n    \"kindredship\": \"mmekọrịta\",\n    \"kindrend\": \"obi oma\",\n    \"kinds\": \"ụdị\",\n    \"kine\": \"ehi\",\n    \"kinematical\": \"kinematikal\",\n    \"kinematics\": \"kinematik\",\n    \"kinemometer\": \"kinemomita\",\n    \"kineplasty\": \"mmmmmmmmmmmmm\",\n    \"kines\": \"igwe\",\n    \"kinescoped\": \"echekwara\",\n    \"kinescoping\": \"ndiegwu\",\n    \"kineses\": \"kines\",\n    \"kinesiatric\": \"Nwachukwu\",\n    \"kinesimeter\": \"kinesimita\",\n    \"kinesitherapy\": \"ọgwụgwọ kinesitherapy\",\n    \"kinesodic\": \"nwaeze\",\n    \"kinetical\": \"kinetikal\",\n    \"kineticist\": \"onye nyocha\",\n    \"kinetics\": \"kinetikisi\",\n    \"kinetographer\": \"onye na-ese ihe nkiri\",\n    \"kinetoscope\": \"kinetoskop\",\n    \"king\": \"eze\",\n    \"kingbird\": \"eze\",\n    \"kingbirds\": \"nnụnụ ndị eze\",\n    \"kingbolt\": \"eze\",\n    \"kingbolts\": \"ndị eze\",\n    \"kingcob\": \"ezebuba\",\n    \"kingcraft\": \"eze\",\n    \"kingcup\": \"eze\",\n    \"kingcups\": \"ndiegwu\",\n    \"kingdom\": \"alaeze\",\n    \"kingdomed\": \"alaeze\",\n    \"kingdomful\": \"nke nwere alaeze\",\n    \"kingdomless\": \"alaeze\",\n    \"kingdoms\": \"alaeze\",\n    \"kingdomship\": \"alaeze\",\n    \"kinged\": \"eze\",\n    \"kingfish\": \"azụ azụ\",\n    \"kingfisher\": \"azụ azụ\",\n    \"kingfishers\": \"azụfishhers\",\n    \"kingfishes\": \"azụfish\",\n    \"kinghead\": \"eze isi\",\n    \"kinghood\": \"ubọn̄\",\n    \"kinghoods\": \"alaeze\",\n    \"kinghunter\": \"eze dinta\",\n    \"kinging\": \"eze\",\n    \"kingklip\": \"ezeklip\",\n    \"kingless\": \"enweghị eze\",\n    \"kinglessness\": \"enweghị eze\",\n    \"kinglet\": \"eze\",\n    \"kinglets\": \"akwụkwọ akụkọ\",\n    \"kingly\": \"eze\",\n    \"kinglier\": \"eze\",\n    \"kingliest\": \"eze\",\n    \"kinglihood\": \"alaeze\",\n    \"kinglike\": \"dị ka eze\",\n    \"kinglily\": \"eze\",\n    \"kingliness\": \"eze\",\n    \"kingling\": \"eze\",\n    \"kingmaker\": \"emee eze\",\n    \"kingmaking\": \"eze\",\n    \"kingpiece\": \"eze\",\n    \"kingpin\": \"eze\",\n    \"kingpins\": \"ndị eze\",\n    \"kingpost\": \"akwụkwọ ozi\",\n    \"kingposts\": \"okpu eze\",\n    \"kings\": \"ndị eze\",\n    \"kingship\": \"ọbụbụeze\",\n    \"kingships\": \"alaeze\",\n    \"kingside\": \"alaeze\",\n    \"kingsides\": \"eze\",\n    \"kingsize\": \"eze\",\n    \"kingsman\": \"onye eze\",\n    \"kingsnake\": \"kingnake\",\n    \"kingston\": \"Ugochi\",\n    \"kingu\": \"eze\",\n    \"kingweed\": \"kingwood\",\n    \"kingwoods\": \"kingwood\",\n    \"kinins\": \"ndị ikwu\",\n    \"kinked\": \"Ochie\",\n    \"kinky\": \"Nwuezo\",\n    \"kinkily\": \"ngbako\",\n    \"kinkiness\": \"Ochie\",\n    \"kinking\": \"ikpa\",\n    \"kinkled\": \"kinkink\",\n    \"kinkly\": \"nwako\",\n    \"kinless\": \"enweghị mmetụta\",\n    \"kinnikinic\": \"kinnikinik\",\n    \"kinnikinnic\": \"kinnikinik\",\n    \"kinoplasm\": \"mmmmmmmmmmmmm\",\n    \"kinoplasmic\": \"mmmmmmmmmmmmm\",\n    \"kinosternon\": \"Nwachukwu\",\n    \"kinsen\": \"nwanne nna\",\n    \"kinship\": \"nwanne\",\n    \"kinships\": \"kinship\",\n    \"kinsman\": \"onye ikwu\",\n    \"kinsmanly\": \"onye ikwu\",\n    \"kinsmanship\": \"insmụnna\",\n    \"kinsmen\": \"ndị ikwu\",\n    \"kinspeople\": \"ndị ikwu\",\n    \"kinswoman\": \"nwanne nwanyị\",\n    \"kinswomen\": \"umunwanyi\",\n    \"kyoodled\": \"Chidinma\",\n    \"kyoodling\": \"Chidinma\",\n    \"kip\": \"kpu\",\n    \"kipfel\": \"Uchechukwu\",\n    \"kyphoscoliotic\": \"okpokoro\",\n    \"kyphoses\": \"okpokoro\",\n    \"kyphotic\": \"okpokoro\",\n    \"kiplingese\": \"Uchechukwu\",\n    \"kipped\": \"gbanye\",\n    \"kipper\": \"achịcha\",\n    \"kippered\": \"ekwuokwu\",\n    \"kipperer\": \"onyekwere\",\n    \"kipping\": \"mbukota\",\n    \"kips\": \"mkpọ\",\n    \"kipskin\": \"Akwa Ibom\",\n    \"kipskins\": \"Akwa Ibom\",\n    \"kyrial\": \"Ukechi\",\n    \"kyriale\": \"Obinna\",\n    \"kyrielle\": \"Kerielle\",\n    \"kyries\": \"okpokoro\",\n    \"kyriologic\": \"Okwuchi\",\n    \"kyrios\": \"ndiegwu\",\n    \"kirking\": \"kirkuku\",\n    \"kirks\": \"mkpọ\",\n    \"kirkward\": \"dara\",\n    \"kirmesses\": \"okpu\",\n    \"kirmew\": \"kirmes\",\n    \"kirned\": \"kirn\",\n    \"kirning\": \"ututu\",\n    \"kirns\": \"okpu\",\n    \"kirsch\": \"achịcha\",\n    \"kirsches\": \"nkochi\",\n    \"kirschwasser\": \"Nwachukwu\",\n    \"kirsen\": \"Kirsen\",\n    \"kirsten\": \"Akpa\",\n    \"kirsty\": \"Ekechukwu\",\n    \"kirtled\": \"anwuru\",\n    \"kirtles\": \"tlọ\",\n    \"kirver\": \"kverver\",\n    \"kisan\": \"igbu\",\n    \"kyschty\": \"Nwachukwu\",\n    \"kislev\": \"Onyinye\",\n    \"kismetic\": \"kismetik\",\n    \"kiss\": \"isusu onu\",\n    \"kissability\": \"nsusu ọnụ\",\n    \"kissable\": \"susuo ya\",\n    \"kissableness\": \"nsutu\",\n    \"kissably\": \"susuo ya\",\n    \"kissage\": \"isonu\",\n    \"kissar\": \"susuo\",\n    \"kissed\": \"susuo ya ọnụ\",\n    \"kissel\": \"susonu\",\n    \"kissers\": \"isusu-ọnụ\",\n    \"kisses\": \"nsutu\",\n    \"kissy\": \"isonu\",\n    \"kissing\": \"isusu ọnụ\",\n    \"kissingly\": \"isutu ọnụ\",\n    \"kissproof\": \"Kissproof\",\n    \"kisswise\": \"susuo ya\",\n    \"kist\": \"Akuko\",\n    \"kistful\": \"Onwuchekwa\",\n    \"kistfuls\": \"Nnenna\",\n    \"kists\": \"aka\",\n    \"kistvaen\": \"Onyinye\",\n    \"kitchen\": \"kichin\",\n    \"kitchener\": \"osi ite\",\n    \"kitchenet\": \"usekwu\",\n    \"kitchenette\": \"usekwu\",\n    \"kitchenettes\": \"kichin\",\n    \"kitchenful\": \"esi nri\",\n    \"kitcheny\": \"kichin\",\n    \"kitchenless\": \"enweghị kichin\",\n    \"kitchenmaid\": \"Nwanyị na-arụ ọrụ n'ụlọ nri\",\n    \"kitchenman\": \"Onye na-esi nri\",\n    \"kitchenry\": \"kichin\",\n    \"kitchens\": \"Kichin\",\n    \"kitchenward\": \"kichinward\",\n    \"kitchenwards\": \"isi nri\",\n    \"kitchenware\": \"kichin\",\n    \"kitchenwife\": \"Nwanyị na-esi nri\",\n    \"kite\": \"egbe\",\n    \"kited\": \"Akpa\",\n    \"kiteflier\": \"onyekwelu\",\n    \"kiteflying\": \"Uchechukwu\",\n    \"kitelike\": \"ịnara\",\n    \"kites\": \"kita\",\n    \"kith\": \"chi\",\n    \"kithe\": \"ngwa\",\n    \"kythe\": \"chiri\",\n    \"kithed\": \"a na-asacha\",\n    \"kithing\": \"akuko\",\n    \"kything\": \"mmiri mmiri\",\n    \"kithless\": \"enweghị\",\n    \"kithlessness\": \"enweghị okwukwe\",\n    \"kiting\": \"na-akpọ\",\n    \"kitysol\": \"nwachukwu\",\n    \"kitling\": \"na-akpa nri\",\n    \"kitlings\": \"umuaka\",\n    \"kitman\": \"nwa nwoke\",\n    \"kitmudgar\": \"mbanye\",\n    \"kits\": \"ngwa iwu\",\n    \"kitsch\": \"Nwunye\",\n    \"kitsches\": \"Nwunye\",\n    \"kitschy\": \"Nwunye\",\n    \"kittar\": \"guitar\",\n    \"kittatinny\": \"chitatinny\",\n    \"kitten\": \"nwa pusi\",\n    \"kittened\": \"nwa pusi\",\n    \"kittenhearted\": \"nwamba n'obi\",\n    \"kittenhood\": \"nwusi\",\n    \"kittening\": \"na-elekọta nwa\",\n    \"kittenish\": \"nwa pusi\",\n    \"kittenishly\": \"nwa kụrụ\",\n    \"kittenishness\": \"nwusi\",\n    \"kittenless\": \"na-enweghị nwa\",\n    \"kittenlike\": \"dị ka nwa pusi\",\n    \"kittens\": \"nwa kittens\",\n    \"kittenship\": \"ihe omumu\",\n    \"kittereen\": \"kitter\",\n    \"kitthoge\": \"kitthe\",\n    \"kittycorner\": \"akụkụ kitty\",\n    \"kittycornered\": \"chukwuemeka\",\n    \"kitting\": \"na-agbatị\",\n    \"kittler\": \"nwa obere nwa\",\n    \"kittlest\": \"nwamba\",\n    \"kittling\": \"na-akpa nri\",\n    \"kittlish\": \"na na na\",\n    \"kyung\": \"okpokoro\",\n    \"kyurinish\": \"okpokoro\",\n    \"kjeldahl\": \"Obinwanne\",\n    \"kjeldahlization\": \"mmmmmmmmmmmmm\",\n    \"kjeldahlize\": \"mmmmmmmmmmmmm\",\n    \"klaberjass\": \"chukwuemeka\",\n    \"klanswoman\": \"Nwankwo Nwankwo\",\n    \"klatches\": \"klat\",\n    \"klaxons\": \"Obosara\",\n    \"kleenex\": \"Ukechi\",\n    \"kleinian\": \"Chidinke\",\n    \"klendusity\": \"ngwakọta\",\n    \"klepht\": \"Nwachukwu\",\n    \"klephtic\": \"Nwachukwu\",\n    \"klephtism\": \"Udochukwu\",\n    \"klephts\": \"Iwuchukwu\",\n    \"kleptistic\": \"Udo Nwoke\",\n    \"kleptomaniacs\": \"ndiegwu\",\n    \"klick\": \"pịa\",\n    \"klicket\": \"ịpị\",\n    \"klikitat\": \"Pịa\",\n    \"kling\": \"na-egbu egbu\",\n    \"klingsor\": \"Nkpuru\",\n    \"klip\": \"kpatụ\",\n    \"klipbok\": \"Oyibo\",\n    \"klipdachs\": \"Ogbodu\",\n    \"klippen\": \"mkpisi\",\n    \"klismos\": \"okpoko\",\n    \"klystron\": \"Okechukwu\",\n    \"klong\": \"Ogologo\",\n    \"klongs\": \"Klongs\",\n    \"kloofs\": \"kloof\",\n    \"klop\": \"Ugbala\",\n    \"klops\": \"koloji\",\n    \"klowet\": \"mkpuchi\",\n    \"kluck\": \"kpoo\",\n    \"kludge\": \"kpochie\",\n    \"kludged\": \"gbaburu\",\n    \"kludges\": \"kpochapụ\",\n    \"kludging\": \"okpokoro\",\n    \"klutz\": \"Nwokocha\",\n    \"klutzes\": \"Nwokocha\",\n    \"klutziest\": \"Ugochukwu\",\n    \"klutziness\": \"Ahụhụ\",\n    \"kmole\": \"ọchị\",\n    \"knabble\": \"akara aka\",\n    \"knackebrod\": \"Onyedikachukwu\",\n    \"knacked\": \"Emeka\",\n    \"knackers\": \"knaka\",\n    \"knacky\": \"Ikechi\",\n    \"knackier\": \"Onyedikachukwu\",\n    \"knackiest\": \"Onyekachi\",\n    \"knacking\": \"Onyekachukwu\",\n    \"knackish\": \"Ikechi\",\n    \"knacks\": \"Nkịtị\",\n    \"knackwursts\": \"knackwuts\",\n    \"knagged\": \"kpụrụ\",\n    \"knaggy\": \"Nwoke\",\n    \"knaggiest\": \"Onyekachi\",\n    \"knaidel\": \"Onyekwere\",\n    \"knaidlach\": \"Uzochukwu\",\n    \"knaydlach\": \"Knaydlach\",\n    \"knap\": \"jidere\",\n    \"knapbottle\": \"Mgbapu\",\n    \"knape\": \"nwube\",\n    \"knappe\": \"nwude\",\n    \"knapped\": \"rikpuru\",\n    \"knapper\": \"okpu\",\n    \"knappers\": \"okpu\",\n    \"knappy\": \"Obiuto\",\n    \"knapping\": \"akpo\",\n    \"knappishly\": \"nnobi\",\n    \"knapple\": \"suru ngwa ngwa\",\n    \"knaps\": \"kootu\",\n    \"knapsack\": \"kootu\",\n    \"knapsacked\": \"nwetakiri\",\n    \"knapsacking\": \"igbochi\",\n    \"knapscap\": \"nwuepe\",\n    \"knapscull\": \"Anakpọ\",\n    \"knapweeds\": \"Nweze\",\n    \"knark\": \"mara akpụ\",\n    \"knarl\": \"akara ọnụ\",\n    \"knarle\": \"njikota\",\n    \"knarred\": \"ejirila\",\n    \"knarry\": \"knarị\",\n    \"knars\": \"nju\",\n    \"knaster\": \"kpuchie\",\n    \"knatch\": \"knat\",\n    \"knave\": \"afia\",\n    \"knavery\": \"jikwaa\",\n    \"knaves\": \"njide\",\n    \"knaveship\": \"iwu\",\n    \"knavess\": \"nwachukwu\",\n    \"knavishly\": \"ngbako\",\n    \"knavishness\": \"ngbako\",\n    \"knaw\": \"nwue\",\n    \"knead\": \"igwakorita\",\n    \"kneadability\": \"ike ikpere\",\n    \"kneadable\": \"igwakorita\",\n    \"kneaded\": \"gwuru\",\n    \"kneader\": \"igwakorita\",\n    \"kneaders\": \"igwakorita\",\n    \"kneading\": \"igwakorita\",\n    \"kneadingly\": \"ikpere\",\n    \"knee\": \"ikpere\",\n    \"kneebrush\": \"okpukpu ikpere\",\n    \"kneecap\": \"ikpere ikpere\",\n    \"kneecapping\": \"ikpere ikpere\",\n    \"kneecappings\": \"ikpere ikpere\",\n    \"kneecaps\": \"ikpere ikpere\",\n    \"kneed\": \"gbue ikpere n'ala\",\n    \"kneehole\": \"ikpere\",\n    \"kneeholes\": \"ikpere\",\n    \"kneeing\": \"gbuo ikpere n'ala\",\n    \"kneel\": \"gbuo ikpere n'ala\",\n    \"kneeled\": \"gbuo ikpere n'ala\",\n    \"kneeler\": \"ikpere\",\n    \"kneelers\": \"ikpere\",\n    \"kneelet\": \"ikpere\",\n    \"kneeling\": \"gbue ikpere n'ala\",\n    \"kneelingly\": \"gbue ikpere n'ala\",\n    \"kneels\": \"gbuo ikpere n'ala\",\n    \"kneepad\": \"igwakorita\",\n    \"kneepan\": \"gwuru ala\",\n    \"kneepans\": \"mgwakpo\",\n    \"kneepiece\": \"okpukpu\",\n    \"knees\": \"ikpere\",\n    \"kneestone\": \"ikpere\",\n    \"kneiffia\": \"ikpere\",\n    \"kneippism\": \"ikpere\",\n    \"knell\": \"gbuo ikpere n'ala\",\n    \"knelled\": \"gbuo ikpere n'ala\",\n    \"knelling\": \"kpudo\",\n    \"knells\": \"ikpere\",\n    \"knelt\": \"gbue ikpere n'ala\",\n    \"knesset\": \"eriri\",\n    \"knet\": \"eriri\",\n    \"knetch\": \"eriri\",\n    \"knevel\": \"gbue ikpere\",\n    \"knew\": \"maara\",\n    \"knez\": \"gbue ikpere\",\n    \"knezi\": \"ikpere\",\n    \"kniaz\": \"Nwachukwu\",\n    \"knickerbockered\": \"Onyekwere\",\n    \"knickered\": \"kpụrụ\",\n    \"knickers\": \"mma\",\n    \"knickknackish\": \"knickknacks\",\n    \"knicknack\": \"knickknack\",\n    \"knife\": \"mma\",\n    \"knifeboard\": \"mma\",\n    \"knifed\": \"kpara\",\n    \"knifeful\": \"mma\",\n    \"knifeless\": \"enweghị mma\",\n    \"knifelike\": \"mma dị ka\",\n    \"knifeproof\": \"mma akaebe\",\n    \"kniferest\": \"mma izu ike\",\n    \"knifes\": \"mma\",\n    \"knifesmith\": \"Onye na-ejide akwa\",\n    \"knifeway\": \"mma\",\n    \"knifing\": \"na-akpa\",\n    \"knifings\": \"knifọ\",\n    \"knight\": \"onye isi\",\n    \"knighted\": \"Knight\",\n    \"knighthoods\": \"knighthood\",\n    \"knighting\": \"knight\",\n    \"knightless\": \"enweghị ikike\",\n    \"knightlihood\": \"ikike\",\n    \"knightliness\": \"Ikike\",\n    \"knightling\": \"naiti\",\n    \"knights\": \"ndị knight\",\n    \"knightship\": \"knighthip\",\n    \"knightswort\": \"Onyekachukwu\",\n    \"knipperdolling\": \"Ugboro abụọ\",\n    \"knish\": \"kpaa\",\n    \"knishes\": \"mma\",\n    \"knit\": \"idu efe\",\n    \"knitch\": \"eriri\",\n    \"knits\": \"knit\",\n    \"knittable\": \"na-adọkpụ\",\n    \"knitted\": \"kpara\",\n    \"knitters\": \"knitti\",\n    \"knitting\": \"na-akpa\",\n    \"knittings\": \"akara\",\n    \"knitwear\": \"Uwe mkpuchi\",\n    \"knitweed\": \"kpara\",\n    \"knive\": \"mma\",\n    \"knived\": \"mma\",\n    \"knivey\": \"mma\",\n    \"knives\": \"mma\",\n    \"knob\": \"akpu\",\n    \"knobbed\": \"kụọ aka\",\n    \"knobber\": \"akpu\",\n    \"knobby\": \"mkpọtụ\",\n    \"knobbier\": \"Nkpuru\",\n    \"knobbiest\": \"Nkpuru\",\n    \"knobbiness\": \"ịkụ aka\",\n    \"knobbing\": \"na-akụ aka\",\n    \"knobble\": \"akụnụba\",\n    \"knobbled\": \"kụrụ aka\",\n    \"knobbler\": \"okpokoro\",\n    \"knobbly\": \"ịkụ aka\",\n    \"knobblier\": \"Ogba\",\n    \"knobbliest\": \"Na-akụ aka\",\n    \"knobbling\": \"na-akụ aka\",\n    \"knobkerry\": \"okpokoro\",\n    \"knobkerrie\": \"ọkpa\",\n    \"knoblike\": \"ọkpụrụkpụ\",\n    \"knobs\": \"na-akụ\",\n    \"knobstone\": \"okwute\",\n    \"knobular\": \"Okpu\",\n    \"knobwood\": \"Osisi\",\n    \"knock\": \"kụọ aka\",\n    \"knockaway\": \"mkpọchi\",\n    \"knockdown\": \"kụtuo\",\n    \"knockdowns\": \"ịkụ aka\",\n    \"knocked\": \"kụrụ aka\",\n    \"knockemdown\": \"mkpọtụ\",\n    \"knocker\": \"kụrụ aka\",\n    \"knockers\": \"ndị na-akụ aka\",\n    \"knocking\": \"ịkụ aka\",\n    \"knockings\": \"ịkụ aka\",\n    \"knockless\": \"knotless\",\n    \"knockoff\": \"kụrụ aka\",\n    \"knockoffs\": \"kụọ aka\",\n    \"knockout\": \"kụtuo\",\n    \"knocks\": \"akụ aka\",\n    \"knockup\": \"kụrụ aka\",\n    \"knockwursts\": \"knockwurst\",\n    \"knoit\": \"kụrụ aka\",\n    \"knolled\": \"kpara\",\n    \"knolling\": \"makpuo\",\n    \"knop\": \"akụ aka\",\n    \"knopite\": \"ọkpa\",\n    \"knopped\": \"kụrụ aka\",\n    \"knopper\": \"kụrụ aka\",\n    \"knoppy\": \"na-akụ aka\",\n    \"knops\": \"kụrụ aka\",\n    \"knopweed\": \"Nkpuru\",\n    \"knorhmn\": \"Nnenna\",\n    \"knorria\": \"Ikwerre\",\n    \"knosp\": \"mmaji\",\n    \"knosped\": \"kpakpando\",\n    \"knossian\": \"Onyedika\",\n    \"knot\": \"eriri\",\n    \"knotroot\": \"eriri\",\n    \"knots\": \"mara akpụ\",\n    \"knotted\": \"kpara\",\n    \"knotty\": \"eriri\",\n    \"knottiness\": \"nkwenye\",\n    \"knotting\": \"na-akpa akpa\",\n    \"knout\": \"tie aka\",\n    \"knouted\": \"kụrụ aka\",\n    \"knouting\": \"na-akụ aka\",\n    \"knouts\": \"na-akụ\",\n    \"know\": \"mara\",\n    \"knowability\": \"mmata\",\n    \"knowable\": \"mara\",\n    \"knowableness\": \"ihe omuma\",\n    \"knowe\": \"mara\",\n    \"knower\": \"maara ihe\",\n    \"knowers\": \"ndi maara ihe\",\n    \"knoweth\": \"maara\",\n    \"knowhow\": \"mara ka esi eme\",\n    \"knowhows\": \"mara ka esi eme\",\n    \"knowing\": \"mara\",\n    \"knowinger\": \"maara\",\n    \"knowingest\": \"mara\",\n    \"knowingly\": \"n'mara\",\n    \"knowingness\": \"ima ihe\",\n    \"knowings\": \"ihe omuma\",\n    \"knowledgable\": \"mara ihe\",\n    \"knowledgableness\": \"ihe omuma\",\n    \"knowledgably\": \"mara nke ọma\",\n    \"knowledge\": \"ihe omuma\",\n    \"knowledgeability\": \"ihe omuma\",\n    \"knowledgeable\": \"mara ihe\",\n    \"knowledgeableness\": \"ihe omuma\",\n    \"knowledgeably\": \"maara ihe\",\n    \"knowledged\": \"kwere nkwa\",\n    \"knowledgeless\": \"amaghi ihe\",\n    \"knowledgement\": \"mmata\",\n    \"knowledging\": \"maara ihe\",\n    \"known\": \"mara\",\n    \"knownothingism\": \"mara ihe ọ bụla\",\n    \"knowns\": \"maara\",\n    \"knowperts\": \"maara\",\n    \"knows\": \"maara\",\n    \"knox\": \"akụ\",\n    \"knoxian\": \"Ukpomkpu\",\n    \"knoxville\": \"Nnenna\",\n    \"knoxvillite\": \"Nnenna\",\n    \"knub\": \"ikuku\",\n    \"knubbier\": \"Onyekwere\",\n    \"knubbiest\": \"Nnenna\",\n    \"knubbly\": \"kpakpando\",\n    \"knublet\": \"eriri akpa\",\n    \"knuckle\": \"njiko mkpisiaka\",\n    \"knuckleball\": \"bọọlụ bọọlụ\",\n    \"knucklebone\": \"Ọkpụkpụ\",\n    \"knuckled\": \"kpuchie aka\",\n    \"knuckleheadedness\": \"knucklehead ness\",\n    \"knuckles\": \"mkpịsị aka\",\n    \"knucklesome\": \"mkpịsị aka\",\n    \"knuckly\": \"mkpịsị aka\",\n    \"knuckling\": \"na-akpa nkpa\",\n    \"knucks\": \"Nkpu\",\n    \"knuclesome\": \"kpachara anya\",\n    \"knudsen\": \"Ukachukwu\",\n    \"knulling\": \"kpuchie\",\n    \"knurl\": \"kpara\",\n    \"knurled\": \"kpara\",\n    \"knurly\": \"kpara\",\n    \"knurlier\": \"Onyedika\",\n    \"knurliest\": \"kpara\",\n    \"knurlin\": \"Nwoke\",\n    \"knurling\": \"Agbamakwụkwọ\",\n    \"knurls\": \"kpakpando\",\n    \"knurry\": \"akwa akwa\",\n    \"knute\": \"mma\",\n    \"kodaked\": \"kechioma\",\n    \"kodaking\": \"odlọ\",\n    \"kodakked\": \"Kodakked\",\n    \"kodakking\": \"Nwachukwu\",\n    \"kolea\": \"kole\",\n    \"konimeter\": \"konimita\",\n    \"konseal\": \"isi\",\n    \"kontakion\": \"ogwe aka\",\n    \"kookery\": \"ebechi\",\n    \"kookiness\": \"ekwensu\",\n    \"kootcha\": \"kutcha\",\n    \"kopec\": \"kopek\",\n    \"kopeck\": \"kopek\",\n    \"korah\": \"kora\",\n    \"koreans\": \"ndị Korea\",\n    \"koreshan\": \"akwara\",\n    \"koreshanity\": \"ike\",\n    \"kory\": \"Akuko\",\n    \"korymbos\": \"corymbos\",\n    \"korma\": \"korman\",\n    \"kornephorus\": \"kornephoros\",\n    \"kornskeppa\": \"okpokoro\",\n    \"kowtowed\": \"kowtows\",\n    \"kraaling\": \"alinggha\",\n    \"kraft\": \"Ọrụ\",\n    \"krafts\": \"nkedo\",\n    \"kraits\": \"nkịta\",\n    \"kral\": \"okpo\",\n    \"krameriaceous\": \"okwale\",\n    \"krans\": \"Nkịtị\",\n    \"krantz\": \"Ugochukwu\",\n    \"kraters\": \"kratụ\",\n    \"kraut\": \"krau\",\n    \"kravers\": \"kraver\",\n    \"kreatic\": \"kechukwu\",\n    \"kriegspiel\": \"Ukegbu\",\n    \"krigia\": \"Ugochukwu\",\n    \"krill\": \"chibueze\",\n    \"krills\": \"krill\",\n    \"kryolites\": \"Nwachukwu\",\n    \"kryolith\": \"Nwachukwu\",\n    \"kryoliths\": \"Nwachukwu\",\n    \"krypton\": \"Ukechi\",\n    \"kryptons\": \"kryptọn\",\n    \"krises\": \"kris\",\n    \"kristi\": \"Kraist\",\n    \"kristian\": \"Onye Kraist\",\n    \"kritarchy\": \"ọchịchịrị\",\n    \"kriton\": \"Kriton\",\n    \"krobylos\": \"Nwachukwu\",\n    \"krocket\": \"kriket\",\n    \"krome\": \"Nwoke\",\n    \"kromesky\": \"Nwokeji\",\n    \"kronen\": \"Ugochukwu\",\n    \"kroner\": \"kr\",\n    \"kronion\": \"Kronion\",\n    \"kronos\": \"Ugochukwu\",\n    \"kroon\": \"Kroon\",\n    \"kru\": \"Nwoke\",\n    \"kruller\": \"Onyekwere\",\n    \"krzysztof\": \"Nwachukwu\",\n    \"kshatriyahood\": \"Ukechukwu\",\n    \"ksi\": \"Nkechi\",\n    \"kubong\": \"kubọn\",\n    \"kudzus\": \"kuzus\",\n    \"kulan\": \"egwuregwu\",\n    \"kumiss\": \"gbasie\",\n    \"kumisses\": \"gbasaa\",\n    \"kurgans\": \"ndị kurgans\",\n    \"kursch\": \"ochech\",\n    \"kurtosises\": \"kurtosise\",\n    \"kusa\": \"nso\",\n    \"kvasses\": \"nwachukwu\",\n    \"kvetch\": \"nwachit\",\n    \"kvetched\": \"Onyema\",\n    \"kvetches\": \"mgboko\",\n    \"kvetching\": \"Nwachukwu\",\n    \"kvinter\": \"Onyema\",\n    \"kw\": \"kw kw\",\n    \"kwanza\": \"kwanu\",\n    \"laager\": \"ịtọsịrị ihe\",\n    \"laagered\": \"agbagoro\",\n    \"laagering\": \"na-arụ ọrụ\",\n    \"laagers\": \"ndị leba\",\n    \"laang\": \"onyeisiala\",\n    \"lab\": \"ụlọ nyocha\",\n    \"labarums\": \"ụlọ nyocha\",\n    \"labdacism\": \"ịkọ nkọ\",\n    \"labdanums\": \"labdanọm\",\n    \"labefactation\": \"ịkpa aha\",\n    \"labefaction\": \"ịkpa aha\",\n    \"labefy\": \"labefi\",\n    \"labefied\": \"akara\",\n    \"labefying\": \"na-edebanye aha\",\n    \"label\": \"akara\",\n    \"labeled\": \"akara\",\n    \"labeler\": \"labeelu\",\n    \"labelers\": \"Ndị na-akpọ ya\",\n    \"labeling\": \"ịkọ aha\",\n    \"labellate\": \"tinye akara\",\n    \"labelled\": \"akara\",\n    \"labeller\": \"ndị na-ere ahịa\",\n    \"labellers\": \"ndị na-ere ahịa\",\n    \"labelling\": \"ịkọ aha\",\n    \"labelloid\": \"Labelid\",\n    \"labels\": \"aha mmado\",\n    \"labialised\": \"Onyekwere\",\n    \"labialising\": \"ndiegwu\",\n    \"labialism\": \"nkwanye ugwu\",\n    \"labialize\": \"nye iwu\",\n    \"labialized\": \"agbachitere\",\n    \"labializing\": \"na-akwado\",\n    \"labials\": \"umu nwanyi\",\n    \"labiates\": \"ndị labiates\",\n    \"labidophorous\": \"ekwako\",\n    \"labilities\": \"ọrụ\",\n    \"labilization\": \"nyocha\",\n    \"labilizing\": \"na-arụ ọrụ\",\n    \"labiodental\": \"kechioma\",\n    \"labioglossal\": \"leedoi\",\n    \"labiogression\": \"ụlọ ọrụ\",\n    \"labioguttural\": \"akụrụngwa\",\n    \"labiolingual\": \"ikekwe\",\n    \"labiomancy\": \"ịgha ụgha\",\n    \"labiopalatalize\": \"echekwa\",\n    \"labioplasty\": \"ụlọ nyocha\",\n    \"labiovelarisation\": \"ịkpa oke ụlọ ọrụ\",\n    \"labiovelarise\": \"ụlọ ọrụ\",\n    \"labiovelarised\": \"onyeka aka ya\",\n    \"labiovelarising\": \"ụlọ ọrụ na-arụ ọrụ\",\n    \"labiovelarization\": \"ịdọ aka azụ\",\n    \"labiovelarize\": \"ụlọ ọrụ\",\n    \"labiovelarized\": \"ịkọwapụta ihe\",\n    \"labiovelarizing\": \"ịkọwa ihe\",\n    \"labioversion\": \"ntughari\",\n    \"labyrinth\": \"ụlọ nyocha\",\n    \"labyrinthal\": \"ụlọ nyocha\",\n    \"labyrinthally\": \"na-agbakwunye\",\n    \"labyrinthed\": \"ụlọ ọrụ\",\n    \"labyrinthian\": \"ụlọ nyocha\",\n    \"labyrinthibranch\": \"ụlọ ọrụ ntanetị\",\n    \"labyrinthic\": \"ikechukwu\",\n    \"labyrinthici\": \"ụlọ labyrinthici\",\n    \"labyrinthiform\": \"ụlọ nyocha\",\n    \"labyrinthine\": \"ụlọ labyrinthine\",\n    \"labyrinthodon\": \"ụlọ nyocha\",\n    \"labyrinthodont\": \"ụlọ labyrinthodont\",\n    \"labyrinthodontian\": \"ụlọ labyrinthodontian\",\n    \"labyrinths\": \"ụlọ nyocha\",\n    \"labyrinthula\": \"ụlọ labyrinthula\",\n    \"labor\": \"oru\",\n    \"laborability\": \"ike oru\",\n    \"laborable\": \"na-arụsi ọrụ ike\",\n    \"laborage\": \"oru\",\n    \"laborant\": \"onye oru\",\n    \"laboratory\": \"laabu\",\n    \"laboratorial\": \"na-arụ ọrụ\",\n    \"laboratorially\": \"eji aka ọrụ\",\n    \"laboratorian\": \"onye oru\",\n    \"laboratories\": \"ụlọ nyocha\",\n    \"labored\": \"arụ ọrụ\",\n    \"laboredly\": \"na-arụsi ọrụ ike\",\n    \"laboredness\": \"oru\",\n    \"laborer\": \"onye oru\",\n    \"laborers\": \"ndị ọrụ\",\n    \"labores\": \"ọrụ\",\n    \"laboress\": \"ọrụ\",\n    \"laborhood\": \"oru\",\n    \"laboring\": \"ịrụ ọrụ\",\n    \"laboringly\": \"ịrụ ọrụ\",\n    \"laborings\": \"ọrụ\",\n    \"laborious\": \"na-arụsi ọrụ ike\",\n    \"laboriously\": \"na-arụsi ọrụ ike\",\n    \"laboriousness\": \"ịdị uchu\",\n    \"laborism\": \"oru\",\n    \"laborist\": \"onye oru\",\n    \"laboristic\": \"onye oru\",\n    \"laborite\": \"ike\",\n    \"laborites\": \"na-agba mbọ\",\n    \"laborius\": \"na-arụsi ọrụ ike\",\n    \"laborless\": \"enweghị ike\",\n    \"laborous\": \"na-arụsi ọrụ ike\",\n    \"laborously\": \"na-arụsi ọrụ ike\",\n    \"laborousness\": \"ịdị uchu\",\n    \"labors\": \"ọrụ\",\n    \"laborsaving\": \"na-arụ ọrụ\",\n    \"laborsome\": \"na-agwụ ike\",\n    \"laborsomely\": \"na-arụsi ọrụ ike\",\n    \"laborsomeness\": \"na-arụsi ọrụ ike\",\n    \"laboulbeniaceous\": \"ike ọgwụgwụ\",\n    \"laboulbeniales\": \"ikechi\",\n    \"labour\": \"oru\",\n    \"labourage\": \"ọrụ\",\n    \"laboured\": \"arụ ọrụ\",\n    \"labouredly\": \"arụsi ọrụ ike\",\n    \"labouredness\": \"arụ ọrụ\",\n    \"labourer\": \"onye oru\",\n    \"labourers\": \"ndị ọrụ\",\n    \"labouress\": \"ọrụ\",\n    \"labouring\": \"ịrụ ọrụ\",\n    \"labouringly\": \"na-arụsi ọrụ ike\",\n    \"labourism\": \"ike ọrụ\",\n    \"labourist\": \"onye aka oru\",\n    \"labourite\": \"gbasie ike\",\n    \"labourless\": \"enweghi ike\",\n    \"labours\": \"ọrụ\",\n    \"laboursaving\": \"na-arụ ọrụ\",\n    \"laboursome\": \"na-agwụ ike\",\n    \"laboursomely\": \"na-arụsi ọrụ ike\",\n    \"labrador\": \"ụlọ labrador\",\n    \"labradorean\": \"ụlọ labradorean\",\n    \"labral\": \"ụlọ ọrụ\",\n    \"labredt\": \"ụlọ ọrụ\",\n    \"labretifery\": \"ụlọ nyocha\",\n    \"labrets\": \"ụlọ ọrụ\",\n    \"labrums\": \"labrum\",\n    \"labrusca\": \"Labrusca\",\n    \"labs\": \"ụlọ nyocha\",\n    \"laburnums\": \"ụlọ nyocha\",\n    \"laccoliths\": \"ogwugwu\",\n    \"lace\": \"Mkpịsị\",\n    \"laced\": \"jikọtara\",\n    \"lacedaemonian\": \"cedbụ nwanyị\",\n    \"laceiest\": \"kasị mma\",\n    \"laceleaf\": \"Ugba\",\n    \"laceless\": \"enweghị akwa\",\n    \"lacemaker\": \"akwa akwa\",\n    \"lacemaking\": \"cegba lace\",\n    \"laceman\": \"ihe mmachi\",\n    \"lacemen\": \"ụmụ nwoke\",\n    \"lacepiece\": \"Mkpịsị aka\",\n    \"lacepod\": \"cepgha\",\n    \"lacerability\": \"ịkpụ aka\",\n    \"lacerable\": \"laceble\",\n    \"lacerant\": \"lecerant\",\n    \"lacerate\": \"nye aka\",\n    \"lacerated\": \"lecerated\",\n    \"lacerately\": \"n'okirikiri\",\n    \"lacerates\": \"lecerates\",\n    \"lacerating\": \"cegha\",\n    \"lacerative\": \"dị lace\",\n    \"lacery\": \"lacer\",\n    \"lacert\": \"lacer\",\n    \"laces\": \"eriri\",\n    \"lacewing\": \"cegha\",\n    \"lacewoman\": \"Nwanyị nwanyị\",\n    \"lacewomen\": \"umu nwanyi\",\n    \"lacewood\": \"osisi lacewood\",\n    \"lacewoods\": \"osisi lacewood\",\n    \"lacework\": \"ihe mgbochi\",\n    \"laceworker\": \"onye na-arụ ọrụ lace\",\n    \"laceworks\": \"ihe ndi ozo\",\n    \"lachrymatory\": \"ọrịra ọkụ\",\n    \"lachrymist\": \"onye nkesa\",\n    \"lachrymous\": \"lachryịl\",\n    \"laciest\": \"dị aghụghọ\",\n    \"laciness\": \"umuaka\",\n    \"lacinesses\": \"umuaka\",\n    \"laciniate\": \"larịị\",\n    \"laciniated\": \"larịị\",\n    \"laciniation\": \"larịị\",\n    \"lacinious\": \"dị egwu\",\n    \"lacinulate\": \"larịị\",\n    \"lack\": \"ụkọ\",\n    \"lackaday\": \"enweghị\",\n    \"lackadaisy\": \"enweghị ọrụ\",\n    \"lackadaisic\": \"enweghị\",\n    \"lackadaisical\": \"enweghị ihe ọghọm\",\n    \"lackadaisicality\": \"enweghị ọrụ\",\n    \"lackadaisically\": \"enweghị\",\n    \"lackadaisicalness\": \"enweghị atụ\",\n    \"lackbrained\": \"enweghị akara\",\n    \"lackbrainedness\": \"enweghị ụbụrụ\",\n    \"lacked\": \"kọrọ\",\n    \"lackeyed\": \"echekwara\",\n    \"lackeying\": \"ndiegwu\",\n    \"lackeyism\": \"ịkọ ọcha\",\n    \"lacker\": \"kọrọ\",\n    \"lackered\": \"echekwara\",\n    \"lackering\": \"unana\",\n    \"lackers\": \"ndi ozo\",\n    \"lackies\": \"ụkọ\",\n    \"lacking\": \"kọrọ\",\n    \"lackland\": \"enweghị ala\",\n    \"lackluster\": \"enweghịzi\",\n    \"lacklusterness\": \"enweghị ọrụ\",\n    \"lacklustre\": \"enweghịzi\",\n    \"lacklustrous\": \"enweghị atụ\",\n    \"lacks\": \"kọrọ\",\n    \"lacksense\": \"enweghị ego\",\n    \"lackwit\": \"ụkọ\",\n    \"lackwitted\": \"n’amaghị ama\",\n    \"lackwittedly\": \"n'amaghị ama\",\n    \"lackwittedness\": \"enweghị akaebe\",\n    \"lacoca\": \"iacocca\",\n    \"lacolith\": \"laccolith\",\n    \"laconisms\": \"laconism\",\n    \"laconize\": \"kpoo\",\n    \"laconizing\": \"na-achọ\",\n    \"lacqueyed\": \"echekwara\",\n    \"lacqueying\": \"mmmmmmmmmmmmm\",\n    \"lacquered\": \"dicha\",\n    \"lacquerer\": \"onye nzuzu\",\n    \"lacquerers\": \"ndi anwuru\",\n    \"lacquering\": \"odimma\",\n    \"lacquerist\": \"onyechi\",\n    \"lacquerwork\": \"ọrụ dị iche iche\",\n    \"lacrimals\": \"lacrimal\",\n    \"lacrimation\": \"larịị\",\n    \"lacrimatory\": \"larịị\",\n    \"lacrimatories\": \"lachrymatories\",\n    \"lacrosser\": \"lacrosse\",\n    \"lacrosses\": \"lacrosse\",\n    \"lactant\": \"ctgba ume\",\n    \"lactated\": \"dị lactate\",\n    \"lactates\": \"ndị nkụ\",\n    \"lactating\": \"na-agụ akwụkwọ\",\n    \"lactation\": \"Nkuzi\",\n    \"lactify\": \"nye aka\",\n    \"lactified\": \"dị nsọ\",\n    \"lactifying\": \"na-enye ihe\",\n    \"lactigerous\": \"na-eme mkpọtụ\",\n    \"lactodensimeter\": \"lactodensimita\",\n    \"lactovegetarian\": \"onye nkuzi\",\n    \"lacunary\": \"ego\",\n    \"lacunate\": \"larịị\",\n    \"lacunosity\": \"anakpọ\",\n    \"lacuscular\": \"okirikiri\",\n    \"lacustral\": \"okpo\",\n    \"lad\": \"nwa nwoke\",\n    \"ladanigerous\": \"na-agbachi nkịtị\",\n    \"ladder\": \"ubube\",\n    \"laddered\": \"steepụ\",\n    \"laddery\": \"Ubube\",\n    \"laddering\": \"Ubube\",\n    \"ladderless\": \"enweghị ubube\",\n    \"ladderlike\": \"ubube dika\",\n    \"ladderman\": \"ubube\",\n    \"laddermen\": \"mụ nwoke n'ọkwa\",\n    \"ladders\": \"ubube\",\n    \"ladderway\": \"ubube\",\n    \"ladderwise\": \"n'ọkwa\",\n    \"laddess\": \"nne oma\",\n    \"laddish\": \"ladish\",\n    \"laded\": \"Agbanyela\",\n    \"laden\": \"boro ibu\",\n    \"ladened\": \"boro ibu\",\n    \"ladening\": \"Na-agba ume\",\n    \"ladens\": \"lades\",\n    \"lader\": \"lades\",\n    \"laders\": \"lades\",\n    \"ladhood\": \"nwata\",\n    \"lady\": \"nwada\",\n    \"ladybird\": \"nwa agbada\",\n    \"ladybirds\": \"umu nwanyi\",\n    \"ladybugs\": \"ndiigbo\",\n    \"ladyclock\": \"gbamgbam\",\n    \"ladies\": \"ụmụ nwanyị\",\n    \"ladyfern\": \"isieke\",\n    \"ladify\": \"mezie\",\n    \"ladified\": \"Iwu\",\n    \"ladifying\": \"na-agbasa\",\n    \"ladyfingers\": \"ladyfinger\",\n    \"ladyfish\": \"azu azu\",\n    \"ladyfishes\": \"azu azu\",\n    \"ladyhood\": \"hoodmụ nwanyị\",\n    \"ladyhoods\": \"ụmụ nwanyị\",\n    \"ladyishness\": \"nwanyị\",\n    \"ladyism\": \"ụmụ nwanyị\",\n    \"ladykiller\": \"onyinyechi\",\n    \"ladykind\": \"ụmụ nwanyị\",\n    \"ladykins\": \"Umuaka\",\n    \"ladyless\": \"nwanyị\",\n    \"ladylike\": \"dị ka nwanyị\",\n    \"ladylikely\": \"okwa\",\n    \"ladylikeness\": \"ubube\",\n    \"ladyling\": \"Odibo\",\n    \"ladylintywhite\": \"ndiegwu\",\n    \"ladylove\": \"amaka\",\n    \"ladyloves\": \"umu nwanyi\",\n    \"lading\": \"na-ebu\",\n    \"ladypalm\": \"okpu\",\n    \"ladypalms\": \"Nkwu nwanyi\",\n    \"ladysfinger\": \"nwanyi aka\",\n    \"ladyships\": \"ladyship si\",\n    \"ladysnow\": \"umuigbo\",\n    \"ladytide\": \"mmako\",\n    \"ladlefuls\": \"ndi ladleful\",\n    \"ladler\": \"ubube\",\n    \"ladlers\": \"ndị ladle\",\n    \"ladner\": \"larịị\",\n    \"ladron\": \"Ugochukwu\",\n    \"ladrone\": \"ubube\",\n    \"ladrones\": \"ladels\",\n    \"ladronism\": \"umuaka\",\n    \"ladronize\": \"ichikota\",\n    \"ladrons\": \"umuaka\",\n    \"lads\": \"ụmụ nwoke\",\n    \"laender\": \"onye na-enye laender\",\n    \"laetic\": \"oghom\",\n    \"laevogyrous\": \"dị laevogyrous\",\n    \"laevorotation\": \"mmachi\",\n    \"laft\": \"n'aka ekpe\",\n    \"lager\": \"ịtọgbọ\",\n    \"lagered\": \"enweghi ike\",\n    \"lagering\": \"na-ehi ụra\",\n    \"lagers\": \"ndi lagers\",\n    \"lagerspetze\": \"mechie\",\n    \"laggardism\": \"odachi\",\n    \"laggardness\": \"ịdị larịị\",\n    \"laggards\": \"adighi anya\",\n    \"laggin\": \"na-agbaghara\",\n    \"lagging\": \"na-agbaghara\",\n    \"laggingly\": \"na-agbaghara\",\n    \"laggings\": \"leggings\",\n    \"lagoons\": \"ọdọ mmiri\",\n    \"lagorchestes\": \"ndiegwu\",\n    \"lagothrix\": \"ndiegwu\",\n    \"lagthing\": \"na-egbu oge\",\n    \"lagting\": \"na-ala n'iyi\",\n    \"laguna\": \"Laguna\",\n    \"lai\": \"enweghị\",\n    \"lay\": \"dina\",\n    \"layback\": \"mbido\",\n    \"layboy\": \"nwa ehi\",\n    \"laically\": \"n'ego\",\n    \"laicisation\": \"mmachi\",\n    \"laicise\": \"ma ọ bụ\",\n    \"laicised\": \"ma ọ bụ\",\n    \"laicising\": \"na-egwu egwu\",\n    \"laicisms\": \"laicism\",\n    \"laicize\": \"nye iwu\",\n    \"laicizes\": \"na-agbasi mbọ ike\",\n    \"laicizing\": \"na-egbu egbu\",\n    \"laics\": \"ihe omuma\",\n    \"laid\": \"tọgbọrọ\",\n    \"laidly\": \"tọrọ atọ\",\n    \"laydown\": \"dina ala\",\n    \"layed\": \"agbatịwo\",\n    \"layer\": \"oyi akwa\",\n    \"layered\": \"oyi akwa\",\n    \"layering\": \"na-ekpuchi\",\n    \"layers\": \"n'ígwé\",\n    \"layfolk\": \"akpa akwa\",\n    \"laigh\": \"chia ochi\",\n    \"laighs\": \"ọchị\",\n    \"laying\": \"ayak\",\n    \"laik\": \"ukwu\",\n    \"layland\": \"Leyland\",\n    \"laylight\": \"ọkụ\",\n    \"layloc\": \"ịnyịnya\",\n    \"laylock\": \"ndokwa\",\n    \"layman\": \"onye nkịtị\",\n    \"laymen\": \"ndị nkịtị\",\n    \"lain\": \"nkịtị\",\n    \"lainage\": \"akwa akwa\",\n    \"lainer\": \"n'okporo ụzọ\",\n    \"layoff\": \"chụọ\",\n    \"layout\": \"okirikiri nhọrọ ukwuu\",\n    \"layouts\": \"nhazi\",\n    \"layover\": \"ịkwado\",\n    \"layovers\": \"ezumike\",\n    \"layperson\": \"onye ikpe\",\n    \"lair\": \"ebe obibi\",\n    \"lairdess\": \"ugwu nwanyị\",\n    \"lairds\": \"Lairds\",\n    \"laired\": \"Agbụrụ\",\n    \"lairy\": \"umuaka\",\n    \"lairless\": \"enweghị ume\",\n    \"lairman\": \"onye isi\",\n    \"lairmen\": \"umu-agbogho\",\n    \"layrock\": \"dinara\",\n    \"lairs\": \"enweghị\",\n    \"lairstone\": \"enweghị ụzọ\",\n    \"lays\": \"na-atọgbọ\",\n    \"layshaft\": \"na-ehi ụra\",\n    \"layship\": \"nkwụsị\",\n    \"laisse\": \"mmmmmmmmmmmmm\",\n    \"laissez\": \"mmmmmmmmmmmmm\",\n    \"laithe\": \"laith\",\n    \"laithly\": \"laith\",\n    \"laity\": \"ndị nkịtị\",\n    \"layup\": \"dinara\",\n    \"laius\": \"enweghị\",\n    \"laywoman\": \"nwanyị\",\n    \"laywomen\": \"ụmụ nwanyị\",\n    \"lakarpite\": \"lakarti\",\n    \"lake\": \"ọdọ\",\n    \"laked\": \"amaala\",\n    \"lakefront\": \"ọdọ mmiri\",\n    \"lakelander\": \"ọdọ mmiri\",\n    \"lakeless\": \"enweghị mmiri\",\n    \"lakelet\": \"ọdọ mmiri\",\n    \"lakeport\": \"ọdọ mmiri\",\n    \"lakeports\": \"ọdọ mmiri\",\n    \"laker\": \"lekwa\",\n    \"lakers\": \"ndị na-enweghị ego\",\n    \"lakes\": \"ọdọ mmiri\",\n    \"lakeshore\": \"ọdọ mmiri\",\n    \"lakeside\": \"ọdọ mmiri\",\n    \"lakesides\": \"ọdọ mmiri\",\n    \"lakeward\": \"ọdọ mmiri\",\n    \"lakeweed\": \"ọdọ igbo\",\n    \"laky\": \"dị laky\",\n    \"lakier\": \"lekier\",\n    \"lakiest\": \"kachasị\",\n    \"laking\": \"na-efu\",\n    \"lakish\": \"kpakpando\",\n    \"lakishness\": \"ịkpa aka\",\n    \"lakist\": \"lakit\",\n    \"lakke\": \"ọdọ\",\n    \"lakshmi\": \"Ugbochi\",\n    \"lalapalooza\": \"lollapalooza\",\n    \"lall\": \"dina\",\n    \"lalland\": \"Lalland\",\n    \"lallans\": \"ndiocha\",\n    \"lalled\": \"akwukwu\",\n    \"lallygagged\": \"amajuru\",\n    \"lallygagging\": \"na-agbagha\",\n    \"lalling\": \"na-ekwusi ike\",\n    \"lamaic\": \"lamaị\",\n    \"lamasery\": \"ihe mgbochi\",\n    \"lamastery\": \"oriọna\",\n    \"lamb\": \"nwa Atụrụ\",\n    \"lambastes\": \"lambakes\",\n    \"lambasting\": \"nwa atụrụ\",\n    \"lambasts\": \"lamba atụrụ\",\n    \"lambed\": \"atụrụ\",\n    \"lambency\": \"nwa atụrụ\",\n    \"lambencies\": \"umuaka\",\n    \"lambently\": \"dị ka atụrụ\",\n    \"lamber\": \"nwa atụrụ\",\n    \"lambers\": \"ụmụ atụrụ\",\n    \"lamberts\": \"ụmụ atụrụ\",\n    \"lambes\": \"ụmụ atụrụ\",\n    \"lambhood\": \"nwa atụrụ\",\n    \"lambies\": \"umu anumanu\",\n    \"lambiness\": \"nwa atụrụ\",\n    \"lambing\": \"umu aturu\",\n    \"lambitive\": \"ebibi\",\n    \"lambkill\": \"nwa atụrụ\",\n    \"lambkills\": \"ebule\",\n    \"lambkins\": \"akpụkpọ anụ atụrụ\",\n    \"lambly\": \"nwa atụrụ\",\n    \"lamblike\": \"yiri atụrụ\",\n    \"lamblikeness\": \"nwa atụrụ\",\n    \"lambling\": \"atụrụ\",\n    \"lamboy\": \"nwa atụrụ\",\n    \"lamboys\": \"ụmụ atụrụ\",\n    \"lambs\": \"umu-aturu\",\n    \"lambsdown\": \"umu aturu\",\n    \"lambskin\": \"ebule\",\n    \"lambskins\": \"umu aka\",\n    \"lambsuccory\": \"atụrụsuccory\",\n    \"lame\": \"ngwọrọ\",\n    \"lamebrain\": \"ngwọrọ\",\n    \"lamebrained\": \"ngwo ngwo\",\n    \"lamebrains\": \"Ndị ngwọrọ\",\n    \"lamed\": \"ngwọrọ\",\n    \"lamedhs\": \"ụmụ nwanyị\",\n    \"lameds\": \"ndi ngwu\",\n    \"lamely\": \"nzuzu\",\n    \"lamellated\": \"mkpọtụ\",\n    \"lamellosity\": \"ngagharị\",\n    \"lamenesses\": \"lameness\",\n    \"lament\": \"akwa arịrị\",\n    \"lamentability\": \"akwa akwa\",\n    \"lamentable\": \"akwa akwa\",\n    \"lamentableness\": \"akwa ákwá\",\n    \"lamentably\": \"n'okwu\",\n    \"lamentation\": \"akwa ariri\",\n    \"lamentational\": \"akwa ariri\",\n    \"lamentations\": \"akwa arịrị\",\n    \"lamentatory\": \"na-akwa ákwá\",\n    \"lamented\": \"kwara arịrị\",\n    \"lamentedly\": \"kwara akwa\",\n    \"lamenter\": \"akwa akwa\",\n    \"lamenters\": \"na-akwa ákwá\",\n    \"lamentful\": \"akwa ariri\",\n    \"lamenting\": \"kwaa ákwá\",\n    \"lamentingly\": \"na-akwa ákwá\",\n    \"lamentive\": \"akwa akwa\",\n    \"lamentory\": \"akwa ariri\",\n    \"laments\": \"akwa arịrị\",\n    \"lamer\": \"lame\",\n    \"lames\": \"umu aturu\",\n    \"lamest\": \"dị larịị\",\n    \"lamester\": \"lamma\",\n    \"lamestery\": \"oriọna\",\n    \"laminability\": \"enweghị ike\",\n    \"laminating\": \"na-ejikọ\",\n    \"laming\": \"inggha\",\n    \"lamisters\": \"lamister\",\n    \"lamiter\": \"latimer\",\n    \"lammed\": \"onye nzu\",\n    \"lammer\": \"onye nzu\",\n    \"lammergeir\": \"lammergeier\",\n    \"lamming\": \"na-agba ije\",\n    \"lamp\": \"oriọna\",\n    \"lampad\": \"oriọna\",\n    \"lampadaire\": \"oriọna\",\n    \"lampadary\": \"oriọna\",\n    \"lampadaries\": \"oriọna\",\n    \"lampadedromy\": \"oriọna\",\n    \"lampadephore\": \"oriọna oriọna\",\n    \"lampadephoria\": \"oriọna oriọna\",\n    \"lampadist\": \"oriọna\",\n    \"lampadite\": \"oriọna\",\n    \"lampads\": \"oriọna\",\n    \"lampara\": \"oriọna\",\n    \"lampas\": \"oriọna\",\n    \"lampases\": \"oriọna\",\n    \"lampate\": \"oriọna\",\n    \"lampatia\": \"oriọna\",\n    \"lampblack\": \"oriọna\",\n    \"lampblacked\": \"oriọna agbachiri\",\n    \"lampblacking\": \"oriọna\",\n    \"lamped\": \"oriọna\",\n    \"lamper\": \"oriọna\",\n    \"lampers\": \"oriọna\",\n    \"lamperses\": \"oriọna\",\n    \"lampf\": \"oriọna\",\n    \"lampfly\": \"oriọna\",\n    \"lampflower\": \"oriọna\",\n    \"lampful\": \"oriọna\",\n    \"lamphole\": \"oriọna\",\n    \"lampic\": \"oriọna\",\n    \"lamping\": \"oriọna\",\n    \"lampion\": \"oriọna\",\n    \"lampions\": \"oriọna\",\n    \"lampyrid\": \"oriọna\",\n    \"lampyrids\": \"oriọna oriọna\",\n    \"lampyrine\": \"oriọna\",\n    \"lampist\": \"oriọna\",\n    \"lampistry\": \"oriọna\",\n    \"lampless\": \"oriọna\",\n    \"lamplet\": \"oriọna\",\n    \"lamplight\": \"oriọna oriọna\",\n    \"lamplighted\": \"oriọna\",\n    \"lamplighter\": \"oriọna oriọna\",\n    \"lamplit\": \"oriọna oriọna\",\n    \"lampmaker\": \"oriọna\",\n    \"lampmaking\": \"ime oriọna\",\n    \"lampman\": \"oriọna\",\n    \"lampmen\": \"oriọna\",\n    \"lampong\": \"oriọna\",\n    \"lampoonists\": \"ndị lampoonist\",\n    \"lampoons\": \"lampoọn\",\n    \"lamppost\": \"ihe njigide oriọkụ\",\n    \"lampposts\": \"ihe ndọba oriọna\",\n    \"lamprey\": \"oriọna\",\n    \"lampreys\": \"oriọna\",\n    \"lamprel\": \"oriọna\",\n    \"lampret\": \"oriọna\",\n    \"lampridae\": \"oriọna\",\n    \"lampron\": \"oriọna\",\n    \"lamprophyre\": \"oriọna\",\n    \"lamprophyric\": \"oriọna\",\n    \"lamprophony\": \"oriọna\",\n    \"lamprophonia\": \"oriọna\",\n    \"lamprophonic\": \"oriọna\",\n    \"lamprotype\": \"oriọna\",\n    \"lamps\": \"oriọna\",\n    \"lampshade\": \"oriọna\",\n    \"lampshell\": \"oriọna\",\n    \"lampsilis\": \"oriọna\",\n    \"lampsilus\": \"oriọna\",\n    \"lampstand\": \"ihe ndọba oriọna\",\n    \"lampwick\": \"oriọna oriọna\",\n    \"lampworker\": \"onye na-eme oriọna\",\n    \"lampworking\": \"ọrụ oriọna\",\n    \"lams\": \".mụ nwanyị,\",\n    \"lamsters\": \"ụmụ atụrụ\",\n    \"lana\": \"nyaa\",\n    \"lanameter\": \"lanameta\",\n    \"lanate\": \"eriri\",\n    \"lanated\": \"gbanyere mkpọrọgwụ\",\n    \"lancaster\": \"ihe nkedo\",\n    \"lancasterian\": \"ihe nkedo\",\n    \"lancastrian\": \"nkesa\",\n    \"lance\": \"ugba\",\n    \"lanced\": \"gbanwere\",\n    \"lancelet\": \"Ohere\",\n    \"lancelets\": \"Umuaka\",\n    \"lancelot\": \"ịnyịnya\",\n    \"lancemen\": \"ụmụ nwanyị\",\n    \"lanceolated\": \"na-aga agha\",\n    \"lancepesade\": \"ịnyịnya\",\n    \"lanceproof\": \"enweghị mgbochi\",\n    \"lancer\": \"ihe nkedo\",\n    \"lancers\": \"ndị na-agba ịnyịnya\",\n    \"lances\": \"ube\",\n    \"lancet\": \"ihe ntanye\",\n    \"lanceted\": \"gbanye ọkụ\",\n    \"lanceteer\": \"ihe nkedo\",\n    \"lancetfishes\": \"ngwugwu\",\n    \"lancets\": \"ihe mgbochi\",\n    \"lancewood\": \"Osisi\",\n    \"lanciferous\": \"ihe omimi\",\n    \"lanciform\": \"ihe mgbochi\",\n    \"lancinate\": \"lanacenti\",\n    \"lancinating\": \"na-egbu egbu\",\n    \"land\": \"ala\",\n    \"landage\": \"ala\",\n    \"landamman\": \"onye nwe ala\",\n    \"landammann\": \"onye nwe ala\",\n    \"landblink\": \"ihe mbata\",\n    \"landbook\": \"akwukwo ala\",\n    \"landdrost\": \"ala mmiri\",\n    \"landdrosten\": \"ala\",\n    \"lande\": \"ala\",\n    \"landed\": \"rutere\",\n    \"lander\": \"onye nwe ala\",\n    \"landers\": \"ndị nwe ala\",\n    \"landesite\": \"ala\",\n    \"landfall\": \"ọdịda ala\",\n    \"landfalls\": \"ala ala\",\n    \"landfang\": \"mbuputa\",\n    \"landfast\": \"kwadoro\",\n    \"landfill\": \"ala nsị\",\n    \"landfills\": \"ihe mkpofu ala\",\n    \"landflood\": \"ala mmiri\",\n    \"landfolk\": \"ala\",\n    \"landform\": \"ọdịdị ala\",\n    \"landforms\": \"ọdịdị ala\",\n    \"landgafol\": \"onyeisiala\",\n    \"landgate\": \"ọnụ ala\",\n    \"landgates\": \"ndị ụlọ ala\",\n    \"landgravate\": \"edozi\",\n    \"landgrave\": \"ala\",\n    \"landgraveship\": \"ala\",\n    \"landgravess\": \"onye isi ala\",\n    \"landgraviate\": \"onye ala\",\n    \"landgravine\": \"onye isi ala\",\n    \"landhold\": \"ala\",\n    \"landholder\": \"onye nwe ala\",\n    \"landholders\": \"ndị nwe ala\",\n    \"landholdership\": \"nwe ala\",\n    \"landholding\": \"inweta ala\",\n    \"landholdings\": \"ala\",\n    \"landyard\": \"ala\",\n    \"landimere\": \"nwe ala\",\n    \"landing\": \"ọdịda\",\n    \"landings\": \"ọdịda\",\n    \"landlady\": \"onye nwe ulo\",\n    \"landladydom\": \"nwe ulo\",\n    \"landladies\": \"ndi nwe ala\",\n    \"landladyhood\": \"ndi nwe ụlọ\",\n    \"landladyish\": \"onye nwe ụlọ\",\n    \"landladyship\": \"onye nwe ulo\",\n    \"landleaper\": \"onye na-akọ ubi\",\n    \"landler\": \"onye nwe ụlọ\",\n    \"landlers\": \"ndị nwe ụlọ\",\n    \"landless\": \"enweghị ala\",\n    \"landlessness\": \"enweghị ala\",\n    \"landlike\": \"yiri ala\",\n    \"landline\": \"eriri ala\",\n    \"landlock\": \"ala\",\n    \"landlocked\": \"enweghị mmiri\",\n    \"landlook\": \"ọdịdị ala\",\n    \"landlooker\": \"onye nwe ala\",\n    \"landloper\": \"osikapa\",\n    \"landloping\": \"akuku\",\n    \"landlord\": \"onye nwe ulo\",\n    \"landlordism\": \"onye nwe ulo\",\n    \"landlordly\": \"onye nwe ulo\",\n    \"landlordry\": \"onye nwe ulo\",\n    \"landlords\": \"ndị nwe ụlọ\",\n    \"landlordship\": \"onye nwe ulo\",\n    \"landlouping\": \"ndozi ala\",\n    \"landlubber\": \"onye nwe ụlọ\",\n    \"landlubberish\": \"nwe ụlọ\",\n    \"landlubberly\": \"onye nwe ụlọ\",\n    \"landlubbers\": \"ndị nwe ụlọ\",\n    \"landlubbing\": \"ịkụ ala\",\n    \"landman\": \"onye nwe ala\",\n    \"landmark\": \"akara\",\n    \"landmarker\": \"ihe nrịba ama\",\n    \"landmarks\": \"akara ngosi\",\n    \"landmass\": \"ala\",\n    \"landmasses\": \"ala\",\n    \"landmen\": \"ndị nwe ala\",\n    \"landmil\": \"ala\",\n    \"landmonger\": \"onye na-akọ ala\",\n    \"landocracy\": \"ochichi obodo\",\n    \"landocracies\": \"ala ndi mmadu\",\n    \"landocrat\": \"onye nwe ala\",\n    \"landowner\": \"onye nwe ala\",\n    \"landowners\": \"ndị nwe ala\",\n    \"landownership\": \"nwe ala\",\n    \"landowning\": \"inweta ala\",\n    \"landplane\": \"ala\",\n    \"landrail\": \"ala\",\n    \"landraker\": \"onye na-elekọta ụlọ\",\n    \"landreeve\": \"ala ahịhịa\",\n    \"landright\": \"ala\",\n    \"lands\": \"ala\",\n    \"landsale\": \"ala ire ere\",\n    \"landsat\": \"ala\",\n    \"landscape\": \"odida obodo\",\n    \"landscaped\": \"ala\",\n    \"landscaper\": \"ihe ndozi ala\",\n    \"landscapers\": \"ala\",\n    \"landscapes\": \"ala\",\n    \"landscaping\": \"nhazi ala\",\n    \"landscapist\": \"ihe ndozi ala\",\n    \"landshard\": \"ndozi ala\",\n    \"landshark\": \"ndozi ala\",\n    \"landship\": \"ala\",\n    \"landsick\": \"ala akọrọ\",\n    \"landside\": \"mbibi ala\",\n    \"landsides\": \"mbuze\",\n    \"landskip\": \"ala\",\n    \"landskips\": \"ala\",\n    \"landsknecht\": \"ala ala\",\n    \"landsleit\": \"alaeze\",\n    \"landslid\": \"mbibi ala\",\n    \"landslidden\": \"ala daa\",\n    \"landslide\": \"mbibi ala\",\n    \"landslided\": \"mebie\",\n    \"landslides\": \"mbuze\",\n    \"landsliding\": \"mbibi ala\",\n    \"landslip\": \"ala\",\n    \"landslips\": \"ala\",\n    \"landsmaal\": \"ala\",\n    \"landsman\": \"onye nwe ala\",\n    \"landsmanleit\": \"onye nwe ala\",\n    \"landsmanshaft\": \"ala akuku\",\n    \"landsmanshaften\": \"ndị isi ala\",\n    \"landsmen\": \"ndị ala\",\n    \"landspout\": \"ala\",\n    \"landspringy\": \"ala\",\n    \"landsting\": \"ala\",\n    \"landstorm\": \"ala mmiri\",\n    \"landsturm\": \"ala mmiri\",\n    \"landswoman\": \"nwanyị nwe ala\",\n    \"landtrost\": \"ala mmiri\",\n    \"landuman\": \"onye ala\",\n    \"landway\": \"okporo ụzọ\",\n    \"landways\": \"n'okporo ụzọ\",\n    \"landwaiter\": \"onye oru ala\",\n    \"landward\": \"ala\",\n    \"landwards\": \"ndị isi obodo\",\n    \"landwash\": \"nsacha ala\",\n    \"landwire\": \"onye isi ala\",\n    \"landwrack\": \"mbibi\",\n    \"landwreck\": \"ala mmiri\",\n    \"lane\": \"uzo\",\n    \"lanely\": \"laney\",\n    \"lanes\": \"laney\",\n    \"laneway\": \"uzo\",\n    \"langarai\": \"akwa nwanyị\",\n    \"langate\": \"na-asụ asụsụ\",\n    \"langauge\": \"asụsụ\",\n    \"langeel\": \"langel\",\n    \"langhian\": \"asụsụ langhian\",\n    \"langrage\": \"asụsụ\",\n    \"langrels\": \"Ogbo\",\n    \"langsettle\": \"mbibi\",\n    \"language\": \"asụsụ\",\n    \"languaged\": \"gbarụọ\",\n    \"languageless\": \"enweghị asụsụ\",\n    \"languages\": \"asụsụ\",\n    \"languaging\": \"na-agbasi mbọ ike\",\n    \"langued\": \"gbarụọ\",\n    \"languedoc\": \"enweghị\",\n    \"languent\": \"ike\",\n    \"langues\": \"asụsụ\",\n    \"languescent\": \"asụsụ igbo\",\n    \"languet\": \"ike\",\n    \"languets\": \"ọfụma\",\n    \"languette\": \"nwa osisi\",\n    \"languid\": \"adịkwaghị ike\",\n    \"languidly\": \"ike\",\n    \"languidness\": \"ike gwụ\",\n    \"languish\": \"na-anwụ\",\n    \"languished\": \"ike gwụrụ\",\n    \"languisher\": \"okpu\",\n    \"languishers\": \"ndị isi\",\n    \"languishes\": \"na-ata ahuhu\",\n    \"languishing\": \"na-ata ahụhụ\",\n    \"languishingly\": \"na-egbu ume\",\n    \"languishment\": \"ike ọgwụgwụ\",\n    \"languor\": \"adịkwaghị ike\",\n    \"languorment\": \"ihe mgbu\",\n    \"languorous\": \"ihe mgbu\",\n    \"languorously\": \"na-egbu mgbu\",\n    \"languorousness\": \"ụra\",\n    \"languors\": \"umuaka\",\n    \"laniard\": \"lanyard\",\n    \"lanigerous\": \"mkpọtụ\",\n    \"lanioid\": \"laioid\",\n    \"lanista\": \"ọkụ\",\n    \"lanistae\": \"ọkụ\",\n    \"lanital\": \"eriri afọ\",\n    \"lanitals\": \"oriọna\",\n    \"lanker\": \"ihe osise\",\n    \"lankier\": \"ihe mgbochi\",\n    \"lankiest\": \"kacha mma\",\n    \"lankily\": \"ọkụ\",\n    \"lankish\": \"asụsụ lankish\",\n    \"lankness\": \"mkpọchi\",\n    \"lanknesses\": \"ihe ngosi\",\n    \"lanner\": \"lanụ\",\n    \"lanolated\": \"kechitere\",\n    \"lanoline\": \"ọkụ\",\n    \"lanolines\": \"ọkụ\",\n    \"lanolins\": \"ọkụ\",\n    \"lanose\": \"lanise\",\n    \"lanosity\": \"lanosis\",\n    \"lanosities\": \"lanosis\",\n    \"lansat\": \"Onyinye\",\n    \"lansdowne\": \"mmmmmmmmmmmmm\",\n    \"lanseh\": \"echekwara\",\n    \"lansfordite\": \"Ugochukwu\",\n    \"lansing\": \"nsgha\",\n    \"lansknecht\": \"mmmmmmmmmmmmm\",\n    \"lantanas\": \"lantanaas\",\n    \"lantanium\": \"lantana\",\n    \"lantern\": \"na-ejegharị\",\n    \"lanterned\": \"na-agbanye\",\n    \"lanternfishes\": \"oriọna\",\n    \"lanternflower\": \"ifuru oriọna\",\n    \"lanterning\": \"na-agbanye ọkụ\",\n    \"lanternist\": \"oriọna\",\n    \"lanternlit\": \"oriọna oriọna\",\n    \"lanternman\": \"lanterman\",\n    \"lanterns\": \"oriọna\",\n    \"lanuginous\": \"ihe omimi\",\n    \"lanuginousness\": \"ihe omimi\",\n    \"laodicean\": \"leodisia\",\n    \"laotian\": \"onye laotian\",\n    \"lap\": \"apata\",\n    \"lapactic\": \"larịị\",\n    \"lapboard\": \"lapodu\",\n    \"lapboards\": \"mbadamba nkume\",\n    \"lapelled\": \"zọọ\",\n    \"lapels\": \"lapel\",\n    \"lapfuls\": \"okirikiri\",\n    \"lapicide\": \"igbu egbu\",\n    \"lapidarian\": \"Onyeisiala\",\n    \"lapidarist\": \"Udochi udo\",\n    \"lapidated\": \"ikekeke\",\n    \"lapidating\": \"Ikekwe\",\n    \"lapideous\": \"ikechi\",\n    \"lapidescence\": \"nkwanye ugwu\",\n    \"lapidicolous\": \"larịị\",\n    \"lapidified\": \"okpokoro\",\n    \"lapidifying\": \"ikekeke\",\n    \"lapidist\": \"onyeisiala\",\n    \"lapidists\": \"ndi okpokoro\",\n    \"lapidity\": \"nkwonkwo ụkwụ\",\n    \"lapinized\": \"mebiri\",\n    \"lapins\": \"lapini\",\n    \"lapises\": \"okirikiri\",\n    \"laplandish\": \"Laplandish\",\n    \"lappa\": \"lapaị\",\n    \"lapped\": \"jụọ\",\n    \"lapper\": \"lapaị\",\n    \"lappered\": \"agbachi\",\n    \"lappering\": \"na-akọ\",\n    \"lappers\": \"nwe ala\",\n    \"lappeted\": \"agbachi\",\n    \"lappets\": \"akwa akpa\",\n    \"lappish\": \"kpachaara anya\",\n    \"lapps\": \"akpa\",\n    \"laps\": \"Nkpuru\",\n    \"lapsability\": \"enweghị ike\",\n    \"lapsed\": \"jisie ike\",\n    \"lapses\": \"nkwụsị\",\n    \"lapsibility\": \"enweghị ike\",\n    \"lapsided\": \"kwadoro\",\n    \"lapsing\": \"na-akụ\",\n    \"lapsingly\": \"n'atụghị egwu\",\n    \"lapstone\": \"okwute\",\n    \"lapstreaked\": \"Ugwuam\",\n    \"lapstreaker\": \"ihe ndozi\",\n    \"lapsus\": \"Nkechi\",\n    \"laptop\": \"laptọọpụ\",\n    \"laputically\": \"n'usoro\",\n    \"lapwork\": \"ọrụ aka\",\n    \"laquearian\": \"nwoke\",\n    \"laqueus\": \"ịmị amị\",\n    \"larboard\": \"nnukwu mkpọ\",\n    \"larboards\": \"mkpọ\",\n    \"larbolins\": \"anụ ahụ\",\n    \"larbowlines\": \"akara aka\",\n    \"larcenable\": \"nnukwu ihe\",\n    \"larcener\": \"onye mmanu\",\n    \"larceners\": \"ndị aka mgba\",\n    \"larceny\": \"nnukwu ihe\",\n    \"larcenic\": \"mba\",\n    \"larcenies\": \"ogwe aka\",\n    \"larcenish\": \"nnukwu ọchịchị\",\n    \"larcenist\": \"onye aka ike\",\n    \"larcenists\": \"ndị aka mgba\",\n    \"larcenous\": \"mmanie\",\n    \"larcenously\": \"n'eziokwu\",\n    \"larcenousness\": \"ịdị arọ\",\n    \"larcher\": \"ọka\",\n    \"larches\": \"nsị\",\n    \"larcinry\": \"nnukwu nri\",\n    \"lard\": \"mmanu abuba\",\n    \"larded\": \"buru ibu\",\n    \"larderellite\": \"nnukwu iheomume\",\n    \"larderer\": \"onye na-egbu egbu\",\n    \"larderlike\": \"dị ka larder\",\n    \"lardy\": \"mmanu abuba\",\n    \"lardiest\": \"mmanu\",\n    \"lardiform\": \"nnukwu\",\n    \"lardite\": \"mmanu abuba\",\n    \"lardizabalaceous\": \"agbachi\",\n    \"lardlike\": \"mmanu abuba\",\n    \"lardry\": \"mmanu abuba\",\n    \"lards\": \"mmanu abuba\",\n    \"lares\": \"Ikuru\",\n    \"large\": \"buru ibu\",\n    \"largebrained\": \"buru ibu\",\n    \"largehanded\": \"ejike aka\",\n    \"largehearted\": \"nwee obi\",\n    \"largeheartedly\": \"n'obi\",\n    \"largeheartedness\": \"nnabata\",\n    \"largely\": \"n'ụzọ dị ukwuu\",\n    \"largemouth\": \"nnukwu anụrị\",\n    \"largemouthed\": \"nnukwu anụrị\",\n    \"largeness\": \"nnukwu\",\n    \"largeour\": \"bigur\",\n    \"largeous\": \"nnukwu\",\n    \"larger\": \"ibu\",\n    \"larges\": \"kasị ukwuu\",\n    \"largess\": \"nnukwu\",\n    \"largesse\": \"nnukwu achịcha\",\n    \"largesses\": \"ụgha niile\",\n    \"largest\": \"kasị ukwuu\",\n    \"larget\": \"nnukwu\",\n    \"larghissimo\": \"ịgha\",\n    \"largifical\": \"ịkpa\",\n    \"largish\": \"ịgha ụgha\",\n    \"largishness\": \"ịba ụba\",\n    \"largition\": \"mmanu mmiri\",\n    \"largitional\": \"mmanu mmiri\",\n    \"largos\": \"anụ ụlọ\",\n    \"lariated\": \"lari\",\n    \"lariating\": \"na-ekwughachi\",\n    \"lariats\": \"lariat\",\n    \"larid\": \"larịị\",\n    \"laryngeating\": \"na-agbagharị\",\n    \"laryngectomizing\": \"na-agbagharị\",\n    \"larynges\": \"larịị\",\n    \"laryngography\": \"ogwe aka\",\n    \"laryngologic\": \"laryngological\",\n    \"laryngologist\": \"ọkà mmụta banyere ọrịa laryngologist\",\n    \"laryngopharynges\": \"laryngopharyngeal\",\n    \"larynx\": \"ogba\",\n    \"larynxes\": \"oghochi\",\n    \"larithmic\": \"dị mkpa\",\n    \"larithmics\": \"ihe omimi\",\n    \"larix\": \"larịị\",\n    \"lark\": \"nnukwu anụ\",\n    \"larked\": \"buru ibu\",\n    \"larker\": \"nnukwu\",\n    \"larkiest\": \"kachasị njọ\",\n    \"larking\": \"ịgha\",\n    \"larkingly\": \"n'eziokwu\",\n    \"larkish\": \"nnukwu anụ\",\n    \"larkishly\": \"ịgha\",\n    \"larkishness\": \"ịdị arọ\",\n    \"larklike\": \"dị ka lark\",\n    \"larkling\": \"ịgha\",\n    \"larks\": \"anụ ụlọ\",\n    \"larksome\": \"dị ịrịba ama\",\n    \"larksomes\": \"anụrị\",\n    \"larkspur\": \"anụ ọhịa\",\n    \"larkspurs\": \"mkpọtụ\",\n    \"larmier\": \"larịị\",\n    \"larmoyant\": \"larịị\",\n    \"larnakes\": \"lekọtị\",\n    \"laron\": \"akwa\",\n    \"larree\": \"nnukwu\",\n    \"larrigan\": \"anụ ahụ\",\n    \"larrigans\": \"ndị na-eri iwu\",\n    \"larrikiness\": \"ukwu\",\n    \"larriman\": \"Ekwensu\",\n    \"larrup\": \"akwa\",\n    \"larruped\": \"egbutu\",\n    \"larruper\": \"leghasị\",\n    \"larrupers\": \"ndị akpụkpa\",\n    \"larruping\": \"ịmị akwa\",\n    \"larrups\": \"akwa\",\n    \"larums\": \"larum\",\n    \"larva\": \"nwa ahuhu\",\n    \"larvas\": \"larva\",\n    \"larvate\": \"na-akọkọ\",\n    \"larvated\": \"nnukwu\",\n    \"larve\": \"nnukwu ihe\",\n    \"larvicidal\": \"viczọ\",\n    \"larvicide\": \"ọka\",\n    \"larvigerous\": \"na-eme mkpọtụ\",\n    \"larviposition\": \"nsị\",\n    \"larvule\": \"okwute\",\n    \"las\": \"ọzọ\",\n    \"lasagna\": \"nwachukwu\",\n    \"lasagnas\": \"mmmmmmmmmmmmm\",\n    \"lasagne\": \"nnukwu\",\n    \"lasagnes\": \"iko\",\n    \"lasarwort\": \"igodo\",\n    \"lascars\": \"ihe mgbochi\",\n    \"laschety\": \"Ochie\",\n    \"lascivient\": \"ihe\",\n    \"lascivious\": \"ihe nzuzu\",\n    \"lasciviously\": \"ihe nzuzu\",\n    \"lasciviousness\": \"nzuzu\",\n    \"lased\": \"pịa\",\n    \"laserdisk\": \"ụzarị\",\n    \"laserdisks\": \"ihe ntanetị\",\n    \"laserjet\": \"ihe nnọchi\",\n    \"laserpitium\": \"akụrụngwa\",\n    \"lasers\": \"laser\",\n    \"laserwort\": \"ihe nnọchi\",\n    \"lases\": \"lashes\",\n    \"lash\": \"adịghị mma\",\n    \"lashed\": \"pịa\",\n    \"lashers\": \"laser\",\n    \"lashing\": \"na-apịa ihe\",\n    \"lashingly\": \"iwe\",\n    \"lashless\": \"adịghị mma\",\n    \"lashness\": \"adịghị mma\",\n    \"lasing\": \"ịgbanwu\",\n    \"lasiocampa\": \"mmmmmmmmmmmmm\",\n    \"lasiocampid\": \"mmmmmmmmmmmmm\",\n    \"lasiocampidae\": \"laiocampidae\",\n    \"lasiocampoidea\": \"laiocampidae\",\n    \"lasiocarpous\": \"mmmmmmmmmmmmm\",\n    \"lask\": \"nnukwu\",\n    \"lasket\": \"akwa\",\n    \"lasking\": \"gba aka\",\n    \"laspeyresia\": \"nwachukwu\",\n    \"laspring\": \"mmị\",\n    \"lasque\": \"ịgha\",\n    \"lass\": \"las\",\n    \"lasses\": \"las\",\n    \"lassies\": \"lasses\",\n    \"lassitude\": \"ugo\",\n    \"lassitudes\": \"ugba\",\n    \"lassock\": \"igodo\",\n    \"lassockie\": \"nwachukwu\",\n    \"lassoed\": \"ịmara\",\n    \"lassoer\": \"ịdọ aka ná ntị\",\n    \"lassoers\": \"ntughari\",\n    \"lassoes\": \"ịdọ aka\",\n    \"lassoing\": \"igwu\",\n    \"lassos\": \"igodo\",\n    \"last\": \"ikpeazụ\",\n    \"lastage\": \"akpatre\",\n    \"lasted\": \"kere\",\n    \"laster\": \"ikpeazụ\",\n    \"lasters\": \"ikpeazụ\",\n    \"lasting\": \"na-adịgide adịgide\",\n    \"lastingly\": \"ke akpatre\",\n    \"lastingness\": \"na-adịgide adịgide\",\n    \"lastings\": \"ikpeazụ\",\n    \"lastly\": \"n'ikpeazu\",\n    \"lastness\": \"ikpe-azu\",\n    \"lasts\": \"na-adịgide\",\n    \"latch\": \"lash\",\n    \"latcher\": \"latcha\",\n    \"late\": \"mbubreyo\",\n    \"latebricole\": \"mbubreyo\",\n    \"latecomer\": \"mbubreyo\",\n    \"latecomers\": \"mbubreyo\",\n    \"latecoming\": \"mbubreyo\",\n    \"lated\": \"agbaghị\",\n    \"lateen\": \"afọ iri\",\n    \"lateeners\": \"ndị lateeners\",\n    \"lateenrigged\": \"agbachi\",\n    \"lateens\": \"na-egbu oge\",\n    \"lately\": \"n'oge na-adịbeghị anya\",\n    \"lateliness\": \"izu ike\",\n    \"latency\": \"laten\",\n    \"latencies\": \"adịghị mma\",\n    \"latened\": \"agbaghị aka\",\n    \"lateness\": \"ịla azụ\",\n    \"latenesses\": \"ndị na-adịghị anya\",\n    \"latening\": \"na-arahụ\",\n    \"latently\": \"na nzuzo\",\n    \"later\": \"emechaa\",\n    \"laterad\": \"mbubreyo\",\n    \"lateral\": \"mpụta\",\n    \"lateraled\": \"emechi\",\n    \"lateraling\": \"na-anọchi anya\",\n    \"lateralis\": \"mbubreyo\",\n    \"laterality\": \"mbubreyo\",\n    \"lateralities\": \"mbubreyo\",\n    \"lateralize\": \"gbasaa\",\n    \"lateralized\": \"dịpụrụ adịpụ\",\n    \"lateralizing\": \"na-egbu egbu\",\n    \"laterally\": \"n'oge\",\n    \"laterals\": \"mbubreyo\",\n    \"lateran\": \"mbubreyo\",\n    \"latericeous\": \"emechaa\",\n    \"latericumbent\": \"emechaa\",\n    \"lateriflexion\": \"mgbe e mesịrị\",\n    \"laterifloral\": \"mechara\",\n    \"lateriflorous\": \"kechioma\",\n    \"laterifolious\": \"kechioma\",\n    \"laterigradae\": \"mgbe ochie\",\n    \"laterigrade\": \"emechaa\",\n    \"laterinerved\": \"mechara nweta\",\n    \"laterite\": \"emesia\",\n    \"laterites\": \"emesia\",\n    \"lateritic\": \"Emechara\",\n    \"lateritious\": \"emechaa\",\n    \"lateriversion\": \"mgbe e mesịrị\",\n    \"laterization\": \"Emechaa\",\n    \"lateroabdominal\": \"akàra ozigbo\",\n    \"lateroanterior\": \"azụ azụ\",\n    \"laterocaudal\": \"mbubreyo\",\n    \"laterocervical\": \"ogechi\",\n    \"laterodeviation\": \"mbugharị oge\",\n    \"laterodorsal\": \"mbubreyo\",\n    \"lateroduction\": \"mbubreyo\",\n    \"lateroflexion\": \"mbubreyo\",\n    \"lateromarginal\": \"mbubreyo\",\n    \"lateroposition\": \"mbubreyo\",\n    \"lateroposterior\": \"mbubreyo\",\n    \"lateropulsion\": \"mbubreyo\",\n    \"laterostigmatic\": \"mbubreyo\",\n    \"laterotemporal\": \"mbubreyo\",\n    \"laterotorsion\": \"mbubreyo\",\n    \"lateroventral\": \"mbubreyo\",\n    \"lateroversion\": \"mbubreyo\",\n    \"latescence\": \"oge\",\n    \"latest\": \"kacha ọhụrụ\",\n    \"latests\": \"agbachitere\",\n    \"lateward\": \"mbubreyo\",\n    \"latewhile\": \"na-egbu oge\",\n    \"latewhiles\": \"mbubreyo\",\n    \"lath\": \"Lath\",\n    \"lathen\": \"gbasaa\",\n    \"lathered\": \"na-agbachi\",\n    \"lathery\": \"umu nwanyi\",\n    \"lathering\": \"ịkwa ụta\",\n    \"lathers\": \"ụmụnne\",\n    \"lathesman\": \"onye lathesman\",\n    \"lathhouse\": \"ụlọ lathhouse\",\n    \"lathy\": \"ịkpa ọchị\",\n    \"lathing\": \"na-amụ\",\n    \"lathyrism\": \"ịkpa aghara\",\n    \"lathyritic\": \"na-akọpụrụ mmadụ\",\n    \"lathlike\": \"onye yiri lath\",\n    \"lathwork\": \"arụ ọrụ\",\n    \"lathworks\": \"ọrụ\",\n    \"latices\": \"larịị\",\n    \"laticiferous\": \"ịkwa iko\",\n    \"laticostate\": \"mmachi\",\n    \"latidentate\": \"latidate\",\n    \"latifolious\": \"foldị ndụ\",\n    \"latinian\": \"Latin\",\n    \"latinist\": \"onye latinist\",\n    \"latinization\": \"latinisation\",\n    \"latinizing\": \"na-etinye aka\",\n    \"latinless\": \"enweghị\",\n    \"latirostral\": \"siropral\",\n    \"latirostres\": \"ndaba\",\n    \"latirostrous\": \"na-egbu maramara\",\n    \"latissimi\": \"nzaghachi\",\n    \"latitancy\": \"latutancy\",\n    \"latitude\": \"ohere\",\n    \"latitudes\": \"latitude\",\n    \"latitudinary\": \"Ugba\",\n    \"latitudinarians\": \"ndị latitudinarians\",\n    \"lative\": \"sibe\",\n    \"latosols\": \"latosol\",\n    \"latrede\": \"zụrụ\",\n    \"latrines\": \"ụlọ mposi\",\n    \"latrobe\": \"latlọrị\",\n    \"latter\": \"nke ikpeazụ\",\n    \"latterkin\": \"nke ikpeazụ\",\n    \"latterly\": \"n'ikpeazụ\",\n    \"lattermath\": \"ikpeazụ\",\n    \"lattermint\": \"ikpeazụ\",\n    \"lattermost\": \"nke ikpeazụ\",\n    \"latterness\": \"latọt\",\n    \"lattice\": \"lattị\",\n    \"latticed\": \"N'ekpere\",\n    \"latticelike\": \"lattikike\",\n    \"lattices\": \"latti ihe\",\n    \"latticicini\": \"lattikịkị\",\n    \"latticing\": \"na-ehicha\",\n    \"latticinii\": \"lattikịnii\",\n    \"latticinio\": \"lattiki\",\n    \"laud\": \"ito\",\n    \"laudability\": \"ikwusi ike\",\n    \"laudable\": \"kwesịrị otuto\",\n    \"laudableness\": \"otuto\",\n    \"laudably\": \"ikwusi ike\",\n    \"laudation\": \"otuto\",\n    \"laudative\": \"otuto\",\n    \"laudator\": \"onye na-akọ ego\",\n    \"laudatory\": \"kelere\",\n    \"laudatorily\": \"jiri obi ụtọ\",\n    \"laudators\": \"ndị na-akọ ụgwọ\",\n    \"lauded\": \"toro\",\n    \"lauder\": \"otuto\",\n    \"lauderdale\": \"Ebube\",\n    \"lauders\": \"ndị na-eto eto\",\n    \"laudes\": \"Nwa nwanyi\",\n    \"laudification\": \"mmachi\",\n    \"lauding\": \"na-eto\",\n    \"laudism\": \"otuto\",\n    \"laudist\": \"onye okike\",\n    \"lauds\": \"otuto\",\n    \"laugh\": \"chia ochi\",\n    \"laughable\": \"ichi ochi\",\n    \"laughableness\": \"ọchị\",\n    \"laughably\": \"ọchị\",\n    \"laughed\": \"chịrị ọchị\",\n    \"laugher\": \"ọchị\",\n    \"laughers\": \"ndị ọchị\",\n    \"laughful\": \"na-achị ọchị\",\n    \"laughy\": \"chịrị ọchị\",\n    \"laughing\": \"na-achị ọchị\",\n    \"laughingly\": \"na-achị ọchị\",\n    \"laughings\": \"ochi\",\n    \"laughingstock\": \"na-achị ọchị\",\n    \"laughingstocks\": \"na-achị ọchị\",\n    \"laughs\": \"ọchị\",\n    \"laughsome\": \"ọchị\",\n    \"laughter\": \"ochi\",\n    \"laughterful\": \"na-achị ọchị\",\n    \"laughterless\": \"ọchị\",\n    \"laughters\": \"ụmụ nwanyị\",\n    \"laughworthy\": \"chịrị ọchị\",\n    \"laun\": \"igba egbe\",\n    \"launce\": \"igba egbe\",\n    \"launces\": \"na-ebupụta\",\n    \"launch\": \"igba egbe\",\n    \"launched\": \"ulo oru\",\n    \"launchers\": \"ndị na-ebupụta ihe\",\n    \"launches\": \"na-ebupụta\",\n    \"launchful\": \"na-ebupụta\",\n    \"launchings\": \"launching\",\n    \"launchpad\": \"launpad\",\n    \"launchplex\": \"launplex\",\n    \"launchways\": \"okporo ụzọ\",\n    \"laund\": \"sa akwa\",\n    \"launderability\": \"ịmalite\",\n    \"launderable\": \"malitere\",\n    \"laundered\": \"na-asacha\",\n    \"launderer\": \"Na-akwa ákwà\",\n    \"launderers\": \"na-asacha akwa\",\n    \"launderette\": \"akwa akwa\",\n    \"laundering\": \"na-asa ákwà\",\n    \"launderings\": \"launder\",\n    \"launders\": \"ndị na-asacha akwa\",\n    \"laundress\": \"na-asa ákwà\",\n    \"laundresses\": \"na-asa akwa\",\n    \"laundry\": \"na-asa akwa\",\n    \"laundries\": \"na-asa akwa\",\n    \"laundrymaid\": \"Ndi na asa-akwa\",\n    \"laundryman\": \"onye na-asa akwa\",\n    \"laundrymen\": \"Ndi na-asa akwa\",\n    \"laundryowner\": \"onye na-asacha uwe\",\n    \"laundrywoman\": \"Nwanyị na-asa ákwà\",\n    \"laundrywomen\": \"omenmụ nwanyị na-asa ákwà\",\n    \"laundromat\": \"na-asa ákwà\",\n    \"laundromats\": \"uwe ịsa ahụ\",\n    \"launeddas\": \"agbalite\",\n    \"laurate\": \"laureate\",\n    \"laureal\": \"laurel\",\n    \"laureated\": \"laureate\",\n    \"laureates\": \"ndị wetara onyinye\",\n    \"laureating\": \"na-enye nkwado\",\n    \"laureation\": \"ịgwọ ọrịa\",\n    \"laureled\": \"laurele\",\n    \"laureling\": \"na-achọ\",\n    \"laurels\": \"laurel\",\n    \"lautitious\": \"lautit\",\n    \"lavaboes\": \"lavabos\",\n    \"lavacre\": \"ịsa mmiri\",\n    \"lavage\": \"ịsa mmiri\",\n    \"lavages\": \"ịsa mmiri\",\n    \"lavaliere\": \"lavallière\",\n    \"lavant\": \"adịghị mma\",\n    \"lavatera\": \"Ebube\",\n    \"lavational\": \"dị mma\",\n    \"lavations\": \"lavation\",\n    \"lavatories\": \"ebe nchekwa\",\n    \"laved\": \"dina\",\n    \"laveered\": \"emewo\",\n    \"laveering\": \"ịkpa anụ\",\n    \"laveers\": \"ndị laveers\",\n    \"lavement\": \"lapaị\",\n    \"lavendered\": \"emewo\",\n    \"lavendering\": \"ịkwụ ụgwọ\",\n    \"lavenders\": \"ndị lavenders\",\n    \"laver\": \"lawa\",\n    \"lavers\": \"ite lawa\",\n    \"laving\": \"ịtọgbọ\",\n    \"lavish\": \"ọgaranya\",\n    \"lavished\": \"etisala\",\n    \"lavishers\": \"ndi umu aka\",\n    \"lavishes\": \"ogwe aka\",\n    \"lavishest\": \"adịghị mma\",\n    \"lavishing\": \"na-achọ\",\n    \"lavishingly\": \"n'egwu\",\n    \"lavishly\": \"n'ụzọ dị ukwuu\",\n    \"lavishness\": \"ịdị ukwuu\",\n    \"lavrocks\": \"ogwe aka\",\n    \"law\": \"iwu\",\n    \"lawabidingness\": \"idebe iwu\",\n    \"lawbook\": \"akwụkwọ iwu\",\n    \"lawbreak\": \"imebi iwu\",\n    \"lawbreaker\": \"onye na-emebi iwu\",\n    \"lawbreakers\": \"ndị na-emebi iwu\",\n    \"lawbreaking\": \"imebi iwu\",\n    \"lawcourt\": \"ụlọ ikpe\",\n    \"lawcraft\": \"iwu\",\n    \"lawed\": \"nyere iwu\",\n    \"lawful\": \"iwu\",\n    \"lawfully\": \"n'ụzọ iwu\",\n    \"lawfullness\": \"iwu kwadoro\",\n    \"lawfulness\": \"iwu\",\n    \"lawgive\": \"na-enye iwu\",\n    \"lawgiver\": \"onye na-enye iwu\",\n    \"lawgivers\": \"ndị na-enye iwu\",\n    \"lawgiving\": \"inye iwu\",\n    \"lawyer\": \"ọkàiwu\",\n    \"lawyeress\": \"ọkaiwu\",\n    \"lawyeresses\": \"ndị na-eme iwu\",\n    \"lawyery\": \"iwu\",\n    \"lawyering\": \"na-ekpe ikpe\",\n    \"lawyerism\": \"iwu\",\n    \"lawyerly\": \"onye ọka iwu\",\n    \"lawyerlike\": \"dị ka ọkàiwu\",\n    \"lawyerling\": \"na-agba akwụkwọ\",\n    \"lawyers\": \"ndị ọka iwu\",\n    \"lawyership\": \"ịbụ ọkàiwu\",\n    \"lawing\": \"iwu\",\n    \"lawings\": \"iwu\",\n    \"lawish\": \"iwu\",\n    \"lawk\": \"iwu\",\n    \"lawks\": \"ndị ọrụ iwu\",\n    \"lawlants\": \"ndị ome iwu\",\n    \"lawless\": \"enweghi iwu\",\n    \"lawlessly\": \"na-enweghị iwu\",\n    \"lawlessness\": \"mmebi iwu\",\n    \"lawlike\": \"dị ka iwu\",\n    \"lawmaker\": \"onye omeiwu\",\n    \"lawmakers\": \"ndị omeiwu\",\n    \"lawmaking\": \"nhazi\",\n    \"lawman\": \"onye ome iwu\",\n    \"lawmen\": \"ndị ome iwu\",\n    \"lawmonger\": \"onye nnozi\",\n    \"lawn\": \"ahịhịa\",\n    \"lawned\": \"ahịhịa\",\n    \"lawner\": \"ahịhịa\",\n    \"lawny\": \"ahịhịa ahịhịa\",\n    \"lawnleaf\": \"ahịhịa\",\n    \"lawnlike\": \"ahịhịa\",\n    \"lawnmower\": \"igwe eji asụ ahịhịa\",\n    \"lawns\": \"ahịhịa ahịhịa\",\n    \"lawproof\": \"igbochi iwu\",\n    \"lawrence\": \"iwu\",\n    \"lawrencite\": \"mmebe iwu\",\n    \"lawrightman\": \"onye oka iwu\",\n    \"lawrightmen\": \"ndị ọka iwu\",\n    \"laws\": \"iwu\",\n    \"lawson\": \"iwuon\",\n    \"lawsone\": \"iwuone\",\n    \"lawsoneve\": \"iwuoneve\",\n    \"lawsonia\": \"iwuonia\",\n    \"lawsonite\": \"iwuonite\",\n    \"lawsuit\": \"ikpe\",\n    \"lawsuiting\": \"ikpe ikpe\",\n    \"lawsuits\": \"ikpe\",\n    \"lawter\": \"onye iwu\",\n    \"lawzy\": \"iwu\",\n    \"lax\": \"adịghị mma\",\n    \"laxate\": \"ogwugwu\",\n    \"laxation\": \"ngwu\",\n    \"laxations\": \"xgba mbọ\",\n    \"laxatives\": \"ndị laxatives\",\n    \"laxer\": \"ngwu\",\n    \"laxest\": \"dị umengwụ\",\n    \"laxism\": \"Ọgwụgwụ\",\n    \"laxist\": \"onyeisia\",\n    \"laxity\": \"ịdị umengwụ\",\n    \"laxly\": \"ngwangwa\",\n    \"laxness\": \"ịdị umengwụ\",\n    \"laxnesses\": \"adịghị mma\",\n    \"lazarist\": \"onye lazarist\",\n    \"lazarly\": \"umengwụ\",\n    \"lazarlike\": \"dị ka lazar\",\n    \"lazarous\": \"lazarus\",\n    \"lazars\": \"ubele\",\n    \"lazed\": \"lazes\",\n    \"lazy\": \"umengwụ\",\n    \"lazybed\": \"akwa umengwụ\",\n    \"lazybone\": \"umengwụ\",\n    \"lazybones\": \"umengwụ\",\n    \"lazied\": \"lazi\",\n    \"laziest\": \"ịdị umengwụ\",\n    \"lazyhood\": \"ịdị umengwụ\",\n    \"lazying\": \"ịdị umengwụ\",\n    \"lazyish\": \"umengwụ\",\n    \"lazylegs\": \"umengwụ\",\n    \"lazily\": \"umengwụ\",\n    \"laziness\": \"ịdị umengwụ\",\n    \"lazinesses\": \"umengwụ\",\n    \"lazing\": \"na-atụ anya\",\n    \"lazyship\": \"umengwụ\",\n    \"lazulites\": \"ndi lazulites\",\n    \"lbinit\": \"mkpokọta\",\n    \"lbs\": \"Iwu\",\n    \"lbw\": \"Ndokwa\",\n    \"lca\": \"Ebee\",\n    \"lcm\": \"Lm\",\n    \"lconvert\": \"mkpọchi\",\n    \"lcsymbol\": \"ogwe aka\",\n    \"lea\": \"koro\",\n    \"leach\": \"ekpoli\",\n    \"leachable\": \"ibili\",\n    \"leached\": \"ọnụọgụgụ\",\n    \"leacher\": \"onye nkuzi\",\n    \"leachers\": \"leechers\",\n    \"leaches\": \"leeches\",\n    \"leachy\": \"ekpenta\",\n    \"leaching\": \"ịgba ụgwọ\",\n    \"leachmen\": \"leachman\",\n    \"lead\": \"ndu\",\n    \"leadable\": \"na-eduga\",\n    \"leadableness\": \"ndu\",\n    \"leadage\": \"ndu\",\n    \"leadback\": \"Ndabere\",\n    \"leaded\": \"duru\",\n    \"leaden\": \"Lead\",\n    \"leadenhearted\": \"nwee obi\",\n    \"leadenheartedness\": \"nwee obi\",\n    \"leadenly\": \"ime\",\n    \"leadenness\": \"ndu\",\n    \"leadenpated\": \"mmmmmmmmmmmmm\",\n    \"leader\": \"onye ndu\",\n    \"leaderess\": \"ndu\",\n    \"leaderette\": \"ndu\",\n    \"leaderless\": \"enweghị onye ndu\",\n    \"leaders\": \"ndị isi\",\n    \"leadership\": \"ndu\",\n    \"leaderships\": \"ndu\",\n    \"leadeth\": \"na-eduga\",\n    \"leadhillite\": \"ndu\",\n    \"leady\": \"ndu\",\n    \"leadiest\": \"kachasị ike\",\n    \"leadiness\": \"ndu\",\n    \"leading\": \"na-eduga\",\n    \"leadingly\": \"na-eduga\",\n    \"leadings\": \"na-eduga\",\n    \"leadless\": \"enweghị ndu\",\n    \"leadline\": \"ndu\",\n    \"leadman\": \"onye ndu\",\n    \"leadplant\": \"ndu\",\n    \"leadproof\": \"ndu\",\n    \"leads\": \"na-eduga\",\n    \"leadsman\": \"na-eduga\",\n    \"leadsmen\": \"na-eduga\",\n    \"leadstone\": \"okwute\",\n    \"leadway\": \"okporo ụzọ\",\n    \"leadwood\": \"ndu\",\n    \"leadwork\": \"ọrụ\",\n    \"leadworks\": \"ọrụ\",\n    \"leadwort\": \"ndu\",\n    \"leadworts\": \"ndu\",\n    \"leaf\": \"akwukwo\",\n    \"leafage\": \"akwukwo\",\n    \"leafages\": \"akwukwo\",\n    \"leafbird\": \"akwukwo ahihia\",\n    \"leafboy\": \"umu akwukwo\",\n    \"leafcup\": \"akwukwo akwukwo\",\n    \"leafdom\": \"akwụkwọ\",\n    \"leafed\": \"akwukwo\",\n    \"leafen\": \"akwukwo\",\n    \"leafer\": \"akwukwo\",\n    \"leafery\": \"akwukwo akwukwo\",\n    \"leafgirl\": \"akwukwo akwukwo\",\n    \"leafhopper\": \"akwukwo akwukwo\",\n    \"leafhoppers\": \"akwukwo akwukwo\",\n    \"leafy\": \"akwukwo\",\n    \"leafier\": \"ihe ọụ .ụ\",\n    \"leafiest\": \"achịcha\",\n    \"leafiness\": \"akwukwo\",\n    \"leafing\": \"akwukwo\",\n    \"leafit\": \"akwukwo\",\n    \"leafless\": \"akwukwo\",\n    \"leaflessness\": \"enweghị akwụkwọ\",\n    \"leaflet\": \"mpempe akwụkwọ\",\n    \"leafleteer\": \"akwukwo akwukwo\",\n    \"leaflets\": \"mpempe akwụkwọ\",\n    \"leaflike\": \"akwukwo\",\n    \"leafmold\": \"ebu akwukwo\",\n    \"leafs\": \"akwukwo\",\n    \"leafstalk\": \"akwukwo ahihia\",\n    \"leafstalks\": \"akwukwo ahihia\",\n    \"leafwood\": \"akwukwo ahihia\",\n    \"leafwork\": \"akwukwo akwukwo\",\n    \"leafworm\": \"akuku ahihia\",\n    \"leafworms\": \"ahihia ahihia\",\n    \"league\": \"njikọ\",\n    \"leagued\": \"njikọ\",\n    \"leaguelong\": \"Njikọ\",\n    \"leaguer\": \"njikọ\",\n    \"leagues\": \"asọmpi\",\n    \"leak\": \"ihihi\",\n    \"leakage\": \"nchapu\",\n    \"leaked\": \"leakedị\",\n    \"leaker\": \"igbapu mmiri\",\n    \"leakers\": \"ndị na-agbapụta mmiri\",\n    \"leaky\": \"leakị\",\n    \"leaking\": \"na-eri eri\",\n    \"leal\": \"gbazinye\",\n    \"lealand\": \"ala mmiri\",\n    \"lealness\": \"ịgba ụgwọ\",\n    \"lealty\": \"gbazinyere\",\n    \"lealties\": \"ego mgbazinye ego\",\n    \"leamer\": \"leam\",\n    \"lean\": \"uzo\",\n    \"leaned\": \"dabere\",\n    \"leaner\": \"dabere\",\n    \"leanest\": \"dịkarịsịrị ala\",\n    \"leany\": \"dabere\",\n    \"leaning\": \"nādabere\",\n    \"leanings\": \"nādabere\",\n    \"leanish\": \"dabere\",\n    \"leanly\": \"dabere\",\n    \"leanness\": \"Ahụhụ\",\n    \"leannesses\": \"Ahụhụ\",\n    \"leans\": \"mgbazinye ego\",\n    \"leant\": \"ibinye ego\",\n    \"leap\": \"itu ukwu\",\n    \"leaped\": \"na-amali elu\",\n    \"leaper\": \"akpụ\",\n    \"leapers\": \"kwalie\",\n    \"leapfrogged\": \"leapfrog\",\n    \"leapfrogging\": \"na-awụkwa elu\",\n    \"leapfrogs\": \"leaprogs\",\n    \"leapful\": \"na-amali\",\n    \"leaping\": \"na-amali\",\n    \"leapingly\": \"leapu\",\n    \"leaps\": \"na-amali elu\",\n    \"leapt\": \"wụlie\",\n    \"lear\": \"kpọọ\",\n    \"learn\": \"na-amụta\",\n    \"learnable\": \"mmụta\",\n    \"learned\": \"mụtara\",\n    \"learnedly\": \"mụọ\",\n    \"learnedness\": \"mmụta\",\n    \"learner\": \"-amụrụ ihe\",\n    \"learners\": \"ndị mmụta\",\n    \"learnership\": \"mmụta\",\n    \"learning\": \"mmụta\",\n    \"learnings\": \"mmụta\",\n    \"learns\": \"na-amụta\",\n    \"learnt\": \"mụtara\",\n    \"learoyd\": \"Ugochukwu\",\n    \"leasable\": \"enwere ike ime\",\n    \"lease\": \"mgbazinye\",\n    \"leased\": \"mgbazinye\",\n    \"leasehold\": \"mgbazinye\",\n    \"leaseholder\": \"onye mgbazinye ego\",\n    \"leaseholders\": \"ndị na-agbazinye ego\",\n    \"leaseholding\": \"mgbazinye\",\n    \"leaseholds\": \"mgbazinye\",\n    \"leaseless\": \"mgbazinye\",\n    \"leaseman\": \"ịgba ụgwọ\",\n    \"leaser\": \"asgwọ\",\n    \"leasers\": \"ndị na-agbazinye ego\",\n    \"leases\": \"mgbazinye\",\n    \"leashed\": \"agba ụgwọ\",\n    \"leashing\": \"na-ara\",\n    \"leasing\": \"ịgbaziri agbazinye\",\n    \"leasings\": \"ịgbazinye ego\",\n    \"least\": \"opekempe\",\n    \"leasts\": \"gbazinyere\",\n    \"leastways\": \"wayszọ kacha nta\",\n    \"leastwise\": \"ma ọ dịghị ihe ọzọ\",\n    \"leath\": \"ịgba ụgwọ\",\n    \"leather\": \"akpụkpọ anụ\",\n    \"leatherback\": \"akpụkpọ anụ\",\n    \"leatherbark\": \"akpụkpọ anụ\",\n    \"leatherboard\": \"akpụkpọ ahụ\",\n    \"leatherbush\": \"akpụkpọ anụ\",\n    \"leathercoat\": \"akpụkpọ anụ\",\n    \"leathercraft\": \"akpụkpọ anụ\",\n    \"leathered\": \"agbapuwo akpụkpọ\",\n    \"leatherfish\": \"akpụkpọ anụ\",\n    \"leatherfishes\": \"akpụkpọ anụ akpụkpọ anụ\",\n    \"leatherflower\": \"akpụkpọ anụ\",\n    \"leatherhead\": \"akpụkpọ anụ\",\n    \"leathery\": \"akpụkpọ anụ\",\n    \"leatherine\": \"akpụkpọ anụ\",\n    \"leatheriness\": \"akpụkpọ anụ\",\n    \"leathering\": \"akpụkpọ anụ\",\n    \"leatherjacket\": \"akpụkpọ anụ akpụkpọ anụ\",\n    \"leatherleaf\": \"akpụkpọ anụ\",\n    \"leatherleaves\": \"akpụkpọ anụ\",\n    \"leatherlike\": \"akpụkpọ anụ\",\n    \"leatherlikeness\": \"akpụkpọ anụ\",\n    \"leathermaker\": \"akpụkpọ anụ\",\n    \"leathermaking\": \"eme akpụkpọ anụ\",\n    \"leathern\": \"akpụkpọ anụ\",\n    \"leatherneck\": \"akpụkpọ anụ\",\n    \"leathernecks\": \"akpụkpọ anụ\",\n    \"leatherroot\": \"akpụkpọ anụ\",\n    \"leathers\": \"akpụkpọ anụ\",\n    \"leatherware\": \"akpụkpọ anụ\",\n    \"leatherwing\": \"akpụkpọ anụ\",\n    \"leatherwood\": \"akpụkpọ anụ\",\n    \"leatherwork\": \"akpụkpọ anụ\",\n    \"leatherworker\": \"akpụkpọ anụ\",\n    \"leatherworking\": \"arụ ọrụ akpụkpọ anụ\",\n    \"leathwake\": \"pụọ\",\n    \"leatmen\": \"akpụkpọ anụ\",\n    \"leave\": \"pụọ\",\n    \"leaved\": \"koro\",\n    \"leaveless\": \"ahapụghị\",\n    \"leavelooker\": \"onye nlele anya\",\n    \"leaven\": \"ihe iko achịcha\",\n    \"leavened\": \"koro eko\",\n    \"leavening\": \"koro eko\",\n    \"leavenish\": \"koro eko\",\n    \"leavenless\": \"ekoghị eko\",\n    \"leavenous\": \"ihe iko achịcha\",\n    \"leavens\": \"ihe iko achịcha\",\n    \"leaver\": \"ahapụ\",\n    \"leavers\": \"ndị na-amị amị\",\n    \"leaverwood\": \"ntụ ọka\",\n    \"leaves\": \"epupụta\",\n    \"leavetaking\": \"ezumike\",\n    \"leavy\": \"ihe omimi\",\n    \"leavier\": \"na-amị amị\",\n    \"leaviest\": \"kachasị\",\n    \"leaving\": \"na-ahapụ\",\n    \"leavings\": \"ihe na-eko\",\n    \"leawill\": \"ịgba ụgwọ\",\n    \"lebistes\": \"ndị ode akwụkwọ\",\n    \"lechayims\": \"lechayim\",\n    \"lecher\": \"onye nlekota\",\n    \"lechery\": \"ekpenta\",\n    \"lechering\": \"na-egbu egbu\",\n    \"lecherous\": \"lechele\",\n    \"lecherously\": \"leche dị\",\n    \"lecherousness\": \"ọnya\",\n    \"lechers\": \"ndị na-akwụ ụgwọ\",\n    \"leck\": \"mkpọchi\",\n    \"lecontite\": \"dezie\",\n    \"lect\": \"nkuzi\",\n    \"lectern\": \"mpempe akwụkwọ\",\n    \"lection\": \"ntinye\",\n    \"lectionary\": \"akwukwo\",\n    \"lectionaries\": \"ndị nkuzi\",\n    \"lections\": \"mmeghe\",\n    \"lectisternium\": \"nkuzi\",\n    \"lector\": \"nkuzi\",\n    \"lectorial\": \"nkuzi\",\n    \"lectors\": \"ndị nkuzi\",\n    \"lectorship\": \"ogugu\",\n    \"lectress\": \"nkuzi\",\n    \"lectual\": \"nkuzi\",\n    \"lectuary\": \"nkuzi\",\n    \"lecture\": \"okwu ihu ọha\",\n    \"lectured\": \"nkuzi\",\n    \"lecturee\": \"onye nkuzi\",\n    \"lectureproof\": \"ihe nkuzi\",\n    \"lecturer\": \"onye nkuzi\",\n    \"lecturers\": \"ndị nkuzi\",\n    \"lectures\": \"nkuzi\",\n    \"lectureship\": \"nkuzi\",\n    \"lectureships\": \"nkuzi\",\n    \"lecturess\": \"ndị nkuzi\",\n    \"lecturette\": \"nkuzi\",\n    \"lecturing\": \"nkuzi\",\n    \"lecturn\": \"nkuzi\",\n    \"led\": \"duru\",\n    \"lede\": \"Lide\",\n    \"leden\": \"gba ọtọ\",\n    \"ledge\": \"ugwu\",\n    \"ledged\": \"duru\",\n    \"ledgeless\": \"enweghị\",\n    \"ledgement\": \"ndu\",\n    \"ledgerdom\": \"Ndabere\",\n    \"ledgered\": \"duru\",\n    \"ledgering\": \"edida\",\n    \"ledgers\": \"akwụkwọ akụkọ\",\n    \"ledges\": \"Ndagwurugwu\",\n    \"ledget\": \"akara\",\n    \"ledgy\": \"ndu\",\n    \"ledgier\": \"ndu\",\n    \"ledgiest\": \"duru ụzọ\",\n    \"ledging\": \"na-eduga\",\n    \"ledgment\": \"ndu\",\n    \"ledum\": \"ndu\",\n    \"leeched\": \"leghaara anya\",\n    \"leechlike\": \"leech\",\n    \"leefully\": \"lee lee\",\n    \"leek\": \"liik\",\n    \"leeky\": \"leekị\",\n    \"leep\": \"ekpenta\",\n    \"leepit\": \"ekpenta\",\n    \"leered\": \"gbadoro\",\n    \"leeriness\": \"leerụ\",\n    \"leering\": \"ịgba agba\",\n    \"leeringly\": \"leeringing\",\n    \"leerness\": \"leer\",\n    \"leesing\": \"na-agba ụgwọ\",\n    \"leesome\": \"egwu\",\n    \"lefsel\": \"ekpenta\",\n    \"lefsen\": \"lefen\",\n    \"left\": \"ekpe\",\n    \"lefter\": \"ekpenta\",\n    \"leftest\": \"aka ekpe\",\n    \"lefty\": \"aka ekpe\",\n    \"leftish\": \"ekpe\",\n    \"leftism\": \"aka ekpe\",\n    \"leftisms\": \"echiche\",\n    \"leftist\": \"aka ekpe\",\n    \"leftists\": \"ndị aka ekpe\",\n    \"leftments\": \"ekpe\",\n    \"leftmost\": \"aka ekpe\",\n    \"leftness\": \"aka ekpe\",\n    \"leftover\": \"foduru\",\n    \"leftovers\": \"foduru\",\n    \"leftward\": \"aka ekpe\",\n    \"leftwardly\": \"ekpe\",\n    \"leftwards\": \"aka ekpe\",\n    \"leftwing\": \"ekpe\",\n    \"leftwinger\": \"onye aka ekpe\",\n    \"leg\": \"ụkwụ\",\n    \"legacy\": \"Ihe nketa\",\n    \"legacies\": \"ihe nketa\",\n    \"legal\": \"iwu\",\n    \"legaleses\": \"legales\",\n    \"legalise\": \"nye iwu\",\n    \"legalised\": \"nkwado iwu\",\n    \"legalises\": \"iwu\",\n    \"legalising\": \"idebe iwu\",\n    \"legalism\": \"usoro iwu\",\n    \"legalisms\": \"iwu\",\n    \"legalist\": \"onye oka iwu\",\n    \"legalistic\": \"mmebe iwu\",\n    \"legalistically\": \"n'ụzọ iwu\",\n    \"legalists\": \"ndị ọka iwu\",\n    \"legality\": \"iwu\",\n    \"legalities\": \"ihe iwu kwadoro\",\n    \"legalization\": \"nkwado iwu\",\n    \"legalizations\": \"nkwado iwu\",\n    \"legalize\": \"nye iwu\",\n    \"legalized\": \"nkwado iwu\",\n    \"legalizes\": \"iwu\",\n    \"legalizing\": \"idebe iwu\",\n    \"legally\": \"n'ụzọ iwu\",\n    \"legalness\": \"ịbụ iwu\",\n    \"legals\": \"ntụ\",\n    \"legatary\": \"akwụkwọ akụkọ\",\n    \"legates\": \"ndi legates\",\n    \"legateship\": \"nzere\",\n    \"legateships\": \"agbụrụ\",\n    \"legationary\": \"legionary\",\n    \"legatorial\": \"legitor\",\n    \"legators\": \"ndị legators\",\n    \"legend\": \"akụkọ mgbe ochie\",\n    \"legendary\": \"kpara ike\",\n    \"legendarian\": \"akụkọ ifo\",\n    \"legendaries\": \"ndị na-akọ akụkọ ifo\",\n    \"legendarily\": \"n'akụkọ ifo\",\n    \"legendic\": \"akụkọ mgbe ochie\",\n    \"legendist\": \"ọkọ akụkọ ihe mere eme\",\n    \"legendless\": \"enweghị akụkọ\",\n    \"legendry\": \"kpara ike\",\n    \"legendrian\": \"akụkọ mgbe ochie\",\n    \"legendries\": \"ndị na-akọ akụkọ ifo\",\n    \"legends\": \"akụkọ mgbe ochie\",\n    \"legerdemainist\": \"legerdemain ndepụta\",\n    \"legerity\": \"ịdị ọcha\",\n    \"leggiadrous\": \"leggiador\",\n    \"leggin\": \"leggings\",\n    \"legginged\": \"legging\",\n    \"leggins\": \"legging\",\n    \"legharness\": \"njikota ụkwụ\",\n    \"legibilities\": \"legili\",\n    \"legible\": \"ke nguta\",\n    \"legibleness\": \"ngosiputa ihe\",\n    \"legibly\": \"nkwenye\",\n    \"legific\": \"keala\",\n    \"legioned\": \"legion\",\n    \"legionnaires\": \"ndị agha\",\n    \"legis\": \"iwu\",\n    \"legislate\": \"ime iwu\",\n    \"legislated\": \"iwu\",\n    \"legislates\": \"na-eme iwu\",\n    \"legislating\": \"mmebe iwu\",\n    \"legislation\": \"iwu\",\n    \"legislational\": \"iwu\",\n    \"legislativ\": \"mmebe iwu\",\n    \"legislative\": \"mmebe iwu\",\n    \"legislatively\": \"mmebe iwu\",\n    \"legislator\": \"omebe iwu\",\n    \"legislatorial\": \"mmebe iwu\",\n    \"legislatorially\": \"mmebe iwu\",\n    \"legislators\": \"ndị omebe iwu\",\n    \"legislatorship\": \"ụgbọ mmiri omebe iwu\",\n    \"legislatress\": \"onye omebe iwu\",\n    \"legislatresses\": \"ndị omebe iwu\",\n    \"legislatrices\": \"ndị omebe iwu\",\n    \"legislatrix\": \"ndị omebe iwu\",\n    \"legislatrixes\": \"ndị omebe iwu\",\n    \"legislature\": \"ndị ome iwu\",\n    \"legislatures\": \"ndị omebe iwu\",\n    \"legist\": \"onye ode akwukwo\",\n    \"legists\": \"ndị na-emebi iwu\",\n    \"legitimacy\": \"nkwado iwu\",\n    \"legitimacies\": \"nkwado iwu\",\n    \"legitimate\": \"ziri ezi\",\n    \"legitimated\": \"ziri ezi\",\n    \"legitimately\": \"n'ụzọ ziri ezi\",\n    \"legitimateness\": \"ziri ezi\",\n    \"legitimating\": \"na-akwado iwu\",\n    \"legitimation\": \"nkwado iwu\",\n    \"legitimatise\": \"nkwado iwu\",\n    \"legitimatised\": \"kwadoro\",\n    \"legitimatising\": \"nkwado iwu\",\n    \"legitimatist\": \"onye nkwado iwu\",\n    \"legitimatization\": \"nkwado iwu\",\n    \"legitimatized\": \"kwadoro\",\n    \"legitimatizing\": \"na-akwado iwu\",\n    \"legitimisation\": \"nkwado iwu\",\n    \"legitimise\": \"nye iwu\",\n    \"legitimised\": \"kwadoro\",\n    \"legitimising\": \"na-akwado iwu\",\n    \"legitimism\": \"nkwado iwu\",\n    \"legitimist\": \"onye nkwado iwu\",\n    \"legitimistic\": \"ihe ziri ezi\",\n    \"legitimity\": \"ziri ezi\",\n    \"legitimization\": \"nkwado iwu\",\n    \"legitimizations\": \"nkwado iwu\",\n    \"legitimize\": \"nye iwu\",\n    \"legitimized\": \"kwadoro\",\n    \"legitimizer\": \"onye na-eme ihe ziri ezi\",\n    \"legitimizes\": \"na-akwado iwu\",\n    \"legitimizing\": \"na-akwado iwu\",\n    \"legits\": \"legit\",\n    \"legless\": \"enweghị ụkwụ\",\n    \"leglessness\": \"enweghị iwu\",\n    \"leglike\": \"ụkwụ dị ka\",\n    \"legman\": \"lehman\",\n    \"legmen\": \"lehman\",\n    \"legroom\": \"ụlọ ime ụlọ\",\n    \"legrooms\": \"ụlọ ime ụlọ\",\n    \"legrope\": \"eriri ụkwụ\",\n    \"legs\": \"ụkwụ\",\n    \"leguan\": \"legua\",\n    \"legume\": \"mkpo\",\n    \"legumes\": \"mkpo\",\n    \"legworks\": \"ọrụ ụkwụ\",\n    \"lehayims\": \"ndị isi\",\n    \"lehr\": \"lekwa\",\n    \"lehrs\": \"ndị nwere\",\n    \"lehrsmen\": \"ndi nwe mmadu\",\n    \"leicester\": \"le Leicester\",\n    \"leyland\": \"Leyland\",\n    \"leiotrichan\": \"Onyeka Onwenu\",\n    \"leiotriches\": \"ọkwụrụ\",\n    \"leiotrichy\": \"Nwokocha\",\n    \"leiotrichine\": \"levonyeike\",\n    \"leiotrichous\": \"okpokoro\",\n    \"leiotropic\": \"okpokoro\",\n    \"leishmaniosis\": \"leishmaniasis\",\n    \"leistered\": \"leister\",\n    \"leisterer\": \"leister\",\n    \"leistering\": \"na-akwụ ụgwọ\",\n    \"leisters\": \"leister\",\n    \"leisurable\": \"na-ekwe omume\",\n    \"leisure\": \"oge ezumike\",\n    \"leisured\": \"ezumike\",\n    \"leisureful\": \"ezumike\",\n    \"leisureless\": \"ezumike\",\n    \"leisurely\": \"ntụrụndụ\",\n    \"leisureliness\": \"oge ezumike\",\n    \"leisureness\": \"ezumike\",\n    \"leisures\": \"ntụrụndụ\",\n    \"lelwel\": \"lelịl\",\n    \"lemanry\": \"lemanị\",\n    \"lemans\": \"lemas\",\n    \"lemel\": \"Lemel\",\n    \"lemmatize\": \"lemmatịl\",\n    \"lemmoblastic\": \"lemamoblastik\",\n    \"lemmon\": \"lemọn\",\n    \"lemniscus\": \"Uchechukwu\",\n    \"lemon\": \"oroma nkịrịsị\",\n    \"lemonade\": \"lemọned\",\n    \"lemonades\": \"lemonade\",\n    \"lemonfishes\": \"lemonfish\",\n    \"lemony\": \"lemoni\",\n    \"lemonlike\": \"dị ka lemon\",\n    \"lemons\": \"lemọn\",\n    \"lemonwood\": \"lemọnụ\",\n    \"lemovices\": \"ihe ngosi\",\n    \"lempira\": \"ekpenta\",\n    \"lemures\": \"lemule\",\n    \"lenard\": \"lenọn\",\n    \"lend\": \"ibinye\",\n    \"lendable\": \"mgbazinye ego\",\n    \"lended\": \"gbazinyere\",\n    \"lendee\": \"ibinye\",\n    \"lender\": \"agbazinye mmadụ ego\",\n    \"lenders\": \"ndị na-agbazinye ego\",\n    \"lending\": \"agbazinye\",\n    \"lene\": \"oghere\",\n    \"lenger\": \"onye mgbazinye\",\n    \"length\": \"ogologo\",\n    \"lengthen\": \"gbatịkwuo\",\n    \"lengthened\": \"gbatịkwuo\",\n    \"lengthener\": \"gbatịkwuo\",\n    \"lengtheners\": \"ogologo\",\n    \"lengthening\": \"na-agbatị\",\n    \"lengthens\": \"na-agbatị\",\n    \"lengthful\": \"ogologo\",\n    \"lengthy\": \"ogologo\",\n    \"lengthiest\": \"dị ogologo\",\n    \"lengthiness\": \"ogologo\",\n    \"lengthly\": \"ogologo\",\n    \"lengthman\": \"Ogologo\",\n    \"lengths\": \"ogologo\",\n    \"lengthsman\": \"Ogologo\",\n    \"lengthsmen\": \"ogologo\",\n    \"lengthsome\": \"ogologo\",\n    \"lengthsomeness\": \"ogologo\",\n    \"lengthways\": \"ogologo\",\n    \"lengthwise\": \"n'ogologo\",\n    \"leniate\": \"gbaghara\",\n    \"lenience\": \"izu ike\",\n    \"leniency\": \"ịdị nwayọọ\",\n    \"leniencies\": \"lenienụ\",\n    \"lenient\": \"ebere\",\n    \"leniently\": \"ime ebere\",\n    \"lenientness\": \"ịdị nwayọọ\",\n    \"lenify\": \"nyefee\",\n    \"leningrad\": \"Udochukwu\",\n    \"leninists\": \"ndị leninists\",\n    \"lenition\": \"ntinye aka\",\n    \"lenitiveness\": \"ịdị ọcha\",\n    \"lennow\": \"dịrị ndụ\",\n    \"leno\": \"pụrụ\",\n    \"lens\": \"anya\",\n    \"lenses\": \"anya m\",\n    \"lensless\": \"enyo anya\",\n    \"lenslike\": \"anya dị ka lens\",\n    \"lensmen\": \"anya m\",\n    \"lent\": \"gbazinyere\",\n    \"lenten\": \"gbazinyere\",\n    \"lenth\": \"ogologo\",\n    \"lenthways\": \"ogologo\",\n    \"lentibulariaceous\": \"lentibulariaceae\",\n    \"lenticularly\": \"lenticular\",\n    \"lenticulate\": \"gbazinye\",\n    \"lenticulated\": \"gbazinyere\",\n    \"lenticulating\": \"agba ụgwọ\",\n    \"lenticulation\": \"gbazinye ego\",\n    \"lentigerous\": \"na-eme mkpọtụ\",\n    \"lentile\": \"lentiik\",\n    \"lentils\": \"lentil\",\n    \"lentiner\": \"agbazinye ego\",\n    \"lentisc\": \"gbazinye\",\n    \"lentisks\": \"lentị kọs\",\n    \"lentner\": \"agbazinye mmadụ ego\",\n    \"lento\": \"agbazinye\",\n    \"lentor\": \"onye gbazinyere mmadụ\",\n    \"lentous\": \"gbazinye\",\n    \"leonardo\": \"Leonardo\",\n    \"leone\": \"pụrụ\",\n    \"leones\": \"leonesị\",\n    \"leonist\": \"onye leonist\",\n    \"leopard\": \"agụ owuru\",\n    \"leoparde\": \"agụ owuru\",\n    \"leopardess\": \"agụ owuru\",\n    \"leopardine\": \"agụ owuru\",\n    \"leopardite\": \"agụ owuru\",\n    \"leopards\": \"agụ owuru\",\n    \"leopardwood\": \"agụ owuru\",\n    \"lep\": \"ekpenta\",\n    \"lepadoid\": \"ekpenta\",\n    \"lepal\": \"lepalị\",\n    \"lepcha\": \"ekpenta\",\n    \"leper\": \"ekpenta\",\n    \"leperdom\": \"ekpenta\",\n    \"lepered\": \"ekpenta\",\n    \"lepers\": \"ekpenta\",\n    \"lepid\": \"ekpenta\",\n    \"lepidin\": \"ekpenta\",\n    \"lepidine\": \"ekpenta\",\n    \"lepidity\": \"ekpenta\",\n    \"lepidium\": \"ekpenta\",\n    \"lepidly\": \"ekpenta\",\n    \"lepidoid\": \"ekpenta\",\n    \"lepidophytic\": \"ekpenta\",\n    \"lepidopter\": \"ekpenta\",\n    \"lepidopterist\": \"onye ekpenta\",\n    \"lepidopterologist\": \"onye na-agwọ ọrịa lepidopterologist\",\n    \"lepidopterous\": \"ekpenta\",\n    \"lepidoses\": \"ekpenta\",\n    \"lepidosis\": \"ekpenta\",\n    \"lepidosphes\": \"ekpenta\",\n    \"lepidote\": \"ekpenta\",\n    \"lepidotes\": \"ekpenta\",\n    \"lepidotic\": \"ekpenta\",\n    \"lepidotus\": \"ekpenta\",\n    \"lepilemur\": \"ekpenta\",\n    \"lepiota\": \"ekpenta\",\n    \"lepisma\": \"ekpenta\",\n    \"lepismidae\": \"ekpenta\",\n    \"lepismoid\": \"ekpenta\",\n    \"lepomis\": \"ekpenta\",\n    \"leporicide\": \"ekpenta\",\n    \"leporid\": \"ekpenta\",\n    \"leporidae\": \"ekpenta\",\n    \"leporide\": \"ekpenta\",\n    \"leporids\": \"ekpenta\",\n    \"leporiform\": \"ekpenta\",\n    \"leporine\": \"ekpenta\",\n    \"leporis\": \"ekpenta\",\n    \"lepothrix\": \"ekpenta\",\n    \"lepralia\": \"ekpenta\",\n    \"lepralian\": \"onye ekpenta\",\n    \"lepry\": \"ekpenta\",\n    \"lepric\": \"ekpenta\",\n    \"leprid\": \"ekpenta\",\n    \"leprine\": \"ekpenta\",\n    \"leproid\": \"ekpenta\",\n    \"leprologist\": \"onye nkuzi\",\n    \"leprosariums\": \"ekpenta\",\n    \"leprosed\": \"ekpenta\",\n    \"leprosery\": \"ekpenta\",\n    \"leproseries\": \"ekpenta\",\n    \"leprosy\": \"ekpenta\",\n    \"leprosied\": \"Ugochukwu\",\n    \"leprosies\": \"ekpenta\",\n    \"leprosis\": \"ekpenta\",\n    \"leprosity\": \"ekpenta\",\n    \"leprous\": \"ekpenta\",\n    \"leprously\": \"ekpenta\",\n    \"leprousness\": \"ekpenta\",\n    \"leptid\": \"ekpenta\",\n    \"leptodactyl\": \"Emeka\",\n    \"leptome\": \"ekpenta\",\n    \"leptomeninges\": \"leptoming\",\n    \"leptomeninx\": \"ndiegwu\",\n    \"leptometer\": \"leptomita\",\n    \"leptonic\": \"ekpenta\",\n    \"leptons\": \"ekpenta\",\n    \"leptopellic\": \"ekpenta\",\n    \"leptorrhiny\": \"ekpenta\",\n    \"leptorrhinism\": \"ekpenta\",\n    \"leptus\": \"ekpenta\",\n    \"lepus\": \"ekpenta\",\n    \"lequear\": \"iwu\",\n    \"ler\": \"binyere\",\n    \"lerret\": \"Udechukwu\",\n    \"lesath\": \"lesas\",\n    \"lesbia\": \"nwanyị nwere mmasị nwanyị\",\n    \"lesbian\": \"nwanyị nwere mmasị nwanyị\",\n    \"lesbianism\": \"nwanyị nwere mmasị nwanyị\",\n    \"lesbians\": \"nwanyị nwere mmasị nwanyị\",\n    \"lesed\": \"agbazinye\",\n    \"lesion\": \"ọnya\",\n    \"lesions\": \"ọnya\",\n    \"leskeaceous\": \"Nwabueze\",\n    \"leslie\": \"Onyegbula\",\n    \"lespedeza\": \"ekwurekwu\",\n    \"less\": \"Mpekarị\",\n    \"lessee\": \"onye nwe ego\",\n    \"lesseeship\": \"Nwoke\",\n    \"lessen\": \"ibelata\",\n    \"lessened\": \"belata\",\n    \"lessener\": \"onye na-amụ obere ihe\",\n    \"lessening\": \"na-agbada\",\n    \"lessens\": \"na-agbadata\",\n    \"lesser\": \"pekarịrị\",\n    \"lesses\": \"na-agbadata\",\n    \"lessest\": \"nke pekarịrị\",\n    \"lessive\": \"pere mpe\",\n    \"lessn\": \"ihe\",\n    \"lessness\": \"obere\",\n    \"lesson\": \"ihe\",\n    \"lessoned\": \"belata\",\n    \"lessoning\": \"na-agbada\",\n    \"lessons\": \"nkuzi\",\n    \"lessor\": \"onye nwe ihe\",\n    \"lessors\": \"Mmetụta\",\n    \"lest\": \"ghara\",\n    \"leste\": \"dị ogologo\",\n    \"lester\": \"lesterị\",\n    \"lestiwarite\": \"ma eleghị anya\",\n    \"lestobioses\": \"Ezigboobioses\",\n    \"lestobiotic\": \"Ezigbo ihe\",\n    \"lestodon\": \"Onyekama\",\n    \"lestrad\": \"ghara ịdị\",\n    \"lestrigon\": \"ekweghi\",\n    \"lestrigonian\": \"Ezenwanyi\",\n    \"let\": \"ka\",\n    \"letch\": \"inunu\",\n    \"letches\": \"ikele\",\n    \"letchy\": \"izu ike\",\n    \"letdown\": \"wetuo\",\n    \"letdowns\": \"nkwuputa\",\n    \"letgame\": \"hapụ\",\n    \"lethal\": \"na-egbu egbu\",\n    \"lethality\": \"egbu\",\n    \"lethalities\": \"ogbugbu\",\n    \"lethalize\": \"gbaa ume\",\n    \"lethally\": \"na-egbu egbu\",\n    \"lethals\": \"igbu\",\n    \"lethargy\": \"ike ọgwụgwụ\",\n    \"lethargic\": \"na-egbu mmụọ\",\n    \"lethargical\": \"na-atụgharị uche\",\n    \"lethargically\": \"ike ọgwụgwụ\",\n    \"lethargicalness\": \"ike ọgwụgwụ\",\n    \"lethargies\": \"ike ọgwụgwụ\",\n    \"lethargise\": \"na-egbu mmụọ\",\n    \"lethargised\": \"na-egbu mmụọ\",\n    \"lethargising\": \"na-agwụ ike\",\n    \"lethargize\": \"hapụzie\",\n    \"lethargized\": \"gbasaa\",\n    \"lethargizing\": \"na-egbu mmụọ\",\n    \"lethe\": \"hapụ\",\n    \"lethied\": \"kwere\",\n    \"lethiferous\": \"na-egbu mmụọ\",\n    \"lethologica\": \"okpokoro\",\n    \"letrist\": \"mkpụrụ aka\",\n    \"lets\": \"kwe ka\",\n    \"lett\": \"hapụ\",\n    \"lettable\": \"ekwe\",\n    \"letted\": \"kwere\",\n    \"letten\": \"hapụ\",\n    \"letter\": \"leta\",\n    \"lettercard\": \"leta ozi\",\n    \"lettered\": \"leta\",\n    \"letterer\": \"edetu\",\n    \"letterers\": \"ezumike\",\n    \"letteret\": \"Nkechi\",\n    \"letterform\": \"leta ederede\",\n    \"lettergae\": \"akwụkwọ ozi\",\n    \"lettergram\": \"akwukwo ozi\",\n    \"letterhead\": \"akwukwo ozi\",\n    \"letterheads\": \"mpempe akwụkwọ ozi\",\n    \"letterin\": \"leta na\",\n    \"lettering\": \"leta\",\n    \"letterings\": \"leta\",\n    \"letterleaf\": \"akwukwo ozi\",\n    \"letterless\": \"enweghị akwụkwọ ozi\",\n    \"letterman\": \"onye ozi\",\n    \"lettermen\": \"ndị na-ede akwụkwọ ozi\",\n    \"lettern\": \"leta\",\n    \"letterpress\": \"mkpụrụedemede\",\n    \"letters\": \"leta\",\n    \"letterset\": \"leta\",\n    \"letterspace\": \"akwụkwọ ozi\",\n    \"letterspaced\": \"akwụkwọ ozi paced\",\n    \"letterspacing\": \"Akwụkwọ ozi\",\n    \"letterure\": \"leta\",\n    \"letterweight\": \"akwụkwọ ozi\",\n    \"letterwood\": \"akwukwo ozi\",\n    \"lettic\": \"akwụkwọ ozi\",\n    \"letting\": \"ikwe\",\n    \"lettish\": \"okpokoro\",\n    \"lettrure\": \"nkwanye ugwu\",\n    \"lettsomite\": \"Mbempe\",\n    \"lettuce\": \"letus\",\n    \"lettuces\": \"letus\",\n    \"letup\": \"hapụ\",\n    \"letups\": \"na-ahapụ\",\n    \"leucyl\": \"Nwachukwu\",\n    \"leucochroic\": \"leocochroic\",\n    \"leucocyan\": \"iheanacho\",\n    \"leucocytolytic\": \"leococytolytic\",\n    \"leucocytotic\": \"leococytotic\",\n    \"leucoethiop\": \"leocoethiop\",\n    \"leucopenic\": \"leocopenic\",\n    \"leucophyllous\": \"leucophyllum\",\n    \"leucophlegmacy\": \"leucophlegmatic\",\n    \"leucoplakia\": \"leukoplakia\",\n    \"leud\": \"Loud\",\n    \"leudes\": \"udeslọ ọrụ\",\n    \"leukaemia\": \"leukemia\",\n    \"lev\": \"Lev\",\n    \"levade\": \"ibudata\",\n    \"levanted\": \"amala\",\n    \"levanters\": \"ndị bara uru\",\n    \"levanting\": \"na-achọ\",\n    \"levation\": \"levator\",\n    \"levators\": \"ndị na-akwụ ụgwọ\",\n    \"leve\": \"kpuchie\",\n    \"leveed\": \"levee\",\n    \"leveeing\": \"leverụ\",\n    \"levees\": \"na-akwụ ụgwọ\",\n    \"leveful\": \"amaala\",\n    \"level\": \"larịị\",\n    \"leveled\": \"emeela\",\n    \"levelers\": \"ndị na-akwụ ụgwọ\",\n    \"levelheaded\": \"agbadoro ụkwụ\",\n    \"levelheadedly\": \"inyi isi\",\n    \"levelheadedness\": \"mbadamba isi\",\n    \"leveling\": \"inwetaghachi\",\n    \"levelish\": \"dị larịị\",\n    \"levelism\": \"nhazi ọkwa\",\n    \"levelled\": \"emeela\",\n    \"leveller\": \"leveler\",\n    \"levellers\": \"ndị ọkpọ\",\n    \"levellest\": \"nke ozo\",\n    \"levelly\": \"larịị\",\n    \"levelling\": \"inwetaghachi\",\n    \"levelman\": \"onye ozo\",\n    \"levelness\": \"ịdị larịị\",\n    \"levels\": \"etoju\",\n    \"leveraged\": \"amaala\",\n    \"leverages\": \"mmeghari ego\",\n    \"leveraging\": \"ịgba ụgwọ\",\n    \"levered\": \"Bipụtara\",\n    \"leveret\": \"amaokwu\",\n    \"leverets\": \"na-enye ndị mmadụ ihe\",\n    \"levering\": \"leverụ\",\n    \"leverman\": \"nwoke\",\n    \"leverwood\": \"nweerewu\",\n    \"levesel\": \"uzo\",\n    \"levi\": \"Levi\",\n    \"leviable\": \"enwere ike\",\n    \"leviathan\": \"Leviathan\",\n    \"leviation\": \"mmegharị\",\n    \"levied\": \"levi\",\n    \"levier\": \"dị mfe\",\n    \"leviers\": \"ndị nnụnụ\",\n    \"levies\": \"ụtụ\",\n    \"levigate\": \"levage\",\n    \"levigating\": \"leviging\",\n    \"levying\": \"ịtụ ụtụ\",\n    \"levyist\": \"onye ọrụ ụtụ\",\n    \"levining\": \"na-achọpụta\",\n    \"levir\": \"Levir\",\n    \"leviration\": \"nnweta\",\n    \"levitant\": \"na-achọgharị\",\n    \"levitate\": \"bie\",\n    \"levitated\": \"bie\",\n    \"levitating\": \"na-achọgharị\",\n    \"levitative\": \"levitation\",\n    \"levite\": \"ma ọ bụ\",\n    \"levity\": \"ndọtị ike\",\n    \"leviticus\": \"Levitikọs\",\n    \"lew\": \"binye\",\n    \"lewd\": \"omume rụrụ arụ\",\n    \"lewder\": \"lewia\",\n    \"lewdest\": \"omume rụrụ arụ\",\n    \"lewdly\": \"omume rụrụ arụ\",\n    \"lewdness\": \"omume rụrụ arụ\",\n    \"lewdnesses\": \"omume rụrụ arụ\",\n    \"lewing\": \"ịgba ụgwọ\",\n    \"lewist\": \"onye mmekorita nwoke\",\n    \"lewnite\": \"mgbazinye\",\n    \"lewth\": \"Lowth\",\n    \"lexicalic\": \"ọkọlọtọ\",\n    \"lexicality\": \"lexical\",\n    \"lexicographer\": \"ọkọwa okwu\",\n    \"lexicologist\": \"ọkà mmụta sayensị\",\n    \"lexicon\": \"ọkọlọtọ\",\n    \"lexiconist\": \"ọdee akwụkwọ\",\n    \"lexicons\": \"akwụkwọ ọkọwa okwu\",\n    \"lexigraphic\": \"lexicographic\",\n    \"lexigraphical\": \"lexicographical\",\n    \"lexigraphically\": \"lexicographically\",\n    \"lexological\": \"na-ekwu okwu\",\n    \"lf\": \"Nkechi\",\n    \"lgth\": \"Chọọ\",\n    \"lhd\": \"Nkeji\",\n    \"lherzite\": \"ndichi\",\n    \"ly\": \"ka\",\n    \"liability\": \"ibu\",\n    \"liabilities\": \"ibu\",\n    \"liable\": \"ibu\",\n    \"liableness\": \"ibu\",\n    \"liaise\": \"njikọ\",\n    \"liaised\": \"akpọrọ\",\n    \"liaises\": \"na-ekwu\",\n    \"liaising\": \"na-akpọkọta\",\n    \"liaison\": \"onye ozi\",\n    \"liaisons\": \"ndị enyi\",\n    \"lianes\": \"ụgha\",\n    \"liangs\": \"ụgha\",\n    \"liar\": \"onye ugha\",\n    \"liard\": \"ngha\",\n    \"lyard\": \"Ogige\",\n    \"liards\": \"agụm\",\n    \"liars\": \"ndị ụgha\",\n    \"lyart\": \"okpokoro\",\n    \"lias\": \"ụgha\",\n    \"lyas\": \"lya\",\n    \"liasing\": \"inara\",\n    \"liatris\": \"mmiri\",\n    \"libament\": \"mmanya\",\n    \"libaniferous\": \"ndụ mmụọ\",\n    \"libanophorous\": \"na-akpali agụụ mmekọahụ\",\n    \"libant\": \"onye nweere onwe ya\",\n    \"libate\": \"nweere onwe ya\",\n    \"libated\": \"enwere ike\",\n    \"libating\": \"na-enye n'efu\",\n    \"libation\": \"ịationụbiga mmanya ókè\",\n    \"libational\": \"ọrụ aka\",\n    \"libationary\": \"ndị ọbịa\",\n    \"libationer\": \"ịationụ mmanya\",\n    \"libatory\": \"na-atọ ụtọ\",\n    \"libbard\": \"ọba akwụkwọ\",\n    \"libber\": \"mmanya\",\n    \"libbers\": \"ndị ọbịa\",\n    \"libbing\": \"na-egbu egbu\",\n    \"libecchio\": \"nnwere onwe\",\n    \"libeccio\": \"nnwere onwe\",\n    \"libeccios\": \"nnwere onwe\",\n    \"libel\": \"ikwuto\",\n    \"libelant\": \"nnwere onwe\",\n    \"libelants\": \"nnwere onwe\",\n    \"libeled\": \"nwere onwe\",\n    \"libelee\": \"nnwere onwe\",\n    \"libelees\": \"nwere onwe\",\n    \"libeler\": \"nnwere onwe\",\n    \"libelers\": \"ndị mgbapụta\",\n    \"libeling\": \"ịgba akwụkwọ\",\n    \"libelist\": \"onye ntule\",\n    \"libelists\": \"ndị nyocha\",\n    \"libellant\": \"ikwughachi\",\n    \"libellary\": \"ellalọ akwụkwọ\",\n    \"libellate\": \"ikwusi ike\",\n    \"libelled\": \"gbasaa\",\n    \"libellees\": \"akwụkwọ ozi\",\n    \"libeller\": \"onye ntaneti\",\n    \"libellers\": \"ndị na-ere ahịa\",\n    \"libelling\": \"na-agbasa ozi\",\n    \"libellist\": \"onye ode akwukwo\",\n    \"libellous\": \"nwee obi ebere\",\n    \"libellously\": \"ikwusi ike\",\n    \"libelous\": \"nwee obi ebere\",\n    \"libelously\": \"n'amaghi ama\",\n    \"libels\": \"elsgha\",\n    \"liber\": \"nnwere onwe\",\n    \"libera\": \"nweere\",\n    \"liberal\": \"emesapụ aka\",\n    \"liberalia\": \"nnwere onwe\",\n    \"liberalisation\": \"nnwere onwe\",\n    \"liberalise\": \"hapụ\",\n    \"liberalised\": \"nwere ikike\",\n    \"liberaliser\": \"imesapụ aka\",\n    \"liberalising\": \"na-atọhapụ\",\n    \"liberalism\": \"nnwere onwe\",\n    \"liberalist\": \"onye nwere onwe\",\n    \"liberalistic\": \"emesapụ aka\",\n    \"liberalites\": \"imesapụ aka\",\n    \"liberality\": \"mmesapụ aka\",\n    \"liberalities\": \"imesapụ aka\",\n    \"liberalization\": \"nnwere onwe\",\n    \"liberalizations\": \"nnwere onwe\",\n    \"liberalize\": \"hapụ\",\n    \"liberalized\": \"nwere ikike\",\n    \"liberalizer\": \"imesapụ aka\",\n    \"liberalizes\": \"na-atọhapụ\",\n    \"liberalizing\": \"na-atọhapụ\",\n    \"liberally\": \"n'ụba\",\n    \"liberalness\": \"mmesapụ aka\",\n    \"liberals\": \"emesapụ aka\",\n    \"liberate\": \"nwere onwe\",\n    \"liberated\": \"nwere onwe\",\n    \"liberates\": \"nwere onwe\",\n    \"liberating\": \"na-atọhapụ\",\n    \"liberation\": \"nnwere onwe\",\n    \"liberationism\": \"nnwere onwe\",\n    \"liberationist\": \"onye nnwere onwe\",\n    \"liberationists\": \"ndị nnwere onwe\",\n    \"liberations\": \"nnwere onwe\",\n    \"liberative\": \"na-ahapụrụ m\",\n    \"liberator\": \"nnwere onwe\",\n    \"liberatory\": \"nnwere onwe\",\n    \"liberators\": \"nnwere onwe\",\n    \"liberatress\": \"nnwere onwe\",\n    \"liberatrice\": \"nnwere onwe\",\n    \"liberatrix\": \"nnwere onwe\",\n    \"liberia\": \"Liberia\",\n    \"liberian\": \"onye Liberia\",\n    \"liberians\": \"Ndị Liberia\",\n    \"liberomotor\": \"nnwere onwe\",\n    \"libers\": \"ndị ọbịa\",\n    \"libertarian\": \"onye aka ike\",\n    \"liberty\": \"nnwere onwe\",\n    \"liberticidal\": \"egbu egbu\",\n    \"liberticide\": \"egbu egbu\",\n    \"liberties\": \"nnwere onwe\",\n    \"libertyless\": \"enweghị onwe\",\n    \"libertinage\": \"nnwere onwe\",\n    \"libertines\": \"libertine\",\n    \"libertinism\": \"nnwere onwe\",\n    \"libethenite\": \"nnwere onwe\",\n    \"libyans\": \"ndi Libia\",\n    \"libidinist\": \"onye libidinist\",\n    \"libidinousness\": \"agụụ mmekọahụ\",\n    \"libken\": \"tọgbọrọ\",\n    \"libocedrus\": \"Onyebueze\",\n    \"libr\": \"Ojuju\",\n    \"libra\": \"ọbá akwụkwọ\",\n    \"librae\": \"ọba akwụkwọ\",\n    \"librairie\": \"ọba akwụkwọ\",\n    \"libral\": \"emesapụ aka\",\n    \"library\": \"ọba akwụkwọ\",\n    \"librarian\": \"onye oba akwukwo\",\n    \"librarianess\": \"ọbá akwụkwọ\",\n    \"librarians\": \"ọbá akwụkwọ\",\n    \"librarianship\": \"ọbá akwụkwọ\",\n    \"libraries\": \"ọba akwụkwọ\",\n    \"librarii\": \"ọba akwụkwọ\",\n    \"libraryless\": \"enweghị ụlọ akwụkwọ\",\n    \"librarius\": \"ọba akwụkwọ\",\n    \"libras\": \"ọbá akwụkwọ\",\n    \"librates\": \"ọba akwụkwọ\",\n    \"librating\": \"ịba mba\",\n    \"librational\": \"Ọha\",\n    \"libratory\": \"ime ụlọ akwụkwọ\",\n    \"libre\": \"akwụkwọ\",\n    \"librettist\": \"onye okacha mara\",\n    \"librettists\": \"ndi okacha mara\",\n    \"libretto\": \"ụlọ\",\n    \"librettos\": \"ụlọ akwụkwọ\",\n    \"libri\": \"akwụkwọ\",\n    \"libriform\": \"nnwere onwe\",\n    \"libris\": \"akwụkwọ nri\",\n    \"lyc\": \"ogb\",\n    \"lycaena\": \"osisi\",\n    \"lycanthrope\": \"ihe omimi\",\n    \"lycanthropist\": \"onye lycanthropist\",\n    \"lycanthropize\": \"ịkọwapụta\",\n    \"lice\": \"Igwu\",\n    \"lyceal\": \"ihe omimi\",\n    \"lycee\": \"ịmara\",\n    \"lycees\": \"ihe omimi\",\n    \"licence\": \"ikike\",\n    \"licenceable\": \"licensable\",\n    \"licenced\": \"nyere ikike\",\n    \"licencee\": \"ikwere\",\n    \"licencees\": \"ikikere\",\n    \"licencer\": \"ikike\",\n    \"licencers\": \"akwụkwọ ikike\",\n    \"licences\": \"akwụkwọ ikike\",\n    \"licencing\": \"ikikere\",\n    \"license\": \"ikike\",\n    \"licensed\": \"nyere ikike\",\n    \"licensee\": \"onye ikikere\",\n    \"licensees\": \"ikike\",\n    \"licenseless\": \"enweghi ikike\",\n    \"licenser\": \"onye ikikere\",\n    \"licensers\": \"ndị nyere ikikere\",\n    \"licenses\": \"akwụkwọ ikike\",\n    \"licensing\": \"ikikere\",\n    \"licensor\": \"onye nyere ikikere\",\n    \"licensors\": \"ndị nyere ikikere\",\n    \"licensure\": \"ikikere\",\n    \"licentiate\": \"inye ikike\",\n    \"licentiates\": \"ikikere\",\n    \"licentiateship\": \"ikikere\",\n    \"licentiation\": \"ikikere\",\n    \"licentious\": \"na akwadoro\",\n    \"licentiously\": \"iji nkwanye ugwu\",\n    \"licentiousness\": \"omume rụrụ arụ\",\n    \"lyceum\": \"lceum\",\n    \"lyceums\": \"ihe omimi\",\n    \"lich\": \"na-ekwu\",\n    \"lych\": \"na-ekwu\",\n    \"lichee\": \"Oche\",\n    \"lychee\": \"Oche\",\n    \"lichees\": \"Oche\",\n    \"lychees\": \"Oche\",\n    \"lichenaceous\": \"mmachi\",\n    \"lichened\": \"ikike\",\n    \"licheny\": \"ikikere\",\n    \"lichenic\": \"ikikere\",\n    \"lichenicolous\": \"mmmmmmmmmmmmm\",\n    \"lichenification\": \"ikikere\",\n    \"lichening\": \"inye ikikere\",\n    \"lichenise\": \"ikikere\",\n    \"lichenised\": \"nyere ikike\",\n    \"lichenising\": \"inye ikikere\",\n    \"lichenism\": \"ikikere\",\n    \"lichenist\": \"onye nyere iwu\",\n    \"lichenivorous\": \"Ikenye ikike\",\n    \"lichenization\": \"ikikere\",\n    \"lichenize\": \"nye ikikere\",\n    \"lichenized\": \"nyere ikike\",\n    \"lichenizing\": \"inye ikikere\",\n    \"lichenographer\": \"onye na-akwado iwu\",\n    \"lichenography\": \"nyocha\",\n    \"lichenographical\": \"ikikere\",\n    \"lichenology\": \"usoro iwu\",\n    \"lichenologic\": \"ịkọwapụta\",\n    \"lichenological\": \"usoro iwu\",\n    \"lichenologist\": \"ọkà mmụta lichenologist\",\n    \"lichenous\": \"enweghi iwu\",\n    \"lychnic\": \"okpokoro\",\n    \"lychnis\": \"okpokoro\",\n    \"lychnises\": \"okpokoro\",\n    \"lychnomancy\": \"Ọdịmma\",\n    \"lychnoscopic\": \"okpokoro\",\n    \"licht\": \"Iwuchukwu\",\n    \"lichted\": \"Chọọ\",\n    \"lichting\": \"na-egbu\",\n    \"lichts\": \"Ekwukwu\",\n    \"lycine\": \"lysine\",\n    \"licit\": \"ikikere\",\n    \"licitation\": \"ikikere\",\n    \"licitly\": \"na ikikere\",\n    \"licitness\": \"ikike\",\n    \"lycium\": \"mkpụrụ ndụ\",\n    \"lick\": \"ira ihe\",\n    \"licked\": \"racha\",\n    \"licker\": \"ira ihe\",\n    \"lickerish\": \"lekọtara\",\n    \"lickerishness\": \"lickerishị\",\n    \"lickerous\": \"inara\",\n    \"lickers\": \"ndị nyere ikike\",\n    \"lickety\": \"ịmụrụ anya\",\n    \"licking\": \"ịkwa ụra\",\n    \"lickings\": \"ịkọ ihe\",\n    \"lickpenny\": \"icknye\",\n    \"licks\": \"rie ihe\",\n    \"lickspit\": \"tinye\",\n    \"lickspittling\": \"Ikechukwu Ogbonna\",\n    \"lycodes\": \"mkpụrụedemede\",\n    \"lycodoid\": \"Onyeka Onwenu\",\n    \"lycopene\": \"mkpụrụ osisi\",\n    \"lycopenes\": \"okpokoro\",\n    \"lycoperdaceous\": \"Nkechi\",\n    \"lycoperdales\": \"Nkechi\",\n    \"lycoperdon\": \"Nkechi\",\n    \"lycopersicon\": \"Onyeka Onwenu\",\n    \"lycopin\": \"mkpụrụ osisi\",\n    \"lycopodiaceous\": \"Nkechi\",\n    \"licorices\": \"ikikere\",\n    \"lycosa\": \"mkpụrụ osisi\",\n    \"licour\": \"lịkour\",\n    \"lictor\": \"onye na-egbu egbu\",\n    \"lictorian\": \"onye lictorian\",\n    \"lictors\": \"ndị nyere ikikere\",\n    \"licuala\": \"asambodo\",\n    \"licury\": \"inye ikikere\",\n    \"lycus\": \"mkpụrụ osisi\",\n    \"lid\": \"mkpuchi\",\n    \"lidar\": \"ịkwado\",\n    \"lidded\": \"ekpuchiri\",\n    \"lidder\": \"mkpuchi\",\n    \"lidderon\": \"Ohere\",\n    \"lidding\": \"mkpuchi\",\n    \"lyddite\": \"Oyibo\",\n    \"lyddites\": \"ndiegwu\",\n    \"lide\": \"jiri\",\n    \"lidflower\": \"mkpuchi\",\n    \"lidgate\": \"mkpuchi\",\n    \"lydia\": \"Lydia\",\n    \"lydian\": \"Lydian\",\n    \"lidicker\": \"mkpuchi\",\n    \"lidless\": \"enweghị mkpuchi\",\n    \"lidlessly\": \"enweghị mkpuchi\",\n    \"lidos\": \"mkpuchi\",\n    \"lids\": \"nkpuchi\",\n    \"lie\": \"ụgha\",\n    \"lieberkuhn\": \"Ugha\",\n    \"liebgeaitor\": \"onye na-arahụ ụra\",\n    \"liebig\": \"amaokwu\",\n    \"lieblich\": \"ụgha\",\n    \"liechtenstein\": \"Uche Ogbuagu\",\n    \"lied\": \"ghara ụgha\",\n    \"lieder\": \"onye ụgha\",\n    \"liederkranz\": \"ụgha\",\n    \"lief\": \"akwa\",\n    \"liefest\": \"ugha\",\n    \"liefly\": \"ụgha\",\n    \"liefsome\": \"ụgha\",\n    \"liege\": \"dina\",\n    \"liegedom\": \"Ugha\",\n    \"liegeful\": \"ikwu okwu\",\n    \"liegefully\": \"ụgha\",\n    \"liegeless\": \"enweghị nkwanye\",\n    \"liegely\": \"ụgha\",\n    \"liegeman\": \"onye ugha\",\n    \"liegemen\": \"ndị ụgha\",\n    \"lieger\": \"ihe ndina\",\n    \"lieges\": \"Ndina\",\n    \"liegewoman\": \"nwanyi nwanyi\",\n    \"liegier\": \"mkpuchi\",\n    \"lien\": \"ụgha\",\n    \"lienable\": \"nwere ike ịdabere\",\n    \"lienal\": \"ịkwụ ụgwọ\",\n    \"lyencephala\": \"encephal\",\n    \"lyencephalous\": \"anencephalous\",\n    \"lienholder\": \"onye nwe ya\",\n    \"lienomedullary\": \"nwegharia\",\n    \"lienopancreatic\": \"ndiegwu\",\n    \"liens\": \"ihe agha\",\n    \"liepot\": \"ugha\",\n    \"lieproof\": \"ihe mkpuchi\",\n    \"lieprooflier\": \"ihe mkpuchi\",\n    \"lieproofliest\": \"nke anaghị ekwe ekwe\",\n    \"lier\": \"ịgha ụgha\",\n    \"liernes\": \"liern\",\n    \"liers\": \"ndị liers\",\n    \"lies\": \"ụgha\",\n    \"lyes\": \"akwa\",\n    \"liesh\": \"gha\",\n    \"liespfund\": \"Ndabere\",\n    \"liest\": \"onye ozo\",\n    \"lieu\": \"gha\",\n    \"lieue\": \"ụgha\",\n    \"lieus\": \"ụgha\",\n    \"lieut\": \"ụgha\",\n    \"lieutenancy\": \"ịdị ndụ\",\n    \"lieutenancies\": \"ikechukwu\",\n    \"lieutenant\": \"onye nchịkwa\",\n    \"lieutenants\": \"ndị isi\",\n    \"lieutenantship\": \"ịbụ onyeisi\",\n    \"lievaart\": \"ndina\",\n    \"lieve\": \"dinara\",\n    \"liever\": \"ụgha\",\n    \"lievest\": \"ihe ubi\",\n    \"lievrite\": \"ndina\",\n    \"lif\": \"ndu\",\n    \"life\": \"ndụ\",\n    \"lifeblood\": \"ndu obara\",\n    \"lifeboat\": \"ụgbọ mmiri ndụ\",\n    \"lifeboatman\": \"onye na-ebu ndu\",\n    \"lifeboatmen\": \"ndị na-ebu ndụ\",\n    \"lifeboats\": \"ụgbọ mmiri na-enye ndụ\",\n    \"lifebuoy\": \"ndu\",\n    \"lifeday\": \"ndụ\",\n    \"lifedrop\": \"Ebene\",\n    \"lifeful\": \"ndụ\",\n    \"lifefully\": \"ndụ\",\n    \"lifefulness\": \"ndụ\",\n    \"lifeguard\": \"onye nche mmiri\",\n    \"lifeguards\": \"ndị nchekwa ndụ\",\n    \"lifehold\": \"ndu\",\n    \"lifeholder\": \"onye ndu\",\n    \"lifehood\": \"ndụ\",\n    \"lifeleaf\": \"ndu ndu\",\n    \"lifeless\": \"enweghị ndụ\",\n    \"lifelessly\": \"enweghị ndụ\",\n    \"lifelessness\": \"enweghị ndụ\",\n    \"lifelet\": \"ndu\",\n    \"lifelike\": \"ndu\",\n    \"lifelikeness\": \"ịdị ndụ\",\n    \"lifeline\": \"ndu ndu\",\n    \"lifelines\": \"ndu ndu\",\n    \"lifelong\": \"Kemgbe ụwa\",\n    \"lifemanship\": \"ndu\",\n    \"lifen\": \"too ndu\",\n    \"lifer\": \"Onye ndu\",\n    \"liferent\": \"dị ndụ\",\n    \"liferented\": \"dị ndụ\",\n    \"liferenter\": \"onye na-agbatị ndụ\",\n    \"liferenting\": \"na -eme ndụ\",\n    \"liferentrix\": \"onyebuchi\",\n    \"liferoot\": \"ndụ\",\n    \"lifers\": \"ndị nkwalite\",\n    \"lifesaver\": \"nnapụta\",\n    \"lifesavers\": \"ndị na-azọpụta ndụ\",\n    \"lifesaving\": \"na-azọpụta ndụ\",\n    \"lifeskills\": \"ihe eji enyere ndụ aka\",\n    \"lifesome\": \"dị egwu\",\n    \"lifesomely\": \"ndu\",\n    \"lifesomeness\": \"ndụ ndụ\",\n    \"lifespan\": \"oge ndu\",\n    \"lifespans\": \"Ubọk\",\n    \"lifespring\": \"ndụ\",\n    \"lifestyle\": \"ibi ndụ\",\n    \"lifestyles\": \"ụdị ndụ\",\n    \"lifetime\": \"ndụ niile\",\n    \"lifetimes\": \"ndụ\",\n    \"lifeway\": \"ndụ\",\n    \"lifeways\": \"ndụ\",\n    \"lifeward\": \"ndụ\",\n    \"lifework\": \"ọrụ ndụ\",\n    \"lifeworks\": \"ọrụ ndụ\",\n    \"liflod\": \"Onyeukwu\",\n    \"lift\": \"bulie\",\n    \"liftable\": \"mbuli\",\n    \"liftboy\": \"nwa nwoke\",\n    \"lifted\": \"weliri\",\n    \"lifter\": \"onye na-ebuli elu\",\n    \"lifters\": \"ndị na-ebuli elu\",\n    \"lifting\": \"na-eweli\",\n    \"liftless\": \"ebuli elu\",\n    \"liftman\": \"onye mbuli\",\n    \"liftmen\": \"ndị bulie elu\",\n    \"liftoff\": \"nwepu\",\n    \"liftoffs\": \"nwepu\",\n    \"lifts\": \"na-eweli\",\n    \"ligament\": \"ligamenti\",\n    \"ligamental\": \"ligament\",\n    \"ligamentously\": \"nkwonkwo\",\n    \"ligaments\": \"akwara\",\n    \"ligamentta\": \"ligamenti\",\n    \"ligan\": \"ligand\",\n    \"ligands\": \"eriri\",\n    \"ligans\": \"eriri\",\n    \"ligases\": \"nkwonkwo\",\n    \"ligated\": \"jikọtara\",\n    \"ligates\": \"njikọ\",\n    \"ligating\": \"njikọ\",\n    \"ligations\": \"nkwonkwo\",\n    \"ligator\": \"eriri afọ\",\n    \"ligatory\": \"eriri afọ\",\n    \"ligature\": \"njikọ\",\n    \"ligatured\": \"ikechi\",\n    \"lige\": \"dị\",\n    \"ligeance\": \"ngwu\",\n    \"liger\": \"eriri\",\n    \"liggat\": \"eriri\",\n    \"ligger\": \"eriri\",\n    \"light\": \"ọkụ\",\n    \"lightable\": \"ọkụ\",\n    \"lightage\": \"ọkụ\",\n    \"lightboard\": \"bọọdụ\",\n    \"lightboat\": \"bọọdụ ụgbọ mmiri\",\n    \"lightbrained\": \"gbaa\",\n    \"lighted\": \"gbaa ọkụ\",\n    \"lighten\": \"mee\",\n    \"lightened\": \"mee ka udo dị\",\n    \"lightener\": \"Mkpa ọkụ\",\n    \"lighteners\": \"oku\",\n    \"lightening\": \"àmụmà\",\n    \"lightens\": \"mee ihe\",\n    \"lighter\": \"Mkpa ọkụ\",\n    \"lighterage\": \"ogwugwu\",\n    \"lightered\": \"na-agbanye ọkụ\",\n    \"lighterful\": \"fechaa\",\n    \"lightering\": \"na-agbanye ọkụ\",\n    \"lighterman\": \"onye oku\",\n    \"lightermen\": \"ndị ọkụ ọkụ\",\n    \"lighters\": \"ọkụ\",\n    \"lightest\": \"nke kachasị mfe\",\n    \"lightface\": \"ìhè\",\n    \"lightfaced\": \"ọkụ\",\n    \"lightfast\": \"dị mfe\",\n    \"lightfastness\": \"mkpuchi\",\n    \"lightfingered\": \"na-acha ọkụ\",\n    \"lightfoot\": \"ọkụ ọkụ\",\n    \"lightfooted\": \"ọkụ ụkwụ\",\n    \"lightful\": \"na-acha ọkụ\",\n    \"lightfully\": \"dị mfe\",\n    \"lightfulness\": \"ịcha ọkụ\",\n    \"lighthead\": \"ọkụ na-aga\",\n    \"lightheaded\": \"gbanye isi\",\n    \"lightheadedly\": \"gbanye isi\",\n    \"lightheadedness\": \"ọkụ isi\",\n    \"lighthearted\": \"nwee obi\",\n    \"lightheartedly\": \"jiri obi\",\n    \"lightheartedness\": \"ịdị nwayọọ\",\n    \"lighthouse\": \"laithaus\",\n    \"lighthouseman\": \"oku\",\n    \"lighthouses\": \"ọkụ\",\n    \"lighty\": \"dị mfe\",\n    \"lightyears\": \"ọkụ\",\n    \"lighting\": \"ọkụ\",\n    \"lightings\": \"àmụmà\",\n    \"lightkeeper\": \"ọkụ ọkụ\",\n    \"lightless\": \"enwu enwu\",\n    \"lightlessness\": \"enweghị ọkụ\",\n    \"lightly\": \"gwuo egwu\",\n    \"lightman\": \"ọkụ\",\n    \"lightmans\": \"ndị ọkụ\",\n    \"lightmanship\": \"ọkụ\",\n    \"lightmen\": \"ọkụ\",\n    \"lightmindedly\": \"ìhè jiri obi\",\n    \"lightmindedness\": \"uche zuru oke\",\n    \"lightmouthed\": \"gbanye ọkụ\",\n    \"lightness\": \"ìhè\",\n    \"lightning\": \"àmụmà\",\n    \"lightningbug\": \"àmụmà\",\n    \"lightninged\": \"àmụmà\",\n    \"lightninglike\": \"àmụmà\",\n    \"lightningproof\": \"anyụ ọkụ\",\n    \"lightnings\": \"àmụmà\",\n    \"lightplane\": \"ọkụ ọkụ\",\n    \"lightproof\": \"ọkụ\",\n    \"lightroom\": \"ime ụlọ mposi\",\n    \"lights\": \"ọkụ\",\n    \"lightscot\": \"ọkụ\",\n    \"lightship\": \"ọkụ\",\n    \"lightships\": \"oriọna\",\n    \"lightsman\": \"ọkụ\",\n    \"lightsmen\": \"ọkụ\",\n    \"lightsome\": \"ọkụ\",\n    \"lightsomely\": \"enwu\",\n    \"lightsomeness\": \"ihe ọkụ\",\n    \"lighttight\": \"fechaa\",\n    \"lightwards\": \"ọkụ\",\n    \"lightweight\": \"fechaa\",\n    \"lightwood\": \"ntụ osisi\",\n    \"ligitimized\": \"kwadoro\",\n    \"ligitimizing\": \"na-akwado iwu\",\n    \"lignes\": \"na-ada\",\n    \"ligniferous\": \"na-egbu egbu\",\n    \"lignify\": \"lignite\",\n    \"lignification\": \"ntinye\",\n    \"lignifications\": \"Ọdịmma\",\n    \"lignified\": \"Igha\",\n    \"lignifies\": \"na-aza\",\n    \"lignifying\": \"ichikota\",\n    \"lignitiferous\": \"na-egbu egbu\",\n    \"lignivorous\": \"njikọ\",\n    \"lignocellulosic\": \"ligyncellulosic\",\n    \"lignography\": \"njikọ\",\n    \"lignose\": \"eriri afọ\",\n    \"lignosity\": \"Nsogbu\",\n    \"lignous\": \"njikọ\",\n    \"ligroin\": \"ligorin\",\n    \"ligroine\": \"ligorine\",\n    \"ligroines\": \"mmiri ọgwụ\",\n    \"ligroins\": \"mmiri ọgwụ\",\n    \"ligular\": \"akwara\",\n    \"ligulate\": \"njikọ\",\n    \"ligulated\": \"jikọtara\",\n    \"ligules\": \"okwu\",\n    \"ligures\": \"nkwonkwo\",\n    \"ligurrition\": \"eriri afọ\",\n    \"ligustrum\": \"njikọta\",\n    \"liin\": \"ụgha\",\n    \"lying\": \"na-agha ụgha\",\n    \"lyingly\": \"na-agha ụgha\",\n    \"lyings\": \"ocho okwu\",\n    \"likability\": \"enwere ike\",\n    \"likableness\": \"likable\",\n    \"like\": \"dị ka\",\n    \"likeability\": \"enwere ike\",\n    \"likeable\": \"na-achọsi ike\",\n    \"likeableness\": \"ochicho\",\n    \"liked\": \"mmasị\",\n    \"likeful\": \"dị ka\",\n    \"likehood\": \"dị ka\",\n    \"likely\": \"nwere ike\",\n    \"likeliest\": \"ma eleghị anya\",\n    \"likelihood\": \"ikekwe\",\n    \"likelihoods\": \"ikekwe\",\n    \"likeliness\": \"likel\",\n    \"likeminded\": \"dị ka\",\n    \"likemindedness\": \"enweghị mmasị\",\n    \"liken\": \"atụ\",\n    \"lyken\": \"Enwere\",\n    \"likened\": \"tụnyere\",\n    \"likeness\": \"oyiyi\",\n    \"likenesses\": \"ihe atụ\",\n    \"likening\": \"atụnyere\",\n    \"likerous\": \"dị ka\",\n    \"likers\": \"ihe mmasi\",\n    \"likes\": \"amasị\",\n    \"likesome\": \"nwee mmasị\",\n    \"likeways\": \"dị ka\",\n    \"likewalk\": \"Ikwerre\",\n    \"likewise\": \"N'otu aka ahụ\",\n    \"likewisely\": \"dị\",\n    \"likewiseness\": \"enweghị mmasị\",\n    \"liking\": \"amasị\",\n    \"likingly\": \"mmasị\",\n    \"likker\": \"mmasị\",\n    \"liknon\": \"atụ\",\n    \"likuta\": \"dị ka\",\n    \"lilaceous\": \"li liable\",\n    \"lilburne\": \"Lilburne\",\n    \"lily\": \"lili\",\n    \"liliaceous\": \"Liliaceous\",\n    \"liliales\": \"ogha\",\n    \"lilian\": \"Amarachi\",\n    \"liliated\": \"ekwuru\",\n    \"lilied\": \"Lili\",\n    \"lilies\": \"okooko lili\",\n    \"lilyfy\": \"lilify\",\n    \"liliform\": \"Liliform\",\n    \"lilyhanded\": \"lilyhandly\",\n    \"lilylike\": \"dị ka lily\",\n    \"lilith\": \"Lilith\",\n    \"lilly\": \"Amaka\",\n    \"lillianite\": \"lillianị\",\n    \"lilliputians\": \"ndi lilliputians\",\n    \"lilted\": \"Lilted\",\n    \"lilting\": \"gha\",\n    \"liltingly\": \"n'udo\",\n    \"liltingness\": \"ilgha nkịtị\",\n    \"lilts\": \"Osisi\",\n    \"lim\": \"Lim\",\n    \"lima\": \"iwu\",\n    \"limacelle\": \"nkwonkwo\",\n    \"limaceous\": \"abụba\",\n    \"limacon\": \"ekpemekpe\",\n    \"limacons\": \"akara aka\",\n    \"limail\": \"onyinye\",\n    \"limans\": \"Limans\",\n    \"limas\": \"aka\",\n    \"limation\": \"mmachi\",\n    \"limawood\": \"osisi limawood\",\n    \"limb\": \"ogwe aka\",\n    \"limbal\": \"abụba\",\n    \"limbas\": \"Limbas\",\n    \"limbat\": \"mmachi\",\n    \"limbate\": \"ogwe aka\",\n    \"limbation\": \"mmụba\",\n    \"limbec\": \"mmụba\",\n    \"limbeck\": \"ịmachi\",\n    \"limbecks\": \"ogwe aka\",\n    \"limbed\": \"enwe ụkwụ\",\n    \"limber\": \"osisi\",\n    \"limbered\": \"mmamịrị\",\n    \"limberer\": \"ịsị\",\n    \"limberest\": \"nzuzu\",\n    \"limberham\": \"okpokoro\",\n    \"limbering\": \"na-egbu egbu\",\n    \"limberly\": \"ịla n'iyi\",\n    \"limberneck\": \"mmmmmmmmmmmmm\",\n    \"limberness\": \"ngwe\",\n    \"limbers\": \"aka na ụkwụ\",\n    \"limbi\": \"mmị\",\n    \"limby\": \"Ugboro\",\n    \"limbic\": \"nkwonkwo\",\n    \"limbier\": \"mmachi\",\n    \"limbiest\": \"nzuzu\",\n    \"limbiferous\": \"ahụrụ\",\n    \"limbing\": \"na-eme ihe\",\n    \"limbless\": \"enweghị aka\",\n    \"limbmeal\": \"abụba\",\n    \"limbous\": \"nzuzu\",\n    \"limbs\": \"aka na aka\",\n    \"limbu\": \"ngụ\",\n    \"limburgite\": \"okpokoro\",\n    \"limbus\": \"nkwonkwo\",\n    \"limbuses\": \"eriri afọ\",\n    \"lime\": \"oroma nkịrịsị\",\n    \"limeade\": \"wayo\",\n    \"limeades\": \"wayo\",\n    \"limean\": \"wayo\",\n    \"limeberry\": \"wayo\",\n    \"limeberries\": \"wayo\",\n    \"limed\": \"abụba\",\n    \"limey\": \"wayo\",\n    \"limeys\": \"wayo\",\n    \"limekiln\": \"mmmmmmmmmmmm\",\n    \"limekilns\": \"limekiln\",\n    \"limeless\": \"enweghị lime\",\n    \"limelight\": \"ama ama\",\n    \"limelighter\": \"ama ama\",\n    \"limelights\": \"ama ama\",\n    \"limelike\": \"ma ọ bụ\",\n    \"limeman\": \"lineman\",\n    \"limens\": \"ogwe aka\",\n    \"limequat\": \"wayo\",\n    \"limericks\": \"limerick\",\n    \"limes\": \"wayo\",\n    \"limestone\": \"nzu nzu\",\n    \"limestones\": \"nkume nzu\",\n    \"limewash\": \"wayo\",\n    \"limewater\": \"wayo\",\n    \"limewood\": \"wayo\",\n    \"limewort\": \"wayo\",\n    \"limicolae\": \"mmmmmmmmmmmmm\",\n    \"limicolous\": \"ọmarịcha\",\n    \"limier\": \"abụba\",\n    \"limiest\": \"kasị mma\",\n    \"liminary\": \"mmachi\",\n    \"limine\": \"limin\",\n    \"liminess\": \"njedebe\",\n    \"liminesses\": \"nkwonkwo\",\n    \"liming\": \"na-egbochi\",\n    \"limit\": \"ịgba\",\n    \"limitability\": \"enweghi oke\",\n    \"limitable\": \"amachi\",\n    \"limitableness\": \"enweghị ike\",\n    \"limitably\": \"enweghị oke\",\n    \"limital\": \"ikike\",\n    \"limitanean\": \"mmachi\",\n    \"limitary\": \"oke\",\n    \"limitarian\": \"mmachi\",\n    \"limitaries\": \"ihe mgbochi\",\n    \"limitate\": \"belata\",\n    \"limitation\": \"mmachi\",\n    \"limitational\": \"oke\",\n    \"limitations\": \"erughị eru\",\n    \"limitative\": \"amachi\",\n    \"limitatively\": \"njedebe\",\n    \"limited\": \"amachi\",\n    \"limitedly\": \"oke\",\n    \"limitedness\": \"njedebe\",\n    \"limiteds\": \"amachi\",\n    \"limiter\": \"ihe mgbochi\",\n    \"limiters\": \"ihe mgbochi\",\n    \"limity\": \"ike\",\n    \"limiting\": \"na-amachi\",\n    \"limitive\": \"mmachi\",\n    \"limitless\": \"enweghị njedebe\",\n    \"limitlessly\": \"enweghị nsọtụ\",\n    \"limitlessness\": \"enweghị njedebe\",\n    \"limitor\": \"onye mmachi\",\n    \"limitrophe\": \"mmachi\",\n    \"limits\": \"oke\",\n    \"limivorous\": \"nzuzu\",\n    \"limli\": \"akara\",\n    \"limmer\": \"nzu\",\n    \"limmers\": \"ndị na-ekpo ọkụ\",\n    \"limmock\": \"limoto\",\n    \"limn\": \"Limn\",\n    \"limnal\": \"enweghi ike\",\n    \"limnanth\": \"mmụba\",\n    \"limnanthaceous\": \"na-adọkpụ\",\n    \"limnanthes\": \"na-egbochi\",\n    \"limned\": \"ebu ibu\",\n    \"limner\": \"ihe nzuzu\",\n    \"limnery\": \"mmachi\",\n    \"limners\": \"ihe mgbochi\",\n    \"limnetic\": \"ogidi\",\n    \"limniad\": \"mmeme\",\n    \"limnic\": \"ahụrụ\",\n    \"limnimeter\": \"limnimita\",\n    \"limning\": \"na-egbochi\",\n    \"limnite\": \"ahụrụ\",\n    \"limnobiologic\": \"mmmmmmmmmmmmm\",\n    \"limnology\": \"ihe omumu\",\n    \"limnologic\": \"mmmmmmmmmmmmm\",\n    \"limnologically\": \"na-ejikarị\",\n    \"limnometer\": \"ngọngọ\",\n    \"limnophil\": \"mmmmmmmmmmmmm\",\n    \"limnophile\": \"mmmmmmmmmmmm\",\n    \"limnophilous\": \"nzuzu\",\n    \"limns\": \"ogwe aka\",\n    \"limoid\": \"onyinye\",\n    \"limoncillo\": \"mmmmmmmmmmmmm\",\n    \"limonenes\": \"mmọnwụ\",\n    \"limoniad\": \"mmụọnụ\",\n    \"limonite\": \"mmọnwụ\",\n    \"limonitization\": \"ichikota\",\n    \"limos\": \"Limos\",\n    \"limose\": \"iwepụ\",\n    \"limp\": \"ukwu otutu\",\n    \"limped\": \"nkwonkwo\",\n    \"limper\": \"akpụrọ\",\n    \"limpers\": \"ndiegwu\",\n    \"limpest\": \"ịsụ ngọngọ\",\n    \"limpet\": \"nkwonkwo\",\n    \"limpets\": \"ogwe aka\",\n    \"lymphatical\": \"ihe omuma\",\n    \"lymphatically\": \"n'usoro\",\n    \"limphault\": \"mkpụrụedemede\",\n    \"lymphs\": \"lymph\",\n    \"limpy\": \"kechie\",\n    \"limpidity\": \"mgbochi mmiri\",\n    \"limpidly\": \"ikekwe\",\n    \"limpily\": \"ikekwe\",\n    \"limpin\": \"mmachi\",\n    \"limpiness\": \"ikekwe\",\n    \"limping\": \"na-egbusi\",\n    \"limpingly\": \"na-egbusi\",\n    \"limpingness\": \"nkwụsị\",\n    \"limpish\": \"nzuzu\",\n    \"limpkin\": \"akpụkpọ ahụ\",\n    \"limpkins\": \"akpụkpọ ụkwụ\",\n    \"limply\": \"nanị\",\n    \"limpness\": \"ogwe osisi\",\n    \"limpnesses\": \"adịghị ike\",\n    \"limps\": \"nkwonkwo\",\n    \"limpsey\": \"ngwụsị\",\n    \"limpsy\": \"nkwanye ugwu\",\n    \"limpwort\": \"mmachi\",\n    \"limsy\": \"egbula\",\n    \"limulus\": \"okpokoro\",\n    \"limurite\": \"ichikota\",\n    \"linalyl\": \"okpokoro\",\n    \"linalols\": \"ndukpo\",\n    \"linalools\": \"linalool\",\n    \"linch\": \"linen\",\n    \"lynchable\": \"na-egbu egbu\",\n    \"lynchers\": \"ndị na-egbu egbu\",\n    \"lynchet\": \"Nwachukwu\",\n    \"lynching\": \"na-egbu egbu\",\n    \"linchpins\": \"linchins\",\n    \"lincoln\": \"Lincoln\",\n    \"lincolnesque\": \"Lincolnesque\",\n    \"lincolnian\": \"Lincolnian\",\n    \"lindabrides\": \"ndiegwu\",\n    \"lindens\": \"na-achọ\",\n    \"linder\": \"lụọ\",\n    \"lindy\": \"lindị\",\n    \"lindied\": \"lindi\",\n    \"lindies\": \"ihe ederede\",\n    \"lindying\": \"na-eche\",\n    \"lindsey\": \"Onyeka Onwenu\",\n    \"line\": \"ahịrị\",\n    \"lineable\": \"kemeghi\",\n    \"lineage\": \"usoro ọmụmụ\",\n    \"lineaged\": \"n'ahịrị\",\n    \"lineages\": \"ahịrị\",\n    \"lineal\": \"usoro\",\n    \"lineality\": \"nhazi\",\n    \"lineally\": \"n'usoro\",\n    \"lineament\": \"eriri\",\n    \"lineamental\": \"na isi\",\n    \"lineamentation\": \"usoro\",\n    \"lineaments\": \"ahịrị\",\n    \"lineameter\": \"ihe ntanetị\",\n    \"lineary\": \"eriri\",\n    \"linearise\": \"n'usoro\",\n    \"linearised\": \"n'usoro\",\n    \"linearising\": \"n'usoro\",\n    \"linearities\": \"eriri\",\n    \"linearization\": \"nhazi\",\n    \"linearize\": \"n'usoro\",\n    \"linearized\": \"n'usoro\",\n    \"linearizes\": \"n'usoro\",\n    \"linearizing\": \"arihazi\",\n    \"linearly\": \"n'ahịrị\",\n    \"lineas\": \"eriri ala\",\n    \"lineate\": \"usoro\",\n    \"lineated\": \"n'ahịrị\",\n    \"lineation\": \"eriri\",\n    \"lineature\": \"linear\",\n    \"linebackers\": \"eriri akara\",\n    \"linebacking\": \"ntinye ederede\",\n    \"linebred\": \"n'usoro\",\n    \"linebreed\": \"ndokwa\",\n    \"linebreeding\": \"nhazi\",\n    \"linecaster\": \"eriri igwe\",\n    \"linecasting\": \"ndepụta\",\n    \"linecut\": \"shortcut\",\n    \"linecuts\": \"usoro\",\n    \"lined\": \"edoziri\",\n    \"linefeeds\": \"eriri afọ\",\n    \"liney\": \"kwụ n'ahịrị\",\n    \"lineless\": \"enweghị akara\",\n    \"linelet\": \"akara\",\n    \"linemen\": \"ndị na-edozi ákwà\",\n    \"linene\": \"linen\",\n    \"linener\": \"liner\",\n    \"lineny\": \"linen\",\n    \"linenman\": \"lineman\",\n    \"linens\": \"linen\",\n    \"linenumber\": \"linenber\",\n    \"linenumbers\": \"linenumber\",\n    \"lineocircular\": \"usoro\",\n    \"lineograph\": \"ahịrị\",\n    \"lineolate\": \"n'ahịrị\",\n    \"lineolated\": \"n'ahịrị\",\n    \"linerange\": \"n'usoro\",\n    \"linerless\": \"enweghị eriri\",\n    \"lines\": \"ahịrị\",\n    \"linesides\": \"ahịrị\",\n    \"linesman\": \"onye nkedo\",\n    \"linesmen\": \"ndị na-ahụ maka akara\",\n    \"linet\": \"akwa akwa\",\n    \"linetest\": \"dị ntakịrị\",\n    \"lineup\": \"kwụba n'ahịrị\",\n    \"lineups\": \"usoro\",\n    \"linewalker\": \"n'okporo ụzọ\",\n    \"linework\": \"usoro\",\n    \"ling\": \"egbu oge\",\n    \"lingberry\": \"lingberị\",\n    \"lingberries\": \"mkpụrụ osisi\",\n    \"lyngbyaceae\": \"Ọrịa\",\n    \"lingbird\": \"nnụnụ\",\n    \"linge\": \"na-egbu egbu\",\n    \"lingel\": \"ịnyịnya ibu\",\n    \"lingenberry\": \"lingenberị\",\n    \"lingence\": \"na-egbu oge\",\n    \"linger\": \"na-egbu oge\",\n    \"lingered\": \"nọrọ ọdụ\",\n    \"lingerer\": \"na-egbu oge\",\n    \"lingerers\": \"na-egbu oge\",\n    \"lingerie\": \"akwa nwanyị\",\n    \"lingeries\": \"akwa uwe\",\n    \"lingering\": \"na-egbu oge\",\n    \"lingeringly\": \"na-egbu oge\",\n    \"lingers\": \"na-adịgide\",\n    \"linget\": \"asụsụ\",\n    \"lingy\": \"na-egbu egbu\",\n    \"lingier\": \"na-egbu oge\",\n    \"lingism\": \"asụsụ\",\n    \"lingle\": \"na-egbu egbu\",\n    \"lingo\": \"ikwu okwu\",\n    \"lingoe\": \"ihe egwuregwu\",\n    \"lingoes\": \"ihe egwuregwu\",\n    \"lingonberry\": \"lingonberị\",\n    \"lingonberries\": \"osisi lingon\",\n    \"lings\": \"Abụọ\",\n    \"lingster\": \"na-egbu egbu\",\n    \"lingua\": \"asụsụ\",\n    \"linguacious\": \"asụsụ\",\n    \"linguaciousness\": \"asụsụ asụsụ\",\n    \"linguadental\": \"asụsụ\",\n    \"lingual\": \"na-asụ asụsụ\",\n    \"linguale\": \"asụsụ\",\n    \"lingualis\": \"Asụsụ\",\n    \"linguality\": \"ogologo oge\",\n    \"lingualize\": \"asusu\",\n    \"lingually\": \"asụsụ\",\n    \"linguals\": \"na-asụ asụsụ\",\n    \"linguanasal\": \"asụsụ\",\n    \"linguata\": \"asụsụ\",\n    \"linguatula\": \"asụsụ\",\n    \"linguatuline\": \"asụsụ\",\n    \"linguatuloid\": \"asụsụ\",\n    \"linguet\": \"asụsụ\",\n    \"linguidental\": \"asụsụ\",\n    \"linguiform\": \"asụsụ\",\n    \"linguine\": \"asụsụ\",\n    \"linguines\": \"asụsụ\",\n    \"linguini\": \"asụsụ\",\n    \"linguipotence\": \"asụsụ\",\n    \"linguished\": \"asụsụ\",\n    \"linguist\": \"ọkà mmụta asụsụ\",\n    \"linguister\": \"asusu\",\n    \"linguistic\": \"asụsụ\",\n    \"linguistical\": \"asụsụ\",\n    \"linguistically\": \"n’asụsụ\",\n    \"linguistician\": \"ọkà mmụta asụsụ\",\n    \"linguistics\": \"asụsụ\",\n    \"linguistry\": \"asụsụ\",\n    \"linguists\": \"ndị ọkà mmụta asụsụ\",\n    \"lingulate\": \"lekọtara\",\n    \"lingulated\": \"dị ọcha\",\n    \"linguliferous\": \"na-agụ anya\",\n    \"linguodental\": \"asụsụ\",\n    \"linguodistal\": \"asụsụ asụsụ\",\n    \"linguogingival\": \"ịmụ asụsụ\",\n    \"linguopalatal\": \"asụsụ\",\n    \"linguoversion\": \"Asụsụ asụsụ\",\n    \"linier\": \"ngwo\",\n    \"liniments\": \"liniment\",\n    \"lininess\": \"akwa\",\n    \"lining\": \"na-ekpuchi\",\n    \"link\": \"njikọ\",\n    \"linkable\": \"njikọ\",\n    \"linkage\": \"njikọ\",\n    \"linkages\": \"njikọta\",\n    \"linkboy\": \"Njikọ\",\n    \"linkboys\": \"njikọ\",\n    \"linked\": \"jikọtara\",\n    \"linkedit\": \"njikọ\",\n    \"linkedited\": \"jikọtara\",\n    \"linkediting\": \"na-ejikọ\",\n    \"linkeditor\": \"njikọ\",\n    \"linkeditted\": \"jikọtara\",\n    \"linkeditting\": \"njikọ\",\n    \"linkedness\": \"njikọ\",\n    \"linker\": \"njikọ\",\n    \"linkers\": \"ndị na-eme ntanetị\",\n    \"linky\": \"njikọ\",\n    \"linking\": \"na-ejikọ\",\n    \"linkman\": \"njikọ\",\n    \"linkmen\": \"njikọ\",\n    \"links\": \"njikọ\",\n    \"linksman\": \"njikọ\",\n    \"linksmen\": \"njikọ\",\n    \"linksmith\": \"njikọ\",\n    \"linkster\": \"njikọ\",\n    \"linkup\": \"linkip\",\n    \"linkups\": \"linkips\",\n    \"linkworks\": \"ọrụ linkw\",\n    \"linne\": \"linen\",\n    \"linneon\": \"linenon\",\n    \"lynnette\": \"njikọ\",\n    \"lynnhaven\": \"onyinyechi\",\n    \"linns\": \"linens\",\n    \"linocut\": \"Oyibo\",\n    \"linocuts\": \"mkpọchi\",\n    \"linolate\": \"na-agbasa\",\n    \"linoleic\": \"Oyibo\",\n    \"linolenic\": \"akwụkwọ linolenic\",\n    \"linoleum\": \"igwu\",\n    \"linolic\": \"linolik\",\n    \"linometer\": \"linometa\",\n    \"linon\": \"linen\",\n    \"linopteris\": \"Okpukpo\",\n    \"linos\": \"ntaneti\",\n    \"linous\": \"na-egbu egbu\",\n    \"linoxyn\": \"Uchenna\",\n    \"linquish\": \"akwa akwa\",\n    \"lins\": \"mkpara\",\n    \"linseys\": \"akwa akwa\",\n    \"lintel\": \"linen\",\n    \"linteling\": \"ede\",\n    \"lintelling\": \"na-asụ\",\n    \"lintels\": \"ogwe aka\",\n    \"lintern\": \"linen\",\n    \"lintless\": \"enweghị atụ\",\n    \"lintol\": \"linen\",\n    \"lintols\": \"ogwe aka\",\n    \"lints\": \"ihe ntanye\",\n    \"lintseed\": \"lints mkpụrụ\",\n    \"lintwhite\": \"lint ọcha\",\n    \"linums\": \"linum\",\n    \"linus\": \"akwa akwa\",\n    \"lynxes\": \"udiri\",\n    \"lynxlike\": \"lynxike\",\n    \"lyocratic\": \"okpokoro\",\n    \"lyolytic\": \"lyolytị\",\n    \"lyomeri\": \"Ikechukwu\",\n    \"lyomerous\": \"ihe omimi\",\n    \"liomyofibroma\": \"leiomyofibroma\",\n    \"liomyoma\": \"leiomyoma\",\n    \"lion\": \"ọdụm\",\n    \"lionced\": \"ọdụm\",\n    \"lioncel\": \"ọdụm\",\n    \"lionel\": \"ọdụm\",\n    \"lionesque\": \"ọdụm\",\n    \"lioness\": \"ọdụm\",\n    \"lionesses\": \"ọdụm\",\n    \"lionet\": \"ọdụm\",\n    \"lionfish\": \"azụ azụ\",\n    \"lionfishes\": \"ọdụm\",\n    \"lionheart\": \"ọdụm\",\n    \"lionhearted\": \"nwee obi\",\n    \"lionheartedly\": \"jiri obi\",\n    \"lionheartedness\": \"inwe obi\",\n    \"lionhood\": \"ọdụm\",\n    \"lionisation\": \"ọdụm\",\n    \"lionise\": \"ọdụm\",\n    \"lionised\": \"ọdụm\",\n    \"lioniser\": \"ọdụm\",\n    \"lionisers\": \"ndị ọdụm\",\n    \"lionises\": \"ọdụm\",\n    \"lionising\": \"na-agba ume\",\n    \"lionism\": \"ọdụm\",\n    \"lionizable\": \"ọdụm\",\n    \"lionization\": \"ọdụm\",\n    \"lionize\": \"ọdụm\",\n    \"lionized\": \"ọdụm\",\n    \"lionizer\": \"ọdụm\",\n    \"lionizers\": \"ndị na-akwụ ụgwọ\",\n    \"lionizes\": \"na-ada ụda\",\n    \"lionizing\": \"na-egbu egbu\",\n    \"lionly\": \"ọdụm\",\n    \"lionlike\": \"yiri ọdụm\",\n    \"lyonnesse\": \"okpokoro\",\n    \"lionproof\": \"ọdụm\",\n    \"lions\": \"ọdụm\",\n    \"lionship\": \"ọdụm\",\n    \"lyophil\": \"Nwachukwu\",\n    \"lyophile\": \"Ikechukwu\",\n    \"lyophiled\": \"Ikechukwu\",\n    \"lyophilization\": \"mmụba\",\n    \"lyophilize\": \"ikekwe\",\n    \"lyophilized\": \"ajuju\",\n    \"lyophilizing\": \"na-achọgharị\",\n    \"lyophobe\": \"okukpo\",\n    \"lyophobic\": \"igwu\",\n    \"liothrix\": \"ndiogwu\",\n    \"liotrichine\": \"okechukwu\",\n    \"lyotrope\": \"okpokoro\",\n    \"lyotropic\": \"okpokoro\",\n    \"lip\": \"egbugbere ọnụ\",\n    \"lipaciduria\": \"egbugbere ọnụ\",\n    \"liparian\": \"egbugbere ọnụ\",\n    \"lipase\": \"egbugbere ọnụ\",\n    \"lipases\": \"egbugbere ọnụ\",\n    \"lipemic\": \"dị\",\n    \"lipic\": \"egbugbere ọnụ\",\n    \"lipid\": \"egbugbere ọnụ\",\n    \"lipides\": \"egbugbere ọnụ\",\n    \"lipidic\": \"egbugbere ọnụ\",\n    \"lipins\": \"egbugbere ọnụ\",\n    \"lipless\": \"enweghi isi\",\n    \"liplet\": \"ọgbụgba\",\n    \"liplike\": \"egbugbere ọnụ\",\n    \"lipochrome\": \"ikpo\",\n    \"lipogrammatist\": \"onye na-eme ihe ngosi\",\n    \"lipography\": \"ihe omuma\",\n    \"lipoids\": \"mmiri mmiri\",\n    \"lipomas\": \"egbugbere ọnụ\",\n    \"lipomatous\": \"egbomasi\",\n    \"lipometabolic\": \"egbugbere ọnụ\",\n    \"lipomyxoma\": \"egbukpọ\",\n    \"lipomorph\": \"egbombo\",\n    \"lipopectic\": \"n'eziokwu\",\n    \"lipothymy\": \"egbomasi\",\n    \"lipothymic\": \"naakpo\",\n    \"lipped\": \"dapụsị\",\n    \"lippen\": \"gbanye mmiri\",\n    \"lippened\": \"egbusi\",\n    \"lippening\": \"na-eme ụra\",\n    \"lippens\": \"egbugbere ọnụ\",\n    \"lipper\": \"mmanya\",\n    \"lippered\": \"oroma\",\n    \"lippering\": \"na-eme mkpọtụ\",\n    \"lipperings\": \"mmanya\",\n    \"lippers\": \"oroma\",\n    \"lippier\": \"mmiri ara ehi\",\n    \"lippiest\": \"kasị abụba\",\n    \"lippiness\": \"egbugbere ọnụ\",\n    \"lipping\": \"na-amị\",\n    \"lippings\": \"egbugbere ọnụ\",\n    \"lippitude\": \"ọgbụgba\",\n    \"lippitudo\": \"ịkwụ ụgwọ\",\n    \"lipread\": \"egbugbere ọnụ\",\n    \"lipreading\": \"egbugbere ọnụ\",\n    \"lips\": \"egbugbere ọnụ\",\n    \"lipsalve\": \"egbugbere ọnụ\",\n    \"lipsanographer\": \"onye na-ese okwu\",\n    \"lipsanotheca\": \"egbugbere ọnụ\",\n    \"lipse\": \"nkwa\",\n    \"lipsticks\": \"egbugbere ọnụ\",\n    \"lipuria\": \"egbugbere ọnụ\",\n    \"lipwork\": \"egbugbere ọnụ\",\n    \"liquamen\": \"mmanya\",\n    \"liquate\": \"zuru oke\",\n    \"liquated\": \"mmiri dị\",\n    \"liquating\": \"na-aquụ\",\n    \"liquation\": \"mmanya\",\n    \"liquefacient\": \"na-egbu egbu\",\n    \"liquefaction\": \"mmanya\",\n    \"liquefactions\": \"ihe ọquụ liụ\",\n    \"liquefactive\": \"na-egbu egbu\",\n    \"liquefy\": \"mmanya\",\n    \"liquefiability\": \"ịqueụ mmanya\",\n    \"liquefied\": \"mmanya\",\n    \"liquefier\": \"mmanya ogbugbu\",\n    \"liquefiers\": \"ndị aqueụrụ mmanya\",\n    \"liquefies\": \"mmanya\",\n    \"liquefying\": \"na-egbu egbu\",\n    \"liquer\": \"mmanya\",\n    \"liquesce\": \"ihe ojoo\",\n    \"liquescence\": \"ụgha\",\n    \"liquescency\": \"ụgha\",\n    \"liquescent\": \"na-egbu egbu\",\n    \"liquet\": \"mmanya ogbugbu\",\n    \"liqueur\": \"mmanya ogbugbu\",\n    \"liqueured\": \"mmanya ogbugbu\",\n    \"liqueuring\": \"mmanya ogbugbu\",\n    \"liqueurs\": \"mmanya ogbugbu\",\n    \"liquid\": \"mmiri mmiri\",\n    \"liquidable\": \"mmiri mmiri\",\n    \"liquidambar\": \"mmiriambar\",\n    \"liquidamber\": \"mmiriambar\",\n    \"liquidate\": \"mmiri mmiri\",\n    \"liquidated\": \"mmiri mmiri\",\n    \"liquidates\": \"mmiri mmiri\",\n    \"liquidating\": \"mmiri mmiri\",\n    \"liquidation\": \"mmiri mmiri\",\n    \"liquidations\": \"mmiri mmiri\",\n    \"liquidator\": \"mmiri mmiri\",\n    \"liquidators\": \"ndị mmiri mmiri\",\n    \"liquidatorship\": \"mmiri mmiri mmiri\",\n    \"liquidy\": \"mmiri mmiri\",\n    \"liquidise\": \"mmiri mmiri\",\n    \"liquidised\": \"mmiri mmiri\",\n    \"liquidising\": \"mmiri mmiri\",\n    \"liquidity\": \"mmiri mmiri\",\n    \"liquidities\": \"mmiri mmiri\",\n    \"liquidization\": \"mmiri mmiri\",\n    \"liquidize\": \"mmiri mmiri\",\n    \"liquidized\": \"mmiri mmiri\",\n    \"liquidizer\": \"mmiri mmiri\",\n    \"liquidizes\": \"na-agba mmiri\",\n    \"liquidizing\": \"mmiri mmiri\",\n    \"liquidless\": \"enweghị mmiri mmiri\",\n    \"liquidly\": \"dị mmiri mmiri\",\n    \"liquidness\": \"mmiri mmiri\",\n    \"liquids\": \"mmiri mmiri\",\n    \"liquidus\": \"Lius\",\n    \"liquify\": \"inu mmiri\",\n    \"liquified\": \"mmiri\",\n    \"liquifier\": \"ihe ọquụ liụ mmanya\",\n    \"liquifiers\": \"ndị na-aquụ mmanya\",\n    \"liquifies\": \"mmiri\",\n    \"liquifying\": \"na-a liụ\",\n    \"liquiform\": \"mmanya mmiri\",\n    \"liquor\": \"mmanya\",\n    \"liquored\": \"mmanya\",\n    \"liquorer\": \"mmanya\",\n    \"liquory\": \"mmanya\",\n    \"liquorice\": \"mmanya ogbugbu\",\n    \"liquoring\": \"ịụ mmanya\",\n    \"liquorish\": \"mmanya\",\n    \"liquorishly\": \"mmanya\",\n    \"liquorishness\": \"mmanya\",\n    \"liquorist\": \"mmanya ogbugbu\",\n    \"liquorless\": \"enweghị mmanya\",\n    \"liquors\": \"mmanya\",\n    \"lir\": \"Lir\",\n    \"lyra\": \"mkpụrụ\",\n    \"lyraid\": \"idowe idra\",\n    \"lirate\": \"Onye ohi\",\n    \"lyrate\": \"mkpụrụ\",\n    \"lyrated\": \"Egburu\",\n    \"lyrately\": \"n'okwu\",\n    \"liration\": \"ụgha\",\n    \"lyraway\": \"okpoho\",\n    \"lire\": \"ụgha\",\n    \"lyre\": \"egwu\",\n    \"lyrebird\": \"ugbala\",\n    \"lyrebirds\": \"nnụnụ\",\n    \"lyreflower\": \"okpokoro\",\n    \"lyreman\": \"Onyebuchi\",\n    \"lyres\": \"mkpụrụ osisi\",\n    \"lyretail\": \"ụlọ\",\n    \"lyric\": \"abụ\",\n    \"lyrical\": \"ukwe\",\n    \"lyrically\": \"na-ekwu okwu\",\n    \"lyricalness\": \"egwu\",\n    \"lyricisation\": \"egwu\",\n    \"lyricise\": \"egwu\",\n    \"lyricised\": \"dere\",\n    \"lyricises\": \"egwu\",\n    \"lyricising\": \"na-ekwu okwu\",\n    \"lyricism\": \"abụ\",\n    \"lyricisms\": \"okwu\",\n    \"lyricist\": \"onye na-egwu egwu\",\n    \"lyricists\": \"ndị na-ede abụ\",\n    \"lyricization\": \"ịkpọ aha\",\n    \"lyricize\": \"kpọọ\",\n    \"lyricized\": \"a na-akpọ\",\n    \"lyricizes\": \"na-ekwu okwu\",\n    \"lyricizing\": \"na-ekwu okwu\",\n    \"lyricked\": \"Onye Ozi\",\n    \"lyricking\": \"na-akụ\",\n    \"lyrid\": \"Nkechi\",\n    \"lyriform\": \"Nkọwa\",\n    \"lyrism\": \"okpokoro\",\n    \"lyrisms\": \"lyrics\",\n    \"lyrist\": \"onye na-egwu egwu\",\n    \"lyrists\": \"lyrics\",\n    \"lis\": \"Nkọwa\",\n    \"lys\": \"akwa\",\n    \"lysate\": \"Udochukwu\",\n    \"lysates\": \"akwa\",\n    \"lisbon\": \"lịsọn\",\n    \"lise\": \"jiri\",\n    \"lyse\": \"mkpụrụ ndụ\",\n    \"lysed\": \"Udogwu\",\n    \"lisere\": \"ihe\",\n    \"lyses\": \"akwa\",\n    \"lisette\": \"ihe omume\",\n    \"lysigenic\": \"iheegwu\",\n    \"lysigenous\": \"ihe omumu\",\n    \"lysigenously\": \"iheanacho\",\n    \"lysimeter\": \"lysimita\",\n    \"lysimetric\": \"ogwugwu\",\n    \"lysing\": \"akwa\",\n    \"lisk\": \"mkpisi\",\n    \"lisle\": \"ahịhịa\",\n    \"lisles\": \"Ohere\",\n    \"lisp\": \"akwụkwọ\",\n    \"lisped\": \"edere\",\n    \"lisper\": \"mkpisi\",\n    \"lispers\": \"ndị nkịta\",\n    \"lisping\": \"na-edina\",\n    \"lispingly\": \"mmmmmmmmmmmmm\",\n    \"lisps\": \"akwụkwọ\",\n    \"liss\": \"jiri\",\n    \"lissamphibian\": \"Lissamphibian\",\n    \"lisses\": \"iheanacho\",\n    \"lyssic\": \"Okwuchukwu\",\n    \"lissoflagellate\": \"Ugochukwu\",\n    \"lissotrichan\": \"Uchenna Onyekwere\",\n    \"lissotriches\": \"ihe ndozi\",\n    \"lissotrichy\": \"Uchenna Onyekwere\",\n    \"list\": \"ndepụta\",\n    \"listable\": \"ndepụta\",\n    \"listed\": \"edepụtara\",\n    \"listedness\": \"ndepụta\",\n    \"listel\": \"ndepụta\",\n    \"listels\": \"ndepụta\",\n    \"listen\": \"gee ntị\",\n    \"listenable\": \"na-ege ntị\",\n    \"listened\": \"gere ntị\",\n    \"listener\": \"onye na-ege ntị\",\n    \"listeners\": \"ndị na-ege ntị\",\n    \"listenership\": \"ige ntị\",\n    \"listening\": \"na-ege ntị\",\n    \"listenings\": \"ntị\",\n    \"listens\": \"na-ege ntị\",\n    \"lister\": \"akwukwo\",\n    \"listera\": \"listeria\",\n    \"listerelloses\": \"ndepụta\",\n    \"listerellosis\": \"ọrịa listeriosis\",\n    \"listerian\": \"ndepụta\",\n    \"listeriases\": \"ọrịa listeriosis\",\n    \"listeriasis\": \"ọrịa listeriosis\",\n    \"listerine\": \"ndepụta\",\n    \"listerioses\": \"ọrịa listeriosis\",\n    \"listeriosis\": \"ọrịa listeriosis\",\n    \"listerize\": \"ndepụta\",\n    \"listers\": \"ndepụta\",\n    \"listful\": \"depụtara\",\n    \"listy\": \"ndepụta\",\n    \"listing\": \"ndepụta\",\n    \"listings\": \"Ndepụta\",\n    \"listless\": \"enweghi ndepụta\",\n    \"listlessly\": \"ndepụta\",\n    \"listlessness\": \"enweghị ndepụta\",\n    \"listred\": \"depụtara\",\n    \"lists\": \"anatara\",\n    \"listwork\": \"ndepụta\",\n    \"liszt\": \"Uchenna\",\n    \"lit\": \"gbaa\",\n    \"litaneutical\": \"ihe omumu\",\n    \"litanies\": \"ego\",\n    \"litanywise\": \"agbanyeghị\",\n    \"litation\": \"ịgba akwụkwọ\",\n    \"litch\": \"mbukota\",\n    \"lite\": \"mmuta\",\n    \"liter\": \"lita\",\n    \"literacy\": \"mmuta\",\n    \"literacies\": \"mmuta\",\n    \"literaily\": \"ịgụ akwụkwọ\",\n    \"literal\": \"nkịtị\",\n    \"literalisation\": \"ederede\",\n    \"literalise\": \"mmuta\",\n    \"literalised\": \"ederede\",\n    \"literaliser\": \"onye edemede\",\n    \"literalising\": \"ederede\",\n    \"literalism\": \"mmụta nkịtị\",\n    \"literalist\": \"ode akwukwo\",\n    \"literalistic\": \"ọgụgụ isi\",\n    \"literalistically\": \"n'ụzọ nkịtị\",\n    \"literality\": \"nkịtị\",\n    \"literalities\": \"nkịtị\",\n    \"literalization\": \"ederede\",\n    \"literalize\": \"gụchaa\",\n    \"literalized\": \"ede ederede\",\n    \"literalizer\": \"onye edemede\",\n    \"literalizing\": \"ede ihe\",\n    \"literally\": \"n'ụzọ nkịtị\",\n    \"literalminded\": \"ọgụgụ isi\",\n    \"literalmindedness\": \"ọgụgụ isi\",\n    \"literalness\": \"nkịtị\",\n    \"literals\": \"nkịtị\",\n    \"literary\": \"edemede\",\n    \"literarian\": \"onye na-agu akwukwo\",\n    \"literaryism\": \"edemede\",\n    \"literarily\": \"ịgụ akwụkwọ\",\n    \"literariness\": \"mmuta\",\n    \"literate\": \"guru akwukwo\",\n    \"literated\": \"gụrụ akwụkwọ\",\n    \"literately\": \"n'ụzọ nkịtị\",\n    \"literateness\": \"mmuta\",\n    \"literates\": \"gụrụ akwụkwọ\",\n    \"literati\": \"mmuta\",\n    \"literatim\": \"mmuta\",\n    \"literation\": \"mmuta\",\n    \"literatist\": \"ode akwukwo\",\n    \"literato\": \"mmuta\",\n    \"literator\": \"ode akwukwo\",\n    \"literatos\": \"akwukwo\",\n    \"literature\": \"akwụkwọ\",\n    \"literatured\": \"gụrụ akwụkwọ\",\n    \"literatures\": \"agụ akwụkwọ\",\n    \"literatus\": \"akwukwo\",\n    \"lyterian\": \"onye mmuta\",\n    \"literose\": \"mmuta\",\n    \"literosity\": \"mmuta\",\n    \"liters\": \"lita\",\n    \"lites\": \"na-agbanye\",\n    \"lith\": \"Lith\",\n    \"lithaemic\": \"akwụkwọ\",\n    \"lithagogue\": \"akwụkwọ\",\n    \"lithatic\": \"ihe omuma\",\n    \"lithectomy\": \"ihe omumu\",\n    \"lithely\": \"ọkụ\",\n    \"lithemic\": \"ihe omuma\",\n    \"litheness\": \"nzuzu\",\n    \"litherly\": \"n'egbughị oge\",\n    \"litherness\": \"ịdị ọcha\",\n    \"lithesome\": \"ọkụ\",\n    \"lithesomeness\": \"ọkụ\",\n    \"lithest\": \"ihe nzuzu\",\n    \"lithy\": \"Okwuegwu\",\n    \"lithiate\": \"ịgba akwụkwọ\",\n    \"lithic\": \"Lithic\",\n    \"lithifaction\": \"ịgba akwụkwọ\",\n    \"lithify\": \"ịgba akwụkwọ\",\n    \"lithification\": \"ịgba akwụkwọ\",\n    \"lithified\": \"ajuju\",\n    \"lithifying\": \"ịgba akwụkwọ\",\n    \"lithite\": \"Lithite\",\n    \"lithless\": \"enweghị okwukwe\",\n    \"lithochemistry\": \"ihe omumu\",\n    \"lithochromatic\": \"akuko\",\n    \"lithochromatics\": \"ihe omumu\",\n    \"lithochromy\": \"holọ lithochromy\",\n    \"lithochromic\": \"akuko\",\n    \"lithochromography\": \"ihe omumu\",\n    \"lithoclase\": \"akwụkwọ\",\n    \"lithoclasty\": \"ihe omuma\",\n    \"lithodomous\": \"na-akwadoghị\",\n    \"lithoed\": \"holọ\",\n    \"lithofellic\": \"amaka\",\n    \"lithofellinic\": \"amaka\",\n    \"lithofracteur\": \"onyeisiala\",\n    \"lithogenetic\": \"akwụkwọ akụkọ\",\n    \"lithogenous\": \"ihe omuma\",\n    \"lithoglyph\": \"amaka\",\n    \"lithoglyphic\": \"anakpo\",\n    \"lithoglyptic\": \"na-amụba\",\n    \"lithographed\": \"edebere\",\n    \"lithographer\": \"onye na-ede akwụkwọ\",\n    \"lithographers\": \"ndị na-enyocha akwụkwọ\",\n    \"lithography\": \"ihe omumu\",\n    \"lithographically\": \"n'usoro ederede\",\n    \"lithographing\": \"na-ede akwụkwọ\",\n    \"lithographize\": \"ịgba akwụkwọ\",\n    \"lithographs\": \"lithograph\",\n    \"lithogravure\": \"ịgba akwụkwọ\",\n    \"lithoing\": \"ịgba ọkụ\",\n    \"litholapaxy\": \"mkpali\",\n    \"litholatrous\": \"ọkụ\",\n    \"litholytic\": \"akwụkwọ\",\n    \"lithology\": \"ihe omumu\",\n    \"lithological\": \"ihe omumu\",\n    \"lithologically\": \"n'usoro iwu\",\n    \"lithologist\": \"onye omumu ihe\",\n    \"lithomancy\": \"ịgba akwụkwọ\",\n    \"lithomarge\": \"ịgba akwụkwọ\",\n    \"lithontriptic\": \"ihe omuma\",\n    \"lithopaedion\": \"holọ ọkụ\",\n    \"lithopedion\": \"akwụkwọ\",\n    \"lithophany\": \"akwụkwọ\",\n    \"lithophanic\": \"akwụkwọ\",\n    \"lithophyl\": \"amaka\",\n    \"lithophyll\": \"chukwujekwu\",\n    \"lithophyllous\": \"gbaa\",\n    \"lithophilous\": \"akwụkwọ\",\n    \"lithophytic\": \"ihe omuma\",\n    \"lithophytous\": \"akwụkwọ\",\n    \"lithophone\": \"ọkụ\",\n    \"lithosian\": \"asụsụ\",\n    \"lithosols\": \"lithosol\",\n    \"lithosperm\": \"holọ ọkụ\",\n    \"lithospermon\": \"amaka\",\n    \"lithospermous\": \"ihe omuma\",\n    \"lithosphere\": \"ebelata\",\n    \"lithospheric\": \"ihe omuma\",\n    \"lithotype\": \"amaka\",\n    \"lithotyped\": \"lọ ọkụ\",\n    \"lithotypy\": \"ebelata\",\n    \"lithotypic\": \"akuko\",\n    \"lithotyping\": \"ịgba akwụkwọ\",\n    \"lithotomy\": \"ihe omimi\",\n    \"lithotomies\": \"ebelata\",\n    \"lithotomist\": \"onye omumu\",\n    \"lithotomize\": \"eseechu\",\n    \"lithotomous\": \"ebelata\",\n    \"lithotony\": \"ebelata\",\n    \"lithotresis\": \"akpootresis\",\n    \"lithotrity\": \"ịgba akwụkwọ\",\n    \"lithotritic\": \"lithotritik\",\n    \"lithotrities\": \"ihe ndozi\",\n    \"lithotritist\": \"onye na-ese ihe\",\n    \"lithous\": \"ọkụ\",\n    \"lithoxyl\": \"akuko\",\n    \"lithoxyle\": \"chukwubuike\",\n    \"lythraceous\": \"Nkechi\",\n    \"lythrum\": \"okwa\",\n    \"lithsman\": \"Onwuka Nwoke\",\n    \"lithuania\": \"Lithuania\",\n    \"lithuanian\": \"Lithuania\",\n    \"lithuanians\": \"ndị lithuanians\",\n    \"lithuanic\": \"Lithuanic\",\n    \"lithuresis\": \"Okwuchukwu\",\n    \"lithuria\": \"Lithuria\",\n    \"liti\": \"Liti\",\n    \"lytic\": \"mkpụrụ osisi\",\n    \"lytically\": \"n'ekwu\",\n    \"liticontestation\": \"ịgba akwụkwọ\",\n    \"lityerses\": \"akwụkwọ ọkụ\",\n    \"litigable\": \"ịgba akwụkwọ\",\n    \"litigant\": \"ịgba akwụkwọ\",\n    \"litigants\": \"ndị ịgba akwụkwọ\",\n    \"litigate\": \"ịgba akwụkwọ\",\n    \"litigated\": \"ịgba akwụkwọ\",\n    \"litigates\": \"ndị ịgba akwụkwọ\",\n    \"litigating\": \"ịgba akwụkwọ\",\n    \"litigation\": \"ịgba akwụkwọ\",\n    \"litigationist\": \"onye oka iwu\",\n    \"litigations\": \"ịgba akwụkwọ\",\n    \"litigatory\": \"ịgba akwụkwọ\",\n    \"litigators\": \"ndị na-agba akwụkwọ\",\n    \"litigiosity\": \"ịgba akwụkwọ\",\n    \"litigious\": \"ịgba akwụkwọ\",\n    \"litigiously\": \"na-agbasi ike\",\n    \"litigiousness\": \"ịgba akwụkwọ\",\n    \"litiscontest\": \"ịgba akwụkwọ\",\n    \"litiscontestation\": \"ịgba akwụkwọ\",\n    \"litiscontestational\": \"ịgba akwụkwọ\",\n    \"litmus\": \"akwụkwọ\",\n    \"litmuses\": \"ụlọ akwụkwọ\",\n    \"litoral\": \"akwụkwọ\",\n    \"litre\": \"lita\",\n    \"litres\": \"lita\",\n    \"lits\": \"nta\",\n    \"litster\": \"litter\",\n    \"litten\": \"ihe gbawara agbawa\",\n    \"litter\": \"-awụba n'oké osimiri\",\n    \"litteratim\": \"akwụkwọ\",\n    \"littered\": \"edidu\",\n    \"littery\": \"-awụba n'oké osimiri\",\n    \"littering\": \"nsị\",\n    \"littermate\": \"onye anakpo ahihia\",\n    \"littermates\": \"umu ahihia\",\n    \"litters\": \"umu ahihia\",\n    \"little\": \"obere\",\n    \"littleleaf\": \"obere akwukwo\",\n    \"littleneck\": \"obereneck\",\n    \"littlenecks\": \"Nkpirisi\",\n    \"littleness\": \"ntakịrị\",\n    \"littler\": \"obere\",\n    \"littles\": \"mgbapu\",\n    \"littlest\": \"nke kacha nta\",\n    \"littlewale\": \"Littlewale\",\n    \"littling\": \"mgbapụ\",\n    \"littlish\": \"mgbawa\",\n    \"littoral\": \"na-ebu agha\",\n    \"liturgy\": \"ịgba akwụkwọ\",\n    \"liturgic\": \"ihe omimi\",\n    \"liturgical\": \"ihe omimi\",\n    \"liturgically\": \"ihe omimi\",\n    \"liturgician\": \"ihe omimi\",\n    \"liturgics\": \"ihe omumu\",\n    \"liturgiological\": \"ihe omuma\",\n    \"liturgism\": \"ịgba akwụkwọ\",\n    \"liturgist\": \"onye na-amụ ihe\",\n    \"liturgistic\": \"ihe omuma\",\n    \"liturgistical\": \"ihe omuma\",\n    \"liturgists\": \"ndị na-agụ akwụkwọ\",\n    \"litvak\": \"ite\",\n    \"litz\": \"zlọ\",\n    \"liv\": \"ndụ\",\n    \"livability\": \"ibu ọrụ\",\n    \"livable\": \"bie\",\n    \"livableness\": \"ịdị ndụ\",\n    \"live\": \"dịrị ndụ\",\n    \"liveability\": \"ịdị ndụ\",\n    \"liveable\": \"dị ndụ\",\n    \"liveableness\": \"nwee ike\",\n    \"livebearer\": \"onye ndu\",\n    \"liveborn\": \"dị ndụ\",\n    \"lived\": \"biri\",\n    \"livedo\": \"ibi ndụ\",\n    \"liveyer\": \"onye ndu\",\n    \"lively\": \"dị ndụ\",\n    \"livelier\": \"dị ndụ karị\",\n    \"liveliest\": \"kasị ndụ\",\n    \"livelihead\": \"dị ndụ\",\n    \"livelihood\": \"ọrụ ndụ\",\n    \"livelihoods\": \"ọrụ obibi\",\n    \"livelily\": \"dị ndụ\",\n    \"liveliness\": \"ndụ\",\n    \"livelong\": \"ndụ ogologo\",\n    \"liven\": \"dị ndụ\",\n    \"livened\": \"dị ndụ\",\n    \"livener\": \"onye obula\",\n    \"liveners\": \"ndị ọrụ\",\n    \"liveness\": \"ndụ\",\n    \"livenesses\": \"ndụ\",\n    \"livening\": \"ndụ\",\n    \"livens\": \"gbasaa\",\n    \"liver\": \"umeji\",\n    \"liverance\": \"ndụ\",\n    \"liverberry\": \"imeju\",\n    \"liverberries\": \"imeju\",\n    \"livered\": \"dịrị ndụ\",\n    \"liverhearted\": \"imeju\",\n    \"liverheartedness\": \"imeju afọ\",\n    \"livery\": \"ibu agha\",\n    \"liveried\": \"dị ndụ\",\n    \"liveryless\": \"enweghị ọrụ\",\n    \"liveryman\": \"onyeka\",\n    \"liverymen\": \"ndi nwoke\",\n    \"livering\": \"imeju\",\n    \"liverish\": \"imeju\",\n    \"liverishness\": \"imeju umeju\",\n    \"liverleaf\": \"imeju\",\n    \"liverleaves\": \"imeju\",\n    \"liverless\": \"enweghị umeji\",\n    \"liverpool\": \"imeju\",\n    \"liverpudlian\": \"umepudlian\",\n    \"livers\": \"imeju\",\n    \"liverwort\": \"imeju\",\n    \"liverworts\": \"imeju\",\n    \"liverwurst\": \"umewurst\",\n    \"liverwursts\": \"imeju umeji\",\n    \"lives\": \"ndụ\",\n    \"livest\": \"ndụ\",\n    \"livestock\": \"anụ ụlọ\",\n    \"liveth\": \"dị ndụ\",\n    \"livetin\": \"ndụ\",\n    \"livetrap\": \"ndụ\",\n    \"livetrapped\": \"ndụ\",\n    \"livetrapping\": \"ndụ\",\n    \"livetraps\": \"ihe nkiri\",\n    \"liveweight\": \"dị ndụ\",\n    \"livid\": \"amaokwu\",\n    \"lividity\": \"mkpebi\",\n    \"lividities\": \"ndi mmadu\",\n    \"lividness\": \"ndụ\",\n    \"liviers\": \"ndị ọrụ livi\",\n    \"livyers\": \"ndị ọrụ\",\n    \"living\": \"ibi\",\n    \"livingless\": \"enweghị ndụ\",\n    \"livingly\": \"na-adị ndụ\",\n    \"livingness\": \"ndụ\",\n    \"livings\": \"ndụ\",\n    \"livingstoneite\": \"Onyekwere\",\n    \"livish\": \"ndụ\",\n    \"livishly\": \"n'ụzọ dị ukwuu\",\n    \"livlihood\": \"ọrụ ndụ\",\n    \"livor\": \"mmanụ\",\n    \"livre\": \"dị ndụ\",\n    \"livres\": \"ihe ndị dị ndụ\",\n    \"lixive\": \"isiiive\",\n    \"lixiviating\": \"lixivi\",\n    \"lixiviation\": \"lixivi\",\n    \"lixivious\": \"ihe isiike\",\n    \"lizard\": \"ngwere\",\n    \"lizardfish\": \"ngwere azu\",\n    \"lizardfishes\": \"Ngweregwu\",\n    \"lizardlike\": \"Ngwere\",\n    \"lizards\": \"Ngwere\",\n    \"lizardtail\": \"Ngwere\",\n    \"llanberisslate\": \"nkesa\",\n    \"llandovery\": \"lọlọ mmiri\",\n    \"llanos\": \"ndiegwu\",\n    \"ller\": \"egbu\",\n    \"lleu\": \"lele\",\n    \"llew\": \"lele\",\n    \"llyn\": \"Okpoko\",\n    \"lloyd\": \"Nwachukwu\",\n    \"lludd\": \"okpokoro\",\n    \"lm\": \"Lm\",\n    \"lo\": \"lee\",\n    \"loaches\": \"ogbe mmiri\",\n    \"load\": \"ibu\",\n    \"loadable\": \"ibu\",\n    \"loadage\": \"ibu\",\n    \"loaded\": \"eburu\",\n    \"loadedness\": \"ibu\",\n    \"loaden\": \"buo ibu\",\n    \"loader\": \"Loader\",\n    \"loaders\": \"Ndị na-ebu ibu\",\n    \"loading\": \"itinye\",\n    \"loadings\": \"Ibu ibo\",\n    \"loadless\": \"enweghị ibu\",\n    \"loadpenny\": \"ibu penny\",\n    \"loads\": \"ibu\",\n    \"loadsome\": \"ibu\",\n    \"loadspecs\": \"Ugboro abụọ\",\n    \"loadstar\": \"stgbọ ibu\",\n    \"loadstars\": \"stgbọ ibu\",\n    \"loadstone\": \"ndaba\",\n    \"loadstones\": \"Okwute\",\n    \"loadum\": \"loda\",\n    \"loaf\": \"ogbe achịcha\",\n    \"loafed\": \"achịcha\",\n    \"loafer\": \"ogbe achịcha\",\n    \"loaferdom\": \"ala\",\n    \"loaferish\": \"achịcha\",\n    \"loafers\": \"ogbe achịcha\",\n    \"loafing\": \"achịcha\",\n    \"loafingly\": \"achịcha\",\n    \"loaflet\": \"ogbe achịcha\",\n    \"loafs\": \"ogbe achịcha\",\n    \"loamiest\": \"kacha njọ\",\n    \"loaminess\": \"ịdị adị\",\n    \"loaming\": \"na-achọgharị\",\n    \"loamless\": \"enweghị ike\",\n    \"loams\": \"mgbazinye ego\",\n    \"loan\": \"mgbazinye ego\",\n    \"loanable\": \"mgbazinye ego\",\n    \"loanblend\": \"mgbazinye ego\",\n    \"loaned\": \"gbaziri\",\n    \"loaner\": \"agbaziri ego\",\n    \"loaners\": \"ndị binyere ego\",\n    \"loange\": \"ezumike\",\n    \"loaning\": \"agbazinye ego\",\n    \"loanings\": \"mgbazinye ego\",\n    \"loanmonger\": \"onye mgbazinye ego\",\n    \"loans\": \"mgbazinye ego\",\n    \"loansharking\": \"mgbazinye ego\",\n    \"loanword\": \"okwu mbinye ego\",\n    \"loanwords\": \"ego mgbazinye ego\",\n    \"loasaceous\": \"ihe ojoo\",\n    \"loath\": \"akpọnwụ\",\n    \"loathe\": \"kpọ asị\",\n    \"loathed\": \"kpọrọ asị\",\n    \"loather\": \"igurube\",\n    \"loathers\": \"onye obula\",\n    \"loathes\": \"asị\",\n    \"loathful\": \"na-asọ oyi\",\n    \"loathfully\": \"na-asọ oyi\",\n    \"loathfulness\": \"ịkpọasị\",\n    \"loathy\": \"ịkpọasị\",\n    \"loathing\": \"na-asọ oyi\",\n    \"loathingly\": \"na-asọ oyi\",\n    \"loathings\": \"ihe nzuzu\",\n    \"loathly\": \"ihere\",\n    \"loathliness\": \"ịsọ oyi\",\n    \"loathness\": \"ịdị ọcha\",\n    \"loathsome\": \"na-asọ oyi\",\n    \"loathsomeness\": \"ịdị na-asọ oyi\",\n    \"loave\": \"ogbe achịcha\",\n    \"loaves\": \"ogbe bred\",\n    \"lobate\": \"ogbegbe\",\n    \"lobately\": \"okpokoro\",\n    \"lobber\": \"ogbe mmiri\",\n    \"lobbers\": \"osisi lob\",\n    \"lobby\": \"n'ọnụ ụlọ ogologo\",\n    \"lobbied\": \"nwere mmasị\",\n    \"lobbyer\": \"mkpọchi\",\n    \"lobbyers\": \"ndị na-eme mkpọtụ\",\n    \"lobbies\": \"ime mkpọtụ\",\n    \"lobbygow\": \"mmmmmmmmmmmmm\",\n    \"lobbygows\": \"mmmmmmmmmmmmm\",\n    \"lobbying\": \"na-eme mkpọtụ\",\n    \"lobbyism\": \"ime ụlọ ọrụ\",\n    \"lobbyisms\": \"ime ụlọ ọrụ\",\n    \"lobbyist\": \"onye na-eme mkpọtụ\",\n    \"lobbyists\": \"ndị na-eme mkpọtụ\",\n    \"lobbing\": \"na-eme mkpọtụ\",\n    \"lobbish\": \"okpokoro\",\n    \"lobectomy\": \"ime ụlọ\",\n    \"lobed\": \"dina ala\",\n    \"lobefooted\": \"ime mkpọtụ\",\n    \"lobefoots\": \"akpụkpọ ụkwụ\",\n    \"lobeless\": \"adịghị ike\",\n    \"lobeliaceous\": \"dị egwu\",\n    \"lobellated\": \"kelechi\",\n    \"lobigerous\": \"na-eme mkpọtụ\",\n    \"lobing\": \"lobb\",\n    \"lobiped\": \"okirikiri\",\n    \"lobolos\": \"Lobolos\",\n    \"lobosa\": \"Lobosa\",\n    \"lobose\": \"Lobose\",\n    \"lobotomies\": \"Lobotomies\",\n    \"lobotomizing\": \"na-ekpo ọkụ\",\n    \"lobscourse\": \"N'ezie lobs\",\n    \"lobscouse\": \"ụlọ ọrụ\",\n    \"lobscouser\": \"ime ụlọ\",\n    \"lobsided\": \"okirikiri\",\n    \"lobster\": \"oporo\",\n    \"lobstering\": \"na-eme mkpọtụ\",\n    \"lobsterish\": \"ogbe\",\n    \"lobsterlike\": \"lobster dị ka\",\n    \"lobsterman\": \"onyekachi\",\n    \"lobsterproof\": \"akaebe lobster\",\n    \"lobsticks\": \"osisi lobsti\",\n    \"lobtail\": \"Lobtail\",\n    \"lobular\": \"okirikiri\",\n    \"lobularly\": \"okirikiri\",\n    \"lobulate\": \"okpokoro\",\n    \"lobulated\": \"okpokoro\",\n    \"loc\": \"ebe\",\n    \"loca\": \"mpaghara\",\n    \"locable\": \"enwere ike ịchọta ya\",\n    \"local\": \"mpaghara\",\n    \"locale\": \"mpaghara\",\n    \"localed\": \"okulite\",\n    \"locales\": \"ógbè ógbè\",\n    \"localing\": \"obodo\",\n    \"localisation\": \"akụkụ\",\n    \"localise\": \"ịchọpụta\",\n    \"localised\": \"metụtara\",\n    \"localiser\": \"onye nwe obodo\",\n    \"localises\": \"obodo\",\n    \"localising\": \"obodo\",\n    \"localism\": \"ime obodo\",\n    \"localisms\": \"obodo\",\n    \"localist\": \"onye nwe obodo\",\n    \"localistic\": \"ime obodo\",\n    \"localists\": \"ndị nwe obodo\",\n    \"localites\": \"ndị obodo\",\n    \"locality\": \"obodo\",\n    \"localities\": \"obodo\",\n    \"localizable\": \"Obodo\",\n    \"localization\": \"akụkụ\",\n    \"localizations\": \"obodo\",\n    \"localize\": \"ịchọpụta\",\n    \"localized\": \"metụtara\",\n    \"localizer\": \"ihe nchịkwa\",\n    \"localizing\": \"n'ịchọpụta\",\n    \"localled\": \"mpaghara\",\n    \"locally\": \"ime obodo\",\n    \"localness\": \"ebe\",\n    \"locals\": \"ndị obodo\",\n    \"locanda\": \"mpaghara\",\n    \"locarnist\": \"onye nwe obodo\",\n    \"locarnize\": \"asụsụ igbo\",\n    \"locate\": \"chọta\",\n    \"located\": \"emi odude\",\n    \"locater\": \"nchọta\",\n    \"locaters\": \"ndị nwe obodo\",\n    \"locates\": \"chọta\",\n    \"locating\": \"ịchọta\",\n    \"locatio\": \"ebe\",\n    \"location\": \"ebe\",\n    \"locational\": \"obodo\",\n    \"locationally\": \"nọ n'ógbè\",\n    \"locations\": \"ebe\",\n    \"locative\": \"nchọpụta\",\n    \"locatives\": \"obodo\",\n    \"locator\": \"nchọta\",\n    \"locators\": \"ndị nwe obodo\",\n    \"locellate\": \"mkpochapu\",\n    \"lochan\": \"obodo\",\n    \"lochetic\": \"Lochetic\",\n    \"lochy\": \"mkpọchi\",\n    \"lochometritis\": \"ọgwụgwọ ọrịa ogbe\",\n    \"lochus\": \"igurube\",\n    \"lociation\": \"ebe\",\n    \"lock\": \"mkpọchi\",\n    \"lockable\": \"agbachi\",\n    \"lockage\": \"mkpọchi\",\n    \"lockages\": \"mkpọchi\",\n    \"lockatong\": \"mkpọchi\",\n    \"lockbox\": \"mkpọchi\",\n    \"lockboxes\": \"igbe mkpọchi\",\n    \"locked\": \"akpọchi\",\n    \"locker\": \"mkpọchi\",\n    \"lockerman\": \"mkpuchi\",\n    \"lockermen\": \"ndị mkpuchi\",\n    \"lockers\": \"igbe\",\n    \"locket\": \"mkpọchi\",\n    \"lockfast\": \"mkpọchi\",\n    \"lockful\": \"mkpọchi\",\n    \"lockhole\": \"mkpọchi\",\n    \"lockian\": \"Ochuru\",\n    \"lockianism\": \"mkpọchi\",\n    \"lockyer\": \"mkpọchi\",\n    \"locking\": \"akpọchi\",\n    \"lockings\": \"mkpọchi\",\n    \"lockjaw\": \"mkpọchi\",\n    \"lockjaws\": \"mkpọchi\",\n    \"lockless\": \"mkpọchi\",\n    \"locklet\": \"mkpọchi\",\n    \"lockmaker\": \"mkpọchi\",\n    \"lockmaking\": \"mkpọchi\",\n    \"lockman\": \"mkpọchi\",\n    \"locknut\": \"mkpọchi\",\n    \"locknuts\": \"mkpọchi\",\n    \"lockout\": \"mkpọchi\",\n    \"lockouts\": \"mkpọchi\",\n    \"lockpin\": \"mkpọchi\",\n    \"lockport\": \"mkpọchi\",\n    \"lockram\": \"mkpọchi\",\n    \"lockrams\": \"mkpọchi\",\n    \"lockrum\": \"mkpọchi\",\n    \"locks\": \"akpọchi\",\n    \"locksman\": \"mkpọchi\",\n    \"locksmith\": \"Ulo olu\",\n    \"locksmithery\": \"mkpọchi\",\n    \"locksmithing\": \"Udodi\",\n    \"locksmiths\": \"mkpọchi\",\n    \"lockspit\": \"mkpọchi\",\n    \"lockstep\": \"mkpọchi\",\n    \"locksteps\": \"mkpọchi\",\n    \"lockstitch\": \"mkpọchi\",\n    \"lockup\": \"mkpọchi\",\n    \"lockups\": \"mkpọchi\",\n    \"lockwork\": \"mkpọchi\",\n    \"locn\": \"chọta\",\n    \"loco\": \"ụlọ\",\n    \"locodescriptive\": \"nsụgharị\",\n    \"locoed\": \"okpokoro\",\n    \"locoes\": \"uwe ojii\",\n    \"locofoco\": \"Locofoco\",\n    \"locofocoism\": \"Locofocoism\",\n    \"locofocos\": \"Locofocos\",\n    \"locoing\": \"agba\",\n    \"locoism\": \"ihe omuma\",\n    \"locoisms\": \"ihe eji eme ihe\",\n    \"locomoted\": \"akọrọ\",\n    \"locomoting\": \"mkpọtụ\",\n    \"locomotion\": \"mkpọtụ\",\n    \"locomotivemen\": \"ndị locomotivemen\",\n    \"locomotiveness\": \"ogwe aka\",\n    \"locomotivity\": \"locomotivity na-arụ ọrụ\",\n    \"locomutation\": \"akụrụngwa\",\n    \"locos\": \"okpokoro\",\n    \"locoweeds\": \"obodo\",\n    \"locrian\": \"obodo\",\n    \"locrine\": \"mpaghara\",\n    \"loculament\": \"obodo\",\n    \"loculamentose\": \"obodo\",\n    \"loculamentous\": \"obodo\",\n    \"locular\": \"obodo\",\n    \"loculate\": \"chọta ebe\",\n    \"loculated\": \"nchọ\",\n    \"loculation\": \"ebe\",\n    \"locule\": \"Obodo\",\n    \"loculed\": \"obodo\",\n    \"locules\": \"mpaghara\",\n    \"loculi\": \"obodo\",\n    \"loculicidal\": \"obodo\",\n    \"loculicidally\": \"obodo\",\n    \"loculose\": \"Obodo\",\n    \"loculous\": \"pupọ\",\n    \"loculus\": \"obodo\",\n    \"locum\": \"mpaghara\",\n    \"locums\": \"mpaghara\",\n    \"locuplete\": \"obodo\",\n    \"locus\": \"igurube\",\n    \"locust\": \"igurube\",\n    \"locusta\": \"igurube\",\n    \"locustae\": \"igurube\",\n    \"locustal\": \"igurube\",\n    \"locustberry\": \"igurube\",\n    \"locustelle\": \"ogwugwu\",\n    \"locustid\": \"igurube\",\n    \"locustidae\": \"ogwugwo\",\n    \"locusting\": \"igurube\",\n    \"locustlike\": \"igurube\",\n    \"locusts\": \"igurube\",\n    \"locution\": \"ebe\",\n    \"locutionary\": \"mgbapụta\",\n    \"locutions\": \"ebe\",\n    \"locutor\": \"onye nchịkwa\",\n    \"locutory\": \"choo\",\n    \"locutoria\": \"obodo\",\n    \"locutories\": \"ogugu\",\n    \"locutorium\": \"ichikota\",\n    \"locutorship\": \"ọrụ\",\n    \"locuttoria\": \"obodooka\",\n    \"lod\": \"ezumike\",\n    \"loddigesia\": \"Udochi\",\n    \"lodemanage\": \"Lodemanage\",\n    \"loden\": \"Loden\",\n    \"lodens\": \"ndozi\",\n    \"lodesman\": \"onye ọrụ ala\",\n    \"lodesmen\": \"ndị ọrụ ala\",\n    \"lodestar\": \"ezumike\",\n    \"lodestone\": \"ndaba\",\n    \"lodestuff\": \"ezumike\",\n    \"lodge\": \"zoo\",\n    \"lodgeable\": \"N'ebe a\",\n    \"lodged\": \"anọrọ\",\n    \"lodgeful\": \"na-arahụ ụra\",\n    \"lodgeman\": \"onye nzuzu\",\n    \"lodgement\": \"ezumike\",\n    \"lodgements\": \"ụlọ obibi\",\n    \"lodgepole\": \"ndota\",\n    \"lodger\": \"ime ụlọ\",\n    \"lodgerdom\": \"ụlọ obibi\",\n    \"lodgers\": \"ndị ọbịa\",\n    \"lodges\": \"ezumike\",\n    \"lodging\": \"ezumike\",\n    \"lodginghouse\": \"ụlọ obibi\",\n    \"lodgings\": \"ebe obibi\",\n    \"lodgment\": \"ebe obibi\",\n    \"lodgments\": \"ezumike\",\n    \"lodicule\": \"ezumike\",\n    \"lodur\": \"obibi\",\n    \"loegria\": \"Loegria\",\n    \"loeing\": \"ịnyịnya ibu\",\n    \"loellingite\": \"ekwurekwu\",\n    \"loess\": \"kwụsị\",\n    \"loesses\": \"loess\",\n    \"loessial\": \"okpokoro\",\n    \"lofstelle\": \"Lofstelle\",\n    \"loft\": \"elu ụlọ\",\n    \"lofted\": \"dekọtara\",\n    \"lofters\": \"elu ụlọ\",\n    \"lofty\": \"dị elu\",\n    \"loftier\": \"dị elu\",\n    \"loftiest\": \"kasị elu\",\n    \"loftily\": \"dị elu\",\n    \"loftiness\": \"ịdị elu\",\n    \"lofting\": \"n'elu ụlọ\",\n    \"loftless\": \"na-enweghị elu\",\n    \"loftmen\": \"ndị nọ n'elu\",\n    \"lofts\": \"ụlọ elu ụlọ\",\n    \"loftsman\": \"onye omenkà\",\n    \"loftsmen\": \"ndị omenaala\",\n    \"log\": \"ndekọ\",\n    \"loganberry\": \"loganberị\",\n    \"logarithmical\": \"ihe oriri\",\n    \"loggats\": \"osisi loggats\",\n    \"logged\": \"wee banye\",\n    \"logger\": \"onye na-egbu osisi\",\n    \"loggerheaded\": \"loggerheads\",\n    \"loggers\": \"ndị na-akụ osisi\",\n    \"logget\": \"onye na-egbu osisi\",\n    \"loggets\": \"ndị na-akụ osisi\",\n    \"loggin\": \"osisi\",\n    \"logginess\": \"mkpọtụ\",\n    \"logging\": \"osisi\",\n    \"loggings\": \"osisi\",\n    \"loggish\": \"loggie\",\n    \"loghead\": \"isi\",\n    \"logheaded\": \"isi\",\n    \"logic\": \"mgbagha\",\n    \"logical\": \"ezi uche\",\n    \"logicalist\": \"onye maara ihe\",\n    \"logicality\": \"ezi uche\",\n    \"logicalization\": \"mgbagha\",\n    \"logicalize\": \"gbagharịa\",\n    \"logically\": \"n'ụzọ ezi uche dị na ya\",\n    \"logicalness\": \"ezi uche\",\n    \"logicaster\": \"onye na-eme mgbagha\",\n    \"logician\": \"onye maara ihe\",\n    \"logicianer\": \"onye maara ihe\",\n    \"logicians\": \"ndị ọrụ nlezianya\",\n    \"logicise\": \"mgbagha\",\n    \"logicised\": \"echegburu\",\n    \"logicises\": \"mgbagha\",\n    \"logicising\": \"mgbagha\",\n    \"logicism\": \"mgbagha\",\n    \"logicist\": \"onye mgbagha\",\n    \"logicity\": \"ezi uche\",\n    \"logicize\": \"chegharịa\",\n    \"logicized\": \"echegburu\",\n    \"logicizes\": \"na-agbagha\",\n    \"logicizing\": \"mgbagha\",\n    \"logicless\": \"enweghị uche\",\n    \"logics\": \"ngwa ngwa\",\n    \"logiest\": \"kasị elu\",\n    \"logily\": \"n'ụzọ ezi uche\",\n    \"login\": \"banye\",\n    \"loginess\": \"ezi uche\",\n    \"loginesses\": \"nkwenye\",\n    \"logins\": \"abanye\",\n    \"logion\": \"banye\",\n    \"logions\": \"abanye\",\n    \"logis\": \"akara\",\n    \"logistical\": \"logistic\",\n    \"logistically\": \"n'ụzọ ezi uche dị na ya\",\n    \"logistician\": \"logistic\",\n    \"logisticians\": \"ndị ọrụ logist\",\n    \"logistics\": \"lọjistik\",\n    \"loglike\": \"yiri\",\n    \"logman\": \"onye na-ede ihe\",\n    \"lognormally\": \"lognormal\",\n    \"logocracy\": \"njirimara\",\n    \"logoes\": \"akara\",\n    \"logoff\": \"pụọ\",\n    \"logograms\": \"Akara ngosi\",\n    \"logograph\": \"Akara ngosi\",\n    \"logographer\": \"onye na-ede akwụkwọ\",\n    \"logography\": \"ihe odide\",\n    \"logographical\": \"ọgraphụ\",\n    \"logographically\": \"n'egosi\",\n    \"logomach\": \"loomach\",\n    \"logomacher\": \"onye na -akpo ihe\",\n    \"logomaniac\": \"Uzoigwe\",\n    \"logopedic\": \"ogwugwo\",\n    \"logopedics\": \"ogwugwo\",\n    \"logorrhea\": \"oria\",\n    \"logorrheic\": \"ọrịa ọnya\",\n    \"logos\": \"akara\",\n    \"logothete\": \"ichoro\",\n    \"logout\": \"pụọ\",\n    \"logres\": \"osisi\",\n    \"logroll\": \"ndekọ\",\n    \"logrolled\": \"banye\",\n    \"logrolling\": \"ndekọ\",\n    \"logrolls\": \"ndekọ\",\n    \"logs\": \"ọdekọ\",\n    \"logship\": \"ndekọ\",\n    \"lohock\": \"mkpọchi\",\n    \"loyal\": \"iguzosi ike\",\n    \"loyaler\": \"biya\",\n    \"loyalest\": \"kacha njọ\",\n    \"loyalism\": \"iguzosi ike n'ihe\",\n    \"loyalisms\": \"iguzosi ike n'ihe\",\n    \"loyalist\": \"na-eguzosi ike n'ihe\",\n    \"loyalists\": \"ndị na-eguzosi ike n'ihe\",\n    \"loyally\": \"iguzosi ike n'ihe\",\n    \"loyalness\": \"iguzosi ike n'ihe\",\n    \"loyalty\": \"iguzosi ike n'ihe\",\n    \"loyalties\": \"iguzosi ike n'ihe\",\n    \"loyd\": \"Loyd\",\n    \"loimography\": \"ihe ngosi\",\n    \"loimology\": \"ihe omimi\",\n    \"loincloth\": \"akwa mkpuchi\",\n    \"loinclothes\": \"akwa akwa\",\n    \"loincloths\": \"akwa mkpuchi\",\n    \"loinguard\": \"loginard\",\n    \"loins\": \"úkwù\",\n    \"loyolism\": \"Loyolism\",\n    \"loyolite\": \"Loyolite\",\n    \"loiter\": \"dị ala\",\n    \"loitering\": \"na-agbagharị\",\n    \"loiteringly\": \"ji ume ọkụ ala\",\n    \"loiteringness\": \"ịdị ọcha\",\n    \"loke\": \"n'elu\",\n    \"loket\": \"akpa akwa\",\n    \"lokshen\": \"Lokshen\",\n    \"loli\": \"lolị\",\n    \"lollapaloosa\": \"lollapalooza\",\n    \"lolled\": \"loll\",\n    \"lollygagged\": \"okpokoro\",\n    \"lollygagging\": \"na-agbagha\",\n    \"lolling\": \"Lolling\",\n    \"lollingite\": \"Lollingite\",\n    \"lollingly\": \"lollll\",\n    \"lollipop\": \"lolịlị\",\n    \"lollipops\": \"lolịlị\",\n    \"lollypops\": \"lolịlị\",\n    \"lolloped\": \"lollop\",\n    \"lollopy\": \"lollop\",\n    \"lollops\": \"lolịlị\",\n    \"lomastome\": \"dị egwu\",\n    \"lombardic\": \"okpokoro\",\n    \"lombrosian\": \"okpokoro\",\n    \"loment\": \"ude\",\n    \"loments\": \"oge\",\n    \"lomentum\": \"ọkụ\",\n    \"lomentums\": \"ọkụ\",\n    \"lonchocarpus\": \"owuegwu\",\n    \"londinensian\": \"Londinensian\",\n    \"londoners\": \"ndi ozo\",\n    \"londonesque\": \"Londonesque\",\n    \"londony\": \"london\",\n    \"londonian\": \"Londonian\",\n    \"londonization\": \"lendonization\",\n    \"londres\": \"ọmarịcha\",\n    \"lone\": \"owu\",\n    \"loneful\": \"owu\",\n    \"lonely\": \"owu\",\n    \"lonelier\": \"owu owu\",\n    \"loneliest\": \"owu na-ama\",\n    \"lonelihood\": \"owu na-ama\",\n    \"lonelily\": \"owu ọmụma\",\n    \"loneliness\": \"owu ọmụma\",\n    \"loneness\": \"owu ọmụma\",\n    \"loner\": \"onye naanị ya\",\n    \"loners\": \"ndị bi naanị\",\n    \"lonesome\": \"owu ọmụma\",\n    \"lonesomely\": \"naanị otu\",\n    \"lonesomeness\": \"ịdị ọcha\",\n    \"long\": \"ogologo\",\n    \"longa\": \"ogologo\",\n    \"longacre\": \"ogologo\",\n    \"longan\": \"ogologo\",\n    \"longanamous\": \"ogologo oge\",\n    \"longanimity\": \"ogologo oge\",\n    \"longanimities\": \"ogologo oge\",\n    \"longanimous\": \"Ogologo oge\",\n    \"longans\": \"Ogologo oge\",\n    \"longaville\": \"Loganville\",\n    \"longbeak\": \"ogologo onu okuko\",\n    \"longbeard\": \"ogologo ajị agba\",\n    \"longbill\": \"ogologo oge\",\n    \"longboat\": \"ụgbọ mmiri ogologo\",\n    \"longboats\": \"ụgbọ mmiri ogologo\",\n    \"longbow\": \"okwesiri aka\",\n    \"longbowman\": \"Onyekwere\",\n    \"longbows\": \"Ogologo\",\n    \"longcloth\": \"uwe ogologo\",\n    \"longe\": \"ogologo oge\",\n    \"longear\": \"ogologo oge\",\n    \"longed\": \"agụụ\",\n    \"longeing\": \"na-adị ogologo oge\",\n    \"longer\": \"toro ogologo\",\n    \"longerons\": \"ogologo oge\",\n    \"longers\": \"nke kachasị ogologo\",\n    \"longes\": \"nke kachasị ogologo\",\n    \"longest\": \"nke kachasị ogologo\",\n    \"longeval\": \"Ogologo oge\",\n    \"longeve\": \"ogologo oge\",\n    \"longevity\": \"ogologo oge\",\n    \"longevities\": \"ogologo oge\",\n    \"longevous\": \"ogologo oge\",\n    \"longful\": \"to ogologo\",\n    \"longhair\": \"ogologohair\",\n    \"longhaired\": \"ogologo ogologo\",\n    \"longhairs\": \"ogologo\",\n    \"longhand\": \"ogologo\",\n    \"longhands\": \"ogologo\",\n    \"longhead\": \"isi ogologo\",\n    \"longheaded\": \"isi ogologo\",\n    \"longheadedness\": \"isi ogologo oge\",\n    \"longhorn\": \"ogologo\",\n    \"longhorns\": \"ogologo\",\n    \"longhouse\": \"ụlọ ogologo\",\n    \"longicone\": \"Longicone\",\n    \"longicorn\": \"Ugochi\",\n    \"longicornia\": \"Ugwueke\",\n    \"longies\": \"ogologo oge\",\n    \"longilateral\": \"ogologo\",\n    \"longilingual\": \"Ogologo asụsụ\",\n    \"longiloquence\": \"ogologo oge\",\n    \"longiloquent\": \"ogologo oge\",\n    \"longimanous\": \"ogologo\",\n    \"longimetry\": \"ogologo oge\",\n    \"longimetric\": \"ogologo\",\n    \"longing\": \"agụụ\",\n    \"longingly\": \"na-atụsi anya ike\",\n    \"longingness\": \"agụụ ogologo\",\n    \"longings\": \"agụụ\",\n    \"longinian\": \"ogologo\",\n    \"longinquity\": \"Ogologo oge\",\n    \"longipennate\": \"Longipennate\",\n    \"longipennine\": \"Ugochukwu\",\n    \"longirostral\": \"ogologo\",\n    \"longirostrate\": \"ogologo\",\n    \"longirostrine\": \"Ogologo\",\n    \"longirostrines\": \"ogologo ụlọ\",\n    \"longisection\": \"akụkụ ogologo\",\n    \"longish\": \"ogologo\",\n    \"longitudes\": \"ịdị ogologo\",\n    \"longitudianl\": \"longitudinal\",\n    \"longitudinally\": \"ogologo oge\",\n    \"longjaw\": \"Longjaw\",\n    \"longjaws\": \"ogologo\",\n    \"longleaves\": \"ogologo ọkịrịka\",\n    \"longleg\": \"Ogologo\",\n    \"longlegs\": \"Ogologo ogologo\",\n    \"longly\": \"ogologo oge\",\n    \"longlick\": \"Ogochukwu\",\n    \"longline\": \"ogologo\",\n    \"longliner\": \"ogologo\",\n    \"longlinerman\": \"Ugochukwu\",\n    \"longlinermen\": \"Ogochukwu\",\n    \"longlines\": \"ogologo\",\n    \"longmouthed\": \"kpoo ogologo\",\n    \"longneck\": \"Udochi\",\n    \"longness\": \"ogologo oge\",\n    \"longnesses\": \"Ogologo\",\n    \"longnose\": \"ogologo\",\n    \"longobardian\": \"longobardi\",\n    \"longobardic\": \"longobardi\",\n    \"longroot\": \"ụgbọ mmiri ogologo\",\n    \"longrun\": \"ogologo oge\",\n    \"longs\": \"chọsie ike\",\n    \"longshanks\": \"Ugochukwu\",\n    \"longship\": \"Ogologo\",\n    \"longships\": \"ogologo\",\n    \"longshore\": \"ogologo mmiri\",\n    \"longshoreman\": \"Ogologo\",\n    \"longshoremen\": \"Ogologo\",\n    \"longshoring\": \"ogologo oge\",\n    \"longshot\": \"ogologo oge\",\n    \"longshucks\": \"Ugochukwu\",\n    \"longsighted\": \"anya ha dum\",\n    \"longsightedness\": \"ọhụhụ ụzọ dị ogologo\",\n    \"longsleever\": \"Ogologo oge\",\n    \"longsome\": \"too ogologo\",\n    \"longsomely\": \"ogologo oge\",\n    \"longsomeness\": \"ogologo oge\",\n    \"longspun\": \"Ugochukwu\",\n    \"longspur\": \"Ugboro abụọ\",\n    \"longspurs\": \"Ugwu\",\n    \"longstanding\": \"dị ogologo\",\n    \"longsuffering\": \"ogologo ntachi obi\",\n    \"longtail\": \"ogologo\",\n    \"longtime\": \"Otee aka\",\n    \"longtimer\": \"ogologo oge\",\n    \"longue\": \"ogologo\",\n    \"longues\": \"Ogologo\",\n    \"longueur\": \"ogologo\",\n    \"longueurs\": \"ogologo\",\n    \"longulite\": \"ogologo\",\n    \"longway\": \"ogologo oge\",\n    \"longways\": \"okporo ụzọ\",\n    \"longwall\": \"ogologo\",\n    \"longwise\": \"ogologo\",\n    \"longwood\": \"Longwood\",\n    \"longword\": \"ogologo okwu\",\n    \"longwork\": \"ogologo ọrụ\",\n    \"longwort\": \"Ogologo\",\n    \"longworth\": \"Ogologo\",\n    \"lonhyn\": \"londyn\",\n    \"lonicera\": \"owuwu\",\n    \"lonk\": \"njikọ\",\n    \"lonquhard\": \"Onwuchekwa\",\n    \"loob\": \"akaghị\",\n    \"loobyish\": \"Loobyish\",\n    \"loobily\": \"lobily\",\n    \"looch\": \"mkpọchi\",\n    \"lood\": \"Lood\",\n    \"looed\": \"agbachi\",\n    \"loofa\": \"loofah\",\n    \"loofas\": \"loofahs\",\n    \"looing\": \"na-achọ\",\n    \"look\": \"lee anya\",\n    \"lookahead\": \"lee anya n’ihu\",\n    \"lookdown\": \"mkpọchi\",\n    \"lookdowns\": \"Anya\",\n    \"looked\": \"anya\",\n    \"looker\": \"lookie\",\n    \"looky\": \"anya\",\n    \"looking\": \"na-achọ\",\n    \"lookout\": \"lebe anya\",\n    \"lookouts\": \"anya\",\n    \"looks\": \"anya\",\n    \"lookum\": \"anya\",\n    \"lookup\": \"lelie anya\",\n    \"lookups\": \"anya\",\n    \"loomery\": \"ihe nzuzu\",\n    \"loomfixer\": \"Loomfixer\",\n    \"looming\": \"na-achọsi\",\n    \"looms\": \"eji achọ ihe\",\n    \"loon\": \"ego\",\n    \"loonery\": \"Loonery\",\n    \"looniest\": \"kasị sie ike\",\n    \"looniness\": \"owu ọmụma\",\n    \"loons\": \"ego\",\n    \"loop\": \"akaghị\",\n    \"loopers\": \"looper\",\n    \"loopholed\": \"okirikiri\",\n    \"loopholing\": \"okirikiri\",\n    \"looping\": \"mkpọchi\",\n    \"looplet\": \"onyekwere\",\n    \"looplike\": \"mkpọchi\",\n    \"loord\": \"onye nwe\",\n    \"loory\": \"ibu ibu\",\n    \"loos\": \"omume rụrụ\",\n    \"loose\": \"omume rụrụ\",\n    \"loosebox\": \"rụrụ igbe\",\n    \"loosed\": \"tọpụ\",\n    \"looseleaf\": \"Nkechi\",\n    \"loosely\": \"atọrọ\",\n    \"loosemouthed\": \"tọpụ\",\n    \"loosen\": \"esighi ike\",\n    \"loosened\": \"tọpụ\",\n    \"loosener\": \"atọpụ\",\n    \"looseners\": \"atọpụ\",\n    \"looseness\": \"atọpụ\",\n    \"loosening\": \"atọpụ\",\n    \"loosens\": \"na-atọpụ\",\n    \"looser\": \"atọpụ\",\n    \"looses\": \"atọrọ\",\n    \"loosest\": \"agbasaghi\",\n    \"loosestrife\": \"Nkechi\",\n    \"loosing\": \"atọpụ\",\n    \"loosish\": \"atọpụ\",\n    \"loot\": \"Loot\",\n    \"looted\": \"Ezuru\",\n    \"looting\": \"na-apụnara mmadụ ihe\",\n    \"lootsman\": \"Lootsman\",\n    \"lootsmans\": \"Lootsmans\",\n    \"loper\": \"onye ekpenta\",\n    \"lopers\": \"ndị nwere akpụ\",\n    \"lopeskonce\": \"Lopeskonce\",\n    \"lopheavy\": \"ikechi\",\n    \"lophocercal\": \"na-eme mkpọtụ\",\n    \"lophophorine\": \"Lophophorine\",\n    \"lophortyx\": \"okpokoro\",\n    \"lophotrichic\": \"okpokoro\",\n    \"loping\": \"na-achọ ihe\",\n    \"lopped\": \"gbadoro\",\n    \"lopper\": \"osikapa\",\n    \"loppered\": \"gbadoro\",\n    \"loppering\": \"mkpọchi\",\n    \"loppiest\": \"kachasị\",\n    \"lopping\": \"agbapụ\",\n    \"lopseed\": \"kpochapụrụ\",\n    \"lopsided\": \"okirikiri\",\n    \"lopsidedly\": \"okirikiri\",\n    \"lopsidedness\": \"Ogologo\",\n    \"lopstick\": \"lipstick\",\n    \"lopsticks\": \"egbugbere ọnụ\",\n    \"loquacious\": \"ihe omimi\",\n    \"loquaciously\": \"ihe omimi\",\n    \"loquaciousness\": \"ịdị ọcha\",\n    \"loquacity\": \"ikike\",\n    \"loquence\": \"Ogologo oge\",\n    \"loquent\": \"dị ogologo\",\n    \"loquently\": \"loquilin\",\n    \"loral\": \"okirikiri\",\n    \"loranthaceous\": \"dị ogologo\",\n    \"lorate\": \"kpakpando\",\n    \"lord\": \"onye nwe\",\n    \"lorded\": \"ndi nwe\",\n    \"lordy\": \"lodi\",\n    \"lording\": \"Lodi\",\n    \"lordings\": \"ndị isi\",\n    \"lordless\": \"onyenweanyi\",\n    \"lordlet\": \"nna nwe\",\n    \"lordly\": \"onye nwe anyi\",\n    \"lordlier\": \"onyenwenu\",\n    \"lordliest\": \"onyenwenu\",\n    \"lordlike\": \"dị ka onyenwe\",\n    \"lordlily\": \"onyenwe anyi\",\n    \"lordliness\": \"onyenwenu\",\n    \"lordling\": \"nwe\",\n    \"lordlings\": \"ndi nwe anyi\",\n    \"lordolatry\": \"ịda iwu\",\n    \"lordoses\": \"ndiegwu\",\n    \"lordotic\": \"onyenwe\",\n    \"lords\": \"ndị nwenụ\",\n    \"lordship\": \"ịbụ onyenwenụ\",\n    \"lordships\": \"ndị isi\",\n    \"lordswike\": \"ndị nwenụ wike\",\n    \"lordwood\": \"ndi nwem\",\n    \"lore\": \"ogha n’iru\",\n    \"lored\": \"agbụrụ\",\n    \"loreless\": \"Ike\",\n    \"lorenzan\": \"zuru ezu\",\n    \"lores\": \"ogwe aka\",\n    \"lorettoite\": \"Lorettoite\",\n    \"lorgnette\": \"ụda olu\",\n    \"lorgnettes\": \"ụda olu\",\n    \"lorgnon\": \"ụda mmiri\",\n    \"lorgnons\": \"ụda mmiri\",\n    \"loricarian\": \"dịịrị ndị ọzọ\",\n    \"loricating\": \"na-emekọ ihe\",\n    \"lorilet\": \"Lorilet\",\n    \"loriner\": \"lorimer\",\n    \"loriners\": \"lorimers\",\n    \"loring\": \"agba agba\",\n    \"lorises\": \"nlekọta\",\n    \"lorisiform\": \"ụdị loris\",\n    \"lornness\": \"ibu\",\n    \"lornnesses\": \"ụda olu\",\n    \"loro\": \"Loro\",\n    \"loros\": \"Loros\",\n    \"lorrainese\": \"okpokoro\",\n    \"lorry\": \"gwongworo\",\n    \"lorries\": \"gwongworo\",\n    \"losable\": \"na-efu\",\n    \"losableness\": \"enweghi ike\",\n    \"lose\": \"ida\",\n    \"losels\": \"lolis\",\n    \"losenger\": \"onye na-efu efu\",\n    \"loser\": \"onye emeriri\",\n    \"losers\": \"ndị emeriri\",\n    \"loses\": \"na-efu\",\n    \"losing\": \"na-efu\",\n    \"losingly\": \"na-efu efu\",\n    \"losings\": \"ọnwụ\",\n    \"loss\": \"mfu\",\n    \"lossenite\": \"ọnwụ\",\n    \"losser\": \"Etufue\",\n    \"losses\": \"ọghọm\",\n    \"lossful\": \"na-efunahụ\",\n    \"lossy\": \"efuo\",\n    \"lossiest\": \"adighi ike\",\n    \"lossless\": \"enweghị m\",\n    \"lossproof\": \"enweghị ihe na-efu\",\n    \"lost\": \"furu efu\",\n    \"lostling\": \"na-efu\",\n    \"lostness\": \"ifunanya\",\n    \"lostnesses\": \"ọghọm\",\n    \"lot\": \"otutu\",\n    \"lotan\": \"otutu\",\n    \"lotas\": \"lọta\",\n    \"lotase\": \"lọtrị\",\n    \"lotharingian\": \"Onyekwere\",\n    \"lothario\": \"otutu\",\n    \"lotharios\": \"otutu\",\n    \"lothly\": \"lothly juru\",\n    \"lothsome\": \"jọgburu onwe ya\",\n    \"lotic\": \"igodo\",\n    \"lotion\": \"ude mmiri\",\n    \"lotment\": \"otutu\",\n    \"loto\": \"Loto\",\n    \"lotong\": \"otutu\",\n    \"lotor\": \"otutu\",\n    \"lotrite\": \"otutu\",\n    \"lots\": \"nza\",\n    \"lotta\": \"otutu\",\n    \"lotte\": \"otutu\",\n    \"lotted\": \"otutu\",\n    \"lotter\": \"otutu\",\n    \"lottery\": \"lọtrị\",\n    \"lotteries\": \"lọtrị\",\n    \"lottie\": \"otutu\",\n    \"lotting\": \"otutu\",\n    \"lottos\": \"lotto\",\n    \"lotuses\": \"lọtrị\",\n    \"lotuslike\": \"Ukwuu\",\n    \"louch\": \"Louch\",\n    \"loud\": \"n’olu dara ụda\",\n    \"louden\": \"gbasie ike\",\n    \"loudened\": \"kwusiri ike\",\n    \"loudening\": \"na-ada ụda\",\n    \"loudens\": \"na-ada ụda\",\n    \"louder\": \"kwusiwanye ike\",\n    \"loudering\": \"na-ada ụda\",\n    \"loudest\": \"sie ike\",\n    \"loudish\": \"na-eme mkpọtụ\",\n    \"loudishness\": \"mkpọtụ\",\n    \"loudly\": \"n’olu dara ụda\",\n    \"loudlier\": \"dasikwuo ike\",\n    \"loudliest\": \"kasị sie ike\",\n    \"loudmouth\": \"mkpọtụ\",\n    \"loudmouthed\": \"na-ada ụda\",\n    \"loudmouths\": \"mkpọtụ\",\n    \"loudness\": \"n'oké olu\",\n    \"loudnesses\": \"na-ada ụda\",\n    \"loudspeak\": \"n'okwu olu\",\n    \"loudspeaker\": \"nkwuputa ụda\",\n    \"loudspeakers\": \"igwe okwu\",\n    \"loudspeaking\": \"na-ekwu okwu\",\n    \"lough\": \"Lough\",\n    \"louiqa\": \"louisa\",\n    \"louise\": \"louisa\",\n    \"louisianan\": \"louisiana\",\n    \"louisianans\": \"ndị louisia\",\n    \"louisianian\": \"louisiania\",\n    \"louisville\": \"Louisville\",\n    \"lounder\": \"kwakọrọ ihe\",\n    \"lounderer\": \"onye nkwusa\",\n    \"lounge\": \"ezumike\",\n    \"lounger\": \"ezumike\",\n    \"loungers\": \"ezumike\",\n    \"lounges\": \"ezumike\",\n    \"lounging\": \"ezumike\",\n    \"loungingly\": \"na-achọgharị\",\n    \"louping\": \"okpokoro\",\n    \"lourd\": \"okwute\",\n    \"loured\": \"hụrụ n'anya\",\n    \"loury\": \"iji ụgwọ\",\n    \"louring\": \"na-achọ ihe\",\n    \"louringly\": \"jiri nwayọ\",\n    \"louringness\": \"ogologo oge\",\n    \"louse\": \"igwu\",\n    \"loused\": \"ezumike\",\n    \"louses\": \"igwu\",\n    \"lousiest\": \"kasị ike\",\n    \"lousiness\": \"izu ezu\",\n    \"lousing\": \"ikpori\",\n    \"louster\": \"lọọta\",\n    \"lout\": \"lọọta\",\n    \"louted\": \"lọọta\",\n    \"louter\": \"lọọta\",\n    \"louty\": \"oruru\",\n    \"louting\": \"ekwenti\",\n    \"loutish\": \"dị ukwuu\",\n    \"loutishly\": \"n'olu efu\",\n    \"loutishness\": \"ịdị ọcha\",\n    \"louts\": \"ala\",\n    \"louver\": \"hụrụ n'anya\",\n    \"louvered\": \"hụrụ n'anya\",\n    \"louvering\": \"na-ahụ n'anya\",\n    \"louvers\": \"ihe oriri\",\n    \"louvred\": \"hụrụ n'anya\",\n    \"lovable\": \"na-akpali ịhụnanya\",\n    \"lovableness\": \"ịhụnanya\",\n    \"lovably\": \"lov hụrụ n'anya\",\n    \"lovanenty\": \"Ikwukwu\",\n    \"love\": \"ịhụnanya\",\n    \"loveability\": \"ịhụnanya\",\n    \"loveable\": \"ịhụnanya\",\n    \"loveableness\": \"ịhụnanya\",\n    \"loveably\": \"ima\",\n    \"lovebird\": \"ịhụnanya nnụnụ\",\n    \"lovebirds\": \"nnụnụ lovebirds\",\n    \"loved\": \"hụrụ n'anya\",\n    \"loveday\": \"ụbọchị ịhụnanya\",\n    \"lovee\": \"ịhụnanya\",\n    \"loveflower\": \"ohia\",\n    \"loveful\": \"ịhụnanya\",\n    \"lovegrass\": \"ima ima\",\n    \"lovehood\": \"ịhụnanya\",\n    \"lovey\": \"Ihunanya\",\n    \"lovelass\": \"ọmarịcha\",\n    \"loveless\": \"enweghị ịhụnanya\",\n    \"lovelessly\": \"ịhụnanya\",\n    \"lovelessness\": \"enweghị ịhụnanya\",\n    \"lovely\": \"mara mma\",\n    \"lovelier\": \"ọ hụrụ n'anya\",\n    \"lovelies\": \"ịhụnanya\",\n    \"loveliest\": \"ịhụnanya\",\n    \"lovelihead\": \"Ihunanya\",\n    \"lovelily\": \"ima ima\",\n    \"loveliness\": \"ima\",\n    \"loveling\": \"na-ahụ n'anya\",\n    \"lovelorn\": \"ihunanya\",\n    \"lovelornness\": \"ima ima\",\n    \"lovemaking\": \"ima ima\",\n    \"loveman\": \"onye huru n'anya\",\n    \"lovemans\": \"ndị hụrụ n'anya\",\n    \"lovemate\": \"onye m huru n'anya\",\n    \"lovemonger\": \"Onyeoma\",\n    \"lovepot\": \"iko mmiri\",\n    \"loveproof\": \"ịhụnanya\",\n    \"lover\": \"onye hụrụ n'anya\",\n    \"loverdom\": \"ima\",\n    \"lovered\": \"hụrụ n'anya\",\n    \"loverhood\": \"ịhụnanya\",\n    \"lovery\": \"ịhụ n'anya\",\n    \"lovering\": \"na-ahụ n'anya\",\n    \"loverless\": \"enweghị ịhụnanya\",\n    \"loverly\": \"ima\",\n    \"loverlike\": \"onye ima\",\n    \"loverliness\": \"ịhụnanya\",\n    \"lovers\": \"ndị hụrụ ha n'anya\",\n    \"lovership\": \"ịhụnanya\",\n    \"loverwise\": \"ima ima\",\n    \"loves\": \"hụrụ n'anya\",\n    \"lovesick\": \"Ihunanya\",\n    \"lovesickness\": \"Ahụhụ\",\n    \"lovesome\": \"ima\",\n    \"lovesomely\": \"na-ahụ n'anya\",\n    \"lovesomeness\": \"ima ima\",\n    \"lovevines\": \"ịhụnanya\",\n    \"loveworth\": \"ihe ima\",\n    \"loveworthy\": \"na-ahụ n'anya\",\n    \"lovier\": \"dị mfe\",\n    \"loving\": \"na-ahụ n'anya\",\n    \"lovingkindness\": \"ebere\",\n    \"lovingly\": \"n'ịhụnanya\",\n    \"lovingness\": \"ịhụnanya\",\n    \"low\": \"dị ala\",\n    \"lowable\": \"dị ala\",\n    \"lowance\": \"ebunye\",\n    \"lowball\": \"bọl\",\n    \"lowbell\": \"gbadata\",\n    \"lowboy\": \"nwa nwoke\",\n    \"lowboys\": \"umuaka\",\n    \"lowborn\": \"gbadata\",\n    \"lowbred\": \"dị ala\",\n    \"lowbrow\": \"obere ugwu\",\n    \"lowbrows\": \"agbada\",\n    \"lowder\": \"dị ala\",\n    \"lowdown\": \"nkwụsị\",\n    \"lowdowns\": \"Ndidi\",\n    \"lowed\": \"na-agbada\",\n    \"loweite\": \"na-agbada\",\n    \"lowell\": \"izu ike\",\n    \"lower\": \"ala\",\n    \"lowerable\": \"lewerable\",\n    \"lowercase\": \"obere ihe\",\n    \"lowerclassman\": \"ndị isi ala\",\n    \"lowerclassmen\": \"ndị isi ala\",\n    \"lowered\": \"wedata\",\n    \"lowerer\": \"na-agbada\",\n    \"lowery\": \"Okpuru\",\n    \"lowering\": \"agbada\",\n    \"loweringly\": \"iweda\",\n    \"loweringness\": \"iweda\",\n    \"lowermost\": \"kasị ala\",\n    \"lowes\": \"na-agbada\",\n    \"lowest\": \"nke kasị ala\",\n    \"lowy\": \"dị ala\",\n    \"lowigite\": \"dị ala\",\n    \"lowing\": \"na-agbadata\",\n    \"lowings\": \"na-agbada\",\n    \"lowish\": \"wedata\",\n    \"lowishly\": \"dị ala\",\n    \"lowishness\": \"ịdị ala\",\n    \"lowland\": \"ala ndagwurugwu\",\n    \"lowlander\": \"ala ala\",\n    \"lowlanders\": \"ndị na-ajụ oyi\",\n    \"lowlands\": \"ndagwurugwu\",\n    \"lowly\": \"dị ala\",\n    \"lowlier\": \"dị ala\",\n    \"lowliest\": \"kasị ala\",\n    \"lowlife\": \"obere ndụ\",\n    \"lowlifer\": \"gbadata\",\n    \"lowlifes\": \"gwuru\",\n    \"lowlihead\": \"isi\",\n    \"lowlihood\": \"dị ala\",\n    \"lowlily\": \"gbadata\",\n    \"lowliness\": \"ịdị umeala n'obi\",\n    \"lowman\": \"onye di ala\",\n    \"lowmen\": \"ndi ekpemekpe\",\n    \"lowmost\": \"kasị ala\",\n    \"lowness\": \"ịdị ala\",\n    \"lownesses\": \"ndị dị ala\",\n    \"lownly\": \"owu\",\n    \"lowry\": \"wedata\",\n    \"lowrie\": \"wedata\",\n    \"lowse\": \"lows\",\n    \"lowsed\": \"gbadaa\",\n    \"lowser\": \"Lowser\",\n    \"lowsest\": \"kasị ala\",\n    \"lowsing\": \"mkpọda\",\n    \"lowth\": \"nke dị ala\",\n    \"lowville\": \"Lowville\",\n    \"lox\": \"Lox\",\n    \"loxed\": \"kpokọtara\",\n    \"loxic\": \"okooko\",\n    \"loxing\": \"okomoko\",\n    \"loxoclase\": \"Loxoclase\",\n    \"loxodograph\": \"Loxodograph\",\n    \"loxodont\": \"Loxodont\",\n    \"loxodrome\": \"Loxodrome\",\n    \"loxodromy\": \"Loxodromy\",\n    \"loxodromic\": \"Loxodromic\",\n    \"lozenged\": \"agbachi\",\n    \"lozengy\": \"lozeni\",\n    \"lpm\": \"mgbede\",\n    \"lrecl\": \"Uchenna\",\n    \"lsc\": \"Onyeka\",\n    \"lubber\": \"mmanu\",\n    \"lubberly\": \"n'udo\",\n    \"lubberlike\": \"dị ka mmanụ aubụ\",\n    \"lubberliness\": \"mmanu\",\n    \"lubbers\": \"okpokoro\",\n    \"lubra\": \"Lubra\",\n    \"lubric\": \"mmanu\",\n    \"lubrical\": \"mmanu\",\n    \"lubricant\": \"mmanu\",\n    \"lubricants\": \"ndị na-ete mmanụ\",\n    \"lubricate\": \"iho mmanu\",\n    \"lubricated\": \"mmanu\",\n    \"lubricating\": \"na-ete mmanụ\",\n    \"lubrication\": \"mmanu\",\n    \"lubricational\": \"mmanu\",\n    \"lubricative\": \"mmanu\",\n    \"lubricator\": \"mmanu mmanu\",\n    \"lubricatory\": \"mmanu\",\n    \"lubricators\": \"ndị na-ete mmanụ\",\n    \"lubricious\": \"mmanu\",\n    \"lubriciously\": \"n'ilu\",\n    \"lubriciousness\": \"mmanu\",\n    \"lubricity\": \"mmanu\",\n    \"lubricities\": \"mmanu\",\n    \"lubricous\": \"mmanu\",\n    \"lubrifaction\": \"nhazi\",\n    \"lubrify\": \"iho mmanu\",\n    \"lubrification\": \"mmanu\",\n    \"lubritory\": \"mmanu\",\n    \"lubritorian\": \"onye mmanu\",\n    \"lucanid\": \"Obinna\",\n    \"lucarne\": \"Ugochukwu\",\n    \"lucarnes\": \"Ubuek\",\n    \"lucban\": \"Ukwuu\",\n    \"lucchese\": \"Ukachukwu\",\n    \"lucence\": \"ihunanya\",\n    \"lucency\": \"Ozizi\",\n    \"lucencies\": \"egwu\",\n    \"lucentio\": \"Uchenna\",\n    \"lucently\": \"lucent\",\n    \"lucern\": \"lucerne\",\n    \"lucernal\": \"lucerne\",\n    \"lucernarian\": \"lucernario\",\n    \"lucernes\": \"lucerne\",\n    \"lucerns\": \"lucerne\",\n    \"luces\": \"ego\",\n    \"lucidness\": \"ogbe\",\n    \"lucifee\": \"lucifa\",\n    \"lucifer\": \"lucifa\",\n    \"luciferian\": \"lucifaị\",\n    \"luciferidae\": \"luciferase\",\n    \"luciferoid\": \"lucifaị\",\n    \"luciferous\": \"okpokoro\",\n    \"luciferously\": \"-egha\",\n    \"luciferousness\": \"ndụ okirikiri\",\n    \"lucifers\": \"Udo Okpu\",\n    \"lucigen\": \"Ikwerre\",\n    \"lucilia\": \"Obinna\",\n    \"lucille\": \"okwa\",\n    \"lucimeter\": \"lucimita\",\n    \"lucinoid\": \"Ikwerre Emeka\",\n    \"lucivee\": \"nnweta\",\n    \"luck\": \"chioma\",\n    \"lucked\": \"adaba\",\n    \"lucken\": \"chioma\",\n    \"luckful\": \"kechioma\",\n    \"lucky\": \"kechioma\",\n    \"luckie\": \"chioma\",\n    \"luckier\": \"chioma\",\n    \"luckies\": \"chioma\",\n    \"luckiest\": \"kasị nwee obi ụtọ\",\n    \"luckily\": \"chioma\",\n    \"luckiness\": \"chioma\",\n    \"lucking\": \"na-akụ\",\n    \"luckless\": \"kechioma\",\n    \"lucklessly\": \"chioma\",\n    \"lucklessness\": \"enweghị enweghị isi\",\n    \"luckly\": \"chioma\",\n    \"lucknow\": \"kwenye\",\n    \"lucks\": \"adighi\",\n    \"lucrative\": \"ego\",\n    \"lucratively\": \"ọrụ\",\n    \"lucrece\": \"Ukwuu\",\n    \"lucres\": \"Egwuregwu\",\n    \"lucretian\": \"Ukachukwu\",\n    \"lucretius\": \"Ukachukwu\",\n    \"lucriferous\": \"ihe na-atọ ụtọ\",\n    \"lucriferousness\": \"ọpụrụiche\",\n    \"lucrify\": \"Gbanye\",\n    \"lucrific\": \"Ọkpụkpọ\",\n    \"lucrous\": \"lucos\",\n    \"luctation\": \"Nnukwu\",\n    \"luctiferous\": \"na-enye obi ụtọ\",\n    \"luctiferousness\": \"ọmarịcha\",\n    \"lucubrated\": \"Okpondu\",\n    \"lucubrating\": \"na-enwusi ike\",\n    \"lucubration\": \"Ogbe lucubration\",\n    \"lucubrator\": \"ndiegwu\",\n    \"lucubratory\": \"Ogbe lucubratory\",\n    \"lucumia\": \"Ukachukwu\",\n    \"lucumo\": \"Uwa\",\n    \"lucumony\": \"akpụzi\",\n    \"lud\": \"ndiegwu\",\n    \"ludden\": \"Ludden\",\n    \"luddy\": \"afada\",\n    \"luddism\": \"udbọchị\",\n    \"luddite\": \"Omenala\",\n    \"ludditism\": \"udgba aghara\",\n    \"ludefisk\": \"ndiegwu\",\n    \"ludgate\": \"olulu\",\n    \"ludgathian\": \"Nwachukwu\",\n    \"ludgatian\": \"Ludgatian\",\n    \"ludibry\": \"akwụkwọ\",\n    \"ludibrious\": \"na-asụ asụsụ\",\n    \"ludicroserious\": \"ifeanyichukwu\",\n    \"ludicrosity\": \"ifeanyi\",\n    \"ludicrosities\": \"Omenala\",\n    \"ludicrosplenetic\": \"igirigi\",\n    \"ludicrous\": \"amụrụ\",\n    \"ludicrously\": \"jiri nwayọ\",\n    \"ludicrousness\": \"ifeanyi\",\n    \"ludlovian\": \"Asụsụ Ludlovian\",\n    \"ludlow\": \"Ludlow\",\n    \"ludolphian\": \"Ludolphian\",\n    \"ludwig\": \"Nkiruka\",\n    \"luetic\": \"okpu\",\n    \"luetics\": \"ịmara ihe\",\n    \"lufbery\": \"ịkwa iko\",\n    \"lufberry\": \"lufberị\",\n    \"luff\": \"Ikwusi\",\n    \"luffed\": \"Udochukwu\",\n    \"luffing\": \"Ukachukwu\",\n    \"luffs\": \"mkpọchi\",\n    \"lug\": \"leghasị\",\n    \"luganda\": \"ibuo\",\n    \"luge\": \"buru ibu\",\n    \"luger\": \"ibu\",\n    \"luges\": \"ngwongwo\",\n    \"luggage\": \"ibu\",\n    \"luggageless\": \"akpa obere\",\n    \"luggages\": \"Ngwongwo\",\n    \"luggar\": \"ibu\",\n    \"luggard\": \"ngwongwo\",\n    \"lugged\": \"buru ibu\",\n    \"lugger\": \"ibu\",\n    \"luggers\": \"akpa\",\n    \"luggie\": \"ịkpa\",\n    \"luggies\": \"ngwongwo\",\n    \"lugging\": \"na-agba lug\",\n    \"luggnagg\": \"agbachi\",\n    \"lughdoan\": \"Lughdoan\",\n    \"luging\": \"ịgha\",\n    \"lugmark\": \"akpa nri\",\n    \"lugs\": \"Ngwongwo\",\n    \"lugsail\": \"lesail\",\n    \"lugsails\": \"akpa akwa\",\n    \"lugubriosity\": \"ọmarịcha\",\n    \"lugubrious\": \"ịkpa afụ\",\n    \"lugubriously\": \"ikwuru egwu\",\n    \"lugubriousness\": \"ọmarịcha\",\n    \"lugubrous\": \"ịkpa afụ\",\n    \"lugworm\": \"ịkpa aru\",\n    \"lugworms\": \"Ukpa\",\n    \"luian\": \"Ikweriri\",\n    \"lujaurite\": \"Onyekachukwu\",\n    \"lujavrite\": \"Ebuka\",\n    \"lukas\": \"Lukas\",\n    \"lukely\": \"n'ekwu\",\n    \"lukeness\": \"ịdị ọcha\",\n    \"luket\": \"Ozi\",\n    \"lukeward\": \"Udoba\",\n    \"lukewarmth\": \"Ihuigwe\",\n    \"lulab\": \"lụb\",\n    \"lulav\": \"Obinna\",\n    \"lulavs\": \"ndiegwu\",\n    \"lullabied\": \"Lullabied\",\n    \"lullabying\": \"ullagha\",\n    \"lullay\": \"Lullay\",\n    \"lulled\": \"kpọọ\",\n    \"luller\": \"onye nkwusa\",\n    \"lullian\": \"Lullian\",\n    \"lullilooing\": \"ndiegwu\",\n    \"lulling\": \"na-akụda\",\n    \"lullingly\": \"n’egwu\",\n    \"lulus\": \"lulu\",\n    \"lum\": \"lom\",\n    \"lumbang\": \"Oyibo\",\n    \"lumbars\": \"ogwe osisi\",\n    \"lumber\": \"osisi\",\n    \"lumberdar\": \"Obosara\",\n    \"lumberdom\": \"mgbodo\",\n    \"lumbered\": \"gbadara\",\n    \"lumberer\": \"onye obula\",\n    \"lumberers\": \"ndị ogbi\",\n    \"lumberyard\": \"osisi\",\n    \"lumberyards\": \"ogige osisi\",\n    \"lumbering\": \"osisi\",\n    \"lumberingly\": \"igbu osisi\",\n    \"lumberingness\": \"okwute osisi\",\n    \"lumberjack\": \"osisi\",\n    \"lumberjacket\": \"osisi\",\n    \"lumberjacks\": \"mbo osisi\",\n    \"lumberless\": \"enweghị osisi\",\n    \"lumberly\": \"osisi\",\n    \"lumberman\": \"onye na-egbu osisi\",\n    \"lumbermen\": \"ndị na-egbu osisi\",\n    \"lumbermill\": \"osisi ohia\",\n    \"lumbers\": \"osisi\",\n    \"lumbersome\": \"na-egbu maramara\",\n    \"lumbocostal\": \"okirikiri\",\n    \"lumbosacral\": \"okpokoro\",\n    \"lumbrical\": \"n'olu\",\n    \"lumbrous\": \"n'olu\",\n    \"lumbus\": \"Lumbus\",\n    \"lumenal\": \"osisi\",\n    \"luminaire\": \"na-enye ìhè\",\n    \"luminance\": \"enwu\",\n    \"luminant\": \"na-enye ìhè\",\n    \"luminary\": \"na-enye ìhè\",\n    \"luminaries\": \"ihe na-enye ìhè\",\n    \"luminarious\": \"na-enye ìhè\",\n    \"luminarist\": \"onye nkuzi\",\n    \"luminate\": \"nwuo\",\n    \"lumination\": \"oriọna\",\n    \"luminative\": \"na-enye ìhè\",\n    \"luminator\": \"oriọna\",\n    \"luminescence\": \"ọkụ\",\n    \"luminescing\": \"ichikota\",\n    \"luminiferous\": \"na-enye ìhè\",\n    \"luminificent\": \"na-egbuke egbuke\",\n    \"luminism\": \"ìhè\",\n    \"luminist\": \"onye na-enye ìhè\",\n    \"luminists\": \"ndị na-enye ìhè\",\n    \"luminodynamist\": \"onye na-ahụ anya\",\n    \"luminologist\": \"onye na-amụ banyere luminologist\",\n    \"luminosity\": \"enwu\",\n    \"luminosities\": \"enwu\",\n    \"luminous\": \"na-egbuke egbuke\",\n    \"lumisterol\": \"Ogwu\",\n    \"lummy\": \"dummy\",\n    \"lummox\": \"Oyibo\",\n    \"lump\": \"akpụ\",\n    \"lumpen\": \"kpọọ\",\n    \"lumpens\": \"na-akụkọta\",\n    \"lumper\": \"okpokoro\",\n    \"lumpers\": \"akpụ\",\n    \"lumpet\": \"akpụ\",\n    \"lumpfishes\": \"lumpfish\",\n    \"lumpiness\": \"nzuzu\",\n    \"lumping\": \"n'imiko\",\n    \"lumpingly\": \"n'ukpọ\",\n    \"lumpish\": \"lụọ\",\n    \"lumpishness\": \"nchikọta\",\n    \"lumpkin\": \"akpụ\",\n    \"lumpman\": \"Onyema\",\n    \"lumpmen\": \"ndị lumpmen\",\n    \"lumps\": \"akpụ\",\n    \"lums\": \"okpokoro\",\n    \"lunacy\": \"nri\",\n    \"lunacies\": \"nri ehihie\",\n    \"lunar\": \"ọnwa\",\n    \"lunary\": \"nri ehihie\",\n    \"lunarian\": \"onye ara\",\n    \"lunarians\": \"ndị na-eri nri ehihie\",\n    \"lunarist\": \"ndị amị n'ọnwa\",\n    \"lunars\": \"ndaba\",\n    \"lunate\": \"nri ehihie\",\n    \"lunated\": \"nri ehihie\",\n    \"lunately\": \"nri ehihie\",\n    \"lunatic\": \"onye ara\",\n    \"lunatical\": \"onye ara\",\n    \"lunatically\": \"n'egbughi oge\",\n    \"lunatics\": \"ndi ara\",\n    \"lunation\": \"nri ehihie\",\n    \"lunations\": \"ezumike\",\n    \"lunatize\": \"leba anya\",\n    \"lunch\": \"nri ehihie\",\n    \"lunched\": \"nri ehihie\",\n    \"luncheon\": \"nri ehihie\",\n    \"luncheoner\": \"nri ehihie\",\n    \"luncheonette\": \"nri ehihie\",\n    \"luncheonettes\": \"nri ehihie\",\n    \"luncheonless\": \"nri ehihie obere\",\n    \"luncheons\": \"nri ehihie\",\n    \"luncher\": \"nri ehihie\",\n    \"lunchers\": \"nri ehihie\",\n    \"lunches\": \"nri ehihie\",\n    \"lunchhook\": \"nko nri ehihie\",\n    \"lunching\": \"launching\",\n    \"lunchless\": \"nri ehihie\",\n    \"lunchroom\": \"ime ụlọ nri ehihie\",\n    \"lunchrooms\": \"ụlọ nri ehihie\",\n    \"lunchtime\": \"oge nri ehihie\",\n    \"lunda\": \"nri ehihie\",\n    \"lundress\": \"nwanyị\",\n    \"lunet\": \"nri ehihie\",\n    \"lunets\": \"nri ehihie\",\n    \"lunette\": \"nri ehihie\",\n    \"lunettes\": \"nri ehihie\",\n    \"lung\": \"akpa ume\",\n    \"lungan\": \"Akpa ume\",\n    \"lungans\": \"Akpa ume\",\n    \"lunge\": \"nri ehihie\",\n    \"lunged\": \"Akpa ume\",\n    \"lungee\": \"nri ehihie\",\n    \"lungees\": \"nri ehihie\",\n    \"lunger\": \"Akpa ume\",\n    \"lungers\": \"Akpa ume\",\n    \"lunges\": \"Akpa ume\",\n    \"lungfish\": \"akpa azụ\",\n    \"lungfishes\": \"nkuchi azu\",\n    \"lungflower\": \"Akụrụngwa\",\n    \"lungful\": \"na-egbu ume\",\n    \"lungi\": \"Akpai\",\n    \"lungy\": \"Akpa umeji\",\n    \"lungyi\": \"Akpai\",\n    \"lunging\": \"na-agba ume\",\n    \"lungis\": \"Akpa ume\",\n    \"lungless\": \"na-enweghị ume\",\n    \"lungmotor\": \"mkwara\",\n    \"lungs\": \"akpa ume\",\n    \"lungsick\": \"akpa ume\",\n    \"lungworm\": \"akpa afụ\",\n    \"lungworms\": \"akpa umeji\",\n    \"lungwort\": \"Akpa ume\",\n    \"lungworts\": \"Akpa ume\",\n    \"luny\": \"nri\",\n    \"lunicurrent\": \"nwegharia\",\n    \"lunies\": \"ehihie\",\n    \"luniest\": \"kasị mma\",\n    \"luniform\": \"nri ehihie\",\n    \"lunistice\": \"nri abalị\",\n    \"lunistitial\": \"nwa akwukwo\",\n    \"lunk\": \"mkpọmkpọ ebe\",\n    \"lunker\": \"Nri\",\n    \"lunkers\": \"ndị na-eri nri ehihie\",\n    \"lunkhead\": \"Lunkhead\",\n    \"lunkheaded\": \"zoro\",\n    \"lunks\": \"nri ehihie\",\n    \"lunn\": \"nri ehihie\",\n    \"lunoid\": \"nri ehihie\",\n    \"lunt\": \"Etiti\",\n    \"lunted\": \"lunt\",\n    \"lunting\": \"na-egbu egbu\",\n    \"lunts\": \"na-ebinye\",\n    \"lunular\": \"onye ara\",\n    \"lunulate\": \"kpọọ nri\",\n    \"lunulated\": \"nri\",\n    \"lunule\": \"nri ehihie\",\n    \"lunules\": \"ndị ozi\",\n    \"lunulet\": \"lounulet\",\n    \"lupeose\": \"Ikwerre\",\n    \"lupercal\": \"akpala\",\n    \"lupercalian\": \"Nwokocha\",\n    \"lupicide\": \"lup igbu onwe\",\n    \"lupid\": \"onye nzuzu\",\n    \"lupin\": \"lupine\",\n    \"lupinus\": \"Lupinus\",\n    \"lupuses\": \"ndigbom\",\n    \"lur\": \"ighachi\",\n    \"lural\": \"asụsụ\",\n    \"lurch\": \"nkwụsị\",\n    \"lurched\": \"echere\",\n    \"lurcher\": \"onye nchekwa\",\n    \"lurchers\": \"ndị na-egbu egbu\",\n    \"lurches\": \"chọọchị\",\n    \"lurching\": \"ịhapụ\",\n    \"lurchingfully\": \"n'achọghị\",\n    \"lurchingly\": \"n'achọ\",\n    \"lurchline\": \"ndozi\",\n    \"lurdans\": \"ndị lurdans\",\n    \"lure\": \"eji arata ndi mmadu\",\n    \"lured\": \"rata\",\n    \"lureful\": \"na-eri ihe\",\n    \"lurement\": \"ara ahụ\",\n    \"lurer\": \"onye na-ara ara\",\n    \"lurers\": \"ndị aghụghọ\",\n    \"lures\": \"na-adọrọ adọrọ\",\n    \"luresome\": \"na-egbu egbu\",\n    \"luridness\": \"ibu\",\n    \"luring\": \"na-eri ihe\",\n    \"luringly\": \"na-egbu oge\",\n    \"lurk\": \"ezo\",\n    \"lurked\": \"zoro\",\n    \"lurker\": \"onye ọrụ\",\n    \"lurkers\": \"ndị na-egbu egbu\",\n    \"lurky\": \"dị\",\n    \"lurking\": \"na-ezobe\",\n    \"lurkingly\": \"na-ezo\",\n    \"lurkingness\": \"ezo\",\n    \"lurks\": \"na-eche\",\n    \"lurries\": \"lurry\",\n    \"lusatian\": \"Lusatian\",\n    \"luscious\": \"nzuzu\",\n    \"lusciously\": \"n'echiche\",\n    \"lusciousness\": \"nzuzu\",\n    \"luser\": \"Onye nzuzu\",\n    \"lushai\": \"Lushai\",\n    \"lushburg\": \"Ogbala\",\n    \"lushed\": \"leghaara\",\n    \"lushest\": \"ala\",\n    \"lushing\": \"na-achọsi ike\",\n    \"lushness\": \"nzuzu\",\n    \"lushnesses\": \"ahịhịa\",\n    \"lusian\": \"Lusian\",\n    \"lusitanian\": \"Asụsụ Igbo\",\n    \"lusk\": \"okuku\",\n    \"lusky\": \"Ikwute\",\n    \"lust\": \"ochicho\",\n    \"lusted\": \"nwee agụụ\",\n    \"luster\": \"mgbukepụ\",\n    \"lustered\": \"anyaukwu\",\n    \"lusterer\": \"onye na-eme ihere\",\n    \"lustering\": \"na-achọsi ike\",\n    \"lusterless\": \"enweghị mmanu\",\n    \"lusterlessness\": \"enweghị ezi uche\",\n    \"lusters\": \"ndị agụụ mmekọahụ\",\n    \"lustful\": \"agụụ mmekọahụ\",\n    \"lustfully\": \"agụụ\",\n    \"lustfulness\": \"agụụ mmekọahụ\",\n    \"lusty\": \"agụụ mmekọahụ\",\n    \"lustick\": \"agụụ mmekọahụ\",\n    \"lustier\": \"okomoko\",\n    \"lustiest\": \"onye nzuzu\",\n    \"lustihead\": \"isi ike\",\n    \"lustihood\": \"oke\",\n    \"lustily\": \"agụụ\",\n    \"lustiness\": \"agụụ ihe ọjọọ\",\n    \"lusting\": \"agụụ\",\n    \"lustless\": \"agụụ\",\n    \"lustly\": \"agụụ\",\n    \"lustra\": \"Lustra\",\n    \"lustral\": \"Okirikiri\",\n    \"lustrant\": \"onye mara mma\",\n    \"lustrate\": \"ima\",\n    \"lustrated\": \"agụụ\",\n    \"lustrates\": \"agụụ\",\n    \"lustrating\": \"na-achọsi ike\",\n    \"lustration\": \"agụụ\",\n    \"lustrational\": \"agụụ\",\n    \"lustrative\": \"na-akpali agụụ mmekọahụ\",\n    \"lustratory\": \"agụụ mmekọahụ\",\n    \"lustre\": \"mgbukepụ\",\n    \"lustred\": \"agụụ\",\n    \"lustreless\": \"enweghị agụụ\",\n    \"lustres\": \"Agụụ\",\n    \"lustreware\": \"Omumala\",\n    \"lustrical\": \"ustgha\",\n    \"lustrify\": \"mee ihe\",\n    \"lustrification\": \"agụụ\",\n    \"lustrine\": \"ustgha\",\n    \"lustring\": \"ustchọwa\",\n    \"lustrings\": \"agụụ mmekọahụ\",\n    \"lustrous\": \"Ihunanya\",\n    \"lustrously\": \"Ihunanya\",\n    \"lustrousness\": \"agụụ\",\n    \"lusts\": \"agu\",\n    \"lususes\": \"akwụkwọ edemede\",\n    \"lutanists\": \"ndị lutanists\",\n    \"lutarious\": \"na-akwụ ụgwọ\",\n    \"lutation\": \"aha\",\n    \"lutecia\": \"Asụsụ\",\n    \"luteinizing\": \"na-akọwa\",\n    \"luteins\": \"ndị luteins\",\n    \"lutemaker\": \"onye lutemaker\",\n    \"lutemaking\": \"na-arụ ọrụ\",\n    \"lutenist\": \"onye lutenist\",\n    \"lutenists\": \"ndị lutenist\",\n    \"luteotrophic\": \"ndiegwu\",\n    \"luteous\": \"dị egwu\",\n    \"luter\": \"kọmputa\",\n    \"lutes\": \"ube\",\n    \"lutescent\": \"lutecent\",\n    \"lutestring\": \"Egburu\",\n    \"lutfisk\": \"nye\",\n    \"lutherans\": \"ndị lutherans\",\n    \"lutherism\": \"lutheranism\",\n    \"lutherist\": \"onye na-eme mkpọtụ\",\n    \"luthern\": \"lutheran\",\n    \"lutherns\": \"ndị lutherans\",\n    \"lutidinic\": \"lutidinik\",\n    \"luting\": \"na-ekwu okwu\",\n    \"lutings\": \"nkwanye ugwu\",\n    \"lutist\": \"onye na-ede ihe\",\n    \"lutists\": \"ndị nkwado\",\n    \"lutraria\": \"Lutraria\",\n    \"lutulence\": \"nkwanye ugwu\",\n    \"lutulent\": \"ogologo\",\n    \"luvian\": \"Luvian\",\n    \"luxate\": \"ogbe\",\n    \"luxated\": \"okomoko\",\n    \"luxates\": \"okomoko\",\n    \"luxating\": \"na-atọ ụtọ\",\n    \"luxation\": \"okomoko\",\n    \"luxations\": \"okomoko\",\n    \"luxe\": \"Ukachukwu\",\n    \"luxembourg\": \"okomoko\",\n    \"luxemburg\": \"okpokoro\",\n    \"luxemburger\": \"okpokoro\",\n    \"luxemburgian\": \"okpokoro\",\n    \"luxive\": \"okomoko\",\n    \"luxullianite\": \"iheanacho\",\n    \"luxury\": \"okomoko\",\n    \"luxuria\": \"okomoko\",\n    \"luxuriance\": \"okomoko\",\n    \"luxuriancy\": \"ndụ okomoko\",\n    \"luxuriant\": \"okomoko\",\n    \"luxuriantly\": \"okomoko\",\n    \"luxuriantness\": \"afọ ojuju\",\n    \"luxuriate\": \"okomoko\",\n    \"luxuriated\": \"okomoko\",\n    \"luxuriates\": \"okpokoro\",\n    \"luxuriating\": \"okpokoro\",\n    \"luxuriation\": \"okomoko\",\n    \"luxurient\": \"okomoko\",\n    \"luxuries\": \"okomoko\",\n    \"luxuriety\": \"obi ụtọ\",\n    \"luxurious\": \"dara oké ọnụ\",\n    \"luxuriously\": \"jiri obi ụtọ\",\n    \"luxuriousness\": \"ndụ okomoko\",\n    \"luxurist\": \"okomoko\",\n    \"luxurity\": \"okomoko\",\n    \"luxus\": \"okomoko\",\n    \"lvalues\": \"lvalval\",\n    \"lvov\": \"Nkeji\",\n    \"lwop\": \"nkwo\",\n    \"lx\": \"Ọgụ\",\n    \"lxx\": \"Nkwaeh\",\n    \"ma\": \"Ma\",\n    \"maars\": \"mars\",\n    \"macabreness\": \"macab aware\",\n    \"macaronic\": \"macaroni\",\n    \"macaronically\": \"makaron\",\n    \"macaronicism\": \"macaronism\",\n    \"macaronics\": \"macaronis\",\n    \"macaronies\": \"macaronis\",\n    \"macclesfield\": \"Ogbe\",\n    \"mace\": \"nwanyi\",\n    \"macebearer\": \"ebu nwanyi\",\n    \"macedonian\": \"Macedonian\",\n    \"macedonians\": \"ndị Macedonia\",\n    \"macerated\": \"gbanye aka\",\n    \"macerating\": \"na-egwu egwu\",\n    \"macerator\": \"mkpọtụ\",\n    \"macerators\": \"ụmụ nwanyị\",\n    \"mach\": \"maach\",\n    \"machicolated\": \"onyegbula\",\n    \"machicolating\": \"na -akpọ\",\n    \"machin\": \"igwe\",\n    \"machina\": \"igwe\",\n    \"machinability\": \"arụ ọrụ\",\n    \"machinable\": \"igwe\",\n    \"machinal\": \"igwe\",\n    \"machinament\": \"igwe\",\n    \"machinate\": \"igwe\",\n    \"machinated\": \"arụ ọrụ\",\n    \"machinating\": \"igwe\",\n    \"machination\": \"igwe\",\n    \"machinations\": \"ngwa\",\n    \"machinator\": \"igwe\",\n    \"machine\": \"igwe\",\n    \"machineable\": \"igwe\",\n    \"machined\": \"arụ ọrụ\",\n    \"machineful\": \"na-arụ ọrụ\",\n    \"machineless\": \"enweghị igwe\",\n    \"machinely\": \"igwe\",\n    \"machinelike\": \"igwe dị ka\",\n    \"machineman\": \"igwe oru\",\n    \"machinemen\": \"igwe\",\n    \"machinemonger\": \"igwe\",\n    \"machiner\": \"igwe\",\n    \"machinery\": \"igwe\",\n    \"machineries\": \"igwe\",\n    \"machines\": \"igwe\",\n    \"machinify\": \"rụọ ọrụ\",\n    \"machinification\": \"igwe\",\n    \"machining\": \"igwe\",\n    \"machinism\": \"igwe\",\n    \"machinist\": \"igwe\",\n    \"machinists\": \"ndị ọrụ igwe\",\n    \"machinization\": \"igwe\",\n    \"machinize\": \"igwe\",\n    \"machinized\": \"arụ ọrụ\",\n    \"machinizing\": \"na-arụ ọrụ\",\n    \"machinoclast\": \"igwe\",\n    \"machinofacture\": \"arụ ọrụ\",\n    \"machinule\": \"igwe\",\n    \"machzor\": \"mmmmmmmmmm\",\n    \"machzorim\": \"Machzorim\",\n    \"mack\": \"atụnye\",\n    \"mackaybean\": \"Mackaybean\",\n    \"mackerel\": \"makarel\",\n    \"mackereling\": \"makapụ\",\n    \"mackinawed\": \"nwekọrita\",\n    \"mackins\": \"igwe\",\n    \"mackle\": \"jikọtara\",\n    \"mackled\": \"jikọtara\",\n    \"macklike\": \"ekweghị\",\n    \"mackling\": \"na-achị\",\n    \"macks\": \"akwa\",\n    \"macled\": \"ama\",\n    \"macquereau\": \"maquereau\",\n    \"macracanthrorhynchiasis\": \"macracanthorhynchus\",\n    \"macradenous\": \"macradenia\",\n    \"macrames\": \"nnukwu\",\n    \"macro\": \"nnukwu\",\n    \"macroaggregate\": \"nchịkọta\",\n    \"macroeconomic\": \"nnukwu ego\",\n    \"macroeconomics\": \"nnukwu ego\",\n    \"macrofossil\": \"macrofosil\",\n    \"macrometeorology\": \"micrometeorology\",\n    \"macrometeorological\": \"micrometeorological\",\n    \"macrons\": \"macron\",\n    \"macrotous\": \"nnukwu\",\n    \"macs\": \"mac\",\n    \"mactra\": \"igwe\",\n    \"mactroid\": \"igwechi\",\n    \"maculation\": \"mgbochi\",\n    \"mad\": \"ara\",\n    \"madagascarian\": \"madagascar\",\n    \"madbrained\": \"mebiri onwe ya\",\n    \"madded\": \"madd\",\n    \"madden\": \"nnukwu ọnụ\",\n    \"maddened\": \"isi mebiri\",\n    \"maddening\": \"maddo\",\n    \"maddeningly\": \"n'arụ isi\",\n    \"maddeningness\": \"nzuzu\",\n    \"maddens\": \"nnukwu ọnụ\",\n    \"madders\": \"ndi ara\",\n    \"madding\": \"maddị\",\n    \"maddingly\": \"dị madụ\",\n    \"maddish\": \"madị\",\n    \"maddle\": \"madulu\",\n    \"made\": \"mere\",\n    \"madecase\": \"akpa akwa\",\n    \"madefaction\": \"Emekpa\",\n    \"madefy\": \"anamfy\",\n    \"madegassy\": \"Emekaobi\",\n    \"madeira\": \"mereira\",\n    \"madeiran\": \"anamiran\",\n    \"madeiras\": \"Emebere\",\n    \"madeleine\": \"Madeleine\",\n    \"madelon\": \"Madelon\",\n    \"madhouses\": \"ụlọ obibi\",\n    \"madidans\": \"Madidans\",\n    \"madly\": \"mebiri\",\n    \"madman\": \"onye ara\",\n    \"madmen\": \"onye ara\",\n    \"madnep\": \"ara\",\n    \"madness\": \"ara\",\n    \"madnesses\": \"ara\",\n    \"madrier\": \"onye ara\",\n    \"madrigals\": \"madrigal\",\n    \"madship\": \"ara\",\n    \"madstone\": \"nnukwu nkume\",\n    \"madwoman\": \"ara nwanyi\",\n    \"madworts\": \"madwort\",\n    \"maeander\": \"onye isi\",\n    \"maeandroid\": \"Maeandroid\",\n    \"maenads\": \"ndị isi\",\n    \"maeonian\": \"Maeonian\",\n    \"maestive\": \"maes\",\n    \"mafey\": \"mafia\",\n    \"maffias\": \"maffia\",\n    \"mafficked\": \"maferị\",\n    \"mafficking\": \"izu\",\n    \"mafficks\": \"ihe ndi ozo\",\n    \"maffioso\": \"mafiosi\",\n    \"maffle\": \"itughari\",\n    \"maffler\": \"muffler\",\n    \"mafflin\": \"mifflin\",\n    \"magadize\": \"magada\",\n    \"magani\": \"ọgwụgwọ\",\n    \"magazinage\": \"magasinage\",\n    \"magazined\": \"magazine\",\n    \"magazinelet\": \"Magazin\",\n    \"magaziner\": \"magazine\",\n    \"magazines\": \"magazine\",\n    \"magaziny\": \"magazin\",\n    \"magazining\": \"magazin\",\n    \"magazinish\": \"magazin\",\n    \"magazinism\": \"magazin\",\n    \"magazinist\": \"magazin\",\n    \"magdalens\": \"ndiegwu\",\n    \"magellanic\": \"anwu\",\n    \"maggy\": \"ime anwansi\",\n    \"magging\": \"ichikota\",\n    \"maggle\": \"ikpuru\",\n    \"maggot\": \"ikpuru\",\n    \"maggoty\": \"ime anwansi\",\n    \"maggotiness\": \"ikpuru\",\n    \"maggotpie\": \"ikpuru achịcha\",\n    \"maggotry\": \"ikpuru\",\n    \"maggots\": \"ikpuru\",\n    \"magh\": \"maghi\",\n    \"magian\": \"onye anwansi\",\n    \"magianism\": \"ime anwansi\",\n    \"magyars\": \"magyar\",\n    \"magic\": \"anwansi\",\n    \"magical\": \"kpokọtara\",\n    \"magicalize\": \"ime anwansi\",\n    \"magically\": \"anwansi\",\n    \"magicdom\": \"anwansi\",\n    \"magician\": \"onye anwansi\",\n    \"magicians\": \"ndị anwansi\",\n    \"magicianship\": \"ime anwansi\",\n    \"magicked\": \"ime anwansi\",\n    \"magicking\": \"ịkọ nkọ\",\n    \"magics\": \"anwansi\",\n    \"magindanao\": \"maguindanao\",\n    \"magiric\": \"anwansi\",\n    \"magirics\": \"akara aka\",\n    \"magirist\": \"ọkà mmụta\",\n    \"magirologist\": \"ọkà mmụta ihe banyere ime mmụọ\",\n    \"magism\": \"anwansi\",\n    \"magisteriality\": \"magiesiality\",\n    \"magisters\": \"ndị anwansi\",\n    \"magistrate\": \"majie\",\n    \"magistrates\": \"ndị ọka ikpe\",\n    \"magistrateship\": \"ikike\",\n    \"magistratic\": \"magistratik\",\n    \"magistrative\": \"magistal\",\n    \"magmas\": \"magma\",\n    \"magmatic\": \"anwansi\",\n    \"magmatism\": \"anwansi\",\n    \"magnality\": \"ịdị ukwuu\",\n    \"magnascopic\": \"nnuku\",\n    \"magnates\": \"ndị magnates\",\n    \"magnateship\": \"ịdị ebube\",\n    \"magnetic\": \"magnetik\",\n    \"magnetical\": \"magnetik\",\n    \"magnetically\": \"magnetik\",\n    \"magneticalness\": \"magnetikalụ\",\n    \"magnetician\": \"anwansi\",\n    \"magnetics\": \"magnetik\",\n    \"magnetification\": \"magnetik\",\n    \"magnetimeter\": \"magnetometa\",\n    \"magnetise\": \"magnetik\",\n    \"magnetism\": \"magnetik\",\n    \"magnetisms\": \"magnetik\",\n    \"magnetist\": \"magnetik\",\n    \"magnetize\": \"magneti\",\n    \"magnetizers\": \"ndọta\",\n    \"magnetizes\": \"na-eme ka magnetized\",\n    \"magnetizing\": \"magnetik\",\n    \"magnetochemistry\": \"ihe omimi\",\n    \"magnetoelectric\": \"magnetelectric\",\n    \"magnetogasdynamic\": \"Ndidiamaka\",\n    \"magnetohydrodynamic\": \"nnuku\",\n    \"magnetohydrodynamically\": \"nnukwu ihe niile\",\n    \"magnetometer\": \"magnetometa\",\n    \"magnetometers\": \"ndọta\",\n    \"magnetometry\": \"magnetometri\",\n    \"magnetons\": \"magnetọn\",\n    \"magnetoresistance\": \"ndọta\",\n    \"magnetostatic\": \"ebube\",\n    \"magnetostrictive\": \"ebube\",\n    \"magnetostrictively\": \"na-akpali akpali\",\n    \"magnetothermoelectricity\": \"magneto thermoelectricity\",\n    \"magnetotransmitter\": \"magneto transmitter\",\n    \"magnets\": \"nju\",\n    \"magnicaudate\": \"magna caudate\",\n    \"magnify\": \"bulie elu\",\n    \"magnific\": \"ebube\",\n    \"magnifically\": \"ebube\",\n    \"magnificat\": \"ebube\",\n    \"magnificate\": \"ebube\",\n    \"magnification\": \"ebube\",\n    \"magnifications\": \"ebube\",\n    \"magnificative\": \"ebube\",\n    \"magnifice\": \"ebube\",\n    \"magnificence\": \"ebube\",\n    \"magnificent\": \"ebube\",\n    \"magnificently\": \"ebube\",\n    \"magnificentness\": \"ebube\",\n    \"magnificoes\": \"ebube\",\n    \"magnificos\": \"ebube\",\n    \"magnified\": \"ebube\",\n    \"magnifier\": \"magnifik\",\n    \"magnifies\": \"na-ebuli elu\",\n    \"magnifying\": \"na-etokwa\",\n    \"magnipotence\": \"ikike\",\n    \"magnipotent\": \"ikike\",\n    \"magnisonant\": \"ebube\",\n    \"magnitude\": \"ịdị ukwuu\",\n    \"magnitudes\": \"ebube\",\n    \"magnitudinous\": \"ebube\",\n    \"magnoliaceous\": \"ebube\",\n    \"magnums\": \"magnum\",\n    \"magot\": \"magog\",\n    \"magots\": \"magọt\",\n    \"magpied\": \"magpies\",\n    \"magpieish\": \"magpies\",\n    \"maharajah\": \"maharaja\",\n    \"maharajahs\": \"maharajas\",\n    \"maharajrana\": \"maharaj rana\",\n    \"maharmah\": \"maharma\",\n    \"mahdist\": \"mahdi\",\n    \"mahican\": \"onye mahica\",\n    \"mahjongg\": \"Mahjongg\",\n    \"mahjonggs\": \"ndiegwu\",\n    \"mahmoud\": \"Mahmud\",\n    \"mahoganies\": \"mahogany\",\n    \"mahoganize\": \"mahogany\",\n    \"mahogony\": \"mahogany\",\n    \"mahonias\": \"Mahonias\",\n    \"mahouts\": \"mkpọchi\",\n    \"may\": \"nwere ike\",\n    \"mayacaceous\": \"mmmmmmmmmmmmm\",\n    \"mayapple\": \"ikepple\",\n    \"mayapples\": \"mayapple\",\n    \"maybe\": \"enwere ike\",\n    \"mayberry\": \"mkpụrụ osisi\",\n    \"maybird\": \"nnụnụ\",\n    \"maybloom\": \"ikekwe\",\n    \"maybush\": \"ike\",\n    \"maybushes\": \"ike\",\n    \"maycock\": \"Ikechukwu\",\n    \"maid\": \"odibo\",\n    \"mayday\": \"ụbọchị ndị Ọrụ\",\n    \"maydays\": \"ụbọchị izu ike\",\n    \"maidchild\": \"nwa odibo\",\n    \"maiden\": \"nwa agbọghọ\",\n    \"maidenchild\": \"nwa aka\",\n    \"maidenhairs\": \"maidenhair\",\n    \"maidenhairtree\": \"osisi maidenhair\",\n    \"maidenhead\": \"nwa nwanyi\",\n    \"maidenheads\": \"nwa nwanyi\",\n    \"maidenhood\": \"nwa nwanyi\",\n    \"maidenish\": \"odibo\",\n    \"maidenism\": \"nwa nwanyi\",\n    \"maidenly\": \"gboo\",\n    \"maidenlike\": \"dị ka nwa agbọghọ\",\n    \"maidenliness\": \"odika nwayi\",\n    \"maidens\": \"ụmụ agbọghọ\",\n    \"maidenship\": \"odibo\",\n    \"maidenweed\": \"nwa nwanyi\",\n    \"maidhead\": \"nwa nwanyi\",\n    \"maidhood\": \"odibo\",\n    \"maidhoods\": \"ụmụ odibo\",\n    \"maidy\": \"odibo\",\n    \"maidie\": \"odibo\",\n    \"maidin\": \"odibo\",\n    \"maidish\": \"odibo\",\n    \"maidishness\": \"odibo\",\n    \"maidism\": \"odibo\",\n    \"maidly\": \"odi oru\",\n    \"maidlike\": \"dị ka maid\",\n    \"maidling\": \"odibo\",\n    \"maids\": \"ụmụ odibo\",\n    \"maidservant\": \"odibo nwayi\",\n    \"maidservants\": \"ndi nantsje ozi\",\n    \"mayduke\": \"ikechi\",\n    \"mayeye\": \"ikeye\",\n    \"mayence\": \"nwere ike\",\n    \"mayest\": \"nwere ike\",\n    \"mayfair\": \"nwere ike\",\n    \"mayfish\": \"mmiri azụ\",\n    \"mayfishes\": \"mmiri\",\n    \"mayfly\": \"nwere ike\",\n    \"mayflies\": \"nwere ike\",\n    \"mayflower\": \"nwee ike\",\n    \"mayflowers\": \"ndababa\",\n    \"mayfowl\": \"mmiri\",\n    \"mayhap\": \"mbibi\",\n    \"mayhappen\": \"nwere ike\",\n    \"mayhaps\": \"nwere ike\",\n    \"mayhem\": \"nsogbu\",\n    \"mayhemmed\": \"ghagha\",\n    \"mayhemming\": \"na-agbasi ike\",\n    \"mayhems\": \"ike\",\n    \"maying\": \"nwere ike\",\n    \"mayings\": \"ihe ndozi\",\n    \"mail\": \"ozi\",\n    \"mailability\": \"izipu ozi\",\n    \"mailable\": \"izipu\",\n    \"mailbag\": \"Akpa ozi\",\n    \"mailbags\": \"Akpa ozi\",\n    \"mailbox\": \"igbe akwụkwọ ozi\",\n    \"mailboxes\": \"igbe ozi\",\n    \"mailcatcher\": \"akpa ozi\",\n    \"mailclad\": \"mechie ozi\",\n    \"mailcoach\": \"akwụkwọ ozi\",\n    \"maile\": \"ozi\",\n    \"mailed\": \"zigara\",\n    \"mailer\": \"ozi\",\n    \"mailers\": \"ozi\",\n    \"mailes\": \"zigara\",\n    \"mailguard\": \"ozi\",\n    \"maylike\": \"nwere ike\",\n    \"mailing\": \"nzipu ozi\",\n    \"maille\": \"ozi\",\n    \"mailless\": \"enweghi ozi\",\n    \"maillots\": \"akwụkwọ ozi\",\n    \"maills\": \"Gburu\",\n    \"mailman\": \"onye ozi\",\n    \"mailmen\": \"ndị ozi\",\n    \"mailplane\": \"akwụkwọ ozi\",\n    \"mailpouch\": \"obere akpa\",\n    \"mails\": \"Gburu\",\n    \"mailsack\": \"Ozi\",\n    \"mailwoman\": \"Nwanyị ozi\",\n    \"mailwomen\": \"Nwanyị ozi\",\n    \"maimed\": \"nkwarụ\",\n    \"maimedly\": \"nkwarụ\",\n    \"maimedness\": \"nkwarụ\",\n    \"maimers\": \"ndị na-emerụ emerụ\",\n    \"maiming\": \"na-emerụ\",\n    \"maims\": \"na-enwe nsogbu\",\n    \"main\": \"isi\",\n    \"mainferre\": \"isi\",\n    \"mainframes\": \"okpokoro isi\",\n    \"mainland\": \"ala\",\n    \"mainlander\": \"onye isi ala\",\n    \"mainlanders\": \"onye isi ala\",\n    \"mainlands\": \"ala\",\n    \"mainly\": \"tumadi\",\n    \"mainline\": \"isi\",\n    \"mainlined\": \"isi\",\n    \"mainliner\": \"isi\",\n    \"mainliners\": \"isi\",\n    \"mainlines\": \"Isi akụkọ\",\n    \"mainlining\": \"isi\",\n    \"mainmast\": \"isi\",\n    \"mainmasts\": \"isi\",\n    \"mainmortable\": \"nnukwu ihe\",\n    \"mainor\": \"isi\",\n    \"mainpast\": \"isi\",\n    \"mainpernable\": \"nnukwu ihe\",\n    \"mainpernor\": \"Onyebuchi\",\n    \"mainpin\": \"isi\",\n    \"mainport\": \"ọdụ ụgbọ mmiri\",\n    \"mainprise\": \"nnukwu ọrụ\",\n    \"mainprised\": \"ama\",\n    \"mainprising\": \"ihemgb\",\n    \"mainprisor\": \"onye isi\",\n    \"mainprize\": \"isi\",\n    \"mainprizer\": \"igwe isi\",\n    \"mainsprings\": \"isi mmiri\",\n    \"mainstay\": \"isi ihe\",\n    \"mainstays\": \"isi ihe\",\n    \"mainstream\": \"isi\",\n    \"mainstreams\": \"okpokoro\",\n    \"mainstreeter\": \"nnukwu ụlọ\",\n    \"mainstreetism\": \"isi ihe\",\n    \"mainswear\": \"akwa akwa\",\n    \"maint\": \"maiti\",\n    \"maynt\": \"maiti\",\n    \"maintain\": \"mmezi\",\n    \"maintainability\": \"njigide\",\n    \"maintainable\": \"ịnọgide na-enwe\",\n    \"maintainableness\": \"ịnọgide na-enwe ness\",\n    \"maintained\": \"nọgidere na-enwe\",\n    \"maintainer\": \"onye nlekọta\",\n    \"maintainers\": \"ndị nlekọta\",\n    \"maintaining\": \"ịnọgide na-enwe\",\n    \"maintainment\": \"nlekọta\",\n    \"maintainor\": \"onye nlekọta\",\n    \"maintains\": \"na-ekwusi ike\",\n    \"maintenance\": \"mmezi\",\n    \"maintien\": \"isi\",\n    \"maintop\": \"isi ihe\",\n    \"maintopman\": \"onye isi\",\n    \"maintopmast\": \"isiokwu\",\n    \"maintopmen\": \"isi okwu\",\n    \"maintops\": \"isi\",\n    \"mainward\": \"isi\",\n    \"maiongkong\": \"Maiongkong\",\n    \"mayonnaise\": \"Mayonezi\",\n    \"mayor\": \"onye isi obodo\",\n    \"mayoral\": \"onye isi obodo\",\n    \"mayorality\": \"onye isi obodo\",\n    \"mayoralty\": \"onye isi obodo\",\n    \"mayoralties\": \"agbatị mayoral\",\n    \"mayors\": \"ndị isi obodo\",\n    \"mayorship\": \"isi obodo\",\n    \"mayorships\": \"mayorship\",\n    \"mayoruna\": \"onye isi obodo\",\n    \"maypole\": \"ike\",\n    \"maypoling\": \"ikekwe\",\n    \"maypop\": \"ike mmiri\",\n    \"maypops\": \"bọmbụ\",\n    \"maipure\": \"izipu\",\n    \"mairs\": \"maili\",\n    \"maister\": \"onye ozi\",\n    \"maistry\": \"ihe ndozi\",\n    \"mayten\": \"ghara ịdị\",\n    \"maytenus\": \"ikechukwu\",\n    \"maythe\": \"ike\",\n    \"maythes\": \"na-adighi\",\n    \"maythorn\": \"ikechukwu\",\n    \"maytide\": \"ihe omimi\",\n    \"maytime\": \"oge\",\n    \"maitresse\": \"Maitresse\",\n    \"mayvin\": \"Nwunye\",\n    \"mayvins\": \"ọdịiche\",\n    \"mayweed\": \"wewe\",\n    \"mayweeds\": \"akwa\",\n    \"maywings\": \"mekwa\",\n    \"maywort\": \"Nwunye\",\n    \"maize\": \"ọka\",\n    \"maizes\": \"maasị\",\n    \"majestatic\": \"ebube\",\n    \"majesty\": \"ebube\",\n    \"majestic\": \"ebube\",\n    \"majestical\": \"ebube\",\n    \"majestically\": \"ebube\",\n    \"majesticalness\": \"ebube\",\n    \"majesticness\": \"ebube\",\n    \"majesties\": \"ebube\",\n    \"majestious\": \"ebube\",\n    \"majestyship\": \"ebube\",\n    \"major\": \"Isi\",\n    \"majorate\": \"majo\",\n    \"majoration\": \"majo\",\n    \"majorcan\": \"nnukwu\",\n    \"majored\": \"amajuru\",\n    \"majoring\": \"isi\",\n    \"majorism\": \"isi\",\n    \"majorist\": \"onye isi\",\n    \"majoristic\": \"isi\",\n    \"majoritarian\": \"onye isi\",\n    \"majoritarianism\": \"ọchịchị aka ike\",\n    \"majority\": \"imirikiti\",\n    \"majorities\": \"ndị isi\",\n    \"majorize\": \"mezie\",\n    \"majors\": \"majo\",\n    \"majorship\": \"majo\",\n    \"makable\": \"eme\",\n    \"make\": \"-eme ka\",\n    \"makeable\": \"eme ka\",\n    \"makebate\": \"anamokari\",\n    \"makebates\": \"Emebisi\",\n    \"makefast\": \"kwụ ọtọ\",\n    \"makefasts\": \"anamkpa\",\n    \"makefile\": \"anamfile\",\n    \"makeless\": \"enweghị isi\",\n    \"maker\": \"onye mere\",\n    \"makeready\": \"emeka\",\n    \"makeress\": \"eme\",\n    \"makers\": \"ndị na-eme ya\",\n    \"makership\": \"ọrụ\",\n    \"makes\": \"anam\",\n    \"makeshift\": \"wuo\",\n    \"makeshifty\": \"na-eme eme\",\n    \"makeshiftiness\": \"na-eme ka oge na-aga\",\n    \"makeshiftness\": \"na-eme ka oge na-aga\",\n    \"makeshifts\": \"arụ\",\n    \"makeup\": \"Techaa\",\n    \"makeups\": \"ntecha\",\n    \"makeweight\": \"emewokwa\",\n    \"makework\": \"anam anam\",\n    \"making\": \"na-eme\",\n    \"makings\": \"eme\",\n    \"malabathrum\": \"mbukpo\",\n    \"malacanthid\": \"mmmmmmmmmmmmm\",\n    \"malacanthus\": \"okechi\",\n    \"malaccan\": \"ịmị\",\n    \"malaccident\": \"ọghọm\",\n    \"malaceous\": \"enwe\",\n    \"malacia\": \"ịba\",\n    \"malaclemys\": \"okirikiri\",\n    \"malaclypse\": \"ịrịa ọrịa\",\n    \"malacocotylea\": \"mmmmmmmmmmmmm\",\n    \"malacology\": \"ịba\",\n    \"malacologic\": \"ịrịa ọrịa\",\n    \"malacological\": \"ịrịa ọrịa\",\n    \"malacologist\": \"ọkà mmụta banyere ọrịa malacologist\",\n    \"malacopodous\": \"ihe malacopodous\",\n    \"malacopterygian\": \"kelechi nwankwo\",\n    \"malacopterygious\": \"kechioma\",\n    \"malacostracan\": \"okechi\",\n    \"malacostracous\": \"okechi\",\n    \"maladdress\": \"isi ala\",\n    \"malade\": \"ịrịa\",\n    \"malady\": \"ọrịa\",\n    \"maladies\": \"ọrịa\",\n    \"maladjust\": \"ndozi\",\n    \"maladjusted\": \"edozila\",\n    \"maladjustment\": \"mmezi\",\n    \"maladjustments\": \"mmezi\",\n    \"maladministered\": \"emebibeghị\",\n    \"maladministering\": \"ndozi ihe\",\n    \"maladministers\": \"ndiegwu\",\n    \"maladministration\": \"nrụrụ aka\",\n    \"maladministrator\": \"onye nchịkwa ihe\",\n    \"maladroitness\": \"nsogbu\",\n    \"maladventure\": \"ma eleghị anya,\",\n    \"malaguea\": \"ịba\",\n    \"malayic\": \"malayik\",\n    \"malayize\": \"malaịze\",\n    \"malaise\": \"ogba aghara\",\n    \"malaysia\": \"Malaysia\",\n    \"malaysian\": \"Maleshia\",\n    \"malaysians\": \"ndị Malaysia\",\n    \"malalignment\": \"njedobe\",\n    \"malamute\": \"malamụ\",\n    \"malamutes\": \"nkuzi\",\n    \"malandered\": \"maland\",\n    \"malandrous\": \"adịghị mma\",\n    \"malapertness\": \"ịrịa ọrịa\",\n    \"malapplication\": \"mmejọ\",\n    \"malappointment\": \"nkụda mmụọ\",\n    \"malapportioned\": \"enwee nsogbu\",\n    \"malapportionment\": \"ịrịa ọrịa\",\n    \"malappropriate\": \"ekwesighi\",\n    \"malappropriation\": \"malappisation\",\n    \"malapropisms\": \"ọrịa malapropisms\",\n    \"malapterurus\": \"okechi\",\n    \"malaria\": \"ịba\",\n    \"malarial\": \"ịba\",\n    \"malarian\": \"ịba\",\n    \"malariaproof\": \"ihe ịba\",\n    \"malarioid\": \"ịba\",\n    \"malarious\": \"malarlar\",\n    \"malarrangement\": \"ndokwa\",\n    \"malars\": \"malar\",\n    \"malassimilation\": \"malasimilation\",\n    \"malassociation\": \"njikọ malas\",\n    \"malates\": \"ihe ndozi\",\n    \"malattress\": \"ụlọ ndozi\",\n    \"malawians\": \"ndị Malawi\",\n    \"malaxed\": \"kwara\",\n    \"malaxermen\": \"ndiegwu\",\n    \"malaxing\": \"na-egbu egbu\",\n    \"malbehavior\": \"omume ojoo\",\n    \"malbrouck\": \"Malbrouck\",\n    \"malchite\": \"malachite\",\n    \"malcolm\": \"Malcolm\",\n    \"malconceived\": \"ghọtahiere\",\n    \"malconduct\": \"omume rụrụ arụ\",\n    \"malconformation\": \"ihe ojoo\",\n    \"malconstruction\": \"nrụrụ aka\",\n    \"malcontent\": \"enweghi afọ ojuju\",\n    \"malcontented\": \"afọ ojuju\",\n    \"malcontentedly\": \"enweghi afọ ojuju\",\n    \"malcontentedness\": \"afọ ojuju\",\n    \"malcontentism\": \"ezighi ezi\",\n    \"malcontently\": \"adịghị mma\",\n    \"malcontentment\": \"afọ ojuju\",\n    \"malcontents\": \"enweghi nsogbu\",\n    \"malconvenance\": \"imebi iwu\",\n    \"malcreated\": \"mejọọ\",\n    \"malcultivation\": \"imebi ihe\",\n    \"maldeveloped\": \"zụlite\",\n    \"maldigestion\": \"omume\",\n    \"maldirection\": \"ndozi\",\n    \"maldistribute\": \"Maldistribute\",\n    \"maldistribution\": \"mmekorita\",\n    \"maldivian\": \"Maldivian\",\n    \"maldonite\": \"Maldonite\",\n    \"male\": \"nwoke\",\n    \"maleability\": \"mmeghari\",\n    \"malease\": \"hapụ\",\n    \"maleate\": \"nwoke\",\n    \"maleates\": \"ụmụ nwoke\",\n    \"malebolge\": \"mmebe\",\n    \"malebolgian\": \"Nwoke\",\n    \"malebolgic\": \"onyegbako\",\n    \"malebranchism\": \"oke nwoke\",\n    \"malecite\": \"nwoke\",\n    \"maledicent\": \"a na-egbu egbu\",\n    \"maledict\": \"bụrụ onye a maara ama\",\n    \"maledicted\": \"na-akọcha\",\n    \"maledicting\": \"ndenye\",\n    \"malediction\": \"nkọcha\",\n    \"maledictions\": \"nkọcha\",\n    \"maledictive\": \"na-akọcha\",\n    \"maledictory\": \"nkatọ\",\n    \"maledicts\": \"nkọcha\",\n    \"maleducation\": \"mmeghari\",\n    \"malefaction\": \"mmekorita\",\n    \"malefactions\": \"mmekorita nwoke\",\n    \"malefactor\": \"omekome\",\n    \"malefactory\": \"arụ ọrụ\",\n    \"malefactors\": \"omume ọjọọ\",\n    \"malefactress\": \"nwanyi\",\n    \"malefactresses\": \"ndi nwanyi\",\n    \"malefeazance\": \"nwokefeazance\",\n    \"malefical\": \"ekweghị\",\n    \"malefically\": \"site na nwoke\",\n    \"maleficence\": \"okike\",\n    \"maleficent\": \"dị egwu\",\n    \"maleficently\": \"iji akọ\",\n    \"maleficial\": \"siri ike\",\n    \"maleficiate\": \"dị egwu\",\n    \"maleficiation\": \"mmeghari\",\n    \"maleic\": \"nwoke\",\n    \"maleinoidal\": \"Nwoke\",\n    \"malella\": \"lamella\",\n    \"malellae\": \"lamellae\",\n    \"malemiut\": \"Nwoke\",\n    \"malemuit\": \"Nwoke\",\n    \"malemute\": \"malamụ\",\n    \"maleness\": \"nwoke\",\n    \"malenesses\": \"ụmụ nwoke\",\n    \"malengine\": \"nwoke\",\n    \"maleos\": \"osmụ nwoke\",\n    \"maleruption\": \"emebi\",\n    \"males\": \"ụmụ nwoke\",\n    \"malesherbia\": \"Nwoke\",\n    \"malesherbiaceae\": \"maleherbiaceae\",\n    \"malesherbiaceous\": \"okechinwe\",\n    \"maletolt\": \"Maletolt\",\n    \"malevolence\": \"obi ọjọọ\",\n    \"malevolency\": \"ịdị mma\",\n    \"malevolent\": \"obi ọjọọ\",\n    \"malevolently\": \"n'ike\",\n    \"malevolous\": \"onye nzuzu\",\n    \"malexecution\": \"mmebi iwu\",\n    \"malfeasant\": \"ihe ojoo\",\n    \"malfed\": \"obula\",\n    \"malformation\": \"nkwarụ\",\n    \"malformations\": \"mmekpa ahụ\",\n    \"malformed\": \"enweghi nsogbu\",\n    \"malfortune\": \"nsogbu\",\n    \"malfunction\": \"arụ ọrụ\",\n    \"malfunctioned\": \"arụ ọrụ\",\n    \"malfunctioning\": \"anaghị arụ ọrụ\",\n    \"malfunctions\": \"nsogbu\",\n    \"malgovernment\": \"ọchịchị\",\n    \"malgr\": \"Malgr\",\n    \"malgrace\": \"imejọ\",\n    \"malhygiene\": \"ọcha nwoke\",\n    \"malhonest\": \"emeghị ihe n'eziokwu\",\n    \"malic\": \"echiche ojoo\",\n    \"malice\": \"echiche ojoo\",\n    \"maliceful\": \"echiche ojoo\",\n    \"maliceproof\": \"echiche ojoo\",\n    \"malices\": \"echiche ojoo\",\n    \"malicious\": \"obi ojoo\",\n    \"maliciously\": \"obi ọjọọ\",\n    \"maliciousness\": \"obi ojoo\",\n    \"malidentification\": \"nsogbu\",\n    \"maliferous\": \"dị njọ\",\n    \"malign\": \"imebi\",\n    \"malignance\": \"mmebi iwu\",\n    \"malignancies\": \"ihe ojoo\",\n    \"malignant\": \"obi ojoo\",\n    \"malignantly\": \"dị njọ\",\n    \"malignation\": \"mmejọ\",\n    \"maligned\": \"kwujọrọ\",\n    \"maligner\": \"ihe ojoo\",\n    \"maligners\": \"ndị na-emebi ihe\",\n    \"malignify\": \"imejọ\",\n    \"malignified\": \"ọjọọ\",\n    \"malignifying\": \"imebi ihe\",\n    \"maligning\": \"imebi ihe\",\n    \"malignity\": \"ọjọọ\",\n    \"malignities\": \"mmejọ\",\n    \"malignment\": \"mmejọ\",\n    \"maligns\": \"ihe ojoo\",\n    \"malinfluence\": \"Mmetụta ọjọọ\",\n    \"malingered\": \"maling\",\n    \"malingery\": \"maling\",\n    \"malingering\": \"maling\",\n    \"malingers\": \"malingerers\",\n    \"malinstitution\": \"mmekpo nri\",\n    \"malism\": \"nsogbu\",\n    \"malison\": \"malin\",\n    \"malisons\": \"mammon\",\n    \"malist\": \"onye malist\",\n    \"malistic\": \"echiche ojoo\",\n    \"mall\": \"nnukwu ụlọ ahịa\",\n    \"mallam\": \"Mallam\",\n    \"malleability\": \"achọ ihe\",\n    \"malleabilization\": \"legha ozi\",\n    \"malleable\": \"achọkarịsịrị\",\n    \"malleableize\": \"jisie ike\",\n    \"malleableized\": \"Achọgharị\",\n    \"malleableizing\": \"Na-emegharị anya\",\n    \"malleableness\": \"egwe ihe\",\n    \"malleably\": \"ejikwa\",\n    \"malleablize\": \"jisie ike\",\n    \"malleablized\": \"jisie ike\",\n    \"malleablizing\": \"Na-agagharị\",\n    \"malleal\": \"achọ\",\n    \"mallear\": \"maa mma\",\n    \"malleate\": \"imeka\",\n    \"malleated\": \"achọpụtara\",\n    \"malleating\": \"na-ejikwa ya\",\n    \"malleation\": \"osisi\",\n    \"malled\": \"gha\",\n    \"malleiferous\": \"ekwesi\",\n    \"mallender\": \"ihe na-edozi\",\n    \"mallenders\": \"ndị na-agwakọta ya\",\n    \"malleolable\": \"Enwere ike iji\",\n    \"malleoli\": \"Malleoli\",\n    \"malleted\": \"jikọtara\",\n    \"malleting\": \"ichikota\",\n    \"mallets\": \"ozi\",\n    \"malling\": \"na-echegharị\",\n    \"mallophagous\": \"Mallophagous\",\n    \"malloseismic\": \"nkwanye ugwu\",\n    \"malls\": \"nnukwu ụlọ ahịa\",\n    \"mallum\": \"nnukwu ụlọ\",\n    \"mallus\": \"nnukwu ụlọ ahịa\",\n    \"malm\": \"ahịhịa\",\n    \"malmaison\": \"ọjọọ\",\n    \"malmed\": \"emekpa\",\n    \"malmier\": \"onye ojoo\",\n    \"malmiest\": \"kacha njọ\",\n    \"malming\": \"ichikota\",\n    \"malmstone\": \"nkume igwe\",\n    \"malnourished\": \"erighị nri na-edozi ahụ\",\n    \"malnourishment\": \"nsogbu na-edozi ahụ\",\n    \"malnutrition\": \"erighị ihe na-edozi ahụ\",\n    \"maloccluded\": \"malocclud\",\n    \"malodor\": \"Malodor\",\n    \"malodorous\": \"mahodorous\",\n    \"malodorousness\": \"mahodofofo\",\n    \"maloperation\": \"arụ ọrụ\",\n    \"malorganization\": \"nhazi\",\n    \"malorganized\": \"hazie\",\n    \"malpighiaceous\": \"ekwenighi\",\n    \"malplaced\": \"gbanwere\",\n    \"malposed\": \"etinyere\",\n    \"malpractice\": \"omume ezighi ezi\",\n    \"malpracticed\": \"ezighi ezi\",\n    \"malpracticing\": \"imehie ihe\",\n    \"malpractioner\": \"mmekorita\",\n    \"malpractitioner\": \"onye na-emebi ihe\",\n    \"malpresentation\": \"ikwuputa ihe\",\n    \"malproportion\": \"ezighi ezi\",\n    \"malproportioned\": \"ezighi ezi\",\n    \"malpropriety\": \"ihe na-ezighi ezi\",\n    \"malpublication\": \"ezighi ezi\",\n    \"malreasoning\": \"regha\",\n    \"malshapen\": \"mbibi\",\n    \"malsworn\": \"echekwara\",\n    \"maltalent\": \"malta gbazinyere\",\n    \"maltase\": \"Maltese\",\n    \"maltases\": \"ndị maltesers\",\n    \"malted\": \"agbaghara\",\n    \"malteds\": \"Malteds\",\n    \"malter\": \"igwe\",\n    \"maltese\": \"Maltese\",\n    \"maltha\": \"malta\",\n    \"malthas\": \"ike\",\n    \"malthe\": \"nsogbu\",\n    \"malthene\": \"ike\",\n    \"malthite\": \"aghigbu\",\n    \"malthus\": \"ike\",\n    \"malthusian\": \"ikechukwu\",\n    \"malthusiast\": \"malthusianism\",\n    \"maltine\": \"nri\",\n    \"maltols\": \"maltol\",\n    \"maltoses\": \"maltose\",\n    \"maltreat\": \"ime ihe ojoo\",\n    \"maltreated\": \"emegbula\",\n    \"maltreating\": \"ime ihe ọjọọ\",\n    \"maltreatment\": \"mmekpa ahụ\",\n    \"maltreatments\": \"mmekpa ahụ\",\n    \"maltreator\": \"onye na-eme ihe ọjọọ\",\n    \"maltreats\": \"ihe ojoo\",\n    \"malturned\": \"maltured\",\n    \"malunion\": \"ọjọọ\",\n    \"malvaceae\": \"Malvaceae\",\n    \"malvaceous\": \"kehere\",\n    \"malvales\": \"nsogbu\",\n    \"malvasia\": \"Malvasia\",\n    \"malvasian\": \"Malvasian\",\n    \"malvastrum\": \"Malvastrum\",\n    \"malversation\": \"ihe ojoo\",\n    \"malverse\": \"ihe ojoo\",\n    \"malvin\": \"Okechukwu\",\n    \"malvolition\": \"nsogbu\",\n    \"mam\": \"mm\",\n    \"mamboed\": \"echekwa\",\n    \"mamboing\": \"ịboụ ara\",\n    \"mamers\": \"ndi ara\",\n    \"mamillate\": \"mmmmmmmmmm\",\n    \"mamillated\": \"nwechara\",\n    \"mamillation\": \"mamilị\",\n    \"mamlutdar\": \"mmmmmmmmmmmmm\",\n    \"mammal\": \"anụ\",\n    \"mammalian\": \"Anụ ara\",\n    \"mammalians\": \"ndị mammalians\",\n    \"mammaliferous\": \"na-egbu egbu\",\n    \"mammality\": \"anu aru\",\n    \"mammalogist\": \"onye mammalogist\",\n    \"mammalogists\": \"ndị mammalogists\",\n    \"mammals\": \"anwu\",\n    \"mammas\": \"mamma\",\n    \"mammate\": \"ara nwa ara\",\n    \"mammees\": \"mammy's\",\n    \"mammey\": \"mammy\",\n    \"mammeys\": \"mammy's\",\n    \"mammered\": \"maa mma\",\n    \"mammering\": \"na-egbu ara\",\n    \"mammers\": \"ndị na-eme ara\",\n    \"mammitides\": \"ndi mammitides\",\n    \"mammocked\": \"ara ara\",\n    \"mammographic\": \"ihe omimi\",\n    \"mammondom\": \"mammonom\",\n    \"mammonish\": \"jisie ike\",\n    \"mammonitish\": \"leba anya\",\n    \"mammoth\": \"nnukwu ihe\",\n    \"mammothrept\": \"mmmmmmmmmmmmm\",\n    \"mammotomy\": \"mammotomi\",\n    \"mamry\": \"nnukwu\",\n    \"mamzer\": \"mamza\",\n    \"man\": \"Nwoke\",\n    \"manace\": \"nri\",\n    \"manacing\": \"na-eche\",\n    \"manacle\": \"okpokoro\",\n    \"manacled\": \"gwuru\",\n    \"manacles\": \"ihe mgbochi\",\n    \"manacling\": \"na-eche\",\n    \"manacus\": \"manaakus\",\n    \"manage\": \"jikwaa\",\n    \"manageability\": \"njikwa\",\n    \"manageable\": \"kemeghi\",\n    \"manageableness\": \"nnweta nchịkwa\",\n    \"manageably\": \"kemeghi\",\n    \"managed\": \"jisiri\",\n    \"managee\": \"njikwa\",\n    \"manageless\": \"enweghi ike ijikwa\",\n    \"management\": \"njikwa\",\n    \"managemental\": \"njikwa\",\n    \"managements\": \"njikwa\",\n    \"manager\": \"njikwa\",\n    \"managerdom\": \"njikwa dom\",\n    \"manageress\": \"njikwa\",\n    \"managery\": \"njikwa\",\n    \"managerial\": \"nlekọta\",\n    \"managerially\": \"njikwa\",\n    \"managers\": \"ndị njikwa\",\n    \"managership\": \"njikwa\",\n    \"manages\": \"jikwaa\",\n    \"managing\": \"ijikwa\",\n    \"manaism\": \"mana\",\n    \"manal\": \"nri\",\n    \"manana\": \"manaana\",\n    \"mananas\": \"mana\",\n    \"manas\": \"mana\",\n    \"manasic\": \"mana\",\n    \"manasseh\": \"mana\",\n    \"manatees\": \"ndiigbo\",\n    \"manation\": \"isi\",\n    \"manbird\": \"okpokoro\",\n    \"manches\": \"manki\",\n    \"manchesterdom\": \"Nwoke\",\n    \"manchesterist\": \"onye manchester\",\n    \"manchestrian\": \"Nwoke ukwu\",\n    \"manchets\": \"manche\",\n    \"mancipable\": \"eze\",\n    \"mancipant\": \"onye na-elekọta mmadụ\",\n    \"mancipate\": \"kuzie\",\n    \"mancipation\": \"njikwa\",\n    \"mancipative\": \"mantika\",\n    \"manciples\": \"ụkpụrụ\",\n    \"mancipleship\": \"manciplehip\",\n    \"mancipular\": \"ihe nchịkwa\",\n    \"mand\": \"iwu\",\n    \"mandament\": \"iwu\",\n    \"mandamuse\": \"mandamus\",\n    \"mandamused\": \"mandamus\",\n    \"mandamuses\": \"mandamus\",\n    \"mandamusing\": \"inye iwu\",\n    \"mandant\": \"iwu\",\n    \"mandarinate\": \"ikike\",\n    \"mandarinic\": \"asụsụ mandarinic\",\n    \"mandarinism\": \"asụsụ mandarin\",\n    \"mandarinship\": \"ikike\",\n    \"mandat\": \"iwu\",\n    \"mandatary\": \"iwu\",\n    \"mandataries\": \"iwu\",\n    \"mandate\": \"iwu\",\n    \"mandated\": \"iwu\",\n    \"mandatedness\": \"iwu\",\n    \"mandates\": \"iwu\",\n    \"mandating\": \"iwu\",\n    \"mandation\": \"iwu\",\n    \"mandative\": \"iwu\",\n    \"mandator\": \"onye nduzi\",\n    \"mandatory\": \"amanyere bụ iwu\",\n    \"mandatories\": \"ikike\",\n    \"mandatorily\": \"iwu\",\n    \"mandatoriness\": \"ikike\",\n    \"mandators\": \"ndị ọchịchị\",\n    \"mandats\": \"iwu\",\n    \"mandatum\": \"iwu\",\n    \"mandible\": \"ekwere okwu\",\n    \"mandibular\": \"dị ka ihe atụ\",\n    \"mandibulate\": \"mandila\",\n    \"mandibulated\": \"manyere anya\",\n    \"mandilion\": \"iwu\",\n    \"mandir\": \"iwu\",\n    \"mandment\": \"iwu\",\n    \"mandoer\": \"mando\",\n    \"mandolinist\": \"onye mandolinist\",\n    \"mandolinists\": \"ndị mandolinists\",\n    \"mandriarch\": \"onye isi\",\n    \"mandrill\": \"iwu\",\n    \"mandrills\": \"iwu\",\n    \"mandrils\": \"iwu\",\n    \"mandrin\": \"mandarin\",\n    \"mandritta\": \"iwu\",\n    \"mands\": \"ndị mmadụ\",\n    \"manducable\": \"mfe\",\n    \"manducate\": \"maneduedu\",\n    \"manducated\": \"gbasaa\",\n    \"manducating\": \"na-edozi\",\n    \"manducation\": \"mmezi\",\n    \"manducatory\": \"na-edozi\",\n    \"mane\": \"aji\",\n    \"manege\": \"mee ka\",\n    \"maneges\": \"maneg\",\n    \"maneless\": \"enweghị uche\",\n    \"manerial\": \"manikal\",\n    \"manes\": \"Nwoke\",\n    \"manesheet\": \"mpempe akwụkwọ\",\n    \"maness\": \"nwoke\",\n    \"maneuver\": \"imeghari\",\n    \"maneuverability\": \"imeghari\",\n    \"maneuverable\": \"Emeghari\",\n    \"maneuvered\": \"imegharị\",\n    \"maneuverer\": \"Ngbanwe\",\n    \"maneuvering\": \"Nkpagharị\",\n    \"maneuvers\": \"imeghari\",\n    \"maneuvrability\": \"imeghari\",\n    \"maneuvrable\": \"imeghari\",\n    \"maneuvre\": \"imeghari\",\n    \"maneuvred\": \"megharịrị\",\n    \"maneuvring\": \"imeghari\",\n    \"manfish\": \"azụ\",\n    \"manful\": \"nwoke\",\n    \"manfully\": \"nwoke\",\n    \"manfulness\": \"nwoke\",\n    \"manganate\": \"nri\",\n    \"manganetic\": \"ihe na-eme eme\",\n    \"manganize\": \"hazie\",\n    \"mangar\": \"manga\",\n    \"manger\": \"ufene\",\n    \"mangery\": \"ịgwọ ọrịa\",\n    \"mangerite\": \"ufene\",\n    \"mangers\": \"ufene\",\n    \"mangy\": \"ndị mmadụ\",\n    \"mangier\": \"mangi\",\n    \"manginess\": \"Nwoke\",\n    \"manglers\": \"manga\",\n    \"mangles\": \"mangị\",\n    \"mangling\": \"mang\",\n    \"manglingly\": \"maninging\",\n    \"mangoes\": \"mango\",\n    \"mangolds\": \"mangolọ\",\n    \"mangonize\": \"mangonụ\",\n    \"manhandled\": \"jikwaa\",\n    \"manhandles\": \"ndị mmadụ\",\n    \"manhandling\": \"ijikwa\",\n    \"manhattans\": \"ndiegwu\",\n    \"manhead\": \"isi\",\n    \"manhole\": \"olulu\",\n    \"manhood\": \"nwoke\",\n    \"manhoods\": \"nwoke\",\n    \"manhunt\": \"ịchụ nta\",\n    \"manhunting\": \"na-achọ\",\n    \"manhunts\": \"manhants\",\n    \"many\": \"ọtụtụ\",\n    \"manyberry\": \"ọtụtụ\",\n    \"manic\": \"mana\",\n    \"manically\": \"man\",\n    \"manicate\": \"tugharia\",\n    \"manichaeist\": \"ndị manichaeist\",\n    \"manicord\": \"ntuziaka\",\n    \"manics\": \"ihe omuma\",\n    \"manicure\": \"ịkpụcha mbọ aka\",\n    \"manicures\": \"ịkpụcha mbọ aka\",\n    \"manicuring\": \"ịkpụcha mbọ aka\",\n    \"manicurist\": \"ịkpụcha mbọ aka\",\n    \"manicurists\": \"ndị manicurists\",\n    \"manifer\": \"gosipụta\",\n    \"manifest\": \"gosipụta\",\n    \"manifestable\": \"gosiputa\",\n    \"manifestant\": \"pụtara ìhè\",\n    \"manifestation\": \"ngosipụta\",\n    \"manifestational\": \"ngosipụta\",\n    \"manifestationist\": \"onye ngosi\",\n    \"manifestations\": \"ngosipụta\",\n    \"manifestative\": \"ihe ngosi\",\n    \"manifestatively\": \"pụtara ìhè\",\n    \"manifested\": \"gosipụtara\",\n    \"manifestedness\": \"gosiputara\",\n    \"manifester\": \"onye ngosipụta\",\n    \"manifesting\": \"igosipụta\",\n    \"manifestive\": \"igosipụta\",\n    \"manifestly\": \"pụtara ìhè\",\n    \"manifestness\": \"ngosipụta\",\n    \"manifesto\": \"ngosipụta\",\n    \"manifestoed\": \"gosipụtara\",\n    \"manifestoes\": \"ngosipụta\",\n    \"manifestos\": \"ngosipụta\",\n    \"manifests\": \"na-egosipụta\",\n    \"manify\": \"kwalite\",\n    \"manifold\": \"iche iche\",\n    \"manyfold\": \"ọtụtụ\",\n    \"manifolded\": \"gbasasịa\",\n    \"manifolding\": \"manifold\",\n    \"manifoldly\": \"ugboro ugboro\",\n    \"manifoldness\": \"mmụọ iche\",\n    \"manifolds\": \"ekpughe\",\n    \"manifoldwise\": \"ugboro ugboro\",\n    \"maniform\": \"gosipụta\",\n    \"manihots\": \"manihot\",\n    \"manikinism\": \"manikins\",\n    \"manila\": \"manaila\",\n    \"manilas\": \"manaila\",\n    \"manilio\": \"manailio\",\n    \"manioc\": \"iri\",\n    \"maniocs\": \"ihe ederede\",\n    \"maniple\": \"mana\",\n    \"maniples\": \"ekpenta\",\n    \"manyplies\": \"ọtụtụ, ọtụtụ\",\n    \"manipulability\": \"njikwa\",\n    \"manipulable\": \"Enwere ike ịgbanwe\",\n    \"manipular\": \"aka\",\n    \"manipulary\": \"njikwa\",\n    \"manipulatability\": \"njikwa\",\n    \"manipulate\": \"na-achịkwa\",\n    \"manipulated\": \"arụ ọrụ\",\n    \"manipulates\": \"na-achịkwa\",\n    \"manipulating\": \"na-achịkwa\",\n    \"manipulation\": \"nhazi\",\n    \"manipulational\": \"njikwa\",\n    \"manipulations\": \"njikwa\",\n    \"manipulative\": \"aghụghọ\",\n    \"manipulatively\": \"iji aka\",\n    \"manipulator\": \"onye na-eme ihe\",\n    \"manipulatory\": \"njikwa\",\n    \"manipulators\": \"ndị na-eme ihe nchịkwa\",\n    \"manipuri\": \"ifuru\",\n    \"manyroot\": \"Ugboro abụọ\",\n    \"manysidedness\": \"ndi mmadu\",\n    \"manism\": \"nwoke\",\n    \"manist\": \"nwoke\",\n    \"manistic\": \"mmadụ\",\n    \"manitoban\": \"manitoba\",\n    \"manitos\": \"manitou\",\n    \"manitous\": \"manitou\",\n    \"manyways\": \"ọtụtụ mgbe\",\n    \"manywhere\": \"n'ọtụtụ ebe\",\n    \"manywise\": \"otu aka ahu\",\n    \"manjack\": \"igbu mmadụ\",\n    \"mank\": \"Nwoke\",\n    \"mankeeper\": \"onye njikwa\",\n    \"manky\": \"mankyị\",\n    \"mankilling\": \"igbu mmadu\",\n    \"mankind\": \"mmadu\",\n    \"mankindly\": \"mmadu\",\n    \"manks\": \"Nwoke\",\n    \"manless\": \"enweghi nwoke\",\n    \"manlessly\": \"na-enweghị isi\",\n    \"manlessness\": \"enweghị uche\",\n    \"manlet\": \"uwe\",\n    \"manly\": \"nwoke\",\n    \"manlier\": \"Nwoke\",\n    \"manliest\": \"kasị\",\n    \"manlihood\": \"nwoke\",\n    \"manlike\": \"nwoke dika\",\n    \"manlikely\": \"eleghi anya\",\n    \"manlikeness\": \"omume\",\n    \"manliness\": \"nwoke\",\n    \"manmade\": \"emee\",\n    \"manna\": \"mana\",\n    \"mannaia\": \"mana\",\n    \"mannans\": \"mana\",\n    \"mannas\": \"manna\",\n    \"manned\": \"nwoke\",\n    \"manner\": \"omume\",\n    \"mannerable\": \"dị mfe\",\n    \"manneredness\": \"omume\",\n    \"mannerhood\": \"ụkpụrụ\",\n    \"mannering\": \"maning\",\n    \"mannerism\": \"ịdị ọcha\",\n    \"mannerisms\": \"omume\",\n    \"mannerist\": \"istbụ\",\n    \"manneristic\": \"ịdị mma\",\n    \"manneristical\": \"ịdị njikere\",\n    \"manneristically\": \"n'ụzọ\",\n    \"mannerize\": \"hazie\",\n    \"mannerless\": \"enweghị atụ\",\n    \"mannerlessness\": \"enweghị nsọpụrụ\",\n    \"mannerly\": \"n'ụzọ\",\n    \"mannerliness\": \"ịdị ọcha\",\n    \"manners\": \"omume\",\n    \"mannersome\": \"àgwà ọma\",\n    \"manness\": \"nwoke\",\n    \"manny\": \"mana\",\n    \"manniferous\": \"mannife\",\n    \"mannify\": \"mee ka ha mara\",\n    \"mannishness\": \"mannish\",\n    \"mannites\": \"mana\",\n    \"mannitols\": \"nri\",\n    \"mannose\": \"mana\",\n    \"manoeuvre\": \"imeghari\",\n    \"manoeuvred\": \"imegharị\",\n    \"manoeuvring\": \"Nkpagharị\",\n    \"manoir\": \"nri\",\n    \"manometer\": \"manometa\",\n    \"manometers\": \"manomita\",\n    \"manometries\": \"manometri\",\n    \"manorial\": \"ihe ncheta\",\n    \"manorialism\": \"ihe ncheta\",\n    \"manorialize\": \"dezie\",\n    \"manors\": \"ihe eji eme ihe\",\n    \"manorship\": \"njikwa\",\n    \"manpack\": \"akwa uwe\",\n    \"manpower\": \"ike\",\n    \"manpowers\": \"ndị isi\",\n    \"manqu\": \"nri\",\n    \"manque\": \"nri\",\n    \"manqueller\": \"ihe ndozi\",\n    \"manred\": \"maan\",\n    \"manrent\": \"nwoke\",\n    \"manroot\": \"okpu\",\n    \"manrope\": \"mangoro\",\n    \"mans\": \"ndị ikom\",\n    \"mansards\": \"ndị isi\",\n    \"manservant\": \"ohu nwoke\",\n    \"manses\": \"mansie\",\n    \"manship\": \"ịbụ nwoke\",\n    \"mansion\": \"ulo\",\n    \"mansions\": \"ụlọ\",\n    \"manslayer\": \"ogbu mmadu\",\n    \"manslayers\": \"ndị ogbu mmadụ\",\n    \"manslaying\": \"na-egbu mmadụ\",\n    \"manslaughter\": \"igbu mmadu\",\n    \"manslaughterer\": \"ogbu mmadu\",\n    \"manslaughtering\": \"igbu mmadu\",\n    \"manslaughterous\": \"gburu anyị\",\n    \"manslaughters\": \"igbu mmadu\",\n    \"mansonry\": \"osisi\",\n    \"manstealer\": \"onye isi nwoke\",\n    \"manstealing\": \"nwoke na-ezu ohi\",\n    \"manstopping\": \"mantope\",\n    \"mansuetely\": \"mansuete\",\n    \"manswear\": \"uwe elu\",\n    \"mansworn\": \"Nwoke\",\n    \"mant\": \"manta\",\n    \"mantal\": \"manta\",\n    \"mantelets\": \"mantelet\",\n    \"mantelpieces\": \"ihe ederede\",\n    \"mantes\": \"ndị mmadụ\",\n    \"manty\": \"manti\",\n    \"mantic\": \"manti\",\n    \"mantically\": \"na mkpịsị aka\",\n    \"manticism\": \"ịkwa iko\",\n    \"mantle\": \"uwe mgbokwasị\",\n    \"mantlepiece\": \"mantelpiece\",\n    \"mantlepieces\": \"uwe aka\",\n    \"mantlerock\": \"mantle nkume\",\n    \"mantlet\": \"uwe ime\",\n    \"mantletree\": \"osisi mantle\",\n    \"mantlets\": \"uwe ime\",\n    \"mantling\": \"na-ekwu okwu\",\n    \"mantlings\": \"mantịn\",\n    \"mantologist\": \"ọkà mmụta ihe banyere ụmụ anụmanụ\",\n    \"mantras\": \"mantra\",\n    \"manual\": \"ntuziaka\",\n    \"manualism\": \"akwụkwọ ntuziaka\",\n    \"manualist\": \"onye ntuziaka\",\n    \"manualiter\": \"ntuziaka\",\n    \"manually\": \"aka\",\n    \"manuals\": \"akwụkwọ ntuziaka\",\n    \"manubria\": \"manubrium\",\n    \"manubrial\": \"manubrium\",\n    \"manubriums\": \"manubrium\",\n    \"manucodiata\": \"manucodia\",\n    \"manuduce\": \"manudu\",\n    \"manuduction\": \"nduhie\",\n    \"manuductive\": \"onye aghụghọ\",\n    \"manuductor\": \"onye ndu\",\n    \"manuel\": \"ntuziaka\",\n    \"manuever\": \"imeghari\",\n    \"manueverable\": \"Emeghari\",\n    \"manuevered\": \"manụwa\",\n    \"manuevers\": \"ndi mmadu\",\n    \"manuf\": \"nzube\",\n    \"manufact\": \"emeputa\",\n    \"manufaction\": \"nzubeaction\",\n    \"manufactor\": \"emeputa\",\n    \"manufactory\": \"arụpụta\",\n    \"manufactories\": \"arụpụta\",\n    \"manufacturable\": \"arụpụta\",\n    \"manufactural\": \"emeputa\",\n    \"manufacture\": \"rụpụta\",\n    \"manufactured\": \"arụpụtara\",\n    \"manufacturer\": \"emeputa\",\n    \"manufacturers\": \"ndị na-emepụta ihe\",\n    \"manufactures\": \"arụpụta ihe\",\n    \"manufacturess\": \"ndị na-emepụta ihe\",\n    \"manufacturing\": \"n'ichepụta\",\n    \"manul\": \"ntuziaka\",\n    \"manumission\": \"nkwụsị\",\n    \"manumissions\": \"ihe ngosi\",\n    \"manumit\": \"echekwa\",\n    \"manumits\": \"na-echekwa\",\n    \"manumitted\": \"okpu\",\n    \"manumitter\": \"onye nchịkwa\",\n    \"manumitting\": \"na-ejide\",\n    \"manurable\": \"manorable\",\n    \"manurance\": \"mmanụ\",\n    \"manure\": \"nri\",\n    \"manureless\": \"na-enweghị nri\",\n    \"manurement\": \"nri\",\n    \"manurer\": \"fatịlaịza\",\n    \"manurers\": \"nri ala\",\n    \"manures\": \"nri\",\n    \"manurial\": \"nri\",\n    \"manuring\": \"nri\",\n    \"manus\": \"nri\",\n    \"manuscript\": \"ihe odide\",\n    \"manuscriptal\": \"ihe odide\",\n    \"manuscription\": \"ihe odide\",\n    \"manuscripts\": \"ihe odide\",\n    \"manuscriptural\": \"ihe odide\",\n    \"manustupration\": \"mkpuchi\",\n    \"manutenency\": \"ịdị njikere\",\n    \"manward\": \"nwoke\",\n    \"manwards\": \"nwoke\",\n    \"manxwoman\": \"nwanyi\",\n    \"maoriland\": \"Maoriland\",\n    \"maoris\": \"Maoris\",\n    \"maormor\": \"Maormor\",\n    \"map\": \"maapụ\",\n    \"mapache\": \"isi nri\",\n    \"maphrian\": \"Mafrian\",\n    \"mapland\": \"Mapland\",\n    \"maples\": \"maapụ\",\n    \"mapmaker\": \"onye na-ese ihe\",\n    \"mapmakers\": \"ndị na-eme ihe ngosi\",\n    \"mapmaking\": \"eserese map\",\n    \"mappable\": \"ike\",\n    \"mappen\": \"kpoo\",\n    \"mapper\": \"maapu\",\n    \"mapping\": \"nkewa\",\n    \"mappings\": \"ihe osise\",\n    \"mappist\": \"onye mapp\",\n    \"maps\": \"eserese\",\n    \"mapwise\": \"maapụl\",\n    \"maray\": \"aga\",\n    \"marauded\": \"amaara\",\n    \"marauders\": \"ndị ohi\",\n    \"marbelizing\": \"na -akpọ\",\n    \"marble\": \"mabul\",\n    \"marbled\": \"amaokwu\",\n    \"marbleheader\": \"ọmarịcha isi\",\n    \"marblehearted\": \"ndi amara\",\n    \"marbleized\": \"marble\",\n    \"marbleizes\": \"ọmarịcha\",\n    \"marbleizing\": \"ịmara\",\n    \"marblelike\": \"mabul\",\n    \"marbleness\": \"ịlụ ọgụ\",\n    \"marbler\": \"mabul\",\n    \"marblers\": \"marble\",\n    \"marbles\": \"marble\",\n    \"marbly\": \"di iche iche\",\n    \"marblier\": \"okirikiri\",\n    \"marbling\": \"ịlụ ọgụ\",\n    \"marblings\": \"nwaanyi\",\n    \"marblish\": \"marbish\",\n    \"marc\": \"ịmara\",\n    \"marcantant\": \"marcant\",\n    \"marcasite\": \"anwuru\",\n    \"marcasitic\": \"iheanacho\",\n    \"marcasitical\": \"anwuru\",\n    \"marcelled\": \"juru\",\n    \"marcelling\": \"ịmara\",\n    \"marcescence\": \"ahụrụ\",\n    \"march\": \"Maachi\",\n    \"marched\": \"zọọrọ ije\",\n    \"marchen\": \"ije\",\n    \"marcher\": \"onye oru\",\n    \"marchers\": \"ndị na-agba ọsọ\",\n    \"marches\": \"jee ije\",\n    \"marchet\": \"njem\",\n    \"marching\": \"ije\",\n    \"marchioness\": \"ije\",\n    \"marchionesses\": \"ndiegwu\",\n    \"marchite\": \"mara ụlọ\",\n    \"marchland\": \"Maachland\",\n    \"marchmen\": \"ndi-agha\",\n    \"marchmont\": \"igwu\",\n    \"marcite\": \"mara\",\n    \"marco\": \"okpu\",\n    \"marcor\": \"ịmara\",\n    \"marcos\": \"ọwụwa\",\n    \"marcot\": \"akwu\",\n    \"marcottage\": \"ụlọ marc\",\n    \"marcs\": \"ogwo\",\n    \"mardy\": \"amadi\",\n    \"mare\": \"nne nne\",\n    \"marek\": \"Maik\",\n    \"mareotic\": \"Anuru\",\n    \"marezzo\": \"Marezzo\",\n    \"marg\": \"weghaara\",\n    \"margaric\": \"margarik\",\n    \"margent\": \"pụrụ iche\",\n    \"margented\": \"ijuanya\",\n    \"margenting\": \"ijuanya\",\n    \"margents\": \"ego\",\n    \"margery\": \"ndọda\",\n    \"margin\": \"oke\",\n    \"marginal\": \"oke\",\n    \"marginalia\": \"oke marginalia\",\n    \"marginality\": \"oke oke\",\n    \"marginalize\": \"dịpụrụ adịpụ\",\n    \"marginally\": \"oke\",\n    \"marginals\": \"oke\",\n    \"marginate\": \"oke\",\n    \"marginated\": \"okpu\",\n    \"marginating\": \"oke\",\n    \"margination\": \"oke\",\n    \"margined\": \"margin\",\n    \"margining\": \"oke\",\n    \"margins\": \"oke\",\n    \"margot\": \"ikpuru\",\n    \"margravial\": \"alụmdi na nwunye\",\n    \"marguerites\": \"ndi margaerites\",\n    \"marheshvan\": \"Nwanne Nwoke\",\n    \"marianic\": \"mmmmmmmmmmmmm\",\n    \"marianist\": \"maryist\",\n    \"maricolous\": \"ihe ijuanya\",\n    \"marid\": \"ụgbọ mmiri\",\n    \"marigenous\": \"amaala\",\n    \"marigraphic\": \"ogechi\",\n    \"marijuana\": \"wii wii\",\n    \"maryland\": \"Okechukwu\",\n    \"marylander\": \"Marylander\",\n    \"marylanders\": \"ndiegwu\",\n    \"marinaded\": \"marinade\",\n    \"marinading\": \"na-akwọ ụgbọ mmiri\",\n    \"marinal\": \"ụgbọ mmiri\",\n    \"marinate\": \"igba mmiri\",\n    \"marinated\": \"gbara\",\n    \"marinates\": \"marinades\",\n    \"marinating\": \"na-akwọ ụgbọ mmiri\",\n    \"marination\": \"na-akwọ ụgbọ mmiri\",\n    \"marine\": \"mmiri\",\n    \"marined\": \"mmiri\",\n    \"mariner\": \"onye na-akwọ ụgbọ mmiri\",\n    \"mariners\": \"ndị ọkwọ ụgbọ mmiri\",\n    \"marinership\": \"ụgbọ mmiri ụgbọ mmiri\",\n    \"marines\": \"ụgbọ mmiri\",\n    \"marinist\": \"onye ọrụ ụgbọ mmiri\",\n    \"mario\": \"Mario\",\n    \"mariolatrous\": \"ọmarịcha\",\n    \"mariology\": \"ihe omumu\",\n    \"marion\": \"mmiri\",\n    \"marys\": \"ndị nwunye\",\n    \"marish\": \"igbo\",\n    \"marishes\": \"na-aga\",\n    \"marishness\": \"ịlụ nwanyị\",\n    \"maritage\": \"oke\",\n    \"marital\": \"ndọ\",\n    \"maritality\": \"alụm di na nwunye\",\n    \"maritally\": \"di na nwunye\",\n    \"mariticidal\": \"nwunye\",\n    \"mariticide\": \"ịlụ ọgụ\",\n    \"maritimal\": \"ụgbọ mmiri\",\n    \"maritimate\": \"ụgbọ mmiri\",\n    \"maritime\": \"ụgbọ mmiri\",\n    \"maritorious\": \"kwesịrị ekwesị\",\n    \"marjorie\": \"mmmmmmmmmmmmm\",\n    \"mark\": \"akara\",\n    \"marka\": \"mgbe\",\n    \"markable\": \"akara\",\n    \"markaz\": \"mgbez\",\n    \"markazes\": \"mgbezes\",\n    \"markdown\": \"akara\",\n    \"markdowns\": \"akara\",\n    \"marked\": \"akara\",\n    \"markedly\": \"pụtara ìhè\",\n    \"markedness\": \"akara\",\n    \"marker\": \"ihe nrịbama\",\n    \"markery\": \"ihe nrịba ama\",\n    \"markers\": \"ihe nrịbama\",\n    \"market\": \"ahịa\",\n    \"marketableness\": \"ahịa\",\n    \"marketably\": \"ahịa\",\n    \"marketed\": \"ahịa\",\n    \"marketeer\": \"ahịa\",\n    \"marketeers\": \"ndị na-ere ahịa\",\n    \"marketer\": \"ahia\",\n    \"marketers\": \"ndị ahịa\",\n    \"marketing\": \"ahia\",\n    \"marketings\": \"ahịa\",\n    \"marketman\": \"onye ahia\",\n    \"marketplace\": \"n'ọma ahịa\",\n    \"marketplaces\": \"n'ọma ahịa\",\n    \"markets\": \"ahịa\",\n    \"marketstead\": \"ahịa\",\n    \"marketwise\": \"ahịa ahịa\",\n    \"markhoors\": \"akara aka\",\n    \"markhors\": \"akara aka\",\n    \"marking\": \"na-akanye\",\n    \"markingly\": \"pụtara ìhè\",\n    \"markings\": \"akara\",\n    \"markis\": \"akara\",\n    \"markkas\": \"akara\",\n    \"markless\": \"enweghị akara\",\n    \"markman\": \"akara\",\n    \"markmen\": \"ndi oru\",\n    \"markmote\": \"akara\",\n    \"marks\": \"akara\",\n    \"markshot\": \"akara\",\n    \"marksman\": \"Akara\",\n    \"marksmanly\": \"na-egosi\",\n    \"marksmanship\": \"akara\",\n    \"marksmen\": \"ndị akara\",\n    \"markstone\": \"okwute\",\n    \"markswoman\": \"nwanyị nwanyị\",\n    \"markswomen\": \"umu nwanyi\",\n    \"markup\": \"akara\",\n    \"markups\": \"akara\",\n    \"markus\": \"akara\",\n    \"markworthy\": \"dị ịrịba ama\",\n    \"marlaceous\": \"mara\",\n    \"marlacious\": \"mara\",\n    \"marled\": \"gharịị\",\n    \"marly\": \"ịlụ\",\n    \"marlier\": \"ọmarịcha\",\n    \"marliest\": \"kasị\",\n    \"marline\": \"mara\",\n    \"marlines\": \"akụkọ\",\n    \"marling\": \"ịlụ\",\n    \"marlings\": \"umu nne\",\n    \"marlingspike\": \"mmmmmmmmmmmmm\",\n    \"marlins\": \"ogwe\",\n    \"marlinspike\": \"ndiegwu\",\n    \"marlites\": \"anwu\",\n    \"marlitic\": \"maritik\",\n    \"marlovian\": \"Asụsụ Marlovian\",\n    \"marm\": \"Marm\",\n    \"marmarizing\": \"iju\",\n    \"marmennill\": \"mmmmmmmmmmmmm\",\n    \"marmit\": \"di na nwunye\",\n    \"marmites\": \"ndị di na nwunye\",\n    \"marmoraceous\": \"mara\",\n    \"marmorate\": \"weghaara\",\n    \"marmorated\": \"juo\",\n    \"marmoration\": \"alụmdi na nwunye\",\n    \"marmoreal\": \"amarakwa\",\n    \"marmoreally\": \"ihe di iche-iche\",\n    \"marmoric\": \"marmot\",\n    \"marmorize\": \"buo ihe n'isi\",\n    \"marmose\": \"marmoset\",\n    \"marmots\": \"mammot\",\n    \"maronian\": \"Maronian\",\n    \"maronist\": \"okonkwo\",\n    \"maronite\": \"Maronite\",\n    \"marooned\": \"amaala\",\n    \"maroons\": \"moroon\",\n    \"maror\": \"egwu\",\n    \"marplot\": \"ọkpukpe\",\n    \"marplotry\": \"ọlụlụ\",\n    \"marplots\": \"akpụrụ mmiri\",\n    \"marprelate\": \"ịkọwa ihe\",\n    \"marquessate\": \"mara\",\n    \"marquesses\": \"mara\",\n    \"marquises\": \"marakwa\",\n    \"marraine\": \"mmiri\",\n    \"marrams\": \"ọlụlụ\",\n    \"marranism\": \"alụm di na nwunye\",\n    \"marranize\": \"wepu aka\",\n    \"marred\": \"alụghị di\",\n    \"marree\": \"nwunye\",\n    \"marrer\": \"okwa\",\n    \"marrers\": \"ndị ohi\",\n    \"marry\": \"lụọ di\",\n    \"marriable\": \"di na nwunye\",\n    \"marriage\": \"ndọ\",\n    \"marriageability\": \"alụmdi na nwunye\",\n    \"marriageable\": \"di na nwunye\",\n    \"marriageableness\": \"alụmdi na nwunye\",\n    \"marriageproof\": \"alụmdi na nwunye akaebe\",\n    \"marriages\": \"di na nwunye\",\n    \"married\": \"ọdọ\",\n    \"marriedly\": \"di na nwunye\",\n    \"marrieds\": \"ọdọ\",\n    \"marrier\": \"ọdọ\",\n    \"marryer\": \"lụọ di\",\n    \"marriers\": \"lụọ di\",\n    \"marries\": \"lụọ di\",\n    \"marrying\": \"ndidọ\",\n    \"marrymuffe\": \"ịlụ nwunye\",\n    \"marring\": \"ịlụ di\",\n    \"marrys\": \"lụọ di\",\n    \"marrock\": \"ogwugwu\",\n    \"marron\": \"ọmarịcha\",\n    \"marrons\": \"ndị ozi\",\n    \"marrot\": \"okooko\",\n    \"marrow\": \"ụmị\",\n    \"marrowbone\": \"ụmị\",\n    \"marrowbones\": \"ụmị ọkpụkpụ\",\n    \"marrowed\": \"juu\",\n    \"marrowy\": \"ụmị\",\n    \"marrowing\": \"ibelata\",\n    \"marrowless\": \"na-enweghị atụ\",\n    \"marrows\": \"ụmị\",\n    \"marrowsky\": \"marrowky\",\n    \"marrowskyer\": \"onyenze\",\n    \"mars\": \"Mars\",\n    \"marsdenia\": \"Marsh\",\n    \"marse\": \"arụ\",\n    \"marses\": \"Mars\",\n    \"marsh\": \"ala opitoropi\",\n    \"marshalcies\": \"ala ga\",\n    \"marshaling\": \"marsha\",\n    \"marshall\": \"Marshal\",\n    \"marshalling\": \"marshall\",\n    \"marshalls\": \"Marshals\",\n    \"marshes\": \"ala-ala\",\n    \"marshfire\": \"ala ala\",\n    \"marshflower\": \"okooko osisi\",\n    \"marshy\": \"ala ala\",\n    \"marshier\": \"onye ozi\",\n    \"marshiest\": \"marshi\",\n    \"marshland\": \"ala ala Marshland\",\n    \"marshlander\": \"ala marshlander\",\n    \"marshlands\": \"ala marshlands\",\n    \"marshlike\": \"marsh yiri\",\n    \"marshlocks\": \"ala opitoropi akpọchi\",\n    \"marshmen\": \"marshman\",\n    \"marshs\": \"ala opitoropi\",\n    \"marsian\": \"Marsh\",\n    \"marsilea\": \"Marshalia\",\n    \"marsilia\": \"Marshalia\",\n    \"marsoon\": \"Marso\",\n    \"marssonia\": \"Marsh\",\n    \"marssonina\": \"Marssonina\",\n    \"marsupializing\": \"na-eche echiche\",\n    \"marsupian\": \"Marsupian\",\n    \"mart\": \"Mart\",\n    \"martagons\": \"ndị nwụrụ anwụ\",\n    \"marted\": \"nwụrụ n'ihi okwukwe ya\",\n    \"martel\": \"Martel\",\n    \"marteline\": \"Marteline\",\n    \"martellate\": \"kpọọ\",\n    \"martemper\": \"onye nwụrụ anwụ\",\n    \"marten\": \"Marten\",\n    \"martenot\": \"onyinye\",\n    \"martensitic\": \"Onwuchekwa\",\n    \"martensitically\": \"Martensitically\",\n    \"marty\": \"Marty\",\n    \"martial\": \"mara\",\n    \"martialed\": \"merie\",\n    \"martialing\": \"ije agha\",\n    \"martialism\": \"mara\",\n    \"martialist\": \"mara\",\n    \"martialists\": \"ndị agha\",\n    \"martiality\": \"agha\",\n    \"martialization\": \"ọbịa\",\n    \"martialize\": \"ndiiche\",\n    \"martialled\": \"ọbịa\",\n    \"martially\": \"oge nile\",\n    \"martialness\": \"mara\",\n    \"martials\": \"ogun\",\n    \"martians\": \"Martian\",\n    \"martinetishness\": \"Onwuchekwa\",\n    \"martinets\": \"Martets\",\n    \"martinetship\": \"Martinethip\",\n    \"martinez\": \"akpo\",\n    \"martingal\": \"nwụrụ\",\n    \"martyniaceous\": \"Onyekachukwu\",\n    \"martinico\": \"akpo\",\n    \"martyrdom\": \"n'ihi okwukwe\",\n    \"martyrdoms\": \"n'ihi okwukwe\",\n    \"martyred\": \"n'ihi okwukwe ya\",\n    \"martyrer\": \"n'ihi okwukwe\",\n    \"martyress\": \"n'ihi okwukwe\",\n    \"martyry\": \"n'ihi okwukwe\",\n    \"martyria\": \"Martyria\",\n    \"martyries\": \"n'ihi okwukwe\",\n    \"martyring\": \"n'ihi okwukwe\",\n    \"martyrisation\": \"n'ihi okwukwe\",\n    \"martyrise\": \"n'ihi okwukwe\",\n    \"martyrised\": \"n'ihi okwukwe ya\",\n    \"martyrish\": \"n'ihi okwukwe\",\n    \"martyrising\": \"n'ihi okwukwe\",\n    \"martyrization\": \"n'ihi okwukwe\",\n    \"martyrize\": \"n'ihi okwukwe\",\n    \"martyrized\": \"n'ihi okwukwe\",\n    \"martyrizing\": \"n'ihi okwukwe\",\n    \"martyrly\": \"n'ihi okwukwe\",\n    \"martyrlike\": \"dị ka martyr\",\n    \"martyrologe\": \"chiedozie\",\n    \"martyrology\": \"n'ihi okwukwe\",\n    \"martyrologic\": \"n'ihi okwukwe\",\n    \"martyrological\": \"n'ihi okwukwe\",\n    \"martyrologist\": \"n'ihi okwukwe\",\n    \"martyrologistic\": \"n'ihi okwukwe\",\n    \"martyrologium\": \"chiedozie\",\n    \"martyrs\": \"ndị nwụrụ n'ihi okwukwe ha\",\n    \"martyrship\": \"n'ihi okwukwe\",\n    \"martyrtyria\": \"n'ihi okwukwe\",\n    \"martite\": \"kpọọ\",\n    \"martlets\": \"marty\",\n    \"martnet\": \"martlet\",\n    \"martrix\": \"matriks\",\n    \"marts\": \"akwu\",\n    \"marvel\": \"iju\",\n    \"marveled\": \"juru ya anya\",\n    \"marveling\": \"iju\",\n    \"marvelled\": \"juru ya anya\",\n    \"marvelling\": \"iju\",\n    \"marvellous\": \"di ebube\",\n    \"marvellously\": \"di ebube\",\n    \"marvellousness\": \"ebube\",\n    \"marvelment\": \"ihe ijuanya\",\n    \"marvelous\": \"di ebube\",\n    \"marvelously\": \"di ebube\",\n    \"marvelousness\": \"ebube\",\n    \"marvelry\": \"ihe ijuanya\",\n    \"marvels\": \"ọmarịcha\",\n    \"marwer\": \"marwa\",\n    \"marx\": \"oge\",\n    \"marxianism\": \"Matsianism\",\n    \"mascagnine\": \"Nwoke\",\n    \"mascled\": \"maski\",\n    \"mascleless\": \"enweghi ike\",\n    \"mascon\": \"nkpuchi\",\n    \"mascons\": \"ndi nkpuru-osisi\",\n    \"mascotism\": \"mascọs\",\n    \"mascots\": \"mascọs\",\n    \"mascularity\": \"nwoke\",\n    \"masculation\": \"massip\",\n    \"masculine\": \"nke nwoke\",\n    \"masculinely\": \"nke nwoke\",\n    \"masculineness\": \"ịbụ nwoke\",\n    \"masculines\": \"ụmụ nwoke\",\n    \"masculinism\": \"ụmụ nwoke\",\n    \"masculinist\": \"Nwoke\",\n    \"masculinity\": \"nwoke\",\n    \"masculinities\": \"nwoke\",\n    \"masculinization\": \"Nwoke\",\n    \"masculinize\": \"mee ka nwoke mara ihe\",\n    \"masculinized\": \"Nwoke\",\n    \"masculinizing\": \"ịkpa àgwà ụmụ nwoke\",\n    \"masculist\": \"ihe masculist\",\n    \"masculofeminine\": \"nwoke\",\n    \"mash\": \"Mash\",\n    \"mashed\": \"ghaa\",\n    \"mashelton\": \"onyeka\",\n    \"mashers\": \"ndị nwe\",\n    \"masjid\": \"alakụba\",\n    \"masjids\": \"masidị\",\n    \"mask\": \"nkpuchi\",\n    \"maskable\": \"nkpuchi\",\n    \"maskeg\": \"nkpuchi\",\n    \"maskegs\": \"nkpuchi\",\n    \"maskelynite\": \"Maskelynite\",\n    \"masker\": \"nkpuchi\",\n    \"maskery\": \"nkpuchi\",\n    \"maskers\": \"ihe nkpuchi\",\n    \"maskflower\": \"nkpuchi nkpuchi\",\n    \"masking\": \"nkpuchi\",\n    \"maskings\": \"nkpuchi\",\n    \"maskins\": \"nkpuchi\",\n    \"masklike\": \"nkpuchi\",\n    \"maskmv\": \"mmmmmmmmmmmm\",\n    \"masks\": \"nkpuchi\",\n    \"masoned\": \"chọọ\",\n    \"masoner\": \"onye na-akpụ ihe\",\n    \"masoning\": \"ichi\",\n    \"masonry\": \"osisi\",\n    \"masonried\": \"duoziri\",\n    \"masonries\": \"ogidi\",\n    \"masonrying\": \"ichi\",\n    \"masons\": \"ndi owu\",\n    \"masonwork\": \"ọrụ ụlọ\",\n    \"masoretic\": \"masoret\",\n    \"maspiter\": \"maserita\",\n    \"masqueraded\": \"masquera\",\n    \"masquerader\": \"- kpuchie onwe gị\",\n    \"masquerading\": \"na-ekpuchi\",\n    \"masques\": \"ihe masques\",\n    \"mass\": \"uka\",\n    \"massachuset\": \"chukwuemeka\",\n    \"massachusetts\": \"chukwuemeka\",\n    \"massacre\": \"mgbu mmadu\",\n    \"massacred\": \"gbuo\",\n    \"massacrer\": \"mgbu mmadu\",\n    \"massacrers\": \"mgbuchapụ\",\n    \"massacres\": \"mgbuchapụ\",\n    \"massacring\": \"mgbu mmadu\",\n    \"massacrous\": \"na-egbu mmadu\",\n    \"massage\": \"ịhịa aka n'ahụ\",\n    \"massaged\": \"ịhịa aka n'ahụ\",\n    \"massager\": \"ịhịa aka n'ahụ\",\n    \"massagers\": \"ịhịa aka n'ahụ\",\n    \"massages\": \"ịhịa aka n'ahụ\",\n    \"massageuse\": \"ịhịa aka n'ahụ\",\n    \"massaging\": \"ịhịa aka\",\n    \"massagists\": \"ndi mmadu\",\n    \"masscult\": \"ogbako\",\n    \"massed\": \"jikọtara\",\n    \"massedly\": \"massed\",\n    \"massedness\": \"mmụọ\",\n    \"masselgem\": \"iheke\",\n    \"masser\": \"- igwe\",\n    \"masses\": \"pụta\",\n    \"masseter\": \"ịhịa aka n'ahụ\",\n    \"masseteric\": \"ịhịa aka\",\n    \"masseterine\": \"ichikota\",\n    \"masseters\": \"igwe\",\n    \"masseuses\": \"masse niile\",\n    \"massy\": \"igwe\",\n    \"massicot\": \"mgbako\",\n    \"massicotite\": \"mgbako\",\n    \"massicots\": \"mgbako\",\n    \"massier\": \"massi\",\n    \"massily\": \"n'ọtụtụ\",\n    \"massilian\": \"Massilian\",\n    \"massymore\": \"Ugbo ala\",\n    \"massiness\": \"osobo\",\n    \"massing\": \"ịhịa aka n'ahụ\",\n    \"massive\": \"oke\",\n    \"massively\": \"oke\",\n    \"massiveness\": \"oke\",\n    \"massless\": \"enweghị atụ\",\n    \"masslessness\": \"enweghị oke\",\n    \"masslike\": \"ọtụtụ\",\n    \"massmonger\": \"chụọ n'ọrụ\",\n    \"massotherapy\": \"ịhịa aka n'ahụ\",\n    \"massotherapist\": \"Massotherapist\",\n    \"mastabah\": \"mastaba\",\n    \"mastabahs\": \"mastaba\",\n    \"mastabas\": \"mastaba\",\n    \"mastectomy\": \"mastektomi\",\n    \"masted\": \"masịrị\",\n    \"master\": \"nna ukwu\",\n    \"masterdom\": \"nna ukwu\",\n    \"mastered\": \"mụtara\",\n    \"masterer\": \"onye isi\",\n    \"masterfast\": \"nna ukwu\",\n    \"masterfulness\": \"nna ukwu\",\n    \"masterhood\": \"nna ukwu\",\n    \"mastery\": \"ịchịkwa\",\n    \"masteries\": \"nna ukwu\",\n    \"mastering\": \"ịmụta\",\n    \"masterings\": \"nna ukwu\",\n    \"masterless\": \"enweghị nna ukwu\",\n    \"masterlessness\": \"nna ukwu\",\n    \"masterly\": \"ịchịkwa\",\n    \"masterlike\": \"nna ukwu\",\n    \"masterlily\": \"nna ukwu\",\n    \"masterliness\": \"nna-ukwu\",\n    \"masterling\": \"isi\",\n    \"masterman\": \"nna ukwu\",\n    \"mastermen\": \"nna ukwu\",\n    \"mastermind\": \"onye isi\",\n    \"masterminded\": \"emee\",\n    \"masterminding\": \"ime ihe\",\n    \"masterminds\": \"ndị isi\",\n    \"masterous\": \"ihe omimi\",\n    \"masterproof\": \"nna ukwu\",\n    \"masters\": \"nna ukwu\",\n    \"mastership\": \"nna-ukwu\",\n    \"mastersinger\": \"nna ukwu\",\n    \"mastersingers\": \"nna nwe\",\n    \"masterstroke\": \"nna ukwu\",\n    \"masterwork\": \"nna ukwu\",\n    \"masterworks\": \"nna ukwu\",\n    \"masterwort\": \"nna ukwu\",\n    \"mastful\": \"maara\",\n    \"mastheaded\": \"isi\",\n    \"mastheading\": \"isi\",\n    \"masty\": \"obi ojoo\",\n    \"masticated\": \"na-ete\",\n    \"masticating\": \"na-edozi\",\n    \"mastication\": \"mastation\",\n    \"mastications\": \"mastic\",\n    \"masticatories\": \"ihe eji ete aka\",\n    \"mastigate\": \"megharia\",\n    \"masting\": \"na-achịkwa\",\n    \"mastless\": \"enweghị isi\",\n    \"mastlike\": \"yiri\",\n    \"mastman\": \"Nwoke\",\n    \"mastmen\": \"ndị nwe obodo\",\n    \"masturbated\": \"masturbation\",\n    \"masturbating\": \"igbo onwe\",\n    \"masturbation\": \"igbo onwe\",\n    \"masturbational\": \"igbo onwe\",\n    \"masturbator\": \"igbo onwe\",\n    \"masturbatory\": \"igbo onwe\",\n    \"masturbators\": \"ndị igbo onwe ha\",\n    \"mat\": \"ute\",\n    \"matador\": \"onyinye\",\n    \"matagalpan\": \"nneoma\",\n    \"matagory\": \"onyinye\",\n    \"matar\": \"nwunye\",\n    \"matboard\": \"mbadamba\",\n    \"match\": \"egwuregwu\",\n    \"matchable\": \"matara\",\n    \"matchableness\": \"ịdị njikere\",\n    \"matchboard\": \"bọọdụ\",\n    \"matchboarding\": \"ihe ndozi\",\n    \"matchbook\": \"akwukwo egwuregwu\",\n    \"matchbooks\": \"egwuregwu\",\n    \"matchbox\": \"igbe egwuregwu\",\n    \"matchboxes\": \"igbe egwuregwu\",\n    \"matchcloth\": \"ákwà mgbochi\",\n    \"matchcoat\": \"kootu\",\n    \"matched\": \"dakọtara\",\n    \"matcher\": \"onye nlekota\",\n    \"matchers\": \"ndị na-eme egwuregwu\",\n    \"matches\": \"ọkụ\",\n    \"matching\": \"kenha\",\n    \"matchings\": \"ọkụ\",\n    \"matchless\": \"enweghị atụ\",\n    \"matchlessly\": \"enweghị atụ\",\n    \"matchlessness\": \"enweghị atụ\",\n    \"matchlocks\": \"Egwuregwu ọkụ\",\n    \"matchmaker\": \"onye na-eme egwuregwu\",\n    \"matchmakers\": \"ndị na-eme egwuregwu\",\n    \"matchmark\": \"akara\",\n    \"matchstalk\": \"egwuregwu egwuregwu\",\n    \"matchwood\": \"osisi osisi\",\n    \"mate\": \"nwunye\",\n    \"mated\": \"nwunye\",\n    \"matehood\": \"di na nwunye\",\n    \"matey\": \"Nwunye\",\n    \"mateyness\": \"nwunye\",\n    \"mateys\": \"nwunye\",\n    \"matelasse\": \"Nwunye\",\n    \"mateless\": \"di na nwunye\",\n    \"matelessness\": \"alụghị di ma ọ bụ nwunye\",\n    \"mately\": \"matara\",\n    \"matelot\": \"nwunye\",\n    \"matelotage\": \"nwunye\",\n    \"matelote\": \"Nwunye\",\n    \"matelotes\": \"nwunye\",\n    \"matelotte\": \"Nwunye\",\n    \"mater\": \"ihe\",\n    \"materia\": \"onyinye\",\n    \"materiable\": \"enwere ike\",\n    \"material\": \"ihe onwunwe\",\n    \"materialisation\": \"ịhụ ihe onwunwe n’anya\",\n    \"materialise\": \"gbanwee\",\n    \"materialised\": \"nwoghara\",\n    \"materialiser\": \"ihe onwunwe\",\n    \"materialising\": \"inwogha\",\n    \"materialism\": \"ịhụ ihe onwunwe n'anya\",\n    \"materialist\": \"ịhụ ihe onwunwe n'anya\",\n    \"materialistic\": \"ịhụ ihe onwunwe n'anya\",\n    \"materialistical\": \"ịhụ ihe onwunwe n'anya\",\n    \"materialistically\": \"ịhụ ihe onwunwe n'anya\",\n    \"materialists\": \"ihe onwunwe\",\n    \"materiality\": \"ihe onwunwe\",\n    \"materialities\": \"ihe onwunwe\",\n    \"materialization\": \"nnweta ihe\",\n    \"materializations\": \"ngwongwo\",\n    \"materialize\": \"gbanwee\",\n    \"materialized\": \"nwoghara\",\n    \"materializee\": \"onyinye\",\n    \"materializer\": \"ihe onwunwe\",\n    \"materializes\": \"na-eme ihe\",\n    \"materializing\": \"inwogha\",\n    \"materially\": \"ihe onwunwe\",\n    \"materialman\": \"ihe onwunwe\",\n    \"materialmen\": \"ihe onwunwe\",\n    \"materialness\": \"ihe onwunwe\",\n    \"materials\": \"ihe\",\n    \"materiarian\": \"onyinye\",\n    \"materiate\": \"ihe\",\n    \"materiation\": \"ngwongwo\",\n    \"materiel\": \"ihe\",\n    \"materiels\": \"ihe\",\n    \"maternal\": \"nne\",\n    \"maternalise\": \"nne nwa\",\n    \"maternalised\": \"nyemaka\",\n    \"maternalising\": \"nne-nne\",\n    \"maternalism\": \"nne nwa\",\n    \"maternalistic\": \"nne nwa\",\n    \"maternality\": \"nne nwa\",\n    \"maternalize\": \"mebe nne\",\n    \"maternalized\": \"nne di\",\n    \"maternalizing\": \"na-amụ nwa\",\n    \"maternally\": \"nne\",\n    \"maternalness\": \"nne nwa\",\n    \"maternity\": \"onodu\",\n    \"maternities\": \"nne nwa\",\n    \"maternology\": \"ihe omuma\",\n    \"maters\": \"ihe\",\n    \"mates\": \"di na nwunye\",\n    \"mateship\": \"nwunye\",\n    \"mateships\": \"nwunye\",\n    \"matezite\": \"Nwunye\",\n    \"math\": \"ná mgbakọ na mwepụ\",\n    \"mathematic\": \"mgbakọ na mwepụ\",\n    \"mathematical\": \"mgbakọ na mwepụ\",\n    \"mathematically\": \"mgbakọ na mwepụ\",\n    \"mathematicals\": \"mgbakọ na mwepụ\",\n    \"mathematician\": \"mgbakọ na mwepụ\",\n    \"mathematicians\": \"mgbakọ na mwepụ\",\n    \"mathematicize\": \"mgbakọ na mwepụ\",\n    \"mathematics\": \"mgbakọ na mwepụ\",\n    \"mathematization\": \"mgbakọ na mwepụ\",\n    \"mathematize\": \"mgbakọ na mwepu\",\n    \"mathesis\": \"echiche\",\n    \"mathetic\": \"matrik\",\n    \"maths\": \"mgbakọ na mwepụ\",\n    \"maties\": \"nwunye\",\n    \"matildas\": \"onyinye\",\n    \"matindol\": \"matin dol\",\n    \"matiness\": \"matinee\",\n    \"matinesses\": \"di na nwunye\",\n    \"matings\": \"matins\",\n    \"matless\": \"enweghị isi\",\n    \"matmaker\": \"onye na-eme egwuregwu\",\n    \"matmaking\": \"matchmaking\",\n    \"matman\": \"Na na\",\n    \"matoke\": \"o.\",\n    \"matrah\": \"matrara\",\n    \"matral\": \"onyinye\",\n    \"matralia\": \"onyinyechi\",\n    \"matrasses\": \"ihe ndozi\",\n    \"matres\": \"Matres\",\n    \"matriarch\": \"nne na nna\",\n    \"matriarchy\": \"ihe omume\",\n    \"matriarchic\": \"onye isi\",\n    \"matriarchical\": \"ihe omume\",\n    \"matriarchist\": \"di na nwunye\",\n    \"matriarchs\": \"ndị nna ochie\",\n    \"matric\": \"matrik\",\n    \"matrices\": \"matrik\",\n    \"matricide\": \"matrikide\",\n    \"matricula\": \"matrikula\",\n    \"matriculable\": \"enwere ike\",\n    \"matriculate\": \"matrik\",\n    \"matriculated\": \"matrik\",\n    \"matriculates\": \"na-egosi\",\n    \"matriculating\": \"na-enyocha\",\n    \"matriculation\": \"nzere\",\n    \"matriculations\": \"matarasị\",\n    \"matriculator\": \"matrikulator\",\n    \"matriculatory\": \"na-enyocha\",\n    \"matrigan\": \"igwu\",\n    \"matriheritage\": \"ihe nketa\",\n    \"matriherital\": \"di na nwunye\",\n    \"matrilineage\": \"Nwunye\",\n    \"matrilineal\": \"nwunyem\",\n    \"matrilineally\": \"di na nwunye\",\n    \"matrilocality\": \"alụlụ di na nwunye\",\n    \"matrimony\": \"alụmdi na nwunye\",\n    \"matrimonial\": \"alụmdi na nwunye\",\n    \"matrimonially\": \"di na nwunye\",\n    \"matrimonies\": \"di na nwunye\",\n    \"matrimonious\": \"di na nwunye\",\n    \"matrimoniously\": \"lụrụ di na nwunye\",\n    \"matriotism\": \"ịhụ n'anya\",\n    \"matripotestal\": \"onye isi\",\n    \"matrix\": \"matriks\",\n    \"matrixes\": \"matriks\",\n    \"matroclinal\": \"mmetin\",\n    \"matrocliny\": \"Nwachukwu\",\n    \"matroclinic\": \"mmmmmmmmmmmmm\",\n    \"matron\": \"Matron\",\n    \"matronage\": \"ejije\",\n    \"matronal\": \"ike\",\n    \"matronalia\": \"Matronalia\",\n    \"matronhood\": \"ikike\",\n    \"matronymic\": \"adabua\",\n    \"matronize\": \"matarasị\",\n    \"matronized\": \"Nwunye\",\n    \"matronizing\": \"na-egosi\",\n    \"matrons\": \"igwe okwute\",\n    \"matronship\": \"ikike\",\n    \"matross\": \"Matros\",\n    \"mats\": \"ute\",\n    \"matster\": \"matriks\",\n    \"matt\": \"Mat\",\n    \"mattamore\": \"matta ọzọ\",\n    \"mattboard\": \"mbadamba\",\n    \"matted\": \"Mat\",\n    \"mattedly\": \"Mat\",\n    \"mattedness\": \"mmetụ\",\n    \"matter\": \"okwu\",\n    \"matterative\": \"na-egosi\",\n    \"mattered\": \"metụtara\",\n    \"matterful\": \"dị mkpa\",\n    \"matterfulness\": \"okwu\",\n    \"mattery\": \"ihe\",\n    \"mattering\": \"okwu\",\n    \"matterless\": \"enweghị isi\",\n    \"matters\": \"ihe\",\n    \"mattes\": \"Mat\",\n    \"matthean\": \"ihe\",\n    \"matting\": \"mating\",\n    \"mattins\": \"martins\",\n    \"mattocks\": \"mattock\",\n    \"mattrass\": \"matarasị\",\n    \"mattrasses\": \"matarasị\",\n    \"mattress\": \"matarasị\",\n    \"mattresses\": \"matarasị\",\n    \"matts\": \"Mat\",\n    \"maturant\": \"nri\",\n    \"maturated\": \"kataba\",\n    \"maturating\": \"na-egosi\",\n    \"maturational\": \"maturation\",\n    \"maturations\": \"maturas\",\n    \"maturative\": \"na-egosi\",\n    \"mature\": \"tozuru etozu\",\n    \"matured\": \"egosila\",\n    \"maturely\": \"n'ezigbo\",\n    \"maturement\": \"ntozu\",\n    \"matureness\": \"ntozu okè\",\n    \"maturer\": \"dimkpa\",\n    \"matures\": \"na-egosi\",\n    \"maturescence\": \"ntozu\",\n    \"maturescent\": \"na-eto\",\n    \"maturest\": \"tozuru okè\",\n    \"maturish\": \"too\",\n    \"maturity\": \"ntozu okè\",\n    \"maturities\": \"ntozu\",\n    \"matutinal\": \"gbasara ihe\",\n    \"matutinally\": \"oge niile\",\n    \"matutinary\": \"omumu\",\n    \"matutine\": \"ihe\",\n    \"matutinely\": \"oge niile\",\n    \"matzoth\": \"Matzoth\",\n    \"maught\": \"bụrụ\",\n    \"maul\": \"maula\",\n    \"mauled\": \"jijiji\",\n    \"maulers\": \"maulas\",\n    \"mauling\": \"na-egbu ihe\",\n    \"maunch\": \"maiti\",\n    \"maunder\": \"wezuga\",\n    \"maundered\": \"jikọtara\",\n    \"maundering\": \"jikọtara ọnụ\",\n    \"maundful\": \"maundund\",\n    \"maunge\": \"ulo ezumike\",\n    \"maungy\": \"nri ojoo\",\n    \"maupassant\": \"Odibo\",\n    \"maureen\": \"Maureen\",\n    \"maurist\": \"onyedika\",\n    \"mauritania\": \"Mauritania\",\n    \"maut\": \"maiti\",\n    \"mauves\": \"mau\",\n    \"mawbound\": \"isibound\",\n    \"mawed\": \"mawedara\",\n    \"mawing\": \"ntaneti\",\n    \"mawkingly\": \"mbukpo\",\n    \"mawkishness\": \"nnabata\",\n    \"mawks\": \"nkpuru\",\n    \"maxicoat\": \"mmmmmmmmmmmmm\",\n    \"maxicoats\": \"Uwe mkpuchi maxi\",\n    \"maxillae\": \"ma ọ bụ\",\n    \"maxillar\": \"maxillary\",\n    \"maxillas\": \"ma ọ bụ\",\n    \"maxilliferous\": \"mmụba\",\n    \"maxilliped\": \"nwachukwu\",\n    \"maxillipedary\": \"nwekwuo\",\n    \"maxillodental\": \"mmmmmmmmmmmmm\",\n    \"maximal\": \"kachasị\",\n    \"maximally\": \"kachasị\",\n    \"maximate\": \"kacha\",\n    \"maximed\": \"kachasị\",\n    \"maximise\": \"jirichaa\",\n    \"maximised\": \"kachasị\",\n    \"maximises\": \"na-ebuli\",\n    \"maximising\": \"na-emebiga ihe\",\n    \"maximistic\": \"kachasị\",\n    \"maximization\": \"kachasị\",\n    \"maximize\": \"jirichaa\",\n    \"maximized\": \"kachasị\",\n    \"maximizers\": \"ihe kachasị\",\n    \"maximizes\": \"na-ebuli\",\n    \"maximizing\": \"na-emebiga ihe\",\n    \"maxims\": \"kachasị\",\n    \"maximum\": \"kachasị\",\n    \"maximumly\": \"kachasị\",\n    \"maximums\": \"kachasị\",\n    \"maxisingle\": \"mmụba\",\n    \"maxiskirt\": \"Okechukwu\",\n    \"maxwell\": \"Maxwell\",\n    \"maxwells\": \"Ogochukwu\",\n    \"maza\": \"ụmụ nwoke\",\n    \"mazard\": \"owuru\",\n    \"mazedness\": \"Ahụ iru ala\",\n    \"mazeful\": \"dị egwu\",\n    \"mazement\": \"echiche\",\n    \"mazer\": \"maiza\",\n    \"maziness\": \"odidi\",\n    \"mazing\": \"egwu\",\n    \"mazolytic\": \"Mazolytic\",\n    \"mazovian\": \"Mazovian\",\n    \"mazzinian\": \"Mazzinas\",\n    \"mazzinianism\": \"mazzinism\",\n    \"mbiras\": \"mbira\",\n    \"mbps\": \"Mbps\",\n    \"mcdonald\": \"mmdonald\",\n    \"mcg\": \"mgg\",\n    \"mcphail\": \"Nkechi\",\n    \"mdnt\": \"mmdn\",\n    \"me\": \"mu\",\n    \"meaching\": \"ịkụnye\",\n    \"meacock\": \"mekock\",\n    \"mead\": \"ahịhịa\",\n    \"meader\": \"eji esi nri\",\n    \"meadow\": \"ahịhịa\",\n    \"meadowbur\": \"Meadowbur\",\n    \"meadowed\": \"gbanye nri\",\n    \"meadower\": \"isi ihe\",\n    \"meadowy\": \"ala ahịhịa juru\",\n    \"meadowing\": \"ahịhịa\",\n    \"meadowink\": \"Meadowink\",\n    \"meadowland\": \"ala ahịhịa juru\",\n    \"meadowlands\": \"ala ahịhịa juru\",\n    \"meadowlark\": \"ah u\",\n    \"meadowlarks\": \"ahịhịa ahịhịa\",\n    \"meadowless\": \"enweghị ebe\",\n    \"meadows\": \"ala ahịhịa juru\",\n    \"meadowsweet\": \"Ugbo-ala\",\n    \"meadowsweets\": \"Meadowsweets\",\n    \"meadowwort\": \"Meadowwort\",\n    \"meads\": \"nri\",\n    \"meadsman\": \"onye isi\",\n    \"meadsweet\": \"meads\",\n    \"meadwort\": \"ahịhịa\",\n    \"meager\": \"obere\",\n    \"meagerly\": \"jiri nwayọ\",\n    \"meagerness\": \"ịdị ntakịrị\",\n    \"meagre\": \"obere\",\n    \"meagreness\": \"meaghari\",\n    \"meaking\": \"iri nri\",\n    \"meal\": \"nri\",\n    \"mealable\": \"mee ihe\",\n    \"mealberry\": \"ntụ ọka\",\n    \"mealed\": \"gwọọ\",\n    \"mealer\": \"onye na-ere ihe\",\n    \"mealier\": \"maalier\",\n    \"mealies\": \"nri\",\n    \"mealily\": \"nri\",\n    \"mealymouthed\": \"onyebuchi\",\n    \"mealiness\": \"nri\",\n    \"mealing\": \"ogwu\",\n    \"mealless\": \"enweghị nri\",\n    \"mealman\": \"onye nri\",\n    \"mealmen\": \"Mealmen\",\n    \"mealmouth\": \"nri nri\",\n    \"mealmouthed\": \"nri nri\",\n    \"mealproof\": \"nri anaghị eri nri\",\n    \"meals\": \"nri\",\n    \"mealtide\": \"nri nri\",\n    \"mealtime\": \"oge nri\",\n    \"mealtimes\": \"oge nri\",\n    \"mealworm\": \"ihe oriri\",\n    \"mealworms\": \"okpokoro nri\",\n    \"mean\": \"pụtara\",\n    \"meandered\": \"gbanyere\",\n    \"meanderer\": \"onye na-egbu nri\",\n    \"meanderers\": \"ndị isi\",\n    \"meandering\": \"ime ihe\",\n    \"meanderingly\": \"na-ekwu okwu\",\n    \"meanders\": \"meandas\",\n    \"meandrous\": \"emeka\",\n    \"meandrously\": \"na na na\",\n    \"meaned\": \"pụtara\",\n    \"meaner\": \"pụtara\",\n    \"meaners\": \"pụtara\",\n    \"meanest\": \"pụtara\",\n    \"meany\": \"pụtara\",\n    \"meanie\": \"pụtara\",\n    \"meanies\": \"pụtara\",\n    \"meaning\": \"pụtara\",\n    \"meaningful\": \"bara uru\",\n    \"meaningfully\": \"pụtara\",\n    \"meaningfulness\": \"pụtara\",\n    \"meaningless\": \"enweghị isi\",\n    \"meaninglessly\": \"enweghị isi\",\n    \"meaninglessness\": \"enweghị isi\",\n    \"meaningly\": \"pụtara\",\n    \"meaningness\": \"pụtara\",\n    \"meanings\": \"pụtara\",\n    \"meanish\": \"pụtara\",\n    \"meanless\": \"enweghi isi\",\n    \"meanly\": \"pụtara\",\n    \"meanness\": \"pụtara\",\n    \"meannesses\": \"pụtara\",\n    \"means\": \"pụtara\",\n    \"meanspirited\": \"pụtara\",\n    \"meanspiritedly\": \"pụtara\",\n    \"meanspiritedness\": \"pụtara pirity\",\n    \"meant\": \"pụtara\",\n    \"meantes\": \"pụtara\",\n    \"meantime\": \"ma ugbu a\",\n    \"meantimes\": \"oge\",\n    \"meantone\": \"pụtara\",\n    \"meanwhile\": \"ka ọ dị ugbu a\",\n    \"mear\": \"mea\",\n    \"meas\": \"atụ\",\n    \"measle\": \"kịtịkpa\",\n    \"measled\": \"atụ\",\n    \"measledness\": \"Udo\",\n    \"measles\": \"kịtịkpa\",\n    \"measlesproof\": \"Mechie mgbochi\",\n    \"measly\": \"atụ\",\n    \"measlier\": \"ihe nlere\",\n    \"measliest\": \"kasị mma\",\n    \"measurability\": \"ikike\",\n    \"measurable\": \"atụ\",\n    \"measurableness\": \"enweghị atụ\",\n    \"measurably\": \"atụ\",\n    \"measurage\": \"ọnụọgụ\",\n    \"measuration\": \"nha nha\",\n    \"measure\": \"tụọ\",\n    \"measured\": \"tụrụ\",\n    \"measuredly\": \"atụ\",\n    \"measuredness\": \"atụ\",\n    \"measureless\": \"enweghị atụ\",\n    \"measurelessly\": \"enweghị atụ\",\n    \"measurelessness\": \"enweghị atụ\",\n    \"measurely\": \"nha\",\n    \"measurement\": \"mmesho\",\n    \"measurements\": \"nha\",\n    \"measurer\": \"ihe nlere\",\n    \"measurers\": \"nha\",\n    \"measures\": \"nha\",\n    \"measuring\": \"atụ\",\n    \"measuringworm\": \"atụ ikpuru\",\n    \"meat\": \"anụ\",\n    \"meatal\": \"anụ\",\n    \"meatball\": \"anụ ahụ\",\n    \"meatballs\": \"bọọlụ\",\n    \"meatbird\": \"anụ nnụnụ\",\n    \"meatcutter\": \"anụ cutter\",\n    \"meathe\": \"anụ\",\n    \"meathead\": \"isi anụ\",\n    \"meatheads\": \"isi anụ\",\n    \"meathook\": \"anụ\",\n    \"meathooks\": \"anụ\",\n    \"meaty\": \"anụ\",\n    \"meatic\": \"emeka\",\n    \"meatier\": \"ihe oriri\",\n    \"meatily\": \"anụ\",\n    \"meatiness\": \"anụ\",\n    \"meatless\": \"enweghị anụ\",\n    \"meatman\": \"onye na-eri anụ\",\n    \"meatmen\": \"ndị na-eri anụ\",\n    \"meatoscope\": \"anụkocope\",\n    \"meatoscopy\": \"anụoscopy\",\n    \"meatotome\": \"anụotomy\",\n    \"meatotomy\": \"anụotomy\",\n    \"meats\": \"anụ\",\n    \"meature\": \"tozuru etozu\",\n    \"meatus\": \"anụ\",\n    \"meatuses\": \"ihe oriri\",\n    \"meatworks\": \"arụ ọrụ\",\n    \"meaul\": \"meaw\",\n    \"mecamylamine\": \"mekamylamine\",\n    \"mecca\": \"Mekka\",\n    \"meccan\": \"Mekka\",\n    \"meccano\": \"Mekka\",\n    \"meccas\": \"Mekka\",\n    \"mechanal\": \"igwe\",\n    \"mechanality\": \"arụ ọrụ\",\n    \"mechanalize\": \"mezie ihe\",\n    \"mechanic\": \"arụzi\",\n    \"mechanical\": \"n'ibu\",\n    \"mechanicalism\": \"arụzi ọrụ\",\n    \"mechanicalist\": \"n'ibu\",\n    \"mechanicality\": \"igwe\",\n    \"mechanicalization\": \"arụzi ọrụ\",\n    \"mechanicalize\": \"mezie ihe\",\n    \"mechanically\": \"n'ibu\",\n    \"mechanicalness\": \"igwe\",\n    \"mechanician\": \"onye oru\",\n    \"mechanicochemical\": \"ihe omuma\",\n    \"mechanicointellectual\": \"ihe omuma\",\n    \"mechanicotherapy\": \"usoro ọgwụ\",\n    \"mechanics\": \"arụzi\",\n    \"mechanism\": \"igwe\",\n    \"mechanismic\": \"igwe\",\n    \"mechanisms\": \"usoro\",\n    \"mechanist\": \"onye nhazi\",\n    \"mechanistic\": \"arụzi ọrụ\",\n    \"mechanistically\": \"n'ibu\",\n    \"mechanists\": \"ndị ọrụ igwe\",\n    \"mechanizable\": \"arụzi ọrụ\",\n    \"mechanization\": \"arụzi ọrụ\",\n    \"mechanizations\": \"arụ ọrụ\",\n    \"mechanize\": \"mezie ihe\",\n    \"mechanized\": \"arụ ọrụ\",\n    \"mechanizer\": \"igwe igwe\",\n    \"mechanizers\": \"ndị ọrụ igwe\",\n    \"mechanizes\": \"na-arụ ọrụ\",\n    \"mechanizing\": \"arụ ọrụ\",\n    \"mechanochemical\": \"igwe ihe\",\n    \"mechanochemistry\": \"ihe nyocha\",\n    \"mechanolater\": \"akụrụngwa\",\n    \"mechanology\": \"arụzi ọrụ\",\n    \"mechanomorphically\": \"n'usoro\",\n    \"mechanoreception\": \"maka inye aka\",\n    \"mechanoreceptive\": \"na-arụ ọrụ\",\n    \"mechanoreceptor\": \"onye isi ihe\",\n    \"mechanotherapeutic\": \"usoro ọgwụgwọ\",\n    \"mechanotherapeutics\": \"usoro ọgwụgwọ\",\n    \"mechanotherapy\": \"usoro ọgwụgwọ\",\n    \"mechanotherapies\": \"usoro ọgwụgwọ\",\n    \"mechanotherapist\": \"onye na-edozi ahụ\",\n    \"mechanotherapists\": \"ndị na-edozi ahụ\",\n    \"mechanotheraputic\": \"nhazi\",\n    \"mechanotheraputically\": \"n'emezi ihe\",\n    \"mechant\": \"ahịa\",\n    \"mechitzoth\": \"mechitzọt\",\n    \"mecometer\": \"mecometa\",\n    \"meconology\": \"ihe omuma\",\n    \"mecrobeproof\": \"microbe akaebe\",\n    \"mecurial\": \"merkwal\",\n    \"med\": \"Ahụike\",\n    \"medaillon\": \"onyinyechi\",\n    \"medal\": \"nrite\",\n    \"medaled\": \"gbanye\",\n    \"medaling\": \"ibanye\",\n    \"medalist\": \"ihe nrite\",\n    \"medalists\": \"ndị mmeri\",\n    \"medalize\": \"tụgharịa uche\",\n    \"medalled\": \"gbanye\",\n    \"medallically\": \"ọgwụ\",\n    \"medalling\": \"itughari\",\n    \"medallist\": \"ihe nrite\",\n    \"medals\": \"ihe nrite\",\n    \"meddle\": \"dozie\",\n    \"meddlecome\": \"dozie\",\n    \"meddled\": \"tinye\",\n    \"meddlement\": \"ndọtị\",\n    \"meddler\": \"onye ogbugbo\",\n    \"meddlers\": \"ndị na-etinye aka\",\n    \"meddles\": \"ihe ndozi\",\n    \"meddlesomely\": \"ihe nile\",\n    \"meddlesomeness\": \"ihe omimi\",\n    \"meddling\": \"tinye\",\n    \"meddlingly\": \"tinye\",\n    \"medevacs\": \"medevac\",\n    \"media\": \"mgbasa ozi\",\n    \"mediacy\": \"mgbasa ozi\",\n    \"mediacid\": \"ịgwọ ọrịa\",\n    \"mediacies\": \"mgbasa ozi\",\n    \"mediad\": \"ịgwọ ọrịa\",\n    \"mediae\": \"mgbasa ozi\",\n    \"mediaeval\": \"mgbasa ozi\",\n    \"mediaevalism\": \"mgbasa ozi\",\n    \"mediaevalist\": \"onye mgbasa ozi\",\n    \"mediaevalize\": \"mgbasa ozi\",\n    \"mediaevally\": \"mgbasa ozi\",\n    \"medialization\": \"mgbasa ozi\",\n    \"medialize\": \"medialis\",\n    \"medialkaline\": \"medi alkaline\",\n    \"medially\": \"medial\",\n    \"medials\": \"medialis\",\n    \"median\": \"etiti\",\n    \"medianic\": \"etiti\",\n    \"medianimic\": \"okwute\",\n    \"medianimity\": \"etiti\",\n    \"medianism\": \"mgbasa ozi\",\n    \"medianity\": \"etiti\",\n    \"medianly\": \"etiti\",\n    \"medians\": \"etiti\",\n    \"mediant\": \"onye ogbugbo\",\n    \"mediants\": \"etiti\",\n    \"mediary\": \"onye ogbugbo\",\n    \"medias\": \"mgbasa ozi\",\n    \"mediastina\": \"onyeagwu\",\n    \"mediastinal\": \"onye mgbasa ozi\",\n    \"mediastine\": \"onyeagwu\",\n    \"mediastinotomy\": \"mgbasaoziinotomi\",\n    \"mediastinum\": \"mgbasa\",\n    \"mediate\": \"ikpeziri\",\n    \"mediated\": \"onye ogbugbo\",\n    \"mediately\": \"n'usoro\",\n    \"mediateness\": \"mgbasa ozi\",\n    \"mediates\": \"ogbugbo\",\n    \"mediating\": \"na-agbasa ozi\",\n    \"mediatingly\": \"na-agbasa ozi\",\n    \"mediation\": \"onye ogbugbo\",\n    \"mediational\": \"mgbasa ozi\",\n    \"mediations\": \"mgbasa ozi\",\n    \"mediatisation\": \"mgbasa ozi\",\n    \"mediatise\": \"mgbasa ozi\",\n    \"mediatised\": \"weghachite\",\n    \"mediatising\": \"mgbasa ozi\",\n    \"mediative\": \"onye ogbugbo\",\n    \"mediatization\": \"mgbasa ozi\",\n    \"mediatize\": \"na-edozi\",\n    \"mediatized\": \"mgbasa ozi\",\n    \"mediatizing\": \"mgbasa ozi\",\n    \"mediator\": \"onye ogbugbo\",\n    \"mediatory\": \"onye ogbugbo\",\n    \"mediatorial\": \"onye ogbugbo\",\n    \"mediatorialism\": \"mgbasaozi\",\n    \"mediatorially\": \"onye isi\",\n    \"mediatorious\": \"onye ogbugbo\",\n    \"mediators\": \"ndị ogbugbo\",\n    \"mediatorship\": \"onye ogbugbo\",\n    \"mediatress\": \"onye mgbasa ozi\",\n    \"mediatrice\": \"mgbasaozi\",\n    \"mediatrices\": \"ndị mgbasa ozi\",\n    \"mediatrix\": \"mgbasa ozi\",\n    \"mediatrixes\": \"mgbasa ozi\",\n    \"medic\": \"ọgwụ\",\n    \"medica\": \"ọgwụ\",\n    \"medicable\": \"ọgwụ na ahụ ike\",\n    \"medicably\": \"ahụike\",\n    \"medicago\": \"ọgwụ\",\n    \"medicaid\": \"ịgwọ ọrịa\",\n    \"medicaids\": \"ịgwọ ọrịa\",\n    \"medical\": \"ọgwụ na ahụ ike\",\n    \"medicalese\": \"ọgwụ\",\n    \"medically\": \"ahụike\",\n    \"medicals\": \"ọgwụ\",\n    \"medicament\": \"ọgwụ\",\n    \"medicamental\": \"ọgwụ\",\n    \"medicamentally\": \"ọgwụ\",\n    \"medicamentary\": \"ọgwụ\",\n    \"medicamentation\": \"ọgwụgwọ\",\n    \"medicamentous\": \"ọgwụ\",\n    \"medicaments\": \"ọgwụ\",\n    \"medicant\": \"ogwu\",\n    \"medicares\": \"medicare si\",\n    \"medicaster\": \"ọgwụ\",\n    \"medicate\": \"medicare\",\n    \"medicated\": \"ọgwụ\",\n    \"medicates\": \"ọgwụ\",\n    \"medicating\": \"ịgwọ ọrịa\",\n    \"medication\": \"ọgwụ\",\n    \"medications\": \"ọgwụ\",\n    \"medicative\": \"ọgwụ\",\n    \"medicator\": \"ọgwụ\",\n    \"medicatory\": \"ọgwụ\",\n    \"medicinable\": \"ọgwụ\",\n    \"medicinableness\": \"ịgwọ ọrịa\",\n    \"medicinal\": \"ọgwụ\",\n    \"medicinally\": \"ọgwụ\",\n    \"medicinalness\": \"ịgwọ ọrịa\",\n    \"medicinary\": \"ọgwụ\",\n    \"medicine\": \"ọgwụ\",\n    \"medicined\": \"ọgwụ\",\n    \"medicinelike\": \"ọgwụ dị ka\",\n    \"medicinemonger\": \"ọgwụ ọgwụ\",\n    \"mediciner\": \"ọgwụ\",\n    \"medicines\": \"ọgwụ\",\n    \"medicining\": \"ịgwọ ọrịa\",\n    \"medicks\": \"Udochukwu\",\n    \"medico\": \"ọgwụ\",\n    \"medicobotanical\": \"medico botanical\",\n    \"medicochirurgic\": \"ịgwọ ọrịa\",\n    \"medicochirurgical\": \"ịgwọ ọrịa\",\n    \"medicodental\": \"ọgwụ\",\n    \"medicolegal\": \"ọgwụ\",\n    \"medicolegally\": \"ọgwụ\",\n    \"medicomania\": \"ọgwụ\",\n    \"medicomechanic\": \"ọgwụ\",\n    \"medicomechanical\": \"ọgwụ\",\n    \"medicommissure\": \"ọgwụ\",\n    \"medicomoral\": \"ọgwụ\",\n    \"medicophysical\": \"ịgwọ ọrịa\",\n    \"medicophysics\": \"physics ọgwụ\",\n    \"medicopsychology\": \"nkà mmụta sayensị\",\n    \"medicopsychological\": \"medico akparamaagwa\",\n    \"medicos\": \"ọgwụ\",\n    \"medicostatistic\": \"ọgwụ ọgwụ\",\n    \"medicosurgical\": \"ịgwọ ọrịa\",\n    \"medicotopographic\": \"ọgwụ\",\n    \"medics\": \"ọgwụ\",\n    \"medidia\": \"okpoko\",\n    \"mediety\": \"mgbasa ozi\",\n    \"medieval\": \"ochie\",\n    \"medievalism\": \"ochie\",\n    \"medievalist\": \"ochie\",\n    \"medievalistic\": \"ochie\",\n    \"medievalists\": \"ochie\",\n    \"medievalize\": \"gbanwee\",\n    \"medievals\": \"oge ochie\",\n    \"medifixed\": \"gbanwere\",\n    \"medimnos\": \"udiri\",\n    \"medimnus\": \"onyinye\",\n    \"medio\": \"ogwo\",\n    \"medioanterior\": \"etiti\",\n    \"mediocarpal\": \"okpokoro\",\n    \"medioccipital\": \"ihe omimi\",\n    \"mediocral\": \"okpokoro\",\n    \"mediocre\": \"nkịtị\",\n    \"mediocreness\": \"ihe omimi\",\n    \"mediocris\": \"okpokoro\",\n    \"mediocrist\": \"okpokoro\",\n    \"mediocrity\": \"ihe omimi\",\n    \"mediocrities\": \"ihe omimi\",\n    \"mediocubital\": \"okpoko\",\n    \"mediodepressed\": \"agbago\",\n    \"mediofrontal\": \"igbankwu\",\n    \"mediolateral\": \"etiti\",\n    \"mediopalatal\": \"igbankwu\",\n    \"mediopalatine\": \"okpokoro\",\n    \"mediopassive\": \"ihe omimi\",\n    \"mediopectoral\": \"udiogwu\",\n    \"medioperforate\": \"udiogwu\",\n    \"medioposterior\": \"okpokoro\",\n    \"mediosilicic\": \"ududo\",\n    \"mediostapedial\": \"ihe omimi\",\n    \"medioventral\": \"ogbe\",\n    \"medisection\": \"ntụgharị\",\n    \"medish\": \"njem\",\n    \"medism\": \"ọgwụ\",\n    \"meditance\": \"ntụgharị uche\",\n    \"meditant\": \"ntụgharị uche\",\n    \"meditate\": \"tụgharịa uche\",\n    \"meditated\": \"tụgharịrị uche\",\n    \"meditatedly\": \"ntụgharị uche\",\n    \"meditates\": \"na-atụgharị uche\",\n    \"meditating\": \"na-atụgharị uche\",\n    \"meditatingly\": \"na-atụgharị uche\",\n    \"meditatio\": \"ntụgharị uche\",\n    \"meditation\": \"ntụgharị uche\",\n    \"meditationist\": \"onye ntụgharị uche\",\n    \"meditations\": \"ntụgharị uche\",\n    \"meditatist\": \"onye nyocha\",\n    \"meditative\": \"ntughari uche\",\n    \"meditatively\": \"ntụgharị\",\n    \"meditativeness\": \"ntụgharị uche\",\n    \"meditator\": \"onye ntụgharị uche\",\n    \"mediterrane\": \"Udochukwu\",\n    \"mediterranean\": \"Mediterenian\",\n    \"mediterraneanism\": \"Ugwu Mediterenian\",\n    \"mediterraneanization\": \"Ntughari\",\n    \"meditullium\": \"ọrịre\",\n    \"medium\": \"ọkara\",\n    \"mediumism\": \"na-ajụ ndị mmụọ ase\",\n    \"mediumistic\": \"onye na-ajụ mmụọ\",\n    \"mediumization\": \"itinye usoro\",\n    \"mediumize\": \"na-ajụ\",\n    \"mediumly\": \"dị n'etiti\",\n    \"mediums\": \"ndị na-ajụ ase\",\n    \"mediumship\": \"onye ozo\",\n    \"medius\": \"mgbasa\",\n    \"medize\": \"na-atụgharị uche\",\n    \"medjidie\": \"ogwugwu\",\n    \"medjidieh\": \"ezenwachukwu\",\n    \"medleyed\": \"were\",\n    \"medleying\": \"Ihe egwuregwu\",\n    \"medlied\": \"tụgharịrị\",\n    \"medrick\": \"Ebere\",\n    \"medrinacles\": \"ihe nkedo\",\n    \"medullae\": \"medulla\",\n    \"medullar\": \"medullary\",\n    \"medullas\": \"ọgwụ\",\n    \"medullate\": \"gbasasịa\",\n    \"medullated\": \"gbasasịa\",\n    \"medullation\": \"ndughari\",\n    \"medullization\": \"mgbasa ozi\",\n    \"medullous\": \"ihe jọgburu onwe ya\",\n    \"medusa\": \"Ugwueke\",\n    \"medusaean\": \"Ugwuoba\",\n    \"medusal\": \"ihe ojoo\",\n    \"medusalike\": \"udiogwu\",\n    \"medusans\": \"Okpukpo\",\n    \"medusas\": \"ọgwụ\",\n    \"medusiferous\": \"ihe omimi\",\n    \"medusoid\": \"ududo\",\n    \"medusoids\": \"ududo\",\n    \"meeching\": \"mee\",\n    \"meedful\": \"mefulu\",\n    \"meedless\": \"emeghi\",\n    \"meeds\": \"ahịhịa\",\n    \"meek\": \"dị umeala n'obi\",\n    \"meeken\": \"dị nwayọọ\",\n    \"meeker\": \"dị umeala n'obi\",\n    \"meekest\": \"dị umeala n'obi\",\n    \"meekhearted\": \"dị umeala n'obi\",\n    \"meekheartedness\": \"obi umeala\",\n    \"meekly\": \"dị umeala n'obi\",\n    \"meekling\": \"dị nwayọọ\",\n    \"meekness\": \"ịdị umeala n'obi\",\n    \"meeknesses\": \"ịdị umeala n'obi\",\n    \"meeks\": \"dị nwayọọ\",\n    \"meer\": \"maer\",\n    \"meet\": \"zute\",\n    \"meetable\": \"zutere\",\n    \"meeten\": \"zutere\",\n    \"meeter\": \"onye zutere\",\n    \"meeterly\": \"zutere\",\n    \"meeters\": \"ndị na-ezukọ\",\n    \"meeth\": \"izute\",\n    \"meethelp\": \"mmmmmmmmmmmmm\",\n    \"meethelper\": \"onyeneke\",\n    \"meeting\": \"nzuko\",\n    \"meetinger\": \"onye nzuko\",\n    \"meetinghouse\": \"nzuko nzuko\",\n    \"meetings\": \"nzukọ\",\n    \"meetly\": \"zukọta\",\n    \"meetness\": \"nzuko\",\n    \"meetnesses\": \"zutere\",\n    \"meets\": \"osobo\",\n    \"megadynamics\": \"ihe megadynamics\",\n    \"megadontic\": \"onyinye\",\n    \"megaerg\": \"mmmmmmmmmmmmm\",\n    \"megahertz\": \"mmmmmmmmmmmmm\",\n    \"megakaryocytic\": \"Ugochukwu Nwachukwu\",\n    \"megalensian\": \"mmmmmmmmmmmmm\",\n    \"megalerg\": \"mmmmmmmmmmmmm\",\n    \"megalocarpous\": \"megalocarpus\",\n    \"megalocephaly\": \"mmmmmmmmmmmmm\",\n    \"megalochirous\": \"ihe omuma\",\n    \"megalodactylous\": \"ihe omimi\",\n    \"megalogastria\": \"mmmmmmmmmmmmm\",\n    \"megalography\": \"ihe omuma\",\n    \"megalokaryocyte\": \"megakaryocyte\",\n    \"megalomania\": \"megalomaniac\",\n    \"megalomaniacally\": \"n'agha\",\n    \"megalonyx\": \"iheanacho\",\n    \"megalophonic\": \"mmmmmmmmmmmmm\",\n    \"megalopic\": \"mmmmmmmmmmmmm\",\n    \"megalopolistic\": \"igbanwe\",\n    \"megalornis\": \"mmd\",\n    \"megalosyndactyly\": \"mmmmmmmmmmmmm\",\n    \"megalospheric\": \"ihe omuma\",\n    \"megamastictoral\": \"onyenze\",\n    \"megaphyllous\": \"mechiellous\",\n    \"megaphone\": \"igwe\",\n    \"megaphones\": \"ekwenti\",\n    \"megaphonic\": \"npk\",\n    \"megaphonically\": \"n'agha\",\n    \"megarensian\": \"mmmmmmmmmmmmm\",\n    \"megascope\": \"ihe megascope\",\n    \"megascopic\": \"ihe megascopic\",\n    \"megascopical\": \"ihe megascopical\",\n    \"megasynthetic\": \"iheanacho\",\n    \"megasporic\": \"ihe megasporic\",\n    \"megasses\": \"megass\",\n    \"megatherian\": \"onyechichukwu\",\n    \"megatons\": \"megatọn\",\n    \"megavolt\": \"nnenneigbo\",\n    \"megotalc\": \"megotalk\",\n    \"megrel\": \"igwe\",\n    \"megrim\": \"onye ije\",\n    \"megrimish\": \"eme njem\",\n    \"megrims\": \"ndị njem ala nsọ\",\n    \"mehitzoth\": \"mehitzọt\",\n    \"mehtarship\": \"mechita\",\n    \"meiler\": \"igwe\",\n    \"meiny\": \"obere\",\n    \"meiophylly\": \"meophylly\",\n    \"meiostemonous\": \"dị egwu\",\n    \"meiotic\": \"ihe ọchị\",\n    \"meiotically\": \"n'ụzọ aghụghọ\",\n    \"mel\": \"gbazee\",\n    \"melam\": \"Melam\",\n    \"melamed\": \"mela\",\n    \"melammed\": \"melam\",\n    \"melancholiously\": \"chidiebere\",\n    \"melanger\": \"onye na-ebu ire ere\",\n    \"melanges\": \"melakwa\",\n    \"melanian\": \"Melanian\",\n    \"melanics\": \"ihe melanics\",\n    \"melanisms\": \"melanism\",\n    \"melanist\": \"onye melanist\",\n    \"melanists\": \"ndị melanist\",\n    \"melanizing\": \"na-egbu egbu\",\n    \"melanosed\": \"melanose\",\n    \"melasmic\": \"emeka\",\n    \"melasses\": \"ukpala\",\n    \"melassigenic\": \"mmmmmmmmmmmmm\",\n    \"melastomaceae\": \"melastomataceae\",\n    \"melastomaceous\": \"melastomataceae\",\n    \"melastomad\": \"melastoma\",\n    \"melburnian\": \"Nwokocha\",\n    \"melcarth\": \"Nwachukwu\",\n    \"melch\": \"gbazee\",\n    \"melchite\": \"gbazee\",\n    \"meld\": \"ntaghari\",\n    \"melded\": \"na-agbagha\",\n    \"melder\": \"gbazee\",\n    \"melders\": \"na-agbaze\",\n    \"melding\": \"Nkwado\",\n    \"melds\": \"ebu\",\n    \"meleager\": \"na-ebu ibu\",\n    \"meles\": \"ahịhịa\",\n    \"melian\": \"Nwoke\",\n    \"melianthaceous\": \"ikekwe\",\n    \"melianthus\": \"Nwachukwu\",\n    \"melic\": \"gbazee\",\n    \"melicent\": \"agbaze\",\n    \"meliceric\": \"Nwokeji\",\n    \"melicerous\": \"agbaze\",\n    \"melichrous\": \"agbaze\",\n    \"melicocca\": \"Nwokocha\",\n    \"melicoton\": \"Nnenna\",\n    \"melicrate\": \"gbazee\",\n    \"melicraton\": \"Nwokeji\",\n    \"melicratory\": \"Nwokocha\",\n    \"melilite\": \"gbazee\",\n    \"melilitite\": \"gbazee\",\n    \"melilot\": \"amara\",\n    \"melilots\": \"ndị isi\",\n    \"melior\": \"agbaze\",\n    \"meliorability\": \"agbaze\",\n    \"meliorable\": \"agbaze\",\n    \"meliorant\": \"agbaze\",\n    \"meliorate\": \"gbazee\",\n    \"meliorated\": \"agbaze\",\n    \"meliorater\": \"agbaze\",\n    \"meliorates\": \"agbaze\",\n    \"meliorating\": \"agbaze\",\n    \"melioration\": \"agbaze\",\n    \"meliorations\": \"agbaze\",\n    \"meliorative\": \"agbaze\",\n    \"melioratively\": \"agbajikwa\",\n    \"meliorator\": \"agbaze\",\n    \"meliorist\": \"aka ekpe\",\n    \"melioristic\": \"Nwokocha\",\n    \"meliority\": \"njikwa\",\n    \"meliponine\": \"Onyekwere\",\n    \"melismas\": \"mbukpo\",\n    \"melismatics\": \"melismatik\",\n    \"melissa\": \"Nwokocha\",\n    \"melissyl\": \"Nwokocha\",\n    \"melissylic\": \"Nwokocha\",\n    \"melitis\": \"agbaze\",\n    \"melitriose\": \"Onyeka Onwenu\",\n    \"melittologist\": \"onye na-ahụ maka melittologist\",\n    \"melituric\": \"agbaze\",\n    \"melkhout\": \"gbazee\",\n    \"mellay\": \"gbaze\",\n    \"mellate\": \"gbazee\",\n    \"melled\": \"gbazee\",\n    \"melleous\": \"mara\",\n    \"meller\": \"onye na-ere ere\",\n    \"melliferous\": \"okirikiri\",\n    \"mellification\": \"ndozi\",\n    \"mellifluence\": \"ndabichi\",\n    \"mellifluent\": \"onyekwere\",\n    \"mellifluous\": \"amajuru\",\n    \"melling\": \"na-egweri\",\n    \"mellisonant\": \"onyekwere\",\n    \"mellitate\": \"mekwaa\",\n    \"mellite\": \"igwe\",\n    \"mellitic\": \"mmmmmmmmmmmmm\",\n    \"mellivorous\": \"Ekwukwu\",\n    \"mellon\": \"agbaze\",\n    \"mellone\": \"agbaze\",\n    \"mellonides\": \"agbaze\",\n    \"mellow\": \"nara\",\n    \"mellowed\": \"nara\",\n    \"mellower\": \"nwezie\",\n    \"mellowest\": \"kachasị\",\n    \"mellowy\": \"nara\",\n    \"mellowing\": \"na-akọgharị\",\n    \"mellowly\": \"dị nwayọ\",\n    \"mellowness\": \"ịdị ọcha\",\n    \"mellowphone\": \"mellophone\",\n    \"mellows\": \"chiri\",\n    \"mells\": \"igwe\",\n    \"mellsman\": \"Nwoke\",\n    \"melody\": \"abụ olu ụtọ\",\n    \"melodia\": \"abụ\",\n    \"melodial\": \"abụ olu ụtọ\",\n    \"melodially\": \"olu olu\",\n    \"melodias\": \"abụ\",\n    \"melodic\": \"egwu\",\n    \"melodica\": \"abụ\",\n    \"melodical\": \"egwu\",\n    \"melodically\": \"egwu\",\n    \"melodicon\": \"egwu\",\n    \"melodics\": \"abụ olu ụtọ\",\n    \"melodied\": \"abụ olu ụtọ\",\n    \"melodies\": \"abụ olu ụtọ\",\n    \"melodying\": \"egwu\",\n    \"melodyless\": \"enweghị egwu\",\n    \"melodion\": \"egwu\",\n    \"melodious\": \"egwu\",\n    \"melodiously\": \"egwu\",\n    \"melodiousness\": \"Egwú\",\n    \"melodise\": \"abụba\",\n    \"melodised\": \"bụrụ abụ\",\n    \"melodises\": \"abụ olu ụtọ\",\n    \"melodising\": \"abụ olu ụtọ\",\n    \"melodism\": \"abụ olu ụtọ\",\n    \"melodist\": \"abụ olu ụtọ\",\n    \"melodists\": \"abụ olu ụtọ\",\n    \"melodium\": \"okpukpo\",\n    \"melodize\": \"egwu\",\n    \"melodized\": \"gbanye olu\",\n    \"melodizer\": \"abụ olu ụtọ\",\n    \"melodizes\": \"abụ olu ụtọ\",\n    \"melodizing\": \"egwu\",\n    \"melodractically\": \"egwu\",\n    \"melodram\": \"Ugboro abụọ\",\n    \"melodrama\": \"Ugboro abụọ\",\n    \"melodramas\": \"egwu\",\n    \"melodramatic\": \"egwu\",\n    \"melodramatical\": \"egwu\",\n    \"melodramatically\": \"Egwuregwu\",\n    \"melodramaticism\": \"ihe ndi ozo\",\n    \"melodramatics\": \"ihe nkiri\",\n    \"melodramatise\": \"egwu\",\n    \"melodramatised\": \"emebere\",\n    \"melodramatising\": \"nkuzi\",\n    \"melodramatist\": \"onye na-egwu egwu\",\n    \"melodramatists\": \"ndị na-eme egwuregwu\",\n    \"melodramatization\": \"mmekorita\",\n    \"melodramatize\": \"gosiputa\",\n    \"melodrame\": \"egwu\",\n    \"meloe\": \"egwu\",\n    \"melogram\": \"abụ olu ụtọ\",\n    \"melograph\": \"abụ olu ụtọ\",\n    \"melographic\": \"abụ olu ụtọ\",\n    \"meloid\": \"nkea\",\n    \"meloids\": \"egwu\",\n    \"melologue\": \"abụ\",\n    \"melomane\": \"abụ olu ụtọ\",\n    \"melomania\": \"abụ\",\n    \"melomaniac\": \"Melomaniac\",\n    \"melomanic\": \"abụ\",\n    \"melon\": \"egwusi\",\n    \"melongrower\": \"Melongrower\",\n    \"melonist\": \"osinusi\",\n    \"melonites\": \"egusi\",\n    \"melonlike\": \"egusi\",\n    \"melonmonger\": \"egusi\",\n    \"melonry\": \"egusi\",\n    \"melons\": \"anyụ\",\n    \"melophone\": \"igwe okwu\",\n    \"melosa\": \"egwu\",\n    \"melospiza\": \"Ogbogu Okonji\",\n    \"melote\": \"abụ olu ụtọ\",\n    \"melothria\": \"chukwuemeka\",\n    \"melotragedy\": \"Onyeka Onwenu\",\n    \"melpell\": \"gbazee\",\n    \"melt\": \"gbazee\",\n    \"meltability\": \"gbazee\",\n    \"meltable\": \"gbazee\",\n    \"meltage\": \"gbazee\",\n    \"meltages\": \"gbazee\",\n    \"meltdown\": \"gbazee\",\n    \"meltdowns\": \"gbazee\",\n    \"melted\": \"gbazee\",\n    \"meltedness\": \"agbaze\",\n    \"melteigite\": \"agbaze\",\n    \"melter\": \"gbazee\",\n    \"melters\": \"agbaze\",\n    \"melteth\": \"gbazee\",\n    \"melting\": \"agbaze\",\n    \"meltingly\": \"agbaze\",\n    \"meltingness\": \"agbaze\",\n    \"meltith\": \"gbazee\",\n    \"melton\": \"agbaze\",\n    \"meltonian\": \"Ogbonnaze\",\n    \"meltons\": \"agbaze\",\n    \"melts\": \"gbazee\",\n    \"meltwater\": \"gbazee mmiri\",\n    \"melungeon\": \"Nwokocha\",\n    \"melursus\": \"gbawara\",\n    \"melvie\": \"Onyegbula\",\n    \"member\": \"so\",\n    \"membered\": \"n'isi\",\n    \"memberless\": \"onye so na ya\",\n    \"members\": \"ndị otu\",\n    \"membership\": \"otu\",\n    \"memberships\": \"ndị òtù\",\n    \"membracine\": \"akpụkpọ ahụ\",\n    \"membral\": \"nchekwa\",\n    \"membrally\": \"n'isi\",\n    \"membrana\": \"akpụkpọ ahụ\",\n    \"membranaceously\": \"n'isi\",\n    \"membrane\": \"akpụkpọ ahụ\",\n    \"membraned\": \"n'isi\",\n    \"membraneous\": \"kpakpando\",\n    \"membranes\": \"ekpukpo\",\n    \"membraniform\": \"mmeme\",\n    \"membranocalcareous\": \"membran calcareous\",\n    \"membranocartilaginous\": \"membrano cartilaginous\",\n    \"membranology\": \"ihe omumu\",\n    \"membranous\": \"membranu\",\n    \"membranously\": \"n'isi\",\n    \"mementoes\": \"ihe ncheta\",\n    \"mementos\": \"ihe ncheta\",\n    \"memnon\": \"igwu\",\n    \"memnonian\": \"Onye Ozi\",\n    \"memo\": \"ederede\",\n    \"memoir\": \"ncheta\",\n    \"memoire\": \"echeta\",\n    \"memoirism\": \"ncheta\",\n    \"memoirist\": \"ede ihe\",\n    \"memoirs\": \"ncheta\",\n    \"memorabile\": \"ihe ncheta\",\n    \"memorabilia\": \"ihe ncheta\",\n    \"memorability\": \"ihe ncheta\",\n    \"memorable\": \"echefu echefu\",\n    \"memorableness\": \"echefu echefu\",\n    \"memorably\": \"echefu\",\n    \"memoranda\": \"ihe ncheta\",\n    \"memorandist\": \"edekọ\",\n    \"memorandize\": \"ncheta\",\n    \"memorandum\": \"ederede\",\n    \"memorandums\": \"ncheta\",\n    \"memorate\": \"icheta\",\n    \"memoration\": \"ncheta\",\n    \"memorative\": \"echetara echefu\",\n    \"memory\": \"nchekwa\",\n    \"memorial\": \"ncheta\",\n    \"memorialisation\": \"ncheta\",\n    \"memorialise\": \"ncheta\",\n    \"memorialised\": \"ncheta\",\n    \"memorialiser\": \"ihe ncheta\",\n    \"memorialising\": \"ncheta\",\n    \"memorialist\": \"onye ncheta\",\n    \"memorialization\": \"ncheta\",\n    \"memorializations\": \"ncheta\",\n    \"memorialize\": \"icheta\",\n    \"memorialized\": \"n'isi\",\n    \"memorializer\": \"ihe ncheta\",\n    \"memorializes\": \"na-echeta\",\n    \"memorializing\": \"ncheta\",\n    \"memorially\": \"ncheta\",\n    \"memorials\": \"ihe ncheta\",\n    \"memoried\": \"n'isi\",\n    \"memories\": \"ncheta\",\n    \"memoryless\": \"enweghi ncheta\",\n    \"memorylessness\": \"enweghị ncheta\",\n    \"memorious\": \"ihe omuma\",\n    \"memorise\": \"buo ihe n'isi\",\n    \"memorist\": \"onye isi ihe\",\n    \"memoriter\": \"memorita\",\n    \"memorizable\": \"n'isi\",\n    \"memorization\": \"iburu ihe n'isi\",\n    \"memorize\": \"buo ihe n'isi\",\n    \"memorized\": \"buru n'isi\",\n    \"memorizer\": \"ihe ncheta\",\n    \"memorizers\": \"ihe ncheta\",\n    \"memorizes\": \"n'isi\",\n    \"memorizing\": \"iburu n'isi\",\n    \"memphian\": \"ike\",\n    \"memsahibs\": \"membahibs\",\n    \"men\": \"ụmụ nwoke\",\n    \"menace\": \"egwu\",\n    \"menaceable\": \"egwu\",\n    \"menaceful\": \"egwu\",\n    \"menacers\": \"ndị iyi egwu\",\n    \"menaces\": \"egwu\",\n    \"menacing\": \"na-eyi egwu\",\n    \"menacingly\": \"na-eyi egwu\",\n    \"menadic\": \"mkparita\",\n    \"menads\": \"menadị\",\n    \"menage\": \"jisie ike\",\n    \"menageries\": \"manageries\",\n    \"menages\": \"jikwaa\",\n    \"menat\": \"nri\",\n    \"mend\": \"mezie\",\n    \"mendable\": \"agbaghari\",\n    \"mendacious\": \"Nwokocha\",\n    \"mendaciousness\": \"Nwoke\",\n    \"mendacities\": \"mmezi\",\n    \"mended\": \"gbanwere\",\n    \"mendelian\": \"Nwokeji\",\n    \"mendelianist\": \"Onyeka Onwenu\",\n    \"mendelize\": \"mezie\",\n    \"mender\": \"ihe ejizi\",\n    \"menders\": \"ndị na-edozi ihe\",\n    \"mendy\": \"Nweke\",\n    \"mendiant\": \"nwoke\",\n    \"mendicancy\": \"mmmmmmmmmmmm\",\n    \"mendicancies\": \"mmmmmmmmmmmm\",\n    \"mendicating\": \"ọgwụ\",\n    \"mendication\": \"ọgwụ\",\n    \"mending\": \"mezie\",\n    \"mendings\": \"mmezi\",\n    \"mendipite\": \"mgbe ọ bụla\",\n    \"mendment\": \"mmeghari\",\n    \"mends\": \"na-agbanwe\",\n    \"menevian\": \"Uchenna\",\n    \"mengwe\": \"menwe\",\n    \"menhirs\": \"ndị isi\",\n    \"menial\": \"dị ala\",\n    \"meniality\": \"ịda mba\",\n    \"menially\": \"nkịtị\",\n    \"menialness\": \"ịda mba\",\n    \"menialty\": \"ịda mba\",\n    \"menyanthes\": \"menyandhes\",\n    \"menic\": \"egwu\",\n    \"meningic\": \"meninging\",\n    \"meningorrhoea\": \"maningorhoa\",\n    \"meninting\": \"na-egosi\",\n    \"meniscate\": \"nara ha\",\n    \"menisciform\": \"menisiform\",\n    \"meniscitis\": \"menisitis\",\n    \"menison\": \"nri\",\n    \"menkind\": \"ụmụ mmadụ\",\n    \"mennonist\": \"onye ndu\",\n    \"mennuet\": \"menueti\",\n    \"menology\": \"ihe omumu\",\n    \"menologies\": \"njegharị\",\n    \"menorahs\": \"menorah\",\n    \"menorrhagy\": \"menorrhagia\",\n    \"menorrhagic\": \"menorrhagia\",\n    \"menorrhea\": \"menoria\",\n    \"menorrheic\": \"ọnya ọgbụgba\",\n    \"menorrhoea\": \"amenorrhoea\",\n    \"menostatic\": \"nke nwoke\",\n    \"mens\": \"Ndị nwoke\",\n    \"mensal\": \"nwoke\",\n    \"mensalize\": \"mensenweta\",\n    \"mensch\": \"akwa\",\n    \"menschen\": \"Nwokocha\",\n    \"mensed\": \"ewe iwe\",\n    \"menseful\": \"dị egwu\",\n    \"menseless\": \"enweghi ike\",\n    \"menservants\": \"ụmụ nwoke na-eje ozi\",\n    \"menses\": \"ihe\",\n    \"menshevik\": \"Menshevik\",\n    \"menshevism\": \"mmmmmmmmmmmmm\",\n    \"menshevist\": \"Nwoke\",\n    \"mensing\": \"na-eme ihe\",\n    \"mensk\": \"Nwoko\",\n    \"menstrua\": \"ịhụ nsọ\",\n    \"menstrual\": \"ịhụ nsọ\",\n    \"menstruant\": \"ịhụ nsọ\",\n    \"menstruate\": \"ịhụ nsọ\",\n    \"menstruated\": \"nsọ\",\n    \"menstruates\": \"ịhụ nsọ\",\n    \"menstruating\": \"ịhụ nsọ\",\n    \"menstruation\": \"ịhụ nsọ\",\n    \"menstruations\": \"ịhụ nsọ\",\n    \"menstrue\": \"ịhụ nsọ\",\n    \"menstruoos\": \"ịhụ nsọ\",\n    \"menstruosity\": \"ịhụ nsọ\",\n    \"menstruous\": \"ịhụ nsọ\",\n    \"menstruousness\": \"ịhụ nsọ\",\n    \"menstruum\": \"ịhụ nsọ\",\n    \"menstruums\": \"ịhụ nsọ\",\n    \"mensual\": \"mmadụ\",\n    \"mensurability\": \"ngosipụta\",\n    \"mensurable\": \"siri ike\",\n    \"mensurableness\": \"emesia\",\n    \"mensurably\": \"n'ụzọ doro anya\",\n    \"mensural\": \"mmadụ\",\n    \"mensuration\": \"ntụgharị uche\",\n    \"mensurative\": \"na-echekwa echiche\",\n    \"menswear\": \"uwe ndị nwoke\",\n    \"menswears\": \"Menswears\",\n    \"mental\": \"iche echiche\",\n    \"mentalism\": \"iche echiche\",\n    \"mentalist\": \"onye isi\",\n    \"mentalistic\": \"iche echiche\",\n    \"mentalistically\": \"iche echiche\",\n    \"mentalists\": \"ndị isi\",\n    \"mentality\": \"echiche\",\n    \"mentalities\": \"iche echiche\",\n    \"mentalization\": \"iche echiche\",\n    \"mentalize\": \"chee echiche\",\n    \"mentally\": \"n'uche\",\n    \"mentery\": \"ndụmọdụ\",\n    \"menthaceous\": \"ndetu\",\n    \"menthyl\": \"Uchechukwu\",\n    \"mentholated\": \"akpo\",\n    \"menthols\": \"Uchechukwu\",\n    \"menticide\": \"igbu onwe\",\n    \"menticulture\": \"ndụmọdụ\",\n    \"mentiferous\": \"ndụmọdụ\",\n    \"mentiform\": \"ndụmọdụ\",\n    \"mentigerous\": \"na-eme mkpọtụ\",\n    \"mentimeter\": \"mentimita\",\n    \"mentimutation\": \"ndụmọdụ\",\n    \"mention\": \"kwue\",\n    \"mentionability\": \"ekwupụta okwu\",\n    \"mentionable\": \"ekwuru okwu\",\n    \"mentioned\": \"kwuru\",\n    \"mentioner\": \"kwuru\",\n    \"mentioners\": \"ndị kwuru\",\n    \"mentioning\": \"na-ekwu\",\n    \"mentionless\": \"enweghị isi\",\n    \"mentions\": \"kwuru\",\n    \"mentis\": \"uche\",\n    \"mentoanterior\": \"uche\",\n    \"mentohyoid\": \"Onyeka Onwenu\",\n    \"mentoposterior\": \"Onyeka Onwenu\",\n    \"mentor\": \"onye ndụmọdụ\",\n    \"mentorial\": \"gbasara ihe\",\n    \"mentorism\": \"nkuzi\",\n    \"mentors\": \"ndị ndụmọdụ\",\n    \"mentorship\": \"ndụmọdụ\",\n    \"mentzelia\": \"Nwachukwu\",\n    \"menuiseries\": \"menu\",\n    \"meq\": \"Meq\",\n    \"merbaby\": \"merba\",\n    \"merc\": \"Meka\",\n    \"mercal\": \"ahịa\",\n    \"mercantile\": \"ahia\",\n    \"mercantilely\": \"n'egburu\",\n    \"mercantilism\": \"okpu\",\n    \"mercantilist\": \"okpu\",\n    \"mercantilistic\": \"okpu\",\n    \"mercantilists\": \"Ndị isi\",\n    \"mercantility\": \"okpu\",\n    \"mercapto\": \"ahịa\",\n    \"mercaptole\": \"azụmahịa\",\n    \"mercat\": \"okpu\",\n    \"mercator\": \"okpu\",\n    \"mercatoria\": \"okpu\",\n    \"mercatorial\": \"okpu\",\n    \"mercature\": \"mebere\",\n    \"merce\": \"merie\",\n    \"mercedes\": \"kwesịrị\",\n    \"mercedinus\": \"mmmmmmmmmmmmm\",\n    \"mercedonius\": \"Mercedonius\",\n    \"mercement\": \"mbanye\",\n    \"mercenarily\": \"mercenaries\",\n    \"mercer\": \"ahịa\",\n    \"merceress\": \"merce\",\n    \"mercery\": \"ahịa\",\n    \"merceries\": \"ahịa\",\n    \"mercerization\": \"nnabata\",\n    \"mercerize\": \"mercerized\",\n    \"mercerizer\": \"mercerized\",\n    \"mercerizes\": \"mercerized\",\n    \"mercerizing\": \"mercering\",\n    \"mercers\": \"ndị ahịa\",\n    \"mercership\": \"ahịa\",\n    \"merch\": \"ngwuru\",\n    \"merchandy\": \"ngwongwo\",\n    \"merchandisability\": \"ahia ahia\",\n    \"merchandisable\": \"erekwa\",\n    \"merchandise\": \"ngwongwo\",\n    \"merchandised\": \"ahia\",\n    \"merchandiser\": \"Ngwongwo ahia\",\n    \"merchandisers\": \"ndị ahịa ahịa\",\n    \"merchandises\": \"ngwa ahia\",\n    \"merchandising\": \"ahia\",\n    \"merchandize\": \"na-ere ahịa\",\n    \"merchandized\": \"ahịa\",\n    \"merchandry\": \"ngwongwo\",\n    \"merchandrise\": \"ahia\",\n    \"merchant\": \"ahia\",\n    \"merchantability\": \"ahia\",\n    \"merchantable\": \"na-ere ahịa\",\n    \"merchantableness\": \"ahia\",\n    \"merchanted\": \"ahịa\",\n    \"merchanteer\": \"ahịa\",\n    \"merchanter\": \"ahia\",\n    \"merchanthood\": \"ahia\",\n    \"merchanting\": \"na-ere ahịa\",\n    \"merchantish\": \"ahịa\",\n    \"merchantly\": \"ahịa\",\n    \"merchantlike\": \"dị ka ahịa\",\n    \"merchantman\": \"onye ahia ahia\",\n    \"merchantmen\": \"ndị ahịa\",\n    \"merchantry\": \"ahia\",\n    \"merchantries\": \"ndị ahịa\",\n    \"merchants\": \"ndị ahịa\",\n    \"merchantship\": \"ụgbọ mmiri ndị ahịa\",\n    \"merchet\": \"ahia\",\n    \"merci\": \"ahịa\",\n    \"mercy\": \"ebere\",\n    \"merciable\": \"ebere\",\n    \"merciablely\": \"ebere\",\n    \"merciably\": \"ebere\",\n    \"mercian\": \"ahịa\",\n    \"mercies\": \"ebere\",\n    \"mercify\": \"meenụ\",\n    \"merciful\": \"na-eme ebere\",\n    \"mercifully\": \"ebere\",\n    \"mercifulness\": \"ebere\",\n    \"merciless\": \"enweghị obi ebere\",\n    \"mercilessly\": \"enweghị obi ebere\",\n    \"mercilessness\": \"enweghị obi ebere\",\n    \"merciment\": \"okpu\",\n    \"mercyproof\": \"ebere\",\n    \"mercurate\": \"okpu\",\n    \"mercuration\": \"okpu\",\n    \"mercury\": \"okpu\",\n    \"mercurial\": \"merkwal\",\n    \"mercurialisation\": \"nnabata\",\n    \"mercurialised\": \"tinye\",\n    \"mercurialising\": \"nnabata\",\n    \"mercuriality\": \"nnabata\",\n    \"mercurialization\": \"Ọnọdụ\",\n    \"mercurialize\": \"mebiri\",\n    \"mercurialized\": \"mebiri emebi\",\n    \"mercurializing\": \"okpu\",\n    \"mercurially\": \"okpuru\",\n    \"mercurialness\": \"nnabata\",\n    \"mercuriamines\": \"okpuru\",\n    \"mercuriammonium\": \"okpu\",\n    \"mercurian\": \"Nwosu\",\n    \"mercuriate\": \"okpuru\",\n    \"mercuric\": \"mekwaa\",\n    \"mercuries\": \"okpuru\",\n    \"mercurify\": \"jikota\",\n    \"mercurification\": \"nnabata\",\n    \"mercurified\": \"gbadoro\",\n    \"mercurifying\": \"na-agbagha\",\n    \"mercurization\": \"itinye aka\",\n    \"mercurize\": \"jikota\",\n    \"mercurized\": \"gbadoro\",\n    \"mercurizing\": \"na-agbagha\",\n    \"mercurochrome\": \"ebechi\",\n    \"mercurophen\": \"Okpukpo\",\n    \"mercurous\": \"okpu\",\n    \"merd\": \"njikọ\",\n    \"merdivorous\": \"dị iche iche\",\n    \"merdurinous\": \"egwuregwu\",\n    \"mered\": \"mebiri\",\n    \"meredithian\": \"mgbako\",\n    \"merely\": \"nanị\",\n    \"meres\": \"mere\",\n    \"merestone\": \"naanị nkume\",\n    \"meretrices\": \"meretric\",\n    \"meretricious\": \"dị mfe\",\n    \"meretriciously\": \"merenwe_igbo\",\n    \"meretriciousness\": \"ihe mere\",\n    \"merfold\": \"jikota\",\n    \"merfolk\": \"ngwongwo\",\n    \"mergansers\": \"mergans\",\n    \"merge\": \"jikota\",\n    \"merged\": \"jikọtara\",\n    \"mergence\": \"njikọta\",\n    \"mergences\": \"ahịa\",\n    \"merger\": \"jikota\",\n    \"merges\": \"jikota\",\n    \"mergh\": \"merg\",\n    \"merging\": \"jikota\",\n    \"mergulus\": \"njikọ\",\n    \"merycism\": \"njikota\",\n    \"merycoidodon\": \"Onwuchekwa\",\n    \"merycopotamus\": \"nwekoro\",\n    \"meridian\": \"Nnukwu\",\n    \"meridians\": \"Meridian\",\n    \"meridion\": \"Njikọ\",\n    \"meridional\": \"Nnukwu\",\n    \"meridionality\": \"ịdị mkpa\",\n    \"merinos\": \"ahịa\",\n    \"meriones\": \"njikọ\",\n    \"merises\": \"jikoro\",\n    \"merism\": \"nnabata\",\n    \"merismatic\": \"adighi\",\n    \"merist\": \"jikota\",\n    \"meristelic\": \"Onyinyechukwu\",\n    \"meristematic\": \"nnweta\",\n    \"meristems\": \"nnabata\",\n    \"meristogenous\": \"meristenegen\",\n    \"meritable\": \"kwesịrị ekwesị\",\n    \"merited\": \"kwesịrị\",\n    \"meritedly\": \"kwesịrị,\",\n    \"meritedness\": \"otuto\",\n    \"meriter\": \"merit\",\n    \"meritful\": \"nke kwesịrị\",\n    \"meriting\": \"kwesịrị\",\n    \"meritless\": \"enweghị isi\",\n    \"meritlessness\": \"enweghị isi\",\n    \"meritmonger\": \"onyinyechi\",\n    \"meritmongery\": \"itlọ ọrụ\",\n    \"meritorious\": \"kwesịrị ekwesị\",\n    \"meritoriously\": \"kwesịrị\",\n    \"meritoriousness\": \"dị mkpa\",\n    \"merits\": \"kpọkwara\",\n    \"merk\": \"jikota\",\n    \"merkhet\": \"ngwongwo\",\n    \"merks\": \"ahịa\",\n    \"merle\": \"jikota\",\n    \"merles\": \"jikọtara\",\n    \"merlin\": \"merin\",\n    \"merling\": \"ikpokọta\",\n    \"merlon\": \"okpuru\",\n    \"merlons\": \"okpu\",\n    \"mermaid\": \"mamiwota\",\n    \"mermithaner\": \"onye nnabata\",\n    \"mermithergate\": \"nnabata\",\n    \"mermithization\": \"nnabata\",\n    \"mermithized\": \"adabara\",\n    \"mermithogyne\": \"mmmmmmmmmmmmm\",\n    \"mermother\": \"nne nne\",\n    \"merohedric\": \"Merohedric\",\n    \"meroistic\": \"eme ihe n'echeghị echiche\",\n    \"meromyarian\": \"Meromyarian\",\n    \"meromyosin\": \"mmmmmmmmmmmmm\",\n    \"merosymmetry\": \"merosymmetri\",\n    \"merostomous\": \"Merostomous\",\n    \"merovingian\": \"Uchenna\",\n    \"merpeople\": \"ndị mmadụ\",\n    \"merry\": \"obi ụtọ\",\n    \"merribush\": \"jikota\",\n    \"merrier\": \"nnabata\",\n    \"merriest\": \"merrii\",\n    \"merriless\": \"enweghị atụ\",\n    \"merrily\": \"jisie ike\",\n    \"merrymaker\": \"onye na-eme ihe ọchị\",\n    \"merrymakers\": \"ndị na-eme egwuregwu\",\n    \"merrymaking\": \"ikpori ndụ\",\n    \"merryman\": \"onyeoma\",\n    \"merrymeeting\": \"anụrị\",\n    \"merrymen\": \"ndi ekpoli\",\n    \"merriment\": \"ndozi\",\n    \"merriness\": \"ọrụ\",\n    \"merrythought\": \"ekeresimesi\",\n    \"merrytrotter\": \"nnenne\",\n    \"merrywing\": \"na-egwu egwu\",\n    \"merrow\": \"meenụ\",\n    \"merrowes\": \"merrower\",\n    \"merse\": \"rie\",\n    \"mertensia\": \"mmmmmmmmmmmmm\",\n    \"merthiolate\": \"jikota\",\n    \"merton\": \"mebere\",\n    \"merulioid\": \"Onwuchekwa\",\n    \"mervail\": \"ahịa\",\n    \"merveileux\": \"Onyinyechi\",\n    \"merveilleux\": \"mmmmmmmmmmmm\",\n    \"mesad\": \"ime\",\n    \"mesaticephal\": \"emeticephal\",\n    \"mesaticephali\": \"emeticephali\",\n    \"mesaticephaly\": \"onyeka onwenu\",\n    \"mesaticephalic\": \"emeticephalic\",\n    \"mesaticephalous\": \"Nwachukwu\",\n    \"mesatipellic\": \"chukwunonso\",\n    \"mesatipelvic\": \"chukwunonsochukwu\",\n    \"mesatiskelic\": \"chidinma\",\n    \"meschant\": \"onye ahia\",\n    \"meschantly\": \"nnweta\",\n    \"meseemed\": \"chere\",\n    \"meseled\": \"gbanye\",\n    \"meseledness\": \"uche\",\n    \"mesembryo\": \"mmmmmmmmmmmmm\",\n    \"mesembryonic\": \"mmmmmmmmmmmmm\",\n    \"mesencephala\": \"mmmmmmmmmmmmm\",\n    \"mesencephalon\": \"mmmmmmmmmmmmm\",\n    \"mesencephalons\": \"chukwunonso\",\n    \"mesenteron\": \"Onwuka Chukwu\",\n    \"mesepimeral\": \"oge\",\n    \"mesepimeron\": \"chukwunonso\",\n    \"mesepithelial\": \"onyeka onwenu\",\n    \"meseraic\": \"mbaeze\",\n    \"mesh\": \"ntupu\",\n    \"meshy\": \"onyinye\",\n    \"meshwork\": \"ntupu\",\n    \"meshworks\": \"ntupu\",\n    \"mesian\": \"Uchenna\",\n    \"mesically\": \"n'eleghị anya\",\n    \"mesilla\": \"mesili\",\n    \"mesymnion\": \"mmmmmmmmmmmmm\",\n    \"mesiobuccal\": \"onwuchekwa\",\n    \"mesiodistally\": \"oge\",\n    \"mesiogingival\": \"nsogbu\",\n    \"mesiolingual\": \"ezenwanyi\",\n    \"mesion\": \"okpokoro\",\n    \"mesiopulpal\": \"chukwunonso\",\n    \"mesites\": \"emem\",\n    \"mesityl\": \"Onwuchekwa\",\n    \"mesitylene\": \"Onwuchekwa\",\n    \"mesitylenic\": \"Onwuka Chukwu\",\n    \"mesitine\": \"Uzoigwe\",\n    \"meslen\": \"Uchechi\",\n    \"mesmerian\": \"Ugwuoba\",\n    \"mesmeriser\": \"mesmeri\",\n    \"mesmerist\": \"onyeka onwenu\",\n    \"mesmerists\": \"ndị mesmerist\",\n    \"mesmerization\": \"mesmerisation\",\n    \"mesmerize\": \"mesmeri\",\n    \"mesmerizee\": \"meserizee\",\n    \"mesmerizers\": \"mesmerizer\",\n    \"mesmerizes\": \"na-emetụta\",\n    \"mesmerizing\": \"Na-eche echiche\",\n    \"mesmeromaniac\": \"emmeromaniac\",\n    \"mesnality\": \"udochukwu\",\n    \"mesnalty\": \"obinwanyi\",\n    \"mesnalties\": \"obinwanne\",\n    \"mesoblastem\": \"mesoblast em\",\n    \"mesoblastema\": \"mesoblast ema\",\n    \"mesoblastemic\": \"mesoblastic\",\n    \"mesocentrous\": \"nwere ike\",\n    \"mesocratic\": \"mesọọ\",\n    \"mesodisilicic\": \"mmmmmmmmmmmmm\",\n    \"mesodontic\": \"chukwunonso\",\n    \"mesogastric\": \"mmmmmmmmmmmmm\",\n    \"mesogyrate\": \"kpọọ\",\n    \"mesolimnion\": \"mmmmmmmmmmmmm\",\n    \"mesonephric\": \"onwuchekwa\",\n    \"mesonephros\": \"mmmmmmmmmmmmm\",\n    \"mesopetalum\": \"monopetalum\",\n    \"mesophil\": \"Onwuka Chukwu\",\n    \"mesophyl\": \"Onwuka Chukwu\",\n    \"mesophile\": \"Nkechi\",\n    \"mesophyll\": \"Onwuka Chukwu\",\n    \"mesophyllic\": \"mesophyllic nwere\",\n    \"mesoplankton\": \"Onwuka Chukwu\",\n    \"mesoplanktonic\": \"okpokoro\",\n    \"mesopleura\": \"Udochukwu\",\n    \"mesopleural\": \"nkechi\",\n    \"mesopleuron\": \"Onwuka Chukwu\",\n    \"mesopotamian\": \"Mesopotamia\",\n    \"mesoprosopic\": \"Nkechi Nwachukwu\",\n    \"mesorrhin\": \"mesorhin\",\n    \"mesorrhiny\": \"ọnya ọgbụgba\",\n    \"mesoskelic\": \"onwuchekwa\",\n    \"mesost\": \"nkpuru\",\n    \"mesostyle\": \"mmakostyle\",\n    \"mesosuchian\": \"Uzoigwe\",\n    \"mesothesis\": \"nkwonkwo\",\n    \"mesothetic\": \"nwee mmetụta\",\n    \"mesothetical\": \"usoro\",\n    \"mesothoracic\": \"emothoracic\",\n    \"mesotympanic\": \"onyeka onwenu\",\n    \"mesotroch\": \"chukwunonso\",\n    \"mesotrochal\": \"emotrochal\",\n    \"mesotron\": \"Uzochukwu\",\n    \"mesotrons\": \"usoro\",\n    \"mesotrophic\": \"obinwanyi\",\n    \"mesovarian\": \"mmesovarian\",\n    \"mesoxalyl\": \"mmmmmmmmmmmmm\",\n    \"mespilus\": \"empilus\",\n    \"mesprise\": \"ihe ijuanya\",\n    \"mesropian\": \"Okechukwu\",\n    \"mess\": \"ọgbaghara\",\n    \"message\": \"ozi\",\n    \"messaged\": \"ezipụ\",\n    \"messageer\": \"onye ozi\",\n    \"messagery\": \"ozi\",\n    \"messages\": \"ozi\",\n    \"messaging\": \"izi ozi\",\n    \"messalian\": \"Mesan\",\n    \"messaline\": \"mesalina\",\n    \"messan\": \"Na Na\",\n    \"messans\": \"ndichi\",\n    \"messapian\": \"Mizapian\",\n    \"messed\": \"mebiri emebi\",\n    \"messeigneurs\": \"ndiegwu\",\n    \"messelite\": \"ozi\",\n    \"messenger\": \"onye ozi\",\n    \"messengers\": \"ndị ozi\",\n    \"messengership\": \"ozi\",\n    \"messer\": \"meser\",\n    \"messes\": \"ọgbaghara\",\n    \"messy\": \"imetosi\",\n    \"messiah\": \"Mezaịa\",\n    \"messiahs\": \"Mesaya\",\n    \"messiahship\": \"Mesaịa\",\n    \"messianic\": \"Mesaịa\",\n    \"messianically\": \"n'agha\",\n    \"messianist\": \"Mesaya\",\n    \"messianize\": \"mesianize\",\n    \"messier\": \"dị njọ\",\n    \"messiest\": \"mebiri emebi\",\n    \"messieurs\": \"onyeka\",\n    \"messily\": \"ọgbaghara\",\n    \"messines\": \"mesine\",\n    \"messinese\": \"mesinese\",\n    \"messiness\": \"ọgbaghara\",\n    \"messing\": \"mebie\",\n    \"messire\": \"mesire\",\n    \"messkit\": \"klọ\",\n    \"messman\": \"onye ndu\",\n    \"messmate\": \"onye ozo\",\n    \"messmates\": \"ndị mmekọ\",\n    \"messmen\": \"ndị isi\",\n    \"messor\": \"masor\",\n    \"messroom\": \"ulo uka\",\n    \"messrs\": \"ihe ndozi\",\n    \"messuage\": \"ozi\",\n    \"messuages\": \"ozi\",\n    \"mest\": \"kasị\",\n    \"mestees\": \"ọrụ\",\n    \"mestesos\": \"mmmmmmmmmmmm\",\n    \"mestfull\": \"Nkechinyere\",\n    \"mestinoes\": \"mmmmmmmmmmmm\",\n    \"mestiza\": \"mmmmmmmmmmmmm\",\n    \"mestizas\": \"ihe kacha mma\",\n    \"mestizo\": \"kachasi\",\n    \"mestizoes\": \"ihe omume\",\n    \"mestlen\": \"nkechinyere\",\n    \"mestome\": \"Nkechi\",\n    \"mestranol\": \"mmmmmmmmmmmmm\",\n    \"mesvinian\": \"Uchechi\",\n    \"met\": \"zutere\",\n    \"metabiology\": \"usoro ihe omuma\",\n    \"metabolia\": \"metabolism\",\n    \"metabolian\": \"Okpukpo\",\n    \"metabolical\": \"metabolism\",\n    \"metabolically\": \"na-edozi ahụ\",\n    \"metabolised\": \"gbanwere\",\n    \"metabolising\": \"ịgbakwunye\",\n    \"metabolites\": \"ndị metabolites\",\n    \"metabolizability\": \"metabolism\",\n    \"metabolizes\": \"metabolized\",\n    \"metabolizing\": \"ịgbakwunye\",\n    \"metachemical\": \"metchemical\",\n    \"metacism\": \"usoro\",\n    \"metae\": \"meta\",\n    \"metage\": \"igwe\",\n    \"metagenetically\": \"n'usoro\",\n    \"metages\": \"ogwe\",\n    \"metagram\": \"metrik\",\n    \"metal\": \"ígwè\",\n    \"metalbearing\": \"ịgba ígwè\",\n    \"metalcraft\": \"igwe\",\n    \"metaled\": \"ọla\",\n    \"metaline\": \"igwe\",\n    \"metaling\": \"igwe\",\n    \"metalinguistic\": \"meticaluistic\",\n    \"metalinguistics\": \"usoro nyocha\",\n    \"metalise\": \"ọla\",\n    \"metalised\": \"a na-agba ya\",\n    \"metalises\": \"ọla\",\n    \"metalism\": \"ọla\",\n    \"metalist\": \"onye ọkpọ\",\n    \"metalists\": \"ndị na-ahụ maka ígwè\",\n    \"metalize\": \"mezuo\",\n    \"metalized\": \"metara\",\n    \"metalizes\": \"mara\",\n    \"metalizing\": \"na-achọpụta\",\n    \"metall\": \"ọla\",\n    \"metalled\": \"metal\",\n    \"metalleity\": \"ọla\",\n    \"metaller\": \"onye na-eme ihe igwe\",\n    \"metallic\": \"dara\",\n    \"metallical\": \"ọla\",\n    \"metallically\": \"metallally\",\n    \"metallicity\": \"ọla\",\n    \"metallicize\": \"metallịl\",\n    \"metallics\": \"ọla\",\n    \"metallide\": \"ọla\",\n    \"metalliferous\": \"ọla edo\",\n    \"metalline\": \"ọla\",\n    \"metallising\": \"ọla\",\n    \"metallism\": \"ọla\",\n    \"metallist\": \"ọla\",\n    \"metallization\": \"metallisation\",\n    \"metallizing\": \"ọla\",\n    \"metallographer\": \"onye na-ahụ maka ihe nkiri\",\n    \"metallography\": \"ihe omuma\",\n    \"metallometer\": \"metallomita\",\n    \"metallophone\": \"igwe\",\n    \"metallurgy\": \"ígwè\",\n    \"metallurgic\": \"ọla\",\n    \"metallurgical\": \"igwe\",\n    \"metallurgist\": \"onye banyere igwe\",\n    \"metallurgists\": \"ndị na-arụ ọrụ ọla\",\n    \"metalmark\": \"ọla\",\n    \"metalmonger\": \"ọla\",\n    \"metalogical\": \"igwe\",\n    \"metalorganic\": \"metal organic\",\n    \"metals\": \"ọla\",\n    \"metalsmith\": \"ọla\",\n    \"metalware\": \"ọla kọpa\",\n    \"metalwork\": \"ọrụ igwe\",\n    \"metalworker\": \"onye na-arụ ọrụ ígwè\",\n    \"metalworkers\": \"ndị na-arụ ọrụ ígwè\",\n    \"metalworking\": \"ịrụ ọrụ igwe\",\n    \"metalworks\": \"ọrụ igwe\",\n    \"metamathematical\": \"usoro mgbakọ na mwepụ\",\n    \"metamathematician\": \"ọkà mmụta sayensị\",\n    \"metamathematics\": \"usoro ọmụmụ\",\n    \"metamer\": \"nzute\",\n    \"metamerically\": \"n'usoro\",\n    \"metamerization\": \"nyocha\",\n    \"metamerize\": \"megharia\",\n    \"metamerous\": \"metameera\",\n    \"metamers\": \"ndị zoro ezo\",\n    \"metamorphically\": \"n'ụzọ doro anya\",\n    \"metanetwork\": \"netwọọk\",\n    \"metanotions\": \"igwe\",\n    \"metaphenomenon\": \"ihe omuma\",\n    \"metaphor\": \"atụ\",\n    \"metaphors\": \"ihe atụ\",\n    \"metapolitician\": \"dibịa mgbasi\",\n    \"metapore\": \"aporegwọ\",\n    \"metasomatically\": \"metasomatic\",\n    \"metastatically\": \"metastatic\",\n    \"metasternum\": \"metheastum\",\n    \"metastrophe\": \"ọdachi\",\n    \"metatarse\": \"metetarse\",\n    \"metatatically\": \"n'ụzọ\",\n    \"metate\": \"meteta\",\n    \"crownbeard\": \"okpueze\",\n    \"crowncapping\": \"okpueze\",\n    \"crowned\": \"chiri okpueze\",\n    \"crowner\": \"okpueze\",\n    \"crowners\": \"okpueze\",\n    \"crownet\": \"okpueze\",\n    \"crownets\": \"okpueze\",\n    \"crowning\": \"okpueze\",\n    \"crownland\": \"okpueze\",\n    \"crownless\": \"okpueze\",\n    \"crownlet\": \"okpueze\",\n    \"crownlike\": \"yiri okpueze\",\n    \"crownling\": \"okpueze\",\n    \"crownmaker\": \"okpueze\",\n    \"crownment\": \"okpueze\",\n    \"crownpiece\": \"okpueze\",\n    \"crowns\": \"okpueze\",\n    \"crownwork\": \"okpueze\",\n    \"crownwort\": \"okpueze\",\n    \"crows\": \"ọkpọ\",\n    \"crowshay\": \"Nwachukwu\",\n    \"crowstep\": \"mkpọchi\",\n    \"crowstepped\": \"mkpọchi\",\n    \"crowsteps\": \"igwe ojii\",\n    \"crowstick\": \"otiti\",\n    \"crowstone\": \"igwe mmadu\",\n    \"crowtoe\": \"okwukwo\",\n    \"croze\": \"kporo\",\n    \"crozed\": \"kporo\",\n    \"crozer\": \"kporo\",\n    \"crozers\": \"croz\",\n    \"croziers\": \"ndị crozi\",\n    \"crpe\": \"obe\",\n    \"crs\": \"Umunwoke\",\n    \"crts\": \"Ugochukwu\",\n    \"cru\": \"njem\",\n    \"crub\": \"kpoo\",\n    \"crubeen\": \"obe\",\n    \"cruce\": \"irughari\",\n    \"cruces\": \"njem\",\n    \"crucethouse\": \"ụlọ mkpọchi\",\n    \"cruche\": \"njem ụgbọ mmiri\",\n    \"crucial\": \"dị oke mkpa\",\n    \"cruciality\": \"dị mkpa\",\n    \"crucially\": \"dị oke mkpa\",\n    \"crucialness\": \"dị mkpa\",\n    \"crucian\": \"Mgbu\",\n    \"crucianella\": \"mmmmmmmmmmmm\",\n    \"cruciate\": \"kpoo\",\n    \"cruciated\": \"kpọgidere ya\",\n    \"cruciately\": \"jijiji\",\n    \"cruciating\": \"na-egwu egwu\",\n    \"cruciation\": \"ịkpọgide ya\",\n    \"crucible\": \"kpogburu\",\n    \"crucibles\": \"akpọkpo\",\n    \"crucibulum\": \"isi-ike\",\n    \"crucifer\": \"okpokoro\",\n    \"cruciferae\": \"obebe\",\n    \"cruciferous\": \"obe\",\n    \"crucifers\": \"kpakpando\",\n    \"crucify\": \"kpọgide n’obe\",\n    \"crucificial\": \"kpọgide\",\n    \"crucified\": \"kpogidere\",\n    \"crucifier\": \"obe\",\n    \"crucifies\": \"kpọgide\",\n    \"crucifyfied\": \"kpọgide ya n'obe\",\n    \"crucifyfying\": \"kpọgide ya n'obe\",\n    \"crucifige\": \"kpọgide\",\n    \"crucifying\": \"akpọgide ya\",\n    \"crucifix\": \"obe\",\n    \"crucifixes\": \"obe\",\n    \"crucifixion\": \"n'obe\",\n    \"crucifixions\": \"n'obe\",\n    \"cruciform\": \"kpogidere\",\n    \"cruciformity\": \"ọkpa\",\n    \"cruciformly\": \"N'osisi\",\n    \"crucigerous\": \"mkpọgide\",\n    \"crucily\": \"kpakpando\",\n    \"crucilly\": \"n'ike\",\n    \"crucis\": \"okpokoro\",\n    \"cruck\": \"ogbe\",\n    \"crudded\": \"anwude\",\n    \"crudding\": \"nti\",\n    \"cruddle\": \"Nwunye\",\n    \"crudelity\": \"obi ojoo\",\n    \"crudeness\": \"obi ọjọọ\",\n    \"crudes\": \"udesmụnna\",\n    \"crudites\": \"ndi anwude\",\n    \"crudity\": \"crudite\",\n    \"crudities\": \"ndi anwude\",\n    \"crudle\": \"ku n'aka\",\n    \"crudwort\": \"Ogbu\",\n    \"cruel\": \"obi ọjọọ\",\n    \"crueler\": \"onye oki\",\n    \"cruelest\": \"nke kachasị njọ\",\n    \"cruelhearted\": \"nwee obi ọjọọ\",\n    \"cruelize\": \"mekpọọ mmadụ ọnụ\",\n    \"crueller\": \"onye oji\",\n    \"cruellest\": \"nke kachasị njọ\",\n    \"cruelly\": \"n'obi ọjọọ\",\n    \"cruelness\": \"obi ọjọọ\",\n    \"cruels\": \"okpuru mmiri\",\n    \"cruelty\": \"obi ọjọọ\",\n    \"cruelties\": \"obi ọjọọ\",\n    \"cruent\": \"dị njọ\",\n    \"cruentate\": \"gawa\",\n    \"cruentation\": \"mkpagbu\",\n    \"cruentous\": \"obi ojoo\",\n    \"cruet\": \"ugbo mmiri\",\n    \"cruety\": \"obi ojoo\",\n    \"cruets\": \"ugbo mmiri\",\n    \"cruise\": \"irughari\",\n    \"cruised\": \"na-akpagharị\",\n    \"cruiser\": \"ugbo agha\",\n    \"cruisers\": \"ndị njem\",\n    \"cruises\": \"njem\",\n    \"cruiseway\": \"okporo ụzọ\",\n    \"cruising\": \"na-egwugharị\",\n    \"cruive\": \"keukwu\",\n    \"crull\": \"gbarie\",\n    \"cruller\": \"onyegbako\",\n    \"crullers\": \"ndị na-achọ ihe\",\n    \"crumb\": \"obere achicha\",\n    \"crumbcloth\": \"mebiri emebi\",\n    \"crumbed\": \"achicha\",\n    \"crumber\": \"mpekere\",\n    \"crumbers\": \"crumber\",\n    \"crumby\": \"igwe\",\n    \"crumbier\": \"achicha\",\n    \"crumbing\": \"na-akụ\",\n    \"crumbled\": \"mebiri\",\n    \"crumblement\": \"mkpọbiri\",\n    \"crumbles\": \"mkpọmkpọ ebe\",\n    \"crumblet\": \"mkpọmkpọ ebe\",\n    \"crumblier\": \"na-agbada\",\n    \"crumbliness\": \"ịda mba\",\n    \"crumbling\": \"na-agbada\",\n    \"crumblingness\": \"ntisa\",\n    \"crumblings\": \"mkpọku\",\n    \"crumbs\": \"mpekere\",\n    \"crumbum\": \"achicha\",\n    \"crumhorn\": \"achicha\",\n    \"crummed\": \"mebiri\",\n    \"crummer\": \"achicha\",\n    \"crumming\": \"na-ada\",\n    \"crummock\": \"mgboko\",\n    \"crump\": \"mgbaji\",\n    \"crumped\": \"anakpo\",\n    \"crumpet\": \"anwụrụ\",\n    \"crumpets\": \"anwụrụ\",\n    \"crumpy\": \"anua\",\n    \"crumping\": \"na-akụda\",\n    \"crumpled\": \"mebiri\",\n    \"crumpler\": \"mgbochu\",\n    \"crumply\": \"anakpo\",\n    \"crumpling\": \"na-akụda\",\n    \"crumster\": \"achicha\",\n    \"crunched\": \"akpachapuru anya\",\n    \"crunchingness\": \"crunching\",\n    \"crunk\": \"mkpọ\",\n    \"crunkle\": \"akpịrị\",\n    \"crunt\": \"mpia\",\n    \"cruor\": \"njem\",\n    \"cruors\": \"Ndị na-akwọ ụgbọ mmiri\",\n    \"crup\": \"okporo mmiri\",\n    \"cruppen\": \"Mgbu\",\n    \"crupper\": \"okpu\",\n    \"cruppered\": \"okpu\",\n    \"cruppering\": \"na-egwu mmiri\",\n    \"cruppers\": \"okpu\",\n    \"crura\": \"kporo\",\n    \"crural\": \"okpokoro\",\n    \"crurogenital\": \"Okpokoro\",\n    \"cruroinguinal\": \"asụsụ ọma\",\n    \"crurotarsal\": \"Oka\",\n    \"crus\": \"gwerie\",\n    \"crusade\": \"ntụ ntụ\",\n    \"crusaded\": \"kpogidere\",\n    \"crusader\": \"Ntụgharị\",\n    \"crusaders\": \"Ndị na-eme mkpọtụ\",\n    \"crusades\": \"crusade\",\n    \"crusading\": \"igwe agha\",\n    \"crusadoes\": \"ntụ ntụ\",\n    \"crusados\": \"okpokoro\",\n    \"crusca\": \"okpokoro\",\n    \"cruse\": \"irughari\",\n    \"cruses\": \"usesuses\",\n    \"cruset\": \"Nwunye\",\n    \"crush\": \"azọpịa\",\n    \"crushability\": \"Ọrịa\",\n    \"crushable\": \"Kụrisịa\",\n    \"crushableness\": \"nchikasị ness\",\n    \"crushed\": \"anuahade\",\n    \"crusher\": \"gwerie\",\n    \"crushers\": \"Ndị na-eme mkpọtụ\",\n    \"crushes\": \"Ndị na-eme mkpọtụ\",\n    \"crushing\": \"ndinuak\",\n    \"crushingly\": \"ndinuak\",\n    \"crushproof\": \"azọpịa\",\n    \"crusie\": \"irughari\",\n    \"crusile\": \"emebisi\",\n    \"crusilee\": \"emee\",\n    \"crusily\": \"Na-emebi emebi\",\n    \"crust\": \"jikọrọ ọnụ\",\n    \"crusta\": \"kpoo\",\n    \"crustaceal\": \"jikọrọ ọnụ\",\n    \"crustaceology\": \"nkwonkwo nkà\",\n    \"crustaceologist\": \"nkwonkwo nkà\",\n    \"crustaceorubrin\": \"crustaceo rubrin\",\n    \"crustaceous\": \"jikọrọ ọnụ\",\n    \"crustade\": \"okwute\",\n    \"crustal\": \"jikọrọ ọnụ\",\n    \"crustalogy\": \"ọgwụ mgbochi\",\n    \"crustalogical\": \"ọgbụgba\",\n    \"crustalogist\": \"dibia oyibo\",\n    \"crustate\": \"jikọrọ ọnụ\",\n    \"crustated\": \"kpakpando\",\n    \"crustation\": \"crustacean\",\n    \"crusted\": \"kpuchiri\",\n    \"crustedly\": \"kpuchiri\",\n    \"cruster\": \"jikọrọ ọnụ\",\n    \"crusty\": \"jikọrọ ọnụ\",\n    \"crustier\": \"Obi mgbawa\",\n    \"crustiest\": \"Mkpọtụ\",\n    \"crustific\": \"okwute\",\n    \"crustification\": \"nkpagbu\",\n    \"crustily\": \"jikọrọ ọnụ\",\n    \"crustiness\": \"nkwenye\",\n    \"crusting\": \"jikọrọ ọnụ\",\n    \"crustless\": \"enweghị ntụkwasị obi\",\n    \"crustose\": \"okwute\",\n    \"crustosis\": \"ọkọlọtọ\",\n    \"crusts\": \"Mkpọchi\",\n    \"crut\": \"jikọrọ ọnụ\",\n    \"crutch\": \"mkpọchi\",\n    \"crutched\": \"mkpọchi\",\n    \"crutcher\": \"kristo\",\n    \"crutches\": \"mkpọchi\",\n    \"crutching\": \"na-azọpịa\",\n    \"crutchlike\": \"akpọchi dị ka\",\n    \"cruth\": \"mkpọchi\",\n    \"crutter\": \"onye nkatọ\",\n    \"crux\": \"okpokoro\",\n    \"cruxes\": \"okpokoro\",\n    \"cruzadoes\": \"okpu mmiri\",\n    \"cruzados\": \"okpokoro\",\n    \"cruzeiro\": \"njem\",\n    \"cruzeiros\": \"okpokoro\",\n    \"cruziero\": \"njem\",\n    \"cruzieros\": \"okpokoro\",\n    \"crwd\": \"w cr\",\n    \"crwth\": \"akwa\",\n    \"crwths\": \"akwa\",\n    \"crzette\": \"cerazette\",\n    \"csects\": \"cseeji\",\n    \"csk\": \"ihe\",\n    \"csp\": \"Mkpu\",\n    \"ctelette\": \"nri\",\n    \"ctenoidean\": \"Ctenoidean\",\n    \"ctenoidian\": \"Ctenoidian\",\n    \"ctetology\": \"usoro ọgwụgwọ\",\n    \"cto\": \"NSB\",\n    \"cts\": \"Onwu\",\n    \"cu\": \"Nkechi\",\n    \"cuadrillero\": \"mmmmmmmmmmmmm\",\n    \"cuailnge\": \"igwe okwu\",\n    \"cuartel\": \"kọlọtọ\",\n    \"cuarteron\": \"kọlọtọ\",\n    \"cuartilla\": \"kọlọtọ\",\n    \"cuartillo\": \"kootu\",\n    \"cuartino\": \"kootu\",\n    \"cuban\": \"onye Cuba\",\n    \"cubanite\": \"onye Cuba\",\n    \"cubation\": \"cubit\",\n    \"cubatory\": \"akụkụ\",\n    \"cubbyhole\": \"Ugboro abụọ\",\n    \"cubbyhouse\": \"ụlọ ụlọ\",\n    \"cubbing\": \"na-agbakọ\",\n    \"cubbishly\": \"n'arọ\",\n    \"cubbishness\": \"cubbish\",\n    \"cubebs\": \"cubeji\",\n    \"cubhood\": \"agburu\",\n    \"cubically\": \"n'ụzọ dị egwu\",\n    \"cubicovariant\": \"onyebuchi\",\n    \"cubics\": \"cubic\",\n    \"cubing\": \"na-agbakwunye\",\n    \"cubisms\": \"ebumnuche\",\n    \"cubistically\": \"n'ụzọ ziri ezi\",\n    \"cubitalia\": \"chibili\",\n    \"cubited\": \"cubit\",\n    \"cubitocarpal\": \"chibueze\",\n    \"cubitodigital\": \"Onitsha\",\n    \"cubitopalmar\": \"chitopalmar\",\n    \"cubits\": \"cubit\",\n    \"cubmaster\": \"onye ndozi\",\n    \"cuboctahedron\": \"mmmmmmmmmmmmm\",\n    \"cubocuneiform\": \"cubokuneiform\",\n    \"cuboid\": \"koboid\",\n    \"cuboidal\": \"chibụlụ\",\n    \"cuboides\": \"cuboid\",\n    \"cuboids\": \"cuboid\",\n    \"cubomancy\": \"osogbo\",\n    \"cubs\": \"umuaka\",\n    \"cuchia\": \"chuchia\",\n    \"cuck\": \"bekee\",\n    \"cucking\": \"Na-akụ\",\n    \"cuckoo\": \"kockoo\",\n    \"cuckooed\": \"kpuchie\",\n    \"cuckstool\": \"oche akwa\",\n    \"cucoline\": \"nkeucucine\",\n    \"cucuy\": \"aghụghọ\",\n    \"cucularis\": \"ịrịa\",\n    \"cuculiform\": \"ịucụ ọgwụ\",\n    \"cuculine\": \"ịucụ ọgwụ\",\n    \"cucullaris\": \"Ogbodo\",\n    \"cucullate\": \"aghụghọ\",\n    \"cucullated\": \"ọnya\",\n    \"cuculle\": \"kpọọ\",\n    \"cucumber\": \"kukumba\",\n    \"cucumbers\": \"kukumba\",\n    \"cucumiform\": \"kukumba\",\n    \"cucurb\": \"mkpọchi\",\n    \"cucurbit\": \"chucurbit\",\n    \"cucurbite\": \"ndigbo\",\n    \"cucurbits\": \"mkpọtụ\",\n    \"cud\": \"kuru\",\n    \"cuda\": \"Cuda\",\n    \"cudava\": \"ndiegwu\",\n    \"cudbear\": \"ịkwado\",\n    \"cudbears\": \"ubegbe\",\n    \"cudden\": \"rie\",\n    \"cuddie\": \"udidi\",\n    \"cuddies\": \"nri\",\n    \"cuddle\": \"kwakọba\",\n    \"cuddleable\": \"a pụrụ ịtụkwasị obi\",\n    \"cuddled\": \"na-arahụ ụra\",\n    \"cuddles\": \"cuddle\",\n    \"cuddlesome\": \"na-a cudụ\",\n    \"cuddly\": \"Ugboro\",\n    \"cuddlier\": \"kelechi\",\n    \"cuddliest\": \"Ugochukwu\",\n    \"cuddling\": \"ịdụ ara\",\n    \"cudgeled\": \"tukota\",\n    \"cudgeler\": \"onye nchikota\",\n    \"cudgelers\": \"ndị na-akụkọta nri\",\n    \"cudgeling\": \"na-echekwa\",\n    \"cudgelled\": \"tụkwasịrị obi\",\n    \"cudgeller\": \"onye isi\",\n    \"cudgelling\": \"na-atụgharị uche\",\n    \"cudgels\": \"ugha\",\n    \"cuds\": \"akpo\",\n    \"cudweed\": \"kpọba\",\n    \"cudweeds\": \"kpọba\",\n    \"cudwort\": \"ikwe\",\n    \"cued\": \"chiri\",\n    \"cueing\": \"na-egosi\",\n    \"cueist\": \"onye cueist\",\n    \"cuemanship\": \"nri\",\n    \"cues\": \"ama\",\n    \"cuestas\": \"achịcha\",\n    \"cuff\": \"kpuchie\",\n    \"cuffed\": \"kpuchie\",\n    \"cuffer\": \"mejupụtara\",\n    \"cuffin\": \"akpati\",\n    \"cuffle\": \"kọfịl\",\n    \"cuffless\": \"enweghị ntụpọ\",\n    \"cufflink\": \"kọlflịn\",\n    \"cufflinks\": \"kọflịnks\",\n    \"cuggermugger\": \"chukwuomegwu\",\n    \"cuinage\": \"nri\",\n    \"cuinfo\": \"nri\",\n    \"cuing\": \"nri\",\n    \"cuir\": \"chikwa\",\n    \"cuirass\": \"akwa\",\n    \"cuirassed\": \"kwụrụ\",\n    \"cuirasses\": \"achịcha\",\n    \"cuirassing\": \"na-akwado\",\n    \"cuirie\": \"nri\",\n    \"cuish\": \"nri\",\n    \"cuishes\": \"nri\",\n    \"cuisinary\": \"nri\",\n    \"cuisine\": \"nri\",\n    \"cuisines\": \"nri\",\n    \"cuisinier\": \"esi nri\",\n    \"cuisse\": \"esi nri\",\n    \"cuissen\": \"weghachi\",\n    \"cuisses\": \"cuis\",\n    \"cuit\": \"kootu\",\n    \"cuitlateco\": \"itlọ nri\",\n    \"cuitle\": \"kukit\",\n    \"cuitled\": \"agbakọta\",\n    \"cuitling\": \"agwakọta\",\n    \"cuittle\": \"kukit\",\n    \"cuittled\": \"agbada\",\n    \"cuittling\": \"agbachi\",\n    \"cuke\": \"kpakpando\",\n    \"cukes\": \"Onyema\",\n    \"cul\": \"na ngụkọta oge\",\n    \"culation\": \"culavamsa\",\n    \"culavamsa\": \"Nwoke\",\n    \"culbert\": \"Nwoke\",\n    \"culbut\": \"osiso\",\n    \"culbute\": \"ebuka\",\n    \"culbuter\": \"ipigide\",\n    \"culch\": \"oku\",\n    \"culdee\": \"olulu\",\n    \"culerage\": \"onyinye\",\n    \"culet\": \"kootu\",\n    \"culett\": \"kootu\",\n    \"culex\": \"nkwonkwo\",\n    \"culices\": \"mkpọ\",\n    \"culicid\": \"ekwo\",\n    \"culicidal\": \"egbu egbu\",\n    \"culicide\": \"na-egbu\",\n    \"culicids\": \"egbu\",\n    \"culiciform\": \"ebuchi\",\n    \"culicifugal\": \"Emeka\",\n    \"culicifuge\": \"kulicifuge\",\n    \"culicines\": \"emeka\",\n    \"culicoides\": \"Akpanwu\",\n    \"culilawan\": \"Akpanwan\",\n    \"culinary\": \"culinal\",\n    \"culinarian\": \"onye nri\",\n    \"culinarily\": \"culin\",\n    \"cull\": \"ehi\",\n    \"cullays\": \"mmechi\",\n    \"culled\": \"kpochapu\",\n    \"cullen\": \"Akwa\",\n    \"cullender\": \"igwe nri\",\n    \"culler\": \"okpu\",\n    \"cullers\": \"ndị na-akpọ oku\",\n    \"cullet\": \"oku\",\n    \"cullets\": \"olulu\",\n    \"cully\": \"wuru\",\n    \"cullibility\": \"nkwenye\",\n    \"cullied\": \"kwue\",\n    \"cullying\": \"na-eme\",\n    \"cullisance\": \"ndọkpọ\",\n    \"culls\": \"ehi\",\n    \"culm\": \"olulu\",\n    \"culmed\": \"gbue\",\n    \"culmen\": \"oku\",\n    \"culmy\": \"olili\",\n    \"culmicolous\": \"ebuka\",\n    \"culmiferous\": \"okpokoro\",\n    \"culminal\": \"njedebe\",\n    \"culminant\": \"njedebe\",\n    \"culminate\": \"mechie\",\n    \"culminated\": \"mechie\",\n    \"culminates\": \"na-ejedebe\",\n    \"culminating\": \"na-agwụ\",\n    \"culmination\": \"njedebe\",\n    \"culminations\": \"njedebe\",\n    \"culminative\": \"emecha\",\n    \"culming\": \"na-emecha\",\n    \"culms\": \"ebu\",\n    \"culot\": \"kootu\",\n    \"culottes\": \"kootu\",\n    \"culottic\": \"okpu\",\n    \"culp\": \"olulu\",\n    \"culpabilis\": \"ọkpa\",\n    \"culpability\": \"ụta\",\n    \"culpable\": \"ụta\",\n    \"culpableness\": \"ụta\",\n    \"culpably\": \"n'ebubo\",\n    \"culpas\": \"okpu\",\n    \"culpate\": \"olili\",\n    \"culpatory\": \"akpati\",\n    \"culpon\": \"olulu\",\n    \"culpose\": \"kpatara\",\n    \"culprit\": \"onye mere mpu\",\n    \"culprits\": \"ndị ikpe\",\n    \"culrage\": \"olulu\",\n    \"culsdesac\": \"Emeka\",\n    \"cult\": \"òtù nzuzo\",\n    \"cultch\": \"òtù nzuzo\",\n    \"cultches\": \"òtù nzuzo\",\n    \"cultellation\": \"òtù nzuzo\",\n    \"cultelli\": \"Omenala\",\n    \"cultellus\": \"òtù nzuzo\",\n    \"culter\": \"olulu\",\n    \"culteranismo\": \"ekpemerere\",\n    \"culti\": \"zụọ\",\n    \"cultic\": \"òtù nzuzo\",\n    \"cultigen\": \"òtù nzuzo\",\n    \"cultigens\": \"òtù nzuzo\",\n    \"cultirostral\": \"onye oru ubi\",\n    \"cultirostres\": \"ubi\",\n    \"cultish\": \"òtù nzuzo\",\n    \"cultism\": \"òtù nzuzo\",\n    \"cultismo\": \"nzuzo\",\n    \"cultisms\": \"òtù nzuzo\",\n    \"cultist\": \"òtù nzuzo\",\n    \"cultistic\": \"òtù nzuzo\",\n    \"cultists\": \"òtù nzuzo\",\n    \"cultivability\": \"ịzụlite\",\n    \"cultivably\": \"ịzụlite\",\n    \"cultivar\": \"ịkụ azụ\",\n    \"cultivars\": \"ihe ọkụkụ\",\n    \"cultivatable\": \"nke nwere ike ịkụ mkpụrụ\",\n    \"cultivate\": \"zụlite\",\n    \"cultivated\": \"emezu\",\n    \"cultivates\": \"na-azụlite\",\n    \"cultivating\": \"na-azụlite\",\n    \"cultivation\": \"akuku\",\n    \"cultivations\": \"ịkụ ọkụ\",\n    \"cultivative\": \"akọ\",\n    \"cultivator\": \"onye ọrụ ubi\",\n    \"cultivators\": \"ndị na-akụ ihe ubi\",\n    \"cultive\": \"ekwuru\",\n    \"cultrate\": \"òtù nzuzo\",\n    \"cultrated\": \"nzuzo\",\n    \"cultriform\": \"nzuzo\",\n    \"cultrirostral\": \"òtù nzuzo\",\n    \"cultrirostres\": \"nzuzo\",\n    \"cults\": \"òtù nzuzo\",\n    \"culttelli\": \"Ogbela\",\n    \"cultual\": \"omenala\",\n    \"culturable\": \"omenala\",\n    \"cultural\": \"omenala\",\n    \"culturalist\": \"omenaala\",\n    \"culturally\": \"omenala\",\n    \"culture\": \"Omenala\",\n    \"cultured\": \"omenala\",\n    \"cultureless\": \"enweghị ọdịbendị\",\n    \"cultures\": \"ọdịbendị\",\n    \"culturine\": \"Omenala\",\n    \"culturing\": \"na-akpa ike\",\n    \"culturist\": \"onye òtù nzuzo\",\n    \"culturization\": \"ozuzu nzuzo\",\n    \"culturize\": \"mezuo omenala\",\n    \"culturology\": \"òtù nzuzo\",\n    \"culturological\": \"Omenala\",\n    \"culturologically\": \"òtù nzuzo\",\n    \"culturologist\": \"omenaala\",\n    \"cultus\": \"òtù nzuzo\",\n    \"cultuses\": \"òtù nzuzo\",\n    \"culverfoot\": \"ụkwụ\",\n    \"culverhouse\": \"ulo mkporo\",\n    \"culverin\": \"Onyekwere\",\n    \"culverineer\": \"onyenku\",\n    \"culveriner\": \"Onyekwere\",\n    \"culverins\": \"akpaka\",\n    \"culverkey\": \"Ekechukwu\",\n    \"culverkeys\": \"olulu\",\n    \"culvert\": \"Ugwu\",\n    \"culvertage\": \"olulu\",\n    \"culverts\": \"Kporo\",\n    \"culverwort\": \"olulu\",\n    \"cum\": \"yana\",\n    \"cumbent\": \"onye ike\",\n    \"cumbered\": \"sụrụ ngọngọ\",\n    \"cumberers\": \"ndị cumbere\",\n    \"cumbering\": \"jisie ike\",\n    \"cumberless\": \"enweghị atụ\",\n    \"cumberment\": \"mbanye\",\n    \"cumbersomely\": \"cumbersome\",\n    \"cumberworld\": \"ndiigbo\",\n    \"cumbha\": \"kumbha\",\n    \"cumble\": \"crumble\",\n    \"cumbrance\": \"nkwarụ\",\n    \"cumbrian\": \"onye nkwusa\",\n    \"cumbrous\": \"cumbulu\",\n    \"cumbrously\": \"cumbulu\",\n    \"cumbrousness\": \"ndabido\",\n    \"cumflutter\": \"cumpfterter\",\n    \"cumin\": \"kumin\",\n    \"cummerbunds\": \"cummerbund\",\n    \"cummock\": \"chikọta\",\n    \"cump\": \"onu\",\n    \"cumulate\": \"gwakọta\",\n    \"cumulated\": \"kpokọtara\",\n    \"cumulates\": \"na-achịkọta\",\n    \"cumulating\": \"na-agbakọta\",\n    \"cumulation\": \"nchikota\",\n    \"cumulative\": \"agukọta\",\n    \"cumulatively\": \"agukọọ\",\n    \"cumulet\": \"kpo oku\",\n    \"cumulostratus\": \"nkwanye ugwu\",\n    \"cun\": \"aghụghọ\",\n    \"cuna\": \"oriri\",\n    \"cunarder\": \"onye aghụghọ\",\n    \"cunctation\": \"aghụghọ\",\n    \"cunctatious\": \"aghụghọ\",\n    \"cunctative\": \"aghụghọ\",\n    \"cunctator\": \"onye aghụghọ\",\n    \"cunctatory\": \"aghụghọ\",\n    \"cunctatorship\": \"aghụghọ\",\n    \"cunctatury\": \"aghụghọ\",\n    \"cunctipotent\": \"dị aghụghọ\",\n    \"cundeamor\": \"aghụghọ\",\n    \"cundy\": \"Onyinye\",\n    \"cuneated\": \"dikwa\",\n    \"cuneately\": \"cuneune\",\n    \"cunette\": \"aghụghọ\",\n    \"cunicular\": \"sicikasi\",\n    \"cuniculus\": \"Nkechi\",\n    \"cuniform\": \"cuneiform\",\n    \"cuniforms\": \"cuneiforms\",\n    \"cunili\": \"aghụghọ\",\n    \"cunit\": \"aghụghọ\",\n    \"cunjer\": \"onye nzuzu\",\n    \"cunner\": \"onye aghụghọ\",\n    \"cunners\": \"ndị aghụghọ\",\n    \"cunny\": \"aghụghọ\",\n    \"cunnilinguism\": \"aghụghọ\",\n    \"cunnilingus\": \"Onyinye\",\n    \"cunning\": \"aghụghọ\",\n    \"cunningaire\": \"onye aghụghọ\",\n    \"cunninger\": \"onye aghụghọ\",\n    \"cunningest\": \"aghụghọ\",\n    \"cunningly\": \"aghụghọ\",\n    \"cunningness\": \"aghụghọ\",\n    \"cunnings\": \"aghụghọ\",\n    \"cunoniaceous\": \"onye nzuzu\",\n    \"cunt\": \"nwaanyi\",\n    \"cunts\": \"nkọcha\",\n    \"cuon\": \"kuon\",\n    \"cuorin\": \"nri\",\n    \"cup\": \"iko\",\n    \"cupbearer\": \"obu ihe ọ cupụụ\",\n    \"cupbearers\": \"Ndị obu ihe ọ cupụ cupụ\",\n    \"cupboard\": \"kọbọd\",\n    \"cupboards\": \"kọbọd\",\n    \"cupcakes\": \"achicha achicha\",\n    \"cupel\": \"iko\",\n    \"cupeled\": \"akpọrọ\",\n    \"cupeler\": \"Kukpa\",\n    \"cupelers\": \"kpokọtara\",\n    \"cupeling\": \"iko\",\n    \"cupellation\": \"iko\",\n    \"cupelled\": \"sụgharịa\",\n    \"cupeller\": \"osi ite\",\n    \"cupellers\": \"ndị na-akpọ iko\",\n    \"cupelling\": \"isi ihe\",\n    \"cupels\": \"kọlọtọ\",\n    \"cupflower\": \"okpokoro\",\n    \"cupful\": \"iko\",\n    \"cupfulfuls\": \"iko\",\n    \"cupfuls\": \"iko\",\n    \"cuphea\": \"okpoko\",\n    \"cuphead\": \"isi\",\n    \"cupholder\": \"obu ihe ọ cupụ cupụ\",\n    \"cupidity\": \"iko mmiri\",\n    \"cupidities\": \"iko\",\n    \"cupids\": \"iko mmiri\",\n    \"cupless\": \"kopless\",\n    \"cuplike\": \"dị ka iko\",\n    \"cupmaker\": \"osi ite\",\n    \"cupmaking\": \"iko\",\n    \"cupman\": \"Obo\",\n    \"cupmate\": \"onye iko\",\n    \"cupola\": \"kopola\",\n    \"cupolaed\": \"kopola\",\n    \"cupolaing\": \"kopola\",\n    \"cupolaman\": \"Kpolamanu\",\n    \"cupolar\": \"kopo\",\n    \"cupolated\": \"kopo\",\n    \"cuppas\": \"Ogbe\",\n    \"cupped\": \"gbụrụ\",\n    \"cuppen\": \"kpuchie\",\n    \"cupper\": \"kọpa\",\n    \"cuppers\": \"osikapa\",\n    \"cuppiest\": \"kasị\",\n    \"cuppin\": \"kpọọ\",\n    \"cupping\": \"kpọọ\",\n    \"cuppings\": \"kpọọ\",\n    \"cuprammonia\": \"kọrammonium\",\n    \"cuprammonium\": \"kọrammonium\",\n    \"cuprate\": \"iko\",\n    \"cuprein\": \"iko mmiri\",\n    \"cuprene\": \"kọfị\",\n    \"cupreous\": \"kolee\",\n    \"cupressineous\": \"okpokoro isi\",\n    \"cupric\": \"iko\",\n    \"cupriferous\": \"na-eme mkpọtụ\",\n    \"cuprite\": \"iko\",\n    \"cuprites\": \"isi\",\n    \"cupronickel\": \"Ebube\",\n    \"cuproscheelite\": \"Ochie\",\n    \"cuprose\": \"iko akwa\",\n    \"cuprosilicon\": \"nterosilicon\",\n    \"cuprotungstite\": \"ikoonyema\",\n    \"cuprous\": \"okpokoro\",\n    \"cuprums\": \"iko\",\n    \"cups\": \"iko\",\n    \"cupseed\": \"koso\",\n    \"cupsful\": \"iko\",\n    \"cupstone\": \"okpokoro\",\n    \"cupula\": \"iko\",\n    \"cupular\": \"iko\",\n    \"cupulate\": \"iko\",\n    \"curable\": \"ọgwụgwọ\",\n    \"curableness\": \"ọgwụgwọ\",\n    \"curably\": \"ọgwụgwọ\",\n    \"curacaos\": \"curacao\",\n    \"curace\": \"curacao\",\n    \"curacy\": \"ọgwụgwọ\",\n    \"curacies\": \"ọgwụgwọ\",\n    \"curacoa\": \"curacao\",\n    \"curares\": \"ọgwụgwọ\",\n    \"curarization\": \"ọgwụgwọ\",\n    \"curarized\": \"gwọọ ya\",\n    \"curarizes\": \"na-agwọ\",\n    \"curarizing\": \"na-agwọ\",\n    \"curatage\": \"ọgwụgwọ\",\n    \"curate\": \"gwọọ\",\n    \"curatess\": \"ezi uche\",\n    \"curatial\": \"ọgwụgwọ\",\n    \"curatic\": \"ọgwụgwọ\",\n    \"curation\": \"ọgwụgwọ\",\n    \"curative\": \"ọgwụgwọ\",\n    \"curatively\": \"ọgwụgwọ\",\n    \"curatives\": \"ọgwụgwọ\",\n    \"curator\": \"onye nlekọta\",\n    \"curatory\": \"ọgwụgwọ\",\n    \"curators\": \"ndị na-elekọta ya\",\n    \"curatorship\": \"nlekọta\",\n    \"curb\": \"igbochi\",\n    \"curbable\": \"agbachi\",\n    \"curbash\": \"igbochi\",\n    \"curbed\": \"egbochi\",\n    \"curber\": \"eriri\",\n    \"curbers\": \"ihe mgbochi\",\n    \"curbing\": \"na-egbochi\",\n    \"curbings\": \"mmechi\",\n    \"curbless\": \"enweghị mgbochi\",\n    \"curbline\": \"nkwụsị\",\n    \"curbs\": \"ihe mgbochi\",\n    \"curbside\": \"akụkụ\",\n    \"curbstone\": \"okwute\",\n    \"curbstoner\": \"onye nzuzu\",\n    \"curbstones\": \"okwute\",\n    \"curch\": \"ụka\",\n    \"curches\": \"ụka\",\n    \"curchy\": \"ụlọ ọrụ\",\n    \"curcuddoch\": \"mmmmmmmmmmmmm\",\n    \"curculionid\": \"curculionidae\",\n    \"curculionist\": \"ọkà mmụta\",\n    \"curded\": \"gbachiri\",\n    \"curdy\": \"swiiti\",\n    \"curdier\": \"Curdier\",\n    \"curding\": \"na-agagharị\",\n    \"curdle\": \"ihe mgbochi\",\n    \"curdled\": \"gbagburu\",\n    \"curdler\": \"ihe mgbochi\",\n    \"curdlers\": \"ihe mgbochi\",\n    \"curdles\": \"ihe mgbochi\",\n    \"curdling\": \"na-agagharị\",\n    \"curds\": \"achịcha\",\n    \"cure\": \"ọgwụgwọ\",\n    \"cured\": \"gwọrọ\",\n    \"cureless\": \"enweghị ọgwụgwọ\",\n    \"curelessly\": \"enweghị ọgwụgwọ\",\n    \"curelessness\": \"enweghị ọgwụgwọ\",\n    \"curemaster\": \"ogwugwo\",\n    \"curer\": \"ọgwụgwọ\",\n    \"curers\": \"ndị na-agwọ ọrịa\",\n    \"cures\": \"ọgwụgwọ\",\n    \"curets\": \"curette\",\n    \"curettage\": \"ọgwụgwọ\",\n    \"curetted\": \"ọgwụgwọ\",\n    \"curettement\": \"ọgwụgwọ\",\n    \"curettes\": \"ọgwụgwọ\",\n    \"curetting\": \"ọgwụgwọ\",\n    \"curfew\": \"mgbe ị ga na-alọta\",\n    \"curfews\": \"iwu oge\",\n    \"curiage\": \"mkpọchi\",\n    \"curialist\": \"onye nyocha\",\n    \"curiality\": \"ịmata ihe\",\n    \"curiate\": \"curi mkpu\",\n    \"curiboca\": \"cubreboca\",\n    \"curiegram\": \"curie gram\",\n    \"curiescopy\": \"nyocha\",\n    \"curiet\": \"curie\",\n    \"curying\": \"na-agbagharị\",\n    \"curing\": \"na-agwọ ọrịa\",\n    \"curiology\": \"mmụta\",\n    \"curiologic\": \"usoro mmụta\",\n    \"curiological\": \"usoro mmụta\",\n    \"curiologically\": \"n'ịghọta ihe\",\n    \"curiologics\": \"usoro mmụta\",\n    \"curios\": \"ịmata ihe\",\n    \"curiosity\": \"ọchịchọ ịmata ihe\",\n    \"curiosities\": \"ịmata ihe\",\n    \"curious\": \"kemmasi\",\n    \"curiouser\": \"ịmata ihe\",\n    \"curiousest\": \"ịmata\",\n    \"curiously\": \"N'ụzọ dị ịtụnanya\",\n    \"curiousness\": \"ọchịchọ ịmata\",\n    \"curiousnesses\": \"ịmata ihe\",\n    \"curled\": \"gbagọrọ agbagọ\",\n    \"curledly\": \"gbakọọ\",\n    \"curledness\": \"gbagọrọ agbagọ\",\n    \"curler\": \"Ihe nlezianya\",\n    \"curlers\": \"ndị njem\",\n    \"curlewberry\": \"kọlọbberị\",\n    \"curly\": \"gbakọrọ agbakọ\",\n    \"curlycue\": \"njide\",\n    \"curlicues\": \"usoro iwu\",\n    \"curlicuing\": \"na-achọgharị\",\n    \"curlier\": \"ngwugwu\",\n    \"curliest\": \"gbara\",\n    \"curliewurlie\": \"onyegbula\",\n    \"curlike\": \"dị ka\",\n    \"curlylocks\": \"mkpọchi\",\n    \"curliness\": \"ịdị ọcha\",\n    \"curlingly\": \"na-agbagharị\",\n    \"curlings\": \"curling\",\n    \"curlpaper\": \"mpempe akwụkwọ\",\n    \"curmudgeon\": \"mkpịsị ụkwụ\",\n    \"curmudgeonery\": \"ụdọ\",\n    \"curmudgeonish\": \"nkwanye ugwu\",\n    \"curmudgeonly\": \"na-akwado\",\n    \"curmudgeons\": \"ndị gbara ọkpụrụkpụ\",\n    \"curmurging\": \"na-emebi\",\n    \"curmurring\": \"na-agagharị\",\n    \"curn\": \"akpu\",\n    \"curneys\": \"okpokoro\",\n    \"curnock\": \"mkpọchi\",\n    \"curns\": \"akpọnwụ\",\n    \"curpel\": \"ukwu\",\n    \"curpin\": \"mkpọchi\",\n    \"curple\": \"ụrọ\",\n    \"currach\": \"mgbochi\",\n    \"currachs\": \"ụdọ\",\n    \"currack\": \"mgbochi\",\n    \"curragh\": \"ụcha\",\n    \"curraghs\": \"mgbochi\",\n    \"currajong\": \"ụcha\",\n    \"currance\": \"mgbochi\",\n    \"currans\": \"akụkụ\",\n    \"currants\": \"currant\",\n    \"curratow\": \"ụdọ\",\n    \"currawang\": \"ụcha\",\n    \"currawong\": \"nwaanwuru\",\n    \"curred\": \"kpọọ\",\n    \"currency\": \"ego\",\n    \"currencies\": \"ego\",\n    \"current\": \"ugbu a\",\n    \"currently\": \"ugbu a\",\n    \"currentness\": \"ugbu a\",\n    \"currents\": \"okwukwo\",\n    \"currentwise\": \"ugbu a\",\n    \"curry\": \"Curry\",\n    \"currycomb\": \"ụdọ\",\n    \"curricula\": \"usoro ọmụmụ\",\n    \"curriculum\": \"usoro ọmụmụ\",\n    \"curriculums\": \"usoro ọmụmụ\",\n    \"curried\": \"chiri\",\n    \"currier\": \"ihe mgbochi\",\n    \"curriery\": \"nchịkwa\",\n    \"currieries\": \"ihe mgbochi\",\n    \"curriers\": \"ihe mgbochi\",\n    \"curries\": \"achịcha\",\n    \"curryfavour\": \"ihu ọma\",\n    \"curriing\": \"na-agagharị\",\n    \"currying\": \"na-agagharị\",\n    \"currijong\": \"rizụ\",\n    \"curring\": \"na-agagharị\",\n    \"currish\": \"ịzụ ahịa\",\n    \"currishly\": \"n'adịghị\",\n    \"currishness\": \"nzuzu\",\n    \"currock\": \"okirikiri\",\n    \"currs\": \"mgbochi\",\n    \"curs\": \"nkọcha\",\n    \"cursal\": \"nkọcha\",\n    \"curse\": \"ọnụ\",\n    \"cursed\": \"bụrụ ọnụ\",\n    \"curseder\": \"bụrụ ọnụ\",\n    \"cursedest\": \"bụrụ ọnụ\",\n    \"cursedly\": \"bụrụ ọnụ\",\n    \"cursedness\": \"nkọcha\",\n    \"cursement\": \"nkọcha\",\n    \"cursen\": \"nkọcha\",\n    \"curser\": \"nkọcha\",\n    \"cursers\": \"nkọcha\",\n    \"curses\": \"nkọcha\",\n    \"curship\": \"nkọcha\",\n    \"cursing\": \"ọbụbụ ọnụ\",\n    \"cursitate\": \"kọchaa\",\n    \"cursitor\": \"ọkọchị\",\n    \"cursive\": \"itughari\",\n    \"cursiveness\": \"nkọcha\",\n    \"cursives\": \"nkọcha\",\n    \"cursorary\": \"akuko\",\n    \"cursory\": \"ihe nlere\",\n    \"cursoriness\": \"nkọcha\",\n    \"cursorious\": \"bụrụ ọnụ\",\n    \"cursors\": \"ọnụ\",\n    \"curst\": \"ụkwara\",\n    \"curstful\": \"agbakọnye\",\n    \"curstness\": \"ụkọ\",\n    \"curtail\": \"Dakil\",\n    \"curtailed\": \"belata\",\n    \"curtailedly\": \"na-achịkọta\",\n    \"curtailer\": \"iwelata\",\n    \"curtailing\": \"Iwelata\",\n    \"curtailment\": \"mgbochi\",\n    \"curtailments\": \"Mmechi\",\n    \"curtails\": \"nkwụsị\",\n    \"curtain\": \"ákwà mgbochi\",\n    \"curtained\": \"ákwà mgbochi\",\n    \"curtaining\": \"ihe mgbochi\",\n    \"curtainless\": \"enweghị mgbochi\",\n    \"curtains\": \"ákwà ngebichi\",\n    \"curtalax\": \"iwelata\",\n    \"curtalaxes\": \"nkwụsị\",\n    \"curtation\": \"nkuchi\",\n    \"curtaxe\": \"iwelata\",\n    \"curted\": \"gbachiri\",\n    \"curteous\": \"jiri obi ọma\",\n    \"curter\": \"usoro\",\n    \"curtesy\": \"site n'ikike\",\n    \"curtesies\": \"ekele\",\n    \"curtnesses\": \"nkwalite\",\n    \"curtseyed\": \"agbachi\",\n    \"curtseying\": \"tstọ\",\n    \"curtseys\": \"agbachi\",\n    \"curtsy\": \"dị curtsy\",\n    \"curtsied\": \"Akwadoro\",\n    \"curtsying\": \"na-achọ\",\n    \"curvaceous\": \"okirikiri\",\n    \"curvaceously\": \"n'ụzọ\",\n    \"curvaceousness\": \"mmachi\",\n    \"curvacious\": \"okirikiri\",\n    \"curval\": \"ogwe aka\",\n    \"curvant\": \"ọchịchọ\",\n    \"curvate\": \"ihe mgbochi\",\n    \"curvated\": \"kpaliri\",\n    \"curvation\": \"nyocha\",\n    \"curvative\": \"ihe mgbochi\",\n    \"curvature\": \"ihe mgbochi\",\n    \"curvatures\": \"ihe mgbochi\",\n    \"curve\": \"usoro\",\n    \"curveball\": \"bọọlụ bọọlụ\",\n    \"curved\": \"gbagọrọ agbagọ\",\n    \"curvedly\": \"gbagọrọ agbagọ\",\n    \"curvedness\": \"ngọngọ\",\n    \"curvey\": \"ngagharị\",\n    \"curver\": \"ụzọ\",\n    \"curves\": \"akụkụ\",\n    \"curvesome\": \"gbagọrọ agbagọ\",\n    \"curvesomeness\": \"nwa nwanyi\",\n    \"curvet\": \"okwute\",\n    \"curveted\": \"okwute\",\n    \"curveting\": \"na-agagharị\",\n    \"curvets\": \"okwute\",\n    \"curvette\": \"ịkpụ\",\n    \"curvetted\": \"ekwela\",\n    \"curvetting\": \"na-achọ\",\n    \"curvy\": \"gbagọrọ agbagọ\",\n    \"curvicaudate\": \"curvicauda\",\n    \"curvicostate\": \"okpokoro\",\n    \"curvidentate\": \"okirikiri\",\n    \"curvier\": \"gbasaa\",\n    \"curviform\": \"okpokoro\",\n    \"curvilinead\": \"okpokoro\",\n    \"curvilineal\": \"okpokoro\",\n    \"curvilinear\": \"ịzọ ụkwụ\",\n    \"curvilinearity\": \"ihe omuma\",\n    \"curvimeter\": \"okpokoro\",\n    \"curvinerved\": \"nwee mmasị\",\n    \"curviness\": \"ọchịchọ\",\n    \"curving\": \"na-agagharị\",\n    \"curvirostres\": \"agbachi\",\n    \"curviserial\": \"akụkụ\",\n    \"curvital\": \"na-achọgharị\",\n    \"curvity\": \"njikota\",\n    \"curvle\": \"ịgha\",\n    \"curvograph\": \"mpempe akwụkwọ\",\n    \"curvometer\": \"curvometa\",\n    \"curvous\": \"gbasara\",\n    \"curvulate\": \"gbasaa\",\n    \"cuscutaceous\": \"ndozi\",\n    \"cusecs\": \"cusec\",\n    \"cush\": \"kwom\",\n    \"cushag\": \"Ogbogu\",\n    \"cushier\": \"onye cushier\",\n    \"cushion\": \"kwushin\",\n    \"cushioncraft\": \"gbọ mmiri\",\n    \"cushioned\": \"kwụsie ike\",\n    \"cushionet\": \"ngwugwu\",\n    \"cushionflower\": \"ushgbọ mmiri\",\n    \"cushiony\": \"kwushini\",\n    \"cushioniness\": \"kwụsie ike\",\n    \"cushioning\": \"kwụsie ike\",\n    \"cushionless\": \"enweghị ihe ọ bụla\",\n    \"cushionlike\": \"ube dị ka\",\n    \"cushions\": \"fom\",\n    \"cushite\": \"Kushit\",\n    \"cushitic\": \"onye anakpo\",\n    \"cushlamochree\": \"chukwuimachukwu\",\n    \"cusso\": \"cuss\",\n    \"cussos\": \"cuss\",\n    \"cussword\": \"cuss okwu\",\n    \"cust\": \"akwa\",\n    \"custard\": \"klọbas\",\n    \"custards\": \"klọbas\",\n    \"custody\": \"njide\",\n    \"custodial\": \"onye nlekọta\",\n    \"custodian\": \"onye nlekọta\",\n    \"custodians\": \"ndị nlekọta\",\n    \"custodianship\": \"onye nlekọta\",\n    \"custodier\": \"nlekọta\",\n    \"custodies\": \"custodes\",\n    \"custom\": \"omenala\",\n    \"customable\": \"customizable\",\n    \"customableness\": \"omenala\",\n    \"customably\": \"omenala\",\n    \"customance\": \"omenala\",\n    \"customary\": \"omenala\",\n    \"customaries\": \"omenala\",\n    \"customarily\": \"omenala\",\n    \"customariness\": \"omenala\",\n    \"customed\": \"omenala\",\n    \"customer\": \"ahịa\",\n    \"customers\": \"ndị ahịa\",\n    \"customhouse\": \"Omenala\",\n    \"customhouses\": \"Omenala\",\n    \"customing\": \"na-ahazi\",\n    \"customization\": \"nhazi\",\n    \"customizations\": \"nhazi\",\n    \"customize\": \"hazie\",\n    \"customized\": \"ahaziri\",\n    \"customizer\": \"onye nhazi\",\n    \"customizers\": \"onye mmebe\",\n    \"customizes\": \"ahaziri\",\n    \"customizing\": \"na-ahazi\",\n    \"customly\": \"omenala\",\n    \"customs\": \"Ndị kọstọm\",\n    \"customshouse\": \"ụlọ kọstọm\",\n    \"custrel\": \"klọs\",\n    \"custron\": \"klọron\",\n    \"cut\": \"ebipụ\",\n    \"cutability\": \"nkwụsị\",\n    \"cutaneal\": \"ịkpụ\",\n    \"cutaneously\": \"egbutu\",\n    \"cutaway\": \"gbawara\",\n    \"cutaways\": \"ọnya\",\n    \"cutback\": \"wedata aka\",\n    \"cutbacks\": \"nkwụsị\",\n    \"cutbank\": \"egbutu\",\n    \"cutch\": \"ịkpụ\",\n    \"cutcha\": \"ịcha\",\n    \"cutcher\": \"onye egbutu\",\n    \"cutchery\": \"ebe osi ite\",\n    \"cutcheries\": \"ịkpụcha\",\n    \"cutcherry\": \"ịkpụcha\",\n    \"cutcherries\": \"ndị na-egbutu ihe\",\n    \"cutches\": \"egbutu\",\n    \"cutdown\": \"nkwụsị\",\n    \"cutdowns\": \"nkwụsị\",\n    \"cute\": \"mara mma\",\n    \"cuteys\": \"mara mma\",\n    \"cutely\": \"egbutu\",\n    \"cuteness\": \"ịkpụ\",\n    \"cutenesses\": \"mkpụrụedemede\",\n    \"cuter\": \"onye na-egbu ihe\",\n    \"cuterebra\": \"egbutu\",\n    \"cutgrass\": \"egbutu\",\n    \"cutgrasses\": \"egbutu\",\n    \"cutheal\": \"gbupụrụ\",\n    \"cuticle\": \"ịkpụ\",\n    \"cuticolor\": \"achacha\",\n    \"cuticulate\": \"ịkpụ\",\n    \"cutify\": \"gbue\",\n    \"cutification\": \"mbelata\",\n    \"cutikin\": \"ịkpụ\",\n    \"cutinisation\": \"nkwụsị\",\n    \"cutinise\": \"ịkpụ\",\n    \"cutinised\": \"egbutu\",\n    \"cutinising\": \"na-egbutu\",\n    \"cutinization\": \"nkwụsị\",\n    \"cutinize\": \"belata\",\n    \"cutinized\": \"belata\",\n    \"cutinizes\": \"ịkpụ\",\n    \"cutinizing\": \"na-egbutu\",\n    \"cutireaction\": \"nkwụsị\",\n    \"cutis\": \"mkpụrụ\",\n    \"cutisector\": \"ịkpụchakịrị\",\n    \"cutises\": \"egbutu\",\n    \"cutiterebra\": \"egbutu\",\n    \"cutization\": \"ọnwụ\",\n    \"cutlas\": \"ọwa\",\n    \"cutlases\": \"ọwa\",\n    \"cutlash\": \"egbutu\",\n    \"cutlass\": \"ọwa\",\n    \"cutlasses\": \"ọwa\",\n    \"cutlassfish\": \"azụ azụ\",\n    \"cutlassfishes\": \"efere okpokoro\",\n    \"cutler\": \"onye na-egbu ihe\",\n    \"cutleress\": \"onye na-egbutu ihe\",\n    \"cutlery\": \"ịkpụ\",\n    \"cutleries\": \"ịkpụ\",\n    \"cutlers\": \"egbutu\",\n    \"cutline\": \"ịkpụ\",\n    \"cutlines\": \"ịkpụ\",\n    \"cutling\": \"ịkpụ\",\n    \"cutlings\": \"cuttings\",\n    \"cutlips\": \"egbutu\",\n    \"cutoff\": \"bepụ\",\n    \"cutoffs\": \"nkwụsị\",\n    \"cutose\": \"egbutu\",\n    \"cutout\": \"bechapụ\",\n    \"cutouts\": \"ịkpụ\",\n    \"cutover\": \"egbutu\",\n    \"cutpurse\": \"mpekere\",\n    \"cutpurses\": \"ndịgbụ\",\n    \"cuts\": \"ebi\",\n    \"cutset\": \"egbutu\",\n    \"cuttage\": \"mbelata\",\n    \"cuttages\": \"nkwụsị\",\n    \"cutted\": \"gbupụrụ\",\n    \"cutter\": \"onye na-egbutu ihe\",\n    \"cutterhead\": \"onye isi\",\n    \"cutterman\": \"onye egbutu\",\n    \"cutters\": \"ndị na-egbutusị\",\n    \"cutthroat\": \"kpaliri\",\n    \"cutthroats\": \"kpakpando\",\n    \"cutting\": \"ịcha\",\n    \"cuttingly\": \"na-egbutu\",\n    \"cuttingness\": \"ọnwụ\",\n    \"cuttlebone\": \"ọkpụkpụ\",\n    \"cuttlebones\": \"ọkpụkpụ\",\n    \"cuttled\": \"cuttle\",\n    \"cuttlefish\": \"azụ azụ\",\n    \"cuttlefishes\": \"azu\",\n    \"cuttler\": \"cuttle\",\n    \"cuttling\": \"ịcha\",\n    \"cuttoe\": \"ịkpụ\",\n    \"cuttoos\": \"kpoos\",\n    \"cutup\": \"ọnwụ\",\n    \"cutups\": \"egbutu\",\n    \"cutwal\": \"ịkpụ\",\n    \"cutwater\": \"mmiri mmiri\",\n    \"cutwaters\": \"ogbu mmiri\",\n    \"cutweed\": \"ịkpụcha\",\n    \"cutwork\": \"arụ ọrụ\",\n    \"cutworks\": \"arụ ọrụ\",\n    \"cutworm\": \"egbutu\",\n    \"cutworms\": \"ohia\",\n    \"cuvage\": \"iko\",\n    \"cuve\": \"kootu\",\n    \"cuvettes\": \"kpakpando\",\n    \"cuvy\": \"mgboko\",\n    \"cuvies\": \"nri\",\n    \"czar\": \"eze\",\n    \"czardases\": \"ihe ojoo\",\n    \"czardom\": \"ndaba\",\n    \"czardoms\": \"ihe ize ndụ\",\n    \"czarish\": \"ihe omimi\",\n    \"czarism\": \"eze\",\n    \"czarisms\": \"ihe ike\",\n    \"czarist\": \"onye eze\",\n    \"czarists\": \"ndị eze\",\n    \"czarowitch\": \"Nkiruka\",\n    \"czarowitz\": \"Uchenna Onyekwere\",\n    \"czars\": \"czar\",\n    \"czechization\": \"Akuko\",\n    \"dab\": \"Dab\",\n    \"dabb\": \"Dab\",\n    \"dabbed\": \"dabber\",\n    \"dabby\": \"ndukwe\",\n    \"dabbing\": \"Na-egbu egbu\",\n    \"dabble\": \"Dabble\",\n    \"dabbled\": \"Dabble\",\n    \"dabbler\": \"Onyekwere\",\n    \"dabbles\": \"gbanwere\",\n    \"dabbling\": \"Na-agbagharị\",\n    \"dabblingly\": \"Na-agbake\",\n    \"dabblingness\": \"Ntughari\",\n    \"dabblings\": \"Ogbaru\",\n    \"dabchicks\": \"ndiegwu\",\n    \"dablet\": \"okpokoro\",\n    \"dabs\": \"Dabs\",\n    \"dabsters\": \"dabers\",\n    \"dacker\": \"Onyechi\",\n    \"dackering\": \"Dackering\",\n    \"dacoit\": \"acolọ\",\n    \"dacoited\": \"Udochukwu\",\n    \"dacoity\": \"ọda\",\n    \"dacoiting\": \"Ihere\",\n    \"dactyl\": \"Dactyl\",\n    \"dactylion\": \"Ọdịdala\",\n    \"dactyliotheca\": \"mmmmmmmmmmmmm\",\n    \"dactylis\": \"Emeka\",\n    \"dactylist\": \"ọruchukwu\",\n    \"dactylitic\": \"Emeka\",\n    \"dactylographer\": \"onyeife ihe osise\",\n    \"dactylomegaly\": \"Onyekwere\",\n    \"dactylopius\": \"Onyekwere\",\n    \"dactylorhiza\": \"ọrịre\",\n    \"dactylosternal\": \"Onyekwere\",\n    \"dad\": \"nna\",\n    \"dadburned\": \"daalụ\",\n    \"dadder\": \"nna\",\n    \"daddy\": \"nna\",\n    \"daddies\": \"ndi nna\",\n    \"dadding\": \"nna\",\n    \"daddle\": \"nna\",\n    \"daddled\": \"nna\",\n    \"daddles\": \"sadulu\",\n    \"daddling\": \"sadulu\",\n    \"daddums\": \"daddum\",\n    \"dading\": \"nna\",\n    \"dadoed\": \"akpo\",\n    \"dadoes\": \"ndi nna\",\n    \"dadoing\": \"dado\",\n    \"dadoxylon\": \"mmmmmmmmmmmmm\",\n    \"dads\": \"ndị nna\",\n    \"daedalian\": \"Uzoamaka\",\n    \"daedalist\": \"Onyekwere\",\n    \"daffed\": \"daff\",\n    \"daffled\": \"amala\",\n    \"daffling\": \"daff\",\n    \"daft\": \"daf\",\n    \"daftlike\": \"yiri ka ọ dị\",\n    \"daftnesses\": \"daftinger\",\n    \"dagger\": \"mma\",\n    \"daggered\": \"dagg\",\n    \"daggering\": \"dagger\",\n    \"daggerproof\": \"daga\",\n    \"daggled\": \"dagg\",\n    \"daggling\": \"dagg\",\n    \"dahabiya\": \"ọlaedo\",\n    \"day\": \"ụbọchị\",\n    \"daybeacon\": \"chi ọbụbọ\",\n    \"daybeam\": \"chi ọbụbọ\",\n    \"daybed\": \"ehihie\",\n    \"daybeds\": \"umu ahihia\",\n    \"dayberry\": \"mkpụrụ osisi\",\n    \"dayblush\": \"bọlb\",\n    \"dayboy\": \"umuaka\",\n    \"daybook\": \"akwụkwọ\",\n    \"daybooks\": \"akwụkwọ ọgụgụ ụbọchị\",\n    \"daybreak\": \"chi ọbụbọ\",\n    \"daybreaks\": \"chi ojiji\",\n    \"daidling\": \"idba ama\",\n    \"daydream\": \"nro nro\",\n    \"daydreamed\": \"ubochi nro\",\n    \"daydreamer\": \"onye na-arọ nrọ\",\n    \"daydreamers\": \"ndị na-arọ nrọ\",\n    \"daydreamy\": \"ubochi nro\",\n    \"daydreaming\": \"na-arọ nrọ\",\n    \"daydreamlike\": \"dị ka ụbọchị ahụ\",\n    \"daydreams\": \"nro nro\",\n    \"daydreamt\": \"ughachi ura\",\n    \"daydrudge\": \"ubochi\",\n    \"dayfly\": \"ubochi\",\n    \"dayflies\": \"ndap\",\n    \"dayflower\": \"chi ọbụbọ\",\n    \"dayflowers\": \"chi ọbụbọ\",\n    \"dayglow\": \"ndaala\",\n    \"dayglows\": \"ihe omimi\",\n    \"daygoing\": \"ụbọchị\",\n    \"dail\": \"Dail\",\n    \"dayless\": \"enweghi ubochi\",\n    \"daily\": \"kwa ụbọchị\",\n    \"daylight\": \"ìhè\",\n    \"daylighted\": \"ìhè\",\n    \"daylighting\": \"ìhè\",\n    \"daylights\": \"ọkụ\",\n    \"daylily\": \"kwa ubochi\",\n    \"daylilies\": \"daylili\",\n    \"daylit\": \"ehihie\",\n    \"daylong\": \"ogologo ụbọchị\",\n    \"dayman\": \"nwa ehi\",\n    \"daymare\": \"chieenu\",\n    \"daymares\": \"nrọ ọjọọ\",\n    \"daymark\": \"akara ngosi\",\n    \"daymen\": \"menbọchị\",\n    \"dayment\": \"ụbọchị\",\n    \"daimons\": \"daimọn\",\n    \"daynet\": \"udịm\",\n    \"daintiness\": \"dadị ọcha\",\n    \"dairy\": \"Mmiri ara ehi\",\n    \"dairying\": \"dayari\",\n    \"dairyings\": \"Mmiri ara ehi\",\n    \"dairymaid\": \"mmiri ara ehi\",\n    \"dairymaids\": \"mmiri ara ehi\",\n    \"dairyman\": \"Mmiri ara ehi\",\n    \"dairywoman\": \"Nwanyị ara ehi\",\n    \"dairywomen\": \"umu nwanyi\",\n    \"dayroom\": \"ime ụlọ\",\n    \"dayrooms\": \"ụlọ mposi\",\n    \"dairous\": \"dị mma\",\n    \"dairt\": \"Dairt\",\n    \"days\": \"ụbọchị\",\n    \"daises\": \"daisies\",\n    \"daishiki\": \"dashiki\",\n    \"daishikis\": \"dashiki\",\n    \"dayshine\": \"ụbọchị\",\n    \"daisybush\": \"Onyinyechi\",\n    \"daisycutter\": \"Ogbogu Okonji\",\n    \"dayside\": \"ụbọchị\",\n    \"daysides\": \"ụbọchị\",\n    \"daising\": \"isingda\",\n    \"daysman\": \"ụbọchị\",\n    \"daysmen\": \"ụbọchị\",\n    \"dayspring\": \"ụbọchị\",\n    \"daystar\": \"kpakpando chi ọbụbọ\",\n    \"daystars\": \"kpakpando chi ọbụbọ\",\n    \"daystreak\": \"ure mmiri\",\n    \"daytime\": \"n'ehihie\",\n    \"daytimes\": \"oge\",\n    \"dayward\": \"n'ehihie\",\n    \"daywork\": \"ọrụ ụbọchị\",\n    \"dayworker\": \"onye na-arụ ọrụ ụbọchị\",\n    \"daywrit\": \"ederede\",\n    \"daker\": \"onye na-eme achịcha\",\n    \"dakoit\": \"ịnyịnya\",\n    \"dakoity\": \"ọgbụgba\",\n    \"dakotans\": \"dakota\",\n    \"dakotas\": \"dakota\",\n    \"dalar\": \"Ohere\",\n    \"dales\": \"Dales\",\n    \"dalesfolk\": \"Dalesfolk\",\n    \"dalesman\": \"Dalesman\",\n    \"dalesmen\": \"ụmụ nwoke\",\n    \"dalespeople\": \"ndi mmadu\",\n    \"daleswoman\": \"Nwanyị nwanyị\",\n    \"dallying\": \"Igha\",\n    \"dallyingly\": \"dallyly\",\n    \"dallyman\": \"Nnenna\",\n    \"dalmatics\": \"ihe eji eme ihe\",\n    \"damage\": \"mmebi\",\n    \"damageability\": \"mmebi\",\n    \"damageable\": \"mmebi\",\n    \"damageableness\": \"mmebi\",\n    \"damageably\": \"imebi\",\n    \"damaged\": \"mebiri emebi\",\n    \"damagement\": \"mmebi\",\n    \"damageous\": \"mmebi\",\n    \"damager\": \"mebiri emebi\",\n    \"damagers\": \"mmebi\",\n    \"damages\": \"mmebi\",\n    \"damaging\": \"na-emebi\",\n    \"damagingly\": \"na-emebi\",\n    \"damalic\": \"kechie\",\n    \"damans\": \"ndị na-eme mkpọtụ\",\n    \"damar\": \"ohere\",\n    \"damascened\": \"gbawara\",\n    \"damascener\": \"mbibi\",\n    \"damascening\": \"na-agbagha\",\n    \"damasked\": \"gbawara\",\n    \"damaskeening\": \"mbibi\",\n    \"damasking\": \"ịkụda\",\n    \"damboard\": \"mbadamba\",\n    \"damenization\": \"mbibi\",\n    \"damfoolish\": \"kechie\",\n    \"damkjernite\": \"mmmmmmmmmmmm\",\n    \"damlike\": \"mmiri dị\",\n    \"dammars\": \"damma\",\n    \"dammed\": \"mebiri\",\n    \"dammer\": \"akpọnwụrụ\",\n    \"dammers\": \"mmiri mmiri\",\n    \"damming\": \"na-emebi\",\n    \"dammit\": \"chọwa\",\n    \"damn\": \"Ụchụ\",\n    \"damnabilities\": \"nsogbu\",\n    \"damnable\": \"m achọ ịma\",\n    \"damnableness\": \"nudo\",\n    \"damnably\": \"njo\",\n    \"damnation\": \"amamikpe\",\n    \"damnatory\": \"nchoputa\",\n    \"damndest\": \"wute\",\n    \"damndests\": \"mbibi\",\n    \"damned\": \"bụ ọnye\",\n    \"damneder\": \"abụrụ\",\n    \"damnedest\": \"ndi ojoo\",\n    \"damner\": \"mmiri ozuzo\",\n    \"damners\": \"mmiri\",\n    \"damnify\": \"ịma ikpe\",\n    \"damnification\": \"ịma ikpe\",\n    \"damnified\": \"ịma jijiji\",\n    \"damnifies\": \"na-akọcha\",\n    \"damnifying\": \"mbibi\",\n    \"damning\": \"na-agbaghara\",\n    \"damningly\": \"Emebi\",\n    \"damningness\": \"amaghi ama\",\n    \"damnit\": \"ụchụ gbakwa\",\n    \"damnonians\": \"ndi damnoni\",\n    \"damnous\": \"ihe ojoo\",\n    \"damnously\": \"na-agbagha\",\n    \"damns\": \"damn\",\n    \"damoclean\": \"udochi\",\n    \"damoiseau\": \"udochi\",\n    \"damoiselle\": \"mmmmmmmmmmmmm\",\n    \"damolic\": \"wuruwuru\",\n    \"damone\": \"mebiri\",\n    \"damonico\": \"mmmmmmmmmmmm\",\n    \"damosels\": \"mbadamba\",\n    \"damourite\": \"icha\",\n    \"damozel\": \"Damozel\",\n    \"damozels\": \"oyi\",\n    \"damp\": \"keguru mmiri\",\n    \"dampang\": \"kechie\",\n    \"dampcourse\": \"keguru mmiri N'ezie\",\n    \"damped\": \"mebiri emebi\",\n    \"dampen\": \"kubie ume\",\n    \"dampened\": \"wụrụ mmiri\",\n    \"dampener\": \"mkpọchi\",\n    \"dampeners\": \"mkpọchi\",\n    \"dampening\": \"na-agụ\",\n    \"dampens\": \"wụrụ mmiri\",\n    \"dampers\": \"mmiri ara ehi\",\n    \"dampest\": \"udu mmiri\",\n    \"dampy\": \"kechie\",\n    \"damping\": \"na-agụ\",\n    \"dampish\": \"kechie\",\n    \"dampishly\": \"kechie\",\n    \"damply\": \"daara\",\n    \"dampness\": \"iru mmiri\",\n    \"dampnesses\": \"ọkpụrụkpụ\",\n    \"dampproof\": \"nkwanye ugwu\",\n    \"dampproofing\": \"na-egbochi\",\n    \"damps\": \"ọwa mmiri\",\n    \"damsel\": \"nwatakiri\",\n    \"damselfish\": \"na-achọ onwe ya\",\n    \"damselfishes\": \"na-achọgharị\",\n    \"damselfly\": \"n'iji onwe ya\",\n    \"damselflies\": \"na-egbochi onwe ya\",\n    \"damselhood\": \"udo\",\n    \"damsels\": \"ụmụ agbọghọ\",\n    \"damsons\": \"okpokoro\",\n    \"dance\": \"agba egwu\",\n    \"danceability\": \"ịgba egwu\",\n    \"danceable\": \"na-agba egwu\",\n    \"danced\": \"gbaa egwu\",\n    \"dancer\": \"agba egwu\",\n    \"danceress\": \"ndiegwu\",\n    \"dancery\": \"ịgba egwu\",\n    \"dancers\": \"ndị na-agba egwu\",\n    \"dances\": \"egwu\",\n    \"dancette\": \"Ndukwe\",\n    \"dancetty\": \"cmụnna\",\n    \"dancy\": \"egwu\",\n    \"dancing\": \"ịgba egwú\",\n    \"dancingly\": \"egwu\",\n    \"dandered\": \"achọrọ onwe\",\n    \"dandiacal\": \"mbukpo\",\n    \"dandically\": \"n'ụzọ dị egwu\",\n    \"dandier\": \"didị ọkụ\",\n    \"dandiest\": \"egwu\",\n    \"dandification\": \"egwu\",\n    \"dandified\": \"okpokoro\",\n    \"dandifies\": \"mmmmmmmmmmmmm\",\n    \"dandifying\": \"mmmmmmmmmmmm\",\n    \"dandyisms\": \"dandyism\",\n    \"dandizette\": \"mmmmmmmmmmmm\",\n    \"dandlers\": \"ndị na-eme mkpọtụ\",\n    \"dandlingly\": \"na-eche\",\n    \"dandriff\": \"dandruff\",\n    \"dandriffy\": \"dandruff\",\n    \"dandriffs\": \"dandruff\",\n    \"daneball\": \"bọọlụ\",\n    \"danebrog\": \"dannebrog\",\n    \"daneflower\": \"Nwunye\",\n    \"danegeld\": \"egwu\",\n    \"danegelds\": \"egwu\",\n    \"danegelt\": \"egwu\",\n    \"danes\": \"umuigbo\",\n    \"daneweed\": \"Daneweed\",\n    \"danged\": \"gbaa egwu\",\n    \"danger\": \"Ihe egwu\",\n    \"dangered\": \"unyi\",\n    \"dangerful\": \"dị ize ndụ\",\n    \"dangerfully\": \"dị ize ndụ\",\n    \"dangering\": \"egwu\",\n    \"dangerless\": \"enweghị nsogbu\",\n    \"dangerous\": \"dị ize ndụ\",\n    \"dangerously\": \"dị egwu\",\n    \"dangerousness\": \"ize ndụ\",\n    \"dangers\": \"ihe egwu\",\n    \"dangersome\": \"dị egwu\",\n    \"danging\": \"na-agbanye\",\n    \"dangled\": \"dangle\",\n    \"danglement\": \"na-agbanye\",\n    \"dangler\": \"Dangler\",\n    \"danglers\": \"dangler\",\n    \"dangling\": \"na-agbanye\",\n    \"danglingly\": \"nduhie\",\n    \"dangs\": \"Nda\",\n    \"danic\": \"danik\",\n    \"danicism\": \"egwu\",\n    \"danish\": \"gbaa egwu\",\n    \"danism\": \"egwu\",\n    \"dank\": \"dan\",\n    \"danker\": \"ndịda\",\n    \"dankest\": \"Ejigbo\",\n    \"dankishness\": \"Ohere\",\n    \"dankly\": \"Ojukwu\",\n    \"dankness\": \"Ohere\",\n    \"danknesses\": \"kdị egwu\",\n    \"danner\": \"onye agba egwu\",\n    \"dannock\": \"Ndigbo\",\n    \"dansant\": \"Igha\",\n    \"dansants\": \"Ndị na-ezughị ezu\",\n    \"danseurs\": \"ndiegwu\",\n    \"danseuses\": \"ndiegwu\",\n    \"dansy\": \"Ebele\",\n    \"dantesque\": \"Onyinyechi\",\n    \"danzon\": \"Danzon\",\n    \"daphnean\": \"Onyegbula\",\n    \"dapped\": \"ama\",\n    \"dapperer\": \"onye na-ama jijiji\",\n    \"dapperest\": \"na-aga\",\n    \"dapperling\": \"dapping\",\n    \"dappled\": \"Na-ada\",\n    \"dappledness\": \"Ndidi\",\n    \"dappleness\": \"pleda\",\n    \"dapples\": \"dapple\",\n    \"dappling\": \"dappi\",\n    \"daps\": \"anya\",\n    \"dapson\": \"Dapson\",\n    \"darbyism\": \"okirikiri\",\n    \"darbyite\": \"mmmmmmmmmmmmm\",\n    \"dare\": \"amaja\",\n    \"dareall\": \"amaja\",\n    \"dared\": \"amaja\",\n    \"daredevil\": \"Iheanacho\",\n    \"daredevilism\": \"ihe ike\",\n    \"daredevilry\": \"ihe ike\",\n    \"daredevils\": \"ihe ike\",\n    \"daredeviltry\": \"iheanacho\",\n    \"dareful\": \"amaja\",\n    \"daren\": \"n'abalị\",\n    \"darer\": \"iheike\",\n    \"darers\": \"ndị amaala\",\n    \"dares\": \"amaja\",\n    \"dari\": \"Nkeji\",\n    \"daribah\": \"ndaba\",\n    \"darics\": \"ihe okike\",\n    \"daryl\": \"Nwachukwu\",\n    \"daringly\": \"jiri anya\",\n    \"daringness\": \"obi ike\",\n    \"darius\": \"Nkechi\",\n    \"darjeeling\": \"iheanacho\",\n    \"dark\": \"ọchịchịrị\",\n    \"darked\": \"gbara ọchịchịrị\",\n    \"darkeys\": \"ịnyịnya\",\n    \"darken\": \"gbaa ọchịchịrị\",\n    \"darkened\": \"gbaa ọchịchịrị\",\n    \"darkener\": \"agba ọchịchịrị\",\n    \"darkeners\": \"agba ọchịchịrị\",\n    \"darkening\": \"agba ọchịchịrị\",\n    \"darkens\": \"gbaa ọchịchịrị\",\n    \"darker\": \"ọchịchịrị\",\n    \"darkest\": \"ọchịchịrị\",\n    \"darkful\": \"gbara ọchịchịrị\",\n    \"darkhaired\": \"agba ọchịchịrị\",\n    \"darkhearted\": \"agba ọchịchịrị\",\n    \"darkheartedness\": \"obi ojoo\",\n    \"darky\": \"ọchịchịrị\",\n    \"darkie\": \"ọchịchịrị\",\n    \"darkies\": \"ọchịchịrị\",\n    \"darking\": \"agba ọchịchịrị\",\n    \"darkish\": \"gbaa ọchịchịrị\",\n    \"darkishness\": \"ochichiri\",\n    \"darkle\": \"ọchịchịrị\",\n    \"darkled\": \"gbaa ọchịchịrị\",\n    \"darkles\": \"ọchịchịrị\",\n    \"darkly\": \"gbaa ọchịchịrị\",\n    \"darklier\": \"ọchịchịrị\",\n    \"darkliest\": \"ọchịchịrị\",\n    \"darkling\": \"agba ọchịchịrị\",\n    \"darklings\": \"gbara ọchịchịrị\",\n    \"darkmans\": \"ndi oji\",\n    \"darkness\": \"ọchịchịrị\",\n    \"darknesses\": \"ọchịchịrị\",\n    \"darkroom\": \"ọchịchịrị\",\n    \"darkrooms\": \"ọchịchịrị gbara\",\n    \"darks\": \"ọchịchịrị\",\n    \"darkskin\": \"ọchịchịrị\",\n    \"darksome\": \"ọchịchịrị\",\n    \"darksomeness\": \"ọchịchịrị\",\n    \"darksum\": \"ọchịchịrị\",\n    \"darktown\": \"ọchịchịrị\",\n    \"darling\": \"hụrụ n'anya\",\n    \"darlingly\": \"mara\",\n    \"darlingness\": \"nwa\",\n    \"darlings\": \"hụrụ n'anya\",\n    \"darlingtonia\": \"mmmmmmmmmmmmm\",\n    \"darnation\": \"ngbanwe\",\n    \"darndests\": \"ọmarịcha\",\n    \"darned\": \"darn\",\n    \"darnex\": \"okoli\",\n    \"darraign\": \"ndokwa\",\n    \"darrell\": \"Ugochukwu\",\n    \"dartars\": \"darta\",\n    \"dartboard\": \"dart\",\n    \"darted\": \"gbara\",\n    \"darters\": \"agba\",\n    \"darting\": \"gbaa\",\n    \"dartingly\": \"jiri anya\",\n    \"dartingness\": \"ibibi\",\n    \"dartled\": \"gbụrụ\",\n    \"dartles\": \"jiri\",\n    \"dartlike\": \"dị ka dart\",\n    \"dartling\": \"Na-atụ egwu\",\n    \"dartoic\": \"eserese\",\n    \"dartoid\": \"Dartoid\",\n    \"dartrose\": \"okirikiri\",\n    \"dartrous\": \"Ogwurugwu\",\n    \"darwinical\": \"nwaobasi\",\n    \"darwinist\": \"okoli\",\n    \"darwinistic\": \"iheanacho\",\n    \"darwinists\": \"ndiigbo\",\n    \"darzee\": \"onyinye\",\n    \"dashboards\": \"dashboard\",\n    \"dashed\": \"gbanwere\",\n    \"dashedly\": \"nyagburu\",\n    \"dasheen\": \"dasie\",\n    \"dasher\": \"kr\",\n    \"dashers\": \"akpịrị\",\n    \"dashes\": \"kr\",\n    \"dashier\": \"dashi\",\n    \"dashiest\": \"dashi\",\n    \"dashing\": \"ịkụtu\",\n    \"dashingly\": \"zọ\",\n    \"dashpots\": \"dashpot\",\n    \"dasylirion\": \"Udochukwu\",\n    \"dasypaedal\": \"mmmmmmmmmmmmm\",\n    \"dasypaedes\": \"ndiegwu\",\n    \"dasypeltis\": \"mmmmmmmmmmmmm\",\n    \"dasyure\": \"ọtụmọkpọ\",\n    \"dassent\": \"keukwu\",\n    \"dastardliness\": \"ugha\",\n    \"database\": \"nchekwa data\",\n    \"databases\": \"ọdụ data\",\n    \"datafile\": \"data data\",\n    \"dataflow\": \"ndaba data\",\n    \"dataries\": \"datarị\",\n    \"datasetname\": \"aha njirimara\",\n    \"datch\": \"ogbe\",\n    \"date\": \"ụbọchị\",\n    \"dateable\": \"oge\",\n    \"dateableness\": \"oge\",\n    \"datebook\": \"akwụkwọ ụbọchị\",\n    \"dated\": \"dere\",\n    \"datedly\": \"dere\",\n    \"datedness\": \"gha\",\n    \"dateless\": \"abaghị uru\",\n    \"datelessness\": \"enweghi oge\",\n    \"dateline\": \"usoro ihe omume\",\n    \"datelined\": \"usoro ihe omume\",\n    \"datelines\": \"usoro\",\n    \"datelining\": \"mkpofu\",\n    \"dater\": \"ụbọchị\",\n    \"daterman\": \"onyechi\",\n    \"dates\": \"ụbọchị\",\n    \"dating\": \"mkpakọrịta nwoke na nwaanyị\",\n    \"datively\": \"dative\",\n    \"datives\": \"ndị bekee\",\n    \"datsuns\": \"datsun\",\n    \"datsw\": \"datsun\",\n    \"datto\": \"dato\",\n    \"datums\": \"datum\",\n    \"daubreelite\": \"Ochie\",\n    \"daughter\": \"ada\",\n    \"daughterhood\": \"nwa nwanyi\",\n    \"daughterkin\": \"nwa nwanyi\",\n    \"daughterless\": \"nwa nwanyi\",\n    \"daughterly\": \"nwa nwanyị\",\n    \"daughterlike\": \"dị ka nwa nwanyị\",\n    \"daughterliness\": \"nwa nwanyi\",\n    \"daughterling\": \"umu nwanyi\",\n    \"daughters\": \"ụmụ nwanyị\",\n    \"daughtership\": \"nwa nwanyi\",\n    \"dauke\": \"iburu\",\n    \"dault\": \"Dault\",\n    \"daunder\": \"dauner\",\n    \"daundered\": \"mara mma\",\n    \"daunders\": \"saunders\",\n    \"daunii\": \"dauner\",\n    \"daunter\": \"Odibo\",\n    \"daunters\": \"daings\",\n    \"daunting\": \"na-akụda\",\n    \"dauntingness\": \"untingjọ\",\n    \"dauntless\": \"enweghị obi ike\",\n    \"dauntlessly\": \"n'atụghị egwu\",\n    \"dauntlessness\": \"enweghị obi ike\",\n    \"dauphine\": \"Nwachukwu\",\n    \"dauphiness\": \"Ogbogu Okonji\",\n    \"dauted\": \"ada\",\n    \"dauting\": \"Na-ekwu okwu\",\n    \"daven\": \"Nwachukwu\",\n    \"davened\": \"gbara aka\",\n    \"davenport\": \"Ebube\",\n    \"davenports\": \"ọdụdụ\",\n    \"davens\": \"Nwachukwu\",\n    \"david\": \"David\",\n    \"davidian\": \"Nwachukwu\",\n    \"davidist\": \"Ogbodo David\",\n    \"daviely\": \"ike\",\n    \"daviesia\": \"Daviesia\",\n    \"dawdle\": \"daa\",\n    \"dawdled\": \"amala\",\n    \"dawdler\": \"ndaba\",\n    \"dawdlers\": \"ndokwa\",\n    \"dawdles\": \"mbibi\",\n    \"dawdling\": \"na-ada\",\n    \"dawdlingly\": \"ugochukwu\",\n    \"dawing\": \"chi ọbụbọ\",\n    \"dawkin\": \"dawk\",\n    \"dawks\": \"dawk\",\n    \"dawn\": \"chi ọbụbọ\",\n    \"dawned\": \"chi bọrọ\",\n    \"dawny\": \"chi ọbụbọ\",\n    \"dawning\": \"chi ọbụbọ\",\n    \"dawnlight\": \"chi ọbụbọ\",\n    \"dawnlike\": \"dị ka chi ọbụbọ\",\n    \"dawns\": \"chi ọbụbọ\",\n    \"dawnstreak\": \"chi ọbụbọ\",\n    \"dawnward\": \"chi ọbụbọ\",\n    \"dawsonia\": \"Dawsonia\",\n    \"dawsoniaceous\": \"Onyebuchi\",\n    \"dawt\": \"uwu\",\n    \"dawted\": \"amala\",\n    \"dawties\": \"daa dawties\",\n    \"dawting\": \"na-egbu maramara\",\n    \"dawts\": \"uchu\",\n    \"dazed\": \"amala\",\n    \"dazedness\": \"Ohere\",\n    \"dazing\": \"na-atụ anya\",\n    \"dazzlement\": \"dazzle\",\n    \"dazzling\": \"na-egbuke egbuke\",\n    \"dazzlingness\": \"na-egbuke egbuke\",\n    \"dbridement\": \"Ngwakọta\",\n    \"dc\": \"nkp\",\n    \"dca\": \"ogbe\",\n    \"dcbname\": \"aha dcb\",\n    \"dclass\": \"ogbe\",\n    \"dcollet\": \"okpokoro\",\n    \"dcolletage\": \"ndozi\",\n    \"dcor\": \"ndozi\",\n    \"ddname\": \"Udiri\",\n    \"dea\": \"ire\",\n    \"deaccessioning\": \"deaccession\",\n    \"deacidified\": \"agbanyụọla\",\n    \"deacidifying\": \"mmebe iwu\",\n    \"deacon\": \"dikọn\",\n    \"deaconed\": \"gbanyụọ\",\n    \"deaconess\": \"Diacon\",\n    \"deaconhood\": \"ọrụ\",\n    \"deaconing\": \"deacon\",\n    \"deacons\": \"dikọn\",\n    \"deactivate\": \"kwụsị ọrụ\",\n    \"deactivated\": \"agbanyụrụ\",\n    \"deactivates\": \"agbanyụrụ\",\n    \"deactivations\": \"deactivation\",\n    \"deactivator\": \"deactivation\",\n    \"dead\": \"nwụrụ anwụ\",\n    \"deadbeat\": \"nwụrụ\",\n    \"deadbeats\": \"okpokoro\",\n    \"deadborn\": \"nwuru anwu\",\n    \"deadcenter\": \"ebe oku\",\n    \"deaden\": \"nwụọ\",\n    \"deadened\": \"nwụọ\",\n    \"deadener\": \"onye na-egbu egbu\",\n    \"deadeners\": \"ndị nwụrụ anwụ\",\n    \"deadening\": \"na-egbu\",\n    \"deadeningly\": \"na-egbu egbu\",\n    \"deadens\": \"na-anwụ\",\n    \"deader\": \"nwụrụ\",\n    \"deadest\": \"kasị njọ\",\n    \"deadfall\": \"ọnwụ\",\n    \"deadfalls\": \"ịnwụ anwụ\",\n    \"deadflat\": \"okpokoro\",\n    \"deadhand\": \"egbu\",\n    \"deadhead\": \"isi\",\n    \"deadheaded\": \"isi\",\n    \"deadheading\": \"isi\",\n    \"deadheadism\": \"ogbugbu\",\n    \"deadheads\": \"okpokoro\",\n    \"deadhearted\": \"obi nwuru\",\n    \"deadheartedly\": \"jiri obi obi\",\n    \"deadheartedness\": \"obi ojoo\",\n    \"deadhouse\": \"ulo anumanu\",\n    \"deady\": \"nwụrụ\",\n    \"deading\": \"ịnwụ anwụ\",\n    \"deadish\": \"nwụọ\",\n    \"deadishly\": \"egbu\",\n    \"deadishness\": \"onwu\",\n    \"deadlatch\": \"egbu\",\n    \"deadly\": \"na-egbu egbu\",\n    \"deadlier\": \"egbu\",\n    \"deadliest\": \"kasị gbuo mmadụ\",\n    \"deadlight\": \"ọkụ\",\n    \"deadlihead\": \"isi\",\n    \"deadlily\": \"egbu\",\n    \"deadline\": \"imecha\",\n    \"deadliness\": \"ịnwụ anwụ\",\n    \"deadlock\": \"ochichie\",\n    \"deadlocked\": \"emechibidoro\",\n    \"deadlocking\": \"na-ekpuchi\",\n    \"deadman\": \"onye nwuru anwu\",\n    \"deadmelt\": \"gbue\",\n    \"deadmen\": \"ndị nwụrụ anwụ\",\n    \"deadness\": \"onwu\",\n    \"deadnesses\": \"ọnwụ\",\n    \"deadpay\": \"akpa\",\n    \"deadpan\": \"anwụrụ\",\n    \"deadpanned\": \"anwụ\",\n    \"deadpanner\": \"onye obia\",\n    \"deadpanning\": \"ịnwụ anwụ\",\n    \"deadpans\": \"okpokoro\",\n    \"deadrise\": \"nwụrụ anwụ\",\n    \"deadrize\": \"gbuo\",\n    \"deads\": \"nwụrụ\",\n    \"deadtongue\": \"asụsụ nwụrụ anwụ\",\n    \"deadweight\": \"buru ibu\",\n    \"deadwood\": \"ozuzu\",\n    \"deadwoods\": \"ozuzu\",\n    \"deadwork\": \"beadwork\",\n    \"deadworks\": \"arụ ọrụ\",\n    \"deadwort\": \"egbu egbu\",\n    \"deaerate\": \"gbasie ike\",\n    \"deaerated\": \"erere\",\n    \"deaerates\": \"na-ere\",\n    \"deaerating\": \"na-ere ahịa\",\n    \"deaeration\": \"ahia\",\n    \"deaerator\": \"onye na-ere ahịa\",\n    \"deaf\": \"ntị chiri\",\n    \"deafen\": \"ntị chiri\",\n    \"deafened\": \"chiri ntị\",\n    \"deafening\": \"ntị chiri\",\n    \"deafeningly\": \"ntị chiri\",\n    \"deafens\": \"ntị chiri\",\n    \"deafer\": \"ogbi\",\n    \"deafest\": \"ntị chiri\",\n    \"deafforest\": \"ntichi\",\n    \"deafforestation\": \"ntichipu\",\n    \"deafish\": \"ntị chiri\",\n    \"deafly\": \"ntị chiri\",\n    \"deafmuteness\": \"ntị chiri\",\n    \"deafness\": \"ntị chiri\",\n    \"deafnesses\": \"ntị chiri\",\n    \"deair\": \"erere\",\n    \"deaired\": \"deai\",\n    \"deairing\": \"na-ere ahịa\",\n    \"deairs\": \"dears\",\n    \"deal\": \"omume\",\n    \"dealable\": \"a na-ebugharị\",\n    \"dealated\": \"deala\",\n    \"dealation\": \"mmechi\",\n    \"dealbate\": \"mgbama\",\n    \"dealbation\": \"mbubata\",\n    \"dealbuminize\": \"na-emee ka ọ dị\",\n    \"dealcoholist\": \"onye na-acoụ mmanya na-egbu egbu\",\n    \"dealcoholization\": \"nnweta\",\n    \"dealcoholize\": \"mbom\",\n    \"dealer\": \"onye na-ere ahịa\",\n    \"dealerdom\": \"ahia\",\n    \"dealers\": \"ndị na-ere ahịa\",\n    \"dealership\": \"ụlọ ahịa\",\n    \"dealerships\": \"Ebe ahia\",\n    \"dealfish\": \"azụ azụ\",\n    \"dealfishes\": \"azụmahịa\",\n    \"dealing\": \"na-emekọ\",\n    \"dealings\": \"omume\",\n    \"deallocate\": \"ndaghari\",\n    \"deallocated\": \"gbasaa\",\n    \"deallocates\": \"azụmahịa\",\n    \"deallocating\": \"mgbaghari\",\n    \"deallocation\": \"nkesa\",\n    \"deallocations\": \"azụmahịa\",\n    \"deals\": \"azụmahịa\",\n    \"dealt\": \"mesoo\",\n    \"deambulate\": \"kpochapụ\",\n    \"deambulation\": \"Okpukpe\",\n    \"deambulatories\": \"Okpukpe\",\n    \"deamidation\": \"mmebi iwu\",\n    \"deaminate\": \"imebi\",\n    \"deaminated\": \"emerụ\",\n    \"deaminating\": \"na-emebi\",\n    \"deamination\": \"mmebi\",\n    \"deaminization\": \"mmebi\",\n    \"deaminize\": \"na-emebi\",\n    \"deaminized\": \"Emebi\",\n    \"deaminizing\": \"na-emebi\",\n    \"deammonation\": \"Mbibi\",\n    \"dean\": \"diin\",\n    \"deaned\": \"izu\",\n    \"deaner\": \"Dian\",\n    \"deanery\": \"Dianery\",\n    \"deaness\": \"Dian\",\n    \"deanimalize\": \"kwalite\",\n    \"deaning\": \"iri nri\",\n    \"deanships\": \"iwu\",\n    \"deanthropomorphic\": \"anthropomorphic\",\n    \"deanthropomorphism\": \"anthropomorphism\",\n    \"deanthropomorphization\": \"anthropomorphization\",\n    \"deanthropomorphize\": \"Dianthropomorphize\",\n    \"deaquation\": \"Mgbuchi\",\n    \"dear\": \"ezigbo\",\n    \"dearborn\": \"nwa mmuo\",\n    \"dearer\": \"hụrụ n'anya\",\n    \"dearest\": \"m hụrụ n'anya\",\n    \"dearly\": \"hụrụ n'anya\",\n    \"dearling\": \"ọ hụrụ n'anya\",\n    \"dearness\": \"ima\",\n    \"dearnesses\": \"ndị m hụrụ n'anya\",\n    \"dearomatize\": \"dezie\",\n    \"dearth\": \"ụkọ\",\n    \"dearths\": \"agụụ\",\n    \"dearworth\": \"ezigbo\",\n    \"dearworthily\": \"onye oma\",\n    \"dearworthiness\": \"ezigbo uru\",\n    \"deash\": \"daa ego\",\n    \"deashed\": \"etisa\",\n    \"deashes\": \"emebis\",\n    \"deashing\": \"ibibi\",\n    \"deaspiration\": \"Ọgwụ\",\n    \"death\": \"ọnwụ\",\n    \"deathbed\": \"ịnwụ anwụ\",\n    \"deathbeds\": \"ọnwụ ọnwụ\",\n    \"deathblow\": \"ọnwụ\",\n    \"deathblows\": \"ọnwụ\",\n    \"deathcup\": \"ọnwụ\",\n    \"deathcups\": \"ọnwụ ọnwụ\",\n    \"deathday\": \"ụbọchị ọnwụ\",\n    \"deathful\": \"na-anwụ anwụ\",\n    \"deathfully\": \"ọnwụ\",\n    \"deathfulness\": \"ọnwụ\",\n    \"deathin\": \"ọnwụ na\",\n    \"deathless\": \"enweghị ọnwụ\",\n    \"deathlessly\": \"enweghị ọnwụ\",\n    \"deathlessness\": \"enweghị ọnwụ\",\n    \"deathly\": \"na-anwụ anwụ\",\n    \"deathlike\": \"dị ka ọnwụ\",\n    \"deathlikeness\": \"oyiyi ọnwụ\",\n    \"deathliness\": \"enweghị ọnwụ\",\n    \"deathling\": \"na-egbu\",\n    \"deathrate\": \"ọnwụ ọnwụ\",\n    \"deathrates\": \"ọnụ ọgụgụ ọnwụ\",\n    \"deathroot\": \"ọnwu\",\n    \"deaths\": \"ọnwụ\",\n    \"deathshot\": \"ọnwụ\",\n    \"deathsman\": \"onye nwuru anwu\",\n    \"deathsmen\": \"ndị nwụrụ anwụ\",\n    \"deathtime\": \"oge ọnwụ\",\n    \"deathtrap\": \"ọnwụ\",\n    \"deathtraps\": \"ọnwu ọnwụ\",\n    \"deathward\": \"ọnwụ\",\n    \"deathwards\": \"ọnwụ\",\n    \"deathwatch\": \"elekere anya\",\n    \"deathwatches\": \"nche ọnwụ\",\n    \"deathweed\": \"ọnwụ ọnwụ\",\n    \"deathworm\": \"ọnwụnụ\",\n    \"deaurate\": \"erekwa\",\n    \"deave\": \"malite\",\n    \"deaved\": \"nyere\",\n    \"deavely\": \"n'eziokwu\",\n    \"deaves\": \"ahia\",\n    \"deaving\": \"na-ere\",\n    \"deb\": \"ụgwọ\",\n    \"debacchate\": \"mbempe\",\n    \"debacle\": \"ndakpọ\",\n    \"debacles\": \"ivu\",\n    \"debadge\": \"nwepu\",\n    \"debag\": \"ịpụ apụ\",\n    \"debagged\": \"gbaghaara\",\n    \"debagging\": \"ịgbagha\",\n    \"debamboozle\": \"mmmmmmmmmmmmm\",\n    \"debark\": \"kpochapụ\",\n    \"debarkation\": \"ndapụta\",\n    \"debarkations\": \"nkwuputa\",\n    \"debarked\": \"gbaghara\",\n    \"debarking\": \"Ighapu\",\n    \"debarkment\": \"mbukpu\",\n    \"debarks\": \"mmezi\",\n    \"debarrance\": \"ndahie\",\n    \"debarrass\": \"ihe nzuzu\",\n    \"debarration\": \"mbibi\",\n    \"debarred\": \"debar\",\n    \"debars\": \"deba\",\n    \"debase\": \"mwepu\",\n    \"debased\": \"rụrụ arụ\",\n    \"debasedness\": \"enweghị aha\",\n    \"debasement\": \"nkwusi\",\n    \"debaser\": \"onye nkpagbu\",\n    \"debasers\": \"ndi debas\",\n    \"debases\": \"mbibi\",\n    \"debasing\": \"na-agbaghara\",\n    \"debasingly\": \"na-agbaghara\",\n    \"debat\": \"arụmụka\",\n    \"debatable\": \"arụrịta ụka\",\n    \"debatably\": \"arụrịta ụka\",\n    \"debate\": \"arụmụka\",\n    \"debateable\": \"arụrịta ụka\",\n    \"debated\": \"arụrịta ụka\",\n    \"debateful\": \"arụmụka zuru\",\n    \"debatefully\": \"arụrịta ụka n'ụzọ zuru ezu\",\n    \"debatement\": \"arụ ụka\",\n    \"debater\": \"onye na-arụ ụka\",\n    \"debaters\": \"ndị na-arụ ụka\",\n    \"debates\": \"arụmụka\",\n    \"debating\": \"na-arụ ụka\",\n    \"debatingly\": \"na-arụ ụka\",\n    \"debatter\": \"onye na-arụ ụka\",\n    \"debauchedness\": \"Ikwa iko\",\n    \"debaucher\": \"ịkwa iko\",\n    \"debauchery\": \"ịkwa iko\",\n    \"debby\": \"ụgwọ\",\n    \"debbies\": \"mwepu\",\n    \"debcle\": \"mebie\",\n    \"debel\": \"depel\",\n    \"debell\": \"dibia\",\n    \"debellate\": \"mbibi\",\n    \"debellation\": \"nkpatu\",\n    \"deben\": \"kwụọ ụgwọ\",\n    \"debenture\": \"mgbazinye ego\",\n    \"debentured\": \"akwụ ụgwọ\",\n    \"debentureholder\": \"onye ji ụgwọ\",\n    \"debentures\": \"ịkwụ ụgwọ\",\n    \"debyes\": \"yesgwọ\",\n    \"debilissima\": \"nkwarụ\",\n    \"debilitant\": \"kagbuo\",\n    \"debilitate\": \"gbusi\",\n    \"debilitated\": \"gbasasịa\",\n    \"debilitates\": \"mmebi iwu\",\n    \"debilitating\": \"na-emebi\",\n    \"debilitation\": \"mmebi\",\n    \"debilitations\": \"mmebi iwu\",\n    \"debilitative\": \"emebi emebi\",\n    \"debility\": \"enweghị ụgwọ\",\n    \"debilities\": \"ụgwọ\",\n    \"debind\": \"wepụ\",\n    \"debit\": \"ịkwụ ụgwọ\",\n    \"debitable\": \"akwụ ụgwọ\",\n    \"debite\": \"ụgwọ\",\n    \"debited\": \"kwụrụ ụgwọ\",\n    \"debiteuse\": \"itegwọ\",\n    \"debiting\": \"na-akwụ ụgwọ\",\n    \"debitor\": \"onye ji ugwo\",\n    \"debitrix\": \"lọ\",\n    \"debits\": \"ụgwọ\",\n    \"debituminization\": \"ntinye\",\n    \"debituminize\": \"wepụtinye\",\n    \"deblai\": \"obia\",\n    \"deblaterate\": \"gbaghara\",\n    \"deblateration\": \"nkwupụta\",\n    \"deblock\": \"wepụ\",\n    \"deblocked\": \"gbagburu\",\n    \"deblocking\": \"na-agbanye\",\n    \"debonaire\": \"onyekpe\",\n    \"debonairity\": \"nkwenye\",\n    \"debonairly\": \"n'agha\",\n    \"debonairness\": \"nkwanye ugwu\",\n    \"debonairty\": \"nkwarụ\",\n    \"debone\": \"wepụ\",\n    \"deboned\": \"kwụsịrị\",\n    \"deboner\": \"debon\",\n    \"deboners\": \"ndị ji ụgwọ\",\n    \"deboning\": \"debon\",\n    \"deborah\": \"Deborah\",\n    \"debord\": \"iberibe\",\n    \"debordment\": \"mbibi\",\n    \"deboshed\": \"Ogbolu\",\n    \"deboshment\": \"Deboshment\",\n    \"deboss\": \"Uchechukwu\",\n    \"debouch\": \"Uchechukwu\",\n    \"debouched\": \"Ozobo\",\n    \"debouches\": \"Nkọwa\",\n    \"debouchment\": \"Nkọwa\",\n    \"debouchure\": \"Debouchure\",\n    \"debout\": \"Igha\",\n    \"debowel\": \"Iriọ\",\n    \"debride\": \"ijuanya\",\n    \"debrided\": \"Emebiri\",\n    \"debridement\": \"mmebi\",\n    \"debriding\": \"na-agbarụ\",\n    \"debrief\": \"nkọwapụta\",\n    \"debriefed\": \"gbarụrụ\",\n    \"debriefing\": \"nkwupụta\",\n    \"debriefings\": \"arụmụka\",\n    \"debriefs\": \"nkọwapụta\",\n    \"debris\": \"mpekere\",\n    \"debrominate\": \"mezie\",\n    \"debromination\": \"mwepu\",\n    \"debruise\": \"mkwagbu\",\n    \"debruised\": \"emebiwo\",\n    \"debruises\": \"mkwarita\",\n    \"debruising\": \"na-agbagbu\",\n    \"debt\": \"ụgwọ\",\n    \"debted\": \"ugwo\",\n    \"debtee\": \"onye nzuko\",\n    \"debtful\": \"ụgwọ\",\n    \"debtless\": \"enweghị ụgwọ\",\n    \"debtor\": \"ugwo\",\n    \"debtors\": \"onye ji ụgwọ\",\n    \"debtorship\": \"ụgwọ ụgwọ\",\n    \"debts\": \"ụgwọ\",\n    \"debugged\": \"gbaghara\",\n    \"debugger\": \"uggha\",\n    \"debuggers\": \"ndiegbo\",\n    \"debugging\": \"dezie\",\n    \"debullition\": \"mmebi iwu\",\n    \"debunk\": \"mgboagha\",\n    \"debunked\": \"gbaghara\",\n    \"debunker\": \"onye ji ụgwọ\",\n    \"debunkers\": \"ndị ji ụgwọ\",\n    \"debunking\": \"ungba ụgwọ\",\n    \"debunkment\": \"mgboagha\",\n    \"debunks\": \"ụgwọ\",\n    \"deburr\": \"mbibi\",\n    \"deburse\": \"ụgwọ\",\n    \"debused\": \"kwụrụ\",\n    \"debusing\": \"na-ekwu\",\n    \"debussed\": \"gbasasịa\",\n    \"debussy\": \"nkwarụ\",\n    \"debussyanize\": \"dezie\",\n    \"debussing\": \"usgha\",\n    \"debut\": \"mbido\",\n    \"debutant\": \"nke izizi\",\n    \"debutante\": \"mbupu\",\n    \"debutantes\": \"mbido\",\n    \"debutants\": \"ndị mbido\",\n    \"debuted\": \"pụtara\",\n    \"debuting\": \"mbido\",\n    \"debuts\": \"mbido\",\n    \"dec\": \"Dec.\",\n    \"decachord\": \"deachord\",\n    \"decad\": \"mkpọchi\",\n    \"decadal\": \"mmebi\",\n    \"decadally\": \"N'ihe iri\",\n    \"decadarchy\": \"mmebi iwu\",\n    \"decadation\": \"nkwarụ\",\n    \"decade\": \"afọ iri\",\n    \"decadence\": \"nkwarụ\",\n    \"decadency\": \"nkwarụ\",\n    \"decadent\": \"nkwarụ\",\n    \"decadentism\": \"nkwarụ\",\n    \"decadents\": \"nkwarụ\",\n    \"decadenza\": \"gbuo\",\n    \"decades\": \"ọtụtụ iri afọ\",\n    \"decadescent\": \"ọtụtụ iri afọ\",\n    \"decadianome\": \"nkwenye\",\n    \"decadic\": \"mmebi\",\n    \"decadist\": \"mmechi\",\n    \"decadrachm\": \"mbibi\",\n    \"decaffeinated\": \"a ghara ịcaụ ya\",\n    \"decagonally\": \"n'ụzọ pụtara ìhè\",\n    \"decagons\": \"decagon\",\n    \"decagram\": \"usoro\",\n    \"decahydrated\": \"gbasaa\",\n    \"decay\": \"ire ere\",\n    \"decayable\": \"decavable\",\n    \"decayed\": \"rere ure\",\n    \"decayedness\": \"idi ire\",\n    \"decaying\": \"na-emebi\",\n    \"decayless\": \"adịghị emebi emebi\",\n    \"decays\": \"na-emebi\",\n    \"decal\": \"bụrụ\",\n    \"decalcify\": \"dezie\",\n    \"decalcification\": \"iwepu\",\n    \"decalcified\": \"gbasasịa\",\n    \"decalcifies\": \"na-akọwaputa\",\n    \"decalcifying\": \"ikwusa\",\n    \"decalcomaniac\": \"dealcomaniac\",\n    \"decaliter\": \"decalita\",\n    \"decalitre\": \"dealitre\",\n    \"decalog\": \"decalogue\",\n    \"decalomania\": \"decalcomania\",\n    \"decals\": \"akara\",\n    \"decalvant\": \"elele\",\n    \"decalvation\": \"nhazi\",\n    \"decameral\": \"nkwarụ\",\n    \"decameronic\": \"decameron\",\n    \"decamerous\": \"nkwarụ\",\n    \"decameter\": \"decameta\",\n    \"decameters\": \"decamita\",\n    \"decamped\": \"Emebiri\",\n    \"decamping\": \"Na-achọgharị\",\n    \"decampment\": \"Mbibi\",\n    \"decamps\": \"mkpọchi\",\n    \"decanate\": \"Igha\",\n    \"decancellate\": \"gbasaa\",\n    \"decancellated\": \"gbasaa\",\n    \"decancellating\": \"gbasaa\",\n    \"decancellation\": \"nkwụsị\",\n    \"decandently\": \"n'ezigbo\",\n    \"decandrous\": \"mbibi\",\n    \"decanery\": \"Okpukpo\",\n    \"decanes\": \"Igha\",\n    \"decanically\": \"n'ụzọ doro anya\",\n    \"decannulation\": \"mmụba\",\n    \"decanoyl\": \"Ikenna\",\n    \"decant\": \"pụtara\",\n    \"decantate\": \"okpokoro\",\n    \"decantation\": \"nkwụsị\",\n    \"decanted\": \"agbụ\",\n    \"decantherous\": \"okpokoro\",\n    \"decanting\": \"na-achọ\",\n    \"decantist\": \"onyechi\",\n    \"decapitable\": \"nkarika\",\n    \"decapitate\": \"gbue\",\n    \"decapitated\": \"isi\",\n    \"decapitates\": \"ndị isi\",\n    \"decapitating\": \"na-egbu osisi\",\n    \"decarbonating\": \"na-akụda\",\n    \"decarbonising\": \"mbibi\",\n    \"decarbonize\": \"decarboniz\",\n    \"decarburised\": \"emebiwo\",\n    \"decarburizing\": \"na-agbarụ\",\n    \"decarchy\": \"ọchịchị\",\n    \"decarchies\": \"decarchi\",\n    \"decardinalize\": \"mebie\",\n    \"decare\": \"nlekọta\",\n    \"decarnate\": \"mbibi\",\n    \"decarnated\": \"gbarụọ\",\n    \"decart\": \"ọpụpụ\",\n    \"decartelization\": \"mmezi\",\n    \"decartelize\": \"ọpụpụ\",\n    \"decartelized\": \"ọpụpụ\",\n    \"decartelizing\": \"ọpụpụ\",\n    \"decasemic\": \"Ọrịa\",\n    \"decasyllabic\": \"mmmmmmmmmmmmm\",\n    \"decaspermous\": \"nnukwu ihe\",\n    \"decast\": \"ebelata\",\n    \"decastellate\": \"mgbawa\",\n    \"decastere\": \"mbibi\",\n    \"decastich\": \"ebelata\",\n    \"decastylar\": \"keukwu\",\n    \"decastyle\": \"ebelata\",\n    \"decastylos\": \"mbibi\",\n    \"decasualise\": \"mbibi\",\n    \"decasualised\": \"emebiri emebi\",\n    \"decasualising\": \"ebibi\",\n    \"decasualize\": \"wepụ\",\n    \"decasualized\": \"emebiri emebi\",\n    \"decasualizing\": \"na-ehichapụ\",\n    \"decate\": \"afọ iri\",\n    \"decathlons\": \"decathlon\",\n    \"decatholicize\": \"mbibi\",\n    \"decatyl\": \"decathlon\",\n    \"decating\": \"na-eri\",\n    \"decatizer\": \"nkpochapu\",\n    \"decatizing\": \"na-emebi\",\n    \"decator\": \"decatur\",\n    \"decease\": \"nwụrụ anwụ\",\n    \"deceased\": \"nwụrụ anwụ\",\n    \"deceases\": \"nwụrụ anwụ\",\n    \"deceasing\": \"iduhie\",\n    \"decede\": \"kpebie\",\n    \"decedent\": \"ọ dị mkpa\",\n    \"decedents\": \"ndị achọrọ\",\n    \"deceit\": \"nduhie\",\n    \"deceitful\": \"aghugho\",\n    \"deceitfully\": \"aghụghọ\",\n    \"deceitfulness\": \"aghụghọ\",\n    \"deceits\": \"nduhie\",\n    \"deceivability\": \"nduhie\",\n    \"deceivable\": \"aghụghọ\",\n    \"deceivableness\": \"nduhie\",\n    \"deceivably\": \"aghụghọ\",\n    \"deceivance\": \"nduhie\",\n    \"deceive\": \"duhie\",\n    \"deceived\": \"duhiere\",\n    \"deceiver\": \"onye nduhie\",\n    \"deceivers\": \"nduhie\",\n    \"deceives\": \"nduhie\",\n    \"deceiving\": \"na-aghọgbu\",\n    \"deceivingly\": \"nduhie\",\n    \"decelerate\": \"duhie\",\n    \"decelerated\": \"ghọgburu\",\n    \"decelerates\": \"na-aghọgbu\",\n    \"decelerating\": \"na-eduhie\",\n    \"deceleration\": \"ndudue\",\n    \"decelerations\": \"nduhie\",\n    \"decelerator\": \"onye nduhie\",\n    \"decelerators\": \"ndị nduhie\",\n    \"decelerometer\": \"ihe mmuta\",\n    \"deceleron\": \"mmmmmmmmmmmmm\",\n    \"decem\": \"aghụghọ\",\n    \"december\": \"ọnwa disemba\",\n    \"decemberish\": \"dọba\",\n    \"decemberly\": \"aghụghọ\",\n    \"decembrist\": \"Ogbala\",\n    \"decemcostate\": \"mmmmmmmmmmmmm\",\n    \"decemdentate\": \"Chọọ\",\n    \"decemfid\": \"aghụghọ\",\n    \"decemflorous\": \"aghụghọ\",\n    \"decemfoliate\": \"aghụghọ\",\n    \"decemfoliolate\": \"manzulihe\",\n    \"decemjugate\": \"mmmmmmmmmmmmm\",\n    \"decemlocular\": \"anwansi\",\n    \"decempartite\": \"ndozi\",\n    \"decempeda\": \"mmmmmmmmmmmmm\",\n    \"decempedal\": \"na-agbagha\",\n    \"decempedate\": \"nkpọtu\",\n    \"decempennate\": \"mmmmmmmmmmmmm\",\n    \"decemplex\": \"Udochukwu\",\n    \"decemplicate\": \"gbagwojuru anya\",\n    \"decempunctate\": \"na-agbagha\",\n    \"decemstriate\": \"igwu\",\n    \"decemvir\": \"aghụghọ\",\n    \"decemviral\": \"aghụghọ\",\n    \"decemvirate\": \"mmmmmmmmmmmmm\",\n    \"decemviri\": \"mmmmmmmmmmmmm\",\n    \"decemvirs\": \"ndị aghụghọ\",\n    \"decemvirship\": \"nduhie\",\n    \"decenary\": \"afọ iri\",\n    \"decenaries\": \"afọ\",\n    \"decence\": \"mkpebi\",\n    \"decency\": \"nrubeisi\",\n    \"decencies\": \"mkpa\",\n    \"decene\": \"uche\",\n    \"decener\": \"ihe ndozi\",\n    \"decennal\": \"asọpụrụ\",\n    \"decennary\": \"afọ\",\n    \"decennaries\": \"afọ\",\n    \"decenniad\": \"gbasaa\",\n    \"decennial\": \"iri\",\n    \"decennially\": \"n'egbughị oge\",\n    \"decennials\": \"afọ\",\n    \"decenniums\": \"iri\",\n    \"decent\": \"ezigbo\",\n    \"decenter\": \"onye kara aka\",\n    \"decentered\": \"etinyere\",\n    \"decentering\": \"kwesịrị\",\n    \"decenters\": \"Ndị na-eme udo\",\n    \"decentest\": \"ezigbo\",\n    \"decently\": \"n'eziokwu\",\n    \"decentness\": \"ịdị ọcha\",\n    \"decentralisation\": \"nchịkwa\",\n    \"decentralise\": \"ịchịkọta\",\n    \"decentralised\": \"ebelata\",\n    \"decentralising\": \"ịchịkọta\",\n    \"decentralism\": \"nchịkwa\",\n    \"decentralist\": \"onye di iche\",\n    \"decentralization\": \"nchịkwa\",\n    \"decentralizationist\": \"onye na-eme ka onye na-eme ihe ike\",\n    \"decentralizations\": \"nchịkwa\",\n    \"decentralize\": \"ịchịkọta\",\n    \"decentralized\": \"ebelata\",\n    \"decentralizes\": \"na-agbanwe agbanwe\",\n    \"decentralizing\": \"ịchịkọta\",\n    \"decentration\": \"ịma mma\",\n    \"decentre\": \"mara mma\",\n    \"decentred\": \"kpachara anya\",\n    \"decentres\": \"ebe obibi\",\n    \"decentring\": \"ịma mma\",\n    \"decephalization\": \"aghụghọ\",\n    \"decephalize\": \"aghụghọ\",\n    \"deceptibility\": \"aghụghọ\",\n    \"deceptible\": \"aghụghọ\",\n    \"deception\": \"nduhie\",\n    \"deceptional\": \"aghụghọ\",\n    \"deceptions\": \"aghụghọ\",\n    \"deceptious\": \"na-eduhie\",\n    \"deceptiously\": \"n'agha\",\n    \"deceptitious\": \"na-ekwe omume\",\n    \"deceptive\": \"na-eduhie\",\n    \"deceptively\": \"n'aghogbu\",\n    \"deceptiveness\": \"aghụghọ\",\n    \"deceptivity\": \"nduhie\",\n    \"deceptory\": \"nkwenye\",\n    \"decerebrate\": \"ghọgbuo\",\n    \"decerebrated\": \"ghọgbuo\",\n    \"decerebrating\": \"ghọgbuo\",\n    \"decerebration\": \"nghọgbu\",\n    \"decerebrize\": \"ghọgbuo\",\n    \"decern\": \"nwepụ\",\n    \"decerned\": \"chọrọ\",\n    \"decerning\": \"na-achọ\",\n    \"decerniture\": \"ọrụ\",\n    \"decernment\": \"nghọta\",\n    \"decerns\": \"mkpụrụ\",\n    \"decerp\": \"Nkechi\",\n    \"decertation\": \"akwukwo\",\n    \"decertify\": \"mee ka o doo anya\",\n    \"decertificaton\": \"decertification\",\n    \"decertified\": \"gbanwere\",\n    \"decertifying\": \"na-eme ka ọ dị ọcha\",\n    \"decess\": \"oge\",\n    \"decession\": \"mkpebi\",\n    \"decessit\": \"iwelata\",\n    \"decessor\": \"onye ozo\",\n    \"dechemicalize\": \"kpochapu\",\n    \"dechoralize\": \"mebie\",\n    \"deciare\": \"gbanwee\",\n    \"deciares\": \"ekpebie\",\n    \"decibels\": \"decibel\",\n    \"deciceronize\": \"kpochapụ\",\n    \"decide\": \"kpebie\",\n    \"decided\": \"kpebiri\",\n    \"decidedly\": \"mkpebi\",\n    \"decidedness\": \"mkpebi\",\n    \"decidement\": \"mkpebi\",\n    \"decidence\": \"nkwarụ\",\n    \"decident\": \"nkwarụ\",\n    \"decider\": \"kpebie\",\n    \"deciders\": \"ndị decid\",\n    \"decides\": \"kpebiri\",\n    \"deciding\": \"na-ekpebi\",\n    \"decidingly\": \"nara\",\n    \"deciduate\": \"kpebie\",\n    \"deciduity\": \"mkpebi\",\n    \"deciduous\": \"nkọlọ\",\n    \"deciduously\": \"anya\",\n    \"deciduousness\": \"nkọwaa\",\n    \"deciles\": \"Iwu\",\n    \"deciliter\": \"decilita\",\n    \"deciliters\": \"ihe ndozi\",\n    \"decilitre\": \"ndozi\",\n    \"decillion\": \"ijeri\",\n    \"decillionth\": \"Ijeri\",\n    \"decimal\": \"ntụpọ\",\n    \"decimalise\": \"ntụpọ\",\n    \"decimalised\": \"decimal\",\n    \"decimalism\": \"akara ngosi\",\n    \"decimalize\": \"belata\",\n    \"decimalized\": \"emebi\",\n    \"decimate\": \"mmebi\",\n    \"decimated\": \"ebibi\",\n    \"decimeter\": \"decimita\",\n    \"decimeters\": \"decimita\",\n    \"decinormal\": \"mmezi\",\n    \"decipher\": \"ghọta\",\n    \"decipherable\": \"decipheble\",\n    \"decipherably\": \"n'ụzọ aghụghọ\",\n    \"deciphered\": \"amala\",\n    \"decipherer\": \"zụrụ\",\n    \"deciphering\": \"nkọwa\",\n    \"decipherment\": \"nkọwa\",\n    \"deciphers\": \"na-ebu agha\",\n    \"decipolar\": \"onye amụma\",\n    \"decise\": \"kpebie\",\n    \"decision\": \"mkpebi\",\n    \"decisional\": \"mkpebi\",\n    \"decisionmake\": \"mkpebi mee\",\n    \"decisions\": \"mkpebi\",\n    \"decisis\": \"ntụpọ\",\n    \"decisive\": \"bụrụkwa\",\n    \"decisively\": \"mkpebi\",\n    \"decisiveness\": \"mkpebi\",\n    \"decisteres\": \"ntughari\",\n    \"decitizenize\": \"mebie\",\n    \"decivilize\": \"ghọta\",\n    \"deck\": \"oche\",\n    \"decked\": \"agbasiri\",\n    \"deckel\": \"oche\",\n    \"deckels\": \"oche\",\n    \"decken\": \"oche\",\n    \"decker\": \"oche\",\n    \"deckers\": \"ọkpọ\",\n    \"deckhand\": \"oche\",\n    \"deckhands\": \"oche\",\n    \"deckhead\": \"oche\",\n    \"deckhouse\": \"oche\",\n    \"deckhouses\": \"ụlọ elu\",\n    \"deckie\": \"oche\",\n    \"deckings\": \"oche\",\n    \"deckle\": \"oche\",\n    \"deckles\": \"oche\",\n    \"deckload\": \"oche\",\n    \"deckman\": \"Onye nwe oche\",\n    \"deckpipe\": \"oche\",\n    \"decks\": \"oche\",\n    \"deckswabber\": \"ebe a\",\n    \"decl\": \"Ntị\",\n    \"declaim\": \"kwupụta\",\n    \"declaimant\": \"ikwupụta\",\n    \"declaimed\": \"kwupụtara\",\n    \"declaimer\": \"ikwupụta\",\n    \"declaimers\": \"ekwupụta\",\n    \"declaiming\": \"na-ekwupụta\",\n    \"declaims\": \"ekwupụta\",\n    \"declamation\": \"mkpọsa\",\n    \"declamations\": \"nkwupụta\",\n    \"declamator\": \"nkpochapu\",\n    \"declamatoriness\": \"nkwupụta ụda\",\n    \"declarable\": \"nkwupụta\",\n    \"declarant\": \"nkwusa\",\n    \"declaration\": \"nkwupụta\",\n    \"declarations\": \"nkwupụta\",\n    \"declarative\": \"nkwupụta\",\n    \"declaratively\": \"n'ụzọ doro anya\",\n    \"declaratives\": \"nkwuputa\",\n    \"declarator\": \"onye nkwuputa\",\n    \"declaratory\": \"ikwupụta\",\n    \"declaratorily\": \"ikwupụta\",\n    \"declarators\": \"ndị na-akọwapụta onwe ha\",\n    \"declare\": \"kwuwapụta\",\n    \"declared\": \"kwupụtara\",\n    \"declaredly\": \"kwupụtara\",\n    \"declaredness\": \"nkwupụta\",\n    \"declarer\": \"nkwusa\",\n    \"declarers\": \"ndị mkpọsa\",\n    \"declares\": \"na-ekwupụta\",\n    \"declaring\": \"na-ekwupụta\",\n    \"declasse\": \"mbibi\",\n    \"declassed\": \"gbanwere\",\n    \"declassee\": \"mbibi\",\n    \"declassification\": \"nbibi\",\n    \"declassifications\": \"nbibi\",\n    \"declassified\": \"gbasaa\",\n    \"declassifies\": \"na-edozi\",\n    \"declassifying\": \"ịkọwapụta\",\n    \"declassing\": \"nkwupụta\",\n    \"declension\": \"lenlọ\",\n    \"declensional\": \"nnenna\",\n    \"declensionally\": \"naadịghị\",\n    \"declensions\": \"afọ\",\n    \"declericalize\": \"mezie\",\n    \"declimatize\": \"mezie\",\n    \"declinal\": \"ịda mba\",\n    \"declinate\": \"kpebie\",\n    \"declination\": \"ndahie\",\n    \"declinational\": \"mmebi iwu\",\n    \"declinations\": \"nkwupụta\",\n    \"declinature\": \"Ntughari\",\n    \"decline\": \"ojuju\",\n    \"declined\": \"jụrụ\",\n    \"declinedness\": \"ọjụjụ\",\n    \"decliner\": \"ndozi\",\n    \"decliners\": \"ndị declin\",\n    \"declines\": \"na-agbada\",\n    \"declining\": \"na-agbada\",\n    \"declivate\": \"gbasaa\",\n    \"declive\": \"kpebie\",\n    \"declivent\": \"nky\",\n    \"declivity\": \"ikike\",\n    \"declivities\": \"mkpebi\",\n    \"declivitous\": \"gbachapụ\",\n    \"declivitously\": \"ikwupụta\",\n    \"declivous\": \"ezi uche\",\n    \"deco\": \"ihe ịchọ mma\",\n    \"decoagulate\": \"ichota\",\n    \"decoagulated\": \"edozi\",\n    \"decoagulation\": \"ịchọ mma\",\n    \"decoat\": \"ịchọ mma\",\n    \"decocainize\": \"icho mma\",\n    \"decoct\": \"ịchọ mma\",\n    \"decocted\": \"chọọ mma\",\n    \"decocting\": \"chọrọ\",\n    \"decoctive\": \"achọ mma\",\n    \"decocts\": \"na-edozi\",\n    \"decode\": \"itapia\",\n    \"decoder\": \"ihe ndozi\",\n    \"decoders\": \"ihe ndozi\",\n    \"decodes\": \"Ntughari\",\n    \"decoding\": \"nyopụta\",\n    \"decodings\": \"mmezi\",\n    \"decohere\": \"icho mma\",\n    \"decoherence\": \"ịchọ mma\",\n    \"decoherer\": \"ihe ịchọ mma\",\n    \"decohesion\": \"ịchọ mma\",\n    \"decoy\": \"aghụghọ\",\n    \"decoic\": \"ịchọ mma\",\n    \"decoyed\": \"chọọ mma\",\n    \"decoyer\": \"ihe ndozi\",\n    \"decoyers\": \"ihe ndozi\",\n    \"decoying\": \"na-achọ mma\",\n    \"decoyman\": \"onyeoma\",\n    \"decoymen\": \"ihe ịchọ mma\",\n    \"decoys\": \"aghụghọ\",\n    \"decoke\": \"nzuzu\",\n    \"decollate\": \"kpochapụ\",\n    \"decollated\": \"gbasasịa\",\n    \"decollating\": \"na-agbasa\",\n    \"decollation\": \"mkpebi\",\n    \"decolonisation\": \"ịchọ ọchịchị\",\n    \"decolonise\": \"ihe ịchọ mma\",\n    \"decolonised\": \"ichoro\",\n    \"decolonising\": \"icho mma\",\n    \"decolonization\": \"ịchọ ọchịchị\",\n    \"decolonize\": \"ichoro\",\n    \"decolonized\": \"ichoro\",\n    \"decolonizes\": \"ichoro\",\n    \"decolonizing\": \"icho\",\n    \"decolor\": \"ihe ndozi\",\n    \"decolorant\": \"ihe ịchọ mma\",\n    \"decolorate\": \"icho mma\",\n    \"decoloration\": \"ịchọ mma\",\n    \"decolored\": \"chọọ mma\",\n    \"decolorimeter\": \"ihe ịchọ mma\",\n    \"decoloring\": \"ịchọ mma\",\n    \"decolorisation\": \"ịchọ mma\",\n    \"decolorise\": \"ndozi\",\n    \"decolorised\": \"amaola\",\n    \"decoloriser\": \"ihe ịchọ mma\",\n    \"decolorising\": \"ndozi\",\n    \"decolorization\": \"ịchọ mma\",\n    \"decolorize\": \"ịchọ mma\",\n    \"decolorized\": \"ịchọ mma\",\n    \"decolorizer\": \"ihe ịchọ mma\",\n    \"decolorizing\": \"ịchọ mma\",\n    \"decolors\": \"ihe ndozi\",\n    \"decolour\": \"ịchọ mma\",\n    \"decolouration\": \"ịchọ mma\",\n    \"decoloured\": \"chọọ mma\",\n    \"decolouring\": \"ịchọ mma\",\n    \"decolourisation\": \"ndozi\",\n    \"decolourise\": \"icho mma\",\n    \"decolourised\": \"chọọ mma\",\n    \"decolouriser\": \"ihe ịchọ mma\",\n    \"decolourising\": \"ịchọ mma\",\n    \"decolourization\": \"ịchọ mma\",\n    \"decolourize\": \"icho mma\",\n    \"decolourized\": \"chọọ mma\",\n    \"decolourizer\": \"ihe ịchọ mma\",\n    \"decolourizing\": \"ịchọ mma\",\n    \"decolours\": \"ihe ịchọ mma\",\n    \"decommission\": \"nwepu\",\n    \"decommissioned\": \"kpopụrụ\",\n    \"decommissioning\": \"na-ekpochapụ\",\n    \"decommissions\": \"iwu\",\n    \"decompile\": \"rekasasia\",\n    \"decomponent\": \"decomporter\",\n    \"decompose\": \"ire ere\",\n    \"decomposed\": \"rebiri\",\n    \"decomposer\": \"nkwari\",\n    \"decomposes\": \"na-emebi\",\n    \"decomposing\": \"na-ere ure\",\n    \"decomposition\": \"ire ure\",\n    \"decompositional\": \"decomposition\",\n    \"decomposure\": \"ire ere\",\n    \"decompressed\": \"na-agbagha\",\n    \"decompression\": \"nkwarụ\",\n    \"decompressions\": \"mkpesa\",\n    \"decompressive\": \"nkụda mmụọ\",\n    \"deconcentrate\": \"kpebie\",\n    \"deconcentrated\": \"deconcent\",\n    \"deconcentrating\": \"deconcent\",\n    \"decondition\": \"mkpebi\",\n    \"decongestant\": \"nteke\",\n    \"decongested\": \"okpokoro\",\n    \"decongesting\": \"imebi\",\n    \"decongestion\": \"nteke\",\n    \"decongestive\": \"nteke\",\n    \"decongests\": \"mkpọtụ\",\n    \"deconsecrate\": \"kagbuo\",\n    \"deconsecrated\": \"ebibi\",\n    \"deconsecrating\": \"ebibi\",\n    \"deconsecration\": \"ndapụta\",\n    \"deconsider\": \"tụgharịa uche\",\n    \"deconsideration\": \"ntụgharị uche\",\n    \"decontaminate\": \"imezi\",\n    \"decontaminated\": \"emetọ\",\n    \"decontaminating\": \"na-ekpochapụ\",\n    \"decontamination\": \"mmetọ\",\n    \"decontrol\": \"ndozi\",\n    \"decontrolled\": \"gbanwere\",\n    \"decontrols\": \"ndozi\",\n    \"deconventionalize\": \"mezie\",\n    \"deconvolution\": \"ngosipụta\",\n    \"decopperization\": \"ịchọ mma\",\n    \"decopperize\": \"icho mma\",\n    \"decor\": \"ihe ndozi\",\n    \"decorability\": \"ịchọ mma\",\n    \"decorable\": \"mma\",\n    \"decorably\": \"mma\",\n    \"decorament\": \"ịchọ mma\",\n    \"decorate\": \"icho mma\",\n    \"decorated\": \"etubere ugo\",\n    \"decorates\": \"na-achọ mma\",\n    \"decorating\": \"na-achọ mma\",\n    \"decoration\": \"ochicho mma\",\n    \"decorationist\": \"ịchọ mma\",\n    \"decorations\": \"ịchọ mma\",\n    \"decorative\": \"ji achọ\",\n    \"decoratively\": \"eji achọ mma\",\n    \"decorativeness\": \"ịchọ mma\",\n    \"decorator\": \"ihe ndozi\",\n    \"decoratory\": \"ihe ndozi\",\n    \"decorators\": \"ndị na-achọ mma\",\n    \"decore\": \"ihe ndozi\",\n    \"decorement\": \"ndozi\",\n    \"decorist\": \"ihe ndozi\",\n    \"decorous\": \"ịchọ mma\",\n    \"decorously\": \"ama mma\",\n    \"decorousness\": \"ịchọ mma\",\n    \"decors\": \"ihe ndozi\",\n    \"decorticating\": \"na-akọwa\",\n    \"decortization\": \"nhazi\",\n    \"decorum\": \"ọmarịcha\",\n    \"decorums\": \"ihe ndozi\",\n    \"decostate\": \"ịchọ mma\",\n    \"decouple\": \"iri\",\n    \"decoupled\": \"gbasaa\",\n    \"decouples\": \"iri\",\n    \"decoupling\": \"ịgbanyụ\",\n    \"decourse\": \"ụzọ\",\n    \"decourt\": \"icho mma\",\n    \"decrassify\": \"dozie\",\n    \"decrassified\": \"etisasịwo\",\n    \"decream\": \"gbue\",\n    \"decrease\": \"ibelata\",\n    \"decreased\": \"belatara\",\n    \"decreaseless\": \"belata obere\",\n    \"decreases\": \"mbelata\",\n    \"decreasing\": \"na-agbada\",\n    \"decreasingly\": \"na-agbada\",\n    \"decreation\": \"mbelata\",\n    \"decreative\": \"ji achọ\",\n    \"decree\": \"iwu\",\n    \"decreeable\": \"iwu\",\n    \"decreed\": \"iwu\",\n    \"decreeing\": \"ịtụ iwu\",\n    \"decreement\": \"mbelata\",\n    \"decreer\": \"belata\",\n    \"decreers\": \"na-agbada\",\n    \"decrees\": \"iwu\",\n    \"decreet\": \"kpebie\",\n    \"decreing\": \"mbelata\",\n    \"decrement\": \"mbelata\",\n    \"decremental\": \"mbelata\",\n    \"decremented\": \"agbadaala\",\n    \"decrementing\": \"na-agbadata\",\n    \"decrementless\": \"enweghị nke ọ bụla\",\n    \"decrements\": \"mbelata\",\n    \"decrepid\": \"Ihere\",\n    \"decrepit\": \"Ikputu\",\n    \"decrepitate\": \"iwetu\",\n    \"decrepitated\": \"belata\",\n    \"decrepitating\": \"na-agbada\",\n    \"decrepitation\": \"nbudata\",\n    \"decrepity\": \"odidi\",\n    \"decrepitly\": \"ọwarapọ\",\n    \"decrepitness\": \"odidi\",\n    \"decrepitude\": \"ebelata\",\n    \"decreptitude\": \"odidi\",\n    \"decresc\": \"mmebi\",\n    \"decrescence\": \"nkwarụ\",\n    \"decrescendo\": \"mmmmmmmmmmmmm\",\n    \"decrescendos\": \"mmmmmmmmmmmmm\",\n    \"decrescent\": \"ebelata\",\n    \"decretal\": \"ndudue\",\n    \"decretalist\": \"onyeka\",\n    \"decretals\": \"mmegbu\",\n    \"decrete\": \"pụrụ iche\",\n    \"decretion\": \"mbelata\",\n    \"decretist\": \"Onyeka\",\n    \"decretive\": \"ji achọ\",\n    \"decretively\": \"na nzuzo\",\n    \"decretory\": \"mmebi\",\n    \"decretorial\": \"mbibi\",\n    \"decretorian\": \"onyegbasi\",\n    \"decretorily\": \"ama mma\",\n    \"decretum\": \"nkwarụ\",\n    \"decrew\": \"kpebie\",\n    \"decry\": \"nnabata\",\n    \"decrial\": \"ikpe\",\n    \"decrials\": \"Iwu\",\n    \"decried\": \"ekpebi\",\n    \"decrier\": \"onye ochichi\",\n    \"decriers\": \"ndị na-egbochi iwu\",\n    \"decries\": \"ekpe\",\n    \"decrying\": \"Inyi\",\n    \"decriminalize\": \"mebie iwu\",\n    \"decriminalized\": \"kpebie\",\n    \"decriminalizes\": \"na-emebi iwu\",\n    \"decriminalizing\": \"na-emebi iwu\",\n    \"decrypted\": \"ọrịrị\",\n    \"decrypting\": \"na-agbagbu\",\n    \"decryption\": \"mmebi\",\n    \"decryptions\": \"mmee\",\n    \"decrown\": \"amaa\",\n    \"decrowned\": \"amala\",\n    \"decrowning\": \"na-achọ\",\n    \"decrowns\": \"Ebele\",\n    \"decrudescence\": \"Ọchịchọ\",\n    \"decrustation\": \"ntụkwasị obi\",\n    \"decultivate\": \"mebie\",\n    \"decuman\": \"ebibi\",\n    \"decumanus\": \"mbibi\",\n    \"decumbence\": \"omume\",\n    \"decumbency\": \"nnwere onwe\",\n    \"decumbent\": \"onye ruru eru\",\n    \"decumbently\": \"n'usoro\",\n    \"decupled\": \"decuple\",\n    \"decupling\": \"decupup\",\n    \"decury\": \"mkpebi\",\n    \"decuria\": \"mmmmmmmmmmmmm\",\n    \"decuries\": \"mmebi\",\n    \"decurion\": \"mkpebi\",\n    \"decurions\": \"mkpebi\",\n    \"decurrence\": \"ọdachi\",\n    \"decurrences\": \"nkwụsị\",\n    \"decurrency\": \"enweghi ike\",\n    \"decurrencies\": \"ịkwụ ụgwọ\",\n    \"decurrent\": \"ịda mba\",\n    \"decurrently\": \"oge obula\",\n    \"decurring\": \"na-achọ\",\n    \"decursion\": \"ọpụpụ\",\n    \"decursive\": \"mkpebi\",\n    \"decursively\": \"mkpebi\",\n    \"decurt\": \"ndozi\",\n    \"decurtate\": \"kpebie\",\n    \"decurvation\": \"mmezi\",\n    \"decurvature\": \"imebi iwu\",\n    \"decurve\": \"mebie\",\n    \"decurved\": \"amapụtara\",\n    \"decurves\": \"na-achọ\",\n    \"decurving\": \"na-achọ\",\n    \"decus\": \"ihe\",\n    \"decuss\": \"nkwuputa\",\n    \"decussated\": \"Ikwusiri\",\n    \"decussately\": \"Ogechi\",\n    \"decussating\": \"Ntughari\",\n    \"decussatively\": \"uszọpụta\",\n    \"decussis\": \"nkwụsị\",\n    \"decussoria\": \"okpokoro\",\n    \"decwriter\": \"ndozi\",\n    \"dedal\": \"Dedal\",\n    \"dedan\": \"Dedan\",\n    \"dedans\": \"Dedans\",\n    \"dedd\": \"Dedd\",\n    \"deddy\": \"egwuregwu\",\n    \"dedicant\": \"rara\",\n    \"dedicate\": \"nyefee\",\n    \"dedicated\": \"raara onwe ya nye\",\n    \"dedicatedly\": \"raara onwe ya nye\",\n    \"dedicatee\": \"rara\",\n    \"dedicates\": \"na-arara\",\n    \"dedicating\": \"na-arara\",\n    \"dedication\": \"nraranye\",\n    \"dedicational\": \"nraranye\",\n    \"dedications\": \"nraranye\",\n    \"dedicative\": \"raara onwe ya nye\",\n    \"dedicator\": \"raara onwe ya nye\",\n    \"dedicatory\": \"rara\",\n    \"dedicatorial\": \"raara onwe ya nye\",\n    \"dedicatorily\": \"ịrara onwe gị nye\",\n    \"dedicators\": \"ndị raara onwe ha nye\",\n    \"dedicature\": \"ntinye\",\n    \"dedifferentiated\": \"iche iche\",\n    \"dedifferentiating\": \"eddị iche\",\n    \"dedifferentiation\": \"eddị iche iche\",\n    \"dedignation\": \"Dedignation\",\n    \"dedimus\": \"Dedimus\",\n    \"dedit\": \"Dedit\",\n    \"deditician\": \"dibia dibia\",\n    \"dediticiancy\": \"lọ ọgwụ\",\n    \"dedition\": \"edgha\",\n    \"dedolation\": \"ntụgharị\",\n    \"dedolence\": \"imebi\",\n    \"dedolency\": \"ndozi\",\n    \"dedolent\": \"dedoedo\",\n    \"dedolomitization\": \"nnabata\",\n    \"dedolomitize\": \"Dedolomitize\",\n    \"dedolomitized\": \"dedolomitị\",\n    \"dedolomitizing\": \"itinye n'ọrụ\",\n    \"deduce\": \"wepụ\",\n    \"deduced\": \"kwupụtara\",\n    \"deducement\": \"mwepu\",\n    \"deducer\": \"Onye ndu\",\n    \"deduces\": \"ego\",\n    \"deducing\": \"iduhie\",\n    \"deducive\": \"wepụ\",\n    \"deduct\": \"wepụ\",\n    \"deducted\": \"wepu\",\n    \"deductibility\": \"nwepuchapu\",\n    \"deductible\": \"ewepu\",\n    \"deductibles\": \"wepụ\",\n    \"deductile\": \"ewepu\",\n    \"deducting\": \"na-ewepu ego\",\n    \"deductio\": \"nwepu\",\n    \"deduction\": \"nwepu\",\n    \"deductions\": \"nwepu\",\n    \"deductive\": \"wepụ\",\n    \"deductively\": \"wepụ\",\n    \"deductory\": \"wepụ\",\n    \"deducts\": \"wepụ\",\n    \"deduit\": \"wepụ\",\n    \"deduplication\": \"itinye\",\n    \"deed\": \"omume\",\n    \"deedbote\": \"omume\",\n    \"deedbox\": \"igbe\",\n    \"deeded\": \"omume\",\n    \"deedeed\": \"nkịtịed\",\n    \"deedful\": \"eme ihe\",\n    \"deedfully\": \"n'omume\",\n    \"deedholder\": \"onye nwe ihe\",\n    \"deediest\": \"kwesịrị\",\n    \"deedily\": \"n'omume\",\n    \"deediness\": \"omume\",\n    \"deeding\": \"na-achọ\",\n    \"deedless\": \"enweghị ọrụ\",\n    \"deeds\": \"omume\",\n    \"deek\": \"afọ\",\n    \"deem\": \"chere\",\n    \"deemed\": \"e weere\",\n    \"deemer\": \"Ozo\",\n    \"deeming\": \"na-achọ\",\n    \"deemphasizes\": \"na-achọpụta\",\n    \"deems\": \"chere\",\n    \"deemster\": \"Okike\",\n    \"deemstership\": \"Ihe nlere\",\n    \"deep\": \"miri emi\",\n    \"deepen\": \"mikwuo emie\",\n    \"deepened\": \"di omimi\",\n    \"deepener\": \"ogbu mmiri\",\n    \"deepeners\": \"miri emi\",\n    \"deepening\": \"na-emenụ\",\n    \"deepeningly\": \"na-emenụ\",\n    \"deepens\": \"mikwuo emie\",\n    \"deeper\": \"Bara oke ime\",\n    \"deepest\": \"nke kachasi omimi\",\n    \"deepfreeze\": \"miri oyi\",\n    \"deepfreezed\": \"miri oyi\",\n    \"deepfreezing\": \"ihe omimi\",\n    \"deepfroze\": \"miri emi\",\n    \"deepfrozen\": \"miri emi\",\n    \"deepgoing\": \"miri emi\",\n    \"deeping\": \"miri emi\",\n    \"deepish\": \"mikwuo emie\",\n    \"deeply\": \"miri emi\",\n    \"deeplier\": \"nke miri emi\",\n    \"deepmost\": \"nke kachasị mie emi\",\n    \"deepmouthed\": \"miri emi\",\n    \"deepness\": \"omimi\",\n    \"deepnesses\": \"omimi\",\n    \"deeps\": \"miri emi\",\n    \"deepsome\": \"miri emi\",\n    \"deepwater\": \"ogbu mmiri\",\n    \"deepwaterman\": \"onye miri emi\",\n    \"deepwatermen\": \"ndị miri emi\",\n    \"deer\": \"mgbada\",\n    \"deerdog\": \"mgbada\",\n    \"deerhair\": \"ntutu mgbada\",\n    \"deerherd\": \"mgbada\",\n    \"deerhound\": \"mgbada\",\n    \"deeryard\": \"mgbada\",\n    \"deeryards\": \"mgbada mgbada\",\n    \"deerlet\": \"mgbada\",\n    \"deerlike\": \"mgbada dị ka\",\n    \"deermeat\": \"anụ mgbada\",\n    \"deers\": \"mgbada\",\n    \"deerskins\": \"akpụkpọ anụ\",\n    \"deerstalker\": \"onyeghagha\",\n    \"deerstalkers\": \"ndị na-akọwahie okwu\",\n    \"deerstalking\": \"mgbada stalking\",\n    \"deerstand\": \"ghọta\",\n    \"deerwood\": \"osisi deerwood\",\n    \"deescalation\": \"dewanye\",\n    \"deescalations\": \"gbasaa\",\n    \"deeses\": \"dees\",\n    \"deewans\": \"deewan\",\n    \"def\": \"depu\",\n    \"deface\": \"imebi\",\n    \"defaced\": \"gbanwere\",\n    \"defacement\": \"nkwarụ\",\n    \"defacements\": \"Iwu\",\n    \"defaces\": \"ebe nchekwa\",\n    \"defacing\": \"imebi iwu\",\n    \"defacingly\": \"kwupụta\",\n    \"defacto\": \"deacto\",\n    \"defade\": \"ịda mba\",\n    \"defaecate\": \"dochie anya\",\n    \"defailance\": \"enweghị ikike\",\n    \"defailment\": \"mmekpa ahụ\",\n    \"defaisance\": \"nkwusa\",\n    \"defalcate\": \"kpochapụla\",\n    \"defalcated\": \"emebiela\",\n    \"defalcates\": \"na-agbagha\",\n    \"defalcating\": \"na-agbagha\",\n    \"defalcation\": \"nkwuputa\",\n    \"defalcations\": \"ndapụta\",\n    \"defalk\": \"mebiri emebi\",\n    \"defamation\": \"mmebi aha\",\n    \"defamations\": \"mmebi aha\",\n    \"defamatory\": \"nkwulu\",\n    \"defame\": \"ebibi\",\n    \"defamed\": \"katọrọ ya\",\n    \"defamer\": \"nkwulu\",\n    \"defamers\": \"Nkwulu\",\n    \"defames\": \"aha\",\n    \"defamy\": \"katọrọ ya\",\n    \"defaming\": \"mmebi aha\",\n    \"defamingly\": \"na-ekwulu\",\n    \"defamous\": \"nkwulu\",\n    \"defang\": \"imebi\",\n    \"defatigable\": \"akarị\",\n    \"defatigate\": \"detatịa\",\n    \"defatigation\": \"mbibi\",\n    \"defatting\": \"mbibi\",\n    \"default\": \"ndabara\",\n    \"defaultant\": \"ndabara\",\n    \"defaulted\": \"gbanwere\",\n    \"defaulter\": \"onye mbu\",\n    \"defaulters\": \"ndaba\",\n    \"defaulting\": \"ndabara\",\n    \"defaultless\": \"ndabara\",\n    \"defeasance\": \"nkwusa\",\n    \"defeasanced\": \"merie\",\n    \"defease\": \"merie\",\n    \"defeasibility\": \"nkwanye\",\n    \"defeasible\": \"agbagha\",\n    \"defeasibleness\": \"ihe mgbagha\",\n    \"defeasive\": \"ihe na-emerụ ahụ\",\n    \"defeat\": \"mmeri\",\n    \"defeated\": \"meriri\",\n    \"defeatee\": \"Onochie\",\n    \"defeater\": \"onye mmeri\",\n    \"defeaters\": \"ndị mmeri\",\n    \"defeating\": \"ndikan\",\n    \"defeatism\": \"ndiigbo\",\n    \"defeatist\": \"onye mmeri\",\n    \"defeatists\": \"ndi mmeri\",\n    \"defeatment\": \"mmeri\",\n    \"defeats\": \"mmeri\",\n    \"defeature\": \"mmeri\",\n    \"defecant\": \"Emeka\",\n    \"defecate\": \"dochie anya\",\n    \"defecated\": \"mebiri emebi\",\n    \"defecates\": \"mmetọ\",\n    \"defecating\": \"defekụlị\",\n    \"defecation\": \"nsị\",\n    \"defecator\": \"onye mmebi\",\n    \"defect\": \"nkwarụ\",\n    \"defected\": \"zuru oke\",\n    \"defecter\": \"nkwarụ\",\n    \"defecters\": \"nkwarụ\",\n    \"defectibility\": \"nkwarụ\",\n    \"defectible\": \"nkwarụ\",\n    \"defecting\": \"nkwarụ\",\n    \"defection\": \"mgbapu\",\n    \"defectionist\": \"onye mgba okpuru\",\n    \"defections\": \"mmeri\",\n    \"defectious\": \"nkwarụ\",\n    \"defective\": \"nkwarụ\",\n    \"defectively\": \"nkwarụ\",\n    \"defectiveness\": \"nkwarụ\",\n    \"defectless\": \"nkwarụ\",\n    \"defectlessness\": \"nkwarụ\",\n    \"defectology\": \"nkwarụ\",\n    \"defector\": \"ntụpọ\",\n    \"defectors\": \"nkwarụ\",\n    \"defectoscope\": \"nkwarụ\",\n    \"defects\": \"nkwarụ\",\n    \"defectum\": \"ntụpọ\",\n    \"defectuous\": \"nkwarụ\",\n    \"defedation\": \"mmeghari\",\n    \"defeise\": \"merie\",\n    \"defeit\": \"ndahie\",\n    \"defeminisation\": \"nkwuputa\",\n    \"defeminise\": \"ebibi\",\n    \"defeminised\": \"gbarụọ\",\n    \"defeminising\": \"na-emerụ ahụ\",\n    \"defeminization\": \"mmezi\",\n    \"defeminize\": \"wepụ\",\n    \"defeminized\": \"gbanwere\",\n    \"defeminizing\": \"na-ewepụsị\",\n    \"defence\": \"agbachitere\",\n    \"defenceable\": \"pụrụ ịgbagha\",\n    \"defenceless\": \"enweghị ihe nchebe\",\n    \"defencelessly\": \"enweghị ihe nchebe\",\n    \"defencelessness\": \"enweghị nchebe\",\n    \"defences\": \"ihe nchebe\",\n    \"defencive\": \"agbachitere\",\n    \"defend\": \"chebe\",\n    \"defendable\": \"agbaghara\",\n    \"defendant\": \"onye ikpe\",\n    \"defendants\": \"ndị na-agbachitere\",\n    \"defended\": \"gbachitere\",\n    \"defender\": \"onye na-agbachitere\",\n    \"defenders\": \"ndị na-agbachitere\",\n    \"defending\": \"ịgbachitere\",\n    \"defendress\": \"agbachitere\",\n    \"defends\": \"na-agbachitere\",\n    \"defenestrate\": \"kọwaa\",\n    \"defenestrated\": \"akpo\",\n    \"defenestrates\": \"na-asọ oyi\",\n    \"defenestrating\": \"na-agbagha\",\n    \"defenestration\": \"mgbapụta\",\n    \"defensative\": \"na-agbaghara\",\n    \"defense\": \"agbachitere\",\n    \"defensed\": \"gbaghara\",\n    \"defenseless\": \"enweghị ihe nchebe\",\n    \"defenselessly\": \"n'achọghị ihe ọ bụla\",\n    \"defenselessness\": \"enweghị nchebe\",\n    \"defenseman\": \"onye nche\",\n    \"defensemen\": \"ndị nche\",\n    \"defenser\": \"nzere\",\n    \"defenses\": \"ihe nchebe\",\n    \"defensibility\": \"nkwupụta\",\n    \"defensible\": \"agbaghara\",\n    \"defensibleness\": \"nenwe nkwenye\",\n    \"defensibly\": \"agbaghara\",\n    \"defensing\": \"agbachitere\",\n    \"defension\": \"agbachitere\",\n    \"defensive\": \"agbachitere\",\n    \"defensively\": \"na-agbachitere\",\n    \"defensiveness\": \"nchebe\",\n    \"defensory\": \"defensor\",\n    \"defensorship\": \"ụgbọ mmiri defensor\",\n    \"defer\": \"ibuti\",\n    \"deferable\": \"na-echere\",\n    \"deference\": \"ịma\",\n    \"deferens\": \"fere\",\n    \"deferent\": \"dị iche\",\n    \"deferential\": \"mgbasa ozi\",\n    \"deferentiality\": \"iche iche\",\n    \"deferentially\": \"n'iche iche\",\n    \"deferentitis\": \"ọnya\",\n    \"deferents\": \"deferets\",\n    \"deferment\": \"ibighachi\",\n    \"deferrable\": \"na-echere\",\n    \"deferral\": \"igbu oge\",\n    \"deferrals\": \"na-egbu oge\",\n    \"deferred\": \"yigharịrị\",\n    \"deferrer\": \"gbasaa\",\n    \"deferrers\": \"na-ebugharị\",\n    \"deferring\": \"na-egbu oge\",\n    \"deferrization\": \"ibugharị\",\n    \"deferrize\": \"ibughachi\",\n    \"deferrized\": \"yigharịrị\",\n    \"deferrizing\": \"na-egbu oge\",\n    \"defers\": \"na-egbochi\",\n    \"defervesced\": \"gbanwere\",\n    \"defervescence\": \"na-egbu oge\",\n    \"defervescent\": \"na-egbu oge\",\n    \"defervescing\": \"na-enyefe\",\n    \"defet\": \"mmeri\",\n    \"defeudalize\": \"Ikechukwu Emeka\",\n    \"defy\": \"mebie\",\n    \"defiable\": \"aru aru\",\n    \"defial\": \"adịghị ọcha\",\n    \"defiance\": \"nnupụisi\",\n    \"defiances\": \"Nkwupụta\",\n    \"defiant\": \"isi ike\",\n    \"defiantly\": \"Nkwuwa okwu\",\n    \"defiantness\": \"nnupụisi\",\n    \"defiatory\": \"Ihe nzuzu\",\n    \"defiber\": \"ihe mgbochi\",\n    \"defibrillating\": \"Na-agbagha\",\n    \"defibrinize\": \"wepụ\",\n    \"deficience\": \"ụkọ\",\n    \"deficiency\": \"erughi\",\n    \"deficiencies\": \"emezighị emezi\",\n    \"deficient\": \"erughị eru\",\n    \"deficiently\": \"n'adịghị\",\n    \"deficit\": \"mpe\",\n    \"deficits\": \"mpe\",\n    \"defied\": \"ekwetaghị\",\n    \"defier\": \"ihe rụrụ arụ\",\n    \"defiers\": \"ihe na-emerụ emerụ\",\n    \"defies\": \"na-agbagha\",\n    \"defiguration\": \"ngbanwe\",\n    \"defigure\": \"defigur\",\n    \"defying\": \"na-agbaghara\",\n    \"defyingly\": \"na-asọpụrụ\",\n    \"defilable\": \"emeru\",\n    \"defiladed\": \"mmeru aru\",\n    \"defilades\": \"ihe ruru unyi\",\n    \"defilading\": \"mmetọ\",\n    \"defile\": \"unyi\",\n    \"defiled\": \"rụrụ arụ\",\n    \"defiledness\": \"ihe ruru unyi\",\n    \"defilement\": \"mmeru aru\",\n    \"defilements\": \"mmeru\",\n    \"defiler\": \"mmetọ\",\n    \"defilers\": \"ndị na-emerụ emerụ\",\n    \"defiles\": \"ihe ruru unyi\",\n    \"defiliation\": \"mmebi\",\n    \"defiling\": \"na-emerụ emerụ\",\n    \"defilingly\": \"na-emerụ emerụ\",\n    \"definability\": \"nkọwapụta\",\n    \"definable\": \"nke doro anya\",\n    \"definably\": \"n'ụzọ doro anya\",\n    \"define\": \"kọwaa\",\n    \"defined\": \"akọwapụtara\",\n    \"definedly\": \"akọwapụtara\",\n    \"definement\": \"nkọwa\",\n    \"definer\": \"nkọwapụta\",\n    \"definers\": \"nkọwapụta\",\n    \"defines\": \"na-akọwa\",\n    \"definienda\": \"nkọwa\",\n    \"definiendum\": \"nkọwa\",\n    \"definiens\": \"nkọwa\",\n    \"definientia\": \"Nkọwa\",\n    \"defining\": \"na-akọwa\",\n    \"definish\": \"nkọwa\",\n    \"definite\": \"doro anya\",\n    \"definitely\": \"maa\",\n    \"definiteness\": \"doro anya\",\n    \"definition\": \"nkọwa\",\n    \"definitional\": \"nkọwa\",\n    \"definitiones\": \"nkọwa\",\n    \"definitions\": \"nkọwa\",\n    \"definitise\": \"kwupụta\",\n    \"definitised\": \"kwupụtara\",\n    \"definitising\": \"na-akọwa\",\n    \"definitive\": \"doro anya\",\n    \"definitively\": \"n'eziokwu\",\n    \"definitiveness\": \"nkwenye\",\n    \"definitization\": \"nkọwapụta\",\n    \"definitize\": \"kọwaa\",\n    \"definitized\": \"akọwapụtara\",\n    \"definitizing\": \"na-akọwapụta\",\n    \"definitor\": \"nkọwapụta\",\n    \"definitude\": \"nkọwapụta\",\n    \"defis\": \"Deis\",\n    \"deflagrable\": \"Enwere ike ịgbagha\",\n    \"deflagrated\": \"Emebiri\",\n    \"deflagrates\": \"na-emebi emebi\",\n    \"deflagrating\": \"na-emebi emebi\",\n    \"deflagration\": \"ngbanwe\",\n    \"deflagrations\": \"mmebi iwu\",\n    \"deflagrator\": \"onye mmebe iwu\",\n    \"deflate\": \"kọwaa\",\n    \"deflated\": \"Emegharịrị\",\n    \"deflates\": \"na-akọwa\",\n    \"deflating\": \"na-akọwa\",\n    \"deflation\": \"ntughari\",\n    \"deflationary\": \"mmebi iwu\",\n    \"deflationist\": \"onye nkwuputa\",\n    \"deflations\": \"mmebi\",\n    \"deflator\": \"onye ngbako\",\n    \"deflators\": \"ndị na-emebi iwu\",\n    \"defleaed\": \"Emebiri\",\n    \"defleaing\": \"Ntughari\",\n    \"defleas\": \"ma ọ bụ\",\n    \"deflect\": \"gbanye\",\n    \"deflectable\": \"nke a na-agbagha\",\n    \"deflected\": \"Emebiela\",\n    \"deflecting\": \"na-agbanye\",\n    \"deflection\": \"ngbapu\",\n    \"deflectional\": \"Ndagharị\",\n    \"deflectionization\": \"Ntughari\",\n    \"deflectionize\": \"na-agbagha\",\n    \"deflections\": \"Ntughari\",\n    \"deflective\": \"agbagha\",\n    \"deflectors\": \"ndị na-agbagharị\",\n    \"deflects\": \"na-agbanwe\",\n    \"deflesh\": \"gbasasịa\",\n    \"deflex\": \"ire ere\",\n    \"deflexed\": \"Emegharịrị\",\n    \"deflexibility\": \"mgbanwe\",\n    \"deflexible\": \"Mgbanwe\",\n    \"deflexing\": \"na-emegharị\",\n    \"deflexion\": \"ntụgharị\",\n    \"deflexionize\": \"Dezie\",\n    \"deflexure\": \"ntụgharị\",\n    \"deflocculant\": \"na-akọ oyi\",\n    \"deflocculate\": \"gbanye\",\n    \"deflocculated\": \"emebiela\",\n    \"deflocculating\": \"na-emebi emebi\",\n    \"deflocculation\": \"okpokoro\",\n    \"deflocculent\": \"acha uhie uhie\",\n    \"deflorate\": \"delata\",\n    \"defloration\": \"ndozi\",\n    \"deflorations\": \"ndozi\",\n    \"deflore\": \"deflower\",\n    \"deflorescence\": \"nchapu\",\n    \"deflourish\": \"wepụsịrị\",\n    \"deflow\": \"deflower\",\n    \"deflowered\": \"gbanwere\",\n    \"deflowerer\": \"onye na-ebugharị ihe\",\n    \"deflowering\": \"na-ekpuchi\",\n    \"deflowerment\": \"nkwụsị\",\n    \"defluent\": \"na-edozi\",\n    \"defluous\": \"nke na-emerụ ahụ\",\n    \"deflux\": \"Delux\",\n    \"defluxion\": \"Okpukpo\",\n    \"defoamed\": \"rụrụ arụ\",\n    \"defocusses\": \"defocuss\",\n    \"defoedation\": \"nkwarụ\",\n    \"defogged\": \"rụrụ arụ\",\n    \"defoliage\": \"imebi\",\n    \"defoliant\": \"na-emebi emebi\",\n    \"defoliants\": \"ndị defoliants\",\n    \"defoliate\": \"ikpochapụ\",\n    \"defoliated\": \"gbasasịa\",\n    \"defoliates\": \"na-agbapụ\",\n    \"defoliating\": \"na-ekpochapụ ihe\",\n    \"defoliators\": \"ndị na-emebi iwu\",\n    \"deforce\": \"defori\",\n    \"deforced\": \"gbanwere\",\n    \"deforcement\": \"mmekpa ahụ\",\n    \"deforces\": \"defor\",\n    \"deforciant\": \"na-enye iwu\",\n    \"deforcing\": \"deforing\",\n    \"deforest\": \"ohia\",\n    \"deforestation\": \"igbukpo osisi\",\n    \"deforested\": \"osisi\",\n    \"deforester\": \"ohia\",\n    \"deforesting\": \"igbukpo osisi\",\n    \"deforests\": \"ohia\",\n    \"deform\": \"nrụrụ\",\n    \"deformability\": \"nrụrụ\",\n    \"deformable\": \"nrụrụ\",\n    \"deformalize\": \"nrụrụ\",\n    \"deformation\": \"nrụrụ\",\n    \"deformational\": \"nrụrụ\",\n    \"deformations\": \"nrụrụ\",\n    \"deformative\": \"nkwarụ\",\n    \"deformed\": \"oruru\",\n    \"deformedly\": \"oruru\",\n    \"deformedness\": \"nkwarụ\",\n    \"deformer\": \"nrụrụ\",\n    \"deformers\": \"ihe ndozi\",\n    \"deforming\": \"na-agbanwe\",\n    \"deformism\": \"nkwarụ\",\n    \"deformity\": \"nrụrụ\",\n    \"deformities\": \"nrụrụ\",\n    \"deforms\": \"deform\",\n    \"defortify\": \"gbasasịa\",\n    \"defossion\": \"ndozi\",\n    \"defoul\": \"rụrụ arụ\",\n    \"defray\": \"aghụghọ\",\n    \"defrayable\": \"defrable\",\n    \"defrayal\": \"aghụghọ\",\n    \"defrayals\": \"aghụghọ\",\n    \"defrayed\": \"a na-agbagha\",\n    \"defrayer\": \"onye nghọgbu\",\n    \"defrayers\": \"ndị na-emebi iwu\",\n    \"defraying\": \"na-efegharị\",\n    \"defrayment\": \"ndudue\",\n    \"defrays\": \"aghụghọ\",\n    \"defraud\": \"wayo\",\n    \"defraudation\": \"wayo\",\n    \"defrauded\": \"wayo\",\n    \"defrauder\": \"wayo\",\n    \"defrauders\": \"ndị wayo\",\n    \"defrauding\": \"igwu wayo\",\n    \"defraudment\": \"wayo\",\n    \"defrauds\": \"wayo\",\n    \"defreeze\": \"Ighapu\",\n    \"defrication\": \"mmechi\",\n    \"defrock\": \"Ihie\",\n    \"defrocked\": \"gbanwere\",\n    \"defrocking\": \"na-ehichapụ\",\n    \"defrocks\": \"Ntughari\",\n    \"defrost\": \"ntu oyi\",\n    \"defrosted\": \"gbapụrụ agbapụ\",\n    \"defroster\": \"na-emebi emebi\",\n    \"defrosters\": \"ntụlata\",\n    \"defrosting\": \"na-agbapụta\",\n    \"defrosts\": \"ntụ oyi\",\n    \"defs\": \"Na-aga\",\n    \"defterdar\": \"ọrịre\",\n    \"deftest\": \"mara mma\",\n    \"deftness\": \"defness\",\n    \"deftnesses\": \"deft\",\n    \"defunct\": \"kwụsịrị\",\n    \"defunction\": \"mgbaghara\",\n    \"defunctionalization\": \"imebi\",\n    \"defunctionalize\": \"kwujọrọ\",\n    \"defunctness\": \"enweghị ọrụ\",\n    \"defused\": \"mgbasa\",\n    \"defuses\": \"na-agbagha\",\n    \"defusing\": \"na-ekwupụta\",\n    \"defusion\": \"mgbasa\",\n    \"defuze\": \"ghaa\",\n    \"defuzed\": \"achapuwo\",\n    \"defuzes\": \"na-agbagha\",\n    \"defuzing\": \"na-ekpuchi\",\n    \"deg\": \"Deg\",\n    \"degage\": \"nkwụsị\",\n    \"degarnish\": \"imebi\",\n    \"degases\": \"degass\",\n    \"degasify\": \"degasise\",\n    \"degasification\": \"mmezi\",\n    \"degasifier\": \"degasser\",\n    \"degass\": \"degas\",\n    \"degassed\": \"degass\",\n    \"degelation\": \"afọ\",\n    \"degender\": \"degeni\",\n    \"degener\": \"degeni\",\n    \"degeneracies\": \"mmebi\",\n    \"degenerate\": \"imebi\",\n    \"degenerated\": \"imebi\",\n    \"degenerately\": \"imebi\",\n    \"degenerateness\": \"imebi ness\",\n    \"degenerates\": \"emebi\",\n    \"degenerating\": \"na-emebi\",\n    \"degeneration\": \"mmebi\",\n    \"degenerationist\": \"Mmebi iwu\",\n    \"degenerations\": \"mmebi\",\n    \"degenerative\": \"mmebi\",\n    \"degeneratively\": \"Emebiwo\",\n    \"degermed\": \"deger\",\n    \"degerming\": \"na-emebi emebi\",\n    \"degging\": \"digging\",\n    \"deglaciation\": \"nkwụsị\",\n    \"deglamorization\": \"mmeghari\",\n    \"deglamorizing\": \"delata\",\n    \"deglazed\": \"gbanyụọ\",\n    \"deglazing\": \"na-emebi\",\n    \"deglutinating\": \"mbibi\",\n    \"deglutination\": \"mmekpa ahụ\",\n    \"deglutition\": \"mmekpa ahụ\",\n    \"deglutitious\": \"na-arụ ọrụ\",\n    \"deglutitive\": \"na-emebi emebi\",\n    \"deglutitory\": \"mmekpa ahụ\",\n    \"degradability\": \"mbibi\",\n    \"degradable\": \"a na-emebi emebi\",\n    \"degradand\": \"ihe rụrụ arụ\",\n    \"degradation\": \"mbibi\",\n    \"degradational\": \"nbibi\",\n    \"degradations\": \"mbibi\",\n    \"degradative\": \"na-emebi emebi\",\n    \"degrade\": \"emebi\",\n    \"degraded\": \"iherela\",\n    \"degradedly\": \"na-agbarụ\",\n    \"degradedness\": \"ihere\",\n    \"degradement\": \"mbibi\",\n    \"degraders\": \"ndị na-emebi emebi\",\n    \"degrades\": \"emebi\",\n    \"degrading\": \"nleda anya\",\n    \"degradingly\": \"ihere\",\n    \"degradingness\": \"iweda\",\n    \"degraduate\": \"degram\",\n    \"degraduation\": \"mbibi\",\n    \"degrain\": \"ihe ojoo\",\n    \"degranulation\": \"nkwụsị\",\n    \"degratia\": \"mmebi\",\n    \"degravate\": \"emebi\",\n    \"degreasing\": \"na-emebi\",\n    \"degree\": \"ogo\",\n    \"degreeing\": \"nzere\",\n    \"degreeless\": \"enweghi ogo\",\n    \"degrees\": \"ogo\",\n    \"degreewise\": \"n'ogologo\",\n    \"degression\": \"nsogbu\",\n    \"degressive\": \"nsogbu\",\n    \"degressively\": \"nsogbu\",\n    \"degustate\": \"gbasaa\",\n    \"degustation\": \"mgbaze\",\n    \"degusted\": \"mebiri\",\n    \"degusting\": \"Emekpa\",\n    \"degusts\": \"degus\",\n    \"dehaites\": \"ndị dehaiti\",\n    \"dehematize\": \"wezuga\",\n    \"dehydrant\": \"akpịrị ịkpọ nkụ\",\n    \"dehydrase\": \"akpịrị ịkpọ nkụ\",\n    \"dehydratase\": \"akpịrị ịkpọ nkụ\",\n    \"dehydrate\": \"akpịrị ịkpọ nkụ\",\n    \"dehydrated\": \"akpịrị ịkpọ nkụ\",\n    \"dehydrates\": \"akpọnwụ\",\n    \"dehydrating\": \"akpịrị ịkpọ nkụ\",\n    \"dehydration\": \"akpịrị ịkpọ nkụ\",\n    \"dehydrator\": \"akpịrị ịkpọ nkụ\",\n    \"dehydrators\": \"ndị ọkpọ mmiri\",\n    \"dehydroffroze\": \"Dehydroffroze\",\n    \"dehydroffrozen\": \"akpọnwụ\",\n    \"dehydrofreeze\": \"akpịrị ịkpọ nkụ\",\n    \"dehydrofreezing\": \"Dehydrofreezing\",\n    \"dehydrofroze\": \"Dehydrofroze\",\n    \"dehydrofrozen\": \"akpọnwụ\",\n    \"dehydrogenated\": \"akpọnwụ\",\n    \"dehydrogenation\": \"akpịrị ịkpọ nkụ\",\n    \"dehydrogenisation\": \"akpịrị ịkpọ nkụ\",\n    \"dehydrogenise\": \"Dehydrogenise\",\n    \"dehydrogenised\": \"akpọnwụ\",\n    \"dehypnotized\": \"Edeghi\",\n    \"dehisce\": \"ndozi\",\n    \"dehisced\": \"apụrụ\",\n    \"dehiscence\": \"nkwenye\",\n    \"dehiscent\": \"na-agwụ ike\",\n    \"dehiscing\": \"dehising\",\n    \"dehonestate\": \"na-akwụwa aka ọtọ\",\n    \"dehonestation\": \"ikwuwa okwu\",\n    \"dehorned\": \"na-achọ ndụmọdụ\",\n    \"dehorners\": \"ndị ndụmọdụ\",\n    \"dehorning\": \"na-achọ ndụmọdụ\",\n    \"dehorns\": \"dehorn\",\n    \"dehort\": \"dehors\",\n    \"dehortation\": \"nkpokọta\",\n    \"dehorted\": \"gbarụrụ\",\n    \"dehorting\": \"na-agba ume\",\n    \"dehorts\": \"ndozi\",\n    \"dehumanised\": \"gbarụrụ\",\n    \"dehumanising\": \"dehumanizing\",\n    \"dehumidification\": \"ikpo oku\",\n    \"dehumidifies\": \"dehumidifiers\",\n    \"dehumidifying\": \"na-ewepu mmadụ\",\n    \"deicate\": \"siri\",\n    \"deiced\": \"ekpenyụọ\",\n    \"deicidal\": \"na-egbu\",\n    \"deicide\": \"igbu onwe\",\n    \"deicides\": \"ihe na-egbu egbu\",\n    \"deicing\": \"na-achọ\",\n    \"deictic\": \"ọ deụ\",\n    \"deictical\": \"na-ekwupụta\",\n    \"deictically\": \"n'echiche\",\n    \"deific\": \"oke\",\n    \"deification\": \"ofufe\",\n    \"deifications\": \"deification\",\n    \"deificatory\": \"ọpụrụiche\",\n    \"deified\": \"dị ọcha\",\n    \"deifiers\": \"Deifiers\",\n    \"deifies\": \"na-egosipụta\",\n    \"deifying\": \"na-acha ọcha\",\n    \"deil\": \"Deil\",\n    \"deils\": \"Mmeghari\",\n    \"deinosaur\": \"dainosaur\",\n    \"deionizations\": \"mbubata\",\n    \"deionize\": \"gbasaa\",\n    \"deionized\": \"ahụrụ\",\n    \"deionizing\": \"na-agba mbọ\",\n    \"deiparous\": \"ọnwu\",\n    \"deiphobus\": \"Deiphobus\",\n    \"deipnosophistic\": \"deipnoso sophisticated\",\n    \"deirdre\": \"chi jiri\",\n    \"deirid\": \"nkụ\",\n    \"deis\": \"Deis\",\n    \"deiseal\": \"arụ\",\n    \"deism\": \"Deism\",\n    \"deisms\": \"usoro\",\n    \"deistically\": \"n'ụzọ doro anya\",\n    \"deists\": \"ede\",\n    \"deitate\": \"na-asọpụrụ\",\n    \"deity\": \"chi\",\n    \"deities\": \"chi dị iche iche\",\n    \"deityship\": \"ịbụ chi\",\n    \"dejected\": \"na-agbasasị\",\n    \"dejectedly\": \"n’adabụ\",\n    \"dejectedness\": \"enweghị isi\",\n    \"dejectile\": \"adighi nma\",\n    \"dejecting\": \"na-agbagha\",\n    \"dejection\": \"ọjụjụ\",\n    \"dejections\": \"Dejections\",\n    \"dejectly\": \"n'ikwu\",\n    \"dejectory\": \"jectgha\",\n    \"dejects\": \"jụrụ\",\n    \"dejecture\": \"eburu\",\n    \"dejeration\": \"ọpụpụ\",\n    \"dekameters\": \"ihe ndozi\",\n    \"dekarch\": \"mkpọchi\",\n    \"deking\": \"ihe nkiri\",\n    \"del\": \"Nkechi\",\n    \"delabialized\": \"Emebiri\",\n    \"delacerate\": \"gbanye ihe\",\n    \"delactation\": \"mmebi\",\n    \"delay\": \"igbu oge\",\n    \"delayable\": \"nwere ike ịdị\",\n    \"delayed\": \"egbu oge\",\n    \"delayer\": \"onye ohi\",\n    \"delayers\": \"Ndị ohi\",\n    \"delayful\": \"na-egbu oge\",\n    \"delaying\": \"na-egbu oge\",\n    \"delayingly\": \"na-egbu oge\",\n    \"delaines\": \"Delaines\",\n    \"delays\": \"igbu oge\",\n    \"delaminated\": \"ebibi\",\n    \"delapse\": \"ndakpọ\",\n    \"delapsion\": \"mbibi\",\n    \"delassation\": \"mmekpa ahụ\",\n    \"delassement\": \"mbibi\",\n    \"delated\": \"eburu\",\n    \"delater\": \"Onyeukwu\",\n    \"delates\": \"na-akọwa\",\n    \"delating\": \"na-akọwa\",\n    \"delatinization\": \"nbibi\",\n    \"delation\": \"mgbasa\",\n    \"delations\": \"ịkọwa\",\n    \"delative\": \"odi ire\",\n    \"delator\": \"onye ntụgharị\",\n    \"delators\": \"ndị na-akọwa ya\",\n    \"delaw\": \"iwu\",\n    \"delaware\": \"nwepu\",\n    \"delawn\": \"bụrụla\",\n    \"delbert\": \"Okechukwu\",\n    \"dele\": \"ihichapụ\",\n    \"delead\": \"ihichapụ\",\n    \"deleaded\": \"kpochapụrụ\",\n    \"deleading\": \"Ihichapụ\",\n    \"deleads\": \"nhichapụ\",\n    \"deleatur\": \"nhichapụ\",\n    \"deleble\": \"ihichapụ\",\n    \"delectable\": \"na-anụ ụtọ\",\n    \"delectableness\": \"chọrọ\",\n    \"delectably\": \"na-achọ\",\n    \"delectate\": \"delective\",\n    \"delectated\": \"ọnụọgụgụ\",\n    \"delectating\": \"na-achọ\",\n    \"delectation\": \"nbudata\",\n    \"delectations\": \"ihe enyemaka\",\n    \"delectible\": \"a pụrụ inweta\",\n    \"deled\": \"ama\",\n    \"deleerit\": \"Ihichapụ\",\n    \"delegable\": \"nnyefe\",\n    \"delegacy\": \"nnọchite anya\",\n    \"delegacies\": \"ndị nnọchiteanya\",\n    \"delegalize\": \"kpọọ ndị ọzọ\",\n    \"delegalized\": \"nyefere\",\n    \"delegalizing\": \"ikenye ọrụ\",\n    \"delegant\": \"kenye\",\n    \"delegare\": \"kenye\",\n    \"delegate\": \"kenye\",\n    \"delegated\": \"kenye\",\n    \"delegatee\": \"onye nnọchiteanya\",\n    \"delegates\": \"ndị nnọchiteanya\",\n    \"delegateship\": \"nnochite anya\",\n    \"delegati\": \"nnọchiteanya\",\n    \"delegating\": \"ikenye ọrụ\",\n    \"delegation\": \"ndị nnọchi anya\",\n    \"delegations\": \"ndị nnọchiteanya\",\n    \"delegative\": \"kenyere ndị ọzọ ọrụ\",\n    \"delegator\": \"onye nnọchiteanya\",\n    \"delegatory\": \"onye nyere iwu\",\n    \"delegatus\": \"nnọchiteanya\",\n    \"deleing\": \"ihichapụ\",\n    \"deleniate\": \"kọwaa\",\n    \"deles\": \"na-ehichapụ\",\n    \"delesseria\": \"lessgha\",\n    \"delesseriaceous\": \"adighi\",\n    \"delete\": \"ihichapụ\",\n    \"deleted\": \"ehichapụ\",\n    \"deleter\": \"ehichapụ\",\n    \"deletery\": \"nhichapụ\",\n    \"deleterious\": \"na-emerụ emerụ\",\n    \"deleteriously\": \"na-agbagha\",\n    \"deleteriousness\": \"nhichapụ iwu\",\n    \"deletes\": \"na-ehichapụ\",\n    \"deleting\": \"ihichapụ\",\n    \"deletion\": \"nhichapụ\",\n    \"deletions\": \"nhichapụ\",\n    \"deletive\": \"na-ehichapụ\",\n    \"delf\": \"onwe\",\n    \"delft\": \"ndudue\",\n    \"delftware\": \"ihe osise\",\n    \"delhi\": \"Nkechi\",\n    \"deli\": \"zuo\",\n    \"delibate\": \"ekwesighi\",\n    \"deliberalization\": \"kpachapụ anya\",\n    \"deliberalize\": \"kpachapụ anya\",\n    \"deliberant\": \"okpu\",\n    \"deliberate\": \"kpachaara anya\",\n    \"deliberated\": \"maara\",\n    \"deliberately\": \"kpachaara anya\",\n    \"deliberateness\": \"ụma\",\n    \"deliberates\": \"na-ezube\",\n    \"deliberating\": \"izu ụka\",\n    \"deliberation\": \"izu ụka\",\n    \"deliberations\": \"mkparịta ụka\",\n    \"deliberative\": \"ekweta\",\n    \"deliberatively\": \"na-agwa anyị okwu\",\n    \"deliberativeness\": \"ndenyemaka\",\n    \"deliberator\": \"onye na-ekwu okwu\",\n    \"deliberators\": \"ndị mgbapụta\",\n    \"delible\": \"kwere ekwe\",\n    \"delicacy\": \"nri\",\n    \"delicacies\": \"nri pụrụ iche\",\n    \"delicat\": \"nri\",\n    \"delicate\": \"siri\",\n    \"delicately\": \"chọrọ\",\n    \"delicateness\": \"nri\",\n    \"delicates\": \"chọrọ\",\n    \"delicatesse\": \"chọrọ nlezianya\",\n    \"delicatessen\": \"ọmarịcha nri\",\n    \"delicatessens\": \"nri mara mma\",\n    \"delicense\": \"iri nri\",\n    \"delichon\": \"Okpokoro\",\n    \"deliciae\": \"nri\",\n    \"deliciate\": \"kwue\",\n    \"delicious\": \"na-atọ ụtọ\",\n    \"deliciouses\": \"nri ụtọ\",\n    \"deliciously\": \"na-atọ ụtọ\",\n    \"deliciousness\": \"ekpomeekpo\",\n    \"delict\": \"kwue\",\n    \"delicto\": \"chọrọ\",\n    \"delictum\": \"kwue\",\n    \"delictus\": \"delicti\",\n    \"delieret\": \"onyere\",\n    \"delies\": \"dị\",\n    \"deligated\": \"nyere ndị ọzọ\",\n    \"deligation\": \"ntughari\",\n    \"delight\": \"obi uto\",\n    \"delightable\": \"atọ ụtọ\",\n    \"delighted\": \"Obi Ụtọ\",\n    \"delightedly\": \"obi ụtọ\",\n    \"delightedness\": \"obi ụtọ\",\n    \"delighter\": \"ụtọ\",\n    \"delightful\": \"atọ ụtọ\",\n    \"delightfully\": \"obi ụtọ\",\n    \"delightfulness\": \"ụtọ\",\n    \"delighting\": \"atọ ụtọ\",\n    \"delightingly\": \"ụtọ\",\n    \"delightless\": \"enweghị obi ụtọ\",\n    \"delights\": \"na-enwe obi ụtọ\",\n    \"delightsome\": \"dị ụtọ\",\n    \"delightsomely\": \"Obi uto\",\n    \"delightsomeness\": \"ọmarịcha\",\n    \"delignate\": \"gbuo\",\n    \"delignated\": \"were iwe\",\n    \"delignification\": \"nbibi\",\n    \"delime\": \"oge\",\n    \"delimed\": \"kwupụtara\",\n    \"delimer\": \"iwu\",\n    \"delimes\": \"oge\",\n    \"deliming\": \"izu\",\n    \"delimit\": \"njedebe\",\n    \"delimitate\": \"debe\",\n    \"delimitated\": \"gbasasiri ike\",\n    \"delimitating\": \"na-enye iwu\",\n    \"delimitation\": \"njedebe\",\n    \"delimitations\": \"njedebe\",\n    \"delimited\": \"depụtara\",\n    \"delimiter\": \"njedebe\",\n    \"delimiters\": \"ndị ogbi\",\n    \"delimiting\": \"idebe\",\n    \"delimitized\": \"depụtara\",\n    \"delimitizing\": \"na-achọpụta\",\n    \"delimits\": \"njedebe\",\n    \"deline\": \"Okpokoro\",\n    \"delineable\": \"ekwukwu\",\n    \"delineament\": \"ihe omuma\",\n    \"delineate\": \"kọwaa\",\n    \"delineated\": \"akọwapụtara\",\n    \"delineates\": \"kwupụtara\",\n    \"delineating\": \"na-akọwa\",\n    \"delineation\": \"ihe omuma\",\n    \"delineations\": \"ederede\",\n    \"delineative\": \"akuko\",\n    \"delineator\": \"ihe omimi\",\n    \"delineature\": \"Akwụkwọ nri\",\n    \"delineavit\": \"ọnụọgụ\",\n    \"delinition\": \"mmebi iwu\",\n    \"delinquence\": \"ikpe ọmụma\",\n    \"delinquency\": \"ikpe ọmụma\",\n    \"delinquencies\": \"ikpe ọmụma\",\n    \"delinquent\": \"onye nzuzu\",\n    \"delinquently\": \"n'ịgba aghara\",\n    \"delinquents\": \"ndị isi ike\",\n    \"delinter\": \"onye omekome\",\n    \"deliquate\": \"zuru ezu\",\n    \"deliquesce\": \"kwue\",\n    \"deliquesced\": \"ajuo\",\n    \"deliquescence\": \"Ọnwụ\",\n    \"deliquescent\": \"ezi uche\",\n    \"deliquesces\": \"Okwu\",\n    \"deliquescing\": \"Okwu\",\n    \"deliquiate\": \"kwue\",\n    \"deliquiesce\": \"Nwabueze\",\n    \"deliquium\": \"ọrịre\",\n    \"deliracy\": \"Okwu\",\n    \"delirament\": \"oriri\",\n    \"delirant\": \"ezi uche\",\n    \"delirate\": \"kpọọ\",\n    \"deliration\": \"nkwupụta\",\n    \"delire\": \"kpọọ\",\n    \"deliria\": \"Ebele\",\n    \"deliriant\": \"deliri\",\n    \"deliriate\": \"siri\",\n    \"delirifacient\": \"okpokoro\",\n    \"delirious\": \"dị ụtọ\",\n    \"deliriously\": \"n’onwe gị\",\n    \"deliriousness\": \"ọmarịcha\",\n    \"delirous\": \"dị ụtọ\",\n    \"delis\": \"Ebele\",\n    \"delist\": \"kwupụtara\",\n    \"delisted\": \"kwupụtara\",\n    \"delisting\": \"banye\",\n    \"delists\": \"kwupụtara\",\n    \"delit\": \"itlọ\",\n    \"delitescence\": \"itestọpụ\",\n    \"delitescency\": \"Ebe anwansị\",\n    \"delitescent\": \"ihe doro anya\",\n    \"delitous\": \"Okpokoro\",\n    \"deliver\": \"zipu\",\n    \"deliverability\": \"nnapụta\",\n    \"deliverable\": \"ịnapụta\",\n    \"deliverables\": \"anapụta\",\n    \"deliverance\": \"nnaputa\",\n    \"delivered\": \"nyefere\",\n    \"deliverer\": \"nnaputa\",\n    \"deliverers\": \"ndị mgbapụta\",\n    \"deliveress\": \"anaputa\",\n    \"delivery\": \"nnyefe\",\n    \"deliveries\": \"nnyefe\",\n    \"deliveryman\": \"nnyefe\",\n    \"deliverymen\": \"nnyefe nwoke\",\n    \"delivering\": \"na-enye ihe\",\n    \"deliverly\": \"nnyefe\",\n    \"deliveror\": \"zipu ma obu\",\n    \"delivers\": \"anapụta\",\n    \"dellaring\": \"na-akọwa\",\n    \"dells\": \"jiri\",\n    \"delocalize\": \"gbasaa\",\n    \"delocalized\": \"ewepu\",\n    \"delouses\": \"ihe ndozi\",\n    \"delousing\": \"Obi ụtọ\",\n    \"delph\": \"Ugochukwu\",\n    \"delphacid\": \"mmmmmmmmmmmmm\",\n    \"delphically\": \"n'udo\",\n    \"delphinapterus\": \"okpokoro\",\n    \"delphine\": \"okpokoro\",\n    \"delphinic\": \"okpokoro\",\n    \"delphinid\": \"Ezinne\",\n    \"delphinite\": \"ebechi\",\n    \"delphinius\": \"ikechi\",\n    \"delphinoid\": \"onyekwere\",\n    \"delphinoidea\": \"onyekwere\",\n    \"delsarte\": \"Onwuchekwa\",\n    \"delsartean\": \"Onwuchekwa\",\n    \"delsartian\": \"Delsartian\",\n    \"delta\": \"Delta\",\n    \"deltahedra\": \"Delta\",\n    \"deltaite\": \"Delta\",\n    \"deltalike\": \"okpokoro\",\n    \"deltas\": \"delta\",\n    \"deltation\": \"ịgbaghara\",\n    \"delthyria\": \"Onyekwere\",\n    \"delthyrial\": \"ọmarịcha\",\n    \"delthyrium\": \"okpokoro\",\n    \"deltic\": \"Nwa\",\n    \"deltidia\": \"tidlọ\",\n    \"deltohedra\": \"Ezinne\",\n    \"deltohedron\": \"Ezenwanyi\",\n    \"deltoidei\": \"tolọtọ\",\n    \"deltoideus\": \"Onyegbula\",\n    \"delubrubra\": \"Ọgbala\",\n    \"delubrum\": \"Ọdọ\",\n    \"deludable\": \"kwupụta\",\n    \"delude\": \"aghụghọ\",\n    \"deluded\": \"aghụghọ\",\n    \"deluder\": \"onye aghụghọ\",\n    \"deluders\": \"ndị aghụghọ\",\n    \"deludes\": \"na-ekwu\",\n    \"deludher\": \"onye aghụghọ\",\n    \"deluding\": \"na-aghọ aghụghọ\",\n    \"deludingly\": \"aghụghọ\",\n    \"deluge\": \"iju mmiri\",\n    \"deluging\": \"n'ịgbaghara\",\n    \"delumbate\": \"kwue\",\n    \"delundung\": \"tinye\",\n    \"delusion\": \"nduhie\",\n    \"delusional\": \"aghụghọ\",\n    \"delusionary\": \"aghụghọ\",\n    \"delusionist\": \"onye aghụghọ\",\n    \"delusions\": \"aghụghọ\",\n    \"delusive\": \"aghụghọ\",\n    \"delusively\": \"okpu\",\n    \"delusiveness\": \"aghụghọ\",\n    \"deluster\": \"okwo\",\n    \"delustered\": \"uche\",\n    \"delustering\": \"na-agbagha\",\n    \"delusters\": \"ndị odeakwụkwọ\",\n    \"delustrant\": \"ustgha\",\n    \"delve\": \"kwue\",\n    \"delved\": \"ama\",\n    \"delver\": \"na-achọpụta\",\n    \"delvers\": \"kwupụta\",\n    \"delves\": \"na-achọ\",\n    \"delving\": \"Nyocha\",\n    \"demagnetisation\": \"ngbasapụ\",\n    \"demagnetise\": \"mgbapu\",\n    \"demagnetised\": \"gbasaa\",\n    \"demagnetising\": \"imebi\",\n    \"demagnetization\": \"ochichi\",\n    \"demagnetizing\": \"nkwụsị\",\n    \"demagnify\": \"ichie\",\n    \"demagnification\": \"emebi\",\n    \"demagogical\": \"ihe omumu\",\n    \"demagogies\": \"nsogbu\",\n    \"demagogues\": \"demagoago\",\n    \"demain\": \"chere\",\n    \"demand\": \"ina\",\n    \"demandable\": \"na-achọsi ike\",\n    \"demandant\": \"chọrọ\",\n    \"demandative\": \"na-achọ\",\n    \"demanded\": \"choro\",\n    \"demander\": \"onye choro\",\n    \"demanders\": \"choro\",\n    \"demanding\": \"na-achọ\",\n    \"demandingly\": \"na-achọ\",\n    \"demandingness\": \"na-achọ ihe\",\n    \"demands\": \"chọrọ\",\n    \"demanganization\": \"imebi iwu\",\n    \"demanganize\": \"nwepu\",\n    \"demantoid\": \"ire\",\n    \"demarcate\": \"dewaa\",\n    \"demarcated\": \"gbasaa\",\n    \"demarcates\": \"akara\",\n    \"demarcating\": \"ịkọwa\",\n    \"demarcation\": \"njirimara\",\n    \"demarcations\": \"ókè\",\n    \"demarcator\": \"demarọtọ\",\n    \"demarcators\": \"okpuru\",\n    \"demarcature\": \"akara ngosi\",\n    \"demarch\": \"ọchịchị\",\n    \"demarches\": \"ọlaedo\",\n    \"demarchy\": \"ọchịchị\",\n    \"demarkation\": \"nkwuputa mmiri\",\n    \"demarked\": \"dara\",\n    \"demasculinisation\": \"usoro ochichi\",\n    \"demasculinise\": \"nkwusa\",\n    \"demasculinised\": \"gbasasịa\",\n    \"demasculinising\": \"ịmekpa ahụ\",\n    \"demasculinization\": \"nkwusa\",\n    \"demasculinize\": \"gbanwee\",\n    \"demasculinized\": \"gbasasịa\",\n    \"demasculinizing\": \"na-emebi emebi\",\n    \"demast\": \"mbibi\",\n    \"demasted\": \"mebiri\",\n    \"demasting\": \"imebi\",\n    \"demasts\": \"gbasaa\",\n    \"dematerialisation\": \"mbibi\",\n    \"dematerialise\": \"mbibi\",\n    \"dematerialised\": \"gbanwere\",\n    \"dematerialising\": \"mbibi\",\n    \"dematerialize\": \"gbasaa\",\n    \"dematerialized\": \"gbanwere\",\n    \"dematerializing\": \"na-ekpuchi\",\n    \"dematiaceous\": \"na-atụgharị uche\",\n    \"deme\": \"Omume\",\n    \"demean\": \"iweda\",\n    \"demeaned\": \"nleda anya\",\n    \"demeaning\": \"nleda anya\",\n    \"demeanor\": \"omume\",\n    \"demeanored\": \"iweda\",\n    \"demeanors\": \"omume\",\n    \"demeanour\": \"omume\",\n    \"demeans\": \"na-ewetu ndị mmadụ\",\n    \"demele\": \"nwee olu\",\n    \"demembration\": \"iweda\",\n    \"demency\": \"odida\",\n    \"dement\": \"mgbaka\",\n    \"dementation\": \"dementement\",\n    \"demented\": \"isi mgbaka\",\n    \"dementedly\": \"n’amaghi ama\",\n    \"dementedness\": \"nzuzu\",\n    \"dementholize\": \"oria\",\n    \"dementi\": \"mgbaka\",\n    \"dementia\": \"mgbaka\",\n    \"demential\": \"mgbaka\",\n    \"dementias\": \"isi mgbaka\",\n    \"dementie\": \"mgbaka\",\n    \"dementing\": \"ịda mba\",\n    \"dementis\": \"isi mgbaka\",\n    \"dements\": \"Ihe ngosi\",\n    \"demeore\": \"omume\",\n    \"demephitize\": \"gbasaa\",\n    \"demerge\": \"iweda\",\n    \"demerit\": \"ochicho\",\n    \"demerited\": \"gbaruru\",\n    \"demeriting\": \"na-emebi\",\n    \"demeritorious\": \"demeritor\",\n    \"demeritoriously\": \"ịda mba\",\n    \"demerits\": \"arụ\",\n    \"demersal\": \"omume\",\n    \"demerse\": \"Ibelata\",\n    \"demersed\": \"gbanwere\",\n    \"demersion\": \"nkwụsị\",\n    \"demes\": \"Ajụjụ\",\n    \"demesgne\": \"Onyinye\",\n    \"demesgnes\": \"Onwuchekwa\",\n    \"demesman\": \"onye ugwu\",\n    \"demesmerize\": \"wepụ\",\n    \"demesne\": \"ụkpụrụ\",\n    \"demesnes\": \"ụkpụrụ\",\n    \"demesnial\": \"onyinye\",\n    \"demetallize\": \"gbasaa\",\n    \"demethylation\": \"ochichi\",\n    \"demethylchlortetracycline\": \"usoro demethylchlortetracycline\",\n    \"demetrian\": \"oge\",\n    \"demetricize\": \"gbasaa\",\n    \"demy\": \"onyinye\",\n    \"demiadult\": \"ochichi\",\n    \"demiangel\": \"Obinwanne\",\n    \"demiassignation\": \"nwepu ọrụ\",\n    \"demiatheism\": \"ochichi\",\n    \"demiatheist\": \"Ochichi onye kwuo uche\",\n    \"demibastioned\": \"chụọ n'ọrụ\",\n    \"demibelt\": \"mebiri\",\n    \"demibrigade\": \"mgbapụta\",\n    \"demibrute\": \"mbibi\",\n    \"demibuckram\": \"imibuckram\",\n    \"demicadence\": \"imebi iwu\",\n    \"demicannon\": \"mmmmmmmmmmmmm\",\n    \"demicanon\": \"chukwu\",\n    \"demicanton\": \"Ochie\",\n    \"demichamfron\": \"chukwuebuka\",\n    \"demicylinder\": \"demi sịlịnda\",\n    \"demicylindrical\": \"demi cylindrical\",\n    \"demicivilized\": \"kpochapụrụ\",\n    \"demicolumn\": \"okwukwu\",\n    \"demicritic\": \"akatọ\",\n    \"demicuirass\": \"Demi cuirass\",\n    \"demiculverin\": \"mmmmmmmmmmmmm\",\n    \"demidandiprat\": \"Demi dandiprat\",\n    \"demideify\": \"kwue\",\n    \"demideity\": \"chi dị adị\",\n    \"demidevil\": \"Ochichi\",\n    \"demidigested\": \"kagburu iwu\",\n    \"demidistance\": \"ochichi\",\n    \"demiditone\": \"chukwuebuka\",\n    \"demidog\": \"ime mmụọ\",\n    \"demidolmen\": \"ndigbo\",\n    \"demidome\": \"imebi\",\n    \"demifarthing\": \"imebi\",\n    \"demifigure\": \"ngosipụ\",\n    \"demiflouncing\": \"imebi iwu\",\n    \"demifusion\": \"nbibi\",\n    \"demigauntlet\": \"Demi gauntlet\",\n    \"demigentleman\": \"demi nwa amadi\",\n    \"demigoddessship\": \"demigoddess ụgbọ mmiri\",\n    \"demigrate\": \"ịkwatu\",\n    \"demihearse\": \"gbuo\",\n    \"demiheavenly\": \"jijiji\",\n    \"demihogshead\": \"okwa\",\n    \"demihorse\": \"ndakpo\",\n    \"demijohn\": \"Demijohn\",\n    \"demijohns\": \"chukwuebuka\",\n    \"demikindred\": \"chukwuebuka\",\n    \"demiking\": \"Oyibo\",\n    \"demilance\": \"ngosi\",\n    \"demilancer\": \"na-emebi emebi\",\n    \"demilegato\": \"mmmmmmmmmmmmm\",\n    \"demilion\": \"ndabia\",\n    \"demilitarisation\": \"mmebi iwu\",\n    \"demilitarise\": \"demilitarize\",\n    \"demilitarised\": \"emebila\",\n    \"demilitarising\": \"mmebi iwu\",\n    \"demilitarization\": \"mmebi iwu\",\n    \"demilitarized\": \"emebila\",\n    \"demilitarizing\": \"emebi\",\n    \"demiliterate\": \"gbuo\",\n    \"demilune\": \"ọchịchị\",\n    \"demilunes\": \"ndisa\",\n    \"demilustre\": \"ndisa\",\n    \"demimillionaire\": \"onye nde\",\n    \"demimondaine\": \"mmmmmmmmmmmmm\",\n    \"deminatured\": \"ebibi\",\n    \"demineralize\": \"gbasaa\",\n    \"demineralized\": \"gbasaa\",\n    \"demineralizing\": \"ikpochapu\",\n    \"deminudity\": \"mmebi iwu\",\n    \"demiofficial\": \"ikike\",\n    \"demiorbit\": \"ndukwe\",\n    \"demiourgoi\": \"ndiourgoi\",\n    \"demiowl\": \"ndiowl\",\n    \"demiox\": \"ochichi\",\n    \"demipauldron\": \"Igha\",\n    \"demipesade\": \"demipade\",\n    \"demipique\": \"nsogbu\",\n    \"demiplate\": \"demipip\",\n    \"demipremise\": \"nkwarụ\",\n    \"demiracle\": \"mbibi\",\n    \"demirelief\": \"chukwunyere\",\n    \"demirep\": \"iweda\",\n    \"demireps\": \"Ndagharị\",\n    \"demirevetment\": \"nweghi ikike\",\n    \"demirobe\": \"ndiocha\",\n    \"demisability\": \"nkwarụ\",\n    \"demisable\": \"nwere ike\",\n    \"demisacrilege\": \"nkwuputa\",\n    \"demisang\": \"nwepu\",\n    \"demisavage\": \"emebi emebi\",\n    \"demiscible\": \"nwere ike\",\n    \"demise\": \"onwu\",\n    \"demised\": \"ebibi\",\n    \"demises\": \"dara\",\n    \"demisheath\": \"na-ebibi\",\n    \"demyship\": \"onwu\",\n    \"demising\": \"na-agbada\",\n    \"demisovereign\": \"nwepụ\",\n    \"demisphere\": \"ohere\",\n    \"demission\": \"nwepu\",\n    \"demissionary\": \"ọrụ\",\n    \"demissive\": \"na-ewepu\",\n    \"demissness\": \"disiss\",\n    \"demist\": \"wepụ\",\n    \"demystify\": \"wepụ\",\n    \"demystification\": \"iwepu\",\n    \"demisuit\": \"ngosi\",\n    \"demitasse\": \"iwu\",\n    \"demythify\": \"anwude\",\n    \"demythologisation\": \"usoro iwu\",\n    \"demythologised\": \"ichie\",\n    \"demythologising\": \"demothologising\",\n    \"demythologization\": \"Ọdịdị ngosi\",\n    \"demythologizations\": \"demothologizations\",\n    \"demythologizes\": \"na-agbagha\",\n    \"demythologizing\": \"na-agbagha\",\n    \"demitint\": \"emebi\",\n    \"demitoilet\": \"Nwepu\",\n    \"demitranslucence\": \"nkwenye\",\n    \"demitted\": \"mebiri\",\n    \"demitting\": \"na-ehichapụ\",\n    \"demiturned\": \"ịla\",\n    \"demiurgical\": \"ihe omumu\",\n    \"demiurgism\": \"Ọchịchị demiurgism\",\n    \"demiurgus\": \"ọrịre\",\n    \"demivierge\": \"nwepụ\",\n    \"demivirgin\": \"nwepụ\",\n    \"demivolte\": \"nwepụ\",\n    \"demivolts\": \"demivivts\",\n    \"demivotary\": \"demivivary\",\n    \"demiworld\": \"ụwa\",\n    \"demnition\": \"mbibi\",\n    \"demo\": \"ngosi\",\n    \"demob\": \"onyinye\",\n    \"demobbed\": \"gbanwere\",\n    \"demobbing\": \"Emeka\",\n    \"demobilisation\": \"mbibi\",\n    \"demobilise\": \"gbasaa\",\n    \"demobilised\": \"gbasaa\",\n    \"demobilising\": \"imebi iwu\",\n    \"demobilization\": \"mbibi\",\n    \"demobilizations\": \"mbibi\",\n    \"demobilize\": \"gbasaa\",\n    \"demobilized\": \"gbasaa\",\n    \"demobilizes\": \"na-agbagha\",\n    \"demobilizing\": \"na-agbagha\",\n    \"demobs\": \"ngosi\",\n    \"democracy\": \"ochichi onye kwuo uche ya\",\n    \"democracies\": \"ochichi onye kwuo uche ya\",\n    \"democrat\": \"onye kwuo uche ya\",\n    \"democratian\": \"onye kwuo uche ya\",\n    \"democratic\": \"ochichi onye kwuo uche ya\",\n    \"democratical\": \"ochichi onye kwuo uche ya\",\n    \"democratically\": \"onye kwuo uche ya\",\n    \"democratifiable\": \"onye kwuo uche ya\",\n    \"democratisation\": \"ochichi onye kwuo uche ya\",\n    \"democratise\": \"democratize\",\n    \"democratised\": \"ochichi onye kwuo uche ya\",\n    \"democratising\": \"ochichi onye kwuo uche ya\",\n    \"democratism\": \"ochichi onye kwuo uche ya\",\n    \"democratist\": \"onye kwuo uche ya\",\n    \"democratization\": \"ochichi onye kwuo uche ya\",\n    \"democratized\": \"onye kwuo uche ya\",\n    \"democratizer\": \"onye kwuo uche ya\",\n    \"democratizes\": \"onye kwuo uche ya\",\n    \"democratizing\": \"ochichi onye kwuo uche ya\",\n    \"democrats\": \"ochichi onye kwuo uche ya\",\n    \"democraw\": \"nwepu\",\n    \"demodex\": \"ndozi\",\n    \"demodulate\": \"gosiputa\",\n    \"demodulating\": \"na-agbasa\",\n    \"demodulation\": \"nchịkwa\",\n    \"demodulations\": \"ngosi\",\n    \"demogenic\": \"ahụ ike\",\n    \"demographer\": \"okwa oha\",\n    \"demographers\": \"ndi ochichi\",\n    \"demography\": \"oha mmadu\",\n    \"demographic\": \"igwe mmadu\",\n    \"demographical\": \"onodu mmadu\",\n    \"demographically\": \"onu ogugu\",\n    \"demographics\": \"onu ogugu\",\n    \"demographies\": \"ngosi\",\n    \"demographist\": \"onodu mmadu\",\n    \"demoid\": \"ngosi\",\n    \"demoiselle\": \"ngosi\",\n    \"demolish\": \"kwatuo\",\n    \"demolished\": \"bibie\",\n    \"demolisher\": \"ndoli\",\n    \"demolishes\": \"na-emebi\",\n    \"demolishing\": \"na-akwatu\",\n    \"demolishment\": \"mbibi\",\n    \"demolition\": \"mbibi\",\n    \"demolitionary\": \"mbibi ary\",\n    \"demolitionist\": \"mbibi\",\n    \"demolitions\": \"mmebi\",\n    \"demology\": \"mmụọ\",\n    \"demological\": \"ihe omumu\",\n    \"demon\": \"mmụọ ọjọọ\",\n    \"demonastery\": \"ebe obibi ndị mọnk\",\n    \"demoness\": \"mmụọ ọjọọ\",\n    \"demonesses\": \"ndị mmụọ ọjọọ\",\n    \"demonetisation\": \"mmuo ojoo\",\n    \"demonetise\": \"mmuo ojoo\",\n    \"demonetised\": \"mmuo ojoo\",\n    \"demonetising\": \"mmụọ ọjọọ\",\n    \"demonetization\": \"mmuo ojoo\",\n    \"demonetize\": \"mezie\",\n    \"demonetized\": \"mmuo ojoo\",\n    \"demonetizes\": \"mmụọ ọjọọ\",\n    \"demonetizing\": \"mmụọ ọjọọ\",\n    \"demoniac\": \"mmụọ ọjọọ\",\n    \"demoniacal\": \"mmụọ ọjọọ\",\n    \"demoniacally\": \"mmụọ ọjọọ\",\n    \"demoniacism\": \"omume ọjọọ\",\n    \"demoniacs\": \"ndị mmụọ ọjọọ\",\n    \"demonial\": \"mmụọ ọjọọ\",\n    \"demonian\": \"mmụọ ọjọọ\",\n    \"demonianism\": \"mmụọ ọjọọ\",\n    \"demoniast\": \"mmụọ ọjọọ\",\n    \"demonic\": \"ndị mmụọ ọjọọ\",\n    \"demonical\": \"mmụọ ọjọọ\",\n    \"demonically\": \"mmụọ ọjọọ\",\n    \"demonio\": \"mmụọ\",\n    \"demonise\": \"mmụọ ọjọọ\",\n    \"demonised\": \"mmụọ ọjọọ\",\n    \"demonises\": \"mmụọ ọjọọ\",\n    \"demonish\": \"mmụọ ọjọọ\",\n    \"demonishness\": \"mmụọ ọjọọ\",\n    \"demonising\": \"na-agba mmụọ\",\n    \"demonism\": \"mmụọ ọjọọ\",\n    \"demonisms\": \"ndị mmụọ ọjọọ\",\n    \"demonist\": \"mmụọ ọjọọ\",\n    \"demonists\": \"ndị mmụọ ọjọọ\",\n    \"demonization\": \"mmụọ ọjọọ\",\n    \"demonize\": \"mmụọ ọjọọ\",\n    \"demonized\": \"mmụọ ọjọọ\",\n    \"demonizes\": \"mmụọ ọjọọ\",\n    \"demonizing\": \"na-agba mmụọ\",\n    \"demonkind\": \"ndị mmụọ ọjọọ\",\n    \"demonland\": \"mmụọ\",\n    \"demonlike\": \"yiri mmụọ ọjọọ\",\n    \"demonocracy\": \"mmụọ ọjọọ\",\n    \"demonography\": \"okike\",\n    \"demonolatrous\": \"onye mmụọ ozi\",\n    \"demonolatrously\": \"nkwanye ugwu\",\n    \"demonology\": \"mmụọ\",\n    \"demonologic\": \"mmụọ\",\n    \"demonological\": \"mmụọ\",\n    \"demonologist\": \"ọkà mmụta mmụọ ọjọọ\",\n    \"demonomancy\": \"mmụọ mmụọ\",\n    \"demonomanie\": \"echichi\",\n    \"demonomy\": \"mmụọ ọjọọ\",\n    \"demonomist\": \"mmụọ ọjọọ\",\n    \"demonophobia\": \"ekwensu\",\n    \"demonopolize\": \"ekwensu\",\n    \"demonry\": \"mmụọ ọjọọ\",\n    \"demons\": \"ndị mmụọ ọjọọ\",\n    \"demonship\": \"mmụọ ọjọọ\",\n    \"demonstrability\": \"ngosipụta\",\n    \"demonstrable\": \"kwesiri ngosi\",\n    \"demonstrableness\": \"ngosipụta\",\n    \"demonstrably\": \"ngosipụta\",\n    \"demonstrance\": \"ngosipụta\",\n    \"demonstrandum\": \"ngosipụta\",\n    \"demonstrant\": \"gosiputa\",\n    \"demonstratability\": \"ngosipụta\",\n    \"demonstratable\": \"gosipụta\",\n    \"demonstrate\": \"gosi\",\n    \"demonstrated\": \"gosipụtara\",\n    \"demonstratedly\": \"gosipụta\",\n    \"demonstrater\": \"onye ngosi\",\n    \"demonstrates\": \"gosiputa\",\n    \"demonstrating\": \"na-egosi\",\n    \"demonstration\": \"ngosipụta\",\n    \"demonstrational\": \"ngosiputa\",\n    \"demonstrationist\": \"onye ngosi\",\n    \"demonstrationists\": \"ndị ngosi ngosi\",\n    \"demonstrations\": \"ihe ngosi\",\n    \"demonstrative\": \"ngosipụta\",\n    \"demonstratively\": \"gosipụta\",\n    \"demonstrativeness\": \"ngosipụta\",\n    \"demonstrator\": \"onye ngosi\",\n    \"demonstratory\": \"ngosipụta\",\n    \"demonstrators\": \"ndị ngosi\",\n    \"demonstratorship\": \"ngosipụta\",\n    \"demophil\": \"Ochie\",\n    \"demophile\": \"nweere\",\n    \"demophilism\": \"nkwusa\",\n    \"demophobe\": \"nwepụ\",\n    \"demophobia\": \"nkwusa\",\n    \"demophon\": \"nkwanye\",\n    \"demophoon\": \"nkwusa\",\n    \"demorage\": \"ngosi\",\n    \"demoralisation\": \"nkụda mmụọ\",\n    \"demoralise\": \"na-akụda mmụọ\",\n    \"demoralised\": \"nkụda mmụọ\",\n    \"demoraliser\": \"nkwenye\",\n    \"demoralising\": \"na-akụda mmụọ\",\n    \"demoralization\": \"mmebi\",\n    \"demoralize\": \"na-akụda mmụọ\",\n    \"demoralized\": \"nkụda mmụọ\",\n    \"demoralizer\": \"nkụda mmụọ\",\n    \"demoralizers\": \"nkụda mmụọ\",\n    \"demoralizes\": \"na-akụda mmụọ\",\n    \"demoralizing\": \"na-akụda mmụọ\",\n    \"demoralizingly\": \"nkụda mmụọ\",\n    \"demos\": \"ngosi\",\n    \"demoses\": \"ihe ngosi\",\n    \"demospongiae\": \"chukwuebuka\",\n    \"demosthenean\": \"chukwuebuka\",\n    \"demosthenic\": \"mmmmmmmmmmmmm\",\n    \"demot\": \"iweda\",\n    \"demote\": \"iweda\",\n    \"demoted\": \"wedara ala\",\n    \"demotes\": \"mmeri motball\",\n    \"demothball\": \"nke mmụọ\",\n    \"demotic\": \"demotics\",\n    \"demotics\": \"iweda\",\n    \"demoting\": \"iweda n'ala\",\n    \"demotions\": \"ọnọdụ\",\n    \"demotist\": \"ochichi onye kwuo uche ya\",\n    \"demotists\": \"ndi ochichi\",\n    \"demount\": \"ọnụọgụ\",\n    \"demountability\": \"ikike\",\n    \"demountable\": \"ọnụ ọgụgụ\",\n    \"demounted\": \"gbue\",\n    \"demounting\": \"deminging\",\n    \"demounts\": \"akara\",\n    \"demove\": \"ngosi\",\n    \"dempsters\": \"ndozi\",\n    \"demulceate\": \"gbasapụ\",\n    \"demulcent\": \"nweere\",\n    \"demulsibility\": \"okwa\",\n    \"demulsify\": \"kpoda\",\n    \"demulsification\": \"mmechuihu\",\n    \"demulsified\": \"kpochapu\",\n    \"demulsifier\": \"Ihe na-ekpopu ihe\",\n    \"demulsifying\": \"na-emebi\",\n    \"demulsion\": \"ochichi\",\n    \"demur\": \"iweda\",\n    \"demure\": \"iweda\",\n    \"demurely\": \"nkpo\",\n    \"demureness\": \"obi ojoo\",\n    \"demurest\": \"Dị ike\",\n    \"demurity\": \"ochichi\",\n    \"demurrable\": \"pụrụ\",\n    \"demurrage\": \"nkwalite\",\n    \"demurred\": \"mebiri\",\n    \"demurrer\": \"nwepu\",\n    \"demurring\": \"na-achọ\",\n    \"demurringly\": \"na-egbu egbu\",\n    \"demurs\": \"gapu\",\n    \"demutization\": \"nkwanye\",\n    \"denarcotize\": \"denarọchasị\",\n    \"denary\": \"denal\",\n    \"denarius\": \"dinarịọs\",\n    \"denasalize\": \"ghaa\",\n    \"denasalized\": \"a gọnahụrụ\",\n    \"denasalizing\": \"na-agọnahụ\",\n    \"denationalisation\": \"nkatọ\",\n    \"denationalise\": \"agọnarị\",\n    \"denationalised\": \"agọnarị\",\n    \"denationalising\": \"na-agọnahụ ya\",\n    \"denationalization\": \"agọnarị\",\n    \"denationalize\": \"gọnarị\",\n    \"denationalized\": \"a gọnahụrụ\",\n    \"denationalizing\": \"ịgọnahụ\",\n    \"denaturalised\": \"ekpughere\",\n    \"denaturalising\": \"mmetọ\",\n    \"denaturalize\": \"kọwapụta\",\n    \"denaturalized\": \"ekpughere\",\n    \"denaturalizing\": \"na-agbagha\",\n    \"denaturant\": \"ụlọ oriri na ọatụatụ\",\n    \"denaturisation\": \"ikike\",\n    \"denaturised\": \"ekpughere\",\n    \"denaturiser\": \"Ntughari\",\n    \"denaturising\": \"Ntughari\",\n    \"denaturized\": \"ekpughere\",\n    \"denaturizing\": \"na-agbagha\",\n    \"denazified\": \"Dianaz\",\n    \"denazifies\": \"na-agbachi\",\n    \"denazifying\": \"na-agbagha\",\n    \"denda\": \"ebelata\",\n    \"dendritic\": \"dendritị\",\n    \"dendrologist\": \"ọkà mmụta dendrologist\",\n    \"dendrophil\": \"Ogbolu\",\n    \"denegation\": \"denegage\",\n    \"denervate\": \"kọwaa\",\n    \"denervation\": \"Ozizi\",\n    \"denes\": \"gọnarịrị\",\n    \"deneutralization\": \"Ntughari\",\n    \"dengues\": \"gọnarị\",\n    \"deny\": \"gọnahụ\",\n    \"deniability\": \"agọ\",\n    \"deniable\": \"a gọnarịrị\",\n    \"deniably\": \"ikweta\",\n    \"denial\": \"agugo\",\n    \"denials\": \"ịgọnahụ\",\n    \"denicotine\": \"denikotin\",\n    \"denicotinize\": \"kọwaa ha\",\n    \"denicotinized\": \"ekwukwu\",\n    \"denicotinizes\": \"na-ekwupụta echiche ya\",\n    \"denicotinizing\": \"ịkọ nkọ\",\n    \"denied\": \"gọnahụrụ\",\n    \"denyer\": \"onye ekweghị\",\n    \"denierage\": \"Nkwenye\",\n    \"denierer\": \"onye ngọngọ\",\n    \"deniers\": \"Ndị na-agọnahụ\",\n    \"denies\": \"gọnarịrị\",\n    \"denigrate\": \"kọwaa\",\n    \"denigrated\": \"ọ bụla\",\n    \"denigrates\": \"na-akọwa\",\n    \"denigrating\": \"na-agbarụ\",\n    \"denigration\": \"ngọnarị\",\n    \"denigrative\": \"dejikal\",\n    \"denigrator\": \"denigil\",\n    \"denigrators\": \"denigigra\",\n    \"denying\": \"ịgọnahụ\",\n    \"denyingly\": \"ịgọnahụ\",\n    \"denims\": \"denim\",\n    \"denis\": \"Denis\",\n    \"denitrate\": \"denetu\",\n    \"denitrated\": \"kọọrọ\",\n    \"denitrating\": \"ịgọnarị\",\n    \"denitrator\": \"onye ngọngọ\",\n    \"denitrify\": \"kọwaa ya\",\n    \"denitrificant\": \"ekwetaghị\",\n    \"denitrification\": \"nkwenye\",\n    \"denitrified\": \"ekwetaghị\",\n    \"denitrifying\": \"na-agọnahụ\",\n    \"denitrize\": \"ghaa\",\n    \"denizate\": \"kọwaa\",\n    \"denization\": \"gọnahụrụ\",\n    \"denize\": \"gọrọ\",\n    \"denizened\": \"ịgbanye\",\n    \"denizening\": \"na-agbagha\",\n    \"denned\": \"agọnahụ\",\n    \"denning\": \"ịgọnarị\",\n    \"denominant\": \"ekpenta\",\n    \"denominate\": \"kọwaa\",\n    \"denominated\": \"ekpenyere\",\n    \"denominates\": \"na-akpọ\",\n    \"denominating\": \"na-akpọ\",\n    \"denomination\": \"chọọchị\",\n    \"denominational\": \"ekpemekpe\",\n    \"denominationalism\": \"ekpemekpe\",\n    \"denominationalist\": \"ekpemekpe\",\n    \"denominationalize\": \"kọwaa\",\n    \"denominationally\": \"ekpemekpe\",\n    \"denominations\": \"chọọchị\",\n    \"denominative\": \"ekpemekpe\",\n    \"denominators\": \"ekpemekpe\",\n    \"denormalized\": \"kọwaa\",\n    \"denotate\": \"kọwaa\",\n    \"denotation\": \"Nkọwapụta\",\n    \"denotational\": \"nkwenkwe\",\n    \"denotationally\": \"n'egbughị oge\",\n    \"denotations\": \"denets\",\n    \"denotative\": \"nkwanye\",\n    \"denotatively\": \"n'egbughị oge\",\n    \"denotativeness\": \"enweghị ike\",\n    \"denote\": \"gosi\",\n    \"denoted\": \"gosiri\",\n    \"denotement\": \"nkwupụta\",\n    \"denotes\": \"pụtara\",\n    \"denoting\": \"na-akọwa\",\n    \"denotive\": \"nnabata\",\n    \"denouement\": \"ikwupụta\",\n    \"denouements\": \"ikwupụta\",\n    \"denounce\": \"katọọ\",\n    \"denounced\": \"katọrọ\",\n    \"denouncement\": \"ekwughachi\",\n    \"denouncements\": \"nkwupụta okwu\",\n    \"denouncer\": \"ikwugide\",\n    \"denouncers\": \"ndị na-akọcha mmadụ\",\n    \"denounces\": \"katọrọ\",\n    \"denouncing\": \"ikwughari\",\n    \"dens\": \"oghere\",\n    \"densation\": \"iwu\",\n    \"dense\": \"ok\",\n    \"densely\": \"Onu ogugu\",\n    \"densen\": \"sikwuo ike\",\n    \"denseness\": \"njupụta\",\n    \"denser\": \"nwegasịrị\",\n    \"densest\": \"nwekarịrị\",\n    \"densher\": \"nwechara\",\n    \"densify\": \"nwekwuo\",\n    \"densification\": \"nbibi\",\n    \"densified\": \"nwegasịrị\",\n    \"densifier\": \"nkpuchi\",\n    \"densifies\": \"nwebisie ike\",\n    \"densifying\": \"na-arịwanye elu\",\n    \"densimetry\": \"iwu\",\n    \"densimetric\": \"Onyinye\",\n    \"densimetrically\": \"agamgbam\",\n    \"density\": \"njupụta\",\n    \"densities\": \"njupụta\",\n    \"densitometer\": \"densitomita\",\n    \"densitometers\": \"densitomita\",\n    \"densitometry\": \"iwube\",\n    \"densitometric\": \"Onyinye\",\n    \"densus\": \"onu ogugu\",\n    \"dent\": \"nkụkpọ\",\n    \"dental\": \"eze\",\n    \"dentalgia\": \"eze\",\n    \"dentalia\": \"eze\",\n    \"dentalise\": \"eze\",\n    \"dentalised\": \"eze\",\n    \"dentalism\": \"eze\",\n    \"dentality\": \"eze\",\n    \"dentalization\": \"eze\",\n    \"dentalized\": \"eze\",\n    \"dentalizing\": \"eze\",\n    \"dentally\": \"eze\",\n    \"dentalman\": \"eze\",\n    \"dentals\": \"eze\",\n    \"dentaphone\": \"ekwentị\",\n    \"dentary\": \"eze\",\n    \"dentaries\": \"eze\",\n    \"dentate\": \"eze\",\n    \"dentated\": \"dent\",\n    \"dentation\": \"eze\",\n    \"dentatocillitate\": \"ezeukwu\",\n    \"dentelliere\": \"Onyekwere\",\n    \"dentello\": \"Onyekwere\",\n    \"denty\": \"Uboni\",\n    \"denticate\": \"eze\",\n    \"denticular\": \"eze\",\n    \"denticulate\": \"eze\",\n    \"denticulated\": \"eze\",\n    \"dentification\": \"njirimara\",\n    \"dentigerous\": \"eme mkpọtụ\",\n    \"dentil\": \"eze\",\n    \"dentilabial\": \"dentolabial\",\n    \"dentile\": \"eze\",\n    \"dentiled\": \"eze\",\n    \"dentils\": \"eze\",\n    \"dentimeter\": \"dentimita\",\n    \"dentinal\": \"eze\",\n    \"dentines\": \"eze\",\n    \"dentinitis\": \"dentinal odontoblast\",\n    \"dentinoblast\": \"dentinocemental\",\n    \"dentinocemental\": \"dentinoid\",\n    \"dentinoid\": \"dentinoma\",\n    \"dentinoma\": \"dentine\",\n    \"dentiphone\": \"ekwentị\",\n    \"dentiroster\": \"Onyekwere\",\n    \"dentist\": \"dibia eze\",\n    \"dentistic\": \"eze\",\n    \"dentistical\": \"eze\",\n    \"dentistry\": \"eze\",\n    \"dentistries\": \"ndị dọkịta ezé\",\n    \"dentists\": \"ndị dọkịta ezé\",\n    \"dentition\": \"eze\",\n    \"dentosurgical\": \"eze\",\n    \"dentulous\": \"denti\",\n    \"dentural\": \"eze\",\n    \"denture\": \"eze\",\n    \"denucleate\": \"kọwaa\",\n    \"denudant\": \"ekwenti\",\n    \"denudate\": \"Dụgharịa\",\n    \"denudated\": \"ịjụ\",\n    \"denudates\": \"ọ bụ\",\n    \"denudating\": \"Na-agagharị\",\n    \"denudation\": \"Nkọwa\",\n    \"denudational\": \"Nkọwa\",\n    \"denudations\": \"udgha\",\n    \"denudative\": \"ịjụ oyi\",\n    \"denuded\": \"Agụ\",\n    \"denudement\": \"Nkwupụta\",\n    \"denuder\": \"denudud\",\n    \"denuders\": \"ndị denuders\",\n    \"denudes\": \"na-agọ\",\n    \"denuding\": \"na-ekwupụta\",\n    \"denumberment\": \"nwepu\",\n    \"denumerable\": \"enweghị ike ịgụta ọnụ\",\n    \"denumerably\": \"enweghị ike ịgụta ọnụ\",\n    \"denumerantive\": \"ntughari\",\n    \"denunciable\": \"ikpe\",\n    \"denunciant\": \"katọọ\",\n    \"denunciate\": \"katọọ\",\n    \"denunciated\": \"katọrọ\",\n    \"denunciating\": \"ikpe\",\n    \"denunciation\": \"amamikpe\",\n    \"denunciations\": \"amamikpe\",\n    \"denunciative\": \"nkatọ\",\n    \"denunciatively\": \"n'ikwupụta ya\",\n    \"denunciator\": \"ikpe\",\n    \"denunciatory\": \"amamikpe\",\n    \"deobstruct\": \"Deobstruct\",\n    \"deoculate\": \"kpochapu\",\n    \"deodand\": \"ndozi\",\n    \"deodands\": \"ihe ndozi\",\n    \"deodate\": \"depodi\",\n    \"deodorants\": \"ihe ndozi\",\n    \"deodorisation\": \"mmebe iwu\",\n    \"deodorising\": \"nhazi\",\n    \"deodorize\": \"dozie\",\n    \"deodorizer\": \"ihe ndozi\",\n    \"deodorizers\": \"ihe ndozi\",\n    \"deonerate\": \"deone\",\n    \"deontologist\": \"ọkà mmụta deontologist\",\n    \"deordination\": \"nchịkwa\",\n    \"deorganization\": \"nhazi\",\n    \"deorganize\": \"deorganiji\",\n    \"deorsum\": \"Ugochukwu\",\n    \"deorsumvergence\": \"Ọdịmma\",\n    \"deorsumversion\": \"Mgbanwe\",\n    \"deossify\": \"itisa\",\n    \"deossification\": \"mbibi\",\n    \"deoxygenation\": \"Dioxygenation\",\n    \"deozonization\": \"nhazi\",\n    \"depainted\": \"gbasasiri\",\n    \"depainting\": \"na-emebisị\",\n    \"depair\": \"mmebi\",\n    \"depark\": \"pụọ\",\n    \"deparliament\": \"des omeiwu\",\n    \"depart\": \"pụọ\",\n    \"departed\": \"pụọ\",\n    \"departement\": \"ọpụpụ\",\n    \"departements\": \"ngalaba\",\n    \"departer\": \"ọpụpụ\",\n    \"departing\": \"na-apụ\",\n    \"departisanize\": \"pụọ\",\n    \"departition\": \"ọpụpụ\",\n    \"department\": \"ngalaba\",\n    \"departmental\": \"ngalaba\",\n    \"departmentalisation\": \"ngalaba\",\n    \"departmentalise\": \"ngalaba\",\n    \"departmentalised\": \"ngalaba\",\n    \"departmentalising\": \"ngalaba\",\n    \"departmentalism\": \"Ngalaba\",\n    \"departmentalization\": \"ngalaba\",\n    \"departmentalize\": \"ngalaba\",\n    \"departmentalized\": \"ngalaba\",\n    \"departmentalizes\": \"Ngalaba\",\n    \"departmentalizing\": \"ngalaba\",\n    \"departmentally\": \"ngalaba\",\n    \"departmentization\": \"ngalaba\",\n    \"departmentize\": \"ngalaba\",\n    \"departments\": \"ngalaba\",\n    \"departs\": \"pụọ\",\n    \"departure\": \"ọpụpụ\",\n    \"departures\": \"Ndị Ọpụpụ\",\n    \"depascent\": \"nkwusa\",\n    \"depasturation\": \"mbibi\",\n    \"depasture\": \"mbibi\",\n    \"depastured\": \"emebiwo\",\n    \"depasturing\": \"na-emebi\",\n    \"depatriate\": \"kwaga n’obodo ọzọ\",\n    \"depauperation\": \"ike ọgwụgwụ\",\n    \"depectible\": \"kwesiri ngosi\",\n    \"depeinct\": \"ekpochapụ\",\n    \"depend\": \"dabere\",\n    \"dependability\": \"ntụkwasị obi\",\n    \"dependabilities\": \"ndị dabere\",\n    \"dependable\": \"pụrụ ịdabere\",\n    \"dependableness\": \"ntụkwasị obi\",\n    \"dependably\": \"dabere\",\n    \"dependance\": \"ndabere\",\n    \"dependancy\": \"ndabere\",\n    \"dependant\": \"dabere\",\n    \"dependantly\": \"dabere\",\n    \"dependants\": \"ndị dabere\",\n    \"depended\": \"dabere\",\n    \"dependence\": \"ndabere\",\n    \"dependency\": \"ndabere\",\n    \"dependencies\": \"ndị dabere\",\n    \"dependent\": \"dabere\",\n    \"dependently\": \"dabere\",\n    \"dependents\": \"ndị dabere\",\n    \"depending\": \"dabere\",\n    \"dependingly\": \"dabere\",\n    \"depends\": \"dabere\",\n    \"depeople\": \"ndị mmadụ\",\n    \"depeopling\": \"depeoping\",\n    \"deperdition\": \"mgbasa ozi\",\n    \"deperition\": \"mmebi iwu\",\n    \"depermed\": \"agbanyụrụ\",\n    \"deperming\": \"na-emebi emebi\",\n    \"depersonalise\": \"depresonalise\",\n    \"depersonalised\": \"ewere ya\",\n    \"depersonalising\": \"na-egosi\",\n    \"depersonalization\": \"ngosipụta\",\n    \"depersonalize\": \"na-egosi onwe gị\",\n    \"depersonalized\": \"ma ọ bụ\",\n    \"depersonalizes\": \"na-egosi\",\n    \"depersonalizing\": \"na-egosi\",\n    \"depersonize\": \"na-egosipụta\",\n    \"dephase\": \"ịgba ume\",\n    \"dephased\": \"Ike gwụrụ\",\n    \"dephasing\": \"na-agba ume\",\n    \"dephysicalization\": \"ihe ndozi\",\n    \"dephlegm\": \"Ndozi\",\n    \"dephlegmated\": \"Akpọpụrụ\",\n    \"dephlegmation\": \"Ọpụpụ\",\n    \"dephlegmatory\": \"afọ mgbu\",\n    \"dephlegmedness\": \"ndozi\",\n    \"dephlogisticated\": \"Ọgbụgba\",\n    \"dephlogistication\": \"Ọrịa\",\n    \"depict\": \"gosi\",\n    \"depicted\": \"e sere\",\n    \"depicter\": \"ihe ngosi\",\n    \"depicters\": \"ndị na-ese ihe\",\n    \"depicting\": \"na-egosipụta\",\n    \"depiction\": \"ihe ngosi\",\n    \"depictions\": \"ihe ngosi\",\n    \"depictive\": \"na-egosi\",\n    \"depictment\": \"ngosi\",\n    \"depictor\": \"onye ngosi\",\n    \"depictors\": \"ndị na-ese ihe\",\n    \"depicts\": \"na-egosipụta\",\n    \"depicture\": \"gosi\",\n    \"depictured\": \"e sere\",\n    \"depicturing\": \"na-egosipụta\",\n    \"depigmentate\": \"depigenti\",\n    \"depigmentation\": \"depigment\",\n    \"depigmentize\": \"depigmentị\",\n    \"depilating\": \"depilaị\",\n    \"depilitant\": \"ilhapụ\",\n    \"deplace\": \"napụ\",\n    \"deplaceable\": \"pụrụ iwepụ\",\n    \"deplane\": \"Dọkpụ\",\n    \"deplaned\": \"ewepụ\",\n    \"deplanes\": \"deplans\",\n    \"deplaning\": \"Na-akọwa\",\n    \"deplant\": \"wepụ\",\n    \"deplantation\": \"lantchụpụ\",\n    \"deplaster\": \"deplacer\",\n    \"deplete\": \"zuru ezu\",\n    \"depleted\": \"gbarụọ\",\n    \"depleting\": \"na-emebisị\",\n    \"depletion\": \"mmebi\",\n    \"depletions\": \"deplets\",\n    \"depletive\": \"na-agbagha\",\n    \"depletory\": \"depler\",\n    \"deploy\": \"idokwa\",\n    \"deployable\": \"nwere ike iwepu\",\n    \"deployed\": \"tinye n'ọrụ\",\n    \"deploying\": \"na-etinye\",\n    \"deployment\": \"nkenye ọnọdụ\",\n    \"deployments\": \"nkenye ọnọdụ\",\n    \"deploys\": \"na-ebuga\",\n    \"deploitation\": \"nkesa\",\n    \"deplorabilia\": \"nkpọtu\",\n    \"deplorability\": \"mbibi\",\n    \"deplorable\": \"ọjọọ\",\n    \"deplorableness\": \"nkatọ\",\n    \"deplorably\": \"Na-agbasasị\",\n    \"deplorate\": \"igbasa\",\n    \"deploration\": \"nkenye ọnọdụ\",\n    \"deplore\": \"dọgbuo\",\n    \"deplored\": \"iwe\",\n    \"deploredly\": \"nkatọ\",\n    \"deploredness\": \"nkụda mmụọ\",\n    \"deplorer\": \"onye nkesa\",\n    \"deplorers\": \"ndị na-atụ ụjọ\",\n    \"deplores\": \"na-ewe iwe\",\n    \"deploring\": \"agbasa\",\n    \"deploringly\": \"na-agbasi mbọ ike\",\n    \"deplumated\": \"deplu\",\n    \"deplumation\": \"Mbupu\",\n    \"deplumed\": \"depll\",\n    \"depluming\": \"Na-agbada\",\n    \"deplump\": \"mbupu\",\n    \"depolarised\": \"depolaris\",\n    \"depolarising\": \"depolaris\",\n    \"depolymerize\": \"depolymeriz\",\n    \"depolymerizing\": \"depolymering\",\n    \"depolish\": \"gbasaa\",\n    \"depolished\": \"dara mbà\",\n    \"depolishes\": \"na-akụda mmụọ\",\n    \"depolishing\": \"na-akụda\",\n    \"depoliticize\": \"dozie anya\",\n    \"depoliticized\": \"emebiela\",\n    \"depoliticizing\": \"na-etinye mmụọ\",\n    \"deponed\": \"gosipụtara\",\n    \"deponent\": \"ihe mmegide\",\n    \"deponents\": \"ndị na-ede mmiri\",\n    \"deponer\": \"ihe ngosi\",\n    \"deponing\": \"depon\",\n    \"depopulate\": \"gbue\",\n    \"depopulated\": \"ọnụọgụgụ\",\n    \"depopulating\": \"na-agbasa\",\n    \"depopulation\": \"ọnụọgụgụ\",\n    \"depopulations\": \"ọnụọgụgụ\",\n    \"deport\": \"kpụpụ gị\",\n    \"deportability\": \"mbula\",\n    \"deportable\": \"iwebata\",\n    \"deportation\": \"mbula\",\n    \"deportations\": \"mbula\",\n    \"deporte\": \"mbula\",\n    \"deported\": \"ebula ya\",\n    \"deportee\": \"onye a chụpụrụ\",\n    \"deportees\": \"ndị a chụpụrụ\",\n    \"deporter\": \"onye mbuputa\",\n    \"deporting\": \"na-ebula ya\",\n    \"deportment\": \"mbula\",\n    \"deports\": \"Mbupụ\",\n    \"deporture\": \"mbula\",\n    \"deposable\": \"mkpofu\",\n    \"deposal\": \"mkpofu\",\n    \"deposals\": \"mkpofu\",\n    \"depose\": \"iburu\",\n    \"deposed\": \"dara\",\n    \"deposer\": \"nkwụnye ego\",\n    \"deposers\": \"nkwụnye ego\",\n    \"deposes\": \"dara\",\n    \"deposing\": \"nkwenye\",\n    \"deposit\": \"nkwụnye ego\",\n    \"deposita\": \"ego\",\n    \"depositary\": \"nkwụnye ego\",\n    \"depositaries\": \"ndị na-edebe ego\",\n    \"depositation\": \"nkwenye\",\n    \"deposited\": \"edebe\",\n    \"depositee\": \"edebe\",\n    \"depositing\": \"na-edebe\",\n    \"deposition\": \"nkwenye\",\n    \"depositional\": \"nkwụnye ego\",\n    \"depositions\": \"nkwụnye ego\",\n    \"depositive\": \"nkwụnye ego\",\n    \"deposito\": \"nkwụnye\",\n    \"depositor\": \"onye nzipu ego\",\n    \"depository\": \"ego\",\n    \"depositories\": \"nkwụnye ego\",\n    \"depositors\": \"ndị na-edebe ego\",\n    \"deposits\": \"nkwụnye ego\",\n    \"depositum\": \"nkwụnye ego\",\n    \"depositure\": \"nkwụnye ego\",\n    \"deposure\": \"nkwụnye ego\",\n    \"depot\": \"depo\",\n    \"depotentiate\": \"Ebe nchekwa\",\n    \"depots\": \"Ebe nchekwa\",\n    \"depravate\": \"imebi\",\n    \"depravation\": \"mbibi\",\n    \"deprave\": \"ihe ojoo\",\n    \"depraved\": \"rụrụ arụ\",\n    \"depravedly\": \"rụrụ arụ\",\n    \"depravedness\": \"omume rụrụ arụ\",\n    \"depravement\": \"mmebi\",\n    \"depraver\": \"deprara\",\n    \"depravers\": \"ndị na-apụ apụ\",\n    \"depraves\": \"na-apụ apụ\",\n    \"depraving\": \"rụrụ arụ\",\n    \"depravingly\": \"na-emebi emebi\",\n    \"depravity\": \"omume rụrụ arụ\",\n    \"depravities\": \"omume rụrụ arụ\",\n    \"deprecable\": \"bụrụ ihe efu\",\n    \"deprecate\": \"bụrụ onye dịpụrụ adịpụ\",\n    \"deprecated\": \"bụrụ onye dịpụrụ adịpụ\",\n    \"deprecates\": \"bụrụ onye dịpụrụ adịpụ\",\n    \"deprecating\": \"na-akụda\",\n    \"deprecatingly\": \"na-akụda\",\n    \"deprecation\": \"nwepu\",\n    \"deprecative\": \"Odibo\",\n    \"deprecator\": \"Ebelata\",\n    \"deprecatory\": \"bụrụ onye rụrụ arụ\",\n    \"deprecatoriness\": \"Nda mba\",\n    \"deprecators\": \"ndị na-emebi iwu\",\n    \"depreciable\": \"bụrụ ihe efu\",\n    \"depreciant\": \"enweghị ego\",\n    \"depreciate\": \"wedata\",\n    \"depreciated\": \"dara ogbenye\",\n    \"depreciates\": \"na-akwụ ụgwọ\",\n    \"depreciating\": \"dị ala\",\n    \"depreciatingly\": \"na-akwụ ụgwọ\",\n    \"depreciation\": \"enweghị ego\",\n    \"depreciations\": \"nkwarụ\",\n    \"depreciative\": \"abaghị uru\",\n    \"depreciatively\": \"depreciative\",\n    \"depreciator\": \"depreciater\",\n    \"depreciatory\": \"bụrụ ndị na-akwụ ụgwọ\",\n    \"depreciatoriness\": \"enweghị ikike\",\n    \"depreciators\": \"ndị na-emebi iwu\",\n    \"depredable\": \"kwụrụ\",\n    \"depredate\": \"ọpụrụ\",\n    \"depredated\": \"ewepụrụ\",\n    \"depredating\": \"na-achọ\",\n    \"depredation\": \"ezumike\",\n    \"depredationist\": \"Edebere\",\n    \"depredations\": \"depredings\",\n    \"depredatory\": \"Ikekwe\",\n    \"depredicate\": \"eburu\",\n    \"deprehend\": \"ghọta\",\n    \"deprehensible\": \"Ajọ uche\",\n    \"deprehension\": \"ndudue\",\n    \"depress\": \"ida mba\",\n    \"depressant\": \"nkụda mmụọ\",\n    \"depressanth\": \"ndị ịda mba\",\n    \"depressants\": \"ndị ịda mba\",\n    \"depressed\": \"dara mbà n'obi\",\n    \"depresses\": \"dara mbà n'obi\",\n    \"depressibility\": \"nkụda mmụọ\",\n    \"depressibilities\": \"nkụda mmụọ\",\n    \"depressing\": \"nkụda mmụọ\",\n    \"depressingly\": \"nkụda mmụọ\",\n    \"depressingness\": \"na-akụda mmụọ ness\",\n    \"depression\": \"ịda mba\",\n    \"depressional\": \"obi nkoropụ\",\n    \"depressionary\": \"ịda mba\",\n    \"depressions\": \"nkụda mmụọ\",\n    \"depressive\": \"nkụda mmụọ\",\n    \"depressively\": \"nkụda mmụọ\",\n    \"depressiveness\": \"nkụda mmụọ\",\n    \"depressives\": \"nkụda mmụọ\",\n    \"depressomotor\": \"nkụda mmụọ\",\n    \"depressor\": \"nkụda mmụọ\",\n    \"depressors\": \"ndị nkụda mmụọ\",\n    \"depressure\": \"pressurize\",\n    \"depreter\": \"depreta\",\n    \"deprevation\": \"ịnapụ mmadụ ihe\",\n    \"depriment\": \"ndakpọ olileanya\",\n    \"deprisure\": \"nkwuputa\",\n    \"deprivable\": \"na-ewepụ ihe\",\n    \"deprival\": \"ịnapụ\",\n    \"deprivals\": \"ihe ọghọm\",\n    \"deprivate\": \"ghara ịnapụ\",\n    \"deprivation\": \"ịnapụ mmadụ ihe\",\n    \"deprivations\": \"enweghị\",\n    \"deprivative\": \"ekwedo\",\n    \"deprive\": \"ịnapụ\",\n    \"deprived\": \"anapụla\",\n    \"deprivement\": \"ịnapụ\",\n    \"depriver\": \"napụrụ ihe\",\n    \"deprivers\": \"ndị na-ewepụ ihe\",\n    \"deprives\": \"na-anapụ\",\n    \"depriving\": \"na-anapụ\",\n    \"deprocedured\": \"ebupuru\",\n    \"deproceduring\": \"Ebelata\",\n    \"deprogrammers\": \"ndị na-eme ihe nkiri\",\n    \"deprograms\": \"deprogram\",\n    \"depsides\": \"deps\",\n    \"dept\": \"iburu\",\n    \"depth\": \"omimi\",\n    \"depthen\": \"eburu\",\n    \"depthing\": \"na-agbada\",\n    \"depthless\": \"omimi\",\n    \"depthlessness\": \"omimi\",\n    \"depths\": \"omimi\",\n    \"depthways\": \"dị omimi\",\n    \"depthwise\": \"omimi\",\n    \"depudorate\": \"wepụ\",\n    \"depulse\": \"njem\",\n    \"depurate\": \"apụ apụ\",\n    \"depurated\": \"ọnụ\",\n    \"depurating\": \"na-egosipụta\",\n    \"depuration\": \"mbibi\",\n    \"depurative\": \"na-atụgharị uche\",\n    \"depurator\": \"ọpụpụ\",\n    \"depuratory\": \"na-akụda mmụọ\",\n    \"depurge\": \"laa\",\n    \"depurged\": \"gbaghaara\",\n    \"depurging\": \"na-achọ\",\n    \"depurition\": \"ọpụpụ\",\n    \"depursement\": \"nkwuputa\",\n    \"deputation\": \"nnọchibido\",\n    \"deputationist\": \"onye nnọchi anya\",\n    \"deputationize\": \"ezipụ\",\n    \"deputations\": \"deputụ\",\n    \"deputatively\": \"deputative\",\n    \"deputator\": \"deputa\",\n    \"depute\": \"ije ozi\",\n    \"deputed\": \"depụtara\",\n    \"deputes\": \"na-aga\",\n    \"deputy\": \"osote\",\n    \"deputies\": \"ndị nnọchi anya\",\n    \"deputing\": \"na-egosipụta\",\n    \"deputise\": \"deput\",\n    \"deputised\": \"deputara\",\n    \"deputyship\": \"nnọchite anya\",\n    \"deputising\": \"na-egosipụta\",\n    \"deputization\": \"nnọchi\",\n    \"deputize\": \"deput\",\n    \"deputized\": \"deputara\",\n    \"deputizing\": \"na-egosipụta\",\n    \"dequantitate\": \"wepụ\",\n    \"dequeen\": \"chọrọ\",\n    \"dequeue\": \"Dequeue\",\n    \"dequeues\": \"Iwu\",\n    \"dequeuing\": \"na-achọ\",\n    \"derabbinize\": \"wepụsịrị\",\n    \"deradenoncus\": \"mmmmmmmmmmmmm\",\n    \"derah\": \"deray\",\n    \"deraign\": \"kwatuo\",\n    \"deraigning\": \"na-agbagha\",\n    \"deraignment\": \"mbibi\",\n    \"deraigns\": \"aghụghọ\",\n    \"derailed\": \"Emebiri\",\n    \"derailer\": \"derailleur\",\n    \"derailing\": \"na-emebi emebi\",\n    \"derailment\": \"mmekpa ahụ\",\n    \"derailments\": \"mmekpa ahụ\",\n    \"derange\": \"dị ọcha\",\n    \"derangeable\": \"na-egbu egbu\",\n    \"deranged\": \"itule\",\n    \"derangement\": \"mmebi iwu\",\n    \"derangements\": \"mmebi iwu\",\n    \"deranges\": \"dera dera\",\n    \"deranging\": \"na-agbada\",\n    \"derate\": \"gbuo\",\n    \"derating\": \"na-agbasi mbọ ike\",\n    \"deratization\": \"mmekpa ahụ\",\n    \"deratizing\": \"na-emebi emebi\",\n    \"deratted\": \"gbasasịa\",\n    \"deratting\": \"na-agbada\",\n    \"derbies\": \"derby\",\n    \"derbylite\": \"Uzoamaka\",\n    \"derbyshire\": \"Uzoamaka\",\n    \"derealization\": \"nbibi\",\n    \"dereference\": \"ndapu\",\n    \"dereferenced\": \"edepụtara\",\n    \"dereferences\": \"ideghari aha\",\n    \"dereferencing\": \"idebanye aha\",\n    \"deregister\": \"derepu\",\n    \"deregulate\": \"debanye\",\n    \"deregulated\": \"Emebiri\",\n    \"deregulates\": \"dejupụtara\",\n    \"deregulating\": \"ideghari\",\n    \"deregulation\": \"nwepu\",\n    \"deregulationize\": \"depulationize\",\n    \"deregulations\": \"nwepu\",\n    \"dereign\": \"weghachite\",\n    \"dereism\": \"nwepu\",\n    \"dereistic\": \"dere\",\n    \"dereistically\": \"n'egbughị oge\",\n    \"derelict\": \"kpochara\",\n    \"dereliction\": \"Ntughari\",\n    \"derelictions\": \"edeputara\",\n    \"derelictly\": \"nkịtị\",\n    \"derelictness\": \"nwepu\",\n    \"derelicts\": \"kpochara\",\n    \"dereligion\": \"edeghari\",\n    \"dereligionize\": \"depuioniz\",\n    \"dereling\": \"wepu\",\n    \"derencephalocele\": \"nwegharia\",\n    \"derencephalus\": \"nwegharia\",\n    \"derepression\": \"izu ike\",\n    \"derequisition\": \"nwepu\",\n    \"deresinate\": \"hapụsịrị\",\n    \"deresinize\": \"debanye aha\",\n    \"derestrict\": \"kpuchie\",\n    \"derf\": \"Agbụ\",\n    \"derfly\": \"onyinye\",\n    \"derfness\": \"nkịta\",\n    \"deride\": \"mee ihe ọchị\",\n    \"derided\": \"na-akwa emo\",\n    \"deriders\": \"ejije\",\n    \"derides\": \"na-akwa emo\",\n    \"deriding\": \"na-akwa emo\",\n    \"deridingly\": \"njakịrị\",\n    \"derisible\": \"nwere ike inweta\",\n    \"derision\": \"ịkwa emo\",\n    \"derisions\": \"derints\",\n    \"derisive\": \"nweta\",\n    \"derisively\": \"ejije\",\n    \"derisiveness\": \"nketa\",\n    \"deriv\": \"nweta\",\n    \"derivability\": \"arụpụta\",\n    \"derivable\": \"pụrụ iwepụ\",\n    \"derivably\": \"pụrụ iwepụ\",\n    \"derivant\": \"eweputa\",\n    \"derivate\": \"nweta\",\n    \"derivately\": \"esi\",\n    \"derivates\": \"nkwekọrịta\",\n    \"derivation\": \"nweta\",\n    \"derivational\": \"ndozi\",\n    \"derivationally\": \"ọivụ\",\n    \"derivationist\": \"ndozi\",\n    \"derivations\": \"enweta\",\n    \"derivatist\": \"deivatist\",\n    \"derivative\": \"esi\",\n    \"derivatively\": \"dị iche iche\",\n    \"derivativeness\": \"nwepụtakwa\",\n    \"derivatives\": \"nkwekọrịta\",\n    \"derive\": \"nweta\",\n    \"derived\": \"ewepụtara\",\n    \"derivedly\": \"ewepụtara\",\n    \"derivedness\": \"ewepụtara\",\n    \"deriver\": \"nye\",\n    \"derivers\": \"na-ewepụta\",\n    \"derives\": \"na-enweta\",\n    \"deriving\": \"na-arụ ọrụ\",\n    \"derk\": \"Asụsụ\",\n    \"dermal\": \"arụ\",\n    \"dermalith\": \"ndubuisi\",\n    \"dermapterous\": \"ọ derụ\",\n    \"dermasurgery\": \"ịgwọ ọrịa\",\n    \"dermatagra\": \"Ugboro abụọ\",\n    \"dermataneuria\": \"nketa\",\n    \"dermatic\": \"agba\",\n    \"dermatitises\": \"ndozi\",\n    \"dermatograph\": \"dermatographia\",\n    \"dermatography\": \"dermatographia\",\n    \"dermatoid\": \"dermoid\",\n    \"dermatology\": \"Ọrịa ọrịa\",\n    \"dermatologic\": \"Ọrịa\",\n    \"dermatological\": \"Ọrịa\",\n    \"dermatologies\": \"Ọrịa ọrịa\",\n    \"dermatologists\": \"ndị ọkachamara n'ihe banyere ọrịa ọkpụkpụ\",\n    \"dermatoma\": \"dermatome\",\n    \"dermatomere\": \"dermatome\",\n    \"dermatomic\": \"arụsị\",\n    \"dermatomyces\": \"ihe omimi\",\n    \"dermatoneural\": \"Okpukpo\",\n    \"dermatoneurology\": \"Ọkpụkpụ dermatoneurology\",\n    \"dermatoplastic\": \"akpụkpọ anụ\",\n    \"dermatoses\": \"arụsị\",\n    \"dermatotherapy\": \"ọgwụgwọ ọrịa\",\n    \"dermatotome\": \"Ogbodo\",\n    \"dermatotomy\": \"ihe omimi\",\n    \"dermatotropic\": \"Okpukpo\",\n    \"dermatropic\": \"nkesa\",\n    \"dermestid\": \"mdị\",\n    \"dermestoid\": \"ọgwụ\",\n    \"dermic\": \"arụ\",\n    \"dermises\": \"Na-agbaghara\",\n    \"dermitis\": \"dermatitis\",\n    \"dermititis\": \"dermatitis\",\n    \"dermoblast\": \"nkesa\",\n    \"dermochelys\": \"ndiegwu\",\n    \"dermochrome\": \"thermochrome\",\n    \"dermococcus\": \"dermacoccus\",\n    \"dermogastric\": \"ndozi\",\n    \"dermography\": \"oha mmadu\",\n    \"dermographia\": \"ndozi\",\n    \"dermographic\": \"ihe omimi\",\n    \"dermohumeral\": \"ọ derụ\",\n    \"dermoidal\": \"Nwaogwu\",\n    \"dermoidectomy\": \"ihe omimi\",\n    \"dermoosseous\": \"Nwaogwugwu\",\n    \"dermoossification\": \"ndozi\",\n    \"dermopathic\": \"ndozi\",\n    \"dermophyte\": \"ndozi\",\n    \"dermophytic\": \"ihe omimi\",\n    \"dermoplasty\": \"arụsị\",\n    \"dermoptera\": \"ndozi\",\n    \"dermopteran\": \"ndozi\",\n    \"dermopterous\": \"ihe ngosi\",\n    \"dermoreaction\": \"mmeghachi omume\",\n    \"dermotherm\": \"ọmarịcha\",\n    \"dermovaccine\": \"ọgwụ dermovaccine\",\n    \"derned\": \"Idem\",\n    \"derner\": \"Derner\",\n    \"dernful\": \"Udu\",\n    \"derning\": \"na-achọ\",\n    \"derogated\": \"derog\",\n    \"derogately\": \"n'egwu\",\n    \"derogating\": \"na-emegharị\",\n    \"derogations\": \"mmekpa ahụ\",\n    \"derogative\": \"na-asọ oyi\",\n    \"derogatively\": \"na-ekwupụta\",\n    \"derogator\": \"mmekpa aru\",\n    \"derogatory\": \"mkpasu iwe\",\n    \"derogatoriness\": \"nkwanye ugwu\",\n    \"deromanticize\": \"Ebibi\",\n    \"derotreme\": \"ọsịsa\",\n    \"derri\": \"dori\",\n    \"derrick\": \"Ogba\",\n    \"derricking\": \"ndigbo\",\n    \"derrickman\": \"Nwaogwugwu\",\n    \"derrickmen\": \"ndiegwu\",\n    \"derricks\": \"aghụghọ\",\n    \"derrid\": \"Nweta\",\n    \"derriere\": \"nderi\",\n    \"derrieres\": \"ndubuisi\",\n    \"derries\": \"Ochie\",\n    \"derringer\": \"agba\",\n    \"derringers\": \"ndị na-agba agba\",\n    \"derrire\": \"ndenye\",\n    \"derris\": \"Dezie\",\n    \"derrises\": \"Nkechi\",\n    \"derth\": \"ndenye\",\n    \"deruinate\": \"ihe ojoo\",\n    \"deruralize\": \"Ighapu\",\n    \"derust\": \"akwa\",\n    \"derve\": \"ego\",\n    \"dervish\": \"Chọọ\",\n    \"dervishes\": \"ndozi\",\n    \"dervishhood\": \"Onochie\",\n    \"dervishism\": \"devishism\",\n    \"dervishlike\": \"ọrịre\",\n    \"desaccharification\": \"imecha iwu\",\n    \"desacralization\": \"ikpochapu\",\n    \"desacralize\": \"ikpochapu\",\n    \"desalinated\": \"emebisị\",\n    \"desalinating\": \"ime ka mmiri dị ụtọ\",\n    \"desalination\": \"nnu nnu\",\n    \"desalinator\": \"onye nnu n’alụ\",\n    \"desalinized\": \"emebisị\",\n    \"desalinizing\": \"na-atọ ụtọ\",\n    \"desalt\": \"kpọọrọ\",\n    \"desalted\": \"ebuli elu\",\n    \"desalter\": \"onye desalter\",\n    \"desalters\": \"ndị na-achọ ihe\",\n    \"desalting\": \"osokpo\",\n    \"desalts\": \"arụ\",\n    \"desamidization\": \"desamidisation\",\n    \"desanded\": \"chọrọ\",\n    \"desanding\": \"na-achọ\",\n    \"desands\": \"na-achọ\",\n    \"desaturation\": \"ikpuchi ihu\",\n    \"desaurine\": \"okwute\",\n    \"desc\": \"mgbada\",\n    \"descaled\": \"akpụrụ\",\n    \"descaling\": \"na-agbadata\",\n    \"descamisado\": \"eburu\",\n    \"descamisados\": \"ebem\",\n    \"descant\": \"nwa\",\n    \"descanted\": \"rida\",\n    \"descanter\": \"zoro\",\n    \"descanting\": \"na-agbada\",\n    \"descantist\": \"onye mgbako\",\n    \"descants\": \"umu\",\n    \"descartes\": \"gbadata\",\n    \"descend\": \"gbadata\",\n    \"descendability\": \"ịgbada\",\n    \"descendable\": \"na-agbadata\",\n    \"descendance\": \"nkpuru\",\n    \"descendant\": \"nkpuru\",\n    \"descendants\": \"ụmụ\",\n    \"descended\": \"gbadata\",\n    \"descendence\": \"Nkpuru-obi\",\n    \"descendent\": \"Nkpuru-obi\",\n    \"descendental\": \"agburu\",\n    \"descendentalism\": \"ihe omuma\",\n    \"descendentalist\": \"Onyeoma\",\n    \"descendentalistic\": \"Agbụrụ\",\n    \"descendents\": \"ụmụ\",\n    \"descender\": \"onye odida\",\n    \"descenders\": \"sitere\",\n    \"descendibility\": \"ntụkwasị obi\",\n    \"descendible\": \"dị ala\",\n    \"descending\": \"na-agbadata\",\n    \"descendingly\": \"na-agbadata\",\n    \"descends\": \"na-agbada\",\n    \"descension\": \"ọdịda\",\n    \"descensional\": \"agbada\",\n    \"descensionist\": \"onyena\",\n    \"descensive\": \"agbadata\",\n    \"descensory\": \"Osisi\",\n    \"descensories\": \"ala\",\n    \"descent\": \"ala\",\n    \"descents\": \"ụmụ\",\n    \"deschampsia\": \"mgbada\",\n    \"deschool\": \"Naịjirịa\",\n    \"descloizite\": \"ebum\",\n    \"descort\": \"zota\",\n    \"descry\": \"Nkpuru\",\n    \"descrial\": \"nkọwa\",\n    \"describability\": \"nkọwa\",\n    \"describable\": \"kọwaa\",\n    \"describably\": \"na-akọwa\",\n    \"describe\": \"kọwaa\",\n    \"described\": \"kọwara\",\n    \"describent\": \"nkọwa\",\n    \"describer\": \"nkọwa\",\n    \"describers\": \"ndị na-akọwa ihe\",\n    \"describes\": \"na-akọwa\",\n    \"describing\": \"na-akọwa\",\n    \"descried\": \"rịdata\",\n    \"descrier\": \"nkọwa\",\n    \"descriers\": \"ndị nkọwa\",\n    \"descries\": \"rịda\",\n    \"descrying\": \"na-agbadata\",\n    \"descript\": \"nkọwa\",\n    \"description\": \"nkọwa\",\n    \"descriptionist\": \"nkọwa\",\n    \"descriptionless\": \"enweghị nkọwa\",\n    \"descriptions\": \"nkọwa\",\n    \"descriptive\": \"nkọwa\",\n    \"descriptively\": \"na nkọwa\",\n    \"descriptiveness\": \"ịkọwapụta ihe\",\n    \"descriptives\": \"na-akọwapụta\",\n    \"descriptivism\": \"nkọwa\",\n    \"descriptor\": \"onye nkọwa\",\n    \"descriptory\": \"nkọwa\",\n    \"descriptors\": \"ndị nkọwapụta\",\n    \"descrive\": \"kọwaa\",\n    \"descure\": \"ngbada\",\n    \"deseam\": \"chọọ\",\n    \"deseasonalize\": \"na-eche echiche\",\n    \"desecate\": \"iweda\",\n    \"desecrate\": \"iwetu\",\n    \"desecrated\": \"metọrọ\",\n    \"desecrater\": \"okachasị\",\n    \"desecrates\": \"na-emerụ ya\",\n    \"desecrating\": \"na-emerụ emerụ\",\n    \"desecration\": \"mmetọ\",\n    \"desecrations\": \"ntụpọ\",\n    \"desecrator\": \"okachasị\",\n    \"deseed\": \"chọrọ\",\n    \"desegmentation\": \"nkwụsị\",\n    \"desegmented\": \"desegged\",\n    \"desegregate\": \"wepụ\",\n    \"desegregated\": \"ewepụ\",\n    \"desegregating\": \"iwepụ\",\n    \"desegregation\": \"nkwụsị\",\n    \"deselect\": \"họrọ\",\n    \"deselected\": \"achọrọ\",\n    \"deselecting\": \"na-achọ\",\n    \"deselects\": \"na-achọ\",\n    \"desemer\": \"desember\",\n    \"desensitization\": \"enweghi ike imebi ihe\",\n    \"desensitize\": \"mata\",\n    \"desensitized\": \"enwetaghị ikike\",\n    \"desensitizer\": \"ihe nchoputa\",\n    \"desensitizers\": \"ndị na-ebe akwa ihe\",\n    \"desensitizes\": \"adighi ihe nile\",\n    \"desensitizing\": \"na-agbasapụ\",\n    \"deseret\": \"obula\",\n    \"desert\": \"ọzara\",\n    \"deserted\": \"gbahapụrụ\",\n    \"desertedly\": \"gbahapụrụ\",\n    \"desertedness\": \"ịtọgbọrọ n'efu\",\n    \"deserter\": \"gbahapụrụ\",\n    \"deserters\": \"ndị gbara ọsọ\",\n    \"desertful\": \"ọzara\",\n    \"desertfully\": \"n'ọzara\",\n    \"desertic\": \"achicha\",\n    \"deserticolous\": \"ihe ojoo\",\n    \"desertification\": \"ala ịkpa\",\n    \"deserting\": \"ịhapụ\",\n    \"desertion\": \"ịla n'iyi\",\n    \"desertions\": \"nkwụsị\",\n    \"desertism\": \"ọzara\",\n    \"desertless\": \"enweghị ozara\",\n    \"desertlessly\": \"n'ọzara\",\n    \"desertlike\": \"ọzara\",\n    \"desertness\": \"ọzara\",\n    \"desertress\": \"ọzara\",\n    \"desertrice\": \"ọzara\",\n    \"deserts\": \"ọzara\",\n    \"desertward\": \"ọzara\",\n    \"deserve\": \"kwesịrị\",\n    \"deserved\": \"kwesịrị\",\n    \"deservedly\": \"kwesịrị\",\n    \"deservedness\": \"kwesịrị\",\n    \"deserveless\": \"kwesịrị obere\",\n    \"deserver\": \"kwesịrị ekwesị\",\n    \"deservers\": \"kwesịrị\",\n    \"deserves\": \"kwesịrị\",\n    \"deserving\": \"kwesịrị ekwesị\",\n    \"deservingly\": \"kwesịrị\",\n    \"deservingness\": \"kwesịrị ekwesị\",\n    \"deservings\": \"ọzara\",\n    \"desesperance\": \"ochicha\",\n    \"desexing\": \"na-achọ\",\n    \"desexualized\": \"deexualized\",\n    \"desexualizing\": \"na-achọ ihe\",\n    \"deshabille\": \"mbata\",\n    \"desiatin\": \"Uchechi\",\n    \"desicate\": \"ikpochapu\",\n    \"desiccant\": \"achoro\",\n    \"desiccants\": \"ndị na-achọ ihe\",\n    \"desiccate\": \"ikpochapu\",\n    \"desiccated\": \"deset\",\n    \"desiccates\": \"deset\",\n    \"desiccating\": \"ebelata\",\n    \"desiccation\": \"ikpochapu\",\n    \"desiccations\": \"desicications\",\n    \"desiccatory\": \"ihe nzuzu\",\n    \"desiccators\": \"ndị na-achọ ihe\",\n    \"desiderable\": \"achọrọ\",\n    \"desiderant\": \"achotala\",\n    \"desiderata\": \"ochoro\",\n    \"desiderate\": \"na-achọ\",\n    \"desiderated\": \"chọsiri ike\",\n    \"desiderating\": \"na-achọ\",\n    \"desideration\": \"enweghị olileanya\",\n    \"desiderative\": \"na-achọsi ike\",\n    \"desideratum\": \"ichoro\",\n    \"desiderium\": \"ichere\",\n    \"desiderta\": \"achozie\",\n    \"desidiose\": \"ihe nkiri\",\n    \"desidious\": \"na-achọ\",\n    \"desight\": \"ọchịchọ\",\n    \"desightment\": \"ọchịchọ\",\n    \"design\": \"imewe\",\n    \"designado\": \"imewe\",\n    \"designate\": \"gosi\",\n    \"designated\": \"ẹkedọhọde\",\n    \"designates\": \"na-egosi\",\n    \"designating\": \"emebe iwu\",\n    \"designations\": \"ọkọlọtọ\",\n    \"designator\": \"onye nhazi\",\n    \"designatory\": \"na-egosi\",\n    \"designators\": \"ndị na-emepụta ihe\",\n    \"designed\": \"e mere\",\n    \"designedly\": \"emebere\",\n    \"designedness\": \"imewe\",\n    \"designer\": \"mmebe\",\n    \"designers\": \"ndị na-emepụta ihe\",\n    \"designful\": \"imewe\",\n    \"designfully\": \"kpachapụrụ anya\",\n    \"designfulness\": \"okike\",\n    \"designing\": \"emebe\",\n    \"designingly\": \"na-emebe\",\n    \"designless\": \"emebeghi\",\n    \"designlessly\": \"na-enweghị atụ\",\n    \"designlessness\": \"enweghị echiche\",\n    \"designs\": \"aghụghọ\",\n    \"desyl\": \"ọrịre\",\n    \"desilicated\": \"chọrọ\",\n    \"desilicating\": \"na-achọ\",\n    \"desilicify\": \"ịchọ\",\n    \"desilicification\": \"ịchọpụsị\",\n    \"desilicified\": \"chọrọ\",\n    \"desiliconization\": \"ọchịchọ\",\n    \"desiliconize\": \"nwechaa\",\n    \"desilt\": \"chọrọ\",\n    \"desilver\": \"na-achọ\",\n    \"desilvered\": \"chọrọ\",\n    \"desilvering\": \"na-achọ\",\n    \"desilverization\": \"ọchịchọ\",\n    \"desilverize\": \"chọrọ\",\n    \"desilverized\": \"chọrọ\",\n    \"desilverizer\": \"onye na-achọ ihe\",\n    \"desilverizing\": \"na-achọ\",\n    \"desilvers\": \"na-achọ\",\n    \"desynaptic\": \"okwa\",\n    \"desynchronizing\": \"okpokoro\",\n    \"desinence\": \"ekwenti\",\n    \"desinent\": \"ichoro\",\n    \"desinential\": \"chọrọ\",\n    \"desipience\": \"chere\",\n    \"desipiency\": \"ikerepụ\",\n    \"desipient\": \"na-ekwusi ike\",\n    \"desirability\": \"ọchịchọ\",\n    \"desirable\": \"na-achọsi ike\",\n    \"desirableness\": \"na-achọsi ike\",\n    \"desirably\": \"na-achọsi ike\",\n    \"desire\": \"ochicho\",\n    \"desireable\": \"na-achọsi ike\",\n    \"desired\": \"chọrọ\",\n    \"desiredly\": \"chọrọ\",\n    \"desiredness\": \"ọchịchọ\",\n    \"desireful\": \"ọchịchọ\",\n    \"desirefulness\": \"ọchịchọ\",\n    \"desireless\": \"enweghị agụụ\",\n    \"desirelessness\": \"enweghị agụụ\",\n    \"desirer\": \"chọrọ\",\n    \"desirers\": \"ndị chọrọ\",\n    \"desires\": \"ochicho\",\n    \"desiring\": \"na-achọ\",\n    \"desiringly\": \"na-achọ\",\n    \"desirous\": \"na-achọsi ike\",\n    \"desirously\": \"na-achọsi ike\",\n    \"desirousness\": \"ọchịchọ\",\n    \"desist\": \"kwụsị\",\n    \"desistance\": \"nkwụsị\",\n    \"desisted\": \"jụrụ\",\n    \"desistence\": \"nkwụsị\",\n    \"desisting\": \"nkwụsị\",\n    \"desistive\": \"na-achọsi ike\",\n    \"desists\": \"na-ajụ\",\n    \"desition\": \"mkpebi\",\n    \"desitive\": \"achoghi\",\n    \"desize\": \"rie\",\n    \"desk\": \"tebụl\",\n    \"deskill\": \"tebụl\",\n    \"desklike\": \"dị ka tebụl\",\n    \"deskman\": \"tebụl\",\n    \"deskmen\": \"ndị na-edocha okpokoro\",\n    \"desks\": \"tebụl\",\n    \"desktop\": \"desktọọpụ\",\n    \"deslime\": \"okpokoro\",\n    \"desman\": \"Ikenna\",\n    \"desmans\": \"ihe\",\n    \"desmanthus\": \"Ikenna\",\n    \"desmarestiaceous\": \"ọrịre\",\n    \"desmic\": \"mkpa\",\n    \"desmidiaceous\": \"okpokoro\",\n    \"desmidian\": \"okpokoro\",\n    \"desmids\": \"okpokoro\",\n    \"desmine\": \"ebibi\",\n    \"desmitis\": \"Nkịtị\",\n    \"desmocyte\": \"nkụda\",\n    \"desmodactyli\": \"mmmmmmmmmmmmm\",\n    \"desmodont\": \"mbibi\",\n    \"desmogenous\": \"nwekwaa\",\n    \"desmography\": \"ihe omimi\",\n    \"desmohemoblast\": \"mmmmmmmmmmmmm\",\n    \"desmoid\": \"nkụda mmụọ\",\n    \"desmoids\": \"nkụda mmụọ\",\n    \"desmolase\": \"ogbegbe\",\n    \"desmology\": \"nkpochapu\",\n    \"desmoneoplasm\": \"okpokoro\",\n    \"desmopathy\": \"nkụda mmụọ\",\n    \"desmopelmous\": \"Okwa\",\n    \"desmoscolex\": \"okpokoro\",\n    \"desmotrope\": \"okpokoro\",\n    \"desmotropy\": \"okpokoro\",\n    \"desmotropic\": \"okpokoro\",\n    \"desobligeant\": \"deobligeant\",\n    \"desocialization\": \"ịtọgbọrọ n'efu\",\n    \"desocialize\": \"tọgbọrọ n'efu\",\n    \"desoeuvre\": \"tọgbọọ\",\n    \"desolate\": \"tọgbọrọ n'efu\",\n    \"desolated\": \"tọgbọrọ n'efu\",\n    \"desolately\": \"tọgbọrọ n'efu\",\n    \"desolateness\": \"ịda mba\",\n    \"desolater\": \"ikpochapu\",\n    \"desolates\": \"tọgbọrọ n'efu\",\n    \"desolating\": \"imebisị ihe\",\n    \"desolatingly\": \"na-achọ\",\n    \"desolation\": \"ịtọgbọrọ n'efu\",\n    \"desolations\": \"ịtọgbọrọ n'efu\",\n    \"desolative\": \"tọgbọrọ\",\n    \"desolator\": \"tọgbọrọ n'efu\",\n    \"desole\": \"tọgbọrọ n'efu\",\n    \"desonation\": \"okwesiri\",\n    \"desophisticate\": \"ọzara\",\n    \"desophistication\": \"ọzara\",\n    \"desorb\": \"ihe ọ .ụ .ụ\",\n    \"desorbed\": \"ihere\",\n    \"desorbing\": \"ichoro\",\n    \"desorbs\": \"ihe ọụ .ụ\",\n    \"desorption\": \"ọchịchọ\",\n    \"desoxalate\": \"tọgbọrọ\",\n    \"desoxalic\": \"kelechi\",\n    \"desoxyanisoin\": \"ahosyanisoin\",\n    \"desoxybenzoin\": \"ahokshobenzoin\",\n    \"desoxycinchonine\": \"mmmmmmmmmmmmm\",\n    \"desoxycorticosterone\": \"ahoorokasticosterone\",\n    \"desoxyephedrine\": \"ebekpofesrine\",\n    \"desoxymorphine\": \"noxymorphine\",\n    \"desoxyribonuclease\": \"ahoksribribonyeanu\",\n    \"desoxyribonucleic\": \"efonyechika okonkwo\",\n    \"desoxyribonucleoprotein\": \"achaksribonucleoprotein\",\n    \"desoxyribose\": \"mmmmmmmmmmmmm\",\n    \"despair\": \"obi nkoropụ\",\n    \"despaired\": \"enwekwaghị olileanya\",\n    \"despairer\": \"nkụda mmụọ\",\n    \"despairful\": \"obi nkoropụ\",\n    \"despairfully\": \"enweghị obi nkoropụ\",\n    \"despairfulness\": \"obi nkoropụ\",\n    \"despairing\": \"enweghị olileanya\",\n    \"despairingly\": \"enweghị obi nkoropụ\",\n    \"despairingness\": \"enweghị olileanya\",\n    \"despairs\": \"enweghị olileanya\",\n    \"desparple\": \"nleda anya\",\n    \"despatch\": \"nkasi\",\n    \"despatched\": \"zitere\",\n    \"despatcher\": \"mgbapu\",\n    \"despatching\": \"na-agbaghara\",\n    \"despeche\": \"chukwuebuka\",\n    \"despecialization\": \"ọpeụ\",\n    \"despecialize\": \"na-achọ\",\n    \"despecificate\": \"ekwulu\",\n    \"despecification\": \"nkpochapu\",\n    \"despect\": \"atụmanya\",\n    \"despectant\": \"ọmarịcha\",\n    \"despeed\": \"ebelebe\",\n    \"despend\": \"chere\",\n    \"desperacy\": \"nkụda mmụọ\",\n    \"desperado\": \"nkpo\",\n    \"desperadoes\": \"Agụụ\",\n    \"desperadoism\": \"ochichi\",\n    \"desperados\": \"nkpo\",\n    \"desperance\": \"enweghị olileanya\",\n    \"desperate\": \"sikwara ike njite\",\n    \"desperately\": \"n’echeghị echiche\",\n    \"desperateness\": \"ọchịchọ\",\n    \"desperation\": \"enweghị olileanya\",\n    \"despert\": \"mbadamba\",\n    \"despicability\": \"nleda anya\",\n    \"despicable\": \"nleda anya\",\n    \"despicableness\": \"nlelị\",\n    \"despicably\": \"nlelị\",\n    \"despiciency\": \"nlelị\",\n    \"despin\": \"Ikenna\",\n    \"despiritualization\": \"nlelị\",\n    \"despiritualize\": \"kpachapụ anya\",\n    \"despisable\": \"nlelị\",\n    \"despisableness\": \"nlelị\",\n    \"despisal\": \"nlelị\",\n    \"despise\": \"eleda anya\",\n    \"despised\": \"elelị\",\n    \"despisedness\": \"nlelị\",\n    \"despisement\": \"nlelị\",\n    \"despiser\": \"nlelị\",\n    \"despisers\": \"ndị na-asọ oyi\",\n    \"despises\": \"na-eleda anya\",\n    \"despising\": \"na-eleda anya\",\n    \"despisingly\": \"na-eleda anya\",\n    \"despite\": \"n'agbanyeghị\",\n    \"despited\": \"nlelị\",\n    \"despiteful\": \"n'agbanyeghị\",\n    \"despitefully\": \"n'agbanyeghị\",\n    \"despitefulness\": \"n'agbanyeghị\",\n    \"despiteous\": \"n'agbanyeghị\",\n    \"despiteously\": \"n'agbanyeghị\",\n    \"despites\": \"na-asọ oyi\",\n    \"despiting\": \"na-eleda anya\",\n    \"despitous\": \"nleda anya\",\n    \"despoil\": \"ibukọrọ ihe mmadụ\",\n    \"despoiled\": \"e bukọrọ ihe ya\",\n    \"despoiler\": \"Onye na-apụnara mmadụ ihe\",\n    \"despoilers\": \"ndị na-apụnara mmadụ ihe\",\n    \"despoiling\": \"ibibi ihe\",\n    \"despoilment\": \"mbibi\",\n    \"despoilments\": \"mbibi\",\n    \"despoils\": \"na-apụnara mmadụ ihe\",\n    \"despoliation\": \"afọ ojuju\",\n    \"despoliations\": \"ndozi\",\n    \"despond\": \"ida mba\",\n    \"desponded\": \"nkụda mmụọ\",\n    \"despondence\": \"nkụda mmụọ\",\n    \"despondency\": \"nkụda mmụọ\",\n    \"despondencies\": \"nkụda mmụọ\",\n    \"despondent\": \"nkụda mmụọ\",\n    \"despondently\": \"nkụda mmụọ\",\n    \"despondentness\": \"nkụda mmụọ\",\n    \"desponder\": \"Na-atụgharị uche\",\n    \"desponding\": \"na-enwe nkụda mmụọ\",\n    \"despondingly\": \"na-akụda mmụọ\",\n    \"desponds\": \"nkụda mmụọ\",\n    \"desponsage\": \"nlelị\",\n    \"desponsate\": \"na-asọ oyi\",\n    \"desponsories\": \"nleda anya\",\n    \"despose\": \"iburu\",\n    \"despot\": \"ebelata\",\n    \"despotat\": \"ebelebe\",\n    \"despotes\": \"na-eleda anya\",\n    \"despotic\": \"ihe ike\",\n    \"despotical\": \"ihe ike\",\n    \"despotically\": \"n'ụzọ doro anya\",\n    \"despoticalness\": \"ịda mba\",\n    \"despoticly\": \"na-agbasi mbọ ike\",\n    \"despotism\": \"ike ọchịchị\",\n    \"despotisms\": \"ikike ọchịchị\",\n    \"despotist\": \"onye ime ihe ike\",\n    \"despotize\": \"kwụsịtụ\",\n    \"despots\": \"Oche\",\n    \"despouse\": \"mbibi\",\n    \"despraise\": \"elelị\",\n    \"despumate\": \"iweda\",\n    \"despumated\": \"elelị\",\n    \"despumating\": \"na-agbaghara\",\n    \"despumation\": \"nleda anya\",\n    \"despume\": \"iweda\",\n    \"desquamated\": \"emebisị\",\n    \"desquamating\": \"na-achọ\",\n    \"desquamative\": \"ochicha\",\n    \"desquamatory\": \"desquatory\",\n    \"desray\": \"na-achọ\",\n    \"dess\": \"dais\",\n    \"dessert\": \"dezaati\",\n    \"destabilization\": \"nbibi\",\n    \"destabilize\": \"kwụsie ike\",\n    \"destabilized\": \"kwusara\",\n    \"destabilizing\": \"na-agbagha\",\n    \"destain\": \"nweta\",\n    \"destained\": \"chọrọ\",\n    \"destaining\": \"na-achọ\",\n    \"destains\": \"na-achọ\",\n    \"destalinization\": \"nhazi oge\",\n    \"destalinize\": \"kpebie\",\n    \"destandardize\": \"ebibi\",\n    \"destemper\": \"onye obula\",\n    \"desterilization\": \"nwoke ịga ụlọ ọgwụ\",\n    \"desterilize\": \"ikpochapu\",\n    \"desterilized\": \"igba ogwu\",\n    \"desterilizing\": \"na-agbagha\",\n    \"destigmatization\": \"nhazi\",\n    \"destigmatize\": \"kọwaa\",\n    \"destigmatizing\": \"nhazi\",\n    \"destin\": \"kara aka\",\n    \"destinal\": \"kara aka\",\n    \"destinate\": \"kara aka\",\n    \"destination\": \"ebe njedebe\",\n    \"destinations\": \"ebe njedebe\",\n    \"destine\": \"kara aka\",\n    \"destined\": \"kara aka\",\n    \"destines\": \"akara aka\",\n    \"destinezite\": \"Ebebueze\",\n    \"destiny\": \"akara aka\",\n    \"destinies\": \"akara aka\",\n    \"destining\": \"na-aga\",\n    \"destinism\": \"ọdịnihu\",\n    \"destinist\": \"onye chọrọ\",\n    \"destituent\": \"ọnọdụ\",\n    \"destitute\": \"nọ n'ụkọ\",\n    \"destituted\": \"ekpebiri\",\n    \"destitutely\": \"kpam kpam\",\n    \"destituteness\": \"njedebe\",\n    \"destituting\": \"na-achọ\",\n    \"destitution\": \"mbibi\",\n    \"desto\": \"iwu\",\n    \"destoolment\": \"mbibi\",\n    \"destour\": \"oge ochie\",\n    \"destrer\": \"ebibi\",\n    \"destress\": \"mbibi\",\n    \"destressed\": \"nwere nsogbu\",\n    \"destry\": \"bibie\",\n    \"destrier\": \"ebibi\",\n    \"destriers\": \"ndị na-ebibi\",\n    \"destroy\": \"bibie\",\n    \"destroyable\": \"na-ebibi\",\n    \"destroyed\": \"ebibi\",\n    \"destroyer\": \"mbibi\",\n    \"destroyers\": \"ndị mbibi\",\n    \"destroying\": \"na-ebibi\",\n    \"destroyingly\": \"na-ebibi\",\n    \"destroys\": \"na-ebibi\",\n    \"destruct\": \"bibie\",\n    \"destructed\": \"bibie\",\n    \"destructibility\": \"nbibi\",\n    \"destructible\": \"nbibi\",\n    \"destructibleness\": \"ihe efu efu\",\n    \"destructing\": \"na-ebibi\",\n    \"destruction\": \"mbibi\",\n    \"destructional\": \"mbibi\",\n    \"destructionism\": \"mbibi\",\n    \"destructionist\": \"mbibi\",\n    \"destructions\": \"mbibi\",\n    \"destructive\": \"ebibi\",\n    \"destructively\": \"ebibi\",\n    \"destructiveness\": \"ebibi\",\n    \"destructivism\": \"mbibi\",\n    \"destructivity\": \"mbibi\",\n    \"destructor\": \"ebibi\",\n    \"destructory\": \"mbibi\",\n    \"destructors\": \"ndị nbibi\",\n    \"destructs\": \"ebibi\",\n    \"destructuralize\": \"ebibi\",\n    \"destrudo\": \"ebibi\",\n    \"destuff\": \"ebula\",\n    \"destuffing\": \"ebibi\",\n    \"destuffs\": \"ebibi\",\n    \"desubstantialize\": \"na-atụgharị uche\",\n    \"desucration\": \"ọchịchọ\",\n    \"desudation\": \"ịda mba\",\n    \"desuetude\": \"Nwachukwu\",\n    \"desuetudes\": \"ochicho\",\n    \"desugared\": \"chọrọ\",\n    \"desugaring\": \"na-achọ\",\n    \"desulfovibrio\": \"chukwunonso\",\n    \"desulfur\": \"sọlfọ\",\n    \"desulfurated\": \"bibie\",\n    \"desulfurating\": \"desulfurization\",\n    \"desulfuration\": \"desulfurization\",\n    \"desulfured\": \"bibie\",\n    \"desulfuring\": \"na-achọ\",\n    \"desulfurisation\": \"desulfurization\",\n    \"desulfurised\": \"ebibie\",\n    \"desulfuriser\": \"onyegbula\",\n    \"desulfurising\": \"na-achọpụ\",\n    \"desulfurize\": \"delata\",\n    \"desulfurized\": \"emezuwo\",\n    \"desulfurizing\": \"na-agwụ ike\",\n    \"desulfurs\": \"ebe a\",\n    \"desulphurate\": \"icha\",\n    \"desulphurated\": \"disulphurated\",\n    \"desulphurating\": \"na-achọ\",\n    \"desulphuret\": \"ebem\",\n    \"desulphurise\": \"chukwubuike\",\n    \"desulphurised\": \"chụpụrụ\",\n    \"desulphurising\": \"na-achọ ihe\",\n    \"desulphurized\": \"chụpụrụ\",\n    \"desulphurizing\": \"na-achọ ọizingụ\",\n    \"desultor\": \"onye na-achọ ihe\",\n    \"desultorily\": \"otele\",\n    \"desultoriness\": \"ochicho\",\n    \"desultorious\": \"ọpụrụiche\",\n    \"desume\": \"iweda\",\n    \"desuvre\": \"chọọ\",\n    \"detach\": \"wepu\",\n    \"detachable\": \"kemwepu\",\n    \"detachableness\": \"ihe mgbochi\",\n    \"detache\": \"wepu\",\n    \"detached\": \"iche\",\n    \"detachedly\": \"iche\",\n    \"detachedness\": \"nkwụsị\",\n    \"detacher\": \"onye mgbapu\",\n    \"detachers\": \"ndị ntọ\",\n    \"detaches\": \"na-ewepu\",\n    \"detaching\": \"nkwụsị\",\n    \"detachment\": \"nkwụsị\",\n    \"detachments\": \"detachị\",\n    \"detachs\": \"wepu\",\n    \"detail\": \"nju\",\n    \"detailed\": \"zuru ezu\",\n    \"detailedly\": \"zuru ezu\",\n    \"detailedness\": \"zuru ezu\",\n    \"detailers\": \"ndị na-apụ apụ\",\n    \"detailing\": \"na-akọwa\",\n    \"detailism\": \"nkọwa\",\n    \"detailist\": \"onye nkọwa\",\n    \"details\": \"nkọwa\",\n    \"detain\": \"ijide\",\n    \"detainable\": \"ijide\",\n    \"detainal\": \"njide\",\n    \"detained\": \"ejidere\",\n    \"detainee\": \"onye eji eji\",\n    \"detainees\": \"ndị ejidere\",\n    \"detainer\": \"onye njide\",\n    \"detainers\": \"njide\",\n    \"detaining\": \"ijide\",\n    \"detainingly\": \"na-ejide\",\n    \"detainment\": \"njide\",\n    \"detains\": \"na-ejide\",\n    \"detat\": \"atbọchị\",\n    \"detect\": \"chọpụta\",\n    \"detectability\": \"nchọpụta\",\n    \"detectable\": \"achọpụta\",\n    \"detectably\": \"achọpụta\",\n    \"detectaphone\": \"ekwentị\",\n    \"detected\": \"achoputara\",\n    \"detecter\": \"onye nchoputa\",\n    \"detecters\": \"ndị na-achọpụta ihe\",\n    \"detectible\": \"achọpụta\",\n    \"detecting\": \"ịchọputa\",\n    \"detection\": \"nchọpụta\",\n    \"detections\": \"nchọpụta\",\n    \"detective\": \"onye nyocha\",\n    \"detectives\": \"ndị nchọpụta\",\n    \"detectivism\": \"nchọpụta\",\n    \"detector\": \"onye nchoputa\",\n    \"detectors\": \"ndị na-achọpụta ihe\",\n    \"detects\": \"na-achọpụta\",\n    \"detenebrate\": \"detuobrate\",\n    \"detente\": \"detuo\",\n    \"detentes\": \"na-agbada\",\n    \"detention\": \"njide\",\n    \"detentive\": \"njide\",\n    \"detenue\": \"detenu\",\n    \"deter\": \"igbochi\",\n    \"deterge\": \"gbochie\",\n    \"deterged\": \"omo\",\n    \"detergence\": \"nchapu\",\n    \"detergency\": \"nkwụsị\",\n    \"detergent\": \"omo\",\n    \"detergents\": \"ncha\",\n    \"deterger\": \"ihe nkwọcha\",\n    \"detergers\": \"ndị na-eme mkpọtụ\",\n    \"deterges\": \"na-egbochi\",\n    \"detergible\": \"achọrọ\",\n    \"deterging\": \"na-egbochi\",\n    \"detering\": \"igbochi\",\n    \"deteriorate\": \"njọ\",\n    \"deteriorated\": \"njọ\",\n    \"deteriorates\": \"na-emebi\",\n    \"deteriorating\": \"na-emebi\",\n    \"deterioration\": \"mmebi\",\n    \"deteriorationist\": \"Onye mmebi iwu\",\n    \"deteriorations\": \"mmebi\",\n    \"deteriorative\": \"na-emebi emebi\",\n    \"deteriorator\": \"emebi\",\n    \"deteriorism\": \"njọ\",\n    \"deteriority\": \"mgbochi\",\n    \"determ\": \"igbochi\",\n    \"determa\": \"nkwụsị\",\n    \"determent\": \"kpebisiri ike\",\n    \"determents\": \"ndị na-ekpebi ihe\",\n    \"determinability\": \"mkpebi\",\n    \"determinable\": \"chọpụta\",\n    \"determinableness\": \"mkpebi\",\n    \"determinably\": \"chọpụta\",\n    \"determinacy\": \"kpebisie ike\",\n    \"determinant\": \"kpebisie ike\",\n    \"determinantal\": \"ekpebi\",\n    \"determinants\": \"ndị na-ekpebi ihe\",\n    \"determinate\": \"chọpụta\",\n    \"determinated\": \"kpebisiri ike\",\n    \"determinately\": \"kpebisie ike\",\n    \"determinateness\": \"ekpebi ihe\",\n    \"determinating\": \"ekpebi\",\n    \"determination\": \"mkpebi siri ike\",\n    \"determinations\": \"mkpebi\",\n    \"determinative\": \"mkpebi\",\n    \"determinatively\": \"kpebisie ike\",\n    \"determinativeness\": \"mkpebi\",\n    \"determinator\": \"achoputa\",\n    \"determine\": \"chọpụta\",\n    \"determined\": \"kpebisiri ike\",\n    \"determinedly\": \"kpebisie ike\",\n    \"determinedness\": \"mkpebi siri ike\",\n    \"determiner\": \"ihe choro\",\n    \"determiners\": \"ndị na-ekpebi ihe\",\n    \"determines\": \"na-ekpebi\",\n    \"determining\": \"na-achọpụta\",\n    \"determinism\": \"mkpebi\",\n    \"determinist\": \"ekpebi\",\n    \"deterministic\": \"ekpebi\",\n    \"deterministically\": \"kpebisie ike\",\n    \"determinists\": \"na-achọpụta\",\n    \"deterrability\": \"nkwụsị\",\n    \"deterrable\": \"nkwụsị\",\n    \"deterration\": \"ịda mba\",\n    \"deterred\": \"gbochie\",\n    \"deterrence\": \"igbochi\",\n    \"deterrent\": \"igbochi\",\n    \"deterrently\": \"na-egbochi\",\n    \"deterrents\": \"ndị na-egbochi\",\n    \"deterrer\": \"ihe mgbochi\",\n    \"deterrers\": \"ndị na-ajụ oyi\",\n    \"deterring\": \"igbochi\",\n    \"deters\": \"detụ\",\n    \"detersion\": \"ihe\",\n    \"detersive\": \"ihe ojoo\",\n    \"detersively\": \"iche\",\n    \"detersiveness\": \"nwepu\",\n    \"detest\": \"arụ\",\n    \"detestability\": \"arụ\",\n    \"detestable\": \"rụrụ arụ\",\n    \"detestableness\": \"ihe-árú\",\n    \"detestably\": \"rụrụ arụ\",\n    \"detestation\": \"arụ\",\n    \"detestations\": \"ihe-arụ\",\n    \"detested\": \"rụrụ arụ\",\n    \"detester\": \"detesta\",\n    \"detesters\": \"ndị rụrụ arụ\",\n    \"detesting\": \"ihe arụ\",\n    \"detests\": \"arụ\",\n    \"dethronable\": \"okwesighi\",\n    \"dethronement\": \"nkwụsị\",\n    \"dethronements\": \"ebe obibi\",\n    \"dethroner\": \"ntaneti\",\n    \"dethroning\": \"Dethroning\",\n    \"deticked\": \"det pụrụ\",\n    \"detickers\": \"deticiki\",\n    \"deticking\": \"na-atọpụ\",\n    \"detinue\": \"wepụ\",\n    \"detinues\": \"na-aga n'ihu\",\n    \"detinuit\": \"wepụ\",\n    \"detonate\": \"igbasu\",\n    \"detonated\": \"ewepu\",\n    \"detonates\": \"gbawara\",\n    \"detonating\": \"deton\",\n    \"detonation\": \"mgbapụta\",\n    \"detonations\": \"deton\",\n    \"detonators\": \"detuo\",\n    \"detonize\": \"detuo\",\n    \"detorsion\": \"mkpọsa\",\n    \"detort\": \"detọ\",\n    \"detour\": \"ụzọ\",\n    \"detoured\": \"gbanwere\",\n    \"detouring\": \"gha\",\n    \"detournement\": \"ndozi\",\n    \"detours\": \"dị iche iche\",\n    \"detoxicant\": \"na-egbu egbu\",\n    \"detoxicate\": \"na-egbu egbu\",\n    \"detoxicated\": \"mmanya egbu\",\n    \"detoxicating\": \"na-egbu egbu\",\n    \"detoxication\": \"mmanya na-egbu egbu\",\n    \"detoxicator\": \"onye na-egbu egbu\",\n    \"detoxify\": \"dozie\",\n    \"detoxification\": \"ndozi\",\n    \"detoxified\": \"ekpugwo\",\n    \"detoxifies\": \"na-edozi\",\n    \"detoxifying\": \"na-edozi\",\n    \"detract\": \"wepụ\",\n    \"detracted\": \"detụrụ\",\n    \"detracter\": \"mmebi iwu\",\n    \"detracting\": \"na-agbaghara\",\n    \"detractingly\": \"na-agbaghara\",\n    \"detraction\": \"mmebi\",\n    \"detractions\": \"mmebi\",\n    \"detractive\": \"detract\",\n    \"detractiveness\": \"ndozi\",\n    \"detractor\": \"onye nkasi obi\",\n    \"detractors\": \"ndị nkatọ\",\n    \"detracts\": \"na-ewepụsị\",\n    \"detray\": \"detuo\",\n    \"detrain\": \"gbochie\",\n    \"detrained\": \"etinyere\",\n    \"detraining\": \"na-emebi\",\n    \"detrainment\": \"mmebi\",\n    \"detrains\": \"na-ewepụ\",\n    \"detrect\": \"gbanwere\",\n    \"detrench\": \"belata\",\n    \"detribalization\": \"mmebi\",\n    \"detribalize\": \"imebisị\",\n    \"detribalized\": \"mmebi\",\n    \"detribalizing\": \"na-emebi\",\n    \"detriment\": \"mmebi\",\n    \"detrimental\": \"mmebi\",\n    \"detrimentality\": \"mmebi\",\n    \"detrimentally\": \"na-emebi emebi\",\n    \"detrimentalness\": \"mmebi iwu\",\n    \"detriments\": \"mmebi\",\n    \"detrited\": \"detritar\",\n    \"detrition\": \"mbibi\",\n    \"detrivorous\": \"detritivorous\",\n    \"detroiter\": \"detorita\",\n    \"detruck\": \"gwongworo\",\n    \"detrude\": \"Otutu\",\n    \"detruded\": \"Egburu\",\n    \"detrudes\": \"Okwuchukwu\",\n    \"detruding\": \"Na-ekwu okwu\",\n    \"detruncate\": \"iwepụ\",\n    \"detruncated\": \"kpochapụrụ\",\n    \"detruncating\": \"na-emebi\",\n    \"detruncation\": \"mbibi\",\n    \"detrusion\": \"mbibi\",\n    \"detrusive\": \"ihe ojoo\",\n    \"detrusor\": \"ihe mgbochi\",\n    \"detruss\": \"Na Na Na\",\n    \"dette\": \"Igha\",\n    \"detubation\": \"atọpụ\",\n    \"detumescence\": \"nkwụsị\",\n    \"detumescent\": \"detomscent\",\n    \"detune\": \"mgbapụ\",\n    \"detuned\": \"gbogburu\",\n    \"detuning\": \"wepụ\",\n    \"deturb\": \"mmebi\",\n    \"deturn\": \"iwepụ\",\n    \"deturpate\": \"itughari\",\n    \"deucalion\": \"duucalion\",\n    \"deuced\": \"gbarụrụ\",\n    \"deucedly\": \"ikechukwu\",\n    \"deuces\": \"Diuces\",\n    \"deucing\": \"na-aghọ aghụghọ\",\n    \"deul\": \"Ihe\",\n    \"deunam\": \"ebem\",\n    \"deuniting\": \"na-agbaghara\",\n    \"deutencephalon\": \"Diutenphalon\",\n    \"deuteragonist\": \"Odegbogu\",\n    \"deuteranopic\": \"ọtụmọkpọ\",\n    \"deuteride\": \"Obinna\",\n    \"deuterium\": \"Diuterium\",\n    \"deuterogamist\": \"Ogba\",\n    \"deuteron\": \"Diuterọnọmi\",\n    \"deuteronomy\": \"Deuterọnọmi\",\n    \"deuteronomic\": \"Diuterọnọmi\",\n    \"deuteronomical\": \"Diuterọnọmi\",\n    \"deuteronomist\": \"Diuterọnọmi\",\n    \"deuteronomistic\": \"Diuterọnọmi\",\n    \"deuterons\": \"Deuterọnọmi\",\n    \"deuteropathy\": \"Ọrịa\",\n    \"deuteropathic\": \"utemụnna gị\",\n    \"deuteroscopic\": \"Ọrịa\",\n    \"deuterosy\": \"Ọrịa\",\n    \"deutomerite\": \"dezieerite\",\n    \"deuton\": \"Diuton\",\n    \"deutonephron\": \"Ighalo\",\n    \"deutonymphal\": \"Diutonymphal\",\n    \"deutsche\": \"Uchechi\",\n    \"deutschland\": \"Obinna\",\n    \"deutzia\": \"Diutzia\",\n    \"deuzan\": \"Obinna\",\n    \"dev\": \"tinye\",\n    \"devachan\": \"Onyeukwu\",\n    \"deval\": \"iweda\",\n    \"devall\": \"tinye\",\n    \"devaluate\": \"wedata\",\n    \"devaluated\": \"gbakọrọ\",\n    \"devaluates\": \"na-ewelata\",\n    \"devaluating\": \"na-emelata\",\n    \"devaluation\": \"mbibi\",\n    \"devaluations\": \"enweghị ọnụ\",\n    \"devalue\": \"iweda\",\n    \"devalued\": \"ebula\",\n    \"devalues\": \"nkwanye ugwu\",\n    \"devaluing\": \"na-eweda n'ala\",\n    \"devanagari\": \"Ikwerre\",\n    \"devance\": \"ozi\",\n    \"devant\": \"ugochukwu\",\n    \"devaporate\": \"iju mmiri\",\n    \"devaporation\": \"vagha\",\n    \"devast\": \"mbibi\",\n    \"devastate\": \"bibie\",\n    \"devastated\": \"bibie\",\n    \"devastates\": \"na-emebi\",\n    \"devastating\": \"na-emebi ihe\",\n    \"devastatingly\": \"na-ebibi\",\n    \"devastation\": \"mbibi\",\n    \"devastations\": \"mbibi\",\n    \"devastative\": \"na-emebi ihe\",\n    \"devastator\": \"mbibi\",\n    \"devastators\": \"ndị na-emebi ihe\",\n    \"devastavit\": \"onyinyechi\",\n    \"devaster\": \"onye ozo\",\n    \"devaul\": \"ire\",\n    \"devaunt\": \"gha\",\n    \"deve\": \"mmiri\",\n    \"deveined\": \"gbuchara\",\n    \"deveining\": \"izu ike\",\n    \"develed\": \"agburu\",\n    \"develing\": \"devel\",\n    \"develop\": \"ịzụlite\",\n    \"developability\": \"mmepe\",\n    \"developable\": \"mmepe\",\n    \"develope\": \"amalite\",\n    \"developed\": \"mepụtara\",\n    \"developedness\": \"mmepe\",\n    \"developement\": \"mmepe\",\n    \"developer\": \"Mmepụta\",\n    \"developers\": \"ndị mmepe\",\n    \"developes\": \"mepụtara\",\n    \"developing\": \"na-emepe emepe\",\n    \"developist\": \"mepụtara\",\n    \"development\": \"mmepe\",\n    \"developmental\": \"mmepe\",\n    \"developmentalist\": \"onye mmepe\",\n    \"developmentally\": \"mmepe\",\n    \"developmentary\": \"mmepe\",\n    \"developmentarian\": \"onye mmepe\",\n    \"developmentist\": \"mmepe\",\n    \"developments\": \"Mmepe\",\n    \"developpe\": \"ịzụlite\",\n    \"developpes\": \"na-amalite\",\n    \"develops\": \"amalite\",\n    \"devels\": \"devel\",\n    \"deverbative\": \"deverative\",\n    \"devertebrated\": \"gbanwere\",\n    \"devest\": \"mebiri\",\n    \"devested\": \"gbasasịa\",\n    \"devesting\": \"ịgbasa\",\n    \"devests\": \"gbasaa\",\n    \"devexity\": \"mmmmmmmmmmmm\",\n    \"deviability\": \"mgbanwe\",\n    \"deviable\": \"agbanwe\",\n    \"deviance\": \"nwehie\",\n    \"deviances\": \"nwehie\",\n    \"deviancy\": \"ekwupụta\",\n    \"deviancies\": \"mmụọ\",\n    \"deviant\": \"dị iche\",\n    \"deviants\": \"ekwuru\",\n    \"deviate\": \"wezuga\",\n    \"deviated\": \"agbagọ\",\n    \"deviately\": \"gbagọrọ\",\n    \"deviates\": \"wezuga\",\n    \"deviating\": \"na-agbagọ\",\n    \"deviation\": \"ndiiche\",\n    \"deviational\": \"dị iche\",\n    \"deviationism\": \"ndudue\",\n    \"deviationist\": \"ndudue\",\n    \"deviations\": \"enweghịkwa\",\n    \"deviative\": \"na-atụgharị uche\",\n    \"deviator\": \"Onye ohi\",\n    \"deviatory\": \"dị iche\",\n    \"deviators\": \"ndị na-emehie\",\n    \"device\": \"ngwaọrụ\",\n    \"deviceful\": \"eji aka\",\n    \"devicefully\": \"na ngwaọrụ\",\n    \"devicefulness\": \"ngwaọrụ\",\n    \"devices\": \"ngwaọrụ\",\n    \"devide\": \"ngwaọrụ\",\n    \"devil\": \"ekwensu\",\n    \"devilbird\": \"ekwensu nnụnụ\",\n    \"devildom\": \"Onyinyechukwu\",\n    \"deviled\": \"agbagọ\",\n    \"deviler\": \"zipu\",\n    \"deviless\": \"enweghị ntụpọ\",\n    \"devilet\": \"Onye Ozi\",\n    \"devilfish\": \"azụ azụ\",\n    \"devilfishes\": \"azụ azụ\",\n    \"devilhood\": \"ekwensu\",\n    \"devily\": \"jiri\",\n    \"deviling\": \"ekwensu\",\n    \"devilish\": \"ekwensu\",\n    \"devilishly\": \"n'echeghị echiche\",\n    \"devilishness\": \"ekwensu\",\n    \"devilism\": \"ekwensu\",\n    \"devility\": \"oru\",\n    \"devilize\": \"kwuwe\",\n    \"devilized\": \"ekwensu\",\n    \"devilizing\": \"na-egbu egbu\",\n    \"devilkin\": \"ekwensu\",\n    \"devilkins\": \"Oyibo\",\n    \"devilled\": \"kwuputara\",\n    \"devillike\": \"Onyinyechi\",\n    \"devilling\": \"tinye\",\n    \"devilman\": \"ekwensu\",\n    \"devilment\": \"ekwensu\",\n    \"devilments\": \"ekwensu\",\n    \"devilmonger\": \"ekwensu\",\n    \"devilry\": \"ekwensu\",\n    \"devilries\": \"ekwensu\",\n    \"devils\": \"ekwensu\",\n    \"devilship\": \"ozi\",\n    \"deviltry\": \"ekwensu\",\n    \"deviltries\": \"ekwensu\",\n    \"devilward\": \"ekwensu\",\n    \"devilwise\": \"ekwensu\",\n    \"devilwood\": \"ekwensuwood\",\n    \"devinct\": \"ebumnuche\",\n    \"devious\": \"aghụghọ\",\n    \"deviously\": \"aghụghọ\",\n    \"deviousness\": \"aghụghọ\",\n    \"devirginate\": \"Chọọ\",\n    \"devirgination\": \"ntinye\",\n    \"devirginator\": \"Onyedika Chibuike\",\n    \"devirilize\": \"meenụ\",\n    \"devisability\": \"pụrụ iche\",\n    \"devisable\": \"dị\",\n    \"devisal\": \"nyocha\",\n    \"devisals\": \"ndị mmụọ\",\n    \"deviscerate\": \"Chọọ\",\n    \"devisceration\": \"ozi\",\n    \"devise\": \"chepụta\",\n    \"devised\": \"echepụta\",\n    \"devisee\": \"kwue\",\n    \"devisees\": \"na-eche\",\n    \"deviser\": \"onye chiri\",\n    \"devisers\": \"ndị na-ewepụta onwe ha\",\n    \"devises\": \"na-eche\",\n    \"devising\": \"iche echiche\",\n    \"devisings\": \"nzube\",\n    \"devisor\": \"onye nkesa\",\n    \"devisors\": \"ndị na-arụ ọrụ\",\n    \"devitalisation\": \"mbibi\",\n    \"devitalise\": \"ọrụ\",\n    \"devitalised\": \"agbụ\",\n    \"devitalising\": \"itinye aka\",\n    \"devitalization\": \"itinye aka\",\n    \"devitalize\": \"na-eche echiche\",\n    \"devitalized\": \"emewo\",\n    \"devitalizes\": \"na-eche\",\n    \"devitalizing\": \"itinye\",\n    \"devitaminize\": \"tinye uche\",\n    \"devitation\": \"ofufe\",\n    \"devitrify\": \"gbue\",\n    \"devitrifiable\": \"nwechara\",\n    \"devitrification\": \"itinye\",\n    \"devitrified\": \"tinye\",\n    \"devitrifying\": \"na-asọpụrụ\",\n    \"devocalisation\": \"nwepu\",\n    \"devocalise\": \"tinye uche\",\n    \"devocalised\": \"agbụ\",\n    \"devocalising\": \"Udochukwu\",\n    \"devocalization\": \"mbibi\",\n    \"devocalize\": \"kpochapụ\",\n    \"devocalized\": \"agbanyeghi\",\n    \"devocalizing\": \"na-asọ nsọ\",\n    \"devocate\": \"kpọchie\",\n    \"devocation\": \"ntinye\",\n    \"devoice\": \"ịgba alụkwaghịm\",\n    \"devoiced\": \"gbara alụkwaghịm\",\n    \"devoices\": \"nri\",\n    \"devoicing\": \"na-eri ihe\",\n    \"devoid\": \"enweghị\",\n    \"devoir\": \"rie\",\n    \"devoirs\": \"na-eripịa\",\n    \"devolatilisation\": \"nwelata nri\",\n    \"devolatilise\": \"nwelata\",\n    \"devolatilised\": \"Ugboro abụọ\",\n    \"devolatilising\": \"na-eri ihe\",\n    \"devolatilization\": \"iwesa nri\",\n    \"devolatilize\": \"rie nri\",\n    \"devolatilized\": \"Ugboro abụọ\",\n    \"devolatilizing\": \"na-eri nri\",\n    \"devolute\": \"kwue\",\n    \"devolution\": \"okwesiri\",\n    \"devolutionary\": \"okwesiri\",\n    \"devolutionist\": \"ọwakpo\",\n    \"devolutive\": \"Nkechi\",\n    \"devolve\": \"tinye\",\n    \"devolved\": \"tinye n'ọrụ\",\n    \"devolvement\": \"ndozi\",\n    \"devolvements\": \"Okpukpe\",\n    \"devolves\": \"ndị mmụọ\",\n    \"devolving\": \"ife ofufe\",\n    \"devon\": \"mmuo\",\n    \"devonian\": \"Onyekwere\",\n    \"devonic\": \"Onyekwere\",\n    \"devonite\": \"were\",\n    \"devonport\": \"tinye\",\n    \"devons\": \"ndị mmụọ ọjọọ\",\n    \"devonshire\": \"onwuzulike\",\n    \"devoration\": \"ochicho mma\",\n    \"devorative\": \"ji achọ\",\n    \"devotary\": \"tinye\",\n    \"devote\": \"itinye\",\n    \"devoted\": \"raara onwe ya nye\",\n    \"devotedly\": \"itinye\",\n    \"devotedness\": \"itinye uche\",\n    \"devotee\": \"nyefee\",\n    \"devoteeism\": \"itinye uche n'ihe\",\n    \"devotees\": \"ndị na-efe ofufe\",\n    \"devotement\": \"itinye uche\",\n    \"devoter\": \"onye ji ihe\",\n    \"devotes\": \"ewe\",\n    \"devoting\": \"itinye\",\n    \"devotion\": \"ntinye\",\n    \"devotional\": \"ofufe\",\n    \"devotionalism\": \"ofufe\",\n    \"devotionalist\": \"onye ofufe\",\n    \"devotionality\": \"ofufe\",\n    \"devotionally\": \"ofufe\",\n    \"devotionalness\": \"ofufe\",\n    \"devotionary\": \"ofufe\",\n    \"devotionate\": \"na-asọpụrụ\",\n    \"devotionist\": \"onye na-efe ofufe\",\n    \"devotions\": \"ofufe\",\n    \"devour\": \"rie\",\n    \"devourable\": \"pụrụ iche\",\n    \"devoured\": \"rie\",\n    \"devourer\": \"na-eripịa\",\n    \"devourers\": \"ndị na-eripịa ihe\",\n    \"devouress\": \"rie\",\n    \"devouring\": \"na-eripịa\",\n    \"devouringly\": \"na-eripịa\",\n    \"devouringness\": \"rie nri\",\n    \"devourment\": \"rie nri\",\n    \"devours\": \"rie\",\n    \"devout\": \"nwee okwukwe\",\n    \"devoutful\": \"ekpemek\",\n    \"devoutless\": \"enweghị nsọpụrụ\",\n    \"devoutlessly\": \"n'echeghị echiche\",\n    \"devoutlessness\": \"enweghị nsọpụrụ\",\n    \"devoutly\": \"dị njikere\",\n    \"devoutness\": \"ofufe\",\n    \"devove\": \"rie\",\n    \"devow\": \"nwe\",\n    \"devs\": \"Onwuchekwa\",\n    \"devulcanization\": \"nweere onwe\",\n    \"devulcanize\": \"chukwuebuka\",\n    \"devwsor\": \"nkesa\",\n    \"dew\": \"igirigi\",\n    \"dewans\": \"igirigi\",\n    \"dewanship\": \"Igirigi\",\n    \"dewater\": \"mmiri\",\n    \"dewatered\": \"dewatware\",\n    \"dewaters\": \"mmiri\",\n    \"dewclawed\": \"Igirigi\",\n    \"dewclaws\": \"Igirigi\",\n    \"dewcup\": \"igirigi\",\n    \"dewdamp\": \"igirigi\",\n    \"dewdrop\": \"igirigi\",\n    \"dewdropper\": \"igirigi\",\n    \"dewdrops\": \"igirigi\",\n    \"dewfall\": \"igirigi\",\n    \"dewfalls\": \"igirigi\",\n    \"dewy\": \"igirigi\",\n    \"dewiness\": \"igirigi\",\n    \"dewinesses\": \"igirigi\",\n    \"dewing\": \"igirigi\",\n    \"dewitt\": \"Onyebuchi\",\n    \"dewlapped\": \"igirigi\",\n    \"dewlaps\": \"igirigi\",\n    \"dewless\": \"igirigi\",\n    \"dewlike\": \"igirigi\",\n    \"deworm\": \"igirigi\",\n    \"dewormed\": \"ikpuru\",\n    \"deworming\": \"ichi\",\n    \"deworms\": \"okpuru\",\n    \"dewret\": \"igirigi\",\n    \"dewrot\": \"igirigi\",\n    \"dews\": \"igirigi\",\n    \"dewtry\": \"igirigi\",\n    \"dexterity\": \"Ọdịmma\",\n    \"dexterous\": \"dextex\",\n    \"dexterousness\": \"Ọdịmma\",\n    \"dextrad\": \"Nkem\",\n    \"dextral\": \"Nkechi\",\n    \"dextrality\": \"Nkewa\",\n    \"dextrally\": \"n'ụzọ zuru ezu\",\n    \"dextran\": \"Nkeiruka\",\n    \"dextrin\": \"Nkeji\",\n    \"dextrocular\": \"Ọkpụkpụ\",\n    \"dextrocularity\": \"Ọkpụkpụ\",\n    \"dextroduction\": \"Ogba\",\n    \"dextrorsal\": \"gbasatara\",\n    \"dextrorsely\": \"na-agbagha\",\n    \"dextroses\": \"Ugochukwu\",\n    \"dextrous\": \"Ọdịnaya\",\n    \"dextrously\": \"n'egbughị oge\",\n    \"dextrousness\": \"Uchechukwu\",\n    \"dezinced\": \"mebiri emebi\",\n    \"dezincifying\": \"dezincing\",\n    \"dezincing\": \"na-emebi\",\n    \"dezincked\": \"Emebiri\",\n    \"dezincs\": \"dezinc\",\n    \"dfault\": \"ndabere\",\n    \"dft\": \"df\",\n    \"dg\": \"nkp\",\n    \"dhabb\": \"ukwu\",\n    \"dhaks\": \"ukwu\",\n    \"dhamma\": \"dhama\",\n    \"dhanuk\": \"dumuk\",\n    \"dhanvantari\": \"niile\",\n    \"dharmic\": \"ikechukwu\",\n    \"dhaw\": \"nso\",\n    \"dheneb\": \"Emeka\",\n    \"dhow\": \"nso\",\n    \"dhritarashtra\": \"nkesa\",\n    \"dhurnas\": \"Ọrịa\",\n    \"dhurry\": \"nkpo\",\n    \"diabantite\": \"Diabantite\",\n    \"diabasic\": \"Diabasic\",\n    \"diabaterial\": \"Diabaterial\",\n    \"diabetes\": \"ọrịa shuga\",\n    \"diabetic\": \"onye mamiri\",\n    \"diabetical\": \"na-arịa ọrịa shuga\",\n    \"diabetics\": \"ndị ọrịa mamịrị\",\n    \"diabetogenic\": \"Diabetogenic\",\n    \"diabetogenous\": \"Diabetogenous\",\n    \"diabetometer\": \"onye na-arịa ọrịa shuga\",\n    \"dyable\": \"dible\",\n    \"diablo\": \"Diablo\",\n    \"diabolic\": \"Ọrịa\",\n    \"diabolicalness\": \"Diabolicalness\",\n    \"diabolify\": \"Diabolify\",\n    \"diabolification\": \"Diabolification\",\n    \"diabolisation\": \"Diabolisation\",\n    \"diabolise\": \"Diabolise\",\n    \"diabolised\": \"Diabolised\",\n    \"diabolising\": \"Diabolising\",\n    \"diabolism\": \"Diabolism\",\n    \"diabolization\": \"Diabolization\",\n    \"diabolize\": \"Diabolize\",\n    \"diabolized\": \"Diabolized\",\n    \"diabolizing\": \"Diabolising\",\n    \"diabology\": \"ihe omimi\",\n    \"diabological\": \"ihe omimi\",\n    \"diabolus\": \"Diabolus\",\n    \"diabrosis\": \"Diabrosis\",\n    \"diabrotic\": \"Diabrotic\",\n    \"diabrotica\": \"Diabrotica\",\n    \"diacanthous\": \"aclọ mmiri\",\n    \"diacatholicon\": \"Diacatholicon\",\n    \"diacetyl\": \"Nwachukwu\",\n    \"diacetylene\": \"Diacetylene\",\n    \"diacetyls\": \"Diacetyls\",\n    \"diachylum\": \"mgbapu\",\n    \"diachoretic\": \"Diachoretic\",\n    \"diachrony\": \"Diachrony\",\n    \"diachronic\": \"ọnụọgụ\",\n    \"diacoelia\": \"Diacoelia\",\n    \"diacrisis\": \"ọrịa diacrisis\",\n    \"diacritics\": \"ndị na-ekwu okwu n'ike\",\n    \"diact\": \"actactact\",\n    \"diadelphia\": \"Diadelphia\",\n    \"diadelphian\": \"Diadelphian\",\n    \"diadelphic\": \"Nwachukwu\",\n    \"diadelphous\": \"Diadelphous\",\n    \"diadem\": \"okpueze\",\n    \"diademed\": \"okpueze\",\n    \"diademing\": \"okpueze\",\n    \"diadems\": \"okpueze\",\n    \"diaderm\": \"Diaderm\",\n    \"diadermic\": \"Diadermic\",\n    \"diadic\": \"Diadic\",\n    \"diadkokinesia\": \"Diadkokinesia\",\n    \"diadochian\": \"Diadochian\",\n    \"diadrom\": \"Diadrom\",\n    \"diadrome\": \"Diadrome\",\n    \"dyads\": \"dị\",\n    \"diaereses\": \"ire okwu\",\n    \"diag\": \"Nkeji\",\n    \"diaglyphic\": \"ọnwu\",\n    \"diagnosable\": \"achọpụta\",\n    \"diagnose\": \"chọpụta\",\n    \"diagnoseable\": \"nwere ike ịchọpụta\",\n    \"diagnosed\": \"achọpụtara\",\n    \"diagnoses\": \"nchoputa\",\n    \"diagnosing\": \"nchoputa\",\n    \"diagnosis\": \"nchoputa\",\n    \"diagnostic\": \"nyocha\",\n    \"diagnostical\": \"nchọpụta nsogbu\",\n    \"diagnosticate\": \"nyocha\",\n    \"diagnosticated\": \"achọpụta ọrịa\",\n    \"diagnosticating\": \"na-achọpụta ihe\",\n    \"diagnostication\": \"nyocha\",\n    \"diagnostician\": \"onye nyocha\",\n    \"diagnosticians\": \"ndị na-achọpụta ọrịa\",\n    \"diagnostics\": \"nyocha\",\n    \"diagonalization\": \"nyocha\",\n    \"diagonalwise\": \"diagonal maara ihe\",\n    \"diagonial\": \"diagonal\",\n    \"diagonic\": \"diagonal\",\n    \"diagram\": \"esereese\",\n    \"diagramed\": \"eserese\",\n    \"diagraming\": \"eserese\",\n    \"diagrammable\": \"eserese\",\n    \"diagrammatic\": \"ihe osise\",\n    \"diagrammatize\": \"esereese\",\n    \"diagrammed\": \"eserese\",\n    \"diagrammer\": \"esereese\",\n    \"diagrammers\": \"eserese\",\n    \"diagrammeter\": \"eserese\",\n    \"diagramming\": \"Ihe osise\",\n    \"diagrams\": \"eserese\",\n    \"diagraph\": \"eserese\",\n    \"diagraphic\": \"ihe osise\",\n    \"diagraphical\": \"Ihe ngosi\",\n    \"diagraphics\": \"Ihe osise\",\n    \"diagraphs\": \"eserese\",\n    \"dial\": \"pịa\",\n    \"dialcohol\": \"mmanya\",\n    \"dialect\": \"olumba\",\n    \"dialectal\": \"ire okwu\",\n    \"dialectalize\": \"olumba\",\n    \"dialectally\": \"ire olu\",\n    \"dialectic\": \"ire okwu\",\n    \"dialectical\": \"ire okwu\",\n    \"dialectically\": \"olumba\",\n    \"dialectician\": \"ọkà mmụta asụsụ\",\n    \"dialectics\": \"olumba\",\n    \"dialectology\": \"olumba\",\n    \"dialectologically\": \"dialectological\",\n    \"dialectologies\": \"ọkà mmụta asụsụ\",\n    \"dialectologist\": \"ọkà mmụta asụsụ\",\n    \"dialector\": \"olumba\",\n    \"dialects\": \"olumba\",\n    \"dialed\": \"kpọrọ\",\n    \"dialers\": \"Igwe oku\",\n    \"dialin\": \"pịa na\",\n    \"dialiness\": \"nri\",\n    \"dialing\": \"ịpị\",\n    \"dialings\": \"ndetu\",\n    \"dialysable\": \"nwere ike ịgbanwe\",\n    \"dialysation\": \"ndozi\",\n    \"dialysed\": \"Ọrịa\",\n    \"dialysepalous\": \"dialyse palous\",\n    \"dialyser\": \"Ihe oku\",\n    \"dialysers\": \"Ndị na-akpọ oku\",\n    \"dialyses\": \"Ọrịa\",\n    \"dialysis\": \"Ọrịa\",\n    \"dialist\": \"onye na-akpọ oku\",\n    \"dialystaminous\": \"ihe omimi\",\n    \"dialystely\": \"n'ụzọ\",\n    \"dialystelic\": \"mmo\",\n    \"dialister\": \"akwụkwọ ozi\",\n    \"dialists\": \"ndị na-akpọ akwụkwọ\",\n    \"dialyze\": \"itughari\",\n    \"dialyzed\": \"Dialyzed\",\n    \"dialyzing\": \"Ntughari\",\n    \"diallages\": \"dijitalụ\",\n    \"dialled\": \"kpọrọ\",\n    \"diallel\": \"Diallel\",\n    \"diallelus\": \"Diallelus\",\n    \"dialler\": \"dialer\",\n    \"diallers\": \"Igwe oku\",\n    \"diallyl\": \"Diallyl\",\n    \"dialling\": \"ịpị\",\n    \"diallists\": \"ndi dibia\",\n    \"dialogers\": \"dialog\",\n    \"dialogged\": \"dialog\",\n    \"dialogging\": \"ikwu okwu\",\n    \"dialogic\": \"dialog\",\n    \"dialogically\": \"site na ikwu\",\n    \"dialogised\": \"dialog\",\n    \"dialogising\": \"ikwu okwu\",\n    \"dialogist\": \"dibia nwaanyi\",\n    \"dialogistical\": \"ogwu\",\n    \"dialogistically\": \"n'ikuku banyere ya\",\n    \"dialogize\": \"kwuo okwu\",\n    \"dialogized\": \"dialog\",\n    \"dialogizing\": \"ikwu okwu\",\n    \"dialogs\": \"dialog\",\n    \"dialogue\": \"mkparịta ụka\",\n    \"dialogued\": \"asụsụ\",\n    \"dialogues\": \"mkparịta ụka\",\n    \"dialoguing\": \"ikwu okwu\",\n    \"dials\": \"Ihe ngosi\",\n    \"dialup\": \"ịkpọ oku\",\n    \"diam\": \"n'obosara\",\n    \"diamagnet\": \"dayameta\",\n    \"diamagnetic\": \"dayameta\",\n    \"diamagnetically\": \"n'obosara\",\n    \"diamant\": \"dayameta\",\n    \"diamat\": \"n'obosara\",\n    \"diamber\": \"n'obosara\",\n    \"diamegnetism\": \"nsogbu diamegnetism\",\n    \"diameter\": \"dayameta\",\n    \"diameters\": \"dayameta\",\n    \"diametral\": \"dayameta\",\n    \"diametrally\": \"n'obosara\",\n    \"diametric\": \"dayameta\",\n    \"diametrically\": \"n'obosara\",\n    \"diamicton\": \"mmamiri\",\n    \"diamide\": \"dayameta\",\n    \"diamides\": \"dayameta\",\n    \"diamyl\": \"dayameta\",\n    \"diamylene\": \"dayameta\",\n    \"diamines\": \"diamita\",\n    \"diammine\": \"dayameta\",\n    \"diamminonitrate\": \"diamitonitrate\",\n    \"diamond\": \"dayamọnd\",\n    \"diamondbacked\": \"diamondbackal\",\n    \"diamonded\": \"diamonds\",\n    \"diamondiferous\": \"mmmmmmmmmmmmm\",\n    \"diamondizing\": \"dayameta\",\n    \"diamondlike\": \"dị ka dayamọnd\",\n    \"diamondwise\": \"dayamọnd\",\n    \"diamondwork\": \"ola diamond\",\n    \"diancecht\": \"ikpa\",\n    \"diander\": \"Mmiri mmiri\",\n    \"diandrous\": \"diandas\",\n    \"dianilid\": \"Dianilid\",\n    \"dianilide\": \"Dianilide\",\n    \"dianisidine\": \"Dianisidine\",\n    \"dianite\": \"Dianite\",\n    \"dianoetic\": \"ihe omimi\",\n    \"dianoetical\": \"ihe omimi\",\n    \"dianthus\": \"Dianthus\",\n    \"diapasons\": \"diapason\",\n    \"diapaused\": \"diapaili\",\n    \"diapausing\": \"diapaịlị\",\n    \"diapedeses\": \"eriri afọ\",\n    \"diapente\": \"diaifaili\",\n    \"diaper\": \"metụ akwa\",\n    \"diapered\": \"diaper\",\n    \"diapery\": \"metụ akwa\",\n    \"diaphany\": \"okpu\",\n    \"diaphanometric\": \"diaifaometric\",\n    \"diaphanous\": \"diaifaous\",\n    \"diaphanously\": \"ọfụma\",\n    \"diaphanousness\": \"olulu\",\n    \"diaphemetric\": \"diaphmetric\",\n    \"diaphone\": \"igwe okwu\",\n    \"diaphones\": \"igwe okwu\",\n    \"diapyetic\": \"diapyetik\",\n    \"diapositive\": \"ụda olu\",\n    \"diarchies\": \"diarchi\",\n    \"dyarchies\": \"dyarchi\",\n    \"diary\": \"edetu\",\n    \"diarial\": \"edetu\",\n    \"diarian\": \"Diary\",\n    \"diaries\": \"edetu\",\n    \"diarists\": \"ndi dibia\",\n    \"diarrhea\": \"afọ ọsịsa\",\n    \"diarrheal\": \"afọ ọsịsa\",\n    \"diarrheas\": \"afọ ọsịsa\",\n    \"diarrheic\": \"afọ ọsịsa\",\n    \"diarrhetic\": \"afọ ọsịsa\",\n    \"diarrhoea\": \"afọ ọsịsa\",\n    \"diarrhoeal\": \"afọ ọsịsa\",\n    \"diarrhoeic\": \"afọ ọsịsa\",\n    \"diarrhoetic\": \"afọ ọsịsa\",\n    \"diarthrodial\": \"Diarthrodial\",\n    \"diarthroses\": \"ọnụọgụ\",\n    \"diascord\": \"Diaskord\",\n    \"diascordium\": \"Diaskordium\",\n    \"diasystem\": \"usoro\",\n    \"diaskeuasis\": \"Diaskeuasis\",\n    \"diaskeuast\": \"Nwachukwu\",\n    \"diasper\": \"diaspa\",\n    \"diaspidine\": \"Diaspidine\",\n    \"diaspinae\": \"Diaspinae\",\n    \"diaspora\": \"mba ọzọ\",\n    \"diasporas\": \"mgbasa\",\n    \"diaspores\": \"ọnya\",\n    \"dyassic\": \"Nwachukwu\",\n    \"diastasic\": \"Ọrịa\",\n    \"diastasimetry\": \"okpokoro\",\n    \"diastasis\": \"Ọrịa\",\n    \"diastataxy\": \"okpokoro\",\n    \"diastema\": \"Diastema\",\n    \"diastereoisomer\": \"ndokwa\",\n    \"diastereoisomeric\": \"ndokwa\",\n    \"diastereoisomerism\": \"stereoisomerism\",\n    \"diasters\": \"ihe ndozi\",\n    \"diastimeter\": \"diastimita\",\n    \"diastole\": \"Okezie\",\n    \"diastoles\": \"Ihe ndozi\",\n    \"diastrophe\": \"ọdachi\",\n    \"diastrophic\": \"ọdachi\",\n    \"diatessaron\": \"Diatessaron\",\n    \"diatesseron\": \"Nwachukwu\",\n    \"diathermacy\": \"Diathermacy\",\n    \"diathermal\": \"Diathermal\",\n    \"diathermance\": \"Diathermance\",\n    \"diathermancy\": \"Diathermancy\",\n    \"diathermaneity\": \"ndukwe\",\n    \"diathermy\": \"Diathermy\",\n    \"diathermia\": \"Diathermia\",\n    \"diathermies\": \"Diathermies\",\n    \"diathermize\": \"gbamgbam\",\n    \"diathermotherapy\": \"ọgwụ diathermotherapy\",\n    \"diathermous\": \"diather juru\",\n    \"diathesis\": \"ọnya mmiri\",\n    \"diathetic\": \"ihe omimi\",\n    \"diatom\": \"Diatom\",\n    \"diatomacean\": \"Diatomacean\",\n    \"diatomaceoid\": \"Diatomaceoid\",\n    \"diatomaceous\": \"Nwabueze\",\n    \"diatomean\": \"Diatomean\",\n    \"diatomic\": \"Diatomik\",\n    \"diatomicity\": \"Diatomicity\",\n    \"diatomiferous\": \"Diatomiferous\",\n    \"diatomine\": \"Diatomine\",\n    \"diatomite\": \"Diatomite\",\n    \"diatonical\": \"diatonikal\",\n    \"diatonically\": \"diatonikal\",\n    \"diatoric\": \"ọnụọgụgụ\",\n    \"diatribe\": \"Diatribe\",\n    \"diatribes\": \"egochi\",\n    \"diatryma\": \"Diatryma\",\n    \"dyaus\": \"Uduak\",\n    \"diazeuctic\": \"mmmmmmmmmmmmm\",\n    \"diazeutic\": \"Ebelebe\",\n    \"diazins\": \"gburugburu\",\n    \"diazotizing\": \"ikwu okwu\",\n    \"dibatis\": \"ọrịa shuga\",\n    \"dibbed\": \"dibber\",\n    \"dibbing\": \"dibber\",\n    \"dibbled\": \"Dibbled\",\n    \"dibbles\": \"dibble\",\n    \"dybbuk\": \"Nwabuk\",\n    \"dybbukim\": \"Chidinma\",\n    \"dybbuks\": \"Chidinma\",\n    \"diborate\": \"dibobo\",\n    \"dicacity\": \"icdị adị\",\n    \"dicacodyl\": \"mmmmmmmmmmmm\",\n    \"dicaryophase\": \"chukwuemeka\",\n    \"dicaryotic\": \"mmmmmmmmmmmmm\",\n    \"dicatalectic\": \"ihe anwansị\",\n    \"dice\": \"dais\",\n    \"dyce\": \"Dyce\",\n    \"dicebox\": \"daisbox\",\n    \"dicecup\": \"daisị\",\n    \"diced\": \"okpokoro\",\n    \"diceplay\": \"daisplay\",\n    \"dicer\": \"Dịkwuo\",\n    \"dicerous\": \"dais\",\n    \"dices\": \"dais\",\n    \"dicetyl\": \"mmmmmmmmmmmmm\",\n    \"dichas\": \"Ebele\",\n    \"dichlamydeous\": \"Uchechukwu\",\n    \"dichlone\": \"Udochukwu\",\n    \"dichogamous\": \"Nwunye\",\n    \"dichondraceae\": \"ntị dichondra\",\n    \"dichord\": \"esemokwu\",\n    \"dichotic\": \"mmmmmmmmmmmmm\",\n    \"dichotomy\": \"ihe osise\",\n    \"dichotomic\": \"ihebisi\",\n    \"dichotomisation\": \"ọtụmọkpọ\",\n    \"dichotomise\": \"anuri\",\n    \"dichotomised\": \"nteke\",\n    \"dichotomising\": \"ihe osise\",\n    \"dichotomist\": \"okwaigbo\",\n    \"dichotomistic\": \"ọtụmọkpọ\",\n    \"dichotomization\": \"nkọwapụta\",\n    \"dichotomize\": \"itughari\",\n    \"dichotomized\": \"nteke\",\n    \"dichotomizing\": \"na-akọwa\",\n    \"dichotomous\": \"nteke\",\n    \"dichotomousness\": \"ọdịdị\",\n    \"dichroite\": \"Oyibo\",\n    \"dicyan\": \"Dicyan\",\n    \"dicycle\": \"igwe\",\n    \"dicycly\": \"okuku\",\n    \"dicyclic\": \"dicclic\",\n    \"dicyclica\": \"diciklica\",\n    \"dicyclies\": \"dikpọlis\",\n    \"dicyclist\": \"dicclist\",\n    \"diciest\": \"Ọrụ\",\n    \"dicing\": \"na-ede\",\n    \"dickcissel\": \"Uduak\",\n    \"dickeybird\": \"nteke\",\n    \"dickenses\": \"dickens\",\n    \"dickensian\": \"Onyeisi\",\n    \"dicky\": \"Dike\",\n    \"dickinsonite\": \"Ọrịa dickinsonite\",\n    \"dicksonia\": \"Uduak\",\n    \"dicoelious\": \"ndiigbo\",\n    \"dicoelous\": \"ọmarịcha\",\n    \"dicotyledonary\": \"mmmmmmmmmmmmm\",\n    \"dicotyledonous\": \"ọrịre\",\n    \"dicotyledons\": \"mmmmmmmmmmmmm\",\n    \"dicotylous\": \"daalụ\",\n    \"dicots\": \"dapụsị\",\n    \"dicrostonyx\": \"mmmmmmmmmmmmm\",\n    \"dicrotous\": \"icbụ\",\n    \"dict\": \"kwuo\",\n    \"dictagraph\": \"ọchịchị\",\n    \"dictamen\": \"nwachukwu\",\n    \"dictamnus\": \"chukwuemeka odumegwu ojukwu\",\n    \"dictaphone\": \"ekwentị\",\n    \"dictaphones\": \"ekwentị mkpanaaka\",\n    \"dictate\": \"kpee\",\n    \"dictated\": \"kwuru\",\n    \"dictates\": \"na-agwa\",\n    \"dictating\": \"nkuzi\",\n    \"dictatingly\": \"nkuzi\",\n    \"dictation\": \"nkuzi\",\n    \"dictational\": \"nkuzi\",\n    \"dictations\": \"mkpọchi\",\n    \"dictator\": \"onye ochichi aka ike\",\n    \"dictatory\": \"onye ochichi aka ike\",\n    \"dictatorial\": \"aka ike\",\n    \"dictatorialism\": \"ọchịchị aka ike\",\n    \"dictatorialness\": \"aka ike\",\n    \"dictators\": \"ndị ọchịchị aka ike\",\n    \"dictatorship\": \"ọchịchị aka ike\",\n    \"dictatorships\": \"ọchịchị aka ike\",\n    \"dictatress\": \"onye isi ochichi\",\n    \"dictatrix\": \"ndiigbo\",\n    \"dictature\": \"iwu\",\n    \"dicty\": \"kwuo\",\n    \"dictic\": \"dicic\",\n    \"dictyoceratina\": \"chukwuebuka\",\n    \"dictyoceratine\": \"iwu\",\n    \"dictyodromous\": \"iwu\",\n    \"dictyogen\": \"iwu\",\n    \"dictyogenous\": \"ọpụrụiche\",\n    \"dictyograptus\": \"iwu\",\n    \"dictyoid\": \"kwue\",\n    \"diction\": \"ọkọwa okwu\",\n    \"dictional\": \"ọkọwa okwu\",\n    \"dictionally\": \"ọkọwa okwu\",\n    \"dictionary\": \"ọkọwa okwu\",\n    \"dictionarian\": \"ọkọwa okwu\",\n    \"dictionaries\": \"Akwụkwọ ọkọwa okwu\",\n    \"dictyonema\": \"onye obula\",\n    \"dictyonina\": \"nwachukwu\",\n    \"dictyonine\": \"ọchịchị\",\n    \"dictions\": \"Ihe ederede\",\n    \"dictyophora\": \"chukwuebuka\",\n    \"dictyopteran\": \"iwu\",\n    \"dictyopteris\": \"ndiigbo\",\n    \"dictyosiphon\": \"mmmmmmmmmmmmm\",\n    \"dictyosiphonaceae\": \"ichiegbu\",\n    \"dictyosiphonaceous\": \"ọsịsa\",\n    \"dictyosome\": \"chukwuez\",\n    \"dictyostele\": \"chukwuebuka\",\n    \"dictyostelic\": \"chukwuebuka\",\n    \"dictyota\": \"okwa\",\n    \"dictyotaceous\": \"iwu\",\n    \"dictyotales\": \"ndiegwu\",\n    \"dictyotic\": \"onye ochichi\",\n    \"dictyoxylon\": \"chukwuebuka\",\n    \"dictograph\": \"ihe osise\",\n    \"dictronics\": \"ochichi\",\n    \"dictums\": \"iwu\",\n    \"did\": \"mere\",\n    \"didache\": \"mechekwa\",\n    \"didachist\": \"dinachist\",\n    \"didact\": \"mere\",\n    \"didacticality\": \"Ọrụ\",\n    \"didactician\": \"dibiala\",\n    \"didacticism\": \"Emeka iwu\",\n    \"didacticity\": \"mmezi\",\n    \"didactics\": \"ihe\",\n    \"didactyl\": \"Emeka Ogbako\",\n    \"didactylism\": \"Emeka Ihe\",\n    \"didactylous\": \"emechuihu\",\n    \"didactive\": \"adịghị arụ ọrụ\",\n    \"didacts\": \"mere\",\n    \"didal\": \"mere\",\n    \"didapper\": \"daidapa\",\n    \"didascalar\": \"Ikeascalar\",\n    \"didascaly\": \"Onyebuchi\",\n    \"didascalic\": \"kechioma\",\n    \"didascalos\": \"Ikeascalos\",\n    \"diddered\": \"nwụrụ\",\n    \"diddering\": \"na-eche\",\n    \"diddest\": \"didest\",\n    \"diddy\": \"didy\",\n    \"diddle\": \"zụrụ azụ\",\n    \"diddled\": \"emebere\",\n    \"diddler\": \"ihe owuwu\",\n    \"diddlers\": \"ndị na-amụ ịkwa iko\",\n    \"diddles\": \"Doddle\",\n    \"didelphian\": \"Emeelphian\",\n    \"didelphic\": \"kechie\",\n    \"didelphine\": \"dinelphine\",\n    \"didelphis\": \"edelphis\",\n    \"didelphoid\": \"nwelphoid\",\n    \"didelphous\": \"onyekwere\",\n    \"didest\": \"mere\",\n    \"didicoy\": \"Nwakoy\",\n    \"didymate\": \"emeghị ihe ngosi\",\n    \"didymis\": \"emeghi\",\n    \"didymitis\": \"nwymitis\",\n    \"didymium\": \"nwymium\",\n    \"didymiums\": \"nwymiums\",\n    \"didymolite\": \"nounolite\",\n    \"didymous\": \"eme ihe\",\n    \"didynamy\": \"Ndidi\",\n    \"didynamia\": \"nwynamia\",\n    \"didynamian\": \"Ndidiamaka\",\n    \"didynamic\": \"Ndidi\",\n    \"didynamies\": \"Ndidi\",\n    \"didynamous\": \"Ndidi\",\n    \"didine\": \"mere\",\n    \"didler\": \"mere\",\n    \"didn\": \"e\",\n    \"didnt\": \"emeghị\",\n    \"didodecahedron\": \"nwodecahedron\",\n    \"didoes\": \"anamoo\",\n    \"didonia\": \"wasonia\",\n    \"didrachm\": \"nwrachm\",\n    \"didrachmal\": \"nwrachmal\",\n    \"didrachmas\": \"wasrachmas\",\n    \"didromy\": \"ndukwe\",\n    \"didromies\": \"Ndidi\",\n    \"didst\": \"ghara\",\n    \"diduced\": \"mere\",\n    \"diducing\": \"na-achọ\",\n    \"diduction\": \"nwepu\",\n    \"diductively\": \"wepụ\",\n    \"diductor\": \"duoctor\",\n    \"didunculidae\": \"didunculus\",\n    \"die\": \"nwụọ\",\n    \"dye\": \"dai\",\n    \"dyeable\": \"dai dai\",\n    \"dieb\": \"nwụọ\",\n    \"diebacks\": \"ịnwụ\",\n    \"diecious\": \"otuto\",\n    \"dieciously\": \"diecious\",\n    \"died\": \"nwụrụ\",\n    \"dyed\": \"esiji\",\n    \"diedral\": \"anwụ\",\n    \"diedric\": \"nwụọ\",\n    \"diehard\": \"ịnwụ\",\n    \"diehards\": \"ọnwu\",\n    \"dieing\": \"ịnwụ\",\n    \"dyeing\": \"dye\",\n    \"dyeings\": \"dai\",\n    \"dieldrins\": \"Dieldrins\",\n    \"dyeline\": \"dai\",\n    \"dielytra\": \"mmmmmmmmmmmmm\",\n    \"diemaker\": \"diem\",\n    \"diemakers\": \"ndi diem\",\n    \"diemaking\": \"izu mmiri\",\n    \"diener\": \"Diener\",\n    \"dyer\": \"agba\",\n    \"dieresis\": \"akpịrị ọnya\",\n    \"dyers\": \"agba\",\n    \"dies\": \"nwụọ\",\n    \"dyes\": \"e ji esiji ákwà\",\n    \"diesel\": \"dizel\",\n    \"dieselization\": \"mmanụ diesel\",\n    \"dieselize\": \"diesel\",\n    \"dieselized\": \"diesel\",\n    \"dieselizing\": \"na-ekpo ọkụ\",\n    \"diesels\": \"dizel\",\n    \"dieses\": \"na-anwụ\",\n    \"diesinker\": \"ihe mmuo\",\n    \"diesinking\": \"na-anwụ anwụ\",\n    \"diester\": \"na-anwụ anwụ\",\n    \"diesters\": \"Ndị na-eri nri\",\n    \"diestrous\": \"diest\",\n    \"diestrums\": \"diestrum\",\n    \"diet\": \"nri\",\n    \"dietal\": \"nri\",\n    \"dietary\": \"nri\",\n    \"dietarian\": \"onye na-eri nri\",\n    \"dietaries\": \"ndị na-eri nri\",\n    \"dietarily\": \"na nri\",\n    \"dieted\": \"na-eri nri\",\n    \"dieters\": \"ndị na-eri nri\",\n    \"dietetic\": \"na-edozi ahụ\",\n    \"dietetical\": \"nri nri\",\n    \"dietetically\": \"na nri\",\n    \"dietetics\": \"nri nri\",\n    \"dietetist\": \"onye na-eri nri\",\n    \"diether\": \"na-eri nri\",\n    \"diethyl\": \"Diethyl\",\n    \"diethylacetal\": \"Diethylacetal\",\n    \"diethyltryptamine\": \"dimethyltryptamine\",\n    \"dietic\": \"na-edozi ahụ\",\n    \"dietical\": \"na-edozi ahụ\",\n    \"dietician\": \"dibia dibia\",\n    \"dieticians\": \"ndị na-eri nri\",\n    \"dietics\": \"nri nri\",\n    \"dietine\": \"nri nri\",\n    \"dieting\": \"na-eri nri\",\n    \"dietist\": \"onye na-eri nri\",\n    \"dietitian\": \"onye na-eri nri\",\n    \"dietitians\": \"ndị na-eri nri\",\n    \"dietotherapeutics\": \"nri ọgwụgwọ\",\n    \"dietotherapy\": \"nri ọgwụgwọ\",\n    \"dietotoxicity\": \"oriri na-egbu egbu\",\n    \"dietrichite\": \"nri nri\",\n    \"diets\": \"nri\",\n    \"dietted\": \"na-eri nri\",\n    \"diewise\": \"nwụọ\",\n    \"dyewood\": \"daịod\",\n    \"dif\": \"iche\",\n    \"difda\": \"iche\",\n    \"diff\": \"Dị iche\",\n    \"diffame\": \"mgbasa\",\n    \"diffareation\": \"ndiiche\",\n    \"diffarreation\": \"iche\",\n    \"diffeomorphic\": \"iche iche\",\n    \"differ\": \"dị iche\",\n    \"differed\": \"dị iche\",\n    \"differen\": \"iche iche\",\n    \"difference\": \"ihe dị iche\",\n    \"differenced\": \"ọdịiche\",\n    \"differences\": \"ọdịiche\",\n    \"differency\": \"iche\",\n    \"differencing\": \"ọdịiche\",\n    \"differencingly\": \"ọdịiche\",\n    \"different\": \"iche iche\",\n    \"differentia\": \"iche iche\",\n    \"differentiability\": \"iche iche\",\n    \"differentiable\": \"iche\",\n    \"differentiae\": \"iche iche\",\n    \"differential\": \"iche\",\n    \"differentialize\": \"ọdịiche\",\n    \"differentially\": \"iche iche\",\n    \"differentials\": \"iche iche\",\n    \"differentiant\": \"dị iche\",\n    \"differentiate\": \"ọdịiche\",\n    \"differentiated\": \"ọdịiche\",\n    \"differentiates\": \"iche iche\",\n    \"differentiating\": \"iche\",\n    \"differentiation\": \"ọdịiche\",\n    \"differentiations\": \"ọdịiche\",\n    \"differentiative\": \"iche iche\",\n    \"differentiator\": \"iche iche\",\n    \"differentiators\": \"dị iche iche\",\n    \"differently\": \"iche iche\",\n    \"differentness\": \"iche iche\",\n    \"differer\": \"Dị iche\",\n    \"differers\": \"ọdịiche\",\n    \"differing\": \"dị iche iche\",\n    \"differingly\": \"dị iche iche\",\n    \"differs\": \"dị iche\",\n    \"difficile\": \"ihe siri ike\",\n    \"difficileness\": \"ihe isi ike\",\n    \"difficilitate\": \"esiri ike\",\n    \"difficult\": \"siri ike\",\n    \"difficulty\": \"ihe isi ike\",\n    \"difficulties\": \"ihe isi ike\",\n    \"difficultly\": \"siri ike\",\n    \"difficultness\": \"ihe isi ike\",\n    \"diffidation\": \"mgbasa\",\n    \"diffide\": \"Mgbasa\",\n    \"diffided\": \"Agbasa\",\n    \"diffidence\": \"Mgbasa\",\n    \"diffident\": \"Ozo\",\n    \"diffidently\": \"n'ụzọ dị iche iche\",\n    \"diffidentness\": \"Mgbasa ozi\",\n    \"diffiding\": \"Mgbasa\",\n    \"diffinity\": \"iche\",\n    \"difflation\": \"mgbasa\",\n    \"diffluence\": \"iche iche\",\n    \"difflugia\": \"Okereke\",\n    \"difform\": \"Agbanwe\",\n    \"difformed\": \"dị iche\",\n    \"difformity\": \"Mgbanwe\",\n    \"diffract\": \"ekesa\",\n    \"diffracted\": \"Agbasa\",\n    \"diffracting\": \"Mgbasa\",\n    \"diffraction\": \"mgbasa\",\n    \"diffractions\": \"ọdịiche\",\n    \"diffractive\": \"Agbasa\",\n    \"diffractively\": \"iche\",\n    \"diffractiveness\": \"Ihe mgbasa\",\n    \"diffracts\": \"na-agbasa\",\n    \"diffranchise\": \"mgbasa\",\n    \"diffugient\": \"Agbanwe\",\n    \"diffund\": \"iche\",\n    \"diffusate\": \"mgbasa\",\n    \"diffuse\": \"mgbasa\",\n    \"diffused\": \"mgbasa\",\n    \"diffusedly\": \"mgbasa\",\n    \"diffusedness\": \"mgbasa\",\n    \"diffusely\": \"ịgbasa\",\n    \"diffuseness\": \"mgbasa\",\n    \"diffuser\": \"Ihe mgbasa\",\n    \"diffusers\": \"Ihe mgbasa\",\n    \"diffuses\": \"mgbasa\",\n    \"diffusibility\": \"mgbasa\",\n    \"diffusible\": \"Agbasa\",\n    \"diffusibleness\": \"ihe ndozi\",\n    \"diffusibly\": \"ịgbasa\",\n    \"diffusing\": \"na-agbasa\",\n    \"diffusion\": \"mgbasa\",\n    \"diffusional\": \"mgbasa\",\n    \"diffusionism\": \"mgbasa\",\n    \"diffusionist\": \"onye mgbasa\",\n    \"diffusions\": \"mgbasa\",\n    \"diffusive\": \"mgbasa\",\n    \"diffusively\": \"iche\",\n    \"diffusiveness\": \"mgbasa\",\n    \"diffusivity\": \"mgbasa\",\n    \"diffusor\": \"mgbasa\",\n    \"diffusors\": \"mgbasa ozi\",\n    \"difluence\": \"iche iche\",\n    \"dig\": \"gwuo\",\n    \"digamists\": \"digamist\",\n    \"digammas\": \"digamas\",\n    \"digenetic\": \"Digenetic\",\n    \"digenic\": \"ihe digenic\",\n    \"digenous\": \"digen\",\n    \"digerent\": \"onye na-egwu ihe\",\n    \"digest\": \"gbara\",\n    \"digestant\": \"mgbaze\",\n    \"digested\": \"gbarie\",\n    \"digestedly\": \"gbarie\",\n    \"digestedness\": \"mgbaze\",\n    \"digester\": \"mgbaze\",\n    \"digesters\": \"ihe omimi\",\n    \"digestibility\": \"mgbaze\",\n    \"digestibleness\": \"ness digestible\",\n    \"digestibly\": \"digestible\",\n    \"digesting\": \"mgbari\",\n    \"digestion\": \"mgbaze\",\n    \"digestional\": \"agbari nri\",\n    \"digestive\": \"nri nri\",\n    \"digestively\": \"na-agbari nri\",\n    \"digestiveness\": \"nri diges\",\n    \"digestment\": \"mgbaze\",\n    \"digestor\": \"mgbaze\",\n    \"digestory\": \"mgbaze\",\n    \"digestors\": \"ihe omimi\",\n    \"digests\": \"digges\",\n    \"digesture\": \"ihe omimi\",\n    \"digged\": \"gwuru\",\n    \"digger\": \"igwu ala\",\n    \"diggers\": \"ndị na-egwu ala\",\n    \"digging\": \"Igwu Ala\",\n    \"diggings\": \"igwu ala\",\n    \"dighted\": \"gbanye obi\",\n    \"dighting\": \"dinging\",\n    \"dights\": \"na-atụ egwu\",\n    \"digit\": \"ọnụọgụ\",\n    \"digital\": \"dijitalụ\",\n    \"digitalic\": \"dijitalụ\",\n    \"digitaliform\": \"ụdị dijitalụ\",\n    \"digitalin\": \"dijitalụ\",\n    \"digitalis\": \"dijitalụ\",\n    \"digitalism\": \"dijitalụ\",\n    \"digitalization\": \"ọnụọgụgụ\",\n    \"digitalized\": \"dijitalụ\",\n    \"digitalizing\": \"dijitalụ\",\n    \"digitally\": \"dijitalụ\",\n    \"digitals\": \"ọnụọgụ\",\n    \"digitate\": \"Nyochaa\",\n    \"digitated\": \"gwuo\",\n    \"digitately\": \"dijitalụ\",\n    \"digitation\": \"ọnụọgụ\",\n    \"digitinerved\": \"echekwara\",\n    \"digitisation\": \"digitization\",\n    \"digitise\": \"digitize\",\n    \"digitised\": \"digitized\",\n    \"digitising\": \"digitinye\",\n    \"digitizing\": \"digitinye\",\n    \"digits\": \"ọnụọgụ\",\n    \"diglyph\": \"Diglyph\",\n    \"diglots\": \"diglot\",\n    \"diglottic\": \"diglotti\",\n    \"dignation\": \"ùgwù\",\n    \"dignify\": \"sọpụrụnụ\",\n    \"dignification\": \"ugwu\",\n    \"dignified\": \"dị ùgwù\",\n    \"dignifiedly\": \"dị ùgwù\",\n    \"dignifiedness\": \"ùgwù\",\n    \"dignifies\": \"na-asọpụrụ\",\n    \"dignifying\": \"na-asọpụrụ\",\n    \"dignitary\": \"ugwu\",\n    \"dignitarial\": \"ugwu\",\n    \"dignitarian\": \"ịkwanyere ugwu\",\n    \"dignitaries\": \"ndi ugwu\",\n    \"dignitas\": \"ugwu\",\n    \"dignity\": \"ugwu\",\n    \"dignities\": \"ugwu\",\n    \"dignosce\": \"ùgwù\",\n    \"dignosle\": \"ùgwù\",\n    \"dignotion\": \"ugwu\",\n    \"digonous\": \"digon\",\n    \"digraphs\": \"digraph\",\n    \"digredience\": \"ọnụọgụ\",\n    \"digrediency\": \"ikekwe\",\n    \"digredient\": \"digri\",\n    \"digress\": \"igwu ala\",\n    \"digressed\": \"gwusia\",\n    \"digresser\": \"onye na-egwupụta ihe\",\n    \"digresses\": \"digress\",\n    \"digressing\": \"Na-egwupụta\",\n    \"digressingly\": \"digressing\",\n    \"digression\": \"Digression\",\n    \"digressionary\": \"Mgbaghari\",\n    \"digressions\": \"ntinye\",\n    \"digressive\": \"Mgbidi\",\n    \"digressiveness\": \"ndozi\",\n    \"digs\": \"gwuru\",\n    \"dihedrals\": \"dihedral\",\n    \"dihedron\": \"Diedron\",\n    \"dihedrons\": \"akụrụngwa\",\n    \"dihexahedron\": \"Dihexahedron\",\n    \"dihydrate\": \"akpịrị ịkpọ nkụ\",\n    \"dihydrated\": \"akpịrị ịkpọ nkụ\",\n    \"dihydric\": \"Dihydric\",\n    \"dihydrocupreine\": \"Dihydrocupreine\",\n    \"dihydroxy\": \"Dihydroxy\",\n    \"dying\": \"ịnwụ\",\n    \"dyingly\": \"na-anwụ anwụ\",\n    \"dyingness\": \"ịnwụ anwụ\",\n    \"dijudicant\": \"mmadụ ịma ama\",\n    \"dijudicate\": \"ịma ikpe\",\n    \"dijudicated\": \"dijikal\",\n    \"dijudicating\": \"ịma ikpe\",\n    \"dijudication\": \"ịkpọasị\",\n    \"dikaryon\": \"ọrịre\",\n    \"dikaryophase\": \"mmmmmmmmmmmmm\",\n    \"dikaryophytic\": \"mmmmmmmmmmmmm\",\n    \"dikaryotic\": \"ọrịre\",\n    \"dyke\": \"Dyke\",\n    \"diked\": \"Diked\",\n    \"dyked\": \"Ejiri\",\n    \"dykehopper\": \"Nwabueze\",\n    \"diker\": \"dyker\",\n    \"dikereeve\": \"dike reeve\",\n    \"dykereeve\": \"Chidinma\",\n    \"dikerion\": \"Dikerion\",\n    \"dikers\": \"ụgbọ mmiri\",\n    \"dikes\": \"ụgbọ mmiri\",\n    \"dykes\": \"daịkes\",\n    \"diksha\": \"Ogboko\",\n    \"diktyonite\": \"Ebube Diktyonite\",\n    \"dilacerate\": \"igbanwe\",\n    \"dilacerated\": \"gbanwere\",\n    \"dilacerating\": \"mgbanwe\",\n    \"dilaceration\": \"mgbanwe\",\n    \"dylan\": \"Ogbe\",\n    \"dilaniate\": \"ịda mba\",\n    \"dilapidated\": \"Na-egbu egbu\",\n    \"dilapidating\": \"na-egbu egbu\",\n    \"dilapidation\": \"nbibi\",\n    \"dilatableness\": \"dilatable\",\n    \"dilatably\": \"dilatable\",\n    \"dilatancy\": \"dilat\",\n    \"dilatant\": \"dilat\",\n    \"dilatants\": \"dilatant\",\n    \"dilatation\": \"Dilatation\",\n    \"dilatational\": \"Dilatal\",\n    \"dilatative\": \"Otutu\",\n    \"dilate\": \"diba\",\n    \"dilated\": \"gbasaa\",\n    \"dilatedly\": \"n'ụzọ zuru ezu\",\n    \"dilatedness\": \"latedba ụba\",\n    \"dilatement\": \"mgbasa\",\n    \"dilating\": \"diiting\",\n    \"dilatingly\": \"diilingly\",\n    \"dilations\": \"ntughari\",\n    \"dilative\": \"na-egbu egbu\",\n    \"dilatometer\": \"dilatomita\",\n    \"dilatorily\": \"n'ịkọwapụta\",\n    \"dilatoriness\": \"ntughari\",\n    \"dilators\": \"Ndị na-egbu egbu\",\n    \"dildos\": \"Oyibo\",\n    \"dilection\": \"Ntughari\",\n    \"dilemite\": \"nsogbu\",\n    \"dilemma\": \"nsogbu\",\n    \"dilemmas\": \"nsogbu\",\n    \"dilemmic\": \"nsogbu\",\n    \"diletant\": \"dilet\",\n    \"dilettantes\": \"Dilettantes\",\n    \"dilettanteship\": \"Dilettanteship\",\n    \"dilettantish\": \"Dilettantish\",\n    \"dilettantship\": \"Dilettantship\",\n    \"diligence\": \"ịdị uchu\",\n    \"diligences\": \"ịdị uchu\",\n    \"diligency\": \"ịdị uchu\",\n    \"diligent\": \"uchu\",\n    \"diligentia\": \"ịdị uchu\",\n    \"diligently\": \"ịdị uchu\",\n    \"diligentness\": \"ịdị uchu\",\n    \"dill\": \"dil\",\n    \"dilleniaceous\": \"Chukwunwike\",\n    \"dillesk\": \"Onwuka\",\n    \"dillydallied\": \"mmmmmmmmmmmmm\",\n    \"dillydallier\": \"mmmmmmmmmmmmm\",\n    \"dillydallies\": \"mmmmmmmmmmmmm\",\n    \"dillydallying\": \"mmmmmmmmmmmmm\",\n    \"dillies\": \"diill\",\n    \"dilligrout\": \"illgha\",\n    \"dillyman\": \"okpokoro\",\n    \"dillymen\": \"okpokoro\",\n    \"dilling\": \"na-eri ihe\",\n    \"dillis\": \"ugwu\",\n    \"dillisk\": \"ohia\",\n    \"dills\": \"ego\",\n    \"dillseed\": \"Onwuru\",\n    \"dillue\": \"dilill\",\n    \"dillweed\": \"Onwuchekwa\",\n    \"dilo\": \"Dilo\",\n    \"dilogarithm\": \"ọnụọgụgụ\",\n    \"dilogical\": \"usoro ọmụmụ\",\n    \"dilute\": \"itughari\",\n    \"dilutely\": \"n'ụzọ zuru oke\",\n    \"diluting\": \"utinggbanye\",\n    \"dilutive\": \"Ntughari\",\n    \"dilutor\": \"ihe ntuzi\",\n    \"dilutors\": \"ihe nkedo\",\n    \"diluvial\": \"okpokoro\",\n    \"diluvialist\": \"okpokoro\",\n    \"diluviate\": \"itughari\",\n    \"dimagnesic\": \"njuputa\",\n    \"dimastigate\": \"belata\",\n    \"dimble\": \"ịda mba\",\n    \"dimension\": \"akụkụ\",\n    \"dimensional\": \"akụkụ\",\n    \"dimensionality\": \"akụkụ\",\n    \"dimensionally\": \"akụkụ\",\n    \"dimensioned\": \"akụkụ\",\n    \"dimensioning\": \"akụkụ\",\n    \"dimensionless\": \"enweghị akụkụ\",\n    \"dimensions\": \"akụkụ\",\n    \"dimensive\": \"akụkụ\",\n    \"dimensuration\": \"ntụgharị\",\n    \"dimercurion\": \"nkwụsị\",\n    \"dimeric\": \"dimkpa\",\n    \"dimerisms\": \"ihe omimi\",\n    \"dimerization\": \"nkwụsị\",\n    \"dimerize\": \"belata\",\n    \"dimerized\": \"gbanwere\",\n    \"dimerizes\": \"na-ebelata\",\n    \"dimerizing\": \"na-ebelata\",\n    \"dimerous\": \"odibo\",\n    \"dimeter\": \"dimita\",\n    \"dimeters\": \"dimita\",\n    \"dimetient\": \"na-eche echiche\",\n    \"dimication\": \"nkwụsị\",\n    \"dimidiate\": \"belata\",\n    \"dimidiated\": \"gbanye\",\n    \"dimidiating\": \"na-ebelata\",\n    \"dimidiation\": \"ntụgharị\",\n    \"dimin\": \"belata\",\n    \"diminish\": \"belata\",\n    \"diminishable\": \"na-ebelata\",\n    \"diminishableness\": \"na-ebelata\",\n    \"diminished\": \"belatara\",\n    \"diminisher\": \"ebelata\",\n    \"diminishes\": \"na-ebelata\",\n    \"diminishing\": \"na-ebelata\",\n    \"diminishingly\": \"belata\",\n    \"diminishingturns\": \"na-agbadata\",\n    \"diminishment\": \"mbenata\",\n    \"diminishments\": \"mmebi\",\n    \"diminue\": \"belata\",\n    \"diminuent\": \"ebelata\",\n    \"diminutal\": \"nwelata\",\n    \"diminute\": \"belata\",\n    \"diminuted\": \"belata\",\n    \"diminutely\": \"n'ụzọ doro anya\",\n    \"diminuting\": \"na-agbada\",\n    \"diminution\": \"mbelata\",\n    \"diminutional\": \"mbelata\",\n    \"diminutions\": \"mmebi\",\n    \"diminutival\": \"nkwụsị\",\n    \"diminutive\": \"pere mpe\",\n    \"diminutively\": \"dimkpa\",\n    \"diminutiveness\": \"nkwụsị\",\n    \"diminutivize\": \"belata\",\n    \"dimission\": \"nbibi\",\n    \"dimit\": \"ebelata\",\n    \"dimity\": \"nju\",\n    \"dimities\": \"akụkụ\",\n    \"dimitted\": \"belata\",\n    \"dimitting\": \"na-agbada\",\n    \"dimmed\": \"gbanwere\",\n    \"dimmedness\": \"gbara ọchịchịrị ness\",\n    \"dimmers\": \"dimmer\",\n    \"dimmet\": \"dimmer\",\n    \"dimmy\": \"dummy\",\n    \"dimming\": \"na-ebelata\",\n    \"dimmit\": \"dimkpa\",\n    \"dimness\": \"nju\",\n    \"dimnesses\": \"akụkụ\",\n    \"dimorphisms\": \"ihe omimi\",\n    \"dimpled\": \"dimple\",\n    \"dimplement\": \"mejuputa\",\n    \"dimples\": \"dimple\",\n    \"dimply\": \"belata\",\n    \"dimpling\": \"na-akụda\",\n    \"dimpsy\": \"nsogbu\",\n    \"dimwit\": \"ifeanyi\",\n    \"dimwitted\": \"gbagburu\",\n    \"dimwittedly\": \"jiri nwayọọ\",\n    \"dimwittedness\": \"dimkpa\",\n    \"dyn\": \"Dyn\",\n    \"dynam\": \"ike\",\n    \"dynameter\": \"ogidi\",\n    \"dynametric\": \"ogwe ike\",\n    \"dynametrical\": \"ike nwa\",\n    \"dynamic\": \"ike\",\n    \"dynamical\": \"na-agbanwe agbanwe\",\n    \"dynamically\": \"n'ụzọ dị omimi\",\n    \"dynamicity\": \"ike\",\n    \"dynamics\": \"ihe omimi\",\n    \"dynamis\": \"ike\",\n    \"dynamism\": \"ike\",\n    \"dynamisms\": \"ihe omimi\",\n    \"dynamist\": \"ike\",\n    \"dynamistic\": \"ike\",\n    \"dynamists\": \"ike\",\n    \"dynamitard\": \"ikechi\",\n    \"dynamited\": \"gbanwere\",\n    \"dynamiter\": \"nkwalite\",\n    \"dynamiters\": \"ndagharị\",\n    \"dynamites\": \"ihe omimi\",\n    \"dynamitic\": \"ihe omimi\",\n    \"dynamitical\": \"na-agbanwe agbanwe\",\n    \"dynamitically\": \"na-agbanwe agbanwe\",\n    \"dynamiting\": \"na-agbanwe agbanwe\",\n    \"dynamitish\": \"ikeke\",\n    \"dynamitism\": \"ike\",\n    \"dynamitist\": \"onye ike\",\n    \"dynamization\": \"Mgbanwe\",\n    \"dynamize\": \"gbanwee\",\n    \"dynamometamorphic\": \"ihe omimi\",\n    \"dynamometamorphosed\": \"ikechukwuegbu\",\n    \"dynamometers\": \"ihe omimi\",\n    \"dynamometry\": \"ihe omimi\",\n    \"dynamometric\": \"ogwe ọkụ\",\n    \"dynamometrical\": \"ihe omimi\",\n    \"dynamomorphic\": \"mmmmmmmmmmmmm\",\n    \"dynamoneure\": \"ikechi\",\n    \"dynamophone\": \"okirikiri\",\n    \"dynamos\": \"ike\",\n    \"dynamoscope\": \"ihe omimi\",\n    \"dynamotor\": \"nkwonkwo\",\n    \"dinarchies\": \"dinarchi\",\n    \"dinaric\": \"dinarik\",\n    \"dinars\": \"dinar\",\n    \"dynastes\": \"dyncies\",\n    \"dynasty\": \"usoro eze\",\n    \"dynasties\": \"usoro eze\",\n    \"dynasts\": \"ndị eze\",\n    \"dynatrons\": \"dynatron\",\n    \"dindled\": \"dindind\",\n    \"dindling\": \"dinding\",\n    \"dindon\": \"dindọn\",\n    \"dine\": \"iri nri\",\n    \"dyne\": \"Dyne\",\n    \"dined\": \"rie\",\n    \"diner\": \"nri abalị\",\n    \"dinergate\": \"ụlọ oriri\",\n    \"diners\": \"ndị na-eri nri\",\n    \"dines\": \"nri\",\n    \"dinetic\": \"nri\",\n    \"dineutron\": \"Onyekwere\",\n    \"ding\": \"Igha\",\n    \"dingbats\": \"dingb\",\n    \"dingdonged\": \"kpọọ\",\n    \"dingdonging\": \"dgha\",\n    \"dingdongs\": \"dingdong\",\n    \"dinge\": \"dingi\",\n    \"dinged\": \"kpọgidere\",\n    \"dingeing\": \"dinging\",\n    \"dingeys\": \"ụgbọ mmiri\",\n    \"dinghy\": \"na-egbu egbu\",\n    \"dinghies\": \"ụgbọ mmiri\",\n    \"dingy\": \"ihe efu\",\n    \"dingier\": \"dị obere\",\n    \"dingies\": \"dị mkpa\",\n    \"dingiest\": \"kasị dị egwu\",\n    \"dingily\": \"na-agwụ ike\",\n    \"dinginess\": \"nno o\",\n    \"dingleberry\": \"dinglberị\",\n    \"dinglebird\": \"nnụnụ dingle\",\n    \"dingled\": \"dingle\",\n    \"dingledangle\": \"dingle dangle\",\n    \"dingly\": \"dị\",\n    \"dingling\": \"Na-atọ ụtọ\",\n    \"dingoes\": \"anwansi\",\n    \"dinguses\": \"ihe nzuzu\",\n    \"dinic\": \"nri\",\n    \"dinical\": \"nri\",\n    \"dinichthys\": \"ndiegwu\",\n    \"dining\": \"na-eri nri\",\n    \"dink\": \"ogbe\",\n    \"dinkeys\": \"ịnyịnya ibu\",\n    \"dinky\": \"nwu\",\n    \"dinkies\": \"Oyibo\",\n    \"dinking\": \"na-acha ọcha\",\n    \"dinkly\": \"oji\",\n    \"dinks\": \"na-acha\",\n    \"dinned\": \"dinyere\",\n    \"dinner\": \"nri abalị\",\n    \"dinnery\": \"nri abalị\",\n    \"dinnerless\": \"nri abalị\",\n    \"dinnerly\": \"nri abalị\",\n    \"dinners\": \"nri abalị\",\n    \"dinnertime\": \"nri abalị\",\n    \"dinnerware\": \"ihe oriri\",\n    \"dinning\": \"nri abalị\",\n    \"dinobryon\": \"okwun\",\n    \"dinornithes\": \"nrichi\",\n    \"dinornithic\": \"nri dinithithic\",\n    \"dinosaur\": \"dainosoo\",\n    \"dinosauria\": \"dainosouria\",\n    \"dinosauric\": \"dainosouric\",\n    \"dinosaurs\": \"dinosaur\",\n    \"dinotheres\": \"nri abalị\",\n    \"dins\": \"nri\",\n    \"dinted\": \"mafere\",\n    \"dinting\": \"na-eri nri\",\n    \"dintless\": \"enweghị\",\n    \"dints\": \"mkpọchi\",\n    \"dinumeration\": \"oriri\",\n    \"diocesan\": \"diọcese\",\n    \"diocesans\": \"diọcese\",\n    \"diocese\": \"diọcese\",\n    \"dioceses\": \"diọcese\",\n    \"diocesian\": \"diọcese\",\n    \"diodes\": \"oge\",\n    \"dioeciousness\": \"dioecious\",\n    \"dioecisms\": \"ihe ndozi\",\n    \"dioestrous\": \"ọjị\",\n    \"dioicous\": \"ọjị\",\n    \"dioicousness\": \"ọmarịcha\",\n    \"diol\": \"ndiol\",\n    \"diols\": \"diol\",\n    \"dionise\": \"anwụ\",\n    \"dionysiac\": \"Diionysiac\",\n    \"dionysus\": \"Chidinma\",\n    \"dioon\": \"Udiri\",\n    \"dyophone\": \"koyo\",\n    \"diopsides\": \"okwa\",\n    \"diopsimeter\": \"diopsimita\",\n    \"diopter\": \"dioter\",\n    \"dioptometer\": \"dioptomita\",\n    \"dioptomiter\": \"dioptomita\",\n    \"dioptre\": \"nwb\",\n    \"dioptry\": \"dioptri\",\n    \"diorthotic\": \"mmmmmmmmmmmm\",\n    \"dioscoreaceous\": \"ọmarịcha\",\n    \"diosmosing\": \"okirikiri\",\n    \"diospyraceous\": \"ọjị\",\n    \"dyostyle\": \"Nwachukwu\",\n    \"dyotheletism\": \"dyothelitism\",\n    \"diothelism\": \"ndaghari\",\n    \"dyothelism\": \"dyothelitism\",\n    \"diotic\": \"dioti\",\n    \"diotrephes\": \"ọtụmọkpọ\",\n    \"dioxan\": \"dioxane\",\n    \"dioxides\": \"oxides\",\n    \"dioxids\": \"dioxid\",\n    \"dip\": \"itinye\",\n    \"dipartite\": \"Dipartite\",\n    \"dipcoat\": \"tinye\",\n    \"dipentine\": \"agwọ\",\n    \"dipetto\": \"okpoko\",\n    \"diphaser\": \"Difa\",\n    \"diphead\": \"dimkpa\",\n    \"diphenan\": \"Diphenan\",\n    \"diphenyl\": \"Nwachukwu\",\n    \"diphenylene\": \"Diphenylene\",\n    \"diphenyls\": \"Nwachukwu\",\n    \"diphycercy\": \"diphycer\",\n    \"diphyesis\": \"akpịrị\",\n    \"diphygenic\": \"ihe okike\",\n    \"diphyllous\": \"ure mmiri\",\n    \"diphyozooid\": \"Diphyozooid\",\n    \"dyphone\": \"ekwentị\",\n    \"diphonia\": \"Diphonia\",\n    \"diphtheria\": \"akpịrị\",\n    \"diphtherial\": \"akpịrị\",\n    \"diphtherian\": \"akpịrị\",\n    \"diphtheriaphor\": \"diphtheria maka\",\n    \"diphtheritis\": \"ọnyá afọ\",\n    \"diphthongation\": \"ndozi\",\n    \"diphthonged\": \"gbanwere\",\n    \"diphthonging\": \"ntụgharị\",\n    \"diphthongised\": \"agbatị\",\n    \"diphthongising\": \"ntụgharị\",\n    \"diphthongizing\": \"ntụgharị\",\n    \"dipygus\": \"ọnya\",\n    \"diplacanthus\": \"okpokoro\",\n    \"diplacuses\": \"Ntụgharị uche\",\n    \"diplanetic\": \"ọnụọgụgụ\",\n    \"diplantidian\": \"Diplantidian\",\n    \"diplarthrous\": \"dipslar\",\n    \"diplasion\": \"diplasọn\",\n    \"diple\": \"di\",\n    \"dipleural\": \"diple\",\n    \"diploblastic\": \"okpu\",\n    \"diplocardiac\": \"okpuru\",\n    \"diplocarpon\": \"diplopapon\",\n    \"diplocaulescent\": \"okpu\",\n    \"diplocephaly\": \"ọfụma\",\n    \"diplocephalous\": \"diplọfịlous\",\n    \"diplocephalus\": \"dibisiisi\",\n    \"diplochlamydeous\": \"osinachi\",\n    \"diplococcal\": \"ufodi\",\n    \"diplococcic\": \"ufodi\",\n    \"diploconical\": \"diplọma\",\n    \"diplocoria\": \"diplomaor\",\n    \"diplodocus\": \"diplọdocus\",\n    \"diplodocuses\": \"diplọsis\",\n    \"diplodus\": \"diplọd\",\n    \"diploe\": \"diplọma\",\n    \"diploes\": \"diplọma\",\n    \"diploetic\": \"diplọma\",\n    \"diplogenic\": \"dipsogenic\",\n    \"diploglossata\": \"diploglossus\",\n    \"diploglossate\": \"diploglossus\",\n    \"diplograph\": \"diploma\",\n    \"diplography\": \"diplọma\",\n    \"diplographic\": \"diplọma\",\n    \"diplographical\": \"diplọma\",\n    \"diplohedral\": \"diplọra\",\n    \"diplohedron\": \"diplọtọ\",\n    \"diploic\": \"diploma\",\n    \"diploid\": \"diploma\",\n    \"diploidy\": \"diplọma\",\n    \"diploidic\": \"diplọtọ\",\n    \"diploidies\": \"diplọma\",\n    \"diploidion\": \"diplọdị\",\n    \"diploidize\": \"diplọma\",\n    \"diploids\": \"ndị diplọf\",\n    \"diplois\": \"diplọma\",\n    \"diplokaryon\": \"diplomayon\",\n    \"diploma\": \"diplọma\",\n    \"diplomacy\": \"diplọma\",\n    \"diplomacies\": \"diplọma\",\n    \"diplomaed\": \"diplọma\",\n    \"diplomaing\": \"diplọma\",\n    \"diplomas\": \"diplọma\",\n    \"diplomat\": \"onye diploma\",\n    \"diplomata\": \"diploma\",\n    \"diplomate\": \"onye na-ahụ maka ndọrọ ndọrọ ọchịchị\",\n    \"diplomates\": \"ndị nnọchi anya mba\",\n    \"diplomatic\": \"onye ochichi\",\n    \"diplomatical\": \"ndị nnọchi anya mba\",\n    \"diplomatically\": \"diplọma\",\n    \"diplomatics\": \"ndị nnọchi anya mba\",\n    \"diplomatique\": \"diplọma\",\n    \"diplomatism\": \"diplọma\",\n    \"diplomatist\": \"onye dibloma\",\n    \"diplomatists\": \"diplọma\",\n    \"diplomatize\": \"diplọma\",\n    \"diplomatized\": \"diplọma\",\n    \"diplomatology\": \"diplọma\",\n    \"diplomats\": \"ndị nnọchi anya mba\",\n    \"diplomyelia\": \"onye isi ala\",\n    \"diplonema\": \"diplọma\",\n    \"diploneural\": \"diplọma\",\n    \"diplont\": \"diploma\",\n    \"diplontic\": \"diplọma\",\n    \"diplonts\": \"tinye\",\n    \"diploperistomic\": \"diploma\",\n    \"diplophonia\": \"Diplophonia\",\n    \"diplopoda\": \"diploma\",\n    \"diplopodous\": \"ihendị\",\n    \"diplopods\": \"diploma\",\n    \"diplopteryga\": \"diplopterys\",\n    \"diplopterous\": \"diplopterys\",\n    \"diploses\": \"diploma\",\n    \"diplosis\": \"diplọsis\",\n    \"diplosome\": \"diplọma\",\n    \"diplosphenal\": \"diplọp\",\n    \"diplosphene\": \"dibisi\",\n    \"diplospondylic\": \"diplofo\",\n    \"diplospondylism\": \"diplọspondylism\",\n    \"diplostemony\": \"diplọma\",\n    \"diplostemonous\": \"osote\",\n    \"diplostichous\": \"okpu\",\n    \"diplotaxis\": \"diplomaxis\",\n    \"diplozoon\": \"onye nnọchiteanya\",\n    \"dipneedle\": \"Nkechi\",\n    \"dipneumonous\": \"ihe omimi\",\n    \"dipneust\": \"itinye\",\n    \"dipneusti\": \"Dipneusti\",\n    \"dipodomys\": \"Dipodomys\",\n    \"dipotassium\": \"dipopium\",\n    \"dipped\": \"tinye\",\n    \"dipperful\": \"na-eriju mmiri\",\n    \"dipping\": \"itinye\",\n    \"dippings\": \"tinye\",\n    \"dipppy\": \"tinye\",\n    \"diprismatic\": \"ihe omimi\",\n    \"dipropellant\": \"Dipropellant\",\n    \"dipropyl\": \"Dipropyl\",\n    \"diprotodan\": \"Diprotodan\",\n    \"diprotodon\": \"Diprotodon\",\n    \"dips\": \"tinye\",\n    \"dipsacaceous\": \"Dipsacaceous\",\n    \"dipsacus\": \"Dipsacus\",\n    \"dipsadine\": \"Dipsadine\",\n    \"dipsas\": \"Dipsas\",\n    \"dipsey\": \"itughari\",\n    \"dipsomania\": \"Dipsomania\",\n    \"dipsomaniac\": \"Dipsomaniac\",\n    \"dipsomaniacal\": \"Dipsomaniacal\",\n    \"dipsomaniacs\": \"Dipsomaniacs\",\n    \"dipsticks\": \"Ihe ntanye\",\n    \"dipt\": \"itinye\",\n    \"dipter\": \"okpokoro\",\n    \"dipterad\": \"Dipterad\",\n    \"dipterygian\": \"Onyenekwe\",\n    \"dipterist\": \"onye mgba okpuru\",\n    \"dipteryx\": \"Oyibo\",\n    \"dipterocarp\": \"Dipterocarp\",\n    \"dipterocarpaceous\": \"Nwachukwu\",\n    \"dipteron\": \"Dipteron\",\n    \"dipterous\": \"dipital\",\n    \"dipterus\": \"Dị adị\",\n    \"diptych\": \"tinye\",\n    \"diquats\": \"ihe oriri\",\n    \"diradiation\": \"mgbasa ozi\",\n    \"dird\": \"dir\",\n    \"dirdums\": \"ndiigbo\",\n    \"direcly\": \"doro anya\",\n    \"direct\": \"iduzi\",\n    \"directcarving\": \"kpọmkwem atụ\",\n    \"directdiscourse\": \"kwuo okwu ihu ọha\",\n    \"directed\": \"eduzi\",\n    \"directer\": \"onye nduzi\",\n    \"directest\": \"iwu\",\n    \"directexamination\": \"nyocha\",\n    \"directing\": \"na-eduzi\",\n    \"direction\": \"ntụziaka\",\n    \"directionality\": \"directional\",\n    \"directionalize\": \"duzie ya\",\n    \"directionize\": \"duzie ya\",\n    \"directionless\": \"enweghị nduzi\",\n    \"directions\": \"ntụziaka\",\n    \"directitude\": \"uzo\",\n    \"directive\": \"ntuziaka\",\n    \"directively\": \"kpọmkwem\",\n    \"directiveness\": \"ntụziaka\",\n    \"directives\": \"ntuziaka\",\n    \"directivity\": \"Nduzi\",\n    \"directly\": \"ozugbo\",\n    \"directness\": \"ntụziaka\",\n    \"directoire\": \"ụzọ\",\n    \"director\": \"onye nduzi\",\n    \"directoral\": \"ndekọ\",\n    \"directorate\": \"ndutịm\",\n    \"directorates\": \"na-eduzi\",\n    \"directory\": \"ndekọ\",\n    \"directorial\": \"nduzi\",\n    \"directorially\": \"ndekọ\",\n    \"directories\": \"akwụkwọ ndekọ aha\",\n    \"directors\": \"ndị isi\",\n    \"directorship\": \"nduzi\",\n    \"directorships\": \"nduzi\",\n    \"directress\": \"ndetu\",\n    \"directrices\": \"ndekọ\",\n    \"directrix\": \"ndekọ\",\n    \"directrixes\": \"ndekọ\",\n    \"directs\": \"na-eduzi\",\n    \"direful\": \"dị egwu\",\n    \"direfully\": \"n'ụzọ doro anya\",\n    \"direfulness\": \"ihe ojoo\",\n    \"direly\": \"n'ụzọ doro anya\",\n    \"dirempt\": \"nnabata\",\n    \"diremption\": \"ihe mgbapụta\",\n    \"direness\": \"ọnya ọnya\",\n    \"direnesses\": \"ọnya ọnya\",\n    \"direption\": \"Ntughari\",\n    \"direr\": \"Direr\",\n    \"direst\": \"kacha njọ\",\n    \"direx\": \"Darix\",\n    \"direxit\": \"ndukwe\",\n    \"dirge\": \"ákwá\",\n    \"dirged\": \"toro\",\n    \"dirgeful\": \"eru újú\",\n    \"dirges\": \"iru uju\",\n    \"dirging\": \"bụ abụ\",\n    \"dirgler\": \"dirgili\",\n    \"diriment\": \"unyi\",\n    \"dirity\": \"dirti\",\n    \"dirk\": \"Dirk\",\n    \"dirked\": \"dirged\",\n    \"dirking\": \"Ikwu ure\",\n    \"dirks\": \"Dirks\",\n    \"dirled\": \"tụọ\",\n    \"dirling\": \"na-agbasi mgba\",\n    \"dirndl\": \"Nkechi\",\n    \"dirndls\": \"Egwu\",\n    \"dirt\": \"unyi\",\n    \"dirtbird\": \"nnenneigbo\",\n    \"dirtboard\": \"mbadamba\",\n    \"dirten\": \"tụọ\",\n    \"dirtfarmer\": \"onye ọrụ ubi unyi\",\n    \"dirty\": \"unyi\",\n    \"dirtied\": \"unyi\",\n    \"dirtier\": \"unyi\",\n    \"dirties\": \"dirtiest\",\n    \"dirtying\": \"na-emetọ mmadụ\",\n    \"dirtily\": \"unyi\",\n    \"dirtiness\": \"unyi\",\n    \"dirtplate\": \"unyi\",\n    \"dirts\": \"Dirts\",\n    \"dys\": \"Ọrịa\",\n    \"disability\": \"nkwarụ\",\n    \"disabilities\": \"nkwarụ\",\n    \"disable\": \"gbanyụọ\",\n    \"disabled\": \"nwere nkwarụ\",\n    \"disablement\": \"nkwarụ\",\n    \"disableness\": \"nkwarụ\",\n    \"disabler\": \"gbanyụọ\",\n    \"disablers\": \"disable\",\n    \"disables\": \"na-ewepu\",\n    \"disabling\": \"nkwarụ\",\n    \"disabusal\": \"nkwarụ\",\n    \"disabuses\": \"nkwarụ\",\n    \"disabusing\": \"disabil\",\n    \"disacceptance\": \"ekweghị\",\n    \"disaccord\": \"nkwenye\",\n    \"disaccordance\": \"nkwarụ\",\n    \"disaccordant\": \"Ekwesighi\",\n    \"disaccredit\": \"nkwenye\",\n    \"disaccustom\": \"adabaghi\",\n    \"disaccustomed\": \"emezighi\",\n    \"disaccustomedness\": \"amaghi ama\",\n    \"disacidify\": \"ikwusa\",\n    \"disacidified\": \"disacacified\",\n    \"disacknowledge\": \"amaghi ama\",\n    \"disacknowledgement\": \"nkwanye ugwu\",\n    \"disacknowledgements\": \"nkwanye ugwu\",\n    \"disacquaintance\": \"enweghị ike\",\n    \"dysadaptation\": \"ọnyụnyụ ọbara\",\n    \"disadjust\": \"gbanwee\",\n    \"disadorn\": \"imechu\",\n    \"disadvance\": \"nkwarụ\",\n    \"disadvanced\": \"okpe\",\n    \"disadvancing\": \"disadvanọ\",\n    \"disadvantage\": \"enweghi nsogbu\",\n    \"disadvantaged\": \"enweghi nsogbu\",\n    \"disadvantagedness\": \"enweghi nsogbu\",\n    \"disadvantageous\": \"ọghọm\",\n    \"disadvantageously\": \"ọghọm\",\n    \"disadvantageousness\": \"ọghọm\",\n    \"disadvantages\": \"ọghọm\",\n    \"disadvantaging\": \"na-emebi ihe\",\n    \"disadventure\": \"imebi emebi\",\n    \"disadvise\": \"Igha\",\n    \"disadvised\": \"Ekwereghi\",\n    \"disadvising\": \"nkesa\",\n    \"dysaesthetic\": \"Udochukwu\",\n    \"disaffect\": \"enweghị ike\",\n    \"disaffectation\": \"nsogbu\",\n    \"disaffected\": \"enwetaghị\",\n    \"disaffectedness\": \"nsogbu\",\n    \"disaffection\": \"ezighi ezi\",\n    \"disaffections\": \"ezighi ezi\",\n    \"disaffects\": \"nsogbu\",\n    \"disaffiliated\": \"ekwupụtala\",\n    \"disaffiliates\": \"Ekwukwu\",\n    \"disaffiliating\": \"ikwupụta\",\n    \"disaffiliation\": \"nkwenye\",\n    \"disaffiliations\": \"nkwupụta\",\n    \"disaffinity\": \"enweghị ọrụ\",\n    \"disaffirm\": \"ikwupụta\",\n    \"disaffirmance\": \"ikwuputa\",\n    \"disaffirmation\": \"nkwenye\",\n    \"disaffirmative\": \"ikwupụta\",\n    \"disaffirming\": \"ikwupụta\",\n    \"disafforest\": \"ohia\",\n    \"disafforestation\": \"ịchụ osisi\",\n    \"disafforestment\": \"nkwuputa osisi\",\n    \"disagglomeration\": \"nkwenye\",\n    \"disaggregate\": \"iche\",\n    \"disaggregated\": \"nkewa\",\n    \"disaggregation\": \"nkewa\",\n    \"disaggregative\": \"nkewa\",\n    \"disagio\": \"ekwenyeghi\",\n    \"disagree\": \"ekwetaghị\",\n    \"disagreeability\": \"enweghị nkwekọrịta\",\n    \"disagreeable\": \"ekwetaghị\",\n    \"disagreeableness\": \"enweghị nkwekọrịta\",\n    \"disagreeables\": \"ekwetaghị\",\n    \"disagreeably\": \"ekwetaghị\",\n    \"disagreeance\": \"enweghị nkwekọrịta\",\n    \"disagreed\": \"ekwetaghị\",\n    \"disagreeing\": \"ekwenyeghi\",\n    \"disagreement\": \"ekweghị\",\n    \"disagreements\": \"enweghị nkwekọrịta\",\n    \"disagreer\": \"eneni eneni\",\n    \"disagrees\": \"ekwetaghị\",\n    \"disagreing\": \"ekwetaghị\",\n    \"disalign\": \"nkwarụ\",\n    \"disaligned\": \"tufuru\",\n    \"disaligning\": \"na-agbagha\",\n    \"disalignment\": \"ndabia\",\n    \"disalike\": \"Ighapu\",\n    \"disallow\": \"ekweghị\",\n    \"disallowable\": \"ekweghi\",\n    \"disallowableness\": \"ekweghị\",\n    \"disallowance\": \"ekweghị\",\n    \"disallowances\": \"ekweghị\",\n    \"disallowed\": \"ekweghị\",\n    \"disallowing\": \"ekweghị\",\n    \"disallows\": \"ekweghị\",\n    \"disaltern\": \"ndisa\",\n    \"disambiguate\": \"ikwughari\",\n    \"disambiguated\": \"agbagha\",\n    \"disambiguation\": \"nkwuputa okwu\",\n    \"disamenity\": \"nkwarụ\",\n    \"disanagrammatize\": \"ikwuputa\",\n    \"disangelical\": \"nkwusa ozioma\",\n    \"disanimate\": \"nkwarụ\",\n    \"disanimated\": \"kwenye\",\n    \"disanimating\": \"na-agbasa\",\n    \"disanimation\": \"Mkpokọta\",\n    \"disannex\": \"Mwepu\",\n    \"disannexation\": \"nkwuputa\",\n    \"disannulled\": \"agbasaghị\",\n    \"disannulling\": \"na-agbagha\",\n    \"disanswerable\": \"nkwupụta\",\n    \"disapparel\": \"enweghị mmasị\",\n    \"disappear\": \"na-apụ n'anya\",\n    \"disappearance\": \"efu efu\",\n    \"disappearances\": \"na-apụ n'anya\",\n    \"disappeared\": \"okụrede\",\n    \"disappearer\": \"na-apụ n'anya\",\n    \"disappearing\": \"na-apụ n'anya\",\n    \"disappears\": \"na-apụ n'anya\",\n    \"disappendancy\": \"enweghị afọ ojuju\",\n    \"disappendant\": \"ndakpọ olileanya\",\n    \"disappoint\": \"ndakpọ olileanya\",\n    \"disappointed\": \"ndakpọ olileanya\",\n    \"disappointedly\": \"ndakpọ olileanya\",\n    \"disappointer\": \"ndakpọ olileanya\",\n    \"disappointing\": \"na-akụda\",\n    \"disappointingly\": \"na-akụda mmụọ\",\n    \"disappointingness\": \"ndakpọ olileanya\",\n    \"disappointment\": \"ndakpọ olileanya\",\n    \"disappointments\": \"ndakpọ olileanya\",\n    \"disappoints\": \"ndakpọ olileanya\",\n    \"disappreciate\": \"enweghị afọ ojuju\",\n    \"disappreciation\": \"nkụda mmụọ\",\n    \"disapprobation\": \"Nkwenye\",\n    \"disapprobations\": \"Nkwenye\",\n    \"disapprobative\": \"ekwenyeghi\",\n    \"disapprobatory\": \"na-akụda mmụọ\",\n    \"disappropriate\": \"ekwesighi\",\n    \"disappropriation\": \"mmechuihu\",\n    \"disapprovable\": \"ekwetaghị\",\n    \"disapproval\": \"nkwenye\",\n    \"disapprovals\": \"nkwenye\",\n    \"disapprove\": \"ekwela\",\n    \"disapproved\": \"ekweghị\",\n    \"disapprover\": \"ekweghị\",\n    \"disapproves\": \"ekwenyeghị\",\n    \"disapproving\": \"ekwenyeghi\",\n    \"disapprovingly\": \"na-ekwenyeghị\",\n    \"disaproned\": \"achụsasị\",\n    \"dysaptation\": \"mmịba\",\n    \"disard\": \"tufuo\",\n    \"disarm\": \"inapu\",\n    \"disarmament\": \"ịnapụta mmadụ\",\n    \"disarmed\": \"ịnapu\",\n    \"disarming\": \"na-atọpụ\",\n    \"disarmingly\": \"n'iyi\",\n    \"disarms\": \"Ngwá agha\",\n    \"disarray\": \"ọgba aghara\",\n    \"disarrayed\": \"ewepu\",\n    \"disarraying\": \"na-agbagha\",\n    \"disarrange\": \"itisa\",\n    \"disarranged\": \"kewapụrụ\",\n    \"disarrangement\": \"nkwarụ\",\n    \"disarrangements\": \"nkwarụ\",\n    \"disarranges\": \"nkwarụ\",\n    \"disarranging\": \"nkwarụ\",\n    \"disarrest\": \"nkwarụ\",\n    \"dysarthria\": \"ọnyụnyụ\",\n    \"dysarthric\": \"ọnụọgụ\",\n    \"disarticulate\": \"disarticartị\",\n    \"disarticulated\": \"kewara\",\n    \"disarticulating\": \"na-agbasasị\",\n    \"disarticulation\": \"iwepụsị\",\n    \"disassemble\": \"ebukọta\",\n    \"disassembled\": \"gbasasia\",\n    \"disassent\": \"enweghi ike\",\n    \"disassiduity\": \"nkwenye\",\n    \"disassociable\": \"kewara ekewa\",\n    \"disassociate\": \"kewaa\",\n    \"disassociated\": \"kewapụrụ\",\n    \"disassociates\": \"kewara\",\n    \"disassociating\": \"kewaa\",\n    \"disassociation\": \"nkewa\",\n    \"disaster\": \"ọdachi\",\n    \"disasterly\": \"ọdachi\",\n    \"disasters\": \"ọdachi\",\n    \"disastrous\": \"ọdachi\",\n    \"disastrously\": \"na-agbagha\",\n    \"disastrousness\": \"ọdachi\",\n    \"disaugment\": \"Ighapu\",\n    \"disauthentic\": \"ezighi ezi\",\n    \"disauthenticate\": \"ikwusi ike\",\n    \"disauthorize\": \"nye iwu\",\n    \"disavow\": \"hapụ\",\n    \"disavowable\": \"arụ ọrụ\",\n    \"disavowal\": \"nkwarụ\",\n    \"disavowance\": \"nkwenye\",\n    \"disavowed\": \"achọrọ\",\n    \"disavowedly\": \"nkwanye ugwu\",\n    \"disavowing\": \"na-achọpụta\",\n    \"disavowment\": \"nkwenye\",\n    \"disavows\": \"nkwenye\",\n    \"disbalance\": \"ahaghị\",\n    \"disbalancement\": \"ndabia\",\n    \"disband\": \"ikposa\",\n    \"disbanded\": \"achụsasị\",\n    \"disbanding\": \"mgbasa\",\n    \"disbandment\": \"mgbasa\",\n    \"disbandments\": \"mgbasa\",\n    \"disbands\": \"achụsasị\",\n    \"disbark\": \"ibupu\",\n    \"disbarment\": \"mbibi\",\n    \"disbarments\": \"mbibi\",\n    \"disbarred\": \"disbar\",\n    \"disbarring\": \"na-agbasa\",\n    \"disbars\": \"disba\",\n    \"disbecome\": \"enweghị ike\",\n    \"disbelief\": \"ekweghị\",\n    \"disbeliefs\": \"Nkwenye\",\n    \"disbelieve\": \"ekweghi\",\n    \"disbelieved\": \"ekweghị\",\n    \"disbeliever\": \"ekweghi-ekwe\",\n    \"disbelievers\": \"ndị na-ekweghị ekwe\",\n    \"disbelieves\": \"ekweghị\",\n    \"disbelieving\": \"ikwere\",\n    \"disbelievingly\": \"ekwetaghị\",\n    \"disbenched\": \"ewepu\",\n    \"disbend\": \"wepụta\",\n    \"disbind\": \"wepụnụ\",\n    \"disblame\": \"ghachaa\",\n    \"disbloom\": \"mbupute\",\n    \"disboard\": \"ịkwụpu\",\n    \"disbody\": \"ikposa\",\n    \"disbodied\": \"disbodi\",\n    \"disboscation\": \"ikpochapu\",\n    \"disbosoms\": \"nkwupụta\",\n    \"disboweling\": \"Ekwensu\",\n    \"disbowelled\": \"disbowel\",\n    \"disbowelling\": \"nkwanye\",\n    \"disbranched\": \"achụsasịla ya\",\n    \"disbranching\": \"Mbupu\",\n    \"disbud\": \"ịkwụ ụgwọ\",\n    \"disbudded\": \"agbasasịla\",\n    \"disbudding\": \"Nkwupụta\",\n    \"disbuds\": \"akwụ ụgwọ\",\n    \"dysbulic\": \"ọnyụnyụ\",\n    \"disburden\": \"apụrụnụ\",\n    \"disburdened\": \"apụrụnụ\",\n    \"disburdening\": \"Ikwuputa\",\n    \"disburdenment\": \"Ikwuputa\",\n    \"disburdens\": \"Arụsị\",\n    \"disbury\": \"ndozi\",\n    \"disbursable\": \"Ezigbo ego\",\n    \"disbursal\": \"iwesa\",\n    \"disbursals\": \"mmefu\",\n    \"disburse\": \"bupu\",\n    \"disbursed\": \"obula\",\n    \"disbursement\": \"mmefu\",\n    \"disbursements\": \"mmezi\",\n    \"disburser\": \"Ihe nzuputa\",\n    \"disburses\": \"nkwuputa\",\n    \"disbursing\": \"inyefe\",\n    \"disburthen\": \"iwesa\",\n    \"disc\": \"diski\",\n    \"discabinet\": \"diskinet\",\n    \"discage\": \"nwepu\",\n    \"discal\": \"tụfuo\",\n    \"discalceate\": \"ikwuputa\",\n    \"discalced\": \"tufuo\",\n    \"discamp\": \"diski\",\n    \"discandy\": \"Nkwupụta\",\n    \"discanonization\": \"nkwuputa\",\n    \"discanonize\": \"discanonisi\",\n    \"discant\": \"diski\",\n    \"discanted\": \"tụfuo\",\n    \"discanter\": \"diski\",\n    \"discanting\": \"na-atụfu\",\n    \"discants\": \"diski\",\n    \"discantus\": \"diski\",\n    \"discard\": \"tufuo\",\n    \"discardable\": \"tụfuo\",\n    \"discarded\": \"tụfuo\",\n    \"discarder\": \"tụfuo\",\n    \"discarding\": \"tụfuo\",\n    \"discardment\": \"mkpofu\",\n    \"discards\": \"tụfuo\",\n    \"discarnate\": \"imehie\",\n    \"discarnation\": \"ihe omuma\",\n    \"discase\": \"diski\",\n    \"discased\": \"enwere\",\n    \"discases\": \"diski\",\n    \"discasing\": \"ịhapụ\",\n    \"discastle\": \"nkwarụ\",\n    \"discatter\": \"diski\",\n    \"disced\": \"jụ\",\n    \"discede\": \"tụfuo\",\n    \"discept\": \"ekweghi\",\n    \"disceptation\": \"nkwenye\",\n    \"disceptator\": \"disceptor\",\n    \"discepted\": \"na-ahụ\",\n    \"discepting\": \"na-achọpụtaghị\",\n    \"discepts\": \"echiche\",\n    \"discern\": \"chọpụta\",\n    \"discernable\": \"achọpụta\",\n    \"discernableness\": \"nghọta\",\n    \"discernably\": \"nghọta\",\n    \"discerned\": \"achọpụta\",\n    \"discerner\": \"onye nyocha\",\n    \"discerners\": \"ndị nghọta\",\n    \"discernibility\": \"nghọta\",\n    \"discernible\": \"achọpụta\",\n    \"discernibleness\": \"nghọta\",\n    \"discernibly\": \"n'ụzọ nghọta\",\n    \"discerning\": \"nghọta\",\n    \"discerningly\": \"uche\",\n    \"discernment\": \"nghọta\",\n    \"discerns\": \"na-achọpụta\",\n    \"discerp\": \"ikposa\",\n    \"discerped\": \"gbasasia\",\n    \"discerpibility\": \"enweghị nghọta\",\n    \"discerpible\": \"nghota\",\n    \"discerpibleness\": \"nkwenye\",\n    \"discerping\": \"nghọta\",\n    \"discerptible\": \"nkwanye ugwu\",\n    \"discerptibleness\": \"nkwanye ugwu\",\n    \"discerption\": \"nghọta\",\n    \"discerptive\": \"ezi uche\",\n    \"discession\": \"mbibi\",\n    \"discharacter\": \"Onye mgbapu\",\n    \"discharge\": \"ihapu\",\n    \"dischargeable\": \"igbapu\",\n    \"discharged\": \"atara\",\n    \"dischargee\": \"igbapu\",\n    \"discharger\": \"igbapu\",\n    \"discharges\": \"Ihapu\",\n    \"discharging\": \"ihapu\",\n    \"discharity\": \"nkwarụ\",\n    \"dischase\": \"izipu\",\n    \"dyschiria\": \"ọnyụnyụ\",\n    \"dyschromatopsia\": \"ọrịa dyschromatopsia\",\n    \"dyschronous\": \"Ọrịa\",\n    \"dischurch\": \"chọọchị\",\n    \"disci\": \"nkuzi\",\n    \"discide\": \"tụfuo\",\n    \"disciferous\": \"disiki\",\n    \"disciflorous\": \"nkwuputa\",\n    \"disciform\": \"disiform\",\n    \"discigerous\": \"nkwupụta\",\n    \"discina\": \"diski\",\n    \"discinct\": \"discincin\",\n    \"discind\": \"chọpụta\",\n    \"discing\": \"n'iwere\",\n    \"disciple\": \"na-eso ụzọ\",\n    \"discipled\": \"na-eso ụzọ\",\n    \"disciplelike\": \"yiri ka onye na-eso ụzọ\",\n    \"disciples\": \"na-eso ụzọ\",\n    \"discipleship\": \"ịbụ onye na-eso ụzọ\",\n    \"disciplinability\": \"ịdọ aka ná ntị\",\n    \"disciplinable\": \"inye ọzụzụ\",\n    \"disciplinableness\": \"ịdọ aka ná ntị\",\n    \"disciplinal\": \"inye ntaramahụhụ\",\n    \"disciplinant\": \"na-adọ aka ná ntị\",\n    \"disciplinary\": \"ọzụzụ\",\n    \"disciplinarian\": \"inye ọzụzụ\",\n    \"disciplinarianism\": \"inye ọzụzụ\",\n    \"disciplinarians\": \"ndị ọzụzụ\",\n    \"disciplinarily\": \"ịdọ aka ná ntị\",\n    \"disciplinarity\": \"ịdọ aka ná ntị\",\n    \"disciplinate\": \"dọọ aka ná ntị\",\n    \"disciplinative\": \"inye ọzụzụ\",\n    \"disciplinatory\": \"inye ntaramahụhụ\",\n    \"discipline\": \"ịdọ aka ná ntị\",\n    \"disciplined\": \"dọrọ aka ná ntị\",\n    \"discipliner\": \"inye\",\n    \"discipliners\": \"ndị ọzụzụ\",\n    \"disciplines\": \"ọzụzụ\",\n    \"discipling\": \"inye ọzụzụ\",\n    \"disciplining\": \"inye ọzụzụ\",\n    \"discipular\": \"ọzụzụ\",\n    \"discircumspection\": \"nkwanye ugwu\",\n    \"discission\": \"nkwuputa\",\n    \"discitis\": \"ọrịa diski\",\n    \"disclaim\": \"ngọnarị\",\n    \"disclaimant\": \"Ohere\",\n    \"disclaimed\": \"atụfu\",\n    \"disclaimer\": \"ngọngọ\",\n    \"disclaimers\": \"Ihe ndozi\",\n    \"disclaiming\": \"ngọnarị\",\n    \"disclaims\": \"Okwu\",\n    \"disclamation\": \"nkwupụta\",\n    \"disclamatory\": \"Mgbasa\",\n    \"disclander\": \"nkwuputa\",\n    \"disclass\": \"diskilas\",\n    \"disclassify\": \"declassify\",\n    \"disclike\": \"enweghị mmasị\",\n    \"disclimax\": \"nkwuputa\",\n    \"discloak\": \"ikwusi\",\n    \"disclosable\": \"ekpughere\",\n    \"disclose\": \"igosipụta\",\n    \"disclosed\": \"mara\",\n    \"discloser\": \"ngosi\",\n    \"discloses\": \"ekpughere\",\n    \"disclosing\": \"igosipụta\",\n    \"disclosive\": \"nkwuputa\",\n    \"disclosure\": \"ngosi\",\n    \"disclosures\": \"ngosi\",\n    \"discloud\": \"tuputa\",\n    \"disclout\": \"discloti\",\n    \"disclusion\": \"nkwuputa\",\n    \"disco\": \"disko\",\n    \"discoach\": \"ichoputa\",\n    \"discoactine\": \"ọgwụ\",\n    \"discoast\": \"ihe mgbaze\",\n    \"discoblastic\": \"ihe na-ekpo ọkụ\",\n    \"discoblastula\": \"mgbaasị\",\n    \"discoboli\": \"mgbapụta\",\n    \"discobolos\": \"ihe nkiri\",\n    \"discobolus\": \"mgbapụta\",\n    \"discocarp\": \"mgbaze\",\n    \"discocarpium\": \"mgbaze\",\n    \"discocarpous\": \"mgbaze\",\n    \"discocephalous\": \"na-achọpụta\",\n    \"discodactyl\": \"diski\",\n    \"discodactylous\": \"nkwenye\",\n    \"discogastrula\": \"ihe ndozi\",\n    \"discoglossid\": \"ihe ndozi\",\n    \"discoglossidae\": \"ichoputa\",\n    \"discoglossoid\": \"ihe omimi\",\n    \"discographer\": \"onye nyocha\",\n    \"discography\": \"ihe nkiri\",\n    \"discographic\": \"ihe nkiri\",\n    \"discographical\": \"ihe ngosi\",\n    \"discographically\": \"n'emebi iwu\",\n    \"discographies\": \"ihe ngosi\",\n    \"discoherent\": \"enweghi ike\",\n    \"discohexaster\": \"onye na-achicha\",\n    \"discoid\": \"nchọpụta\",\n    \"discoidal\": \"nchọpụta\",\n    \"discoideae\": \"Discoideae\",\n    \"discoids\": \"ihe nchoputa\",\n    \"discolichen\": \"ọrịrị\",\n    \"discolith\": \"nkwusa\",\n    \"discolor\": \"ihe omimi\",\n    \"discolorate\": \"achagharị\",\n    \"discolorated\": \"achagharị\",\n    \"discoloration\": \"achagharị\",\n    \"discolorations\": \"ihe omimi\",\n    \"discolored\": \"achagharị\",\n    \"discoloredness\": \"acha acha\",\n    \"discoloring\": \"achagharị\",\n    \"discolorization\": \"achagharị\",\n    \"discolorment\": \"achagharị\",\n    \"discolors\": \"ihe omimi\",\n    \"discolour\": \"achagharị\",\n    \"discoloured\": \"achagharị\",\n    \"discolouring\": \"achagharị\",\n    \"discolourization\": \"achagharị\",\n    \"discombobulated\": \"agbasasị\",\n    \"discombobulates\": \"agbasasị\",\n    \"discombobulating\": \"agbasasị\",\n    \"discombobulation\": \"nkwanye\",\n    \"discomedusae\": \"nkesa\",\n    \"discomfit\": \"erughị ala\",\n    \"discomfited\": \"enwere nsogbu\",\n    \"discomfiting\": \"na-agbasa\",\n    \"discomfits\": \"nsogbu\",\n    \"discomfiture\": \"nkwarụ\",\n    \"discomfort\": \"erughị ala\",\n    \"discomfortable\": \"erughị ala\",\n    \"discomfortableness\": \"erughị ala\",\n    \"discomfortably\": \"erughị ala\",\n    \"discomforted\": \"erughị ala\",\n    \"discomforting\": \"erughị ala\",\n    \"discomfortingly\": \"nkasi obi\",\n    \"discomforts\": \"erughị ala\",\n    \"discommend\": \"ikwado\",\n    \"discommendable\": \"discommable\",\n    \"discommendableness\": \"nkwenye\",\n    \"discommendably\": \"akwadoro\",\n    \"discommendation\": \"nkwanye\",\n    \"discommission\": \"nkwanye\",\n    \"discommodate\": \"dozie\",\n    \"discommode\": \"ikwunye\",\n    \"discommoded\": \"ikwunye\",\n    \"discommodes\": \"nkwupụta\",\n    \"discommoding\": \"ekwupụta\",\n    \"discommodious\": \"ekwesighi\",\n    \"discommodiously\": \"ekwesighi\",\n    \"discommodiousness\": \"ekwesighi\",\n    \"discommodity\": \"ekwesighi\",\n    \"discommodities\": \"ekwesighi\",\n    \"discommon\": \"erughị ala\",\n    \"discommoned\": \"ghasasịrị\",\n    \"discommoning\": \"na-agbagha\",\n    \"discommons\": \"ihe ndozi\",\n    \"discommune\": \"nkwarụ\",\n    \"discommunity\": \"nkwarụ\",\n    \"discompanied\": \"akwadoghị\",\n    \"discompliance\": \"ekwenyeghi\",\n    \"discompose\": \"ghapu\",\n    \"discomposed\": \"ewepu\",\n    \"discomposedly\": \"aghara aghara\",\n    \"discomposedness\": \"nkwarụ\",\n    \"discomposes\": \"na-agbagha\",\n    \"discomposing\": \"na-agbagha\",\n    \"discomposingly\": \"Mgbasasị\",\n    \"discomposure\": \"nkwenye\",\n    \"discompt\": \"discomcom\",\n    \"disconcerted\": \"disconcer\",\n    \"disconcertedly\": \"disconcerly\",\n    \"disconcertedness\": \"nkwenye\",\n    \"disconcerting\": \"na-agbasa\",\n    \"disconcertingly\": \"na-agbagha\",\n    \"disconcertingness\": \"nkwupụta uche\",\n    \"disconcertion\": \"nkwanye\",\n    \"disconcertment\": \"nkwenye\",\n    \"disconcord\": \"nkwanye\",\n    \"disconducive\": \"ekwesighi\",\n    \"disconectae\": \"diskinctae\",\n    \"disconfirm\": \"nkwenye\",\n    \"disconfirmation\": \"nkwenye\",\n    \"disconfirmed\": \"ekwenyeghi\",\n    \"disconform\": \"gbanwee\",\n    \"disconformable\": \"mgbanwe\",\n    \"disconformably\": \"disconformible\",\n    \"disconformity\": \"enweghị nkwekọrịta\",\n    \"disconformities\": \"ndozi\",\n    \"discongruity\": \"nkwenye\",\n    \"disconjure\": \"nkwanye\",\n    \"disconnect\": \"Kwupu\",\n    \"disconnected\": \"kwụsịrị\",\n    \"disconnectedly\": \"na-agbagha\",\n    \"disconnectedness\": \"nkwụsị\",\n    \"disconnecter\": \"Ikwupu\",\n    \"disconnecting\": \"iwepu\",\n    \"disconnection\": \"nkwụsị\",\n    \"disconnections\": \"nkwụsị\",\n    \"disconnective\": \"iwepu\",\n    \"disconnectiveness\": \"nkwụsị\",\n    \"disconnects\": \"wepu\",\n    \"disconsent\": \"nkwenye\",\n    \"disconsider\": \"tụlee\",\n    \"disconsideration\": \"nkwenye\",\n    \"disconsolate\": \"kwụpụ\",\n    \"disconsonancy\": \"nkwuputa\",\n    \"disconsonant\": \"nkwonkwo\",\n    \"discontent\": \"afọ ojuju\",\n    \"discontented\": \"afọ ojuju\",\n    \"discontentedly\": \"afọ ojuju\",\n    \"discontentedness\": \"afọ ojuju\",\n    \"discontentful\": \"enweghi afọ ojuju\",\n    \"discontenting\": \"afọ ojuju\",\n    \"discontentive\": \"enweghi afọ ojuju\",\n    \"discontentment\": \"afọ ojuju\",\n    \"discontentments\": \"afọ ojuju\",\n    \"discontents\": \"afọ ojuju\",\n    \"discontiguousness\": \"discontiguous\",\n    \"discontinuable\": \"kwụsịrị\",\n    \"discontinual\": \"kwụsịrị\",\n    \"discontinuance\": \"nkwụsị\",\n    \"discontinuances\": \"nkwụsị\",\n    \"discontinuation\": \"nkwụsị\",\n    \"discontinuations\": \"nkwụsị\",\n    \"discontinue\": \"kwụsị\",\n    \"discontinued\": \"kwụsịrị\",\n    \"discontinuee\": \"kwụsịrị\",\n    \"discontinuer\": \"kwụsị\",\n    \"discontinues\": \"na-akwụsị\",\n    \"discontinuing\": \"ịkwụsị\",\n    \"discontinuity\": \"nkwụsị\",\n    \"discontinuities\": \"nkwụsị\",\n    \"discontinuor\": \"ịkwụsị\",\n    \"discontinuous\": \"kwụsị\",\n    \"discontinuously\": \"kwụsị\",\n    \"discontinuousness\": \"nkwụsị\",\n    \"disconvenience\": \"mgbaka\",\n    \"disconvenient\": \"adịghị mma\",\n    \"discophile\": \"ihe nkiri\",\n    \"discophora\": \"ihe omimi\",\n    \"discophoran\": \"ihe omimi\",\n    \"discophore\": \"ihe omimi\",\n    \"discophorous\": \"ihe nzuzu\",\n    \"discoplacenta\": \"Nkechi\",\n    \"discoplacental\": \"ihe ngosipụta\",\n    \"discoplacentalia\": \"nke oma\",\n    \"discoplacentalian\": \"nke oma\",\n    \"discoplasm\": \"mgbapụta\",\n    \"discopodous\": \"mgbapụta\",\n    \"discord\": \"esemokwu\",\n    \"discordable\": \"disable\",\n    \"discordance\": \"esemokwu\",\n    \"discordancy\": \"ndudue\",\n    \"discordancies\": \"ndudue\",\n    \"discordant\": \"Ogba aghara\",\n    \"discordantly\": \"nkwanye okwu\",\n    \"discordantness\": \"nkwanye okwu\",\n    \"discorded\": \"enwere\",\n    \"discorder\": \"ndudue\",\n    \"discordful\": \"Ogba aghara\",\n    \"discording\": \"nkwupụta\",\n    \"discordous\": \"Ogba aghara\",\n    \"discords\": \"Ogbaaghara\",\n    \"discorporate\": \"itughari\",\n    \"discorrespondency\": \"ihe ndakọrịta\",\n    \"discorrespondent\": \"de onye mmekorita\",\n    \"discos\": \"diski\",\n    \"discost\": \"ihe nkiri\",\n    \"discostate\": \"ihe nkiri\",\n    \"discostomatous\": \"mgbaasị\",\n    \"discotheque\": \"diskika\",\n    \"discotheques\": \"diskika\",\n    \"discothque\": \"diskika\",\n    \"discounsel\": \"mgbapụta\",\n    \"discount\": \"nwepu\",\n    \"discountable\": \"na-ewepu ego\",\n    \"discounted\": \"ewepu\",\n    \"discountenance\": \"nwepu\",\n    \"discountenanced\": \"ewepu\",\n    \"discountenancer\": \"Mwepu ego\",\n    \"discountenances\": \"mbelata\",\n    \"discountenancing\": \"mbelata\",\n    \"discounter\": \"ihe mmechuihu\",\n    \"discounters\": \"ego\",\n    \"discounting\": \"nwepu\",\n    \"discountinuous\": \"kwụsị\",\n    \"discounts\": \"ego\",\n    \"discouple\": \"nkụda mmụọ\",\n    \"discour\": \"ihe ịchọ mma\",\n    \"discourage\": \"kụda mmụọ\",\n    \"discourageable\": \"nwee ike nwee ike\",\n    \"discouraged\": \"nwee nkụda mmụọ\",\n    \"discouragedly\": \"nwee nkụda mmụọ\",\n    \"discouragement\": \"nkụda mmụọ\",\n    \"discouragements\": \"nkụda mmụọ\",\n    \"discourager\": \"nkụda mmụọ\",\n    \"discourages\": \"na-akụda mmụọ\",\n    \"discouraging\": \"na-akụda mmụọ\",\n    \"discouragingly\": \"na-akụda mmụọ\",\n    \"discouragingness\": \"nkụda mmụọ\",\n    \"discourse\": \"okwu\",\n    \"discoursed\": \"daalụ\",\n    \"discourseless\": \"ekwughị okwu\",\n    \"discourser\": \"okwu\",\n    \"discoursers\": \"ndị na-ekwu okwu\",\n    \"discourses\": \"okwu\",\n    \"discoursing\": \"na-akụda mmụọ\",\n    \"discoursive\": \"na-akụda mmụọ\",\n    \"discoursively\": \"na-ekwu okwu\",\n    \"discoursiveness\": \"okwu nzuzu\",\n    \"discourt\": \"mebie\",\n    \"discourteous\": \"na-eme ihe ike\",\n    \"discourteously\": \"aghara aghara\",\n    \"discourteousness\": \"ịgba aghara\",\n    \"discourtesy\": \"emebiela\",\n    \"discourtesies\": \"emebiela\",\n    \"discourtship\": \"mgbawa mgbawa\",\n    \"discous\": \"ihe ngosi\",\n    \"discovenant\": \"nchọpụta\",\n    \"discover\": \"nchoputa\",\n    \"discoverability\": \"nchọpụta\",\n    \"discoverable\": \"a pụrụ ịchọpụta\",\n    \"discoverably\": \"a pụrụ ịchọpụta\",\n    \"discovered\": \"achọpụta\",\n    \"discoverer\": \"nchọpụta\",\n    \"discoverers\": \"ndị na-achọpụta ihe\",\n    \"discovery\": \"nchoputa\",\n    \"discoveries\": \"nchoputa\",\n    \"discovering\": \"achọpụta\",\n    \"discovers\": \"na-achọpụta\",\n    \"discovert\": \"nchoputa\",\n    \"discoverture\": \"nchoputa\",\n    \"discradle\": \"nkwarụ\",\n    \"dyscrase\": \"ọnwụrụ\",\n    \"dyscrased\": \"Ọrịa\",\n    \"dyscrasy\": \"ọnyụnyụ\",\n    \"dyscrasia\": \"Ọrịa\",\n    \"dyscrasial\": \"Ọkpụkpụ\",\n    \"dyscrasic\": \"Ọrịa\",\n    \"dyscrasing\": \"Na-egbu egbu\",\n    \"dyscrasite\": \"Ọrịa\",\n    \"dyscratic\": \"Ọrịa\",\n    \"discreate\": \"mara\",\n    \"discreated\": \"Na-ekpofu\",\n    \"discreating\": \"Na-ekpofu\",\n    \"discreation\": \"ezi uche\",\n    \"discredence\": \"enweghị nkwenye\",\n    \"discredit\": \"nkwenye\",\n    \"discreditability\": \"enweghị nkwenye\",\n    \"discreditable\": \"enweghị nkwanye ùgwù\",\n    \"discreditableness\": \"enweghị atụ\",\n    \"discreditably\": \"enweghị nkwanye ùgwù\",\n    \"discredited\": \"enweghị atụ\",\n    \"discrediting\": \"na-akọcha\",\n    \"discredits\": \"nkwenye\",\n    \"discreet\": \"onye nwere uche\",\n    \"discreeter\": \"Ihe nkedo\",\n    \"discreetest\": \"akọ\",\n    \"discreetly\": \"jiri akọ\",\n    \"discreetness\": \"akọ\",\n    \"discrepance\": \"ezi uche\",\n    \"discrepancy\": \"ndiiche\",\n    \"discrepancies\": \"ndiiche\",\n    \"discrepancries\": \"ọdịiche\",\n    \"discrepant\": \"O nwere ezi uche\",\n    \"discrepantly\": \"ezi uche\",\n    \"discrepate\": \"Ohere\",\n    \"discrepated\": \"ịkọwa\",\n    \"discrepating\": \"Ohere\",\n    \"discrepation\": \"ezi uche\",\n    \"discrepencies\": \"ezi uche\",\n    \"discrested\": \"weghaara\",\n    \"discrete\": \"pụrụ iche\",\n    \"discretely\": \"mara\",\n    \"discreteness\": \"ezi uche\",\n    \"discretion\": \"ezi uche\",\n    \"discretional\": \"ezi uche\",\n    \"discretionally\": \"ezi uche\",\n    \"discretionary\": \"ezi uche\",\n    \"discretionarily\": \"ezi uche\",\n    \"discretive\": \"nwee akọ\",\n    \"discretively\": \"N'ikwekọ\",\n    \"discretiveness\": \"ezi uche\",\n    \"discriminability\": \"ịkpa ókè\",\n    \"discriminable\": \"akpa ókè\",\n    \"discriminably\": \"iche iche\",\n    \"discriminal\": \"akpa ókè\",\n    \"discriminant\": \"akpa ókè\",\n    \"discriminantal\": \"akpa ókè\",\n    \"discriminate\": \"akpa oke\",\n    \"discriminated\": \"akpa ókè\",\n    \"discriminately\": \"akpa ókè\",\n    \"discriminateness\": \"akpa ókè\",\n    \"discriminates\": \"na-akpa oke\",\n    \"discriminating\": \"na-akpa oke\",\n    \"discriminatingly\": \"iche iche\",\n    \"discriminatingness\": \"akpa ókè\",\n    \"discrimination\": \"ikpa oke\",\n    \"discriminational\": \"akpa ókè\",\n    \"discriminations\": \"ikpa oke\",\n    \"discriminative\": \"akpa ókè\",\n    \"discriminatively\": \"akpa ókè\",\n    \"discriminativeness\": \"akpa ókè\",\n    \"discriminator\": \"na-akpa oke\",\n    \"discriminatory\": \"akpa ókè\",\n    \"discriminatorily\": \"iche iche\",\n    \"discriminators\": \"ndị na-akpa ókè agbụrụ\",\n    \"discriminoid\": \"akpa ókè\",\n    \"discriminous\": \"akpa ókè\",\n    \"discrive\": \"tufuo\",\n    \"discrown\": \"tụpụrụ\",\n    \"discrowned\": \"Ajụjụ\",\n    \"discrowning\": \"Na-atụfu\",\n    \"discrownment\": \"nkwupụta\",\n    \"discrowns\": \"Ajụjụ\",\n    \"discruciate\": \"ezi uche\",\n    \"discs\": \"diski\",\n    \"disculpate\": \"ikpofu\",\n    \"disculpation\": \"nkwusi\",\n    \"disculpatory\": \"nkwupụta\",\n    \"discumb\": \"ihapu\",\n    \"discumber\": \"ihapu\",\n    \"discure\": \"ikwuputa\",\n    \"discuren\": \"Dike\",\n    \"discurre\": \"ikwuputa\",\n    \"discurrent\": \"na-aga n'ihu\",\n    \"discursative\": \"disiki\",\n    \"discursativeness\": \"mgbasa\",\n    \"discursify\": \"ikwupụta\",\n    \"discursion\": \"mgbasa\",\n    \"discursive\": \"nke a\",\n    \"discursively\": \"jiri\",\n    \"discursiveness\": \"nkwupụta\",\n    \"discurtain\": \"itule\",\n    \"discus\": \"diski\",\n    \"discuses\": \"discus\",\n    \"discuss\": \"kwurita\",\n    \"discussable\": \"kwurita okwu\",\n    \"discussant\": \"nneme\",\n    \"discussants\": \"Ekwensu\",\n    \"discussed\": \"tụlere\",\n    \"discusser\": \"onye na-ekwu okwu\",\n    \"discusses\": \"na-atụle\",\n    \"discussible\": \"kwurita okwu\",\n    \"discussing\": \"na-ekwurịta\",\n    \"discussion\": \"mkparịta ụka\",\n    \"discussional\": \"mkparịta ụka\",\n    \"discussionis\": \"tattaunawa\",\n    \"discussionism\": \"mkparịta ụka\",\n    \"discussionist\": \"onye na-ekwu okwu\",\n    \"discussions\": \"mkparịta ụka\",\n    \"discussive\": \"na-atụle\",\n    \"discussment\": \"mkparịta ụka\",\n    \"discustom\": \"emekpahu\",\n    \"discutable\": \"diski\",\n    \"discutient\": \"disikieti\",\n    \"disdain\": \"nlelị\",\n    \"disdainable\": \"ihe nleda\",\n    \"disdained\": \"nlelị\",\n    \"disdainer\": \"nlelị\",\n    \"disdainful\": \"nlelị\",\n    \"disdainfully\": \"nlelị\",\n    \"disdainfulness\": \"nlelị\",\n    \"disdaining\": \"nlelị\",\n    \"disdainly\": \"nlelị\",\n    \"disdainous\": \"nleda anya\",\n    \"disdains\": \"na-eleda anya\",\n    \"disdeceive\": \".gha\",\n    \"disdeify\": \"kwụpụ\",\n    \"disdenominationalize\": \"ikwenye\",\n    \"disdiaclasis\": \"ọrịa obi\",\n    \"disdiaclast\": \"disdlastlast\",\n    \"disdiaclastic\": \"nkwarụ\",\n    \"disdiplomatize\": \"ewepu oria\",\n    \"disease\": \"ọrịa\",\n    \"diseased\": \"oria\",\n    \"diseasedly\": \"na-arịa ọrịa\",\n    \"diseasedness\": \"ọrịa\",\n    \"diseaseful\": \"na-arịa ọrịa\",\n    \"diseasefulness\": \"ọrịa\",\n    \"diseases\": \"ọrịa\",\n    \"diseasy\": \"ọrịa\",\n    \"diseasing\": \"ọrịa\",\n    \"disecondary\": \"nke abụọ\",\n    \"diseconomy\": \"enweghị nsogbu\",\n    \"disedify\": \"rachaa\",\n    \"disedification\": \"nkwenye\",\n    \"diseducate\": \"kụzie ihe\",\n    \"diselder\": \"disel\",\n    \"diselectrify\": \"orie ọrịa\",\n    \"diselectrification\": \"ọrịa\",\n    \"diselenid\": \"ọrịa\",\n    \"diselenide\": \"ọrịa\",\n    \"disembay\": \"disempụ\",\n    \"disembargoing\": \"iwepu\",\n    \"disembark\": \"ibupute\",\n    \"disembarkation\": \"ibuputa\",\n    \"disembarkations\": \"ọpụpụ\",\n    \"disembarked\": \"gbadata\",\n    \"disembarking\": \"na-agbadata\",\n    \"disembarkment\": \"mbupute\",\n    \"disembarrass\": \"ihere\",\n    \"disembarrassed\": \"ihere\",\n    \"disembarrassment\": \"ihere\",\n    \"disembed\": \"inara\",\n    \"disembocation\": \"iwepu\",\n    \"disembody\": \"onye obula\",\n    \"disembodied\": \"ozuzu\",\n    \"disembodying\": \"iwepu\",\n    \"disemboguement\": \"nkwuputa\",\n    \"disemboguing\": \"iwepu\",\n    \"disemboweling\": \"iwepụsị\",\n    \"disembowelled\": \"disembowelwel\",\n    \"disembowelling\": \"iwepu ihe\",\n    \"disembowelment\": \"nkwanye\",\n    \"disembowelments\": \"ihe nkwanye\",\n    \"disembower\": \"iwepu ozu\",\n    \"disembrangle\": \"iwepu\",\n    \"disemburden\": \"igbasa\",\n    \"diseme\": \"izugbe\",\n    \"disemic\": \"ọrịa\",\n    \"disemplane\": \"inyocha ihe\",\n    \"disemplaned\": \"na-ewepu\",\n    \"disemploy\": \"enweghị ọrụ\",\n    \"disemployed\": \"enweghị ọrụ\",\n    \"disemploying\": \"enweghị ọrụ\",\n    \"disemployment\": \"enweghị ọrụ\",\n    \"disemploys\": \"enweghị ọrụ\",\n    \"disempower\": \"nkwanye\",\n    \"disemprison\": \"nga\",\n    \"disenable\": \"ikpofu\",\n    \"disenabled\": \"nkwarụ\",\n    \"disenablement\": \"ikekwe\",\n    \"disenabling\": \"disinabing\",\n    \"disenact\": \"wepụchaa\",\n    \"disenactment\": \"nkwụsị\",\n    \"disenchanted\": \"gharịị\",\n    \"disenchantress\": \"Ekwensu\",\n    \"disenclose\": \"igosipụta\",\n    \"disencourage\": \"kụja\",\n    \"disencumber\": \"disenkọm\",\n    \"disencumbered\": \"achụsasịla\",\n    \"disencumbering\": \"iwepu\",\n    \"disencumberment\": \"mwepu\",\n    \"disencumbrance\": \"nkwuputa\",\n    \"disendowed\": \"enwetala ya\",\n    \"disendower\": \"disendering\",\n    \"disendowing\": \"na-enye onyinye\",\n    \"disengagedness\": \"arụpụtaghị ihe\",\n    \"disenjoyment\": \"enweghị obi ụtọ\",\n    \"disenrol\": \"disinrol\",\n    \"disensanity\": \"nzuzu\",\n    \"disenslave\": \"ewepu\",\n    \"disensure\": \"nkwupụta\",\n    \"disentanglements\": \"disentanglement\",\n    \"disentangling\": \"disantang\",\n    \"disenter\": \"iwepu\",\n    \"dysentery\": \"ọnyụnyụ ọbara\",\n    \"dysenteric\": \"ọnyụnyụ ọbara\",\n    \"dysenterical\": \"ọnyụnyụ ọbara\",\n    \"dysenteries\": \"ọnyụnyụ ọbara\",\n    \"disenthral\": \"iri na isii\",\n    \"disenthrall\": \"Ikenna\",\n    \"disenthralled\": \"iri na isii\",\n    \"disenthralling\": \"iri na itolu\",\n    \"disenthrallment\": \"iriba-ama\",\n    \"disenthralls\": \"iri na isii\",\n    \"disenthralment\": \"iri nke isii\",\n    \"disenthrone\": \"iri na itoolu\",\n    \"disenthroned\": \"iri na itoolu\",\n    \"disenthronement\": \"afọ iri\",\n    \"disenthroning\": \"iri na atọ\",\n    \"disentitled\": \"aju\",\n    \"disentitlement\": \"enweghị ike\",\n    \"disentitling\": \"na-agbada\",\n    \"disentraced\": \"apụrụ\",\n    \"disentrance\": \"enweghị mmasị\",\n    \"disentrancement\": \"enweghị isi\",\n    \"disentwined\": \"nupụrụ\",\n    \"disenvelop\": \"ịzụlite\",\n    \"disepalous\": \"na-arịa ọrịa\",\n    \"disequality\": \"ọrịa\",\n    \"disequalization\": \"ọrịa\",\n    \"disequalize\": \"ọrịa\",\n    \"disequalizer\": \"ọrịa\",\n    \"disequilibrate\": \"na-arịa ọrịa\",\n    \"disequilibration\": \"ọrịa\",\n    \"disequilibrium\": \"ọrịaquilibrium\",\n    \"disequilibriums\": \"ọrịaquilibriums\",\n    \"dyserethisia\": \"ọnyụnyụ\",\n    \"dysergasia\": \"ọnụọgụ\",\n    \"dysergia\": \"ọnyụnyụ ọbara\",\n    \"disert\": \"tụsasịa\",\n    \"disestablish\": \"iwepu\",\n    \"disestablished\": \"etinyere\",\n    \"disestablisher\": \"etinyere\",\n    \"disestablishes\": \"etinyere\",\n    \"disestablishing\": \"iwepụ\",\n    \"disestablishment\": \"nkwarụ\",\n    \"disestablishmentarian\": \"Ọchụghasị\",\n    \"disestablishmentarianism\": \"nkwupụta mmụọ\",\n    \"disestablismentarianism\": \"nkwupụta mmụọ\",\n    \"disesteeming\": \"ajụjụ\",\n    \"dysesthesia\": \"ọnyụnyụ\",\n    \"dysesthetic\": \"ọnyụnyụ\",\n    \"diseur\": \"oria\",\n    \"diseurs\": \"ọrịa\",\n    \"diseuse\": \"ọrịa\",\n    \"diseuses\": \"ọrịa\",\n    \"disexcommunicate\": \"ọrịa\",\n    \"disexercise\": \"ịrịa ọrịa\",\n    \"disfaith\": \"nkwenye\",\n    \"disfame\": \"nkwarụ\",\n    \"disfavor\": \"enweghị ihu ọma\",\n    \"disfavored\": \"iwere\",\n    \"disfavorer\": \"Onyeka Onwenu\",\n    \"disfavoring\": \"ọfaụ\",\n    \"disfavors\": \"nkwenye\",\n    \"disfavoured\": \"achọpụtaghị\",\n    \"disfavouring\": \"iwesa\",\n    \"disfeatured\": \"zipụrụ\",\n    \"disfeaturement\": \"ndenye aha\",\n    \"disfeaturing\": \"disfefe\",\n    \"disfellowship\": \"nchụpụ\",\n    \"disfiguration\": \"ndozi\",\n    \"disfigure\": \"nkwarụ\",\n    \"disfigured\": \"gbanwere\",\n    \"disfigurement\": \"nkwarụ\",\n    \"disfigurements\": \"nkwarụ\",\n    \"disfigurer\": \"nkwarụ\",\n    \"disfigures\": \"nkwarụ\",\n    \"disfiguring\": \"na-agbanwe\",\n    \"disfiguringly\": \"disfiguring\",\n    \"disflesh\": \"anụ ahụ\",\n    \"disfoliage\": \"okpukpu\",\n    \"disfoliaged\": \"gbapuchara\",\n    \"disforest\": \"ohia\",\n    \"disforestation\": \"oke ohia\",\n    \"disform\": \"gbanwee\",\n    \"disformity\": \"nkwarụ\",\n    \"disfortune\": \"nsogbu\",\n    \"disfranchise\": \"aha\",\n    \"disfranchised\": \"Ọgbaghara\",\n    \"disfranchisement\": \"mgbasa\",\n    \"disfranchisements\": \"mgbasa ozi\",\n    \"disfranchisers\": \"ndị disfranchis\",\n    \"disfranchises\": \"disenfranchises\",\n    \"disfranchising\": \"disenfranchising\",\n    \"disfrequent\": \"ekwesighi\",\n    \"disfrocked\": \"disroro\",\n    \"disfunction\": \"adịghị arụ ọrụ\",\n    \"dysfunction\": \"adịghị arụ ọrụ\",\n    \"dysfunctional\": \"adịghị arụ ọrụ\",\n    \"dysfunctioning\": \"adịghị arụ ọrụ\",\n    \"disfunctions\": \"dysfunctions\",\n    \"disfurnish\": \"tinye\",\n    \"disfurnished\": \"adịghị mma\",\n    \"disfurnishment\": \"nkwusa\",\n    \"disfurniture\": \"ngwongwo\",\n    \"disgage\": \"ibu\",\n    \"disgarnish\": \"ihe ojoo\",\n    \"disgaveled\": \"gbanwere\",\n    \"disgaveling\": \"ịgbanyụ\",\n    \"disgavelled\": \"gbanwere\",\n    \"disgeneric\": \"enweghi ike\",\n    \"dysgenesic\": \"ọnụọgụ\",\n    \"disgenius\": \"uche\",\n    \"disglory\": \"ihe nzuzu\",\n    \"disglorify\": \"na-asọ oyi\",\n    \"disglut\": \"ikpochapu\",\n    \"dysgonic\": \"Ọrịa\",\n    \"disgood\": \"adịghị mma\",\n    \"disgorge\": \"ihe ojoo\",\n    \"disgorged\": \"gbapụrụ\",\n    \"disgorging\": \"na-agbasa\",\n    \"disgout\": \"pụọ\",\n    \"disgrace\": \"ihere\",\n    \"disgraced\": \"ihere\",\n    \"disgraceful\": \"ihere\",\n    \"disgracefully\": \"ihere\",\n    \"disgracefulness\": \"ihere\",\n    \"disgracement\": \"mmechuihu\",\n    \"disgracer\": \"ihere\",\n    \"disgracers\": \"ihere\",\n    \"disgraces\": \"ihere\",\n    \"disgracia\": \"ihere\",\n    \"disgracing\": \"nlelị\",\n    \"disgracious\": \"ihere\",\n    \"disgracive\": \"ihere\",\n    \"disgradation\": \"ihere\",\n    \"disgrade\": \"ihere\",\n    \"disgraded\": \"ihere\",\n    \"disgrading\": \"ihere\",\n    \"disgradulate\": \"ihere\",\n    \"disgregate\": \"iwepu\",\n    \"disgregated\": \"nkewa\",\n    \"disgregating\": \"nkewa\",\n    \"disgregation\": \"nkewa\",\n    \"disgress\": \"igwu ala\",\n    \"disgross\": \"arụ\",\n    \"disgruntled\": \"iwe\",\n    \"disgruntlement\": \"disgruntment\",\n    \"disgruntling\": \"disgruntant\",\n    \"disguisable\": \"kpuchie\",\n    \"disguisay\": \"nwogha\",\n    \"disguisal\": \"nwogha\",\n    \"disguise\": \"igbanwe\",\n    \"disguised\": \"nwoghari\",\n    \"disguisedly\": \"nwoghari\",\n    \"disguisedness\": \"nwogha\",\n    \"disguiseless\": \"adịghị ọcha\",\n    \"disguisement\": \"nwogha\",\n    \"disguisements\": \"nwogha\",\n    \"disguiser\": \"nwogha\",\n    \"disguises\": \"nwogha\",\n    \"disguising\": \"nwogha\",\n    \"disgulf\": \"disgolf\",\n    \"disgust\": \"ịkpọasị\",\n    \"disgusted\": \"na-asọ oyi\",\n    \"disgustedly\": \"na-asọ oyi\",\n    \"disgustedness\": \"arụsị\",\n    \"disgustful\": \"na-asọ oyi\",\n    \"disgustfully\": \"na-asọ oyi\",\n    \"disgustfulness\": \"arụ\",\n    \"disgusting\": \"na-asọ oyi\",\n    \"disgustingly\": \"na-asọ oyi\",\n    \"disgustingness\": \"na-asọ oyi\",\n    \"disgusts\": \"Arịrịọ\",\n    \"dish\": \"nri\",\n    \"dishabilitate\": \"ịgbanwe\",\n    \"dishabilitation\": \"mmezi\",\n    \"dishabille\": \"dishapu\",\n    \"dishabit\": \"obibi\",\n    \"dishabited\": \"ibi\",\n    \"dishabituate\": \"ibi ebe obibi\",\n    \"dishabituated\": \"ibi\",\n    \"dishabituating\": \"ebe obibi\",\n    \"dishable\": \"ikposa\",\n    \"dishallow\": \"Ighapu\",\n    \"dishallucination\": \"nkwụsị\",\n    \"disharmony\": \"mmekorita\",\n    \"disharmonies\": \"Ọgba aghara\",\n    \"disharmonious\": \"nkwanye ugwu\",\n    \"disharmonise\": \"nkwanye\",\n    \"disharmonised\": \"mbibi\",\n    \"disharmonism\": \"nkwanye ugwu\",\n    \"disharmonizing\": \"disharmoniz\",\n    \"dishaunt\": \"ndabia\",\n    \"dishboard\": \"efere efere\",\n    \"dishcloth\": \"akwa efere\",\n    \"dishcloths\": \"akwa efere\",\n    \"dishclout\": \"akwa akwa\",\n    \"dishcross\": \"efere efere\",\n    \"disheart\": \"nkụda mmụọ\",\n    \"dishearten\": \"nkụda mmụọ\",\n    \"disheartened\": \"nkụda mmụọ\",\n    \"disheartenedly\": \"n’ada mba\",\n    \"disheartener\": \"nkụda mmụọ\",\n    \"disheartening\": \"na-akụda mmụọ\",\n    \"dishearteningly\": \"na-akụda mmụọ\",\n    \"disheartenment\": \"nkụda mmụọ\",\n    \"disheartens\": \"nkụda mmụọ\",\n    \"disheathing\": \"ikpo ọkụ\",\n    \"disheaven\": \"ọgba aghara\",\n    \"dished\": \"sụọ\",\n    \"dishelmed\": \"dishelhel\",\n    \"dishelming\": \"na-agbagha\",\n    \"disherent\": \"enweghị nkwekọrịta\",\n    \"disherison\": \"nkwenye\",\n    \"disherit\": \"ibupute\",\n    \"disherited\": \"na-eburu\",\n    \"disheriting\": \"na-eweta\",\n    \"disheritment\": \"nkwenye\",\n    \"disheritor\": \"onye inyeaka\",\n    \"dishes\": \"efere\",\n    \"disheveled\": \"disheelụ\",\n    \"disheveling\": \"dishevel\",\n    \"dishevelled\": \"disheelụ\",\n    \"dishevelling\": \"nkpuru\",\n    \"dishevelment\": \"dishevel\",\n    \"dishevelments\": \"dishevels\",\n    \"dishevels\": \"dishevel\",\n    \"dishful\": \"efere\",\n    \"dishfuls\": \"efere\",\n    \"dishier\": \"Na-ekpo ọkụ\",\n    \"dishing\": \"Ichapu\",\n    \"dishley\": \"efere\",\n    \"dishlike\": \"dị ka efere\",\n    \"dishling\": \"efere\",\n    \"dishmaker\": \"esi nri\",\n    \"dishmaking\": \"efere efere\",\n    \"dishmonger\": \"azu azu\",\n    \"dishmop\": \"efere nri\",\n    \"dishome\": \"efere n'ụlọ\",\n    \"dishonest\": \"emeghị ihe n'eziokwu\",\n    \"dishonesty\": \"emeghị ihe n'eziokwu\",\n    \"dishonesties\": \"Ekwentị\",\n    \"dishonestly\": \"emeghị ihe n'eziokwu\",\n    \"dishonor\": \"nlelị\",\n    \"dishonorable\": \"ihere\",\n    \"dishonorableness\": \"ihere\",\n    \"dishonorably\": \"n'ụzọ na-adịghị mma\",\n    \"dishonorary\": \"asọpụrụ\",\n    \"dishonored\": \"ihe ihere\",\n    \"dishonorer\": \"nlelị\",\n    \"dishonoring\": \"nlelị\",\n    \"dishonors\": \"nlelị\",\n    \"dishonour\": \"nlelị\",\n    \"dishonourable\": \"ihere\",\n    \"dishonourably\": \"n’amaghị ama\",\n    \"dishonourary\": \"ihe ihere\",\n    \"dishonoured\": \"ihe ihere\",\n    \"dishonourer\": \"ihe ihere\",\n    \"dishonouring\": \"ihe ihere\",\n    \"dishorn\": \"dishon\",\n    \"dishorner\": \"dishon\",\n    \"dishorse\": \"ọgba aghara\",\n    \"dishpan\": \"efere\",\n    \"dishpanful\": \"efere\",\n    \"dishpans\": \"efere efere\",\n    \"dishrag\": \"efere nri\",\n    \"dishrags\": \"efere efere\",\n    \"dishumanize\": \"efere\",\n    \"dishumor\": \"efere nri\",\n    \"dishumour\": \"efere nri\",\n    \"dishware\": \"efere efere\",\n    \"dishwares\": \"Ngwa nri\",\n    \"dishwash\": \"asacha efere\",\n    \"dishwasher\": \"asacha efere\",\n    \"dishwashers\": \"efere efere\",\n    \"dishwashing\": \"ịsa efere\",\n    \"dishwashings\": \"efere efere\",\n    \"dishwater\": \"asacha efere\",\n    \"dishwatery\": \"efere mmiri\",\n    \"dishwiper\": \"efere nri\",\n    \"dishwiping\": \"efere efere\",\n    \"disidentify\": \"ikwuputa\",\n    \"disilicide\": \"igbu onwe\",\n    \"disilluded\": \"Ike gwụrụ\",\n    \"disilluminate\": \"itisa\",\n    \"disillusion\": \"ndakpọ olileanya\",\n    \"disillusionary\": \"ndakpọ olileanya\",\n    \"disillusioned\": \"ndakpọ olileanya\",\n    \"disillusioning\": \"ndakpọ olileanya\",\n    \"disillusionise\": \"ndakpọ olileanya\",\n    \"disillusionised\": \"ndakpọ olileanya\",\n    \"disillusioniser\": \"nkụda mmụọ\",\n    \"disillusionising\": \"ndakpọ olileanya\",\n    \"disillusionist\": \"ndakpọ olileanya\",\n    \"disillusionize\": \"ndakpọ olileanya\",\n    \"disillusionized\": \"ndakpọ olileanya\",\n    \"disillusionizing\": \"ndakpọ olileanya\",\n    \"disillusionment\": \"ndakpọ olileanya\",\n    \"disillusionments\": \"ndakpọ olileanya\",\n    \"disillusions\": \"ndakpọ olileanya\",\n    \"disimitate\": \"disimeti\",\n    \"disimitation\": \"disimimọn\",\n    \"disimmure\": \"iwepu\",\n    \"disimpassioned\": \"enweghị afọ ojuju\",\n    \"disimprison\": \"nga\",\n    \"disimprisonment\": \"nga\",\n    \"disimprove\": \"inwetakwa\",\n    \"disimprovement\": \"nkwarụ\",\n    \"disincarnation\": \"ịla azụ\",\n    \"disincentive\": \"disincentin\",\n    \"disinclination\": \"nkwenye\",\n    \"disinclinations\": \"nkwenye\",\n    \"disinclined\": \"enweghị mmasị\",\n    \"disinclining\": \"enweghị mmasị\",\n    \"disinclose\": \"ikwuputa\",\n    \"disincorporate\": \"enweghị nkọwa\",\n    \"disincrust\": \"nkwenye\",\n    \"disincrustant\": \"enweghị ntụkwasị obi\",\n    \"disindividualize\": \"kewaa ndi mmadu\",\n    \"disinfect\": \"ọgwụ nje\",\n    \"disinfectant\": \"ọgwụ nje\",\n    \"disinfectants\": \"ọgwụ nje\",\n    \"disinfected\": \"ejiri ogwu\",\n    \"disinfecter\": \"ọgwụ nje\",\n    \"disinfection\": \"ọgwụ nje\",\n    \"disinfections\": \"ọgwụ nje\",\n    \"disinfector\": \"ọgwụ nje\",\n    \"disinfects\": \"ọgwụ\",\n    \"disinflate\": \"iwepu\",\n    \"disinflated\": \"chụsasịa\",\n    \"disinformation\": \"ihe omuma\",\n    \"disingenious\": \"na-achọ ịma\",\n    \"disingenuity\": \"enweghị nkwenye\",\n    \"disingenuous\": \"disingenu\",\n    \"disingenuousness\": \"enweghị nkwanye ùgwù\",\n    \"disinherit\": \"ihe nketa\",\n    \"disinheritance\": \"ihe nketa\",\n    \"disinheritances\": \"ihe nketa\",\n    \"disinherited\": \"ekpụrụ\",\n    \"disinhuming\": \"disinhum\",\n    \"disintegrable\": \"ghasasia\",\n    \"disintegrant\": \"ghasasia\",\n    \"disintegrate\": \"ghasasia\",\n    \"disintegrated\": \"ghasasia\",\n    \"disintegrating\": \"na-agbasasị\",\n    \"disintegration\": \"mbibi\",\n    \"disintegrative\": \"keakpọ\",\n    \"disintegratory\": \"enweghị ekele\",\n    \"disintegrous\": \"na-agbasasị\",\n    \"disinter\": \"ghasas\",\n    \"disinterest\": \"enweghị mmasị\",\n    \"disinterested\": \"enweghị mmasị\",\n    \"disinterestedly\": \"enweghị mmasị\",\n    \"disinterestedness\": \"enweghị mmasị\",\n    \"disinteresting\": \"enweghị mmasị\",\n    \"disinterment\": \"ndozi\",\n    \"disinterred\": \"ghasasia\",\n    \"disinterring\": \"na-agbasasị\",\n    \"disinthrall\": \"iheanyich\",\n    \"disintoxicate\": \"na-egbu egbu\",\n    \"disintoxication\": \"ịintoụbiga mmanya ókè\",\n    \"disinvite\": \"wezuga\",\n    \"disinvolve\": \"iwepu\",\n    \"disinvolvement\": \"nkwenye\",\n    \"disyoke\": \"ikwusi\",\n    \"disyoking\": \"na-apụ\",\n    \"disject\": \"jụ\",\n    \"disjected\": \"ajụrụ\",\n    \"disjecting\": \"ịjụ\",\n    \"disjection\": \"ojuju\",\n    \"disjects\": \"jụrụ\",\n    \"disjoined\": \"adịghị mma\",\n    \"disjoining\": \"na-adịghị\",\n    \"disjointed\": \"agbaji\",\n    \"disjointedly\": \"n’ụzọ zuru ezu\",\n    \"disjointedness\": \"agbajikwa\",\n    \"disjointing\": \"na-akụda mmụọ\",\n    \"disjointness\": \"enweghị obi ụtọ\",\n    \"disjoints\": \"nkụda mmụọ\",\n    \"disjointure\": \"nkụda\",\n    \"disjudication\": \"mbupute\",\n    \"disjunct\": \"iche\",\n    \"disjunction\": \"mgbasa\",\n    \"disjunctions\": \"mmeghari\",\n    \"disjunctive\": \"iche\",\n    \"disjunctively\": \"iche\",\n    \"disjunctor\": \"ndozi\",\n    \"disjuncture\": \"nkwanye\",\n    \"disk\": \"diski\",\n    \"disked\": \"diski\",\n    \"diskelion\": \"ndozi\",\n    \"disker\": \"diski\",\n    \"diskery\": \"diski\",\n    \"diskette\": \"diski\",\n    \"diskettes\": \"disketị\",\n    \"diskindness\": \"omume ojoo\",\n    \"dyskinetic\": \"ọnyụnyụ\",\n    \"disking\": \"na-eri nri\",\n    \"diskless\": \"enweghị disk\",\n    \"disklike\": \"dị ka diski\",\n    \"disknow\": \"kwụpụ\",\n    \"diskography\": \"ihe ngosi\",\n    \"diskos\": \"diski\",\n    \"disks\": \"diski\",\n    \"dislade\": \"Gbanyụọ\",\n    \"dislady\": \"ezinyere\",\n    \"dislaurel\": \"tufuo\",\n    \"disleaf\": \"Wepu\",\n    \"disleafed\": \"achụsasịla\",\n    \"disleafing\": \"mwepu\",\n    \"disleal\": \"tufuo\",\n    \"disleave\": \"ghapu\",\n    \"disleaved\": \"achụsasị\",\n    \"disleaving\": \"na-ewepụ\",\n    \"dyslectic\": \"Ọrịa\",\n    \"dislegitimate\": \"ezighi ezi\",\n    \"dislevelment\": \"dishevel\",\n    \"dyslexia\": \"Ọrịa\",\n    \"dyslexias\": \"Dyslexics\",\n    \"dyslexic\": \"nsogbu\",\n    \"dyslexics\": \"Dyslexics\",\n    \"dislikable\": \"enweghị mmasị\",\n    \"dislike\": \"enweghị mmasị\",\n    \"dislikeable\": \"enweghị mmasị\",\n    \"disliked\": \"achọghị\",\n    \"dislikeful\": \"enweghị mmasị\",\n    \"dislikelihood\": \"enweghị mmasị\",\n    \"dislikeness\": \"ịdị ọcha\",\n    \"disliker\": \"achọghị\",\n    \"dislikers\": \"Ndị diski\",\n    \"dislikes\": \"achọghị\",\n    \"disliking\": \"achọghị\",\n    \"dislimb\": \"iwelu\",\n    \"dislimned\": \"ewepụrụ\",\n    \"dislimning\": \"iwepụ\",\n    \"dislimns\": \"dislimọnụ\",\n    \"dislink\": \"Ikwupu\",\n    \"dislip\": \"wepụ\",\n    \"dyslysin\": \"ọnụọgụ\",\n    \"dislive\": \"ikwusi\",\n    \"dislluminate\": \"inye ìhè\",\n    \"disload\": \"ibuputa\",\n    \"dislocable\": \"ewepu\",\n    \"dislocate\": \"ewepu\",\n    \"dislocated\": \"ewepu\",\n    \"dislocatedly\": \"ewepu\",\n    \"dislocatedness\": \"gbapụrụ iche\",\n    \"dislocates\": \"ewepu\",\n    \"dislocating\": \"agbasasị\",\n    \"dislocation\": \"nkwụsị\",\n    \"dislocations\": \"nkwụsị\",\n    \"dislodge\": \"achupu\",\n    \"dislodgeable\": \"achụpụ\",\n    \"dislodged\": \"chụpụ\",\n    \"dislodgement\": \"mgbasa\",\n    \"dislodges\": \"achụsasị\",\n    \"dislodging\": \"na-agbasasị\",\n    \"dislodgment\": \"mgbasa\",\n    \"dyslogy\": \"ọnyụnyụ\",\n    \"dyslogistic\": \"Ọrịa\",\n    \"dyslogistically\": \"N'ịkọ ọrịa\",\n    \"disloyal\": \"eguzosighị ike n'ihe\",\n    \"disloyalist\": \"eguzosighị ike n'ihe\",\n    \"disloyally\": \"eguzosighị ike n'ihe\",\n    \"disloyalty\": \"eguzosighị ike n'ihe\",\n    \"disloyalties\": \"eguzosighị ike n'ihe\",\n    \"disloign\": \"nkwusi\",\n    \"dislove\": \"ichoputa\",\n    \"dysluite\": \"Ọrịa\",\n    \"disluster\": \"mkpapụ\",\n    \"dislustered\": \"gbapụrụ\",\n    \"dislustering\": \"iwepụ\",\n    \"dislustre\": \"ihere\",\n    \"dislustred\": \"kpụrụ\",\n    \"dislustring\": \"na-agbarụ\",\n    \"dismay\": \"ida mba\",\n    \"dismayed\": \"kụja\",\n    \"dismayedness\": \"ihere\",\n    \"dismayful\": \"Na-awụ akpata oyi\",\n    \"dismayfully\": \"n'iwute\",\n    \"dismaying\": \"Na-akụda mmụọ\",\n    \"dismayingly\": \"na-ewute gị\",\n    \"dismayingness\": \"nhụsianya\",\n    \"dismail\": \"izipu\",\n    \"dismain\": \"nọdụ\",\n    \"dismal\": \"dismalitere\",\n    \"dismalest\": \"nsogbu\",\n    \"dismalities\": \"ọdachi\",\n    \"dismalize\": \"ghachaa\",\n    \"dismalness\": \"ezighi ezi\",\n    \"dismantle\": \"igbari\",\n    \"dismantled\": \"agbasasị\",\n    \"dismantlement\": \"mbibi\",\n    \"dismantler\": \"akwatuo\",\n    \"dismantles\": \"na-agbasasị\",\n    \"dismantling\": \"iwepu\",\n    \"dismarble\": \"dismarị\",\n    \"dismarketing\": \"mbupu\",\n    \"dismarry\": \"alụghị di\",\n    \"dismasted\": \"gbasasịa\",\n    \"dismasting\": \"na-agbagha\",\n    \"dismastment\": \"mbibi\",\n    \"dismasts\": \"dismas\",\n    \"dismeasurable\": \"ajuju\",\n    \"dismeasured\": \"Ighapu\",\n    \"dismember\": \"igbari\",\n    \"dismembered\": \"gbupụrụ ya\",\n    \"dismembering\": \"igbasa\",\n    \"dismemberment\": \"iwepu\",\n    \"dismemberments\": \"nkewa\",\n    \"dismembers\": \"ozu\",\n    \"dismembrate\": \"igbari\",\n    \"dismembrated\": \"gbapuchara\",\n    \"dismembrator\": \"ozuzu\",\n    \"dysmenorrhea\": \"ọnyụnyụ ọbara\",\n    \"dysmenorrheal\": \"ọnya ọgbụgba\",\n    \"dysmenorrheic\": \"ọnya ọgbụgba\",\n    \"dysmerism\": \"ọnya mmiri\",\n    \"dysmeristic\": \"Ọrịa\",\n    \"dismerit\": \"gbapụ\",\n    \"dysmetria\": \"ọnyụnyụ ọbara\",\n    \"dismettled\": \"gbasasịa\",\n    \"disminion\": \"ndozi\",\n    \"dismiss\": \"ikposa\",\n    \"dismissable\": \"ikpofu\",\n    \"dismissal\": \"mgbasa\",\n    \"dismissals\": \"mgbasa\",\n    \"dismissed\": \"asuan\",\n    \"dismisser\": \"mgbasa ozi\",\n    \"dismissers\": \"ndị na-achụpụ mmadụ\",\n    \"dismisses\": \"na-agbaghara\",\n    \"dismissible\": \"Achụpụ\",\n    \"dismissing\": \"na-agbasasị\",\n    \"dismissingly\": \"na-agbasasị\",\n    \"dismission\": \"nnyefe\",\n    \"dismissive\": \"mgbasa\",\n    \"dismissory\": \"mgbasa\",\n    \"dismit\": \"hapụ\",\n    \"dysmnesia\": \"ọnyụnyụ\",\n    \"dismoded\": \"agbasaghị\",\n    \"dysmorphism\": \"ọnyụnyụ\",\n    \"dismortgage\": \"mbufe\",\n    \"dismortgaged\": \"na-agbasasị\",\n    \"dismortgaging\": \"na-agbasasị\",\n    \"dismount\": \"pụọ\",\n    \"dismounted\": \"apụrụ\",\n    \"dismounting\": \"na-apụ\",\n    \"dismounts\": \"nkwuputa\",\n    \"disnatural\": \"ekweghị n'okike\",\n    \"disnaturalization\": \"ihe ndi ozo\",\n    \"disnatured\": \"agbasaghị\",\n    \"disnew\": \"kwụpụ\",\n    \"dysnomy\": \"ọnyụnyụ\",\n    \"disnosed\": \"ahụrụ\",\n    \"disnumber\": \"ọnụọgụ\",\n    \"disobedience\": \"nnupụisi\",\n    \"disobedient\": \"nupụrụ isi\",\n    \"disobediently\": \"inupụrụ isi\",\n    \"disobey\": \"inupụrụ isi\",\n    \"disobeyal\": \"inupụrụ isi\",\n    \"disobeyed\": \"nupụrụ isi\",\n    \"disobeyer\": \"nupụrụ isi\",\n    \"disobeyers\": \"ndị na-enupụ isi\",\n    \"disobeying\": \"inupụrụ isi\",\n    \"disobeys\": \"nupụrụ isi\",\n    \"disobliged\": \"iwu\",\n    \"disobligingness\": \"nkwenye\",\n    \"disobstruct\": \"Ikwuputa\",\n    \"disoccident\": \"ekweghị ekwe\",\n    \"disocclude\": \"ekweghị\",\n    \"disoccluded\": \"enweghị iwu\",\n    \"disoccluding\": \"ekwenyeghi\",\n    \"disoccupation\": \"nnupụisi\",\n    \"disoccupy\": \"nnupụisi\",\n    \"disoccupied\": \"nupụrụ isi\",\n    \"disoccupying\": \"inupụrụ isi\",\n    \"disodic\": \"disiki\",\n    \"dysodyle\": \"okirikiri\",\n    \"disodium\": \"inyocha\",\n    \"dysodontiasis\": \"ọnyụnyụ mmiri\",\n    \"disomus\": \"disomọs\",\n    \"disoperation\": \"nnupụisi\",\n    \"disoperculate\": \"ekwenyeghi\",\n    \"disopinion\": \"ndozi\",\n    \"disoppilate\": \"nupụrụ isi\",\n    \"disordained\": \"etuto\",\n    \"disorder\": \"aghara\",\n    \"disordered\": \"nsogbu\",\n    \"disorderedly\": \"Ezigbo nsogbu\",\n    \"disorderedness\": \"nsogbu\",\n    \"disorderer\": \"ọgba aghara\",\n    \"disordering\": \"na-agbagha\",\n    \"disorderly\": \"aghara\",\n    \"disorderliness\": \"aghara aghara\",\n    \"disorders\": \"nsogbu\",\n    \"disordinance\": \"nkwenye\",\n    \"disordinate\": \"ichikota\",\n    \"disordinated\": \"agbagha\",\n    \"disordination\": \"ndudue\",\n    \"disorganised\": \"ahazighi\",\n    \"disorganization\": \"nhazi\",\n    \"disorganize\": \"hazigharia\",\n    \"disorganized\": \"ahazighi\",\n    \"disorganizer\": \"onye nhazi\",\n    \"disorganizers\": \"ndị nhazi\",\n    \"disorganizes\": \"na-ahazi\",\n    \"disorganizing\": \"agbasaghị\",\n    \"disorient\": \"aghara\",\n    \"disorientate\": \"aghara aghara\",\n    \"disorientated\": \"mgbaghari\",\n    \"disorientating\": \"etuto\",\n    \"disorientation\": \"enweghị atụ\",\n    \"disoriented\": \"mgbaghara\",\n    \"disorienting\": \"etuto\",\n    \"disorients\": \"mgbaghara\",\n    \"disour\": \"dainosoo\",\n    \"disown\": \"gọnarị\",\n    \"disownable\": \"gọnahụ ike\",\n    \"disowned\": \"jụrụ ajụ\",\n    \"disowning\": \"ịgọnarị\",\n    \"disownment\": \"enweghịzi ikike\",\n    \"disowns\": \"dapụsị\",\n    \"disoxidate\": \"itughari\",\n    \"disoxygenate\": \"Na-ekwenyeghị\",\n    \"disoxygenation\": \"nnabata\",\n    \"disozonize\": \"ekwenyeghi\",\n    \"disp\": \"izipu\",\n    \"dispair\": \"obi nkoropụ\",\n    \"dispand\": \"gbasaa\",\n    \"dispansive\": \"mgbasa\",\n    \"dispar\": \"iwesa\",\n    \"disparageable\": \"disparage ike\",\n    \"disparaged\": \"disparage\",\n    \"disparagement\": \"nleda anya\",\n    \"disparagements\": \"mkparị\",\n    \"disparages\": \"disparage\",\n    \"disparaging\": \"na-emechu ihu\",\n    \"disparate\": \"nkewa\",\n    \"disparately\": \"n'ụzọ adịghị mma\",\n    \"disparateness\": \"enweghị atụ\",\n    \"disparish\": \"tufuo\",\n    \"disparison\": \"nkewa\",\n    \"disparity\": \"nkewa\",\n    \"disparities\": \"ọdịiche\",\n    \"disparition\": \"nkewa\",\n    \"dispark\": \"ikwuputa\",\n    \"disparkle\": \"puputa\",\n    \"disparple\": \"itufu\",\n    \"disparpled\": \"atụfuola\",\n    \"disparpling\": \"iwesa\",\n    \"dispart\": \"wepu\",\n    \"disparted\": \"ezipuwo\",\n    \"disparting\": \"iwepụ\",\n    \"dispartment\": \"nkewa\",\n    \"disparts\": \"ewepu\",\n    \"dispassion\": \"mgbasa ozi\",\n    \"dispassionate\": \"Onogwu\",\n    \"dispassionately\": \"n'egwuregwu\",\n    \"dispassionateness\": \"mgbasa ozi\",\n    \"dispassioned\": \"Ọgbụgba ndụ\",\n    \"dispatch\": \"ziga\",\n    \"dispatched\": \"zipụ\",\n    \"dispatcher\": \"onye ezipu\",\n    \"dispatchers\": \"ndị na-ezipụ\",\n    \"dispatches\": \"izipu\",\n    \"dispatchful\": \"ziga\",\n    \"dispatching\": \"izipu ozi\",\n    \"dyspathetic\": \"ọnyụnyụ\",\n    \"dispathy\": \"izipu\",\n    \"dyspathy\": \"ọrịa ọgbụgba\",\n    \"dispatriated\": \"chụgara\",\n    \"dispeace\": \"dispepe\",\n    \"dispeaceful\": \"dispeace dị\",\n    \"dispeed\": \"chụpụrụ\",\n    \"dispel\": \"chụpụ\",\n    \"dispell\": \"chụpụ\",\n    \"dispellable\": \"Achụpụ\",\n    \"dispelled\": \"chụpụrụ\",\n    \"dispeller\": \"chụpụrụ\",\n    \"dispelling\": \"na-ekpochapụ\",\n    \"dispells\": \"chụpụ\",\n    \"dispels\": \"chụpụ\",\n    \"dispence\": \"disence\",\n    \"dispend\": \"gbue\",\n    \"dispended\": \"ekesa\",\n    \"dispender\": \"ezipụta\",\n    \"dispending\": \"na-enyefe\",\n    \"dispenditure\": \"mmefu\",\n    \"dispends\": \"Gbasaa\",\n    \"dispensability\": \"Izu ike\",\n    \"dispensableness\": \"Izu ahia\",\n    \"dispensate\": \"Ọgbọ\",\n    \"dispensated\": \"Ọgbọ\",\n    \"dispensating\": \"Oge a\",\n    \"dispensation\": \"Ọgbọ\",\n    \"dispensational\": \"Ọgbọ\",\n    \"dispensationalism\": \"Ọgbọ kara aka\",\n    \"dispensations\": \"Ọgbọ\",\n    \"dispensatories\": \"Izipu ihe\",\n    \"dispensatrix\": \"zigara\",\n    \"dispense\": \"igbasa ozi\",\n    \"dispensed\": \"ekesa\",\n    \"dispensers\": \"ndi nzipu ozi\",\n    \"dispenses\": \"Mmezi\",\n    \"dispensible\": \"Ezigbo ihe\",\n    \"dispensing\": \"na-enyefe\",\n    \"dispensingly\": \"n'ikuku\",\n    \"dispensive\": \"mgbasa ozi\",\n    \"dispeople\": \"ndị mmadụ\",\n    \"dispeopled\": \"onyegbula\",\n    \"dispeoplement\": \"igwe mmadu\",\n    \"dispeopler\": \"onyegbako\",\n    \"dispeopling\": \"ikpopu\",\n    \"dyspepsy\": \"ọnyụnyụ ọbara\",\n    \"dyspepsies\": \"nrịkasị\",\n    \"dyspeptic\": \"ọnyụnyụ\",\n    \"dyspeptical\": \"ọnyụnyụ\",\n    \"dyspeptics\": \"ọnyụnyụ ọgwụ\",\n    \"dispergated\": \"Ọgbụgba\",\n    \"dispergating\": \"Ọgbụgba\",\n    \"dispergation\": \"mpịakọta\",\n    \"dispergator\": \"onye nkwusa\",\n    \"disperge\": \"ikposa\",\n    \"dispermous\": \"O buru ibu\",\n    \"disperple\": \"displeple\",\n    \"dispersal\": \"mgbasa\",\n    \"dispersals\": \"ikposa\",\n    \"dispersant\": \"achụsasị\",\n    \"disperse\": \"achụsasị\",\n    \"dispersed\": \"gbasasịa\",\n    \"dispersedelement\": \"mgbasa ozi\",\n    \"dispersedye\": \"chụgara\",\n    \"dispersedly\": \"chụsasịa\",\n    \"dispersedness\": \"mgbasa\",\n    \"dispersement\": \"mgbasa\",\n    \"disperser\": \"chụsasịa\",\n    \"dispersers\": \"chụsasịa\",\n    \"disperses\": \"achụsasị\",\n    \"dispersibility\": \"mgbasa ozi\",\n    \"dispersing\": \"na-achụsasị\",\n    \"dispersion\": \"mgbasa\",\n    \"dispersions\": \"mgbasa\",\n    \"dispersity\": \"mgbasa\",\n    \"dispersive\": \"mgbasa\",\n    \"dispersively\": \"chụsasịa\",\n    \"dispersiveness\": \"mgbasa\",\n    \"dispersoid\": \"mgbasa\",\n    \"dispersonalize\": \"na-achụsasị\",\n    \"dispersonate\": \"chụsasịa\",\n    \"dispersonify\": \"chụsasịa\",\n    \"dispersonification\": \"mgbasa\",\n    \"dispetal\": \"disetal\",\n    \"dysphagia\": \"ọnyụnyụ ọbara\",\n    \"dysphagic\": \"ọnyụnyụ ọkụ\",\n    \"dysphasia\": \"ọnya mmiri\",\n    \"dysphasic\": \"ọnyụnyụ\",\n    \"dysphemia\": \"ọnyụnyụ\",\n    \"dysphemism\": \"ọnya ọgbụgba\",\n    \"dysphemistic\": \"ọnyụnyụ\",\n    \"dysphemize\": \"okpokoro\",\n    \"dysphemized\": \"Ọrịa\",\n    \"disphenoid\": \"mgbasaozi\",\n    \"dysphonic\": \"Ọrịa\",\n    \"dysphoria\": \"ọnyụnyụ\",\n    \"dysphoric\": \"ọnya mmiri\",\n    \"dysphotic\": \"ọnyụnyụ\",\n    \"dysphrenia\": \"ọnya ọgbụgba\",\n    \"dispiece\": \"gbasaa\",\n    \"dispireme\": \"chioma\",\n    \"dispirit\": \"mmụọ\",\n    \"dispirited\": \"chụọ n'ọrụ\",\n    \"dispiritedly\": \"chụpụrụ\",\n    \"dispiritedness\": \"chụpụ\",\n    \"dispiriting\": \"na-agbasasị\",\n    \"dispiritingly\": \"na-agbasasị\",\n    \"dispiritment\": \"disọpụsị\",\n    \"dispiteous\": \"otutu\",\n    \"dispiteously\": \"dispiteous\",\n    \"dispiteousness\": \"ịgbasa\",\n    \"displace\": \"chụpụ\",\n    \"displaceable\": \"enwere ike iwepu\",\n    \"displaced\": \"chụpụrụ\",\n    \"displacement\": \"mwepụ\",\n    \"displacements\": \"Ndahie\",\n    \"displacency\": \"Ogbaaghara\",\n    \"displacer\": \"Onye nkesa\",\n    \"displacing\": \"na-agbapụ\",\n    \"display\": \"ngosipụta\",\n    \"displayable\": \"Enwere ike izipu\",\n    \"displayed\": \"egosipụta\",\n    \"displayer\": \"Onye nkesa\",\n    \"displaying\": \"na-egosipụta\",\n    \"displays\": \"ngosipụta\",\n    \"displant\": \"igbasa\",\n    \"displanted\": \"agbasasịla\",\n    \"displanting\": \"na-agbasa\",\n    \"displants\": \"ihe izipu\",\n    \"displat\": \"chụpụ\",\n    \"disple\": \"iwe\",\n    \"displeasance\": \"iwe\",\n    \"displeasant\": \"dis obi ụtọ\",\n    \"displease\": \"iwe\",\n    \"displeased\": \"iwe\",\n    \"displeasedly\": \"iwe\",\n    \"displeaser\": \"iwe\",\n    \"displeases\": \"adịghị mma\",\n    \"displeasing\": \"adịghị atọ ụtọ\",\n    \"displeasingly\": \"adịghị mma\",\n    \"displeasingness\": \"ihe na-adịghị mma\",\n    \"displeasurable\": \"adịghị atọ ụtọ\",\n    \"displeasurably\": \"enweghị obi ụtọ\",\n    \"displeasure\": \"iwe\",\n    \"displeasureable\": \"iwe\",\n    \"displeasureably\": \"iwe\",\n    \"displeasured\": \"iwe\",\n    \"displeasurement\": \"iwe\",\n    \"displeasures\": \"mmechuihu\",\n    \"displeasuring\": \"ọ naghị atọ gị ụtọ\",\n    \"displicence\": \"ngwongwo\",\n    \"displicency\": \"dishibili\",\n    \"displode\": \"agbasa\",\n    \"disploded\": \"gbawara\",\n    \"displodes\": \"agbasa\",\n    \"disploding\": \"agbasa\",\n    \"displosion\": \"mgbawa\",\n    \"displume\": \"iwesa\",\n    \"displumed\": \"gbasaa\",\n    \"displumes\": \"ihe ngosi\",\n    \"displuming\": \"Ikwupụta\",\n    \"dyspnea\": \"ọnyụnyụ\",\n    \"dyspneal\": \"ọnyụnyụ\",\n    \"dyspneas\": \"ọnyụnyụ\",\n    \"dyspneic\": \"Ọrịa dyspneic\",\n    \"dyspnoeic\": \"Ọrịa\",\n    \"dyspnoi\": \"okpoko\",\n    \"dyspnoic\": \"Ọrịa\",\n    \"dispond\": \"igbari\",\n    \"dispondaic\": \"dispondaị\",\n    \"dispone\": \"wepụta\",\n    \"disponed\": \"chụpụrụ\",\n    \"disponent\": \"mgbatị\",\n    \"disponer\": \"onye nkesa\",\n    \"disponge\": \"Peeji\",\n    \"disponing\": \"izisa ozi\",\n    \"disporous\": \"udidi\",\n    \"disport\": \"ibupu\",\n    \"disported\": \"ebupụtara\",\n    \"disporting\": \"ọpụpụ\",\n    \"disportment\": \"Mbupu\",\n    \"disports\": \"na-ebubata\",\n    \"disposability\": \"mkpofu\",\n    \"disposable\": \"mkpofu\",\n    \"disposableness\": \"mkpofu\",\n    \"disposal\": \"mkpofu\",\n    \"disposals\": \"mkpofu\",\n    \"dispose\": \"tufuo\",\n    \"disposed\": \"tufuo\",\n    \"disposedly\": \"ewepu\",\n    \"disposedness\": \"mkpofu\",\n    \"disposement\": \"mkpofu\",\n    \"disposer\": \"mkpofu\",\n    \"disposers\": \"ndị na-ekpofu ihe\",\n    \"disposes\": \"na-ekpofu\",\n    \"disposing\": \"ịtụfu\",\n    \"disposingly\": \"ịtụfu\",\n    \"disposit\": \"nkwụnye ego\",\n    \"disposition\": \"njirimara\",\n    \"dispositional\": \"mkpofu\",\n    \"dispositionally\": \"n'ụzọ zuru ezu\",\n    \"dispositioned\": \"njirimara\",\n    \"dispositions\": \"ihe omume\",\n    \"dispositive\": \"ekpuji\",\n    \"dispositively\": \"n'ụzọ zuru ezu\",\n    \"dispositor\": \"atụfu\",\n    \"dispossed\": \"ebupụrụ\",\n    \"dispossess\": \"ịnapụ\",\n    \"dispossessed\": \"napụtanụ\",\n    \"dispossesses\": \"na-ebukpọ\",\n    \"dispossessing\": \"na-anapụ mmadụ ihe\",\n    \"dispossession\": \"nzipu\",\n    \"dispossessor\": \"onye nkwata\",\n    \"dispossessory\": \"ihe nkwata\",\n    \"disposure\": \"mkpofu\",\n    \"dispowder\": \"onyinye\",\n    \"dispractice\": \"Ozizi\",\n    \"dispraise\": \"igbasa\",\n    \"dispraised\": \"ekesa\",\n    \"dispraiser\": \"onye nkesa\",\n    \"dispraising\": \"mgbasa\",\n    \"dispraisingly\": \"mgbasa\",\n    \"dispread\": \"igbasa\",\n    \"dispreader\": \"onye nkesa\",\n    \"dispreading\": \"agbasa\",\n    \"dispreads\": \"mgbasa ozi\",\n    \"disprejudice\": \"enweghị nkwekọrịta\",\n    \"disprepare\": \"igbasa\",\n    \"dispress\": \"ikposa\",\n    \"disprince\": \"disrinrin\",\n    \"disprison\": \"tụọ mkpọrọ\",\n    \"disprivacied\": \"Agbasasị\",\n    \"disprivilege\": \"disrivilege\",\n    \"disprize\": \"gbasaa\",\n    \"disprized\": \"ekesa\",\n    \"disprizes\": \"Gbasaa\",\n    \"disprizing\": \"na-agbasa\",\n    \"disprobabilization\": \"ịgbagha\",\n    \"disprobabilize\": \"ịgbanyụ\",\n    \"disprofess\": \"nkwupụta\",\n    \"disprofit\": \"anaghị arụ ọrụ\",\n    \"disprofitable\": \"a na-agbagha\",\n    \"dispromise\": \"ikweta\",\n    \"disproof\": \"Nkwupụta\",\n    \"disproperty\": \"ure\",\n    \"disproportion\": \"erughị eru\",\n    \"disproportionableness\": \"enweghị atụ\",\n    \"disproportionably\": \"n'ụzọ na-ezighi ezi\",\n    \"disproportional\": \"adịghị mma\",\n    \"disproportionality\": \"enweghị nkwekọrịta\",\n    \"disproportionally\": \"n'ụzọ na-ezighi ezi\",\n    \"disproportionalness\": \"enweghị nkwekọrịta\",\n    \"disproportionate\": \"erughị eru\",\n    \"disproportionately\": \"n'ụzọ na-ezighi ezi\",\n    \"disproportionation\": \"erughị eru\",\n    \"disproportions\": \"nrihie\",\n    \"dispropriate\": \"ewepu\",\n    \"dysprosia\": \"ọnyụnyụ\",\n    \"disprovable\": \"Nke a\",\n    \"disproval\": \"nkwenye\",\n    \"disprove\": \"gbaghaa\",\n    \"disproved\": \"eziokwu\",\n    \"disprovement\": \"mmebi\",\n    \"disproven\": \"ghachaa\",\n    \"disprover\": \"ghasị\",\n    \"disproves\": \"na-agbagha\",\n    \"disprovide\": \"were\",\n    \"disproving\": \"na-agbagha\",\n    \"dispulp\": \"Peepu\",\n    \"dispunct\": \"ifu\",\n    \"dispunge\": \"gbasaa\",\n    \"dispunishable\": \"Puputara\",\n    \"dispurpose\": \"achụsasị\",\n    \"dispurse\": \"ikposa\",\n    \"dispurvey\": \"ezipu\",\n    \"disputability\": \"Arụpụta\",\n    \"disputable\": \"Arụ ụka\",\n    \"disputableness\": \"Arụpụta\",\n    \"disputably\": \"gbasaa\",\n    \"disputant\": \"onye mgba\",\n    \"disputants\": \"ndị na-arụ ụka\",\n    \"disputation\": \"esemokwu\",\n    \"disputations\": \"arụmụka\",\n    \"disputatious\": \"na-arụ ụka\",\n    \"disputatiously\": \"chukwuka\",\n    \"disputatiousness\": \"utgbasi\",\n    \"disputative\": \"na-arụrịta ụka\",\n    \"disputatively\": \"n'arụ ụka\",\n    \"disputativeness\": \"Ọchịchị\",\n    \"disputator\": \"onye nzisa\",\n    \"dispute\": \"esemokwu\",\n    \"disputed\": \"rụrụ ụka\",\n    \"disputeful\": \"na-ese okwu\",\n    \"disputeless\": \"n'esemokwu\",\n    \"disputer\": \"izipu\",\n    \"disputers\": \"ndị na-achọ ihe\",\n    \"disputes\": \"esemokwu\",\n    \"disputing\": \"na-arụ ụka\",\n    \"disqualify\": \"iru eru\",\n    \"disqualification\": \"iru eru\",\n    \"disqualifications\": \"iru eru\",\n    \"disqualified\": \"ekweghị\",\n    \"disqualifying\": \"nkwanye ugwu\",\n    \"disquantity\": \"enweghị ike\",\n    \"disquiet\": \"ọgba aghara\",\n    \"disquieted\": \"enwere obi erughị ala\",\n    \"disquietedly\": \"aghara aghara\",\n    \"disquietedness\": \"ọgba aghara\",\n    \"disquieting\": \"enwe nsogbu\",\n    \"disquietingly\": \"aghara aghara\",\n    \"disquietingness\": \"obi erughị ala\",\n    \"disquietly\": \"aghara aghara\",\n    \"disquietness\": \"ọgba aghara\",\n    \"disquietude\": \"enweghị nsogbu\",\n    \"disquietudes\": \"ọgba aghara\",\n    \"disquisitionary\": \"disquisition\",\n    \"disquisitions\": \"disquisition\",\n    \"disrange\": \"ewepu\",\n    \"disrank\": \"ekwughị\",\n    \"disrate\": \"emekpala\",\n    \"disrated\": \"nsogbu\",\n    \"disrates\": \"na-agbagha\",\n    \"disrating\": \"na-ekpochapụ\",\n    \"disrealize\": \"ịma jijiji\",\n    \"disreason\": \"enweghị uche\",\n    \"disrecommendation\": \"Nkwenye\",\n    \"disregard\": \"eleghara anya\",\n    \"disregardable\": \"enweghị atụ\",\n    \"disregardance\": \"nleghara anya\",\n    \"disregardant\": \"eleghara anya\",\n    \"disregarded\": \"leghaara anya\",\n    \"disregarder\": \"nlelị\",\n    \"disregardful\": \"elegharaghị anya\",\n    \"disregardfully\": \"nkwanye ùgwù\",\n    \"disregardfulness\": \"nleghara anya\",\n    \"disregarding\": \"eleghara anya\",\n    \"disregards\": \"nlelị\",\n    \"disregular\": \"ezighi ezi\",\n    \"disrelate\": \"wezuga\",\n    \"disrelated\": \"ọdịiche\",\n    \"disrelation\": \"nkewa\",\n    \"disrelish\": \"imebi\",\n    \"disremember\": \"disemeti\",\n    \"disrepair\": \"mmebi\",\n    \"disreport\": \"nkwupụta\",\n    \"disreputability\": \"enweghị ikike\",\n    \"disreputable\": \"agbagha\",\n    \"disreputableness\": \"Enweghị aha\",\n    \"disreputably\": \"enweghị ego\",\n    \"disreputation\": \"Mwepu\",\n    \"disrepute\": \"ahapụrụ\",\n    \"disreputed\": \"Enwere aha\",\n    \"disrespect\": \"enweghị nkwanye ùgwù\",\n    \"disrespectability\": \"enweghị nkwanye ùgwù\",\n    \"disrespectable\": \"enweghị nkwanye ùgwù\",\n    \"disrespecter\": \"enweghị nkwanye ùgwù\",\n    \"disrespectful\": \"enweghị nkwanye ùgwù\",\n    \"disrespectfully\": \"enweghị nkwanye ùgwù\",\n    \"disrespectfulness\": \"enweghị nkwanye ùgwù\",\n    \"disrespective\": \"enweghị nkwanye ùgwù\",\n    \"disrespondency\": \"Idozi\",\n    \"disrest\": \"ọgba aghara\",\n    \"disrestore\": \"ghasasia\",\n    \"disreverence\": \"enweghị nsọpụrụ\",\n    \"dysrhythmia\": \"ọnyụnyụ\",\n    \"disrobe\": \"disrobo\",\n    \"disrobed\": \"disroro\",\n    \"disrober\": \"itufu\",\n    \"disrobers\": \"na-akụda mmụọ\",\n    \"disrobing\": \"na-ewepụ\",\n    \"disroof\": \"mkpasiobi\",\n    \"disroost\": \"dị iche iche\",\n    \"disrooted\": \"wepụ\",\n    \"disrooting\": \"na-ewepụsị\",\n    \"disroots\": \"disrootụ\",\n    \"disrout\": \"ọgba aghara\",\n    \"disrudder\": \"Ogha\",\n    \"disruddered\": \"ghasas\",\n    \"disruly\": \"aghara\",\n    \"disrump\": \"mgbada\",\n    \"disrupt\": \"emeghasị\",\n    \"disruptability\": \"ọgba aghara\",\n    \"disruptable\": \"agbagha\",\n    \"disrupted\": \"etisasịwo\",\n    \"disrupter\": \"nkesa\",\n    \"disrupting\": \"na-agbagha\",\n    \"disruption\": \"emeghasịkwa\",\n    \"disruptionist\": \"onye na-eme aghara\",\n    \"disruptions\": \"ọgba aghara\",\n    \"disruptive\": \"na-agbagha\",\n    \"disruptively\": \"na-agbagha\",\n    \"disruptiveness\": \"ọgbụgba\",\n    \"disruptment\": \"ọgba aghara\",\n    \"disruptor\": \"emeghasị\",\n    \"disrupts\": \"emeghasị\",\n    \"disrupture\": \"imeghasị\",\n    \"diss\": \"Mgbasa\",\n    \"dissatisfaction\": \"afọ ojuju\",\n    \"dissatisfactions\": \"afọ ojuju\",\n    \"dissatisfactory\": \"enweghi afọ ojuju\",\n    \"dissatisfactorily\": \"enweghị afọ ojuju\",\n    \"dissatisfactoriness\": \"afọ ojuju\",\n    \"dissatisfy\": \"enweghi afọ ojuju\",\n    \"dissatisfied\": \"afọ ojuju\",\n    \"dissatisfiedly\": \"enweghi afọ ojuju\",\n    \"dissatisfiedness\": \"afọ ojuju\",\n    \"dissatisfies\": \"afọ ojuju\",\n    \"dissatisfying\": \"enweghi afọ ojuju\",\n    \"dissatisfyingly\": \"enweghị afọ ojuju\",\n    \"dissaturate\": \"enweghi afọ ojuju\",\n    \"dissave\": \"ihapu\",\n    \"dissaved\": \"azopughi\",\n    \"dissaves\": \"na -ewepu\",\n    \"dissaving\": \"na-echekwa\",\n    \"dissavs\": \"dissava\",\n    \"disscepter\": \"mgbasa ozi\",\n    \"dissceptered\": \"kewara\",\n    \"dissceptre\": \"ọ bụghị\",\n    \"dissceptred\": \"kewara\",\n    \"dissceptring\": \"ntisa\",\n    \"disscussive\": \"keeke\",\n    \"disseason\": \"oge\",\n    \"disseat\": \"Ikesa\",\n    \"disseated\": \"Ikesa\",\n    \"disseating\": \"ikesa\",\n    \"disseats\": \"ihe nkiri\",\n    \"dissect\": \"nkesa\",\n    \"dissected\": \"gbasara\",\n    \"dissectible\": \"okpokoro\",\n    \"dissecting\": \"nkesa\",\n    \"dissection\": \"nkesa\",\n    \"dissectional\": \"nkewa\",\n    \"dissections\": \"nkesa\",\n    \"dissective\": \"ihe nkesa\",\n    \"dissectors\": \"dissector\",\n    \"dissects\": \"nkesa\",\n    \"disseise\": \"ichi\",\n    \"disseised\": \"gbasasịa\",\n    \"disseises\": \"nkesa\",\n    \"disseisoress\": \"Onyeka Onwenu\",\n    \"disseize\": \"Ikesa\",\n    \"disseized\": \"Ikesa\",\n    \"disseizes\": \"ekesa\",\n    \"disseizoress\": \"chukwuebuka\",\n    \"disseizure\": \"nkesa\",\n    \"dissemblance\": \"mgbasa ozi\",\n    \"dissemble\": \"gbasaa\",\n    \"dissembled\": \"chịkọtara\",\n    \"dissembler\": \"ihe ngosi\",\n    \"dissemblers\": \"ndị na-agbasa ozi\",\n    \"dissembles\": \"na-agbasa\",\n    \"dissembly\": \"mgbasa\",\n    \"dissembling\": \"na-agbasasị\",\n    \"dissemblingly\": \"na-agbasasị\",\n    \"dissemilative\": \"mgbasa ozi\",\n    \"disseminate\": \"kesaa\",\n    \"disseminated\": \"kesaa\",\n    \"disseminates\": \"kesaa\",\n    \"disseminating\": \"mgbasa\",\n    \"dissemination\": \"mgbasa\",\n    \"disseminations\": \"mgbasa\",\n    \"disseminative\": \"mgbasa\",\n    \"disseminator\": \"onye mgbasa ozi\",\n    \"disseminule\": \"mgbasaozi\",\n    \"dissension\": \"nkewa\",\n    \"dissensions\": \"nkewa\",\n    \"dissensious\": \"na-agbasi ike\",\n    \"dissensualize\": \"wepu\",\n    \"dissent\": \"ekwetaghị\",\n    \"dissentaneous\": \"Ekwesighi\",\n    \"dissentaneousness\": \"Nkwupụta Okwu\",\n    \"dissentation\": \"Nkwupụta\",\n    \"dissented\": \"kwuwe\",\n    \"dissenter\": \"Onye nkesa\",\n    \"dissenterism\": \"mgbasa ozi\",\n    \"dissenters\": \"ndi nkwekorita\",\n    \"dissentiate\": \"igbesa\",\n    \"dissentience\": \"nkewa\",\n    \"dissentiency\": \"Ikewa\",\n    \"dissentient\": \"onye isi\",\n    \"dissentiently\": \"iche iche\",\n    \"dissentients\": \"ndị na-eso ụzọ\",\n    \"dissenting\": \"ekwupụta\",\n    \"dissentingly\": \"N'ikpesa\",\n    \"dissention\": \"nkewa\",\n    \"dissentious\": \"Ekwenyere\",\n    \"dissentiously\": \"n'ụzọ dị iche iche\",\n    \"dissentism\": \"Nkwupụta echiche\",\n    \"dissentive\": \"kewapụta\",\n    \"dissentment\": \"nkwupụta\",\n    \"dissents\": \"dị iche iche\",\n    \"dissepiment\": \"mkpọsa\",\n    \"dissert\": \"akwukwo\",\n    \"dissertate\": \"akwukwo\",\n    \"dissertated\": \"akwukwo\",\n    \"dissertating\": \"akwukwo\",\n    \"dissertation\": \"akwukwo\",\n    \"dissertational\": \"akwụkwọ edemede\",\n    \"dissertationist\": \"onye nyocha\",\n    \"dissertations\": \"akwụkwọ edemede\",\n    \"dissertative\": \"akwukwo\",\n    \"dissertator\": \"onye nyocha\",\n    \"disserted\": \"mgbasa\",\n    \"disserting\": \"ịgbasa\",\n    \"disserts\": \"Ihe nyocha\",\n    \"disserve\": \"gbasasịa\",\n    \"disserved\": \"ekesa\",\n    \"disserves\": \"Na-agbasa\",\n    \"disservice\": \"ọrụ\",\n    \"disserviceable\": \"Enwere ike\",\n    \"disserviceableness\": \"Ọrụ ike\",\n    \"disserviceably\": \"N'enweghi nsogbu\",\n    \"disservices\": \"ọrụ\",\n    \"disserving\": \"na-ewepu\",\n    \"dissettle\": \"dapụ\",\n    \"dissettlement\": \"nkụda mmụọ\",\n    \"dissever\": \"mgbasa\",\n    \"disseverance\": \"nkesa\",\n    \"disseveration\": \"nkesa\",\n    \"dissevered\": \"achụsasị\",\n    \"dissevering\": \"mgbasa\",\n    \"disseverment\": \"nkesa\",\n    \"dissevers\": \"nkesa\",\n    \"disshadow\": \"inupụ\",\n    \"dissheathe\": \"disheeshe\",\n    \"dissheathed\": \"Wepu\",\n    \"disship\": \"mgbasa\",\n    \"disshiver\": \"disfuny\",\n    \"dissidence\": \"mgbasa\",\n    \"dissident\": \"Onye nkwenye\",\n    \"dissidently\": \"n'ụzọ doro anya\",\n    \"dissidents\": \"ndi ekwe ekwe\",\n    \"dissight\": \"mgbasa\",\n    \"dissightly\": \"N'uju anya\",\n    \"dissilience\": \"nkwupụta\",\n    \"dissiliency\": \"nkwupụta\",\n    \"dissilient\": \"Ikewa\",\n    \"dissilition\": \"mgbasa ozi\",\n    \"dissyllabic\": \"mmmmmmmmmmmmm\",\n    \"dissyllabify\": \"mgbasa ozi\",\n    \"dissyllabification\": \"mgbasa ozi\",\n    \"dissyllabise\": \"Ntughari\",\n    \"dissyllabised\": \"ekesa\",\n    \"dissyllabising\": \"mgbasaozi\",\n    \"dissyllabism\": \"mgbasa ozi\",\n    \"dissyllabize\": \"mgbasa ozi\",\n    \"dissyllabized\": \"ekesa\",\n    \"dissyllabizing\": \"mgbasa\",\n    \"dissyllable\": \"Enwere ike ịgbasa\",\n    \"dissimilar\": \"dị iche\",\n    \"dissimilarity\": \"ịdị iche\",\n    \"dissimilarities\": \"ihe iche\",\n    \"dissimilarly\": \"n'ụzọ doro anya\",\n    \"dissimilars\": \"ihe ndozi\",\n    \"dissimilate\": \"mgbasa ozi\",\n    \"dissimilated\": \"kewaa\",\n    \"dissimilating\": \"mgbasa ozi\",\n    \"dissimilation\": \"mgbasa ozi\",\n    \"dissimilative\": \"mgbasa ozi\",\n    \"dissimilatory\": \"ihe omuma\",\n    \"dissimile\": \"aghụghọ\",\n    \"dissimilitude\": \"enweghị ikike\",\n    \"dissymmetry\": \"mgbasa ozi\",\n    \"dissymmetrical\": \"Mgbakwunye\",\n    \"dissymmetrically\": \"n'ụzọ adịghị mma\",\n    \"dissymmettric\": \"erughị eru\",\n    \"dissympathy\": \"Obi ebere\",\n    \"dissympathize\": \"gosipụta ya\",\n    \"dissimulate\": \"gosipụta\",\n    \"dissimulated\": \"Ekwusa\",\n    \"dissimulates\": \"na-agbasa\",\n    \"dissimulating\": \"na-agbasa\",\n    \"dissimulation\": \"mgbasa\",\n    \"dissimulations\": \"mgbasa ozi\",\n    \"dissimulative\": \"mgbasa ozi\",\n    \"dissimulator\": \"onye mgbasa ozi\",\n    \"dissimulators\": \"ndị na-agbasa ozi\",\n    \"dissimule\": \"Ihe ngosi\",\n    \"dissimuler\": \"ekesa\",\n    \"dyssynergy\": \"Ike\",\n    \"dissinew\": \"ikesa\",\n    \"dissipable\": \"igbasa\",\n    \"dissipate\": \"igbasa\",\n    \"dissipated\": \"agbasasịkwa\",\n    \"dissipatedly\": \"chụsasịa\",\n    \"dissipatedness\": \"mgbasa\",\n    \"dissipater\": \"mgbasa\",\n    \"dissipating\": \"na-agbasasị\",\n    \"dissipation\": \"mgbasa\",\n    \"dissipations\": \"mgbasa\",\n    \"dissipative\": \"mgbasa\",\n    \"dissipativity\": \"mgbasa\",\n    \"dissipator\": \"mgbasa\",\n    \"dissipators\": \"ndị mgbasa\",\n    \"dissite\": \"gbasaa\",\n    \"disslander\": \"Ihe mgbasa ozi\",\n    \"dyssnite\": \"Ọrịa\",\n    \"dissociability\": \"nkewa\",\n    \"dissociable\": \"nkewa\",\n    \"dissociableness\": \"nkewa\",\n    \"dissociably\": \"iche\",\n    \"dissocial\": \"iche\",\n    \"dissociality\": \"ọdịiche\",\n    \"dissocialize\": \"wezuga\",\n    \"dissociant\": \"nkewa\",\n    \"dissociate\": \"kewaa\",\n    \"dissociated\": \"nkewa\",\n    \"dissociates\": \"kewaa\",\n    \"dissociating\": \"nkewa\",\n    \"dissociation\": \"nkewa\",\n    \"dissociations\": \"nkewa\",\n    \"dissociative\": \"nkewa\",\n    \"dissogony\": \"nkwanye ugwu\",\n    \"dissolubility\": \"mgbasa\",\n    \"dissoluble\": \"agbaze\",\n    \"dissolubleness\": \"mgbasa\",\n    \"dissolute\": \"igbari\",\n    \"dissolutely\": \"kpam kpam\",\n    \"dissoluteness\": \"mgbasa\",\n    \"dissolution\": \"mgbasa\",\n    \"dissolutional\": \"mgbasa\",\n    \"dissolutionism\": \"mgbasa\",\n    \"dissolutionist\": \"onyegbakowa\",\n    \"dissolutions\": \"mgbasa\",\n    \"dissolutive\": \"Nkewa\",\n    \"dissolvability\": \"mgbasa\",\n    \"dissolvable\": \"igbari\",\n    \"dissolvableness\": \"mgbasa\",\n    \"dissolvative\": \"etisa\",\n    \"dissolve\": \"igbari\",\n    \"dissolveability\": \"mgbasa\",\n    \"dissolved\": \"etisasịwo\",\n    \"dissolvent\": \"agbaze\",\n    \"dissolver\": \"igbari\",\n    \"dissolves\": \"agbaze\",\n    \"dissolving\": \"na-agbari\",\n    \"dissolvingly\": \"na-agbasa\",\n    \"dissonance\": \"disson\",\n    \"dissonances\": \"nkwuputa\",\n    \"dissonancy\": \"disson\",\n    \"dissonancies\": \"nkwuputa\",\n    \"dissonantly\": \"dissonz\",\n    \"dissonous\": \"disson\",\n    \"dissour\": \"dọpụ\",\n    \"disspirit\": \"mmụọ\",\n    \"disspread\": \"mgbasa\",\n    \"disspreading\": \"agbasa\",\n    \"disstate\": \"Iwuchi\",\n    \"dissuade\": \"ghari\",\n    \"dissuaded\": \"dissuwas\",\n    \"dissuading\": \"dissuas\",\n    \"dissuasion\": \"nkwenye\",\n    \"dissuasions\": \"oge\",\n    \"dissuasive\": \"nke enweghi ike\",\n    \"dissuasively\": \"otu\",\n    \"dissuasiveness\": \"Nkezi\",\n    \"dissuasory\": \"ekwesighi\",\n    \"dissuitable\": \"ekwesighi\",\n    \"dissuited\": \"kewaa\",\n    \"dissunder\": \"ghasa\",\n    \"dissweeten\": \"mgbasa\",\n    \"distad\": \"Chọọ\",\n    \"distaff\": \"Ije ozi\",\n    \"distain\": \"inupu\",\n    \"distained\": \"dapụ\",\n    \"distaining\": \"n'inweta\",\n    \"distains\": \"nwere\",\n    \"distally\": \"anya\",\n    \"distalwards\": \"Onyekwere\",\n    \"distance\": \"ebe dị anya\",\n    \"distanced\": \"ebe dị anya\",\n    \"distanceless\": \"enweghị anya\",\n    \"distances\": \"ebe dị anya\",\n    \"distancy\": \"na-ewepu\",\n    \"distancing\": \"na-ewepu\",\n    \"distannic\": \"na-ewepu\",\n    \"distant\": \"tere aka\",\n    \"distantly\": \"anya\",\n    \"distantness\": \"ebe di anya\",\n    \"distaste\": \"agbasasịkwa\",\n    \"distasted\": \"dọpụrụ\",\n    \"distasteful\": \"ihe na-asọ oyi\",\n    \"distastefully\": \"n'ụzọ dị ukwuu\",\n    \"distastefulness\": \"Ọsọ\",\n    \"distastes\": \"na-ekpochapụ\",\n    \"distasting\": \"na-agbaghara\",\n    \"distater\": \"ghagbula\",\n    \"distaves\": \"na-achọ\",\n    \"dysteleologist\": \"ọkà mmụta banyere ọrịa\",\n    \"distelfink\": \"echiche\",\n    \"distemonous\": \"ihe omimi\",\n    \"distemper\": \"izu uka\",\n    \"distemperance\": \"ndidi\",\n    \"distemperate\": \"ichegharị\",\n    \"distemperature\": \"ikpo oku\",\n    \"distempered\": \"anya\",\n    \"distemperedly\": \"anya mmiri\",\n    \"distemperedness\": \"izu ike\",\n    \"distemperer\": \"Onyegbama\",\n    \"distempering\": \"izu ike\",\n    \"distemperment\": \"afọ ojuju\",\n    \"distemperoid\": \"mgbakasi\",\n    \"distemperure\": \"izu ike\",\n    \"distenant\": \"ịdị anya\",\n    \"distend\": \"gbue\",\n    \"distended\": \"were iwe\",\n    \"distendedly\": \"jiri anya\",\n    \"distendedness\": \"iwe\",\n    \"distender\": \"na-enye nsogbu\",\n    \"distending\": \"na-agbatị\",\n    \"distends\": \"anya\",\n    \"distensibility\": \"nkwụsịtụ\",\n    \"distensibilities\": \"nkwụsịtụ\",\n    \"distensible\": \"ịgbagha\",\n    \"distensions\": \"nkwụsị\",\n    \"distensive\": \"dị anya\",\n    \"distent\": \"tere aka\",\n    \"distention\": \"mgbatị\",\n    \"distentions\": \"distension\",\n    \"dister\": \"nwanne\",\n    \"disterminate\": \"igbusi\",\n    \"disthrall\": \"nkesa\",\n    \"disthroned\": \"Ohere\",\n    \"disthroning\": \"nkwụsị\",\n    \"disty\": \"Nkechi\",\n    \"distich\": \"Iche\",\n    \"distichal\": \"Okereke\",\n    \"distichiasis\": \"Ọdụdọ distichiasis\",\n    \"distichlis\": \"Okpu\",\n    \"distichous\": \"dịpụrụ adịpụ\",\n    \"distichously\": \"anyaukwu\",\n    \"distichs\": \"Uchechukwu\",\n    \"distil\": \"kọwaa\",\n    \"distylar\": \"Nwachukwu\",\n    \"distyle\": \"Okenye\",\n    \"distilery\": \"distillery\",\n    \"distileries\": \"distilleries\",\n    \"distillage\": \"distillate\",\n    \"distillates\": \"disillates\",\n    \"distillations\": \"distillation\",\n    \"distillator\": \"distillation\",\n    \"distillatory\": \"distillation\",\n    \"distillers\": \"Ndị na-agbagha\",\n    \"distilling\": \"ịgbasa\",\n    \"distinct\": \"iche\",\n    \"distincter\": \"iche\",\n    \"distinctest\": \"iche\",\n    \"distinctify\": \"doo anya\",\n    \"distinctio\": \"iche\",\n    \"distinction\": \"ọdịiche\",\n    \"distinctional\": \"iche\",\n    \"distinctionless\": \"enweghị oke\",\n    \"distinctions\": \"ọdịiche\",\n    \"distinctity\": \"iche iche\",\n    \"distinctive\": \"iche\",\n    \"distinctively\": \"iche iche\",\n    \"distinctiveness\": \"iche iche\",\n    \"distinctly\": \"n'ụzọ doro anya\",\n    \"distinctness\": \"iche iche\",\n    \"distinctor\": \"iche\",\n    \"distingu\": \"iche\",\n    \"distingue\": \"nkesa\",\n    \"distinguee\": \"ịmata iche\",\n    \"distinguish\": \"ọdịiche\",\n    \"distinguishability\": \"iche\",\n    \"distinguishable\": \"iche\",\n    \"distinguishableness\": \"iche\",\n    \"distinguishably\": \"iche iche\",\n    \"distinguished\": \"akwanyere iche\",\n    \"distinguishedly\": \"oke iche\",\n    \"distinguisher\": \"iche\",\n    \"distinguishes\": \"ọdịiche\",\n    \"distinguishing\": \"iche\",\n    \"distinguishingly\": \"iche\",\n    \"distinguishment\": \"ọdịiche\",\n    \"distintion\": \"ọdịiche\",\n    \"distn\": \"ọpụpụ\",\n    \"dystocial\": \"dystocia\",\n    \"distoclusion\": \"mgbukpọ\",\n    \"distort\": \"gbagọrọ agbagọ\",\n    \"distortable\": \"gbagọrọ agbagọ\",\n    \"distorted\": \"agbagọ\",\n    \"distortedly\": \"agbagọ\",\n    \"distortedness\": \"agbagọ\",\n    \"distorter\": \"onye na-eme njem\",\n    \"distorters\": \"Agbagha\",\n    \"distorting\": \"agbagọ\",\n    \"distortion\": \"agbagọ\",\n    \"distortional\": \"agbagọ\",\n    \"distortionist\": \"Onye mgbagha\",\n    \"distortionless\": \"enweghị nsogbu\",\n    \"distortions\": \"agbagọ\",\n    \"distortive\": \"ekpesa\",\n    \"distorts\": \"gbagọrọ agbagọ\",\n    \"distr\": \"Chidinma\",\n    \"distract\": \"imeghari\",\n    \"distracted\": \"ndọpụ uche\",\n    \"distractedly\": \"uche m\",\n    \"distractedness\": \"ndọpụ uche\",\n    \"distracter\": \"Mgbaghara\",\n    \"distractibility\": \"ndọpụ uche\",\n    \"distractible\": \"agbasapụ\",\n    \"distracting\": \"na-adọpụ uche\",\n    \"distractingly\": \"uche m\",\n    \"distraction\": \"ndọpụ uche\",\n    \"distractions\": \"ndọpụ uche\",\n    \"distractive\": \"agbagha\",\n    \"distractively\": \"Onyeka Onwenu\",\n    \"distracts\": \"na-adọpụ uche\",\n    \"distrail\": \"na-agbagha\",\n    \"distrain\": \"ịkpali\",\n    \"distrainable\": \"Distrainable\",\n    \"distrained\": \"uche m\",\n    \"distrainee\": \"ucheghari\",\n    \"distrainer\": \"onye nkesa\",\n    \"distraining\": \"na-adọpụ uche\",\n    \"distrainment\": \"mgbagha\",\n    \"distrainor\": \"onye nkesa\",\n    \"distrains\": \"na-agbasasị\",\n    \"distraint\": \"ndọpụ uche\",\n    \"distrait\": \"dọpụ uche ya\",\n    \"distraite\": \"ndọpụ uche\",\n    \"distraught\": \"uche ghasas\",\n    \"distraughted\": \"uche m\",\n    \"distraughtly\": \"uche m\",\n    \"distream\": \"itughari\",\n    \"distress\": \"nsogbu\",\n    \"distressed\": \"nwere nsogbu\",\n    \"distressedly\": \"n'oké nsogbu\",\n    \"distressedness\": \"obi erughị ala\",\n    \"distresses\": \"nsogbu\",\n    \"distressful\": \"nsogbu\",\n    \"distressfully\": \"nsogbu\",\n    \"distressfulness\": \"nsogbu\",\n    \"distressing\": \"na-enye nsogbu\",\n    \"distressingly\": \"n'ụzọ nsogbu\",\n    \"distrest\": \"ịgbagha\",\n    \"distributable\": \"kesaa\",\n    \"distributary\": \"nkesa\",\n    \"distributaries\": \"nkesa\",\n    \"distribute\": \"kesaa\",\n    \"distributed\": \"kesaa\",\n    \"distributedly\": \"ekesa\",\n    \"distributee\": \"kesaa\",\n    \"distributer\": \"onye nkesa\",\n    \"distributes\": \"na-ekesa\",\n    \"distributing\": \"ikesa\",\n    \"distribution\": \"nkesa\",\n    \"distributional\": \"ekesa\",\n    \"distributionist\": \"onye nkesa\",\n    \"distributions\": \"nkesa\",\n    \"distributival\": \"ndisuan\",\n    \"distributive\": \"nkesa\",\n    \"distributively\": \"Nkewa\",\n    \"distributiveness\": \"nkesa\",\n    \"distributivity\": \"nkesa\",\n    \"distributor\": \"onye nkesa\",\n    \"distributors\": \"ndị nkesa\",\n    \"distributorship\": \"nkesa\",\n    \"distributress\": \"ndị nkesa\",\n    \"distributution\": \"nkesa\",\n    \"districted\": \"mgbagwoju anya\",\n    \"districting\": \"redistricting\",\n    \"distriction\": \"mgbanye\",\n    \"districtly\": \"mpaghara\",\n    \"districts\": \"distrikti\",\n    \"distringas\": \"Agbanye\",\n    \"distritbute\": \"nkesa\",\n    \"distritbuted\": \"ịgbagha\",\n    \"distritbutes\": \"ndozi\",\n    \"distritbuting\": \"na-agbagha\",\n    \"distrito\": \"nkesa\",\n    \"distritos\": \"nkesa\",\n    \"distrouble\": \"ịgbagha\",\n    \"distrouser\": \"Ogbu\",\n    \"distruss\": \"Ntughari\",\n    \"distrust\": \"ntụkwasị obi\",\n    \"distrusted\": \"enweghị ntụkwasị obi\",\n    \"distruster\": \"Onye na-ebubata ya\",\n    \"distrustful\": \"enweghị ntụkwasị obi\",\n    \"distrustfully\": \"enweghị ntụkwasị obi\",\n    \"distrustfulness\": \"ntụkwasị obi\",\n    \"distrusting\": \"ntụkwasị obi\",\n    \"distrustingly\": \"ikwenye ekwenye\",\n    \"distrusts\": \"Nkwenye\",\n    \"distune\": \"ghara ịdị\",\n    \"disturb\": \"ichegbu\",\n    \"disturbance\": \"ọgba aghara\",\n    \"disturbances\": \"ọgba aghara\",\n    \"disturbant\": \"na-agbagha\",\n    \"disturbation\": \"nsogbu\",\n    \"disturbative\": \"na-enye nsogbu\",\n    \"disturbed\": \"nsogbu\",\n    \"disturbedly\": \"nsogbu\",\n    \"disturber\": \"nsogbu\",\n    \"disturbers\": \"nsogbu\",\n    \"disturbing\": \"na-enye nsogbu\",\n    \"disturbingly\": \"na-enye nsogbu\",\n    \"disturbor\": \"ichegbu ma ọ bụ\",\n    \"disturbs\": \"nsogbu\",\n    \"disturn\": \"ichegbu\",\n    \"disubstituted\": \"gbanwere\",\n    \"disubstitution\": \"nguzo\",\n    \"disulfate\": \"imezu\",\n    \"disulfide\": \"ibibi\",\n    \"disulfids\": \"disulfid\",\n    \"disulfoton\": \"Ekwensu\",\n    \"disulfoxid\": \"chukwuemeka\",\n    \"disulfuret\": \"emeka\",\n    \"disulphonate\": \"ikwuputa okwu\",\n    \"disulphone\": \"Ekwentị\",\n    \"disulphonic\": \"Ekwentị\",\n    \"disunify\": \"kewaa\",\n    \"disunified\": \"kewara\",\n    \"disunifying\": \"na-agbagha\",\n    \"disuniformity\": \"ịdị n'otu\",\n    \"disunite\": \"kewaa\",\n    \"disunited\": \"ịdị n'otu\",\n    \"disuniter\": \"disunita\",\n    \"disuniters\": \"kewaa\",\n    \"disunites\": \"ịdị n'otu\",\n    \"disunity\": \"adịghị n'otu\",\n    \"disunities\": \"nkwarụ\",\n    \"disuniting\": \"kewaa\",\n    \"dysury\": \"ọnyụnyụ\",\n    \"dysuric\": \"ọnyụnyụ\",\n    \"disusage\": \"nkwuputa\",\n    \"disusance\": \"nkwenye\",\n    \"disuse\": \"iwesa\",\n    \"disused\": \"eji\",\n    \"disuses\": \"eji\",\n    \"disusing\": \"iji\",\n    \"disutility\": \"abaghị uru\",\n    \"disvaluation\": \"nkwuputa\",\n    \"disvalue\": \"enweghịzi uru\",\n    \"disvalued\": \"agbadaala\",\n    \"disvalues\": \"ndozi\",\n    \"disvaluing\": \"na-emezigharị\",\n    \"disvantage\": \"mfu\",\n    \"disvelop\": \"disvelopu\",\n    \"disventure\": \"mmekpa ahụ\",\n    \"disvertebrate\": \"gharịị\",\n    \"disvisage\": \"nkewa\",\n    \"disvisor\": \"onye nkesa\",\n    \"disvoice\": \"ndozi\",\n    \"disvouch\": \"nnweta\",\n    \"diswarren\": \"na-agbagha\",\n    \"diswarrened\": \"diswarren\",\n    \"diswarrening\": \"na-agbagha\",\n    \"diswashing\": \"ịsa efere\",\n    \"diswit\": \"ikwusi\",\n    \"diswood\": \"osisi diski\",\n    \"disworkmanship\": \"arụ ọrụ\",\n    \"disworship\": \"Achọghị ofufe\",\n    \"dit\": \"nw\",\n    \"dita\": \"nw\",\n    \"dital\": \"dijitalụ\",\n    \"ditation\": \"ntụgharị\",\n    \"ditch\": \"okporo mmiri\",\n    \"ditchbank\": \"okporo mmiri\",\n    \"ditchdigger\": \"onyenze\",\n    \"ditchdigging\": \"Ditchdigging\",\n    \"ditchdown\": \"Ditchdown\",\n    \"ditched\": \"dit\",\n    \"ditcher\": \"olulu\",\n    \"ditches\": \"ọwa mmiri\",\n    \"ditching\": \"Ditching\",\n    \"ditchless\": \"enweghị oghere\",\n    \"ditchside\": \"ọwa mmiri\",\n    \"ditchwater\": \"Mmiri mmiri\",\n    \"ditertiary\": \"Diary\",\n    \"dites\": \"na-ekwu\",\n    \"ditetragonal\": \"Ugboro abụọ\",\n    \"ditetrahedral\": \"Ugboro abụọ\",\n    \"dithalous\": \"Igha\",\n    \"dithecal\": \"Ugboro\",\n    \"dithecous\": \"okwute\",\n    \"ditheism\": \"anyaukwu\",\n    \"ditheisms\": \"nkọwa\",\n    \"ditheist\": \"onye ditheist\",\n    \"ditheistic\": \"ọfụma\",\n    \"ditherer\": \"Onyekwere\",\n    \"dithery\": \"obula\",\n    \"dithering\": \"na-achọ\",\n    \"dithiobenzoic\": \"mmmmmmmmmmmmm\",\n    \"dithioic\": \"okwa\",\n    \"dithiol\": \"Oyibo\",\n    \"dithion\": \"ntughari\",\n    \"dithionate\": \"itughari\",\n    \"dithionic\": \"itughari\",\n    \"dithionite\": \"Oyibo\",\n    \"dithyramb\": \"Oyibo\",\n    \"dithyrambic\": \"Ugbala\",\n    \"dithyrambos\": \"ndiegwu\",\n    \"dithyrambus\": \"Oyibo\",\n    \"diting\": \"na-ede\",\n    \"dytiscid\": \"Ugboro abụọ\",\n    \"ditokous\": \"lọ\",\n    \"ditrematous\": \"Ugochukwu\",\n    \"ditrichotomous\": \"ọsịn\",\n    \"ditriglyph\": \"Ugochukwu\",\n    \"ditriglyphic\": \"Nwabueze\",\n    \"ditrocha\": \"Ugochukwu\",\n    \"ditrochee\": \"lọ\",\n    \"ditrochous\": \"lọ\",\n    \"ditroite\": \"detroit\",\n    \"dits\": \"na\",\n    \"ditt\": \"Ugochukwu\",\n    \"dittamy\": \"Ugochukwu\",\n    \"dittany\": \"Ugochukwu\",\n    \"dittanies\": \"itlọ\",\n    \"ditted\": \"dabara\",\n    \"ditty\": \"Igha\",\n    \"dittying\": \"Ugboro\",\n    \"ditting\": \"na-ekwu okwu\",\n    \"dittoes\": \"ditto\",\n    \"dittograph\": \"nkọwa\",\n    \"dittography\": \"nkọwa\",\n    \"dittoing\": \"bụ\",\n    \"ditton\": \"Ugboko\",\n    \"dittos\": \"Ntọala\",\n    \"diumvirate\": \"Diumvirate\",\n    \"diureses\": \"Diures\",\n    \"diuresis\": \"Diuresis\",\n    \"diuretic\": \"mamịrị\",\n    \"diurnalness\": \"izu ike\",\n    \"diurnation\": \"Diurnation\",\n    \"diurons\": \"diuron\",\n    \"diuturnity\": \"Diuturnity\",\n    \"divagated\": \"ịtọgbọrọ\",\n    \"divagating\": \"divaging\",\n    \"divagation\": \"mgbaasị\",\n    \"divagational\": \"mgbaasị\",\n    \"divagationally\": \"divagally\",\n    \"divagations\": \"mgbaasị\",\n    \"divagatory\": \"mgbaasị\",\n    \"divalent\": \"diva\",\n    \"divariant\": \"divary\",\n    \"divaricate\": \"ịkọwa\",\n    \"divaricated\": \"ịtọpụ\",\n    \"divaricately\": \"ịgha mmụọ\",\n    \"divaricating\": \"ịtọghe\",\n    \"divaricatingly\": \"mgbe ọ bụla\",\n    \"divarication\": \"ọpụpụ\",\n    \"dive\": \"amaba\",\n    \"divebomb\": \"bọmbụ\",\n    \"dived\": \"mikpuo\",\n    \"divekeeper\": \"onye na-agba mmiri\",\n    \"divell\": \"Na-atụgharị\",\n    \"divelled\": \"amaba\",\n    \"divellent\": \"na-agbagha\",\n    \"divelling\": \"na-amaba\",\n    \"diver\": \"onye na-agba mmiri\",\n    \"diverberate\": \"dị iche iche\",\n    \"diverged\": \"gbanwere\",\n    \"divergement\": \"dị iche\",\n    \"divergence\": \"ntụgharị\",\n    \"divergency\": \"ntụgharị\",\n    \"divergencies\": \"ụzọ dị iche iche\",\n    \"divergenge\": \"ntụgharị\",\n    \"divergent\": \"dị iche\",\n    \"divergently\": \"dị iche iche\",\n    \"divergingly\": \"dị iche iche\",\n    \"divers\": \"di iche iche\",\n    \"diverse\": \"iche iche\",\n    \"diversely\": \"dị iche iche\",\n    \"diverseness\": \"iche iche\",\n    \"diversicolored\": \"ihe iche iche\",\n    \"diversify\": \"ịgbasa\",\n    \"diversifiability\": \"iche iche\",\n    \"diversifiable\": \"dị iche iche\",\n    \"diversification\": \"Mgbasa\",\n    \"diversifications\": \"dị iche iche\",\n    \"diversified\": \"iche iche\",\n    \"diversifier\": \"Ihe ntụgharị\",\n    \"diversifies\": \"na-agbasa\",\n    \"diversifying\": \"ịgbasa\",\n    \"diversiflorate\": \"dịgasị iche iche\",\n    \"diversiflorous\": \"dịgasị iche iche\",\n    \"diversifoliate\": \"dịgasị iche iche\",\n    \"diversifolious\": \"dị iche iche\",\n    \"diversiform\": \"dị iche iche\",\n    \"diversion\": \"ntughari\",\n    \"diversional\": \"Ntughari\",\n    \"diversionary\": \"Ntughari\",\n    \"diversionist\": \"Onye Ntughari\",\n    \"diversions\": \"Ntughari\",\n    \"diversipedate\": \"Ogwe dị iche iche\",\n    \"diversisporous\": \"dịgasị iche iche\",\n    \"diversity\": \"iche iche\",\n    \"diversities\": \"dịgasị iche iche\",\n    \"diversly\": \"dịgasị iche iche\",\n    \"diversory\": \"dị iche iche\",\n    \"divert\": \"ibughari\",\n    \"diverted\": \"ebugharị\",\n    \"divertedly\": \"ntụgharị\",\n    \"diverter\": \"Ihe ntụgharị\",\n    \"diverters\": \"Ndị ntụgharị\",\n    \"divertibility\": \"ntụgharị\",\n    \"divertible\": \"mgbanwe\",\n    \"diverticula\": \"Nwachukwu\",\n    \"diverticular\": \"dị iche iche\",\n    \"diverticulate\": \"dị iche iche\",\n    \"diverticulitis\": \"ọnụọgụgụ\",\n    \"diverticulosis\": \"ọnụọgụgụ\",\n    \"diverticulum\": \"ihe omimi\",\n    \"divertila\": \"Nwachukwu\",\n    \"divertimenti\": \"ntughari\",\n    \"divertimento\": \"ntughari\",\n    \"divertimentos\": \"Diverimentos\",\n    \"diverting\": \"ntughari\",\n    \"divertingly\": \"ntughari\",\n    \"divertingness\": \"ntughari\",\n    \"divertise\": \"ntughari\",\n    \"divertisement\": \"ntughari\",\n    \"divertissant\": \"verttọgharị\",\n    \"divertissement\": \"ntughari\",\n    \"divertissements\": \"ntughari\",\n    \"divertive\": \"ntughari\",\n    \"divertor\": \"onye ntughari\",\n    \"diverts\": \"Ntughari\",\n    \"dives\": \"Mmiri\",\n    \"divest\": \"gbanyụọ\",\n    \"divested\": \"mikpuo\",\n    \"divestible\": \"agbanyụọ\",\n    \"divesting\": \"na-amaba\",\n    \"divestitive\": \"na-agba mmiri\",\n    \"divestiture\": \"mgbapụta\",\n    \"divestitures\": \"ngbanwe\",\n    \"divestment\": \"ndozi\",\n    \"divests\": \"Na-atụgharị\",\n    \"divesture\": \"mgbapụ\",\n    \"divet\": \"gbanyụọ\",\n    \"divia\": \"divi\",\n    \"divid\": \"nkewa\",\n    \"dividable\": \"kewara ekewa\",\n    \"dividableness\": \"nkewa\",\n    \"dividant\": \"nkewa\",\n    \"divide\": \"nkewa\",\n    \"divided\": \"ekewa\",\n    \"dividedly\": \"ekewa\",\n    \"dividedness\": \"nkewa\",\n    \"dividend\": \"nkewa\",\n    \"dividends\": \"nkewa\",\n    \"divident\": \"ịgba afa\",\n    \"divider\": \"onye nkesa\",\n    \"dividers\": \"ndị na-ekewa\",\n    \"divides\": \"nkewa\",\n    \"dividing\": \"nkewa\",\n    \"dividingly\": \"nkewa\",\n    \"dividivis\": \"kere òkè\",\n    \"dividual\": \"nkewa\",\n    \"dividualism\": \"nkewa\",\n    \"dividually\": \"nkewa\",\n    \"dividuity\": \"nkewa\",\n    \"dividuous\": \"nkewa\",\n    \"divinable\": \"nke divin\",\n    \"divination\": \"igba afa\",\n    \"divinator\": \"onye mgbaasị\",\n    \"divine\": \"nke Chukwu\",\n    \"divined\": \"ịkọ\",\n    \"divinely\": \"Chineke\",\n    \"divineness\": \"Chineke\",\n    \"diviner\": \"onye na-agba afa\",\n    \"divineress\": \"ndi mara\",\n    \"diviners\": \"ndị dibịa afa\",\n    \"divines\": \"afa\",\n    \"divinesse\": \"afa\",\n    \"diving\": \"nke Chukwu\",\n    \"divinify\": \"divin\",\n    \"divinified\": \"Chineke\",\n    \"divinifying\": \"divinising\",\n    \"divinyl\": \"Obinwanne\",\n    \"divining\": \"ịgba afa\",\n    \"diviningly\": \"na-agba afa\",\n    \"divinise\": \"Chineke\",\n    \"divinised\": \"Chineke\",\n    \"divinises\": \"Chineke\",\n    \"divinity\": \"divin\",\n    \"divinities\": \"chi dị iche iche\",\n    \"divinityship\": \"Chineke\",\n    \"divinize\": \"Chineke\",\n    \"divinized\": \"Chineke\",\n    \"divinizes\": \"Chineke\",\n    \"divinizing\": \"divinising\",\n    \"divise\": \"ịgba afa\",\n    \"divisibility\": \"nkewa\",\n    \"divisibilities\": \"di iche iche\",\n    \"divisible\": \"nkewa\",\n    \"divisibleness\": \"nkewa\",\n    \"divisibly\": \"Nkewa\",\n    \"division\": \"nkewa\",\n    \"divisional\": \"nkewa\",\n    \"divisionally\": \"nkewa\",\n    \"divisionary\": \"nkewa\",\n    \"divisionism\": \"nkewa\",\n    \"divisionist\": \"nkewa\",\n    \"divisionistic\": \"nkewa\",\n    \"divisions\": \"nkewa\",\n    \"divisive\": \"nkewa\",\n    \"divisively\": \"nkewa\",\n    \"divisiveness\": \"nkewa\",\n    \"divisor\": \"nkewa\",\n    \"divisory\": \"nkewa\",\n    \"divisorial\": \"nkewa\",\n    \"divisors\": \"nkewa\",\n    \"divisural\": \"nkewa\",\n    \"divorce\": \"ịgba alụkwaghịm\",\n    \"divorceable\": \"ịgba alụkwaghịm\",\n    \"divorced\": \"gbara alụkwaghịm\",\n    \"divorcee\": \"ịgba alụkwaghịm\",\n    \"divorcees\": \"ịgba alụkwaghịm\",\n    \"divorcement\": \"ịgba alụkwaghịm\",\n    \"divorcements\": \"ịgba alụkwaghịm\",\n    \"divorcer\": \"ịgba alụkwaghịm\",\n    \"divorcers\": \"ndị gbara alụkwaghịm\",\n    \"divorces\": \"ịgba alụkwaghịm\",\n    \"divorceuse\": \"ịgba alụkwaghịm\",\n    \"divorcible\": \"ịgba alụkwaghịm\",\n    \"divorcing\": \"ịgba alụkwaghịm\",\n    \"divorcive\": \"ịgba alụkwaghịm\",\n    \"dyvour\": \"Ogbe\",\n    \"divulgated\": \"gbasasịa\",\n    \"divulgater\": \"onyekwere\",\n    \"divulgating\": \"ịgbasa\",\n    \"divulged\": \"okpu\",\n    \"divulgement\": \"mgbasa ozi\",\n    \"divulgers\": \"ndị mmụọ ozi\",\n    \"divulging\": \"ịgbasa\",\n    \"divulsing\": \"okpu\",\n    \"divvers\": \"ndị na-agba afa\",\n    \"divvy\": \"nyocha\",\n    \"divvied\": \"ọpụrụiche\",\n    \"divvies\": \"ase\",\n    \"divvying\": \"na-agba afa\",\n    \"dix\": \"Dix\",\n    \"dixenite\": \"Dixenite\",\n    \"dixie\": \"Dixie\",\n    \"dixiecrat\": \"Nwachukwu\",\n    \"dixieland\": \"Dixieland\",\n    \"dixies\": \"Dixsị\",\n    \"dixit\": \"Dixit\",\n    \"dixits\": \"Dixits\",\n    \"dizain\": \"Dizain\",\n    \"dizaine\": \"Dizaine\",\n    \"dizdar\": \"Dizdar\",\n    \"dizen\": \"Dizen\",\n    \"dizened\": \"akpịrị\",\n    \"dizens\": \"iri\",\n    \"dizygotic\": \"Dizygotic\",\n    \"dizz\": \"anya mmiri\",\n    \"dizzard\": \"anya mmiri\",\n    \"dizzardly\": \"jiri anya mmiri\",\n    \"dizzy\": \"anya ntughari\",\n    \"dizzied\": \"Dizzied\",\n    \"dizzier\": \"Dizzier\",\n    \"dizzies\": \"Ntughari\",\n    \"dizziest\": \"Ihe kacha nta\",\n    \"dizzying\": \"Ntughari\",\n    \"dizzyingly\": \"Dizzying\",\n    \"dizzily\": \"jiri anya mmiri\",\n    \"dizziness\": \"Ibu ubo\",\n    \"djave\": \"ndokwa\",\n    \"djehad\": \"ogugu\",\n    \"djellab\": \"Ojukwu\",\n    \"djellabas\": \"Ojukwu\",\n    \"djerib\": \"Djerib\",\n    \"djinny\": \"okpokoro\",\n    \"djins\": \"Ugboro abụọ\",\n    \"dl\": \"Dl\",\n    \"dlr\": \"Dlr\",\n    \"dmod\": \"Dmod\",\n    \"do\": \"mee\",\n    \"doability\": \"ikike\",\n    \"doable\": \"ime\",\n    \"doand\": \"agwa\",\n    \"doat\": \"mmiri\",\n    \"doated\": \"edere\",\n    \"doaty\": \"dọọrị\",\n    \"doating\": \"na-eri\",\n    \"doats\": \"mmiri\",\n    \"dobbed\": \"ndina\",\n    \"dobber\": \"ndabber\",\n    \"dobbers\": \"ndi ohi\",\n    \"dobby\": \"ihe omume\",\n    \"dobbies\": \"egwuregwu\",\n    \"dobbing\": \"na-eme mkpọtụ\",\n    \"doberman\": \"ọmarịcha\",\n    \"dobies\": \"na na na\",\n    \"doblon\": \"dolon\",\n    \"doblones\": \"okwute\",\n    \"doblons\": \"ogbe\",\n    \"dobras\": \"dobra\",\n    \"dobroes\": \"ndigbo\",\n    \"dobsonflies\": \"nsogbu\",\n    \"dobsons\": \"mbido\",\n    \"docentship\": \"ọrụ\",\n    \"docetic\": \"emebi\",\n    \"docetically\": \"n'usoro\",\n    \"docetism\": \"ịgba aghara\",\n    \"docetist\": \"dibia dibia\",\n    \"docetistic\": \"ihe omimi\",\n    \"docetize\": \"dozie\",\n    \"docibleness\": \"ịdị ike\",\n    \"docilely\": \"n'ụzọ doro anya\",\n    \"docility\": \"ikike\",\n    \"docilities\": \"ndozi\",\n    \"docimastic\": \"ihe omimi\",\n    \"docious\": \"dị mma\",\n    \"docity\": \"ndu\",\n    \"dock\": \"n'ọdụ ụgbọ mmiri\",\n    \"dockage\": \"mkpọchi\",\n    \"docked\": \"kwụsịrị\",\n    \"docker\": \"ọkpọ\",\n    \"dockers\": \"ndị na-eme ihe nkiri\",\n    \"docket\": \"doket\",\n    \"docketed\": \"ahụrụ\",\n    \"docketing\": \"ichoro\",\n    \"dockhand\": \"nkedo\",\n    \"dockhouse\": \"n'ọdụ ụgbọ mmiri\",\n    \"dockyard\": \"n'ọdụ ụgbọ mmiri\",\n    \"dockyardman\": \"nwoke dockyard\",\n    \"dockyards\": \"ogige mmiri\",\n    \"docking\": \"ebe a na-egwu mmiri\",\n    \"dockization\": \"dockerization\",\n    \"dockland\": \"n'ọdụ ụgbọ mmiri\",\n    \"docklands\": \"n'ọdụ ụgbọ mmiri\",\n    \"docks\": \"ụgbọ mmiri\",\n    \"dockside\": \"ebe ikpere mmiri\",\n    \"docksides\": \"ebe ikpuchi mmiri\",\n    \"dockworker\": \"ọrụ\",\n    \"docs\": \"akwụkwọ\",\n    \"doctor\": \"dibia\",\n    \"doctorally\": \"dọkịta\",\n    \"doctorbird\": \"ndaba\",\n    \"doctordom\": \"gụrụ\",\n    \"doctored\": \"gụrụ\",\n    \"doctoress\": \"okposi\",\n    \"doctorfish\": \"dọkịta azụ\",\n    \"doctorfishes\": \"dọkịta na-azụ\",\n    \"doctorhood\": \"dọkịta\",\n    \"doctorial\": \"doctoral\",\n    \"doctorially\": \"nkuzi\",\n    \"doctoring\": \"dọkịta\",\n    \"doctorization\": \"ọgwụ\",\n    \"doctorize\": \"dọkịta\",\n    \"doctorless\": \"enweghị dọkịta\",\n    \"doctorly\": \"dọkịta\",\n    \"doctorlike\": \"dị ka dọkịta\",\n    \"doctors\": \"ndị dọkịta\",\n    \"doctorship\": \"dọkịta\",\n    \"doctress\": \"nkuzi\",\n    \"doctrinable\": \"ozizi\",\n    \"doctrinaire\": \"onye nkuzi\",\n    \"doctrinairism\": \"ozizi\",\n    \"doctrinal\": \"ozizi\",\n    \"doctrinalism\": \"ozizi\",\n    \"doctrinalist\": \"onye nkuzi\",\n    \"doctrinality\": \"ozizi\",\n    \"doctrinally\": \"n'ozizi\",\n    \"doctrinary\": \"ozizi\",\n    \"doctrinarian\": \"onye nkuzi\",\n    \"doctrinarianism\": \"nkwenkwe ugha\",\n    \"doctrinarily\": \"n'ozizi\",\n    \"doctrinarity\": \"ozizi\",\n    \"doctrinate\": \"ozizi\",\n    \"doctrine\": \"ozizi\",\n    \"doctrines\": \"ozizi\",\n    \"doctrinism\": \"ozizi\",\n    \"doctrinist\": \"onye ozizi\",\n    \"doctrinization\": \"ozizi\",\n    \"doctrinize\": \"kuzie\",\n    \"doctrinized\": \"ozizi\",\n    \"doctrinizing\": \"na-akuzi nkuzi\",\n    \"doctrix\": \"ozizi\",\n    \"doctus\": \"nkuzi\",\n    \"document\": \"akwụkwọ\",\n    \"documental\": \"akwụkwọ\",\n    \"documentalist\": \"onye nyocha\",\n    \"documentary\": \"akwụkwọ\",\n    \"documentarian\": \"onye nyocha\",\n    \"documentaries\": \"akwụkwọ akụkọ\",\n    \"documentarily\": \"n'akwụkwọ\",\n    \"documentarist\": \"onye na-ede akwukwo\",\n    \"documentation\": \"akwụkwọ\",\n    \"documentational\": \"akwụkwọ\",\n    \"documentations\": \"akwụkwọ\",\n    \"documented\": \"ederede\",\n    \"documenter\": \"ederede\",\n    \"documenters\": \"ndị na-ede akwụkwọ\",\n    \"documenting\": \"ederede\",\n    \"documentize\": \"akwukwo\",\n    \"documentor\": \"onye akwukwo\",\n    \"documents\": \"akwụkwọ\",\n    \"dodd\": \"Dodd\",\n    \"dodded\": \"zọrọ\",\n    \"doddered\": \"zọrọ\",\n    \"dodderers\": \"ndị na-achọ ihe\",\n    \"doddering\": \"na-agbaghara\",\n    \"dodders\": \"Dodere\",\n    \"dodding\": \"zọọ\",\n    \"dodecamerous\": \"ndabueze\",\n    \"dodgasted\": \"zọrọ\",\n    \"dodge\": \"zere\",\n    \"dodged\": \"zọrọ\",\n    \"dodger\": \"zọ\",\n    \"dodgers\": \"dodokọ\",\n    \"dodgily\": \"n'ihi na\",\n    \"dodging\": \"zọpụ\",\n    \"dodoes\": \"dodo\",\n    \"dodrantal\": \"zoro\",\n    \"doe\": \"mee\",\n    \"doebird\": \"okirikiri\",\n    \"doedicurus\": \"mgbachi\",\n    \"doegling\": \"doeging\",\n    \"doek\": \"okuku\",\n    \"doeling\": \"ime mmiri\",\n    \"doer\": \"eme\",\n    \"doers\": \"ndị na-eme ihe\",\n    \"does\": \"na-eme\",\n    \"doeskin\": \"dokin\",\n    \"doeskins\": \"ihe owuwu\",\n    \"doesn\": \"adịghị\",\n    \"doesnt\": \"adịghị\",\n    \"doest\": \"na-eme\",\n    \"doeth\": \"na-eme\",\n    \"doeuvre\": \"doevụ\",\n    \"doff\": \"dof\",\n    \"doffed\": \"ihere\",\n    \"doffer\": \"ihere\",\n    \"doffers\": \"doff\",\n    \"doffing\": \"ifunanya\",\n    \"dog\": \"nkịta\",\n    \"dogal\": \"nkịta\",\n    \"dogate\": \"nkịta\",\n    \"dogcart\": \"nkịta\",\n    \"dogcarts\": \"nkịta\",\n    \"dogcatcher\": \"nkịta\",\n    \"dogcatchers\": \"ndị nkịta\",\n    \"dogdom\": \"nkịta\",\n    \"dogdoms\": \"nkịta\",\n    \"dogear\": \"ntị nkịta\",\n    \"dogeared\": \"dogeare\",\n    \"dogears\": \"ntị nkịta\",\n    \"dogedom\": \"doge dom\",\n    \"dogedoms\": \"mbibi\",\n    \"dogeless\": \"enweghị\",\n    \"dogeship\": \"onyunsi\",\n    \"dogface\": \"nkịta\",\n    \"dogfaces\": \"nkịta\",\n    \"dogfall\": \"nkịta\",\n    \"dogfennel\": \"nkịta dognel\",\n    \"dogfight\": \"ịgba nkịta\",\n    \"dogfighting\": \"ịlụ ọgụ\",\n    \"dogfights\": \"nkịta\",\n    \"dogfishes\": \"nkịta\",\n    \"dogfoot\": \"ụkwụ ncheihu\",\n    \"dogfought\": \"nkịta\",\n    \"dogged\": \"nkịta\",\n    \"doggedly\": \"nkita\",\n    \"doggedness\": \"nkịta\",\n    \"dogger\": \"nkịta\",\n    \"doggerel\": \"nkịta\",\n    \"doggereled\": \"nkita\",\n    \"doggereler\": \"onye nkita\",\n    \"doggerelism\": \"nkịta doglism\",\n    \"doggerelize\": \"nkenke\",\n    \"doggerelizer\": \"nkita\",\n    \"doggerelizing\": \"nkịta na-akọ\",\n    \"doggerelled\": \"nkita\",\n    \"doggerelling\": \"nkịta na-akọ\",\n    \"doggerels\": \"nkịta nkịta\",\n    \"doggery\": \"nkịta\",\n    \"doggeries\": \"nkwenkwe\",\n    \"doggers\": \"nkịta\",\n    \"doggess\": \"nkịta\",\n    \"dogget\": \"nkịta\",\n    \"doggy\": \"nkịta\",\n    \"doggie\": \"nkịta\",\n    \"doggier\": \"nkịta\",\n    \"doggies\": \"nkịta\",\n    \"doggiest\": \"na-agba mmụọ\",\n    \"dogging\": \"nkịta\",\n    \"doggish\": \"nkịta\",\n    \"doggishly\": \"nkita\",\n    \"doggishness\": \"nkịta\",\n    \"doggle\": \"nkịta\",\n    \"doggo\": \"nkịta\",\n    \"doggone\": \"nkịta\",\n    \"doggoned\": \"nkita\",\n    \"doggoneder\": \"onye nkita\",\n    \"doggonedest\": \"nkịta\",\n    \"doggoner\": \"onye nkita\",\n    \"doggones\": \"nkịta\",\n    \"doggrel\": \"nkịta\",\n    \"doggrels\": \"Nkịta\",\n    \"doghead\": \"nkịta\",\n    \"doghearted\": \"nkụda mmụọ\",\n    \"doghole\": \"nkịta\",\n    \"doghood\": \"nkịta\",\n    \"doghouse\": \"nkịta ụlọ\",\n    \"doghouses\": \"ụlọ nkịta\",\n    \"dogies\": \"nkịta\",\n    \"dogleg\": \"nkịta\",\n    \"doglegging\": \"nkịta nkịta\",\n    \"doglegs\": \"nkịta\",\n    \"dogless\": \"enweghị nkịta\",\n    \"dogly\": \"nkịta\",\n    \"doglike\": \"nkịta\",\n    \"dogma\": \"nkwenkwe\",\n    \"dogman\": \"onye nkịta\",\n    \"dogmas\": \"nkwenkwe\",\n    \"dogmatic\": \"nkịta\",\n    \"dogmatical\": \"nkata\",\n    \"dogmatically\": \"nkịta\",\n    \"dogmaticalness\": \"nkwenkwe\",\n    \"dogmatician\": \"dibiala anya\",\n    \"dogmatics\": \"nkịta\",\n    \"dogmatisation\": \"nkwenye\",\n    \"dogmatise\": \"nkịta\",\n    \"dogmatised\": \"nkịta\",\n    \"dogmatiser\": \"nkịta\",\n    \"dogmatism\": \"nkwenkwe\",\n    \"dogmatist\": \"nkịta\",\n    \"dogmatists\": \"ndị nkịta\",\n    \"dogmatization\": \"nkata\",\n    \"dogmatized\": \"nkịta\",\n    \"dogmatizer\": \"nkịta\",\n    \"dogmatizing\": \"nkatọ\",\n    \"dogmeat\": \"nkịta\",\n    \"dogmen\": \"nkịta\",\n    \"dogmouth\": \"nkịta\",\n    \"dognap\": \"nkịta\",\n    \"dognaper\": \"nkịta\",\n    \"dognapers\": \"nkịta\",\n    \"dognapped\": \"nkita\",\n    \"dognapper\": \"nkịtanapper\",\n    \"dognapping\": \"nkikpọ\",\n    \"dognaps\": \"nkịta\",\n    \"dogplate\": \"nkịta nkịta\",\n    \"dogproof\": \"ihe akaebe nkịta\",\n    \"dogrib\": \"nkịta\",\n    \"dogs\": \"nkịta\",\n    \"dogsbody\": \"nkịta\",\n    \"dogsbodies\": \"nkịta\",\n    \"dogship\": \"nkịta nkịta\",\n    \"dogshore\": \"oke osimiri\",\n    \"dogskin\": \"Nkịta\",\n    \"dogsled\": \"nkịta sled\",\n    \"dogsleds\": \"nkịta sleds\",\n    \"dogsleep\": \"nkịta ụra\",\n    \"dogstail\": \"nkịta\",\n    \"dogstone\": \"Nkume nkịta\",\n    \"dogstones\": \"Nkịta\",\n    \"dogtail\": \"nkịta\",\n    \"dogteeth\": \"nkịta ezé\",\n    \"dogtie\": \"nkịta\",\n    \"dogtooth\": \"nkịta\",\n    \"dogtoothing\": \"nkịta ezé\",\n    \"dogtrick\": \"nkịta\",\n    \"dogtrot\": \"nkịta\",\n    \"dogtrots\": \"nkịta\",\n    \"dogtrotted\": \"Chidinma\",\n    \"dogtrotting\": \"nkịta na-elekọta\",\n    \"dogvane\": \"nkịta\",\n    \"dogvanes\": \"nkịta\",\n    \"doyleys\": \"ndiegwu\",\n    \"doily\": \"ngwa\",\n    \"doyly\": \"ngwa\",\n    \"doylies\": \"doilies\",\n    \"doylt\": \"ngwa\",\n    \"doing\": \"na-eme\",\n    \"doings\": \"eme\",\n    \"doit\": \"mee\",\n    \"doited\": \"emezuru\",\n    \"doitrified\": \"okopu\",\n    \"doits\": \"eme\",\n    \"dojo\": \"ndukwo\",\n    \"doketic\": \"akara\",\n    \"dol\": \"nwa bebi\",\n    \"doldrums\": \"doldrum\",\n    \"doleance\": \"nkwenye\",\n    \"dolefuller\": \"ikwusi ike\",\n    \"dolefullest\": \"ikwusi ike\",\n    \"dolefully\": \"n'okwu\",\n    \"dolefulness\": \"ikwusi ike\",\n    \"dolent\": \"gbuo\",\n    \"dolently\": \"ji nwayọ\",\n    \"doleritic\": \"ekwenti\",\n    \"dolesman\": \"onye ozi\",\n    \"dolesome\": \"ihe na-eweta ume\",\n    \"dolesomely\": \"ihe ijuanya\",\n    \"dolesomeness\": \"Ogochukwu\",\n    \"doless\": \"enweghị isi\",\n    \"dolf\": \"nwa nkita\",\n    \"dolichocercic\": \"iheanacho\",\n    \"dolichohieric\": \"anwansi\",\n    \"dolichopellic\": \"Obinwanne\",\n    \"dolichopodous\": \"ebelebe\",\n    \"doling\": \"inggha\",\n    \"dolioform\": \"iokpụrụ dolioform\",\n    \"doll\": \"nwa bebi\",\n    \"dollarfish\": \"azụ azụ\",\n    \"dollarfishes\": \"azụ azụ\",\n    \"dollars\": \"dollar\",\n    \"dollbeer\": \"nwa bebi\",\n    \"dolldom\": \"nwa bebi\",\n    \"dolled\": \"tụkọtara\",\n    \"dolley\": \"nwa bebi\",\n    \"dollface\": \"nwa bebi\",\n    \"dollfaced\": \"nwa bebi\",\n    \"dollfish\": \"nwa bebi\",\n    \"dollhood\": \"nwa bebi\",\n    \"dollhouse\": \"ulo bebi\",\n    \"dollhouses\": \"llọ ezumike\",\n    \"dolly\": \"nwa bebi\",\n    \"dollied\": \"tụkọtara ọnụ\",\n    \"dollies\": \"dolls\",\n    \"dollying\": \"lyingnwa ahụrụ\",\n    \"dollyman\": \"nwa nwoke\",\n    \"dollymen\": \"ụmụ amaala\",\n    \"dollin\": \"nwa bebi\",\n    \"dolliness\": \"nze\",\n    \"dolling\": \"nwa bebi\",\n    \"dollish\": \"nwa bebi\",\n    \"dollishly\": \"n ’otu\",\n    \"dollishness\": \"lishtọ\",\n    \"dollmaker\": \"nwa bebi\",\n    \"dollmaking\": \"ịme dollm\",\n    \"dollop\": \"nwa bebi\",\n    \"dollops\": \"nwa bebi\",\n    \"dolls\": \"ụmụ bebi\",\n    \"dollship\": \"nwa bebi\",\n    \"dolman\": \"nwa bebi\",\n    \"dolmans\": \"ụmụ amaala\",\n    \"dolmen\": \"umuaka\",\n    \"dolmenic\": \"nkịta\",\n    \"dolomedes\": \"ndiegwu\",\n    \"dolomite\": \"ndomite\",\n    \"dolomites\": \"ndiigbo\",\n    \"dolomitic\": \"ndolite\",\n    \"dolomitized\": \"anwansị\",\n    \"dolomitizing\": \"dolomitii\",\n    \"dolor\": \"na-eme ihe\",\n    \"dolorific\": \"okwute\",\n    \"dolorimeter\": \"dolorimita\",\n    \"dolorimetry\": \"mbubreyo\",\n    \"dolorimetric\": \"nchoputa\",\n    \"dolorimetrically\": \"n'agha\",\n    \"dolorous\": \"emechuihu\",\n    \"dolorously\": \"Ogbogu\",\n    \"dolorousness\": \"ochichiri\",\n    \"dolors\": \"ndị na-eme ihe\",\n    \"dolose\": \"dolus\",\n    \"dolour\": \"dollar\",\n    \"dolous\": \"dolus\",\n    \"dolph\": \"nwa nkita\",\n    \"dolphinfishes\": \"Azụ azụ\",\n    \"dolphinlike\": \"yiri dolphin\",\n    \"dolphins\": \"dolphin\",\n    \"dolt\": \"nwa bebi\",\n    \"dolthead\": \"nwaeze\",\n    \"doltish\": \"nwa mgbo\",\n    \"doltishly\": \"mpịakọta\",\n    \"doltishness\": \"mpịakọta\",\n    \"dom\": \"ulo\",\n    \"domable\": \"ulo\",\n    \"domage\": \"ulo\",\n    \"domain\": \"ngalaba\",\n    \"domainal\": \"ngalaba\",\n    \"domains\": \"ngalaba\",\n    \"domal\": \"ulo\",\n    \"domboc\": \"Asụsụ\",\n    \"domdaniel\": \"Ikwerre\",\n    \"domed\": \"ulo\",\n    \"doment\": \"entlọ\",\n    \"domes\": \"ulo\",\n    \"domesday\": \"ụbọchị weds\",\n    \"domesdays\": \"ụbọchị ụbọchị\",\n    \"domestic\": \"ụlọ\",\n    \"domesticability\": \"inwe ụlọ\",\n    \"domesticable\": \"anụ ụlọ\",\n    \"domesticality\": \"ezi na ulo\",\n    \"domestically\": \"ezinụlọ\",\n    \"domesticate\": \"anụ ụlọ\",\n    \"domesticated\": \"eburu\",\n    \"domesticates\": \"ndị nwe ụlọ\",\n    \"domesticating\": \"anụ ụlọ\",\n    \"domestication\": \"anụ ụlọ\",\n    \"domestications\": \"ụlọ\",\n    \"domesticative\": \"anụ ụlọ\",\n    \"domesticator\": \"onye nwe ụlọ\",\n    \"domesticity\": \"obodo\",\n    \"domesticities\": \"obodo\",\n    \"domesticize\": \"anụ ụlọ\",\n    \"domesticized\": \"anụchara\",\n    \"domestics\": \"ezi na ulo\",\n    \"domett\": \"Obibi\",\n    \"domy\": \"ulo\",\n    \"domic\": \"iclọ\",\n    \"domically\": \"N'ụlọ\",\n    \"domicil\": \"ebibi\",\n    \"domicile\": \"ulo\",\n    \"domiciled\": \"ebibi\",\n    \"domicilement\": \"ezi n'ụlọ\",\n    \"domiciles\": \"ebibi\",\n    \"domiciliar\": \"domic maara\",\n    \"domiciliary\": \"ulo\",\n    \"domiciliate\": \"ulo\",\n    \"domiciliated\": \"nyere aka\",\n    \"domiciliating\": \"na-edozi\",\n    \"domiciliation\": \"obibi\",\n    \"domiciling\": \"ulo\",\n    \"domicils\": \"ụlọ\",\n    \"domiculture\": \"ịkpa ụlọ\",\n    \"domify\": \"ibuli\",\n    \"domification\": \"nnabata\",\n    \"dominance\": \"nchịkwa\",\n    \"dominancy\": \"nchịkwa\",\n    \"dominant\": \"akara\",\n    \"dominantly\": \"na-achịkwa\",\n    \"dominants\": \"akara\",\n    \"dominate\": \"na-achịkwa\",\n    \"dominated\": \"na-achịkwa\",\n    \"dominates\": \"na-achịkwa\",\n    \"dominating\": \"nchịkwa\",\n    \"dominatingly\": \"na-achịkwa\",\n    \"domination\": \"nchịkwa\",\n    \"dominations\": \"ndị na-achị achị\",\n    \"dominative\": \"akara\",\n    \"dominator\": \"onye na-achi ọchịchị\",\n    \"dominators\": \"ndị na-achị achị\",\n    \"domine\": \"ọchịchị\",\n    \"dominee\": \"ọchịchị\",\n    \"domineer\": \"onye nwe ulo\",\n    \"domineered\": \"merie\",\n    \"domineerer\": \"onye ike\",\n    \"domineering\": \"ịchịkwa\",\n    \"domineeringly\": \"kelechi\",\n    \"domineeringness\": \"ịchịisi\",\n    \"domineers\": \"ndị nwe ụlọ\",\n    \"domines\": \"akara\",\n    \"domini\": \"Domini\",\n    \"dominial\": \"ọchịchị\",\n    \"dominic\": \"ọchịchị\",\n    \"dominical\": \"ọchịchị\",\n    \"dominican\": \"Dominican\",\n    \"dominicans\": \"Dominicans\",\n    \"dominick\": \"Okereke\",\n    \"dominicker\": \"akara\",\n    \"dominicks\": \"Uchechi\",\n    \"dominies\": \"na-achịkwa\",\n    \"dominion\": \"ọchịchị\",\n    \"dominionism\": \"ọchịchị\",\n    \"dominionist\": \"onye ọchịchị\",\n    \"dominions\": \"ọchịchị\",\n    \"dominique\": \"na-achịkwa\",\n    \"dominiums\": \"Uchechi\",\n    \"dominoes\": \"ụlọ\",\n    \"dominule\": \"ulo\",\n    \"dominus\": \"Iwuchukwu\",\n    \"domitable\": \"ebibi\",\n    \"domite\": \"itelọ\",\n    \"domitian\": \"Dọmpụ\",\n    \"domn\": \"ụlọ\",\n    \"domoid\": \"ụlọ\",\n    \"dompt\": \"Chọọ\",\n    \"dompteuse\": \"ụlọ\",\n    \"domus\": \"ụlọ\",\n    \"dona\": \"inye\",\n    \"donable\": \"onyinye\",\n    \"donack\": \"inye aka\",\n    \"donal\": \"onyinye\",\n    \"donald\": \"Donald\",\n    \"donary\": \"onyinye\",\n    \"donaries\": \"onyinye\",\n    \"donat\": \"onyinye\",\n    \"donatary\": \"onyinye\",\n    \"donate\": \"nye onyinye\",\n    \"donated\": \"nyere\",\n    \"donatee\": \"na-enye onyinye\",\n    \"donates\": \"na-enye onyinye\",\n    \"donating\": \"inye onyinye\",\n    \"donation\": \"onyinye\",\n    \"donationes\": \"onyinye\",\n    \"donations\": \"onyinye\",\n    \"donatism\": \"inye onyinye\",\n    \"donatist\": \"onye nyere onyinye\",\n    \"donative\": \"na-enye onyinye\",\n    \"donatively\": \"onyinye\",\n    \"donatives\": \"onyinye\",\n    \"donator\": \"onyinye\",\n    \"donatory\": \"onyinye\",\n    \"donatories\": \"inye onyinye\",\n    \"donators\": \"ndị na-enye onyinye\",\n    \"doncy\": \"onyinye\",\n    \"dondia\": \"Dondia\",\n    \"done\": \"mere\",\n    \"donec\": \"didc\",\n    \"donees\": \"eme\",\n    \"doneness\": \"afọ ojuju\",\n    \"donenesses\": \"ihe dị iche iche\",\n    \"donging\": \"na-enye onyinye\",\n    \"donicker\": \"onye nyere onyinye\",\n    \"donkey\": \"ịnyịnya ibu\",\n    \"donkeyback\": \"ịnyịnya ibu\",\n    \"donkeyish\": \"ịnyịnya ibu\",\n    \"donkeyism\": \"ịnyịnya ibu\",\n    \"donkeyman\": \"ịnyịnya ibu\",\n    \"donkeys\": \"inyinya-ibu\",\n    \"donkeywork\": \"ọrụ ịnyịnya ibu\",\n    \"donnerd\": \"Onyeka\",\n    \"donnered\": \"nyere\",\n    \"donnert\": \"Onyeka\",\n    \"donning\": \"inye onyinye\",\n    \"donnish\": \"zuo\",\n    \"donnishly\": \"enweghị atụ\",\n    \"donnishness\": \"afụ ọnụ\",\n    \"donnot\": \"emela\",\n    \"donor\": \"na-enye onyinye\",\n    \"donors\": \"ndị na-enye onyinye\",\n    \"donorship\": \"inye onyinye\",\n    \"donought\": \"donọ\",\n    \"donship\": \"inye onyinye\",\n    \"donsy\": \"nwaanyi\",\n    \"donut\": \"donọ\",\n    \"doodled\": \"doodle\",\n    \"doodler\": \"onyedika\",\n    \"doodlers\": \"ndị na-eme ihe nkiri\",\n    \"doodling\": \"arụ ọrụ\",\n    \"doohickeys\": \"doohickey\",\n    \"doohickus\": \"doohickey\",\n    \"doolees\": \"doole\",\n    \"doom\": \"Mbibi\",\n    \"doomage\": \"mbibi\",\n    \"doombook\": \"mbibi\",\n    \"doomed\": \"na-aga ibibi\",\n    \"doomer\": \"mbibi\",\n    \"doomful\": \"na-ebibi ihe\",\n    \"doomfully\": \"mbibi\",\n    \"doomfulness\": \"mbibi\",\n    \"dooming\": \"na-ebibi\",\n    \"doomlike\": \"mbibi\",\n    \"dooms\": \"mbibi\",\n    \"doomsayer\": \"mbibi\",\n    \"doomsday\": \"ụbọchị mbibi\",\n    \"doomsdays\": \"ụbọchị ọmụmụ\",\n    \"doomsman\": \"mbibi\",\n    \"doomstead\": \"mbibi\",\n    \"doomster\": \"mbibi\",\n    \"doomsters\": \"ndị mmadụ\",\n    \"doon\": \"chọrọ\",\n    \"door\": \"ibo ụzọ\",\n    \"doorba\": \"ọnụ ụzọ\",\n    \"doorbell\": \"ọnụ ụzọ\",\n    \"doorbells\": \"mgbịrịgba ọnụ ụzọ\",\n    \"doorboy\": \"nwa nwoke\",\n    \"doorbrand\": \"ọnụ ụzọ ụzọ\",\n    \"doorcase\": \"igbe ụzọ\",\n    \"doorcheek\": \"ọnụ ụzọ\",\n    \"doored\": \"kpoo\",\n    \"doorframe\": \"ibo ụzọ\",\n    \"doorhawk\": \"ọnụ ụzọ\",\n    \"doorhead\": \"n'ọnụ ụzọ\",\n    \"dooryard\": \"n'ọnụ ụzọ\",\n    \"dooryards\": \"ọnụ ụzọ\",\n    \"dooring\": \"ọnụ ụzọ\",\n    \"doorjamb\": \"Onuzo uzo\",\n    \"doorjambs\": \"ọnụ ụzọ ụzọ\",\n    \"doorkeep\": \"ibo ụzọ\",\n    \"doorkeeper\": \"onye nche ọnụ ụzọ\",\n    \"doorknob\": \"ọnụ ụzọ ụzọ\",\n    \"doorknobs\": \"ọnụ ụzọ mmiri\",\n    \"doorless\": \"enweghị ọnụ ụzọ\",\n    \"doorlike\": \"dị ka ọnụ ụzọ\",\n    \"doormaid\": \"odibo odibo\",\n    \"doormaker\": \"ụzọ ụzọ\",\n    \"doormaking\": \"ịrụ ụzọ\",\n    \"doorman\": \"onye nche ọnụ ụzọ\",\n    \"doormat\": \"ọnụ ụzọ ụzọ\",\n    \"doormats\": \"ọnụ ụzọ ụzọ\",\n    \"doormen\": \"ibo ụzọ\",\n    \"doornail\": \"n'ọnụ ụzọ\",\n    \"doornails\": \"ọnụ ụzọ\",\n    \"doorpiece\": \"door door\",\n    \"doorplate\": \"ihe mkpuchi ihu\",\n    \"doorplates\": \"ihe mpempe akwụkwọ\",\n    \"doorpost\": \"ibo ụzọ\",\n    \"doorposts\": \"awara ụzọ\",\n    \"doors\": \"ibo ụzọ\",\n    \"doorsill\": \"n'ọnụ ụzọ\",\n    \"doorsills\": \"ibo ụzọ\",\n    \"doorstead\": \"n'ọnụ ụzọ\",\n    \"doorstep\": \"n'ọnụ ụzọ\",\n    \"doorsteps\": \"n'ọnụ ụzọ\",\n    \"doorstop\": \"ọnụ ụzọ\",\n    \"doorstops\": \"ụzọ na-akwụsị\",\n    \"doorway\": \"ọnụ ụzọ\",\n    \"doorways\": \"ọnụ ụzọ\",\n    \"doorward\": \"n'ọnụ ụzọ\",\n    \"doorweed\": \"n'ọnụ ụzọ\",\n    \"doorwise\": \"ọnụ ụzọ\",\n    \"dooxidize\": \"mee oxidized\",\n    \"doper\": \"onye nkịta\",\n    \"dopers\": \"ndị nkịta\",\n    \"dopesheet\": \"mpempe akwụkwọ\",\n    \"dopier\": \"onye na-eme ihe\",\n    \"dopiest\": \"dị\",\n    \"dopiness\": \"Nkwupụta\",\n    \"dopinesses\": \"ndi mmadu\",\n    \"dopped\": \"ọlaedo\",\n    \"doppelkummel\": \"doppelkümmel\",\n    \"dopper\": \"ọlaedo\",\n    \"dopperbird\": \"okpokoro\",\n    \"dopping\": \"doping\",\n    \"dor\": \"Dọọ\",\n    \"dorad\": \"amaokwu\",\n    \"dorbie\": \"Dorbie\",\n    \"dorcas\": \"dọkas\",\n    \"dorcastry\": \"ebe obibi\",\n    \"dorcopsis\": \"dorọpịa\",\n    \"dorey\": \"ndoli\",\n    \"dorian\": \"Dorian\",\n    \"doryanthes\": \"ndozi\",\n    \"doricize\": \"dorichi\",\n    \"dories\": \"dori\",\n    \"dorking\": \"ịorkomi\",\n    \"dormancies\": \"ebe obibi\",\n    \"dormant\": \"na-ehi ụra\",\n    \"dormantly\": \"dormorm\",\n    \"dormered\": \"Ojuju\",\n    \"dormers\": \"Dormers\",\n    \"dormeuse\": \"Dormeuse\",\n    \"dormins\": \"Dormins\",\n    \"dormitary\": \"ebe obibi\",\n    \"dormition\": \"ebido\",\n    \"dormitory\": \"ulo obibi\",\n    \"dormitories\": \"ebe obibi\",\n    \"dorn\": \"chọọ\",\n    \"dorneck\": \"Nwabueze\",\n    \"dornecks\": \"Nwabueze\",\n    \"dornic\": \"ihe ndozi\",\n    \"dornick\": \"okpokoro\",\n    \"dornicks\": \"dorns\",\n    \"dornock\": \"ihe nzuzu\",\n    \"dornocks\": \"ihe nzuzu\",\n    \"dorpers\": \"Nwa okuko\",\n    \"dorps\": \"ihe ndozi\",\n    \"dorr\": \"udo\",\n    \"dorrbeetle\": \"dorr ebe\",\n    \"dorrs\": \"ndị dọkịta\",\n    \"dors\": \"ndị dọkịta\",\n    \"dorsa\": \"ndị dọkịta\",\n    \"dorsabdominal\": \"okpokoro\",\n    \"dorsabdominally\": \"n'ụzọ doro anya\",\n    \"dorsal\": \"azụ\",\n    \"dorsally\": \"azụ\",\n    \"dorsalmost\": \"azụ azụ\",\n    \"dorsals\": \"dorsale\",\n    \"dorsalward\": \"azụ\",\n    \"dorsalwards\": \"azụ azụ\",\n    \"dorsel\": \"okpukpu\",\n    \"dorsers\": \"ndị na-eme ihe ngosi\",\n    \"dorsibranch\": \"dorsi alaka\",\n    \"dorsibranchiata\": \"dorsi branchiata\",\n    \"dorsicolumn\": \"kọlụm dorsi\",\n    \"dorsicommissure\": \"ngbaghara\",\n    \"dorsiferous\": \"udo\",\n    \"dorsiflex\": \"azụ azụ\",\n    \"dorsiflexion\": \"azụ azụ\",\n    \"dorsiflexor\": \"azụ azụ\",\n    \"dorsigerous\": \"eme mkpọtụ\",\n    \"dorsilateral\": \"azụ azụ\",\n    \"dorsimedian\": \"Oghola\",\n    \"dorsimesal\": \"oge azụ\",\n    \"dorsimeson\": \"nkd\",\n    \"dorsipinal\": \"azụ\",\n    \"dorsispinal\": \"azụ azụ\",\n    \"dorsiventral\": \"azụ azụ\",\n    \"dorsiventrality\": \"nkwụsị\",\n    \"dorsiventrally\": \"dorsive n'ụzọ nkịtị\",\n    \"dorsoabdominal\": \"okpokoro\",\n    \"dorsoanterior\": \"mbido\",\n    \"dorsoapical\": \"mbido\",\n    \"dorsocaudal\": \"Ndokwa\",\n    \"dorsocentral\": \"okpokoro\",\n    \"dorsocephalad\": \"ndozi\",\n    \"dorsointestinal\": \"nsị\",\n    \"dorsomedial\": \"mbibi\",\n    \"dorsomedian\": \"Dorsomedian\",\n    \"dorsomesal\": \"mbibi\",\n    \"dorsopleural\": \"ebelebe\",\n    \"dorsoposterior\": \"mgbachi\",\n    \"dorsoradial\": \"Dorsoradial\",\n    \"dorsosternal\": \"Ndokwa\",\n    \"dorsoventrad\": \"Ogbelu\",\n    \"dorsoventral\": \"mbido\",\n    \"dorsoventrality\": \"mbido ụzọ\",\n    \"dorsum\": \"akwara\",\n    \"dortiness\": \"Ura\",\n    \"dortiship\": \"Dortiship\",\n    \"dorts\": \"ndozi\",\n    \"doruck\": \"Doruck\",\n    \"dos\": \"usoro\",\n    \"dosadh\": \"adda\",\n    \"dosage\": \"usoro onunu ogwu\",\n    \"dosages\": \"usoro onunu ogwu\",\n    \"dosimeter\": \"dosimita\",\n    \"dosimeters\": \"ihe onyonyo\",\n    \"dosimetry\": \"usoro\",\n    \"dosimetric\": \"usoro\",\n    \"dosimetries\": \"usoro\",\n    \"dosiology\": \"usoro\",\n    \"dosis\": \"ntughari\",\n    \"dositheans\": \"ndozi\",\n    \"dossal\": \"ebibi\",\n    \"dossals\": \"dossal\",\n    \"dossed\": \"gbanwere\",\n    \"dossel\": \"ghachaa\",\n    \"dossels\": \"ahịhịa\",\n    \"dosser\": \"ihe ojoo\",\n    \"dossers\": \"ndi nzu\",\n    \"dosses\": \"ihe\",\n    \"dossety\": \"ịdị uchu\",\n    \"dosshouse\": \"ulo abuo\",\n    \"dossy\": \"onwu\",\n    \"dossil\": \"fosil\",\n    \"dossils\": \"fosili\",\n    \"dossing\": \"na-eme\",\n    \"dossman\": \"dssman\",\n    \"dossmen\": \"dssman\",\n    \"dost\": \"igodo\",\n    \"dot\": \"ntụpọ\",\n    \"dotages\": \"ntụpọ\",\n    \"dotations\": \"ntụpọ\",\n    \"doted\": \"agụụ\",\n    \"dotes\": \"amaokwu\",\n    \"doth\": \"na-eme\",\n    \"dother\": \"oyi\",\n    \"dothideaceous\": \"Onyedikachukwu\",\n    \"dothideales\": \"Onyekwere\",\n    \"dothidella\": \"nwakpo\",\n    \"doty\": \"dị\",\n    \"doting\": \"na-ede\",\n    \"dotingly\": \"otingbụ\",\n    \"dotingness\": \"agụụ\",\n    \"dotless\": \"enweghị ntụpọ\",\n    \"dots\": \"ntụpọ\",\n    \"dottard\": \"Obibi\",\n    \"dotted\": \"ntụpọ\",\n    \"dottedness\": \"ntụpọ\",\n    \"dotterels\": \"dotterel\",\n    \"dottier\": \"dotter\",\n    \"dottily\": \"dott\",\n    \"dottiness\": \"ọmarịcha\",\n    \"dottles\": \"dott les\",\n    \"dottling\": \"Dotting\",\n    \"dottore\": \"okpokoro\",\n    \"dottrel\": \"dotterel\",\n    \"dottrels\": \"dotterel\",\n    \"doub\": \"nwee obi abụọ\",\n    \"double\": \"abuo\",\n    \"doubled\": \"okpukpu abụọ\",\n    \"doubledamn\": \"Ugboro abụọ\",\n    \"doubleganger\": \"Ugboro abụọ\",\n    \"doublegear\": \"okpukpu abụọ\",\n    \"doublehanded\": \"abụọ\",\n    \"doublehandedly\": \"ugboro abụọ\",\n    \"doublehandedness\": \"Ugboro abụọ\",\n    \"doublehatching\": \"Ugboro abụọ\",\n    \"doubleheader\": \"okpukpu abụọ\",\n    \"doubleheaders\": \"okpukpu abụọ\",\n    \"doublehearted\": \"obi abuo\",\n    \"doubleheartedness\": \"obi abua\",\n    \"doublehorned\": \"okpukpu abụọ\",\n    \"doublehung\": \"Ugboro abụọ\",\n    \"doubleyou\": \"Enweela\",\n    \"doubleleaf\": \"Ugboro abụọ\",\n    \"doublelunged\": \"Ugboro abụọ\",\n    \"doubleness\": \"okpukpu abụọ\",\n    \"doubleprecision\": \"ọnụọgụ abụọ\",\n    \"doubler\": \"Ugboro abụọ\",\n    \"doublers\": \"abụọ\",\n    \"doubles\": \"abuo\",\n    \"doublespeak\": \"Ugboro abụọ\",\n    \"doublet\": \"okpukpu abụọ\",\n    \"doubleted\": \"okpukpu abụọ\",\n    \"doublethink\": \"Ugboro abụọ\",\n    \"doublethinking\": \"echekwara\",\n    \"doublethought\": \"Ugboro abụọ\",\n    \"doubleton\": \"Ugboro abụọ\",\n    \"doubletone\": \"okpukpu abụọ\",\n    \"doubletree\": \"okpukpu abụọ\",\n    \"doublets\": \"Ugboro abụọ\",\n    \"doublette\": \"okpukpu abụọ\",\n    \"doublewidth\": \"ọnụọgụ abụọ\",\n    \"doubleword\": \"Ugboro abụọ\",\n    \"doublewords\": \"Okwu abuo\",\n    \"doubly\": \"ugboro abụọ\",\n    \"doubling\": \"abụọ\",\n    \"doubloon\": \"Ugboro abụọ\",\n    \"doubloons\": \"abụọ\",\n    \"doublure\": \"ntughari\",\n    \"doublures\": \"Ugboro abụọ\",\n    \"doubt\": \"enwe obi abụọ\",\n    \"doubtable\": \"enweghi obi abụọ\",\n    \"doubtably\": \"agbagha\",\n    \"doubtance\": \"enweghị obi abụọ\",\n    \"doubted\": \"nwere obi abụọ\",\n    \"doubtedly\": \"Obi abụọ\",\n    \"doubter\": \"onye nwere obi abụọ\",\n    \"doubters\": \"ndị nwere obi abụọ\",\n    \"doubtful\": \"echeghi\",\n    \"doubtfully\": \"echeghị\",\n    \"doubtfulness\": \"enweghị obi abụọ\",\n    \"doubty\": \"inwe obi abụọ\",\n    \"doubting\": \"enwe obi abụọ\",\n    \"doubtingly\": \"inwe obi abụọ\",\n    \"doubtingness\": \"obi abụọ\",\n    \"doubtless\": \"n’enweghị mgbagha\",\n    \"doubtlessly\": \"n'enweghị obi abụọ\",\n    \"doubtlessness\": \"enweghị obi abụọ\",\n    \"doubtmonger\": \"Obi abụọ\",\n    \"doubtous\": \"abụọ\",\n    \"doubts\": \"inwe obi abụọ\",\n    \"doubtsome\": \"nwee obi abụọ\",\n    \"doucely\": \"doro anya\",\n    \"douceness\": \"ịdị ọcha\",\n    \"douching\": \"ichoro\",\n    \"doucker\": \"mkpọchi\",\n    \"doudle\": \"Uduak\",\n    \"doug\": \"igwu\",\n    \"dough\": \"mgwakota agwa\",\n    \"doughbelly\": \"Mgwakota agwa\",\n    \"doughbellies\": \"Mgwakota agwa\",\n    \"doughbird\": \"Mgwakota agwa\",\n    \"doughboy\": \"Nwoke\",\n    \"doughboys\": \"ụmụ nwoke\",\n    \"doughface\": \"Mgwakota agwa\",\n    \"doughfaceism\": \"Mgwakota agwa\",\n    \"doughfeet\": \"Mgwakota agwa\",\n    \"doughfoot\": \"fokwụ\",\n    \"doughfoots\": \"akpụkpọ ụkwụ\",\n    \"doughhead\": \"isi nri\",\n    \"doughy\": \"mgwakota agwa\",\n    \"doughier\": \"mmeghari\",\n    \"doughiest\": \"inogide\",\n    \"doughiness\": \"ike gwụrụ\",\n    \"doughlike\": \"ntụ ọka\",\n    \"doughmaker\": \"onye na-eme mgwakota agwa\",\n    \"doughmaking\": \"Ime achịcha\",\n    \"doughman\": \"Nwoke\",\n    \"doughmen\": \"Nwoke\",\n    \"doughnut\": \"donọ\",\n    \"doughnuts\": \"donuts\",\n    \"doughs\": \"mgwakota agwa\",\n    \"dought\": \"mere\",\n    \"doughty\": \"mpako\",\n    \"doughtier\": \"ada\",\n    \"doughtiest\": \"Mgwakota agwa\",\n    \"doughtily\": \"ime ihe\",\n    \"doughtiness\": \"ịdị ọcha\",\n    \"doundake\": \"ebili\",\n    \"doup\": \"dopu\",\n    \"doura\": \"dora\",\n    \"dourah\": \"doura\",\n    \"dourness\": \"udo\",\n    \"dournesses\": \"Okwute\",\n    \"douser\": \"onye ike\",\n    \"dousers\": \"ndị na-akọ ihe\",\n    \"douses\": \"dous\",\n    \"dousing\": \"ihe egwuregwu\",\n    \"douter\": \"okwute\",\n    \"doux\": \"dọọ\",\n    \"douzaines\": \"dozynaz\",\n    \"dove\": \"nduru\",\n    \"dovecot\": \"dovecote\",\n    \"dovecotes\": \"dovecote\",\n    \"dovecots\": \"dovecote\",\n    \"doveflower\": \"nduru\",\n    \"dovefoot\": \"nduru ụkwụ\",\n    \"dovehouse\": \"nduru\",\n    \"dovey\": \"doei\",\n    \"dovekey\": \"nduru\",\n    \"dovekeys\": \"nduru\",\n    \"dovekies\": \"nduru\",\n    \"dovelet\": \"nduru\",\n    \"dovelike\": \"nduru\",\n    \"dovelikeness\": \"nchoputa\",\n    \"doveling\": \"dovel\",\n    \"doven\": \"iri na iri\",\n    \"dovened\": \"etinyere\",\n    \"dovening\": \"ichekwa\",\n    \"dovens\": \"iri\",\n    \"doves\": \"nduru\",\n    \"dovetail\": \"nduru\",\n    \"dovetailed\": \"ndakpo\",\n    \"dovetailer\": \"nduru mmiri\",\n    \"dovetailing\": \"ndoli\",\n    \"dovetails\": \"nduru\",\n    \"doveweed\": \"nduru\",\n    \"dovewood\": \"nduru\",\n    \"dovish\": \"chọzie\",\n    \"dovishness\": \"ịma ihe\",\n    \"dowage\": \"nkwụsị\",\n    \"dowagers\": \"ndokwa\",\n    \"dowcet\": \"dowet\",\n    \"dowdier\": \"dowdi\",\n    \"dowdiest\": \"dowdeda\",\n    \"dowdyism\": \"isi ala\",\n    \"dowdiness\": \"isi ala\",\n    \"dowel\": \"Dowel\",\n    \"doweled\": \"agbada\",\n    \"doweling\": \"ịda\",\n    \"dowelled\": \"gbadara\",\n    \"dowelling\": \"ịda\",\n    \"dower\": \"ike\",\n    \"dowered\": \"gbadaara\",\n    \"dowery\": \"Ikechukwu\",\n    \"doweries\": \"Ikekwe\",\n    \"dowering\": \"ikekwe\",\n    \"dowerless\": \"ikekwe\",\n    \"dowhacky\": \"nsogbu\",\n    \"dowieism\": \"dowie ism\",\n    \"dowieite\": \"dowie\",\n    \"dowily\": \"dowy\",\n    \"dowiness\": \"ndahie\",\n    \"dowing\": \"nkwụsị\",\n    \"dowitch\": \"nkwụsị\",\n    \"dowitcher\": \"mgbada\",\n    \"dowitchers\": \"okpuru\",\n    \"dowl\": \"Dowl\",\n    \"dowlas\": \"enweghị isi\",\n    \"dowless\": \"enweghị isi\",\n    \"dowment\": \"nkwụsị\",\n    \"down\": \"ala\",\n    \"downbear\": \"gbadaa\",\n    \"downbeard\": \"gbadaa afụ ọnụ\",\n    \"downbeat\": \"mgbada\",\n    \"downbeats\": \"bekee\",\n    \"downbend\": \"gbadata\",\n    \"downbent\": \"gbadata\",\n    \"downby\": \"gbada\",\n    \"downbye\": \"gbadaa\",\n    \"downcast\": \"dị ala\",\n    \"downcastly\": \"mgbada\",\n    \"downcastness\": \"nkụda mmụọ\",\n    \"downcasts\": \"okpu\",\n    \"downcome\": \"mgbada\",\n    \"downcomer\": \"ihe ndozi\",\n    \"downcomes\": \"ndaputa\",\n    \"downcoming\": \"na-agbadata\",\n    \"downcourt\": \"agbada\",\n    \"downcry\": \"mkpu\",\n    \"downcried\": \"gbadata\",\n    \"downcrying\": \"na-agbadata\",\n    \"downcurve\": \"mgbada\",\n    \"downcurved\": \"gbadata\",\n    \"downcut\": \"gbutuo\",\n    \"downdale\": \"mgbada\",\n    \"downdraught\": \"downdrand\",\n    \"downed\": \"gbadata\",\n    \"downer\": \"gbada\",\n    \"downers\": \"ndịda\",\n    \"downface\": \"ihu ala\",\n    \"downfall\": \"ida\",\n    \"downfallen\": \"gbadara\",\n    \"downfalling\": \"na-agbada\",\n    \"downfalls\": \"ndudue\",\n    \"downfeed\": \"dara\",\n    \"downfield\": \"ala\",\n    \"downflow\": \"ida mmiri\",\n    \"downfold\": \"mgbada\",\n    \"downfolded\": \"gbadata\",\n    \"downgate\": \"wedata\",\n    \"downgyved\": \"downgy\",\n    \"downgoing\": \"na-agbadata\",\n    \"downgone\": \"gbadaala\",\n    \"downgrade\": \"wedata\",\n    \"downgraded\": \"wedata\",\n    \"downgrading\": \"agbada\",\n    \"downgrowth\": \"ndalata\",\n    \"downhanging\": \"agbada\",\n    \"downhaul\": \"mgbada\",\n    \"downhauls\": \"mgbada\",\n    \"downheaded\": \"gbadata ya\",\n    \"downhearted\": \"na-enwe nkụda mmụọ\",\n    \"downheartedly\": \"n’obi dara mbà\",\n    \"downheartedness\": \"nkụda mmụọ\",\n    \"downhill\": \"mgbada\",\n    \"downhills\": \"ugwu\",\n    \"downy\": \"agbada\",\n    \"downier\": \"agbada\",\n    \"downiest\": \"downeet\",\n    \"downily\": \"agbada\",\n    \"downiness\": \"iwe\",\n    \"downing\": \"agbada\",\n    \"downingia\": \"mgbada\",\n    \"downland\": \"ala\",\n    \"downless\": \"agbada\",\n    \"downlie\": \"gbadata\",\n    \"downlier\": \"gbadata\",\n    \"downligging\": \"mgbada\",\n    \"downlying\": \"na-agbada\",\n    \"downlike\": \"dị ala\",\n    \"downline\": \"gosi\",\n    \"downlink\": \"gbadata\",\n    \"downlinked\": \"gbadata\",\n    \"downlinking\": \"gbadata\",\n    \"downlinks\": \"mgbada\",\n    \"download\": \"budata\",\n    \"downloadable\": \"budata\",\n    \"downloaded\": \"ebudatara\",\n    \"downloading\": \"na-ebudata\",\n    \"downloads\": \"budata\",\n    \"downlooked\": \"eleghara anya\",\n    \"downlooker\": \"ihe nlere\",\n    \"downmost\": \"kasị ala\",\n    \"downness\": \"ala\",\n    \"downpipe\": \"mkpọda\",\n    \"downplay\": \"ihe ngosi\",\n    \"downplayed\": \"gosiputara\",\n    \"downplaying\": \"ntinye\",\n    \"downplays\": \"ihe ndozi\",\n    \"downpour\": \"mmiri ozuzo\",\n    \"downpouring\": \"mmiri ozuzo\",\n    \"downpours\": \"mmiri ozuzo\",\n    \"downrange\": \"wedata\",\n    \"downright\": \"kpam kpam\",\n    \"downrightly\": \"kpam kpam\",\n    \"downrightness\": \"ezi-okwu\",\n    \"downrush\": \"gbada\",\n    \"downrushing\": \"Ndidiana\",\n    \"downs\": \"gbadaa\",\n    \"downset\": \"mgbada\",\n    \"downshare\": \"gbadaa\",\n    \"downshifted\": \"gbadata\",\n    \"downshifting\": \"ndudue\",\n    \"downshifts\": \"ndagwurugwu\",\n    \"downshore\": \"ala\",\n    \"downside\": \"ihu ala\",\n    \"downsinking\": \"mgbada\",\n    \"downsitting\": \"na-agbadata\",\n    \"downsize\": \"belata\",\n    \"downsized\": \"wedata\",\n    \"downsizes\": \"na-agbada\",\n    \"downsizing\": \"na-agbada\",\n    \"downslide\": \"ndudue\",\n    \"downsliding\": \"iweda\",\n    \"downslip\": \"mgbada\",\n    \"downslope\": \"mgbada\",\n    \"downsman\": \"onye isi\",\n    \"downsome\": \"ihe nleda\",\n    \"downspout\": \"mmiri\",\n    \"downstage\": \"ala\",\n    \"downstair\": \"ndagwurugwu\",\n    \"downstairs\": \"n'ala\",\n    \"downstate\": \"ala ala\",\n    \"downstater\": \"ụlọ ala\",\n    \"downsteepy\": \"Ndidi\",\n    \"downstream\": \"mgbada\",\n    \"downstreet\": \"mgbada\",\n    \"downstroke\": \"ala\",\n    \"downstrokes\": \"ala ala\",\n    \"downswing\": \"na-agbada\",\n    \"downswings\": \"mgbada\",\n    \"downtake\": \"iweda\",\n    \"downthrow\": \"gbadata\",\n    \"downthrown\": \"gbadaala\",\n    \"downthrust\": \"ntụkwasị obi\",\n    \"downtown\": \"ogbe ndịda\",\n    \"downtowner\": \"ogbe ndịda\",\n    \"downtowns\": \"ogbe ndịda\",\n    \"downtrampling\": \"na-agbada\",\n    \"downtreading\": \"na-agbadata\",\n    \"downtrend\": \"gbadaala\",\n    \"downtrends\": \"gbadata\",\n    \"downtrod\": \"wedata\",\n    \"downtrodden\": \"emechu ihu\",\n    \"downtroddenness\": \"isi ike\",\n    \"downturn\": \"ndalata\",\n    \"downturned\": \"gbadara\",\n    \"downturns\": \"ndalata\",\n    \"downway\": \"gbadaala\",\n    \"downward\": \"mgbada\",\n    \"downwardly\": \"n'ala\",\n    \"downwardness\": \"ndalata\",\n    \"downwards\": \"ala\",\n    \"downwarp\": \"gbadaala\",\n    \"downwash\": \"mechie\",\n    \"downweed\": \"gbadata\",\n    \"downweigh\": \"gbadata\",\n    \"downweight\": \"dị arọ\",\n    \"downweighted\": \"felata\",\n    \"downwind\": \"gbada\",\n    \"downwith\": \"N'ihu\",\n    \"dowp\": \"Dowp\",\n    \"dowry\": \"dodow\",\n    \"dowries\": \"dodow\",\n    \"dowsed\": \"gbadoro\",\n    \"dowser\": \"dows\",\n    \"dowsers\": \"dows\",\n    \"dowset\": \"ọdịda\",\n    \"dowve\": \"dowe\",\n    \"doxa\": \"okwuu\",\n    \"doxasticon\": \"mmmmmmmmmmmm\",\n    \"doxographical\": \"uxographical\",\n    \"doxological\": \"uxochukwu\",\n    \"doxologizing\": \"doxologi\",\n    \"doze\": \"kpuru\",\n    \"dozed\": \"ụra\",\n    \"dozen\": \"iri na abuo\",\n    \"dozened\": \"gbarụọ\",\n    \"dozener\": \"iri na abuo\",\n    \"dozening\": \"na-egbu egbu\",\n    \"dozens\": \"iri\",\n    \"dozent\": \"ihe\",\n    \"dozenth\": \"nke iri na abụọ\",\n    \"dozenths\": \"Igha\",\n    \"dozers\": \"ndi ozo\",\n    \"dozes\": \"ụra\",\n    \"dozily\": \"n'ụzọ\",\n    \"doziness\": \"nkụzụ\",\n    \"dozinesses\": \"ọzịza\",\n    \"dozing\": \"na-ehi ụra\",\n    \"dozzled\": \"ihe ijuanya\",\n    \"drabant\": \"Onyekwere\",\n    \"drabbed\": \"dọrọ\",\n    \"drabber\": \"onye nzuzu\",\n    \"drabbing\": \"na-adọta\",\n    \"drabble\": \"blọ\",\n    \"drabbled\": \"dọrọ\",\n    \"drabbletail\": \"Ugboro abụọ\",\n    \"drabbletailed\": \"Okpokoro\",\n    \"drabbling\": \"na-adọkpụ\",\n    \"drably\": \"n'ike n'ike\",\n    \"drabnesses\": \"ụrọ\",\n    \"drachmas\": \"drakmas\",\n    \"drachms\": \"draksị\",\n    \"dracone\": \"dragon\",\n    \"draconically\": \"n'ụzọ doro anya\",\n    \"dracontine\": \"Ukwuu\",\n    \"dracontites\": \"nkwekọ\",\n    \"draegermen\": \"ndi nzuzu\",\n    \"draffiest\": \"Nke kachasị\",\n    \"draffs\": \"drags\",\n    \"draffsack\": \"dragsack\",\n    \"draft\": \"akwukwo\",\n    \"draftable\": \"ede\",\n    \"draftage\": \"drafter\",\n    \"drafted\": \"edepụtara\",\n    \"draftees\": \"ndị nduzi\",\n    \"drafters\": \"ndị na-ede akwụkwọ\",\n    \"drafty\": \"edepụtara\",\n    \"draftier\": \"Nke siri ike\",\n    \"draftiest\": \"Nke kachasị\",\n    \"draftily\": \"na-edepụta\",\n    \"draftiness\": \"nkọwa\",\n    \"drafting\": \"na-edepụta\",\n    \"draftings\": \"Nhazi\",\n    \"draftman\": \"na-edepụta\",\n    \"draftmanship\": \"nka\",\n    \"draftproof\": \"ede\",\n    \"draftsman\": \"onye omenkà\",\n    \"draftsmanship\": \"nka\",\n    \"draftsmen\": \"ndị omenkà\",\n    \"draftsperson\": \"onye na-ede ihe\",\n    \"draftswoman\": \"nwanyi\",\n    \"draftswomanship\": \"nwanyi\",\n    \"draftwoman\": \"Nwanyị nwanyị\",\n    \"drag\": \"ikpuru\",\n    \"dragade\": \"ichi\",\n    \"dragged\": \"dọkpụrụ\",\n    \"dragger\": \"drawer\",\n    \"draggers\": \"ndị na-adọkpụ\",\n    \"draggy\": \"Dragị\",\n    \"draggily\": \"dragily\",\n    \"dragginess\": \"Draginess\",\n    \"dragging\": \"na-adọkpụ\",\n    \"draggingly\": \"dragingly\",\n    \"draggle\": \"dọkpụrụ\",\n    \"draggled\": \"dọkpụrụ\",\n    \"draggles\": \"dragles\",\n    \"draggletail\": \"Dragletail\",\n    \"draggletailed\": \"dọkpụrụ\",\n    \"draggletailedly\": \"Ighagbula\",\n    \"draggletailedness\": \"Ndagwurugwu\",\n    \"draggly\": \"dọkpụrụ\",\n    \"draggling\": \"na-adọkpụgharị\",\n    \"dragline\": \"Dere na\",\n    \"draglines\": \"Ogologo\",\n    \"dragman\": \"onye na-adọkpụ\",\n    \"dragnet\": \"ụgbụ\",\n    \"dragnets\": \"ụgbụ\",\n    \"dragomanate\": \"Ndidi\",\n    \"dragomanic\": \"Ndidi\",\n    \"dragomanish\": \"Ndidi\",\n    \"dragomans\": \"Dragans\",\n    \"dragomen\": \"adighi ike\",\n    \"dragonesque\": \"Ogologo\",\n    \"dragonlike\": \"dragon yiri\",\n    \"dragons\": \"dragọn\",\n    \"dragoons\": \"dragoon\",\n    \"dragrope\": \"Draịpe\",\n    \"dragsaw\": \"Drasaw\",\n    \"dragsawing\": \"Drasawing\",\n    \"dragstaff\": \"Ogologo\",\n    \"dragster\": \"draja\",\n    \"dragsters\": \"nkwoji\",\n    \"dray\": \"agba\",\n    \"drayed\": \"gbara\",\n    \"draying\": \"na-acha ọcha\",\n    \"drail\": \"derail\",\n    \"drailed\": \"Emebiri\",\n    \"drailing\": \"mkpọpu ala\",\n    \"drails\": \"kporopu\",\n    \"draymen\": \"ndi nkiti\",\n    \"drain\": \"igbapu\",\n    \"drainable\": \"igbapu mmiri\",\n    \"drainage\": \"igbapu mmiri\",\n    \"drainages\": \"igbapu mmiri\",\n    \"drainageway\": \"uzo mmiri\",\n    \"drainboard\": \"igbapu mmiri\",\n    \"draine\": \"igbapu\",\n    \"drained\": \"kpochapu\",\n    \"drainer\": \"drawer\",\n    \"drainerman\": \"nwoke drainer\",\n    \"drainermen\": \"ụmụ nwoke drainer\",\n    \"drainers\": \"drawer\",\n    \"drainfield\": \"olulu mmiri\",\n    \"draining\": \"igbapu mmiri\",\n    \"drainless\": \"enweghị mmiri\",\n    \"drainman\": \"igbapu mmiri\",\n    \"drainpipe\": \"igbapu mmiri\",\n    \"drainpipes\": \"ọkpọkọ mmiri\",\n    \"drains\": \"uzo\",\n    \"drainspout\": \"mmiri\",\n    \"draintile\": \"igbapu tile\",\n    \"drainway\": \"uzo mmiri\",\n    \"dram\": \"ejije\",\n    \"drama\": \"ejije\",\n    \"dramalogue\": \"ihe nkiri\",\n    \"dramamine\": \"ihe nkiri\",\n    \"dramas\": \"ejije\",\n    \"dramatic\": \"dị ịrịba ama\",\n    \"dramatical\": \"Dị ịrịba ama\",\n    \"dramatically\": \"n'ụzọ dị egwu\",\n    \"dramaticism\": \"dị egwu\",\n    \"dramaticle\": \"drama\",\n    \"dramatics\": \"ejije\",\n    \"dramaticule\": \"ihe omimi\",\n    \"dramatis\": \"ihe nkiri\",\n    \"dramatisable\": \"Ihe ngosi\",\n    \"dramatise\": \"gosipụta\",\n    \"dramatised\": \"Ihe nkiri\",\n    \"dramatiser\": \"onye nkiri\",\n    \"dramatising\": \"na-eme ihe nkiri\",\n    \"dramatism\": \"ihe nkiri\",\n    \"dramatist\": \"onye nkiri\",\n    \"dramatists\": \"ndị na-eme ihe nkiri\",\n    \"dramatizable\": \"Ihe ngosi\",\n    \"dramatization\": \"Ihe nkiri\",\n    \"dramatizations\": \"ihe ngosi\",\n    \"dramatize\": \"gosipụta\",\n    \"dramatized\": \"Ihe nkiri\",\n    \"dramatizer\": \"onye nkiri\",\n    \"dramatizes\": \"na-eme ihe ngosi\",\n    \"dramatizing\": \"Na-eme ihe ngosi\",\n    \"dramaturge\": \"ihe nkiri\",\n    \"dramaturgy\": \"ihe nkiri\",\n    \"dramaturgic\": \"ihe nkiri\",\n    \"dramaturgical\": \"Ihe nkiri\",\n    \"dramaturgically\": \"n'ụzọ dị egwu\",\n    \"dramaturgist\": \"onye nkiri\",\n    \"dramm\": \"ihe nkiri\",\n    \"drammach\": \"ihe nkiri\",\n    \"drammage\": \"ihe nkiri\",\n    \"dramme\": \"ihe nkiri\",\n    \"drammed\": \"ihe nkiri\",\n    \"drammer\": \"Ihe nkiri\",\n    \"dramming\": \"dị egwu\",\n    \"drammock\": \"ihe nkiri\",\n    \"drammocks\": \"ihe nkiri\",\n    \"dramseller\": \"draịram\",\n    \"drank\": \"drankụọ ihe ọ .ụ .ụ\",\n    \"draperied\": \"Nkechi\",\n    \"draperies\": \"draper\",\n    \"drapers\": \"draper\",\n    \"drapet\": \"drape\",\n    \"drapping\": \"draping\",\n    \"drastic\": \"kpụ ọkụ n'ọnụ\",\n    \"drastically\": \"nke ukwuu\",\n    \"drat\": \"Ugochukwu\",\n    \"dratchell\": \"chukwunonso\",\n    \"drats\": \"duru\",\n    \"dratted\": \"Egburu\",\n    \"dratting\": \"na-agbadata\",\n    \"draught\": \"akwukwo\",\n    \"draughtboard\": \"draịbọt\",\n    \"draughted\": \"dọrọ\",\n    \"draughter\": \"ada\",\n    \"draughthouse\": \"ụlọ obibi\",\n    \"draughty\": \"Nkechi\",\n    \"draughtily\": \"n'ike n'ike\",\n    \"draughtiness\": \"draughiness\",\n    \"draughting\": \"na-achọ\",\n    \"draughtman\": \"onye omenkà\",\n    \"draughtmanship\": \"draughtsmanship\",\n    \"draughts\": \"drafts\",\n    \"draughtsman\": \"onye omenkà\",\n    \"drave\": \"duo\",\n    \"dravidian\": \"Nkechi\",\n    \"dravidic\": \"doro anya\",\n    \"dravite\": \"enweta\",\n    \"draw\": \"see\",\n    \"drawability\": \"nkwere\",\n    \"drawable\": \"sere\",\n    \"drawback\": \"nzaghachi\",\n    \"drawbacks\": \"ndọghachi azụ\",\n    \"drawbench\": \"Ebelebe\",\n    \"drawboard\": \"ihe nlere\",\n    \"drawboy\": \"Nwa nwoke\",\n    \"drawbolt\": \"osisi\",\n    \"drawbore\": \"obubu\",\n    \"drawbored\": \"enwetatụbeghị\",\n    \"drawbores\": \"ọbịbịa\",\n    \"drawboring\": \"na-adọta\",\n    \"drawbridge\": \"drabridge\",\n    \"drawbridges\": \"adọ adọ\",\n    \"drawcansir\": \"Nkechi\",\n    \"drawcard\": \"ise\",\n    \"drawcut\": \"yanke\",\n    \"drawdown\": \"Ndokwa\",\n    \"drawdowns\": \"Ndọtị\",\n    \"drawerful\": \"drọwa\",\n    \"drawers\": \"drawer\",\n    \"drawfile\": \"Ihe ngosi\",\n    \"drawfiling\": \"na-adọrọ adọrọ\",\n    \"drawgate\": \"ihe osise\",\n    \"drawglove\": \"see aka\",\n    \"drawhead\": \"see isi\",\n    \"drawhorse\": \"see ịnyịnya\",\n    \"drawing\": \"na-eru\",\n    \"drawings\": \"Eserese\",\n    \"drawk\": \"Dọrọ\",\n    \"drawknife\": \"ihe osise\",\n    \"drawknives\": \"ihe osise\",\n    \"drawknot\": \"see eriri\",\n    \"drawl\": \"Dọrọ\",\n    \"drawlatch\": \"see latch\",\n    \"drawled\": \"dọọrọ\",\n    \"drawler\": \"Ihe Ntinye\",\n    \"drawlers\": \"Ndị na-adọta ihe\",\n    \"drawly\": \"buru\",\n    \"drawlier\": \"dọwa\",\n    \"drawliest\": \"na-adọta\",\n    \"drawling\": \"Ihe osise\",\n    \"drawlingly\": \"na-adọrọ mmasị\",\n    \"drawlingness\": \"na-adọ adọ\",\n    \"drawlink\": \"Drawlink\",\n    \"drawloom\": \"Ebele\",\n    \"drawls\": \"atọ\",\n    \"drawn\": \"dọtara\",\n    \"drawnet\": \"adọrọ\",\n    \"drawnly\": \"mmasị\",\n    \"drawnness\": \"na-adọrọ\",\n    \"drawnwork\": \"ihe osise\",\n    \"drawout\": \"Drawout\",\n    \"drawpoint\": \"uche\",\n    \"drawrod\": \"Ndidi\",\n    \"draws\": \"na-adọta\",\n    \"drawshave\": \"serehave\",\n    \"drawsheet\": \"ihe osise\",\n    \"drawspan\": \"Drawpan\",\n    \"drawspring\": \"Ihe osise\",\n    \"drawstop\": \"Ochie\",\n    \"drawstring\": \"eriri\",\n    \"drawstrings\": \"eriri\",\n    \"drawtongs\": \"osisi dratong\",\n    \"drawtube\": \"Drawtube\",\n    \"drch\": \"nkị\",\n    \"dread\": \"ụjọ\",\n    \"dreadable\": \"egwu\",\n    \"dreaded\": \"egwu\",\n    \"dreader\": \"egwu\",\n    \"dreadful\": \"egwu\",\n    \"dreadfully\": \"Egwu\",\n    \"dreadfulness\": \"Egwu\",\n    \"dreadfuls\": \"egwu\",\n    \"dreading\": \"egwu\",\n    \"dreadingly\": \"n'atụ ụjọ\",\n    \"dreadless\": \"egwu\",\n    \"dreadlessly\": \"n'atụghị ụjọ\",\n    \"dreadlessness\": \"enweghị atụ\",\n    \"dreadly\": \"egwu\",\n    \"dreadnaught\": \"egwu\",\n    \"dreadness\": \"ụjọ\",\n    \"dreadnought\": \"oke ụjọ\",\n    \"dreads\": \"Egwu\",\n    \"dream\": \"nrọ\",\n    \"dreamage\": \"nrọ\",\n    \"dreamboat\": \"ụgbọ mmiri\",\n    \"dreamed\": \"rọrọ\",\n    \"dreamer\": \"onye rọrọ nrọ\",\n    \"dreamery\": \"nrọ\",\n    \"dreamers\": \"ndị nrọ\",\n    \"dreamful\": \"rọrọ nrọ\",\n    \"dreamfully\": \"na nro\",\n    \"dreamfulness\": \"nrọ\",\n    \"dreamhole\": \"nrọ\",\n    \"dreamy\": \"rọrọ nrọ\",\n    \"dreamier\": \"onyeka onwenu\",\n    \"dreamiest\": \"kachasị\",\n    \"dreamily\": \"na nro\",\n    \"dreaminess\": \"nrọ\",\n    \"dreaming\": \"na-arọ nrọ\",\n    \"dreamingful\": \"na-arọ nrọ\",\n    \"dreamingly\": \"na-arọ nrọ\",\n    \"dreamish\": \"rọọ nrọ\",\n    \"dreamland\": \"ala nrọ\",\n    \"dreamless\": \"enweghị nrọ\",\n    \"dreamlessly\": \"n'ileghị anya\",\n    \"dreamlessness\": \"enweghị nrọ\",\n    \"dreamlet\": \"nro\",\n    \"dreamlike\": \"dị ka nrọ\",\n    \"dreamlikeness\": \"dị ka nrọ\",\n    \"dreamlit\": \"nro\",\n    \"dreamlore\": \"nrọ\",\n    \"dreams\": \"nrọ\",\n    \"dreamscape\": \"ochicho nrọ\",\n    \"dreamsy\": \"nrọ\",\n    \"dreamsily\": \"na nrọ\",\n    \"dreamsiness\": \"nrọ\",\n    \"dreamt\": \"rọrọ\",\n    \"dreamtide\": \"nro\",\n    \"dreamtime\": \"oge nro\",\n    \"dreamwhile\": \"nrọ\",\n    \"dreamwise\": \"na nrọ\",\n    \"dreamworld\": \"ụwa dị egwu\",\n    \"drearfully\": \"Jiri obi ụtọ\",\n    \"dreary\": \"na-eche\",\n    \"drearies\": \"na-eche\",\n    \"drearily\": \"n'echere\",\n    \"dreariment\": \"ọarụ\",\n    \"dreariness\": \"agụụ\",\n    \"drearing\": \"na-agụ agụụ\",\n    \"drearisome\": \"diarisome\",\n    \"drearisomely\": \"echekwara\",\n    \"drearisomeness\": \"icharo\",\n    \"drearly\": \"rie\",\n    \"drearness\": \"Ọchịchọ\",\n    \"dreck\": \"Doki\",\n    \"drecks\": \"na-eche\",\n    \"dredged\": \"dred\",\n    \"dredger\": \"Dredger\",\n    \"dredgers\": \"ogbe\",\n    \"dredging\": \"Na-egwu mmiri\",\n    \"dreed\": \"Nri\",\n    \"dreegh\": \"nnweta\",\n    \"dreeing\": \"Udo\",\n    \"dreepiness\": \"njuputa\",\n    \"drees\": \"Osisi\",\n    \"dreggy\": \"ọria\",\n    \"dreggily\": \"n'udo\",\n    \"dregginess\": \"ndaghari\",\n    \"dreggish\": \"unyi\",\n    \"dregless\": \"ghara ịdị uchu\",\n    \"dregs\": \"mmiri\",\n    \"drey\": \"agba\",\n    \"dreich\": \"eche\",\n    \"dreidel\": \"Ikenna\",\n    \"dreidels\": \"ndiigbo\",\n    \"dreidl\": \"idnye\",\n    \"dreidls\": \"na-eche\",\n    \"dreikanters\": \"ndiegwu\",\n    \"dreiling\": \"na-arọ nrọ\",\n    \"dreynt\": \"Adaeze\",\n    \"dreissiger\": \"dicissiger\",\n    \"drek\": \"Dọk\",\n    \"dreks\": \"nrọ\",\n    \"drench\": \"mmiri\",\n    \"drenched\": \"dee ya mmiri\",\n    \"drencher\": \"Mmiri\",\n    \"drenchers\": \"Mmiri\",\n    \"drenches\": \"Mmiri\",\n    \"drenching\": \"na-akụ mmiri\",\n    \"drenchingly\": \"Na-agba ume\",\n    \"dreng\": \"dọọ\",\n    \"drengage\": \"ichoro\",\n    \"drengh\": \"nwngh\",\n    \"drent\": \"mmiri\",\n    \"drepanaspis\": \"ndiigbo\",\n    \"drepanid\": \"icha\",\n    \"drepaniform\": \"ọrịre\",\n    \"drepanis\": \"ndiigbo\",\n    \"drepanoid\": \"ndiegwu\",\n    \"dress\": \"uwe\",\n    \"dressage\": \"Uwe\",\n    \"dressages\": \"uwe\",\n    \"dressed\": \"yi uwe\",\n    \"dresser\": \"eji akwa\",\n    \"dressers\": \"Ndị na-akwa akwa\",\n    \"dressership\": \"Uwe hip\",\n    \"dresses\": \"Uwe\",\n    \"dressy\": \"Uwe\",\n    \"dressier\": \"uwe\",\n    \"dressily\": \"eji ejiji\",\n    \"dressiness\": \"ejiji\",\n    \"dressing\": \"mgbakwasa\",\n    \"dressings\": \"Uwe ejiji\",\n    \"dressline\": \"akwa akwa\",\n    \"dressmake\": \"onye na-akwa akwa\",\n    \"dressmaker\": \"onye na-akwa akwa\",\n    \"dressmakery\": \"onye na-akwa akwa\",\n    \"dressmakers\": \"ndị na-eji ejiji\",\n    \"dressmakership\": \"ụlọ ahịa akwa\",\n    \"dressmaking\": \"eji ejiji\",\n    \"dressoirs\": \"nri abalị\",\n    \"drevel\": \"dọọvel\",\n    \"drew\": \"sere\",\n    \"drewite\": \"dọba\",\n    \"dry\": \"kpọrọ nkụ\",\n    \"dryable\": \"ọkụ ọkụ\",\n    \"dryad\": \"Nwachukwu\",\n    \"dryadic\": \"mmmmmmmmmmmm\",\n    \"dryads\": \"nkụ\",\n    \"dryas\": \"Okechukwu\",\n    \"dryasdust\": \"Okechukwu Ikeduru\",\n    \"dribbing\": \"Dribbling\",\n    \"dribbles\": \"dribble\",\n    \"dribblet\": \"dribble\",\n    \"dribblets\": \"dribble\",\n    \"dribbling\": \"Dribbling\",\n    \"drybeard\": \"akọrọ\",\n    \"driblet\": \"Oyibo\",\n    \"driblets\": \"okpokoro\",\n    \"drybrained\": \"akọrọ\",\n    \"drybrush\": \"akpọnwụ\",\n    \"drycoal\": \"akọrọ\",\n    \"dridder\": \"okporo\",\n    \"drydenian\": \"akpọnwụ\",\n    \"drydenism\": \"akpọnwụ\",\n    \"drie\": \"kpoo\",\n    \"driech\": \"okpokoro\",\n    \"dried\": \"Fikiere\",\n    \"driegh\": \"Ugochukwu\",\n    \"drier\": \"ntu oyi\",\n    \"dryer\": \"draya\",\n    \"drierman\": \"onye nlekọta\",\n    \"dryerman\": \"draya\",\n    \"dryermen\": \"ndị kpọrọ nkụ\",\n    \"driers\": \"Ugboro\",\n    \"dryers\": \"ndị kpọrọ nkụ\",\n    \"driest\": \"kporo nku\",\n    \"dryest\": \"Ikechi\",\n    \"dryfarm\": \"akọrọ\",\n    \"dryfarmer\": \"akọrọ\",\n    \"dryfat\": \"akọrọ\",\n    \"dryfist\": \"akọrọ\",\n    \"dryfoot\": \"ọkpọ ụkwụ\",\n    \"drift\": \"ịkpafu\",\n    \"driftage\": \"ịkpafu\",\n    \"driftages\": \"ịkpafu\",\n    \"driftbolt\": \"Oyibo\",\n    \"drifted\": \"gbanye\",\n    \"drifters\": \"ndagharị\",\n    \"driftfish\": \"azụ azụ\",\n    \"driftfishes\": \"kpafuo\",\n    \"drifty\": \"kechie\",\n    \"driftiest\": \"nke kachasi ike\",\n    \"drifting\": \"na-amagharị\",\n    \"driftingly\": \"nwayọọ\",\n    \"driftland\": \"ala mmiri\",\n    \"driftless\": \"na-adịghị agbanwe agbanwe\",\n    \"driftlessness\": \"ịdị nwayọọ\",\n    \"driftlet\": \"kpafuo\",\n    \"driftman\": \"Onyekara\",\n    \"driftpiece\": \"Ogbe\",\n    \"driftpin\": \"akpafu\",\n    \"driftpins\": \"kpafuo\",\n    \"driftway\": \"uzo ozo\",\n    \"driftweed\": \"Ugochukwu\",\n    \"driftwind\": \"ngwa ngwa\",\n    \"driftwood\": \"Ugboku\",\n    \"drygoodsman\": \"akọrọ\",\n    \"dryhouse\": \"ụlọ akọrọ\",\n    \"drying\": \"ihicha\",\n    \"dryish\": \"kpoo\",\n    \"drily\": \"kpoo\",\n    \"dryly\": \"ọkpọọ\",\n    \"drill\": \"akuakuzinwo\",\n    \"drillbit\": \"mkpọpu ala\",\n    \"drilled\": \"gbapuru\",\n    \"driller\": \"Ihe ndozi\",\n    \"drillet\": \"Drillet\",\n    \"drilling\": \"mkpọpu ala\",\n    \"drillings\": \"mkpọpu ala\",\n    \"drillmaster\": \"Onye nkuzi\",\n    \"drills\": \"u\",\n    \"drillstock\": \"mkpọpu ala\",\n    \"drylot\": \"akọrọ\",\n    \"drylots\": \"akpọnwụ\",\n    \"drilvis\": \"Drilvis\",\n    \"dryness\": \"nkụ\",\n    \"drynesses\": \"akpọnwụ\",\n    \"drink\": \"ụọ ihe ọ .ụ .ụ\",\n    \"drinkability\": \"mmanya\",\n    \"drinkable\": \"na-a drinkụ\",\n    \"drinkableness\": \"mmanya\",\n    \"drinkables\": \"mmanya\",\n    \"drinkably\": \"na-aablyụ\",\n    \"drinker\": \"na-aerụ ihe ọ .ụ .ụ\",\n    \"drinkery\": \"ihe ọ drinkụ drinkụ\",\n    \"drinkers\": \"ndị na-a drinụ mmanya\",\n    \"drinky\": \"kyụọ mmanya\",\n    \"drinking\": \"na-a drinkingụ mmanya\",\n    \"drinkless\": \"enweghị mmanya\",\n    \"drinkproof\": \"mmanya na-a drinụ\",\n    \"drinks\": \"ụọ ihe ọ .ụ .ụ\",\n    \"drinn\": \"drinụọ\",\n    \"dryope\": \"okpokoro\",\n    \"dryopes\": \"nkpo\",\n    \"dryophyllum\": \"mmmmmmmmmmmmm\",\n    \"dryopians\": \"dọkịta\",\n    \"dryopithecid\": \"mmmmmmmmmmmmm\",\n    \"dryopithecine\": \"mmmmmmmmmmmmm\",\n    \"dryopithecus\": \"mmmmmmmmmmmmm\",\n    \"dryops\": \"nkụ\",\n    \"dryopteris\": \"mmmmmmmmmmmmm\",\n    \"drip\": \"ntapu\",\n    \"dripless\": \"okpokoro\",\n    \"drypoint\": \"akọrọ\",\n    \"drypoints\": \"akọrọ\",\n    \"drippage\": \"ntapu mmiri\",\n    \"dripped\": \"tụlee\",\n    \"drippy\": \"inyi\",\n    \"drippier\": \"nkesa\",\n    \"drippiest\": \"nke kachasi mmiri\",\n    \"dripping\": \"na-atasị\",\n    \"drippings\": \"igbapu\",\n    \"dripple\": \"ntapu\",\n    \"dripproof\": \"inyi\",\n    \"drips\": \"ntapu\",\n    \"dripstick\": \"ọkpọkọ\",\n    \"dripstone\": \"okpo mmiri\",\n    \"dript\": \"kporopu\",\n    \"dryrot\": \"akpọnwụ\",\n    \"drys\": \"asat\",\n    \"drysalter\": \"akọrọ\",\n    \"drysaltery\": \"akọrọ\",\n    \"drysalteries\": \"akọrọ\",\n    \"drisk\": \"chi ojiji\",\n    \"drysne\": \"Akọrọ\",\n    \"dryster\": \"akọrọ\",\n    \"dryth\": \"akpọnwụ\",\n    \"drivage\": \"igba mmiri\",\n    \"drive\": \"ụgbọala\",\n    \"driveable\": \"draịva\",\n    \"driveaway\": \"ụgbọala\",\n    \"driveboat\": \"ubom\",\n    \"drivebolt\": \"ụgbọala\",\n    \"drivehead\": \"akwọ ụgbọala\",\n    \"driveled\": \"ọkwọ ụgbọala\",\n    \"driveler\": \"ọkwọ ụgbọala\",\n    \"drivelers\": \"ndị na-anya ụgbọala\",\n    \"driveline\": \"okporo ụzọ\",\n    \"driveling\": \"na-agbapụ\",\n    \"drivelingly\": \"n'ụzọ dị omimi\",\n    \"drivelled\": \"gbanye\",\n    \"driveller\": \"Onye na-egbu ihe\",\n    \"drivellers\": \"ndị na-anya mmiri\",\n    \"drivelling\": \"okuku\",\n    \"drivellingly\": \"na-agbakwa\",\n    \"drivels\": \"ifa\",\n    \"driven\": \"chụpụrụ\",\n    \"drivenness\": \"ọkwọ ụgbọala\",\n    \"drivepipe\": \"draịpe\",\n    \"driver\": \"ọkwọ ụgbọ ala\",\n    \"driverless\": \"ọkwọ ụgbọala\",\n    \"drivers\": \"ọkwọ ụgbọala\",\n    \"drivership\": \"ọkwọ ụgbọala\",\n    \"drives\": \"draịva\",\n    \"drivescrew\": \"draịva\",\n    \"driveway\": \"okporo ụzọ\",\n    \"driveways\": \"okporo ụzọ\",\n    \"drivewell\": \"Ugboro abụọ\",\n    \"driving\": \"ịnya ụgbọ ala\",\n    \"drivingly\": \"na-akwọ ụgbọala\",\n    \"drywalls\": \"akọrọ\",\n    \"dryworker\": \"akọrọ\",\n    \"drizzle\": \"gbapuo\",\n    \"drizzled\": \"gbanye mmiri\",\n    \"drizzling\": \"na-agbapụ\",\n    \"drizzlingly\": \"na-egbu egbu\",\n    \"droddum\": \"mgbeogbe\",\n    \"drof\": \"nkuku\",\n    \"drofland\": \"nduku\",\n    \"drogerman\": \"nwa nwoke\",\n    \"drogermen\": \"ụmụ nwoke\",\n    \"drogh\": \"mmiri\",\n    \"drogher\": \"dicher\",\n    \"drogherman\": \"dicherman\",\n    \"droghlin\": \"Ugochukwu\",\n    \"drogoman\": \"Onyeji Ugwu\",\n    \"drogue\": \"ọnwu\",\n    \"drogues\": \"mmiri\",\n    \"droguet\": \"ogu\",\n    \"droich\": \"ọrịre\",\n    \"droil\": \"nwetakwa\",\n    \"droyl\": \"Egwu\",\n    \"droit\": \"inwu\",\n    \"droits\": \"mmiri\",\n    \"droitsman\": \"onye nzuzu\",\n    \"droiture\": \"nsị\",\n    \"droiturel\": \"nnuku\",\n    \"droll\": \"ada\",\n    \"drolled\": \"ada\",\n    \"drollest\": \"Ojuju\",\n    \"drolly\": \"ndoli\",\n    \"drolling\": \"na-agbada\",\n    \"drollingly\": \"na-agbada\",\n    \"drollish\": \"na-ada ada\",\n    \"drollishness\": \"ududo\",\n    \"drollist\": \"Onyegbula\",\n    \"drollness\": \"udummiri\",\n    \"drolls\": \"na-ada ada\",\n    \"drolushness\": \"Oyibo\",\n    \"drome\": \"Ndidi\",\n    \"dromed\": \"Dromed\",\n    \"dromedary\": \"Dromedary\",\n    \"dromedarian\": \"Nwoke\",\n    \"drometer\": \"dromita\",\n    \"dromiceius\": \"Chidinma\",\n    \"dromometer\": \"dromometa\",\n    \"dromon\": \"Dromon\",\n    \"dromonds\": \"dromọns\",\n    \"dromons\": \"dromọnụ\",\n    \"dromornis\": \"Ugochukwu\",\n    \"drona\": \"mmiri\",\n    \"dronepipe\": \"ọkpọkọ mmiri\",\n    \"dronet\": \"drone\",\n    \"droning\": \"Igha\",\n    \"droningly\": \"n'etu\",\n    \"dronishness\": \"nju-anya\",\n    \"drool\": \"ịnyịnya\",\n    \"drooling\": \"na-agbada\",\n    \"drools\": \"ure mmiri\",\n    \"drooping\": \"na-akụda\",\n    \"droopingly\": \"drooping\",\n    \"droopingness\": \"drooping\",\n    \"droopt\": \"durukpu\",\n    \"drop\": \"dobe\",\n    \"dropberry\": \"tụtụ\",\n    \"dropcloth\": \"da ákwà\",\n    \"dropflower\": \"Ọwa\",\n    \"dropforged\": \"dobe esorowo\",\n    \"dropforger\": \"dropforge\",\n    \"dropforging\": \"dobe anya\",\n    \"drophead\": \"mmiri ara ehi\",\n    \"dropheads\": \"ndokpu\",\n    \"dropkick\": \"Dọkkick\",\n    \"dropkicker\": \"Ihe anoghi\",\n    \"dropkicks\": \"Dọkịta\",\n    \"droplet\": \"nwa irighiri mmiri\",\n    \"droplets\": \"ihe ntụsa\",\n    \"droplight\": \"tụgharịa\",\n    \"droplike\": \"yiri\",\n    \"dropline\": \"dobe\",\n    \"dropling\": \"na-ada\",\n    \"dropman\": \"Dọkiman\",\n    \"dropmeal\": \"Ndaba\",\n    \"dropout\": \"dachapụ\",\n    \"dropouts\": \"ndaputa\",\n    \"droppage\": \"nsị\",\n    \"dropped\": \"ama esịn\",\n    \"dropper\": \"tụlee\",\n    \"dropperful\": \"na-atasị\",\n    \"droppers\": \"ndị na-atụ mmiri\",\n    \"droppy\": \"mmiri ara ehi\",\n    \"dropping\": \"idobe\",\n    \"droppingly\": \"na-ada\",\n    \"droppings\": \"nsị\",\n    \"drops\": \"tụlee\",\n    \"dropseed\": \"adabara\",\n    \"dropshot\": \"tụlee\",\n    \"dropshots\": \"tụlee\",\n    \"dropsy\": \"tụlee\",\n    \"dropsical\": \"tụlee\",\n    \"dropsically\": \"n'ụzọ zuru ezu\",\n    \"dropsicalness\": \"tụbọrọ\",\n    \"dropsied\": \"dapụrụ\",\n    \"dropsies\": \"tụlee\",\n    \"dropsywort\": \"tụlee mmiri\",\n    \"dropsonde\": \"tụlee\",\n    \"dropt\": \"na-adabaghi\",\n    \"dropwise\": \"tụgharịa\",\n    \"dropworm\": \"eburu\",\n    \"dropwort\": \"ndaba\",\n    \"dropworts\": \"nkedo\",\n    \"droschken\": \"Ogbe\",\n    \"droseraceous\": \"onye nzuzu\",\n    \"droshky\": \"Udochukwu\",\n    \"droshkies\": \"Ugochukwu\",\n    \"drosky\": \"Odibo\",\n    \"drosometer\": \"drosometa\",\n    \"drosophila\": \"ọrịre\",\n    \"drossed\": \"Diana\",\n    \"drosses\": \"Ugba\",\n    \"drossier\": \"Drossier\",\n    \"drossiness\": \"afụfụ\",\n    \"drossing\": \"na-agafe\",\n    \"drostden\": \"udiri\",\n    \"drostdy\": \"udiri\",\n    \"droud\": \"drou\",\n    \"droughermen\": \"ndi agu\",\n    \"drought\": \"unwu\",\n    \"droughty\": \"unwu\",\n    \"droughtier\": \"unwu\",\n    \"droughtiness\": \"unwu\",\n    \"droughts\": \"unwu ala\",\n    \"drouk\": \"ịnwụ\",\n    \"drouked\": \"amaara\",\n    \"drouket\": \"Ugboro abụọ\",\n    \"drouking\": \"na-egbu\",\n    \"droukit\": \"ịnwụ\",\n    \"drouks\": \"Ugochukwu\",\n    \"droumy\": \"izuzu\",\n    \"drouthy\": \"nzuzu\",\n    \"drouthiness\": \"nzuzu\",\n    \"drouths\": \"ihe nzuzu\",\n    \"drove\": \"ụgbọala\",\n    \"droved\": \"rie\",\n    \"drover\": \"onye ndu\",\n    \"drovers\": \"ndị na-elekọta mmadụ\",\n    \"droves\": \"ndị na-elekọta mmadụ\",\n    \"drovy\": \"ụgbọala\",\n    \"droving\": \"ịnya ụgbọ ala\",\n    \"drow\": \"nkuku\",\n    \"drown\": \"rie mmiri\",\n    \"drownd\": \"rie mmiri\",\n    \"drownded\": \"afọ juru\",\n    \"drownding\": \"Mgbidi\",\n    \"drownds\": \"mmiri riri\",\n    \"drowned\": \"rie mmiri\",\n    \"drowner\": \"mmiri riri\",\n    \"drowners\": \"mmiri\",\n    \"drowning\": \"mmiri iri\",\n    \"drowningly\": \"mmiri iri\",\n    \"drownings\": \"mmiri mmiri\",\n    \"drownproofing\": \"mmiri iri mmiri\",\n    \"drowns\": \"mmiri riri\",\n    \"drowse\": \"Drowse\",\n    \"drowsed\": \"rie\",\n    \"drowses\": \"mmiri ara\",\n    \"drowsy\": \"iro ụra\",\n    \"drowsier\": \"Onye ohi\",\n    \"drowsily\": \"ụra\",\n    \"drowsiness\": \"ụra\",\n    \"drowsing\": \"ụra\",\n    \"drowte\": \"nkuku\",\n    \"drubbed\": \"Ọkụ\",\n    \"drubber\": \"ntụpọ\",\n    \"drubbers\": \"kpakpando\",\n    \"drubbing\": \"mkpọpu\",\n    \"drubbings\": \"mkpọpu\",\n    \"drubble\": \"afụ\",\n    \"drubbly\": \"afụ\",\n    \"drubs\": \"ọgwụ ọjọọ\",\n    \"drudge\": \"Uchechukwu\",\n    \"drudged\": \"Uchechukwu\",\n    \"drudger\": \"Ọrụ agwụ\",\n    \"drudgery\": \"Ọrụ agwụ\",\n    \"drudgeries\": \"Ikechukwu\",\n    \"drudgers\": \"Ogwugwu\",\n    \"drudges\": \"Ugboro abụọ\",\n    \"drudging\": \"drgha\",\n    \"drudgingly\": \"Mgbe ochie\",\n    \"drudgism\": \"Ike Ọgwụ\",\n    \"druffen\": \"Druffen\",\n    \"drug\": \"ogwu\",\n    \"drugeteria\": \"eterlọ ọgwụ\",\n    \"drugge\": \"ogwu ogwu\",\n    \"drugged\": \"ogwu\",\n    \"drugger\": \"ogwu\",\n    \"druggery\": \"ogwu ogwu\",\n    \"druggeries\": \"ahịa ọgwụ\",\n    \"drugget\": \"ogwu ogwu\",\n    \"druggeting\": \"ịgetụ ọgwụ ọjọọ\",\n    \"druggets\": \"ọgwụ ọjọọ\",\n    \"druggy\": \"ogwu ogwu\",\n    \"druggier\": \"ogwu ogwu\",\n    \"druggiest\": \"ịgyụ ọgwụ St.\",\n    \"drugging\": \"ịgingụ ọgwụ ọjọọ\",\n    \"druggist\": \"dibia ogwu\",\n    \"druggister\": \"ogwo ogwu\",\n    \"druggists\": \"ndị ogwu\",\n    \"drugless\": \"enweghị ọgwụ\",\n    \"drugmaker\": \"onye na-eme ogwu\",\n    \"drugman\": \"ogwu ogwu\",\n    \"drugs\": \"ọgwụ ọjọọ\",\n    \"drugshop\": \"ebe ogwu\",\n    \"drugstore\": \"ụlọ ahịa ọgwụ\",\n    \"drugstores\": \"ụlọ ahịa ọgwụ\",\n    \"druidic\": \"Druidic\",\n    \"druidisms\": \"druidism\",\n    \"druidry\": \"Druidry\",\n    \"druith\": \"Druith\",\n    \"drum\": \"igba\",\n    \"drumbeat\": \"Ogba\",\n    \"drumbeater\": \"ọbeụ drumụ\",\n    \"drumbeating\": \"ịkụ aka\",\n    \"drumbeats\": \"begba okpu\",\n    \"drumble\": \"mkpọ\",\n    \"drumbled\": \"na-ada ụda\",\n    \"drumbledore\": \"ị .ụ ọgwụ\",\n    \"drumbler\": \"Ogbugba\",\n    \"drumbles\": \"mkpọtụ\",\n    \"drumbling\": \"ịgba mkpọ\",\n    \"drumfire\": \"ọkụ\",\n    \"drumfires\": \"ihe ọkụkụ\",\n    \"drumfish\": \"azu\",\n    \"drumfishes\": \"drumfish\",\n    \"drumhead\": \"ịba okpu\",\n    \"drumheads\": \"okpu\",\n    \"drumler\": \"duru igba\",\n    \"drumly\": \"rụọ\",\n    \"drumlier\": \"onye oturu\",\n    \"drumliest\": \"akacha\",\n    \"drumlike\": \"dị ka drum\",\n    \"drumlin\": \"drumin\",\n    \"drumline\": \"akụrụngwa\",\n    \"drumlinoid\": \"adakpokpu\",\n    \"drumlins\": \"okpu\",\n    \"drumloid\": \"a na-akpọ drumloid\",\n    \"drumloidal\": \"ịgba aka\",\n    \"drummed\": \"gbaa\",\n    \"drummer\": \"oku igba\",\n    \"drummers\": \"ndị na-akụ ọkpọ\",\n    \"drummy\": \"Dọm\",\n    \"drumming\": \"ịgba mkpọ\",\n    \"drummock\": \"mogba aka\",\n    \"drumread\": \"ịgba aka\",\n    \"drumreads\": \"mkpọ\",\n    \"drumroll\": \"rollgba mmiri\",\n    \"drumrolls\": \"egwu\",\n    \"drums\": \"mkpọ\",\n    \"drumskin\": \"mkpọ\",\n    \"drumslade\": \"mkpọ\",\n    \"drumsler\": \"onye na-agba agba\",\n    \"drumstick\": \"okpu\",\n    \"drumsticks\": \"okpu\",\n    \"drumwood\": \", osisi\",\n    \"drung\": \"kpoo\",\n    \"drungar\": \"olulu\",\n    \"drunk\": \"drunkụbiga mmanya ókè\",\n    \"drunkard\": \"mmanya na-egbu\",\n    \"drunkards\": \"ndị a drunkụrụma\",\n    \"drunken\": \"kenubiga mmanya oke\",\n    \"drunkeness\": \"mmanya\",\n    \"drunkenly\": \". dụbiga mmanya ókè\",\n    \"drunkenness\": \".ụbiga mmanya ókè\",\n    \"drunkensome\": \"na-egbu egbu\",\n    \"drunkenwise\": \".runụbiga mmanya ókè\",\n    \"drunker\": \"mmanya na-egbu egbu\",\n    \"drunkery\": \"mmanya\",\n    \"drunkeries\": \"mmanya na-egbu egbu\",\n    \"drunkest\": \"mmanya na egbu egbu\",\n    \"drunkly\": \".ụbiga mmanya ókè\",\n    \"drunks\": \"mmanya na-egbu\",\n    \"drunt\": \"mkpọpu ala\",\n    \"drupaceous\": \"Ogba\",\n    \"drupel\": \"Ogba\",\n    \"drupiferous\": \"na-egbu mmụọ\",\n    \"drury\": \"iku\",\n    \"druse\": \"kuo\",\n    \"drusean\": \"Dọkịta\",\n    \"drused\": \"Ọkụ\",\n    \"drusedom\": \"mmmmmmmmmmmm\",\n    \"druses\": \"Ihe nkuzi\",\n    \"drusy\": \"akpịrị\",\n    \"druther\": \"akpọnwụ\",\n    \"druthers\": \"ọkpọ\",\n    \"druttle\": \"drut\",\n    \"dsect\": \"okpokoro\",\n    \"dsects\": \"dseeji\",\n    \"dsname\": \"Aha otutu\",\n    \"dsnames\": \"Aha\",\n    \"dsp\": \"Nkeji\",\n    \"dtd\": \"Ikuku\",\n    \"dual\": \"abuo\",\n    \"dualism\": \"abụọ\",\n    \"dualisms\": \"ejima\",\n    \"dualist\": \"Udochukwu\",\n    \"dualistic\": \"abụọ\",\n    \"dualistically\": \"abụọ\",\n    \"dualists\": \"ejima\",\n    \"duality\": \"abuo\",\n    \"dualizes\": \"na-eche\",\n    \"dualizing\": \"na-achọ\",\n    \"dualmutef\": \"abuo\",\n    \"duals\": \"akwụkwọ\",\n    \"duarchy\": \"ọchịchị\",\n    \"duarchies\": \"duarchi\",\n    \"dubbed\": \"akpọrọ\",\n    \"dubbers\": \"ndị dubbers\",\n    \"dubbings\": \"dubings\",\n    \"dubiosity\": \"ịmata ihe\",\n    \"dubious\": \"enyo\",\n    \"dubiously\": \"n'echeghị echiche\",\n    \"dubiousness\": \"enyo\",\n    \"dubitancy\": \"ndaputa\",\n    \"dubitant\": \"onye dubitant\",\n    \"dubitate\": \"tụgharịa uche\",\n    \"dubitatingly\": \"dub dubing\",\n    \"dubitation\": \"mmegharị\",\n    \"dubitative\": \"Ntughari\",\n    \"dubitatively\": \"itdị dubitative\",\n    \"ducape\": \"ụzọ mgbapụ\",\n    \"duchesnea\": \"ọwaa\",\n    \"duchesslike\": \"duchess dị ka\",\n    \"duchies\": \"duchi\",\n    \"duci\": \"ọbọgwụ\",\n    \"duck\": \"ọbọgwụ\",\n    \"duckblind\": \"ọbọgwụ ọbọgwụ\",\n    \"duckboard\": \"ọbọgwụ\",\n    \"duckboards\": \"ogwe osisi\",\n    \"duckboat\": \"ụgbọ mmiri\",\n    \"ducked\": \"ọ .ụ\",\n    \"duckfoot\": \"ọbọgwụ ụkwụ\",\n    \"duckhearted\": \"obi adighi nma\",\n    \"duckhouse\": \"ulo akuku\",\n    \"ducklar\": \"ọbọgwụ\",\n    \"ducklet\": \"ọbọgwụ\",\n    \"duckmeat\": \"ọbọgwụ\",\n    \"duckpond\": \"ọdọ mmiri\",\n    \"ducks\": \"ọbọgwụ\",\n    \"duckstone\": \"okwute duck\",\n    \"ducktail\": \"ọbọgwụ\",\n    \"duckweed\": \"ọbọgwụ\",\n    \"duckwheat\": \"ọbọgwụ\",\n    \"duckwing\": \"ọbọgwụ\",\n    \"ducs\": \"duc\",\n    \"ductibility\": \"ductility\",\n    \"ductilely\": \"ductile\",\n    \"ductileness\": \"noun ductile\",\n    \"ductilimeter\": \"ductilomita\",\n    \"ductings\": \"ducting\",\n    \"duction\": \"ducted\",\n    \"ductless\": \"enweghị ductless\",\n    \"ducts\": \"duct\",\n    \"dud\": \"Ubochi\",\n    \"duddy\": \"Odibo\",\n    \"duddle\": \"muo\",\n    \"dudelsack\": \"Nwachukwu\",\n    \"dudes\": \"Dude\",\n    \"dudgen\": \"Dudgeon\",\n    \"dudgeon\": \"Dudgeon\",\n    \"dudine\": \"Dudine\",\n    \"dudish\": \"Dudish\",\n    \"dudishly\": \"Dudish\",\n    \"dudishness\": \"ịdị omimi\",\n    \"dudism\": \"dudeism\",\n    \"dudley\": \"Nwachukwu\",\n    \"dudleyite\": \"Nwachukwu\",\n    \"dudler\": \"Onye ndu\",\n    \"duds\": \"Dọd\",\n    \"due\": \"ruru\",\n    \"duecentist\": \"onye kwesiri\",\n    \"duecento\": \"kwesịrị\",\n    \"duecentos\": \"n'ihi\",\n    \"dueful\": \"kwesiri\",\n    \"dueled\": \"ruru\",\n    \"dueler\": \"onye kwesiri\",\n    \"duelers\": \"ndị na-akwụ ụgwọ\",\n    \"duelist\": \"onye duelist\",\n    \"duelled\": \"ruru\",\n    \"duellers\": \"ndị na-ere ákwà\",\n    \"duelling\": \"dueling\",\n    \"duellist\": \"onye duellist\",\n    \"duellists\": \"ndi duellists\",\n    \"duenesses\": \"dueness\",\n    \"duennas\": \"duenna\",\n    \"dues\": \"ụgwọ\",\n    \"duettist\": \"onye duettist\",\n    \"duettists\": \"ndị duettists\",\n    \"dufferdom\": \"duffer dom\",\n    \"duffers\": \"duffer\",\n    \"duffies\": \"duffy si\",\n    \"dug\": \"gwuru\",\n    \"duggler\": \"onye na-egwu ala\",\n    \"dugout\": \"ndapụta\",\n    \"dugouts\": \"digouts\",\n    \"dugs\": \"gwuru\",\n    \"dugway\": \"gwuru\",\n    \"dukely\": \"agbanyeghị\",\n    \"dukes\": \"ndị isi\",\n    \"dukeship\": \"Dukeship\",\n    \"dulcarnon\": \"dulkarnon\",\n    \"dulcetness\": \"dulce\",\n    \"dulcifying\": \"na-emegide\",\n    \"dulcor\": \"dulkor\",\n    \"dullards\": \"dullard\",\n    \"dullhead\": \"isi dull\",\n    \"dullhearted\": \"obi dara mba\",\n    \"dullity\": \"nzuzu\",\n    \"dullness\": \"dullue\",\n    \"dullnesses\": \"dulls\",\n    \"dullsville\": \"Dullsville\",\n    \"dulnesses\": \"dul dul\",\n    \"dulotic\": \"dulotiiki\",\n    \"dulses\": \"dulces\",\n    \"dult\": \"duluth\",\n    \"dumaist\": \"dumas\",\n    \"dumb\": \"ogbi\",\n    \"dumbbeller\": \"dumbbell\",\n    \"dumbbells\": \"mkpọchi\",\n    \"dumbcow\": \"ehi dara ogbi\",\n    \"dumbed\": \"ogbi\",\n    \"dumbfound\": \"ogbi\",\n    \"dumbfounded\": \"ghachiri anya\",\n    \"dumbfounderment\": \"ngwụsị\",\n    \"dumbfounding\": \"Ogbue\",\n    \"dumbfoundment\": \"ndabia\",\n    \"dumbhead\": \"ogbi\",\n    \"dumbheaded\": \"daalụ\",\n    \"dumbing\": \"ogbi\",\n    \"dumble\": \"kwatuo\",\n    \"dumbness\": \"ogbi\",\n    \"dumbnesses\": \"ogbi\",\n    \"dumbstricken\": \"ndabia\",\n    \"dumdums\": \"ndutu\",\n    \"dumfound\": \"mebiri emebi\",\n    \"dumfounderment\": \"mbibi\",\n    \"dumfounding\": \"na-agbagha\",\n    \"dumfounds\": \"dumfound\",\n    \"dummered\": \"gbasasịa\",\n    \"dummerer\": \"onye mbibi\",\n    \"dump\": \"kpofuru\",\n    \"dumpage\": \"mkpofu\",\n    \"dumpcart\": \"mkpofu\",\n    \"dumpcarts\": \"gbọala\",\n    \"dumped\": \"kpofuru\",\n    \"dumper\": \"kpogburu\",\n    \"dumpers\": \"Ndị na-atụfu mmiri\",\n    \"dumpfile\": \"ndapụta\",\n    \"dumpy\": \"Anakpo\",\n    \"dumpier\": \"kpogburu\",\n    \"dumpies\": \"Mgbapu\",\n    \"dumpiest\": \"Kachasị njọ\",\n    \"dumpily\": \"tụfuru\",\n    \"dumpiness\": \"nkwụsị\",\n    \"dumping\": \"ịtụfu\",\n    \"dumpings\": \"nkwụsị\",\n    \"dumpish\": \"kpofuo\",\n    \"dumpishly\": \"kpofu ishly\",\n    \"dumpishness\": \"enweghị\",\n    \"dumple\": \"dimple\",\n    \"dumpled\": \"dakwasịrị\",\n    \"dumpler\": \"Dubechi\",\n    \"dumpling\": \"Na-ebibi ihe\",\n    \"dumps\": \"kpogburu\",\n    \"dumpty\": \"zuru ezu\",\n    \"dunair\": \"anakpo\",\n    \"duncehood\": \"okpuru\",\n    \"duncery\": \"duncer\",\n    \"dunces\": \"okpuru\",\n    \"duncify\": \"kpoo\",\n    \"duncifying\": \"na-atọ ụtọ\",\n    \"duncish\": \"ịda mba\",\n    \"duncishly\": \"ụwa\",\n    \"duncishness\": \"ụwa\",\n    \"dunderheadedness\": \"isi ike\",\n    \"dundreary\": \"ego\",\n    \"dune\": \"akwa\",\n    \"duneland\": \"ụwa\",\n    \"dunelands\": \"ụwa\",\n    \"dung\": \"nsị\",\n    \"dungaree\": \"ụwa\",\n    \"dungarees\": \"ụwa\",\n    \"dunged\": \"ifu\",\n    \"dungeon\": \"ulo mkporo\",\n    \"dungeoner\": \"ulo mkporo\",\n    \"dungeonlike\": \"ulo mkporo\",\n    \"dungeons\": \"ulo mkporo\",\n    \"dunger\": \"nsị\",\n    \"dunghill\": \"nsị\",\n    \"dungy\": \"ifu\",\n    \"dungyard\": \"nsị\",\n    \"dunging\": \"nsị\",\n    \"dungs\": \"nsị\",\n    \"dunites\": \"ụwa\",\n    \"dunitic\": \"akwa\",\n    \"dunk\": \"ulo\",\n    \"dunkling\": \"dunk\",\n    \"dunks\": \"mkpọchi\",\n    \"dunlap\": \"okpu\",\n    \"dunlins\": \"dunsins\",\n    \"dunnaging\": \"ụwa\",\n    \"dunned\": \"dunne\",\n    \"dunnesses\": \"ụwa\",\n    \"dunnish\": \"ụwa\",\n    \"dunnock\": \"mkpọchi\",\n    \"dunstable\": \"mkpọchi\",\n    \"dunster\": \"okpuru ala\",\n    \"dunstone\": \"okwute\",\n    \"dunted\": \"dunt\",\n    \"dunter\": \"mkpọmkpọ ebe\",\n    \"dunting\": \"dinta\",\n    \"duntle\": \"dali\",\n    \"dup\": \"Igha\",\n    \"dupability\": \"oyiri\",\n    \"dupable\": \"oyiri\",\n    \"duped\": \"dupụrụ\",\n    \"duper\": \"oyiri\",\n    \"dupery\": \"oyiri\",\n    \"duperies\": \"oyiri\",\n    \"dupers\": \"ndị oyiri\",\n    \"dupes\": \"Ihe omimi\",\n    \"duping\": \"gha\",\n    \"dupioni\": \"Ojuju\",\n    \"duplation\": \"mbipute\",\n    \"duply\": \"oyiri\",\n    \"duplicability\": \"oyiri\",\n    \"duplicable\": \"oyiri\",\n    \"duplicand\": \"oyiri\",\n    \"duplicando\": \"oyiri\",\n    \"duplicate\": \"oyiri\",\n    \"duplicated\": \"oyiri\",\n    \"duplicately\": \"oyiri\",\n    \"duplicates\": \"oyiri\",\n    \"duplicating\": \"oyiri\",\n    \"duplication\": \"mbiputegharị\",\n    \"duplications\": \"oyiri\",\n    \"duplicative\": \"oyiri\",\n    \"duplicator\": \"oyiri\",\n    \"duplicators\": \"oyiri\",\n    \"duplicature\": \"oyiri\",\n    \"duplicatus\": \"oyiri\",\n    \"duplicia\": \"oyiri\",\n    \"duplicident\": \"oyiri\",\n    \"duplicidentata\": \"oyiri\",\n    \"duplicidentate\": \"oyiri\",\n    \"duplicious\": \"oyiri\",\n    \"duplicipennate\": \"oyiri\",\n    \"duplicitas\": \"duplicas\",\n    \"duplicity\": \"oyiri\",\n    \"duplicities\": \"oyiri\",\n    \"duplicitous\": \"Ojuju\",\n    \"duplicitously\": \"dup doro anya\",\n    \"duplify\": \"depụtaghachi\",\n    \"duplification\": \"mbiputegharị\",\n    \"duplified\": \"oyiri\",\n    \"duplifying\": \"Duplifying\",\n    \"dups\": \"oyiri\",\n    \"durability\": \"anwụ ngwa ngwa\",\n    \"durabilities\": \"na-adịgide adịgide\",\n    \"durable\": \"inogide\",\n    \"durableness\": \"anwụ ngwa ngwa\",\n    \"durables\": \"durable\",\n    \"durably\": \"na-adịgide adịgide\",\n    \"duration\": \"ogologo oge\",\n    \"durational\": \"Ogologo oge\",\n    \"durationless\": \"anaghị adịte aka\",\n    \"durative\": \"inogide\",\n    \"duratives\": \"anwụ\",\n    \"durbars\": \"durba\",\n    \"dured\": \"a gwọrọ\",\n    \"dureful\": \"na-edozi\",\n    \"duress\": \"ịda mba\",\n    \"duresses\": \"duress\",\n    \"durians\": \"Durians\",\n    \"duricrust\": \"ntughari\",\n    \"during\": \"n'oge\",\n    \"duringly\": \"mgbe\",\n    \"durity\": \"ịdị ọcha\",\n    \"durndest\": \"Ikechukwu\",\n    \"durned\": \"gbanwere\",\n    \"durneder\": \"gbagburu\",\n    \"durnedest\": \"gbuchara\",\n    \"durums\": \"durum\",\n    \"dusack\": \"chi jiri\",\n    \"duscle\": \"Duscle\",\n    \"dusenwind\": \"Dusenwind\",\n    \"dusk\": \"mgbede\",\n    \"dusken\": \"anwuru\",\n    \"dusky\": \"Ogbodu\",\n    \"duskier\": \"Ochie\",\n    \"duskiest\": \"Duskiest\",\n    \"duskiness\": \"Duskiness\",\n    \"dusking\": \"Inwu\",\n    \"duskingtide\": \"Duskingtide\",\n    \"duskish\": \"okpokoro\",\n    \"duskishness\": \"okpokoro\",\n    \"duskly\": \"mgbede\",\n    \"duskness\": \"mgbede\",\n    \"dusks\": \"mgbede\",\n    \"dusserah\": \"dussehra\",\n    \"dust\": \"ájá\",\n    \"dustband\": \"uzuzu\",\n    \"dustbin\": \"uzuzu\",\n    \"dustbins\": \"ájá\",\n    \"dustblu\": \"uzuzu\",\n    \"dustbox\": \"Igbe uzuzu\",\n    \"dustcart\": \"ájá\",\n    \"dustcloth\": \"akwa uzuzu\",\n    \"dustcloths\": \"akwa uzuzu\",\n    \"dustcoat\": \"uwe uzuzu\",\n    \"dustcover\": \"uzuzu\",\n    \"dusted\": \"kpochara\",\n    \"duster\": \"Okpukpo\",\n    \"dusterman\": \"Dusterman\",\n    \"dustermen\": \"Ndị pụrụ\",\n    \"dusters\": \"Uzuzu\",\n    \"dustfall\": \"uzuzu\",\n    \"dustheap\": \"uzuzu\",\n    \"dustheaps\": \"uzuzu\",\n    \"dusty\": \"uzuzu uzuzu\",\n    \"dustier\": \"Okpukpo\",\n    \"dustyfoot\": \"Ukpuu\",\n    \"dustily\": \"n’enyi ure\",\n    \"dustin\": \"ájá\",\n    \"dustiness\": \"uzuzu\",\n    \"dusting\": \"ájá\",\n    \"dustless\": \"enweghị ntụ\",\n    \"dustlessness\": \"enweghị ntụ\",\n    \"dustlike\": \"uzuzu\",\n    \"dustman\": \"Onye uzuzu\",\n    \"dustmen\": \"ndi uzuzu\",\n    \"dustoor\": \"Okpukpo\",\n    \"dustour\": \"chi ojiji\",\n    \"dustpan\": \"ájá\",\n    \"dustpans\": \"ájá\",\n    \"dustpoint\": \"ntụ ntụ\",\n    \"dustproof\": \"uzuzu uzuzu\",\n    \"dustrag\": \"ájá\",\n    \"dustrags\": \"uzuzu\",\n    \"dusts\": \"duru\",\n    \"duststorm\": \"Oke ikuku\",\n    \"dusttight\": \"uzuzu\",\n    \"dustuck\": \"uzuzu\",\n    \"dustup\": \"ájá\",\n    \"dustups\": \"ájá\",\n    \"dustwoman\": \"Nwanyi oyuhia\",\n    \"dutch\": \"Dutch\",\n    \"dutched\": \"kpaliri\",\n    \"dutchy\": \"ikwupụta\",\n    \"dutching\": \"ikwenye\",\n    \"duteously\": \"duteous\",\n    \"duteousness\": \"duteous\",\n    \"duty\": \"ọrụ\",\n    \"duties\": \"ọrụ\",\n    \"dutiful\": \"na-eme ihe\",\n    \"dutifully\": \"n'ụzọ ziri ezi\",\n    \"dutifulness\": \"ikwenye\",\n    \"dvornik\": \"Nwachukwu\",\n    \"dwayberry\": \"dwayberị\",\n    \"dwaibly\": \"n'ụzọ\",\n    \"dwayne\": \"Dwayne\",\n    \"dwalm\": \"dumalm\",\n    \"dwarfing\": \"Dwarfing\",\n    \"dwarfishness\": \"dwarfish\",\n    \"dwarfisms\": \"dwarfism\",\n    \"dwarflike\": \"dwarf dị ka\",\n    \"dwarfness\": \"dwarfism\",\n    \"dwell\": \"biri\",\n    \"dwelled\": \"biri\",\n    \"dweller\": \"onye bi\",\n    \"dwellers\": \"ndị bi\",\n    \"dwelling\": \"obibi\",\n    \"dwellings\": \"ebe obibi\",\n    \"dwells\": \"bi\",\n    \"dwelt\": \"biri\",\n    \"dwight\": \"na-ehi ụra\",\n    \"dwindle\": \"belata\",\n    \"dwindled\": \"belatara\",\n    \"dwindlement\": \"ebelata\",\n    \"dwindles\": \"na-ebelata\",\n    \"dwindling\": \"na-ebelata\",\n    \"dwine\": \"biri\",\n    \"dwined\": \"belata\",\n    \"dwines\": \"na-ebelata\",\n    \"dwining\": \"na-ebelata\",\n    \"dwt\": \"nnwu\",\n    \"dx\": \"Ndwu\",\n    \"dzerin\": \"ndozi\",\n    \"dzo\": \"Dzo\",\n    \"eably\": \"iji kwalite\",\n    \"eaceworm\": \"Eaceworm\",\n    \"each\": \"onye obula\",\n    \"eachwhere\": \"ebe obula\",\n    \"ead\": \"ugba\",\n    \"eadios\": \"Akpawa\",\n    \"eadish\": \"kpuchie\",\n    \"eager\": \"chọsie ike\",\n    \"eagerer\": \"ugo\",\n    \"eagerest\": \"ugo\",\n    \"eagerly\": \"ji ịnụ ọkụ n'obi\",\n    \"eagerness\": \"ịnụ ọkụ n'obi\",\n    \"eagers\": \"ugo\",\n    \"eagle\": \"ugo\",\n    \"eagled\": \"ugo\",\n    \"eaglehawk\": \"ugo\",\n    \"eaglelike\": \"yiri ugo\",\n    \"eagles\": \"ugo\",\n    \"eagless\": \"ugo\",\n    \"eaglestone\": \"ugo\",\n    \"eaglet\": \"ugo\",\n    \"eaglets\": \"ugo\",\n    \"eaglewood\": \"ugo\",\n    \"eagling\": \"ugo\",\n    \"eagrass\": \"ugo\",\n    \"eagre\": \"ugo\",\n    \"eagres\": \"ugo\",\n    \"ealderman\": \"alderman\",\n    \"ealdorman\": \"Ealdorman\",\n    \"ealdormen\": \"Nwankwo\",\n    \"eam\": \"iam\",\n    \"eaning\": \"ịsụ ude\",\n    \"eanling\": \"na-eli\",\n    \"eanlings\": \"agbịrịgba\",\n    \"ear\": \"ntị\",\n    \"earable\": \"eara\",\n    \"earaches\": \"ntị\",\n    \"earbash\": \"nti\",\n    \"earbob\": \"ntị nti\",\n    \"earcap\": \"ihe nti\",\n    \"earclip\": \"ihe nti\",\n    \"earcockle\": \"kọbọd\",\n    \"eardrop\": \"ntị dobe\",\n    \"eardropper\": \"eyedropper\",\n    \"eardrops\": \"ntị tụlee\",\n    \"eardrum\": \"eutrum\",\n    \"eardrums\": \"ntị\",\n    \"eared\": \"ntị\",\n    \"earflap\": \"ihe nti\",\n    \"earflower\": \"okpokoro\",\n    \"earful\": \"ntị\",\n    \"earfuls\": \"ntị\",\n    \"earhead\": \"nti ntị\",\n    \"earhole\": \"ntị onu\",\n    \"earing\": \"ihe nti\",\n    \"earings\": \"ọla ntị\",\n    \"earjewel\": \"ntị ọla\",\n    \"earl\": \"ntị\",\n    \"earlap\": \"nti\",\n    \"earlaps\": \"nti nti\",\n    \"earldom\": \"ntionye\",\n    \"earldoms\": \"akpa nti\",\n    \"earlduck\": \"earl ọbọgwụ\",\n    \"earle\": \"nti\",\n    \"earless\": \"ntị\",\n    \"earlesss\": \"nti\",\n    \"earlet\": \"ọla ntị\",\n    \"early\": \"n'isi\",\n    \"earlier\": \"na mbụ\",\n    \"earliest\": \"mbụ\",\n    \"earlyish\": \"mbido\",\n    \"earlike\": \"dị ka ntị\",\n    \"earliness\": \"ntị\",\n    \"earlish\": \"ntị\",\n    \"earlywood\": \"Earlywood\",\n    \"earlobe\": \"nti\",\n    \"earlobes\": \"nti ntị\",\n    \"earlock\": \"nti ntị\",\n    \"earlocks\": \"nti\",\n    \"earls\": \"okpokoro\",\n    \"earlship\": \"ihe nti\",\n    \"earlships\": \"nti\",\n    \"earmark\": \"ihe nti\",\n    \"earmarked\": \"akara akara\",\n    \"earmarking\": \"itinye akara\",\n    \"earmarkings\": \"ihe ntinye aka\",\n    \"earmarks\": \"akara nti\",\n    \"earmindedness\": \"nlekọta anya\",\n    \"earmuff\": \"ntị\",\n    \"earmuffs\": \"ntị\",\n    \"earn\": \"irite\",\n    \"earnable\": \"akwụ ụgwọ\",\n    \"earned\": \"akwụ\",\n    \"earner\": \"onye irite\",\n    \"earners\": \"ndị na-akwụ ụgwọ\",\n    \"earnest\": \"siri ike\",\n    \"earnestful\": \"siri ike\",\n    \"earnestly\": \"n'ezi\",\n    \"earnestness\": \"ịdị uchu\",\n    \"earnests\": \"enwetara ego\",\n    \"earnful\": \"akwụ ụgwọ\",\n    \"earnie\": \"nweta\",\n    \"earning\": \"ịkpata ego\",\n    \"earnings\": \"ego\",\n    \"earns\": \"akwụ\",\n    \"earphone\": \"ntị ntị\",\n    \"earphones\": \"ntị ntị\",\n    \"earpick\": \"ihe nti\",\n    \"earpiece\": \"nti\",\n    \"earpieces\": \"nti ntị\",\n    \"earplug\": \"nkwụnye ntị\",\n    \"earplugs\": \"nti ntị\",\n    \"earreach\": \"ihe nti\",\n    \"earring\": \"ihe nti\",\n    \"earringed\": \"ọla ntị\",\n    \"earrings\": \"ọla ntị\",\n    \"ears\": \"ntị\",\n    \"earscrew\": \"ntị ntị\",\n    \"earsh\": \"ntị\",\n    \"earshell\": \"ntị ntị\",\n    \"earshot\": \"ntị ntị\",\n    \"earshots\": \"ntị ntị\",\n    \"earsore\": \"ntị\",\n    \"earsplitting\": \"nti ntị\",\n    \"earspool\": \"ntị mmiri\",\n    \"earstone\": \"ntị ntị\",\n    \"earstones\": \"ntị\",\n    \"eartab\": \"ekwenti\",\n    \"eartag\": \"ụrọ\",\n    \"eartagged\": \"eartagart\",\n    \"earth\": \"ụwa\",\n    \"earthboard\": \"ụwa\",\n    \"earthborn\": \"dị n'ụwa\",\n    \"earthbound\": \"ụwa dum\",\n    \"earthbred\": \"ụwa\",\n    \"earthdrake\": \"ihe ndozi\",\n    \"earthed\": \"eartart\",\n    \"earthen\": \"ụrọ\",\n    \"earthenhearted\": \"eji obi eme\",\n    \"earthenware\": \"ụrọ\",\n    \"earthfall\": \"ala mmiri\",\n    \"earthfast\": \"ụwafast\",\n    \"earthgall\": \"ụwa\",\n    \"earthgrubber\": \"onye na-egbu ụwa\",\n    \"earthy\": \"nke uwa\",\n    \"earthian\": \"ụrọ\",\n    \"earthier\": \"ụrọ\",\n    \"earthiest\": \"ụrọ\",\n    \"earthiness\": \"ụrọ\",\n    \"earthkin\": \"anụ ahụ\",\n    \"earthless\": \"enweghị ala\",\n    \"earthly\": \"nke uwa\",\n    \"earthlier\": \"ụwa\",\n    \"earthliest\": \"kasị n'ụwa\",\n    \"earthlight\": \"ìhè ala\",\n    \"earthlike\": \"dị ka ụwa\",\n    \"earthliness\": \"ịdị n'ụwa\",\n    \"earthling\": \"ụwa\",\n    \"earthlings\": \"ụwa\",\n    \"earthmaker\": \"onye na-eme uwa\",\n    \"earthmaking\": \"-eme ala\",\n    \"earthman\": \"onye nwe uwa\",\n    \"earthmen\": \"ndị ụwa\",\n    \"earthmove\": \"ụwa\",\n    \"earthmover\": \"ụwa\",\n    \"earthmoving\": \"na-agbagharị\",\n    \"earthnuts\": \"ụrọ\",\n    \"earthpea\": \"ala ọma jijiji\",\n    \"earthpeas\": \"akuku\",\n    \"earthquake\": \"ala ọma jijiji\",\n    \"earthquaked\": \"ala ọma jijiji\",\n    \"earthquaken\": \"ala ọma jijiji\",\n    \"earthquakes\": \"ala ọma jijiji\",\n    \"earthquaking\": \"ala ọma jijiji\",\n    \"earthquave\": \"ala ọma jijiji\",\n    \"earthrise\": \"ụwa\",\n    \"earths\": \"ụwa\",\n    \"earthset\": \"ụwa\",\n    \"earthsets\": \"ihe ala\",\n    \"earthshaker\": \"onye jijiji ụwa\",\n    \"earthshaking\": \"na-eme ka ụwa maa jijiji\",\n    \"earthshakingly\": \"ụwa ịkwanye\",\n    \"earthshattering\": \"ihe otiti\",\n    \"earthshine\": \"ala\",\n    \"earthshock\": \"mmiri\",\n    \"earthslide\": \"mbibi ụwa\",\n    \"earthsmoke\": \"uto anwuru oku\",\n    \"earthstar\": \"kpakpando ala\",\n    \"earthtongue\": \"ụwa\",\n    \"earthwall\": \"ụwa dum\",\n    \"earthward\": \"n'ụwa\",\n    \"earthwards\": \"n'ụwa\",\n    \"earthwork\": \"arụ ọrụ ụwa\",\n    \"earthworks\": \"arụ ụwa\",\n    \"earthworm\": \"ozigbo\",\n    \"earthworms\": \"ochi ụwa\",\n    \"earwax\": \"nti\",\n    \"earwaxes\": \"nti ntị\",\n    \"earwigged\": \"emechie\",\n    \"earwiggy\": \"nti\",\n    \"earwigginess\": \"Nwee ntị\",\n    \"earwigging\": \"imechi\",\n    \"earwitness\": \"onye akaebe\",\n    \"earworm\": \"mbadamba\",\n    \"earworms\": \"okpokoro\",\n    \"earwort\": \"ọla ntị\",\n    \"ease\": \"ịdị mfe\",\n    \"eased\": \"belata\",\n    \"easeful\": \"mfe\",\n    \"easefully\": \"dị mfe\",\n    \"easefulness\": \"ịdị mfe\",\n    \"easel\": \"udo\",\n    \"easeled\": \"dị mfe\",\n    \"easeless\": \"ntụ ntụ\",\n    \"easels\": \"ikuku\",\n    \"easement\": \"izu ike\",\n    \"easements\": \"udo\",\n    \"easer\": \"Ista\",\n    \"easers\": \"nchicha\",\n    \"eases\": \"ala\",\n    \"easy\": \"mfe\",\n    \"easier\": \"Dị mfe karịa\",\n    \"easies\": \"izu ike\",\n    \"easiest\": \"mfe\",\n    \"easygoing\": \"dị fechaa\",\n    \"easygoingly\": \"dị mfe\",\n    \"easygoingness\": \"ịdị mfe\",\n    \"easily\": \"mfe\",\n    \"easylike\": \"dị mfe\",\n    \"easiness\": \"ịdị mfe\",\n    \"easinesses\": \"udo\",\n    \"easing\": \"izuike\",\n    \"eassel\": \"udo\",\n    \"east\": \"ọwụwa anyanwụ\",\n    \"eastabout\": \"ọwụwa anyanwụ\",\n    \"eastbound\": \"ọwụwa anyanwụ\",\n    \"easted\": \"ọwụwa anyanwụ\",\n    \"easter\": \"Ista\",\n    \"eastering\": \"na-ehicha\",\n    \"easterly\": \"ọwụwa anyanwụ\",\n    \"easterlies\": \"Ihe owuwu\",\n    \"easterliness\": \"ihe omuma\",\n    \"easterling\": \"Ihe omume\",\n    \"eastermost\": \"nke dịkarịsịrị nso\",\n    \"eastern\": \"owuwa anyanwu\",\n    \"easterner\": \"onye owuwa\",\n    \"easterners\": \"ọwụwa anyanwụ\",\n    \"easternism\": \"ọwụwa anyanwụ\",\n    \"easternize\": \"izu ike\",\n    \"easternized\": \"achọrọ\",\n    \"easternizing\": \"Ogbogu Okonji\",\n    \"easternly\": \"ọwụwa anyanwụ\",\n    \"easternmost\": \"nke ọwụwa anyanwụ\",\n    \"easters\": \"ọwụwa anyanwụ\",\n    \"eastertide\": \"ala mmiri\",\n    \"easting\": \"n'ebe ọwụwa anyanwụ\",\n    \"eastings\": \"ọwụwa anyanwụ\",\n    \"eastlake\": \"ọwụwa anyanwụ\",\n    \"eastland\": \"ọwụwa anyanwụ\",\n    \"eastlander\": \"ọwụwa anyanwụ\",\n    \"eastlin\": \"ọwụwa anyanwụ\",\n    \"eastling\": \"ọwụwa anyanwụ\",\n    \"eastlings\": \"ọwụwa anyanwụ\",\n    \"eastlins\": \"ọwụwa anyanwụ\",\n    \"eastman\": \"onye owuwa anyanwu\",\n    \"eastmost\": \"n'ebe ọwụwa anyanwụ\",\n    \"eastness\": \"ọwụwa anyanwụ\",\n    \"eastre\": \"n'ebe ọwụwa anyanwụ\",\n    \"easts\": \"ahịhịa\",\n    \"eastward\": \"n’ebe ọwụwa anyanwụ\",\n    \"eastwardly\": \"n'ebe ọwụwa anyanwụ\",\n    \"eastwards\": \"n’ebe ọwụwa anyanwụ\",\n    \"eat\": \"rie\",\n    \"eatability\": \"oriri\",\n    \"eatable\": \"oriri\",\n    \"eatableness\": \"oriri\",\n    \"eatables\": \"oriri\",\n    \"eatage\": \"oriri\",\n    \"eatanswill\": \"rie nri\",\n    \"eatberry\": \"oriri\",\n    \"eatche\": \"nche\",\n    \"eaten\": \"rie\",\n    \"eater\": \"onye na-eri ihe\",\n    \"eatery\": \"ihe oriri\",\n    \"eateries\": \"nri\",\n    \"eaters\": \"ndị na-eri ihe\",\n    \"eath\": \"rie\",\n    \"eathly\": \"eat\",\n    \"eating\": \"na-eri nri\",\n    \"eatings\": \"na-eri nri\",\n    \"eats\": \"na-eri\",\n    \"eau\": \"Eau\",\n    \"eaved\": \"eaws\",\n    \"eavedrop\": \"nti\",\n    \"eavedropper\": \"eavesdropper\",\n    \"eavedropping\": \"nti\",\n    \"eaves\": \"akuku\",\n    \"eavesdrop\": \"nti\",\n    \"eavesdropped\": \"a na-anụ ntị\",\n    \"eavesdroppers\": \"na-ege ntị\",\n    \"eavesdropping\": \"nti\",\n    \"eavesdrops\": \"nti\",\n    \"eavesing\": \"na-ege ntị\",\n    \"ebbed\": \"bido\",\n    \"ebbets\": \"ebido\",\n    \"ebbing\": \"na-agbada\",\n    \"ebbs\": \"Ebbs\",\n    \"ebcasc\": \"ebelebe\",\n    \"ebcd\": \"Ebcd\",\n    \"ebionize\": \"kpochapu\",\n    \"eblis\": \"Eblis\",\n    \"ebony\": \"eboni\",\n    \"ebonies\": \"ebonye\",\n    \"ebonised\": \"a kpochapụrụ\",\n    \"ebonises\": \"ebonye\",\n    \"ebonising\": \"na-achịkwa\",\n    \"ebonist\": \"onye ebonyi\",\n    \"ebonize\": \"wepu\",\n    \"ebonized\": \"a kpochapụrụ\",\n    \"ebonizes\": \"Na-ebuli\",\n    \"ebonizing\": \"na-ekpochapụ\",\n    \"ebracteate\": \"na-agbagha\",\n    \"ebracteolate\": \"na-agbagha\",\n    \"ebraick\": \"Ebraick\",\n    \"ebriate\": \"bido\",\n    \"ebriated\": \"ebibi\",\n    \"ebricty\": \"ebibi\",\n    \"ebriety\": \"ebili\",\n    \"ebriose\": \"ebibi\",\n    \"ebriosity\": \"ebibi\",\n    \"ebrious\": \"dị egwu\",\n    \"ebriously\": \"Ebube\",\n    \"ebullate\": \"kpochapu\",\n    \"ebullience\": \"ndidi\",\n    \"ebulliency\": \"enweghị isi\",\n    \"ebullient\": \"ebuli ihe\",\n    \"ebulliometry\": \"ebumgburu\",\n    \"ebullioscope\": \"ebudoscope\",\n    \"ebullioscopic\": \"nweworldwide\",\n    \"ebullition\": \"Ndaba\",\n    \"ebulus\": \"ebulu\",\n    \"eburated\": \"ebibi\",\n    \"eburnated\": \"ebibi\",\n    \"eburnation\": \"ebido\",\n    \"eburnean\": \"eburu\",\n    \"eburneous\": \"dị adị\",\n    \"eburnian\": \"ebum\",\n    \"eburnification\": \"ebibi\",\n    \"ecalcavate\": \"gbamgbam\",\n    \"ecartes\": \"ecartart\",\n    \"ecbolics\": \"Ihe omuma\",\n    \"eccaleobion\": \"Eccaleobion\",\n    \"ecchymosed\": \"ikechi\",\n    \"ecchymotic\": \"mgbachi\",\n    \"ecchondrosis\": \"ọrịa ecchondrosis\",\n    \"eccyclema\": \"okpokoro\",\n    \"eccles\": \"mkpọ\",\n    \"ecclesia\": \"ogbako\",\n    \"ecclesiae\": \"ogbako\",\n    \"ecclesiarch\": \"ụkọchukwu\",\n    \"ecclesiarchy\": \"okpukperechi\",\n    \"ecclesiast\": \"ụka\",\n    \"ecclesiastes\": \"Eklisiastis\",\n    \"ecclesiastic\": \"ụka\",\n    \"ecclesiastical\": \"nke ụka\",\n    \"ecclesiastically\": \"na chọọchị\",\n    \"ecclesiasticalness\": \"ụka\",\n    \"ecclesiasticism\": \"chọọchị\",\n    \"ecclesiasticize\": \"chọọchị\",\n    \"ecclesiastics\": \"ndị ụkọchukwu\",\n    \"ecclesiasticus\": \"ụka\",\n    \"ecclesiastry\": \"ụka\",\n    \"ecclesiography\": \"ihe omuma\",\n    \"ecclesiolatry\": \"ụlọ ọrụ\",\n    \"ecclesiology\": \"ihe omumu\",\n    \"ecclesiological\": \"ihe omumu\",\n    \"ecclesiologist\": \"ọkà mmụta ecclesiologist\",\n    \"eccrinology\": \"ihe omumu\",\n    \"eccrisis\": \"ogbako\",\n    \"eccritic\": \"eritri\",\n    \"ecdyses\": \"dbọchị\",\n    \"ecdysiast\": \"ddalarị\",\n    \"ecesis\": \"bụ\",\n    \"ecesises\": \"ecesise\",\n    \"echar\": \"wezuga\",\n    \"echard\": \"Echard\",\n    \"eches\": \"echi\",\n    \"echinital\": \"Echinital\",\n    \"echinology\": \"ihe omumu\",\n    \"echinulate\": \"chicha\",\n    \"echinulation\": \"Mgbakwunye\",\n    \"echites\": \"chukwu\",\n    \"echo\": \"nkuzi mgbamejije\",\n    \"echoed\": \"ikwughachi\",\n    \"echoer\": \"ikwughachi\",\n    \"echoers\": \"ikwughachi\",\n    \"echoes\": \"ikwughachi\",\n    \"echoic\": \"ikwughachi\",\n    \"echoing\": \"ikwughachi\",\n    \"echoingly\": \"ikwuputa\",\n    \"echoism\": \"nkuzi okwute\",\n    \"echoisms\": \"ihe nkuzi\",\n    \"echoize\": \"ikwughachi\",\n    \"echoized\": \"ikwughachi\",\n    \"echoizing\": \"ikwuputa ihe\",\n    \"echoless\": \"ikwughachi\",\n    \"echolocate\": \"ikwughachi\",\n    \"echolocation\": \"mgbaghari\",\n    \"echometer\": \"echometa\",\n    \"echos\": \"ikwughachi\",\n    \"eciliate\": \"gbasaa\",\n    \"eclair\": \"kwuwe\",\n    \"eclaircise\": \"ahụla\",\n    \"eclaircissement\": \"ikwuputala\",\n    \"eclairissement\": \"nkwuputa\",\n    \"eclairs\": \"mkpọchi\",\n    \"eclated\": \"obi ụtọ\",\n    \"eclating\": \"na-akụ\",\n    \"eclats\": \"mkpọ\",\n    \"eclecticist\": \"onye na-akwado ihe\",\n    \"eclecticize\": \"gbasaa\",\n    \"eclectics\": \"eclectic\",\n    \"eclectism\": \"eclecticism\",\n    \"eclectist\": \"eclectic\",\n    \"eclegm\": \"Ugboro\",\n    \"eclegma\": \"Obinna\",\n    \"eclegme\": \"Ugochukwu\",\n    \"eclipsation\": \"chi jiri\",\n    \"eclipse\": \"eklips\",\n    \"eclipsed\": \"chi jiri\",\n    \"eclipser\": \"chi jiri n'ehihie\",\n    \"eclipses\": \"chi jiri n'ehihie\",\n    \"eclipsing\": \"chi jiri\",\n    \"eclipsis\": \"chi jiri\",\n    \"eclipsises\": \"chi jiri\",\n    \"eclosions\": \"mmechi\",\n    \"eco\": \"gburugburu\",\n    \"ecoclimate\": \"gburugburu obibi\",\n    \"ecol\": \"ahụrụ\",\n    \"ecole\": \"gburugburu\",\n    \"ecoles\": \"gburugburu\",\n    \"ecology\": \"ihe omumu\",\n    \"ecologic\": \"gburugburu\",\n    \"ecological\": \"obibi\",\n    \"ecologically\": \"gburugburu ebe obibi\",\n    \"ecologies\": \"ihe omumu\",\n    \"ecologist\": \"ihe omumu banyere gburugburu ebe obibi\",\n    \"ecologists\": \"ihe omumu banyere obibi\",\n    \"economese\": \"akụnụba\",\n    \"econometer\": \"aku aku\",\n    \"econometric\": \"aku na uba\",\n    \"econometrical\": \"onodu aku na uba\",\n    \"econometrically\": \"aku na uba\",\n    \"econometrician\": \"onye na aku na uba ya\",\n    \"econometrics\": \"akụnụba\",\n    \"econometrist\": \"onye aku na uba\",\n    \"economy\": \"akụ na ụba\",\n    \"economic\": \"akụ na ụba\",\n    \"economical\": \"echekwa\",\n    \"economically\": \"akụ na ụba\",\n    \"economicalness\": \"echekwa ego\",\n    \"economics\": \"akụnụba\",\n    \"economies\": \"akụnụba\",\n    \"economise\": \"akụnụba\",\n    \"economised\": \"echekwa\",\n    \"economiser\": \"akụnụba\",\n    \"economising\": \"akụ na ụba\",\n    \"economism\": \"akụnụba\",\n    \"economist\": \"ọkammụta\",\n    \"economists\": \"ndị ọkà mmụta akụnụba\",\n    \"economite\": \"akụnụba\",\n    \"economization\": \"onodu aku na uba\",\n    \"economize\": \"lezie anya\",\n    \"economized\": \"echekwa\",\n    \"economizer\": \"akụnụba\",\n    \"economizers\": \"ndị na-akụ akụnụba\",\n    \"economizes\": \"na-echekwa ego\",\n    \"economizing\": \"akụ na ụba\",\n    \"ecophysiology\": \"ihe omumu\",\n    \"ecophysiological\": \"ihe omumu\",\n    \"ecorticate\": \"nweghi obi uto\",\n    \"ecosystem\": \"gburugburu\",\n    \"ecosystems\": \"gburugburu\",\n    \"ecospecies\": \"ihe omumu\",\n    \"ecospecifically\": \"achọrọ\",\n    \"ecossaise\": \"eburu\",\n    \"ecoute\": \"gburugburu\",\n    \"ecphonesis\": \"chikwasias\",\n    \"ecphoria\": \"ekphoria\",\n    \"ecphractic\": \"ihe adighi nma\",\n    \"ecrase\": \"ekrashị\",\n    \"ecraseur\": \"ihe ojoo\",\n    \"ecraseurs\": \"ihe omimi\",\n    \"ecrus\": \"oria\",\n    \"ecrustaceous\": \"gbamgbam\",\n    \"ecstasy\": \"obi ụtọ\",\n    \"ecstatic\": \"obi uto\",\n    \"ecstatical\": \"obi uto\",\n    \"ecstatically\": \"okechukwu\",\n    \"ecstaticize\": \"nwee obi uto\",\n    \"ecstatics\": \"obi uto\",\n    \"ecthesis\": \"ọkọlọtọ\",\n    \"ectypal\": \"kelechi\",\n    \"ectodynamomorphic\": \"Nkejimomicrompic\",\n    \"ectorhinal\": \"Ọdịdị\",\n    \"ectothermic\": \"ebe obibi\",\n    \"ectrodactyly\": \"ji nwayọ\",\n    \"ectrosyndactyly\": \"kelechiihegburu\",\n    \"ecttypal\": \"kelechi\",\n    \"ecuador\": \"Ekwedọọ\",\n    \"ecuelling\": \"na-edetu\",\n    \"ecumenacy\": \"ebido\",\n    \"ecumene\": \"Ecumene\",\n    \"ecumenicality\": \"Ecumenicality\",\n    \"ecumenically\": \"anya\",\n    \"ecumenicity\": \"ekwenti\",\n    \"ecumenicize\": \"lekwa anya\",\n    \"ecumenism\": \"ebido\",\n    \"ecumenist\": \"onye ecumenist\",\n    \"ecumenopolis\": \"Ecumenopolis\",\n    \"ecus\": \"igwu\",\n    \"edacious\": \"eme ihe\",\n    \"edaciously\": \"n'udo\",\n    \"edaciousness\": \"ịdị egwu\",\n    \"eddy\": \"Eddy\",\n    \"eddie\": \"Eddie\",\n    \"eddied\": \"edozi\",\n    \"eddies\": \"Edezi\",\n    \"eddying\": \"edezi\",\n    \"eddish\": \"Edemek\",\n    \"eddoes\": \"eddo\",\n    \"edemas\": \"edeas\",\n    \"edemic\": \"edee\",\n    \"eden\": \"Eden\",\n    \"edenization\": \"mmezi\",\n    \"edenize\": \"mezie\",\n    \"edental\": \"editọ\",\n    \"edentalous\": \"na-enyocha\",\n    \"edentate\": \"ndozi\",\n    \"edentulate\": \"dozie\",\n    \"edessan\": \"Edessan\",\n    \"edgar\": \"Edgar\",\n    \"edge\": \"onu\",\n    \"edgebone\": \"ọkpụkpụ ọkpụkpụ\",\n    \"edgeboned\": \"edere ihe\",\n    \"edged\": \"ihu\",\n    \"edgeless\": \"enweghị nsọtụ\",\n    \"edgeling\": \"Nyocha\",\n    \"edgers\": \"Ihe edere\",\n    \"edges\": \"n'ọnụ ya\",\n    \"edgeshot\": \"ihu uzo\",\n    \"edgeway\": \"n'ọnụ ụzọ\",\n    \"edgeways\": \"n'ọnụ ụzọ\",\n    \"edgeweed\": \"Edem Edem\",\n    \"edgewise\": \"n'ọnụ ọnụ\",\n    \"edgy\": \"edetu\",\n    \"edgier\": \"Edozi\",\n    \"edgiest\": \"kachasị\",\n    \"edginess\": \"ịdị ọcha\",\n    \"edginesses\": \"edighe\",\n    \"edging\": \"ederede\",\n    \"edgings\": \"mmeghe\",\n    \"edhs\": \"Ede\",\n    \"edibility\": \"oriri\",\n    \"edible\": \"oriri\",\n    \"edibleness\": \"oriri\",\n    \"edibles\": \"oriri\",\n    \"edict\": \"iwu\",\n    \"edictal\": \"iwu\",\n    \"edictally\": \"n'eziokwu\",\n    \"edicts\": \"edituru\",\n    \"edictum\": \"iwu\",\n    \"edicule\": \"iwu\",\n    \"edify\": \"tolite\",\n    \"edificable\": \"oriri\",\n    \"edificant\": \"na-ewuli elu\",\n    \"edificate\": \"na-ewuli elu\",\n    \"edification\": \"edibo\",\n    \"edificative\": \"na-edozi ume\",\n    \"edificator\": \"onye mmezi\",\n    \"edificatory\": \"na-ewuli elu\",\n    \"edifice\": \"ulo\",\n    \"edificed\": \"ulo\",\n    \"edifices\": \"ụlọ\",\n    \"edificial\": \"na-ewuli elu\",\n    \"edificing\": \"ulo\",\n    \"edified\": \"Ihe mmezi\",\n    \"edifier\": \"Ihe mmezi\",\n    \"edifiers\": \"Ndị na-ewu ihe\",\n    \"edifies\": \"ụlọ\",\n    \"edifying\": \"na-ewuli elu\",\n    \"edifyingly\": \"na-ewuli elu\",\n    \"edifyingness\": \"na-ewuli elu\",\n    \"ediles\": \"nri\",\n    \"edility\": \"editọ\",\n    \"edit\": \"dezie\",\n    \"edital\": \"edita\",\n    \"editchar\": \"dezie\",\n    \"edited\": \"dezie\",\n    \"edith\": \"ndozi\",\n    \"editing\": \"edezi\",\n    \"edition\": \"mbipụta\",\n    \"editions\": \"mbipụta\",\n    \"editor\": \"nchịkọta akụkọ\",\n    \"editorial\": \"nchịkọta akụkọ\",\n    \"editorialist\": \"nchịkọta akụkọ\",\n    \"editorialization\": \"ideziwanye\",\n    \"editorializations\": \"dezie ndezi\",\n    \"editorialize\": \"dezie\",\n    \"editorialized\": \"dezie\",\n    \"editorializer\": \"ndezi\",\n    \"editorializers\": \"ndezigharị\",\n    \"editorializes\": \"dezie\",\n    \"editorializing\": \"ideziwanye\",\n    \"editorially\": \"edezi\",\n    \"editorials\": \"nchịkọta akụkọ\",\n    \"editors\": \"ndị editọ\",\n    \"editorship\": \"ndezi\",\n    \"editorships\": \"ndezi\",\n    \"editress\": \"ndozi\",\n    \"editresses\": \"ndozi\",\n    \"edits\": \"ndezi\",\n    \"edituate\": \"iwu\",\n    \"edmond\": \"Edmond\",\n    \"edmund\": \"Egwu\",\n    \"edomitish\": \"ndozi\",\n    \"edp\": \"Edp\",\n    \"edplot\": \"Edplot\",\n    \"edriophthalmic\": \"edetiophthalmic\",\n    \"educ\": \"kuziere\",\n    \"educabilia\": \"iziabilia\",\n    \"educabilian\": \"iziabilian\",\n    \"educability\": \"mmuta\",\n    \"educable\": \"gụọ akwụkwọ\",\n    \"educables\": \"ọzụzụ\",\n    \"educand\": \"kuzierenụ\",\n    \"educatability\": \"ịkụziri ihe\",\n    \"educatable\": \"ịkụziri ihe\",\n    \"educate\": \"kuziere\",\n    \"educated\": \"gụrụ akwụkwọ\",\n    \"educatedly\": \"gụrụ akwụkwọ\",\n    \"educatedness\": \"mmuta\",\n    \"educatee\": \"ịkụziri\",\n    \"educates\": \"na-akuzi\",\n    \"educating\": \"na-akuzi\",\n    \"education\": \"mmuta\",\n    \"educationable\": \"gụọ akwụkwọ\",\n    \"educational\": \"muta\",\n    \"educationalism\": \"agụmakwụkwọ\",\n    \"educationalist\": \"onye mmuta\",\n    \"educationally\": \"agụmakwụkwọ\",\n    \"educationary\": \"agụmakwụkwọ\",\n    \"educationese\": \"muta akwukwo\",\n    \"educationist\": \"onye mmuta\",\n    \"educations\": \"agụmakwụkwọ\",\n    \"educative\": \"ndi mmuta\",\n    \"educator\": \"onye nkuzi\",\n    \"educatory\": \"na-enye ọzụzụ\",\n    \"educators\": \"ndị na-akụzi ihe\",\n    \"educatress\": \"onye mmuta\",\n    \"educed\": \"edu\",\n    \"educement\": \"eburu\",\n    \"educible\": \"kụziri\",\n    \"educing\": \"na-akuzi\",\n    \"educive\": \"kụzie ihe\",\n    \"eduction\": \"ndu\",\n    \"eductions\": \"ndu\",\n    \"eductive\": \"edu\",\n    \"eductors\": \"ndu\",\n    \"educts\": \"edudu\",\n    \"edulcorate\": \"ndozi\",\n    \"edulcorated\": \"kpochara\",\n    \"edulcorating\": \"imeziwanye\",\n    \"edulcoration\": \"ndozi\",\n    \"edulcorative\": \"ndozi\",\n    \"edward\": \"edita\",\n    \"edwards\": \"editọ\",\n    \"eelback\": \"azụ\",\n    \"eelbobber\": \"eBelba\",\n    \"eelcatcher\": \"ẹli\",\n    \"eeler\": \"ma ọ bụ\",\n    \"eelfare\": \"ọdịmma\",\n    \"eelfish\": \"ịchọ ọdịmma onwe onye nanị\",\n    \"eelgrass\": \"onyinye\",\n    \"eelgrasses\": \"onyinye\",\n    \"eeliest\": \"kacha\",\n    \"eeling\": \"edetu\",\n    \"eelpot\": \"kpo oku\",\n    \"eelpout\": \"ẹto\",\n    \"eelpouts\": \"egwuregwu\",\n    \"eels\": \"kpọọ\",\n    \"eelshop\": \"Nnukwu\",\n    \"eelskin\": \"akwa akwa\",\n    \"eelspear\": \"Uchechukwu\",\n    \"eelware\": \"kpochaa\",\n    \"eelworm\": \"onyekwere\",\n    \"eelworms\": \"igirigi\",\n    \"eery\": \"ọ bụla\",\n    \"eerie\": \"dị egwu\",\n    \"eerier\": \"ele\",\n    \"eeriest\": \"dị egwu\",\n    \"eerily\": \"ugboro ugboro\",\n    \"eeriness\": \"ike ọgwụgwụ\",\n    \"eerinesses\": \"ike ọgwụgwụ\",\n    \"eerisome\": \"dị egwu\",\n    \"eesome\": \"di egwu\",\n    \"eeten\": \"ime\",\n    \"eff\": \"kpo\",\n    \"effable\": \"nwere ike\",\n    \"efface\": \"kpochapu\",\n    \"effaceable\": \"ọkụ\",\n    \"effaced\": \"kpochapu\",\n    \"effacement\": \"kpochapu\",\n    \"effacer\": \"kpochapu\",\n    \"effacers\": \"ọkụ\",\n    \"effaces\": \"kpochapu\",\n    \"effacing\": \"kpochapu\",\n    \"effascinate\": \"kpochapu\",\n    \"effate\": \"kpochapu\",\n    \"effatum\": \"kpochapu\",\n    \"effect\": \"mmetụta\",\n    \"effected\": \"rụpụtara\",\n    \"effecter\": \"na-emetụta\",\n    \"effecters\": \"mmetụta\",\n    \"effectful\": \"bara uru\",\n    \"effectible\": \"kwere omume\",\n    \"effecting\": \"na-emetụta\",\n    \"effective\": \"irè\",\n    \"effectively\": \"n'ụzọ dị irè\",\n    \"effectiveness\": \"irè\",\n    \"effectivity\": \"arụmọrụ\",\n    \"effectless\": \"enweghị isi\",\n    \"effector\": \"mmetụta\",\n    \"effectors\": \"mmetụta\",\n    \"effectress\": \"Mmemme\",\n    \"effects\": \"mmetụta\",\n    \"effectual\": \"bara uru\",\n    \"effectuality\": \"mmetụta\",\n    \"effectualize\": \"Mmetụta\",\n    \"effectually\": \"mmetụta\",\n    \"effectualness\": \"mmetụta\",\n    \"effectuate\": \"mmetụta\",\n    \"effectuated\": \"mmetụta\",\n    \"effectuates\": \"mmetụta\",\n    \"effectuating\": \"mmetụta\",\n    \"effectuation\": \"mmetụta\",\n    \"effectuous\": \"mmetụta\",\n    \"effeminacy\": \"nrụpụta ọrụ\",\n    \"effeminate\": \"kpochapu\",\n    \"effeminated\": \"kpochapu\",\n    \"effeminately\": \"ọkụ\",\n    \"effeminateness\": \"nrụpụta\",\n    \"effeminating\": \"kpochapu\",\n    \"effemination\": \"ikpochapu\",\n    \"effeminatize\": \"kpochapu\",\n    \"effeminisation\": \"kpochapu\",\n    \"effeminise\": \"kpochapu\",\n    \"effeminised\": \"kpochapu\",\n    \"effeminising\": \"kpochapu\",\n    \"effeminization\": \"kpochapu\",\n    \"effeminize\": \"kpochaa\",\n    \"effeminized\": \"kpochapu\",\n    \"effeminizing\": \"kpochapu\",\n    \"effendi\": \"efendi\",\n    \"effendis\": \"Mgbasa\",\n    \"efference\": \"ihe\",\n    \"efferently\": \"na-emetụta\",\n    \"efferents\": \"efifọ\",\n    \"efferous\": \"na-arụ ọrụ\",\n    \"effervesce\": \"Ikechukwu\",\n    \"effervesced\": \"gbanwere\",\n    \"effervescence\": \"ike\",\n    \"effervescency\": \"ike\",\n    \"effervescent\": \"Ike\",\n    \"effervescently\": \"Na agbanyeghị\",\n    \"effervesces\": \"ọkụ\",\n    \"effervescible\": \"Ikekwe\",\n    \"effervescing\": \"Na-agbanye ume\",\n    \"effervescingly\": \"Ntughari\",\n    \"effervescive\": \"Na-enye ike\",\n    \"effet\": \"efet\",\n    \"effete\": \"efete\",\n    \"effetely\": \"ike\",\n    \"effeteness\": \"nrụpụta\",\n    \"effetman\": \"onye oma\",\n    \"effetmen\": \"ndi efetmenu\",\n    \"efficace\": \"ọkụ\",\n    \"efficacy\": \"nrụpụta ọrụ\",\n    \"efficacies\": \"arụ ọrụ\",\n    \"efficacious\": \"arụ ọrụ\",\n    \"efficaciously\": \"nrụpụta\",\n    \"efficaciousness\": \"arụ ọrụ\",\n    \"efficacity\": \"nrụpụta ọrụ\",\n    \"efficience\": \"arụmọrụ\",\n    \"efficiency\": \"arụmọrụ\",\n    \"efficiencies\": \"arụmọrụ\",\n    \"efficient\": \"oru oma\",\n    \"efficiently\": \"rụọ ọrụ nke ọma\",\n    \"effie\": \"efie\",\n    \"effierce\": \"effile\",\n    \"effigy\": \"ihe ngosi\",\n    \"effigial\": \"ike\",\n    \"effigiate\": \"kpochapu\",\n    \"effigiated\": \"kpaliri\",\n    \"effigiating\": \"na-ekpo ọkụ\",\n    \"effigiation\": \"ọkụ\",\n    \"effigies\": \"ihe ngosi\",\n    \"effiguration\": \"nrụpụta\",\n    \"efflagitate\": \"kpochapu\",\n    \"efflate\": \"kpochapụ\",\n    \"efflation\": \"mmesapụ aka\",\n    \"effloresce\": \"kpochapu\",\n    \"effloresced\": \"kpochapụrụ\",\n    \"efflorescence\": \"kpochapu\",\n    \"efflorescency\": \"kpochapu ọkụ\",\n    \"efflorescent\": \"kpochapu\",\n    \"effloresces\": \"kpochapu\",\n    \"efflorescing\": \"kpochapu\",\n    \"efflower\": \"kpochapu\",\n    \"effluence\": \"mmanu\",\n    \"effluences\": \"ọkụ\",\n    \"effluency\": \"nrụpụta\",\n    \"effluent\": \"agba agba mmiri\",\n    \"effluents\": \"ihe na agba agba\",\n    \"effluve\": \"gbasaa\",\n    \"effluvia\": \"efluvia\",\n    \"effluviable\": \"kpochapu\",\n    \"effluvial\": \"kpochapụ\",\n    \"effluvias\": \"kpochapụ\",\n    \"effluviate\": \"gbasaa\",\n    \"effluviography\": \"ihe omuma\",\n    \"effluvious\": \"efuo\",\n    \"effluvium\": \"kpochapu\",\n    \"effluviums\": \"kpochapụ\",\n    \"effluvivia\": \"efluvivia\",\n    \"effluviviums\": \"ikuku mmiri\",\n    \"efflux\": \"kpochapụ\",\n    \"effluxes\": \"kpochapụ\",\n    \"effluxion\": \"kpochapu\",\n    \"effoliate\": \"kpochapu\",\n    \"efforce\": \"ike\",\n    \"efford\": \"ikekwe\",\n    \"efform\": \"eme\",\n    \"efformation\": \"ihe\",\n    \"efformative\": \"na-arụ ọrụ\",\n    \"effort\": \"mgbali\",\n    \"effortful\": \"na-agbasi mbọ ike\",\n    \"effortfully\": \"agbasi mbọ ike\",\n    \"effortfulness\": \"itinye mgbalị\",\n    \"effortless\": \"enweghị mgbalị\",\n    \"effortlessly\": \"n’enweghị nsogbu\",\n    \"effortlessness\": \"enweghị mgbalị\",\n    \"efforts\": \"mgbalị\",\n    \"effossion\": \"kpochapu\",\n    \"effraction\": \"kpochapu\",\n    \"effractor\": \"onye mmeputa\",\n    \"effray\": \"kpochapụ\",\n    \"effranchise\": \"kpochapu\",\n    \"effranchisement\": \"Ntughari\",\n    \"effrenate\": \"kpochapu\",\n    \"effront\": \"kpochapu\",\n    \"effronted\": \"kpochapu\",\n    \"effrontery\": \"kpochapu\",\n    \"effronteries\": \"akwara\",\n    \"effs\": \"Ekwes\",\n    \"effulged\": \"kpatara\",\n    \"effulging\": \"efisɛ\",\n    \"effumability\": \"ịba ụba\",\n    \"effume\": \"kpochapu\",\n    \"effund\": \"kpofuo\",\n    \"effuse\": \"kpochapu\",\n    \"effused\": \"kpochapụrụ\",\n    \"effusely\": \"zuru oke\",\n    \"effuses\": \"kpochapụ\",\n    \"effusing\": \"kpochapu\",\n    \"effusiometer\": \"kpochapu ọkụ\",\n    \"effusion\": \"kpochapu\",\n    \"effusions\": \"kpochapu\",\n    \"effusive\": \"zuru ike\",\n    \"effusively\": \"zuru oke\",\n    \"effusiveness\": \"ike gwụ\",\n    \"effuso\": \"efuso\",\n    \"effuviate\": \"agbapụta\",\n    \"efractory\": \"ọ bara uru\",\n    \"eft\": \"aka\",\n    \"eftest\": \"kasị elu\",\n    \"eg\": \"ịmaatụ\",\n    \"egal\": \"ịgha\",\n    \"egalitarian\": \"enweghị enyemaka\",\n    \"egalitarianism\": \"ịha nhatanha\",\n    \"egalitarians\": \"ịha nhatanha\",\n    \"egalites\": \"egalite\",\n    \"egality\": \"nha anya\",\n    \"egall\": \"ịgha\",\n    \"egally\": \"n'ụzọ iwu\",\n    \"egba\": \"egbo\",\n    \"eger\": \"dịka\",\n    \"egeran\": \"egeria\",\n    \"egers\": \"wdg\",\n    \"egest\": \"atụ\",\n    \"egested\": \"egestest\",\n    \"egesting\": \"icesting\",\n    \"egestion\": \"ọgwụgwọ nwoke\",\n    \"egestions\": \"Atụmatụ\",\n    \"egestive\": \"ịkwụ ụgwọ\",\n    \"egg\": \"akwa\",\n    \"eggars\": \"egga\",\n    \"eggbeaters\": \"akwa akwa\",\n    \"eggcrate\": \"akwa\",\n    \"eggcup\": \"akwa\",\n    \"eggcupful\": \"akwa iko\",\n    \"eggcups\": \"iko iko\",\n    \"egged\": \"gbara\",\n    \"eggfish\": \"akwa azu\",\n    \"eggfruit\": \"akwa\",\n    \"egghot\": \"agbako\",\n    \"eggler\": \"akwa\",\n    \"eggless\": \"akwa\",\n    \"egglike\": \"dị ka àkwá\",\n    \"eggment\": \"ibe\",\n    \"eggnog\": \"àkwá\",\n    \"eggnogs\": \"akwa\",\n    \"eggroll\": \"tinye akwa\",\n    \"eggrolls\": \"akwa\",\n    \"eggs\": \"akwa\",\n    \"eggshell\": \"akwa\",\n    \"eggshells\": \"akwa\",\n    \"egypt\": \"Egypt\",\n    \"egyptian\": \"onye Ijipt\",\n    \"egyptians\": \"ndị Ijipt\",\n    \"egyptize\": \"egypti\",\n    \"egises\": \"akụkọ\",\n    \"eglandular\": \"dịka\",\n    \"eglandulous\": \"eglandistic\",\n    \"egling\": \"atụ\",\n    \"egocentrically\": \"lebara anya\",\n    \"egocentricity\": \"onwe onye\",\n    \"egocentricities\": \"ego ego\",\n    \"egocentristic\": \"okuko\",\n    \"egohood\": \"idi okuko\",\n    \"egoism\": \"ego\",\n    \"egoisms\": \"ego\",\n    \"egoist\": \"onye isi\",\n    \"egoistic\": \"na-ahụ n'anya\",\n    \"egoistical\": \"na-ahụ n'anya\",\n    \"egoistically\": \"n'eziokwu\",\n    \"egoisticalness\": \"enweghị ego\",\n    \"egoistry\": \"Onwe onye\",\n    \"egoists\": \"ndi ego\",\n    \"egoity\": \"ịdị na-ahụ n'anya\",\n    \"egoize\": \"lezie anya\",\n    \"egolatrous\": \"na-achọ ego\",\n    \"egomism\": \"adịchaghị mma\",\n    \"egophony\": \"ekwenti\",\n    \"egotheism\": \"ịma mma\",\n    \"egotism\": \"ịdị umeala n'obi\",\n    \"egotisms\": \"ịma jijiji\",\n    \"egotist\": \"onye isi\",\n    \"egotistic\": \"ịdị umeala n'obi\",\n    \"egotistical\": \"atụ\",\n    \"egotistically\": \"n'echeghị anya\",\n    \"egotisticalness\": \"ịdị umeala n'obi\",\n    \"egotists\": \"ndị na-eche maka ọdịmma onwe ha\",\n    \"egotize\": \"itule\",\n    \"egotizing\": \"na-arụ ọrụ\",\n    \"egregious\": \"egregig\",\n    \"egregiously\": \"n'ụzọ na-enweghị isi\",\n    \"egregiousness\": \"ịma aka ọjọọ\",\n    \"egress\": \"ọrụ\",\n    \"egressed\": \"Ekpe\",\n    \"egresses\": \"ọrụ\",\n    \"egressing\": \"na-arụ ọrụ\",\n    \"egression\": \"ngosi\",\n    \"egressive\": \"ezigbo\",\n    \"egressor\": \"ọrụ\",\n    \"egrets\": \"egre\",\n    \"egromancy\": \"enweghị ogo\",\n    \"egueiite\": \"Egueiite\",\n    \"eguttulate\": \"ilekọta\",\n    \"eyas\": \"mmiri\",\n    \"eide\": \"kwalie\",\n    \"eident\": \"ama\",\n    \"eydent\": \"ihe\",\n    \"eidently\": \"n'eziokwu\",\n    \"eider\": \"onye iduga\",\n    \"eiderdown\": \"Udiri\",\n    \"eiders\": \"Udiri\",\n    \"eidetic\": \"adị ndụ\",\n    \"eidolic\": \"Eidolic\",\n    \"eidolism\": \"ịdị adị\",\n    \"eidology\": \"ihe omume\",\n    \"eidos\": \"Eidos\",\n    \"eidouranion\": \"ndozi\",\n    \"eye\": \"anya\",\n    \"eyeable\": \"anya\",\n    \"eyeball\": \"nku anya\",\n    \"eyeballed\": \"nku anya\",\n    \"eyeballing\": \"nku anya\",\n    \"eyeballs\": \"nku anya\",\n    \"eyebalm\": \"nkuanya\",\n    \"eyebar\": \"nku anya\",\n    \"eyebath\": \"nkuchi anya\",\n    \"eyebeams\": \"eyebeam\",\n    \"eyeblack\": \"anya ojii\",\n    \"eyeblink\": \"anya ntabi anya\",\n    \"eyebolt\": \"nkuchi anya\",\n    \"eyebolts\": \"nku anya\",\n    \"eyebree\": \"nkuanya\",\n    \"eyebridled\": \"anya ghoro\",\n    \"eyebright\": \"nkuanya\",\n    \"eyebrow\": \"nkuanya\",\n    \"eyebrows\": \"nku anya\",\n    \"eyecup\": \"nkuanya\",\n    \"eyecups\": \"nkuanya\",\n    \"eyed\": \"anya\",\n    \"eyedness\": \"anya\",\n    \"eyednesses\": \"nkuanya\",\n    \"eyedrop\": \"nkuanya\",\n    \"eyeflap\": \"nkuanya\",\n    \"eyeful\": \"anya\",\n    \"eyefuls\": \"anya\",\n    \"eyeglance\": \"nku anya\",\n    \"eyeglass\": \"ugogbe anya\",\n    \"eyeglasses\": \"ugogbe anya\",\n    \"eyeground\": \"nkuanya\",\n    \"eyehole\": \"nkuchi anya\",\n    \"eyeholes\": \"nku anya\",\n    \"eyehooks\": \"anya nko\",\n    \"eyey\": \"anya\",\n    \"eyeing\": \"anya\",\n    \"eyeish\": \"anya\",\n    \"eyelash\": \"ntutu anya\",\n    \"eyelashes\": \"nku anya\",\n    \"eyelast\": \"ntutu anya\",\n    \"eyeless\": \"enweghị anya\",\n    \"eyelessness\": \"enweghị anya\",\n    \"eyeleted\": \"eyele anya\",\n    \"eyeleting\": \"nku anya\",\n    \"eyeletted\": \"eyeletị\",\n    \"eyeletting\": \"eyeleting\",\n    \"eyelid\": \"nkuchianya\",\n    \"eyelids\": \"nkuanya\",\n    \"eyelight\": \"iku anya\",\n    \"eyelike\": \"anya\",\n    \"eyeline\": \"anya anya\",\n    \"eyeopener\": \"nku anya\",\n    \"eyepieces\": \"nku anya\",\n    \"eyepit\": \"oghere nkuanya\",\n    \"eyepoint\": \"anya\",\n    \"eyepoints\": \"nku anya\",\n    \"eyepopper\": \"nku anya\",\n    \"eyer\": \"onye ozi\",\n    \"eyeroot\": \"nku anya\",\n    \"eyers\": \"anya\",\n    \"eyes\": \"anya\",\n    \"eyesalve\": \"ọgwụ anya\",\n    \"eyeservant\": \"anya\",\n    \"eyeserver\": \"eyeerver\",\n    \"eyeservice\": \"ọrụ nlekọta\",\n    \"eyeshade\": \"nkuanya\",\n    \"eyeshades\": \"nku anya\",\n    \"eyeshield\": \"anya\",\n    \"eyeshine\": \"nku anya\",\n    \"eyeshot\": \"nku anya\",\n    \"eyesight\": \"anya\",\n    \"eyesights\": \"anya\",\n    \"eyesome\": \"mara mma\",\n    \"eyesore\": \"anya\",\n    \"eyesores\": \"anya\",\n    \"eyespot\": \"nkuanya\",\n    \"eyespots\": \"nku anya\",\n    \"eyess\": \"nku anya\",\n    \"eyestalk\": \"anya anya\",\n    \"eyestalks\": \"anya anya\",\n    \"eyestone\": \"nkume anya\",\n    \"eyestrain\": \"nkuanya\",\n    \"eyestring\": \"nku anya\",\n    \"eyestrings\": \"nku anya\",\n    \"eyewash\": \"nkuanya\",\n    \"eyewashes\": \"nkuanya anya\",\n    \"eyewater\": \"anya mmiri\",\n    \"eyewaters\": \"anya mmiri\",\n    \"eyewear\": \"uwe anya\",\n    \"eyewink\": \"nkuanya\",\n    \"eyewinks\": \"nku anya\",\n    \"eyewitness\": \"onye akaebe\",\n    \"eyewitnesses\": \"ndị ji anya ha hụ ihe merenụ\",\n    \"eyewort\": \"nkuanya\",\n    \"eigenfrequency\": \"ebumpụta ụwa\",\n    \"eigenfunction\": \"ọrụ\",\n    \"eigenspace\": \"oghere ụwa\",\n    \"eigenstate\": \"alaeze\",\n    \"eigenvectors\": \"ndị eigenvectors\",\n    \"eight\": \"asatọ\",\n    \"eightball\": \"bọọlụ asatọ\",\n    \"eightballs\": \"bọọlụ asatọ\",\n    \"eighteen\": \"iri na asatọ\",\n    \"eighteenfold\": \"iri na asatọ\",\n    \"eighteenmo\": \"iri na asatọ\",\n    \"eighteenmos\": \"iri na asatọ\",\n    \"eighteens\": \"iri na asatọ\",\n    \"eighteenth\": \"nke iri na asatọ\",\n    \"eighteenthly\": \"nke iri na asatọ\",\n    \"eighteenths\": \"iri na asatọ\",\n    \"eightfoil\": \"okpukpu asatọ\",\n    \"eightfold\": \"okpukpu asatọ\",\n    \"eighth\": \"nke asatọ\",\n    \"eighthes\": \"asatọ\",\n    \"eighthly\": \"nke asatọ\",\n    \"eighths\": \"asatọ\",\n    \"eighty\": \"iri asatọ\",\n    \"eighties\": \"iri asatọ\",\n    \"eightieth\": \"iri asatọ\",\n    \"eightieths\": \"iri asatọ\",\n    \"eightyfold\": \"iri asatọ\",\n    \"eightling\": \"asatọ\",\n    \"eightpenny\": \"iri na asatọ\",\n    \"eights\": \"asatọ\",\n    \"eightscore\": \"iri asatọ\",\n    \"eightsman\": \"onye anakpo\",\n    \"eightsmen\": \"mmadụ asatọ\",\n    \"eightsome\": \"dị asatọ\",\n    \"eightvo\": \"asatọ\",\n    \"eightvos\": \"asatọ\",\n    \"eigne\": \"igene\",\n    \"eikonology\": \"ihe omumu\",\n    \"eikons\": \"akara ngosi\",\n    \"eyl\": \"ọla\",\n    \"eila\": \"ndị ọzọ\",\n    \"eild\": \"ifuru\",\n    \"eileen\": \"enyo\",\n    \"eimer\": \"Ime\",\n    \"eimeria\": \"ụwa\",\n    \"eyn\": \"bụ\",\n    \"eyne\": \"eye\",\n    \"einkorn\": \"ezenwanyi\",\n    \"einkorns\": \"Onyedikachukwu\",\n    \"eyot\": \"oget\",\n    \"eyr\": \"ey\",\n    \"eyrant\": \"dị iche iche\",\n    \"eyre\": \"eye\",\n    \"eirene\": \"Eirene\",\n    \"eyres\": \"eyiri\",\n    \"eiry\": \"okpokoro\",\n    \"eyry\": \"eyiri\",\n    \"eyries\": \"eyiri\",\n    \"eisegeses\": \"Eisegeses\",\n    \"eisell\": \"akwa\",\n    \"eisenberg\": \"Eisenberg\",\n    \"eisodic\": \"Eisodic\",\n    \"eisteddfod\": \"eferedfod\",\n    \"eisteddfodic\": \"onyekwere\",\n    \"eisteddfodism\": \"istedrịba ama\",\n    \"eisteddfods\": \"eferedfods\",\n    \"either\": \"ma obu\",\n    \"ejaculate\": \"igbapu\",\n    \"ejaculates\": \"ejachaa\",\n    \"ejaculating\": \"ịgbanye\",\n    \"ejaculation\": \"ọnye ọbara\",\n    \"ejaculations\": \"ejaculation\",\n    \"eject\": \"idapu\",\n    \"ejecta\": \"kpo kpo\",\n    \"ejectable\": \"jectbụl\",\n    \"ejectamenta\": \"mgbako\",\n    \"ejected\": \"chụpụ\",\n    \"ejectee\": \"bido\",\n    \"ejecting\": \"ịtụpụ\",\n    \"ejection\": \"ịkpọpụ\",\n    \"ejections\": \"Ọpụpụ\",\n    \"ejective\": \"bido\",\n    \"ejectively\": \"n'echiche\",\n    \"ejectives\": \"ebumnobi\",\n    \"ejectivity\": \"ebido\",\n    \"ejectment\": \"mbupu\",\n    \"ejectors\": \"ndị na-atụgharị uche\",\n    \"ejects\": \"na-ajụ\",\n    \"ejectum\": \"mgbako\",\n    \"ejicient\": \"Ezigbo\",\n    \"ejidal\": \"ọbara\",\n    \"ejulation\": \"ndozi\",\n    \"ejurate\": \"ejuju\",\n    \"ejuration\": \"ejuju\",\n    \"ekaha\": \"ẹkaha\",\n    \"eke\": \"ẹke\",\n    \"ekistics\": \"ihe omumu\",\n    \"elaborate\": \"kọwara n'uju\",\n    \"elaborated\": \"kọwara n'uju\",\n    \"elaborately\": \"n'ụzọ zuru ezu\",\n    \"elaborateness\": \"ịkọwapụta ihe\",\n    \"elaborates\": \"na-akọwawanye\",\n    \"elaborating\": \"na-akọwapụta\",\n    \"elaboration\": \"nkọwapụta\",\n    \"elaborations\": \"nkọwapụta\",\n    \"elaborative\": \"nkọwa zuru ezu\",\n    \"elaboratively\": \"n'ụzọ zuru ezu\",\n    \"elaborator\": \"nkọwapụta\",\n    \"elaboratory\": \"na-akọwapụta nke ọma\",\n    \"elaborators\": \"ndị nkọwapụta\",\n    \"elabrate\": \"zuru ezu\",\n    \"elachistaceous\": \"zuru ezu\",\n    \"elaeocarpaceous\": \"mbara igwe\",\n    \"elaeodendron\": \"Nkọwa\",\n    \"elaeometer\": \"saootu\",\n    \"elaic\": \"akọwa\",\n    \"elaidate\": \"nghọta\",\n    \"elaidic\": \"zuru oke\",\n    \"elaidinic\": \"zuru ezu\",\n    \"elayl\": \"elaine\",\n    \"elain\": \"elaine\",\n    \"elains\": \"elaine\",\n    \"elaiosome\": \"zuru oke\",\n    \"elamite\": \"Elamite\",\n    \"elamitic\": \"Elamitic\",\n    \"elamitish\": \"wezuga\",\n    \"elamp\": \"ndozi\",\n    \"elan\": \"ikpa\",\n    \"elance\": \"ileba anya\",\n    \"eland\": \"ndozi\",\n    \"elands\": \"okwu\",\n    \"elanet\": \"Elanet\",\n    \"elans\": \"bụ\",\n    \"elanus\": \"Elanus\",\n    \"elaphebolion\": \"nkọwapụta\",\n    \"elaphomyces\": \"nkọwapụta\",\n    \"elaphrium\": \"okpokoro\",\n    \"elaphure\": \"nkọwapụta\",\n    \"elapid\": \"zuru oke\",\n    \"elapids\": \"oke mmiri\",\n    \"elapine\": \"zuru\",\n    \"elapoid\": \"zuru oke\",\n    \"elaps\": \"gafere\",\n    \"elapsed\": \"gafere\",\n    \"elapses\": \"gafere\",\n    \"elapsing\": \"na-egbu egbu\",\n    \"elargement\": \"ịba ụba\",\n    \"elasmobranch\": \"Elasmobranch\",\n    \"elasmobranchian\": \"Elasmobranchian\",\n    \"elasmobranchiate\": \"Elasmobranchiate\",\n    \"elasmosaur\": \"Elasmosaur\",\n    \"elasmosaurus\": \"Elasmosaurus\",\n    \"elasmothere\": \"Elasmothere\",\n    \"elasmotherium\": \"Elasmotherium\",\n    \"elastic\": \"na-agbanwe\",\n    \"elastica\": \"Elastica\",\n    \"elastically\": \"elastally\",\n    \"elasticate\": \"na-agbanwe\",\n    \"elastician\": \"Elastician\",\n    \"elasticin\": \"Elasticin\",\n    \"elasticity\": \"ekwedo\",\n    \"elasticities\": \"na-agbanwe agbanwe\",\n    \"elasticize\": \"na-agbanwe\",\n    \"elasticized\": \"na-agbanwe\",\n    \"elasticizer\": \"na-agbanwe agbanwe\",\n    \"elasticizes\": \"na-agbanwe\",\n    \"elasticizing\": \"na-agbanwe\",\n    \"elasticness\": \"ekwedo\",\n    \"elastics\": \"elastik\",\n    \"elasticum\": \"na-agbanwe\",\n    \"elastometer\": \"elastometa\",\n    \"elate\": \"gosi\",\n    \"elated\": \"nwere obi ụtọ\",\n    \"elatedly\": \"ji ọlatedụ\",\n    \"elatedness\": \"obi ụtọ\",\n    \"elater\": \"akọwa\",\n    \"elatery\": \"zuru ezu\",\n    \"elaterid\": \"okechi\",\n    \"elaterids\": \"ngwa ngwa\",\n    \"elaterist\": \"onye na-akọwa ihe\",\n    \"elaterite\": \"zuru ezu\",\n    \"elaters\": \"ndị na-ekpo ọkụ\",\n    \"elates\": \"afụ\",\n    \"elatinaceous\": \"dị iche iche\",\n    \"elating\": \"na-earing\",\n    \"elation\": \"obi ụtọ\",\n    \"elations\": \"afọ\",\n    \"elative\": \"nkọwa\",\n    \"elatives\": \"nkọwa\",\n    \"elator\": \"onye nlekota\",\n    \"elatrometer\": \"elatrometa\",\n    \"elboic\": \"bolọ\",\n    \"elbow\": \"ikiaka\",\n    \"elbowboard\": \"ikiaka\",\n    \"elbowbush\": \"nkwonkwo aka\",\n    \"elbowchair\": \"nkwonkwo aka\",\n    \"elbowed\": \"ikiaka\",\n    \"elbower\": \"ikiaka\",\n    \"elbowy\": \"ikiaka\",\n    \"elbowing\": \"ikiaka\",\n    \"elbowpiece\": \"ikiaka\",\n    \"elbowroom\": \"ikpere aka\",\n    \"elbows\": \"ikiaka\",\n    \"elbuck\": \"ikiri\",\n    \"eld\": \"ọkpara\",\n    \"elder\": \"okenye\",\n    \"elderbrotherhood\": \"okenye, nwanne\",\n    \"elderbrotherish\": \"okenye nwoke\",\n    \"elderbrotherly\": \"okenye, nwanne\",\n    \"elderhood\": \"okenye\",\n    \"elderly\": \"agadi\",\n    \"elderlies\": \"okenye\",\n    \"elderliness\": \"okenye\",\n    \"elderling\": \"okenye\",\n    \"elderman\": \"edelman\",\n    \"eldermen\": \"edelman\",\n    \"eldern\": \"ndị okenye\",\n    \"elders\": \"ndị okenye\",\n    \"eldership\": \"okenye\",\n    \"eldersisterly\": \"okenye\",\n    \"elderwoman\": \"okenyeinwanne\",\n    \"elderwomen\": \"okenyewomen\",\n    \"elderwort\": \"okenyewort\",\n    \"eldest\": \"nke okenye\",\n    \"eldfather\": \"nna nna\",\n    \"eldin\": \"ọkpara\",\n    \"elding\": \"okenye\",\n    \"eldmother\": \"nne nne\",\n    \"eldorado\": \"Eldorado\",\n    \"eldred\": \"ọkpara\",\n    \"eldress\": \"nwa nwanyi\",\n    \"eldrich\": \"okenye\",\n    \"eldritch\": \"Onyebuchi\",\n    \"elds\": \"Elis\",\n    \"eleatic\": \"dị elu\",\n    \"eleaticism\": \"ugwu\",\n    \"elecive\": \"nhoputa\",\n    \"elecives\": \"nhoputa\",\n    \"elect\": \"elec\",\n    \"electant\": \"onye nhoputa\",\n    \"electary\": \"eletrik\",\n    \"elected\": \"hoputara\",\n    \"electee\": \"hoputara\",\n    \"electic\": \"eletrik\",\n    \"electicism\": \"eclecticism\",\n    \"electing\": \"na-ahọpụta\",\n    \"election\": \"ntuli aka\",\n    \"electionary\": \"ntuli aka\",\n    \"electioneer\": \"onye ntuli aka\",\n    \"electioneered\": \"họpụtara\",\n    \"electioneerer\": \"onye ntuli aka\",\n    \"electioneering\": \"ntuli aka\",\n    \"electioneers\": \"ndi nhoputa ndi ochichi\",\n    \"elections\": \"ntuli aka\",\n    \"elective\": \"nhoputa\",\n    \"electively\": \"elektrik\",\n    \"electiveness\": \"nhọpụta\",\n    \"electives\": \"nhoputa\",\n    \"electivity\": \"ọkụ eletrik\",\n    \"electly\": \"ntuli aka\",\n    \"electo\": \"nhoputa\",\n    \"elector\": \"nhoputa\",\n    \"electoral\": \"ntuli aka\",\n    \"electorally\": \"ntuli aka\",\n    \"electorate\": \"ndi nhoputa ndi ochichi\",\n    \"electorates\": \"na-ahọrọ\",\n    \"electorial\": \"ntuli aka\",\n    \"electors\": \"ndi nhoputa\",\n    \"electorship\": \"ntuli aka\",\n    \"electragy\": \"eletrik\",\n    \"electragist\": \"onye nchoputa\",\n    \"electralize\": \"mekwaa oku\",\n    \"electrepeter\": \"elektrik\",\n    \"electress\": \"omeozi\",\n    \"electret\": \"elektrik\",\n    \"electrets\": \"elektrik\",\n    \"electric\": \"eletrik\",\n    \"electrical\": \"eletriki\",\n    \"electricalize\": \"eletrik\",\n    \"electrically\": \"eletrik\",\n    \"electricalness\": \"eletrik\",\n    \"electrican\": \"ọkụ eletrik\",\n    \"electricans\": \"ọkụ eletrik\",\n    \"electrician\": \"ọkụ eletrik\",\n    \"electricians\": \"ndị ọkụ eletrik\",\n    \"electricity\": \"ọkụ eletrik\",\n    \"electricize\": \"eletrik\",\n    \"electrics\": \"eletrik\",\n    \"electrify\": \"meenụ oku\",\n    \"electrification\": \"eletrik\",\n    \"electrified\": \"gbanye ọkụ\",\n    \"electrifiers\": \"ndi nhoputa ndi ochichi\",\n    \"electrifies\": \"elektrik\",\n    \"electrifying\": \"eletrik\",\n    \"electrine\": \"ihe ọkụkụ\",\n    \"electrion\": \"ntuli aka\",\n    \"electrionic\": \"kọmputa\",\n    \"electrize\": \"họta\",\n    \"electrized\": \"họpụtara\",\n    \"electrizing\": \"na-ahọrọ\",\n    \"electro\": \"eletriki\",\n    \"electroanalysis\": \"nyocha\",\n    \"electroanesthesia\": \"elektrọniks\",\n    \"electrocardiograms\": \"electrocardiogram\",\n    \"electrocardiograph\": \"Igwe ọkụ\",\n    \"electrocatalysis\": \"nyocha eletrik\",\n    \"electrocatalytic\": \"elektrik\",\n    \"electrocataphoresis\": \"elektrikataphoresis\",\n    \"electrocataphoretic\": \"elektrikataphoretic\",\n    \"electrochemically\": \"eletriki\",\n    \"electrochemist\": \"onye na-agbanye ọkụ eletrik\",\n    \"electrocystoscope\": \"elektrikikoscope\",\n    \"electrocoating\": \"ikpo oku\",\n    \"electrocontractility\": \"mmekorita\",\n    \"electroconvulsive\": \"elektrik\",\n    \"electrocratic\": \"elektrik\",\n    \"electroculture\": \"ọkụ eletrik\",\n    \"electrocute\": \"eletrik\",\n    \"electrocuted\": \"eletrik\",\n    \"electrocutes\": \"eletrik\",\n    \"electrocuting\": \"na-ekpo ọkụ\",\n    \"electrocution\": \"ọkụ eletrik\",\n    \"electrocutional\": \"ọkụ eletrik\",\n    \"electrocutioner\": \"eletrik\",\n    \"electrocutions\": \"ọkụ eletrik\",\n    \"electrodeless\": \"enweghị electrode\",\n    \"electrodentistry\": \"dlọ ezé\",\n    \"electrodynamics\": \"ihe omumu\",\n    \"electroed\": \"eletrik\",\n    \"electroencephalograms\": \"electroencephalogram\",\n    \"electrography\": \"nyocha\",\n    \"electrographic\": \"eletriki\",\n    \"electroionic\": \"elektrọnik\",\n    \"electroless\": \"eletrik\",\n    \"electrolier\": \"eletrik\",\n    \"electrolysation\": \"electrolytic\",\n    \"electrolysed\": \"eletrik\",\n    \"electrolyser\": \"electrolysis\",\n    \"electrolyses\": \"electrolysis\",\n    \"electrolithotrity\": \"ọkụ ọkụ eletrik\",\n    \"electrolytical\": \"electrolytic\",\n    \"electrolyzable\": \"eletrik\",\n    \"electrolyzed\": \"eletrik\",\n    \"electrolyzing\": \"ikpo ọkụ\",\n    \"electrology\": \"ihe omumu\",\n    \"electrologic\": \"eletriki\",\n    \"electrological\": \"kọmputa\",\n    \"electrologists\": \"ndị ọkà mmụta sayensị\",\n    \"electroluminescence\": \"Nchịkọta\",\n    \"electromagnet\": \"ihe ntanetị\",\n    \"electromassage\": \"nnweta electromassage\",\n    \"electromechanically\": \"elektrik\",\n    \"electromechanics\": \"ihe electromechanics\",\n    \"electrometallurgical\": \"igwe ogwu\",\n    \"electrometer\": \"electrometa\",\n    \"electrometry\": \"ihe ndozi\",\n    \"electrometrically\": \"elektrik\",\n    \"electromyograph\": \"kọmputa\",\n    \"electromyography\": \"nyocha\",\n    \"electromyographic\": \"kọmputa\",\n    \"electromobile\": \"kọmputa\",\n    \"electromotion\": \"nnweta\",\n    \"electromotivity\": \"nnweta electromotivity\",\n    \"electron\": \"elektrọn\",\n    \"electronervous\": \"elektrọnik\",\n    \"electronic\": \"kọmputa\",\n    \"electronically\": \"na kọmputa\",\n    \"electronics\": \"elektrọnik\",\n    \"electronography\": \"nyocha\",\n    \"electronographic\": \"ihe omuma\",\n    \"electrons\": \"elektrọnik\",\n    \"electronvolt\": \"elektrik\",\n    \"electrooptically\": \"elektrik\",\n    \"electrophone\": \"igwe okwu\",\n    \"electrophonically\": \"elektrọnik\",\n    \"electrophoresing\": \"nnweta\",\n    \"electrophoretic\": \"electrophoretik\",\n    \"electroplating\": \"na-ahọrọ\",\n    \"electropneumatically\": \"elektrọnụm\",\n    \"electroscission\": \"ntinye aka\",\n    \"electroscope\": \"ihe onyonyo\",\n    \"electroscopes\": \"elektrọnik\",\n    \"electroscopic\": \"elektrọnik\",\n    \"electrosensitive\": \"elektrik\",\n    \"electrosherardizing\": \"Ntughari akwukwo\",\n    \"electrosynthesis\": \"nchịkwa\",\n    \"electrosynthetic\": \"ihe nchịkwa\",\n    \"electrosynthetically\": \"elektrik\",\n    \"electrosmosis\": \"nchịkwa\",\n    \"electrosurgery\": \"nchịkwa eletrik\",\n    \"electrosurgically\": \"elektrọnik\",\n    \"electrotechnic\": \"elektrọnik\",\n    \"electrotechnical\": \"elektrọniks\",\n    \"electrotechnician\": \"elektrik\",\n    \"electrotechnology\": \"elektronik\",\n    \"electrotelegraphy\": \"ihe omuma\",\n    \"electrotherapeutic\": \"ọgwụgwọ\",\n    \"electrotherapeutical\": \"igwe ogwu\",\n    \"electrotherapeutics\": \"usoro ọgwụgwọ\",\n    \"electrotherapeutist\": \"ihe mmuta\",\n    \"electrotherapies\": \"usoro elektrọnik\",\n    \"electrotherapist\": \"ihe mmuta\",\n    \"electrotheraputically\": \"eletriki igwe\",\n    \"electrothermally\": \"eletriki\",\n    \"electrotype\": \"elektrik\",\n    \"electrotitration\": \"ntinye aka\",\n    \"electrotonic\": \"elektrọnik\",\n    \"electrotonize\": \"eletriki\",\n    \"electrovalence\": \"nyocha\",\n    \"electrovalent\": \"nyocha\",\n    \"electrovital\": \"Ntughari\",\n    \"electrowinning\": \"ntinye\",\n    \"electrums\": \"elektrik\",\n    \"elects\": \"nhoputa\",\n    \"electuary\": \"ọkụ eletrik\",\n    \"eledone\": \"Eledone\",\n    \"elegance\": \"ịdị mma\",\n    \"elegances\": \"nnweta\",\n    \"elegancy\": \"nnweta\",\n    \"elegancies\": \"elegan\",\n    \"elegant\": \"mara mma\",\n    \"elegantly\": \"mara mma\",\n    \"elegiacal\": \"elegiac\",\n    \"elegiast\": \"elegiac\",\n    \"elegibility\": \"ntozu\",\n    \"elegious\": \"mara mma\",\n    \"elegise\": \"mara mma\",\n    \"elegised\": \"dị mma\",\n    \"elegises\": \"ihe mara mma\",\n    \"elegising\": \"ihe na-adọrọ adọrọ\",\n    \"elegist\": \"onye mara mma\",\n    \"elegists\": \"ndị maara ihe\",\n    \"elegit\": \"mara mma\",\n    \"elegits\": \"ihe mara mma\",\n    \"elegize\": \"mara mma\",\n    \"elegized\": \"dị mma\",\n    \"elegizes\": \"na-edozi\",\n    \"elegizing\": \"dị mma\",\n    \"elelments\": \"elelị\",\n    \"element\": \"mmewere\",\n    \"elemental\": \"mmewere\",\n    \"elementality\": \"mmewere\",\n    \"elementalize\": \"hazie\",\n    \"elementally\": \"dika\",\n    \"elementals\": \"mmewere\",\n    \"elementary\": \"elementrị\",\n    \"elementarily\": \"N'ụzọ bụ isi\",\n    \"elementarism\": \"mmewere\",\n    \"elementarity\": \"mmewere\",\n    \"elementate\": \"elementrị\",\n    \"elementish\": \"mbido\",\n    \"elements\": \"ihe\",\n    \"elenchical\": \"elenistik\",\n    \"elenchically\": \"elen elen\",\n    \"elenchize\": \"Elenchize\",\n    \"elenchtic\": \"elenchik\",\n    \"elenchus\": \"Elenchus\",\n    \"elenctical\": \"elenistical\",\n    \"elengeness\": \"ịdị elu\",\n    \"eleolite\": \"Eleolite\",\n    \"eleometer\": \"eleometa\",\n    \"eleotrid\": \"Eleotrid\",\n    \"elephancy\": \"enyi\",\n    \"elephant\": \"enyi\",\n    \"elephanta\": \"enyi\",\n    \"elephantiases\": \"enyí\",\n    \"elephantiasic\": \"enugwu-ukwu\",\n    \"elephantic\": \"enyi\",\n    \"elephanticide\": \"enyi\",\n    \"elephantine\": \"enyi\",\n    \"elephantlike\": \"elephant\",\n    \"elephantous\": \"enyi\",\n    \"elephantry\": \"enyi\",\n    \"elephants\": \"enyi\",\n    \"elephas\": \"enyi\",\n    \"eleusinian\": \"Egwuregwu\",\n    \"eleutheria\": \"Eleutheria\",\n    \"eleutherian\": \"Eleutherian\",\n    \"eleutherodactyl\": \"mmmmmmmmmmmmm\",\n    \"eleutherodactyli\": \"eleuthegandupili\",\n    \"eleutheromorph\": \"eleutromorph\",\n    \"elevate\": \"bulie\",\n    \"elevated\": \"elu\",\n    \"elevatedly\": \"elu\",\n    \"elevatedness\": \"ebuli elu\",\n    \"elevates\": \"na-ebuli elu\",\n    \"elevating\": \"ibuli elu\",\n    \"elevatingly\": \"elu ugwu\",\n    \"elevation\": \"nrigo\",\n    \"elevational\": \"mbuli elu\",\n    \"elevations\": \"elu\",\n    \"elevator\": \"mbugo\",\n    \"elevatory\": \"mbugo\",\n    \"elevators\": \"igwe mbuli elu\",\n    \"eleve\": \"iri na otu\",\n    \"eleven\": \"iri na otu\",\n    \"elevener\": \"iri na otu\",\n    \"elevenfold\": \"iri na otu\",\n    \"elevens\": \"iri na otu\",\n    \"elevenses\": \"iri na otu\",\n    \"eleventeenth\": \"iri na otu\",\n    \"eleventh\": \"iri na otu\",\n    \"eleventhly\": \"iri na otu\",\n    \"elevenths\": \"iri na otu\",\n    \"elevons\": \"elevano\",\n    \"elf\": \"Elf\",\n    \"elfdom\": \"Elfdom\",\n    \"elfhood\": \"Elfhood\",\n    \"elfic\": \"Elfic\",\n    \"elfish\": \"Elfish\",\n    \"elfishly\": \"Okechukwu\",\n    \"elfishness\": \"ọkpụrụkpụ\",\n    \"elfland\": \"Okechukwu\",\n    \"elflike\": \"Elflike\",\n    \"elfship\": \"Elfship\",\n    \"elfwife\": \"Elfwife\",\n    \"eli\": \"Eli\",\n    \"elias\": \"Elias\",\n    \"eliasite\": \"Okechukwu\",\n    \"elychnious\": \"ebum\",\n    \"elicit\": \"kpalie\",\n    \"elicitable\": \"dị mkpa\",\n    \"elicitate\": \"biko\",\n    \"elicitation\": \"njiko\",\n    \"elicited\": \"kpara\",\n    \"eliciting\": \"na-arịọ\",\n    \"elicitor\": \"onye ọka iwu\",\n    \"elicitory\": \"ihe ngosi\",\n    \"elicitors\": \"ndị nyocha\",\n    \"elicits\": \"na-egosi\",\n    \"elide\": \"ichoro\",\n    \"elided\": \"kwadoro\",\n    \"elidible\": \"ekwenti\",\n    \"eliding\": \"na-achọ\",\n    \"eligenda\": \"ịnyịnya\",\n    \"eligent\": \"ntozu\",\n    \"eligibility\": \"ntozu\",\n    \"eligibilities\": \"ntozu oke\",\n    \"eligible\": \"tozuru oke\",\n    \"eligibleness\": \"ntozu\",\n    \"eligibles\": \"ntozu\",\n    \"eligibly\": \"kwesịrị\",\n    \"elijah\": \"lilija\",\n    \"eliminability\": \"iwepu ya\",\n    \"eliminable\": \"ewepu\",\n    \"eliminand\": \"kpochapu\",\n    \"eliminant\": \"kpochapu\",\n    \"eliminate\": \"kpochapu\",\n    \"eliminated\": \"kpochapụrụ\",\n    \"eliminates\": \"ewepu\",\n    \"eliminating\": \"iwepu\",\n    \"elimination\": \"mkpochapu\",\n    \"eliminations\": \"nwepu\",\n    \"eliminative\": \"kpochapu\",\n    \"eliminator\": \"onye kpochapu\",\n    \"eliminatory\": \"kpochapu\",\n    \"eliminators\": \"ndị na-ekpochapụ ihe\",\n    \"elymus\": \"Elymus\",\n    \"elinguating\": \"eri\",\n    \"elingued\": \"eingu\",\n    \"elinor\": \"kpochapu\",\n    \"elinvar\": \"ehinvar\",\n    \"eliot\": \"ọkpụrụkpụ\",\n    \"eliphalet\": \"efere\",\n    \"eliquate\": \"ekwesiri\",\n    \"eliquated\": \"a kpochapụrụ\",\n    \"eliquating\": \"na-elili\",\n    \"eliquation\": \"nwepu\",\n    \"eliquidate\": \"butere\",\n    \"elisabeth\": \"na-agbada\",\n    \"elishah\": \"Elishah\",\n    \"elysia\": \"Elysia\",\n    \"elysian\": \"Elysian\",\n    \"elision\": \"mpịakọta\",\n    \"elisions\": \"mbadamba\",\n    \"elissa\": \"ụlọ\",\n    \"elite\": \"ndị ọkachamara\",\n    \"elites\": \"ndi okenye\",\n    \"elitism\": \"nnabata\",\n    \"elitist\": \"onyeisiala\",\n    \"elitists\": \"ndiiche\",\n    \"elytra\": \"Elytra\",\n    \"elytral\": \"Ekechukwu\",\n    \"elytriform\": \"nnenna\",\n    \"elytrigerous\": \"na-eme mkpọtụ\",\n    \"elytrin\": \"Elytrin\",\n    \"elytron\": \"nnenna\",\n    \"elytrous\": \"dị egwu\",\n    \"elix\": \"Elike\",\n    \"elixate\": \"wepu\",\n    \"elixation\": \"ndozi\",\n    \"elixed\": \"ekwuru\",\n    \"elixir\": \"Elixir\",\n    \"elixiviate\": \"Elixiviate\",\n    \"elizabeth\": \"Elizeth\",\n    \"elizabethan\": \"Elizabethan\",\n    \"elizabethans\": \"Elizabethans\",\n    \"elkanah\": \"Elkanah\",\n    \"elkdom\": \"Okechukwu\",\n    \"elkhorn\": \"ifunanya\",\n    \"elkhounds\": \"elkhound\",\n    \"elkoshite\": \"Nwachukwu\",\n    \"elkslip\": \"mmmmmmmmmmmmm\",\n    \"elle\": \"ọzọ\",\n    \"elleck\": \"ọkpụrụkpụ\",\n    \"ellen\": \"ọkọnọ\",\n    \"ellerian\": \"Ellerian\",\n    \"ellice\": \"ekwenti\",\n    \"ellick\": \"Nweta\",\n    \"elling\": \"ndabia\",\n    \"ellinge\": \"elling\",\n    \"elliot\": \"Elliot\",\n    \"elliott\": \"Elliott\",\n    \"ellipses\": \"elli\",\n    \"ellipsis\": \"Okechukwu\",\n    \"ellipsoid\": \"Okechukwu\",\n    \"ellipsoidal\": \"Nnenne\",\n    \"ellipsone\": \"Okechukwu\",\n    \"ellipsonic\": \"Nkechi\",\n    \"elliptic\": \"Okpomoku\",\n    \"elliptically\": \"elliptical\",\n    \"ellipticalness\": \"mmeme\",\n    \"ellipticity\": \"ọkụ ọkụ\",\n    \"elliptoid\": \"Okechukwu\",\n    \"ells\": \"na-ada\",\n    \"elmiest\": \"Elmiest\",\n    \"elms\": \"Okao\",\n    \"elocation\": \"eloc\",\n    \"elocular\": \"eloolu\",\n    \"elocution\": \"mkpọtụ\",\n    \"elocutionary\": \"mkpọtụ\",\n    \"elocutioner\": \"na-ekwu okwu\",\n    \"elocutionist\": \"na-ekwu okwu\",\n    \"elocutionists\": \"ndị na-ekwu okwu\",\n    \"elocutionize\": \"ikwusa\",\n    \"elocutive\": \"ịkọwapụta\",\n    \"elogy\": \"ihe omumu\",\n    \"elohism\": \"elohis\",\n    \"elohistic\": \"eloh\",\n    \"eloign\": \"kwue okwu\",\n    \"eloigned\": \"ọnụ\",\n    \"eloigners\": \"ndị na-ekwu okwu\",\n    \"eloigning\": \"na-ekwu okwu\",\n    \"eloignment\": \"ikwupụta okwu\",\n    \"eloined\": \"kwue okwu\",\n    \"eloiner\": \"onye na-ekwu okwu\",\n    \"eloiners\": \"ndị na-ekwu okwu\",\n    \"eloining\": \"na-ekwu okwu\",\n    \"eloinment\": \"okwu\",\n    \"eloins\": \"okwu\",\n    \"elong\": \"ogologo\",\n    \"elongate\": \"gbatịkwuo\",\n    \"elongates\": \"na-agbatị\",\n    \"elongating\": \"na-agbatị\",\n    \"elongation\": \"ogologo\",\n    \"elongations\": \"ogologo\",\n    \"eloped\": \"eburu\",\n    \"elopement\": \"Nkwupụta ugwu\",\n    \"elopements\": \"mkpọda\",\n    \"eloper\": \"ọkà okwu\",\n    \"elopers\": \"Umu nwanyi\",\n    \"elopes\": \"ugwu\",\n    \"eloping\": \"eburu\",\n    \"eloquence\": \"nkwupụta okwu\",\n    \"eloquent\": \"ọkà okwu\",\n    \"eloquential\": \"ọkà okwu\",\n    \"eloquently\": \"na-ekwu okwu\",\n    \"eloquentness\": \"nkwupụta okwu\",\n    \"elotherium\": \"Elotherium\",\n    \"elpidite\": \"Elpidite\",\n    \"elrage\": \"elechi anya\",\n    \"elric\": \"ama\",\n    \"elritch\": \"Okechukwu\",\n    \"elroquite\": \"Onochie\",\n    \"els\": \"ọl\",\n    \"else\": \"ọzọ\",\n    \"elsehow\": \"n'ụzọ ọzọ\",\n    \"elses\": \"mkpọchi\",\n    \"elseways\": \"ma ọ bụghị\",\n    \"elsewards\": \"ọzọ\",\n    \"elsewhat\": \"ọzọ\",\n    \"elsewhen\": \"ọzọ\",\n    \"elsewhere\": \"ebe ozo\",\n    \"elsewheres\": \"ozo ozo\",\n    \"elsewhither\": \"ọzọkwa\",\n    \"elsewise\": \"ọzọkwa\",\n    \"elt\": \"ndi ozo\",\n    \"eltime\": \"mgbe ọ bụla\",\n    \"eluant\": \"bulie elu\",\n    \"eluants\": \"ndị na-ebuli elu\",\n    \"eluate\": \"bulie\",\n    \"eluated\": \"bulie\",\n    \"eluates\": \"bulie\",\n    \"eluating\": \"na-ebuli elu\",\n    \"elucidated\": \"bulie elu\",\n    \"eluctate\": \"bulie elu\",\n    \"eluctation\": \"ebuli elu\",\n    \"elucubrate\": \"bulie elu\",\n    \"elucubration\": \"nbuli elu\",\n    \"elude\": \"wezuga\",\n    \"eluded\": \"anapuru\",\n    \"eluder\": \"kpofuru\",\n    \"eluders\": \"agbakpo\",\n    \"eludes\": \"anaghi\",\n    \"eludible\": \"elu nkwalite\",\n    \"eluding\": \"ewepu\",\n    \"eluent\": \"bulie elu\",\n    \"eluents\": \"elu\",\n    \"elul\": \"mma\",\n    \"elumbated\": \"kpaliri\",\n    \"elusion\": \"mwepu\",\n    \"elusions\": \"kpochapụ\",\n    \"elusive\": \"enweghị isi\",\n    \"elusively\": \"naanị\",\n    \"elusiveness\": \"enweghị ike\",\n    \"elusory\": \"ihe ngosi\",\n    \"elusoriness\": \"ikwusi ike\",\n    \"elute\": \"ndi mmadu\",\n    \"eluted\": \"kwadoro\",\n    \"elutes\": \"ụmụ amaala\",\n    \"eluting\": \"elu\",\n    \"elution\": \"ndoli\",\n    \"elutions\": \"Nnweta\",\n    \"elutor\": \"onye ndozi\",\n    \"elutriate\": \"di elu\",\n    \"elutriated\": \"kpochara\",\n    \"elutriating\": \"Ikporo\",\n    \"elutriation\": \"nzere\",\n    \"elutriator\": \"onyekachi\",\n    \"eluviate\": \"bulie elu\",\n    \"eluviated\": \"bulie elu\",\n    \"eluviates\": \"bulie elu\",\n    \"eluviating\": \"na-ebuli elu\",\n    \"eluviation\": \"mbuli elu\",\n    \"eluxate\": \"bulie elu\",\n    \"elvan\": \"Okechukwu\",\n    \"elvanite\": \"onyekachi\",\n    \"elvanitic\": \"Okechukwu\",\n    \"elver\": \"Na Na Na\",\n    \"elvers\": \"Na Na Na\",\n    \"elvira\": \"Okechukwu\",\n    \"elvis\": \"Aka\",\n    \"elvish\": \"Okechukwu\",\n    \"elvishly\": \"Jiri nwayọ\",\n    \"elzevir\": \"Ugbaze\",\n    \"elzevirian\": \"Elzevirian\",\n    \"emacerated\": \"tinye\",\n    \"emaciate\": \"gbasie ike\",\n    \"emaciated\": \"riri aru\",\n    \"emaciates\": \"ọkpọkpa\",\n    \"emaciating\": \"Na-ata ahuhu\",\n    \"emaciation\": \"Ahụhụ\",\n    \"emaculate\": \"mee ihe ngosi\",\n    \"emagram\": \"ihe osise\",\n    \"email\": \"ozi-e\",\n    \"emailed\": \"emael\",\n    \"emanant\": \"enwu\",\n    \"emanate\": \"puta\",\n    \"emanated\": \"wepụtara\",\n    \"emanates\": \"esite na\",\n    \"emanating\": \"na-apụta\",\n    \"emanation\": \"nkwupụta\",\n    \"emanational\": \"na-apụ\",\n    \"emanationism\": \"nkwupụta\",\n    \"emanationist\": \"Emanationist\",\n    \"emanations\": \"gafere\",\n    \"emanatism\": \"nkwenye\",\n    \"emanatist\": \"onye nwe obodo\",\n    \"emanative\": \"na-enye nsogbu\",\n    \"emanatively\": \"na-agbasi mbọ ike\",\n    \"emanatory\": \"kwesịrị ịdị\",\n    \"emanators\": \"ndị na-ekpo ọkụ\",\n    \"emancipate\": \"wepu aka\",\n    \"emancipated\": \"wepu aka\",\n    \"emancipates\": \"na-ewepụta\",\n    \"emancipating\": \"na-ewepu ihe\",\n    \"emancipation\": \"nnwere onwe\",\n    \"emancipationist\": \"nwepu aka\",\n    \"emancipations\": \"nnwere onwe\",\n    \"emancipatist\": \"Emancipatist\",\n    \"emancipative\": \"nnwere onwe\",\n    \"emancipator\": \"akuko\",\n    \"emancipators\": \"ndị na-ekweghị ekwe\",\n    \"emancipatress\": \"Emancipatress\",\n    \"emancipist\": \"onye nwe obodo\",\n    \"emandibulate\": \"pụta ìhè\",\n    \"emane\": \"ekwere\",\n    \"emanent\": \"na-adịgide adịgide\",\n    \"emarginate\": \"gbado\",\n    \"emarginated\": \"tinye\",\n    \"emarginately\": \"na-agbakwunye\",\n    \"emarginating\": \"na-agbakwunye\",\n    \"emargination\": \"ntinye\",\n    \"emasculated\": \"emasculatara\",\n    \"emasculating\": \"Na-echetụ\",\n    \"emasculation\": \"emassip\",\n    \"emasculations\": \"Emashịa\",\n    \"emasculative\": \"ihe emasculative\",\n    \"emasculator\": \"ihe nchịkwa\",\n    \"emasculators\": \"ihe emasulators\",\n    \"embace\": \"ịmalite\",\n    \"embacle\": \"Embacle\",\n    \"embadomonas\": \"igbankwu\",\n    \"embayed\": \"emba\",\n    \"embaying\": \"baygha\",\n    \"embayment\": \"baybụ\",\n    \"embays\": \"Emalite\",\n    \"embale\": \"Emba\",\n    \"emball\": \"bọl\",\n    \"embalm\": \"agbasi\",\n    \"embalmed\": \"agbasi\",\n    \"embalmer\": \"agbasi ozu\",\n    \"embalmers\": \"agbasi ozu\",\n    \"embalming\": \"agbasi\",\n    \"embalmment\": \"agbasi ozu\",\n    \"embalms\": \"agbasi\",\n    \"embanked\": \"tinye\",\n    \"embanking\": \"itinye ego\",\n    \"embankments\": \"agbakwunye\",\n    \"embanks\": \"embank\",\n    \"embannered\": \"embannban\",\n    \"embar\": \"Mgbochi\",\n    \"embarcadero\": \"Mwakpo\",\n    \"embarcation\": \"mmachibido\",\n    \"embarge\": \"mgbochi\",\n    \"embargo\": \"mgbochi\",\n    \"embargoed\": \"kwadoro\",\n    \"embargoes\": \"ihe mgbochi\",\n    \"embargoing\": \"na-ezipụ\",\n    \"embargoist\": \"onye mgbochi\",\n    \"embargos\": \"ihe mgbochi\",\n    \"embark\": \"banye\",\n    \"embarkation\": \"ịbanye\",\n    \"embarkations\": \"embark\",\n    \"embarked\": \"malitere\",\n    \"embarking\": \"ịmalite\",\n    \"embarkment\": \"ịmalite\",\n    \"embarks\": \"banye\",\n    \"embarment\": \"mgbochi\",\n    \"embarque\": \"ihe mgbochi\",\n    \"embarras\": \"mgbochi\",\n    \"embarrased\": \"ihere\",\n    \"embarrass\": \"ihere\",\n    \"embarrassed\": \"ihere\",\n    \"embarrassedly\": \"ihere\",\n    \"embarrasses\": \"ihere\",\n    \"embarrassing\": \"ihere\",\n    \"embarrassingly\": \"ihere\",\n    \"embarrassment\": \"mmechuihu\",\n    \"embarrassments\": \"ihere\",\n    \"embarred\": \"ihere\",\n    \"embarrel\": \"mgbochi\",\n    \"embarren\": \"mgbochi\",\n    \"embarricado\": \"mgbochi\",\n    \"embarring\": \"mgbochi\",\n    \"embars\": \"Emba\",\n    \"embase\": \"ibido\",\n    \"embassade\": \"ndị nnọchiteanya\",\n    \"embassador\": \"onye nnọchi anya gọọmentị\",\n    \"embassadress\": \"onye nnọchiteanya\",\n    \"embassy\": \"ụlọ ọrụ nnọchite anya obodo\",\n    \"embastardize\": \"tinye\",\n    \"embastioned\": \"Na-agbakwunye\",\n    \"embathe\": \"obata\",\n    \"embattle\": \"agbasa\",\n    \"embattled\": \"tinye\",\n    \"embattlement\": \"nnabata\",\n    \"embattles\": \"tinye\",\n    \"embattling\": \"ịtinye\",\n    \"embden\": \"banye\",\n    \"embeam\": \"Embeam\",\n    \"embed\": \"Embed\",\n    \"embeddable\": \"Embed\",\n    \"embedded\": \"agbakwunyere\",\n    \"embedding\": \"itinye\",\n    \"embedment\": \"Embed\",\n    \"embeds\": \"Ebido\",\n    \"embellish\": \"chọọ mma\",\n    \"embellished\": \"chọọ mma\",\n    \"embellisher\": \"ihe ịchọ mma\",\n    \"embellishers\": \"ihe ịchọ mma\",\n    \"embellishes\": \"chọọ mma\",\n    \"embellishing\": \"na-achọ mma\",\n    \"embellishment\": \"chọọ mma\",\n    \"embellishments\": \"ihe ịchọ mma\",\n    \"ember\": \"Na Na\",\n    \"embers\": \"iche iche\",\n    \"embetter\": \"itinye\",\n    \"embezzle\": \"izu ego\",\n    \"embezzled\": \"amụrụ ego\",\n    \"embezzlement\": \"izu ohi\",\n    \"embezzlements\": \"izu ohi\",\n    \"embezzler\": \"izu ego\",\n    \"embezzlers\": \"amụrụ ego\",\n    \"embezzling\": \"ịpụ aghụghọ\",\n    \"embind\": \"banye\",\n    \"embitter\": \"iwe\",\n    \"embittered\": \"were iwe\",\n    \"embitterer\": \"Onye obula\",\n    \"embittering\": \"nwee obi ilu\",\n    \"embitterment\": \"iwe\",\n    \"embitterments\": \"iwe iwe\",\n    \"embitters\": \"Na-ewe iwe\",\n    \"embladder\": \"eriri\",\n    \"emblaze\": \"itinye aka\",\n    \"emblazed\": \"tinye\",\n    \"emblazer\": \"okpu\",\n    \"emblazers\": \"Ihe mkpuchi\",\n    \"emblazes\": \"Na-ekpuchi\",\n    \"emblazing\": \"labụ\",\n    \"emblazoned\": \"chọrọ mma\",\n    \"emblazoning\": \"Iko\",\n    \"emblazonment\": \"okpu\",\n    \"emblazonments\": \"Ihe ntinye\",\n    \"emblazons\": \"Ihe mkpuchi\",\n    \"emblem\": \"akara\",\n    \"emblema\": \"akara\",\n    \"emblematic\": \"ihe atụ\",\n    \"emblematical\": \"ihe atụ\",\n    \"emblematically\": \"ihe atụ\",\n    \"emblematicalness\": \"ihe omuma\",\n    \"emblematicize\": \"gosi\",\n    \"emblematised\": \"na-egosipụta\",\n    \"emblematising\": \"na-egosipụta\",\n    \"emblematist\": \"ihe ngosi\",\n    \"emblematize\": \"gosi\",\n    \"emblematized\": \"ihe emelitere\",\n    \"emblematizing\": \"na-egosipụta\",\n    \"emblematology\": \"ihe omuma\",\n    \"emblemed\": \"emblel\",\n    \"emblement\": \"njirimara\",\n    \"emblements\": \"ihe ngosi\",\n    \"embleming\": \"mmanya\",\n    \"emblemish\": \"chọọ mma\",\n    \"emblemist\": \"mmanya\",\n    \"emblemize\": \"gosi\",\n    \"emblemized\": \"egosipụta\",\n    \"emblemizing\": \"na-egosipụta\",\n    \"emblemology\": \"ihe omuma\",\n    \"emblems\": \"mmanya\",\n    \"embliss\": \"tinye\",\n    \"embloom\": \"mechie\",\n    \"embody\": \"gosipụta\",\n    \"embodied\": \"gụnyere\",\n    \"embodier\": \"Ihe eji eme ihe\",\n    \"embodiers\": \"Ngwunye\",\n    \"embodies\": \"ihe okike\",\n    \"embodying\": \"itinye\",\n    \"embodiment\": \"ọrụ\",\n    \"embodiments\": \"arụ ọrụ\",\n    \"embog\": \"bozọ\",\n    \"embogue\": \"bozọ\",\n    \"emboil\": \"inabata\",\n    \"emboite\": \"tinye\",\n    \"emboitement\": \"itinye aka\",\n    \"emboites\": \"Ndokwa\",\n    \"embolden\": \"jisie ike\",\n    \"emboldened\": \"agbasie ike\",\n    \"emboldener\": \"nwee obi ike\",\n    \"emboldening\": \"agbasie ike\",\n    \"emboldens\": \"nwee obi ike\",\n    \"embole\": \"bulie ije\",\n    \"embolectomy\": \"Nnukwu ihe\",\n    \"embolectomies\": \"tinye\",\n    \"embolemia\": \"Nchịkwa\",\n    \"emboly\": \"nwee\",\n    \"embolic\": \"ihe omuma\",\n    \"embolies\": \"Nkwado\",\n    \"emboliform\": \"Ihe emboliform\",\n    \"embolimeal\": \"Ezigbo\",\n    \"embolismic\": \"embolism\",\n    \"embolisms\": \"Ihe omume\",\n    \"embolite\": \"kpokoro\",\n    \"embolization\": \"itinye aka\",\n    \"embolize\": \"tinye\",\n    \"embolomerous\": \"Ihe omuma\",\n    \"embolon\": \"Embolon\",\n    \"embolum\": \"embolism\",\n    \"embonpoint\": \"ihe ngosi\",\n    \"emborder\": \"Ibido\",\n    \"embordered\": \"kpara akpa\",\n    \"embordering\": \"Ihe mkpuchi\",\n    \"emborders\": \"umuaka\",\n    \"embosk\": \"Iko\",\n    \"embosked\": \"Embosked\",\n    \"embosking\": \"itinye\",\n    \"embosks\": \"Ndidi\",\n    \"embosomed\": \"dị\",\n    \"embosoming\": \"itinye\",\n    \"embosoms\": \"ihe ngosi\",\n    \"embossable\": \"Enwetara\",\n    \"embossage\": \"tinye\",\n    \"embossed\": \"dị\",\n    \"embosser\": \"Embosser\",\n    \"embossers\": \"Ngwunye\",\n    \"embosses\": \"dị\",\n    \"embossing\": \"tinye\",\n    \"embossman\": \"itinye\",\n    \"embossmen\": \"itinye\",\n    \"embossment\": \"itinye\",\n    \"embossments\": \"itinye\",\n    \"embost\": \"dị\",\n    \"embosture\": \"igosi\",\n    \"embouchement\": \"itinye aka\",\n    \"embouchment\": \"Ogwe\",\n    \"embouchure\": \"Nchịkwa\",\n    \"embouchures\": \"Ihe omuma\",\n    \"embound\": \"tinye\",\n    \"embourgeoisement\": \"ikwado\",\n    \"embow\": \"agbachi\",\n    \"embowed\": \"agbakwunyere\",\n    \"embowel\": \"nkechi\",\n    \"emboweled\": \"ọla\",\n    \"emboweler\": \"Onyeka Onwenu\",\n    \"emboweling\": \"itinye\",\n    \"embowelled\": \"tinye\",\n    \"emboweller\": \"Nkechi\",\n    \"embowelling\": \"Ihe omume\",\n    \"embowelment\": \"tinye\",\n    \"embowels\": \"ihe mkpuchi\",\n    \"embower\": \"tinye\",\n    \"embowered\": \"kwadoro\",\n    \"embowering\": \"tinye\",\n    \"embowerment\": \"tinye\",\n    \"embowers\": \"ihe mkpuchi\",\n    \"embowing\": \"itinye\",\n    \"embowl\": \"agbachi\",\n    \"embowment\": \"agbachi\",\n    \"embows\": \"agbasi\",\n    \"embox\": \"igbe\",\n    \"embrace\": \"makụọ\",\n    \"embraceable\": \"afara\",\n    \"embraceably\": \"afam\",\n    \"embraced\": \"makụọ\",\n    \"embracement\": \"nnabata\",\n    \"embraceor\": \"makụọ\",\n    \"embraceorr\": \"Nwagbara\",\n    \"embracer\": \"makụọ\",\n    \"embracery\": \"ikwere\",\n    \"embraceries\": \"Nchịkọta\",\n    \"embracers\": \"ndị na-anabata anyị\",\n    \"embraces\": \"makụọ\",\n    \"embracing\": \"makụọ\",\n    \"embracingly\": \"na-anabata\",\n    \"embracingness\": \"mmakụ\",\n    \"embracive\": \"makụọ\",\n    \"embraciveg\": \"Nwee\",\n    \"embraid\": \"makụọ\",\n    \"embrail\": \"makụọ\",\n    \"embrake\": \"makụọ\",\n    \"embranchment\": \"nnabata\",\n    \"embrangle\": \"makụọ\",\n    \"embrangled\": \"makụọ\",\n    \"embranglement\": \"ndabueze\",\n    \"embrangling\": \"na-amakụ\",\n    \"embrase\": \"makụọ\",\n    \"embrasure\": \"nabata\",\n    \"embrasured\": \"makụọ\",\n    \"embrasures\": \"na-anabata\",\n    \"embrasuring\": \"nabata\",\n    \"embrave\": \"makụọ\",\n    \"embrawn\": \"makụọ\",\n    \"embreach\": \"empaach\",\n    \"embread\": \"ibido\",\n    \"embreastment\": \"ndozi\",\n    \"embreathe\": \"ibido\",\n    \"embreathement\": \"mbido\",\n    \"embrew\": \"bido\",\n    \"embryo\": \"embrayo\",\n    \"embryoctony\": \"Embryoctony\",\n    \"embryoferous\": \"embrayo na-amụ nwa\",\n    \"embryogenic\": \"embrayo\",\n    \"embryogony\": \"embryology\",\n    \"embryography\": \"embriyaha\",\n    \"embryographic\": \"Embrayographic\",\n    \"embryoid\": \"ẹmbrayoid\",\n    \"embryoism\": \"embrayo\",\n    \"embryol\": \"ẹmbrayol\",\n    \"embryologies\": \"ẹmbrayo\",\n    \"embryologist\": \"Ọmbramụ nwanyị\",\n    \"embryologists\": \"ndị ọkachamara embryo\",\n    \"embryoma\": \"ẹmbrayoma\",\n    \"embryomas\": \"Embrayomas\",\n    \"embryon\": \"ẹmbrayo\",\n    \"embryonal\": \"ẹmbrayo\",\n    \"embryonary\": \"ẹmbrayo\",\n    \"embryonate\": \"ẹmbrayo\",\n    \"embryonated\": \"embedọn\",\n    \"embryony\": \"ẹmbrayony\",\n    \"embryonic\": \"embrayo\",\n    \"embryons\": \"ẹmbrayo\",\n    \"embryophagous\": \"Embrayophagous\",\n    \"embryos\": \"embrayo\",\n    \"embryotic\": \"ẹmbrayoti\",\n    \"embryous\": \"ẹmbrayo\",\n    \"embrittle\": \"tinye n'ọrụ\",\n    \"embrittled\": \"tinye\",\n    \"embrittlement\": \"ọrụ\",\n    \"embrittling\": \"Emeka\",\n    \"embryulcia\": \"okpoko\",\n    \"embryulcus\": \"okpokolo\",\n    \"embryulcuses\": \"Iburu\",\n    \"embroaden\": \"Tinyegharịa\",\n    \"embrocado\": \"bronye\",\n    \"embrocate\": \"itinye aka\",\n    \"embrocated\": \"tinye\",\n    \"embrocates\": \"tinye\",\n    \"embrocating\": \"itinye aka\",\n    \"embrocation\": \"ndozi\",\n    \"embrocations\": \"ndumodu\",\n    \"embroche\": \"ndenye\",\n    \"embroglio\": \"Nwagbara\",\n    \"embroglios\": \"imbroglios\",\n    \"embroider\": \"Ihe mkpuchi\",\n    \"embroidered\": \"kpara akpa\",\n    \"embroiderer\": \"Ihe mkpuchi\",\n    \"embroiderers\": \"Ndị na-akpa ákwà\",\n    \"embroideress\": \"Ihe ịchọ mma\",\n    \"embroidery\": \"Ihe mkpuchi\",\n    \"embroideries\": \"Ihe ịchọ mma\",\n    \"embroidering\": \"Ihe ịchọ mma\",\n    \"embroiders\": \"Ihe mkpuchi\",\n    \"embroil\": \"ndota\",\n    \"embroiled\": \"tinye aka\",\n    \"embroiler\": \"Ngwunye\",\n    \"embroiling\": \"etinye aka\",\n    \"embroilment\": \"ndozi\",\n    \"embroilments\": \"nduputa\",\n    \"embroils\": \"agbasaghị\",\n    \"embronze\": \"itinye na\",\n    \"embroscopic\": \"ihe osise\",\n    \"embrothelled\": \"ndozi\",\n    \"embrowd\": \"tinye\",\n    \"embrown\": \"tinye\",\n    \"embrowned\": \"tinye aka\",\n    \"embrowning\": \"itinye aka\",\n    \"embrowns\": \"tinye\",\n    \"embrue\": \"iku\",\n    \"embrued\": \"malitere\",\n    \"embrues\": \"na-amalite\",\n    \"embruing\": \"iku\",\n    \"embrute\": \"embrayo\",\n    \"embruted\": \"embrayo\",\n    \"embrutes\": \"embrayo\",\n    \"embruting\": \"embrayo na\",\n    \"embubble\": \"ibunye\",\n    \"embue\": \"ibido\",\n    \"embull\": \"okpokoro\",\n    \"embus\": \"Embus\",\n    \"embush\": \"itu\",\n    \"embusy\": \"Njikọ\",\n    \"embusk\": \"Embusk\",\n    \"embuskin\": \"Embuskin\",\n    \"embusqu\": \"Embusqu\",\n    \"embusque\": \"Embusque\",\n    \"embussed\": \"Eburu\",\n    \"embussing\": \"Igha\",\n    \"emceed\": \"pụọ\",\n    \"emceeing\": \"inyocha\",\n    \"emcees\": \"bụ\",\n    \"emceing\": \"na-egosipụta\",\n    \"emcumbering\": \"itinye ihe\",\n    \"emden\": \"Ndidi\",\n    \"emeerate\": \"emee\",\n    \"emeers\": \"eme\",\n    \"emeership\": \"Emeership\",\n    \"emeline\": \"usoro\",\n    \"emend\": \"ma ọ bụ\",\n    \"emendable\": \"a pụrụ ịtụkwasị obi\",\n    \"emendate\": \"endomi\",\n    \"emendated\": \"masịrị\",\n    \"emendately\": \"dị mma\",\n    \"emendates\": \"ndị metụtara\",\n    \"emendating\": \"endomi\",\n    \"emendation\": \"ịma mma\",\n    \"emendations\": \"ndenye\",\n    \"emendator\": \"eendom\",\n    \"emendatory\": \"dị\",\n    \"emended\": \"enwetara\",\n    \"emender\": \"gosipụta\",\n    \"emendicate\": \"gbasie ike\",\n    \"emending\": \"na-eendingomi\",\n    \"emends\": \"emenyere\",\n    \"emer\": \"pụta\",\n    \"emeralds\": \"emerald\",\n    \"emerant\": \"eme eme\",\n    \"emeras\": \"emera\",\n    \"emerge\": \"iputa\",\n    \"emerged\": \"pụta\",\n    \"emergence\": \"nweta\",\n    \"emergences\": \"apụta\",\n    \"emergency\": \"mberede\",\n    \"emergencies\": \"Mberede\",\n    \"emergent\": \"pụta ìhè\",\n    \"emergently\": \"iputa\",\n    \"emergentness\": \"pụta ìhè\",\n    \"emergents\": \"pụta\",\n    \"emergers\": \"apụta\",\n    \"emerges\": \"apụta\",\n    \"emerging\": \"abụrụ\",\n    \"emerick\": \"pụta\",\n    \"emeried\": \"dị\",\n    \"emeries\": \"apụta\",\n    \"emerying\": \"na-apụta\",\n    \"emeril\": \"iputa\",\n    \"emerit\": \"iputa\",\n    \"emerita\": \"pụta\",\n    \"emerited\": \"pụta\",\n    \"emeriti\": \"pụta\",\n    \"emeritus\": \"Nkechi\",\n    \"emerituti\": \"nnweta\",\n    \"emerize\": \"iputa\",\n    \"emerized\": \"pụta ìhè\",\n    \"emerizing\": \"na-apụta\",\n    \"emerods\": \"emero\",\n    \"emeroids\": \"emeram\",\n    \"emerse\": \"tinye\",\n    \"emersed\": \"gbanwere\",\n    \"emersion\": \"emeri\",\n    \"emersions\": \"emeri\",\n    \"emeses\": \"ndiagu\",\n    \"emetic\": \"emetu\",\n    \"emetical\": \"emetụtara\",\n    \"emetically\": \"emetụ\",\n    \"emf\": \"Emf\",\n    \"emhpasizing\": \"na-agbasa\",\n    \"emic\": \"Ihe\",\n    \"emicant\": \"dị mkpa\",\n    \"emicate\": \"mẹ uche\",\n    \"emication\": \"Mmetụta\",\n    \"emiction\": \"ihe efu\",\n    \"emictory\": \"ihe ngosi\",\n    \"emyd\": \"Nkem\",\n    \"emydes\": \"Emeka\",\n    \"emyds\": \"Emy\",\n    \"emigate\": \"ime\",\n    \"emigated\": \"ga njem\",\n    \"emigates\": \"na-akwaga\",\n    \"emigating\": \"ịkwagharị\",\n    \"emigrant\": \"onye njem\",\n    \"emigrants\": \"ndị kwagara mba ọzọ\",\n    \"emigrate\": \"iga njem\",\n    \"emigrated\": \"iga njem\",\n    \"emigrates\": \"na-akwaga\",\n    \"emigrating\": \"njem\",\n    \"emigration\": \"njem\",\n    \"emigrational\": \"njem\",\n    \"emigrationist\": \"onye njem\",\n    \"emigrations\": \"njem\",\n    \"emigrative\": \"ọpụpụ\",\n    \"emigrator\": \"onye njem\",\n    \"emigratory\": \"njem\",\n    \"emigre\": \"ibu\",\n    \"emigree\": \"gaa mba ọzọ\",\n    \"emigres\": \"njem\",\n    \"emil\": \"Emil\",\n    \"emily\": \"Emily\",\n    \"emilia\": \"Emilia\",\n    \"eminence\": \"ịma mma\",\n    \"eminency\": \"ihe ọmụma\",\n    \"eminencies\": \"mmetụta\",\n    \"eminent\": \"ama ama\",\n    \"eminently\": \"emin\",\n    \"emir\": \"Emir\",\n    \"emirate\": \"gbakwunye\",\n    \"emirates\": \"Emirates\",\n    \"emirs\": \"ndị eze\",\n    \"emirship\": \"emir ụgbọ mmiri\",\n    \"emys\": \"Emmy\",\n    \"emissary\": \"zipụ\",\n    \"emissaries\": \"ndị ozi\",\n    \"emissaryship\": \"ụgbọ mmiri\",\n    \"emission\": \"anwuru\",\n    \"emissions\": \"anwuru\",\n    \"emissitious\": \"na-ekpo ọkụ\",\n    \"emissive\": \"gafere\",\n    \"emissivity\": \"amis\",\n    \"emit\": \"wepụ\",\n    \"emits\": \"emit\",\n    \"emittance\": \"nnweta\",\n    \"emitted\": \"kpopụrụ\",\n    \"emittent\": \"kacha\",\n    \"emitter\": \"tinye\",\n    \"emitters\": \"ndị emit\",\n    \"emitting\": \"na-agbasa\",\n    \"emm\": \"Emm\",\n    \"emmantle\": \"ibupute\",\n    \"emmanuel\": \"Emmanuel\",\n    \"emmarble\": \"emmar\",\n    \"emmarbled\": \"emmarb\",\n    \"emmarbling\": \"itinye\",\n    \"emmarvel\": \"ghachi\",\n    \"emmenagogue\": \"Emmenagogue\",\n    \"emmenia\": \"Emmenia\",\n    \"emmenic\": \"Emmenik\",\n    \"emmental\": \"obi\",\n    \"emmer\": \"Emmer\",\n    \"emmergoose\": \"Emmergoose\",\n    \"emmers\": \"Na Na Na\",\n    \"emmett\": \"Emeka\",\n    \"emmies\": \"Emmy\",\n    \"emodins\": \"emodin\",\n    \"emollescence\": \"emollesọn\",\n    \"emollience\": \"nka\",\n    \"emollition\": \"emollọnụ\",\n    \"emolument\": \"ncheta\",\n    \"emoluments\": \"emolum\",\n    \"emony\": \"emoni\",\n    \"emote\": \"tinye\",\n    \"emoted\": \"masịrị\",\n    \"emoter\": \"Ihe emoter\",\n    \"emoters\": \"Ihe emoters\",\n    \"emotes\": \"emote\",\n    \"emoting\": \"tinye\",\n    \"emotiometabolic\": \"Mmetụta\",\n    \"emotiomotor\": \"ihe emotiomotor\",\n    \"emotion\": \"mmetụta uche\",\n    \"emotionable\": \"nwee mmetụta uche\",\n    \"emotional\": \"mmetụta uche\",\n    \"emotionalise\": \"mmetụta uche\",\n    \"emotionalised\": \"nwee mmetụta uche\",\n    \"emotionalising\": \"na-akpali akpali\",\n    \"emotionalism\": \"mmetụta uche\",\n    \"emotionalist\": \"mmetụta uche\",\n    \"emotionalistic\": \"mmetụta uche\",\n    \"emotionality\": \"mmetụta uche\",\n    \"emotionalization\": \"mmetụta uche\",\n    \"emotionalize\": \"nwee mmetụta uche\",\n    \"emotionalized\": \"nwee mmetụta uche\",\n    \"emotionalizing\": \"na-akpali akpali\",\n    \"emotionally\": \"n'ụzọ mmetụta uche\",\n    \"emotioned\": \"nwee mmetụta\",\n    \"emotionist\": \"onye mmetụta uche\",\n    \"emotionize\": \"kpalie\",\n    \"emotionless\": \"enweghị mmetụta\",\n    \"emotionlessly\": \"enweghị mmetụta\",\n    \"emotionlessness\": \"enweghị mmetụta\",\n    \"emotions\": \"mmetụta uche\",\n    \"emotive\": \"ihe na-akpali akpali\",\n    \"emotively\": \"n'ụzọ zuru ezu\",\n    \"emotiveness\": \"Mmetụta mmetụta\",\n    \"emotivism\": \"Nkwalite\",\n    \"emotivity\": \"Mmetụta\",\n    \"emove\": \"kpochapu\",\n    \"emp\": \"alaeze\",\n    \"empacket\": \"ike\",\n    \"empaestic\": \"empapa\",\n    \"empair\": \"imebi\",\n    \"empaistic\": \"empapa\",\n    \"empale\": \"gwuru\",\n    \"empaled\": \"kpọgidere\",\n    \"empalement\": \"ịdọ aka ná ntị\",\n    \"empalers\": \"Ndị na-egbu egbu\",\n    \"empales\": \"empapa\",\n    \"empaling\": \"na-emenye ụjọ\",\n    \"empall\": \"alaeze\",\n    \"empanada\": \"empaada\",\n    \"empaneled\": \"kwadoro\",\n    \"empaneling\": \"itinye aka\",\n    \"empanelled\": \"kwadoro\",\n    \"empanelling\": \"itinye aka\",\n    \"empanelment\": \"ndozi\",\n    \"empanels\": \"empaneti\",\n    \"empannel\": \"Ndabere\",\n    \"empanoply\": \"n'ike mmụọ nsọ\",\n    \"empaper\": \"akwukwo ozi\",\n    \"emparadise\": \"ihe atụ\",\n    \"emparchment\": \"ọchịchị\",\n    \"empark\": \"pụta ihe\",\n    \"emparl\": \"alaeze\",\n    \"empasm\": \"nsogbu\",\n    \"empasma\": \"emume\",\n    \"empassion\": \"ọmịiko\",\n    \"empathetic\": \"ọmịiko\",\n    \"empathetically\": \"ọmịiko\",\n    \"empathy\": \"ọmịiko\",\n    \"empathic\": \"agbasaghị\",\n    \"empathically\": \"nke oma\",\n    \"empathies\": \"ọmịiko\",\n    \"empathize\": \"nwee ọmịiko\",\n    \"empathized\": \"nwee ọmịiko\",\n    \"empathizes\": \"ọmịiko\",\n    \"empathizing\": \"inwe ọmịiko\",\n    \"empatron\": \"ọmịiko\",\n    \"empearl\": \"okwute\",\n    \"empedoclean\": \"pedbụ\",\n    \"empeine\": \"Empeine\",\n    \"empemata\": \"emume\",\n    \"empennage\": \"ike\",\n    \"empennages\": \"emenyere\",\n    \"empeople\": \"ndị mmadụ\",\n    \"empeopled\": \"nkd\",\n    \"empeoplement\": \"Ndi mmadu\",\n    \"emperess\": \"ike\",\n    \"empery\": \"emperi\",\n    \"emperies\": \"emperi\",\n    \"emperish\": \"ịkpafu\",\n    \"emperize\": \"tinye\",\n    \"emperor\": \"eze ukwu\",\n    \"emperors\": \"ndị eze ukwu\",\n    \"emperorship\": \"emperope\",\n    \"empest\": \"alaeze\",\n    \"empestic\": \"nke nwere ike\",\n    \"empetraceous\": \"ihere\",\n    \"empetrous\": \"ihe nzuzu\",\n    \"empetrum\": \"ihe ngosi\",\n    \"emphase\": \"mesie ike\",\n    \"emphases\": \"mesiri ike\",\n    \"emphasis\": \"mesiri ike\",\n    \"emphasise\": \"mesie ike\",\n    \"emphasised\": \"mesiri ike\",\n    \"emphasising\": \"na-emesi ike\",\n    \"emphasize\": \"mesie ike\",\n    \"emphasized\": \"mesiri ike\",\n    \"emphasizes\": \"na-emesi ike\",\n    \"emphasizing\": \"na-emesi ike\",\n    \"emphatic\": \"mesie ike\",\n    \"emphatical\": \"mesie ike\",\n    \"emphatically\": \"ike\",\n    \"emphaticalness\": \"mesie ike\",\n    \"emphemeralness\": \"Ihe omuma\",\n    \"emphractic\": \"ihe omuma\",\n    \"emphrensy\": \"Uchechi\",\n    \"empicture\": \"ikechi\",\n    \"empidonax\": \"Udochi\",\n    \"empiecement\": \"mmanye\",\n    \"empyemas\": \"emume\",\n    \"empyemata\": \"emumeata\",\n    \"empyemic\": \"ikekwe\",\n    \"empierce\": \"ipiomi\",\n    \"empyesis\": \"emume\",\n    \"empight\": \"ike\",\n    \"empyocele\": \"Ikechukwu\",\n    \"empire\": \"alaeze\",\n    \"empyreal\": \"nkịtị\",\n    \"empirema\": \"alaeze\",\n    \"empires\": \"alaeze\",\n    \"empiry\": \"alaeze\",\n    \"empiric\": \"nke nwere ike\",\n    \"empirical\": \"mesiri ike\",\n    \"empyrical\": \"ihe nzuzu\",\n    \"empirically\": \"n'ike\",\n    \"empiricalness\": \"ike\",\n    \"empiricism\": \"nkwenye\",\n    \"empiricist\": \"onye nyocha\",\n    \"empiricists\": \"ndị ọkachamara\",\n    \"empirics\": \"Okwu\",\n    \"empiriological\": \"ihe omumu\",\n    \"empirism\": \"ọchịchị\",\n    \"empiristic\": \"kwụsie ike\",\n    \"empyromancy\": \"emperromancy\",\n    \"emplace\": \"alaeze\",\n    \"emplaced\": \"nwere ikike\",\n    \"emplacement\": \"emume\",\n    \"emplacements\": \"emume\",\n    \"emplacing\": \"itinye\",\n    \"emplane\": \"empeelu\",\n    \"emplaned\": \"ikike\",\n    \"emplanement\": \"ikike\",\n    \"emplanes\": \"alaeze\",\n    \"emplaster\": \"ihe emplaster\",\n    \"emplastic\": \"na-agbanwe agbanwe\",\n    \"emplastra\": \"Nkechi\",\n    \"emplastration\": \"nkwenye\",\n    \"emplastrum\": \"alaeze\",\n    \"emplead\": \"Tinye aka\",\n    \"emplectic\": \"empletin\",\n    \"emplection\": \"Uto\",\n    \"emplecton\": \"emkpapton\",\n    \"employ\": \"were n'ọrụ\",\n    \"employability\": \"agbanyere ọrụ\",\n    \"employable\": \"ewe n'ọrụ\",\n    \"employe\": \"were n'ọrụ\",\n    \"employed\": \"n'ọrụ\",\n    \"employee\": \"onye oru\",\n    \"employees\": \"ndị ọrụ\",\n    \"employer\": \"onye were gị n'ọrụ\",\n    \"employers\": \"ndị were mmadụ n'ọrụ\",\n    \"employes\": \"ndị were mmadụ n'ọrụ\",\n    \"employing\": \"n'ọrụ\",\n    \"employless\": \"ndị ọrụ\",\n    \"employment\": \"ọrụ\",\n    \"employments\": \"e were n'ọrụ\",\n    \"employs\": \"were n'ọrụ\",\n    \"emplore\": \"were n'ọrụ\",\n    \"emplume\": \"Igwu\",\n    \"emplunge\": \"ịgbanye\",\n    \"empocket\": \"akpa\",\n    \"empoison\": \"nkwado\",\n    \"empoisoned\": \"tinyere\",\n    \"empoisoner\": \"Onye Nkwado\",\n    \"empoisoning\": \"ntinye\",\n    \"empoisonment\": \"ndenye\",\n    \"empoisons\": \"ihe omimi\",\n    \"empolder\": \"itinye\",\n    \"emporetic\": \"nkwenye\",\n    \"emporeutic\": \"enweghi ike\",\n    \"empory\": \"alaeze ukwu\",\n    \"emporia\": \"mba ukwu\",\n    \"emporial\": \"alaeze\",\n    \"emporiria\": \"mba ukwu\",\n    \"empoririums\": \"alaeze ukwu\",\n    \"emporium\": \"alaeze ukwu\",\n    \"emporiums\": \"alaeze ukwu\",\n    \"emporte\": \"ikike\",\n    \"emportment\": \"mbupụ\",\n    \"empover\": \"inye ike\",\n    \"empoverish\": \"dara ogbenye\",\n    \"empower\": \"inye ike\",\n    \"empowered\": \"nyere ike\",\n    \"empowering\": \"na-enye ike\",\n    \"empowerment\": \"ikike\",\n    \"empowers\": \"na-enye ike\",\n    \"emprent\": \"ala\",\n    \"empresa\": \"Nkume\",\n    \"empresario\": \"alaeze\",\n    \"empress\": \"eze ukwu\",\n    \"empresse\": \"ike\",\n    \"empressement\": \"ndọtị\",\n    \"empressements\": \"ihe ndozi\",\n    \"empresses\": \"eze ukwu\",\n    \"empressment\": \"igbochi\",\n    \"emprime\": \"ọchịchị\",\n    \"emprint\": \"alaeze\",\n    \"emprise\": \"ihe ijuanya\",\n    \"emprises\": \"enwe\",\n    \"emprison\": \"mkpọrọ\",\n    \"emprize\": \"mesie ike\",\n    \"emprizes\": \"na-akwado\",\n    \"empt\": \"Ihe efu\",\n    \"empty\": \"efu\",\n    \"emptiable\": \"efu\",\n    \"emptied\": \"bupụrụ ihe\",\n    \"emptier\": \"buputa ihe\",\n    \"emptiers\": \"ndị na-emebisị\",\n    \"empties\": \"tọgbọrọ n'efu\",\n    \"emptiest\": \"efu\",\n    \"emptyhearted\": \"enweghị obi\",\n    \"emptying\": \"atọgbọ\",\n    \"emptily\": \"n'efu\",\n    \"emptiness\": \"ihe efu\",\n    \"emptings\": \"Ihe efu\",\n    \"emptins\": \"ndị nwụrụ anwụ\",\n    \"emptio\": \"mmetụta uche\",\n    \"emption\": \"mmetụta uche\",\n    \"emptional\": \"mmetụta uche\",\n    \"emptysis\": \"ekpenta\",\n    \"emptive\": \"dị ike\",\n    \"emptor\": \"ihe emptor\",\n    \"emptores\": \"ihe nzuzu\",\n    \"emptory\": \"ihe efu\",\n    \"empurple\": \"ike\",\n    \"empurpled\": \"merie\",\n    \"empurples\": \"alaeze\",\n    \"empurpling\": \"igbochi\",\n    \"empusa\": \"eze ukwu\",\n    \"emraud\": \"ighachi ego\",\n    \"emrode\": \"Amụma\",\n    \"ems\": \"ma ọ bụ\",\n    \"emulable\": \"Emula\",\n    \"emulate\": \"iulateomi\",\n    \"emulated\": \"ulatedomi\",\n    \"emulates\": \"na-eulatesomi\",\n    \"emulating\": \"na-eulatingomi\",\n    \"emulation\": \"iomi\",\n    \"emulations\": \"Eomi\",\n    \"emulative\": \"Na-echekwa ihe\",\n    \"emulatory\": \"Na-emetụta\",\n    \"emulators\": \"Ndị emulators\",\n    \"emule\": \"Emule\",\n    \"emulge\": \"jiri\",\n    \"emulgence\": \"Ndabere\",\n    \"emulgens\": \"Emulgens\",\n    \"emulgent\": \"kwesịrị\",\n    \"emulous\": \"dị egwu\",\n    \"emulously\": \"n'ụzọ dị ukwuu\",\n    \"emulousness\": \"Uche buru ibu\",\n    \"emuls\": \"Emuls\",\n    \"emulsible\": \"Emulsible\",\n    \"emulsify\": \"Emulsify\",\n    \"emulsifiable\": \"Emulsifiable\",\n    \"emulsifiers\": \"Emulsifiers\",\n    \"emulsifies\": \"Emulsifies\",\n    \"emulsifying\": \"Emulsifying\",\n    \"emulsoid\": \"Emulsoid\",\n    \"emunct\": \"gbachi\",\n    \"emunctories\": \"ndị ọzọ\",\n    \"emunge\": \"emenga\",\n    \"emus\": \"Nkechi\",\n    \"emuscation\": \"Ikpọkọtọ\",\n    \"emusify\": \"zipụ\",\n    \"emusified\": \"Na Na Na\",\n    \"emusifies\": \"na-egosipụta\",\n    \"emusifying\": \"Na-etinye ihe\",\n    \"emusive\": \"nwee mmetụta\",\n    \"en\": \"igw\",\n    \"enable\": \"nwee\",\n    \"enabled\": \"nyeere\",\n    \"enablement\": \"inwe ike\",\n    \"enabler\": \"enyere\",\n    \"enablers\": \"ndị nwere ike\",\n    \"enables\": \"na-enyere\",\n    \"enabling\": \"na-enyere\",\n    \"enact\": \"mee iwu\",\n    \"enacted\": \"tiri iwu\",\n    \"enacting\": \"iwu\",\n    \"enaction\": \"mmekorita\",\n    \"enactive\": \"nọ n'ọrụ\",\n    \"enactment\": \"enact\",\n    \"enactments\": \"enact\",\n    \"enactor\": \"onye iwu\",\n    \"enacture\": \"enact\",\n    \"enalid\": \"ghara ịdị irè\",\n    \"enalyron\": \"Enalyron\",\n    \"enallage\": \"mechie\",\n    \"enambush\": \"Enambush\",\n    \"enamdar\": \"Enamdar\",\n    \"enameling\": \"Enam\",\n    \"enamelist\": \"Enamelist\",\n    \"enamellar\": \"Enamellar\",\n    \"enamelled\": \"mepee\",\n    \"enameller\": \"Enameller\",\n    \"enamellers\": \"ndị na-edebanye aha\",\n    \"enamelless\": \"Enamelless\",\n    \"enamelling\": \"na-enam\",\n    \"enamelware\": \"Enamelware\",\n    \"enamelwork\": \"Enamelwork\",\n    \"enamine\": \"Nyocha\",\n    \"enamines\": \"enaminesi\",\n    \"enamored\": \"enam\",\n    \"enamoredness\": \"enamụm\",\n    \"enamoring\": \"na-enam\",\n    \"enamorment\": \"enamorụ\",\n    \"enamors\": \"enam\",\n    \"enamoured\": \"enam\",\n    \"enamouring\": \"enamoala\",\n    \"enamours\": \"Enamours\",\n    \"enanguish\": \"nsogbu\",\n    \"enantiotropy\": \"Enantiotropy\",\n    \"enapt\": \"zoro ezo\",\n    \"enarbour\": \"mgbago\",\n    \"enarch\": \"achị\",\n    \"enarched\": \"enar\",\n    \"enarm\": \"ibinye aka\",\n    \"enarration\": \"mbido\",\n    \"enascent\": \"ibu iwe\",\n    \"enatant\": \"onye obula\",\n    \"enate\": \"Nweta\",\n    \"enatic\": \"kegide\",\n    \"enation\": \"Enation\",\n    \"enations\": \"echiche\",\n    \"enaunter\": \"onye ozo\",\n    \"enbloc\": \"mbata\",\n    \"enbranglement\": \"Enbrangment\",\n    \"enbrave\": \"enbra ahụ\",\n    \"enbusshe\": \"Enbusshe\",\n    \"enc\": \"Nkume\",\n    \"encadre\": \"gbasaa\",\n    \"encaged\": \"ichikota\",\n    \"encages\": \"uzo\",\n    \"encaging\": \"ikwado\",\n    \"encake\": \"banye\",\n    \"encalendar\": \"kalenda\",\n    \"encamp\": \"ulo-ikwamp\",\n    \"encamped\": \"maa ụlọikwuu\",\n    \"encamping\": \"maa ụlọikwuu\",\n    \"encampment\": \"ebe obibi\",\n    \"encampments\": \"ebe obibi\",\n    \"encamps\": \"ụlọikwuu\",\n    \"encanker\": \"ụgbọ mmiri\",\n    \"encapsulating\": \"Encapsla\",\n    \"encapsulations\": \"Encapsulations\",\n    \"encaptivate\": \"tinye\",\n    \"encaptive\": \"encapa\",\n    \"encarnalised\": \"gbasasiri\",\n    \"encarnalising\": \"tinye\",\n    \"encarnalize\": \"tinye n'ime\",\n    \"encarnalized\": \"tinye n'ime mmadụ\",\n    \"encarnalizing\": \"tinye ihe\",\n    \"encarpa\": \"Encarpa\",\n    \"encarpi\": \"Encarpi\",\n    \"encarpium\": \"Encarpium\",\n    \"encarpus\": \"Encarpus\",\n    \"encased\": \"tinyere\",\n    \"encasement\": \"ndozi\",\n    \"encashable\": \"ihe anakpo\",\n    \"encashed\": \"gbasasịa\",\n    \"encashes\": \"agbụ\",\n    \"encashing\": \"na-ekpuchi\",\n    \"encashment\": \"ndokwa\",\n    \"encasing\": \"na-etinye\",\n    \"encastage\": \"ozi\",\n    \"encastered\": \"ensar\",\n    \"encastre\": \"na-agbasa\",\n    \"encastrement\": \"enrasrement\",\n    \"encaustes\": \"Encaust\",\n    \"encave\": \"tinye\",\n    \"encell\": \"ndokwa\",\n    \"encenter\": \"enterth\",\n    \"encephala\": \"Encephala\",\n    \"encephalin\": \"Encephalin\",\n    \"encephalocele\": \"Encephalocele\",\n    \"encephalocoele\": \"Encephalocoele\",\n    \"encephaloid\": \"Encephaloid\",\n    \"encephalola\": \"Encephalola\",\n    \"encephalolith\": \"Encephalolith\",\n    \"encephalomas\": \"Encephalomas\",\n    \"encephalomere\": \"Encephalomere\",\n    \"encephalon\": \"Encephalon\",\n    \"encephalotome\": \"Encephalotome\",\n    \"encephalous\": \"Encephalous\",\n    \"enchained\": \"encha\",\n    \"enchainement\": \"enchasị\",\n    \"enchainements\": \"ihe mgbochi\",\n    \"enchaining\": \"encha\",\n    \"enchainment\": \"mkpuchi\",\n    \"enchainments\": \"ihe mkpuchi\",\n    \"enchancement\": \"nkwalite\",\n    \"enchanted\": \"enwasị\",\n    \"enchanter\": \"enchanta\",\n    \"enchantery\": \"enchanta\",\n    \"enchanters\": \"onye anwansi\",\n    \"enchantingness\": \"enchanting ness\",\n    \"enchantress\": \"onye anwansi\",\n    \"enchantresses\": \"ndị anwansi\",\n    \"enchants\": \"enchan\",\n    \"encharge\": \"zota\",\n    \"encharged\": \"zota\",\n    \"encharging\": \"inabata\",\n    \"encharm\": \"Encharm\",\n    \"enchase\": \"zụrụ\",\n    \"enchased\": \"encha\",\n    \"enchasers\": \"enchas\",\n    \"enchases\": \"enchaz\",\n    \"enchasing\": \"na-achọ\",\n    \"encheason\": \"Encheason\",\n    \"encheiria\": \"Encheiria\",\n    \"encheson\": \"Onwuka\",\n    \"enchest\": \"ìgwè\",\n    \"enchiladas\": \"Enchiladas\",\n    \"enchylema\": \"Enchylema\",\n    \"enchymatous\": \"Enchymatous\",\n    \"enchiridia\": \"Enchiridia\",\n    \"enchiridion\": \"mmechi\",\n    \"enchiridions\": \"nsogbu\",\n    \"enchisel\": \"Enchisel\",\n    \"enchytraeus\": \"Enchytraeus\",\n    \"enchodontid\": \"encodontid\",\n    \"enchodus\": \"encodus\",\n    \"enchondromas\": \"Enchondromas\",\n    \"enchronicle\": \"okpokoro\",\n    \"enchurch\": \"ụlọ ụka\",\n    \"encyc\": \"arụ\",\n    \"encycl\": \"arụ\",\n    \"encyclical\": \"arụ ọrụ\",\n    \"encyclics\": \"ihe eji eme ihe\",\n    \"encyclopedia\": \"akwụkwọ nkà ihe ọmụma\",\n    \"encyclopediac\": \"akwụkwọ nkà ihe ọmụma\",\n    \"encyclopediacal\": \"akwụkwọ nkà ihe ọmụma\",\n    \"encyclopedial\": \"akwụkwọ nkà ihe ọmụma\",\n    \"encyclopedian\": \"encyclopedia\",\n    \"encyclopedias\": \"akwụkwọ nkà ihe ọmụma\",\n    \"encyclopediast\": \"akwụkwọ nkà ihe ọmụma\",\n    \"encyclopedical\": \"akwụkwọ nkà ihe ọmụma\",\n    \"encyclopedically\": \"nkà mmụta sayensị\",\n    \"encyclopedism\": \"akwụkwọ nkà ihe ọmụma\",\n    \"encyclopedist\": \"encyclopedia\",\n    \"encyclopedize\": \"akwụkwọ nkà ihe ọmụma\",\n    \"encinder\": \"igba\",\n    \"enciphered\": \"encipheri\",\n    \"encipherer\": \"nnweta\",\n    \"encipherment\": \"ọmụma\",\n    \"encipherments\": \"njirimara\",\n    \"enciphers\": \"na-enye ume\",\n    \"encircle\": \"gbaa gburugburu\",\n    \"encircled\": \"gbara gburugburu\",\n    \"encirclement\": \"gbaa ya gburugburu\",\n    \"encirclements\": \"gburugburu\",\n    \"encircler\": \"gbara gburugburu\",\n    \"encircles\": \"gburugburu\",\n    \"encircling\": \"gbara gburugburu\",\n    \"encist\": \"gbanye\",\n    \"encyst\": \"ihe ederede\",\n    \"encystation\": \"ihe omuma\",\n    \"encysting\": \"na-emechi\",\n    \"encystment\": \"ihe ndozi\",\n    \"encystments\": \"ọnọdụ\",\n    \"encysts\": \"ystyst\",\n    \"encl\": \"gbakwunye\",\n    \"enclaret\": \"Ikwu\",\n    \"enclasp\": \"tinye\",\n    \"enclasped\": \"gbasaa\",\n    \"enclasping\": \"Na-agbakwunye\",\n    \"enclasps\": \"okpuru\",\n    \"enclave\": \"kpọọ\",\n    \"enclaved\": \"kwupụtara\",\n    \"enclavement\": \"mkpọchi\",\n    \"enclaves\": \"gbasaa\",\n    \"enclaving\": \"ikwupụta\",\n    \"enclear\": \"doro anya\",\n    \"enclitic\": \"dị egwu\",\n    \"enclitical\": \"ihe adighi nma\",\n    \"enclitically\": \"eclectically\",\n    \"enclitics\": \"ihe mgbagwoju anya\",\n    \"encloak\": \"kpọchie\",\n    \"enclog\": \"enclo\",\n    \"encloister\": \"tinye\",\n    \"enclosable\": \"nwere ike ịgbakwunye\",\n    \"enclose\": \"itiba\",\n    \"enclosed\": \"nchọ\",\n    \"encloser\": \"imechi\",\n    \"enclosers\": \"imechi\",\n    \"encloses\": \"gụnyere\",\n    \"enclosing\": \"na-akpọchi\",\n    \"enclosure\": \"imechi\",\n    \"enclosures\": \"ogige\",\n    \"encloud\": \"tinye\",\n    \"encoach\": \"gbaa ume\",\n    \"encoded\": \"koodu\",\n    \"encodement\": \"ntinye\",\n    \"encodes\": \"koodu\",\n    \"encoding\": \"ngbanwe\",\n    \"encodings\": \"koodu\",\n    \"encoffin\": \"gbaa ume\",\n    \"encoffinment\": \"ịgba ume\",\n    \"encoignure\": \"gbaa ume\",\n    \"encoignures\": \"na-agba ume\",\n    \"encoil\": \"gbaa ume\",\n    \"encolden\": \"dezie\",\n    \"encolor\": \"gbara ume\",\n    \"encolour\": \"gbaa ume\",\n    \"encolure\": \"ichikota\",\n    \"encomy\": \"nnabata\",\n    \"encomia\": \"Nkọwa\",\n    \"encomiastic\": \"zuru ezu\",\n    \"encomiastical\": \"zuru ezu\",\n    \"encomiastically\": \"n'ụzọ zuru ezu\",\n    \"encomic\": \"zuru ezu\",\n    \"encomienda\": \"Nwagbo\",\n    \"encomiendas\": \"Nkọwapụta\",\n    \"encomimia\": \"Encomimia\",\n    \"encomiums\": \"Encomiums\",\n    \"encommon\": \"ruru\",\n    \"encompany\": \"ihe ruru\",\n    \"encompass\": \"ruru\",\n    \"encompassed\": \"gụnyere\",\n    \"encompasser\": \"ihe ruru\",\n    \"encompasses\": \"gụnyere\",\n    \"encompassing\": \"gụnyere\",\n    \"encompassment\": \"ihe ruru\",\n    \"encopreses\": \"na-akwado\",\n    \"encopresis\": \"agbamume\",\n    \"encorbellment\": \"ndozi\",\n    \"encore\": \"gbanye\",\n    \"encored\": \"okpu\",\n    \"encores\": \"tinyere\",\n    \"encoring\": \"na-abanye\",\n    \"encoronal\": \"igba ume\",\n    \"encoronate\": \"gbaa ume\",\n    \"encoronet\": \"umeronet\",\n    \"encorpore\": \"tinye\",\n    \"encounter\": \"zutere\",\n    \"encounterable\": \"gbaa ume\",\n    \"encountered\": \"zutere\",\n    \"encounterer\": \"osobo\",\n    \"encounterers\": \"ndị na-ezute ya\",\n    \"encountering\": \"zutere\",\n    \"encounters\": \"zutere\",\n    \"encourage\": \"gbaa ume\",\n    \"encouraged\": \"gbara ume\",\n    \"encouragement\": \"agbamume\",\n    \"encouragements\": \"agbamume\",\n    \"encourager\": \"na-agba ume\",\n    \"encouragers\": \"na-agba ume\",\n    \"encourages\": \"na-agba ume\",\n    \"encouraging\": \"na-agba ume\",\n    \"encouragingly\": \"na-agba ume\",\n    \"encover\": \"gbaa ume\",\n    \"encradle\": \"zoo\",\n    \"encraty\": \"inabata\",\n    \"encratic\": \"ekwuru\",\n    \"encratism\": \"ịgbachi nkịtị\",\n    \"encratite\": \"ndabata\",\n    \"encrease\": \"abawanye\",\n    \"encreel\": \"tinye\",\n    \"encrimson\": \"ihe mgbochi\",\n    \"encrinic\": \"endocrine\",\n    \"encrinidae\": \"encrinus\",\n    \"encrinital\": \"okpuru\",\n    \"encrinitic\": \"nke nwere ederede\",\n    \"encrinitical\": \"nke ederede\",\n    \"encrypt\": \"ezoro ezo\",\n    \"encrypted\": \"ezoro ezo\",\n    \"encrypting\": \"izo ya ezo\",\n    \"encryption\": \"izo ya ezo\",\n    \"encryptions\": \"izo ya ezo\",\n    \"encrisp\": \"okpokoro\",\n    \"encroach\": \"tinye aka\",\n    \"encroached\": \"tinye aka\",\n    \"encroacher\": \"onye na-eme ihe ike\",\n    \"encroaches\": \"na-egbochi\",\n    \"encroaching\": \"na-etinye aka\",\n    \"encroachingly\": \"na-etinye aka\",\n    \"encroachment\": \"imebi iwu\",\n    \"encroachments\": \"ihe mgbochi\",\n    \"encrotchet\": \"Nkechi\",\n    \"encrown\": \"tinye\",\n    \"encrownment\": \"itinye aka\",\n    \"encrust\": \"tinye\",\n    \"encrustant\": \"ntụkwasị obi\",\n    \"encrustation\": \"ntụkwasị obi\",\n    \"encrusted\": \"etinyere\",\n    \"encrusting\": \"ikwenye\",\n    \"encrustment\": \"ntụkwasị obi\",\n    \"encrusts\": \"nkechi\",\n    \"encuirassed\": \"encuirass\",\n    \"enculturated\": \"gbasasịa\",\n    \"enculturating\": \"na-agbaso\",\n    \"enculturation\": \"nchịkwa\",\n    \"enculturative\": \"agbasaghị\",\n    \"encumbered\": \"encumbed\",\n    \"encumberingly\": \"itinye ọnụ\",\n    \"encumberment\": \"encumber\",\n    \"encumbrance\": \"mgbochi\",\n    \"encumbrous\": \"nzuzu\",\n    \"encurl\": \"gbasaa\",\n    \"encurtain\": \"gbadoro\",\n    \"encushion\": \"ezi uche\",\n    \"end\": \"ọgwụgwụ\",\n    \"endable\": \"nwee\",\n    \"endamage\": \"mmebi\",\n    \"endamageable\": \"Emebi emebi\",\n    \"endamaged\": \"emebiwo\",\n    \"endamagement\": \"njedebe\",\n    \"endamages\": \"nsogbu\",\n    \"endamaging\": \"na-emebi emebi\",\n    \"endamebiasis\": \"Ọgwụgwụ\",\n    \"endamnify\": \"ikwupụta\",\n    \"endanger\": \"itinye ndachi\",\n    \"endangered\": \"nọ n'ihe ize ndụ\",\n    \"endangerer\": \"nọ n'ihe ize ndụ\",\n    \"endangering\": \"na-etinye ihe ize ndụ\",\n    \"endangerment\": \"ihe ize ndụ\",\n    \"endangerments\": \"ihe ọghọm\",\n    \"endangers\": \"nọ n'ihe ize ndụ\",\n    \"endangiitis\": \"ọrịa endangiitis\",\n    \"endangitis\": \"ọdachi\",\n    \"endarch\": \"mechie\",\n    \"endarchy\": \"ọchịchị aka\",\n    \"endarchies\": \"endarchi\",\n    \"endark\": \"rụchaa\",\n    \"endarteritis\": \"ọrịa endarteritis\",\n    \"endball\": \"bọọlụ\",\n    \"endbrain\": \"ngwugwu\",\n    \"enddamage\": \"mbibi\",\n    \"enddamaged\": \"emebiwo\",\n    \"enddamaging\": \"na-emebi emebi\",\n    \"endear\": \"nwee mmasị\",\n    \"endearance\": \"ngwụcha\",\n    \"endeared\": \"hụrụ n'anya\",\n    \"endearedly\": \"n'anya\",\n    \"endearedness\": \"ihu n'anya\",\n    \"endearing\": \"na-ahụ n'anya\",\n    \"endearingly\": \"na-ahụ n'anya\",\n    \"endearingness\": \"ịhụnanya\",\n    \"endearment\": \"ịhụnanya\",\n    \"endearments\": \"nkwenye\",\n    \"endeavor\": \"gbalịsie ike\",\n    \"endeavored\": \"gbalịrị\",\n    \"endeavorer\": \"Onye na-agbasi mbọ ike\",\n    \"endeavoring\": \"na-agba mbọ\",\n    \"endeavors\": \"mbọ\",\n    \"endeavour\": \"gbalịsie ike\",\n    \"endeavoured\": \"gbalịrị\",\n    \"endeavourer\": \"onye na-achọ ihe\",\n    \"endeavouring\": \"na-agba mbọ\",\n    \"ended\": \"biri\",\n    \"endemial\": \"njedebe\",\n    \"endemic\": \"ogba aghara\",\n    \"endemically\": \"na-agwụ agwụ\",\n    \"endemicity\": \"nsogbu\",\n    \"endemiology\": \"Ọgwụgwụ\",\n    \"endemism\": \"njedebe\",\n    \"endemisms\": \"njedebe\",\n    \"endenization\": \"njedebe\",\n    \"endenize\": \"na-ejedebe\",\n    \"endent\": \"na-anọgidesi ike\",\n    \"endere\": \"ender\",\n    \"endermatic\": \"endermite\",\n    \"endermic\": \"ikuku\",\n    \"endermically\": \"na-agwụ agwụ\",\n    \"enders\": \"na-agwụ\",\n    \"endevil\": \"ihe ojoo\",\n    \"endexines\": \"na-achọ\",\n    \"endfile\": \"akara ngosi\",\n    \"endgame\": \"njedebe\",\n    \"endgate\": \"ọgwụgwụ\",\n    \"endhand\": \"na-ahụ n'anya\",\n    \"endia\": \"Endia\",\n    \"endiaper\": \"ihe nzuzu\",\n    \"endict\": \"kwusi\",\n    \"ending\": \"agwụcha\",\n    \"endings\": \"njedebe\",\n    \"endysis\": \"nyocha\",\n    \"endite\": \"njedebe\",\n    \"endited\": \"gosiri\",\n    \"endites\": \"na-agwụ\",\n    \"enditing\": \"na-agwụcha\",\n    \"endive\": \"endaịv\",\n    \"endives\": \"endaịv\",\n    \"endjunk\": \"na junk\",\n    \"endleaves\": \"ngwụsị\",\n    \"endless\": \"enweghị njedebe\",\n    \"endlessly\": \"ebighebi\",\n    \"endlessness\": \"enweghi ngwụcha\",\n    \"endlichite\": \"Ọgwụgwụ\",\n    \"endlong\": \"N'ikpeazụ\",\n    \"endmost\": \"agwụ agwụ\",\n    \"endnote\": \"nkọwa\",\n    \"endnotes\": \"nkọwa\",\n    \"endoauscultation\": \"mmechi mmechi\",\n    \"endobiotic\": \"endobioti\",\n    \"endobronchially\": \"n'usoro\",\n    \"endochylous\": \"ekwusi ike\",\n    \"endocycle\": \"mechie\",\n    \"endocrinologist\": \"ọkà mmụta ọgwụ\",\n    \"endocrinotherapy\": \"ọgwụgwọ endocrinotherapy\",\n    \"endodermic\": \"ihe omimi\",\n    \"endodontic\": \"endodontiiki\",\n    \"endodontically\": \"n'ikpeazụ\",\n    \"endodontics\": \"ihe ndozi\",\n    \"endoergic\": \"ọdachi\",\n    \"endogastrically\": \"n'egwuregwu\",\n    \"endogenicity\": \"njedebe\",\n    \"endogenous\": \"dị egwu\",\n    \"endogenously\": \"n'udo\",\n    \"endognathion\": \"Njedebe\",\n    \"endogonidium\": \"endogonidia\",\n    \"endointoxication\": \"igbu egbu\",\n    \"endokaryogamy\": \"endo karyogamy\",\n    \"endolabyrinthitis\": \"endo labyrinthitis\",\n    \"endolemma\": \"nsogbu\",\n    \"endolymphatic\": \"egwuregwu endolymphatic\",\n    \"endome\": \"mma\",\n    \"endomyces\": \"njedebe\",\n    \"endonuclease\": \"kwụsị\",\n    \"endophagy\": \"Ahụcha\",\n    \"endophytically\": \"n'egwuregwu endophytically\",\n    \"endoplastular\": \"Ọgwụgwụ\",\n    \"endoplastule\": \"ngwụcha\",\n    \"endopleura\": \"mmmmmmmmmmmmm\",\n    \"endopleural\": \"dị mmadụ\",\n    \"endopleurite\": \"endifeurite\",\n    \"endopleuritic\": \"mmmmmmmmmmmmm\",\n    \"endorphin\": \"ọbara ọbara\",\n    \"endorsable\": \"na-akwado\",\n    \"endorsation\": \"nkwenye\",\n    \"endorse\": \"kwado\",\n    \"endorsed\": \"akwadoro\",\n    \"endorsee\": \"kwenye\",\n    \"endorsees\": \"na-akwado\",\n    \"endorsement\": \"nkwenye\",\n    \"endorsements\": \"nkwenye\",\n    \"endorser\": \"na-akwado\",\n    \"endorsers\": \"ndị na-akwado\",\n    \"endorses\": \"na-akwado\",\n    \"endorsing\": \"na-akwado\",\n    \"endorsingly\": \"na-akwado\",\n    \"endorsor\": \"na-akwado\",\n    \"endorsors\": \"na-akwado\",\n    \"endosarcs\": \"endosark\",\n    \"endoscopically\": \"n'ikpeazụ\",\n    \"endoscopies\": \"endoscopi\",\n    \"endoskeletal\": \"Ọgwụgwụ\",\n    \"endosmometer\": \"endosmometa\",\n    \"endosmotically\": \"n'ikpeazụ\",\n    \"endosome\": \"njedebe\",\n    \"endospermous\": \"ihe zuru oke\",\n    \"endosporic\": \"ikuku\",\n    \"endosporium\": \"ụlọ ọrụ\",\n    \"endosporously\": \"n'ekpere\",\n    \"endosteal\": \"Ọgwụgwụ\",\n    \"endosteally\": \"n'ikpeazu\",\n    \"endostyle\": \"Ọgwụgwụ\",\n    \"endostome\": \"njedebe\",\n    \"endothecate\": \"dozie\",\n    \"endothecial\": \"kwadoro\",\n    \"endotherm\": \"okpomọkụ\",\n    \"endothermal\": \"okpomọkụ\",\n    \"endothermy\": \"oyi\",\n    \"endothermic\": \"okpomọkụ\",\n    \"endothermically\": \"n'udo\",\n    \"endothermism\": \"endotemism\",\n    \"endothermous\": \"ihe ozo\",\n    \"endothys\": \"mmmmmmmmmmmmm\",\n    \"endothrix\": \"endotrix\",\n    \"endoubt\": \"njedebe\",\n    \"endovenous\": \"ekwenti\",\n    \"endover\": \"N'ikpeazụ\",\n    \"endow\": \"inye\",\n    \"endowed\": \"nyere\",\n    \"endower\": \"na-enye ike\",\n    \"endowers\": \"onyinye\",\n    \"endowing\": \"onyinye\",\n    \"endowment\": \"onyinye\",\n    \"endowments\": \"onyinye\",\n    \"endows\": \"na-akwado\",\n    \"endpaper\": \"akwụkwọ ozi\",\n    \"endpapers\": \"akwụkwọ ahụaja\",\n    \"endpiece\": \"ọgwụgwụ\",\n    \"endplay\": \"egwuregwu\",\n    \"endpleasure\": \"mmechuihu\",\n    \"endpoint\": \"njedebe\",\n    \"endpoints\": \"njedebe\",\n    \"endrin\": \"kwụsị\",\n    \"endrins\": \"na-achọ\",\n    \"endrumpf\": \"mgbada\",\n    \"ends\": \"agwụ\",\n    \"endseal\": \"ọgwụgwụ\",\n    \"endshake\": \"emecha\",\n    \"endsheet\": \"mpempe akwụkwọ\",\n    \"endship\": \"njedebe\",\n    \"endsweep\": \"ngwụcha\",\n    \"enduement\": \"ikwusi ike\",\n    \"endues\": \"njedebe\",\n    \"endungeon\": \"ezumike\",\n    \"endurability\": \"ndidi\",\n    \"endurable\": \"enweghi ndidi\",\n    \"endurableness\": \"ndidi\",\n    \"endurance\": \"ntachi obi\",\n    \"endure\": \"tachie obi\",\n    \"endured\": \"diri\",\n    \"endurer\": \"idi\",\n    \"endures\": \"na-atachi obi\",\n    \"enduring\": \"na-atachi obi\",\n    \"enduringly\": \"na-anọgidesi ike\",\n    \"enduringness\": \"ndidi\",\n    \"endwise\": \"n'ikpeazụ\",\n    \"enecate\": \"tinye\",\n    \"eneclann\": \"Enweeghi\",\n    \"ened\": \"biri\",\n    \"eneid\": \"iddị\",\n    \"enemy\": \"onye iro\",\n    \"enemied\": \"ndị iro\",\n    \"enemies\": \"ndị iro\",\n    \"enemying\": \"ndị iro\",\n    \"enemylike\": \"onye iro\",\n    \"enent\": \"imegide\",\n    \"enepidermic\": \"Enweghi ike\",\n    \"energesis\": \"ịgbasi ike\",\n    \"energetic\": \"gbasiri ike\",\n    \"energetical\": \"gbasiri ike\",\n    \"energetically\": \"n'ike\",\n    \"energeticalness\": \"ume\",\n    \"energeticist\": \"gbasie ike\",\n    \"energeticness\": \"ume\",\n    \"energetics\": \"gbasiri ike\",\n    \"energetistic\": \"gbasiri ike\",\n    \"energy\": \"ume\",\n    \"energic\": \"siri ike\",\n    \"energical\": \"enerical\",\n    \"energid\": \"gbasie ike\",\n    \"energids\": \"na-enye ume\",\n    \"energies\": \"ume\",\n    \"energise\": \"gbanye ume\",\n    \"energised\": \"nyere ume\",\n    \"energiser\": \"na-enye ume\",\n    \"energises\": \"na-enye ume\",\n    \"energising\": \"na-enye ume\",\n    \"energism\": \"ike\",\n    \"energist\": \"na-enye ume\",\n    \"energistic\": \"gbasiri ike\",\n    \"energize\": \"gbanye ume\",\n    \"energized\": \"nyere ume\",\n    \"energizers\": \"na-enye ume\",\n    \"energizes\": \"na-agbanye ume\",\n    \"energizing\": \"na-enye ume\",\n    \"energumen\": \"Energumen\",\n    \"enervate\": \"mekwaa\",\n    \"enervated\": \"gbanwere\",\n    \"enervates\": \"na-agbasi ike\",\n    \"enervating\": \"na-agbasi ike\",\n    \"enervation\": \"ike\",\n    \"enervative\": \"mekwaa\",\n    \"enerve\": \"debe\",\n    \"enervous\": \"gbasiri ike\",\n    \"enetophobia\": \"emetophobia\",\n    \"eneuch\": \"ọnaozi\",\n    \"eneugh\": \"kwesịrị\",\n    \"enew\": \"ene\",\n    \"enface\": \"ihu\",\n    \"enfacing\": \"na-agbasa\",\n    \"enfamish\": \"Enfamish\",\n    \"enfant\": \"nnabata\",\n    \"enfants\": \"chọrọ\",\n    \"enfasten\": \"gbasie ike\",\n    \"enfavor\": \"nyere\",\n    \"enfect\": \"zulite\",\n    \"enfeeble\": \"Enfeeble\",\n    \"enfeebled\": \"Enfeebled\",\n    \"enfeeblement\": \"Enfeeblement\",\n    \"enfeeblements\": \"Enfeeblements\",\n    \"enfeebler\": \"Enfabler\",\n    \"enfeebles\": \"Enfeebles\",\n    \"enfeebling\": \"Enfeebling\",\n    \"enfeeblish\": \"Enfeeblish\",\n    \"enfelon\": \"Enfelon\",\n    \"enfeoff\": \"tinye\",\n    \"enfeoffed\": \"nwere ike\",\n    \"enfeoffing\": \"na-arụ ọrụ\",\n    \"enfeoffment\": \"Enfeoffment\",\n    \"enfester\": \"Enfest\",\n    \"enfettered\": \"juputara\",\n    \"enfettering\": \"Enfeting\",\n    \"enfetters\": \"tinye\",\n    \"enfever\": \"nwe\",\n    \"enfevered\": \"enfe\",\n    \"enfevering\": \"na-emetụta\",\n    \"enfevers\": \"na-achọ\",\n    \"enfield\": \"Enfield\",\n    \"enfierce\": \"iwe\",\n    \"enfigure\": \"depụta\",\n    \"enfiladed\": \"enfilade\",\n    \"enfile\": \"Enfield\",\n    \"enfiled\": \"Enfield\",\n    \"enflagellate\": \"Enflagellate\",\n    \"enflagellation\": \"Enflagellation\",\n    \"enflames\": \"Enflames\",\n    \"enflaming\": \"Enflaming\",\n    \"enflesh\": \"anụ ahụ\",\n    \"enfleurage\": \"Enfleurage\",\n    \"enflowered\": \"jupụtakwara\",\n    \"enflowering\": \"juputa\",\n    \"enfoeffment\": \"Enfoeffment\",\n    \"enfoil\": \"Enfoil\",\n    \"enfold\": \"tinye\",\n    \"enfolded\": \"enfold\",\n    \"enfolden\": \"Enfolden\",\n    \"enfolder\": \"tinye akpa\",\n    \"enfolding\": \"tinye\",\n    \"enfoldment\": \"mpịnye\",\n    \"enfolds\": \"na-ekpuchi\",\n    \"enfollow\": \"soro\",\n    \"enfonce\": \"tinye\",\n    \"enfonced\": \"enfon\",\n    \"enfoncee\": \"Enfoncee\",\n    \"enforce\": \"mezuo iwu\",\n    \"enforceability\": \"mmanye iwu\",\n    \"enforceable\": \"mmanye\",\n    \"enforced\": \"manye\",\n    \"enforcedly\": \"manye\",\n    \"enforcement\": \"mmanye\",\n    \"enforcer\": \"onye mmanye\",\n    \"enforcers\": \"ndị mmanye\",\n    \"enforces\": \"manye\",\n    \"enforcibility\": \"mmanye iwu\",\n    \"enforcible\": \"mmanye\",\n    \"enforcing\": \"mmanye\",\n    \"enforcingly\": \"mmanye\",\n    \"enforcive\": \"mezuo iwu\",\n    \"enforcively\": \"ike\",\n    \"enforest\": \"igbo\",\n    \"enfork\": \"kwado\",\n    \"enform\": \"kwado\",\n    \"enfort\": \"nkasi obi\",\n    \"enforth\": \"manye\",\n    \"enfortune\": \"nkasi obi\",\n    \"enfoul\": \"Nwere\",\n    \"enfoulder\": \"Ikochukwu\",\n    \"enframed\": \"doro anya\",\n    \"enframement\": \"ndozi\",\n    \"enframing\": \"Enframing\",\n    \"enfranch\": \"Enfranch\",\n    \"enfranchise\": \"debanye aha\",\n    \"enfranchised\": \"debanye aha\",\n    \"enfranchisements\": \"debanye aha\",\n    \"enfranchises\": \"debanye aha\",\n    \"enfranchising\": \"debanye aha\",\n    \"enfrenzy\": \"Enfrenzy\",\n    \"enfroward\": \"onye nzuzu\",\n    \"enfuddle\": \"Na-agbakwunye\",\n    \"enfurrow\": \"Enfurrow\",\n    \"eng\": \"Nsonaazụ\",\n    \"engage\": \"itinye aka\",\n    \"engaged\": \"etinye aka\",\n    \"engagedly\": \"dị njikere\",\n    \"engagedness\": \"itinye aka\",\n    \"engagee\": \"sonye\",\n    \"engagement\": \"njikọ aka\",\n    \"engagements\": \"nkwa\",\n    \"engager\": \"tinye aka\",\n    \"engagers\": \"Ndị na-etinye aka\",\n    \"engages\": \"etinye aka\",\n    \"engaging\": \"etinye aka\",\n    \"engagingly\": \"na-ekere òkè\",\n    \"engagingness\": \"itinye aka\",\n    \"engallant\": \"nnabata\",\n    \"engaol\": \"obodo\",\n    \"engarb\": \"mbuli elu\",\n    \"engarble\": \"ebu onu ahia\",\n    \"engarde\": \"eburu\",\n    \"engarland\": \"mba England\",\n    \"engarment\": \"nnabata\",\n    \"engarrison\": \"nga\",\n    \"engastrimyth\": \"anwuru\",\n    \"engastrimythic\": \"anakpo\",\n    \"engaud\": \"kpọọ\",\n    \"engaze\": \"jikwa\",\n    \"engelmann\": \"Onyekwere\",\n    \"engem\": \"ibem\",\n    \"engender\": \"ihe ike\",\n    \"engendered\": \"tinye aka\",\n    \"engenderer\": \"gbasie ike\",\n    \"engendering\": \"itinye\",\n    \"engenderment\": \"ntinye\",\n    \"engenders\": \"tinye\",\n    \"engendrure\": \"tinye\",\n    \"engendure\": \"nnabata\",\n    \"engerminate\": \"nwepu\",\n    \"enghle\": \"kpọọ\",\n    \"enghosted\": \"tinye mmụọ\",\n    \"engild\": \"buo\",\n    \"engilded\": \"tinye\",\n    \"engilding\": \"na-akpali akpali\",\n    \"engilds\": \"Na-eme\",\n    \"engine\": \"njin\",\n    \"engined\": \"tinye\",\n    \"engineer\": \"njinia\",\n    \"engineered\": \"engineer\",\n    \"engineery\": \"injinia\",\n    \"engineering\": \"injinia\",\n    \"engineeringly\": \"injinia\",\n    \"engineers\": \"ndị injinia\",\n    \"engineership\": \"njinia\",\n    \"enginehouse\": \"ụlọ ọrụ injinịa\",\n    \"engineless\": \"enweghị engine\",\n    \"enginelike\": \"engine dị ka\",\n    \"enginemen\": \"nnenne\",\n    \"enginery\": \"ụlọ ọrụ\",\n    \"engineries\": \"ụlọ ọrụ\",\n    \"engining\": \"itinye aka\",\n    \"enginous\": \"engines\",\n    \"engird\": \"tinye\",\n    \"engirded\": \"tinye\",\n    \"engirding\": \"tinye\",\n    \"engirdle\": \"tinye\",\n    \"engirdled\": \"Odogwu\",\n    \"engirdles\": \"Ndozi\",\n    \"engirdling\": \"Onwuchekwa\",\n    \"engirds\": \"na-agbanye\",\n    \"engirt\": \"tinye\",\n    \"engiscope\": \"ekwenti\",\n    \"engyscope\": \"ogwe igwe\",\n    \"engystomatidae\": \"ambystomatidae\",\n    \"engjateigur\": \"Ojukwu\",\n    \"engl\": \"Udochi\",\n    \"englacial\": \"nnabata\",\n    \"englacially\": \"nnabata\",\n    \"englad\": \"England\",\n    \"engladden\": \"tinye\",\n    \"england\": \"England\",\n    \"englander\": \"anwansị\",\n    \"englanders\": \"okpokoro\",\n    \"englante\": \"tinye\",\n    \"engle\": \"soro\",\n    \"engler\": \"Ihe Nlekọta\",\n    \"englerophoenix\": \"nnenneigbo\",\n    \"englify\": \"tinye\",\n    \"englifier\": \"Ihe ntinye\",\n    \"englyn\": \"Nwachukwu\",\n    \"englyns\": \"nnkwu\",\n    \"english\": \"bekee\",\n    \"englishable\": \"anwuru\",\n    \"englished\": \"emezu\",\n    \"englisher\": \"gbasaa\",\n    \"englishes\": \"tinye\",\n    \"englishhood\": \"asụsụ bekee\",\n    \"englishing\": \"na-asụ asụsụ bekee\",\n    \"englishism\": \"nnabata\",\n    \"englishize\": \"jisie ike\",\n    \"englishly\": \"bekee\",\n    \"englishman\": \"bekee\",\n    \"englishmen\": \"ndị bekee\",\n    \"englishness\": \"asụsụ bekee\",\n    \"englishry\": \"bekee\",\n    \"englishwoman\": \"nwa nwanyị bekee\",\n    \"englishwomen\": \"ugochukwu\",\n    \"englobe\": \"nnukwu ụlọ\",\n    \"englobed\": \"etinye aka\",\n    \"englobement\": \"tinye aka\",\n    \"englobing\": \"na-etinye aka\",\n    \"engloom\": \"Njikwa\",\n    \"englory\": \"nnabata\",\n    \"englue\": \"jikota\",\n    \"englut\": \"tinye\",\n    \"englute\": \"tinye\",\n    \"engluts\": \"tinye\",\n    \"englutted\": \"tinye onwe gị\",\n    \"englutting\": \"na-eri ihe\",\n    \"engnessang\": \"nnabata\",\n    \"engold\": \"tinye\",\n    \"engolden\": \"Obinna\",\n    \"engore\": \"tinye\",\n    \"engorge\": \"etinye obi\",\n    \"engorged\": \"etinye obi\",\n    \"engorgement\": \"nnabata\",\n    \"engorges\": \"etinye obi\",\n    \"engorging\": \"na-etinye ọnụ\",\n    \"engouee\": \"enjouee\",\n    \"engouement\": \"anwuru\",\n    \"engouled\": \"tinye aka\",\n    \"engr\": \"Ikwerre\",\n    \"engrace\": \"ihe osise\",\n    \"engraced\": \"kanye\",\n    \"engracing\": \"ihe osise\",\n    \"engraffed\": \"edere\",\n    \"engraffing\": \"ihe osise\",\n    \"engraft\": \"nnweta\",\n    \"engraftation\": \"aka ọrụ\",\n    \"engrafted\": \"kanye\",\n    \"engrafter\": \"N'ike\",\n    \"engrafting\": \"na-arụ ọrụ\",\n    \"engraftment\": \"nnabata\",\n    \"engrafts\": \"ihe osise\",\n    \"engrail\": \"Ihe osise\",\n    \"engrailed\": \"kanye\",\n    \"engrailing\": \"kanye ihe\",\n    \"engrailment\": \"ihe osise\",\n    \"engrails\": \"Ihe osise\",\n    \"engrain\": \"tinye\",\n    \"engrained\": \"kanye\",\n    \"engrainedly\": \"agba\",\n    \"engrainer\": \"onye na-elekọta ihe\",\n    \"engraining\": \"nsịnye\",\n    \"engram\": \"ramlọ\",\n    \"engrammatic\": \"ihe osise\",\n    \"engramme\": \"Ndokwa\",\n    \"engrammes\": \"Ihe osise\",\n    \"engrammic\": \"nnukwu\",\n    \"engrams\": \"Ihe osise\",\n    \"engrandize\": \"mbido\",\n    \"engrandizement\": \"nghazi\",\n    \"engraphy\": \"ihe osise\",\n    \"engraphic\": \"ihe osise\",\n    \"engraphically\": \"n'ihe osise\",\n    \"engrapple\": \"ikechi\",\n    \"engrasp\": \"ihe osise\",\n    \"engraulidae\": \"Ogbodo\",\n    \"engraulis\": \"Ogbe\",\n    \"engrave\": \"ihe osise\",\n    \"engraved\": \"kanyere\",\n    \"engravement\": \"ihe osise\",\n    \"engraven\": \"kanye\",\n    \"engraver\": \"ihe osise\",\n    \"engravers\": \"ihe osise\",\n    \"engraves\": \"ihe osise\",\n    \"engraving\": \"ihe osise\",\n    \"engravings\": \"ihe osise\",\n    \"engreaten\": \"jisie ike\",\n    \"engreen\": \"ntinye\",\n    \"engrege\": \"gbaa\",\n    \"engregge\": \"banye\",\n    \"engrid\": \"tinye\",\n    \"engrieve\": \"itinye aka\",\n    \"engross\": \"Ogwugwu\",\n    \"engrossed\": \"tinye uche gị\",\n    \"engrossedly\": \"n'okirikiri\",\n    \"engrosser\": \"Okenye\",\n    \"engrossers\": \"Udodi\",\n    \"engrosses\": \"Ogwugwu\",\n    \"engrossing\": \"tinye\",\n    \"engrossingly\": \"n'okwu\",\n    \"engrossingness\": \"isi ike\",\n    \"engrossment\": \"engrossenke\",\n    \"engs\": \"Ndia\",\n    \"enguard\": \"ikele\",\n    \"engulf\": \"soro\",\n    \"engulfed\": \"rie\",\n    \"engulfing\": \"na-erikpu\",\n    \"engulfment\": \"ogbe\",\n    \"engulfs\": \"kpọọ\",\n    \"enhaloing\": \"Enhalo\",\n    \"enhance\": \"welie\",\n    \"enhanced\": \"enwekwukwa\",\n    \"enhancement\": \"nkwalite\",\n    \"enhancements\": \"nkwalite\",\n    \"enhancer\": \"mmezi\",\n    \"enhancers\": \"nkwalite\",\n    \"enhances\": \"nkwalite\",\n    \"enhancing\": \"ime\",\n    \"enhancive\": \"nkwalite\",\n    \"enhappy\": \"enha\",\n    \"enharbor\": \"gbasaa\",\n    \"enharbour\": \"bia\",\n    \"enharden\": \"gbasaa\",\n    \"enhardy\": \"Enhardy\",\n    \"enharmonically\": \"na-agbakwunye\",\n    \"enhat\": \"zụọ\",\n    \"enhaulse\": \"kpoo\",\n    \"enhaunt\": \"ibibi\",\n    \"enhazard\": \"enhaza\",\n    \"enhearse\": \"mụgharịa\",\n    \"enheart\": \"iburu n'obi\",\n    \"enhearten\": \"iburu n'obi\",\n    \"enheaven\": \"enwenu\",\n    \"enhedge\": \"ndozi\",\n    \"enhelm\": \"Enhelm\",\n    \"enherit\": \"nweta\",\n    \"enheritage\": \"nweta\",\n    \"enheritance\": \"nweta\",\n    \"enhydra\": \"Enhydra\",\n    \"enhydrinae\": \"Enhydrinae\",\n    \"enhydris\": \"Enhydris\",\n    \"enhydrite\": \"Enhydrite\",\n    \"enhydros\": \"Enhydros\",\n    \"enhydrous\": \"Enweta mmiri\",\n    \"enhypostatize\": \"Enhypostatize\",\n    \"enhorror\": \"enyemaka\",\n    \"enhort\": \"na-akwado\",\n    \"enhunger\": \"gbasoo\",\n    \"enhungered\": \"gbasasịa\",\n    \"enhusk\": \"ikwo\",\n    \"enid\": \"ikwado\",\n    \"enigmatization\": \"enigmatisation\",\n    \"enigmatizing\": \"enigmatị\",\n    \"enisled\": \"nwere\",\n    \"enisling\": \"na-akpali\",\n    \"enjamb\": \"Enjamb\",\n    \"enjambed\": \"enjamb\",\n    \"enjambement\": \"enjambation\",\n    \"enjambements\": \"mmechi\",\n    \"enjelly\": \"anyaụfụ\",\n    \"enjewel\": \"enyewel\",\n    \"enjoy\": \"kporie\",\n    \"enjoyable\": \"obi ụtọ\",\n    \"enjoyableness\": \"obi uto\",\n    \"enjoyably\": \"ji anụrị\",\n    \"enjoyed\": \"enwe\",\n    \"enjoyer\": \"onye uto\",\n    \"enjoyers\": \"ndị na-eri ihe\",\n    \"enjoying\": \"na-ekpori ndụ\",\n    \"enjoyingly\": \"na-ekpori ndụ\",\n    \"enjoyment\": \"obi uto\",\n    \"enjoyments\": \"ụtọ\",\n    \"enjoin\": \"iwu\",\n    \"enjoinder\": \"sụgharịa\",\n    \"enjoinders\": \"ndị na-enye ndụmọdụ\",\n    \"enjoined\": \"nyere iwu\",\n    \"enjoiner\": \"onye nlekọta\",\n    \"enjoiners\": \"ndị na-enye iwu\",\n    \"enjoining\": \"na-enye iwu\",\n    \"enjoinment\": \"iwu\",\n    \"enjoins\": \"na-enye iwu\",\n    \"enjoys\": \"ụtọ,\",\n    \"enkernel\": \"Enkernel\",\n    \"enkindle\": \"kpalie\",\n    \"enkindled\": \"kpasuru iwe\",\n    \"enkindler\": \"ihe ojoo\",\n    \"enkindles\": \"ihe ojoo\",\n    \"enkindling\": \"na-akpasu iwe\",\n    \"enkolpia\": \"Enkolpia\",\n    \"enkolpion\": \"Enkolpion\",\n    \"enl\": \"Ọdụ\",\n    \"enlace\": \"wezuga\",\n    \"enlaced\": \"enwetara\",\n    \"enlacement\": \"mkpọpu\",\n    \"enlacing\": \"inara\",\n    \"enlard\": \"gbasaa\",\n    \"enlarge\": \"saa mbara\",\n    \"enlargeable\": \"gbasaa\",\n    \"enlargeableness\": \"larbawanye ụba\",\n    \"enlarged\": \"abawanye\",\n    \"enlargedly\": \"saa mbara\",\n    \"enlargedness\": \"larbawanye mbara\",\n    \"enlargement\": \"nditat\",\n    \"enlargements\": \"na-abawanye\",\n    \"enlarger\": \"gbasaa\",\n    \"enlargers\": \"gbasaa\",\n    \"enlarges\": \"gbasaa\",\n    \"enlarging\": \"ịbawanye\",\n    \"enlargingly\": \"ịbawanye\",\n    \"enlaurel\": \"laurel\",\n    \"enleaf\": \"Enleaf\",\n    \"enleagued\": \"gbasara\",\n    \"enlength\": \"ogologo\",\n    \"enlevement\": \"nnabata\",\n    \"enlife\": \"buo ibu\",\n    \"enlight\": \"mara ihe\",\n    \"enlighten\": \"mara ihe\",\n    \"enlightened\": \"mara ihe\",\n    \"enlightenedly\": \"maara ihe\",\n    \"enlightenedness\": \"ihe omuma\",\n    \"enlightener\": \"ihe omuma\",\n    \"enlighteners\": \"na-enye ihe ọmụma\",\n    \"enlightening\": \"na-enye ihe ọmụma\",\n    \"enlighteningly\": \"na-enye ihe ọmụma\",\n    \"enlightenment\": \"ihe omuma\",\n    \"enlightenments\": \"ihe ọmụma\",\n    \"enlightens\": \"na-amụba\",\n    \"enlink\": \"tinye\",\n    \"enlinked\": \"nwere njikọ\",\n    \"enlinking\": \"na-agbakwunye\",\n    \"enlinkment\": \"ịgbanwee\",\n    \"enlist\": \"debanye aha\",\n    \"enlisted\": \"kpọọrọ\",\n    \"enlistee\": \"debanye aha\",\n    \"enlistees\": \"debanye aha\",\n    \"enlister\": \"kpọọ\",\n    \"enlisters\": \"ndenye\",\n    \"enlisting\": \"idebanye aha\",\n    \"enlistment\": \"ndebanye aha\",\n    \"enlistments\": \"ndebanye aha\",\n    \"enlists\": \"ndenye aha\",\n    \"enlive\": \"jupụta\",\n    \"enliven\": \"dị ndụ\",\n    \"enlivened\": \"dị ndụ\",\n    \"enlivener\": \"Emeka\",\n    \"enlivening\": \"na-adị ndụ\",\n    \"enliveningly\": \"jijiji\",\n    \"enlivenment\": \"ndu\",\n    \"enlivenments\": \"ihe enlive\",\n    \"enlivens\": \"Ndia\",\n    \"enlock\": \"kpọchie\",\n    \"enlodge\": \"chọọ\",\n    \"enlodgement\": \"mkpa\",\n    \"enlumine\": \"Enlumine\",\n    \"enlure\": \"ikwuru\",\n    \"enlute\": \"ọkọnọ\",\n    \"enmanche\": \"Na Na Na\",\n    \"enmarble\": \"okpu\",\n    \"enmarbled\": \"okpu\",\n    \"enmarbling\": \"enwerịrị\",\n    \"enmass\": \"tinye\",\n    \"enmesh\": \"buru ibu\",\n    \"enmeshed\": \"gbasasịa\",\n    \"enmeshes\": \"Enmes\",\n    \"enmeshing\": \"na-agbasi ike\",\n    \"enmeshment\": \"mbuso agha\",\n    \"enmeshments\": \"mbuso agha\",\n    \"enmist\": \"onye iro\",\n    \"enmity\": \"iro\",\n    \"enmities\": \"iro\",\n    \"enmoss\": \"Isogbu\",\n    \"enmuffle\": \"zigara\",\n    \"ennead\": \"tinye\",\n    \"enneadic\": \"enneadị\",\n    \"enneahedron\": \"Uchendu\",\n    \"enneahedrons\": \"Uchendu\",\n    \"enneandrian\": \"Enenandrian\",\n    \"enneandrous\": \"dị egwu\",\n    \"enneaphyllous\": \"Enneaphyllous\",\n    \"enneaspermous\": \"enneaspermus\",\n    \"ennoble\": \"Ennoble\",\n    \"ennobler\": \"Ennobler\",\n    \"ennoblers\": \"ndị nkatọ\",\n    \"ennobles\": \"Ennobles\",\n    \"ennobling\": \"Ennobling\",\n    \"ennoy\": \"iwe\",\n    \"ennoic\": \"enno\",\n    \"ennomic\": \"enom\",\n    \"ennuied\": \"ennu\",\n    \"ennuying\": \"ennu\",\n    \"enodally\": \"ekwenti\",\n    \"enodate\": \"enodet\",\n    \"enodation\": \"enyo\",\n    \"enoil\": \"Enweta\",\n    \"enolate\": \"Kwado\",\n    \"enolization\": \"enolikota\",\n    \"enolize\": \"ime ka\",\n    \"enolized\": \"Enol\",\n    \"enolizing\": \"na-agbatị\",\n    \"enology\": \"Ihe omumu\",\n    \"enological\": \"ebum\",\n    \"enologist\": \"ọkà mmụta ihe mmụta\",\n    \"enols\": \"buo ibu\",\n    \"enomaniac\": \"Enomaniac\",\n    \"enoptromancy\": \"nnabata\",\n    \"enormious\": \"dị egwu\",\n    \"enormity\": \"nnukwu ibu\",\n    \"enormities\": \"nnukwu mmiri\",\n    \"enormous\": \"buru ibu\",\n    \"enormously\": \"nnukwu\",\n    \"enormousness\": \"buru ibu\",\n    \"enosises\": \"echiche\",\n    \"enough\": \"ezu\",\n    \"enoughs\": \"ezuru\",\n    \"enounce\": \"enwetara\",\n    \"enounced\": \"nweta\",\n    \"enounces\": \"onyinye\",\n    \"enouncing\": \"inye onyinye\",\n    \"enow\": \"meenụ\",\n    \"enows\": \"kwere nkwa\",\n    \"enphytotic\": \"ihe mgbapụta\",\n    \"enpia\": \"Enpia\",\n    \"enplaned\": \"nwegasịrị\",\n    \"enplanement\": \"itinye enplan\",\n    \"enplanes\": \"ahụ\",\n    \"enplaning\": \"na-atụgharị uche\",\n    \"enquarter\": \"buru ibu\",\n    \"enquere\": \"buru ibu\",\n    \"enqueued\": \"enwu\",\n    \"enquire\": \"jụọ\",\n    \"enquired\": \"jụrụ\",\n    \"enquirer\": \"onye na achota\",\n    \"enquires\": \"jụrụ\",\n    \"enquiry\": \"ase\",\n    \"enquiries\": \"ajụjụ\",\n    \"enquiring\": \"na-ajụ ajụjụ\",\n    \"enrace\": \"ibu iwe\",\n    \"enrage\": \"iwe\",\n    \"enraged\": \"nwere oke iwe\",\n    \"enragedly\": \"n'iwe\",\n    \"enragedness\": \"ọnụma\",\n    \"enragement\": \"iwe\",\n    \"enrages\": \"iwe\",\n    \"enraging\": \"iwe\",\n    \"enray\": \"debe\",\n    \"enrange\": \"iwe\",\n    \"enrank\": \"ikwupụta\",\n    \"enrapted\": \"enra\",\n    \"enrapts\": \"enrarates\",\n    \"enrapture\": \"enraptara\",\n    \"enrapturer\": \"Enrapturer\",\n    \"enrapturing\": \"enraptra\",\n    \"enravished\": \"enya\",\n    \"enravishes\": \"Enravishes\",\n    \"enravishing\": \"na-afụ ụfụ\",\n    \"enravishingly\": \"na-achọsi ike\",\n    \"enravishment\": \"enravish\",\n    \"enregiment\": \"enregment\",\n    \"enregister\": \"onye na-edebanye aha\",\n    \"enregistered\": \"debanyere aha\",\n    \"enregistering\": \"debanye aha\",\n    \"enregistration\": \"idebanye aha\",\n    \"enregistry\": \"onye na-edebanye aha\",\n    \"enrheum\": \"Enrheum\",\n    \"enrib\": \"baa ọgaranya\",\n    \"enrich\": \"ba uba\",\n    \"enriched\": \"baa ọgaranya\",\n    \"enrichener\": \"baa ọgaranya\",\n    \"enricher\": \"ba uba\",\n    \"enrichers\": \"baa ọgaranya\",\n    \"enriching\": \"na-eme mmadụ ọgaranya\",\n    \"enrichingly\": \"ba uba\",\n    \"enrichment\": \"ba uba\",\n    \"enrichments\": \"ọgaranya\",\n    \"enridged\": \"enridar\",\n    \"enright\": \"zuru oke\",\n    \"enring\": \"iri\",\n    \"enringed\": \"enring\",\n    \"enripen\": \"debanye aha\",\n    \"enrive\": \"nwero\",\n    \"enrobe\": \"Enrobe\",\n    \"enrobed\": \"enro\",\n    \"enrobement\": \"mbibi\",\n    \"enrober\": \"Enrober\",\n    \"enrobers\": \"na-ekpuchi\",\n    \"enrobes\": \"Enrobes\",\n    \"enrobing\": \"Na Na Na Na\",\n    \"enrockment\": \"ịda mba\",\n    \"enrol\": \"debanye aha\",\n    \"enroll\": \"debanye aha\",\n    \"enrolle\": \"debanye aha\",\n    \"enrolled\": \"debanyere aha\",\n    \"enrollee\": \"debanye aha\",\n    \"enrollees\": \"debanye aha\",\n    \"enroller\": \"edebanye aha\",\n    \"enrollers\": \"debanye aha\",\n    \"enrolles\": \"debanyere aha\",\n    \"enrolling\": \"idebanye aha\",\n    \"enrollment\": \"idebanye aha\",\n    \"enrollments\": \"ndebanye aha\",\n    \"enrolls\": \"debanyere aha\",\n    \"enrolment\": \"idebanye aha\",\n    \"enrols\": \"Enrol\",\n    \"enroot\": \"Enroot\",\n    \"enrooted\": \"enro\",\n    \"enrooting\": \"idebanye aha\",\n    \"enroots\": \"enwe\",\n    \"enrough\": \"juputara\",\n    \"enround\": \"gburugburu\",\n    \"enruin\": \"mechie\",\n    \"enrut\": \"tinye\",\n    \"ens\": \"bụ\",\n    \"ensafe\": \"onsa\",\n    \"ensample\": \"atụ\",\n    \"ensampler\": \"onye oma\",\n    \"ensamples\": \"ihe nlere\",\n    \"ensandal\": \"ndozi\",\n    \"ensate\": \"ịhụ\",\n    \"enscene\": \"ihe niile\",\n    \"enschedule\": \"setchedule\",\n    \"ensconce\": \"ihe nkedo\",\n    \"ensconced\": \"nwee obi mgbawa\",\n    \"ensconces\": \"ntụpọ\",\n    \"ensconcing\": \"na-etinye aka\",\n    \"enscroll\": \"tinye aka\",\n    \"enscrolled\": \"bụrụ ohu\",\n    \"enscrolling\": \"iche\",\n    \"enscrolls\": \"tinye aka\",\n    \"ensculpture\": \"ihe ojoo\",\n    \"ense\": \"jụọ\",\n    \"enseal\": \"mkpọsa\",\n    \"ensealed\": \"zobere\",\n    \"ensealing\": \"nyocha\",\n    \"enseam\": \"Enseam\",\n    \"ensear\": \"hụ\",\n    \"ensearch\": \"Ensearch\",\n    \"ensearcher\": \"onye nyocha\",\n    \"enseated\": \"enwere ike\",\n    \"enseating\": \"na-achọ\",\n    \"enseel\": \"Enseel\",\n    \"enseem\": \"ebuso\",\n    \"ensellure\": \"ohu\",\n    \"ensemble\": \"chịkọta\",\n    \"ensembles\": \"mkpokọta\",\n    \"ensepulcher\": \"Ensepulcher\",\n    \"ensepulchering\": \"Ensepulchering\",\n    \"ensepulchre\": \"Ensepulchre\",\n    \"enseraph\": \"Enseraph\",\n    \"enserfing\": \"ịkpa nkpọkọ\",\n    \"enserfment\": \"ohu\",\n    \"enserfs\": \"nkpọrọ\",\n    \"enshawl\": \"Onwuka\",\n    \"ensheath\": \"ikpochi\",\n    \"ensheathe\": \"ikpo ọkụ\",\n    \"ensheathed\": \"arahụ\",\n    \"ensheathes\": \"na-ekpo ọkụ\",\n    \"ensheathing\": \"inye aka\",\n    \"ensheaths\": \"ihe mkpuchi\",\n    \"enshell\": \"ozu\",\n    \"enshelter\": \"ohu\",\n    \"enshield\": \"enriisi\",\n    \"enshielded\": \"ekpuchi\",\n    \"enshielding\": \"na-ekpuchi\",\n    \"enshrined\": \"kpuchie\",\n    \"enshrinement\": \"Enshrinement\",\n    \"enshrinements\": \"ihe mkpuchi\",\n    \"enshrines\": \"Ogwe\",\n    \"enshrining\": \"mbukota\",\n    \"enshroud\": \"Enshroud\",\n    \"enshrouded\": \"kpakpando\",\n    \"enshrouding\": \"Enchrouding\",\n    \"enshrouds\": \"Enshrouds\",\n    \"ensient\": \"nzube\",\n    \"ensiferi\": \"ohu\",\n    \"ensigncy\": \"ọgbụgba ndụ\",\n    \"ensigncies\": \"kpọọ cies\",\n    \"ensignhood\": \"ensign hun\",\n    \"ensigning\": \"ohu\",\n    \"ensignment\": \"oruru\",\n    \"ensignry\": \"ensign\",\n    \"ensigns\": \"ensign\",\n    \"ensignship\": \"tinye ụgbọ mmiri\",\n    \"ensilaged\": \"ensila\",\n    \"ensilaging\": \"na-agbasa\",\n    \"ensilate\": \"na-akọwa\",\n    \"ensilation\": \"ensi ike\",\n    \"ensiled\": \"ensi\",\n    \"ensiling\": \"na-emebisi iwu\",\n    \"ensilist\": \"ohu\",\n    \"ensilver\": \"ohu\",\n    \"ensynopticity\": \"ekwenyeghi\",\n    \"ensisternal\": \"bụrụ ihe\",\n    \"ensisternum\": \"nzube\",\n    \"ensky\": \"bụrụ ihe ọjọọ\",\n    \"enskied\": \"agbụ\",\n    \"enskyed\": \"bụrụ ohu\",\n    \"enskies\": \"Ọnọdụ\",\n    \"enskying\": \"na-eri ihe\",\n    \"enslave\": \"gba ohu\",\n    \"enslaved\": \"buru ohu\",\n    \"enslavedness\": \"bụrụ ohu\",\n    \"enslavement\": \"ịbụ ohu\",\n    \"enslavements\": \"ndị ohu\",\n    \"enslaver\": \"ohu\",\n    \"enslavers\": \"ndị ohu\",\n    \"enslaves\": \"ndị ohu\",\n    \"enslaving\": \"na-agba ohu\",\n    \"enslumber\": \"kpọọ\",\n    \"ensmall\": \"ogu\",\n    \"ensnare\": \"ọnyà\",\n    \"ensnared\": \"ọnyà\",\n    \"ensnarement\": \"ọnyà\",\n    \"ensnarements\": \"ọnyà\",\n    \"ensnarer\": \"ọnyà\",\n    \"ensnarers\": \"ndị ọnyà\",\n    \"ensnares\": \"ọnyà\",\n    \"ensnaring\": \"na-arapu mmadụ\",\n    \"ensnaringly\": \"na-asọ oyi\",\n    \"ensnarl\": \"Obinna\",\n    \"ensnarled\": \"ebuo\",\n    \"ensnarling\": \"na-egbochi\",\n    \"ensnarls\": \"agbụ\",\n    \"ensnow\": \"ibunye\",\n    \"ensorcel\": \"nkea\",\n    \"ensorceled\": \"nyere aka\",\n    \"ensorceling\": \"itinyekwu\",\n    \"ensorcelize\": \"tinyekwuo ike\",\n    \"ensorcell\": \"ihe ndozi\",\n    \"ensorcellment\": \"ndudue\",\n    \"ensorcels\": \"ihe ndozi\",\n    \"ensorcerize\": \"itughari\",\n    \"ensorrow\": \"ibubata\",\n    \"ensoul\": \"zoro\",\n    \"ensouled\": \"nwere ike\",\n    \"ensouling\": \"soso\",\n    \"ensouls\": \"Mmetụta\",\n    \"enspell\": \"zaa\",\n    \"ensphere\": \"gbasaa\",\n    \"ensphered\": \"kpọọ ihe\",\n    \"enspheres\": \"ihe ndozi\",\n    \"ensphering\": \"na-aba ụba\",\n    \"enspirit\": \"ume\",\n    \"ensporia\": \"Ensporia\",\n    \"enstar\": \"kpakpando\",\n    \"enstate\": \"iwu\",\n    \"enstatite\": \"nnabata\",\n    \"enstatitite\": \"ndokwa\",\n    \"ensteel\": \"Okechukwu\",\n    \"enstyle\": \"ọmarịcha\",\n    \"enstranged\": \"enara\",\n    \"enstrengthen\": \"gbasie ike\",\n    \"ensuable\": \"Enwere ike\",\n    \"ensuance\": \"mmegide\",\n    \"ensuant\": \"ensu\",\n    \"ensue\": \"soro\",\n    \"ensued\": \"sochirinụ\",\n    \"ensuer\": \"ụzọ\",\n    \"ensues\": \"na-eso\",\n    \"ensuing\": \"sochirinụ\",\n    \"ensuingly\": \"n'ụzọ\",\n    \"ensuite\": \"soro\",\n    \"ensulphur\": \"kpọọ\",\n    \"ensurance\": \"nkwa\",\n    \"ensure\": \"hụ na\",\n    \"ensured\": \"kwadoro\",\n    \"ensurer\": \"hụ na\",\n    \"ensurers\": \"ana achi achi\",\n    \"ensures\": \"ana achi achi\",\n    \"ensuring\": \"huu\",\n    \"enswathe\": \"Na-ebu mmiri\",\n    \"enswathed\": \"Na-ebu mmiri\",\n    \"enswathement\": \"ikpo mmiri\",\n    \"enswathes\": \"na-ekpuchi\",\n    \"enswathing\": \"na-ekpuchi\",\n    \"ensweep\": \"izu\",\n    \"ensweeten\": \"tinye\",\n    \"entablature\": \"ndozi\",\n    \"entablatured\": \"kwadoro\",\n    \"entablement\": \"ntinye\",\n    \"entablements\": \"ihe ntinye\",\n    \"entach\": \"tinye\",\n    \"entackle\": \"ima\",\n    \"entad\": \"nabata\",\n    \"entail\": \"abuana\",\n    \"entailed\": \"entaht\",\n    \"entails\": \"gụnyere\",\n    \"entalent\": \"ọtụtụ\",\n    \"entame\": \"rie\",\n    \"entangled\": \"kekọtara\",\n    \"entangledly\": \"kekọọrọ\",\n    \"entangledness\": \"ọnya\",\n    \"entanglement\": \"ntụtụ\",\n    \"entanglements\": \"ihe mgbochi\",\n    \"entangler\": \"onye na-egbu egbu\",\n    \"entanglers\": \"ndị na-anwụ anwụ\",\n    \"entangles\": \"ọnyà\",\n    \"entangling\": \"na-anakọta\",\n    \"entanglingly\": \"na-erikọ ọnụ\",\n    \"entarthrotic\": \"ihe omimi\",\n    \"entassment\": \"ọnya\",\n    \"entastic\": \"na-adọrọ adọrọ\",\n    \"entellus\": \"Ikwerre\",\n    \"entelluses\": \"ihe ndozi\",\n    \"entempest\": \"ịgbanye\",\n    \"entemple\": \"anụrị\",\n    \"entender\": \"ihe anumanu\",\n    \"entendre\": \"ihe anumanu\",\n    \"entendres\": \"tinye\",\n    \"entente\": \"tinye\",\n    \"ententes\": \"tinye\",\n    \"ententophil\": \"Nnenna\",\n    \"enter\": \"banye\",\n    \"enteraden\": \"soro\",\n    \"enteral\": \"ihe omimi\",\n    \"enterally\": \"nkịtị\",\n    \"enterate\": \"webata\",\n    \"enterclose\": \"tinye\",\n    \"entered\": \"banyere\",\n    \"enterer\": \"abata\",\n    \"enterers\": \"ndị nabata\",\n    \"enterfeat\": \"ihe egwuregwu\",\n    \"entergogenic\": \"tinyegogenic\",\n    \"enteria\": \"tinye\",\n    \"enteric\": \"ihe nzuzu\",\n    \"entericoid\": \"itinye\",\n    \"entering\": \"abanye\",\n    \"enteritidis\": \"tinye\",\n    \"enteritis\": \"tinye aka\",\n    \"entermete\": \"tinyemete\",\n    \"entermise\": \"tinye\",\n    \"enterograph\": \"ihe ederede\",\n    \"enterography\": \"ihe odide\",\n    \"enteroid\": \"entreroid\",\n    \"enterolith\": \"iheanacho\",\n    \"enteromesenteric\": \"entreromesenteric\",\n    \"enteron\": \"ngwa\",\n    \"enterons\": \"ndị njem\",\n    \"enterparlance\": \"tinyeparlance\",\n    \"enterpillar\": \"tinye\",\n    \"enterprise\": \"ulo oru\",\n    \"enterprised\": \"n'ulo oru\",\n    \"enterpriseless\": \"enweghị ọrụ\",\n    \"enterpriser\": \"onye oru\",\n    \"enterprises\": \"ụlọ ọrụ\",\n    \"enterprising\": \"ndi oru\",\n    \"enterprisingly\": \"n'ulo oru\",\n    \"enterprisingness\": \"oru\",\n    \"enterprize\": \"tinye\",\n    \"enterritoriality\": \"nnabata\",\n    \"enterrologist\": \"ihe omumu\",\n    \"enters\": \"abatakwa\",\n    \"entertain\": \"nwee obi uto\",\n    \"entertainable\": \"ụtọ\",\n    \"entertained\": \"ọbịa\",\n    \"entertainer\": \"onye nlere\",\n    \"entertainers\": \"ndị ọbịa\",\n    \"entertaining\": \"ụtọ\",\n    \"entertainingly\": \"na-ekpori ndụ\",\n    \"entertainingness\": \"ntụrụndụ\",\n    \"entertainment\": \"ntụrụndụ\",\n    \"entertainments\": \"ntụrụndụ\",\n    \"entertains\": \"na-atọ ụtọ\",\n    \"entertake\": \"tinye\",\n    \"entertissue\": \"tinye ihe\",\n    \"entfaoilff\": \"ndabilil\",\n    \"enthalpy\": \"kechie\",\n    \"enthalpies\": \"ihe ndozi\",\n    \"entheal\": \"rijuo afọ\",\n    \"enthean\": \"rie\",\n    \"entheasm\": \"afọ ime\",\n    \"entheate\": \"nabata\",\n    \"enthelminthes\": \"ndozi\",\n    \"enthelminthic\": \"Nkechi\",\n    \"enthetic\": \"na-adọrọ adọrọ\",\n    \"enthral\": \"iheoma\",\n    \"enthraldom\": \"Ihe omume\",\n    \"enthrall\": \"iheoma\",\n    \"enthralldom\": \"obi ụtọ\",\n    \"enthralled\": \"na-atọ ụtọ\",\n    \"enthraller\": \"ihe omuma\",\n    \"enthralling\": \"na-atọ ụtọ\",\n    \"enthrallingly\": \"na-atọ ụtọ\",\n    \"enthrallment\": \"obi ụtọ\",\n    \"enthrallments\": \"obi ụtọ\",\n    \"enthralls\": \"ihe omume\",\n    \"enthralment\": \"obi ụtọ\",\n    \"enthrals\": \"ihe omume\",\n    \"enthrill\": \"obi ụtọ\",\n    \"enthrone\": \"n'ocheeze\",\n    \"enthroned\": \"n'ocheeze\",\n    \"enthronement\": \"n'ocheeze\",\n    \"enthronements\": \"n'ocheeze\",\n    \"enthrones\": \"ocheeze\",\n    \"enthrong\": \"na-adọrọ mmasị\",\n    \"enthroning\": \"n'ocheeze\",\n    \"enthronise\": \"echichi\",\n    \"enthronised\": \"nọkwasị n'ocheeze\",\n    \"enthronising\": \"na-eme eme eme\",\n    \"enthronization\": \"nnọchi anya\",\n    \"enthronize\": \"ito\",\n    \"enthronized\": \"na-atọ ụtọ\",\n    \"enthronizing\": \"na-atọ ụtọ\",\n    \"enthuse\": \"obi ụtọ\",\n    \"enthused\": \"tọrọ ụtọ\",\n    \"enthuses\": \"ihe ụtọ\",\n    \"enthusiasm\": \"ịnụ ọkụ n'obi\",\n    \"enthusiasms\": \"ịnụ ọkụ n'obi\",\n    \"enthusiast\": \"ịnụ ọkụ n'obi\",\n    \"enthusiastic\": \"ịnụ ọkụ n'obi\",\n    \"enthusiastical\": \"ịnụ ọkụ n'obi\",\n    \"enthusiastically\": \"ịnụ ọkụ n'obi\",\n    \"enthusiasticalness\": \"ịnụ ọkụ n'obi\",\n    \"enthusiastly\": \"ịnụ ọkụ n'obi\",\n    \"enthusiasts\": \"ndị na-anụ ọkụ n'obi\",\n    \"enthusing\": \"na-atọ ụtọ\",\n    \"entice\": \"rata\",\n    \"enticeable\": \"na-atọ ụtọ\",\n    \"enticed\": \"rata\",\n    \"enticeful\": \"na-atọ ụtọ\",\n    \"enticement\": \"ụrà\",\n    \"enticements\": \"na-adọrọ adọrọ\",\n    \"enticer\": \"na-atọ ụtọ\",\n    \"enticers\": \"na-adọkpụ\",\n    \"entices\": \"ihe ndozi\",\n    \"enticing\": \"na-adọrọ adọrọ\",\n    \"enticingly\": \"na-adọrọ adọrọ\",\n    \"enticingness\": \"na-adọrọ adọrọ\",\n    \"entier\": \"zuru\",\n    \"enties\": \"ogogo\",\n    \"entification\": \"zuru\",\n    \"entincture\": \"ihe ndozi\",\n    \"entypies\": \"ọnyà\",\n    \"entire\": \"dum\",\n    \"entirely\": \"kpamkpam\",\n    \"entireness\": \"ịpụ iche\",\n    \"entires\": \"ndenye\",\n    \"entirety\": \"dum\",\n    \"entireties\": \"iri ato\",\n    \"entirities\": \"iri ato\",\n    \"entitative\": \"nke ikike\",\n    \"entitatively\": \"nnwere onwe\",\n    \"entity\": \"kwadoro\",\n    \"entities\": \"ụlọ ọrụ\",\n    \"entitle\": \"nweta\",\n    \"entitled\": \"isiokwu\",\n    \"entitledness\": \"ikike\",\n    \"entitlement\": \"ikike\",\n    \"entitles\": \"Ikike\",\n    \"entitling\": \"nnweta\",\n    \"entitule\": \"ikike\",\n    \"entoblastic\": \"Ngwa ngwa\",\n    \"entocele\": \"mbido\",\n    \"entocoel\": \"iheanacho\",\n    \"entocoelic\": \"Nkechi\",\n    \"entoderm\": \"ihe ndozi\",\n    \"entodermal\": \"Ngwaọrụ\",\n    \"entodermic\": \"ahụrụ\",\n    \"entoderms\": \"ihe ndozi\",\n    \"entogastric\": \"ihe nzuzu\",\n    \"entogenous\": \"nwee mmụọ\",\n    \"entoglossal\": \"iheanacho\",\n    \"entoil\": \"izu ike\",\n    \"entoiled\": \"tinye aka\",\n    \"entoiling\": \"na-enye obi ụtọ\",\n    \"entoilment\": \"ume\",\n    \"entoils\": \"ihe omimi\",\n    \"entoire\": \"banye\",\n    \"entom\": \"ndum\",\n    \"entomb\": \"ndum\",\n    \"entombed\": \"dabara\",\n    \"entombing\": \"na-akụ\",\n    \"entombment\": \"ụra\",\n    \"entombments\": \"ihe ndozi\",\n    \"entombs\": \"ihe ndozi\",\n    \"entomeric\": \"iheoma\",\n    \"entomic\": \"ahụrụ anya\",\n    \"entomical\": \"ahụrụ anya\",\n    \"entomion\": \"ubom\",\n    \"entomogenous\": \"dị ka ihe atụ\",\n    \"entomol\": \"ubomol\",\n    \"entomolegist\": \"onyeka onwenu\",\n    \"entomology\": \"ihe omuma\",\n    \"entomological\": \"ihe omuma\",\n    \"entomologised\": \"tinye\",\n    \"entomologist\": \"ọkà mmụta ihe banyere ụmụ mmadụ\",\n    \"entomologists\": \"ndị na-amụ banyere ọdịdị ahụ\",\n    \"entomologizing\": \"na-edozi\",\n    \"entomophagous\": \"Nnenna Onwuka\",\n    \"entomostracan\": \"Nnenna\",\n    \"entone\": \"nabata\",\n    \"entonement\": \"ntinye\",\n    \"entonic\": \"ihe omimi\",\n    \"entoolitic\": \"nnem\",\n    \"entophytal\": \"onyekwere\",\n    \"entophyte\": \"mbido\",\n    \"entophytically\": \"n'ụzọ nkịtị\",\n    \"entoplastic\": \"ngwa ngwa\",\n    \"entoptical\": \"ihe omimi\",\n    \"entoptically\": \"n'ụzọ aghụghọ\",\n    \"entoptics\": \"na-ahụ n'anya\",\n    \"entoptoscopic\": \"ngwa ngwa\",\n    \"entortill\": \"rie obi\",\n    \"entosclerite\": \"Ubama\",\n    \"entosterna\": \"nnenna\",\n    \"entosternal\": \"Ndidi\",\n    \"entosternite\": \"nnenna\",\n    \"entosternum\": \"ọnụọgụ\",\n    \"entotympanic\": \"iheanacho\",\n    \"entour\": \"banye\",\n    \"entourage\": \"ndi ozo\",\n    \"entourages\": \"ihe\",\n    \"entozoans\": \"Ndidi\",\n    \"entozoic\": \"Ndidi\",\n    \"entozoology\": \"ihe omumu\",\n    \"entozoologist\": \"ihe omuma\",\n    \"entr\": \"tinye\",\n    \"entracte\": \"adọta\",\n    \"entrail\": \"Inju afọ\",\n    \"entrails\": \"eriri afọ\",\n    \"entrained\": \"etinyere\",\n    \"entrainer\": \"onye aghụghọ\",\n    \"entraining\": \"na-adọrọ adọrọ\",\n    \"entrainment\": \"ọnyà\",\n    \"entrains\": \"eriri afọ\",\n    \"entrammel\": \"mbanye\",\n    \"entrance\": \"Ụzọ mbata\",\n    \"entranced\": \"entran\",\n    \"entrancedly\": \"n'ụzọ\",\n    \"entrancement\": \"ntinye\",\n    \"entrancements\": \"ntinye\",\n    \"entrancer\": \"onye ntinye\",\n    \"entrances\": \"nbata-uzọ\",\n    \"entranceway\": \"ntinye\",\n    \"entrancing\": \"ntinye\",\n    \"entrancingly\": \"n'ụzọ\",\n    \"entrant\": \"abata\",\n    \"entrants\": \"abata\",\n    \"entrap\": \"ọnyà\",\n    \"entrapment\": \"ụdọ\",\n    \"entrapments\": \"ntinye\",\n    \"entrapped\": \"etinyere\",\n    \"entrapper\": \"onye nchuchu\",\n    \"entrappingly\": \"n'ọnwụ\",\n    \"entraps\": \"ọnyà\",\n    \"entreasure\": \"entrerere\",\n    \"entreasured\": \"entreas\",\n    \"entreat\": \"na-arịọsi arịrịọ ike\",\n    \"entreatable\": \"a na-arịọ arịrịọ\",\n    \"entreated\": \"rịọrọ\",\n    \"entreater\": \"onye aririo\",\n    \"entreatful\": \"na-arịọsi arịrịọ ike\",\n    \"entreaty\": \"arịrịọ\",\n    \"entreaties\": \"arịrịọ\",\n    \"entreating\": \"na-arịọsi arịrịọ ike\",\n    \"entreatingly\": \"na-arịọsi arịrịọ ike\",\n    \"entreatment\": \"arịrịọ\",\n    \"entreats\": \"na-arịọsi arịrịọ ike\",\n    \"entrec\": \"chibueze\",\n    \"entrechat\": \"nabata\",\n    \"entrechats\": \"nkesa\",\n    \"entrecotes\": \"nnabata\",\n    \"entredeux\": \"mbido\",\n    \"entree\": \"nabata\",\n    \"entrees\": \"nabata\",\n    \"entrelac\": \"nnenna\",\n    \"entremess\": \"ọnye\",\n    \"entremets\": \"ihe ndozi\",\n    \"entrench\": \"tinye ọnụ\",\n    \"entrenched\": \"gbanye mgbọrọgwụ\",\n    \"entrenches\": \"ụzọ mbata\",\n    \"entrenching\": \"na-akụkọta\",\n    \"entrenchment\": \"itinye aka\",\n    \"entrenchments\": \"ntinye\",\n    \"entrepeneur\": \"ọchụnta ego\",\n    \"entrepeneurs\": \"ndị ọchụnta ego\",\n    \"entrepots\": \"entrepot\",\n    \"entreprenant\": \"na-atụgharị uche\",\n    \"entrepreneur\": \"ọchụnta ego\",\n    \"entrepreneurs\": \"ndị ọchụnta ego\",\n    \"entrepreneurship\": \"oru itumgbere ahia\",\n    \"entrepreneuse\": \"azụmahịa\",\n    \"entrepreneuses\": \"ndị ọchụnta ego\",\n    \"entrept\": \"wee banye\",\n    \"entrer\": \"abata\",\n    \"entrez\": \"tinye\",\n    \"entry\": \"ntinye\",\n    \"entries\": \"ndenye\",\n    \"entrike\": \"banye\",\n    \"entryman\": \"onye ntinye\",\n    \"entrymen\": \"ndị ntinye\",\n    \"entryway\": \"ntinye\",\n    \"entryways\": \"ntinye\",\n    \"entrochite\": \"iheanyichukwu\",\n    \"entrochus\": \"Nwabueze\",\n    \"entropionize\": \"tinye\",\n    \"entrough\": \"juputara\",\n    \"entrust\": \"ikwenye\",\n    \"entrusted\": \"nyere\",\n    \"entrusting\": \"na-enyefe\",\n    \"entrustment\": \"nnyefe\",\n    \"entrusts\": \"nyefere\",\n    \"entte\": \"tinye\",\n    \"entune\": \"nabata\",\n    \"enturret\": \"nabata\",\n    \"entwined\": \"riri\",\n    \"entwinement\": \"ihe ntà\",\n    \"entwining\": \"na-etinye\",\n    \"entwisted\": \"soro\",\n    \"entwisting\": \"na-agbakwunye\",\n    \"entwite\": \"nabata\",\n    \"enucleating\": \"Enucleing\",\n    \"enucleation\": \"Enucleation\",\n    \"enumerability\": \"ọgụgụ\",\n    \"enumerable\": \"gụọ\",\n    \"enumerably\": \"enu-onu-ọgugu\",\n    \"enumerate\": \"deba\",\n    \"enumerated\": \"agụtawo\",\n    \"enumerates\": \"na-agụ\",\n    \"enumerating\": \"na-agbakọta\",\n    \"enumeration\": \"enume\",\n    \"enumerations\": \"ngụkọta\",\n    \"enumerative\": \"agụta ọnụ\",\n    \"enumerator\": \"guputa ihe\",\n    \"enumerators\": \"ndị na-agụpụta ihe\",\n    \"enunciability\": \"mkpọtụ\",\n    \"enunciable\": \"kwupụta\",\n    \"enunciate\": \"kpọọ okwu\",\n    \"enunciated\": \"kpọọ\",\n    \"enunciates\": \"na-akpọ okwu\",\n    \"enunciating\": \"ekwupụta\",\n    \"enunciation\": \"mkpọpụta\",\n    \"enunciations\": \"mkpọchi\",\n    \"enunciative\": \"kpọọ ụda\",\n    \"enunciatively\": \"mkpọtụ\",\n    \"enunciator\": \"mkpọtụ\",\n    \"enunciatory\": \"mkpọtụ\",\n    \"enunciators\": \"ndị na-eme mkpọtụ\",\n    \"enure\": \"hụ na\",\n    \"enureses\": \"a\",\n    \"enuresis\": \"Ahụhụ\",\n    \"enuresises\": \"na-ekwu\",\n    \"enuretic\": \"gbaa ume\",\n    \"enuring\": \"na-akwado\",\n    \"enurny\": \"ọrịa\",\n    \"envapor\": \"mbibi\",\n    \"envassal\": \"envaza\",\n    \"envault\": \"envava\",\n    \"enveil\": \"anyaụfụ\",\n    \"envelop\": \"envelopu\",\n    \"envelope\": \"envelopu\",\n    \"enveloped\": \"envelopu\",\n    \"enveloper\": \"envelopu\",\n    \"envelopers\": \"envelopu\",\n    \"envelopes\": \"envelopu\",\n    \"envelopment\": \"envelopu\",\n    \"envelopments\": \"envelopu\",\n    \"envelops\": \"envelopu\",\n    \"envenomed\": \"kwụrụ\",\n    \"envenoming\": \"Na-agbakwunye\",\n    \"envenomization\": \"Envenomization\",\n    \"envenoms\": \"otu mgbe\",\n    \"enventual\": \"nke izizi\",\n    \"enverdure\": \"Na-agbanye\",\n    \"envy\": \"anyaụfụ\",\n    \"enviable\": \"nwere anyaụfụ\",\n    \"enviableness\": \"anyaụfụ\",\n    \"enviably\": \"anyaụfụ\",\n    \"envied\": \"anyaụfụ\",\n    \"envier\": \"nwewe anyaụfụ\",\n    \"enviers\": \"anyaụfụ\",\n    \"envies\": \"anyaụfụ\",\n    \"envying\": \"anyaụfụ\",\n    \"envyingly\": \"anyaụfụ\",\n    \"envine\": \"njin\",\n    \"envined\": \"enwere anyaụfụ\",\n    \"envineyard\": \"ubi-vine\",\n    \"envious\": \"ekworo\",\n    \"enviously\": \"anyaụfụ\",\n    \"enviousness\": \"ụjọ\",\n    \"envire\": \"nwee anyaụfụ\",\n    \"enviroment\": \"gburugburu ebe obibi\",\n    \"environ\": \"gburugburu\",\n    \"environage\": \"gburugburu\",\n    \"environal\": \"gburugburu\",\n    \"environed\": \"gbara gburugburu\",\n    \"environic\": \"gburugburu\",\n    \"environing\": \"gbara ya gburugburu\",\n    \"environment\": \"gburugburu ebe obibi\",\n    \"environmental\": \"gburugburu ebe obibi\",\n    \"environmentalism\": \"gburugburu ebe obibi\",\n    \"environmentalist\": \"gburugburu ebe obibi\",\n    \"environmentalists\": \"ndị na-ahụ maka gburugburu ebe obibi\",\n    \"environmentally\": \"gburugburu ebe obibi\",\n    \"environments\": \"gburugburu\",\n    \"environs\": \"gburugburu\",\n    \"envisage\": \"echiche\",\n    \"envisaged\": \"chere\",\n    \"envisagement\": \"echiche\",\n    \"envisages\": \"echiche\",\n    \"envisaging\": \"na-atụgharị uche\",\n    \"envision\": \"hụ\",\n    \"envisioned\": \"chere\",\n    \"envisioning\": \"na-atụgharị uche\",\n    \"envisionment\": \"echiche\",\n    \"envisions\": \"na-ahụ anya\",\n    \"envoi\": \"Envoi\",\n    \"envoy\": \"onye ozi\",\n    \"envois\": \"ndị ozi\",\n    \"envoys\": \"ndị ozi\",\n    \"envoyship\": \"ozi\",\n    \"envolume\": \"tinye\",\n    \"envolupen\": \"tinye\",\n    \"enwallow\": \"itinye\",\n    \"enwheeled\": \"okpu\",\n    \"enwheels\": \"enwili\",\n    \"enwiden\": \"gbasaa\",\n    \"enwind\": \"gbagoo\",\n    \"enwing\": \"enwị\",\n    \"enwingly\": \"na-enw\",\n    \"enwoman\": \"nwanyi\",\n    \"enwombed\": \"enwom\",\n    \"enwombing\": \"Na-achọ\",\n    \"enwombs\": \"umu nwanyi\",\n    \"enworthed\": \"gbagwojuru anya\",\n    \"enworthy\": \"kwesịrị\",\n    \"enwound\": \"na-ebu agha\",\n    \"enwrap\": \"gbanye\",\n    \"enwrapment\": \"enwrap\",\n    \"enwrapped\": \"enwra\",\n    \"enwrapping\": \"na-ekpuchi\",\n    \"enwraps\": \"na-ekpuchi\",\n    \"enwreath\": \"igberibe\",\n    \"enwreathe\": \"tinye\",\n    \"enwreathed\": \"juru afọ\",\n    \"enwreathing\": \"na-asọ oyi\",\n    \"enwrite\": \"dewe\",\n    \"enwrought\": \"mebiri\",\n    \"enzymic\": \"enzym\",\n    \"enzymologist\": \"ọkà mmụta enzymologist\",\n    \"enzyms\": \"enzymes\",\n    \"enzooty\": \"enzootic\",\n    \"enzootically\": \"Enzootic enyi\",\n    \"eobiont\": \"Eobiont\",\n    \"eobionts\": \"onyekwere\",\n    \"eocarboniferous\": \"anụ ọhịa\",\n    \"eoghanacht\": \"onyekachi\",\n    \"eohippuses\": \"ajuju\",\n    \"eoith\": \"ike\",\n    \"eoiths\": \"chiedozie\",\n    \"eolation\": \"mkpọtụ\",\n    \"eolian\": \"Eolian\",\n    \"eolipiles\": \"Eolipiles\",\n    \"eolith\": \"Eolith\",\n    \"eolithic\": \"ebum\",\n    \"eoliths\": \"Ugbala\",\n    \"eolopile\": \"eburu\",\n    \"eolopiles\": \"anụrị\",\n    \"eonian\": \"Eonyan\",\n    \"eonism\": \"enweghị mmasị\",\n    \"eonisms\": \"ihe omuma\",\n    \"eons\": \"afọ\",\n    \"eophyte\": \"Nnọọ\",\n    \"eophyton\": \"Etophyton\",\n    \"eosate\": \"itughari\",\n    \"eoside\": \"otuodi\",\n    \"eosines\": \"Eosines\",\n    \"eosinophil\": \"Eosinophil\",\n    \"eosinophile\": \"Eosinophile\",\n    \"eosinophilia\": \"Eosinophilia\",\n    \"eosinophilous\": \"Eosinophilous\",\n    \"eosins\": \"ekwenti\",\n    \"ep\": \"Ep\",\n    \"epact\": \"mmeghachi omume\",\n    \"epactal\": \"kememe\",\n    \"epacts\": \"akwụkwọ ozi\",\n    \"epagogic\": \"ihe omumu\",\n    \"epagomenal\": \"ihe omuma\",\n    \"epagomenic\": \"ihe omuma\",\n    \"epagomenous\": \"ihe omuma\",\n    \"epaleaceous\": \"dị ọcha\",\n    \"epanastrophe\": \"eburu\",\n    \"epanody\": \"mgboko\",\n    \"epanodos\": \"Epanodos\",\n    \"epanorthoses\": \"Epanorthoses\",\n    \"epapillate\": \"Epapillate\",\n    \"epapophysial\": \"Epapophysial\",\n    \"epappose\": \"Epappose\",\n    \"eparchate\": \"Nkechi\",\n    \"eparchy\": \"ọchịchị ọchịchị\",\n    \"eparchies\": \"Nchịkwa\",\n    \"eparchs\": \"eparch\",\n    \"eparterial\": \"Nkechi\",\n    \"epaulet\": \"Epaulet\",\n    \"epauleted\": \"kpuchie\",\n    \"epauletted\": \"Epauletted\",\n    \"epaxial\": \"ihe adighi\",\n    \"epeeist\": \"onye ikpe\",\n    \"epeeists\": \"ndị nkuzi\",\n    \"epeiric\": \"enweghị atụ\",\n    \"epeirogenically\": \"n'epeirogenically\",\n    \"epeisodion\": \"Epeisodion\",\n    \"epembryonic\": \"Nkechi\",\n    \"epencephal\": \"ihe\",\n    \"ependymal\": \"Nkwado\",\n    \"ependymary\": \"Nkwado\",\n    \"ependyme\": \"Nkechi\",\n    \"ependymitis\": \"ndigbo\",\n    \"ependymoma\": \"Efereymoma\",\n    \"ependytes\": \"na-egbu egbu\",\n    \"epentheses\": \"epupụta\",\n    \"epenthesis\": \"akwara\",\n    \"epenthetic\": \"ihe omimi\",\n    \"epepophysis\": \"epopophysis\",\n    \"epergne\": \"Nkechi\",\n    \"epergnes\": \"okporo ụzọ\",\n    \"eperlan\": \"Nkechi\",\n    \"eperva\": \"epava\",\n    \"epeus\": \"Epeus\",\n    \"epexegeses\": \"ọrịrị\",\n    \"epha\": \"ẹpha\",\n    \"ephah\": \"ẹpha\",\n    \"ephahs\": \"ẹpha\",\n    \"ephapse\": \"ẹphe\",\n    \"epharmony\": \"ihe atụ\",\n    \"ephas\": \"ẹpha\",\n    \"ephebe\": \"ẹphe\",\n    \"ephebea\": \"ẹphebea\",\n    \"ephebeia\": \"ẹphebeya\",\n    \"ephebeibeia\": \"ẹphebebebe\",\n    \"ephebeion\": \"ẹphe\",\n    \"ephebes\": \"ẹphe\",\n    \"ephebeubea\": \"ẹphebeubea\",\n    \"ephebeum\": \"ẹphe\",\n    \"ephebi\": \"ẹphe\",\n    \"ephebic\": \"Ẹphe\",\n    \"epheboi\": \"ẹpheboi\",\n    \"ephebos\": \"ẹphe\",\n    \"ephebus\": \"ẹphe\",\n    \"ephectic\": \"ẹphe\",\n    \"ephedra\": \"ẹphe\",\n    \"ephedras\": \"ephedra\",\n    \"ephelcystic\": \"ẹphe\",\n    \"ephelis\": \"ẹphe\",\n    \"ephemera\": \"ẹphe\",\n    \"ephemerae\": \"ẹphe\",\n    \"ephemeral\": \"ẹphe\",\n    \"ephemerality\": \"Ẹphe\",\n    \"ephemeralities\": \"Ẹphe\",\n    \"ephemerally\": \"ẹphe\",\n    \"ephemeralness\": \"ẹphe\",\n    \"ephemeran\": \"ẹphe\",\n    \"ephemeras\": \"ẹphemeras\",\n    \"ephemeric\": \"ẹphe\",\n    \"ephemerid\": \"Ẹphe\",\n    \"ephemerida\": \"ẹphemerida\",\n    \"ephemeridae\": \"ẹphemeridae\",\n    \"ephemerides\": \"ẹpheide\",\n    \"ephemeris\": \"ẹphe\",\n    \"ephemerist\": \"ẹphe\",\n    \"ephemeromorph\": \"ẹpheromorph\",\n    \"ephemeromorphic\": \"ẹpheromorphic\",\n    \"ephemeron\": \"ẹpheronu\",\n    \"ephemerons\": \"ẹphe\",\n    \"ephemeroptera\": \"ẹpheroptera\",\n    \"ephemerous\": \"ẹphe\",\n    \"ephererist\": \"ihe omuma\",\n    \"ephesian\": \"ẹphe\",\n    \"ephesians\": \"ẹphe\",\n    \"ephesine\": \"ẹphe\",\n    \"ephestia\": \"ẹphestia\",\n    \"ephestian\": \"ẹphe\",\n    \"ephetae\": \"ẹphetae\",\n    \"ephete\": \"ẹphe\",\n    \"ephetic\": \"ẹphe\",\n    \"ephydra\": \"ihechi\",\n    \"ephydriad\": \"ihendị\",\n    \"ephydrid\": \"ihechi\",\n    \"ephippial\": \"ozi\",\n    \"ephyra\": \"ẹphe\",\n    \"ephyrae\": \"ẹphe\",\n    \"ephod\": \"efọd\",\n    \"ephods\": \"ụzọ\",\n    \"ephorate\": \"ịgba akwụkwọ\",\n    \"ephors\": \"okwu\",\n    \"ephorship\": \"akwụkwọ\",\n    \"ephphatha\": \"ẹphe\",\n    \"ephraim\": \"Ifrem\",\n    \"ephraimite\": \"Efraim\",\n    \"ephraimitish\": \"kelechi\",\n    \"ephraitic\": \"oge\",\n    \"ephthalite\": \"efọd\",\n    \"ephthianura\": \"ephehianura\",\n    \"ephthianure\": \"ẹphe\",\n    \"epi\": \"Epi\",\n    \"epibiotic\": \"Ahịhịa\",\n    \"epibolies\": \"akwụkwọ\",\n    \"epibolism\": \"ime mmụọ\",\n    \"epic\": \"Epic\",\n    \"epical\": \"ihe omuma\",\n    \"epically\": \"n'ụzọ nkịtị\",\n    \"epicanthic\": \"epiciks\",\n    \"epicarides\": \"akwukwo\",\n    \"epicede\": \"achọrọ\",\n    \"epicedia\": \"epiceia\",\n    \"epicedial\": \"epiceial\",\n    \"epicedian\": \"epiceian\",\n    \"epicenism\": \"Ahụhụ\",\n    \"epicenity\": \"inwe obi\",\n    \"epicenters\": \"epic\",\n    \"epicentral\": \"epicralral\",\n    \"epicentre\": \"epicenter\",\n    \"epichil\": \"Nkechi\",\n    \"epichorion\": \"ntụpọ\",\n    \"epicycles\": \"okpokoro\",\n    \"epicyclical\": \"ihe omuma\",\n    \"epicier\": \"epicer\",\n    \"epicism\": \"Ahụhụ\",\n    \"epicist\": \"omekorita\",\n    \"epicly\": \"epic\",\n    \"epiclike\": \"yiri\",\n    \"epicoeliac\": \"epiceliac\",\n    \"epicoelous\": \"ọmarịcha\",\n    \"epicotyleal\": \"akwụkwọ\",\n    \"epicrasis\": \"akwụkwọ\",\n    \"epicrises\": \"Akwụkwọ\",\n    \"epicrisis\": \"nsogbu\",\n    \"epics\": \"ihe ederede\",\n    \"epictetian\": \"onye ogwu\",\n    \"epicureans\": \"ndị epicureans\",\n    \"epicures\": \"ihe omuma\",\n    \"epicurism\": \"nsogbu\",\n    \"epicurize\": \"ịtụ anya\",\n    \"epicuticle\": \"akwukwo\",\n    \"epideictical\": \"ihe atụ\",\n    \"epideistic\": \"Egwu\",\n    \"epidemy\": \"oria ojoo\",\n    \"epidemial\": \"oria ojoo\",\n    \"epidemic\": \"ntiwapụ ọrịa\",\n    \"epidemical\": \"oria ojoo\",\n    \"epidemically\": \"ntiwapụ\",\n    \"epidemicalness\": \"ntiwapụ nke ọrịa\",\n    \"epidemicity\": \"oria ojoo\",\n    \"epidemics\": \"ọrịa na-efe efe\",\n    \"epidemiology\": \"ntiwapụ nke ọrịa\",\n    \"epidemiologic\": \"ntiwapụ ọrịa\",\n    \"epidemiological\": \"ntiwapụ nke ọrịa\",\n    \"epidemiologically\": \"N'ọrịa\",\n    \"epidemiologies\": \"ntiwapụ nke ọrịa\",\n    \"epidemiologist\": \"Ọrịa ọrịa\",\n    \"epidendral\": \"Akuko\",\n    \"epidendric\": \"Ekechukwu\",\n    \"epidendron\": \"nwachukwu\",\n    \"epidermic\": \"Achọghị\",\n    \"epidermical\": \"ihe mgbochi\",\n    \"epidermous\": \"Nkechi\",\n    \"epidesmine\": \"achọrọ\",\n    \"epidia\": \"idmụ\",\n    \"epidictical\": \"epic\",\n    \"epidiorite\": \"Nkechi\",\n    \"epidotes\": \"ederede\",\n    \"epidotization\": \"mmuta\",\n    \"epidural\": \"Akuko\",\n    \"epigaeous\": \"ẹphe\",\n    \"epigonation\": \"ederede\",\n    \"epigrammatically\": \"n'igbu\",\n    \"epigrammatised\": \"Edere ederede\",\n    \"epigrammatising\": \"usoro\",\n    \"epigrammatized\": \"chikọchara\",\n    \"epigrammatizing\": \"na-akọwapụta\",\n    \"epigrapher\": \"ihe osise\",\n    \"epil\": \"Epil\",\n    \"epilation\": \"ilazọ\",\n    \"epileny\": \"Akwụkwụ\",\n    \"epilepsy\": \"akwụkwụ na-adọ\",\n    \"epilepsia\": \"akwụkwụ\",\n    \"epilepsies\": \"akwụkwụ\",\n    \"epileptic\": \"Akwụkwụ na-adọ\",\n    \"epileptical\": \"Akwụkwụ na-adọ\",\n    \"epileptically\": \"akwukwu\",\n    \"epileptics\": \"akwụkwụ na-adọ\",\n    \"epilimnetic\": \"mkpụrụ ndụ\",\n    \"epilimnial\": \"Nkechi\",\n    \"epilimnion\": \"akwụkwọ\",\n    \"epilithic\": \"Akwụkwọ\",\n    \"epyllion\": \"ndozi\",\n    \"epilog\": \"akwụkwọ\",\n    \"epilogate\": \"kpochapụ\",\n    \"epilogation\": \"akwụkwọ\",\n    \"epilogic\": \"edemede\",\n    \"epilogical\": \"ihe omimi\",\n    \"epilogism\": \"akwụkwọ\",\n    \"epilogist\": \"ọkà mmụta sayensị\",\n    \"epilogistic\": \"ihe omimi\",\n    \"epilogize\": \"kpochapụ\",\n    \"epilogized\": \"weghaara\",\n    \"epilogizing\": \"na-emegharị ahụ\",\n    \"epilogs\": \"akwụkwọ\",\n    \"epilogue\": \"edemede\",\n    \"epilogued\": \"mepee\",\n    \"epilogues\": \"akwụkwọ\",\n    \"epimerase\": \"okwu\",\n    \"epimeric\": \"akara\",\n    \"epimerise\": \"akwụkwọ\",\n    \"epimerised\": \"mepụtara\",\n    \"epimerize\": \"mee ka ihe dị\",\n    \"epimerized\": \"gbanwere\",\n    \"epimerizing\": \"Na-emegharị ahụ\",\n    \"epimers\": \"epim\",\n    \"epinard\": \"anụrị\",\n    \"epinastically\": \"na njedebe\",\n    \"epineural\": \"akwukwo\",\n    \"epiphanised\": \"gbanwere\",\n    \"epiphanize\": \"kpuchie\",\n    \"epiphanized\": \"Nkechi\",\n    \"epiphenomenal\": \"Nkechi\",\n    \"epiphenomenalist\": \"onye na-egbu egbu\",\n    \"epiphenomenally\": \"n'ụzọ ọ bụla\",\n    \"epiphenomenon\": \"Nwa nwanyi\",\n    \"epipleural\": \"Nkechi\",\n    \"epiploce\": \"Nkechi\",\n    \"epipolize\": \"kpochapụ\",\n    \"epirhizous\": \"Akuko\",\n    \"epirogeny\": \"Egwu\",\n    \"epirot\": \"Okechukwu\",\n    \"epirotulian\": \"chukwuebuka\",\n    \"episarkine\": \"onyeka onwenu\",\n    \"episcleral\": \"Episcleral\",\n    \"episcopable\": \"Nkechi\",\n    \"episcopalian\": \"Episcopalian\",\n    \"episcopalianism\": \"akwụkwọ episcopalianism\",\n    \"episcopalianize\": \"Nkechi\",\n    \"episcopalians\": \"ndị episcopalians\",\n    \"episcopality\": \"Akwukwo\",\n    \"episcoparian\": \"Akwukwo\",\n    \"episcopised\": \"Nkechi\",\n    \"episcopising\": \"nyocha\",\n    \"episcopization\": \"nyocha\",\n    \"episcopize\": \"wepu\",\n    \"episcopized\": \"achila\",\n    \"episcopizing\": \"Nkechi\",\n    \"episcotister\": \"episotister\",\n    \"episematic\": \"ajuju\",\n    \"episyllogism\": \"akwụkwọ\",\n    \"episynthetic\": \"maara ihe\",\n    \"episode\": \"nwunye\",\n    \"episodes\": \"ngosipụta\",\n    \"episodial\": \"episodic\",\n    \"episodical\": \"episodic\",\n    \"episome\": \"Episome\",\n    \"epispastic\": \"achịcha\",\n    \"epispermic\": \"Akwukwo\",\n    \"epispinal\": \"Akwukwo\",\n    \"episporium\": \"nnọkọ\",\n    \"epist\": \"Epist\",\n    \"epistatic\": \"Epistatic\",\n    \"epistemologist\": \"ọkà mmụta epistemologist\",\n    \"episternal\": \"Episternal\",\n    \"episternite\": \"ihe omuma\",\n    \"epistyles\": \"akwụkwọ ozi\",\n    \"epistlar\": \"akwukwo\",\n    \"epistle\": \"akwukwo\",\n    \"epistler\": \"akwukwo\",\n    \"epistlers\": \"akwụkwọ ozi\",\n    \"epistles\": \"akwụkwọ ozi\",\n    \"epistolatory\": \"Epistolatory\",\n    \"epistolean\": \"Epistolean\",\n    \"epistoler\": \"Epistoler\",\n    \"epistolet\": \"Epistolet\",\n    \"epistolical\": \"Epistolical\",\n    \"epistolised\": \"ederede\",\n    \"epistolising\": \"ịkọwapụta\",\n    \"epistolization\": \"nchịkwa\",\n    \"epistolized\": \"ederede\",\n    \"epistolographer\": \"onye na-ese ihe\",\n    \"epistrophe\": \"Nweke\",\n    \"epitactic\": \"emeghi eme\",\n    \"epitases\": \"mkpụrụokwu\",\n    \"epitasis\": \"oria\",\n    \"epitaxy\": \"nye\",\n    \"epitaxial\": \"Nkechi\",\n    \"epitaxially\": \"ọrịrị\",\n    \"epitaxic\": \"Nkechi\",\n    \"epitaxies\": \"Nkechi\",\n    \"epitendineum\": \"okpokoro\",\n    \"epithalline\": \"nwakpo\",\n    \"epithecal\": \"Nkechi\",\n    \"epithecate\": \"ọrịrị\",\n    \"epithecia\": \"Akwụkwo\",\n    \"epithecial\": \"achọrọ\",\n    \"epithecicia\": \"oria\",\n    \"epithelialize\": \"ezi uche\",\n    \"epithelioceptor\": \"ihe omumu\",\n    \"epitheliolysin\": \"mụaka\",\n    \"epitheliolytic\": \"Nkechi\",\n    \"epithelioma\": \"nwachukwu\",\n    \"epithem\": \"Okwu\",\n    \"epitheme\": \"Ọkpụkpụ\",\n    \"epithermal\": \"dika\",\n    \"epithermally\": \"dika o di\",\n    \"epithesis\": \"Ahụhụ\",\n    \"epithet\": \"ọkọ\",\n    \"epithetic\": \"ajuju\",\n    \"epithetical\": \"n'akuku akwukwo\",\n    \"epithetically\": \"n'ile anya\",\n    \"epithetician\": \"onye dibia\",\n    \"epithetize\": \"Ndido\",\n    \"epitheton\": \"ngwo\",\n    \"epithets\": \"Nkechi\",\n    \"epithi\": \"chibu\",\n    \"epithyme\": \"epityme\",\n    \"epithymetical\": \"epitymetical\",\n    \"epitimesis\": \"oge\",\n    \"epitympanic\": \"epicmpanic\",\n    \"epityphlon\": \"epitphlon\",\n    \"epitomate\": \"ichikota\",\n    \"epitome\": \"bụrụ ihe atụ\",\n    \"epitomical\": \"ihe omuma\",\n    \"epitomisation\": \"ngosipụta\",\n    \"epitomise\": \"itughari\",\n    \"epitomised\": \"ịkọwapụta\",\n    \"epitomiser\": \"onyeka onwenu\",\n    \"epitomising\": \"na-akọwa\",\n    \"epitomist\": \"onye nyocha\",\n    \"epitomization\": \"nyocha\",\n    \"epitomize\": \"itughari\",\n    \"epitomized\": \"ịkọwapụta\",\n    \"epitomizer\": \"onye nyocha\",\n    \"epitomizes\": \"na-akọwa\",\n    \"epitomizing\": \"Na-akọwa\",\n    \"epitonic\": \"mkpụrụ akwụkwọ\",\n    \"epitrachelion\": \".lọ akwụkwọ\",\n    \"epitrichial\": \"Nkechi\",\n    \"epitrite\": \"okwesiri\",\n    \"epitritic\": \"ajuju\",\n    \"epitrochlear\": \"achicha\",\n    \"epituberculosis\": \"epi ụkwara nta\",\n    \"epituberculous\": \"epi tuberculous\",\n    \"epiural\": \"Akuko\",\n    \"epizoicide\": \"epizogbu\",\n    \"epizoisms\": \"epizoism\",\n    \"epizoology\": \"ihe omumu\",\n    \"epizooty\": \"epizocha\",\n    \"eplot\": \"Eplot\",\n    \"epoch\": \"oge\",\n    \"epochally\": \"oge\",\n    \"epochs\": \"oge\",\n    \"epodes\": \"ngosipụta\",\n    \"epollicate\": \"iwu\",\n    \"eponym\": \"mkpụrụokwu\",\n    \"eponymic\": \"ntụpọ\",\n    \"eponymies\": \"mkpụrụ akwụkwọ\",\n    \"eponymist\": \"onye mmuta\",\n    \"eponymous\": \"enweghị aha\",\n    \"eponyms\": \"mkpụrụedemede\",\n    \"eponymus\": \"mkpụrụ akwụkwọ\",\n    \"epopees\": \"epope\",\n    \"epopt\": \"ogologo oge\",\n    \"epoptes\": \"mgbe\",\n    \"epoptic\": \"epoik\",\n    \"epoptist\": \"onye anakpo\",\n    \"epornitically\": \"n'ile anya\",\n    \"epos\": \"ebughi\",\n    \"eposes\": \"na-eweta\",\n    \"epotation\": \"akwukwu\",\n    \"epoxidize\": \"gbanye mmanu\",\n    \"epoxying\": \"oge\",\n    \"eppes\": \"mkpụrụ\",\n    \"eppy\": \"nwee obi ụtọ\",\n    \"epris\": \"ime\",\n    \"eprise\": \"ndozi\",\n    \"eprouvette\": \"Akuko\",\n    \"epruinose\": \"Akwa\",\n    \"epsom\": \"Epsom\",\n    \"epsomite\": \"Nkechi\",\n    \"eptatretus\": \"Eptatretus\",\n    \"epulary\": \"asụsụ\",\n    \"epulosis\": \"ọnya afọ\",\n    \"epural\": \"ihe ederede\",\n    \"epurate\": \"epu\",\n    \"epuration\": \"nrughari\",\n    \"eq\": \"ma ọ bụ\",\n    \"eqpt\": \"Ugboro\",\n    \"equability\": \"ịha nhata\",\n    \"equableness\": \"hara nhatanha\",\n    \"equably\": \"nhata\",\n    \"equaeval\": \"nhata\",\n    \"equal\": \"hà\",\n    \"equalable\": \"nhata\",\n    \"equaled\": \"nhata\",\n    \"equaling\": \"nhata\",\n    \"equalisation\": \"nha anya\",\n    \"equalise\": \"hara nhata\",\n    \"equalised\": \"nhata\",\n    \"equalises\": \"ruru\",\n    \"equalising\": \"nhata\",\n    \"equalist\": \"onye nhata\",\n    \"equalitarian\": \"nhata\",\n    \"equalitarianism\": \"ịha nhata\",\n    \"equality\": \"ohiha\",\n    \"equalities\": \"hara nhatanha\",\n    \"equalization\": \"nha anya\",\n    \"equalize\": \"hara nhata\",\n    \"equalized\": \"nhata\",\n    \"equalizer\": \"nhazi ihe\",\n    \"equalizers\": \"ndi nhata\",\n    \"equalizes\": \"nhata\",\n    \"equalizing\": \"nhata\",\n    \"equalled\": \"nhata\",\n    \"equaller\": \"Nhata\",\n    \"equally\": \"ohiha\",\n    \"equalling\": \"nhata\",\n    \"equalness\": \"hara nha anya\",\n    \"equals\": \"nhata\",\n    \"equanimity\": \"nkwekọrịta\",\n    \"equanimously\": \"n'otu olu\",\n    \"equanimousness\": \"iche\",\n    \"equate\": \"tụọ\",\n    \"equated\": \"tụnyere\",\n    \"equates\": \"ruru\",\n    \"equating\": \"ịtụle\",\n    \"equation\": \"akụkụ\",\n    \"equational\": \"nhazi\",\n    \"equationism\": \"usoro\",\n    \"equationist\": \"akụkụ\",\n    \"equations\": \"akụkụ\",\n    \"equator\": \"ekwueto\",\n    \"equatorial\": \"okwukwu\",\n    \"equatorward\": \"akuku ugwu\",\n    \"equatorwards\": \"ekwuru\",\n    \"equerryship\": \"ikwenye\",\n    \"equestrial\": \"onye na-agba egbe\",\n    \"equestrian\": \"onye na-agba egbe\",\n    \"equestrianize\": \"ndị na-agba ịnyịnya\",\n    \"equestrians\": \"ndị na-agba ịnyịnya\",\n    \"equestrianship\": \"ụlọ ahịa ndị na-agba ịnyịnya\",\n    \"equianchorate\": \"itinye aka\",\n    \"equiangular\": \"akụkụ\",\n    \"equiangularity\": \"nhazi\",\n    \"equiarticulate\": \"kwadebe ngwa ngwa\",\n    \"equiatomic\": \"kwadebe\",\n    \"equiaxed\": \"ejikọtara\",\n    \"equiaxial\": \"nhazi\",\n    \"equibalance\": \"ịkwadebe\",\n    \"equibalanced\": \"kwadebe\",\n    \"equibiradiate\": \"nhazi\",\n    \"equicohesive\": \"nhazi\",\n    \"equicostate\": \"Equicostate\",\n    \"equidense\": \"Nhazi\",\n    \"equidensity\": \"nhata\",\n    \"equidifferent\": \"nhazi\",\n    \"equidistance\": \"nhazi\",\n    \"equidistant\": \"equidist\",\n    \"equidistantly\": \"nhata\",\n    \"equidivision\": \"nhazi\",\n    \"equidurable\": \"enweghị atụ\",\n    \"equielliptical\": \"kwadebere\",\n    \"equiformity\": \"nhazi\",\n    \"equiglacial\": \"nhazi\",\n    \"equigranular\": \"nhazi\",\n    \"equijacent\": \"kwadebe\",\n    \"equilater\": \"nhazi\",\n    \"equilateral\": \"nhazi\",\n    \"equilibrant\": \"aha nha\",\n    \"equilibrate\": \"itule\",\n    \"equilibrated\": \"atụkwasị\",\n    \"equilibrates\": \"atụ\",\n    \"equilibrating\": \"itinye\",\n    \"equilibration\": \"nhazi\",\n    \"equilibrations\": \"nhazi\",\n    \"equilibrative\": \"ahaziri\",\n    \"equilibrator\": \"nhazi\",\n    \"equilibratory\": \"nhazi\",\n    \"equilibria\": \"nhazi\",\n    \"equilibrial\": \"nhazi\",\n    \"equilibriate\": \"nhazi\",\n    \"equilibrio\": \"nhazi\",\n    \"equilibrious\": \"atụ\",\n    \"equilibriria\": \"nhazi\",\n    \"equilibrist\": \"nhazi\",\n    \"equilibristat\": \"nhazi\",\n    \"equilibristic\": \"nhazi\",\n    \"equilibrity\": \"nhazi\",\n    \"equilibrium\": \"nhazi\",\n    \"equilibriums\": \"nhazi\",\n    \"equilibrize\": \"tozuru oke\",\n    \"equiliria\": \"nhazi\",\n    \"equilobate\": \"kwadebe\",\n    \"equilobed\": \"kwadebe\",\n    \"equilocation\": \"nkwadebe\",\n    \"equilucent\": \"nhata\",\n    \"equimodal\": \"nhazi\",\n    \"equimolar\": \"dị ka\",\n    \"equimomental\": \"nhazi\",\n    \"equinal\": \"ohiha\",\n    \"equinecessary\": \"ikwado\",\n    \"equinely\": \"equin\",\n    \"equinity\": \"nha nha\",\n    \"equinities\": \"hara nhatanha\",\n    \"equinoctial\": \"nhazi\",\n    \"equinovarus\": \"Kwadoro\",\n    \"equinumerally\": \"n'ụzọ zuru ezu\",\n    \"equiomnipotent\": \"ike ruru eru\",\n    \"equip\": \"kwadebe\",\n    \"equiparable\": \"kwadoro\",\n    \"equiparant\": \"kwadebe\",\n    \"equiparate\": \"itinye\",\n    \"equiparation\": \"ntinye\",\n    \"equipartile\": \"Ngwa\",\n    \"equipartisan\": \"akụkụ\",\n    \"equipartition\": \"nhazi\",\n    \"equiped\": \"kwadebere\",\n    \"equipedal\": \"kwadebere\",\n    \"equipede\": \"kwadebe\",\n    \"equipendent\": \"zuru ezu\",\n    \"equiperiodic\": \"kwadebe oge\",\n    \"equipluve\": \"kwadebe\",\n    \"equipment\": \"akụrụngwa\",\n    \"equipments\": \"akụrụngwa\",\n    \"equipoise\": \"kwadebe\",\n    \"equipoised\": \"kwadebere\",\n    \"equipoises\": \"kwadebe\",\n    \"equipoising\": \"na-akwadebe\",\n    \"equipollence\": \"nhazi\",\n    \"equipollency\": \"ntinye\",\n    \"equipollent\": \"zuru oke\",\n    \"equipollently\": \"n'ụzọ zuru ezu\",\n    \"equipollentness\": \"nhazi\",\n    \"equiponderance\": \"ndozi\",\n    \"equiponderancy\": \"nhazi\",\n    \"equiponderant\": \"ihe kwesịrị ekwesị\",\n    \"equiponderate\": \"itinye\",\n    \"equiponderated\": \"kwadebere\",\n    \"equiponderating\": \"itinye aka\",\n    \"equiponderation\": \"nhazi\",\n    \"equipostile\": \"kwadebe\",\n    \"equipotentiality\": \"ikwado\",\n    \"equipped\": \"kwadebere\",\n    \"equipper\": \"kwadebere\",\n    \"equippers\": \"Kwadebe\",\n    \"equipping\": \"kwadebe\",\n    \"equiprobabilist\": \"onye nkwanye ugwu\",\n    \"equiprobable\": \"kwadebere\",\n    \"equiprobably\": \"kwadebe\",\n    \"equips\": \"kwadebe\",\n    \"equipt\": \"kwadebe\",\n    \"equiradial\": \"nhazi\",\n    \"equiradiate\": \"nhazi\",\n    \"equiradical\": \"nhazi\",\n    \"equirotal\": \"nhata\",\n    \"equisegmented\": \"nhazi\",\n    \"equiseta\": \"ngwe\",\n    \"equisetic\": \"nhazi\",\n    \"equisetum\": \"ahazi\",\n    \"equisided\": \"hara nhata\",\n    \"equisignal\": \"nhazi\",\n    \"equisized\": \"agbakọ\",\n    \"equisonance\": \"nha anya\",\n    \"equisonant\": \"ohiha\",\n    \"equispatial\": \"nhazi\",\n    \"equitability\": \"ịha nhata\",\n    \"equitable\": \"ziri ezi\",\n    \"equitableness\": \"ziri ezi\",\n    \"equitably\": \"ziri ezi\",\n    \"equitangential\": \"okwesiri\",\n    \"equitant\": \"ịkwụ ụgwọ\",\n    \"equitation\": \"nhata\",\n    \"equitative\": \"okike\",\n    \"equites\": \"na-anọchi anya\",\n    \"equity\": \"hara nhatanha\",\n    \"equities\": \"hara nhatanha\",\n    \"equivale\": \"nhata\",\n    \"equivalence\": \"ihe nha anya\",\n    \"equivalenced\": \"nhata\",\n    \"equivalences\": \"ihe nha anya\",\n    \"equivalency\": \"Ẹkot\",\n    \"equivalencies\": \"myirịta\",\n    \"equivalencing\": \"nhata\",\n    \"equivalent\": \"nhata\",\n    \"equivalently\": \"nhata\",\n    \"equivalents\": \"ndi nhata\",\n    \"equivaliant\": \"okike\",\n    \"equivalue\": \"nhazi\",\n    \"equivalved\": \"hà nhata\",\n    \"equivalvular\": \"nhazi\",\n    \"equivocacy\": \"nhazi\",\n    \"equivocalness\": \"nhazi\",\n    \"equivocating\": \"na-agbakọ\",\n    \"equivocatingly\": \"nnabata\",\n    \"equivocation\": \"nhazi\",\n    \"equivocations\": \"nhazi\",\n    \"equivocatory\": \"nhazi\",\n    \"equuleus\": \"Equuleus\",\n    \"era\": \"oge\",\n    \"erade\": \"kpọọ\",\n    \"eradiate\": \"ihichapu\",\n    \"eradiated\": \"gbanwere\",\n    \"eradiates\": \"oge\",\n    \"eradiating\": \"ịgbanwu\",\n    \"eradiation\": \"oge\",\n    \"eradicable\": \"kpochapu\",\n    \"eradicably\": \"ikpochapu\",\n    \"eradicant\": \"kpochapu\",\n    \"eradicate\": \"kpochapu\",\n    \"eradicated\": \"kpochapu\",\n    \"eradicates\": \"na-ekpochapụ\",\n    \"eradicating\": \"na-ekpochapụ\",\n    \"eradication\": \"mkpochapu\",\n    \"eradications\": \"mkpochapu\",\n    \"eradicative\": \"kpochapu\",\n    \"eradicator\": \"kpochapu\",\n    \"eradicatory\": \"na-ekpochapụ\",\n    \"eradicators\": \"ndị na-ekpochapụ ihe\",\n    \"eradiculose\": \"kpochapu\",\n    \"eragrostis\": \"ogechi\",\n    \"eral\": \"okporo\",\n    \"eranist\": \"onye nkuzi\",\n    \"eras\": \"oge\",\n    \"erasability\": \"nhichapu\",\n    \"erasable\": \"kpochapu\",\n    \"erase\": \"ichicha\",\n    \"erased\": \"ihichapu\",\n    \"erasement\": \"ihicha\",\n    \"eraser\": \"nchicha\",\n    \"erasers\": \"nchicha\",\n    \"erases\": \"nhicha\",\n    \"erasing\": \"ihicha\",\n    \"erasion\": \"nchicha\",\n    \"erasions\": \"nhicha\",\n    \"erasmian\": \"Erasmian\",\n    \"erasmus\": \"Erasmus\",\n    \"erastian\": \"ogeano\",\n    \"erastianism\": \"oge\",\n    \"erastianize\": \"nweweke\",\n    \"erastus\": \"afọ\",\n    \"erasure\": \"nhichapụ\",\n    \"erasures\": \"oge\",\n    \"erat\": \"oge\",\n    \"erato\": \"oge\",\n    \"erbium\": \"Erbium\",\n    \"erdvark\": \"Onyebuchi\",\n    \"erect\": \"ikwuwa\",\n    \"erected\": \"wuru\",\n    \"erecter\": \"guzobere\",\n    \"erecting\": \"na-ewu ụlọ\",\n    \"erections\": \"ere\",\n    \"erective\": \"bara uru\",\n    \"erectly\": \"kwụrụ ọtọ\",\n    \"erectors\": \"erektọ\",\n    \"erects\": \"na-ewu\",\n    \"erelong\": \"ogologo\",\n    \"eremites\": \"na-ewu\",\n    \"eremiteship\": \"ebuli elu\",\n    \"eremitish\": \"kwalite\",\n    \"eremitism\": \"ebili\",\n    \"erept\": \"kwalite\",\n    \"ereptic\": \"ebibi\",\n    \"ereption\": \"ere\",\n    \"erethismic\": \"erethism\",\n    \"erethistic\": \"ereth\",\n    \"erethizon\": \"eretizon\",\n    \"eretrian\": \"onye anakpo\",\n    \"erewhile\": \"n'oge\",\n    \"erf\": \"Erf\",\n    \"ergasterion\": \"ndozi\",\n    \"ergastoplasmic\": \"ọ bụrụla\",\n    \"ergastulum\": \"ahụrụ\",\n    \"ergatandrous\": \"ezighi ezi\",\n    \"ergate\": \"mehie\",\n    \"ergates\": \"na-emehie\",\n    \"ergative\": \"emehie\",\n    \"ergatogyne\": \"Ergatogyne\",\n    \"ergodicity\": \"ezighi ezi\",\n    \"ergomaniac\": \"Ergomaniac\",\n    \"ergonovine\": \"Ergonovine\",\n    \"ergoted\": \"mebiri\",\n    \"ergotisms\": \"emehie\",\n    \"ergotize\": \"mebie\",\n    \"ergotizing\": \"na-emehie\",\n    \"ergots\": \"ergot\",\n    \"ergusia\": \"Ergusia\",\n    \"eria\": \"Eria\",\n    \"erian\": \"Erian\",\n    \"erianthus\": \"Erianthus\",\n    \"eric\": \"dị\",\n    \"ericeticolous\": \"anụ ọkụ\",\n    \"erichthus\": \"Erichthus\",\n    \"ericineous\": \"dị egwu\",\n    \"ericius\": \"Ericius\",\n    \"erick\": \"mgbịrịgba\",\n    \"ericoid\": \"Ericoid\",\n    \"erigenia\": \"Erigenia\",\n    \"erigible\": \"nwere ike\",\n    \"eriglossa\": \"Eriglossa\",\n    \"eriglossate\": \"mechie\",\n    \"erineum\": \"Uzoigwe\",\n    \"erinize\": \"kpọba\",\n    \"eriobotrya\": \"mmmmmmmmmmmmm\",\n    \"eriocaulaceous\": \"ezighi ezi\",\n    \"eriocomi\": \"ndiocomi\",\n    \"eriodendron\": \"onyekwere\",\n    \"eriodictyon\": \"ndukwe\",\n    \"erioglaucine\": \"iolọ erioglaucine\",\n    \"eriogonum\": \"Uduak\",\n    \"eryon\": \"Eryon\",\n    \"eriophyid\": \"Nkechi\",\n    \"eriophorum\": \"Ekwuru\",\n    \"eryops\": \"ahụrụ\",\n    \"eris\": \"Eris\",\n    \"eristalis\": \"Eristalis\",\n    \"eristic\": \"ekwewo\",\n    \"eristical\": \"ekwenti\",\n    \"eristically\": \"n'eziokwu\",\n    \"erithacus\": \"Erithacus\",\n    \"erythraea\": \"Erythraea\",\n    \"erythraean\": \"Erythraean\",\n    \"erythroxylum\": \"ebe obibi\",\n    \"eritrean\": \"onye Eritrea\",\n    \"erke\": \"Igha\",\n    \"erlking\": \"emehie\",\n    \"erlkings\": \"emehie\",\n    \"ermanrich\": \"Onyekwere\",\n    \"ermelin\": \"Ermelin\",\n    \"ermine\": \"mebie\",\n    \"ermined\": \"mebiri\",\n    \"erminee\": \"mebie\",\n    \"ermines\": \"mebie\",\n    \"erminette\": \"mgboko\",\n    \"ermining\": \"na-emebi\",\n    \"erminites\": \"emebie\",\n    \"erminois\": \"emeka\",\n    \"ermit\": \"zipu\",\n    \"ern\": \"Ern\",\n    \"erne\": \"Erne\",\n    \"ernes\": \"neszọ\",\n    \"ernesse\": \"ugha\",\n    \"ernest\": \"emehie\",\n    \"ernestine\": \"Ernestine\",\n    \"ernie\": \"Ernie\",\n    \"erns\": \"nsgha\",\n    \"ernst\": \"emehie\",\n    \"erodability\": \"ebibi\",\n    \"erodable\": \"ebibi\",\n    \"erode\": \"ebibi\",\n    \"eroded\": \"ebibi\",\n    \"erodent\": \"ebibi\",\n    \"erodes\": \"ebibi\",\n    \"erodibility\": \"Ebumnuche\",\n    \"erodible\": \"na-ekwenye ekwenye\",\n    \"eroding\": \"ebibi\",\n    \"erogate\": \"ebibi\",\n    \"erogeneity\": \"ebibi\",\n    \"erogenesis\": \"ebibi\",\n    \"erogenetic\": \"ebibi\",\n    \"erogeny\": \"ebibi\",\n    \"erogenic\": \"ebibi\",\n    \"erogenous\": \"ebibi\",\n    \"eromania\": \"Eromania\",\n    \"eros\": \"Eros\",\n    \"erose\": \"bibie\",\n    \"erosely\": \"eros\",\n    \"eroses\": \"mmiri\",\n    \"erosible\": \"ekwuru\",\n    \"erosion\": \"mbuze\",\n    \"erosional\": \"mbuze\",\n    \"erosionally\": \"mbuze\",\n    \"erosionist\": \"mbuze\",\n    \"erosions\": \"mbuze\",\n    \"erosive\": \"efere\",\n    \"erosiveness\": \"echiche\",\n    \"erosivity\": \"ebibi\",\n    \"erostrate\": \"mebie\",\n    \"erotetic\": \"ihe nzuzu\",\n    \"erotic\": \"nke na-akpali agụụ mmekọahụ\",\n    \"erotically\": \"n'echiche\",\n    \"eroticism\": \"obi ojoo\",\n    \"eroticist\": \"agụụ mmekọahụ\",\n    \"eroticization\": \"agụụ mmekọahụ\",\n    \"eroticize\": \"na-akpali agụụ mmekọahụ\",\n    \"eroticizing\": \"na-akpali agụụ mmekọahụ\",\n    \"eroticomania\": \"Nwa nwoke\",\n    \"eroticomaniac\": \"ericomomaniac\",\n    \"eroticomaniacal\": \"ericomomaniacal\",\n    \"erotics\": \"ihe nzuzu\",\n    \"erotylid\": \"ebibi\",\n    \"erotisms\": \"ebibi\",\n    \"erotization\": \"ebibi\",\n    \"erotized\": \"ewerewo ya\",\n    \"erotizing\": \"na-akpali agụụ mmekọahụ\",\n    \"erotogenicity\": \"ebibi ihe\",\n    \"erotomania\": \"onyinyechi\",\n    \"erotomaniac\": \"epoomaniac\",\n    \"erotomaniacal\": \"echiemegwu\",\n    \"erpetoichthys\": \"igwugwu\",\n    \"erpetology\": \"usoro\",\n    \"err\": \"hie\",\n    \"errability\": \"arụ ọrụ\",\n    \"errable\": \"emehie\",\n    \"errableness\": \"ezighi ezi\",\n    \"errabund\": \"na-eme ihe\",\n    \"errancy\": \"ugha\",\n    \"errancies\": \"njehie\",\n    \"errand\": \"ozi\",\n    \"errands\": \"ozi\",\n    \"errant\": \"emehie\",\n    \"errantly\": \"n'amaghi-ama\",\n    \"errantness\": \"ihie ụzọ\",\n    \"errantry\": \"ezighi ezi\",\n    \"errantries\": \"emehie\",\n    \"errants\": \"emehie\",\n    \"erratas\": \"ratzọ\",\n    \"erratic\": \"ekweghiekwe\",\n    \"erratical\": \"emehie\",\n    \"erratically\": \"n'amaghi-ama\",\n    \"erraticalness\": \"enweghị ọrụ\",\n    \"erraticism\": \"ekweghị\",\n    \"erraticness\": \"ekweghị\",\n    \"erratics\": \"ekweghị\",\n    \"erratum\": \"ekweghị\",\n    \"erratums\": \"ugba\",\n    \"erred\": \"mehiere\",\n    \"errhines\": \"emehie\",\n    \"erring\": \"emehie\",\n    \"erringly\": \"emehie\",\n    \"errite\": \"mehie\",\n    \"erron\": \"Erron\",\n    \"erroneous\": \"ezighi ezi\",\n    \"erroneously\": \"ezighi ezi\",\n    \"erroneousness\": \"Njehie\",\n    \"error\": \"njehie\",\n    \"errordump\": \"ndudue\",\n    \"errorful\": \"ezighi ezi\",\n    \"errorist\": \"emehie ihe\",\n    \"errorless\": \"enweghi njehie\",\n    \"errors\": \"njehie\",\n    \"errs\": \"mehie\",\n    \"ers\": \"e\",\n    \"ersar\": \"eboro\",\n    \"ersatz\": \"Ugochukwu\",\n    \"ersatzes\": \"pụta\",\n    \"erses\": \"ala\",\n    \"erst\": \"mbụ\",\n    \"erstwhile\": \"mgbe gara aga\",\n    \"erstwhiles\": \"Ugboro\",\n    \"erth\": \"ndudue\",\n    \"erthen\": \"udo\",\n    \"erthly\": \"emehie\",\n    \"erthling\": \"na-emehie\",\n    \"eruc\": \"ndudu\",\n    \"erucic\": \"ogbugba\",\n    \"eruciform\": \"umuaka\",\n    \"erucivorous\": \"na-egbu maramara\",\n    \"eruct\": \"ikpocha\",\n    \"eructance\": \"mkpokọta\",\n    \"eructate\": \"ikpochapu\",\n    \"eructated\": \"echichi\",\n    \"eructates\": \"na-ekpo ọkụ\",\n    \"eructating\": \"na-ekpo ọkụ\",\n    \"eructation\": \"ikpo oku\",\n    \"eructative\": \"na-arụ ọrụ\",\n    \"eructed\": \"gbawara\",\n    \"eructing\": \"na-ekpocha ihe\",\n    \"eruction\": \"nkuzi\",\n    \"eructs\": \"gbawara\",\n    \"erudit\": \"ndu\",\n    \"erudite\": \"agha\",\n    \"eruditely\": \"ezighi ezi\",\n    \"eruditeness\": \"enweghị okwukwe\",\n    \"eruditical\": \"amaghi ihe\",\n    \"erudition\": \"okwukwe\",\n    \"eruditional\": \"ekwuru okwu\",\n    \"eruditionist\": \"onye mmụta\",\n    \"erugate\": \"ibughari\",\n    \"erugation\": \"igha\",\n    \"erugatory\": \"ọnụ\",\n    \"eruginous\": \"dị egwu\",\n    \"erump\": \"mebie\",\n    \"erumpent\": \"nzuzu\",\n    \"erupt\": \"gbawara\",\n    \"erupted\": \"gbawara\",\n    \"eruptible\": \"gbawara\",\n    \"erupting\": \"na-agbagha\",\n    \"eruption\": \"ntiwapụ\",\n    \"eruptional\": \"gbawara\",\n    \"eruptions\": \"na-agbawa\",\n    \"eruptive\": \"na-agbapụta\",\n    \"eruptively\": \"na-agbasa\",\n    \"eruptiveness\": \"mgbapụ\",\n    \"eruptives\": \"na-agbawa\",\n    \"eruptivity\": \"ebibi\",\n    \"erupts\": \"gbawara\",\n    \"erupturient\": \"ebuka iwe\",\n    \"ervenholder\": \"Onye Ozi\",\n    \"ervil\": \"ihe ojoo\",\n    \"ervils\": \"Njehie\",\n    \"ervipiame\": \"Nweero\",\n    \"ervum\": \"ụbụ\",\n    \"erwin\": \"Nduzi\",\n    \"erwinia\": \"Erwinia\",\n    \"erzahler\": \"Onye Ozi\",\n    \"esau\": \"ẹsọ\",\n    \"esbatement\": \"ndozi\",\n    \"esca\": \"gbaba\",\n    \"escadrilles\": \"Udochukwu\",\n    \"escalade\": \"gbapụ\",\n    \"escaladed\": \"gbasaa\",\n    \"escalader\": \"gbasaa\",\n    \"escalades\": \"gbasaa\",\n    \"escalading\": \"gbasaa\",\n    \"escalado\": \"gbasaa\",\n    \"escalate\": \"gbasie ike\",\n    \"escalated\": \"mụbara\",\n    \"escalates\": \"gbasaa\",\n    \"escalating\": \"na-arịwanye elu\",\n    \"escalation\": \"nbuli elu\",\n    \"escalations\": \"gbasaa\",\n    \"escalator\": \"onye mgbapụta\",\n    \"escalatory\": \"gbasaa\",\n    \"escalators\": \"ndị na-ebuli elu\",\n    \"escallop\": \"esclop\",\n    \"escalloped\": \"escloploped\",\n    \"escalloping\": \"agbamgbam\",\n    \"escalope\": \"escalopa\",\n    \"escaloped\": \"igbapu\",\n    \"escaloping\": \"na-agbasa\",\n    \"escalops\": \"escalopa\",\n    \"escamotage\": \"nnyefe\",\n    \"escamoteur\": \"onyenze\",\n    \"escandalize\": \"igbapu\",\n    \"escapable\": \"mgbapu\",\n    \"escapades\": \"gbanahụ\",\n    \"escapado\": \"mgbapụ\",\n    \"escapage\": \"mgbapụ\",\n    \"escape\": \"gbapuo\",\n    \"escaped\": \"gbanahụ\",\n    \"escapee\": \"onye gbapuru\",\n    \"escapees\": \"ndị gbapụrụ\",\n    \"escapeful\": \"gbanahụ\",\n    \"escapeless\": \"agbanahụ\",\n    \"escapement\": \"mgbapụ\",\n    \"escapements\": \"mgbapụ\",\n    \"escaper\": \"mgbapu\",\n    \"escapers\": \"ndị mgbapụ\",\n    \"escapes\": \"gbanahụ\",\n    \"escapeway\": \"ụzọ mgbapụ\",\n    \"escaping\": \"agbanahụ\",\n    \"escapingly\": \"agbanahụ\",\n    \"escapism\": \"mgbapu\",\n    \"escapisms\": \"ndị mgbapụ\",\n    \"escapist\": \"onye mgbapu\",\n    \"escapists\": \"ndị mgbapụ\",\n    \"escapology\": \"ihe omuma\",\n    \"escapologist\": \"ọkà mmụta sayensị\",\n    \"escar\": \"carzọ\",\n    \"escargatoire\": \"mbedo\",\n    \"escargot\": \"agbago\",\n    \"escargots\": \"agbago\",\n    \"escarmouche\": \"agbaso\",\n    \"escarole\": \"igbapu\",\n    \"escaroles\": \"gbasaa\",\n    \"escarp\": \"agbago\",\n    \"escarped\": \"gbaba\",\n    \"escarping\": \"na-agbada\",\n    \"escarpment\": \"ndozi\",\n    \"escarpments\": \"ihe ndozi\",\n    \"escarps\": \"agbachi\",\n    \"escars\": \"agbaba\",\n    \"eschalots\": \"ndị mmụọ ozi\",\n    \"eschars\": \"ndị escha\",\n    \"eschatology\": \"ihe omumu\",\n    \"eschatological\": \"ihe omumu\",\n    \"eschatologically\": \"na nkà mmụta sayensị\",\n    \"eschatologist\": \"ọkà ihe banyere ọrịa\",\n    \"eschaunge\": \"ezumike\",\n    \"escheated\": \"escheche\",\n    \"escheating\": \"cheghọta\",\n    \"eschewed\": \"ekweghị\",\n    \"eschewing\": \"ịchụpụ\",\n    \"eschoppe\": \"oschoppe\",\n    \"esclavage\": \"nwepu\",\n    \"escolar\": \"nwere ike\",\n    \"escopet\": \"escopeta\",\n    \"escopette\": \"agbatị\",\n    \"escort\": \"iduga ya\",\n    \"escortage\": \"iduga\",\n    \"escorted\": \"duru ya gaa\",\n    \"escortee\": \"duru ya gaa\",\n    \"escorting\": \"iduga\",\n    \"escortment\": \"ndughari\",\n    \"escorts\": \"ndị ndu\",\n    \"escoted\": \"escot\",\n    \"escoting\": \"na-eduga\",\n    \"escots\": \"ndị ndu\",\n    \"escout\": \"iduga ya\",\n    \"escry\": \"ezigara\",\n    \"escribe\": \"depụta\",\n    \"escribed\": \"kwupụtara\",\n    \"escribientes\": \"depụtara\",\n    \"escribing\": \"ikwupụta\",\n    \"escript\": \"edemede\",\n    \"escritoires\": \"ndị mmụọ ozi\",\n    \"escrod\": \"iduga ya\",\n    \"escrol\": \"nwepu\",\n    \"escroll\": \"Gaa\",\n    \"escrow\": \"duputa\",\n    \"escrowed\": \"duru ya\",\n    \"escrowing\": \"na-agbasa\",\n    \"escrows\": \"agbaba\",\n    \"escruage\": \"ozi\",\n    \"escuage\": \"eserese\",\n    \"escuages\": \"esemokwu\",\n    \"escuela\": \"Okenye\",\n    \"esculapian\": \"Nkechi\",\n    \"escurialize\": \"wezuga\",\n    \"escutcheoned\": \"esachapụ\",\n    \"escutcheons\": \"ịkpụcha\",\n    \"escutellate\": \"ịkpụ\",\n    \"esemplastic\": \"achara\",\n    \"eses\": \"es\",\n    \"esguard\": \"chebe\",\n    \"eskar\": \"Nkechi\",\n    \"eskers\": \"eserese\",\n    \"eslabon\": \"esbobọn\",\n    \"eslisor\": \"Onye nkwado\",\n    \"esloign\": \"kpọọ\",\n    \"esmeralda\": \"Esmeralda\",\n    \"esmeraldan\": \"Ogwe\",\n    \"esmeraldite\": \"Ogwe\",\n    \"esnecy\": \"udo\",\n    \"esogastritis\": \"akpịrị\",\n    \"esopgi\": \"agụụgi\",\n    \"esophagus\": \"akpịrị\",\n    \"esophoria\": \"akpịrị\",\n    \"esopus\": \"epipus\",\n    \"esotery\": \"ihe ndozi\",\n    \"esoterica\": \"Nkechi\",\n    \"esoterically\": \"n'usoro\",\n    \"esotericist\": \"onye nkuzi\",\n    \"esoterism\": \"Nkwado\",\n    \"esoterize\": \"itughari\",\n    \"espace\": \"ụzọ\",\n    \"espacement\": \"ịchụpụ\",\n    \"espadrille\": \"espaprille\",\n    \"espadrilles\": \"chukwunonso\",\n    \"espagnole\": \"igbanwe\",\n    \"espaliered\": \"esetịpụ\",\n    \"espaliering\": \"ịchụpụ\",\n    \"espave\": \"tinye\",\n    \"espece\": \"Nkechi\",\n    \"especial\": \"dị mkpa\",\n    \"especially\": \"karịsịa\",\n    \"especialness\": \"mkpa\",\n    \"esperance\": \"espepe\",\n    \"esperantic\": \"dị mkpa\",\n    \"esperantism\": \"Nkwenkwe\",\n    \"esperantist\": \"Onyeka onwenu\",\n    \"esphresis\": \"espresis\",\n    \"espichellite\": \"Chika Okpala\",\n    \"espied\": \"espiel\",\n    \"espies\": \"ndị ozi\",\n    \"espying\": \"enyo\",\n    \"espinal\": \"dị mkpa\",\n    \"espinel\": \"Obinna\",\n    \"espinette\": \"Nkechi\",\n    \"espionage\": \"onye nledo\",\n    \"esplanades\": \"Uchendu\",\n    \"esplees\": \"agbụrụ\",\n    \"espouse\": \"ikwado\",\n    \"espoused\": \"akwadoro\",\n    \"espouser\": \"onye nkwado\",\n    \"espousers\": \"ndị ndụmọdụ\",\n    \"espouses\": \"akwado\",\n    \"espousing\": \"na-akwado\",\n    \"esprise\": \"ijuanya\",\n    \"esprit\": \"onye ikwu\",\n    \"esprits\": \"ndị esprit\",\n    \"esprove\": \"kwue\",\n    \"esquamate\": \"agbado\",\n    \"esquire\": \"jụọ\",\n    \"esquirearchy\": \"ikwado\",\n    \"esquired\": \"eseta\",\n    \"esquiredom\": \"Okpukpo\",\n    \"esquiring\": \"agbaso\",\n    \"esrog\": \"zoro\",\n    \"esrogim\": \"onwere\",\n    \"esrogs\": \"Ode\",\n    \"ess\": \"edemede\",\n    \"essay\": \"edemede\",\n    \"essayed\": \"achọrọ\",\n    \"essayical\": \"edemede\",\n    \"essaying\": \"edemede\",\n    \"essayish\": \"edemede\",\n    \"essayism\": \"edemede\",\n    \"essayist\": \"odee\",\n    \"essayistic\": \"edemede\",\n    \"essayistical\": \"edemede\",\n    \"essayists\": \"edemede\",\n    \"essaylet\": \"edemede\",\n    \"essays\": \"edemede\",\n    \"essancia\": \"Eziokwu\",\n    \"essang\": \"isi\",\n    \"essart\": \"edemede\",\n    \"essed\": \"edere\",\n    \"essede\": \"bụrụ\",\n    \"essedones\": \"edemede\",\n    \"esselen\": \"Ogechi\",\n    \"esselenian\": \"esselen ian\",\n    \"essence\": \"isi ihe\",\n    \"essenced\": \"kpaliri\",\n    \"essences\": \"ederede\",\n    \"essency\": \"isi ihe\",\n    \"essencing\": \"ederede\",\n    \"essene\": \"isi\",\n    \"essenhout\": \"ederede\",\n    \"essenian\": \"edemede\",\n    \"essenianism\": \"edemede\",\n    \"essenic\": \"isi\",\n    \"essenical\": \"kpara\",\n    \"essenis\": \"edemede\",\n    \"essenism\": \"edemede\",\n    \"essenize\": \"edemede\",\n    \"essential\": \"dị mkpa\",\n    \"essentialism\": \"dị mkpa\",\n    \"essentialist\": \"dị mkpa\",\n    \"essentiality\": \"mkpa\",\n    \"essentialities\": \"ihe ndị dị mkpa\",\n    \"essentialization\": \"isi\",\n    \"essentialize\": \"bụrụ isi\",\n    \"essentialized\": \"akpan\",\n    \"essentializing\": \"na-edozi\",\n    \"essentially\": \"nnoo\",\n    \"essentialness\": \"dị mkpa\",\n    \"essentials\": \"ihe ndị dị mkpa\",\n    \"essentiate\": \"isi\",\n    \"essenwood\": \"okpokoro\",\n    \"esses\": \"edemede\",\n    \"essex\": \"Nwoke\",\n    \"essexite\": \"Nwoke\",\n    \"essie\": \"edemede\",\n    \"essive\": \"ọkpụrụkpụ\",\n    \"essling\": \"edemede\",\n    \"essoign\": \"họpụtara\",\n    \"essoined\": \"esosọ\",\n    \"essoining\": \"chọrọ\",\n    \"essonite\": \"ederede\",\n    \"essonites\": \"edemede\",\n    \"essorant\": \"esoro\",\n    \"estab\": \"guzobe\",\n    \"estable\": \"nwere ike\",\n    \"establish\": \"guzosie ike\",\n    \"establishable\": \"guzosie ike\",\n    \"established\": \"guzobere\",\n    \"establisher\": \"guzobere\",\n    \"establishes\": \"na-akọwaputa\",\n    \"establishing\": \"guzosie ike\",\n    \"establishment\": \"oruru\",\n    \"establishmentarian\": \"guzobere\",\n    \"establishmentarianism\": \"guzobere ya\",\n    \"establishmentism\": \"ntọala\",\n    \"establishments\": \"ntọala\",\n    \"establismentarian\": \"guzobere\",\n    \"establismentarianism\": \"eguzobe iwu\",\n    \"estadel\": \"Udechukwu\",\n    \"estampage\": \"ndozi\",\n    \"estampede\": \"Ikwupụta\",\n    \"estantion\": \"ozuzu\",\n    \"estate\": \"ala na ụlọ\",\n    \"estated\": \"ala na ụlọ\",\n    \"estately\": \"anya\",\n    \"estates\": \"ala\",\n    \"estatesman\": \"onye nwe ala\",\n    \"estatesmen\": \"ndị isi obodo\",\n    \"estating\": \"ala na ụlọ\",\n    \"estats\": \"ala\",\n    \"esteem\": \"ùgwù\",\n    \"esteemable\": \"bara uru\",\n    \"esteemed\": \"kpọrọ ihe\",\n    \"esteemer\": \"kwanye ugwu\",\n    \"esteeming\": \"na-asọpụrụ\",\n    \"esteems\": \"ùgwù\",\n    \"estensible\": \"na-apụghị ịghọta ihe\",\n    \"esteriferous\": \"ajuju\",\n    \"esterify\": \"gosi\",\n    \"esterifiable\": \"nke nwere ike iwepụ\",\n    \"esterification\": \"nyocha\",\n    \"esterified\": \"gbasaa\",\n    \"esterifies\": \"na-egosi\",\n    \"esterifying\": \"na-agbatị\",\n    \"esterization\": \"nyocha\",\n    \"esterize\": \"gosi\",\n    \"esterizing\": \"na-egosi\",\n    \"esterlin\": \"Nkechi\",\n    \"esterling\": \"Ezigbo\",\n    \"estevin\": \"nsọpụrụ\",\n    \"esthematology\": \"nkà mmụta ọgwụ\",\n    \"estheses\": \"efere\",\n    \"esthesiology\": \"nkà mmụta ọgwụ\",\n    \"esthesis\": \"echiche\",\n    \"esthesises\": \"Mgbapu\",\n    \"esthetic\": \"estet\",\n    \"esthetically\": \"n'ụzọ zuru ezu\",\n    \"esthetician\": \"estettian\",\n    \"estheticism\": \"ịheticụ ọgwụ\",\n    \"estimable\": \"atụmatụ\",\n    \"estimableness\": \"atụmatụ\",\n    \"estimably\": \"atụmatụ\",\n    \"estimate\": \"atụmatụ\",\n    \"estimated\": \"atụmatụ\",\n    \"estimates\": \"atụmatụ\",\n    \"estimating\": \"atụmatụ\",\n    \"estimatingly\": \"na-eme atụmatụ\",\n    \"estimation\": \"atụmatụ\",\n    \"estimations\": \"atụmatụ\",\n    \"estimative\": \"atụmatụ\",\n    \"estimator\": \"atụmatụ\",\n    \"estimators\": \"ndị na-eme atụmatụ\",\n    \"estipulate\": \"ikwuru\",\n    \"estivage\": \"nkwuputa\",\n    \"estivate\": \"nwe ugwu\",\n    \"estivated\": \"kpaliri\",\n    \"estivates\": \"Atụmatụ\",\n    \"estivating\": \"na-asọpụrụ\",\n    \"estivation\": \"nkwuputa\",\n    \"estivator\": \"ịkpa\",\n    \"estive\": \"doo anya\",\n    \"estoil\": \"estoril\",\n    \"estonian\": \"estonyan\",\n    \"estonians\": \"ndị Estonia\",\n    \"estoppage\": \"peeji estop\",\n    \"estoppal\": \"Nkpuru\",\n    \"estopped\": \"tọgbọrọ\",\n    \"estoppel\": \"Nkpuru\",\n    \"estoppels\": \"nkwonkwo\",\n    \"estopping\": \"ịtọpụ\",\n    \"estovers\": \"a\",\n    \"estrade\": \"nwepu\",\n    \"estradiot\": \"Okaogu\",\n    \"estray\": \"pụọ\",\n    \"estrayed\": \"na-akọ\",\n    \"estraying\": \"ịtọhapụ\",\n    \"estrange\": \"kewapụrụ\",\n    \"estranged\": \"kewapụrụ\",\n    \"estrangedness\": \"ịtọhapụ\",\n    \"estrangement\": \"ịtọhapụ\",\n    \"estrangements\": \"ịtọpụ\",\n    \"estranger\": \"onye di iche\",\n    \"estranges\": \"ọdịnala\",\n    \"estranging\": \"ịgbanyụ\",\n    \"estrangle\": \"ịtọpụ\",\n    \"estrapade\": \"mbido\",\n    \"estre\": \"alaeze\",\n    \"estreat\": \"reathapụ\",\n    \"estreated\": \"Na-achọ\",\n    \"estreating\": \"na-egbu nri\",\n    \"estreats\": \"reatzọ ndụ\",\n    \"estrepe\": \"ochoro\",\n    \"estrepement\": \"Ohere\",\n    \"estriate\": \"nwe ala\",\n    \"estriols\": \"ndigbo\",\n    \"estrones\": \"estrogen\",\n    \"estrous\": \"enwe obi ụtọ\",\n    \"estrual\": \"adịru\",\n    \"estruate\": \"gharazie\",\n    \"estruation\": \"nzuko\",\n    \"estrums\": \"estrum\",\n    \"estruses\": \"nkwuputa\",\n    \"estuary\": \"olulu\",\n    \"estudy\": \"Nwunye\",\n    \"estuosity\": \"ibu ibu\",\n    \"estuous\": \"ibuo\",\n    \"esugarization\": \"gbasaa\",\n    \"esurience\": \"nnweta\",\n    \"esuriency\": \"esiri ngwa ngwa\",\n    \"esurient\": \"esuri\",\n    \"esuriently\": \"esurially\",\n    \"etabelli\": \"Etabelli\",\n    \"etamines\": \"etamina\",\n    \"etamins\": \"vitamin\",\n    \"etang\": \"na\",\n    \"etatisms\": \"etat iche\",\n    \"etc\": \"wdg\",\n    \"etcetera\": \"wdg\",\n    \"etceteras\": \"wdg\",\n    \"etchant\": \"ihe ozo\",\n    \"etcher\": \"etere\",\n    \"etchers\": \"etere\",\n    \"eten\": \"eden\",\n    \"eteocretes\": \"iteocretes\",\n    \"eteostic\": \"Emeostic\",\n    \"eterminable\": \"ebighi ebi\",\n    \"eternal\": \"ebighi ebi\",\n    \"eternalise\": \"ebighi ebi\",\n    \"eternalised\": \"ebighi ebi\",\n    \"eternalising\": \"ebighebi\",\n    \"eternalism\": \"ebighi ebi\",\n    \"eternalist\": \"ebighi ebi\",\n    \"eternality\": \"ebighi ebi\",\n    \"eternalization\": \"ebighi ebi\",\n    \"eternalize\": \"dị adị\",\n    \"eternalized\": \"ebighi ebi\",\n    \"eternalizing\": \"ebighi ebi\",\n    \"eternally\": \"ebighiebi\",\n    \"eternalness\": \"ebighi ebi\",\n    \"eternals\": \"ebighi ebi\",\n    \"eternisation\": \"ebighi ebi\",\n    \"eternise\": \"mgbe ebighi ebi\",\n    \"eternised\": \"ebighi ebi\",\n    \"eternises\": \"mgbe ebighi ebi\",\n    \"eternish\": \"ebighi ebi\",\n    \"eternising\": \"ebighi ebi\",\n    \"eternity\": \"mgbe ebighi ebi\",\n    \"eternities\": \"mgbe ebighi ebi\",\n    \"eternization\": \"ebighi ebi\",\n    \"eternized\": \"Nkechi\",\n    \"eternizes\": \"na-apụta\",\n    \"eternizing\": \"na-agbasa\",\n    \"etesian\": \"Ekechukwu\",\n    \"etesians\": \"ndị Etene\",\n    \"eth\": \"omume\",\n    \"ethal\": \"na\",\n    \"etheling\": \"ethe\",\n    \"etherate\": \"etua\",\n    \"etherealisation\": \"nhazi\",\n    \"etherealising\": \"na-achịkwa\",\n    \"etherealism\": \"echiche\",\n    \"ethereality\": \"ịdị adị\",\n    \"etherealization\": \"nhazi\",\n    \"etherealize\": \"na-achọ\",\n    \"etherealized\": \"ethere\",\n    \"etherealizing\": \"na-achọ\",\n    \"ethereally\": \"ethere\",\n    \"etherealness\": \"ịdị adị\",\n    \"ethered\": \"ethere\",\n    \"ethereous\": \"echiche\",\n    \"etherialise\": \"okpokoro\",\n    \"etherialised\": \"etinyere\",\n    \"etherialism\": \"omumu ihe\",\n    \"etherialized\": \"etutoalized\",\n    \"etherify\": \"gbasie ike\",\n    \"etherifying\": \"na-achọgharị\",\n    \"etherion\": \"mmiri\",\n    \"etherish\": \"kpochaa\",\n    \"etherism\": \"enweghị mmasị\",\n    \"etherous\": \"ethe\",\n    \"ethic\": \"ụkpụrụ\",\n    \"ethical\": \"ụkpụrụ\",\n    \"ethicalism\": \"ụkpụrụ omume\",\n    \"ethicality\": \"ụkpụrụ omume\",\n    \"ethicalities\": \"ụkpụrụ omume\",\n    \"ethically\": \"n'ụzọ ziri ezi\",\n    \"ethicalness\": \"ụkpụrụ omume\",\n    \"ethicals\": \"ụkpụrụ\",\n    \"ethician\": \"onye dibia\",\n    \"ethicians\": \"ndị ọkachamara\",\n    \"ethicism\": \"ụkpụrụ omume\",\n    \"ethicist\": \"ụkpụrụ ọma\",\n    \"ethicists\": \"ndị na-achịkwa ụkpụrụ omume ọma\",\n    \"ethicize\": \"mee iwu\",\n    \"ethicized\": \"na-akwado iwu\",\n    \"ethicizes\": \"na-eme iwu\",\n    \"ethicizing\": \"na-ede iwu\",\n    \"ethicoaesthetic\": \"ihe omuma\",\n    \"ethicophysical\": \"ihe omuma\",\n    \"ethicopolitical\": \"ụkpụrụ iwu\",\n    \"ethicoreligious\": \"ethico okpukpe\",\n    \"ethicosocial\": \"ndiigbo\",\n    \"ethics\": \"ụkpụrụ omume\",\n    \"ethid\": \"iddị\",\n    \"ethide\": \"ụkpụrụ\",\n    \"ethidene\": \"ethylene\",\n    \"ethylamide\": \"ethylamine\",\n    \"ethylamime\": \"Egwuregwu\",\n    \"ethylated\": \"na-achịkwa\",\n    \"ethylates\": \"nchịkwa\",\n    \"ethylating\": \"ịkwado\",\n    \"ethylation\": \"nhazi\",\n    \"ethylenation\": \"nchịkwa\",\n    \"ethylenically\": \"site na nkwupụta\",\n    \"ethylenoid\": \"mmmmmmmmmmmmm\",\n    \"ethylin\": \"Egwuregwu\",\n    \"ethylsulphuric\": \"nwaokechi\",\n    \"ethylthioether\": \"okwaigbo\",\n    \"ethinyls\": \"indị\",\n    \"ethion\": \"agbụrụ\",\n    \"ethionic\": \"ụkpụrụ\",\n    \"ethions\": \"ụkpụrụ\",\n    \"ethiop\": \"eze\",\n    \"ethiopia\": \"alaeze\",\n    \"ethiopian\": \"onye Etiopia\",\n    \"ethiopians\": \"ndị Etiopia\",\n    \"ethiopic\": \"etuto\",\n    \"ethysulphuric\": \"mmmmmmmmmmmmm\",\n    \"ethmoidal\": \"ihe di egwu\",\n    \"ethmolith\": \"mmmmmmmmmmmmm\",\n    \"ethmonasal\": \"ụkpụrụ\",\n    \"ethmosphenoid\": \"ihe omume\",\n    \"ethmosphenoidal\": \"eburu\",\n    \"ethmovomer\": \"ihe omume\",\n    \"ethnal\": \"agbụrụ\",\n    \"ethnarchy\": \"agbụrụ\",\n    \"ethnarchies\": \"ihe omume\",\n    \"ethnic\": \"agbụrụ\",\n    \"ethnical\": \"ụkpụrụ\",\n    \"ethnically\": \"agbụrụ\",\n    \"ethnicism\": \"agbụrụ\",\n    \"ethnicist\": \"agbụrụ\",\n    \"ethnicity\": \"agbụrụ\",\n    \"ethnicize\": \"agbụrụ\",\n    \"ethnicon\": \"agbụrụ\",\n    \"ethnics\": \"agbụrụ\",\n    \"ethnish\": \"agbụrụ\",\n    \"ethnize\": \"lelee\",\n    \"ethnobotany\": \"agbụrụ\",\n    \"ethnobotanic\": \"agbụrụ\",\n    \"ethnobotanical\": \"agbụrụ\",\n    \"ethnobotanist\": \"onye agbụrụ\",\n    \"ethnocentric\": \"agbụrụ\",\n    \"ethnocentrically\": \"agbụrụ\",\n    \"ethnocentricity\": \"agbụrụ\",\n    \"ethnocracy\": \"agbụrụ\",\n    \"ethnodicy\": \"agbụrụ\",\n    \"ethnoflora\": \"agburu\",\n    \"ethnog\": \"agbụrụ\",\n    \"ethnogeny\": \"agbụrụ\",\n    \"ethnogenic\": \"agbụrụ\",\n    \"ethnogenies\": \"agbụrụ\",\n    \"ethnogenist\": \"onye agbụrụ\",\n    \"ethnogeography\": \"ihe omumu\",\n    \"ethnography\": \"usoro ihe omumu\",\n    \"ethnographic\": \"agbụrụ\",\n    \"ethnographical\": \"agbụrụ\",\n    \"ethnographically\": \"agbụrụ\",\n    \"ethnographies\": \"agbụrụ\",\n    \"ethnographist\": \"onye omenaala\",\n    \"ethnohistory\": \"agbụrụ\",\n    \"ethnolinguist\": \"ọkà mmụta asụsụ\",\n    \"ethnolinguistic\": \"asụsụ agbụrụ\",\n    \"ethnology\": \"ụkpụrụ omume\",\n    \"ethnologic\": \"agbụrụ\",\n    \"ethnological\": \"agbụrụ\",\n    \"ethnologically\": \"agbụrụ\",\n    \"ethnologist\": \"ọkà mmụta agbụrụ\",\n    \"ethnologists\": \"ndị ọkà mmụta banyere agbụrụ\",\n    \"ethnomanic\": \"agbụrụ\",\n    \"ethnoses\": \"nyocha\",\n    \"ethography\": \"echiche\",\n    \"etholide\": \"etolide\",\n    \"ethology\": \"usoro\",\n    \"ethologic\": \"echiche\",\n    \"ethologically\": \"na nyocha\",\n    \"ethologies\": \"ụkpụrụ\",\n    \"ethologist\": \"ọkà mmụta banyere mmụọ\",\n    \"ethologists\": \"ndị ọkà mmụta banyere mmụọ\",\n    \"ethopoetic\": \"usoro\",\n    \"eths\": \"omume\",\n    \"ety\": \"ma ọ bụ\",\n    \"etym\": \"ma ọ bụ\",\n    \"etymic\": \"dị\",\n    \"etymological\": \"ihe omuma\",\n    \"etymologies\": \"njikọ\",\n    \"etymologisable\": \"ọ bụla\",\n    \"etymologist\": \"onye na-ahụ maka etymologist\",\n    \"etymologists\": \"ndị na-amụ gbasara ihe etymologists\",\n    \"etymologizing\": \"etymologing\",\n    \"etymonic\": \"etymonik\",\n    \"etiolated\": \"etinyere\",\n    \"etiolating\": \"etiola\",\n    \"etiolation\": \"etuto\",\n    \"etiologist\": \"ọkà mmụta etiologist\",\n    \"etiotropic\": \"etioropic\",\n    \"etiotropically\": \"etiopropically\",\n    \"etypical\": \"yiri\",\n    \"etypically\": \"n'ụzọ zuru ezu\",\n    \"etiquet\": \"ụkpụrụ\",\n    \"etiquette\": \"ụkpụrụ\",\n    \"etiquettes\": \"ụkpụrụ\",\n    \"etiquettical\": \"ezigbo iwu\",\n    \"etnas\": \"etna\",\n    \"etnean\": \"Etine\",\n    \"etonian\": \"Etonian\",\n    \"etrier\": \"etoru\",\n    \"etruria\": \"Etruria\",\n    \"etrurian\": \"Etrurian\",\n    \"etruscan\": \"Etruscan\",\n    \"etruscans\": \"Etruscan\",\n    \"etruscology\": \"ihe omumu\",\n    \"etruscologist\": \"ọkà mmụta banyere ọrịa\",\n    \"ettled\": \"ett\",\n    \"ettling\": \"etetị\",\n    \"etudes\": \"ihe\",\n    \"etwas\": \"etwa\",\n    \"euascomycetes\": \"anụrị\",\n    \"euaster\": \"ọkụ\",\n    \"eubacteria\": \"Eubacteria\",\n    \"eubacteriales\": \"Eubacteriales\",\n    \"eubacterium\": \"Eubacterium\",\n    \"euboean\": \"ikwe\",\n    \"euboic\": \"anụ ọkụ\",\n    \"eubteria\": \"Eubteria\",\n    \"eucalypti\": \"chioma\",\n    \"eucalyptian\": \"onye ugwu\",\n    \"eucharistial\": \"euchaal\",\n    \"eucharistized\": \"eucharistos\",\n    \"euchymous\": \"abuo\",\n    \"euchysiderite\": \"echiysiderite\",\n    \"euchite\": \"abuo\",\n    \"euchlorhydria\": \"Euchlorhydria\",\n    \"euchlorite\": \"Euchlorite\",\n    \"euchology\": \"ihe omumu\",\n    \"euchological\": \"ihe omumu\",\n    \"euchologies\": \"ụlọ ọrụ\",\n    \"euchologion\": \"ebumnuche\",\n    \"euchre\": \"Euchre\",\n    \"euchred\": \"juru echi\",\n    \"euchres\": \"Obochi\",\n    \"euchring\": \"Euchring\",\n    \"euchroic\": \"ikechi\",\n    \"euchrome\": \"nwachukwu\",\n    \"euclases\": \"mmiri\",\n    \"euclea\": \"ikechukwu\",\n    \"eucleid\": \"ekweghị ekwe\",\n    \"euclid\": \"ebelata\",\n    \"eucopepoda\": \"chiedozie\",\n    \"eucre\": \"ebe nile\",\n    \"eucryphiaceous\": \"ihe nkiri\",\n    \"eucrites\": \"ndị eucrites\",\n    \"euctical\": \"ekwenti\",\n    \"euda\": \"nwa\",\n    \"eudaemon\": \"Eudaemon\",\n    \"eudaemony\": \"ekwenyeghi\",\n    \"eudaemonia\": \"Eudaemonia\",\n    \"eudaemonic\": \"Eudaemonic\",\n    \"eudaemonical\": \"ọ bụghị naanị\",\n    \"eudaemonics\": \"ihe ndị ọzọ\",\n    \"eudaemonism\": \"ebighi ebi\",\n    \"eudaemonistic\": \"Eudaemonistic\",\n    \"eudaemonize\": \"ekwenyenu\",\n    \"eudaemons\": \"umuoma\",\n    \"eudaimonia\": \"Eudaimonia\",\n    \"eudaimonism\": \"Eudaimonism\",\n    \"eudaimonist\": \"Eudaimonist\",\n    \"eudemian\": \"Eidemian\",\n    \"eudemon\": \"ime udo\",\n    \"eudemony\": \"ime udo\",\n    \"eudemonia\": \"Eudemonia\",\n    \"eudemonic\": \"ekwenti\",\n    \"eudemonics\": \"ihe ọmụmụ\",\n    \"eudemonism\": \"ime udo\",\n    \"eudemonistic\": \"ime udo\",\n    \"eudemons\": \"ihe omume\",\n    \"eudendrium\": \"anụ ụlọ\",\n    \"eudesmol\": \"mmmmmmmmmmmm\",\n    \"eudeve\": \"agbasi\",\n    \"eudiometer\": \"igwe okwu\",\n    \"eudiometry\": \"igwe okwu\",\n    \"eudiometric\": \"igwe okwu\",\n    \"eudiometrical\": \"igwe okwu\",\n    \"eudipleural\": \"ekwuru okwu\",\n    \"eudyptes\": \"anụrị\",\n    \"eudist\": \"onye nkuzi\",\n    \"euectic\": \"ike\",\n    \"euflavine\": \"Euflavine\",\n    \"eugene\": \"chiedozie\",\n    \"eugenesic\": \"anụ ahụ\",\n    \"eugenesis\": \"anụ ahụ\",\n    \"eugenetic\": \"anụ ọkụ\",\n    \"eugeny\": \"chiedozie\",\n    \"eugenia\": \"Eugenia\",\n    \"eugenic\": \"Eugenic\",\n    \"eugenical\": \"ọfụma\",\n    \"eugenically\": \"anya\",\n    \"eugenicist\": \"onye akaebe\",\n    \"eugenicists\": \"ndiegwu\",\n    \"eugenics\": \"ahụ ike\",\n    \"eugenie\": \"Eugenie\",\n    \"eugenism\": \"ahụ ike\",\n    \"eugenist\": \"onye akaebe\",\n    \"eugenists\": \"ahụ ike\",\n    \"eugenol\": \"chiedozie\",\n    \"eugenolate\": \"chiedozie\",\n    \"eugenols\": \"Eugenols\",\n    \"euglandina\": \"Euglandina\",\n    \"euglena\": \"chiedozie\",\n    \"euglenaceae\": \"Euglenaceae\",\n    \"euglenales\": \"ele anya\",\n    \"euglenas\": \"Euglenas\",\n    \"euglenida\": \"Euglenida\",\n    \"euglenineae\": \"Euglenineae\",\n    \"euglenoid\": \"Onyedikachukwu\",\n    \"euglenoidina\": \"Euglenoidina\",\n    \"euglobulin\": \"Euglobulin\",\n    \"eugonic\": \"ifunanya\",\n    \"eugranitic\": \"onye nzuzu\",\n    \"eugregarinida\": \"mgbaghari\",\n    \"eugubine\": \"onyechi\",\n    \"eugubium\": \"Eugubium\",\n    \"euhages\": \"ike\",\n    \"euhedral\": \"ọnụ\",\n    \"euhemerising\": \"Ngwurugwu\",\n    \"euhemerist\": \"onyegbako\",\n    \"euhemerize\": \"rie ike\",\n    \"euhyostyly\": \"iheanacho\",\n    \"euhyostylic\": \"ihe omimi\",\n    \"euktolite\": \"ikechukwu\",\n    \"eulachan\": \"Eulachan\",\n    \"eulachans\": \"ndiogho\",\n    \"eulachon\": \"Eulachon\",\n    \"eulalia\": \"Eulalia\",\n    \"eulamellibranch\": \"igbankwu\",\n    \"eulerian\": \"Eulerian\",\n    \"eulysite\": \"Eulysite\",\n    \"eulogia\": \"ekwenti\",\n    \"eulogiae\": \"ikechukwu\",\n    \"eulogias\": \"ọkpụrụkpụ\",\n    \"eulogies\": \"ekwupụta\",\n    \"eulogise\": \"ikechi\",\n    \"eulogised\": \"tinye aha\",\n    \"eulogiser\": \"ikechukwu\",\n    \"eulogises\": \"nkwupụta okwu\",\n    \"eulogising\": \"euloging\",\n    \"eulogist\": \"ọkà mmụta sayensị\",\n    \"eulogistical\": \"eulogist\",\n    \"eulogistically\": \"ahụ ike\",\n    \"eulogists\": \"ndị ọkà mmụta sayensị\",\n    \"eulogium\": \"Eulogium\",\n    \"eulogiums\": \"anụ ụlọ\",\n    \"eulogization\": \"ntinye aka\",\n    \"eulogize\": \"itu onu\",\n    \"eulogized\": \"tinye aha\",\n    \"eulogizer\": \"onyegbako\",\n    \"eulogizes\": \"kwupụta\",\n    \"eulogizing\": \"euloging\",\n    \"eulophid\": \"ọkpụrụkpụ\",\n    \"eumemorrhea\": \"ụkwara ume ọkụ\",\n    \"eumenes\": \"atụ\",\n    \"eumenidean\": \"Eumenidean\",\n    \"eumenides\": \"Eumenides\",\n    \"eumenorrhea\": \"Eumenorrhea\",\n    \"eumerism\": \"mgbako\",\n    \"eumeristic\": \"atụ\",\n    \"eumycetic\": \"mgbagha\",\n    \"eumitosis\": \"eburu\",\n    \"eumitotic\": \"mgbako\",\n    \"eumoirous\": \"eumoi\",\n    \"eumolpides\": \"ebum\",\n    \"eumolpique\": \"Eumolpique\",\n    \"eumolpus\": \"Eumolpus\",\n    \"eumorphous\": \"eburu\",\n    \"eundem\": \"ike\",\n    \"eunectes\": \"chi dị iche iche\",\n    \"eunice\": \"igha\",\n    \"eunicid\": \"kpọdata\",\n    \"eunomy\": \"ebido\",\n    \"eunuch\": \"ọnaozi\",\n    \"eunuchal\": \"ọnaozi\",\n    \"eunuchise\": \"ọnaozi\",\n    \"eunuchism\": \"ọnaozi\",\n    \"eunuchize\": \"imeigbo\",\n    \"eunuchized\": \"mechie\",\n    \"eunuchizing\": \"na-emegharị\",\n    \"eunuchry\": \"ọnaozi\",\n    \"eunuchs\": \"ọnaozi\",\n    \"euonym\": \"ugboro ugboro\",\n    \"euonymin\": \"ọrịre\",\n    \"euonymous\": \"Euonymus\",\n    \"euonymus\": \"Euonymus\",\n    \"euonymuses\": \"Euonymus\",\n    \"euorthoptera\": \"orthoptera\",\n    \"euosmite\": \"anụrị\",\n    \"eupathy\": \"obi uto\",\n    \"eupatorium\": \"Eupatorium\",\n    \"eupatrid\": \"chidieke\",\n    \"eupatrids\": \"chiedozie\",\n    \"eupepsy\": \"ebuchi\",\n    \"eupepsia\": \"ikechi\",\n    \"eupepsies\": \"ikechi\",\n    \"eupepticism\": \"okwu eupeptic\",\n    \"euphausia\": \"Euphausia\",\n    \"euphemy\": \"Euphemy\",\n    \"euphemia\": \"Euphemia\",\n    \"euphemian\": \"Euphemian\",\n    \"euphemious\": \"obi uto\",\n    \"euphemiously\": \"n'ekwu\",\n    \"euphemisation\": \"mpako\",\n    \"euphemising\": \"Euphemising\",\n    \"euphemism\": \"okwu\",\n    \"euphemisms\": \"okwu mkpali\",\n    \"euphemistically\": \"n'egwu\",\n    \"euphemizer\": \"Euphemizer\",\n    \"euphemous\": \"nnukwu\",\n    \"euphenic\": \"Euphenic\",\n    \"euphonetic\": \"Euphonetic\",\n    \"euphony\": \"Euphony\",\n    \"euphonia\": \"Euphonia\",\n    \"euphonically\": \"n'echiche\",\n    \"euphonious\": \"Euphon\",\n    \"euphoniously\": \"n'eziokwu\",\n    \"euphoniousness\": \"Euphonness\",\n    \"euphonise\": \"Euphonise\",\n    \"euphonium\": \"Euphonium\",\n    \"euphonize\": \"anụrị\",\n    \"euphonon\": \"Euphonon\",\n    \"euphorbia\": \"Euphorbia\",\n    \"euphorbiaceous\": \"Euphorbiaceous\",\n    \"euphorbial\": \"Euphorbial\",\n    \"euphorbium\": \"Euphorbium\",\n    \"euphory\": \"anụrị\",\n    \"euphoriant\": \"Euphoriant\",\n    \"euphorias\": \"Euphorias\",\n    \"euphoric\": \"Euphoric\",\n    \"euphorically\": \"Euphorically\",\n    \"euphrasia\": \"Euphrasia\",\n    \"euphrasies\": \"anụrị\",\n    \"euphratean\": \"Euphratean\",\n    \"euphrates\": \"Euphrates\",\n    \"euphroes\": \"anụrị\",\n    \"euphrosyne\": \"Euphrosyne\",\n    \"euphues\": \"anụrị\",\n    \"euphuism\": \"ikpu\",\n    \"euphuisms\": \"anụrị\",\n    \"euphuistic\": \"ọụ\",\n    \"euphuistically\": \"Euphuistically\",\n    \"euphuists\": \"ndị euphuists\",\n    \"euphuize\": \"mekwaa\",\n    \"euphuizing\": \"euphuating\",\n    \"eupion\": \"mbido\",\n    \"eupyrene\": \"Eupyrene\",\n    \"eupyrion\": \"anụrị\",\n    \"eupittonic\": \"Eupittonic\",\n    \"euplectella\": \"Euplectella\",\n    \"euplexoptera\": \"Euplexoptera\",\n    \"euploidies\": \"anụrị\",\n    \"eupnea\": \"Eupnea\",\n    \"eupneas\": \"Eupneas\",\n    \"eupneic\": \"Eupneic\",\n    \"eupnoeas\": \"Eupnoeas\",\n    \"eupolidean\": \"Eupolidean\",\n    \"eupractic\": \"anụrị\",\n    \"eupraxia\": \"Eupraxia\",\n    \"euprepia\": \"Euprepia\",\n    \"euptelea\": \"Euptelea\",\n    \"eurafric\": \"anụ ọkụ\",\n    \"eurasian\": \"eurasia\",\n    \"eurasians\": \"Eurasia\",\n    \"eurhythmy\": \"Eurhythmy\",\n    \"eurhythmic\": \"Eurhythmic\",\n    \"eurhythmics\": \"Eurhythmics\",\n    \"eurhodol\": \"Eurhodol\",\n    \"euryalus\": \"Euryalus\",\n    \"eurybathic\": \"ihe omume\",\n    \"eurycephalous\": \"Nkechi\",\n    \"eurycerous\": \"dị egwu\",\n    \"euryclea\": \"Euryclea\",\n    \"eurydice\": \"Eurydice\",\n    \"eurygnathous\": \"Eurygnathous\",\n    \"euryhaline\": \"Euryhaline\",\n    \"eurylaimus\": \"Eurylaimus\",\n    \"eurymus\": \"Eurymus\",\n    \"euryon\": \"Euryon\",\n    \"euryphagous\": \"Euryphagous\",\n    \"eurypharynx\": \"Eurypharynx\",\n    \"euripidean\": \"Euripidean\",\n    \"euripides\": \"Euripide\",\n    \"eurypylous\": \"Eurypylous\",\n    \"eurypterus\": \"Eurypterus\",\n    \"euripus\": \"Euripus\",\n    \"eurystheus\": \"Eurystheus\",\n    \"eurystomatous\": \"Eurystomatous\",\n    \"euryte\": \"Euryte\",\n    \"eurythermal\": \"ihe omume\",\n    \"eurythermic\": \"ihe omume\",\n    \"eurithermophile\": \"oge niile\",\n    \"eurythermous\": \"nke di egwu\",\n    \"eurythmics\": \"ihe omimi\",\n    \"eurythmies\": \"ihe omume\",\n    \"eurytopic\": \"ebelata\",\n    \"eurytopicity\": \"ebighi ebi\",\n    \"eurytus\": \"Eurytus\",\n    \"euryzygous\": \"Euryzygous\",\n    \"european\": \"europe\",\n    \"europeanism\": \"European\",\n    \"europeans\": \"ndị Europe\",\n    \"europeward\": \"Europe\",\n    \"europhium\": \"europium\",\n    \"europiums\": \"europium\",\n    \"europocentric\": \"eurocentric\",\n    \"euros\": \"euro\",\n    \"eurus\": \"Eurus\",\n    \"euscaro\": \"ikechi\",\n    \"eusebian\": \"Eusebian\",\n    \"euskarian\": \"Ekechukwu\",\n    \"euskaric\": \"Ugba\",\n    \"euskera\": \"Euskera\",\n    \"eusol\": \"Eusol\",\n    \"euspongia\": \"Euspongia\",\n    \"eusporangiate\": \"eburu\",\n    \"eustace\": \"udo\",\n    \"eustachian\": \"Eustachian\",\n    \"eustachium\": \"Eustachium\",\n    \"eustacy\": \"mkpa\",\n    \"eustacies\": \"ugwu\",\n    \"eustathian\": \"Eustathian\",\n    \"eustatic\": \"ige nti\",\n    \"eustatically\": \"Eustatically\",\n    \"eustele\": \"Ugba\",\n    \"eusteles\": \"Ugba\",\n    \"eusthenopteron\": \"Eusthenopteron\",\n    \"eustyle\": \"Udiri\",\n    \"eustomatous\": \"onyeoma\",\n    \"eutaxy\": \"Eutaxy\",\n    \"eutaxic\": \"Eutaxic\",\n    \"eutaxite\": \"Eutaxite\",\n    \"eutaxitic\": \"Eutaxitic\",\n    \"eutechnic\": \"Eutechnic\",\n    \"eutechnics\": \"Eutechnics\",\n    \"eutectic\": \"Eutectic\",\n    \"eutectics\": \"adịghị agbanwe agbanwe\",\n    \"eutectoid\": \"Eutectoid\",\n    \"eutelegenic\": \"Eutelegenic\",\n    \"euterpean\": \"Euterpean\",\n    \"eutexia\": \"Eutexia\",\n    \"euthanatize\": \"weghachite\",\n    \"eutheria\": \"okwuchi\",\n    \"eutherian\": \"onye ugwu\",\n    \"euthermic\": \"ọnụ\",\n    \"euthyneura\": \"mgbakpo\",\n    \"euthyneural\": \"ikuku\",\n    \"euthyneurous\": \"anụ ahụ\",\n    \"eutychian\": \"Eutychian\",\n    \"eutomous\": \"akụrụngwa\",\n    \"eutopia\": \"Eutopia\",\n    \"eutopian\": \"Eutopian\",\n    \"eutrophic\": \"Eutrophic\",\n    \"euxanthone\": \"ekwenti\",\n    \"euxenites\": \"ihe atụ\",\n    \"evacuant\": \"onye na-ebugharị\",\n    \"evacuants\": \"ndị na-akpọpu mmiri\",\n    \"evacuate\": \"chụpụ\",\n    \"evacuated\": \"kpọpụrụ\",\n    \"evacuates\": \"kpọpụrụ\",\n    \"evacuating\": \"na-agbapu\",\n    \"evacuation\": \"mkpopu\",\n    \"evacuations\": \"mwepu\",\n    \"evacuative\": \"ekpochapụ\",\n    \"evacuator\": \"onye mkpochapu\",\n    \"evacuators\": \"ndị na-eme mkpọtụ\",\n    \"evacue\": \"ẹphe\",\n    \"evacuee\": \"kpọpuo\",\n    \"evacuees\": \"kpochapu\",\n    \"evadable\": \"enwere ike ịpụ\",\n    \"evade\": \"zere\",\n    \"evaded\": \"ẹphe\",\n    \"evader\": \"onye obula\",\n    \"evaders\": \"ndị na-agbara ọsọ\",\n    \"evades\": \"zere\",\n    \"evadible\": \"a na-apụ apụ\",\n    \"evading\": \"na-ezere\",\n    \"evadingly\": \"site n'ụzọ doro anya\",\n    \"evadne\": \"ikpa\",\n    \"evagation\": \"nbibi\",\n    \"evaginable\": \"enwere ike ịpụpụ\",\n    \"evaginate\": \"kpopu\",\n    \"evaginated\": \"kpopụrụ\",\n    \"evaginating\": \"ịhapụ\",\n    \"evagination\": \"ịchụpụ\",\n    \"evaluable\": \"nyocha\",\n    \"evaluate\": \"nyochaa\",\n    \"evaluated\": \"enyocha\",\n    \"evaluates\": \"na-enyocha\",\n    \"evaluating\": \"inyocha\",\n    \"evaluation\": \"nyocha\",\n    \"evaluations\": \"nyocha\",\n    \"evaluative\": \"nyocha\",\n    \"evaluator\": \"onye nyocha\",\n    \"evaluators\": \"ndị nyocha\",\n    \"evalue\": \"eval\",\n    \"evanesce\": \"ebelata\",\n    \"evanesced\": \"ewepụ\",\n    \"evanescence\": \"ịdị ndụ\",\n    \"evanesces\": \"ebe obibi\",\n    \"evanescible\": \"ihe omume\",\n    \"evanescing\": \"na-evande\",\n    \"evangel\": \"ozioma\",\n    \"evangely\": \"n'ezigbo\",\n    \"evangelian\": \"ozioma\",\n    \"evangeliary\": \"chụọ n'ọrụ\",\n    \"evangelic\": \"ozioma\",\n    \"evangelical\": \"ezisa ozi ọma\",\n    \"evangelicalism\": \"nkwusa ozioma\",\n    \"evangelicality\": \"ezisa ozi ọma\",\n    \"evangelically\": \"ezisa ozi ọma\",\n    \"evangelicalness\": \"ikwusa ozi ọma\",\n    \"evangelicals\": \"ndị nkwusa ozioma\",\n    \"evangelican\": \"ezisa ozi ọma\",\n    \"evangelicism\": \"ikwusa ozi ọma\",\n    \"evangelicity\": \"izisa ozi ọma\",\n    \"evangeline\": \"ozioma\",\n    \"evangelion\": \"ozioma\",\n    \"evangelisation\": \"izisa ozi ọma\",\n    \"evangelise\": \"ozioma\",\n    \"evangelised\": \"ozioma\",\n    \"evangeliser\": \"ozioma\",\n    \"evangelising\": \"izisa ozi ọma\",\n    \"evangelism\": \"izisa ozi ọma\",\n    \"evangelist\": \"ọkwọrọikọ\",\n    \"evangelistary\": \"onye nkwusa ozioma\",\n    \"evangelistaries\": \"ndị nkwusa ozioma\",\n    \"evangelistarion\": \"ozigbo\",\n    \"evangelistarium\": \"ozioma\",\n    \"evangelistic\": \"ezisa ozi ọma\",\n    \"evangelistically\": \"ozioma\",\n    \"evangelistics\": \"ozioma\",\n    \"evangelists\": \"ndị nkwusa ozioma\",\n    \"evangelistship\": \"izisa ozi ọma\",\n    \"evangelization\": \"izisa ozi ọma\",\n    \"evangelize\": \"zisa ozi ọma\",\n    \"evangelized\": \"ozioma\",\n    \"evangelizer\": \"onye na-ezisa ozi ọma\",\n    \"evangelizes\": \"ezisa ozi ọma\",\n    \"evangelizing\": \"izisa ozi ọma\",\n    \"evanish\": \"ikwe\",\n    \"evanished\": \"efere\",\n    \"evanishes\": \"efere\",\n    \"evanishing\": \"na-eri\",\n    \"evanishment\": \"ndozi\",\n    \"evanition\": \"mpako\",\n    \"evans\": \"Egwu\",\n    \"evansite\": \"nwepu\",\n    \"evap\": \"nwepụ\",\n    \"evaporate\": \"ikusi\",\n    \"evaporated\": \"okpokoro\",\n    \"evaporates\": \"na-ekpochapu\",\n    \"evaporating\": \"na-ekpo ọkụ\",\n    \"evaporation\": \"mmiri\",\n    \"evaporations\": \"evaporation\",\n    \"evaporatively\": \"na-ekpo ọkụ\",\n    \"evaporator\": \"onye uzu oku\",\n    \"evaporators\": \"ndị na-ekpo ọkụ\",\n    \"evaporimeter\": \"evaporimeta\",\n    \"evaporize\": \"kpopu\",\n    \"evaporometer\": \"igwe anwuru\",\n    \"evapotranspiration\": \"Ebumnuche\",\n    \"evase\": \"zere\",\n    \"evasible\": \"enwere ike ime\",\n    \"evasion\": \"nzere\",\n    \"evasional\": \"ẹphe\",\n    \"evasions\": \"oge\",\n    \"evasive\": \"ozuzo\",\n    \"evasively\": \"n'ụzọ zuru ezu\",\n    \"evasiveness\": \"ebighi-ebi\",\n    \"eve\": \"echi\",\n    \"eveck\": \"evek\",\n    \"evectant\": \"Ezigbo\",\n    \"evected\": \"eveve\",\n    \"evection\": \"nchupu\",\n    \"evections\": \"ịchụpụ\",\n    \"evector\": \"vektọ\",\n    \"evehood\": \"mgbe\",\n    \"evelyn\": \"Nwokeji\",\n    \"eveline\": \"evelina\",\n    \"even\": \"obuna\",\n    \"evenblush\": \"obuna\",\n    \"evened\": \"Anyasị\",\n    \"evener\": \"ọbụna\",\n    \"eveners\": \"mgbede\",\n    \"evenest\": \"ọbụna\",\n    \"evenfall\": \"mgbede\",\n    \"evenfalls\": \"Ọbụna nsogbu\",\n    \"evenforth\": \"ọbụna\",\n    \"evenhanded\": \"aka\",\n    \"evenhandedness\": \"omume rụrụ arụ\",\n    \"evenhead\": \"isi\",\n    \"evening\": \"mgbede\",\n    \"evenings\": \"mgbede\",\n    \"evenly\": \"ọbụna\",\n    \"evenlight\": \"Ọbụna\",\n    \"evenlong\": \"ọbụna\",\n    \"evenminded\": \"ọbụna\",\n    \"evenmindedness\": \"Uche\",\n    \"evennesses\": \"emume\",\n    \"evens\": \"Ọbụna\",\n    \"evensong\": \"Okonkwo\",\n    \"evensongs\": \"Ugodi\",\n    \"event\": \"ihe omume\",\n    \"eventerate\": \"na-egbu oge\",\n    \"eventful\": \"omume\",\n    \"eventfully\": \"omume\",\n    \"eventfulness\": \"omume\",\n    \"eventide\": \"mmemme\",\n    \"eventides\": \"ihe omume\",\n    \"eventilate\": \"oru\",\n    \"eventime\": \"omume\",\n    \"eventless\": \"enweghi ike\",\n    \"eventlessly\": \"na-enweghị atụ\",\n    \"eventlessness\": \"enweghị ọdachi\",\n    \"eventognath\": \"ihe omume\",\n    \"eventognathi\": \"ihe omume\",\n    \"eventognathous\": \"ihe omume\",\n    \"eventration\": \"omume\",\n    \"events\": \"ihe omume\",\n    \"eventual\": \"omume\",\n    \"eventuality\": \"ọdachi\",\n    \"eventualities\": \"omume\",\n    \"eventualize\": \"ma ọ bụ ihe omume\",\n    \"eventually\": \"n'ikpeazụ\",\n    \"eventuate\": \"ihe omume\",\n    \"eventuated\": \"ihe omume\",\n    \"eventuates\": \"ihe omume\",\n    \"eventuating\": \"omume\",\n    \"eventuation\": \"omume\",\n    \"eventuations\": \"ihe omume\",\n    \"evenwise\": \"ọbụna\",\n    \"evenworthy\": \"kwesiri ekwesi\",\n    \"ever\": \"mgbe\",\n    \"everard\": \"mgbe\",\n    \"everbearer\": \"eburu\",\n    \"everbearing\": \"mgbe\",\n    \"everbloomer\": \"Onyebuchi\",\n    \"everblooming\": \"na-egbu egbu\",\n    \"everduring\": \"mgbe niile\",\n    \"everest\": \"mgbede\",\n    \"everglades\": \"mgbe nile\",\n    \"evergreen\": \"mgbe niile\",\n    \"evergreenery\": \"ahihia\",\n    \"evergreenite\": \"mgbe nile\",\n    \"evergreens\": \"mgbe nile\",\n    \"every\": \"bụla\",\n    \"everybody\": \"onye obula\",\n    \"everich\": \"mgbe\",\n    \"everyday\": \"kwa ụbọchị\",\n    \"everydayness\": \"adị kwa ụbọchị\",\n    \"everydeal\": \"nsogbu kwa\",\n    \"everyhow\": \"n'ụzọ obula\",\n    \"everylike\": \"bụla\",\n    \"everyman\": \"Onye obula\",\n    \"everymen\": \"ụmụ nwoke\",\n    \"everyness\": \"ịdị ọcha\",\n    \"everyone\": \"onye obula\",\n    \"everyplace\": \"Ebe ọ bụla\",\n    \"everything\": \"ihe niile\",\n    \"everyway\": \"Na agbanyeghị\",\n    \"everywhen\": \"mgbe niile\",\n    \"everywhence\": \"Ebe niile\",\n    \"everywhere\": \"ebe niile\",\n    \"everywhereness\": \"ịba ama\",\n    \"everywheres\": \"ahịhịa ọ bụla\",\n    \"everywhither\": \"ebe obula\",\n    \"everywoman\": \"Nwanyị ọ bụla\",\n    \"everlasting\": \"ebighi ebi\",\n    \"everlastingly\": \"mgbe nile\",\n    \"everlastingness\": \"ebighi ebi\",\n    \"everly\": \"mgbe\",\n    \"everliving\": \"na-adị ndụ mgbe niile\",\n    \"evermo\": \"mgbe niile\",\n    \"evermore\": \"mgbe nile\",\n    \"everness\": \"ama\",\n    \"everse\": \"laa azu\",\n    \"eversible\": \"enwere ike ịgbanwu\",\n    \"eversion\": \"ntụgharị\",\n    \"eversions\": \"ntụgharị\",\n    \"eversive\": \"ntụgharị\",\n    \"eversporting\": \"na-ebubata\",\n    \"evert\": \"mgbe\",\n    \"evertebral\": \"mgbe ọ bụla\",\n    \"evertebrata\": \"mgbe nile\",\n    \"evertebrate\": \"mgbe nile\",\n    \"everted\": \"mgbe\",\n    \"evertile\": \"mgbe nile\",\n    \"everting\": \"na-egbu oge\",\n    \"evertor\": \"Onye nzoputa\",\n    \"evertors\": \"mgbe ọ bụla\",\n    \"everts\": \"Mgbe nile\",\n    \"everwhich\": \"mgbe ọ bụla\",\n    \"everwho\": \"mgbe niile\",\n    \"eves\": \"ehihie\",\n    \"evestar\": \"eberi\",\n    \"evg\": \"zaa\",\n    \"evibrate\": \"zere\",\n    \"evicke\": \"kpochapu\",\n    \"evict\": \"chụpụ\",\n    \"evicted\": \"chụpụrụ\",\n    \"evictee\": \"chụpụ\",\n    \"evictees\": \"ndị mkpọka\",\n    \"evicting\": \"ịchụpụ\",\n    \"eviction\": \"nchupu\",\n    \"evictions\": \"ịchụpụ\",\n    \"evictor\": \"onye na-achụpụ\",\n    \"evictors\": \"ndị na-achụpụ mmadụ\",\n    \"evicts\": \"ụlọ\",\n    \"evidence\": \"ihe akaebe\",\n    \"evidenced\": \"gosipụtara\",\n    \"evidences\": \"ihe akaebe\",\n    \"evidencing\": \"na-egosi\",\n    \"evidencive\": \"egosi\",\n    \"evident\": \"pụtara ìhè\",\n    \"evidential\": \"ihe ngosi\",\n    \"evidentially\": \"pụtara ìhè\",\n    \"evidentiary\": \"gosipụtara\",\n    \"evidently\": \"doro anya\",\n    \"evidentness\": \"ihe àmà\",\n    \"evil\": \"ihe ojoo\",\n    \"evildoer\": \"onye ojoo\",\n    \"evildoers\": \"ndị na-eme ihe ọjọọ\",\n    \"evildoing\": \"ime ihe ọjọọ\",\n    \"eviler\": \"onye obula\",\n    \"evilest\": \"kasị njọ\",\n    \"evilhearted\": \"obi ojoo\",\n    \"eviller\": \"onye na-eme ihe ọjọọ\",\n    \"evillest\": \"kasị njọ\",\n    \"evilly\": \"ọjọọ\",\n    \"evilmouthed\": \"ihe ojoo\",\n    \"evilness\": \"ihe ojoo\",\n    \"evilnesses\": \"mmebi iwu\",\n    \"evilproof\": \"ihe na-adịghị mma\",\n    \"evils\": \"ihe ojoo\",\n    \"evilsayer\": \"onye ojoo\",\n    \"evilspeaker\": \"Onye na-ekwu okwu ojoo\",\n    \"evilspeaking\": \"na-asọpụta\",\n    \"evilwishing\": \"ihe ojoo\",\n    \"evince\": \"izisa\",\n    \"evinced\": \"kwenye\",\n    \"evincement\": \"ezighi ezi\",\n    \"evinces\": \"ekwenti\",\n    \"evincible\": \"ekwenti\",\n    \"evincibly\": \"n'ụzọ doro anya\",\n    \"evincing\": \"ekwenye\",\n    \"evincingly\": \"kwenyesiri ike\",\n    \"evincive\": \"dị mkpa\",\n    \"evirate\": \"chụpụ\",\n    \"eviration\": \"mkpa\",\n    \"evirtuate\": \"zere\",\n    \"eviscerate\": \"pụọ\",\n    \"eviscerated\": \"wepụtara\",\n    \"eviscerates\": \"weghaara\",\n    \"eviscerating\": \"Ohere\",\n    \"evisceration\": \"nwepu\",\n    \"eviscerations\": \"nwepụ\",\n    \"eviscerator\": \"onye nkuzi\",\n    \"evisite\": \"nwe\",\n    \"evitable\": \"enwere ike iwepụ\",\n    \"evitate\": \".kpọpụ\",\n    \"evitation\": \"òkù\",\n    \"evite\": \"kpoo\",\n    \"evited\": \"ihe omume\",\n    \"eviternal\": \"nwepu\",\n    \"evites\": \"Ezigbo\",\n    \"eviting\": \"ịchụpụ\",\n    \"evittate\": \"zipụ\",\n    \"evocable\": \"kpaliri\",\n    \"evocate\": \"kpoo\",\n    \"evocated\": \"kpaliri\",\n    \"evocating\": \"na-akpọgharị\",\n    \"evocation\": \"ịkpọasị\",\n    \"evocations\": \"ịkpọasị\",\n    \"evocative\": \"na-akpali akpali\",\n    \"evocatively\": \"na nkpali\",\n    \"evocativeness\": \"ikekwe\",\n    \"evocator\": \"ẹtoro\",\n    \"evocatory\": \"ịkpali\",\n    \"evocators\": \"ndi nkpu\",\n    \"evoke\": \"kpoo\",\n    \"evoked\": \"kpaliri\",\n    \"evoker\": \"onye na-aza oku\",\n    \"evokers\": \"osikapa\",\n    \"evokes\": \"na-akpali akpali\",\n    \"evoking\": \"na-akpali akpali\",\n    \"evolate\": \"atụ\",\n    \"evolute\": \"gbanwee\",\n    \"evolutes\": \"na-agbanwe\",\n    \"evolutility\": \"mgbanwe\",\n    \"evolution\": \"mmalite\",\n    \"evolutional\": \"evolushọn\",\n    \"evolutionally\": \"n'echiche\",\n    \"evolutionary\": \"evolushọn\",\n    \"evolutionarily\": \"n'echiche\",\n    \"evolutionism\": \"evolushọn\",\n    \"evolutionist\": \"evolushọn\",\n    \"evolutionistic\": \"evolushọn\",\n    \"evolutionistically\": \"n'eziokwu\",\n    \"evolutionists\": \"ndị kweere n’ozizi evolushọn\",\n    \"evolutionize\": \"na-agbanwe\",\n    \"evolutions\": \"mmalite\",\n    \"evolutive\": \"mmalite\",\n    \"evolutoid\": \"mmalite\",\n    \"evolvable\": \"mgbanwe\",\n    \"evolve\": \"webata\",\n    \"evolved\": \"ghọrọ usoro\",\n    \"evolvement\": \"mgbanwe\",\n    \"evolvements\": \"mgbanwe\",\n    \"evolvent\": \"na-agbanwe\",\n    \"evolver\": \"na-agbanwe\",\n    \"evolvers\": \"mgbanwe\",\n    \"evolves\": \"na-agbanwe\",\n    \"evolving\": \"na-agbanwe\",\n    \"evomit\": \"kpopu\",\n    \"evulgate\": \"chụba\",\n    \"evulgation\": \"nzere\",\n    \"evulge\": \"chụpụ\",\n    \"evulse\": \"zaa\",\n    \"evulsion\": \"ulschụpụ\",\n    \"evulsions\": \"mmegbu\",\n    \"ewe\": \"nne\",\n    \"ewer\": \"n’ezie\",\n    \"ewery\": \"iri\",\n    \"ewers\": \"atụrụ\",\n    \"ewes\": \"atụrụ\",\n    \"ewest\": \"ewus\",\n    \"ewing\": \"iku ume\",\n    \"ewound\": \"ngwo\",\n    \"ex\": \"Ọpụ\",\n    \"exacerbate\": \"ime kawanye njọ\",\n    \"exacerbated\": \"kawanye njọ\",\n    \"exacerbates\": \"na-akawanye njọ\",\n    \"exacerbating\": \"na-akawanye njọ\",\n    \"exacerbation\": \"nbibi\",\n    \"exacervation\": \"mmekpa ahụ\",\n    \"exacinate\": \"pụọ\",\n    \"exact\": \"kpom kwem\",\n    \"exactable\": \"ziri ezi\",\n    \"exactas\": \"Kpọmkwem\",\n    \"exacted\": \"ewepụrụ\",\n    \"exacter\": \"kpụ ọkụ n'ọnụ\",\n    \"exacters\": \"ndị ziri ezi\",\n    \"exactest\": \"nke kachasị\",\n    \"exacting\": \"chọrọ\",\n    \"exactingly\": \"kpọmkwem\",\n    \"exactingness\": \"Mgbaghara\",\n    \"exaction\": \"mmegharị\",\n    \"exactions\": \"omume\",\n    \"exactitude\": \"ziri ezi\",\n    \"exactive\": \"na-emegharị ahụ\",\n    \"exactly\": \"kpom kwem\",\n    \"exactment\": \"kpọmkwem\",\n    \"exactness\": \"ziri ezi\",\n    \"exactor\": \"onye ziri ezi\",\n    \"exactors\": \"Ndị na-achọ ihe\",\n    \"exactress\": \"onye ziri ezi\",\n    \"exacts\": \"tinye\",\n    \"exactus\": \"kpomkwem\",\n    \"exacuate\": \"igbapu\",\n    \"exadverso\": \"Weebụ\",\n    \"exadversum\": \"gha\",\n    \"exaestuate\": \"gbasie ike\",\n    \"exaggerate\": \"imebiga ihe ókè\",\n    \"exaggerated\": \"ikwubiga okwu ókè\",\n    \"exaggeratedly\": \"ikwubiga okwu ókè\",\n    \"exaggeratedness\": \"ikwubiga okwu ókè\",\n    \"exaggerates\": \"ikwubiga okwu ókè\",\n    \"exaggerating\": \"ikwubiga okwu ókè\",\n    \"exaggeratingly\": \"ikwubiga okwu ókè\",\n    \"exaggeration\": \"ikwubiga okwu ókè\",\n    \"exaggerations\": \"ikwubiga okwu ókè\",\n    \"exaggerative\": \"ikwubiga okwu ókè\",\n    \"exaggeratively\": \"ikwubiga okwu ókè\",\n    \"exaggerativeness\": \"ikwubiga okwu ókè\",\n    \"exaggerator\": \"ikwubiga okwu ókè\",\n    \"exaggeratory\": \"ikwubiga okwu ókè\",\n    \"exaggerators\": \"Ndị ikwubiga okwu ókè\",\n    \"exagitate\": \"igbapu\",\n    \"exagitation\": \"igbapu\",\n    \"exairesis\": \"Ọpụpụ\",\n    \"exalate\": \"kpochapu\",\n    \"exalbuminose\": \"kpochapu\",\n    \"exalbuminous\": \"ebighi-ebi\",\n    \"exallotriote\": \"onyemaechi\",\n    \"exalt\": \"bulie elu\",\n    \"exaltate\": \"bulie elu\",\n    \"exaltation\": \"mbuli elu\",\n    \"exaltations\": \"mbuli elu\",\n    \"exaltative\": \"na-ebuli elu\",\n    \"exalte\": \"beli elu\",\n    \"exalted\": \"ebuli elu\",\n    \"exaltedly\": \"elu\",\n    \"exaltedness\": \"ebuli elu\",\n    \"exaltee\": \"ebuli\",\n    \"exalter\": \"ebuli elu\",\n    \"exalters\": \"ndị buliri elu\",\n    \"exalting\": \"na-ebuli elu\",\n    \"exaltment\": \"mbuli elu\",\n    \"exalts\": \"Ebuli elu\",\n    \"exam\": \"ule\",\n    \"examen\": \"inyocha\",\n    \"examens\": \"na-enyocha\",\n    \"exameter\": \"ule\",\n    \"examinability\": \"inyocha\",\n    \"examinable\": \"inyocha\",\n    \"examinant\": \"na-enyocha\",\n    \"examinate\": \"inyocha\",\n    \"examination\": \"ule\",\n    \"examinational\": \"nyocha\",\n    \"examinationism\": \"nyocha\",\n    \"examinationist\": \"onye nyocha\",\n    \"examinations\": \"ule\",\n    \"examinative\": \"na-enyocha\",\n    \"examinator\": \"onye nyocha\",\n    \"examinatory\": \"na-enyocha\",\n    \"examinatorial\": \"onye nyocha\",\n    \"examine\": \"nyochaa\",\n    \"examined\": \"enyocha\",\n    \"examinee\": \"nyochaa\",\n    \"examinees\": \"na-enyocha\",\n    \"examiner\": \"onye nyocha\",\n    \"examiners\": \"ndị nyocha\",\n    \"examinership\": \"nyocha\",\n    \"examines\": \"na-enyocha\",\n    \"examining\": \"n'inyocha\",\n    \"examiningly\": \"n'inyocha\",\n    \"examplar\": \"ihe nlere\",\n    \"example\": \"ima atu\",\n    \"exampled\": \"ihe atụ\",\n    \"exampleless\": \"enweghị atụ\",\n    \"examples\": \"ihe atụ\",\n    \"exampleship\": \"ihe omuma atu\",\n    \"exampless\": \"ihe atụ\",\n    \"exampling\": \"na-enyocha\",\n    \"exams\": \"ule\",\n    \"exanimate\": \"exanụ\",\n    \"exanimation\": \"tinyekwuo\",\n    \"exannulate\": \"kpochapu\",\n    \"exanthem\": \"ikekwe\",\n    \"exanthemata\": \"obukpo\",\n    \"exanthematous\": \"ọụ\",\n    \"exanthems\": \"mmmmmmmmmmmmm\",\n    \"exanthine\": \"gbanyepu\",\n    \"exantlation\": \"omume\",\n    \"exappendiculate\": \"tinye\",\n    \"exarate\": \"ọzọ\",\n    \"exaration\": \"nhichapụ\",\n    \"exarch\": \"ichoputa\",\n    \"exarchate\": \"igbanwe\",\n    \"exarchateship\": \"ọpụpụ\",\n    \"exarchy\": \"ọchịchị\",\n    \"exarchies\": \"ọpụpụ\",\n    \"exarchist\": \"ọpụpụ\",\n    \"exarchs\": \"Ochie\",\n    \"exaristate\": \"pụọ\",\n    \"exarticulate\": \"gbasaa\",\n    \"exarticulation\": \"nkwụsị\",\n    \"exasperate\": \"iwe iwe\",\n    \"exasperated\": \"iwe\",\n    \"exasperatedly\": \"n'oké iwe\",\n    \"exasperater\": \"na-ewe iwe\",\n    \"exasperates\": \"kpasuo iwe\",\n    \"exasperating\": \"iwe\",\n    \"exasperatingly\": \"n'oké iwe\",\n    \"exasperation\": \"iwe iwe\",\n    \"exasperative\": \"kpụ ọkụ n'ọnụ\",\n    \"exaspidean\": \"okechukwu\",\n    \"exaudi\": \"nwe obodo\",\n    \"exauguration\": \"igba ume\",\n    \"exaun\": \"ime\",\n    \"exauthorate\": \"nye iwu\",\n    \"exauthorize\": \"nye iwu\",\n    \"excalate\": \"gbasie ike\",\n    \"excalation\": \"nbuli elu\",\n    \"excalceate\": \"ọụ\",\n    \"excalceation\": \"obi uto\",\n    \"excalfaction\": \"mmebe\",\n    \"excalibur\": \"Ekene\",\n    \"excamb\": \"nyocha\",\n    \"excamber\": \"izu ike\",\n    \"excambion\": \"Ntughari\",\n    \"excandescence\": \"ndụdụ\",\n    \"excandescency\": \"mmụọ nnupụisi\",\n    \"excantation\": \"exctọ\",\n    \"excardination\": \"Mgbaghara\",\n    \"excarnate\": \"ime mmụọ\",\n    \"excarnation\": \"mmụọ\",\n    \"excarnificate\": \"inupụ isi\",\n    \"excathedral\": \"njegharị\",\n    \"excaudate\": \"kpochapu\",\n    \"excavate\": \"gwupụtatụrụla\",\n    \"excavated\": \"gwupụtaburu\",\n    \"excavates\": \"gwupụtatụrụla\",\n    \"excavating\": \"na-egwupụta ihe\",\n    \"excavation\": \"ogwugwu onu\",\n    \"excavational\": \"ogwugwu onu\",\n    \"excavationist\": \"onye na-egwupụta ihe\",\n    \"excavations\": \"ogwugwu onu\",\n    \"excavator\": \"ogwugwu\",\n    \"excavatory\": \"ihe nyocha\",\n    \"excavatorial\": \"olulu\",\n    \"excavators\": \"ndị na-egwupụta ihe\",\n    \"excave\": \"ogwugwu onu\",\n    \"excecate\": \"kpochapu\",\n    \"excecation\": \"nwepu\",\n    \"excedent\": \"dịbu\",\n    \"exceed\": \"gafere\",\n    \"exceedable\": \"gafere\",\n    \"exceeded\": \"gafere\",\n    \"exceeder\": \"gafere\",\n    \"exceeders\": \"karịrị\",\n    \"exceeding\": \"gafee oke\",\n    \"exceedingly\": \"oke\",\n    \"exceedingness\": \"karịrị akarị\",\n    \"exceeds\": \"gafere\",\n    \"excel\": \"Excel\",\n    \"excelente\": \"nwepu\",\n    \"excelled\": \"toro eto\",\n    \"excellence\": \"kacha mma\",\n    \"excellences\": \"kacha mma\",\n    \"excellency\": \"ebube\",\n    \"excellencies\": \"Ọmarịcha\",\n    \"excellent\": \"magburu onwe\",\n    \"excellently\": \"magburu onwe ya\",\n    \"excelling\": \"magburu onwe ya\",\n    \"excels\": \"karịrị\",\n    \"excelse\": \"karịrị\",\n    \"excelsin\": \"karịrị na\",\n    \"excelsior\": \"kacha mma\",\n    \"excelsitude\": \"amamịghe\",\n    \"excentral\": \"agbaghara\",\n    \"excentric\": \"eccentric\",\n    \"excentrical\": \"eccentric\",\n    \"excentricity\": \"eccentricity\",\n    \"excepable\": \"anaghị ekwe\",\n    \"except\": \"ewezuga\",\n    \"exceptant\": \"ma e wezụga\",\n    \"excepted\": \"ewezuga\",\n    \"excepter\": \"ewepu\",\n    \"excepting\": \"ma e wezụga\",\n    \"exceptio\": \"ma e wezụga\",\n    \"exception\": \"ewezuga\",\n    \"exceptionability\": \"nwepu\",\n    \"exceptionable\": \"ewepu\",\n    \"exceptionableness\": \"enweghị atụ\",\n    \"exceptionably\": \"ewezuga\",\n    \"exceptional\": \"ahụkebe\",\n    \"exceptionality\": \"iche\",\n    \"exceptionally\": \"ewezuga\",\n    \"exceptionalness\": \"enweghị atụ\",\n    \"exceptionary\": \"ewepu\",\n    \"exceptioner\": \"ewepu\",\n    \"exceptionless\": \"ewepu\",\n    \"exceptions\": \"ewepu\",\n    \"exceptious\": \"enweghị uche\",\n    \"exceptiousness\": \"enweghị uche\",\n    \"exceptive\": \"ewezuga\",\n    \"exceptively\": \"n'agha\",\n    \"exceptiveness\": \"iche iche\",\n    \"exceptless\": \"ewezuga\",\n    \"exceptor\": \"ma e wezụga\",\n    \"excepts\": \"ewezuga\",\n    \"excercise\": \"mmega ahụ\",\n    \"excerebrate\": \"ghọgbuo\",\n    \"excerebration\": \"ọpụpụ\",\n    \"excern\": \"mechie\",\n    \"excerp\": \"kwuru\",\n    \"excerpt\": \"kwuru\",\n    \"excerpted\": \"wepụtara\",\n    \"excerptible\": \"enweghị atụ\",\n    \"excerpting\": \"kwuru, sị\",\n    \"excerption\": \"nwepu\",\n    \"excerptive\": \"o doro anya\",\n    \"excerptor\": \"onye nyocha\",\n    \"excerpts\": \"kwuru\",\n    \"excess\": \"ngafe\",\n    \"excesses\": \"ngafe\",\n    \"excessive\": \"gabiga ókè\",\n    \"excessively\": \"gabiga ókè\",\n    \"excessiveness\": \"ngafe\",\n    \"excessman\": \"ngafe\",\n    \"excessmen\": \"ngafe\",\n    \"exchange\": \"mgbanwe\",\n    \"exchangeability\": \"mgbanwe\",\n    \"exchangeable\": \"mgbanwe\",\n    \"exchangeably\": \"mgbanwe\",\n    \"exchanged\": \"gbanwere\",\n    \"exchangee\": \"mgbanweta\",\n    \"exchanger\": \"Exchanger\",\n    \"exchanges\": \"mgbanwe\",\n    \"exchanging\": \"inyerịta ego\",\n    \"exchangite\": \"ịgbanwee\",\n    \"exchequer\": \"igba ego\",\n    \"excide\": \"mpụga\",\n    \"excided\": \"mpụga\",\n    \"excides\": \"mpụga\",\n    \"exciding\": \"wepụ\",\n    \"excipient\": \"ọpụpụ\",\n    \"exciple\": \"efere\",\n    \"exciples\": \"usoro\",\n    \"excipula\": \"nkuzi\",\n    \"excipulaceae\": \"nkuzi\",\n    \"excipular\": \"na-atọ ụtọ\",\n    \"excipule\": \"Ọpụpụ\",\n    \"excipuliform\": \"chukwuebuka\",\n    \"excipulum\": \"ihe nkuzi\",\n    \"excircle\": \"mmụọ\",\n    \"excised\": \"wepụrụ\",\n    \"excisemen\": \"ndị njem\",\n    \"excises\": \"ewepụ\",\n    \"excising\": \"na-akpali akpali\",\n    \"excision\": \"wepụ\",\n    \"excisions\": \"wepụ\",\n    \"excisor\": \"njem\",\n    \"excyst\": \"nwepu\",\n    \"excystation\": \"obi ụtọ\",\n    \"excysted\": \"pụọ\",\n    \"excystment\": \"obi ụtọ\",\n    \"excitabilities\": \"enwere ike\",\n    \"excitable\": \"kemgbali\",\n    \"excitableness\": \"ọ .ụ\",\n    \"excitably\": \"excit excit\",\n    \"excitancy\": \"njem\",\n    \"excitant\": \"excit\",\n    \"excitants\": \"pụọ iche\",\n    \"excitate\": \"gbaghara\",\n    \"excitation\": \"mkpali\",\n    \"excitations\": \"Mgbaghara\",\n    \"excitative\": \"na-akpali akpali\",\n    \"excite\": \"kpalie\",\n    \"excited\": \"obi ụtọ\",\n    \"excitedly\": \"obi ụtọ\",\n    \"excitedness\": \"obi ụtọ\",\n    \"excitement\": \"obi uto\",\n    \"excitements\": \"mmụọ\",\n    \"exciter\": \"na-akpali akpali\",\n    \"exciters\": \"na-akpali akpali\",\n    \"excites\": \"obi ụtọ\",\n    \"exciting\": \"na-akpali akpali\",\n    \"excitingly\": \"obi uto\",\n    \"excitive\": \"onye isi\",\n    \"excitoglandular\": \"Ọkpụkpụ excito\",\n    \"excitomotor\": \"mbido\",\n    \"excitor\": \"onye mgbapu\",\n    \"excitors\": \"Ukpo\",\n    \"excl\": \"pụrụ\",\n    \"exclaim\": \"tie mkpu\",\n    \"exclaimed\": \"mkpu\",\n    \"exclaimer\": \"mkpu\",\n    \"exclaimers\": \"Mkpu\",\n    \"exclaiming\": \"mkpu\",\n    \"exclaimingly\": \"na mkpu\",\n    \"exclaims\": \"mkpu\",\n    \"exclam\": \"mkpu\",\n    \"exclamation\": \"mkpu\",\n    \"exclamational\": \"mkpu\",\n    \"exclamations\": \"Mkpu\",\n    \"exclamative\": \"mkpu\",\n    \"exclamatively\": \"na mkpu\",\n    \"exclamatory\": \"mkpu\",\n    \"exclamatorily\": \"na mkpu\",\n    \"exclaustration\": \"Mkpagbu\",\n    \"exclave\": \"wepụ\",\n    \"exclaves\": \"ewepu\",\n    \"exclosure\": \"nwepu aha\",\n    \"excludability\": \"ewepu\",\n    \"excludable\": \"ewepu\",\n    \"exclude\": \"ewepu\",\n    \"excluded\": \"ewepu\",\n    \"excluder\": \"ewepu\",\n    \"excluders\": \"ewepu\",\n    \"excludes\": \"ewepu\",\n    \"excludible\": \"pụrụ iche\",\n    \"excluding\": \"ewepu\",\n    \"excludingly\": \"ewepu\",\n    \"exclusion\": \"mwepu\",\n    \"exclusionary\": \"mwepu\",\n    \"exclusioner\": \"wezuga\",\n    \"exclusionism\": \"mwepu\",\n    \"exclusionist\": \"mwepu\",\n    \"exclusions\": \"nwepu\",\n    \"exclusive\": \"naanị\",\n    \"exclusively\": \"naanị\",\n    \"exclusiveness\": \"iche\",\n    \"exclusivism\": \"iche\",\n    \"exclusivist\": \"ọpụrụiche\",\n    \"exclusivistic\": \"iche\",\n    \"exclusivity\": \"iche\",\n    \"exclusory\": \"ewepu\",\n    \"excoct\": \"kpuchie\",\n    \"excoction\": \"mkpochapụ\",\n    \"excogitate\": \"gbasaa\",\n    \"excogitated\": \"Ọghọm\",\n    \"excogitates\": \"kpochapu\",\n    \"excogitating\": \"n'emegide\",\n    \"excogitation\": \"igba ume\",\n    \"excogitator\": \"kpochapu\",\n    \"excommenge\": \"gbanyụọ\",\n    \"excommune\": \"iwu\",\n    \"excommunicable\": \"nwepu\",\n    \"excommunicant\": \"a ga-achụpụ\",\n    \"excommunicate\": \"pụọ\",\n    \"excommunicated\": \"chụpụrụ\",\n    \"excommunicates\": \"na-ewepụ\",\n    \"excommunicating\": \"na-ekpochapụ\",\n    \"excommunication\": \"mgbasa\",\n    \"excommunications\": \"mgbasa ozi\",\n    \"excommunicative\": \"n'ikwu okwu\",\n    \"excommunicator\": \"onye na-achụpụ mmadụ\",\n    \"excommunicatory\": \"achụpụ\",\n    \"excommunicators\": \"ndị na-ekpochapụ\",\n    \"excommunion\": \"Ndumodu\",\n    \"exconjugant\": \"dị egwu\",\n    \"excoriate\": \"kpalie\",\n    \"excoriated\": \"were obi uto\",\n    \"excoriating\": \"na-atọ ụtọ\",\n    \"excoriations\": \"Mmụta\",\n    \"excorticate\": \"-akpali\",\n    \"excorticated\": \"gbasaa\",\n    \"excorticating\": \"na-akpali akpali\",\n    \"excortication\": \"obi ụtọ\",\n    \"excreation\": \"excrere\",\n    \"excrement\": \"excrere\",\n    \"excrementally\": \"n'iwepu\",\n    \"excrementitious\": \"Ekwela\",\n    \"excrementitiously\": \"n'ike mmụọ nsọ\",\n    \"excrementitiousness\": \"Ekwe Ntughari\",\n    \"excrementive\": \"nka\",\n    \"excrementize\": \"wepuo\",\n    \"excrementous\": \"okuko\",\n    \"excrescence\": \"izu oke\",\n    \"excrescences\": \"Ntughari\",\n    \"excrescency\": \"Ahụpụsị\",\n    \"excrescencies\": \"ihe omumu\",\n    \"excrescent\": \"Mgbapu\",\n    \"excrescential\": \"okomoko\",\n    \"excrescently\": \"karịrị akarị\",\n    \"excresence\": \"Mgbapu\",\n    \"excression\": \"mgbatị\",\n    \"excreta\": \"kpochapu\",\n    \"excretal\": \"Ekwela\",\n    \"excrete\": \"puta\",\n    \"excreted\": \"kpochapụrụ\",\n    \"excreter\": \"kpochapu\",\n    \"excreters\": \"wepụ\",\n    \"excretes\": \"wepụ\",\n    \"excreting\": \"ekpochapụ\",\n    \"excretion\": \"excrere\",\n    \"excretionary\": \"Ntughari\",\n    \"excretions\": \"excreaks\",\n    \"excretitious\": \"Ekwela\",\n    \"excretive\": \"ochicho\",\n    \"excretory\": \"nwepu\",\n    \"excriminate\": \"pụọ iche\",\n    \"excruciable\": \"na-egbu mgbu\",\n    \"excruciate\": \"iku ume\",\n    \"excruciated\": \"kpochapu obi\",\n    \"excruciating\": \"na-egbu mgbu\",\n    \"excruciatingly\": \"n’ike mmụọ\",\n    \"excruciatingness\": \"ọnwu\",\n    \"excruciation\": \"mgbu\",\n    \"excruciator\": \"iku ume\",\n    \"excubant\": \"Ojuju\",\n    \"excud\": \"Mgbaghara\",\n    \"excudate\": \"iku ume\",\n    \"excudit\": \"udgba akwụkwọ\",\n    \"exculpable\": \"exculul\",\n    \"exculpate\": \"gbasaa\",\n    \"exculpated\": \"Ebupụrụ\",\n    \"exculpating\": \"-akpali\",\n    \"exculpations\": \"excul excations\",\n    \"exculpative\": \"Ebuli\",\n    \"exculpatory\": \"anaghị akwụ ụgwọ\",\n    \"exculpatorily\": \"n’ebuli\",\n    \"excur\": \"mgbapụ\",\n    \"excurrent\": \"na-aga n'ihu\",\n    \"excurse\": \"mkpuchi ego\",\n    \"excursed\": \"oke iwe\",\n    \"excursing\": \"ime njem\",\n    \"excursion\": \"njem mmụta\",\n    \"excursional\": \"njem mmụta\",\n    \"excursionary\": \"njem mmụta\",\n    \"excursioner\": \"njem mmụta\",\n    \"excursionism\": \"njem mmụta\",\n    \"excursionist\": \"njem mmụta\",\n    \"excursionists\": \"njem mmụta\",\n    \"excursionize\": \"njem mmụta\",\n    \"excursions\": \"mmụta\",\n    \"excursive\": \"njem\",\n    \"excursively\": \"naanị\",\n    \"excursiveness\": \"njem\",\n    \"excursory\": \"njem mmụta\",\n    \"excursus\": \"njem mmụta\",\n    \"excursuses\": \"njem mmụta\",\n    \"excurvate\": \"gbasaa\",\n    \"excurvated\": \"emegburu\",\n    \"excurvation\": \"njem\",\n    \"excurvature\": \"mgbapu\",\n    \"excurved\": \"ahụrụ\",\n    \"excusability\": \"ngọpụ\",\n    \"excusable\": \"ngọpụ\",\n    \"excusableness\": \"ngọpụ\",\n    \"excusably\": \"ewepu\",\n    \"excusal\": \"ngọpụ\",\n    \"excusation\": \"ngọpụ\",\n    \"excusative\": \"ngọpụ\",\n    \"excusator\": \"onye ngọpụ\",\n    \"excusatory\": \"ngọpụ\",\n    \"excuse\": \"ewela iwe\",\n    \"excused\": \"gbaghara\",\n    \"excuseful\": \"ewepu\",\n    \"excusefully\": \"excuse\",\n    \"excuseless\": \"ewepu\",\n    \"excuser\": \"ngọpụ\",\n    \"excusers\": \"ndị ngọpụ\",\n    \"excuses\": \"ngọpụ\",\n    \"excusing\": \"exgbaghara\",\n    \"excusingly\": \"naanị\",\n    \"excusive\": \"naanị\",\n    \"excusively\": \"naanị\",\n    \"excuss\": \"kpochaa\",\n    \"excussed\": \"gbaghaara\",\n    \"excussing\": \"na-akọwa\",\n    \"excussio\": \"ọcussụ\",\n    \"excussion\": \"mgbatị\",\n    \"exdelicto\": \"Ọpụpụ\",\n    \"exdividend\": \"iche\",\n    \"exeat\": \"iri nri\",\n    \"execeptional\": \"ahụkarị\",\n    \"execrable\": \"mmezu\",\n    \"execrableness\": \"mmezu\",\n    \"execrably\": \"emezu\",\n    \"execrate\": \"igbu\",\n    \"execrated\": \"emezuo\",\n    \"execrates\": \"emezu\",\n    \"execrating\": \"emezu\",\n    \"execration\": \"ogbugbu\",\n    \"execrations\": \"mmezu\",\n    \"execrative\": \"emezu\",\n    \"execratively\": \"emezu\",\n    \"execrator\": \"onye ogbugbu\",\n    \"execratory\": \"emezu\",\n    \"execrators\": \"ndị na-eme ihe\",\n    \"exect\": \"exec\",\n    \"executancy\": \"igbu\",\n    \"executant\": \"onye isi\",\n    \"execute\": \"igbu\",\n    \"executed\": \"gburu\",\n    \"executer\": \"onye ikpe\",\n    \"executers\": \"ndị na-eme ihe\",\n    \"executes\": \"kpere\",\n    \"executing\": \"ekpede\",\n    \"execution\": \"ogbugbu\",\n    \"executional\": \"ogbugbu\",\n    \"executioneering\": \"ogbugbu\",\n    \"executioner\": \"ogbugbu\",\n    \"executioneress\": \"onye ogbugbu\",\n    \"executioners\": \"ndị na-egbu egbu\",\n    \"executionist\": \"egbu egbu\",\n    \"executions\": \"ogbugbu\",\n    \"executive\": \"onye isi\",\n    \"executively\": \"Executive\",\n    \"executiveness\": \"Executive\",\n    \"executives\": \"ndị isi\",\n    \"executiveship\": \"ndị isi\",\n    \"executonis\": \"mmenwu\",\n    \"executor\": \"onye ikpe\",\n    \"executory\": \"mkpoko\",\n    \"executorial\": \"egbuo\",\n    \"executors\": \"ndị na-eme ihe\",\n    \"executorship\": \"mmezu\",\n    \"executress\": \"onye isi\",\n    \"executry\": \"emezu\",\n    \"executrices\": \"emezuo\",\n    \"executrixes\": \"mmezu\",\n    \"executrixship\": \"mmezu\",\n    \"exede\": \"wepụ\",\n    \"exedent\": \"kpochapụrụ\",\n    \"exedra\": \"Edemede\",\n    \"exedrae\": \"wepụ\",\n    \"exedral\": \"Ọpụpụ\",\n    \"exegeses\": \"exeges\",\n    \"exegesis\": \"nyocha\",\n    \"exegesist\": \"onyeegasi\",\n    \"exegetes\": \"exeget\",\n    \"exegetic\": \"ntụgharị\",\n    \"exegetical\": \"nkọwapụta\",\n    \"exegetics\": \"ihe omuma\",\n    \"exegetist\": \"onye nkuzi\",\n    \"exempla\": \"kwesịrị n .omi\",\n    \"exemplar\": \"ihe nlere\",\n    \"exemplary\": \"kwesịrị n .omi\",\n    \"exemplaric\": \"kwesịrị nricomi\",\n    \"exemplarily\": \"ịkọwapụta\",\n    \"exemplariness\": \"ezi ihe nlereanya\",\n    \"exemplarism\": \"ihe nlere\",\n    \"exemplarity\": \"ihe nlebara anya\",\n    \"exemplars\": \"ihe nlere\",\n    \"exempli\": \"atụ\",\n    \"exemplify\": \"maa atụ\",\n    \"exemplifiable\": \"egosiputa\",\n    \"exemplification\": \"ihe atụ\",\n    \"exemplificational\": \"ihe atụ\",\n    \"exemplifications\": \"ihe nlere\",\n    \"exemplificative\": \"ihe nlere\",\n    \"exemplificator\": \"ihe nlere\",\n    \"exemplified\": \"gosipụtara\",\n    \"exemplifier\": \"ihe nlere\",\n    \"exemplifiers\": \"ihe nlere\",\n    \"exemplifies\": \"na-egosipụta\",\n    \"exemplifying\": \"na-egosipụta\",\n    \"exemplum\": \"atụ\",\n    \"exemplupla\": \"atụ\",\n    \"exempt\": \"ewepu\",\n    \"exempted\": \"hapụrụ\",\n    \"exemptible\": \"puru iche\",\n    \"exemptile\": \"atụ\",\n    \"exempting\": \"anaghịzi\",\n    \"exemption\": \"nwepu\",\n    \"exemptionist\": \"onye nnabata\",\n    \"exemptions\": \"agụghị\",\n    \"exemptive\": \"atụ\",\n    \"exempts\": \"belụsọ\",\n    \"exencephalia\": \"Ntughari\",\n    \"exencephalic\": \"Ntughari\",\n    \"exencephalous\": \"nwepu\",\n    \"exencephalus\": \"nwepu\",\n    \"exendospermic\": \"Mgbatị Agbatị\",\n    \"exendospermous\": \"agbaghara\",\n    \"exenterate\": \"kpochapu\",\n    \"exenterated\": \"kpochapụrụ\",\n    \"exenterating\": \"na-agbasi mbọ ike\",\n    \"exenteration\": \"njem\",\n    \"exequatur\": \"ọụ\",\n    \"exequy\": \"nwee ọ .ụ\",\n    \"exequial\": \"rie\",\n    \"exequies\": \"ụgwọ\",\n    \"exerce\": \"gosi\",\n    \"exercent\": \"kari\",\n    \"exercisable\": \"nwere ike\",\n    \"exercise\": \"mmega ahụ\",\n    \"exercised\": \"gosipụtara\",\n    \"exerciser\": \"na-emega ahụ\",\n    \"exercisers\": \"ndị na-emega ahụ\",\n    \"exercises\": \"omume\",\n    \"exercising\": \"na-emega ahụ\",\n    \"exercitant\": \"na-egosipụta\",\n    \"exercitation\": \"mmega ahụ\",\n    \"exercite\": \"na-emega ahụ\",\n    \"exercitor\": \"na-emega ahụ\",\n    \"exercitorial\": \"na-emega ahụ\",\n    \"exercitorian\": \"mgbatị ahụ\",\n    \"exeresis\": \"mgbatị\",\n    \"exergonic\": \"gbasiri\",\n    \"exergual\": \"nwepu\",\n    \"exergue\": \"na-arụ ọrụ\",\n    \"exergues\": \"na-eme mgbalị\",\n    \"exert\": \"gbalie ike\",\n    \"exerted\": \"gbalịsiri ike\",\n    \"exerting\": \"na-agba mbọ\",\n    \"exertion\": \"mgbali\",\n    \"exertionless\": \"enweghị ume\",\n    \"exertions\": \"Mgbalị\",\n    \"exertive\": \"na-arụsi ọrụ ike\",\n    \"exerts\": \"na-agbasi mbọ ike\",\n    \"exesion\": \"ọpụpụ\",\n    \"exestuate\": \"ekpuchie\",\n    \"exeunt\": \"ibuputa\",\n    \"exfiguration\": \"Mgbanwe\",\n    \"exfigure\": \"ngosipụta\",\n    \"exfiltrate\": \"kpochapu\",\n    \"exfiltration\": \"nbibi\",\n    \"exflect\": \"gụpụ\",\n    \"exfodiate\": \"kpochapu\",\n    \"exfodiation\": \"ikpochapụ\",\n    \"exfoliate\": \"ikpochapụ\",\n    \"exfoliated\": \"kpochapụrụ\",\n    \"exfoliation\": \"ikpochapụ\",\n    \"exhalable\": \"ekpochapu\",\n    \"exhalant\": \"kpochapu\",\n    \"exhalants\": \"kpochapu\",\n    \"exhalate\": \"kpochapu\",\n    \"exhalation\": \"ume e kupụrụ ekupụ\",\n    \"exhalations\": \"nkwusi ume\",\n    \"exhalatory\": \"kpochapu\",\n    \"exhale\": \"kpopu\",\n    \"exhaled\": \"kpochapụrụ\",\n    \"exhalent\": \"na-agwụ ike\",\n    \"exhalents\": \"kpochapu\",\n    \"exhales\": \"Ekele\",\n    \"exhaling\": \"na-ekpo ume\",\n    \"exhance\": \"mgbanwe\",\n    \"exhaust\": \"iyuzucha\",\n    \"exhaustable\": \"na-agwụ ike\",\n    \"exhausted\": \"ike gwụrụ\",\n    \"exhaustedly\": \"n’agwụcha\",\n    \"exhaustedness\": \"ike gwụrụ\",\n    \"exhauster\": \"ike ọgwụgwụ\",\n    \"exhaustibility\": \"ike ọgwụgwụ\",\n    \"exhaustible\": \"na-agwụ ike\",\n    \"exhausting\": \"na-agwụ ike\",\n    \"exhaustingly\": \"na-agwụ ike\",\n    \"exhaustion\": \"ike gwuru\",\n    \"exhaustive\": \"na-agwụ ike\",\n    \"exhaustively\": \"ume\",\n    \"exhaustiveness\": \"ike gwụrụ\",\n    \"exhaustivity\": \"ike ọgwụgwụ\",\n    \"exhaustless\": \"na-enweghị ike ọgwụgwụ\",\n    \"exhaustlessly\": \"n'ikpo ume\",\n    \"exhaustlessness\": \"ike ọgwụgwụ\",\n    \"exhausts\": \"ike ọgwụgwụ\",\n    \"exhedra\": \"njem\",\n    \"exhedrae\": \"njem\",\n    \"exheredate\": \"wepụrụ\",\n    \"exheredation\": \"heredpụ\",\n    \"exhibit\": \"gosipụta\",\n    \"exhibitable\": \"ngosipụta\",\n    \"exhibitant\": \"na-egosipụta\",\n    \"exhibited\": \"gosipụtara\",\n    \"exhibiter\": \"onye ngosi\",\n    \"exhibiters\": \"ndị ngosi\",\n    \"exhibiting\": \"na-egosipụta\",\n    \"exhibition\": \"ihe ngosi\",\n    \"exhibitional\": \"ngosipụta\",\n    \"exhibitioner\": \"onye ngosi\",\n    \"exhibitionism\": \"ihe ngosi\",\n    \"exhibitionist\": \"onye ngosi ihe ngosi\",\n    \"exhibitionistic\": \"ihe ngosi\",\n    \"exhibitionists\": \"ndị na-eme ihe ngosi\",\n    \"exhibitionize\": \"gosipụta\",\n    \"exhibitions\": \"ihe ngosi\",\n    \"exhibitive\": \"ngosipụta\",\n    \"exhibitively\": \"pụtara ìhè\",\n    \"exhibitor\": \"onye ngosi\",\n    \"exhibitory\": \"ngosi\",\n    \"exhibitorial\": \"ngosipụta\",\n    \"exhibitors\": \"ndị ngosi\",\n    \"exhibitorship\": \"ngosipụta\",\n    \"exhibits\": \"ihe ngosi\",\n    \"exhilarant\": \"na-akpali akpali\",\n    \"exhilarate\": \"kpalie\",\n    \"exhilarated\": \"obi ụtọ\",\n    \"exhilarates\": \"na-akpali akpali\",\n    \"exhilarating\": \"na-akpali akpali\",\n    \"exhilaratingly\": \"na-akpali akpali\",\n    \"exhilaration\": \"obi ụtọ\",\n    \"exhilarative\": \"ihe obi uto\",\n    \"exhilarator\": \"onye na-anụ ọkụ\",\n    \"exhilaratory\": \"ihe omumu\",\n    \"exhort\": \"gbaa ume\",\n    \"exhortation\": \"agbamume\",\n    \"exhortations\": \"agbamume\",\n    \"exhortative\": \"na-enye ndụmọdụ\",\n    \"exhortatively\": \"gbaa ume\",\n    \"exhortator\": \"onye ndụmọdụ\",\n    \"exhortatory\": \"ndụmọdụ\",\n    \"exhorted\": \"gbara ume\",\n    \"exhorter\": \"onye ndụmọdụ\",\n    \"exhorters\": \"ndụmọdụ\",\n    \"exhorting\": \"na-agba ume\",\n    \"exhortingly\": \"na-agbado ume\",\n    \"exhorts\": \"na-adụ ọdụ\",\n    \"exhumate\": \"gbasaa\",\n    \"exhumated\": \"gbupụrụ\",\n    \"exhumating\": \"na-agba ume\",\n    \"exhumation\": \"olili\",\n    \"exhumations\": \"olili\",\n    \"exhumator\": \"olulu\",\n    \"exhumatory\": \"na-ekpofu mmadụ\",\n    \"exhume\": \"gbasaa\",\n    \"exhumed\": \"bupụrụ\",\n    \"exhumer\": \"gbasaa\",\n    \"exhumers\": \"ndị na-egwu mmiri\",\n    \"exhumes\": \"ikpochapu\",\n    \"exhuming\": \"na-egwupụta mmadụ\",\n    \"exibilate\": \"wepụ\",\n    \"exies\": \"dị\",\n    \"exigeant\": \"dị mpako\",\n    \"exigeante\": \"nwekwaa\",\n    \"exigence\": \"Ọpụpụ\",\n    \"exigences\": \"ọpụpụ\",\n    \"exigency\": \"ikike\",\n    \"exigencies\": \"ọchịchọ\",\n    \"exigently\": \"exigigh\",\n    \"exiguity\": \"doro anya\",\n    \"exiguities\": \"doro anya\",\n    \"exiguous\": \"doro anya\",\n    \"exiguously\": \"n'ụzọ doro anya\",\n    \"exiguousness\": \"ajuju\",\n    \"exilable\": \"kpochapụrụ\",\n    \"exilarch\": \"kpochapu\",\n    \"exilarchate\": \"kpochapu\",\n    \"exile\": \"ije biri n'ala ọzọ\",\n    \"exiled\": \"dọọrọ n’agha\",\n    \"exiledom\": \"a dọọrọ n'agha\",\n    \"exilement\": \"ije biri n’ala ọzọ\",\n    \"exiler\": \"Exiler\",\n    \"exiles\": \"ndị a dọọrọ n'agha\",\n    \"exilian\": \"ije biri n'ala ọzọ\",\n    \"exilic\": \"ije biri n'ala ọzọ\",\n    \"exiling\": \"na-aga mba ọzọ\",\n    \"exility\": \"nwepu\",\n    \"exilition\": \"ije biri n'ala ọzọ\",\n    \"eximidus\": \"onyegbula\",\n    \"eximious\": \"Ezigbo\",\n    \"eximiously\": \"na-aga\",\n    \"eximiousness\": \"nwepu\",\n    \"exinanition\": \"ikpochapu\",\n    \"exindusiate\": \"na-agbaghara\",\n    \"exine\": \"kpochapu\",\n    \"exines\": \"ọpụpụ\",\n    \"exing\": \"na-apụ\",\n    \"exinguinal\": \"pụrụ iche\",\n    \"exinite\": \"nwepu\",\n    \"exion\": \"njem\",\n    \"exist\": \"adị\",\n    \"existability\": \"ịdị adị\",\n    \"existant\": \"dị adị\",\n    \"existed\": \"dịrị\",\n    \"existence\": \"ịdị adị\",\n    \"existences\": \"ịdị adị\",\n    \"existent\": \"dị adị\",\n    \"existential\": \"dị adị\",\n    \"existentialism\": \"ịdị adị\",\n    \"existentialist\": \"dị adị\",\n    \"existentialistic\": \"dị adị\",\n    \"existentialistically\": \"dị adị\",\n    \"existentialists\": \"ndị dị adị\",\n    \"existentialize\": \"odianwunye\",\n    \"existentially\": \"dị\",\n    \"existently\": \"dịrị adị\",\n    \"existents\": \"dị adị\",\n    \"exister\": \"jee ozi\",\n    \"existible\": \"nwere ike ịgbanyụ\",\n    \"existimation\": \"adị\",\n    \"existing\": \"dị\",\n    \"existless\": \"enweghị\",\n    \"existlessness\": \"enweghị adị\",\n    \"exists\": \"odi\",\n    \"exit\": \"Ụzọ ọpụpụ\",\n    \"exitance\": \"nwepu\",\n    \"exite\": \"pụọ\",\n    \"exited\": \"wepụrụ\",\n    \"exitial\": \"nke izizi\",\n    \"exiting\": \"na-apụ apụ\",\n    \"exition\": \"ọpụpụ\",\n    \"exitious\": \"ọpụpụ\",\n    \"exits\": \"ụzọ ọpụpụ\",\n    \"exiture\": \"ọpụpụ\",\n    \"exitus\": \"wepu\",\n    \"exla\": \"Ọpụpụ\",\n    \"exlex\": \"kpochapụ\",\n    \"exmeridian\": \"Onye Oma\",\n    \"exmoor\": \"mopụ\",\n    \"exoascaceae\": \"Ọpụpụ\",\n    \"exoascaceous\": \"Ọpụpụ\",\n    \"exoascales\": \"Ọpụpụ\",\n    \"exoascus\": \"chiedozie\",\n    \"exobiology\": \"ihe omuma\",\n    \"exobiologist\": \"ọkachamara n'ihe banyere anụ ahụ\",\n    \"exobiologists\": \"ndị na-amụ banyere ihe banyere ọrịa\",\n    \"exocarp\": \"kpochapu\",\n    \"exocarps\": \"kpochapu\",\n    \"exocentric\": \"Ọpụpụ\",\n    \"exochorion\": \"njeghari\",\n    \"exocyclica\": \"chiedozie\",\n    \"exocycloida\": \"olọ exocycloida\",\n    \"exocoelic\": \"ọpụpụ\",\n    \"exocoelum\": \"Ọpụpụ\",\n    \"exocoetus\": \"Ọpụpụ\",\n    \"exocrine\": \"okpu\",\n    \"exocrines\": \"Mgbaghara\",\n    \"exocrinology\": \"ihe omumu\",\n    \"exoculate\": \"kpochapu\",\n    \"exoculated\": \"kpochapụrụ\",\n    \"exoculating\": \"na-egwupụta\",\n    \"exoculation\": \"ocgba aghara\",\n    \"exoderm\": \"mmeghachi omume\",\n    \"exodermal\": \"ahụkarị\",\n    \"exodermis\": \"ọpụpụ\",\n    \"exoderms\": \"mmeghachi omume\",\n    \"exody\": \"kpughee\",\n    \"exodic\": \"ọ bụrụ\",\n    \"exodist\": \"ọ bụrụ\",\n    \"exodium\": \"Ọpụpụ\",\n    \"exodontia\": \"ọpụpụ\",\n    \"exodontic\": \"ọpụpụ\",\n    \"exodontics\": \"ihe omume\",\n    \"exodontist\": \"onye na-eme ihe ngosi\",\n    \"exodos\": \"Ọpụpụ\",\n    \"exodromy\": \"ọpụpụ\",\n    \"exodromic\": \"ọpụpụ\",\n    \"exodus\": \"ọpụpụ\",\n    \"exoduses\": \"usoro\",\n    \"exoenzyme\": \"ụdịrị\",\n    \"exoenzymic\": \"Ọpụpụ\",\n    \"exoergic\": \"Ọpụpụ\",\n    \"exoerythrocytic\": \"Nwachukwu\",\n    \"exogamy\": \"Nwunye\",\n    \"exogamies\": \"Nwunye\",\n    \"exogastric\": \"ọogụ\",\n    \"exogen\": \"Ọpụpụ\",\n    \"exogenae\": \"Ọpụpụ\",\n    \"exogeny\": \"mba ozo\",\n    \"exogenic\": \"Ọpụpụ\",\n    \"exogenism\": \"ihe omumu\",\n    \"exogenous\": \"Ọpụpụ\",\n    \"exogenously\": \"Ọpụpụ\",\n    \"exogens\": \"Ọgụ\",\n    \"exogyra\": \"Na Na Na\",\n    \"exognathion\": \"ịpụpụ\",\n    \"exognathite\": \"nwepu\",\n    \"exogonium\": \"Ekene\",\n    \"exolemma\": \"achapu\",\n    \"exolete\": \"kpochapụ\",\n    \"exolution\": \"mmebe\",\n    \"exolve\": \"itolite\",\n    \"exomion\": \"ebili\",\n    \"exoner\": \"exon\",\n    \"exonerate\": \"kpochapu\",\n    \"exonerated\": \"chụpụrụ\",\n    \"exonerates\": \"kpochapụrụ\",\n    \"exonerating\": \"na-akwụ ụgwọ\",\n    \"exoneration\": \"nwepu\",\n    \"exonerations\": \"ịkwụ ụgwọ\",\n    \"exonerative\": \"ọpụpụ\",\n    \"exonerator\": \"onye nkwughachi\",\n    \"exonerators\": \"Ndị na-apụ apụ\",\n    \"exoneretur\": \"onyeomuma\",\n    \"exoneural\": \"ọpụpụ\",\n    \"exonian\": \"onye ochie\",\n    \"exonship\": \"nnyefe\",\n    \"exonuclease\": \"wepu obi\",\n    \"exopathic\": \"ọpụpụ\",\n    \"exophagy\": \"ọpụpụ\",\n    \"exophagous\": \"Ọpụpụ\",\n    \"exophasia\": \"nkpo\",\n    \"exophasic\": \"ọpụpụ\",\n    \"exophoria\": \"Akpukpo\",\n    \"exophoric\": \"ọrịrị\",\n    \"exophthalmia\": \"Ọpụpụ\",\n    \"exophthalmic\": \"Na Na Na\",\n    \"exophthalmos\": \"Ọpụpụ\",\n    \"exophthalmus\": \"Ọpụpụ\",\n    \"exoplasm\": \"nwepu\",\n    \"exopod\": \"opzọ\",\n    \"exopoditic\": \"achicha\",\n    \"exopt\": \"wepu\",\n    \"exopterygote\": \"nwepu\",\n    \"exopterygotic\": \"Ikenna Anyanwu\",\n    \"exopterygotism\": \"Okpukpo ndu\",\n    \"exopterygotous\": \"ọpụpụ\",\n    \"exor\": \"ma ọ bụ\",\n    \"exorability\": \"ikike\",\n    \"exorableness\": \"nwebigara oke\",\n    \"exorate\": \"kpochapu\",\n    \"exorbital\": \"ọpụpụ\",\n    \"exorbitance\": \"imebiga ihe ókè\",\n    \"exorbitancy\": \"oke ibu\",\n    \"exorbitant\": \"imebiga ihe ókè\",\n    \"exorbitantly\": \"oke oke\",\n    \"exorbitate\": \"gbasaa\",\n    \"exorbitation\": \"mgbatị\",\n    \"exorcisation\": \"mmegbu\",\n    \"exorcise\": \"nwepu\",\n    \"exorcised\": \"a gbalaga\",\n    \"exorcisement\": \"nwepu\",\n    \"exorciser\": \"onye nkpagbu\",\n    \"exorcisers\": \"ndị na-ekpo ọkụ\",\n    \"exorcises\": \"Nwunye\",\n    \"exorcising\": \"na-agba ume\",\n    \"exorcism\": \"ịkwa iko\",\n    \"exorcismal\": \"achicha\",\n    \"exorcisms\": \"ọụ\",\n    \"exorcisory\": \"ọpụpụ\",\n    \"exorcist\": \"ọpụpụ\",\n    \"exorcista\": \"ọpụpụ\",\n    \"exorcistic\": \"ọpụpụ\",\n    \"exorcistical\": \"ọpụpụ\",\n    \"exorcists\": \"ndị na-eme mgbapụ\",\n    \"exorcization\": \"ọpụpụ\",\n    \"exorcize\": \"kpochapu\",\n    \"exorcized\": \"apụrụ\",\n    \"exorcizement\": \"Nwepu obi uto\",\n    \"exorcizes\": \"na-apụ apụ\",\n    \"exorcizing\": \"na-egwu egwu\",\n    \"exordia\": \"Nkọwapụta\",\n    \"exordial\": \"ọpụpụ\",\n    \"exordium\": \"ọpụpụ\",\n    \"exordiums\": \"ọpụpụ\",\n    \"exordize\": \"kpochapu\",\n    \"exorhason\": \"Ekene\",\n    \"exormia\": \"mgbagha\",\n    \"exornate\": \"pụọ\",\n    \"exornation\": \"nwepu\",\n    \"exortion\": \"ịnapụ mmadụ ohi\",\n    \"exosculation\": \"ntụgharị\",\n    \"exosepsis\": \"exo sepsis\",\n    \"exoskeletal\": \"Ọpụpụ\",\n    \"exosmic\": \"ọosụ\",\n    \"exosmose\": \"ọpụpụ\",\n    \"exosmoses\": \"Eksosos\",\n    \"exosmotic\": \"ọosụ\",\n    \"exosperm\": \"Ọkpụkpụ\",\n    \"exospheres\": \"Egburu\",\n    \"exospheric\": \"ikuku\",\n    \"exospherical\": \"n'ikuku\",\n    \"exosporal\": \"ngosipụta\",\n    \"exospores\": \"ahụrụ\",\n    \"exossate\": \"nwepu\",\n    \"exosseous\": \"Ọ dị mma\",\n    \"exostema\": \"Ọpụpụ\",\n    \"exostome\": \"gbasie ike\",\n    \"exostosed\": \"apụrụ\",\n    \"exostoses\": \"Ekene\",\n    \"exostrae\": \"Ekene\",\n    \"exotery\": \"ihe oriri\",\n    \"exoteric\": \"ọpụpụ\",\n    \"exoterica\": \"Na Na Na Na\",\n    \"exoterical\": \"Ọ dị mma\",\n    \"exoterically\": \"ọpụpụ\",\n    \"exotericism\": \"Ọpụpụ\",\n    \"exoterics\": \"Ọpụpụ\",\n    \"exothecal\": \"kpochapu\",\n    \"exothecate\": \"igbapu\",\n    \"exothecium\": \"kpochapu\",\n    \"exothermal\": \"gbasaa\",\n    \"exothermally\": \"n'èzí\",\n    \"exothermic\": \"ikpo oku\",\n    \"exothermically\": \"n'èzí\",\n    \"exothermicity\": \"ikpo oku\",\n    \"exotic\": \"osisi\",\n    \"exotica\": \"Ọpụpụ\",\n    \"exotically\": \"ọpụpụ\",\n    \"exoticalness\": \"ọpụpụ\",\n    \"exoticism\": \"okwu\",\n    \"exoticist\": \"onye na-eme ihe omume\",\n    \"exoticity\": \"osisi\",\n    \"exoticness\": \"omume\",\n    \"exotics\": \"Ọkpụkpọ\",\n    \"exotism\": \"omume ọma\",\n    \"exotisms\": \"omume ọma\",\n    \"exotropia\": \"Eksotoro\",\n    \"exotropic\": \"ọpụpụ\",\n    \"expalpate\": \"gosipụta\",\n    \"expand\": \"gbasaa\",\n    \"expandability\": \"mmeba\",\n    \"expandable\": \"gbasaa\",\n    \"expanded\": \"gbasaa\",\n    \"expandedly\": \"gbasaa\",\n    \"expandedness\": \"Mgbasawanye\",\n    \"expander\": \"gbasaa\",\n    \"expanders\": \"ndị na-agbasawanye\",\n    \"expandibility\": \"mmeba\",\n    \"expandible\": \"gbasaa\",\n    \"expanding\": \"na-agbasa\",\n    \"expandingly\": \"na-agbasa\",\n    \"expands\": \"gbasaa\",\n    \"expanse\": \"mbara\",\n    \"expanses\": \"gbasaa\",\n    \"expansibleness\": \"eziokwu\",\n    \"expansibly\": \"gbasaa\",\n    \"expansile\": \"gbasaa\",\n    \"expansion\": \"mmeba\",\n    \"expansional\": \"mmeba\",\n    \"expansionary\": \"mmeba\",\n    \"expansionism\": \"mgbasa\",\n    \"expansionist\": \"onye mgbasa\",\n    \"expansionistic\": \"Mgbasawanye\",\n    \"expansionists\": \"ndị mgbasa\",\n    \"expansions\": \"mgbasa\",\n    \"expansive\": \"sara mbara\",\n    \"expansively\": \"gbasaa\",\n    \"expansiveness\": \"Mgbasapụ\",\n    \"expansivity\": \"mmeghe\",\n    \"expansometer\": \"expansometa\",\n    \"expansum\": \"Mgbasapụ\",\n    \"expansure\": \"mgbasa\",\n    \"expatiated\": \"gbasaa\",\n    \"expatiating\": \"na-agbasa\",\n    \"expatiatingly\": \"gbasaa\",\n    \"expatiation\": \"expati\",\n    \"expatiations\": \"expati\",\n    \"expatiative\": \"expatiatiati\",\n    \"expatiators\": \"ndị na-eme njem\",\n    \"expatriate\": \"si mba ofesi\",\n    \"expatriated\": \"si mba ọzọ pụọ\",\n    \"expatriates\": \"ndị si mba ọzọ\",\n    \"expatriating\": \"na-agagharị\",\n    \"expatriation\": \"ọpụpụ\",\n    \"expatriations\": \"ọpụpụ\",\n    \"expatriatism\": \"ọpụpụ\",\n    \"expect\": \"na-atụ anya\",\n    \"expectable\": \"na-atụ anya\",\n    \"expectably\": \"na-atụ anya\",\n    \"expectance\": \"atụmanya\",\n    \"expectancy\": \"ndimmadu\",\n    \"expectancies\": \"atụmanya\",\n    \"expectant\": \"atụmanya\",\n    \"expectantly\": \"na-atụ anya\",\n    \"expectation\": \"atụmanya\",\n    \"expectations\": \"atụmanya\",\n    \"expectative\": \"na-atụ anya\",\n    \"expected\": \"tụrụ anya\",\n    \"expectedly\": \"na-atụ anya\",\n    \"expectedness\": \"atụmanya\",\n    \"expecter\": \"onye na-atụ anya\",\n    \"expecters\": \"ndị na-atụ anya\",\n    \"expecting\": \"na-atụ anya\",\n    \"expectingly\": \"na-atụ anya\",\n    \"expection\": \"ewezuga\",\n    \"expective\": \"tụrụ anya\",\n    \"expectorant\": \"na-atụ anya\",\n    \"expectorants\": \"na-atụ anya\",\n    \"expectorate\": \"na-atụ anya\",\n    \"expectorated\": \"na-atụ anya\",\n    \"expectorates\": \"na-atụ anya\",\n    \"expectorating\": \"na-atụ anya\",\n    \"expectoration\": \"atụmanya\",\n    \"expectorations\": \"atụmanya\",\n    \"expectorative\": \"na-atụ anya\",\n    \"expectorator\": \"na-atụ anya\",\n    \"expectorators\": \"ndị na-atụ anya\",\n    \"expects\": \"na-atụ anya\",\n    \"expede\": \"gbasaa\",\n    \"expeded\": \"gbasiri ike\",\n    \"expediate\": \"expediente\",\n    \"expedience\": \"mkpa\",\n    \"expediences\": \"mkpa\",\n    \"expediency\": \"mkpa\",\n    \"expediencies\": \"ngwa ngwa\",\n    \"expedient\": \"expedied\",\n    \"expediential\": \"ọ dị mkpa\",\n    \"expedientially\": \"ngwa ngwa\",\n    \"expedientist\": \"ọpụrụiche\",\n    \"expediently\": \"ngwa ngwa\",\n    \"expedients\": \"ngwa ahịa\",\n    \"expediment\": \"ngwa ngwa\",\n    \"expeding\": \"na-agbaghara\",\n    \"expeditate\": \"gbasie ike\",\n    \"expeditated\": \"gbasiri ike\",\n    \"expeditating\": \"na-agbasi ike\",\n    \"expeditation\": \"njem\",\n    \"expedite\": \"mee ngwangwa\",\n    \"expedited\": \"gbasiri ike\",\n    \"expeditely\": \"ngwa ngwa\",\n    \"expediteness\": \"ngwa ngwa\",\n    \"expediter\": \"onye ososo\",\n    \"expediters\": \"ndị na-agba ọsọ\",\n    \"expedites\": \"ngwa ngwa\",\n    \"expediting\": \"na-agbasi ike\",\n    \"expedition\": \"njem\",\n    \"expeditionary\": \"njem\",\n    \"expeditionist\": \"onye na-eme njem nleta\",\n    \"expeditions\": \"njem\",\n    \"expeditious\": \"ngwa ngwa\",\n    \"expeditiously\": \"ngwa ngwa\",\n    \"expeditiousness\": \"ngwa ngwa\",\n    \"expeditive\": \"ngwa ngwa\",\n    \"expeditor\": \"onye na-achụ ego\",\n    \"expel\": \"ichu\",\n    \"expellant\": \"chụpụ\",\n    \"expelled\": \"chụpụ\",\n    \"expellee\": \"elchụpụ\",\n    \"expellees\": \"expelle\",\n    \"expellent\": \"na-ekpochapụ\",\n    \"expeller\": \"onye na-ere ahịa\",\n    \"expellers\": \"ndị na-ere ahịa\",\n    \"expelling\": \"ịchụpụ\",\n    \"expels\": \"chụpụ\",\n    \"expend\": \"gbue\",\n    \"expendability\": \"mmefu\",\n    \"expendable\": \"tinyere\",\n    \"expendables\": \"mmefu\",\n    \"expended\": \"emefuo\",\n    \"expender\": \"onye mmefu\",\n    \"expenders\": \"ndị na-agbasawanye\",\n    \"expendible\": \"tinyere\",\n    \"expending\": \"na-emefu\",\n    \"expenditor\": \"mmefu\",\n    \"expenditrix\": \"mmefu\",\n    \"expenditure\": \"mmefu\",\n    \"expenditures\": \"mmefu\",\n    \"expends\": \"emebie\",\n    \"expense\": \"mmefu\",\n    \"expensed\": \"gbasaa\",\n    \"expenseful\": \"efu\",\n    \"expensefully\": \"n’ego\",\n    \"expensefulness\": \"mmefu\",\n    \"expenseless\": \"enweghị ego\",\n    \"expenselessness\": \"enweghị akwụ ụgwọ\",\n    \"expenses\": \"mmefu\",\n    \"expensilation\": \"mmebi\",\n    \"expensing\": \"na-agbasa\",\n    \"expensive\": \"dị oke ọnụ\",\n    \"expensively\": \"dị oke ọnụ\",\n    \"expensiveness\": \"ọnụ\",\n    \"expenthesis\": \"mmegharị\",\n    \"expergefacient\": \"na-anwale\",\n    \"expergefaction\": \"nwetere ihe\",\n    \"experience\": \"ahụmahụ\",\n    \"experienceable\": \"Ahụmahụ\",\n    \"experienced\": \"ahụmahụ\",\n    \"experienceless\": \"enweghị ahụmahụ\",\n    \"experiencer\": \"nwee\",\n    \"experiences\": \"ahụmahụ\",\n    \"experiencible\": \"nwee ahụmahụ\",\n    \"experiencing\": \"na-enwe\",\n    \"experient\": \"Ahụmahụ\",\n    \"experiential\": \"nwee ahụmahụ\",\n    \"experientialism\": \"nwee ahụmahụ\",\n    \"experientialist\": \"nwee ahụmahụ\",\n    \"experientialistic\": \"nwee ahụmahụ\",\n    \"experientially\": \"nwee ahụmahụ\",\n    \"experiment\": \"nnwale\",\n    \"experimental\": \"ibuo\",\n    \"experimentalism\": \"ibuo\",\n    \"experimentalist\": \"onyenwenu\",\n    \"experimentalists\": \"ihe omumu\",\n    \"experimentalize\": \"Nyochaa\",\n    \"experimentally\": \"na nnwale\",\n    \"experimentarian\": \"nnwale\",\n    \"experimentation\": \"nnwale\",\n    \"experimentations\": \"Nyocha\",\n    \"experimentative\": \"na-eme ihe\",\n    \"experimentator\": \"nnwale\",\n    \"experimented\": \"nwara\",\n    \"experimentee\": \"lelee\",\n    \"experimenter\": \"nnwale\",\n    \"experimenters\": \"ndị na-eme nnwale\",\n    \"experimenting\": \"na-eme nnwale\",\n    \"experimentist\": \"nnwale\",\n    \"experimentize\": \"Nyochaa\",\n    \"experimently\": \"nnwale\",\n    \"experimentor\": \"nnwale\",\n    \"experiments\": \"nyocha\",\n    \"expermentized\": \"nwara\",\n    \"experrection\": \"nnwale\",\n    \"expert\": \"ọkachamara\",\n    \"experted\": \"nwara\",\n    \"experting\": \"na-eme nnwale\",\n    \"expertise\": \"nka\",\n    \"expertised\": \"ọkachamara\",\n    \"expertising\": \"na-arụ ọrụ\",\n    \"expertism\": \"nka\",\n    \"expertize\": \"inwale\",\n    \"expertized\": \"nyochara\",\n    \"expertizing\": \"na-eme nchọpụta\",\n    \"expertly\": \"ọkachamara\",\n    \"expertness\": \"nka\",\n    \"experts\": \"ndị ọkachamara\",\n    \"expertship\": \"ọkachamara\",\n    \"expy\": \"gbue\",\n    \"expiable\": \"ngafu\",\n    \"expiate\": \"ngaji\",\n    \"expiated\": \"kubie ume\",\n    \"expiating\": \"na-agwụ agwụ\",\n    \"expiation\": \"Mmefu\",\n    \"expiational\": \"ngafe\",\n    \"expiations\": \"ngafe\",\n    \"expiatist\": \"onye expiatist\",\n    \"expiative\": \"na-efu efu\",\n    \"expiator\": \"onye nwụrụ anwụ\",\n    \"expiatoriness\": \"ngafe\",\n    \"expiators\": \"ndị na-emechi ihe\",\n    \"expilate\": \"wepụ\",\n    \"expilation\": \"ngafe\",\n    \"expirable\": \"na-ekpo ọkụ\",\n    \"expirant\": \"expirata\",\n    \"expiration\": \"ngafe\",\n    \"expirations\": \"ngafe\",\n    \"expirator\": \"onye nwụrụ anwụ\",\n    \"expire\": \"kubie ume\",\n    \"expired\": \"kubie ume\",\n    \"expiree\": \"kubie ume\",\n    \"expirer\": \"kubie ume\",\n    \"expirers\": \"nwụrụ anwụ\",\n    \"expires\": \"emebie\",\n    \"expiry\": \"Mmebi\",\n    \"expiries\": \"na-agwụ\",\n    \"expiring\": \"na-agabiga\",\n    \"expiringly\": \"na-achụ\",\n    \"expiscate\": \"nara ha\",\n    \"expiscated\": \"napụpụrụ\",\n    \"expiscating\": \"n'aghapu\",\n    \"expiscation\": \"ịnapụ\",\n    \"expiscator\": \"onye nrafu\",\n    \"expiscatory\": \"Nweta ndọpu\",\n    \"explain\": \"kọwaa\",\n    \"explainability\": \"nkọwa\",\n    \"explainable\": \"kọwaa\",\n    \"explainableness\": \"nkọwa\",\n    \"explained\": \"kọwara\",\n    \"explainer\": \"onye nkowa\",\n    \"explainers\": \"ndị nkọwa\",\n    \"explaining\": \"na-akọwa\",\n    \"explainingly\": \"na-akọwa\",\n    \"explains\": \"na-akọwa\",\n    \"explait\": \"na-akọwa\",\n    \"explanate\": \"kọwaa\",\n    \"explanation\": \"nkọwa\",\n    \"explanations\": \"nkọwa\",\n    \"explanative\": \"nkọwa\",\n    \"explanatively\": \"nkọwa\",\n    \"explanator\": \"nkọwa\",\n    \"explanatory\": \"nkọwa\",\n    \"explanatorily\": \"nkọwa\",\n    \"explanatoriness\": \"nkọwa\",\n    \"explanitory\": \"nkọwa\",\n    \"explant\": \"na-akọwa\",\n    \"explantation\": \"nkọwa\",\n    \"explanted\": \"kọwara\",\n    \"explanting\": \"na-akọwa\",\n    \"explants\": \"nkọwa\",\n    \"explat\": \"wepụ\",\n    \"explees\": \"ihe atụ\",\n    \"explement\": \"wepụ\",\n    \"explemental\": \"mgbakwunye\",\n    \"explementary\": \"mgbakwunye\",\n    \"explete\": \"explet\",\n    \"expletive\": \"expleti\",\n    \"expletively\": \"ikechukwu\",\n    \"expletiveness\": \"plema njedebe\",\n    \"expletives\": \"Ọpụpụ\",\n    \"expletory\": \"Ọpụpụ\",\n    \"explicability\": \"ịkọwapụta ihe\",\n    \"explicable\": \"kọwaa\",\n    \"explicableness\": \"ịkọwapụta\",\n    \"explicably\": \"ịkọwapụta\",\n    \"explicanda\": \"nkesa\",\n    \"explicandum\": \"gbasaa\",\n    \"explicans\": \"ndị na-aga\",\n    \"explicantia\": \"kọwapụ\",\n    \"explicate\": \"ịkọwapụta\",\n    \"explicated\": \"akọwapụtara\",\n    \"explicates\": \"na-akọwa\",\n    \"explicating\": \"na-akọwa\",\n    \"explication\": \"mmefu\",\n    \"explications\": \"ịkọwapụta\",\n    \"explicative\": \"na-eme ihe ngosi\",\n    \"explicatively\": \"n'ụzọ doro anya\",\n    \"explicator\": \"onye na-eme ihe ngosi\",\n    \"explicatory\": \"na-eme ihe ngosi\",\n    \"explicators\": \"ndị na-akọwa ihe\",\n    \"explicit\": \"doro anya\",\n    \"explicitly\": \"n'ụzọ doro anya\",\n    \"explicitness\": \"nkọwapụta\",\n    \"explicits\": \"mmefu\",\n    \"explida\": \"Ọpụpụ\",\n    \"explodable\": \"gbawara\",\n    \"explode\": \"gbawara\",\n    \"exploded\": \"gbawara\",\n    \"explodent\": \"gbawara\",\n    \"exploder\": \"igba\",\n    \"exploders\": \"ihe gbawara\",\n    \"explodes\": \"na-agbawa\",\n    \"exploding\": \"na-agbawa\",\n    \"exploit\": \"erigbu\",\n    \"exploitable\": \"na-erigbu\",\n    \"exploitage\": \"nrigbu\",\n    \"exploitation\": \"nrigbu\",\n    \"exploitationist\": \"onye nrigbu\",\n    \"exploitations\": \"nrigbu\",\n    \"exploitative\": \"na-erigbu\",\n    \"exploitatively\": \"na-erigbu\",\n    \"exploitatory\": \"na-erigbu ndị mmadụ\",\n    \"exploited\": \"erigbu\",\n    \"exploitee\": \"na-erigbu\",\n    \"exploiter\": \"na-erigbu\",\n    \"exploiters\": \"na-erigbu ndị mmadụ\",\n    \"exploiting\": \"na-erigbu\",\n    \"exploitive\": \"na-erigbu\",\n    \"exploits\": \"na-eme ihe\",\n    \"exploiture\": \"nrigbu\",\n    \"explorable\": \"na-ewepu\",\n    \"explorate\": \"inyocha\",\n    \"exploration\": \"ngagharị\",\n    \"explorational\": \"nyocha\",\n    \"explorations\": \"nyocha\",\n    \"explorative\": \"nyocha\",\n    \"exploratively\": \"nyocha\",\n    \"explorativeness\": \"nyocha\",\n    \"explorator\": \"onye nchoputa\",\n    \"exploratory\": \"nyocha\",\n    \"explore\": \"inyocha\",\n    \"explored\": \"nyochaa\",\n    \"explorement\": \"nchọpụta\",\n    \"explorer\": \"nyocha\",\n    \"explorers\": \"ndị nyocha\",\n    \"explores\": \"na-enyocha\",\n    \"exploring\": \"ịgagharị\",\n    \"exploringly\": \"na-enyocha\",\n    \"explosibility\": \"ihe mgbawa\",\n    \"explosible\": \"ihe mgbawa\",\n    \"explosimeter\": \"ihe mgbawa\",\n    \"explosion\": \"mgbawa\",\n    \"explosionist\": \"ihe mgbawa\",\n    \"explosions\": \"mgbawa\",\n    \"explosive\": \"ihe mgbawa\",\n    \"explosively\": \"na-agbawa agbawa\",\n    \"explosiveness\": \"ihe mgbawa\",\n    \"explosives\": \"ihe mgbawa\",\n    \"expoliate\": \"ikpochapụ\",\n    \"expolish\": \"kpochapu\",\n    \"exponence\": \"ngafe\",\n    \"exponency\": \"ngafe\",\n    \"exponent\": \"ebu\",\n    \"exponential\": \"ngafe\",\n    \"exponentially\": \"n’uju\",\n    \"exponentials\": \"ngafe\",\n    \"exponentiate\": \"ifu\",\n    \"exponentiated\": \"gbasaa\",\n    \"exponentiates\": \"na-agbasapụ\",\n    \"exponentiating\": \"na-agbasapụ\",\n    \"exponentiation\": \"ngafe\",\n    \"exponentiations\": \"ngafe\",\n    \"exponention\": \"mmefu\",\n    \"exponents\": \"ndị na-eme ihe nkiri\",\n    \"export\": \"mbupụ\",\n    \"exportability\": \"mbupụ\",\n    \"exportation\": \"mbupụ\",\n    \"exportations\": \"mbupụ\",\n    \"exported\": \"ebupụ\",\n    \"exporter\": \"onye na-eme ekspootu\",\n    \"exporters\": \"ndị na-ebupụ ahịa\",\n    \"exporting\": \"na-ebupụ\",\n    \"exports\": \"mbupụ\",\n    \"expos\": \"ekpughe\",\n    \"exposable\": \"ekpugheere\",\n    \"exposal\": \"ikpughe\",\n    \"exposals\": \"ekpughe\",\n    \"expose\": \"kpughee\",\n    \"exposed\": \"kpughere\",\n    \"exposedness\": \"ekpughere ness\",\n    \"exposer\": \"kpughee\",\n    \"exposers\": \"mkpughepụ\",\n    \"exposes\": \"ekpughe\",\n    \"exposing\": \"na-ekpughe\",\n    \"exposit\": \"ekpughe\",\n    \"exposited\": \"ekpughere\",\n    \"expositing\": \"ekpughe\",\n    \"exposition\": \"ihe ngosi\",\n    \"expositional\": \"nkọwa\",\n    \"expositionary\": \"ekpughere\",\n    \"expositions\": \"nkọwa\",\n    \"expositive\": \"ekpughere\",\n    \"expositively\": \"nke oma\",\n    \"expositor\": \"ekpughe ihe\",\n    \"expository\": \"ekpughere\",\n    \"expositorial\": \"ekpughere\",\n    \"expositorially\": \"n'obosara\",\n    \"expositorily\": \"ekpugbu\",\n    \"expositoriness\": \"ekpughere\",\n    \"expositors\": \"ekpughe\",\n    \"expositress\": \"ekpughere\",\n    \"exposits\": \"ekpughe\",\n    \"expostulate\": \"kwupụta\",\n    \"expostulated\": \"kwupụtara\",\n    \"expostulates\": \"kwupụta\",\n    \"expostulating\": \"na-akụda mmụọ\",\n    \"expostulatingly\": \"n'egbochie\",\n    \"expostulation\": \"ikpuchi\",\n    \"expostulations\": \"echiche\",\n    \"expostulatively\": \"n'uwapu\",\n    \"exposture\": \"ngosipụta\",\n    \"exposure\": \"mkpughepụ\",\n    \"exposures\": \"ihe ngosi\",\n    \"expound\": \"ịkọwapụta\",\n    \"expoundable\": \"kọwaa\",\n    \"expounded\": \"akọwapụta\",\n    \"expounder\": \"akọwapụta\",\n    \"expounders\": \"Nkọwapụta\",\n    \"expounding\": \"ịkọwapụta\",\n    \"expounds\": \"Nkọwapụta\",\n    \"expreme\": \"imebiga ihe ókè\",\n    \"express\": \"kwupụta\",\n    \"expressable\": \"a pụrụ ikwu okwu\",\n    \"expressage\": \"nkwupụta okwu\",\n    \"expressed\": \"kwupụtara\",\n    \"expresser\": \"ikwupụta okwu\",\n    \"expresses\": \"na-ekwupụta\",\n    \"expressibility\": \"ngosipụta\",\n    \"expressible\": \"a pụrụ ikwu okwu\",\n    \"expressibly\": \"n'ụzọ doro anya\",\n    \"expressing\": \"na-ekwupụta\",\n    \"expressio\": \"awara awara\",\n    \"expression\": \"ngosipụta\",\n    \"expressionable\": \"ngosipụta\",\n    \"expressional\": \"ngosipụta\",\n    \"expressionful\": \"na-ekwupụta okwu\",\n    \"expressionism\": \"ngosipụta\",\n    \"expressionist\": \"onye ngosipụta\",\n    \"expressionistic\": \"onye ngosipụta\",\n    \"expressionistically\": \"impressionistically\",\n    \"expressionists\": \"ndị na-egosipụta okwu\",\n    \"expressionless\": \"enweghị nkwupụta\",\n    \"expressionlessly\": \"enweghị nkwupụta\",\n    \"expressionlessness\": \"enweghị nkwupụta\",\n    \"expressions\": \"ngosipụta\",\n    \"expressive\": \"na-egosipụta echiche\",\n    \"expressively\": \"n'ụzọ doro anya\",\n    \"expressiveness\": \"nkwupụta okwu\",\n    \"expressivism\": \"ma ọ bụ expressivism\",\n    \"expressivity\": \"njedebe\",\n    \"expressless\": \"enweghị nkwupụta\",\n    \"expressly\": \"kwuwaa\",\n    \"expressman\": \"onye nkwuputa okwu\",\n    \"expressmen\": \"ikwu okwu\",\n    \"expressness\": \"nkwupụta\",\n    \"expresso\": \"reslọ\",\n    \"expressor\": \"ngosipụta\",\n    \"expressure\": \"nkwupụta\",\n    \"expressway\": \"okporo ụzọ\",\n    \"expressways\": \"okporo ụzọ awara awara\",\n    \"exprobate\": \"Ntughari\",\n    \"exprobrate\": \"ịkọwapụta\",\n    \"exprobration\": \"mmegharị\",\n    \"exprobratory\": \"Ntughari\",\n    \"expromission\": \"mmebi iwu\",\n    \"expromissor\": \"onye nkwusa\",\n    \"expropriable\": \"na-akwụ ụgwọ\",\n    \"expropriate\": \"na-efesa\",\n    \"expropriated\": \"napụ apụnara mmadụ\",\n    \"expropriates\": \"na-ewepu ego\",\n    \"expropriating\": \"na-ewepụsị\",\n    \"expropriation\": \"mmefu\",\n    \"expropriations\": \"mmefu\",\n    \"expropriator\": \"onye mbula\",\n    \"expropriatory\": \"na-apụ apụ\",\n    \"expt\": \"ewepu\",\n    \"expugn\": \"wepụ\",\n    \"expugnable\": \"a pụrụ ịpụ apụ\",\n    \"expuition\": \"ngafe\",\n    \"expulse\": \"ihe\",\n    \"expulsed\": \"chụpụrụ\",\n    \"expulser\": \"onye na-achụpụ\",\n    \"expulses\": \"mmebi\",\n    \"expulsing\": \"na-ekpofu\",\n    \"expulsion\": \"nchụpụ\",\n    \"expulsionist\": \"onye na-achụpu mmadụ\",\n    \"expulsions\": \"achụpụ\",\n    \"expulsive\": \"na-achụpụ\",\n    \"expulsory\": \"ulschụpụ\",\n    \"expunction\": \"mmebi\",\n    \"expunge\": \"gbasaa\",\n    \"expungeable\": \"ewepu\",\n    \"expunged\": \"lara n'iyi\",\n    \"expungement\": \"mmebi\",\n    \"expunges\": \"gbasaa\",\n    \"expunging\": \"na-agbasa\",\n    \"expurgate\": \"gbasaa\",\n    \"expurgated\": \"ọpụpụ\",\n    \"expurgates\": \"na-agbasa\",\n    \"expurgating\": \"na-agbasa\",\n    \"expurgation\": \"mmebi\",\n    \"expurgational\": \"Ọpụpụ\",\n    \"expurgations\": \"Ọpụpụ\",\n    \"expurgative\": \"Ọpụpụ\",\n    \"expurgator\": \"Ọchụpụ\",\n    \"expurgatory\": \"Ọpụpụ\",\n    \"expurgatorial\": \"Ọpụpụ\",\n    \"expurgators\": \"Ndị na-eme njem nleta\",\n    \"expurge\": \"ịpụ apụ\",\n    \"exquire\": \"nweta\",\n    \"exquisite\": \"na-enwe obi uto\",\n    \"exquisiteness\": \"ọmarịcha\",\n    \"exquisitism\": \"ọquụ\",\n    \"exquisitive\": \"nwee obi uto\",\n    \"exquisitiveness\": \"ọquụ\",\n    \"exradio\": \"ezi omume\",\n    \"exrupeal\": \"nnapu aka\",\n    \"exsanguinated\": \"kpochapụrụ\",\n    \"exscind\": \"kpochapu\",\n    \"exscinded\": \"kpochapụrụ\",\n    \"exscinding\": \"na-agbaghara\",\n    \"exscinds\": \"kpochapụ\",\n    \"exscissor\": \"exississor\",\n    \"exscribe\": \"kwupu\",\n    \"exscript\": \"ederede\",\n    \"exscriptural\": \"Akwụkwọ Nsọ\",\n    \"exsculp\": \"kpochapụ\",\n    \"exsculptate\": \"kpochaa\",\n    \"exsecant\": \"dị mkpa\",\n    \"exsecants\": \"ndị nwụrụ anwụ\",\n    \"exsect\": \"ịpụ\",\n    \"exsected\": \"a kpopụrụ\",\n    \"exsecting\": \"sehapụ\",\n    \"exsection\": \"nkwụsị\",\n    \"exsector\": \"ọpụpụ\",\n    \"exsects\": \"ẹphe\",\n    \"exsequatur\": \"chukwunonso\",\n    \"exsert\": \"gbasie\",\n    \"exserted\": \"Emeka\",\n    \"exsertile\": \"ọ bụrụ na ọ dị mkpa\",\n    \"exserting\": \"itinye aka\",\n    \"exsertion\": \"Mmeghe\",\n    \"exserts\": \"tinye\",\n    \"exsheath\": \"n'èzí\",\n    \"exship\": \"njem\",\n    \"exsiccant\": \"dị adị\",\n    \"exsiccate\": \"kpochapu\",\n    \"exsiccated\": \"kpochapụrụ\",\n    \"exsiccating\": \"na-egbu mmụọ\",\n    \"exsiccation\": \"achicha\",\n    \"exsiccator\": \"achupu\",\n    \"exsiliency\": \"nyocha\",\n    \"exsolution\": \"mmeghe\",\n    \"exsolve\": \"gbasie\",\n    \"exsolved\": \"Ebupuru\",\n    \"exsolving\": \"Ogbodo\",\n    \"exstill\": \"gafere\",\n    \"exstimulate\": \"kpuchie\",\n    \"exstipulate\": \"gosipụta\",\n    \"exstrophy\": \"Akpugo\",\n    \"exstruct\": \"gbasaa\",\n    \"exsuccous\": \"exsuccuts\",\n    \"exsuction\": \"mgbaghara\",\n    \"exsudate\": \"exudud\",\n    \"exsufflation\": \"anapụl\",\n    \"exsuperance\": \"nyocha\",\n    \"exsuperate\": \"gbasie ike\",\n    \"exsurgent\": \"Ọpụpụ\",\n    \"exsuscitate\": \"igbapụta\",\n    \"ext\": \"Na na\",\n    \"extacie\": \"Mgbatị\",\n    \"extance\": \"ngafe\",\n    \"extancy\": \"ogologo\",\n    \"extant\": \"dị\",\n    \"extatic\": \"Mgbanwe\",\n    \"extbook\": \"Ihe omuma\",\n    \"extemporal\": \"mgbakwunye\",\n    \"extemporally\": \"n'usoro\",\n    \"extemporalness\": \"adịgboroja\",\n    \"extemporaneity\": \"ịgụpụta akwụkwọ\",\n    \"extemporaneous\": \"n'agụghị agụ\",\n    \"extemporaneously\": \"n'usoro\",\n    \"extemporaneousness\": \"agụ ọgụgụ\",\n    \"extemporary\": \"nke oge\",\n    \"extemporarily\": \"n'usoro\",\n    \"extemporariness\": \"n'èzí\",\n    \"extempore\": \"kpochapu\",\n    \"extempory\": \"ihicha\",\n    \"extemporisation\": \"ngafe\",\n    \"extemporise\": \"ikike\",\n    \"extemporised\": \"Emechiela\",\n    \"extemporiser\": \"onye nkwusa\",\n    \"extemporising\": \"Emechiela\",\n    \"extemporization\": \"Mwepu aha\",\n    \"extemporize\": \"kpoputa\",\n    \"extemporized\": \"a gaferela\",\n    \"extemporizer\": \"kpochapu\",\n    \"extemporizes\": \"na-emeputa\",\n    \"extemporizing\": \"na-ehichapụ\",\n    \"extend\": \"ịgbatị\",\n    \"extendability\": \"ndọtị\",\n    \"extendable\": \"agbatị\",\n    \"extended\": \"agbatị\",\n    \"extendedly\": \"ogologo\",\n    \"extendedness\": \"ogologo\",\n    \"extender\": \"onye na-agbatị\",\n    \"extenders\": \"ndọtị\",\n    \"extendibility\": \"ikwenye\",\n    \"extendible\": \"pụtara ìhè\",\n    \"extending\": \"na-agbatị\",\n    \"extendlessness\": \"agbatịghị\",\n    \"extends\": \"gbatịrị\",\n    \"extense\": \"ihe niile\",\n    \"extensibility\": \"ndọtị\",\n    \"extensible\": \"agbatị\",\n    \"extensibleness\": \"inwere ike;\",\n    \"extensile\": \"Extensile\",\n    \"extensimeter\": \"gbasaa\",\n    \"extension\": \"ndọtị\",\n    \"extensional\": \"gbasara\",\n    \"extensionalism\": \"ndọtị\",\n    \"extensionality\": \"ndọtị\",\n    \"extensionally\": \"na mgbatị\",\n    \"extensionist\": \"ndọtị\",\n    \"extensionless\": \"agbataghi\",\n    \"extensions\": \"ndọtị\",\n    \"extensity\": \"Mgbatị\",\n    \"extensive\": \"sara mbara\",\n    \"extensively\": \"ọtụtụ\",\n    \"extensiveness\": \"ịdị ukwuu\",\n    \"extensor\": \"ndọtị\",\n    \"extensory\": \"ndọtị\",\n    \"extensors\": \"ndị nyocha\",\n    \"extensum\": \"mgbatị\",\n    \"extensure\": \"ndọtị\",\n    \"extent\": \"oke\",\n    \"extentions\": \"ndọtị\",\n    \"extents\": \"ihe\",\n    \"extenuate\": \"kpochaa\",\n    \"extenuated\": \"kpochapụrụ\",\n    \"extenuating\": \"na-eche echiche\",\n    \"extenuatingly\": \"n’udo\",\n    \"extenuation\": \"Mmechi\",\n    \"extenuations\": \"Mmeghe\",\n    \"extenuator\": \"Extenuator\",\n    \"exter\": \"kpochapụ\",\n    \"exterior\": \"mputa\",\n    \"exteriorate\": \"kpochapụ\",\n    \"exterioration\": \"mkpochapụ\",\n    \"exteriorisation\": \"mbibi\",\n    \"exteriorise\": \"ọpụpụ\",\n    \"exteriorised\": \"mgbanyụ\",\n    \"exteriorising\": \"mgbanyụ\",\n    \"exteriority\": \"mputa\",\n    \"exteriorization\": \"mkpochapu\",\n    \"exteriorize\": \"kpochapu\",\n    \"exteriorized\": \"kpochapụrụ\",\n    \"exteriorizing\": \"Okpukpo\",\n    \"exteriorly\": \"mputa\",\n    \"exteriorness\": \"mputa\",\n    \"exteriors\": \"ndị isi\",\n    \"exterminable\": \"kpochapu\",\n    \"exterminate\": \"kpochapu\",\n    \"exterminated\": \"kpochapụrụ\",\n    \"exterminates\": \"kpochapu\",\n    \"exterminating\": \"ikpochapu\",\n    \"extermination\": \"mkpochapu\",\n    \"exterminations\": \"ndị na-ekpochapụ ndị mmadụ\",\n    \"exterminative\": \"mkpochapu\",\n    \"exterminator\": \"kpochapu\",\n    \"exterminatory\": \"kpochapu\",\n    \"exterminators\": \"ndị na-ekpochapụ ndị mmadụ\",\n    \"exterminatress\": \"ndị na-ekpochapụ ndị mmadụ\",\n    \"exterminatrix\": \"ndiegwu\",\n    \"extermine\": \"kpochapu\",\n    \"extermined\": \"kpochapụrụ\",\n    \"extermining\": \"ikpochapu\",\n    \"exterminist\": \"kpochapu\",\n    \"extern\": \"mpụga\",\n    \"externa\": \"mgbapu\",\n    \"external\": \"mpụga\",\n    \"externalisation\": \"mpụga\",\n    \"externalise\": \"mpụga\",\n    \"externalised\": \"dịpụrụ adịpụ\",\n    \"externalising\": \"n'èzí\",\n    \"externalism\": \"mpụga\",\n    \"externalist\": \"onye nwe obodo\",\n    \"externalistic\": \"dịpụrụ adịpụ\",\n    \"externality\": \"mpụga\",\n    \"externalities\": \"mpụga\",\n    \"externalization\": \"mpụga\",\n    \"externalized\": \"n'èzí\",\n    \"externalizing\": \"n'èzí\",\n    \"externally\": \"n'èzí\",\n    \"externalness\": \"n'èzí\",\n    \"externals\": \"mpụga\",\n    \"externat\": \"mpụga\",\n    \"externate\": \"kpochapụ\",\n    \"externation\": \"nchụpụ\",\n    \"externe\": \"kpochapụ\",\n    \"externes\": \"ụzọ\",\n    \"externity\": \"mpụga\",\n    \"externization\": \"mkpochapu\",\n    \"externize\": \"kpochapu\",\n    \"externomedian\": \"onye nwe obodo\",\n    \"externs\": \"mpụga\",\n    \"externship\": \"mpụga\",\n    \"externum\": \"mpụga\",\n    \"exteroceptist\": \"onye na-eme ihe omume\",\n    \"exteroceptive\": \"ụzọ mgbapụ\",\n    \"exteroceptor\": \"kpochapu\",\n    \"exterous\": \"dị egwu\",\n    \"exterraneous\": \"agụghị agụ\",\n    \"exterrestrial\": \"ọpụpụ\",\n    \"exterritorial\": \"kpochapu\",\n    \"exterritoriality\": \"ọpụpụ\",\n    \"exterritorialize\": \"kpochapu\",\n    \"extersive\": \"nwere ike\",\n    \"extg\": \"Ọpụpụ\",\n    \"extill\": \"ịgbakwunye\",\n    \"extima\": \"mgbakwunye\",\n    \"extime\": \"kari\",\n    \"extimulate\": \"kpochapu\",\n    \"extinct\": \"kpochapụrụ\",\n    \"extincted\": \"kpochapụrụ\",\n    \"extincteur\": \"kpochapụrụ\",\n    \"extincting\": \"na-ekpochapu\",\n    \"extinction\": \"mkpochapu\",\n    \"extinctionist\": \"onye na-emebi\",\n    \"extinctions\": \"ikpochapu\",\n    \"extinctive\": \"ebibi\",\n    \"extinctor\": \"kpochapu ma obu\",\n    \"extincts\": \"kpochapụrụ\",\n    \"extine\": \"kpochapu\",\n    \"extinguised\": \"extinguisher\",\n    \"extinguish\": \"emenyụ\",\n    \"extinguishable\": \"emenyu\",\n    \"extinguishant\": \"emenyụ\",\n    \"extinguished\": \"emenyụla\",\n    \"extinguishers\": \"emenyụ ọkụ\",\n    \"extinguishes\": \"emenyụ\",\n    \"extinguishing\": \"emenyụ\",\n    \"extinguishment\": \"emenyụ ya\",\n    \"extypal\": \"ọpụpụ\",\n    \"extirp\": \"Nkechi\",\n    \"extirpate\": \"kpochapu\",\n    \"extirpated\": \"kpochapụrụ\",\n    \"extirpates\": \"Ekpocha\",\n    \"extirpating\": \"na-agbagbu\",\n    \"extirpation\": \"mbibi\",\n    \"extirpationist\": \"Ekpochapụ\",\n    \"extirpations\": \"Afọ\",\n    \"extirpative\": \"na-aga agha\",\n    \"extirpator\": \"kpochapụrụ\",\n    \"extispex\": \"Mgbatị\",\n    \"extispices\": \"anwansị\",\n    \"extispicy\": \"anyaukwu\",\n    \"extispicious\": \"okpokoro\",\n    \"extogenous\": \"ajuju\",\n    \"extol\": \"itozu\",\n    \"extoled\": \"apụrụ\",\n    \"extoling\": \"ito\",\n    \"extoll\": \"kpokoro\",\n    \"extollation\": \"nkwalite\",\n    \"extolled\": \"toro\",\n    \"extoller\": \"onye na-eme ihe ngosi\",\n    \"extollers\": \"ndọtị\",\n    \"extolling\": \"ito\",\n    \"extollingly\": \"n'otuto\",\n    \"extollment\": \"Ndokwa\",\n    \"extolls\": \"Ndokwa\",\n    \"extolment\": \"otuto\",\n    \"extols\": \"Utoro\",\n    \"extoolitic\": \"agbasaala\",\n    \"extorsion\": \"ịkwa iko\",\n    \"extorsive\": \"na-enwe ọ .ụ\",\n    \"extorsively\": \"n'agha\",\n    \"extort\": \"dapụ\",\n    \"extorted\": \"na-apụnara mmadụ ihe\",\n    \"extorter\": \"onye na-ebuga ya\",\n    \"extorters\": \"Ndị na-apụnara mmadụ ihe\",\n    \"extorting\": \"ịnapụ\",\n    \"extortion\": \"ịnapụ mmadụ ohi\",\n    \"extortionary\": \"ịnapụ ụgwọ\",\n    \"extortionate\": \"ịnapụ\",\n    \"extortionately\": \"n'ike\",\n    \"extortionateness\": \"ịpụnara mmadụ ihe\",\n    \"extortioner\": \"onye na-apụnara mmadụ ihe\",\n    \"extortioners\": \"ndị na-apụnara mmadụ ihe\",\n    \"extortionist\": \"onye na-apụnara mmadụ ihe\",\n    \"extortionists\": \"ndị na-apụnara mmadụ ihe\",\n    \"extortions\": \"mmegbu\",\n    \"extortive\": \"n'ike mmụọ\",\n    \"extorts\": \"na-ebupụ\",\n    \"extra\": \"mmezi\",\n    \"extraboldface\": \"ozokwa\",\n    \"extrabranchial\": \"rabkèala\",\n    \"extrabronchial\": \"Ekene\",\n    \"extrabulbar\": \"Ubọk\",\n    \"extrabureau\": \"ọpụpụ\",\n    \"extraburghal\": \"ọpụpụ\",\n    \"extracalendar\": \"extrapalenda\",\n    \"extracarpal\": \"extrapapal\",\n    \"extracivically\": \"n'ụzọ pụrụ iche\",\n    \"extraclassroom\": \"ime ụlọ\",\n    \"extraclaustral\": \"ụma\",\n    \"extracondensed\": \"imeju iwu\",\n    \"extraconscious\": \"amara\",\n    \"extraconstellated\": \"Mgbakwunye\",\n    \"extracorporeally\": \"Na mgbakwunye na\",\n    \"extracosmic\": \"mgbakwunye\",\n    \"extracosmical\": \"mgbakwunye\",\n    \"extracostal\": \"Ihe omuma\",\n    \"extract\": \"wepụ\",\n    \"extractability\": \"wepụ\",\n    \"extractable\": \"wepụ\",\n    \"extractant\": \"wepụ\",\n    \"extracted\": \"amịpụtara\",\n    \"extractibility\": \"wepụ\",\n    \"extractible\": \"wepụ\",\n    \"extractiform\": \"wepụ\",\n    \"extracting\": \"wepụ\",\n    \"extraction\": \"mmịpụta\",\n    \"extractions\": \"wepụ\",\n    \"extractive\": \"wepụ\",\n    \"extractively\": \"wepụ\",\n    \"extractor\": \"onye na-ewepụta ihe\",\n    \"extractors\": \"ndị na-ewepụta ihe\",\n    \"extractorship\": \"wepụ\",\n    \"extracultural\": \"Omenala\",\n    \"extracurriculum\": \"akwukwo ozo\",\n    \"extracutaneous\": \"ma ọ bụ extracutaneous\",\n    \"extradecretal\": \"mmezi\",\n    \"extradialectal\": \"Mgbakwunye\",\n    \"extradict\": \"onyema\",\n    \"extradictable\": \"Ekwela\",\n    \"extradicted\": \"zigara\",\n    \"extradicting\": \"Mgbakwunye\",\n    \"extradictionary\": \"Ntughari\",\n    \"extraditable\": \"Ekwela\",\n    \"extradite\": \"onyema\",\n    \"extradited\": \"zigara\",\n    \"extradites\": \"ndị ọzọ\",\n    \"extraditing\": \"na-agbakwunye\",\n    \"extradition\": \"mgbakwunye\",\n    \"extraditions\": \"mgbakwunye\",\n    \"extradomestic\": \"emekwu ihe\",\n    \"extrados\": \"Ntinye\",\n    \"extradosed\": \"Ekwela\",\n    \"extradoses\": \"Ntinye\",\n    \"extradotal\": \"Mgbakwunye\",\n    \"extraduction\": \"mmịpụta\",\n    \"extraembryonal\": \"mgbakwunye\",\n    \"extraembryonic\": \"ma ọ bụ\",\n    \"extraenteric\": \"ma ọ bụ\",\n    \"extraessential\": \"enweghị atụ\",\n    \"extraessentially\": \"n'ụzọ pụrụ iche\",\n    \"extraforaneous\": \"agụ akwụkwọ\",\n    \"extrahazardous\": \"adịchaghị ize ndụ\",\n    \"extrajudicial\": \"imebiga iwu ókè\",\n    \"extrajudicially\": \"n'usoro iwu\",\n    \"extralateral\": \"mgbakwunye\",\n    \"extraliminal\": \"mgbakwunye\",\n    \"extralimital\": \"mgbakwunye\",\n    \"extralinguistic\": \"ntụgharị asụsụ\",\n    \"extralinguistically\": \"na mgbakwunye\",\n    \"extralite\": \"Nkechi\",\n    \"extrality\": \"njikota\",\n    \"extramarital\": \"di na nwunye\",\n    \"extramatrical\": \"Ekene\",\n    \"extramedullary\": \"medlọ ọgwụ\",\n    \"extramental\": \"mgbakwunye\",\n    \"extrameridian\": \"onye ozo\",\n    \"extrameridional\": \"mgbakwunye\",\n    \"extrametaphysical\": \"Mgbasaozi\",\n    \"extrametrical\": \"Ekene\",\n    \"extrametropolitan\": \"Ekperima\",\n    \"extramission\": \"Mgbasapụ\",\n    \"extramodal\": \"ọpụpụ\",\n    \"extramolecular\": \"extramolekụla\",\n    \"extramundane\": \"obụla\",\n    \"extramurally\": \"n'ụzọ nkịtị\",\n    \"extramusical\": \"Ekwela\",\n    \"extranational\": \"Mgbasa\",\n    \"extranatural\": \"ekene\",\n    \"extranean\": \"Osimiri\",\n    \"extraneity\": \"mgbakwunye\",\n    \"extraneous\": \"ọzọ\",\n    \"extraneously\": \"mgbakwunye\",\n    \"extraneousness\": \"mgbakwunye\",\n    \"extranidal\": \"ekwo ekwo\",\n    \"extranormal\": \"Mgbakwunye\",\n    \"extranuclear\": \"ihe omuma\",\n    \"extraoral\": \"extracer\",\n    \"extraordinary\": \"pụrụ iche\",\n    \"extraordinaries\": \"ndị nlekọta\",\n    \"extraordinarily\": \"nke ukwuu\",\n    \"extraordinariness\": \"oke\",\n    \"extraovate\": \"tinyekwuo\",\n    \"extraovular\": \"mgbakwunye\",\n    \"extraparental\": \"nne na nna\",\n    \"extraparliamentary\": \"extrapar Parliamentary\",\n    \"extraparochially\": \"na mgbakwunye\",\n    \"extrapelvic\": \"Onyeka Onwenu\",\n    \"extraperiosteal\": \"ozioma\",\n    \"extrapyramidal\": \"gbamgbam\",\n    \"extraplacental\": \"pụrụ iche\",\n    \"extraplanetary\": \"mgbakwunye\",\n    \"extrapolate\": \"mgbakwunye\",\n    \"extrapolated\": \"agbakwunyere\",\n    \"extrapolates\": \"ihe mgbakwunye\",\n    \"extrapolating\": \"na-agbakwunye\",\n    \"extrapolation\": \"mmụba\",\n    \"extrapolations\": \"mgbakwunye\",\n    \"extrapopular\": \"ọzọ\",\n    \"extraprofessional\": \"ọkachamara\",\n    \"extraprovincial\": \"ụma\",\n    \"extrared\": \"agbakwunyere\",\n    \"extraregarding\": \"itinye ego\",\n    \"extraregular\": \"mmezi\",\n    \"extrarenal\": \"mgbakwunye\",\n    \"extrarhythmical\": \"gbasaa\",\n    \"extras\": \"mgbakwunye\",\n    \"extrasacerdotal\": \"Mgbakwunye\",\n    \"extrascholastic\": \"Mgbakwunye\",\n    \"extraschool\": \"ụlọ akwụkwọ\",\n    \"extrascientific\": \"gbasasịa\",\n    \"extrascriptural\": \"Nke ozo\",\n    \"extrascripturality\": \"Mmehie\",\n    \"extrasensible\": \"nwepu\",\n    \"extrasensory\": \"Mgbakwunye\",\n    \"extrasensorial\": \"Mgbakwunye\",\n    \"extrasensuous\": \"Mgbakwunye\",\n    \"extraserous\": \"kemgwucha\",\n    \"extrasyllabic\": \"Mgbakwunye\",\n    \"extrasyllogistic\": \"Mgbakwunye\",\n    \"extrasyphilitic\": \"Mgbakwunye\",\n    \"extrasystole\": \"Mgbakwunye\",\n    \"extrasystolic\": \"Mgbakwunye\",\n    \"extrasocial\": \"mgbakwunye\",\n    \"extrasomatic\": \"Mgbakwunye\",\n    \"extraspectral\": \"ntụgharị\",\n    \"extraspherical\": \"saa mbara\",\n    \"extrastapedial\": \"mmachi\",\n    \"extrastate\": \"mmuta\",\n    \"extrastomachal\": \"stlọ mgbakwunye\",\n    \"extratabular\": \"Mgbakwunye\",\n    \"extratellurian\": \"onyegbako\",\n    \"extratelluric\": \"Mgbatị\",\n    \"extratemporal\": \"Mgbakwunye\",\n    \"extratension\": \"Mgbatị\",\n    \"extratensive\": \"agbatị\",\n    \"extraterrestrial\": \"ọpụpụ ụwa\",\n    \"extraterrestrially\": \"n'usoro\",\n    \"extraterrestrials\": \"mba ozo\",\n    \"extraterritorial\": \"ọpụpụ\",\n    \"extraterritoriality\": \"nwepụsị\",\n    \"extraterritorials\": \"Ihe omuma\",\n    \"extrathecal\": \"Nkechi\",\n    \"extratheistic\": \"Mgbasa\",\n    \"extrathermodynamic\": \"Mgbakwunye\",\n    \"extrathoracic\": \"Mgbakwunye\",\n    \"extratympanic\": \"Mgbatị\",\n    \"extratorrid\": \"Ekene\",\n    \"extratracheal\": \"Mgbatị\",\n    \"extratribal\": \"Mgbakwunye\",\n    \"extratropical\": \"Mgbatị\",\n    \"extratubal\": \"Ekene\",\n    \"extraught\": \"extrace\",\n    \"extrauterine\": \"ọzọ\",\n    \"extravagance\": \"imebigabiga ókè\",\n    \"extravagances\": \"mmefu\",\n    \"extravagancy\": \"imebiga ihe ókè\",\n    \"extravagancies\": \"mmefu\",\n    \"extravagant\": \"imebiga ihe ókè\",\n    \"extravagantes\": \"mmefu\",\n    \"extravagantly\": \"gabiga oke\",\n    \"extravagantness\": \"imebiga ihe ókè\",\n    \"extravaganza\": \"Mgbakwunye\",\n    \"extravaganzas\": \"Mgbakwunye\",\n    \"extravagate\": \"imezu oke\",\n    \"extravagated\": \"imebiga ihe ókè\",\n    \"extravagating\": \"imebiga ihe ókè\",\n    \"extravagation\": \"mmezu\",\n    \"extravagence\": \"oke oke\",\n    \"extravasate\": \"mpụga\",\n    \"extravasated\": \"Ọpụpụ\",\n    \"extravasating\": \"ntụgharị\",\n    \"extravasation\": \"mgbakwunye\",\n    \"extravehicular\": \"ụgbọala\",\n    \"extravenate\": \"gbasaa\",\n    \"extraventricular\": \"mgbakwunye\",\n    \"extraversion\": \"mgbakwunye\",\n    \"extraversive\": \"mmegharị\",\n    \"extraversively\": \"n'usoro\",\n    \"extravert\": \"extraver\",\n    \"extraverted\": \"ewepụtara\",\n    \"extravertish\": \"gbasaa\",\n    \"extravertive\": \"extraver\",\n    \"extravertively\": \"n'usoro\",\n    \"extravillar\": \"onye ozo\",\n    \"extraviolet\": \"mgbakwunye\",\n    \"extravisceral\": \"ọpụpụ\",\n    \"extreat\": \"nkpagbu\",\n    \"extrema\": \"relọ\",\n    \"extremal\": \"emeghari\",\n    \"extreme\": \"gabiga ókè\",\n    \"extremeless\": \"gabigara ókè\",\n    \"extremely\": \"kemgwucha\",\n    \"extremeness\": \"Mgbakwunye\",\n    \"extremer\": \"Nkechi\",\n    \"extremes\": \"gabiga ókè\",\n    \"extremest\": \"kachasị\",\n    \"extremis\": \"oke\",\n    \"extremism\": \"njedebe\",\n    \"extremistic\": \"dị egwu\",\n    \"extremists\": \"ndị na-emebiga ihe ókè\",\n    \"extremital\": \"gabiga ókè\",\n    \"extremity\": \"ogwugwu\",\n    \"extremities\": \"nsọtụ\",\n    \"extremum\": \"ogwugwu\",\n    \"extremuma\": \"obibia\",\n    \"extricable\": \"Ọpụpụ\",\n    \"extricably\": \"n'aghapu\",\n    \"extricate\": \"kpochapu\",\n    \"extricated\": \"kpochapụrụ\",\n    \"extricates\": \"na-akpọ\",\n    \"extricating\": \"na-ekpochapụ\",\n    \"extrication\": \"mkpochapụ\",\n    \"extrications\": \"Mgbaghara\",\n    \"extrinsic\": \"ekwo ekwo\",\n    \"extrinsical\": \"ekwo ekwo\",\n    \"extrinsically\": \"na mgbakwunye\",\n    \"extrinsicalness\": \"mbibi\",\n    \"extrinsicate\": \"ekwo ekwo\",\n    \"extrinsication\": \"mbibi\",\n    \"extroitive\": \"na-egbu egbu\",\n    \"extromit\": \"Mgbakwunye\",\n    \"extropical\": \"Ekene\",\n    \"extrorsal\": \"nnukwu ihe\",\n    \"extrorse\": \"oke\",\n    \"extrorsely\": \"n'ụzọ dị egwu\",\n    \"extrospect\": \"Ntughari\",\n    \"extrospection\": \"nyocha\",\n    \"extrospective\": \"ntụgharị\",\n    \"extroversion\": \"Ọpụpụ\",\n    \"extroversive\": \"ekwenyekwu\",\n    \"extroversively\": \"n'agha\",\n    \"extrovert\": \"Ntinye\",\n    \"extroverted\": \"kpochapụla\",\n    \"extrovertedness\": \"Mgbanwe\",\n    \"extrovertish\": \"Mgbanwe\",\n    \"extrovertive\": \"na-egbu egbu\",\n    \"extrovertively\": \"na mgbakwunye\",\n    \"extroverts\": \"Ntinye\",\n    \"extruct\": \"wepụ\",\n    \"extrudability\": \"Ntughari\",\n    \"extrude\": \"Ekene\",\n    \"extruded\": \"Nkechi\",\n    \"extruder\": \"onye mmeputa\",\n    \"extruders\": \"ndị na-eme ihe\",\n    \"extrudes\": \"ụdị\",\n    \"extruding\": \"Na-achọpụta\",\n    \"extrusile\": \"gbasasie\",\n    \"extrusion\": \"Ọpụpụ\",\n    \"extrusions\": \"Ogba\",\n    \"extrusive\": \"Dịpu\",\n    \"extrusory\": \"Akụrụngwa\",\n    \"extubate\": \"gbasaa\",\n    \"extubation\": \"extubub\",\n    \"extuberance\": \"Mmebi\",\n    \"extuberant\": \"ji obi uto\",\n    \"extuberate\": \"gbasaa\",\n    \"extumescence\": \"Mgbatị\",\n    \"extund\": \"agbasi\",\n    \"exturb\": \"wepụ\",\n    \"extusion\": \"Ọpụpụ\",\n    \"exuberance\": \"obi uto\",\n    \"exuberancy\": \"obi uto\",\n    \"exuberant\": \"ji obi uto\",\n    \"exuberantly\": \"ji obi uto\",\n    \"exuberantness\": \"obi uto\",\n    \"exuberate\": \"imebiga ihe ókè\",\n    \"exuberated\": \"ji obi ụtọ\",\n    \"exuberating\": \"na-enwe obi ụtọ\",\n    \"exuberation\": \"obi uto\",\n    \"exuccous\": \"ndụdụ\",\n    \"exucontian\": \"igwu\",\n    \"exudate\": \"exudud\",\n    \"exudates\": \"gha\",\n    \"exudation\": \"gha\",\n    \"exudations\": \"udgha\",\n    \"exudative\": \"nka\",\n    \"exuded\": \"Ntughari\",\n    \"exudence\": \"udgha\",\n    \"exuding\": \"igwu\",\n    \"exul\": \"kpo\",\n    \"exulate\": \"kpochapụ\",\n    \"exulcerate\": \"kpochapụrụ\",\n    \"exulcerated\": \"kpopụrụ\",\n    \"exulcerating\": \"na-agbaghara\",\n    \"exulceration\": \"ọulụrationụ\",\n    \"exulcerative\": \"ọulụulụ\",\n    \"exulding\": \"na-enwe\",\n    \"exult\": \"nwee obi ụtọ\",\n    \"exultance\": \"obi uto\",\n    \"exultancy\": \"Ochichi\",\n    \"exultant\": \"a exụrị\",\n    \"exultantly\": \"aultụrị\",\n    \"exultation\": \"obi uto\",\n    \"exulted\": \"ọ .ụ\",\n    \"exultet\": \"obi uto\",\n    \"exulting\": \"na-enwe a .ụrị\",\n    \"exultingly\": \"ọultụ\",\n    \"exults\": \"aultsụrị\",\n    \"exululate\": \"kpo\",\n    \"exumbrella\": \"akara ngosi\",\n    \"exundance\": \"ntughari\",\n    \"exundancy\": \"oke\",\n    \"exundate\": \"duputa\",\n    \"exundation\": \"njiko\",\n    \"exurb\": \"wepu\",\n    \"exurbanite\": \"ur nwere ike\",\n    \"exurbanites\": \"nwee ndụ\",\n    \"exurbia\": \"ọwụwa\",\n    \"exurbias\": \"igbanwe\",\n    \"exurbs\": \"ọpụrụiche\",\n    \"exurge\": \"ịpụ apụ\",\n    \"exuscitate\": \"igbapu\",\n    \"exust\": \"igwu\",\n    \"exuvia\": \"ọpụpụ\",\n    \"exuviae\": \"ọpụpụ\",\n    \"exuvial\": \"omume ọma\",\n    \"exuviate\": \"wepụ\",\n    \"exuviated\": \"kpochapụrụ\",\n    \"exuviates\": \"na-agbanye ume\",\n    \"exuviating\": \"na-akpali akpali\",\n    \"exuviation\": \"mwepu\",\n    \"exuvium\": \"Ọpụpụ\",\n    \"exzodiacal\": \"Ọpụpụ\",\n    \"faade\": \"ịda mba\",\n    \"fabaceous\": \"nkechi\",\n    \"fable\": \"akuko akuko\",\n    \"fabled\": \"nke mebiri\",\n    \"fabledom\": \"okpo\",\n    \"fableist\": \"onye akụkọ\",\n    \"fablemaker\": \"onye na-eme ihe akuko\",\n    \"fabler\": \"onye edemede\",\n    \"fablers\": \"fable\",\n    \"fables\": \"akụkọ ifo\",\n    \"fabling\": \"linggha\",\n    \"fabric\": \"akwa\",\n    \"fabricant\": \"antgha\",\n    \"fabricate\": \"ategha\",\n    \"fabricated\": \"echepụtara\",\n    \"fabricating\": \"gha\",\n    \"fabrication\": \"fabricgha\",\n    \"fabricational\": \"arụpụta ihe\",\n    \"fabrications\": \"gha\",\n    \"fabricative\": \"arụpụta ihe\",\n    \"fabricator\": \"onye na-echepụta ihe\",\n    \"fabricators\": \"ndị na-echepụta ihe\",\n    \"fabricatress\": \"akwa akwa\",\n    \"fabricature\": \"mepụta akwa\",\n    \"fabrics\": \"akwa\",\n    \"fabula\": \"ngwugwu\",\n    \"fabular\": \"ngwugwu\",\n    \"fabulate\": \"ngwugwu\",\n    \"fabulist\": \"onye isi\",\n    \"fabulize\": \"gbasie ike\",\n    \"fabulosity\": \"ulogha\",\n    \"facaded\": \"facades\",\n    \"face\": \"ihu\",\n    \"faceable\": \"ihu\",\n    \"facebar\": \"ihu ihu\",\n    \"facebow\": \"ihu ihu\",\n    \"facebread\": \"bred achicha\",\n    \"facecloth\": \"akwa ihu\",\n    \"faced\": \"chere ihu\",\n    \"facedown\": \"chee ihu\",\n    \"faceharden\": \"ihu ihu\",\n    \"faceless\": \"enweghị ihu\",\n    \"facelessness\": \"enweghị ihu\",\n    \"facelift\": \"ọdịdị ihu\",\n    \"facelifts\": \"ọdịdị ihu\",\n    \"facellite\": \"Satellite\",\n    \"facemaker\": \"facem\",\n    \"facemaking\": \"ime ihu\",\n    \"faceoff\": \"chere ihu\",\n    \"facepiece\": \"ihu\",\n    \"faces\": \"ihu\",\n    \"facesaving\": \"ichekwa ihu\",\n    \"facete\": \"nwere ihu\",\n    \"faceted\": \"nwere ihu\",\n    \"facetely\": \"ihu ọma\",\n    \"faceteness\": \"ọdịdị\",\n    \"facetiation\": \"ịrụ ọrụ\",\n    \"faceting\": \"facet\",\n    \"facetiously\": \"n'ụzọ zuru oke\",\n    \"facetiousness\": \"ọdịdị\",\n    \"facets\": \"akụkụ\",\n    \"facetted\": \"nwere ihu\",\n    \"faceup\": \"ihu\",\n    \"facewise\": \"chere ihu\",\n    \"facework\": \"ịrụ ọrụ ihu\",\n    \"facy\": \"ihu\",\n    \"facial\": \"ọdịdị ihu\",\n    \"facially\": \"ihu\",\n    \"facials\": \"ọdịdị ihu\",\n    \"faciation\": \"ọdịdị\",\n    \"faciends\": \"na-emezi\",\n    \"faciest\": \"ihe kacha mma\",\n    \"facileness\": \"facile\",\n    \"facilitate\": \"ikwado\",\n    \"facilitated\": \"ikwado\",\n    \"facilitates\": \"mmemmem\",\n    \"facilitating\": \"ikwado\",\n    \"facilitation\": \"mmezi\",\n    \"facilitations\": \"mmemmem\",\n    \"facilitative\": \"mmemmem\",\n    \"facilitator\": \"onye mmekorita\",\n    \"facility\": \"akụrụngwa\",\n    \"facilities\": \"akụrụngwa\",\n    \"facing\": \"na-eche ihu\",\n    \"facingly\": \"na-eche ihu\",\n    \"facings\": \"na-eche ihu\",\n    \"facinorousness\": \"facinorous ness\",\n    \"faciocervical\": \"nwaanyi\",\n    \"faciolingual\": \"echekwa\",\n    \"fack\": \"ngwugwu\",\n    \"fackings\": \"ngwugwu\",\n    \"fackins\": \"Ochie\",\n    \"facsimile\": \"fsimile\",\n    \"facsimiled\": \"echekwara\",\n    \"facsimileing\": \"na-eche ihu\",\n    \"facsimiles\": \"iheanacho\",\n    \"facsimiling\": \"gbasaa\",\n    \"fact\": \"eziokwu\",\n    \"factable\": \"eziokwu\",\n    \"factabling\": \"eme ihe n'eziokwu\",\n    \"factfinder\": \"onye nlekota oru\",\n    \"factful\": \"eziokwu\",\n    \"facty\": \"eziokwu\",\n    \"factice\": \"N'eziokwu\",\n    \"facticide\": \"egbu onwe\",\n    \"facticity\": \"eziokwu\",\n    \"faction\": \"nkewa\",\n    \"factional\": \"nkewa\",\n    \"factionalism\": \"nkewa\",\n    \"factionalist\": \"nkewa\",\n    \"factionally\": \"nkewa\",\n    \"factionary\": \"nkewa\",\n    \"factionaries\": \"nkewa\",\n    \"factionate\": \"nkewa\",\n    \"factioneer\": \"nkewa\",\n    \"factionism\": \"nkewa\",\n    \"factionist\": \"nkewa\",\n    \"factionistism\": \"nkewa nkewa\",\n    \"factions\": \"òtù\",\n    \"factious\": \"eziokwu\",\n    \"factiously\": \"n'eziokwu\",\n    \"factiousness\": \"eziokwu\",\n    \"factish\": \"eziokwu\",\n    \"factitial\": \"akpa\",\n    \"factitious\": \"eziokwu\",\n    \"factitiously\": \"eziokwu\",\n    \"factitiousness\": \"eziokwu\",\n    \"factitive\": \"eziokwu\",\n    \"factitively\": \"n'eziokwu\",\n    \"factitude\": \"eziokwu\",\n    \"factive\": \"ọdịdị\",\n    \"factor\": \"ihe\",\n    \"factordom\": \"eziokwuordom\",\n    \"factored\": \"emewo\",\n    \"factoress\": \"ụlọ ọrụ\",\n    \"factory\": \"ụlọ ọrụ\",\n    \"factorial\": \"eziokwu\",\n    \"factorially\": \"n'eziokwu\",\n    \"factorials\": \"ihe omuma\",\n    \"factories\": \"ụlọ mmepụta ihe\",\n    \"factorylike\": \"dị ka factory\",\n    \"factoring\": \"ịzụ ahịa\",\n    \"factoryship\": \"ihe nnabata\",\n    \"factorist\": \"akpata\",\n    \"factorizations\": \"ihe mmeghe\",\n    \"factorize\": \"chọpụta\",\n    \"factorized\": \"ebutere\",\n    \"factorizing\": \"na-achọpụta\",\n    \"factors\": \"ihe\",\n    \"factotums\": \"ekwenti\",\n    \"facts\": \"eziokwu\",\n    \"factual\": \"eziokwu\",\n    \"factualism\": \"eziokwu\",\n    \"factualist\": \"onye n'eziokwu\",\n    \"factualistic\": \"eziokwu\",\n    \"factuality\": \"eziokwu\",\n    \"factually\": \"n'ezie\",\n    \"factualness\": \"eziokwu\",\n    \"facture\": \"eziokwu\",\n    \"factures\": \"ụlọ\",\n    \"facular\": \"ọdịdị ihu\",\n    \"faculous\": \"mara mma\",\n    \"facultatively\": \"n'ụzọ na-egosi\",\n    \"faculty\": \"ngalaba\",\n    \"faculties\": \"ikike iche\",\n    \"facundity\": \"nze\",\n    \"faddy\": \"nna\",\n    \"faddiest\": \"kachasie ike\",\n    \"faddiness\": \"ihe nzuzu\",\n    \"fadding\": \"icha\",\n    \"faddish\": \"ihe nzuzu\",\n    \"faddishness\": \"ọmarịcha\",\n    \"faddist\": \"onye isi ala\",\n    \"faddists\": \"fọọtị\",\n    \"faddle\": \"taapu\",\n    \"fade\": \"ịjụ oyi\",\n    \"fadeaways\": \"mmachi\",\n    \"faded\": \"adịkwaghị agbapụta\",\n    \"fadedly\": \"agbagha\",\n    \"fadedness\": \"agbachi\",\n    \"fadeless\": \"agaghị agwụ agwụ\",\n    \"fadelessly\": \"n'adịghị\",\n    \"faden\": \"daa daa\",\n    \"fadeout\": \"icha\",\n    \"fades\": \"na-ada\",\n    \"fadge\": \"ichi\",\n    \"fadged\": \"adịkwaghị agbapụta\",\n    \"fadges\": \"na-agbada\",\n    \"fadging\": \"na-agbakasị\",\n    \"fady\": \"adighi\",\n    \"fading\": \"na-agbada\",\n    \"fadingly\": \"n'iyi\",\n    \"fadingness\": \"inwu\",\n    \"fadlike\": \"adighi\",\n    \"fadmongery\": \"akachukwu\",\n    \"fadmongering\": \"na-agbakasị\",\n    \"fadridden\": \"adalata\",\n    \"faeces\": \"nsị\",\n    \"faff\": \"faffụ\",\n    \"fagaceous\": \"fagageous\",\n    \"fagged\": \"gbasaa\",\n    \"faggery\": \"fagage\",\n    \"fagging\": \"na-agbagha\",\n    \"faggingly\": \"ndieghe\",\n    \"faggot\": \"agha\",\n    \"faggoted\": \"gbaruru\",\n    \"faggoting\": \"na-agbasa\",\n    \"faggots\": \"agha\",\n    \"fagot\": \"agha\",\n    \"fagoted\": \"kwuhie\",\n    \"fagoters\": \"ndiegwu\",\n    \"fagoting\": \"na-agbagha\",\n    \"fagotings\": \"icha\",\n    \"fagots\": \"agha\",\n    \"fagottist\": \"onyegbula\",\n    \"faikes\": \"faịl\",\n    \"fail\": \"ida\",\n    \"failed\": \"okpu\",\n    \"fayles\": \"Faịlụ\",\n    \"failing\": \"na-ada ada\",\n    \"failingly\": \"ida\",\n    \"failingness\": \"odida\",\n    \"failings\": \"mmejọ\",\n    \"faille\": \"ida\",\n    \"failles\": \"ida\",\n    \"fails\": \"ida\",\n    \"failsafe\": \"okpu\",\n    \"failsoft\": \"Adaeze\",\n    \"failure\": \"odida\",\n    \"failures\": \"ọdịda\",\n    \"fainaigue\": \"ike ọgwụgwụ\",\n    \"fainant\": \"faining\",\n    \"faineance\": \"faine\",\n    \"faineancy\": \"onye nwe ụlọ\",\n    \"faineant\": \"fine\",\n    \"faineantise\": \"fineantise\",\n    \"faineants\": \"ndị na-azụ azụ\",\n    \"fainest\": \"faines\",\n    \"fainly\": \"fainị\",\n    \"faint\": \"ịda mba\",\n    \"fainted\": \"tụbọrọ\",\n    \"fainters\": \"fainers\",\n    \"faintest\": \"fains\",\n    \"faintful\": \"ida mba\",\n    \"faintheart\": \"onye nzuzu\",\n    \"fainthearted\": \"nkụda mmụọ\",\n    \"faintheartedly\": \"faintly n'obi\",\n    \"faintheartedness\": \"ịda mba\",\n    \"fainty\": \"ida\",\n    \"fainting\": \"ịda mba\",\n    \"faintingly\": \"faining\",\n    \"faintise\": \"ike gwụrụ\",\n    \"faintish\": \"ida mba\",\n    \"faintishness\": \"ike gwụrụ\",\n    \"faintly\": \"fainly\",\n    \"faintling\": \"na-ada mba\",\n    \"faintness\": \"ụnwụ\",\n    \"faints\": \"fains\",\n    \"fair\": \"ngosi\",\n    \"faired\": \"faiiri\",\n    \"fairer\": \"mara mma\",\n    \"fairest\": \"mara mma\",\n    \"fairfieldite\": \"ọmarịcha\",\n    \"fairgoer\": \"ihe ngosi\",\n    \"fairgoing\": \"na-egosi\",\n    \"fairgrass\": \"ihe ngosi\",\n    \"fairground\": \"okpokoro\",\n    \"fairgrounds\": \"okpokoro\",\n    \"fairhead\": \"akụkọ\",\n    \"fairy\": \"akụkọ ifo\",\n    \"fairydom\": \"mmuo\",\n    \"fairyfloss\": \"akuko mmoo\",\n    \"fairyfolk\": \"akụkọ ifo\",\n    \"fairyhood\": \"akụkọ\",\n    \"fairyish\": \"akụkọ ifo\",\n    \"fairyism\": \"akụkọ ifo\",\n    \"fairyisms\": \"akuko mmuo\",\n    \"fairily\": \"n'ezi\",\n    \"fairylike\": \"akuko mmuo\",\n    \"fairing\": \"ihe ngosi\",\n    \"fairyology\": \"akụkọ\",\n    \"fairyologist\": \"ọkà mmụta banyere ọkaibe\",\n    \"fairyship\": \"akụkọ\",\n    \"fairishly\": \"n'ụzọ ziri ezi\",\n    \"fairishness\": \"ikpe ziri ezi\",\n    \"fairkeeper\": \"onye ziri ezi\",\n    \"fairleader\": \"onye nduzi\",\n    \"fairly\": \"n'ụzọ ziri ezi\",\n    \"fairlike\": \"ngosi\",\n    \"fairling\": \"n'ụzọ ziri ezi\",\n    \"fairm\": \"ugbo\",\n    \"fairness\": \"ikpe ziri ezi\",\n    \"fairnesses\": \"ikpe ziri ezi\",\n    \"fairs\": \"emume\",\n    \"fairship\": \"ụlọ ọrụ\",\n    \"fairsome\": \"ọmarịcha\",\n    \"fairstead\": \"onyekwere\",\n    \"fairtime\": \"oge ngosi\",\n    \"fairway\": \"okporo ụzọ\",\n    \"fairways\": \"ndi ezi omume\",\n    \"fairwater\": \"mmiri mara mma\",\n    \"faith\": \"okwukwe\",\n    \"faithbreach\": \"okwukwe emebi\",\n    \"faithbreaker\": \"okwukwe\",\n    \"faithed\": \"okwukwe\",\n    \"faithful\": \"kwesịrị ntụkwasị obi\",\n    \"faithfully\": \"kwesịrị ntụkwasị obi\",\n    \"faithfulness\": \"ikwesị ntụkwasị obi\",\n    \"faithfuls\": \"kwesịrị ntụkwasị obi\",\n    \"faithing\": \"okwukwe\",\n    \"faithless\": \"enweghị okwukwe\",\n    \"faithlessly\": \"enweghị okwukwe\",\n    \"faithlessness\": \"enweghị okwukwe\",\n    \"faiths\": \"okwukwe\",\n    \"faithwise\": \"n'okwukwe\",\n    \"faithworthy\": \"kwesịrị ntụkwasị obi\",\n    \"faithworthiness\": \"ikwesị ntụkwasị obi\",\n    \"faitor\": \"ihe ndozi\",\n    \"fake\": \"adịgboroja\",\n    \"faked\": \"adịgboroja\",\n    \"fakeer\": \"adịgboroja\",\n    \"fakeers\": \"adịgboroja\",\n    \"fakement\": \"nkwupụta\",\n    \"fakers\": \"ndị na-eme mkpọtụ\",\n    \"fakiness\": \"fakkin\",\n    \"faking\": \"na-eme\",\n    \"fakirism\": \"fakiri\",\n    \"falbala\": \"ọdịda\",\n    \"falbalas\": \"ọdịda\",\n    \"falcade\": \"cadegha\",\n    \"falcate\": \"dapụ\",\n    \"falcated\": \"mebiri\",\n    \"falcation\": \"cgha\",\n    \"falcer\": \"na-agba ọsọ\",\n    \"falces\": \"na-ada\",\n    \"falchion\": \"chda\",\n    \"falchions\": \"Ọdịda\",\n    \"falcial\": \"dị mkpa\",\n    \"falcinellus\": \"nnenne\",\n    \"falciparum\": \"ọsịsọ\",\n    \"falco\": \"eburu\",\n    \"falcon\": \"agụ nkwọ\",\n    \"falconbill\": \"ndaba\",\n    \"falconelle\": \"mgbede\",\n    \"falconers\": \"ndaba\",\n    \"falcones\": \"agụ nkwọ\",\n    \"falconine\": \"agụ nkwọ\",\n    \"falconlike\": \"nnụnụ yiri agụ nkwọ\",\n    \"falconry\": \"agụ nkwọ\",\n    \"falconries\": \"ndaba\",\n    \"falcons\": \"nganga\",\n    \"falcopern\": \"ebibi\",\n    \"falcula\": \"ụgha\",\n    \"falcular\": \"nkwarụ\",\n    \"falcunculus\": \"mgbagha\",\n    \"falda\": \"ọda\",\n    \"faldage\": \"odida\",\n    \"falderal\": \"nkwarụ\",\n    \"falderals\": \"odida\",\n    \"falderol\": \"ebibi\",\n    \"falderols\": \"ebibi\",\n    \"faldetta\": \"iheda\",\n    \"falding\": \"na-ada\",\n    \"faldistory\": \"nkwenye\",\n    \"faldstool\": \"Onyekwere\",\n    \"faldworth\": \"ọsịdu\",\n    \"falerian\": \"ikechukwu\",\n    \"falernian\": \"Falernian\",\n    \"fall\": \"daa\",\n    \"fallace\": \"allagha\",\n    \"fallacy\": \"ụgha\",\n    \"fallacies\": \"ndaba\",\n    \"fallaciously\": \"n'ekwu\",\n    \"fallaciousness\": \"ugha\",\n    \"fallalishly\": \"ndigbo\",\n    \"fallals\": \"fallal\",\n    \"fallation\": \"nkwanye\",\n    \"fallaway\": \"nghari\",\n    \"fallback\": \"daghachi azụ\",\n    \"fallbacks\": \"Ndabere\",\n    \"fallen\": \"daa\",\n    \"fallency\": \"ọdịda\",\n    \"fallenness\": \"ọdịda\",\n    \"faller\": \"na-ada\",\n    \"fallers\": \"ndị na-ada ada\",\n    \"fallfish\": \"azụ azụ\",\n    \"fallfishes\": \"Ọdịda azụ\",\n    \"fallibilism\": \"ọdịda\",\n    \"fallibilist\": \"Ndaba\",\n    \"fallibility\": \"ọdịda\",\n    \"fallible\": \"na-ada ada\",\n    \"fallibleness\": \"ndaba\",\n    \"fallibly\": \"na-ada ada\",\n    \"falling\": \"na-ada\",\n    \"fallings\": \"ọdịda\",\n    \"falloff\": \".da\",\n    \"falloffs\": \"mmegha\",\n    \"fallopian\": \"ifeanyi\",\n    \"fallostomy\": \"mmebe\",\n    \"fallout\": \"dachapụ\",\n    \"fallouts\": \"ida\",\n    \"fallow\": \"ida\",\n    \"fallowed\": \"dapụrụ\",\n    \"fallowing\": \"na-agbada\",\n    \"fallowist\": \"Onyewusa\",\n    \"fallowness\": \"ọdịda\",\n    \"fallows\": \"ida\",\n    \"falls\": \"daa\",\n    \"falltime\": \"oge mgbụsị akwụkwọ\",\n    \"fallway\": \"ida\",\n    \"false\": \"ugha\",\n    \"falseface\": \"ụgha\",\n    \"falsehearted\": \"obi\",\n    \"falseheartedly\": \"ụgha\",\n    \"falseheartedness\": \"obi ugha\",\n    \"falsehood\": \"ụgha\",\n    \"falsehoods\": \"ụgha\",\n    \"falsely\": \"ụgha\",\n    \"falseness\": \"ụgha\",\n    \"falser\": \"gha\",\n    \"falsest\": \"ụgha\",\n    \"falsettist\": \"onye gha\",\n    \"falsework\": \"ụgha\",\n    \"falsidical\": \"ụgha\",\n    \"falsies\": \"ụgha\",\n    \"falsify\": \"ghagha\",\n    \"falsifiability\": \"ụgha\",\n    \"falsifiable\": \"alsgha\",\n    \"falsificate\": \"ụgha\",\n    \"falsification\": \"fgha\",\n    \"falsifications\": \"ụgha\",\n    \"falsificator\": \"onye na-eme ihe n'eziokwu\",\n    \"falsified\": \"ghagha ụgha\",\n    \"falsifier\": \"ghasasia\",\n    \"falsifiers\": \"ndị ụgha\",\n    \"falsifies\": \"gha\",\n    \"falsifying\": \"ụgha\",\n    \"falsism\": \"ụgha\",\n    \"falsiteit\": \"ụgha\",\n    \"falsity\": \"ụgha\",\n    \"falsities\": \"ụgha\",\n    \"falstaffian\": \"stgha\",\n    \"faltboat\": \"tgbọ mmiri\",\n    \"faltboats\": \"tgbọ mmiri\",\n    \"faltche\": \"ida\",\n    \"falter\": \"ịda\",\n    \"faltere\": \"ida\",\n    \"faltered\": \"dapụrụ\",\n    \"falterer\": \"onye isi\",\n    \"falterers\": \"ndaba\",\n    \"faltering\": \"na-agbagha\",\n    \"falteringly\": \"Na-aga\",\n    \"falters\": \"na-ada ada\",\n    \"falun\": \"ida\",\n    \"faluns\": \"ida\",\n    \"falus\": \"ida\",\n    \"falutin\": \"utingha\",\n    \"falx\": \"ida\",\n    \"fame\": \"ama\",\n    \"famed\": \"ama ama\",\n    \"fameflower\": \"okpokoro\",\n    \"fameful\": \"onye ama\",\n    \"fameless\": \"enweghị ama\",\n    \"famelessly\": \"na-enweghị aha\",\n    \"famelessness\": \"enweghị aha\",\n    \"famelic\": \"ezinụlọ\",\n    \"fames\": \"ezinụlọ\",\n    \"fameuse\": \"ewue\",\n    \"fameworthy\": \"ama\",\n    \"familarity\": \"maara\",\n    \"family\": \"ezinụlọ\",\n    \"familia\": \"ezinụlọ\",\n    \"familial\": \"ezinụlọ\",\n    \"familiar\": \"maara\",\n    \"familiary\": \"maara\",\n    \"familiarisation\": \"familiarization\",\n    \"familiarise\": \"maara\",\n    \"familiarised\": \"maara\",\n    \"familiariser\": \"maara ihe\",\n    \"familiarising\": \"maara\",\n    \"familiarisingly\": \"maara\",\n    \"familiarism\": \"maara ihe\",\n    \"familiarity\": \"maara\",\n    \"familiarities\": \"maara\",\n    \"familiarize\": \"maara\",\n    \"familiarized\": \"maara\",\n    \"familiarizing\": \"maara\",\n    \"familiarly\": \"maara nke ọma\",\n    \"familiarness\": \"maara\",\n    \"familiars\": \"ndị ezinụlọ\",\n    \"familic\": \"ezinụlọ\",\n    \"families\": \"ezinụlọ\",\n    \"familyish\": \"ezinụlọ\",\n    \"familism\": \"ezinụlọ\",\n    \"familist\": \"onye ezinụlọ\",\n    \"familistery\": \"ezinụlọ\",\n    \"familistic\": \"ezinụlọ\",\n    \"familistical\": \"ezinụlọ\",\n    \"famine\": \"ụnwụ\",\n    \"famines\": \"ụnwụ\",\n    \"faming\": \"egbuazu\",\n    \"famish\": \"ụnwụ\",\n    \"famished\": \"ụnwụ\",\n    \"famishes\": \"agụụ\",\n    \"famishing\": \"agụụ\",\n    \"famishment\": \"ụnwụ\",\n    \"famous\": \"ama\",\n    \"famously\": \"ama\",\n    \"famousness\": \"ama\",\n    \"famular\": \"siri ike\",\n    \"famulary\": \"ezinụlọ\",\n    \"famulative\": \"ezinụlọ\",\n    \"fan\": \"onye ofufe\",\n    \"fanal\": \"ofufe\",\n    \"fanatic\": \"onye ofufe\",\n    \"fanatically\": \"fan ahaan\",\n    \"fanaticise\": \"fanati\",\n    \"fanaticism\": \"ịnyịnya\",\n    \"fanaticizing\": \"na-akwado\",\n    \"fanatics\": \"ndị na-anụ ọkụ n'obi\",\n    \"fanbearer\": \"onye na akwado\",\n    \"fancies\": \"fancy\",\n    \"fancify\": \"kwalite\",\n    \"fancifulness\": \"cma mma\",\n    \"fanciless\": \"enweghị uche\",\n    \"fandangos\": \"fandangọs\",\n    \"fanegas\": \"fanga\",\n    \"fanes\": \"fans\",\n    \"fanfare\": \"ofufe\",\n    \"fanfarons\": \"fanfaron\",\n    \"fanfish\": \"azụ azụ\",\n    \"fanfishes\": \"fanfish\",\n    \"fanfolds\": \"flọl\",\n    \"fanfoot\": \"ụkwụ ụkwụ\",\n    \"fang\": \"uyi\",\n    \"fanged\": \"were iwe\",\n    \"fangs\": \"ubu\",\n    \"fanions\": \"ofufe\",\n    \"fanlights\": \"ọkụ ọkụ\",\n    \"fanmaker\": \"onye na-akwado ihe\",\n    \"fanman\": \"onye ofufe\",\n    \"fanneling\": \"fanning\",\n    \"fanner\": \"onye ofufe\",\n    \"fanners\": \"fansi\",\n    \"fanny\": \"Fanny\",\n    \"fannies\": \"fannisi\",\n    \"fannings\": \"fann\",\n    \"fanons\": \"ndị ofufe\",\n    \"fans\": \"Fans\",\n    \"fant\": \"Fant\",\n    \"fantaddish\": \"Ebube\",\n    \"fantaseid\": \"fantasyid\",\n    \"fantasy\": \"echiche efu\",\n    \"fantasie\": \"echiche efu\",\n    \"fantasies\": \"echiche efu\",\n    \"fantasying\": \"echiche efu\",\n    \"fantasist\": \"onye echiche efu\",\n    \"fantasists\": \"ndị echiche efu\",\n    \"fantasize\": \"echiche efu\",\n    \"fantasized\": \"Echiche efu\",\n    \"fantasizes\": \"echiche efu\",\n    \"fantasizing\": \"na-eche\",\n    \"fantasm\": \"echiche efu\",\n    \"fantasmagoria\": \"fantasy ike\",\n    \"fantasmagoric\": \"iheanacho\",\n    \"fantasmagorically\": \"n'echiche efu\",\n    \"fantasmal\": \"echiche efu\",\n    \"fantasms\": \"echiche efu\",\n    \"fantasque\": \"echiche efu\",\n    \"fantassin\": \"fantasy\",\n    \"fantast\": \"echiche efu\",\n    \"fantastic\": \"kediegwu\",\n    \"fantastical\": \"fantasy\",\n    \"fantasticality\": \"n'echiche\",\n    \"fantastically\": \"n'echiche\",\n    \"fantasticalness\": \"efu efu\",\n    \"fantasticate\": \"fantastica\",\n    \"fantastication\": \"astgha fantasy\",\n    \"fantasticism\": \"fantasy\",\n    \"fantasticly\": \"n'echiche\",\n    \"fantasticness\": \"kediegwu\",\n    \"fantastico\": \"onyeka onwenu\",\n    \"fantastry\": \"fantasy\",\n    \"fantasts\": \"Echiche efu\",\n    \"fantigue\": \"echiche efu\",\n    \"fantod\": \"odgha\",\n    \"fantoddish\": \"mmamiri\",\n    \"fantods\": \"fantgha\",\n    \"fantom\": \"fantasy\",\n    \"fantoms\": \"echiche efu\",\n    \"fanums\": \"fanmu\",\n    \"fanweed\": \"fanwe\",\n    \"fanworts\": \"fanwort\",\n    \"faqirs\": \"ihe ojo\",\n    \"faquir\": \"ikwuru\",\n    \"far\": \"tere aka\",\n    \"faraday\": \"mgbe ochie\",\n    \"faradmeter\": \"faradmita\",\n    \"farand\": \"mbido\",\n    \"faraway\": \"tere aka\",\n    \"farawayness\": \"ebe dị anya\",\n    \"farced\": \"achọpụtara\",\n    \"farcelike\": \"Okenye\",\n    \"farcemeat\": \"france\",\n    \"farcer\": \"onye ọrụ ugbo\",\n    \"farcers\": \"ndi ichi\",\n    \"farces\": \"okwa\",\n    \"farceurs\": \"Farceurs\",\n    \"farceuse\": \"Farceuse\",\n    \"farceuses\": \"ebe a\",\n    \"farcial\": \"dị mkpa\",\n    \"farcialize\": \"ịmata ọrụ\",\n    \"farcicality\": \"ihe omuma\",\n    \"farcicalness\": \"ịkọwa ihe\",\n    \"farcied\": \"Farcied\",\n    \"farcies\": \"ihe omuma\",\n    \"farcify\": \"mee ka udo di\",\n    \"farcing\": \"ịgba ọsọ\",\n    \"farcist\": \"onye igbo\",\n    \"farctate\": \"Nkeji\",\n    \"fardelet\": \"Okechukwu\",\n    \"fardo\": \"Fardo\",\n    \"fards\": \"ezi ozi\",\n    \"fare\": \"ego ụgbọ\",\n    \"fared\": \"gaa\",\n    \"farenheit\": \"ikekwe\",\n    \"farer\": \"Ihe odide\",\n    \"farers\": \"ego ụgbọ\",\n    \"fares\": \"n'ego ụgbọ\",\n    \"farewell\": \"ijeoma\",\n    \"farewelled\": \"daalụ\",\n    \"farewelling\": \"oje ije\",\n    \"farewells\": \"ijeoma\",\n    \"farfal\": \"emeghi eme\",\n    \"farfel\": \"ghara ịdị\",\n    \"farfels\": \"akụkọ na-emeghị eme\",\n    \"farfet\": \"ihe omuma\",\n    \"farfetched\": \"agaghị ekwe omume\",\n    \"farfetchedness\": \"emeghi eme\",\n    \"farforthly\": \"n'ogologo\",\n    \"farfugium\": \"agbachị\",\n    \"fargoing\": \"na-eje ozi\",\n    \"fargood\": \"Fargood\",\n    \"farhands\": \"ndi oru\",\n    \"faring\": \"ije\",\n    \"farinulent\": \"ekwenti\",\n    \"farish\": \"Farish\",\n    \"farle\": \"farley\",\n    \"farles\": \"farley\",\n    \"farleu\": \"farley\",\n    \"farls\": \"ugbo\",\n    \"farm\": \"ugbo\",\n    \"farmable\": \"A na-akọ ugbo\",\n    \"farmage\": \"ugbo\",\n    \"farmed\": \"akọ ugbo\",\n    \"farmer\": \"onye oru ugbo\",\n    \"farmeress\": \"onye ubi\",\n    \"farmerette\": \"onye oru ubi\",\n    \"farmery\": \"Onye oru ugbo\",\n    \"farmeries\": \"ndi oru ubi\",\n    \"farmerish\": \"onye ọrụ ubi\",\n    \"farmerly\": \"onye ọrụ ugbo\",\n    \"farmerlike\": \"onye ọrụ ugbo\",\n    \"farmers\": \"ndi oru ugbo\",\n    \"farmership\": \"ọrụ ugbo\",\n    \"farmhand\": \"oru ugbo\",\n    \"farmhands\": \"ọrụ ugbo\",\n    \"farmhold\": \"ugbo\",\n    \"farmhouse\": \"ulo oru ubi\",\n    \"farmhousey\": \"ulo oru ubi\",\n    \"farmhouses\": \"ụlọ ọrụ ugbo\",\n    \"farmyard\": \"ugbo ugbo\",\n    \"farmyardy\": \"ugbo-ubi\",\n    \"farmyards\": \"ugbo ugbo\",\n    \"farming\": \"ọrụ ugbo\",\n    \"farmings\": \"oru ugbo\",\n    \"farmland\": \"ala oru ubi\",\n    \"farmlands\": \"ala oru ubi\",\n    \"farmost\": \"nke kachasị\",\n    \"farmplace\": \"ugbo\",\n    \"farms\": \"ugbo\",\n    \"farmscape\": \"ugbo\",\n    \"farmstead\": \"stlọ\",\n    \"farmsteading\": \"ịkọ ugbo\",\n    \"farmsteads\": \"Ugbo ala\",\n    \"farmtown\": \"ala ubi\",\n    \"farmwife\": \"onye oru ugbo\",\n    \"farnesol\": \"Onochie\",\n    \"farnesols\": \"ọmarịcha\",\n    \"farness\": \"ịdị omimi\",\n    \"farnesses\": \"ịdị omimi\",\n    \"farnovian\": \"Onyeoma\",\n    \"faroeish\": \"Ikechukwu\",\n    \"faroelite\": \"Ikechukwu\",\n    \"faroese\": \"Faroese\",\n    \"farrage\": \"ugbo\",\n    \"farragos\": \"Farragos\",\n    \"farrant\": \"onye oru ugbo\",\n    \"farrantly\": \"n'ezi\",\n    \"farreachingly\": \"n'ezigbo\",\n    \"farreate\": \"Nwachukwu\",\n    \"farreation\": \"osobo\",\n    \"farrel\": \"gbọmgbọm\",\n    \"farrier\": \"onye nlekọta\",\n    \"farriery\": \"ugbo\",\n    \"farrieries\": \"ọrụ ugbo\",\n    \"farrierlike\": \"dị ka arierụ\",\n    \"farriers\": \"ndị na-elekọta ihe\",\n    \"farris\": \"Farris\",\n    \"farrisite\": \"Farrisi\",\n    \"farrow\": \"ohia\",\n    \"farrowed\": \"Onogwu\",\n    \"farrowing\": \"Farrow\",\n    \"farrows\": \"Onodi\",\n    \"farse\": \"ngwa\",\n    \"farseeing\": \"elepụ anya\",\n    \"farseeingness\": \"elele anya\",\n    \"farsight\": \"elepụ anya\",\n    \"farsighted\": \"elepụ anya\",\n    \"farsightedly\": \"elepụ anya n'ihu\",\n    \"farsightedness\": \"ilepụ anya n'ihu\",\n    \"farstepped\": \"ngwa ngwa\",\n    \"farted\": \"gbapụrụ\",\n    \"farther\": \"mee ihe\",\n    \"farthermore\": \"n'ihu\",\n    \"farthermost\": \"kasị dị anya\",\n    \"farthest\": \"kacha anya\",\n    \"farthing\": \"Ebele\",\n    \"farthingales\": \"mmmmmmmmmmmmm\",\n    \"farthingdeal\": \"Nwachukwu\",\n    \"farthingless\": \"enweghị atụ\",\n    \"farts\": \"ikpafe\",\n    \"farweltered\": \"dị mfe\",\n    \"fasces\": \"ebu ọnụ\",\n    \"fascet\": \"fasiet\",\n    \"fascial\": \"ngwa ngwa\",\n    \"fasciated\": \"ngwa ngwa\",\n    \"fasciately\": \"ngwa ngwa\",\n    \"fasciation\": \"ezumike\",\n    \"fascicle\": \"ngwa ngwa\",\n    \"fascicled\": \"gbasasịa\",\n    \"fascicles\": \"ngwa ngwa\",\n    \"fascicular\": \"gbasie ike\",\n    \"fascicularly\": \"ngwa ngwa\",\n    \"fasciculate\": \"gbasasie ike\",\n    \"fasciculately\": \"ngwa ngwa\",\n    \"fasciculation\": \"Fasciculation\",\n    \"fascicule\": \"Fascicule\",\n    \"fasciculus\": \"Fasciculus\",\n    \"fascinate\": \"nwee mmasị\",\n    \"fascinated\": \"masịrị\",\n    \"fascinatedly\": \"akpali mmasị\",\n    \"fascinates\": \"na-adọrọ mmasị\",\n    \"fascinating\": \"na-adọrọ mmasị\",\n    \"fascinatingly\": \"na-adọrọ mmasị\",\n    \"fascination\": \"mmasị\",\n    \"fascinations\": \"na-adọrọ mmasị\",\n    \"fascinative\": \"na-adọrọ mmasị\",\n    \"fascinator\": \"akpali mmasị\",\n    \"fascinatress\": \"mma\",\n    \"fascinery\": \"adọrọ mmasị\",\n    \"fascines\": \"na-adọrọ mmasị\",\n    \"fascintatingly\": \"ngwa ngwa\",\n    \"fasciolet\": \"fasiyolet\",\n    \"fascioplasty\": \"ngwugwu\",\n    \"fasciotomy\": \"Fasciotomy\",\n    \"fascis\": \"fasi\",\n    \"fascism\": \"fasizim\",\n    \"fascisms\": \"ngwa ngwa\",\n    \"fascist\": \"onye fasizim\",\n    \"fascistic\": \"fasizim\",\n    \"fascistization\": \"ngwa ngwa\",\n    \"fascistize\": \"ngwa ngwa\",\n    \"fascists\": \"ndị fasiji\",\n    \"fasels\": \"na-ebu ọnụ\",\n    \"fashed\": \"buru ọnụ\",\n    \"fasher\": \"na-ebu ọnụ\",\n    \"fashery\": \"zuo ike\",\n    \"fashes\": \"na-ebu ọnụ\",\n    \"fashing\": \"na-ebu ọnụ\",\n    \"fashion\": \"ejiji\",\n    \"fashionability\": \"ejiji\",\n    \"fashionable\": \"ejiji\",\n    \"fashionableness\": \"ejiji\",\n    \"fashionably\": \"ejiji\",\n    \"fashional\": \"ejiji\",\n    \"fashionative\": \"ejiji\",\n    \"fashioned\": \"ejiji\",\n    \"fashioner\": \"ejiji\",\n    \"fashioners\": \"Ndị na-emepụta ejiji\",\n    \"fashioning\": \"ejiji\",\n    \"fashionist\": \"onye ejiji\",\n    \"fashionize\": \"gbanwee\",\n    \"fashionless\": \"enweghị ejiji\",\n    \"fashionmonger\": \"ejiji\",\n    \"fashionmonging\": \"ejiji\",\n    \"fashions\": \"ejiji\",\n    \"fashiousness\": \"ọdịnala\",\n    \"fasnacht\": \"ngwugwu\",\n    \"fast\": \"ngwa ngwa\",\n    \"fastback\": \"ngwa ngwa\",\n    \"fastbacks\": \"ngwa ngwa\",\n    \"fastball\": \"bọọlụ bọọlụ\",\n    \"fastballs\": \"bọọlụ ọsọ ọsọ\",\n    \"fasted\": \"buru ọnụ\",\n    \"fasten\": \"eriri\",\n    \"fastened\": \"kpọgidere\",\n    \"fasteners\": \"ihe ndozi\",\n    \"fastening\": \"na-agba mbọ\",\n    \"fastenings\": \"fasten\",\n    \"fastens\": \"na-agbatị\",\n    \"faster\": \"Ọsọ ọsọ\",\n    \"fastest\": \"kasị\",\n    \"fastgoing\": \"na-agba ọsọ\",\n    \"fasthold\": \"jidesie ike\",\n    \"fastidiosity\": \"ngwa ngwa\",\n    \"fastidious\": \"ngwa ngwa\",\n    \"fastidiously\": \"ngwa ngwa\",\n    \"fastidiousness\": \"ngwa ngwa\",\n    \"fastigate\": \"ngwa ngwa\",\n    \"fastigated\": \"ngwa ngwa\",\n    \"fastigiate\": \"gbasie ike\",\n    \"fastigiated\": \"ngwa ngwa\",\n    \"fastigiately\": \"ngwa ngwa\",\n    \"fastigious\": \"ngwa ngwa\",\n    \"fastigiums\": \"ngwa ngwa\",\n    \"fasting\": \"na-ebu ọnụ\",\n    \"fastingly\": \"na-ebu ọnụ\",\n    \"fastings\": \"na-ebu ọnụ\",\n    \"fastish\": \"na-ebu ọnụ\",\n    \"fastland\": \"Fastland\",\n    \"fastly\": \"ngwa ngwa\",\n    \"fastness\": \"ngwa ngwa\",\n    \"fastnesses\": \"ngwa ngwa\",\n    \"fasts\": \"buo ọnụ\",\n    \"fastuous\": \"ngwa ngwa\",\n    \"fastuously\": \"ngwa ngwa\",\n    \"fastuousness\": \"ibu ibu\",\n    \"fastus\": \"ngwa ngwa\",\n    \"fastwalk\": \"ngwa ngwa\",\n    \"fat\": \"abụba\",\n    \"fatal\": \"kearu\",\n    \"fatalism\": \"ọnwụ\",\n    \"fatalist\": \"egbu egbu\",\n    \"fatalistic\": \"egbu egbu\",\n    \"fatalistically\": \"egbu egbu\",\n    \"fatalists\": \"ndị ọnwụ\",\n    \"fatality\": \"ọnwụ\",\n    \"fatalities\": \"ọnwụ\",\n    \"fatalize\": \"fatịlaịza\",\n    \"fatally\": \"gbuo\",\n    \"fatalness\": \"egbu\",\n    \"fatals\": \"kearu\",\n    \"fatbirds\": \"fatbird\",\n    \"fatbrained\": \"Akwukwo ozi\",\n    \"fate\": \"akara aka\",\n    \"fated\": \"amaokwu\",\n    \"fateful\": \"akara aka\",\n    \"fatefully\": \"akara aka\",\n    \"fatefulness\": \"akara aka\",\n    \"fates\": \"akara aka\",\n    \"fathead\": \"isi\",\n    \"fatheaded\": \"isi\",\n    \"fatheadedly\": \"isi-ike\",\n    \"fatheadedness\": \"isi ike\",\n    \"fathearted\": \"kelechi\",\n    \"father\": \"nna\",\n    \"fathercraft\": \"nna nna\",\n    \"fathered\": \"nna\",\n    \"fatherhood\": \"nna\",\n    \"fathering\": \"nna\",\n    \"fatherkin\": \"nna\",\n    \"fatherland\": \"nna nna\",\n    \"fatherlandish\": \"nna nna\",\n    \"fatherlands\": \"ala nna\",\n    \"fatherless\": \"enweghị nna\",\n    \"fatherlessness\": \"enweghị nna\",\n    \"fatherly\": \"nna\",\n    \"fatherlike\": \"dị ka nna\",\n    \"fatherliness\": \"nna\",\n    \"fatherling\": \"nna\",\n    \"fathers\": \"ndị nna\",\n    \"fathership\": \"nna\",\n    \"fathomed\": \"Ikechukwu\",\n    \"fathomless\": \"enweghị fathom\",\n    \"fathomlessly\": \"n'ụzọ na-enweghị isi\",\n    \"fathomlessness\": \"enweghị afọ ojuju\",\n    \"faticableness\": \"fatịlaị\",\n    \"fatigability\": \"ike ọgwụgwụ\",\n    \"fatigableness\": \"ike ọgwụgwụ\",\n    \"fatigate\": \"fatịa\",\n    \"fatigating\": \"fatiging\",\n    \"fatigation\": \"ịgba akwụkwọ\",\n    \"fatiguability\": \"ike ọgwụgwụ\",\n    \"fatiguabilities\": \"ike ọgwụgwụ\",\n    \"fatiguable\": \"ike ọgwụgwụ\",\n    \"fatigue\": \"ike ọgwụgwụ\",\n    \"fatigued\": \"ike gwụrụ\",\n    \"fatigueless\": \"ike ọgwụgwụ\",\n    \"fatiguing\": \"na-agwụ ike\",\n    \"fatiguingly\": \"na-egbu mmụọ\",\n    \"fatiscence\": \"abuba\",\n    \"fatless\": \"na-enweghị abụba\",\n    \"fatly\": \"na-egbu egbu\",\n    \"fatlike\": \"dị ka abụba\",\n    \"fatling\": \"fatịla\",\n    \"fatlings\": \"fatịla\",\n    \"fatness\": \"abụba\",\n    \"fatnesses\": \"ọrịa\",\n    \"fats\": \"abụba\",\n    \"fatsia\": \"Fatsia\",\n    \"fatsoes\": \"ikekwe\",\n    \"fatstock\": \"fat fat\",\n    \"fatstocks\": \"abụba\",\n    \"fatted\": \"mara abụba\",\n    \"fatten\": \"maa abụba\",\n    \"fattened\": \"maa abụba\",\n    \"fattener\": \"Fatịlaị\",\n    \"fatteners\": \"Ndị na-edozi fatịlaịza\",\n    \"fattest\": \"kasị baa ụba\",\n    \"fatty\": \"ọdụdụ\",\n    \"fattiness\": \"fattt\",\n    \"fattishness\": \"lụba\",\n    \"fattrels\": \"abụba\",\n    \"fatuate\": \"fatuatu\",\n    \"fatuitousness\": \"Ikechukwu\",\n    \"fatuous\": \"Fatuous\",\n    \"fatuously\": \"n'ụzọ zuru ezu\",\n    \"fatuousness\": \"ike\",\n    \"faucalize\": \"ịgbanyụ\",\n    \"faucet\": \"ọkpọkọ\",\n    \"faucets\": \"ọkpọkọ\",\n    \"faucre\": \"ọrụ\",\n    \"fauld\": \"daa\",\n    \"faulds\": \"fauld\",\n    \"faulkland\": \"Onochie\",\n    \"fault\": \"mmejọ\",\n    \"faultage\": \"mmejọ\",\n    \"faulted\": \"emezighị\",\n    \"faulter\": \"fulter\",\n    \"faultfind\": \"ezighi ezi\",\n    \"faultfinder\": \"onye na-eme ntụpọ\",\n    \"faultfinders\": \"ndị na-emezighị emezi\",\n    \"faultfinding\": \"achọta mmejọ\",\n    \"faultful\": \"faultta\",\n    \"faultfully\": \"enweghị ntụpọ\",\n    \"faulty\": \"ezighị ezi\",\n    \"faultiest\": \"kasị njọ\",\n    \"faultily\": \"emezighị emezi\",\n    \"faultiness\": \"emezighị emezi\",\n    \"faulting\": \"emehie ihe\",\n    \"faultless\": \"enweghị ntụpọ\",\n    \"faultlessly\": \"enweghị ntụpọ\",\n    \"faultlessness\": \"enweghị ntụpọ\",\n    \"faults\": \"mmejọ\",\n    \"faultsman\": \"onye mmejọ\",\n    \"fauna\": \"anụmanụ\",\n    \"faunated\": \"daalụ\",\n    \"faunish\": \"daa\",\n    \"faunist\": \"onye nkwado\",\n    \"faunlike\": \"dị ka faun\",\n    \"fauntleroy\": \"mmmmmmmmmmmmm\",\n    \"faurd\": \"emeka\",\n    \"fausant\": \"nọdụrụ\",\n    \"fause\": \"faosu\",\n    \"faussebrayed\": \"Ekwuru\",\n    \"fauster\": \"onye isi ala\",\n    \"faute\": \"ahụrụ\",\n    \"fautor\": \"ihe ndozi\",\n    \"fautorship\": \"na-akwado\",\n    \"fauvists\": \"ndị ọkpọ\",\n    \"favellidia\": \"mmmmmmmmmmmmm\",\n    \"faventine\": \"fedoin\",\n    \"faveolate\": \"fapeolate\",\n    \"faviform\": \"ahụrụ\",\n    \"favillous\": \"ihe ojoo\",\n    \"favissa\": \"mmachi\",\n    \"favissae\": \"mmachi\",\n    \"favonian\": \"Okonkwo\",\n    \"favonius\": \"Ekwensu\",\n    \"favor\": \"ihu oma\",\n    \"favorability\": \"mfọn\",\n    \"favorable\": \"dị mma\",\n    \"favorableness\": \"amara\",\n    \"favorably\": \"n'ụzọ dị mma\",\n    \"favored\": \"kwadoro\",\n    \"favoredly\": \"mfọn\",\n    \"favoredness\": \"ihu ọma\",\n    \"favorer\": \"nnem\",\n    \"favorers\": \"ndi amara\",\n    \"favoress\": \"nnem\",\n    \"favoring\": \"ihu ọma\",\n    \"favoringly\": \"na-atọ ụtọ\",\n    \"favorite\": \"ọkacha mmasị\",\n    \"favorites\": \"ọkacha mmasị\",\n    \"favoritism\": \"imelara mmadụ ihe\",\n    \"favorless\": \"enweghị ihu ọma\",\n    \"favors\": \"hụrụ n'anya\",\n    \"favose\": \"ihu ọma\",\n    \"favosite\": \"nnem\",\n    \"favosites\": \"ahụrụ\",\n    \"favour\": \"ihu oma\",\n    \"favourable\": \"dị mma\",\n    \"favourableness\": \"ịdị mma\",\n    \"favourably\": \"n'ụzọ dị mma\",\n    \"favoured\": \"kwadoro\",\n    \"favouredly\": \"n'ụzọ dị mma\",\n    \"favouredness\": \"ihu ọma\",\n    \"favourer\": \"onye na-eme amara\",\n    \"favourers\": \"ndị ọma\",\n    \"favouring\": \"ihu ọma\",\n    \"favouringly\": \"ihu ọma\",\n    \"favourite\": \"ọkacha mmasị\",\n    \"favouritism\": \"imelara mmadụ ihe\",\n    \"favourless\": \"enweghị mmetụta\",\n    \"favours\": \"hụrụ n'anya\",\n    \"favous\": \"ọfụma\",\n    \"favus\": \"ọfụma\",\n    \"favuses\": \"ọfụma\",\n    \"fawn\": \"ụmụ irighiri\",\n    \"fawned\": \"dapụtara\",\n    \"fawner\": \"fawn\",\n    \"fawners\": \"ndi umuaka\",\n    \"fawny\": \"ụmụ fawn\",\n    \"fawniest\": \"ahụ kacha\",\n    \"fawning\": \"fawn\",\n    \"fawningly\": \"n'ụzọ dị mma\",\n    \"fawningness\": \"fawnish\",\n    \"fawnlike\": \"dị ka onye dabara\",\n    \"fawns\": \"ụmụ fawn\",\n    \"fax\": \"faksị\",\n    \"faxed\": \"faksị\",\n    \"faxes\": \"faksị\",\n    \"faxing\": \"faksị\",\n    \"faze\": \"lezie anya\",\n    \"fazed\": \"gbụrụ\",\n    \"fazenda\": \"ụzarị\",\n    \"fazing\": \"na-akụ\",\n    \"fchar\": \"nkwanye\",\n    \"fcomp\": \"nwb\",\n    \"fconvert\": \"tụgharịa\",\n    \"fcs\": \"fc\",\n    \"fdname\": \"Aha njirimara\",\n    \"fdnames\": \"Aha nnabata\",\n    \"feak\": \"akwu\",\n    \"feaking\": \"na-achọ ihe\",\n    \"fear\": \"egwu\",\n    \"fearable\": \"fearing\",\n    \"fearbabe\": \"na-atụ egwu\",\n    \"feared\": \"na-atụ egwu\",\n    \"fearedly\": \"n'egwu\",\n    \"fearedness\": \"egwu\",\n    \"fearer\": \"egwu\",\n    \"fearers\": \"ndị na-atụ egwu\",\n    \"fearful\": \"egwu\",\n    \"fearfuller\": \"egwu\",\n    \"fearfullest\": \"egwu\",\n    \"fearfully\": \"n'egwu\",\n    \"fearfulness\": \"egwu\",\n    \"fearing\": \"na-atụ egwu\",\n    \"fearingly\": \"n'egwu\",\n    \"fearless\": \"atughi egwu\",\n    \"fearlessly\": \"n'atụghị egwu\",\n    \"fearlessness\": \"enweghị atụ\",\n    \"fearnaught\": \"egwu\",\n    \"fearnought\": \"egwu\",\n    \"fears\": \"egwu\",\n    \"fearsome\": \"egwu\",\n    \"fearsomely\": \"na-atụ ụjọ\",\n    \"fearsomeness\": \"egwu\",\n    \"feasance\": \"ihe oriri\",\n    \"feasant\": \"dị ụtọ\",\n    \"fease\": \"masịrị\",\n    \"feases\": \"ihe oriri\",\n    \"feasibility\": \"enwere ike\",\n    \"feasibilities\": \"ohere\",\n    \"feasible\": \"enwere ike\",\n    \"feasibleness\": \"enwere ike\",\n    \"feasibly\": \"ikekwe\",\n    \"feasing\": \"na-achọsi ike\",\n    \"feast\": \"oriri\",\n    \"feasted\": \"rie nri\",\n    \"feasten\": \"oriri\",\n    \"feaster\": \"mmemme\",\n    \"feasters\": \"mmemme\",\n    \"feastful\": \"oriri\",\n    \"feastfully\": \"jiri oriri\",\n    \"feasting\": \"na-eri oriri\",\n    \"feastless\": \"enweghị oriri\",\n    \"feastly\": \"oriri\",\n    \"feastraw\": \"oriri\",\n    \"feasts\": \"oriri\",\n    \"feat\": \"Ochie Dike\",\n    \"feateous\": \"amachibidoro\",\n    \"featest\": \"Nke kachasị mma\",\n    \"feather\": \"nku\",\n    \"featherbed\": \"nwere nku\",\n    \"featherbedding\": \"atherdị nku\",\n    \"featherbird\": \"nku nnụnụ\",\n    \"featherbone\": \"nku\",\n    \"feathercut\": \"ịkpụ ntutu\",\n    \"featherdom\": \"nku\",\n    \"feathered\": \"feat\",\n    \"featheredge\": \"nku\",\n    \"featheredged\": \"a nwere nku\",\n    \"featheredges\": \"ábụ́bà\",\n    \"featherers\": \"ndị nwere feathere\",\n    \"featherhead\": \"nku nku\",\n    \"featherier\": \"Ihe ndozi nku\",\n    \"featheriest\": \"Nkechi\",\n    \"featheriness\": \"nku\",\n    \"feathering\": \"nku\",\n    \"featherleaf\": \"nku nku\",\n    \"featherless\": \"enweghị nku\",\n    \"featherlessness\": \"enweghị nku\",\n    \"featherlight\": \"ọkụ ọkụ\",\n    \"featherlike\": \"nku nku\",\n    \"feathers\": \"ábụ́bà\",\n    \"featherstitch\": \"he feat\",\n    \"featherstitching\": \"featrụ ọrụ mkpuchi\",\n    \"featherwise\": \"nku\",\n    \"featherwork\": \"ọrụ nku\",\n    \"featherworker\": \"onye oru nku\",\n    \"featy\": \"Nke ọma\",\n    \"featish\": \"nwere\",\n    \"featishly\": \"n'ụzọ pụrụ iche\",\n    \"featishness\": \"ochicha\",\n    \"featless\": \"enweghị atụ\",\n    \"featly\": \"nke\",\n    \"featlier\": \"ọmarịcha\",\n    \"featliest\": \"kasị mma\",\n    \"featliness\": \"ọmarịcha\",\n    \"feats\": \"akuko\",\n    \"feature\": \"atụmatụ\",\n    \"featured\": \"agba\",\n    \"featureful\": \"atụmatụ\",\n    \"featureless\": \"enweghị atụmatụ\",\n    \"featurelessness\": \"enweghị atụmatụ\",\n    \"featurely\": \"atụmatụ\",\n    \"featureliness\": \"njirimara\",\n    \"features\": \"atụmatụ\",\n    \"featurette\": \"Njirimara\",\n    \"featuring\": \"Na-egosipụta\",\n    \"featurish\": \"nwekwaa\",\n    \"feazing\": \"na-eriju afọ\",\n    \"feazings\": \"onyinye\",\n    \"febres\": \"feb\",\n    \"febrific\": \"dị egwu\",\n    \"febrility\": \"afọ ime\",\n    \"february\": \"Febụwarị\",\n    \"feces\": \"nsị\",\n    \"fecket\": \"nsị\",\n    \"feckful\": \"feck\",\n    \"feckless\": \"enweghị ntụpọ\",\n    \"fecklessness\": \"enweghị ntụpọ\",\n    \"feckly\": \"feck\",\n    \"feckulence\": \"feck felence\",\n    \"feculency\": \"fecuacle\",\n    \"feculent\": \"fecu\",\n    \"fed\": \"nyejuo afọ\",\n    \"feddans\": \"nri\",\n    \"federacy\": \"Iwu\",\n    \"federacies\": \"gọọmenti etiti\",\n    \"federal\": \"gọọmenti etiti\",\n    \"federalese\": \"Ndị gọọmenti\",\n    \"federalisation\": \"gọọmenti etiti\",\n    \"federalise\": \"gọọmenti etiti\",\n    \"federalised\": \"gọọmenti etiti\",\n    \"federalising\": \"gọọmenti etiti\",\n    \"federalism\": \"gọọmenti etiti\",\n    \"federalist\": \"onye ochichi obodo\",\n    \"federalistic\": \"gọọmenti etiti\",\n    \"federalists\": \"ndị gọọmenti etiti\",\n    \"federalization\": \"Etiti\",\n    \"federalizations\": \"Etiti\",\n    \"federalize\": \"gọọmenti etiti\",\n    \"federalized\": \"Etiti\",\n    \"federalizes\": \"gọọmenti etiti\",\n    \"federalizing\": \"gọọmenti etiti\",\n    \"federally\": \"gọọmenti etiti\",\n    \"federalness\": \"gọọmenti etiti\",\n    \"federals\": \"gọọmenti etiti\",\n    \"federary\": \"gọọmenti\",\n    \"federate\": \"kwadoro\",\n    \"federated\": \"kwadoro\",\n    \"federates\": \"Gbanyere\",\n    \"federating\": \"gọọmentị\",\n    \"federation\": \"gọọmentị\",\n    \"federational\": \"Gọọmenti\",\n    \"federationist\": \"Onye omebe iwu\",\n    \"federatist\": \"Onye omebe iwu\",\n    \"federative\": \"gọọmenti\",\n    \"federatively\": \"n'udo\",\n    \"federator\": \"onye omebe iwu\",\n    \"fedifragous\": \"fedifrago ikwesị ntụkwasị obi\",\n    \"fedity\": \"nri\",\n    \"fedn\": \"fedora\",\n    \"fedoras\": \"ahịhịa\",\n    \"feds\": \"ego\",\n    \"fee\": \"enweghị ego\",\n    \"feeable\": \"ego\",\n    \"feeble\": \"adighi ike\",\n    \"feeblebrained\": \"Ike gwụrụ\",\n    \"feeblehearted\": \"obi adighi ike\",\n    \"feebleheartedly\": \"n’ike obi\",\n    \"feebleheartedness\": \"obi adịghị ike\",\n    \"feebleminded\": \"ike adịghị\",\n    \"feeblemindedly\": \"ike gwụrụ\",\n    \"feeblemindedness\": \"ike ọgwụgwụ\",\n    \"feebleness\": \"ike ọgwụgwụ\",\n    \"feebler\": \"ike ọgwụgwụ\",\n    \"feebless\": \"enweghị ike\",\n    \"feeblest\": \"adighi ike\",\n    \"feebly\": \"ike ọgwụgwụ\",\n    \"feebling\": \"na-agbasi ike\",\n    \"feeblish\": \"fee fee\",\n    \"feed\": \"ndepụta\",\n    \"feedable\": \"nri\",\n    \"feedback\": \"nzaghachi\",\n    \"feedbacks\": \"nzaghachi\",\n    \"feedbag\": \"Akpa nri\",\n    \"feedbags\": \"Akpa nri\",\n    \"feedboard\": \"ndepụta nri\",\n    \"feedbox\": \"igbe nri\",\n    \"feedboxes\": \"igbe nri\",\n    \"feeded\": \"nyere nri\",\n    \"feeders\": \"Ndị na-azụ feeders\",\n    \"feedhead\": \"isi nri\",\n    \"feedy\": \"na-eri nri\",\n    \"feeding\": \"na-eri nri\",\n    \"feedings\": \"ndepụta\",\n    \"feedingstuff\": \"nri, ihe\",\n    \"feedlot\": \"ndepụta\",\n    \"feedlots\": \"ndepụta\",\n    \"feedman\": \"onye nri\",\n    \"feeds\": \"faili ntanetịime\",\n    \"feedsman\": \"onye ono\",\n    \"feedstock\": \"nri\",\n    \"feedstuff\": \"ndepụta\",\n    \"feedstuffs\": \"ihe oriri\",\n    \"feedway\": \"uzo nri\",\n    \"feedwater\": \"nri mmiri\",\n    \"feeing\": \"ịkwụ ụgwọ\",\n    \"feel\": \"-enwe mmetụta\",\n    \"feelable\": \"esighi ike\",\n    \"feeler\": \"ụgwọ ọrụ\",\n    \"feelers\": \"ndị na-akwụ ụgwọ\",\n    \"feeless\": \"enweghị ụgwọ\",\n    \"feelies\": \"mmetụta\",\n    \"feeling\": \"mmetụta\",\n    \"feelingful\": \"na-enwe mmetụta\",\n    \"feelingless\": \"enweghi mmetụta\",\n    \"feelinglessly\": \"enweghị mmetụta\",\n    \"feelingly\": \"mmetụta\",\n    \"feelingness\": \"mmetụta\",\n    \"feelings\": \"mmetụta\",\n    \"feels\": \"na-eche\",\n    \"feering\": \"na-eri nri\",\n    \"fees\": \"ụgwọ\",\n    \"feest\": \"nsị\",\n    \"feet\": \"ụkwụ\",\n    \"feetage\": \"footage\",\n    \"feetfirst\": \"ụkwụ mbụ\",\n    \"feetless\": \"enweghị ụkwụ\",\n    \"feeze\": \"ifriizi\",\n    \"feezed\": \"friza\",\n    \"feezes\": \"friza\",\n    \"feezing\": \"kefriza\",\n    \"fegs\": \"fegi\",\n    \"feigned\": \"yiri\",\n    \"feignedly\": \"Odibo\",\n    \"feignedness\": \"ignedgha\",\n    \"feigning\": \"feign\",\n    \"feigningly\": \"feign\",\n    \"feigns\": \"feign\",\n    \"feyness\": \"feynes\",\n    \"feinting\": \"feining\",\n    \"feistiest\": \"kasị sie ike\",\n    \"feists\": \"na-agbakwunye\",\n    \"felafel\": \"falafel\",\n    \"felaheen\": \"fellaheen\",\n    \"felahin\": \"fellahin\",\n    \"feldsher\": \"ihe ubi\",\n    \"feldsparphyre\": \"mmmmmmmmmmmmm\",\n    \"feldspath\": \"mmmmmmmmmmmmm\",\n    \"feldspathic\": \"mmmmmmmmmmmmm\",\n    \"feldspathization\": \"nkwanye ugwu\",\n    \"feldspathoidal\": \"mmmmmmmmmmmmm\",\n    \"felichthys\": \"Nwaoke\",\n    \"felicide\": \"ogbugbu\",\n    \"felicify\": \"kwue\",\n    \"felicitate\": \"merie\",\n    \"felicitated\": \"meriri\",\n    \"felicitates\": \"ndaba\",\n    \"felicitating\": \"na-eme ka udo dị\",\n    \"felicitation\": \"nkwusa\",\n    \"felicitations\": \"ihe emume\",\n    \"felicitator\": \"onye na-eme ihe n'eziokwu\",\n    \"felicitators\": \"ndị na-eme ihe n'eziokwu\",\n    \"felicity\": \"ihe ike\",\n    \"felicities\": \"ihe\",\n    \"felicitousness\": \"ihe ekwenti\",\n    \"felinely\": \"n'ezigbo\",\n    \"felineness\": \"nkwanye ugwu\",\n    \"felines\": \"feline\",\n    \"felinity\": \"enyi\",\n    \"fell\": \"dara\",\n    \"fellable\": \"dapụ\",\n    \"fellage\": \"inwu\",\n    \"fellate\": \"gbue\",\n    \"fellated\": \"dapụrụ\",\n    \"fellating\": \"na-egbutu\",\n    \"fellatio\": \"nnukwu\",\n    \"fellation\": \"obi ụtọ\",\n    \"fellations\": \"mmegbu\",\n    \"fellator\": \"onye isi\",\n    \"fellatory\": \"nnukwu ụlọ\",\n    \"fellatrice\": \"nnukwu ihe\",\n    \"fellatrix\": \"nnukwu\",\n    \"felled\": \"dara\",\n    \"owlglass\": \"ikwiikwii\",\n    \"owlhead\": \"ikwiikwii\",\n    \"owly\": \"ikwuru\",\n    \"owling\": \"ikwiikwii\",\n    \"owlish\": \"ikwuru\",\n    \"owlishly\": \"ikwuru\",\n    \"owlishness\": \"ikwere\",\n    \"owlism\": \"ikwiikwii\",\n    \"owllight\": \"ikwusi ike\",\n    \"owllike\": \"ikwiikwii\",\n    \"owls\": \"ikwiikwii\",\n    \"own\": \"nwe\",\n    \"ownable\": \"nwere\",\n    \"owned\": \"nwere\",\n    \"owner\": \"onye nwe ya\",\n    \"ownerless\": \"enweghi enwe\",\n    \"owners\": \"ndị nwe\",\n    \"ownership\": \"nke onye\",\n    \"ownerships\": \"nwe\",\n    \"ownhood\": \"nwee onwe\",\n    \"owning\": \"nwere\",\n    \"ownness\": \"inwe\",\n    \"owns\": \"nwere\",\n    \"ownself\": \"onwe ya\",\n    \"ownwayish\": \"nwechara\",\n    \"owrecome\": \"nweta\",\n    \"owrehip\": \"ikike\",\n    \"owse\": \"ụgwọ\",\n    \"owsen\": \"Owsen\",\n    \"owtchah\": \"owotchah\",\n    \"ox\": \"ehi\",\n    \"oxalated\": \"emechara\",\n    \"oxalating\": \"ichi-ihe\",\n    \"oxalic\": \"ihe akuko\",\n    \"oxalidaceous\": \"ezighi ezi\",\n    \"oxalises\": \"ihe anakpo\",\n    \"oxamic\": \"ihe ojoo\",\n    \"oxammite\": \"nwaanyi\",\n    \"oxane\": \"ehi\",\n    \"oxanilate\": \"kpara ihe\",\n    \"oxazine\": \"ozazine\",\n    \"oxazines\": \"ozazines\",\n    \"oxbane\": \"otele\",\n    \"oxberries\": \"oxberry\",\n    \"oxbird\": \"ọla edo\",\n    \"oxbiter\": \"ihe ndozi\",\n    \"oxblood\": \"obara\",\n    \"oxbloods\": \"obara\",\n    \"oxboy\": \"ogbe\",\n    \"oxbow\": \"ogbe\",\n    \"oxbows\": \"ehi ahu\",\n    \"oxbrake\": \"breeki\",\n    \"oxcart\": \"ejikere\",\n    \"oxcarts\": \"ihe ndozi\",\n    \"oxcheek\": \"ichi\",\n    \"oxdiacetic\": \"ihe omimi\",\n    \"oxeate\": \"Oxeate\",\n    \"oxen\": \"ehi\",\n    \"oxer\": \"jiri ehi\",\n    \"oxes\": \"ehi\",\n    \"oxfly\": \"ehi\",\n    \"oxfordist\": \"ọtụmọkpọ\",\n    \"oxfords\": \"Ihe ngbada\",\n    \"oxgall\": \"ehi ehi\",\n    \"oxgang\": \"ochicha\",\n    \"oxgate\": \"ejiji\",\n    \"oxgoad\": \"ejije ehi\",\n    \"oxhead\": \"ichi isi\",\n    \"oxheal\": \"ehi\",\n    \"oxheart\": \"ehi\",\n    \"oxhearts\": \"ehi\",\n    \"oxherd\": \"ehi\",\n    \"oxhoft\": \"ehi\",\n    \"oxhouse\": \"ụlọ oxhouse\",\n    \"oxhuvud\": \"ehihuvud\",\n    \"oxy\": \"ikuku\",\n    \"oxyacanthin\": \"Iheanachoin\",\n    \"oxyacanthine\": \"Onyebueze\",\n    \"oxyaena\": \"ehiyaena\",\n    \"oxyaphia\": \"Ochihia\",\n    \"oxyaster\": \"ejije\",\n    \"oxybapha\": \"ikuku ogwu\",\n    \"oxybaphon\": \"ikuku mmiri\",\n    \"oxybaphus\": \"ikuku ume\",\n    \"oxybenzene\": \"ikuku mmiri\",\n    \"oxybenzyl\": \"mmmmmmmmmmmmm\",\n    \"oxybenzoic\": \"ikuku\",\n    \"oxyberberine\": \"ikuku mmiri\",\n    \"oxyblepsia\": \"okpokoro\",\n    \"oxybromide\": \"ikuku oxygen\",\n    \"oxybutyria\": \"okpokoro\",\n    \"oxybutyric\": \"okpokoro\",\n    \"oxycalcium\": \"ikuku\",\n    \"oxycalorimeter\": \"ikuku oxygen\",\n    \"oxycamphor\": \"ikuku ume\",\n    \"oxycaproic\": \"ikuku mmiri\",\n    \"oxycarbonate\": \"ikuku oxygen\",\n    \"oxycellulose\": \"ikuku oxygen\",\n    \"oxycephaly\": \"ikuku\",\n    \"oxycephalic\": \"okpokoro\",\n    \"oxycephalism\": \"Okpukpo ume\",\n    \"oxycephalous\": \"okpokoro nke ikuku\",\n    \"oxychlorate\": \"ikuku ocha\",\n    \"oxychloric\": \"okpokoro\",\n    \"oxychlorid\": \"okpokoro\",\n    \"oxychloride\": \"ikuku oxygen\",\n    \"oxychlorine\": \"ikuku oxygen\",\n    \"oxycholesterol\": \"Ochocholesterol\",\n    \"oxychromatic\": \"okpokoro\",\n    \"oxychromatin\": \"okpokoro\",\n    \"oxychromatinic\": \"ikuku ocha\",\n    \"oxycyanide\": \"Oxycyanide\",\n    \"oxycinnamic\": \"kpombido\",\n    \"oxycoccus\": \"okpokoro\",\n    \"oxycopaivic\": \"okpokorokoro\",\n    \"oxycoumarin\": \"ikuku oxygen\",\n    \"oxycrate\": \"kpo oku\",\n    \"oxid\": \"ihe oku\",\n    \"oxidability\": \"nkwenye\",\n    \"oxydactyl\": \"Iheanacho\",\n    \"oxidasic\": \"Anwụrụ ọkụ\",\n    \"oxydasic\": \"igwe\",\n    \"oxidating\": \"oxidizing\",\n    \"oxidation\": \"ọxịdashọn\",\n    \"oxydation\": \"ọxịdashọn\",\n    \"oxidational\": \"ọxịdashọn\",\n    \"oxidations\": \"Ọkpụkpụ\",\n    \"oxidatively\": \"nkwanye ume\",\n    \"oxidator\": \"onye na-ekpo ọkụ\",\n    \"oxydendrum\": \"ọsịsọ\",\n    \"oxydiact\": \"ikuku\",\n    \"oxidic\": \"anwuru anwu\",\n    \"oxidised\": \"oxidized\",\n    \"oxidiser\": \"ikuku oku\",\n    \"oxidisers\": \"ndị na-ekpo ọkụ\",\n    \"oxidises\": \"oxidis\",\n    \"oxidizability\": \"nkwenye\",\n    \"oxidization\": \"oxidation\",\n    \"oxidize\": \"kpoo\",\n    \"oxidizers\": \"ndị na-ekpo ọkụ\",\n    \"oxidoreduction\": \"nchịkwa\",\n    \"oxidulated\": \"oxidized\",\n    \"oxyesthesia\": \"ejije\",\n    \"oxyether\": \"ihe ozo\",\n    \"oxyethyl\": \"Oyiyi\",\n    \"oxyfatty\": \"ikuku oxygen\",\n    \"oxygas\": \"ikuku\",\n    \"oxygenant\": \"ikuku oxygen\",\n    \"oxygenating\": \"ikuku oxygenating\",\n    \"oxygenation\": \"ikuku oxygenation\",\n    \"oxygenerator\": \"ikuku oxygen\",\n    \"oxygenic\": \"oxygen\",\n    \"oxygenicity\": \"ikuku oxygenic\",\n    \"oxygenization\": \"ikuku oxygenization\",\n    \"oxygenizing\": \"ikuku oxygenizing\",\n    \"oxygenous\": \"oxygen\",\n    \"oxygens\": \"ikuku\",\n    \"oxygnathous\": \"ikuku mmiri\",\n    \"oxygon\": \"ikuku\",\n    \"oxygonal\": \"ikuku\",\n    \"oxygonial\": \"ikuku ikuku\",\n    \"oxyhaematin\": \"ikuku umeji\",\n    \"oxyhalide\": \"Oxyhalide\",\n    \"oxyhaloid\": \"Oxyhaloid\",\n    \"oxyhematin\": \"ikuku mmiri\",\n    \"oxyhemoglobin\": \"okpokoro-ngwo\",\n    \"oxyhexactine\": \"okpokoro\",\n    \"oxyhexaster\": \"okpokoro\",\n    \"oxyhydrate\": \"ikuku oxygen\",\n    \"oxyhydric\": \"ikuku mmiri\",\n    \"oxyhydrogen\": \"ikuku oxygen\",\n    \"oxyiodide\": \"ikuku ume\",\n    \"oxyketone\": \"ikuku mmiri\",\n    \"oxylabracidae\": \"okirikiri\",\n    \"oxylabrax\": \"okpokoro\",\n    \"oxyluminescence\": \"n'ihi na ọ dị mkpa\",\n    \"oxyluminescent\": \"na-elekọta ụlọ\",\n    \"oxymandelic\": \"ihe odide\",\n    \"oximate\": \"kpara\",\n    \"oximation\": \"ndozi\",\n    \"oximes\": \"oge\",\n    \"oximeter\": \"oximita\",\n    \"oximetry\": \"ihe ndozi\",\n    \"oxymora\": \"Oxymora\",\n    \"oxymoron\": \"ikuku mmiri\",\n    \"oxymoronic\": \"ikuku\",\n    \"oxims\": \"ehi\",\n    \"oxymuriatic\": \"ọsịsọ\",\n    \"oxynaphthoic\": \"ikuku ume\",\n    \"oxyneurin\": \"ikuku\",\n    \"oxyneurine\": \"ikuku ume\",\n    \"oxynitrate\": \"na-eme ndozi\",\n    \"oxyntic\": \"ikuku\",\n    \"oxypetalous\": \"okpokoro\",\n    \"oxyphenyl\": \"okpokoro\",\n    \"oxyphenol\": \"okpokoro\",\n    \"oxyphil\": \"okpokoro\",\n    \"oxyphile\": \"okpokoro\",\n    \"oxyphiles\": \"ikuku okuku\",\n    \"oxyphilic\": \"ikuku umeji\",\n    \"oxyphyllous\": \"ikuku umeji\",\n    \"oxyphilous\": \"ikuku oxygen\",\n    \"oxyphils\": \"ikuku umeji\",\n    \"oxyphyte\": \"ikuku umeji\",\n    \"oxyphony\": \"ikuku ume\",\n    \"oxyphonia\": \"okpokoro\",\n    \"oxyphthalic\": \"okpokoro\",\n    \"oxypycnos\": \"nkwonkwo\",\n    \"oxypicric\": \"okpokoro\",\n    \"oxypolis\": \"okpokoro\",\n    \"oxyproline\": \"ikuku mmiri\",\n    \"oxypropionic\": \"ikuku oxygen\",\n    \"oxypurine\": \"ikuku ndu\",\n    \"oxyquinaseptol\": \"okpokoro okpokoro\",\n    \"oxyquinoline\": \"okpokoro\",\n    \"oxyquinone\": \"ikuku\",\n    \"oxyrhynch\": \"mmmmmmmmmmmmm\",\n    \"oxyrhynchid\": \"okirikiri\",\n    \"oxyrhynchous\": \"okirikiri\",\n    \"oxyrhynchus\": \"okirikiri\",\n    \"oxyrhine\": \"ikuku mmiri\",\n    \"oxyrhinous\": \"ikuku\",\n    \"oxyrrhyncha\": \"ikukuchukwu\",\n    \"oxyrrhynchid\": \"okirikiri\",\n    \"oxysalicylic\": \"iheanacho\",\n    \"oxysalts\": \"ihe eji ehi ehi\",\n    \"oxystearic\": \"ihe omume\",\n    \"oxysulphide\": \"oxysulfide\",\n    \"oxyterpene\": \"ikuku ikuku\",\n    \"oxytetracycline\": \"ikuku oxygen\",\n    \"oxytylotate\": \"ikuku mmiri\",\n    \"oxytylote\": \"ikuku mmiri\",\n    \"oxytocia\": \"okpokoro\",\n    \"oxytocic\": \"ikuku oxygen\",\n    \"oxytocics\": \"ikuku oxygen\",\n    \"oxytocin\": \"okpokoro\",\n    \"oxytocins\": \"okpokoro\",\n    \"oxytocous\": \"ikuku oxygen\",\n    \"oxytoluic\": \"ikuku mmiri\",\n    \"oxytone\": \"ikuku\",\n    \"oxytones\": \"ikuku\",\n    \"oxytonesis\": \"Oxytonesis\",\n    \"oxytonic\": \"ikuku\",\n    \"oxytonical\": \"ikuku\",\n    \"oxytonize\": \"ikuku\",\n    \"oxytricha\": \"okpokoro\",\n    \"oxytropis\": \"okpokoro\",\n    \"oxyuriasis\": \"okpochapu\",\n    \"oxyuricide\": \"egbu egbu\",\n    \"oxyurid\": \"ikuku\",\n    \"oxyurous\": \"ikuku\",\n    \"oxywelding\": \"ikuku\",\n    \"oxlike\": \"dị ka ehi\",\n    \"oxlips\": \"ehihie\",\n    \"oxman\": \"ehi\",\n    \"oxmanship\": \"ihe ndi ozo\",\n    \"oxonolatry\": \"ihe ndozi\",\n    \"oxpecker\": \"ihe ngbanye\",\n    \"oxpeckers\": \"ndi igbo\",\n    \"oxphony\": \"ihe ojoo\",\n    \"oxshoe\": \"ehi\",\n    \"oxskin\": \"akwa\",\n    \"oxtails\": \"ihe ndi ozo\",\n    \"oxter\": \"ehihie\",\n    \"oxtongue\": \"Oxtongue\",\n    \"oxtongues\": \"Oxtongues\",\n    \"oxwort\": \"ihe eji egwu mmiri\",\n    \"ozokerit\": \"ozoker\",\n    \"ozonation\": \"ogbe\",\n    \"ozoned\": \"ogbe\",\n    \"ozones\": \"ozone\",\n    \"ozonised\": \"ogbe\",\n    \"ozonising\": \"ozonna\",\n    \"ozonize\": \"ozoniz\",\n    \"ozonizers\": \"ozonizer\",\n    \"ozonizes\": \"ozonized\",\n    \"ozonizing\": \"ozonized\",\n    \"ozonometer\": \"ozonomita\",\n    \"ozonospheric\": \"ozonospherik\",\n    \"p\": \"peeji nke\",\n    \"paba\": \"ndaba\",\n    \"pabble\": \"puru\",\n    \"pabouch\": \"ịnye ego\",\n    \"pabulary\": \"okwu\",\n    \"pabulation\": \"Obere ihe\",\n    \"pabulous\": \"Akwụkwọ\",\n    \"pabulum\": \"akwụkwọ\",\n    \"pabulums\": \"pabulọm\",\n    \"pacable\": \"ime udo\",\n    \"pacaya\": \"pakaya\",\n    \"pacate\": \"ime udo\",\n    \"pacately\": \"udochi\",\n    \"pacation\": \"udo\",\n    \"pacative\": \"ime udo\",\n    \"paccanarist\": \"Onyedikachi\",\n    \"pacchionian\": \"onyechi\",\n    \"paccioli\": \"pacioli\",\n    \"pace\": \"ijeụkwụ\",\n    \"paced\": \"jegharịa\",\n    \"pacemake\": \"ihe mgbochiume\",\n    \"pacemaker\": \"ihe mgbochiume\",\n    \"pacemakers\": \"ihe mgbochiume\",\n    \"pacemaking\": \"ihe mgbochiume\",\n    \"paces\": \"ụzọ\",\n    \"pacesetter\": \"ihe mgbochi\",\n    \"pacesetters\": \"ihe mgbochi\",\n    \"pacesetting\": \"ihe ọacesụ pụ\",\n    \"paceway\": \"ijeụkwụ\",\n    \"pachadom\": \"gbachiri\",\n    \"pachadoms\": \"pachadom\",\n    \"pachanga\": \"gbachiri\",\n    \"pachyacria\": \"nwachukwu\",\n    \"pachyblepharon\": \"mmmmmmmmmmmmm\",\n    \"pachycarpous\": \"kpakpando\",\n    \"pachycephaly\": \"ikechi\",\n    \"pachycephalia\": \"kpakpando\",\n    \"pachycephalic\": \"mkpaliezu\",\n    \"pachycephalous\": \"ikechi\",\n    \"pachycladous\": \"ikechi\",\n    \"pachydactyl\": \"mmmmmmmmmmmmm\",\n    \"pachydactyly\": \"iheanyichukwu\",\n    \"pachydactylous\": \"mmmmmmmmmmmmm\",\n    \"pachyderm\": \"ọgwụ ọjọọ\",\n    \"pachydermateous\": \"ihe ọmateụmateụ\",\n    \"pachydermatous\": \"nrichi\",\n    \"pachydermial\": \"mmmmmmmmmmmmm\",\n    \"pachydermic\": \"mgbe ọ bụla\",\n    \"pachydermoid\": \"ikechi\",\n    \"pachyglossal\": \"Nwachukwu\",\n    \"pachyglossia\": \"Nwachukwu\",\n    \"pachyglossous\": \"Nwachukwu\",\n    \"pachyhaemic\": \"ihe ọrịra\",\n    \"pachyhaemous\": \"mgbe ọ bụla\",\n    \"pachyhematous\": \"mgbakpọ\",\n    \"pachyhymenic\": \"ikechimenic\",\n    \"pachylophus\": \"akachịlophus\",\n    \"pachylosis\": \"ikechi\",\n    \"pachymenic\": \"ọgwụ ọjọọ\",\n    \"pachymeningitic\": \"mmmmmmmmmmmmm\",\n    \"pachynathous\": \"mmmmmmmmmmmmm\",\n    \"pachyntic\": \"nkesa\",\n    \"pachyotia\": \"nwachukwu\",\n    \"pachyotous\": \"ajuju\",\n    \"pachypleuritic\": \"onyechi\",\n    \"pachypodous\": \"ajuju\",\n    \"pachypterous\": \"ajuju\",\n    \"pachyrhizus\": \"kpakpando\",\n    \"pachysalpingitis\": \"ọrịa pachysalpingitis\",\n    \"pachysandra\": \"nkachukwu\",\n    \"pachysandras\": \"nkachukwu\",\n    \"pachysaurian\": \"nwachukwuurian\",\n    \"pachysomia\": \"nkata\",\n    \"pachysomous\": \"Mgboko\",\n    \"pachystichous\": \"ikechi\",\n    \"pachytene\": \"akachukwu\",\n    \"pachytrichous\": \"nrichi\",\n    \"pachnolite\": \"ikechi\",\n    \"pachomian\": \"onyechi\",\n    \"pacht\": \"mkpọchi\",\n    \"pacify\": \"dajụọ\",\n    \"pacifiable\": \"ime udo\",\n    \"pacifical\": \"pacifically\",\n    \"pacificate\": \"pacific\",\n    \"pacificated\": \"pacific\",\n    \"pacificating\": \"onyinye\",\n    \"pacification\": \"ime udo\",\n    \"pacificator\": \"ihe mgbochi\",\n    \"pacificism\": \"ime udo\",\n    \"pacificist\": \"onye ode akwukwo\",\n    \"pacificistic\": \"Ezigbo\",\n    \"pacificistically\": \"n'usoro\",\n    \"pacificity\": \"oke\",\n    \"pacified\": \"dajụọ\",\n    \"pacifier\": \"imebi ihe\",\n    \"pacifies\": \"udo\",\n    \"pacifying\": \"ime udo\",\n    \"pacifyingly\": \"n'udo\",\n    \"pacifism\": \"ime udo\",\n    \"pacifisms\": \"ihe onyinye\",\n    \"pacifist\": \"onye udo\",\n    \"pacifistic\": \"udo\",\n    \"pacifistically\": \"n'usoro\",\n    \"pacing\": \"ịkụda mmụọ\",\n    \"pacinko\": \"pachinko\",\n    \"pack\": \"mkpọ\",\n    \"packability\": \"mkpọ\",\n    \"packable\": \"mkpọ\",\n    \"package\": \"ngwugwu\",\n    \"packaged\": \"juru n'ọnụ\",\n    \"packager\": \"nchịkọta\",\n    \"packagers\": \"nchịkọta\",\n    \"packages\": \"nchịkọta\",\n    \"packaging\": \"nkwakọ ngwaahịa\",\n    \"packagings\": \"ngwugwu\",\n    \"packall\": \"ngwugwu\",\n    \"packboard\": \"paati\",\n    \"packbuilder\": \"ngwugwu\",\n    \"packcloth\": \"akpa\",\n    \"packed\": \"juru n'ọnụ\",\n    \"packer\": \"mkpọ\",\n    \"packery\": \"ngwugwu\",\n    \"packeries\": \"nkwakọ ngwaahịa\",\n    \"packers\": \"ndị ọkpọ\",\n    \"packet\": \"ngwugwu\",\n    \"packeted\": \"ngwugwu\",\n    \"packeting\": \"nkwakọ ngwaahịa\",\n    \"packets\": \"ngwugwu\",\n    \"packhorse\": \"mkpọ\",\n    \"packhorses\": \"ihe ngwugwu\",\n    \"packhouse\": \"ngwugwu\",\n    \"packing\": \"mbukota\",\n    \"packinghouse\": \"ụlọ nkwakọba ihe\",\n    \"packings\": \"ngwugwu\",\n    \"packless\": \"enweghị ngwugwu\",\n    \"packly\": \"mkpọ\",\n    \"packmaker\": \"ngwugwu\",\n    \"packmaking\": \"mbukota\",\n    \"packman\": \"Odi\",\n    \"packmanship\": \"nkwanye\",\n    \"packmen\": \"ndị mkpọ\",\n    \"packness\": \"mkpọ\",\n    \"packnesses\": \"ngwugwu\",\n    \"packplane\": \"ngwugwu\",\n    \"packrat\": \"akpa\",\n    \"packs\": \"ngwugwu\",\n    \"packsack\": \"ngwugwu\",\n    \"packsacks\": \"ngwugwu\",\n    \"packsaddle\": \"ngwugwu\",\n    \"packsaddles\": \"ngwugwu\",\n    \"packstaff\": \"ngwugwu\",\n    \"packstaves\": \"ngwugwu\",\n    \"packthread\": \"ngwugwu\",\n    \"packthreaded\": \"ngwugwu\",\n    \"packthreads\": \"ngwugwu\",\n    \"packtong\": \"Ogbe\",\n    \"packtrain\": \"akpa\",\n    \"packware\": \"ngwugwu\",\n    \"packwax\": \"ngwugwu\",\n    \"packwaxes\": \"ngwugwu\",\n    \"pacos\": \"onyinye\",\n    \"pact\": \"nkwekọrịta\",\n    \"paction\": \"ego\",\n    \"pactional\": \"ego\",\n    \"pactions\": \"ọrụ\",\n    \"pacts\": \"kọntaktị\",\n    \"pacu\": \"agụụ\",\n    \"padcloth\": \"ákwà mgbochi\",\n    \"padded\": \"padd\",\n    \"padder\": \"ihe mgbochi\",\n    \"padding\": \"na-arụ ọrụ\",\n    \"paddings\": \"ihe ndozi\",\n    \"paddle\": \"naa\",\n    \"paddleball\": \"bọọlụ bọl\",\n    \"paddleboard\": \"padleboard\",\n    \"paddleboat\": \"addgbọ mmiri\",\n    \"paddled\": \"na-atụgharị anya\",\n    \"paddlefishes\": \"paddlefish\",\n    \"paddlefoot\": \"ụkwụ ihu\",\n    \"paddlelike\": \"yiri ka naa\",\n    \"paddler\": \"ihe eji egwu mmiri\",\n    \"paddlers\": \"ndị na-egwu mmiri\",\n    \"paddles\": \"paddes\",\n    \"paddlewood\": \"kpakpando\",\n    \"paddling\": \"Na-akwọ ụgbọ mmiri\",\n    \"paddocked\": \"gbachiri\",\n    \"paddocking\": \"Na-ekpuchi\",\n    \"paddoing\": \"Iledo\",\n    \"padelion\": \"Padelion\",\n    \"padella\": \"Padella\",\n    \"padfoot\": \"ụkwụ aka\",\n    \"padge\": \"mpe mpe akwa\",\n    \"padishah\": \"Padishah\",\n    \"padishahs\": \"mpempe akwụkwọ\",\n    \"padle\": \"mpe mpe akwa\",\n    \"padles\": \"mpe mpe akwa\",\n    \"padlike\": \"pad dị ka\",\n    \"padlock\": \"mkpọchi\",\n    \"padlocked\": \"gbachiri\",\n    \"padlocking\": \"Nkwado\",\n    \"padlocks\": \"mkpọchi\",\n    \"padnag\": \"ngwugwu\",\n    \"padnags\": \"mpempe akwụkwọ\",\n    \"padou\": \"Padou\",\n    \"padpiece\": \"mpempe akwụkwọ\",\n    \"padraig\": \"Akwụkwọ\",\n    \"padre\": \"mpempe akwụkwọ\",\n    \"padres\": \"mpe mpe akwa\",\n    \"padri\": \"Padri\",\n    \"padroadist\": \"Onye isi ala\",\n    \"padrona\": \"nwachukwu\",\n    \"pads\": \"mpe mpe akwa\",\n    \"padsaw\": \"ngwugwu\",\n    \"padshah\": \"ngwugwu\",\n    \"padstone\": \"okwute\",\n    \"paeanized\": \"ọpụrụiche\",\n    \"paeanizing\": \"na-arụ ọrụ\",\n    \"paedagogy\": \"ụlọ akwụkwọ\",\n    \"paederastically\": \"na-egbu oge\",\n    \"paediatric\": \"ụmụaka\",\n    \"paediatrician\": \"dibia dibia\",\n    \"paedological\": \"ihe omuma\",\n    \"paedologist\": \"ọkà mmụta ihe banyere ahụ́ mmadụ\",\n    \"paedometer\": \"paedomita\",\n    \"paedophilia\": \"ndiegwu\",\n    \"paeonian\": \"Paeonian\",\n    \"pagador\": \"arụ\",\n    \"pagan\": \"ikpere arụsị\",\n    \"paganalia\": \"ikpere arụsị\",\n    \"paganalian\": \"onye ọgọ mmụọ\",\n    \"pagandom\": \"ihe ojoo\",\n    \"pagandoms\": \"arụsị\",\n    \"paganic\": \"ikpere arụsị\",\n    \"paganical\": \"ikpere arụsị\",\n    \"paganically\": \"n'ikpere arụsị\",\n    \"paganisation\": \"ikpere arụsị\",\n    \"paganise\": \"ikpere arụsị\",\n    \"paganised\": \"ndị ọgọ mmụọ\",\n    \"paganiser\": \"onye na-ekpere arụsị\",\n    \"paganises\": \"ikpere arụsị\",\n    \"paganish\": \"ndị ọgọ mmụọ\",\n    \"paganishly\": \"ikpere arụsị\",\n    \"paganising\": \"ikpere arụsị\",\n    \"paganism\": \"ikpere arụsị\",\n    \"paganisms\": \"ikpere arụsị\",\n    \"paganist\": \"ikpere arụsị\",\n    \"paganistic\": \"ikpere arụsị\",\n    \"paganists\": \"ikpere arụsị\",\n    \"paganity\": \"ikpere arụsị\",\n    \"paganization\": \"ọgọ mmụọ\",\n    \"paganize\": \"nkwaghari\",\n    \"paganized\": \"ime mmụọ\",\n    \"paganizing\": \"na-ekwu okwu\",\n    \"paganly\": \"ikpere arụsị\",\n    \"paganry\": \"ikpere arụsị\",\n    \"pagans\": \"ndị ọgọ mmụọ\",\n    \"pagatpat\": \"ihe ike\",\n    \"page\": \"peeji\",\n    \"pageant\": \"ihe ngosi\",\n    \"pageanted\": \"peeji nke\",\n    \"pageanteer\": \"peeji nke\",\n    \"pageantic\": \"peeji nke\",\n    \"pageantry\": \"peeji nke\",\n    \"pageantries\": \"peeji nke\",\n    \"pageants\": \"peeji nke\",\n    \"pageboy\": \"nwa nwoke\",\n    \"pageboys\": \"umuaka\",\n    \"paged\": \"ederede\",\n    \"pageful\": \"ihu peeji\",\n    \"pagehood\": \"peeji nke\",\n    \"pageless\": \"enweghị peeji\",\n    \"pager\": \"ịgha\",\n    \"pagers\": \"ndị kwụrụ\",\n    \"pages\": \"peeji nke\",\n    \"pageship\": \"peeji nke\",\n    \"pagesize\": \"peeji nke\",\n    \"pagina\": \"nri\",\n    \"paginae\": \"ozi\",\n    \"paginal\": \"nke anakpo\",\n    \"paginary\": \"ozi\",\n    \"paginate\": \"ire\",\n    \"paginated\": \"ederede\",\n    \"paginates\": \"ekweghi ekwe\",\n    \"paginating\": \"na-ekwu okwu\",\n    \"pagination\": \"nkwusa\",\n    \"pagine\": \"ọgọ mmụọ\",\n    \"paging\": \"ozi\",\n    \"pagnes\": \"nri\",\n    \"paguma\": \"ihe\",\n    \"pagurian\": \"onye asusu\",\n    \"pagurians\": \"ndị ọgọ mmụọ\",\n    \"pagurids\": \"ndiegwu\",\n    \"pagurine\": \"ozi\",\n    \"pahlavi\": \"nwachukwu\",\n    \"pahlavis\": \"Onyinyechukwu\",\n    \"pahlevi\": \"nwachukwu\",\n    \"pay\": \"kwuo ugwo\",\n    \"payable\": \"ugwo\",\n    \"payableness\": \"ugwo\",\n    \"payback\": \"nkwụghachi ụgwọ\",\n    \"paybox\": \"igbe ndenye ego\",\n    \"paycheck\": \"ego ego\",\n    \"paychecks\": \"ego ego\",\n    \"paid\": \"akwụ ụgwọ\",\n    \"payday\": \"ụbọchị ịkwụ ụgwọ\",\n    \"paydays\": \"ụbọchị ịkwụ ụgwọ\",\n    \"paidle\": \"akwụ ụgwọ\",\n    \"paidologist\": \"ọkà mmụta ọgwụ\",\n    \"paidonosology\": \"akwụ ụgwọ ọrụ\",\n    \"payed\": \"ugwo\",\n    \"payees\": \"ndị na-akwụ ụgwọ\",\n    \"payeny\": \"payen\",\n    \"payer\": \"ugwo\",\n    \"payers\": \"ndị na-akwụ ụgwọ\",\n    \"payess\": \"ndị na-akwụ ụgwọ\",\n    \"paying\": \"na-akwụ ụgwọ\",\n    \"paik\": \"ego\",\n    \"paiked\": \"ego\",\n    \"paiker\": \"ego\",\n    \"pail\": \"bido\",\n    \"pailette\": \"paillette\",\n    \"pailful\": \"pail\",\n    \"payload\": \"kwụọ ụgwọ\",\n    \"payloads\": \"kwụọ ụgwọ\",\n    \"pailsful\": \"pail\",\n    \"paymaster\": \"onye na-akwụ ụgwọ\",\n    \"paymasters\": \"ndị na-akwụ ụgwọ\",\n    \"paymastership\": \"ndozi isi\",\n    \"payment\": \"ugwo\",\n    \"payments\": \"ịkwụ ụgwọ\",\n    \"paymistress\": \"onye na-akwụ ụgwọ\",\n    \"pain\": \"mgbu\",\n    \"painch\": \"ihe mgbu\",\n    \"painches\": \"ihe mgbu\",\n    \"paindemaine\": \"ihe mgbu\",\n    \"pained\": \"nwere ihe mgbu\",\n    \"painful\": \"na-egbu mgbu\",\n    \"painfuller\": \"ihe mgbu\",\n    \"painfullest\": \"na-egbu mgbu\",\n    \"painfully\": \"n'ụzọ mgbu\",\n    \"painfulness\": \"mgbu\",\n    \"paynimhood\": \"enwe ike\",\n    \"paynimry\": \"ndozi\",\n    \"paynims\": \"Emeka\",\n    \"paining\": \"na-egbu mgbu\",\n    \"painingly\": \"na-egbu mgbu\",\n    \"paynize\": \"kwụọ ụgwọ\",\n    \"painkiller\": \"ihe mgbu\",\n    \"painkillers\": \"ihe mgbu\",\n    \"painkilling\": \"mgbu\",\n    \"painless\": \"enweghi mgbu\",\n    \"painlessly\": \"enweghi mgbu\",\n    \"painlessness\": \"enweghi mgbu\",\n    \"painproof\": \"ihe na-egbu mgbu\",\n    \"pains\": \"ihe mgbu\",\n    \"painstaker\": \"onye nchekwa ihe\",\n    \"painstaking\": \"nrụsi\",\n    \"painstakingly\": \"n'arụ ọrụ\",\n    \"painstakingness\": \"arụ ọrụ\",\n    \"painsworthy\": \"na-egbu mgbu\",\n    \"paint\": \"agba\",\n    \"paintability\": \"agba agba\",\n    \"paintable\": \"agba agba\",\n    \"paintableness\": \"paintable ness\",\n    \"paintably\": \"agba agba\",\n    \"paintbox\": \"agba agba\",\n    \"paintbrush\": \"agba agba\",\n    \"paintbrushes\": \"agba agba\",\n    \"painted\": \"agba\",\n    \"paintedness\": \"agba ness\",\n    \"painter\": \"onye na-ese ihe\",\n    \"painterish\": \"ite\",\n    \"painterly\": \"agba\",\n    \"painterlike\": \"onye na-ese ihe\",\n    \"painterliness\": \"ihe osise\",\n    \"painters\": \"ndị na-ese ihe\",\n    \"paintership\": \"na-ese ihe\",\n    \"painty\": \"ihe na-egbu mgbu\",\n    \"paintier\": \"sere\",\n    \"paintiest\": \"nke na-egbu mgbu\",\n    \"paintiness\": \"agba\",\n    \"painting\": \"eserese\",\n    \"paintingness\": \"eserese\",\n    \"paintings\": \"eserese\",\n    \"paintless\": \"enweghị agba\",\n    \"paintpot\": \"agba ite\",\n    \"paintproof\": \"agba akaebe\",\n    \"paintress\": \"ihe ndozi\",\n    \"paintry\": \"agba\",\n    \"paintrix\": \"agba agba\",\n    \"paintroot\": \"agba agba\",\n    \"paints\": \"agba\",\n    \"painture\": \"peinture\",\n    \"paiock\": \"mkpọ\",\n    \"paiocke\": \"paioke\",\n    \"payoff\": \"Kwụpụ\",\n    \"payoffs\": \"ịkwụ ụgwọ\",\n    \"payor\": \"ugwo\",\n    \"payors\": \"kwụrụ ụgwọ\",\n    \"payout\": \"ugwo\",\n    \"pair\": \"ụzọ\",\n    \"paired\": \"ejikọtara\",\n    \"pairedness\": \"njikọ\",\n    \"pairer\": \"dị mma\",\n    \"pairing\": \"ijikọta\",\n    \"pairings\": \"ụzọ abụọ\",\n    \"pairle\": \"mmakọ\",\n    \"pairmasts\": \"kootu\",\n    \"pairment\": \"ma ọ bụ abụọ\",\n    \"payroll\": \"peerolu\",\n    \"payrolls\": \"ndenye ego\",\n    \"pairs\": \"ụzọ abụọ\",\n    \"pairt\": \"ụzọ\",\n    \"pairwise\": \"N'otu aka ahụ\",\n    \"pais\": \"ego\",\n    \"pays\": \"akwụ ụgwọ\",\n    \"paysage\": \"ịkwụ ụgwọ\",\n    \"paysagist\": \"akwụ ụgwọ\",\n    \"paisans\": \"ego\",\n    \"payt\": \"egoonye\",\n    \"paiute\": \"di na nwunye\",\n    \"paized\": \"jikọtara\",\n    \"paizing\": \"na-agbakọ\",\n    \"pajamahs\": \"uwe ura abali\",\n    \"pakeha\": \"achicha\",\n    \"pakistan\": \"Pakistan\",\n    \"paktong\": \"paktiong\",\n    \"pal\": \"enyi\",\n    \"palabras\": \"palabra\",\n    \"palace\": \"obí eze\",\n    \"palaced\": \"obí eze\",\n    \"palacelike\": \"obí dị ka\",\n    \"palaceous\": \"obí eze\",\n    \"palaces\": \"obí eze\",\n    \"palaceward\": \"obí eze\",\n    \"palacewards\": \"ndị isi eze\",\n    \"palach\": \"mkpọchi\",\n    \"paladins\": \"paladini\",\n    \"palaeanthropic\": \"iheanacho\",\n    \"palaeechinoid\": \"iheanacho\",\n    \"palaeechinoidean\": \"onyeka onwenu\",\n    \"palaeethnologist\": \"ọkà mmụta ihe gbasara ahụike\",\n    \"palaeeudyptes\": \"Onyeka Onwenu\",\n    \"palaeichthyes\": \"ihe anakpo\",\n    \"palaeichthyic\": \"iheanacho\",\n    \"palaeoalchemical\": \"ihe oriri\",\n    \"palaeoanthropic\": \"ihe anakpo Palaeoanthropic\",\n    \"palaeobiologist\": \"ọkà mmụta ihe gbasara mmụọ\",\n    \"palaeoceanography\": \"ihe osise\",\n    \"palaeoclimatologist\": \"onye na-ahụ maka ọgwụ\",\n    \"palaeocosmic\": \"ihe anakpo\",\n    \"palaeodendrologically\": \"n'eziokwu\",\n    \"palaeodendrologist\": \"onye na-ahụ maka ọgwụ\",\n    \"palaeodictyoptera\": \"ndiegwu\",\n    \"palaeodictyopteran\": \"iheanacho\",\n    \"palaeodictyopteron\": \"iheanacho\",\n    \"palaeodictyopterous\": \"iheanacho\",\n    \"palaeoecologist\": \"ọkà mmụta ihe gbasara ahụike\",\n    \"palaeoentomologist\": \"ọkà mmụta ihe banyere ọrịa\",\n    \"palaeoethnology\": \"ihe omuma\",\n    \"palaeoethnologist\": \"ọkà mmụta ihe atụ\",\n    \"palaeognathic\": \"ekwakolo\",\n    \"palaeograph\": \"ihe ederede\",\n    \"palaeographer\": \"onye na-ahụ maka ihe atụ\",\n    \"palaeography\": \"ihe osise\",\n    \"palaeographic\": \"ihe ngosi\",\n    \"palaeographically\": \"n'okwu\",\n    \"palaeoherpetologist\": \"onye na-ahụ maka ọgwụ\",\n    \"palaeolithist\": \"onye nwe ha\",\n    \"palaeology\": \"ihe omumu\",\n    \"palaeologist\": \"ọkà mmụta ihe ọmụmụ\",\n    \"palaeonemertean\": \"iheanacho\",\n    \"palaeoniscid\": \"nnweta\",\n    \"palaeontography\": \"ihe osise\",\n    \"palaeontographic\": \"ihe osise\",\n    \"palaeontologically\": \"n'eziokwu\",\n    \"palaeontologist\": \"ọkà mmụta ihe gbasara mmụọ\",\n    \"palaeophytologist\": \"ọkà mmụta ihere\",\n    \"palaeostyly\": \"ihe nile di\",\n    \"palaeothentes\": \"palaeotentes\",\n    \"palaeotherian\": \"Onye nwe obodo\",\n    \"palaeotypic\": \"iheanacho\",\n    \"palaeotypical\": \"ihe ngosi\",\n    \"palaeotypically\": \"n'ile anya n'ile anya\",\n    \"palaeotypography\": \"ihe osise\",\n    \"palaeotypographic\": \"ihe osise\",\n    \"palaeozoologist\": \"ọkà mmụta ihe atụ\",\n    \"palaestral\": \"eze\",\n    \"palaestrian\": \"onye isi ala\",\n    \"palaestric\": \"palastric\",\n    \"palaestrics\": \"ndị eze\",\n    \"palaetiologist\": \"onye na-ahụ maka ihe omimi\",\n    \"palaic\": \"dị ụtọ\",\n    \"palamate\": \"onye na akpo ya\",\n    \"palankeened\": \"nwee obi ụtọ\",\n    \"palankeening\": \"okpokoro\",\n    \"palankeeningly\": \"Ikenna ndi igbo\",\n    \"palanquined\": \"okpokoro\",\n    \"palanquining\": \"ikpo oku\",\n    \"palanquiningly\": \"na-ekwuputa ihe\",\n    \"palar\": \"ike\",\n    \"palatable\": \"okpokoro\",\n    \"palatableness\": \"ọtụ .ụ\",\n    \"palatably\": \"n'okwu\",\n    \"palatalization\": \"ikpo okwu\",\n    \"palatalize\": \"kpọọ okwu ọnụ\",\n    \"palatalized\": \"ekwu okwu\",\n    \"palatally\": \"n'okwu\",\n    \"palate\": \"okpokoro\",\n    \"palated\": \"maa mma\",\n    \"palateful\": \"n'okwu ọnụ\",\n    \"palatefulness\": \"ekwupụta okwu\",\n    \"palateless\": \"enweghị ike\",\n    \"palates\": \"okpokoro\",\n    \"palatial\": \"mara mma\",\n    \"palatially\": \"mara mma\",\n    \"palatialness\": \"palatial ness\",\n    \"palatian\": \"mara mma\",\n    \"palatic\": \"okpokoro\",\n    \"palatineship\": \"ụgbọ mmiri palatine\",\n    \"palatinian\": \"palatine\",\n    \"palatinite\": \"palatine\",\n    \"palation\": \"mkpọchi\",\n    \"palatist\": \"onye isi\",\n    \"palative\": \"dị ụtọ\",\n    \"palatization\": \"ikpo okwu\",\n    \"palatize\": \"ikpo okwu\",\n    \"palatoglossal\": \"ihe anakpo\",\n    \"palatography\": \"ihe ngosi nka\",\n    \"palaver\": \"nri\",\n    \"palavered\": \"chọọ mma\",\n    \"palaverer\": \"ikekwe\",\n    \"palavering\": \"ịma jijiji\",\n    \"palaverist\": \"onye okacha amara\",\n    \"palaverment\": \"ikwu okwu\",\n    \"palaverous\": \"dị ụtọ\",\n    \"palavers\": \"okpokoro\",\n    \"palberry\": \"palberị\",\n    \"pale\": \"icha mmirimmiri\",\n    \"paleal\": \"icha mmirimmiri\",\n    \"paleanthropic\": \"paleanthropic juru\",\n    \"paleate\": \"icha mmirimmiri\",\n    \"palechinoid\": \"mmmmmmmmmmmmm\",\n    \"paled\": \"achagharị\",\n    \"palehearted\": \"nwee obi\",\n    \"palely\": \"icha mmirimmiri\",\n    \"paleness\": \"palele\",\n    \"palenesses\": \"palelance\",\n    \"paleoanthropic\": \"paleoanthropic na-egosi\",\n    \"paleoanthropologist\": \"ọkà mmụta banyere paleoanthropologist\",\n    \"paleodentrologist\": \"ọkà mmụta banyere paleodentrologist\",\n    \"paleoecologist\": \"ọkà mmụta banyere paleoecologist\",\n    \"paleoglaciologist\": \"ọkà mmụta banyere paleoglaciologist\",\n    \"paleographers\": \"ndị na-ede akwụkwọ edemede\",\n    \"paleology\": \"nkà mmụta okpukpe\",\n    \"paleologist\": \"ọkà mmụta banyere paleologist\",\n    \"paleometeorological\": \"paleometeorological na mmiri\",\n    \"paleometeorologist\": \"ọkà mmụta banyere paleometeorologist\",\n    \"paleontologist\": \"ọkà mmụta ihe banyere ahụ́ mmadụ\",\n    \"paleontologists\": \"ndị ọkà mmụta ihe ochie\",\n    \"paleopathologist\": \"paleopathologist (onye na-agwọ ọrịa ọgwụ)\",\n    \"paleoplain\": \"iheanacho\",\n    \"paleornithologist\": \"ọkà mmụta ihe banyere ahụ́ mmadụ\",\n    \"paleozoologist\": \"ọkà mmụta banyere paleozoologist\",\n    \"paler\": \"onye na-ede ihe\",\n    \"palesman\": \"nwoke ahu chanwụ achanwụ\",\n    \"palestinian\": \"Paletia\",\n    \"palestinians\": \"palestinis\",\n    \"palestrae\": \"palestra\",\n    \"palestral\": \"palestra\",\n    \"paletots\": \"paletts\",\n    \"palets\": \"palette\",\n    \"palette\": \"paleti\",\n    \"palew\": \"icha mmirimmiri\",\n    \"palewise\": \"palelo\",\n    \"palfreyed\": \"palfrey\",\n    \"palfrenier\": \"palefrenier\",\n    \"palfry\": \"palfrey\",\n    \"paliest\": \"kasị\",\n    \"palification\": \"ichikota\",\n    \"palilia\": \"Palilia\",\n    \"palilogetic\": \"ederede\",\n    \"palimony\": \"palinony\",\n    \"palimpsestic\": \"akuko\",\n    \"palindromic\": \"ọrịa palindromic\",\n    \"palindromical\": \"ihe omimi\",\n    \"palindromically\": \"n'adighi nma\",\n    \"palingenic\": \"palingenik\",\n    \"palings\": \"palụ\",\n    \"palinoded\": \"akpo\",\n    \"palynology\": \"ihe omuma\",\n    \"palynologic\": \"ịtụgharị\",\n    \"palynological\": \"ihe omuma\",\n    \"palynologically\": \"n'usoro ihe omimi\",\n    \"palynologist\": \"ọkà mmụta sayensị\",\n    \"palinopic\": \"ekwerekwu\",\n    \"palis\": \"ọla\",\n    \"palisaded\": \"kwadoro\",\n    \"palisades\": \"palisade\",\n    \"palisading\": \"agba\",\n    \"palisadoed\": \"onyedikachi\",\n    \"palisadoes\": \"palisado\",\n    \"palisadoing\": \"Akwado\",\n    \"palisander\": \"achịcha\",\n    \"palisfy\": \"ọalisụ\",\n    \"palisse\": \"onyeukwu\",\n    \"palkee\": \"palki\",\n    \"pall\": \"palla\",\n    \"palladia\": \"Palladia\",\n    \"palladian\": \"Palladian\",\n    \"palladianism\": \"Palladianism\",\n    \"palladic\": \"Palladian\",\n    \"palladinize\": \"ndaba\",\n    \"palladinized\": \"akuko\",\n    \"palladinizing\": \"akuko\",\n    \"palladion\": \"ngwongwo\",\n    \"palladiumize\": \"ngwugwu\",\n    \"palladiumized\": \"Emezi\",\n    \"palladiumizing\": \"imezi ihe\",\n    \"palladize\": \"ngwugwu\",\n    \"palladized\": \"edetu\",\n    \"palladizing\": \"akuko\",\n    \"palladous\": \"Palladous\",\n    \"pallah\": \"chukwu\",\n    \"pallall\": \"nnukwu\",\n    \"pallanesthesia\": \"nkwonkwo nri\",\n    \"pallar\": \"pal\",\n    \"pallbearer\": \"onye na-ebugharị ihe\",\n    \"pallbearers\": \"ndị na-ebu ubu\",\n    \"palled\": \"kụọ\",\n    \"palleting\": \"agbụ\",\n    \"palletization\": \"agbụ\",\n    \"palletized\": \"kpaliri\",\n    \"palletizing\": \"agbụ\",\n    \"pallette\": \"pallet\",\n    \"pallettes\": \"palettes\",\n    \"pallholder\": \"onye nkulite\",\n    \"pally\": \"ịkwụ ụgwọ\",\n    \"palliament\": \"ihe mgbochi\",\n    \"palliates\": \"ihe ndozi\",\n    \"palliating\": \"akuku\",\n    \"palliation\": \"nkwụsị\",\n    \"palliations\": \"ihe ndozi\",\n    \"palliative\": \"ịgwọ ọrịa\",\n    \"palliatively\": \"kelechi\",\n    \"pallid\": \"nkwukwu\",\n    \"pallidiflorous\": \"ihe omimi\",\n    \"pallidity\": \"nkwarụ\",\n    \"pallidiventrate\": \"Onyekwere\",\n    \"pallidly\": \"na-aga n’ihu\",\n    \"pallidness\": \"nkwarụ\",\n    \"pallies\": \"ihe nkwonkwo\",\n    \"palliest\": \"ihe kacha mma\",\n    \"palliness\": \"ịda mba\",\n    \"palling\": \"na-ama jijiji\",\n    \"pallograph\": \"ihe osise\",\n    \"pallors\": \"paịl\",\n    \"palls\": \"ogwe aka\",\n    \"pallwise\": \"n'akuku\",\n    \"palm\": \"nkwụ\",\n    \"palmaceous\": \"nkwụ\",\n    \"palmad\": \"igu nkwụ\",\n    \"palmary\": \"nkwụ\",\n    \"palmarian\": \"nkwụ\",\n    \"palmate\": \"nkwụ\",\n    \"palmated\": \"nkwụ\",\n    \"palmately\": \"nkwụ\",\n    \"palmatifid\": \"nkwụ\",\n    \"palmatiform\": \"nkwụ\",\n    \"palmatilobed\": \"palmatilobate\",\n    \"palmation\": \"nkwụ\",\n    \"palmatiparted\": \"ọatiụ palmụ\",\n    \"palmatipartite\": \"onyenekwu\",\n    \"palmatisect\": \"nkwụ\",\n    \"palmatisected\": \"nkwụ\",\n    \"palmature\": \"nkwụ\",\n    \"palmchrist\": \"nkwụ christ\",\n    \"palmcrist\": \"nkwụ\",\n    \"palmed\": \"ịgha\",\n    \"palmella\": \"nkwụ\",\n    \"palmellaceae\": \"nkwụ\",\n    \"palmellaceous\": \"n'ọbụ aka\",\n    \"palmelloid\": \"nkwụ\",\n    \"palmer\": \"nkwụ\",\n    \"palmery\": \"nkwụ\",\n    \"palmeries\": \"nkwụ\",\n    \"palmerin\": \"nkwụ\",\n    \"palmerite\": \"nkwụ\",\n    \"palmers\": \"nkwụ\",\n    \"palmerworm\": \"nkwụ\",\n    \"palmesthesia\": \"nkwụ\",\n    \"palmette\": \"nkwụ\",\n    \"palmettes\": \"nkwụ\",\n    \"palmetto\": \"nkwụ\",\n    \"palmettoes\": \"nkwụ\",\n    \"palmettos\": \"nkwụ\",\n    \"palmetum\": \"nkwụ\",\n    \"palmful\": \"nkwụ\",\n    \"palmy\": \"nkwụ\",\n    \"palmic\": \"nkwụ\",\n    \"palmicoleus\": \"nkwụ\",\n    \"palmicolous\": \"nkwụ\",\n    \"palmiferous\": \"nkwu\",\n    \"palmification\": \"nkwụ\",\n    \"palmiform\": \"nkwụ\",\n    \"palmigrade\": \"nkwụ\",\n    \"palmilla\": \"Nkwụ\",\n    \"palmillo\": \"nkwụ\",\n    \"palmilobated\": \"ikechukwu\",\n    \"palmilobed\": \"ekwerekwu\",\n    \"palmin\": \"palina\",\n    \"palminervate\": \"nkwanye\",\n    \"palminerved\": \"na-echekwa\",\n    \"palming\": \"nkwụ\",\n    \"palmiped\": \"palpapa\",\n    \"palmipedes\": \"Palmipedes\",\n    \"palmyra\": \"Palmyra\",\n    \"palmyras\": \"nkwụ\",\n    \"palmyrene\": \"nkwu nkwụ\",\n    \"palmyrenian\": \"Palmyra\",\n    \"palmist\": \"nkwụ\",\n    \"palmiste\": \"nkwụ\",\n    \"palmister\": \"nkwụ\",\n    \"palmistry\": \"nkwụ\",\n    \"palmists\": \"ndị na-agba nkwụ\",\n    \"palmitate\": \"nkwụ\",\n    \"palmite\": \"nkwụ\",\n    \"palmitic\": \"Nnenne\",\n    \"palmitine\": \"nkwụ\",\n    \"palmitins\": \"nkwụ\",\n    \"palmito\": \"nkwụ\",\n    \"palmitoleic\": \"nkwụ\",\n    \"palmitone\": \"nkwụ\",\n    \"palmitos\": \"nkwụ\",\n    \"palmiveined\": \"nkwụ\",\n    \"palmlike\": \"nkwụ\",\n    \"palmodic\": \"nkwụ\",\n    \"palmoscopy\": \"nkwụ\",\n    \"palmospasmus\": \"nkwụ\",\n    \"palms\": \"n'ọbụ aka\",\n    \"palmula\": \"nkwụ\",\n    \"palmus\": \"nkwụ\",\n    \"palmwise\": \"nkwụ\",\n    \"palmwood\": \"nkwụ\",\n    \"palookas\": \"Uchechi\",\n    \"palp\": \"palpation\",\n    \"palpacle\": \"palpal\",\n    \"palpating\": \"palpation\",\n    \"palpations\": \"mkpọchi\",\n    \"palpicornia\": \"palpic Califonia\",\n    \"palpitate\": \"gbasie ike\",\n    \"palpitated\": \"gbasasịa\",\n    \"palpitating\": \"ekwusila\",\n    \"palpitatingly\": \"n'etu ume\",\n    \"palpitation\": \"palpation\",\n    \"palpitations\": \"mkpọchi\",\n    \"palpless\": \"palpa\",\n    \"palsy\": \"akpọnwụ\",\n    \"palsied\": \"Onyekwere\",\n    \"palsies\": \"ọrịa\",\n    \"palsify\": \"kwuchaa\",\n    \"palsification\": \"Ọrịa\",\n    \"palsying\": \"ime mmụọ\",\n    \"palsylike\": \"ihe nkwarụ\",\n    \"palster\": \"palsta\",\n    \"palt\": \"akụ\",\n    \"palter\": \"palti\",\n    \"paltered\": \"gbasaa\",\n    \"palterer\": \"nweghachi\",\n    \"paltering\": \"okwukwu\",\n    \"palters\": \"paltar\",\n    \"paltry\": \"dị nwayọọ\",\n    \"paltrier\": \"dịnyere ike\",\n    \"paltriest\": \"kasị baa ọgaranya\",\n    \"paludament\": \"nsogbu\",\n    \"paludian\": \"Pulaudian\",\n    \"paludic\": \"nsogbu\",\n    \"paludicolous\": \"Okwudili\",\n    \"paludinous\": \"ịda mba\",\n    \"paludisms\": \"paludism\",\n    \"palule\": \"ngwugwu\",\n    \"pamaceous\": \"Okomoko\",\n    \"pamaquin\": \"pamaquine\",\n    \"pament\": \"ugwo\",\n    \"pamhy\": \"aru ojoo\",\n    \"pamirian\": \"Pamirian\",\n    \"pamment\": \"mmetụ obi\",\n    \"pampangan\": \"ngwongwo\",\n    \"pampanito\": \"ngwongwo\",\n    \"pampean\": \"pampaan\",\n    \"pampeans\": \"ndị pampe\",\n    \"pamper\": \"mpempe\",\n    \"pampered\": \"mekpaa\",\n    \"pamperedly\": \"Na-ata ahụhụ\",\n    \"pamperedness\": \"ihe mgbochi\",\n    \"pamperer\": \"onye mpịtọ\",\n    \"pampering\": \"ekpenta\",\n    \"pamperize\": \"kpakpando\",\n    \"pamperos\": \"mpempe akwụkwọ\",\n    \"pampers\": \"mpempe akwụkwọ\",\n    \"pamphysic\": \"ọgwụ\",\n    \"pamphlet\": \"mpempe akwụkwọ\",\n    \"pamphletage\": \"mpempe akwụkwọ\",\n    \"pamphletary\": \"mpempe akwụkwọ\",\n    \"pamphleteer\": \"mpempe akwụkwọ\",\n    \"pamphleter\": \"mpempe akwụkwọ\",\n    \"pamphletful\": \"mpempe akwụkwọ\",\n    \"pamphletic\": \"mpempe akwụkwọ\",\n    \"pamphletical\": \"mpempe akwụkwọ ical\",\n    \"pamphletizing\": \"ikwugharị\",\n    \"pamphlets\": \"mpempe akwụkwọ\",\n    \"pamphletwise\": \"akwụkwọ nta maara ihe\",\n    \"pamphrey\": \"Onwuka\",\n    \"pampilion\": \"mpempe akwụkwọ\",\n    \"pampination\": \"mpempe akwụkwọ\",\n    \"pampinocele\": \"Ikwesiri\",\n    \"pamprodactyl\": \"Onyeka Onwenu\",\n    \"pamprodactylous\": \"onyeka onwenu\",\n    \"pampsychist\": \"panpsychism\",\n    \"pams\": \"pam\",\n    \"panace\": \"panacea\",\n    \"panaceist\": \"panacea\",\n    \"panache\": \"ihe mgbu\",\n    \"panached\": \"pan pan\",\n    \"panaches\": \"ihe ichi\",\n    \"panaesthesia\": \"ọnụọgụgụ\",\n    \"panaesthetic\": \"iheanacho\",\n    \"panaka\": \"panak\",\n    \"panamaian\": \"asụsụ Panama\",\n    \"panaman\": \"panama\",\n    \"panamanian\": \"asụsụ Panama\",\n    \"panamanians\": \"ndị Panama\",\n    \"panamas\": \"panama\",\n    \"panamic\": \"egwu\",\n    \"panamist\": \"onye panamist\",\n    \"panapospory\": \"akwụkwọ ikike\",\n    \"panarchy\": \"ọgba aghara\",\n    \"panarchic\": \"egwu\",\n    \"panary\": \"egwu\",\n    \"panbabylonian\": \"pan Babylonian\",\n    \"panboeotian\": \"pan boeotian\",\n    \"pancaked\": \"pancakes\",\n    \"pancyclopedic\": \"panyinsikika\",\n    \"panclastic\": \"paneti\",\n    \"panclastite\": \"ihe ndozi\",\n    \"pancratia\": \"pancretia\",\n    \"pancratian\": \"Anakụkọ\",\n    \"pancratiast\": \"onye isi ochichi\",\n    \"pancratiastic\": \"pancretiastic\",\n    \"pancratic\": \"anumanu\",\n    \"pancratical\": \"anọrọ\",\n    \"pancratically\": \"na-agbakwunye\",\n    \"pancration\": \"ihe ndozi\",\n    \"pancratism\": \"anumanu\",\n    \"pancratist\": \"onye mmebe\",\n    \"pancratium\": \"pancretium\",\n    \"pancreatitic\": \"pancreatic\",\n    \"pancreatoenterostomy\": \"pancreato enterostomy\",\n    \"pancreectomy\": \"pancrectomy\",\n    \"pandal\": \"ntiwapụ\",\n    \"pandan\": \"Pandan\",\n    \"pandanaceous\": \"ọdịmma\",\n    \"pandani\": \"Pandani\",\n    \"pandanus\": \"Pandanus\",\n    \"pandaram\": \"agbaba\",\n    \"pandaric\": \"oria ojoo\",\n    \"pandarus\": \"Pandarus\",\n    \"pandas\": \"panda\",\n    \"pandation\": \"ihe ndozi\",\n    \"pandectist\": \"Onyebuchi\",\n    \"pandemy\": \"ọrịa na-efe efe\",\n    \"pandemia\": \"oria ojoo\",\n    \"pandemian\": \"oria ojoo\",\n    \"pandemic\": \"ọgbaghara\",\n    \"pandemicity\": \"ọrịa na-efe efe\",\n    \"pandemics\": \"oria ojoo\",\n    \"pandemoniac\": \"oria ojoo\",\n    \"pandemoniacal\": \"oria ojoo\",\n    \"pandemonian\": \"oria ojoo\",\n    \"pandemonic\": \"oria ojoo\",\n    \"pandemonism\": \"oria ojoo\",\n    \"pandemonium\": \"oria ojoo\",\n    \"pandemos\": \"oria ojoo\",\n    \"pandenominational\": \"ọgbaghara\",\n    \"pander\": \"fesa\",\n    \"panderage\": \"ihe ngosi\",\n    \"pandered\": \"gbarie\",\n    \"panderer\": \"ihe ijuanya\",\n    \"panderers\": \"ndị na-ebibi ihe\",\n    \"panderess\": \"ihendor\",\n    \"pandering\": \"na-atụgharị\",\n    \"panderism\": \"nkwanye ugwu\",\n    \"panderize\": \"fegharịa\",\n    \"panderly\": \"ndaba\",\n    \"pandermite\": \"ịkwa mmiri\",\n    \"panderous\": \"ihe ike\",\n    \"panders\": \"Ihe nkpuchi\",\n    \"pandership\": \"ihe isi ike\",\n    \"pandestruction\": \"ihe ndozi\",\n    \"pandy\": \"oria ojoo\",\n    \"pandybat\": \"chukwujekwu\",\n    \"pandiculation\": \"ntiwapụ\",\n    \"pandying\": \"na-ata ahụhụ\",\n    \"pandion\": \"ihe ndozi\",\n    \"pandionidae\": \"ndabichi\",\n    \"pandit\": \"ọdachi\",\n    \"pandita\": \"Pandita\",\n    \"pandits\": \"mgbaji\",\n    \"pandoor\": \"nwee ike\",\n    \"pandorea\": \"Pandorea\",\n    \"pandores\": \"ihe ijuanya\",\n    \"pandorina\": \"Pandorina\",\n    \"pandoura\": \"Pandoura\",\n    \"pandowdy\": \"ihe ijuanya\",\n    \"pandowdies\": \"ọrịa\",\n    \"pandrop\": \"ebele\",\n    \"panduriform\": \"chidimma\",\n    \"pane\": \"ebi ndụ\",\n    \"panecclesiastical\": \"ebi ndụ ụka\",\n    \"paned\": \"amajuru\",\n    \"panegyrics\": \"ihe omuma\",\n    \"panegyrizing\": \"egwu\",\n    \"paneity\": \"nsọ\",\n    \"paneled\": \"achịcha\",\n    \"paneless\": \"enweghị aka\",\n    \"panelist\": \"onye isi oche\",\n    \"panelists\": \"ndị na-eme ihe ngosi\",\n    \"panellation\": \"nchịkọta\",\n    \"panelled\": \"achịcha\",\n    \"panelling\": \"paneling\",\n    \"panellist\": \"onye nkwusa\",\n    \"panels\": \"ogwe\",\n    \"panelwise\": \"otu akụkụ\",\n    \"panesthetic\": \"ihe iju anya\",\n    \"panfish\": \"azụ azụ\",\n    \"panfishes\": \"panfish\",\n    \"panful\": \"kụja\",\n    \"panfuls\": \"ihe mkpuchi\",\n    \"pang\": \"ihe ụfụ\",\n    \"pangaea\": \"pangea\",\n    \"pangamy\": \"ihe ojoo\",\n    \"pangamic\": \"ihe ojoo\",\n    \"pangamous\": \"ihe ojoo\",\n    \"pangane\": \"ime ihe ike\",\n    \"panged\": \"kụja\",\n    \"pangen\": \"ihe ụfụ\",\n    \"pangene\": \"ihe mgbu\",\n    \"pangenesis\": \"ihe mgbu\",\n    \"pangenetic\": \"ihe mgbu\",\n    \"pangenetically\": \"n'agha\",\n    \"pangenic\": \"ihe ojoo\",\n    \"pangens\": \"ihe ụfụ\",\n    \"pangful\": \"ihe na-egbu mgbu\",\n    \"pangi\": \"ihe mgbu\",\n    \"panging\": \"na-atụ ụjọ\",\n    \"pangyrical\": \"ihe ojoo\",\n    \"pangium\": \"ihe mgbu\",\n    \"pangless\": \"enweghị atụ\",\n    \"panglessly\": \"enweghị nsogbu\",\n    \"pangloss\": \"Uchechukwu\",\n    \"panglossian\": \"asụsụ igbo\",\n    \"panglossic\": \"Ezigbo\",\n    \"pangs\": \"ihe ụfụ\",\n    \"panhandlers\": \"ndị ọrụ aka\",\n    \"panhandles\": \"ogwe aka\",\n    \"panhead\": \"isi okwu\",\n    \"panheaded\": \"isi\",\n    \"panic\": \"ụjọ\",\n    \"panical\": \"egwu\",\n    \"panically\": \"n'atụ ụjọ\",\n    \"panicful\": \"egwu\",\n    \"panicked\": \"kụja\",\n    \"panickier\": \"egwu\",\n    \"panickiest\": \"na-atụ ụjọ\",\n    \"panickiness\": \"ụjọ\",\n    \"panicking\": \"egwu\",\n    \"panicle\": \"egwu\",\n    \"panicled\": \"maa jijiji\",\n    \"panicles\": \"ihe ịtụ ụjọ\",\n    \"paniclike\": \"egwu\",\n    \"panicmonger\": \"egwu\",\n    \"panicmongering\": \"egwu\",\n    \"paniconography\": \"ihe ijuanya\",\n    \"paniconographic\": \"ihe ijuanya\",\n    \"panics\": \"egwu\",\n    \"paniculate\": \"maa jijiji\",\n    \"paniculated\": \"egwu\",\n    \"paniculately\": \"na-atụ ụjọ\",\n    \"panicums\": \"ihe ndagide\",\n    \"paniers\": \"ndị ọkpọ\",\n    \"panification\": \"ịma jijiji\",\n    \"panimmunity\": \"ndaba\",\n    \"panionic\": \"ụjọ\",\n    \"panisic\": \"egwu\",\n    \"pankration\": \"ịkwa mpi\",\n    \"panlogical\": \"egwu\",\n    \"panlogism\": \"egwu\",\n    \"panlogist\": \"panist\",\n    \"panlogistic\": \"egwu\",\n    \"panlogistical\": \"ọkà n'ihe banyere ụjọ\",\n    \"panlogistically\": \"n'atụ ụjọ\",\n    \"panmeristic\": \"ihe ike\",\n    \"panned\": \"panne d\",\n    \"pannel\": \"panel\",\n    \"pannellation\": \"ihe mgbochi\",\n    \"panner\": \"paneer\",\n    \"pannery\": \"panerị\",\n    \"pannes\": \"ogwe\",\n    \"pannicular\": \"panikin\",\n    \"panniered\": \"ihere\",\n    \"panophobia\": \"Panophobia\",\n    \"panoply\": \"Na Na Na\",\n    \"panoplied\": \"Akwadoro\",\n    \"panoplies\": \"ihe ndozi\",\n    \"panoplying\": \"Ndidi\",\n    \"panoplist\": \"ndepụta\",\n    \"panopticon\": \"Panopticon\",\n    \"panoram\": \"panorama\",\n    \"panoramical\": \"panoramic\",\n    \"panoramist\": \"panoramic\",\n    \"panornithic\": \"ụjọ\",\n    \"panorpian\": \"onye obia\",\n    \"panotype\": \"ihe mgbochi\",\n    \"panpathy\": \"enweghị ọmịiko\",\n    \"pans\": \"Efere\",\n    \"pansciolism\": \"mgbasa ozi\",\n    \"pansciolist\": \"nchịkọta pansciolist\",\n    \"pansclerosis\": \"akwara\",\n    \"pansclerotic\": \"okirikiri\",\n    \"pansexism\": \"mgbanaka\",\n    \"pansexual\": \"Nwosu\",\n    \"pansexuality\": \"ihe omuma\",\n    \"pansexualize\": \"igbangwa\",\n    \"panshard\": \"Nwachukwu\",\n    \"pansy\": \"ihe anumanu\",\n    \"panside\": \"mgbasa\",\n    \"pansideman\": \"Anyanwu\",\n    \"pansied\": \"achọọ\",\n    \"pansies\": \"achịcha\",\n    \"pansified\": \"imecha\",\n    \"pansyish\": \"tụọ ụjọ\",\n    \"pansylike\": \"pansy dị ka\",\n    \"pansinuitis\": \"ọrịa pansinusitis\",\n    \"pansinusitis\": \"ọrịa pansinusitis\",\n    \"pansit\": \"ihe mgbapụta\",\n    \"pansophically\": \"n'ile anya\",\n    \"panspermy\": \"Mpe mpe\",\n    \"panspermic\": \"ihe mgbu\",\n    \"pantagruelion\": \"Okpukpo\",\n    \"pantalets\": \"pantalet\",\n    \"pantaletted\": \"pantalet\",\n    \"pantalooned\": \"kwụrụ\",\n    \"pantamorphic\": \"paantamorphic\",\n    \"pantarchy\": \"ọchịchị ime obodo\",\n    \"panted\": \"ichoro\",\n    \"pantelegraphy\": \"ihe ngosi\",\n    \"pantelephone\": \"ekwentị\",\n    \"pantheistic\": \"ịda mba\",\n    \"panther\": \"akukonta\",\n    \"pantherish\": \"panthers\",\n    \"pantherlike\": \"akukoo dika\",\n    \"pantie\": \"panti\",\n    \"panties\": \"panti\",\n    \"pantile\": \"panti\",\n    \"pantiling\": \"panting\",\n    \"panting\": \"na-atụgharị uche\",\n    \"pantingly\": \"n'ile anya\",\n    \"pantler\": \"pantali\",\n    \"pantography\": \"ihe ngosi\",\n    \"pantologist\": \"ọkà mmụta banyere pantologist\",\n    \"pantometer\": \"pantometa\",\n    \"pantomimes\": \"oge obula\",\n    \"pantomimic\": \"Pantomimic\",\n    \"pantomiming\": \"akuku\",\n    \"pantomimish\": \"Pantomimish\",\n    \"pantomimists\": \"pantomimist\",\n    \"pantomnesic\": \"ogwugwo\",\n    \"pantomorphic\": \"Iheanyichukwu\",\n    \"pantry\": \"pantiri\",\n    \"pantries\": \"achịcha\",\n    \"pantrymen\": \"ndị na-edekọ ihe\",\n    \"pantropic\": \"ebelata\",\n    \"pants\": \"ogologo ọkpa\",\n    \"pantsuit\": \"ogologo ọkpa\",\n    \"pantsuits\": \"uwe ogologo ọkpa\",\n    \"panure\": \"imekpa\",\n    \"panurgy\": \"ihe ojoo\",\n    \"panurgic\": \"egwu\",\n    \"panzer\": \"panza\",\n    \"papaya\": \"pọọpọ\",\n    \"papayaceous\": \"pọọpọ\",\n    \"papayas\": \"papọ\",\n    \"papaveraceous\": \"okpuru\",\n    \"papaverous\": \"nwee mmasị\",\n    \"papaw\": \"papa\",\n    \"papaws\": \"papa\",\n    \"paper\": \"akwukwo\",\n    \"paperback\": \"mpempe akwụkwọ\",\n    \"paperbacks\": \"mpempe akwụkwọ\",\n    \"paperbark\": \"ntaneti\",\n    \"paperboard\": \"mpempe akwụkwọ\",\n    \"paperboards\": \"mpempe akwụkwọ\",\n    \"paperboy\": \"Nwa akwukwo\",\n    \"paperboys\": \"mpempe akwụkwọ\",\n    \"paperbound\": \"ede akwukwo\",\n    \"paperclip\": \"mkpa akwụkwọ\",\n    \"papercutting\": \"mpempe akwụkwọ\",\n    \"paperers\": \"ndị na-ebu papere\",\n    \"paperful\": \"akwukwo\",\n    \"papergirl\": \"mpempe akwụkwọ\",\n    \"paperhanger\": \"onye na-ede akwukwo\",\n    \"paperhangers\": \"ndị na-ede akwụkwọ\",\n    \"paperhanging\": \"ede ihe\",\n    \"papery\": \"akwukwo\",\n    \"paperiness\": \"mpempe akwụkwọ\",\n    \"papering\": \"mpempe akwụkwọ\",\n    \"paperings\": \"akwụkwọ akụkọ\",\n    \"paperknife\": \"mma mpempe akwụkwọ\",\n    \"paperknives\": \"mpempe akwụkwọ\",\n    \"paperlike\": \"yiri akwụkwọ\",\n    \"papermaker\": \"onye na-ede akwukwo\",\n    \"papermaking\": \"ede akwukwo\",\n    \"papermouth\": \"mpempe akwụkwọ\",\n    \"papern\": \"akwukwo\",\n    \"papers\": \"akwụkwọ\",\n    \"papershell\": \"mpempe akwụkwọ\",\n    \"paperweight\": \"mpempe akwụkwọ\",\n    \"paperweights\": \"akwụkwọ akụkọ\",\n    \"paperwork\": \"akwukwo\",\n    \"papillae\": \"papilla\",\n    \"papyrus\": \"papaịrọs\",\n    \"papyruses\": \"papaịrọs\",\n    \"papistlike\": \"papist yiri\",\n    \"papists\": \"ndị ọkpọ\",\n    \"papize\": \"papise\",\n    \"paplike\": \"papii\",\n    \"papooseroot\": \"papoose mgbọrọgwụ\",\n    \"papoosh\": \"papoose\",\n    \"pappain\": \"papain\",\n    \"pappies\": \"pappi\",\n    \"pappiferous\": \"papilliferous\",\n    \"pappyri\": \"papyri\",\n    \"pappoose\": \"papoose\",\n    \"pappooses\": \"papooses\",\n    \"paprica\": \"paprika\",\n    \"papricas\": \"paprikas\",\n    \"papriks\": \"paprika\",\n    \"paps\": \"Nri\",\n    \"papula\": \"papular\",\n    \"papulan\": \"papuan\",\n    \"par\": \"para\",\n    \"parabaptization\": \"mbubreyo\",\n    \"parable\": \"ilu\",\n    \"parabled\": \"parab\",\n    \"parableptic\": \"ihe atụ\",\n    \"parables\": \"ilu\",\n    \"parabling\": \"ilu\",\n    \"parabolanus\": \"parabolas\",\n    \"parabole\": \"parabola\",\n    \"parabolical\": \"ihe atụ\",\n    \"parabolicalism\": \"parabopalism\",\n    \"parabolicness\": \"ngwungwu\",\n    \"parabolization\": \"ntụgharị\",\n    \"parabolize\": \"ịkọwapụta\",\n    \"parabolizer\": \"ngwugwa\",\n    \"parabolizing\": \"na-ekwu okwu\",\n    \"parabrake\": \"parabra\",\n    \"paracelsic\": \"paraselik\",\n    \"paracelsist\": \"parasita\",\n    \"paracenteses\": \"paracentes\",\n    \"parachor\": \"paragraf\",\n    \"parachors\": \"ndi oru ngwo\",\n    \"parachutes\": \"parachute\",\n    \"parachuting\": \"parach\",\n    \"parachutists\": \"ndị na-eme parachut\",\n    \"paracium\": \"paramọs\",\n    \"paraclete\": \"ihe ọzọ\",\n    \"paraconscious\": \"parasons\",\n    \"parade\": \"Nme\",\n    \"paraded\": \"kpughere\",\n    \"paradeful\": \"paradeedi\",\n    \"paradental\": \"ihe ngosi\",\n    \"paraders\": \"ndị na-eme njem\",\n    \"parades\": \"ihe ngosi\",\n    \"paradiddle\": \"Paradiddle\",\n    \"paradigm\": \"ụkpụrụ\",\n    \"paradigmatic\": \"ihe ngosi\",\n    \"paradigmatically\": \"n'ile anya\",\n    \"paradigmatize\": \"nhazi\",\n    \"paradigms\": \"ihe ngosi\",\n    \"parading\": \"na-agbagharị\",\n    \"paradingly\": \"Na-egosi\",\n    \"paradisaic\": \"Paradaịs\",\n    \"paradisaical\": \"paradaịs\",\n    \"paradisaically\": \"paradaịs\",\n    \"paradise\": \"paradaịs\",\n    \"paradises\": \"paradis\",\n    \"paradisiacal\": \"paradaịsal\",\n    \"paradox\": \"ihe mgbagwoju anya\",\n    \"paradoxal\": \"mgbagwoju anya\",\n    \"paradoxer\": \"ihe mgbagwoju anya\",\n    \"paradoxes\": \"ihe mgbagwoju anya\",\n    \"paradoxial\": \"mgbagwoju anya\",\n    \"paradoxic\": \"mgbagwoju anya\",\n    \"paradoxical\": \"ihe mgbagwoju anya\",\n    \"paradoxicalism\": \"ihe mgbagwoju anya\",\n    \"paradoxicality\": \"mgbagwoju anya\",\n    \"paradoxically\": \"n'ụzọ na-emegiderịta onwe ya\",\n    \"paradoxicalness\": \"ihe mgbagwoju anya\",\n    \"paradoxician\": \"ihe mgbagwoju anya\",\n    \"paradoxism\": \"ihe mgbagwoju anya\",\n    \"paradoxist\": \"ihe ngọngọ\",\n    \"paradoxure\": \"ihe mgbagwoju anya\",\n    \"paradromic\": \"paradaịs\",\n    \"paradropped\": \"Ebugharị\",\n    \"paradropping\": \"na-egosi\",\n    \"paradrops\": \"ihe ngosi\",\n    \"paraenesize\": \"kpọnwụrụ\",\n    \"paraenetical\": \"paraenetikal\",\n    \"paraesthetic\": \"paraestical\",\n    \"paraffined\": \"paraffine\",\n    \"paraffinic\": \"paraffin\",\n    \"paraffinize\": \"kpughee\",\n    \"paraffinizing\": \"paraffin na-ekpuchi\",\n    \"paraform\": \"gbanwee\",\n    \"paraforms\": \"gbanwee\",\n    \"parafunction\": \"arụ ọrụ\",\n    \"paraganglion\": \"Ngwongwo\",\n    \"paragglutination\": \"Ngwadogwu\",\n    \"paragoge\": \"ngọngọ\",\n    \"paragoges\": \"ngọngọ\",\n    \"paragogic\": \"ngwọ ọrịa\",\n    \"paragogize\": \"dozie\",\n    \"paragonless\": \"enweghi ike\",\n    \"paragons\": \"paragọn\",\n    \"paragram\": \"paragraf\",\n    \"paragraph\": \"paragraf\",\n    \"paragraphed\": \"paragraf\",\n    \"paragrapher\": \"paragraf\",\n    \"paragraphia\": \"paragraf\",\n    \"paragraphic\": \"paragraf\",\n    \"paragraphical\": \"nke paragraf\",\n    \"paragraphically\": \"paragraf\",\n    \"paragraphing\": \"paragraf\",\n    \"paragraphist\": \"paragraf\",\n    \"paragraphistical\": \"paragraf\",\n    \"paragraphize\": \"paragrafos\",\n    \"paragraphs\": \"paragraf\",\n    \"paraguayan\": \"paraguayyan\",\n    \"paraguayans\": \"paraguayyans\",\n    \"parah\": \"para\",\n    \"parakeet\": \"parakeeti\",\n    \"parakeets\": \"parakeeti\",\n    \"paralanguage\": \"asụsụ\",\n    \"paralegal\": \"iwu iwu\",\n    \"paralgesic\": \"paralịiki\",\n    \"paralipomenon\": \"ihe nlere\",\n    \"paralipses\": \"paralips\",\n    \"paralysation\": \"mkpọnwụ\",\n    \"paralyse\": \"kpọnwụrụ\",\n    \"paralysed\": \"kpọnwụrụ\",\n    \"paralyses\": \"kpọnwụrụ\",\n    \"paralysing\": \"na-akpọnwụ\",\n    \"paralysis\": \"ahumkponwu\",\n    \"paralytic\": \"mkpọnwụ\",\n    \"paralytica\": \"mkpọnwụ\",\n    \"paralitical\": \"mkpọnwụ\",\n    \"paralytical\": \"mkpọnwụ\",\n    \"paralytically\": \"kpọnwụrụ akpọnwụ\",\n    \"paralyzant\": \"kpọnwụrụ\",\n    \"paralyzation\": \"ahụ mkpọnwụ\",\n    \"paralyze\": \"kpọnwụrụ\",\n    \"paralyzed\": \"kpọnwụrụ\",\n    \"paralyzedly\": \"kpọnwụrụ\",\n    \"paralyzer\": \"kpọnwụrụ\",\n    \"paralyzes\": \"kpọnwụrụ\",\n    \"paralyzing\": \"na-akpọnwụ\",\n    \"paralyzingly\": \"kpọnwụrụ\",\n    \"parallel\": \"ihe yiri ya\",\n    \"parallelable\": \"ihe yiri ya\",\n    \"paralleled\": \"Yiri\",\n    \"parallelepiped\": \"ihe kwekọrọ\",\n    \"parallelepipedal\": \"ihe yiri ya\",\n    \"parallelepipedon\": \"ihe kwekọrọ\",\n    \"parallelepipedonal\": \"ihe yiri ya\",\n    \"parallelepipedous\": \"ihe yiri ya\",\n    \"paralleler\": \"ukem\",\n    \"parallelinervate\": \"ihe jikọrọ\",\n    \"parallelinerved\": \"kwekọrọ\",\n    \"parallelinervous\": \"ihe jikọrọ\",\n    \"paralleling\": \"ya na ya yiri\",\n    \"parallelisation\": \"ihe yiri ya\",\n    \"parallelise\": \"ukem\",\n    \"parallelised\": \"yiri\",\n    \"parallelising\": \"ihe yiri ya\",\n    \"parallelism\": \"ihe yiri ya\",\n    \"parallelist\": \"ihe yiri ya\",\n    \"parallelistic\": \"ihe yiri ya\",\n    \"parallelith\": \"ihe yiri ya\",\n    \"parallelization\": \"ihe jikọrọ ya\",\n    \"parallelize\": \"ihe kwekọrọ\",\n    \"parallelized\": \"yiri\",\n    \"parallelizer\": \"ihe nlele\",\n    \"parallelizes\": \"ihe kwekọrọ\",\n    \"parallelizing\": \"ihe yiri ya\",\n    \"parallelled\": \"yiri\",\n    \"parallelless\": \"enweghị atụ\",\n    \"parallelly\": \"n'ụzọ kwekọrọ\",\n    \"parallelling\": \"ihe yiri ya\",\n    \"parallelodrome\": \"ihe ngosi\",\n    \"parallelodromous\": \"ihe yiri ya\",\n    \"parallelogram\": \"ihe nyocha\",\n    \"parallelogrammatic\": \"ihe nlere\",\n    \"parallelogrammical\": \"ihe omuma\",\n    \"parallelograms\": \"ihe nyocha\",\n    \"parallelograph\": \"ihe nyocha\",\n    \"parallelometer\": \"ihe yiri ya\",\n    \"parallelopiped\": \"ihe yiri ya\",\n    \"parallelopipedon\": \"iheegwu\",\n    \"parallelotropic\": \"ihe jikọrọ\",\n    \"parallelotropism\": \"ihe jikọrọ ya\",\n    \"parallels\": \"myirịta\",\n    \"parallelwise\": \"myiri\",\n    \"parallepipedous\": \"ihe yiri ya\",\n    \"paralogician\": \"dibia ogwu\",\n    \"paralogistic\": \"paralogist\",\n    \"paralogizing\": \"na-enyocha\",\n    \"param\": \"ihe\",\n    \"paramagnet\": \"ndozi\",\n    \"paramagnetic\": \"nhazi\",\n    \"paramagnetically\": \"n'ụzọ ọ bụla\",\n    \"paramagnetism\": \"nhazi\",\n    \"paramandelic\": \"nnweta\",\n    \"paramastigate\": \"dozie\",\n    \"paramastoid\": \"nhazi\",\n    \"paramatta\": \"parramatta\",\n    \"paramecia\": \"paramecium\",\n    \"paramecidae\": \"paramecium\",\n    \"parameciums\": \"paramecium\",\n    \"paramedics\": \"ndị na-agwọ ọrịa\",\n    \"paramese\": \"nri\",\n    \"paramesial\": \"nhazi\",\n    \"parameter\": \"oke\",\n    \"parameterizable\": \"oke\",\n    \"parameterization\": \"nhazi\",\n    \"parameterizations\": \"nhazi\",\n    \"parameterize\": \"hazie\",\n    \"parameterized\": \"oke\",\n    \"parameterizes\": \"na-edozi\",\n    \"parameterizing\": \"na-etinye aka\",\n    \"parameterless\": \"enweghị oke\",\n    \"parameters\": \"kwa\",\n    \"parametral\": \"oke\",\n    \"parametric\": \"oke\",\n    \"parametrical\": \"oke\",\n    \"parametrically\": \"na-agbaso\",\n    \"parametritic\": \"oke\",\n    \"parametritis\": \"oke\",\n    \"parametrium\": \"nhazi\",\n    \"parametrization\": \"nhazi\",\n    \"parametrize\": \"oke\",\n    \"parametrized\": \"itinye aka\",\n    \"parametrizing\": \"itinye aka\",\n    \"paramid\": \"mbido\",\n    \"paramide\": \"pyramid\",\n    \"paramilitary\": \"ngwa agha\",\n    \"paramimia\": \"nhazi\",\n    \"paramine\": \"oke\",\n    \"paramyoclonus\": \"mbido\",\n    \"paramiographer\": \"onye nhazi\",\n    \"paramyosin\": \"mbido\",\n    \"paramyosinogen\": \"mbido\",\n    \"paramyotone\": \"mbido\",\n    \"paramyotonia\": \"nnabata\",\n    \"paramita\": \"oke\",\n    \"paramnesia\": \"oke\",\n    \"paramorphia\": \"ngashị\",\n    \"paramorphic\": \"nnweta\",\n    \"paramorphism\": \"nhụjuanya\",\n    \"paramorphosis\": \"nhazi\",\n    \"paramorphous\": \"usoro\",\n    \"paramos\": \"Nhazi\",\n    \"paramount\": \"isi\",\n    \"paramountcy\": \"isi\",\n    \"paramountly\": \"kachasị\",\n    \"paramountness\": \"isi\",\n    \"paramountship\": \"nchịkwa\",\n    \"paramours\": \"ndị ọrụ aka\",\n    \"paramuthetic\": \"ọ bụ\",\n    \"parangs\": \"mkpọtụ\",\n    \"paranoeac\": \"paranoiac\",\n    \"paranoeas\": \"paranoid\",\n    \"paranoidal\": \"paranoid\",\n    \"paranormality\": \"enweghi ike\",\n    \"paranosic\": \"ahụ ike\",\n    \"paranthracene\": \"parantiracene\",\n    \"paraoperation\": \"arụ ọrụ\",\n    \"paraparetic\": \"ihe nlele\",\n    \"parapet\": \"ihe mgbochi\",\n    \"parapeted\": \"parapeta\",\n    \"parapetless\": \"enweghị nkwanye\",\n    \"parapets\": \"parapeta\",\n    \"paraph\": \"paraf\",\n    \"paraphasia\": \"parafasia\",\n    \"paraphasic\": \"parafa\",\n    \"paraphed\": \"efere\",\n    \"parapherna\": \"paraferna\",\n    \"paraphernal\": \"ngwongwo\",\n    \"paraphernalia\": \"ngwongwo\",\n    \"paraphernalian\": \"ngwongwo\",\n    \"paraphia\": \"parafịa\",\n    \"paraphysis\": \"ịkọwapụta\",\n    \"paraphrase\": \"ikowaputa\",\n    \"paraphrased\": \"kọwara\",\n    \"paraphraser\": \"ihe nkọwapụta\",\n    \"paraphrasers\": \"ihe nkọwapụta\",\n    \"paraphrases\": \"ntughari\",\n    \"paraphrasing\": \"ịkọwapụta\",\n    \"paraphrast\": \"ihe atụ\",\n    \"paraphrastical\": \"ihe atụ\",\n    \"paraphrastically\": \"iji ihe atụ\",\n    \"paraphs\": \"paraph\",\n    \"paraprofessional\": \"ọkachamara\",\n    \"paraprofessionals\": \"ọkachamara\",\n    \"parapsychologists\": \"ndị ọkà mmụta parapsychologists\",\n    \"parapterum\": \"parapaum\",\n    \"paraquadrate\": \"kpachara anya\",\n    \"paraquats\": \"paraquat\",\n    \"paraquet\": \"paraquat\",\n    \"paraquets\": \"parakeeti\",\n    \"pararectal\": \"ntughari\",\n    \"pararhotacism\": \"para rhotacism\",\n    \"paras\": \"para\",\n    \"parasangs\": \"parasans\",\n    \"parasecretion\": \"nkwanye\",\n    \"paraselenic\": \"paraseleniki\",\n    \"parasexuality\": \"mmekorita nwoke na nwanyi\",\n    \"parashah\": \"parasha\",\n    \"parasynthetic\": \"parasyntetị\",\n    \"parasite\": \"parasaiti\",\n    \"parasites\": \"nje ndị ọzọ\",\n    \"parasiticalness\": \"parasiticals\",\n    \"parasitize\": \"kpachara anya\",\n    \"parasitizes\": \"parasitias\",\n    \"parasoled\": \"parasose\",\n    \"parasols\": \"ihe atụ\",\n    \"parastades\": \"parastas\",\n    \"parastatic\": \"parasitic\",\n    \"parastemonal\": \"parasternal\",\n    \"parasternum\": \"parasternal\",\n    \"parasubstituted\": \"gbanwere\",\n    \"paratactic\": \"paratact\",\n    \"paratactical\": \"paratical\",\n    \"paratactically\": \"paratact\",\n    \"parate\": \"parateeti\",\n    \"paratheria\": \"ọrịa paratheria\",\n    \"parathion\": \"efere\",\n    \"parathyrin\": \"paratyrin\",\n    \"parathyroprival\": \"ịtọọ\",\n    \"paratitles\": \"ndepụta okwu\",\n    \"paratory\": \"kpakpando\",\n    \"paratroopers\": \"ndị agha paratroopers\",\n    \"paratroops\": \"ndị agha\",\n    \"paratuberculosis\": \"parat ụkwara nta\",\n    \"paravanes\": \"paravanen\",\n    \"paravant\": \"bara uru\",\n    \"parbreak\": \"nkụ\",\n    \"parbuckle\": \"ngwugwu\",\n    \"parbuckled\": \"Okwu anakpo\",\n    \"parbuckling\": \"bumụ aka\",\n    \"parc\": \"ngwugwu\",\n    \"parcae\": \"ngwugwu\",\n    \"parcel\": \"ngwugwu\",\n    \"parceled\": \"kpochara\",\n    \"parceling\": \"ngwugwu\",\n    \"parcellary\": \"ngwugwu\",\n    \"parcellate\": \"ngwugwu\",\n    \"parcellation\": \"ngwugwu\",\n    \"parcelled\": \"kpochara\",\n    \"parcelling\": \"ngwugwu\",\n    \"parcellization\": \"ngwugwu\",\n    \"parcelment\": \"ngwugwu\",\n    \"parcels\": \"ngwugwu\",\n    \"parcelwise\": \"ngwugwu\",\n    \"parcenary\": \"akuko\",\n    \"parceners\": \"ndị ọrụ parceners\",\n    \"parcenership\": \"ọrụ nnabata\",\n    \"parch\": \"akwukwo ngwongwo\",\n    \"parchable\": \"kpọrọ nkụ\",\n    \"parched\": \"kpọrọ nkụ\",\n    \"parchedly\": \"kpọrọ nkụ\",\n    \"parchedness\": \"akpịrị ịkpọ nkụ\",\n    \"parcher\": \"akpukpo oku\",\n    \"parches\": \"akwukwo akwukwo\",\n    \"parchesi\": \"parcheesi\",\n    \"parching\": \"parch\",\n    \"parchingly\": \"parch iche\",\n    \"parchment\": \"akpụkpọ anụ\",\n    \"parchmenter\": \"akpụkpọ anụ\",\n    \"parchmenty\": \"akpụkpọ anụ\",\n    \"parchmentize\": \"Akwukwo ozi\",\n    \"parchmentized\": \"Akwukwo ozi\",\n    \"parchmentizing\": \"akpụkpọ anụ\",\n    \"parchmentlike\": \"dị ka akpụkpọ anụ\",\n    \"parchments\": \"akpụkpọ anụ\",\n    \"parclose\": \"ngwugwu\",\n    \"parcook\": \"achịcha\",\n    \"pard\": \"gbaghara\",\n    \"pardal\": \"gbaghara\",\n    \"pardale\": \"parda\",\n    \"pardanthus\": \"Onyeka Onwenu\",\n    \"parde\": \"Ikwerre\",\n    \"parded\": \"gbaghaara\",\n    \"pardesi\": \"gbaghara\",\n    \"pardhan\": \"gbaghara\",\n    \"pardy\": \"gbaghara\",\n    \"pardie\": \"Nkechi\",\n    \"pardine\": \"ịgbaghara\",\n    \"pardner\": \"gbaghara\",\n    \"pardners\": \"gbaghara\",\n    \"pardnomastic\": \"na-agbaghara\",\n    \"pardo\": \"Pardo\",\n    \"pardon\": \"gbaghara\",\n    \"pardonable\": \"gbaghara\",\n    \"pardonableness\": \"mgbaghara\",\n    \"pardonably\": \"ịgbaghara\",\n    \"pardoned\": \"gbaghara\",\n    \"pardonee\": \"gbaghara\",\n    \"pardoner\": \"gbaghara\",\n    \"pardoners\": \"gbaghara\",\n    \"pardoning\": \"gbaghara\",\n    \"pardonless\": \"gbaghara\",\n    \"pardonmonger\": \"mgbaghara\",\n    \"pardons\": \"gbaghara\",\n    \"pards\": \"kaadị\",\n    \"parecy\": \"ndi nzuzu\",\n    \"parecious\": \"kearu\",\n    \"pareciously\": \"Ugboro ugboro\",\n    \"pareciousness\": \"Ugboro abụọ\",\n    \"paregal\": \"n'ihi\",\n    \"paregmenon\": \"Uchenna Nwokeji\",\n    \"paregoric\": \"ihe ike\",\n    \"paregorical\": \"ihe omuma\",\n    \"parel\": \"gbọmgbọm\",\n    \"parellic\": \"parelik\",\n    \"parenchym\": \"parenik\",\n    \"parenchymal\": \"parenikal\",\n    \"parenchymous\": \"Uchenna\",\n    \"parenesize\": \"Uche Ogbu\",\n    \"parennece\": \"Uchenna\",\n    \"parennir\": \"Nwachukwu\",\n    \"parent\": \"nne na nna\",\n    \"parentage\": \"nne na nna\",\n    \"parental\": \"nne na nna\",\n    \"parentalia\": \"nne na nna\",\n    \"parentalism\": \"nne na nna\",\n    \"parentality\": \"nne na nna\",\n    \"parentally\": \"nne na nna\",\n    \"parentate\": \"nne na nna\",\n    \"parentation\": \"nne na nna\",\n    \"parentdom\": \"nne na nna\",\n    \"parented\": \"nne na nna\",\n    \"parentela\": \"nne na nna\",\n    \"parentele\": \"nne na nna\",\n    \"parentelic\": \"nne na nna\",\n    \"parenteral\": \"nne na nna\",\n    \"parenterally\": \"nne na nna\",\n    \"parentheses\": \"parenthes\",\n    \"parenthesis\": \"nkụchi\",\n    \"parenthesize\": \"mbanye\",\n    \"parenthesized\": \"akuko\",\n    \"parenthesizes\": \"nne na nna\",\n    \"parenthesizing\": \"nne na nna\",\n    \"parenthetic\": \"nne na nna\",\n    \"parenthetical\": \"nne na nna\",\n    \"parentheticality\": \"nne na nna\",\n    \"parenthetically\": \"nne na nna\",\n    \"parentheticalness\": \"nne nnabata\",\n    \"parenthood\": \"ịbụ nne na nna\",\n    \"parenticide\": \"igbu onwe\",\n    \"parenting\": \"ịzụ ụmụ\",\n    \"parentis\": \"nne na nna\",\n    \"parentless\": \"nne na nna\",\n    \"parentlike\": \"dị ka nne na nna\",\n    \"parents\": \"nne na nna\",\n    \"parentship\": \"ịbụ nne na nna\",\n    \"pareoean\": \"pareoan\",\n    \"parers\": \"Ihe ndozi\",\n    \"pares\": \"Ihe ndozi\",\n    \"pareses\": \"Nkechi\",\n    \"paresis\": \"Nkechi\",\n    \"paresthesis\": \"paresthesia\",\n    \"paresthetic\": \"na-egbu maramara\",\n    \"paretic\": \"paretiiki\",\n    \"paretically\": \"n'amaghi ama\",\n    \"paretics\": \"paretiiki\",\n    \"pareve\": \"kpuchie\",\n    \"parfield\": \"akụkụ\",\n    \"parflesh\": \"anụ ahụ\",\n    \"parfleshes\": \"parfish\",\n    \"pargasite\": \"ihe ngwugwu\",\n    \"parges\": \"ngwugwu\",\n    \"parget\": \"paget\",\n    \"pargeting\": \"na-akụda\",\n    \"pargets\": \"ngwugwu\",\n    \"pargetted\": \"paget\",\n    \"pargetting\": \"na-ekwu okwu\",\n    \"pargyline\": \"ngwugwu\",\n    \"parheliacal\": \"okpokoro\",\n    \"parhelic\": \"Ihe mkpofu\",\n    \"parhomology\": \"akwukwo ihe omumu\",\n    \"pariahs\": \"akwụkwọ\",\n    \"pariahship\": \"ọrụ\",\n    \"parian\": \"ede\",\n    \"paridigitate\": \"dezie\",\n    \"parietary\": \"pariari\",\n    \"parietosphenoidal\": \"ngwugwu\",\n    \"parietosquamosal\": \"parietal squamosal\",\n    \"parietovisceral\": \"parieto visceral\",\n    \"parify\": \"kọwaa\",\n    \"parilicium\": \"Nnọọ\",\n    \"parilla\": \"paịl\",\n    \"parings\": \"akụkụ\",\n    \"parises\": \"ngwugwu\",\n    \"parished\": \"ngwụcha\",\n    \"parishes\": \"ndi ngwuro no na parishi\",\n    \"parishioners\": \"ndị ụka\",\n    \"parishionership\": \"nzuko parish\",\n    \"parishwide\": \"parish nile\",\n    \"parisian\": \"onye paris\",\n    \"parisianly\": \"ikwusioru\",\n    \"parisians\": \"Ndị parisi\",\n    \"parisyllabical\": \"parisyllabic\",\n    \"parisis\": \"parison\",\n    \"parisite\": \"parasaiti\",\n    \"parisology\": \"ngọngọ\",\n    \"parities\": \"ngwugwu\",\n    \"paritor\": \"parita\",\n    \"park\": \"ogige\",\n    \"parka\": \"ogige ntụrụndụ\",\n    \"parkas\": \"ogige\",\n    \"parked\": \"dọwara\",\n    \"parkee\": \"Onye na-adọba ụgbọala\",\n    \"parker\": \"Onye na-adọba ụgbọala\",\n    \"parking\": \"adọba ụgbọala\",\n    \"parkings\": \"ogige\",\n    \"parkinson\": \"Parkinson\",\n    \"parkinsonian\": \"parkinsonia\",\n    \"parkinsonism\": \"nkwanye ugwu\",\n    \"parkish\": \"kpọchie\",\n    \"parkland\": \"ogige ntụrụndụ\",\n    \"parklands\": \"ogige ntụrụndụ\",\n    \"parklike\": \"yiri nkụ\",\n    \"parks\": \"ogige ntụrụndụ\",\n    \"parkway\": \"ogige\",\n    \"parkways\": \"ogige\",\n    \"parkward\": \"dọba\",\n    \"parlayed\": \"akpo\",\n    \"parlayer\": \"Onye mmebe iwu\",\n    \"parlayers\": \"Ndị mmebe iwu\",\n    \"parlaying\": \"na-ekwu okwu\",\n    \"parlance\": \"palance\",\n    \"parlances\": \"usoro iwu\",\n    \"parlatory\": \"ngwugwu\",\n    \"parled\": \"kpochara\",\n    \"parleyed\": \"Okporo\",\n    \"parleyer\": \"Ndị na-eme mkpọtụ\",\n    \"parleyers\": \"Ndị ome iwu\",\n    \"parleying\": \"Nri parley\",\n    \"parlement\": \"Okpokoro\",\n    \"parles\": \"ngwugwu\",\n    \"parli\": \"parili\",\n    \"parliament\": \"nzuko omeiwu\",\n    \"parliamental\": \"nzuko omeiwu\",\n    \"parliamentary\": \"Omeiwu\",\n    \"parliamentarian\": \"onye omeiwu\",\n    \"parliamentarianism\": \"nzuko omeiwu\",\n    \"parliamentarians\": \"ndị omeiwu\",\n    \"parliamentarily\": \"nzuko omeiwu\",\n    \"parliamentariness\": \"nzuko omeiwu\",\n    \"parliamentarism\": \"nzuko omeiwu\",\n    \"parliamentarization\": \"mmebe iwu\",\n    \"parliamentarize\": \"omeiwu omeiwu\",\n    \"parliamenteer\": \"Omeiwu\",\n    \"parliamenteering\": \"Omeiwu\",\n    \"parliamenter\": \"nzuko omeiwu\",\n    \"parliaments\": \"nzuko omeiwu\",\n    \"parlish\": \"parishi\",\n    \"parlor\": \"ime ụlọ ebe obibi\",\n    \"parlorish\": \"ulo uka\",\n    \"parlormaid\": \"ulo nwanyi\",\n    \"parlors\": \"ụlọ ndozi\",\n    \"parlour\": \"ime ụlọ ebe obibi\",\n    \"parlourish\": \"ụlọ ndozi\",\n    \"parlours\": \"ụlọ ndozi\",\n    \"parlous\": \"ime ụlọ ebe obibi\",\n    \"parlousness\": \"nkwanye ùgwù\",\n    \"parmack\": \"parmak\",\n    \"parmentier\": \"Ikenneke\",\n    \"parmigiano\": \"paịligiano\",\n    \"parnassian\": \"Uchenna\",\n    \"parnellism\": \"ihe ndi ozo\",\n    \"parnellite\": \"parnell\",\n    \"parochian\": \"Parochian\",\n    \"parochine\": \"parochin\",\n    \"parody\": \"ihe ọchị\",\n    \"parodying\": \"na-akwụ ụgwọ\",\n    \"parodyproof\": \"ihe mgbochi\",\n    \"parodist\": \"Onye parodist\",\n    \"parodistic\": \"parodist\",\n    \"parodistically\": \"site na ntinye\",\n    \"parodists\": \"ndi parodisti\",\n    \"paroecy\": \"ndabueze\",\n    \"paroeciously\": \"Paroeciously\",\n    \"paroeciousness\": \"Uchechi\",\n    \"paroemiographer\": \"onye na-ede ihe ọmụma\",\n    \"paroemiography\": \"ihe omuma\",\n    \"paroemiologist\": \"ọkà mmụta banyere paroemiologist\",\n    \"paroicous\": \"ekwukwu\",\n    \"paroled\": \"parodi\",\n    \"parolee\": \"Parolee\",\n    \"parolees\": \"parole\",\n    \"parolers\": \"ndi ocha\",\n    \"paroling\": \"Ugboro\",\n    \"parolist\": \"Parolist\",\n    \"parols\": \"Ugboro\",\n    \"paromoeon\": \"Paromoeon\",\n    \"paromology\": \"ihe omuma\",\n    \"paronym\": \"ama aha\",\n    \"paronymy\": \"Uchenna\",\n    \"parosteal\": \"Nkechi\",\n    \"parosteitis\": \"Nkechi\",\n    \"parotic\": \"paroti\",\n    \"parotids\": \"parotid\",\n    \"parovarian\": \"Parovarian\",\n    \"paroxysm\": \"mmmmmmmmmmmmm\",\n    \"paroxysmal\": \"mmmmmmmmmmmmm\",\n    \"paroxysmalist\": \"mmmmmmmmmmmmm\",\n    \"paroxysmic\": \"mmmmmmmmmmmmm\",\n    \"paroxysmist\": \"mmmmmmmmmmmmm\",\n    \"paroxysms\": \"mmmmmmmmmmmmm\",\n    \"paroxytone\": \"mmmmmmmmmmmmm\",\n    \"parpend\": \"papupa\",\n    \"parquetage\": \"parquet afọ\",\n    \"parqueted\": \"Ogbe\",\n    \"parqueting\": \"Nri\",\n    \"parr\": \"para\",\n    \"parrakeet\": \"parakeeti\",\n    \"parrakeets\": \"parakeeti\",\n    \"parral\": \"okpokoro\",\n    \"parrall\": \"okpokoro\",\n    \"parrals\": \"okpokoro\",\n    \"parred\": \"okpo\",\n    \"parrel\": \"okpokoro\",\n    \"parrels\": \"gbọmgbọm\",\n    \"parrhesia\": \"Oruchi\",\n    \"parrhesiastic\": \"nkwanye ugwu\",\n    \"parricidal\": \"ikpo okwu\",\n    \"parricided\": \"ajuju\",\n    \"parricides\": \"ngwugwu\",\n    \"parricidial\": \"nzuko\",\n    \"parricidism\": \"nkwenkwe ụgha\",\n    \"parridges\": \"ngwugwu\",\n    \"parried\": \"di\",\n    \"parrier\": \"Okpukpo\",\n    \"parries\": \"Parry\",\n    \"parrying\": \"na-emebi emebi\",\n    \"parritches\": \"parti\",\n    \"parrock\": \"paịl\",\n    \"parroket\": \"okpokoro\",\n    \"parrokets\": \"partikets\",\n    \"parroque\": \"Ogbe\",\n    \"parrot\": \"icheku\",\n    \"parrotbeak\": \"icheku\",\n    \"parrotbill\": \"okooko osisi\",\n    \"parroted\": \"akpọrọ\",\n    \"parroter\": \"ime ụlọ\",\n    \"parroters\": \"ndị ohi\",\n    \"parrotfish\": \"icheoku\",\n    \"parrotfishes\": \"icheku\",\n    \"parrothood\": \"ulo oru\",\n    \"parroty\": \"nnọkọ\",\n    \"parroting\": \"imekọ\",\n    \"parrotism\": \"icheku\",\n    \"parrotize\": \"icheku\",\n    \"parrotlet\": \"paịlett\",\n    \"parrotlike\": \"icheoku\",\n    \"parrotry\": \"okooko\",\n    \"parrots\": \"icheoku\",\n    \"parrotwise\": \"iche iche\",\n    \"parrs\": \"otu\",\n    \"pars\": \"Ikwọ\",\n    \"parsable\": \"akuko\",\n    \"parse\": \"parsia\",\n    \"parsec\": \"Nkọwa\",\n    \"parsecs\": \"Nkọwa\",\n    \"parsed\": \"ederede\",\n    \"parser\": \"Ikwu okwu\",\n    \"parsers\": \"chikwunye\",\n    \"parses\": \"akuko\",\n    \"parseval\": \"passi\",\n    \"parsic\": \"enweghị atụ\",\n    \"parsimony\": \"parsimoni\",\n    \"parsimonious\": \"akuko\",\n    \"parsimoniously\": \"agaba\",\n    \"parsimoniousness\": \"amuma\",\n    \"parsing\": \"na-emegharị\",\n    \"parsings\": \"ngwugwu\",\n    \"parsism\": \"parsis\",\n    \"parsley\": \"pasili\",\n    \"parsleylike\": \"parsley yiri\",\n    \"parsleywort\": \"pasiliwort\",\n    \"parsnips\": \"Akpụkpọ ụkwụ\",\n    \"parson\": \"Ihe ekwuru\",\n    \"parsonages\": \"ngwugwu\",\n    \"parsonarchy\": \"ọchịchị ọchịchị\",\n    \"parsoned\": \"kwụrụ\",\n    \"parsonese\": \"Parsonese\",\n    \"parsoness\": \"enweghị aka ike\",\n    \"parsonhood\": \"Nwunye\",\n    \"parsony\": \"pasas\",\n    \"parsonic\": \"akuko\",\n    \"parsonical\": \"akuko\",\n    \"parsonically\": \"Ikwu\",\n    \"parsoning\": \"ichikota\",\n    \"parsonish\": \"Ukpo\",\n    \"parsonity\": \"akuko\",\n    \"parsonize\": \"akpoekwu\",\n    \"parsonly\": \"Ikwesiri\",\n    \"parsonlike\": \"dị ka parson\",\n    \"parsonolatry\": \"akuko\",\n    \"parsonry\": \"ngwongwo\",\n    \"parsons\": \"Nkọwa\",\n    \"parsonship\": \"ọchịchịrị\",\n    \"parsonsia\": \"Pasarsia\",\n    \"parsonsite\": \"Ikwesiri\",\n    \"part\": \"akụkụ\",\n    \"partable\": \"obere\",\n    \"partage\": \"nkebi\",\n    \"partake\": \"na-eri\",\n    \"partaken\": \"na-eri\",\n    \"partaker\": \"na-eri\",\n    \"partakers\": \"ndị na-eri achịcha\",\n    \"partakes\": \"eri\",\n    \"partaking\": \"na-eri ihe\",\n    \"partan\": \"akụkụ\",\n    \"partanfull\": \"akụkụ\",\n    \"partanhanded\": \"akụkụ aka\",\n    \"partans\": \"ekere òkè\",\n    \"parte\": \"kpọwaa\",\n    \"parted\": \"kewara\",\n    \"partedness\": \"nkewa\",\n    \"parten\": \"soro\",\n    \"parter\": \"soro\",\n    \"parterre\": \"nnukwu ụlọ\",\n    \"parterred\": \"nnukwu ụlọ\",\n    \"parterres\": \"Ngwurugwu\",\n    \"parters\": \"akụkụ\",\n    \"partes\": \"kewaa\",\n    \"partheniad\": \"parhenium\",\n    \"partheniae\": \"parhenium\",\n    \"parthenic\": \"parhenium\",\n    \"parthenium\": \"parhenium\",\n    \"parthenocarpelly\": \"akụkụ\",\n    \"parthenocarpic\": \"otu akụkụ\",\n    \"parthenocarpical\": \"otu akụkụ\",\n    \"parthenocarpically\": \"akụkụ\",\n    \"parthenogeneses\": \"akụkụ\",\n    \"parthenogenetic\": \"akụkụ\",\n    \"parthenogenetically\": \"akụkụ\",\n    \"parthenogeny\": \"akụkụ\",\n    \"parthenogenic\": \"akụkụ\",\n    \"parthenogenitive\": \"akụkụ\",\n    \"parthenogenous\": \"otu\",\n    \"parthenogone\": \"akụkụ\",\n    \"parthenolatry\": \"akụkụ\",\n    \"parthenology\": \"nkà mmụta okpukpe\",\n    \"parthenon\": \"mmamiri\",\n    \"parthenoparous\": \"akụkụ\",\n    \"parthenope\": \"akụkụ\",\n    \"parthenopean\": \"Ekechukwu\",\n    \"parthenophobia\": \"otu akụkụ\",\n    \"parthenos\": \"akụkụ\",\n    \"parthenosperm\": \"akụkụ\",\n    \"parthenospore\": \"akuku\",\n    \"parthian\": \"otu\",\n    \"party\": \"otu\",\n    \"partial\": \"ele mmadụ anya n'ihu\",\n    \"partialed\": \"iche\",\n    \"partialise\": \"ele mmadụ anya n'ihu\",\n    \"partialised\": \"ikpa oke\",\n    \"partialising\": \"iche iche\",\n    \"partialism\": \"ile mmadụ anya n'ihu\",\n    \"partialist\": \"onye na-ele mmadu anya n'ihu\",\n    \"partialistic\": \"ele mmadụ anya n'ihu\",\n    \"partiality\": \"ile mmadụ anya n'ihu\",\n    \"partialities\": \"ele mmadụ anya n'ihu\",\n    \"partialize\": \"mee iwu\",\n    \"partially\": \"ọkara\",\n    \"partialness\": \"ele mmadụ anya n'ihu\",\n    \"partials\": \"ndị ọzọ\",\n    \"partiary\": \"nke abụọ\",\n    \"partible\": \"urughuru\",\n    \"particate\": \"isonye\",\n    \"particeps\": \"akụkụ\",\n    \"participability\": \"ikere òkè\",\n    \"participable\": \"keere òkè\",\n    \"participance\": \"òkè\",\n    \"participancy\": \"sonye\",\n    \"participant\": \"soò\",\n    \"participantly\": \"isonye\",\n    \"participants\": \"sonyere\",\n    \"participate\": \"isonye\",\n    \"participated\": \"abuana\",\n    \"participates\": \"soro\",\n    \"participating\": \"na-ekere òkè\",\n    \"participatingly\": \"isonye\",\n    \"participation\": \"ikere òkè\",\n    \"participative\": \"ikere òkè\",\n    \"participatively\": \"keere òkè\",\n    \"participator\": \"soò\",\n    \"participatory\": \"na-ekere òkè\",\n    \"participators\": \"ndị sonyere\",\n    \"participatress\": \"onye nnabata\",\n    \"participial\": \"ihere\",\n    \"participiality\": \"isonye\",\n    \"participialization\": \"nsonye\",\n    \"participialize\": \"kere òkè\",\n    \"participially\": \"abuana\",\n    \"participle\": \"keere òkè\",\n    \"participles\": \"akụkụ\",\n    \"particle\": \"urughuru\",\n    \"particlecelerator\": \"Ihe omuma\",\n    \"particled\": \"acha\",\n    \"particles\": \"ahụ\",\n    \"particular\": \"akpan akpan\",\n    \"particularisation\": \"Nkọwa zuru oke\",\n    \"particularise\": \"ngwugwu\",\n    \"particularised\": \"Gbasara ya\",\n    \"particulariser\": \"Pụrụ iche\",\n    \"particularising\": \"ulamụ ihe niile\",\n    \"particularism\": \"Nkọwapụta\",\n    \"particularist\": \"nkọwa\",\n    \"particularistic\": \"ihe niile\",\n    \"particularistically\": \"N'ụzọ doro anya\",\n    \"particularity\": \"akpan akpan\",\n    \"particularities\": \"ihe nile\",\n    \"particularization\": \"nkọwapụta\",\n    \"particularize\": \"Kpoo iche\",\n    \"particularized\": \"Akpanyere ihe\",\n    \"particularizer\": \"ngwugwu\",\n    \"particularizes\": \"na-akọwa\",\n    \"particularizing\": \"na-akọwa\",\n    \"particularly\": \"karịsịa\",\n    \"particularness\": \"akpan akpan\",\n    \"particulars\": \"nkọwa\",\n    \"particule\": \"urughuru\",\n    \"partie\": \"otu\",\n    \"partied\": \"ichekwa\",\n    \"parties\": \"nnọkọ\",\n    \"partying\": \"nnọkọ\",\n    \"partyism\": \"otu\",\n    \"partyist\": \"ndepụta otu\",\n    \"partykin\": \"nnọkọ\",\n    \"partile\": \"parili\",\n    \"partyless\": \"onye obula\",\n    \"partimembered\": \"ekewapu\",\n    \"partimen\": \"otu akụkụ\",\n    \"partymonger\": \"otu onye\",\n    \"parting\": \"nkewa\",\n    \"partings\": \"nkewa\",\n    \"partisan\": \"onye ozo\",\n    \"partisanism\": \"ịkpa ókè agbụrụ\",\n    \"partisanize\": \"kewaa\",\n    \"partisanry\": \"otu\",\n    \"partisans\": \"ndị otu\",\n    \"partisanship\": \"ikpa oke\",\n    \"partyship\": \"ọrụ partys\",\n    \"partitas\": \"akụkụ\",\n    \"partite\": \"nkewa\",\n    \"partition\": \"nkebi\",\n    \"partitional\": \"nkewa\",\n    \"partitionary\": \"nkebi\",\n    \"partitioned\": \"nkewa\",\n    \"partitioner\": \"nkebi\",\n    \"partitioning\": \"nkewa\",\n    \"partitionist\": \"nkewa\",\n    \"partitionment\": \"nkewa\",\n    \"partitions\": \"nkebi\",\n    \"partitive\": \"akụkụ\",\n    \"partitively\": \"akụkụ\",\n    \"partivity\": \"ezi aka\",\n    \"partizans\": \"ndị partizans\",\n    \"partless\": \"enweghị nkebi\",\n    \"partlet\": \"mpempe akwụkwọ\",\n    \"partlets\": \"mpempe akwụkwọ\",\n    \"partly\": \"nwere obere\",\n    \"partner\": \"onye gi\",\n    \"partnered\": \"kekọrịta\",\n    \"partnering\": \"imekọ ihe\",\n    \"partnerless\": \"enweghị nwunye\",\n    \"partners\": \"ndị mmekọ\",\n    \"partnership\": \"mmekorita\",\n    \"partnerships\": \"mmekọrịta\",\n    \"partons\": \"soro\",\n    \"partook\": \"soro\",\n    \"partridge\": \"okwute\",\n    \"partridgeberry\": \"bredị osisi\",\n    \"partridgeberries\": \"Akpa mba\",\n    \"partridges\": \"okwute\",\n    \"partridgewood\": \"Akpobo\",\n    \"partridging\": \"nkesa\",\n    \"parts\": \"akụkụ\",\n    \"partschinite\": \"akụkụ\",\n    \"parture\": \"nkewa\",\n    \"parturiate\": \"mee parturiate\",\n    \"parturience\": \"ikekwe\",\n    \"parturiency\": \"inwe mmetụta\",\n    \"parturient\": \"ududo\",\n    \"parturifacient\": \"otu ihe\",\n    \"parturitions\": \"akụkụ\",\n    \"parturitive\": \"kenyere aka\",\n    \"partway\": \"ụzọ\",\n    \"parumbilical\": \"N'asụsụ\",\n    \"parura\": \"parụ\",\n    \"paruras\": \"parụs\",\n    \"parures\": \"ngwugwu\",\n    \"parvanimity\": \"nkwenye\",\n    \"parvenudom\": \"ulo uka\",\n    \"parvenue\": \"uzo ozo\",\n    \"parvenuism\": \"nkwupụta ụda\",\n    \"parvicellular\": \"ihe ekwenti\",\n    \"parviflorous\": \"okpokoro\",\n    \"parvifolious\": \"nkesa\",\n    \"parvipotent\": \"okpokoro\",\n    \"parvis\": \"akwụkwọ\",\n    \"parviscient\": \"ọkammụta\",\n    \"parvise\": \"akwukwo\",\n    \"parvises\": \"akwukwo akwukwo\",\n    \"parvitude\": \"ngwugwu\",\n    \"parvolins\": \"ngwugwu\",\n    \"parvuli\": \"ndiegwu\",\n    \"pasan\": \"ime\",\n    \"pascal\": \"pasc\",\n    \"pasch\": \"nrichi\",\n    \"paschals\": \"paschas\",\n    \"paschite\": \"ihe ndozi\",\n    \"pascoite\": \"nri\",\n    \"pascuage\": \"ozuzu\",\n    \"pase\": \"kwusi\",\n    \"paseng\": \"nri\",\n    \"pases\": \"ala\",\n    \"pasgarde\": \"nri\",\n    \"pash\": \"ihe onu ahia\",\n    \"pashadoms\": \"ihe ngosi\",\n    \"pashalic\": \"ikpo\",\n    \"pashaship\": \"pashahip\",\n    \"pashed\": \"gafere\",\n    \"pashes\": \"achịcha\",\n    \"pashing\": \"na-ata nri\",\n    \"pasitelean\": \"pasitlean\",\n    \"paspalum\": \"paspaum\",\n    \"pasquil\": \"nri\",\n    \"pasquiler\": \"nri\",\n    \"pasquiller\": \"ihe anwuru\",\n    \"pasquillic\": \"ihe omume\",\n    \"pasquin\": \"nri\",\n    \"pasquinade\": \"nrichi\",\n    \"pasquinading\": \"na-eri nri\",\n    \"pasquinian\": \"nri\",\n    \"pasquino\": \"nrichi\",\n    \"pass\": \"gafere\",\n    \"passable\": \"gafere\",\n    \"passableness\": \"ngafe\",\n    \"passably\": \"gafere\",\n    \"passade\": \"gafere\",\n    \"passades\": \"gafere\",\n    \"passadoes\": \"ngafe\",\n    \"passage\": \"Itie\",\n    \"passageable\": \"gafere\",\n    \"passaged\": \"Itie\",\n    \"passager\": \"onye njem\",\n    \"passages\": \"amaokwu\",\n    \"passageway\": \"uzo\",\n    \"passageways\": \"ụzọ\",\n    \"passaggi\": \"passaggio\",\n    \"passaging\": \"ịgafe\",\n    \"passay\": \"gafere\",\n    \"passalid\": \"na-agafe agafe\",\n    \"passament\": \"passenti\",\n    \"passant\": \"onye ozo\",\n    \"passback\": \"laghachi\",\n    \"passbands\": \"passband\",\n    \"passbook\": \"akwụkwọ ọgụgụ\",\n    \"passbooks\": \"akwụkwọ ọgụgụ\",\n    \"passed\": \"gafere\",\n    \"passee\": \"gara aga\",\n    \"passemeasure\": \"mezuo iwu\",\n    \"passement\": \"Nkwupụta\",\n    \"passemented\": \"ikwupụta\",\n    \"passementing\": \"Nkwupụta\",\n    \"passen\": \"gafere\",\n    \"passenger\": \"onye njem\",\n    \"passengers\": \"ndị njem\",\n    \"passepied\": \"Edemede\",\n    \"passer\": \"gafere\",\n    \"passerby\": \"onye na-agafe agafe\",\n    \"passers\": \"ndị na-agafe agafe\",\n    \"passersby\": \"ndị na-agafe agafe\",\n    \"passes\": \"gafere\",\n    \"passibility\": \"nnabata\",\n    \"passible\": \"agabiga\",\n    \"passibleness\": \"ngafe\",\n    \"passimeter\": \"passimita\",\n    \"passing\": \"na-agafe\",\n    \"passingly\": \"gabiga\",\n    \"passingness\": \"ịgafe\",\n    \"passings\": \"ngafe\",\n    \"passion\": \"ahuhu\",\n    \"passional\": \"omiiko\",\n    \"passionary\": \"keiko\",\n    \"passionaries\": \"ndị nwere agụụ mmekọahụ\",\n    \"passionate\": \"omiiko\",\n    \"passionately\": \"omiiko\",\n    \"passionateness\": \"omiiko\",\n    \"passionative\": \"na-akpali akpali\",\n    \"passionato\": \"kechioma\",\n    \"passioned\": \"nwee mmasị\",\n    \"passionflower\": \"okpokoro\",\n    \"passionfruit\": \"nwee mmetụta\",\n    \"passionful\": \"nwee oke oso\",\n    \"passionfully\": \"nwee mmụọ\",\n    \"passionfulness\": \"nwee oke mmụọ\",\n    \"passionist\": \"omiiko\",\n    \"passionless\": \"enweghị mmụọ\",\n    \"passionlessly\": \"enweghị mmụọ\",\n    \"passionlessness\": \"enweghị mmụọ\",\n    \"passionlike\": \"nwee mmụọ\",\n    \"passionometer\": \"Panoometer\",\n    \"passionproof\": \"nwee ahuhu\",\n    \"passions\": \"agụụ\",\n    \"passiontide\": \"omiiko\",\n    \"passionwise\": \"ahuhu\",\n    \"passionwort\": \"nwegara\",\n    \"passir\": \"gafere\",\n    \"passive\": \"n'efere\",\n    \"passively\": \"gabiga\",\n    \"passiveness\": \"ịgafe\",\n    \"passives\": \"ihe agafe\",\n    \"passless\": \"agafeghi\",\n    \"passman\": \"onye obula\",\n    \"passometer\": \"passometa\",\n    \"passover\": \"ememe ngabiga\",\n    \"passoverish\": \"ememe ngabiga\",\n    \"passovers\": \"nri abalị\",\n    \"passport\": \"paspọtụ\",\n    \"passportless\": \"enweghị paspọtụ\",\n    \"passports\": \"paspọtụ\",\n    \"passsaging\": \"igbanye\",\n    \"passulate\": \"gafee\",\n    \"passulation\": \"ngafe\",\n    \"passuses\": \"ngafe\",\n    \"passway\": \"ngafe\",\n    \"password\": \"okwuntughe\",\n    \"passwords\": \"okwuntughe\",\n    \"passworts\": \"passwort\",\n    \"past\": \"gara aga\",\n    \"pasta\": \"onyinye\",\n    \"pastas\": \"achịcha\",\n    \"paste\": \"Tapawa\",\n    \"pasteboard\": \"mpempe akwụkwọ\",\n    \"pasteboardy\": \"pastapany\",\n    \"pasteboards\": \"Mpekere mbadamba\",\n    \"pasted\": \"Tapawa\",\n    \"pastedness\": \"izu ike\",\n    \"pastedown\": \"Ogbela\",\n    \"pastelists\": \"ndị pastel\",\n    \"pastellists\": \"ndị pastell\",\n    \"pastels\": \"pastel\",\n    \"paster\": \"pasta\",\n    \"pasterer\": \"pastọ\",\n    \"pastern\": \"nri\",\n    \"pasterned\": \"ezigara\",\n    \"pasterns\": \"ihe omimi\",\n    \"pasters\": \"ndị pastọ\",\n    \"pasteup\": \"mbanye\",\n    \"pasteur\": \"pasta\",\n    \"pasteurella\": \"pasurella\",\n    \"pasteurellae\": \"pasurellae\",\n    \"pasteurellas\": \"peselisi\",\n    \"pasteurelleae\": \"uretọ\",\n    \"pasteurellosis\": \"pasurellosis\",\n    \"pasteurian\": \"onye isi ala\",\n    \"pasteurisation\": \"njikwa\",\n    \"pasteurise\": \"efere\",\n    \"pasteurised\": \"esiri\",\n    \"pasteurising\": \"urgbasapụ\",\n    \"pasteurism\": \"akwụkwọ mmado\",\n    \"pasteurized\": \"esiri\",\n    \"pasteurizer\": \"ihe ndi ozo\",\n    \"pasteurizers\": \"ihe ndozi\",\n    \"pasteurizing\": \"na-egosipụta\",\n    \"pastiches\": \"achịcha\",\n    \"pasticheuses\": \"ihe ndi ozo\",\n    \"pastiest\": \"ogologo oge\",\n    \"pastile\": \"pasili\",\n    \"pastiled\": \"pasili\",\n    \"pastiling\": \"pastilles\",\n    \"pastilled\": \"pastilles\",\n    \"pastilling\": \"agabiga\",\n    \"pastils\": \"ahịhịa\",\n    \"pastime\": \"ihezuike\",\n    \"pastimer\": \"pastọ\",\n    \"pastimes\": \"ihe omume\",\n    \"pastiness\": \"ebe ị ga-anọ\",\n    \"pastler\": \"pastọ\",\n    \"pastness\": \"ahịhịa\",\n    \"pastnesses\": \"mmụba\",\n    \"pastor\": \"pastọ\",\n    \"pastorage\": \"nri\",\n    \"pastoral\": \"ịzụ atụrụ\",\n    \"pastoraled\": \"esetịpụrụ\",\n    \"pastorali\": \"ikechukwu\",\n    \"pastoraling\": \"ịzụ atụrụ\",\n    \"pastoralisation\": \"ịzụ anụ ụlọ\",\n    \"pastoralism\": \"ịzụ anụ ụlọ\",\n    \"pastoralist\": \"onye ọzụzụ atụrụ\",\n    \"pastorality\": \"ịzụ atụrụ\",\n    \"pastoralization\": \"ịzụ anụ ụlọ\",\n    \"pastoralize\": \"na-azụ nri\",\n    \"pastoralized\": \"zụrụ nri\",\n    \"pastoralizing\": \"na-azụ nri\",\n    \"pastoralness\": \"ịzụ atụrụ\",\n    \"pastorals\": \"pastoral\",\n    \"pastorate\": \"nri\",\n    \"pastorates\": \"nri\",\n    \"pastored\": \"pastọ\",\n    \"pastoress\": \"achịcha nri\",\n    \"pastorhood\": \"pastọ\",\n    \"pastoring\": \"ịzụ ihe\",\n    \"pastorised\": \"pastọ\",\n    \"pastorising\": \"ọzụzụ\",\n    \"pastoriums\": \"ebe obibi\",\n    \"pastorize\": \"pastọ\",\n    \"pastorless\": \"enweghi ike\",\n    \"pastorly\": \"pastor\",\n    \"pastorlike\": \"dị ka pastor\",\n    \"pastorling\": \"pastọ\",\n    \"pastors\": \"ndi ozuzu aturu\",\n    \"pastorship\": \"pastọ\",\n    \"pastosity\": \"ihe mgbochi\",\n    \"pastour\": \"nri\",\n    \"pastry\": \"achịcha dị iche iche\",\n    \"pastrycook\": \"achịcha dị iche iche\",\n    \"pastries\": \"achịcha dị iche iche\",\n    \"pastromi\": \"pastrami\",\n    \"pastromis\": \"pastrami\",\n    \"pasts\": \"gafere\",\n    \"pasturability\": \"uraghara\",\n    \"pasturable\": \"pastọ\",\n    \"pasturage\": \"ebe ịta nri\",\n    \"pastural\": \"ebe obibi\",\n    \"pasture\": \"ịta nri\",\n    \"pastured\": \"ịta nri\",\n    \"pastureland\": \"ala ịta ahịhịa\",\n    \"pastureless\": \"ịta nri\",\n    \"pasturer\": \"onye ịta nri\",\n    \"pasturers\": \"ndị ịta nri\",\n    \"pastures\": \"ala ịta ahịhịa\",\n    \"pasturewise\": \"ịta nri\",\n    \"pasturing\": \"ịta nri\",\n    \"pat\": \"kutu aka\",\n    \"patamars\": \"ndị patama\",\n    \"patand\": \"iwu\",\n    \"patavian\": \"asụsụ Patavian\",\n    \"patball\": \"ịkụ bọl\",\n    \"patches\": \"patch\",\n    \"patchless\": \"enweghị patchless\",\n    \"patchword\": \"patchwork\",\n    \"patchworky\": \"patchwork\",\n    \"patd\": \"pate\",\n    \"pated\": \"Echere\",\n    \"patener\": \"pater\",\n    \"patent\": \"patenti\",\n    \"patenting\": \"patenti\",\n    \"patentness\": \"patenti\",\n    \"patentors\": \"patentor\",\n    \"patents\": \"Ikike nchọpụta Kemịkalụ\",\n    \"paterfamiliar\": \"maara ihe\",\n    \"paternal\": \"nna\",\n    \"paternalism\": \"nna nna\",\n    \"paternalist\": \"onye nna nna\",\n    \"paternalistic\": \"nna nna\",\n    \"paternalistically\": \"ndị nna\",\n    \"paternality\": \"nna\",\n    \"paternally\": \"nna\",\n    \"paternalness\": \"nna\",\n    \"paternity\": \"nna\",\n    \"paternities\": \"nna\",\n    \"patesi\": \"Nwachukwu\",\n    \"patesiate\": \"ihe ojukwu\",\n    \"path\": \"ụzọ\",\n    \"pathbreaker\": \"ụzọ mgbawa\",\n    \"pathematically\": \"gbasara mgbakọ na mwepụ\",\n    \"pathfarer\": \"ụzọ\",\n    \"pathfind\": \"ụzọ ụzọ\",\n    \"pathfinder\": \"okporo ụzọ\",\n    \"pathfinders\": \"ụzọ ụzọ\",\n    \"pathfinding\": \"nchọta ụzọ\",\n    \"pathic\": \"ụzọ\",\n    \"pathicism\": \"ụzọ\",\n    \"pathless\": \"enweghị ụzọ\",\n    \"pathlessness\": \"enweghị ụzọ\",\n    \"pathlet\": \"ụzọ\",\n    \"pathment\": \"uzo\",\n    \"pathname\": \"aha uzo\",\n    \"pathnames\": \"ụzọ aha\",\n    \"pathoanatomy\": \"Ọrịa\",\n    \"pathoanatomical\": \"Ọrịa\",\n    \"pathobiology\": \"Ọrịa\",\n    \"pathobiological\": \"enweghị nchịkwa\",\n    \"pathobiologist\": \"Ọrịa ọrịa\",\n    \"pathochemistry\": \"ogwu ogwu\",\n    \"pathocure\": \"ọrịa\",\n    \"pathoformic\": \"Ọrịa\",\n    \"pathogen\": \"nje\",\n    \"pathogeneses\": \"nje\",\n    \"pathogenically\": \"n'ụzọ nkwarụ\",\n    \"pathogenicity\": \"nsogbu\",\n    \"pathogenous\": \"na-akpata ọrịa\",\n    \"pathogens\": \"nje\",\n    \"pathogerm\": \"nsogbu\",\n    \"pathogermic\": \"Ọrịa\",\n    \"pathography\": \"Ọrịa\",\n    \"pathographic\": \"ihe nyocha\",\n    \"pathographical\": \"ọrịa\",\n    \"patholysis\": \"ọrịa\",\n    \"patholytic\": \"na-arịa ọrịa\",\n    \"pathology\": \"ọrịa\",\n    \"pathologic\": \"enweghị ọgwụgwọ\",\n    \"pathological\": \"enweghị nchịkwa\",\n    \"pathologically\": \"enweghị ọgwụgwọ\",\n    \"pathologies\": \"ọrịa\",\n    \"pathologist\": \"ọkà mmụta banyere ọrịa\",\n    \"pathologists\": \"ndị ọkà n'ọrịa ọrịa\",\n    \"pathomania\": \"ọrịa\",\n    \"pathopoietic\": \"nsogbu\",\n    \"pathopsychosis\": \"Ọrịa ọrịa\",\n    \"pathoradiography\": \"ihe omuma\",\n    \"pathoses\": \"pathologies\",\n    \"pathosis\": \"ọrịa\",\n    \"pathosocial\": \"nsogbu\",\n    \"pathrusim\": \"ụzọ\",\n    \"paths\": \"ụzọ\",\n    \"pathway\": \"ụzọ\",\n    \"pathwayed\": \"ụzọ\",\n    \"pathways\": \"ụzọ\",\n    \"patibulated\": \"ichoro\",\n    \"patience\": \"ndidi\",\n    \"patiences\": \"ndidi\",\n    \"patiency\": \"ndidi\",\n    \"patient\": \"ndidi\",\n    \"patienter\": \"onye ndidi\",\n    \"patientest\": \"nwee ndidi\",\n    \"patientless\": \"enweghi ndidi\",\n    \"patiently\": \"nwee ndidi\",\n    \"patientness\": \"ndidi\",\n    \"patients\": \"ndị ọrịa\",\n    \"patinated\": \"Ikenna\",\n    \"patined\": \"patine\",\n    \"patines\": \"patine\",\n    \"patinous\": \"patine\",\n    \"patins\": \"patine\",\n    \"patio\": \"jakị\",\n    \"patios\": \"patio\",\n    \"patnesses\": \"patraba\",\n    \"patriarch\": \"nna ochie\",\n    \"patriarchal\": \"nna ochie\",\n    \"patriarchdom\": \"nna ochie\",\n    \"patriarchess\": \"onyeisi mba\",\n    \"patriarchy\": \"ndi nna ochie\",\n    \"patriarchic\": \"onye nna ochie\",\n    \"patriarchical\": \"ochie\",\n    \"patriarchically\": \"dika onye nna ochie\",\n    \"patriarchies\": \"ndị nna ochie\",\n    \"patriarchism\": \"ndi nna ochie\",\n    \"patriarchist\": \"nna ochie\",\n    \"patriarchs\": \"ndị nna ochie\",\n    \"patriarchship\": \"onye nna ochie\",\n    \"patrilateral\": \"onyeisi\",\n    \"patriofelis\": \"ịhụ mba n'anya\",\n    \"patriolatry\": \"ịhụ mba n'anya\",\n    \"patriot\": \"nwaanyi\",\n    \"patrioteer\": \"ịhụ mba n'anya\",\n    \"patriotess\": \"ịhụ mba n'anya\",\n    \"patriotic\": \"ịhụ mba n'anya\",\n    \"patriotical\": \"ịhụ mba n'anya\",\n    \"patriotically\": \"ịhụ mba n'anya\",\n    \"patriotics\": \"ndị ịhụ mba n'anya\",\n    \"patriotism\": \"ịhụ mba n'anya\",\n    \"patriotly\": \"ịhụ mba n'anya\",\n    \"patriots\": \"ndị nwe obodo\",\n    \"patriotship\": \"ịhụ mba n'anya\",\n    \"patripassian\": \"patricassian\",\n    \"patrixes\": \"patriks\",\n    \"patrocinate\": \"patrocinante\",\n    \"patroclinous\": \"patroclus\",\n    \"patrole\": \"patrol\",\n    \"patrolled\": \"patrol\",\n    \"patrollers\": \"Ndị ọrụ patrol\",\n    \"patrolling\": \"patrol\",\n    \"patrolmen\": \"ndi patrolmen\",\n    \"patrols\": \"patrol\",\n    \"patron\": \"onye nlekọta\",\n    \"patronage\": \"nkwado\",\n    \"patronal\": \"onye nnabata\",\n    \"patronate\": \"onye nkwado\",\n    \"patronessship\": \"patronesship\",\n    \"patronym\": \"nna nna\",\n    \"patronise\": \"kwado\",\n    \"patronised\": \"na-akwadoro\",\n    \"patronising\": \"na-akwado\",\n    \"patronisingly\": \"na-elekọta\",\n    \"patronization\": \"nkwado\",\n    \"patronize\": \"kwado\",\n    \"patronized\": \"na-akwadoro\",\n    \"patronizer\": \"onye nkwado\",\n    \"patronizes\": \"na-akwadoro\",\n    \"patronizing\": \"na-akwado\",\n    \"patronizingly\": \"na-elekọta\",\n    \"patronless\": \"enweghị nchebe\",\n    \"patronly\": \"onye nlekọta\",\n    \"patrons\": \"ndị nlekọta\",\n    \"patsies\": \"patsyi\",\n    \"pattened\": \"ichikota\",\n    \"pattens\": \"usoro\",\n    \"patter\": \"olulu\",\n    \"pattered\": \"etinyere\",\n    \"patterers\": \"ndị na-egbu ihe\",\n    \"patterings\": \"usoro\",\n    \"pattern\": \"ụkpụrụ\",\n    \"patternable\": \"ihe atụ\",\n    \"patterned\": \"gosipụtara\",\n    \"patterner\": \"Nlereanya\",\n    \"patterny\": \"ihe ngosi\",\n    \"patterning\": \"ihe nlere\",\n    \"patternless\": \"enweghị atụ\",\n    \"patternlike\": \"ihe nlereanya\",\n    \"patternmaker\": \"ihe nlere\",\n    \"patternmaking\": \"ụkpụrụ\",\n    \"patterns\": \"usoro\",\n    \"patternwise\": \"ụkpụrụ amamihe\",\n    \"patters\": \"usoro\",\n    \"pattidari\": \"pattedari\",\n    \"pattle\": \"ehi\",\n    \"patulously\": \"n'ụzọ nkwanye ùgwù\",\n    \"patulousness\": \"nkwanye ugwu\",\n    \"paucal\": \"dị obere\",\n    \"paucify\": \"gbue\",\n    \"pauciflorous\": \"dị pauciflorous\",\n    \"paucifolious\": \"dị nnọọ mfe\",\n    \"paucity\": \"enweghi oke\",\n    \"paucities\": \"enweghị\",\n    \"paughty\": \"akwụ ụgwọ\",\n    \"pauky\": \"Onwuchekwa\",\n    \"paula\": \"Paula\",\n    \"paulinist\": \"onye paulinist\",\n    \"paunchy\": \"ụgwọ ọrụ\",\n    \"paunchiest\": \"ụgwọ ọrụ\",\n    \"paunchiness\": \"paunch\",\n    \"pauper\": \"ogbenye\",\n    \"pauperate\": \"kwụọ ụgwọ\",\n    \"pauperdom\": \"ukpa\",\n    \"paupered\": \"dara ogbenye\",\n    \"pauperess\": \"ugogbe\",\n    \"paupering\": \"Nwunye\",\n    \"pauperis\": \"nwaanyi\",\n    \"pauperise\": \"nwaanyi\",\n    \"pauperiser\": \"nwaanyi\",\n    \"pauperising\": \"nwaanyi\",\n    \"pauperism\": \"ịda ogbenye\",\n    \"pauperizing\": \"izu ike\",\n    \"paupers\": \"ndị ogbenye\",\n    \"paurometabolic\": \"paurometabolic. Ọgwụ\",\n    \"pausal\": \"kwusi\",\n    \"pausalion\": \"nkwụsịtụ\",\n    \"pausation\": \"ịkwụsịtụ\",\n    \"pause\": \"kwusi\",\n    \"paused\": \"kwusi\",\n    \"pauseful\": \"kwusi\",\n    \"pausefully\": \"kwusi\",\n    \"pauseless\": \"na-akwusi\",\n    \"pauselessly\": \"na-akwụsịtụ\",\n    \"pausement\": \"nkwụ ụgwọ\",\n    \"pauser\": \"onye na-akwụ ụgwọ\",\n    \"pausers\": \"ndị na-akwụ ụgwọ\",\n    \"pauses\": \"kwusi\",\n    \"pausing\": \"na-akwụsịtụ\",\n    \"pausingly\": \"na-akwụsịtụ\",\n    \"paussid\": \"kwụrụ ụgwọ\",\n    \"paut\": \"emechi\",\n    \"pave\": \"kpuchie\",\n    \"paved\": \"kpuchie\",\n    \"paveed\": \"kpuchie\",\n    \"pavement\": \"okporo ụzọ\",\n    \"pavemental\": \"pavement\",\n    \"pavements\": \"uzo\",\n    \"pavers\": \"okwute\",\n    \"pavestone\": \"mbadamba\",\n    \"pavidity\": \"enwere ike\",\n    \"pavilioned\": \"pavilion\",\n    \"pavilioning\": \"pavilion\",\n    \"pavilions\": \"ụlọ ndozi\",\n    \"paving\": \"ụzọ\",\n    \"pavings\": \"pavv\",\n    \"paviors\": \"pavior\",\n    \"pavis\": \"akwụkwọ\",\n    \"paviser\": \"akwụkwọ mpịakọta\",\n    \"pavisers\": \"ndị na-ede akwụkwọ\",\n    \"pavises\": \"Ugba\",\n    \"pavisse\": \"ugogbe\",\n    \"pavlov\": \"Ugochukwu\",\n    \"pavonia\": \"Pavonia\",\n    \"pavonian\": \"Pavonian\",\n    \"pawdite\": \"Nwunye\",\n    \"pawed\": \"kwụrụ ụgwọ\",\n    \"pawer\": \"onye na-akwụ ụgwọ\",\n    \"pawers\": \"okwute\",\n    \"pawing\": \"paing\",\n    \"pawky\": \"Ugochukwu\",\n    \"pawkiest\": \"Ugochukwu\",\n    \"pawkily\": \"Nwunye\",\n    \"pawl\": \"Nwachukwu\",\n    \"pawls\": \"Ugochukwu\",\n    \"pawnbrokeress\": \"ndi umuaka\",\n    \"pawnbrokery\": \"pawnbroker\",\n    \"pawnbrokering\": \"ndi umuaka\",\n    \"pawnbrokers\": \"ndi umuaka\",\n    \"pawnbroking\": \"Udochukwu\",\n    \"pawned\": \"pawn\",\n    \"pawnees\": \"pawnee\",\n    \"pawner\": \"onye na-akwụ ụgwọ\",\n    \"pawners\": \"pawn\",\n    \"pawnie\": \"pawnee\",\n    \"pawnors\": \"ụgwọ\",\n    \"pawns\": \"ego\",\n    \"paws\": \"Udara\",\n    \"paxilliferous\": \"ihe nkiri\",\n    \"pcf\": \"PC\",\n    \"pcm\": \"PCcm\",\n    \"pct\": \"peeji nke\",\n    \"pea\": \"agwa\",\n    \"peace\": \"udo\",\n    \"peaceable\": \"ime udo\",\n    \"peaceableness\": \"ime udo\",\n    \"peaceably\": \"n'udo\",\n    \"peacebreaker\": \"ime udo\",\n    \"peacebreaking\": \"udo\",\n    \"peaced\": \"mee udo\",\n    \"peaceful\": \"udo\",\n    \"peacefuller\": \"onye udo\",\n    \"peacefullest\": \"udo\",\n    \"peacefully\": \"n'udo\",\n    \"peacefulness\": \"udo\",\n    \"peacekeeper\": \"onye nche udo\",\n    \"peacekeepers\": \"ndị nche udo\",\n    \"peacekeeping\": \"ime udo\",\n    \"peaceless\": \"enweghị udo\",\n    \"peacelessness\": \"enweghị udo\",\n    \"peacelike\": \"udo dika\",\n    \"peacemake\": \"onye na-eme udo\",\n    \"peacemaker\": \"onye na-eme udo\",\n    \"peacemakers\": \"ndị na-eme udo\",\n    \"peacemaking\": \"ime udo\",\n    \"peaceman\": \"onye udo\",\n    \"peacemonger\": \"onye udo\",\n    \"peacemongering\": \"mongodu udo\",\n    \"peaces\": \"udo\",\n    \"peacetime\": \"oge udo\",\n    \"peach\": \"piich\",\n    \"peachberry\": \"piichberry\",\n    \"peachbloom\": \"piichbloom\",\n    \"peachblow\": \"piichblow\",\n    \"peached\": \"piich\",\n    \"peachen\": \"udo\",\n    \"peacher\": \"onye osi\",\n    \"peachery\": \"okuko\",\n    \"peachers\": \"ndị nkuzi\",\n    \"peaches\": \"piich\",\n    \"peachy\": \"piichy\",\n    \"peachick\": \"piichick\",\n    \"peachiness\": \"udo\",\n    \"peaching\": \"piich\",\n    \"peachlike\": \"peach yiri\",\n    \"peacing\": \"na-eme udo\",\n    \"peacock\": \"ekwuru ụlọ\",\n    \"peacocked\": \"ekwuru ụlọ\",\n    \"peacockery\": \"ekwuru ụlọ\",\n    \"peacocking\": \"ikwado peaco\",\n    \"peacocklike\": \"peacock yiri\",\n    \"peacocks\": \"ekwuru ụlọ\",\n    \"peacockwise\": \"peacock maara ihe\",\n    \"peacod\": \"udo\",\n    \"peafowl\": \"peowowl\",\n    \"peafowls\": \"peowowls\",\n    \"peage\": \"ndị ọgbọ\",\n    \"peages\": \"peaks\",\n    \"peagoose\": \"agwa ọgazị\",\n    \"peags\": \"ndị ọgbọ\",\n    \"peak\": \"elu\",\n    \"peaked\": \"ọnụ ọgụgụ kasị elu\",\n    \"peakedly\": \"peaked\",\n    \"peakyish\": \"Okechukwu\",\n    \"peakily\": \"elu\",\n    \"peakiness\": \"elu\",\n    \"peaking\": \"na-eto eto\",\n    \"peakish\": \"elu\",\n    \"peakishly\": \"elu\",\n    \"peakishness\": \"elu\",\n    \"peakless\": \"enweghị ike\",\n    \"peaklike\": \"elu dika\",\n    \"peaks\": \"ọnụ ọnụ\",\n    \"peakward\": \"elu\",\n    \"peal\": \"bee\",\n    \"pealed\": \"pee akwa\",\n    \"pealer\": \"atụ\",\n    \"pealing\": \"ekpepụsị\",\n    \"pean\": \"agwa\",\n    \"peanut\": \"ahụekere\",\n    \"peanuts\": \"ahụekere\",\n    \"pear\": \"ube\",\n    \"pearce\": \"pear\",\n    \"pearceite\": \"pearcee\",\n    \"pearl\": \"pealu\",\n    \"pearlashes\": \"pearlas\",\n    \"pearlbush\": \"pealu\",\n    \"pearled\": \"peal\",\n    \"pearleyed\": \"pear pear\",\n    \"pearler\": \"ọarụ\",\n    \"pearlers\": \"ndị na-akpọ ube\",\n    \"pearlescence\": \"pears\",\n    \"pearlescent\": \"nkume pel\",\n    \"pearlet\": \"pear\",\n    \"pearlfish\": \"pearl azụ\",\n    \"pearlfishes\": \"pearl dị iche iche\",\n    \"pearlfruit\": \"pealu\",\n    \"pearly\": \"pearl\",\n    \"pearlier\": \"pear\",\n    \"pearlike\": \"yiri pear\",\n    \"pearliness\": \"pear\",\n    \"pearling\": \"pear\",\n    \"pearlings\": \"pear\",\n    \"pearlish\": \"ube\",\n    \"pearlites\": \"nkume pel\",\n    \"pearlized\": \"a na-achọpụta pears\",\n    \"pearls\": \"nkume pel\",\n    \"pearlsides\": \"nkume pel\",\n    \"pearlstone\": \"nkume pel\",\n    \"pearlwort\": \"ọla pel\",\n    \"pearmains\": \"pear\",\n    \"pears\": \"ube\",\n    \"pearter\": \"pear\",\n    \"peartest\": \"peart\",\n    \"peartly\": \"peart\",\n    \"peartness\": \"ịdị njikere\",\n    \"peasant\": \"onye oru ugbo\",\n    \"peasantess\": \"oru ugbo\",\n    \"peasanthood\": \"oru ugbo\",\n    \"peasantism\": \"oru ugbo\",\n    \"peasantly\": \"peas\",\n    \"peasantlike\": \"onye oru ugbo\",\n    \"peasantry\": \"ndi oru ugbo\",\n    \"peasants\": \"ndị nkịtị\",\n    \"peasantship\": \"oru ubi\",\n    \"peastaking\": \"osikapa\",\n    \"peasticking\": \"osikapa\",\n    \"peatery\": \"peateri\",\n    \"peathouse\": \"ulo uka\",\n    \"peatman\": \"nwoke di iche\",\n    \"peatmen\": \"ndị ọrụ ubi\",\n    \"peauder\": \"onye na-elekọta ụlọ ọrụ\",\n    \"peba\": \"piba\",\n    \"pebble\": \"okwute\",\n    \"pebbled\": \"okwute\",\n    \"pebblehearted\": \"obere okwute\",\n    \"pebbles\": \"pebb\",\n    \"pebblestone\": \"okwute\",\n    \"pebblier\": \"pebbly\",\n    \"pebbling\": \"pebb\",\n    \"pebrine\": \"akpụkpọ ahụ\",\n    \"peccancy\": \"peccin\",\n    \"peccancies\": \"ọccụ\",\n    \"peccant\": \"pecc\",\n    \"peccantly\": \"pecc\",\n    \"peccantness\": \"ochicho\",\n    \"pech\": \"piich\",\n    \"pechans\": \"ngwa\",\n    \"peched\": \"bekee\",\n    \"pecify\": \"dozie\",\n    \"peck\": \"ọnụ\",\n    \"peckage\": \"ọnụ\",\n    \"pecked\": \"peck\",\n    \"pecker\": \"ọkpọ\",\n    \"peckers\": \"ndị na-atụ egwu\",\n    \"pecket\": \"n'akpa uwe\",\n    \"peckful\": \"peck\",\n    \"peckiest\": \"ọnụ ọgụgụ kasị elu\",\n    \"peckiness\": \"ọnụ\",\n    \"pecking\": \"atụ\",\n    \"peckish\": \"ọnụ\",\n    \"peckishly\": \"Na Na Na Na\",\n    \"peckishness\": \"afọ ojuju\",\n    \"peckle\": \"ọnụ\",\n    \"peckled\": \"peck\",\n    \"peckly\": \"n'echebe\",\n    \"pecks\": \"ọnụ\",\n    \"pecten\": \"Nkeji\",\n    \"pectizing\": \"na-edozi\",\n    \"pectoralist\": \"okuko anya\",\n    \"peculated\": \"peplati\",\n    \"peculating\": \"na-agụpụ\",\n    \"peculation\": \"peptope\",\n    \"peculations\": \"peculata\",\n    \"peculator\": \"ihe akuru\",\n    \"peculiarly\": \"pụrụ iche\",\n    \"pecuniary\": \"ego\",\n    \"pecuniarily\": \"n'ụzọ pụrụ iche\",\n    \"pecunious\": \"ihe di iche\",\n    \"ped\": \"nkuzi\",\n    \"pedagogery\": \"nkuzi\",\n    \"pedagogy\": \"nkuzi\",\n    \"pedagogyaled\": \"onye nkuzi\",\n    \"pedagogic\": \"nkuzi\",\n    \"pedagogical\": \"nkuzi\",\n    \"pedagogically\": \"n'usoro nkuzi\",\n    \"pedagogics\": \"nkuzi\",\n    \"pedagogies\": \"nkuzi\",\n    \"pedagogying\": \"ịkụzi ihe\",\n    \"pedagogish\": \"ịkụzi ihe\",\n    \"pedagogism\": \"ịkụzi ihe\",\n    \"pedagogist\": \"onye nkuzi\",\n    \"pedagogs\": \"nkuzi\",\n    \"pedagogue\": \"asụsụ nkuzi\",\n    \"pedagoguery\": \"nkuzi\",\n    \"pedagogues\": \"nkuzi\",\n    \"pedagoguish\": \"nkuzi\",\n    \"pedagoguism\": \"nkuzi\",\n    \"pedaler\": \"onye na-elekọta pedaler\",\n    \"pedalfers\": \"ndị na-agba ọsọ\",\n    \"pedaliaceous\": \"asụsụ aka ochie\",\n    \"pedalian\": \"onye nkuzi pedal\",\n    \"pedalier\": \"onye nkuzi\",\n    \"pedaliers\": \"ndị nkuzi\",\n    \"pedaling\": \"na-agbagharị\",\n    \"pedalist\": \"onye nkwukwu\",\n    \"pedaliter\": \"onye na-agba ọsọ\",\n    \"pedality\": \"pedal\",\n    \"pedalled\": \"pedaled\",\n    \"pedaller\": \"onye na-ebugharị ihe\",\n    \"pedalling\": \"na-agbagharị\",\n    \"pedals\": \"pedal\",\n    \"pedanalysis\": \"ịkọwapụ\",\n    \"pedantically\": \"na-eje ije\",\n    \"pedanticalness\": \"pedanticality\",\n    \"pedanticness\": \"pedantic dị ọcha\",\n    \"pedantics\": \"ndị na-eje ije\",\n    \"pedantries\": \"ndị na-eje ije ụkwụ\",\n    \"pedants\": \"ndị na-eje ije\",\n    \"pedarian\": \"onye nkwusa\",\n    \"pedated\": \"ụkwụ\",\n    \"pedately\": \"na-aga ije\",\n    \"pedatinerved\": \"ọkwesiri\",\n    \"pedatipartite\": \"onye nkuzi\",\n    \"pedatisect\": \"ụkpụrụ\",\n    \"pedatrophy\": \"ihe nkesa\",\n    \"pedder\": \"onye isi\",\n    \"peddlar\": \"onye na-azụ ahịa\",\n    \"peddle\": \"ere\",\n    \"peddled\": \"na-aga\",\n    \"peddler\": \"onye na-azụ ahịa\",\n    \"peddleress\": \"umu akwukwo\",\n    \"peddlery\": \"onye na-azụ ahịa\",\n    \"peddleries\": \"na-ere ahịa\",\n    \"peddlerism\": \"nkwanye ugwu\",\n    \"peddlers\": \"ndị na-ere ahịa\",\n    \"peddles\": \"ihe ndozi\",\n    \"peddling\": \"na-ere ahịa\",\n    \"peddlingly\": \"na-aga\",\n    \"pedelion\": \"ahịa\",\n    \"pederast\": \"chere\",\n    \"pederasty\": \"chere oge\",\n    \"pederastically\": \"na-agbagha\",\n    \"pederasties\": \"na-egbu oge\",\n    \"pederasts\": \"na-aga n'ihu\",\n    \"pedeses\": \"pedes\",\n    \"pedestaled\": \"na-agagharị\",\n    \"pedestaling\": \"ịgba ụkwụ\",\n    \"pedestalled\": \"na-agbagharị\",\n    \"pedestalling\": \"na-agagharị\",\n    \"pedestals\": \"ụkwụ\",\n    \"pedestrial\": \"onye ji ukwu aga\",\n    \"pedestrially\": \"ije ije\",\n    \"pedestrian\": \"onye ji ukwu aga\",\n    \"pedestrianate\": \"ndị ji ụkwụ aga\",\n    \"pedestrianise\": \"ije ije\",\n    \"pedestrianised\": \"na-agagharị agagharị\",\n    \"pedestrianising\": \"ije na-aga ije\",\n    \"pedestrianism\": \"ije ụkwụ na ụkwụ\",\n    \"pedestrianize\": \"ije ije\",\n    \"pedestrianized\": \"na-agagharị agagharị\",\n    \"pedestrianizing\": \"na-agagharị agagharị\",\n    \"pedestrians\": \"ndị ji ụkwụ aga\",\n    \"pedestrious\": \"na-aga ije\",\n    \"pedetentous\": \"pedetetị\",\n    \"pedetic\": \"na-aga ije\",\n    \"pedial\": \"ụkwụ\",\n    \"pediatry\": \"paediatry\",\n    \"pediatric\": \"ụmụaka\",\n    \"pediatrician\": \"dibia dibia\",\n    \"pediatricians\": \"ndị dibia bekee\",\n    \"pedicab\": \"mkpisi aka\",\n    \"pedicabs\": \"mkpịsị akwụkwọ\",\n    \"pedicel\": \"mkpisi aka\",\n    \"pediceled\": \"zụrụ ụkwụ\",\n    \"pedicellar\": \"mkpisi aka\",\n    \"pedicellate\": \"mkpisi ụkwụ\",\n    \"pedicellated\": \"ịkwụ ụgwọ\",\n    \"pedicellation\": \"mkpịsị ụkwụ\",\n    \"pedicelled\": \"na mkpịsị ụkwụ\",\n    \"pedicelliform\": \"mkpanaka\",\n    \"pedicellus\": \"mmmmmmmmmmmmm\",\n    \"pedicels\": \"mkpịsị ụkwụ\",\n    \"pedicle\": \"mkpịsị ụkwụ\",\n    \"pedicled\": \"na mkpịsị aka\",\n    \"pedicles\": \"mkpịsị ụkwụ\",\n    \"pedicular\": \"mkpịsị ụkwụ\",\n    \"pedicularis\": \"mkpisi aka\",\n    \"pediculate\": \"ịkwụ ụgwọ\",\n    \"pediculated\": \"na mkpịsị aka\",\n    \"pediculati\": \"ịkwụ ụgwọ\",\n    \"pediculation\": \"ịkpụcha mbọ aka\",\n    \"pedicule\": \"pediule\",\n    \"pediculicidal\": \"ọgwụ ọjọọ\",\n    \"pediculicide\": \"igbu egbu\",\n    \"pediculid\": \"mkpisiaka\",\n    \"pediculine\": \"ọgwụ\",\n    \"pediculoid\": \"ịgwọ ọrịa\",\n    \"pedicure\": \"ịkpụcha mbọ ụkwụ\",\n    \"pedicured\": \"ịkwụ ụgwọ\",\n    \"pedicures\": \"mbọ\",\n    \"pedicuring\": \"ịkwụ ụgwọ\",\n    \"pedicurism\": \"ịkpụcha mbọ ụkwụ\",\n    \"pedicurist\": \"pediurist\",\n    \"pedicurists\": \"ndị na-agụ ọgwụ\",\n    \"pediferous\": \"na-aga ije\",\n    \"pedigerous\": \"na-akpali akpali\",\n    \"pedigraic\": \"usoro ọmụmụ\",\n    \"pedigree\": \"usoro ọmụmụ\",\n    \"pedigreed\": \"agbụrụ\",\n    \"pedigreeless\": \"enweghị agbụrụ\",\n    \"pedimane\": \"ije ije\",\n    \"pediment\": \"ihe ndozi\",\n    \"pedimented\": \"zụrụ\",\n    \"pediments\": \"ihe ndozi\",\n    \"pedipalp\": \"akpụkpọ ụkwụ\",\n    \"pedipalpal\": \"akaeze\",\n    \"pedipalpate\": \"nwepụ ụkwụ\",\n    \"pedipalps\": \"akwara\",\n    \"pedipulate\": \"gbanye ụkwụ\",\n    \"pedipulation\": \"ịkụda aka\",\n    \"pedlar\": \"okpuru\",\n    \"pedlary\": \"ịzụ ahịa\",\n    \"pedlaries\": \"ịmị mkpụrụ\",\n    \"pedlars\": \"ndị nkuzi\",\n    \"pedler\": \"onye nkuzi\",\n    \"pedlery\": \"mgbere\",\n    \"pedleries\": \"pedal na -aga\",\n    \"pedlers\": \"ndị na-azụ ahịa\",\n    \"pedobaptist\": \"onye nzuzu\",\n    \"pedodontic\": \"na-agagharị\",\n    \"pedodontist\": \"onye nkuzi\",\n    \"pedodontology\": \"usoro ọmụmụ\",\n    \"pedogenetic\": \"ihe ederede\",\n    \"pedogenic\": \"ahụ ike\",\n    \"pedograph\": \"ederede\",\n    \"pedology\": \"ihe omuma\",\n    \"pedologic\": \"ihe ederede\",\n    \"pedological\": \"ihe omuma\",\n    \"pedologies\": \"amaokwu\",\n    \"pedologist\": \"ọkà mmụta banyere ọrịa\",\n    \"pedologistical\": \"ihe gbasara ahụike\",\n    \"pedologistically\": \"n'ihe gbasara ahụike\",\n    \"pedomancy\": \"ihe omuma\",\n    \"pedometer\": \"ihe ndozi\",\n    \"pedometers\": \"ndị na-ahụ anya\",\n    \"pedometrically\": \"na pedometrically\",\n    \"pedometrician\": \"onye nkuzi\",\n    \"pedometrist\": \"onye nkuzi\",\n    \"pedophile\": \"onye nkwusa\",\n    \"pedophilia\": \"ndiegwu\",\n    \"pedophiliac\": \"onyenze nwaanyi\",\n    \"pedophilic\": \"aka ochie\",\n    \"pedophobia\": \"nkwanye ugwu\",\n    \"pedosphere\": \"ebe obibi\",\n    \"pedospheric\": \"ebe obibi\",\n    \"pedotrophy\": \"nkwenye\",\n    \"pedotrophist\": \"onye nkuzi\",\n    \"pedrail\": \"ịkwanye ụkwụ\",\n    \"pedregal\": \"ọmụmụ\",\n    \"pedro\": \"ebe obibi\",\n    \"pedros\": \"Pedros\",\n    \"peduncled\": \"na-akọ\",\n    \"peduncular\": \"akwara\",\n    \"pedunculated\": \"akuko\",\n    \"pedunculation\": \"ozuzu\",\n    \"peebeens\": \"nwoke\",\n    \"peebles\": \"peeb\",\n    \"peed\": \"pee\",\n    \"peeing\": \"pee\",\n    \"peeked\": \"peek\",\n    \"peeking\": \"peek\",\n    \"peeks\": \"peek\",\n    \"peel\": \"bee\",\n    \"peeled\": \"pee akwa\",\n    \"peeledness\": \"peel\",\n    \"peeler\": \"ọnụ\",\n    \"peelers\": \"ndị ọgbọ\",\n    \"peelhouse\": \"ụlọ ndozi\",\n    \"peeling\": \"ekpepụsị\",\n    \"peelings\": \"peel\",\n    \"peelism\": \"peel\",\n    \"peelite\": \"peeli\",\n    \"peening\": \"na-acha ọcha\",\n    \"peeper\": \"peeppe\",\n    \"peepers\": \"piepụ\",\n    \"peephole\": \"okpokoro\",\n    \"peeps\": \"piep\",\n    \"peer\": \"ndị ọgbọ\",\n    \"peerdom\": \"ogbe\",\n    \"peerhood\": \"ndị ọgbọ\",\n    \"peerie\": \"ndị ọgbọ\",\n    \"peeries\": \"Ogbe\",\n    \"peering\": \"ekpepụsị\",\n    \"peeringly\": \"peering\",\n    \"peerless\": \"enweghị ọgbọ\",\n    \"peerlessly\": \"na-enweghị atụ\",\n    \"peerlessness\": \"enweghị ọgbọ\",\n    \"peerly\": \"ndị ọgbọ\",\n    \"peerling\": \"ekpepụsị\",\n    \"peers\": \"ndị ọgbọ\",\n    \"peership\": \"ndị ọgbọ\",\n    \"pees\": \"pee\",\n    \"peesash\": \"peekere\",\n    \"peesweeps\": \"peesweep\",\n    \"peeved\": \"pee\",\n    \"peevedly\": \"peeved nwere ike\",\n    \"peevedness\": \"peepeepe\",\n    \"peever\": \"ọpụpụ\",\n    \"peevers\": \"ndị na-atụ egwu\",\n    \"peeving\": \"ekpepụsị\",\n    \"peevish\": \"ịhụ n'anya\",\n    \"peevishly\": \"ikekwe\",\n    \"peevishness\": \"enweghị isi\",\n    \"peg\": \"ihe akudoro\",\n    \"pegged\": \"peg\",\n    \"peggy\": \"peg\",\n    \"pegging\": \"na-atụ\",\n    \"pegh\": \"peg\",\n    \"pegless\": \"peg\",\n    \"peglet\": \"n'akpa uwe\",\n    \"peglike\": \"ihe dika peg\",\n    \"pegmatization\": \"pegmatisation\",\n    \"pegmen\": \"ụmụ nwoke\",\n    \"pegoxyl\": \"pegoxol\",\n    \"pegs\": \"mkpọ\",\n    \"pegtops\": \"peg n'elu\",\n    \"peguan\": \"peguam\",\n    \"peyerian\": \"onye uwe ojii\",\n    \"peiktha\": \"peikta\",\n    \"peining\": \"na-akwagharị\",\n    \"peyotyls\": \"okirikiri\",\n    \"peyotls\": \"okirikiri\",\n    \"peirameter\": \"peiramita\",\n    \"peisant\": \"peis\",\n    \"peised\": \"gbadoro ụkwụ\",\n    \"peiser\": \"ndị ọgbọ\",\n    \"pejorate\": \"ịkwado\",\n    \"pejoration\": \"pejo\",\n    \"pejorative\": \"ihe ọ .ụ\",\n    \"pejoratively\": \"ọjoụ\",\n    \"pejoratives\": \"ihe ọ .ụ\",\n    \"pejorist\": \"Ogwashi-Uku\",\n    \"peke\": \"pee\",\n    \"peking\": \"atụ\",\n    \"pekingese\": \"Na Na Na Na\",\n    \"pekins\": \"pekin\",\n    \"pelagian\": \"onye nwe obodo\",\n    \"pelagianism\": \"Okpukpe\",\n    \"pelasgian\": \"onye nwe obodo\",\n    \"pele\": \"pee\",\n    \"pelean\": \"pean\",\n    \"pelew\": \"lelee\",\n    \"pelf\": \"onwe\",\n    \"pelfs\": \"onwe\",\n    \"pelican\": \"okpokoro\",\n    \"pelicanry\": \"okpokoro\",\n    \"pelycogram\": \"ihe osise\",\n    \"pelycography\": \"ihe osise\",\n    \"pelycology\": \"ịgwọ ọrịa\",\n    \"pelycosaur\": \"ịcha mma\",\n    \"pelycosaurian\": \"onyedikachi\",\n    \"pelides\": \"Akuko\",\n    \"pelidnota\": \"Ndidi\",\n    \"peliom\": \"okpokoro\",\n    \"pelioma\": \"okuko\",\n    \"peliosis\": \"okpokoro\",\n    \"pelisse\": \"okirikiri\",\n    \"pelisses\": \"okpokoro\",\n    \"pelite\": \"ikpa\",\n    \"pelites\": \"okpokoro\",\n    \"pelitic\": \"pelvic\",\n    \"pellaea\": \"Chiukwu\",\n    \"pellagra\": \"ịda mba\",\n    \"pellagragenic\": \"ọrịa pellagragenic\",\n    \"pellagras\": \"ihe ndozi\",\n    \"pellagric\": \"Onyedikachi\",\n    \"pellagroid\": \"mmmmmmmmmmmmm\",\n    \"pellagrose\": \"mmmmmmmmmmmmm\",\n    \"pellagrous\": \"acha uhie uhie\",\n    \"pellar\": \"okpokoro\",\n    \"pellard\": \"okpokoro\",\n    \"pellas\": \"okpokoro\",\n    \"pellate\": \"kpaliri\",\n    \"pellation\": \"okpokoro\",\n    \"peller\": \"onye na-ere ahia\",\n    \"pelleted\": \"gbue\",\n    \"pellety\": \"ọla\",\n    \"pelleting\": \"nkedo\",\n    \"pelletizing\": \"okpokoro\",\n    \"pellets\": \"pelle\",\n    \"pellian\": \"ikechukwu\",\n    \"pellicular\": \"okwu ojoo\",\n    \"pellicularia\": \"ekwukwu\",\n    \"pelliculate\": \"gbuo mmụọ\",\n    \"pellitory\": \"ekwenti\",\n    \"pellitories\": \"ekwenti\",\n    \"pellmells\": \"mgbịrịgba\",\n    \"pellock\": \"okirikiri\",\n    \"pellotin\": \"Oyibo\",\n    \"pellotine\": \"Oyibo\",\n    \"pellucent\": \"okpokoro\",\n    \"pellucid\": \"okpokoro\",\n    \"pellucidity\": \"okpokoro\",\n    \"pellucidly\": \"ihe niile\",\n    \"pellucidness\": \"Okpukpo\",\n    \"pelmanism\": \"Okpukpo\",\n    \"pelmanist\": \"okwole\",\n    \"pelmanize\": \"okpokoro\",\n    \"pelmatic\": \"okpokoro\",\n    \"pelmatozoa\": \"Pilmatozoa\",\n    \"pelmatozoan\": \"okpokoro\",\n    \"pelmatozoic\": \"okpokoro\",\n    \"pelmet\": \"okpokoro\",\n    \"pelorian\": \"Nwogu\",\n    \"pelorizing\": \"okpokoro\",\n    \"peloruses\": \"akwụkwọ pelor\",\n    \"pelotherapy\": \"ọgwụ pelotherapy\",\n    \"pelt\": \"agba\",\n    \"peltandra\": \"Uchenna\",\n    \"peltast\": \"Onyekwere\",\n    \"peltasts\": \"agwa\",\n    \"peltate\": \"mba\",\n    \"peltated\": \"gbuo\",\n    \"peltately\": \"kpara\",\n    \"peltatifid\": \"mmmmmmmmmmmmm\",\n    \"peltation\": \"ikpo\",\n    \"peltatodigitate\": \"gbasie ike\",\n    \"pelted\": \"Na Na Na\",\n    \"pelter\": \"Dapụsị\",\n    \"pelterer\": \"Onye edemede\",\n    \"pelters\": \"Okpukpo\",\n    \"peltiferous\": \"Na-eme mkpọtụ\",\n    \"peltifolious\": \"okpokoro\",\n    \"peltigerous\": \"na-agbasi ike\",\n    \"peltinervate\": \"nwekwaa ike\",\n    \"peltinerved\": \"echekwara\",\n    \"pelting\": \"Na-akụ\",\n    \"peltingly\": \"Na-akụda\",\n    \"peltish\": \"kpoo\",\n    \"peltless\": \"enweghi ike\",\n    \"peltmonger\": \"Onyekachi\",\n    \"peltogaster\": \"Udochukwu\",\n    \"peltry\": \"akwụkwọ\",\n    \"peltries\": \"kpakpando\",\n    \"pelts\": \"okpokoro\",\n    \"pelu\": \"n'agbanyeghị\",\n    \"pelure\": \"okpokoro\",\n    \"pelusios\": \"okpokoro\",\n    \"pelves\": \"onwe\",\n    \"pelvetia\": \"Ndaba\",\n    \"pelvics\": \"Okpukpo\",\n    \"pelviform\": \"okirikiri\",\n    \"pelvigraph\": \"okpokoro\",\n    \"pelvigraphy\": \"okirikiri\",\n    \"pelvimeter\": \"okpokoro\",\n    \"pelvimetry\": \"okpokolo\",\n    \"pelvimetric\": \"okpokoro\",\n    \"pelviolithotomy\": \"okpokoro\",\n    \"pelvioperitonitis\": \"nkwonkwo mmiri\",\n    \"pelvioplasty\": \"okpokoro\",\n    \"pelvioradiography\": \"ihe omimi\",\n    \"pelvioscopy\": \"okirikiri\",\n    \"pelviotomy\": \"okirikiri\",\n    \"pelviperitonitis\": \"okpokoro\",\n    \"pelvirectal\": \"okpokoro\",\n    \"pelvisacral\": \"okpokoro\",\n    \"pelvises\": \"Ogbu\",\n    \"pelvisternal\": \"okpokoro\",\n    \"pelvisternum\": \"okpokoro\",\n    \"pemican\": \"akwụ ụgwọ\",\n    \"pemicans\": \"ndi nwanyi\",\n    \"pemmicanization\": \"mmeghari ahu di\",\n    \"pemmicanize\": \"ime anwuru\",\n    \"pemmicans\": \"ndi nwanyi\",\n    \"pemoline\": \"mmanụ a .ụ\",\n    \"pemolines\": \"nne ịnyịnya\",\n    \"pemphigous\": \"ihe ijuanya\",\n    \"pemphix\": \"mkparita\",\n    \"pemphixes\": \"mkparị\",\n    \"penal\": \"ntaramahụhụ\",\n    \"penalise\": \"taa ya ahuhu\",\n    \"penalised\": \"paara\",\n    \"penalises\": \"penalizes\",\n    \"penalising\": \"penalizing\",\n    \"penalist\": \"onye isi oche\",\n    \"penality\": \"ugwo\",\n    \"penalities\": \"ahụhụ\",\n    \"penalize\": \"taa ya ahuhu\",\n    \"penalized\": \"paara\",\n    \"penally\": \"ederede\",\n    \"penalty\": \"ugwo\",\n    \"penalties\": \"ahụhụ\",\n    \"penance\": \"nchegharị\",\n    \"penanced\": \"nchegharị\",\n    \"penanceless\": \"penance obere\",\n    \"penancer\": \"nchegharị\",\n    \"penances\": \"penance\",\n    \"penancy\": \"penina\",\n    \"penancing\": \"na-edegharị\",\n    \"pence\": \"pen\",\n    \"pencey\": \"penence\",\n    \"pencel\": \"pensụl\",\n    \"penceless\": \"enweghị uche\",\n    \"pencels\": \"pensụl\",\n    \"penchant\": \"nwee mmasị\",\n    \"penchute\": \"penche\",\n    \"pencil\": \"pensụl\",\n    \"penciled\": \"dere\",\n    \"pencilers\": \"penciers\",\n    \"penciliform\": \"pensụl\",\n    \"penciling\": \"pensụl\",\n    \"pencilled\": \"dere\",\n    \"penciller\": \"pensụl\",\n    \"pencilling\": \"pensụl\",\n    \"pencilry\": \"pensụl\",\n    \"pencils\": \"pensụl\",\n    \"pencilwood\": \"pensụl\",\n    \"pencraft\": \"pen pen\",\n    \"penda\": \"ihejuanya\",\n    \"pendant\": \"ihejuanya\",\n    \"pendanted\": \"ihejuanya\",\n    \"pendanting\": \"na-agbachi\",\n    \"pendantlike\": \"pend dị ka\",\n    \"pendants\": \"ihe mkpuchi\",\n    \"pendative\": \"pendant\",\n    \"pended\": \"echere\",\n    \"pendency\": \"Ahụhụ\",\n    \"pendencies\": \"ihe mkpuchi\",\n    \"pendens\": \"agbachi\",\n    \"pendent\": \"pend\",\n    \"pendente\": \"gbadoro\",\n    \"pendentive\": \"ihe echetara\",\n    \"pendently\": \"pend\",\n    \"pendents\": \"ihe mkpuchi\",\n    \"pending\": \"rue mgbe\",\n    \"pendle\": \"dina\",\n    \"pendom\": \"ihe mkpuchi\",\n    \"pendragonish\": \"pendragon ish\",\n    \"pendragonship\": \"ụgbọ mmiri pendragon\",\n    \"pends\": \"gbanye\",\n    \"pendulumlike\": \"dị ka pendulum\",\n    \"penecontemporaneous\": \"sụgharịa akwụkwọ\",\n    \"penectomy\": \"ihe omumu\",\n    \"penelopean\": \"ekwensu\",\n    \"penelopine\": \"penelopi\",\n    \"penes\": \"pen\",\n    \"peneseismic\": \"peneseism\",\n    \"penetrability\": \"ike ịbanye\",\n    \"penetrable\": \"nke nwere ike ịbanye\",\n    \"penetrableness\": \"enweghị ike ịbanye\",\n    \"penetrably\": \"n'ụzọ zuru ezu\",\n    \"penetral\": \"odidi\",\n    \"penetralian\": \"okpokoro\",\n    \"penetrameter\": \"okpokoro\",\n    \"penetrancy\": \"ntinye\",\n    \"penetrate\": \"banye n'ime\",\n    \"penetrated\": \"banye n'ime\",\n    \"penetrates\": \"na-abanye\",\n    \"penetrating\": \"na-abanye\",\n    \"penetratingly\": \"na-abanye\",\n    \"penetratingness\": \"na-abanye n'ime\",\n    \"penetration\": \"ịbanye\",\n    \"penetrations\": \"Ntinye\",\n    \"penetrative\": \"na-akpali akpali\",\n    \"penetratively\": \"na-akpali akpali\",\n    \"penetrativity\": \"mkpịsị edemede\",\n    \"penetrator\": \"ntinye\",\n    \"penetrators\": \"ndị na-abanye n'ime\",\n    \"penetrology\": \"ihe omimi\",\n    \"penetrolqgy\": \"ndabueze\",\n    \"penetrometer\": \"penetrometa\",\n    \"penful\": \"pen pen\",\n    \"penguin\": \"penguuin\",\n    \"penhead\": \"isi\",\n    \"penholder\": \"onye na-edetu ihe\",\n    \"penial\": \"penile\",\n    \"penicil\": \"pensụl\",\n    \"penicilium\": \"penicillium\",\n    \"penicilliform\": \"penisilifiform\",\n    \"penicillin\": \"penisilini\",\n    \"penis\": \"amụ\",\n    \"penitence\": \"nchegharị\",\n    \"penitency\": \"nchegharị\",\n    \"penitent\": \"ichegharị\",\n    \"penitentiary\": \"ụlọ mkpọrọ\",\n    \"penitentiaries\": \"ụlọ mkpọrọ\",\n    \"penitently\": \"penitent\",\n    \"penitents\": \"ichegharị\",\n    \"penkeeper\": \"penpen\",\n    \"penknives\": \"penkinives\",\n    \"penlights\": \"ihe ederede\",\n    \"penlites\": \"ahụhụ\",\n    \"penmaking\": \"pen na-eme\",\n    \"penmen\": \"penman\",\n    \"pennant\": \"pen Pen\",\n    \"pennated\": \"pennyere\",\n    \"penned\": \"dere\",\n    \"penner\": \"edemede\",\n    \"penni\": \"peni\",\n    \"pennia\": \"penia\",\n    \"pennyearth\": \"pennyworth\",\n    \"pennied\": \"pennies\",\n    \"pennigerous\": \"na-eme mkpọtụ\",\n    \"pennyleaf\": \"penny akwukwo\",\n    \"penniless\": \"enweghị ego\",\n    \"pennilessly\": \"n’enweghị ego\",\n    \"pennilessness\": \"enweghị ego\",\n    \"pennipotent\": \"ikike\",\n    \"pennis\": \"penis\",\n    \"penniveined\": \"pennivetọ\",\n    \"pennyworths\": \"pennyworth\",\n    \"pennoned\": \"pennọn\",\n    \"pennons\": \"pennọn\",\n    \"penological\": \"ederede\",\n    \"penologist\": \"ọkà mmụta penologist\",\n    \"penologists\": \"ndị na-amụ banyere penologists\",\n    \"penpoints\": \"ederede\",\n    \"pens\": \"itienna\",\n    \"pensacola\": \"mmmmmmmmmmmmm\",\n    \"penscript\": \"pensụl\",\n    \"pense\": \"ụgwọ\",\n    \"pensees\": \"pense\",\n    \"penseful\": \"ugwo\",\n    \"pensefulness\": \"oke ego\",\n    \"penship\": \"pensụl\",\n    \"pensy\": \"penensy\",\n    \"pensil\": \"pensịl\",\n    \"pensile\": \"pensịl\",\n    \"pensility\": \"pensụl\",\n    \"pensils\": \"pensụl\",\n    \"pension\": \"ezumike nka\",\n    \"pensionable\": \"penshion\",\n    \"pensionably\": \"penshion\",\n    \"pensionary\": \"ezumike nka\",\n    \"pensionaries\": \"ezumike nka\",\n    \"pensionat\": \"ego ezumike nka\",\n    \"pensione\": \"ezumike nka\",\n    \"pensioned\": \"ezumike nka\",\n    \"pensioner\": \"onye ezumike nka\",\n    \"pensioners\": \"ndị ezumike nka\",\n    \"pensionership\": \"ego ezumike nka\",\n    \"pensiones\": \"ezumike nka\",\n    \"pensioning\": \"ezumike nka\",\n    \"pensionless\": \"enweghi ezumike nka\",\n    \"pensionnaire\": \"ezumike nká\",\n    \"pensionnat\": \"ezumike nka\",\n    \"pensionry\": \"ego ezumike nka\",\n    \"pensions\": \"ego ezumike nka\",\n    \"pensive\": \"ego\",\n    \"pensived\": \"Uchenna\",\n    \"pensively\": \"ego\",\n    \"pensiveness\": \"ego\",\n    \"pensum\": \"pensụl\",\n    \"pentabasic\": \"Ikechukwu\",\n    \"pentacyclic\": \"keunanyatoke\",\n    \"pentadecyl\": \"Nwachukwu\",\n    \"pentagonon\": \"Pentagonon\",\n    \"pentameter\": \"pentamita\",\n    \"pentameters\": \"pentamita\",\n    \"pentandrian\": \"Onyekwere\",\n    \"pentapolis\": \"Akwa Ibom\",\n    \"pentapolitan\": \"ajuju\",\n    \"pentarchy\": \"ọchịchị aka ebe\",\n    \"pentarchies\": \"pentarchi\",\n    \"pentaspermous\": \"nnukwu ihe\",\n    \"pentastich\": \"Onyekwere\",\n    \"pentastichy\": \"Onyekwere\",\n    \"pentastyle\": \"okpokoro\",\n    \"pentastomous\": \"gbamgbam\",\n    \"pentathionic\": \"ọentụ .ụ\",\n    \"pentelican\": \"pentelikan\",\n    \"penteteric\": \"pentieteri\",\n    \"penthiophen\": \"akenthrhen\",\n    \"penthiophene\": \"akparaphene\",\n    \"penthouse\": \"ụlọ elu\",\n    \"penthoused\": \"ụlọ elu\",\n    \"penthouselike\": \"penthouse dị ka\",\n    \"penthouses\": \"ụlọ elu\",\n    \"penthrit\": \"nke iri na ise\",\n    \"penthrite\": \"iri na ise\",\n    \"pentlandite\": \"Pentlandite\",\n    \"pentode\": \"okpokoro\",\n    \"pentremites\": \"pentremit dị\",\n    \"penuches\": \"penuche si\",\n    \"penuchi\": \"penuche\",\n    \"penuchis\": \"penuche si\",\n    \"penultimately\": \"penult qalin\",\n    \"penuries\": \"penires\",\n    \"penurious\": \"penur penurious\",\n    \"penuriously\": \"penurịọl\",\n    \"penuriousness\": \"ịda iwu\",\n    \"penwoman\": \"penwanụ\",\n    \"peony\": \"peon\",\n    \"peonisms\": \"ihe odighi\",\n    \"people\": \"ndị mmadụ\",\n    \"peopled\": \"ndị mmadụ\",\n    \"peopledom\": \"ndị mmadụ\",\n    \"peoplehood\": \"ndị mmadụ\",\n    \"peopleize\": \"na-achịkwa\",\n    \"peopleless\": \"ndị mmadụ na-erughị\",\n    \"peoplement\": \"mmebe\",\n    \"peopler\": \"ndị mmadụ\",\n    \"peoplers\": \"ndị mmadụ\",\n    \"peoples\": \"ndị dị iche iche\",\n    \"peopling\": \"na-ekwu okwu\",\n    \"peoplish\": \"na-ekwu okwu\",\n    \"peorian\": \"Peorian\",\n    \"peperine\": \"piperine\",\n    \"peperonis\": \"peperoni\",\n    \"pepinella\": \"pepinillos\",\n    \"pepla\": \"ikpo\",\n    \"pepless\": \"okpokoro\",\n    \"peplumed\": \"peplum\",\n    \"peplums\": \"peplum\",\n    \"peplus\": \"peplum\",\n    \"pepluses\": \"peplus\",\n    \"pepper\": \"ose\",\n    \"pepperbox\": \"ose\",\n    \"peppercorn\": \"oseokor\",\n    \"peppercorny\": \"ogbe ose\",\n    \"peppercornish\": \"osekere\",\n    \"peppercorns\": \"ose ose\",\n    \"peppered\": \"ose\",\n    \"pepperer\": \"ose\",\n    \"pepperers\": \"ndị na-eto eto\",\n    \"peppergrass\": \"ose\",\n    \"peppery\": \"oseese\",\n    \"pepperily\": \"oseeni\",\n    \"pepperiness\": \"ose\",\n    \"peppering\": \"ose\",\n    \"pepperish\": \"ose\",\n    \"pepperishly\": \"na ose\",\n    \"peppermint\": \"pepemint\",\n    \"pepperminty\": \"pepemint\",\n    \"peppermints\": \"ose ose\",\n    \"pepperproof\": \"ose mmanụ\",\n    \"pepperroot\": \"oseot\",\n    \"peppers\": \"ose\",\n    \"peppershrike\": \"na-ede ede\",\n    \"peppertree\": \"ose\",\n    \"pepperweed\": \"ose ose\",\n    \"pepperwood\": \"osewood\",\n    \"pepperwort\": \"ose\",\n    \"peppiest\": \"peppi\",\n    \"peppily\": \"oroma\",\n    \"peppiness\": \"ihe nzuzu\",\n    \"peps\": \"pips\",\n    \"peptization\": \"ndozi\",\n    \"peptize\": \"pepti\",\n    \"peptizer\": \"ihe ndozi\",\n    \"peptizers\": \"ndị na-eme achịcha\",\n    \"peptizes\": \"na-egbu oge\",\n    \"peptizing\": \"na-egbu maramara\",\n    \"peptonisation\": \"ndoli\",\n    \"peptonised\": \"Na-eche echiche\",\n    \"peptonising\": \"na-eche ihu\",\n    \"peptonizing\": \"na-etinye ihe\",\n    \"per\": \"kwa\",\n    \"peradventure\": \"eleghi anya\",\n    \"peramble\": \"peram\",\n    \"perambulated\": \"perambrated\",\n    \"perambulating\": \"na-agbasi ike\",\n    \"perambulators\": \"ndị perambulators\",\n    \"perbend\": \"ịgbaghara\",\n    \"perborate\": \"ịgbanyụ\",\n    \"percase\": \"akpa\",\n    \"perceant\": \"mata\",\n    \"perceivability\": \"nghọta\",\n    \"perceivable\": \"pụrụ ịghọta ihe\",\n    \"perceivableness\": \"nghọta\",\n    \"perceivably\": \"n'echiche\",\n    \"perceivance\": \"nghọta\",\n    \"perceivancy\": \"nghọta\",\n    \"perceive\": \"ghọta\",\n    \"perceived\": \"aghọta\",\n    \"perceivedly\": \"na-aghọta\",\n    \"perceivedness\": \"nghọta\",\n    \"perceiver\": \"na-achọpụta\",\n    \"perceivers\": \"na-achọpụta\",\n    \"perceives\": \"na-achọpụta\",\n    \"perceiving\": \"na-aghọta\",\n    \"perceivingness\": \"nghọta\",\n    \"percent\": \"pasent\",\n    \"percentable\": \"pasent\",\n    \"percentably\": \"pasent\",\n    \"percentage\": \"pasent\",\n    \"percentaged\": \"etinyere\",\n    \"percentages\": \"pasent\",\n    \"percental\": \"pasent\",\n    \"percentiles\": \"pasent\",\n    \"percentual\": \"pasent\",\n    \"percentum\": \"pasent\",\n    \"percept\": \"echiche\",\n    \"perceptibility\": \"ikike nghọta\",\n    \"perceptible\": \"nghọta\",\n    \"perceptibleness\": \"nghọta\",\n    \"perceptibly\": \"nghọta\",\n    \"perception\": \"nghọta\",\n    \"perceptional\": \"nghọta\",\n    \"perceptionalism\": \"nghọta\",\n    \"perceptionism\": \"nghọta\",\n    \"perceptions\": \"nghọta\",\n    \"perceptive\": \"nghọta\",\n    \"perceptively\": \"n'echiche\",\n    \"perceptiveness\": \"ikike nghọta\",\n    \"perceptivity\": \"nghọta\",\n    \"percepts\": \"echiche\",\n    \"perceptually\": \"n'echiche\",\n    \"percesoces\": \"ikike\",\n    \"perceval\": \"ghọta\",\n    \"perchable\": \"perchabul\",\n    \"perchance\": \"ikekwe\",\n    \"perched\": \"nọchiri anya\",\n    \"percher\": \"onye na-eri ihe\",\n    \"perchers\": \"ndị na-eri ihe\",\n    \"perches\": \"perch\",\n    \"perching\": \"inogide\",\n    \"perchlorinated\": \"Nkechinyere\",\n    \"perchlorinating\": \"Ihe ijuanya\",\n    \"perchlorination\": \"Mkpụrụ obi\",\n    \"perchloroethylene\": \"perchlorethylene\",\n    \"perchromic\": \"ọrịa perchromic\",\n    \"percipience\": \"ikike\",\n    \"percipiency\": \"ikike\",\n    \"perclose\": \"kpọchie\",\n    \"percolable\": \"ikekwe\",\n    \"percolating\": \"na-agbaghara\",\n    \"percolative\": \"na-emetụta\",\n    \"percolators\": \"ndị na-ebubata ihe\",\n    \"percompound\": \"zuru oke\",\n    \"percontation\": \"mmekpa ahụ\",\n    \"percontatorial\": \"nchịkwa\",\n    \"percribrate\": \"depụta\",\n    \"percribration\": \"nkọwa\",\n    \"percurrent\": \"oge niile\",\n    \"percuss\": \"na-akụ\",\n    \"percussed\": \"na-akụ\",\n    \"percusses\": \"na-akụ ụda\",\n    \"percussing\": \"na-akụ\",\n    \"percussion\": \"otiti\",\n    \"percussional\": \"na-akpọ ụda\",\n    \"percussioner\": \"ogwu\",\n    \"percussionist\": \"onye na-akụ egwu\",\n    \"percussionists\": \"ndị na-akụ ụda\",\n    \"percussionize\": \"na-akụ\",\n    \"percussions\": \"mkpọ\",\n    \"percussive\": \"akpali akpali\",\n    \"percussively\": \"n'ụzọ okirikiri\",\n    \"percussiveness\": \"mgbagha\",\n    \"percussor\": \"ụbọ\",\n    \"percutaneous\": \"Ọkpụkpụ\",\n    \"percutient\": \"ikike\",\n    \"perdy\": \"Peeji\",\n    \"perdiligence\": \"ndabia\",\n    \"perdiligent\": \"dị egwu\",\n    \"perdit\": \"ndab\",\n    \"perdition\": \"ịla n'iyi\",\n    \"perditionable\": \"na-ebibi\",\n    \"perdrix\": \"Ihe omume\",\n    \"perdurableness\": \"ndidi\",\n    \"perdurably\": \"perdufere\",\n    \"perdurance\": \"ndidi\",\n    \"perdurant\": \"na-adịgide adịgide\",\n    \"perdured\": \"lara n'iyi\",\n    \"perduring\": \"na-emezu\",\n    \"perduringly\": \"na-atụ anya\",\n    \"perean\": \"pean\",\n    \"peregrinated\": \"achọrọ\",\n    \"peregrinations\": \"pegrinations\",\n    \"peregrinative\": \"nke peregrinative\",\n    \"pereion\": \"ahịhịa\",\n    \"perempt\": \"Udodi\",\n    \"peremptory\": \"ihe nzuzu\",\n    \"peremptorily\": \"na-egbu egbu\",\n    \"peremptoriness\": \"enweghị nchekasị\",\n    \"perendinant\": \"dị oké mkpa\",\n    \"perennation\": \"Mbido\",\n    \"perennially\": \"ugboro ugboro\",\n    \"perennity\": \"Ezigbo\",\n    \"pererrate\": \"inyocha\",\n    \"pererration\": \"rgha\",\n    \"perf\": \"senti\",\n    \"perfay\": \"senti\",\n    \"perfect\": \"zuru oke\",\n    \"perfecta\": \"zuru oke\",\n    \"perfectability\": \"izu okè\",\n    \"perfectas\": \"zuru oke\",\n    \"perfectation\": \"izu okè\",\n    \"perfected\": \"zuru okè\",\n    \"perfectedly\": \"zuru okè\",\n    \"perfecter\": \"zuru oke\",\n    \"perfecters\": \"ndị zuru oke\",\n    \"perfectest\": \"zuru oke\",\n    \"perfecti\": \"zuru oke\",\n    \"perfectibilian\": \"zuru okè\",\n    \"perfectibilism\": \"zuru oke\",\n    \"perfectibilist\": \"onye zuru oke\",\n    \"perfectibilitarian\": \"zuru oke\",\n    \"perfectibility\": \"izu okè\",\n    \"perfectible\": \"zuru oke\",\n    \"perfecting\": \"na-emecha\",\n    \"perfection\": \"izu okè\",\n    \"perfectionate\": \"zuru okè\",\n    \"perfectionation\": \"izu okè\",\n    \"perfectionator\": \"izu okè\",\n    \"perfectioner\": \"zuru okè\",\n    \"perfectionism\": \"ịchọkarị izu okè\",\n    \"perfectionist\": \"izu okè\",\n    \"perfectionistic\": \"ịchọkarị izu okè\",\n    \"perfectionists\": \"ndị na-achọ izu okè\",\n    \"perfectionize\": \"zuru okè\",\n    \"perfectionizement\": \"zuru okè\",\n    \"perfectionizer\": \"izu okè\",\n    \"perfectionment\": \"izu okè\",\n    \"perfections\": \"izu okè\",\n    \"perfectism\": \"ịchọkarị izu okè\",\n    \"perfectist\": \"ịchọkarị izu okè\",\n    \"perfective\": \"zuru oke\",\n    \"perfectively\": \"zuru oke\",\n    \"perfectiveness\": \"izu okè\",\n    \"perfectivise\": \"zuru oke\",\n    \"perfectivised\": \"zuru oke\",\n    \"perfectivising\": \"izu oke\",\n    \"perfectivity\": \"izu okè\",\n    \"perfectivize\": \"zuru okè\",\n    \"perfectly\": \"zuru oke\",\n    \"perfectness\": \"izu okè\",\n    \"perfecto\": \"Zuru oke\",\n    \"perfector\": \"onye mmekorita\",\n    \"perfectos\": \"zuru oke\",\n    \"perfects\": \"ntụpọ\",\n    \"perfectuation\": \"mmecha\",\n    \"perfervent\": \"ihe ojoo\",\n    \"perfervidness\": \"ihe ojoo\",\n    \"perfervor\": \"perfer\",\n    \"perficient\": \"maara ihe\",\n    \"perfidy\": \"isisi\",\n    \"perfidies\": \"isisi\",\n    \"perfidious\": \"na-egbu egbu\",\n    \"perfidiously\": \"n'egbughi isi\",\n    \"perfidiousness\": \"ezighi ezi\",\n    \"perfilograph\": \"mpempe akwụkwọ\",\n    \"perfins\": \"senti\",\n    \"perfix\": \"nganga\",\n    \"perflable\": \"latọ\",\n    \"perflate\": \"senti\",\n    \"perflation\": \"senti\",\n    \"perfluent\": \"keisi\",\n    \"perfoliate\": \"isisi\",\n    \"perfoliation\": \"isisi\",\n    \"perforable\": \"nwere ike ịgbagha\",\n    \"perforating\": \"na-emebi emebi\",\n    \"perforative\": \"na-agbasi ike\",\n    \"perforators\": \"perfofo\",\n    \"perforce\": \"rụọ\",\n    \"perforcedly\": \"rụrụ\",\n    \"perform\": \"rụọ\",\n    \"performability\": \"ịrụ ọrụ\",\n    \"performable\": \"arụmọrụ\",\n    \"performance\": \"arụmọrụ\",\n    \"performances\": \"arụmọrụ\",\n    \"performant\": \"omee\",\n    \"performative\": \"ativerụ ọrụ\",\n    \"performatory\": \"arụ\",\n    \"performed\": \"rụrụ\",\n    \"performer\": \"onye na-eme ihe ngosi\",\n    \"performers\": \"ndị na-eme ihe ngosi\",\n    \"performing\": \"n'ịrụ ọrụ\",\n    \"performs\": \"rụrụ\",\n    \"perfricate\": \"senti\",\n    \"perfrication\": \"senti\",\n    \"perfume\": \"senti\",\n    \"perfumed\": \"isisi\",\n    \"perfumeless\": \"isi-mmanu\",\n    \"perfumer\": \"mmanụ otite\",\n    \"perfumeress\": \"ihe na-esi ísì ụtọ\",\n    \"perfumery\": \"senti\",\n    \"perfumeries\": \"ihe na-esi ísì ụtọ\",\n    \"perfumers\": \"ndị na-esi ísì ụtọ\",\n    \"perfumes\": \"senti\",\n    \"perfumy\": \"isi\",\n    \"perfuming\": \"na-esi isi\",\n    \"perfunctionary\": \"arụ ọrụ\",\n    \"perfunctorily\": \"na-arụ ọrụ\",\n    \"perfunctoriness\": \"zuru ezu\",\n    \"perfunctorious\": \"mejuputara\",\n    \"perfunctoriously\": \"n'etu\",\n    \"perfunctorize\": \"mejuputara\",\n    \"perfusate\": \"isi mmanu\",\n    \"perfuse\": \"senti\",\n    \"perfused\": \"sentim\",\n    \"perfuses\": \"senti\",\n    \"perfusing\": \"na-esi isi\",\n    \"perfusion\": \"senti\",\n    \"perfusive\": \"esisi\",\n    \"pergameneous\": \"ihe juputara\",\n    \"pergamenian\": \"Pergamenian\",\n    \"pergamentaceous\": \"ihe omimi\",\n    \"perh\": \"Perth\",\n    \"perhalide\": \"na-egbu\",\n    \"perhaps\": \"ikekwe\",\n    \"perhapses\": \"ikekwe\",\n    \"perhazard\": \"ihe ojoo\",\n    \"perhydroanthracene\": \"dihydroanthracene\",\n    \"perhydrogenation\": \"Mmiri zuru ezu\",\n    \"perhydrogenizing\": \"na-ekpochapu mmiri\",\n    \"perhorresce\": \"ebe dị anya\",\n    \"peri\": \"Peri\",\n    \"perianthial\": \"dị ize ndụ\",\n    \"periappendicitis\": \"ọrịa periappendicitis\",\n    \"periapts\": \"na-agbaghara\",\n    \"periarthric\": \"Oke ugwu\",\n    \"periarticular\": \"gburugburu\",\n    \"periaster\": \"Oké osimiri\",\n    \"periastral\": \"gburugburu\",\n    \"periaxonal\": \"ngbanwe\",\n    \"periblastic\": \"peribikal\",\n    \"periblem\": \"kwere\",\n    \"periblems\": \"ikike\",\n    \"pericardian\": \"onye nlekọta\",\n    \"pericemental\": \"ihe ijuanya\",\n    \"pericentre\": \"nwere ike ịdị\",\n    \"perichete\": \"ọ bụla\",\n    \"perichondritis\": \"ọrịa perichondritis\",\n    \"pericyclonic\": \"periciklon\",\n    \"pericynthion\": \"Okechukwu Okeke\",\n    \"pericytial\": \"nwere ikike\",\n    \"periclitate\": \"na-atụ anya\",\n    \"periculant\": \"nsogbu\",\n    \"periculous\": \"kwesiri ekwesi\",\n    \"periculum\": \"akwukwo\",\n    \"peridendritic\": \"peridendritị\",\n    \"peridental\": \"n'ihi\",\n    \"perididymis\": \"epididymis\",\n    \"perididymitis\": \"epididymitis\",\n    \"peridinian\": \"bụ onye\",\n    \"perienteric\": \"dị ize ndụ\",\n    \"perienteron\": \"ọdachi\",\n    \"periergy\": \"ike\",\n    \"periganglionic\": \"periganglionik\",\n    \"periglottic\": \"periglottiiki\",\n    \"perihelial\": \"dị ize ndụ\",\n    \"perihelian\": \"Perihelian\",\n    \"perihelion\": \"ebelata\",\n    \"perihepatitis\": \"ọrịa perihepatitis\",\n    \"perihermenial\": \"ime mmụọ\",\n    \"perihernial\": \"ihe ojoo\",\n    \"perikaryon\": \"ọ bụla\",\n    \"peril\": \"ihe ize ndụ\",\n    \"periled\": \"nọrọ n'ihe ize ndụ\",\n    \"perilenticular\": \"dị egwu\",\n    \"periligamentous\": \"dị ize ndụ\",\n    \"perilymphatic\": \"na-enwe nsogbu\",\n    \"periling\": \"na-emebi emebi\",\n    \"perillas\": \"ihe ize ndụ\",\n    \"perilled\": \"lara n'iyi\",\n    \"perilless\": \"anaghị emebi emebi\",\n    \"perilling\": \"na-agbaghara\",\n    \"perilous\": \"dị egwu\",\n    \"perilously\": \"dị egwu\",\n    \"perilousness\": \"ihe ize ndụ\",\n    \"perils\": \"ihe ize ndụ\",\n    \"perilsome\": \"dị ize ndụ\",\n    \"perilune\": \"ihe ize ndụ\",\n    \"perilunes\": \"ihe ojoo\",\n    \"perimedullary\": \"Okpukpo\",\n    \"perimeter\": \"perimeta\",\n    \"perimeterless\": \"ebighi ebi\",\n    \"perimeters\": \"gburugburu\",\n    \"perimetral\": \"gburugburu\",\n    \"perimetry\": \"gburugburu\",\n    \"perimetritic\": \"perimetritik\",\n    \"perineal\": \"ahụ ike\",\n    \"perineurical\": \"perineural\",\n    \"perinium\": \"perineum\",\n    \"periocular\": \"ihe okirikiri\",\n    \"period\": \"oge\",\n    \"periodate\": \"oge\",\n    \"periodic\": \"oge\",\n    \"periodical\": \"oge\",\n    \"periodicalism\": \"oge\",\n    \"periodicalist\": \"oge\",\n    \"periodicalize\": \"imegharia oge\",\n    \"periodically\": \"site n'oge ruo n'oge\",\n    \"periodicalness\": \"oge\",\n    \"periodicals\": \"oge\",\n    \"periodicity\": \"oge\",\n    \"periodid\": \"oge\",\n    \"periodide\": \"oge\",\n    \"periodids\": \"oge\",\n    \"periodization\": \"oge\",\n    \"periodology\": \"ihe omumu\",\n    \"periodontal\": \"oge\",\n    \"periodontally\": \"oge\",\n    \"periodontia\": \"oge\",\n    \"periodontic\": \"oge\",\n    \"periodontics\": \"oge\",\n    \"periodontist\": \"oge\",\n    \"periodontium\": \"oge\",\n    \"periodontoclasia\": \"ogeontoclasia\",\n    \"periodontology\": \"ihe omumu\",\n    \"periodontologist\": \"ọkà mmụta oge\",\n    \"periodontoses\": \"oge\",\n    \"periodontosis\": \"oge\",\n    \"periodontum\": \"oge\",\n    \"periodoscope\": \"oge\",\n    \"periods\": \"oge\",\n    \"perioecians\": \"oge\",\n    \"perionyxis\": \"mmmmmmmmmmmmm\",\n    \"periople\": \"oge\",\n    \"perioptic\": \"oge ncheta\",\n    \"perioral\": \"Baibul\",\n    \"periost\": \"mgbe\",\n    \"periosteally\": \"oge\",\n    \"periosteous\": \"oge\",\n    \"periostracal\": \"Ogechi\",\n    \"periotic\": \"oge ncheta\",\n    \"peripachymeningitis\": \"peripachymeningitis n’ókè\",\n    \"peripancreatic\": \"peripancreatic na-eme\",\n    \"peripatetian\": \"onye iwu obodo\",\n    \"peripatetically\": \"peripatetị\",\n    \"peripatetics\": \"peripatetiks\",\n    \"peripenial\": \"mbanye\",\n    \"peripericarditis\": \"ọrịa peripericarditis\",\n    \"peripety\": \"peripiti\",\n    \"peripeties\": \"mpụta\",\n    \"peripheral\": \"mpempe akwụkwọ\",\n    \"peripherally\": \"n'akụkụ anya\",\n    \"peripherallies\": \"elu ala\",\n    \"peripherals\": \"n'akụkụ\",\n    \"periphery\": \"mpụta\",\n    \"peripherical\": \"dị n'akụkụ\",\n    \"peripherically\": \"n'akụkụ\",\n    \"peripheries\": \"Ngwa mpụta\",\n    \"periphrasing\": \"mbanye\",\n    \"periphrastically\": \"n'ụzọ ọ bụla\",\n    \"periplegmatic\": \"ihe na-emebi emebi\",\n    \"peripleural\": \"dị ize ndụ\",\n    \"periportal\": \"dị mkpa\",\n    \"peripter\": \"mpụta\",\n    \"peripteral\": \"mpụta\",\n    \"periptery\": \"mpekere\",\n    \"peripteries\": \"mpekere\",\n    \"peripterous\": \"peripipi\",\n    \"peripters\": \"elu ugwu\",\n    \"perirenal\": \"ihe ojoo\",\n    \"perisarcs\": \"perisarc\",\n    \"periscians\": \"ndị periscians\",\n    \"perish\": \"laa n'iyi\",\n    \"perishability\": \"ihe na-emebi emebi\",\n    \"perishabilty\": \"ihe nkwubi\",\n    \"perishable\": \"na-emebi emebi\",\n    \"perishableness\": \"ịla n'iyi\",\n    \"perishables\": \"na-emebi emebi\",\n    \"perishably\": \"na-emebi emebi\",\n    \"perished\": \"lara n'iyi\",\n    \"perisher\": \"na-ala n'iyi\",\n    \"perishers\": \"ndị na-emebi emebi\",\n    \"perishes\": \"laa n'iyi\",\n    \"perishing\": \"na-ala n'iyi\",\n    \"perishingly\": \"na-ebibi\",\n    \"perishless\": \"agaghị ebibi\",\n    \"perishment\": \"mbibi\",\n    \"perisinuous\": \"na-ala n'iyi\",\n    \"perisomatic\": \"Nke akuko\",\n    \"perisome\": \"na-emebi ihe\",\n    \"perisomial\": \"Nke dị otu\",\n    \"perisplenic\": \"na-enwe nsogbu\",\n    \"perispomenon\": \"ihe omuma\",\n    \"perissodactyle\": \"Okpokoro\",\n    \"perissodactylic\": \"perissodactylic nwere\",\n    \"peristethium\": \"Ebe obibi\",\n    \"peristylum\": \"ebe mgbaba\",\n    \"perithyreoiditis\": \"ọrịa perithyreoiditis\",\n    \"perityphlitic\": \"ndukwe\",\n    \"perityphlitis\": \"ọrịa perityphlitis\",\n    \"peritonealized\": \"peritoneized\",\n    \"peritoneopathy\": \"ọrịa peritoneopathy\",\n    \"perivesical\": \"kwere ekwe\",\n    \"periwigged\": \"mebiri emebi\",\n    \"periwigpated\": \"mebiri emebi\",\n    \"periwinkled\": \"periwinkles\",\n    \"periwinkler\": \"periwinkle\",\n    \"perjure\": \"igba akaebe\",\n    \"perjured\": \"ibupuru ya\",\n    \"perjuredly\": \"kwekwara\",\n    \"perjuredness\": \"ịgha ụgha\",\n    \"perjurement\": \"mmebi iwu\",\n    \"perjurer\": \"Ikwusi\",\n    \"perjurers\": \"ndị na-agba akaebe ụgha\",\n    \"perjures\": \"ihe ojoo\",\n    \"perjury\": \"iyi ụgha\",\n    \"perjuries\": \"perj ụgha\",\n    \"perjuring\": \"na-agba akaebe\",\n    \"perjurious\": \"na-emebi iwu\",\n    \"perjuriousness\": \"na-agha ụgha\",\n    \"perjurous\": \"perju\",\n    \"perkiness\": \"ikekwe\",\n    \"perking\": \"perkins\",\n    \"perkingly\": \"na-atụ egwu\",\n    \"perkinism\": \"perkins\",\n    \"perkish\": \"perkins\",\n    \"perks\": \"elele\",\n    \"perlaceous\": \"nwere ike\",\n    \"perlative\": \"ikwu okwu\",\n    \"perlection\": \"nhichapụ\",\n    \"perlid\": \"gbaba\",\n    \"perling\": \"na-atụ ụjọ\",\n    \"perlingual\": \"na-agbagwoju anya\",\n    \"perlingually\": \"perlingally\",\n    \"perlites\": \"na-agbaghara\",\n    \"perlocution\": \"mmebi iwu\",\n    \"perlustrate\": \"gbagwojuo\",\n    \"perlustration\": \"mbibi\",\n    \"perlustrator\": \"onye mgbapu\",\n    \"permalloy\": \"zuru oke\",\n    \"permanence\": \"na-adịgide adịgide\",\n    \"permanency\": \"na-adịgide adịgide\",\n    \"permanencies\": \"na-adịgide adịgide\",\n    \"permanent\": \"na-adịgide adịgide\",\n    \"permanently\": \"na-adịgide adịgide\",\n    \"permanentness\": \"na-adịgide adịgide\",\n    \"permanents\": \"na-adịgide adịgide\",\n    \"permanganate\": \"na-adịgide adịgide\",\n    \"permanganic\": \"na-adịgide adịgide\",\n    \"permansion\": \"Mbido\",\n    \"permansive\": \"na-emebi emebi\",\n    \"permeably\": \"zuru oke\",\n    \"permeameter\": \"permeameta\",\n    \"permeance\": \"permeme\",\n    \"permeated\": \"juputara\",\n    \"permeating\": \"na-emetụta\",\n    \"permeation\": \"njuputa\",\n    \"permeative\": \"na -ewu a\",\n    \"permiss\": \"ikikere\",\n    \"permissable\": \"kwere\",\n    \"permissibility\": \"ikike\",\n    \"permissible\": \"kwere\",\n    \"permissibleness\": \"nnwere ike kwere\",\n    \"permissibly\": \"kwere\",\n    \"permissiblity\": \"kwere\",\n    \"permission\": \"ikike\",\n    \"permissioned\": \"kwere\",\n    \"permissions\": \"ikikere\",\n    \"permissive\": \"na-ahapụ\",\n    \"permissively\": \"kwere\",\n    \"permissiveness\": \"nkwere\",\n    \"permissory\": \"ikike\",\n    \"permistion\": \"ikike\",\n    \"permit\": \"ikike\",\n    \"permits\": \"ikike\",\n    \"permittable\": \"kwere\",\n    \"permittance\": \"ikike\",\n    \"permitted\": \"kwere\",\n    \"permittedly\": \"kwere\",\n    \"permittee\": \"onye ikike\",\n    \"permitter\": \"onye ikike\",\n    \"permitting\": \"kwere\",\n    \"permittivity\": \"ikike\",\n    \"permittivities\": \"ikike\",\n    \"permixed\": \"gbara gburugburu\",\n    \"permixtive\": \"Na-emebi emebi\",\n    \"permonosulphuric\": \"ihe permonosulphuric\",\n    \"permutating\": \"Na-egbu mmụọ\",\n    \"permutation\": \"Na-egbu mmụọ\",\n    \"permutationist\": \"Ntinye\",\n    \"permutationists\": \"Ntinye\",\n    \"permutations\": \"Ntinye\",\n    \"permutatorial\": \"permutator\",\n    \"permuted\": \"gbagwojuru anya\",\n    \"permutes\": \"Mburu\",\n    \"permuting\": \"na-atụgharị\",\n    \"pernancy\": \"nkwenye\",\n    \"pernasal\": \"ebibi\",\n    \"pernavigate\": \"gbasaa\",\n    \"pernel\": \"Ohere\",\n    \"pernephria\": \"Okechukwu\",\n    \"pernettia\": \"Okechukwu\",\n    \"pernicion\": \"ihe ojoo\",\n    \"pernicious\": \"na-emebi ihe\",\n    \"perniciously\": \"na-emebi emebi\",\n    \"perniciousness\": \"nzube ojoo\",\n    \"pernickety\": \"agụụ iche\",\n    \"pernicketiness\": \"agụụ zuru ezu\",\n    \"pernicketty\": \"peryicketị\",\n    \"pernickity\": \"agụụ iche\",\n    \"pernis\": \"peris\",\n    \"pernitrate\": \"gbuo\",\n    \"pernor\": \"ihe niile\",\n    \"peroneocalcaneal\": \"perone calcaneal\",\n    \"peroneotibial\": \"peroneo tibial\",\n    \"peronial\": \"peroneal\",\n    \"perorally\": \"iche\",\n    \"perorated\": \"Emeka\",\n    \"perorates\": \"Na Na Na Na\",\n    \"perorating\": \"pero pering\",\n    \"perorations\": \"peroring\",\n    \"perorative\": \"iche\",\n    \"perorator\": \"onye na-elekọta ha\",\n    \"peroratorical\": \"ekwuru okwu\",\n    \"peroratorically\": \"iche\",\n    \"peroses\": \"peros\",\n    \"perozonid\": \"Okechukwu\",\n    \"perpend\": \"dabere\",\n    \"perpended\": \"ọ gbagwojuru anya\",\n    \"perpendicle\": \"n'akụkụ ọnụ\",\n    \"perpendicular\": \"n'akụkụ ọnụ\",\n    \"perpendicularity\": \"Ndabere\",\n    \"perpendicularly\": \"n'usoro\",\n    \"perpendicularness\": \"Ndabere\",\n    \"perpending\": \"dabere\",\n    \"perpends\": \"na-agbaghara\",\n    \"perpense\": \"obi ojoo\",\n    \"perpension\": \"njuputa\",\n    \"perpensity\": \"ikike\",\n    \"perpent\": \"agwọ\",\n    \"perperfect\": \"zuru okè\",\n    \"perpession\": \"mmebi iwu\",\n    \"perpet\": \"eme\",\n    \"perpetrable\": \"ebighi ebi\",\n    \"perpetrate\": \"mee\",\n    \"perpetrated\": \"emekpa\",\n    \"perpetrates\": \"eme\",\n    \"perpetrating\": \"eme\",\n    \"perpetration\": \"ebighebi\",\n    \"perpetrations\": \"Mmegide\",\n    \"perpetrator\": \"onye omekome\",\n    \"perpetrators\": \"ndị na-eme mpụ\",\n    \"perpetratress\": \"emechuihu\",\n    \"perpetratrix\": \"ebighebi\",\n    \"perpetuable\": \"adịgide\",\n    \"perpetual\": \"ebighi ebi\",\n    \"perpetualism\": \"mgbe nile\",\n    \"perpetualist\": \"mgbe nile\",\n    \"perpetuality\": \"ebighi ebi\",\n    \"perpetually\": \"mgbe nile\",\n    \"perpetualness\": \"ebighebi\",\n    \"perpetuana\": \"eburu\",\n    \"perpetuance\": \"ebighebi\",\n    \"perpetuant\": \"ebighi-ebi\",\n    \"perpetuate\": \"idi\",\n    \"perpetuated\": \"ebighebi\",\n    \"perpetuates\": \"na-adịgide\",\n    \"perpetuating\": \"ebighebi\",\n    \"perpetuation\": \"ebighebi\",\n    \"perpetuators\": \"ndị na-adịgide adịgide\",\n    \"perpetuity\": \"ebighi-ebi\",\n    \"perpetuities\": \"ebighi-ebi\",\n    \"perpetuum\": \"ebibi\",\n    \"perplex\": \"mgbagwoju anya\",\n    \"perplexable\": \"ihe mgbagwoju anya\",\n    \"perplexed\": \"gbagwojuru anya\",\n    \"perplexedly\": \"gbagwoju anya\",\n    \"perplexedness\": \"mgbagwoju anya\",\n    \"perplexer\": \"ihe mgbagwoju anya\",\n    \"perplexes\": \"ihe mgbagwoju anya\",\n    \"perplexing\": \"agbagọ\",\n    \"perplexingly\": \"na-agbagha\",\n    \"perplexity\": \"mgbagwoju anya\",\n    \"perplexities\": \"mgbagwoju anya\",\n    \"perplexment\": \"ihe mgbagwoju anya\",\n    \"perplication\": \"nsogbu\",\n    \"perqueer\": \"onye na-emebi ihe\",\n    \"perqueir\": \"nwee mmiri\",\n    \"perquest\": \"mmiri\",\n    \"perquisite\": \"ihe zuru oke\",\n    \"perquisition\": \"mmeri\",\n    \"perquisitor\": \"okwa mmiri\",\n    \"perridiculous\": \"kwa nzuzu\",\n    \"perrie\": \"pierre\",\n    \"perrier\": \"ihe mgbochi\",\n    \"perries\": \"perry si\",\n    \"perrinist\": \"onye okwukwe\",\n    \"perron\": \"Perron\",\n    \"perrukery\": \"Perrukery\",\n    \"perruquiers\": \"ndị na-emebi emebi\",\n    \"persalt\": \"gbaa mbọ\",\n    \"persalts\": \"iwu\",\n    \"perscent\": \"pasent\",\n    \"perscribe\": \"nye iwu\",\n    \"perscrutate\": \"Ikwesiri\",\n    \"perscrutation\": \"nkwanye ugwu\",\n    \"perscrutator\": \"nkwanye ugwu\",\n    \"perse\": \"jisie ike\",\n    \"persea\": \"Persea\",\n    \"persecute\": \"na-akpagbu\",\n    \"persecuted\": \"kpagbuo\",\n    \"persecutee\": \"na-esogbu\",\n    \"persecutes\": \"na-akpagbu\",\n    \"persecuting\": \"na-akpagbu\",\n    \"persecutingly\": \"na-akpagbu\",\n    \"persecution\": \"mkpagbu\",\n    \"persecutional\": \"mkpagbu\",\n    \"persecutions\": \"mkpagbu\",\n    \"persecutive\": \"mkpagbu\",\n    \"persecutiveness\": \"mkpagbu\",\n    \"persecutor\": \"onye mkpagbu\",\n    \"persecutory\": \"mkpagbu\",\n    \"persecutors\": \"ndị na-akpagbu\",\n    \"persecutress\": \"onye mmegide\",\n    \"persecutrix\": \"na-akpagbu\",\n    \"perseid\": \"nọgidesie ike\",\n    \"perseite\": \"jisie ike\",\n    \"perseity\": \"nnọgidesi ike\",\n    \"perseitol\": \"Ndidi\",\n    \"persentiscency\": \"nnọgidesi ike\",\n    \"persephone\": \"fepụ ekwentị\",\n    \"persepolitan\": \"onye na-akwado iwu\",\n    \"perses\": \"na-agbasi mbọ ike\",\n    \"perseus\": \"ike\",\n    \"perseverance\": \"nnọgidesi ike\",\n    \"perseverant\": \"na-anọgidesi ike\",\n    \"perseverate\": \"jisie ike\",\n    \"perseveration\": \"nnọgidesi ike\",\n    \"perseverative\": \"na-anọgidesi ike\",\n    \"persevere\": \"jisie ike\",\n    \"persevered\": \"nọgidesie ike\",\n    \"perseveres\": \"na-adịgide adịgide\",\n    \"persevering\": \"nọgidesie ike\",\n    \"perseveringly\": \"nọgidesie ike\",\n    \"persian\": \"Persian\",\n    \"persianist\": \"onye nzuzu\",\n    \"persianization\": \"ihe ndozi\",\n    \"persianize\": \"ịgbanwee\",\n    \"persians\": \"na-adịgide\",\n    \"persic\": \"ike\",\n    \"persicary\": \"iwu\",\n    \"persicize\": \"maa iwu\",\n    \"persicot\": \"ntụpọ\",\n    \"persienne\": \"Persienne\",\n    \"persiennes\": \"Ebele\",\n    \"persiflate\": \"ikwesiwe ike\",\n    \"persilicic\": \"ike\",\n    \"persillade\": \"mmiri\",\n    \"persymmetric\": \"ụkpụrụ iwu\",\n    \"persymmetrical\": \"agbatị\",\n    \"persis\": \"Peris\",\n    \"persism\": \"nnọgide\",\n    \"persist\": \"nọgidesie ike\",\n    \"persistance\": \"nkwado\",\n    \"persisted\": \"nọgidesiri ike\",\n    \"persistence\": \"nnọgidesi ike\",\n    \"persistency\": \"nnọgidesi ike\",\n    \"persistent\": \"na-anọgidesi ike\",\n    \"persistently\": \"n'ịnọgide\",\n    \"persister\": \"ịnọgidesi ike\",\n    \"persisters\": \"na-adịgide\",\n    \"persisting\": \"na-anọgidesi ike\",\n    \"persistingly\": \"n'ịnọgide\",\n    \"persistive\": \"sie ọnwụ\",\n    \"persistively\": \"na-ekwusi ike\",\n    \"persistiveness\": \"iguzosi ike\",\n    \"persists\": \"na-adịgide\",\n    \"persnickety\": \"ichi anya\",\n    \"persnicketiness\": \"isi ike\",\n    \"persolve\": \"dozie\",\n    \"person\": \"mmadu\",\n    \"persona\": \"onye\",\n    \"personableness\": \"abledị àgwà\",\n    \"personably\": \"n'ụzọ pụrụ iche\",\n    \"personage\": \"njide onwe onye\",\n    \"personages\": \"ndị mmadụ\",\n    \"personal\": \"nke onwe\",\n    \"personalia\": \"onye,\",\n    \"personalisation\": \"nhazi nke onwe\",\n    \"personalism\": \"njide onwe onye\",\n    \"personalist\": \"onye ọrụ onwe\",\n    \"personalistic\": \"nke onwe\",\n    \"personality\": \"àgwà\",\n    \"personalities\": \"ndị mmadụ\",\n    \"personalization\": \"nhazi nke onwe\",\n    \"personalize\": \"hazie\",\n    \"personalized\": \"ahaziri iche\",\n    \"personalizes\": \"ahaziri iche\",\n    \"personalizing\": \"ịhazi ihe\",\n    \"personally\": \"n’onwe ya\",\n    \"personalness\": \"nke onwe\",\n    \"personals\": \"ndị mmadụ\",\n    \"personalty\": \"àgwà\",\n    \"personalties\": \"ndị mmadụ\",\n    \"personam\": \"onye\",\n    \"personarum\": \"mmadụ\",\n    \"personas\": \"mmadụ\",\n    \"personate\": \"gosi\",\n    \"personated\": \"ahaziri\",\n    \"personately\": \"àgwà\",\n    \"personating\": \"ịma\",\n    \"personation\": \"njirimara\",\n    \"personative\": \"onye\",\n    \"personator\": \"onye ọrụ\",\n    \"personed\": \"mmadu\",\n    \"personeity\": \"àgwà\",\n    \"personhood\": \"mmadụ\",\n    \"personify\": \"gosipụta\",\n    \"personifiable\": \"mee ka ọ pụta ìhè\",\n    \"personifiant\": \"mee ka ọ pụta ìhè\",\n    \"personification\": \"njirimara\",\n    \"personifications\": \"njirimara\",\n    \"personificative\": \"njirimara\",\n    \"personificator\": \"onye\",\n    \"personified\": \"mee ka ọ pụta ìhè\",\n    \"personifier\": \"ifierdị mmadụ\",\n    \"personifies\": \"na-egosipụta\",\n    \"personifying\": \"mmadụ\",\n    \"personization\": \"nhazi nke onwe\",\n    \"personize\": \"ahaziri iche\",\n    \"personnel\": \"ndị ọrụ\",\n    \"persons\": \"mmadu\",\n    \"personship\": \"mmadụ\",\n    \"persorption\": \"ndozi\",\n    \"perspection\": \"echiche\",\n    \"perspectival\": \"echiche\",\n    \"perspective\": \"echiche\",\n    \"perspectived\": \"echiche\",\n    \"perspectiveless\": \"enweghị atụ\",\n    \"perspectively\": \"n'echiche\",\n    \"perspectives\": \"echiche\",\n    \"perspectivism\": \"echiche\",\n    \"perspectivist\": \"onye na-ele ihe anya\",\n    \"perspectivity\": \"echiche\",\n    \"perspectograph\": \"ihe ngosi\",\n    \"perspectometer\": \"elektrik\",\n    \"perspicable\": \"Nke doro anya\",\n    \"perspicacious\": \"na-akọwapụta\",\n    \"perspicaciously\": \"anya mmiri\",\n    \"perspicaciousness\": \"izu ike\",\n    \"perspicacity\": \"nzuzu\",\n    \"perspicil\": \"uhie uhie\",\n    \"perspicuity\": \"nsị\",\n    \"perspicuous\": \"doo anya\",\n    \"perspicuously\": \"anya\",\n    \"perspicuousness\": \"nsụda\",\n    \"perspirability\": \"ọsụsọ\",\n    \"perspirable\": \"na-agba agba\",\n    \"perspirant\": \"ọsụsọ\",\n    \"perspirate\": \"agba agba\",\n    \"perspiration\": \"ọsụsọ\",\n    \"perspirative\": \"perspirap\",\n    \"perspiratory\": \"igba ume\",\n    \"perspire\": \"gbaa ọsụsọ\",\n    \"perspired\": \"ọsụsọ\",\n    \"perspires\": \"ọsụsọ\",\n    \"perspiry\": \"ọsụsọ\",\n    \"perspiring\": \"ọsụsọ\",\n    \"perspiringly\": \"ọsụsọ\",\n    \"perstringe\": \"nkwụsị\",\n    \"perstringement\": \"nkwụsị\",\n    \"persuadability\": \"kwere\",\n    \"persuadable\": \"kwere ekwe\",\n    \"persuadableness\": \"ikwere\",\n    \"persuadably\": \"n'ụzọ kwere ekwe\",\n    \"persuade\": \"kwenye\",\n    \"persuaded\": \"kwenye\",\n    \"persuadedly\": \"kwenye\",\n    \"persuadedness\": \"kwenye\",\n    \"persuader\": \"kwagide\",\n    \"persuaders\": \"na-emegide ndị mmadụ\",\n    \"persuades\": \"gbanwee obi\",\n    \"persuading\": \"kwenye\",\n    \"persuadingly\": \"kwenye\",\n    \"persuasibility\": \"ikwenye\",\n    \"persuasible\": \"ikweta\",\n    \"persuasibleness\": \"ikwere\",\n    \"persuasibly\": \"n'ụzọ kwere ekwe\",\n    \"persuasion\": \"kwagide\",\n    \"persuasions\": \"kwenye\",\n    \"persuasive\": \"kwenye\",\n    \"persuasively\": \"kwenye\",\n    \"persuasiveness\": \"ikwere\",\n    \"persuasory\": \"kwenye\",\n    \"persulfate\": \"mezuo\",\n    \"persulphide\": \"Iwuchukwu\",\n    \"persulphocyanate\": \"Onyekachukwu\",\n    \"persulphuric\": \"Iwuchukwu\",\n    \"pertain\": \"metụtara\",\n    \"pertained\": \"metụtara\",\n    \"pertaining\": \"metụtara\",\n    \"pertainment\": \"inweta\",\n    \"pertains\": \"metụtara\",\n    \"perten\": \"lara n'iyi\",\n    \"pertenencia\": \"Ebe obibi\",\n    \"perter\": \"lara n'iyi\",\n    \"perthiocyanate\": \"Nke ọ bụla\",\n    \"perthiocyanic\": \"kwa thiocyanic\",\n    \"perthitic\": \"nke perthitic\",\n    \"perthosite\": \"edere\",\n    \"perty\": \"perti\",\n    \"pertinaceous\": \"mkpa\",\n    \"pertinacious\": \"mkpa\",\n    \"pertinaciousness\": \"mkpa\",\n    \"pertinacity\": \"mkpa\",\n    \"pertinate\": \"mkpa\",\n    \"pertinence\": \"mkpa\",\n    \"pertinency\": \"mkpa\",\n    \"pertinencies\": \"mkpa\",\n    \"pertinent\": \"mkpa\",\n    \"pertinentia\": \"mkpa\",\n    \"pertinently\": \"mkpa\",\n    \"pertinentness\": \"mkpa\",\n    \"pertish\": \"ihe lara n'iyi\",\n    \"pertness\": \"obi nkoropụ\",\n    \"pertnesses\": \"pert\",\n    \"perturb\": \"ihe ijuanya\",\n    \"perturbable\": \"gbagọrọ agbagọ\",\n    \"perturbance\": \"nsogbu\",\n    \"perturbant\": \"ihe ijuanya\",\n    \"perturbate\": \"Nsogbu\",\n    \"perturbation\": \"Nsogbu\",\n    \"perturbational\": \"ihe ijuanya\",\n    \"perturbations\": \"ihe mgbagwoju anya\",\n    \"perturbatious\": \"ihe ijuanya\",\n    \"perturbative\": \"na-agbagha\",\n    \"perturbator\": \"onye mgba\",\n    \"perturbatress\": \"ndubueze\",\n    \"perturbatrix\": \"Anyi Ogba\",\n    \"perturbed\": \"ihe na-echegbu onwe ya\",\n    \"perturbedly\": \"mgbe ọ bụla\",\n    \"perturbedness\": \"ihe ijuanya\",\n    \"perturbing\": \"na-agbagha\",\n    \"perturbingly\": \"na-agbagha\",\n    \"perturbment\": \"nsogbu\",\n    \"pertused\": \"gbagwojuo\",\n    \"pertusion\": \"pert\",\n    \"pertussal\": \"Ahụhụ\",\n    \"perugian\": \"Perugian\",\n    \"peruked\": \"peruk\",\n    \"perukeless\": \"enweghị ikike\",\n    \"peruker\": \"ọrụ\",\n    \"perulate\": \"ịghọta\",\n    \"perule\": \"kwaa\",\n    \"perusable\": \"perusus\",\n    \"perusal\": \"ikike\",\n    \"peruse\": \"inyocha\",\n    \"perused\": \"Kwuru na\",\n    \"peruser\": \"onye obula\",\n    \"perusers\": \"ndị na-emebi iwu\",\n    \"perusing\": \"na-atụle\",\n    \"peruvian\": \"Purevian\",\n    \"perv\": \"ọ bụla\",\n    \"pervade\": \"jupụtara ebe niile\",\n    \"pervaded\": \"jupụtara ebe niile\",\n    \"pervadence\": \"ndụ\",\n    \"pervader\": \"onye isi ala\",\n    \"pervaders\": \"pervad\",\n    \"pervades\": \"jupụtara ebe niile\",\n    \"pervading\": \"na-erikpu\",\n    \"pervadingly\": \"n'arụ\",\n    \"pervadingness\": \"iju ebe nile\",\n    \"pervagate\": \"gbasaa\",\n    \"pervagation\": \"iju mmiri\",\n    \"pervasion\": \"imebi iwu\",\n    \"pervasive\": \"ju ebe niile\",\n    \"pervasively\": \"zuru oke\",\n    \"pervasiveness\": \"ebelata\",\n    \"pervenche\": \"Ebelata\",\n    \"perverse\": \"gbagọrọ agbagọ\",\n    \"perversely\": \"gbagọrọ agbagọ\",\n    \"perverseness\": \"rụrụ arụ\",\n    \"perversion\": \"nduhie\",\n    \"perversions\": \"gbagọrọ agbagọ\",\n    \"perversite\": \"gbagọrọ agbagọ\",\n    \"perversity\": \"gbagọrọ agbagọ\",\n    \"perversities\": \"gbagọrọ agbagọ\",\n    \"perversive\": \"na-emebi iwu\",\n    \"pervert\": \"gbagọrọ agbagọ\",\n    \"perverted\": \"gbagọrọ agbagọ\",\n    \"pervertedly\": \"gbagọọ agbagọ\",\n    \"pervertedness\": \"gbagọrọ agbagọ\",\n    \"perverter\": \"ihe ntụgharị\",\n    \"pervertible\": \"emebi emebi\",\n    \"pervertibly\": \"gbagọrọ agbagọ\",\n    \"perverting\": \"agbagọ\",\n    \"pervertive\": \"gbagọrọ agbagọ\",\n    \"perverts\": \"rụrụ arụ\",\n    \"pervestigate\": \"gbasaa\",\n    \"perviability\": \"permeability\",\n    \"perviable\": \"permeable\",\n    \"pervial\": \"zuru ezu\",\n    \"pervicacious\": \"na-emebi iwu\",\n    \"pervicaciously\": \"na-emebi iwu\",\n    \"pervicaciousness\": \"Omejọ\",\n    \"pervious\": \"gbagọrọ agbagọ\",\n    \"perviously\": \"n'ekwu\",\n    \"perviousness\": \"echiche rụrụ arụ\",\n    \"pervulgate\": \"Ogba\",\n    \"perwick\": \"na-eme ebe nile\",\n    \"perwitsky\": \"Ikwerre\",\n    \"pesach\": \"achịcha\",\n    \"pesage\": \"peeji\",\n    \"pesante\": \"achịcha\",\n    \"peshwaship\": \"peshwashị\",\n    \"peskiness\": \"akpukpo aru\",\n    \"pessimal\": \"enweghi obi ojoo\",\n    \"pessimism\": \"enweghi nchekwube\",\n    \"pessimist\": \"enweghi nchekwube\",\n    \"pessimistic\": \"enweghi nchekwube\",\n    \"pessimistically\": \"n'amaghi ama\",\n    \"pessimists\": \"ndị nwere enweghị nchekwube\",\n    \"pessimize\": \"belata\",\n    \"pessimum\": \"enweghi obi uto\",\n    \"pessomancy\": \"ihe ojoo\",\n    \"pest\": \"pesti\",\n    \"pestalozzianism\": \"pestalozzian\",\n    \"pestered\": \"mere ka a ghara\",\n    \"pesterer\": \"onye na-eri ihe\",\n    \"pestering\": \"ihe na-egbu mmụọ\",\n    \"pesteringly\": \"Ogbogu\",\n    \"pesterous\": \"okpukpu\",\n    \"pesters\": \"pita\",\n    \"pestersome\": \"ihe ojoo\",\n    \"pestful\": \"pestest\",\n    \"pesthouse\": \"ulo ndita\",\n    \"pesticidal\": \"ọgwụ na-egbu ihe\",\n    \"pesticides\": \"ọgwụ anwụ\",\n    \"pestiferous\": \"na-efe efe\",\n    \"pestiferously\": \"ọrịa\",\n    \"pestiferousness\": \"ọrịa na-efe efe\",\n    \"pestify\": \"na-arịa ọrịa\",\n    \"pestifugous\": \"ajọ ọrịa\",\n    \"pestilence\": \"ọrịa na-efe efe\",\n    \"pestilences\": \"ọrịa na-efe efe\",\n    \"pestilenceweed\": \"ọrịa na-efe efe\",\n    \"pestilencewort\": \"ọrịa na-efe efe\",\n    \"pestilent\": \"na-efe efe\",\n    \"pestilential\": \"ajọ ọrịa\",\n    \"pestilentially\": \"ajọ ọrịa\",\n    \"pestilentialness\": \"ahụhụ pestilential\",\n    \"pestilently\": \"na-efe efe\",\n    \"pestled\": \"pestle\",\n    \"pestles\": \"ogwu\",\n    \"pestling\": \"igbo\",\n    \"pestological\": \"ihe omumu\",\n    \"pestologist\": \"dibia oyibo\",\n    \"pestproof\": \"ihe na-egbu egbu\",\n    \"pet\": \"Pita\",\n    \"petalled\": \"etinyere\",\n    \"petalling\": \"na-ada ada\",\n    \"petalocerous\": \"enweghị mmasị\",\n    \"petalous\": \"enweghị mmasị\",\n    \"petalwise\": \"emezighị emezi\",\n    \"petardeer\": \"onye na-ebu anụ ụlọ\",\n    \"petardier\": \"onye na-elekọta anya\",\n    \"petarding\": \"na-atụ ụjọ\",\n    \"petaurist\": \"onye petaurist\",\n    \"petemen\": \"Pita\",\n    \"peter\": \"Pita\",\n    \"petered\": \"gharịrị\",\n    \"petering\": \"ịeterụ mmanụ\",\n    \"peterloo\": \"Peteru\",\n    \"peterman\": \"Pita\",\n    \"petermen\": \"Pita na-anụ ọkụ\",\n    \"peters\": \"pita\",\n    \"petersburg\": \"Ogba / Egbema\",\n    \"petersen\": \"Nwachukwu\",\n    \"petersham\": \"chukwuebuka\",\n    \"petit\": \"obere\",\n    \"petiteness\": \"obere\",\n    \"petition\": \"aririo\",\n    \"petitionable\": \"ịrịọ arịrịọ\",\n    \"petitional\": \"petital\",\n    \"petitionary\": \"na-arịọ arịrịọ\",\n    \"petitionarily\": \"na-arịọ arịrịọ\",\n    \"petitioned\": \"rịọrọ\",\n    \"petitionee\": \"rịọ\",\n    \"petitioner\": \"onye aririo\",\n    \"petitioners\": \"ndị na-arịọ arịrịọ\",\n    \"petitioning\": \"na-arịọ\",\n    \"petitionist\": \"onye na-arịọ arịrịọ\",\n    \"petitionproof\": \"na-arịọ arịrịọ\",\n    \"petitions\": \"arịrịọ\",\n    \"petkins\": \"Akpụkpọ anụ ụlọ\",\n    \"petrarchist\": \"onyegbako\",\n    \"petrary\": \"n'egwu\",\n    \"petreity\": \"petreit\",\n    \"petrel\": \"gbọmgbọm\",\n    \"petrels\": \"gbọmgbọm\",\n    \"petrescence\": \"na-acha ọcha\",\n    \"petrescent\": \"ebe a\",\n    \"petrifaction\": \"rifmụaka\",\n    \"petrify\": \"gbaghara\",\n    \"petrifiable\": \"Petrifiable\",\n    \"petrificant\": \"Pita\",\n    \"petrificate\": \"rificmụ mmanụ aja\",\n    \"petrified\": \"ụjọ\",\n    \"petrifying\": \"na-achọ\",\n    \"petrissage\": \"ime ụlọ\",\n    \"petrobium\": \"fatịlaịza\",\n    \"petrobrusian\": \"Petrobrusian\",\n    \"petrochemical\": \"Petrochemical\",\n    \"petrochemicals\": \"kemịkalụ\",\n    \"petrographer\": \"onye na-ese ihe\",\n    \"petrographers\": \"ndị na-arụ ọrụ mmanụ ụlọ\",\n    \"petrography\": \"ihe osise\",\n    \"petrographic\": \"ihe osise\",\n    \"petroleous\": \"petrolous\",\n    \"petroleum\": \"mmanụ ala\",\n    \"petroleur\": \"petrolur\",\n    \"petroleuse\": \"petroluse\",\n    \"petrolizing\": \"na-akụ\",\n    \"petrolled\": \"petrol\",\n    \"petrolling\": \"na-eme petrol\",\n    \"petrologically\": \"n'etu\",\n    \"petrologist\": \"onye na-ahụ maka ihe banyere ụmụ anụmanụ\",\n    \"petrologists\": \"ndị na-amụ banyere petrologists\",\n    \"petrols\": \"petrol\",\n    \"petronellier\": \"onyeka onwenu\",\n    \"petrosphere\": \"ebe obibi\",\n    \"petrosquamous\": \"Nkechi\",\n    \"petroxolin\": \"petrololin\",\n    \"pets\": \"anu ulo\",\n    \"petted\": \"metụrụ\",\n    \"pettedly\": \"n'etu\",\n    \"pettedness\": \"tedjọ\",\n    \"petty\": \"obere\",\n    \"pettichaps\": \"ikekwe\",\n    \"petticoatery\": \"lọ petty\",\n    \"petticoating\": \"na-akpali akpali\",\n    \"petticoatless\": \"na-enweghị atụ\",\n    \"petticoats\": \"ihe mgbochi\",\n    \"pettier\": \"karama\",\n    \"pettiness\": \"obere ihe\",\n    \"petting\": \"na-agbasa\",\n    \"pettingly\": \"na-atụ ụjọ\",\n    \"pettishness\": \"na-elekọta\",\n    \"pettled\": \"petty\",\n    \"pettling\": \"pett na-atụrụ\",\n    \"petulance\": \"mmanụ ọkụ\",\n    \"petulancies\": \"ugwo\",\n    \"petuntse\": \"petunts\",\n    \"petuntses\": \"petunts\",\n    \"peucyl\": \"Nwachukwu\",\n    \"peutingerian\": \"Nwosu\",\n    \"pew\": \"piwu\",\n    \"pewees\": \"pewee\",\n    \"pewful\": \"pew\",\n    \"pewholder\": \"onye nwe ụlọ\",\n    \"pewing\": \"ị na-akụ\",\n    \"pewless\": \"enweghị pew\",\n    \"pewter\": \"peww\",\n    \"pewterer\": \"onye na-atụ egwu\",\n    \"pewters\": \"pew\",\n    \"pewterwort\": \"Okpukpo\",\n    \"pezizaceous\": \"Ebube\",\n    \"pfennig\": \"Nwachukwu\",\n    \"pfennigs\": \"nwachukwu\",\n    \"pflag\": \"Obiligbo\",\n    \"pfund\": \"onyinye\",\n    \"phacelite\": \"Nkechi\",\n    \"phacella\": \"osoje\",\n    \"phacellite\": \"igwe\",\n    \"phacellus\": \"Okwuchi\",\n    \"phacocele\": \"ososo\",\n    \"phacoidal\": \"okwute\",\n    \"phacolith\": \"nkwonkwo\",\n    \"phaelite\": \"Ikechukwu\",\n    \"phaenanthery\": \"ihe ndokwa\",\n    \"phaenantherous\": \"afọ\",\n    \"phaenology\": \"ihe omuma\",\n    \"phaenological\": \"ihe omuma\",\n    \"phaenomenal\": \"ihe ojoo\",\n    \"phaenomenism\": \"ihe omume\",\n    \"phaenomenon\": \"ihe omume\",\n    \"phaenozygous\": \"ugochukwu\",\n    \"phaeochrous\": \"ọwụwa\",\n    \"phaeodarian\": \"ọfụma\",\n    \"phagedenic\": \"Ọrịa\",\n    \"phagedenous\": \"mmachi\",\n    \"phagocytable\": \"ihe omume\",\n    \"phagocytal\": \"mmachi\",\n    \"phagocyter\": \"iheomacho\",\n    \"phagocytic\": \"ọwụwa\",\n    \"phagocytize\": \"Ogbodo\",\n    \"phagocytized\": \"Nkechi\",\n    \"phagocytizing\": \"ogwugwo\",\n    \"phagocytolytic\": \"Ogbodu Okonkwo\",\n    \"phagocytosed\": \"Onyegbula\",\n    \"phagocytosing\": \"ọwụwa\",\n    \"phagocytotic\": \"ihendic\",\n    \"phainopepla\": \"iheanacho\",\n    \"phalaecean\": \"ogbe\",\n    \"phalange\": \"ogbe\",\n    \"phalangeal\": \"ndokwa\",\n    \"phalangean\": \"ikpa\",\n    \"phalanger\": \"okwa\",\n    \"phalangerine\": \"ikpa\",\n    \"phalanges\": \"ihe ndozi\",\n    \"phalangette\": \"ikpa\",\n    \"phalangic\": \"ikwo\",\n    \"phalangigrade\": \"nhazi\",\n    \"phalangist\": \"ndi ocha\",\n    \"phalangistine\": \"ndokwa\",\n    \"phalangite\": \"ikpa\",\n    \"phalangitic\": \"ikpa\",\n    \"phalangology\": \"ihe omuma\",\n    \"phalanstery\": \"nkechi\",\n    \"phalansterial\": \"nkechi\",\n    \"phalansterian\": \"ndiegwu\",\n    \"phalansteric\": \"nkechi\",\n    \"phalansteries\": \"ihe ndozi\",\n    \"phalansterist\": \"onye nkwalite ugwu\",\n    \"phalanx\": \"ikpa\",\n    \"phalanxed\": \"nkebi\",\n    \"phalera\": \"oria ojoo\",\n    \"phalerate\": \"ichikota\",\n    \"phalerated\": \"Nkechi\",\n    \"phaleucian\": \"phauciucian\",\n    \"phallaceous\": \"keere\",\n    \"phallephoric\": \"nkwonkwo\",\n    \"phallical\": \"nke palical\",\n    \"phallicism\": \"nsogbu\",\n    \"phallicist\": \"nsogbu\",\n    \"phallics\": \"phallic\",\n    \"phallis\": \"phallus\",\n    \"phallist\": \"ndi ochichi\",\n    \"phallists\": \"Ndabere\",\n    \"phalloid\": \"palloid\",\n    \"phalloplasty\": \"akpoloplasty\",\n    \"phanariot\": \"Onyekwere\",\n    \"phanariote\": \"Onyekwere\",\n    \"phanatron\": \"Nwachukwu\",\n    \"phanerite\": \"Onyekwere\",\n    \"phanerocarpous\": \"panorocarpous\",\n    \"phanerocephalous\": \"Nwachukwu\",\n    \"phanerocryst\": \"Nwachukwu\",\n    \"phanerogamic\": \"ọgwụ\",\n    \"phanerogamous\": \"Ikekwe\",\n    \"phanerogenetic\": \"ihe eji eme ihe\",\n    \"phanerogenic\": \"ogwu\",\n    \"phaneromere\": \"panoromere\",\n    \"phaneromerous\": \"ihe ike\",\n    \"phaneroscope\": \"panoroscope\",\n    \"phanerozoic\": \"panorozoic\",\n    \"phanerozonate\": \"panorozonate\",\n    \"phanic\": \"fhanic\",\n    \"phanotron\": \"Onyekwere\",\n    \"phantasied\": \"kwalite\",\n    \"phantasying\": \"emechu ihu\",\n    \"phantasize\": \"kwalite\",\n    \"phantasmally\": \"nke a na-emechi anya\",\n    \"phantasmical\": \"phantasmika\",\n    \"phantast\": \"phantastic\",\n    \"phantastical\": \"phantastic\",\n    \"phantasts\": \"phantastic\",\n    \"phantomize\": \"kwalite\",\n    \"phantoplex\": \"ekwenti\",\n    \"phar\": \"Akwa\",\n    \"pharaoh\": \"Fero\",\n    \"pharaohs\": \"ndị Fero\",\n    \"pharbitis\": \"oria ojoo\",\n    \"phareodus\": \"ogechi\",\n    \"pharian\": \"Pharian\",\n    \"pharyngealized\": \"kewara\",\n    \"pharisaic\": \"ọrịa\",\n    \"pharisaically\": \"n'egbughị oge\",\n    \"pharisaicalness\": \"mbibi\",\n    \"pharisaist\": \"onye isi ogu\",\n    \"pharisees\": \"Nkechi\",\n    \"pharm\": \"ahịa ọgwụ\",\n    \"pharmacal\": \"ahịa ọgwụ\",\n    \"pharmaceutic\": \"ọgwụ\",\n    \"pharmaceutical\": \"ogwu ogwu\",\n    \"pharmaceutically\": \"ere ọgwụ\",\n    \"pharmaceuticals\": \"ọgwụ\",\n    \"pharmaceutics\": \"ụlọ ọgwụ\",\n    \"pharmaceutist\": \"dibia ogwu\",\n    \"pharmacy\": \"ahịa ọgwụ\",\n    \"pharmacic\": \"ahịa ọgwụ\",\n    \"pharmacies\": \"ahịa ọgwụ\",\n    \"pharmacist\": \"ọkà mmụta ọgwụ\",\n    \"pharmacists\": \"ndị na-ere ọgwụ\",\n    \"pharmacite\": \"ahịa ọgwụ\",\n    \"pharmacochemistry\": \"ọgwụ ọgwụ\",\n    \"pharmacodiagnosis\": \"ọgwụ pharmacodiagnosis\",\n    \"pharmacodynamic\": \"ọgwụ pharmacodynamic\",\n    \"pharmacodynamical\": \"ọgwụ pharmacodynamical\",\n    \"pharmacodynamically\": \"ọgwụ ọgwụ\",\n    \"pharmacodynamics\": \"ọgwụ pharmacodynamics\",\n    \"pharmacogenetic\": \"ọgwụ ọgwụ\",\n    \"pharmacogenetics\": \"ọgwụ ọgwụ\",\n    \"pharmacognosy\": \"ọgwụ pharmacognosy\",\n    \"pharmacognosist\": \"ọkà mmụta ọgwụ\",\n    \"pharmacognostic\": \"ọgwụ ọgwụ\",\n    \"pharmacognostical\": \"ọgwụ ọgwụ\",\n    \"pharmacognostics\": \"ọgwụ ọgwụ\",\n    \"pharmacography\": \"ọgwụ ọgwụ\",\n    \"pharmacokinetic\": \"ọgwụ ọgwụ\",\n    \"pharmacokinetics\": \"ọgwụ ọgwụ\",\n    \"pharmacol\": \"ahịa ọgwụ\",\n    \"pharmacolite\": \"ahịa ọgwụ\",\n    \"pharmacology\": \"nkà mmụta ọgwụ\",\n    \"pharmacologia\": \"ahịa ọgwụ\",\n    \"pharmacologic\": \"ọgwụ ọgwụ\",\n    \"pharmacological\": \"ọgwụ\",\n    \"pharmacologically\": \"iji ọgwụ\",\n    \"pharmacologies\": \"ụlọ ọgwụ\",\n    \"pharmacologist\": \"ọkà mmụta ọgwụ ọgwụ\",\n    \"pharmacologists\": \"ndị ọkà mmụta ọgwụ\",\n    \"pharmacomania\": \"ahịa ọgwụ\",\n    \"pharmacometer\": \"ụlọ ọgwụ\",\n    \"pharmacon\": \"ahịa ọgwụ\",\n    \"pharmacopedia\": \"ọgwụ ọgwụ\",\n    \"pharmacopedics\": \"ọgwụ ọgwụ\",\n    \"pharmacopeia\": \"ụlọ ọgwụ\",\n    \"pharmacopeial\": \"ụlọ ọgwụ\",\n    \"pharmacopeian\": \"ndị na-ere ọgwụ\",\n    \"pharmacopeias\": \"ụlọ ọgwụ\",\n    \"pharmacopoeial\": \"ụlọ ọgwụ\",\n    \"pharmacopoeian\": \"ndị na-ere ọgwụ\",\n    \"pharmacopoeic\": \"ụlọ ọgwụ\",\n    \"pharmacopoeist\": \"ọkà mmụta ọgwụ\",\n    \"pharmacopolist\": \"ọkà mmụta ọgwụ\",\n    \"pharmacoposia\": \"ahịa ọgwụ\",\n    \"pharmacopsychology\": \"ọgwụ pharmacopsychology\",\n    \"pharmacosiderite\": \"ahịa ọgwụ\",\n    \"pharmacotherapy\": \"ọgwụ ọgwụ\",\n    \"pharmakoi\": \"ụlọ ọgwụ\",\n    \"pharmakos\": \"ahịa ọgwụ\",\n    \"pharmic\": \"ụlọ ọgwụ\",\n    \"pharmuthi\": \"ahịa ọgwụ\",\n    \"pharology\": \"usoro\",\n    \"pharos\": \"ikwo\",\n    \"pharsalian\": \"Nkechi\",\n    \"phascaceous\": \"nkechi\",\n    \"phascolomys\": \"Ijeoma\",\n    \"phase\": \"adọ\",\n    \"phaseal\": \"adọ\",\n    \"phased\": \"adọ\",\n    \"phaseless\": \"adọghị\",\n    \"phaselin\": \"mmachi\",\n    \"phaseolous\": \"adọgbu\",\n    \"phaser\": \"ihe\",\n    \"phases\": \"n'ụzọ\",\n    \"phasianella\": \"ikwe\",\n    \"phasianic\": \"nkechi\",\n    \"phasianid\": \"ikwe\",\n    \"phasianine\": \"ọwụwa\",\n    \"phasing\": \"na-aga n'ihu\",\n    \"phasitron\": \"osochi\",\n    \"phasogeneous\": \"nkechi\",\n    \"phatic\": \"nke ike\",\n    \"phatically\": \"nke ọma\",\n    \"phearse\": \"sụgharịa\",\n    \"pheasant\": \"fiizant\",\n    \"pheasantry\": \"ihe ndozi\",\n    \"pheasants\": \"ndị nlekọta\",\n    \"pheidole\": \"pidoido\",\n    \"phellodendron\": \"inyi.achukwu\",\n    \"phellogen\": \"ikechukwu\",\n    \"phellogenetic\": \"ihe ọmụmụ\",\n    \"phellogenic\": \"gbasara ike\",\n    \"phellonic\": \"nke nwere ike\",\n    \"phelloplastic\": \"ihe ọmụmụ\",\n    \"phemic\": \"ukwe\",\n    \"phenacyl\": \"Nkechi\",\n    \"phenacodus\": \"ihe omume\",\n    \"phenakism\": \"ihe omimi\",\n    \"phenanthrene\": \"ogechi\",\n    \"phenanthridone\": \"anbọchị\",\n    \"phenanthroline\": \"Iheanacho\",\n    \"phenetic\": \"pụrụ iche\",\n    \"pheneticist\": \"ihe ọmụmụ\",\n    \"phengitical\": \"asụsụ\",\n    \"phenic\": \"ọmarịcha\",\n    \"phenicate\": \"ọmarịcha\",\n    \"phenicious\": \"dị egwu\",\n    \"phenylglycolic\": \"mmmmmmmmmmmmm\",\n    \"phenylglyoxylic\": \"chukwunonso chukwunonso\",\n    \"phenylketonuric\": \"chukwuemeka odumegwu ojukwu\",\n    \"phenixes\": \"phoenixes\",\n    \"phenmiazine\": \"phenazine\",\n    \"phenobarbital\": \"Onwuchekwa\",\n    \"phenobarbitol\": \"Onwuchekwa\",\n    \"phenocryst\": \"Omenala\",\n    \"phenocrystic\": \"ihe omuma\",\n    \"phenogenetic\": \"ihe omimi\",\n    \"phenolated\": \"na-egbu egbu\",\n    \"phenolize\": \"Imeju\",\n    \"phenology\": \"ihe omuma\",\n    \"phenologic\": \"ihe omimi\",\n    \"phenological\": \"ihe omuma\",\n    \"phenologically\": \"na usoro\",\n    \"phenologist\": \"ihe omumu\",\n    \"phenols\": \"ihe omimi\",\n    \"phenomenal\": \"dị ịtụnanya\",\n    \"phenomenalism\": \"ihe ịtụnanya\",\n    \"phenomenalist\": \"onye anakpo\",\n    \"phenomenalistic\": \"ebibi\",\n    \"phenomenalistically\": \"n'ebube\",\n    \"phenomenalists\": \"ndị ọkachamara\",\n    \"phenomenality\": \"ọdịdị\",\n    \"phenomenalization\": \"ọdịdị\",\n    \"phenomenalize\": \"gbanwee\",\n    \"phenomenalized\": \"dị ebube\",\n    \"phenomenalizing\": \"na -enweta\",\n    \"phenomenally\": \"na mberede\",\n    \"phenomenalness\": \"ebibi\",\n    \"phenomenic\": \"phenik\",\n    \"phenomenical\": \"ihe omuma\",\n    \"phenomenism\": \"ọdịdị\",\n    \"phenomenist\": \"ihe omuma\",\n    \"phenomenistic\": \"ihe omuma\",\n    \"phenomenize\": \"gbanwee\",\n    \"phenomenized\": \"dị ebube\",\n    \"phenomenology\": \"ihe omuma\",\n    \"phenomenologic\": \"ihe omuma\",\n    \"phenomenological\": \"ihe omuma\",\n    \"phenomenologically\": \"kpam kpam\",\n    \"phenomenologies\": \"ihe omuma\",\n    \"phenomenologist\": \"onye na-enyocha ihe omimi\",\n    \"phenomenon\": \"onu\",\n    \"phenomenona\": \"onu\",\n    \"phenomenons\": \"ihe omume\",\n    \"phenospermic\": \"ihe ngosi\",\n    \"phenotypically\": \"n'echeghị echiche\",\n    \"phenozygous\": \"Onyeka Onwenu\",\n    \"phentolamine\": \"pentolamine\",\n    \"pheon\": \"mmụọ\",\n    \"pheophyll\": \"akwara\",\n    \"pherecratean\": \"onyebueke\",\n    \"pherephatta\": \"pherefatta\",\n    \"pheretrer\": \"onye nyocha\",\n    \"phi\": \"Nkpu\",\n    \"phial\": \"udo\",\n    \"phialful\": \"na-enyere ndị mmadụ aka\",\n    \"phialine\": \"ọfụma\",\n    \"phialing\": \"na-enyere ndị mmadụ aka\",\n    \"phialled\": \"ọ na-ewute m\",\n    \"phialling\": \"chebere\",\n    \"phialophore\": \"phialophora\",\n    \"phials\": \"Ndị mmadụ\",\n    \"phycic\": \"uche\",\n    \"phycite\": \"uche\",\n    \"phycodromidae\": \"philodromidae\",\n    \"phycography\": \"physiography\",\n    \"phycology\": \"ihe omumu\",\n    \"phycological\": \"ihe gbasara ahụike\",\n    \"phycologist\": \"ọkà n'akparamàgwà mmadụ\",\n    \"phycomyces\": \"ụbara\",\n    \"phidian\": \"Nkọwa\",\n    \"phigalian\": \"Figalian\",\n    \"phil\": \"Okechukwu\",\n    \"philabeg\": \"Onyeoma\",\n    \"philabegs\": \"Onyeka Onwenu\",\n    \"phylactery\": \"ihe omumu\",\n    \"phylacteried\": \"akwara\",\n    \"phylacterize\": \"ikekwe\",\n    \"philadelphy\": \"ihe ndozi\",\n    \"philadelphians\": \"Ndị na-eme ihe nkiri\",\n    \"philalethist\": \"Onye nwe obodo\",\n    \"philamot\": \"ihe enyemaka\",\n    \"philander\": \"Onye nwe obodo\",\n    \"philandered\": \"nyere aka\",\n    \"philanderer\": \"onye na-ahụ n'anya\",\n    \"philanderers\": \"ndị na-akụ azụ\",\n    \"philandering\": \"na-akwado\",\n    \"philanders\": \"ndị isi ala\",\n    \"philanthrope\": \"Onye Udo\",\n    \"philanthropy\": \"ọrụ ebere\",\n    \"philanthropian\": \"onye na-elekọta ihe\",\n    \"philanthropic\": \"nwee obi ebere\",\n    \"philanthropical\": \"na-enyere ndị mmadụ aka\",\n    \"philanthropically\": \"n'enyemaka\",\n    \"philanthropies\": \"afọ ojuju\",\n    \"philanthropine\": \"onyinye\",\n    \"philanthropinism\": \"ọdịmma mmadụ\",\n    \"philanthropinist\": \"onye na-enyere ndị mmadụ aka\",\n    \"philanthropinum\": \"onyinye\",\n    \"philanthropise\": \"afọ ojuju\",\n    \"philanthropised\": \"nyere aka\",\n    \"philanthropising\": \"na-enyere ndị mmadụ aka\",\n    \"philanthropism\": \"ọrụ ebere\",\n    \"philanthropist\": \"onye na-enyere ndi mmadu aka\",\n    \"philanthropistic\": \"na-enyere ndị mmadụ aka\",\n    \"philanthropists\": \"ndị na-enyere ndị mmadụ aka\",\n    \"philanthropize\": \"na-enyere ndị mmadụ aka\",\n    \"philanthropized\": \"nyere aka\",\n    \"philanthropizing\": \"na-enyere ndị mmadụ aka\",\n    \"philarchaist\": \"onye na-enyere ndị mmadụ aka\",\n    \"phylarchical\": \"ihe omuma\",\n    \"philaristocracy\": \"onye kwuo uche ya\",\n    \"philately\": \"n'ezi obi\",\n    \"philatelic\": \"onyinye\",\n    \"philatelical\": \"ihe enyemaka\",\n    \"philatelically\": \"n'ikwu okwu ọma\",\n    \"philatelism\": \"ikwusa ozi ọma\",\n    \"philatelist\": \"onye na-eme ebere\",\n    \"philatelistic\": \"na-enyere ndị mmadụ aka\",\n    \"philatelists\": \"ndị na-enyere ndị mmadụ aka\",\n    \"philathletic\": \"Onyeka onwenu\",\n    \"philauty\": \"ọrụ ebere\",\n    \"philematology\": \"ihe omuma\",\n    \"philemon\": \"Faịlimọn\",\n    \"philesia\": \"Philippines\",\n    \"phylesises\": \"phylesise\",\n    \"philetaerus\": \"Failiasọs\",\n    \"phyletic\": \"ihe ike\",\n    \"phyletically\": \"n'egwuregwu\",\n    \"philharmonic\": \"nwachukwu\",\n    \"philharmonics\": \"akwalite\",\n    \"philhellene\": \"Nwachukwu\",\n    \"philhellenic\": \"ikechukwu\",\n    \"philhellenism\": \"oghom\",\n    \"philhellenist\": \"onyegbako\",\n    \"philhymnic\": \"nwachukwu\",\n    \"philhippic\": \"ekwurekwu\",\n    \"philia\": \"nde\",\n    \"philiater\": \"onye na-elekọta ihe\",\n    \"philic\": \"Filip\",\n    \"philydraceous\": \"Onyebueze\",\n    \"philippa\": \"Philippines\",\n    \"philippan\": \"Philippines\",\n    \"philippian\": \"Filipina\",\n    \"philippians\": \"ndị Filipaị\",\n    \"philippic\": \"Filipi\",\n    \"philippicize\": \"nyere aka\",\n    \"philippics\": \"ndị isi\",\n    \"philippina\": \"Filipina\",\n    \"philippine\": \"Philippines\",\n    \"philippines\": \"Philippines\",\n    \"philippism\": \"udo\",\n    \"philippist\": \"onye nkesa\",\n    \"philippistic\": \"na-enyere ndị mmadụ aka\",\n    \"philippizate\": \"nyemaka\",\n    \"philippize\": \"kpaliri\",\n    \"philippizer\": \"onye na-enye ihe nkwado\",\n    \"philippus\": \"Philippines\",\n    \"philister\": \"Obinna\",\n    \"philistia\": \"Filistia\",\n    \"philistian\": \"onye Filistia\",\n    \"philistine\": \"nwe obodo\",\n    \"philistinely\": \"n'egwu\",\n    \"philistines\": \"Ndị Filistia\",\n    \"philistinian\": \"Onye nwe obodo\",\n    \"philistinic\": \"nwekwuo\",\n    \"philistinish\": \"nwekoegu\",\n    \"philistinize\": \"kwue\",\n    \"phill\": \"ọ dị\",\n    \"phyllary\": \"nchịkọta\",\n    \"phyllaries\": \"nchịkọta\",\n    \"phylliform\": \"hydị phylliform\",\n    \"phillilew\": \"nweghari\",\n    \"philliloo\": \"nweghari\",\n    \"phillip\": \"ntu\",\n    \"phillipeener\": \"nweghakwa\",\n    \"phillippi\": \"ikechukwu\",\n    \"phillipsine\": \"ikechukwu\",\n    \"phillipsite\": \"ikechukwu\",\n    \"phillyrea\": \"ikechukwu\",\n    \"phillyrin\": \"nwachukwu\",\n    \"phyllodination\": \"nhazi\",\n    \"phyllogenetic\": \"usoro ọgwụ\",\n    \"phyllogenous\": \"phylogeny\",\n    \"phylloids\": \"phyllodes\",\n    \"phyllotactic\": \"ihe eji eme ihe\",\n    \"phyllotactical\": \"ihe eji eme ihe\",\n    \"phylloxerae\": \"phylloxera\",\n    \"phylloxeran\": \"phylloxera\",\n    \"phylloxeridae\": \"phylloxera\",\n    \"phillumenist\": \"onye isi\",\n    \"philobrutish\": \"na-elekọta\",\n    \"philocathartic\": \"nwezie\",\n    \"philocatholic\": \"onye na-enyere ndị mmadụ aka\",\n    \"philocomal\": \"philocom\",\n    \"philodendron\": \"Uchechukwu\",\n    \"philodendrons\": \"ndiegwu\",\n    \"philodespot\": \"Onyema\",\n    \"philodestructiveness\": \"Onyeka Onwenu\",\n    \"philodoxer\": \"Onyeka Onwenu\",\n    \"philodramatic\": \"Onye Ozi\",\n    \"philodramatist\": \"Onye na-elekọta ihe\",\n    \"philofelist\": \"Onyeegwu\",\n    \"philogarlic\": \"ịkọwa ihe\",\n    \"philogastric\": \"ọfụma\",\n    \"philogeant\": \"onye na-enye obi ebere\",\n    \"phylogenetic\": \"usoro ọgwụ\",\n    \"phylogenetically\": \"n'usoro ogwu\",\n    \"phylogenic\": \"ọgwụ\",\n    \"philogenitive\": \"na-eme ebere\",\n    \"philogenitiveness\": \"na-elekọta ihe\",\n    \"philogynaecic\": \"ihe omumu\",\n    \"philogyny\": \"nkesa\",\n    \"philogynist\": \"ọkà mmụta\",\n    \"philogynous\": \"ihe mmụta\",\n    \"philograph\": \"ihe osise\",\n    \"phylography\": \"ihe osise\",\n    \"philographic\": \"ihe omuma\",\n    \"philokleptic\": \"Onyeka Onwenu\",\n    \"philologaster\": \"ọkà ihe ọmụma\",\n    \"philologastry\": \"ihe omumu\",\n    \"philologer\": \"ọkà ihe ọmụma\",\n    \"philology\": \"ihe omumu\",\n    \"phylology\": \"ihe omumu\",\n    \"philologian\": \"ọkà mmụta sayensị\",\n    \"philologic\": \"ihe gbasara\",\n    \"philological\": \"ihe omumu\",\n    \"philologically\": \"n'ikwu okwu\",\n    \"philologist\": \"ọkà mmụta sayensị\",\n    \"philologistic\": \"na-enyere ndị mmadụ aka\",\n    \"philologists\": \"ndị ọkà mmụta sayensị\",\n    \"philologize\": \"nye echiche\",\n    \"philologue\": \"ihe omuma\",\n    \"philomathematic\": \"iheanacho\",\n    \"philomathematical\": \"nkà mmụta sayensị\",\n    \"philomathical\": \"ihe omuma\",\n    \"philomelanist\": \"onye na-elekọta ihe\",\n    \"philomels\": \"Ndị na-elekọta mmadụ\",\n    \"philomythic\": \"nwezie\",\n    \"philomusical\": \"ihe ọmụma\",\n    \"philonatural\": \"ihe enyemaka\",\n    \"philoneism\": \"Okpukpe\",\n    \"philonian\": \"Onye Filistia\",\n    \"philonic\": \"Onye Ozi\",\n    \"philonism\": \"Okpukpe\",\n    \"philonist\": \"onye na-elekọta ihe\",\n    \"philonoist\": \"ọkà ihe ọmụma\",\n    \"philopater\": \"onyeagbara\",\n    \"philopatrian\": \"Onye nwe obodo\",\n    \"philopornist\": \"Onye isi ihe\",\n    \"philoprogeneity\": \"ihe omumu\",\n    \"philoprogenitive\": \"ihe omumu\",\n    \"philoprogenitiveness\": \"ihe omuma\",\n    \"philopterid\": \"onyeegwu\",\n    \"philopublican\": \"nwe obodo\",\n    \"philoradical\": \"na-elekọta\",\n    \"philorchidaceous\": \"Onyekwere\",\n    \"philornithic\": \"onyinyechi\",\n    \"philorthodox\": \"Onyeka Onwenu\",\n    \"philosoph\": \"nkà ihe ọmụma\",\n    \"philosophaster\": \"ọkà ihe ọmụma\",\n    \"philosophastering\": \"nkà ihe ọmụma\",\n    \"philosophastry\": \"nkà ihe ọmụma\",\n    \"philosophe\": \"nkà ihe ọmụma\",\n    \"philosophedom\": \"nkà ihe ọmụma\",\n    \"philosopheme\": \"nkà ihe ọmụma\",\n    \"philosopher\": \"ọkà ihe ọmụma\",\n    \"philosopheress\": \"ọkà ihe ọmụma\",\n    \"philosophers\": \"ndị ọkà ihe ọmụma\",\n    \"philosophership\": \"nkà ihe ọmụma\",\n    \"philosophes\": \"nkà ihe ọmụma\",\n    \"philosophess\": \"onye amamihe\",\n    \"philosophy\": \"nkà ihe ọmụma\",\n    \"philosophic\": \"nkà ihe ọmụma\",\n    \"philosophical\": \"nkà ihe ọmụma\",\n    \"philosophically\": \"nkà ihe ọmụma\",\n    \"philosophicalness\": \"nkà ihe ọmụma\",\n    \"philosophicide\": \"ihe ọmụma\",\n    \"philosophicohistorical\": \"nkà ihe ọmụma\",\n    \"philosophicojuristic\": \"nkà ihe ọmụma\",\n    \"philosophicolegal\": \"nkà ihe ọmụma\",\n    \"philosophicopsychological\": \"nkà ihe ọmụma\",\n    \"philosophicoreligious\": \"nkà ihe ọmụma okpukpe\",\n    \"philosophicotheological\": \"nkà ihe ọmụma\",\n    \"philosophies\": \"nkà ihe ọmụma\",\n    \"philosophilous\": \"nkà ihe ọmụma\",\n    \"philosophisation\": \"nkà ihe ọmụma\",\n    \"philosophise\": \"nkà ihe ọmụma\",\n    \"philosophised\": \"onye amamihe\",\n    \"philosophiser\": \"onye amamihe\",\n    \"philosophising\": \"nkà ihe ọmụma\",\n    \"philosophism\": \"nkà ihe ọmụma\",\n    \"philosophist\": \"ọkà ihe ọmụma\",\n    \"philosophister\": \"ọkà ihe ọmụma\",\n    \"philosophistic\": \"ọkaibe\",\n    \"philosophistical\": \"nkà ihe ọmụma\",\n    \"philosophization\": \"nkà ihe ọmụma\",\n    \"philosophize\": \"nkà ihe ọmụma\",\n    \"philosophized\": \"nkà ihe ọmụma\",\n    \"philosophizer\": \"ọkà ihe ọmụma\",\n    \"philosophizers\": \"ndị ọkà ihe ọmụma\",\n    \"philosophizes\": \"nkà ihe ọmụma\",\n    \"philosophizing\": \"ihe ọmụma\",\n    \"philosophling\": \"amamihe\",\n    \"philosophobia\": \"nkà ihe ọmụma\",\n    \"philosophocracy\": \"nkà ihe ọmụma\",\n    \"philosophuncule\": \"nkà ihe ọmụma\",\n    \"philosophunculist\": \"onye amamihe\",\n    \"philotadpole\": \"agbụ\",\n    \"philotechnic\": \"nkà mmụta sayensị\",\n    \"philotechnical\": \"Onyeka Onwenu\",\n    \"philothaumaturgic\": \"Onyeka Onwenu\",\n    \"philotheism\": \"mmụọ mmụọ\",\n    \"philotheist\": \"onye na-elekọta ihe\",\n    \"philotheistic\": \"na-enyere ndị mmadụ aka\",\n    \"philotheosophical\": \"onyeka onwenu\",\n    \"philotherian\": \"Onyema\",\n    \"philotherianism\": \"ihe omuma\",\n    \"philoxygenous\": \"na-elekọta mmadụ\",\n    \"philter\": \"icha\",\n    \"philtered\": \"nyere aka\",\n    \"philterer\": \"onye na-eme ebere\",\n    \"philtering\": \"na-ese\",\n    \"philterproof\": \"ihe ndozi\",\n    \"philters\": \"chọrọ\",\n    \"philtra\": \"nweere\",\n    \"philtre\": \"nwechaa\",\n    \"philtred\": \"nweere\",\n    \"philtres\": \"ndiegwu\",\n    \"philtring\": \"na-elekọta\",\n    \"philtrum\": \"nkpọrọ\",\n    \"phymatoid\": \"phymatous\",\n    \"phymatosis\": \"phymatous\",\n    \"phimosed\": \"kpụrụ\",\n    \"phimoses\": \"phimosis\",\n    \"phippe\": \"philippe\",\n    \"phiroze\": \"gbaa mbọ\",\n    \"phis\": \"ahụ\",\n    \"phys\": \"ahụ\",\n    \"physagogue\": \"ụlọ ọgwụ\",\n    \"physalia\": \"ihe oriri\",\n    \"physalian\": \"physalis\",\n    \"physes\": \"anụ ahụ\",\n    \"physeter\": \"dọkịta\",\n    \"physeteridae\": \"ịkpa ahụ\",\n    \"physeterinae\": \"ịkpa ahụ\",\n    \"physeterine\": \"ọgwụ\",\n    \"physianthropy\": \"iangha\",\n    \"physiatric\": \"isi mgbaka\",\n    \"physiatrical\": \"ahụ ike\",\n    \"physiatrist\": \"dibia bekee\",\n    \"physical\": \"aru\",\n    \"physicalism\": \"physics\",\n    \"physicalist\": \"Physist\",\n    \"physicalistic\": \"ahụ ike\",\n    \"physicalistically\": \"n'ụzọ anụ ahụ\",\n    \"physicality\": \"anụ ahụ\",\n    \"physicalities\": \"anụ ahụ\",\n    \"physically\": \"n'anụ ahụ\",\n    \"physicalness\": \"anụ ahụ\",\n    \"physicals\": \"anụ ahụ\",\n    \"physician\": \"dibia\",\n    \"physicianary\": \"dibia\",\n    \"physiciancy\": \"dọkịta\",\n    \"physicianed\": \"dibia\",\n    \"physicianer\": \"dibia\",\n    \"physicianess\": \"dibia dibia\",\n    \"physicianing\": \"ịgwọ ọrịa\",\n    \"physicianless\": \"enweghị dibịa\",\n    \"physicianly\": \"dọkịta\",\n    \"physicians\": \"ndị dibịa\",\n    \"physicianship\": \"dibịa\",\n    \"physicism\": \"physics\",\n    \"physicist\": \"physics\",\n    \"physicists\": \"ndị physics\",\n    \"physicked\": \"nwara\",\n    \"physicking\": \"ịgha ahụ\",\n    \"physicks\": \"anụ ahụ\",\n    \"physicochemical\": \"ihe omumu ihe\",\n    \"physicochemically\": \"ihe omuma\",\n    \"physicochemist\": \"ọkà n'ihe banyere physics\",\n    \"physicochemistry\": \"ihe omumu ihe\",\n    \"physicologic\": \"ihe omumu\",\n    \"physicological\": \"ihe omumu ihe\",\n    \"physicomathematical\": \"physics mgbakọ na mwepụ\",\n    \"physicomathematics\": \"physics mgbakọ na mwepụ\",\n    \"physicomechanical\": \"physicomechanical ọrụ\",\n    \"physicomental\": \"ihe omumu\",\n    \"physicomorphic\": \"ihe physicomorphic\",\n    \"physicotheology\": \"nkà mmụta sayensị\",\n    \"physicotheologist\": \"ọkà mmụta sayensị\",\n    \"physicotherapeutic\": \"ịgwọ ọrịa\",\n    \"physicotherapeutics\": \"ọgwụgwọ physicotherapeutics\",\n    \"physicotherapy\": \"ọgwụgwọ physicotherapy\",\n    \"physiolater\": \"onye mmebi iwu\",\n    \"physiolatry\": \"nhazi ahụ\",\n    \"physiolatrous\": \"na-edozi ahụ\",\n    \"physiologist\": \"ọkà mmụta sayensị\",\n    \"physiologue\": \"physiology\",\n    \"physiophilosopher\": \"ọkà mmụta ihe omimi\",\n    \"physiophilosophical\": \"nkà mmụta sayensị\",\n    \"physiotherapeutical\": \"physiotherapyutical\",\n    \"physiotherapy\": \"ọgwụgwọ\",\n    \"physiotherapists\": \"ndị na-agwọ ọrịa ahụ\",\n    \"physique\": \"ahụ\",\n    \"physiqued\": \"gbanwee\",\n    \"physitism\": \"physics\",\n    \"physiurgic\": \"ahụ ike\",\n    \"physnomy\": \"mmega ahụ\",\n    \"physoclisti\": \"physocisti\",\n    \"physonectous\": \"ikekwe\",\n    \"phit\": \"pitii\",\n    \"phytate\": \"phytịtị\",\n    \"phytic\": \"ihe ojoo\",\n    \"phytiferous\": \"na-achịkwa\",\n    \"phytiform\": \"ihe omume\",\n    \"phytobiology\": \"ihe omumu\",\n    \"phytobiological\": \"ihe omumu\",\n    \"phytobiologist\": \"ọkà n’ihe banyere ahụ́ mmadụ\",\n    \"phytochemical\": \"ọgwụ\",\n    \"phytochemically\": \"n'usoro ihe omume\",\n    \"phytochemistry\": \"usoro ọgwụ\",\n    \"phytoecology\": \"ọgwụ\",\n    \"phytoecological\": \"ihe gbasara ahu ike\",\n    \"phytoecologist\": \"ọkà mmụta ihe banyere ahụ́ mmadụ\",\n    \"phytogenetically\": \"n'usoro ndu\",\n    \"phytography\": \"ihe osise\",\n    \"phytolatry\": \"usoro iwu\",\n    \"phytolithology\": \"ihe omumu\",\n    \"phytolithological\": \"usoro ihe omimi\",\n    \"phytolithologist\": \"ọkà mmụta ihe banyere ahụ́ mmadụ\",\n    \"phytology\": \"ihe omumu\",\n    \"phytological\": \"ihe omuma\",\n    \"phytologically\": \"n'usoro ọdịdị ahụ\",\n    \"phytologist\": \"ọkà mmụta ihe banyere ahụ́ mmadụ\",\n    \"phytometer\": \"phytometa\",\n    \"phytonomist\": \"onye na-agwọ ọrịa ọgwụ\",\n    \"phytons\": \"phyton\",\n    \"phytooecology\": \"ihe gbasara ahu ike\",\n    \"phytopaleontologist\": \"phytopaleontologistọ\",\n    \"phytopathology\": \"ihe omumu\",\n    \"phytopathological\": \"ihe omumu\",\n    \"phytopathologist\": \"ọkà mmụta ihe banyere ahụ́ mmadụ\",\n    \"phytophagy\": \"ọgwụ\",\n    \"phytophenology\": \"ihe omumu\",\n    \"phytophenological\": \"ihe omumu\",\n    \"phytophysiology\": \"ihe omumu\",\n    \"phytophysiological\": \"ihe omumu\",\n    \"phytoserology\": \"ihe omumu\",\n    \"phytosynthesis\": \"Ahụhụ\",\n    \"phytosociology\": \"ihe omumu\",\n    \"phytosociologic\": \"ọgwụ\",\n    \"phytosociological\": \"ihe omumu\",\n    \"phytosociologist\": \"ọkà mmụta ihe banyere ahụ́ mmadụ\",\n    \"phytotopography\": \"ihe osise\",\n    \"phizog\": \"Uzoamaka\",\n    \"phlebenteric\": \"ikechukwu\",\n    \"phlebenterism\": \"Afọ\",\n    \"phlebography\": \"ihe osise\",\n    \"phlebographic\": \"ihe osise\",\n    \"phleboidal\": \"Onyebisi\",\n    \"phlebolitic\": \"ihere\",\n    \"phlebological\": \"ihe omumu\",\n    \"phlebometritis\": \"ọrịa phlebometritis\",\n    \"phleborrhage\": \"okpokoro\",\n    \"phleborrhaphy\": \"okpokoro\",\n    \"phlebosclerotic\": \"okpokoro\",\n    \"phlebotomical\": \"ọrịre\",\n    \"phlebotomically\": \"ọsịsọ\",\n    \"phlebotomised\": \"Ekwughachiri\",\n    \"phlebotomising\": \"ọrịre ihe\",\n    \"phlebotomize\": \"ikechukwu\",\n    \"phlegethontal\": \"okpokoro\",\n    \"phlegethontic\": \"okpokoro\",\n    \"phlegm\": \"ogwu\",\n    \"phlegmagogue\": \"ikekwe\",\n    \"phlegmaticalness\": \"nsụgharị\",\n    \"phlegmaticly\": \"ikekwe\",\n    \"phlegmatist\": \"Onye na-asụ asụsụ\",\n    \"phlegmy\": \"nsị\",\n    \"phlegmon\": \"etuto\",\n    \"phlegms\": \"akpịrịkpa\",\n    \"phlyctenoid\": \"Uchechukwu\",\n    \"phlyctenula\": \"flyktọla\",\n    \"phlyzacious\": \"afụma\",\n    \"phloeoterma\": \"Onyebueze\",\n    \"phlogistian\": \"asụsụ\",\n    \"phlogistic\": \"ịkọwa\",\n    \"phlogistical\": \"onye ogwu\",\n    \"phlogisticate\": \"ịtọọgwụ\",\n    \"phlogistication\": \"ịtọọgwụ\",\n    \"phlogiston\": \"Onyere\",\n    \"phlogistonism\": \"phistononism\",\n    \"phlogistonist\": \"dibonye\",\n    \"phlogosed\": \"itughari\",\n    \"phlogotic\": \"ọsịsọ\",\n    \"phloretic\": \"Afọ\",\n    \"phloretin\": \"Uloukwu\",\n    \"phlorhizin\": \"mmmmmmmmmmmmm\",\n    \"phloridzin\": \"Ulochukwu\",\n    \"phloroglucic\": \"Afọ\",\n    \"phloroglucin\": \"ichoroglucin\",\n    \"phlorone\": \"ichoro\",\n    \"phlorrhizin\": \"Onyekwena\",\n    \"phloxin\": \"floxin\",\n    \"phoby\": \"phobia\",\n    \"phobiac\": \"phobic\",\n    \"phobies\": \"phobias\",\n    \"phobism\": \"ụjọ\",\n    \"phobist\": \"onye na-eme ihe nkiri\",\n    \"phocaceous\": \"ekwentị\",\n    \"phocal\": \"fokal\",\n    \"phocean\": \"igwe\",\n    \"phocenate\": \"mkpọtụ\",\n    \"phoebads\": \"mkpọchi\",\n    \"phoebes\": \"mkpọtụ\",\n    \"phoenicia\": \"phenicia\",\n    \"phoenician\": \"onye na-eme ihe nkiri\",\n    \"phoenicianism\": \"ime ihe nkiri\",\n    \"phoenicians\": \"ndị na-eme mkpọtụ\",\n    \"phoenicize\": \"kwuo okwu\",\n    \"phoenix\": \"Phoenix\",\n    \"phoenixlike\": \"phoenixike\",\n    \"pholcid\": \"ahoovu\",\n    \"pholcidae\": \"ngwugwu\",\n    \"pholcoid\": \"ekpoli\",\n    \"pholcus\": \"ekpoli\",\n    \"pholido\": \"kpakpando\",\n    \"pholidolite\": \"onyekwere\",\n    \"pholidosis\": \"ekpenta\",\n    \"pholidota\": \"kpakpando\",\n    \"pholidote\": \"ọsịna\",\n    \"pholiota\": \"ekpoli\",\n    \"phonal\": \"n'olu olu\",\n    \"phonasthenia\": \"fọnasthenia\",\n    \"phonate\": \"fọnat\",\n    \"phonated\": \"mkpọtụ\",\n    \"phonates\": \"mkpọtụ\",\n    \"phonating\": \"ịkpọ ụda olu\",\n    \"phonation\": \"mkpọtụ\",\n    \"phonatory\": \"mkpọda\",\n    \"phone\": \"ekwentị\",\n    \"phoned\": \"kpọrọ ekwentị\",\n    \"phoney\": \"ekwentị\",\n    \"phoneidoscope\": \"ekwentị ekwentị\",\n    \"phoneidoscopic\": \"ekwentị ekwentị\",\n    \"phoneier\": \"ekwentị\",\n    \"phoneiest\": \"ekwentị\",\n    \"phoneys\": \"ekwentị\",\n    \"phonelescope\": \"telefon\",\n    \"phonematic\": \"fọnịm olu\",\n    \"phonematics\": \"fọnịmisik\",\n    \"phoneme\": \"fọnịm\",\n    \"phonemes\": \"fọnịm\",\n    \"phonemic\": \"fọnịm\",\n    \"phonemically\": \"n'olu olu\",\n    \"phonemicist\": \"onye na-ekwu ihe n'asụsụ\",\n    \"phonemicize\": \"sụgharịa asụsụ\",\n    \"phonemicized\": \"ịkpọ asụsụ\",\n    \"phonemicizing\": \"ịkpọ asụsụ\",\n    \"phonemics\": \"fọnịm\",\n    \"phonendoscope\": \"fọnendoskop\",\n    \"phoner\": \"ihe nlere\",\n    \"phones\": \"ekwentị\",\n    \"phonesis\": \"ekwentị\",\n    \"phonestheme\": \"ụdaolu\",\n    \"phonesthemic\": \"ụda olu\",\n    \"phonet\": \"olu olu\",\n    \"phonetic\": \"n'olu olu\",\n    \"phonetical\": \"n'olu olu\",\n    \"phonetically\": \"n'olu olu\",\n    \"phonetician\": \"dibia amuma\",\n    \"phoneticians\": \"ndị na-amụ asụsụ\",\n    \"phoneticism\": \"ịkpọ ụda olu\",\n    \"phoneticist\": \"onye olu olu\",\n    \"phoneticization\": \"mkpọ ụda olu\",\n    \"phoneticize\": \"ịkpọ asụsụ\",\n    \"phoneticogrammatical\": \"fọneticogrammatical\",\n    \"phoneticohieroglyphic\": \"fhoneticohieroglyphic naịsị\",\n    \"phonetics\": \"olu olu\",\n    \"phonetism\": \"olu olu\",\n    \"phonetist\": \"onye olu olu\",\n    \"phonetization\": \"ịkpọ ụda olu\",\n    \"phonetize\": \"ịkpọ asụsụ\",\n    \"phonic\": \"n'olu olu\",\n    \"phonically\": \"n'olu olu\",\n    \"phonics\": \"olu olu\",\n    \"phonies\": \"mkpọtụ\",\n    \"phonikon\": \"fonikon\",\n    \"phonily\": \"n'olu olu\",\n    \"phoniness\": \"nkwonkwo olu\",\n    \"phoning\": \"ekwentị\",\n    \"phonism\": \"fọnhon\",\n    \"phonodeik\": \"fonodeik\",\n    \"phonogram\": \"gramagram\",\n    \"phonogramic\": \"phonogram\",\n    \"phonogramically\": \"n'igwe okwu\",\n    \"phonogrammatic\": \"ihe igwe okwu\",\n    \"phonogrammically\": \"n'ikwu okwu n'igwe okwu\",\n    \"phonograph\": \"gramafon\",\n    \"phonographer\": \"onye na-ese okwu okwu\",\n    \"phonography\": \"ihe igwe okwu\",\n    \"phonographic\": \"ihe igwe okwu\",\n    \"phonographical\": \"igwe okwu\",\n    \"phonographically\": \"igwe okwu\",\n    \"phonographist\": \"gramafon\",\n    \"phonographs\": \"gramafon\",\n    \"phonol\": \"fọnol\",\n    \"phonolite\": \"fọnolite\",\n    \"phonolitic\": \"fọnolitik\",\n    \"phonologer\": \"igwe okwu\",\n    \"phonology\": \"ihe igwe okwu\",\n    \"phonologic\": \"igwe okwu\",\n    \"phonological\": \"igwe okwu\",\n    \"phonologically\": \"n'ikwu okwu igwe\",\n    \"phonologist\": \"ọkà mmụta ihe banyere mmiri\",\n    \"phonologists\": \"ndị ọkà mmụta banyere ihe ọkụ ọkụ\",\n    \"phonomania\": \"fọnomania\",\n    \"phonometer\": \"fọnomita\",\n    \"phonometry\": \"fọnometri\",\n    \"phonometric\": \"fọnometric\",\n    \"phonomimic\": \"fọnamọnik\",\n    \"phonomotor\": \"fomomotor\",\n    \"phonon\": \"fọnon\",\n    \"phonons\": \"fọntọ\",\n    \"phonophone\": \"ekwentị\",\n    \"phonophorous\": \"igwe okwu\",\n    \"phonoplex\": \"ikechi\",\n    \"phonoreception\": \"mmesapụ aka\",\n    \"phonoreceptor\": \"onye na-anabata ihe\",\n    \"phonos\": \"fọnos\",\n    \"phonoscope\": \"fọnskopu\",\n    \"phonotactics\": \"ihe mmekpa ahụ\",\n    \"phonotelemeter\": \"fọnotelemeter\",\n    \"phons\": \"fọns\",\n    \"phoradendron\": \"mmmmmmmmmmmmm\",\n    \"phorate\": \"kpọọ\",\n    \"phorates\": \"ekwentị\",\n    \"phoresy\": \"ekwentị\",\n    \"phoresis\": \"ekwenti\",\n    \"phoria\": \"ọnya\",\n    \"phorology\": \"ụda olu\",\n    \"phorometer\": \"igwe okwu\",\n    \"phorometry\": \"igwe okwu\",\n    \"phorone\": \"ụda olu\",\n    \"phoronic\": \"ekwentị\",\n    \"phoronomically\": \"n'igwe okwu\",\n    \"phoroscope\": \"ihe onyonyo ikuku\",\n    \"phose\": \"ekwentị\",\n    \"phospham\": \"fosam\",\n    \"phosphamic\": \"fosamị\",\n    \"phosphamidic\": \"phosphatidic\",\n    \"phosphated\": \"phosphates\",\n    \"phosphatese\": \"phosphatase\",\n    \"phosphatizing\": \"hatgba ume\",\n    \"phosphinic\": \"ihe\",\n    \"phosphins\": \"foshin\",\n    \"phosphomolybdic\": \"ikechi\",\n    \"phosphonuclease\": \"site na\",\n    \"phosphor\": \"site\",\n    \"phosphorating\": \"ịgbado ọkụ\",\n    \"phosphoresced\": \"a gbanwere\",\n    \"phosphorescently\": \"site na phosphorescently\",\n    \"phosphorus\": \"site\",\n    \"phosphowolframic\": \"ihewabegwu\",\n    \"photerythrous\": \"ekwentị\",\n    \"photesthesis\": \"ihe omuma\",\n    \"photically\": \"ekwentị\",\n    \"photics\": \"foto\",\n    \"photo\": \"foto\",\n    \"photoactinic\": \"fotoactinic\",\n    \"photoactivation\": \"fotoactivation\",\n    \"photoactivity\": \"fotoactivity\",\n    \"photoaesthetic\": \"fotoaesthetic\",\n    \"photoalgraphy\": \"foto\",\n    \"photoanamorphosis\": \"fotoanamorphosis\",\n    \"photobacterium\": \"fotobacterium\",\n    \"photobathic\": \"foto nke foto\",\n    \"photobiography\": \"fotobiography\",\n    \"photobiology\": \"fotobiology\",\n    \"photobiologic\": \"fotobiologic\",\n    \"photobiologist\": \"ọkà n'ihe banyere ihe banyere mmadu\",\n    \"photobromide\": \"fotobromide\",\n    \"photocampsis\": \"kamera\",\n    \"photocatalysis\": \"fotocatalysis\",\n    \"photocatalytic\": \"fotocatalytic\",\n    \"photocatalyzer\": \"Photocatalyzer\",\n    \"photocell\": \"foto\",\n    \"photocells\": \"foto\",\n    \"photocellulose\": \"fotocellulose\",\n    \"photoceramic\": \"fotoceramic\",\n    \"photoceramics\": \"fotoceramics\",\n    \"photoceramist\": \"onye na-ese foto\",\n    \"photochemical\": \"fotochi\",\n    \"photochemically\": \"ese foto\",\n    \"photochemist\": \"onye na-ese foto\",\n    \"photochemistry\": \"ihe onyonyo\",\n    \"photochloride\": \"fotochloride\",\n    \"photochlorination\": \"fotochlorination\",\n    \"photochromascope\": \"fotochromascope\",\n    \"photochromatic\": \"fotochromatic\",\n    \"photochrome\": \"fotochrome\",\n    \"photochromy\": \"fotochromy\",\n    \"photochromic\": \"fotochromic\",\n    \"photochromism\": \"fotochromism\",\n    \"photochromography\": \"fotochromography\",\n    \"photochromolithograph\": \"fotochromolithograph\",\n    \"photochromoscope\": \"fotochromoscope\",\n    \"photochromotype\": \"fotochromotype\",\n    \"photochronographic\": \"fotochronographic\",\n    \"photocinesis\": \"Photocinesis\",\n    \"photocoagulation\": \"fotocoagulation\",\n    \"photocollograph\": \"fotocollograph\",\n    \"photocollography\": \"fotocollography\",\n    \"photocollographic\": \"fotocollographic\",\n    \"photocollotype\": \"fotocollotype\",\n    \"photocombustion\": \"foto mkpokọta\",\n    \"photocompose\": \"Photocompose\",\n    \"photocomposed\": \"fotocomposed\",\n    \"photocomposer\": \"ihe nlere\",\n    \"photocomposes\": \"fotocompos\",\n    \"photocomposing\": \"fotocomposing\",\n    \"photocomposition\": \"fotocomposition\",\n    \"photoconduction\": \"Photoconduction\",\n    \"photoconductive\": \"fotoconductive\",\n    \"photoconductivity\": \"foto foto\",\n    \"photoconductor\": \"ihe ndozi\",\n    \"photocopy\": \"nnomi\",\n    \"photocopied\": \"depụtaghachi\",\n    \"photocopier\": \"ihe nchoputa\",\n    \"photocopiers\": \"ihe nchoputa\",\n    \"photocopies\": \"nnomi\",\n    \"photocopying\": \"na-edegharị akwụkwọ\",\n    \"photocrayon\": \"fotocrayon\",\n    \"photodynamic\": \"fotodynamic\",\n    \"photoed\": \"foto\",\n    \"photoelastic\": \"fotoelastic\",\n    \"photoelectric\": \"fotoelectric\",\n    \"photoelectrical\": \"fotoelectrical\",\n    \"photoelectrically\": \"fotoelectrically\",\n    \"photoelectricity\": \"fotoelectricity\",\n    \"photoelectron\": \"fotoelectron\",\n    \"photoelectronics\": \"foto\",\n    \"photoelectrotype\": \"fotoelectrotype\",\n    \"photoemission\": \"foto\",\n    \"photoemissive\": \"Photoemissive\",\n    \"photoeng\": \"Photoeng\",\n    \"photoengraved\": \"ese foto\",\n    \"photoengraver\": \"na-ese foto\",\n    \"photoengravers\": \"ndị na-ese foto\",\n    \"photoengraving\": \"na-ese foto\",\n    \"photoengravings\": \"foto\",\n    \"photoepinasty\": \"fotoepinasty\",\n    \"photoesthesis\": \"fotoynthesis\",\n    \"photoesthetic\": \"photosynthetic\",\n    \"photoetch\": \"foto\",\n    \"photoetched\": \"ese foto\",\n    \"photoetcher\": \"foto\",\n    \"photoetching\": \"na-ese foto\",\n    \"photofilm\": \"fotofilm\",\n    \"photofinish\": \"fotofinish\",\n    \"photofinisher\": \"onye na-ese foto\",\n    \"photofinishing\": \"na-ese foto\",\n    \"photofission\": \"fotofission\",\n    \"photoflash\": \"Photoflash\",\n    \"photoflight\": \"fotoflight\",\n    \"photoflood\": \"Photoflood\",\n    \"photofloodlamp\": \"Photofloodlamp\",\n    \"photofluorogram\": \"fotofluorogram\",\n    \"photofluorograph\": \"fotofluorograph\",\n    \"photofluorography\": \"fotofluorography\",\n    \"photofluorographic\": \"fotofluorographic\",\n    \"photog\": \"foto\",\n    \"photogalvanograph\": \"fotogalvanograph\",\n    \"photogalvanography\": \"fotogalvanography\",\n    \"photogalvanographic\": \"fotogalvanographic\",\n    \"photogastroscope\": \"fotogastroscope\",\n    \"photogen\": \"foto\",\n    \"photogene\": \"fotogene\",\n    \"photogenically\": \"foto\",\n    \"photogyric\": \"fotogyric\",\n    \"photoglyph\": \"fotoglyph\",\n    \"photoglyphy\": \"fotoglyphy\",\n    \"photoglyphic\": \"fotoglyphic\",\n    \"photoglyptic\": \"fotoglyptic\",\n    \"photoglyptography\": \"fotoglyptography\",\n    \"photogram\": \"fotogram\",\n    \"photogrammeter\": \"ihe eserese foto\",\n    \"photogrammetry\": \"ese foto\",\n    \"photogrammetric\": \"fotommetric\",\n    \"photogrammetrical\": \"fotommetrical\",\n    \"photogrammetrist\": \"onye na-ese foto\",\n    \"photograph\": \"foto\",\n    \"photographable\": \"foto\",\n    \"photographed\": \"foto\",\n    \"photographee\": \"foto\",\n    \"photographer\": \"foto\",\n    \"photographeress\": \"foto nke edemede\",\n    \"photographers\": \"foto\",\n    \"photographess\": \"foto\",\n    \"photography\": \"foto\",\n    \"photographic\": \"foto\",\n    \"photographical\": \"foto\",\n    \"photographically\": \"foto\",\n    \"photographing\": \"foto\",\n    \"photographist\": \"foto\",\n    \"photographize\": \"foto\",\n    \"photographs\": \"foto\",\n    \"photogravure\": \"foto\",\n    \"photogravurist\": \"fotovurist\",\n    \"photogs\": \"foto\",\n    \"photohalide\": \"fotohalide\",\n    \"photoheliograph\": \"fotoheliograph\",\n    \"photoheliography\": \"fotoheliography\",\n    \"photoheliographic\": \"fotoheliographic\",\n    \"photoheliometer\": \"fotoheliometer\",\n    \"photoimpression\": \"foto\",\n    \"photoinduced\": \"foto\",\n    \"photoinduction\": \"fotoinduction\",\n    \"photoing\": \"foto\",\n    \"photoinhibition\": \"fotoinhibition\",\n    \"photointaglio\": \"fotointaglio\",\n    \"photoionization\": \"foto\",\n    \"photoisomeric\": \"fotoisomeric\",\n    \"photoist\": \"foto\",\n    \"photojournalism\": \"fotojournalism\",\n    \"photojournalist\": \"fotojournalist\",\n    \"photojournalistic\": \"fotojournalistic\",\n    \"photojournalists\": \"fotojournalists\",\n    \"photokinetic\": \"ihe nkpuchi akpukpo aru\",\n    \"photolysis\": \"foto\",\n    \"photolyte\": \"fotolyte\",\n    \"photolithographer\": \"onye na-ese foto foto\",\n    \"photolytic\": \"fotolytic\",\n    \"photolytically\": \"fotolytically\",\n    \"photolyzable\": \"na-egbu egbu\",\n    \"photolyze\": \"see foto\",\n    \"photology\": \"foto\",\n    \"photologic\": \"fotologic\",\n    \"photological\": \"foto\",\n    \"photologist\": \"onye na-ese foto\",\n    \"photometer\": \"photometa\",\n    \"photomicrographer\": \"onye na-ese foto foto\",\n    \"photon\": \"foton\",\n    \"photonic\": \"fotonik\",\n    \"photons\": \"fotonu\",\n    \"photopathy\": \"fotopathy\",\n    \"photopathic\": \"fotopathic\",\n    \"photoperimeter\": \"photoperimita\",\n    \"photoperiod\": \"oge foto\",\n    \"photoperiodic\": \"oge foto\",\n    \"photoperiodically\": \"n'oge ọ bụla\",\n    \"photophane\": \"fotophane\",\n    \"photophile\": \"foto\",\n    \"photophilic\": \"ihe osise\",\n    \"photophysical\": \"fotophysical\",\n    \"photophysicist\": \"onye na-ese foto\",\n    \"photophone\": \"ekwentị\",\n    \"photophonic\": \"fotophonic\",\n    \"photophoresis\": \"fotophoresis\",\n    \"photopias\": \"fotopias\",\n    \"photopic\": \"fotopic\",\n    \"photopile\": \"fotopile\",\n    \"photopitometer\": \"Photopitometer\",\n    \"photoplay\": \"foto\",\n    \"photoplayer\": \"onye na-ese foto\",\n    \"photoplays\": \"foto\",\n    \"photoplaywright\": \"Photoplaywright\",\n    \"photopography\": \"foto\",\n    \"photopolymer\": \"fotopolymer\",\n    \"photoprint\": \"foto\",\n    \"photoprinter\": \"foto\",\n    \"photoprinting\": \"ịse foto\",\n    \"photoprocess\": \"foto oru\",\n    \"photoproduction\": \"mmeputa\",\n    \"photoptometer\": \"fotoptometa\",\n    \"photoradio\": \"fotoradio\",\n    \"photoradiogram\": \"fotoradiogram\",\n    \"photoreactivating\": \"photereactivating\",\n    \"photoresist\": \"onye na-ese foto\",\n    \"photos\": \"foto\",\n    \"photosalt\": \"fotoaltalt\",\n    \"photoscope\": \"fotocope\",\n    \"photoscopy\": \"fotocopi\",\n    \"photoscopic\": \"fotocopic\",\n    \"photosculptural\": \"fotoculptural\",\n    \"photosculpture\": \"fotoculpture\",\n    \"photosensitive\": \"gbasosie\",\n    \"photosensitiveness\": \"ensgba foto\",\n    \"photosensitization\": \"fotoensitization\",\n    \"photosensitize\": \"ese foto\",\n    \"photosensitized\": \"fotoensitized\",\n    \"photosensitizer\": \"fotoensitizer\",\n    \"photosensitizes\": \"fotoensitizes\",\n    \"photosensory\": \"fotoensory\",\n    \"photoset\": \"foto\",\n    \"photosets\": \"foto\",\n    \"photosetter\": \"fotoetter\",\n    \"photosetting\": \"na-ese foto\",\n    \"photosyntax\": \"Photoyntax\",\n    \"photosynthate\": \"fotoynthate\",\n    \"photosyntheses\": \"fotoynthesis\",\n    \"photosynthesis\": \"fotoynthesis\",\n    \"photosynthesize\": \"fotoynthesis\",\n    \"photosynthetically\": \"photosynty ikechukwu\",\n    \"photospectroheliograph\": \"fotopectroheliograph\",\n    \"photospectroscope\": \"foto nlegharị anya\",\n    \"photospectroscopy\": \"foto\",\n    \"photospectroscopic\": \"fotogratụsị\",\n    \"photospectroscopical\": \"foto nke ihe nkiri\",\n    \"photospheres\": \"foto\",\n    \"photospheric\": \"foto\",\n    \"photospherically\": \"foto\",\n    \"photostability\": \"foto\",\n    \"photostable\": \"nke nwere ike\",\n    \"photostat\": \"foto\",\n    \"photostated\": \"foto\",\n    \"photostater\": \"foto\",\n    \"photostatic\": \"foto\",\n    \"photostatically\": \"na ese foto\",\n    \"photostating\": \"foto\",\n    \"photostationary\": \"foto\",\n    \"photostats\": \"foto\",\n    \"photostatted\": \"foto\",\n    \"photostatter\": \"foto\",\n    \"photostatting\": \"foto\",\n    \"photosurveying\": \"na-ese foto\",\n    \"phototactism\": \"phototaktikọ\",\n    \"phototaxis\": \"photaxaxis\",\n    \"phototelephone\": \"ekwentị\",\n    \"phototherapeutic\": \"phototherapeutic na-agwọ ọrịa\",\n    \"phototherapeutics\": \"ọgwụ phototherapeutics\",\n    \"phototherapies\": \"ọgwụ fototerapi\",\n    \"photovisual\": \"fotovisual\",\n    \"photovitrotype\": \"fotovitrotype\",\n    \"photovoltaic\": \"fotovoltaic\",\n    \"photoxylography\": \"fotoxylography\",\n    \"photozinco\": \"fotozinco\",\n    \"photozincograph\": \"fotozincograph\",\n    \"photozincography\": \"fotozincography\",\n    \"photozincographic\": \"fotozincographic\",\n    \"photozincotype\": \"fotozincotype\",\n    \"photozincotypy\": \"fotozincotypy\",\n    \"phpht\": \"phph\",\n    \"phr\": \"Iwu\",\n    \"phractamphibia\": \"nkwebisi\",\n    \"phragmites\": \"mkpụrụedemede\",\n    \"phragmocyttares\": \"Onyekwere\",\n    \"phragmocyttarous\": \"Onyebueze\",\n    \"phragmoconic\": \"okpokoro\",\n    \"phrarisaical\": \"asụsụ\",\n    \"phrasal\": \"nkebi ahịrịokwu\",\n    \"phrasally\": \"nkebi ahịrịokwu\",\n    \"phrase\": \"ahịrịokwu\",\n    \"phraseable\": \"nkebi okwu\",\n    \"phrased\": \"ahịrịokwu\",\n    \"phrasey\": \"ahịrịokwu\",\n    \"phraseless\": \"nkebi okwu\",\n    \"phrasem\": \"ahịrịokwu\",\n    \"phrasemaker\": \"onye na-eme ihe n'eziokwu\",\n    \"phrasemonger\": \"Onyema\",\n    \"phrasemongery\": \"ihe omuma\",\n    \"phrasemongering\": \"ikwu okwu\",\n    \"phraseogram\": \"akpaokwu\",\n    \"phraseograph\": \"akpaokwu\",\n    \"phraseography\": \"akpaokwu\",\n    \"phraseographic\": \"akpaokwu\",\n    \"phraseology\": \"akpaokwu\",\n    \"phraseologic\": \"akpaokwu\",\n    \"phraseological\": \"akpaokwu\",\n    \"phraseologically\": \"akpaokwu\",\n    \"phraseologies\": \"akpaokwu\",\n    \"phraseologist\": \"akpaokwu ọkà mmụta sayensị\",\n    \"phraser\": \"ahịrịokwu\",\n    \"phrases\": \"nkebi ahịrịokwu\",\n    \"phrasify\": \"kwupu okwu\",\n    \"phrasiness\": \"ikwu okwu\",\n    \"phrasing\": \"ikwu okwu\",\n    \"phrasings\": \"nkebi ahịrịokwu\",\n    \"phrator\": \"ihe odee\",\n    \"phratriac\": \"Ikechukwu\",\n    \"phratrial\": \"Onyema\",\n    \"phratries\": \"akpaokwu\",\n    \"phreatic\": \"okwukwu\",\n    \"phreatophyte\": \"mmmmmmmmmmmmm\",\n    \"phreatophytic\": \"ọrịa ọgwụ\",\n    \"phrenesia\": \"mgbịrịgba\",\n    \"phrenesiac\": \"Onyema\",\n    \"phrenetically\": \"na mkpali\",\n    \"phreneticness\": \"Ugboro abụọ\",\n    \"phrenicectomy\": \"Okpukpo\",\n    \"phrenicocolic\": \"nwachukwu\",\n    \"phrenicocostal\": \"nwachukwu\",\n    \"phrenicogastric\": \"Onyebuchi\",\n    \"phrenicoglottic\": \"itechukwu\",\n    \"phrenicohepatic\": \"okpokoro\",\n    \"phrenicolienal\": \"Onyebuchi\",\n    \"phrenicopericardiac\": \"Okponowu\",\n    \"phrenicosplenic\": \"nwachukwu\",\n    \"phrenicotomy\": \"ọrịre\",\n    \"phrenitic\": \"frenik\",\n    \"phrenocardiac\": \"okpokoro\",\n    \"phrenocolic\": \"mmmmmmmmmmmmm\",\n    \"phrenocostal\": \"chukwuemeka\",\n    \"phrenogastric\": \"okpokoro\",\n    \"phrenoglottic\": \"okpokoro\",\n    \"phrenogrady\": \"okpokoro\",\n    \"phrenograih\": \"phhonograih\",\n    \"phrenogram\": \"nkesa\",\n    \"phrenograph\": \"Nkechi\",\n    \"phrenography\": \"ihe osise\",\n    \"phrenohepatic\": \"okpokoro\",\n    \"phrenologer\": \"Onyema\",\n    \"phrenology\": \"Ukpuu\",\n    \"phrenologic\": \"Uchechukwu\",\n    \"phrenological\": \"Akwukwo akuko\",\n    \"phrenologically\": \"Akwukwo ozi\",\n    \"phrenologies\": \"ụdịdị\",\n    \"phrenologist\": \"ọkà mmụta ọgwụ\",\n    \"phrenologists\": \"ndị ọkà mmụta ọgwụ\",\n    \"phrenologize\": \"nteke\",\n    \"phrenomagnetism\": \"ọrịre\",\n    \"phrenomesmerism\": \"Uchechukwu phrenom\",\n    \"phrenopathy\": \"Ọrịa\",\n    \"phrenopathic\": \"Ogbogbo\",\n    \"phrenopericardiac\": \"Ogbogbo\",\n    \"phrenoplegy\": \"Ndiigbo\",\n    \"phrenoplegia\": \"Nkuzi\",\n    \"phrenosinic\": \"frenosinik\",\n    \"phrenospasm\": \"mgbọrọgwụ\",\n    \"phrenosplenic\": \"nwachukwu\",\n    \"phrenotropic\": \"mgbọrọgwụ\",\n    \"phrenoward\": \"Onyema\",\n    \"phrensied\": \"Onyema\",\n    \"phrensying\": \"na-asụ asụsụ\",\n    \"phrygian\": \"Afrịka\",\n    \"phrygianize\": \"frigianize\",\n    \"phrontistery\": \"ebelata\",\n    \"phrontisterion\": \"ndozi\",\n    \"phrontisterium\": \"ebelata\",\n    \"phtalic\": \"phthalic\",\n    \"phthalan\": \"chukwuedo\",\n    \"phthalanilic\": \"chukwuemeka\",\n    \"phthalate\": \"fetaelụ\",\n    \"phthalazin\": \"phthalazine\",\n    \"phthaleine\": \"naphthalene\",\n    \"phthalyl\": \"Iwuchukwu\",\n    \"phthartolatrae\": \"Onyekwere\",\n    \"phthiocol\": \"fiotikol\",\n    \"phthirophagous\": \"Onyekwere\",\n    \"phthisic\": \"ọgwụ\",\n    \"phthisical\": \"okwu\",\n    \"phthisicky\": \"chukwuemeka\",\n    \"phthisiogenic\": \"ọgwụ\",\n    \"phthisiologist\": \"ọkà mmụta ọgwụ\",\n    \"phthisiotherapeutic\": \"ọgwụ ike\",\n    \"phthisiotherapy\": \"ọgwụ ike\",\n    \"piache\": \"akpa\",\n    \"piaffed\": \"piaff\",\n    \"piaffing\": \"ịkwụ ụgwọ\",\n    \"pyal\": \"kwesịrị\",\n    \"piangendo\": \"Piangendo\",\n    \"pianisms\": \"piano\",\n    \"pianissimo\": \"Onyekwere\",\n    \"pianissimos\": \"Pianissimos\",\n    \"pianist\": \"onye ọkpọ\",\n    \"pianiste\": \"onye ọkpọ\",\n    \"pianistic\": \"pianist\",\n    \"pianistically\": \"pianistị\",\n    \"pianists\": \"ndị ọkpọ\",\n    \"piannet\": \"piano\",\n    \"pianoforte\": \"pianofor\",\n    \"pianofortes\": \"pianofor\",\n    \"pianofortist\": \"pianofor\",\n    \"pianolist\": \"onye ọkpọ\",\n    \"piarist\": \"onye piar\",\n    \"piasabas\": \"Piasabas\",\n    \"piassabas\": \"Piassabas\",\n    \"piaster\": \"Piaster\",\n    \"piasters\": \"ndị na-akwọ ụgbọ mmiri\",\n    \"piazzaless\": \"enweghị ike\",\n    \"pibroch\": \"Nkiruka\",\n    \"pibroches\": \"nkpoda\",\n    \"pic\": \"eserese\",\n    \"picador\": \"onye nlekọta\",\n    \"picadors\": \"padokata\",\n    \"pical\": \"dị egwu\",\n    \"picarel\": \"ihe nkiri\",\n    \"picarian\": \"onye na-elekọta mmadụ\",\n    \"picarooned\": \"nsogbu\",\n    \"picarooning\": \"ihe nkiri\",\n    \"piccage\": \"eserese\",\n    \"picciotto\": \"onyebueze\",\n    \"piccoloist\": \"onye na-ese foto\",\n    \"piceotestaceous\": \"Onyedikachi\",\n    \"piceous\": \"mara nma\",\n    \"pichuric\": \"ihe ike\",\n    \"pichurim\": \"chichurim\",\n    \"piciform\": \"eserese\",\n    \"picine\": \"nri\",\n    \"pick\": \"ghota\",\n    \"pickableness\": \"pickable ness\",\n    \"pickadil\": \"Pịkụl\",\n    \"pickadils\": \"Pịkụl\",\n    \"pickage\": \"ngwugwu\",\n    \"pickaxing\": \"na-ewere\",\n    \"pickback\": \"azụ\",\n    \"picked\": \"họrọ\",\n    \"pickedevant\": \"onye nnabata\",\n    \"pickedly\": \"buru\",\n    \"pickedness\": \"ghota\",\n    \"pickeer\": \"pịịk\",\n    \"pickeered\": \"tụtụọrọ\",\n    \"pickeering\": \"na-atụtụ\",\n    \"pickeers\": \"ndị na-atụtụ\",\n    \"pickel\": \"ntụpọ\",\n    \"picker\": \"onye na-atụtụ\",\n    \"pickery\": \"Pịkụl\",\n    \"pickering\": \"atụtụ\",\n    \"pickeringite\": \"buru\",\n    \"pickers\": \"ndị na-atụtụ\",\n    \"picket\": \"pọọtụ\",\n    \"picketboat\": \"ụgbọ mmiri\",\n    \"picketed\": \"chiri\",\n    \"picketeer\": \"na-atụtụ\",\n    \"picketer\": \"na-atụtụ\",\n    \"picketers\": \"ndị na-atụtụ\",\n    \"picketing\": \"na-atụtụ\",\n    \"pickets\": \"pịketị\",\n    \"pickfork\": \"pfọdfuru\",\n    \"picky\": \"Nhọrọ\",\n    \"pickiest\": \"kacha mma\",\n    \"picking\": \"buru\",\n    \"pickings\": \"buru\",\n    \"pickle\": \"Pịkụl\",\n    \"pickled\": \"Pịkụl\",\n    \"picklelike\": \"Pịkụl dị ka\",\n    \"pickleman\": \"onye ntụtụ\",\n    \"pickler\": \"onye na-atụtụtụ\",\n    \"pickles\": \"Pịkụl\",\n    \"pickleworm\": \"pịkụl\",\n    \"pickling\": \"buru\",\n    \"picklocks\": \"tụtụkọtị\",\n    \"pickman\": \"onye ntụtụ\",\n    \"pickmaw\": \"onye ntụtụ\",\n    \"pickmen\": \"onye ntụtụ\",\n    \"picknicker\": \"picnicker\",\n    \"pickout\": \"ma ọ bụ\",\n    \"pickpenny\": \"chikezie\",\n    \"pickpocket\": \"aka n'akpa\",\n    \"pickpocketry\": \"Akaebe\",\n    \"pickpockets\": \"Okpukpo\",\n    \"pickpole\": \"Pịkụl\",\n    \"pickproof\": \"ihe mgbochi\",\n    \"pickpurse\": \"onye na-atụtụ aka\",\n    \"picks\": \"họpụta\",\n    \"pickshaft\": \"Pịkụl\",\n    \"picksman\": \"onye ntụtụ\",\n    \"picksmith\": \"onye nchikota ihe\",\n    \"picksome\": \"ghota\",\n    \"picksomeness\": \"nhọrọ\",\n    \"pickthank\": \"chikọt\",\n    \"pickthankly\": \"nwekwuo\",\n    \"pickthankness\": \"nnweta ihe\",\n    \"pickthatch\": \"nnweta\",\n    \"picktooth\": \"họpụta\",\n    \"pickup\": \"tụtụlite\",\n    \"pickups\": \"nnara\",\n    \"pickwickianism\": \"pickwickians\",\n    \"pickwickianly\": \"pickwickian\",\n    \"pickwicks\": \"pickwick\",\n    \"pickwork\": \"ọkwụrụ\",\n    \"piclorams\": \"eserese\",\n    \"picnicked\": \"picnick\",\n    \"picnickers\": \"ndị na-atụ egwu\",\n    \"picnicking\": \"na-atụgharị\",\n    \"picnics\": \"eserese\",\n    \"picnometer\": \"foto\",\n    \"picofarad\": \"eserese\",\n    \"picogram\": \"ihe osise\",\n    \"picograms\": \"ihe osise\",\n    \"picolinic\": \"ihe nkiri\",\n    \"picometer\": \"picometa\",\n    \"picosecond\": \"nwaoyi\",\n    \"picoseconds\": \"nwaoyi\",\n    \"picot\": \"mkpọtụ\",\n    \"picoted\": \"sere\",\n    \"picoting\": \"gbaa\",\n    \"picots\": \"pịpụtị\",\n    \"picra\": \"eserese\",\n    \"picramic\": \"ihe nkiri\",\n    \"picrasmin\": \"ihe nkiri\",\n    \"picrate\": \"see\",\n    \"picrated\": \"eserese\",\n    \"picrates\": \"eserese\",\n    \"picry\": \"nnara\",\n    \"picric\": \"eserese\",\n    \"picrite\": \"kpoo\",\n    \"picrites\": \"ritmụaka\",\n    \"picrodendron\": \"Obinna\",\n    \"picroerythrin\": \"ọụ\",\n    \"picrol\": \"okwu\",\n    \"picrolite\": \"ichoputa\",\n    \"picromerite\": \"mbadamba\",\n    \"pics\": \"eserese\",\n    \"pict\": \"Foto\",\n    \"pictarnie\": \"ihe osise\",\n    \"pictish\": \"foto\",\n    \"pictland\": \"ihe osise\",\n    \"pictogram\": \"eserese\",\n    \"pictograph\": \"ihe osise\",\n    \"pictography\": \"eserese\",\n    \"pictographic\": \"eserese\",\n    \"pictographically\": \"eserese\",\n    \"pictographs\": \"eserese\",\n    \"pictones\": \"ihe osise\",\n    \"pictoradiogram\": \"ihe osise\",\n    \"pictorial\": \"ihe osise\",\n    \"pictorialisation\": \"ihe osise\",\n    \"pictorialise\": \"ihe osise\",\n    \"pictorialised\": \"ihe osise\",\n    \"pictorialising\": \"ihe osise\",\n    \"pictorialism\": \"ihe osise\",\n    \"pictorialist\": \"ihe osise\",\n    \"pictorialization\": \"ihe osise\",\n    \"pictorialize\": \"see ihe osise\",\n    \"pictorially\": \"eserese\",\n    \"pictorialness\": \"eserese\",\n    \"pictorials\": \"ihe osise\",\n    \"pictoric\": \"ihe osise\",\n    \"pictorical\": \"eserese\",\n    \"pictorically\": \"eserese\",\n    \"pictun\": \"foto\",\n    \"picturability\": \"atụ\",\n    \"picturable\": \"nọchiri anya\",\n    \"picturableness\": \"ihe atụ\",\n    \"picturably\": \"atụ\",\n    \"pictural\": \"ihe osise\",\n    \"picture\": \"foto\",\n    \"picturecraft\": \"ihe osise\",\n    \"pictured\": \"sere onyinyo\",\n    \"picturedom\": \"ndise\",\n    \"picturedrome\": \"ihe osise\",\n    \"pictureful\": \"ndise\",\n    \"picturegoer\": \"ihe osise\",\n    \"pictureless\": \"enweghị atụ\",\n    \"picturely\": \"sere\",\n    \"picturelike\": \"dị ka foto\",\n    \"picturemaker\": \"Ose foto\",\n    \"picturemaking\": \"eserese\",\n    \"picturephone\": \"ekwentị\",\n    \"picturephones\": \"ihe ekwenti\",\n    \"picturer\": \"foto\",\n    \"picturers\": \"foto\",\n    \"pictures\": \"foto\",\n    \"picturesque\": \"ọmarịcha\",\n    \"picturesquely\": \"ọmarịcha\",\n    \"picturesqueness\": \"ọmarịcha\",\n    \"picturesquish\": \"foto\",\n    \"pictury\": \"ihe osise\",\n    \"picturing\": \"sere\",\n    \"picturization\": \"ihe osise\",\n    \"picturize\": \"see ihe osise\",\n    \"picturized\": \"sere onyinyo\",\n    \"picturizing\": \"na-ese foto\",\n    \"picul\": \"eserese\",\n    \"picumnus\": \"ihe osise\",\n    \"piddler\": \"idlọ akwụkwọ\",\n    \"piddlers\": \"umu akwukwo\",\n    \"piddles\": \"piddle\",\n    \"piddling\": \"Ugboro\",\n    \"piddlingly\": \"ngbako\",\n    \"pidginize\": \"ịda mba\",\n    \"pidgins\": \"umuaka\",\n    \"pidgizing\": \"ịsụgharị\",\n    \"pie\": \"achịcha\",\n    \"piebald\": \"pebald\",\n    \"piebaldism\": \"pebaldism\",\n    \"piebaldly\": \"igwe ejije\",\n    \"piebaldness\": \"mmetụ\",\n    \"piebalds\": \"pebal\",\n    \"piece\": \"ibe\",\n    \"pieceable\": \"mpempe\",\n    \"pieced\": \"kpochara\",\n    \"pieceless\": \"iberibe\",\n    \"piecemaker\": \"onye na-eme ihe\",\n    \"piecemeal\": \"mpempe\",\n    \"piecemealwise\": \"onye amamihe\",\n    \"piecen\": \"kpochara\",\n    \"piecener\": \"ihe di iche\",\n    \"piecer\": \"peer\",\n    \"piecers\": \"Ndị na-akpọ nkụ\",\n    \"pieces\": \"iberibe\",\n    \"piecette\": \"achịcha\",\n    \"piecewise\": \"mpempe\",\n    \"piecework\": \"mpempe\",\n    \"pieceworker\": \"mpempe\",\n    \"pieceworkers\": \"ndị na-arụ ọrụ ibe\",\n    \"piecing\": \"pieing\",\n    \"piecings\": \"ịkpọpu akụkụ\",\n    \"piecrust\": \"achịcha\",\n    \"piecrusts\": \"paịsịl\",\n    \"pied\": \"duru\",\n    \"piedfort\": \"ndigbo\",\n    \"piedforts\": \"nwedịrị ike\",\n    \"piedly\": \"nwuru\",\n    \"piedness\": \"udo nke\",\n    \"pieforts\": \"achịcha\",\n    \"piegan\": \"paịgan\",\n    \"piehouse\": \"paụl\",\n    \"pieless\": \"enweghị ntụ\",\n    \"pielet\": \"paịlet\",\n    \"pieman\": \"Pieman\",\n    \"piepan\": \"achicha pan\",\n    \"pieplant\": \"achịcha\",\n    \"pieplants\": \"achịcha\",\n    \"piepoudre\": \"pie poudre\",\n    \"piepowder\": \"papowder\",\n    \"pieprint\": \"mpempe akwụkwọ\",\n    \"pierage\": \"peeji\",\n    \"pierce\": \"dupuo\",\n    \"pierceable\": \"piili\",\n    \"pierced\": \"eduat\",\n    \"piercel\": \"piel\",\n    \"pierceless\": \"enweghị isi\",\n    \"piercer\": \"Ọkpọ\",\n    \"piercers\": \"piar\",\n    \"pierces\": \"piar\",\n    \"piercing\": \"ịkpọpu akụkụ\",\n    \"piercingly\": \"piering\",\n    \"piercingness\": \"ịkpọpu ness\",\n    \"pierette\": \"pierrette\",\n    \"pierian\": \"Pierian\",\n    \"pierides\": \"Pierides\",\n    \"pierless\": \"enweghị atụ\",\n    \"pierrotic\": \"Pierrotic\",\n    \"piers\": \"Piers\",\n    \"pies\": \"achịcha\",\n    \"pyes\": \"achịcha\",\n    \"pieshop\": \"okpokoro\",\n    \"piety\": \"nsọpụrụ Chineke\",\n    \"pietic\": \"piiki\",\n    \"pietisms\": \"pietiks\",\n    \"pietist\": \"onye na-eme ebere\",\n    \"pietisticalness\": \"ihe omuma\",\n    \"pietists\": \"ndị na-eme ihe nkiri\",\n    \"piewoman\": \"nwaanyi\",\n    \"piezochemistry\": \"ihe omumu\",\n    \"piezochemistries\": \"iheanacho\",\n    \"piezometer\": \"pezomita\",\n    \"piezometry\": \"pezometry\",\n    \"piezometric\": \"pezometric\",\n    \"piezometrical\": \"pezometrical\",\n    \"piffle\": \"ifuru\",\n    \"pig\": \"ezi\",\n    \"pigbelly\": \"onye nze\",\n    \"pigboats\": \"umuigbo\",\n    \"pigdan\": \"ezion\",\n    \"pigdom\": \"ezi\",\n    \"pigeon\": \"nduru\",\n    \"pigeonberries\": \"kpalakwukwu\",\n    \"pigeoneer\": \"onye kpalakwukwu\",\n    \"pigeoner\": \"nduru\",\n    \"pigeonfoot\": \"kpalakwukwu\",\n    \"pigeonhearted\": \"nduru obi\",\n    \"pigeonheartedness\": \"obi nduru\",\n    \"pigeonhole\": \"nduru, nduru\",\n    \"pigeonite\": \"kpalakwukwu\",\n    \"pigeonry\": \"kpalakwukwu\",\n    \"pigeons\": \"kpalakwukwu\",\n    \"pigeonwing\": \"nduru\",\n    \"pigfish\": \"ezì azu\",\n    \"pigfishes\": \"pigfish\",\n    \"pigflower\": \"okooko osisi\",\n    \"pigfoot\": \"ezi ụkwụ\",\n    \"pigful\": \"ezi\",\n    \"pigg\": \"ezi\",\n    \"pigged\": \"agba\",\n    \"piggery\": \"gerygha\",\n    \"piggy\": \"Ezigbo\",\n    \"piggyback\": \"Piggyback\",\n    \"piggybacked\": \"Ogbogu Okonji\",\n    \"piggybacking\": \"gygha piggyback\",\n    \"piggybacks\": \"Piggybacks\",\n    \"piggie\": \"ezi\",\n    \"piggier\": \"ezi\",\n    \"piggiest\": \"piggies\",\n    \"piggin\": \"pigọ\",\n    \"pigging\": \"pigọ\",\n    \"piggins\": \"ezi\",\n    \"piggish\": \"ezì\",\n    \"piggishly\": \"ezigbo ezi\",\n    \"piggishness\": \"ezighi ezi\",\n    \"piggle\": \"ezi\",\n    \"pighead\": \"isi\",\n    \"pigheaded\": \"isi\",\n    \"pigheadedly\": \"isi ike\",\n    \"pigheadedness\": \"isi ike\",\n    \"pigherd\": \"ezi\",\n    \"pight\": \"ọkụ\",\n    \"pightel\": \"pightle\",\n    \"pigyard\": \"ezi ulo\",\n    \"pygididae\": \"pygopodidae\",\n    \"pigless\": \"enweghị atụ\",\n    \"piglet\": \"ezi\",\n    \"pigly\": \"ezi\",\n    \"piglike\": \"ezi dị ka\",\n    \"pigling\": \"na-acha uhie uhie\",\n    \"piglinghood\": \"pigling hundu\",\n    \"pigmaker\": \"onye na-eme ezi ihe\",\n    \"pigmaking\": \"ịkụ azụ\",\n    \"pigman\": \"ezi\",\n    \"pigmeat\": \"ezi\",\n    \"pigment\": \"ink\",\n    \"pigmental\": \"ink\",\n    \"pigmentary\": \"pigmenti\",\n    \"pigmentation\": \"ink\",\n    \"pigmentations\": \"pigmenti\",\n    \"pigmented\": \"ink\",\n    \"pigmenting\": \"ink\",\n    \"pigmentize\": \"ink\",\n    \"pigmew\": \"ink\",\n    \"pigmy\": \"pygmy\",\n    \"pygmydom\": \"pygmy ụlọ\",\n    \"pigmies\": \"pygmies\",\n    \"pygmyhood\": \"mkpuchi pygmy\",\n    \"pygmyish\": \"ugba\",\n    \"pygmyisms\": \"ihe ngosi\",\n    \"pignolia\": \"Pignolia\",\n    \"pignon\": \"opi\",\n    \"pignorate\": \"imecha\",\n    \"pignorated\": \"emecha mara\",\n    \"pignoration\": \"acha\",\n    \"pignoratitious\": \"na-eme ihe n'echeghị echiche\",\n    \"pignorative\": \"na-eri nri\",\n    \"pignus\": \"elu\",\n    \"pignut\": \"opi\",\n    \"pygostyled\": \"Anyi\",\n    \"pigpen\": \"ezi\",\n    \"pigpens\": \"ezi\",\n    \"pigritia\": \"Priteria\",\n    \"pigritude\": \"ebelebe\",\n    \"pigroot\": \"ezi\",\n    \"pigroots\": \"ezi\",\n    \"pigs\": \"ezì\",\n    \"pigsconce\": \"ezì ezi\",\n    \"pigskin\": \"Ezi\",\n    \"pigskins\": \"akpuru akpu\",\n    \"pigsney\": \"ezi\",\n    \"pigsneys\": \"ezi\",\n    \"pigsnies\": \"ezì ezi\",\n    \"pigsty\": \"ezinne\",\n    \"pigstick\": \"ezi\",\n    \"pigsticked\": \"a gbara\",\n    \"pigsticker\": \"onye na-akụ ezi ihe\",\n    \"pigsticking\": \"ezi\",\n    \"pigsticks\": \"ezi\",\n    \"pigsties\": \"pigsị\",\n    \"pigswill\": \"ezinne\",\n    \"pigwash\": \"wra ọcha\",\n    \"pigwidgeon\": \"nkporo\",\n    \"pigwidgin\": \"nkporo\",\n    \"pigwigeon\": \"nkporo\",\n    \"pyic\": \"pyin\",\n    \"pyjama\": \"pajama\",\n    \"pyjamas\": \"pajamas\",\n    \"pik\": \"foto\",\n    \"piked\": \"pik\",\n    \"piking\": \"eserese\",\n    \"pyknics\": \"pyknik\",\n    \"pil\": \"isi\",\n    \"pylangial\": \"okpokoro\",\n    \"pilary\": \"pịịl\",\n    \"pilaster\": \"pilasta\",\n    \"pilastered\": \"echekwa\",\n    \"pilastering\": \"pilaster\",\n    \"pilastrade\": \"ọrụ\",\n    \"pilastraded\": \"akaukwu\",\n    \"pilate\": \"pịịl\",\n    \"pilatian\": \"Pilatian\",\n    \"pilaued\": \"pilau\",\n    \"pilaus\": \"pilau\",\n    \"pilaw\": \"pilau\",\n    \"pilch\": \"ohiri isi\",\n    \"pilchard\": \"isi\",\n    \"pilchards\": \"ndọda\",\n    \"pilcher\": \"Ohiri isi\",\n    \"pilcherd\": \"Igha\",\n    \"pilcorn\": \"pilkin\",\n    \"pilcrow\": \"ohiri isi\",\n    \"pile\": \"ikpo\",\n    \"pilea\": \"ikpo\",\n    \"pileate\": \"ikpo\",\n    \"pileated\": \"ikpokọta\",\n    \"piled\": \"kpokọtara\",\n    \"pilei\": \"ikpo\",\n    \"pileless\": \"enweghị ikpo\",\n    \"pileous\": \"ikpo\",\n    \"pylephlebitic\": \"iheanacho\",\n    \"pylephlebitis\": \"pilephlebitis\",\n    \"piler\": \"ite mmiri\",\n    \"piles\": \"ikpo\",\n    \"pileum\": \"ikpo\",\n    \"pileup\": \"ikpo\",\n    \"pileups\": \"ikpo\",\n    \"pileus\": \"ikpo\",\n    \"pilework\": \"arụ ọrụ\",\n    \"pilfered\": \"Igha\",\n    \"pilferer\": \"isi oche\",\n    \"pilferers\": \"isi ihe\",\n    \"pilfering\": \"ichi isi\",\n    \"pilferingly\": \"na ntanye\",\n    \"pilferment\": \"Ntuziaka\",\n    \"pilfers\": \"Ntuchi\",\n    \"pilgarlicky\": \"onyeka onwenu\",\n    \"pilgrim\": \"onye njem ala nsọ\",\n    \"pilgrimage\": \"njem uka\",\n    \"pilgrimaged\": \"njem njem\",\n    \"pilgrimager\": \"njem ije\",\n    \"pilgrimages\": \"njem njem\",\n    \"pilgrimaging\": \"na-eme njem\",\n    \"pilgrimatic\": \"njem nsọ\",\n    \"pilgrimatical\": \"njem ije\",\n    \"pilgrimdom\": \"njem uka\",\n    \"pilgrimer\": \"onye njem ala nsọ\",\n    \"pilgrimess\": \"njem alakụba\",\n    \"pilgrimism\": \"njem uka\",\n    \"pilgrimize\": \"na-ejegharị\",\n    \"pilgrimlike\": \"onye pilgrim dika\",\n    \"pilgrims\": \"ndị njem ala nsọ\",\n    \"pilgrimwise\": \"onye amamihe\",\n    \"pily\": \"pili\",\n    \"pilies\": \"okooko osisi\",\n    \"pilifer\": \"pilifa\",\n    \"piliferous\": \"ihe ndozi\",\n    \"piliganin\": \"Piliganne\",\n    \"piliganine\": \"mgbe ọ bụla\",\n    \"piligerous\": \"ihe ndozi\",\n    \"pilikia\": \"pikselụ\",\n    \"pilimiction\": \"ndokwa\",\n    \"piline\": \"pilin\",\n    \"piling\": \"na-amụgharị\",\n    \"pilipilula\": \"pilipiliula\",\n    \"pilis\": \"isi\",\n    \"pilitico\": \"ndọrọ ndọrọ ọchịchị\",\n    \"pilkins\": \"Ohiri isi\",\n    \"pill\": \"Erere\",\n    \"pillage\": \"izuru ihe\",\n    \"pillageable\": \"puru\",\n    \"pillaged\": \"puru\",\n    \"pillagee\": \"puru\",\n    \"pillager\": \"na-apụnara mmadụ ihe\",\n    \"pillagers\": \"Ndị na-apụnara mmadụ ihe\",\n    \"pillages\": \"ngwongwo\",\n    \"pillaging\": \"Na-apụnara mmadụ ihe\",\n    \"pillar\": \"ogidi\",\n    \"pillared\": \"dọwara\",\n    \"pillaring\": \"na-etinye isi\",\n    \"pillarist\": \"onye na-ahu maka ihe\",\n    \"pillarize\": \"pillari\",\n    \"pillarlet\": \"ogidi\",\n    \"pillarlike\": \"yiri ogidi\",\n    \"pillars\": \"ogidi\",\n    \"pillarwise\": \"na isi\",\n    \"pillbox\": \"igbe\",\n    \"pillboxes\": \"igbe\",\n    \"pilled\": \"gbara\",\n    \"pilledness\": \"Ahụhụ\",\n    \"piller\": \"okpu\",\n    \"pillery\": \"okpu\",\n    \"pillet\": \"okpu\",\n    \"pilleus\": \"okpu\",\n    \"pillhead\": \"ọgwụ\",\n    \"pilling\": \"na-eri nri\",\n    \"pillion\": \"ijeri\",\n    \"pillions\": \"ọgwụ\",\n    \"pilliver\": \"emekpa\",\n    \"pilliwinks\": \"Uchenna\",\n    \"pillmaker\": \"onye na-eme ogwu\",\n    \"pillmaking\": \"ịillụ ọgwụ\",\n    \"pillmonger\": \"okwute\",\n    \"pillory\": \"ohiri isi\",\n    \"pilloried\": \"na-etinye aka\",\n    \"pillories\": \"Ohiri isi\",\n    \"pillorying\": \"na-etinye aka\",\n    \"pillorization\": \"nhazi\",\n    \"pillow\": \"ohiri isi\",\n    \"pillowbeer\": \"Ohiri isi\",\n    \"pillowber\": \"Ohiri isi\",\n    \"pillowcase\": \"Ohiri isi\",\n    \"pillowcases\": \"Ohiri isi\",\n    \"pillowed\": \"Ohiri isi\",\n    \"pillowy\": \"ohiri isi\",\n    \"pillowing\": \"Ohiri isi\",\n    \"pillowless\": \"enweghi isi\",\n    \"pillowlike\": \"Ohiri isi\",\n    \"pillowmade\": \"eji ohiri isi\",\n    \"pillows\": \"Ohiri isi\",\n    \"pillowslip\": \"Ohiri isi\",\n    \"pillowslips\": \"Ohiri isi\",\n    \"pillowwork\": \"ohiri isi\",\n    \"pills\": \"mkpụrụ ọgwụ\",\n    \"pillule\": \"ahịrị\",\n    \"pillworm\": \"ọgwụ pillworm\",\n    \"pilm\": \"Pọm\",\n    \"pilmy\": \"Pọm\",\n    \"pilori\": \"pylori\",\n    \"pyloristenosis\": \"pyloric stenosis\",\n    \"pilot\": \"ọkwọ ụgbọelu\",\n    \"pilotage\": \"ugboelu\",\n    \"pilotages\": \"ihe ndozi\",\n    \"pilotfish\": \"ugbo mmiri\",\n    \"piloting\": \"na-anya ụgbọelu\",\n    \"pilotism\": \"Pilotụ\",\n    \"pilotless\": \"na-anya ụgbọelu\",\n    \"pilotman\": \"ọkwọ ụgbọelu\",\n    \"pilotry\": \"pilot\",\n    \"pilots\": \"ndị ọkwọ ụgbọelu\",\n    \"pilotship\": \"ọkwọ ụgbọelu\",\n    \"pilpul\": \"okpu\",\n    \"pilsener\": \"ihe nhicha\",\n    \"pilseners\": \"Akuko\",\n    \"pilsner\": \"Pilsner\",\n    \"piltock\": \"Pọtịl\",\n    \"pilula\": \"isisi\",\n    \"pilular\": \"isi\",\n    \"pilularia\": \"Igha\",\n    \"pilule\": \"ahịrị\",\n    \"pilules\": \"okpokoro\",\n    \"pilulous\": \"nke puru iche\",\n    \"pilum\": \"ogidi\",\n    \"pilumnus\": \"isi\",\n    \"pilus\": \"isi\",\n    \"pimelate\": \"ihe nkedo\",\n    \"pimelite\": \"pimel\",\n    \"pimenta\": \"mma\",\n    \"pimpery\": \"pimpa\",\n    \"pimpernel\": \"ihe mgbochi\",\n    \"pimpernels\": \"ihe mgbochi\",\n    \"pimping\": \"piming\",\n    \"pimple\": \"nje\",\n    \"pimpleback\": \"nje\",\n    \"pimpled\": \"etuto\",\n    \"pimpleproof\": \"ihe mkpuchi\",\n    \"pimples\": \"etuto\",\n    \"pimply\": \"pim\",\n    \"pimpliness\": \"obi ọjọọ\",\n    \"pimpling\": \"pimpim\",\n    \"pimplo\": \"imlọ\",\n    \"pimps\": \"nje\",\n    \"pimpship\": \"nsogbu\",\n    \"pinaces\": \"ntụtụ\",\n    \"pinang\": \"ntụtụ\",\n    \"pinangs\": \"ntụtụ\",\n    \"pinard\": \"ntụtụ\",\n    \"pinards\": \"mkpọchi\",\n    \"pinas\": \"pias\",\n    \"pinbefore\": \"pinbe tupu\",\n    \"pinbone\": \"ntụtụ\",\n    \"pincase\": \"akpati\",\n    \"pincement\": \"penince\",\n    \"pincers\": \"ntukpo\",\n    \"pincerweed\": \"ntụtụ\",\n    \"pinch\": \"tuo\",\n    \"pinchback\": \"tuo azụ\",\n    \"pinchbeck\": \"tuo\",\n    \"pinchbelly\": \"tuo\",\n    \"pinchbug\": \"tuo anwụrụ\",\n    \"pinchcock\": \"tuo\",\n    \"pinche\": \"tuo\",\n    \"pincheck\": \"ntụtụ\",\n    \"pinchecks\": \"ntụtụ\",\n    \"pinched\": \"ntụtụ\",\n    \"pinchedly\": \"ntụtụ\",\n    \"pinchedness\": \"ntụtụ\",\n    \"pinchem\": \"ntụtụ\",\n    \"pincher\": \"ntụtụ\",\n    \"pinchers\": \"ntụtụ\",\n    \"pinches\": \"tuo\",\n    \"pinchfist\": \"ntụtụ\",\n    \"pinchfisted\": \"ntụtụ\",\n    \"pinchgut\": \"tuo\",\n    \"pinching\": \"tuo\",\n    \"pinchingly\": \"tuo ntamu\",\n    \"pindarical\": \"enweghị atụ\",\n    \"pindarically\": \"enweghị nsogbu\",\n    \"pindarics\": \"ihe omimi\",\n    \"pindarism\": \"ịda mbà n'obi\",\n    \"pindling\": \"pinding\",\n    \"pine\": \"paini\",\n    \"pinealectomy\": \"ọnụọgụgụ\",\n    \"pineapple\": \"ọkwụrụ bekee\",\n    \"pineapples\": \"ọkwụrụ bekee\",\n    \"pinery\": \"ntụtụ\",\n    \"pineries\": \"ntụtụ\",\n    \"pines\": \"osisi pine\",\n    \"pinfall\": \"ntụtụ\",\n    \"pinfire\": \"ọkpọ ọkụ\",\n    \"pinfish\": \"azụ azụ\",\n    \"pinfishes\": \"pinfish\",\n    \"pinfold\": \"ntụtụ\",\n    \"pinfolded\": \"pinfold\",\n    \"pinfolding\": \"ntụtụ\",\n    \"pinfolds\": \"mkpọtụ\",\n    \"pinged\": \"pinging\",\n    \"pinger\": \"mkpịsị aka\",\n    \"pingers\": \"na-agbatị\",\n    \"pinguedinous\": \"dị iche iche\",\n    \"pinguescence\": \"udo\",\n    \"pinguicula\": \"asụsụ\",\n    \"pinguiculaceous\": \"asụsụ\",\n    \"pinguid\": \"asụsụ\",\n    \"pinguidity\": \"asụsụ\",\n    \"pinguiferous\": \"asụsụ\",\n    \"pinguin\": \"asụsụ\",\n    \"pinguinitescent\": \"mmụta asụsụ\",\n    \"pinguite\": \"asụsụ\",\n    \"pinguitude\": \"asụsụ\",\n    \"pinguitudinous\": \"atụ asụsụ\",\n    \"pinhead\": \"ntụtụ\",\n    \"pinheaded\": \"ntụtụ\",\n    \"pinheadedness\": \"isi ike\",\n    \"pinhold\": \"tuo\",\n    \"pinhole\": \"tuo\",\n    \"pinic\": \"picnic\",\n    \"piniest\": \"kacha nta\",\n    \"piniferous\": \"conifeife\",\n    \"piniform\": \"pinafore\",\n    \"pining\": \"nri\",\n    \"piningly\": \"n'izu\",\n    \"pinion\": \"ntụtụ\",\n    \"pinioned\": \"pinion\",\n    \"pinioning\": \"pinion\",\n    \"pinionlike\": \"pinion yiri\",\n    \"pinked\": \"acha uhie uhie\",\n    \"pinkeys\": \"pinkys\",\n    \"pinken\": \"pink\",\n    \"pinkeny\": \"pinkey\",\n    \"pinkfishes\": \"pinkfish\",\n    \"pinkified\": \"acha uhie uhie\",\n    \"pinkifying\": \"na-acha uhie uhie\",\n    \"pinkily\": \"pinkly\",\n    \"pinkiness\": \"pinking\",\n    \"pinkishness\": \"pinkish ness\",\n    \"pinknesses\": \"pinkings\",\n    \"pinkroot\": \"acha uhie uhie\",\n    \"pinkroots\": \"acha uhie uhie\",\n    \"pinlock\": \"ntụtụ\",\n    \"pinmaker\": \"onye na-eme ntụtụ\",\n    \"pinmaking\": \"pin na-eme\",\n    \"pinnace\": \"ntụtụ\",\n    \"pinnacle\": \"ntụtụ\",\n    \"pinnacles\": \"ntụtụ\",\n    \"pinnae\": \"ntụtụ\",\n    \"pinnas\": \"ntụtụ\",\n    \"pinnate\": \"ntụtụ\",\n    \"pinnated\": \"chịrị\",\n    \"pinnatedly\": \"pinnated\",\n    \"pinnately\": \"ntụtụ\",\n    \"pinnatisect\": \"gbamgbam\",\n    \"pinnatisected\": \"gbamgbam\",\n    \"pinnatulate\": \"na-egosi pinnat\",\n    \"pinned\": \"afia\",\n    \"pinners\": \"pinner\",\n    \"pinnet\": \"pinner\",\n    \"pinny\": \"ntụtụ\",\n    \"pinnigerous\": \"na-eme mkpọtụ\",\n    \"pinningly\": \"pinning\",\n    \"pinnings\": \"pinning\",\n    \"pinnipeds\": \"mkpọchi\",\n    \"pinnock\": \"ntụtụ\",\n    \"pinnotherian\": \"onyegbako\",\n    \"pinnulate\": \"tuo\",\n    \"pinnulated\": \"na-agbachi\",\n    \"pinnule\": \"kpebirile\",\n    \"pinnules\": \"kpebiri\",\n    \"pinnulet\": \"kpebirilet\",\n    \"pinocchio\": \"ịkwụ ụgwọ\",\n    \"pinochle\": \"ịkwụ ụgwọ\",\n    \"pinocytosis\": \"ịgwọ ọrịa\",\n    \"pinocytotic\": \"ekwensu\",\n    \"pinot\": \"ntụtụ\",\n    \"pynot\": \"onyinye\",\n    \"pinoutpinpatch\": \"ịkpụcha azụ\",\n    \"pinpoint\": \"tuo aka\",\n    \"pinpointed\": \"egosiputara\",\n    \"pinpointing\": \"ntụtụ\",\n    \"pinpoints\": \"ntụpọ\",\n    \"pinrowed\": \"nupụrụ\",\n    \"pins\": \"atụdo\",\n    \"pinscher\": \"mkpọ\",\n    \"pinschers\": \"atụdo\",\n    \"pinsetter\": \"mkpọ\",\n    \"pinsetters\": \"mkpọ\",\n    \"pinson\": \"oria ojoo\",\n    \"pinsons\": \"osisi\",\n    \"pinspotter\": \"mkpọ\",\n    \"pinspotters\": \"mkpọ\",\n    \"pinstriped\": \"pinstripe\",\n    \"pinta\": \"pintar\",\n    \"pintadas\": \"pintada\",\n    \"pintadoes\": \"pintados\",\n    \"pintail\": \"chebe\",\n    \"pintails\": \"na-eche\",\n    \"pinte\": \"ntụtụ\",\n    \"pynung\": \"ntukpo\",\n    \"pinup\": \"tunye\",\n    \"pinwing\": \"ntụtụ\",\n    \"pinxit\": \"ntụtụ\",\n    \"pyocele\": \"chukwuemeka\",\n    \"pyocyanase\": \"chichona\",\n    \"pyocyst\": \"okonkwo\",\n    \"pyocyte\": \"okpokoro\",\n    \"pyoctanine\": \"okpokoro\",\n    \"pyodermic\": \"onyenze\",\n    \"pyogenetic\": \"Nkechi\",\n    \"pyogenic\": \"onyechi\",\n    \"pyogenous\": \"onyedika\",\n    \"pyoid\": \"ndiegwu\",\n    \"piolets\": \"piolet\",\n    \"pyolymph\": \"chukwuemeka\",\n    \"pyometritis\": \"ogbu na nkwonkwo\",\n    \"pion\": \"ọsụ ụzọ\",\n    \"pioned\": \"sụrụ ụzọ\",\n    \"pioneer\": \"ọsụ ụzọ\",\n    \"pioneerdom\": \"ịsụ ụzọ\",\n    \"pioneered\": \"sụrụ ụzọ\",\n    \"pioneering\": \"ịsụ ụzọ\",\n    \"pioneers\": \"ndị ọsụ ụzọ\",\n    \"pioneership\": \"ịsụ ụzọ\",\n    \"pyonephrotic\": \"Nwachukwu\",\n    \"pionery\": \"ịsụ ụzọ\",\n    \"pyongyang\": \"chukwuemeka\",\n    \"pionic\": \"ịsụ ụzọ\",\n    \"pionnotes\": \"ọsụ ụzọ\",\n    \"pyopericarditis\": \"akịkọtịkọtị\",\n    \"pyophylactic\": \"ihendioke\",\n    \"pyophthalmitis\": \"onyeisiala\",\n    \"pyoplania\": \"Uchechukwu\",\n    \"pyopneumocyst\": \"okpokoro pensia\",\n    \"pyopoiesis\": \"okpokoro\",\n    \"pyopoietic\": \"iheike\",\n    \"pyoptysis\": \"okpokoro\",\n    \"pyorrheic\": \"ihe omimi\",\n    \"pyosalpingitis\": \"ịrịa ọrịa pyosalpingitis\",\n    \"pyosalpinx\": \"iheanacho\",\n    \"pyosepticemic\": \"ọgwụ pyosepticemic\",\n    \"pyoses\": \"okpokoro\",\n    \"pyosis\": \"ịrịa ọrịa\",\n    \"piosity\": \"uche\",\n    \"piosities\": \"piosos\",\n    \"pyospermia\": \"okpokoro\",\n    \"pioted\": \"kpasuru iwe\",\n    \"pyotherapy\": \"ịgwọ ọrịa\",\n    \"piotine\": \"onyekwere\",\n    \"piotr\": \"onyeneke\",\n    \"piotty\": \"ndoli\",\n    \"pyoureter\": \"onyeanyichukwu\",\n    \"pioury\": \"ego\",\n    \"pious\": \"dị nsọ\",\n    \"piously\": \"dị nsọ nsọ\",\n    \"piousness\": \"nsọ nsọ\",\n    \"pyoxanthose\": \"chukwuemeka\",\n    \"pioxe\": \"mpio\",\n    \"pipages\": \"ọkpọkọ\",\n    \"pipals\": \"ọkpọkọ\",\n    \"pipe\": \"ọkpọkọ\",\n    \"pipeage\": \"ọkpọkọ\",\n    \"pipeages\": \"ọkpọkọ\",\n    \"pipeclay\": \"anwụrụ\",\n    \"pipefish\": \"azụ azụ\",\n    \"pipefishes\": \"pipụ azụ\",\n    \"pipefitter\": \"ọkpọkọ\",\n    \"pipefitting\": \"ọkpọkọ\",\n    \"pipeful\": \"ọkpọkọ\",\n    \"pipefuls\": \"ọkpọkọ\",\n    \"pipelayer\": \"ọkpọkọ\",\n    \"pipelaying\": \"ọkpọkọ\",\n    \"pipeless\": \"enweghị ọkpọkọ\",\n    \"pipelined\": \"ọkpọkọri\",\n    \"pipelines\": \"pipeline\",\n    \"pipelining\": \"ọkpọkọ\",\n    \"piperaceous\": \"ọkpọkọ\",\n    \"piperales\": \"ọkpọkọ\",\n    \"piperate\": \"pipụ\",\n    \"piperitious\": \"piperi\",\n    \"pipes\": \"ọkpọkọ\",\n    \"pipestapple\": \"ọkpọkọ\",\n    \"pipestems\": \"pipestem\",\n    \"pipets\": \"pipette\",\n    \"pipetted\": \"pipettes\",\n    \"pipewalker\": \"ọkpọkọ\",\n    \"pipewood\": \"ọkpọkọ\",\n    \"pipework\": \"ọkpọkọ\",\n    \"pipewort\": \"ọkpọkọ\",\n    \"pipier\": \"ọkpọkọ\",\n    \"pipil\": \"ọkpọkọ\",\n    \"pipingly\": \"pipụ\",\n    \"pipingness\": \"ọkpọkọ\",\n    \"pipkin\": \"ugu\",\n    \"pipkins\": \"ọkpọ\",\n    \"pipped\": \"dina\",\n    \"pipple\": \"ọkpọkọ\",\n    \"piquancy\": \"piquance\",\n    \"piqued\": \"duru\",\n    \"piracy\": \"paireti\",\n    \"piragua\": \"Piragua\",\n    \"piraguas\": \"Piraguas\",\n    \"piraya\": \"Piraya\",\n    \"pyralids\": \"pyralid\",\n    \"pyramidalist\": \"onye pyramidalist\",\n    \"pyramided\": \"pyramid\",\n    \"pyramidic\": \"pyramidik\",\n    \"pyramidicalness\": \"ihe omuma\",\n    \"pyramiding\": \"pyramide\",\n    \"pyramidist\": \"onye pyramidist\",\n    \"pyramidlike\": \"yiri pyramid\",\n    \"pyramidologist\": \"ọkà mmụta sayensị pyramidologist\",\n    \"pyramidon\": \"pyramidion\",\n    \"pyramidoprismatic\": \"pyramid prismatic\",\n    \"pyramids\": \"pyramid\",\n    \"pyramidwise\": \"pyramidwise. ihe\",\n    \"pirandellian\": \"Pirandellian\",\n    \"pyrans\": \"Piran\",\n    \"pirate\": \"Onye ohi\",\n    \"pirated\": \"puru\",\n    \"piratery\": \"paireti\",\n    \"pirates\": \"ndị ohi\",\n    \"piratess\": \"ndị ohi\",\n    \"piraty\": \"ndị ohi\",\n    \"piratic\": \"ndị ohi\",\n    \"piratically\": \"Na-ahụkarị\",\n    \"pirating\": \"na-apụnara mmadụ\",\n    \"piratize\": \"Piratize\",\n    \"pyrenean\": \"Pyrenean\",\n    \"pyrenolichen\": \"nwachukwu\",\n    \"pyretic\": \"Pyretic\",\n    \"pyretography\": \"ihe omuma\",\n    \"pyretologist\": \"ọkà mmụta sayensị\",\n    \"pyretotherapy\": \"ọgwụgwọ ọrịa\",\n    \"pyrheliometric\": \"piperiometrị\",\n    \"piricularia\": \"Piricularia\",\n    \"pyritic\": \"enweghị nsogbu\",\n    \"pyritiferous\": \"na-elekọta\",\n    \"pyritize\": \"icha aru\",\n    \"pirl\": \"Ochie\",\n    \"pirlie\": \"Okechukwu\",\n    \"pirned\": \"pir\",\n    \"piro\": \"Piro\",\n    \"pyroarsenious\": \"Uchechukwu\",\n    \"pyroborate\": \"kwenye\",\n    \"pyrocatechol\": \"okpokoro\",\n    \"pyroclastic\": \"Nkechi\",\n    \"pyrocondensation\": \"nwebisi ike\",\n    \"pyroconductivity\": \"mmeghachi omume\",\n    \"pyroelectric\": \"igwe eletriki\",\n    \"pyroelectricity\": \"ihe nnweta\",\n    \"pirog\": \"Pirog\",\n    \"pyrogallic\": \"pyrogallik\",\n    \"pyrogenetically\": \"pyrogenetị\",\n    \"pyrognostic\": \"ihe omumu\",\n    \"pyrognostics\": \"ihe omimi\",\n    \"pyrograph\": \"ihe omuma\",\n    \"pyrographer\": \"onye na-ese ihe\",\n    \"pyrography\": \"ihe omuma\",\n    \"pyrographic\": \"ihe omuma\",\n    \"pyrographies\": \"ihe omuma\",\n    \"pirogue\": \"Pirogue\",\n    \"pirogues\": \"nri\",\n    \"pyroligneous\": \"Nkechi\",\n    \"pyrolignic\": \"Nkechi\",\n    \"pyrolignous\": \"echiche\",\n    \"pyrolytically\": \"na-agbakwunye\",\n    \"pyrolyzing\": \"Na-emegharị ihe\",\n    \"pyrology\": \"ihe omumu\",\n    \"pyrological\": \"ihe omumu\",\n    \"pyrologies\": \"ihe omumu\",\n    \"pyrologist\": \"ọkà mmụta sayensị\",\n    \"pyrometallurgy\": \"Ngwurugwu\",\n    \"pyrometallurgical\": \"ịwa ahụ\",\n    \"pyrometrically\": \"n'agbụrụ\",\n    \"pyromucyl\": \"okpokoro\",\n    \"pyronomics\": \"ihe ndi ozo\",\n    \"pyrophone\": \"igwe okwu\",\n    \"pyrophotograph\": \"ihe osise\",\n    \"piroque\": \"Piroque\",\n    \"pyroracemate\": \"onye na-elekọta mmadụ\",\n    \"pyroracemic\": \"Nkechi\",\n    \"pyrosises\": \"Nwunye\",\n    \"pyrosulfuric\": \"Nwunye\",\n    \"pyrosulphuryl\": \"Nwunye\",\n    \"pirot\": \"pirat\",\n    \"pyrotartrate\": \"Nwunye\",\n    \"pyrotechnical\": \"nwachukwu\",\n    \"pyrotechnically\": \"na-egbochi ọrịa\",\n    \"pyrotechnist\": \"onye na-elekọta ihe\",\n    \"pyrotheology\": \"ihe omumu\",\n    \"pirquetted\": \"churu\",\n    \"pyrrhic\": \"yrnye\",\n    \"pyrrhicist\": \"onyeegwu\",\n    \"pyrrhics\": \"Ngwurugwu\",\n    \"pyrrhonian\": \"Pyrrhonian\",\n    \"pyrrhonistic\": \"sistemụ\",\n    \"pyrrhonize\": \"Nwachukwu\",\n    \"pyrrhotist\": \"Chika Okpala\",\n    \"pyrryl\": \"chukwunonso\",\n    \"pyrrylene\": \"chukwunonso\",\n    \"pyrroyl\": \"Nweke\",\n    \"pyrrolic\": \"yrdị\",\n    \"pyrrolidyl\": \"Nwachukwu\",\n    \"pyrroline\": \"Nwagbara\",\n    \"pyrrols\": \"Egwu\",\n    \"pyruvate\": \"kpogbuo\",\n    \"pyruvyl\": \"okpokoro\",\n    \"pyruwl\": \"Uchechukwu\",\n    \"piscary\": \"jichie\",\n    \"piscataqua\": \"pisataqua\",\n    \"piscataway\": \"uzo\",\n    \"piscation\": \"nara\",\n    \"piscatology\": \"ihe omumu\",\n    \"piscator\": \"onye nara ihe\",\n    \"piscatory\": \"n'ukwu\",\n    \"piscatorial\": \"ihe mgbochi\",\n    \"piscatorialist\": \"onye na-eme obi uto\",\n    \"piscatorious\": \"n'agha\",\n    \"piscators\": \"ndi jichiri\",\n    \"pisces\": \"pisis\",\n    \"piscicide\": \"igbu mmadu\",\n    \"piscicolous\": \"Nkechi\",\n    \"piscicultural\": \"omenala\",\n    \"pisciculturally\": \"omenala\",\n    \"pisciculture\": \"nri ubi\",\n    \"piscid\": \"were\",\n    \"piscidia\": \"onyeisiala\",\n    \"pisciferous\": \"ihe omumu\",\n    \"pisciform\": \"Nkechi\",\n    \"piscina\": \"Nwere\",\n    \"piscinae\": \"Nwere\",\n    \"piscinal\": \"Nwere\",\n    \"piscinas\": \"Piscinas\",\n    \"piscine\": \"nri\",\n    \"piscinity\": \"enweghi obi ojoo\",\n    \"piscis\": \"Uchechi\",\n    \"piscivorous\": \"ihe omumu\",\n    \"pished\": \"chọrọ\",\n    \"pishes\": \"na-akụ\",\n    \"pishing\": \"na-achọ\",\n    \"pishogue\": \"ime mmụọ\",\n    \"pisistratean\": \"onyeisiala\",\n    \"piso\": \"ọnwu\",\n    \"pisonia\": \"Pisonia\",\n    \"pissabed\": \"were iwe\",\n    \"pissant\": \"iwe\",\n    \"pissants\": \"ndiegwu\",\n    \"pissed\": \"were iwe\",\n    \"pisses\": \"iwe\",\n    \"pissing\": \"iwe\",\n    \"pissoir\": \"onyinye\",\n    \"pissoirs\": \"ime ụlọ\",\n    \"pist\": \"pistin\",\n    \"pistaches\": \"Uche\",\n    \"pistic\": \"ederede\",\n    \"pistillaceous\": \"ikike\",\n    \"pistillary\": \"pistili\",\n    \"pistilligerous\": \"na-eme mkpọtụ\",\n    \"pistilline\": \"pistin\",\n    \"pistle\": \"egbe\",\n    \"pistler\": \"ọkpọ\",\n    \"pistol\": \"egbe\",\n    \"pistolade\": \"pistole\",\n    \"pistoled\": \"pistole\",\n    \"pistoleer\": \"onyegbako\",\n    \"pistoleter\": \"onye nzuzu\",\n    \"pistolgram\": \"egbe\",\n    \"pistolgraph\": \"egbe\",\n    \"pistolier\": \"pistilier\",\n    \"pistoling\": \"egbe\",\n    \"pistolled\": \"gbuo\",\n    \"pistollike\": \"dị ka egbe\",\n    \"pistolling\": \"na-agba egbe\",\n    \"pistology\": \"ihe omimi\",\n    \"pistolography\": \"ihe osise\",\n    \"pistolproof\": \"egbe àmà\",\n    \"pistols\": \"egbe\",\n    \"pistolwise\": \"egbe maara ihe\",\n    \"piston\": \"pistin\",\n    \"pistonhead\": \"pistinhead\",\n    \"pistonlike\": \"pistin dị ka\",\n    \"pistrices\": \"pistin\",\n    \"pit\": \"olulu\",\n    \"pita\": \"Pita\",\n    \"pitapatted\": \"nwetakiri\",\n    \"pitapatting\": \"ịda mba\",\n    \"pitarah\": \"obodo\",\n    \"pitas\": \"Pita\",\n    \"pitastile\": \"na-emebi\",\n    \"pitbird\": \"Ukpala\",\n    \"pitcairnia\": \"nsogbu\",\n    \"pitchable\": \"ihe nkedo\",\n    \"pitchblende\": \"okpokoro\",\n    \"pitched\": \"mara ụlọikwuu\",\n    \"pitcher\": \"ite mmiri\",\n    \"pitchered\": \"ịkwanye\",\n    \"pitcherful\": \"ịcherụ mmiri\",\n    \"pitcherfuls\": \"olulu\",\n    \"pitchery\": \"olulu\",\n    \"pitcherlike\": \"dị ka ite mmiri\",\n    \"pitcherman\": \"onye olulu\",\n    \"pitchers\": \"ite mmiri\",\n    \"pitches\": \"ọkwa\",\n    \"pitchfield\": \"ama egwuregwu\",\n    \"pitchfork\": \"pfọdfuru\",\n    \"pitchforks\": \"pọdfuru\",\n    \"pitchhole\": \"olulu\",\n    \"pitchi\": \"olulu\",\n    \"pitchy\": \"olulu\",\n    \"pitchier\": \"olulu\",\n    \"pitchiest\": \"nke kacha njọ\",\n    \"pitchily\": \"nke ọma\",\n    \"pitchiness\": \"ụda olu\",\n    \"pitching\": \"ịtọ\",\n    \"pitchlike\": \"yiri ka ọ dị\",\n    \"pitchman\": \"okwute\",\n    \"pitchmen\": \"ndị ọkpọ\",\n    \"pitchometer\": \"Ulo olu\",\n    \"pitchout\": \"ndababa\",\n    \"pitchouts\": \"ndenye ego\",\n    \"pitchpole\": \"nnuku\",\n    \"pitchpot\": \"ite mmiri\",\n    \"pitchstone\": \"okwute ahụ\",\n    \"pitchwork\": \"ihe nnabata\",\n    \"piteous\": \"aru\",\n    \"piteously\": \"n'ilu\",\n    \"piteousness\": \"ụkọ\",\n    \"pitfall\": \"olulu\",\n    \"pitfalls\": \"ọnyà\",\n    \"pitfold\": \"olulu\",\n    \"pythagoreanly\": \"Onyeka Onwenu\",\n    \"pithanology\": \"ihe omuma\",\n    \"pithead\": \"isi\",\n    \"pitheads\": \"ihe nchara\",\n    \"pithecan\": \"olulu\",\n    \"pithecanthrope\": \"mmiri ozuzo\",\n    \"pithecanthropi\": \"mmiri dị iche iche\",\n    \"pithecanthropic\": \"mmiri dị iche iche\",\n    \"pithecanthropid\": \"mmiri dị iche iche\",\n    \"pithecanthropidae\": \"mmmmmmmmmmmmm\",\n    \"pithecanthropine\": \"mmmmmmmmmmmmm\",\n    \"pithecanthropoid\": \"mmmmmmmmmmmmm\",\n    \"pithecanthropus\": \"mmiri dị iche iche\",\n    \"pithecia\": \"Uchechi\",\n    \"pithecian\": \"Uchechukwu\",\n    \"pitheciinae\": \"mmmmmmmmmmmmm\",\n    \"pitheciine\": \"Nwunye\",\n    \"pithecism\": \"pheimism\",\n    \"pithecoid\": \"ihe anakpo\",\n    \"pithecolobium\": \"iheanacholobium\",\n    \"pithecology\": \"ihe omumu\",\n    \"pithecological\": \"ihe omumu\",\n    \"pithecometric\": \"ọnụọgụ\",\n    \"pithecomorphic\": \"Ugboro ugboro\",\n    \"pithecomorphism\": \"ihe omumu\",\n    \"pithecus\": \"ihe anakpo\",\n    \"pithed\": \"ama\",\n    \"pithes\": \"olulu\",\n    \"pithful\": \"ntụkwasị obi\",\n    \"pythias\": \"pitias\",\n    \"pythic\": \"nke nke\",\n    \"pithier\": \"onye anakpo\",\n    \"pithiest\": \"nke kacha njọ\",\n    \"pithily\": \"nke ọma\",\n    \"pithiness\": \"ekwesighi\",\n    \"pithless\": \"enweghị ntụkwasị obi\",\n    \"pithlessly\": \"n'amaghi ama\",\n    \"pithoegia\": \"Uchechi\",\n    \"pythogenous\": \"kpomkpomkpom\",\n    \"pithoigia\": \"Uchechi\",\n    \"pithole\": \"olulu\",\n    \"python\": \"eke\",\n    \"pythoness\": \"eke\",\n    \"pythonic\": \"akuko\",\n    \"pythonical\": \"ihe omumu\",\n    \"pythonid\": \"Pythonid\",\n    \"pythonidae\": \"Pythonidae\",\n    \"pythoniform\": \"Pythoniform\",\n    \"pythoninae\": \"Ugbala\",\n    \"pythonine\": \"Pythonine\",\n    \"pythonism\": \"akuku\",\n    \"pythonissa\": \"Ugbala\",\n    \"pythonist\": \"onye eke\",\n    \"pythonize\": \"ekechi\",\n    \"pythons\": \"eke\",\n    \"pithsome\": \"ọnụọgụ\",\n    \"pity\": \"ọmịiko\",\n    \"pitiability\": \"ọmịiko\",\n    \"pitiable\": \"ebere\",\n    \"pitiableness\": \"ọmịiko\",\n    \"pitiably\": \"ebere\",\n    \"pitied\": \"nwere ọmịiko\",\n    \"pitiedly\": \"nwee obi ebere\",\n    \"pitiedness\": \"ọmịiko\",\n    \"pitier\": \"obi ojoo\",\n    \"pities\": \"ebere\",\n    \"pitiful\": \"nwee obi ebere\",\n    \"pitifuller\": \"na-eme ebere\",\n    \"pitifullest\": \"na-eme ebere\",\n    \"pitifully\": \"na-eme ebere\",\n    \"pitifulness\": \"ebere\",\n    \"pitying\": \"na-eme ebere\",\n    \"pityingly\": \"dị mwute\",\n    \"pitikins\": \"nwunye\",\n    \"pitiless\": \"enweghị obi ebere\",\n    \"pitilessly\": \"enweghị obi ebere\",\n    \"pitilessness\": \"enweghị obi ebere\",\n    \"pitylus\": \"Obi ebere\",\n    \"pityocampa\": \"mmmmmmmmmmmmm\",\n    \"pityocampe\": \"igwefoto\",\n    \"pityproof\": \"ọmịiko\",\n    \"pityriasic\": \"Obi ebere\",\n    \"pityriasis\": \"Obi ebere\",\n    \"pityrogramma\": \"ọmịiko\",\n    \"pityroid\": \"Obi ebere\",\n    \"pitirri\": \"Ugbo\",\n    \"pitless\": \"enweghị ọnya\",\n    \"pitlike\": \"dị ka olulu\",\n    \"pitmaker\": \"olulu\",\n    \"pitmaking\": \"olulu\",\n    \"pitman\": \"olulu\",\n    \"pitmans\": \"ndị isi\",\n    \"pitmark\": \"ube\",\n    \"pitmen\": \"ndi olulu\",\n    \"pitmenpitmirk\": \"olulu\",\n    \"pitmirk\": \"okpokoro\",\n    \"pitometer\": \"pitometa\",\n    \"pitomie\": \"ikechi\",\n    \"piton\": \"olulu\",\n    \"pitons\": \"ite mmiri\",\n    \"pitpan\": \"olulu\",\n    \"pitpit\": \"olulu\",\n    \"pitprop\": \"olulu\",\n    \"pitressin\": \"olulu\",\n    \"pitris\": \"Ugbo\",\n    \"pits\": \"olulu\",\n    \"pitsaw\": \"Peteru\",\n    \"pitsaws\": \"ọnyà\",\n    \"pitside\": \"olulu\",\n    \"pittacal\": \"nke nwere ike\",\n    \"pittance\": \"ugwo\",\n    \"pittancer\": \"onye ọkpọ\",\n    \"pittances\": \"olulu\",\n    \"pittard\": \"olulu\",\n    \"pitted\": \"gbanye\",\n    \"pitter\": \"olulu\",\n    \"pitticite\": \"okwute\",\n    \"pittine\": \"olulu\",\n    \"pitting\": \"olulu\",\n    \"pittings\": \"mkpọ\",\n    \"pittism\": \"Pittis\",\n    \"pittite\": \"ugba\",\n    \"pittosporaceae\": \"Uduak okposi\",\n    \"pittosporaceous\": \"Ugboro abụọ\",\n    \"pittospore\": \"olulu\",\n    \"pittosporum\": \"Ugboro abụọ\",\n    \"pittsburgher\": \"Ugwuoba\",\n    \"pituital\": \"obodo\",\n    \"pituitaries\": \"ndị ọchịchị\",\n    \"pituite\": \"obodo\",\n    \"pituitousness\": \"Ọkpụkpụ\",\n    \"pitwood\": \"olulu\",\n    \"pitwork\": \"ihe omume\",\n    \"pitwright\": \"okwute\",\n    \"piuri\": \"Piuri\",\n    \"pyurias\": \"pyuria\",\n    \"piuricapsular\": \"pericapsular\",\n    \"pivalic\": \"udo\",\n    \"pivot\": \"isi ihe\",\n    \"pivotable\": \"tebụl dị mkpa\",\n    \"pivotal\": \"dị oké mkpa\",\n    \"pivotally\": \"n'ụzọ dị mkpa\",\n    \"pivoted\": \"dị mkpa\",\n    \"pivoter\": \"okwukwu\",\n    \"pivoting\": \"agbagharị\",\n    \"pivotman\": \"onye isi\",\n    \"pivots\": \"nkuku\",\n    \"pyvuril\": \"vlọ\",\n    \"pixels\": \"pikselụ\",\n    \"pixy\": \"pixi\",\n    \"pyxie\": \"pixie\",\n    \"pyxies\": \"pixies\",\n    \"pixilated\": \"pixelated\",\n    \"pixinesses\": \"iheike\",\n    \"pizaine\": \"Pizaine\",\n    \"pizazz\": \"Pizazz\",\n    \"pize\": \"pise\",\n    \"pizza\": \"Pizza\",\n    \"pizzazz\": \"Pizzazz\",\n    \"pizzazzes\": \"Pizzazzes\",\n    \"pizzerias\": \"pizzeria\",\n    \"pizzle\": \"ihe mgbagwoju anya\",\n    \"pizzles\": \"egwuregwu mgbagwoju anya\",\n    \"pks\": \"PC\",\n    \"placability\": \"enwere ike\",\n    \"placabilty\": \"enwe nsogbu\",\n    \"placable\": \"Enwere ike\",\n    \"placableness\": \"enwere ike\",\n    \"placably\": \"enwere ike\",\n    \"placaean\": \"ime udo\",\n    \"placage\": \"mkpọ\",\n    \"placard\": \"mkpọ\",\n    \"placarded\": \"kaadị\",\n    \"placardeer\": \"onye na-ebu ihe\",\n    \"placarder\": \"ihe mmado\",\n    \"placarders\": \"ihe mmado\",\n    \"placarding\": \"ịgbanye\",\n    \"placards\": \"kaadị\",\n    \"placate\": \"Ikwute\",\n    \"placater\": \"ihe nkedo\",\n    \"placaters\": \"ihe mgbochi\",\n    \"placates\": \"achịcha\",\n    \"placating\": \"na-eme mkpọtụ\",\n    \"placation\": \"nnabata\",\n    \"placatively\": \"ime mmụọ\",\n    \"placcate\": \"Imela\",\n    \"place\": \"ebe\",\n    \"placeable\": \"enwere ike itinye ya\",\n    \"placean\": \"peeji\",\n    \"placed\": \"enịm\",\n    \"placeful\": \"enịm\",\n    \"placeholder\": \"onye nkwado\",\n    \"placekicker\": \"ihe ndozi\",\n    \"placeless\": \"enweghị ebe\",\n    \"placelessly\": \"enweghị ebe\",\n    \"placemaker\": \"onye na-eme ụlọ\",\n    \"placemaking\": \"ime ụlọ\",\n    \"placeman\": \"ọnyịnye\",\n    \"placemanship\": \"ọrụ\",\n    \"placemen\": \"ọnyịnye\",\n    \"placement\": \"ọnyịnye\",\n    \"placements\": \"ntinye\",\n    \"placemongering\": \"ebe obibi\",\n    \"placent\": \"Plasenta\",\n    \"placenta\": \"Plasenta\",\n    \"placentae\": \"Plasenta\",\n    \"placentalia\": \"Ebe obibi\",\n    \"placentalian\": \"Plasenta\",\n    \"placentary\": \"Plaser\",\n    \"placentas\": \"Plasenta\",\n    \"placentate\": \"Plasenta\",\n    \"placentation\": \"Plasenta\",\n    \"placentigerous\": \"na-eme mkpọtụ\",\n    \"placentoma\": \"Plashịoma\",\n    \"placer\": \"ihe nkedo\",\n    \"placers\": \"ndị ntinye\",\n    \"places\": \"ebe\",\n    \"placet\": \"Ogbe\",\n    \"placets\": \"ihe mgbochi\",\n    \"placewoman\": \"Nwanyị nwanyị\",\n    \"placid\": \"Onodi\",\n    \"placidamente\": \"mmmmmmmmmmmmm\",\n    \"placidly\": \"udo\",\n    \"placidness\": \"udo\",\n    \"placing\": \"ịtụkwasị\",\n    \"placit\": \"ebe obibi\",\n    \"plack\": \"mkpọ\",\n    \"placket\": \"akwa\",\n    \"plackets\": \"ihe nkedo\",\n    \"plackless\": \"enweghị atụ\",\n    \"placks\": \"mkpọchi\",\n    \"placochromatic\": \"Onochie\",\n    \"placode\": \"akara\",\n    \"placodus\": \"Nkechi\",\n    \"placoganoidean\": \"colọ placoganoidean\",\n    \"placoidal\": \"Okwukwu\",\n    \"placoidean\": \"Onogbo\",\n    \"placoidei\": \"Ogbodo\",\n    \"placophoran\": \"Ikpoko\",\n    \"placque\": \"ihe edere\",\n    \"placula\": \"mkpọchi\",\n    \"placuntitis\": \"nsogbu\",\n    \"placus\": \"igwu\",\n    \"plafond\": \"mma\",\n    \"plafonds\": \"ihe onyinye\",\n    \"plagal\": \"akwukwu\",\n    \"plagate\": \"ihe egwuregwu\",\n    \"plage\": \"mpi\",\n    \"plages\": \"mkpọchi\",\n    \"plagianthus\": \"iheegwu\",\n    \"plagiary\": \"ihe eji eme ihe\",\n    \"plagiarical\": \"ederede ederede\",\n    \"plagiaries\": \"ihe mgbochi\",\n    \"plagiarise\": \"ederede\",\n    \"plagiarised\": \"ederede\",\n    \"plagiariser\": \"ederede\",\n    \"plagiarising\": \"ịkwado ihe\",\n    \"plagiarism\": \"Ibu ohi\",\n    \"plagiarisms\": \"ime ihe ederede\",\n    \"plagiarist\": \"Ibu ohi\",\n    \"plagiaristic\": \"ịlele akwụkwọ\",\n    \"plagiaristically\": \"iji ihe ederede\",\n    \"plagiarists\": \"ndị na-ede ihe ohi\",\n    \"plagiarization\": \"ederede\",\n    \"plagiarize\": \"ederede\",\n    \"plagiarized\": \"ederede\",\n    \"plagiarizer\": \"ihe eji eme ihe\",\n    \"plagiarizers\": \"ihe eji eme ihe\",\n    \"plagiarizes\": \"ederede\",\n    \"plagiarizing\": \"Na-eme ihe ederede\",\n    \"plagihedral\": \"ederede\",\n    \"plagiodont\": \"glọ\",\n    \"plagiograph\": \"ihe ederede\",\n    \"plagionite\": \"Akwa\",\n    \"plagiopatagium\": \"Nkechi Nwachukwu\",\n    \"plagiophyre\": \"ihe omumu\",\n    \"plagiostome\": \"egwuregwu\",\n    \"plagiostomous\": \"ihe egwuregwu\",\n    \"plagiotropic\": \"mmmmmmmmmmmmm\",\n    \"plagiotropically\": \"ime mmụọ\",\n    \"plagiotropous\": \"Ugochukwu\",\n    \"plagium\": \"ihe mgbochi\",\n    \"plagose\": \"ịda mba\",\n    \"plagosity\": \"nsogbu\",\n    \"plague\": \"ihe otiti\",\n    \"plagued\": \"ihe otiti\",\n    \"plagueful\": \"ihe otiti\",\n    \"plaguey\": \"ihe otiti\",\n    \"plagueless\": \"enweghị ọrịa\",\n    \"plagueproof\": \"ihe mgbapụta\",\n    \"plaguer\": \"ihe otiti\",\n    \"plaguers\": \"Ndị na-eti ihe\",\n    \"plagues\": \"ihe otiti\",\n    \"plaguesome\": \"ihe otiti\",\n    \"plaguesomeness\": \"ihe otiti\",\n    \"plaguy\": \"ihe otiti\",\n    \"plaguily\": \"ihe otiti\",\n    \"plaguing\": \"na-eti ihe\",\n    \"plagula\": \"ihe otiti\",\n    \"play\": \"kpọọ\",\n    \"playability\": \"egwuregwu\",\n    \"playable\": \"enwere ike igwu\",\n    \"playact\": \"ihe egwuregwu\",\n    \"playacted\": \"akara\",\n    \"playacting\": \"ihe egwuregwu\",\n    \"playactor\": \"ihe egwuregwu\",\n    \"playacts\": \"ihe egwuregwu\",\n    \"playas\": \"ihe egwuregwu\",\n    \"playbill\": \"igwuri egwu\",\n    \"playbills\": \"akwụkwọ egwuregwu\",\n    \"playboy\": \"nwa nwoke\",\n    \"playboyism\": \"igwu egwu\",\n    \"playboys\": \"ụmụ egwuregwu\",\n    \"playbook\": \"akwụkwọ ọgụgụ\",\n    \"playbooks\": \"akwụkwọ ọgụgụ\",\n    \"playbox\": \"igbe mbre\",\n    \"playbroker\": \"onye na-akpọ egwuregwu\",\n    \"plaice\": \"efere\",\n    \"plaices\": \"ite\",\n    \"playclothes\": \"uwe egwuregwu\",\n    \"playcraft\": \"egwuregwu\",\n    \"playcraftsman\": \"onye omenkà\",\n    \"plaid\": \"ekwenti\",\n    \"playday\": \"ụbọchị egwuregwu\",\n    \"playdays\": \"ụbọchị egwuregwu\",\n    \"plaided\": \"etinyere\",\n    \"plaidie\": \"nwachukwu\",\n    \"plaiding\": \"na-atụkwasị\",\n    \"plaidman\": \"Egwu\",\n    \"plaidoyer\": \"ihe egwuregwu\",\n    \"playdown\": \"igwu egwu\",\n    \"playdowns\": \"egwuregwu\",\n    \"played\": \"Egwuru\",\n    \"player\": \"ọkpụkpọ\",\n    \"playerdom\": \"egwuregwudom\",\n    \"playeress\": \"ihe egwuregwu\",\n    \"players\": \"ndị egwuregwu\",\n    \"playfellow\": \"igwu egwu\",\n    \"playfellows\": \"egwuregwu\",\n    \"playfellowship\": \"egwuregwu\",\n    \"playfere\": \"onye na-egwu egwu\",\n    \"playfield\": \"ama egwuregwu\",\n    \"playfolk\": \"egwu egwuregwu\",\n    \"playful\": \"nke igwuri egwu\",\n    \"playfully\": \"egwuregwu\",\n    \"playfulness\": \"egwuregwu\",\n    \"playgirl\": \"na-egwuri egwu\",\n    \"playgirls\": \"ụmụ agbọghọ na-egwu egwu\",\n    \"playgoer\": \"onye na-egwu egwuregwu\",\n    \"playgoers\": \"ndị na-egwu egwuregwu\",\n    \"playgoing\": \"na-egwu egwu\",\n    \"playground\": \"ama egwuregwu\",\n    \"playgrounds\": \"ama egwuregwu\",\n    \"playhouse\": \"egwuri egwu\",\n    \"playhouses\": \"ụlọ egwuregwu\",\n    \"playing\": \"egwu\",\n    \"playingly\": \"na-egwu egwu\",\n    \"playland\": \"egwuregwu\",\n    \"playlands\": \"ama egwuregwu\",\n    \"playless\": \"enweghi ugwo\",\n    \"playlet\": \"platelet\",\n    \"playlets\": \"platelet\",\n    \"playlike\": \"dị ka egwuri egwu\",\n    \"playmaker\": \"onye na-egwuri egwu\",\n    \"playmaking\": \"igwu egwu\",\n    \"playman\": \"onye na-egwu egwu\",\n    \"playmare\": \"onye na-egwuri egwu\",\n    \"playmate\": \"nwa nwoke\",\n    \"playmates\": \"ndị na-egwu egwuregwu\",\n    \"playmonger\": \"onye na-egwuri egwu\",\n    \"playmongering\": \"igwu egwu\",\n    \"plain\": \"larịị\",\n    \"plainback\": \"nkọwapụta\",\n    \"plainbacks\": \"ndagwurugwu\",\n    \"plainchant\": \"onye maara ihe\",\n    \"plainclothes\": \"ekike\",\n    \"plainclothesman\": \"onye anakpo\",\n    \"plainclothesmen\": \"onye anakpo\",\n    \"plained\": \"mbara ala\",\n    \"plainer\": \"dokwuo anya\",\n    \"plainest\": \"nke doro anya\",\n    \"plainfield\": \"Amaala\",\n    \"plainful\": \"na-egbu mgbu\",\n    \"plainhearted\": \"doro anya\",\n    \"plainy\": \"efere\",\n    \"plaining\": \"na-agbasa\",\n    \"plainish\": \"larịị\",\n    \"plainly\": \"hoo haa\",\n    \"plainness\": \"nkọwa\",\n    \"plains\": \"mbara ala\",\n    \"plainscraft\": \"Ugbo ala\",\n    \"plainsfolk\": \"Ono\",\n    \"plainsman\": \"onye ala\",\n    \"plainsmen\": \"ndị ala\",\n    \"plainsoled\": \"doro anya\",\n    \"plainsong\": \"Ikot Ekpene\",\n    \"plainspoken\": \"Ugbo\",\n    \"plainspokenness\": \"ịdọ aka ná ntị\",\n    \"plainstanes\": \"ndagwurugwu\",\n    \"plainstones\": \"okwute\",\n    \"plainswoman\": \"Umu nwanyi\",\n    \"plainswomen\": \"Udochukwu\",\n    \"plaintext\": \"ikwu okwu\",\n    \"plaintexts\": \"ndagwurugwu\",\n    \"plaintiff\": \"onye gbara akwụkwọ\",\n    \"plaintiffs\": \"ndị gbara akwụkwọ\",\n    \"plaintiffship\": \"ikpe\",\n    \"plaintile\": \"onye gbara akwụkwọ\",\n    \"plaintive\": \"ikwu okwu\",\n    \"plaintively\": \"n'ụzọ doro anya\",\n    \"plaintiveness\": \"onye ikpe\",\n    \"plaintless\": \"enweghị ntụ\",\n    \"plaints\": \"ntụpọ\",\n    \"plainward\": \"hoo haa\",\n    \"playock\": \"ime egwuregwu\",\n    \"playoff\": \"egwuregwu onye mmeri\",\n    \"playoffs\": \"Egwuregwu\",\n    \"playpen\": \"igwu egwu\",\n    \"playpens\": \"akwụkwọ eji egwu egwu\",\n    \"playreader\": \"onye na-agụ egwuregwu\",\n    \"playroom\": \"ime egwuregwu\",\n    \"playrooms\": \"ime ụlọ egwuregwu\",\n    \"plays\": \"ejije\",\n    \"plaisance\": \"ihe ọmụma\",\n    \"playschool\": \"ụlọ akwụkwọ egwuregwu\",\n    \"playscript\": \"Egwuregwu\",\n    \"playsome\": \"na-egwuri egwu\",\n    \"playsomely\": \"na-egwuri egwu\",\n    \"playsomeness\": \"egwuri egwu\",\n    \"playstead\": \"Egwuregwu\",\n    \"plaister\": \"ite mmiri\",\n    \"plaistered\": \"plasta\",\n    \"plaistering\": \"plasta\",\n    \"plaisters\": \"ite\",\n    \"playstow\": \"egwuregwu\",\n    \"playsuit\": \"ejije\",\n    \"playsuits\": \"ejije ejije\",\n    \"plait\": \"okpu\",\n    \"playte\": \"efere\",\n    \"plaited\": \"gbadoro\",\n    \"plaiter\": \"plaita\",\n    \"plaiters\": \"okpu\",\n    \"plaything\": \"na-egwuri egwu\",\n    \"playthings\": \"Egwuregwu\",\n    \"playtime\": \"oge eji egwuri egwu\",\n    \"playtimes\": \"oge egwuregwu\",\n    \"plaiting\": \"ịtụ\",\n    \"plaitings\": \"mkpọchi\",\n    \"plaitless\": \"enweghị plait\",\n    \"plaits\": \"olulu\",\n    \"plaitwork\": \"ọrụ\",\n    \"playward\": \"igwuri egwu\",\n    \"playwear\": \"eji egwuri egwu\",\n    \"playwears\": \"egwuregwu\",\n    \"playwoman\": \"Nwanyị na-egwuri egwu\",\n    \"playwomen\": \"ndi nwanyi\",\n    \"playwork\": \"ejije ejije\",\n    \"playwright\": \"onye na-egwu egwuregwu\",\n    \"playwrightess\": \"onye na-egwu egwuregwu\",\n    \"playwrighting\": \"ede ederede\",\n    \"playwrightry\": \"ndị na-egwu egwuregwu\",\n    \"playwrights\": \"ndị na-egwu egwuregwu\",\n    \"playwriter\": \"ede ederede\",\n    \"playwriting\": \"ede ederede\",\n    \"plak\": \"Okwute\",\n    \"plan\": \"atụmatụ\",\n    \"planaea\": \"Planaea\",\n    \"planar\": \"atụmatụ\",\n    \"planarian\": \"onye nhazi\",\n    \"planarity\": \"atụmatụ\",\n    \"planate\": \"kpoo\",\n    \"planation\": \"ugbo\",\n    \"planceer\": \"onye nhazi\",\n    \"plancer\": \"onye nhazi\",\n    \"plancher\": \"onye nhazi\",\n    \"planchets\": \"osisi\",\n    \"planching\": \"na-eme atụmatụ\",\n    \"plancier\": \"nhazi\",\n    \"plandok\": \"Ugwu\",\n    \"plane\": \"ugbo elu\",\n    \"planed\": \"zubere\",\n    \"planeload\": \"ụgbọ elu\",\n    \"planer\": \"onye nhazi\",\n    \"planera\": \"ụgbọ elu\",\n    \"planers\": \"ndị nhazi\",\n    \"planes\": \"ụgbọ elu\",\n    \"planeshear\": \"ụgbọ elu\",\n    \"planet\": \"ụwa\",\n    \"planeta\": \"atụmatụ\",\n    \"planetable\": \"dị na mbara igwe\",\n    \"planetabler\": \"Ugbor\",\n    \"planetal\": \"ụwa\",\n    \"planetary\": \"uwa\",\n    \"planetaria\": \"ụwa\",\n    \"planetarian\": \"ụwa\",\n    \"planetaries\": \"ụwa\",\n    \"planetarily\": \"uwa\",\n    \"planetarium\": \"ụwa\",\n    \"planetariums\": \"ụwa\",\n    \"planeted\": \"ụwa\",\n    \"planetesimal\": \"ụwa\",\n    \"planetesimals\": \"ụwa\",\n    \"planetfall\": \"ụwa\",\n    \"planetic\": \"mbara ala\",\n    \"planeticose\": \"mbara ala\",\n    \"planeting\": \"ụwa\",\n    \"planetist\": \"ụwa\",\n    \"planetkin\": \"mbara ala\",\n    \"planetless\": \"enweghị mbara ala\",\n    \"planetlike\": \"ụwa\",\n    \"planetoidal\": \"akuku\",\n    \"planetologic\": \"atụmatụ\",\n    \"planetologist\": \"ọkà mmụta mbara ala\",\n    \"planetologists\": \"ndị na-amụ banyere mbara igwe\",\n    \"planets\": \"mbara ala\",\n    \"planettaria\": \"ụwa\",\n    \"planetule\": \"uwa\",\n    \"planform\": \"atụmatụ\",\n    \"planforms\": \"atụmatụ\",\n    \"planfully\": \"n'atụmatụ\",\n    \"planfulness\": \"ime atụmatụ\",\n    \"plang\": \"ihe ojoo\",\n    \"plangency\": \"mmekpa ahụ\",\n    \"plangent\": \"mmekpa ahụ\",\n    \"plangently\": \"n'ụzọ\",\n    \"plangents\": \"ihe otiti\",\n    \"plangi\": \"ihe mgbawa\",\n    \"plangor\": \"mmegbu\",\n    \"plangorous\": \"ihe ojoo\",\n    \"planigraph\": \"nhazi\",\n    \"planigraphy\": \"atụmatụ nhazi\",\n    \"planilla\": \"atụmatụ\",\n    \"planimeter\": \"mbara ala\",\n    \"planimetry\": \"atụmatụ\",\n    \"planineter\": \"mbara igwe\",\n    \"planing\": \"ime ihe\",\n    \"planirostrate\": \"ikele\",\n    \"planiscopic\": \"atụmatụ\",\n    \"planish\": \"kpara\",\n    \"planished\": \"zubere\",\n    \"planisher\": \"onye nhazi ihe\",\n    \"planishes\": \"atụmatụ\",\n    \"planishing\": \"na-eme atụmatụ\",\n    \"planispheral\": \"atụmatụ\",\n    \"planisphere\": \"atụmatụ\",\n    \"planispheric\": \"ndokwa\",\n    \"planispherical\": \"nhazi\",\n    \"planked\": \"gbakọrọ\",\n    \"plankings\": \"osisi\",\n    \"planks\": \"osisi\",\n    \"planksheer\": \"Ogbe\",\n    \"planktology\": \"atụmatụ\",\n    \"planktologist\": \"ọkà mmụta okirikiri\",\n    \"planktons\": \"atụmatụ\",\n    \"planktont\": \"okpokoro\",\n    \"planless\": \"enweghị atụmatụ\",\n    \"planlessly\": \"n'atụghị ụjọ\",\n    \"planlessness\": \"enweghị atụmatụ\",\n    \"planned\": \"zubere\",\n    \"planner\": \"onye nhazi\",\n    \"planners\": \"ndị nhazi\",\n    \"planning\": \"na-eme atụmatụ\",\n    \"plannings\": \"atụmatụ\",\n    \"planoblastic\": \"planoblastik\",\n    \"planoconvex\": \"Ijeoma\",\n    \"planography\": \"ihe omuma\",\n    \"planographist\": \"Onye na-enyocha ihe\",\n    \"planometer\": \"mbara ala\",\n    \"planometry\": \"mbara ala\",\n    \"planomiller\": \"onye na-eme atụmatụ ihe\",\n    \"planont\": \"atụmatụ\",\n    \"planoorbicular\": \"mmmmmmmmmmmmm\",\n    \"planorotund\": \"Ikpoko\",\n    \"planosol\": \"atụmatụ\",\n    \"planosols\": \"atụmatụ\",\n    \"planospiral\": \"nhazi\",\n    \"plans\": \"atụmatụ\",\n    \"plansheer\": \"onye nhazi ihe\",\n    \"plant\": \"osisi\",\n    \"planta\": \"atụmatụ\",\n    \"plantable\": \"akuku\",\n    \"plantad\": \"osisi\",\n    \"plantage\": \"osisi\",\n    \"plantagenet\": \"osisi\",\n    \"plantaginaceous\": \"osisi\",\n    \"plantagineous\": \"osisi\",\n    \"plantains\": \"ogidi\",\n    \"plantal\": \"osisi\",\n    \"plantano\": \"platano\",\n    \"plantar\": \"osisi\",\n    \"plantaris\": \"osisi\",\n    \"plantarium\": \"osisi\",\n    \"plantation\": \"ugbo\",\n    \"plantationlike\": \"ọkpọ dị ka\",\n    \"plantations\": \"ugbo\",\n    \"plantator\": \"onye na-akụ ihe\",\n    \"plantdom\": \"akuku\",\n    \"planted\": \"kụrụ\",\n    \"planter\": \"onye kụrụ osisi\",\n    \"planterdom\": \"okpu\",\n    \"planters\": \"ndị na-akụ ihe\",\n    \"plantership\": \"akuku\",\n    \"plantigrada\": \"osisi\",\n    \"plantigrade\": \"osisi\",\n    \"plantigrady\": \"osisi\",\n    \"planting\": \"akuku\",\n    \"plantings\": \"akuku\",\n    \"plantless\": \"osisi\",\n    \"plantlet\": \"osisi\",\n    \"plantlike\": \"dị ka ihe ọkụkụ\",\n    \"plantling\": \"akuku\",\n    \"plantocracy\": \"osisi\",\n    \"plants\": \"osisi\",\n    \"plantsman\": \"onye kụrụ osisi\",\n    \"plantula\": \"osisi\",\n    \"plantulae\": \"osisi\",\n    \"plantular\": \"osisi\",\n    \"plantule\": \"osisi\",\n    \"planula\": \"atụmatụ\",\n    \"planulae\": \"atụmatụ\",\n    \"planulan\": \"atụmatụ\",\n    \"planular\": \"atụmatụ\",\n    \"planulate\": \"chepụta\",\n    \"planury\": \"atụmatụ\",\n    \"planuria\": \"atụmatụ\",\n    \"plap\": \"okpu\",\n    \"plappert\": \"Efere\",\n    \"plaque\": \"ihe e dere ede\",\n    \"plaques\": \"mbadamba nkume\",\n    \"plashed\": \"plash\",\n    \"plasher\": \"plash\",\n    \"plashers\": \"plasher\",\n    \"plashes\": \"plashet\",\n    \"plashier\": \"ihe nkedo\",\n    \"plashing\": \"na-eme ihe\",\n    \"plashingly\": \"na-eme ihe\",\n    \"plashment\": \"ihe ndozi\",\n    \"plasmacyte\": \"nkwocha\",\n    \"plasmatic\": \"ihe akara\",\n    \"plasmatical\": \"ihe akara\",\n    \"plasmation\": \"ihe akara\",\n    \"plasmic\": \"plasmid\",\n    \"plasmodesm\": \"Obosara\",\n    \"plasmodesmal\": \"okpu\",\n    \"plasmodesmic\": \"okpokoro\",\n    \"plasmogamy\": \"sgha\",\n    \"plasms\": \"okpu\",\n    \"plasome\": \"ihe ama\",\n    \"plastein\": \"ihe nkedo\",\n    \"plaster\": \"akwa\",\n    \"plasterbill\": \"plasta\",\n    \"plasterboard\": \"plasta\",\n    \"plastered\": \"plasta\",\n    \"plasterer\": \"onye nkedo\",\n    \"plasterers\": \"ndị na-ete plasta\",\n    \"plastery\": \"plasta\",\n    \"plasteriness\": \"afọ\",\n    \"plastering\": \"plasta\",\n    \"plasterlike\": \"nkedo\",\n    \"plasters\": \"plasta\",\n    \"plasterwise\": \"nkedo\",\n    \"plasterwork\": \"nkedo\",\n    \"plastically\": \"plastally\",\n    \"plasticise\": \"plasticis\",\n    \"plasticised\": \"ntechi\",\n    \"plastics\": \"plastik\",\n    \"plastidome\": \"onyekwelu\",\n    \"plastidular\": \"plastular\",\n    \"plastidule\": \"ikpa\",\n    \"plastify\": \"imechi\",\n    \"plastique\": \"plastik\",\n    \"plastiqueur\": \"Onochie\",\n    \"plastiqueurs\": \"ndị nkedo\",\n    \"plastochron\": \"Onochie\",\n    \"plastodynamia\": \"mmmmmmmmmmmmm\",\n    \"plastodynamic\": \"Ikenna Ojukwu\",\n    \"plastogamy\": \"ikwo\",\n    \"plastogamic\": \"ikwo\",\n    \"plastogene\": \"Ikechukwu\",\n    \"plastometer\": \"plastometa\",\n    \"plastrons\": \"Efere\",\n    \"plastrums\": \"plastrum\",\n    \"plat\": \"efere\",\n    \"plataleinae\": \"ndewo\",\n    \"platan\": \"ite\",\n    \"platanaceous\": \"Ojukwu\",\n    \"platane\": \"nri\",\n    \"platanes\": \"ihe mbadamba\",\n    \"platanist\": \"onye nkedo\",\n    \"platans\": \"efere\",\n    \"platanus\": \"Platanus\",\n    \"platband\": \"efere efere\",\n    \"platch\": \"efere\",\n    \"plate\": \"efere\",\n    \"plateau\": \"ala ugwu\",\n    \"plateaued\": \"plateau\",\n    \"plateaus\": \"ala dị larịị\",\n    \"plateful\": \"efere\",\n    \"platefuls\": \"efere efere\",\n    \"plateholder\": \"onye na-edozi\",\n    \"platelayer\": \"Igwe mbadamba\",\n    \"plateless\": \"enweghị plate\",\n    \"platelets\": \"platelet\",\n    \"platemaker\": \"efere ihe\",\n    \"platemaking\": \"na -eme nri\",\n    \"platemark\": \"onyinye\",\n    \"platemen\": \"ndị na-eme achịcha\",\n    \"platen\": \"efere\",\n    \"platens\": \"efere\",\n    \"plater\": \"ite\",\n    \"platerer\": \"efere efere\",\n    \"platery\": \"ite mmiri\",\n    \"platers\": \"afere\",\n    \"plates\": \"efere\",\n    \"platesful\": \"efere zuru\",\n    \"platework\": \"efere efere\",\n    \"plateworker\": \"efere efere\",\n    \"platform\": \"ikpo okwu\",\n    \"platformally\": \"n'elu ikpo okwu\",\n    \"platformed\": \"ikpo okwu\",\n    \"platformer\": \"ikpo okwu\",\n    \"platformy\": \"ikpo okwu\",\n    \"platformish\": \"ikpo okwu\",\n    \"platformism\": \"ikpo okwu\",\n    \"platformist\": \"onye ikpo okwu\",\n    \"platformistic\": \"ikpo okwu\",\n    \"platformless\": \"enweghị ikpo okwu\",\n    \"platforms\": \"nyiwe\",\n    \"plathelminth\": \"efere\",\n    \"platy\": \"plati\",\n    \"platic\": \"efere\",\n    \"platycelian\": \"onyekwere\",\n    \"platycephaly\": \"onyenze\",\n    \"platycyrtean\": \"onyenze\",\n    \"platicly\": \"ekwedo\",\n    \"platycnemic\": \"mmmmmmmmmmmmm\",\n    \"platydactyl\": \"mmmmmmmmmmmmm\",\n    \"platydactyle\": \"mmmmmmmmmmmmm\",\n    \"platie\": \"Plati\",\n    \"platier\": \"efere\",\n    \"platiest\": \"nke dị nso\",\n    \"platyglossal\": \"Ejirila\",\n    \"platyhelminth\": \"Epeepe\",\n    \"platyhelminthes\": \"onyechi\",\n    \"platyhelminthic\": \"mmmmmmmmmmmmm\",\n    \"platykurtic\": \"Ekechukwu\",\n    \"platilla\": \"platila\",\n    \"platymery\": \"Onochie\",\n    \"platymeter\": \"platymita\",\n    \"platymyoid\": \"mmmmmmmmmmmmm\",\n    \"platine\": \"ogbe\",\n    \"platinic\": \"efere\",\n    \"platinise\": \"efere\",\n    \"platinised\": \"n'efere\",\n    \"platinising\": \"na-eme nri\",\n    \"platinized\": \"n'efere\",\n    \"platinizing\": \"na-edozi\",\n    \"platinums\": \"platinum\",\n    \"platyodont\": \"ekwenti\",\n    \"platyopic\": \"nri\",\n    \"platypellic\": \"mmmmmmmmmmmmm\",\n    \"platyrhini\": \"Ekechukwu\",\n    \"platyrrhin\": \"Okwute\",\n    \"platyrrhina\": \"Okwute\",\n    \"platyrrhine\": \"okwaofiala\",\n    \"platyrrhini\": \"Ekechukwu\",\n    \"platyrrhiny\": \"Ekechukwu\",\n    \"platyrrhinian\": \"Onyekwere\",\n    \"platyrrhinic\": \"mmmmmmmmmmmmm\",\n    \"platys\": \"efere,\",\n    \"platysmamyoides\": \"onyinyechi\",\n    \"platysmas\": \"ihe oriri\",\n    \"platystencephaly\": \"platinstphaphaly\",\n    \"platytropy\": \"njedobe\",\n    \"platitude\": \"nri\",\n    \"platitudes\": \"ihe mara mma\",\n    \"platitudinal\": \"platinudinal\",\n    \"platitudinarian\": \"onyeagbara\",\n    \"platitudinarianism\": \"ittọ\",\n    \"platitudinisation\": \"ịkọwa ihe\",\n    \"platitudinised\": \"Ejirila\",\n    \"platitudinising\": \"ịkọwa ihe\",\n    \"platitudinist\": \"onye na-eme udo\",\n    \"platitudinized\": \"echekwa\",\n    \"platitudinizing\": \"na-edozi\",\n    \"platitudinous\": \"dị larịị\",\n    \"platitudinously\": \"echekwa\",\n    \"platitudinousness\": \"efere\",\n    \"platly\": \"efere\",\n    \"platonesque\": \"Ojuju\",\n    \"platonian\": \"Ogbe\",\n    \"platonic\": \"platonik\",\n    \"platonician\": \"onye nkedo\",\n    \"platonist\": \"okpu\",\n    \"platonistic\": \"okpu\",\n    \"platonization\": \"Ntụgharị\",\n    \"platonize\": \"Ikenne\",\n    \"platooned\": \"platoon\",\n    \"platooning\": \"Ogbe\",\n    \"platoons\": \"platoon\",\n    \"platopic\": \"ikpo okwu\",\n    \"platosammine\": \"Obere\",\n    \"platt\": \"Onyema\",\n    \"plattdeutsch\": \"nwekwaa\",\n    \"platted\": \"efere\",\n    \"platteland\": \"Ogbe\",\n    \"platten\": \"efere\",\n    \"platter\": \"efere\",\n    \"platterful\": \"efere efere\",\n    \"platters\": \"afere\",\n    \"platty\": \"efere\",\n    \"platting\": \"efere\",\n    \"plattnerite\": \"nkesa\",\n    \"plaud\": \"Nri\",\n    \"plaudation\": \"ọrịa mmiri\",\n    \"plaudit\": \"nsogbu\",\n    \"plaudite\": \"nsogbu\",\n    \"plauditor\": \"osikapa\",\n    \"plauditory\": \"onyinye\",\n    \"plaudits\": \"nsogbu\",\n    \"plauenite\": \"ịkpa akwa\",\n    \"plausibility\": \"ezi uche\",\n    \"plausible\": \"kwere ekwe\",\n    \"plausibleness\": \"ezi uche\",\n    \"plausibly\": \"doro anya\",\n    \"plausive\": \"ihe ngosi\",\n    \"plaustral\": \"plastral\",\n    \"plautine\": \"mmiri\",\n    \"plaza\": \"Plaza\",\n    \"plbroch\": \"idap\",\n    \"plea\": \"rịọ\",\n    \"pleach\": \"ịrịọ\",\n    \"pleached\": \"rịọ\",\n    \"pleacher\": \"ihe edetu\",\n    \"pleaches\": \"rịọ\",\n    \"pleaching\": \"na-arịọ\",\n    \"plead\": \"rịọ\",\n    \"pleadable\": \"akpọ ihe\",\n    \"pleadableness\": \"Achọpụta\",\n    \"pleaded\": \"rịọrọ\",\n    \"pleader\": \"na-arịọ arịrịọ\",\n    \"pleaders\": \"na-arịọ arịrịọ\",\n    \"pleading\": \"na-arịọ\",\n    \"pleadingly\": \"dị mfe\",\n    \"pleadingness\": \"arịọnụ\",\n    \"pleadings\": \"rịọ\",\n    \"pleads\": \"rịọ\",\n    \"pleaproof\": \"ọapụ\",\n    \"pleas\": \"rịọ\",\n    \"pleasable\": \"ụtọ\",\n    \"pleasableness\": \"ụtọ\",\n    \"pleasance\": \"obi ụtọ\",\n    \"pleasant\": \"obi ụtọ\",\n    \"pleasantable\": \"na-atọ ụtọ\",\n    \"pleasanter\": \"iheanyichukwu\",\n    \"pleasantest\": \"nwee obi uto\",\n    \"pleasantish\": \"atọ ụtọ\",\n    \"pleasantly\": \"ụtọ\",\n    \"pleasantness\": \"obi uto\",\n    \"pleasantry\": \"ụtọ\",\n    \"pleasantries\": \"ụtọ\",\n    \"pleasantsome\": \"ọmarịcha ihe\",\n    \"pleasaunce\": \"rịọ gị\",\n    \"please\": \"Biko\",\n    \"pleased\": \"ụtọ\",\n    \"pleasedly\": \"ụtọ\",\n    \"pleasedness\": \"obi ụtọ\",\n    \"pleaseman\": \"onyeoma\",\n    \"pleasemen\": \"ihe ụtọ\",\n    \"pleaser\": \"edidem\",\n    \"pleasers\": \"ihe ụtọ\",\n    \"pleases\": \"masịrị\",\n    \"pleaship\": \"ụtọ\",\n    \"pleasing\": \"atọ ụtọ\",\n    \"pleasingly\": \"na-atọ ụtọ\",\n    \"pleasingness\": \"atọ ụtọ\",\n    \"pleasurability\": \"ụtọ\",\n    \"pleasurable\": \"atọ ụtọ\",\n    \"pleasurableness\": \"ụtọ\",\n    \"pleasurably\": \"na-atọ ụtọ\",\n    \"pleasure\": \"obi uto\",\n    \"pleasured\": \"amaro\",\n    \"pleasureful\": \"atọ ụtọ\",\n    \"pleasurefulness\": \"ụtọ\",\n    \"pleasurehood\": \"obi uto\",\n    \"pleasureless\": \"enweghị obi ụtọ\",\n    \"pleasurelessly\": \"enweghị obi ụtọ\",\n    \"pleasureman\": \"onye anuri\",\n    \"pleasurement\": \"obi ụtọ\",\n    \"pleasuremonger\": \"ihe ụtọ,\",\n    \"pleasureproof\": \"ihe na-enye obi ụtọ\",\n    \"pleasurer\": \"ụtọ\",\n    \"pleasures\": \"obi ụtọ\",\n    \"pleasuring\": \"-enweta obi ụtọ\",\n    \"pleasurist\": \"onye anakpo\",\n    \"pleasurous\": \"ihe ụtọ\",\n    \"pleat\": \"kpọọ\",\n    \"pleated\": \"juru afọ\",\n    \"pleater\": \"onye nzuzu\",\n    \"pleaters\": \"ndioma\",\n    \"pleating\": \"ekpenem\",\n    \"pleatless\": \"enweghị nkọwa\",\n    \"pleats\": \"na-arịọ\",\n    \"pleb\": \"ịrịọ\",\n    \"plebby\": \"iheoma\",\n    \"plebe\": \"rịọ\",\n    \"plebeian\": \"Nwabueze\",\n    \"plebeiance\": \"betọ\",\n    \"plebeianisation\": \"nnabata\",\n    \"plebeianise\": \"Ikwerre\",\n    \"plebeianised\": \"Ikwesiri\",\n    \"plebeianising\": \"betọ\",\n    \"plebeianism\": \"betọ\",\n    \"plebeianization\": \"beme obi ụtọ\",\n    \"plebeianize\": \"Ikwerre\",\n    \"plebeianized\": \"Ikwesiri\",\n    \"plebeianizing\": \"betọ\",\n    \"plebeianly\": \"Ikwute\",\n    \"plebeianness\": \"inwe obi ụtọ\",\n    \"plebeians\": \"bemụ akaebe\",\n    \"plebeity\": \"inwe obi ụtọ\",\n    \"plebes\": \"Na-arịọ\",\n    \"plebescite\": \"igbanwe\",\n    \"plebian\": \"Obodo\",\n    \"plebianism\": \"betọ\",\n    \"plebicolar\": \"ọmarịcha ihe\",\n    \"plebicolist\": \"ndiegwu\",\n    \"plebicolous\": \"ọmarịcha ihe\",\n    \"plebify\": \"ijuanụ\",\n    \"plebificate\": \"dị mma\",\n    \"plebification\": \"brịba ama\",\n    \"plebiscitary\": \"nkịtị\",\n    \"plebiscitarian\": \"afọ ojuju\",\n    \"plebiscitarism\": \"bisrịrị ọbisụ\",\n    \"plebiscite\": \"igbanwe\",\n    \"plebiscites\": \"iheanacho\",\n    \"plebiscitic\": \"igbanwe\",\n    \"plebiscitum\": \"ọmarịcha\",\n    \"plebs\": \"na-arịọ\",\n    \"pleck\": \"Kpọọ\",\n    \"plecoptera\": \"Kpọtụrụ\",\n    \"plecopteran\": \"nkịtị\",\n    \"plecopterid\": \"Nwachukwu\",\n    \"plecopterous\": \"ọmarịcha\",\n    \"plecotinae\": \"Nwachukwu\",\n    \"plecotine\": \"Nwachukwu\",\n    \"plecotus\": \"ọrịre\",\n    \"plectopter\": \"mkpanaka\",\n    \"plectopterous\": \"ihe anakpo\",\n    \"plectospondylous\": \"Nke a na-egosi\",\n    \"plectra\": \"mkpọtụ\",\n    \"plectre\": \"okirikiri\",\n    \"plectridial\": \"ọkwà\",\n    \"plectron\": \"ngwa ngwa\",\n    \"plectrons\": \"ngwa ngwa\",\n    \"plectrontra\": \"okpokoro\",\n    \"plectrum\": \"mkpịsị\",\n    \"plectrums\": \"mkpịsị\",\n    \"pled\": \"juru\",\n    \"pledable\": \"ekwuru\",\n    \"pledge\": \"nkwa\",\n    \"pledgeable\": \"kwere ekwe\",\n    \"pledged\": \"kwere nkwa\",\n    \"pledgee\": \"kwe nkwa\",\n    \"pledgees\": \"kwere nkwa\",\n    \"pledgeholder\": \"onye kwere ekwe\",\n    \"pledgeless\": \"enweghị nkwa\",\n    \"pledgeor\": \"onye kwere ekwe\",\n    \"pledgeors\": \"ndị kwere ekwe\",\n    \"pledger\": \"kwere nkwa\",\n    \"pledgers\": \"ndị kwere ekwe\",\n    \"pledges\": \"kwere nkwa\",\n    \"pledgeshop\": \"kwe nkwa\",\n    \"pledget\": \"kwere nkwa\",\n    \"pledgets\": \"ekwe nkwa\",\n    \"pledging\": \"ekwe nkwa\",\n    \"pledgor\": \"Ezigbo\",\n    \"pledgors\": \"ndị kwere ekwe\",\n    \"plegadis\": \"ndiigbo\",\n    \"plegaphonia\": \"igbanwe\",\n    \"pleiad\": \"rịọ\",\n    \"pleiades\": \"amara\",\n    \"pleiads\": \"rịọ\",\n    \"pleinairist\": \"okwe\",\n    \"pleiobar\": \"iolọ\",\n    \"pleiocene\": \"ọmarịcha\",\n    \"pleiochromia\": \"iolọ\",\n    \"pleiochromic\": \"ọmarịcha ihe\",\n    \"pleiomastia\": \"iotọ\",\n    \"pleiomazia\": \"ioemamaa\",\n    \"pleiomery\": \"okpokoro\",\n    \"pleiomerous\": \"atọ ụtọ\",\n    \"pleion\": \"udo\",\n    \"pleione\": \"Ndokwa\",\n    \"pleionian\": \"Onyekwere\",\n    \"pleiophylly\": \"Ugbor\",\n    \"pleiophyllous\": \"Ugbor\",\n    \"pleiotaxy\": \"ọmarịcha\",\n    \"pleiotaxis\": \"iotọ\",\n    \"pleiotropy\": \"Onochie\",\n    \"pleiotropic\": \"okpokwu\",\n    \"pleiotropically\": \"iotnye anya mmiri\",\n    \"pleiotropism\": \"okpokoro\",\n    \"pleis\": \"isrị\",\n    \"pleistocene\": \"Ubueze\",\n    \"pleistocenic\": \"Ndidiukwu\",\n    \"pleistoseist\": \"onyeegwu\",\n    \"plemyrameter\": \"okpokoro\",\n    \"plemochoe\": \"igbanwe\",\n    \"plena\": \"rịọ\",\n    \"plenary\": \"Mgbakọ\",\n    \"plenarily\": \"ugboro\",\n    \"plenariness\": \"izu oke\",\n    \"plenarty\": \"ọtụtụ\",\n    \"pleny\": \"dị ụtọ\",\n    \"pleniloquence\": \"amara\",\n    \"plenilunary\": \"ogologo\",\n    \"plenilune\": \"oge\",\n    \"plenipotence\": \"ikike\",\n    \"plenipotency\": \"amara\",\n    \"plenipotent\": \"nwee afọ ojuju\",\n    \"plenipotential\": \"Enwere ike\",\n    \"plenipotentiality\": \"ikike ime ihe\",\n    \"plenipotentiary\": \"ikike\",\n    \"plenipotentiaries\": \"ikike\",\n    \"plenipotentiarily\": \"n'usoro\",\n    \"plenipotentiaryship\": \"nitọ mmụọ\",\n    \"plenipotentiarize\": \"Ikwesiri\",\n    \"plenish\": \"juru eju\",\n    \"plenished\": \"gbuchaa\",\n    \"plenishes\": \"ghachia\",\n    \"plenishing\": \"jisie ike\",\n    \"plenishment\": \"juru afọ\",\n    \"plenism\": \"juru n'ọnụ\",\n    \"plenisms\": \"Nri\",\n    \"plenist\": \"gbasaa\",\n    \"plenists\": \"ndị na-eme mkpọtụ\",\n    \"plenity\": \"ọtụtụ\",\n    \"plenitide\": \"ogologo\",\n    \"plenitude\": \"ọtụtụ\",\n    \"plenitudinous\": \"ụbara\",\n    \"plenshing\": \"ichikota\",\n    \"plenteous\": \"hie nne\",\n    \"plenteously\": \"ọtụtụ\",\n    \"plenteousness\": \"ụba\",\n    \"plenty\": \"ọtụtụ\",\n    \"plentify\": \"gbue\",\n    \"plentiful\": \"hiri nne\",\n    \"plentifully\": \"hie nne\",\n    \"plentifulness\": \"hie nne\",\n    \"plentitude\": \"ebere\",\n    \"plenums\": \"Ijeri\",\n    \"pleochroic\": \"Nwachukwu\",\n    \"pleochroism\": \"obọchị pleochroism\",\n    \"pleochroitic\": \"obọchị pleochroitic\",\n    \"pleochromatic\": \"Ugboro abụọ\",\n    \"pleochromatism\": \"obọchị pleochromatism\",\n    \"pleochroous\": \"oluoma\",\n    \"pleocrystalline\": \"Ihe omumu\",\n    \"pleodont\": \"ọrịre\",\n    \"pleomastia\": \"okomoko\",\n    \"pleomastic\": \"dị ụtọ\",\n    \"pleometrotic\": \"ọmarịcha\",\n    \"pleomorph\": \"okomoko\",\n    \"pleomorphy\": \"nkịtị\",\n    \"pleomorphic\": \"ọmarịcha\",\n    \"pleomorphism\": \"omrịrị ọomụ\",\n    \"pleomorphist\": \"onye nzuzu\",\n    \"pleomorphous\": \"omrịrị ọ .ụ\",\n    \"pleon\": \"ụda\",\n    \"pleonal\": \"ire\",\n    \"pleonasm\": \"ontọ\",\n    \"pleonasms\": \"ebumnobi\",\n    \"pleonast\": \"ọmarịcha\",\n    \"pleonaste\": \"ontọ\",\n    \"pleonastic\": \"dị ụtọ\",\n    \"pleonastical\": \"ihe nzuzu\",\n    \"pleonastically\": \"na-atọ ụtọ\",\n    \"pleonectic\": \"Ogbe\",\n    \"pleonexia\": \"Ndidi\",\n    \"pleonic\": \"ihe nzuzu\",\n    \"pleophagous\": \"Ikenna Obi\",\n    \"pleophyletic\": \"Udo Nwoko\",\n    \"pleopod\": \"opnwa\",\n    \"pleopodite\": \"Ikenna\",\n    \"pleopods\": \"Nwunye\",\n    \"pleospora\": \"osinachi\",\n    \"pleosporaceae\": \"osbọchị pleosporaceae\",\n    \"plerergate\": \"Ubuekama\",\n    \"plerocercoid\": \"Nwachukwu\",\n    \"pleroma\": \"rolọ\",\n    \"pleromatic\": \"okpokoro\",\n    \"plerome\": \"Obere\",\n    \"pleromorph\": \"ọmarịcha\",\n    \"plerophory\": \"okpo\",\n    \"plerophoric\": \"pyrophoric\",\n    \"plerosis\": \"Ọkpụkpụ\",\n    \"plerotic\": \"rogha\",\n    \"plesance\": \"obi ụtọ\",\n    \"plesianthropus\": \"Onyinyechukwu\",\n    \"plesiobiotic\": \"mmmmmmmmmmmmm\",\n    \"plesiomorphic\": \"Nkechi\",\n    \"plesiosaur\": \"Onyinyechukwu\",\n    \"plesiosauri\": \"Onyinyechukwu\",\n    \"plesiosauria\": \"Onyinyechukwu\",\n    \"plesiosaurian\": \"Onyinyechukwu\",\n    \"plesiosauroid\": \"Onyinyechukwu\",\n    \"plesiosaurus\": \"Onyinyechukwu\",\n    \"plessigraph\": \"adịghị anya\",\n    \"plessimeter\": \"enweghị atụ\",\n    \"plessimetry\": \"enweghị atụ\",\n    \"plessimetric\": \"enweghị atụ\",\n    \"plessor\": \"enweghị isi\",\n    \"plessors\": \"ndị nlekọta\",\n    \"plethysmogram\": \"thtọ asụsụ\",\n    \"plethysmograph\": \"ọmarịcha aha\",\n    \"plethysmography\": \"ọmarịcha ihe nkiri\",\n    \"plethysmographic\": \"ọmarịcha ihe nkiri\",\n    \"plethysmographically\": \"ọụ\",\n    \"plethodon\": \"Ogbe\",\n    \"plethodontid\": \"Kpọtụrụ\",\n    \"plethron\": \"Nwachukwu\",\n    \"plethrum\": \"ụrọ\",\n    \"pleura\": \"rịọ\",\n    \"pleuracanthea\": \"okpokoro\",\n    \"pleuracanthidae\": \"nkịtị\",\n    \"pleuracanthini\": \"nkịtị\",\n    \"pleuracanthoid\": \"Ogbe\",\n    \"pleuracanthus\": \"nkịtị\",\n    \"pleurae\": \"rịọ\",\n    \"pleural\": \"dị ụtọ\",\n    \"pleuralgic\": \"nkịtị\",\n    \"pleurapophysial\": \"uraomumu\",\n    \"pleuras\": \"rịọ\",\n    \"pleurectomy\": \"ọrịre\",\n    \"pleurenchyma\": \"Obiligbo\",\n    \"pleurenchymatous\": \"Udochukwu\",\n    \"pleuric\": \"dị ụtọ\",\n    \"pleuriseptate\": \"iwuegwu\",\n    \"pleurisy\": \"ikike\",\n    \"pleurisies\": \"ikike\",\n    \"pleurite\": \"udo\",\n    \"pleuritic\": \"ọmarịcha\",\n    \"pleuritical\": \"dị ụtọ\",\n    \"pleuritically\": \"n'ụzọ dị mma\",\n    \"pleurobrachia\": \"Nwabueze\",\n    \"pleurobranch\": \"uronye\",\n    \"pleurobranchial\": \"urokpụrụ olu\",\n    \"pleurobranchiate\": \"Nwunye\",\n    \"pleurocapsa\": \"urotọ\",\n    \"pleurocapsaceous\": \"ọmarịcha\",\n    \"pleurocarp\": \"bụ\",\n    \"pleurocarpi\": \"uronwa\",\n    \"pleurocarpous\": \"urotọ\",\n    \"pleurocele\": \"oluoma\",\n    \"pleurocentesis\": \"urotọ\",\n    \"pleurocentral\": \"urobụ\",\n    \"pleurocentrum\": \"Nwunye\",\n    \"pleurocera\": \"Nwabueze\",\n    \"pleurocerebral\": \"okpokoro\",\n    \"pleuroceroid\": \"Oyibo\",\n    \"pleurococcaceous\": \"Nwunye\",\n    \"pleurococcus\": \"Nwunye\",\n    \"pleurodynic\": \"uroomamiri\",\n    \"pleurodira\": \"Nwabueze\",\n    \"pleurodiran\": \"Nwabueze\",\n    \"pleurodire\": \"Nwunye\",\n    \"pleurodirous\": \"dị ụtọ\",\n    \"pleurodiscous\": \"urotọ\",\n    \"pleurodont\": \"mmmmmmmmmmmmm\",\n    \"pleurogenic\": \"Nwunye\",\n    \"pleurogenous\": \"dị mma\",\n    \"pleuroid\": \"oluukwu\",\n    \"pleurolysis\": \"Ọrịa\",\n    \"pleurolith\": \"Nwabueze\",\n    \"pleuron\": \"ulọ\",\n    \"pleuronect\": \"Nwunye\",\n    \"pleuronectes\": \"Nwunye\",\n    \"pleuronectid\": \"Ndidi\",\n    \"pleuronectoid\": \"Nwachukwu\",\n    \"pleuronema\": \"Peeronema\",\n    \"pleuropedal\": \"urobụ\",\n    \"pleuropericardial\": \"urodị olu ọma\",\n    \"pleuropericarditis\": \"Ọrịa afọ mmụọ\",\n    \"pleuroperitonaeal\": \"Ndidi\",\n    \"pleuroperitoneal\": \"Nwachukwu\",\n    \"pleuroperitoneum\": \"urolọ pleuroperitoneum\",\n    \"pleuropneumonia\": \"Ọrịa afọ\",\n    \"pleuropneumonic\": \"Puropneumonic\",\n    \"pleuropodium\": \"Okpukpo\",\n    \"pleuropterygian\": \"Onyekwere\",\n    \"pleuropterygii\": \"uroomumuochi\",\n    \"pleuropulmonary\": \"urogba afọ\",\n    \"pleurorrhea\": \"Udochukwu\",\n    \"pleurosaurus\": \"Nwabueze\",\n    \"pleurosigma\": \"urotọ\",\n    \"pleurospasm\": \"gba mbọ\",\n    \"pleurosteal\": \"urobụ\",\n    \"pleurosteon\": \"Uchechukwu\",\n    \"pleurostict\": \"onyeagw\",\n    \"pleurosticti\": \"Nwachukwu\",\n    \"pleurostigma\": \"urotọ\",\n    \"pleurothotonic\": \"Iwuchukwu\",\n    \"pleurothotonos\": \"uroomie\",\n    \"pleurothotonus\": \"ọmarịcha\",\n    \"pleurotyphoid\": \"Nwunye\",\n    \"pleurotomarioid\": \"Ndidi\",\n    \"pleurotomy\": \"ọrịre\",\n    \"pleurotomid\": \"Nwabueze\",\n    \"pleurotomies\": \"ọmarịcha\",\n    \"pleurotomine\": \"Nwabueze\",\n    \"pleurotomoid\": \"Nwabueze\",\n    \"pleurotonic\": \"okpo\",\n    \"pleurotonus\": \"urobụ\",\n    \"pleurotribal\": \"olu\",\n    \"pleurotribe\": \"Nwunye\",\n    \"pleurotropous\": \"Nwunye\",\n    \"pleurotus\": \"Iwuegwu\",\n    \"pleurovisceral\": \"Nwabueze\",\n    \"pleurum\": \"ọurụ\",\n    \"pleuston\": \"Ndumodu\",\n    \"pleustonic\": \"ustgha\",\n    \"pleustons\": \"Ogbe\",\n    \"plevin\": \"Uchechukwu\",\n    \"plew\": \"rịọ\",\n    \"plewch\": \"Kpọọ\",\n    \"plewgh\": \"Nwachukwu\",\n    \"plex\": \"Ogbe\",\n    \"plexal\": \"xtọ\",\n    \"plexicose\": \"gbamgbam\",\n    \"plexiform\": \"Obosara\",\n    \"plexiglas\": \"Obosara\",\n    \"plexiglass\": \"Ugboro abụọ\",\n    \"pleximeter\": \"ihe nkiri\",\n    \"pleximetry\": \"igbanwe\",\n    \"pleximetric\": \"okpokoro\",\n    \"plexippus\": \"Udochukwu\",\n    \"plexodont\": \"xlọọrụ\",\n    \"plexometer\": \"okomoko\",\n    \"plexor\": \"Oyibo\",\n    \"plexors\": \"Ihe ijuanya\",\n    \"plexure\": \"ihe ijuanya\",\n    \"plexuses\": \"Ihe ijuanya\",\n    \"plf\": \"Ihe\",\n    \"pli\": \"Pli\",\n    \"ply\": \"ịkwanyere\",\n    \"pliable\": \"mgbanwe\",\n    \"pliableness\": \"pliable ness\",\n    \"pliably\": \"mkpali\",\n    \"pliancy\": \"ọkpụrụkpụ\",\n    \"pliancies\": \"ndị ahịa\",\n    \"pliant\": \"ewe iwe\",\n    \"pliantly\": \"ewe iwe\",\n    \"pliantness\": \"nnweta dị mfe\",\n    \"plicable\": \"nke nwere ike\",\n    \"plical\": \"Akwụkwọ Nsọ\",\n    \"plicate\": \"ime\",\n    \"plicated\": \"nsogbu\",\n    \"plicately\": \"n'ụzọ\",\n    \"plicateness\": \"ịdị ọcha\",\n    \"plicating\": \"na-eme\",\n    \"plication\": \"ngwa\",\n    \"plicative\": \"nkea\",\n    \"plicatocontorted\": \"ịkwanyere\",\n    \"plicatocristate\": \"Uchechukwu\",\n    \"plicatulate\": \"ịdọ aka ná ntị\",\n    \"plicidentine\": \"Udochukwu\",\n    \"pliciferous\": \"achagharị\",\n    \"plied\": \"koro\",\n    \"plyer\": \"ihe ndozi\",\n    \"pliers\": \"Ngwa mkpaji\",\n    \"plyers\": \"ndị na-agba mmiri\",\n    \"plight\": \"nsogbu\",\n    \"plighted\": \"nsogbu\",\n    \"plighter\": \"pipụ\",\n    \"plighters\": \"ndị na-emekpa ahụ\",\n    \"plighting\": \"na-enwe nsogbu\",\n    \"plights\": \"na-akụda\",\n    \"plying\": \"na-atụgharị\",\n    \"plyingly\": \"na-egosi\",\n    \"plimmed\": \"-ajụjụ\",\n    \"plimming\": \"umbme Plọmba\",\n    \"plymouth\": \"Plymouth\",\n    \"plymouthist\": \"Onyeka Onwenu\",\n    \"plymouthite\": \"Plymouthite\",\n    \"plymouths\": \"Plymouths\",\n    \"plimsol\": \"Obubu\",\n    \"plimsole\": \"Obubu\",\n    \"plimsoles\": \"ihe ngwugwu\",\n    \"plimsoll\": \"Obubu\",\n    \"plimsolls\": \"Ebube\",\n    \"plimsols\": \"ihe onyinye\",\n    \"plinian\": \"Uchechukwu\",\n    \"plink\": \"ifuru\",\n    \"plinked\": \"dara\",\n    \"plinkers\": \"ndị nleda\",\n    \"plinking\": \"na-amata\",\n    \"plinks\": \"na-ada\",\n    \"plinth\": \"mkpịsị aka\",\n    \"plinthiform\": \"tinye\",\n    \"plinthless\": \"enweghị atụ\",\n    \"plinthlike\": \"ihe ijuanya\",\n    \"pliopithecus\": \"Udochukwu\",\n    \"pliosaur\": \"ọkwụrụ\",\n    \"pliosaurian\": \"Onyekwere\",\n    \"pliosaurus\": \"Nwunye\",\n    \"pliothermic\": \"ọrịre\",\n    \"pliotron\": \"Akwa Ibom\",\n    \"plitch\": \"zopu\",\n    \"ploat\": \"ite aka\",\n    \"ploceiform\": \"Ogbogu Okonji\",\n    \"ploceinae\": \"Onyinyechukwu\",\n    \"ploceus\": \"ịmachi\",\n    \"plock\": \"mkpọchi\",\n    \"plod\": \"Ugboro\",\n    \"plodded\": \"kpakpando\",\n    \"plodder\": \"Ngwakpo\",\n    \"plodderly\": \"N'ike\",\n    \"plodders\": \"ihe ndozi\",\n    \"plodding\": \"Na-atụgharị\",\n    \"ploddingly\": \"na-agbasi ike\",\n    \"ploddingness\": \"agụụ\",\n    \"plods\": \"Mpekere\",\n    \"ploy\": \"aghụghọ\",\n    \"ploidy\": \"ịkwụ ụgwọ\",\n    \"ploidies\": \"Nkọwa\",\n    \"ployed\": \"gwuru\",\n    \"ploying\": \"na-ekwu okwu\",\n    \"ploimate\": \"na-akụ\",\n    \"ployment\": \"ọrụ\",\n    \"ploys\": \"aghụghọ\",\n    \"plomb\": \"okpokoro\",\n    \"plonked\": \"gharịị\",\n    \"plonking\": \"na-akụ\",\n    \"plonks\": \"okwukwu\",\n    \"plook\": \"anya\",\n    \"plop\": \"onyinye\",\n    \"plopped\": \"agbachi\",\n    \"plopping\": \"na-emegharị\",\n    \"plops\": \"Mpekere\",\n    \"ploration\": \"ichoro\",\n    \"ploratory\": \"okwukwu\",\n    \"plosion\": \"ihie\",\n    \"plosions\": \"iberibe\",\n    \"plosive\": \"Nkechi\",\n    \"plosives\": \"okpokoro\",\n    \"plot\": \"ibé\",\n    \"plotch\": \"nkata\",\n    \"plote\": \"ogbe\",\n    \"plotful\": \"aghụghọ\",\n    \"plotinian\": \"aghụghọ\",\n    \"plotinic\": \"nzube\",\n    \"plotinism\": \"izu nzuzo\",\n    \"plotinist\": \"onye izu nzuzo\",\n    \"plotinize\": \"kpaa nkata\",\n    \"plotless\": \"izu ezu\",\n    \"plotlessness\": \"enweghị izu\",\n    \"plotlib\": \"kpakpando\",\n    \"plotosid\": \"Onyinyechi\",\n    \"plotproof\": \"ihe mgbochi\",\n    \"plots\": \"ibé\",\n    \"plott\": \"ibé\",\n    \"plottage\": \"paseeji\",\n    \"plottages\": \"nkata\",\n    \"plotted\": \"kpara nkata\",\n    \"plotter\": \"onye na-akpa nkata\",\n    \"plottery\": \"nkata\",\n    \"plotters\": \"ndị na-akpa nkata\",\n    \"plotty\": \"nkata\",\n    \"plottier\": \"izu ike\",\n    \"plottiest\": \"kpara nkata\",\n    \"plotting\": \"na-akpa nkata\",\n    \"plottingly\": \"na-akpa nkata\",\n    \"plotx\": \"Ebumnobi\",\n    \"plough\": \"koo mba\",\n    \"ploughboy\": \"Udochukwu\",\n    \"ploughed\": \"nke a na-akọ ubi\",\n    \"plougher\": \"ịkwụ ụgwọ\",\n    \"ploughers\": \"Ngwakpo\",\n    \"ploughfoot\": \"Ikechukwu\",\n    \"ploughgang\": \"Nwachukwu\",\n    \"ploughgate\": \"Ikechukwu\",\n    \"ploughhead\": \"akuku\",\n    \"ploughing\": \".kọ ihe\",\n    \"ploughjogger\": \"Nwachukwu\",\n    \"ploughland\": \"Ohajiukwu\",\n    \"ploughline\": \"Ugbor\",\n    \"ploughman\": \"Onye na-akọ ubi\",\n    \"ploughmanship\": \"Ikwusa ozi ọma\",\n    \"ploughmell\": \"Onyekwere\",\n    \"ploughmen\": \"ndi nkedo\",\n    \"ploughpoint\": \"Ebe\",\n    \"ploughs\": \"na-akọ ihe\",\n    \"ploughshare\": \"Nwachukwu\",\n    \"ploughshoe\": \"Ikechukwu\",\n    \"ploughstaff\": \"Onyekwere\",\n    \"ploughstilt\": \"Nwachukwu\",\n    \"ploughtail\": \"Uloukwu\",\n    \"ploughwise\": \"nzu\",\n    \"ploughwright\": \"Nwachukwu\",\n    \"plouked\": \"akuko\",\n    \"plouky\": \"Ikwusi\",\n    \"plounce\": \"nkwusa\",\n    \"plousiocracy\": \"Ikwusi-ike\",\n    \"plout\": \"ịda mba\",\n    \"plouteneion\": \"Ikwuihe\",\n    \"plouter\": \"ihe ekwenti\",\n    \"plovery\": \"ibu ọrụ\",\n    \"ploverlike\": \"yiri ka ọ dị\",\n    \"plovers\": \"ihe nkedo\",\n    \"plow\": \"koo mba\",\n    \"plowable\": \"ịkọ ihe\",\n    \"plowback\": \"ịkọ ihe\",\n    \"plowbacks\": \"ịkọ ihe\",\n    \"plowboy\": \"na-akọ ubi\",\n    \"plowboys\": \"na-akọ ihe\",\n    \"plowed\": \"nke a na-akọ ubi\",\n    \"plower\": \"onye na-akọ ihe\",\n    \"plowers\": \"Ndị na-akọ ihe\",\n    \"plowfoot\": \"nweta ụkwụ\",\n    \"plowgang\": \"Ogwu\",\n    \"plowgraith\": \"ịkọ ihe\",\n    \"plowhead\": \"olulu\",\n    \"plowing\": \".kọ ihe\",\n    \"plowjogger\": \"onye na-akọ ala\",\n    \"plowland\": \"Ala-ubi\",\n    \"plowlands\": \"Ala ubi\",\n    \"plowmaker\": \"onye na-akọ ihe\",\n    \"plowmaking\": \"na-akọ ihe\",\n    \"plowman\": \"Onye na-akọ ubi\",\n    \"plowmen\": \"Ndị na-akọ ubi\",\n    \"plows\": \"na-akọ ihe\",\n    \"plowshare\": \"ịkọ osisi\",\n    \"plowshares\": \"plowsha\",\n    \"plowtail\": \".lọ osisi\",\n    \"plowter\": \"onye na-akọ ubi\",\n    \"plowwise\": \"na-akọ ubi\",\n    \"plowwoman\": \"Nwanyị na-akọ ubi\",\n    \"pluck\": \"ghota\",\n    \"pluckage\": \"ghota\",\n    \"plucked\": \"napụnụ\",\n    \"pluckedness\": \"napụtakarị\",\n    \"plucker\": \"na-emegharị ihe\",\n    \"pluckerian\": \"Okwukwu\",\n    \"pluckier\": \"ghota\",\n    \"pluckiest\": \"dọtụchara\",\n    \"pluckily\": \"nwepu\",\n    \"pluckiness\": \"Ogha\",\n    \"plucking\": \"na-efopụ\",\n    \"pluckless\": \"enweghị ike\",\n    \"plucklessly\": \"enweghị atụ\",\n    \"plucklessness\": \"enweghị ihe\",\n    \"plud\": \"gbakwunyere\",\n    \"pluffer\": \"pluff\",\n    \"pluffy\": \"pluff\",\n    \"plug\": \"plọg\",\n    \"plugdrawer\": \"ngwa mgbakwunye\",\n    \"plugged\": \"nkwụnye\",\n    \"plugger\": \"nkwụnye\",\n    \"pluggers\": \"ihe nkwụnye\",\n    \"pluggy\": \"ngwa mgbakwunye\",\n    \"plugging\": \"ịkwụnye\",\n    \"pluggingly\": \"ịkwanye\",\n    \"plughole\": \"nkwụnye\",\n    \"pluglees\": \"plọg\",\n    \"plugless\": \"n'akuku\",\n    \"pluglike\": \"yiri\",\n    \"plugman\": \"nkwụnye\",\n    \"plugmen\": \"nkwụnye\",\n    \"plugs\": \"plọg\",\n    \"plugtray\": \"nkwụnye\",\n    \"plugtree\": \"nkwụnye\",\n    \"plugugly\": \"nkwụnye\",\n    \"pluguglies\": \"nkwụnye\",\n    \"plum\": \"plọm\",\n    \"plumach\": \"plọp\",\n    \"plumagery\": \"ihe ndozi\",\n    \"plumate\": \"plọm\",\n    \"plumbaginous\": \"afotu\",\n    \"plumbate\": \"ọkpọkọm\",\n    \"plumbeous\": \"plumbous\",\n    \"plumber\": \"plọmba\",\n    \"plumbery\": \"umme mmiri\",\n    \"plumberies\": \"plumbers\",\n    \"plumbership\": \"umzọ plọmba\",\n    \"plumbet\": \"plọmba\",\n    \"plumbiferous\": \"na-afụ ụfụ\",\n    \"plumbing\": \"umbme Plọmba\",\n    \"plumbings\": \"Plumbings\",\n    \"plumbism\": \"plọmba\",\n    \"plumbisms\": \"ihe ndozi\",\n    \"plumblessness\": \"enweghị nsogbu\",\n    \"plumbness\": \"Pọmbụ\",\n    \"plumbs\": \"plọb\",\n    \"plumbum\": \"piom\",\n    \"plumbums\": \"plọmba\",\n    \"plume\": \"ifip\",\n    \"plumed\": \"dara\",\n    \"plumemaking\": \"umme paịl\",\n    \"plumeous\": \"plume\",\n    \"plumery\": \"paịl\",\n    \"plumes\": \"afụ\",\n    \"plumet\": \"plọm\",\n    \"plumify\": \"ida\",\n    \"plumification\": \"plọm\",\n    \"plumigerous\": \"na-eme mkpọtụ\",\n    \"pluminess\": \"plọm\",\n    \"pluming\": \"umbme Plọmba\",\n    \"plumlet\": \"plummet\",\n    \"plummeted\": \"dara\",\n    \"plummeting\": \"na-akụda\",\n    \"plumming\": \"na-agbapụta\",\n    \"plumped\": \"amaba\",\n    \"plumpen\": \"ifa\",\n    \"plumpened\": \"ama afia\",\n    \"plumpening\": \"na-akụda\",\n    \"plumpens\": \"na-ada\",\n    \"plumper\": \"plọmba\",\n    \"plumping\": \"na-akụ\",\n    \"plumpish\": \"afụ\",\n    \"plumps\": \"na-akụda\",\n    \"plums\": \"piom\",\n    \"plumulate\": \"plọm\",\n    \"plumule\": \"plọm\",\n    \"plunder\": \"kwatara ihe\",\n    \"plunderbund\": \"kwakọrọ ihe\",\n    \"plundered\": \"kwatara n'agha\",\n    \"plunderer\": \"onye ohi\",\n    \"plunderers\": \"ndị na-apụnara mmadụ ihe\",\n    \"plunderess\": \"napụnara\",\n    \"plundering\": \"na-apụnara mmadụ ihe\",\n    \"plunderingly\": \"n'agha\",\n    \"plunderless\": \"n'agha\",\n    \"plunderous\": \"plunde\",\n    \"plunderproof\": \"ịkwakọrọ ihe\",\n    \"plunders\": \"na-ebukọrọ ihe mmadụ\",\n    \"plunge\": \"mikpuo\",\n    \"plunged\": \"mikpuo\",\n    \"plungeon\": \"olulu\",\n    \"plunger\": \"olulu\",\n    \"plungers\": \"olulu\",\n    \"plunges\": \"na-ada\",\n    \"plungy\": \"na-agbada\",\n    \"plunging\": \"olulu\",\n    \"plungingly\": \"na-ada\",\n    \"plungingness\": \"na-agbada\",\n    \"plunk\": \"zọnye\",\n    \"plunked\": \"kwụwa\",\n    \"plunkers\": \"Ndị na-akụ azụ\",\n    \"plunking\": \"na-akụ\",\n    \"pluperfect\": \"zuru oke\",\n    \"pluperfectly\": \"n'ụzọ zuru oke\",\n    \"pluperfects\": \"ihe na-emetụta\",\n    \"plur\": \"ifu\",\n    \"plural\": \"otutu\",\n    \"pluralise\": \"otutu\",\n    \"pluralised\": \"puru iche\",\n    \"pluraliser\": \"Ntughari\",\n    \"pluralising\": \"ichikota\",\n    \"pluralism\": \"Ọtụtụ mmadụ\",\n    \"pluralist\": \"otutu\",\n    \"pluralistic\": \"otutu\",\n    \"pluralistically\": \"n'ọtụtụ\",\n    \"plurality\": \"ọtụtụ\",\n    \"pluralities\": \"otutu\",\n    \"pluralization\": \"ichikota\",\n    \"pluralize\": \"ịbawanye ụba\",\n    \"pluralized\": \"Otutu\",\n    \"pluralizing\": \"ichikota\",\n    \"plurally\": \"otutu\",\n    \"pluralness\": \"ọtụtụ\",\n    \"plurals\": \"idi otutu\",\n    \"plurative\": \"ọtụtụ\",\n    \"plurennial\": \"Uchechukwu\",\n    \"pluriaxial\": \"nweze\",\n    \"pluridentate\": \"onye ọ bụla\",\n    \"pluries\": \"akwukwu\",\n    \"plurifacial\": \"nwekwukwu\",\n    \"plurify\": \"itisa\",\n    \"plurification\": \"ịgbasa\",\n    \"pluriglandular\": \"nke pluriglandular\",\n    \"plurilateral\": \"nnukwu ego\",\n    \"plurilingual\": \"na-asụ asụsụ\",\n    \"plurilingualism\": \"urdị asụsụ\",\n    \"plurilingualist\": \"urzụ asụsụ\",\n    \"pluriliteral\": \"nnukwu ụlọ\",\n    \"plurinominal\": \"Akwa\",\n    \"pluripotence\": \"nwe ike\",\n    \"pluripotent\": \"nwere ike\",\n    \"pluripresence\": \"ịkwanụ\",\n    \"pluriseptate\": \"nwe obodo\",\n    \"pluriserial\": \"ikike\",\n    \"pluriseriate\": \"ịchị\",\n    \"pluriseriated\": \"chịrị\",\n    \"plurisy\": \"ikike\",\n    \"plurisyllabic\": \"nwezie\",\n    \"plurisyllable\": \"Enwere ike\",\n    \"plurispiral\": \"ikike\",\n    \"plurisporous\": \"nwere\",\n    \"plurivalent\": \"nwere ike\",\n    \"plurivalve\": \"nweze\",\n    \"plurivory\": \"ihe mkpuchi\",\n    \"plus\": \"gbakwunyere\",\n    \"pluses\": \"gbakwunyere\",\n    \"plush\": \"gbakwunyere\",\n    \"plushed\": \"gbakwunyere\",\n    \"plusher\": \"gbakwunyere\",\n    \"plushes\": \"plushie\",\n    \"plushest\": \"gbakwunyere\",\n    \"plushette\": \"pleshette\",\n    \"plushy\": \"gbakwunyere\",\n    \"plushier\": \"ihe mgbakwunye\",\n    \"plushiest\": \"ihe kacha mma\",\n    \"plushily\": \"gbakwunyere\",\n    \"plushiness\": \"enweghị ego\",\n    \"plushly\": \"gbakwunyere\",\n    \"plushlike\": \"tinyekwara\",\n    \"plusia\": \"gbakwunyere\",\n    \"plusiinae\": \"gbakwunyere\",\n    \"plusquam\": \"gbakwunyere\",\n    \"plusquamperfect\": \"Ugboro abụọ\",\n    \"plussage\": \"mgbakwunye\",\n    \"plussages\": \"mgbakwunye\",\n    \"plusses\": \"tinye\",\n    \"pluteutei\": \"plutei\",\n    \"plutolatry\": \"utotọ\",\n    \"pluvialiform\": \"Pluvialiform\",\n    \"pluvialis\": \"Pluvialis\",\n    \"pluvian\": \"Pluvian\",\n    \"pluviometric\": \"acha anụnụ anụnụ\",\n    \"pluviometrical\": \"acha anụnụ anụnụ\",\n    \"pluvioscopic\": \"Agbanyokoyi\",\n    \"pluvious\": \"achalu\",\n    \"pm\": \"elekere\",\n    \"pmsg\": \"Ogbogu Okonji\",\n    \"pmt\": \"Nkechi\",\n    \"pneodynamics\": \"ihe omuma\",\n    \"pneograph\": \"ihe osise\",\n    \"pneometer\": \"pneometa\",\n    \"pneum\": \"oyi akpa\",\n    \"pneumas\": \"ka oyi baa\",\n    \"pneumatic\": \"oyi na-atụ\",\n    \"pneumatical\": \"oyi baa\",\n    \"pneumatically\": \"na-ekpo ọkụ\",\n    \"pneumaticity\": \"oyi ọkụ\",\n    \"pneumaticness\": \"oyi ọkụ\",\n    \"pneumatics\": \"oyi iku ume\",\n    \"pneumatism\": \"oyi ịba n'ahụ\",\n    \"pneumatist\": \"oyibo\",\n    \"pneumatize\": \"oyi iku ume\",\n    \"pneumatized\": \"oyi na-atụ\",\n    \"pneumatoce\": \"oyi iku ume\",\n    \"pneumatochemical\": \"akpa ume ọkụ\",\n    \"pneumatogenous\": \"ka oyi baa\",\n    \"pneumatographer\": \"onye oyibo\",\n    \"pneumatography\": \"oyi ịba ahụ\",\n    \"pneumatographic\": \"oyibo\",\n    \"pneumatolysis\": \"oyi baa\",\n    \"pneumatolytic\": \"oyi iku ume\",\n    \"pneumatology\": \"oyi baa\",\n    \"pneumatologic\": \"oyi baa\",\n    \"pneumatological\": \"oyi baa\",\n    \"pneumatologist\": \"Ọrịa oyibo\",\n    \"pneumatometer\": \"pneumatometa\",\n    \"pneumatometry\": \"oyi iku ume\",\n    \"pneumatomorphic\": \"ihe oyibo\",\n    \"pneumatonomy\": \"oyi iku ume\",\n    \"pneumatophany\": \"ọrịa pneumatophany\",\n    \"pneumatophanic\": \"oyibo\",\n    \"pneumatophony\": \"oyi baa\",\n    \"pneumatophoric\": \"oyi baa\",\n    \"pneumatophorous\": \"ka oyi baa\",\n    \"pneumatorrhachis\": \"oyi iku ume\",\n    \"pneumatosic\": \"oyi iku ume\",\n    \"pneumatosis\": \"oyi iku ume\",\n    \"pneumatotactic\": \"oyi iku ume\",\n    \"pneumatotherapeutics\": \"ọgwụgwọ pneumatotherapeutics\",\n    \"pneumatria\": \"oyi baa\",\n    \"pneume\": \"igwe\",\n    \"pneumectomy\": \"Ngwurugwu\",\n    \"pneumobacillus\": \"oyi oyi\",\n    \"pneumococcal\": \"ọrịa pneumococcal\",\n    \"pneumococcemia\": \"ọrịa pneumococcemia\",\n    \"pneumococcic\": \"ọrịa pneumococcic\",\n    \"pneumococcous\": \"ọrịa pneumococcous\",\n    \"pneumococcus\": \"oyibo\",\n    \"pneumoconiosis\": \"ọrịa pneumoconiosis\",\n    \"pneumodynamic\": \"ume okuko\",\n    \"pneumodynamics\": \"ihe omumu\",\n    \"pneumoencephalitis\": \"akpa umeji\",\n    \"pneumoenteritis\": \"ọrịa pneumoenteritis\",\n    \"pneumography\": \"ihe omimi\",\n    \"pneumolysis\": \"ọrịa pneumolysis\",\n    \"pneumolith\": \"oyi iku ume\",\n    \"pneumology\": \"ihe omimi\",\n    \"pneumological\": \"gbasara ahụike\",\n    \"pneumomassage\": \"oyi iku ume\",\n    \"pneumomycosis\": \"oyi iku ume\",\n    \"pneumonalgia\": \"oyi ịba n’akwara\",\n    \"pneumonectomy\": \"oyi iku ume\",\n    \"pneumonectomies\": \"oyi iku ume\",\n    \"pneumony\": \"ka oyi baa\",\n    \"pneumonia\": \"ọrịa oyi\",\n    \"pneumonic\": \"ka oyi baa\",\n    \"pneumonitic\": \"oyi baa\",\n    \"pneumonitis\": \"oyi baa\",\n    \"pneumonocentesis\": \"akpa ume\",\n    \"pneumonoenteritis\": \"oyi bara uba\",\n    \"pneumonography\": \"oyi ịba ahụ\",\n    \"pneumonographic\": \"oyi iku ume\",\n    \"pneumonolysis\": \"oyi baa\",\n    \"pneumonolith\": \"oyi akpa\",\n    \"pneumonopexy\": \"oyi iku ume\",\n    \"pneumonophorous\": \"oyi baa\",\n    \"pneumonophthisis\": \"oyibo\",\n    \"pneumonopleuritis\": \"ka oyi baa mmadụ\",\n    \"pneumonosis\": \"oyi baa\",\n    \"pneumopleuritis\": \"oyi baa\",\n    \"pneumorrachis\": \"oyi iku ume\",\n    \"pneumorrhagia\": \"akpa ume\",\n    \"pneumotactic\": \"oyi iku ume\",\n    \"pneumotherapeutics\": \"ịgwọ ọrịa pneumotherapeutics\",\n    \"pneumotherapy\": \"ịgwọ ọrịa pneumotherapy\",\n    \"pneumotyphus\": \"oyi iku ume\",\n    \"pneumotomy\": \"oyi iku ume\",\n    \"pneumotropic\": \"oyi iku ume\",\n    \"pneumotropism\": \"pneumo tropism\",\n    \"pneumoventriculography\": \"pneumo ventriculography\",\n    \"pnyx\": \"Obibi\",\n    \"poacher\": \"onye ekpuchita\",\n    \"poachers\": \"ndị na-eri ihe\",\n    \"poachiness\": \"ịdị njikere\",\n    \"poaching\": \"ịchụ nta\",\n    \"poales\": \"poa\",\n    \"pobbies\": \"egwuregwu\",\n    \"pochards\": \"obere akpa\",\n    \"pocked\": \"amaara\",\n    \"pocket\": \"akpa\",\n    \"pocketable\": \"n'akpa\",\n    \"pocketableness\": \"ngwa\",\n    \"pocketbook\": \"obere akpa\",\n    \"pocketbooks\": \"obere akpa\",\n    \"pocketcase\": \"akpa akpa\",\n    \"pocketed\": \"n'akpa\",\n    \"pocketer\": \"n'akpa\",\n    \"pocketers\": \"akpa\",\n    \"pocketful\": \"n'akpa\",\n    \"pocketfuls\": \"akpa\",\n    \"pockety\": \"pocketị\",\n    \"pocketing\": \"n'akpa uwe\",\n    \"pocketknife\": \"akpa akpa\",\n    \"pocketknives\": \"akpa mma\",\n    \"pocketless\": \"n'akpa\",\n    \"pocketlike\": \"n'akpa uwe\",\n    \"pockets\": \"akpa\",\n    \"pocketsful\": \"n'akpa\",\n    \"pockhouse\": \"ulo ahia\",\n    \"pockier\": \"pocky\",\n    \"pockiness\": \"pocki\",\n    \"pocks\": \"akpa\",\n    \"poculary\": \"poculari\",\n    \"poculation\": \"agbatị\",\n    \"podagrous\": \"ihe\",\n    \"podalic\": \"pọdalik\",\n    \"podargue\": \"okpu\",\n    \"podarthral\": \"okpokoro\",\n    \"podatus\": \"pọdus\",\n    \"podded\": \"gbanye\",\n    \"poddy\": \"pọdk\",\n    \"poddige\": \"porridge\",\n    \"podding\": \"ntinye\",\n    \"poddish\": \"radish\",\n    \"poddock\": \"pọd n'ọdụ ụgbọ mmiri\",\n    \"podesta\": \"kpakpando\",\n    \"podestas\": \"pọdestas\",\n    \"podesterate\": \"Ogbe\",\n    \"podgy\": \"apụl\",\n    \"podgiest\": \"kacha elu\",\n    \"podgily\": \"ihe omuma\",\n    \"podginess\": \"Podginess\",\n    \"podial\": \"ikpo okwu\",\n    \"podiatries\": \"podiatrist\",\n    \"podical\": \"yiri\",\n    \"podiceps\": \"mkpụrụ osisi\",\n    \"podices\": \"apụl\",\n    \"podites\": \"paadi\",\n    \"poditic\": \"apụl\",\n    \"poditti\": \"ogidi\",\n    \"podium\": \"ikpo okwu\",\n    \"podiums\": \"ikpo okwu\",\n    \"podler\": \"pọdler\",\n    \"podlike\": \"yiri\",\n    \"podobranch\": \"ngalaba\",\n    \"podomancy\": \"ọnọdụ\",\n    \"podometer\": \"podometa\",\n    \"podophthalmian\": \"Podophthalmian\",\n    \"podophthalmous\": \"mgbe niile\",\n    \"podostemaceous\": \"ọmarịcha\",\n    \"podostemon\": \"Podostemon\",\n    \"podostemonaceous\": \"onyeka onwenu\",\n    \"podothecal\": \"Afọ\",\n    \"podozamites\": \"ndi nzuzu\",\n    \"podsolization\": \"nhazi\",\n    \"podsolized\": \"Podsolized\",\n    \"podsols\": \"podsol\",\n    \"podunk\": \"Punkunk\",\n    \"poduran\": \"kpakpando\",\n    \"podware\": \"ngwa\",\n    \"podzolizing\": \"na-edozi\",\n    \"poecilonymy\": \"poecilonym\",\n    \"poecilonymic\": \"poecilonym\",\n    \"poecilopodous\": \"poecilonotus\",\n    \"poem\": \"abu\",\n    \"poematic\": \"uri\",\n    \"poemet\": \"uri\",\n    \"poemlet\": \"abu\",\n    \"poesies\": \"poesi\",\n    \"poesiless\": \"enweghị poesi\",\n    \"poesis\": \"ederede\",\n    \"poet\": \"ede abu\",\n    \"poetaster\": \"onye na-ede uri\",\n    \"poetastery\": \"abu abu uto\",\n    \"poetastering\": \"uri edemede\",\n    \"poetasterism\": \"uri abu abu\",\n    \"poetasters\": \"ndị na-ede uri\",\n    \"poetastress\": \"abua\",\n    \"poetastry\": \"abu abu\",\n    \"poetastric\": \"abuegwu\",\n    \"poetastrical\": \"uri\",\n    \"poetcraft\": \"abu abu\",\n    \"poetdom\": \"abu abu\",\n    \"poetesque\": \"abuegwu\",\n    \"poetess\": \"abu abu\",\n    \"poetesses\": \"uri\",\n    \"poethood\": \"abu abu\",\n    \"poetic\": \"abu\",\n    \"poetical\": \"abu\",\n    \"poeticality\": \"uri edemede\",\n    \"poetically\": \"uri\",\n    \"poeticalness\": \"uri edemede\",\n    \"poeticise\": \"abuegwu\",\n    \"poeticised\": \"bụrụ abụ\",\n    \"poeticising\": \"na-ede uri\",\n    \"poeticism\": \"abu uto\",\n    \"poeticize\": \"dee uri\",\n    \"poeticized\": \"dere uri\",\n    \"poeticizing\": \"na-ede uri\",\n    \"poeticness\": \"abu uto\",\n    \"poetics\": \"abu abu\",\n    \"poeticule\": \"uri\",\n    \"poetiised\": \"emewokwa\",\n    \"poetiising\": \"poeti na-arụ ọrụ\",\n    \"poetise\": \"uri\",\n    \"poetised\": \"uri\",\n    \"poetiser\": \"onye na-ede uri\",\n    \"poetisers\": \"ndị na-ede uri\",\n    \"poetises\": \"uri uri\",\n    \"poetising\": \"uri\",\n    \"poetito\": \"uri edemede\",\n    \"poetization\": \"abụ\",\n    \"poetize\": \"uri\",\n    \"poetized\": \"bụrụ abụ\",\n    \"poetizer\": \"onye na-ede uri\",\n    \"poetizers\": \"ndị na-ede uri\",\n    \"poetizes\": \"na-ede uri\",\n    \"poetizing\": \"na-ede abụ\",\n    \"poetless\": \"na-ede uri\",\n    \"poetly\": \"uri\",\n    \"poetlike\": \"ede uri\",\n    \"poetling\": \"uri\",\n    \"poetress\": \"abu abu\",\n    \"poetry\": \"abu\",\n    \"poetries\": \"abu\",\n    \"poetryless\": \"abu\",\n    \"poets\": \"ndị na-ede uri\",\n    \"poetship\": \"abu\",\n    \"poetwise\": \"uri\",\n    \"pogies\": \"ihe\",\n    \"poictesme\": \"mmmmmmmmmmmmm\",\n    \"poignance\": \"iwu\",\n    \"poignant\": \"na-ewe iwe\",\n    \"poignantly\": \"na-egbu mmụọ\",\n    \"poinded\": \"dozie\",\n    \"poinding\": \"na-eme mkpọtụ\",\n    \"poinds\": \"paụnd\",\n    \"poinephobia\": \"nomophobia\",\n    \"point\": \"uche\",\n    \"pointable\": \"kwesiri ekwesi\",\n    \"pointage\": \"uzo\",\n    \"pointal\": \"uru\",\n    \"pointblank\": \"ndukwe\",\n    \"pointed\": \"kwuru\",\n    \"pointedly\": \"kwuru\",\n    \"pointedness\": \"ịrụtụ aka\",\n    \"pointel\": \"ideel\",\n    \"pointers\": \"egosi\",\n    \"pointes\": \"kwuru\",\n    \"pointful\": \"uru\",\n    \"pointfully\": \"n'ụzọ pụtara ìhè\",\n    \"pointfulness\": \"ezi uche\",\n    \"pointillage\": \"atụ\",\n    \"pointillism\": \"arụ ọrụ\",\n    \"pointillist\": \"onye edemede\",\n    \"pointilliste\": \"onyenze\",\n    \"pointillistic\": \"enweghị isi\",\n    \"pointillists\": \"ndị edemede\",\n    \"pointing\": \"na-atụ aka\",\n    \"pointingly\": \"na-atụ aka\",\n    \"pointless\": \"enweghị isi\",\n    \"pointlessly\": \"enweghị isi\",\n    \"pointlessness\": \"enweghị isi\",\n    \"pointlet\": \"puru iche\",\n    \"pointleted\": \"rụtụrụ aka\",\n    \"pointmaker\": \"ekwu\",\n    \"pointmaking\": \"eme ihe ngosi\",\n    \"pointman\": \"onye isi\",\n    \"pointmen\": \"ihe ngosi\",\n    \"pointment\": \"uche\",\n    \"pointrel\": \"gbọmgbọm\",\n    \"points\": \"isi\",\n    \"pointsman\": \"isi ihe\",\n    \"pointsmen\": \"isi ihe\",\n    \"pointswoman\": \"nwanyi\",\n    \"pointure\": \"ekwu\",\n    \"pointways\": \"n’okporo ụzọ\",\n    \"pointwise\": \"n'ụzọ ziri ezi\",\n    \"poyou\": \"biyou\",\n    \"poire\": \"daa\",\n    \"poisable\": \"pois\",\n    \"poise\": \"ahụ́ adịghị ike\",\n    \"poised\": \"jikere\",\n    \"poiser\": \"ahụ́ adịghị ike\",\n    \"poisers\": \"pois\",\n    \"poising\": \"nsi\",\n    \"poison\": \"nsi\",\n    \"poisonable\": \"nsi\",\n    \"poisonberry\": \"nsi\",\n    \"poisonbush\": \"ohia nsi\",\n    \"poisoned\": \"nsi\",\n    \"poisoner\": \"nsi\",\n    \"poisoners\": \"ndi nsi\",\n    \"poisonful\": \"nsi\",\n    \"poisonfully\": \"na-egbu egbu\",\n    \"poisoning\": \"nsi\",\n    \"poisonings\": \"nsi\",\n    \"poisonless\": \"enweghị nsi\",\n    \"poisonlessness\": \"enweghị nsi\",\n    \"poisonmaker\": \"onye na-eme nsi\",\n    \"poisonous\": \"nsi\",\n    \"poisonously\": \"na-egbu egbu\",\n    \"poisonousness\": \"nsi\",\n    \"poisonproof\": \"nsi\",\n    \"poisons\": \"nsi\",\n    \"poisonweed\": \"nsi\",\n    \"poisonwood\": \"nsi\",\n    \"poister\": \"poita\",\n    \"poitrinaire\": \"Onwuchekwa\",\n    \"poivrade\": \"nweere\",\n    \"pokable\": \"Ikwute\",\n    \"pokan\": \"Pakan\",\n    \"pokanoket\": \"Ohere\",\n    \"poke\": \"duba\",\n    \"poked\": \"iduhie\",\n    \"pokeful\": \"adị egwu\",\n    \"poker\": \"egosighị mmetụta\",\n    \"pokerface\": \"ihu egosighị mmetụta\",\n    \"pokerish\": \"asụsụ poker\",\n    \"pokerishly\": \"agbakasị\",\n    \"pokerishness\": \"inyi\",\n    \"pokerlike\": \"egosighị mmetụta\",\n    \"pokers\": \"-enye ego\",\n    \"pokes\": \"achịcha\",\n    \"poky\": \"Ikechukwu\",\n    \"pokier\": \"Ndidi\",\n    \"pokiest\": \"kasị dị jụụ\",\n    \"pokily\": \"idị\",\n    \"pokiness\": \"okpokoro\",\n    \"pokinesses\": \"Okwukwu\",\n    \"poking\": \"Na-egwu nri\",\n    \"pokingly\": \"na-egwu egwu\",\n    \"pokom\": \"pokemon\",\n    \"pokomam\": \"pokemon\",\n    \"pokomo\": \"pokemon\",\n    \"pokunt\": \"Ochie\",\n    \"polar\": \"pola\",\n    \"polary\": \"pola\",\n    \"polarimeter\": \"polarimita\",\n    \"polarisability\": \"nkwalite\",\n    \"polarisable\": \"Enwere ike ịgbagha\",\n    \"polarisation\": \"polarization\",\n    \"polariscoped\": \"Ikechukwu\",\n    \"polarise\": \"polarize\",\n    \"polarised\": \"ịgbanwee\",\n    \"polariser\": \"ndozi\",\n    \"polarises\": \"ndozi\",\n    \"polarising\": \"polari\",\n    \"polarities\": \"Ike\",\n    \"polariton\": \"Onodi\",\n    \"polarizable\": \"Enwere ike ịgbasa\",\n    \"polarized\": \"ịgbanwee\",\n    \"polarizer\": \"ihe esemokwu\",\n    \"polarizing\": \"polari\",\n    \"polarographically\": \"polaragraphically\",\n    \"polars\": \"polar\",\n    \"polderboy\": \"Nwosu\",\n    \"polderland\": \"Ebe obibi\",\n    \"polderman\": \"Nwokocha\",\n    \"polders\": \"ntụ ntụ\",\n    \"poldron\": \"okpokoro\",\n    \"pole\": \"osisi\",\n    \"poleaxed\": \"poleax\",\n    \"poled\": \"agbada\",\n    \"polehead\": \"isi\",\n    \"poleless\": \"osisi\",\n    \"poleman\": \"Nwoke\",\n    \"polemicize\": \"gbaghawa\",\n    \"polemists\": \"polemist\",\n    \"polemized\": \"lekwasia\",\n    \"polemizing\": \"na-egwu egwu\",\n    \"poler\": \"edere\",\n    \"polers\": \"ndị na-ere ihe\",\n    \"poles\": \"okporo osisi\",\n    \"polesman\": \"Onye na-eme mkpesa\",\n    \"poly\": \"poli\",\n    \"polyandries\": \"okpokoro\",\n    \"polyandrous\": \"okpokoro\",\n    \"polianthes\": \"egbu egbu\",\n    \"polyarchical\": \"oligarchical\",\n    \"polyarchies\": \"polyarchi\",\n    \"polyarthric\": \"polyarthritis\",\n    \"polyarthritic\": \"polyarthritis\",\n    \"polyarthrous\": \"okpokoro\",\n    \"polyarticular\": \"ogwe aka\",\n    \"polybrid\": \"ngwakọ\",\n    \"polybrids\": \"Ngwakọta\",\n    \"police\": \"ndị uwe ojii\",\n    \"policed\": \"egbu egbu\",\n    \"policeless\": \"uwe ojii\",\n    \"policeman\": \"onye uwe ojii\",\n    \"policemanish\": \"uwe ojii\",\n    \"policemanism\": \"uwe ojii\",\n    \"policemanlike\": \"dị ka onye uwe ojii\",\n    \"policemanship\": \"iwu\",\n    \"policemen\": \"ndị uwe ojii\",\n    \"polices\": \"uwe ojii\",\n    \"policewoman\": \"nwa nwanyị\",\n    \"policewomen\": \"ndị uwe ojii\",\n    \"polychaetous\": \"ịme ọtụtụ\",\n    \"polychromize\": \"mee iwu\",\n    \"policy\": \"amụma\",\n    \"policial\": \"uwe ojii\",\n    \"policies\": \"atumatu\",\n    \"policyholder\": \"onye nwere iwu\",\n    \"policyholders\": \"ndị nwere iwu\",\n    \"polyciliate\": \"ime udo\",\n    \"policymaker\": \"onye na-eme iwu\",\n    \"policymaking\": \"emebe iwu\",\n    \"policing\": \"uwe ojii\",\n    \"policize\": \"mee iwu\",\n    \"policizer\": \"onye uwe ojii\",\n    \"policlinic\": \"uwe ojii\",\n    \"polycrotic\": \"polycrotik\",\n    \"polycttarian\": \"onye mmekorita\",\n    \"polydomous\": \"polydom\",\n    \"polyenes\": \"polyen\",\n    \"polyenic\": \"polyenik\",\n    \"polyergic\": \"polyerọcha\",\n    \"polies\": \"ndị isi\",\n    \"polygam\": \"ịlụ karịa otu nwanyị\",\n    \"polygamy\": \"ịlụ karịa otu nwanyị\",\n    \"polygamia\": \"ịlụ karịa otu nwanyị\",\n    \"polygamian\": \"ịlụ karịa otu nwanyị\",\n    \"polygamic\": \"ịlụ karịa otu nwanyị\",\n    \"polygamical\": \"ịlụ karịa otu nwanyị\",\n    \"polygamically\": \"di otu nwanyi\",\n    \"polygamies\": \"ịlụ karịa otu nwanyị\",\n    \"polygamist\": \"ịlụ karịa otu nwanyị\",\n    \"polygamistic\": \"ịlụ karịa otu nwanyị\",\n    \"polygamists\": \"ndị na-alụ karịa otu nwanyị\",\n    \"polygamize\": \"ịlụ karịa otu nwanyị\",\n    \"polygamous\": \"ịlụ karịa otu nwanyị\",\n    \"polygamously\": \"ịlụ karịa otu nwanyị\",\n    \"poligarship\": \"omume\",\n    \"polygenes\": \"polygen\",\n    \"polyglots\": \"polyglot\",\n    \"polyglottic\": \"polyglotti\",\n    \"polygonally\": \"polygon\",\n    \"polygonies\": \"ọtụtụ polygon\",\n    \"polygrapher\": \"ihe nlere\",\n    \"polygraphy\": \"foto\",\n    \"polygraphic\": \"asụsụ\",\n    \"polygraphically\": \"polygraph okwu\",\n    \"polygraphs\": \"polygraph\",\n    \"polyharmony\": \"mmekọrịta\",\n    \"polyhedrals\": \"polyhedral\",\n    \"polylinguist\": \"onye mmebe iwu\",\n    \"polilla\": \"polila\",\n    \"polyloquent\": \"ọtụtụ\",\n    \"polymania\": \"Polymania\",\n    \"polymathist\": \"onye ndozi\",\n    \"polymely\": \"omume\",\n    \"polymer\": \"polima\",\n    \"polymere\": \"polima\",\n    \"polymery\": \"polymerị\",\n    \"polymeric\": \"polymerik\",\n    \"polymerically\": \"polymerị\",\n    \"polymeride\": \"polymerase\",\n    \"polymerise\": \"polymerị\",\n    \"polymerism\": \"polymerik\",\n    \"polymerization\": \"mmekorita\",\n    \"polymerize\": \"mee ka polymeri\",\n    \"polymerizes\": \"na-achịkwa\",\n    \"polymerizing\": \"ịme polymer\",\n    \"polymers\": \"polima\",\n    \"polymeter\": \"polymeta\",\n    \"polymythic\": \"polymythik\",\n    \"polymolecular\": \"polymolekụla\",\n    \"polymorphistic\": \"polymor sophisticated\",\n    \"polynesia\": \"Polynesia\",\n    \"polynesian\": \"Polynesia\",\n    \"polynesians\": \"ndị polynesia\",\n    \"poling\": \"agbapụ\",\n    \"polynomic\": \"polynomik\",\n    \"poliomyelitis\": \"polioyelitis\",\n    \"poliomyelopathy\": \"mm ụta\",\n    \"polyonymous\": \"polyonyme\",\n    \"polyophthalmic\": \"okpokoro\",\n    \"polios\": \"polio\",\n    \"poliosis\": \"polio\",\n    \"polypary\": \"polypari\",\n    \"polyparous\": \"ịme ọtụtụ\",\n    \"polyped\": \"polypedị\",\n    \"polyphagian\": \"ọtụtụ\",\n    \"polyphemous\": \"nnukwu ihe\",\n    \"polyphyletic\": \"ịme egwuregwu\",\n    \"polyphyletically\": \"na-asọ oyi\",\n    \"polyphyleticism\": \"polyphylayism\",\n    \"polyphone\": \"ekwenti\",\n    \"polyphoned\": \"nwere nsogbu\",\n    \"polypigerous\": \"na-eme mkpọtụ\",\n    \"polypnoeic\": \"polypnoepu\",\n    \"polyprism\": \"poli prism\",\n    \"polyprismatic\": \"poli prismatic\",\n    \"polish\": \"Polish\",\n    \"polishable\": \"egbu egbu\",\n    \"polished\": \"na-egbu maramara\",\n    \"polishedly\": \"na-egbu maramara\",\n    \"polishedness\": \"na-egbu maramara\",\n    \"polishers\": \"ndị nracha\",\n    \"polishes\": \"na-egbu maramara\",\n    \"polishing\": \"na-egbu maramara\",\n    \"polishings\": \"ihe ndozi\",\n    \"polishment\": \"gozie\",\n    \"polysilicic\": \"polysilicik\",\n    \"polysyllables\": \"polysyllable\",\n    \"polysymmetry\": \"polysymmetrị\",\n    \"polisman\": \"onye uwe ojii\",\n    \"polyspermous\": \"nnukwu ihe\",\n    \"polysulphid\": \"polysulphide\",\n    \"polysulphonate\": \"polysulfonate\",\n    \"polysulphurization\": \"polyph sulphurization\",\n    \"polit\": \"ndọrọ ndọrọ ọchịchị\",\n    \"politarch\": \"ọchịchị\",\n    \"politarchic\": \"ọchịchị\",\n    \"politbureau\": \"ndọrọ ndọrọ ọchịchị\",\n    \"polite\": \"nkwanye ugwu\",\n    \"polytechnic\": \"ulooru\",\n    \"polytechnical\": \"teknụzụ\",\n    \"polytechnist\": \"onye nkuzi\",\n    \"politeful\": \"na-asọpụrụ\",\n    \"politely\": \"iji nkwanye ugwu\",\n    \"politeness\": \"nkwanye ùgwù\",\n    \"polytenies\": \"ọtụtụ\",\n    \"politer\": \"ndọrọ ndọrọ ọchịchị\",\n    \"politesse\": \"nnweta\",\n    \"politest\": \"na-asọpụrụ\",\n    \"polytheism\": \"ofufe\",\n    \"polytheist\": \"ofufe\",\n    \"polytheistic\": \"ofufe ọtụtụ\",\n    \"polytheistical\": \"ofufe ọtụtụ\",\n    \"polytheistically\": \"onye ya na ya na-emekọrịta ihe\",\n    \"polytheists\": \"ndị na-ekpere arụsị\",\n    \"polytheize\": \"na-emekọ ihe\",\n    \"politic\": \"ndọrọ ndọrọ ọchịchị\",\n    \"political\": \"ndọrọ ndọrọ ọchịchị\",\n    \"politicalism\": \"ọchịchị ndọrọ ndọrọ ọchịchị\",\n    \"politicalization\": \"ndọrọ ndọrọ ọchịchị\",\n    \"politicalize\": \"mee ndọrọndọrọ ọchịchị\",\n    \"politicalized\": \"ndọrọ ndọrọ ọchịchị\",\n    \"politicalizing\": \"na-etinye ọchịchị\",\n    \"politically\": \"na ndọrọ ndọrọ ọchịchị\",\n    \"politicaster\": \"onye ndọrọ ndọrọ ọchịchị\",\n    \"politician\": \"onye ndọrọndọrọ ọchịchị\",\n    \"politicians\": \"ndị ndọrọ ndọrọ ọchịchị\",\n    \"politicious\": \"na-asọpụrụ ndị mmadụ\",\n    \"politicise\": \"ndọrọ ndọrọ ọchịchị\",\n    \"politicised\": \"ndọrọ ndọrọ ọchịchị\",\n    \"politicising\": \"na-eme ndọrọ ndọrọ ọchịchị\",\n    \"politicist\": \"onye ndọrọ ndọrọ ọchịchị\",\n    \"politicization\": \"ndọrọ ndọrọ ọchịchị\",\n    \"politicize\": \"ndọrọ ndọrọ ọchịchị\",\n    \"politicized\": \"ndọrọ ndọrọ ọchịchị\",\n    \"politicizer\": \"onye ndọrọ ndọrọ ọchịchị\",\n    \"politicizes\": \"na-achịkwa ọchịchị\",\n    \"politicizing\": \"na-eme ndọrọ ndọrọ ọchịchị\",\n    \"politicked\": \"bụrụ onye ndọrọ ndọrọ ọchịchị\",\n    \"politicker\": \"onye ndọrọ ndọrọ ọchịchị\",\n    \"politicking\": \"na-eme ndọrọ ndọrọ ọchịchị\",\n    \"politicks\": \"ndoli\",\n    \"politicly\": \"n'ụzọ ndọrọ ndọrọ ọchịchị\",\n    \"politicness\": \"ịdị ndọrọ ndọrọ ọchịchị\",\n    \"politico\": \"ndọrọ ndọrọ ọchịchị\",\n    \"politicoes\": \"ndọrọ ndọrọ ọchịchị\",\n    \"politicomania\": \"ndọrọ ndọrọ ọchịchị\",\n    \"politicophobia\": \"ndọrọ ndọrọ ọchịchị\",\n    \"politicos\": \"ndọrọ ndọrọ ọchịchị\",\n    \"politics\": \"ndọrọ ndọrọ ọchịchị\",\n    \"polities\": \"ihe ndozi\",\n    \"polytyped\": \"polytype\",\n    \"polytyping\": \"ịme polytyping\",\n    \"politist\": \"onye ndọrọ ndọrọ ọchịchị\",\n    \"politize\": \"na-achịkwa ọchịchị\",\n    \"polytone\": \"ụda olu\",\n    \"politure\": \"ndọrọ ndọrọ ọchịchị\",\n    \"politzerization\": \"ndọrọ ndọrọ ọchịchị\",\n    \"politzerize\": \"na-achịkwa ọchịchị\",\n    \"polyvalence\": \"ọtụtụ\",\n    \"polywater\": \"mmiri mmiri\",\n    \"polka\": \"okpa\",\n    \"polkadot\": \"ntụpọ\",\n    \"polkaed\": \"okpokoro\",\n    \"polkaing\": \"ikwo\",\n    \"polki\": \"okpokoro\",\n    \"poll\": \"nghoputa\",\n    \"pollable\": \"Mgbanwe\",\n    \"pollacks\": \"okpokoro\",\n    \"pollage\": \"ntuli aka\",\n    \"pollard\": \"okpokoro\",\n    \"pollarded\": \"agbachapụ\",\n    \"pollarding\": \"larchacha\",\n    \"pollards\": \"okpu mmiri\",\n    \"pollbook\": \"akwụkwọ ntụpọ\",\n    \"pollcadot\": \"ntụpọ\",\n    \"polled\": \"kpọtara\",\n    \"pollees\": \"ngwanu\",\n    \"pollen\": \"ifuru\",\n    \"pollenate\": \"imi mmako\",\n    \"pollenation\": \"ntụ ntụ\",\n    \"pollened\": \"okwo\",\n    \"polleniferous\": \"okpokoro\",\n    \"pollenigerous\": \"na-eme mkpọtụ\",\n    \"pollening\": \"Ikpoko\",\n    \"pollenless\": \"enweghị ntụ\",\n    \"pollenlike\": \"pollen yiri\",\n    \"pollens\": \"pollen\",\n    \"pollent\": \"ihe mara mma\",\n    \"pollera\": \"oria ojoo\",\n    \"pollers\": \"akwụkwọ ngbasa ozi\",\n    \"pollet\": \"ngbasa ozi\",\n    \"pollette\": \"polley\",\n    \"pollyanna\": \"mmetọ\",\n    \"pollyannish\": \"mmetọ\",\n    \"pollical\": \"iwu\",\n    \"pollicate\": \"iwu\",\n    \"pollices\": \"iwu\",\n    \"pollicitation\": \"nyocha\",\n    \"pollyfishes\": \"pollyfish\",\n    \"pollinate\": \"imi mmako\",\n    \"pollinated\": \"ekpenta\",\n    \"pollinates\": \"ntụ ntụ\",\n    \"pollinating\": \"na-eme ntụ ntụ\",\n    \"pollination\": \"ntụ ntụ\",\n    \"pollinator\": \"ntụ ntụ\",\n    \"pollinators\": \"Ndị na-eme ntụ ntụ\",\n    \"pollinctor\": \"ntụ ntụ\",\n    \"pollincture\": \"ntụ ntụ\",\n    \"polling\": \"ntuli aka\",\n    \"pollinic\": \"pollinik\",\n    \"pollinical\": \"pollinik\",\n    \"polliniferous\": \"okpokoro\",\n    \"pollinigerous\": \"na-eme mkpọtụ\",\n    \"pollinium\": \"mmetọ\",\n    \"pollinization\": \"ntuli aka\",\n    \"pollinize\": \"imetọ\",\n    \"pollinized\": \"Ochoro\",\n    \"pollinizer\": \"ihe ntancha\",\n    \"pollinizing\": \"na-eme ka ọ ghara ịdị\",\n    \"pollinodial\": \"mmetọ\",\n    \"pollinodium\": \"mmetọ\",\n    \"pollinoid\": \"mmetọ\",\n    \"pollinose\": \"mmetọ\",\n    \"pollist\": \"nchịkọta\",\n    \"pollists\": \"ndị na-emetọ emetọ\",\n    \"pollocks\": \"ogwe aka\",\n    \"polls\": \"ntuli aka\",\n    \"pollster\": \"Ihe nchoputa\",\n    \"pollsters\": \"Ndị na-ekpo ọkụ\",\n    \"pollutant\": \"na-emetọ ihe\",\n    \"pollutants\": \"Ihe mmetọ\",\n    \"pollute\": \"mmebi\",\n    \"polluted\": \"rụrụ arụ\",\n    \"pollutedly\": \"rụrụ arụ\",\n    \"pollutedness\": \"mmeru\",\n    \"polluter\": \"mmetọ\",\n    \"polluters\": \"mmebi iwu\",\n    \"pollutes\": \"emetọ\",\n    \"polluting\": \"mmebi\",\n    \"pollutingly\": \"mmebi\",\n    \"pollution\": \"mmetọ\",\n    \"pollutive\": \"mmetọ\",\n    \"poloists\": \"ndị polo\",\n    \"polopony\": \"polopon\",\n    \"polos\": \"polo\",\n    \"pols\": \"Ekpu\",\n    \"poltergeists\": \"ndi nlemeji nleda\",\n    \"poltfooted\": \"metere\",\n    \"poltroonishness\": \"Omenala\",\n    \"poluphloisboic\": \"chukwunonso\",\n    \"poluphloisboiotatotic\": \"chukwuebuka\",\n    \"polverine\": \"ntụ ntụ\",\n    \"pomacentrid\": \"aclọ\",\n    \"pomaceous\": \"Okomoko\",\n    \"pomaded\": \"rijuo afọ\",\n    \"pomaderris\": \"Onwuka Chukwu\",\n    \"pomading\": \"na-asọ mpi\",\n    \"pomak\": \"mpako\",\n    \"pomander\": \"kwụọ\",\n    \"pomanders\": \"Ndị mpako\",\n    \"pomard\": \"mpako\",\n    \"pomate\": \"mpako\",\n    \"pomatoes\": \"poteto\",\n    \"pomegranate\": \"pọmigranet\",\n    \"pomegranates\": \"pọmigranet\",\n    \"pomely\": \"n'efere\",\n    \"pomeridian\": \"Onye nwe anwuru\",\n    \"pomeroy\": \"okpokoro\",\n    \"pomfret\": \"mpako\",\n    \"pomfrets\": \"mpako\",\n    \"pomiculturist\": \"onye ikekwe\",\n    \"pommeled\": \"kpochiri\",\n    \"pommeling\": \"Na-eme mkpọtụ\",\n    \"pommelling\": \"Na-egbu nri\",\n    \"pommet\": \"pommer\",\n    \"pommetty\": \"pommery\",\n    \"pomo\": \"enyemaka\",\n    \"pomolo\": \"pomelo\",\n    \"pomology\": \"enyemaka\",\n    \"pomological\": \"enyemaka\",\n    \"pomologically\": \"n’enyemaka\",\n    \"pomologies\": \"enyemaka\",\n    \"pomologist\": \"onye na-enyere aka\",\n    \"pomonal\": \"pomọn\",\n    \"pomp\": \"mpako\",\n    \"pompelmous\": \"Otutu\",\n    \"pomphus\": \"Pọmphus\",\n    \"pompist\": \"onye anakpo\",\n    \"pompoms\": \"pom poms\",\n    \"pompons\": \"pom poms\",\n    \"pompoon\": \"pompon\",\n    \"pomposity\": \"pomposit\",\n    \"pompously\": \"n'ebube\",\n    \"pompousness\": \"Okomoko\",\n    \"pomps\": \"pupụtara\",\n    \"pompster\": \"Pompa\",\n    \"pomptine\": \"Pompine\",\n    \"pomster\": \"Pọtụ\",\n    \"pond\": \"ọdọ mmiri\",\n    \"pondbush\": \"ọdọ mmiri\",\n    \"ponder\": \"na-atụgharị uche\",\n    \"ponderable\": \"mara mma\",\n    \"ponderableness\": \"ịma mma\",\n    \"ponderance\": \"ịma mma\",\n    \"ponderancy\": \"udo\",\n    \"ponderant\": \"ponde\",\n    \"ponderary\": \"amaokwu\",\n    \"ponderate\": \"na-atụgharị uche\",\n    \"ponderation\": \"ịma mma\",\n    \"ponderative\": \"na-atụgharị uche\",\n    \"pondered\": \"ichebara echiche\",\n    \"ponderer\": \"Na-atụgharị uche\",\n    \"ponderers\": \"ndị na-atụgharị uche\",\n    \"pondering\": \"na-atụgharị uche\",\n    \"ponderingly\": \"na-atụgharị uche\",\n    \"ponderling\": \"na-atụgharị uche\",\n    \"ponderment\": \"iche echiche\",\n    \"ponderomotive\": \"Ihe ngosi\",\n    \"ponderosity\": \"ịma mma\",\n    \"ponderous\": \"onye nzuzu\",\n    \"ponderously\": \"n'ebughị ibu\",\n    \"ponderousness\": \"ịma mma\",\n    \"ponders\": \"na-eche\",\n    \"pondfish\": \"ọdọ mmiri\",\n    \"pondfishes\": \"ọdọ mmiri na-azụ azụ\",\n    \"pondful\": \"pondond\",\n    \"pondgrass\": \"ọdọ mmiri ahịhịa\",\n    \"pondlike\": \"ọdọ mmiri\",\n    \"pondman\": \"Onyekwere\",\n    \"ponent\": \"mpako\",\n    \"ponerid\": \"chee echiche\",\n    \"ponerology\": \"nkwonkwo olu\",\n    \"pones\": \"nkume\",\n    \"pong\": \"nri\",\n    \"pongees\": \"ponge\",\n    \"pony\": \"inyinya\",\n    \"poniarded\": \"ichebara echiche\",\n    \"poniarding\": \"imebi ihe\",\n    \"ponycart\": \"inyinya ibu\",\n    \"ponied\": \"nwegasịrị\",\n    \"ponier\": \"ponies\",\n    \"ponying\": \"na-atụgharị uche\",\n    \"ponytail\": \"inyinya\",\n    \"ponytails\": \"inyinya\",\n    \"pontederia\": \"pontieria\",\n    \"pontederiaceous\": \"pontederiaceae\",\n    \"pontee\": \"pontes\",\n    \"pontianac\": \"pontianak\",\n    \"pontic\": \"ponti\",\n    \"ponticellos\": \"pontikelos\",\n    \"ponticular\": \"pontikal\",\n    \"pontify\": \"iche\",\n    \"pontific\": \"pontik\",\n    \"pontifical\": \"pontikal\",\n    \"pontificality\": \"pontifical\",\n    \"pontificals\": \"pontikalas\",\n    \"pontificated\": \"gbuchara\",\n    \"pontificates\": \"ndị na-eme ebere\",\n    \"pontificating\": \"na-eme ebere\",\n    \"pontifices\": \"pontip\",\n    \"pontificial\": \"keakamere\",\n    \"pontile\": \"pontik\",\n    \"pontils\": \"ponts\",\n    \"pontooning\": \"Ogbe\",\n    \"pooa\": \"poa\",\n    \"pooches\": \"Ugochi\",\n    \"poodler\": \"onye nlele\",\n    \"pooftah\": \"poofta\",\n    \"poohed\": \"daa ogbenye\",\n    \"poohing\": \"ike\",\n    \"pook\": \"kpo\",\n    \"pookhaun\": \"nwekwaa\",\n    \"pookoo\": \"kpokọtara\",\n    \"pool\": \"ọdọ mmiri\",\n    \"pooled\": \"kpọkọtara\",\n    \"pooler\": \"daa ogbenye\",\n    \"poolhall\": \"ọdọ mmiri\",\n    \"poolhalls\": \"ụlọ nzukọ ọdọ mmiri\",\n    \"pooli\": \"katịpụ\",\n    \"pooly\": \"katịpụ\",\n    \"pooling\": \"igwu mmiri\",\n    \"poolroom\": \"ime ụlọ mmiri\",\n    \"poolrooms\": \"ụlọ mposi\",\n    \"poolroot\": \"akwa mmiri\",\n    \"pools\": \"ọdọ mmiri\",\n    \"poolside\": \"ọdọ mmiri\",\n    \"poolwort\": \"mmiri mmiri\",\n    \"poop\": \"nsị\",\n    \"pooped\": \"gbadaa\",\n    \"poophyte\": \"ikechi\",\n    \"poophytic\": \"ihe mgbapụta\",\n    \"pooping\": \"izu ike\",\n    \"poops\": \"poopu\",\n    \"poopsie\": \"mpi\",\n    \"poor\": \"ogbenye\",\n    \"poorer\": \"daa ogbenye\",\n    \"poorest\": \"kasị daa ogbenye\",\n    \"poorga\": \"ogbenye\",\n    \"poorhouse\": \"houselọ ogbenye\",\n    \"poorhouses\": \"ụlọ ogbenye\",\n    \"pooris\": \"ogbenye\",\n    \"poorish\": \"daa ogbenye\",\n    \"poorly\": \"emezighituri\",\n    \"poorlyish\": \"emezighituri\",\n    \"poorliness\": \"adịghị ike\",\n    \"poorling\": \"ogbenye\",\n    \"poormaster\": \"onye nchịkwa\",\n    \"poorness\": \"ogbenye\",\n    \"poornesses\": \"adịghị ike\",\n    \"poortith\": \"Nwoko\",\n    \"poorweed\": \"ogbenye\",\n    \"poorwill\": \"daa ogbenye\",\n    \"poove\": \"daa ogbenye\",\n    \"popcorn\": \"Ọka agbara agba\",\n    \"popcorns\": \"popcorn\",\n    \"pope\": \"poopu\",\n    \"popedoms\": \"popedom\",\n    \"popeholy\": \"poopu dị nsọ\",\n    \"popeyed\": \"popeye\",\n    \"popeyes\": \"popeye\",\n    \"popeler\": \"onyema\",\n    \"popeless\": \"enweghị ntụ\",\n    \"poperies\": \"poperi\",\n    \"popes\": \"poopu\",\n    \"popify\": \"igosipụta\",\n    \"popishness\": \"pophip\",\n    \"poplared\": \"popla\",\n    \"popleman\": \"Nwoke\",\n    \"poplesie\": \"ikechi\",\n    \"poplet\": \"popplet\",\n    \"poplilia\": \"popliteal\",\n    \"poplitaeal\": \"popliteus\",\n    \"poppa\": \"popa\",\n    \"popped\": \"gbapụtara\",\n    \"popper\": \"popa\",\n    \"poppers\": \"ndị na-ede ihe\",\n    \"poppied\": \"gbawara\",\n    \"poppyfishes\": \"poppyfish\",\n    \"popples\": \"popu\",\n    \"poppling\": \"popping\",\n    \"pops\": \"pop\",\n    \"popsy\": \"pops\",\n    \"populace\": \"ọha\",\n    \"populaces\": \"ọha\",\n    \"populacy\": \"ọha\",\n    \"popular\": \"ewu\",\n    \"populares\": \"ewu ewu\",\n    \"popularisation\": \"mgbasawanye\",\n    \"popularise\": \"gbasawanye\",\n    \"popularised\": \"ewu ewu\",\n    \"popularising\": \"na-ewu ewu\",\n    \"popularity\": \"ewu ewu\",\n    \"popularization\": \"mgbasawanye\",\n    \"popularizations\": \"Mgbasa ozi\",\n    \"popularize\": \"gbasawanye\",\n    \"popularized\": \"ewu ewu\",\n    \"popularizes\": \"gbasasịa\",\n    \"popularizing\": \"na-ewu ewu\",\n    \"popularly\": \"ewu ewu\",\n    \"popularness\": \"ewu ewu\",\n    \"populate\": \"mejupụta\",\n    \"populated\": \"biju\",\n    \"populates\": \"jupụta\",\n    \"populating\": \"popuring\",\n    \"population\": \"ọnụọgụgụ\",\n    \"populational\": \"bi n'obodo\",\n    \"populationist\": \"onye bi ebe obibi\",\n    \"populationistic\": \"ndi mmadu\",\n    \"populationless\": \"onu ogugu pere mpe\",\n    \"populations\": \"onu ogugu\",\n    \"populaton\": \"ọnụọgụgụ\",\n    \"populator\": \"ọnụọgụgụ\",\n    \"populisms\": \"popul nwere\",\n    \"populists\": \"populist\",\n    \"populous\": \"ọnụọgụgụ\",\n    \"populously\": \"ọgụgụ\",\n    \"populousness\": \"ọnụọgụgụ\",\n    \"por\": \"nke\",\n    \"porbeagle\": \"iso nri\",\n    \"porcated\": \"ebu\",\n    \"porcelain\": \"poselin\",\n    \"porcelainization\": \"poselinization\",\n    \"porcelainize\": \"poselinise\",\n    \"porcelainized\": \"posellandized\",\n    \"porcelainizing\": \"na-edozi ahụ\",\n    \"porcelainlike\": \"poselin\",\n    \"porcelainous\": \"Ogbe\",\n    \"porcelaneous\": \"poslolaneous\",\n    \"porcelanic\": \"posellan\",\n    \"porcelanite\": \"ihe eji edozi\",\n    \"porcelanous\": \"ihe oriri\",\n    \"porcellaneous\": \"ihe di iche iche\",\n    \"porcellanic\": \"ihe omuma\",\n    \"porcellanite\": \"ndozi\",\n    \"porcellanize\": \"ndozi\",\n    \"porch\": \"owuwu ụzọ mbata\",\n    \"porched\": \"Ihe achicha\",\n    \"porches\": \"ihe owuwu ụzọ mbata\",\n    \"porching\": \"porzọ ije\",\n    \"porchless\": \"enweghi uzo\",\n    \"porchlike\": \"ihe owuwu ụzọ mbata\",\n    \"porcine\": \"poinine\",\n    \"porcupines\": \"porcupin\",\n    \"porcupinish\": \"ihe ndozi\",\n    \"pored\": \"gbụrụ\",\n    \"porelike\": \"dị ka\",\n    \"porencephalitis\": \"ọrịa porencephalitis\",\n    \"porencephalon\": \"nkechi\",\n    \"porencephalous\": \"onyekwere\",\n    \"porer\": \"Ezinne\",\n    \"poret\": \"Ikechukwu\",\n    \"porett\": \"Onochie\",\n    \"porge\": \"ite\",\n    \"porger\": \"porgy\",\n    \"porgies\": \"ihe onyinye\",\n    \"poricidal\": \"ihe ojoo\",\n    \"poriferal\": \"porifera\",\n    \"poriferan\": \"porifera\",\n    \"poriferous\": \"ihe di nma\",\n    \"poriness\": \"ịdị ọcha\",\n    \"poring\": \"na-echekwa\",\n    \"poringly\": \"n'egwu\",\n    \"poriomanic\": \"Onodi\",\n    \"porions\": \"ihe ndozi\",\n    \"porism\": \"enweghị isi\",\n    \"porismatic\": \"ihe ijuanya\",\n    \"porismatical\": \"ihe ndozi\",\n    \"porismatically\": \"na-agbakwunye\",\n    \"porisms\": \"ihe ndi ozo\",\n    \"poristic\": \"enweghị isi\",\n    \"porite\": \"n'ọnụ ụzọ\",\n    \"porites\": \"ọnụ ụzọ ụlọ\",\n    \"pork\": \"anụ ezi\",\n    \"porkburger\": \"anụ ezi anụ\",\n    \"porkchop\": \"ezi anụ ụlọ\",\n    \"porkeater\": \"Ochekwa\",\n    \"porker\": \"onye anụ ezi\",\n    \"porkery\": \"anụ ezi\",\n    \"porkers\": \"ndị na-ere bekee\",\n    \"porket\": \"anụ ezi\",\n    \"porkfish\": \"anụ azụ\",\n    \"porkfishes\": \"anụ ezi\",\n    \"porky\": \"anụ ezi\",\n    \"porkier\": \"Pọọki\",\n    \"porkies\": \"anụ ezi\",\n    \"porkiest\": \"nke kacha\",\n    \"porkish\": \"anụ ezi\",\n    \"porkless\": \"enweghị anụ ezi\",\n    \"porkling\": \"anụ ezi anụ\",\n    \"porkman\": \"onye ezi anụ ezi\",\n    \"porkolt\": \"anụ ezi\",\n    \"porkpies\": \"ụzọ mmiri\",\n    \"porks\": \"anụ ezi\",\n    \"porkwood\": \"ihe oriri\",\n    \"porkwoods\": \"ihe ndozi\",\n    \"pornerastic\": \"Ọkpụkpụ\",\n    \"porno\": \"ihe na-akpali agụụ mmekọahụ\",\n    \"pornocracy\": \"agụụ mmekọahụ\",\n    \"pornocrat\": \"na-akpali agụụ mmekọahụ\",\n    \"pornograph\": \"ihe na-akpali agụụ mmekọahụ\",\n    \"pornographer\": \"ihe na-akpali agụụ mmekọahụ\",\n    \"pornography\": \"ihe ndị na-akpali agụụ mmekọahụ\",\n    \"pornographic\": \"ihe na-akpali agụụ mmekọahụ\",\n    \"pornographically\": \"na-akpali agụụ mmekọahụ\",\n    \"pornographies\": \"ihe na-akpali agụụ mmekọahụ\",\n    \"pornographist\": \"ihe na-akpali agụụ mmekọahụ\",\n    \"pornographomania\": \"akpali agụụ mmekọahụ\",\n    \"pornological\": \"na-akpali agụụ mmekọahụ\",\n    \"pornos\": \"ihe nkiri\",\n    \"porns\": \"porn\",\n    \"porometer\": \"porometa\",\n    \"porosimeter\": \"porosimita\",\n    \"porosity\": \"porosị\",\n    \"porotic\": \"Okpukpo\",\n    \"porously\": \"porous\",\n    \"porousness\": \"porous\",\n    \"porpentine\": \"Ogbodo\",\n    \"porphyra\": \"ikechi\",\n    \"porphyraceous\": \"ihe ijuanya\",\n    \"porphyrean\": \"ikechi\",\n    \"porphyry\": \"ikechi\",\n    \"porphyrian\": \"onye ilo\",\n    \"porphyrianist\": \"onye na-enye aka\",\n    \"porphyries\": \"ihe ndozi\",\n    \"porphyrio\": \"ikechi\",\n    \"porphyrion\": \"ndozi\",\n    \"porphyrisation\": \"ịkwa iko\",\n    \"porphyrite\": \"ikele nwa\",\n    \"porphyritic\": \"ihe ijuanya\",\n    \"porphyrization\": \"ịkọwapụta ihe\",\n    \"porphyrize\": \"ikechi\",\n    \"porphyrized\": \"ikekwe\",\n    \"porphyrizing\": \"inye iwu\",\n    \"porphyroblast\": \"ikechi\",\n    \"porphyroblastic\": \"ihe nkedo\",\n    \"porphyrogene\": \"ihe nzuzo\",\n    \"porphyrogenite\": \"ihe oriri\",\n    \"porphyrogenitic\": \"ikechi\",\n    \"porphyrogeniture\": \"ihe mgbochi\",\n    \"porphyrous\": \"ihe ijuanya\",\n    \"porpita\": \"n'ọnụ ụzọ\",\n    \"porpoise\": \"esemokwu\",\n    \"porpoiselike\": \"Ekechukwu\",\n    \"porpoises\": \"Ugboro abụọ\",\n    \"porpoising\": \"inye onyinye\",\n    \"porporate\": \"inye iwu\",\n    \"porr\": \"ọnya\",\n    \"porrect\": \"kwụrụ ọtọ\",\n    \"porrection\": \"onyinye\",\n    \"porrectus\": \"ụzọ\",\n    \"porret\": \"Ogbe\",\n    \"porry\": \"okpokoro\",\n    \"porridges\": \"porridge\",\n    \"porridgy\": \"ihe ndozi\",\n    \"porriginous\": \"ihe uto\",\n    \"porrima\": \"ọnya\",\n    \"porringer\": \"ihe eji ebu ihe\",\n    \"porringers\": \"ndị na-eme mkpọtụ\",\n    \"porriwiggle\": \"ikechi\",\n    \"port\": \"n'ọdụ ụgbọ mmiri\",\n    \"portability\": \"ebugharị\",\n    \"portable\": \"obere\",\n    \"portableness\": \"obere\",\n    \"portables\": \"obere ekwentị\",\n    \"portably\": \"obere\",\n    \"portage\": \"were were\",\n    \"portaged\": \"were were\",\n    \"portages\": \"were were\",\n    \"portaging\": \"were were\",\n    \"portague\": \"ihe ndozi\",\n    \"portahepatis\": \"porta ịba ọcha n'anya\",\n    \"portal\": \"ọnụ ụzọ\",\n    \"portaled\": \"enweghi ike\",\n    \"portalled\": \"ebugharị\",\n    \"portalless\": \"enweghị ụzọ\",\n    \"portals\": \"ọnụ ụzọ\",\n    \"portamenti\": \"ngwa\",\n    \"portamento\": \"Portamento\",\n    \"portamentos\": \"Portamentos\",\n    \"portances\": \"ụzọ\",\n    \"portass\": \"portas\",\n    \"portate\": \"potato\",\n    \"portatile\": \"Portatile\",\n    \"portative\": \"ebugharị\",\n    \"portato\": \"potato\",\n    \"portator\": \"potato\",\n    \"portcrayon\": \"ndaba\",\n    \"portcullis\": \"Portcullis\",\n    \"portcullised\": \"ezigara\",\n    \"portcullises\": \"ụzọ mmiri\",\n    \"portcullising\": \"nnyefe\",\n    \"porteacid\": \"Ogbe\",\n    \"ported\": \"n'ọdụ ụgbọ mmiri\",\n    \"porteligature\": \"ihe ngosi\",\n    \"portend\": \"zota\",\n    \"portendance\": \"nnyefe\",\n    \"portended\": \"zigara\",\n    \"portending\": \"ebu\",\n    \"portendment\": \"ebu\",\n    \"portends\": \"na-ebugharị\",\n    \"portension\": \"ndozi\",\n    \"portent\": \"ihe ngosi\",\n    \"portention\": \"ndozi\",\n    \"portentive\": \"ihe ngosi\",\n    \"portentosity\": \"ihe ngosi\",\n    \"portentous\": \"dị mkpa\",\n    \"portentously\": \"n'ụzọ doro anya\",\n    \"portentousness\": \"ịma mma\",\n    \"portents\": \"ihe ngosi\",\n    \"porteous\": \"Ogbe\",\n    \"porter\": \"onye oburu akpa\",\n    \"porterage\": \"osikapa\",\n    \"porteranthus\": \"Onochu\",\n    \"porterhouse\": \"obukpọ\",\n    \"porterhouses\": \"ụlọ nchekwa\",\n    \"porterly\": \"onye ibu\",\n    \"porterlike\": \"onye obula\",\n    \"porters\": \"ndị na-ebu ibu\",\n    \"portership\": \"ibu\",\n    \"portesse\": \"ụzọ\",\n    \"portfire\": \"ọkụ ọkụ\",\n    \"portfolio\": \"Pọtụfoliyo\",\n    \"portfolios\": \"Pọtụfoliyo\",\n    \"portglaive\": \"Portglaive\",\n    \"portglave\": \"Portglave\",\n    \"portgrave\": \"gosipụta\",\n    \"portgreve\": \"Portgreve\",\n    \"porthetria\": \"Porthetria\",\n    \"portheus\": \"ihe ngosi\",\n    \"porthole\": \"olulu mmiri\",\n    \"portholes\": \"n'ọdụ ụgbọ mmiri\",\n    \"porthook\": \"n'ọdụ ụgbọ mmiri\",\n    \"porthors\": \"Ozo\",\n    \"porty\": \"n'ọdụ ụgbọ mmiri\",\n    \"porticoed\": \"ihe osise\",\n    \"porticoes\": \"ihe ndozi\",\n    \"porticos\": \"ihe osise\",\n    \"portiered\": \"portiere\",\n    \"portify\": \"kwalite\",\n    \"porting\": \"n'ọdụ ụgbọ mmiri\",\n    \"portio\": \"Portio\",\n    \"portiomollis\": \"Portio mollis\",\n    \"portion\": \"Portio\",\n    \"portionable\": \"akụkụ\",\n    \"portional\": \"otosịrị\",\n    \"portionally\": \"kewaa\",\n    \"portioned\": \"kewara\",\n    \"portioner\": \"onye kere ihe\",\n    \"portioners\": \"ndị na-eke ihe\",\n    \"portiones\": \"akụkụ\",\n    \"portioning\": \"nkerisi\",\n    \"portionist\": \"onyekere\",\n    \"portionize\": \"kewaa\",\n    \"portionless\": \"nkebi\",\n    \"portions\": \"akụkụ\",\n    \"portitor\": \"onye obu ihe nlere\",\n    \"portland\": \"Portland\",\n    \"portlandian\": \"Portlandian\",\n    \"portless\": \"enweghị ike\",\n    \"portly\": \"obere\",\n    \"portlier\": \"onye na-ebugharị ihe\",\n    \"portliest\": \"kasị\",\n    \"portligature\": \"ihe ntinye\",\n    \"portlight\": \"ntughari\",\n    \"portlily\": \"n'uju\",\n    \"portliness\": \"ihe ngosi\",\n    \"portman\": \"onye nche mmiri\",\n    \"portmanmote\": \"ihe ntinye\",\n    \"portmanteau\": \"Portmanteau\",\n    \"portmanteaus\": \"Portmanteaus\",\n    \"portmanteaux\": \"Ogba\",\n    \"portmantle\": \"iwesa\",\n    \"portmantologism\": \"ihe ngosi\",\n    \"portment\": \"ebu\",\n    \"portmoot\": \"mbugharị\",\n    \"portmote\": \"Portmote\",\n    \"portoise\": \"osikapa\",\n    \"portor\": \"ibu\",\n    \"portpayne\": \"Portpayne\",\n    \"portray\": \"gosi\",\n    \"portrayable\": \"na-egosipụta\",\n    \"portrayal\": \"gosi\",\n    \"portrayals\": \"ihe ngosi\",\n    \"portrayed\": \"gosipụtara\",\n    \"portrayer\": \"onye mmebe ihe\",\n    \"portraying\": \"na-akọwa\",\n    \"portrayist\": \"onye na-ese ihe\",\n    \"portrayment\": \"ihe osise\",\n    \"portrays\": \"ihe osise\",\n    \"portrait\": \"Eserese\",\n    \"portraitist\": \"Onye na-ese ihe\",\n    \"portraitists\": \"ndị na-ese ihe osise\",\n    \"portraitlike\": \"osise dị ka\",\n    \"portraits\": \"Eserese\",\n    \"portraiture\": \"Eserese\",\n    \"portreeve\": \"ihe osise\",\n    \"portreeveship\": \"ndozi\",\n    \"portress\": \"ebe e wusiri ike\",\n    \"portresses\": \"ebe e wusiri ike\",\n    \"ports\": \"ọdụ ụgbọ mmiri\",\n    \"portsale\": \"ọdụ ụgbọ mmiri\",\n    \"portside\": \"ọdụ ụgbọ mmiri\",\n    \"portsider\": \"onye egwuregwu n'ọdụ ụgbọ mmiri\",\n    \"portsman\": \"ọdụ ụgbọ mmiri\",\n    \"portsoken\": \"n'ọdụ ụgbọ mmiri\",\n    \"portuary\": \"ndaghari\",\n    \"portugais\": \"Portugal\",\n    \"portugal\": \"mmegbu\",\n    \"portugee\": \"onye njem\",\n    \"portugese\": \"Portugese\",\n    \"portuguese\": \"Portuguese\",\n    \"portulacaceous\": \"ihe ngosi\",\n    \"portulacaria\": \"Portulacaria\",\n    \"portulan\": \"Portulan\",\n    \"portunalia\": \"Portunalia\",\n    \"portunian\": \"Portunian\",\n    \"portunid\": \"Portunid\",\n    \"portunidae\": \"Portunidae\",\n    \"portunus\": \"Portunus\",\n    \"portway\": \"ụzọ ụgbọ ala\",\n    \"porulous\": \"nnukwu\",\n    \"porwigle\": \"ndozi\",\n    \"posable\": \"enwere ike\",\n    \"posadas\": \"posada\",\n    \"pose\": \"guzo\",\n    \"posed\": \"jụrụ\",\n    \"posement\": \"ngosipụta\",\n    \"poshest\": \"nke nwere ike\",\n    \"posho\": \"posh\",\n    \"posied\": \"jikere\",\n    \"posing\": \"jụrụ\",\n    \"posingly\": \"pụtara\",\n    \"posited\": \"jụrụ\",\n    \"positing\": \"na-atụgharị\",\n    \"position\": \"ọnọdụ\",\n    \"positional\": \"ọnọdụ\",\n    \"positioned\": \"onodu\",\n    \"positioner\": \"nkwụnye\",\n    \"positioning\": \"n'ọnọdu\",\n    \"positionless\": \"enweghị ọnọdụ\",\n    \"positions\": \"ọnọdụ\",\n    \"positive\": \"dị mma\",\n    \"positively\": \"nke oma\",\n    \"positiveness\": \"ziri ezi\",\n    \"positives\": \"ihe oma\",\n    \"positivest\": \"dị mma\",\n    \"positron\": \"Nwachukwu\",\n    \"posological\": \"ihe omumu\",\n    \"posologist\": \"ọkà mmụta banyere posologist\",\n    \"poss\": \"ihe\",\n    \"posseman\": \"onye nwe\",\n    \"possemen\": \"nwe\",\n    \"posses\": \"nwere\",\n    \"possess\": \"nweta\",\n    \"possessable\": \"nwere\",\n    \"possessed\": \"nwere\",\n    \"possessedly\": \"nwere\",\n    \"possessedness\": \"ndinyene\",\n    \"possesses\": \"nwere\",\n    \"possessible\": \"nwere\",\n    \"possessing\": \"nwere\",\n    \"possessingly\": \"nwere\",\n    \"possessingness\": \"ikike\",\n    \"possessio\": \"Inweta\",\n    \"possession\": \"Inweta\",\n    \"possessional\": \"Inweta\",\n    \"possessionalism\": \"inwere ihe onwunwe\",\n    \"possessionalist\": \"nwere\",\n    \"possessionary\": \"onwunwe\",\n    \"possessionate\": \"nweta\",\n    \"possessioned\": \"nwere\",\n    \"possessioner\": \"onyenwere\",\n    \"possessiones\": \"nwere\",\n    \"possessionist\": \"onye nwe\",\n    \"possessionless\": \"enweghị nke\",\n    \"possessionlessness\": \"enweghị ihe onwunwe\",\n    \"possessions\": \"ihe onwunwe\",\n    \"possessival\": \"ikike\",\n    \"possessive\": \"nwere\",\n    \"possessively\": \"nwere\",\n    \"possessiveness\": \"ikike\",\n    \"possessives\": \"nwere\",\n    \"possessor\": \"onye nwere\",\n    \"possessoress\": \"nwe\",\n    \"possessory\": \"ihe onwunwe\",\n    \"possessorial\": \"ihe onwunwe\",\n    \"possessoriness\": \"ikike\",\n    \"possessors\": \"ndị nwe ya\",\n    \"possessorship\": \"nnweta\",\n    \"posset\": \"ihe ndina\",\n    \"possets\": \"Ohere\",\n    \"possy\": \"posy\",\n    \"possibile\": \"nwere ike\",\n    \"possibilism\": \"nwee ike ime ihe\",\n    \"possibilist\": \"nwee ike\",\n    \"possibilitate\": \"nwee ike\",\n    \"possibility\": \"enwere ike\",\n    \"possibilities\": \"ohere\",\n    \"possible\": \"kwere omume\",\n    \"possibleness\": \"ekwe omume\",\n    \"possibler\": \"kwere omume\",\n    \"possibles\": \"nwere ike\",\n    \"possiblest\": \"kwere omume\",\n    \"possibly\": \"kwere omume\",\n    \"possie\": \"kwere omume\",\n    \"possies\": \"nwere\",\n    \"possisdendi\": \"nwekwaa\",\n    \"possum\": \"inwe\",\n    \"possumhaw\": \"posumhaw\",\n    \"possums\": \"inwe\",\n    \"possumwood\": \"posumwood\",\n    \"postabdominal\": \"ozi\",\n    \"postable\": \"zigara\",\n    \"postage\": \"ozi nzipu ozi\",\n    \"postages\": \"ozi\",\n    \"postal\": \"nzipu ozi\",\n    \"postally\": \"zigara\",\n    \"postals\": \"akwụkwọ ozi\",\n    \"postanal\": \"posta\",\n    \"postaortic\": \"biputere aortic\",\n    \"postapoplectic\": \"biputere apoplectic\",\n    \"postapostolic\": \"biputere apostolic\",\n    \"postbag\": \"akpa\",\n    \"postbags\": \"posto akpa\",\n    \"postbaptismal\": \"post baptizim\",\n    \"postbook\": \"akwụkwọ ozi\",\n    \"postbox\": \"igbe akwụkwọ ozi\",\n    \"postboxes\": \"igbe\",\n    \"postbrachial\": \"post brachial\",\n    \"postbreakfast\": \"post-nri ụtụtụ\",\n    \"postbreeding\": \"azụ azụ\",\n    \"postcaecal\": \"postkaecal\",\n    \"postcard\": \"kaadi ozi\",\n    \"postcardiac\": \"ọrịa obi\",\n    \"postcardinal\": \"posta Kadinal\",\n    \"postcards\": \"postkaadị\",\n    \"postcaudal\": \"postkaudal\",\n    \"postcava\": \"postkava\",\n    \"postcavae\": \"postkavae\",\n    \"postcesarean\": \"postesarean\",\n    \"postcode\": \"Koodu\",\n    \"postcommunicant\": \"ozi\",\n    \"postcommunion\": \"nkwanye\",\n    \"postconquest\": \"mmeri\",\n    \"postcribrate\": \"zipu\",\n    \"postdated\": \"nke gara aga\",\n    \"postdetermined\": \"mgbe mkpebi siri ike\",\n    \"postdevelopmental\": \"post-mmepe\",\n    \"postdisapproved\": \"ezighi ezi\",\n    \"posted\": \"gwa\",\n    \"posteen\": \"zigara\",\n    \"postepileptic\": \"post akwụkwụ\",\n    \"poster\": \"posta\",\n    \"posteriad\": \"azụ\",\n    \"posterial\": \"azụ\",\n    \"posterior\": \"azụ\",\n    \"posterioric\": \"postaịrica\",\n    \"posteriorically\": \"n'azụ azụ\",\n    \"posterioristic\": \"akwụkwọ ozi\",\n    \"posterioristically\": \"na nkwonkwo\",\n    \"posteriority\": \"ọghọm\",\n    \"posteriorly\": \"azụ\",\n    \"posteriormost\": \"nke dị n'azụ\",\n    \"posteriors\": \"ndi n'azu\",\n    \"posteriorums\": \"azụ azụ\",\n    \"posterish\": \"posta\",\n    \"posterishness\": \"mbadamba\",\n    \"posterist\": \"posta\",\n    \"posterity\": \"umuaka\",\n    \"posterities\": \"ụmụ na-abịa n'ihu\",\n    \"posterization\": \"mgbasa ozi\",\n    \"posterize\": \"zụọ akwụkwọ\",\n    \"postern\": \"zoro\",\n    \"posterns\": \"postn\",\n    \"posters\": \"akwụkwọ ịma ọkwa\",\n    \"posteruptive\": \"azụ\",\n    \"postexistence\": \"ndụm\",\n    \"postexistent\": \"mgbe ochie\",\n    \"postfixing\": \"postfix chọrọ\",\n    \"postformed\": \"gbanwee\",\n    \"postforms\": \"postform\",\n    \"postharvest\": \"mgbe owuwe ihe ubi\",\n    \"postholder\": \"posta posta\",\n    \"posthumous\": \"mbubreyo\",\n    \"posthumously\": \"mgbe obula\",\n    \"posthumousness\": \"mbibi\",\n    \"postical\": \"postictal\",\n    \"postically\": \"n'ezigbo\",\n    \"posticous\": \"posticus\",\n    \"postil\": \"egbe\",\n    \"postilion\": \"nzipu ozi\",\n    \"postilioned\": \"ezipụ\",\n    \"postilions\": \"akwụkwọ ozi\",\n    \"postiller\": \"posta akwụkwọ ozi\",\n    \"postils\": \"posters\",\n    \"postimpressionism\": \"biputere echiche\",\n    \"postimpressionist\": \"biputere echiche\",\n    \"postimpressionistic\": \"post impressionistic\",\n    \"postincarnation\": \"nlọghachi azụ\",\n    \"posting\": \"ikenye\",\n    \"postingly\": \"zigara\",\n    \"postings\": \"ihe\",\n    \"postins\": \"postin\",\n    \"postintestinal\": \"eriri afọ\",\n    \"postlarval\": \"postlaval\",\n    \"postless\": \"enweghi ike\",\n    \"postliminary\": \"mbido\",\n    \"postliminy\": \"mbido\",\n    \"postliminious\": \"mbido\",\n    \"postlude\": \"azu\",\n    \"postludes\": \"Emechi\",\n    \"postman\": \"onye ozi\",\n    \"postmarital\": \"di na nwunye\",\n    \"postmarked\": \"ezigara\",\n    \"postmarriage\": \"alụlụ di na nwunye\",\n    \"postmediaeval\": \"postmedia oge\",\n    \"postmen\": \"ndị ozi\",\n    \"postmortal\": \"nwụrụ anwụ\",\n    \"postmortem\": \"ozi\",\n    \"postmortems\": \"ihe ndi ozo\",\n    \"postmortuary\": \"okpo\",\n    \"postmultiplied\": \"postlultipịpụrụ\",\n    \"postmultiplying\": \"nzaghachi\",\n    \"postnatal\": \"okwo\",\n    \"postnatally\": \"mgbe ozo\",\n    \"postnominal\": \"postnonal\",\n    \"postoffice\": \"ụlọ ọrụ nzipu ozi\",\n    \"postoffices\": \"ụlọ ọrụ nzipu ozi\",\n    \"postoperatively\": \"postoperative\",\n    \"postoral\": \"ịzụ atụrụ\",\n    \"postotic\": \"postiiki\",\n    \"postpagan\": \"oge gara aga\",\n    \"postpaid\": \"ikwu ugwo\",\n    \"postparietal\": \"Nkechi\",\n    \"postpartal\": \"mgbe emechara\",\n    \"postpartum\": \"isochi nwa\",\n    \"postparturient\": \"mgbe emechara\",\n    \"postparturition\": \"mgbe emechara\",\n    \"postperforated\": \"post perforated\",\n    \"postpericardial\": \"posticardial post\",\n    \"postpharyngal\": \"postpharyngeal\",\n    \"postpyramidal\": \"post pyramidal\",\n    \"postpyretic\": \"tinye pyretic\",\n    \"postpituitary\": \"post pituitary\",\n    \"postplace\": \"post post\",\n    \"postpneumonic\": \"oge obula\",\n    \"postponable\": \"kpụrụpụ\",\n    \"postpone\": \"eyigharị\",\n    \"postponed\": \"yigharịrị\",\n    \"postponement\": \"yigharia\",\n    \"postponements\": \"yigharia\",\n    \"postponence\": \"oge\",\n    \"postponer\": \"kagbuei\",\n    \"postpones\": \"yigharia\",\n    \"postponing\": \"eyigharị\",\n    \"postpontile\": \"ebighebi\",\n    \"postpose\": \"zipu\",\n    \"postposited\": \"zipuru\",\n    \"postpositional\": \"postposition\",\n    \"postpositionally\": \"postposition\",\n    \"postprandial\": \"mgbe a nwụsịrị\",\n    \"postprandially\": \"na-egbu oge\",\n    \"postpredicament\": \"eyigharị\",\n    \"postpubertal\": \"laghachi\",\n    \"postpuberty\": \"nweghari\",\n    \"postpubescent\": \"azụ\",\n    \"postpubic\": \"oge gara aga\",\n    \"postpubis\": \"laghachi\",\n    \"postpulmonary\": \"oge gara aga\",\n    \"postpupillary\": \"osotele\",\n    \"postrectal\": \"postrect\",\n    \"postremote\": \"zaghachi\",\n    \"postreproductive\": \"Emeputa\",\n    \"postresurrection\": \"mbugharị\",\n    \"postresurrectional\": \"mbugharia\",\n    \"postrider\": \"postaji\",\n    \"postsaccular\": \"postaccular\",\n    \"postsacral\": \"postacral\",\n    \"postscalenus\": \"postcalenus\",\n    \"postscapula\": \"postcapula\",\n    \"postscapular\": \"postcapular\",\n    \"postscapularis\": \"postcapularis\",\n    \"postscarlatinal\": \"postcarlatinal\",\n    \"postscarlatinoid\": \"anasasiri ihe\",\n    \"postscenium\": \"postcenium\",\n    \"postscholastic\": \"postcholastic\",\n    \"postschool\": \"ụlọ akwụkwọ\",\n    \"postscorbutic\": \"postcorbutic\",\n    \"postscribe\": \"biputere\",\n    \"postscript\": \"Ederede\",\n    \"postscripts\": \"ederede\",\n    \"postscriptum\": \"postcriptum\",\n    \"postscutella\": \"postcutella\",\n    \"postscutellar\": \"postcutellar\",\n    \"postscutellum\": \"postcutellum\",\n    \"postscuttella\": \"postcuttella\",\n    \"postseasonal\": \"oge\",\n    \"postsigmoid\": \"postigmoid\",\n    \"postsigmoidal\": \"postigmoidal\",\n    \"postsign\": \"postign\",\n    \"postsigner\": \"postigner\",\n    \"postsymphysial\": \"postymphysial\",\n    \"postsynaptic\": \"postynaptic\",\n    \"postsynsacral\": \"postynsacral\",\n    \"postsyphilitic\": \"anwachukwu\",\n    \"postsystolic\": \"postystolic\",\n    \"postspasmodic\": \"biputere spasmodic\",\n    \"postsplenial\": \"nkechi\",\n    \"postsplenic\": \"Ugochukwu\",\n    \"poststertorous\": \"post post\",\n    \"postsuppurative\": \"post suppurative\",\n    \"postsurgical\": \"urgicalwa ahụ\",\n    \"posttabetic\": \"ọrịa shuga\",\n    \"posttests\": \"mgbasa ozi\",\n    \"posttreatment\": \"posta ọgwụgwọ\",\n    \"posttubercular\": \"postububular\",\n    \"postulate\": \"zigara\",\n    \"postulated\": \"ezigara\",\n    \"postulates\": \"zigara\",\n    \"postulating\": \"zigara\",\n    \"postulation\": \"ozi\",\n    \"postulational\": \"ọrụ\",\n    \"postulations\": \"post post\",\n    \"posture\": \"postcho\",\n    \"postured\": \"postcho\",\n    \"posturer\": \"postcho\",\n    \"posturers\": \"postures\",\n    \"posturing\": \"zigara\",\n    \"posturise\": \"zaghachi\",\n    \"posturised\": \"ezighachi\",\n    \"posturising\": \"ezipụ\",\n    \"posturist\": \"onye ezipu\",\n    \"posturize\": \"zighachi\",\n    \"posturized\": \"ezighachi\",\n    \"posturizing\": \"ezipụ\",\n    \"postuterine\": \"postaime\",\n    \"postvenous\": \"postven\",\n    \"postvide\": \"ziga\",\n    \"postvocalically\": \"ọkwụrụ\",\n    \"postward\": \"posta\",\n    \"postwise\": \"mgbe emechara\",\n    \"postwoman\": \"Nwanyị nwanyị\",\n    \"postzygapophyseal\": \"postzygapophysis\",\n    \"postzygapophysial\": \"postzygapophysis\",\n    \"pot\": \"ite\",\n    \"potability\": \"ike\",\n    \"potable\": \"nwere ike\",\n    \"potableness\": \"ness\",\n    \"potables\": \"ite\",\n    \"potage\": \"ite\",\n    \"potager\": \"ite mmanu\",\n    \"potagere\": \"ndigbo\",\n    \"potagery\": \"ite\",\n    \"potagerie\": \"ite aka\",\n    \"potages\": \"ite\",\n    \"potail\": \"ite\",\n    \"potamian\": \"onyeoma\",\n    \"potamic\": \"ndaba\",\n    \"potamochoerus\": \"ndukwe\",\n    \"potamogale\": \"ndokwa\",\n    \"potamogeton\": \"ndokwa\",\n    \"potamogetonaceous\": \"Ogbogu Okonji\",\n    \"potamology\": \"nkà mmụta ọgwụ\",\n    \"potamologist\": \"ọkà mmụta banyere ndammana\",\n    \"potamometer\": \"potamometa\",\n    \"potamophilous\": \"ndaba\",\n    \"potamoplankton\": \"ndukwe\",\n    \"potance\": \"ikike\",\n    \"potashes\": \"nduku\",\n    \"potass\": \"ite\",\n    \"potassic\": \"nwere ike\",\n    \"potassiferous\": \"ndokwa\",\n    \"potate\": \"ite\",\n    \"potation\": \"ite mmanu\",\n    \"potations\": \"ite\",\n    \"potative\": \"nwere ike\",\n    \"potato\": \"nduku\",\n    \"potatoes\": \"nduku\",\n    \"potator\": \"nduku\",\n    \"potatory\": \"nduku\",\n    \"potawatami\": \"potawatomi\",\n    \"potbelly\": \"ikekwe\",\n    \"potbellied\": \"ite juru\",\n    \"potbellies\": \"mgbịrịgba\",\n    \"potboy\": \"ite\",\n    \"potboydom\": \"Nduku\",\n    \"potboil\": \"ite\",\n    \"potboiled\": \"ite sie\",\n    \"potboiler\": \"Nduku\",\n    \"potboilers\": \"ndị na-ebu ite\",\n    \"potboiling\": \"na-emegharị ahụ\",\n    \"potboils\": \"ite\",\n    \"potboys\": \"Ndidi\",\n    \"potch\": \"ite\",\n    \"potcher\": \"ọkpụite\",\n    \"potcherman\": \"onye ọkpụite\",\n    \"potchermen\": \"ndi ọkpụ ite\",\n    \"potcrook\": \"ite\",\n    \"pote\": \"ite\",\n    \"poteen\": \"nwee ike\",\n    \"poteens\": \"Ikenna\",\n    \"potence\": \"ike\",\n    \"potency\": \"ike\",\n    \"potencies\": \"nwere ike\",\n    \"potent\": \"nke nwere ike\",\n    \"potentacy\": \"ike\",\n    \"potentate\": \"ike\",\n    \"potentates\": \"nwere ike\",\n    \"potentee\": \"ike\",\n    \"potenty\": \"ike\",\n    \"potential\": \"ikike\",\n    \"potentiality\": \"ikike\",\n    \"potentialities\": \"ikike\",\n    \"potentialization\": \"inwe ikike\",\n    \"potentialize\": \"nwe ike\",\n    \"potentially\": \"nwere ike\",\n    \"potentialness\": \"ikike\",\n    \"potentials\": \"ikike\",\n    \"potentiate\": \"ike\",\n    \"potentiated\": \"nwere ike\",\n    \"potentiates\": \"nwere ike\",\n    \"potentiating\": \"nwere ike\",\n    \"potentiation\": \"ike\",\n    \"potentibility\": \"ike\",\n    \"potenties\": \"nwere ike\",\n    \"potentiometers\": \"nwere ike\",\n    \"potentiometric\": \"nwere ike\",\n    \"potentize\": \"nwee ike\",\n    \"potently\": \"nwere ike\",\n    \"potentness\": \"ike\",\n    \"poter\": \"ọkpụite\",\n    \"potestas\": \"ite\",\n    \"potestate\": \"ite\",\n    \"potful\": \"di ike\",\n    \"potfuls\": \"ite\",\n    \"potgirl\": \"nwa nwanyi\",\n    \"potgun\": \"ite\",\n    \"pothanger\": \"Ndetu\",\n    \"pothead\": \"isi\",\n    \"potheads\": \"ndu ọphu\",\n    \"pothecaries\": \"ndị ekpenta\",\n    \"potheens\": \"ike\",\n    \"pother\": \"ihe nzuzu\",\n    \"pothered\": \"nwere\",\n    \"pothery\": \"Imegbu\",\n    \"pothering\": \"na-egbu mmiri\",\n    \"potherment\": \"ikpo oku\",\n    \"pothers\": \"ndị ọkpụite\",\n    \"potholder\": \"onye nwe ihe\",\n    \"potholders\": \"ndị nwere ikike\",\n    \"pothole\": \"olulu\",\n    \"potholed\": \"achọrọ\",\n    \"potholer\": \"onye ohi\",\n    \"potholes\": \"olulu\",\n    \"potholing\": \"Ndidi\",\n    \"pothook\": \"ndokwa\",\n    \"pothookery\": \"ihe ndozi\",\n    \"pothooks\": \"ndokwa\",\n    \"pothouse\": \"ite ulo\",\n    \"pothousey\": \"ụlọ\",\n    \"pothouses\": \"ụlọ\",\n    \"pothunted\": \"Ikwesiri\",\n    \"pothunter\": \"ọkpụite\",\n    \"pothunting\": \"ndọtị\",\n    \"potiche\": \"ite\",\n    \"potiches\": \"ite\",\n    \"potifer\": \"ite\",\n    \"potiguara\": \"nduku\",\n    \"potion\": \"ọgwụ\",\n    \"potions\": \"ite\",\n    \"potlach\": \"ndokwa\",\n    \"potlache\": \"ndokwa\",\n    \"potlaches\": \"ite\",\n    \"potlatch\": \"ndokwa\",\n    \"potlatched\": \"ndokwa\",\n    \"potleg\": \"ite ogwu\",\n    \"potlicker\": \"ihe ọkpụ\",\n    \"potlid\": \"ndaba\",\n    \"potlike\": \"yiri\",\n    \"potlikker\": \"ndokwa\",\n    \"potline\": \"akara\",\n    \"potling\": \"ite\",\n    \"potluck\": \"Ndokwa\",\n    \"potlucks\": \"ite\",\n    \"potmaker\": \"onye na-eme ite ihe\",\n    \"potmaking\": \"ite ite\",\n    \"potman\": \"ite\",\n    \"potmen\": \"ndi ekpete\",\n    \"potomac\": \"Nduku\",\n    \"potomania\": \"nduku\",\n    \"potomato\": \"nduku\",\n    \"potometer\": \"poteto\",\n    \"potong\": \"ite\",\n    \"potoo\": \"nduku\",\n    \"potoos\": \"nduku\",\n    \"potorous\": \"siri ike\",\n    \"potpie\": \"ite\",\n    \"potpies\": \"ite\",\n    \"potpourri\": \"ọkaibe\",\n    \"potrack\": \"ite\",\n    \"potrero\": \"Ndokwa\",\n    \"pots\": \"ite\",\n    \"potshard\": \"Igha\",\n    \"potsherd\": \"ite mara\",\n    \"potsherds\": \"iberibe ite\",\n    \"potshoot\": \"potato\",\n    \"potshooter\": \"ite mmiri\",\n    \"potshot\": \"nduku\",\n    \"potshots\": \"ite\",\n    \"potshotting\": \"ikpu\",\n    \"potsy\": \"ite\",\n    \"potsie\": \"ite\",\n    \"potsies\": \"ite\",\n    \"potstick\": \"ite\",\n    \"potstone\": \"ite\",\n    \"potstones\": \"ite\",\n    \"pott\": \"ite\",\n    \"pottage\": \"ite\",\n    \"pottages\": \"ite mmiri\",\n    \"pottagy\": \"ite\",\n    \"pottaro\": \"pottah\",\n    \"potted\": \"kpara\",\n    \"potteen\": \"ọkpụite\",\n    \"potteens\": \"Nduku\",\n    \"potter\": \"ọkpụite\",\n    \"pottered\": \"ọkpụkpọ\",\n    \"potterer\": \"ọkpụite\",\n    \"potterers\": \"ndị ọkpụite\",\n    \"potteress\": \"Okpukpo\",\n    \"pottery\": \"ite kpuru\",\n    \"potteries\": \"ite ite\",\n    \"pottering\": \"ọkpụ ite\",\n    \"potteringly\": \"ọkpụite\",\n    \"pottern\": \"ite\",\n    \"potters\": \"ọkpụite\",\n    \"potti\": \"ite\",\n    \"potty\": \"ite\",\n    \"pottier\": \"ọkpụkpọ\",\n    \"potting\": \"ite\",\n    \"pottinger\": \"ọkpụite\",\n    \"pottle\": \"ite\",\n    \"pottled\": \"kpakpando\",\n    \"pottles\": \"ite\",\n    \"potto\": \"ite\",\n    \"pottos\": \"ite\",\n    \"potus\": \"ite\",\n    \"potwaller\": \"Ikike\",\n    \"potwalling\": \"imebi iwu\",\n    \"potwalloper\": \"Ogbogu Okonji\",\n    \"potware\": \"ite\",\n    \"potwhisky\": \"ikechi\",\n    \"potwork\": \"ite\",\n    \"potwort\": \"ite\",\n    \"pouch\": \"obere akpa\",\n    \"pouches\": \"obere akpa\",\n    \"pouchless\": \"obere akpa\",\n    \"poudret\": \"Okechukwu\",\n    \"poudrette\": \"Ekechukwu\",\n    \"poufed\": \"kwue\",\n    \"pouffed\": \"pouff\",\n    \"poulard\": \"mmmmmmmmmmmmm\",\n    \"poulet\": \"obere akpa\",\n    \"poulticed\": \"okuko\",\n    \"poulticing\": \"anụkọ\",\n    \"poultry\": \"ulo ozuzu okuko\",\n    \"poultrydom\": \"okuko\",\n    \"poultries\": \"ulo ozuzu okuko\",\n    \"poultryist\": \"okuko okuko\",\n    \"poultryless\": \"okuko\",\n    \"poultrylike\": \"anụ ọkụkọ\",\n    \"poultryman\": \"okuko\",\n    \"poultrymen\": \"ndị ọkụkọ ọkụkọ\",\n    \"poultryproof\": \"ọkụkọ ọkụ\",\n    \"pounce\": \"ibiaghachi\",\n    \"pounced\": \"dozie\",\n    \"pouncing\": \"pouning\",\n    \"pouncingly\": \"pouncing\",\n    \"pound\": \"paụnd\",\n    \"poundage\": \"paụnd\",\n    \"poundages\": \"pound\",\n    \"poundal\": \"paụnd\",\n    \"poundals\": \"pound\",\n    \"poundbreach\": \"paụndụ\",\n    \"poundcake\": \"paụnd\",\n    \"pounded\": \"gbakaa\",\n    \"pounder\": \"kposo ihe\",\n    \"pounders\": \"Ndị ọkpọ\",\n    \"pounding\": \"na-eme mkpọtụ\",\n    \"poundkeeper\": \"paụndụ\",\n    \"poundless\": \"enweghi ike\",\n    \"poundlike\": \"paụnd\",\n    \"poundmaster\": \"paụmaster\",\n    \"poundmeal\": \"paụme\",\n    \"pounds\": \"paụnd\",\n    \"poundstone\": \"paụndị\",\n    \"poundworth\": \"Nwachukwu\",\n    \"pour\": \"wunye\",\n    \"pourboire\": \"Nwokedi\",\n    \"pourboires\": \"agbapu\",\n    \"poured\": \"wụsara\",\n    \"pourer\": \"onye anakpo\",\n    \"pourers\": \"ndị na-eme ihe ọ .ụ .ụ\",\n    \"pourie\": \"awunye\",\n    \"pouring\": \"agbapụtara\",\n    \"pouringly\": \"agba\",\n    \"pourparley\": \"Nwosu\",\n    \"pourparler\": \"onyenze\",\n    \"pourparlers\": \"ndị na-ere mmiri\",\n    \"pourparty\": \"Chukwunwike\",\n    \"pourpiece\": \"awụkwasị\",\n    \"pourpoint\": \"nkọwa\",\n    \"pourpointer\": \"onye na-eweta ihe\",\n    \"pourprise\": \"ntoju\",\n    \"pourquoi\": \"gbanye mmiri\",\n    \"pourris\": \"agba\",\n    \"pours\": \"agba\",\n    \"pourvete\": \"gbanye\",\n    \"poussetted\": \"agbako\",\n    \"pout\": \"gbasaa\",\n    \"pouted\": \"agbaghara\",\n    \"pouters\": \"ndị na-akwọ ụgbọ mmiri\",\n    \"pouty\": \"ụgwọ\",\n    \"pouting\": \"eme egwuregwu\",\n    \"poutingly\": \"poutly\",\n    \"poverishment\": \"poverishị\",\n    \"poverty\": \"ịda ogbenye\",\n    \"povertyweed\": \"ịda ogbenye\",\n    \"pow\": \"ntụ\",\n    \"powder\": \"ntụ ntụ\",\n    \"powderable\": \"Enwere ike\",\n    \"powdered\": \"ntụ ntụ\",\n    \"powderer\": \"nwee ntụ\",\n    \"powderers\": \"ndị na-eme ntụ\",\n    \"powdery\": \"Pụrụ powdery\",\n    \"powderies\": \"ntụ ntụ\",\n    \"powderiness\": \"ntụ ntụ\",\n    \"powdering\": \"ntụ ntụ\",\n    \"powderization\": \"ntụ ntụ\",\n    \"powderize\": \"ntụ ntụ\",\n    \"powderizer\": \"ntụ ntụ\",\n    \"powderlike\": \"dị ka ntụ ntụ\",\n    \"powderman\": \"Onye ntụ ntụ\",\n    \"powderpuff\": \"ntụ ntụ\",\n    \"powders\": \"ntụ ntụ\",\n    \"powdry\": \"ntụ ọka\",\n    \"powellite\": \"ike\",\n    \"power\": \"ike\",\n    \"powerable\": \"nwere ike\",\n    \"powerably\": \"ike\",\n    \"powerboat\": \"ụgbọ mmiri\",\n    \"powerboats\": \"ụgbọ mmiri\",\n    \"powered\": \"kwadoro\",\n    \"powerful\": \"dị ike\",\n    \"powerfully\": \"n'ike\",\n    \"powerfulness\": \"ike\",\n    \"powerhouse\": \"ụlọ ike\",\n    \"powerhouses\": \"ụlọ ike\",\n    \"powering\": \"na-enye ike\",\n    \"powerless\": \"enweghị ike\",\n    \"powerlessly\": \"enweghị ike\",\n    \"powerlessness\": \"enweghị ike\",\n    \"powermonger\": \"onye na enye ikike\",\n    \"powerplants\": \"osisi ike\",\n    \"powers\": \"ike\",\n    \"powerset\": \"Ike\",\n    \"powersets\": \"Ike\",\n    \"powerstat\": \"Ike\",\n    \"powhatan\": \"ike\",\n    \"powhead\": \"isi\",\n    \"powitch\": \"ntụ\",\n    \"powldoody\": \"ikechi\",\n    \"powny\": \"ime obodo\",\n    \"pows\": \"Mkpụrụ\",\n    \"powsoddy\": \"Ugboro abụọ\",\n    \"powsowdy\": \"Mmmmmmmmmmmm\",\n    \"powter\": \"pota\",\n    \"powters\": \"ntụ ntụ\",\n    \"powwowed\": \"powwow\",\n    \"powwower\": \"powwow\",\n    \"powwowing\": \"wgha\",\n    \"powwows\": \"nwee ntụ\",\n    \"poxed\": \"agwakọta\",\n    \"poxing\": \"na-eme pox\",\n    \"pp\": \"p\",\n    \"pph\": \"mkp\",\n    \"praams\": \"na-akụ\",\n    \"prabble\": \"isonye\",\n    \"practic\": \"eme\",\n    \"practicability\": \"eme ihe\",\n    \"practicabilities\": \"arụ ọrụ\",\n    \"practicable\": \"eme omume\",\n    \"practicableness\": \"eme ihe\",\n    \"practicably\": \"fọrọ\",\n    \"practical\": \"bara uru\",\n    \"practicalism\": \"bara uru\",\n    \"practicalist\": \"ihe\",\n    \"practicality\": \"ihe bara uru\",\n    \"practicalization\": \"eme ihe\",\n    \"practicalize\": \"mee ihe\",\n    \"practicalized\": \"eme\",\n    \"practicalizer\": \"na-eme ihe\",\n    \"practically\": \"ihe\",\n    \"practicalness\": \"dị irè\",\n    \"practicant\": \"na-eme ihe\",\n    \"practice\": \"omume\",\n    \"practiced\": \"eme\",\n    \"practicedness\": \"omume\",\n    \"practicer\": \"na-eme ihe\",\n    \"practices\": \"omume\",\n    \"practician\": \"dibia\",\n    \"practicianism\": \"nkuzi\",\n    \"practicing\": \"na-eme ihe\",\n    \"practico\": \"na-eme ihe\",\n    \"practicum\": \"na-eme\",\n    \"practisant\": \"omume\",\n    \"practise\": \"omume\",\n    \"practised\": \"eme\",\n    \"practiser\": \"na-eme ihe\",\n    \"practises\": \"omume\",\n    \"practising\": \"na-eme ihe\",\n    \"practitional\": \"onye na-eme ihe\",\n    \"practitioner\": \"onye na-eme ihe\",\n    \"practitionery\": \"ndị na-eme ihe\",\n    \"practitioners\": \"ndị na-eme ihe\",\n    \"practive\": \"omume\",\n    \"pradeep\": \"ụzọ\",\n    \"pradhana\": \"pradhan\",\n    \"praeabdomen\": \"Na-eme\",\n    \"praeacetabular\": \"periacetabular\",\n    \"praecoces\": \"otuto\",\n    \"praecox\": \"Chukwuemeka Odumegwu Ojukwu\",\n    \"praedial\": \"n'ekpere\",\n    \"praedialist\": \"onye isi\",\n    \"praediality\": \"Amụma\",\n    \"praeesophageal\": \"mmmmmmmmmmmmm\",\n    \"praefectorial\": \"onyeka onwenu\",\n    \"praefects\": \"praefect\",\n    \"praefectus\": \"Onyeka Onwenu\",\n    \"praehallux\": \"chukwuemeka\",\n    \"praelected\": \"na-asọpụrụ\",\n    \"praelecting\": \"na-anabata\",\n    \"praelectorship\": \"nzacha\",\n    \"praemunientes\": \"chukwuemeka odumegwu ojukwu\",\n    \"praenestinian\": \"Onyeka Onwenu\",\n    \"praenomens\": \"onyeka onwenu\",\n    \"praenominal\": \"ọnụnọ\",\n    \"praepositor\": \"onyekpe\",\n    \"praepositure\": \"ibunye\",\n    \"praesens\": \"na-ekele\",\n    \"praesenti\": \"eslọ\",\n    \"praesertim\": \"Onyinyechi\",\n    \"praeses\": \"na-ekele\",\n    \"praesian\": \"Onyeukwu\",\n    \"praesidia\": \"Udochukwu\",\n    \"praesystolic\": \"Onwuchekwa\",\n    \"praesphenoid\": \"mmmmmmmmmmmmm\",\n    \"praesternal\": \"onye ugwu\",\n    \"praesternum\": \"Ugbor\",\n    \"praetaxation\": \"mmegharị\",\n    \"praetorian\": \"onye praetorian\",\n    \"praetorium\": \"alaeze\",\n    \"praetors\": \"ndị na-achịkwa iwu\",\n    \"praetorship\": \"ikike\",\n    \"pragmaticalness\": \"pragmaticalism\",\n    \"pragmaticism\": \"pragmatism\",\n    \"pragmatics\": \"pragmatik\",\n    \"pragmatists\": \"pragmatist\",\n    \"prague\": \"asụsụ\",\n    \"pray\": \"kpee ekpere\",\n    \"prayable\": \"ekwere\",\n    \"prayed\": \"kpere ekpere\",\n    \"prayer\": \"ekpere\",\n    \"prayerful\": \"na-ekpe ekpere\",\n    \"prayerfully\": \"ekpere\",\n    \"prayerfulness\": \"ekpere\",\n    \"prayerless\": \"ekpere\",\n    \"prayerlessly\": \"n'ekpere\",\n    \"prayerlessness\": \"enweghị ekpere\",\n    \"prayermaker\": \"onye na-ekpe ekpere\",\n    \"prayermaking\": \"ekpe ekpere\",\n    \"prayers\": \"ekpere\",\n    \"prayerwise\": \"ekpere\",\n    \"prayful\": \"na-ekpe ekpere\",\n    \"praying\": \"na-ekpe ekpere\",\n    \"prayingly\": \"na-ekpe ekpere\",\n    \"prayingwise\": \"ikpe amamihe\",\n    \"prairie\": \"preirie\",\n    \"prairiecraft\": \"prairie nka\",\n    \"prairied\": \"Ebere\",\n    \"prairies\": \"ala mmiri\",\n    \"prairieweed\": \"Akwukwu\",\n    \"prays\": \"na-ekpe ekpere\",\n    \"praisable\": \"otuto\",\n    \"praisableness\": \"otuto\",\n    \"praise\": \"otuto\",\n    \"praised\": \"otoro\",\n    \"praiseful\": \"otuto\",\n    \"praisefully\": \"otuto\",\n    \"praisefulness\": \"Otuto\",\n    \"praiseless\": \"enweghị otuto\",\n    \"praiseproof\": \"onyinye\",\n    \"praiser\": \"onye toro\",\n    \"praisers\": \"ndị na-eto eto\",\n    \"praises\": \"otuto\",\n    \"praiseworthy\": \"kwesịrị otuto\",\n    \"praiseworthily\": \"toonye kwesịrị\",\n    \"praiseworthiness\": \"otuto\",\n    \"praising\": \"na-aja\",\n    \"praisingly\": \"na-aja otuto\",\n    \"praisworthily\": \"n'ekele\",\n    \"praisworthiness\": \"ekwupụta\",\n    \"prakritic\": \"prakritị\",\n    \"prakritize\": \"na-akụzi\",\n    \"praline\": \"okpolo\",\n    \"pralltriller\": \"Nwachukwu\",\n    \"prance\": \"mkpuchi\",\n    \"pranceful\": \"dị ọcha\",\n    \"prancer\": \"ịda mba\",\n    \"prancers\": \"ihe mgbochi\",\n    \"prancingly\": \"Na-agagharị\",\n    \"pranged\": \"toro\",\n    \"pranging\": \"na-ekele\",\n    \"prank\": \"kwuwe\",\n    \"pranker\": \"onye na-azụ ahịa\",\n    \"prankful\": \"kwuo eziokwu\",\n    \"prankfulness\": \"ikwu eziokwu\",\n    \"pranking\": \"Ikwusa\",\n    \"prankingly\": \"n'egwu\",\n    \"prankish\": \"ịkọwa ihe\",\n    \"prankishly\": \"n'ikwu\",\n    \"prankishness\": \"ịkwa iko\",\n    \"prankle\": \"kwubie\",\n    \"pranksomeness\": \"pranks ịdị n'otu\",\n    \"prankster\": \"ihe omimi\",\n    \"pranksters\": \"ndi ugha\",\n    \"prankt\": \"kwuwe\",\n    \"praos\": \"prao\",\n    \"prase\": \"kpee\",\n    \"praseocobaltic\": \"Onyekwere\",\n    \"prases\": \"na-ekele\",\n    \"prasinous\": \"adị\",\n    \"prat\": \"Ugbo\",\n    \"pratal\": \"nwaeze\",\n    \"pratapwant\": \"Onyekwere\",\n    \"prate\": \"akpa\",\n    \"prateful\": \"na-ekele\",\n    \"pratement\": \"mbelata\",\n    \"pratensian\": \"Uchenna\",\n    \"prater\": \"iburu\",\n    \"praters\": \"ndiegwu\",\n    \"pratfalls\": \"okwute\",\n    \"pratincola\": \"chukwuemeka\",\n    \"pratincole\": \"mbaeze\",\n    \"pratincoline\": \"ezechinyere\",\n    \"pratincolous\": \"nwaeze\",\n    \"prating\": \"na-ekpe ekpere\",\n    \"pratingly\": \"ekpele\",\n    \"pratt\": \"Onyema\",\n    \"pratty\": \"Ugboro abụọ\",\n    \"prattled\": \"Onyedikachi\",\n    \"prattlement\": \"ịdọ aka ná ntị\",\n    \"prattler\": \"onyekwere\",\n    \"prattling\": \"Na-amị\",\n    \"prattlingly\": \"n'etutu\",\n    \"pravilege\": \"iwu\",\n    \"pravity\": \"ikike\",\n    \"pravous\": \"iwu\",\n    \"prawned\": \"toro\",\n    \"prawning\": \"na-atụgharị\",\n    \"prawns\": \"prawn\",\n    \"praxeanist\": \"Onyeka Onwenu\",\n    \"praxises\": \"Ndụmọdụ\",\n    \"praxitelean\": \"Iwuchukwu\",\n    \"praxithea\": \"Ndubueze\",\n    \"pre\": \"tupu\",\n    \"preabdomen\": \"gbochie\",\n    \"preabundance\": \"buru ibu\",\n    \"preabundant\": \"buru ibu\",\n    \"preabundantly\": \"buru ibu\",\n    \"preacceptance\": \"nkwenye\",\n    \"preacceptances\": \"preacceptacities\",\n    \"preaccepted\": \"anabatara\",\n    \"preaccepting\": \"nabata\",\n    \"preaccepts\": \"iwu\",\n    \"preaccomplish\": \"imezu iwu\",\n    \"preaccomplishment\": \"ịrụ ọrụ\",\n    \"preaccusation\": \"preaccusacation\",\n    \"preaccused\": \"preaccus\",\n    \"preaccusing\": \"preaccus\",\n    \"preaccustomed\": \"preacc saba\",\n    \"preach\": \"ikwusa\",\n    \"preached\": \"kwusara ozi ọma\",\n    \"preacher\": \"nkwusa\",\n    \"preacherdom\": \"ikwusa ozi ọma\",\n    \"preacherize\": \"ikwusa ozi ọma\",\n    \"preacherless\": \"ikwusa ozi ọma\",\n    \"preacherling\": \"ikwusa ozi ọma\",\n    \"preachers\": \"ndị nkwusa\",\n    \"preachership\": \"ikwusa ozi ọma\",\n    \"preaches\": \"ikwusa\",\n    \"preachy\": \"ikwusa ozi ọma\",\n    \"preaching\": \"ikwusa\",\n    \"preachingly\": \"ikwusa\",\n    \"preachings\": \"ikwusa\",\n    \"preachman\": \"ikwusa\",\n    \"preachment\": \"ikwusa ozi ọma\",\n    \"preachments\": \"ikwusa ozi ọma\",\n    \"preacknowledged\": \"kwere nkwa\",\n    \"preacknowledgement\": \"preacknowardalin\",\n    \"preacknowledging\": \"preacknowlogging\",\n    \"preacknowledgment\": \"preacknowled nke ụwa\",\n    \"preacness\": \"ozi\",\n    \"preacquaintance\": \"preacquanceance\",\n    \"preacquisitively\": \"preacquacitively\",\n    \"preacquisitiveness\": \"preacquacitiveness\",\n    \"preacquittal\": \"preacittal\",\n    \"preacquitted\": \"preacquitik\",\n    \"preaction\": \"prelex\",\n    \"preactively\": \"preactive\",\n    \"preactivity\": \"ịrụ ọrụ\",\n    \"preacutely\": \"kpọmkwem\",\n    \"preadapts\": \"na-akwado\",\n    \"preaddition\": \"adzọ\",\n    \"preadditional\": \"nke mbụ\",\n    \"preadequate\": \"ezughi oke\",\n    \"preadequately\": \"tupu oge eruo\",\n    \"preadhere\": \"buru ụzọ\",\n    \"preadhered\": \"butere\",\n    \"preadherence\": \"ịlụ ụzọ\",\n    \"preadherently\": \"tupu oge eruo\",\n    \"preadhering\": \"ikwusa ozi ọma\",\n    \"preadjust\": \"dezie\",\n    \"preadjustable\": \"enwere ike ịhazi\",\n    \"preadjusted\": \"edozila\",\n    \"preadjusting\": \"na-edozi\",\n    \"preadjustment\": \"nhazi\",\n    \"preadjustments\": \"nhazi\",\n    \"preadministration\": \"nchịkwa mbụ\",\n    \"preadmiring\": \"na-ebute ụzọ\",\n    \"preadmission\": \"na-ebute ụzọ\",\n    \"preadmit\": \"buru ụzọ\",\n    \"preadmits\": \"na-akwado\",\n    \"preadmitted\": \"butere\",\n    \"preadmitting\": \"na-ebute ụzọ\",\n    \"preadopted\": \"preadoped\",\n    \"preadopting\": \"na-akwado\",\n    \"preadornment\": \"ịchọ mma\",\n    \"preadults\": \"ụzọ\",\n    \"preadvance\": \"tupu\",\n    \"preadvancement\": \"ọganihu\",\n    \"preadventure\": \"na-ebute ụzọ\",\n    \"preadvertise\": \"iwu\",\n    \"preadvertised\": \"tupu akpọsa\",\n    \"preadvertisement\": \"tupu mgbasa ozi\",\n    \"preadvertiser\": \"tupu onye mgbasa ozi\",\n    \"preadvise\": \"ikwado\",\n    \"preadvised\": \"na-akwado\",\n    \"preadvising\": \"na-achọ\",\n    \"preadvocacy\": \"ikwado ụzọ\",\n    \"preadvocated\": \"na-akwado\",\n    \"preadvocating\": \"na-akwado\",\n    \"preaffidavit\": \"tupu inwee\",\n    \"preaffiliate\": \"tupu mmekọ\",\n    \"preaffiliated\": \"tupu mmekọ\",\n    \"preaffiliation\": \"preaffaila\",\n    \"preaffirm\": \"ikwupụta\",\n    \"preaffirmative\": \"pre nkwenye\",\n    \"preaffirmed\": \"kwughachiri\",\n    \"preaffirming\": \"na-akwado\",\n    \"preaffirms\": \"buru ụzọ gosi\",\n    \"preafternoon\": \"tupu ehihie\",\n    \"preage\": \"mbu\",\n    \"preaged\": \"ebula ụzọ\",\n    \"preaggravate\": \"nwee ike\",\n    \"preaggravated\": \"doziri\",\n    \"preaggravating\": \"na-aga n'ihu\",\n    \"preaggression\": \"nsogbu\",\n    \"preaggressive\": \"na-emegide\",\n    \"preaggressively\": \"na-ebute ụzọ\",\n    \"preaggressiveness\": \"prega na-aga n'ihu\",\n    \"preaging\": \"na-ebu ozi\",\n    \"preagitate\": \"na-ebute ụzọ\",\n    \"preagitating\": \"na-akpasu iwe\",\n    \"preagitation\": \"nlekọta\",\n    \"preagreed\": \"preagred\",\n    \"preagreeing\": \"preagree\",\n    \"preagreement\": \"tupu nkwekọrịta\",\n    \"preagriculture\": \"tupu oru ugbo\",\n    \"prealgebra\": \"pre algebra\",\n    \"prealgebraic\": \"tupu algebra\",\n    \"preallably\": \"n'ụzọ zuru oke\",\n    \"prealleged\": \"buru ụzọ\",\n    \"prealleging\": \"ezipụ\",\n    \"preally\": \"tupu\",\n    \"preallied\": \"gbochiri\",\n    \"preallying\": \"na-ebu ụzọ\",\n    \"preallocated\": \"eburu ụzọ\",\n    \"preallocating\": \"iso ụzọ\",\n    \"preallotment\": \"iburu ụzọ\",\n    \"preallotted\": \"preallot\",\n    \"preallotting\": \"mgbasa ozi\",\n    \"preallowably\": \"kwere\",\n    \"preallowance\": \"prefinance\",\n    \"prealluded\": \"gboo\",\n    \"prealluding\": \"na-agagharị\",\n    \"prealter\": \"buta\",\n    \"prealteration\": \"mbu ahia\",\n    \"preamalgamation\": \"preamalgam\",\n    \"preambition\": \"mbufe\",\n    \"preamble\": \"kwuo okwu\",\n    \"preambled\": \"malitere\",\n    \"preambles\": \"preambals\",\n    \"preambling\": \"pregba chaa chaa\",\n    \"preambulation\": \"mbufe\",\n    \"preamp\": \"bido\",\n    \"preanal\": \"iso\",\n    \"preanimism\": \"mbido\",\n    \"preannounce\": \"kwue\",\n    \"preannounced\": \"buru ụzọ kwue\",\n    \"preannouncement\": \"nkwupụta ọkwa\",\n    \"preannouncements\": \"ọkwa\",\n    \"preannouncer\": \"nkwusa\",\n    \"preannounces\": \"na-ekwu\",\n    \"preannouncing\": \"na-ekwuo\",\n    \"preanterior\": \"nke mbu\",\n    \"preanticipating\": \"na-atụ anya\",\n    \"preantiquity\": \"oge gara aga\",\n    \"preantiseptic\": \"preantiseptik\",\n    \"preappearance\": \"ngosipụta\",\n    \"preappearances\": \"tupu anya\",\n    \"preapply\": \"ide\",\n    \"preapplication\": \"tupu ngwa\",\n    \"preapplications\": \"ntinye akwụkwọ\",\n    \"preapplied\": \"tinye n'ọrụ\",\n    \"preapplying\": \"na-etinye akwụkwọ\",\n    \"preappoint\": \"tinye oge\",\n    \"preappointed\": \"họpụtara\",\n    \"preappointing\": \"na-ahọpụta\",\n    \"preappointment\": \"ntinye oge\",\n    \"preappoints\": \"preppoints\",\n    \"preapprehend\": \"buru ụzọ ghọta\",\n    \"preapprehension\": \"presauda\",\n    \"preapprise\": \"ibute ụzọ\",\n    \"preapprised\": \"gosiputara\",\n    \"preapprising\": \"na-ebute ụzọ\",\n    \"preapprized\": \"tinye n'ọrụ\",\n    \"preapprizing\": \"na-ebute ụzọ\",\n    \"preapproval\": \"prewa nkwado\",\n    \"preapprove\": \"gosipụta\",\n    \"preapproved\": \"akwadoro\",\n    \"preapproving\": \"na-akwado\",\n    \"prearm\": \"buru ụzọ\",\n    \"prearmed\": \"ebu ụzọ\",\n    \"prearming\": \"na-akwado\",\n    \"prearrange\": \"dozie\",\n    \"prearranged\": \"edoziri\",\n    \"prearrangement\": \"tupu oge eruo\",\n    \"prearranging\": \"na-akwado\",\n    \"preascertain\": \"buru ụzọ mara\",\n    \"preascertained\": \"achọpụtara\",\n    \"preascertaining\": \"na-enyere gị aka\",\n    \"preaseptic\": \"preaseptik\",\n    \"preassemble\": \"eburu\",\n    \"preassembled\": \"eburu\",\n    \"preassembles\": \"eburu\",\n    \"preassembling\": \"asstọ\",\n    \"preassigning\": \"izipu\",\n    \"preassumed\": \"buru ụzọ\",\n    \"preassuming\": \"mbido\",\n    \"preassumption\": \"mbido ụzọ\",\n    \"preassurance\": \"nkwa\",\n    \"preassure\": \"preassị\",\n    \"preassured\": \"preasses\",\n    \"preassuring\": \"na-ebu ụzọ\",\n    \"preatomic\": \"Ọrịa\",\n    \"preattachment\": \"ọgwụgwọ\",\n    \"preattune\": \"Ọrịa\",\n    \"preattuned\": \"mbaeze\",\n    \"preattuning\": \"ndiegwu\",\n    \"preaudience\": \"udiri\",\n    \"preaver\": \"buta\",\n    \"preaverred\": \"butere\",\n    \"preaverring\": \"na-ebute ụzọ\",\n    \"preavers\": \"na-ebute ụzọ\",\n    \"prebade\": \"preb\",\n    \"prebake\": \"ebido\",\n    \"prebalanced\": \"edozi\",\n    \"prebankruptcy\": \"enweghị ego\",\n    \"prebaptismal\": \"tupu baptism\",\n    \"prebaptize\": \"-eme baptizim\",\n    \"prebarbarousness\": \"tupu obi ojoo\",\n    \"prebble\": \"okirikiri\",\n    \"prebelief\": \"nkwenkwe\",\n    \"prebelieve\": \"ikwere\",\n    \"prebelieved\": \"kwere\",\n    \"prebeliever\": \"onye kwere ekwe\",\n    \"prebelieving\": \"ikwere\",\n    \"prebeloved\": \"hụrụ n'anya\",\n    \"prebend\": \"prebendị\",\n    \"prebends\": \"na-akwado\",\n    \"prebenediction\": \"mbido\",\n    \"prebesetting\": \"Na-ebute ụzọ\",\n    \"prebidding\": \"na-ebute ụzọ\",\n    \"prebilling\": \"mgbochi\",\n    \"prebind\": \"bido\",\n    \"prebinding\": \"na-ebido\",\n    \"preblessed\": \"okpokoro\",\n    \"preblesses\": \"prebless\",\n    \"preblessing\": \"na-akwado\",\n    \"preblockade\": \"gbochie\",\n    \"preblockaded\": \"egbochiri\",\n    \"preblockading\": \"igbochi\",\n    \"preblooming\": \"na-achọ\",\n    \"preboast\": \"na-akwado\",\n    \"preboding\": \"Nkwado\",\n    \"preboil\": \"buru ụzọ\",\n    \"preboiled\": \"gbochiri\",\n    \"preboiling\": \"bozọ\",\n    \"preborn\": \"bu n'afọ\",\n    \"preborrowing\": \"na-akwado\",\n    \"prebreathe\": \"gboo\",\n    \"prebreathed\": \"gbochie\",\n    \"prebreathing\": \"na-akwado\",\n    \"prebridal\": \"nhazi\",\n    \"prebroadcasting\": \"mgbasa ozi mgbasa ozi\",\n    \"prebromidic\": \"tupu bromidic\",\n    \"prebronchial\": \"peribronchial\",\n    \"prebrute\": \"prebute\",\n    \"prebuccal\": \"nsogbu\",\n    \"prebullying\": \"Na-agba mbọ\",\n    \"preburlesque\": \"tupu burlesque\",\n    \"prec\": \"kpakpando\",\n    \"precalculated\": \"echegoro\",\n    \"precambrian\": \"Okenye\",\n    \"precampaign\": \"tupu mkpọsa\",\n    \"precancel\": \"eburu ụzọ\",\n    \"precanceled\": \"eburu ụzọ\",\n    \"precancellation\": \"Kagbuo tupu\",\n    \"precancelled\": \"eburu ụzọ\",\n    \"precancerous\": \"kpachapụrụ anya\",\n    \"precandidacy\": \"tupu ịhọpụta\",\n    \"precandidature\": \"eburu ụzọ\",\n    \"precant\": \"nke ziri ezi\",\n    \"precantation\": \"nkenke\",\n    \"precary\": \"nke mbu\",\n    \"precarious\": \"Ogwu\",\n    \"precariously\": \"n'ụzọ doro anya\",\n    \"precarium\": \"prearium\",\n    \"precasting\": \"precast\",\n    \"precasts\": \"na-ebu ụzọ\",\n    \"precation\": \"izizi\",\n    \"precative\": \"izizi\",\n    \"precatively\": \"n'ụzọ ziri ezi\",\n    \"precatory\": \"nke mbido\",\n    \"precaution\": \"ịkpachara anya\",\n    \"precautional\": \"ịkpachara anya\",\n    \"precautionary\": \"ịkpachara anya\",\n    \"precautioning\": \"ịdọ aka ná ntị\",\n    \"precautions\": \"mkpachapụ anya\",\n    \"precautious\": \"kpachapụ anya\",\n    \"precautiously\": \"kpachapụ anya\",\n    \"precautiousness\": \"akpachapụ anya\",\n    \"precchosen\": \"Chukwunonso\",\n    \"precedable\": \"atụ\",\n    \"precedaneous\": \"buru ụzọ\",\n    \"precede\": \"buru ụzọ\",\n    \"preceded\": \"bu ụzọ\",\n    \"precedence\": \"ụzọ\",\n    \"precedences\": \"ndị bu ụzọ\",\n    \"precedency\": \"ihe mbu\",\n    \"precedencies\": \"ihe mbu\",\n    \"precedent\": \"buuru\",\n    \"precedentable\": \"atụ\",\n    \"precedentary\": \"buuru\",\n    \"precedented\": \"buuru\",\n    \"precedential\": \"ihe mbu\",\n    \"precedentless\": \"enweghị atụ\",\n    \"precedently\": \"tupu\",\n    \"precedents\": \"ihe mbu\",\n    \"preceder\": \"buuru\",\n    \"precedes\": \"buo ụzọ\",\n    \"preceding\": \"bu ụzọ\",\n    \"precednce\": \"ihe mbu\",\n    \"preceeding\": \"na-agafe\",\n    \"precel\": \"buru ụzọ\",\n    \"precelebrate\": \"mechie\",\n    \"precelebrated\": \"prehebrabra\",\n    \"precelebrating\": \"na-akwado\",\n    \"precelebration\": \"nkwalite\",\n    \"precensor\": \"ihe mbu\",\n    \"precensure\": \"ịkọwapụta\",\n    \"precensured\": \"gboo\",\n    \"precensuring\": \"ịkọwapụta\",\n    \"precensus\": \"tupu onuogugu\",\n    \"precent\": \"pasent\",\n    \"precented\": \"kpaliri\",\n    \"precentennial\": \"tupu otu narị afọ\",\n    \"precenting\": \"igbochi\",\n    \"precentorship\": \"mgbochi\",\n    \"precentral\": \"alaeze\",\n    \"precentress\": \"mgbochi\",\n    \"precentrum\": \"okpokoro\",\n    \"precents\": \"ihe ga-eme\",\n    \"precept\": \"iwu\",\n    \"preception\": \"mmasị\",\n    \"preceptive\": \"nkwusa\",\n    \"preceptively\": \"preceptive\",\n    \"preceptory\": \"iwu\",\n    \"preceptories\": \"ntụziaka\",\n    \"preceptors\": \"ndị nlekọta\",\n    \"preceptorship\": \"mgbochi\",\n    \"preceptress\": \"ihe nlekọta\",\n    \"precepts\": \"iwu\",\n    \"preceptually\": \"eburu ụzọ\",\n    \"precertify\": \"precerised\",\n    \"precertified\": \"ezi gbaara\",\n    \"precertifying\": \"tupu certifying\",\n    \"precess\": \"buru ụzọ\",\n    \"precessed\": \"precession\",\n    \"precesses\": \"buru ụzọ\",\n    \"precessing\": \"Na-emetụta\",\n    \"prechallenging\": \"prechallelle\",\n    \"prechampioned\": \"prehampioned\",\n    \"prechampionship\": \"prehampionship\",\n    \"precharge\": \"ugwo\",\n    \"precharged\": \"ebuputala\",\n    \"precharging\": \"na-ebu ikike\",\n    \"prechecked\": \"precheck\",\n    \"prechecking\": \"ịlele\",\n    \"prechecks\": \"precheck\",\n    \"prechildhood\": \"nwee ikike\",\n    \"prechilling\": \"Ogechi\",\n    \"prechills\": \"Okenye\",\n    \"prechloroform\": \"tupu chloroform\",\n    \"prechoosing\": \"ịhọrọ\",\n    \"prechordal\": \"horzọ tupu\",\n    \"prechoroid\": \"tupu choroid\",\n    \"prechose\": \"tupu ahọrọ\",\n    \"prechosen\": \"ahọpụtara\",\n    \"precide\": \"Izizi\",\n    \"precinct\": \"mpaghara\",\n    \"precinction\": \"mpaghara\",\n    \"precinctive\": \"okpu\",\n    \"precincts\": \"mpaghara\",\n    \"precynical\": \"preynical\",\n    \"preciosity\": \"kpachapụrụ anya\",\n    \"preciosities\": \"eburu ụzọ\",\n    \"precious\": \"dị oke ọnụ ahịa\",\n    \"preciouses\": \"ọnụ\",\n    \"preciously\": \"dị oke ọnụ\",\n    \"preciousness\": \"ịdị oké ọnụ ahịa\",\n    \"precipice\": \"ugwu mmiri\",\n    \"precipiced\": \"precipices\",\n    \"precipices\": \"ugwu\",\n    \"precipitable\": \"na-adọ adọ\",\n    \"precipitance\": \"ugwu\",\n    \"precipitancy\": \"ọdịda\",\n    \"precipitancies\": \"ugwu\",\n    \"precipitantly\": \"ngwa ngwa\",\n    \"precipitantness\": \"odida\",\n    \"precipitate\": \"ịkpali\",\n    \"precipitated\": \"kpaliri\",\n    \"precipitatedly\": \"n'ike\",\n    \"precipitately\": \"ngwa ngwa\",\n    \"precipitates\": \"na-ebute mmiri\",\n    \"precipitating\": \"na-adọ adọ\",\n    \"precipitation\": \"ọdịda\",\n    \"precipitations\": \"ugwu\",\n    \"precipitator\": \"olulu\",\n    \"precipitousness\": \"ọdachi\",\n    \"precirculate\": \"irkọwapụta\",\n    \"precirculated\": \"Eburu ụzọ mee\",\n    \"precirculating\": \"irchọpụta\",\n    \"precirculation\": \"Nkechi\",\n    \"precise\": \"kpọmkwem\",\n    \"precised\": \"ịkọwapụta\",\n    \"precisely\": \"kpomkwem\",\n    \"precises\": \"kpọmkwem\",\n    \"precisest\": \"kpomkwem\",\n    \"precisian\": \"nkenke\",\n    \"precisianism\": \"nkenke\",\n    \"precisianist\": \"onye nkenke\",\n    \"precisians\": \"ikwupụta ihe\",\n    \"precising\": \"ịkọwapụta\",\n    \"precision\": \"nkenke\",\n    \"precisional\": \"nkenke\",\n    \"precisioner\": \"nkenke\",\n    \"precisionism\": \"nkenke\",\n    \"precisionist\": \"onye nkenke\",\n    \"precisionistic\": \"nkenke\",\n    \"precisionize\": \"zipụ ya\",\n    \"precisions\": \"nkenke\",\n    \"preciso\": \"nkenke\",\n    \"precyst\": \"kpakpando\",\n    \"precystic\": \"kpakpando\",\n    \"precitation\": \"ọdịda\",\n    \"precite\": \"kpọmkwem\",\n    \"precited\": \"buru amụma\",\n    \"preciting\": \"na-ebu ụzọ\",\n    \"precivilization\": \"tupu mmepeanya\",\n    \"preclaim\": \"kwuwe\",\n    \"preclaimer\": \"ikwuputa\",\n    \"preclare\": \"kwuo\",\n    \"preclassic\": \"nke ajuju\",\n    \"preclassical\": \"nke kwesịrị ekwesị\",\n    \"preclassically\": \"n'ụzọ zuru oke\",\n    \"preclassify\": \"dozie\",\n    \"preclassification\": \"nhazi ọkwa\",\n    \"preclassified\": \"akọwapụtara nke ọma\",\n    \"preclassifying\": \"lasskọwapụta\",\n    \"precleaned\": \"kpụpụ\",\n    \"precleaning\": \"Ighapu\",\n    \"precleans\": \"ndi okorie\",\n    \"preclimax\": \"prelimax\",\n    \"preclinical\": \"prelinical\",\n    \"preclival\": \"izizi\",\n    \"precloacal\": \"preloacal\",\n    \"preclose\": \"kpọchie\",\n    \"preclosed\": \"ebenyere\",\n    \"preclosing\": \"na-ekwuchi\",\n    \"preclosure\": \"ikwupụta ụzọ\",\n    \"preclothe\": \"Ihuru\",\n    \"preclothed\": \"Na-ebugharị\",\n    \"preclothing\": \"ebu ụzọ\",\n    \"precludable\": \"izere\",\n    \"preclude\": \"gbochie\",\n    \"precluded\": \"ekweghị\",\n    \"precludes\": \"na-egbochi\",\n    \"precluding\": \"na-egbochi\",\n    \"preclusion\": \"mmechi\",\n    \"preclusive\": \"kpachapụrụ anya\",\n    \"preclusively\": \"kpomkwem\",\n    \"precogitating\": \"na-akwado\",\n    \"precognize\": \"buru ụzọ mara\",\n    \"precognized\": \"amaara anya\",\n    \"precognizing\": \"na-akwado\",\n    \"precollapsable\": \"tupu daa\",\n    \"precollapse\": \"tupu ida\",\n    \"precollapsed\": \"pre dara\",\n    \"precollapsibility\": \"tupu ịda\",\n    \"precollapsible\": \"nwee ike ịdaba\",\n    \"precollude\": \"gbochie\",\n    \"precolluded\": \"eburu ụzọ\",\n    \"precolluding\": \"na-ebute ụzọ\",\n    \"precollusion\": \"precol\",\n    \"precollusive\": \"precomlusive\",\n    \"precombat\": \"tupu agha\",\n    \"precombatant\": \"kara aka\",\n    \"precombined\": \"eburula ụzọ\",\n    \"precombining\": \"etinye ụzọ\",\n    \"precombustion\": \"Mbido combus\",\n    \"precommand\": \"iwu\",\n    \"precommend\": \"nwere ike ikwu\",\n    \"precommitted\": \"tupu emere\",\n    \"precommune\": \"eburu ụzọ\",\n    \"precommuned\": \"akwadoro\",\n    \"precommunicate\": \"izipu ozi\",\n    \"precommunicated\": \"tupu\",\n    \"precommunicating\": \"ikwusa ozi\",\n    \"precommunication\": \"nkwukọrịta\",\n    \"precommuning\": \"na-akwado\",\n    \"precommunion\": \"Nkwado\",\n    \"precompare\": \"Kwadebe\",\n    \"precompared\": \"ebidola\",\n    \"precompelled\": \"merie\",\n    \"precompile\": \"bido\",\n    \"precompiled\": \"eburu ụzọ\",\n    \"precompiling\": \"Na-aga n'ihu\",\n    \"precompleteness\": \"zuru ezu\",\n    \"precompliance\": \"mbu\",\n    \"precomplicate\": \"kpachara anya\",\n    \"precomplicated\": \"nsogbu\",\n    \"precomplication\": \"mbu\",\n    \"precompose\": \"bute ụzọ\",\n    \"precompoundly\": \"buru ụzọ\",\n    \"precomprehend\": \"buru ụzọ ghọta\",\n    \"precomprehension\": \"comghọta\",\n    \"precomprehensive\": \"buru ụzọ ghọta\",\n    \"precomprehensively\": \"n'ụzọ zuru oke\",\n    \"precomprehensiveness\": \"comghọta ụzọ\",\n    \"precomputing\": \"ntinye mbu\",\n    \"preconceived\": \"amaala\",\n    \"preconceives\": \"nwee nkwekọrịta\",\n    \"preconceiving\": \"na-anabata ọrụ\",\n    \"preconcentrated\": \"etinyegoro\",\n    \"preconcentrating\": \"na-etinye uche\",\n    \"preconceptions\": \"preconcepts\",\n    \"preconcernment\": \"nke mbụ\",\n    \"preconcertedly\": \"tupu\",\n    \"preconcertedness\": \"preconcerteddọ\",\n    \"preconcertive\": \"preconcer\",\n    \"preconcluded\": \"eburu ụzọ\",\n    \"preconcluding\": \"prechibido\",\n    \"preconcurrence\": \"tupu mbido\",\n    \"preconcurrently\": \"tupu oge eruo\",\n    \"precondemn\": \"ịkatọ\",\n    \"precondemnation\": \"eburu ụzọ maa ikpe\",\n    \"precondemned\": \"amaala ikpe\",\n    \"precondemning\": \"ịkatọ\",\n    \"precondemns\": \"prekondens\",\n    \"precondensation\": \"prekondensation\",\n    \"precondense\": \"prekondishion\",\n    \"precondensed\": \"ebugoro ya\",\n    \"precondensing\": \"ịkatọ\",\n    \"precondition\": \"prekondishion\",\n    \"preconditioned\": \"achọrọ ya\",\n    \"preconditioning\": \"ịhazi ihe\",\n    \"preconditions\": \"ihe mbido\",\n    \"preconduct\": \"iwu\",\n    \"preconference\": \"mmasị\",\n    \"preconfiguration\": \"nhazi nke mbu\",\n    \"preconfigure\": \"Mbido nhazi\",\n    \"preconfigured\": \"hazigharịrị\",\n    \"preconfiguring\": \"ịhazi\",\n    \"preconfirmation\": \"nkwenye\",\n    \"preconfusedly\": \"tupu\",\n    \"precongenial\": \"preongenial\",\n    \"precongested\": \"tozuru oke\",\n    \"precongestion\": \"mbido\",\n    \"precongestive\": \"ihe nleba anya\",\n    \"precongratulate\": \"Omuma\",\n    \"precongratulated\": \"pre ekele\",\n    \"precongratulating\": \"pre ekele\",\n    \"precongratulation\": \"pre ekele\",\n    \"precongressional\": \"nke mbido\",\n    \"preconizing\": \"na-egosi\",\n    \"preconjecture\": \"prekontium\",\n    \"preconquer\": \"buru ụzọ nwee mmeri\",\n    \"preconscious\": \"amaghị ama\",\n    \"preconsciously\": \"n'ụzọ doro anya\",\n    \"preconsciousness\": \"amaghị ama\",\n    \"preconsecrate\": \"dobe iwu\",\n    \"preconsecrating\": \"na-akwado iwu\",\n    \"preconsecration\": \"preconsec\",\n    \"preconsent\": \"na-adabere\",\n    \"preconsider\": \"nyochaa\",\n    \"preconsideration\": \"ịkọ nkọ\",\n    \"preconsiderations\": \"ihe nlere\",\n    \"preconsidered\": \"gbochiri\",\n    \"preconsign\": \"prekonson\",\n    \"preconsolidate\": \"prekolidate\",\n    \"preconsolidated\": \"eburu ụzọ mụọ\",\n    \"preconsolidating\": \"na-akwado\",\n    \"preconsolidation\": \"prekolidasia\",\n    \"preconsonantal\": \"ihe omuma\",\n    \"preconspiracy\": \"ịba ọgaranya\",\n    \"preconspiracies\": \"mbu\",\n    \"preconspirator\": \"ihe mbu\",\n    \"preconspire\": \"Ikwesiri ike\",\n    \"preconspired\": \"Na-aga n'ihu\",\n    \"preconspiring\": \"na-akwado\",\n    \"preconstituent\": \"pretin\",\n    \"preconstitute\": \"iwu\",\n    \"preconstituted\": \"etinyere\",\n    \"preconstituting\": \"idebe iwu\",\n    \"preconstruct\": \"preconstructing\",\n    \"preconstructed\": \"preconstructured\",\n    \"preconstructing\": \"Idozi iwu\",\n    \"preconstruction\": \"iwu ulo\",\n    \"preconstructs\": \"preconstormcts\",\n    \"preconsult\": \"ihe omuma\",\n    \"preconsultation\": \"preonsultation\",\n    \"preconsultations\": \"preonsultations\",\n    \"preconsultor\": \"ihe omuma\",\n    \"preconsume\": \"kporo\",\n    \"preconsumed\": \"'' buru ụzọ kwuo\",\n    \"preconsumer\": \"ihe mbu\",\n    \"preconsuming\": \"na-akwado\",\n    \"preconsumption\": \"nkwenye\",\n    \"precontemplate\": \"prepugharia\",\n    \"precontemplated\": \"prepugharia\",\n    \"precontemplating\": \"contmaatụ\",\n    \"precontemplation\": \"prepubuprịpị\",\n    \"precontemporaneity\": \"prepọnụ akwụkwọ\",\n    \"precontemporaneous\": \"prepodụ akwụkwọ\",\n    \"precontemporaneously\": \"n'usoro ederede\",\n    \"precontemporary\": \"oge ochie\",\n    \"precontest\": \"tupu zoo\",\n    \"precontinental\": \"tupu kọntinent\",\n    \"precontract\": \"dị ọcha\",\n    \"precontribute\": \"buru ụzọ\",\n    \"precontributing\": \"Na-akwado\",\n    \"precontributive\": \"nke mbu\",\n    \"precontrivance\": \"tupu\",\n    \"precontrived\": \"preforri\",\n    \"precontrives\": \"na-achịkwa\",\n    \"precontriving\": \"na-ebute ụzọ\",\n    \"precontrolled\": \"chịkwaa\",\n    \"precontrolling\": \"na-achịkwa\",\n    \"precontroversy\": \"pregbagha\",\n    \"precontroversies\": \"pregbagha\",\n    \"preconveyal\": \"Ochie\",\n    \"preconvention\": \"mgbochi\",\n    \"preconversation\": \"mkparịta ụka\",\n    \"preconvict\": \"amaala\",\n    \"preconvince\": \"nwee nkwenye\",\n    \"preconvinced\": \"nwere nkwenye\",\n    \"preconvincing\": \"na-akwado\",\n    \"precook\": \"esi nri\",\n    \"precooked\": \"tupu esi ya\",\n    \"precooker\": \"eburu ụzọ\",\n    \"precooking\": \"na-ebu ụzọ\",\n    \"precooks\": \"na-ebute\",\n    \"precool\": \"preool\",\n    \"precooled\": \"eburu ụzọ\",\n    \"precooler\": \"preooler\",\n    \"precooling\": \"izipu\",\n    \"precools\": \"preools\",\n    \"precopied\": \"precopier\",\n    \"precopying\": \"na-akwado\",\n    \"precordia\": \"Nkịtị\",\n    \"precordial\": \"nke kwesiri\",\n    \"precordiality\": \"Okwesiri\",\n    \"precordially\": \"n'ụzọ ziri ezi\",\n    \"precordium\": \"Ikwalite\",\n    \"precorneal\": \"nke kwesiri\",\n    \"precorrect\": \"nke ziri ezi\",\n    \"precorrection\": \"nhazi\",\n    \"precorrectly\": \"nke oma\",\n    \"precorrectness\": \"nke ziri ezi\",\n    \"precorrespond\": \"kwekọrọ\",\n    \"precorrespondence\": \"nkwekọ\",\n    \"precorrespondent\": \"kwekọrọ\",\n    \"precorridor\": \"okwesiri\",\n    \"precorrupt\": \"Nkọwapụta\",\n    \"precorruption\": \"Nrụgide\",\n    \"precorruptive\": \"na-akwado\",\n    \"precorruptly\": \"n'ụzọ ziri ezi\",\n    \"precorruptness\": \"Nkọwapụta\",\n    \"precoruptness\": \"Nkọwapụta\",\n    \"precounsel\": \"ndụmọdụ\",\n    \"precounseled\": \"precounseel\",\n    \"precounseling\": \"tupu ndụmọdụ\",\n    \"precounsellor\": \"tupu ndụmọdụ\",\n    \"precourse\": \"ihe mgbochi\",\n    \"precovering\": \"na-akwado\",\n    \"precranial\": \"nkenke\",\n    \"precranially\": \"nkenke\",\n    \"precreate\": \"kwue okwu\",\n    \"precreation\": \"Ihe mbido\",\n    \"precreative\": \"nke izizi\",\n    \"precredit\": \"izizi\",\n    \"precreditor\": \"onye mbu\",\n    \"precreed\": \"eburu ụzọ mee\",\n    \"precrystalline\": \"prerystalline\",\n    \"precritical\": \"ihe nkenke\",\n    \"precriticism\": \"Nkwado\",\n    \"precriticize\": \"kọwaa ụzọ ọ bụla\",\n    \"precriticized\": \"ịkọwapụtara\",\n    \"precriticizing\": \"ịkọwapụta\",\n    \"precrucial\": \"dị mkpa\",\n    \"precrural\": \"ezi okwu\",\n    \"precultivate\": \"kpachara anya\",\n    \"precultivated\": \"prectivated\",\n    \"precultivating\": \"na-aga n'ihu\",\n    \"precultivation\": \"preobtivation\",\n    \"precultural\": \"nke izizi\",\n    \"preculturally\": \"n'ụzọ ziri ezi\",\n    \"preculture\": \"ebu ụzọ\",\n    \"precuneal\": \"prefeal\",\n    \"precuneate\": \"eburu ụzọ\",\n    \"precuneus\": \"prefeus\",\n    \"precure\": \"kpom kwem\",\n    \"precured\": \"kwụrụ\",\n    \"precures\": \"na-aga\",\n    \"precuring\": \"na-ebu ụzọ\",\n    \"precurrent\": \"na-aga n'ihu\",\n    \"precurrer\": \"Ikwute\",\n    \"precurriculum\": \"ihe ọmụmụ\",\n    \"precurriculums\": \"tupu usoro ọmụmụ\",\n    \"precursal\": \"nke bu ụzọ\",\n    \"precurse\": \"eburu\",\n    \"precursive\": \"nke izizi\",\n    \"precursor\": \"ihe mbu\",\n    \"precursory\": \"ihe mbu\",\n    \"precursors\": \"ndị bu ụzọ\",\n    \"precurtain\": \"tupu\",\n    \"precut\": \"izizi\",\n    \"pred\": \"Eburu\",\n    \"predable\": \"na-atụ anya\",\n    \"predacean\": \"oge\",\n    \"predaceous\": \"ọdachi\",\n    \"predaceousness\": \"ọdachi\",\n    \"predacious\": \"kemkpu\",\n    \"predaciousness\": \"ịdị egwu\",\n    \"predacity\": \"idi ike\",\n    \"preday\": \"igbo\",\n    \"predaytime\": \"oge agafeela\",\n    \"predamage\": \"iwu\",\n    \"predamaged\": \"eburu\",\n    \"predamaging\": \"ịgagharị\",\n    \"predamn\": \"eburu\",\n    \"predamnation\": \"amụma\",\n    \"predark\": \"buru ụzọ\",\n    \"predarkness\": \"Iduala\",\n    \"predate\": \"tupu\",\n    \"predated\": \"buru amụma\",\n    \"predates\": \"na-aga\",\n    \"predating\": \"na-ebu ụzọ\",\n    \"predation\": \"amụma\",\n    \"predations\": \"amụma\",\n    \"predatism\": \"preatism\",\n    \"predative\": \"na-atụ aro\",\n    \"predator\": \"onye na-eri anụ\",\n    \"predatory\": \"eri\",\n    \"predatorial\": \"eri anụ\",\n    \"predatorily\": \"eri ihe\",\n    \"predatoriness\": \"ịda ogbenye\",\n    \"predators\": \"ndị na-eri anụ\",\n    \"predealer\": \"onye bu ụzọ\",\n    \"predealing\": \"ịgha\",\n    \"predeath\": \"ụzọ\",\n    \"predeathly\": \"tupu oge eruo\",\n    \"predeceased\": \"buru ụzọ\",\n    \"predeceases\": \"oge ochie\",\n    \"predeceasing\": \"Ogechi\",\n    \"predeceive\": \"buru ụzọ\",\n    \"predeceived\": \"ụzọ\",\n    \"predeceiver\": \"onye mbu\",\n    \"predeceiving\": \"na-achọ\",\n    \"predecess\": \"ụzọ\",\n    \"predecession\": \"ụzọ\",\n    \"predecessor\": \"onye bu ya ụzọ\",\n    \"predecessors\": \"ndị bu ụzọ\",\n    \"predecessorship\": \"ụzọ\",\n    \"predecided\": \"predecde\",\n    \"predeciding\": \"oge gara aga\",\n    \"predecision\": \"ezi nkenke\",\n    \"predecisive\": \"predecisọ\",\n    \"predecisively\": \"tupu oge eruo\",\n    \"predeclaration\": \"ịkọwapụta\",\n    \"predeclare\": \"kwuputa\",\n    \"predeclaring\": \"ịkọwapụta\",\n    \"predeclining\": \"ịkọwapụta\",\n    \"predecreeing\": \"iwuoma\",\n    \"predecrement\": \"oge gara aga\",\n    \"prededicate\": \"kpọọ\",\n    \"prededicated\": \"na-ebute ụzọ\",\n    \"prededicating\": \"na-aga n'ihu\",\n    \"prededication\": \"ịkwado\",\n    \"prededuct\": \"eburu ụzọ\",\n    \"prededuction\": \"preeduction\",\n    \"predefeat\": \"prefefeat\",\n    \"predefence\": \"oge gara aga\",\n    \"predefend\": \"predefined\",\n    \"predefiance\": \"prefeey\",\n    \"predeficiency\": \"ibu ụzọ\",\n    \"predeficient\": \"buru ụzọ\",\n    \"predefied\": \"predefined\",\n    \"predefying\": \"Na-aga n'ihu\",\n    \"predefine\": \"predefined\",\n    \"predefines\": \"predefined\",\n    \"predefining\": \"predefined\",\n    \"predefinite\": \"predefinụ\",\n    \"predefinitions\": \"predefinition\",\n    \"predegenerate\": \"tupu degenerate\",\n    \"predegree\": \"pre ogo\",\n    \"predeication\": \"amụma\",\n    \"predelay\": \"buru ụzọ\",\n    \"predelegate\": \"nọ n'ihu\",\n    \"predelegated\": \"tinye tupu\",\n    \"predelegating\": \"na-enye ọrụ\",\n    \"predeliberate\": \"nwee ike\",\n    \"predeliberated\": \"kwere omume\",\n    \"predeliberately\": \"kpachaara anya\",\n    \"predeliberating\": \"na-eche na\",\n    \"predeliberation\": \"Pụrụ iche\",\n    \"predelineate\": \"buru ụzọ\",\n    \"predelineated\": \"nke bu ụzọ\",\n    \"predelineating\": \"na-ebute ụzọ\",\n    \"predelineation\": \"eburu ụzọ kpebie\",\n    \"predelinquency\": \"amụma\",\n    \"predelinquent\": \"amụma\",\n    \"predelinquently\": \"ọdịmma\",\n    \"predeliver\": \"nyefee\",\n    \"predelivery\": \"tupu nnyefe\",\n    \"predeliveries\": \"tupu nnyefe\",\n    \"predella\": \"oge\",\n    \"predelle\": \"anya\",\n    \"predelude\": \"kpakpando\",\n    \"predeluded\": \"Gbanyere\",\n    \"predeluding\": \"oge gara aga\",\n    \"predelusion\": \"amụma\",\n    \"predemand\": \"buru ụzọ\",\n    \"predemocracy\": \"tupu ochichi onye kwuo uche ya\",\n    \"predemocratic\": \"oge ochie\",\n    \"predemonstrate\": \"gosipụta\",\n    \"predemonstrated\": \"gosipụtara\",\n    \"predemonstrating\": \"na-egosipụta\",\n    \"predemonstration\": \"ngosipụta\",\n    \"predemonstrative\": \"na-egosi\",\n    \"predeny\": \"na-ebu amụma\",\n    \"predenial\": \"preenial\",\n    \"predenied\": \"buru amụma\",\n    \"predenying\": \"na-ebu amụma\",\n    \"predental\": \"amụma\",\n    \"predentary\": \"nwere ike\",\n    \"predentate\": \"tupu\",\n    \"predepart\": \"ụzọ\",\n    \"predepartmental\": \"ụzọ\",\n    \"predeparture\": \"tupu ụzọ\",\n    \"predependence\": \"ịdabere\",\n    \"predependent\": \"na-adabere\",\n    \"predepleted\": \"prepleted\",\n    \"predepletion\": \"tupu depletion\",\n    \"predepository\": \"tupu ego\",\n    \"predepreciate\": \"predeworị\",\n    \"predepreciated\": \"buru ụzọ\",\n    \"predepreciating\": \"na-ebute ụzọ\",\n    \"predepreciation\": \"predeworị\",\n    \"predepriving\": \"na-aga n'ihu\",\n    \"prederivation\": \"amụma\",\n    \"prederive\": \"sie ike\",\n    \"prederived\": \"gabiga\",\n    \"prederiving\": \"na-arụ ọrụ\",\n    \"predescend\": \"na-eche ihu\",\n    \"predescent\": \"oge\",\n    \"predescribe\": \"ziga\",\n    \"predescribed\": \"depụtara\",\n    \"predescribing\": \"na-akọwapụta\",\n    \"predescription\": \"nkwupụta ọrịa\",\n    \"predesert\": \"-eburu\",\n    \"predeserter\": \"na-ebute ụzọ\",\n    \"predesertion\": \"akaebe\",\n    \"predeserve\": \"na-eche ihu\",\n    \"predeserved\": \"echekwara\",\n    \"predeserving\": \"na-eche ihu\",\n    \"predesign\": \"depụta\",\n    \"predesignate\": \"depụta\",\n    \"predesignated\": \"zubere\",\n    \"predesignates\": \"preesignates\",\n    \"predesignating\": \"ichoputa\",\n    \"predesignation\": \"akara aka\",\n    \"predesignatory\": \"amụma\",\n    \"predesirous\": \"nkwenye\",\n    \"predesirously\": \"ebighebi\",\n    \"predesolate\": \"kpọọ\",\n    \"predesolation\": \"ịkpọasị\",\n    \"predespair\": \"anya\",\n    \"predesperate\": \"na-eche ihu\",\n    \"predespicable\": \"a pụrụ ịkọwapụta\",\n    \"predespise\": \"eburu\",\n    \"predespond\": \"na-ebu ụzọ\",\n    \"predespondency\": \"ajuju\",\n    \"predespondent\": \"oge gara aga\",\n    \"predestinable\": \"preestinable\",\n    \"predestinarian\": \"onye akara aka\",\n    \"predestinarianism\": \"akara aka\",\n    \"predestinate\": \"akara aka\",\n    \"predestinated\": \"akara aka\",\n    \"predestinately\": \"akara aka\",\n    \"predestinates\": \"akara aka\",\n    \"predestinating\": \"akara aka\",\n    \"predestination\": \"akara aka\",\n    \"predestinational\": \"akara aka\",\n    \"predestinationism\": \"akara aka\",\n    \"predestinationist\": \"akara aka\",\n    \"predestinative\": \"akara aka\",\n    \"predestinator\": \"onye akara aka\",\n    \"predestine\": \"kara aka\",\n    \"predestined\": \"kara aka\",\n    \"predestines\": \"kara aka\",\n    \"predestiny\": \"kara aka\",\n    \"predestining\": \"akara aka\",\n    \"predestitute\": \"akara aka\",\n    \"predestitution\": \"akara aka\",\n    \"predestroy\": \"akara aka\",\n    \"predestruction\": \"akara aka\",\n    \"predetach\": \"iwuchi\",\n    \"predetachment\": \"preetachment\",\n    \"predetail\": \"preetail\",\n    \"predetain\": \"amụma\",\n    \"predetainer\": \"preetainer\",\n    \"predetect\": \"zụta\",\n    \"predetection\": \"amụma\",\n    \"predetention\": \"amụma\",\n    \"predeterminability\": \"ihe a kara aka\",\n    \"predeterminable\": \"eburu ụzọ kpebie\",\n    \"predeterminant\": \"kara aka\",\n    \"predeterminate\": \"bu akara aka\",\n    \"predeterminately\": \"tupu oge eruo\",\n    \"predetermination\": \"akara aka\",\n    \"predeterminations\": \"akara aka\",\n    \"predeterminative\": \"akara aka\",\n    \"predetermine\": \"buo oge\",\n    \"predetermined\": \"kara aka\",\n    \"predeterminer\": \"oge akara aka\",\n    \"predetermines\": \"akara aka\",\n    \"predetermining\": \"kara aka\",\n    \"predeterminism\": \"akara aka\",\n    \"predeterministic\": \"ọdịnihu\",\n    \"predetest\": \"akara aka\",\n    \"predetestation\": \"akara aka\",\n    \"predetrimental\": \"ọdịnihu\",\n    \"predevelopment\": \"ọwụwa\",\n    \"predevise\": \"iwu\",\n    \"predevising\": \"oge gara aga\",\n    \"predevotion\": \"oge gara aga\",\n    \"predevour\": \"ụzọ\",\n    \"predy\": \"Peeji\",\n    \"prediabetes\": \"prediabetis\",\n    \"predial\": \"buru ụzọ\",\n    \"prediastolic\": \"tupu diastolic\",\n    \"predicability\": \"amụma\",\n    \"predicable\": \"prediktebul\",\n    \"predicableness\": \"amụma\",\n    \"predicably\": \"na-ebu amụma\",\n    \"predicament\": \"nsogbu\",\n    \"predicamental\": \"na-ebu ụzọ\",\n    \"predicamentally\": \"dị njọ\",\n    \"predicaments\": \"amụma\",\n    \"predicant\": \"onye amụma\",\n    \"predicate\": \"buo amụma\",\n    \"predicated\": \"buru amụma\",\n    \"predicates\": \"na-ebu amụma\",\n    \"predicating\": \"na-ebu amụma\",\n    \"predication\": \"amụma\",\n    \"predicational\": \"amụma\",\n    \"predications\": \"amụma\",\n    \"predicative\": \"amụma\",\n    \"predicatively\": \"amụma\",\n    \"predicator\": \"onye na-ebu amụma\",\n    \"predicatory\": \"amụma\",\n    \"predicrotic\": \"na-ekwu ihu\",\n    \"predict\": \"buo amụma\",\n    \"predictability\": \"amụma\",\n    \"predictable\": \"prediktebul\",\n    \"predictably\": \"na-ebu amụma\",\n    \"predictate\": \"buo amụma\",\n    \"predictated\": \"buru amụma\",\n    \"predictating\": \"ịkọ amụma\",\n    \"predictation\": \"amụma\",\n    \"predicted\": \"buru amụma\",\n    \"predicting\": \"ịkọ amụma\",\n    \"prediction\": \"amụma\",\n    \"predictional\": \"amụma\",\n    \"predictions\": \"amụma\",\n    \"predictive\": \"amụma\",\n    \"predictively\": \"n'ibu amụma\",\n    \"predictiveness\": \"amụma\",\n    \"predictor\": \"amụma\",\n    \"predictory\": \"amụma\",\n    \"predictors\": \"ndị amụma\",\n    \"predicts\": \"na-ebu amụma\",\n    \"predifferent\": \"ọdịmma\",\n    \"predigested\": \"buru ụzọ kpebie\",\n    \"predigesting\": \"na-ebu ụzọ\",\n    \"predigestion\": \"predigeshị\",\n    \"predigital\": \"preigital\",\n    \"prediligent\": \"nwere ikike\",\n    \"prediligently\": \"buru amụma\",\n    \"prediluvial\": \"buru ụzọ\",\n    \"prediluvian\": \"Amuru\",\n    \"prediminish\": \"adị ndụ\",\n    \"prediminishment\": \"adibiela\",\n    \"prediminution\": \"ebibi\",\n    \"predynamite\": \"tupu dynamite\",\n    \"predynastic\": \"na-atụ aro\",\n    \"predine\": \"buru amụma\",\n    \"predined\": \"buru amụma\",\n    \"predining\": \"na-ebu amụma\",\n    \"predinner\": \"onye bu ụzọ\",\n    \"prediplomacy\": \"tupu diplomacy\",\n    \"prediplomatic\": \"tupu diplomatic\",\n    \"predisability\": \"amụma\",\n    \"predisable\": \"nwere ike ịpụta\",\n    \"predisadvantage\": \"nkwenye\",\n    \"predisadvantageous\": \"nwere ike ịba uru\",\n    \"predisadvantageously\": \"tupu ọghọm\",\n    \"predisagree\": \"nwere ike ịkọwa\",\n    \"predisagreeable\": \"tupu ekwenyeghi\",\n    \"predisagreed\": \"nwere ikike\",\n    \"predisagreeing\": \"na-ebu amụma\",\n    \"predisagreement\": \"amụma\",\n    \"predisappointment\": \"amụma\",\n    \"predisaster\": \"ịkọ ihe\",\n    \"predisastrous\": \"na-ebu amụma\",\n    \"predisastrously\": \"na-ebu amụma\",\n    \"prediscern\": \"eburu\",\n    \"prediscernment\": \"iche\",\n    \"predischarge\": \"nkwupụta\",\n    \"predischarged\": \"na-egosi\",\n    \"predischarging\": \"na-ebu amụma\",\n    \"prediscipline\": \"amụma\",\n    \"predisciplined\": \"ịkọwapụta\",\n    \"predisciplining\": \"na-ebu amụma\",\n    \"predisclose\": \"eburu\",\n    \"predisclosed\": \"naara\",\n    \"predisclosing\": \"na-eburu\",\n    \"predisclosure\": \"ịnapụ mmadụ\",\n    \"prediscontent\": \"nwere ikike\",\n    \"prediscontented\": \"na-enwe afọ ojuju\",\n    \"prediscontentment\": \"inwe afọ ojuju\",\n    \"prediscontinuation\": \"na-aga n'ihu\",\n    \"prediscontinue\": \"eburu\",\n    \"prediscount\": \"amala\",\n    \"prediscountable\": \"nwere ike ịkọwapụta\",\n    \"prediscourage\": \"nwee echiche\",\n    \"prediscouraged\": \"na-enyere ndị mmadụ aka\",\n    \"prediscouragement\": \"agbamume\",\n    \"prediscouraging\": \"ịdọ aka ná ntị\",\n    \"prediscourse\": \"na-ebu ụzọ\",\n    \"prediscover\": \"ịdọ aka ná ntị\",\n    \"prediscoverer\": \"na-ebute ụzọ\",\n    \"prediscovery\": \"ọhụụ\",\n    \"prediscoveries\": \"amụma\",\n    \"prediscreet\": \"eburu\",\n    \"prediscriminate\": \"nwee ọdịmma\",\n    \"prediscriminating\": \"na-ebute ọdịnihu\",\n    \"prediscrimination\": \"ọdịnala\",\n    \"prediscuss\": \"na-atụ aro\",\n    \"prediscussion\": \"ọhụụ\",\n    \"predisgrace\": \"amụma\",\n    \"predisguise\": \"amụma\",\n    \"predisguised\": \"na-ebute ụzọ\",\n    \"predisguising\": \"ịma ọkwa\",\n    \"predislike\": \"nwere mmasị\",\n    \"predisliked\": \"chọrọ\",\n    \"predisliking\": \"na-achọ\",\n    \"predismiss\": \"echiche\",\n    \"predismissal\": \"enweghị ikike\",\n    \"predismissory\": \"ọhụụ\",\n    \"predisorder\": \"ihe ichoro\",\n    \"predisordered\": \"na-eburu ụzọ\",\n    \"predispatcher\": \"na-ebute ụzọ\",\n    \"predisperse\": \"nwee echiche\",\n    \"predispersed\": \"na-aga n'ihu\",\n    \"predispersing\": \"na-etinye aka\",\n    \"predispersion\": \"ihe mgbochi\",\n    \"predisplace\": \"eburu\",\n    \"predisplaced\": \"na-eburu ụzọ\",\n    \"predisplacement\": \"akara aka\",\n    \"predisplacing\": \"ịkọwapụta\",\n    \"predisplay\": \"na-egosi\",\n    \"predisponency\": \"amụma\",\n    \"predisponent\": \"ihe mmegide\",\n    \"predisposable\": \"nwere ike ịpụta\",\n    \"predisposal\": \"amụma\",\n    \"predispose\": \"na-ebu amụma\",\n    \"predisposed\": \"na-eburu ụzọ mee\",\n    \"predisposedly\": \"na-eburu ụzọ mee\",\n    \"predisposedness\": \"eburu ụzọ mee ihe\",\n    \"predisposes\": \"na-ebu amụma\",\n    \"predisposing\": \"na-ebu amụma\",\n    \"predisposition\": \"amụma\",\n    \"predispositional\": \"amụma\",\n    \"predispositions\": \"amụma\",\n    \"predisputant\": \"nwere ikike\",\n    \"predisputation\": \"ịma ọkwa\",\n    \"predispute\": \"eburu\",\n    \"predisputed\": \"na-egosi\",\n    \"predisputing\": \"na-amata\",\n    \"predisregard\": \"ịpụga\",\n    \"predisrupt\": \"na-ebu ụzọ\",\n    \"predisruption\": \"na-ebu ụzọ banye\",\n    \"predissatisfaction\": \"nwee afọ ojuju\",\n    \"predissolve\": \"Na-aga n'ihu\",\n    \"predissolved\": \"eburu\",\n    \"predissolving\": \"na-aga n'ihu\",\n    \"predissuade\": \"ịba ahụhụ\",\n    \"predissuaded\": \"ebugharị\",\n    \"predissuading\": \"na-ebugharị\",\n    \"predistinct\": \"akara aka\",\n    \"predistinction\": \"amụma\",\n    \"predistinguish\": \"isttugharia\",\n    \"predistortion\": \"amụma\",\n    \"predistress\": \"nwunye\",\n    \"predistribute\": \"hụa\",\n    \"predistributed\": \"nwere ike ịkọwapụta\",\n    \"predistributing\": \"ịkọwapụta\",\n    \"predistribution\": \"amụma\",\n    \"predistrust\": \"nkwenye\",\n    \"predistrustful\": \"nwee nkwenye\",\n    \"predisturb\": \"ezuru\",\n    \"predivide\": \"buru ụzọ\",\n    \"predivided\": \"iche\",\n    \"predividing\": \"iche\",\n    \"predivorce\": \"nwee mmasị\",\n    \"predivorcement\": \"nweere onwe gị\",\n    \"prednisolone\": \"eburu\",\n    \"predoctoral\": \"ọhụụ\",\n    \"predocumentary\": \"preocumentary\",\n    \"predomestic\": \"na-ebute ụzọ\",\n    \"predomestically\": \"preomestically\",\n    \"predominance\": \"ibu ụzọ\",\n    \"predominancy\": \"eburu ụzọ\",\n    \"predominant\": \"okpukperechi\",\n    \"predominantly\": \"kpakpando\",\n    \"predominate\": \"na-ebukarị ụzọ\",\n    \"predominated\": \"okpukpuchi\",\n    \"predominately\": \"kpakpando\",\n    \"predominates\": \"buru ụzọ\",\n    \"predominating\": \"na-achịkwa\",\n    \"predominatingly\": \"kpakpando\",\n    \"predomination\": \"kacha\",\n    \"predominator\": \"onye buru uzo\",\n    \"predonate\": \"na-ekwu okwu\",\n    \"predonated\": \"na-atụ\",\n    \"predonating\": \"na-akọwa\",\n    \"predonation\": \"ịma ọkwa\",\n    \"predonor\": \"onye ochichi\",\n    \"predoom\": \"ozọ\",\n    \"predormition\": \"ebibi\",\n    \"predorsal\": \"nwere ike\",\n    \"predoubt\": \"ịhọpụta\",\n    \"predoubter\": \"Peeji\",\n    \"predoubtful\": \"nwee ikike\",\n    \"predoubtfully\": \"n'agha\",\n    \"predraft\": \"tupu\",\n    \"predrainage\": \"eburu ụzọ\",\n    \"predramatic\": \"akara aka\",\n    \"predraw\": \"ebido\",\n    \"predrawer\": \"onye nwere ike\",\n    \"predrawing\": \"na-egosi\",\n    \"predrawn\": \"nyefee\",\n    \"predread\": \"buru amụma\",\n    \"predreadnought\": \"buru amụma\",\n    \"predrew\": \"buru ụzọ\",\n    \"predried\": \"na-atụ\",\n    \"predrying\": \"na-ebu ụzọ\",\n    \"predrill\": \"nwee ike\",\n    \"predriller\": \"onye na-ebu amụma\",\n    \"predrive\": \"gboo\",\n    \"predriven\": \"buru ụzọ\",\n    \"predriver\": \"na-ebu ụzọ\",\n    \"predriving\": \"na-ebu amụma\",\n    \"predrove\": \"ihu aka\",\n    \"preduplication\": \"- usoro\",\n    \"predusk\": \"onyinyechi\",\n    \"predusks\": \"Akaraka\",\n    \"predwell\": \"oge gara aga\",\n    \"pree\": \"osisi\",\n    \"preearthly\": \"tupu ụwa\",\n    \"preearthquake\": \"tupu ala ọma jijiji\",\n    \"preeconomic\": \"tupu aku na uba\",\n    \"preeconomical\": \"onodu ego\",\n    \"preeconomically\": \"onodu ego\",\n    \"preed\": \"chiri\",\n    \"preedit\": \"iburu ụzọ\",\n    \"preedition\": \"eburu ụzọ\",\n    \"preeditor\": \"onye na-ebute ụzọ\",\n    \"preeducating\": \"na-agụ akwụkwọ\",\n    \"preeducation\": \"tupu agụmakwụkwọ\",\n    \"preeducational\": \"tupu agụmakwụkwọ\",\n    \"preeffect\": \"nkwenye\",\n    \"preeffective\": \"nke na-arụ ọrụ\",\n    \"preeffectively\": \"arụ ọrụ\",\n    \"preeffectually\": \"ihe na-arụ ọrụ\",\n    \"preeffort\": \"tupu mgbalị\",\n    \"preeing\": \"na-azọ ndụ\",\n    \"preelected\": \"preeleree\",\n    \"preelecting\": \"na-acha uhie uhie\",\n    \"preelection\": \"nkwenye\",\n    \"preelectrically\": \"eji nwayọọ nwayọọ\",\n    \"preelementary\": \"tupu elementrị\",\n    \"preeligibility\": \"pre eligibility\",\n    \"preeligible\": \"tupu iru eru\",\n    \"preeligibly\": \"nwere ike\",\n    \"preeliminating\": \"preeliminant\",\n    \"preelimination\": \"elzọ\",\n    \"preemancipation\": \"tupu nnwere onwe\",\n    \"preembarrassment\": \"tupu ihere\",\n    \"preembody\": \"onye obula\",\n    \"preembodied\": \"nke mbụ\",\n    \"preembodiment\": \"pre-arụ ọrụ\",\n    \"preemergency\": \"oge gara aga\",\n    \"preemergencies\": \"oge gboo\",\n    \"preemies\": \"okpuru\",\n    \"preeminence\": \"onye isi\",\n    \"preeminent\": \"kachanụ\",\n    \"preeminently\": \"n'isi\",\n    \"preemotional\": \"preemotion\",\n    \"preemotionally\": \"preemotion\",\n    \"preemperor\": \"eze\",\n    \"preemploy\": \"arụ ọrụ\",\n    \"preemployee\": \"onye oru\",\n    \"preemployer\": \"onye na aru oru\",\n    \"preemployment\": \"ntinye oru\",\n    \"preempting\": \"preempt\",\n    \"preemption\": \"mgbochi\",\n    \"preemptions\": \"nke mbu\",\n    \"preemptively\": \"preemptive\",\n    \"preemptor\": \"onye mbu\",\n    \"preempts\": \"na-eburu ụzọ\",\n    \"preen\": \"eburu\",\n    \"preenabling\": \"na-ebute\",\n    \"preenact\": \"gosipụta\",\n    \"preenacting\": \"na-egosi\",\n    \"preenclosing\": \"igbochi\",\n    \"preenclosure\": \"ikwuputala ya\",\n    \"preencourage\": \"na-agba ume\",\n    \"preencouragement\": \"agbamume\",\n    \"preendorse\": \"na-ebu ụzọ\",\n    \"preendorsed\": \"bu ụzọ\",\n    \"preendorsement\": \"preendmentement\",\n    \"preendorser\": \"onye na-ebu ụzọ\",\n    \"preendorsing\": \"na-achọ\",\n    \"preener\": \"ihe ndozi\",\n    \"preeners\": \"na-ebido\",\n    \"preenforced\": \"preenforfor\",\n    \"preengaging\": \"na-etinye aka\",\n    \"preengineering\": \"tupu injinịa\",\n    \"preening\": \"na-akwado\",\n    \"preenjoyment\": \"oge gboo\",\n    \"preenlarged\": \"gbasaa\",\n    \"preenlargement\": \"mkpuchi\",\n    \"preenlarging\": \"na-egosiwanye\",\n    \"preenlightenment\": \"tupu ihe omuma\",\n    \"preenroll\": \"tinye aha\",\n    \"preenrollment\": \"ntinye aha\",\n    \"preens\": \"na-ebute ụzọ\",\n    \"preentertainer\": \"onye na-eme egwuregwu\",\n    \"preentertainment\": \"tupu ntụrụndụ\",\n    \"preenthusiasm\": \"tupu ịnụ ọkụ n'obi\",\n    \"preentitled\": \"nwere ike\",\n    \"preentrance\": \"mgbochi\",\n    \"preenumerating\": \"na-ebute ụzọ\",\n    \"preenumeration\": \"ịmalite akwụkwọ\",\n    \"preenvelop\": \"preenvelopu\",\n    \"preenvironmental\": \"gburugburu ebe obibi\",\n    \"preepidemic\": \"oria ojoo\",\n    \"preequip\": \"iwu\",\n    \"preequipment\": \"akụrụngwa\",\n    \"preequipped\": \"nwere ike ịzọpụta\",\n    \"preequipping\": \"na-amị mkpụrụ\",\n    \"preequity\": \"amụma\",\n    \"preeruptive\": \"prearị\",\n    \"preeruptively\": \"n'etu ogwu\",\n    \"prees\": \"-achukwu\",\n    \"preestablish\": \"izipu\",\n    \"preestablished\": \"eburu ụzọ mee\",\n    \"preestablishes\": \"na-ebute ụzọ\",\n    \"preestablishing\": \"na-ebute ụzọ\",\n    \"preesteem\": \"oge ochie\",\n    \"preestimate\": \"tupu oge eruo\",\n    \"preestimated\": \"akàrà\",\n    \"preestimates\": \"oge akara aka\",\n    \"preestimating\": \"na-ebu ụzọ kaa\",\n    \"preestimation\": \"akara aka\",\n    \"preestival\": \"prender\",\n    \"preevaded\": \"preevaria\",\n    \"preevading\": \"Na-agagharị\",\n    \"preevaporate\": \"nkwuwa\",\n    \"preevaporated\": \"Enwere ike\",\n    \"preevaporating\": \"tupu evaporating\",\n    \"preevaporation\": \"tupu evaporation\",\n    \"preevaporator\": \"pre evaporator\",\n    \"preevasion\": \"oge gara aga\",\n    \"preevidence\": \"amụma\",\n    \"preevident\": \"onyebu onye\",\n    \"preevidently\": \"na-ebu ụzọ\",\n    \"preevolutional\": \"ihe omumu\",\n    \"preevolutionary\": \"amụma mmalite\",\n    \"preevolutionist\": \"onye na-emegide okwukwe\",\n    \"preexact\": \"nkwanye ugwu\",\n    \"preexaction\": \"ogwugwu\",\n    \"preexamine\": \"tupu enyocha\",\n    \"preexamined\": \"tupu enyocha\",\n    \"preexaminer\": \"onye nyocha\",\n    \"preexamining\": \"na-ebu amụma\",\n    \"preexcept\": \"adịghị ama ama\",\n    \"preexception\": \"amara\",\n    \"preexceptional\": \"ajuju\",\n    \"preexceptionally\": \"n'amụma\",\n    \"preexchange\": \"ogwugwu\",\n    \"preexchanged\": \"agbanweela\",\n    \"preexchanging\": \"tupu agbanweta\",\n    \"preexcitation\": \"Nwunye\",\n    \"preexcite\": \"ebido\",\n    \"preexcited\": \"na-aga n'ihu\",\n    \"preexciting\": \"na-aga n'ihu\",\n    \"preexclude\": \"gbamgbam\",\n    \"preexcluded\": \"gbamgbam\",\n    \"preexcluding\": \"gbamgbam\",\n    \"preexclusion\": \"nkwanye ugwu\",\n    \"preexclusive\": \"ogwugwo\",\n    \"preexcursion\": \"ogwugwu\",\n    \"preexcuse\": \"gbamgbam\",\n    \"preexcused\": \"Enwere ike\",\n    \"preexcusing\": \"na-atụgharị uche\",\n    \"preexecute\": \"Nwunye\",\n    \"preexecuted\": \"mbupute\",\n    \"preexecuting\": \"na-aga n'ihu\",\n    \"preexecution\": \"nkwanye\",\n    \"preexecutor\": \"onye omekome\",\n    \"preexempt\": \"ewepụrụ\",\n    \"preexemption\": \"mgbapụta\",\n    \"preexhaust\": \"ogwugwu\",\n    \"preexhaustion\": \"nkwenye\",\n    \"preexhibit\": \"mbupute\",\n    \"preexhibition\": \"nkwanye ugwu\",\n    \"preexhibitor\": \"onye na-eme ihe ọ bụla\",\n    \"preexilic\": \"preilic\",\n    \"preexist\": \"onye nkwenye\",\n    \"preexisted\": \"na-aga n'ihu\",\n    \"preexistence\": \"Ogologo oge\",\n    \"preexistent\": \"adịghị adị\",\n    \"preexisting\": \"na-aga n'ihu\",\n    \"preexists\": \"ndị na-eri iwu\",\n    \"preexpansion\": \"ogba aghara\",\n    \"preexpect\": \"echiche\",\n    \"preexpectant\": \"na-atụ anya\",\n    \"preexpectation\": \"tupu atụmanya\",\n    \"preexpedition\": \"ihe omumu\",\n    \"preexpeditionary\": \"ihe omumu\",\n    \"preexpend\": \"Nwunye\",\n    \"preexpenditure\": \"nkwanye ụgwọ\",\n    \"preexpense\": \"ụgwọ\",\n    \"preexperience\": \"Amụma\",\n    \"preexperienced\": \"maara ihe\",\n    \"preexperiencing\": \"na-enwe\",\n    \"preexperiment\": \"tupu nnwale\",\n    \"preexperimental\": \"amara\",\n    \"preexpiration\": \"nkwanye ugwu\",\n    \"preexplanation\": \"Atụmatụ\",\n    \"preexplanatory\": \"na-ebu amụma\",\n    \"preexploded\": \"gbawara\",\n    \"preexploding\": \"na-agbasapụ\",\n    \"preexplosion\": \"mgbapụ\",\n    \"preexpose\": \"eburu\",\n    \"preexposed\": \"eburu\",\n    \"preexposes\": \"na-ebu amụma\",\n    \"preexposing\": \"na-ebu amụma\",\n    \"preexposition\": \"ihe ịma ọkwa\",\n    \"preexposure\": \"nkwupụta ihu\",\n    \"preexposures\": \"nkwenye\",\n    \"preexpounder\": \"na-ebu ụzọ\",\n    \"preexpression\": \"nkwanye ugwu\",\n    \"preexpressive\": \"nkwanye ugwu\",\n    \"preextend\": \"ajuju\",\n    \"preextensive\": \"ebumnobi\",\n    \"preextensively\": \"na-aga n'ihu\",\n    \"preextinction\": \"ikpochapu\",\n    \"preextinguish\": \"gbuchaa\",\n    \"preextinguishment\": \"kpochapu ya\",\n    \"preextract\": \"gbamgbam\",\n    \"preextraction\": \"Nwunye\",\n    \"prefabbed\": \"prefabed\",\n    \"prefabricate\": \"prefabricated\",\n    \"prefabricates\": \"prefabricated\",\n    \"prefabricating\": \"mbido\",\n    \"prefabrication\": \"mbido\",\n    \"prefabricator\": \"ihe ndozi\",\n    \"preface\": \"Okwu mmalite\",\n    \"prefaceable\": \"Okwu mmalite\",\n    \"prefactory\": \"prefatory\",\n    \"prefamiliar\": \"amara nke ọma\",\n    \"prefamiliarity\": \"prefam mara\",\n    \"prefashioned\": \"tupu ejiji\",\n    \"prefatial\": \"tupu\",\n    \"prefator\": \"onye na-eri anụ\",\n    \"prefatorial\": \"eri anụ\",\n    \"prefatorially\": \"prefiberị\",\n    \"prefatorily\": \"prefiberị\",\n    \"prefavor\": \"ihu ọma\",\n    \"prefavorably\": \"ọkacha mma\",\n    \"prefavorite\": \"ọkacha mmasị\",\n    \"prefearful\": \"mma\",\n    \"prefearfully\": \"ọkacha mma\",\n    \"prefect\": \"onyeisi\",\n    \"prefectly\": \"zuru oke\",\n    \"prefectoral\": \"onye isi ala\",\n    \"prefectorially\": \"prefectorial\",\n    \"prefectorian\": \"prefectorial\",\n    \"prefects\": \"ndị isi\",\n    \"prefectship\": \"prefecthip\",\n    \"prefectural\": \"onye isi ochichi\",\n    \"prefecture\": \"ọchịchị\",\n    \"prefectures\": \"ndị ọchịchị\",\n    \"prefederal\": \"prefeda\",\n    \"prefer\": \"na-ahọrọ\",\n    \"preferable\": \"ọkacha mma\",\n    \"preferableness\": \"ọkacha mma ness\",\n    \"preferably\": \"ọkacha mma\",\n    \"prefered\": \"họọrọ\",\n    \"preferee\": \"họọrọ\",\n    \"preference\": \"mmasị\",\n    \"preferences\": \"mmasị\",\n    \"preferent\": \"prefere\",\n    \"preferential\": \"ọkacha mmasị\",\n    \"preferentialism\": \"ihu ọma\",\n    \"preferentially\": \"ọkacha mmasị\",\n    \"preferment\": \"ọkacha mmasị\",\n    \"prefermentation\": \"mmasị\",\n    \"preferments\": \"ihe achoro\",\n    \"preferral\": \"nke kacha mma\",\n    \"preferred\": \"họọrọ\",\n    \"preferredly\": \"ọkacha mma\",\n    \"preferredness\": \"akara\",\n    \"preferrer\": \"họọrọ\",\n    \"preferrers\": \"họọrọ\",\n    \"preferring\": \"na-ahọrọ\",\n    \"preferrous\": \"ọkacha mmasị\",\n    \"prefers\": \"na-ahọrọ\",\n    \"prefertile\": \"na-ahọrọ\",\n    \"prefertility\": \"okacha nma\",\n    \"prefertilization\": \"ọkacha mmasị\",\n    \"prefertilize\": \"na-ahọrọ\",\n    \"prefertilized\": \"pre fertilized\",\n    \"prefertilizing\": \"na-ahọrọ\",\n    \"prefervid\": \"họọrọ\",\n    \"prefestival\": \"tupu ememme\",\n    \"prefeudal\": \"prefeal\",\n    \"prefiction\": \"amụma\",\n    \"prefiguration\": \"mbido mbido\",\n    \"prefigure\": \"akara ngosi\",\n    \"prefigured\": \"sere onyinyo\",\n    \"prefigurement\": \"akara ngosi\",\n    \"prefigures\": \"akara ngosi\",\n    \"prefiguring\": \"na-ese onyinyo\",\n    \"prefix\": \"nganiihu\",\n    \"prefixal\": \"nganiihu\",\n    \"prefixation\": \"nganiihu\",\n    \"prefixedly\": \"prefixedị\",\n    \"prefixes\": \"nganiihu\",\n    \"prefixion\": \"nganiihu\",\n    \"prefixions\": \"nganiihu\",\n    \"prefixture\": \"ihe nkwalite\",\n    \"preflavoring\": \"Na-atọ ụtọ\",\n    \"preflowering\": \"na-agbasa\",\n    \"prefocused\": \"prefocus\",\n    \"prefocuses\": \"prefocus\",\n    \"prefocusing\": \"prefocus\",\n    \"prefocussed\": \"nwee tupu\",\n    \"prefocusses\": \"tupu\",\n    \"prefocussing\": \"tupu\",\n    \"preforbidden\": \"gbochiri\",\n    \"preforgave\": \"gbaghaara\",\n    \"preforgive\": \"gbaghara\",\n    \"preforgiven\": \"gbaghara\",\n    \"preforgiveness\": \"tupu mgbaghara\",\n    \"preforgiving\": \"na-agbaghara\",\n    \"preforgotten\": \"echefuola\",\n    \"preformation\": \"ngbanwe\",\n    \"preformationary\": \"preformary\",\n    \"preformationism\": \"preformism\",\n    \"preformationist\": \"ihe omuma\",\n    \"preforms\": \"preform\",\n    \"preformulation\": \"nkwalite\",\n    \"prefortunate\": \"ihe oma\",\n    \"prefortunately\": \"dị mwute\",\n    \"prefortune\": \"ihe mbu\",\n    \"prefoundation\": \"isi mmalite\",\n    \"prefounder\": \"buru ụzọ\",\n    \"prefract\": \"prefree\",\n    \"prefragrance\": \"prefaragrance\",\n    \"prefrankness\": \"prefrank\",\n    \"prefraternal\": \"tupu\",\n    \"prefreeze\": \"prefrizi\",\n    \"prefriendly\": \"enyi\",\n    \"prefriendship\": \"enyi\",\n    \"prefrontal\": \"nke mbu\",\n    \"prefulfillment\": \"Ojuju\",\n    \"prefulgency\": \"na-ebu ụzọ\",\n    \"prefulgent\": \"na-arụ ọrụ\",\n    \"prefunction\": \"ịrụ ọrụ\",\n    \"prefunctional\": \"ịrụ ọrụ\",\n    \"prefurlough\": \"mbido\",\n    \"pregalvanizing\": \"na-ebute\",\n    \"pregather\": \"buru ụzọ\",\n    \"pregathering\": \"ichikota\",\n    \"pregeminum\": \"tupu ọmụmụ ihe\",\n    \"pregenerate\": \"bidoro\",\n    \"pregenerating\": \"na-amụba\",\n    \"pregenerous\": \"pregene\",\n    \"pregenerously\": \"tupu oge eruo\",\n    \"preglobulin\": \"pre globulin\",\n    \"pregnance\": \"afọime\",\n    \"pregnancy\": \"afọime\",\n    \"pregnancies\": \"ịtụrụ ime\",\n    \"pregnant\": \"ime\",\n    \"pregnantly\": \"ime\",\n    \"pregnantness\": \"afọ ime\",\n    \"pregolfing\": \"Na-achọ\",\n    \"pregracious\": \"dị egwu\",\n    \"pregraded\": \"edoziri\",\n    \"pregrading\": \"na-akwado\",\n    \"pregraduation\": \"ihe mmechi\",\n    \"pregratifying\": \"na-edozi ahụ\",\n    \"pregreet\": \"nwee ekele\",\n    \"pregreeting\": \"na-ekele\",\n    \"pregrievance\": \"ọdachi\",\n    \"preguaranteed\": \"tupu oge\",\n    \"preguaranteeing\": \"na-ebute ụzọ\",\n    \"preguarantor\": \"iwu\",\n    \"preguard\": \"-echebe\",\n    \"preguess\": \"iwu\",\n    \"preguidance\": \"iwu\",\n    \"preguide\": \"iwu\",\n    \"preguided\": \"pregugu\",\n    \"preguiding\": \"na-achịkwa\",\n    \"preguilty\": \"ikpe\",\n    \"pregustant\": \"na-ama mma\",\n    \"prehalter\": \"prealter\",\n    \"prehandle\": \"buru ụzọ\",\n    \"prehaps\": \"ihe mbu\",\n    \"prehardened\": \"preharden\",\n    \"prehardening\": \"na-achọ\",\n    \"prehardens\": \"Okafor\",\n    \"preharmony\": \"mbido\",\n    \"preharmoniousness\": \"mbempe iwu\",\n    \"preharvest\": \"buru ihe ubi\",\n    \"prehaunt\": \"buru ụzọ\",\n    \"prehaunted\": \"gboo\",\n    \"prehazard\": \"buru ụzọ\",\n    \"prehazardous\": \"preha ize ndụ\",\n    \"prehearing\": \"na-anụ ọkụ\",\n    \"preheating\": \"na-ekpo ọkụ\",\n    \"prehend\": \"ghọta\",\n    \"prehended\": \"enwe ike\",\n    \"prehensility\": \"enwe mmetụta\",\n    \"prehension\": \"nsogbu\",\n    \"prehensive\": \"nsogbu\",\n    \"prehensiveness\": \"enweghị nchekasị\",\n    \"prehensor\": \"ihe ndozi\",\n    \"prehensory\": \"ihe ndozi\",\n    \"prehesitancy\": \"amụma\",\n    \"prehesitate\": \"na-akwado\",\n    \"prehesitated\": \"prehesised\",\n    \"prehesitating\": \"na -eche\",\n    \"prehesitation\": \"ọgwụ\",\n    \"prehistorically\": \"n'akụkọ ihe mere eme\",\n    \"prehistorics\": \"prehistoric\",\n    \"prehistories\": \"prehistoric\",\n    \"prehnitic\": \"prehnite\",\n    \"preholder\": \"buuru onye mbu\",\n    \"preholding\": \"na-ebute ụzọ\",\n    \"prehuman\": \"tupu mmadụ\",\n    \"prehumans\": \"buru ụzọ\",\n    \"prehumiliate\": \"buru ụzọ kpalie\",\n    \"prehumiliation\": \"nkwanye\",\n    \"prehumor\": \"mbido\",\n    \"prey\": \"anụ oriri\",\n    \"preidentify\": \"gosiputa\",\n    \"preidentification\": \"amụma\",\n    \"preidentifying\": \"na-egosi\",\n    \"preyers\": \"ndị nkwusa\",\n    \"preyful\": \"na-eri anụ\",\n    \"preying\": \"na-eri anụ\",\n    \"preyingly\": \"n'agha\",\n    \"preillustrated\": \"gosipụtara ihe atụ\",\n    \"preillustrating\": \"tupu ihe atụ\",\n    \"preillustration\": \"ihe atụ\",\n    \"preimage\": \"tupu\",\n    \"preimagination\": \"tupu oge eruo\",\n    \"preimagined\": \"preimagim\",\n    \"preimagining\": \"Na-ebu ụzọ\",\n    \"preimbue\": \"buru ụzọ\",\n    \"preimbuing\": \"Mbido\",\n    \"preimitate\": \"buru ụzọ kwuo ihe\",\n    \"preimitated\": \"buru ụzọ\",\n    \"preimitating\": \"Na-ebute ụzọ\",\n    \"preimitation\": \"preimiti\",\n    \"preimmigration\": \"tupu mbata na ọpụpụ\",\n    \"preimpair\": \"buru ụzọ\",\n    \"preimpairment\": \"enweghị ntụpọ\",\n    \"preimperial\": \"iwu nke alaeze\",\n    \"preimport\": \"buru ụzọ\",\n    \"preimportance\": \"mkpa\",\n    \"preimportant\": \"mkpa\",\n    \"preimportantly\": \"preimportably\",\n    \"preimportation\": \"ibute ụzọ\",\n    \"preimpose\": \"bute ụzọ\",\n    \"preimposed\": \"eburu ụzọ\",\n    \"preimposing\": \"Na-ebute ụzọ\",\n    \"preimpression\": \"preimprinụ\",\n    \"preimpressionism\": \"tupu impressionism\",\n    \"preimpressionist\": \"pre impressist\",\n    \"preimproved\": \"tinyegoro\",\n    \"preimprovement\": \"mkpa\",\n    \"preimproving\": \"Na-aga n'ihu\",\n    \"preinaugural\": \"tupu inaugural\",\n    \"preincentive\": \"preincent nwere\",\n    \"preincination\": \"mgbochi\",\n    \"preinclination\": \"eburu ụzọ\",\n    \"preinclining\": \"preinclin\",\n    \"preinclude\": \"bido\",\n    \"preincluded\": \"preinclude\",\n    \"preincluding\": \"ebido\",\n    \"preinclusion\": \"eburu ụzọ\",\n    \"preindebtedness\": \"tupu ụgwọ\",\n    \"preindemnifying\": \"preindeming\",\n    \"preindependence\": \"tupu nnwere onwe\",\n    \"preindependent\": \"tupu nwere onwe\",\n    \"preindependently\": \"tupu onwe ya\",\n    \"preindicant\": \"pretikan\",\n    \"preindicate\": \"gosipụta\",\n    \"preindicated\": \"prefarati\",\n    \"preindicating\": \"na-egosi\",\n    \"preindication\": \"nkwuputa\",\n    \"preindicative\": \"nkwanye ugwu\",\n    \"preindisposed\": \"eburu ụzọ\",\n    \"preinduced\": \"eburu ụzọ\",\n    \"preinducing\": \"ebido\",\n    \"preinductive\": \"preinductive. tupu\",\n    \"preindulged\": \"preindulind\",\n    \"preindulging\": \"preindulind\",\n    \"preinference\": \"mmasị\",\n    \"preinhabitation\": \"ebe obibi\",\n    \"preinhered\": \"bu ụzọ\",\n    \"preinhering\": \"na-eburu ụzọ\",\n    \"preinherit\": \"ihe nketa\",\n    \"preinheritance\": \"ihe nketa\",\n    \"preinitialize\": \"ebido\",\n    \"preinitializing\": \"ebido\",\n    \"preinitiating\": \"ebido\",\n    \"preinitiation\": \"eburu ụzọ\",\n    \"preinscribe\": \"nye iwu\",\n    \"preinscribed\": \"chụpụrụ\",\n    \"preinscribing\": \"na-akwado iwu\",\n    \"preinscription\": \"iwu\",\n    \"preinsinuate\": \"buru ụzọ\",\n    \"preinsinuated\": \"eburu ụzọ\",\n    \"preinsinuating\": \"tupu etinye\",\n    \"preinsinuatingly\": \"tupu insinuatingly\",\n    \"preinstallation\": \"ntinye\",\n    \"preinstructing\": \"na-etinye iwu\",\n    \"preinstructs\": \"iwu\",\n    \"preinsulating\": \"na-egbochi\",\n    \"preintellectually\": \"preint hankali\",\n    \"preintelligent\": \"onye nwere ọgụgụ isi\",\n    \"preintelligently\": \"preintistic\",\n    \"preintend\": \"onye nlekọta\",\n    \"preintention\": \"eburu ụzọ\",\n    \"preinterceded\": \"eburu ụzọ\",\n    \"preinterceding\": \"bu ụzọ\",\n    \"preinterchange\": \"preinter mgbanwe\",\n    \"preinterest\": \"preintiri\",\n    \"preinterference\": \"preinterfer\",\n    \"preinterpret\": \"tupu ịkọwa\",\n    \"preinterpretation\": \"tupu nkọwa\",\n    \"preintimate\": \"buru ụzọ\",\n    \"preintimately\": \"preintinụ\",\n    \"preinvent\": \"buo ụzọ\",\n    \"preinvention\": \"mgbochi\",\n    \"preinvestigate\": \"preinyocha\",\n    \"preinvestigator\": \"onye nyocha\",\n    \"preinvestment\": \"tupu ego\",\n    \"preinvitation\": \"tupu ịkpọ oku\",\n    \"preinvite\": \"eburu ụzọ\",\n    \"preinvited\": \"eburu ụzọ\",\n    \"preinviting\": \"na-achọ\",\n    \"preinvolved\": \"eburu\",\n    \"preiotize\": \"ịkpali\",\n    \"preyouthful\": \"nwee ike\",\n    \"preirrigation\": \"mgbochi mmiri\",\n    \"preirrigational\": \"mgbochi mmiri\",\n    \"preys\": \"na -achọ ihe\",\n    \"preissuance\": \"ebu ụzọ\",\n    \"preissue\": \"eburu ụzọ\",\n    \"preissued\": \"ebuputara\",\n    \"preissuing\": \"tupu inye\",\n    \"prejacent\": \"ụzọ\",\n    \"prejournalistic\": \"tupu oru nta akuko\",\n    \"prejudge\": \"ajọ mbunobi\",\n    \"prejudged\": \"nwere mbunobi\",\n    \"prejudgement\": \"ajọ mbunobi\",\n    \"prejudger\": \"ajọ mbunobi\",\n    \"prejudges\": \"ajọ mbunobi\",\n    \"prejudging\": \"mbido\",\n    \"prejudgment\": \"ajọ mbunobi\",\n    \"prejudgments\": \"ajọ mbunobi\",\n    \"prejudicate\": \"nwee mbunobi\",\n    \"prejudication\": \"ajọ mbunobi\",\n    \"prejudicative\": \"mbunobi\",\n    \"prejudicator\": \"ajọ mbunobi\",\n    \"prejudice\": \"ajọ mbunobi\",\n    \"prejudiced\": \"ajọ mbunobi\",\n    \"prejudicedly\": \"nwere mbunobi\",\n    \"prejudiceless\": \"ajọ mbunobi\",\n    \"prejudices\": \"mbunobi\",\n    \"prejudiciable\": \"ajọ mbunobi\",\n    \"prejudicial\": \"ajọ mbunobi\",\n    \"prejudicially\": \"ajọ mbunobi\",\n    \"prejudicialness\": \"ajọ mbunobi\",\n    \"prejudicing\": \"ajọ mbunobi\",\n    \"prejudicious\": \"ajọ mbunobi\",\n    \"prejudiciously\": \"ajọ mbunobi\",\n    \"prejunior\": \"ụzọ\",\n    \"prejurisdiction\": \"ikike\",\n    \"prejustify\": \"Kwadoro\",\n    \"prekindergarten\": \"ụlọ akwụkwọ ọta akara\",\n    \"prekindle\": \"kpalie\",\n    \"prekindled\": \"kpaliri\",\n    \"prekindling\": \"na-akpata\",\n    \"preknow\": \"buru ụzọ mara\",\n    \"preknowing\": \"na-ebu ụzọ mara\",\n    \"preknowledge\": \"Mara amara\",\n    \"preknown\": \"maara\",\n    \"prelacy\": \"Ikike\",\n    \"prelacies\": \"Iwu\",\n    \"prelanguage\": \"asụsụ\",\n    \"prelapsarian\": \"Ikwesiri\",\n    \"prelateity\": \"onye isi\",\n    \"prelatess\": \"Ikwute\",\n    \"prelaty\": \"iwu\",\n    \"prelatial\": \"amara\",\n    \"prelatic\": \"Ekwukwu\",\n    \"prelatically\": \"kpachaara anya\",\n    \"prelation\": \"mmekọrita\",\n    \"prelatish\": \"Ikwalite\",\n    \"prelature\": \"ome iwu\",\n    \"prelaunch\": \"tupu igba egbe\",\n    \"prelaunching\": \"tupu launching\",\n    \"prelaw\": \"iwu\",\n    \"prelawful\": \"iwu\",\n    \"prelawfully\": \"iwu\",\n    \"prelawfulness\": \"iwu\",\n    \"prelease\": \"hapụ\",\n    \"preleased\": \"Na-amasị\",\n    \"preleasing\": \"Na-atọ ụtọ\",\n    \"prelect\": \"họrọ\",\n    \"prelected\": \"ahọpụtara\",\n    \"prelecting\": \"na-ahọrọ\",\n    \"prelection\": \"nhọrọ\",\n    \"prelector\": \"onye nhoputa\",\n    \"prelectorship\": \"nhọrọ\",\n    \"prelects\": \"prelele\",\n    \"prelecture\": \"prelect\",\n    \"prelectured\": \"ahọpụtara\",\n    \"prelecturing\": \"na-ahọrọ\",\n    \"prelegendary\": \"gara aga\",\n    \"preliberally\": \"tupu\",\n    \"preliberating\": \"na-akwado\",\n    \"prelicensed\": \"preliclic\",\n    \"prelicensing\": \"licrị\",\n    \"preliminary\": \"nke mbido\",\n    \"preliminaries\": \"nke mbido\",\n    \"preliminarily\": \"n'ụzọ mbido\",\n    \"prelimitate\": \"buru ụzọ kwuo\",\n    \"prelimitated\": \"prelimited\",\n    \"prelimitating\": \"prelimiti\",\n    \"prelimitation\": \"eburu ụzọ\",\n    \"prelimited\": \"prepara\",\n    \"prelimiting\": \"limtọ\",\n    \"prelingually\": \"prelingally\",\n    \"preliterally\": \"prelite\",\n    \"preloaded\": \"eburu\",\n    \"preloan\": \"Ikwusa ozi ọma\",\n    \"prelogical\": \"na-arụ ọrụ\",\n    \"preloral\": \"nkwanye ugwu\",\n    \"preloss\": \"lozọ\",\n    \"prelude\": \"bute ụzọ\",\n    \"preluded\": \"eburu\",\n    \"preluder\": \"Okwu mmalite\",\n    \"preluders\": \"-ebute ụzọ\",\n    \"preludes\": \"na-akwado\",\n    \"preluding\": \"na-ebute ụzọ\",\n    \"preludious\": \"preludị\",\n    \"preludiously\": \"tupu\",\n    \"prelusion\": \"mbido\",\n    \"prelusively\": \"ebu\",\n    \"prelusorily\": \"ikwuru ụzọ\",\n    \"premachine\": \"igwe\",\n    \"premaintain\": \"chịkọta\",\n    \"premaintenance\": \"ogwugwu\",\n    \"premake\": \"ebido\",\n    \"premaker\": \"preked\",\n    \"premaking\": \"ịmalite\",\n    \"preman\": \"onye isi\",\n    \"premanhood\": \"tupu\",\n    \"premaniacal\": \"tupu maniacal\",\n    \"premanifestation\": \"ngosipụta tupu\",\n    \"premanufacturer\": \"tupu emeputa\",\n    \"premanufacturing\": \"tupu n'ichepụta\",\n    \"premarital\": \"tupu alụmdi na nwunye\",\n    \"premarketing\": \"premarketịga\",\n    \"premarry\": \"nke mbu\",\n    \"premarriage\": \"tupu alụmdi na nwunye\",\n    \"premarried\": \"luru di\",\n    \"premarrying\": \"ịlụ nwaanyị\",\n    \"prematch\": \"mbido\",\n    \"premate\": \"nwunye\",\n    \"prematerial\": \"buru ụzọ\",\n    \"prematernity\": \"nká\",\n    \"premating\": \"na-eche echiche\",\n    \"prematuration\": \"tupu oge eruo\",\n    \"premature\": \"akaghi aka\",\n    \"prematurely\": \"akaghi aka\",\n    \"prematureness\": \"akaghi aka\",\n    \"prematurity\": \"akaghi aka\",\n    \"premeasuring\": \"premeasịa\",\n    \"premedicate\": \"premedication\",\n    \"premedicated\": \"premedication\",\n    \"premedicating\": \"premedication\",\n    \"premeditated\": \"premedised\",\n    \"premeditating\": \"na-akwado\",\n    \"premeditatingly\": \"na-akwado\",\n    \"prememorandums\": \"tupu ncheta\",\n    \"premen\": \"na-ebute ụzọ\",\n    \"premenace\": \"bido\",\n    \"premenacing\": \"premanacing\",\n    \"premenstrual\": \"tupu oge eruo\",\n    \"premenstrually\": \"tupu oge eruo\",\n    \"premerit\": \"buru ụzọ\",\n    \"premetallic\": \"premetallik\",\n    \"premial\": \"nke mbu\",\n    \"premiant\": \"nke mbido\",\n    \"premiate\": \"kpakpando\",\n    \"premiated\": \"ebutere\",\n    \"premiating\": \"ebido\",\n    \"premidnight\": \"mgbe chi jiri\",\n    \"premier\": \"nke mbu\",\n    \"premiere\": \"nke mbu\",\n    \"premiered\": \"bu ụzọ\",\n    \"premieress\": \"nke mbu\",\n    \"premiering\": \"ịmalite\",\n    \"premierjus\": \"premieres\",\n    \"premiers\": \"nke mbu\",\n    \"premiership\": \"mbido\",\n    \"premierships\": \"mbido\",\n    \"premies\": \"ogige\",\n    \"premilitary\": \"ihe ndozi\",\n    \"premillenarianism\": \"tupu millenarianism\",\n    \"premillenial\": \"premillennial\",\n    \"premillennialised\": \"chụọ n'ọrụ\",\n    \"premillennializing\": \"na-ahazi ihe omumu\",\n    \"premillennially\": \"tupu oge eruo\",\n    \"preministries\": \"okpuru\",\n    \"premious\": \"ogige\",\n    \"premisal\": \"premised\",\n    \"premise\": \"premised\",\n    \"premises\": \"ogige\",\n    \"premising\": \"na-eburu ụzọ\",\n    \"premisory\": \"ihe ndozi\",\n    \"premisrepresentation\": \"misghahie ụgha\",\n    \"premiss\": \"ogige\",\n    \"premissable\": \"kwere\",\n    \"premisses\": \"chọrọ\",\n    \"premit\": \"buru ụzọ\",\n    \"premium\": \"adịchaghị\",\n    \"premiums\": \"ụgwọ\",\n    \"premixed\": \"kwadoro\",\n    \"premixer\": \"nke mbu\",\n    \"premixes\": \"akara ngosi\",\n    \"premixing\": \"ịmalite\",\n    \"premixture\": \"ngwakọta\",\n    \"premodify\": \"mezie\",\n    \"premodified\": \"pregodi\",\n    \"premold\": \"iwu\",\n    \"premolder\": \"ihe ndozi\",\n    \"premolding\": \"izizi ihe\",\n    \"premonish\": \"nkwusa\",\n    \"premonition\": \"amụma\",\n    \"premonitions\": \"premonition\",\n    \"premorally\": \"premoral\",\n    \"premorbidness\": \"enweghị nsogbu\",\n    \"premorning\": \"ịmalite\",\n    \"premortal\": \"tupu ụwa ebido\",\n    \"premortally\": \"tupu anụ ahụ\",\n    \"premortify\": \"eburu ụzọ mee\",\n    \"premortification\": \"nhazi ihe\",\n    \"premortifying\": \"preortifying\",\n    \"premortuary\": \"ulo ozu\",\n    \"premotion\": \"ije\",\n    \"premove\": \"buru ụzọ\",\n    \"premovement\": \"kpochapu\",\n    \"premuddle\": \"buru ụzọ\",\n    \"premuddled\": \"buru ụzọ\",\n    \"premuddling\": \"Ogbogu Okonji\",\n    \"premultiplier\": \"nke mbụ\",\n    \"premultiplying\": \"iburu ụzọ mụọ\",\n    \"premunicipal\": \"nke ime obodo\",\n    \"premunire\": \"mgbochi\",\n    \"premunition\": \"mgbochi\",\n    \"premunitory\": \"mgbochi\",\n    \"premutiny\": \"eburu ụzọ\",\n    \"premutinied\": \"echebara\",\n    \"premutinies\": \"iwu\",\n    \"premutinying\": \"na-eburu ụzọ\",\n    \"prename\": \"aha\",\n    \"prenames\": \"Aha njirimara\",\n    \"prenanthes\": \"ogwe aka\",\n    \"prenarcotic\": \"onyinyechi\",\n    \"prenarial\": \"ego\",\n    \"prenaris\": \"Uchenna\",\n    \"prenasal\": \"izu ike\",\n    \"prenatal\": \"tupu amua nwa\",\n    \"prenatalist\": \"umuaka\",\n    \"prenatally\": \"n'etu nwa\",\n    \"prenational\": \"tupu mba\",\n    \"prenative\": \"na-amụ ime\",\n    \"prenatural\": \"preternatural\",\n    \"prender\": \"buuru\",\n    \"prenecessitate\": \"ziga\",\n    \"prenecessitated\": \"buru ụzọ\",\n    \"prenecessitating\": \"Na-ebu ụzọ\",\n    \"prenegotiating\": \"na-ebute ụzọ\",\n    \"prenegotiation\": \"tupu oge eruo\",\n    \"prenight\": \"enweghị ike\",\n    \"prenodal\": \"onyekwere\",\n    \"prenomen\": \"renmụ nwanyị\",\n    \"prenomens\": \"Ugbo\",\n    \"prenominal\": \"afọ ime\",\n    \"prenominate\": \"buru ibu\",\n    \"prenominated\": \"tinye aha\",\n    \"prenominating\": \"na-ekwu okwu\",\n    \"prenomination\": \"ọmarịcha\",\n    \"prenominical\": \"ọmarịcha\",\n    \"prenotation\": \"izu ike\",\n    \"prenote\": \"ndigbo\",\n    \"prenoted\": \"na-agbanye\",\n    \"prenotice\": \"ahụrụ\",\n    \"prenotify\": \"weghachi\",\n    \"prenotification\": \"nkwenye\",\n    \"prenotified\": \"edepụtara\",\n    \"prenotifying\": \"na-emegharị\",\n    \"prenoting\": \"izu ike\",\n    \"prenotion\": \"izu ike\",\n    \"prenticed\": \"eburu\",\n    \"prenticing\": \"na-ebute ụzọ\",\n    \"prenumber\": \"ulo\",\n    \"prenumbering\": \"izu ike\",\n    \"prenuncial\": \"ọmarịcha\",\n    \"prenunciate\": \"Nkwupụta okwu\",\n    \"prenuptial\": \"echebe\",\n    \"prenursery\": \"tupu ụlọ akwụkwọ ọta akara\",\n    \"prenurseries\": \"ebe nkpuchi\",\n    \"prenzie\": \"Uchechukwu\",\n    \"preobedience\": \"tupu nrube isi\",\n    \"preobedient\": \"rube isi\",\n    \"preobediently\": \"n'irubere isi\",\n    \"preobjection\": \"igbochi\",\n    \"preobligating\": \"na-achọ\",\n    \"preobliging\": \"na-achọ\",\n    \"preobservance\": \"ịrụ ọrụ\",\n    \"preobservational\": \"tupu ememe\",\n    \"preobserve\": \"tupu edebe\",\n    \"preobserved\": \"kpachara anya\",\n    \"preobserving\": \"na-achọpụta\",\n    \"preobstruct\": \"gbochie\",\n    \"preobstruction\": \"mgbochi ọrụ\",\n    \"preobtain\": \"ibute ụzọ\",\n    \"preobtruded\": \"pre obtruded\",\n    \"preobviated\": \"gbochie\",\n    \"preobviating\": \"na-akwado\",\n    \"preobvious\": \"preobib\",\n    \"preobviously\": \"n'achọ\",\n    \"preobviousness\": \"preobbs\",\n    \"preoccasioned\": \"oge gboo\",\n    \"preocclusion\": \"preoccibin\",\n    \"preoccupancy\": \"buo ibu\",\n    \"preoccupant\": \"ji ọrụ n’aka\",\n    \"preoccupate\": \"na-echegbu onwe\",\n    \"preoccupation\": \"nchegbu\",\n    \"preoccupations\": \"nchegbu\",\n    \"preoccupative\": \"ji ọrụ n’aka\",\n    \"preoccupy\": \"echegbula\",\n    \"preoccupied\": \"ji ọrụ n'aka\",\n    \"preoccupiedly\": \"ji ọrụ n'aka\",\n    \"preoccupiedness\": \"nchegbu\",\n    \"preoccupies\": \"nchegbu\",\n    \"preoccupying\": \"na-echegbu onwe\",\n    \"preoccurred\": \"nwere nsogbu\",\n    \"preoccurrence\": \"nsogbu\",\n    \"preoccurring\": \"nsogbu\",\n    \"preodorous\": \"pre-esi ísì ụtọ\",\n    \"preoesophageal\": \"Nkechi\",\n    \"preoffensiveness\": \"tupu iwe\",\n    \"preoffering\": \"Na-echekwa\",\n    \"preominate\": \"buru ụzọ\",\n    \"preomitted\": \"kwere\",\n    \"preomitting\": \"kwere\",\n    \"preopen\": \"ibido\",\n    \"preopening\": \"tupu imeghe\",\n    \"preoperate\": \"tinye ọrụ\",\n    \"preoperating\": \"- preoperating\",\n    \"preoperation\": \"arụ ọrụ\",\n    \"preopinion\": \"echiche\",\n    \"preopinionated\": \"preated tụrụ\",\n    \"preopposed\": \"preoppused\",\n    \"preopposing\": \"na-egosi\",\n    \"preoppress\": \"chichie anya\",\n    \"preoppressor\": \"tupu mmegbu\",\n    \"preoptimistic\": \"pre-enwe nchekwube\",\n    \"preorally\": \"jiri ọnụ\",\n    \"preordain\": \"tupu oge eruo\",\n    \"preordained\": \"akara aka\",\n    \"preordaining\": \"akara aka\",\n    \"preordainment\": \"akara aka\",\n    \"preorder\": \"ịtụ ahịa gboo\",\n    \"preordered\": \"nyere iwu\",\n    \"preordering\": \"na-aga n'ihu\",\n    \"preordinance\": \"ụzọ\",\n    \"preordination\": \"-achọ\",\n    \"preorganization\": \"nhazi ihe\",\n    \"preorganize\": \"hazie\",\n    \"preorganized\": \"hazie\",\n    \"preorganizing\": \"na-ahazi\",\n    \"preoriginal\": \"tupu nke izizi\",\n    \"preoriginally\": \"tupu na mbụ\",\n    \"preornamental\": \"ihe ịchọ mma\",\n    \"preoutlining\": \"na-akwado\",\n    \"preoverthrew\": \"weghachite\",\n    \"preoverthrow\": \"gafere\",\n    \"preoverthrowing\": \"overrịba ama\",\n    \"preoverthrown\": \"kwatuo\",\n    \"preoviposition\": \"tupu oviposition\",\n    \"preovulatory\": \"eburu ụzọ\",\n    \"prep\": \"kwadebe\",\n    \"prepack\": \"kwadebe\",\n    \"prepackage\": \"kwakọba\",\n    \"prepackaged\": \"kwakọba\",\n    \"prepackages\": \"nkwakọba ihe\",\n    \"prepackaging\": \"ịkwakọba\",\n    \"prepacked\": \"eburu\",\n    \"prepacking\": \"ịkwakọba\",\n    \"prepay\": \"kwụọ ụgwọ\",\n    \"prepayable\": \"kwụrụ ụgwọ\",\n    \"prepaid\": \"akwugo ugwo\",\n    \"prepaying\": \"aykwụ ụgwọ\",\n    \"prepayment\": \"ịkwụ ụgwọ\",\n    \"prepayments\": \"ịkwụ ụgwọ\",\n    \"prepainful\": \"jikere\",\n    \"prepays\": \"ịkwụ ụgwọ\",\n    \"prepalaeolithic\": \"akwadebe\",\n    \"prepalatal\": \"akwadebe\",\n    \"prepalatine\": \"Kwadebe\",\n    \"prepaleolithic\": \"jikere\",\n    \"preparable\": \"kwadebe\",\n    \"preparateur\": \"ịkwadebe\",\n    \"preparation\": \"nkwadebe\",\n    \"preparationist\": \"onye nkwadebe\",\n    \"preparations\": \"nkwadebe\",\n    \"preparative\": \"na-akwadebe\",\n    \"preparatively\": \"jikere\",\n    \"preparatives\": \"nkwadebe\",\n    \"preparator\": \"akwadebe\",\n    \"preparatory\": \"nkwadebe\",\n    \"preparatorily\": \"jikere\",\n    \"prepardon\": \"tupu\",\n    \"prepare\": \"jikere\",\n    \"prepared\": \"kwadebere\",\n    \"preparedly\": \"njikere\",\n    \"preparedness\": \"njikere\",\n    \"preparement\": \"nkwadebe\",\n    \"preparental\": \"nne na nna\",\n    \"preparer\": \"akwadebe\",\n    \"preparers\": \"ndị na-akwadebe\",\n    \"prepares\": \"akwadebe\",\n    \"preparing\": \"na-akwadebe\",\n    \"preparingly\": \"na-akwadebe\",\n    \"preparliamentary\": \"prear Parliamentary\",\n    \"preparoccipital\": \"akwadebe\",\n    \"preparoxysmal\": \"akwadebe\",\n    \"prepartake\": \"tupu\",\n    \"prepartaken\": \"tupu\",\n    \"prepartaking\": \"tupu\",\n    \"preparticipation\": \"tupu oge eruo\",\n    \"prepartition\": \"tupu\",\n    \"prepartook\": \"tupu\",\n    \"prepave\": \"jikere\",\n    \"prepaved\": \"kwadebere\",\n    \"prepavement\": \"nkwadebe\",\n    \"prepaving\": \"na-akwadebe\",\n    \"prepectoral\": \"preferoral\",\n    \"prepend\": \"tinye aka\",\n    \"prepended\": \"edebere\",\n    \"prepending\": \"na-akwado\",\n    \"prepenetrating\": \"na-akwado\",\n    \"prepenetration\": \"tupu oge eruo\",\n    \"prepenial\": \"preenial\",\n    \"prepensed\": \"edebere\",\n    \"preperceive\": \"okpokoro\",\n    \"prepersuaded\": \"prefara\",\n    \"prepersuading\": \"prefara\",\n    \"prepersuasion\": \"prefara\",\n    \"preperused\": \"nwere mmasị\",\n    \"prepigmental\": \"preigmental\",\n    \"prepineal\": \"prefinal\",\n    \"prepious\": \"Nke gara aga\",\n    \"prepiously\": \"n'egbughị oge\",\n    \"prepyramidal\": \"tupu pyramid\",\n    \"prepituitary\": \"pre pituitary\",\n    \"preplace\": \"nkwadebe\",\n    \"preplaced\": \"kwadebere\",\n    \"preplacement\": \"nkwadebe\",\n    \"preplaces\": \"ihe ndozi\",\n    \"preplanned\": \"kwadebere\",\n    \"preplanning\": \"Nkwadebe\",\n    \"preplanting\": \"ịkwadebe\",\n    \"prepledged\": \"kpakpando\",\n    \"preplotted\": \"akwadoro\",\n    \"prepoison\": \"mbube\",\n    \"prepolice\": \"iwu\",\n    \"prepolish\": \"nwee iwu\",\n    \"prepollence\": \"nsogbu\",\n    \"prepollency\": \"nwekwuru\",\n    \"prepollent\": \"nwee nsogbu\",\n    \"preponderance\": \"Nkwado\",\n    \"preponderancy\": \"preonderancy\",\n    \"preponderant\": \"onye nkwado\",\n    \"preponderately\": \"na-ebu ụzọ\",\n    \"preponderation\": \"ntinye\",\n    \"preponderous\": \"Na-akwado\",\n    \"preportray\": \"izipu\",\n    \"preportrayal\": \"preorrayal\",\n    \"prepose\": \"bido\",\n    \"preposed\": \"ebubere\",\n    \"preposing\": \"posbido\",\n    \"prepositions\": \"preposition\",\n    \"prepositor\": \"onye nnochi anya\",\n    \"prepositure\": \"ihe ndokwa\",\n    \"prepossess\": \"nwee ike\",\n    \"prepossessed\": \"eburu\",\n    \"prepossesses\": \"na-eburu\",\n    \"prepossessing\": \"na-achọgharị\",\n    \"prepossessingly\": \"ma eleghị anya\",\n    \"prepossessingness\": \"nweburu ike\",\n    \"prepossession\": \"ihe mbu\",\n    \"prepossessionary\": \"nwee ikike\",\n    \"prepossessions\": \"ihe mbu\",\n    \"prepossessor\": \"onye-nweta\",\n    \"preposterous\": \"na-ekwupụta okwu nduhie\",\n    \"preposterously\": \"n'ekwughị okwu\",\n    \"preposterousness\": \"ekwu okwu\",\n    \"prepotence\": \"ikike\",\n    \"prepotency\": \"ikike\",\n    \"prepotent\": \"ike\",\n    \"prepotential\": \"ike\",\n    \"prepotently\": \"ikekwe\",\n    \"prepracticed\": \"edepụtara\",\n    \"prepracticing\": \"nhazi\",\n    \"prepractise\": \"ịkwadebe\",\n    \"prepractised\": \"edepụtara\",\n    \"prepreference\": \"mmasị\",\n    \"prepreparation\": \"Nkwadebe\",\n    \"preprice\": \"prerice\",\n    \"preprimary\": \"tupu isi\",\n    \"preprimitive\": \"tupu oge ochie\",\n    \"preprinted\": \"preprint\",\n    \"preprints\": \"ntinye\",\n    \"preprocess\": \"tupu\",\n    \"preprocessed\": \"prerocessed\",\n    \"preprocessing\": \"tupu\",\n    \"preprocessor\": \"prerocessor\",\n    \"preprocessors\": \"ndị bu ụzọ\",\n    \"preproduction\": \"tupu\",\n    \"preprofess\": \"Nkwadebe\",\n    \"preprogrammed\": \"nhazi ụzọ\",\n    \"preprohibition\": \"ihe mgbochi\",\n    \"prepromise\": \"tupu nkwa\",\n    \"prepromised\": \"kwere nkwa\",\n    \"prepromising\": \"ịkwadebe\",\n    \"prepromote\": \"tupu\",\n    \"prepromoted\": \"kwalite\",\n    \"prepromoting\": \"ịkwalite\",\n    \"prepromotion\": \"nkwalite\",\n    \"prepronounce\": \"kpọọ\",\n    \"prepronounced\": \"kpọpụtara\",\n    \"prepronouncement\": \"kwubie\",\n    \"prepronouncing\": \"na-ekwu okwu\",\n    \"preprophetic\": \"tupu\",\n    \"preprove\": \"kwadebe\",\n    \"preproved\": \"akwadoro\",\n    \"preprovide\": \"kwadebe\",\n    \"preprovided\": \"tupu\",\n    \"preproviding\": \"ịkwadebe\",\n    \"preprovision\": \"ịkwadebe -\",\n    \"preprovocation\": \"ntinye aka\",\n    \"preprovoke\": \"kwalite\",\n    \"preprovoked\": \"Nkwado\",\n    \"preprovoking\": \"ịkwado\",\n    \"preprudent\": \"onye bu isi\",\n    \"preprudently\": \"n'egbughị oge\",\n    \"prepuberty\": \"ibu ụzọ\",\n    \"prepubescence\": \"preubescence\",\n    \"prepubescent\": \"ibu ụzọ\",\n    \"prepublication\": \"mgbasa ozi\",\n    \"prepublish\": \"akpa\",\n    \"prepunch\": \"kwadebe\",\n    \"prepunched\": \"buru ụzọ\",\n    \"prepunctual\": \"enweghị ike\",\n    \"prepunishment\": \"ịkwụ ụgwọ\",\n    \"prepupal\": \"tupu\",\n    \"prepurchased\": \"zụrụ\",\n    \"prepurchasing\": \"urnye ego\",\n    \"prepurpose\": \"tupu\",\n    \"preputial\": \"ntinye\",\n    \"prequalifying\": \"prequalification\",\n    \"prequarantined\": \"nyere iwu\",\n    \"prequarantining\": \"na-ebu ụzọ\",\n    \"prequestion\": \"ihe mgbochi\",\n    \"prequoted\": \"eburu ụzọ\",\n    \"prequoting\": \"na-ebute ụzọ\",\n    \"preracing\": \"tupu\",\n    \"prerailway\": \"ụzọ mbata\",\n    \"prerational\": \"ihe ịga nke ọma\",\n    \"preready\": \"Ugbua\",\n    \"prereadiness\": \"ịkwadebe\",\n    \"prerealize\": \"buo ụzọ\",\n    \"prerealizing\": \"na-achọ\",\n    \"prereceive\": \"buru ụzọ\",\n    \"prereceived\": \"onye ozo\",\n    \"prereceiver\": \"prereiver\",\n    \"prereceiving\": \"na-achọgharị\",\n    \"prerecite\": \"buru ụzọ\",\n    \"prerecited\": \"prerecred\",\n    \"prereciting\": \"na-ebute ụzọ\",\n    \"prereckoning\": \"prereka\",\n    \"prerecognized\": \"pre-achọpụtaghị\",\n    \"prerecognizing\": \"na-achọpụta\",\n    \"prerecommendation\": \"Nkwado\",\n    \"prereconciliation\": \"ime udo\",\n    \"prereconciling\": \"ịhazi ihe\",\n    \"prerectal\": \"izizi\",\n    \"preredemption\": \"amụma\",\n    \"prereduction\": \"prede prede\",\n    \"prerefer\": \"buru ụzọ\",\n    \"prereference\": \"mmasị\",\n    \"prereferred\": \"prefefer\",\n    \"prereferring\": \"na-akwado\",\n    \"prerefined\": \"kọwaa\",\n    \"prerefinement\": \"prerefinment\",\n    \"prereform\": \"tupu mgbanwe\",\n    \"prereformation\": \"tupu mgbanwe\",\n    \"prerefuse\": \"prerefri\",\n    \"prerefused\": \"prerefred\",\n    \"prerefusing\": \"Na-achọ\",\n    \"preregister\": \"debanye aha\",\n    \"preregistered\": \"edebanyere aha gi\",\n    \"preregistering\": \"na-edebanye aha\",\n    \"preregistration\": \"preregroll\",\n    \"preregnant\": \"buru ụzọ mee\",\n    \"preregulate\": \"dezie ya\",\n    \"preregulated\": \"prereguated\",\n    \"preregulating\": \"na -achọ ya\",\n    \"preregulation\": \"iwu\",\n    \"prereject\": \"buru ụzọ\",\n    \"prerejection\": \"enweghị mmasị\",\n    \"prerejoice\": \"buru anuri\",\n    \"prerejoiced\": \"nwee obi ụtọ\",\n    \"prerejoicing\": \"ịreụrị ọicingụ\",\n    \"prerelated\": \"Na-ebu ụzọ\",\n    \"prerelating\": \"na-ebu ụzọ\",\n    \"prerelation\": \"iwu\",\n    \"prerelationship\": \"tupu mmekọrịta\",\n    \"prerelease\": \"retọ\",\n    \"prereligious\": \"tupu okpukpe\",\n    \"preremittance\": \"preremittọ\",\n    \"preremitted\": \"kwere\",\n    \"preremitting\": \"na-ebute ụzọ\",\n    \"preremote\": \"buru ụzọ\",\n    \"preremoving\": \"Na-aga n'ihu\",\n    \"preremunerate\": \"buru ụzọ\",\n    \"preremunerating\": \"tupu ịkwụ ụgwọ\",\n    \"preremuneration\": \"akwụ ụgwọ tupu\",\n    \"prerent\": \"buuru\",\n    \"prerental\": \"prerenal\",\n    \"prerepresent\": \"tupu anọchi anya\",\n    \"prerepresentation\": \"tupu nnochite anya\",\n    \"prereption\": \"nhọrọ\",\n    \"prerequire\": \"choro\",\n    \"prerequired\": \"tupu achọrọ\",\n    \"prerequirement\": \"ihe ga-eme eme\",\n    \"prerequiring\": \"na-achọ\",\n    \"prerequisite\": \"ihe dị mkpa\",\n    \"prerequisites\": \"ihe choro\",\n    \"prerequisition\": \"prereisition\",\n    \"preresemblance\": \"enweghị atụ\",\n    \"preresemble\": \"dozie\",\n    \"preresembled\": \"atụnyere\",\n    \"preresembling\": \"ọ dị\",\n    \"preresolution\": \"mmezi\",\n    \"preresolve\": \"idozi\",\n    \"preresolved\": \"edoziri\",\n    \"preresolving\": \"na-edozi\",\n    \"preresort\": \"iwu\",\n    \"prerespectable\": \"preredredable\",\n    \"prerespiration\": \"prefekee\",\n    \"prerespire\": \"kpọọ\",\n    \"preresponsibility\": \"nkwenye\",\n    \"preresponsible\": \"na-achịkwa\",\n    \"prerestrain\": \"gbochie\",\n    \"prerestraint\": \"mgbochi\",\n    \"prerestrict\": \"gbochie\",\n    \"prerestriction\": \"mgbochi\",\n    \"prerevelation\": \"oge gara aga\",\n    \"prerevenge\": \"na-achọ\",\n    \"prerevenged\": \"na-agbanwe agbanwe\",\n    \"prerevenging\": \"na-akwado\",\n    \"prereversal\": \"gbochie\",\n    \"prereverse\": \"tupu azu\",\n    \"prereversed\": \"gboo\",\n    \"prereversing\": \"Na-achọ\",\n    \"prereview\": \"ileba anya\",\n    \"prerevise\": \"kpachara anya\",\n    \"prerevised\": \"dozie\",\n    \"prerevising\": \"na-achọ\",\n    \"prerevision\": \"tupu oge eruo\",\n    \"prerevolutionary\": \"tupu mgbanwe\",\n    \"prerighteous\": \"ezi omume\",\n    \"prerighteously\": \"n'ụzọ ezi omume\",\n    \"prerighteousness\": \"ezi omume\",\n    \"prerogative\": \"ikike\",\n    \"prerogatived\": \"ikike\",\n    \"prerogatively\": \"prerogative\",\n    \"prerogatives\": \"ikike\",\n    \"preroyal\": \"prero\",\n    \"preroyalty\": \"preroyal\",\n    \"preroute\": \"buru ụzọ\",\n    \"prerouted\": \"kara aka\",\n    \"prerouting\": \"na-aga n'ihu\",\n    \"preruption\": \"nsogbu\",\n    \"presacrifice\": \"tupu àjà\",\n    \"presacrificed\": \"tupu àjà\",\n    \"presacrificial\": \"presacificial\",\n    \"presacrificing\": \"tupu ịchụ àjà\",\n    \"presage\": \"isi okwu\",\n    \"presaged\": \"chịrị\",\n    \"presageful\": \"presage\",\n    \"presagefully\": \"n'ezi ihe\",\n    \"presagefulness\": \"nlekọta\",\n    \"presagement\": \"ndọtị\",\n    \"presagers\": \"ndị isi\",\n    \"presages\": \"ụlọ ọrụ\",\n    \"presaging\": \"na-elekọta\",\n    \"presagingly\": \"na-eche echiche\",\n    \"presaying\": \"na-ekpe ikpe\",\n    \"presalvation\": \"nlekọta\",\n    \"presanctify\": \"idebe iwu\",\n    \"presanctification\": \"ntinye aka\",\n    \"presanctified\": \"Ọtọ\",\n    \"presanctifying\": \"na-edebe iwu\",\n    \"presanitary\": \"onye nlekọta\",\n    \"presartorial\": \"ihe mmalite\",\n    \"presatisfaction\": \"preatisfaction\",\n    \"presatisfy\": \"ichi aka\",\n    \"presatisfied\": \"enwere afọ ojuju\",\n    \"presatisfying\": \"preatisfying\",\n    \"presbyopic\": \"okpokoro\",\n    \"presbyterated\": \"Gbanyụọ\",\n    \"presbytery\": \"ogba ohia\",\n    \"presbyterians\": \"ndị presbyterian\",\n    \"presbyteries\": \"ihe ndozi\",\n    \"presbyters\": \"ndị isi ala\",\n    \"presbytership\": \"presbyterhip\",\n    \"prescholastic\": \"ụlọ akwụkwọ ọta akara\",\n    \"preschool\": \"ụlọ akwụkwọ ọta akara\",\n    \"preschooler\": \"ụlọ akwụkwọ ọta akara\",\n    \"preschoolers\": \"lọ akwụkwọ ọta akara\",\n    \"prescience\": \"ihe omuma\",\n    \"prescient\": \"gboo\",\n    \"prescientific\": \"dị mma\",\n    \"presciently\": \"tupu\",\n    \"prescind\": \"kpebie\",\n    \"prescinded\": \"ọ bụrụ\",\n    \"prescindent\": \"izu ike\",\n    \"prescinding\": \"na-eme mmụọ\",\n    \"prescission\": \"ọgwụ\",\n    \"prescore\": \"tinye isi\",\n    \"prescored\": \"bụrụ ihe echekwara\",\n    \"prescores\": \"ihe nlekọta\",\n    \"prescoring\": \"na-akwado iwu\",\n    \"prescribe\": \"nye iwu\",\n    \"prescribed\": \"ọgwụ\",\n    \"prescriber\": \"onye ndenye ogwu\",\n    \"prescribes\": \"na-akọwapụta\",\n    \"prescribing\": \"na-edepụta ọgwụ\",\n    \"prescript\": \"ihe edeputara\",\n    \"prescriptibility\": \"edebanye aha\",\n    \"prescriptible\": \"iwu\",\n    \"prescription\": \"ndenye ọgwụ\",\n    \"prescriptionist\": \"dibia ogwu\",\n    \"prescriptions\": \"ndenye ọgwụ\",\n    \"prescriptive\": \"ọgwụ iwu\",\n    \"prescriptively\": \"ọgwụ iwu\",\n    \"prescriptiveness\": \"ịgwọ ọrịa\",\n    \"prescriptivism\": \"idebanye aha\",\n    \"prescriptivist\": \"dibia ogwu\",\n    \"prescriptorial\": \"ihe odide\",\n    \"prescripts\": \"ndenye ọgwụ\",\n    \"prescrive\": \"nye iwu\",\n    \"preseason\": \"tupu oge eruo\",\n    \"preseasonal\": \"tupu oge eruo\",\n    \"presecured\": \"echebe\",\n    \"presecuring\": \"na-akwado\",\n    \"presedentary\": \"onye isi\",\n    \"preseeing\": \"ịhụ ụzọ\",\n    \"preseen\": \"buru ụzọ hụ\",\n    \"preselected\": \"preselese\",\n    \"preselecting\": \"na-ahọpụta\",\n    \"preselection\": \"preselese\",\n    \"preselects\": \"preselese\",\n    \"preselling\": \"na-ekwu okwu\",\n    \"presemilunar\": \"tupu ọkara\",\n    \"preseminal\": \"onye isi\",\n    \"preseminary\": \"ụlọ akwụkwọ praịmarị\",\n    \"presence\": \"ọnụnọ\",\n    \"presenced\": \"ọnụnọ\",\n    \"presenceless\": \"ọnụnọ obere\",\n    \"presences\": \"akụkọ\",\n    \"presenility\": \"ịdị njikere\",\n    \"presensation\": \"presens\",\n    \"presension\": \"ndọtị\",\n    \"present\": \"ugbu\",\n    \"presentability\": \"enwere ike\",\n    \"presentable\": \"kwesiri\",\n    \"presentableness\": \"nnweta dị mma\",\n    \"presentably\": \"kwesiri\",\n    \"presental\": \"kwesiri\",\n    \"presentation\": \"ngosi\",\n    \"presentational\": \"ihe ngosi\",\n    \"presentationalism\": \"ihe omuma\",\n    \"presentationes\": \"ihe ngosi\",\n    \"presentationism\": \"ihe ngosi\",\n    \"presentationist\": \"onye ngosi\",\n    \"presentations\": \"ihe ngosi\",\n    \"presentative\": \"ihe ngosi\",\n    \"presentatively\": \"ugbu a\",\n    \"presented\": \"ọkọnọ\",\n    \"presentee\": \"chee\",\n    \"presentence\": \"ugbu a\",\n    \"presentenced\": \"gosipụtara\",\n    \"presentencing\": \"na-egosipụta\",\n    \"presenter\": \"ihe ngosi\",\n    \"presenters\": \"ndị na-eme ihe ngosi\",\n    \"presential\": \"ihe ngosi\",\n    \"presentiality\": \"ihe ngosi\",\n    \"presentially\": \"ugbu a\",\n    \"presentialness\": \"ihe ngosi\",\n    \"presentiate\": \"dị n'ihu\",\n    \"presentient\": \"dị ugbu a\",\n    \"presentiment\": \"ihe ngosi\",\n    \"presentimental\": \"oge\",\n    \"presentiments\": \"ihe\",\n    \"presenting\": \"na-eweta\",\n    \"presentist\": \"onye na-egosi ihe\",\n    \"presentive\": \"dị mma\",\n    \"presentively\": \"ugbu\",\n    \"presentiveness\": \"iwere\",\n    \"presently\": \"ugbu a\",\n    \"presentment\": \"onyinye\",\n    \"presentness\": \"onyinye\",\n    \"presentor\": \"ọkọnọ\",\n    \"presents\": \"onyinye\",\n    \"preseparate\": \"dozie\",\n    \"preseparated\": \"doziri\",\n    \"preseparating\": \"na-akwadebe\",\n    \"preseparation\": \"nkwadebe\",\n    \"preser\": \"chebe\",\n    \"preservability\": \"ichebe\",\n    \"preservable\": \"ichebe\",\n    \"preserval\": \"ichebe\",\n    \"preservation\": \"ichebe\",\n    \"preservationist\": \"onye nchekwa\",\n    \"preservations\": \"ichebe\",\n    \"preservative\": \"ihe eji egbochi mmebi\",\n    \"preservatives\": \"ihe nchekwa\",\n    \"preservatize\": \"ichebe\",\n    \"preservatory\": \"nchekwa\",\n    \"preserve\": \"chebe\",\n    \"preserved\": \"echekwara\",\n    \"preserver\": \"ichebe\",\n    \"preserveress\": \"nchekwa\",\n    \"preservers\": \"nchekwa\",\n    \"preserves\": \"na-echebe\",\n    \"preserving\": \"ichebe\",\n    \"preses\": \"na-eduzi\",\n    \"presession\": \"ochichi\",\n    \"presets\": \"atọrọ atọ\",\n    \"presettle\": \"presetetị\",\n    \"presettled\": \"depụtara\",\n    \"presettlement\": \"nhazi\",\n    \"presettling\": \"ettọ\",\n    \"preshape\": \"kpụzie\",\n    \"preshaped\": \"kagburu\",\n    \"preshapes\": \"ihe ndozi\",\n    \"preshaping\": \"ịmụ ihe\",\n    \"preshared\": \"edepụtara\",\n    \"presharing\": \"na-etinye ọgwụ\",\n    \"presharpen\": \"kpụgharịa\",\n    \"preshelter\": \"onye isi ala\",\n    \"preship\": \"isi\",\n    \"preshipment\": \"isi oche\",\n    \"preshipping\": \"ịnye ọgwụ\",\n    \"preshortage\": \"usoro iwu\",\n    \"preshorten\": \"holọ\",\n    \"preshow\": \"gosi\",\n    \"preshowed\": \"gosi\",\n    \"preshowing\": \"na-egosi\",\n    \"preshows\": \"lekwaa\",\n    \"preshrink\": \"presh\",\n    \"preshrinkage\": \"preshumed afọ\",\n    \"preshrinking\": \"na-egbu egbu\",\n    \"preshrunk\": \"presh\",\n    \"preside\": \"onye isi ala\",\n    \"presided\": \"na-elekọta\",\n    \"presidence\": \"ndu\",\n    \"presidency\": \"isi oche\",\n    \"presidencies\": \"ndị isi oche\",\n    \"president\": \"onye isi ala\",\n    \"presidente\": \"onye isi ala\",\n    \"presidentes\": \"ndị isi\",\n    \"presidentess\": \"ndị isi\",\n    \"presidential\": \"onye isi ala\",\n    \"presidentially\": \"onye isi ala\",\n    \"presidentiary\": \"onye isi ala\",\n    \"presidents\": \"ndi isi\",\n    \"presidentship\": \"ịbụ onyeisiala\",\n    \"presider\": \"onyeisi oche\",\n    \"presiders\": \"ndị isi ala\",\n    \"presides\": \"na-elekọta\",\n    \"presidy\": \"ibu ụzọ\",\n    \"presidially\": \"n'ebube\",\n    \"presidiary\": \"onye isi\",\n    \"presiding\": \"onyeisi oche\",\n    \"presidios\": \"ụlọ ọrụ\",\n    \"presign\": \"nye iwu\",\n    \"presignify\": \"nye iwu\",\n    \"presignificance\": \"ịdị mkpa\",\n    \"presignificancy\": \"ịdị ala\",\n    \"presignificant\": \"dị ala\",\n    \"presignification\": \"nhazi\",\n    \"presignificative\": \"gosiputara\",\n    \"presignificator\": \"preignificator\",\n    \"presignified\": \"họpụtara\",\n    \"presignifying\": \"na-enye iwu\",\n    \"presympathy\": \"tupu ọmịiko\",\n    \"presympathize\": \"nwee ọmịiko\",\n    \"presympathized\": \"nwee ọmịiko\",\n    \"presympathizing\": \"na-egosipụta\",\n    \"presymphony\": \"ihe omumu\",\n    \"presystematic\": \"usoro\",\n    \"presystematically\": \"n'usoro\",\n    \"preslavery\": \"ibu ihe\",\n    \"presmooth\": \"elekere\",\n    \"presoak\": \"ichi\",\n    \"presoaking\": \"na-eme\",\n    \"presoaks\": \"Ochie\",\n    \"presocialist\": \"onye isi ala\",\n    \"presold\": \"zụrụ\",\n    \"presolicit\": \"ndabere\",\n    \"presolicitation\": \"ndokwa\",\n    \"presolution\": \"mkpebi\",\n    \"presolvated\": \"gbasaa\",\n    \"presolve\": \"dozie\",\n    \"presolved\": \"gbochie\",\n    \"presolving\": \"na-eme udo\",\n    \"presophomore\": \"ịga ụlọ akwụkwọ\",\n    \"prespecialist\": \"dibia okacha amara\",\n    \"prespecialize\": \"gosipụta\",\n    \"prespecialized\": \"bụrụ ọkachamara\",\n    \"prespecializing\": \"na-achọpụta\",\n    \"prespecify\": \"kọwaa\",\n    \"prespecific\": \"kpọọ kpọmkwem\",\n    \"prespecifically\": \"kpọọ kpọmkwem\",\n    \"prespecification\": \"ịkọwapụta\",\n    \"prespecified\": \"kọwaa\",\n    \"prespecifying\": \"ịkọwapụta\",\n    \"prespective\": \"echiche\",\n    \"prespeculating\": \"ịkọ nkọ\",\n    \"prespeculation\": \"amụma\",\n    \"presphygmic\": \"ihe mgbochi\",\n    \"prespinal\": \"onye isi ala\",\n    \"presplendor\": \"ịma mma\",\n    \"prespontaneity\": \"prepontaneity\",\n    \"prespontaneous\": \"tupu n'amaghi ama\",\n    \"prespontaneously\": \"tupu n'amaghi ama\",\n    \"prespread\": \"iwu\",\n    \"prespreading\": \"ntinye iwu\",\n    \"presprinkle\": \"kụrụ:\",\n    \"presprinkled\": \"okpu\",\n    \"presprinkling\": \"na-agbakwunye\",\n    \"prespurred\": \"prespur\",\n    \"press\": \"pịa\",\n    \"pressable\": \"akuko\",\n    \"pressage\": \"pịa\",\n    \"pressboard\": \"pịa\",\n    \"pressdom\": \"pịa\",\n    \"pressed\": \"pịa\",\n    \"pressel\": \"pịa\",\n    \"presser\": \"pịa\",\n    \"pressers\": \"ndị nrụgide\",\n    \"presses\": \"pịa\",\n    \"pressfat\": \"pịa\",\n    \"pressful\": \"enwe ike\",\n    \"pressgang\": \"pịagang\",\n    \"pressible\": \"pịa\",\n    \"pressie\": \"pịa\",\n    \"pressing\": \"na ịpị\",\n    \"pressingly\": \"na-amanye\",\n    \"pressingness\": \"ịpị\",\n    \"pressings\": \"pịa\",\n    \"pression\": \"nrụgide\",\n    \"pressive\": \"nrụgide\",\n    \"pressly\": \"pịa\",\n    \"pressman\": \"pịa\",\n    \"pressmanship\": \"nrụgide\",\n    \"pressmark\": \"pịa\",\n    \"pressmaster\": \"paadi\",\n    \"pressmen\": \"ndi oru nta akuko\",\n    \"pressoreceptor\": \"pịare\",\n    \"pressors\": \"ndị nlekọta\",\n    \"pressosensitive\": \"pressositive\",\n    \"presspack\": \"mpempe akwụkwọ\",\n    \"pressroom\": \"pịa\",\n    \"pressrooms\": \"ụlọ ọrụ pịa\",\n    \"pressrun\": \"pịa\",\n    \"pressruns\": \"pịa\",\n    \"pressurage\": \"nrụgide\",\n    \"pressural\": \"pịa\",\n    \"pressure\": \"nsogbu\",\n    \"pressured\": \"arụgide\",\n    \"pressureless\": \"nrụgide\",\n    \"pressureproof\": \"nrụgide\",\n    \"pressures\": \"nrụgide\",\n    \"pressuring\": \"nrụgide\",\n    \"pressurization\": \"nrụgide\",\n    \"pressurize\": \"nsogbu\",\n    \"pressurizers\": \"pressurized\",\n    \"pressurizes\": \"pressurized\",\n    \"pressurizing\": \"na-agbali\",\n    \"presswoman\": \"nwanyị nta akụkọ\",\n    \"presswomen\": \"ndi nwanyi\",\n    \"presswork\": \"pịa\",\n    \"pressworker\": \"onye oru ntaneti\",\n    \"prest\": \"perst\",\n    \"prestabilism\": \"nkwanye ugwu\",\n    \"prestability\": \"ugwu\",\n    \"prestable\": \"dị ebube\",\n    \"prestamp\": \"akara aka\",\n    \"prestamped\": \"nkwado\",\n    \"prestamping\": \"Nkwanye\",\n    \"prestamps\": \"akara\",\n    \"prestandardize\": \"na-ebute ụzọ\",\n    \"prestandardized\": \"metụtagoro\",\n    \"prestandardizing\": \"na-ebute ụzọ\",\n    \"prestant\": \"nke ukwuu\",\n    \"prestate\": \"ugwu\",\n    \"prestated\": \"dị ebube\",\n    \"prestating\": \"na-ebute ụzọ\",\n    \"prestation\": \"ugwu\",\n    \"prestatistical\": \"nkwado\",\n    \"presternal\": \"nkechi\",\n    \"prestidigital\": \"ugwu\",\n    \"prestidigitate\": \"ibido\",\n    \"prestidigitation\": \"ugwu\",\n    \"prestidigitator\": \"ugwu\",\n    \"prestidigitatory\": \"nke ugwu\",\n    \"prestidigitatorial\": \"ọrịrị\",\n    \"prestidigitators\": \"ndị nkwado\",\n    \"prestige\": \"ugwu\",\n    \"prestigeful\": \"ugwu\",\n    \"prestiges\": \"ugwu\",\n    \"prestigiate\": \"ịkwalite\",\n    \"prestigiation\": \"nkwanye ugwu\",\n    \"prestigiator\": \"nkwanye ugwu\",\n    \"prestigious\": \"ugwu\",\n    \"prestigiously\": \"jiri ugwu\",\n    \"prestigiousness\": \"ugwu\",\n    \"prestimulate\": \"buru ụzọ\",\n    \"prestimulated\": \"dị ebube\",\n    \"prestimulating\": \"na-ebute ụzọ\",\n    \"prestimulation\": \"nkwanye ugwu\",\n    \"prestimuli\": \"nkwalite\",\n    \"prestimulus\": \"nkwalite\",\n    \"prestissimo\": \"nkwanye ugwu\",\n    \"prestly\": \"nke ọma\",\n    \"prestomial\": \"nke ukwu\",\n    \"prestomium\": \"nkwalite\",\n    \"prestore\": \"ugwu\",\n    \"prestored\": \"dị ebube\",\n    \"prestoring\": \"na-asọpụrụ\",\n    \"prestos\": \"nkwonkwo\",\n    \"prestraighten\": \"ugwu\",\n    \"prestrain\": \"na-elekọta\",\n    \"prestrengthen\": \"nwee nkwanye ugwu\",\n    \"prestress\": \"ukwu\",\n    \"prestressed\": \"kpakpando\",\n    \"prestretch\": \"nkwalite\",\n    \"prestricken\": \"nke ugwu\",\n    \"prestruggle\": \"mgba\",\n    \"prestruggled\": \"gbasasịa\",\n    \"prestruggling\": \"na-agba mbọ\",\n    \"prests\": \"atọrọ atọ\",\n    \"prestubborn\": \"tupu isi ike\",\n    \"prestudy\": \"ebube\",\n    \"prestudied\": \"dị ebube\",\n    \"prestudying\": \"ebube\",\n    \"prestudious\": \"dị ebube\",\n    \"prestudiously\": \"jiri ebube\",\n    \"prestudiousness\": \"ebube\",\n    \"presubdue\": \"presubdu\",\n    \"presubdued\": \"merie\",\n    \"presubduing\": \"na-akwado\",\n    \"presubiculum\": \"- usoro iwu\",\n    \"presubject\": \"buru amụma\",\n    \"presubjection\": \"presububu\",\n    \"presubmission\": \"ntinye aka\",\n    \"presubmit\": \"nyefere\",\n    \"presubmitted\": \"Na-ebute ụzọ\",\n    \"presubmitting\": \"na-enyefe iwu\",\n    \"presubordinate\": \"buru ụzọ\",\n    \"presubordinated\": \"gbasaa\",\n    \"presubordinating\": \"na-edochi\",\n    \"presubordination\": \"tupu subido\",\n    \"presubscribe\": \"debanye aha\",\n    \"presubscribed\": \"depụtara\",\n    \"presubscribing\": \"tupu ịdenye aha\",\n    \"presubscription\": \"ndenye ọgwụ\",\n    \"presubsistence\": \"ịdị adị\",\n    \"presubsistent\": \"dị ike\",\n    \"presubstitute\": \"edozie\",\n    \"presubstituted\": \"depụtara\",\n    \"presubstituting\": \"idebanye\",\n    \"presubstitution\": \"nrụpụta\",\n    \"presuccess\": \"ịga nke ọma\",\n    \"presuccessful\": \"nwee ihe ịga nke ọma\",\n    \"presufficiency\": \"ibu\",\n    \"presuffrage\": \"presuff\",\n    \"presuggestion\": \"nkwenye\",\n    \"presuggestive\": \"na-ebu amụma\",\n    \"presumableness\": \"ebuli elu\",\n    \"presumably\": \"eburu\",\n    \"presume\": \"eburu\",\n    \"presumedly\": \"presumed\",\n    \"presumers\": \"ndị isi\",\n    \"presumes\": \"ihe nlere\",\n    \"presuming\": \"na-eburu\",\n    \"presumingly\": \"na-eche\",\n    \"presumption\": \"nkwenye\",\n    \"presumptions\": \"nkwenye\",\n    \"presumptious\": \"nganga\",\n    \"presumptiously\": \"nganga\",\n    \"presumptive\": \"nkwenye\",\n    \"presumptively\": \"na-eche\",\n    \"presumptiveness\": \"nganga\",\n    \"presumptuous\": \"nganga\",\n    \"presumptuously\": \"nke mpako\",\n    \"presumptuousness\": \"nganga\",\n    \"presuperficial\": \"presuperial\",\n    \"presuperintendence\": \"nlekọta\",\n    \"presuperintendency\": \"nlekọta\",\n    \"presupervise\": \"lezie anya\",\n    \"presupervised\": \"na-achịkwa\",\n    \"presupervising\": \"na-elekọta\",\n    \"presupervision\": \"nlekọta\",\n    \"presupplemental\": \"preupplemental\",\n    \"presupplementary\": \"nke mbido\",\n    \"presupply\": \"nganga\",\n    \"presupplicate\": \"mee ihe\",\n    \"presupplicating\": \"na-egosi\",\n    \"presupplication\": \"presu\",\n    \"presupplied\": \"presu na\",\n    \"presupplying\": \"na-ebute ụzọ\",\n    \"presuppose\": \"-atụ anya\",\n    \"presupposed\": \"presuppused\",\n    \"presupposes\": \"na-eche echiche\",\n    \"presupposing\": \"na-eche\",\n    \"presupposition\": \"nganga\",\n    \"presuppositions\": \"ndapụta\",\n    \"presuppress\": \"presu\",\n    \"presuppression\": \"nganga\",\n    \"presuppurative\": \"presuura\",\n    \"presupremacy\": \"ịdị elu\",\n    \"presupreme\": \"onye isi\",\n    \"presurgery\": \"ịgwọ ọrịa\",\n    \"presurgical\": \"ịwa ahụ\",\n    \"presurmising\": \"na-eme iwu\",\n    \"presurprisal\": \"gbasaa\",\n    \"presurprise\": \"ihe ndozi\",\n    \"presurrender\": \"nyefee\",\n    \"presurround\": \"ala ebe ugwu\",\n    \"presurvey\": \"buru ụzọ\",\n    \"presuspend\": \"ịkwado\",\n    \"presuspicion\": \"eburu\",\n    \"presuspiciousness\": \"ịdị akọ\",\n    \"presustain\": \"ilekọta\",\n    \"pret\": \"hà\",\n    \"pretabulate\": \"gosipụta\",\n    \"pretabulated\": \"ịgbanwere\",\n    \"pretabulating\": \"na-emegharị\",\n    \"pretabulation\": \"nkwenye\",\n    \"pretangible\": \"purangible\",\n    \"pretangibly\": \"n'echeghị echiche\",\n    \"pretanned\": \"eburu\",\n    \"pretanning\": \"tanzọ\",\n    \"pretardy\": \"ndudue\",\n    \"pretardily\": \"na ndaba\",\n    \"pretardiness\": \"pretardering\",\n    \"pretaste\": \"edetu\",\n    \"pretasted\": \"edetụrụ\",\n    \"pretaster\": \"onye obula\",\n    \"pretastes\": \"na-asọpụrụ\",\n    \"pretasting\": \"na-eme\",\n    \"pretaught\": \"rịọrọ\",\n    \"preteach\": \"ikwusa ozi ọma\",\n    \"preteaching\": \"ikwusa ozi ọma\",\n    \"pretechnical\": \"pretechnika\",\n    \"preteen\": \"iri na asatọ\",\n    \"preteens\": \"afọ\",\n    \"pretell\": \"mee ka odi\",\n    \"pretelling\": \"na-eme\",\n    \"pretemperate\": \"kpachara anya\",\n    \"pretemperately\": \"n'amaghi ama\",\n    \"pretemporal\": \"oge\",\n    \"pretempt\": \"ịkwụ ụgwọ\",\n    \"pretemptation\": \"emgba nkịtị\",\n    \"pretence\": \"nganga\",\n    \"pretenced\": \"chere na\",\n    \"pretenceful\": \"eme nzuzu\",\n    \"pretenceless\": \"enweghị isi\",\n    \"pretences\": \"na-agbaghara\",\n    \"pretend\": \"mee ka hà\",\n    \"pretendant\": \"onye nzuzu\",\n    \"pretended\": \"eme ka hà\",\n    \"pretendedly\": \"dika\",\n    \"pretender\": \"onye nzuzu\",\n    \"pretenderism\": \"ngosipụta\",\n    \"pretenders\": \"ndị na-eme ka hà\",\n    \"pretendership\": \"nduhie\",\n    \"pretending\": \"na-eme ka\",\n    \"pretendingly\": \"na-eme ka\",\n    \"pretendingness\": \"na-eme ka hà\",\n    \"pretends\": \"na-eme ka\",\n    \"pretense\": \"nganga\",\n    \"pretensed\": \"mee ka ihere\",\n    \"pretenseful\": \"dị ka à ga-asị na ha bụ ndị aghụghọ\",\n    \"pretenseless\": \"ihe nzuzu\",\n    \"pretenses\": \"na-agbaghara\",\n    \"pretension\": \"nkwanye ugwu\",\n    \"pretensionless\": \"enweghị pretensionless\",\n    \"pretensions\": \"aghụghọ\",\n    \"pretensive\": \"ihe nzuzu\",\n    \"pretensively\": \"n'echeghị echiche\",\n    \"pretensiveness\": \"ịdị ọcha\",\n    \"pretentative\": \"eme mkpọtụ\",\n    \"pretention\": \"nghoputa\",\n    \"pretentious\": \"odika\",\n    \"pretentiously\": \"na-egosi na ọ dị\",\n    \"pretentiousness\": \"ịdị ọcha\",\n    \"preterdetermined\": \"eburu ụzọ kpebie\",\n    \"preterdeterminedly\": \"tupu oge eruo\",\n    \"pretergress\": \"nsogbu\",\n    \"pretergression\": \"nsogbu\",\n    \"preterience\": \"preteri\",\n    \"preterient\": \"nwere mmasị\",\n    \"preterintentional\": \"tupu oge eruo\",\n    \"preterit\": \"iwu\",\n    \"preterite\": \"kwesịrị\",\n    \"preteriteness\": \"ibu ụzọ\",\n    \"preteritive\": \"erikpu\",\n    \"preteritness\": \"ogechi\",\n    \"preterlethal\": \"Ochie\",\n    \"pretermission\": \"tupu ogee\",\n    \"pretermit\": \"tupu\",\n    \"pretermitted\": \"tupu\",\n    \"pretermitting\": \"pretermitị\",\n    \"preternormal\": \"preorọmalụ\",\n    \"preterrational\": \"nke mbu\",\n    \"preterscriptural\": \"Akwụkwọ Nsọ\",\n    \"preterseasonable\": \"ezi uche\",\n    \"pretersensual\": \"na-akwado\",\n    \"pretestified\": \"ihe akwadoro\",\n    \"pretesting\": \"na-egosi\",\n    \"pretests\": \"nkwanye ugwu\",\n    \"pretext\": \"ihe ngọpụ\",\n    \"pretextuous\": \"texttọ\",\n    \"pretheological\": \"ihe ngosi\",\n    \"prethoughtful\": \"buru amụma\",\n    \"prethoughtfulness\": \"na-echebara echiche\",\n    \"prethreaten\": \"gbochie\",\n    \"prethrill\": \"tupu\",\n    \"pretimely\": \"dika o juru\",\n    \"pretimeliness\": \"ịdị njikere\",\n    \"pretypified\": \"pretipified\",\n    \"pretypifying\": \"pretyparing\",\n    \"pretyranny\": \"tupu aka ike\",\n    \"pretyrannical\": \"tupu aka ike\",\n    \"pretired\": \"nwere mmasị\",\n    \"pretiring\": \"na-eme\",\n    \"pretoken\": \"tupu akara\",\n    \"pretor\": \"onye nlekọta\",\n    \"pretorian\": \"onye isi\",\n    \"pretorium\": \"oribọchị\",\n    \"pretors\": \"ndị ụkọchukwu\",\n    \"pretorship\": \"pretoorị\",\n    \"pretorsional\": \"okpokoro\",\n    \"pretorture\": \"mbido\",\n    \"pretortured\": \"gbanwee\",\n    \"pretorturing\": \"na-achọgharị\",\n    \"pretrace\": \"ichoro\",\n    \"pretraced\": \"emeka\",\n    \"pretracheal\": \"mbido\",\n    \"pretracing\": \"na-eme\",\n    \"pretraditional\": \"tupu ọdịnala\",\n    \"pretrain\": \"kwadoro\",\n    \"pretraining\": \"kwadoro\",\n    \"pretransact\": \"Ntughari\",\n    \"pretransaction\": \"Ntughari\",\n    \"pretranscribe\": \"imegharia\",\n    \"pretranscribed\": \"gosiputara\",\n    \"pretranscribing\": \"na-edegharị\",\n    \"pretranscription\": \"ndenye ederede\",\n    \"pretranslate\": \"ịsụgharị\",\n    \"pretranslated\": \"itughari\",\n    \"pretranslating\": \"ịtụgharị asụsụ\",\n    \"pretranslation\": \"ntụgharị asụsụ\",\n    \"pretransmission\": \"Ntughari\",\n    \"pretransmit\": \"mmemegwu\",\n    \"pretransmitted\": \"sụgharịrị\",\n    \"pretransmitting\": \"ranstọgharị\",\n    \"pretransport\": \"ranszọ mbupu\",\n    \"pretransportation\": \"ransnyefe\",\n    \"pretravel\": \"ichoro\",\n    \"pretreat\": \"mbido\",\n    \"pretreated\": \"emebe iwu\",\n    \"pretreating\": \"na-egosi\",\n    \"pretreatment\": \"nhazi\",\n    \"pretreats\": \"Ndokwa\",\n    \"pretrematic\": \"ihe nlere\",\n    \"pretry\": \"ndozi\",\n    \"pretrial\": \"ikpe\",\n    \"pretried\": \"ekpebiri\",\n    \"pretrying\": \"na-eme\",\n    \"pretrochal\": \"ronye\",\n    \"pretty\": \"mara mma\",\n    \"prettied\": \"mee ka o doo anya\",\n    \"prettier\": \"mara mma\",\n    \"pretties\": \"mara mma\",\n    \"prettiest\": \"mara mma\",\n    \"prettyface\": \"ezigbo ihu\",\n    \"prettify\": \"mee ka o doo anya\",\n    \"prettification\": \"ndụmọdụ\",\n    \"prettified\": \"gosipụtara\",\n    \"prettifier\": \"mee ka o doo anya\",\n    \"prettifiers\": \"ndị na-eme ihe ngosi\",\n    \"prettifies\": \"na-egosipụta\",\n    \"prettifying\": \"na-eme ka o doo anya\",\n    \"prettying\": \"Na Na Na Na\",\n    \"prettyish\": \"mara mma\",\n    \"prettyism\": \"mara mma\",\n    \"prettiness\": \"ịma mma\",\n    \"pretubercular\": \"ubdị\",\n    \"pretuberculous\": \"dị njikere\",\n    \"preultimate\": \"buru ụzọ mee\",\n    \"preultimately\": \"nwee ike\",\n    \"preunderstand\": \"ghọta ihe\",\n    \"preunderstanding\": \"nghọta\",\n    \"preunderstood\": \"buru ụzọ ghọta\",\n    \"preunions\": \"mbido\",\n    \"preunite\": \"eburu ụzọ\",\n    \"preunited\": \"eburu ụzọ\",\n    \"preunites\": \"eburu ụzọ\",\n    \"preuniting\": \"na-ebute ụzọ\",\n    \"preutilizing\": \"Na-aga n'ihu\",\n    \"prevacating\": \"prevachin\",\n    \"prevaccination\": \"mgbochi\",\n    \"prevail\": \"merie\",\n    \"prevailed\": \"meriri\",\n    \"prevailer\": \"onye nlekọta\",\n    \"prevailing\": \"na-enwe mmeri\",\n    \"prevailingly\": \"mmeri\",\n    \"prevailingness\": \"enwe mmeri\",\n    \"prevailment\": \"mmeri\",\n    \"prevails\": \"enwe mmeri\",\n    \"prevalence\": \"zuru ebe niile\",\n    \"prevalency\": \"ibuli elu\",\n    \"prevalencies\": \"nchịkwa\",\n    \"prevalent\": \"juru ebe niile\",\n    \"prevalently\": \"juru ebe niile\",\n    \"prevalentness\": \"jupụtara ebe nile\",\n    \"prevalescence\": \"nwe ike\",\n    \"prevalescent\": \"nweere\",\n    \"prevaluation\": \"atụmatụ\",\n    \"prevalue\": \"buru ụzọ\",\n    \"prevalued\": \"enyocha\",\n    \"prevaluing\": \"na-atụle\",\n    \"prevariation\": \"prevariar\",\n    \"preve\": \"-akpali\",\n    \"prevenance\": \"mgbochi\",\n    \"prevenances\": \"mgbochi\",\n    \"prevenancy\": \"mgbochi\",\n    \"prevenant\": \"gbochie\",\n    \"prevened\": \"gbochie\",\n    \"prevenience\": \"ihe ndozi\",\n    \"prevenient\": \"ọkacha mma\",\n    \"preveniently\": \"ọkacha mma\",\n    \"prevening\": \"igbochi\",\n    \"prevent\": \"gbochie\",\n    \"preventability\": \"mgbochi\",\n    \"preventable\": \"igbochi\",\n    \"preventably\": \"igbochi\",\n    \"preventative\": \"mgbochi\",\n    \"preventatives\": \"mgbochi\",\n    \"prevented\": \"gbochie\",\n    \"preventer\": \"mgbochi\",\n    \"preventible\": \"mgbochi\",\n    \"preventing\": \"igbochi\",\n    \"preventingly\": \"igbochi\",\n    \"prevention\": \"mgbochi\",\n    \"preventionism\": \"mgbochi\",\n    \"preventionist\": \"mgbochi\",\n    \"preventions\": \"mgbochi\",\n    \"preventive\": \"mgbochi\",\n    \"preventively\": \"mgbochi\",\n    \"preventiveness\": \"mgbochi\",\n    \"preventives\": \"mgbochi\",\n    \"preventoria\": \"mgbochi\",\n    \"preventorium\": \"mgbochiorium\",\n    \"preventoriums\": \"mgbochi\",\n    \"preventral\": \"mgbochi\",\n    \"prevents\": \"na-egbochi\",\n    \"preventtoria\": \"mgbochi\",\n    \"preventure\": \"igbochi\",\n    \"preventured\": \"gbochie\",\n    \"preventuring\": \"igbochi\",\n    \"preverify\": \"gosi\",\n    \"preverification\": \"venye ọhụụ\",\n    \"preverifying\": \"na-asọ oyi\",\n    \"prevernal\": \"akara\",\n    \"preversed\": \"Gbanwee\",\n    \"preversing\": \"igwu\",\n    \"preversion\": \"nduhie\",\n    \"prevetoing\": \"vetọ\",\n    \"previde\": \"weta\",\n    \"previdence\": \"inye\",\n    \"preview\": \"ileba anya\",\n    \"previewed\": \"preview\",\n    \"previewing\": \"ịhụchalụ\",\n    \"previews\": \"Ntụle\",\n    \"previgilance\": \"na-amụ anya\",\n    \"previolate\": \"imegide\",\n    \"previolated\": \"emegide\",\n    \"previolating\": \"na-egosi\",\n    \"previolation\": \"mgbochi\",\n    \"previous\": \"Nke gara aga\",\n    \"previously\": \"na mbụ\",\n    \"previousness\": \"gara aga\",\n    \"previse\": \"Kwuru\",\n    \"previses\": \"arụ ọrụ\",\n    \"prevising\": \"na-akwado\",\n    \"prevision\": \"na-ele anya\",\n    \"previsional\": \"tupu oge\",\n    \"previsionary\": \"na-ebu ụzọ\",\n    \"previsioned\": \"buru ụzọ hụ\",\n    \"previsioning\": \"na-edebe ihe\",\n    \"previsit\": \"leba anya\",\n    \"previsitor\": \"onye nlekọta\",\n    \"previsors\": \"ndị nlekọta\",\n    \"prevocalically\": \"tupu\",\n    \"prevocally\": \"na-akpali akpali\",\n    \"prevocational\": \"nsogbu\",\n    \"prevoyant\": \"Ebuka\",\n    \"prevoid\": \"zere\",\n    \"prevoidance\": \"eburu ụzọ\",\n    \"prevoted\": \"akara\",\n    \"prevoting\": \"na-akwado\",\n    \"prevue\": \"buru ụzọ\",\n    \"prevued\": \"eburu\",\n    \"prevues\": \"na-ebute ụzọ\",\n    \"prevuing\": \"nye\",\n    \"prewar\": \"buru ụzọ\",\n    \"prewarm\": \"buru ụzọ\",\n    \"prewarmed\": \"buru ụzọ\",\n    \"prewarming\": \"prewaring\",\n    \"prewarn\": \"buru ụzọ\",\n    \"prewarned\": \"dọrọ aka ná ntị\",\n    \"prewarning\": \"na-adọta\",\n    \"prewarns\": \"buru ụzọ\",\n    \"prewash\": \"buru ụzọ\",\n    \"prewashed\": \"buru ụzọ\",\n    \"prewashes\": \"na-ebute ụzọ\",\n    \"prewashing\": \"na-asachapụ\",\n    \"preweigh\": \"buru ụzọ\",\n    \"prewelcome\": \"nwee mmasị\",\n    \"prewelcomed\": \"eburu\",\n    \"prewelcoming\": \"na-aga n'ihu\",\n    \"prewelwired\": \"buru ụzọ\",\n    \"prewelwiring\": \"na-agba n'ihu\",\n    \"prewhip\": \"buru ụzọ\",\n    \"prewhipped\": \"butere\",\n    \"prewilling\": \"prewing\",\n    \"prewillingness\": \"mbu\",\n    \"prewire\": \"buru ụzọ\",\n    \"prewired\": \"buru ụzọ\",\n    \"prewiring\": \"na-ebu ụzọ\",\n    \"prewitness\": \"àmà\",\n    \"preworship\": \"Nkwado\",\n    \"preworthy\": \"kwesịrị\",\n    \"preworthily\": \"buru ụzọ\",\n    \"preworthiness\": \"kwesịrị\",\n    \"pry\": \"inyocha\",\n    \"priacanthid\": \"mmmmmmmmmmmmm\",\n    \"priacanthine\": \"Nwachukwu\",\n    \"priacanthus\": \"onyinyechi\",\n    \"priapic\": \"ike\",\n    \"priapismic\": \"onyinye\",\n    \"priapisms\": \"onyinye\",\n    \"priapulid\": \"onyinye\",\n    \"priapuloid\": \"onyinye\",\n    \"priapulus\": \"onyinye\",\n    \"priapuses\": \"onyinye\",\n    \"priapusian\": \"ikechukwu\",\n    \"pribble\": \"ụtụ\",\n    \"price\": \"ọnụahịa\",\n    \"priceable\": \"ọnụahịa\",\n    \"priceably\": \"ọnụ ahịa\",\n    \"priced\": \"ọnụ\",\n    \"pricefixing\": \"nkwụnye ụgwọ\",\n    \"pricey\": \"ọnụ ọnụ\",\n    \"priceite\": \"ọnụahịa\",\n    \"priceless\": \"enweghị ọnụ\",\n    \"pricelessly\": \"enweghị ọnụ\",\n    \"pricelessness\": \"enweghị ọnụ\",\n    \"pricemaker\": \"ọnụahịa\",\n    \"pricer\": \"ọnụahịa\",\n    \"pricers\": \"ndị ọnụahịa\",\n    \"prices\": \"ọnụahịa\",\n    \"pricy\": \"ọnụahịa\",\n    \"pricier\": \"ọnụahịa\",\n    \"priciest\": \"dị ọnụ ala\",\n    \"pricing\": \"ịnye ọnụahịa\",\n    \"prickant\": \"ọnụahịa\",\n    \"pricked\": \"ọnụ\",\n    \"pricker\": \"ihe ọnụahịa\",\n    \"prickers\": \"ọnụ\",\n    \"pricket\": \"ihe ndozi\",\n    \"prickets\": \"Ogwu\",\n    \"pricky\": \"ọnụ\",\n    \"prickier\": \"ọnụahịa\",\n    \"prickiest\": \"ọnụahịa\",\n    \"pricking\": \"ọnụahịa\",\n    \"prickingly\": \"ọnụahịa\",\n    \"prickish\": \"nwee obi ojoo\",\n    \"prickled\": \"a zụrụ\",\n    \"prickles\": \"Prickles\",\n    \"prickless\": \"enweghị ihe\",\n    \"prickly\": \"prick\",\n    \"prickliest\": \"prickliest kasị\",\n    \"prickliness\": \"ihe ojoo\",\n    \"prickling\": \"Na-akụ\",\n    \"pricklingly\": \"n'ike\",\n    \"prickmedainty\": \"Enwere prickmedainty\",\n    \"prickproof\": \"ihe mkpuchi\",\n    \"pricks\": \"ọnụ\",\n    \"prickshot\": \"nkọwa\",\n    \"prickspur\": \"mmmmmmmmmmmmm\",\n    \"prickwood\": \"ọnụahịa\",\n    \"pride\": \"nganga\",\n    \"prided\": \"nwere obi ụtọ\",\n    \"prideful\": \"mpako\",\n    \"pridefully\": \"ji nganga\",\n    \"pridefulness\": \"mpako\",\n    \"prideless\": \"nganga\",\n    \"pridelessly\": \"nganga\",\n    \"prideling\": \"Ogbodo\",\n    \"prides\": \"nganga\",\n    \"prideweed\": \"Nwee isi\",\n    \"pridian\": \"Pridian\",\n    \"priding\": \"na-agbago\",\n    \"pridingly\": \"ji obi ụtọ\",\n    \"prie\": \"onyinye\",\n    \"pried\": \"efere\",\n    \"priedieus\": \"Nwachukwu\",\n    \"priedieux\": \"mmmmmmmmmmmm\",\n    \"prier\": \"onyinye\",\n    \"priers\": \"onyinye\",\n    \"pryers\": \"ndị na-anụ ọrụ\",\n    \"pries\": \"achịcha\",\n    \"priest\": \"oku\",\n    \"priestal\": \"oku\",\n    \"priestcap\": \"oku okpu\",\n    \"priestcraft\": \"ọrụchukwu\",\n    \"priestdom\": \"ọkwa-nchụ-aja\",\n    \"priested\": \"oku\",\n    \"priesteen\": \"15 iri\",\n    \"priestery\": \"achịcha\",\n    \"priestess\": \"onye ụkọchukwu\",\n    \"priestesses\": \"ndị ụkọchukwu\",\n    \"priestfish\": \"azụ azụ\",\n    \"priestfishes\": \"oku\",\n    \"priesthood\": \"ọkwa-nchụ-aja\",\n    \"priestianity\": \"nkwenye\",\n    \"priesting\": \"oku\",\n    \"priestish\": \"oku\",\n    \"priestism\": \"oku\",\n    \"priestless\": \"oku\",\n    \"priestlet\": \"oku\",\n    \"priestly\": \"dị ka onye nchụàjà\",\n    \"priestlier\": \"dị ka onye nchụàjà\",\n    \"priestliest\": \"onye nchụàjà St.\",\n    \"priestlike\": \"dị ka onye nchụàjà\",\n    \"priestliness\": \"oku\",\n    \"priestling\": \"oku\",\n    \"priests\": \"ndị nchụàjà\",\n    \"priestship\": \"ọkwa-nchụ-aja\",\n    \"priestshire\": \"oku\",\n    \"prigging\": \"ịkọ\",\n    \"priggishness\": \"ịdị ọcha\",\n    \"prighood\": \"ịdị ọcha\",\n    \"prying\": \"inyocha\",\n    \"pryingly\": \"n'okwu\",\n    \"pryingness\": \"ịma aka\",\n    \"pryler\": \"onye nlekọta\",\n    \"prilled\": \"ịkwanyere ugwu\",\n    \"prilling\": \"na-akụ\",\n    \"prillion\": \"ijeri\",\n    \"prills\": \"mkpọ\",\n    \"primacy\": \"isi\",\n    \"primage\": \"mbido\",\n    \"primages\": \"akwụkwọ ikike\",\n    \"primal\": \"nke mbụ\",\n    \"primality\": \"isi\",\n    \"primally\": \"mbụ\",\n    \"primary\": \"nke mbu\",\n    \"primarian\": \"nke izizi\",\n    \"primaried\": \"mbido\",\n    \"primarily\": \"isi\",\n    \"primariness\": \"mbido\",\n    \"primatal\": \"isi nwa\",\n    \"primateship\": \"mbido\",\n    \"primatial\": \"mbido\",\n    \"primatic\": \"nke izizi\",\n    \"primatical\": \"oge ochie\",\n    \"primatological\": \"oge ochie\",\n    \"primatologist\": \"nne na nna\",\n    \"primaveral\": \"akpa\",\n    \"prime\": \"praịm\",\n    \"primed\": \"mbido\",\n    \"primegilt\": \"zụrụ\",\n    \"primely\": \"nke mbụ\",\n    \"primeness\": \"isi\",\n    \"primer\": \"mbido\",\n    \"primero\": \"Primero\",\n    \"primerole\": \"praịm\",\n    \"primeros\": \"nkechi\",\n    \"primers\": \"mbido\",\n    \"primes\": \"oge\",\n    \"primeur\": \"nkechi\",\n    \"primeval\": \"mgbe ochie\",\n    \"primevalism\": \"mgbe ochie\",\n    \"primevally\": \"isi\",\n    \"primevarous\": \"enwe ike\",\n    \"primeverin\": \"Nkechi\",\n    \"primeverose\": \"mbubreyo\",\n    \"primevity\": \"oge\",\n    \"primevous\": \"mgbe\",\n    \"primevrin\": \"ụlọ\",\n    \"primianist\": \"onye isi ala\",\n    \"primices\": \"ihe mbido\",\n    \"primigenial\": \"mbido\",\n    \"primigenious\": \"mbido\",\n    \"primigenous\": \"nke mbido\",\n    \"primine\": \"primin\",\n    \"priming\": \"mbido\",\n    \"primiparity\": \"mbido\",\n    \"primity\": \"mbu\",\n    \"primitiae\": \"mbido\",\n    \"primitial\": \"nke izizi\",\n    \"primitias\": \"mbido\",\n    \"primitive\": \"oge ochie\",\n    \"primitively\": \"mgbe ochie\",\n    \"primitiveness\": \"oge ochie\",\n    \"primitives\": \"oge ochie\",\n    \"primitivism\": \"mbido\",\n    \"primitivistic\": \"mbido\",\n    \"primly\": \"mbụ\",\n    \"primmed\": \"mbido\",\n    \"primmer\": \"ihe mbido\",\n    \"primmest\": \"mbụ\",\n    \"primming\": \"mbido\",\n    \"primness\": \"mbu\",\n    \"primnesses\": \"ihe mbido\",\n    \"primordality\": \"iwu\",\n    \"primordia\": \"mbido\",\n    \"primordial\": \"mbido\",\n    \"primordialism\": \"mbido\",\n    \"primordiality\": \"mbido\",\n    \"primordially\": \"okpokoro\",\n    \"primordiate\": \"mbido\",\n    \"primosity\": \"mbu\",\n    \"primped\": \"mbido\",\n    \"primping\": \"ịkọ ihe\",\n    \"primprint\": \"akara aka\",\n    \"primps\": \"mkpụrụ osisi\",\n    \"primrose\": \"okpokoro\",\n    \"primrosed\": \"echekwara\",\n    \"primroses\": \"okpokoro\",\n    \"primrosetime\": \"oge ochie\",\n    \"primrosy\": \"ihe nlekọta\",\n    \"primula\": \"isi\",\n    \"primulaceous\": \"nke mbụ\",\n    \"primulales\": \"isi mmalite\",\n    \"primulaveroside\": \"okpokoro\",\n    \"primulic\": \"oge ochie\",\n    \"primuses\": \"ihe nlekọta\",\n    \"primwort\": \"mbido\",\n    \"prin\": \"ebi\",\n    \"prince\": \"nwa eze\",\n    \"princeage\": \"onye isi\",\n    \"princecraft\": \"eze\",\n    \"princedom\": \"adaeze\",\n    \"princedoms\": \"ụmụ eze\",\n    \"princehood\": \"onye isi\",\n    \"princeite\": \"onye isi\",\n    \"princeless\": \"enweghị eze\",\n    \"princelet\": \"onyeisi\",\n    \"princely\": \"nke a\",\n    \"princelier\": \"onye isi\",\n    \"princeliest\": \"onye isi\",\n    \"princelike\": \"ihe-eze\",\n    \"princeliness\": \"isi\",\n    \"princeling\": \"onye isi\",\n    \"princelings\": \"ndị isi\",\n    \"princeps\": \"ndị isi\",\n    \"princes\": \"ndi-isi\",\n    \"princeship\": \"onye isi\",\n    \"princess\": \"adaeze\",\n    \"princessdom\": \"adaeze\",\n    \"princesse\": \"onye isi\",\n    \"princesses\": \"adaeze\",\n    \"princessly\": \"adaeze\",\n    \"princesslike\": \"dị ka eze nwanyị\",\n    \"princeton\": \"mmmmmmmmmmmmm\",\n    \"princicipia\": \"ihe ederede\",\n    \"princify\": \"ibiputa\",\n    \"princified\": \"ebuputara\",\n    \"principal\": \"onye isi ulo akwukwo\",\n    \"principality\": \"isi\",\n    \"principalities\": \"isi obodo\",\n    \"principally\": \"tumadi\",\n    \"principalness\": \"isi\",\n    \"principals\": \"ndị isi\",\n    \"principalship\": \"onye isi\",\n    \"principate\": \"onye isi\",\n    \"principe\": \"onye isi\",\n    \"principes\": \"ndi isi\",\n    \"principi\": \"onye isi\",\n    \"principia\": \"isi\",\n    \"principial\": \"onye isi\",\n    \"principiant\": \"onye isi\",\n    \"principiate\": \"onye isi\",\n    \"principiation\": \"onye isi\",\n    \"principium\": \"isi\",\n    \"principle\": \"ụkpụrụ\",\n    \"principled\": \"ụkpụrụ\",\n    \"principles\": \"ụkpụrụ\",\n    \"principly\": \"isi\",\n    \"principling\": \"pbụ onye isi\",\n    \"principulus\": \"onye isi\",\n    \"princock\": \"Mbipụta\",\n    \"princocks\": \"mkpụrụ akwụkwọ\",\n    \"princod\": \"usoro\",\n    \"princox\": \"mkpụrụedemede\",\n    \"princoxes\": \"mkpụrụedemede\",\n    \"prink\": \"onye na-ebi akwụkwọ\",\n    \"prinked\": \"onye na-ebi akwụkwọ\",\n    \"prinker\": \"onye na-ebi akwụkwọ\",\n    \"prinkers\": \"onye nyocha s\",\n    \"prinky\": \"nke a na-ebi ebi\",\n    \"prinking\": \"na-ebi akwụkwọ\",\n    \"prinkle\": \"ebi\",\n    \"prinks\": \"Mbipụta\",\n    \"print\": \"bipụta\",\n    \"printability\": \"ibipụta akwụkwọ\",\n    \"printable\": \"na-ebi ebi\",\n    \"printableness\": \"ibipụta akwụkwọ\",\n    \"printably\": \"na-ebipụta\",\n    \"printanier\": \"onye nbipute\",\n    \"printed\": \"ebipụta\",\n    \"printer\": \"ngwa nbipute\",\n    \"printerdom\": \"ebi\",\n    \"printery\": \"ebe obibi\",\n    \"printeries\": \"ebe obibi akwụkwọ\",\n    \"printerlike\": \"dị ka ibi akwụkwọ\",\n    \"printers\": \"na-ebi akwụkwọ\",\n    \"printing\": \"na-ebi akwụkwọ\",\n    \"printings\": \"Mbipụta\",\n    \"printless\": \"enweghi ebi\",\n    \"printline\": \"mbipụta akwụkwọ\",\n    \"printmake\": \"na-ebi akwụkwọ\",\n    \"printmaker\": \"onye na-ebi akwụkwọ\",\n    \"printmaking\": \"na-ebi akwụkwọ\",\n    \"printout\": \"BIPỤTA\",\n    \"printouts\": \"Mbipụta\",\n    \"prints\": \"Mbipụta\",\n    \"printscript\": \"ebipụta edemede\",\n    \"printshop\": \"Mbipụta\",\n    \"printworks\": \"Mbipụta\",\n    \"prio\": \"Hazie\",\n    \"priodontes\": \"prọdontes\",\n    \"prior\": \"tupu\",\n    \"prioracy\": \"mkpa\",\n    \"prioral\": \"mkpa\",\n    \"priorate\": \"bute ụzọ\",\n    \"priorates\": \"na-ebute ụzọ\",\n    \"prioress\": \"tinye\",\n    \"prioresses\": \"na-ebute ụzọ\",\n    \"priori\": \"mkpa\",\n    \"priory\": \"mkpa\",\n    \"priories\": \"na-ebute ụzọ\",\n    \"prioristic\": \"mkpa\",\n    \"prioristically\": \"mkpa\",\n    \"priorite\": \"buru ụzọ\",\n    \"priority\": \"mkpa\",\n    \"priorities\": \"na-ebute ụzọ\",\n    \"prioritize\": \"hazie\",\n    \"prioritized\": \"mee ka hazie\",\n    \"priorly\": \"tupu\",\n    \"priors\": \"ndị bụ isi\",\n    \"priorship\": \"mkpa\",\n    \"pryproof\": \"inogide\",\n    \"prys\": \"ihe\",\n    \"prisable\": \"nke nwere ike ịgbanwe\",\n    \"prisage\": \"nga\",\n    \"prisal\": \"mkpọrọ\",\n    \"priscianist\": \"onye isi\",\n    \"priscillianist\": \"onye anakpo priscillian\",\n    \"prise\": \"onyinye\",\n    \"prised\": \"bara uru\",\n    \"priseres\": \"mkpọ\",\n    \"prises\": \"ụlọ mkpọrọ\",\n    \"prisiadka\": \"mkpirisi\",\n    \"prising\": \"onyinye\",\n    \"prismatical\": \"Prismatical\",\n    \"prismatically\": \"n'ile anya\",\n    \"prismatization\": \"prismatisation\",\n    \"prismatize\": \"mee ka ikike ghara ịdị\",\n    \"prismoid\": \"nri\",\n    \"prismoids\": \"nri\",\n    \"prisms\": \"ụlọ\",\n    \"prison\": \"ụlọ mkpọrọ\",\n    \"prisonable\": \"mkpọrọ\",\n    \"prisonbreak\": \"ịgbapụ n'ụlọ nga\",\n    \"prisoned\": \"tụọ mkpọrọ\",\n    \"prisoner\": \"onye nga\",\n    \"prisoners\": \"ndị mkpọrọ\",\n    \"prisonful\": \"mkpọrọ\",\n    \"prisonhouse\": \"ulo nga\",\n    \"prisoning\": \"mkpọrọ\",\n    \"prisonlike\": \"dị ka ụlọ mkpọrọ\",\n    \"prisonment\": \"mkpọrọ\",\n    \"prisonous\": \"mkpọrọ\",\n    \"prisons\": \"ụlọ mkpọrọ\",\n    \"prisses\": \"ụlọ mkpọrọ\",\n    \"prissier\": \"mkpọrọ\",\n    \"prissies\": \"ụlọ mkpọrọ\",\n    \"prissiness\": \"okwa\",\n    \"pristane\": \"enweghị nsọpụrụ\",\n    \"pristanes\": \"Onyekwere\",\n    \"pristav\": \"Ogbe\",\n    \"pristine\": \"enweghị nne\",\n    \"pristineness\": \"ezighi ezi\",\n    \"pristipomatidae\": \"pristpomatidae\",\n    \"pristipomidae\": \"pristpomidae\",\n    \"pristis\": \"Ukachukwu\",\n    \"pristodus\": \"Ukpo\",\n    \"prytanize\": \"Ntughari\",\n    \"pritch\": \"ahịhịa\",\n    \"pritchardia\": \"onyinyechi\",\n    \"pritchel\": \"akpa\",\n    \"prittle\": \"pritrit\",\n    \"prius\": \"onyinye\",\n    \"priv\": \"onwe\",\n    \"privacy\": \"nzuzo\",\n    \"privacies\": \"nzuzo\",\n    \"privacity\": \"nzuzo\",\n    \"privant\": \"nkeonwe\",\n    \"privatdocent\": \"nnabata\",\n    \"privatdozent\": \"nnabata\",\n    \"private\": \"nkeonwe\",\n    \"privateer\": \"nkeonwe\",\n    \"privateered\": \"nkeonwe\",\n    \"privateering\": \"izu nzuzo\",\n    \"privateers\": \"ndị nwe ụlọ\",\n    \"privateersman\": \"ndị nwe ụlọ\",\n    \"privately\": \"naanị\",\n    \"privateness\": \"ihe nzuzo\",\n    \"privater\": \"nkeonwe\",\n    \"privates\": \"nkeonwe\",\n    \"privatest\": \"nke kacha\",\n    \"privation\": \"ịnọ na nzuzo\",\n    \"privations\": \"Ohere\",\n    \"privatism\": \"ọrụ nke onwe\",\n    \"privatistic\": \"nke onwe\",\n    \"privative\": \"nkeonwe\",\n    \"privatively\": \"na nzuzo\",\n    \"privativeness\": \"nzuzo\",\n    \"privet\": \"ihe onyinye\",\n    \"privets\": \"onyinye\",\n    \"privy\": \"onyinye\",\n    \"privier\": \"onyinye\",\n    \"privies\": \"nzuzo\",\n    \"priviest\": \"onyinye\",\n    \"priviledge\": \"onyinye\",\n    \"privilege\": \"ihe ùgwù\",\n    \"privileged\": \"nwere ihe ùgwù\",\n    \"privileger\": \"ihe ùgwù\",\n    \"privileges\": \"ihe ùgwù\",\n    \"privileging\": \"ihe ùgwù\",\n    \"privily\": \"naanị\",\n    \"priviness\": \"ịnọ naanị anyị\",\n    \"privity\": \"nzuzo\",\n    \"privities\": \"nzuzo\",\n    \"prizable\": \"pụrụ iche\",\n    \"prize\": \"onyinye\",\n    \"prizeable\": \"na-agbata n'ọsọ\",\n    \"prized\": \"bara uru\",\n    \"prizefight\": \"agbata n'ọsọ\",\n    \"prizefighter\": \"onye na-agbata n'ọsọ\",\n    \"prizefighters\": \"ndị na-agbata n'ọsọ\",\n    \"prizefighting\": \"onyinye mgba\",\n    \"prizefights\": \"ihe nrite\",\n    \"prizeholder\": \"onye nrite ihe nrite\",\n    \"prizemen\": \"ihe onyinye\",\n    \"prizer\": \"ihe onyinye\",\n    \"prizery\": \"ihe onyinye\",\n    \"prizers\": \"onyinye\",\n    \"prizes\": \"onyinye\",\n    \"prizetaker\": \"onyinye\",\n    \"prizewinner\": \"onye na-agbata n'ọsọ\",\n    \"prizewinners\": \"ndị mmeri\",\n    \"prizewinning\": \"agbata n'ọsọ\",\n    \"prizeworthy\": \"na-agbata n'ọsọ\",\n    \"prizing\": \"onyinye\",\n    \"prlate\": \"pịa\",\n    \"proabortion\": \"proababil\",\n    \"proacademic\": \"akara\",\n    \"proacceptance\": \"nnabata\",\n    \"proacquisition\": \"proacquition\",\n    \"proacquittal\": \"mkpọpu\",\n    \"proacting\": \"na-ede akwụkwọ\",\n    \"proactor\": \"onye mmepụta ihe\",\n    \"proaddition\": \"mgbasa ozi\",\n    \"proadministration\": \"njikwa\",\n    \"proadmission\": \"nkwupụta\",\n    \"proadoption\": \"nyocha\",\n    \"proadvertising\": \"mgbasa ozi\",\n    \"proadvertizing\": \"na-agbagharị\",\n    \"proaggressionist\": \"onye mmegide\",\n    \"proagreement\": \"nkwekọrịta\",\n    \"proalcoholism\": \"ịalụbiga mmanya ókè\",\n    \"proallotment\": \"proallotmentị\",\n    \"proamateur\": \"onye mgbasa ozi\",\n    \"proamendment\": \"onye ndu\",\n    \"proamusement\": \"nkwusa\",\n    \"proangiospermous\": \"ihe ndaputa\",\n    \"proanimistic\": \"na-eme mkpọtụ\",\n    \"proappointment\": \"ntinye oge\",\n    \"proapportionment\": \"udeme\",\n    \"proappreciation\": \"onyinye\",\n    \"proappropriation\": \"kwesiri\",\n    \"proarthri\": \"chukwunonso\",\n    \"proassessment\": \"amụma\",\n    \"proassociation\": \"njikọta\",\n    \"proatheist\": \"onye proatheist\",\n    \"proathletic\": \"ihe egwuregwu\",\n    \"proattendance\": \"nchịkwa\",\n    \"proaudience\": \"okwu\",\n    \"proauthor\": \"onye nduzi\",\n    \"proauthority\": \"ikike\",\n    \"proautomation\": \"ikike\",\n    \"probabiliorism\": \"ihe omume\",\n    \"probabiliorist\": \"ihe omumu\",\n    \"probabilism\": \"ihe puru omume\",\n    \"probabilist\": \"ihe puru omume\",\n    \"probabilistic\": \"ihe puru omume\",\n    \"probabilistically\": \"ma eleghị anya\",\n    \"probability\": \"ihe puru omume\",\n    \"probabilities\": \"ihe gbasara nke puru omume\",\n    \"probabilize\": \"puru\",\n    \"probabl\": \"puru omume\",\n    \"probable\": \"eleghi anya\",\n    \"probableness\": \"eleghi anya\",\n    \"probably\": \"eleghi anya\",\n    \"probands\": \"proband\",\n    \"probanishment\": \"ịba mba\",\n    \"probankruptcy\": \"imebi iwu\",\n    \"probant\": \"onye ogba-aghara\",\n    \"probaseball\": \"pro baseball\",\n    \"probasketball\": \"basketball\",\n    \"probata\": \"probate\",\n    \"probated\": \"probate\",\n    \"probathing\": \"na-alụ ọgụ\",\n    \"probating\": \"inyocha oge\",\n    \"probation\": \"oge onye oru ohuru ji ezi mmuta ya\",\n    \"probational\": \"anwale\",\n    \"probationally\": \"anwale\",\n    \"probationary\": \"anwale\",\n    \"probationer\": \"onye oru ohuru\",\n    \"probationerhood\": \"oge prob\",\n    \"probationers\": \"ndị na-anwale ihe\",\n    \"probationism\": \"oge probation\",\n    \"probationist\": \"onye probation\",\n    \"probations\": \"prob\",\n    \"probationship\": \"probationhip\",\n    \"probative\": \"na-amuta ihe\",\n    \"probatively\": \"probative\",\n    \"probator\": \"onye nyocha\",\n    \"probe\": \"nyocha\",\n    \"probeable\": \"puru omume\",\n    \"probed\": \"nyocha\",\n    \"probeer\": \"nyocha\",\n    \"probers\": \"na-akpali\",\n    \"probes\": \"nyocha\",\n    \"probetting\": \"mbido\",\n    \"probing\": \"nyocha\",\n    \"probings\": \"ule\",\n    \"problem\": \"nsogbu\",\n    \"problematic\": \"nsogbu\",\n    \"problematical\": \"nsogbu\",\n    \"problematically\": \"nsogbu\",\n    \"problematicness\": \"nsogbu\",\n    \"problematist\": \"nsogbu\",\n    \"problematize\": \"dozie nsogbu\",\n    \"problemdom\": \"nsogbu\",\n    \"problemist\": \"nsogbu\",\n    \"problemistic\": \"nwee nsogbu\",\n    \"problemize\": \"nsogbu\",\n    \"problems\": \"nsogbu\",\n    \"problemwise\": \"enweghị nsogbu\",\n    \"problockade\": \"igbochi\",\n    \"proboycott\": \"chiedozie\",\n    \"probonding\": \"probọn\",\n    \"proborrowing\": \"na-agbagharị\",\n    \"proboscidean\": \"Onyeka\",\n    \"probosciformed\": \"proboscis guzobere\",\n    \"proboscises\": \"proboscis\",\n    \"proboscislike\": \"proboscis dika\",\n    \"proboulevard\": \"Proboulevard\",\n    \"probowling\": \"ịgbanyụ\",\n    \"probroadcasting\": \"mgbasa ozi mgbasa ozi\",\n    \"probudgeting\": \"na-enyocha\",\n    \"proc\": \"igwa\",\n    \"procaccio\": \"ogbako\",\n    \"procacious\": \"amara\",\n    \"procaciously\": \"n'ụzọ dị egwu\",\n    \"procacity\": \"ikike\",\n    \"procambial\": \"mmụba\",\n    \"procapitalists\": \"ndị procapitalists\",\n    \"procaryote\": \"prokaryo\",\n    \"procaryotic\": \"prokaryotika\",\n    \"procarnival\": \"pro ngagharingosi\",\n    \"procarrier\": \"nsogbu\",\n    \"procatalectic\": \"mmuta\",\n    \"procatarctic\": \"akuku\",\n    \"procatarxis\": \"mmuta\",\n    \"procathedral\": \"obodo\",\n    \"procathedrals\": \"obodo\",\n    \"procbal\": \"obara\",\n    \"procedendo\": \"usoro\",\n    \"procedes\": \"usoro\",\n    \"procedural\": \"usoro\",\n    \"procedurally\": \"usoro\",\n    \"procedurals\": \"usoro\",\n    \"procedure\": \"usoro\",\n    \"procedured\": \"usoro\",\n    \"procedures\": \"usoro\",\n    \"proceduring\": \"na-aga n'ihu\",\n    \"proceed\": \"gaba\",\n    \"proceeded\": \"n'ihu\",\n    \"proceeder\": \"omee\",\n    \"proceeders\": \"ndị na-aga n'ihu\",\n    \"proceeding\": \"na-aga n'ihu\",\n    \"proceedings\": \"usoro\",\n    \"proceeds\": \"retara\",\n    \"procellose\": \"gbasaa\",\n    \"procellous\": \"Ogba\",\n    \"procensorship\": \"nchịkwa\",\n    \"procensure\": \"ịzụ ahịa\",\n    \"proceremonialist\": \"onye na-akwado proceremonialist\",\n    \"proceres\": \"Okwara\",\n    \"procerite\": \"procerus\",\n    \"procerity\": \"eziokwu\",\n    \"process\": \"usoro\",\n    \"processability\": \"nhazi\",\n    \"processable\": \"nhazi\",\n    \"processal\": \"nhazi\",\n    \"processed\": \"Hazie\",\n    \"processer\": \"processor\",\n    \"processes\": \"usoro\",\n    \"processibility\": \"nhazi\",\n    \"processible\": \"usoro\",\n    \"processing\": \"nhazi\",\n    \"procession\": \"ndi mmadu\",\n    \"processional\": \"n'usoro\",\n    \"processionally\": \"n'usoro\",\n    \"processionals\": \"usoro\",\n    \"processionary\": \"nhazi\",\n    \"processioning\": \"procession\",\n    \"processionist\": \"n'usoro\",\n    \"processionize\": \"hazie\",\n    \"processions\": \"usoro;\",\n    \"processionwise\": \"n'usoro\",\n    \"processive\": \"n'usoro\",\n    \"processors\": \"ndị nhazi\",\n    \"processual\": \"n'usoro\",\n    \"processus\": \"usoro\",\n    \"prochain\": \"prochen\",\n    \"prochordal\": \"gbakwaa\",\n    \"prochorion\": \"pro chorion\",\n    \"prochorionic\": \"chorionic\",\n    \"prochronize\": \"mechie\",\n    \"procidence\": \"inye\",\n    \"procyon\": \"kwue\",\n    \"procyoniform\": \"mee ihe\",\n    \"procyoninae\": \"kpọkwaa\",\n    \"procyonine\": \"kpakpando\",\n    \"procity\": \"ikike\",\n    \"proclaim\": \"kwusaa\",\n    \"proclaimable\": \"mkpọsa\",\n    \"proclaimant\": \"onye nkwusa\",\n    \"proclaimed\": \"kwusara\",\n    \"proclaimer\": \"onye nkwusa\",\n    \"proclaimers\": \"ndị nkwusa\",\n    \"proclaiming\": \"na-akpọsa\",\n    \"proclaimingly\": \"ikwusa\",\n    \"proclaims\": \"na-ekwuwapụta\",\n    \"proclamation\": \"mkpọsa\",\n    \"proclamations\": \"mkpọsa\",\n    \"proclamator\": \"onye nkwusa\",\n    \"proclamatory\": \"kpọsaa\",\n    \"proclassic\": \"ikike\",\n    \"proclassical\": \"ikike\",\n    \"proclergy\": \"ịmụ nwa\",\n    \"proclimax\": \"kwuputa\",\n    \"procline\": \"kwue\",\n    \"proclisis\": \"kpọsaanụ\",\n    \"proclitic\": \"gbasaa\",\n    \"proclive\": \"na-emeputa\",\n    \"proclivity\": \"ikwupụta\",\n    \"proclivities\": \"ikike\",\n    \"proclivitous\": \"ekene\",\n    \"proclivous\": \"gbakoe\",\n    \"proclivousness\": \"ịmụrụ anya\",\n    \"procne\": \"ime\",\n    \"procoelia\": \"Ogba\",\n    \"procoelous\": \"emechuihu\",\n    \"procoercive\": \"na-eme ihe\",\n    \"procommemoration\": \"nkwanye ugwu\",\n    \"procommercial\": \"ahịa\",\n    \"procommission\": \"nkwanye\",\n    \"procommittee\": \"onye ndozi\",\n    \"procommunal\": \"akwadoro\",\n    \"procommunism\": \"nkwanye ugwu\",\n    \"procommunist\": \"onye nkwalite\",\n    \"procommunists\": \"ndị ọkachamara\",\n    \"procommunity\": \"nkwalite\",\n    \"procommutation\": \"nkwanye\",\n    \"procomprise\": \"ihe omuma\",\n    \"procompromise\": \"nkwuwa\",\n    \"proconcentration\": \"proconcent\",\n    \"proconciliation\": \"kpezie\",\n    \"procondemnation\": \"ikwusa ozi ọma\",\n    \"proconfession\": \"nkwupụta\",\n    \"proconfessionist\": \"ọkachamara\",\n    \"proconfiscation\": \"nchịkwa\",\n    \"proconformity\": \"ọdịdị\",\n    \"proconquest\": \"akara\",\n    \"proconscription\": \"ikike\",\n    \"proconscriptive\": \"ederede\",\n    \"proconservation\": \"ikike\",\n    \"proconservationist\": \"onye ndozi ochichi\",\n    \"proconsolidation\": \"nchịkwa\",\n    \"proconsul\": \"onye ọchịchị\",\n    \"proconsular\": \"onye ikike\",\n    \"proconsulary\": \"ochichi\",\n    \"proconsularly\": \"nwa\",\n    \"proconsulate\": \"na-agbaso\",\n    \"proconsulates\": \"na-eme ka\",\n    \"proconsuls\": \"ndị ọchịchị\",\n    \"proconsulship\": \"ochichi\",\n    \"proconsulships\": \"ndị isi\",\n    \"proconsultation\": \"ikike\",\n    \"proconviction\": \"ndọtị\",\n    \"procorporation\": \"mgbasa ozi\",\n    \"procotols\": \"ọchịchị\",\n    \"procotton\": \"ọkọnọ\",\n    \"procrastinate\": \"yigharị oge\",\n    \"procrastinated\": \"iyigharị oge\",\n    \"procrastinates\": \"na-egbu oge\",\n    \"procrastinating\": \"na-egbu oge\",\n    \"procrastinatingly\": \"na-egbu oge\",\n    \"procrastination\": \"iyigharị oge\",\n    \"procrastinative\": \"na-egbu oge\",\n    \"procrastinatively\": \"na-egbu oge\",\n    \"procrastinativeness\": \"na-egbu oge\",\n    \"procrastinator\": \"na-egbu oge\",\n    \"procrastinatory\": \"na-egbu oge\",\n    \"procrastinators\": \"na-egbu oge\",\n    \"procreant\": \"ịmụ nwa\",\n    \"procreate\": \"mụọ ọmụmụ\",\n    \"procreated\": \"ịmụ nwa\",\n    \"procreates\": \"ịmụ nwa\",\n    \"procreating\": \"ịmụ nwa\",\n    \"procreation\": \"omumu\",\n    \"procreative\": \"na-amụ nwa\",\n    \"procreativeness\": \"ịmụ nwa\",\n    \"procreativity\": \"ịmụ nwa\",\n    \"procreator\": \"ịmụ nwa\",\n    \"procreatory\": \"ịmụ nwa\",\n    \"procreators\": \"ịmụ nwa\",\n    \"procreatress\": \"ịmụ nwa\",\n    \"procreatrix\": \"ịmụ nwa\",\n    \"procremation\": \"nchịkwa\",\n    \"procrypsis\": \"nkuchi\",\n    \"procryptic\": \"onye omumu\",\n    \"procryptically\": \"n'egbughị oge\",\n    \"procris\": \"na\",\n    \"procritic\": \"onye ikike\",\n    \"procritique\": \"ikike\",\n    \"procrustean\": \"onye ikike\",\n    \"procrusteanism\": \"mgbasa ozi\",\n    \"procrusteanize\": \"gbasaa\",\n    \"procrustes\": \"na-enyefe\",\n    \"proctatresy\": \"proctatresy na-anọ\",\n    \"proctologist\": \"ọkà mmụta sayensị\",\n    \"proctored\": \"gbara\",\n    \"proctoring\": \"proctor\",\n    \"proctorling\": \"proctor\",\n    \"proctorrhaphy\": \"mmuta\",\n    \"proctorrhea\": \"Onyekwere\",\n    \"proctors\": \"ihe ntanetị\",\n    \"proctorship\": \"ọrụ\",\n    \"proculcate\": \"gbasaa\",\n    \"proculcation\": \"mkpọsa\",\n    \"proculian\": \"onye isi ala\",\n    \"procumbent\": \"nke di ugbu a\",\n    \"procurability\": \"ikike\",\n    \"procurableness\": \"ikike\",\n    \"procuracy\": \"ikike\",\n    \"procuracies\": \"ikike\",\n    \"procural\": \"ikike\",\n    \"procurals\": \"nchịkwa\",\n    \"procurate\": \"zụọ ụmụ\",\n    \"procuration\": \"ịmụ nwa\",\n    \"procurative\": \"ịmụ nwa\",\n    \"procurator\": \"onye ọchịchị\",\n    \"procuratorate\": \"na-azụ ụmụ\",\n    \"procuratory\": \"ikike\",\n    \"procuratorial\": \"onye ikike\",\n    \"procurators\": \"ndị na-achị achị\",\n    \"procuratorship\": \"ikike\",\n    \"procure\": \"nweta\",\n    \"procured\": \"zụtara\",\n    \"procurement\": \"ị nweta\",\n    \"procurements\": \"ị nweta\",\n    \"procurer\": \"nweta\",\n    \"procurers\": \"nweta\",\n    \"procures\": \"usoro\",\n    \"procureur\": \"nweta\",\n    \"procuring\": \"n'ịzụ ahịa\",\n    \"procurrent\": \"na-aga n'ihu\",\n    \"procursive\": \"na-amụpụta ihe\",\n    \"procurvation\": \"ihe omuma\",\n    \"procurved\": \"depụtara\",\n    \"proczarist\": \"onye mgbasa ozi\",\n    \"prod\": \"eb\",\n    \"prodatary\": \"nkwado\",\n    \"prodd\": \"Nkwalite\",\n    \"prodded\": \"kpaliri\",\n    \"prodder\": \"na-akpali\",\n    \"prodders\": \"ngwaahịa\",\n    \"prodding\": \"na-akpali\",\n    \"proddle\": \"Nkwalite\",\n    \"prodecoration\": \"ngosipụta\",\n    \"prodefault\": \"ndabere\",\n    \"prodefiance\": \"ngosipụta\",\n    \"prodelision\": \"mgbasa ozi\",\n    \"prodemocratic\": \"prodemocracy\",\n    \"prodenia\": \"nkwonkwo\",\n    \"prodeportation\": \"mgbasa ozi\",\n    \"prodespotic\": \"Nkwupụta okwu\",\n    \"prodigalize\": \"mee ihe\",\n    \"prodigally\": \"nke ọma\",\n    \"prodigy\": \"ihe omuma\",\n    \"prodigies\": \"ihe omuma\",\n    \"prodigious\": \"Ihe omuma\",\n    \"prodigiously\": \"na-eme omume\",\n    \"prodigiousness\": \"prodiging\",\n    \"prodigus\": \"ihe mmefu\",\n    \"prodisplay\": \"ngosipụta\",\n    \"prodissolution\": \"mkpalite\",\n    \"prodistribution\": \"Nkwalite\",\n    \"prodition\": \"mgbasa\",\n    \"proditor\": \"onye nkwado\",\n    \"proditorious\": \"na-akpali\",\n    \"proditoriously\": \"na-agbali\",\n    \"prodivision\": \"ndọtị\",\n    \"prodivorce\": \"Okwu\",\n    \"prodproof\": \"na-egbochi\",\n    \"prodromal\": \"Ndabere\",\n    \"prodromatic\": \"Nkwalite\",\n    \"prodromatically\": \"na-agbatị\",\n    \"prodrome\": \"Ndabere\",\n    \"prodromes\": \"Nkwalite\",\n    \"prodromic\": \"Nkwalite\",\n    \"prodromous\": \"Nkwalite\",\n    \"prods\": \"na-akpali\",\n    \"producal\": \"emepụta\",\n    \"produce\": \"mepụta\",\n    \"produceable\": \"nke nwere ike imepụta\",\n    \"produceableness\": \"arụpụta ihe\",\n    \"produced\": \"emepụta\",\n    \"producement\": \"mmepụta ihe\",\n    \"producent\": \"na-emepụta ihe\",\n    \"producer\": \"onye na-emeputa ihe\",\n    \"producers\": \"ndị na-emepụta ihe\",\n    \"producership\": \"ihe mmepụta ihe\",\n    \"produces\": \"na-arụpụta\",\n    \"producibility\": \"ihe nrụpụta\",\n    \"producible\": \"nwere ike nweta\",\n    \"producibleness\": \"nwee ikike\",\n    \"producing\": \"na-emepụta\",\n    \"product\": \"ngwaahịa\",\n    \"producted\": \"emepụta\",\n    \"productibility\": \"arụpụta\",\n    \"productible\": \"na-arụpụta\",\n    \"productid\": \"na-arụpụta\",\n    \"productidae\": \"ngwaahịa\",\n    \"productile\": \"na-arụpụta ihe\",\n    \"production\": \"mmepụta\",\n    \"productional\": \"arụpụta\",\n    \"productionist\": \"onye mmeputa\",\n    \"productions\": \"Mmepụta\",\n    \"productive\": \"na-arụpụta ihe\",\n    \"productively\": \"na-arụpụta ihe\",\n    \"productiveness\": \"arụpụta ihe\",\n    \"productivity\": \"arụpụtaghị ihe\",\n    \"productoid\": \"ngwaahịa\",\n    \"productor\": \"onye mmeputa\",\n    \"productory\": \"ngwaahịa\",\n    \"productress\": \"ngwaahịa\",\n    \"products\": \"ngwaahịa\",\n    \"productus\": \"ngwaahịa\",\n    \"proecclesiastical\": \"onye ụkọchukwu\",\n    \"proeconomy\": \"akụnụba\",\n    \"proeducation\": \"mmuta\",\n    \"proelectrification\": \"nnabata\",\n    \"proelimination\": \"mgbasa ozi\",\n    \"proembryo\": \"mbugharị\",\n    \"proemial\": \"onye na-eje ozi\",\n    \"proempire\": \"zụọ ahịa\",\n    \"proempiricist\": \"onye na-eme ihe ngosi\",\n    \"proemployee\": \"onye oru\",\n    \"proemployer\": \"onye oru\",\n    \"proemployment\": \"enweghị ọrụ\",\n    \"proenforcement\": \"proenfordo\",\n    \"proenlargement\": \"Mgbapụta\",\n    \"proevolution\": \"Ntughari\",\n    \"proevolutionary\": \"ntughari\",\n    \"proevolutionist\": \"onye na-eme mgbanwe\",\n    \"proexamination\": \"nyocha\",\n    \"proexecutive\": \"onye amụma\",\n    \"proexemption\": \"proexemp\",\n    \"proexercise\": \"na-emegharị ahụ\",\n    \"proexperimentation\": \"nyocha\",\n    \"proexporting\": \"na-ebuputa\",\n    \"proexposure\": \"ngosipụta\",\n    \"proextension\": \"mgbasawanye\",\n    \"prof\": \"Okanmuta\",\n    \"proface\": \"mgbasa ozi\",\n    \"profaculty\": \"ọrụ\",\n    \"profanable\": \"okwu ire ure\",\n    \"profanableness\": \"okwu rere ure\",\n    \"profanably\": \"na-ekwu okwu\",\n    \"profanation\": \"nkwulu\",\n    \"profanations\": \"nkwupụta okwu\",\n    \"profanatory\": \"na-ekwu okwu rụrụ arụ\",\n    \"profanchise\": \"ekwuru okwu\",\n    \"profane\": \"okwu rere ure\",\n    \"profaned\": \"rụrụ arụ\",\n    \"profanely\": \"okwu rere ure\",\n    \"profanement\": \"nkwulu\",\n    \"profaner\": \"okwu rere ure\",\n    \"profaners\": \"ndị na-ekwu okwu rere ure\",\n    \"profanes\": \"Okwu Asụsụ\",\n    \"profaning\": \"na-emerụ mmadụ\",\n    \"profanism\": \"okwu rere ure\",\n    \"profanity\": \"okwu rere ure\",\n    \"profanities\": \"okwu rere ure\",\n    \"profarmer\": \"onye ọrụ ugbo\",\n    \"profection\": \"nchedo\",\n    \"profectional\": \"ọkachamara\",\n    \"profectitious\": \"profektị\",\n    \"profederation\": \"mgbasa ozi\",\n    \"profeminist\": \"dibia di iche-iche\",\n    \"profeminists\": \"ndị ọkachamara\",\n    \"proferment\": \"profer\",\n    \"profess\": \"na-ekwu\",\n    \"professed\": \"kwue\",\n    \"professedly\": \"kwue\",\n    \"professes\": \"na-ekwu\",\n    \"professing\": \"ikwupụta\",\n    \"profession\": \"aka oru\",\n    \"professional\": \"ọkachamara\",\n    \"professionalisation\": \"ọkachamara\",\n    \"professionalise\": \"ọkachamara\",\n    \"professionalised\": \"ọkachamara\",\n    \"professionalising\": \"ọkachamara\",\n    \"professionalism\": \"ọkachamara\",\n    \"professionalist\": \"ọkachamara\",\n    \"professionalists\": \"ọkachamara\",\n    \"professionality\": \"ọrụ\",\n    \"professionalization\": \"ọkachamara\",\n    \"professionalize\": \"rụwa ọrụ\",\n    \"professionalized\": \"ọkachamara\",\n    \"professionalizing\": \"ọkachamara\",\n    \"professionally\": \"n'ọrụ\",\n    \"professionals\": \"ọkachamara\",\n    \"professionist\": \"ọkachamara\",\n    \"professionize\": \"hazie\",\n    \"professionless\": \"enweghị ọrụ\",\n    \"professions\": \"aka ọrụ\",\n    \"professive\": \"prọfesọ\",\n    \"professively\": \"professess\",\n    \"professor\": \"prọfesọ\",\n    \"professorate\": \"prọfesọ\",\n    \"professorhood\": \"prọfesọ\",\n    \"professory\": \"prọfesọ\",\n    \"professorialism\": \"ọkachamara\",\n    \"professorially\": \"prọfesọ\",\n    \"professoriate\": \"prọfesọ\",\n    \"professorlike\": \"dị ka prọfesọ\",\n    \"professorling\": \"prọfesọ\",\n    \"professors\": \"ndị prọfesọ\",\n    \"professorship\": \"prọfesọ\",\n    \"professorships\": \"prọfesọ\",\n    \"proffered\": \"wepụtara\",\n    \"profferer\": \"onye ọka mmụta\",\n    \"profferers\": \"ndị ọkachamara\",\n    \"proffering\": \"proff\",\n    \"proffers\": \"proff\",\n    \"proficience\": \"ikike\",\n    \"proficiency\": \"nkà\",\n    \"proficiencies\": \"nkà\",\n    \"proficient\": \"maara nke ọma\",\n    \"proficiently\": \"nke ọma\",\n    \"proficientness\": \"nkà\",\n    \"profile\": \"profaịlụ\",\n    \"profiled\": \"profaịlụ\",\n    \"profiler\": \"profaịlụ\",\n    \"profilers\": \"profaịlụ\",\n    \"profiles\": \"profaịlụ\",\n    \"profiling\": \"profaịlụ\",\n    \"profilist\": \"profil\",\n    \"profilograph\": \"profaịlụ\",\n    \"profit\": \"uru\",\n    \"profitability\": \"uru\",\n    \"profitable\": \"bara uru\",\n    \"profitableness\": \"uru\",\n    \"profitably\": \"bara uru\",\n    \"profited\": \"uru\",\n    \"profiteer\": \"uru\",\n    \"profiteered\": \"uru\",\n    \"profiteering\": \"uru\",\n    \"profiteers\": \"uru\",\n    \"profiter\": \"uru\",\n    \"profiterole\": \"uru\",\n    \"profiters\": \"ndị na-erite uru\",\n    \"profiting\": \"na-enweta uru\",\n    \"profitless\": \"abaghị uru\",\n    \"profitlessly\": \"enweghị uru\",\n    \"profitlessness\": \"enweghị uru\",\n    \"profitmonger\": \"Onyeoma\",\n    \"profitmongering\": \"ịba uru\",\n    \"profitproof\": \"uru akaebe\",\n    \"profits\": \"uru\",\n    \"profitsharing\": \"uru nkekọrịta\",\n    \"profitted\": \"nwee uru\",\n    \"profitter\": \"onye bara uru\",\n    \"profitters\": \"ndị bara uru\",\n    \"proflated\": \"prof\",\n    \"profligacy\": \"ọrụ aka\",\n    \"profligate\": \"gosi\",\n    \"profligated\": \"kpọtụrụ aha\",\n    \"profligately\": \"profligally\",\n    \"profligates\": \"ndị ọkachamara\",\n    \"profligation\": \"ọrụ\",\n    \"proflogger\": \"poloji\",\n    \"profluence\": \"mmeri\",\n    \"profluent\": \"iba uba\",\n    \"profluvious\": \"na-emepụta ihe\",\n    \"profonde\": \"mmmmmmmmmmmm\",\n    \"proforeign\": \"fore igbo\",\n    \"profound\": \"omimi\",\n    \"profounder\": \"nwee ike\",\n    \"profoundest\": \"omimi\",\n    \"profoundly\": \"oke omimi\",\n    \"profoundness\": \"omimi\",\n    \"profounds\": \"nkwuwa\",\n    \"profraternity\": \"pro nwanne\",\n    \"profre\": \"prof\",\n    \"profs\": \"prof\",\n    \"profugate\": \"sọọsọ\",\n    \"profulgent\": \"na-aga n'ihu\",\n    \"profundae\": \"profunda\",\n    \"profundity\": \"ibu\",\n    \"profuse\": \"prof\",\n    \"profusely\": \"n'ụba\",\n    \"profuseness\": \"okwu rere ure\",\n    \"profusive\": \"profus\",\n    \"profusively\": \"n'ụba\",\n    \"profusiveness\": \"profusive\",\n    \"progambling\": \"na-amụ ihe\",\n    \"progenerate\": \"na-amụba\",\n    \"progeneration\": \"omumu\",\n    \"progenerative\": \"ihe omumu\",\n    \"progeny\": \"umu\",\n    \"progenies\": \"umu\",\n    \"progenity\": \"ikike\",\n    \"progenitive\": \"progen\",\n    \"progenitiveness\": \"amuma\",\n    \"progenitor\": \"onye bu nna\",\n    \"progenitors\": \"ndi bu nna\",\n    \"progenitorship\": \"ibu\",\n    \"progenitress\": \"nwa nwanyi\",\n    \"progeniture\": \"umu\",\n    \"progermination\": \"nyocha\",\n    \"progged\": \"ọganihu\",\n    \"progging\": \"na-aga n'ihu\",\n    \"proglottic\": \"proglottik\",\n    \"prognosed\": \"prognised\",\n    \"prognosing\": \"nyocha\",\n    \"prognostications\": \"prognostic amụma\",\n    \"prognosticative\": \"amụma\",\n    \"prognosticator\": \"nyocha\",\n    \"prognosticators\": \"ihe nyocha\",\n    \"progovernment\": \"pro ọchịchị\",\n    \"prograde\": \"mmemme\",\n    \"program\": \"mmemme\",\n    \"programable\": \"programmable\",\n    \"programatic\": \"mmemme\",\n    \"programed\": \"mmemme\",\n    \"programer\": \"mmemme\",\n    \"programers\": \"mmemme\",\n    \"programing\": \"mmemme\",\n    \"programist\": \"onye mmemme\",\n    \"programistic\": \"mmemme\",\n    \"programmability\": \"mmemme\",\n    \"programmar\": \"mmemme\",\n    \"programmata\": \"mmemme\",\n    \"programmatic\": \"mmemme\",\n    \"programmatically\": \"n'usoro\",\n    \"programmatist\": \"onye mmemme\",\n    \"programme\": \"mmemme\",\n    \"programmed\": \"kenyere\",\n    \"programmer\": \"onye mmemme\",\n    \"programmers\": \"mmemme\",\n    \"programmes\": \"mmemme\",\n    \"programming\": \"mmemme\",\n    \"programmist\": \"onye mmemme\",\n    \"programs\": \"mmemme\",\n    \"progravid\": \"mmemme\",\n    \"progrediency\": \"amụma\",\n    \"progredient\": \"bara uru\",\n    \"progress\": \"ọganihu\",\n    \"progressed\": \"enwe ọganihu\",\n    \"progresser\": \"ịga n'ihu\",\n    \"progresses\": \"na-aga n'ihu\",\n    \"progressing\": \"na-aga n'ihu\",\n    \"progression\": \"ịga n'ihu\",\n    \"progressional\": \"na-aga n'ihu\",\n    \"progressionally\": \"na-aga n'ihu\",\n    \"progressionary\": \"na-aga n'ihu\",\n    \"progressionism\": \"ịga n'ihu\",\n    \"progressionist\": \"progressivism\",\n    \"progressions\": \"ịga n'ihu\",\n    \"progressism\": \"progressivism\",\n    \"progressist\": \"oganihu\",\n    \"progressive\": \"na-aga n'ihu\",\n    \"progressively\": \"nke nta nke nta\",\n    \"progressiveness\": \"ịga n'ihu\",\n    \"progressives\": \"na-aga n'ihu\",\n    \"progressivistic\": \"ihe na-aga n'ihu\",\n    \"progressor\": \"oganihu\",\n    \"proguardian\": \"onye nlekọta\",\n    \"prohibit\": \"gbochie\",\n    \"prohibita\": \"machibido\",\n    \"prohibited\": \"machibidoro\",\n    \"prohibiter\": \"onye na-amachibido iwu\",\n    \"prohibiting\": \"igbochi\",\n    \"prohibition\": \"mmachibido iwu\",\n    \"prohibitionary\": \"mmachibido iwu\",\n    \"prohibitionism\": \"mmachibido iwu\",\n    \"prohibitionist\": \"onye mmachi\",\n    \"prohibitionists\": \"ndị na-amachibido iwu\",\n    \"prohibitions\": \"mmachibido iwu\",\n    \"prohibitive\": \"mmachibido iwu\",\n    \"prohibitively\": \"igbochi\",\n    \"prohibitiveness\": \"mmachibido iwu\",\n    \"prohibitor\": \"machibidoro iwu\",\n    \"prohibitory\": \"machibidoro iwu\",\n    \"prohibitorily\": \"machibidoro iwu\",\n    \"prohibits\": \"gbochie\",\n    \"prohibitum\": \"machibido\",\n    \"proindemnity\": \"amamịghe\",\n    \"proindustrial\": \"ụlọ ọrụ na-arụ ọrụ\",\n    \"proinjunction\": \"ntinye\",\n    \"proinquiry\": \"proinquinance\",\n    \"proinsurance\": \"nkwenye\",\n    \"proinvestment\": \"ntinye\",\n    \"proirrigation\": \"mmachi\",\n    \"project\": \"oru ngo\",\n    \"projected\": \"buru amụma\",\n    \"projectedly\": \"n'omume\",\n    \"projecting\": \"na-arụ ọrụ\",\n    \"projectingly\": \"oru ngo\",\n    \"projection\": \"ntule\",\n    \"projectional\": \"ntule\",\n    \"projectionist\": \"onye ntule\",\n    \"projectionists\": \"ndị projection\",\n    \"projections\": \"amụma\",\n    \"projective\": \"oru ngo\",\n    \"projectively\": \"oru ngo\",\n    \"projectivity\": \"arụ ọrụ\",\n    \"projectors\": \"ndị ngo\",\n    \"projectress\": \"onye oru ngo\",\n    \"projectrix\": \"oru ngo\",\n    \"projects\": \"oru ngo\",\n    \"projecture\": \"oru ngo\",\n    \"projicient\": \"projj\",\n    \"projiciently\": \"projiciji\",\n    \"projudicial\": \"akpasu iwe\",\n    \"prokaryote\": \"prokaryo\",\n    \"proke\": \"oru\",\n    \"prokindergarten\": \"ụlọ akwụkwọ ọta akara\",\n    \"prolacrosse\": \"pro lacrosse\",\n    \"prolapse\": \"mmeba\",\n    \"prolapsed\": \"gbasaa\",\n    \"prolapses\": \"mmeba\",\n    \"prolate\": \"kwuo\",\n    \"prolately\": \"ikwupụta\",\n    \"prolateness\": \"prolaị\",\n    \"prolative\": \"ikwu\",\n    \"prolatively\": \"prola\",\n    \"prolectite\": \"igbali\",\n    \"prolegate\": \"na-ekwu okwu\",\n    \"proleniency\": \"ịdị ogologo oge\",\n    \"proles\": \"gbasaa\",\n    \"proletary\": \"prolet\",\n    \"proletarianise\": \"mgbasa ozi\",\n    \"proletarianised\": \"mkpọsa\",\n    \"proletarianising\": \"mgbasa\",\n    \"proletarianization\": \"mgbasa ozi\",\n    \"proletarianly\": \"na-aga n'ihu\",\n    \"proletaries\": \"prolet\",\n    \"proletarised\": \"mkpọsa\",\n    \"proletarising\": \"mgbasa\",\n    \"proletarization\": \"mgbasa ozi\",\n    \"proletarized\": \"mgbasa\",\n    \"proletarizing\": \"na-agbasa\",\n    \"prolicense\": \"ịgba mbọ\",\n    \"prolicidal\": \"na-eme mkpesa\",\n    \"prolicide\": \"mee ihe\",\n    \"proliferate\": \"ba uba\",\n    \"proliferated\": \"gbasaa\",\n    \"proliferates\": \"na-aba ụba\",\n    \"proliferating\": \"na-agbasa\",\n    \"proliferation\": \"mmụba\",\n    \"proliferations\": \"mmeba\",\n    \"proliferative\": \"ịmụba\",\n    \"proliferous\": \"ba uba\",\n    \"proliferously\": \"na-agbasa\",\n    \"prolify\": \"kpọsaanụ\",\n    \"prolific\": \"na-aga n'ihu\",\n    \"prolificacy\": \"ntuli aka\",\n    \"prolifical\": \"na-akpali akpali\",\n    \"prolifically\": \"na-eme nke ọma\",\n    \"prolificalness\": \"nkwalite\",\n    \"prolificate\": \"ba uba\",\n    \"prolificated\": \"gbasaa\",\n    \"prolificating\": \"na-amụba\",\n    \"prolification\": \"mkpọsa\",\n    \"prolificity\": \"prolity\",\n    \"prolificly\": \"bara ụba\",\n    \"prolificness\": \"ịba ụba\",\n    \"proligerous\": \"na-eme mkpọtụ\",\n    \"proliterary\": \"n'edetu ihe\",\n    \"proliturgical\": \"na-agbatị\",\n    \"prolix\": \"Emeka\",\n    \"prolixly\": \"Na Na Na\",\n    \"prolocution\": \"mmegharị\",\n    \"prolocutor\": \"onye mgbasa ozi\",\n    \"prolocutorship\": \"prolocutorhip\",\n    \"prologed\": \"gbasaa\",\n    \"prologing\": \"ịgha\",\n    \"prologise\": \"weputa\",\n    \"prologised\": \"gbasaa\",\n    \"prologising\": \"na-agbatị\",\n    \"prologist\": \"dibia bekee\",\n    \"prologized\": \"gbasaa\",\n    \"prologizing\": \"na-enyocha\",\n    \"prologue\": \"Okwu mbido\",\n    \"prologued\": \"Okwu mbido\",\n    \"prologuelike\": \"Okwu mmalite dị ka\",\n    \"prologuer\": \"Okwu mbido\",\n    \"prologues\": \"mkpọsa\",\n    \"prologuing\": \"na-ekwu okwu\",\n    \"prologuizing\": \"na-ekwu okwu\",\n    \"prolong\": \"mee ogologo oge\",\n    \"prolongable\": \"na-adịte aka\",\n    \"prolongableness\": \"ogologo\",\n    \"prolongably\": \"ogologo\",\n    \"prolongate\": \"gbatịkwuo\",\n    \"prolongated\": \"agbatịwo\",\n    \"prolongating\": \"na-agbatịkwu\",\n    \"prolongation\": \"oge\",\n    \"prolongations\": \"oge\",\n    \"prolonge\": \"na-egbu oge\",\n    \"prolonged\": \"agbatịwo\",\n    \"prolonger\": \"gbatịkwuo\",\n    \"prolonges\": \"na-agbatị\",\n    \"prolonging\": \"na-agbatịkwu\",\n    \"prolongment\": \"oge\",\n    \"prolongs\": \"na-agbatị\",\n    \"prolusion\": \"ntinye\",\n    \"prolusionize\": \"zoputa\",\n    \"prom\": \"nkwa\",\n    \"promachos\": \"mgbasa ozi\",\n    \"promagisterial\": \"mgbasa ozi\",\n    \"promagistracy\": \"nkwusa\",\n    \"promagistrate\": \"ikwusa\",\n    \"promammal\": \"promamal\",\n    \"promammalian\": \"onye mgbasa ozi\",\n    \"promarriage\": \"ịlụ di\",\n    \"promemorial\": \"kwere nkwa\",\n    \"promenade\": \"eme mkpagharị\",\n    \"promenaded\": \"kwere nkwa\",\n    \"promenader\": \"onye na-eme mkpagharị\",\n    \"promenaderess\": \"mgbasa ozi\",\n    \"promenaders\": \"ndị na-eme mkpagharị\",\n    \"promenades\": \"emegharị\",\n    \"promenading\": \"na-eme mkpagharị\",\n    \"promercy\": \"ikike\",\n    \"promerit\": \"gosiputa\",\n    \"prometacenter\": \"onye mgbasa ozi\",\n    \"promethazine\": \"nkwalite\",\n    \"promethean\": \"nkwalite\",\n    \"prometheus\": \"Onyekwere\",\n    \"promic\": \"nkwa\",\n    \"promilitary\": \"nkwa\",\n    \"promilitarism\": \"nkwalite\",\n    \"promilitarist\": \"nkwalite\",\n    \"prominence\": \"ama\",\n    \"prominences\": \"ugwu\",\n    \"prominency\": \"ama\",\n    \"prominent\": \"ama\",\n    \"prominently\": \"pụtara ìhè\",\n    \"prominimum\": \"kpakpando\",\n    \"proministry\": \"akara ngosi\",\n    \"prominority\": \"okwute\",\n    \"promisable\": \"kwere ekwe\",\n    \"promiscuity\": \"akwukwu\",\n    \"promiscuities\": \"omume rụrụ arụ\",\n    \"promiscuous\": \"na-akwa iko\",\n    \"promiscuously\": \"n’enwe mmekọahụ aghara aghara\",\n    \"promiscuousness\": \"kwara iko\",\n    \"promise\": \"nkwa\",\n    \"promised\": \"kwere nkwa\",\n    \"promisee\": \"nkwa\",\n    \"promisees\": \"kwere nkwa\",\n    \"promiseful\": \"kwere nkwa\",\n    \"promiseless\": \"enweghị nkwa\",\n    \"promisemonger\": \"onye nkwalite\",\n    \"promiseproof\": \"kwere nkwa\",\n    \"promiser\": \"kwere nkwa\",\n    \"promisers\": \"ndị kwere nkwa\",\n    \"promises\": \"nkwa\",\n    \"promising\": \"na-ekwe nkwa\",\n    \"promisingly\": \"na-ekwe nkwa\",\n    \"promisingness\": \"na-ekwe nkwa\",\n    \"promisor\": \"onye mgbasa ozi\",\n    \"promisors\": \"ndị mgbasa ozi\",\n    \"promiss\": \"kwenyere\",\n    \"promissionary\": \"onye mgbasa ozi\",\n    \"promissive\": \"na-ekwe nkwa\",\n    \"promissor\": \"onye mgbasa ozi\",\n    \"promissory\": \"nkwa\",\n    \"promissvry\": \"nkwalite\",\n    \"promit\": \"kwere\",\n    \"promitosis\": \"nkwenye\",\n    \"promittor\": \"onye ikpe\",\n    \"promnesia\": \"nkwalite\",\n    \"promo\": \"nkwado\",\n    \"promoderation\": \"nkwalite\",\n    \"promoderationist\": \"onye nkwalite\",\n    \"promodern\": \"nkwado\",\n    \"promodernist\": \"onye nkwalite\",\n    \"promodernistic\": \"mgbasa ozi\",\n    \"promonarchicalness\": \"mkpọtụ\",\n    \"promonarchists\": \"ndị na-eme mkpesa\",\n    \"promontory\": \"mkpali\",\n    \"promontoried\": \"na-ekwu okwu\",\n    \"promontories\": \"mkpọsa\",\n    \"promorph\": \"nkwado\",\n    \"promorphology\": \"nkwado\",\n    \"promorphological\": \"nkwado\",\n    \"promorphologically\": \"nkwado\",\n    \"promorphologist\": \"onye mgbasa ozi\",\n    \"promotability\": \"nkwalite\",\n    \"promotable\": \"akwalite\",\n    \"promote\": \"kwalite\",\n    \"promoted\": \"kwalitere\",\n    \"promotement\": \"nkwalite\",\n    \"promoter\": \"onye nkwalite\",\n    \"promoters\": \"ndị na-akwalite\",\n    \"promotes\": \"na-akwalite\",\n    \"promoting\": \"na-akwalite\",\n    \"promotion\": \"nkwalite\",\n    \"promotional\": \"nkwado\",\n    \"promotions\": \"akwalite\",\n    \"promotive\": \"kwalite\",\n    \"promotiveness\": \"nkwalite\",\n    \"promotor\": \"onye nkwalite\",\n    \"promotorial\": \"akwalite\",\n    \"promotress\": \"akwalite\",\n    \"promotrix\": \"nkwalite\",\n    \"promoval\": \"nkwalite\",\n    \"promove\": \"bulie ije\",\n    \"prompt\": \"ozugbo\",\n    \"promptbook\": \"Akwụkwọ Ntanetị\",\n    \"promptbooks\": \"ngwa ngwa\",\n    \"prompted\": \"kpaliri\",\n    \"prompter\": \"onye na-akpali ihe\",\n    \"prompters\": \"ndị na-ekwe nkwa\",\n    \"promptest\": \"ngwa ngwa\",\n    \"prompting\": \"na-akpali\",\n    \"promptings\": \"mkpali\",\n    \"promptitude\": \"ihe ngwa ngwa\",\n    \"promptive\": \"na-akpali akpali\",\n    \"promptly\": \"ngwa ngwa\",\n    \"promptness\": \"ngwa ngwa\",\n    \"promptorium\": \"agbali\",\n    \"promptress\": \"n'egbughị oge\",\n    \"prompts\": \"kpaliri\",\n    \"promptuary\": \"ngwa ngwa\",\n    \"prompture\": \"ngwa ngwa\",\n    \"promulgate\": \"nkwuwa\",\n    \"promulgated\": \"kwupụtara\",\n    \"promulgates\": \"na-agbasa ozi\",\n    \"promulgating\": \"ikwusa\",\n    \"promulgation\": \"nkwusa\",\n    \"promulgations\": \"nkwupụta\",\n    \"promulgator\": \"onye nkwusa\",\n    \"promulgatory\": \"nkwusa\",\n    \"promulgators\": \"nkwusa\",\n    \"promulge\": \"kwuputa\",\n    \"promulged\": \"kwupụtara\",\n    \"promulger\": \"onye nkwusa\",\n    \"promulges\": \"gbasaa\",\n    \"promulging\": \"ikwusa\",\n    \"promuscidate\": \"nkwalite\",\n    \"promuscis\": \"nkwalite\",\n    \"pronate\": \"akpọ\",\n    \"pronated\": \"akpọ\",\n    \"pronates\": \"akpọ\",\n    \"pronating\": \"pronation\",\n    \"pronationalistic\": \"pronationalist\",\n    \"pronative\": \"pron\",\n    \"pronatoflexor\": \"pronator mgbanwe\",\n    \"pronators\": \"mkpọchi\",\n    \"prone\": \"adịkarị mfe\",\n    \"pronegotiation\": \"nlọghachi\",\n    \"pronegro\": \"omume\",\n    \"pronegroism\": \"adịkarị mfe\",\n    \"pronely\": \"pron\",\n    \"proneness\": \"amụma\",\n    \"pronephric\": \"dị mfe\",\n    \"pronephridiostome\": \"dị mfe\",\n    \"pronephron\": \"dị mfe\",\n    \"pronephros\": \"ewu\",\n    \"proneur\": \"chọrọ\",\n    \"pronged\": \"gbanwere\",\n    \"pronghorns\": \"pronghorn\",\n    \"prongy\": \"prong\",\n    \"pronging\": \"pronger\",\n    \"pronglike\": \"dị ka\",\n    \"prongs\": \"prong\",\n    \"pronominal\": \"prongular\",\n    \"pronominalize\": \"kpọọ aha\",\n    \"pronominally\": \"ọtụtụ\",\n    \"pronomination\": \"mkpọchi\",\n    \"prononce\": \"mkpọsa\",\n    \"pronoun\": \"nnọchiaha\",\n    \"pronounal\": \"mkpọ\",\n    \"pronounce\": \"kpo okwu\",\n    \"pronounceable\": \"kwupụtara\",\n    \"pronounceableness\": \"mkpọsa\",\n    \"pronounced\": \"kwupụtara\",\n    \"pronouncedly\": \"kpọọ\",\n    \"pronouncedness\": \"nkwupụta okwu\",\n    \"pronouncement\": \"nkwupụta okwu\",\n    \"pronouncements\": \"nkwupụta okwu\",\n    \"pronounceness\": \"ịkpọ aha\",\n    \"pronouncer\": \"okwukwu\",\n    \"pronounces\": \"kwuru\",\n    \"pronouncing\": \"ikwupụta\",\n    \"pronouns\": \"nnọchiaha\",\n    \"pronunciability\": \"ịkpọ okwu\",\n    \"pronunciable\": \"ịkpọ okwu\",\n    \"pronunciation\": \"ịkpọ okwu\",\n    \"pronunciational\": \"ịkpọ okwu\",\n    \"pronunciations\": \"mkpọ okwu\",\n    \"pronunciative\": \"ịkpọ okwu\",\n    \"pronunciator\": \"ịkpọ okwu\",\n    \"pronunciatory\": \"ịkpọ okwu\",\n    \"proof\": \"akaebe\",\n    \"proofed\": \"gosipụtara\",\n    \"proofers\": \"ndị akaebe\",\n    \"proofful\": \"na-egosi\",\n    \"proofy\": \"ihe akaebe\",\n    \"proofing\": \"nyocha\",\n    \"proofless\": \"enweghị isi\",\n    \"prooflessly\": \"n'amaghi ama\",\n    \"proofness\": \"akaebe\",\n    \"proofread\": \"nyochagharị\",\n    \"proofreader\": \"onye na-enyocha ihe\",\n    \"proofreaders\": \"ndeghari\",\n    \"proofreading\": \"ịgụgharị\",\n    \"proofreads\": \"ndegharị\",\n    \"proofroom\": \"ebe ngosi\",\n    \"proofs\": \"ihe akaebe\",\n    \"propacifism\": \"mgbasa ozi\",\n    \"propacifist\": \"pro pacifist\",\n    \"propaedeutical\": \"propaedeutic\",\n    \"propagability\": \"mgbasa\",\n    \"propagable\": \"agbasa\",\n    \"propagableness\": \"mgbasa\",\n    \"propagand\": \"okwu nduhie\",\n    \"propaganda\": \"okwu nduhie\",\n    \"propagandic\": \"na-agbasa\",\n    \"propagandise\": \"na-agbasa\",\n    \"propagandised\": \"gbasaa\",\n    \"propagandising\": \"na-agbasa\",\n    \"propagandism\": \"mgbasa\",\n    \"propagandist\": \"onye na-agbasa echiche\",\n    \"propagandistic\": \"na-agbasa\",\n    \"propagandistically\": \"na-agbasa\",\n    \"propagandists\": \"ndị na-agbasa echiche\",\n    \"propagandize\": \"na-agbasa\",\n    \"propagandized\": \"mgbasa\",\n    \"propagandizes\": \"na-agbasa\",\n    \"propagandizing\": \"na-agbasa\",\n    \"propagate\": \"igbasa\",\n    \"propagated\": \"gbasaa\",\n    \"propagates\": \"na-agbasa\",\n    \"propagating\": \"na-agbasa\",\n    \"propagation\": \"mgbasa\",\n    \"propagational\": \"mgbasa\",\n    \"propagations\": \"mgbasa\",\n    \"propagative\": \"na-agbasa\",\n    \"propagator\": \"onye mgbasa\",\n    \"propagatory\": \"na-agbasa\",\n    \"propagators\": \"ndị na-agbasa echiche\",\n    \"propagatress\": \"mgbasa\",\n    \"propagines\": \"na-agbasa\",\n    \"propagula\": \"mgbasa\",\n    \"propagulla\": \"mgbasa\",\n    \"propagulum\": \"mgbasa\",\n    \"proparasceve\": \"akparama\",\n    \"proparent\": \"igosipụta\",\n    \"propargyl\": \"Mgbasa ozi\",\n    \"propargylic\": \"proargylic\",\n    \"proparliamental\": \"propa Parliamental\",\n    \"propassion\": \"obi ọmịiko\",\n    \"propatagian\": \"Onyegbula\",\n    \"propatriotic\": \"onye nlekọta\",\n    \"propel\": \"na-agbagharị\",\n    \"propellant\": \"na-akpali akpali\",\n    \"propellants\": \"Ndị na-akwado ya\",\n    \"propelled\": \"kpaliri\",\n    \"propellent\": \"na-akpali akpali\",\n    \"propeller\": \"igwe ogwu\",\n    \"propellers\": \"ndị na-ebu ihe\",\n    \"propelling\": \"na-akpali akpali\",\n    \"propellor\": \"igwe ogwu\",\n    \"propelment\": \"agụụ\",\n    \"propels\": \"Ike\",\n    \"propend\": \"gbasaa\",\n    \"propended\": \"kwadoro\",\n    \"propendent\": \"dabere\",\n    \"propending\": \"kwadoro\",\n    \"propends\": \"kwadoro\",\n    \"propenes\": \"ihe nkedo\",\n    \"propenols\": \"Mgbakwunye\",\n    \"propense\": \"ikekwe\",\n    \"propenseness\": \"mmụọ\",\n    \"propension\": \"ndọtị\",\n    \"propensity\": \"ọchịchọ\",\n    \"propensities\": \"ikike\",\n    \"propensitude\": \"ikike\",\n    \"proper\": \"kwesịrị ekwesị\",\n    \"properdin\": \"kwesịrị\",\n    \"properer\": \"na-akpali akpali\",\n    \"properest\": \"nwee mmasị\",\n    \"properispome\": \"Kwesịrị Ekwesị\",\n    \"properispomenon\": \"ezigbo nwanyi\",\n    \"properitoneal\": \"kwesịrị ekwesị\",\n    \"properly\": \"n'ụzọ kwesịrị ekwesị\",\n    \"properness\": \"kwesịrị ekwesị\",\n    \"propers\": \"Akwụkwọ\",\n    \"property\": \"ihe onwunwe\",\n    \"propertied\": \"Kwadoro\",\n    \"properties\": \"Njirimara\",\n    \"propertyless\": \"enweghị ihe onwunwe\",\n    \"propertyship\": \"Ezigbo iwu\",\n    \"propessimism\": \"enweghị echiche\",\n    \"propessimist\": \"onye nkwanye ugwu\",\n    \"prophecy\": \"amụma\",\n    \"prophecies\": \"amụma\",\n    \"prophecymonger\": \"onye amụma\",\n    \"prophesy\": \"buo amuma\",\n    \"prophesiable\": \"buru amụma\",\n    \"prophesied\": \"buru amụma\",\n    \"prophesier\": \"onye amụma\",\n    \"prophesiers\": \"ndị amụma\",\n    \"prophesies\": \"na-ebu amụma\",\n    \"prophesying\": \"na-ebu amụma\",\n    \"prophet\": \"onye amuma\",\n    \"prophetess\": \"onye amụma nwanyị\",\n    \"prophetesses\": \"ndị amụma nwaanyị\",\n    \"prophethood\": \"ibu amuma\",\n    \"prophetic\": \"amụma\",\n    \"prophetical\": \"onye amụma\",\n    \"propheticality\": \"amụma\",\n    \"prophetically\": \"n'amụma\",\n    \"propheticalness\": \"amụma\",\n    \"propheticism\": \"amụma\",\n    \"propheticly\": \"bu amụma\",\n    \"prophetism\": \"amụma\",\n    \"prophetize\": \"buo amuma\",\n    \"prophetless\": \"enweghị amụma\",\n    \"prophetlike\": \"dika onye amuma\",\n    \"prophetry\": \"amụma\",\n    \"prophets\": \"ndị amụma\",\n    \"prophetship\": \"onye amụma ụgbọ mmiri\",\n    \"prophylactical\": \"prophylactic\",\n    \"prophilosophical\": \"echiche\",\n    \"prophototropic\": \"Ekwensu\",\n    \"prophototropism\": \"nkwanye ugwu\",\n    \"propine\": \"proine\",\n    \"propined\": \"kwadoro\",\n    \"propines\": \"proines\",\n    \"propining\": \"na-agbakwunye\",\n    \"propinquity\": \"nkwalite\",\n    \"propiolate\": \"ịgbasa\",\n    \"propionate\": \"ikwado\",\n    \"propionic\": \"ikekwe\",\n    \"propithecus\": \"nkwalite\",\n    \"propitial\": \"nke mbụ\",\n    \"propitiate\": \"akpakpa\",\n    \"propitiated\": \"ịtọm ala\",\n    \"propitiates\": \"nkasi obi\",\n    \"propitiating\": \"na-eme udo\",\n    \"propitiatingly\": \"na-agbasa\",\n    \"propitiation\": \"amuma\",\n    \"propitious\": \"dị irè\",\n    \"propitiously\": \"na-ekwu okwu\",\n    \"propitiousness\": \"ịdọ aka ná ntị\",\n    \"propjet\": \"projet\",\n    \"propjets\": \"ihe ndozi\",\n    \"proplasm\": \"Mgbasaozi\",\n    \"proplasma\": \"Plasma\",\n    \"proplastic\": \"na-agbanwe agbanwe\",\n    \"propman\": \"onye mgbasa ozi\",\n    \"propmen\": \"ndị na-eme ihe\",\n    \"propmistress\": \"onye ndozi\",\n    \"propmistresses\": \"ndị ọkachamara\",\n    \"propodeal\": \"Nkwado\",\n    \"propodite\": \"nwee obi uto\",\n    \"propolises\": \"na-agbatị\",\n    \"propolitical\": \"nkwado\",\n    \"propolitics\": \"nkwenye\",\n    \"propolization\": \"nkwalite\",\n    \"propolize\": \"ịgbaso\",\n    \"proponed\": \"propone\",\n    \"proponement\": \"ịkwụ ụgwọ\",\n    \"proponent\": \"onye nkwado\",\n    \"proponents\": \"na-akwado echiche\",\n    \"proponer\": \"igwe oku\",\n    \"proponing\": \"proon na-ekwu okwu\",\n    \"propooling\": \"na-agbagharị\",\n    \"proport\": \"mbubata\",\n    \"proportion\": \"nkezi\",\n    \"proportionably\": \"proportionible\",\n    \"proportional\": \"otosịrị\",\n    \"proportionate\": \"otosịrị\",\n    \"proportionated\": \"otosịrị iru\",\n    \"proportionately\": \"proportionally\",\n    \"proportioned\": \"otosịrị\",\n    \"proportionless\": \"enweghị atụ\",\n    \"proportionment\": \"otosịrị iru\",\n    \"proportions\": \"otosịrị iru\",\n    \"propos\": \"echiche\",\n    \"proposable\": \"ọkọnọ\",\n    \"proposal\": \"amaghị\",\n    \"proposals\": \"amụma\",\n    \"proposant\": \"onye obula\",\n    \"propose\": \"gwa ya\",\n    \"proposed\": \"chọrọ\",\n    \"proposedly\": \"chọrọ\",\n    \"proposer\": \"onye na-atụ aro\",\n    \"proposers\": \"ndị na-atụ aro\",\n    \"proposes\": \"na-atụ aro\",\n    \"proposing\": \"na-atụ aro\",\n    \"propositi\": \"ndụmọdụ\",\n    \"propositio\": \"ndụmọdụ\",\n    \"proposition\": \"okwu\",\n    \"propositional\": \"Nkwupụta\",\n    \"propositionally\": \"n'ekwu\",\n    \"propositioned\": \"kwupụtara\",\n    \"propositioning\": \"ikwupụta\",\n    \"propositionize\": \"kwupụta\",\n    \"propositions\": \"amụma\",\n    \"propositus\": \"ndụmọdụ\",\n    \"propositusti\": \"ndụmọdụ\",\n    \"proposterously\": \"na-ekwu okwu\",\n    \"propounded\": \"kpọpụtara\",\n    \"propounders\": \"ndị na-eweta ego\",\n    \"propounding\": \"ịba ụba\",\n    \"propounds\": \"propound\",\n    \"propped\": \"pụtara\",\n    \"propping\": \"na-akwado\",\n    \"propr\": \"nke ọma\",\n    \"propraetor\": \"onye njikwa\",\n    \"propraetorial\": \"nwe\",\n    \"propraetorian\": \"pro praororian\",\n    \"propranolol\": \"Onyekwere\",\n    \"proprecedent\": \"ikwupụta\",\n    \"propretor\": \"onye nwe ahia\",\n    \"propretorial\": \"ihe dị mma\",\n    \"propretorian\": \"Onyekachi\",\n    \"propriation\": \"inwe ikike\",\n    \"propriatory\": \"nwere ikike\",\n    \"proprietary\": \"nwe\",\n    \"proprietarian\": \"onye akaebe\",\n    \"proprietariat\": \"ụlọ ahịa\",\n    \"proprietaries\": \"ndị ahịa\",\n    \"proprietarily\": \"kwesiri\",\n    \"propriety\": \"ziri ezi\",\n    \"proprieties\": \"ikike\",\n    \"proprietor\": \"onye nwe ahia\",\n    \"proprietory\": \"ikike\",\n    \"proprietorial\": \"nwe\",\n    \"proprietors\": \"ndị nwe ụlọ\",\n    \"proprietorship\": \"nwe ụlọ\",\n    \"proprietorships\": \"ikike\",\n    \"proprietress\": \"onye nwe ụlọ\",\n    \"proprietresses\": \"ndị nwe ụlọ\",\n    \"proprioception\": \"ikike\",\n    \"proprioceptive\": \"nwere ikike\",\n    \"propriospinal\": \"nke dị mkpa\",\n    \"proprivilege\": \"nwe\",\n    \"proproctor\": \"ihe ndozi\",\n    \"proprofit\": \"nwee ikike\",\n    \"proprovost\": \"Ekwukwu\",\n    \"props\": \"nkwado\",\n    \"propter\": \"ndọtị\",\n    \"propterygial\": \"ịkwado\",\n    \"proptosed\": \"Onyegbula\",\n    \"propublication\": \"mgbasa ozi\",\n    \"propublicity\": \"oha obodo\",\n    \"propugn\": \"mgbasa\",\n    \"propugnacled\": \"gbasaa\",\n    \"propugnaculum\": \"prougnaculum\",\n    \"propugnation\": \"mgbasa\",\n    \"propugnator\": \"mgbasa\",\n    \"propugner\": \"Mgbasapụ\",\n    \"propulsation\": \"nkwali\",\n    \"propulsatory\": \"nwee ume\",\n    \"propulse\": \"mkpali\",\n    \"propulsion\": \"Nkwali\",\n    \"propulsions\": \"nkwanye\",\n    \"propulsity\": \"nkwenye\",\n    \"propulsive\": \"na-akpali akpali\",\n    \"propulsor\": \"na-akpali akpali\",\n    \"propulsory\": \"na-akpali akpali\",\n    \"propunishment\": \"ntaramahụhụ\",\n    \"propurchase\": \"ịzụ ahịa\",\n    \"proracing\": \"nyocha\",\n    \"prorailroad\": \"ụzọ\",\n    \"prorate\": \"kwupụta\",\n    \"prorated\": \"gosipụtara\",\n    \"prorates\": \"na-egosi\",\n    \"prorating\": \"na-egosi\",\n    \"proration\": \"ntuli aka\",\n    \"proreader\": \"onye na-ede ihe\",\n    \"prorealist\": \"Ezenwankwo\",\n    \"prorealistic\": \"ezi uche\",\n    \"proreality\": \"okike\",\n    \"prorebate\": \"imeghari\",\n    \"prorecognition\": \"Nyocha\",\n    \"proreconciliation\": \"idozi\",\n    \"prorector\": \"ihe ngosi\",\n    \"proredemption\": \"amụma\",\n    \"proreduction\": \"njigide\",\n    \"proreform\": \"Proreform\",\n    \"proreformist\": \"onye ntughari\",\n    \"proregent\": \"malitere\",\n    \"prorelease\": \"nwepu\",\n    \"proreptilian\": \"onyeka\",\n    \"proreption\": \"okike\",\n    \"prorepublican\": \"obodo prorepublican\",\n    \"proresearch\": \"nyocha\",\n    \"proreservationist\": \"onye nkwalite\",\n    \"proresignation\": \"akwara\",\n    \"prorestriction\": \"mgbochi\",\n    \"prorevision\": \"oge\",\n    \"prorevisionist\": \"onye ohuru\",\n    \"prorevolution\": \"Ntughari\",\n    \"prorevolutionary\": \"ntughari\",\n    \"prorevolutionist\": \"onye nyocha\",\n    \"proritualistic\": \"na-ekwu okwu\",\n    \"prorogation\": \"prorog\",\n    \"prorogations\": \"prorog\",\n    \"prorogue\": \"nsogbu\",\n    \"prorogues\": \"proro\",\n    \"proroguing\": \"na-egbochi\",\n    \"proroyal\": \"na-achịkwa\",\n    \"proroyalty\": \"iguzosi ike n'ihe\",\n    \"proromance\": \"nkwalite\",\n    \"prorsal\": \"mgbapụ\",\n    \"proruption\": \"nchoputa\",\n    \"pros\": \"Uru\",\n    \"prosabbath\": \"mgbasa ozi\",\n    \"prosabbatical\": \"ịba uru\",\n    \"prosacral\": \"akara\",\n    \"prosaically\": \"prosaịl\",\n    \"prosaicalness\": \"prosaical\",\n    \"prosaisms\": \"nyocha\",\n    \"prosaists\": \"ndị na-eme nchọpụta\",\n    \"prosal\": \"uru\",\n    \"prosar\": \"nwee\",\n    \"prosarthri\": \"Ajuju\",\n    \"prosateur\": \"onye nwe ala\",\n    \"proscapula\": \"ịba uru\",\n    \"proscapular\": \"nkwusa\",\n    \"proscholastic\": \"Ochoko\",\n    \"proscholasticism\": \"Ochoko\",\n    \"proscholium\": \"chukwu\",\n    \"proschool\": \"ụlọ akwụkwọ\",\n    \"proscience\": \"abamuru\",\n    \"proscientific\": \"nkechi\",\n    \"proscind\": \"mebie\",\n    \"prosciutto\": \"prociutto\",\n    \"proscolecine\": \"okwa\",\n    \"proscolex\": \"Okwara\",\n    \"proscolices\": \"omume ọma\",\n    \"proscribable\": \"puru iche\",\n    \"proscribe\": \"machibido\",\n    \"proscribed\": \"machibidoro iwu\",\n    \"proscriber\": \"onye nkwado\",\n    \"proscribes\": \"iwu\",\n    \"proscribing\": \"iwu\",\n    \"proscript\": \"nkwusa\",\n    \"proscription\": \"machibido iwu\",\n    \"proscriptional\": \"iwu\",\n    \"proscriptionist\": \"onye a machibidoro iwu\",\n    \"proscriptions\": \"iwu\",\n    \"proscriptive\": \"iwu\",\n    \"proscriptively\": \"na-aga n'ihu\",\n    \"proscriptiveness\": \"ịba amị\",\n    \"proscutellar\": \"Okenye\",\n    \"proscutellum\": \"Procotellum\",\n    \"prosecrecy\": \"ikpe\",\n    \"prosecretin\": \"ikpe\",\n    \"prosected\": \"zigara\",\n    \"prosecting\": \"na-ekpe ikpe\",\n    \"prosector\": \"onye ikpe\",\n    \"prosectorial\": \"ikpe\",\n    \"prosectorium\": \"ebe obibi\",\n    \"prosectorship\": \"prosectorhip\",\n    \"prosects\": \"atụmanya\",\n    \"prosecutable\": \"na-ekpe ikpe\",\n    \"prosecute\": \"gbaa akwụkwọ\",\n    \"prosecuted\": \"onye ikpe\",\n    \"prosecutes\": \"gbara akwụkwọ\",\n    \"prosecuting\": \"na-ekpe ikpe\",\n    \"prosecution\": \"ikpe\",\n    \"prosecutions\": \"ikpe\",\n    \"prosecutive\": \"ikpe\",\n    \"prosecutor\": \"onye ikpe\",\n    \"prosecutory\": \"gbara akwụkwọ\",\n    \"prosecutorial\": \"ikpe\",\n    \"prosecutors\": \"ndị ikpe\",\n    \"prosecutrices\": \"ndị ikpe\",\n    \"prosecutrix\": \"ikpe\",\n    \"prosecutrixes\": \"iwu\",\n    \"prosed\": \"Uru\",\n    \"proseity\": \"ibu\",\n    \"prosely\": \"onye ozi\",\n    \"proselyte\": \"onye na-eso ụzọ\",\n    \"proselyted\": \"onye ozi\",\n    \"proselyter\": \"onye na-eso ụzọ\",\n    \"proselytes\": \"ndị na-eso ụzọ ndị Juu\",\n    \"proselytical\": \"onye ozi\",\n    \"proselyting\": \"ikwusa ozi ọma\",\n    \"proselytingly\": \"Onye Ozi\",\n    \"proselytisation\": \"mgbasa ozi\",\n    \"proselytise\": \"ozi-ọma\",\n    \"proselytised\": \"Onye Ozi\",\n    \"proselytiser\": \"onye ozi\",\n    \"proselytising\": \"ikwusa ozi ọma\",\n    \"proselytism\": \"ntọghata\",\n    \"proselytist\": \"onye na-eso ụzọ\",\n    \"proselytistic\": \"onye na-eso ụzọ\",\n    \"proselytization\": \"mgbasa ozi\",\n    \"proselytize\": \"ikwusa ozi ọma\",\n    \"proselytized\": \"onye ozi\",\n    \"proselytizer\": \"onye ozi\",\n    \"proselytizers\": \"ndị na-eme nkwusa\",\n    \"proselytizes\": \"na-agbanwe agbanwe\",\n    \"proselytizing\": \"ikwusa ozi ọma\",\n    \"proseminar\": \"ihe omumu\",\n    \"proseminary\": \"akwụkwọ\",\n    \"proseminate\": \"mgbasa ozi\",\n    \"prosemination\": \"mgbasa ozi\",\n    \"prosencephalic\": \"ịba uru\",\n    \"prosencephalon\": \"encenye\",\n    \"proseneschal\": \"mmmmmmmmmmmmm\",\n    \"prosequendum\": \"na-akpata\",\n    \"prosequi\": \"na-erute\",\n    \"prosequitur\": \"chukwunonso\",\n    \"proser\": \"Uru\",\n    \"proserpina\": \"Uzochi\",\n    \"prosers\": \"Uru\",\n    \"proses\": \"ihe\",\n    \"prosethmoid\": \"mmmmmmmmmmmmm\",\n    \"prosy\": \"Proy\",\n    \"prosify\": \"ịkwalite\",\n    \"prosification\": \"nkwalite\",\n    \"prosifier\": \"ihe nzacha\",\n    \"prosily\": \"proily\",\n    \"prosiliency\": \"nwee ikike\",\n    \"prosilient\": \"nwee ikike\",\n    \"prosiliently\": \"nwee ike\",\n    \"prosyllogism\": \"Ọdịmma\",\n    \"prosilverite\": \"nwee\",\n    \"prosimian\": \"Ezigbo\",\n    \"prosyndicalism\": \"Ọdịmma\",\n    \"prosyndicalist\": \"Onyeka onwenu\",\n    \"prosiness\": \"ọganihu\",\n    \"prosing\": \"uru\",\n    \"prosingly\": \"na-achọ\",\n    \"prosiphonal\": \"na-ekwu okwu\",\n    \"prosiphonate\": \"mgbasa\",\n    \"prosish\": \"ọganihu\",\n    \"prosist\": \"onye nkwado\",\n    \"prosit\": \"nwee uru\",\n    \"proskomide\": \"Urua\",\n    \"proslambanomenos\": \"nwewe\",\n    \"proslave\": \"nwekwaa\",\n    \"proslaver\": \"nwee\",\n    \"proslavery\": \"nwepu\",\n    \"proslaveryism\": \"mgbasa\",\n    \"proslyted\": \"Ikenna\",\n    \"proslyting\": \"Na-emegharị\",\n    \"prosodal\": \"Ọdịmma\",\n    \"prosode\": \"nkwalite\",\n    \"prosodemic\": \"ihe ngosi\",\n    \"prosodetic\": \"ọmụmụ ihe\",\n    \"prosody\": \"udo\",\n    \"prosodially\": \"n'usoro\",\n    \"prosodic\": \"Ọkwa\",\n    \"prosodical\": \"oge ochie\",\n    \"prosodically\": \"n'usoro\",\n    \"prosodics\": \"ihe omuma\",\n    \"prosodion\": \"ikike\",\n    \"prosodist\": \"Ọkwa\",\n    \"prosodus\": \"Ọkwa\",\n    \"prosogyrous\": \"na-aga n'ihu\",\n    \"prosorus\": \"nwekwuru\",\n    \"prospect\": \"atụmanya\",\n    \"prospected\": \"na-atụ anya\",\n    \"prospecting\": \"na-ele anya\",\n    \"prospection\": \"nyocha\",\n    \"prospections\": \"ọganihu\",\n    \"prospective\": \"atụmanya\",\n    \"prospectively\": \"n'atụmanya\",\n    \"prospectiveness\": \"atụmanya\",\n    \"prospectives\": \"atụmanya\",\n    \"prospectless\": \"enweghị olileanya\",\n    \"prospector\": \"onye ndu\",\n    \"prospectors\": \"ndị na-achọgharị ihe\",\n    \"prospects\": \"atụmanya\",\n    \"prospectus\": \"atụmanya\",\n    \"prospectuses\": \"atụmanya\",\n    \"prospectusless\": \"enweghị olileanya\",\n    \"prospeculation\": \"ịba ụba\",\n    \"prosper\": \"nwee ọganihu\",\n    \"prosperation\": \"ọganihu\",\n    \"prospered\": \"ọgaranya\",\n    \"prosperer\": \"uba\",\n    \"prospering\": \"na-enwe ọganihu\",\n    \"prosperity\": \"ọganihu\",\n    \"prosperities\": \"ọganihu\",\n    \"prospero\": \"Isochukwu\",\n    \"prosperous\": \"bara uba\",\n    \"prosperously\": \"udo\",\n    \"prosperousness\": \"ịba ọgaranya\",\n    \"prospers\": \"uba\",\n    \"prosphysis\": \"mgbasa\",\n    \"prosphoron\": \"Ogba\",\n    \"prospice\": \"baa uba\",\n    \"prospicience\": \"ọganihu\",\n    \"prosporangium\": \"ịba uru\",\n    \"prosport\": \"mbubata\",\n    \"prosser\": \"onye nkwalite\",\n    \"prosstoa\": \"onyinye\",\n    \"prostades\": \"Ihe nkedo\",\n    \"prostate\": \"gbuea\",\n    \"prostates\": \"na-akpọ isiala\",\n    \"prostatic\": \"Onodi\",\n    \"prostaticovesical\": \"ọrịre\",\n    \"prostatism\": \"Okpukpe\",\n    \"prostatitic\": \"Onodi\",\n    \"prostatolith\": \"Onochie\",\n    \"prostatomegaly\": \"Obinna Iwuchukwu\",\n    \"prostatometer\": \"prostatomita\",\n    \"prostatomyomectomy\": \"ọsịsọ\",\n    \"prostatorrhea\": \"Ogbuagu\",\n    \"prostatorrhoea\": \"Onyekwere\",\n    \"prostatotomy\": \"prostatotomi\",\n    \"prostemmate\": \"akwuna\",\n    \"prostern\": \"gbakwunyere\",\n    \"prostheses\": \"prosthes\",\n    \"prosthetist\": \"onye ogbara ohuru\",\n    \"prosthionic\": \"Uzochukwu\",\n    \"prosthodontic\": \"Onyegbula\",\n    \"prosthodontics\": \"mgbatị\",\n    \"prosthodontist\": \"Onyegbula\",\n    \"prostyles\": \"Ihe ndozi\",\n    \"prostitute\": \"akwuna\",\n    \"prostituted\": \"akwuna\",\n    \"prostitutely\": \"akwụna\",\n    \"prostitutes\": \"akwụna\",\n    \"prostituting\": \"akwuna\",\n    \"prostitution\": \"akwụna\",\n    \"prostitutor\": \"akwuna\",\n    \"prostoa\": \"onyinye\",\n    \"prostomiate\": \"mee ihe\",\n    \"prostoon\": \"ihe ngosi\",\n    \"prostrate\": \"kpọọ isiala\",\n    \"prostrated\": \"gbue ikpere n'ala\",\n    \"prostrates\": \"kpọọ isiala\",\n    \"prostrating\": \"na-akpọ isiala\",\n    \"prostration\": \"ịkpọ isiala\",\n    \"prostrations\": \"kpọọ isiala\",\n    \"prostrative\": \"na-ebu eze\",\n    \"prostrator\": \"Okwukwu\",\n    \"prosubmission\": \"mgbasa\",\n    \"prosubscription\": \"Proubscription\",\n    \"prosubstantive\": \"na-aga n'ihu\",\n    \"prosubstitution\": \"mgbasa ozi\",\n    \"prosuffrage\": \"mgbasa ozi\",\n    \"prosupervision\": \"nwepu\",\n    \"prosurgical\": \"na-arụ ọrụ\",\n    \"prosurrender\": \"nwee\",\n    \"protamins\": \"vitamin\",\n    \"protandrous\": \"puo\",\n    \"protandrously\": \"n'agha\",\n    \"protases\": \"na-ebido\",\n    \"protatic\": \"ihe omuma\",\n    \"protatically\": \"na mbu\",\n    \"prote\": \"ihe nchebe\",\n    \"proteaceous\": \"ihe nchebe\",\n    \"protead\": \"proteas\",\n    \"protean\": \"protein\",\n    \"proteanly\": \"protein\",\n    \"proteanwise\": \"protein maara ihe\",\n    \"proteases\": \"protease\",\n    \"protechnical\": \"nchedo\",\n    \"protect\": \"chebe\",\n    \"protectable\": \"ichebe\",\n    \"protectant\": \"nchedo\",\n    \"protected\": \"chebe\",\n    \"protectee\": \"chebe\",\n    \"protectible\": \"nchedo\",\n    \"protecting\": \"ichebe\",\n    \"protectingly\": \"n'ichebe\",\n    \"protectinglyrmal\": \"na-echebe\",\n    \"protectingness\": \"ichebe\",\n    \"protection\": \"nchedo\",\n    \"protectional\": \"nchebe\",\n    \"protectionate\": \"chebe\",\n    \"protectionism\": \"nchedo\",\n    \"protectionist\": \"nchedo\",\n    \"protectionists\": \"nchedo\",\n    \"protectionize\": \"nchedo\",\n    \"protections\": \"nchedo\",\n    \"protectionship\": \"nchedo\",\n    \"protective\": \"nchebe\",\n    \"protectively\": \"nchebe\",\n    \"protectiveness\": \"nchebe\",\n    \"protectograph\": \"nchekwaograph\",\n    \"protector\": \"onye nchebe\",\n    \"protectoral\": \"ihe nchedo\",\n    \"protectorate\": \"nchedo\",\n    \"protectorates\": \"na-echebe\",\n    \"protectory\": \"nchekwa\",\n    \"protectorial\": \"ihe nchebe\",\n    \"protectorian\": \"onye nchekwa\",\n    \"protectories\": \"ihe nchebe\",\n    \"protectorless\": \"onye na-enweghị nchebe\",\n    \"protectors\": \"ndị nchebe\",\n    \"protectorship\": \"nchebe\",\n    \"protectress\": \"ihe nchebe\",\n    \"protectresses\": \"ndi nchebe\",\n    \"protectrix\": \"nchedo\",\n    \"protects\": \"na-echebe\",\n    \"protege\": \"nchedo\",\n    \"protegee\": \"nchedoe\",\n    \"protegees\": \"ndi nchebe\",\n    \"proteges\": \"ihe nchebe\",\n    \"protegulum\": \"ihe nchebe\",\n    \"proteic\": \"na-echebe\",\n    \"proteid\": \"ihe nchebe\",\n    \"proteide\": \"ichebe\",\n    \"proteidean\": \"onye nkwado\",\n    \"proteides\": \"ihe nchebe\",\n    \"proteids\": \"ihe nchedo\",\n    \"proteiform\": \"proteiniform\",\n    \"proteinic\": \"nke protein\",\n    \"proteinochromogen\": \"proteininochromogen\",\n    \"proteinous\": \"na-edozi ahụ\",\n    \"proteins\": \"ndi na-edozi\",\n    \"proteles\": \"ihe nchebe\",\n    \"protelytropteran\": \"profentropteran\",\n    \"protelytropteron\": \"mmmmmmmmmmmmm\",\n    \"protelytropterous\": \"na-ebu amụma\",\n    \"protend\": \"kpalie\",\n    \"protended\": \"pụta\",\n    \"protending\": \"na-apụ\",\n    \"protends\": \"n'ezi\",\n    \"protense\": \"ihe niile\",\n    \"protensive\": \"Ochie\",\n    \"protensively\": \"n'ezigbo\",\n    \"proteoclastic\": \"ihe na-eme\",\n    \"proteogenous\": \"na-edozi ahụ\",\n    \"proteolysis\": \"proteinolysis\",\n    \"proteolytic\": \"ihe na-eme ndu\",\n    \"proteopectic\": \"nchedo\",\n    \"proteose\": \"chebe\",\n    \"proteoses\": \"ihe na-echebe\",\n    \"protephemeroid\": \"proteinphemeroid\",\n    \"proterandry\": \"nchedo\",\n    \"proterandric\": \"ihe nchedo\",\n    \"proterandrous\": \"na-echebe\",\n    \"proterandrously\": \"na-agbachitere\",\n    \"proterandrousness\": \"nchedo\",\n    \"proteranthy\": \"ihe nchebe\",\n    \"proteranthous\": \"ebe nchekwa\",\n    \"proterogynous\": \"nchebe\",\n    \"proteroglyph\": \"nchedo\",\n    \"proteroglypha\": \"Nwachukwu\",\n    \"proterotype\": \"ihe nchedo\",\n    \"proterve\": \"gosipụta\",\n    \"protervity\": \"Ogologo\",\n    \"protest\": \"mkpesa\",\n    \"protestable\": \"agbagha\",\n    \"protestancy\": \"nkwupụta iwe\",\n    \"protestant\": \"iwe\",\n    \"protestantish\": \"agbamgbama\",\n    \"protestantishly\": \"n'ezigbo\",\n    \"protestantism\": \"Protestantism\",\n    \"protestantize\": \"agbagha\",\n    \"protestantly\": \"n'egosi iwe\",\n    \"protestantlike\": \"gosiputara\",\n    \"protestants\": \"ndị ngagharị iwe\",\n    \"protestation\": \"ngagharị iwe\",\n    \"protestations\": \"ngagharị iwe\",\n    \"protestator\": \"onye ngagharị iwe\",\n    \"protestatory\": \"mkpesa\",\n    \"protested\": \"katọrọ\",\n    \"protester\": \"onye ngagharị iwe\",\n    \"protesters\": \"ndị ngagharị iwe\",\n    \"protesting\": \"na-eme ngagharị iwe\",\n    \"protestingly\": \"na-eme ngagharị iwe\",\n    \"protestive\": \"onye nkwusa\",\n    \"protestor\": \"onye ngagharị iwe\",\n    \"protestors\": \"ndị ngagharị iwe\",\n    \"protests\": \"ngagharị iwe\",\n    \"protevangelion\": \"Okpukpo\",\n    \"protext\": \"okwa\",\n    \"prothalli\": \"kpakpando\",\n    \"prothallial\": \"kpakpando\",\n    \"prothallium\": \"kpakpando\",\n    \"prothalloid\": \"prothallus\",\n    \"protheatrical\": \"usoro\",\n    \"protheses\": \"prosthes\",\n    \"prothesis\": \"prosthesis\",\n    \"prothetely\": \"na-agbaso\",\n    \"prothetic\": \"onye ohi\",\n    \"prothetical\": \"onye amụma\",\n    \"prothetically\": \"n'egbughị oge\",\n    \"protistological\": \"ihe omuma\",\n    \"protiston\": \"chukwunonso\",\n    \"protists\": \"na-akwado\",\n    \"proto\": \"ogbugba\",\n    \"protoactinium\": \"ogbugba ndu\",\n    \"protoamphibian\": \"Proffambian\",\n    \"protoanthropic\": \"usoro\",\n    \"protoapostate\": \"usoro\",\n    \"protoarchitect\": \"nchịkwa\",\n    \"protoascales\": \"ogbugba ndu\",\n    \"protoascomycetes\": \"usoro\",\n    \"protobacco\": \"ụtaba\",\n    \"protobasidiomycetes\": \"proto basidiomycetes\",\n    \"protobasidiomycetous\": \"proto basidiomycetous\",\n    \"protobishop\": \"bishọp\",\n    \"protoblast\": \"ogbugba ndu\",\n    \"protoblastic\": \"nchịkwa\",\n    \"protobranchiate\": \"usoro iwu\",\n    \"protocalcium\": \"ogbugba ndu\",\n    \"protocanonical\": \"usoro\",\n    \"protocaris\": \"ogbugba ndu\",\n    \"protocatechuic\": \"ogbugba ndu\",\n    \"protoceras\": \"usoro\",\n    \"protoceratidae\": \"usoro\",\n    \"protoceratops\": \"usoro nchịkwa\",\n    \"protocercal\": \"ogbako\",\n    \"protocerebral\": \"nchịkwa\",\n    \"protocerebrum\": \"usoro\",\n    \"protochemist\": \"onye nyocha\",\n    \"protochemistry\": \"ihe omumu\",\n    \"protochloride\": \"ogbugba ndu\",\n    \"protochorda\": \"ogbako\",\n    \"protochordate\": \"usoro\",\n    \"protochronicler\": \"ogbako\",\n    \"protocitizen\": \"kpomekpo\",\n    \"protoclastic\": \"ogbugba\",\n    \"protococcaceous\": \"Onochie\",\n    \"protococcal\": \"ogbugba ndu\",\n    \"protococcales\": \"usoro\",\n    \"protococcoid\": \"ogbako\",\n    \"protococcus\": \"ogbugba ndu\",\n    \"protocolar\": \"ogbugba ndu\",\n    \"protocolary\": \"usoro\",\n    \"protocoled\": \"ichoro\",\n    \"protocoleopterous\": \"kpakpando\",\n    \"protocoling\": \"ogbugba ndu\",\n    \"protocolist\": \"onye nyocha\",\n    \"protocolization\": \"ogbugba ndu\",\n    \"protocolled\": \"ogbugba ndu\",\n    \"protocolling\": \"ogbugba ndu\",\n    \"protocols\": \"ogbugba ndu\",\n    \"protoconch\": \"ogbugba ndu\",\n    \"protoconchal\": \"ogbugba ndu\",\n    \"protocone\": \"ogbugba ndu\",\n    \"protoconid\": \"ogbugba ndu\",\n    \"protoconule\": \"ogbugba ndu\",\n    \"protoconulid\": \"ogbugba ndu\",\n    \"protocopper\": \"ogbugba ndu\",\n    \"protocorm\": \"ogbugba ndu\",\n    \"protoelastose\": \"usoro\",\n    \"protoforester\": \"onye igbo\",\n    \"protogaster\": \"onye nchịkwa\",\n    \"protogelatose\": \"ogbugba ndu\",\n    \"protogenal\": \"usoro\",\n    \"protogenes\": \"usoro\",\n    \"protogenetic\": \"usoro\",\n    \"protogenist\": \"onye nyocha\",\n    \"protogeometric\": \"ogbugba ndu\",\n    \"protogyny\": \"usoro\",\n    \"protogynous\": \"usoro\",\n    \"protogod\": \"usoro\",\n    \"protogonous\": \"nke oma\",\n    \"protogospel\": \"usoro\",\n    \"protograph\": \"usoro\",\n    \"protohematoblast\": \"ogbugba ndu\",\n    \"protohemiptera\": \"usoro\",\n    \"protohemipteran\": \"usoro\",\n    \"protohemipteron\": \"usoro\",\n    \"protohemipterous\": \"usoro\",\n    \"protoheresiarch\": \"usoro\",\n    \"protohymenopterous\": \"usoro\",\n    \"protohippus\": \"usoro\",\n    \"protohistory\": \"usoro iwu\",\n    \"protohistorian\": \"onye nkuzi\",\n    \"protohistoric\": \"usoro iwu\",\n    \"protohomo\": \"usoro\",\n    \"protohuman\": \"usoro iwu\",\n    \"protoypes\": \"usoro iwu\",\n    \"protoiron\": \"usoro\",\n    \"protolanguage\": \"usoro iwu\",\n    \"protoleration\": \"usoro iwu\",\n    \"protoleucocyte\": \"usoro\",\n    \"protoleukocyte\": \"usoro iwu\",\n    \"protoliturgic\": \"usoro liturgic\",\n    \"protolog\": \"ogbugba ndu\",\n    \"protologist\": \"ọkà mmụta sayensị\",\n    \"protoloph\": \"proto loph\",\n    \"protonated\": \"na-ekwu okwu\",\n    \"protonation\": \"nkwupụta\",\n    \"protonotion\": \"nkwalite\",\n    \"protonotions\": \"nkwalite\",\n    \"protons\": \"proton\",\n    \"protoparent\": \"kpakpando\",\n    \"protopatrician\": \"dibia ogwugwo\",\n    \"protopectin\": \"protocolin\",\n    \"protopectinase\": \"usoro\",\n    \"protoperlaria\": \"nkwanye ugwu\",\n    \"protoperlarian\": \"onye nduzi\",\n    \"protophyll\": \"usoro iwu\",\n    \"protophyta\": \"usoro iwu\",\n    \"protophyte\": \"ogbugba ndu\",\n    \"protophytic\": \"ogbugba ndu\",\n    \"protophloem\": \"usoro iwu\",\n    \"protopyramid\": \"usoro\",\n    \"protopodial\": \"usoro\",\n    \"protopoetic\": \"usoro iwu\",\n    \"protoprism\": \"ọgbụgba\",\n    \"protore\": \"puta\",\n    \"protorohippus\": \"ogbugba ndu\",\n    \"protorosaur\": \"ogbugba ndu\",\n    \"protorosauria\": \"ogbugba ndu\",\n    \"protorosaurian\": \"ogbugba ndu\",\n    \"protorosaurus\": \"ogbugba ndu\",\n    \"protorthopteron\": \"kpakpando\",\n    \"protorthopterous\": \"kpakpando\",\n    \"protosaurian\": \"okwa ozo\",\n    \"protoscientific\": \"proto mmụta sayensị\",\n    \"protosilicon\": \"mmmmmmmmmmmmm\",\n    \"protosinner\": \"onye nkwado\",\n    \"protosyntonose\": \"mmuta\",\n    \"protosiphon\": \"ndozi\",\n    \"protosiphonaceous\": \"ndozi\",\n    \"protosocial\": \"usoro\",\n    \"protospasm\": \"usoro\",\n    \"protosphargis\": \"usoro\",\n    \"protospondyli\": \"ndabara\",\n    \"protospore\": \"usoro\",\n    \"protostega\": \"ogbugba ndu\",\n    \"protostele\": \"usoro iwu\",\n    \"protostelic\": \"usoro\",\n    \"protostome\": \"ụkpụrụ\",\n    \"protostrontium\": \"usoro\",\n    \"protothere\": \"kpakpando\",\n    \"protoveratrine\": \"usoro\",\n    \"protovestiary\": \"ihe omumu\",\n    \"protovillain\": \"usoro\",\n    \"protovum\": \"usoro iwu\",\n    \"protoxid\": \"ogbugba ndu\",\n    \"protoxide\": \"ogbugba ndu\",\n    \"protoxidize\": \"kagbuo\",\n    \"protoxidized\": \"emebere\",\n    \"protoxids\": \"ogbugba ndu\",\n    \"protoxylem\": \"ogbugba ndu\",\n    \"protozoans\": \"ndi ozo\",\n    \"protozoic\": \"usoro\",\n    \"protozoology\": \"usoro iwu\",\n    \"protozoological\": \"usoro nyocha\",\n    \"protozoologist\": \"onye nyocha\",\n    \"protozoonal\": \"usoro\",\n    \"protozzoa\": \"ogbugba ndu\",\n    \"protract\": \"wepụ\",\n    \"protractedly\": \"jiri ogologo oge\",\n    \"protractedness\": \"ogologo\",\n    \"protracter\": \"protractor\",\n    \"protractible\": \"puru\",\n    \"protracting\": \"protraction\",\n    \"protractive\": \"protraction\",\n    \"protrade\": \"wepu\",\n    \"protradition\": \"mgbasa ozi\",\n    \"protraditional\": \"protraita\",\n    \"protranslation\": \"ntughari\",\n    \"protreaty\": \"kpakpando\",\n    \"protreptic\": \"Ochie\",\n    \"protreptical\": \"Ochie\",\n    \"protrude\": \"kpakpando\",\n    \"protruded\": \"gbaghaara\",\n    \"protrudes\": \"na-apụta\",\n    \"protruding\": \"na-apụ apụ\",\n    \"protrusions\": \"Ntughari\",\n    \"protrusively\": \"n'agha\",\n    \"protrusiveness\": \"eburu\",\n    \"protuberance\": \"protube\",\n    \"protuberantly\": \"na-aga n'ihu\",\n    \"protuberantness\": \"protuberant\",\n    \"protuberosity\": \"protuberosị\",\n    \"protuberous\": \"na-ekwu okwu\",\n    \"protutor\": \"nduzi\",\n    \"proud\": \"dị mpako\",\n    \"prouder\": \"mpako\",\n    \"proudest\": \"dị mpako\",\n    \"proudful\": \"dị mpako\",\n    \"proudhearted\": \"mpako\",\n    \"proudish\": \"dị mpako\",\n    \"proudishly\": \"ji nganga\",\n    \"proudly\": \"nganga\",\n    \"proudling\": \"na-etu ọnụ\",\n    \"proudness\": \"nganga\",\n    \"proustian\": \"chukwunonso\",\n    \"proustite\": \"nkeoma\",\n    \"prov\": \"Okpukpe\",\n    \"provability\": \"mkpalite\",\n    \"provable\": \"a na-egosipụta\",\n    \"provableness\": \"ekwupụta\",\n    \"provably\": \"n'ụzọ dị egwu\",\n    \"provaccination\": \"ọgwụ mgbochi\",\n    \"provaccine\": \"ogwu\",\n    \"provaccinist\": \"onye mmegide\",\n    \"provant\": \"ekwuru\",\n    \"provascular\": \"provaskụl\",\n    \"prove\": \"gosi\",\n    \"provect\": \"gosipụta\",\n    \"provection\": \"ngosi\",\n    \"proved\": \"gosipụtara\",\n    \"proveditor\": \"gosipụtara\",\n    \"proveditore\": \"gosiri\",\n    \"provedly\": \"gosipụtara\",\n    \"provedor\": \"gosipụtara\",\n    \"provedore\": \"gosipụtara\",\n    \"proven\": \"nwapụtara\",\n    \"provenance\": \"nkwenye\",\n    \"provenances\": \"ihe ngosi\",\n    \"provencal\": \"pụtara\",\n    \"provencalize\": \"pụtara\",\n    \"provence\": \"pụtara\",\n    \"provencial\": \"gosipụta\",\n    \"provend\": \"gosi\",\n    \"provender\": \"gosi\",\n    \"provene\": \"gosi\",\n    \"provenience\": \"ihe ndozi\",\n    \"provenient\": \"ihe ndozi\",\n    \"provenly\": \"pụtara ìhè\",\n    \"provent\": \"na-egosi\",\n    \"prover\": \"ilu\",\n    \"proverb\": \"ilu\",\n    \"proverbed\": \"ilu\",\n    \"proverbial\": \"ilu\",\n    \"proverbialism\": \"ilu\",\n    \"proverbialist\": \"ilu ilu\",\n    \"proverbialize\": \"tụọ ilu\",\n    \"proverbially\": \"ilu\",\n    \"proverbic\": \"ilu ilu\",\n    \"proverbing\": \"ilu\",\n    \"proverbiology\": \"ilu\",\n    \"proverbiologist\": \"onye na-amụ ihe banyere ilu\",\n    \"proverbize\": \"ilu\",\n    \"proverblike\": \"ilu\",\n    \"proverbs\": \"ilu\",\n    \"provers\": \"na-egosi\",\n    \"proves\": \"na-egosi\",\n    \"proviant\": \"provi\",\n    \"provicariate\": \"imeka\",\n    \"providable\": \"inye\",\n    \"providance\": \"inye\",\n    \"provide\": \"weta\",\n    \"provided\": \"nyere\",\n    \"providence\": \"inye\",\n    \"provident\": \"Onye Ozo\",\n    \"providential\": \"na-egosi\",\n    \"providentially\": \"n'ụzọ pụtara ìhè\",\n    \"providently\": \"pụtara\",\n    \"providentness\": \"Nkwupụta\",\n    \"provider\": \"na-eweta\",\n    \"providers\": \"ndị na-enye ọrụ\",\n    \"provides\": \"ọnọ\",\n    \"providing\": \"na-enye\",\n    \"providore\": \"inye\",\n    \"providoring\": \"inye ihe\",\n    \"province\": \"ógbè\",\n    \"provinces\": \"ógbè\",\n    \"provincial\": \"mpaghara\",\n    \"provincialate\": \"mechie\",\n    \"provincialism\": \"ọchịchị obodo\",\n    \"provincialist\": \"onye ọchịchị\",\n    \"provinciality\": \"ógbè\",\n    \"provincialities\": \"ógbè\",\n    \"provincialization\": \"nchịkwa mpaghara\",\n    \"provincialize\": \"ichi obodo\",\n    \"provincially\": \"n'ógbè\",\n    \"provincialship\": \"ọchịchị\",\n    \"provinciate\": \"mpaghara\",\n    \"provinculum\": \"usoro iwu\",\n    \"provine\": \"Onochie\",\n    \"proving\": \"na-egosi\",\n    \"provingly\": \"na-egosi\",\n    \"provirus\": \"mmụọ\",\n    \"provision\": \"ndokwa\",\n    \"provisional\": \"nwa oge\",\n    \"provisionality\": \"ndokwa\",\n    \"provisionally\": \"nwa oge\",\n    \"provisionalness\": \"oge\",\n    \"provisionary\": \"oge\",\n    \"provisioned\": \"nyere\",\n    \"provisioner\": \"onye na-eweta ihe\",\n    \"provisioneress\": \"ndokwa\",\n    \"provisioning\": \"inye ihe\",\n    \"provisionless\": \"enweghị\",\n    \"provisionment\": \"ndokwa\",\n    \"provisions\": \"ndokwa\",\n    \"provisive\": \"ịkpasu iwe\",\n    \"provisoes\": \"nsogbu\",\n    \"provisory\": \"ịkpasu iwe\",\n    \"provisorily\": \"ji nwayọ\",\n    \"provisorship\": \"ikike\",\n    \"provivisection\": \"mkpali\",\n    \"provivisectionist\": \"Onyegbula\",\n    \"provocant\": \"onye nkpasu iwe\",\n    \"provocateurs\": \"ndị na-akpasu iwe\",\n    \"provocation\": \"nkpasu iwe\",\n    \"provocational\": \"akpali agụụ mmekọahụ\",\n    \"provocations\": \"ihe nkpasu iwe\",\n    \"provocative\": \"akpali agụụ mmekọahụ\",\n    \"provocatively\": \"na-akpali agụụ mmekọahụ\",\n    \"provocativeness\": \"ikpasu iwe\",\n    \"provocator\": \"onye nkpasu iwe\",\n    \"provocatory\": \"na-akpali agụụ mmekọahụ\",\n    \"provoke\": \"kpasuo iwe\",\n    \"provoked\": \"kpasuru iwe\",\n    \"provoker\": \"onye iwe\",\n    \"provokers\": \"ndị na-akwụ ụgwọ\",\n    \"provokes\": \"na-akpasu iwe\",\n    \"provoking\": \"na-akpasu iwe\",\n    \"provokingly\": \"na-akpali akpali\",\n    \"provokingness\": \"iwe\",\n    \"provolunteering\": \"na-ewepụta onwe m\",\n    \"provoquant\": \"onye nkwusa\",\n    \"provost\": \"nkwonkwo\",\n    \"provostal\": \"Ikwerre\",\n    \"provostess\": \"nkwalite\",\n    \"provosts\": \"nke\",\n    \"provostship\": \"ụgbọ mmiri provost\",\n    \"prowaterpower\": \"ike mmiri\",\n    \"prowed\": \"pụtara\",\n    \"prowersite\": \"prowite\",\n    \"prowess\": \"nkwuwa okwu\",\n    \"prowessed\": \"gbasaa\",\n    \"prowesses\": \"prowess\",\n    \"prowessful\": \"nwee ọganihu\",\n    \"prowfishes\": \"prowfish\",\n    \"prowled\": \"gbaghaara\",\n    \"prowlers\": \"ihe nyocha\",\n    \"prowling\": \"na-ese okwu\",\n    \"prowlingly\": \"n'agha\",\n    \"prows\": \"na-egosi\",\n    \"proxying\": \"na-achọ prox\",\n    \"proximal\": \"dị nso\",\n    \"proximally\": \"idi nso\",\n    \"proximate\": \"nsochi\",\n    \"proximately\": \"na-emechi\",\n    \"proximateness\": \"idi nso\",\n    \"proximation\": \"proxim\",\n    \"proximity\": \"idi nso\",\n    \"proximities\": \"idi nso\",\n    \"prozoning\": \"na-ekwu\",\n    \"prs\": \"Iker\",\n    \"prudely\": \"akọ\",\n    \"prudence\": \"akọ\",\n    \"prudences\": \"akọ\",\n    \"prudent\": \"akọ\",\n    \"prudential\": \"ezi uche\",\n    \"prudentialism\": \"ịdị akọ\",\n    \"prudentialist\": \"maara ihe\",\n    \"prudentiality\": \"akọ\",\n    \"prudentially\": \"jiri akọ\",\n    \"prudentialness\": \"akọ\",\n    \"prudently\": \"jiri akọ\",\n    \"prudery\": \"akọ\",\n    \"pruderies\": \"ịdị akọ\",\n    \"prudes\": \"prude\",\n    \"prudy\": \"akọ\",\n    \"prudish\": \"kpachara anya\",\n    \"prudishly\": \"jiri akọ\",\n    \"prudishness\": \"akọ\",\n    \"prudist\": \"maara ihe\",\n    \"prudity\": \"akọ\",\n    \"pruh\": \"chukwu\",\n    \"pruinescence\": \"akwa\",\n    \"pruinose\": \"akwa\",\n    \"prunable\": \"akpara\",\n    \"prunableness\": \"mbelata\",\n    \"prunably\": \"n'ụzọ dị nro\",\n    \"prunase\": \"kwachaa\",\n    \"prune\": \"prun\",\n    \"pruned\": \"edozi\",\n    \"prunell\": \"kporo\",\n    \"prunella\": \"kpakpando\",\n    \"prunellas\": \"akpo\",\n    \"prunelle\": \"kwachie\",\n    \"pruner\": \"kporo\",\n    \"pruners\": \"ndị na-egbu osisi\",\n    \"prunes\": \"akpara\",\n    \"pruniferous\": \"akpọnwụ\",\n    \"pruning\": \"kwachaa\",\n    \"prunitrin\": \"pronutrin\",\n    \"prunt\": \"bipụta\",\n    \"prunted\": \"ebipụta\",\n    \"prunus\": \"kwachaa\",\n    \"prurience\": \"ịdị ọcha\",\n    \"pruriency\": \"ịdị ọcha\",\n    \"prurient\": \"pruri\",\n    \"pruriently\": \"jiri nwayọ\",\n    \"pruriousness\": \"ịdị akọ\",\n    \"prussianise\": \"akọ\",\n    \"prussianised\": \"jiri akọ\",\n    \"prussianising\": \"ntughari\",\n    \"prussianizing\": \"usbụ prussianizing\",\n    \"prussians\": \"ndị isi Russia\",\n    \"prussic\": \"okwu nzuzu\",\n    \"prussify\": \"kwue\",\n    \"prussification\": \"ịkọwapụta\",\n    \"prutenic\": \"ịdị akọ\",\n    \"prutoth\": \"kpachara anya\",\n    \"psalis\": \"Obinna\",\n    \"psalloid\": \"Onyema\",\n    \"psalm\": \"Abụ Ọma\",\n    \"psalmbook\": \"abụ ọma\",\n    \"psalmed\": \"okpu\",\n    \"psalmy\": \"Abụ ọma\",\n    \"psalmic\": \"Abụ Ọma\",\n    \"psalming\": \"na-abụ abụ\",\n    \"psalmist\": \"ọbụ abụ\",\n    \"psalmister\": \"onyeoma\",\n    \"psalmistry\": \"abụ ọma\",\n    \"psalmists\": \"abụ ọma\",\n    \"psalmless\": \"enweghị olu\",\n    \"psalmody\": \"abuoma\",\n    \"psalmodial\": \"Obinna\",\n    \"psalmodic\": \"Abụ Ọma\",\n    \"psalmodical\": \"Abụ Ọma\",\n    \"psalmodies\": \"abụba\",\n    \"psalmodist\": \"onye soro chi\",\n    \"psalmodize\": \"Onyebuchi\",\n    \"psalmograph\": \"Onyebuchi\",\n    \"psalmographer\": \"onye na-ede ihe\",\n    \"psalmography\": \"ihe omuma\",\n    \"psalms\": \"abụ ọma\",\n    \"psalter\": \"onyeoma\",\n    \"psalterer\": \"bụrụ abụ\",\n    \"psaltery\": \"une\",\n    \"psalterial\": \"mmụọ ozi\",\n    \"psalterian\": \"onyeoma\",\n    \"psalteries\": \"ụbọ akwara\",\n    \"psalterion\": \"mmụọ ozi\",\n    \"psalterist\": \"onyeoma\",\n    \"psalters\": \"abụ ọma\",\n    \"psaltes\": \"abụba\",\n    \"psaltress\": \"abụba\",\n    \"psaltry\": \"nke oma\",\n    \"psaltries\": \"abụ ọma\",\n    \"psammead\": \"Onyebuchi\",\n    \"psammite\": \"nwekoro\",\n    \"psammites\": \"onyinyechi\",\n    \"psammitic\": \"ọtụmọkpọ\",\n    \"psammocharid\": \"okpokwu\",\n    \"psammogenous\": \"Onyeka Onwenu\",\n    \"psammolithic\": \"Onyeka Onwenu\",\n    \"psammology\": \"ihe omumu\",\n    \"psammologist\": \"ọkà mmụta ọgwụ\",\n    \"psammophile\": \"Onyebuchi\",\n    \"psammophilous\": \"onyinye\",\n    \"psammophis\": \"Onyeka Onwenu\",\n    \"psammophyte\": \"mmmmmmmmmmmmm\",\n    \"psammophytic\": \"mmmmmmmmmmmmm\",\n    \"psammosere\": \"ucheomere\",\n    \"psammous\": \"nnukwu\",\n    \"pschent\": \"uchechi\",\n    \"pschents\": \"Ugochukwu\",\n    \"psedera\": \"edenye\",\n    \"psellism\": \"Okwuchukwu\",\n    \"psellismus\": \"mmụọ\",\n    \"psend\": \"nwe\",\n    \"psetta\": \"uchechi\",\n    \"pseudandry\": \"Ezigbo ego\",\n    \"pseudapospory\": \"ihe onyinye\",\n    \"pseudaxis\": \"Mpapo\",\n    \"pseudelytron\": \"Ekechukwu\",\n    \"pseudelminth\": \"Ekechukwu\",\n    \"pseudembryo\": \"mmmmmmmmmmmmm\",\n    \"pseudembryonic\": \"mmmmmmmmmmmmm\",\n    \"pseudepigraphous\": \"pseudepigrapha\",\n    \"pseudepiploic\": \"pseud epiploic\",\n    \"pseudo\": \"aghụghọ\",\n    \"pseudoacademic\": \"mmmmmmmmmmmmm\",\n    \"pseudoacid\": \"mmmmmmmmmmmmm\",\n    \"pseudoacquaintance\": \"amamịghe-amara\",\n    \"pseudoadiabatic\": \"Pseudoadiabatic\",\n    \"pseudoaesthetic\": \"iheanacho\",\n    \"pseudoaesthetically\": \"iheanacho\",\n    \"pseudoaffectionately\": \"jiri obi uto\",\n    \"pseudoaggressive\": \"aghụghọ\",\n    \"pseudoaggressively\": \"na-emegide\",\n    \"pseudoamateurish\": \"mmmmmmmmmmmmm\",\n    \"pseudoambidextrous\": \"pseudo ambidextrous\",\n    \"pseudoambidextrously\": \"pseudo ambidextrously\",\n    \"pseudoancestral\": \"mmmmmmmmmmmmm\",\n    \"pseudoancestrally\": \"ihenanacho\",\n    \"pseudoanemic\": \"aghụghọ\",\n    \"pseudoangelic\": \"Onye Ozizi\",\n    \"pseudoangelical\": \"Onye Ozizi\",\n    \"pseudoangelically\": \"n'ozizi\",\n    \"pseudoantique\": \"mmmmmmmmmmmmm\",\n    \"pseudoapoplectic\": \"mmmmmmmmmmmmm\",\n    \"pseudoapprehensive\": \"pseudo ụjọ\",\n    \"pseudoapprehensively\": \"pseudo ụjọ\",\n    \"pseudoarchaically\": \"n'agha\",\n    \"pseudoascetic\": \"mmmmmmmmmmmmm\",\n    \"pseudoascetically\": \"N'amaghi ihe\",\n    \"pseudoasymmetry\": \"segwé ojii\",\n    \"pseudoasymmetric\": \"segwé ojii\",\n    \"pseudoasymmetrical\": \"segwé ojii\",\n    \"pseudoasymmetrically\": \"N'ihe ngosi\",\n    \"pseudoassertive\": \"aghụghọ\",\n    \"pseudoassertively\": \"na-egboro\",\n    \"pseudoassociational\": \"Mkparịta ụka\",\n    \"pseudobaptismal\": \"pseudobaptism\",\n    \"pseudobinary\": \"mmmmmmmmmmmmm\",\n    \"pseudobiographic\": \"akụkọ nduhie\",\n    \"pseudobiographical\": \"akụkọ nduhie\",\n    \"pseudobiologically\": \"n'adighi ike\",\n    \"pseudobrachial\": \"Onyebueze\",\n    \"pseudocelom\": \"Okwara\",\n    \"pseudocharitable\": \"onyinye pseudocha\",\n    \"pseudochemical\": \"kemịkalụ kemịkalụ\",\n    \"pseudochrysalis\": \"chukwu chrysalis\",\n    \"pseudochromia\": \"Pseudochromia\",\n    \"pseudocyphella\": \"Ndaba\",\n    \"pseudoclerically\": \"Ozo\",\n    \"pseudococcus\": \"mmmmmmmmmmmm\",\n    \"pseudocoel\": \"Okwara\",\n    \"pseudocoelom\": \"Okwaraor\",\n    \"pseudocoelome\": \"mmmmmmmmmmmm\",\n    \"pseudocompetitively\": \"na-agbam ume\",\n    \"pseudoconclude\": \"Pseudoconclude\",\n    \"pseudoconfessional\": \"Oha na eze\",\n    \"pseudoconjugation\": \"mmmmmmmmmmmmm\",\n    \"pseudocritically\": \"n'amụma\",\n    \"pseudocultural\": \"Omenala ndi ozo\",\n    \"pseudoculturally\": \"aghụghọ omenala\",\n    \"pseudodiphtheric\": \"ebee\",\n    \"pseudodivine\": \"Nwachukwu\",\n    \"pseudoeconomical\": \"ego\",\n    \"pseudoeconomically\": \"ego n'uba\",\n    \"pseudoeditorially\": \"N'ịzọ aghụghọ\",\n    \"pseudoembryo\": \"mmmmmmmmmmmmm\",\n    \"pseudoembryonic\": \"mmmmmmmmmmmmm\",\n    \"pseudoemotional\": \"nkwanye ugwu\",\n    \"pseudoemotionally\": \"n'ụzọ ziri ezi\",\n    \"pseudoenthusiastic\": \"pseudo ji obi uto\",\n    \"pseudoenthusiastically\": \"jiri obi uto na-eme ihe\",\n    \"pseudoephedrine\": \"Pseudoephedrine\",\n    \"pseudoerythrin\": \"mmmmmmmmmmmm\",\n    \"pseudoerotic\": \"mmetụ\",\n    \"pseudoerotically\": \"na-egosi ihe\",\n    \"pseudoeroticism\": \"echiche ụgha\",\n    \"pseudoethical\": \"aghụghọ\",\n    \"pseudoethically\": \"n'agha\",\n    \"pseudoeugenics\": \"Pseudoeugenics\",\n    \"pseudoevangelic\": \"mmmmmmmmmmmmm\",\n    \"pseudoevangelical\": \"Onye Ozizi\",\n    \"pseudoevangelically\": \"na-ezighi ezi\",\n    \"pseudoexperimentally\": \"N'agha\",\n    \"pseudofaithful\": \"aghụghọ\",\n    \"pseudofaithfully\": \"n'amaghi ekele\",\n    \"pseudofamous\": \"Amụma\",\n    \"pseudofamously\": \"Ighagburi\",\n    \"pseudofarcy\": \"segha\",\n    \"pseudofeverish\": \"akpakap\",\n    \"pseudofilarian\": \"Onye Nkwado\",\n    \"pseudofiles\": \"ụgha\",\n    \"pseudofinally\": \"n'agha\",\n    \"pseudoform\": \"Pseudoform\",\n    \"pseudoganglion\": \"mmmmmmmmmmmmm\",\n    \"pseudogaseous\": \"Ogbogbo\",\n    \"pseudogaster\": \"Onye Obia\",\n    \"pseudogenera\": \"mmmmmmmmmmmmm\",\n    \"pseudogeneric\": \"Ogbodo\",\n    \"pseudogenerically\": \"N'asụsụ\",\n    \"pseudogenerous\": \"aghụghọ\",\n    \"pseudogenteel\": \"Ogbogbo\",\n    \"pseudogenus\": \"Pseudogenus\",\n    \"pseudogeusia\": \"mmmmmmmmmmmm\",\n    \"pseudogyny\": \"Ogbogbo\",\n    \"pseudogyrate\": \"aghụghọ\",\n    \"pseudoglanders\": \"Ogha\",\n    \"pseudoglottis\": \"mmmmmmmmmmmm\",\n    \"pseudographeme\": \"akwalite\",\n    \"pseudographize\": \"ihe omuma\",\n    \"pseudogryphus\": \"mmmmmmmmmmmm\",\n    \"pseudohemal\": \"Pseudohemal\",\n    \"pseudoheroic\": \"mmmmmmmmmmmmm\",\n    \"pseudoheroical\": \"ihe osise\",\n    \"pseudoheroically\": \"N'amaghi ihe\",\n    \"pseudoinspiring\": \"akwalite\",\n    \"pseudoinstruction\": \"nkuzi pseudoin\",\n    \"pseudoinstructions\": \"ndozi\",\n    \"pseudointellectual\": \"Amamihe\",\n    \"pseudointellectually\": \"ọgụgụ isi\",\n    \"pseudointellectuals\": \"amamiihe ọgụgụ isi\",\n    \"pseudointernational\": \"ụgha\",\n    \"pseudoism\": \"aghụghọ\",\n    \"pseudoisomerism\": \"aghụghọ isomerism\",\n    \"pseudoisometric\": \"isometric dị aghụghọ\",\n    \"pseudojervine\": \"Okwara\",\n    \"pseudolabial\": \"Pseudolabial\",\n    \"pseudolarix\": \"Ogwashi-Uku\",\n    \"pseudolatry\": \"ụgha\",\n    \"pseudolegal\": \"onye iro\",\n    \"pseudolegality\": \"Okwu ugha\",\n    \"pseudolegislative\": \"mmmmmmmmmmmmm\",\n    \"pseudolinguistic\": \"asụsụ pseudolic\",\n    \"pseudolinguistically\": \"n'asụsụ asụsụ\",\n    \"pseudology\": \"ụgha\",\n    \"pseudological\": \"ihe omuma\",\n    \"pseudologically\": \"n'agha\",\n    \"pseudologist\": \"dibia bekee\",\n    \"pseudologue\": \"Okwu nzuzu\",\n    \"pseudomantic\": \"Amụma\",\n    \"pseudomedically\": \"n'agbụrụ\",\n    \"pseudomedieval\": \"oge obula\",\n    \"pseudomeningitis\": \"ọrịa pseudomeningitis\",\n    \"pseudomenstruation\": \"pseudomenstruation nka\",\n    \"pseudomiraculous\": \"ụgha ọrụ ebube\",\n    \"pseudomiraculously\": \"ụgha n'ụzọ ọrụ ebube\",\n    \"pseudomythically\": \"n'amaghi ihe\",\n    \"pseudomutuality\": \"oge obula\",\n    \"pseudonarcotic\": \"pseudo narcotic\",\n    \"pseudonational\": \"mba aghụghọ\",\n    \"pseudonationally\": \"n'amụma\",\n    \"pseudonym\": \"Aha nzuzo\",\n    \"pseudonymic\": \"nke anakpo\",\n    \"pseudonymity\": \"aha otutu\",\n    \"pseudonymous\": \"aha nzuzo\",\n    \"pseudonymously\": \"na-amaghị aha\",\n    \"pseudonymousness\": \"Enweghị aha\",\n    \"pseudonyms\": \"segha\",\n    \"pseudooccidental\": \"onye obula\",\n    \"pseudoofficially\": \"pseudo okwa\",\n    \"pseudoorganically\": \"n'agha\",\n    \"pseudooriental\": \"Amụma\",\n    \"pseudoorientally\": \"N'amaghi ihe\",\n    \"pseudoorthorhombic\": \"pureudo orthorhombic\",\n    \"pseudoovally\": \"N'ebe a\",\n    \"pseudopatriotically\": \"Ikwusi-ike nke mba\",\n    \"pseudoperianth\": \"Nwachukwu\",\n    \"pseudoperiodic\": \"ogechi\",\n    \"pseudopermanent\": \"Onyeka Onwenu\",\n    \"pseudophilanthropically\": \"pseudo philanthropically\",\n    \"pseudophilosophical\": \"aghụghọ amamihe\",\n    \"pseudopyriform\": \"Pseudopyriform\",\n    \"pseudoporphyritic\": \"pseudoporphyritic chọrọ\",\n    \"pseudoprimitivism\": \"pseudo primitivism\",\n    \"pseudoprincely\": \"pseudo nwa eze\",\n    \"pseudoptics\": \"aghụghọ\",\n    \"pseudopupal\": \"akpakpawa\",\n    \"pseudorabies\": \"Ndokwa\",\n    \"pseudoramulus\": \"Pseudoramulus\",\n    \"pseudorandom\": \"Pseudorandom\",\n    \"pseudoreduction\": \"nkwanye ugwu\",\n    \"pseudoreformed\": \"onye akaebe\",\n    \"pseudoregally\": \"N'ihe eji eme ihe\",\n    \"pseudoreligiously\": \"n'amaghị ama\",\n    \"pseudoresident\": \"Onyema\",\n    \"pseudoresidential\": \"ihe nzuzu\",\n    \"pseudoromantic\": \"mmmmmmmmmmmm\",\n    \"pseudoromantically\": \"n'agha\",\n    \"pseudorunic\": \"onye nkwusa\",\n    \"pseudosacrilegious\": \"adịgboroja sacrilegious\",\n    \"pseudosacrilegiously\": \"adịgboroja sacrilegiously\",\n    \"pseudosatirically\": \"n'amụma\",\n    \"pseudoscientifically\": \"sayensị pseudos\",\n    \"pseudoscientist\": \"onye pseudoscientist\",\n    \"pseudoscutum\": \"puwaudo scutum\",\n    \"pseudosemantically\": \"n'adighi ike\",\n    \"pseudosensational\": \"sedọ aka na ntị\",\n    \"pseudoservilely\": \"anakpọ\",\n    \"pseudosessile\": \"kpakpando\",\n    \"pseudosyllogism\": \"okwu ugha\",\n    \"pseudosymmetry\": \"akparamaagbara\",\n    \"pseudosymmetric\": \"segwé ojii\",\n    \"pseudoskink\": \"Nwachukwu\",\n    \"pseudosocial\": \"Onyekwere\",\n    \"pseudosocially\": \"ọhaneze\",\n    \"pseudosoph\": \"Okwara\",\n    \"pseudosperm\": \"kpakpando\",\n    \"pseudospermic\": \"ọtụmọkpọ\",\n    \"pseudospiritually\": \"n'ụzọ ziri ezi\",\n    \"pseudostomous\": \"Ikenna-amaghi\",\n    \"pseudostudious\": \"Agụụ\",\n    \"pseudostudiously\": \"Agụghị\",\n    \"pseudosubtly\": \"mgbe obula\",\n    \"pseudosweating\": \"aghụghọ\",\n    \"pseudotracheal\": \"akpakpawa\",\n    \"pseudotrimerous\": \"aghụghọ\",\n    \"pseudotuberculosis\": \"pseudot ụkwara nta\",\n    \"pseudoval\": \"oge obula\",\n    \"pseudovary\": \"Ozo\",\n    \"pseudovarian\": \"Onye Ozo\",\n    \"pseudovaries\": \"adịgboroja\",\n    \"pseudovelar\": \"onye nzuzu\",\n    \"pseudoventricle\": \"pseudo ventricle\",\n    \"pseudoviaduct\": \"pseudo viaduct\",\n    \"pseudoviperine\": \"pseudo viperine\",\n    \"pseudoviperous\": \"pseudo viperous\",\n    \"pseudoviperously\": \"pseudo viperously\",\n    \"pseudozealot\": \"mmmmmmmmmmmmm\",\n    \"pseudozealous\": \"onye nzuzu\",\n    \"pseudozealously\": \"ekwo ekwo\",\n    \"psf\": \"Ọma\",\n    \"pshav\": \"Afọ\",\n    \"pshawed\": \"kụchaa\",\n    \"pshawing\": \"ịkwọcha\",\n    \"psia\": \"Psia\",\n    \"psych\": \"uche\",\n    \"psychagogy\": \"ime uche\",\n    \"psychagogic\": \"isi mgbaka\",\n    \"psychal\": \"uchechi\",\n    \"psychalgia\": \"isi mgbaka\",\n    \"psychanalysis\": \"psychoanalysis\",\n    \"psychanalysist\": \"onye na-agwọ ọrịa uche\",\n    \"psychanalytic\": \"psychoanalytic\",\n    \"psychanalytically\": \"psychoanalytically\",\n    \"psychasthenic\": \"isi mgbaka\",\n    \"psyche\": \"uche\",\n    \"psychean\": \"uche\",\n    \"psyched\": \"uche\",\n    \"psychedelic\": \"agbasi\",\n    \"psychedelically\": \"uche uche\",\n    \"psychedelics\": \"agbasi\",\n    \"psyches\": \"uche\",\n    \"psychesthesia\": \"chestgba aghara\",\n    \"psychesthetic\": \"uche\",\n    \"psychiasis\": \"isi mgbaka\",\n    \"psychiater\": \"onye isi mgbaka\",\n    \"psychiatry\": \"isi mgbaka\",\n    \"psychiatria\": \"isi mgbaka\",\n    \"psychiatric\": \"isi mgbaka\",\n    \"psychiatrical\": \"isi mgbaka\",\n    \"psychiatrically\": \"psychiatric\",\n    \"psychiatries\": \"isi mgbaka\",\n    \"psychiatrist\": \"dibia ogwo\",\n    \"psychiatrists\": \"ndị isi mgbaka\",\n    \"psychiatrize\": \"isi mgbaka\",\n    \"psychic\": \"uche\",\n    \"psychical\": \"uche\",\n    \"psychically\": \"uche\",\n    \"psychichthys\": \"amachi\",\n    \"psychicism\": \"isi uche\",\n    \"psychicist\": \"dibia uche\",\n    \"psychics\": \"ndị mmụọ\",\n    \"psyching\": \"uche\",\n    \"psychism\": \"isi uche\",\n    \"psychist\": \"dibia\",\n    \"psycho\": \"akparamaagwa\",\n    \"psychoanal\": \"akparamaagwa\",\n    \"psychoanalyst\": \"ọkà mmụta sayensị\",\n    \"psychoanalysts\": \"ndị nyocha psychoanalyst\",\n    \"psychobiology\": \"akparamaagwa\",\n    \"psychobiologic\": \"akparamaagwu\",\n    \"psychobiological\": \"akparamaagwa\",\n    \"psychobiologist\": \"ọkà n'akparamàgwà mmadụ\",\n    \"psychobiotic\": \"akparamaagwa\",\n    \"psychochemical\": \"akwara\",\n    \"psychochemist\": \"ọkà n'akparamàgwà mmadụ\",\n    \"psychoclinic\": \"akparamaagwa\",\n    \"psychoclinicist\": \"ọkà mmụta banyere ọrịa uche\",\n    \"psychodelic\": \"uche\",\n    \"psychodidae\": \"uche-ndu\",\n    \"psychodynamic\": \"mgbatị mmụọ\",\n    \"psychodynamics\": \"ihe omimi\",\n    \"psychodrama\": \"psychhodrama\",\n    \"psychodramas\": \"psychhodramas\",\n    \"psychodramatic\": \"Ọkpụkpụ mmụọ\",\n    \"psychoeducational\": \"mmuta\",\n    \"psychogalvanic\": \"mmmmmmmmmmmmm\",\n    \"psychogenetically\": \"n'ụzọ mmetụta uche\",\n    \"psychogeny\": \"akparamaagwa\",\n    \"psychogenic\": \"akparamaagwa\",\n    \"psychogenically\": \"n'ụzọ mmetụta uche\",\n    \"psychognosy\": \"akparamaagwa\",\n    \"psychognostic\": \"akparamaji\",\n    \"psychogony\": \"akparamaagwa\",\n    \"psychograph\": \"akparamaagwa\",\n    \"psychographer\": \"ọkà n'akparamàgwà mmadụ\",\n    \"psychography\": \"akparamaagwa\",\n    \"psychographic\": \"ihe omuma\",\n    \"psychographically\": \"n'ụzọ mmetụta uche\",\n    \"psychographist\": \"onye akparamaagwa\",\n    \"psychokyme\": \"akparama\",\n    \"psycholinguistic\": \"echebara echiche\",\n    \"psycholinguistics\": \"nkà mmụta sayensị\",\n    \"psychologer\": \"akparamaagwa\",\n    \"psychology\": \"akparamaagwa\",\n    \"psychologian\": \"akparamaagwa\",\n    \"psychologic\": \"akparamaagwa\",\n    \"psychological\": \"nke uche\",\n    \"psychologically\": \"nke uche\",\n    \"psychologics\": \"akparamaagwa\",\n    \"psychologies\": \"akparamaagwa\",\n    \"psychologised\": \"nwere uche\",\n    \"psychologism\": \"akparamaagwa\",\n    \"psychologist\": \"ọkà n'akparamàgwà mmadụ\",\n    \"psychologistic\": \"akparamaagwa\",\n    \"psychologists\": \"ndị ọkà n'akparamàgwà mmadụ\",\n    \"psychologize\": \"jiri uche\",\n    \"psychologized\": \"akparamaagwa\",\n    \"psychologizing\": \"na-elekọta ahụ\",\n    \"psychologue\": \"mmekọrịta mmadụ na ibe ya\",\n    \"psychomancy\": \"akparamaagwa\",\n    \"psychometer\": \"akparamaagwa\",\n    \"psychometry\": \"akparamaagwa\",\n    \"psychometric\": \"akparamaagwa\",\n    \"psychometrical\": \"akparamaagwa\",\n    \"psychometrically\": \"echebara echiche\",\n    \"psychometrician\": \"ọkà n'akparamàgwà mmadụ\",\n    \"psychometrics\": \"uche\",\n    \"psychometries\": \"akparamaagwa\",\n    \"psychometrist\": \"ọkà n'akparamàgwà mmadụ\",\n    \"psychometrize\": \"echebara\",\n    \"psychomorphic\": \"akparamaagwa\",\n    \"psychon\": \"uche\",\n    \"psychoneural\": \"uche\",\n    \"psychoneurological\": \"agbasara mmụọ\",\n    \"psychoneurotic\": \"uche agbasi\",\n    \"psychony\": \"akparamaagwa\",\n    \"psychonomy\": \"uche\",\n    \"psychonomic\": \"uche-uche\",\n    \"psychonomics\": \"ihe omuma\",\n    \"psychoorganic\": \"akparamaagwa\",\n    \"psychopanychite\": \"iheanyichukwu\",\n    \"psychopannychy\": \"akparamaagwa\",\n    \"psychopannychian\": \"akparamachichi\",\n    \"psychopath\": \"akparamaagwa\",\n    \"psychopathy\": \"mmetụta uche\",\n    \"psychopathic\": \"akparamaagwa\",\n    \"psychopathies\": \"akparamaagwa\",\n    \"psychopathology\": \"akparamaagwa\",\n    \"psychopathologic\": \"akparamaagwa\",\n    \"psychopathologist\": \"ọkà n'akparamàgwà mmadụ\",\n    \"psychopaths\": \"akparamaagwa\",\n    \"psychopetal\": \"uche\",\n    \"psychophysically\": \"n'ụzọ mmetụta uche\",\n    \"psychophysicist\": \"ọkà mmụta sayensị\",\n    \"psychophysiologist\": \"ọkà n'akparamàgwà mmadụ\",\n    \"psychoplasm\": \"akparamaagwa\",\n    \"psychorealistic\": \"akparamaagwa\",\n    \"psychorhythm\": \"kpachapụrụ anya\",\n    \"psychorhythmic\": \"psyhhorhythmic na-ahụ anya\",\n    \"psychorhythmical\": \"ihe omuma\",\n    \"psychorhythmically\": \"psyhohorhythmically\",\n    \"psychorrhagy\": \"psychhorrhagy\",\n    \"psychorrhagic\": \"psykhorrhagic\",\n    \"psychos\": \"akparamaagwa\",\n    \"psychosarcous\": \"akparama\",\n    \"psychosensory\": \"akparamaagwa\",\n    \"psychosensorial\": \"akparamaagwa\",\n    \"psychoses\": \"akparamaagwa\",\n    \"psychosexuality\": \"mmekorita nwoke na nwanyi\",\n    \"psychosexually\": \"n'akparamaagwa\",\n    \"psychosynthetic\": \"akparamaagwa\",\n    \"psychosis\": \"akparamaagwa\",\n    \"psychosocial\": \"akparamaagwa\",\n    \"psychosocially\": \"akparamàgwà mmadụ\",\n    \"psychosome\": \"akparamaagwa\",\n    \"psychostasy\": \"akparamaagwa\",\n    \"psychostatic\": \"nke uche\",\n    \"psychostatically\": \"n'ụzọ mmetụta uche\",\n    \"psychosurgeon\": \"akparamaagwa\",\n    \"psychosurgery\": \"ịgwọ ọrịa uche\",\n    \"psychotechnical\": \"akparama\",\n    \"psychotechnician\": \"ọkà mmụta sayensị\",\n    \"psychotechnology\": \"nkà na ụzụ\",\n    \"psychotechnological\": \"nkà na ụzụ\",\n    \"psychotechnologist\": \"ọkà mmụta sayensị\",\n    \"psychotheist\": \"ọkà n'akparamàgwà mmadụ\",\n    \"psychotherapeutic\": \"mmuta uche\",\n    \"psychotherapeutical\": \"akparamaagwa\",\n    \"psychotherapeutically\": \"na-agwọ ọrịa\",\n    \"psychotherapeutics\": \"mmuta uche\",\n    \"psychotherapeutist\": \"ọkà mmụta banyere ọrịa uche\",\n    \"psychotherapies\": \"usoro ọgwụgwọ\",\n    \"psychotherapist\": \"ọkà mmụta banyere ọrịa uche\",\n    \"psychotherapists\": \"ndi mmuta uche\",\n    \"psychotic\": \"akparamaagwa\",\n    \"psychotically\": \"n'ụzọ mmetụta uche\",\n    \"psychotogen\": \"psychhotogen\",\n    \"psychotoxic\": \"uche-egbu egbu\",\n    \"psychotropic\": \"akparamaagwa\",\n    \"psychovital\": \"akparamaagwa\",\n    \"psychozoic\": \"akparamaagwa\",\n    \"psychs\": \"ndị mmụọ\",\n    \"psychurgy\": \"mgbagha\",\n    \"psycter\": \"onye mkpali\",\n    \"psid\": \"Onye nwe anyi\",\n    \"psig\": \"uche\",\n    \"psykters\": \"ndị mmụọ\",\n    \"psylla\": \"Obinna\",\n    \"psyllas\": \"Obinna\",\n    \"psyllid\": \"chee\",\n    \"psyllids\": \"mmamiri\",\n    \"psyllium\": \"mkpuru\",\n    \"psilomelanic\": \"Nkechi Nwachukwu\",\n    \"psilosopher\": \"onye isi ihe\",\n    \"psilosophy\": \"akuko\",\n    \"psilotaceous\": \"Nkechi\",\n    \"psis\": \"onyinye\",\n    \"psithyrus\": \"okpokoro\",\n    \"psithurism\": \"okpu\",\n    \"psittaceous\": \"Ugochukwu\",\n    \"psittaceously\": \"Onyegbula\",\n    \"psittaciformes\": \"iheanacho\",\n    \"psittacinae\": \"onyinyechi\",\n    \"psittacine\": \"Obinna\",\n    \"psittacinite\": \"Okpukpo\",\n    \"psittacism\": \"mmụọ\",\n    \"psittacistic\": \"nwekoro\",\n    \"psittacomorphae\": \"ugochukwu\",\n    \"psittacomorphic\": \"Onyeka Onwenu\",\n    \"psittacotic\": \"Onyeka Onwenu\",\n    \"psittacus\": \"Ugochukwu\",\n    \"psywar\": \"uche\",\n    \"psoadic\": \"onyinye\",\n    \"psoai\": \"Nkechi\",\n    \"psoatic\": \"ihe nzuzu\",\n    \"psocid\": \"Nkechi\",\n    \"psocids\": \"onyinyechi\",\n    \"psocine\": \"onyinye\",\n    \"psomophagy\": \"mmụọ\",\n    \"psomophagic\": \"mmụọ\",\n    \"psomophagist\": \"Onyeka Onwenu\",\n    \"psoriasic\": \"mmụọ\",\n    \"psoriasiform\": \"onyinye\",\n    \"psoriasis\": \"ụkwara\",\n    \"psoriatic\": \"mmụọ\",\n    \"psoriatiform\": \"onyinye\",\n    \"psoric\": \"abụba\",\n    \"psoroid\": \"akwalite\",\n    \"psorosis\": \"ọrịa psorosis\",\n    \"psorosperm\": \"akwalite\",\n    \"psorospermial\": \"onyinyechi\",\n    \"psorospermic\": \"ihendorie\",\n    \"psorous\": \"ihe omimi\",\n    \"pssimistical\": \"enweghi nchekwube\",\n    \"psst\": \"okpu\",\n    \"pst\": \"okpu\",\n    \"psuedo\": \"aghụghọ\",\n    \"psw\": \"Onyema\",\n    \"ptarmical\": \"ọgwụ\",\n    \"pteraspid\": \"Ekechukwu\",\n    \"pteraspis\": \"Onyeka Onwenu\",\n    \"pterian\": \"onye nzulite\",\n    \"pteric\": \"ihe nzuzu\",\n    \"pterichthyodes\": \"Nwachukwu\",\n    \"pterichthys\": \"Nwachukwu\",\n    \"pterideous\": \"ihe nzuzu\",\n    \"pteridology\": \"ọgwụgwọ ọrịa\",\n    \"pteridological\": \"ịgwọ ọrịa\",\n    \"pteridologist\": \"dibia igbo\",\n    \"pteridospermous\": \"Ikenna Ojuju\",\n    \"pterygia\": \"ọrịa\",\n    \"pterygial\": \"ekpenta\",\n    \"pterygium\": \"ogwu\",\n    \"pterygodum\": \"petergodum\",\n    \"pterygoidal\": \"ịteryụ ọgwụ\",\n    \"pterygoidean\": \"onye na-akwado ha\",\n    \"pterygomalar\": \"petergomalar\",\n    \"pterygomandibular\": \"petergomandibular\",\n    \"pterygospinous\": \"ihe ike\",\n    \"pterygotous\": \"ihe nile\",\n    \"pterylae\": \"ekpenta\",\n    \"pterylography\": \"ihe omumu\",\n    \"pterylographic\": \"ihe ederede\",\n    \"pterylographical\": \"ihe ederede\",\n    \"pterylology\": \"akwara\",\n    \"pterylological\": \"ogwu\",\n    \"pterylosis\": \"ekpenta\",\n    \"pterocera\": \"Onyeka Onwenu\",\n    \"pterocles\": \"ihe egwuregwu\",\n    \"pterocletes\": \"ihe egwuregwu\",\n    \"pterodactyl\": \"Onyeka Onwenu\",\n    \"pterodactyloid\": \"Onyeka Onwenu\",\n    \"pterodactylous\": \"Onyeka Onwenu\",\n    \"pterodactyls\": \"ndiegwu\",\n    \"pterodactylus\": \"Onyeka Onwenu\",\n    \"pterographer\": \"onye na-ede akwụkwọ\",\n    \"pteroid\": \"ịkpụ\",\n    \"pteromys\": \"Nwachukwu\",\n    \"pteron\": \"telọ\",\n    \"pterophorid\": \"Ogba / Egbema\",\n    \"pterospermous\": \"Akwa Ibom\",\n    \"pterotic\": \"nri\",\n    \"ptyalin\": \"Nwachukwu\",\n    \"ptyalins\": \"Nwachukwu\",\n    \"ptyalism\": \"nkwenye\",\n    \"ptyalisms\": \"ptyallen\",\n    \"ptilinal\": \"mgbe\",\n    \"ptisans\": \"Nwachukwu\",\n    \"ptochogony\": \"ezeudo\",\n    \"ptolemaean\": \"Ptolemaean\",\n    \"ptolemaian\": \"Ptolemaian\",\n    \"ptolemaic\": \"Onyinyechukwu\",\n    \"ptolemaism\": \"Ptolemaism\",\n    \"ptolemean\": \"Ptolemean\",\n    \"ptolemy\": \"Obere\",\n    \"ptt\": \"Onyema\",\n    \"pu\": \"Pu\",\n    \"pub\": \"ụlọ mmanya\",\n    \"pubal\": \"pubble\",\n    \"puberal\": \"nwoke\",\n    \"pubertal\": \"nwoke\",\n    \"puberty\": \"okwu nwanyi\",\n    \"pubertic\": \"nwoke\",\n    \"puberties\": \"afọ\",\n    \"puberulent\": \"nwoke\",\n    \"puberulous\": \"okenye\",\n    \"pubes\": \"ụlọ akwụkwọ\",\n    \"pubescence\": \"afọ iri\",\n    \"pubescency\": \"uto\",\n    \"pubescent\": \"na-eto eto\",\n    \"pubian\": \"nwa amaala\",\n    \"pubic\": \"isi\",\n    \"pubigerous\": \"na-eme mkpọtụ\",\n    \"pubiotomy\": \"ịwa ahụ\",\n    \"pubis\": \"akwụkwọ\",\n    \"publ\": \"ụlọ akwụkwọ\",\n    \"public\": \"ọhaneze\",\n    \"publicae\": \"ọha\",\n    \"publically\": \"ọhaneze\",\n    \"publican\": \"onye ode akwukwọ\",\n    \"publicanism\": \"mgbasa ozi\",\n    \"publicans\": \"ndị mgbasa ozi\",\n    \"publicate\": \"kpọsaanụ\",\n    \"publication\": \"mbipụta\",\n    \"publicational\": \"ọhaneze\",\n    \"publications\": \"mbipụta\",\n    \"publichearted\": \"buru n'obi\",\n    \"publicheartedness\": \"obi ọha\",\n    \"publici\": \"ọha\",\n    \"publicism\": \"mgbasa ozi\",\n    \"publicist\": \"onye mgbasa ozi\",\n    \"publicists\": \"ndị mgbasa ozi\",\n    \"publicity\": \"mgbasa ozi\",\n    \"publicization\": \"mgbasa ozi\",\n    \"publicize\": \"kpọsaanụ\",\n    \"publicized\": \"kpọsara\",\n    \"publicizer\": \"Mgbasa ozi\",\n    \"publicizes\": \"kpọsara\",\n    \"publicizing\": \"na-akpọsa\",\n    \"publicly\": \"n'ihu ọha\",\n    \"publicness\": \"oha\",\n    \"publics\": \"ọhaneze\",\n    \"publicum\": \"ọha\",\n    \"publicute\": \"ọha\",\n    \"publilian\": \"akwụkwọ\",\n    \"publish\": \"biputa\",\n    \"publishable\": \"bipụta\",\n    \"published\": \"bipụtara\",\n    \"publisher\": \"onye nkwusa\",\n    \"publisheress\": \"onye mbiputa akwukwo\",\n    \"publishers\": \"ndị nkwusa\",\n    \"publishership\": \"nkwusa\",\n    \"publishes\": \"na-ebipụta\",\n    \"publishing\": \"na-ebiputa\",\n    \"publishment\": \"mbipụta\",\n    \"pubofemoral\": \"okpokoro\",\n    \"puboischiac\": \"Nkuzi\",\n    \"pubourethral\": \"okirikiri\",\n    \"puca\": \"Puca\",\n    \"puccoon\": \"nwa bekee\",\n    \"puccoons\": \"okpokoro\",\n    \"puce\": \"Puce\",\n    \"pucellas\": \"Pucellas\",\n    \"puceron\": \"ichoro\",\n    \"pucherite\": \"puru\",\n    \"puckball\": \"ọkpọ egwuregwu\",\n    \"pucker\": \"ọkpọ ọkpọ\",\n    \"puckered\": \"puru\",\n    \"puckery\": \"Puckery\",\n    \"puckering\": \"gba aghara\",\n    \"puckish\": \"nwa nkita\",\n    \"puckishness\": \"afụli\",\n    \"puckling\": \"na-atụgharị uche\",\n    \"puckrel\": \"ọkpọ ọkpọ\",\n    \"pucksey\": \"Pucksey\",\n    \"puckster\": \"ọkpọ ọkpọ\",\n    \"puddy\": \"pudy\",\n    \"puddinghead\": \"isi mmiri\",\n    \"puddingheaded\": \"pudding gawa\",\n    \"puddinglike\": \"pudding dị ka\",\n    \"puddingwife\": \"Nwunye Nwunye\",\n    \"puddingwives\": \"nwunye na-agba agba\",\n    \"puddle\": \"pudulu\",\n    \"puddlelike\": \"puddle yiri\",\n    \"puddler\": \"nwa akwụkwọ\",\n    \"puddlers\": \"ụmụaka\",\n    \"puddles\": \"puddle\",\n    \"puddling\": \"pudud\",\n    \"puddlings\": \"pudulu\",\n    \"pudency\": \"isi ike\",\n    \"pudent\": \"onye maara ihe\",\n    \"pudginess\": \"nzuzu\",\n    \"pudicity\": \"ịkwa iko\",\n    \"puds\": \"pudị\",\n    \"puelche\": \"nwa nkita\",\n    \"puerer\": \"Onye kwere ekwe\",\n    \"puericulture\": \"nkịta\",\n    \"puerileness\": \"enweghị ikike\",\n    \"puerility\": \"enweghị ikike\",\n    \"puerilities\": \"ike\",\n    \"puerman\": \"nwa nwoke\",\n    \"puerpery\": \"pueryị\",\n    \"puerperous\": \"ikekwe\",\n    \"puerto\": \"Puerto\",\n    \"puffbird\": \"Nwa nwanyi\",\n    \"puffed\": \"afụli elu\",\n    \"puffers\": \"afụli\",\n    \"puffiness\": \"afụli\",\n    \"puffing\": \"afụli\",\n    \"puffingly\": \"puffful\",\n    \"puffs\": \"afụli\",\n    \"pugarees\": \"onyinye\",\n    \"pugdog\": \"Onyinyechukwu\",\n    \"pugger\": \"Nwunye\",\n    \"puggy\": \"Uchechukwu\",\n    \"puggier\": \"Ogbogu\",\n    \"puggiest\": \"kasị mara ihe\",\n    \"pugginess\": \"ibu\",\n    \"pugging\": \"mpako\",\n    \"puggish\": \"zuo ike\",\n    \"puggle\": \"zọọ\",\n    \"puggree\": \"obere akpa\",\n    \"puggry\": \"obere akpa\",\n    \"puggries\": \"ibu\",\n    \"pugil\": \"onyinye\",\n    \"pugilism\": \"Pugilism\",\n    \"pugilisms\": \"ndughari\",\n    \"pugilist\": \"Ogbogu\",\n    \"pugmarks\": \"akara ngosi\",\n    \"pugmill\": \"ihe ntanet\",\n    \"pugnacious\": \"ihe ijuanya\",\n    \"pugnaciousness\": \"ihe ijuanya\",\n    \"pugnacity\": \"mpako\",\n    \"pugree\": \"enweghị nsogbu\",\n    \"puyallup\": \"Puyallup\",\n    \"puinavi\": \"Puinavi\",\n    \"puinavian\": \"Puinavian\",\n    \"puirness\": \"puirity\",\n    \"puisnes\": \"umuaka\",\n    \"puissance\": \"ihe omimi\",\n    \"puistie\": \"nwa nkita\",\n    \"puja\": \"Puja\",\n    \"pukatea\": \"Pukatea\",\n    \"pukateine\": \"Nwachukwu\",\n    \"puked\": \"juru obi\",\n    \"puker\": \"Puker\",\n    \"puky\": \"Ikechukwu\",\n    \"puking\": \"ịkwanye\",\n    \"pukish\": \"Pukish\",\n    \"pukishness\": \"Pukishness\",\n    \"pukras\": \"Pukras\",\n    \"pulayan\": \"Pulayan\",\n    \"pulajan\": \"Pulajan\",\n    \"pulchrify\": \"pulchify\",\n    \"pulchritude\": \"obula\",\n    \"pulchritudinous\": \"ihe odide\",\n    \"puled\": \"ghagburu\",\n    \"puler\": \"pules\",\n    \"pulers\": \"pules\",\n    \"pulex\": \"mgbagwoju anya\",\n    \"pulghere\": \"ịgha\",\n    \"puly\": \"puli\",\n    \"pulicarious\": \"na-eme mkpọtụ\",\n    \"pulicat\": \"okpokoro\",\n    \"pulicidal\": \"na-aga ije\",\n    \"pulicide\": \"ogbugbu\",\n    \"pulicides\": \"ihe ojoo\",\n    \"pulicosity\": \"ọgbụgba\",\n    \"pulicous\": \"na-ebugharị\",\n    \"pulik\": \"osisi\",\n    \"puling\": \"na-agbanye\",\n    \"pulingly\": \"na-ama jijiji\",\n    \"puliol\": \"okpokoro\",\n    \"pulka\": \"Pulka\",\n    \"pull\": \"Dọọ\",\n    \"pullable\": \"Ogha\",\n    \"pullaile\": \"Okwute\",\n    \"pullalue\": \"Okwute\",\n    \"pullback\": \"akwaghachi\",\n    \"pullbacks\": \"ndọghachi azụ\",\n    \"pullboat\": \"ụgbọ mmiri\",\n    \"pulldevil\": \"ihe niile\",\n    \"pulldown\": \"ebe obibi\",\n    \"pulled\": \"sere\",\n    \"pulley\": \"pole\",\n    \"pulleyless\": \"enweghị ihe ọ bụla\",\n    \"pullen\": \"pole\",\n    \"puller\": \"Okpukpo\",\n    \"pullery\": \"pole\",\n    \"pulleries\": \"Ogwu\",\n    \"pullers\": \"Ogwu\",\n    \"pullets\": \"pullet\",\n    \"pulling\": \"Anam Udeme\",\n    \"pullings\": \"na-adọta\",\n    \"pullisee\": \"sereisee\",\n    \"pullman\": \"onye na-adọkpụ\",\n    \"pullmanize\": \"Anam Udeme\",\n    \"pullmans\": \"ndị na-adọkpụ\",\n    \"pullout\": \"Mwepu\",\n    \"pullouts\": \"Mgbapu\",\n    \"pullover\": \"dọpụta n'akụkụ\",\n    \"pullovers\": \"Mgbapu\",\n    \"pulls\": \"akwusila\",\n    \"pullshovel\": \"Mgbapu\",\n    \"pullulate\": \"ihe nlere\",\n    \"pullulated\": \"Na-atụgharị uche\",\n    \"pullulating\": \"na-agbagharị\",\n    \"pullulation\": \"ihe na-eme\",\n    \"pullulative\": \"Okwughari\",\n    \"pullus\": \"Anam Udiri\",\n    \"pulmocardiac\": \"akpa umeji\",\n    \"pulmocutaneous\": \"Na-emegharị ahụ\",\n    \"pulmometer\": \"pulmometa\",\n    \"pulmonal\": \"akpa ume\",\n    \"pulmonar\": \"akpa ume\",\n    \"pulmonary\": \"akpa ume\",\n    \"pulmonarian\": \"akpa ume\",\n    \"pulmonated\": \"na-eti mkpu\",\n    \"pulmonectomies\": \"oyi iku ume\",\n    \"pulmonic\": \"akpa ume\",\n    \"pulmonical\": \"akpa ume\",\n    \"pulmoniferous\": \"ihe omumu\",\n    \"pulmonitis\": \"oyi baa\",\n    \"pulmotors\": \"ihe mgbochi\",\n    \"pulmotracheary\": \"okpokoro\",\n    \"pulpamenta\": \"akpịrị\",\n    \"pulpectomy\": \"ihe ngosi\",\n    \"pulped\": \"pulp\",\n    \"pulpier\": \"puliper\",\n    \"pulpifying\": \"na-eme ka pulping\",\n    \"pulping\": \"pulp\",\n    \"pulpit\": \"ebe ikwuputa okwu Chukwu\",\n    \"pulpitarian\": \"akpa ume\",\n    \"pulpiteer\": \"Ihe nkedo\",\n    \"pulpitful\": \"okwuputa\",\n    \"pulpitism\": \"ikpo okwu\",\n    \"pulpitize\": \"ikwuputa okwu Chukwu\",\n    \"pulpitless\": \"okwesighi\",\n    \"pulpitly\": \"ikwuputa okwu Chukwu\",\n    \"pulpitry\": \"ebe ikwusa ozi ọma\",\n    \"pulpits\": \"ikpo okwu\",\n    \"pulpitum\": \"ebe ikwuputa okwu Chukwu\",\n    \"pulpless\": \"na-agba agba\",\n    \"pulpotomy\": \"ikpo ume\",\n    \"pulques\": \"mbadamba nkume\",\n    \"pulsant\": \"Na-agba ọsọ\",\n    \"pulsars\": \"ihe otiti\",\n    \"pulsated\": \"Na-agba ọsọ\",\n    \"pulsatility\": \"nkwenye\",\n    \"pulsating\": \"na-akụ\",\n    \"pulsational\": \"ogbugbu\",\n    \"pulsative\": \"Na-agba ume\",\n    \"pulsatively\": \"Na-agba ume\",\n    \"pulsator\": \"onye na-egbu ihe\",\n    \"pulsators\": \"ndị na-akụ ihe\",\n    \"pulse\": \"usu\",\n    \"pulsebeat\": \"otiti\",\n    \"pulsed\": \"Akpochapu\",\n    \"pulsejet\": \"Okpukpo\",\n    \"pulsejets\": \"Akụrụngwa\",\n    \"pulseless\": \"enweghi ike\",\n    \"pulselessly\": \"n'usoro\",\n    \"pulselessness\": \"enweghị nsogbu\",\n    \"pulselike\": \"Okwa\",\n    \"pulsellum\": \"okpokoro\",\n    \"pulser\": \"Pulser\",\n    \"pulsers\": \"Ọkwa\",\n    \"pulses\": \"usu\",\n    \"pulsific\": \"Na-amị amị\",\n    \"pulsimeter\": \"pulsimita\",\n    \"pulsing\": \"Na-akụda\",\n    \"pulsojet\": \"Ugboro\",\n    \"pulsojets\": \"Akpa\",\n    \"pulsometer\": \"pulsometa\",\n    \"pultun\": \"ubi\",\n    \"pulture\": \"ukpa\",\n    \"pulv\": \"Pul\",\n    \"pulverable\": \"enwere ike imeghari\",\n    \"pulverableness\": \"ihe ịma jijiji\",\n    \"pulveraceous\": \"okpokoro\",\n    \"pulverant\": \"okwughachi\",\n    \"pulverate\": \"ihichapu\",\n    \"pulverated\": \"gwakọtara\",\n    \"pulverating\": \"na-akụgharị\",\n    \"pulveration\": \"okwute\",\n    \"pulvereous\": \"Ogwu\",\n    \"pulverescent\": \"okwute\",\n    \"pulverisable\": \"Enwere ike ịgbagha\",\n    \"pulverisation\": \"ogbugbu\",\n    \"pulverised\": \"bibiri\",\n    \"pulveriser\": \"ihe mkpumkpu\",\n    \"pulverising\": \"Ogwu\",\n    \"pulverizable\": \"Na-atụgharị uche\",\n    \"pulverization\": \"mkpali\",\n    \"pulverized\": \"bibiri\",\n    \"pulverizer\": \"ntụ ọka\",\n    \"pulverizes\": \"Na-emegharị\",\n    \"pulverizing\": \"Na-ama jijiji\",\n    \"pulverous\": \"na-acha uhie uhie\",\n    \"pulverulence\": \"ogbugbu\",\n    \"pulverulent\": \"Na-ama jijiji\",\n    \"pulverulently\": \"Na-akpali akpali\",\n    \"pulvilli\": \"ezeukwu\",\n    \"pulvinarian\": \"Nwaafọ pulvin\",\n    \"pulvinule\": \"pulvinus\",\n    \"pulvinulus\": \"pulvinus\",\n    \"pume\": \"ite\",\n    \"pumelo\": \"pomelo\",\n    \"pumicate\": \"itike\",\n    \"pumicated\": \"tiri\",\n    \"pumicating\": \"na-eti ihe\",\n    \"pumiced\": \"rie\",\n    \"pumicer\": \"igwe\",\n    \"pumicers\": \"ndị ọkpọ\",\n    \"pumices\": \"ihe ike\",\n    \"pumiciform\": \"ihe otiti\",\n    \"pumicing\": \"na-akụ\",\n    \"pummeled\": \"tịpịa\",\n    \"pummeling\": \"na-eti aka\",\n    \"pummelled\": \"tịpịa\",\n    \"pummelling\": \"na-eti aka\",\n    \"pummice\": \"pupi\",\n    \"pump\": \"mgbapụta\",\n    \"pumpage\": \"nfuli\",\n    \"pumpellyite\": \"gwuru\",\n    \"pumper\": \"pampa\",\n    \"pumpernickel\": \"paperiickel\",\n    \"pumpers\": \"ndị na-agba mgbapụta\",\n    \"pumpet\": \"mgbapụta\",\n    \"pumphandle\": \"handgha\",\n    \"pumping\": \"na-agbapụta\",\n    \"pumpkin\": \"ugu\",\n    \"pumpkinify\": \"eleghara\",\n    \"pumpkinification\": \"ugu\",\n    \"pumpkinish\": \"ugu\",\n    \"pumpkinity\": \"ugu\",\n    \"pumpkins\": \"ugu\",\n    \"pumpkinseed\": \"ugu\",\n    \"pumpknot\": \"mmmmmmmmmmmmm\",\n    \"pumple\": \"otutu\",\n    \"pumpless\": \"afụ\",\n    \"pumplike\": \"dị ka pumpful\",\n    \"pumpman\": \"onye mgbapụta\",\n    \"pumpmen\": \"ndị mgbapụta\",\n    \"pumps\": \"nfuli\",\n    \"pumpsman\": \"Onye na-eme ihe ntanye\",\n    \"pumpwell\": \"pumpway\",\n    \"pumpwright\": \"ịkwanye ọkụ\",\n    \"pun\": \"ntabi\",\n    \"punaise\": \"Punaise\",\n    \"punas\": \"pasi\",\n    \"punce\": \"ntụmadị\",\n    \"punch\": \"ntụmadị\",\n    \"punchable\": \"iku aka\",\n    \"punchball\": \"ntụmadị\",\n    \"punchboard\": \"ntụ osisi\",\n    \"punchbowl\": \"ntụmadị\",\n    \"punched\": \"ọkpọ ọkpọ\",\n    \"puncheon\": \"ntụmadị\",\n    \"puncheons\": \"ntụpọ\",\n    \"puncher\": \"ọkpọ\",\n    \"punchers\": \"ndị ọkpọ\",\n    \"punches\": \"ọkpọ\",\n    \"punchy\": \"ọkpọka\",\n    \"punchier\": \"ntaramahụhụ\",\n    \"punchiest\": \"ntimkpu\",\n    \"punchiness\": \"ọkpọ\",\n    \"punchproof\": \"ọkpọ ọkpọ\",\n    \"punctal\": \"n'oge\",\n    \"punctated\": \"punctate\",\n    \"punctatim\": \"punctate\",\n    \"punctation\": \"akara edemede\",\n    \"punctator\": \"punktị\",\n    \"puncticular\": \"punctic\",\n    \"puncticulate\": \"punctic\",\n    \"punctiliar\": \"na-amụ ihe\",\n    \"punctist\": \"onye ọkpọ\",\n    \"punctual\": \"n'oge\",\n    \"punctualist\": \"onye na-eme ihe n'oge\",\n    \"punctuality\": \"ịbịa n’oge\",\n    \"punctually\": \"n'oge\",\n    \"punctualness\": \"ịbịa ihe n’oge\",\n    \"punctuate\": \"akara edemede\",\n    \"punctuated\": \"akara edemede\",\n    \"punctuates\": \"akara edemede\",\n    \"punctuating\": \"ntụpọ\",\n    \"punctuation\": \"akara edemede\",\n    \"punctuational\": \"edemede\",\n    \"punctuationist\": \"akara edemede\",\n    \"punctuative\": \"akara edemede\",\n    \"punctuator\": \"akara edemede\",\n    \"punctuist\": \"akara edemede\",\n    \"punctulate\": \"punktị\",\n    \"punctulation\": \"puncttion\",\n    \"puncture\": \"ọkpọ\",\n    \"punctureless\": \"enweghị ntụpọ\",\n    \"puncturing\": \"puncting\",\n    \"punditic\": \"Punditic\",\n    \"punditically\": \"n'agha\",\n    \"punditry\": \"ndokwa\",\n    \"pundonor\": \"ndabia\",\n    \"pung\": \"ihe otiti\",\n    \"pungence\": \"nhụjuanya\",\n    \"pungency\": \"nhụsianya\",\n    \"pungent\": \"nhụsianya\",\n    \"pungently\": \"na-afụ ụfụ\",\n    \"punger\": \"ogu\",\n    \"pungi\": \"ahu ojoo\",\n    \"pungy\": \"ihe na-akpata\",\n    \"pungies\": \"Ahụhụ\",\n    \"pungle\": \"oké ọhịa\",\n    \"pungled\": \"na-afụ\",\n    \"pungs\": \"ihe otiti\",\n    \"punic\": \"kpọchie\",\n    \"punicaceous\": \"n'okporo ụzọ\",\n    \"puniceous\": \"ntaramahụhụ\",\n    \"punicial\": \"mkpọchi\",\n    \"punier\": \"paunier\",\n    \"punyism\": \"ntaramahụhụ\",\n    \"punily\": \"ntaramahụhụ\",\n    \"puniness\": \"ọnụ\",\n    \"puninesses\": \"ọkpọ\",\n    \"punish\": \"taa ahụhụ\",\n    \"punishability\": \"ntaramahụhụ\",\n    \"punishable\": \"ntaramahụhụ\",\n    \"punishableness\": \"ntaramahụhụ\",\n    \"punishably\": \"ntaramahụhụ\",\n    \"punished\": \"taa ahụhụ\",\n    \"punisher\": \"ntaramahụhụ\",\n    \"punishers\": \"ntaramahụhụ\",\n    \"punishes\": \"ntaramahụhụ\",\n    \"punishing\": \"na-ata ahụhụ\",\n    \"punyship\": \"ntaramahụhụ\",\n    \"punishment\": \"ntaramahụhụ\",\n    \"punishmentproof\": \"ntaramahụhụ\",\n    \"punishments\": \"ahụhụ\",\n    \"punition\": \"ntaramahụhụ\",\n    \"punitional\": \"ntaramahụhụ\",\n    \"punitionally\": \"ahuhu\",\n    \"punitions\": \"ntaramahụhụ\",\n    \"punitive\": \"ntaramahụhụ\",\n    \"punitiveness\": \"ntaramahụhụ\",\n    \"punitory\": \"ntaramahụhụ\",\n    \"punjum\": \"ntanya\",\n    \"punk\": \"pọnki\",\n    \"punka\": \"ngọngọ\",\n    \"punkeys\": \"ntụ\",\n    \"punker\": \"ọkpọ\",\n    \"punketto\": \"ọkpọ\",\n    \"punkies\": \"punkị\",\n    \"punkin\": \"ugu\",\n    \"punkiness\": \"ihe mgbu\",\n    \"punkling\": \"ịkụ ọkpọ\",\n    \"punless\": \"enweghị ntaramahụhụ\",\n    \"punlet\": \"ọkpọ\",\n    \"punnage\": \"mkpọ\",\n    \"punned\": \"gbuo ya\",\n    \"punners\": \"ọkpọ\",\n    \"punnet\": \"opi\",\n    \"punnical\": \"ntaramahụhụ\",\n    \"punnier\": \"ntaramahụhụ\",\n    \"punniest\": \"ntaramahụhụ\",\n    \"punning\": \"punching\",\n    \"punningly\": \"ntaramahụhụ\",\n    \"punnology\": \"ntaramahụhụ\",\n    \"punproof\": \"ọkpọ\",\n    \"puns\": \"mkpọ\",\n    \"punster\": \"ọkpọ\",\n    \"punsters\": \"Ndị ọkpọ\",\n    \"punstress\": \"ihe mgbochi\",\n    \"punted\": \"punt\",\n    \"punter\": \"punti\",\n    \"punters\": \"pita\",\n    \"punty\": \"ego\",\n    \"punting\": \"ata\",\n    \"puntist\": \"onyeka\",\n    \"punts\": \"akara\",\n    \"puntsman\": \"Onye isi\",\n    \"pupahood\": \"pupa\",\n    \"pupal\": \"nwa akwukwo\",\n    \"puparial\": \"Nkechi\",\n    \"pupates\": \"ụmụ akwụkwọ\",\n    \"pupating\": \"puping\",\n    \"pupations\": \"pupation\",\n    \"pupfishes\": \"ụmụ azụ\",\n    \"pupiferous\": \"Nwunye\",\n    \"pupigenous\": \"ụmụ amaala\",\n    \"pupigerous\": \"na-eme mkpọtụ\",\n    \"pupil\": \"nwa akwukwo\",\n    \"pupilage\": \"ụmụ akwụkwọ\",\n    \"pupilages\": \"ụmụ akwụkwọ\",\n    \"pupilar\": \"Nwunye\",\n    \"pupilary\": \"ụmụ akwụkwọ\",\n    \"pupilate\": \"nwa akwukwo\",\n    \"pupildom\": \"Nwachukwu\",\n    \"pupiled\": \"nwata akwụkwọ\",\n    \"pupilize\": \"nwata akwụkwọ\",\n    \"pupillage\": \"ụmụ akwụkwọ\",\n    \"pupillar\": \"nwa akwukwo\",\n    \"pupillary\": \"ụmụ akwụkwọ\",\n    \"pupillarity\": \"nwata akwụkwọ\",\n    \"pupillate\": \"nwata akwụkwọ\",\n    \"pupilless\": \"amụghị amụ\",\n    \"pupillometry\": \"ụmụ akwụkwọ\",\n    \"pupillometries\": \"ụmụ akwụkwọ\",\n    \"pupillonian\": \"Nwa akwukwo\",\n    \"pupilmonger\": \"onye nkuzi\",\n    \"pupils\": \"ụmụ akwụkwọ\",\n    \"pupivore\": \"nwaeze\",\n    \"puplike\": \"yiri\",\n    \"pupoid\": \"nwa nkita\",\n    \"pupped\": \"nwa nkita\",\n    \"puppet\": \"nwa nkita\",\n    \"puppetdom\": \"puppetdb\",\n    \"puppeteers\": \"ụmụ nkịta\",\n    \"puppethead\": \"nwa nkịta\",\n    \"puppethood\": \"nwa nkita\",\n    \"puppetish\": \"nwa nkita\",\n    \"puppetly\": \"nwa nkita\",\n    \"puppetlike\": \"puetetị\",\n    \"puppetman\": \"nwa nkita\",\n    \"puppetry\": \"nwa nkita\",\n    \"puppetries\": \"nkịta nkịta\",\n    \"puppets\": \"nwa nkita\",\n    \"puppy\": \"nwa nkita\",\n    \"puppydom\": \"nwa nkita\",\n    \"puppydoms\": \"nwa nkita\",\n    \"puppied\": \"puppyd\",\n    \"puppies\": \"ụmụ nkịta\",\n    \"puppyfeet\": \"ụkwụ nwa nkita\",\n    \"puppify\": \"puppi\",\n    \"puppyfish\": \"nwa nkita\",\n    \"puppyfoot\": \"nwa nkịta\",\n    \"puppyhood\": \"nwa nkita\",\n    \"puppying\": \"nwa nkita\",\n    \"puppyish\": \"nwa nkita\",\n    \"puppily\": \"nwa nkita\",\n    \"puppylike\": \"nwa nkịta\",\n    \"puppis\": \"nwa nkita\",\n    \"pups\": \"ụmụ aka\",\n    \"pupulo\": \"nwa\",\n    \"puquinan\": \"Puquinan\",\n    \"pur\": \"dị ọcha\",\n    \"purbeckian\": \"Onyenekwu\",\n    \"purblind\": \"Onyebueze\",\n    \"purblindly\": \"dị ọcha\",\n    \"purblindness\": \"ọcha\",\n    \"purchasability\": \"ịzụrụ ihe\",\n    \"purchasable\": \"pụrụ ịzụta\",\n    \"purchase\": \"zuo\",\n    \"purchaseable\": \"pụrụ ịzụta\",\n    \"purchased\": \"zụrụ\",\n    \"purchaser\": \"onye zụrụ ihe\",\n    \"purchasery\": \"ndị na-azụ ihe\",\n    \"purchasers\": \"ndị na-azụ ihe\",\n    \"purchases\": \"ịzụrụ ihe\",\n    \"purchasing\": \"ịzụta\",\n    \"purdah\": \"purda\",\n    \"purdy\": \"dị ọcha\",\n    \"purdon\": \"nzube\",\n    \"pure\": \"dị ọcha\",\n    \"pureayn\": \"dị ọcha\",\n    \"pureblood\": \"obara\",\n    \"purebred\": \"dị ọcha\",\n    \"purebreds\": \"dị ọcha\",\n    \"pured\": \"gwọrọ\",\n    \"puredee\": \"Ezigbo\",\n    \"pureed\": \"dị ọcha\",\n    \"pureeing\": \"ịdị ọcha\",\n    \"purees\": \"dị ọcha\",\n    \"purehearted\": \"dị ọcha\",\n    \"purey\": \"dị ọcha\",\n    \"purely\": \"kpere\",\n    \"pureness\": \"ịdị ọcha\",\n    \"purenesses\": \"ịdị ọcha\",\n    \"purer\": \"dị ọcha\",\n    \"purest\": \"dị ọcha\",\n    \"purfle\": \"ọcha\",\n    \"purfled\": \"ọcha\",\n    \"purfler\": \"onye nhicha\",\n    \"purfles\": \"na-adị ọcha\",\n    \"purfly\": \"dị ọcha\",\n    \"purfling\": \"na-ehicha\",\n    \"purflings\": \"na-adị ọcha\",\n    \"purgament\": \"ọcha\",\n    \"purgatives\": \"ndị ọcha\",\n    \"purgatory\": \"pọgatrị\",\n    \"purgatorial\": \"pọgatrị\",\n    \"purge\": \"kpochapụ\",\n    \"purged\": \"kpochara\",\n    \"purger\": \"ọcha\",\n    \"purgery\": \"Ọcha\",\n    \"purgers\": \"ọcha\",\n    \"purges\": \"na-asachapụ\",\n    \"purging\": \"na-asachapụ\",\n    \"purify\": \"dị ọcha\",\n    \"purificant\": \"dị ọcha\",\n    \"purification\": \"ọcha\",\n    \"purifications\": \"ọcha\",\n    \"purificative\": \"dị ọcha\",\n    \"purificator\": \"purifaator\",\n    \"purificatory\": \"dị ọcha\",\n    \"purified\": \"ọcha\",\n    \"purifier\": \"ọcha\",\n    \"purifiers\": \"ọcha\",\n    \"purifies\": \"na-asachapụ\",\n    \"purifying\": \"ọcha\",\n    \"puriform\": \"piriform\",\n    \"purim\": \"ọcha\",\n    \"purin\": \"purine\",\n    \"purins\": \"purine\",\n    \"puris\": \"ọcha\",\n    \"purisms\": \"nzube\",\n    \"purist\": \"dị ọcha\",\n    \"purists\": \"ndị ọcha\",\n    \"puritan\": \"dị ọcha\",\n    \"puritandom\": \"Uzoigwe\",\n    \"puritaness\": \"ịdị ọcha\",\n    \"puritanic\": \"dị ọcha\",\n    \"puritanically\": \"dị ọcha\",\n    \"puritanicalness\": \"ịdị ọcha\",\n    \"puritanism\": \"ịdị ọcha\",\n    \"puritanly\": \"dị ọcha\",\n    \"puritanlike\": \"dị ka ịdị ọcha\",\n    \"puritans\": \"ndị dị ọcha\",\n    \"purity\": \"ịdị ọcha\",\n    \"purities\": \"dị ọcha\",\n    \"purkinjean\": \"dị ọcha\",\n    \"purl\": \"ọcha\",\n    \"purled\": \"kpochara\",\n    \"purler\": \"ọcha\",\n    \"purlhouse\": \"ụlọ ọcha\",\n    \"purlicues\": \"ihe ọ bụla\",\n    \"purlieuman\": \"dị ọcha\",\n    \"purlieumen\": \"dị ọcha\",\n    \"purling\": \"ịchapu\",\n    \"purloined\": \"ọcha\",\n    \"purloiners\": \"ndị ọcha\",\n    \"purloining\": \"na-eme ka a dị ọcha\",\n    \"purparty\": \"dịpụrụ adịpụ\",\n    \"purpense\": \"ịdị ọcha\",\n    \"purpie\": \"dị ọcha\",\n    \"purple\": \"acha odo odo\",\n    \"purpled\": \"acha odo odo\",\n    \"purpleheart\": \"acha odo odo\",\n    \"purplely\": \"na-acha odo odo\",\n    \"purplelip\": \"egbugbere ọnụ na-acha odo odo\",\n    \"purpleness\": \"acha odo odo\",\n    \"purpler\": \"acha odo odo\",\n    \"purples\": \"pọpụl\",\n    \"purplescent\": \"acha odo odo\",\n    \"purplest\": \"acha odo odo\",\n    \"purplewood\": \"osisi na-acha odo odo\",\n    \"purplewort\": \"acha uhie uhie\",\n    \"purpliness\": \"ịdị ọcha\",\n    \"purplish\": \"ịchacha\",\n    \"purplishness\": \"ịdị ọcha\",\n    \"purport\": \"kwupụta\",\n    \"purported\": \"kwuru\",\n    \"purportedly\": \"kwuru\",\n    \"purporter\": \"onye nkwusa\",\n    \"purporters\": \"ndị ntụgharị\",\n    \"purportes\": \"pụtara\",\n    \"purporting\": \"ịsị\",\n    \"purportless\": \"enweghị isi\",\n    \"purports\": \"pụtara\",\n    \"purpose\": \"nzube\",\n    \"purposed\": \"zubere\",\n    \"purposedly\": \"ezubere\",\n    \"purposeful\": \"nzube\",\n    \"purposefully\": \"nzube\",\n    \"purposefulness\": \"nzube\",\n    \"purposeless\": \"enweghị nzube\",\n    \"purposelessly\": \"enweghị nzube\",\n    \"purposelessness\": \"enweghị nzube\",\n    \"purposer\": \"Ebumnuche\",\n    \"purposes\": \"nzube\",\n    \"purposing\": \"na-azacha\",\n    \"purposive\": \"nzube\",\n    \"purposively\": \"n'ebumnobi\",\n    \"purposiveness\": \"ebumnuche\",\n    \"purprise\": \"ọcha\",\n    \"purprision\": \"ngwugwu\",\n    \"purpure\": \"ọcha\",\n    \"purpureous\": \"dị ọcha\",\n    \"purpures\": \"ọcha\",\n    \"purpurite\": \"dị ọcha\",\n    \"purred\": \"ọcha\",\n    \"purree\": \"dị ọcha\",\n    \"purreic\": \"ọchịchị\",\n    \"purrer\": \"kpọchie\",\n    \"purry\": \"dị ọcha\",\n    \"purring\": \"ịchacha\",\n    \"purrone\": \"ocha\",\n    \"purrs\": \"ọcha\",\n    \"purs\": \"akpa\",\n    \"purse\": \"obere akpa\",\n    \"pursed\": \"achụ\",\n    \"purseful\": \"akpa\",\n    \"purseless\": \"enweghị ego\",\n    \"purselike\": \"kwụrụ ụgwọ\",\n    \"purser\": \"akpa\",\n    \"pursers\": \"ndị na-achụ ego\",\n    \"pursership\": \"ụgbọ mmiri\",\n    \"purses\": \"obere akpa\",\n    \"purset\": \"akpa\",\n    \"pursy\": \"obere akpa\",\n    \"pursier\": \"akpa\",\n    \"pursiest\": \"onye kacha mkpa\",\n    \"pursily\": \"na-achụso\",\n    \"pursiness\": \"ịchụ nta\",\n    \"pursing\": \"na-achụ\",\n    \"pursive\": \"na-achụ\",\n    \"purslane\": \"n'akpa uwe\",\n    \"purslanes\": \"ndị mkpọ\",\n    \"pursley\": \"obere akpa\",\n    \"purslet\": \"obere akpa\",\n    \"pursuable\": \"na-achụso\",\n    \"pursual\": \"ịchụ nta\",\n    \"pursuance\": \"ịchụso\",\n    \"pursuant\": \"osiso\",\n    \"pursuantly\": \"na-achụ\",\n    \"pursue\": \"na-achụ\",\n    \"pursued\": \"achụ\",\n    \"pursuer\": \"onye na-achu\",\n    \"pursuers\": \"ndị na-achụ ha\",\n    \"pursues\": \"na-achụ\",\n    \"pursuing\": \"na-achụ\",\n    \"pursuit\": \"ịchụso\",\n    \"pursuitmeter\": \"nchụ nta\",\n    \"pursuits\": \"nchụso\",\n    \"pursuivant\": \"na-esochi\",\n    \"purtenance\": \"ọcha\",\n    \"purty\": \"dị ọcha\",\n    \"purulences\": \"purulence\",\n    \"purushartha\": \"Ukpo\",\n    \"purvey\": \"kwue\",\n    \"purveyable\": \"purvevable\",\n    \"purveyal\": \"dị ọcha\",\n    \"purveyancer\": \"onyenoonu\",\n    \"purveyed\": \"ọcha\",\n    \"purveying\": \"na-azachapụ\",\n    \"purveyoress\": \"Onyeka Onwenu\",\n    \"purveyors\": \"ndị na-eme nchọpụta\",\n    \"purveys\": \"na-azacha\",\n    \"purviews\": \"Nkọwa\",\n    \"pus\": \"abu\",\n    \"puschkinia\": \"Pushkinia\",\n    \"puseyism\": \"ejije ihe\",\n    \"puseyistical\": \"ihe ederede\",\n    \"puses\": \"useslọ\",\n    \"pusgut\": \"ggha\",\n    \"push\": \"Kwaa\",\n    \"pushball\": \"bọọlụ bọọlụ\",\n    \"pushballs\": \"gbaa bọọlụ\",\n    \"pushcard\": \"pushcart\",\n    \"pushcarts\": \"pushcart\",\n    \"pushchair\": \"oche oche\",\n    \"pushdown\": \"Nkwanye\",\n    \"pushdowns\": \"nkwụsị\",\n    \"pushed\": \"inupụ\",\n    \"pusher\": \"obu\",\n    \"pushers\": \"ndị na-ebugharị\",\n    \"pushes\": \"na-agbanye\",\n    \"pushful\": \"na-agbanye aka\",\n    \"pushfully\": \"na-agbanye aka\",\n    \"pushfulness\": \"na-agba ume\",\n    \"pushy\": \"inupụ\",\n    \"pushiness\": \"ọhinụhinụ\",\n    \"pushing\": \"na-akpali akpali\",\n    \"pushingly\": \"pushing\",\n    \"pushingness\": \"pushing\",\n    \"pushout\": \"na-eti mkpu\",\n    \"pushover\": \"akpo\",\n    \"pushovers\": \"ndị na-akwagharị\",\n    \"pushpins\": \"Ihe ntinye\",\n    \"pushrod\": \"Nwoke\",\n    \"pushtu\": \"pashto\",\n    \"pushup\": \"inupụ\",\n    \"pushups\": \"ibili elu\",\n    \"pushwainling\": \"ịkwanye\",\n    \"pusill\": \"Inye\",\n    \"pusillanimity\": \"ebighebi\",\n    \"pusillanimous\": \"akuko\",\n    \"pusillanimously\": \"akuko\",\n    \"pusillanimousness\": \"agbụ ghara ịkwa iko\",\n    \"puslike\": \"yiri\",\n    \"puss\": \"abu\",\n    \"pusscat\": \"tinye\",\n    \"pusses\": \"na-ebugharị\",\n    \"pussy\": \"ọtụ\",\n    \"pussycat\": \"ọtụ\",\n    \"pussycats\": \"ọtụ\",\n    \"pussier\": \"oku\",\n    \"pussies\": \"ihe anakpo\",\n    \"pussyfoot\": \"ọtụtọ\",\n    \"pussyfooted\": \"onyebula\",\n    \"pussyfooter\": \"ọtụtọ\",\n    \"pussyfooting\": \"ndiegwu\",\n    \"pussyfootism\": \"ọtụtọ\",\n    \"pussyfoots\": \"ọtụtọ\",\n    \"pussiness\": \"akuko\",\n    \"pussytoe\": \"ugochukwu\",\n    \"pussleys\": \"ezinne\",\n    \"pussly\": \"n'akpali\",\n    \"pusslies\": \"ihe anakpo\",\n    \"pusslike\": \"ọ dị ka\",\n    \"pustular\": \"Ogbe\",\n    \"pustulate\": \"pust\",\n    \"pustulated\": \"ajuju\",\n    \"pustulating\": \"na-akọ\",\n    \"pustuled\": \"plusu anya\",\n    \"pustules\": \"puluulu\",\n    \"pustulous\": \"echekwa\",\n    \"puszta\": \"chukwuka\",\n    \"put\": \"tinye\",\n    \"putage\": \"ntiwapụ\",\n    \"putaminous\": \"ihe nzuzu\",\n    \"putative\": \"tinye\",\n    \"putatively\": \"na ntinye\",\n    \"putback\": \"nweghachi\",\n    \"putcher\": \"onye nlekota\",\n    \"putdown\": \"nkwụsị\",\n    \"putdowns\": \"nkwụsị\",\n    \"putelee\": \"Putelee\",\n    \"puther\": \"Etinye\",\n    \"putid\": \"itinye\",\n    \"putidly\": \"n'atụghị egwu\",\n    \"putidness\": \"ezighi ezi\",\n    \"puting\": \"na-etinye\",\n    \"putoff\": \"yipu\",\n    \"puton\": \"tinye na\",\n    \"putout\": \"wepụta\",\n    \"putouts\": \"tinye\",\n    \"putredinous\": \"putara ihe\",\n    \"putrefacient\": \"Ikechukwu\",\n    \"putrefactible\": \"Enweghi ike iwepu\",\n    \"putrefaction\": \"Enweghi ike\",\n    \"putrefactive\": \"Ezigbo omume\",\n    \"putrefy\": \"tinyerefy\",\n    \"putrefiable\": \"Enwere ike ịkọwapụta\",\n    \"putrefied\": \"Ikere\",\n    \"putrefying\": \"Udochukwu\",\n    \"putresce\": \"mkpali\",\n    \"putrescence\": \"udo\",\n    \"putrescency\": \"izu ike\",\n    \"putrescibility\": \"nkwenye\",\n    \"putrescible\": \"okirikiri\",\n    \"putrescine\": \"ndaba\",\n    \"putridity\": \"ndaba\",\n    \"putridly\": \"n'eziokwu\",\n    \"putridness\": \"nkwenye\",\n    \"putrifacted\": \"tinye\",\n    \"putriform\": \"Igha\",\n    \"puts\": \"na-etinye\",\n    \"putsch\": \"tinye\",\n    \"putsches\": \"etinyere\",\n    \"putschism\": \"putchism\",\n    \"putschist\": \"putchist\",\n    \"putted\": \"put\",\n    \"puttees\": \"kọmitii\",\n    \"putter\": \"Etinye\",\n    \"puttered\": \"kwuru\",\n    \"putterer\": \"tinye\",\n    \"putterers\": \"ndị doro anya\",\n    \"putteringly\": \"tinye\",\n    \"putters\": \"etinyere\",\n    \"putti\": \"putty\",\n    \"puttyblower\": \"putty ikuku mmiri\",\n    \"puttie\": \"putty\",\n    \"puttyhearted\": \"onyeoma\",\n    \"puttying\": \"na-etinye ihe\",\n    \"puttylike\": \"putty\",\n    \"putting\": \"na-etinye\",\n    \"puture\": \"itinye\",\n    \"puxy\": \"puks\",\n    \"puzzle\": \"ihe mgbagwoju anya\",\n    \"puzzleation\": \"ihe mgbagwoju anya\",\n    \"puzzled\": \"gbagwojuru anya\",\n    \"puzzledly\": \"na-agbagwoju anya\",\n    \"puzzledness\": \"ihe mgbagwoju anya\",\n    \"puzzledom\": \"gbagwojuru anya\",\n    \"puzzlehead\": \"ihe mgbagwoju anya\",\n    \"puzzleheaded\": \"ihe mgbagwoju anya\",\n    \"puzzleheadedly\": \"ihe mgbagwoju anya\",\n    \"puzzleheadedness\": \"ihe mgbagwoju anya\",\n    \"puzzleman\": \"ihe omimi\",\n    \"puzzlement\": \"ihe mgbagwoju anya\",\n    \"puzzlepate\": \"ihe egwuregwu\",\n    \"puzzlepated\": \"gbagwojuru anya\",\n    \"puzzlepatedness\": \"ihe mgbagwoju anya\",\n    \"puzzler\": \"ihe mgbagwoju anya\",\n    \"puzzlers\": \"ihe mgbagwoju anya\",\n    \"puzzles\": \"egwuregwu mgbagwoju anya\",\n    \"puzzling\": \"mgbagwoju anya\",\n    \"puzzlingly\": \"na-agbagwoju anya\",\n    \"puzzlingness\": \"mgbagwoju anya\",\n    \"puzzlings\": \"pugha\",\n    \"qaids\": \"adighi\",\n    \"qantar\": \"afọ\",\n    \"qatar\": \"katar\",\n    \"qats\": \"kate\",\n    \"qid\": \"zb\",\n    \"qintars\": \"echekwa\",\n    \"qqv\": \"Ajụjụ\",\n    \"qr\": \"Qr\",\n    \"qrs\": \"Qrs\",\n    \"qts\": \"Akwukwu\",\n    \"quab\": \"kwab\",\n    \"quachil\": \"Uchechi\",\n    \"quack\": \"kwack\",\n    \"quacked\": \"mebiri\",\n    \"quackhood\": \"ikike\",\n    \"quackier\": \"nwekwukwu\",\n    \"quackiest\": \"kasị\",\n    \"quacking\": \"igwu\",\n    \"quackish\": \"mechie\",\n    \"quackishly\": \"n'ụzọ\",\n    \"quackishness\": \"enweghị ikike\",\n    \"quacks\": \"akpa\",\n    \"quacksalver\": \"ihe ngwugwu\",\n    \"quadded\": \"jiri ihu\",\n    \"quadding\": \"na-agbatị\",\n    \"quaddle\": \"okwute\",\n    \"quadmeter\": \"quadmita\",\n    \"quadplexes\": \"Ugboro anọ\",\n    \"quadrable\": \"akụkụ anọ\",\n    \"quadragenarious\": \"akụkụ anọ\",\n    \"quadragesimal\": \"akụkụ anọ\",\n    \"quadrangle\": \"akụkụ anọ\",\n    \"quadrangled\": \"akụkụ anọ\",\n    \"quadrangles\": \"akụkụ anọ\",\n    \"quadrangular\": \"akụkụ anọ\",\n    \"quadrangularly\": \"akụkụ anọ\",\n    \"quadrangularness\": \"akụkụ anọ\",\n    \"quadrangulate\": \"akụkụ anọ\",\n    \"quadranguled\": \"akụkụ anọ\",\n    \"quadrans\": \"amaokwu\",\n    \"quadrant\": \"akụkụ anọ\",\n    \"quadrantal\": \"akụkụ anọ\",\n    \"quadrantes\": \"akụkụ anọ\",\n    \"quadrantile\": \"akụkụ anọ\",\n    \"quadrantly\": \"ugboro anọ\",\n    \"quadrants\": \"akụkụ anọ\",\n    \"quadraphonic\": \"Ugboro anọ\",\n    \"quadrat\": \"amaokwu\",\n    \"quadrate\": \"akụkụ anọ\",\n    \"quadrated\": \"akụkụ anọ\",\n    \"quadrateness\": \"quadrate ness\",\n    \"quadrates\": \"akụkụ anọ\",\n    \"quadratical\": \"quadratic\",\n    \"quadratics\": \"akụkụ anọ\",\n    \"quadratiferous\": \"akụkụ anọ\",\n    \"quadrating\": \"Ugboro anọ\",\n    \"quadratojugal\": \"onyekwado\",\n    \"quadrator\": \"akụkụ anọ\",\n    \"quadratrix\": \"Ugbo\",\n    \"quadrats\": \"akụkụ anọ\",\n    \"quadrature\": \"akụkụ anọ\",\n    \"quadratures\": \"akụkụ anọ\",\n    \"quadratus\": \"akụkụ anọ\",\n    \"quadrauricular\": \"akụkụ anọ\",\n    \"quadrennial\": \"afọ anọ\",\n    \"quadrennially\": \"ugboro anọ\",\n    \"quadrennials\": \"akụkụ anọ\",\n    \"quadriad\": \"Quadri\",\n    \"quadriannulate\": \"Ugboro abụọ\",\n    \"quadriarticulate\": \"akụkụ anọ\",\n    \"quadriarticulated\": \"akụkụ anọ\",\n    \"quadricellular\": \"akụkụ anọ\",\n    \"quadricentennials\": \"akụkụ anọ\",\n    \"quadriceps\": \"Ugboro abụọ\",\n    \"quadricepses\": \"Ugboro abụọ\",\n    \"quadrichord\": \"Okwudiri\",\n    \"quadricycle\": \"akụkụ anọ\",\n    \"quadricycler\": \"Ogbodu\",\n    \"quadricyclist\": \"ndepụta\",\n    \"quadriciliate\": \"akụkụ anọ\",\n    \"quadricipital\": \"akụkụ anọ\",\n    \"quadricovariant\": \"Onyekwere\",\n    \"quadricrescentic\": \"akụkụ anọ\",\n    \"quadrics\": \"akụkụ anọ\",\n    \"quadricuspidal\": \"akụkụ anọ\",\n    \"quadridentate\": \"akụkụ anọ\",\n    \"quadridentated\": \"anọchi akụkụ anọ\",\n    \"quadriderivative\": \"akụkụ anọ\",\n    \"quadridigitate\": \"zigharia\",\n    \"quadrifarious\": \"quadrifarụ\",\n    \"quadrifariously\": \"n'ụzọ dị egwu\",\n    \"quadrifocal\": \"Okwudili\",\n    \"quadriform\": \"akụkụ anọ\",\n    \"quadrifrons\": \"akụkụ anọ\",\n    \"quadrifrontal\": \"akụkụ anọ\",\n    \"quadrifurcated\": \"Akwadoro\",\n    \"quadrigabled\": \"nwere akụkụ anọ\",\n    \"quadrigamist\": \"onye quadrigamist\",\n    \"quadrigeminal\": \"akụkụ anọ\",\n    \"quadrigeminate\": \"akụkụ anọ\",\n    \"quadriglandular\": \"akụkụ anọ\",\n    \"quadrijugal\": \"Akwukwu\",\n    \"quadrijugate\": \"Ugboro abụọ\",\n    \"quadrijugous\": \"Ugboro abụọ\",\n    \"quadrilateral\": \"akụkụ anọ\",\n    \"quadrilaterally\": \"akụkụ anọ\",\n    \"quadrilateralness\": \"quadrilateral ness\",\n    \"quadrilaterals\": \"akụkụ anọ\",\n    \"quadrilingual\": \"akụkụ anọ\",\n    \"quadrilled\": \"anọọ anọ\",\n    \"quadrilling\": \"Ugboro anọ\",\n    \"quadrillion\": \"ijeri\",\n    \"quadrillions\": \"akụkụ anọ\",\n    \"quadrilocular\": \"akụkụ anọ\",\n    \"quadrimembral\": \"akụkụ anọ\",\n    \"quadrimetallic\": \"quadrimetallị\",\n    \"quadrine\": \"akụkụ anọ\",\n    \"quadrinomical\": \"quadrinomial\",\n    \"quadrinominal\": \"quadrinomial\",\n    \"quadrinucleate\": \"akụkụ anọ\",\n    \"quadrioxalate\": \"quadri oxalate\",\n    \"quadriparous\": \"akụkụ anọ\",\n    \"quadripartitely\": \"akụkụ anọ\",\n    \"quadripartition\": \"akụkụ anọ\",\n    \"quadripennate\": \"Nwachukwu\",\n    \"quadriphonic\": \"anom\",\n    \"quadriplicate\": \"akụkụ anọ\",\n    \"quadriplicated\": \"akụkụ anọ\",\n    \"quadripole\": \"quadrupole\",\n    \"quadriportico\": \"Ugbodo\",\n    \"quadriporticus\": \"akụkụ anọ\",\n    \"quadriradiate\": \"quadriradiata\",\n    \"quadrireme\": \"akụkụ anọ\",\n    \"quadrisected\": \"quadrisured\",\n    \"quadrisection\": \"akụkụ anọ\",\n    \"quadriserial\": \"akụkụ anọ\",\n    \"quadrisyllabic\": \"Nkechi Nwachukwu\",\n    \"quadrisyllabical\": \"Nkechi Nwachukwu\",\n    \"quadrisyllable\": \"Ugboro anọ\",\n    \"quadrispiral\": \"akụkụ anọ\",\n    \"quadriternate\": \"akụkụ anọ\",\n    \"quadriti\": \"Akwukwu\",\n    \"quadritubercular\": \"akụkụ anọ\",\n    \"quadrituberculate\": \"akụkụ anọ\",\n    \"quadrivious\": \"akụkụ anọ\",\n    \"quadrumvir\": \"Ogbe\",\n    \"quadrumvirate\": \"chukwunonso\",\n    \"quadruped\": \"anọọlarị\",\n    \"quadrupedal\": \"akụkụ anọ\",\n    \"quadrupedan\": \"akụkụ anọ\",\n    \"quadrupedant\": \"akụkụ anọ\",\n    \"quadrupedantic\": \"akụkụ anọ\",\n    \"quadrupedantical\": \"akụkụ anọ\",\n    \"quadrupedate\": \"akụkụ anọ\",\n    \"quadrupedation\": \"akụkụ anọ\",\n    \"quadrupedism\": \"akụkụ anọ\",\n    \"quadrupedous\": \"akụkụ anọ\",\n    \"quadruplate\": \"akụkụ anọ\",\n    \"quadruplator\": \"akụkụ anọ\",\n    \"quadruple\": \"okpukpu anọ\",\n    \"quadrupled\": \"okpukpu anọ\",\n    \"quadruples\": \"akụkụ anọ\",\n    \"quadruplet\": \"akụkụ anọ\",\n    \"quadruplets\": \"agba anọ\",\n    \"quadruplicate\": \"akụkụ anọ\",\n    \"quadruplicated\": \"akụkụ anọ\",\n    \"quadruplicates\": \"akụkụ anọ\",\n    \"quadruplicating\": \"dị quadruplicating\",\n    \"quadruplications\": \"akụkụ anọ\",\n    \"quadruplicature\": \"akụkụ anọ\",\n    \"quadrupling\": \"Ugboro anọ\",\n    \"quaestors\": \"ndi qua\",\n    \"quaestorship\": \"okwesiri\",\n    \"quaestuary\": \"ebe a na-ekwo ekwo\",\n    \"quaffed\": \"kwụrụ\",\n    \"quaffers\": \"gbasaa\",\n    \"quaffing\": \"na-agbasa\",\n    \"quaffingly\": \"n'egwu\",\n    \"quag\": \"nnunu\",\n    \"quagga\": \"agbagọ\",\n    \"quaggas\": \"okwute\",\n    \"quaggier\": \"okwute\",\n    \"quagginess\": \"agbatị\",\n    \"quaggle\": \"nnagide\",\n    \"quagmired\": \"amaokwu ugha\",\n    \"quagmiry\": \"nwachukwu\",\n    \"quags\": \"ugo\",\n    \"quay\": \"kwada\",\n    \"quayages\": \"akwara\",\n    \"quaich\": \"Akuko\",\n    \"quayed\": \"quaated\",\n    \"quaighs\": \"quaigh\",\n    \"quaying\": \"na-agbada\",\n    \"quail\": \"nnụnụ kwel\",\n    \"quailberry\": \"quailberị\",\n    \"quailed\": \"juru\",\n    \"quailing\": \"na-ajụ oyi\",\n    \"quaillike\": \"Uchechukwu\",\n    \"quails\": \"nnụnụ kwel\",\n    \"quayman\": \"Nwokocha\",\n    \"quaysides\": \"na-ekpo ọkụ\",\n    \"quake\": \"ala ọma jijiji\",\n    \"quaked\": \"maa jijiji\",\n    \"quakeful\": \"na-ama jijiji\",\n    \"quaker\": \"ebelata\",\n    \"quakerbird\": \"nnụnụ quaker\",\n    \"quakerdom\": \"ebe obibi\",\n    \"quakeress\": \"Okwudo\",\n    \"quakery\": \"quackery\",\n    \"quakerish\": \"imebi iwu\",\n    \"quakerishness\": \"nkwụsị\",\n    \"quakerization\": \"nkwụsị\",\n    \"quakerize\": \"kpochapu\",\n    \"quakers\": \"ndị na-eme mkpọtụ\",\n    \"quakership\": \"ime mkpọtụ\",\n    \"quakes\": \"ala ọma jijiji\",\n    \"quaking\": \"na-ama jijiji\",\n    \"quakingly\": \"n'egwu\",\n    \"qual\": \"eru\",\n    \"qualify\": \"iru eru\",\n    \"qualifiable\": \"ruru eru\",\n    \"qualification\": \"iru eru\",\n    \"qualifications\": \"iru eru\",\n    \"qualificator\": \"ntozu\",\n    \"qualificatory\": \"tozuru etozu\",\n    \"qualified\": \"ruru eru\",\n    \"qualifiedly\": \"nke ruru eru\",\n    \"qualifiedness\": \"iru eru\",\n    \"qualifier\": \"ntozu\",\n    \"qualifiers\": \"ntozu\",\n    \"qualifies\": \"ruru eru\",\n    \"qualifying\": \"tozuru etozu\",\n    \"qualifyingly\": \"tozuru etozu\",\n    \"qualimeter\": \"ntozu\",\n    \"qualitatively\": \"qualitative\",\n    \"quality\": \"ogo\",\n    \"qualitied\": \"àgwà\",\n    \"qualities\": \"àgwà\",\n    \"qualityless\": \"enweghị mma\",\n    \"qualityship\": \"ịdị mma\",\n    \"qualm\": \"kwalm\",\n    \"qualmy\": \"kwukwu\",\n    \"qualmier\": \"ntozu\",\n    \"qualmiest\": \"kacha mma\",\n    \"qualmyish\": \"okwukwu\",\n    \"qualminess\": \"ntozu\",\n    \"qualmish\": \"kwallish\",\n    \"qualmishly\": \"kwụrụ\",\n    \"qualmishness\": \"udo\",\n    \"qualmproof\": \"mkpuchi ala\",\n    \"qualms\": \"akụrụngwa\",\n    \"qualtagh\": \"chikwuru\",\n    \"quam\": \"kwam\",\n    \"quamasia\": \"kwamasia\",\n    \"quamoclit\": \"chukwuka\",\n    \"quandang\": \"chukwun\",\n    \"quandong\": \"chukwuonye\",\n    \"quant\": \"Nkezi\",\n    \"quantal\": \"ọnụọgụ\",\n    \"quanted\": \"buru ibu\",\n    \"quantical\": \"ọnụọgụ\",\n    \"quantics\": \"ọnụọgụ\",\n    \"quanties\": \"ọnụọgụ\",\n    \"quantify\": \"kwue\",\n    \"quantifiably\": \"ọnụọgụgụ\",\n    \"quantification\": \"ole kwubiri\",\n    \"quantifications\": \"ọnụọgụgụ\",\n    \"quantified\": \"ọnụọgụgụ\",\n    \"quantifies\": \"kwue\",\n    \"quantifying\": \"ọnụọgụgụ\",\n    \"quantimeter\": \"ọkọnọ\",\n    \"quanting\": \"inggụ\",\n    \"quantitate\": \"gụọ\",\n    \"quantitation\": \"ọnụọgụ\",\n    \"quantitativeness\": \"ọkpụrụkpụ\",\n    \"quantity\": \"nke ukwu\",\n    \"quantitied\": \"kwụrụ\",\n    \"quantities\": \"ọnụọgụ\",\n    \"quantitive\": \"ọkpụrụkpụ\",\n    \"quantitively\": \"nke ukwu\",\n    \"quantitiveness\": \"ọkọnọ\",\n    \"quantizes\": \"kwue\",\n    \"quantizing\": \"na-agbue\",\n    \"quantometer\": \"kwomita\",\n    \"quantong\": \"kongong\",\n    \"quantongs\": \"Ogbe\",\n    \"quantulum\": \"kwantum\",\n    \"quantum\": \"kwantum\",\n    \"quantummechanical\": \"ọkọnọ\",\n    \"quar\": \"okwute\",\n    \"quaranty\": \"kwaranti\",\n    \"quarantinable\": \"iche iche\",\n    \"quarantine\": \"ndebe iche\",\n    \"quarantined\": \"ndebe iche\",\n    \"quarantiner\": \"ndebe iche\",\n    \"quarantines\": \"ndebe iche\",\n    \"quarantining\": \"iche iche\",\n    \"quardeel\": \"esemokwu\",\n    \"quarenden\": \"Uchenden\",\n    \"quarender\": \"ihe abuo\",\n    \"quarentene\": \"akuko\",\n    \"quarion\": \"esemokwu\",\n    \"quarks\": \"mkpọtụ\",\n    \"quarl\": \"quark\",\n    \"quarle\": \"na-alụ ọgụ\",\n    \"quarles\": \"na-alụ ọgụ\",\n    \"quarmen\": \"ndị na-ese okwu\",\n    \"quarred\": \"esemokwu\",\n    \"quarrel\": \"esemokwu\",\n    \"quarreled\": \"rụrụ ụka\",\n    \"quarreler\": \"onye mgba\",\n    \"quarrelers\": \"ndị na-ese okwu\",\n    \"quarrelet\": \"esemokwu\",\n    \"quarreling\": \"na-ese okwu\",\n    \"quarrelingly\": \"na-ese okwu\",\n    \"quarrelled\": \"rụrụ ụka\",\n    \"quarreller\": \"onye na-ese okwu\",\n    \"quarrellers\": \"ndị na-ese okwu\",\n    \"quarrelling\": \"na-ese okwu\",\n    \"quarrellingly\": \"n'ikwu\",\n    \"quarrellous\": \"esemokwu\",\n    \"quarrelous\": \"na-ese okwu\",\n    \"quarrelously\": \"na-ese okwu\",\n    \"quarrelproof\": \"esemokwu\",\n    \"quarrels\": \"esemokwu\",\n    \"quarrelsome\": \"na-ese okwu\",\n    \"quarrelsomely\": \"n'esemokwu\",\n    \"quarrelsomeness\": \"na-ese okwu\",\n    \"quarry\": \"okwute\",\n    \"quarriable\": \"a na-egbu egbu\",\n    \"quarryable\": \"see okwu\",\n    \"quarrian\": \"okwute\",\n    \"quarried\": \"okwute\",\n    \"quarrier\": \"onye na-ese okwu\",\n    \"quarriers\": \"na-ese okwu\",\n    \"quarries\": \"okwute\",\n    \"quarrying\": \"na-agbari mgba\",\n    \"quarryman\": \"okwute okwute\",\n    \"quarrymen\": \"ndị na-awa okwute\",\n    \"quarrion\": \"esemokwu\",\n    \"quarrystone\": \"okwute\",\n    \"quarrome\": \"okwute\",\n    \"quarsome\": \"amamịghe\",\n    \"quarter\": \"nkeji iri na ise\",\n    \"quarterdeck\": \"nkeji iri na ise\",\n    \"quarterdeckish\": \"nkeji iri ish\",\n    \"quarterdecks\": \"nkeji iri na ise\",\n    \"quartered\": \"anọkwa\",\n    \"quarterer\": \"anọkwa\",\n    \"quarterfinal\": \"nkeji iri na ise\",\n    \"quarterfoil\": \"quatrefoil\",\n    \"quartering\": \"nkeji iri na ise\",\n    \"quarterings\": \"nkeji iri na ise\",\n    \"quarterization\": \"nkeji iri na ise\",\n    \"quarterland\": \"ebe obibi\",\n    \"quarterly\": \"nkeji iri na ise\",\n    \"quarterlies\": \"nkeji iri na ise\",\n    \"quarterlight\": \"nkeji iri na ise\",\n    \"quarterman\": \"onye isi\",\n    \"quartermaster\": \"onye nlekọta\",\n    \"quartermasterlike\": \"onye nlekọta dị ka\",\n    \"quartermasters\": \"onye isi ala\",\n    \"quartermastership\": \"shipgbọ mmiri nke onye nlekọta\",\n    \"quartermen\": \"onye isi\",\n    \"quartern\": \"esemokwu\",\n    \"quarternight\": \"esemokwu\",\n    \"quarternion\": \"quaternion\",\n    \"quarterns\": \"nkeji iri na ise\",\n    \"quarteron\": \"nkeji iri na ise\",\n    \"quarterpace\": \"ụzọ anọ\",\n    \"quarters\": \"nkeji iri na ise\",\n    \"quartersaw\": \"ebe obibi\",\n    \"quartersawed\": \"ebe obibi\",\n    \"quartersawing\": \"ebe obibi\",\n    \"quartersawn\": \"ebechi\",\n    \"quarterspace\": \"ebe obibi\",\n    \"quarterstaff\": \"nkeji iri na ise\",\n    \"quarterstaves\": \"ebe obibi\",\n    \"quarterstetch\": \"ebe obibi\",\n    \"quartes\": \"quartart\",\n    \"quartets\": \"quartet\",\n    \"quartette\": \"quartet\",\n    \"quartile\": \"na-agbali\",\n    \"quartiparous\": \"na-egbu egbu\",\n    \"quarto\": \"kwarto\",\n    \"quarts\": \"ogbe\",\n    \"quartzless\": \"enweghị quartz\",\n    \"quashed\": \"kwukwu\",\n    \"quashes\": \"akwukwu\",\n    \"quashing\": \"na-akwagharị\",\n    \"quasi\": \"kwasi\",\n    \"quasiparticle\": \"akụkụ anọ\",\n    \"quass\": \"kwasi\",\n    \"quassative\": \"quassis\",\n    \"quassia\": \"kwasi\",\n    \"quatch\": \"zuo ezu\",\n    \"quate\": \"ulo oru\",\n    \"quaterion\": \"quaternion\",\n    \"quaternal\": \"quaternary\",\n    \"quaternarian\": \"quaternary\",\n    \"quaternionic\": \"quaternion\",\n    \"quaternionist\": \"quaternions\",\n    \"quaternitarian\": \"quaternity\",\n    \"quaternity\": \"njirimara\",\n    \"quateron\": \"okwute\",\n    \"quaters\": \"nkeji iri na ise\",\n    \"quatertenses\": \"ihe odide\",\n    \"quatorze\": \"kpokọta\",\n    \"quatorzes\": \"na-ekwu\",\n    \"quatre\": \"ebe nkiri\",\n    \"quatreble\": \"ebelata\",\n    \"quatrefoiled\": \"quatrefoil\",\n    \"quatrefoils\": \"quaterfoils\",\n    \"quatrefoliated\": \"quatre foliated\",\n    \"quatrible\": \"kpakpando\",\n    \"quatrin\": \"quatrain\",\n    \"quatrocento\": \"chukwunonso\",\n    \"quatsino\": \"Uchechukwu\",\n    \"quatty\": \"Nwachukwu\",\n    \"quatuor\": \"kwatuor\",\n    \"quatuorvirate\": \"kwatuorvirate\",\n    \"quauk\": \"chukwa\",\n    \"quaver\": \"quava\",\n    \"quavered\": \"kwara jijiji\",\n    \"quaverers\": \"ndi quavere\",\n    \"quavering\": \"na-ama jijiji\",\n    \"quaveringly\": \"n'akpachapu\",\n    \"quaverous\": \"quavew\",\n    \"queach\": \"akpịrị\",\n    \"queachy\": \"ikechi\",\n    \"queachiest\": \"Nkechi\",\n    \"queak\": \"akpu\",\n    \"queal\": \"akpu\",\n    \"quean\": \"akpu\",\n    \"queanish\": \"kwụ ụgwọ\",\n    \"queanlike\": \"eze nwaanyị\",\n    \"quease\": \"ịkwado\",\n    \"queasy\": \"ihe ndina\",\n    \"queasily\": \"Akpan\",\n    \"queasiness\": \"nkwanye ugwu\",\n    \"queazen\": \"quinezen\",\n    \"queazier\": \"Okwukwu\",\n    \"quebec\": \"Udochi\",\n    \"quebrachamine\": \"Uzoukwu\",\n    \"quebrachine\": \"nnụnụ\",\n    \"quebrachite\": \"ọbanụgba\",\n    \"quebrachitol\": \"kporo\",\n    \"quebracho\": \"nnenne\",\n    \"quebradilla\": \"nkpoda\",\n    \"quebrith\": \"nwa nwanyi\",\n    \"quechuan\": \"quechua\",\n    \"quedful\": \"na-ama\",\n    \"quedship\": \"ikike\",\n    \"queen\": \"eze nwanyị\",\n    \"queencake\": \"eze nwaanyị achicha\",\n    \"queencraft\": \"eze nwaanyị\",\n    \"queendom\": \"ocheeze\",\n    \"queened\": \"eze-nwanyi\",\n    \"queenfish\": \"azụ azụ\",\n    \"queenfishes\": \"queenfish\",\n    \"queenhood\": \"queenbụ nwanyị\",\n    \"queening\": \"eze nwanyị\",\n    \"queenite\": \"eze nwaanyị\",\n    \"queenless\": \"enweghị eze\",\n    \"queenlet\": \"eze nwanyị\",\n    \"queenly\": \"eze\",\n    \"queenlier\": \"eze nwaanyị\",\n    \"queenliest\": \"eze nwanyi\",\n    \"queenlike\": \"eze nwaanyị\",\n    \"queenliness\": \"nwanyị\",\n    \"queenright\": \"eze nwaanyị\",\n    \"queens\": \"ndị eze nwanyị\",\n    \"queensberry\": \"nnụnụ\",\n    \"queensberries\": \"nnụnụ osisi\",\n    \"queenship\": \"ịlụ nwanyị\",\n    \"queensware\": \"na-elekọta\",\n    \"queenweed\": \"eze nwanyi\",\n    \"queer\": \"kwụọ\",\n    \"queered\": \"gbasaa\",\n    \"queerer\": \"onye isi\",\n    \"queerest\": \"kpochie\",\n    \"queery\": \"akwụkwọ\",\n    \"queering\": \"ịkụda\",\n    \"queerish\": \"nkwụsị\",\n    \"queerishness\": \"nkwụsị\",\n    \"queerity\": \"ọchịchọ\",\n    \"queerly\": \"kwụọ\",\n    \"queerness\": \"nkwụsị\",\n    \"queers\": \"okpu\",\n    \"queersome\": \"adighi ike\",\n    \"queest\": \"ụlọeze\",\n    \"queesting\": \"ịkụnye\",\n    \"queet\": \"kwụọ\",\n    \"queeve\": \"queef\",\n    \"quegh\": \"igwu\",\n    \"quei\": \"kpoi\",\n    \"queing\": \"banye\",\n    \"queintise\": \"nkwanye ugwu\",\n    \"queys\": \"ndị mmadụ\",\n    \"quell\": \"dajụọ\",\n    \"quellable\": \"inochie\",\n    \"quelled\": \"jụrụ\",\n    \"queller\": \"kpochapu\",\n    \"quellers\": \"ndị kwụrụ\",\n    \"quelling\": \"na-ajụ\",\n    \"quellio\": \"quelle\",\n    \"quells\": \"na-ada\",\n    \"quelme\": \"ichi\",\n    \"quelquechose\": \"quelque họọrọ\",\n    \"quelt\": \"zuo\",\n    \"quemado\": \"kwemado\",\n    \"queme\": \"ime\",\n    \"quemeful\": \"gbue\",\n    \"quemefully\": \"n'ụzọ dị egwu\",\n    \"quench\": \"imenyụ\",\n    \"quenchable\": \"imenyụ\",\n    \"quenchableness\": \"onwu\",\n    \"quenched\": \"emenyụ emenyụ\",\n    \"quenching\": \"imenyụ\",\n    \"quenchless\": \"anyụ anyụ\",\n    \"quenchlessness\": \"enweghi ike\",\n    \"quenelle\": \"okwukwu\",\n    \"quercite\": \"gbaa\",\n    \"quercitron\": \"okwukwu\",\n    \"querencia\": \"akụrụngwa\",\n    \"query\": \"ajụjụ\",\n    \"queridas\": \"Nkịtị\",\n    \"queried\": \"jụrụ\",\n    \"querier\": \"querer\",\n    \"queriers\": \"gbara ajụjụ\",\n    \"queries\": \"gbara ajụjụ\",\n    \"querying\": \"na-ajụ\",\n    \"queryingly\": \"na-ajụ\",\n    \"queryist\": \"na-ajụ\",\n    \"querimoniousness\": \"ergba ume\",\n    \"querist\": \"onye na-ajụ ajụjụ\",\n    \"querists\": \"ndị na-ajụ ajụjụ\",\n    \"querken\": \"merụrụ\",\n    \"quernal\": \"quern\",\n    \"querns\": \"quern\",\n    \"quernstone\": \"okwute\",\n    \"quersprung\": \"Okwudiri\",\n    \"querulation\": \"nyocha\",\n    \"querulent\": \"okwesiri\",\n    \"querulity\": \"ọchịchọ\",\n    \"querulosity\": \"onodu\",\n    \"querulous\": \"ekwesighi\",\n    \"querulously\": \"n'ụzọ doro anya\",\n    \"querulousness\": \"ịkọ nkọ\",\n    \"ques\": \"chọọ\",\n    \"quesal\": \"juru\",\n    \"quesited\": \"na-achọta\",\n    \"quesitive\": \"agụụ\",\n    \"quest\": \"ọchịchọ\",\n    \"quested\": \"chọrọ\",\n    \"quester\": \"nwaobasi\",\n    \"questers\": \"ajụjụ\",\n    \"questeur\": \"nwaobasi\",\n    \"questful\": \"na-achọsi ike\",\n    \"questhouse\": \"ulo ochicho\",\n    \"questing\": \"na-achọ ihe\",\n    \"questingly\": \"na-achọ\",\n    \"question\": \"ajụjụ\",\n    \"questionability\": \"ajuju\",\n    \"questionable\": \"ajụ\",\n    \"questionableness\": \"ajụjụ\",\n    \"questionably\": \"agbagha\",\n    \"questionary\": \"ajụjụ\",\n    \"questionaries\": \"ajụjụ\",\n    \"questioned\": \"jụrụ\",\n    \"questionee\": \"onye ajuju\",\n    \"questioner\": \"onye ajuju\",\n    \"questioners\": \"ndị na-ajụ ajụjụ\",\n    \"questioning\": \"ajụjụ\",\n    \"questioningly\": \"ajụjụ\",\n    \"questionings\": \"ajụjụ\",\n    \"questionist\": \"onye ajuju\",\n    \"questionle\": \"ajụjụ\",\n    \"questionless\": \"ajụjụ\",\n    \"questionlessly\": \"n’enweghị ajụjụ\",\n    \"questionlessness\": \"enweghị ajụjụ\",\n    \"questionnaire\": \"ajụjụ\",\n    \"questionnaires\": \"ajụjụ\",\n    \"questionous\": \"ajụjụ\",\n    \"questions\": \"ajụjụ\",\n    \"questionwise\": \"ajụjụ\",\n    \"questman\": \"okwukwu\",\n    \"questmen\": \"chukwuonye\",\n    \"questor\": \"ọchịchọ\",\n    \"questorial\": \"ọchịchọ\",\n    \"questors\": \"ajụjụ\",\n    \"questorship\": \"ajuju\",\n    \"quests\": \"arụ\",\n    \"quetch\": \"ichapu\",\n    \"quetenite\": \"ichoro\",\n    \"quetsch\": \"kpokpuo\",\n    \"quetzal\": \"Uchechukwu\",\n    \"quetzalcoatl\": \"Nwachukwu\",\n    \"queue\": \"kwụ n'ahịrị\",\n    \"queued\": \"kwụ n'ahịrị\",\n    \"queueing\": \"kwụ n'ahịrị\",\n    \"queuer\": \"kwụ n'ahịrị\",\n    \"queuers\": \"kwụ n'ahịrị\",\n    \"queues\": \"kwụ n'ahịrị\",\n    \"queuing\": \"kwụ n'ahịrị\",\n    \"quezal\": \"nkechi\",\n    \"quezals\": \"okpu\",\n    \"quia\": \"ma ọ bụ\",\n    \"quiangan\": \"nwachukwu\",\n    \"quiaquia\": \"quia quia\",\n    \"quib\": \"quibi\",\n    \"quibble\": \"kwibili\",\n    \"quibbled\": \"kwụrụ\",\n    \"quibbleproof\": \"quibble akaebe\",\n    \"quibbler\": \"okwute\",\n    \"quibblers\": \"quibble\",\n    \"quibbles\": \"quibble\",\n    \"quibbling\": \"na-agbagharị\",\n    \"quibblingly\": \"n'egwu\",\n    \"quiblet\": \"ibledị\",\n    \"quibus\": \"kwibọs\",\n    \"quick\": \"ngwa ngwa\",\n    \"quickbeam\": \"ngwa ngwa\",\n    \"quickborn\": \"ngwa ngwa\",\n    \"quicked\": \"ngwa ngwa\",\n    \"quicken\": \"ngwa ngwa\",\n    \"quickenance\": \"ngwa ngwa\",\n    \"quickenbeam\": \"ngwa ngwa\",\n    \"quickened\": \"gbasaa\",\n    \"quickener\": \"ngwa ngwa\",\n    \"quickening\": \"ngwa ngwa\",\n    \"quickens\": \"ngwa ngwa\",\n    \"quicker\": \"ngwa ngwa\",\n    \"quickest\": \"kasị ọsọ\",\n    \"quickfoot\": \"ngwa ngwa\",\n    \"quickhatch\": \"ngwa ngwa\",\n    \"quickhearted\": \"ngwa ngwa\",\n    \"quickie\": \"ngwa ngwa\",\n    \"quickies\": \"ngwa ngwa\",\n    \"quicking\": \"ngwa ngwa\",\n    \"quickly\": \"ngwa ngwa\",\n    \"quicklime\": \"ngwa ngwa\",\n    \"quickness\": \"ngwa ngwa\",\n    \"quicks\": \"ngwa ngwa\",\n    \"quicksand\": \"ssọ mmiri\",\n    \"quicksandy\": \"ssọ mmiri\",\n    \"quicksands\": \"oke osimiri\",\n    \"quickset\": \"ngwa ngwa\",\n    \"quicksets\": \"Ngwa ngwa\",\n    \"quickside\": \"ngwa ngwa\",\n    \"quicksilver\": \"ngwa ngwa\",\n    \"quicksilvery\": \"ngwa ngwa\",\n    \"quicksilvering\": \"ngwa ngwa\",\n    \"quicksilverish\": \"ngwa ngwa\",\n    \"quicksilverishness\": \"ọsọ ọsọ\",\n    \"quickstep\": \"ngwa ngwa\",\n    \"quicksteps\": \"ngwa ngwa\",\n    \"quickthorn\": \"ngwa ngwa\",\n    \"quickwork\": \"ọrụ quickwork\",\n    \"quidam\": \"idgbọ\",\n    \"quiddany\": \"Ogbodo\",\n    \"quiddative\": \"idnye\",\n    \"quidder\": \"akuku quidder\",\n    \"quiddist\": \"onye anakpo\",\n    \"quiddit\": \"idnye\",\n    \"quidditative\": \"iddị\",\n    \"quiddity\": \"iddị\",\n    \"quiddled\": \"Ikwesiri\",\n    \"quiddler\": \"okwute\",\n    \"quiddling\": \"Ugbok\",\n    \"quidnunc\": \"nwachukwu\",\n    \"quidnuncs\": \"Ugboro abụọ\",\n    \"quiesced\": \"jụrụ\",\n    \"quiescence\": \"nkwụsị\",\n    \"quiescency\": \"ọchịchọ\",\n    \"quiescing\": \"na-ajụ\",\n    \"quiet\": \"juu\",\n    \"quietable\": \"jụụ\",\n    \"quietage\": \"ịgbachi nkịtị\",\n    \"quieted\": \"nọrọ jụụ\",\n    \"quieten\": \"daa jụụ\",\n    \"quietened\": \"gbara nkịtị\",\n    \"quietener\": \"jụụ\",\n    \"quietening\": \"na-agbachi nkịtị\",\n    \"quietens\": \"jụụ\",\n    \"quieter\": \"were nwayo\",\n    \"quieters\": \"ndị na-eme jụụ\",\n    \"quietest\": \"jụụ\",\n    \"quieti\": \"jụụ\",\n    \"quieting\": \"na-agbachi nkịtị\",\n    \"quietism\": \"ịgbachi nkịtị\",\n    \"quietisms\": \"ịgbachi nkịtị\",\n    \"quietist\": \"nkịtị\",\n    \"quietistic\": \"gbachi nkịtị\",\n    \"quietists\": \"nkịtị\",\n    \"quietive\": \"jụụ\",\n    \"quietly\": \"juu\",\n    \"quietlike\": \"jụụ\",\n    \"quietness\": \"ịgbachi nkịtị\",\n    \"quietsome\": \"ebe nkpu\",\n    \"quietude\": \"nkịtị\",\n    \"quietudes\": \"gbachi nkịtị\",\n    \"quietus\": \"nkịtị\",\n    \"quietuses\": \"gbachi nkịtị\",\n    \"quiff\": \"qui\",\n    \"quiinaceous\": \"quiinikwu\",\n    \"quilate\": \"achịkọta\",\n    \"quileces\": \"akwukwu\",\n    \"quileute\": \"quileel\",\n    \"quill\": \"akwukwuo\",\n    \"quillaia\": \"Igha\",\n    \"quillaias\": \"akwukwu\",\n    \"quillaic\": \"okwukwu\",\n    \"quillaja\": \"Ogbodu\",\n    \"quillajas\": \"Udochi\",\n    \"quillajic\": \"nwachukwu\",\n    \"quilled\": \"Okwusiri\",\n    \"quilleted\": \"jụrụ\",\n    \"quillfish\": \"azụ azụ\",\n    \"quillfishes\": \"quillfish\",\n    \"quilling\": \"na-agbutu\",\n    \"quillity\": \"ihe ichoro\",\n    \"quills\": \"ego\",\n    \"quillwork\": \"akwa akpa\",\n    \"quillwort\": \"okwukwu\",\n    \"quilt\": \"ihe ndozi\",\n    \"quilters\": \"quilt\",\n    \"quilting\": \"na-akpụdo\",\n    \"quiltings\": \"quilt, na\",\n    \"quilts\": \"quilit\",\n    \"quimbaya\": \"chimbaya\",\n    \"quinaldic\": \"chukwuemeka\",\n    \"quinaldyl\": \"chukwunonso\",\n    \"quinaldine\": \"Okenye\",\n    \"quinazolyl\": \"Ijeoma\",\n    \"quincewort\": \"Uchechukwu\",\n    \"quinch\": \"imenyụ\",\n    \"quincies\": \"quinces\",\n    \"quincuncially\": \"quincuncial\",\n    \"quindecemvir\": \"chidinyerem\",\n    \"quindecemvirate\": \"chukwunyere\",\n    \"quindecennial\": \"nkechi\",\n    \"quinela\": \"chinela\",\n    \"quinellas\": \"nwachukwu\",\n    \"quingentenary\": \"afọ iri\",\n    \"quininas\": \"nwa nwanyi\",\n    \"quininiazation\": \"iche iche\",\n    \"quininize\": \"kwalite\",\n    \"quinize\": \"kwusi\",\n    \"quink\": \"nwu\",\n    \"quinoyl\": \"nwachukwu\",\n    \"quinolyl\": \"nwachukwu\",\n    \"quinolinic\": \"quinolinik\",\n    \"quinology\": \"ihe omuma\",\n    \"quinonyl\": \"nwachukwu\",\n    \"quinova\": \"nwachukwu\",\n    \"quinovate\": \"na-atụgharị\",\n    \"quinovic\": \"nwachukwu\",\n    \"quinovin\": \"nwachukwu\",\n    \"quinoxalyl\": \"nwachukwu\",\n    \"quinquejugous\": \"akpo\",\n    \"quinqueserial\": \"quin jụrụ\",\n    \"quinquetubercular\": \"quinque tubercular\",\n    \"quinquetuberculate\": \"quinque tuberculate\",\n    \"quinquevalvous\": \"quinqueval na-eme\",\n    \"quinsy\": \"nwiwe\",\n    \"quinsyberry\": \"Ogbe\",\n    \"quinsied\": \"kpochapụrụ\",\n    \"quinsywort\": \"nwachukwu\",\n    \"quintain\": \"na-ejigide\",\n    \"quintains\": \"na-ekwusi\",\n    \"quintals\": \"quintalụ\",\n    \"quintans\": \"chutu\",\n    \"quintaten\": \"chukwun\",\n    \"quintennial\": \"kwa afọ\",\n    \"quinteron\": \"quintero\",\n    \"quinteroon\": \"quintero\",\n    \"quintescence\": \"ekwenti\",\n    \"quintessence\": \"ekwenti\",\n    \"quintessential\": \"dị mkpa\",\n    \"quintessentiality\": \"ọkpụrụkpụ mkpa\",\n    \"quintetto\": \"intlọ\",\n    \"quintilis\": \"Ogbodu\",\n    \"quintillian\": \"Ogbolu\",\n    \"quintillion\": \"ijeri\",\n    \"quintillions\": \"quintillọn\",\n    \"quintillionths\": \"quintillionth\",\n    \"quintocubital\": \"Ogbodo\",\n    \"quintons\": \"kwantọn\",\n    \"quintroon\": \"Ogbodu\",\n    \"quints\": \"kwu\",\n    \"quintuplets\": \"quintuple\",\n    \"quintuplicate\": \"abuo\",\n    \"quintuplicated\": \"chuputagoro\",\n    \"quintuplicating\": \"na-atụgharị\",\n    \"quintuplication\": \"ntughari\",\n    \"quintupling\": \"chụọ\",\n    \"quintupliribbed\": \"chukwunyere\",\n    \"quintus\": \"Ogbodo\",\n    \"quinuclidine\": \"Ogbodo\",\n    \"quinze\": \"kwusi\",\n    \"quip\": \"kwụọ\",\n    \"quipful\": \"quipip\",\n    \"quipped\": \"chịrị\",\n    \"quipper\": \"akpaka\",\n    \"quippy\": \"juu\",\n    \"quipping\": \"na-atụgharị\",\n    \"quippish\": \"kpuchie\",\n    \"quippishness\": \"oke iwe\",\n    \"quippu\": \"quipu\",\n    \"quippus\": \"Akpụ\",\n    \"quips\": \"Akpụ\",\n    \"quipsomeness\": \"idị\",\n    \"quipster\": \"akwa ukwu\",\n    \"quira\": \"quora\",\n    \"quire\": \"chụọ\",\n    \"quired\": \"choro\",\n    \"quires\": \"na-achọ\",\n    \"quirewise\": \"otu ugboro\",\n    \"quirinalia\": \"nwachukwu\",\n    \"quiring\": \"na-achọ\",\n    \"quiritary\": \"quritary\",\n    \"quirites\": \"quirita\",\n    \"quirkily\": \"Ugboro\",\n    \"quirkiness\": \"nwatakiri\",\n    \"quirking\": \"na-agbarụ\",\n    \"quirkish\": \"Akwukwu\",\n    \"quirks\": \"Nkwupụta\",\n    \"quirksey\": \"Nkwupụta\",\n    \"quirksome\": \"quirk ụfọdụ\",\n    \"quirl\": \"nirig\",\n    \"quirted\": \"jụrụ\",\n    \"quirting\": \"Na-agbagharị\",\n    \"quirts\": \"uwe\",\n    \"quis\": \"kwu\",\n    \"quisby\": \"chuks\",\n    \"quisler\": \"achikota\",\n    \"quisling\": \"na-agbarụ\",\n    \"quislings\": \"chukwu\",\n    \"quist\": \"jigide\",\n    \"quistron\": \"akwụkwọ\",\n    \"quisutsch\": \"chukwuka\",\n    \"quit\": \"kwụsị\",\n    \"quitantie\": \"Ikwerre\",\n    \"quitch\": \"tuo\",\n    \"quitches\": \"nkwụsị\",\n    \"quitclaim\": \"kwusi\",\n    \"quitclaimed\": \"kwusi\",\n    \"quitclaiming\": \"hapụ ikwu\",\n    \"quitclaims\": \"kwụsịrị ikwu\",\n    \"quite\": \"ezi\",\n    \"quitely\": \"ezi\",\n    \"quitemoca\": \"nkwụsị\",\n    \"quiteno\": \"kwụsịrị\",\n    \"quiteve\": \"Ezive\",\n    \"quiting\": \"na-ekwu\",\n    \"quitrent\": \"ịkwụsị\",\n    \"quitrents\": \"ndị na-a quitụ sịga\",\n    \"quits\": \"akwụsị\",\n    \"quittal\": \"kwụsị\",\n    \"quittances\": \"ịkwụsị\",\n    \"quitted\": \"kwụsịrị\",\n    \"quitter\": \"na-ajụ\",\n    \"quitterbone\": \"onyegbako\",\n    \"quitters\": \"ndị ịkwụsị\",\n    \"quitting\": \"ịkwụsị\",\n    \"quittor\": \"onye na-akwụ ụgwọ\",\n    \"quittors\": \"ndị na-akwụ ụgwọ\",\n    \"quiver\": \"Akpa\",\n    \"quivered\": \"amaokwu\",\n    \"quiverful\": \"jijiji\",\n    \"quivering\": \"na-amagharị\",\n    \"quiveringly\": \"n'udo\",\n    \"quiverish\": \"kpochapu\",\n    \"quivers\": \"nnyefe\",\n    \"quixote\": \"Ogbe\",\n    \"quixotes\": \"ntughari\",\n    \"quixotic\": \"nnenna\",\n    \"quixotically\": \"n'ụzọ nzuzu\",\n    \"quixotize\": \"kwusotize\",\n    \"quixotry\": \"Ogbodo\",\n    \"quixotries\": \"ihe nnụnụ\",\n    \"quiz\": \"ajụjụ\",\n    \"quizmaster\": \"onye nyocha\",\n    \"quizzatorial\": \"ajụjụ\",\n    \"quizzed\": \"Ajụjụ\",\n    \"quizzee\": \"azịza\",\n    \"quizzer\": \"azịza\",\n    \"quizzery\": \"ajuju\",\n    \"quizzers\": \"ajụjụ\",\n    \"quizzes\": \"ajụjụ\",\n    \"quizzy\": \"azịza\",\n    \"quizzicality\": \"ajụjụ\",\n    \"quizzically\": \"n'ụzọ\",\n    \"quizzicalness\": \"ajụjụ\",\n    \"quizzify\": \"zaa\",\n    \"quizzification\": \"nyocha\",\n    \"quizziness\": \"ajuju\",\n    \"quizzing\": \"na-ajụ\",\n    \"quizzingly\": \"n'udo\",\n    \"quizzish\": \"ajụjụ\",\n    \"quizzism\": \"ajụjụ\",\n    \"quizzity\": \"ajuju\",\n    \"quo\": \"nwe\",\n    \"quod\": \"akwa\",\n    \"quodded\": \"kpokọtara\",\n    \"quoddies\": \"oddị\",\n    \"quodding\": \"dị\",\n    \"quoddity\": \"oddị\",\n    \"quodlibet\": \"onyinye\",\n    \"quodlibetal\": \"Nkeji\",\n    \"quodlibetarian\": \"Odibofo\",\n    \"quodlibetz\": \"chukwuemeka\",\n    \"quodling\": \"na-agbaso\",\n    \"quods\": \"oddị\",\n    \"quohog\": \"nnụnụ\",\n    \"quoin\": \"kwu\",\n    \"quoined\": \"chọrọ\",\n    \"quoining\": \"na-agbachi\",\n    \"quoins\": \"akpụrụ\",\n    \"quoit\": \"ikwusi\",\n    \"quoited\": \"kwuru\",\n    \"quoiter\": \"okwute\",\n    \"quoiting\": \"na-akpọ\",\n    \"quoits\": \"na-ekwuchi\",\n    \"quokka\": \"nwekwaa\",\n    \"quominus\": \"chukwu\",\n    \"quomodo\": \"kwukwu\",\n    \"quondamly\": \"kwondamly\",\n    \"quondamship\": \"ichoputa\",\n    \"quoniam\": \"kwoniam\",\n    \"quonking\": \"na-achọ\",\n    \"quop\": \"kwuputa\",\n    \"quor\": \"Okwukwu\",\n    \"quoratean\": \"quratụan\",\n    \"quorum\": \"kworum\",\n    \"quorums\": \"kworọm\",\n    \"quos\": \"ihe\",\n    \"quot\": \"ekwu okwu\",\n    \"quota\": \"oke\",\n    \"quotability\": \"nkwupụta\",\n    \"quotable\": \"kwuo\",\n    \"quotableness\": \"Kwuru na ya\",\n    \"quotably\": \"n'ụzọ doro anya\",\n    \"quotas\": \"ego\",\n    \"quotation\": \"nkwuputa\",\n    \"quotational\": \"kwuputa\",\n    \"quotationally\": \"kwuputara\",\n    \"quotationist\": \"kwusi\",\n    \"quotations\": \"kwuru\",\n    \"quotative\": \"kwuputa\",\n    \"quote\": \"see okwu\",\n    \"quoted\": \"kwuru\",\n    \"quotee\": \"kwue\",\n    \"quoteless\": \"enweghị ọnụ\",\n    \"quotennial\": \"kwa afo\",\n    \"quoter\": \"kwuru\",\n    \"quoters\": \"kwuru\",\n    \"quotes\": \"kwuru\",\n    \"quoteworthy\": \"see okwu\",\n    \"quoth\": \"kootu\",\n    \"quotha\": \"Kwukwu\",\n    \"quotid\": \"kwuo\",\n    \"quotidian\": \"Nwachukwu\",\n    \"quotidianly\": \"ikwughachi\",\n    \"quotidianness\": \"Nkwupụta Okwu\",\n    \"quoties\": \"kwuru\",\n    \"quotiety\": \"quotient\",\n    \"quotieties\": \"quotients\",\n    \"quoting\": \"na-ekwu\",\n    \"quotingly\": \"na-ekwu\",\n    \"quotity\": \"ekwu okwu\",\n    \"quotlibet\": \"ihe nkwuputa\",\n    \"quott\": \"ulo\",\n    \"quotum\": \"kwukwu\",\n    \"qurshes\": \"achicha\",\n    \"qv\": \"vzọ\",\n    \"ra\": \"Uhie\",\n    \"raad\": \"na-achọ\",\n    \"raadzaal\": \"na-achọ\",\n    \"rab\": \"raba\",\n    \"raband\": \"raba\",\n    \"rabat\": \"oke oyibo\",\n    \"rabatte\": \"okechukwu\",\n    \"rabatted\": \"ekwo\",\n    \"rabattement\": \"nkwụsị\",\n    \"rabatting\": \"na-achọgharị\",\n    \"rabbanist\": \"onye rabaị\",\n    \"rabbanite\": \"onyeke\",\n    \"rabbet\": \"oke oyibo\",\n    \"rabbeted\": \"Nwoke\",\n    \"rabbeting\": \"Nwoke\",\n    \"rabbi\": \"rabaị\",\n    \"rabbies\": \"rabaị\",\n    \"rabbin\": \"oke oyibo\",\n    \"rabbinates\": \"ndị rabaị\",\n    \"rabbinic\": \"rabaị\",\n    \"rabbinical\": \"rabaị\",\n    \"rabbinically\": \"okeke\",\n    \"rabbinism\": \"rabaị\",\n    \"rabbinist\": \"ndị rabaị\",\n    \"rabbinistic\": \"rabaị\",\n    \"rabbinistical\": \"rabaị\",\n    \"rabbinite\": \"ndị rabaị\",\n    \"rabbinize\": \"kee okeke\",\n    \"rabbins\": \"robbins\",\n    \"rabbis\": \"rabaị\",\n    \"rabbiship\": \"rabaị\",\n    \"rabbit\": \"oke oyibo\",\n    \"rabbitberry\": \"oke oyibo beri\",\n    \"rabbitberries\": \"oke oyibo mkpụrụ\",\n    \"rabbited\": \"rikpu\",\n    \"rabbiter\": \"oke oyibo\",\n    \"rabbiters\": \"oke bekee\",\n    \"rabbitfish\": \"oke oyibo\",\n    \"rabbitfishes\": \"oke oyibo\",\n    \"rabbithearted\": \"keekeeke\",\n    \"rabbitlike\": \"oke oyibo\",\n    \"rabbitmouth\": \"okele\",\n    \"rabbitoh\": \"okechukwu\",\n    \"rabbitproof\": \"oke oyibo\",\n    \"rabbitry\": \"oke oyibo\",\n    \"rabbitries\": \"oke bekee\",\n    \"rabbitroot\": \"oke oyibo\",\n    \"rabbits\": \"oke bekee\",\n    \"rabbitweed\": \"okechukwu\",\n    \"rabbitwise\": \"oke oyibo\",\n    \"rabbitwood\": \"oke oyibo\",\n    \"rabble\": \"agbasi\",\n    \"rabbled\": \"na-agbagha\",\n    \"rabblelike\": \"dị ka ọ pụrụ ịdị\",\n    \"rabbleproof\": \"enweghị ike ịgbagha\",\n    \"rabbler\": \"onyekpe\",\n    \"rabblers\": \"ndị rabaị\",\n    \"rabbles\": \"na-agba agba\",\n    \"rabblesome\": \"na-egbu egbu\",\n    \"rabbling\": \"na-agba aghara\",\n    \"rabdomancy\": \"domgba ọchịchị\",\n    \"rabi\": \"oria nkita\",\n    \"rabic\": \"kelechi\",\n    \"rabid\": \"okechukwu\",\n    \"rabidity\": \"rabbit\",\n    \"rabies\": \"oria nkita\",\n    \"rabietic\": \"oria ojoo\",\n    \"rabific\": \"rabbit\",\n    \"rabin\": \"Chọrọ\",\n    \"rabinet\": \"rabinetị\",\n    \"rabious\": \"kechie\",\n    \"rabitic\": \"onye rabaị\",\n    \"rabot\": \"oke oyibo\",\n    \"racallable\": \"agbụrụ\",\n    \"racche\": \"Ihere\",\n    \"raccoon\": \"okoko\",\n    \"raccoons\": \"okoko\",\n    \"raccroc\": \"mmmmmmmmmmmmm\",\n    \"race\": \"agbụrụ\",\n    \"raceabout\": \"agbụrụ\",\n    \"racebrood\": \"agbụrụ\",\n    \"racecard\": \"ịgba ọsọ\",\n    \"racecourse\": \"mbuba\",\n    \"racecourses\": \"ebe mgbagharị\",\n    \"raced\": \"gbara ọsọ\",\n    \"racegoer\": \"onye na-agba oso\",\n    \"racegoing\": \"na-agba ọsọ\",\n    \"racehorse\": \"agbụrụ\",\n    \"racehorses\": \"agbụrụ ịgba ọsọ\",\n    \"racemase\": \"agbụrụ\",\n    \"racemate\": \"onye oso\",\n    \"racemates\": \"ndị agbụrụ\",\n    \"racemation\": \"agbụrụ\",\n    \"raceme\": \"agbụrụ\",\n    \"racemed\": \"jiri ọsọ\",\n    \"racemes\": \"agbụrụ\",\n    \"racemic\": \"agbụrụ\",\n    \"racemiferous\": \"agbụrụ\",\n    \"racemiform\": \"agbụrụ\",\n    \"racemism\": \"agbụrụ\",\n    \"racemisms\": \"agbụrụ\",\n    \"racemization\": \"agbụrụ\",\n    \"racemize\": \"agbụrụ\",\n    \"racemized\": \"agbụrụ\",\n    \"racemizes\": \"agbụrụ\",\n    \"racemizing\": \"na-agba ọsọ\",\n    \"racemocarbonate\": \"agbako\",\n    \"racemocarbonic\": \"agbakolamic\",\n    \"racemoid\": \"agbụrụ\",\n    \"racemomethylate\": \"agbụrụmomethylate\",\n    \"racemose\": \"agbụrụ\",\n    \"racemosely\": \"agbụrụ\",\n    \"racemous\": \"agbụrụ\",\n    \"racemously\": \"agbụrụ\",\n    \"racemule\": \"agbụrụ\",\n    \"racemulose\": \"agbụrụmulose\",\n    \"raceplate\": \"raptị\",\n    \"racer\": \"agbụrụ\",\n    \"racers\": \"ndi ogba oso\",\n    \"racerunner\": \"ọduọ\",\n    \"races\": \"agbụrụ\",\n    \"racetrack\": \"ịgba ọsọ\",\n    \"racetracker\": \"ịgba ọsọ ọsọ\",\n    \"racetracks\": \"ịgba ọsọ ọsọ\",\n    \"raceway\": \"uzo oso\",\n    \"raceways\": \"okporo ụzọ\",\n    \"rachet\": \"mkpịsị ụkwụ\",\n    \"rachets\": \"ratchets\",\n    \"rachialgic\": \"rachialgia\",\n    \"racial\": \"agbụrụ\",\n    \"racialism\": \"agbụrụ\",\n    \"racialist\": \"onye agbụrụ\",\n    \"racialistic\": \"agbụrụ\",\n    \"racialists\": \"agbụrụ\",\n    \"raciality\": \"agbụrụ\",\n    \"racialization\": \"agbụrụ\",\n    \"racialize\": \"agbụrụ\",\n    \"racially\": \"agbụrụ\",\n    \"racier\": \"akpaka\",\n    \"raciest\": \"akpa ókè agbụrụ\",\n    \"racily\": \"agbụrụ\",\n    \"racinesses\": \"racines\",\n    \"racing\": \"ọduọ\",\n    \"racinglike\": \"ọduọ\",\n    \"racings\": \"agbụrụ\",\n    \"racion\": \"agbụrụ\",\n    \"racism\": \"ịkpa ókè agbụrụ\",\n    \"racisms\": \"nnweta\",\n    \"racist\": \"akpa ókè agbụrụ\",\n    \"racists\": \"ndị na-akpa ókè agbụrụ\",\n    \"rack\": \"ogbe\",\n    \"rackan\": \"ogbe\",\n    \"rackateer\": \"racketeer\",\n    \"rackateering\": \"racketeering\",\n    \"rackboard\": \"igbe mkpọ\",\n    \"rackbone\": \"ọkpụkpụ\",\n    \"racked\": \"kụgburu\",\n    \"rackers\": \"ndị isi agbụrụ\",\n    \"racket\": \"raketị\",\n    \"racketed\": \"raketị\",\n    \"racketer\": \"raketị\",\n    \"rackety\": \"racket\",\n    \"racketiness\": \"izu ike\",\n    \"racketing\": \"raketị\",\n    \"racketlike\": \"raket yiri\",\n    \"racketproof\": \"raketproof\",\n    \"racketry\": \"raketị\",\n    \"rackets\": \"raketị\",\n    \"rackett\": \"raketị\",\n    \"rackettail\": \"ọdụ raketị\",\n    \"rackful\": \"rack\",\n    \"racking\": \"egwu\",\n    \"rackingly\": \"racking\",\n    \"rackle\": \"ogbe\",\n    \"rackless\": \"akpachapụghị anya\",\n    \"racknumber\": \"nwekoro\",\n    \"rackrentable\": \"akwara\",\n    \"raclettes\": \"agbụrụ\",\n    \"racloir\": \"akwara\",\n    \"racoon\": \"raji\",\n    \"racquetball\": \"ịgba bọọlụ\",\n    \"radarmen\": \"ndị isi\",\n    \"radars\": \"rada\",\n    \"radded\": \"gbanwere\",\n    \"raddle\": \"radulu\",\n    \"raddled\": \"achagharị\",\n    \"raddleman\": \"nwa nwoke\",\n    \"raddles\": \"radulu\",\n    \"raddling\": \"acha uhie uhie\",\n    \"raddlings\": \"acha uhie uhie\",\n    \"radectomieseph\": \"mmmmmmmmmmmmm\",\n    \"radek\": \"Nwachukwu\",\n    \"radiably\": \"na-enwu gbaa\",\n    \"radiality\": \"radial\",\n    \"radialize\": \"kọwaa\",\n    \"radiance\": \"mgbukepụ\",\n    \"radiances\": \"ikuku\",\n    \"radiancy\": \"na-enwu gbaa\",\n    \"radiancies\": \"radian\",\n    \"radiant\": \"na-enwu\",\n    \"radiantly\": \"na-enwu gbaa\",\n    \"radiantness\": \"radiant ness\",\n    \"radiants\": \"radians\",\n    \"radiate\": \"radiata\",\n    \"radiated\": \"na-enwu\",\n    \"radiately\": \"radially\",\n    \"radiates\": \"na-enwu\",\n    \"radiatics\": \"radiatik\",\n    \"radiating\": \"na-enwu\",\n    \"radiation\": \"radieshon\",\n    \"radiational\": \"radially\",\n    \"radiationless\": \"enweghị radiation\",\n    \"radiatoporous\": \"radiato\",\n    \"radiatory\": \"radiator\",\n    \"radiature\": \"radiat\",\n    \"radical\": \"radikal\",\n    \"radicalize\": \"gbanwee\",\n    \"radicalized\": \"gbanwere\",\n    \"radicalizes\": \"na-eche echiche\",\n    \"radicalizing\": \"na-eche echiche\",\n    \"radically\": \"n'ụzọ pụtara ìhè\",\n    \"radicals\": \"okpuru\",\n    \"radicant\": \"radicand\",\n    \"radicate\": \"radikal\",\n    \"radicated\": \"gbanwere\",\n    \"radicating\": \"na-egosi\",\n    \"radices\": \"okpu\",\n    \"radiectomy\": \"radiyoctomy\",\n    \"radient\": \"na-enwu\",\n    \"radiferous\": \"na-enwu ọkụ\",\n    \"radio\": \"redio\",\n    \"radioacoustics\": \"ihe nkpado redio\",\n    \"radioactivate\": \"redioactivate\",\n    \"radioactivating\": \"redioactivating\",\n    \"radioactive\": \"redioaktivu\",\n    \"radioactively\": \"na ntanetị\",\n    \"radioactivity\": \"ihe ngosi redio\",\n    \"radioamplifier\": \"igwe okwu redio\",\n    \"radioastronomy\": \"igwe mbara igwe\",\n    \"radioautograph\": \"redioautograph\",\n    \"radioautography\": \"rediotografii\",\n    \"radioautographic\": \"redioautographic\",\n    \"radiobicipital\": \"ihe mgbochi redio\",\n    \"radiobiology\": \"rediobiology\",\n    \"radiobiologic\": \"rediobiologic\",\n    \"radiobiological\": \"rediobiological\",\n    \"radiobiologically\": \"rediobiologi\",\n    \"radiobiologist\": \"rediobiologist\",\n    \"radiobroadcasted\": \"mgbasa ozi redio\",\n    \"radiobroadcaster\": \"onye mgbasa ozi redio\",\n    \"radiobroadcasters\": \"ndị mgbasa ozi redio\",\n    \"radiobroadcasting\": \"mgbasa ozi redio\",\n    \"radiobserver\": \"redio\",\n    \"radiocast\": \"redio\",\n    \"radiocaster\": \"igwe redio\",\n    \"radiocasting\": \"mgbasa ozi redio\",\n    \"radiochemical\": \"ihe onyonyo\",\n    \"radiochemically\": \"na ntanetị\",\n    \"radiochemist\": \"onye nyocha redio\",\n    \"radiochemistry\": \"rediochemistry\",\n    \"radiocinematograph\": \"rediocinematograph\",\n    \"radiocommunication\": \"nkwukọrịta\",\n    \"radioconductor\": \"onye na-eduzi redio\",\n    \"radiocopper\": \"ihe nkpuchi redio\",\n    \"radiode\": \"rediode\",\n    \"radiodiagnoses\": \"nyocha redio\",\n    \"radiodiagnosis\": \"nyocha redio\",\n    \"radioecology\": \"redioecology\",\n    \"radioecological\": \"redioecological\",\n    \"radioecologist\": \"dibia oyibo\",\n    \"radioed\": \"na redio\",\n    \"radioelement\": \"redio\",\n    \"radiofrequency\": \"rediofrequency\",\n    \"radiogenic\": \"rediogenic\",\n    \"radiogoniometry\": \"rediogoniometry\",\n    \"radiogoniometric\": \"rediogoniometric\",\n    \"radiogram\": \"rediogram\",\n    \"radiograms\": \"redio\",\n    \"radiograph\": \"redio\",\n    \"radiographer\": \"onye na-ede redio\",\n    \"radiography\": \"redio\",\n    \"radiographic\": \"redio\",\n    \"radiographical\": \"redio\",\n    \"radiographically\": \"redio\",\n    \"radiographies\": \"ihe ndekọ redio\",\n    \"radiographs\": \"redio\",\n    \"radiohumeral\": \"rediohumeral\",\n    \"radioing\": \"redioing\",\n    \"radioiodine\": \"redioiodine\",\n    \"radioisotope\": \"redioisotope\",\n    \"radioisotopes\": \"redioisotopes\",\n    \"radioisotopic\": \"redioisotopic\",\n    \"radiolarian\": \"onye redio\",\n    \"radiolysis\": \"rediolysis\",\n    \"radiolite\": \"rediolite\",\n    \"radiolites\": \"rediolites\",\n    \"radiolitic\": \"rediolitic\",\n    \"radiolytic\": \"ihe redio\",\n    \"radiolocation\": \"rediolocation\",\n    \"radiolocators\": \"ndị na-ekpo redio\",\n    \"radiology\": \"rediology\",\n    \"radiological\": \"redio\",\n    \"radiologically\": \"na ntanetị\",\n    \"radiologies\": \"redio\",\n    \"radiologist\": \"rediologist\",\n    \"radiologists\": \"ndị ọrụ redio\",\n    \"radiolucence\": \"redio\",\n    \"radiolucencies\": \"rediolucencies\",\n    \"radiolucent\": \"rediolucent\",\n    \"radioluminescence\": \"redioluminescence\",\n    \"radioman\": \"onye redio\",\n    \"radiomedial\": \"redio\",\n    \"radiomen\": \"ndị ọrụ redio\",\n    \"radiometallography\": \"rediometallography\",\n    \"radiometer\": \"radiomita\",\n    \"radiometers\": \"igwe redio\",\n    \"radiometry\": \"igwe redio\",\n    \"radiometric\": \"igwe redio\",\n    \"radiometrically\": \"igwefoto\",\n    \"radiometries\": \"igwe redio\",\n    \"radiomicrometer\": \"igwe redioji\",\n    \"radiomicrophone\": \"igwe redio\",\n    \"radiomimetic\": \"rediomimetic\",\n    \"radiomobile\": \"igwefoto\",\n    \"radiomovies\": \"ihe nkiri redio\",\n    \"radiomuscular\": \"redio\",\n    \"radiopaque\": \"rediopaque\",\n    \"radiopharmaceutical\": \"ọgwụ redio\",\n    \"radiophones\": \"redio\",\n    \"radiopotassium\": \"radiopotium\",\n    \"radioprotective\": \"ihe nchebe\",\n    \"radiorays\": \"redio\",\n    \"radios\": \"redio\",\n    \"radiosensitivity\": \"mmetụta redio\",\n    \"radiosodium\": \"rediosodium\",\n    \"radiosterilization\": \"rediosterilization\",\n    \"radiosterilize\": \"igwefoto\",\n    \"radiosterilized\": \"kpakpando\",\n    \"radiosurgery\": \"ọgwụ redio\",\n    \"radiosurgical\": \"igwe redio\",\n    \"radiotechnology\": \"teknụzụ redio\",\n    \"radiotelegram\": \"rediotelegram\",\n    \"radiotelegraph\": \"rediotelegraph\",\n    \"radiotelegrapher\": \"onye na-ese ihe na redio\",\n    \"radiotelegraphy\": \"rediotelegraphy\",\n    \"radiotelegraphic\": \"rediotelegraphic\",\n    \"radiotelegraphically\": \"rediotelegraphically\",\n    \"radiotelegraphs\": \"rediotelegraph\",\n    \"radiotelemetry\": \"rediotelemetry\",\n    \"radiotelemetric\": \"rediotelemetric\",\n    \"radiotelemetries\": \"rediotelemetries\",\n    \"radiotelephone\": \"ekwentị redio\",\n    \"radiotelephoned\": \"rediotelephoned\",\n    \"radiotelephones\": \"igwe redio\",\n    \"radiotelephony\": \"rediotelephony\",\n    \"radiotelephonic\": \"rediotelephonic\",\n    \"radiotelephoning\": \"rediotelephoning\",\n    \"radioteletype\": \"redioteletype\",\n    \"radioteria\": \"redioteria\",\n    \"radiotherapeutic\": \"ọgwụgwọ redio\",\n    \"radiotherapeutics\": \"ọgwụgwọ redio\",\n    \"radiotherapeutist\": \"onye na-ahụ maka redio\",\n    \"radiotherapies\": \"ọgwụgwọ redio\",\n    \"radiotherapist\": \"onye na-ahụ maka redio\",\n    \"radiotherapists\": \"ndị na-ahụ maka redio\",\n    \"radiothermy\": \"rediotemy\",\n    \"radiothorium\": \"rediothorium\",\n    \"radiotoxic\": \"rediotoxic\",\n    \"radiotransparency\": \"rediogbasaara\",\n    \"radiotropic\": \"rediotropic\",\n    \"radiotropism\": \"rediotropism\",\n    \"radious\": \"na-asọpụrụ\",\n    \"radiov\": \"rediov\",\n    \"radiovision\": \"redio\",\n    \"radiumlike\": \"radium\",\n    \"radiumproof\": \"radiumroof\",\n    \"radiums\": \"radium\",\n    \"radius\": \"okirikiri\",\n    \"radiuses\": \"radius\",\n    \"radixes\": \"radieshon\",\n    \"radly\": \"radley\",\n    \"radomes\": \"radom\",\n    \"radsimir\": \"radzimir\",\n    \"radulae\": \"radula\",\n    \"radulate\": \"radulat\",\n    \"rafe\": \"zaa\",\n    \"raffee\": \"kọfị\",\n    \"raffing\": \"zere\",\n    \"raffishness\": \"raffishị\",\n    \"raffled\": \"raff\",\n    \"rafflers\": \"ndị raff\",\n    \"raffles\": \"raff\",\n    \"raffling\": \"raff\",\n    \"raffman\": \"unye\",\n    \"raffs\": \"raff\",\n    \"raft\": \"rafti\",\n    \"rafted\": \"rarated\",\n    \"rafter\": \"ntụhie\",\n    \"rafters\": \"ntụhie\",\n    \"raftman\": \"Onyekwere\",\n    \"rafts\": \"ntụhie\",\n    \"raftsman\": \"onye ọrụ aka\",\n    \"raftsmen\": \"ndị omenkà\",\n    \"rag\": \"nkikara akwa\",\n    \"ragbolt\": \"gbolọ\",\n    \"rage\": \"iwe\",\n    \"raged\": \"kpụ ọkụ n'ọnụ\",\n    \"ragee\": \"iwe\",\n    \"ragees\": \"iwe\",\n    \"rageful\": \"ewe iwe\",\n    \"ragefully\": \"n'iwe\",\n    \"rageless\": \"enweghị ọnụ\",\n    \"rageous\": \"iwe\",\n    \"rageously\": \"n'iwe ọkụ\",\n    \"rageousness\": \"ọnụma\",\n    \"rageproof\": \"ọnụma\",\n    \"rager\": \"izere\",\n    \"ragery\": \"izu ohi\",\n    \"rages\": \"Iwe\",\n    \"ragesome\": \"na-asọ oyi\",\n    \"ragfish\": \"nkịrịkọ\",\n    \"ragfishes\": \"nkịta\",\n    \"ragged\": \"dọwara\",\n    \"raggeder\": \"Raggeder\",\n    \"raggedest\": \"bibiri\",\n    \"raggedly\": \"ejikere\",\n    \"raggedness\": \"mkpọtụ\",\n    \"raggery\": \"gerygha\",\n    \"raggy\": \"gygha\",\n    \"raggies\": \"mgbatị\",\n    \"raggily\": \"Nwoke\",\n    \"ragging\": \"mkpọtụ\",\n    \"raggle\": \"mkpọtụ\",\n    \"raggled\": \"na-agbagha\",\n    \"raggles\": \"mkpọtụ\",\n    \"raghouse\": \"akwa ụlọ\",\n    \"raging\": \"iwe\",\n    \"ragingly\": \"iwe\",\n    \"ragis\": \"akwa\",\n    \"raglet\": \"akpa\",\n    \"ragouted\": \"zuo\",\n    \"ragouting\": \"na-akpọ\",\n    \"ragshag\": \"mkpọtụ\",\n    \"ragstone\": \"nkume igwe\",\n    \"ragtime\": \"oge\",\n    \"ragtimey\": \"ogechi\",\n    \"ragtimes\": \"ogechi\",\n    \"ragwork\": \"arụ ọrụ\",\n    \"ragworts\": \"ragwasa\",\n    \"ray\": \"ụzarị\",\n    \"raid\": \"wakporo\",\n    \"raided\": \"wakporo\",\n    \"raiding\": \"na-awakpo\",\n    \"raids\": \"wakporo\",\n    \"rayed\": \"gbara ọchịchịrị\",\n    \"raif\": \"raị\",\n    \"rayful\": \"na-enwu\",\n    \"raygrass\": \"ihe osise\",\n    \"raygrasses\": \"ihe ntanetị\",\n    \"raiyat\": \"rapaị\",\n    \"raiiform\": \"ndụiform\",\n    \"raying\": \"akpọ\",\n    \"rail\": \"ụgbọ okporo ígwè\",\n    \"railbird\": \"ụgbọ ịnyịnya\",\n    \"railbirds\": \"àkwà mmiri\",\n    \"railcar\": \"ụgbọ okporo ígwè\",\n    \"railed\": \"asị\",\n    \"railer\": \"onye na-akpọ ụgbọelu\",\n    \"railers\": \"Ndị na-anya ụgbọ ala\",\n    \"rayless\": \"enweghị ray\",\n    \"raylessly\": \"n'enweghị ihe mgbochi\",\n    \"raylessness\": \"enweghị ọkụ\",\n    \"railhead\": \"okporo ụzọ\",\n    \"railheads\": \"okporo ígwè\",\n    \"railing\": \"igwe ndobe\",\n    \"railingly\": \"n'udo\",\n    \"railings\": \"ụgbọ okporo ígwè\",\n    \"raillery\": \"ụgbọ okporo ígwè\",\n    \"railleries\": \"illegba ama\",\n    \"railless\": \"enweghị ụgbọ\",\n    \"railleur\": \"Ukwuu\",\n    \"railly\": \"okporo\",\n    \"railman\": \"okporo nwoke\",\n    \"railmen\": \"ndị ụgbọ okporo ígwè\",\n    \"railriding\": \"ụgbọ okporo ígwè\",\n    \"railroad\": \"ụgbọ okporo ígwè\",\n    \"railroadana\": \"okporo ụzọ\",\n    \"railroaded\": \"ụgbọ okporo ígwè\",\n    \"railroader\": \"ụgbọ okporo ígwè\",\n    \"railroaders\": \"ụgbọ okporo ígwè\",\n    \"railroadiana\": \"okporo ụzọ\",\n    \"railroading\": \"ụgbọ okporo ígwè\",\n    \"railroadish\": \"ụgbọ okporo ígwè\",\n    \"railroads\": \"okporo ụzọ\",\n    \"railroadship\": \"okporo ụzọ\",\n    \"railway\": \"ụgbọ okporo ígwè\",\n    \"railwaydom\": \"okporo ụzọ\",\n    \"railwayed\": \"okporo ụzọ\",\n    \"railwayless\": \"enweghị ụgbọ okporo ígwè\",\n    \"railwayman\": \"ụgbọ okporo ígwè\",\n    \"railways\": \"ụgbọ okporo ígwè\",\n    \"raiment\": \"uwe\",\n    \"raimented\": \"uwe\",\n    \"raimentless\": \"enweghi uwe\",\n    \"raiments\": \"uwe\",\n    \"rain\": \"mmiri ozuzo\",\n    \"rainband\": \"mmiri ozuzo\",\n    \"rainbands\": \"mmiri ozuzo\",\n    \"rainbird\": \"nnụnnụ mmiri\",\n    \"rainbirds\": \"nnụnnụ mmiri\",\n    \"rainbound\": \"mmiri ozuzo\",\n    \"rainbow\": \"egwurugwu\",\n    \"rainbowy\": \"egwurugwu\",\n    \"rainbowlike\": \"egwurugwu yiri\",\n    \"rainbows\": \"egwurugwu\",\n    \"rainbowweed\": \"egwurugwu ahihia\",\n    \"rainburst\": \"mmiri ozuzo\",\n    \"raincheck\": \"mmiri ozuzo\",\n    \"raincoat\": \"akwa mmiri\",\n    \"raincoats\": \"akwa mmiri\",\n    \"raindrop\": \"mmiri ozuzo\",\n    \"raindrops\": \"mmiri ozuzo\",\n    \"rained\": \"Mmiri zoo\",\n    \"rainer\": \"mmiri ozuzo\",\n    \"raines\": \"raine\",\n    \"rainfall\": \"mmiri ozuzo\",\n    \"rainfalls\": \"mmiri ozuzo\",\n    \"rainforest\": \"oke ohia\",\n    \"rainfowl\": \"mmiri ozuzo\",\n    \"rainful\": \"mmiri ozuzo\",\n    \"rainy\": \"mmiri ozuzo\",\n    \"rainily\": \"rainier\",\n    \"raininess\": \"mmiri ozuzo\",\n    \"raining\": \"mmiri na-ezo\",\n    \"rainless\": \"enweghị mmiri ozuzo\",\n    \"rainlessness\": \"enweghị mmiri ozuzo\",\n    \"rainlight\": \"mmiri ozuzo\",\n    \"rainmaker\": \"mmiri ozuzo\",\n    \"rainmakers\": \"ndị na-eme mmiri ozuzo\",\n    \"rainmaking\": \"mmiri ozuzo\",\n    \"rainproof\": \"mmiri ozuzo\",\n    \"rainproofer\": \"mmiri ozuzo\",\n    \"rains\": \"mmiri ozuzo\",\n    \"rainspout\": \"mmiri ozuzo\",\n    \"rainsquall\": \"mmiri ozuzo\",\n    \"rainstorm\": \"mmiri ozuzo\",\n    \"rainstorms\": \"oke mmiri ozuzo\",\n    \"rainwash\": \"mmiri ozuzo\",\n    \"rainwashes\": \"mmiri ozuzo\",\n    \"rainwater\": \"mmiri ozuzo\",\n    \"rainwear\": \"uwe mmiri ozuzo\",\n    \"rainwears\": \"mmiri ozuzo\",\n    \"rainworm\": \"mmiri ozuzo\",\n    \"rayon\": \"Rayon\",\n    \"rayonnance\": \"Rayonnance\",\n    \"rayonnant\": \"Rayonnant\",\n    \"rayonne\": \"Rayonne\",\n    \"rais\": \"rias\",\n    \"rays\": \"ụzarị\",\n    \"raisable\": \"nwere ike iwe\",\n    \"raise\": \"bulie\",\n    \"raiseable\": \"nwere ike iwe\",\n    \"raised\": \"zụlitere\",\n    \"raiseman\": \"raisman\",\n    \"raisers\": \"rais\",\n    \"raises\": \"na-ewelite\",\n    \"raisin\": \"mịrị\",\n    \"raisine\": \"mịrị\",\n    \"raising\": \"na-azụ\",\n    \"raisings\": \"mịrị\",\n    \"raisiny\": \"mịrị\",\n    \"raisins\": \"mịrị\",\n    \"raisons\": \"rais\",\n    \"raja\": \"ukwu\",\n    \"rajab\": \"akwa\",\n    \"rake\": \"zaa\",\n    \"rakees\": \"rake\",\n    \"rakeful\": \"keukwu\",\n    \"rakehell\": \"obia\",\n    \"rakehells\": \"obula\",\n    \"rakery\": \"nwakpo\",\n    \"rakers\": \"ndị na-anụ ihe\",\n    \"rakes\": \"zaa\",\n    \"rakija\": \"rajaja\",\n    \"raking\": \"kingbụ anụ\",\n    \"rakingly\": \"zoro\",\n    \"rakishness\": \"nwụọ\",\n    \"ralish\": \"mezie\",\n    \"rall\": \"mechie\",\n    \"rallery\": \"osobo\",\n    \"rally\": \"ichikota\",\n    \"rallycross\": \"agbako\",\n    \"rallied\": \"kpọkọta\",\n    \"ralliers\": \"mkpọsa\",\n    \"rallying\": \"kpọkọta\",\n    \"rallyings\": \"nnọkọ\",\n    \"rallyist\": \"onye nkwado\",\n    \"rallyists\": \"ndị na-eme ngagharị iwe\",\n    \"rallymaster\": \"onye nlekọta\",\n    \"ram\": \"ebule\",\n    \"ramack\": \"Ramack\",\n    \"ramage\": \"mgboso\",\n    \"ramaism\": \"rama\",\n    \"ramanas\": \"ramas\",\n    \"ramark\": \"rama\",\n    \"ramass\": \"ebule\",\n    \"ramate\": \"ibido\",\n    \"ramberge\": \"zuo\",\n    \"ramble\": \"mkpọmkpọ ebe\",\n    \"rambled\": \"ramb\",\n    \"rambler\": \"onyekwere\",\n    \"ramblers\": \"ndị na-eme mkpọtụ\",\n    \"rambles\": \"mkpọtụ\",\n    \"rambling\": \"na-agbasi ike\",\n    \"ramblingly\": \"mmmmmmmmmmmmm\",\n    \"ramblingness\": \"Ndabere\",\n    \"ramblings\": \"rambl\",\n    \"rambong\": \"rabọm\",\n    \"rambooze\": \"ramboze\",\n    \"rambure\": \"rabọl\",\n    \"rambutans\": \"rambutan\",\n    \"rameal\": \"rame\",\n    \"ramean\": \"Rama\",\n    \"ramed\": \"dina\",\n    \"ramees\": \"rame\",\n    \"ramekins\": \"Okpokolo\",\n    \"ramentaceous\": \"keobula\",\n    \"ramental\": \"ezi\",\n    \"rameous\": \"izu ike\",\n    \"rameses\": \"rames\",\n    \"ramets\": \"rabet\",\n    \"ramfeezled\": \"Ugboro abụọ\",\n    \"ramforce\": \"ebule\",\n    \"ramhead\": \"olulu\",\n    \"ramhood\": \"eburu\",\n    \"ramies\": \"ebule\",\n    \"ramiferous\": \"iheanacho\",\n    \"ramify\": \"kwalite\",\n    \"ramificate\": \"gaa n'ihu\",\n    \"ramification\": \"nkwanye ugwu\",\n    \"ramifications\": \"mmezu\",\n    \"ramified\": \"kwụrụ\",\n    \"ramifies\": \"na-akwado\",\n    \"ramifying\": \"na-eme ka ọ dị mfe\",\n    \"ramigerous\": \"na-eme mkpọtụ\",\n    \"ramilies\": \"ndagwurugwu\",\n    \"ramillied\": \"ndagwurugwu\",\n    \"ramillies\": \"ndagwurugwu\",\n    \"ramist\": \"onye nkwanye ugwu\",\n    \"ramistical\": \"nkwanye ugwu\",\n    \"ramjet\": \"ebule\",\n    \"ramjets\": \"ebule\",\n    \"ramlike\": \"yiri\",\n    \"rammage\": \"mgbaba\",\n    \"rammed\": \"na-ebuso\",\n    \"rammer\": \"okwute\",\n    \"rammermen\": \"ndị rammer\",\n    \"rammers\": \"rama\",\n    \"ramming\": \"ịgba\",\n    \"ramnenses\": \"mmekpa ahụ\",\n    \"ramnes\": \"ebule\",\n    \"ramosity\": \"mbibi\",\n    \"ramosities\": \"mbibi\",\n    \"ramososubdivided\": \"Anyi\",\n    \"ramous\": \"buru ibu\",\n    \"rampacious\": \"ramp\",\n    \"rampage\": \"wakporo\",\n    \"rampaged\": \"wakporo\",\n    \"rampageously\": \"rampageous\",\n    \"rampageousness\": \"Ogbo aghara\",\n    \"rampagers\": \"rampara\",\n    \"rampages\": \"ramparị\",\n    \"rampagious\": \"rampagging\",\n    \"rampancy\": \"ibia\",\n    \"rampancies\": \"ebe ramp\",\n    \"rampant\": \"jupụta ebe niile\",\n    \"rampantly\": \"n'usoro\",\n    \"rampantness\": \"rampness\",\n    \"rampart\": \"rabọl\",\n    \"ramparted\": \"bibiri\",\n    \"ramparting\": \"na-achọ\",\n    \"ramparts\": \"rampi\",\n    \"ramped\": \"rampi\",\n    \"rampick\": \"rampị\",\n    \"ramping\": \"na-agbago\",\n    \"rampingly\": \"ramping\",\n    \"rampions\": \"ramps\",\n    \"rampler\": \"onyedikachi\",\n    \"rampoled\": \"Mkpọtụrụ\",\n    \"rampoling\": \"na-achọ\",\n    \"ramps\": \"ramp\",\n    \"rampsman\": \"onye na-azụ atụrụ\",\n    \"ramrod\": \"Ramrod\",\n    \"ramroddy\": \"Ikechukwu\",\n    \"ramrods\": \"mkpọmkpọ ebe\",\n    \"rams\": \"ebule\",\n    \"ramscallion\": \"Ugochukwu\",\n    \"ramshackled\": \"ramshackle\",\n    \"ramshackleness\": \"ramshackle ness\",\n    \"ramshackly\": \"ramshackle\",\n    \"ramshorns\": \"ebule\",\n    \"ramsons\": \"ebule\",\n    \"ramstead\": \"Ikechukwu\",\n    \"ramtil\": \"ebule\",\n    \"ramtils\": \"ebule\",\n    \"ramular\": \"aru ike\",\n    \"ramulous\": \"ihe ojoo\",\n    \"ramulus\": \"ramulu\",\n    \"ramuscule\": \"ebule\",\n    \"ramverse\": \"ravụre\",\n    \"ran\": \"efehe\",\n    \"ranales\": \"mgbe\",\n    \"rance\": \"gbaa oso\",\n    \"rancer\": \"rancher\",\n    \"rances\": \"agbụrụ\",\n    \"rancescent\": \"ọwụwa\",\n    \"ranch\": \"ebe ana-azu umuanu\",\n    \"ranche\": \"ebe ana-azu umuanu\",\n    \"ranched\": \"ebe ana-azu umuanu\",\n    \"ranchers\": \"ndị na-akpa anụ ụlọ\",\n    \"ranches\": \"ebe ana-azu umuanu\",\n    \"ranchless\": \"enweghị anụ ụlọ\",\n    \"ranchlike\": \"ochuru\",\n    \"ranchmen\": \"ndị na-akpa anụ ụlọ\",\n    \"rancidify\": \"gbaa ọsọ\",\n    \"rancidified\": \"gbamgbam\",\n    \"rancidifying\": \"cgba mbọ\",\n    \"rancidity\": \"izu ike\",\n    \"rancidly\": \"jiri nwayọ\",\n    \"rancidness\": \"izu ike\",\n    \"rancor\": \"ranorọ\",\n    \"rancored\": \"gbaa mbọ\",\n    \"rancorous\": \"dị mfe\",\n    \"rancorously\": \"jiri nwayọ\",\n    \"rancorousness\": \"izu ike\",\n    \"rancour\": \"ranorọ\",\n    \"randan\": \"Randan\",\n    \"randans\": \"Randans\",\n    \"rander\": \"na-akpọ\",\n    \"randiest\": \"kachasie ike\",\n    \"randiness\": \"randị\",\n    \"randing\": \"randị\",\n    \"random\": \"aghara\",\n    \"randomish\": \"aghara\",\n    \"randomization\": \"aghara\",\n    \"randomize\": \"hazie\",\n    \"randomized\": \"aghara\",\n    \"randomizer\": \"ihe nyocha\",\n    \"randomizes\": \"na-eme ka\",\n    \"randomizing\": \"ịme ihe\",\n    \"randomly\": \"enweghị usoro\",\n    \"randomness\": \"aghara\",\n    \"randomwise\": \"aghara\",\n    \"randon\": \"Randon\",\n    \"ranee\": \"rane\",\n    \"ranees\": \"rane\",\n    \"rang\": \"kụrụ\",\n    \"range\": \"nso\",\n    \"ranged\": \"dị\",\n    \"rangefinder\": \"iche\",\n    \"rangeheads\": \"iche iche\",\n    \"rangeland\": \"ohia\",\n    \"rangelands\": \"ugwu ugwu\",\n    \"rangeless\": \"enweghị nsọtụ\",\n    \"rangemen\": \"ndị nche\",\n    \"rangers\": \"ndị nche\",\n    \"ranges\": \"àmà\",\n    \"rangework\": \"dịgasị iche iche\",\n    \"rangier\": \"ranger\",\n    \"ranging\": \"sitere\",\n    \"ranid\": \"runid\",\n    \"ranids\": \"na-agba ọsọ\",\n    \"raniferous\": \"ọsọ ọsọ\",\n    \"ranivorous\": \"rikpuru\",\n    \"rank\": \"okwa\",\n    \"ranked\": \"họọrọ\",\n    \"rankers\": \"ndị na-agba ọsọ\",\n    \"rankest\": \"ọkwa\",\n    \"rankine\": \"icha\",\n    \"ranking\": \"ogo\",\n    \"rankings\": \"ogo\",\n    \"rankish\": \"kwalite\",\n    \"rankle\": \"okwa\",\n    \"rankled\": \"họọrọ\",\n    \"rankles\": \"ogo\",\n    \"rankless\": \"enweghị nsọtụ\",\n    \"rankly\": \"n'usoro\",\n    \"rankling\": \"nhazi\",\n    \"ranklingly\": \"ọkwa\",\n    \"rankness\": \"ọkwa\",\n    \"ranknesses\": \"ogo\",\n    \"ranks\": \"ọkwá\",\n    \"ranksman\": \"ọkwa\",\n    \"ranksmen\": \"ọkwá\",\n    \"rannel\": \"osobo\",\n    \"ranomers\": \"ndiocha\",\n    \"ransacked\": \"gbaghaara\",\n    \"ransacker\": \"ihe onyinye\",\n    \"ransackers\": \"ndị na-agba ọsọ\",\n    \"ransacking\": \".mụrụ ihe\",\n    \"ransackle\": \"ososor\",\n    \"ranselmen\": \"ndi nkorita\",\n    \"ranses\": \"uzo\",\n    \"ransom\": \"mgbapụta\",\n    \"ransomable\": \"mgbapụta\",\n    \"ransomed\": \"gbapụtara\",\n    \"ransomer\": \"mgbapụta\",\n    \"ransomers\": \"ndị mgbapụta\",\n    \"ransomfree\": \"n'efu\",\n    \"ransoming\": \"agbapụta agbapụta\",\n    \"ransomless\": \"enweghị mgbapụta\",\n    \"ransoms\": \"ihe mgbapụta\",\n    \"ranted\": \"rant\",\n    \"ranter\": \"onye na-agba oso\",\n    \"ranterism\": \"ịgba ọsọ\",\n    \"ranters\": \"rantan\",\n    \"ranting\": \"na-akpọ\",\n    \"rantingly\": \"n'omume\",\n    \"rantipole\": \"echetapole\",\n    \"rantize\": \"cheta\",\n    \"rantock\": \"Nnukwu\",\n    \"rantree\": \"ezuru\",\n    \"ranular\": \"gbaa ọsọ\",\n    \"ranunculaceous\": \"ranunculace\",\n    \"raob\": \"okpokoro\",\n    \"rap\": \"zọọ\",\n    \"rapaces\": \"ọgba ọsọ\",\n    \"rapacious\": \"n'ike n'ike\",\n    \"rapaciously\": \"n'ike n'ike\",\n    \"rapaciousness\": \"ndaba\",\n    \"rapateaceous\": \"ọsọ ọsọ\",\n    \"rape\": \"ndina n'ike\",\n    \"raped\": \"n'ike\",\n    \"rapeful\": \"n'ike\",\n    \"rapeye\": \"ndaba\",\n    \"rapely\": \"n'ike\",\n    \"rapeoil\": \"ndina n'ike\",\n    \"raper\": \"rapa\",\n    \"rapers\": \"ndị rapa\",\n    \"rapes\": \"idina mmadụ n'ike\",\n    \"rapeseed\": \"dina n'ike\",\n    \"rapeseeds\": \"na-agba ọsọ\",\n    \"raphany\": \"chukwujekwu\",\n    \"raphanus\": \"hannwa\",\n    \"raphidiferous\": \"keobere\",\n    \"raphidoidea\": \"aphididae\",\n    \"raphiolepis\": \"rhaphiolepis\",\n    \"rapic\": \"ngwa ngwa\",\n    \"rapid\": \"ngwa ngwa\",\n    \"rapidamente\": \"ngwa ngwa\",\n    \"rapider\": \"onye n'ike\",\n    \"rapidest\": \"kasị\",\n    \"rapidity\": \"ngwa ngwa\",\n    \"rapidities\": \"ngwa ngwa\",\n    \"rapidly\": \"ngwa ngwa\",\n    \"rapidness\": \"ngwa ngwa\",\n    \"rapiered\": \"rapi\",\n    \"rapiers\": \"Ndị rapiers\",\n    \"rapilli\": \"zuo\",\n    \"rapines\": \"na-agba ọsọ\",\n    \"raping\": \"idina\",\n    \"rapist\": \"onye n'ike\",\n    \"rapists\": \"ndị na-edina mmadụ n'ike\",\n    \"raport\": \"mgbo\",\n    \"rapped\": \"dina\",\n    \"rappees\": \"ndiegwu\",\n    \"rappeling\": \"na-ekwu\",\n    \"rappelled\": \"zoro\",\n    \"rappelling\": \"na-ekwu\",\n    \"rappels\": \"akụkọ\",\n    \"rapping\": \"osobo\",\n    \"rappist\": \"onye rapp\",\n    \"rapporteur\": \"onye ozi\",\n    \"rapports\": \"rapport\",\n    \"rapprochement\": \"mmekorita\",\n    \"rapscallion\": \"mmmmmmmmmmmmm\",\n    \"rapscallionly\": \"onyekwere\",\n    \"rapscallions\": \"mmmmmmmmmmmmm\",\n    \"rapt\": \"zuo\",\n    \"rapter\": \"dinara\",\n    \"raptest\": \"dina\",\n    \"raptly\": \"zuo ezuo\",\n    \"raptness\": \"owuwe\",\n    \"raptnesses\": \"raptị\",\n    \"raptores\": \"dina\",\n    \"raptorious\": \"dị egwu\",\n    \"raptors\": \"ndị na-apụnara mmadụ ihe\",\n    \"raptril\": \"owuwe\",\n    \"rapture\": \"owuwe\",\n    \"raptured\": \"owuwe\",\n    \"raptureless\": \"enweghi obi o bula\",\n    \"raptures\": \"owuwe\",\n    \"raptury\": \"owuwe\",\n    \"rapturing\": \"owuwe\",\n    \"rapturist\": \"onye rapturist\",\n    \"rapturously\": \"jiri nwayọ\",\n    \"rapturousness\": \"owuwe n'ike\",\n    \"raquet\": \"nri\",\n    \"raquette\": \"nkechi\",\n    \"rare\": \"obere\",\n    \"rarebit\": \"oberebit\",\n    \"rarebits\": \"obere ihe\",\n    \"rarefaction\": \"obere ọrụ\",\n    \"rarefactional\": \"kechie\",\n    \"rarefactive\": \"adịghị arụ ọrụ\",\n    \"rarefy\": \"kelechi\",\n    \"rarefiable\": \"enweghị ike\",\n    \"rarefication\": \"ụkọ\",\n    \"rarefied\": \"ụkọ\",\n    \"rarefier\": \"dị obere\",\n    \"rarefiers\": \"obere\",\n    \"rarefies\": \"obere\",\n    \"rarefying\": \"obere\",\n    \"rareyfy\": \"nnoo\",\n    \"rarely\": \"adịkarịghị\",\n    \"rareness\": \"ụfụ\",\n    \"rarenesses\": \"akụrụngwa\",\n    \"rarer\": \"obere\",\n    \"rareripe\": \"obere\",\n    \"rareripes\": \"obere\",\n    \"rarest\": \"dị ntakịrị\",\n    \"rarety\": \"ụkọ\",\n    \"rareties\": \"rarities\",\n    \"rariety\": \"rari\",\n    \"rarify\": \"nyochaa\",\n    \"rarified\": \"Ghara\",\n    \"rarifies\": \"rarities\",\n    \"rarifying\": \"na-ekwenye\",\n    \"raring\": \"ịzọ ndụ\",\n    \"rarish\": \"kewara\",\n    \"rarity\": \"ụkọ\",\n    \"rarotongan\": \"okpokoro\",\n    \"rasant\": \"onye isi\",\n    \"rascal\": \"nzuzu\",\n    \"rascaldom\": \"aghara\",\n    \"rascaless\": \"enweghị atụ\",\n    \"rascality\": \"aghara\",\n    \"rascalities\": \"aghara\",\n    \"rascalize\": \"gbanye\",\n    \"rascallion\": \"Onyekwere\",\n    \"rascals\": \"ndị isi\",\n    \"rase\": \"zute\",\n    \"rased\": \"ewepu\",\n    \"rasen\": \"zụrụ\",\n    \"rash\": \"ọkụ ọkụ\",\n    \"rashbuss\": \"ọkụ ọkụ\",\n    \"rashers\": \"rashes\",\n    \"rashful\": \"ọkụ ọkụ\",\n    \"rashly\": \"ngwa ngwa\",\n    \"rashlike\": \"ọkụ ọkụ\",\n    \"rashness\": \"ọkụ ọkụ\",\n    \"rashnesses\": \"ọkụ ọkụ\",\n    \"rashti\": \"ọkụkụ\",\n    \"rasing\": \"na-azụ\",\n    \"rasion\": \"rason\",\n    \"rasophore\": \"rassophore\",\n    \"rasour\": \"rasur\",\n    \"rasp\": \"opupu\",\n    \"raspatory\": \"okpu\",\n    \"raspatorium\": \"obubia\",\n    \"raspberry\": \"raspberị\",\n    \"raspberriade\": \"igbanwe\",\n    \"raspberrylike\": \"yiri\",\n    \"rasped\": \"gbanye\",\n    \"raspers\": \"igwe\",\n    \"raspy\": \"rasy\",\n    \"raspier\": \"onyeka\",\n    \"raspiest\": \"Kachasị\",\n    \"raspiness\": \"Ogbu\",\n    \"rasping\": \"inggba\",\n    \"raspingly\": \"na-akọ\",\n    \"raspingness\": \"inggha\",\n    \"raspings\": \"Mgbapụ\",\n    \"raspis\": \"onyinye\",\n    \"raspish\": \"pụọ\",\n    \"raspite\": \"chọwa\",\n    \"rassle\": \"Ezigbo\",\n    \"rassled\": \"gbasaa\",\n    \"rassles\": \"okpukpu\",\n    \"rassling\": \"atọ\",\n    \"rasters\": \"Ndị nkụ\",\n    \"rasty\": \"ugochukwu\",\n    \"rastle\": \"Ugochukwu\",\n    \"rastled\": \"kwara\",\n    \"rastling\": \"Ikechukwu\",\n    \"rat\": \"oke\",\n    \"ratability\": \"egosiputa\",\n    \"ratable\": \"siri ike\",\n    \"ratableness\": \"ikekwe\",\n    \"ratably\": \"ratally\",\n    \"ratal\": \"oke\",\n    \"ratals\": \"oke\",\n    \"ratans\": \"Risa\",\n    \"rataplanned\": \"rataplanet\",\n    \"ratbag\": \"Akpa\",\n    \"ratcatcher\": \"ndagwurugwu\",\n    \"ratcatching\": \"ndagwurugwu\",\n    \"ratch\": \"azu\",\n    \"ratchel\": \"rathel\",\n    \"ratchelly\": \"oke\",\n    \"ratcher\": \"osikapa\",\n    \"ratches\": \"oke\",\n    \"ratchet\": \"mkpịsị ụkwụ\",\n    \"ratchety\": \"mkpịsị ụkwụ\",\n    \"ratchetlike\": \"ratchet ka\",\n    \"ratching\": \"ichi\",\n    \"ratchment\": \"Mkpọchi\",\n    \"rate\": \"ọnụego\",\n    \"rateability\": \"ọnụego\",\n    \"rateable\": \"ọnụego\",\n    \"rateableness\": \"ọnụego ness\",\n    \"rateably\": \"ọnụego\",\n    \"rated\": \"gosiri\",\n    \"rateen\": \"iri na ato\",\n    \"rateless\": \"enweghị ngụta\",\n    \"ratels\": \"Oke\",\n    \"ratement\": \"ndọtị\",\n    \"ratemeter\": \"oke\",\n    \"ratepayer\": \"onye na-akwụ ụgwọ\",\n    \"ratepaying\": \"ịkwụ ụgwọ\",\n    \"ratero\": \"ọnụego\",\n    \"raters\": \"ndị na-anụ ọkụ\",\n    \"rates\": \"udu\",\n    \"ratfish\": \"azụ azụ\",\n    \"ratfishes\": \"ratfish\",\n    \"ratha\": \"oke\",\n    \"rathe\": \"nnweta\",\n    \"rathed\": \"zoro\",\n    \"rathely\": \"ma ọ bụ\",\n    \"ratheness\": \"mgbe gara aga\",\n    \"rather\": \"kama\",\n    \"ratherest\": \"ọnụ ọgụgụ\",\n    \"ratherish\": \"kama\",\n    \"ratherly\": \"kama\",\n    \"rathest\": \"nke kachasi ike\",\n    \"ratheter\": \"rateri\",\n    \"rathskeller\": \"onyedikachi\",\n    \"rathskellers\": \"ndị na-azụ ihe\",\n    \"raticidal\": \"na-asọ oyi\",\n    \"ratify\": \"kwadoro\",\n    \"ratification\": \"nkwenye\",\n    \"ratificationist\": \"raisationist\",\n    \"ratified\": \"kwadoro\",\n    \"ratifies\": \"na-akwado\",\n    \"ratifying\": \"na-akwado\",\n    \"ratine\": \"oke\",\n    \"ratines\": \"oke\",\n    \"rating\": \"fim\",\n    \"ratings\": \"Fim\",\n    \"ratio\": \"ruru\",\n    \"ratiocinant\": \"Ekekọrịta\",\n    \"ratiocinate\": \"nhazi\",\n    \"ratiocinated\": \"kere\",\n    \"ratiocinates\": \"nhazi\",\n    \"ratiocinating\": \"nhazi\",\n    \"ratiocination\": \"nhazi\",\n    \"ratiocinations\": \"nhazi\",\n    \"ratiocinator\": \"nhazi\",\n    \"ratiocinatory\": \"nhazi\",\n    \"ratiocinators\": \"nhazi\",\n    \"ratiometer\": \"ruru\",\n    \"ration\": \"ekere òkè\",\n    \"rationable\": \"ezi uche\",\n    \"rationably\": \"ezi uche\",\n    \"rational\": \"ezi uche\",\n    \"rationale\": \"ebumnuche\",\n    \"rationales\": \"echiche\",\n    \"rationalisation\": \"ezi uche\",\n    \"rationalise\": \"tụlee\",\n    \"rationalised\": \"ezi uche\",\n    \"rationalising\": \"na-akọwa\",\n    \"rationalism\": \"ezi uche\",\n    \"rationalist\": \"onye ezi uche\",\n    \"rationalistic\": \"ezi uche\",\n    \"rationalistical\": \"ezi uche\",\n    \"rationalistically\": \"n'ụzọ ezi uche dị na ya\",\n    \"rationalisticism\": \"ezi uche\",\n    \"rationalists\": \"ndị nwere uche\",\n    \"rationality\": \"ezi uche\",\n    \"rationalities\": \"ezi uche\",\n    \"rationalizable\": \"ezi uche\",\n    \"rationalization\": \"ezi uche\",\n    \"rationalizations\": \"ezi uche\",\n    \"rationalize\": \"tụlee\",\n    \"rationalized\": \"ezi uche\",\n    \"rationalizer\": \"onye na-arụ ọrụ\",\n    \"rationalizers\": \"ndị nwere uche\",\n    \"rationalizes\": \"na-eche\",\n    \"rationalizing\": \"na-akọwa\",\n    \"rationally\": \"ezi uche\",\n    \"rationalness\": \"ezi uche\",\n    \"rationals\": \"ezi uche\",\n    \"rationate\": \"ezipụtara\",\n    \"rationed\": \"ezipụtara\",\n    \"rationing\": \"enyere\",\n    \"rationless\": \"enweghị uche\",\n    \"rationment\": \"ekere òkè\",\n    \"rations\": \"nri\",\n    \"ratios\": \"oke\",\n    \"ratlike\": \"dị ka oke\",\n    \"ratline\": \"oke\",\n    \"ratlines\": \"ọnụ ọgụgụ\",\n    \"rato\": \"mara\",\n    \"ratoon\": \"Ugochi\",\n    \"ratooned\": \"mara\",\n    \"ratooner\": \"Rotooner\",\n    \"ratooners\": \"mkpọtụ\",\n    \"ratooning\": \"na-akpọ\",\n    \"ratoons\": \"okpokoro\",\n    \"rats\": \"oke\",\n    \"ratsbane\": \"Rọsin\",\n    \"ratsbanes\": \"oke\",\n    \"ratskeller\": \"okechukwu\",\n    \"rattails\": \"oke ọdụ\",\n    \"rattattoo\": \"egbu egbu\",\n    \"ratted\": \"gbagoro\",\n    \"ratteen\": \"iri na atọ\",\n    \"rattel\": \"mpịakọta\",\n    \"ratten\": \"rie\",\n    \"rattened\": \"agbarue\",\n    \"ratteners\": \"ndị na-eme mgbaasị\",\n    \"rattening\": \"na-eri nri\",\n    \"rattens\": \"na-adọkpụ\",\n    \"ratter\": \"rata\",\n    \"ratters\": \"na-ebu agha\",\n    \"rattier\": \"ratta\",\n    \"rattiest\": \"nke kachasị\",\n    \"ratting\": \"na-agbatị\",\n    \"rattingly\": \"n'egbughị oge\",\n    \"rattle\": \"mpịakọta\",\n    \"rattlebag\": \"akpa rattle\",\n    \"rattlebones\": \"ọkpụkpụ azụ\",\n    \"rattlebrained\": \"ejikere\",\n    \"rattled\": \"mara jijiji\",\n    \"rattlepated\": \"na-agbagha\",\n    \"rattleroot\": \"Ugboro abụọ\",\n    \"rattlers\": \"ndị na-eme mkpọtụ\",\n    \"rattles\": \"ọgba aghara\",\n    \"rattleskull\": \"nnenneigbo\",\n    \"rattleskulled\": \"anwuru\",\n    \"rattlesnakes\": \"nkpọchi\",\n    \"rattlesome\": \"dị nkụ\",\n    \"rattletrap\": \"Okpu\",\n    \"rattlewort\": \"Ọgbụgba\",\n    \"rattlingly\": \"jijiji\",\n    \"rattlingness\": \"mkpọtụ\",\n    \"rattooned\": \"emeela\",\n    \"rattooning\": \"na-egbu oge\",\n    \"raucid\": \"adịghị\",\n    \"raucity\": \"enweghị oke\",\n    \"raucities\": \"adịghị mma\",\n    \"raucously\": \"aghara\",\n    \"raucousness\": \"ike\",\n    \"raught\": \"duo\",\n    \"raughty\": \"mpako\",\n    \"raugrave\": \"odida\",\n    \"rauque\": \"nkechi\",\n    \"ravage\": \"mbibi\",\n    \"ravaged\": \"bibie\",\n    \"ravagement\": \"ravasị\",\n    \"ravager\": \"mmekpa ahụ\",\n    \"ravagers\": \"mmekpa\",\n    \"ravages\": \"mbibi\",\n    \"ravaging\": \"mbibi\",\n    \"rave\": \"ịja mma\",\n    \"raveled\": \"mee ihe\",\n    \"raveler\": \"onye ohi\",\n    \"ravelers\": \"ndị njem\",\n    \"ravelin\": \"inara\",\n    \"raveling\": \"na-achọ\",\n    \"ravelings\": \"ra raings\",\n    \"ravelins\": \"ravel\",\n    \"ravelled\": \"kpara\",\n    \"raveller\": \"onye njem\",\n    \"ravellers\": \"ndị njem\",\n    \"ravelling\": \"nnenne\",\n    \"ravels\": \"ravel\",\n    \"raven\": \"ugoloọma\",\n    \"ravendom\": \"nkwanye ugwu\",\n    \"ravened\": \"raired\",\n    \"ravener\": \"onye ugolo\",\n    \"raveners\": \"dinoloji\",\n    \"ravenhood\": \"ugolo\",\n    \"ravening\": \"na-achụ ego\",\n    \"raveningly\": \"n’enwe\",\n    \"ravenings\": \"ugoloọma\",\n    \"ravenlike\": \"raven yiri\",\n    \"ravenling\": \"Nwoke\",\n    \"ravenous\": \"kekpo\",\n    \"ravenously\": \"ke ebe\",\n    \"ravenousness\": \"anwansị\",\n    \"ravens\": \"ugoloọma\",\n    \"ravenstone\": \"ugogbe\",\n    \"ravenwise\": \"n'akpa\",\n    \"ravery\": \"ohi n'ike\",\n    \"ravi\": \"Naa\",\n    \"ravindran\": \"mmmmmmmmmmmmm\",\n    \"ravine\": \"ndagwurugwu\",\n    \"ravined\": \"bibie\",\n    \"ravinement\": \"mmekpa ahụ\",\n    \"ravines\": \"ndagwurugwu\",\n    \"raving\": \"na-agba ọsọ\",\n    \"ravingly\": \"n'egwu\",\n    \"ravings\": \"mmekpa\",\n    \"ravining\": \"Mmiri\",\n    \"ravins\": \"ndagwurugwu\",\n    \"ravished\": \"rie\",\n    \"ravishedly\": \"kechukwu\",\n    \"ravisher\": \"onyekachi\",\n    \"ravishers\": \"ndị mmegharị\",\n    \"ravishes\": \"anwansị\",\n    \"ravishing\": \"na-emebi\",\n    \"ravishingly\": \"kechukwu\",\n    \"ravishingness\": \"ndọkpụ\",\n    \"ravishments\": \"mmekpa\",\n    \"raw\": \"nke ndu\",\n    \"rawbone\": \"ọkpụkpụ\",\n    \"rawboned\": \"ọ bara uru\",\n    \"rawbones\": \"ọkpụkpụ\",\n    \"rawer\": \"rawa\",\n    \"rawest\": \"akabeghị aka\",\n    \"rawhided\": \"zoro ezo\",\n    \"rawhider\": \"Akuko\",\n    \"rawhides\": \"Akpụkpọ anụ\",\n    \"rawhiding\": \"na-ekpuchi\",\n    \"rawing\": \"ịkwọ ụgbọ mmiri\",\n    \"rawinsonde\": \"insonnye\",\n    \"rawish\": \"mezie\",\n    \"rawishness\": \"ishdị ncha\",\n    \"rawness\": \"nnụnụ\",\n    \"rawnesses\": \"rawnes\",\n    \"raxed\": \"rax\",\n    \"raxes\": \"ụtụ isi\",\n    \"raxing\": \"na-agbaghara\",\n    \"razed\": \"gbara\",\n    \"razeed\": \"razee\",\n    \"razees\": \"Anakpo\",\n    \"razeing\": \"razee\",\n    \"razer\": \"raza\",\n    \"razers\": \"agụba\",\n    \"razes\": \"na-ada\",\n    \"razing\": \"Na-enyocha\",\n    \"razor\": \"aguba\",\n    \"razorback\": \"agụba\",\n    \"razorbill\": \"agụba\",\n    \"razored\": \"Ghara\",\n    \"razorfish\": \"agụba\",\n    \"razorfishes\": \"agụba\",\n    \"razoring\": \"agụba\",\n    \"razorless\": \"aguba\",\n    \"razormaker\": \"agụba\",\n    \"razormaking\": \"agụba akpụ\",\n    \"razorman\": \"agụba\",\n    \"razors\": \"agụba\",\n    \"razorstrop\": \"agụba\",\n    \"razzberry\": \"razzberị\",\n    \"razzberries\": \"ukpala\",\n    \"razzing\": \"na-egbu egbu\",\n    \"razzle\": \"duru\",\n    \"razzly\": \"aghara\",\n    \"rbound\": \"rebound\",\n    \"rc\": \"Nkechi\",\n    \"rchitect\": \"onye na-ese ụkpụrụ ụlọ\",\n    \"rclame\": \"weghachi\",\n    \"rcvr\": \"Nkechi\",\n    \"reaal\": \"n'ezie\",\n    \"reabandon\": \"gbaghaa\",\n    \"reabandoned\": \"reabighachiri\",\n    \"reabandoning\": \"imeghachi omume\",\n    \"reabandons\": \"reababons\",\n    \"reabbreviate\": \"edebiri\",\n    \"reabbreviated\": \"edebiri na\",\n    \"reabbreviates\": \"edebiri\",\n    \"reabbreviating\": \"edebiri\",\n    \"reable\": \"gbanye\",\n    \"reabridged\": \"maliteghachiri\",\n    \"reabridging\": \"reagharia\",\n    \"reabsence\": \"enweghị\",\n    \"reabsent\": \"imeghachi\",\n    \"reabsolve\": \"imegharia\",\n    \"reabsorbed\": \"weghachiri\",\n    \"reabsorbing\": \"reaborọ\",\n    \"reabsorption\": \"nkwụghachi ụgwọ\",\n    \"reabuse\": \"imeghari\",\n    \"reacceded\": \"reaced\",\n    \"reaccedes\": \"reacaces\",\n    \"reacceding\": \"reacing\",\n    \"reaccelerate\": \"megharia\",\n    \"reaccelerated\": \"megharia\",\n    \"reaccelerating\": \"imeghari\",\n    \"reaccented\": \"reaccent\",\n    \"reaccenting\": \"reaccent\",\n    \"reaccept\": \"nabata\",\n    \"reacceptance\": \"nnabata\",\n    \"reaccepted\": \"anakwere\",\n    \"reaccepting\": \"na-anabata\",\n    \"reaccepts\": \"na-anabata\",\n    \"reaccess\": \"reacac\",\n    \"reaccommodated\": \"gbanyeghachiri\",\n    \"reaccompanied\": \"soro\",\n    \"reaccompanying\": \"imeghari\",\n    \"reaccomplish\": \"megharia\",\n    \"reaccomplishment\": \"mmeghachi omume\",\n    \"reaccredited\": \"enwetaghachiri\",\n    \"reaccrediting\": \"rekwakọtaghachi\",\n    \"reaccumulate\": \"reaccucum\",\n    \"reaccumulated\": \"reaculated\",\n    \"reaccumulating\": \"reacaculation\",\n    \"reaccumulation\": \"reaculation\",\n    \"reaccusation\": \"reaccus\",\n    \"reaccused\": \"chegharịrị\",\n    \"reaccuses\": \"reaccus\",\n    \"reaccusing\": \"reaccus\",\n    \"reaccustomed\": \"emegharịala\",\n    \"reach\": \"iru\",\n    \"reachable\": \"enwere ike inweta\",\n    \"reachableness\": \"mmegharị\",\n    \"reached\": \"ruru\",\n    \"reacher\": \"onyenkuzi\",\n    \"reachers\": \"ndị nkuzi\",\n    \"reaches\": \"esịmde\",\n    \"reachy\": \"iru\",\n    \"reaching\": \"na-eru\",\n    \"reachless\": \"enweghi ike\",\n    \"reacidification\": \"imeghachi omume\",\n    \"reacidifying\": \"imeghachi omume\",\n    \"reacknowledged\": \"ekwuputala ozo\",\n    \"reacknowledging\": \"igbanwela\",\n    \"reacknowledgment\": \"nyochagharị\",\n    \"reacquaint\": \"reacquacific\",\n    \"reacquaintance\": \"reacquance\",\n    \"reacquainted\": \"reacquain\",\n    \"reacquainting\": \"reacquain\",\n    \"reacquisitions\": \"reacquisition\",\n    \"react\": \"meghachi omume\",\n    \"reactance\": \"mmeghachi omume\",\n    \"reactant\": \"onye na-eme ihe\",\n    \"reactants\": \"ndị na-eme ihe\",\n    \"reacted\": \"meghachi omume\",\n    \"reacting\": \"na-emeghachi omume\",\n    \"reaction\": \"mmeghachi omume\",\n    \"reactional\": \"mmeghachi omume\",\n    \"reactionally\": \"na mmeghachi omume\",\n    \"reactionary\": \"emeghachi omume\",\n    \"reactionaries\": \"ndị na-eme mgbanwe\",\n    \"reactionaryism\": \"mmeghachi omume\",\n    \"reactionariness\": \"imeghachi omume\",\n    \"reactionarism\": \"mmeghachi omume\",\n    \"reactionarist\": \"onye mmeghachi omume\",\n    \"reactionism\": \"mmeghachi omume\",\n    \"reactionist\": \"mmeghachi omume\",\n    \"reactions\": \"mmeghachi omume\",\n    \"reactivate\": \"megharịa ọrụ\",\n    \"reactivated\": \"reactiactive\",\n    \"reactive\": \"arụ ọrụ\",\n    \"reactively\": \"reactive\",\n    \"reactivity\": \"mmeghachi omume\",\n    \"reactor\": \"chernobyl\",\n    \"reactors\": \"ihe ndozi\",\n    \"reacts\": \"na-emeghachi omume\",\n    \"reactualization\": \"mmeghachi omume\",\n    \"reactualize\": \"megharia\",\n    \"reactuate\": \"megharịa\",\n    \"reacuaintance\": \"nlọghachi\",\n    \"read\": \"gụọ\",\n    \"readability\": \"ogugu\",\n    \"readable\": \"nke ogugu\",\n    \"readableness\": \"ogugu\",\n    \"readably\": \"gụọ\",\n    \"readaptation\": \"imeghari\",\n    \"readapted\": \"weghachitere\",\n    \"readaptiness\": \"imeghari\",\n    \"readaptive\": \"imeghari\",\n    \"readapts\": \"reada\",\n    \"readd\": \"gụọ\",\n    \"readded\": \"gụrụ\",\n    \"readdict\": \"ịgba akwụkwọ\",\n    \"readdicted\": \"egosiri\",\n    \"readdicting\": \"na-agụgharị\",\n    \"readdicts\": \"ndị riri ahụ\",\n    \"readding\": \"ogugu\",\n    \"readdition\": \"ogugu\",\n    \"readdress\": \"ndozi\",\n    \"readdressed\": \"kwara\",\n    \"readdresses\": \"ndozi ederede\",\n    \"readdressing\": \"ndozi\",\n    \"readds\": \"agụ\",\n    \"reader\": \"ogugu\",\n    \"readerdom\": \"agụ\",\n    \"readers\": \"ndị na-agụ ya\",\n    \"readership\": \"ọgụgụ\",\n    \"readerships\": \"agụ\",\n    \"readhere\": \"agụta\",\n    \"readhesion\": \"ngụgụ\",\n    \"ready\": \"dị njikere\",\n    \"readied\": \"readi\",\n    \"readies\": \"igodo\",\n    \"readying\": \"ọgụgụ\",\n    \"readily\": \"ngwa ngwa\",\n    \"readymade\": \"imeghari\",\n    \"readiness\": \"njikere\",\n    \"reading\": \"ogugu\",\n    \"readingdom\": \"ịgụ akwụkwọ\",\n    \"readings\": \"ogugu\",\n    \"readjourn\": \"gụgharịa\",\n    \"readjourned\": \"gbabeghachi\",\n    \"readjourning\": \"ịga ọmụmụ ihe\",\n    \"readjournment\": \"ịgụghachi\",\n    \"readjournments\": \"agụmagụ\",\n    \"readjourns\": \"agaghachi\",\n    \"readjudicate\": \"kpee ikpe\",\n    \"readjudicated\": \"emebiela\",\n    \"readjudicating\": \"na-achọpụta\",\n    \"readjudication\": \"na-ele mmadụ anya n'ihu\",\n    \"readjust\": \"mezie\",\n    \"readjustable\": \"mgbanwe\",\n    \"readjusted\": \"gbanwee\",\n    \"readjuster\": \"gbanwee\",\n    \"readjusting\": \"imeghari\",\n    \"readjustment\": \"mmezi\",\n    \"readjustments\": \"mmezi\",\n    \"readjusts\": \"gbanwee\",\n    \"readl\": \"gụọ\",\n    \"readmeasurement\": \"gụọ ihe\",\n    \"readminister\": \"agu ogugu\",\n    \"readmiration\": \"ogugu\",\n    \"readmire\": \"gụo\",\n    \"readmission\": \"nnyeghachi\",\n    \"readmissions\": \"nnyefe\",\n    \"readmit\": \"gụọ\",\n    \"readmits\": \"na-ekweta\",\n    \"readmittance\": \"ogugu\",\n    \"readmitted\": \"weghachite\",\n    \"readmitting\": \"na-agụgharị\",\n    \"readopted\": \"enwetaghachi\",\n    \"readopts\": \"reado\",\n    \"readorn\": \"gụrụ\",\n    \"readorned\": \"ejikere\",\n    \"readorning\": \"ọgụgụ\",\n    \"readornment\": \"ogugu\",\n    \"readorns\": \"agụ\",\n    \"readout\": \"gụpụta\",\n    \"readouts\": \"agụ akwụkwọ\",\n    \"reads\": \"na-agụ\",\n    \"readvance\": \"- agụ\",\n    \"readvancement\": \"ịga n'ihu\",\n    \"readvent\": \"gụọ\",\n    \"readventure\": \"imeghari\",\n    \"readvertency\": \"agụgharị\",\n    \"readvertise\": \"kpọsaanụ\",\n    \"readvertised\": \"re advertised\",\n    \"readvertisement\": \"mgbasa ozi\",\n    \"readvertising\": \"imeghari\",\n    \"readvertize\": \"gụọ\",\n    \"readvertized\": \"agụgharị\",\n    \"readvertizing\": \"ịgụgharị\",\n    \"readvise\": \"gụọ\",\n    \"readvised\": \"agụ\",\n    \"readvising\": \"ịgụ\",\n    \"readvocate\": \"na-agụ ọkpọ\",\n    \"readvocated\": \"ekwuru\",\n    \"readvocating\": \"na-agụgharị\",\n    \"readvocation\": \"agụ\",\n    \"reaeration\": \"nlọghachi\",\n    \"reaffiliate\": \"megharịa\",\n    \"reaffiliated\": \"ekwughachila\",\n    \"reaffiliating\": \"na-emegharị\",\n    \"reaffiliation\": \"nweghachi\",\n    \"reaffirm\": \"kwughachi\",\n    \"reaffirmation\": \"enwetaghachi\",\n    \"reaffirmations\": \"nkwenye\",\n    \"reaffirmed\": \"kwughachiri\",\n    \"reaffirmer\": \"ikwughachi\",\n    \"reaffirming\": \"ikwughachi\",\n    \"reaffirms\": \"na-ekwenye\",\n    \"reaffixing\": \"reaffix\",\n    \"reafflict\": \"weghachite\",\n    \"reafforestation\": \"nweghachi ohia\",\n    \"reaffront\": \"imeghachi\",\n    \"reaffusion\": \"nkwughachi\",\n    \"reagency\": \"reagag\",\n    \"reagent\": \"reagha\",\n    \"reaggravate\": \"reagagharia\",\n    \"reaggravation\": \"reagagharia\",\n    \"reaggregate\": \"reagugu\",\n    \"reaggregated\": \"weghachitere\",\n    \"reaggregating\": \"na-agbakọta\",\n    \"reaggregation\": \"nchịkọta\",\n    \"reaggressive\": \"na-emegharị\",\n    \"reaginically\": \"n’echiche\",\n    \"reagitate\": \"chegharịa\",\n    \"reagitated\": \"chegharịrị\",\n    \"reagitating\": \"na-atụgharị uche\",\n    \"reagitation\": \"imeghachi ihe\",\n    \"reagree\": \"tugharia\",\n    \"reagreement\": \"nnabata\",\n    \"real\": \"n'ezie\",\n    \"realer\": \"na-ere ahịa\",\n    \"realestate\": \"ahịa ịre ụlọ\",\n    \"realign\": \"mezie\",\n    \"realigned\": \"emeziri\",\n    \"realigning\": \"reigning\",\n    \"realignment\": \"nhazi\",\n    \"realignments\": \"nhazi\",\n    \"realisable\": \"realizable\",\n    \"realisation\": \"mmezu\",\n    \"realise\": \"ghọta\",\n    \"realised\": \"ghọtara\",\n    \"realiser\": \"ezigbo ọrụ\",\n    \"realisers\": \"ndị n'ezie\",\n    \"realises\": \"na-achọpụta\",\n    \"realising\": \"ifiọkde\",\n    \"realism\": \"adị adị\",\n    \"realisms\": \"eziokwu\",\n    \"realist\": \"onye maara ihe\",\n    \"realistic\": \"ezi uche\",\n    \"realistically\": \"n'eziokwu\",\n    \"realisticize\": \"ezi uche\",\n    \"realisticness\": \"ezi uche\",\n    \"realists\": \"ndị maara eme\",\n    \"reality\": \"eziokwu\",\n    \"realities\": \"eziokwu\",\n    \"realive\": \"dị adị\",\n    \"realization\": \"mmezu\",\n    \"realize\": \"ghọta\",\n    \"realized\": \"ghọtara\",\n    \"realizes\": \"na-achọpụta\",\n    \"realizing\": \"ifiọkde\",\n    \"realizingly\": \"ifiọkde\",\n    \"realleged\": \"nwegasịrị\",\n    \"reallegorize\": \"inye iwu\",\n    \"really\": \"n'ezie\",\n    \"reallocate\": \"imegharia\",\n    \"reallocating\": \"locgbanwegharị\",\n    \"reallocation\": \"mmechi\",\n    \"reallot\": \"Ezigbo\",\n    \"reallotment\": \"nnweta\",\n    \"reallots\": \"Ezigbo ndị ahịa\",\n    \"reallotted\": \"Ezenyere\",\n    \"reallotting\": \"inye\",\n    \"reallowance\": \"nweghara\",\n    \"reallusion\": \"nlọghachi azụ\",\n    \"realm\": \"alaeze\",\n    \"realmlet\": \"alaeze\",\n    \"realms\": \"ala\",\n    \"realness\": \"eziokwu\",\n    \"realnesses\": \"eziokwu\",\n    \"reals\": \"ahịhịa\",\n    \"realter\": \"onye nwe ụlọ\",\n    \"realterableness\": \"eziokwu\",\n    \"realterably\": \"n'ezie\",\n    \"realteration\": \"mmegharị\",\n    \"realtered\": \"gbanwere\",\n    \"realtering\": \"n'ezie\",\n    \"realters\": \"ndị ezigbo ụlọ\",\n    \"realty\": \"ezigbo\",\n    \"realtor\": \"onye nwe ụlọ\",\n    \"realtors\": \"ndị ezigbo ụlọ\",\n    \"reamage\": \"imeghari\",\n    \"reamalgamated\": \"reamalgam jikọtara ya\",\n    \"reamalgamating\": \"reamalgam\",\n    \"reamass\": \"reamasi\",\n    \"reamassment\": \"ikwughachi\",\n    \"reamed\": \"Reamed\",\n    \"reamend\": \"megharịa\",\n    \"reamendment\": \"imeghari\",\n    \"reamer\": \"ream\",\n    \"reamerer\": \"ream kwere\",\n    \"reamers\": \"ream ghaa\",\n    \"reamy\": \"imeghari\",\n    \"reaminess\": \"reambu\",\n    \"reaming\": \"na-agagharị\",\n    \"reamputation\": \"reampụtaghachi\",\n    \"reamuse\": \"imeghari\",\n    \"reanalysis\": \"nyochaghachi\",\n    \"reanimalize\": \"megharịa ọnụ\",\n    \"reanimate\": \"tugharia\",\n    \"reanimated\": \"reanim anya\",\n    \"reanimating\": \"na-echegharị\",\n    \"reanimation\": \"reanim anya\",\n    \"reanimations\": \"mmechi\",\n    \"reannotate\": \"tugharia\",\n    \"reannotated\": \"enwetaghachi\",\n    \"reannotating\": \"reannotinging\",\n    \"reannotation\": \"nkwughachi\",\n    \"reannounce\": \"kpọghachi\",\n    \"reannounced\": \"kpọtaghachi\",\n    \"reannouncement\": \"nkwuputa\",\n    \"reannouncing\": \"na-agụgharị\",\n    \"reanswer\": \"zaghachi\",\n    \"reantagonizing\": \"reantagonising\",\n    \"reanxiety\": \"nchekasị\",\n    \"reap\": \"ubi\",\n    \"reapable\": \"ihe ubi\",\n    \"reapdole\": \"ihe ubi\",\n    \"reaped\": \"ihe ubi\",\n    \"reapers\": \"ndị na-ewe ihe ubi\",\n    \"reaphook\": \"ihe ubi\",\n    \"reaphooks\": \"ihe ubi\",\n    \"reaping\": \"na-ewe ihe ubi\",\n    \"reapologies\": \"nyochaghachi\",\n    \"reapologize\": \"weghachite\",\n    \"reapologized\": \"recapologized\",\n    \"reapologizing\": \"imeghari\",\n    \"reapparel\": \"ibugharia ozo\",\n    \"reapparition\": \"nlọghachi\",\n    \"reappeal\": \"maliteghachi\",\n    \"reappear\": \"iputa ozo\",\n    \"reappearance\": \"nlọghachi\",\n    \"reappearances\": \"egosiputara\",\n    \"reappeared\": \"pụtara ọzọ\",\n    \"reappearing\": \"na-apụta ọzọ\",\n    \"reappears\": \"na-apụta ọzọ\",\n    \"reappease\": \"gosiputa ozo\",\n    \"reapplaud\": \"nyegharịa\",\n    \"reapplause\": \"mekwaa ozo\",\n    \"reapply\": \"Tinyegharịa\",\n    \"reappliance\": \"imeghachi\",\n    \"reapplicant\": \"reliclicant\",\n    \"reapplication\": \"imegharia\",\n    \"reapplied\": \"tinyeghachi\",\n    \"reapplier\": \"regharịa\",\n    \"reapplies\": \"tinyeghachi\",\n    \"reapplying\": \"tinyeghachi\",\n    \"reappoint\": \"tugharia ozo\",\n    \"reappointed\": \"nyeghachiri ya\",\n    \"reappointing\": \"na-enyeghachi ọrụ\",\n    \"reappointments\": \"akara aka\",\n    \"reappoints\": \"reghachi\",\n    \"reapportion\": \"imeghari\",\n    \"reapportioned\": \"tugharia\",\n    \"reapportioning\": \"imeghari\",\n    \"reapportionment\": \"itinye n'ọrụ\",\n    \"reapportionments\": \"ntinyeghachi\",\n    \"reapportions\": \"reapporites\",\n    \"reapposition\": \"imeghari ozi\",\n    \"reappraisal\": \"nyochaghachi\",\n    \"reappraise\": \"tugharia\",\n    \"reappraised\": \"tugharia\",\n    \"reappraisement\": \"tugharia\",\n    \"reappreciate\": \"tugharia\",\n    \"reappreciation\": \"imeghachi\",\n    \"reapprehend\": \"tugharia\",\n    \"reapprehension\": \"nyochaghachi\",\n    \"reapproach\": \"bịaghachi\",\n    \"reapproachable\": \"a ga-abịaru nso\",\n    \"reappropriate\": \"kwesịrị\",\n    \"reappropriated\": \"gbanyeghachiri\",\n    \"reappropriating\": \"na-emezigharị\",\n    \"reappropriation\": \"itinye n'ọrụ\",\n    \"reapprove\": \"kwado\",\n    \"reapproved\": \"nyeghachiri\",\n    \"reapproving\": \"na-akwado\",\n    \"reaps\": \"nweta\",\n    \"rear\": \"azụ\",\n    \"rearanged\": \"imeghari\",\n    \"rearanging\": \"imeghari\",\n    \"rearbitrate\": \"imegharia\",\n    \"rearbitrated\": \"imeghari\",\n    \"rearbitrating\": \"azụ azụ\",\n    \"rearbitration\": \"nlọghachi azụ\",\n    \"reardoss\": \"azụ\",\n    \"reared\": \"zụrụ\",\n    \"rearer\": \"zụrụ\",\n    \"rearers\": \"zụrụ\",\n    \"rearguard\": \"azụ nchekwa\",\n    \"reargue\": \"azụ azụ\",\n    \"reargued\": \"gbanwee\",\n    \"reargues\": \"azụ azụ\",\n    \"rearguing\": \"rediguing\",\n    \"reargument\": \"azụgument\",\n    \"rearhorse\": \"azụ azụ\",\n    \"rearii\": \"azụii\",\n    \"rearing\": \"ịzụ\",\n    \"rearisal\": \"azụ azụ\",\n    \"rearise\": \"azu\",\n    \"rearisen\": \"azu\",\n    \"rearising\": \"ibughari\",\n    \"rearly\": \"n'isi\",\n    \"rearling\": \"azụ\",\n    \"rearm\": \"azu\",\n    \"rearmament\": \"azụ azụ\",\n    \"rearmed\": \"megharia\",\n    \"rearmice\": \"azụm ice\",\n    \"rearming\": \"na-achịkwa\",\n    \"rearmost\": \"azụ\",\n    \"rearmouse\": \"azụ azụ\",\n    \"rearms\": \"azụ azụ\",\n    \"rearousal\": \"rea\",\n    \"rearousing\": \"na-agagharị\",\n    \"rearray\": \"megharia\",\n    \"rearrange\": \"megharia\",\n    \"rearrangeable\": \"imegharia\",\n    \"rearranged\": \"imeghari\",\n    \"rearrangement\": \"nhazigharị\",\n    \"rearrangements\": \"Ndokwa\",\n    \"rearranger\": \"onye mbughari\",\n    \"rearranges\": \"Ndughari\",\n    \"rearranging\": \"imeghari\",\n    \"rearrest\": \"azụ azụ\",\n    \"rearrested\": \"weghachitere\",\n    \"rearresting\": \"nlọghachi azụ\",\n    \"rearrests\": \"azụ azụ\",\n    \"rearrival\": \"laghachiri\",\n    \"rearrive\": \"megharia\",\n    \"rears\": \"ghaa\",\n    \"rearticulate\": \"rearticart\",\n    \"rearticulating\": \"reartartal\",\n    \"rearward\": \"azụ\",\n    \"rearwardly\": \"azụ\",\n    \"rearwardness\": \"azụ azụ\",\n    \"rearwards\": \"azụ\",\n    \"reascend\": \"zaghachi\",\n    \"reascendancy\": \"reascance\",\n    \"reascended\": \"kwughachiri\",\n    \"reascendency\": \"imeghachi omume\",\n    \"reascending\": \"na-emegharị\",\n    \"reascends\": \"na-ekwughachi\",\n    \"reascent\": \"imeghachi ihe\",\n    \"reascertain\": \"mee ka obi sie gi ike\",\n    \"reascertainment\": \"mmeghachi omume\",\n    \"reasiness\": \"reasas\",\n    \"reason\": \"ihe kpatara\",\n    \"reasonability\": \"ezi uche\",\n    \"reasonable\": \"ezi uche\",\n    \"reasonableness\": \"ezi uche\",\n    \"reasonably\": \"ezi uche\",\n    \"reasonal\": \"ezi uche\",\n    \"reasoned\": \"tụgharịrị\",\n    \"reasonedly\": \"n'echiche\",\n    \"reasoner\": \"onye na-eche echiche\",\n    \"reasoners\": \"eche echiche\",\n    \"reasoning\": \"ịtụgharị uche\",\n    \"reasoningly\": \"ịtụgharị uche\",\n    \"reasonings\": \"ịtụgharị uche\",\n    \"reasonless\": \"enweghị uche\",\n    \"reasonlessly\": \"enweghị uche\",\n    \"reasonlessness\": \"ezi uche\",\n    \"reasonlessured\": \"enweghị uche\",\n    \"reasonlessuring\": \"enweghị uche\",\n    \"reasonproof\": \"enweghị atụ\",\n    \"reasons\": \"ihe kpatara ya\",\n    \"reaspire\": \"kwughachi\",\n    \"reassay\": \"megharia\",\n    \"reassailed\": \"kpụgharịa\",\n    \"reassailing\": \"emebughari\",\n    \"reassemblage\": \"tugharia\",\n    \"reassemble\": \"gbakọta\",\n    \"reassembled\": \"gbakọọ\",\n    \"reassembles\": \"gbakọọ\",\n    \"reassembly\": \"nlọghachị\",\n    \"reassemblies\": \"gbakọọ\",\n    \"reassembling\": \"ịgbakọta\",\n    \"reassent\": \"kwenye\",\n    \"reassert\": \"tugharia\",\n    \"reasserted\": \"nwetaghachiri\",\n    \"reasserting\": \"na-agba ume\",\n    \"reassertion\": \"nkwenye\",\n    \"reassertor\": \"onye nlekọta\",\n    \"reasserts\": \"na-agba ume\",\n    \"reassess\": \"tugharia\",\n    \"reassessed\": \"nyochaghachiri\",\n    \"reassesses\": \"na-atụlegharị\",\n    \"reassessing\": \"nyochagharị\",\n    \"reassessment\": \"nyochaghachi\",\n    \"reassessments\": \"nyochaghachi\",\n    \"reassign\": \"tugharia\",\n    \"reassignation\": \"nchighari\",\n    \"reassigned\": \"zighachi\",\n    \"reassigning\": \"imeghari\",\n    \"reassignment\": \"ọkwa ọzọ\",\n    \"reassignments\": \"ọrụ ndị ọzọ\",\n    \"reassigns\": \"chigharia\",\n    \"reassimilate\": \"nwegharia\",\n    \"reassimilated\": \"gbanyeghachiri azụ\",\n    \"reassimilates\": \"gbanyeghachi\",\n    \"reassimilating\": \"imeghachi anya\",\n    \"reassimilation\": \"nlọghari\",\n    \"reassist\": \"kwenye\",\n    \"reassistance\": \"enyemaka\",\n    \"reassociate\": \"reassociation\",\n    \"reassociating\": \"reassociation\",\n    \"reassort\": \"weghachite\",\n    \"reassorted\": \"gbanwere\",\n    \"reassorting\": \"weghachite\",\n    \"reassortment\": \"nlọghachite\",\n    \"reassortments\": \"nlọghachite\",\n    \"reassorts\": \"Na-echegharị\",\n    \"reassume\": \"megharia\",\n    \"reassumed\": \"laghachiri ozo\",\n    \"reassumes\": \"na-echegharị\",\n    \"reassuming\": \"ichegharị echiche\",\n    \"reassumption\": \"nwughari\",\n    \"reassumptions\": \"izu ike\",\n    \"reassurance\": \"mmesi obi ike\",\n    \"reassurances\": \"mmesi obi ike\",\n    \"reassure\": \"mesie ya obi ike\",\n    \"reassured\": \"mesighachi obi ike\",\n    \"reassuredly\": \"kwenyesiri ike\",\n    \"reassurement\": \"mesie ya obi ike\",\n    \"reassurer\": \"mesie ya obi ike\",\n    \"reassures\": \"na-emesi obi ike\",\n    \"reassuring\": \"na-emesi obi ike\",\n    \"reassuringly\": \"na-emesi obi ike\",\n    \"reast\": \"tugharia\",\n    \"reasty\": \"nwee obi ụtọ\",\n    \"reastiness\": \"nlọghachi\",\n    \"reastray\": \"tugharia\",\n    \"reattach\": \"tinyeghachi\",\n    \"reattachable\": \"reattacha\",\n    \"reattached\": \"tinyeghachiri\",\n    \"reattaches\": \"na-echegharị\",\n    \"reattaching\": \"nlọghachi\",\n    \"reattachment\": \"ntinye\",\n    \"reattachments\": \"tinyeghachi\",\n    \"reattack\": \"tighachi\",\n    \"reattacked\": \"maliteghachiri\",\n    \"reattacks\": \"tinyeghachi\",\n    \"reattained\": \"enwetaghachi\",\n    \"reattaining\": \"echetakwa\",\n    \"reattainment\": \"mmeghari\",\n    \"reattempt\": \"tinyeghachi\",\n    \"reattempted\": \"nwugharia\",\n    \"reattempting\": \"na-echekwa\",\n    \"reattempts\": \"nyochaghachi\",\n    \"reattend\": \"tugharia\",\n    \"reattendance\": \"nlọghachi\",\n    \"reattention\": \"nlọghachi\",\n    \"reattentive\": \"ọmarịcha\",\n    \"reattest\": \"zighachi\",\n    \"reattired\": \"zigara\",\n    \"reattiring\": \"na-echetaghachi\",\n    \"reattract\": \"re adọta\",\n    \"reattraction\": \"mma\",\n    \"reattribute\": \"tugharia\",\n    \"reattribution\": \"nkwụghachi\",\n    \"reaudit\": \"nweghachi\",\n    \"reaudition\": \"reudud\",\n    \"reauthenticate\": \"Nyocha\",\n    \"reauthenticated\": \"preauthenticated\",\n    \"reauthenticating\": \"nyocha\",\n    \"reauthentication\": \"nyocha\",\n    \"reauthorization\": \"nyeghachi ikike\",\n    \"reauthorize\": \"nyegharia\",\n    \"reauthorized\": \"nyere ikike\",\n    \"reauthorizing\": \"nyeghachi ọzọ\",\n    \"reavailable\": \"enwetaghachi\",\n    \"reave\": \"megharia\",\n    \"reaved\": \"rea\",\n    \"reaver\": \"weghachi\",\n    \"reavers\": \"reawa\",\n    \"reaves\": \"rea\",\n    \"reaving\": \"rea\",\n    \"reavoidance\": \"reabɛbɛ\",\n    \"reavowed\": \"rea\",\n    \"reavowing\": \"reowowing\",\n    \"reawake\": \"tugharia\",\n    \"reawaked\": \"reawakwara\",\n    \"reawaken\": \"tugharia\",\n    \"reawakenings\": \"imeghari\",\n    \"reawakenment\": \"imeghari\",\n    \"reawaking\": \"reawing\",\n    \"reaward\": \"ụgwọ ọrụ\",\n    \"reb\": \"nwuo\",\n    \"reback\": \"imeghari\",\n    \"rebag\": \"imeghari\",\n    \"rebait\": \"nkwụghachi\",\n    \"rebaited\": \"nkwụghachi\",\n    \"rebaiting\": \"rebaba\",\n    \"rebake\": \"imeghari\",\n    \"rebaked\": \"gbanwere\",\n    \"rebaking\": \"imeghari\",\n    \"rebalanced\": \"rebalanas\",\n    \"rebalancing\": \"imeghari\",\n    \"rebale\": \"reba\",\n    \"rebaled\": \"reba\",\n    \"rebaling\": \"imegharị\",\n    \"reballast\": \"imeghari\",\n    \"reballoted\": \"emegharịrị\",\n    \"reballoting\": \"imegharị ihe\",\n    \"rebandaged\": \"regharịa\",\n    \"rebanishment\": \"imeghari\",\n    \"rebankruptcy\": \"rebankreeti\",\n    \"rebaptization\": \"rebaptizim\",\n    \"rebaptize\": \"rebaptizim\",\n    \"rebaptized\": \"rebaptizim\",\n    \"rebaptizer\": \"rebaptizim\",\n    \"rebaptizes\": \"rebaptizim\",\n    \"rebaptizing\": \"rebaptizim\",\n    \"rebarbativeness\": \"Ndagharị\",\n    \"rebase\": \"nkwụghachi\",\n    \"rebasis\": \"alaghachi\",\n    \"rebatable\": \"imeghari\",\n    \"rebate\": \"nkwụghachi\",\n    \"rebateable\": \"imeghari\",\n    \"rebated\": \"weghachite\",\n    \"rebatement\": \"nkwụsị\",\n    \"rebater\": \"imeghari\",\n    \"rebaters\": \"nkwụghachi\",\n    \"rebates\": \"nkwụghachi\",\n    \"rebathe\": \"weghachite\",\n    \"rebathed\": \"imeghari\",\n    \"rebathing\": \"imeghari\",\n    \"rebating\": \"imeghari\",\n    \"rebato\": \"mba\",\n    \"rebatos\": \"nkwụghachi\",\n    \"rebbe\": \"mba\",\n    \"rebbes\": \"ozuzu\",\n    \"rebbred\": \"iburu\",\n    \"rebeamer\": \"rebaam\",\n    \"rebear\": \"bidoghachi\",\n    \"rebeat\": \"itughari\",\n    \"rebeautify\": \"nyeghachite\",\n    \"rebeck\": \"rebeba\",\n    \"rebecks\": \"rebe\",\n    \"rebecs\": \"rebecca\",\n    \"rebed\": \"ahịhịa amị\",\n    \"rebeget\": \"regharịa\",\n    \"rebeginner\": \"mbido\",\n    \"rebeginning\": \"nlọghachi azụ\",\n    \"rebeguile\": \"aghụghọ\",\n    \"rebehold\": \"reba\",\n    \"rebeholding\": \"igbochi\",\n    \"rebel\": \"inupụ isi\",\n    \"rebeldom\": \"nnupụisi\",\n    \"rebeldoms\": \"nnupụisi\",\n    \"rebelief\": \"iru ala\",\n    \"rebelieve\": \"igba ume\",\n    \"rebelled\": \"nupụrụ isi\",\n    \"rebeller\": \"nnupụisi\",\n    \"rebelly\": \"nnupu isi\",\n    \"rebellike\": \"nnupụisi\",\n    \"rebelling\": \"inupụ isi\",\n    \"rebellion\": \"nnupụisi\",\n    \"rebellions\": \"nnupụisi\",\n    \"rebellious\": \"enupụ isi\",\n    \"rebelliously\": \"inupụ isi\",\n    \"rebelliousness\": \"nnupụisi\",\n    \"rebellow\": \"gosiputa\",\n    \"rebelove\": \"revelove\",\n    \"rebelproof\": \"nnupụisi\",\n    \"rebels\": \"ndị nnupụisi\",\n    \"rebemire\": \"ibughachi\",\n    \"rebend\": \"imeghari\",\n    \"rebending\": \"na-ada\",\n    \"rebenediction\": \"nlọghachi\",\n    \"rebenefit\": \"nwughari\",\n    \"rebent\": \"nloghachi\",\n    \"rebeset\": \"imeghari\",\n    \"rebesiege\": \"nyochaghachi\",\n    \"rebestow\": \"imeghari\",\n    \"rebestowal\": \"ntughari\",\n    \"rebetake\": \"ibugharia ozo\",\n    \"rebetray\": \"ibugharia ozo\",\n    \"rebia\": \"gbanwee\",\n    \"rebid\": \"nkwụghachi\",\n    \"rebiddable\": \"nkwụghachi ụgwọ\",\n    \"rebidden\": \"adịghachi\",\n    \"rebidding\": \"na-akwụghachi ụgwọ\",\n    \"rebids\": \"nkwuputa\",\n    \"rebill\": \"resill\",\n    \"rebilled\": \"maliteghachiri\",\n    \"rebillet\": \"nweghachi\",\n    \"rebilling\": \"imeghari\",\n    \"rebills\": \"megharia\",\n    \"rebind\": \"tụgharịa\",\n    \"rebinding\": \"na-echegharị\",\n    \"rebinds\": \"na-atụgharị anya\",\n    \"rebirth\": \"nlọghachi\",\n    \"rebirths\": \"nlọghachi\",\n    \"rebite\": \"ikwughachi\",\n    \"reblade\": \"gbanwee\",\n    \"reblame\": \"gbanwee\",\n    \"reblast\": \"imeghari\",\n    \"rebless\": \"enweghi ike\",\n    \"reblister\": \"weghachite\",\n    \"reblock\": \"imeghari\",\n    \"rebloom\": \"megharia\",\n    \"rebloomed\": \"gbanwee\",\n    \"reblooming\": \"Ibugharia\",\n    \"reblooms\": \"reblolo\",\n    \"reblossom\": \"agbapụtakwa\",\n    \"reblot\": \"nnupu isi\",\n    \"reblow\": \"weghachite\",\n    \"reblown\": \"weghachite\",\n    \"reblue\": \"imeghari\",\n    \"rebluff\": \"tụgharịa\",\n    \"reblunder\": \"ghaghachite\",\n    \"reboard\": \"banyeghachi\",\n    \"reboarded\": \"banyeghachiri\",\n    \"reboarding\": \"boardgbagharị\",\n    \"reboards\": \"ogwe osisi\",\n    \"reboation\": \"imeghari\",\n    \"reboiled\": \"weghachiri\",\n    \"reboisement\": \"nlọghachi\",\n    \"rebone\": \"ịmaliteghachi\",\n    \"rebooted\": \"weghachiri\",\n    \"rebooting\": \"rebootu\",\n    \"reborn\": \"ejikere ozo\",\n    \"rebote\": \"weghachite\",\n    \"rebottle\": \"megharia\",\n    \"rebounded\": \"weghachiri\",\n    \"rebounder\": \"rebound\",\n    \"reboundingness\": \"nlọghachi azụ\",\n    \"rebounds\": \"rebound\",\n    \"rebourbonize\": \"weghachite\",\n    \"rebrace\": \"rebrat\",\n    \"rebraced\": \"rebrat\",\n    \"rebracing\": \"imeghari\",\n    \"rebraid\": \"rebram\",\n    \"rebranch\": \"nnupu isi\",\n    \"rebranched\": \"gbanwee\",\n    \"rebreathe\": \"imeghari\",\n    \"rebred\": \"weghachiri\",\n    \"rebreed\": \"weghachite\",\n    \"rebreeding\": \"weghachite\",\n    \"rebrew\": \"degharịa\",\n    \"rebribe\": \"ịba mba\",\n    \"rebrick\": \"imegide\",\n    \"rebridge\": \"ntụ ntụ\",\n    \"rebrighten\": \"rerighten\",\n    \"rebring\": \"Na-egosi\",\n    \"rebringer\": \"Na-enyocha\",\n    \"rebroach\": \"ịghaghachi\",\n    \"rebroadcast\": \"mgbasa ozi\",\n    \"rebroadcasted\": \"mgbasa ozi\",\n    \"rebroadcasting\": \"mgbasa ozi\",\n    \"rebroadcasts\": \"mgbasa ozi\",\n    \"rebroaden\": \"biaghachi\",\n    \"rebroadened\": \"biaghachiri\",\n    \"rebroadening\": \"imeghari\",\n    \"rebroadens\": \"na-alaghachi\",\n    \"rebronze\": \"weghachi\",\n    \"rebrown\": \"gbanwee\",\n    \"rebrush\": \"gbagharịa\",\n    \"rebrutalize\": \"imeghachi\",\n    \"rebs\": \"ahịhịa\",\n    \"rebubble\": \"imeghari\",\n    \"rebuckle\": \"baara mba\",\n    \"rebuckled\": \"baara mba\",\n    \"rebuckling\": \"ịba mba\",\n    \"rebud\": \"ndu\",\n    \"rebudget\": \"nkwụghachi\",\n    \"rebudgeted\": \"weghachitere\",\n    \"rebudgeting\": \"icheghari\",\n    \"rebuff\": \"zaghachi\",\n    \"rebuffable\": \"a na-emegharị emegharị\",\n    \"rebuffably\": \"imeghachi\",\n    \"rebuffed\": \"na-ajụ\",\n    \"rebuffet\": \"imeghari\",\n    \"rebuffing\": \"Na-agbagha\",\n    \"rebuffproof\": \"kọwaa ihe akaebe\",\n    \"rebuffs\": \"na-emegiderịta\",\n    \"rebuy\": \"nwuo\",\n    \"rebuying\": \"imeghari\",\n    \"rebuild\": \"wughachi\",\n    \"rebuilded\": \"wughachi\",\n    \"rebuilder\": \"wughachi\",\n    \"rebuilding\": \"iwughachi\",\n    \"rebuilds\": \"wughachi\",\n    \"rebuilt\": \"wughachi\",\n    \"rebukable\": \"baara mba\",\n    \"rebuke\": \"ba mba\",\n    \"rebukeable\": \"nke abara mba\",\n    \"rebuked\": \"baara mba\",\n    \"rebukeful\": \"bara uba\",\n    \"rebukefully\": \"ịba mba\",\n    \"rebukefulness\": \"ịba mba\",\n    \"rebukeproof\": \"ịba mba\",\n    \"rebuker\": \"bahu\",\n    \"rebukers\": \"na-emeghachi omume\",\n    \"rebukes\": \"bara mba\",\n    \"rebuking\": \"bara mba\",\n    \"rebukingly\": \"nba\",\n    \"rebulk\": \"weghachi\",\n    \"rebunch\": \"imeghari\",\n    \"rebundle\": \"weghachite\",\n    \"rebunker\": \"ịghaghachi\",\n    \"rebuoy\": \"nwughari\",\n    \"rebuoyage\": \"gbanwee\",\n    \"reburden\": \"imeghari\",\n    \"reburgeon\": \"reurgeon\",\n    \"rebury\": \"ịlọ ụwa\",\n    \"reburial\": \"nlọghachi\",\n    \"reburials\": \"nlọghachi\",\n    \"reburied\": \"ịlọghachi\",\n    \"reburies\": \"ịlọ ụwa\",\n    \"reburying\": \"imeghari\",\n    \"reburn\": \"laghachi\",\n    \"reburnish\": \"omughari\",\n    \"reburse\": \"ịkwụ ụgwọ\",\n    \"reburst\": \"imeghari\",\n    \"rebus\": \"imeghachi\",\n    \"rebused\": \"atughari\",\n    \"rebuses\": \"rebuse\",\n    \"rebush\": \"imeghari\",\n    \"rebusy\": \"Ntughari\",\n    \"rebusing\": \"emeghari\",\n    \"rebut\": \"Ntughari\",\n    \"rebute\": \"ikwughachi\",\n    \"rebutment\": \"nkwenye\",\n    \"rebuts\": \"Nkwuputa\",\n    \"rebuttable\": \"a na-egosipụta\",\n    \"rebuttably\": \"ikwughachi\",\n    \"rebuttal\": \"nkwupụta\",\n    \"rebuttals\": \"emeghari\",\n    \"rebutted\": \"gosiputara\",\n    \"rebutter\": \"Ntughari\",\n    \"rebutters\": \"ndị na-eme emeghara\",\n    \"rebutting\": \"na-egbochi\",\n    \"rebutton\": \"Ntughari\",\n    \"rebuttoned\": \"weghachite\",\n    \"rebuttoning\": \"Ntughari\",\n    \"rebuttons\": \"Ntughari\",\n    \"rec\": \"gụọ\",\n    \"recabled\": \"weghachite\",\n    \"recabling\": \"ịmaliteghachi\",\n    \"recadency\": \"imeghachi ihe\",\n    \"recado\": \"gụgharịa\",\n    \"recage\": \"gụgharịa\",\n    \"recaged\": \"weghaara\",\n    \"recaging\": \"ịgụkọ\",\n    \"recalcination\": \"nyochaghachi\",\n    \"recalcitrate\": \"chetaghachiri\",\n    \"recalcitrated\": \"chetaghachiri\",\n    \"recalcitrating\": \"chetaghachiri\",\n    \"recalcitration\": \"nlọghachi azụ\",\n    \"recalculate\": \"gụgharịa\",\n    \"recalculated\": \"gụghachi\",\n    \"recalculates\": \"chegharia anya\",\n    \"recalculating\": \"ichetaghachi\",\n    \"recalculation\": \"nlọghachi\",\n    \"recalculations\": \"nyochaghachi\",\n    \"recalesce\": \"recacece\",\n    \"recalesced\": \"recala\",\n    \"recalescing\": \"imeghari\",\n    \"recalibrate\": \"chetaghachi\",\n    \"recalibrated\": \"echetaghachi\",\n    \"recalibrates\": \"chetaghachiri\",\n    \"recalibrating\": \"na-emezigharị\",\n    \"recalibration\": \"nlọghachi\",\n    \"recalk\": \"chegharia\",\n    \"recall\": \"cheta\",\n    \"recallability\": \"nweghachi\",\n    \"recalled\": \"chetara\",\n    \"recaller\": \"na-agbaghachi azụ\",\n    \"recallers\": \"agbapụtaghachi\",\n    \"recalling\": \"na-echeta\",\n    \"recallist\": \"chetaghachiri\",\n    \"recallment\": \"icheta\",\n    \"recalls\": \"na-echeta\",\n    \"recampaign\": \"imeghari\",\n    \"recanalization\": \"nyochaghachi\",\n    \"recancel\": \"weghachite\",\n    \"recanceled\": \"chetaghachi\",\n    \"recanceling\": \"ichegharị\",\n    \"recancellation\": \"nyochaghachi\",\n    \"recandescence\": \"nlọghachi\",\n    \"recandidacy\": \"nyochaghachi\",\n    \"recane\": \"tugharia\",\n    \"recaned\": \"chetaghachi\",\n    \"recanes\": \"na-echeta\",\n    \"recaning\": \"na-echetaghachi\",\n    \"recant\": \"kwuo\",\n    \"recantations\": \"recant\",\n    \"recanted\": \"chegharịrị\",\n    \"recanting\": \"na-agagharị\",\n    \"recantingly\": \"na-echeta\",\n    \"recants\": \"na-agaghachi\",\n    \"recapitalized\": \"chetaghachiri\",\n    \"recapitalizing\": \"recapitising\",\n    \"recaptivate\": \"weghachite\",\n    \"recaptivation\": \"nlọghachi\",\n    \"recapture\": \"iweghachite\",\n    \"recaptured\": \"enwetaghachiri\",\n    \"recapturing\": \"recaptack\",\n    \"recarbon\": \"nlọghachi\",\n    \"recarbonate\": \"imeghari\",\n    \"recarbonation\": \"nlọghachi\",\n    \"recarbonization\": \"nyochaghachi\",\n    \"recarbonize\": \"weghachite\",\n    \"recarbonizer\": \"nyochaghachi\",\n    \"recarburization\": \"nlọghachite\",\n    \"recarburize\": \"weghachite\",\n    \"recarnify\": \"tugharia\",\n    \"recarpet\": \"imeghari\",\n    \"recarry\": \"imeghari\",\n    \"recarriage\": \"ịlụgharị di\",\n    \"recarried\": \"ịlụ di ọzọ\",\n    \"recarrier\": \"onye ozo\",\n    \"recarries\": \"nlọghachite\",\n    \"recarrying\": \"Nwughari\",\n    \"recart\": \"ịmalitegharia\",\n    \"recarve\": \"weghachite\",\n    \"recarved\": \"echegharịrị\",\n    \"recarving\": \"nlọghachi\",\n    \"recase\": \"zaghachi\",\n    \"recash\": \"imeghari\",\n    \"recasket\": \"imeghari\",\n    \"recast\": \"megharia\",\n    \"recaster\": \"megharia\",\n    \"recasting\": \"imeghari\",\n    \"recasts\": \"na-agagharị\",\n    \"recaution\": \"imeghachi omume\",\n    \"recce\": \"cheta\",\n    \"recco\": \"rekos\",\n    \"recede\": \"laa azụ\",\n    \"receded\": \"laa azụ\",\n    \"recedence\": \"ebe obibi\",\n    \"recedent\": \"onye bi\",\n    \"receder\": \"atalata\",\n    \"recedes\": \"atalata\",\n    \"receding\": \"atalata\",\n    \"receipt\": \"nnata\",\n    \"receiptable\": \"nnata\",\n    \"receipted\": \"akwụ ụgwọ\",\n    \"receipting\": \"nnata\",\n    \"receiptless\": \"nnata\",\n    \"receiptment\": \"nnata\",\n    \"receiptor\": \"ihe nnata\",\n    \"receipts\": \"ego\",\n    \"receivability\": \"nnabata\",\n    \"receivable\": \"nnabata\",\n    \"receivableness\": \"nnabata\",\n    \"receivables\": \"nnabata\",\n    \"receivablness\": \"nnabata\",\n    \"receival\": \"nnabata\",\n    \"receive\": \"nabata\",\n    \"received\": \"natara\",\n    \"receivedness\": \"nnabata\",\n    \"receiver\": \"erite\",\n    \"receivers\": \"ndị nnata\",\n    \"receivership\": \"nnabata\",\n    \"receiverships\": \"nnyefe\",\n    \"receives\": \"na-anabata\",\n    \"receiving\": \"na-anata\",\n    \"recelebrate\": \"nabata\",\n    \"recelebrated\": \"nabatara\",\n    \"recelebrates\": \"na-anabata\",\n    \"recelebrating\": \"nnabata\",\n    \"recelebration\": \"oriri\",\n    \"recement\": \"nnabata\",\n    \"recementation\": \"nnabata\",\n    \"recency\": \"ịlaghachi azụ\",\n    \"recencies\": \"na-echeta\",\n    \"recense\": \"chegharia\",\n    \"recension\": \"nlọghachi\",\n    \"recensor\": \"chetaghachi\",\n    \"recensure\": \"chetaghachi\",\n    \"recensus\": \"nyochaghachi\",\n    \"recent\": \"na-adịbeghị anya\",\n    \"recenter\": \"na-adịbeghị anya\",\n    \"recentest\": \"nke kachasi anya\",\n    \"recently\": \"nso nso a\",\n    \"recentness\": \"adịbeghị anya\",\n    \"recentralization\": \"na nso nso a\",\n    \"recentralize\": \"na-adịbeghị anya\",\n    \"recentralized\": \"na nso nso a\",\n    \"recentralizing\": \"na-adịbeghị anya\",\n    \"recentre\": \"adịbeghị anya\",\n    \"recept\": \"nnata\",\n    \"receptacle\": \"Ebe mbata\",\n    \"receptacles\": \"ihe ndozi\",\n    \"receptacula\": \"nnabata\",\n    \"receptacular\": \"nnabata\",\n    \"receptaculite\": \"nnabata\",\n    \"receptaculites\": \"nnabata\",\n    \"receptaculitid\": \"nnabata\",\n    \"receptaculitoid\": \"nnabata\",\n    \"receptaculum\": \"nnabata\",\n    \"receptant\": \"onye nnata\",\n    \"receptary\": \"ihe nnabata\",\n    \"receptibility\": \"nnabata\",\n    \"receptible\": \"nabata\",\n    \"reception\": \"nnabata\",\n    \"receptionism\": \"nnabata\",\n    \"receptionist\": \"onye nnabata\",\n    \"receptionists\": \"ndị nnabata\",\n    \"receptionreck\": \"Ebe nnabata\",\n    \"receptions\": \"nnabata\",\n    \"receptitious\": \"nnabata\",\n    \"receptive\": \"na-anabata\",\n    \"receptively\": \"na-anabata\",\n    \"receptiveness\": \"nnabata\",\n    \"receptivity\": \"nnabata\",\n    \"receptor\": \"ihe nnabata\",\n    \"receptoral\": \"ndị nabatara\",\n    \"receptorial\": \"ndị nabatara\",\n    \"receptors\": \"ndị nabatara\",\n    \"recepts\": \"ndị nabatara\",\n    \"receptual\": \"nnabata\",\n    \"receptually\": \"nnabata\",\n    \"recercele\": \"imeghachi\",\n    \"recercelee\": \"gbagharịa\",\n    \"recertify\": \"imeghachi ihe\",\n    \"recertificate\": \"nyochaghachi\",\n    \"recertification\": \"nyochaghachi\",\n    \"recertified\": \"chegharịrị\",\n    \"recertifying\": \"imeghachi ihe\",\n    \"recess\": \"ezumike\",\n    \"recessed\": \"ezumike\",\n    \"recesser\": \"ezumike\",\n    \"recesses\": \"ezumike\",\n    \"recessing\": \"ezumike\",\n    \"recession\": \"nlaazu\",\n    \"recessional\": \"recession\",\n    \"recessionals\": \"nlaazu\",\n    \"recessionary\": \"nlaazu\",\n    \"recessions\": \"nlaazu\",\n    \"recessive\": \"banyeghachi\",\n    \"recessiveness\": \"nlọghachi\",\n    \"recesslike\": \"izu ike\",\n    \"recessor\": \"Ihe ndozi\",\n    \"rechallenge\": \"ịgba aka mgba\",\n    \"rechallenged\": \"imeghachiri\",\n    \"rechallenging\": \"chagha\",\n    \"rechamber\": \"weghachite\",\n    \"rechange\": \"Mgbanwe\",\n    \"rechanged\": \"gbanwere\",\n    \"rechanges\": \"mgbanwe\",\n    \"rechanging\": \"mgbanwe\",\n    \"rechanneled\": \"nyochaghachiri\",\n    \"rechannelling\": \"imeghari\",\n    \"rechar\": \"fanye\",\n    \"recharge\": \"fanye\",\n    \"rechart\": \"imeghari\",\n    \"recharted\": \"recharged\",\n    \"rechartered\": \"debanyere aha\",\n    \"rechartering\": \"recharging\",\n    \"recharters\": \"ndị ọrụ nyocha\",\n    \"recharting\": \"recharging\",\n    \"rechase\": \"ịgbapụta\",\n    \"rechaser\": \"onye nkwụghachi\",\n    \"recheat\": \"imeghari\",\n    \"recheck\": \"imeghari\",\n    \"rechecked\": \"recheche\",\n    \"rechecking\": \"Nyochaa\",\n    \"rechecks\": \"nyocha\",\n    \"recheer\": \"imeghachi\",\n    \"recherch\": \"gụgharịa\",\n    \"recherche\": \"imeghachi\",\n    \"rechew\": \"imeghari\",\n    \"rechoose\": \"weghachi\",\n    \"rechooses\": \"na-emegharị\",\n    \"rechoosing\": \"imeghari\",\n    \"recyclability\": \"imegharia\",\n    \"recycle\": \"egweri\",\n    \"recycled\": \"imeghari\",\n    \"recycles\": \"imeghari\",\n    \"recycling\": \"imeghari\",\n    \"recide\": \"zaghachi\",\n    \"recidivate\": \"weghachi\",\n    \"recidivated\": \"Ntughari\",\n    \"recidivating\": \"Ntughari\",\n    \"recidivation\": \"nlọghachi\",\n    \"recidive\": \"na-achọghachi\",\n    \"recidivism\": \"nlọghachi\",\n    \"recidivist\": \"nlọghachi\",\n    \"recidivistic\": \"Ntughari\",\n    \"recidivists\": \"nlọghachi\",\n    \"recidivity\": \"nlọghachi\",\n    \"recidivous\": \"nweghachi\",\n    \"recip\": \"nweghachi\",\n    \"recipe\": \"Ntụziaka\",\n    \"recipes\": \"Ezi ntụziaka\",\n    \"recipiangle\": \"na-agbanwe agbanwe\",\n    \"recipiatur\": \"nnata\",\n    \"recipience\": \"nnata\",\n    \"recipiency\": \"nnata\",\n    \"recipiend\": \"nnata\",\n    \"recipiendary\": \"onye nnata\",\n    \"recipiendum\": \"nnata\",\n    \"recipient\": \"nnata\",\n    \"recipients\": \"ndị nnata\",\n    \"recipiomotor\": \"nkwụghachi\",\n    \"reciprocable\": \"nkwụghachi ụgwọ\",\n    \"reciprocal\": \"mmegwara\",\n    \"reciprocality\": \"nkwughachi\",\n    \"reciprocalize\": \"meghachitere\",\n    \"reciprocally\": \"ikwughachi\",\n    \"reciprocalness\": \"mmegwara\",\n    \"reciprocals\": \"nkwụghachi\",\n    \"reciprocant\": \"nkwụghachi\",\n    \"reciprocantive\": \"omugwo\",\n    \"reciprocate\": \"imeghachi\",\n    \"reciprocated\": \"meghachitere\",\n    \"reciprocates\": \"meghachitere\",\n    \"reciprocating\": \"na-emegwara\",\n    \"reciprocation\": \"mmeghachi omume\",\n    \"reciprocatist\": \"meghachitere\",\n    \"reciprocative\": \"meghachitere\",\n    \"reciprocator\": \"nkwụghachi\",\n    \"reciprocatory\": \"nkwụghachi\",\n    \"reciprocitarian\": \"nkwughachi\",\n    \"reciprocity\": \"mmeghachi omume\",\n    \"reciprocities\": \"nkwughachi\",\n    \"reciproque\": \"ikwughachi\",\n    \"recircle\": \"nlọghachi\",\n    \"recircled\": \"weghachiri\",\n    \"recircles\": \"nlọghachi\",\n    \"recircling\": \"na-agagharị\",\n    \"recirculate\": \"imegharia\",\n    \"recirculated\": \"laghachi\",\n    \"recirculates\": \"laghachi\",\n    \"recirculating\": \"nlọghachị\",\n    \"recirculation\": \"nyochaghachi\",\n    \"recirculations\": \"nyochaghachi\",\n    \"recision\": \"idegharị\",\n    \"recisions\": \"nyocha\",\n    \"recission\": \"nkwuputa\",\n    \"recissory\": \"nzaghachi\",\n    \"recit\": \"gụgharịa\",\n    \"recital\": \"nlọghachi\",\n    \"recitalist\": \"alụm di na nwunye\",\n    \"recitalists\": \"di na nwunye\",\n    \"recitals\": \"akụkọ\",\n    \"recitation\": \"agụ\",\n    \"recitationist\": \"onye na-eme ntughari\",\n    \"recitatively\": \"n'egwu\",\n    \"recite\": \"gụọ\",\n    \"recited\": \"gụrụ\",\n    \"recitement\": \"na-emeghachi omume\",\n    \"reciter\": \"gụghachi\",\n    \"recites\": \"na-agụ\",\n    \"reciting\": \"na-agụ\",\n    \"recivilization\": \"mmeghari\",\n    \"recivilize\": \"weghachitere\",\n    \"reck\": \"ikpu\",\n    \"reckless\": \"aghara\",\n    \"recklessly\": \"aghara\",\n    \"recklessness\": \"aghara\",\n    \"reckling\": \"ịtụgharị\",\n    \"reckon\": \"ghota\",\n    \"reckonable\": \"a pụrụ ịtụle\",\n    \"reckoned\": \"guru\",\n    \"reckoner\": \"onye na-agu nyocha\",\n    \"reckoners\": \"ndị na-agụ ego\",\n    \"reckoning\": \"-egwu\",\n    \"reckonings\": \"nguko\",\n    \"reckons\": \"na-atụle\",\n    \"reclad\": \"laghachi\",\n    \"reclaim\": \"naputa\",\n    \"reclaimable\": \"gbapụta\",\n    \"reclaimableness\": \"nweghachi\",\n    \"reclaimably\": \"ịgbapụta\",\n    \"reclaimant\": \"agbapụta\",\n    \"reclaimed\": \"agbapụtawo\",\n    \"reclaimer\": \"weghachi\",\n    \"reclaimers\": \"agbapụta\",\n    \"reclaiming\": \"ịnapụta\",\n    \"reclaimless\": \"agbapụta\",\n    \"reclaimment\": \"nkwụghachi\",\n    \"reclaims\": \"naputa\",\n    \"reclamation\": \"imeghari\",\n    \"reclamations\": \"ndeghari\",\n    \"reclamatory\": \"imeghari\",\n    \"reclame\": \"weghachi\",\n    \"reclames\": \"laghachi\",\n    \"reclang\": \"weghachite\",\n    \"reclasp\": \"ghaghachite\",\n    \"reclasped\": \"weghachite\",\n    \"reclasping\": \"agbapụta\",\n    \"reclasps\": \"na-alaghachi\",\n    \"reclassify\": \"imeghari\",\n    \"reclassification\": \"imeghari\",\n    \"reclassified\": \"imeghari\",\n    \"reclassifying\": \"imeghari\",\n    \"reclean\": \"weghachite\",\n    \"recleaned\": \"weghachite\",\n    \"recleaning\": \"Iweghachi\",\n    \"recleans\": \"na-echeta\",\n    \"recleansed\": \"weghachiri\",\n    \"recleansing\": \"ghaghachi azụ\",\n    \"reclear\": \"megharia\",\n    \"reclearance\": \"nweghachi\",\n    \"reclimb\": \"chegharia\",\n    \"reclimbed\": \"chegharia\",\n    \"reclimbing\": \"ichegharị\",\n    \"reclinant\": \"na-agbaghara\",\n    \"reclinate\": \"gbadata\",\n    \"reclinated\": \"gbaghara\",\n    \"reclination\": \"reclin\",\n    \"recline\": \"zuo ike\",\n    \"reclined\": \"zaghachi\",\n    \"recliner\": \"na-echegharị\",\n    \"recliners\": \"gbasaa\",\n    \"reclines\": \"na-eche\",\n    \"reclining\": \"na-eri nri\",\n    \"reclivate\": \"weghachite\",\n    \"reclosable\": \"echeta\",\n    \"reclose\": \"ibughachi\",\n    \"recloseable\": \"enwere ike iweghachi\",\n    \"reclothe\": \"weghachite\",\n    \"reclothed\": \"weghachiri\",\n    \"reclothes\": \"na-echegharị\",\n    \"reclothing\": \"nwughari\",\n    \"reclude\": \"wepụ\",\n    \"recluse\": \"kpochapu\",\n    \"reclusely\": \"iche\",\n    \"recluseness\": \"ichebe\",\n    \"reclusery\": \"ihe nlegharị anya\",\n    \"recluses\": \"weghachite\",\n    \"reclusion\": \"nwepu\",\n    \"reclusive\": \"zuru ezu\",\n    \"reclusiveness\": \"zuru ezu\",\n    \"reclusory\": \"emeghari\",\n    \"recoach\": \"weghachite\",\n    \"recoagulate\": \"weghachite\",\n    \"recoagulated\": \"ọ gwụla\",\n    \"recoagulating\": \"na-agbake\",\n    \"recoagulation\": \"mgbake\",\n    \"recoal\": \"weghachite\",\n    \"recoaled\": \"weghachite\",\n    \"recoaling\": \"na-agbagha\",\n    \"recoals\": \"na-echeta\",\n    \"recoast\": \"weghachite\",\n    \"recoat\": \"chetaghachi\",\n    \"recock\": \"weghachite\",\n    \"recocked\": \"enwetara\",\n    \"recocking\": \"na-agbakwụnye\",\n    \"recocks\": \"na-agbake\",\n    \"recoct\": \"weghachite\",\n    \"recoction\": \"mgbake\",\n    \"recode\": \"chegharịa\",\n    \"recoded\": \"emegharị\",\n    \"recodes\": \"emeghari\",\n    \"recodify\": \"megharia\",\n    \"recodification\": \"mgbapụta\",\n    \"recodified\": \"enwetara\",\n    \"recodifies\": \"na-agbake\",\n    \"recodifying\": \"na-edegharị\",\n    \"recoding\": \"na-emegharị\",\n    \"recogitate\": \"chetaghachi\",\n    \"recogitation\": \"mgbake\",\n    \"recognisable\": \"amata\",\n    \"recognise\": \"mata\",\n    \"recognised\": \"ghọtara\",\n    \"recogniser\": \"nyochaghachi\",\n    \"recognising\": \"na-amata\",\n    \"recognition\": \"mmata\",\n    \"recognitions\": \"nyocha\",\n    \"recognitive\": \"akọnuche\",\n    \"recognitor\": \"onye na-enyocha ihe\",\n    \"recognitory\": \"nyocha\",\n    \"recognizability\": \"mmata\",\n    \"recognizable\": \"amata\",\n    \"recognizably\": \"amata\",\n    \"recognizance\": \"mmata\",\n    \"recognizant\": \"amata\",\n    \"recognize\": \"mata\",\n    \"recognized\": \"ghọtara\",\n    \"recognizedly\": \"ghọtara\",\n    \"recognizee\": \"na-achọpụta\",\n    \"recognizer\": \"ihe nchoputa\",\n    \"recognizers\": \"ndị na-achọpụta ya\",\n    \"recognizes\": \"ghotara\",\n    \"recognizing\": \"na-amata\",\n    \"recognizingly\": \"na-achọpụta\",\n    \"recognizor\": \"ihe nchoputa\",\n    \"recognosce\": \"weghachite\",\n    \"recohabitation\": \"imeghachi\",\n    \"recoil\": \"na-agbagha\",\n    \"recoiled\": \"agbagha\",\n    \"recoiler\": \"na-agbake\",\n    \"recoilers\": \"Ihe nkiri\",\n    \"recoiling\": \"na-agbagha\",\n    \"recoilingly\": \"na-agagharị\",\n    \"recoilless\": \"na-agbagha\",\n    \"recoilment\": \"iweghachite\",\n    \"recoils\": \"na-agbagha\",\n    \"recoin\": \"weghachite\",\n    \"recoinage\": \"nloghachi\",\n    \"recoined\": \"nwetaghachiri\",\n    \"recoiner\": \"na-echegharị\",\n    \"recoining\": \"na-eri nri\",\n    \"recoins\": \"na-eche\",\n    \"recoke\": \"kagbuo\",\n    \"recollapse\": \"cheta\",\n    \"recollate\": \"chetaghachi\",\n    \"recollation\": \"na-echeta\",\n    \"recollect\": \"ichetakwa\",\n    \"recollectable\": \"chetara\",\n    \"recollected\": \"echetara\",\n    \"recollectedly\": \"echetara\",\n    \"recollectedness\": \"chetaghachiri\",\n    \"recollectible\": \"echetere\",\n    \"recollecting\": \"ichetaghachi\",\n    \"recollection\": \"icheta\",\n    \"recollections\": \"na-echeta\",\n    \"recollective\": \"cheta\",\n    \"recollectively\": \"icheta\",\n    \"recollectiveness\": \"ncheta\",\n    \"recollects\": \"na-echeta\",\n    \"recollet\": \"chetaghachi\",\n    \"recolonisation\": \"nlọghachi azụ\",\n    \"recolonise\": \"weghachite\",\n    \"recolonised\": \"achọgharịrị\",\n    \"recolonising\": \"na-emegharị anya\",\n    \"recolonization\": \"nchịkwa\",\n    \"recolonize\": \"weghachite\",\n    \"recolonized\": \"weghachitere\",\n    \"recolonizes\": \"weghachite\",\n    \"recolonizing\": \"ịtụgharị\",\n    \"recolor\": \"gbakee\",\n    \"recoloration\": \"nlọghachi azụ\",\n    \"recolored\": \"weghachitere\",\n    \"recoloring\": \"na-agbagharị\",\n    \"recolors\": \"na-agbada\",\n    \"recolour\": \"weghachite\",\n    \"recolouration\": \"nloghachi\",\n    \"recombed\": \"recomed\",\n    \"recombined\": \"weghachiri\",\n    \"recombing\": \"recoming\",\n    \"recombining\": \"recoming\",\n    \"recomember\": \"chetaghachi\",\n    \"recomfort\": \"nkasi obi\",\n    \"recommand\": \"ndụmọdụ\",\n    \"recommence\": \"ndụmọdụ\",\n    \"recommenced\": \"weghachiri\",\n    \"recommencement\": \"nkwanye\",\n    \"recommences\": \"nkwụghachi ụgwọ\",\n    \"recommencing\": \"tugharia\",\n    \"recommend\": \"nwere ike ikwu\",\n    \"recommendability\": \"nkwanye\",\n    \"recommendable\": \"nwere ike ikwu\",\n    \"recommendableness\": \"Nkwado\",\n    \"recommendably\": \"nwere ike ikwu\",\n    \"recommendation\": \"nkwanye\",\n    \"recommendations\": \"aro\",\n    \"recommendative\": \"ndụmọdụ\",\n    \"recommendatory\": \"na-akwado\",\n    \"recommended\": \"kwadoro\",\n    \"recommender\": \"ndụmọdụ\",\n    \"recommenders\": \"ndị ndụmọdụ\",\n    \"recommending\": \"na-atụ aro\",\n    \"recommends\": \"na-atụ aro\",\n    \"recommission\": \"nkwanye\",\n    \"recommissioned\": \"kwadoro\",\n    \"recommissioning\": \"na-akwado\",\n    \"recommissions\": \"aro\",\n    \"recommit\": \"nyegharịa\",\n    \"recommitment\": \"nnyeghachi\",\n    \"recommits\": \"na-atụ aro\",\n    \"recommittal\": \"nkwughachi\",\n    \"recommitted\": \"weghachiri\",\n    \"recommitting\": \"recommiting\",\n    \"recommunicate\": \"ikwunye\",\n    \"recommunion\": \"ndụmọdụ\",\n    \"recompare\": \"tụgharịa\",\n    \"recompared\": \"recompapa\",\n    \"recomparing\": \"imeghari\",\n    \"recomparison\": \"recomarison\",\n    \"recompence\": \"nkwụghachi ụgwọ\",\n    \"recompensable\": \"nkwụghachi ụgwọ\",\n    \"recompensate\": \"nkwụghachi\",\n    \"recompensation\": \"nkwụghachi\",\n    \"recompense\": \"nkwụghachi ụgwọ\",\n    \"recompensed\": \"ugwo\",\n    \"recompenser\": \"nkwụghachi\",\n    \"recompenses\": \"nkwụghachi ụgwọ\",\n    \"recompensing\": \"ịkwụ ụgwọ\",\n    \"recompensive\": \"nkwụghachi ụgwọ\",\n    \"recompetition\": \"nlọghachi\",\n    \"recompetitor\": \"onye nchoputa\",\n    \"recompiled\": \"recompiated\",\n    \"recompilement\": \"nkwụghachi ụgwọ\",\n    \"recomplain\": \"ikwughachi\",\n    \"recomplaint\": \"nkwughachi\",\n    \"recompletion\": \"recomment\",\n    \"recomply\": \"zaghachi\",\n    \"recompliance\": \"nkwenye\",\n    \"recomplicate\": \"imeghachi\",\n    \"recomplication\": \"nkwụghachi ụgwọ\",\n    \"recompose\": \"weghachite\",\n    \"recomposed\": \"weghachiri\",\n    \"recompound\": \"nkwụghachi\",\n    \"recompounded\": \"nyeghachiri\",\n    \"recompounding\": \"nkwụghachi\",\n    \"recompounds\": \"nkwụghachi ụgwọ\",\n    \"recomprehend\": \"ghagharia\",\n    \"recompression\": \"nkwughachi\",\n    \"recomputation\": \"nkwụghachi ụgwọ\",\n    \"recompute\": \"kwụọ ụgwọ\",\n    \"recomputes\": \"nkwụghachi ụgwọ\",\n    \"recomputing\": \"nkwụghachi\",\n    \"recon\": \"Igha\",\n    \"reconceal\": \"icha\",\n    \"reconcealment\": \"nweghachi\",\n    \"reconcede\": \"na-agbakọta\",\n    \"reconceive\": \"ichikota\",\n    \"reconcentrate\": \"megharia\",\n    \"reconcentrated\": \"laghachiri\",\n    \"reconcentrates\": \"laghachiri\",\n    \"reconcentrating\": \"ịmaliteghachi\",\n    \"reconcentration\": \"ịmaliteghachi\",\n    \"reconception\": \"nyochaghachi\",\n    \"reconcession\": \"nlọghachi\",\n    \"reconcilability\": \"ịdịghachi\",\n    \"reconcilable\": \"adịghachi\",\n    \"reconcilableness\": \"idozi\",\n    \"reconcilably\": \"kekọrịta\",\n    \"reconcile\": \"kpezie\",\n    \"reconciled\": \"emezi\",\n    \"reconcilee\": \"nabata\",\n    \"reconcileless\": \"enweghị nkwekọrịta\",\n    \"reconcilement\": \"ịdịghachi ná mma\",\n    \"reconcilements\": \"mmekorita\",\n    \"reconciler\": \"na-emezi\",\n    \"reconcilers\": \"ndị na-eme ka ha dịghachi ná mma\",\n    \"reconciles\": \"na-emezi\",\n    \"reconciliability\": \"mmeghari\",\n    \"reconciliable\": \"imeghari\",\n    \"reconciliate\": \"mekwaa\",\n    \"reconciliated\": \"mekwaa\",\n    \"reconciliating\": \"imeghari\",\n    \"reconciliation\": \"dịghachi ná mma\",\n    \"reconciliations\": \"idozi\",\n    \"reconciliative\": \"na-eme ka udo dị\",\n    \"reconciliator\": \"edughari\",\n    \"reconciliatory\": \"idozi\",\n    \"reconciling\": \"idozi\",\n    \"reconcilingly\": \"na-emekọrịta\",\n    \"reconclude\": \"mechie\",\n    \"reconclusion\": \"ichikota\",\n    \"reconcoct\": \"ịchọghachite\",\n    \"reconcur\": \"ozo\",\n    \"recond\": \"cheta\",\n    \"recondemn\": \"ichetaghachi\",\n    \"recondemnation\": \"recondnnation\",\n    \"recondensation\": \"ichegharị echiche\",\n    \"recondense\": \"ichegharị\",\n    \"recondensed\": \"echegharịrị\",\n    \"recondenses\": \"na-echegharị\",\n    \"recondensing\": \"na-echegharị\",\n    \"recondite\": \"tugharia\",\n    \"reconditely\": \"n'echeghari\",\n    \"reconditeness\": \"chegharịrị\",\n    \"recondition\": \"chegharịrị\",\n    \"reconditioned\": \"chegharịrị\",\n    \"reconditioning\": \"imeghari\",\n    \"reconditions\": \"chegharịrị\",\n    \"recondole\": \"megharia\",\n    \"reconduct\": \"ịmaliteghachi\",\n    \"reconduction\": \"ịmaliteghachi\",\n    \"reconfer\": \"ibugharịa\",\n    \"reconferred\": \"ezighachi\",\n    \"reconferring\": \"na-ezighachi\",\n    \"reconfess\": \"kwughachi\",\n    \"reconfide\": \"chegharịa\",\n    \"reconfiguration\": \"nwughari\",\n    \"reconfigurations\": \"nhazi\",\n    \"reconfigure\": \"regharia\",\n    \"reconfigured\": \"hazigharia\",\n    \"reconfiguring\": \"na-ahazigharị\",\n    \"reconfine\": \"tugharia\",\n    \"reconfined\": \"enwetaghachi\",\n    \"reconfinement\": \"nkwughachi\",\n    \"reconfirm\": \"kwughachi\",\n    \"reconfirmation\": \"nkwenye\",\n    \"reconfirmations\": \"nkwenye\",\n    \"reconfirmed\": \"ekwuputala\",\n    \"reconfirming\": \"na-emezigharị\",\n    \"reconfirms\": \"na-akwado\",\n    \"reconfiscate\": \"weghachite\",\n    \"reconfiscated\": \"weghaara\",\n    \"reconfiscating\": \"na-agbanyeghachi\",\n    \"reconfiscation\": \"weghaara\",\n    \"reconform\": \"gbanwee\",\n    \"reconfound\": \"gbanwee\",\n    \"reconfront\": \"ghagha ihu\",\n    \"reconfrontation\": \"imeghari\",\n    \"reconfuse\": \"imeghari\",\n    \"reconfused\": \"gbagharia\",\n    \"reconfusing\": \"na-emezigharị\",\n    \"reconfusion\": \"ntụgharị\",\n    \"recongelation\": \"ichikota\",\n    \"recongest\": \"chetaghachi\",\n    \"recongratulate\": \"chegharia\",\n    \"recongratulation\": \"imeghachi\",\n    \"reconjoin\": \"Ijikọ ọzọ\",\n    \"reconjunction\": \"mmekorita\",\n    \"reconnaissance\": \"enyoputa\",\n    \"reconnaissances\": \"nyocha\",\n    \"reconnect\": \"jikọọ\",\n    \"reconnected\": \"ejikọtaghachi\",\n    \"reconnecting\": \"Ijikọ ọzọ\",\n    \"reconnection\": \"Njikọ\",\n    \"reconnects\": \"jikọọ ọzọ\",\n    \"reconnoissance\": \"nyocha\",\n    \"reconnoiter\": \"onye nyocha\",\n    \"reconnoitered\": \"nyochaghachi\",\n    \"reconnoitering\": \"nyochaghachi\",\n    \"reconnoiteringly\": \"echeghari\",\n    \"reconnoiters\": \"nyocha\",\n    \"reconnoitred\": \"nwughari\",\n    \"reconnoitrer\": \"onye nledo\",\n    \"reconnoitring\": \"nyochagharị\",\n    \"reconnoitringly\": \"echeghari\",\n    \"reconquer\": \"ichota\",\n    \"reconquered\": \"enwetaghachi\",\n    \"reconquering\": \"na-agbagharị\",\n    \"reconqueror\": \"Ogha\",\n    \"reconquers\": \"na-enwetaghachi\",\n    \"recons\": \"na-echeta\",\n    \"reconsecrate\": \"megharia\",\n    \"reconsecrated\": \"gụgharịrị\",\n    \"reconsecrates\": \"na-emezigharị\",\n    \"reconsecrating\": \"na-emezigharị\",\n    \"reconsecration\": \"nyochaghachi\",\n    \"reconsecrations\": \"nyochaghachi\",\n    \"reconsent\": \"imeghachi\",\n    \"reconsider\": \"chegharia echiche\",\n    \"reconsideration\": \"ichegharị echiche\",\n    \"reconsidered\": \"chegharịrị\",\n    \"reconsidering\": \"ichegharị echiche\",\n    \"reconsiders\": \"chegharia echiche\",\n    \"reconsign\": \"tugharia\",\n    \"reconsigned\": \"echegharia\",\n    \"reconsigning\": \"ichegharị\",\n    \"reconsignment\": \"ntughari\",\n    \"reconsigns\": \"laghachiri\",\n    \"reconsole\": \"sosole\",\n    \"reconsoled\": \"weghachite\",\n    \"reconsolidate\": \"chetaghachi\",\n    \"reconsolidated\": \"emegharịrị\",\n    \"reconsolidating\": \"na-emezigharị\",\n    \"reconsolidation\": \"nyochaghachi\",\n    \"reconsoling\": \"ichegharị\",\n    \"reconstitute\": \"imeghari\",\n    \"reconstituted\": \"nwugharia\",\n    \"reconstitutes\": \"na-emezigharị\",\n    \"reconstituting\": \"na-emezigharị\",\n    \"reconstitution\": \"imeghari\",\n    \"reconstruct\": \"wugharia\",\n    \"reconstructed\": \"wugharia\",\n    \"reconstructing\": \"imeghari\",\n    \"reconstruction\": \"nwughari\",\n    \"reconstructional\": \"nwughari\",\n    \"reconstructionary\": \"nwughari\",\n    \"reconstructionism\": \"nwughari\",\n    \"reconstructionist\": \"nwughari\",\n    \"reconstructions\": \"nwughari\",\n    \"reconstructive\": \"nwughari\",\n    \"reconstructively\": \"nwughari\",\n    \"reconstructiveness\": \"nwughari\",\n    \"reconstructor\": \"nwughari\",\n    \"reconstructs\": \"wughachi\",\n    \"reconstrue\": \"wughachi\",\n    \"reconsult\": \"nweghari\",\n    \"reconsultation\": \"nlọghachi\",\n    \"recontamination\": \"nyochaghachi\",\n    \"recontemplate\": \"ichegharị\",\n    \"recontemplated\": \"chegharịrị\",\n    \"recontemplating\": \"ichegharị\",\n    \"recontemplation\": \"ichegharị\",\n    \"reconter\": \"weghachite\",\n    \"recontest\": \"Nyochaa\",\n    \"recontested\": \"maliteghachiri\",\n    \"recontesting\": \"nyochagharị\",\n    \"recontests\": \"nyochaghachi\",\n    \"recontinue\": \"gụgharịa\",\n    \"recontracting\": \"na-emegharị\",\n    \"recontrast\": \"ichegharị\",\n    \"recontrol\": \"chegharịa\",\n    \"reconvalesce\": \"Nzaghachi\",\n    \"reconvalescence\": \"nweghachi\",\n    \"reconvalescent\": \"ghaghachite\",\n    \"reconvey\": \"ibugharịa\",\n    \"reconveyance\": \"nlọghachi\",\n    \"reconveyed\": \"nabatara\",\n    \"reconveying\": \"nlọghachi\",\n    \"reconveys\": \"nabata\",\n    \"reconvene\": \"weghachite\",\n    \"reconvened\": \"jikọtaghachi\",\n    \"reconvenes\": \"agbakọta\",\n    \"reconvening\": \"agbakọta\",\n    \"reconvenire\": \"megharia\",\n    \"reconvention\": \"nzukọ\",\n    \"reconventional\": \"mmeghari\",\n    \"reconverge\": \"megharia\",\n    \"reconverged\": \"enwetaghachi\",\n    \"reconvergence\": \"nlọghachi\",\n    \"reconverging\": \"ịgbanwee\",\n    \"reconverse\": \"na-akparịta ụka\",\n    \"reconversion\": \"nlọghachị\",\n    \"reconversions\": \"Mgbagha\",\n    \"reconvert\": \"biaghachi\",\n    \"reconverted\": \"laghachiri\",\n    \"reconvertible\": \"kọnvatịbụl\",\n    \"reconverting\": \"na-emegharị\",\n    \"reconverts\": \"laghachi\",\n    \"reconvict\": \"ikpe\",\n    \"reconviction\": \"nyochaghachi\",\n    \"reconvince\": \"imeghari\",\n    \"reconvoke\": \"megharia\",\n    \"recook\": \"rechaa\",\n    \"recooked\": \"esighe\",\n    \"recooking\": \"emeghari\",\n    \"recooks\": \"na-echeta\",\n    \"recopied\": \"chegharịrị\",\n    \"recopies\": \"Ezi ntụziaka\",\n    \"recopying\": \"na-agbake\",\n    \"recopilation\": \"mkpokọta\",\n    \"recopyright\": \"nwebisiinka\",\n    \"recopper\": \"weghachite\",\n    \"record\": \"ndekọ\",\n    \"recordable\": \"ndekọ\",\n    \"recordance\": \"ndekọ\",\n    \"recordant\": \"edekọ\",\n    \"recordation\": \"ndekọ\",\n    \"recordative\": \"ndekọ\",\n    \"recordatively\": \"ndekọ\",\n    \"recordatory\": \"ndekọ\",\n    \"recorded\": \"edere\",\n    \"recordedly\": \"edekọ\",\n    \"recorder\": \"edekọ\",\n    \"recorders\": \"ndị na-edekọ ihe\",\n    \"recordership\": \"ndekọ\",\n    \"recording\": \"ndekọ\",\n    \"recordings\": \"ndekọ\",\n    \"recordist\": \"edekọ\",\n    \"recordists\": \"ndị na-edekọ ihe\",\n    \"recordless\": \"enweghị ndekọ\",\n    \"records\": \"ihe ndekọ\",\n    \"recordsize\": \"ndekọ\",\n    \"recoronation\": \"nlọghachi\",\n    \"recorporify\": \"weghachi\",\n    \"recorporification\": \"nlọghachi\",\n    \"recorrect\": \"megharịrị\",\n    \"recorrection\": \"mgbapụta\",\n    \"recorrupt\": \"megharia\",\n    \"recorruption\": \"Ntughari\",\n    \"recost\": \"weghachite\",\n    \"recostume\": \"weghachite\",\n    \"recostumed\": \"weghachitere\",\n    \"recostuming\": \"na-agbake\",\n    \"recounsel\": \"weghachite\",\n    \"recounseled\": \"nwetaghari\",\n    \"recounseling\": \"akuko\",\n    \"recount\": \"gụghachi\",\n    \"recountable\": \"chetere\",\n    \"recountal\": \"chetaghachi\",\n    \"recounted\": \"akuko\",\n    \"recountenance\": \"ịgụghachi\",\n    \"recounter\": \"Akuko\",\n    \"recounting\": \"na-agụkọ\",\n    \"recountless\": \"enweghị ọgụgụ\",\n    \"recountment\": \"ịgụkọtaghachi\",\n    \"recounts\": \"na-akọgharị\",\n    \"recoup\": \"nkwụghachi\",\n    \"recoupable\": \"recoupou\",\n    \"recoupe\": \"gbaghachi\",\n    \"recouped\": \"gbaghachiri\",\n    \"recouper\": \"nweta ego\",\n    \"recouping\": \"imeghari\",\n    \"recouple\": \"gbakọọ\",\n    \"recoupled\": \"anatawo\",\n    \"recouples\": \"na-echegharị\",\n    \"recoupling\": \"imeghari\",\n    \"recoupment\": \"nkwụghachi\",\n    \"recoups\": \"na-echegharị\",\n    \"recour\": \"gbaghachi\",\n    \"recours\": \"gbaghachi\",\n    \"recourse\": \"gbaghachi\",\n    \"recourses\": \"akụrụngwa\",\n    \"recover\": \"gbakee\",\n    \"recoverability\": \"iweghachite\",\n    \"recoverable\": \"weghachite\",\n    \"recoverableness\": \"nkwụghachi\",\n    \"recoverance\": \"mgbake\",\n    \"recovered\": \"gbakee\",\n    \"recoveree\": \"gbakee\",\n    \"recoverer\": \"naputa\",\n    \"recovery\": \"mgbake\",\n    \"recoveries\": \"gbakee\",\n    \"recovering\": \"na-agbake\",\n    \"recoveringly\": \"na-agbake\",\n    \"recoverless\": \"agbake\",\n    \"recoveror\": \"mgbake\",\n    \"recovers\": \"naputa\",\n    \"recpt\": \"imeghari\",\n    \"recrayed\": \"bụzigharị\",\n    \"recramp\": \"imeghari\",\n    \"recrank\": \"ikwu\",\n    \"recrate\": \"imeghachi\",\n    \"recrated\": \"kwupụtara\",\n    \"recrates\": \"na-echeta\",\n    \"recrating\": \"na-agụgharị\",\n    \"recreance\": \"ntụrụndụ\",\n    \"recreancy\": \"ntụrụndụ\",\n    \"recreant\": \"ntụrụndụ\",\n    \"recreantly\": \"egwuregwu\",\n    \"recreantness\": \"egwuregwu\",\n    \"recreants\": \"ndị na-eme egwuregwu\",\n    \"recrease\": \"ntụrụndụ\",\n    \"recreate\": \"imeghari\",\n    \"recreated\": \"emegharị\",\n    \"recreates\": \"laghachiri\",\n    \"recreating\": \"imeghari\",\n    \"recreation\": \"ntụrụndụ\",\n    \"recreational\": \"ntụrụndụ\",\n    \"recreationally\": \"ntụrụndụ\",\n    \"recreationist\": \"onye ntụrụndụ\",\n    \"recreations\": \"ntụrụndụ\",\n    \"recreative\": \"imeghari\",\n    \"recreatively\": \"okike\",\n    \"recreativeness\": \"ihe okike\",\n    \"recreatory\": \"nlọghachi\",\n    \"recredential\": \"dị iche iche\",\n    \"recredit\": \"ikwughachi\",\n    \"recrement\": \"ntụrụndụ\",\n    \"recremental\": \"ntụrụndụ\",\n    \"recrementitial\": \"ntụrụndụ\",\n    \"recrementitious\": \"egwuregwu\",\n    \"recrescence\": \"nlọghachi\",\n    \"recrew\": \"imeghari\",\n    \"recriminate\": \"imeghari\",\n    \"recriminated\": \"ekpughere\",\n    \"recriminates\": \"na-echeta\",\n    \"recriminating\": \"na-echeta\",\n    \"recrimination\": \"ichegharị\",\n    \"recriminations\": \"ichegharị\",\n    \"recriminative\": \"icheghari\",\n    \"recriminator\": \"ichegharị\",\n    \"recriminatory\": \"icheta\",\n    \"recrystallise\": \"imegharia\",\n    \"recrystallised\": \"recrystall\",\n    \"recrystallising\": \"imegharia\",\n    \"recrystallization\": \"imegharia\",\n    \"recrystallize\": \"megharia\",\n    \"recrystallizing\": \"imegharia\",\n    \"recriticize\": \"ikwughachi\",\n    \"recriticized\": \"ekwughachiri\",\n    \"recriticizing\": \"na-ekwughachi\",\n    \"recrop\": \"weghachi\",\n    \"recross\": \"laghachi\",\n    \"recrossed\": \"laghachiri\",\n    \"recrosses\": \"laghachi\",\n    \"recrossing\": \"na-agagharị\",\n    \"recrown\": \"weghachite\",\n    \"recrowned\": \"gbanwee\",\n    \"recrowning\": \"na-emegharị\",\n    \"recrowns\": \"na-emegharị\",\n    \"recrucify\": \"weghachite\",\n    \"recrudency\": \"nlọghachi\",\n    \"recrudesce\": \"chighachi\",\n    \"recrudesced\": \"weghachi\",\n    \"recrudescence\": \"nlọghachi\",\n    \"recrudescency\": \"ghaghachi azụ\",\n    \"recrudesces\": \"nlọghachi\",\n    \"recrudescing\": \"na-egosi\",\n    \"recruit\": \"mbanye\",\n    \"recruitable\": \"akpọrọ\",\n    \"recruitage\": \"mbanye\",\n    \"recruital\": \"mkpoko\",\n    \"recruited\": \"were n'ọrụ\",\n    \"recruitee\": \"mbanye\",\n    \"recruiter\": \"n'ọrụ\",\n    \"recruiters\": \"n'ọrụ\",\n    \"recruithood\": \"mbanye\",\n    \"recruity\": \"mbanye\",\n    \"recruiting\": \"mbanye\",\n    \"recruitment\": \"mbanye\",\n    \"recruitors\": \"n'ọrụ\",\n    \"recruits\": \"ndị agha\",\n    \"recrush\": \"mbanye crusher\",\n    \"recrusher\": \"na-ekwu\",\n    \"rect\": \"ogologo\",\n    \"rectal\": \"ikensi\",\n    \"rectangle\": \"rektangulu\",\n    \"rectangled\": \"rektangulu\",\n    \"rectangles\": \"rektangulu\",\n    \"rectangular\": \"akụkụ anọ\",\n    \"rectangularity\": \"akụkụ anọ\",\n    \"rectangularly\": \"akụkụ anọ\",\n    \"rectangularness\": \"akụkụ anọ\",\n    \"rectangulometer\": \"rectangulomita\",\n    \"rectectomies\": \"akụkụ anọ\",\n    \"recti\": \"mezie\",\n    \"rectify\": \"mezie\",\n    \"rectifiability\": \"mmezi\",\n    \"rectifiable\": \"enwere ike idozi\",\n    \"rectification\": \"ndozi\",\n    \"rectifications\": \"ndozi\",\n    \"rectificative\": \"dozie\",\n    \"rectificator\": \"mmezi\",\n    \"rectificatory\": \"mmeghachi omume\",\n    \"rectified\": \"edozi\",\n    \"rectifier\": \"imezi\",\n    \"rectifiers\": \"mmezi\",\n    \"rectifies\": \"na-edozi\",\n    \"rectifying\": \"mezie\",\n    \"rectigrade\": \"dozie\",\n    \"rectilineally\": \"ederede\",\n    \"rectilinearity\": \"ihe ndozi\",\n    \"rectilinearness\": \"ihe ndozi\",\n    \"rectilineation\": \"mmezi\",\n    \"rectinerved\": \"dozie\",\n    \"rection\": \"mmeghari\",\n    \"rectischiac\": \"mmezi\",\n    \"rectiserial\": \"ihe ndozi\",\n    \"rectitic\": \"ziri ezi\",\n    \"rectitis\": \"ndozi\",\n    \"rectitude\": \"odidi\",\n    \"rectitudinous\": \"ziri ezi\",\n    \"rectoral\": \"mmezi\",\n    \"rectorate\": \"ndozi\",\n    \"rectorates\": \"na-edozi\",\n    \"rectoress\": \"onye nkasi obi\",\n    \"rectors\": \"ndị nlekọta\",\n    \"rectorship\": \"rectorhip\",\n    \"rectostomy\": \"mmezi\",\n    \"rectovaginal\": \"rektagaginal\",\n    \"rectress\": \"ndozi\",\n    \"rectrix\": \"ederede\",\n    \"rectum\": \"ikensi\",\n    \"rectums\": \"ikensi\",\n    \"rectus\": \"ikensi\",\n    \"recubant\": \"reubub\",\n    \"recubate\": \"imeghachi\",\n    \"recubation\": \"nlọghachi\",\n    \"recueillement\": \"imeghachi ihe\",\n    \"reculade\": \"nlọghachi\",\n    \"recule\": \"zaghachi\",\n    \"recultivate\": \"weghachi\",\n    \"recultivated\": \"chetaghachiri\",\n    \"recultivating\": \"na-emezigharị\",\n    \"recumb\": \"zọgharia\",\n    \"recumbence\": \"nlọghachi\",\n    \"recumbency\": \"nweghachi\",\n    \"recumbencies\": \"ndaghari\",\n    \"recumbently\": \"na-agba mbọ\",\n    \"recuperability\": \"nlọghachi\",\n    \"recuperance\": \"nlọghachi\",\n    \"recuperate\": \"gbakee\",\n    \"recuperated\": \"gbakee\",\n    \"recuperates\": \"gbakee\",\n    \"recuperating\": \"imeghari\",\n    \"recuperation\": \"mgbake\",\n    \"recuperative\": \"nwughari\",\n    \"recuperator\": \"gbughachi\",\n    \"recuperatory\": \"nyochaghachi ume\",\n    \"recur\": \"ugboro ugboro\",\n    \"recure\": \"ugboro ugboro\",\n    \"recurl\": \"weghachite\",\n    \"recurred\": \"ugboro ugboro\",\n    \"recurrence\": \"nlọghachi\",\n    \"recurrences\": \"nlọghachi\",\n    \"recurrency\": \"nlọghachi\",\n    \"recurrent\": \"ugboro ugboro\",\n    \"recurrently\": \"ugboro ugboro\",\n    \"recurrer\": \"imeghari\",\n    \"recurring\": \"ugboro ugboro\",\n    \"recurringly\": \"ugboro ugboro\",\n    \"recurs\": \"laghachi\",\n    \"recurse\": \"gwọọ\",\n    \"recursed\": \"gbarụrụ\",\n    \"recurses\": \"na-akpọghachi\",\n    \"recursing\": \"na-agụgharị\",\n    \"recursion\": \"nlọghachi\",\n    \"recursions\": \"nlọghachi\",\n    \"recursive\": \"nlọghachi\",\n    \"recursiveness\": \"nlọghachi azụ\",\n    \"recurtain\": \"imeghachi\",\n    \"recurvant\": \"ugboro ugboro\",\n    \"recurvaria\": \"nlọghachi\",\n    \"recurvate\": \"weghachite\",\n    \"recurvated\": \"laghachi\",\n    \"recurvation\": \"nlọghachi\",\n    \"recurvature\": \"nlọghachite\",\n    \"recurve\": \"megharia\",\n    \"recurved\": \"ugboro ugboro\",\n    \"recurves\": \"weghachite\",\n    \"recurving\": \"ugboro ugboro\",\n    \"recurvirostra\": \"relavirostra\",\n    \"recurvirostral\": \"ugboro ugboro\",\n    \"recurvirostridae\": \"relavirostridae\",\n    \"recurvity\": \"nlọghachi\",\n    \"recurvopatent\": \"nweghachi\",\n    \"recurvoternate\": \"nlọghachi\",\n    \"recurvous\": \"ugboro ugboro\",\n    \"recusal\": \"nlọghachi azụ\",\n    \"recusance\": \"nlọghachi\",\n    \"recusancy\": \"nweghachi\",\n    \"recusant\": \"ekwughachi\",\n    \"recusants\": \"ekwupụtakwala\",\n    \"recusation\": \"nlọghachi\",\n    \"recusative\": \"ntughari\",\n    \"recusator\": \"nlọghachi\",\n    \"recuse\": \"zaghachi\",\n    \"recused\": \"emeghari\",\n    \"recuses\": \"ghaa\",\n    \"recusf\": \"nlọghachi\",\n    \"recushion\": \"nlọghachi\",\n    \"recusing\": \"na-emegharị\",\n    \"recussion\": \"nlọghachi\",\n    \"recuts\": \"na-ekwu\",\n    \"recutting\": \"na-emegharị\",\n    \"red\": \"uhie uhie\",\n    \"redact\": \"redata\",\n    \"redacted\": \"achagharịrị\",\n    \"redacting\": \"ịgbanwu\",\n    \"redaction\": \"mmeghachi omume\",\n    \"redactional\": \"mmeghachi omume\",\n    \"redactorial\": \"mgbapụta\",\n    \"redactors\": \"ihe mgbapụta\",\n    \"redamage\": \"mmebi\",\n    \"redamaged\": \"mebiri emebi\",\n    \"redamaging\": \"na-emebi\",\n    \"redans\": \"acha uhie uhie\",\n    \"redared\": \"redaed\",\n    \"redargued\": \"edegharịrị\",\n    \"redargues\": \"acha uhie\",\n    \"redarguing\": \"ịgbanwee\",\n    \"redargution\": \"mgbapụta\",\n    \"redargutive\": \"mgbanwe\",\n    \"redaring\": \"acha uhie uhie\",\n    \"redarken\": \"acha uhie uhie\",\n    \"redarn\": \"acha uhie uhie\",\n    \"redart\": \"malitegharịa\",\n    \"redated\": \"acha uhie uhie\",\n    \"redates\": \"na-acha uhie uhie\",\n    \"redating\": \"na-acha ọbara ọbara\",\n    \"redback\": \"nlọghachi\",\n    \"redbays\": \"acha uhie uhie\",\n    \"redbaited\": \"gbanwere\",\n    \"redbaiting\": \"na-acha uhie uhie\",\n    \"redbeard\": \"acha uhie uhie\",\n    \"redbelly\": \"ndozi\",\n    \"redbird\": \"acha uhie uhie\",\n    \"redbirds\": \"acha uhie uhie\",\n    \"redbone\": \"ọkpụkpụ uhie\",\n    \"redbones\": \"Ọkpụkpụ\",\n    \"redbricks\": \"acha uhie uhie\",\n    \"redbrush\": \"acha uhie uhie\",\n    \"redbuck\": \"acha uhie uhie\",\n    \"redcaps\": \"acha uhie uhie\",\n    \"redcoat\": \"acha uhie uhie\",\n    \"redcoats\": \"acha uhie uhie\",\n    \"redd\": \"acha uhie uhie\",\n    \"redded\": \"acha uhie uhie\",\n    \"redden\": \"acha uhie uhie\",\n    \"reddened\": \"acha uhie uhie\",\n    \"reddening\": \"acha uhie uhie\",\n    \"reddens\": \"acha uhie uhie\",\n    \"redder\": \"acha ọbara ọbara\",\n    \"redders\": \"acha uhie uhie\",\n    \"reddest\": \"acha uhie uhie\",\n    \"reddy\": \"acha uhie uhie\",\n    \"redding\": \"na-acha uhie uhie\",\n    \"reddish\": \"acha ọbara ọbara\",\n    \"reddishly\": \"acha uhie uhie\",\n    \"reddishness\": \"acha ọbara ọbara\",\n    \"reddition\": \"mgbapụta\",\n    \"redditive\": \"acha uhie uhie\",\n    \"reddle\": \"zọghachi\",\n    \"reddled\": \"zọghachi\",\n    \"reddleman\": \"Nwoke na-agba mgba\",\n    \"reddlemen\": \"acha uhie uhie\",\n    \"reddles\": \"ndozi\",\n    \"reddling\": \"na-acha uhie uhie\",\n    \"reddock\": \"acha uhie uhie\",\n    \"redds\": \"acha uhie uhie\",\n    \"reddsman\": \"na-achapu mmadụ\",\n    \"rede\": \"gbaputa\",\n    \"redeal\": \"gbapụta\",\n    \"redealing\": \"na-emekọ\",\n    \"redealt\": \"weghachite\",\n    \"redear\": \"ogugu\",\n    \"redears\": \"ndị na-agụ ya\",\n    \"redebate\": \"gbaputa\",\n    \"redebit\": \"gbaputa\",\n    \"redecay\": \"mgbapụta\",\n    \"redeceive\": \"gbapụta\",\n    \"redeceived\": \"gbapụtara\",\n    \"redeceiving\": \"na-agbapụta\",\n    \"redecide\": \"tụgharịa\",\n    \"redecided\": \"gbanwere\",\n    \"redeciding\": \"na-agbagha\",\n    \"redecimate\": \"kwụghachi\",\n    \"redecision\": \"mgbapụta\",\n    \"redeck\": \"gbapụta\",\n    \"redeclaration\": \"mgbapụta\",\n    \"redeclare\": \"imeghari\",\n    \"redeclared\": \"gbanwere\",\n    \"redeclares\": \"imeghari\",\n    \"redeclaring\": \"na-agbagha\",\n    \"redecline\": \"gbanwee\",\n    \"redeclined\": \"gbanwere\",\n    \"redeclining\": \"ịgbanwee\",\n    \"redecorate\": \"gbanwee\",\n    \"redecorated\": \"gbanwee\",\n    \"redecorates\": \"na-achagharị agba\",\n    \"redecorating\": \"imeghari\",\n    \"redecoration\": \"mgbapụta\",\n    \"redecorator\": \"mgbapụta\",\n    \"redecrease\": \"megharia\",\n    \"redecussate\": \"imegharia\",\n    \"reded\": \"acha uhie uhie\",\n    \"rededicate\": \"nyegharịa\",\n    \"rededicated\": \"nyeghachiri\",\n    \"rededicates\": \"na-achagharị\",\n    \"rededicating\": \"imeghari\",\n    \"rededication\": \"imeghari\",\n    \"redeed\": \"ghaa\",\n    \"redeem\": \"gbaputa\",\n    \"redeemability\": \"mgbapụta\",\n    \"redeemable\": \"gbanwere\",\n    \"redeemableness\": \"mgbapụta\",\n    \"redeemably\": \"gbanwere\",\n    \"redeemed\": \"gbapụtara\",\n    \"redeemedness\": \"mgbapụta\",\n    \"redeemer\": \"gbaputa\",\n    \"redeemeress\": \"gbaputa\",\n    \"redeemers\": \"ndị mgbapụta\",\n    \"redeemership\": \"mgbapụta\",\n    \"redeeming\": \"na-agbapụta\",\n    \"redeemless\": \"enweghi ego\",\n    \"redeems\": \"agbapụta\",\n    \"redefault\": \"ndabere\",\n    \"redefeat\": \"mgbapụta\",\n    \"redefeated\": \"gbanwere\",\n    \"redefeating\": \"ịgbanyụ\",\n    \"redefeats\": \"Ntughari\",\n    \"redefecate\": \"gbanwee\",\n    \"redefer\": \"gbapụta\",\n    \"redefy\": \"gbanwee\",\n    \"redefiance\": \"mgbapụta\",\n    \"redefied\": \"gbapụtara\",\n    \"redefies\": \"na-agbagha\",\n    \"redefying\": \"na-agbapụta\",\n    \"redefine\": \"imegharia\",\n    \"redefined\": \"Emegharịrị\",\n    \"redefines\": \"imegharia\",\n    \"redefining\": \"imegharia\",\n    \"redefinition\": \"nkọwapụta\",\n    \"redefinitions\": \"nkọwapụta\",\n    \"redeflect\": \"gbanyegharịa\",\n    \"redeye\": \"gbaputa\",\n    \"redeyes\": \"Ikechukwu\",\n    \"redeify\": \"gbaputa\",\n    \"redelay\": \"weghachite\",\n    \"redelegate\": \"nyefere\",\n    \"redelegated\": \"gbanwere\",\n    \"redelegating\": \"ịgbanye\",\n    \"redelegation\": \"mgbapụta\",\n    \"redeless\": \"enweghị mgbapụta\",\n    \"redelete\": \"weghachite\",\n    \"redeleted\": \"gbanwere\",\n    \"redeleting\": \"ịgbanwu\",\n    \"redely\": \"acha uhie uhie\",\n    \"redeliberate\": \"gbanwee\",\n    \"redeliberated\": \"wepụtachara\",\n    \"redeliberating\": \"na-emegharị ọrụ\",\n    \"redeliberation\": \"imeghari\",\n    \"redeliver\": \"gbapụta\",\n    \"redeliverance\": \"Ntughari\",\n    \"redelivered\": \"achaghachi\",\n    \"redelivery\": \"nnapụta\",\n    \"redeliveries\": \"Ndughari\",\n    \"redelivering\": \"na-enyefe ihe\",\n    \"redemand\": \"mgbapụta\",\n    \"redemandable\": \"agbapụta\",\n    \"redemanded\": \"gbanyeghachi\",\n    \"redemanding\": \"ịgbapụta\",\n    \"redemands\": \"ihe mgbapụta\",\n    \"redemise\": \"mgbapụta\",\n    \"redemised\": \"agbapụta\",\n    \"redemising\": \"ịgbapụta\",\n    \"redemolish\": \"acha ọbara ọbara\",\n    \"redemonstrate\": \"gosipụta\",\n    \"redemonstrated\": \"gosiputara\",\n    \"redemonstrates\": \"gosiputara\",\n    \"redemonstrating\": \"igosipụta\",\n    \"redemonstration\": \"ngosipụta\",\n    \"redemption\": \"mgbapụta\",\n    \"redemptional\": \"mgbapụta\",\n    \"redemptioner\": \"onye mgbapụta\",\n    \"redemptionist\": \"onye mgbapụta\",\n    \"redemptionless\": \"enweghị mgbapụta\",\n    \"redemptions\": \"ihe mgbapụta\",\n    \"redemptive\": \"mgbapụta\",\n    \"redemptively\": \"mgbapụta\",\n    \"redemptor\": \"mgbapụta\",\n    \"redemptory\": \"mgbapụta\",\n    \"redemptorial\": \"mgbapụta\",\n    \"redemptorist\": \"onye mgbaputa\",\n    \"redemptress\": \"ihe mgbapụta\",\n    \"redemptrice\": \"mgbapụta\",\n    \"redenied\": \"jụrụ\",\n    \"redenies\": \"aghaa\",\n    \"redenigrate\": \"zaghachi\",\n    \"redenying\": \"dengha\",\n    \"redepend\": \"gbapụta\",\n    \"redeploy\": \"mgbapụta\",\n    \"redeployed\": \"gbanwere\",\n    \"redeploying\": \"nụgharịgharị\",\n    \"redeployment\": \"Ntughari\",\n    \"redeploys\": \"mgbapụta\",\n    \"redeposit\": \"nkwụnye ego\",\n    \"redeposited\": \"gbanwere\",\n    \"redepositing\": \"nkwụghachi ụgwọ\",\n    \"redeposition\": \"mgbapụta\",\n    \"redeposits\": \"nkwụnye ego\",\n    \"redepreciate\": \"gosiputa\",\n    \"redepreciated\": \"gbanwere\",\n    \"redepreciating\": \"na-asụgharị\",\n    \"redepreciation\": \"mgbapụta\",\n    \"redeprive\": \"megharia\",\n    \"rederivation\": \"imeghari\",\n    \"redes\": \"acha uhie uhie\",\n    \"redescribe\": \"degharịa\",\n    \"redescribed\": \"depụtaghachiri\",\n    \"redescribes\": \"debanye aha\",\n    \"redescribing\": \"debanye aha\",\n    \"redeserve\": \"imeghari\",\n    \"redesign\": \"imeghari\",\n    \"redesignate\": \"megharia\",\n    \"redesignated\": \"emezighari\",\n    \"redesignating\": \"imeghari\",\n    \"redesigned\": \"emezighari\",\n    \"redesigning\": \"imeghari\",\n    \"redesirous\": \"acha uhie uhie\",\n    \"redesman\": \"onye ozo\",\n    \"redetention\": \"nkwụghachi ụgwọ\",\n    \"redetermination\": \"ichaputa ohuru\",\n    \"redetermined\": \"redetermineter\",\n    \"redetermining\": \"icha ohuru\",\n    \"redevable\": \"Mbughari\",\n    \"redevelop\": \"imeghari\",\n    \"redeveloped\": \"megharia\",\n    \"redeveloper\": \"onye mgbapụta\",\n    \"redevelopers\": \"ndị mmepe\",\n    \"redeveloping\": \"imeghari\",\n    \"redevelopment\": \"nwughari\",\n    \"redevelopments\": \"ntughari\",\n    \"redevelops\": \"regharịa\",\n    \"redevise\": \"gbapụta\",\n    \"redevote\": \"weghachite\",\n    \"redevotion\": \"mgbapụta\",\n    \"redfins\": \"redfin si\",\n    \"redfish\": \"azu azu\",\n    \"redfishes\": \"acha uhie uhie\",\n    \"redfoot\": \"ụkwụ ụkwụ\",\n    \"redhandedness\": \"acha uhie uhie\",\n    \"redhead\": \"isi uhie\",\n    \"redheaded\": \"acha uhie uhie\",\n    \"redheadedly\": \"acha uhie uhie\",\n    \"redheadedness\": \"redheaded ness\",\n    \"redheads\": \"acha uhie uhie\",\n    \"redheart\": \"uhie uhie\",\n    \"redhearted\": \"achapu n’obi\",\n    \"redhibition\": \"mgbapụta\",\n    \"redias\": \"okirikiri\",\n    \"redictate\": \"ikpebi\",\n    \"redictated\": \"gbanyeghachi\",\n    \"redictating\": \"ictgha\",\n    \"redictation\": \"iweghachi\",\n    \"redid\": \"imeghari\",\n    \"redye\": \"re dai\",\n    \"redyed\": \"acha uhie uhie\",\n    \"redyeing\": \"reye\",\n    \"redient\": \"redire\",\n    \"redyes\": \"acha uhie uhie\",\n    \"redifferentiating\": \"redififịk iche iche\",\n    \"redifferentiation\": \"ntụgharị ntụgharị\",\n    \"rediffused\": \"gbanwere\",\n    \"rediffusing\": \"rediregharị\",\n    \"redying\": \"na-acha ọbara ọbara\",\n    \"redilate\": \"ibugharị\",\n    \"redilated\": \"ibugharị\",\n    \"redilating\": \"ibughari\",\n    \"redimension\": \"mgbapụta\",\n    \"redimensioned\": \"akụkụ\",\n    \"redimensions\": \"nkwụghachi\",\n    \"reding\": \"na-atụgharị\",\n    \"redintegrated\": \"acha uhie uhie\",\n    \"redintegrating\": \"redintegration\",\n    \"redipped\": \"gbanwere\",\n    \"redips\": \"redip\",\n    \"redipt\": \"ibugharị\",\n    \"redirect\": \"ibugharị\",\n    \"redirected\": \"ibugharị\",\n    \"redirection\": \"rediregharị\",\n    \"redirects\": \"rediregharị\",\n    \"redisburse\": \"kwụghachi ụgwọ\",\n    \"redisbursed\": \"nkwụghachi ụgwọ\",\n    \"redisbursement\": \"nkwụghachi ụgwọ\",\n    \"redisbursing\": \"Ntughari\",\n    \"redischarge\": \"fanyeghachi\",\n    \"rediscipline\": \"imeghari\",\n    \"redisciplining\": \"imeghari\",\n    \"rediscountable\": \"a ga-achọpụta\",\n    \"rediscounted\": \"enwetaghachiri\",\n    \"rediscourage\": \"reisscou\",\n    \"rediscovered\": \"achọtaghachi\",\n    \"rediscovery\": \"nyochaghachi\",\n    \"rediscovering\": \"rediscover\",\n    \"rediscuss\": \"tugharia\",\n    \"rediscussion\": \"nyochaghachi\",\n    \"redisperse\": \"tugharia\",\n    \"redispersed\": \"laghachiri\",\n    \"redispersing\": \"nyochaghachi\",\n    \"redisplayed\": \"ekpughachiri\",\n    \"redisplaying\": \"igosipụta\",\n    \"redisplays\": \"tugharia\",\n    \"redispose\": \"weghachite\",\n    \"redisposed\": \"ekpughere\",\n    \"redisputed\": \"zaghachiri\",\n    \"redisputing\": \"imeghari\",\n    \"redisseize\": \"tugharia\",\n    \"redissolve\": \"megharia\",\n    \"redissolved\": \"mezie\",\n    \"redistills\": \"ihe ndozi\",\n    \"redistributed\": \"kesaa\",\n    \"redistributing\": \"ịbagharịgharị\",\n    \"redistribution\": \"ntanye\",\n    \"redistributionist\": \"ntughari\",\n    \"redistributive\": \"redistributor\",\n    \"redistributory\": \"redistributor\",\n    \"redistrict\": \"district\",\n    \"redistricts\": \"na-achịkwa\",\n    \"redisturb\": \"ichegbu\",\n    \"redition\": \"nlọghachi\",\n    \"redive\": \"megharia\",\n    \"redivert\": \"ibugharị\",\n    \"redivided\": \"gbanwere\",\n    \"redivision\": \"ntụgharị\",\n    \"redivivous\": \"redivivọ\",\n    \"redivorce\": \"rediverce\",\n    \"redivorced\": \"ebugharị\",\n    \"redivorcement\": \"ntụgharị\",\n    \"redivorcing\": \"rediversing\",\n    \"redknees\": \"acha uhie uhie\",\n    \"redleg\": \"uhie\",\n    \"redlegs\": \"uhie uhie\",\n    \"redly\": \"acha uhie uhie\",\n    \"redlined\": \"acha uhie uhie\",\n    \"redlines\": \"akara\",\n    \"redlining\": \"na-acha uhie uhie\",\n    \"redmouth\": \"acha uhie uhie\",\n    \"redneck\": \"acha uhie uhie\",\n    \"rednecks\": \"acha uhie uhie\",\n    \"redness\": \"acha ọbara ọbara\",\n    \"rednesses\": \"acha uhie uhie\",\n    \"redocked\": \"gbanyeghachi\",\n    \"redocketed\": \"redocket\",\n    \"redoes\": \"megharia\",\n    \"redoing\": \"redo\",\n    \"redolent\": \"megharia\",\n    \"redolently\": \"ugboro ugboro\",\n    \"redominated\": \"gbanwere\",\n    \"redone\": \"gbanwee\",\n    \"redos\": \"acha uhie uhie\",\n    \"redouble\": \"okpukpu abụọ\",\n    \"redoubled\": \"ugboro abụọ\",\n    \"redoublement\": \"redouble\",\n    \"redoubles\": \"ugboro abụọ\",\n    \"redoubling\": \"redodi abụọ\",\n    \"redoubtably\": \"enyo\",\n    \"redoubted\": \"agbanweela\",\n    \"redoubting\": \"redoubing\",\n    \"redoubts\": \"redoubim\",\n    \"redounded\": \"weghachiri\",\n    \"redounds\": \"megharia\",\n    \"redox\": \"Uchechukwu\",\n    \"redoxes\": \"redox\",\n    \"redpoll\": \"acha uhie uhie\",\n    \"redpolls\": \"acha uhie uhie\",\n    \"redrafted\": \"edegharịrị\",\n    \"redrape\": \"achapu\",\n    \"redraw\": \"achagharị\",\n    \"redrawers\": \"achagharị\",\n    \"redrawing\": \"na-emegharị\",\n    \"redrawn\": \"akara\",\n    \"redraws\": \"ndozi\",\n    \"redress\": \"mezie\",\n    \"redressable\": \"nweghachi\",\n    \"redressed\": \"gbanyeghachi\",\n    \"redresser\": \"Ndozi\",\n    \"redresses\": \"ndozi\",\n    \"redressible\": \"nweghachi\",\n    \"redressing\": \"iweghachi\",\n    \"redressless\": \"enweghị nchịkwa\",\n    \"redressment\": \"ndozi\",\n    \"redressor\": \"mmezi\",\n    \"redrew\": \"megharia\",\n    \"redry\": \"acha uhie uhie\",\n    \"redried\": \"acha uhie uhie\",\n    \"redries\": \"acha uhie uhie\",\n    \"redrying\": \"na-acha uhie uhie\",\n    \"redrilled\": \"gbanyeghachi\",\n    \"redrive\": \"acha uhie uhie\",\n    \"redriven\": \"acha uhie uhie\",\n    \"redrives\": \"acha uhie uhie\",\n    \"redriving\": \"na-acha uhie uhie\",\n    \"redroot\": \"weghachite\",\n    \"redroots\": \"Ntughari\",\n    \"redrove\": \"megharia\",\n    \"redrug\": \"acha uhie uhie\",\n    \"redrugged\": \"acha uhie uhie\",\n    \"redrugging\": \"ịgbanyụ\",\n    \"reds\": \"uhie\",\n    \"redshank\": \"acha uhie uhie\",\n    \"redshire\": \"acha uhie uhie\",\n    \"redshirt\": \"acha uhie uhie\",\n    \"redshirted\": \"acha uhie uhie\",\n    \"redshirting\": \"acha uhie uhie\",\n    \"redshirts\": \"acha uhie uhie\",\n    \"redskin\": \"acha uhie uhie\",\n    \"redskins\": \"acha uhie uhie\",\n    \"redstart\": \"malitegharịa\",\n    \"redstarts\": \"acha uhie uhie\",\n    \"redthroat\": \"acha uhie uhie\",\n    \"redubber\": \"acha uhie uhie\",\n    \"reduccion\": \"mbelata\",\n    \"reduce\": \"belata\",\n    \"reduceable\": \"belata\",\n    \"reduceableness\": \"belata\",\n    \"reduced\": \"belatara\",\n    \"reducement\": \"mbelata\",\n    \"reducent\": \"reduceed\",\n    \"reducer\": \"reda\",\n    \"reducers\": \"ndị na-egbu ihe\",\n    \"reduces\": \"na-ebelata\",\n    \"reducing\": \"mbenata\",\n    \"reduct\": \"ibelata\",\n    \"reductant\": \"belata\",\n    \"reductase\": \"mbelata\",\n    \"reductibility\": \"nwelata\",\n    \"reductio\": \"mbelata\",\n    \"reduction\": \"mbelata\",\n    \"reductional\": \"mbelata\",\n    \"reductionism\": \"mbenata\",\n    \"reductionist\": \"mbenata\",\n    \"reductionistic\": \"mbenata\",\n    \"reductions\": \"mbenata\",\n    \"reductive\": \"mbelata\",\n    \"reductively\": \"mbelata\",\n    \"reductivism\": \"mbelata\",\n    \"reductor\": \"ebelata\",\n    \"reductorial\": \"mbelata\",\n    \"redue\": \"belata\",\n    \"reduit\": \"mbelata\",\n    \"redundancy\": \"mgbapụta\",\n    \"redundant\": \"ejighi oru\",\n    \"redundantly\": \"mgbe niile\",\n    \"redupl\": \"ibelata\",\n    \"reduplicate\": \"belata\",\n    \"reduplicated\": \"belata\",\n    \"reduplicating\": \"ibelata\",\n    \"reduplication\": \"nwepu\",\n    \"reduplicative\": \"belata\",\n    \"reduplicatively\": \"pzọpụta\",\n    \"reduplicatory\": \"belata\",\n    \"reduplicature\": \"nnweta\",\n    \"reduviid\": \"ibelata\",\n    \"reduviids\": \"mbelata\",\n    \"reduvioid\": \"belata\",\n    \"reduvius\": \"ibelata\",\n    \"redux\": \"Ibelata\",\n    \"reduzate\": \"belata\",\n    \"redward\": \"acha uhie uhie\",\n    \"redweed\": \"igbo igbo\",\n    \"redwing\": \"nācha uhie uhie\",\n    \"redwithe\": \"gbanwee\",\n    \"redwood\": \"uhie uhie\",\n    \"redwoods\": \"osisi uhie\",\n    \"redwud\": \"uhie uhie\",\n    \"reearn\": \"mụọ\",\n    \"reearned\": \"maliteghachiri\",\n    \"reearning\": \"omumu ihe\",\n    \"reearns\": \"mụtakwala\",\n    \"reechoing\": \"na-emegharị\",\n    \"reed\": \"ahịhịa amị\",\n    \"reedbird\": \"okporo ahịhịa amị\",\n    \"reedbirds\": \"ahịhịa amị\",\n    \"reedbuck\": \"Amụọ\",\n    \"reedbucks\": \"Akpa\",\n    \"reedbush\": \"ahịhịa\",\n    \"reeded\": \"ahịhịa amị\",\n    \"reeden\": \"ahịhịa amị\",\n    \"reeder\": \"okporo ahịhịa amị\",\n    \"reedy\": \"ahịhịa\",\n    \"reedify\": \"weghachite\",\n    \"reedified\": \"weghachiri\",\n    \"reedifies\": \"weghachiri\",\n    \"reedifying\": \"imeghachi ihe\",\n    \"reedily\": \"ahịhịa amị\",\n    \"reediness\": \"ahịhịa amị\",\n    \"reeding\": \"ahịhịa\",\n    \"reedings\": \"ahịhịa amị\",\n    \"reedish\": \"ahịhịa amị\",\n    \"reedited\": \"kpọtaghachi\",\n    \"reediting\": \"imeghachi ihe\",\n    \"reedits\": \"ahịhịa amị\",\n    \"reedless\": \"ahịhịa amị\",\n    \"reedlike\": \"dị ka ahịhịa amị\",\n    \"reedling\": \"ahịhịa amị\",\n    \"reedlings\": \"ahịhịa amị\",\n    \"reedmaker\": \"emegharị\",\n    \"reedmaking\": \"imeghachi ihe\",\n    \"reedman\": \"Onye amị\",\n    \"reeds\": \"ahịhịa amị\",\n    \"reeducating\": \"edmụ ihe\",\n    \"reedwork\": \"ọrụ\",\n    \"reef\": \"Reef\",\n    \"reefer\": \"reef\",\n    \"reefers\": \"Akuku\",\n    \"reefing\": \"Mmiri\",\n    \"reefs\": \"Osimiri\",\n    \"reeject\": \"Nyochaa\",\n    \"reejected\": \"gbanyeghachiri\",\n    \"reejecting\": \"Nyochaa\",\n    \"reejects\": \"Nyochaa\",\n    \"reeked\": \"reek\",\n    \"reeker\": \"reek\",\n    \"reeking\": \"reek\",\n    \"reekingly\": \"reek\",\n    \"reeks\": \"reek\",\n    \"reel\": \"ukwu\",\n    \"reelected\": \"reelege\",\n    \"reelecting\": \"nyochagharị\",\n    \"reeledoing\": \"reeledo\",\n    \"reelers\": \"ndị ọzọ\",\n    \"reelevate\": \"weghachite\",\n    \"reelevated\": \"Gbanwee\",\n    \"reelevating\": \"Nyochaa\",\n    \"reeligibility\": \"nkwenye\",\n    \"reeligibleness\": \"nkwenye\",\n    \"reeligibly\": \"ikwenye\",\n    \"reeling\": \"na-atụgharị uche\",\n    \"reelingly\": \"reel\",\n    \"reels\": \"esi anwụde\",\n    \"reembarkation\": \"reembark\",\n    \"reembarked\": \"reembark\",\n    \"reembarking\": \"ichegharị\",\n    \"reembody\": \"imeghachi\",\n    \"reembodied\": \"reembodi\",\n    \"reembodying\": \"imeghari\",\n    \"reembrace\": \"reta\",\n    \"reembraced\": \"reembra\",\n    \"reembracing\": \"imeghari\",\n    \"reemerge\": \"imeghachi\",\n    \"reemerged\": \"echeta\",\n    \"reemergence\": \"reemeghachi\",\n    \"reemerges\": \"na-echegharị\",\n    \"reemerging\": \"imeghachi\",\n    \"reemersion\": \"reemeta\",\n    \"reemigrate\": \"reemighari\",\n    \"reemigrated\": \"laghachi\",\n    \"reemigrating\": \"na-atụgharị uche\",\n    \"reemigration\": \"nlọghachi\",\n    \"reeming\": \"ikwughachi\",\n    \"reemish\": \"reemem\",\n    \"reemission\": \"nkwupụta\",\n    \"reemit\": \"ikwughachi\",\n    \"reemits\": \"reemit\",\n    \"reemitted\": \"chetaghachiri\",\n    \"reemitting\": \"imeghachi\",\n    \"reemphasize\": \"megharia\",\n    \"reemphasized\": \"enwetaghachi\",\n    \"reemphasizing\": \"imeghari\",\n    \"reemploy\": \"relọ ọrụ\",\n    \"reemployed\": \"arụ ọrụ ọzọ\",\n    \"reemploying\": \"ịlọghachi\",\n    \"reemployment\": \"ịlọghachi\",\n    \"reemploys\": \"na-arụ ọrụ ọzọ\",\n    \"reenable\": \"nwee\",\n    \"reenabled\": \"regharịa\",\n    \"reenact\": \"imeghachi\",\n    \"reenacted\": \"imeghachi\",\n    \"reenacting\": \"imeghachi omume\",\n    \"reenaction\": \"imeghachi omume\",\n    \"reenactment\": \"imeghachi omume\",\n    \"reenactments\": \"mmeghachi omume\",\n    \"reenacts\": \"megharia\",\n    \"reenclosing\": \"na-akpọchi\",\n    \"reencountered\": \"enwetaghachi\",\n    \"reencourage\": \"gbaa ume\",\n    \"reencouraged\": \"ume\",\n    \"reencouragement\": \"agbamume\",\n    \"reencouraging\": \"agbamume\",\n    \"reendorse\": \"zaghachi\",\n    \"reendorsed\": \"ekwughachiri\",\n    \"reendorsement\": \"nkwụghachi\",\n    \"reendorsing\": \"na-atụgharị uche\",\n    \"reendow\": \"zaghachi\",\n    \"reendowed\": \"nyere\",\n    \"reendowing\": \"imeghachi ihe\",\n    \"reendows\": \"na-agwagharị\",\n    \"reenergize\": \"megharia\",\n    \"reenergized\": \"meghachitere\",\n    \"reenforce\": \"megharia\",\n    \"reenforced\": \"nwee ume\",\n    \"reenforcement\": \"mkwado\",\n    \"reenforcing\": \"mkwado\",\n    \"reenge\": \"imeghachi\",\n    \"reengraved\": \"megharia\",\n    \"reengraving\": \"imeghari\",\n    \"reenjoy\": \"megharia\",\n    \"reenjoyed\": \"jupụta n'ọ reụ\",\n    \"reenjoying\": \"na-ayingụrị ọenụ\",\n    \"reenjoyment\": \"nweghari\",\n    \"reenlarged\": \"maliteghachiri\",\n    \"reenlargement\": \"nhazighachi\",\n    \"reenlarging\": \"imeghachi\",\n    \"reenlighted\": \"reenlight\",\n    \"reenlightened\": \"mara ihe\",\n    \"reenlightening\": \"na-enye ihe ọmụma\",\n    \"reenlightenment\": \"re mmụta\",\n    \"reenlisted\": \"reenlist\",\n    \"reenlisting\": \"reenlist\",\n    \"reenslaved\": \"emeghariri\",\n    \"reenslaving\": \"reenshazigharị\",\n    \"reenter\": \"tịghachị\",\n    \"reentered\": \"laghachiri ọzọ\",\n    \"reenters\": \"adaghachị\",\n    \"reentrance\": \"nlọghachi\",\n    \"reenumerate\": \"reenumita\",\n    \"reenumerated\": \"enwetaghachi\",\n    \"reenumerating\": \"regharịa\",\n    \"reenumeration\": \"nlọghachi\",\n    \"reenunciate\": \"tugharia\",\n    \"reenunciated\": \"imeghachi\",\n    \"reenunciating\": \"imeghachi ihe\",\n    \"reenunciation\": \"regharịa\",\n    \"reeper\": \"imeghari\",\n    \"reequipping\": \"Nyochaa\",\n    \"reerect\": \"reereire\",\n    \"reerected\": \"reere\",\n    \"reerecting\": \"reerect\",\n    \"reerection\": \"mmeghachi omume\",\n    \"rees\": \"okporo\",\n    \"reeshle\": \"megharia\",\n    \"reestablish\": \"tugharia\",\n    \"reestablished\": \"maliteghachiri\",\n    \"reestablishing\": \"maliteghachi\",\n    \"reestablishment\": \"imegharia\",\n    \"reested\": \"tugharia\",\n    \"reester\": \"regharịa\",\n    \"reesty\": \"eziokwu\",\n    \"reestimate\": \"tugharia\",\n    \"reestimated\": \"tugharia\",\n    \"reestimating\": \"imegharia\",\n    \"reestimation\": \"reestim\",\n    \"reesting\": \"imeghachi ihe\",\n    \"reestle\": \"tugharia\",\n    \"reests\": \"reaks\",\n    \"reet\": \"tugharia\",\n    \"reetle\": \"tugharia\",\n    \"reevacuate\": \"megharia\",\n    \"reevacuating\": \"na-agbagharị\",\n    \"reevacuation\": \"nweghachi mmiri\",\n    \"reevaluate\": \"Nyochaa\",\n    \"reevaluated\": \"Nyochaa\",\n    \"reevaluates\": \"Nyochaa\",\n    \"reevaluating\": \"Nyochaa\",\n    \"reevaluation\": \"nyocha\",\n    \"reevaluations\": \"nyocha\",\n    \"reevasion\": \"nzere\",\n    \"reeved\": \"reeves\",\n    \"reeveland\": \"Obinna Uchendu\",\n    \"reeveship\": \"reeves\",\n    \"reevidence\": \"ihe akaebe\",\n    \"reevidenced\": \"Nyochaa\",\n    \"reevidencing\": \"Nyochaa\",\n    \"reeving\": \"na-emegharị\",\n    \"reevoke\": \"nweghachi\",\n    \"reevoked\": \"kwue\",\n    \"reevoking\": \"na-elegharị anya\",\n    \"reexamination\": \"nyochaghachi\",\n    \"reexaminations\": \"nyochagharị\",\n    \"reexamine\": \"Nyochaa\",\n    \"reexamined\": \"nyochaghachiri\",\n    \"reexamines\": \"nyochagharị\",\n    \"reexamining\": \"nyochagharị\",\n    \"reexcavate\": \"megharia\",\n    \"reexcavated\": \"recaca\",\n    \"reexcavation\": \"recacavation\",\n    \"reexchange\": \"imeghari\",\n    \"reexchanged\": \"gbanwere\",\n    \"reexchanges\": \"imeghari\",\n    \"reexchanging\": \"imeghari\",\n    \"reexecute\": \"reececute\",\n    \"reexecuted\": \"megharịrị\",\n    \"reexecuting\": \"na-emegharị\",\n    \"reexecution\": \"mmeghari\",\n    \"reexercise\": \"imegharia\",\n    \"reexercised\": \"gosipụtaghachiri\",\n    \"reexercising\": \"na-emegharị ahụ\",\n    \"reexhibit\": \"gosiputa\",\n    \"reexhibited\": \"gosipụtaghachi\",\n    \"reexhibiting\": \"na-emegharị emegharị\",\n    \"reexhibition\": \"ngosipụta\",\n    \"reexhibits\": \"na-emegharị emegharị\",\n    \"reexpand\": \"tugharia\",\n    \"reexpansion\": \"imeghari\",\n    \"reexpel\": \"imeghari\",\n    \"reexpelled\": \"reexpịa\",\n    \"reexpelling\": \"imeghari\",\n    \"reexperience\": \"ọhụụ\",\n    \"reexperienced\": \"reexperi\",\n    \"reexperiences\": \"mmegharị\",\n    \"reexperiencing\": \"imegharia\",\n    \"reexperiment\": \"nyochagharị\",\n    \"reexplain\": \"imeghari\",\n    \"reexplanation\": \"nyochagharị\",\n    \"reexplicate\": \"imegharia\",\n    \"reexplicated\": \"megharịrị\",\n    \"reexplicating\": \"imeghari\",\n    \"reexplication\": \"imegharia\",\n    \"reexploration\": \"nyochagharị\",\n    \"reexplore\": \"nyochagharị\",\n    \"reexplored\": \"nyochagharịrị\",\n    \"reexploring\": \"nyochagharị\",\n    \"reexport\": \"zipu\",\n    \"reexportation\": \"mbupute\",\n    \"reexported\": \"zighachiri\",\n    \"reexporter\": \"na-akọ akụkọ\",\n    \"reexporting\": \"ibuputaghachi\",\n    \"reexports\": \"na-ebuputa\",\n    \"reexpose\": \"gosiputa\",\n    \"reexposed\": \"megharịrị\",\n    \"reexposing\": \"imeghari\",\n    \"reexposition\": \"imeghari\",\n    \"reexposure\": \"imeghari\",\n    \"reexpressed\": \"megharịrị\",\n    \"reexpresses\": \"reexpress\",\n    \"reexpression\": \"imeghari\",\n    \"ref\": \"Ref\",\n    \"refabricate\": \"megharịa ya\",\n    \"refabrication\": \"mmeghari\",\n    \"reface\": \"nzaghachi\",\n    \"refaced\": \"megharịrị\",\n    \"refaces\": \"megharịrị\",\n    \"refacilitate\": \"ikwado\",\n    \"refacing\": \"na-emegharị\",\n    \"refaction\": \"ntụgharị\",\n    \"refait\": \"nkwụghachi\",\n    \"refall\": \"daa\",\n    \"refallen\": \"daalụọ\",\n    \"refalling\": \"na-emegharị\",\n    \"refallow\": \"jụ\",\n    \"refalls\": \"na-ada\",\n    \"refamiliarization\": \"nzaghaghari\",\n    \"refamiliarizing\": \"reamiliarizing\",\n    \"refascinate\": \"gbaa ume\",\n    \"refascination\": \"ịgba ume\",\n    \"refashion\": \"mmegharị\",\n    \"refashioned\": \"gbanwee\",\n    \"refashioner\": \"mmegharị\",\n    \"refashioning\": \"megharia\",\n    \"refashionment\": \"mmegharị\",\n    \"refashions\": \"ezumike\",\n    \"refasten\": \"megharia\",\n    \"refastened\": \"nwetaghachiri\",\n    \"refastening\": \"ume\",\n    \"refastens\": \"na-emezigharị\",\n    \"refathered\": \"gbanyeghachiri\",\n    \"refected\": \"gbanwere\",\n    \"refection\": \"zuru ezu\",\n    \"refectionary\": \"reatiba\",\n    \"refectioner\": \"refera\",\n    \"refectorarian\": \"onye nlekọta\",\n    \"refectories\": \"ụlọ akwụkwọ\",\n    \"refects\": \"mmeghachi omume\",\n    \"refed\": \"jụrụ\",\n    \"refederalization\": \"ntụgharị\",\n    \"refederalize\": \"debanye aha\",\n    \"refederalized\": \"gbanwere\",\n    \"refederalizing\": \"ịgbanye\",\n    \"refederate\": \"gbanye\",\n    \"refederated\": \"gbanwere\",\n    \"refederating\": \"na-edegharị\",\n    \"refederation\": \"nzaghachi\",\n    \"refeed\": \"zụrụ\",\n    \"refeeding\": \"na-agba ume\",\n    \"refeeling\": \"mmetụta\",\n    \"refel\": \"megharia\",\n    \"refell\": \"megharia\",\n    \"refelled\": \"jụrụ\",\n    \"refelling\": \"mejupụta\",\n    \"refels\": \"na-achakwa\",\n    \"refence\": \"akwụkwọ\",\n    \"refer\": \"rụtụ aka\",\n    \"referable\": \"refefe\",\n    \"referda\": \"ntụaka\",\n    \"refered\": \"ewepụtara\",\n    \"referee\": \"onye nchịkwa\",\n    \"refereeing\": \"na-ekpe ikpe\",\n    \"referees\": \"ndị nchịkwa\",\n    \"refereeship\": \"refereehip\",\n    \"reference\": \"akwụkwọ\",\n    \"referenced\": \"zoro aka\",\n    \"referencer\": \"onye nchoputa\",\n    \"references\": \"zoro aka\",\n    \"referencing\": \"na-edegharị ama\",\n    \"referendal\": \"ntụgharị asụsụ\",\n    \"referendary\": \"ntughari\",\n    \"referendaries\": \"ndị na-edekọ aha\",\n    \"referendaryship\": \"ntughari\",\n    \"referendum\": \"Referendum\",\n    \"referendums\": \"referendum\",\n    \"referent\": \"edekọ\",\n    \"referentiality\": \"atụtụ aka\",\n    \"referentially\": \"na-akọwa\",\n    \"referently\": \"na-ekwu okwu\",\n    \"referents\": \"Referents\",\n    \"referment\": \"ntinye aka\",\n    \"referrable\": \"zigara\",\n    \"referral\": \"Ozi Ntuziaka\",\n    \"referrals\": \"Ntuziaka\",\n    \"referred\": \"kwuru\",\n    \"referrer\": \"Ntụgharị\",\n    \"referrers\": \"ndị na-ezo aka\",\n    \"referrible\": \"na-ezo aka\",\n    \"referribleness\": \"Ntughari\",\n    \"referring\": \"na-ekwu\",\n    \"refers\": \"na-ezo aka\",\n    \"refertilizable\": \"zigara\",\n    \"refertilization\": \"Ntughari\",\n    \"refertilize\": \"gosipụta\",\n    \"refertilized\": \"zigara\",\n    \"refertilizing\": \"na-ezo aka\",\n    \"refetch\": \"Refetch\",\n    \"refete\": \"refeta\",\n    \"reffed\": \"zaghachi\",\n    \"reffelt\": \"zaghachi\",\n    \"reffing\": \"zaghachi\",\n    \"refight\": \"ntụgharị\",\n    \"refighting\": \"mezie\",\n    \"refights\": \"nyocha\",\n    \"refigure\": \"dogharịa\",\n    \"refigured\": \"gbanwee\",\n    \"refigures\": \"Refigures\",\n    \"refiguring\": \"na-agbazigharị\",\n    \"refile\": \"ndu\",\n    \"refiled\": \"refias\",\n    \"refiling\": \"mejupụta\",\n    \"refill\": \"mejuputa\",\n    \"refillable\": \"Refillable\",\n    \"refilled\": \"mejupụta\",\n    \"refilling\": \"mejupụta\",\n    \"refilmed\": \"mejupụta\",\n    \"refilming\": \"na-agbanye\",\n    \"refilms\": \"Ndabere\",\n    \"refilter\": \"Refilter\",\n    \"refiltered\": \"nụchara\",\n    \"refiltering\": \"na-enwusi ike\",\n    \"refilters\": \"nzacha\",\n    \"refinable\": \"a pụrụ ire ụtọ\",\n    \"refinage\": \"nnụcha\",\n    \"refinanced\": \"nụchara anụcha\",\n    \"refind\": \"tugharia\",\n    \"refinding\": \"na-emegharị\",\n    \"refinds\": \"nkwụghachi\",\n    \"refine\": \"nụchaa\",\n    \"refined\": \"nụchara anụcha\",\n    \"refinedly\": \"nụchara anụcha\",\n    \"refinedness\": \"ukpụhọde\",\n    \"refinement\": \"ukpụhọde\",\n    \"refinements\": \"mmezi\",\n    \"refiner\": \"nụchaa\",\n    \"refinery\": \"mmebe\",\n    \"refineries\": \"ụlọ nrụcha\",\n    \"refiners\": \"ndị na-anụcha ihe\",\n    \"refines\": \"nụchaa\",\n    \"refinger\": \"kpọgharịa\",\n    \"refining\": \"nụchaa\",\n    \"refiningly\": \"nụchaa\",\n    \"refinish\": \"nụchaa\",\n    \"refinished\": \"nụchara anụcha\",\n    \"refinisher\": \"refinishing\",\n    \"refinishes\": \"nụchaa\",\n    \"refired\": \"gbanwere\",\n    \"refires\": \"gbanwere\",\n    \"refiring\": \"na-ajụ\",\n    \"refitment\": \"nkwụnyeghachi\",\n    \"refits\": \"nkwụghachi\",\n    \"refitted\": \"chegharịrị\",\n    \"refitting\": \"megharia\",\n    \"refixation\": \"mgbazigharị\",\n    \"refixture\": \"mgbazigharị\",\n    \"refl\": \"Refl\",\n    \"reflag\": \"Megharịa\",\n    \"reflagellate\": \"ghagharia\",\n    \"reflair\": \"nnapụta\",\n    \"reflame\": \"nwuo\",\n    \"reflash\": \"megharia\",\n    \"reflate\": \"gosipụta\",\n    \"reflated\": \"zọpụtara\",\n    \"reflates\": \"na-aza\",\n    \"reflating\": \"na-agbanye\",\n    \"reflation\": \"ezumike\",\n    \"reflationary\": \"Ntughari\",\n    \"reflationism\": \"ndozi\",\n    \"reflect\": \"iche echiche\",\n    \"reflectance\": \"ngosipụta\",\n    \"reflected\": \"gosipụtara\",\n    \"reflectedly\": \"gosipụtara\",\n    \"reflectedness\": \"ngosipụta\",\n    \"reflectent\": \"ntụgharị\",\n    \"reflecter\": \"ngosiputa\",\n    \"reflectibility\": \"ngosipụta\",\n    \"reflectible\": \"nke nwere ike igosipụta\",\n    \"reflecting\": \"iche echiche\",\n    \"reflectingly\": \"iche echiche\",\n    \"reflection\": \"echiche\",\n    \"reflectional\": \"ngosipụta\",\n    \"reflectioning\": \"iche echiche\",\n    \"reflectionist\": \"onye na-atụgharị uche\",\n    \"reflectionless\": \"n'echiche\",\n    \"reflections\": \"echiche\",\n    \"reflective\": \"na-egosipụta\",\n    \"reflectively\": \"na-egosipụta\",\n    \"reflectiveness\": \"ntụgharị uche\",\n    \"reflectivity\": \"ngosi\",\n    \"reflectometer\": \"ngosipụta\",\n    \"reflectometry\": \"ngosipụta\",\n    \"reflector\": \"ngosiputa\",\n    \"reflectorize\": \"gosipụtara\",\n    \"reflectorized\": \"gosipụtara\",\n    \"reflectorizing\": \"gosipụtara\",\n    \"reflectors\": \"gosipụtara\",\n    \"reflectoscope\": \"reflectoskop\",\n    \"reflects\": \"na-egosipụta\",\n    \"refledge\": \"ikweta\",\n    \"reflee\": \"gbahaa\",\n    \"reflets\": \"mpiaji\",\n    \"reflew\": \"mpiaji\",\n    \"reflex\": \"mpiaji\",\n    \"reflexed\": \"mpiaji\",\n    \"reflexes\": \"ihe ngosi\",\n    \"reflexibility\": \"ntụgharị\",\n    \"reflexible\": \"mpiaji\",\n    \"reflexing\": \"na-emegharị\",\n    \"reflexion\": \"mpiaji\",\n    \"reflexional\": \"mpiaji\",\n    \"reflexism\": \"mmeghari\",\n    \"reflexiue\": \"mpiaji\",\n    \"reflexive\": \"mpiaji\",\n    \"reflexively\": \"n'ichegharị\",\n    \"reflexiveness\": \"ntụgharị\",\n    \"reflexives\": \"Ntughari\",\n    \"reflexivity\": \"ntụgharị\",\n    \"reflexly\": \"ngwa ngwa\",\n    \"reflexness\": \"mpiaji\",\n    \"reflexology\": \"nyocha\",\n    \"reflexological\": \"nyocha\",\n    \"reflexologies\": \"nyocha\",\n    \"reflexologist\": \"ọkà mmụta reflexologist\",\n    \"refly\": \"zaghachi\",\n    \"reflies\": \"jụrụ\",\n    \"reflying\": \"na-ajụ\",\n    \"refling\": \"na-ajụ\",\n    \"refloat\": \"kpọgharịa\",\n    \"refloatation\": \"ume ọhụrụ\",\n    \"refloated\": \"kpochara\",\n    \"refloating\": \"na-agba ume\",\n    \"refloats\": \"nyocha\",\n    \"reflood\": \"igbapu\",\n    \"reflooded\": \"gbanye mmiri\",\n    \"reflooding\": \"na-agbagha\",\n    \"refloods\": \"mmiri\",\n    \"refloor\": \"nyocha\",\n    \"reflorescence\": \"ọkụ\",\n    \"reflorescent\": \"nwuo\",\n    \"reflourish\": \"nwuo ume\",\n    \"reflourishment\": \"ume ọhụrụ\",\n    \"reflow\": \"megharia\",\n    \"reflowed\": \"Reflowed\",\n    \"reflower\": \"megharia\",\n    \"reflowered\": \"reflowed\",\n    \"reflowering\": \"na-agba ume\",\n    \"reflowers\": \"ndị na-emegharị ihe\",\n    \"reflowing\": \"na-agba ume\",\n    \"reflown\": \"megharia\",\n    \"reflows\": \"Reflows\",\n    \"refluctuation\": \"ngbanwe\",\n    \"refluence\": \"nnabata\",\n    \"refluency\": \"nha nha\",\n    \"refluent\": \"refluu\",\n    \"reflush\": \"zachapụ\",\n    \"refluxing\": \"na-achọgharị\",\n    \"refocused\": \"refocus\",\n    \"refocuses\": \"refocus\",\n    \"refocusing\": \"refocus\",\n    \"refocussed\": \"refocus kwụrụ\",\n    \"refocusses\": \"Na-agagharị\",\n    \"refocussing\": \"refocus\",\n    \"refold\": \"megharia\",\n    \"refolded\": \"megharịrị\",\n    \"refolding\": \"imeghari\",\n    \"refolds\": \"na-akọwa\",\n    \"refool\": \"ngwa nju oyi\",\n    \"reforbid\": \"zaghachi\",\n    \"reforce\": \"regharịa\",\n    \"reford\": \"nkwụghachi\",\n    \"reforecast\": \"imegharia\",\n    \"reforest\": \"igbo\",\n    \"reforestation\": \"nchighari\",\n    \"reforestational\": \"nchighari\",\n    \"reforested\": \"kporo nku\",\n    \"reforesting\": \"reghagharịrị\",\n    \"reforestization\": \"nchighari\",\n    \"reforestize\": \"imegharia\",\n    \"reforestment\": \"nchighari\",\n    \"reforests\": \"okpuru osisi\",\n    \"reforfeiture\": \"nkwụghachi ụgwọ\",\n    \"reforgeable\": \"echefu\",\n    \"reforget\": \"chefuo\",\n    \"reforgive\": \"gbaghara\",\n    \"reform\": \"mgbanwe\",\n    \"reformability\": \"mgbanwe\",\n    \"reformable\": \"mgbanwe\",\n    \"reformableness\": \"ime mgbanwe\",\n    \"reformado\": \"imeghari\",\n    \"reformanda\": \"arụmọrụ\",\n    \"reformandum\": \"imeghari\",\n    \"reformat\": \"imeghari\",\n    \"reformate\": \"imeghari\",\n    \"reformated\": \"tedhazi\",\n    \"reformati\": \"ndozigharị\",\n    \"reformating\": \"emezigharị\",\n    \"reformation\": \"ndozigharị\",\n    \"reformational\": \"mgbanwe\",\n    \"reformationary\": \"ndozigharị\",\n    \"reformationist\": \"ndi ndozighari\",\n    \"reformations\": \"mgbanwe\",\n    \"reformative\": \"mgbanwe\",\n    \"reformatively\": \"na-agbanwe agbanwe\",\n    \"reformativeness\": \"mgbanwe\",\n    \"reformatness\": \"ndozigharị\",\n    \"reformatory\": \"na-eme mgbanwe\",\n    \"reformatories\": \"ndi ndozigharị\",\n    \"reformats\": \"ndozigharị\",\n    \"reformatted\": \"gbanwee\",\n    \"reformatting\": \"imeghari\",\n    \"reformed\": \"gbanwee\",\n    \"reformedly\": \"reformed\",\n    \"reformer\": \"onye na-eme mgbanwe\",\n    \"reformeress\": \"nhazigharị\",\n    \"reformers\": \"ndị na-eme mgbanwe\",\n    \"reforming\": \"emezigharị\",\n    \"reformingly\": \"na-emezigharị\",\n    \"reformism\": \"mgbanwe\",\n    \"reformist\": \"onye na-eme mgbanwe\",\n    \"reformistic\": \"na-agbanwe agbanwe\",\n    \"reformproof\": \"mgbanwe\",\n    \"reforms\": \"mgbanwe\",\n    \"reformulate\": \"gbanwee\",\n    \"reformulated\": \"gbanwere\",\n    \"reformulates\": \"na-emezigharị\",\n    \"reformulating\": \"emezigharị\",\n    \"reformulation\": \"mgbanwe\",\n    \"reformulations\": \"mgbanwe\",\n    \"reforsake\": \"hapụ\",\n    \"refortify\": \"megharia\",\n    \"refortification\": \"imeghari\",\n    \"refortifies\": \"refortified\",\n    \"refortifying\": \"refofa\",\n    \"reforward\": \"refor\",\n    \"refound\": \"nkwụghachi\",\n    \"refoundation\": \"imeghari\",\n    \"refounded\": \"nkwụghachi\",\n    \"refounder\": \"imeghari\",\n    \"refounding\": \"imeghari\",\n    \"refounds\": \"refound\",\n    \"refr\": \"Refr\",\n    \"refract\": \"jụ\",\n    \"refractable\": \"refracted\",\n    \"refractary\": \"nzacha\",\n    \"refractedly\": \"a na-emegharị\",\n    \"refractedness\": \"Nkọwa\",\n    \"refractile\": \"Refractile\",\n    \"refractility\": \"Refractility\",\n    \"refracting\": \"na-emegharị\",\n    \"refraction\": \"ntụgharị\",\n    \"refractional\": \"Ntughari\",\n    \"refractionate\": \"ndozi\",\n    \"refractionist\": \"onye nyocha\",\n    \"refractions\": \"Ntughari\",\n    \"refractive\": \"Refractive\",\n    \"refractively\": \"n'echeghari\",\n    \"refractiveness\": \"ntụgharị\",\n    \"refractivity\": \"ntụgharị\",\n    \"refractivities\": \"nnweta ihe\",\n    \"refractory\": \"nzacha\",\n    \"refractories\": \"ndozi\",\n    \"refractorily\": \"Refractorily\",\n    \"refractoriness\": \"Refractoriness\",\n    \"refractors\": \"ndị na-emegharị ihe\",\n    \"refracts\": \"na-enyocha\",\n    \"refracturable\": \"Refracturable\",\n    \"refracture\": \"Refracture\",\n    \"refractured\": \"Refractured\",\n    \"refractures\": \"Refractures\",\n    \"refracturing\": \"na-emegharị\",\n    \"refragability\": \"ntụgharị\",\n    \"refragable\": \"Refragable\",\n    \"refragableness\": \"Refragable\",\n    \"refragate\": \"nyochaghachi\",\n    \"refragment\": \"ntụgharị\",\n    \"refrain\": \"zere\",\n    \"refrained\": \"gbochiri\",\n    \"refrainer\": \"Onye nlekota\",\n    \"refraining\": \"n'izere\",\n    \"refrainment\": \"nkwụsị\",\n    \"refrains\": \"na-egbochi\",\n    \"reframe\": \"megharia\",\n    \"reframed\": \"gbanwere\",\n    \"reframes\": \"nkwụnye ọkụ\",\n    \"reframing\": \"na-achọgharị\",\n    \"refrangibilities\": \"ọrụ ndughari\",\n    \"refrangible\": \"anaghị ekwe omume\",\n    \"refrangibleness\": \"refrangible\",\n    \"refreeze\": \"sighari\",\n    \"refreezes\": \"na-agba ume\",\n    \"refreezing\": \"na-agba ume\",\n    \"refreid\": \"nzaghachi\",\n    \"refreit\": \"nkwụghachi\",\n    \"refrenation\": \"nyocha\",\n    \"refrenzy\": \"n'egwuregwu\",\n    \"refresco\": \"ume ọhụrụ\",\n    \"refresh\": \"tuondu ume\",\n    \"refreshant\": \"ume ọhụrụ\",\n    \"refreshed\": \"nweta ume\",\n    \"refreshen\": \"nweta ume\",\n    \"refreshener\": \"ume ọhụrụ\",\n    \"refresher\": \"ume ọhụrụ\",\n    \"refreshers\": \"na-enye ume ọhụrụ\",\n    \"refreshes\": \"nweta ume\",\n    \"refreshful\": \"ume ọhụrụ\",\n    \"refreshfully\": \"ume ọhụrụ\",\n    \"refreshing\": \"na-enye ume ọhụrụ\",\n    \"refreshingly\": \"na-enye ume ọhụrụ\",\n    \"refreshingness\": \"ume ọhụrụ\",\n    \"refreshment\": \"ume ọhụrụ\",\n    \"refreshments\": \"ntụrụndụ\",\n    \"refry\": \"Refri\",\n    \"refricate\": \"nụchaa\",\n    \"refried\": \"gbanwere\",\n    \"refries\": \"riesza\",\n    \"refrig\": \"friji\",\n    \"refrigerant\": \"friji\",\n    \"refrigerants\": \"friji\",\n    \"refrigerate\": \"friji\",\n    \"refrigerated\": \"friji\",\n    \"refrigerates\": \"friji\",\n    \"refrigerating\": \"friji\",\n    \"refrigeration\": \"friji\",\n    \"refrigerative\": \"friji\",\n    \"refrigerator\": \"friji\",\n    \"refrigeratory\": \"friji\",\n    \"refrigerators\": \"friji\",\n    \"refrigerium\": \"friji\",\n    \"refrying\": \"na-agba ume\",\n    \"refringe\": \"ghaa\",\n    \"refringence\": \"izu ike\",\n    \"refringency\": \"ntụgharị\",\n    \"refringent\": \"ịjụ\",\n    \"refroid\": \"megharia\",\n    \"refront\": \"zaghachi\",\n    \"refronted\": \"gbanwere\",\n    \"refronting\": \"na-echegharị\",\n    \"refronts\": \"na-eche ihu\",\n    \"refroze\": \"kpoo\",\n    \"refrozen\": \"friji\",\n    \"refrustrate\": \"ikwenye\",\n    \"refrustrated\": \"tụkwasịrị obi\",\n    \"refrustrating\": \"na-akụda mmụọ\",\n    \"refs\": \"zaghachi\",\n    \"refuel\": \"gbanye mmanu\",\n    \"refueled\": \"gbanye mmanu\",\n    \"refueling\": \"na-agbanye mmanụ\",\n    \"refuelled\": \"gbanye mmanu\",\n    \"refuelling\": \"na-agbanye mmanụ\",\n    \"refuels\": \"gbanye mmanu\",\n    \"refuge\": \"ebe mgbaba\",\n    \"refuged\": \"ebe mgbaba\",\n    \"refugee\": \"onye gbara oso\",\n    \"refugeeism\": \"ịgba ọsọ ndụ\",\n    \"refugees\": \"ndị gbara ọsọ ndụ\",\n    \"refugeeship\": \"ụgbọ mmiri gbara ọsọ ndụ\",\n    \"refuges\": \"ebe mgbaba\",\n    \"refuging\": \"na-echegharị\",\n    \"refulgence\": \"imeghachi omume\",\n    \"refulgency\": \"emeghachi omume\",\n    \"refulgently\": \"refulgful\",\n    \"refulgentness\": \"Ntughari\",\n    \"refunction\": \"nyocha\",\n    \"refund\": \"nkwụghachi\",\n    \"refundability\": \"nkwụghachi ụgwọ\",\n    \"refundable\": \"nkwụghachi ụgwọ\",\n    \"refunded\": \"nkwụghachi\",\n    \"refunder\": \"nkwụghachi\",\n    \"refunders\": \"nkwụghachi\",\n    \"refunding\": \"nkwụghachi\",\n    \"refundment\": \"nkwụghachi\",\n    \"refunds\": \"nkwụghachi\",\n    \"refurbish\": \"imeghari\",\n    \"refurbished\": \"imeghari\",\n    \"refurbisher\": \"ihe ndozi\",\n    \"refurbishes\": \"imeghari\",\n    \"refurbishing\": \"imeghari\",\n    \"refurbishment\": \"imeghari\",\n    \"refurl\": \"imeghari\",\n    \"refurnish\": \"weghachite\",\n    \"refurnished\": \"imeghari\",\n    \"refurnishes\": \"imeghari\",\n    \"refurnishing\": \"na-enye ume ọhụrụ\",\n    \"refurnishment\": \"nkwụghachi\",\n    \"refusal\": \"ọjụjụ\",\n    \"refusals\": \"jụrụ\",\n    \"refuse\": \"jụ\",\n    \"refused\": \"jụrụ\",\n    \"refuser\": \"onye jụrụ ajụ\",\n    \"refusers\": \"ndị jụrụ\",\n    \"refuses\": \"jụrụ\",\n    \"refusing\": \"ajụ\",\n    \"refusingly\": \"na-ajụ\",\n    \"refusion\": \"nguzogide\",\n    \"refusive\": \"jụrụ\",\n    \"refutability\": \"nzere\",\n    \"refutable\": \"ekwenti\",\n    \"refutably\": \"ikweta\",\n    \"refutal\": \"ajụ\",\n    \"refutals\": \"agbagha\",\n    \"refutation\": \"nzuko\",\n    \"refutations\": \"nzagha\",\n    \"refutative\": \"ekwetaghị\",\n    \"refutatory\": \"ekwughachi\",\n    \"refute\": \"gbaghaa\",\n    \"refuted\": \"gọnahụrụ\",\n    \"refuters\": \"ndị na-enyocha mmiri\",\n    \"refutes\": \"jụ\",\n    \"refuting\": \"na-agbagha\",\n    \"regain\": \"nwetaghachi\",\n    \"regainable\": \"nwetaghachị\",\n    \"regained\": \"nwetaghachiri\",\n    \"regainer\": \"nwetaghachi\",\n    \"regainers\": \"na-enwetaghachi\",\n    \"regaining\": \"na-agbake\",\n    \"regainment\": \"nloghachi\",\n    \"regains\": \"nwetaghachi\",\n    \"regal\": \"eze\",\n    \"regale\": \"weghachite\",\n    \"regalecus\": \"laghachiri\",\n    \"regaled\": \"nwetaghachiri\",\n    \"regalement\": \"nweghachi\",\n    \"regaler\": \"na-enweghachi\",\n    \"regales\": \"na-agbake\",\n    \"regalia\": \"Iwu\",\n    \"regaling\": \"reging\",\n    \"regalio\": \"ọchịchị\",\n    \"regalism\": \"ọchịchị\",\n    \"regalist\": \"onye nchịkwa\",\n    \"regality\": \"ọchịchị\",\n    \"regalities\": \"ọchịchị\",\n    \"regalize\": \"megharia\",\n    \"regally\": \"iwu\",\n    \"regalness\": \"Ọchịchị\",\n    \"regalty\": \"ọchịchị\",\n    \"regamble\": \"regam\",\n    \"regambling\": \"ịgba chaa chaa\",\n    \"regard\": \"gbasara\",\n    \"regardable\": \"dị ịrịba ama\",\n    \"regardance\": \"nkwanye ùgwù\",\n    \"regardancy\": \"iburu n'uche\",\n    \"regardant\": \"ama\",\n    \"regarded\": \"weere\",\n    \"regarder\": \"ihe nlere\",\n    \"regardful\": \"buru ibu\",\n    \"regardfully\": \"nkwanye ugwu\",\n    \"regardfulness\": \"nlebara anya\",\n    \"regarding\": \"gbasara\",\n    \"regardless\": \"n'agbanyeghị\",\n    \"regardlessly\": \"n'agbanyeghị\",\n    \"regardlessness\": \"n'agbanyeghị\",\n    \"regards\": \"ekele\",\n    \"regarnish\": \"ichikota\",\n    \"regather\": \"chikọtaghachi\",\n    \"regathered\": \"reget\",\n    \"regathering\": \"ichikota\",\n    \"regauge\": \"nwetaghachị\",\n    \"regauged\": \"laghachiri\",\n    \"regauges\": \"na-alaghachi\",\n    \"regauging\": \"Iweghachi\",\n    \"regave\": \"weghachite\",\n    \"regear\": \"imeghari\",\n    \"regeared\": \"enwetaghachila\",\n    \"regearing\": \"imeghachi ihe\",\n    \"regears\": \"na-akpụgharị\",\n    \"regel\": \"icha\",\n    \"regelate\": \"chegharịa\",\n    \"regelated\": \"leghaara anya\",\n    \"regelating\": \"na-echegharị\",\n    \"regelation\": \"ntụgharị\",\n    \"regelling\": \"na-achịkwa\",\n    \"regence\": \"ndị eze\",\n    \"regency\": \"nchịkwa\",\n    \"regencies\": \"ọchịchị\",\n    \"regenerance\": \"imu omumu\",\n    \"regenerant\": \"regene\",\n    \"regenerate\": \"reghari\",\n    \"regenerated\": \"regene\",\n    \"regenerately\": \"regenearily\",\n    \"regenerates\": \"regene\",\n    \"regenerating\": \"regeneering\",\n    \"regeneration\": \"imu ohuru\",\n    \"regenerators\": \"regene\",\n    \"regental\": \"eze\",\n    \"regentess\": \"ịchịkọta\",\n    \"regerminating\": \"na-achịkwa\",\n    \"regermination\": \"icha ozo\",\n    \"regicide\": \"nchịkwa\",\n    \"regild\": \"reghari\",\n    \"regilded\": \"regild\",\n    \"regilding\": \"nlọghachi\",\n    \"regime\": \"ọchịchị\",\n    \"regimen\": \"usoro\",\n    \"regimenal\": \"Usoro\",\n    \"regimens\": \"Usoro\",\n    \"regimentaled\": \"regimental\",\n    \"regimentalled\": \"regimental\",\n    \"regimentally\": \"n'agha\",\n    \"regimentation\": \"nchịkwa\",\n    \"regimes\": \"ọchịchị\",\n    \"region\": \"mpaghara\",\n    \"regional\": \"mpaghara\",\n    \"regionalism\": \"mpaghara\",\n    \"regionalist\": \"onye mpaghara\",\n    \"regionalistic\": \"localistic\",\n    \"regionalization\": \"nhazi mpaghara\",\n    \"regionalize\": \"dozie mpaghara\",\n    \"regionalized\": \"mpaghara\",\n    \"regionalizing\": \"ịhazi mpaghara\",\n    \"regionally\": \"na mpaghara\",\n    \"regionals\": \"mpaghara\",\n    \"regionary\": \"mpaghara\",\n    \"regioned\": \"mpaghara\",\n    \"regions\": \"mpaghara\",\n    \"regisseurs\": \"ndị na-edebanye aha\",\n    \"register\": \"deba aha\",\n    \"registerable\": \"registable\",\n    \"registered\": \"debara aha\",\n    \"registerer\": \"debara aha\",\n    \"registering\": \"idebanye aha\",\n    \"registers\": \"na-edebanye aha\",\n    \"registership\": \"ndebanye aha\",\n    \"registrable\": \"registable\",\n    \"registral\": \"registable\",\n    \"registrant\": \"edebanye aha\",\n    \"registrants\": \"ndị na-edebanye aha\",\n    \"registrar\": \"onye na-edeba aha\",\n    \"registrary\": \"ndekọ\",\n    \"registrars\": \"ndị na-edeba aha\",\n    \"registrarship\": \"ndebanye aha\",\n    \"registrate\": \"debanye aha\",\n    \"registrated\": \"ndebanye aha\",\n    \"registrating\": \"ndebanye aha\",\n    \"registration\": \"ndebanye aha\",\n    \"registrational\": \"ndebanye aha\",\n    \"registrationist\": \"ndebanye aha\",\n    \"registrations\": \"ndebanye aha\",\n    \"registrator\": \"onye na-edeba aha\",\n    \"registrer\": \"deba aha\",\n    \"registry\": \"ndekọ\",\n    \"registries\": \"na-edebanye aha\",\n    \"regives\": \"na-achịkwa\",\n    \"regiving\": \"na-achịkwa\",\n    \"reglair\": \"nweghachi\",\n    \"reglaze\": \"megharia\",\n    \"reglazed\": \"Gbanwee\",\n    \"reglazes\": \"Na-achịkwa\",\n    \"reglazing\": \"Na-achịkwa\",\n    \"regle\": \"chịrị\",\n    \"reglementary\": \"reglement\",\n    \"reglementation\": \"reglement\",\n    \"reglorify\": \"megharia\",\n    \"reglorifying\": \"na-emegharị\",\n    \"reglossed\": \"Gbanyere\",\n    \"reglossing\": \"na-edegharị\",\n    \"regnancies\": \"ọchịchị\",\n    \"regnant\": \"na-achịkwa\",\n    \"regorged\": \"regor\",\n    \"regorging\": \"na-edebanye aha\",\n    \"regosols\": \"ihe nchịkwa\",\n    \"regovern\": \"na-achịkwa\",\n    \"regovernment\": \"ọchịchị\",\n    \"regrabbed\": \"enwetaghachi\",\n    \"regrabbing\": \"rekọd\",\n    \"regradate\": \"weghachite\",\n    \"regradated\": \"weghachi\",\n    \"regradating\": \"na-achịkwa\",\n    \"regradation\": \"nchịkwa\",\n    \"regrade\": \"regharịa\",\n    \"regraded\": \"regrad\",\n    \"regrading\": \"nchịkwa\",\n    \"regraduate\": \"gụsịrị akwụkwọ\",\n    \"regraduation\": \"nchịkwa\",\n    \"regrafted\": \"regra edebanye aha\",\n    \"regrafting\": \"regraft\",\n    \"regrant\": \"edebanye aha\",\n    \"regranted\": \"edebanyere aha\",\n    \"regranting\": \"regrant\",\n    \"regrate\": \"dezie\",\n    \"regrater\": \"onye nchịkwa\",\n    \"regrates\": \"edebara\",\n    \"regratify\": \"mezie\",\n    \"regratification\": \"nhazi\",\n    \"regrating\": \"na-akwa ụta\",\n    \"regratingly\": \"na-akwa ụta\",\n    \"regrator\": \"onye na-edekọ aha\",\n    \"regrease\": \"re griiz\",\n    \"regreasing\": \"tee\",\n    \"regreet\": \"kelee\",\n    \"regreeted\": \"kelere\",\n    \"regreeting\": \"na-ekele\",\n    \"regreets\": \"akwa ụta\",\n    \"regress\": \"laghachi azụ\",\n    \"regressed\": \"laghachiri\",\n    \"regresses\": \"na-alaghachi\",\n    \"regressing\": \"ressgbaghaghachi\",\n    \"regression\": \"nlọghachi azụ\",\n    \"regressiveness\": \"nchịkwa\",\n    \"regressors\": \"ndị nchịkwa\",\n    \"regret\": \"akwa ụta\",\n    \"regretable\": \"nwute\",\n    \"regretableness\": \"nwute\",\n    \"regretably\": \"nwute\",\n    \"regretful\": \"na-akwa ụta\",\n    \"regretfully\": \"nwute\",\n    \"regretfulness\": \"nwute\",\n    \"regretless\": \"nwute\",\n    \"regretlessness\": \"nwute\",\n    \"regrets\": \"akwa ụta\",\n    \"regrettable\": \"nwute\",\n    \"regrettableness\": \"nwute\",\n    \"regrettably\": \"nwute\",\n    \"regretted\": \"kwara mmakwaara\",\n    \"regretter\": \"na-akwa ụta\",\n    \"regretters\": \"na-akwa ụta\",\n    \"regretting\": \"na-akwa ụta\",\n    \"regrettingly\": \"na-ewute\",\n    \"regrew\": \"da akwa\",\n    \"regrind\": \"regr\",\n    \"regrinding\": \"regrịn\",\n    \"regripped\": \"regri\",\n    \"regrooved\": \"regrooroo\",\n    \"reground\": \"alaghachi\",\n    \"regroup\": \"chịkọtaghachi\",\n    \"regrouped\": \"gbakọrọ\",\n    \"regrouping\": \"na-achịkọta\",\n    \"regroupment\": \"ịchịkọta\",\n    \"regroups\": \"na-achịkọta\",\n    \"regrowing\": \"regrow\",\n    \"regrown\": \"regrori\",\n    \"regrows\": \"na-adaghachi\",\n    \"regrowths\": \"regrowth\",\n    \"reguarantee\": \"mezie\",\n    \"reguaranteed\": \"edebere\",\n    \"reguaranteeing\": \"inye iwu\",\n    \"reguaranty\": \"iwu\",\n    \"reguaranties\": \"iwu\",\n    \"reguard\": \"ịchịkwa\",\n    \"reguardant\": \"na-achịkwa\",\n    \"reguide\": \"mezie\",\n    \"reguided\": \"hazie\",\n    \"reguiding\": \"na-achịkwa\",\n    \"regula\": \"Na-achịkwa\",\n    \"regulable\": \"na-achịkwa\",\n    \"regular\": \"mgbe\",\n    \"regulares\": \"na-achịkwa\",\n    \"regularia\": \"Iwuzie\",\n    \"regularise\": \"mezie\",\n    \"regularity\": \"na-agbanwe agbanwe\",\n    \"regularities\": \"iwu\",\n    \"regularization\": \"nhazi\",\n    \"regularize\": \"mezie\",\n    \"regularized\": \"hazie\",\n    \"regularizer\": \"na-achịkwa\",\n    \"regularizes\": \"na-achịkwa\",\n    \"regularizing\": \"na-ahazi\",\n    \"regularly\": \"mgbe nile\",\n    \"regularness\": \"mgbe nile\",\n    \"regulars\": \"na-achịkwa\",\n    \"regulatable\": \"na-achịkwa ya\",\n    \"regulate\": \"mezie\",\n    \"regulated\": \"achịkwa\",\n    \"regulates\": \"na-achịkwa\",\n    \"regulating\": \"inye iwu\",\n    \"regulation\": \"iwu\",\n    \"regulationist\": \"onye mmezi\",\n    \"regulations\": \"ụkpụrụ\",\n    \"regulative\": \"Na-achịkwa\",\n    \"regulatively\": \"na-achịkwa\",\n    \"regulator\": \"onye nchịkwa\",\n    \"regulatory\": \"usoro iwu\",\n    \"regulators\": \"ndị na-achịkwa\",\n    \"regulatorship\": \"nchịkwa\",\n    \"regulatress\": \"onye na-achịkwa\",\n    \"regulatris\": \"iwu\",\n    \"regulize\": \"mezie\",\n    \"reguluses\": \"na-achịkwa\",\n    \"regurge\": \"regur\",\n    \"regurgitated\": \"regurgrated\",\n    \"rehabilitant\": \"imeghari\",\n    \"rehabilitate\": \"imeghari\",\n    \"rehabilitated\": \"rụzigharịa\",\n    \"rehabilitates\": \"gbanwee\",\n    \"rehabilitating\": \"imeghari\",\n    \"rehabilitation\": \"ghara ịgbanwe\",\n    \"rehabilitationist\": \"onye na-eme mgbanwe\",\n    \"rehabilitations\": \"mgbazigharị\",\n    \"rehabilitative\": \"nwughari\",\n    \"rehabilitator\": \"mmezi\",\n    \"rehabilitee\": \"ghara ịgbanwe\",\n    \"rehair\": \"megharia\",\n    \"rehale\": \"gbahalaa\",\n    \"rehallow\": \"rehapu\",\n    \"rehanged\": \"gbanwere\",\n    \"rehanging\": \"imeghari\",\n    \"rehardened\": \"reharden\",\n    \"rehardening\": \"imeghari\",\n    \"reharmonization\": \"imeghari\",\n    \"reharmonize\": \"imeghari\",\n    \"reharmonizing\": \"reharmon\",\n    \"reharness\": \"nlọghachite\",\n    \"reharrow\": \"imeghachi\",\n    \"rehaul\": \"megharia\",\n    \"rehazard\": \"imeghachi ihe\",\n    \"rehboc\": \"rehbock\",\n    \"rehead\": \"isi uhie\",\n    \"reheal\": \"megharia\",\n    \"reheap\": \"reheapi\",\n    \"rehear\": \"megharia\",\n    \"reheard\": \"megharia\",\n    \"rehearheard\": \"nuputa\",\n    \"rehearhearing\": \"nụgharia ihe\",\n    \"rehearing\": \"mmughari\",\n    \"rehearings\": \"mmughari\",\n    \"rehears\": \"mmeghari\",\n    \"rehearsable\": \"mmeghari\",\n    \"rehearsal\": \"mmeghari\",\n    \"rehearsals\": \"mmeghari\",\n    \"rehearse\": \"megharia\",\n    \"rehearsed\": \"megharia\",\n    \"rehearser\": \"megharia\",\n    \"rehearsers\": \"imeghari\",\n    \"rehearses\": \"na-emegharị\",\n    \"rehearsing\": \"na-amụgharị\",\n    \"rehearten\": \"megharia\",\n    \"reheat\": \"megharia\",\n    \"reheaters\": \"reheat\",\n    \"reheboth\": \"rehobọt\",\n    \"rehedge\": \"imeghari\",\n    \"reheeling\": \"reheel\",\n    \"reheels\": \"ikiri ụkwụ\",\n    \"reheighten\": \"megharia\",\n    \"rehem\": \"okwu\",\n    \"rehybridize\": \"megharia\",\n    \"rehid\": \"Nyocha\",\n    \"rehidden\": \"zọghachi\",\n    \"rehire\": \"kpọgharịa\",\n    \"rehired\": \"zighachi\",\n    \"rehoboth\": \"rehobọt\",\n    \"rehoning\": \"imeghari\",\n    \"rehood\": \"dịghachi\",\n    \"rehospitalized\": \"chegharịrị\",\n    \"rehumanized\": \"rehumani\",\n    \"rehumanizing\": \"rehumani\",\n    \"rehumiliate\": \"megharia ahu\",\n    \"rehumiliated\": \"rehumili\",\n    \"rehumiliating\": \"rehumili\",\n    \"rehumiliation\": \"nlọghachi\",\n    \"reiced\": \"hụrụ\",\n    \"reichsland\": \"Alaka\",\n    \"reicing\": \"na-emegharị\",\n    \"reid\": \"kpọgharịa\",\n    \"reidentify\": \"Nyochaa\",\n    \"reidentification\": \"nyochaghachi\",\n    \"reidentified\": \"enwetara\",\n    \"reidentifying\": \"reameding\",\n    \"reify\": \"hu\",\n    \"reification\": \"nyocha\",\n    \"reified\": \"Gbanwee\",\n    \"reifies\": \"na-egosi\",\n    \"reifying\": \"na-eche\",\n    \"reign\": \"chịa\",\n    \"reigned\": \"chịrị\",\n    \"reigner\": \"chịa\",\n    \"reigning\": \"na-achị\",\n    \"reignite\": \"ichi\",\n    \"reignited\": \"chịa\",\n    \"reignites\": \"na-achị\",\n    \"reigniting\": \"na-achị achị\",\n    \"reignition\": \"ọchịchị\",\n    \"reignore\": \"chia eze\",\n    \"reigns\": \"na-achi\",\n    \"reillume\": \"imeghari\",\n    \"reilluminate\": \"megharia\",\n    \"reilluminated\": \"reillinated\",\n    \"reilluminating\": \"reillinating\",\n    \"reillumination\": \"reillination\",\n    \"reillustrate\": \"megharia\",\n    \"reillustrated\": \"megharịrị\",\n    \"reillustrating\": \"na-emegharị ahụ\",\n    \"reillustration\": \"nlọghachite\",\n    \"reim\": \"Reim\",\n    \"reimage\": \"reimim\",\n    \"reimaged\": \"reimim\",\n    \"reimagination\": \"reimaghari\",\n    \"reimaging\": \"Iwegharị\",\n    \"reimbody\": \"imeghachi\",\n    \"reimburse\": \"ikwughachi\",\n    \"reimburseable\": \"reimbursable\",\n    \"reimbursed\": \"ikwughachi\",\n    \"reimbursement\": \"nkwụghachi ụgwọ\",\n    \"reimbursements\": \"nkwụghachi ụgwọ\",\n    \"reimburser\": \"nkwụghachi\",\n    \"reimburses\": \"akwụghachi ụgwọ\",\n    \"reimbursing\": \"na-akwụghachi ụgwọ\",\n    \"reimbushment\": \"nkwụghachi ụgwọ\",\n    \"reimmerge\": \"imeghachi\",\n    \"reimmerse\": \"Na Na Na\",\n    \"reimmersion\": \"reimmersim\",\n    \"reimmigrant\": \"onye kwabatara\",\n    \"reimmigration\": \"mbata na ọpụpụ\",\n    \"reimpact\": \"mmetụta\",\n    \"reimpatriation\": \"nlọghachi azụ\",\n    \"reimplant\": \"imeghari\",\n    \"reimplantation\": \"nlọghachiri\",\n    \"reimplement\": \"mejuputa\",\n    \"reimply\": \"reimim\",\n    \"reimplied\": \"reimpim\",\n    \"reimplying\": \"reiming\",\n    \"reimport\": \"ibughachi\",\n    \"reimportation\": \"nlọghachi\",\n    \"reimported\": \"zighachiri\",\n    \"reimporting\": \"nlọghachị\",\n    \"reimports\": \"zighachi azụ\",\n    \"reimpose\": \"weghachi\",\n    \"reimposed\": \"reimim\",\n    \"reimposing\": \"imeghachi\",\n    \"reimposition\": \"nlọghachi\",\n    \"reimposure\": \"imeghachi\",\n    \"reimpression\": \"nlọghachi\",\n    \"reimprisoned\": \"weghachiri azụ\",\n    \"reimprisoning\": \"reim nga\",\n    \"reimprisonment\": \"nkwụghachi mkpọrọ\",\n    \"reimprisons\": \"mkpọrọ\",\n    \"reimprove\": \"melite\",\n    \"reimprovement\": \"mmelite\",\n    \"rein\": \"zaghachi\",\n    \"reinability\": \"nweghachi\",\n    \"reinaugurated\": \"regharịa\",\n    \"reincarnating\": \"nlọghachi azụ\",\n    \"reincarnation\": \"nlọghachi ụwa\",\n    \"reincarnationism\": \"nlọghachi ụwa\",\n    \"reincarnationist\": \"nlọghachi azụ\",\n    \"reincarnationists\": \"nlọghachi azụ\",\n    \"reincarnations\": \"nlọghachi azụ\",\n    \"reincentive\": \"recentive\",\n    \"reincidence\": \"nlọghachi ụwa\",\n    \"reincidency\": \"nlọghachi azụ\",\n    \"reincited\": \"weghachiri\",\n    \"reincites\": \"na-alaghachi\",\n    \"reinciting\": \"nlọghachi\",\n    \"reinclination\": \"nlọghachi azụ\",\n    \"reincline\": \"reinclin\",\n    \"reinclined\": \"reinclin\",\n    \"reinclining\": \"reinclin\",\n    \"reinclude\": \"reinclud\",\n    \"reincluded\": \"weghachiri\",\n    \"reincluding\": \"reinclud\",\n    \"reinclusion\": \"nlọghachi\",\n    \"reincorporate\": \"nlọghachi\",\n    \"reincorporated\": \"nlọghachi azụ\",\n    \"reincorporates\": \"na-alọghachi\",\n    \"reincorporating\": \"nlọghachi azụ\",\n    \"reincorporation\": \"nlọghachi azụ\",\n    \"reincrease\": \"nlọghachi\",\n    \"reincreased\": \"nlọghachi\",\n    \"reincreasing\": \"nlọghachi\",\n    \"reincrudation\": \"nlọghachi azụ\",\n    \"reinculcate\": \"izi ihe\",\n    \"reincurred\": \"nlọghachi azụ\",\n    \"reincurring\": \"nlọghachi\",\n    \"reincurs\": \"na-alaghachi\",\n    \"reindebted\": \"ụgwọ\",\n    \"reindebtedness\": \"ụgwọ\",\n    \"reindeer\": \"denyịnya ibu\",\n    \"reindeers\": \"ndị na-abanyeghachi\",\n    \"reindependence\": \"ndabere\",\n    \"reindexed\": \"gbanyeghachi\",\n    \"reindexing\": \"mezigharịa\",\n    \"reindicate\": \"gosipụta\",\n    \"reindicated\": \"gosipụtara\",\n    \"reindicating\": \"na-egosi\",\n    \"reindication\": \"igosipụta\",\n    \"reindict\": \"tugharia\",\n    \"reindictment\": \"ederede\",\n    \"reindorse\": \"tugharia\",\n    \"reindorsed\": \"echetaghachi\",\n    \"reindorsing\": \"echetaghachi\",\n    \"reinduce\": \"nabata\",\n    \"reinduced\": \"gbanyeghachi\",\n    \"reinducement\": \"ntinye\",\n    \"reinduces\": \"weghachi\",\n    \"reinducing\": \"na-ewebata\",\n    \"reinduct\": \"Tinyegharịa\",\n    \"reinducted\": \"gbanwere\",\n    \"reinducting\": \"Iwebata\",\n    \"reinduction\": \"ntinye\",\n    \"reinducts\": \"weghachi\",\n    \"reindue\": \"inwetaghachi\",\n    \"reindulged\": \"echetara\",\n    \"reiner\": \"itinye\",\n    \"reinfect\": \"Tinyegharịa\",\n    \"reinfected\": \"enwetaghachi\",\n    \"reinfection\": \"nlọghachi\",\n    \"reinfections\": \"nlọghachi\",\n    \"reinfectious\": \"na-arụ ọrụ\",\n    \"reinfects\": \"ntinye\",\n    \"reinfer\": \"zigharịa\",\n    \"reinferred\": \"zighachiri\",\n    \"reinferring\": \"izipu\",\n    \"reinfiltrate\": \"regharịa\",\n    \"reinfiltrated\": \"enwetaghachiri\",\n    \"reinfiltrating\": \"nyochagharị\",\n    \"reinfiltration\": \"nlọghachi\",\n    \"reinflamed\": \"gbanyeghachiri\",\n    \"reinflaming\": \"Na-agbanye ọkụ\",\n    \"reinflate\": \"tinyegharịa\",\n    \"reinflated\": \"Enweghachiri\",\n    \"reinflating\": \"ntinye\",\n    \"reinflation\": \"ntinye\",\n    \"reinfliction\": \"nweghachi\",\n    \"reinfluence\": \"nweghachi\",\n    \"reinfluenced\": \"enwetaghachi\",\n    \"reinforce\": \"nwee ume\",\n    \"reinforceable\": \"nwee ume\",\n    \"reinforced\": \"mesikwuru\",\n    \"reinforcement\": \"mkwado\",\n    \"reinforcements\": \"ume\",\n    \"reinforcer\": \"nwee ume\",\n    \"reinforcers\": \"ume\",\n    \"reinforces\": \"mesikwuru\",\n    \"reinforcing\": \"ume\",\n    \"reinform\": \"megharia\",\n    \"reinformed\": \"gbanwee\",\n    \"reinforming\": \"nhazigharị\",\n    \"reinforms\": \"mezigharịa\",\n    \"reinfund\": \"nkwụghachi\",\n    \"reinfuse\": \"Tinyegharịa\",\n    \"reinfused\": \"enwetaghachi\",\n    \"reinfusion\": \"nweghachi\",\n    \"reinhabit\": \"ibughachi\",\n    \"reinhabitation\": \"ibughachi\",\n    \"reinherit\": \"kenyeghachi\",\n    \"reinitialize\": \"maliteghachi\",\n    \"reinitialized\": \"nwetaghachiri\",\n    \"reinitializes\": \"na-emezigharị\",\n    \"reinitializing\": \"maliteghachi\",\n    \"reinitiate\": \"maliteghachi\",\n    \"reinitiation\": \"nweghachi\",\n    \"reinject\": \"Tinyegharịa\",\n    \"reinjure\": \"reghachite\",\n    \"reinjured\": \"weghachiri\",\n    \"reinjures\": \"reju\",\n    \"reinjuries\": \"nlọghachi\",\n    \"reinjuring\": \"rejing\",\n    \"reinless\": \"enweghị ike\",\n    \"reinoculated\": \"reinoculata\",\n    \"reinoculating\": \"reinoculata\",\n    \"reinquire\": \"nyeghachi\",\n    \"reinquired\": \"nyeghachiri ha\",\n    \"reinquiry\": \"nyochaghachi\",\n    \"reinquiries\": \"Nnyocha\",\n    \"reinquiring\": \"rekọtaghachi\",\n    \"reinsanity\": \"nlọghachi\",\n    \"reinscribe\": \"nyegharịa\",\n    \"reinscribed\": \"tugharia\",\n    \"reinscribes\": \"reins dee\",\n    \"reinscribing\": \"reinsing\",\n    \"reinserted\": \"tinyeghachi\",\n    \"reinserting\": \"imeghachi\",\n    \"reinspected\": \"reinspect\",\n    \"reinspects\": \"reinspect\",\n    \"reinspired\": \"chetaghachiri\",\n    \"reinstall\": \"tinye ọzọ\",\n    \"reinstallation\": \"nwughari\",\n    \"reinstallations\": \"nkwụnyeghachi\",\n    \"reinstalled\": \"enwetaghachi\",\n    \"reinstalling\": \"ịtinye ọzọ\",\n    \"reinstallment\": \"nwụnye\",\n    \"reinstallments\": \"ntinye\",\n    \"reinstalls\": \"nyeghachite\",\n    \"reinstalment\": \"nwughari\",\n    \"reinstate\": \"weghachite\",\n    \"reinstated\": \"enwetaghachi\",\n    \"reinstatement\": \"nloghachi\",\n    \"reinstatements\": \"nkwụghachi\",\n    \"reinstates\": \"weghachite\",\n    \"reinstating\": \"nloghachi\",\n    \"reinstation\": \"nloghachi\",\n    \"reinstator\": \"nkwụnyeghachi\",\n    \"reinstauration\": \"nwughari\",\n    \"reinstil\": \"nwetaghachi\",\n    \"reinstill\": \"wughachi\",\n    \"reinstitute\": \"weghachi\",\n    \"reinstituted\": \"weghachite\",\n    \"reinstituting\": \"nloghachi\",\n    \"reinstitution\": \"nloghachi\",\n    \"reinstruct\": \"wughachi\",\n    \"reinstructed\": \"nwughari\",\n    \"reinstructing\": \"imeghari\",\n    \"reinstruction\": \"nwughari\",\n    \"reinstructs\": \"nlọghachite\",\n    \"reinsulate\": \"reinsins\",\n    \"reinsulating\": \"reinsuring\",\n    \"reinsurance\": \"Enweghachi\",\n    \"reintegrate\": \"megharia\",\n    \"reintegrated\": \"tinyeghachiri\",\n    \"reintegrates\": \"tinyeghachi\",\n    \"reintegrating\": \"imeghari\",\n    \"reintegration\": \"nlọghachi\",\n    \"reintend\": \"legharịa anya\",\n    \"reinter\": \"Tinyegharịa\",\n    \"reintercede\": \"nabata\",\n    \"reintercession\": \"nlọghachi azụ\",\n    \"reinterchange\": \"Mgbanwe\",\n    \"reinterest\": \"tụgharịa uche\",\n    \"reinterfere\": \"tinyeghachi\",\n    \"reinterference\": \"itinye ọzọ\",\n    \"reinterment\": \"itinye n'ọrụ\",\n    \"reinterpret\": \"itughari\",\n    \"reinterpretation\": \"ntughari\",\n    \"reinterpretations\": \"ntughari\",\n    \"reinterpreted\": \"sụgharịrị\",\n    \"reinterpreting\": \"ịsụgharị\",\n    \"reinterprets\": \"ntughari\",\n    \"reinterred\": \"tinyeghachiri\",\n    \"reinterring\": \"Iwebata\",\n    \"reinterrogate\": \"regharịa\",\n    \"reinterrogated\": \"gbanyeghachiri\",\n    \"reinterrogating\": \"ịgbanyụ\",\n    \"reinterrogation\": \"nyochaghachi\",\n    \"reinterrogations\": \"nyochaghachi\",\n    \"reinterrupt\": \"megharia\",\n    \"reinterruption\": \"nweghachi\",\n    \"reintervened\": \"tinyeghachi\",\n    \"reintervening\": \"itinyeghachi\",\n    \"reinterview\": \"nyocha ọzọ\",\n    \"reinthrone\": \"tinyeghachi\",\n    \"reintroduced\": \"maliteghachiri\",\n    \"reintroducing\": \"reintring\",\n    \"reintuition\": \"reintu\",\n    \"reinvade\": \"nabata\",\n    \"reinvaded\": \"enwetaghachi\",\n    \"reinvading\": \"Ibughari ọzọ\",\n    \"reinvasion\": \"nweghachi\",\n    \"reinvent\": \"meghachite\",\n    \"reinvented\": \"enwetaghachi\",\n    \"reinventing\": \"ịmaliteghachi\",\n    \"reinventor\": \"onye mmeghari\",\n    \"reinvents\": \"nabata\",\n    \"reinversion\": \"nweghachi\",\n    \"reinvert\": \"biaghachi\",\n    \"reinvest\": \"tinye aka\",\n    \"reinvested\": \"tinyekwara\",\n    \"reinvestigate\": \"megharia\",\n    \"reinvestigated\": \"enwetaghachiri\",\n    \"reinvestigates\": \"nyochaghachi\",\n    \"reinvestigating\": \"nyochagharị\",\n    \"reinvestigation\": \"nyochaghachi\",\n    \"reinvestigations\": \"nyochagharị\",\n    \"reinvesting\": \"itinye ego\",\n    \"reinvestiture\": \"ntinye ohuru\",\n    \"reinvestment\": \"itinye ego\",\n    \"reinvests\": \"ntinye\",\n    \"reinvigorate\": \"megharia\",\n    \"reinvigorated\": \"nyeghachi ume\",\n    \"reinvigorates\": \"nyeghachi ume\",\n    \"reinvigorating\": \"nyeghachi ume\",\n    \"reinvigoration\": \"nweghachi\",\n    \"reinvigorator\": \"nyeghari\",\n    \"reinvitation\": \"nweghachi\",\n    \"reinvite\": \"nabata\",\n    \"reinvited\": \"weghachiri\",\n    \"reinvites\": \"zaghachi\",\n    \"reinviting\": \"na-akpọ oku\",\n    \"reinvoice\": \"nnyeghachi\",\n    \"reinvoke\": \"kpọghachite\",\n    \"reinvoked\": \"nabata\",\n    \"reinvokes\": \"Tinyegharịa\",\n    \"reinvoking\": \"ịghaghachi\",\n    \"reinvolve\": \"Tinyegharịa\",\n    \"reinvolved\": \"tinyere\",\n    \"reinvolvement\": \"itinye aka\",\n    \"reinvolving\": \"na-agbanyeghachi\",\n    \"reinwardtia\": \"laghachi\",\n    \"reirrigate\": \"rerigi\",\n    \"reirrigated\": \"reirrig\",\n    \"reirrigating\": \"reirriging\",\n    \"reirrigation\": \"rerigri\",\n    \"reisolated\": \"dịghachi\",\n    \"reissuable\": \"reissui\",\n    \"reissuably\": \"imeghari\",\n    \"reissue\": \"tugharia\",\n    \"reissued\": \"tugharia\",\n    \"reissuement\": \"reissui\",\n    \"reissues\": \"regharịa\",\n    \"reist\": \"hu\",\n    \"reister\": \"reeta\",\n    \"reit\": \"kwuo\",\n    \"reitemize\": \"tugharia\",\n    \"reitemizing\": \"imeghachi ihe\",\n    \"reiterable\": \"ekwughachi\",\n    \"reiterance\": \"ikwughachi\",\n    \"reiterant\": \"ekwughachi\",\n    \"reiterate\": \"ikwughachi\",\n    \"reiterated\": \"kwughachiri\",\n    \"reiteratedly\": \"kwughachiri\",\n    \"reiteratedness\": \"ikwughachi\",\n    \"reiterates\": \"kwughachiri\",\n    \"reiterating\": \"ekwughachi\",\n    \"reiteration\": \"ekwughachi\",\n    \"reiterations\": \"ekwughachi\",\n    \"reiterative\": \"ikwughachi\",\n    \"reiteratively\": \"ikwughachi\",\n    \"reiterativeness\": \"ugboro ugboro\",\n    \"reiterator\": \"iterator\",\n    \"reive\": \"tugharịa\",\n    \"reived\": \"weghachite\",\n    \"reiver\": \"weghachite\",\n    \"reivers\": \"na-enyeghachi\",\n    \"reives\": \"na-enyeghachi\",\n    \"reiving\": \"rei\",\n    \"reject\": \"jụ\",\n    \"rejectable\": \"ajụ\",\n    \"rejectableness\": \"Ajụ ajụ\",\n    \"rejectage\": \"ojuju\",\n    \"rejectamenta\": \"jụwa\",\n    \"rejectaneous\": \"jụ\",\n    \"rejected\": \"ajụrụ\",\n    \"rejectee\": \"ajụrụ\",\n    \"rejectees\": \"ajụrụ\",\n    \"rejecter\": \"ajụrụ\",\n    \"rejecters\": \"ndi juru\",\n    \"rejecting\": \"ajụ\",\n    \"rejectingly\": \"ajụ\",\n    \"rejection\": \"ojuju\",\n    \"rejections\": \"jụrụ\",\n    \"rejective\": \"jụ\",\n    \"rejectment\": \"ojuju\",\n    \"rejectors\": \"ndị jụrụ ajụ\",\n    \"rejects\": \"jụrụ\",\n    \"rejiggered\": \"rejigjig\",\n    \"rejiggering\": \"rejigger\",\n    \"rejoice\": \"uria ọ .u\",\n    \"rejoiced\": \"icedụrịrị ọicedụ\",\n    \"rejoiceful\": \"na-enwe afulụrị\",\n    \"rejoicement\": \"ọụ\",\n    \"rejoicer\": \"nwee ọ .ụ\",\n    \"rejoicers\": \"Ọ .ụ\",\n    \"rejoices\": \"enwe a .ụrị\",\n    \"rejoicing\": \"icingụrị ọ .ụ\",\n    \"rejoicingly\": \"na-aicụrị ọicụ\",\n    \"rejoin\": \"sonyeghachi\",\n    \"rejoinder\": \"jegharịa\",\n    \"rejoinders\": \"na-aindụrị\",\n    \"rejoindure\": \"jikọọ\",\n    \"rejoined\": \"sonyeghachiri\",\n    \"rejoining\": \"sorokwa\",\n    \"rejoins\": \"jikọtakwa\",\n    \"rejounce\": \"kẹle\",\n    \"rejourn\": \"urnuria\",\n    \"rejourney\": \"nlọghachi\",\n    \"rejudge\": \"kpebie\",\n    \"rejudged\": \"ekpe\",\n    \"rejudgement\": \"Ntughari\",\n    \"rejudges\": \"na-ada\",\n    \"rejudging\": \"na-ekpebi\",\n    \"rejudgment\": \"ikpe\",\n    \"rejunction\": \"Njikọgharị\",\n    \"rejustify\": \"megharia\",\n    \"rejustification\": \"nyochaghachi\",\n    \"rejustified\": \"rejistiiki\",\n    \"rekeying\": \"ndika\",\n    \"rekeys\": \"inyinya\",\n    \"rekindle\": \"tugharia\",\n    \"rekindled\": \"maliteghachiri\",\n    \"rekindlement\": \"nlọghachi\",\n    \"rekindler\": \"nweghachi\",\n    \"rekindles\": \"alaghachi\",\n    \"rekindling\": \"nlọghachi\",\n    \"reknitted\": \"reknit\",\n    \"reknitting\": \"Nkuzi\",\n    \"reknotted\": \"reknot\",\n    \"reknotting\": \"knyeghachi\",\n    \"reknow\": \"mara\",\n    \"rel\": \"kpọl\",\n    \"relabel\": \"ikwughachi\",\n    \"relabeled\": \"ekwuola\",\n    \"relabeling\": \"ikwu\",\n    \"relabelled\": \"Agbaghaala\",\n    \"relabelling\": \"imeghachi\",\n    \"relabels\": \"nlọghachi\",\n    \"relace\": \"dochie\",\n    \"relaced\": \"dochie\",\n    \"relaces\": \"edochi\",\n    \"relache\": \"ikwughachi\",\n    \"relacing\": \"metụtara\",\n    \"relacquer\": \"weghachite\",\n    \"relade\": \"laghachi\",\n    \"reladen\": \"kwuo\",\n    \"reladle\": \"ndaba\",\n    \"reladled\": \"yiri\",\n    \"reladling\": \"yiri\",\n    \"relay\": \"ọsọ agba anọ\",\n    \"relaid\": \"laghachi\",\n    \"relayed\": \"ezigara\",\n    \"relayer\": \"mgbasa ozi\",\n    \"relaying\": \"Relay\",\n    \"relayman\": \"agba anọ nwoke\",\n    \"relament\": \"akuko\",\n    \"relamp\": \"megharia\",\n    \"relance\": \"ileba anya\",\n    \"relanced\": \"ileba anya\",\n    \"reland\": \"ireland\",\n    \"relap\": \"laghachi\",\n    \"relapsable\": \"laghachi\",\n    \"relapse\": \"nlọghachi\",\n    \"relapsed\": \"laghachiri\",\n    \"relapseproof\": \"nlọghachi azụ\",\n    \"relapser\": \"nlọghachi\",\n    \"relapsers\": \"nlọghachi\",\n    \"relapses\": \"nlọghachi\",\n    \"relapsing\": \"nlọghachi\",\n    \"relast\": \"laghachi\",\n    \"relate\": \"ikwu\",\n    \"related\": \"metụtara\",\n    \"relatedly\": \"metụtara\",\n    \"relatedness\": \"njikọ\",\n    \"relaters\": \"Ihe gbasara\",\n    \"relates\": \"na-akọ\",\n    \"relating\": \"metụtara\",\n    \"relatinization\": \"nlọghachi\",\n    \"relation\": \"mmekọrita\",\n    \"relational\": \"mmekọrịta\",\n    \"relationality\": \"mmekọrịta\",\n    \"relationally\": \"na mmekọrịta\",\n    \"relationals\": \"mmekọrịta\",\n    \"relationary\": \"onye ikwu\",\n    \"relatione\": \"mmekọrita\",\n    \"relationism\": \"mmekọrịta\",\n    \"relationist\": \"onye mmekorita\",\n    \"relationless\": \"enweghị mmekọ\",\n    \"relations\": \"mmekọrịta\",\n    \"relationship\": \"mmekọrịta\",\n    \"relationships\": \"mmekọrịta\",\n    \"relative\": \"ikwu\",\n    \"relatively\": \"dịtụ\",\n    \"relatives\": \"ndị ikwu\",\n    \"relativist\": \"onye nlekọta\",\n    \"relativistically\": \"na-ekwu okwu\",\n    \"relativity\": \"mmekọrịta\",\n    \"relativize\": \"weghachite\",\n    \"relator\": \"akụkọ\",\n    \"relators\": \"ndị akụkọ\",\n    \"relatrix\": \"njikọta\",\n    \"relaunch\": \"malitegharịa\",\n    \"relaunched\": \"maliteghachi\",\n    \"relaunches\": \"na-alọta\",\n    \"relaunching\": \"Iweghachite\",\n    \"relaunder\": \"ghaghachite\",\n    \"relaundered\": \"ekwughachi\",\n    \"relaundering\": \"undghaghachi\",\n    \"relaunders\": \"Ndokwa\",\n    \"relax\": \"Zuo ike\",\n    \"relaxable\": \"izuike\",\n    \"relaxant\": \"izuike\",\n    \"relaxants\": \"izu ike\",\n    \"relaxation\": \"izu ike\",\n    \"relaxations\": \"ezumike\",\n    \"relaxative\": \"izu ike\",\n    \"relaxatory\": \"izu ike\",\n    \"relaxed\": \"ezumike\",\n    \"relaxedly\": \"ezumike\",\n    \"relaxedness\": \"izu ike\",\n    \"relaxer\": \"izuike\",\n    \"relaxers\": \"ezumike\",\n    \"relaxes\": \"zuru ike\",\n    \"relaxin\": \"zuo ike\",\n    \"relaxing\": \"izu ike\",\n    \"relaxins\": \"izuike\",\n    \"relead\": \"hapụ\",\n    \"releap\": \"nweghachi\",\n    \"relearn\": \"tugharia\",\n    \"relearned\": \"amughachi\",\n    \"relearning\": \"na-atọhapụ\",\n    \"relearns\": \"na-agagharị\",\n    \"relearnt\": \"weghachi\",\n    \"releasability\": \"nkwenye\",\n    \"releasable\": \"nwere ike ịhapụ\",\n    \"releasably\": \"nwere ike\",\n    \"release\": \"hapụ\",\n    \"released\": \"wepụtara\",\n    \"releasee\": \"wepụtara\",\n    \"releasement\": \"nnwere onwe\",\n    \"releaser\": \"hapụ\",\n    \"releasers\": \"weputara\",\n    \"releases\": \"weputara\",\n    \"releasibility\": \"nkwenye\",\n    \"releasible\": \"nwere ike ịhapụ\",\n    \"releasing\": \"na-atọhapụ\",\n    \"releasor\": \"hapụ\",\n    \"releather\": \"weghachite\",\n    \"relection\": \"nnwere onwe\",\n    \"relegate\": \"hapụ\",\n    \"relegated\": \"gbadara\",\n    \"relegating\": \"na-akpọghachi\",\n    \"releivo\": \"hapụ\",\n    \"releivos\": \"Akwụkwọ\",\n    \"relend\": \"wepụta\",\n    \"relending\": \"na-atọhapụ\",\n    \"relends\": \"na-ewepụta\",\n    \"relent\": \"na-echegharị\",\n    \"relented\": \"chegharịa\",\n    \"relenting\": \"na-echegharị\",\n    \"relentingly\": \"na-echegharị\",\n    \"relentless\": \"adighi atughari\",\n    \"relentlessly\": \"n'akwụsịghị akwụsị\",\n    \"relentlessness\": \"adighi ike\",\n    \"relentment\": \"echegharị\",\n    \"reles\": \"ahịhịa amị\",\n    \"relessee\": \"laghachi\",\n    \"relet\": \"ukwu\",\n    \"relets\": \"weputara\",\n    \"relettered\": \"reletlet\",\n    \"relettering\": \"na-aga agha\",\n    \"reletters\": \"reletter\",\n    \"reletting\": \"na-ekwughachi\",\n    \"relevance\": \"mkpa\",\n    \"relevances\": \"nkwupụta\",\n    \"relevancy\": \"mkpa\",\n    \"relevancies\": \"mkpa\",\n    \"relevant\": \"dị mkpa\",\n    \"relevantly\": \"na-emetụta\",\n    \"relevate\": \"wepụta\",\n    \"relevation\": \"mkpughe\",\n    \"relevator\": \"tọgbọrọ\",\n    \"releve\": \"hapụ\",\n    \"relevel\": \"wepụ\",\n    \"releveled\": \"ewepụtara\",\n    \"releveling\": \"na-atọhapụ\",\n    \"relevent\": \"dị mkpa\",\n    \"relever\": \"hapụ\",\n    \"relevy\": \"zigara\",\n    \"relevied\": \"ahụ efe\",\n    \"relevying\": \"dị mkpa\",\n    \"rely\": \"dabere\",\n    \"reliability\": \"ntụkwasị obi\",\n    \"reliabilities\": \"ntụkwasị obi\",\n    \"reliable\": \"kwesiri ntukwasi obi\",\n    \"reliableness\": \"ntụkwasị obi\",\n    \"reliably\": \"a pụrụ ịdabere\",\n    \"reliance\": \"ịdabere\",\n    \"reliances\": \"ịdabere\",\n    \"reliant\": \"dabere\",\n    \"reliantly\": \"dabere\",\n    \"reliberate\": \"ịgbakwunye\",\n    \"reliberated\": \"dabere\",\n    \"reliberating\": \"ịgbakwunye\",\n    \"relicary\": \"ndabere\",\n    \"relicensed\": \"relicense\",\n    \"relicenses\": \"relicense\",\n    \"relicensing\": \"relicens\",\n    \"relics\": \"ihe onwunwe\",\n    \"relicted\": \"reliced\",\n    \"reliction\": \"reliclic\",\n    \"relicts\": \"ihe ncheta\",\n    \"relide\": \"tugharia\",\n    \"relied\": \"enyemaka\",\n    \"relief\": \"enyemaka\",\n    \"reliefer\": \"enyemaka\",\n    \"reliefless\": \"enyemaka dị obere\",\n    \"reliefs\": \"Ihe enyemaka\",\n    \"reliers\": \"dabere\",\n    \"relies\": \"dabere\",\n    \"relievable\": \"nke nwere ike iwepu\",\n    \"relieve\": \"inyeaka\",\n    \"relieved\": \"ahụ efe\",\n    \"relievedly\": \"nyeere\",\n    \"relievement\": \"enyemaka\",\n    \"reliever\": \"inyeaka\",\n    \"relievers\": \"ihe enyemaka\",\n    \"relieves\": \"na-enyere aka\",\n    \"relieving\": \"na-agbada\",\n    \"relievingly\": \"na-agbada\",\n    \"relievo\": \"enyemaka\",\n    \"relievos\": \"ihe enyemaka\",\n    \"relig\": \"Okpukpe\",\n    \"religate\": \"kpee okpukpe\",\n    \"religation\": \"okpukpe\",\n    \"relight\": \"megharia\",\n    \"relighted\": \"megharịrị\",\n    \"relighten\": \"tugharịa\",\n    \"relightener\": \"imeghari\",\n    \"relights\": \"ọkụ\",\n    \"religio\": \"Okpukpo\",\n    \"religion\": \"okpukpe\",\n    \"religionary\": \"okpukpe\",\n    \"religionate\": \"kpe okpukpe\",\n    \"religioner\": \"okpukperechi\",\n    \"religionism\": \"okpukpe\",\n    \"religionist\": \"okpukpe\",\n    \"religionistic\": \"okpukpe\",\n    \"religionists\": \"ndị okpukpe\",\n    \"religionize\": \"okpukpe\",\n    \"religionless\": \"enweghị okpukpe\",\n    \"religions\": \"okpukpe\",\n    \"religiose\": \"okpukpe\",\n    \"religiosity\": \"okpukpe\",\n    \"religious\": \"okpukpe\",\n    \"religiously\": \"n'okpukpe\",\n    \"religiousness\": \"okpukpe\",\n    \"relying\": \"na-adabere\",\n    \"relimitation\": \"relimation\",\n    \"reline\": \"kpọgharịa\",\n    \"relined\": \"kwuru\",\n    \"relining\": \"zaghachi\",\n    \"relinquish\": \"hapụ\",\n    \"relinquished\": \"hapụrụ\",\n    \"relinquishes\": \"na-ahapụ\",\n    \"relinquishing\": \"na-ahapụ\",\n    \"relinquishment\": \"nnabata\",\n    \"reliquaire\": \"ndabere\",\n    \"reliquary\": \"ndabere\",\n    \"reliquaries\": \"ndabere\",\n    \"relique\": \"dabere\",\n    \"reliquefy\": \"nwee ntụkwasị obi\",\n    \"reliquefied\": \"nwere ike ịtụkwasị obi\",\n    \"reliquefying\": \"ikwado\",\n    \"reliques\": \"dabere\",\n    \"reliquiae\": \"ndabere\",\n    \"reliquian\": \"ndabere\",\n    \"reliquidate\": \"gbanyeghachi\",\n    \"reliquidated\": \"na-emegharị\",\n    \"reliquidates\": \"na-agbakwụnye\",\n    \"reliquidating\": \"na-agbanye mmiri\",\n    \"reliquidation\": \"ikpochapu mmiri\",\n    \"reliquism\": \"nkwenye\",\n    \"relish\": \"nwee obi ụtọ\",\n    \"relishable\": \"relisha\",\n    \"relished\": \"nwee obi ụtọ\",\n    \"relisher\": \"kpọgharịa\",\n    \"relishes\": \"na-ada\",\n    \"relishing\": \"na-enwe obi ụtọ\",\n    \"relishingly\": \"na-enwe obi ụtọ\",\n    \"relishsome\": \"Arịrịrị\",\n    \"relist\": \"debanye aha\",\n    \"relisted\": \"relist\",\n    \"relisten\": \"kpọgharịa\",\n    \"relisting\": \"idenye aha\",\n    \"relitigate\": \"megharịa\",\n    \"relitigation\": \"mgbazigharị\",\n    \"relivable\": \"pụrụ ịdabere na ya\",\n    \"relive\": \"rell\",\n    \"relived\": \"chetaghachiri\",\n    \"reliver\": \"na-adabere\",\n    \"relives\": \"na-adabere\",\n    \"reliving\": \"na-adabere\",\n    \"reload\": \"bubatagharịa\",\n    \"reloaded\": \"weghachite\",\n    \"reloader\": \"Akwajuru\",\n    \"reloaders\": \"ndị na-ebugharị\",\n    \"reloading\": \"na-ebugharị\",\n    \"reloads\": \"Akwajuru\",\n    \"reloaned\": \"reloan\",\n    \"reloaning\": \"reloan\",\n    \"reloans\": \"reloan\",\n    \"relocable\": \"ibughari\",\n    \"relocatability\": \"ibughari\",\n    \"relocatable\": \"ibughari\",\n    \"relocate\": \"bugharịa\",\n    \"relocated\": \"kwagara ebe ọzọ\",\n    \"relocatee\": \"kwagara ebe ọzọ\",\n    \"relocates\": \"kwagara ebe ọzọ\",\n    \"relocating\": \"ịkwaga ebe ọzọ\",\n    \"relocation\": \"ịkwaga ebe ọzọ\",\n    \"relocations\": \"ịkwaga ebe ọzọ\",\n    \"relocator\": \"ebugharị\",\n    \"relook\": \"ileba anya\",\n    \"relose\": \"nabata\",\n    \"relot\": \"ada\",\n    \"reluce\": \"zụrụ\",\n    \"relucent\": \"n'ụsọ\",\n    \"reluct\": \"ekweghiekwe\",\n    \"reluctance\": \"ekweghị\",\n    \"reluctancy\": \"ekweghị\",\n    \"reluctant\": \"ala azụ\",\n    \"reluctantly\": \"n’adaghị mba\",\n    \"reluctate\": \"ala azụ\",\n    \"reluctation\": \"ekweghiekwe\",\n    \"relucted\": \"zụlitere\",\n    \"relucting\": \"na-ala azụ\",\n    \"reluctivity\": \"enweghị ike\",\n    \"relucts\": \"ụgbọ okporo ígwè\",\n    \"relumed\": \"chetaghachiri\",\n    \"relumes\": \"megharia\",\n    \"relumined\": \"chetaghachiri\",\n    \"reluming\": \"relum\",\n    \"relumining\": \"na-agbapụtaghachi\",\n    \"remagnetization\": \"remugnetization\",\n    \"remagnetize\": \"megharia\",\n    \"remagnetized\": \"remugnetized\",\n    \"remagnetizing\": \"imeghari\",\n    \"remagnify\": \"megharia\",\n    \"remagnification\": \"imeghari\",\n    \"remagnified\": \"megharia\",\n    \"remagnifying\": \"imeghari\",\n    \"remail\": \"ozi-e\",\n    \"remailed\": \"wepụ\",\n    \"remailing\": \"na-agbarụ\",\n    \"remails\": \"foduru\",\n    \"remaim\": \"nọgide\",\n    \"remain\": \"nọgide\",\n    \"remainder\": \"Nke fọduru\",\n    \"remaindered\": \"fọdụrụ\",\n    \"remaindering\": \"na-agbatị\",\n    \"remainderman\": \"fọdụrụnụ\",\n    \"remaindermen\": \"ndị fọdụrụ\",\n    \"remainders\": \"ndi ozo\",\n    \"remaindership\": \"nlọghachi\",\n    \"remaindment\": \"Nke fọdụrụ\",\n    \"remained\": \"nọgidere\",\n    \"remainer\": \"nọgidere\",\n    \"remaining\": \"fọdụrụ\",\n    \"remains\": \"foduru\",\n    \"remaintain\": \"fọdụ\",\n    \"remaintenance\": \"mmezi\",\n    \"remake\": \"imeghari\",\n    \"remakes\": \"emegharia\",\n    \"remaking\": \"imeghari\",\n    \"remanagement\": \"Ntughari\",\n    \"remanation\": \"nkwughachi\",\n    \"remancipate\": \"imeghachi\",\n    \"remancipation\": \"mgbapụta\",\n    \"remand\": \"ibughachi\",\n    \"remanded\": \"edeghachiri\",\n    \"remanding\": \"ịgbanyụ\",\n    \"remandment\": \"ịkwụghachi\",\n    \"remands\": \"Iwu\",\n    \"remanence\": \"imeghachi\",\n    \"remanency\": \"remanị\",\n    \"remanifestation\": \"imeghachi\",\n    \"remanipulate\": \"imegharia\",\n    \"remanipulation\": \"imeghari\",\n    \"remanned\": \"zaghachi\",\n    \"remanning\": \"na-echegharị\",\n    \"remans\": \"na-echeta\",\n    \"remanufacture\": \"remanufacturing\",\n    \"remanufacturer\": \"remanufactured\",\n    \"remanufactures\": \"remanufactured\",\n    \"remanure\": \"imeghachi\",\n    \"remap\": \"ezumike\",\n    \"remapped\": \"weghaara\",\n    \"remapping\": \"na-agbatị\",\n    \"remaps\": \"ezumike\",\n    \"remarch\": \"ịlụgharị\",\n    \"remargin\": \"tugharia\",\n    \"remark\": \"kwuru\",\n    \"remarkability\": \"ngosipụta\",\n    \"remarkable\": \"dị ịrịba ama\",\n    \"remarkableness\": \"dị ịrịba ama\",\n    \"remarkably\": \"N'ụzọ dị ịrịba ama\",\n    \"remarked\": \"kwuru\",\n    \"remarkedly\": \"kwuru n'okwu\",\n    \"remarker\": \"kwuru\",\n    \"remarkers\": \"ndị na-atụgharị uche\",\n    \"remarket\": \"chegharịa\",\n    \"remarking\": \"na-ekwu okwu\",\n    \"remarks\": \"kwuru\",\n    \"remarques\": \"chọgharị\",\n    \"remarry\": \"ịlụ nwaanyị ọzọ\",\n    \"remarriage\": \"ịlụgharị di\",\n    \"remarriages\": \"ịlụ nwaanyị ọzọ\",\n    \"remarried\": \"luru di\",\n    \"remarries\": \"luru di\",\n    \"remarrying\": \"ịlụgharị di\",\n    \"remarshal\": \"ezumike\",\n    \"remarshaled\": \"ezumike\",\n    \"remarshaling\": \"nweghachi\",\n    \"remarshalling\": \"nweghachi\",\n    \"remasticate\": \"imeghari\",\n    \"remasticated\": \"remastated\",\n    \"remasticating\": \"na-emegharị anya\",\n    \"remastication\": \"imeghari\",\n    \"rematching\": \"imeghari\",\n    \"rematerialization\": \"imeghari\",\n    \"rematerialize\": \"imeghari\",\n    \"rematerialized\": \"emegharịrị\",\n    \"rematerializing\": \"imeghari\",\n    \"rematriculate\": \"imeghari\",\n    \"rematriculated\": \"gbugharia\",\n    \"rematriculating\": \"imeghari\",\n    \"rembrandtism\": \"ndughari\",\n    \"remeasure\": \"imeghari\",\n    \"remeasurement\": \"remeji\",\n    \"remeasurements\": \"remements\",\n    \"remeasuring\": \"remeas\",\n    \"remedy\": \"usọbọ\",\n    \"remediableness\": \"mmezi\",\n    \"remedial\": \"usọbọ\",\n    \"remedially\": \"ozugbo\",\n    \"remediating\": \"imeghari\",\n    \"remediation\": \"mmezi\",\n    \"remedied\": \"mezie\",\n    \"remedies\": \"ọgwụgwọ\",\n    \"remedying\": \"imezi\",\n    \"remediless\": \"enweghị ego\",\n    \"remedilessness\": \"enweghịzị\",\n    \"remeditate\": \"mezie\",\n    \"remeditation\": \"ọgwụgwọ\",\n    \"remeeting\": \"imeghari\",\n    \"remelted\": \"na-echeta\",\n    \"remelting\": \"na-echegharị\",\n    \"remelts\": \"echeta\",\n    \"remember\": \"cheta\",\n    \"rememberability\": \"ncheta\",\n    \"rememberable\": \"echeta\",\n    \"rememberably\": \"icheta\",\n    \"remembered\": \"chetara\",\n    \"rememberer\": \"onye ncheta\",\n    \"rememberers\": \"ncheta\",\n    \"remembering\": \"icheta\",\n    \"rememberingly\": \"icheta\",\n    \"remembers\": \"na-echeta\",\n    \"remembrance\": \"ncheta\",\n    \"remembrancer\": \"ihe ncheta\",\n    \"remembrancership\": \"ncheta\",\n    \"remembrances\": \"ncheta\",\n    \"rememorate\": \"cheta\",\n    \"rememoration\": \"ncheta\",\n    \"rememorative\": \"na-echeta\",\n    \"rememorize\": \"cheta\",\n    \"rememorized\": \"echetara\",\n    \"rememorizing\": \"icheta\",\n    \"remen\": \"chetaghachi\",\n    \"remenace\": \"imeghari\",\n    \"remenant\": \"Ndi fọduru\",\n    \"remend\": \"chetaghachi\",\n    \"remended\": \"chetaghachiri\",\n    \"remending\": \"na-emezigharị\",\n    \"remends\": \"na-echeta\",\n    \"remene\": \"chetaghachi\",\n    \"remention\": \"remington\",\n    \"remercy\": \"imeghachi\",\n    \"remerge\": \"chegharịa\",\n    \"remerged\": \"chegharịrị\",\n    \"remerges\": \"chetara\",\n    \"remerging\": \"na-echekwa\",\n    \"remetal\": \"ígwè\",\n    \"remex\": \"remix\",\n    \"remicate\": \"ichebe\",\n    \"remication\": \"ntụrụndụ\",\n    \"remicle\": \"gbaa gburugburu\",\n    \"remiform\": \"megharịrị\",\n    \"remigate\": \"remata\",\n    \"remigation\": \"wepụ\",\n    \"remigrant\": \"resigrant\",\n    \"remigrate\": \"megharia\",\n    \"remigrated\": \"gbanwee\",\n    \"remigrates\": \"na-ebugharị\",\n    \"remigrating\": \"na-agbanyegharị\",\n    \"remigration\": \"nlọghachi\",\n    \"remigrations\": \"imeghari\",\n    \"remill\": \"megharia\",\n    \"remind\": \"ichetara\",\n    \"remindal\": \"ncheta\",\n    \"reminded\": \"ncheta\",\n    \"reminder\": \"ncheta\",\n    \"reminders\": \"ihe ncheta\",\n    \"remindful\": \"echetara\",\n    \"reminding\": \"na-echetara\",\n    \"remindingly\": \"ichetara\",\n    \"reminds\": \"na-echetara\",\n    \"remineralization\": \"nyochaghachi\",\n    \"remineralize\": \"weghachite\",\n    \"remingled\": \"ichegharị\",\n    \"remingling\": \"na-echegharị\",\n    \"reminisce\": \"cheta\",\n    \"reminisced\": \"chetara\",\n    \"reminiscenceful\": \"na-echeta\",\n    \"reminiscent\": \"na-echetara anyị\",\n    \"reminiscential\": \"na-echetara anyị\",\n    \"reminiscentially\": \"na-echeta ya\",\n    \"reminiscently\": \"na-echetara anyị\",\n    \"reminiscer\": \"na-echeta\",\n    \"reminisces\": \"na-echeta\",\n    \"reminiscing\": \"na-echeta\",\n    \"reminted\": \"chetaghachiri\",\n    \"reminting\": \"na-echeta\",\n    \"remints\": \"na-echeta\",\n    \"remiped\": \"enwetaghachi\",\n    \"remise\": \"megharia\",\n    \"remised\": \"megharia\",\n    \"remising\": \"na-akwụ ụgwọ\",\n    \"remisrepresentation\": \"ngosipụta\",\n    \"remissful\": \"na-enwe obi\",\n    \"remissibleness\": \"nwekwaa ike\",\n    \"remission\": \"Mgbaghara\",\n    \"remissive\": \"na-agbanwe\",\n    \"remissively\": \"ugboro ugboro\",\n    \"remissiveness\": \"nwekwaa ike\",\n    \"remissness\": \"nwekwaa ike\",\n    \"remisunderstand\": \"ghota\",\n    \"remit\": \"hapụ\",\n    \"remitment\": \"nnyefe\",\n    \"remittable\": \"nkwụnye\",\n    \"remittal\": \"Nnyefe\",\n    \"remittals\": \"Ntọala\",\n    \"remittance\": \"nnyefe\",\n    \"remittancer\": \"nnyeghachi\",\n    \"remittances\": \"nnyefe\",\n    \"remitted\": \"nyefere\",\n    \"remittee\": \"nnyefe\",\n    \"remittence\": \"nnyefe\",\n    \"remittency\": \"nnyeghachi\",\n    \"remittent\": \"nnyeghachi\",\n    \"remittently\": \"nnyeghachi\",\n    \"remitter\": \"zipu\",\n    \"remitters\": \"ndị na-ezipụ\",\n    \"remitting\": \"izipu\",\n    \"remittitur\": \"ntinye aha\",\n    \"remittor\": \"onye nkwụnye\",\n    \"remittors\": \"ndị nkwụnye ọkụ\",\n    \"remixed\": \"Gbanwee\",\n    \"remixture\": \"remilata\",\n    \"remnant\": \"Ndi fọduru\",\n    \"remnantal\": \"nwepu\",\n    \"remnants\": \"foduru\",\n    \"remobilization\": \"iwepu\",\n    \"remobilize\": \"wepụsịrị\",\n    \"remobilized\": \"ewepu\",\n    \"remobilizing\": \"na-ewepu\",\n    \"remoboth\": \"kpochapu\",\n    \"remock\": \"wepụ\",\n    \"remodel\": \"imeghari\",\n    \"remodeled\": \"emegharị\",\n    \"remodeler\": \"onye nrụgharị\",\n    \"remodelers\": \"ndị nrụgharị\",\n    \"remodeling\": \"na-emezigharị\",\n    \"remodelled\": \"emegharị\",\n    \"remodeller\": \"onye nrụpụta\",\n    \"remodelling\": \"na-emezigharị\",\n    \"remodelment\": \"mmegharị\",\n    \"remodels\": \"emegharịrị\",\n    \"remodify\": \"wepụ\",\n    \"remodification\": \"nwepu iwepụ\",\n    \"remodified\": \"ewepu\",\n    \"remodifies\": \"wepụsịrị\",\n    \"remodifying\": \"wepụkwa\",\n    \"remodulate\": \"imeghari\",\n    \"remodulated\": \"gbanwere\",\n    \"remodulating\": \"imeghari\",\n    \"remolade\": \"nwepu\",\n    \"remolades\": \"ewepu\",\n    \"remold\": \"chetaghachi\",\n    \"remolded\": \"chetaghachi\",\n    \"remolding\": \"reolding\",\n    \"remolds\": \"na-echeta\",\n    \"remollient\": \"echeta\",\n    \"remollify\": \"mezie\",\n    \"remollified\": \"chetaghachiri\",\n    \"remollifying\": \"na-echegharị\",\n    \"remonetizes\": \"remonetates\",\n    \"remonetizing\": \"imeghari\",\n    \"remonstrantly\": \"ugboro ugboro\",\n    \"remonstrating\": \"na-echegharị\",\n    \"remonstratingly\": \"n'okwu\",\n    \"remonstrative\": \"na-echegharị\",\n    \"remonstrators\": \"ndị na-atụgharị uche\",\n    \"remop\": \"wepu\",\n    \"remora\": \"nwepu\",\n    \"remoras\": \"wepu\",\n    \"remorate\": \"wepu\",\n    \"remore\": \"n'ime obodo\",\n    \"remorid\": \"weghachiri\",\n    \"remorse\": \"nchegharị\",\n    \"remorseful\": \"na-enwe nchegharị\",\n    \"remorsefully\": \"na nchegharị\",\n    \"remorsefulness\": \"iji akọ\",\n    \"remorseless\": \"na-enweghị nchegharị\",\n    \"remorselessly\": \"na-echegharị\",\n    \"remorselessness\": \"nwute\",\n    \"remorseproof\": \"nchegharị àmà\",\n    \"remorses\": \"ewepu\",\n    \"remortgage\": \"nkwụghachi ụgwọ\",\n    \"remortgaged\": \"nkwụghachi ụgwọ\",\n    \"remortgages\": \"mgbazinye ego\",\n    \"remortgaging\": \"imeghari\",\n    \"remote\": \"n'ime obodo\",\n    \"remoted\": \"weghaara\",\n    \"remotely\": \"remotot\",\n    \"remoteness\": \"remotot\",\n    \"remoter\": \"n'ime obodo\",\n    \"remotion\": \"mgbanwe\",\n    \"remotions\": \"nweghachite\",\n    \"remould\": \"wepu\",\n    \"remount\": \"nwepu\",\n    \"remounted\": \"ewepu\",\n    \"remounting\": \"wepụ\",\n    \"remounts\": \"nwepu\",\n    \"removability\": \"ewepu\",\n    \"removable\": \"nke mbughari\",\n    \"removableness\": \"mbughari\",\n    \"removably\": \"wepu\",\n    \"removal\": \"mwepụ\",\n    \"removalist\": \"nwepu\",\n    \"removals\": \"nwepu\",\n    \"remove\": \"wepụ\",\n    \"removed\": \"wepụrụ\",\n    \"removedly\": \"wepụrụ\",\n    \"removedness\": \"iwepu\",\n    \"removeless\": \"wepụ\",\n    \"removement\": \"iwepu\",\n    \"remover\": \"wepụ\",\n    \"removers\": \"ndị ewepụ ihe\",\n    \"removes\": \"ewepu\",\n    \"removing\": \"iwepu\",\n    \"remultiplication\": \"ntughari\",\n    \"remultiplied\": \"Na-emegharị\",\n    \"remultiplying\": \"na-emegharị\",\n    \"remunerability\": \"nkwụghachi ụgwọ\",\n    \"remunerable\": \"akwụghachi ụgwọ\",\n    \"remunerably\": \"akwụghachi ụgwọ\",\n    \"remunerate\": \"kwụghachi\",\n    \"remunerated\": \"kwụghachi ụgwọ\",\n    \"remunerates\": \"na-akwụghachi ụgwọ\",\n    \"remunerating\": \"na-akwụghachi ụgwọ\",\n    \"remuneration\": \"ụgwọ ọrụ\",\n    \"remunerations\": \"ụgwọ ọrụ\",\n    \"remunerative\": \"akwụ ụgwọ\",\n    \"remuneratively\": \"n'ụgwọ\",\n    \"remunerativeness\": \"nkwụghachi ụgwọ\",\n    \"remunerator\": \"ihe ndozi\",\n    \"remuneratory\": \"imeghari\",\n    \"renaissance\": \"nlọghachi\",\n    \"renal\": \"gbasara akụrụ\",\n    \"rename\": \"nyegharịa\",\n    \"renamed\": \"nyegharịa aha\",\n    \"renaming\": \"renam aha ya\",\n    \"renascence\": \"akụrụ\",\n    \"renascency\": \"imeghachi azu\",\n    \"renascibleness\": \"nnabata\",\n    \"renate\": \"ịgbazite\",\n    \"renationalize\": \"ịgbazinye ego\",\n    \"renationalized\": \"ịgba ụgwọ\",\n    \"renationalizing\": \"nnabata\",\n    \"renature\": \"itinye aha\",\n    \"renavigate\": \"tugharia\",\n    \"rencountered\": \"zutere\",\n    \"rencountering\": \"zutere\",\n    \"rencounters\": \"nweghachi ego\",\n    \"rend\": \"kwaa\",\n    \"rended\": \"na-eme\",\n    \"rendement\": \"nsụgharị\",\n    \"render\": \"na-eme\",\n    \"renderable\": \"ntụgharị\",\n    \"rendered\": \"sụgharịrị\",\n    \"renderer\": \"sụgharịrị\",\n    \"renderers\": \"ndị ntụgharị\",\n    \"rendering\": \"nsụgharị\",\n    \"renderings\": \"nsụgharị\",\n    \"renders\": \"sụgharịta\",\n    \"renderset\": \"sụgharịrị\",\n    \"rendezvous\": \"zaghachi\",\n    \"rendezvoused\": \"zaghachi\",\n    \"rendibility\": \"ntụkwasị obi\",\n    \"rendible\": \"nkwenye\",\n    \"rending\": \"nsụgharị\",\n    \"rendition\": \"nsụgharị\",\n    \"renditions\": \"nsụgharị\",\n    \"rendlewood\": \"ịgha\",\n    \"rendoun\": \"ire\",\n    \"rendrock\": \"Ntughari\",\n    \"rends\": \"na-ewe\",\n    \"rendu\": \"ire\",\n    \"rendzina\": \"Ntughari\",\n    \"rendzinas\": \"Nkechinyere\",\n    \"reneague\": \"izu ike\",\n    \"renealmia\": \"megharia\",\n    \"renecessitate\": \"megharia\",\n    \"reneg\": \"Na-aga n'ihu\",\n    \"renegade\": \"na-asọ nsọ\",\n    \"renegaded\": \"ọhụrụ\",\n    \"renegades\": \"ọhụrụ\",\n    \"renegading\": \"imeghari\",\n    \"renegadism\": \"na-asọ nsọ\",\n    \"renegado\": \"imeghari\",\n    \"renegadoes\": \"ọhụrụ\",\n    \"renegados\": \"ọhụrụ\",\n    \"renegate\": \"imeghari\",\n    \"renegated\": \"ọhụrụ\",\n    \"renegating\": \"na-emegharị\",\n    \"renegation\": \"mmeghari ohuru\",\n    \"renege\": \"dị ọhụrụ\",\n    \"reneged\": \"ọhụrụ\",\n    \"reneger\": \"mmeghari ohuru\",\n    \"renegers\": \"ndị na-emegharị ihe\",\n    \"reneges\": \"ọhụrụ\",\n    \"reneging\": \"emeghari ohuru\",\n    \"reneglect\": \"regglg\",\n    \"renegotiable\": \"imeghari\",\n    \"renegotiate\": \"weghachi\",\n    \"renegotiated\": \"weghachitere\",\n    \"renegotiates\": \"na-agbanwe agbanwe\",\n    \"renegotiating\": \"imeghari\",\n    \"renegotiation\": \"nlọghachi\",\n    \"renegotiations\": \"nlọghachi\",\n    \"renegotiator\": \"imeghari\",\n    \"renegue\": \"Mgbasa\",\n    \"renerve\": \"tugharia\",\n    \"reneutralize\": \"imeghari\",\n    \"reneutralized\": \"imeghari\",\n    \"reneutralizing\": \"imeghari\",\n    \"renew\": \"imeohuru\",\n    \"renewability\": \"mmeghari ohuru\",\n    \"renewable\": \"emere maka mmeghari ohuru\",\n    \"renewably\": \"imeghari\",\n    \"renewal\": \"mmeghari ohuru\",\n    \"renewals\": \"mmeghari ohuru\",\n    \"renewed\": \"ọhụrụ\",\n    \"renewedly\": \"ọhụrụ\",\n    \"renewedness\": \"ọhụrụ\",\n    \"renewer\": \"mmeghari ohuru\",\n    \"renewers\": \"mmeghari ohuru\",\n    \"renewing\": \"eme ohuru\",\n    \"renewment\": \"mmeghari ohuru\",\n    \"renews\": \"ọhụrụ\",\n    \"renidify\": \"zighachite\",\n    \"renidification\": \"nnabata\",\n    \"renigging\": \"na-agbazigharị\",\n    \"renilla\": \"renime\",\n    \"reniportal\": \"zaghachi\",\n    \"renish\": \"zụọ\",\n    \"renitence\": \"nnabata\",\n    \"renitency\": \"nnabata\",\n    \"rennases\": \"rennase\",\n    \"reno\": \"rụgharịa\",\n    \"renocutaneous\": \"nwegharia\",\n    \"renogastric\": \"imeghari\",\n    \"renogram\": \"mmeghari ohuru\",\n    \"renograms\": \"mmeghari ohuru\",\n    \"renography\": \"mmeghari ohuru\",\n    \"renographic\": \"mmeghari ohuru\",\n    \"renointestinal\": \"ume ọhụrụ\",\n    \"renoir\": \"mmeghari ohuru\",\n    \"renomination\": \"nnabata\",\n    \"renopericardial\": \"nnenneigbo\",\n    \"renopulmonary\": \"imeghari\",\n    \"renormalization\": \"nnabata\",\n    \"renormalize\": \"megharia\",\n    \"renormalized\": \"megharia\",\n    \"renormalizing\": \"imeghari\",\n    \"renotation\": \"nyochaghachi\",\n    \"renotice\": \"chetaghachi\",\n    \"renoticed\": \"ahụrụ\",\n    \"renoticing\": \"renoting\",\n    \"renotify\": \"degharịa\",\n    \"renotification\": \"nyochaghachi\",\n    \"renotified\": \"enwetaghachi\",\n    \"renotifies\": \"na-egosi\",\n    \"renotifying\": \"renoting\",\n    \"renounce\": \"jụ\",\n    \"renounceable\": \"nweghara\",\n    \"renounced\": \"jụ\",\n    \"renouncement\": \"nwepu\",\n    \"renouncements\": \"nweghachite\",\n    \"renouncer\": \"jụ\",\n    \"renouncers\": \"ndị rekọd\",\n    \"renounces\": \"hapụ\",\n    \"renouncing\": \"na-ajụ\",\n    \"renourish\": \"imeghari\",\n    \"renourishment\": \"mmeghari ohuru\",\n    \"renovare\": \"megharia\",\n    \"renovate\": \"imezighari\",\n    \"renovated\": \"rụzigharịa\",\n    \"renovater\": \"imeghari\",\n    \"renovates\": \"megharia\",\n    \"renovating\": \"imeghari\",\n    \"renovatingly\": \"imeghari\",\n    \"renovation\": \"ntaghari ohuru\",\n    \"renovations\": \"mmeghari ohuru\",\n    \"renovative\": \"mmeghari ohuru\",\n    \"renovator\": \"ndozi\",\n    \"renovatory\": \"imeghari\",\n    \"renovators\": \"mmeghari ohuru\",\n    \"renove\": \"megharia\",\n    \"renovel\": \"megharia\",\n    \"renovize\": \"mezue\",\n    \"renown\": \"amaara\",\n    \"renowned\": \"ama ama\",\n    \"renownedly\": \"ama ama\",\n    \"renownedness\": \"ama ama\",\n    \"renowner\": \"ama ama\",\n    \"renownful\": \"ama ama\",\n    \"renowning\": \"na-ama ama\",\n    \"renownless\": \"enweghị ama\",\n    \"renowns\": \"ama\",\n    \"rent\": \"mgbazinye\",\n    \"rentability\": \"ụgwọ ụlọ\",\n    \"rentable\": \"ịgbaziri agbaziri\",\n    \"rentage\": \"ụgwọ ụlọ\",\n    \"rental\": \"mgbazinye\",\n    \"rentaler\": \"mgbazinye\",\n    \"rentaller\": \"onye mgbazinye\",\n    \"rentals\": \"mgbazinye\",\n    \"rente\": \"ịgbaziri agbaziri\",\n    \"rented\": \"ịgbaziri agbaziri\",\n    \"renter\": \"onye mgbazinye\",\n    \"renters\": \"ndị na-akwụ ụgwọ\",\n    \"rentes\": \"ụgwọ ụlọ\",\n    \"renting\": \"ịgbaziri agbaziri\",\n    \"rentless\": \"enweghị ụgwọ ụlọ\",\n    \"rentrant\": \"onye mgbazinye\",\n    \"rentree\": \"ụgwọ ụlọ\",\n    \"rents\": \"mgbazinye\",\n    \"renullify\": \"regharịa\",\n    \"renullification\": \"nnabata\",\n    \"renullifying\": \"renụsọ\",\n    \"renumbered\": \"regharịrị\",\n    \"renumerate\": \"zụọ ahịa\",\n    \"renumeration\": \"imeghari\",\n    \"renunciate\": \"kpọgharịa aha\",\n    \"renunculus\": \"renjinculus\",\n    \"renverse\": \"laa azụ\",\n    \"renversement\": \"icheghari\",\n    \"reobjected\": \"weghachiri\",\n    \"reobjecting\": \"na-achọgharị\",\n    \"reobjects\": \"na-ajụ\",\n    \"reobligation\": \"nlọghachi\",\n    \"reobservation\": \"nyochaghachi\",\n    \"reobserve\": \"megharia\",\n    \"reobserved\": \"echetaghachi\",\n    \"reobserving\": \"reobode\",\n    \"reobtain\": \"reubtain\",\n    \"reobtainable\": \"reubtain\",\n    \"reobtained\": \"reubtain\",\n    \"reobtaining\": \"reubtain\",\n    \"reobtainment\": \"nlọghachi\",\n    \"reoccasion\": \"oge ozo\",\n    \"reoccupation\": \"reockupation\",\n    \"reoccupations\": \"reo aka ọrụ\",\n    \"reoccupied\": \"lekọtakwa\",\n    \"reoccupying\": \"reo ọrụ\",\n    \"reoccurred\": \"laghachiri\",\n    \"reoccurrence\": \"nlọghachi\",\n    \"reoccurrences\": \"nlọghachi azụ\",\n    \"reoccurring\": \"reoccor\",\n    \"reoccurs\": \"reoccos\",\n    \"reoffered\": \"weghachi\",\n    \"reoil\": \"re mmanụ\",\n    \"reoiled\": \"reo\",\n    \"reoiling\": \"re mmanụ\",\n    \"reoils\": \"mmanụ\",\n    \"reometer\": \"rheometer\",\n    \"reomission\": \"Mgbaghara\",\n    \"reopen\": \"imegheghachi\",\n    \"reopened\": \"meghere\",\n    \"reopener\": \"reopen\",\n    \"reopening\": \"imeghe\",\n    \"reopenings\": \"imeghe\",\n    \"reopens\": \"meghee\",\n    \"reoperate\": \"rụọ ọrụ\",\n    \"reoperated\": \"reopeji\",\n    \"reoperating\": \"imeghari\",\n    \"reoperation\": \"ịrụ ọrụ\",\n    \"reoppose\": \"megharịa\",\n    \"reopposed\": \"na-arụ ọrụ ọzọ\",\n    \"reopposing\": \"reoppos\",\n    \"reopposition\": \"imeghari\",\n    \"reoppression\": \"nweghachi mmụọ\",\n    \"reorchestrate\": \"megharia\",\n    \"reorchestrated\": \"enwetaghachiri\",\n    \"reorchestrating\": \"imeghari\",\n    \"reorchestration\": \"nlọghachi\",\n    \"reordained\": \"weghachiri\",\n    \"reordaining\": \"imeghari ozo\",\n    \"reordered\": \"weghachiri\",\n    \"reorders\": \"alaghachi\",\n    \"reordinate\": \"weghachite\",\n    \"reordination\": \"nlọghachi\",\n    \"reorganise\": \"imegharia\",\n    \"reorganised\": \"hazigharia\",\n    \"reorganising\": \"nhazighari\",\n    \"reorganization\": \"nhazighari\",\n    \"reorganizations\": \"nhazigharị\",\n    \"reorganize\": \"imegharia\",\n    \"reorganized\": \"hazigharia\",\n    \"reorganizing\": \"nhazighari\",\n    \"reorientated\": \"laghachiri\",\n    \"reorientating\": \"reorientering\",\n    \"reoriented\": \"reori\",\n    \"reornament\": \"nlọghachi\",\n    \"reoutfitted\": \"reoutfit\",\n    \"reoutlined\": \"ebuputala\",\n    \"reoutlining\": \"reouting\",\n    \"reoutrage\": \"reoutgharị\",\n    \"reovercharge\": \"fanyeghachi\",\n    \"reoverflow\": \"relongflow\",\n    \"reovertake\": \"imeghari\",\n    \"reoverwork\": \"imeghari\",\n    \"reoxygenate\": \"oxygenate\",\n    \"reoxygenize\": \"roxygeniz\",\n    \"rep\": \"zaghachi\",\n    \"repace\": \"dochie\",\n    \"repacify\": \"imeghari\",\n    \"repacification\": \"imeghari\",\n    \"repacified\": \"gbanwere\",\n    \"repacifies\": \"na-emegharị\",\n    \"repacifying\": \"na-emegharị\",\n    \"repackage\": \"nkwughachi\",\n    \"repackaged\": \"gbanyeghachiri\",\n    \"repackaging\": \"nkwughachi\",\n    \"repacked\": \"enwetaghachi\",\n    \"repacking\": \"na-akwagharị\",\n    \"repad\": \"zaghachi\",\n    \"repadded\": \"tinyeghachi\",\n    \"repadding\": \"na-edugharị\",\n    \"repaganization\": \"imeghari\",\n    \"repaganize\": \"gbanwee\",\n    \"repaganizer\": \"onye igbo\",\n    \"repage\": \"imegide\",\n    \"repaginate\": \"imeghari\",\n    \"repaginated\": \"gbanwee\",\n    \"repaginates\": \"na-echegharị\",\n    \"repaginating\": \"imeghari\",\n    \"repagination\": \"imeghari\",\n    \"repay\": \"kwụghachi\",\n    \"repayable\": \"nkwụghachi ụgwọ\",\n    \"repayal\": \"ikwusi\",\n    \"repaid\": \"kwụọ ụgwọ\",\n    \"repayed\": \"rụzigharịa\",\n    \"repaying\": \"na-akwụghachi\",\n    \"repayment\": \"ịkwụ ụgwọ\",\n    \"repayments\": \"ịkwụ ụgwọ\",\n    \"repaint\": \"regharịa\",\n    \"repainted\": \"achagharịrị\",\n    \"repainting\": \"na-etegharị\",\n    \"repair\": \"mmezi\",\n    \"repairability\": \"mmezi\",\n    \"repairable\": \"na-edozi\",\n    \"repairableness\": \"arụ ọrụ\",\n    \"repaired\": \"ịrụzi\",\n    \"repairer\": \"onye mmezi\",\n    \"repairers\": \"mmezi\",\n    \"repairing\": \"ịrụzi\",\n    \"repairman\": \"onye mmezi\",\n    \"repairmen\": \"mmezi\",\n    \"repairs\": \"mmezi\",\n    \"repays\": \"akwụ ụgwọ\",\n    \"repale\": \"rụkwaa\",\n    \"repand\": \"imeghari\",\n    \"repandly\": \"zaghachi\",\n    \"repandodentate\": \"imegharia\",\n    \"repandous\": \"nke repand\",\n    \"repandousness\": \"nkwughachi\",\n    \"repanel\": \"weghachite\",\n    \"repaneled\": \"gbanwere\",\n    \"repaneling\": \"na-azụghachi\",\n    \"repaper\": \"Iweghachi\",\n    \"repapered\": \"arụgharịrị\",\n    \"repapering\": \"Iwegharị akwụkwọ\",\n    \"repapers\": \"ndozi\",\n    \"reparability\": \"mmeghari\",\n    \"reparable\": \"Repara\",\n    \"reparably\": \"reparara\",\n    \"reparate\": \"imeghari\",\n    \"reparation\": \"mmeghachi omume\",\n    \"reparations\": \"mmezi\",\n    \"reparative\": \"na-akwụghachi ụgwọ\",\n    \"reparatory\": \"nkwụghachi\",\n    \"reparel\": \"agba\",\n    \"repark\": \"kwuo okwu\",\n    \"repart\": \"malitegharia\",\n    \"repartable\": \"repartart\",\n    \"repartake\": \"malitegharia\",\n    \"repartee\": \"zaghachi\",\n    \"reparteeist\": \"onye ozo\",\n    \"repartees\": \"eweghachi\",\n    \"reparticipate\": \"imegharia\",\n    \"reparticipation\": \"imeghachi ya\",\n    \"repartition\": \"nlọghachi\",\n    \"repartitionable\": \"degharia\",\n    \"repass\": \"zaghachi\",\n    \"repassable\": \"repass\",\n    \"repassage\": \"nkwughachi\",\n    \"repassant\": \"repass\",\n    \"repassed\": \"gbanwere\",\n    \"repasses\": \"repass\",\n    \"repassing\": \"ịghaghachi\",\n    \"repast\": \"megharia\",\n    \"repasted\": \"repas\",\n    \"repasting\": \"megharia\",\n    \"repasts\": \"zaghachi\",\n    \"repasture\": \"ugboro ugboro\",\n    \"repatency\": \"ugboro ugboro\",\n    \"repatent\": \"ikwughachi\",\n    \"repatriable\": \"zighachi\",\n    \"repatriate\": \"weghachite\",\n    \"repatriated\": \"ezighachi\",\n    \"repatriates\": \"ndị si mba ọzọ lọta\",\n    \"repatriating\": \"ezighachi\",\n    \"repatriation\": \"nlọghachi\",\n    \"repatriations\": \"nlọghachi\",\n    \"repatrolled\": \"deghachiri\",\n    \"repatrolling\": \"imeghari\",\n    \"repatronize\": \"imeghari\",\n    \"repatronized\": \"kwughachiri\",\n    \"repatronizing\": \"imeghari\",\n    \"repattern\": \"ugboro ugboro\",\n    \"repave\": \"imezi\",\n    \"repaved\": \"imezi\",\n    \"repavement\": \"okporo ụzọ\",\n    \"repaves\": \"arụzi\",\n    \"repaving\": \"na-edozi\",\n    \"repawn\": \"maliteghachi\",\n    \"repeal\": \"nweghachi\",\n    \"repealability\": \"nweghachite\",\n    \"repealable\": \"nkwughachi\",\n    \"repealableness\": \"Mbughari\",\n    \"repealed\": \"kagburu\",\n    \"repealer\": \"onye na-eweghachi ihe\",\n    \"repealers\": \"ndị na-emegharị ihe\",\n    \"repealing\": \"na-akagbu\",\n    \"repealist\": \"nweghachi\",\n    \"repealless\": \"enweghị ike\",\n    \"repeals\": \"kagbuo\",\n    \"repeat\": \"ikwugharị\",\n    \"repeatability\": \"ikwughachi\",\n    \"repeatable\": \"ikwughachi\",\n    \"repeatal\": \"ikwughachi\",\n    \"repeated\": \"ugboro ugboro\",\n    \"repeatedly\": \"ugboro ugboro\",\n    \"repeater\": \"ugboro ugboro\",\n    \"repeaters\": \"ikwughachi\",\n    \"repeating\": \"na-emeghachi\",\n    \"repeats\": \"na-ekwughachi\",\n    \"repechage\": \"kpochapu\",\n    \"repeddle\": \"edeghachi\",\n    \"repeddling\": \"na-asọgharị\",\n    \"repeg\": \"Ikwu\",\n    \"repel\": \"ichughachiazu\",\n    \"repellance\": \"ileghachi anya\",\n    \"repellant\": \"megharia\",\n    \"repelled\": \"gbaghaara\",\n    \"repellence\": \"mma\",\n    \"repellency\": \"ịda mba\",\n    \"repellent\": \"na-asọ oyi\",\n    \"repellently\": \"na-asọ oyi\",\n    \"repellents\": \"na-ajụ\",\n    \"repellers\": \"ndị na-ere ahịa\",\n    \"repelling\": \"na-agbagha\",\n    \"repellingly\": \"na-aza\",\n    \"repellingness\": \"ellinggha\",\n    \"repels\": \"na-achụghachi\",\n    \"repenalize\": \"megharia\",\n    \"repenalized\": \"emegharịrị\",\n    \"repenalizing\": \"imeghari\",\n    \"repenetrate\": \"imegharia\",\n    \"repenned\": \"repen\",\n    \"repenning\": \"na-echegharị\",\n    \"repension\": \"nkwụghachi ụgwọ\",\n    \"repent\": \"chegharịa\",\n    \"repentable\": \"chegharia\",\n    \"repentance\": \"nchegharị\",\n    \"repentant\": \"chegharịa\",\n    \"repentantly\": \"chegharịa\",\n    \"repented\": \"chegharịa\",\n    \"repenter\": \"chegharia\",\n    \"repenters\": \"chegharịa\",\n    \"repenting\": \"chegharịa\",\n    \"repentingly\": \"chegharịa\",\n    \"repents\": \"chegharịa\",\n    \"repeople\": \"ndị na-emegharị\",\n    \"repeopled\": \"ugboro ugboro\",\n    \"repeoples\": \"ugboro ugboro\",\n    \"repeopling\": \"Na-emegharị\",\n    \"reperceive\": \"reperive\",\n    \"reperceived\": \"enwetara\",\n    \"reperceiving\": \"reperi na-anabata\",\n    \"repercept\": \"nnabata\",\n    \"reperception\": \"nnabata\",\n    \"repercuss\": \"gbaghaara\",\n    \"repercussion\": \"mkpughari\",\n    \"repercussions\": \"mmetụta\",\n    \"repercussively\": \"repercussive\",\n    \"repercussiveness\": \"mmegharị\",\n    \"reperform\": \"gosiputa\",\n    \"reperformance\": \"ọrụ\",\n    \"reperible\": \"imeghachi\",\n    \"reperked\": \"reperper\",\n    \"reperking\": \"na-emegharị\",\n    \"repermission\": \"nnyeghachi\",\n    \"repermit\": \"imeghari\",\n    \"repersonalization\": \"nwoghari\",\n    \"repersonalize\": \"gbanwee\",\n    \"repersuade\": \"sụọ asụsụ\",\n    \"repersuasion\": \"ugboro ugboro\",\n    \"repertoire\": \"akwụkwọ\",\n    \"repertoires\": \"akwụkwọ ozi\",\n    \"repertory\": \"mpịaji\",\n    \"repertories\": \"akwụkwọ mpịakọta\",\n    \"repertorily\": \"ugboro ugboro\",\n    \"repertorium\": \"ụlọ akwụkwọ\",\n    \"reperusal\": \"mmụọ\",\n    \"reperuse\": \"imeghachi\",\n    \"reperused\": \"nyeghachiri ọzọ\",\n    \"reperusing\": \"na-emegharị\",\n    \"repetatively\": \"ugboro ugboro\",\n    \"repetend\": \"ikwughachi\",\n    \"repetends\": \"ugboro ugboro\",\n    \"repetiteur\": \"onye ugboro ugboro\",\n    \"repetiteurs\": \"ugboro ugboro\",\n    \"repetition\": \"ugboro ugboro\",\n    \"repetitional\": \"ikwughachi\",\n    \"repetitionary\": \"ugboro ugboro\",\n    \"repetitions\": \"ugboro ugboro\",\n    \"repetitious\": \"ikwughachi\",\n    \"repetitiously\": \"ugboro ugboro\",\n    \"repetitiousness\": \"ikwughachi ihe\",\n    \"repetitive\": \"ugboro ugboro\",\n    \"repetitively\": \"ugboro ugboro\",\n    \"repetitiveness\": \"ugboro ugboro\",\n    \"repetitory\": \"ugboro ugboro\",\n    \"repetoire\": \"imeghari\",\n    \"repew\": \"megharia\",\n    \"rephase\": \"imeghari\",\n    \"rephonate\": \"zaghachi\",\n    \"rephosphorize\": \"nyere ikike\",\n    \"rephrase\": \"imeghari\",\n    \"rephrased\": \"imeghari\",\n    \"rephrases\": \"imeghari\",\n    \"rephrasing\": \"imeghari\",\n    \"repick\": \"zaghachi\",\n    \"repicture\": \"repenti\",\n    \"repiece\": \"ịda mba\",\n    \"repile\": \"wepụ\",\n    \"repine\": \"imeghari\",\n    \"repined\": \"zaghachiri\",\n    \"repineful\": \"repine repine\",\n    \"repiners\": \"ndị na-emegharị ihe\",\n    \"repining\": \"ịghaghachi\",\n    \"repiningly\": \"repining\",\n    \"repinned\": \"repin\",\n    \"repinning\": \"na-egwu egwu\",\n    \"repipe\": \"ihichapu\",\n    \"repiqued\": \"enwetara\",\n    \"repiquing\": \"na-achọgharị\",\n    \"replace\": \"dochie\",\n    \"replaceability\": \"mgbanwe\",\n    \"replaceable\": \"edochi\",\n    \"replaced\": \"dochie\",\n    \"replacement\": \"nnọchi\",\n    \"replacements\": \"nnọchi\",\n    \"replacer\": \"mgbanwe\",\n    \"replacers\": \"ndị dochie anya\",\n    \"replaces\": \"edochi\",\n    \"replacing\": \"dochie\",\n    \"replay\": \"imeghachi\",\n    \"replayed\": \"emegharịrị\",\n    \"replaying\": \"Na-egwu egwu\",\n    \"replays\": \"Tinyegharịa\",\n    \"replait\": \"dochie\",\n    \"replan\": \"zaghachi\",\n    \"replane\": \"dochie\",\n    \"replaned\": \"eweghachiri\",\n    \"replaning\": \"imeghari\",\n    \"replanned\": \"asụgharị\",\n    \"replanning\": \"ịghaghachi\",\n    \"replans\": \"azụ\",\n    \"replant\": \"ịkụghari\",\n    \"replantation\": \"nkwughachi\",\n    \"replanted\": \"kputara\",\n    \"replanter\": \"ezipụ\",\n    \"replanting\": \"akughari\",\n    \"replants\": \"edeghachi\",\n    \"replaster\": \"nnọchi\",\n    \"replate\": \"ikwuputa\",\n    \"replated\": \"ekwughachiri\",\n    \"replates\": \"na-ekwu\",\n    \"replating\": \"na-asụgharị\",\n    \"replead\": \"megharia\",\n    \"repleader\": \"megharia\",\n    \"repleading\": \"replel\",\n    \"repleat\": \"mejupụta\",\n    \"repledge\": \"mejupụta\",\n    \"repledged\": \"mejupụtara\",\n    \"repledging\": \"na-agbanye\",\n    \"replenish\": \"mejuputa\",\n    \"replenished\": \"mejuputa\",\n    \"replenisher\": \"mejuputa ihe\",\n    \"replenishers\": \"mejuputa ndokwa\",\n    \"replenishes\": \"na-ejuputa\",\n    \"replenishing\": \"mejupụta\",\n    \"replenishingly\": \"replenishọ\",\n    \"replenishment\": \"mejuputa\",\n    \"replete\": \"mejupụta\",\n    \"repletely\": \"repletta\",\n    \"repleteness\": \"njuputa\",\n    \"repletion\": \"mejuputa\",\n    \"repletive\": \"repleple\",\n    \"repletively\": \"repleplely\",\n    \"repletory\": \"na-agbanyeghachi ume\",\n    \"repleve\": \"mejupụta\",\n    \"replevied\": \"mejuputara\",\n    \"replevying\": \"mejuputa\",\n    \"replevined\": \"mejupụtara\",\n    \"replevining\": \"imeghari\",\n    \"reply\": \"zaghachi\",\n    \"replial\": \"ewepu\",\n    \"repliant\": \"echegharị\",\n    \"replica\": \"oyiri\",\n    \"replicable\": \"oyiri\",\n    \"replicant\": \"oyiri\",\n    \"replicas\": \"ihe oyiri\",\n    \"replicate\": \"emebe\",\n    \"replicated\": \"emeghari\",\n    \"replicates\": \"na-eme\",\n    \"replicating\": \"emeghari\",\n    \"replication\": \"mmegharị\",\n    \"replications\": \"oyiri\",\n    \"replicative\": \"oyiri\",\n    \"replicatively\": \"oyiri\",\n    \"replied\": \"zaghachiri\",\n    \"repliers\": \"ereghachi\",\n    \"replies\": \"zaghachi\",\n    \"replying\": \"zaghachi\",\n    \"replyingly\": \"zaghachi\",\n    \"replod\": \"tufuo\",\n    \"replot\": \"weghachite\",\n    \"replotment\": \"iweghachi\",\n    \"replotted\": \"weghachiri\",\n    \"replotting\": \"ịgbagha\",\n    \"replow\": \"megharia\",\n    \"replowed\": \"gbanwere\",\n    \"replowing\": \"ịghaghachi\",\n    \"replumed\": \"repll\",\n    \"repluming\": \"ntughari\",\n    \"replunder\": \"weghachite\",\n    \"replunge\": \"weghachite\",\n    \"replunged\": \"Na-asọ oyi\",\n    \"replunges\": \"na-asọ oyi\",\n    \"replunging\": \"na-asọgharị\",\n    \"repolarize\": \"repolariz\",\n    \"repolarized\": \"weghachiri ya\",\n    \"repolarizing\": \"repolari\",\n    \"repolymerization\": \"depolymerization\",\n    \"repolymerize\": \"depolymeriz\",\n    \"repolish\": \"weghachite\",\n    \"repolished\": \"echeta\",\n    \"repolishes\": \"echeta\",\n    \"repolishing\": \"na-agbagha\",\n    \"repoll\": \"na-echeta\",\n    \"reponder\": \"onye ozi\",\n    \"repopularized\": \"repopulari\",\n    \"repopulate\": \"mejupụta\",\n    \"repopulated\": \"biri ọzọ\",\n    \"repopulation\": \"ọnụ ọgụgụ\",\n    \"report\": \"akụkọ\",\n    \"reportable\": \"na-akọ\",\n    \"reportage\": \"Akuko\",\n    \"reportages\": \"akụkọ\",\n    \"reported\": \"kọrọ\",\n    \"reportedly\": \"kọrọ\",\n    \"reporter\": \"onye nta akụkọ\",\n    \"reporteress\": \"Akuko\",\n    \"reporterism\": \"akụkọ\",\n    \"reporters\": \"ndị nta akụkọ\",\n    \"reportership\": \"akụkọ\",\n    \"reporting\": \"akuko\",\n    \"reportingly\": \"na-ekpesa\",\n    \"reportorial\": \"akụkọ\",\n    \"reportorially\": \"na-akuko\",\n    \"reports\": \"akụkọ\",\n    \"repose\": \"eburu\",\n    \"reposed\": \"eburu\",\n    \"reposedly\": \"eburu\",\n    \"reposedness\": \"recess\",\n    \"reposeful\": \"na-atụgharị uche\",\n    \"reposefully\": \"na-atụgharị uche\",\n    \"reposefulness\": \"Ntughari\",\n    \"reposes\": \"na-echegharị\",\n    \"reposit\": \"nkwụnye ego\",\n    \"repositary\": \"repository\",\n    \"reposited\": \"tinyeghachi\",\n    \"repositing\": \"reposition\",\n    \"repositioned\": \"reposition\",\n    \"repositioning\": \"reposition\",\n    \"repositions\": \"nkwughachi\",\n    \"repositor\": \"nkwụnye ego\",\n    \"repositories\": \"nchekwa\",\n    \"reposits\": \"nkwụnye ego\",\n    \"repossess\": \"weghachi\",\n    \"repossessed\": \"enwetaghachi\",\n    \"repossesses\": \"na-enwetaghachi\",\n    \"repossessing\": \"na-azụghachi\",\n    \"repossession\": \"nloghachi\",\n    \"repossessions\": \"nnyeghachi\",\n    \"repossessor\": \"nweta\",\n    \"repost\": \"zipu\",\n    \"repostpone\": \"tugharia\",\n    \"repostponed\": \"zighachiri\",\n    \"repostulate\": \"zipu\",\n    \"repostulated\": \"nụgharịa\",\n    \"reposure\": \"nkwụghachi\",\n    \"repound\": \"nkwụghachi\",\n    \"repoured\": \"repo\",\n    \"repouring\": \"imeghari\",\n    \"repoussage\": \"repousage\",\n    \"repower\": \"megharia\",\n    \"repowered\": \"nyere ikike\",\n    \"repowering\": \"na-eweghachi\",\n    \"repowers\": \"repow\",\n    \"repr\": \"zaghachi\",\n    \"repractice\": \"mba\",\n    \"repracticed\": \"repract\",\n    \"repracticing\": \"na-emegharị\",\n    \"repray\": \"buputa\",\n    \"repraise\": \"megharia\",\n    \"repraised\": \"weghaara\",\n    \"repraising\": \"na-akwụghachi\",\n    \"repreach\": \"ịghaghachi\",\n    \"reprecipitate\": \"imeghari\",\n    \"reprecipitation\": \"mmeghari\",\n    \"repredict\": \"ịkọcha\",\n    \"reprefer\": \"zaghachi\",\n    \"reprehend\": \"ghọta\",\n    \"reprehendable\": \"nke a na-apụghị ịghọta aghọta\",\n    \"reprehendatory\": \"nghọta\",\n    \"reprehended\": \"enwetaghachi\",\n    \"reprehender\": \"ịghaghachi\",\n    \"reprehending\": \"na-aghọta\",\n    \"reprehends\": \"na-aghọta\",\n    \"reprehensibility\": \"arụ\",\n    \"reprehensible\": \"nkatọ\",\n    \"reprehensibleness\": \"akatọ\",\n    \"reprehensibly\": \"na-asọ oyi\",\n    \"reprehension\": \"omume\",\n    \"reprehensive\": \"zuru ezu\",\n    \"reprehensively\": \"n'ụzọ zuru oke\",\n    \"reprehensory\": \"mbibi\",\n    \"repremise\": \"mebie\",\n    \"repremised\": \"edegharịrị\",\n    \"repremising\": \"na-agbanwe agbanwe\",\n    \"repreparation\": \"imeghari\",\n    \"reprepare\": \"imeghari\",\n    \"reprepared\": \"imeghari\",\n    \"repreparing\": \"imeghari\",\n    \"represcribe\": \"weghachite\",\n    \"represcribed\": \"weghachitere\",\n    \"represcribing\": \"imeghari\",\n    \"represent\": \"na-anọchi anya\",\n    \"representability\": \"ịnọchite anya\",\n    \"representable\": \"nke nwere ike ịnọchite anya ya\",\n    \"representably\": \"na-anọchite anya ya\",\n    \"representamen\": \"na-anọchite anya\",\n    \"representant\": \"onye na-anọchite anya\",\n    \"representation\": \"nnochi\",\n    \"representational\": \"nnọchite anya\",\n    \"representationalism\": \"nnọchite anya\",\n    \"representationalist\": \"onye nnọchite anya\",\n    \"representationalistic\": \"na-anọchite anya\",\n    \"representationally\": \"na-anọchite anya\",\n    \"representationary\": \"nnochite anya\",\n    \"representationes\": \"ndị nnọchi anya\",\n    \"representationism\": \"nnọchite anya\",\n    \"representationist\": \"onye nnọchite anya\",\n    \"representations\": \"nnochite anya\",\n    \"representative\": \"onye nnochite anya\",\n    \"representatively\": \"nnochite anya\",\n    \"representativeness\": \"nnochite anya\",\n    \"representatives\": \"ndị nnọchi anya\",\n    \"representativeship\": \"nnochite anya\",\n    \"representativity\": \"nnọchite anya\",\n    \"represented\": \"nọchiri anya ya\",\n    \"representee\": \"nọchitere\",\n    \"representer\": \"onye nnọchi anya\",\n    \"representing\": \"na-anọchite anya\",\n    \"representment\": \"nnochite anya\",\n    \"representor\": \"onye nnọchiteanya\",\n    \"represents\": \"na-anọchi anya\",\n    \"represide\": \"zaghachi\",\n    \"repress\": \"igbochi\",\n    \"repressed\": \"na-adaghachi\",\n    \"repressedly\": \"na-ada\",\n    \"represses\": \"na-ebelata\",\n    \"repressibly\": \"repressfully\",\n    \"repressing\": \"na-akụda\",\n    \"repression\": \"mkpagbu\",\n    \"repressionary\": \"mmegide\",\n    \"repressionist\": \"mkpesa\",\n    \"repressions\": \"mmegide\",\n    \"repressive\": \"na-emebi\",\n    \"repressiveness\": \"mmegide\",\n    \"repressment\": \"mmegide\",\n    \"repressure\": \"igbochi\",\n    \"reprice\": \"zaghachi\",\n    \"repriced\": \"repricric\",\n    \"reprieval\": \"nweghachi\",\n    \"reprieve\": \"weghachite\",\n    \"reprieved\": \"weghachite\",\n    \"reprieves\": \"weghachite\",\n    \"reprieving\": \"ezighachi\",\n    \"reprimand\": \"ba mba\",\n    \"reprimanded\": \"baara mba\",\n    \"reprimander\": \"baaka\",\n    \"reprimanding\": \"ịba mba\",\n    \"reprimandingly\": \"na nba\",\n    \"reprimands\": \"ba mba\",\n    \"reprime\": \"nwepu\",\n    \"reprimed\": \"baara mba\",\n    \"reprimer\": \"ba mba\",\n    \"repriming\": \"na-asọ asọ\",\n    \"reprinted\": \"biputere\",\n    \"reprinter\": \"reprin\",\n    \"reprintings\": \"ugboro ugboro\",\n    \"reprints\": \"reprin\",\n    \"reprisal\": \"nkwụghachi\",\n    \"reprisalist\": \"onye mgbaputa\",\n    \"reprisals\": \"mmeghachi omume\",\n    \"reprise\": \"weghachite\",\n    \"reprised\": \"weghachi\",\n    \"reprises\": \"repris\",\n    \"reprising\": \"Ntughari\",\n    \"repristinate\": \"imeghachi\",\n    \"repristination\": \"imeghachi\",\n    \"repro\": \"ịba mba\",\n    \"reproach\": \"nkọcha\",\n    \"reproachability\": \"imeghari\",\n    \"reproachable\": \"nke a na-akatọ\",\n    \"reproachableness\": \"a na-ebugharị mmadụ\",\n    \"reproachably\": \"iji gbanwee\",\n    \"reproached\": \"nkọcha\",\n    \"reproacher\": \"nkọcha\",\n    \"reproaches\": \"nkọcha\",\n    \"reproachful\": \"nkọcha\",\n    \"reproachfully\": \"na-akọcha\",\n    \"reproachfulness\": \"nkọcha\",\n    \"reproaching\": \"nkọcha\",\n    \"reproachingly\": \"na-akọcha\",\n    \"reproachless\": \"enweghị nkọcha\",\n    \"reproachlessness\": \"enweghị nkọcha\",\n    \"reprobacy\": \"nzaghachi\",\n    \"reprobance\": \"nkọcha\",\n    \"reprobate\": \"Ojuju\",\n    \"reprobated\": \"gbanwere\",\n    \"reprobateness\": \"imeghari\",\n    \"reprobater\": \"onye na-agbara mmiri\",\n    \"reprobates\": \"na-agbagha\",\n    \"reprobating\": \"na-ajụ\",\n    \"reprobation\": \"nzaghachi\",\n    \"reprobationary\": \"iju mmiri\",\n    \"reprobationer\": \"onye na-agba akaebe\",\n    \"reprobative\": \"na-asọ oyi\",\n    \"reprobatively\": \"na-asọ oyi\",\n    \"reprobator\": \"nkọcha\",\n    \"reprobatory\": \"na-asọ oyi\",\n    \"reprobe\": \"ịba mba\",\n    \"reprobed\": \"baara mba\",\n    \"reprobing\": \"ịba mba\",\n    \"reproceed\": \"zaghachi\",\n    \"reprocess\": \"ihe nkedo\",\n    \"reprocessed\": \"gbanwere\",\n    \"reprocesses\": \"nyocha\",\n    \"reprocessing\": \"nyocha\",\n    \"reproclaim\": \"gbapụta\",\n    \"reproclamation\": \"nkwughachi\",\n    \"reprocure\": \"baakwa\",\n    \"reproduce\": \"mụta nwa\",\n    \"reproduceable\": \"omumu\",\n    \"reproduced\": \"mepụtaghachiri\",\n    \"reproducer\": \"nyochaghachi\",\n    \"reproducers\": \"ndị na-emepụta mkpụrụ ndụ\",\n    \"reproducibility\": \"imeghari\",\n    \"reproducibilities\": \"imeghari\",\n    \"reproducible\": \"imeghari\",\n    \"reproducibly\": \"reproducible\",\n    \"reproducing\": \"imeghari\",\n    \"reproduction\": \"mmeputakwa\",\n    \"reproductionist\": \"onye mmeputakwa\",\n    \"reproductions\": \"mmeputakwa\",\n    \"reproductive\": \"omumu\",\n    \"reproductively\": \"omumu\",\n    \"reproductiveness\": \"omumu\",\n    \"reproductivity\": \"mmeputakwa\",\n    \"reproductory\": \"omumu\",\n    \"reprofane\": \"gbanwee\",\n    \"reprofess\": \"nyocha\",\n    \"reproffer\": \"ba mba\",\n    \"reprogram\": \"nyochaghachi\",\n    \"reprogrammed\": \"megharia\",\n    \"reprogramming\": \"nyochaghachi\",\n    \"reprograms\": \"nyocha\",\n    \"reprography\": \"nyocha\",\n    \"reprohibit\": \"imeghari\",\n    \"reproject\": \"itughari\",\n    \"repromise\": \"kwughachi\",\n    \"repromised\": \"gbanwere\",\n    \"repromising\": \"imeghari\",\n    \"repromulgate\": \"imeghari\",\n    \"repromulgated\": \"weghachitere\",\n    \"repromulgating\": \"imeghari\",\n    \"repromulgation\": \"imeghari\",\n    \"repronounce\": \"kọchaa\",\n    \"repronunciation\": \"nkwughachi\",\n    \"reproof\": \"baara mba\",\n    \"reproofless\": \"abaraghi mba\",\n    \"reproofs\": \"ba mba\",\n    \"repropagate\": \"imeghari\",\n    \"reproportion\": \"reproprop\",\n    \"reproposal\": \"nyochaghachi\",\n    \"repropose\": \"ịba mba\",\n    \"reproposed\": \"enwetara\",\n    \"reproposing\": \"na-enyocha\",\n    \"reprosecute\": \"tuo ebubo\",\n    \"reprosecuted\": \"gọpụrụ\",\n    \"reprosecuting\": \"na-edekọ iwu\",\n    \"reprosecution\": \"ikpe\",\n    \"reprosper\": \"na-emegharị\",\n    \"reprotect\": \"nyeghachi\",\n    \"reprotection\": \"ndozi\",\n    \"reprotest\": \"nyochaghachi\",\n    \"reprovableness\": \"nweghachi\",\n    \"reprovably\": \"nweghachi\",\n    \"reproval\": \"ịba mba\",\n    \"reprovals\": \"mmeghachi omume\",\n    \"reprove\": \"dọọ aka ná ntị\",\n    \"reproved\": \"dọrọ aka ná ntị\",\n    \"reprover\": \"ịba mba\",\n    \"reprovers\": \"na-ekwu okwu\",\n    \"reproves\": \"na-adọ aka ná ntị\",\n    \"reprovide\": \"weghachite\",\n    \"reproving\": \"ịba mba\",\n    \"reprovingly\": \"ịba mba\",\n    \"reprovision\": \"nyocha\",\n    \"reprovocation\": \"nkọcha\",\n    \"reprovoke\": \"ba mba\",\n    \"reprune\": \"reprun\",\n    \"repruned\": \"gbanyeghachiri\",\n    \"repruning\": \"reprun\",\n    \"reptant\": \"na-echetaghachi\",\n    \"reptation\": \"reptet\",\n    \"reptatorial\": \"ekwughachi\",\n    \"reptile\": \"na-akpụ akpụ\",\n    \"reptilelike\": \"ihe nākpu akpu\",\n    \"reptiles\": \"ihe nākpu akpu\",\n    \"reptilian\": \"Ikechukwu\",\n    \"reptilians\": \"ndị rept\",\n    \"reptiliousness\": \"bụ\",\n    \"reptility\": \"nlọghachi\",\n    \"republic\": \"mba\",\n    \"republica\": \"Republic\",\n    \"republical\": \"nke obodo\",\n    \"republican\": \"Republic\",\n    \"republicanised\": \"republican\",\n    \"republicaniser\": \"ọchịchị onye kwuo uche ya\",\n    \"republicanising\": \"ọchịchị onye kwuo uche ya\",\n    \"republicanism\": \"ọchịchị onye kwuo uche ya\",\n    \"republicans\": \"Republic\",\n    \"republics\": \"mba\",\n    \"republish\": \"biputa\",\n    \"republishable\": \"republisha\",\n    \"republished\": \"biputara\",\n    \"republisher\": \"nkwughachi\",\n    \"republishes\": \"na-eweghachi\",\n    \"republishing\": \"na-ebiputa\",\n    \"republishment\": \"nlọghachite\",\n    \"repudative\": \"na-asọ asọ\",\n    \"repuddle\": \"zaghachi\",\n    \"repudiable\": \"repudi\",\n    \"repudiate\": \"juo\",\n    \"repudiated\": \"kọọrọ\",\n    \"repudiates\": \"ndị na-ajụ\",\n    \"repudiating\": \"na-ajụkwa\",\n    \"repudiation\": \"ajuju\",\n    \"repudiationist\": \"ọjụjụ\",\n    \"repudiations\": \"ndị a jụrụ ajụ\",\n    \"repudiative\": \"ajuju\",\n    \"repudiator\": \"onye nleghari\",\n    \"repudiatory\": \"na-ajụkarị ase\",\n    \"repudiators\": \"ndi nleghari\",\n    \"repugnance\": \"ihe ọjọọ\",\n    \"repugnant\": \"na-asọ oyi\",\n    \"repugnantly\": \"na-akwụ ụgwọ\",\n    \"repugnantness\": \"na-asọ oyi\",\n    \"repugnatorial\": \"ihe mgbaputa\",\n    \"repugned\": \"na-asọ oyi\",\n    \"repugner\": \"onye na-asọ oyi\",\n    \"repugning\": \"na-achọgharị\",\n    \"repugns\": \"ndị na-asọ oyi\",\n    \"repullulation\": \"nyochaghachi\",\n    \"repullulescent\": \"na-achaghachi azụ\",\n    \"repulpit\": \"mpughari\",\n    \"repulse\": \"zaghachi\",\n    \"repulsed\": \"na-asọ oyi\",\n    \"repulser\": \"na-asọ oyi\",\n    \"repulsers\": \"na-asọ oyi\",\n    \"repulsing\": \"na-akụghasị\",\n    \"repulsion\": \"na-asọ oyi\",\n    \"repulsions\": \"ajụ\",\n    \"repulsive\": \"na-asọ oyi\",\n    \"repulsively\": \"na-ada\",\n    \"repulsiveness\": \"na-asọ oyi\",\n    \"repulsor\": \"na-asọ oyi\",\n    \"repulsory\": \"na-asọ oyi\",\n    \"repunctuate\": \"regharịa\",\n    \"repunctuated\": \"gbanwere\",\n    \"repunctuating\": \"ugboro ugboro\",\n    \"repunctuation\": \"nlọghachi\",\n    \"repunish\": \"kwụghachi\",\n    \"repunishable\": \"akwụ ụgwọ\",\n    \"repunishment\": \"akwụ\",\n    \"repurchase\": \"zuru ezu\",\n    \"repurchased\": \"gbapụtara\",\n    \"repurchaser\": \"onye mgbapụta\",\n    \"repurchases\": \"mgbapụta\",\n    \"repurchasing\": \"ịgbapụta\",\n    \"repure\": \"zaghachi\",\n    \"repurge\": \"zaghachi\",\n    \"repurify\": \"weghachite\",\n    \"repurification\": \"imeghari\",\n    \"repurified\": \"weghachitere\",\n    \"repurifies\": \"na-eweghachi\",\n    \"repurifying\": \"imeghachi\",\n    \"repurple\": \"imeghari\",\n    \"repurpose\": \"imeghachi\",\n    \"repurposed\": \"laghachiri\",\n    \"repurposing\": \"imeghachi\",\n    \"repursue\": \"laghachi\",\n    \"repursued\": \"nweta ume\",\n    \"repursues\": \"nlọghachi\",\n    \"repursuing\": \"na-azụtaghachi\",\n    \"reputability\": \"ugwu\",\n    \"reputable\": \"ama\",\n    \"reputableness\": \"nkwanye ugwu\",\n    \"reputably\": \"n'ụzọ dị ùgwù\",\n    \"reputation\": \"aha\",\n    \"reputationless\": \"enweghị aha\",\n    \"reputations\": \"nkwupụta\",\n    \"reputative\": \"nke nwere ugwu\",\n    \"reputatively\": \"nkwanye ugwu\",\n    \"reputed\": \"ada\",\n    \"reputedly\": \"a na-ekwu\",\n    \"reputeless\": \"mba\",\n    \"reputing\": \"na-edegharị\",\n    \"reqd\": \"zaghachi\",\n    \"requalify\": \"tugharia\",\n    \"requalification\": \"njikwa\",\n    \"requalified\": \"chọrọ\",\n    \"requalifying\": \"ikwughachi\",\n    \"requarantine\": \"kwatuo\",\n    \"requeen\": \"chọrọ\",\n    \"requench\": \"engha\",\n    \"request\": \"arịrịọ\",\n    \"requested\": \"rịọrọ\",\n    \"requester\": \"onye na-arịọ arịrịọ\",\n    \"requesters\": \"rịọrọ\",\n    \"requesting\": \"na-arịọ\",\n    \"requestion\": \"chọrọ\",\n    \"requestor\": \"onye na-arịọ arịrịọ\",\n    \"requestors\": \"chọrọ\",\n    \"requests\": \"arịrịọ\",\n    \"requeued\": \"na-arịọ\",\n    \"requicken\": \"chọgharị\",\n    \"requiem\": \"chọrọ\",\n    \"requiems\": \"chọrọ\",\n    \"requienia\": \"chọrọ\",\n    \"requiescat\": \"chọrọ\",\n    \"requiescence\": \"chọrọ\",\n    \"requin\": \"recin\",\n    \"requins\": \"chọrọ\",\n    \"requirable\": \"chọrọ\",\n    \"require\": \"choro\",\n    \"required\": \"chọrọ\",\n    \"requirement\": \"chọrọ\",\n    \"requirements\": \"chọrọ\",\n    \"requirer\": \"choro\",\n    \"requirers\": \"chọrọ\",\n    \"requires\": \"chọrọ\",\n    \"requiring\": \"chọrọ\",\n    \"requisite\": \"chọrọ\",\n    \"requisitely\": \"na-achọ\",\n    \"requisiteness\": \"chọrọ\",\n    \"requisites\": \"chọrọ\",\n    \"requisition\": \"chọrọ\",\n    \"requisitionary\": \"chọrọ\",\n    \"requisitioned\": \"chọrọ\",\n    \"requisitioner\": \"chọrọ\",\n    \"requisitioners\": \"chọrọ\",\n    \"requisitioning\": \"chọrọ\",\n    \"requisitionist\": \"chọrọ\",\n    \"requisitions\": \"chọrọ\",\n    \"requisitor\": \"chọrọ\",\n    \"requisitory\": \"chọrọ\",\n    \"requisitorial\": \"chọrọ\",\n    \"requit\": \"kwụọ ụgwọ\",\n    \"requitable\": \"na-akwụ ụgwọ\",\n    \"requital\": \"ntaramahụhụ\",\n    \"requitals\": \"chọrọ\",\n    \"requitative\": \"ugwo\",\n    \"requite\": \"kwụọ ụgwọ\",\n    \"requited\": \"ugwo\",\n    \"requiteful\": \"na-akwụ ụgwọ\",\n    \"requiteless\": \"n'efu\",\n    \"requitement\": \"ịkwụghachi ụgwọ\",\n    \"requiter\": \"na-akwụghachi ụgwọ\",\n    \"requiters\": \"na-akwụ ụgwọ\",\n    \"requites\": \"chọrọ\",\n    \"requiting\": \"mbanye\",\n    \"requiz\": \"chọrọ\",\n    \"requotation\": \"recotation\",\n    \"requote\": \"kwụọ ụgwọ\",\n    \"requoted\": \"kwụrụ ụgwọ\",\n    \"requoting\": \"na-achọ\",\n    \"reradiate\": \"imeghari\",\n    \"reradiated\": \"imeghari\",\n    \"reradiating\": \"imeghari\",\n    \"rerail\": \"Rerail\",\n    \"rerailer\": \"Rerailer\",\n    \"reraise\": \"megharịa\",\n    \"rerake\": \"gbaa ọsọ\",\n    \"reran\": \"Reran\",\n    \"rerate\": \"ikwughachi\",\n    \"rerated\": \"kwupụtara\",\n    \"rerating\": \"na-ekwu okwu\",\n    \"reread\": \"ịgụgharị\",\n    \"rereader\": \"nyochaghachi\",\n    \"rereading\": \"ịgụgharị\",\n    \"rereads\": \"agụgharị\",\n    \"rerebrace\": \"rebour\",\n    \"rerecord\": \"rekord\",\n    \"rerecorded\": \"Nwachukwu\",\n    \"rerecording\": \"rekoor\",\n    \"rerecords\": \"Nwachukwu\",\n    \"rereel\": \"reel\",\n    \"rereeve\": \"tugharia\",\n    \"reregister\": \"degharia\",\n    \"reregistration\": \"reregbanye aha\",\n    \"reregulate\": \"ghagharia\",\n    \"reregulated\": \"ghagharia\",\n    \"reregulating\": \"nchịkwa\",\n    \"reregulation\": \"nchịkwa\",\n    \"rereign\": \"regharịa\",\n    \"rerelease\": \"hapụ\",\n    \"reremice\": \"rerem\",\n    \"reremouse\": \"rerasor\",\n    \"rerent\": \"azụ\",\n    \"rerental\": \"nne na nna\",\n    \"reresupper\": \"ihe ncheta\",\n    \"rereward\": \"ọzọ\",\n    \"rerewards\": \"n'azụ\",\n    \"rerise\": \"reris\",\n    \"rerises\": \"reris\",\n    \"rerival\": \"megharia\",\n    \"rerivet\": \"rerett\",\n    \"reroll\": \"debanye aha\",\n    \"rerolled\": \"debanye aha\",\n    \"rerollers\": \"ndị na-agagharị agagharị\",\n    \"rerolling\": \"idebanye aha\",\n    \"reroof\": \"nyocha\",\n    \"rerouted\": \"reroode\",\n    \"rerouting\": \"reroring\",\n    \"rerow\": \"megharia\",\n    \"rerub\": \"weghachite\",\n    \"rerummage\": \"nchikota\",\n    \"rerun\": \"weghachite\",\n    \"rerunning\": \"na-agba ọsọ\",\n    \"reruns\": \"weghachite\",\n    \"resack\": \"imeghari\",\n    \"resacrifice\": \"imeghari\",\n    \"resaddle\": \"jigharia\",\n    \"resaddled\": \"gbanyeghachiri\",\n    \"resaddles\": \"ọla\",\n    \"resaddling\": \"addgha\",\n    \"resaid\": \"wughachi\",\n    \"resaying\": \"resay\",\n    \"resailed\": \"weghaara\",\n    \"resays\": \"maliteghachi\",\n    \"resalable\": \"resalesa\",\n    \"resaleable\": \"resalesa\",\n    \"resales\": \"resale\",\n    \"resalutation\": \"nkwughachi\",\n    \"resaluted\": \"gbanwere\",\n    \"resalutes\": \"resalites\",\n    \"resaluting\": \"Ijikwa\",\n    \"resample\": \"resam\",\n    \"resampled\": \"dejupụtara\",\n    \"resampling\": \"Ibugharị\",\n    \"resanctify\": \"dozigharịa\",\n    \"resanction\": \"nnabata\",\n    \"resatisfaction\": \"mmeghachi omume\",\n    \"resatisfy\": \"jisie ike\",\n    \"resave\": \"zota\",\n    \"resaw\": \"imeghachi\",\n    \"resawer\": \"resawa\",\n    \"resawing\": \"resaing\",\n    \"rescaled\": \"mgbapụta\",\n    \"rescattering\": \"imeghari\",\n    \"reschedule\": \"ibughari oge\",\n    \"rescheduled\": \"ibughari\",\n    \"reschedules\": \"ibughari oge\",\n    \"rescheduling\": \"chedtọgharị oge\",\n    \"rescind\": \"kagbuo\",\n    \"rescindable\": \"gbanwere\",\n    \"rescinded\": \"kagburu\",\n    \"rescinder\": \"wepụ\",\n    \"rescinding\": \"na-agbagbu\",\n    \"rescindment\": \"nkwụsị\",\n    \"rescinds\": \"mebie\",\n    \"rescissible\": \"imeghari\",\n    \"rescission\": \"nkwụsị\",\n    \"rescissions\": \"nkwụsị\",\n    \"rescore\": \"gbasie ike\",\n    \"rescored\": \"gbanwere\",\n    \"rescores\": \"acha ọkụ\",\n    \"rescoring\": \"na-echekwa\",\n    \"rescreened\": \"eweghachiri\",\n    \"rescreening\": \"Ighagharị\",\n    \"rescribe\": \"debanye aha\",\n    \"rescript\": \"ibughari\",\n    \"rescription\": \"ndenye aha\",\n    \"rescriptively\": \"debanye aha\",\n    \"rescrub\": \"dozie\",\n    \"rescrubbed\": \"edezi\",\n    \"rescrubbing\": \"na-emegharị ahụ\",\n    \"rescrutiny\": \"nyocha\",\n    \"rescrutinies\": \"nyocha\",\n    \"rescrutinize\": \"imegharia\",\n    \"rescrutinized\": \"weghachiri iche\",\n    \"rescrutinizing\": \"ichegharị\",\n    \"rescuable\": \"nnapụta\",\n    \"rescue\": \"nnaputa\",\n    \"rescued\": \"napụtara\",\n    \"rescueless\": \"enweghị nnapụta\",\n    \"rescuer\": \"nnaputa\",\n    \"rescuers\": \"ndị nnapụta\",\n    \"rescues\": \"naputa\",\n    \"rescuing\": \"na-azọpụta\",\n    \"rescusser\": \"ihe ogbugbu\",\n    \"reseal\": \"seghachi\",\n    \"resealed\": \"weghachite\",\n    \"reseam\": \"Receam\",\n    \"research\": \"nyocha\",\n    \"researchable\": \"nyocha\",\n    \"researched\": \"nyocha\",\n    \"researcher\": \"onye nyocha\",\n    \"researchers\": \"-eme nnyocha\",\n    \"researches\": \"nyocha\",\n    \"researchful\": \"eme nnyocha\",\n    \"researching\": \"nyocha\",\n    \"researchist\": \"onye nyocha\",\n    \"reseason\": \"imeghachi ihe\",\n    \"reseated\": \"weghachite\",\n    \"reseating\": \"nwughari\",\n    \"reseats\": \"nyochaghachi\",\n    \"resecate\": \"megharia\",\n    \"resecrete\": \"mechie\",\n    \"resecretion\": \"megharia\",\n    \"resect\": \"megharia\",\n    \"resected\": \"wepụ\",\n    \"resecting\": \"na-emegharị\",\n    \"resectional\": \"Ndughari\",\n    \"resects\": \"wepụ\",\n    \"resecure\": \"megharia\",\n    \"resecured\": \"weghachitere\",\n    \"resecuring\": \"megharia\",\n    \"resedaceous\": \"ogha\",\n    \"reseed\": \"weghachite\",\n    \"reseeded\": \"weghachite\",\n    \"reseeding\": \"megharia\",\n    \"reseeds\": \"weghachite\",\n    \"reseeing\": \"ịmaliteghachi\",\n    \"reseeking\": \"Ntughari\",\n    \"reseen\": \"megharia\",\n    \"resegmentation\": \"Ntughari\",\n    \"resegregate\": \"ichikota\",\n    \"resegregated\": \"wepu iche\",\n    \"resegregating\": \"ichikota\",\n    \"resegregation\": \"nchịkọta\",\n    \"reseise\": \"ichapu\",\n    \"reseiser\": \"resizer\",\n    \"reseize\": \"gbanwee\",\n    \"reseized\": \"weghachite\",\n    \"reseizer\": \"resizer\",\n    \"reseizes\": \"megharia\",\n    \"reseizing\": \"nyochaghachi\",\n    \"reseizure\": \"ichapu\",\n    \"reselected\": \"weghachite\",\n    \"reselecting\": \"ichoputa\",\n    \"reself\": \"onwe gị\",\n    \"resellers\": \"ndị na-ere ahịa\",\n    \"reselling\": \"na-ere\",\n    \"resells\": \"resili\",\n    \"resemblable\": \"yiri\",\n    \"resemblance\": \"myiri\",\n    \"resemblances\": \"myirịta\",\n    \"resemblant\": \"yiri\",\n    \"resemble\": \"yiri\",\n    \"resembled\": \"yiri\",\n    \"resembler\": \"yiri\",\n    \"resembles\": \"yiri\",\n    \"resembling\": \"yiri\",\n    \"resemblingly\": \"yiri\",\n    \"reseminate\": \"maliteghachi\",\n    \"resensation\": \"iwe\",\n    \"resensitize\": \"resensịkwa\",\n    \"resensitizing\": \"megharia\",\n    \"resent\": \"iwe\",\n    \"resentationally\": \"iwe\",\n    \"resented\": \"iwe\",\n    \"resentence\": \"iwe\",\n    \"resentenced\": \"iwe\",\n    \"resentencing\": \"na-ewe iwe\",\n    \"resenter\": \"ihe ngosi\",\n    \"resentful\": \"iwe\",\n    \"resentfully\": \"iwe\",\n    \"resentfullness\": \"iwe\",\n    \"resentfulness\": \"iwe\",\n    \"resentience\": \"resenti\",\n    \"resentiment\": \"iwe\",\n    \"resenting\": \"na-ewe iwe\",\n    \"resentingly\": \"na-ewe iwe\",\n    \"resentive\": \"na-ewe iwe\",\n    \"resentment\": \"iwe\",\n    \"resentments\": \"iwe\",\n    \"resents\": \"iwe\",\n    \"reseparate\": \"megharia\",\n    \"reseparated\": \"weghachite\",\n    \"resequencing\": \"ịmaliteghachi\",\n    \"resequester\": \"nyochaghachi\",\n    \"resequestration\": \"nchọgharị\",\n    \"reserate\": \"megharia\",\n    \"reserpine\": \"iche\",\n    \"reserpinized\": \"kwadoro\",\n    \"reservable\": \"ekwere\",\n    \"reserval\": \"ndoputa\",\n    \"reservation\": \"ndoputa\",\n    \"reservationist\": \"onye ndozi\",\n    \"reservations\": \"ndoputa\",\n    \"reservative\": \"ihe eji egbochi mmebi\",\n    \"reservatory\": \"nchekwa\",\n    \"reserve\": \"idobere\",\n    \"reserved\": \"echekwabara\",\n    \"reservedly\": \"edebe\",\n    \"reservedness\": \"ndokwa\",\n    \"reservee\": \"idobere\",\n    \"reserveful\": \"echekwabara\",\n    \"reserveless\": \"enweghi ike\",\n    \"reserver\": \"echekwa\",\n    \"reservery\": \"ndoputa\",\n    \"reservers\": \"echekwa\",\n    \"reserves\": \"echekwa\",\n    \"reservice\": \"onye nchekwa\",\n    \"reserviced\": \"echekwara\",\n    \"reservicing\": \"ichebe\",\n    \"reserving\": \"ndoputa\",\n    \"reservist\": \"onye nchekwa\",\n    \"reservists\": \"ndị nchekwa\",\n    \"reservoir\": \"esite\",\n    \"reservoired\": \"edebere\",\n    \"reservoirs\": \"ọdọ mmiri\",\n    \"reservor\": \"idobere\",\n    \"reset\": \"tọgharịa\",\n    \"resetter\": \"Ntughari\",\n    \"resetters\": \"ndị na-ebigharị\",\n    \"resetting\": \"na-atọgharị\",\n    \"resettings\": \"ntọala\",\n    \"resettle\": \"megharia\",\n    \"resettled\": \"ebighari\",\n    \"resettlement\": \"imeghari\",\n    \"resettlements\": \"imeghari\",\n    \"resettling\": \"ibighari\",\n    \"resever\": \"idobere\",\n    \"resewed\": \"weghachite\",\n    \"resewn\": \"weghachite\",\n    \"resex\": \"Recex\",\n    \"reshake\": \"imeghari\",\n    \"reshaking\": \"imeghachi\",\n    \"reshape\": \"imeghari\",\n    \"reshaped\": \"imeghari\",\n    \"reshaper\": \"imeghari\",\n    \"reshapers\": \"imeghari\",\n    \"reshapes\": \"imeghari\",\n    \"reshaping\": \"imeghari\",\n    \"reshared\": \"imeghari\",\n    \"resharing\": \"imeghari\",\n    \"resharpen\": \"imeghachi\",\n    \"resharpened\": \"imeghari\",\n    \"resharpening\": \"imeghari\",\n    \"reshave\": \"megharia\",\n    \"reshaved\": \"imeghari\",\n    \"reshaving\": \"imeghari\",\n    \"reshear\": \"megharia\",\n    \"reshearer\": \"reshe\",\n    \"resheathe\": \"megharia\",\n    \"reshes\": \"rashes\",\n    \"reshift\": \"acha uhie uhie\",\n    \"reshingled\": \"gbanwere\",\n    \"reshingling\": \"shingling\",\n    \"reship\": \"Mbupu\",\n    \"reshipment\": \"Mbupu\",\n    \"reshipments\": \"mbugharị\",\n    \"reshipped\": \"reshifi\",\n    \"reshipping\": \"Ibugharị\",\n    \"reships\": \"na-ebibi\",\n    \"reshoeing\": \"reshoe\",\n    \"reshooting\": \"imeghari\",\n    \"reshovel\": \"imeghari\",\n    \"reshow\": \"imeghari\",\n    \"reshowed\": \"megharia\",\n    \"reshower\": \"imeghari\",\n    \"reshowing\": \"imeghari\",\n    \"reshuffle\": \"imeghari\",\n    \"reshuffled\": \"gbanwere\",\n    \"reshuffles\": \"imeghari\",\n    \"reshuffling\": \"imeghari\",\n    \"reshutting\": \"imeghe\",\n    \"resiance\": \"resi\",\n    \"resiancy\": \"Nkwuputa\",\n    \"resiant\": \"resi\",\n    \"resicken\": \"maliteghachi\",\n    \"resid\": \"ididu\",\n    \"reside\": \"biri\",\n    \"resided\": \"biri\",\n    \"residence\": \"ebe obibi\",\n    \"residencer\": \"ebe obibi\",\n    \"residences\": \"ebe obibi\",\n    \"residency\": \"ibi\",\n    \"residencia\": \"Ohere\",\n    \"residencies\": \"Ebe obibi\",\n    \"resident\": \"onye bi\",\n    \"residental\": \"obibi\",\n    \"residenter\": \"onye obibi\",\n    \"residential\": \"obibi\",\n    \"residentiality\": \"ebe obibi\",\n    \"residentially\": \"obibi\",\n    \"residentiary\": \"obibi\",\n    \"residentiaryship\": \"ụgbọ mmiri obibi\",\n    \"residents\": \"ndị bi\",\n    \"residentship\": \"ibi\",\n    \"resider\": \"bi\",\n    \"residers\": \"ndị bi na\",\n    \"resides\": \"bi\",\n    \"residing\": \"bi\",\n    \"residiuum\": \"residuum\",\n    \"resids\": \"bi\",\n    \"residua\": \"ihe mmapụta\",\n    \"residual\": \"ihe mmapụta\",\n    \"residually\": \"residides\",\n    \"residuals\": \"ihe ndi ozo\",\n    \"residuation\": \"residu\",\n    \"residue\": \"ihe fọduru\",\n    \"residues\": \"resid\",\n    \"residuous\": \"residu\",\n    \"resift\": \"ibughachi\",\n    \"resifted\": \"gbanwere\",\n    \"resifting\": \"na-agbanwe agbanwe\",\n    \"resigh\": \"gbaa arụkwaghịm\",\n    \"resight\": \"gbaa arụkwaghịm\",\n    \"resign\": \"gbaa arụkwaghịm\",\n    \"resignal\": \"gbaa arụkwaghịm\",\n    \"resignaled\": \"resigna\",\n    \"resignaling\": \"agba arụkwaghịm\",\n    \"resignatary\": \"gbaa arụkwaghịm\",\n    \"resignation\": \"arụkwaghịm\",\n    \"resignationism\": \"arụkwaghịm\",\n    \"resignations\": \"arụkwaghịm\",\n    \"resigned\": \"gbara arụkwaghịm\",\n    \"resignedly\": \"arụkwaghịm\",\n    \"resignedness\": \"arụkwaghịm\",\n    \"resignee\": \"gbaa arụkwaghịm\",\n    \"resigner\": \"gbaa arụkwaghịm\",\n    \"resigners\": \"gbaa arụkwaghịm\",\n    \"resignful\": \"gbaa arụkwaghịm\",\n    \"resigning\": \"agba arụkwaghịm\",\n    \"resignment\": \"arụkwaghịm\",\n    \"resigns\": \"arụkwaghịm\",\n    \"resile\": \"resili\",\n    \"resiled\": \"Ighaghari\",\n    \"resilement\": \"resili\",\n    \"resiles\": \"resiili\",\n    \"resiliate\": \"resilien\",\n    \"resilience\": \"resili\",\n    \"resiliency\": \"resilience\",\n    \"resilient\": \"resili\",\n    \"resiliently\": \"resiliili\",\n    \"resiling\": \"na-ere\",\n    \"resilition\": \"resil\",\n    \"resyllabification\": \"resillabification\",\n    \"resilvered\": \"resil\",\n    \"resilvering\": \"na-ebugharị\",\n    \"resymbolizing\": \"imeghari\",\n    \"resynchronized\": \"resynchinyere\",\n    \"resynchronizing\": \"resynchinyere\",\n    \"resiner\": \"resin\",\n    \"resing\": \"na-eburu\",\n    \"resiny\": \"resin\",\n    \"resinic\": \"resiniki\",\n    \"resinification\": \"resin ahụ\",\n    \"resinifying\": \"resin na-edozi\",\n    \"resink\": \"reink\",\n    \"resinolic\": \"resinolik\",\n    \"resinous\": \"resinos\",\n    \"resinousness\": \"resinos\",\n    \"resynthesizing\": \"na-emegharị\",\n    \"resipiscent\": \"resipiscence\",\n    \"resist\": \"iguzogide\",\n    \"resistability\": \"iguzogide\",\n    \"resistable\": \"eguzogide\",\n    \"resistableness\": \"eguzogide\",\n    \"resistably\": \"iguzogide\",\n    \"resistance\": \"iguzogide\",\n    \"resistances\": \"eguzogide\",\n    \"resistant\": \"eguzogide\",\n    \"resistante\": \"eguzogide\",\n    \"resistantes\": \"na-eguzogide\",\n    \"resistantly\": \"iguzogide\",\n    \"resistants\": \"ndị na-eguzogide\",\n    \"resistate\": \"iguzogide\",\n    \"resisted\": \"guzogidere\",\n    \"resystematize\": \"imegharia\",\n    \"resystematizing\": \"ịhazi ihe\",\n    \"resistence\": \"iguzogide\",\n    \"resistent\": \"eguzogide\",\n    \"resister\": \"iguzogide\",\n    \"resisters\": \"na-ekwuputa\",\n    \"resistful\": \"na-eguzogide\",\n    \"resistibility\": \"iguzogide\",\n    \"resistible\": \"resistibul\",\n    \"resistibleness\": \"iguzogide\",\n    \"resistibly\": \"iguzogide\",\n    \"resisting\": \"na-eguzogide\",\n    \"resistingly\": \"iguzogide\",\n    \"resistive\": \"resis na-eguzogide\",\n    \"resistively\": \"resistive\",\n    \"resistiveness\": \"iguzogide\",\n    \"resistless\": \"eguzogide\",\n    \"resistlessly\": \"n'emeghị ihe ọ bụla\",\n    \"resistlessness\": \"iguzogide\",\n    \"resistor\": \"eguzogide\",\n    \"resistors\": \"ndị na-eguzogide\",\n    \"resists\": \"na-eguzogide\",\n    \"resitting\": \"na-agbanwe\",\n    \"resituate\": \"ibi\",\n    \"resituated\": \"malitere\",\n    \"resituating\": \"maliteghachi\",\n    \"resize\": \"gbanwee\",\n    \"resized\": \"gbanwee\",\n    \"resizes\": \"gbanwee\",\n    \"resizing\": \"na-agbanwe\",\n    \"reslate\": \"resịla\",\n    \"reslide\": \"biri\",\n    \"reslot\": \"imeghari\",\n    \"resmelt\": \"resmt\",\n    \"resmelted\": \"Emegharịala\",\n    \"resmelting\": \"Na-agbagharị\",\n    \"resmile\": \"Gbanwee\",\n    \"resmoothed\": \"imeghari\",\n    \"resmoothing\": \"imeghari\",\n    \"resnap\": \"ijigide\",\n    \"resolder\": \"mkpebi\",\n    \"resoldered\": \"resold\",\n    \"resoldering\": \"na-edozi\",\n    \"resolders\": \"resold\",\n    \"resoled\": \"reso\",\n    \"resolicit\": \"ekpebi\",\n    \"resolicitation\": \"mkpebi\",\n    \"resolidify\": \"dozie\",\n    \"resolidification\": \"mkpebi\",\n    \"resoling\": \"na-edozi\",\n    \"resolubility\": \"mkpebi\",\n    \"resoluble\": \"soluble\",\n    \"resolubleness\": \"mkpebi\",\n    \"resolute\": \"kpebie\",\n    \"resolutely\": \"kpebisie ike\",\n    \"resoluteness\": \"mkpebi\",\n    \"resoluter\": \"oluwa\",\n    \"resolutes\": \"na-ekpebi\",\n    \"resolutest\": \"mkpebi\",\n    \"resolution\": \"mkpebi\",\n    \"resolutioner\": \"mkpebi\",\n    \"resolutionist\": \"onye mmezi\",\n    \"resolutions\": \"mkpebi\",\n    \"resolutive\": \"mkpebi\",\n    \"resolutory\": \"mkpebi\",\n    \"resolvability\": \"mkpebi\",\n    \"resolvable\": \"edozi\",\n    \"resolvableness\": \"mkpebi\",\n    \"resolvancy\": \"mkpebi\",\n    \"resolve\": \"dozie\",\n    \"resolved\": \"kpebiri\",\n    \"resolvedly\": \"kpebiri\",\n    \"resolvedness\": \"mkpebi\",\n    \"resolvend\": \"mkpebi\",\n    \"resolvent\": \"mkpebi\",\n    \"resolver\": \"mkpebi\",\n    \"resolvers\": \"mkpebi\",\n    \"resolves\": \"kpebie\",\n    \"resolvible\": \"edozi\",\n    \"resolving\": \"na-edozi\",\n    \"resonance\": \"reson\",\n    \"resonances\": \"reson\",\n    \"resonancy\": \"reson\",\n    \"resonancies\": \"reson na-agbanwe agbanwe\",\n    \"resonant\": \"reson\",\n    \"resonantly\": \"reson na olu\",\n    \"resonants\": \"reson\",\n    \"resonate\": \"reson\",\n    \"resonated\": \"reson\",\n    \"resonates\": \"na-ada ụda\",\n    \"resonating\": \"ụda olu\",\n    \"resonation\": \"reson\",\n    \"resonations\": \"ụdaolu\",\n    \"resonator\": \"reson\",\n    \"resonators\": \"reson ndị reson\",\n    \"resorb\": \"resor\",\n    \"resorbed\": \"resor\",\n    \"resorbing\": \"na-achagharị\",\n    \"resorbs\": \"resor\",\n    \"resorcinal\": \"resorcinol\",\n    \"resorptive\": \"resorọ\",\n    \"resort\": \"ebe mgbaba\",\n    \"resorted\": \"malitere\",\n    \"resorter\": \"onye ozi\",\n    \"resorters\": \"ndị ezumike\",\n    \"resorting\": \"na -aga\",\n    \"resorts\": \"Ebe ntụrụndụ\",\n    \"resought\": \"chọrọ\",\n    \"resound\": \"na-ada ụda\",\n    \"resounded\": \"amaara\",\n    \"resounder\": \"imeghari\",\n    \"resounding\": \"na-ada ụda\",\n    \"resoundingly\": \"na-ada ụda\",\n    \"resounds\": \"na-ada ụda\",\n    \"resource\": \"ihe enyemaka\",\n    \"resourceful\": \"nke bara uru\",\n    \"resourcefully\": \"eji akọ\",\n    \"resourcefulness\": \"iji akọ\",\n    \"resourceless\": \"enweghị isi\",\n    \"resourcelessness\": \"enweghị isi\",\n    \"resources\": \"akụrụngwa\",\n    \"resoutive\": \"Ntughari\",\n    \"resowed\": \"nyere\",\n    \"resowing\": \"ịmegharị\",\n    \"resp\": \"izuike\",\n    \"respace\": \"iku ume\",\n    \"respaced\": \"kwụsịtụrụ\",\n    \"respacing\": \"na-achọgharị\",\n    \"respade\": \"iku ume\",\n    \"respaded\": \"umela\",\n    \"respading\": \"na-agba ume\",\n    \"respangle\": \"ikuku\",\n    \"resparkle\": \"ikwughachi\",\n    \"respasse\": \"izu ike\",\n    \"respeak\": \"imeghari\",\n    \"respecify\": \"megharia\",\n    \"respecification\": \"imeghari\",\n    \"respecifications\": \"nrụpụta\",\n    \"respecified\": \"gosiputara\",\n    \"respecifying\": \"imeghari\",\n    \"respect\": \"nkwanye ugwu\",\n    \"respectability\": \"nkwanye ugwu\",\n    \"respectabilities\": \"nkwanye ùgwù\",\n    \"respectabilize\": \"nkwanye ugwu\",\n    \"respectable\": \"nkwanye ugwu\",\n    \"respectableness\": \"nkwanye ugwu\",\n    \"respectably\": \"nkwanye ùgwù\",\n    \"respectant\": \"nkwanye ùgwù\",\n    \"respected\": \"akwanyere ugwu\",\n    \"respecter\": \"nkwanye ùgwù\",\n    \"respecters\": \"nkwanye ugwu\",\n    \"respectful\": \"nkwanye ugwu\",\n    \"respectfully\": \"nkwanye ugwu\",\n    \"respectfulness\": \"nkwanye ugwu\",\n    \"respecting\": \"na-asọpụrụ\",\n    \"respection\": \"nyocha\",\n    \"respective\": \"iche\",\n    \"respectively\": \"karị\",\n    \"respectiveness\": \"iche\",\n    \"respectless\": \"enweghị nkwanye ùgwù\",\n    \"respectlessly\": \"nkwanye ùgwù\",\n    \"respectlessness\": \"enweghị nkwanye ùgwù\",\n    \"respects\": \"nkwanye ugwu\",\n    \"respectum\": \"nkwanye ugwu\",\n    \"respectuous\": \"nkwanye ugwu\",\n    \"respectworthy\": \"kwesịrị nsọpụrụ\",\n    \"respell\": \"ikwughachi\",\n    \"respelled\": \"ume\",\n    \"respelling\": \"na-eku ume\",\n    \"respells\": \"nkwanye ume\",\n    \"respelt\": \"zuo ike\",\n    \"respersive\": \"na-eweghachi\",\n    \"respice\": \"iburu\",\n    \"respiced\": \"azara\",\n    \"respicing\": \"na-enye ume\",\n    \"respirability\": \"iku ume\",\n    \"respirable\": \"na-ekpo ume\",\n    \"respirableness\": \"ume\",\n    \"respirating\": \"iku ume\",\n    \"respiration\": \"iku ume\",\n    \"respirational\": \"iku ume\",\n    \"respirations\": \"iku ume\",\n    \"respirative\": \"iku ume\",\n    \"respirator\": \"iku ume\",\n    \"respiratored\": \"iku ume\",\n    \"respiratory\": \"iku ume\",\n    \"respiratorium\": \"iku ume\",\n    \"respirators\": \"ndị iku ume\",\n    \"respire\": \"kubie ume\",\n    \"respired\": \"ume\",\n    \"respires\": \"na-eku ume\",\n    \"respiring\": \"na-egbu oge\",\n    \"respirit\": \"ume mmụọ\",\n    \"respirometer\": \"iku ume\",\n    \"respirometry\": \"iku ume\",\n    \"respirometric\": \"iku ume\",\n    \"respite\": \"zuo ike\",\n    \"respited\": \"ezumike\",\n    \"respiteless\": \"enweghị izu ike\",\n    \"respites\": \"ezumike\",\n    \"respiting\": \"na-egbu oge\",\n    \"resplend\": \"replend\",\n    \"resplendence\": \"gha\",\n    \"resplendency\": \"resilind\",\n    \"resplendent\": \"na-egbuke egbuke\",\n    \"resplendish\": \"replendish\",\n    \"resplice\": \"izu ike\",\n    \"respliced\": \"ezumike\",\n    \"resplicing\": \"na-egbu ume\",\n    \"resplit\": \"re gbawara\",\n    \"respond\": \"zaghachi\",\n    \"responde\": \"nzaghachi\",\n    \"respondeat\": \"ikwusi ike\",\n    \"responded\": \"zara\",\n    \"respondence\": \"ndị zara\",\n    \"respondences\": \"azịza\",\n    \"respondency\": \"nzaghachi\",\n    \"respondencies\": \"mmeghachi omume\",\n    \"respondendum\": \"zaghachi\",\n    \"respondent\": \"zara\",\n    \"respondentia\": \"zaghachi\",\n    \"respondents\": \"ndị zara\",\n    \"responder\": \"onye ozi\",\n    \"responders\": \"ndị na-aza\",\n    \"responding\": \"na-aza\",\n    \"responds\": \"na-aza\",\n    \"responsa\": \"ọrụ\",\n    \"responsable\": \"zaghachi\",\n    \"responsal\": \"nzaghachi\",\n    \"responsary\": \"nzaghachi\",\n    \"response\": \"nzaghachi\",\n    \"responseless\": \"azaghị\",\n    \"responser\": \"nzaghachi\",\n    \"responses\": \"Ibọrọ\",\n    \"responsibility\": \"ibu ọrụ\",\n    \"responsibilities\": \"ibu ọrụ\",\n    \"responsible\": \"dịịrị\",\n    \"responsibleness\": \"ibu ọrụ\",\n    \"responsibles\": \"ibgwọ\",\n    \"responsibly\": \"n'ụzọ ziri ezi\",\n    \"responsion\": \"nzaghachi\",\n    \"responsions\": \"mmeghachi omume\",\n    \"responsive\": \"na-anabata\",\n    \"responsively\": \"zaghachi\",\n    \"responsiveness\": \"azịza\",\n    \"responsivity\": \"nzaghachi\",\n    \"responsor\": \"nzaghachi\",\n    \"responsory\": \"nzaghachi\",\n    \"responsorial\": \"nzaghachi\",\n    \"responsories\": \"azịza\",\n    \"responsum\": \"nzaghachi\",\n    \"responsusa\": \"nzaghachi\",\n    \"respray\": \"iku ume\",\n    \"resprang\": \"iku ume\",\n    \"respread\": \"ibughari\",\n    \"respreading\": \"imeghari\",\n    \"respreads\": \"Ntughari\",\n    \"respring\": \"na-egbu oge\",\n    \"respringing\": \"na-egbu oge\",\n    \"resprings\": \"ezumike\",\n    \"resprinkle\": \"igba ume ọkụ\",\n    \"resprinkled\": \"na-agba ume\",\n    \"resprinkling\": \"na-agba ume\",\n    \"resprout\": \"ikwughachi\",\n    \"resprung\": \"izu ike\",\n    \"respue\": \"ezumike\",\n    \"resquander\": \"resquarin\",\n    \"ressort\": \"nkwughachi\",\n    \"rest\": \"zuo ike\",\n    \"restab\": \"ezumike\",\n    \"restabbed\": \"zuru ike\",\n    \"restabbing\": \"izu ike\",\n    \"restabilization\": \"imeghari\",\n    \"restabilize\": \"dozie\",\n    \"restabilized\": \"gbasaa\",\n    \"restabilizing\": \"na-edozi\",\n    \"restable\": \"nwee ike imeghari\",\n    \"restabled\": \"agbanwere\",\n    \"restabling\": \"ikwughachi\",\n    \"restack\": \"weghachite\",\n    \"restacked\": \"Agbanyela\",\n    \"restacking\": \"ichegharị\",\n    \"restacks\": \"Mmeghari\",\n    \"restaff\": \"izu ike\",\n    \"restaffed\": \"laghachi\",\n    \"restaffing\": \"na-achọgharị\",\n    \"restaffs\": \"izu ike\",\n    \"restage\": \"ezumike\",\n    \"restaged\": \"weghachite\",\n    \"restages\": \"Mmegharị\",\n    \"restaging\": \"Ighaghari\",\n    \"restagnate\": \"izu ike\",\n    \"restain\": \"jisie ike\",\n    \"restainable\": \"kwughachi\",\n    \"restake\": \"izu ike\",\n    \"restamp\": \"imeghari\",\n    \"restamped\": \"imeghari\",\n    \"restamping\": \"na-edegharị\",\n    \"restamps\": \"ezumike\",\n    \"restandardization\": \"imegharia\",\n    \"restandardize\": \"megharia\",\n    \"restant\": \"ezumike\",\n    \"restart\": \"Malitegharịa ekwentị\",\n    \"restartable\": \"malitegharia\",\n    \"restarted\": \"malitegharia\",\n    \"restarting\": \"ibidogharịa\",\n    \"restarts\": \"malitegharia\",\n    \"restate\": \"kwughachi\",\n    \"restated\": \"kwughachiri\",\n    \"restatement\": \"mmeghari\",\n    \"restatements\": \"Ntughari\",\n    \"restates\": \"kwughachiri\",\n    \"restating\": \"ibidogharịa\",\n    \"restation\": \"ezumike\",\n    \"restaur\": \"ụlọ oriri na ọ restaurantụ .ụ\",\n    \"restaurant\": \"ụlọ oriri na ọ restaurantụ .ụ\",\n    \"restauranteur\": \"ụlọ oriri na ọeụ restaurantụ\",\n    \"restauranteurs\": \"ụlọ oriri na ọeụ restaurantụ\",\n    \"restaurants\": \"ụlọ oriri na ọ restaurantsụ .ụ\",\n    \"restaurate\": \"ezumike\",\n    \"restaurateur\": \"onyeozi\",\n    \"restaurateurs\": \"ndị ezumike\",\n    \"restauration\": \"ezumike\",\n    \"restbalk\": \"ezumike\",\n    \"resteal\": \"zuru ike\",\n    \"rested\": \"zuru ike\",\n    \"resteel\": \"zuru ezu\",\n    \"resteep\": \"imeghari\",\n    \"restem\": \"imeghari\",\n    \"restep\": \"izu ike\",\n    \"resterilize\": \"tugharia\",\n    \"resterilizing\": \"na-emegharị\",\n    \"resters\": \"ezumike\",\n    \"restes\": \"zuru ike\",\n    \"restful\": \"zuru ike\",\n    \"restfuller\": \"ezumike\",\n    \"restfullest\": \"zuru ike\",\n    \"restfully\": \"zuru ezu\",\n    \"restfulness\": \"izu ike\",\n    \"restharrow\": \"imeghari\",\n    \"resthouse\": \"ụlọ ndozi\",\n    \"resty\": \"zuru ike\",\n    \"restiaceae\": \"izu ike\",\n    \"restiaceous\": \"izu ike\",\n    \"restiad\": \"zuo ike\",\n    \"restibrachium\": \"ezumike\",\n    \"restiff\": \"kwụghachi\",\n    \"restiffen\": \"gbanwee\",\n    \"restiffener\": \"ihe ndozi\",\n    \"restiffness\": \"ndaghari\",\n    \"restifle\": \"gbanwee\",\n    \"restigmatize\": \"gbanwee\",\n    \"restyle\": \"gbanwee\",\n    \"restyled\": \"nke resy\",\n    \"restyles\": \"edozi\",\n    \"restyling\": \"Nke a\",\n    \"restimulate\": \"resimim\",\n    \"restimulated\": \"imeghari\",\n    \"restimulating\": \"imeghari\",\n    \"restimulation\": \"mmechi\",\n    \"restiness\": \"izu ike\",\n    \"resting\": \"izu ike\",\n    \"restinging\": \"izu ike\",\n    \"restingly\": \"izu ike\",\n    \"restio\": \"izu ike\",\n    \"restionaceae\": \"izu ike\",\n    \"restionaceous\": \"zuru\",\n    \"restipulate\": \"ikwughachi\",\n    \"restipulated\": \"kwughachiri\",\n    \"restipulating\": \"na-enye ume ọhụrụ\",\n    \"restipulation\": \"ndozi\",\n    \"restir\": \"zuru ike\",\n    \"restirred\": \"weghachiri\",\n    \"restirring\": \"Na-achọgharị\",\n    \"restis\": \"izu ike\",\n    \"restitch\": \"idebe\",\n    \"restitue\": \"izu ike\",\n    \"restitute\": \"weghachi\",\n    \"restituted\": \"kwughachiri\",\n    \"restituting\": \"na-edozi\",\n    \"restitution\": \"nkwụghachi\",\n    \"restitutional\": \"nkwụghachi ụgwọ\",\n    \"restitutionism\": \"nkwụghachi ụgwọ\",\n    \"restitutionist\": \"nkwụghachi\",\n    \"restitutions\": \"mmezi\",\n    \"restitutive\": \"Ntughari\",\n    \"restitutor\": \"onye ndozi\",\n    \"restitutory\": \"ndozi\",\n    \"restive\": \"zuru ike\",\n    \"restively\": \"izu ike\",\n    \"restiveness\": \"izu ike\",\n    \"restless\": \"enweghi ike\",\n    \"restlessly\": \"enweghị ike\",\n    \"restlessness\": \"erughị ala\",\n    \"restocked\": \"gbanye\",\n    \"restocking\": \"Nwunye\",\n    \"restopper\": \"ihe ndozi\",\n    \"restorability\": \"nkwụghachi\",\n    \"restorable\": \"imeghari\",\n    \"restorableness\": \"ndozi\",\n    \"restoral\": \"ezumike\",\n    \"restorals\": \"ezumike\",\n    \"restoration\": \"mweghachi\",\n    \"restorationer\": \"mweghachi\",\n    \"restorationism\": \"mweghachi\",\n    \"restorationist\": \"mweghachi\",\n    \"restorations\": \"mweghachi\",\n    \"restorative\": \"mweghachi\",\n    \"restoratively\": \"na-arụ ọrụ\",\n    \"restorativeness\": \"nkwụghachi\",\n    \"restoratives\": \"mweghachi\",\n    \"restorator\": \"onye ndozi\",\n    \"restoratory\": \"ụlọ ọgwụ\",\n    \"restore\": \"weghachi\",\n    \"restored\": \"weghachiri eweghachi\",\n    \"restorer\": \"weghachi\",\n    \"restorers\": \"weghachite\",\n    \"restores\": \"weghachi\",\n    \"restoring\": \"iweghachi\",\n    \"restoringmoment\": \"Iweghachi oge\",\n    \"restow\": \"kwe ka\",\n    \"restowal\": \"kwe\",\n    \"restproof\": \"mgbochi\",\n    \"restr\": \"izu ike\",\n    \"restraighten\": \"kwụ ọtọ\",\n    \"restraightened\": \"agbatị\",\n    \"restraightening\": \"igbochi\",\n    \"restraightens\": \"na-egbochi\",\n    \"restrain\": \"igbochi\",\n    \"restrainability\": \"mgbochi\",\n    \"restrainable\": \"ekweghị\",\n    \"restrained\": \"ejidere ya\",\n    \"restrainedly\": \"na ejide onwe\",\n    \"restrainedness\": \"njide onwe onye\",\n    \"restrainer\": \"onye mgbochi\",\n    \"restrainers\": \"ndị mgbochi\",\n    \"restraining\": \"igbochi\",\n    \"restrainingly\": \"na-egbochi\",\n    \"restrains\": \"na-egbochi\",\n    \"restraint\": \"mgbochi\",\n    \"restraintful\": \"igbochi\",\n    \"restraints\": \"mgbochi\",\n    \"restrap\": \"imeghari\",\n    \"restrapped\": \"gbochie\",\n    \"restrapping\": \"igbochi\",\n    \"restratification\": \"mgbochi\",\n    \"restream\": \"zuru ike\",\n    \"restrengthen\": \"weghachite\",\n    \"restrengthened\": \"ume ọhụrụ\",\n    \"restrengthening\": \"iwughachi\",\n    \"restrengthens\": \"na-enye ume\",\n    \"restress\": \"ndozi\",\n    \"restretch\": \"weghachite\",\n    \"restricken\": \"amachibidoro\",\n    \"restrict\": \"machibido\",\n    \"restricted\": \"amachibidoro\",\n    \"restrictedly\": \"machibido\",\n    \"restrictedness\": \"mgbochi\",\n    \"restricting\": \"igbochi\",\n    \"restriction\": \"mgbochi\",\n    \"restrictionary\": \"mgbochi\",\n    \"restrictionism\": \"mgbochi\",\n    \"restrictionist\": \"mgbochi\",\n    \"restrictions\": \"mgbochi\",\n    \"restrictive\": \"na-egbochi mmadụ\",\n    \"restrictively\": \"na-egbochi mmachi\",\n    \"restrictiveness\": \"mgbochi\",\n    \"restricts\": \"na-egbochi\",\n    \"restrike\": \"izu ike\",\n    \"restrikes\": \"ezumike\",\n    \"restriking\": \"na-agba ume\",\n    \"restring\": \"izu ike\",\n    \"restringe\": \"izu ike\",\n    \"restringency\": \"izu ike\",\n    \"restringent\": \"izu ike\",\n    \"restringer\": \"imeghari\",\n    \"restringing\": \"izu ike\",\n    \"restrings\": \"na-eweghachi\",\n    \"restrip\": \"weghachite\",\n    \"restrive\": \"zuru ike\",\n    \"restriven\": \"izu ike\",\n    \"restrives\": \"na-eweghachi\",\n    \"restriving\": \"na-eweghachi\",\n    \"restroke\": \"ịghaghachi\",\n    \"restroom\": \"ụlọ mposi\",\n    \"restrove\": \"weghachite\",\n    \"restruck\": \"zuru\",\n    \"restructure\": \"nhazi\",\n    \"restructured\": \"gbanwee\",\n    \"restructures\": \"nhazigharị\",\n    \"restructuring\": \"nhazigharị\",\n    \"restrung\": \"izu ike\",\n    \"rests\": \"zuru\",\n    \"restudy\": \"zaghachi\",\n    \"restudied\": \"zaghachi\",\n    \"restudies\": \"ndị nlegharị anya\",\n    \"restudying\": \"na-emezigharị\",\n    \"restuff\": \"weghachite\",\n    \"restuffed\": \"weghachite\",\n    \"restuffing\": \"inye aka\",\n    \"restuffs\": \"nkwụghachi\",\n    \"restung\": \"izu ike\",\n    \"restward\": \"zaghachi\",\n    \"restwards\": \"mmeghari\",\n    \"resubject\": \"resubub\",\n    \"resubjection\": \"reububighachi\",\n    \"resubjugate\": \"imegharia\",\n    \"resublimated\": \"resublim\",\n    \"resublimating\": \"imeghari\",\n    \"resubmerge\": \"maliteghachi\",\n    \"resubmerged\": \"ọzọ\",\n    \"resubmerging\": \"na-agbapụta ọzọ\",\n    \"resubmission\": \"nlọghachi\",\n    \"resubmissions\": \"nnyeghachi\",\n    \"resubmit\": \"zipu\",\n    \"resubmits\": \"ebughachi\",\n    \"resubmitted\": \"weghachite\",\n    \"resubmitting\": \"resubt\",\n    \"resubordinate\": \"regharịa\",\n    \"resubscribe\": \"weghachite\",\n    \"resubscribed\": \"regharịa\",\n    \"resubscribes\": \"debanye aha\",\n    \"resubscribing\": \"maliteghachi\",\n    \"resubscription\": \"resubcription\",\n    \"resubstantiate\": \"gosi\",\n    \"resubstantiated\": \"enyoghi anya\",\n    \"resubstitute\": \"imeghari\",\n    \"resubstitution\": \"imeghari\",\n    \"resucceed\": \"ịmaliteghachi\",\n    \"resue\": \"nnaputa\",\n    \"resufferance\": \"nlọghachi\",\n    \"resuggest\": \"resugging\",\n    \"resuggestion\": \"resugges\",\n    \"resuing\": \"resu\",\n    \"resulfurize\": \"megharia\",\n    \"resulfurized\": \"resururized\",\n    \"resulfurizing\": \"na-emezigharị\",\n    \"resulphurizing\": \"na-emegharị anya\",\n    \"result\": \"nsonaazụ\",\n    \"resultance\": \"N'ihi\",\n    \"resultancy\": \"ihe si na ya pụta\",\n    \"resultant\": \"n'ihi\",\n    \"resultantly\": \"n'ihi\",\n    \"resultants\": \"ndị na-esi na ya pụta\",\n    \"resultative\": \"arụpụta\",\n    \"resulted\": \"rụpụtara\",\n    \"resultful\": \"bara uru\",\n    \"resultfully\": \"n'ihi\",\n    \"resultfulness\": \"arụpụta\",\n    \"resulting\": \"dapụtara\",\n    \"resultingly\": \"n'ihi\",\n    \"resultive\": \"resul\",\n    \"resultless\": \"enweghị isi\",\n    \"resultlessly\": \"enweghị isi\",\n    \"resultlessness\": \"enweghị ndapụta\",\n    \"results\": \"Nsonaazụ\",\n    \"resume\": \"malitegharịa\",\n    \"resumed\": \"maliteghachi\",\n    \"resumeing\": \"maliteghachi\",\n    \"resumer\": \"malitegharịa\",\n    \"resumers\": \"malitegharịa\",\n    \"resumes\": \"malitegharịa\",\n    \"resuming\": \"maliteghachi\",\n    \"resummoned\": \"maliteghachi\",\n    \"resummoning\": \"resum\",\n    \"resumption\": \"maliteghachi\",\n    \"resumptions\": \"ịmaliteghachi\",\n    \"resumptively\": \"resumptive\",\n    \"resup\": \"ibupute\",\n    \"resupervise\": \"malitegharịa\",\n    \"resupinate\": \"maliteghachi\",\n    \"resupinated\": \"maliteghachiri\",\n    \"resupination\": \"nlọghachị\",\n    \"resupine\": \"ibughachi\",\n    \"resupply\": \"ibugharị\",\n    \"resupplied\": \"nyeghachiri\",\n    \"resupplies\": \"na-enyeghachi\",\n    \"resupplying\": \"inye\",\n    \"resupport\": \"ibughachi\",\n    \"resupposition\": \"imeghari\",\n    \"resuppress\": \"imeghari\",\n    \"resuppression\": \"nlọghachi\",\n    \"resurfaced\": \"maliteghachiri\",\n    \"resurfacing\": \"imeghachi\",\n    \"resurge\": \"resur\",\n    \"resurged\": \"laghachiri\",\n    \"resurgence\": \"nlọghachi\",\n    \"resurgency\": \"nlọghachi\",\n    \"resurgent\": \"imeghachi\",\n    \"resurges\": \"maliteghachi\",\n    \"resurging\": \"imeghachi\",\n    \"resurprise\": \"imeghari\",\n    \"resurrect\": \"kpọlite\",\n    \"resurrected\": \"akpọlite n'ọnwụ\",\n    \"resurrectible\": \"a ga-akpọlite\",\n    \"resurrecting\": \"na-akpọlite\",\n    \"resurrection\": \"mbilite n'ọnwụ\",\n    \"resurrectional\": \"mbilite n'ọnwụ\",\n    \"resurrectionary\": \"mbilite n'ọnwụ\",\n    \"resurrectioner\": \"mbilite n'ọnwụ\",\n    \"resurrectioning\": \"ịkpọlite n'ọnwụ\",\n    \"resurrectionism\": \"mbilite n'ọnwụ\",\n    \"resurrectionist\": \"onye mbilite n'ọnwụ\",\n    \"resurrectionize\": \"kpọlite n'ọnwụ\",\n    \"resurrections\": \"na mbilite n'ọnwụ\",\n    \"resurrective\": \"na-akpọlite\",\n    \"resurrector\": \"onye mbilite n'ọnwụ\",\n    \"resurrectors\": \"ndị nwụrụ anwụ\",\n    \"resurrects\": \"na-akpọlite\",\n    \"resurrender\": \"ịkpọlite n'ọnwụ\",\n    \"resurround\": \"imeghachi\",\n    \"resurvey\": \"ibughachi\",\n    \"resurveyed\": \"weghachiri\",\n    \"resurveying\": \"imeghari\",\n    \"resurveys\": \"Nyocha\",\n    \"resuscitable\": \"igba ume\",\n    \"resuscitant\": \"nkwụghachi\",\n    \"resuscitate\": \"igba ume\",\n    \"resuscitated\": \"chigharia\",\n    \"resuscitating\": \"imeghari\",\n    \"resuscitation\": \"nkwụghachi\",\n    \"resuscitative\": \"na-agba ume\",\n    \"resuscitators\": \"ndi ozuzu ike\",\n    \"resuspect\": \"nkwanye ùgwù\",\n    \"resuspend\": \"ikwughachi\",\n    \"reswage\": \"imeghari\",\n    \"reswallow\": \"imeghari\",\n    \"resward\": \"ahịa\",\n    \"reswear\": \"megharia\",\n    \"reswearing\": \"imeghari\",\n    \"resweep\": \"weghagharịa\",\n    \"resweeping\": \"Ibughari\",\n    \"resweeten\": \"megharia\",\n    \"reswell\": \"ibi\",\n    \"reswept\": \"weghachite\",\n    \"reswill\": \"malitegharịa\",\n    \"reswim\": \"imeghari\",\n    \"reswore\": \"weghachite\",\n    \"retable\": \"zaghachi\",\n    \"retabulate\": \"weghachite\",\n    \"retabulated\": \"gbanwere\",\n    \"retabulating\": \"na-agbanyeghachi\",\n    \"retack\": \"weghachite\",\n    \"retackle\": \"weghachite\",\n    \"retail\": \"mkpọsa\",\n    \"retailable\": \"ere ahịa\",\n    \"retailed\": \"onye na-ere ahia\",\n    \"retailer\": \"onye na-ere ahia\",\n    \"retailers\": \"ndị na-ere ahịa\",\n    \"retailing\": \"na-ere ahịa\",\n    \"retailment\": \"na-ere ahịa\",\n    \"retailor\": \"onye na-ere ahia\",\n    \"retailored\": \"ere ahịa\",\n    \"retailoring\": \"ụlọ ahịa\",\n    \"retailors\": \"ndị na-ere ahịa\",\n    \"retails\": \"mkpọsa\",\n    \"retain\": \"jigide\",\n    \"retainability\": \"njigide\",\n    \"retainable\": \"nwere ike ijigide\",\n    \"retainableness\": \"njigide\",\n    \"retainal\": \"njigide\",\n    \"retainder\": \"njigide\",\n    \"retained\": \"ejidere\",\n    \"retainer\": \"njigide\",\n    \"retainers\": \"ndozi\",\n    \"retainership\": \"njigide\",\n    \"retaining\": \"ijide\",\n    \"retainment\": \"nweta\",\n    \"retains\": \"na-ejigide\",\n    \"retake\": \"weghachite\",\n    \"retaken\": \"weghachite\",\n    \"retakers\": \"ndị na-emegharị ihe\",\n    \"retakes\": \"weghachite\",\n    \"retal\": \"mgbazinye\",\n    \"retaliate\": \"megwara\",\n    \"retaliated\": \"megwara\",\n    \"retaliates\": \"imegwara\",\n    \"retaliating\": \"imegwara\",\n    \"retaliation\": \"mmegwara\",\n    \"retaliationist\": \"ndepụta mmegwara\",\n    \"retaliations\": \"mmegwara\",\n    \"retaliative\": \"imegwara\",\n    \"retaliator\": \"imegwara\",\n    \"retaliatory\": \"imegwara\",\n    \"retaliators\": \"mmegwara\",\n    \"retallies\": \"Ndughari\",\n    \"retame\": \"ghagharia\",\n    \"retanned\": \"zaghachiri\",\n    \"retanning\": \"Iweghachi\",\n    \"retape\": \"ọnụahịa\",\n    \"retaped\": \"mkpọsa\",\n    \"retaping\": \"na-ere ahịa\",\n    \"retard\": \"laa azu\",\n    \"retardance\": \"nlọghachi azụ\",\n    \"retardate\": \"laa azụ\",\n    \"retardates\": \"laa azụ\",\n    \"retardation\": \"nlọghachi azụ\",\n    \"retarded\": \"laa azụ\",\n    \"retardence\": \"nlọghachi azụ\",\n    \"retarding\": \"na-ala azụ\",\n    \"retardingly\": \"na-ala azụ\",\n    \"retardive\": \"weghachite\",\n    \"retardment\": \"nlọghachi azụ\",\n    \"retards\": \"laghachi azụ\",\n    \"retardure\": \"nlọghachi\",\n    \"retare\": \"mkpọsa\",\n    \"retarred\": \"weghachitere\",\n    \"retarring\": \"na-achọgharị\",\n    \"retasted\": \"agbanwere\",\n    \"retastes\": \"na -eweta\",\n    \"retasting\": \"na-emegharị anya\",\n    \"retation\": \"njigide\",\n    \"retaught\": \"mkpọpụta\",\n    \"retax\": \"tax\",\n    \"retaxation\": \"izu ike\",\n    \"reteach\": \"ibughachi\",\n    \"reteaches\": \"reteach\",\n    \"reteaching\": \"imeghachi ihe\",\n    \"retear\": \"ikwughachi\",\n    \"retearing\": \"imeghachi ihe\",\n    \"retelephone\": \"ekwentị retelephone\",\n    \"retell\": \"tugharia\",\n    \"retelling\": \"ikwughachi\",\n    \"retells\": \"na-ekwughachi\",\n    \"retem\": \"gbapụta\",\n    \"retempt\": \"gbalịa\",\n    \"retemptation\": \"ọnwụnwa\",\n    \"retems\": \"na-eburu\",\n    \"retender\": \"zighachi\",\n    \"retent\": \"jigide\",\n    \"retention\": \"njigide\",\n    \"retentionist\": \"onye njigide\",\n    \"retentions\": \"nlọghachi\",\n    \"retentive\": \"laghachi\",\n    \"retentiveness\": \"nlọghachi\",\n    \"retentivity\": \"nlọghachi azụ\",\n    \"retentivities\": \"nlọghachi\",\n    \"retested\": \"chegharịrị\",\n    \"retestify\": \"nyochaghachi\",\n    \"retestified\": \"ekwughachila\",\n    \"retestifying\": \"na-ekwughachi\",\n    \"retesting\": \"tugharia\",\n    \"retests\": \"nyochaghachi\",\n    \"retexture\": \"ekwughachi\",\n    \"rethaw\": \"weghachite\",\n    \"retheness\": \"nlọghachi azụ\",\n    \"rether\": \"Tinyegharịa\",\n    \"rethink\": \"chegharia echiche\",\n    \"rethinking\": \"na-echegharị\",\n    \"rethinks\": \"na-echegharị\",\n    \"rethought\": \"cheghari\",\n    \"rethrash\": \"nlọghachi\",\n    \"rethreaded\": \"rethread\",\n    \"rethreading\": \"imeghari ọzọ\",\n    \"rethreaten\": \"imeghari ozo\",\n    \"rethresh\": \"imeghari\",\n    \"rethresher\": \"nlọghachi\",\n    \"rethrill\": \"mkpali\",\n    \"rethrive\": \"megharia\",\n    \"rethrone\": \"imeghari\",\n    \"rethrow\": \"nlọghachi\",\n    \"rethrust\": \"tụkwasịrị obi\",\n    \"rethunder\": \"imeghari\",\n    \"retia\": \"ezumike nká\",\n    \"retial\": \"mkpọsa\",\n    \"retiary\": \"ezumike nká\",\n    \"retiariae\": \"ezumikeariae\",\n    \"retiarian\": \"onye ezumike nka\",\n    \"retiarii\": \"ezumike ezumike\",\n    \"retiarius\": \"ezumike nká\",\n    \"reticence\": \"ịkọ ihe\",\n    \"reticency\": \"ịkọ ihe\",\n    \"reticencies\": \"ekwughachi\",\n    \"reticent\": \"edeghachi\",\n    \"reticently\": \"n'echeghị echiche\",\n    \"reticularly\": \"n'olu\",\n    \"reticulate\": \"edeghachi\",\n    \"reticulated\": \"retiktik\",\n    \"reticulately\": \"edeghachi\",\n    \"reticulates\": \"retiktik\",\n    \"reticulating\": \"retiktik\",\n    \"reticulation\": \"retiktik\",\n    \"reticuled\": \"reticule\",\n    \"reticules\": \"reticular\",\n    \"reticulocytic\": \"reticulocyte\",\n    \"retie\": \"lara ezumike nká\",\n    \"retied\": \"lara ezumike nká\",\n    \"retier\": \"lara ezumike nká\",\n    \"reties\": \"lara ezumike nká\",\n    \"retiform\": \"ezumike nká\",\n    \"retighten\": \"laghachikwuru\",\n    \"retile\": \"ahịhịa\",\n    \"retiled\": \"lara ezumike nká\",\n    \"retiling\": \"na-ala azụ\",\n    \"retimbering\": \"na-egbu mmụọ\",\n    \"retime\": \"oge\",\n    \"retimed\": \"weghachiri\",\n    \"retimes\": \"oge\",\n    \"retiming\": \"retim\",\n    \"retinals\": \"retinal\",\n    \"retinasphalt\": \"retin korota\",\n    \"retinasphaltum\": \"retin asphaltum\",\n    \"retinenes\": \"ndị retinenes\",\n    \"retinerved\": \"chegharia\",\n    \"retinge\": \"tụọ\",\n    \"retinged\": \"echegharị\",\n    \"retingeing\": \"reinging\",\n    \"retinian\": \"reinyani\",\n    \"retinted\": \"weghachiri\",\n    \"retinting\": \"na-echegharị\",\n    \"retinue\": \"zaghachi\",\n    \"retinued\": \"weghachiri\",\n    \"retip\": \"ezumike nká\",\n    \"retiracy\": \"ezumike nká\",\n    \"retiracied\": \"ezumike nká\",\n    \"retirade\": \"ezumike nká\",\n    \"retiral\": \"ezumike nká\",\n    \"retirant\": \"ezumike nká\",\n    \"retirants\": \"ndị lara ezumike nká\",\n    \"retire\": \"ịla ezumike nká\",\n    \"retired\": \"lara ezumike nká\",\n    \"retiredly\": \"lara ezumike nká\",\n    \"retiredness\": \"ezumike nká\",\n    \"retiree\": \"la ezumike nká\",\n    \"retirees\": \"ezumike nka\",\n    \"retirement\": \"ezumike nká\",\n    \"retirements\": \"ezumike nká\",\n    \"retirer\": \"onye lara ezumike nká\",\n    \"retirers\": \"lara ezumike nká\",\n    \"retires\": \"lara ezumike nká\",\n    \"retiring\": \"ezumike nká\",\n    \"retiringly\": \"ezumike nká\",\n    \"retiringness\": \"ezumike nká\",\n    \"retitled\": \"chegharịrị\",\n    \"retitling\": \"na-achọgharị\",\n    \"retled\": \"zaghachiri\",\n    \"retling\": \"linggbaso\",\n    \"retold\": \"tugharia\",\n    \"retolerate\": \"retoleto\",\n    \"retoleration\": \"nhazighachi\",\n    \"retonation\": \"uchem\",\n    \"retook\": \"weghachite\",\n    \"retooled\": \"chegharịrị\",\n    \"retooling\": \"nlọghari\",\n    \"retools\": \"chegharịrị\",\n    \"retore\": \"weghachi\",\n    \"retorn\": \"laghachi\",\n    \"retorsion\": \"nlọghachi\",\n    \"retort\": \"zaghachi\",\n    \"retorted\": \"weghachiri azụ\",\n    \"retorter\": \"onye ozi\",\n    \"retorters\": \"ndị na-agba mbọ\",\n    \"retorting\": \"na-agagharị\",\n    \"retortion\": \"ndozi\",\n    \"retorts\": \"nlọghachi\",\n    \"retorture\": \"nlọghachi\",\n    \"retotaled\": \"weghachiri\",\n    \"retotaling\": \"na-emegharị\",\n    \"retourable\": \"imeghari\",\n    \"retraced\": \"weghachiri\",\n    \"retracement\": \"mmeghachi omume\",\n    \"retraces\": \"nlọghachi\",\n    \"retracing\": \"na-achọgharị\",\n    \"retrack\": \"wepụ\",\n    \"retracked\": \"retrapụrụ\",\n    \"retracking\": \"retmeghachiri\",\n    \"retracks\": \"retrax\",\n    \"retract\": \"wepụ\",\n    \"retractation\": \"nweghachi\",\n    \"retracted\": \"retrapụrụ\",\n    \"retractibility\": \"retractability\",\n    \"retractible\": \"retractable\",\n    \"retracting\": \"na-ewegharị\",\n    \"retractive\": \"amịghachi\",\n    \"retractiveness\": \"mma\",\n    \"retractors\": \"ndị retractor\",\n    \"retracts\": \"ndị retractor\",\n    \"retrad\": \"laa azu\",\n    \"retrade\": \"weghachite\",\n    \"retraded\": \"weghachitere\",\n    \"retrading\": \"na-achọgharị\",\n    \"retradition\": \"nlọghachi\",\n    \"retraict\": \"wepụ\",\n    \"retrained\": \"gughachi\",\n    \"retraining\": \"mmughari\",\n    \"retrally\": \"ntụgharị\",\n    \"retranscribe\": \"tugharia\",\n    \"retranscribed\": \"tugharia\",\n    \"retranscribing\": \"debanye aha\",\n    \"retranscription\": \"ntughari\",\n    \"retransfer\": \"Nyefee\",\n    \"retransference\": \"nlọghachi\",\n    \"retransferred\": \"ezighachiri\",\n    \"retransferring\": \"Nyegharịa\",\n    \"retransfers\": \"Nyefee\",\n    \"retransfigure\": \"ntughari\",\n    \"retransform\": \"ntughari\",\n    \"retransformation\": \"nlọghachite\",\n    \"retransfuse\": \"imeghari\",\n    \"retransit\": \"nlọghachi\",\n    \"retranslate\": \"tugharia\",\n    \"retranslated\": \"tugharia\",\n    \"retranslates\": \"tugharia\",\n    \"retranslating\": \"ịsụgharị\",\n    \"retranslation\": \"ntụgharị\",\n    \"retranslations\": \"ntughari\",\n    \"retransmission\": \"nnyeghachi\",\n    \"retransmissions\": \"nlọghachi\",\n    \"retransmissive\": \"nkwughachi\",\n    \"retransmit\": \"weghachite\",\n    \"retransmits\": \"nyegharịa\",\n    \"retransmitted\": \"ebugharia\",\n    \"retransmitting\": \"ntughari\",\n    \"retransplant\": \"ntughari\",\n    \"retransplantation\": \"ntughari\",\n    \"retransport\": \"mbughari\",\n    \"retransportation\": \"mbughari\",\n    \"retraverse\": \"laghachi azu\",\n    \"retraversed\": \"laghachiri azụ\",\n    \"retraversing\": \"nlọghachi\",\n    \"retread\": \"tugharia\",\n    \"retreaded\": \"agụgharịrị\",\n    \"retreading\": \"imeghari\",\n    \"retreads\": \"nyochaghachi\",\n    \"retreat\": \"ichighaazu\",\n    \"retreatal\": \"ichighaazu\",\n    \"retreatant\": \"laghachi azụ\",\n    \"retreated\": \"laghachi azụ\",\n    \"retreater\": \"laghachi azụ\",\n    \"retreatful\": \"na-alaghachi azụ\",\n    \"retreating\": \"na-alaghachi\",\n    \"retreatingness\": \"nlọghachi azụ\",\n    \"retreatism\": \"nlọghachi azụ\",\n    \"retreatist\": \"laghachi azụ\",\n    \"retreative\": \"laghachi azụ\",\n    \"retreatment\": \"nlọghachi azụ\",\n    \"retreats\": \"nlọghachi\",\n    \"retrenchment\": \"nlọghachi\",\n    \"retrenchments\": \"nlọghachị\",\n    \"retry\": \"Nwagharịa\",\n    \"retrial\": \"nyochagharia\",\n    \"retrials\": \"nlọghachi\",\n    \"retribute\": \"gbapụta\",\n    \"retributed\": \"eweghachiri\",\n    \"retributing\": \"na-akwụghachi ụgwọ\",\n    \"retribution\": \"nkwụghachi ụgwọ\",\n    \"retributive\": \"nkwụghachi ụgwọ\",\n    \"retributively\": \"ikwughachi\",\n    \"retributor\": \"onye nkwụghachi ụgwọ\",\n    \"retributory\": \"nzaghachi\",\n    \"retricked\": \"gbaghaara\",\n    \"retried\": \"nwara\",\n    \"retrier\": \"onye nlekọta\",\n    \"retriers\": \"ndị na-ebugharị\",\n    \"retries\": \"na-anwale\",\n    \"retrievability\": \"nweghachite\",\n    \"retrievably\": \"weghachite\",\n    \"retrieval\": \"nlaghachi\",\n    \"retrievals\": \"weghachite\",\n    \"retrieve\": \"weghachite\",\n    \"retrieved\": \"Eweghachite\",\n    \"retrieveless\": \"agaghị eweghachite\",\n    \"retrievement\": \"nchọta\",\n    \"retrievers\": \"weghachite\",\n    \"retrieves\": \"weghachite\",\n    \"retrieving\": \"na-eweghachite\",\n    \"retrying\": \"Nwughari\",\n    \"retrimmed\": \"kpụgharịa\",\n    \"retrimming\": \"na-emegharị\",\n    \"retrims\": \"nlọghachi\",\n    \"retro\": \"ochie\",\n    \"retroact\": \"retroactive\",\n    \"retroacted\": \"retroactive\",\n    \"retroacting\": \"retroactive\",\n    \"retroaction\": \"mmeghachi omume\",\n    \"retroactionary\": \"mmeghachi omume\",\n    \"retroactively\": \"na-emegharị\",\n    \"retroactivity\": \"nlọghachi azụ\",\n    \"retroacts\": \"nlọghachi\",\n    \"retrocede\": \"weghachite\",\n    \"retroceded\": \"weghachite\",\n    \"retrocedence\": \"nlọghachi azụ\",\n    \"retrocedent\": \"weghachite\",\n    \"retroceding\": \"na-emegharị\",\n    \"retrocession\": \"nlọghachi\",\n    \"retrocessional\": \"nlọghachi\",\n    \"retrocessionist\": \"onye na-alaghachi azụ\",\n    \"retrocessive\": \"nlọghachi\",\n    \"retroclusion\": \"nlọghachi azụ\",\n    \"retroconsciousness\": \"nlọghachi azụ\",\n    \"retrocopulation\": \"nyochaghachi\",\n    \"retrocurved\": \"agbanwere\",\n    \"retrod\": \"weghachite\",\n    \"retrodate\": \"imeghari\",\n    \"retrodden\": \"laghachiri\",\n    \"retrodeviation\": \"nlọghachi\",\n    \"retrodirective\": \"ntụgharị\",\n    \"retrodisplacement\": \"ebelata\",\n    \"retroduction\": \"ntughari\",\n    \"retrodural\": \"nlọghachi\",\n    \"retrofired\": \"gbanwere\",\n    \"retrofires\": \"ochie\",\n    \"retrofiring\": \"na-emegharị anya\",\n    \"retrofit\": \"doghachiri\",\n    \"retrofits\": \"nlọghachi\",\n    \"retrofitting\": \"imeghari\",\n    \"retroflected\": \"agbanwere\",\n    \"retroflexion\": \"nlọghachi azụ\",\n    \"retroform\": \"gbanwee\",\n    \"retrofracted\": \"eweghachiri\",\n    \"retrogenerative\": \"nyochaghachi\",\n    \"retrogradation\": \"ichoghari\",\n    \"retrograded\": \"gbanwere\",\n    \"retrograding\": \"ichoghari\",\n    \"retrogress\": \"nlọghachi\",\n    \"retrogressed\": \"weghachitere\",\n    \"retrogresses\": \"nlọghachi\",\n    \"retrogressing\": \"nlọghachi\",\n    \"retrogression\": \"nlọghachi\",\n    \"retrogressionist\": \"onye na-aga agha\",\n    \"retrogressions\": \"nlọghachi\",\n    \"retrogressive\": \"na-aga n'ihu\",\n    \"retrogressively\": \"nlọghachi\",\n    \"retrogressiveness\": \"nlọghachi\",\n    \"retroinsular\": \"nlọghachi azụ\",\n    \"retrojection\": \"nlọghachi azụ\",\n    \"retrolingual\": \"Akwukwu\",\n    \"retrolocation\": \"nlọghachi azụ\",\n    \"retromigration\": \"nlọghachị\",\n    \"retromingent\": \"na-atụgharị uche\",\n    \"retromingently\": \"na-alaghachi azụ\",\n    \"retromorphosed\": \"laghachiri azụ\",\n    \"retroplexed\": \"agbanyụrụ\",\n    \"retroposed\": \"agbanwere\",\n    \"retroposition\": \"nlọghachi\",\n    \"retropulsion\": \"nlọghachi azụ\",\n    \"retroreception\": \"nlọghachi\",\n    \"retrorocket\": \"retrocket\",\n    \"retrorockets\": \"nlọghachi\",\n    \"retrorse\": \"ochie\",\n    \"retrorsely\": \"n'agha\",\n    \"retros\": \"nlọghachi\",\n    \"retroserrate\": \"laghachiri\",\n    \"retrospect\": \"nlọghachi azụ\",\n    \"retrospection\": \"nyochaghachi\",\n    \"retrospective\": \"nlọghachi azụ\",\n    \"retrospectively\": \"nlọghachi azụ\",\n    \"retrospectiveness\": \"nlọghachi azụ\",\n    \"retrospectives\": \"nlọghachi azụ\",\n    \"retrospectivity\": \"nlọghachi azụ\",\n    \"retrosplenic\": \"retrosplenial\",\n    \"retrostalsis\": \"retrostasis\",\n    \"retrostaltic\": \"retrostatic\",\n    \"retrosusception\": \"nlọghachi azụ\",\n    \"retrotransference\": \"nlọghachi\",\n    \"retrouss\": \"nlọghachi\",\n    \"retroussage\": \"nlọghachi\",\n    \"retrousse\": \"laghachi\",\n    \"retroverse\": \"nwughari\",\n    \"retroversion\": \"nkwughachi\",\n    \"retrovert\": \"laghachi\",\n    \"retroverted\": \"eweghachiri\",\n    \"retrovision\": \"nyochaghachi\",\n    \"retrude\": \"laghachi\",\n    \"retruded\": \"weghachitere\",\n    \"retruding\": \"na-ala azụ\",\n    \"retrue\": \"zighachi\",\n    \"retruse\": \"laghachi\",\n    \"retrusible\": \"nweghachi\",\n    \"retrusion\": \"nlọghachi\",\n    \"retrusive\": \"zighachi\",\n    \"retrust\": \"ntụkwasị obi\",\n    \"retted\": \"gbaghaara\",\n    \"rettery\": \"nlọghachi\",\n    \"retteries\": \"ihe ndozi\",\n    \"rettore\": \"weghachite\",\n    \"rettory\": \"nlọghachi\",\n    \"retumble\": \"retum\",\n    \"retumescence\": \"nlọghachi azụ\",\n    \"retund\": \"nlọghachi\",\n    \"retunded\": \"weghachiri\",\n    \"retunding\": \"nlọghachi\",\n    \"retuned\": \"retune\",\n    \"retunes\": \"laghachi\",\n    \"retuning\": \"nloghachi\",\n    \"returban\": \"nlọghachi\",\n    \"returf\": \"nlọghachi\",\n    \"returfer\": \"laghachiri\",\n    \"return\": \"laghachi\",\n    \"returnability\": \"nlọghachi azụ\",\n    \"returnable\": \"weghachite\",\n    \"returned\": \"laghachiri\",\n    \"returnee\": \"laghachiri\",\n    \"returnees\": \"ndị lọtara\",\n    \"returner\": \"laghachi\",\n    \"returners\": \"ndị nlọghachi\",\n    \"returning\": \"nloghachi\",\n    \"returnless\": \"laghachi\",\n    \"returnlessly\": \"laghachi azụ\",\n    \"returns\": \"laghachi\",\n    \"retuse\": \"laghachi azu\",\n    \"retwined\": \"chegharịrị\",\n    \"retwining\": \"nlọghachi\",\n    \"retwisted\": \"weghachite\",\n    \"retwisting\": \"na-edegharị\",\n    \"retwists\": \"ndi ozo\",\n    \"reuel\": \"gbanye mmanu\",\n    \"reundergo\": \"weghachite\",\n    \"reundulate\": \"ichikota\",\n    \"reundulation\": \"nlọghachi\",\n    \"reunfold\": \"jikọtaghachi\",\n    \"reunify\": \"jikota\",\n    \"reunification\": \"njikọta\",\n    \"reunifications\": \"njikọta\",\n    \"reunified\": \"jikọtaghachi\",\n    \"reunifies\": \"na-ejikọtakwa\",\n    \"reunifying\": \"ịdịghachi n'otu\",\n    \"reunion\": \"nzukota\",\n    \"reunionism\": \"nlọghachi\",\n    \"reunionist\": \"nlọghachi\",\n    \"reunionistic\": \"izughachi\",\n    \"reunions\": \"ezukọ\",\n    \"reunitable\": \"jikọtaghachi\",\n    \"reunite\": \"izukọta\",\n    \"reunited\": \"jikọtaghachi\",\n    \"reunitedly\": \"izukutakwa\",\n    \"reuniter\": \"nlọghachi\",\n    \"reuniters\": \"jikọtaghachi\",\n    \"reunites\": \"jikọtaghachi\",\n    \"reuniting\": \"ịgbakọ\",\n    \"reunition\": \"nlọghachi\",\n    \"reunitive\": \"izughachi\",\n    \"reunpack\": \"Ibughachi\",\n    \"reuphold\": \"reuprop\",\n    \"reupholsterer\": \"reupholstery\",\n    \"reurge\": \"agaghachi\",\n    \"reusable\": \"reus\",\n    \"reusableness\": \"reus nwere ike\",\n    \"reuse\": \"iwerekwa\",\n    \"reuseable\": \"iwerekwa\",\n    \"reuseableness\": \"iwerekwa\",\n    \"reuseabness\": \"iwerekwa\",\n    \"reusing\": \"reiling\",\n    \"reutilised\": \"ezipụla\",\n    \"reutterance\": \"nlọghachi azụ\",\n    \"reuttered\": \"reut\",\n    \"reuttering\": \"reuting\",\n    \"rev\": \"Mkpuchi\",\n    \"revacate\": \"megharia\",\n    \"revacated\": \"megharia\",\n    \"revacating\": \"na-emegharị\",\n    \"revaccinated\": \"ogwu\",\n    \"revaccinating\": \"ịgba ọgwụ mgbochi ọrịa\",\n    \"revaccination\": \"acgba ọgwụ\",\n    \"revalidate\": \"laghachiri\",\n    \"revalidated\": \"laghachiri\",\n    \"revalidating\": \"imeghari\",\n    \"revalidation\": \"nlọghachi\",\n    \"revaluate\": \"Nyochaa\",\n    \"revaluated\": \"Nyochaa\",\n    \"revaluating\": \"revaluing\",\n    \"revaluation\": \"nyocha\",\n    \"revaluations\": \"nyocha\",\n    \"revalue\": \"reval\",\n    \"revalued\": \"nyochaghachiri\",\n    \"revalues\": \"ahia\",\n    \"revamp\": \"imeghari\",\n    \"revamped\": \"imeghari\",\n    \"revamper\": \"imeghari\",\n    \"revampers\": \"Ndabere\",\n    \"revamping\": \"Mgbanwe\",\n    \"revampment\": \"mmegharị\",\n    \"revamps\": \"Ntughari\",\n    \"revaporize\": \"megharia\",\n    \"revaporized\": \"megharia\",\n    \"revaporizing\": \"ịgbagha\",\n    \"revarnish\": \"nụchaa\",\n    \"revarnished\": \"okpokoro\",\n    \"revarnishes\": \"dị ọhụrụ\",\n    \"revarnishing\": \"revarnising\",\n    \"reve\": \"mkpughe\",\n    \"reveal\": \"kpughee\",\n    \"revealability\": \"ngosipụta\",\n    \"revealable\": \"ekpughere\",\n    \"revealableness\": \"nkwupụta\",\n    \"revealed\": \"kpughere\",\n    \"revealedly\": \"ekpughere\",\n    \"revealer\": \"onye na-ekpughe\",\n    \"revealers\": \"ndị na-ekpughe mmụọ\",\n    \"revealing\": \"na-ekpughe\",\n    \"revealingly\": \"na-ekpughe\",\n    \"revealingness\": \"ekpughe\",\n    \"revealment\": \"echiche\",\n    \"reveals\": \"na-ekpughe\",\n    \"revegetate\": \"megharịa anya\",\n    \"revegetated\": \"kpughere\",\n    \"revegetating\": \"na-enye echiche\",\n    \"revegetation\": \"nkwanye ugwu\",\n    \"revehent\": \"asọpụrụ\",\n    \"reveil\": \"kpughee\",\n    \"reveille\": \"ekpughe\",\n    \"reveilles\": \"mkpughe\",\n    \"revelability\": \"nkwanye ugwu\",\n    \"revelant\": \"Mkpughe\",\n    \"revelation\": \"mkpughe\",\n    \"revelational\": \"echiche\",\n    \"revelationer\": \"mkpughe\",\n    \"revelationist\": \"echiche\",\n    \"revelationize\": \"ekpughe\",\n    \"revelations\": \"mkpughe\",\n    \"revelative\": \"nsọpụrụ\",\n    \"revelator\": \"mkpughe\",\n    \"revelatory\": \"mkpughe\",\n    \"reveled\": \"kpughere\",\n    \"reveler\": \"mkpughe\",\n    \"revelers\": \"ndị na-egwu egwu\",\n    \"reveling\": \"ịgụgharị\",\n    \"revelled\": \"kpughere\",\n    \"revellent\": \"eme oriri\",\n    \"reveller\": \"mkpughe\",\n    \"revellers\": \"ndị na-egwu egwu\",\n    \"revelling\": \"ịgụgharị\",\n    \"revellings\": \"mkpughe\",\n    \"revelment\": \"mmegharị\",\n    \"revelous\": \"nsọpụrụ\",\n    \"revelry\": \"oriri oké mkpọtụ\",\n    \"revelries\": \"oriri oké mkpọtụ\",\n    \"revelrous\": \"revel\",\n    \"revenant\": \"nnabata\",\n    \"revenants\": \"reven\",\n    \"revend\": \"nsọpụrụ\",\n    \"revender\": \"ikpughe\",\n    \"revendicate\": \"asọpụrụ\",\n    \"revendicated\": \"a na-asọpụrụ\",\n    \"revendicating\": \"asọpụrụ\",\n    \"revendication\": \"nkwanye ugwu\",\n    \"reveneer\": \"mkpughe\",\n    \"revenge\": \"ịbọ ọbọ\",\n    \"revengeable\": \"imegwara\",\n    \"revenged\": \"gosiputara\",\n    \"revengeful\": \"imegwara\",\n    \"revengefully\": \"imegwara\",\n    \"revengefulness\": \"imegwara\",\n    \"revengeless\": \"ghara imegwara\",\n    \"revengement\": \"nkwanye ugwu\",\n    \"revenger\": \"mmegwara\",\n    \"revengers\": \"ndị na-atụgharị uche\",\n    \"revenges\": \"nkwanye ugwu\",\n    \"revenging\": \"na-ekpughe\",\n    \"revengingly\": \"na-asọpụrụ\",\n    \"reventilated\": \"kwughachiri\",\n    \"reventilating\": \"imeghari\",\n    \"reventilation\": \"nkwughachi\",\n    \"reventure\": \"tugharia\",\n    \"revenued\": \"ụtụ\",\n    \"revenuer\": \"ụtụ\",\n    \"revenuers\": \"nkwụghachi\",\n    \"revenues\": \"ụtụ\",\n    \"rever\": \"laghachi\",\n    \"reverable\": \"asọpụrụ\",\n    \"reverbatory\": \"na-emegharị emegharị\",\n    \"reverberant\": \"na-echegharị\",\n    \"reverberantly\": \"ikwughachi\",\n    \"reverberate\": \"tugharia\",\n    \"reverberated\": \"ekwughachiri\",\n    \"reverberates\": \"na-ekwughachi\",\n    \"reverberating\": \"na-emegharị\",\n    \"reverberation\": \"nlọghachi\",\n    \"reverberative\": \"imeghari\",\n    \"reverberatory\": \"na-emegharị emegharị\",\n    \"reverberators\": \"ndị na-emegharị ihe\",\n    \"reverbrate\": \"tugharia\",\n    \"reverbs\": \"ngwa ngwa\",\n    \"reverdure\": \"tugharia\",\n    \"revere\": \"sọpụrụ\",\n    \"revered\": \"sọpụrụ\",\n    \"reveree\": \"sọpụrụ\",\n    \"reverence\": \"nsọpụrụ\",\n    \"reverenced\": \"nsọpụrụ\",\n    \"reverencer\": \"asọpụrụ\",\n    \"reverencers\": \"ndị na-asọpụrụ ya\",\n    \"reverences\": \"nsọpụrụ\",\n    \"reverencing\": \"asọpụrụ\",\n    \"reverend\": \"asọpụrụ\",\n    \"reverendly\": \"asọpụrụ\",\n    \"reverends\": \"asọpụrụ\",\n    \"reverendship\": \"asọpụrụ ụgbọ mmiri\",\n    \"reverent\": \"nsọpụrụ\",\n    \"reverential\": \"nsọpụrụ\",\n    \"reverentiality\": \"nsọpụrụ\",\n    \"reverentially\": \"nsọpụrụ\",\n    \"reverentialness\": \"nsọpụrụ\",\n    \"reverently\": \"nsọpụrụ\",\n    \"reverentness\": \"nsọpụrụ\",\n    \"reverer\": \"mkpughe\",\n    \"reverers\": \"ndị nsọ\",\n    \"reveres\": \"okpono\",\n    \"revery\": \"nlọghachi\",\n    \"reveries\": \"ebube\",\n    \"reverify\": \"gosi\",\n    \"reverification\": \"ngosipụta\",\n    \"reverifications\": \"nkpughe\",\n    \"reverified\": \"egwu\",\n    \"reverifies\": \"na-ekpughe\",\n    \"reverifying\": \"na-ekpughe\",\n    \"revering\": \"na-alaghachi\",\n    \"reverist\": \"laghachi\",\n    \"revers\": \"gbanwee\",\n    \"reversability\": \"ntụgharị\",\n    \"reversable\": \"mgbanwe\",\n    \"reversal\": \"nweghachi\",\n    \"reversals\": \"mgbanwe\",\n    \"reverse\": \"laa azu\",\n    \"reversed\": \"gbanwee\",\n    \"reversedly\": \"gbanwee\",\n    \"reverseful\": \"gbanwee\",\n    \"reverseless\": \"enweghị atụ\",\n    \"reversely\": \"tụgharịa\",\n    \"reversement\": \"ntụgharị\",\n    \"reverser\": \"tụgharịa\",\n    \"reversers\": \"tụgharịa\",\n    \"reverses\": \"gbanwee\",\n    \"reverseways\": \"agbara azu\",\n    \"reversewise\": \"azu azu\",\n    \"reversi\": \"gbanwee\",\n    \"reversibility\": \"ntụgharị\",\n    \"reversible\": \"Agbanwe agbanwe\",\n    \"reversibleness\": \"Ndughari\",\n    \"reversibly\": \"gbanwee\",\n    \"reversify\": \"gbanwee\",\n    \"reversification\": \"ngbanwe\",\n    \"reversifier\": \"ihe ntụgharị\",\n    \"reversing\": \"gbanwee\",\n    \"reversingly\": \"gbanwee\",\n    \"reversion\": \"nloghachi\",\n    \"reversionable\": \"mgbanwe\",\n    \"reversional\": \"nloghachi\",\n    \"reversionally\": \"ntụgharị\",\n    \"reversionary\": \"ngbanwe\",\n    \"reversioner\": \"onye nchighari\",\n    \"reversionist\": \"onye mgbagha\",\n    \"reversions\": \"ngbanwe\",\n    \"reversis\": \"laghachi\",\n    \"reversist\": \"mgbanwe\",\n    \"reversive\": \"gbanwee\",\n    \"reverso\": \"gbanwee\",\n    \"reversos\": \"laghachi\",\n    \"revert\": \"biaghachi\",\n    \"revertal\": \"laghachi\",\n    \"reverted\": \"laghachiri\",\n    \"reverter\": \"ntụgharị\",\n    \"reverters\": \"Ndagharị\",\n    \"reverting\": \"na-alaghachi\",\n    \"revertive\": \"laghachi\",\n    \"revertively\": \"ugboro ugboro\",\n    \"reverts\": \"laghachi\",\n    \"revest\": \"Tinye ihe\",\n    \"revested\": \"weghachitere\",\n    \"revestiary\": \"revesti\",\n    \"revesting\": \"na-etinye ego\",\n    \"revet\": \"Mkpu\",\n    \"revete\": \"sọpụrụ\",\n    \"revetement\": \"nkwupụta\",\n    \"revetment\": \"nkwanye ugwu\",\n    \"revetments\": \"mkpughe\",\n    \"revetoed\": \"gbanwee\",\n    \"revetoing\": \"asọpụrụ\",\n    \"revets\": \"ekpr\",\n    \"revetted\": \"achọrọ\",\n    \"revetting\": \"na-ekpughe\",\n    \"reveverberatory\": \"ntughari\",\n    \"revibrant\": \"emegharị\",\n    \"revibrate\": \"nweghachi\",\n    \"revibrated\": \"megharịrị\",\n    \"revibrating\": \"na-agbake\",\n    \"revibration\": \"imeghari\",\n    \"revibrational\": \"nlọghachi\",\n    \"revictory\": \"mmegharị\",\n    \"revictorious\": \"kwugharịrị\",\n    \"revictual\": \"emeghari\",\n    \"revictualed\": \"kwugharịrị\",\n    \"revictualing\": \"ictnyegharị\",\n    \"revictualled\": \"emegharị\",\n    \"revictualling\": \"akpogharị\",\n    \"revictualment\": \"mmegharị\",\n    \"revictuals\": \"ndị na-emegharị emegharị\",\n    \"revie\": \"nyocha\",\n    \"review\": \"nyocha\",\n    \"reviewability\": \"nyocha\",\n    \"reviewable\": \"nyochaa\",\n    \"reviewage\": \"nyocha\",\n    \"reviewal\": \"nyocha\",\n    \"reviewals\": \"nyocha\",\n    \"reviewed\": \"enyocha\",\n    \"reviewer\": \"onye nyocha\",\n    \"revieweress\": \"nyochaa\",\n    \"reviewers\": \"ndị nyocha\",\n    \"reviewing\": \"nyocha\",\n    \"reviewish\": \"nyochaa\",\n    \"reviewless\": \"nyocha\",\n    \"reviews\": \"nyocha\",\n    \"revification\": \"mmeghari\",\n    \"revigorate\": \"megharia\",\n    \"revigoration\": \"mmeghari\",\n    \"revigour\": \"ume ọhụrụ\",\n    \"revile\": \"kwujọọ\",\n    \"reviled\": \"ekwulu\",\n    \"revilement\": \"nweghachi\",\n    \"reviler\": \"Rekwu\",\n    \"revilers\": \"Ndị na-eme mkpọtụ\",\n    \"reviles\": \"ekwula\",\n    \"reviling\": \"na-ekwujọ\",\n    \"revilingly\": \"na-ekwujọ\",\n    \"revindicate\": \"gosipụta\",\n    \"revindicated\": \"gosipụtara\",\n    \"revindicates\": \"na-egosipụta\",\n    \"revindicating\": \"na-egosi\",\n    \"revindication\": \"igosipụta\",\n    \"reviolate\": \"megharia\",\n    \"reviolated\": \"megharia\",\n    \"reviolating\": \"na-agbanwe agbanwe\",\n    \"reviolation\": \"nweghachi\",\n    \"revirescence\": \"nzaghachi\",\n    \"revirescent\": \"ekwughachi\",\n    \"revisableness\": \"imeghari\",\n    \"revisal\": \"legharia anya\",\n    \"revisals\": \"nyochagharị\",\n    \"revise\": \"imeghari\",\n    \"revised\": \"emezigharị\",\n    \"revisee\": \"nyocha\",\n    \"reviser\": \"nyochaa\",\n    \"revisers\": \"gụgharịa\",\n    \"revisership\": \"nnabata\",\n    \"revises\": \"nyocha\",\n    \"revisible\": \"Agbanwe agbanwe\",\n    \"revising\": \"imeghari\",\n    \"revision\": \"idegharị\",\n    \"revisional\": \"ntughari\",\n    \"revisionary\": \"idegharị\",\n    \"revisionism\": \"idegharị\",\n    \"revisionist\": \"idegharị\",\n    \"revisionists\": \"ndeghari\",\n    \"revisions\": \"nyocha\",\n    \"revisit\": \"gagharịa\",\n    \"revisitable\": \"legharia anya\",\n    \"revisitant\": \"laghachi\",\n    \"revisitation\": \"nyochaghachi\",\n    \"revisited\": \"laghachiri\",\n    \"revisiting\": \"nlọghachị\",\n    \"revisits\": \"nyochagharị\",\n    \"revisor\": \"nyocha\",\n    \"revisory\": \"nyocha\",\n    \"revisors\": \"ndị gụgharịrị\",\n    \"revisualization\": \"nyochaghachi\",\n    \"revisualize\": \"megharia\",\n    \"revisualized\": \"gbanweghachiri\",\n    \"revisualizing\": \"imeghari\",\n    \"revitalisation\": \"nweghachi\",\n    \"revitalise\": \"ịtụgharị\",\n    \"revitalised\": \"gbakee\",\n    \"revitalising\": \"ịtụgharị\",\n    \"revitalization\": \"nweghachi\",\n    \"revitalize\": \"ịtụgharị\",\n    \"revitalized\": \"gbakee\",\n    \"revitalizer\": \"Ntughari\",\n    \"revitalizes\": \"na-enye ume\",\n    \"revitalizing\": \"ịtụgharị\",\n    \"revivability\": \"nweghachi\",\n    \"revivable\": \"nweghachi\",\n    \"revivably\": \"nweghachi\",\n    \"revival\": \"mmaliteghachi\",\n    \"revivalism\": \"mmaliteghachi\",\n    \"revivalist\": \"onye ndu\",\n    \"revivalists\": \"ndi ndu\",\n    \"revivalize\": \"ịtụte\",\n    \"revivals\": \"edemede\",\n    \"revivatory\": \"edemede\",\n    \"revive\": \"ịtụte\",\n    \"revived\": \"gbakee\",\n    \"revivement\": \"nweghachi\",\n    \"reviver\": \"nweghachi\",\n    \"revivers\": \"na-agbake\",\n    \"revives\": \"na-agbake\",\n    \"revivescence\": \"nlọghachi\",\n    \"revivescency\": \"nweghachi\",\n    \"reviviction\": \"nweghachi\",\n    \"revivify\": \"itughari\",\n    \"revivification\": \"nweghachi\",\n    \"revivified\": \"nweghachi\",\n    \"revivifier\": \"ntughari\",\n    \"revivifies\": \"nweghachi\",\n    \"revivifying\": \"ịtụgharị\",\n    \"reviving\": \"ịtụte\",\n    \"revivingly\": \"na-agbanye ndụ\",\n    \"reviviscence\": \"nweghachi\",\n    \"reviviscency\": \"nweghachi\",\n    \"reviviscent\": \"ndụghachi\",\n    \"reviviscible\": \"nweghachi\",\n    \"revivor\": \"edemede\",\n    \"revocability\": \"nweghachi\",\n    \"revocable\": \"kagbuo\",\n    \"revocableness\": \"nweghachi\",\n    \"revocably\": \"nweghachi\",\n    \"revocate\": \"kagbuo\",\n    \"revocation\": \"nwepu\",\n    \"revocations\": \"nwepu\",\n    \"revocative\": \"nweghachi\",\n    \"revocatory\": \"nweghachi\",\n    \"revoyaging\": \"reboya\",\n    \"revoices\": \"ọnụ ahịa\",\n    \"revoicing\": \"revoising\",\n    \"revoke\": \"kagbuo\",\n    \"revoked\": \"kagburu\",\n    \"revokement\": \"nwepu\",\n    \"revoker\": \"Rekọwer\",\n    \"revokers\": \"ndị na-akwụ ụgwọ\",\n    \"revokes\": \"na-agbagha\",\n    \"revoking\": \"na-akagbu\",\n    \"revokingly\": \"rekọtị\",\n    \"revolatilize\": \"megharia\",\n    \"revolt\": \"nnupụisi\",\n    \"revolted\": \"nupụrụ isi\",\n    \"revolter\": \"nnupụisi\",\n    \"revolters\": \"ndị nnupụisi\",\n    \"revolting\": \"Na-enupụ isi\",\n    \"revoltingly\": \"na-agbagha\",\n    \"revoltress\": \"nnupu isi\",\n    \"revolts\": \"nupụrụ isi\",\n    \"revolubility\": \"Ntughari\",\n    \"revoluble\": \"imeghari\",\n    \"revolubly\": \"imeghari\",\n    \"revolunteer\": \"imeghari\",\n    \"revolute\": \"imeghari\",\n    \"revoluted\": \"imeghari\",\n    \"revolution\": \"mgbanwe\",\n    \"revolutional\": \"mgbanwe\",\n    \"revolutionally\": \"mgbanwe\",\n    \"revolutionary\": \"mgbanwe\",\n    \"revolutionaries\": \"ndị na-eme mgbanwe ọchịchị\",\n    \"revolutionarily\": \"amamihe\",\n    \"revolutionariness\": \"mgbanwe\",\n    \"revolutioneering\": \"na-eme mgbanwe\",\n    \"revolutioner\": \"onye ngagharị\",\n    \"revolutionise\": \"gbanwee\",\n    \"revolutionised\": \"gbanwee\",\n    \"revolutioniser\": \"mgbanwe\",\n    \"revolutionising\": \"na-agbanwe agbanwe\",\n    \"revolutionism\": \"mgbanwe\",\n    \"revolutionist\": \"onye mgbagha\",\n    \"revolutionists\": \"ndị na-eme mgbanwe ọchịchị\",\n    \"revolutionize\": \"gbanwee\",\n    \"revolutionized\": \"gbanwee\",\n    \"revolutionizement\": \"mgbanwe\",\n    \"revolutionizer\": \"mgbanwe\",\n    \"revolutionizes\": \"gbanwee\",\n    \"revolutionizing\": \"na-agbanwe agbanwe\",\n    \"revolutions\": \"mgbanwe\",\n    \"revolvable\": \"imeghari\",\n    \"revolvably\": \"gbanwee\",\n    \"revolve\": \"gbanwee\",\n    \"revolved\": \"gbanwee\",\n    \"revolvement\": \"ntughari\",\n    \"revolvency\": \"nnupu isi\",\n    \"revolver\": \"imeghari\",\n    \"revolvers\": \"Ntughari\",\n    \"revolves\": \"gbanwee\",\n    \"revolving\": \"na-agbanwe\",\n    \"revolvingly\": \"na-agbagharị\",\n    \"revomit\": \"ibughachi\",\n    \"revote\": \"weghachi\",\n    \"revoted\": \"weghachitere\",\n    \"revoting\": \"Iwegharị\",\n    \"revs\": \"Ugochukwu\",\n    \"revue\": \"nweghachi\",\n    \"revues\": \"nkwalite\",\n    \"revuist\": \"onye ahia\",\n    \"revuists\": \"ndị nnupụisi\",\n    \"revulsant\": \"Ihe ojoo\",\n    \"revulse\": \"megharia\",\n    \"revulsed\": \"emegharị\",\n    \"revulsion\": \"mmegharị\",\n    \"revulsionary\": \"Ntughari\",\n    \"revulsions\": \"mmegharị\",\n    \"revulsive\": \"emeghari\",\n    \"revulsively\": \"na-agbagha\",\n    \"revved\": \"emegharị\",\n    \"revving\": \"na-emegharị\",\n    \"rew\": \"zaghachi\",\n    \"rewade\": \"imeghari\",\n    \"rewager\": \"Megharịa\",\n    \"rewayle\": \"reway\",\n    \"rewake\": \"tugharia\",\n    \"rewaked\": \"reawakened\",\n    \"rewaken\": \"reawakened\",\n    \"rewakened\": \"reawakened\",\n    \"rewakes\": \"reww\",\n    \"rewaking\": \"reww\",\n    \"rewallow\": \"imeghari\",\n    \"reward\": \"ụgwọ ọrụ\",\n    \"rewardable\": \"akwụghachi ụgwọ\",\n    \"rewardableness\": \"akwụ ụgwọ ọrụ\",\n    \"rewardably\": \"ụgwọ ọrụ\",\n    \"rewarded\": \"ụgwọ ọrụ\",\n    \"rewardedly\": \"ụgwọ ọrụ\",\n    \"rewarder\": \"ụgwọ ọrụ\",\n    \"rewarders\": \"ụgwọ ọrụ\",\n    \"rewardful\": \"akwụghachi ụgwọ\",\n    \"rewardfulness\": \"ụgwọ ọrụ\",\n    \"rewarding\": \"na-akwụghachi ụgwọ\",\n    \"rewardingly\": \"na-akwụghachi ụgwọ\",\n    \"rewardingness\": \"akwụ ụgwọ ọrụ\",\n    \"rewardless\": \"enweghị ụgwọ ọrụ\",\n    \"rewardproof\": \"ụgwọ ọrụ\",\n    \"rewards\": \"ụgwọ ọrụ\",\n    \"rewash\": \"imeghari\",\n    \"rewashed\": \"buru saa\",\n    \"rewashes\": \"imeghari\",\n    \"rewashing\": \"imeghari\",\n    \"rewater\": \"mmiri\",\n    \"rewave\": \"gbanyeghachi\",\n    \"rewaxes\": \"rewaxed\",\n    \"reweaken\": \"weghachite\",\n    \"rewear\": \"megharia\",\n    \"rewearing\": \"reweghachi\",\n    \"reweave\": \"regharịa\",\n    \"reweaved\": \"regharịa\",\n    \"reweaving\": \"reweawing\",\n    \"rewed\": \"zaghachi\",\n    \"rewedded\": \"zaghachi\",\n    \"reweds\": \"zaghachi\",\n    \"reweigh\": \"rewea\",\n    \"reweighed\": \"rewea\",\n    \"reweighing\": \"reweji\",\n    \"reweighs\": \"rewea\",\n    \"rewelcome\": \"rewelite\",\n    \"reweld\": \"imeghari\",\n    \"rewelded\": \"reweld\",\n    \"rewelding\": \"rewing\",\n    \"rewelds\": \"referel\",\n    \"rewend\": \"zaghachi\",\n    \"rewhelp\": \"tụgharịa\",\n    \"rewhirl\": \"imeghari\",\n    \"rewiden\": \"megharia\",\n    \"rewidened\": \"sụgharịrị\",\n    \"rewidening\": \"imeghari\",\n    \"rewin\": \"rewa azu\",\n    \"rewind\": \"rewa azu\",\n    \"rewinded\": \"rewa azu\",\n    \"rewinder\": \"imeghari\",\n    \"rewinding\": \"rewindị\",\n    \"rewinds\": \"rewa azụ\",\n    \"rewing\": \"rewa azu\",\n    \"rewinning\": \"rewinnwoke\",\n    \"rewirable\": \"rewwị\",\n    \"rewired\": \"zaghachi\",\n    \"rewires\": \"zaghachi\",\n    \"rewiring\": \"reww\",\n    \"rewish\": \"zaghachi\",\n    \"rewithdraw\": \"wepụ\",\n    \"rewithdrawal\": \"nwepu\",\n    \"rewoke\": \"kagbuo\",\n    \"rewood\": \"uhie uhie\",\n    \"reword\": \"imeghari\",\n    \"reworded\": \"reword\",\n    \"rewore\": \"imeghari\",\n    \"reworked\": \"rework\",\n    \"reworking\": \"na-arụ ọrụ ọzọ\",\n    \"rewrap\": \"imeghari\",\n    \"rewrapped\": \"rewra\",\n    \"rewrite\": \"ideghari\",\n    \"rewriters\": \"rewriter\",\n    \"rewrites\": \"rewriter\",\n    \"rewritten\": \"rewriting\",\n    \"rewwore\": \"regharịa\",\n    \"rezoning\": \"imeghari\",\n    \"rf\": \"Ochie\",\n    \"rfb\": \"rbb\",\n    \"rfound\": \"achọtara\",\n    \"rfree\": \"enweghị ihe ọ bụla\",\n    \"rfs\": \"Oru\",\n    \"rfz\": \"Ochie\",\n    \"rgisseur\": \"regisseur\",\n    \"rglement\": \"reglement\",\n    \"rhabdocoelan\": \"mmmmmmmmmmmmm\",\n    \"rhabdoidal\": \"Onyekwere\",\n    \"rhabdolith\": \"mmmmmmmmmmmm\",\n    \"rhabdomancy\": \"ibi ndu\",\n    \"rhabdomantist\": \"onyenweke\",\n    \"rhabdomes\": \"rhabdom\",\n    \"rhabdoms\": \"rhabdom\",\n    \"rhabdophanite\": \"Onyekwere\",\n    \"rhabdosphere\": \"ndabacha\",\n    \"rhadamanthine\": \"mmmmmmmmmmmmm\",\n    \"rhadamanthys\": \"mmmmmmmmmmmmm\",\n    \"rhadamanthus\": \"mmmmmmmmmmmmm\",\n    \"rhamninose\": \"mmmmmmmmmmmmm\",\n    \"rhamnoses\": \"akụrụngwa\",\n    \"rhamnus\": \"Rhamnus\",\n    \"rhapsode\": \"ntachi\",\n    \"rhapsodes\": \"ihere\",\n    \"rhapsody\": \"onyinyechi\",\n    \"rhapsodic\": \"onyinyechi\",\n    \"rhapsodical\": \"onyinyechi\",\n    \"rhapsodically\": \"ihere\",\n    \"rhapsodism\": \"onyinyechi\",\n    \"rhapsodist\": \"onyinyechi\",\n    \"rhapsodistic\": \"onyinyechi\",\n    \"rhapsodists\": \"onyinyechi\",\n    \"rhapsodomancy\": \"onyinyechi\",\n    \"rhason\": \"Onyekwere\",\n    \"rhatany\": \"rhatanị\",\n    \"rhb\": \"rbb\",\n    \"rhd\": \"Ogbo\",\n    \"rhe\": \"okwu\",\n    \"rhea\": \"rịa\",\n    \"rheadine\": \"isi\",\n    \"rheae\": \"rịa\",\n    \"rhebok\": \"Nkọwa\",\n    \"rheboks\": \"ikwu okwu\",\n    \"rhebosis\": \"nsị\",\n    \"rhedas\": \"Rhidas\",\n    \"rheeboc\": \"rheebok\",\n    \"rhegmatype\": \"ntughari\",\n    \"rhegmatypy\": \"ugochukwu\",\n    \"rhegnopteri\": \"ogwe aka\",\n    \"rheic\": \"ekwuchi\",\n    \"rheiformes\": \"usoro iwu\",\n    \"rhein\": \"ederede\",\n    \"rheingold\": \"okwu\",\n    \"rheinic\": \"ire okwu\",\n    \"rhematic\": \"kwuo okwu\",\n    \"rheme\": \"kwuo\",\n    \"rhenea\": \"okpukpu\",\n    \"rhenish\": \"rie\",\n    \"rheobase\": \"Okwuchukwu\",\n    \"rheobases\": \"nkwupụta ụda\",\n    \"rheocrat\": \"na-ekwu okwu\",\n    \"rheologic\": \"ikwu okwu\",\n    \"rheological\": \"nkwupụta ụda\",\n    \"rheologically\": \"n'ikwu okwu\",\n    \"rheologies\": \"ikwu okwu\",\n    \"rheologist\": \"ọkà mmụta okike\",\n    \"rheologists\": \"ndị na-ahụ maka ọdịnala\",\n    \"rheopexy\": \"nkwupụta ụda\",\n    \"rheophil\": \"Ntughari\",\n    \"rheophile\": \"na-achọgharị\",\n    \"rheophilic\": \"Ntughari\",\n    \"rheoscopic\": \"nkwupụta ụda\",\n    \"rheostat\": \"nkwughachi\",\n    \"rheostatic\": \"na-emeghachi omume\",\n    \"rheostatics\": \"nchịkwa\",\n    \"rheostats\": \"nkwughachi\",\n    \"rheotactic\": \"ekwupụta okwu\",\n    \"rheotome\": \"nkwanye\",\n    \"rheotron\": \"nkwonkwo\",\n    \"rheotrope\": \"nkwupụta ụda\",\n    \"rheotropic\": \"nkwupụta ụda\",\n    \"rheotropism\": \"nkwupụta ụbụrụ\",\n    \"rhesian\": \"Igbo\",\n    \"rhesis\": \"mgbochi\",\n    \"rhesuses\": \"hesagha\",\n    \"rhetor\": \"ikwu okwu\",\n    \"rhetoric\": \"nkwupụta okwu\",\n    \"rhetorical\": \"n'ikwu okwu\",\n    \"rhetorically\": \"n'ikwu okwu\",\n    \"rhetoricalness\": \"nkwupụta okwu\",\n    \"rhetoricals\": \"na-ekwu okwu\",\n    \"rhetorician\": \"na-ekwu okwu\",\n    \"rhetoricians\": \"ndị na-ekwu okwu\",\n    \"rhetorics\": \"nkwupụta okwu\",\n    \"rhetorize\": \"kwuo okwu\",\n    \"rhetors\": \"ekwupụta okwu\",\n    \"rheumatically\": \"na nkwupụta asụsụ\",\n    \"rheumatize\": \"megharia\",\n    \"rheumed\": \"megharia\",\n    \"rheumily\": \"gbasasịa\",\n    \"rheuminess\": \"mwepụ okwu\",\n    \"rheums\": \"rheum\",\n    \"rhexes\": \"nkwupụta ụda\",\n    \"rhexis\": \"ntughari\",\n    \"rhyacolite\": \"rhkolite\",\n    \"rhibia\": \"Rhibia\",\n    \"rhymeless\": \"enweghị rhyme\",\n    \"rhymemaker\": \"onye na-eme amara\",\n    \"rhymemaking\": \"ịme ihe\",\n    \"rhymery\": \"rhymes\",\n    \"rhymers\": \"rhymes\",\n    \"rhymic\": \"rhythmic\",\n    \"rhynchonellacea\": \"mmmmmmmmmmmmm\",\n    \"rhineland\": \"obodo rhineland\",\n    \"rhinoscope\": \"rhinoskop\",\n    \"rhyobasalt\": \"Nwabueze\",\n    \"rhyolites\": \"ndiegwu\",\n    \"rhyparographer\": \"onye na-ese ihe\",\n    \"rhyparography\": \"akụkọ ihe nkiri\",\n    \"rhyparographic\": \"ihe ngosi\",\n    \"rhyparographist\": \"onye na-eme ihe nkiri\",\n    \"rhipidate\": \"ịgba mgba\",\n    \"rhipidoglossal\": \"mmmmmmmmmmmmm\",\n    \"rhipidoglossate\": \"hipgba ọsọ\",\n    \"rhypography\": \"ihe ngosi\",\n    \"rhipsalis\": \"mmmmmmmmmmmm\",\n    \"rhysimeter\": \"rhysimita\",\n    \"rhythm\": \"ndori\",\n    \"rhythmless\": \"enweghị uche\",\n    \"rhythmometer\": \"rhythmometa\",\n    \"rhizanth\": \"Rhizan\",\n    \"rhizine\": \"ederede\",\n    \"rhizopodist\": \"onye rhizopodist\",\n    \"rhodaline\": \"Rhodaline\",\n    \"rhodanian\": \"Rhodanian\",\n    \"rhodanthe\": \"Onyekwere\",\n    \"rhodeose\": \"Chidinma\",\n    \"rhodesia\": \"Rhodesia\",\n    \"rhodesian\": \"Rhodesian\",\n    \"rhodesians\": \"Rhodesians\",\n    \"rhodesoid\": \"mgbakpo\",\n    \"rhodeswood\": \"Ukwuu\",\n    \"rhodic\": \"Akwa\",\n    \"rhodymeniaceous\": \"ọrịre\",\n    \"rhoding\": \"Ukwuu\",\n    \"rhodinol\": \"Uzoamaka\",\n    \"rhodite\": \"Rhodite\",\n    \"rhodizonic\": \"ndiegwu\",\n    \"rhododendron\": \"Ukwuu\",\n    \"rhododendrons\": \"Rhododendrons\",\n    \"rhodolite\": \"Rhodolite\",\n    \"rhodomelaceous\": \"Ebelata\",\n    \"rhodonite\": \"Akwa Ibom\",\n    \"rhodophyll\": \"mmmmmmmmmmmm\",\n    \"rhodorhiza\": \"Rhodorhiza\",\n    \"rhodospermous\": \"Ukwuu\",\n    \"rhodothece\": \"Edozie\",\n    \"rhodotypos\": \"mgbakpo\",\n    \"rhoecus\": \"Rhoecus\",\n    \"rhombencephalon\": \"mmmmmmmmmmmmm\",\n    \"rhombencephalons\": \"mmmmmmmmmmmmm\",\n    \"rhombenporphyr\": \"mmmmmmmmmmmmm\",\n    \"rhombiform\": \"Uzoigwe\",\n    \"rhomboclase\": \"mmmmmmmmmmmmm\",\n    \"rhombogenic\": \"mmmmmmmmmmmmm\",\n    \"rhombohedral\": \"akachukwu\",\n    \"rhombohedrally\": \"chebere_nwee\",\n    \"rhombohedric\": \"chukwuemeka\",\n    \"rhombohedron\": \"mmmmmmmmmmmmm\",\n    \"rhombohedrons\": \"ndiegwu\",\n    \"rhomboid\": \"mmmmmmmmmmmm\",\n    \"rhomboidal\": \"mmmmmmmmmmmmm\",\n    \"rhomboidally\": \"kechioma\",\n    \"rhomboideus\": \"mmmmmmmmmmmmm\",\n    \"rhomboidly\": \"nwakobo\",\n    \"rhomboquadratic\": \"rhomb quadratic\",\n    \"rhombovate\": \"-egwu\",\n    \"rhombs\": \"rhombus\",\n    \"rhoncal\": \"roncal\",\n    \"rhopalic\": \"Ihechi\",\n    \"rhopalura\": \"IGIHE\",\n    \"rhotacist\": \"onyeegwu\",\n    \"rhotacize\": \"nwachukwu\",\n    \"rhumbaed\": \"rhumba gbara\",\n    \"rhumbaing\": \"na-agbagharị\",\n    \"rhumbs\": \"okpokoro\",\n    \"ryal\": \"rial\",\n    \"rialty\": \"rialto\",\n    \"ryania\": \"ryanair\",\n    \"rib\": \"ọgịrịga\",\n    \"ribaldrous\": \"ọla\",\n    \"ribands\": \"ọgịrịga\",\n    \"ribber\": \"roba\",\n    \"ribbers\": \"ndị ohi\",\n    \"ribby\": \"ribbii\",\n    \"ribbiest\": \"kera\",\n    \"ribbings\": \"ribbing\",\n    \"ribble\": \"akpịrịkpa\",\n    \"ribbon\": \"eriri\",\n    \"ribboned\": \"ribọn\",\n    \"ribboner\": \"ribọnba\",\n    \"ribbonfish\": \"ribọn azụ\",\n    \"ribbonfishes\": \"ribbonfish\",\n    \"ribbony\": \"eriri\",\n    \"ribboning\": \"ribọn\",\n    \"ribbonism\": \"ribọnism\",\n    \"ribbonlike\": \"dị ka ribọn\",\n    \"ribbonmaker\": \"ribọnga\",\n    \"ribbonry\": \"eriri\",\n    \"ribbons\": \"rịbọn\",\n    \"ribbonweed\": \"ribọnweed\",\n    \"ribe\": \"ngụgụ\",\n    \"ribes\": \"ọgịrịga\",\n    \"ribgrasses\": \"ribgrass\",\n    \"riblike\": \"dị ka ọgịrịga\",\n    \"ribonic\": \"ribọnik\",\n    \"ribroast\": \"ọgịrịga anụ\",\n    \"ribroasting\": \"ọgịrịga amịkpọ\",\n    \"ribs\": \"ọgịrịga\",\n    \"ribspare\": \"ọgịrịga mapụtara\",\n    \"ribwort\": \"ribort\",\n    \"ribworts\": \"ribort\",\n    \"ricardian\": \"onye nlekọta\",\n    \"ricardianism\": \"ricardiism\",\n    \"ricardo\": \"Ricardo\",\n    \"riccia\": \"Riccia\",\n    \"rice\": \"osikapa\",\n    \"ricebird\": \"nnụnụ osikapa\",\n    \"ricebirds\": \"nnụnụ osikapa\",\n    \"ricecar\": \"osikapa\",\n    \"ricecars\": \"osikapa\",\n    \"riced\": \"rịị\",\n    \"ricegrass\": \"osikapa\",\n    \"ricey\": \"osikapa\",\n    \"riceland\": \"osikapa\",\n    \"ricer\": \"baa uba\",\n    \"ricercare\": \"nlekọta ahụike\",\n    \"ricers\": \"ihe bara uru\",\n    \"rich\": \"bara ọgaranya\",\n    \"richard\": \"Richard\",\n    \"richardson\": \"Onwuchekwa\",\n    \"richdom\": \"ọgaranya\",\n    \"riche\": \"ọgaranya\",\n    \"richebourg\": \"Chidinma\",\n    \"richellite\": \"ogaranya\",\n    \"richening\": \"na-akpali akpali\",\n    \"richens\": \"richen\",\n    \"richer\": \"ba uba\",\n    \"riches\": \"akụnụba\",\n    \"richesse\": \"ọgaranya\",\n    \"richest\": \"ogaranya\",\n    \"richeted\": \"bara ọgaranya\",\n    \"richeting\": \"Onwere\",\n    \"richetted\": \"nkechi\",\n    \"richetting\": \"Onwuchekwa\",\n    \"richfield\": \"Ogaranya\",\n    \"richly\": \"n'ụba\",\n    \"richling\": \"bara ọgaranya\",\n    \"richmond\": \"Onyema\",\n    \"richmondena\": \"mmmmmmmmmmmmm\",\n    \"richness\": \"ọgaranya\",\n    \"richnesses\": \"ọgaranya\",\n    \"richt\": \"nkechi\",\n    \"richter\": \"bara ọgaranya\",\n    \"richterite\": \"Onyinyechukwu\",\n    \"richweed\": \"Onyinyechi\",\n    \"richweeds\": \"ọgaranya\",\n    \"ricing\": \"na-eme ihe\",\n    \"ricinic\": \"gburugburu\",\n    \"ricinuses\": \"gburugburu\",\n    \"ricked\": \"emebiela\",\n    \"ricker\": \"Ogwe\",\n    \"rickety\": \"aghara\",\n    \"ricketier\": \"Onyekwere\",\n    \"ricketiest\": \"kacha ike\",\n    \"ricketiness\": \"Ọrịa\",\n    \"rickettsial\": \"Ọrịa rickettsial\",\n    \"rickettsiales\": \"Ọrịa rickettsiales\",\n    \"ricky\": \"Onyekwere\",\n    \"rickyard\": \"okpokoro\",\n    \"ricking\": \"na-agba ọsọ\",\n    \"rickle\": \"Rickle\",\n    \"rickrack\": \"Rickrack\",\n    \"rickracks\": \"Rickracks\",\n    \"ricks\": \"Rick\",\n    \"ricksha\": \"Ricksha\",\n    \"rickshas\": \"Rickshas\",\n    \"rickshaws\": \"Rickshaws\",\n    \"rickstaddle\": \"Rickstaddle\",\n    \"rickstand\": \"okpokoro\",\n    \"ricocheting\": \"Uchechukwu\",\n    \"ricochetted\": \"mmmmmmmmmmmmm\",\n    \"ricochetting\": \"Nwabueze\",\n    \"rictal\": \"uche\",\n    \"rictus\": \"Ukachukwu\",\n    \"rid\": \"kpochapu\",\n    \"ridability\": \"ịnyịnya\",\n    \"riddance\": \"nkwụsị\",\n    \"riddances\": \"nkwụsị\",\n    \"ridded\": \"nọdụrụ\",\n    \"riddel\": \"Ochie\",\n    \"ridden\": \"nọdụrụ\",\n    \"ridder\": \"onye na-agba ịnyịnya\",\n    \"ridders\": \"ndị na-agba ịnyịnya\",\n    \"ridding\": \"na-agba ịnyịnya\",\n    \"riddle\": \"ilu\",\n    \"riddled\": \"wepu\",\n    \"riddlemeree\": \"onye na-agba ịnyịnya\",\n    \"riddler\": \"onye na-agba ịnyịnya\",\n    \"riddlers\": \"onye na-agba ịnyịnya\",\n    \"riddles\": \"ilu\",\n    \"riddling\": \"na-agba ịnyịnya\",\n    \"riddlingly\": \"Na-agbakasị\",\n    \"riddlings\": \"Na-agba ịnyịnya\",\n    \"ride\": \"nọkwasi\",\n    \"rideable\": \"ịnyịnya\",\n    \"rideau\": \"ịnyịnya\",\n    \"rident\": \"onye isi\",\n    \"rider\": \"onye na-agba ịnyịnya\",\n    \"ridered\": \"nọkwasi\",\n    \"rideress\": \"ndị na-agba ịnyịnya\",\n    \"riderless\": \"ịnyịnya\",\n    \"riders\": \"ndị na-agba ịnyịnya\",\n    \"ridership\": \"inyinya\",\n    \"riderships\": \"inyinya\",\n    \"rides\": \"na-agba ịnyịnya\",\n    \"ridge\": \"riiji\",\n    \"ridgeband\": \"Akpụkpọ anụ\",\n    \"ridgeboard\": \"riiji bọọdụ\",\n    \"ridgebone\": \"ọ bụrụ\",\n    \"ridgelet\": \"Okechukwu\",\n    \"ridgepiece\": \"Egwuregwu\",\n    \"ridgeplate\": \"Obere ihe\",\n    \"ridgepole\": \"riiji\",\n    \"ridgepoled\": \"okpokoro\",\n    \"ridgepoles\": \"riiji\",\n    \"ridger\": \"onye na-agba ịnyịnya\",\n    \"ridgerope\": \"riiji\",\n    \"ridgeway\": \"Ọwara\",\n    \"ridgewise\": \"n'akuku\",\n    \"ridgy\": \"na-agba ịnyịnya\",\n    \"ridgier\": \"onye na-agba ịnyịnya\",\n    \"ridgiest\": \"na-eche ihu\",\n    \"ridgils\": \"ọgba aghara\",\n    \"ridging\": \"na-agba ịnyịnya\",\n    \"ridgingly\": \"na-agba ịnyịnya\",\n    \"ridgling\": \"na-agba ịnyịnya\",\n    \"ridglings\": \"ọgba aghara\",\n    \"ridicule\": \"akwaa emo\",\n    \"ridiculed\": \"na-akwa emo\",\n    \"ridiculer\": \"na-akwa emo\",\n    \"ridicules\": \"mkpari\",\n    \"ridiculing\": \"na-akwa emo\",\n    \"ridiculize\": \"akwaa emo\",\n    \"ridiculosity\": \"na-akwa emo\",\n    \"ridiculous\": \"mkpari\",\n    \"ridiculously\": \"ọchị\",\n    \"ridiculousness\": \"ihe ọchị\",\n    \"ridiest\": \"nke dị ọcha\",\n    \"riding\": \"na-agba ịnyịnya\",\n    \"ridingman\": \"nwoke inyinya\",\n    \"ridingmen\": \"ndị na-agba ịnyịnya\",\n    \"ridings\": \"ịnyịnya\",\n    \"ridleys\": \"Uchechukwu\",\n    \"ridottos\": \"ebele\",\n    \"rids\": \"agafe\",\n    \"ryegrasses\": \"ryegrass\",\n    \"rier\": \"osimiri\",\n    \"riever\": \"weghachite\",\n    \"rifacimenti\": \"rifacimento\",\n    \"rifart\": \"égbè\",\n    \"rifely\": \"ejikere\",\n    \"rifeness\": \"égbè\",\n    \"rifenesses\": \"égbè\",\n    \"rifflers\": \"riffers\",\n    \"riffling\": \"riffing\",\n    \"rifle\": \"égbè\",\n    \"riflebird\": \"nnweta\",\n    \"rifled\": \"gbaa\",\n    \"rifleman\": \"onye ji egbe\",\n    \"riflemanship\": \"égbè\",\n    \"riflemen\": \"égbè\",\n    \"rifleproof\": \"egbe\",\n    \"rifler\": \"na-agba ohi\",\n    \"riflery\": \"égbè\",\n    \"rifleries\": \"égbè\",\n    \"riflers\": \"ndị ohi\",\n    \"rifles\": \"égbè\",\n    \"rifling\": \"na-agba egbe\",\n    \"rift\": \"Nkewa\",\n    \"rifted\": \"dọwara\",\n    \"rifter\": \"égbè\",\n    \"rifting\": \"gbawara\",\n    \"rifts\": \"mgbawa\",\n    \"riga\": \"Riga\",\n    \"rigation\": \"riging\",\n    \"rigaudons\": \"Rududons\",\n    \"rigescence\": \"isi ike\",\n    \"right\": \"nri\",\n    \"rightable\": \"kwesịrị ekwesị\",\n    \"rightabout\": \"ziri ezi\",\n    \"righted\": \"ziri ezi\",\n    \"righten\": \"onye agha\",\n    \"righteous\": \"onye ezi omume\",\n    \"righteously\": \"n'ezi omume\",\n    \"righteousness\": \"ezi omume\",\n    \"righter\": \"onye agha\",\n    \"righters\": \"onye agha\",\n    \"rightest\": \"ziri ezi\",\n    \"rightforth\": \"ziri ezi\",\n    \"rightful\": \"ziri ezi\",\n    \"rightfully\": \"ziri ezi\",\n    \"rightfulness\": \"ziri ezi\",\n    \"righthand\": \"n'aka nri\",\n    \"rightheaded\": \"isi n'isi\",\n    \"righthearted\": \"obi oma\",\n    \"righty\": \"nke ziri ezi\",\n    \"righties\": \"eziokwu\",\n    \"righting\": \"ziri ezi\",\n    \"rightish\": \"ziri ezi\",\n    \"rightism\": \"ziri ezi\",\n    \"rightisms\": \"ikike\",\n    \"rightist\": \"onye nwe aka\",\n    \"rightists\": \"ndị ziri ezi\",\n    \"rightle\": \"ziri ezi\",\n    \"rightless\": \"enweghị isi\",\n    \"rightlessness\": \"ezighi ezi\",\n    \"rightly\": \"ziri ezi\",\n    \"rightmost\": \"nke kachasị mma\",\n    \"rightness\": \"ziri ezi\",\n    \"righto\": \"rigto\",\n    \"rights\": \"ikike\",\n    \"rightship\": \"ikike\",\n    \"rightward\": \"aka nri\",\n    \"rightwardly\": \"n'ụzọ ziri ezi\",\n    \"rightwards\": \"aka nri\",\n    \"rigid\": \"isiike\",\n    \"rigidify\": \"mee ka o sie ike\",\n    \"rigidification\": \"nhazi\",\n    \"rigidified\": \"siri ike\",\n    \"rigidifies\": \"na-edozi\",\n    \"rigidifying\": \"ikwenye\",\n    \"rigidist\": \"onye isiike\",\n    \"rigidity\": \"rigidos\",\n    \"rigidities\": \"isiike\",\n    \"rigidness\": \"isiike\",\n    \"rigidulous\": \"mkpari\",\n    \"riginal\": \"mbụ\",\n    \"rigmaree\": \"rig maree\",\n    \"rigmarolishly\": \"n'agha\",\n    \"rigorism\": \"rigor\",\n    \"rigorisms\": \"rigor\",\n    \"rigorist\": \"onye na eme ihe ike\",\n    \"rigoristic\": \"na-eme mgbanwe\",\n    \"rigorists\": \"ndị na-eme ihe ike\",\n    \"rigorous\": \"siri ike\",\n    \"rigorously\": \"n'ụzọ siri ike\",\n    \"rigorousness\": \"ihe siri ike\",\n    \"rigour\": \"rigor\",\n    \"rigourist\": \"onye na-eme ihere\",\n    \"rigours\": \"rigors\",\n    \"riyal\": \"Riyal\",\n    \"riyals\": \"riyal\",\n    \"ryking\": \"igwu\",\n    \"rikshas\": \"riksha\",\n    \"rikshaw\": \"riksha\",\n    \"rikshaws\": \"riksha\",\n    \"rilievi\": \"Rilievi\",\n    \"riling\": \"igwe\",\n    \"rille\": \"rill\",\n    \"rilled\": \"rill\",\n    \"rillets\": \"rillettes\",\n    \"rillett\": \"illọ rillet\",\n    \"rilly\": \"riley\",\n    \"rilling\": \"Rolling\",\n    \"rills\": \"na-apụta\",\n    \"rimate\": \"gosi\",\n    \"rimation\": \"rimim\",\n    \"rimeless\": \"rimless\",\n    \"rimery\": \"rimer\",\n    \"rimfire\": \"ọkụ\",\n    \"rimier\": \"rimer\",\n    \"rimland\": \"Rimland\",\n    \"rimmaking\": \"igwu\",\n    \"rimming\": \"igwu\",\n    \"rimple\": \"ihe mkpuchi\",\n    \"rimples\": \"ọla\",\n    \"rimpling\": \"rimpim\",\n    \"rimption\": \"ihe mgbochi\",\n    \"rimptions\": \"akara\",\n    \"rims\": \"rim\",\n    \"rinceaux\": \"mmmmmmmmmmmm\",\n    \"rinch\": \"itucha\",\n    \"rynd\": \"Nkeji\",\n    \"rinde\": \"gbanye\",\n    \"rinded\": \"rind mebiri\",\n    \"rinderpest\": \"ngwa ngwa\",\n    \"rindless\": \"na-enweghị ntụpọ\",\n    \"rinds\": \"rind\",\n    \"rynds\": \"Ugochukwu\",\n    \"ring\": \"mgbanaka\",\n    \"ringable\": \"mgbanaka\",\n    \"ringbark\": \"mgbanaka\",\n    \"ringbarked\": \"gbanye mgbanaka\",\n    \"ringbarker\": \"mgbanaka\",\n    \"ringbarking\": \"mgbanaka\",\n    \"ringbarks\": \"akara aka\",\n    \"ringbill\": \"mgbanaka\",\n    \"ringbird\": \"mgbaaka\",\n    \"ringbolt\": \"mgbanaka\",\n    \"ringbolts\": \"mgbanaka\",\n    \"ringbone\": \"ọkpụkpụ\",\n    \"ringboned\": \"gbanyere mgbanaka\",\n    \"ringbones\": \"ọkpụkpụ\",\n    \"ringcraft\": \"mgbanaka\",\n    \"ringdove\": \"ụdaolu\",\n    \"ringdoves\": \"ụdaolu\",\n    \"ringed\": \"kụrụ aka\",\n    \"ringent\": \"ụda\",\n    \"ringers\": \"mgbanaka\",\n    \"ringgit\": \"mgbanaka\",\n    \"ringgiver\": \"ọla mgbaaka\",\n    \"ringgiving\": \"mgbanaka\",\n    \"ringgoer\": \"ụda ụda\",\n    \"ringhals\": \"mgbanaka\",\n    \"ringhalses\": \"mgbanaka\",\n    \"ringhead\": \"ụdaolu\",\n    \"ringiness\": \"na-akụ\",\n    \"ringing\": \"na-akụ\",\n    \"ringingly\": \"na-akụ\",\n    \"ringingness\": \"na-akụ ness\",\n    \"ringings\": \"mgbanaka\",\n    \"ringleader\": \"onye ndu\",\n    \"ringleaderless\": \"enweghị onye isi\",\n    \"ringleaders\": \"ndị isi ọchịchị\",\n    \"ringleadership\": \"ochichi\",\n    \"ringless\": \"enweghị mgbaaka\",\n    \"ringlet\": \"mgbaaka\",\n    \"ringleted\": \"kpọrọ\",\n    \"ringlety\": \"Udo\",\n    \"ringlets\": \"mgbaaka\",\n    \"ringlike\": \"yiri\",\n    \"ringmaker\": \"mgbanaka\",\n    \"ringmaking\": \"mgbanaka\",\n    \"ringman\": \"mgbanaka\",\n    \"ringmasters\": \"mgbanaka\",\n    \"ringneck\": \"mkpọchi\",\n    \"ringnecks\": \"Mkpọchi\",\n    \"rings\": \"yiri mgbaaka\",\n    \"ringsider\": \"yiri mgbaaka\",\n    \"ringsides\": \"yiri mgbaaka\",\n    \"ringster\": \"mgbanaka\",\n    \"ringstick\": \"mgbaaka\",\n    \"ringstraked\": \"gbanye mgbanaka\",\n    \"ringtailed\": \"gbanye mgbanaka\",\n    \"ringtails\": \"mgbaaka\",\n    \"ringtaws\": \"ụdaolu\",\n    \"ringtime\": \"oge oku\",\n    \"ringtoss\": \"mgbanaka tụgharịa\",\n    \"ringtosses\": \"ihe mgbanaka\",\n    \"ringwise\": \"ụda\",\n    \"ringworm\": \"mgbaka\",\n    \"ringworms\": \"mgbịrịgba\",\n    \"rinner\": \"igwe mmiri\",\n    \"rinning\": \"na-agba agba\",\n    \"rinse\": \"itucha\",\n    \"rinsed\": \"sachaa\",\n    \"rinser\": \"sachapu\",\n    \"rinsers\": \"lọ mmiri mmiri\",\n    \"rinses\": \"sachaa\",\n    \"rinsing\": \"insachasịrị mmiri\",\n    \"rinsings\": \"rinsins\",\n    \"rynt\": \"Ugochukwu\",\n    \"rio\": \"Na Na Na Na\",\n    \"riobitsu\": \"ndiowu\",\n    \"ryokan\": \"yolọ\",\n    \"riot\": \"Ọgba aghara\",\n    \"ryot\": \"Akwa Ibom\",\n    \"rioted\": \"ọgba aghara\",\n    \"rioter\": \"ọgba aghara\",\n    \"rioters\": \"ndị ọgba aghara\",\n    \"rioting\": \"ọgba aghara\",\n    \"riotingly\": \"aghara\",\n    \"riotise\": \"ọgbaghara\",\n    \"riotist\": \"ogbaaghara\",\n    \"riotistic\": \"Ọgba aghara\",\n    \"riotocracy\": \"Ọgba aghara\",\n    \"riotous\": \"aghara\",\n    \"riotously\": \"aghara\",\n    \"riotousness\": \"ọgba aghara\",\n    \"riotproof\": \"ogbaaghara\",\n    \"riotry\": \"ogbaaghara\",\n    \"riots\": \"ọgba aghara\",\n    \"ryots\": \"Uyo\",\n    \"ryotwar\": \"mmmmmmmmmmmmm\",\n    \"ryotwari\": \"Nwabueze\",\n    \"ryotwary\": \"Uchechukwu\",\n    \"rip\": \"dọwara\",\n    \"riparial\": \"Ntughari\",\n    \"riparian\": \"Onye Ntughari\",\n    \"riparious\": \"na-adị\",\n    \"ripcord\": \"Ntughari\",\n    \"ripcords\": \"Ndaba\",\n    \"ripe\": \"chara acha\",\n    \"riped\": \"gbawara\",\n    \"ripely\": \"nzuzu\",\n    \"ripen\": \"chara n'onwe\",\n    \"ripened\": \"chara acha\",\n    \"ripener\": \"igwe nkucha\",\n    \"ripeners\": \"chara acha\",\n    \"ripeness\": \"ntozu\",\n    \"ripenesses\": \"mbido\",\n    \"ripening\": \"chara acha\",\n    \"ripeningly\": \"chara acha\",\n    \"ripens\": \"chara acha\",\n    \"ripest\": \"chara acha\",\n    \"ripicolous\": \"ọmarịcha\",\n    \"ripidolite\": \"Oyibo\",\n    \"ripienist\": \"onye ripienist\",\n    \"riping\": \"ripping\",\n    \"ripoff\": \"dọkapụ\",\n    \"ripost\": \"zipu\",\n    \"ripped\": \"dọwara\",\n    \"rippermen\": \"ndị ripper\",\n    \"rippet\": \"ripper\",\n    \"rippingly\": \"ripping\",\n    \"ripple\": \"mpia\",\n    \"ripples\": \"na-agba\",\n    \"ripplets\": \"ripple\",\n    \"ripply\": \"ripley\",\n    \"rippling\": \"na-akụ\",\n    \"ripplingly\": \"na-akụ\",\n    \"riprap\": \"pịrịpụ\",\n    \"riprapped\": \"pịrịpụ\",\n    \"ripsaw\": \"dọwaa\",\n    \"ripsaws\": \"achapụ\",\n    \"ripstone\": \"nkume igwe\",\n    \"ripstop\": \"Ikechukwu\",\n    \"risberm\": \"dị ize ndụ\",\n    \"rise\": \"bilie\",\n    \"risen\": \"bilie\",\n    \"rises\": \"bilie\",\n    \"risibilities\": \"ihe ọghọm\",\n    \"risibleness\": \"ihe ndeputa\",\n    \"risibly\": \"dị egwu\",\n    \"rising\": \"na-ebili\",\n    \"risings\": \"ọpụpụ\",\n    \"risk\": \"ihe egwu\",\n    \"risked\": \"ihe ize ndụ\",\n    \"risker\": \"ihe ize ndụ\",\n    \"riskers\": \"ihe ize ndụ\",\n    \"riskful\": \"dị ize ndụ\",\n    \"riskfulness\": \"ihe ize ndụ\",\n    \"risky\": \"dị ize ndụ\",\n    \"riskier\": \"ihe ize ndụ\",\n    \"riskiest\": \"dị ize ndụ\",\n    \"riskily\": \"nwee nsogbu\",\n    \"riskiness\": \"ihe ize ndụ\",\n    \"risking\": \"n'ihe ize ndụ\",\n    \"riskish\": \"nwee ihe egwu\",\n    \"riskless\": \"enweghị ihe egwu\",\n    \"risklessness\": \"enweghị nsogbu\",\n    \"risks\": \"ihe ize ndụ\",\n    \"risorial\": \"dị ize ndụ\",\n    \"risottos\": \"okpokoro\",\n    \"riss\": \"eme\",\n    \"risser\": \"mezie\",\n    \"rissle\": \"gbasasịa\",\n    \"rist\": \"gbanye\",\n    \"risuses\": \"ihe ize ndụ\",\n    \"rit\": \"ememe\",\n    \"ritard\": \"iwu\",\n    \"ritardandos\": \"mmmmmmmmmmmmm\",\n    \"ritards\": \"ememe\",\n    \"ritchey\": \"iwuchi\",\n    \"rite\": \"ikpu\",\n    \"riteless\": \"enweghị nsọtụ\",\n    \"ritelessness\": \"enweghị aghara\",\n    \"ritely\": \"anya\",\n    \"rites\": \"ememe\",\n    \"rithe\": \"Omenala\",\n    \"ritling\": \"na-emebighari\",\n    \"ritmaster\": \"onye nlekọta\",\n    \"ritornel\": \"mburu\",\n    \"ritornelle\": \"mburu\",\n    \"ritornelli\": \"ezechinenye\",\n    \"ritornello\": \"mburu\",\n    \"ritornellos\": \"ezechinyere\",\n    \"ritratto\": \"mbibi\",\n    \"ritschlian\": \"Ritschlian\",\n    \"ritter\": \"mechie\",\n    \"ritters\": \"ememe\",\n    \"rittingerite\": \"ozuzu\",\n    \"rittmaster\": \"onyekachi\",\n    \"rittock\": \"iwu\",\n    \"ritual\": \"emume\",\n    \"ritualise\": \"emume\",\n    \"ritualism\": \"emume\",\n    \"ritualist\": \"onye mgba\",\n    \"ritualistic\": \"ihe omume\",\n    \"ritualistically\": \"n'omume\",\n    \"ritualists\": \"ndị na-eme ememe\",\n    \"rituality\": \"emume\",\n    \"ritualities\": \"ememe\",\n    \"ritualization\": \"iwu obodo\",\n    \"ritualize\": \"ime emume\",\n    \"ritualized\": \"ememe\",\n    \"ritualizing\": \"na-eme ememe\",\n    \"ritualless\": \"enweghị nsọpụrụ\",\n    \"ritually\": \"n'ememe\",\n    \"rituals\": \"emume\",\n    \"ritus\": \"ememe\",\n    \"ritz\": \"Emeka\",\n    \"ritzes\": \"eme emume\",\n    \"ritzy\": \"eme\",\n    \"ritzier\": \"chukwu\",\n    \"ritziest\": \"emezi\",\n    \"ritzily\": \"Chidinma\",\n    \"ritziness\": \"Omume\",\n    \"rival\": \"ndorodoro\",\n    \"rivaled\": \"ndorodoro\",\n    \"rivaless\": \"ndorondoro\",\n    \"rivaling\": \"na-ama aka\",\n    \"rivalism\": \"ndomoidem\",\n    \"rivality\": \"ndorondoro\",\n    \"rivalled\": \"rivaled\",\n    \"rivalless\": \"nke na-emegide m\",\n    \"rivalling\": \"na-ama aka\",\n    \"rivalry\": \"ndorondoro\",\n    \"rivalries\": \"ndorondoro\",\n    \"rivalrous\": \"nke ịma aka\",\n    \"rivalrousness\": \"ndomoidem\",\n    \"rivals\": \"ndorondoro\",\n    \"rivalship\": \"ndorondoro\",\n    \"riveling\": \"na-achọgharị\",\n    \"rivell\": \"Nwachukwu\",\n    \"rivelled\": \"gharịị\",\n    \"river\": \"osimiri\",\n    \"riverbank\": \"akụkụ osimiri\",\n    \"riverbanks\": \"osimiri\",\n    \"riverbed\": \"ide mmiri\",\n    \"riverbeds\": \"àkwà mmiri\",\n    \"riverboat\": \"ụgbọ mmiri\",\n    \"riverbush\": \"ndagwurugwu\",\n    \"riverdamp\": \"ndagwurugwu\",\n    \"rivered\": \"riwara\",\n    \"riverfront\": \"osimiri\",\n    \"riverhead\": \"isi iyi\",\n    \"riverhood\": \"isi iyi\",\n    \"riverine\": \"osimiri\",\n    \"riverines\": \"osimiri\",\n    \"riverish\": \"rivery\",\n    \"riverless\": \"enweghị osimiri\",\n    \"riverlet\": \"akwukwo mmiri\",\n    \"riverly\": \"rivery\",\n    \"riverlike\": \"dị ka osimiri\",\n    \"riverling\": \"ịgba mmiri\",\n    \"riverman\": \"onye akuku mmiri\",\n    \"rivermen\": \"ndị obodo\",\n    \"rivers\": \"osimiri\",\n    \"riverscape\": \"mmiri iyi\",\n    \"riverside\": \"osimiri\",\n    \"riversider\": \"onye isi mmiri\",\n    \"riverway\": \"ọwa mmiri\",\n    \"riverward\": \"osimiri\",\n    \"riverwards\": \"osimiri\",\n    \"riverwash\": \"ide mmiri\",\n    \"riverweed\": \"akpa mmiri\",\n    \"riverwise\": \"n'akuku osimiri\",\n    \"rivetlike\": \"riveting\",\n    \"rivetted\": \"riveted\",\n    \"rivetting\": \"riveting\",\n    \"rivulation\": \"rivụl\",\n    \"rixatrix\": \"nwachita\",\n    \"rizzar\": \"rizar\",\n    \"rld\": \"Uzoamaka\",\n    \"rle\": \"ọsọ\",\n    \"rly\": \"gbaga\",\n    \"roached\": \"ichoro\",\n    \"roaches\": \"ọchịcha\",\n    \"roaching\": \"ichoro\",\n    \"road\": \"okporo ụzọ\",\n    \"roadability\": \"ụzọ\",\n    \"roadable\": \"n'okporo ụzọ\",\n    \"roadbed\": \"n'okporo ụzọ\",\n    \"roadbeds\": \"okporo ụzọ\",\n    \"roadblock\": \"mgbochi ụzọ\",\n    \"roadblocks\": \"mgbochi ụzọ\",\n    \"roadbook\": \"ụzọ ụzọ\",\n    \"roadcraft\": \"ugbo elu\",\n    \"roaded\": \"n'okporo ụzọ\",\n    \"roader\": \"okporo ụzọ\",\n    \"roaders\": \"ndị na-aga n'okporo ụzọ\",\n    \"roadfellow\": \"okporo ụzọ\",\n    \"roadhead\": \"okporo ụzọ\",\n    \"roadholding\": \"idebe ụzọ\",\n    \"roadhouse\": \"okporo ụzọ\",\n    \"roadhouses\": \"ụlọ okporo ụzọ\",\n    \"roading\": \"n'okporo ụzọ\",\n    \"roadite\": \"okporo ụzọ\",\n    \"roadless\": \"enweghị okporo ụzọ\",\n    \"roadlessness\": \"enweghị ụzọ\",\n    \"roadlike\": \"ụzọ\",\n    \"roadman\": \"onye na-eme njem n'okporo ụzọ\",\n    \"roadroller\": \"okporo ụzọ\",\n    \"roadrunner\": \"ụzọ\",\n    \"roadrunners\": \"ndị na-aga n'okporo ụzọ\",\n    \"roads\": \"okporo ụzọ\",\n    \"roadshow\": \"n'okporo ụzọ\",\n    \"roadside\": \"n'okporo ụzọ\",\n    \"roadsider\": \"okporo ụzọ\",\n    \"roadsides\": \"n'okporo ụzọ\",\n    \"roadsman\": \"Odika onye ozo\",\n    \"roadstead\": \"ụzọ\",\n    \"roadsteads\": \"ụzọ ụzọ\",\n    \"roadster\": \"Onyekara\",\n    \"roadsters\": \"ndị na-aga n'okporo ụzọ\",\n    \"roadstone\": \"n'okporo ụzọ\",\n    \"roadtrack\": \"okporo ụzọ\",\n    \"roadway\": \"okporo ụzọ\",\n    \"roadways\": \"okporo ụzọ\",\n    \"roadweed\": \"okporo ụzọ\",\n    \"roadwise\": \"n'okporo ụzọ\",\n    \"roadwork\": \"okporo ụzọ\",\n    \"roadworks\": \"okporo ụzọ\",\n    \"roadworthy\": \"n'okporo ụzọ\",\n    \"roadworthiness\": \"ụzọ kwesịrị\",\n    \"roam\": \"agagharị\",\n    \"roamage\": \"ịgagharị\",\n    \"roamed\": \"agagharị\",\n    \"roamer\": \"agagharị\",\n    \"roamers\": \"Ndị na-agagharị\",\n    \"roaming\": \"na-agagharị\",\n    \"roamingly\": \"na-ejegharị\",\n    \"roams\": \"Na-agagharị\",\n    \"roans\": \"ansara n'ọkụ\",\n    \"roar\": \"mbigbọ\",\n    \"roared\": \"ebigbọ\",\n    \"roarers\": \"na-ebigbọ\",\n    \"roaring\": \"na-ebigbọ\",\n    \"roaringly\": \"na-ebigbọ\",\n    \"roarings\": \"mbigbọ\",\n    \"roars\": \"na-ebigbọ\",\n    \"roast\": \"anụ\",\n    \"roastable\": \"amịkpọ\",\n    \"roasted\": \"asara n'ọkụ\",\n    \"roaster\": \"kwocha\",\n    \"roasting\": \"ichi\",\n    \"roastingly\": \"na-achọ\",\n    \"roasts\": \"na-ata\",\n    \"rob\": \"zuo ohi\",\n    \"roband\": \"akwa\",\n    \"robands\": \"eriri\",\n    \"robbed\": \"Ezuru\",\n    \"robber\": \"onye ohi\",\n    \"robbery\": \"izu ohi\",\n    \"robberies\": \"izu ohi\",\n    \"robberproof\": \"ihe ngosi ohi\",\n    \"robbers\": \"ndị ohi\",\n    \"robbin\": \"izu ohi\",\n    \"robbing\": \"izu ohi\",\n    \"robe\": \"Uwe\",\n    \"robed\": \"uwe mwụda\",\n    \"robeless\": \"enweghị uwe\",\n    \"robenhausian\": \"Onyebuchi\",\n    \"rober\": \"uwe mwụda\",\n    \"roberd\": \"uwe ojii\",\n    \"robert\": \"Onyeka\",\n    \"roberto\": \"Onyeka Onwenu\",\n    \"roberts\": \"uwe mwụda\",\n    \"robes\": \"Uwe mgbokwasị\",\n    \"robhah\": \"ohi\",\n    \"robigalia\": \"izu ohi\",\n    \"robing\": \"na-ezu ohi\",\n    \"robinia\": \"ezezie\",\n    \"robins\": \"na-apụnara mmadụ ihe\",\n    \"robinson\": \"na-apụnara mmadụ ihe\",\n    \"robles\": \"uwe\",\n    \"roborants\": \"roborant\",\n    \"roborative\": \"Na-aga\",\n    \"roborean\": \"Nwogu\",\n    \"roboreous\": \"Anyi\",\n    \"robotesque\": \"igbokwe\",\n    \"robotics\": \"robotik\",\n    \"robotisms\": \"robotọm\",\n    \"robotize\": \"zuru ike\",\n    \"robotizes\": \"na-ezu ohi\",\n    \"robotizing\": \"na-eme ihe\",\n    \"robotlike\": \"dị ka robot\",\n    \"robots\": \"robot\",\n    \"robs\": \"uwe\",\n    \"robur\": \"izu ohi\",\n    \"roburite\": \"izu ohi\",\n    \"robust\": \"siri ike\",\n    \"robuster\": \"Onye na-apụnara mmadụ ihe\",\n    \"robustest\": \"siri ike\",\n    \"robustful\": \"siri ike\",\n    \"robustfully\": \"n'ike\",\n    \"robustfulness\": \"Ike\",\n    \"robustic\": \"siri ike\",\n    \"robusticity\": \"ike\",\n    \"robustious\": \"siri ike\",\n    \"robustiously\": \"ejiro ike\",\n    \"robustiousness\": \"Ogwu\",\n    \"robustity\": \"ike\",\n    \"robustly\": \"siri ike\",\n    \"robustness\": \"ike\",\n    \"robustuous\": \"siri ike\",\n    \"roc\": \"ihe\",\n    \"rochelime\": \"ogechi\",\n    \"rocheted\": \"rochet\",\n    \"rochets\": \"rochet\",\n    \"rociest\": \"iwu\",\n    \"rock\": \"nkume\",\n    \"rockaby\": \"rockabye\",\n    \"rockable\": \"rockabilly\",\n    \"rockably\": \"rockabilly\",\n    \"rockallite\": \"rockabilly\",\n    \"rockat\": \"itiat\",\n    \"rockbell\": \"nkume\",\n    \"rockbird\": \"Nkume\",\n    \"rockborn\": \"nkume rock\",\n    \"rockcist\": \"onye ọkpọ\",\n    \"rockcraft\": \"ugbo agha\",\n    \"rocked\": \"maa jijiji\",\n    \"rocker\": \"mkpatụ\",\n    \"rockered\": \"gbanyere mkpọrọgwụ\",\n    \"rockers\": \"ndị na-atụ egwu\",\n    \"rockerthon\": \"ọgba aghara\",\n    \"rocket\": \"rọketi\",\n    \"rocketed\": \"rọketi\",\n    \"rocketeer\": \"onye na-anya mmiri\",\n    \"rocketers\": \"roketers\",\n    \"rockety\": \"nwee nchekwube\",\n    \"rocketing\": \"rọketi\",\n    \"rocketlike\": \"yiri roket\",\n    \"rocketor\": \"rọketi\",\n    \"rocketry\": \"rọketi\",\n    \"rocketries\": \"rọketi\",\n    \"rockets\": \"rọketi\",\n    \"rockfall\": \"nkume nkume\",\n    \"rockfalls\": \"akwa nkume\",\n    \"rockfish\": \"azụ azụ\",\n    \"rockfishes\": \"azụ azụ\",\n    \"rockhearted\": \"nkpuru obi\",\n    \"rocky\": \"okwute\",\n    \"rockier\": \"rocker\",\n    \"rockiest\": \"kasị sie ike\",\n    \"rockiness\": \"ịma jijiji\",\n    \"rocking\": \"mkpatụ\",\n    \"rockingly\": \"mkpatụ\",\n    \"rockish\": \"mkpatụ\",\n    \"rockless\": \"enweghị nkume\",\n    \"rocklet\": \"Rocklet\",\n    \"rocklike\": \"nkume dị ka\",\n    \"rockling\": \"maa jijiji\",\n    \"rocklings\": \"Nkume\",\n    \"rockoon\": \"nkume\",\n    \"rockribbed\": \"tụgharịrị\",\n    \"rocks\": \"nkume\",\n    \"rockskipper\": \"nkume\",\n    \"rockslide\": \"Nkume\",\n    \"rocktree\": \"nkume\",\n    \"rockward\": \"nkume\",\n    \"rockwards\": \"Nkume\",\n    \"rockweed\": \"Nkume\",\n    \"rockweeds\": \"akwa mmiri\",\n    \"rockwood\": \"Nkume\",\n    \"rococos\": \"Nkechi\",\n    \"rocs\": \"ros\",\n    \"rod\": \"mkpara\",\n    \"rodd\": \"Ogwe\",\n    \"rodded\": \"gbanye aka\",\n    \"rodden\": \"Akpọrọ\",\n    \"rodder\": \"mkpanaka\",\n    \"rodders\": \"ndị na-akpọ rod\",\n    \"rodding\": \"Mkpanaka\",\n    \"rode\": \"nọkwasi\",\n    \"rodent\": \"òké\",\n    \"rodential\": \"na-enwe mmetụta\",\n    \"rodentially\": \"na-agbanyeghị\",\n    \"rodentian\": \"eze\",\n    \"rodenticidal\": \"egbu egbu\",\n    \"rodenticide\": \"egbu egbu\",\n    \"rodentproof\": \"ihe akaebe\",\n    \"rodents\": \"òké\",\n    \"rodeo\": \"ịnyịnya\",\n    \"rodeos\": \"ịnyịnya\",\n    \"roderick\": \"roderic\",\n    \"rodge\": \"mkpara\",\n    \"rodger\": \"mkpara\",\n    \"rodinesque\": \"Uchechi\",\n    \"roding\": \"n'usoro\",\n    \"rodknight\": \"knnyeke\",\n    \"rodless\": \"enweghị atụ\",\n    \"rodlet\": \"mkpanaka\",\n    \"rodlike\": \"yiri\",\n    \"rodmaker\": \"mkpanaka\",\n    \"rodman\": \"Rọkpa\",\n    \"rodmen\": \"ndị ọrụ\",\n    \"rodney\": \"Rịney\",\n    \"rodolph\": \"olbọchị\",\n    \"rodolphus\": \"Rolọfọs\",\n    \"rodomontaded\": \"gbanwere\",\n    \"rodomontading\": \"na-achọgharị\",\n    \"rodriguez\": \"Okereke\",\n    \"rods\": \"mkpara\",\n    \"rodsmen\": \"ndị na-agba ịnyịnya\",\n    \"rodster\": \"mkpanaka\",\n    \"rodwood\": \"Osisi\",\n    \"roeblingite\": \"mmmmmmmmmmmm\",\n    \"roentgenograms\": \"roentgenogram\",\n    \"roestone\": \"nkume\",\n    \"rogation\": \"roging\",\n    \"roger\": \"Ndidi\",\n    \"rogerian\": \"Onyebuchi\",\n    \"rogersite\": \"Nkechi\",\n    \"rognons\": \"rogon\",\n    \"rogueing\": \"na-agbagha\",\n    \"roguery\": \"iwu\",\n    \"rogueries\": \"ọgba aghara\",\n    \"rogues\": \"ụgha\",\n    \"roguing\": \"gugha\",\n    \"roguish\": \"nsogbu\",\n    \"roguishness\": \"ọgba aghara\",\n    \"royal\": \"eze\",\n    \"royalet\": \"akwaeze\",\n    \"royalisation\": \"eze\",\n    \"royalise\": \"eze\",\n    \"royalised\": \"eze\",\n    \"royalising\": \"eze\",\n    \"royalism\": \"usoro eze\",\n    \"royalisms\": \"usoro ndị eze\",\n    \"royalist\": \"onye eze\",\n    \"royalistic\": \"eze\",\n    \"royalists\": \"ndị eze\",\n    \"royalized\": \"Ikechukwu\",\n    \"royalizing\": \"Okechukwu\",\n    \"royally\": \"nke eze\",\n    \"royalmast\": \"eze\",\n    \"royalme\": \"eze\",\n    \"royals\": \"ndị eze\",\n    \"royalty\": \"eze\",\n    \"royalties\": \"alaeze\",\n    \"roiled\": \"Na-amịkpọ\",\n    \"roiledness\": \"Ọchịchọ\",\n    \"roiling\": \"na-ebigbọ\",\n    \"roin\": \"Mị\",\n    \"roinish\": \"si\",\n    \"roist\": \"nwe\",\n    \"roister\": \"rosta\",\n    \"royster\": \"ohia\",\n    \"roistered\": \"gụrụ\",\n    \"roystered\": \"enwe\",\n    \"roisterer\": \"onyechi\",\n    \"roisterers\": \"ndịna-azụgharị\",\n    \"roistering\": \"rogba akwụkwọ\",\n    \"roystering\": \"na-agbagharị\",\n    \"roisteringly\": \"na-adị\",\n    \"roisterly\": \"mgbe nile\",\n    \"roisterous\": \"na-eme mkpọtụ\",\n    \"roisterously\": \"mkpọtụ\",\n    \"roisters\": \"ndị na-edekọ akwụkwọ\",\n    \"roysters\": \"kristal\",\n    \"roystonea\": \"onyenze\",\n    \"roit\": \"inya\",\n    \"roker\": \"ụgbọ mmiri\",\n    \"role\": \"ọrụ\",\n    \"roleo\": \"ọrụ\",\n    \"roleplayed\": \"egwuregwu\",\n    \"roleplaying\": \"ọrụ egwuregwu\",\n    \"roles\": \"ọrụ\",\n    \"rolf\": \"tụgharịa\",\n    \"rolfe\": \".gbọ ala\",\n    \"roll\": \"tụgharịa\",\n    \"rollable\": \"okirikiri\",\n    \"rollback\": \"nweghachi\",\n    \"rollbacks\": \"mpịakọta\",\n    \"rollbar\": \"mpịakọta\",\n    \"rolled\": \"akpọrepu\",\n    \"rolleyway\": \"rolley ụzọ\",\n    \"rolleywayman\": \"Reley Wayman\",\n    \"roller\": \"ala\",\n    \"rollermaker\": \"igwe na-eme ya\",\n    \"rollermaking\": \"na-emegharị ahụ\",\n    \"rollerman\": \"Nwoke\",\n    \"rolliche\": \"tụgharịa\",\n    \"rollick\": \"kpakpando\",\n    \"rollicked\": \"agbanye\",\n    \"rollicker\": \"mpịakọta\",\n    \"rollicky\": \"mpughari\",\n    \"rollicking\": \"na-agbanye\",\n    \"rollickingly\": \"na-agbanye\",\n    \"rollickingness\": \"mpịakọta\",\n    \"rollicks\": \"tụgharịa\",\n    \"rollicksome\": \"iheanacho\",\n    \"rollicksomeness\": \"nweghara\",\n    \"rolling\": \"Rolling\",\n    \"rollingly\": \"na-agagharị\",\n    \"rollings\": \"na-apụta\",\n    \"rollix\": \"mpughari\",\n    \"rollman\": \"onye na-eme ihe nkiri\",\n    \"rollmop\": \"mpịakọta\",\n    \"rollmops\": \"mpịakọta\",\n    \"rollneck\": \"mpịakọta\",\n    \"rollock\": \"akpọ\",\n    \"rollout\": \"Kwapụta\",\n    \"rollouts\": \"Mwepu\",\n    \"rollover\": \"tụgharịa\",\n    \"rollovers\": \"Na-agagharị\",\n    \"rolls\": \"na-apụta\",\n    \"rolltop\": \"mpịakọta\",\n    \"rollway\": \"okporo ụzọ\",\n    \"rollways\": \"n'okporo ụzọ\",\n    \"rolpens\": \"na-agbanye\",\n    \"romance\": \"ihunanya\",\n    \"romancealist\": \"onyechi Nwosu\",\n    \"romanceful\": \"ihunanya\",\n    \"romanceish\": \"ihunanya\",\n    \"romanceishness\": \"ihunanya\",\n    \"romanceless\": \"enweghị ịhụnanya\",\n    \"romancelet\": \"ihunanya\",\n    \"romancemonger\": \"iheanacho\",\n    \"romanceress\": \"Nwoke okike\",\n    \"romancers\": \"ndị okike\",\n    \"romancy\": \"mkpakọrịta nwoke na nwaanyị\",\n    \"romancist\": \"romanistist\",\n    \"romanian\": \"Romania\",\n    \"romanium\": \"romaniya\",\n    \"romanization\": \"nsụgharị\",\n    \"romanizing\": \"romanizị\",\n    \"romans\": \"Ndị Rom\",\n    \"romantic\": \"nke ihunanya\",\n    \"romantically\": \"ịhụnanya\",\n    \"romanticalness\": \"ihunanya\",\n    \"romanticise\": \"ihunanya\",\n    \"romanticism\": \"ihunanya\",\n    \"romanticist\": \"onye ihunanya\",\n    \"romanticistic\": \"ihunanya\",\n    \"romanticists\": \"ndị na-ahụ n'anya\",\n    \"romanticity\": \"ịhụnanya\",\n    \"romanticization\": \"ihunanya\",\n    \"romanticize\": \"nwee ịhụnanya\",\n    \"romanticized\": \"nwee ịhụnanya\",\n    \"romanticizes\": \"na-ahụ n'anya\",\n    \"romanticizing\": \"na-ahụ n'anya\",\n    \"romanticly\": \"ihunanya\",\n    \"romanticness\": \"ịhụnanya\",\n    \"romantics\": \"ịhụnanya\",\n    \"romantism\": \"ihunanya\",\n    \"romantist\": \"ịhụnanya\",\n    \"romble\": \"rumble\",\n    \"romewards\": \"romeward\",\n    \"romishness\": \"ịhụnanya\",\n    \"romped\": \"amala\",\n    \"rompers\": \"onyeoma\",\n    \"romping\": \"na-egwu egwu\",\n    \"rompingly\": \"ọpingụ\",\n    \"rompishness\": \"ihunanya\",\n    \"ronald\": \"Rosenald\",\n    \"ronco\": \"ronko\",\n    \"rond\": \"agba\",\n    \"rondache\": \"isi ike\",\n    \"rondelle\": \"onyinyechi\",\n    \"rondellier\": \"Onyebuchi\",\n    \"rondle\": \"okirikiri\",\n    \"rondo\": \"megharia\",\n    \"rondoletto\": \"echekwa\",\n    \"rondure\": \"iwu\",\n    \"rondures\": \"iwu\",\n    \"ronggeng\": \"mmmmmmmmmmmm\",\n    \"ronsardian\": \"onye nche\",\n    \"ronsardize\": \"chekwaa\",\n    \"rontgenized\": \"mmmmmmmmmmmmm\",\n    \"rontgenizing\": \"na-echegharị\",\n    \"rontgenography\": \"roentgenography\",\n    \"rontgenographic\": \"roentgenographic\",\n    \"rontgenologist\": \"roentgenologist\",\n    \"roodstone\": \"nkume nkume\",\n    \"rooed\": \"roo\",\n    \"roof\": \"ụlọ\",\n    \"roofage\": \"ụlọ\",\n    \"roofed\": \"gbamgbam\",\n    \"roofers\": \"elu ụlọ\",\n    \"roofy\": \"ụlọ\",\n    \"roofing\": \"ụlọ\",\n    \"roofings\": \"elu ụlọ\",\n    \"roofless\": \"enweghị ụlọ\",\n    \"rooflet\": \"elu ụlọ\",\n    \"rooflike\": \"ụlọ elu\",\n    \"roofline\": \"ụlọ elu\",\n    \"rooflines\": \"ụlọ elu\",\n    \"roofman\": \"uko ụlọ\",\n    \"roofmen\": \"ụlọ\",\n    \"roofpole\": \"elu osisi\",\n    \"roofs\": \"elu ụlọ\",\n    \"rooftop\": \"elu ụlọ\",\n    \"rooftops\": \"Ulo ulo\",\n    \"rooftrees\": \"osisi ụlọ\",\n    \"roofward\": \"ụlọ\",\n    \"roofwise\": \"ụlọ\",\n    \"rooyebok\": \"rooibok\",\n    \"rooinek\": \"Nwachukwu\",\n    \"rooing\": \"roping\",\n    \"rooked\": \"rooks\",\n    \"rooker\": \"ihe nkiri\",\n    \"rookeried\": \"Okechukwu\",\n    \"rookeries\": \"Okechukwu\",\n    \"rooky\": \"Ikechukwu\",\n    \"rookier\": \"ihe nkiri\",\n    \"rooking\": \"na-akụ\",\n    \"rookus\": \"rooks\",\n    \"room\": \"ime ụlọ\",\n    \"roomage\": \"onye ya na ya bi\",\n    \"roomed\": \"ime ụlọ\",\n    \"roomer\": \"ime ụlọ\",\n    \"roomers\": \"ime ụlọ\",\n    \"roomette\": \"ime ụlọ\",\n    \"roomettes\": \"ime ụlọ\",\n    \"roomful\": \"sara mbara\",\n    \"roomfuls\": \"ime ụlọ\",\n    \"roomy\": \"sara mbara\",\n    \"roomie\": \"ime ụlọ\",\n    \"roomier\": \"ime ụlọ\",\n    \"roomies\": \"ime ụlọ\",\n    \"roomiest\": \"ime ụlọ\",\n    \"roomily\": \"ime ụlọ\",\n    \"roominess\": \"okpokoro\",\n    \"rooming\": \"ime ụlọ\",\n    \"roomkeeper\": \"onye na-elekọta ime ụlọ\",\n    \"roomless\": \"enweghị oghere\",\n    \"roomlet\": \"ime ụlọ\",\n    \"roommate\": \"onye ya na ya bi\",\n    \"roommates\": \"ndị gị na ha bi\",\n    \"rooms\": \"ime ụlọ\",\n    \"roomsful\": \"ime ụlọ\",\n    \"roomsome\": \"ime ụlọ\",\n    \"roomstead\": \"ime ụlọ\",\n    \"roomth\": \"ime ụlọ\",\n    \"roomthy\": \"sara mbara\",\n    \"roomthily\": \"imechi\",\n    \"roomthiness\": \"ndidi\",\n    \"roomward\": \"ime ụlọ\",\n    \"roosed\": \"weghaara\",\n    \"roosevelt\": \"mmmmmmmmmmmmm\",\n    \"roosing\": \"na-ebupụta\",\n    \"roost\": \"kpakpando\",\n    \"roosted\": \"okeokuko\",\n    \"rooster\": \"okeokuko\",\n    \"roosterfish\": \"azụkọ ọkpa\",\n    \"roosterhood\": \"akwa okuko\",\n    \"roosterless\": \"enweghị oke ọkpọ\",\n    \"roosters\": \"Ọkụkọ\",\n    \"roosty\": \"Nwachukwu\",\n    \"roosting\": \"na-agba nkịtị\",\n    \"root\": \"mgbọrọgwụ\",\n    \"rootage\": \"mgbọrọgwụ\",\n    \"rootages\": \"mgbọrọgwụ\",\n    \"rootcap\": \"mgbọrọgwụ\",\n    \"rooted\": \"gbanye mgbọrọgwụ\",\n    \"rootedly\": \"gbanye mgbọrọgwụ\",\n    \"rootedness\": \"mgbọrọgwụ\",\n    \"rooter\": \"mgbọrọgwụ\",\n    \"rootery\": \"mgbọrọgwụ\",\n    \"rooters\": \"mgbọrọgwụ\",\n    \"rootfast\": \"gbasie ike\",\n    \"rootfastness\": \"na-eguzosi ike\",\n    \"roothold\": \"mgbọrọgwụ\",\n    \"rootholds\": \"mgbọrọgwụ\",\n    \"rootiness\": \"mgbọrọgwụ\",\n    \"rooting\": \"gbanye mkpọrọgwụ\",\n    \"rootle\": \"mgbọrọgwụ\",\n    \"rootless\": \"enweghị mgbọrọgwụ\",\n    \"rootlessness\": \"enweghị mgbọrọgwụ\",\n    \"rootlets\": \"rootlet\",\n    \"rootlike\": \"mgbọrọgwụ\",\n    \"rootling\": \"na-agbanye\",\n    \"roots\": \"mgbọrọgwụ\",\n    \"rootstalk\": \"mgbọrọgwụ\",\n    \"rootstock\": \"mgbọrọgwụ\",\n    \"rootstocks\": \"mgbọrọgwụ\",\n    \"rootwalt\": \"mgbọrọgwụ\",\n    \"rootward\": \"mgbọrọgwụ\",\n    \"rootwise\": \"na-agbanyeghị\",\n    \"rootworm\": \"mgbọrọgwụ\",\n    \"rooving\": \"na-agagharị\",\n    \"ropand\": \"ihu\",\n    \"rope\": \"eriri\",\n    \"ropeable\": \"eriri\",\n    \"ropeband\": \"eriri eriri\",\n    \"ropebark\": \"eriri\",\n    \"roped\": \"etinyere\",\n    \"ropey\": \"Eriri\",\n    \"ropelayer\": \"eriri igwe\",\n    \"ropelaying\": \"Ejiri eriri\",\n    \"ropelike\": \"Nkechi\",\n    \"ropemaker\": \"onyeoma\",\n    \"ropemaking\": \"ezeigbo\",\n    \"ropery\": \"Nwoko\",\n    \"ropes\": \"ụdọ\",\n    \"ropesmith\": \"eriri igwe\",\n    \"ropeway\": \"eriri igwe\",\n    \"ropeways\": \"eriri igwe\",\n    \"ropewalk\": \"eriri igwe\",\n    \"ropewalker\": \"eriri igwe\",\n    \"ropewalks\": \"eriri igwe\",\n    \"ropework\": \"eriri igwe\",\n    \"ropier\": \"igwe mkpagharị\",\n    \"ropiest\": \"kacha\",\n    \"ropiness\": \"izu ike\",\n    \"ropinesses\": \"mbido\",\n    \"ropishness\": \"mbido\",\n    \"roquellorz\": \"iheanacho\",\n    \"roquer\": \"ihe\",\n    \"roques\": \"ama\",\n    \"roqueted\": \"Ihere\",\n    \"roqueting\": \"Uchechukwu\",\n    \"roquist\": \"onyeka\",\n    \"rorid\": \"okporo ụzọ\",\n    \"roriferous\": \"na-amagharị\",\n    \"rorifluent\": \"na-emegharị emegharị\",\n    \"roritorious\": \"ederede\",\n    \"rorty\": \"iri atọ\",\n    \"rorulent\": \"Ikechukwu\",\n    \"rosaceous\": \"Nkechi\",\n    \"rosary\": \"chaplet\",\n    \"rosarians\": \"rosaria\",\n    \"rosaries\": \"chaplet\",\n    \"rosariia\": \"rosario\",\n    \"rosaruby\": \"bilie\",\n    \"rosated\": \"asara n'ọkụ\",\n    \"roschach\": \"rorschach\",\n    \"roscherite\": \"roscherị\",\n    \"roscian\": \"roscianne\",\n    \"roscid\": \"mezie\",\n    \"roscoelite\": \"Onyeoma\",\n    \"roscoes\": \"roscoe si\",\n    \"rose\": \"bilie\",\n    \"roseal\": \"ronseal\",\n    \"roseate\": \"bilie\",\n    \"roseately\": \"bilie\",\n    \"rosed\": \"chụrụ\",\n    \"rosefishes\": \"rosefish\",\n    \"rosehiller\": \"hilepe\",\n    \"rosehip\": \"mbuli\",\n    \"roseless\": \"ebili\",\n    \"rosellate\": \"roselel\",\n    \"roselles\": \"rosel\",\n    \"rosenbergia\": \"chukwunonso\",\n    \"roseolar\": \"roseola\",\n    \"roseous\": \"rose\",\n    \"rosery\": \"chaplet\",\n    \"roseries\": \"chaplet\",\n    \"roseroots\": \"rose mgbọrọgwụ\",\n    \"roses\": \"Roses\",\n    \"roset\": \"rosetị\",\n    \"rosetangle\": \"roset n'akuku\",\n    \"rosety\": \"chaplet\",\n    \"rosetime\": \"oge rosetime\",\n    \"rosetted\": \"weghaara\",\n    \"rosetty\": \"roseti\",\n    \"roseways\": \"okporo ụzọ\",\n    \"rosewater\": \"mmiri mmiri\",\n    \"rosewise\": \"bilie\",\n    \"rosewoods\": \"osisi\",\n    \"rosy\": \"Rosy\",\n    \"rosied\": \"rois\",\n    \"rosiest\": \"rosi ike\",\n    \"rosined\": \"chụrụ\",\n    \"rosinesses\": \"rosiness\",\n    \"rosing\": \"na-agba ọsọ\",\n    \"rosining\": \"na-acha ọcha\",\n    \"rosminian\": \"Rosemaria\",\n    \"rosser\": \"ross\",\n    \"rostellar\": \"Nkechi\",\n    \"rostellum\": \"Uchechukwu\",\n    \"roster\": \"ndepụta\",\n    \"rosters\": \"uzo\",\n    \"rostra\": \"Uchechukwu\",\n    \"rostrally\": \"nkechi\",\n    \"rostrate\": \"ghota\",\n    \"rostrated\": \"Ugba\",\n    \"rostriferous\": \"Nkechi\",\n    \"rostriform\": \"onyebueze\",\n    \"rostrular\": \"rooralar\",\n    \"rostrulate\": \"megharia\",\n    \"rostrulum\": \"ihe omimi\",\n    \"rostrums\": \"rostrum\",\n    \"rosttra\": \"Onyebuchi\",\n    \"rosulate\": \"chaplet\",\n    \"rot\": \"ire ere\",\n    \"rotacism\": \"ntụgharị\",\n    \"rotal\": \"na-agagharị\",\n    \"rotalia\": \"ntụgharị\",\n    \"rotalian\": \"rotalị\",\n    \"rotaliform\": \"okirikiri\",\n    \"rotaliiform\": \"okirikiri\",\n    \"rotaman\": \"Rotaman\",\n    \"rotameter\": \"rotamita\",\n    \"rotanev\": \"Obinna\",\n    \"rotarian\": \"Rotary\",\n    \"rotarianism\": \"ntụgharị\",\n    \"rotatable\": \"na-agbagharị\",\n    \"rotatably\": \"na-agbagharị\",\n    \"rotate\": \"bugharia\",\n    \"rotated\": \"gbara gburugburu\",\n    \"rotates\": \"na-agbagharị\",\n    \"rotating\": \"n'aghari\",\n    \"rotation\": \"adiana\",\n    \"rotational\": \"ntụgharị\",\n    \"rotationally\": \"na-agbagharị\",\n    \"rotations\": \"ntụgharị\",\n    \"rotative\": \"na-agbanwe agbanwe\",\n    \"rotatively\": \"na-agbagharị\",\n    \"rotatodentate\": \"okirikiri\",\n    \"rotator\": \"ntụgharị\",\n    \"rotatores\": \"okirikiri\",\n    \"rotatory\": \"na-agba gburugburu\",\n    \"rotatoria\": \"Ntughari\",\n    \"rotatorian\": \"Onye Ntughari\",\n    \"rotators\": \"ndị na-agba agba\",\n    \"rotavist\": \"onyedikachukwu\",\n    \"rotch\": \"ire\",\n    \"rotche\": \"adiwo\",\n    \"rotches\": \"ire ere\",\n    \"rotes\": \"ga\",\n    \"rotge\": \"gbara gburugburu\",\n    \"rotgut\": \"ire ure\",\n    \"rotguts\": \"ntụgharị\",\n    \"rother\": \"rota\",\n    \"rothesay\": \"ire ere\",\n    \"rotiferous\": \"na-enwe mmetụta\",\n    \"rotisseries\": \"ire ere\",\n    \"rotl\": \"ire ere\",\n    \"rotocraft\": \"ezechukwu\",\n    \"rotodyne\": \"okirikiri\",\n    \"rotometer\": \"ntụgharị\",\n    \"rotorcraft\": \"mgbagharị\",\n    \"rotos\": \"rotọ\",\n    \"rototilled\": \"okpokoro\",\n    \"rototiller\": \"Ntughari\",\n    \"rototilling\": \"Ntughari\",\n    \"rototills\": \"Ntughari\",\n    \"rotproof\": \"na-emebi emebi\",\n    \"rotta\": \"ire ere\",\n    \"rotte\": \"ire ere\",\n    \"rotted\": \"rere ure\",\n    \"rotten\": \"rere ure\",\n    \"rottener\": \"rere ure\",\n    \"rottenest\": \"rere ure\",\n    \"rottenish\": \"rere ure\",\n    \"rottenly\": \"na-ere ure\",\n    \"rottenness\": \"ire ure\",\n    \"rottenstone\": \"nkume rere ure\",\n    \"rotterdam\": \"Rotterdam\",\n    \"rotting\": \"na-eretọ\",\n    \"rottle\": \"megharia\",\n    \"rottlera\": \"okpokoro\",\n    \"rottlerin\": \"okirikiri\",\n    \"rottock\": \"okpokoro\",\n    \"rotulad\": \"okirikiri\",\n    \"rotular\": \"ntụgharị\",\n    \"rotulus\": \"okirikiri\",\n    \"rotundate\": \"na-agagharị\",\n    \"rotundifolious\": \"iheanacho\",\n    \"rotundity\": \"ntụgharị\",\n    \"rotundities\": \"ntụgharị\",\n    \"rotundly\": \"na-agbagharị\",\n    \"rotundness\": \"ntụgharị\",\n    \"rotundotetragonal\": \"okirikiri\",\n    \"roture\": \"gbara gburugburu\",\n    \"roturier\": \"okirikiri\",\n    \"roturiers\": \"ndị na-agagharị\",\n    \"rouble\": \"ruble\",\n    \"roubles\": \"rubles\",\n    \"rouerie\": \"Uchechukwu\",\n    \"rougeau\": \"Okechukwu\",\n    \"rough\": \"ike ike\",\n    \"roughages\": \"nsogbu\",\n    \"roughcast\": \"kechigide\",\n    \"roughcaster\": \"onye siri ike\",\n    \"roughcasting\": \"edemede\",\n    \"roughdraft\": \"kechioma\",\n    \"roughdraw\": \"roughkeke\",\n    \"roughdress\": \"ikechi\",\n    \"roughdry\": \"keegbu\",\n    \"roughdried\": \"okirikiri\",\n    \"roughdries\": \"ikegbu\",\n    \"roughdrying\": \"Ikechukwu Ikeke\",\n    \"roughed\": \"gbasasịa\",\n    \"roughen\": \"Ogba\",\n    \"roughened\": \"Ogba\",\n    \"roughener\": \"Ogba\",\n    \"roughens\": \"Ogba\",\n    \"rougher\": \"siri ike\",\n    \"roughest\": \"siri ike\",\n    \"roughfooted\": \"ike mgbọ\",\n    \"roughhearted\": \"obi tara mmiri\",\n    \"roughheartedness\": \"obi ọjọọ\",\n    \"roughhew\": \"ikeke\",\n    \"roughhewed\": \"ikekwe\",\n    \"roughhewer\": \"onye na-eme ihe ike\",\n    \"roughhewing\": \"ike iwe\",\n    \"roughhewn\": \"ihe ike\",\n    \"roughhews\": \"ike iwe\",\n    \"roughhouse\": \"ụlọ ike\",\n    \"roughhoused\": \"ụlọ obibi\",\n    \"roughhouser\": \"onye isi ụlọ\",\n    \"roughhouses\": \"ụlọ obibi\",\n    \"roughhousy\": \"ikekeusy\",\n    \"roughhousing\": \"na-egbu egbu\",\n    \"roughy\": \"ikeike\",\n    \"roughing\": \"na-eme ihe ike\",\n    \"roughish\": \"ọjọọ\",\n    \"roughishly\": \"n'ụzọ ọjọọ\",\n    \"roughishness\": \"ike iwe\",\n    \"roughleg\": \"ikeke\",\n    \"roughlegs\": \"ihe ike\",\n    \"roughly\": \"Olee ihe enyemaka\",\n    \"roughneck\": \"inwetu iwu\",\n    \"roughnecks\": \"ike iwe\",\n    \"roughness\": \"ike ike\",\n    \"roughnesses\": \"ike\",\n    \"roughride\": \"siri ike\",\n    \"roughrider\": \"ihe ike\",\n    \"roughroot\": \"O siri ike\",\n    \"roughs\": \"ike ike\",\n    \"roughscuff\": \"okirikiri\",\n    \"roughsetter\": \"ihe ike\",\n    \"roughshod\": \"inyi\",\n    \"roughslant\": \"ihe ike\",\n    \"roughsome\": \"nwe ike\",\n    \"roughstring\": \"eriri ike\",\n    \"roughstuff\": \".gba\",\n    \"rought\": \"duo\",\n    \"roughtail\": \"siri ike\",\n    \"roughtailed\": \"acha\",\n    \"roughwork\": \"arụ ọrụ ike\",\n    \"roughwrought\": \"gbasagburu\",\n    \"rougy\": \"nke siri ike\",\n    \"rouky\": \"Nwachukwu\",\n    \"rouletted\": \"Nkechi\",\n    \"roun\": \"bugharia\",\n    \"rounce\": \"ibiaghachi\",\n    \"round\": \"gburugburu\",\n    \"roundabout\": \"gburugburu\",\n    \"roundaboutly\": \"gburugburu\",\n    \"roundaboutness\": \"gburugburu\",\n    \"rounded\": \"mechie\",\n    \"roundedly\": \"mechie\",\n    \"roundedness\": \"gbaa gburugburu\",\n    \"roundel\": \"gburugburu\",\n    \"roundels\": \"gburugburu\",\n    \"rounder\": \"gburugburu\",\n    \"rounders\": \"gburugburu\",\n    \"roundest\": \"gbaa gburugburu\",\n    \"roundfish\": \"azu azu\",\n    \"roundhead\": \"okirikiri\",\n    \"roundheaded\": \"gbaa gburugburu\",\n    \"roundheadedness\": \"okirikiri\",\n    \"roundheel\": \"gburugburu\",\n    \"roundhouse\": \"okirikiri ụlọ\",\n    \"roundhouses\": \"holọ gburugburu\",\n    \"roundy\": \"okirikiri\",\n    \"rounding\": \"ichikota\",\n    \"roundish\": \"gbaa gburugburu\",\n    \"roundishness\": \"okirikiri\",\n    \"roundle\": \"gburugburu\",\n    \"roundlet\": \"okirikiri\",\n    \"roundlets\": \"gburugburu\",\n    \"roundly\": \"gburugburu\",\n    \"roundline\": \"gburugburu\",\n    \"roundmouthed\": \"mechie\",\n    \"roundness\": \"gburugburu\",\n    \"roundnose\": \"okirikiri\",\n    \"roundnosed\": \"gburugburu\",\n    \"roundoff\": \"gburugburu\",\n    \"roundridge\": \"gburugburu\",\n    \"rounds\": \"gburugburu\",\n    \"roundseam\": \"okirikiri\",\n    \"roundsman\": \"okirikiri\",\n    \"roundtable\": \"gburugburu\",\n    \"roundtail\": \"gburugburu\",\n    \"roundtop\": \"gburugburu\",\n    \"roundtree\": \"okirikiri\",\n    \"roundup\": \"chịkọba\",\n    \"roundups\": \"gburugburu\",\n    \"roundwise\": \"gburugburu\",\n    \"roundwood\": \"osisi\",\n    \"roundworm\": \"okirikiri\",\n    \"roundworms\": \"okirikiri\",\n    \"rounge\": \"ezumike\",\n    \"rountree\": \"emeghari\",\n    \"roupiest\": \"Okechukwu\",\n    \"roupingwife\": \"Nwunye\",\n    \"rousant\": \"rousist\",\n    \"rouse\": \"edemede\",\n    \"roused\": \"kpaliri\",\n    \"rousedness\": \"edemede\",\n    \"rousement\": \"amị\",\n    \"rousette\": \"rouseti\",\n    \"rousing\": \"na-akpali akpali\",\n    \"rousingly\": \"na-akpali akpali\",\n    \"rousseau\": \"Onyedika\",\n    \"rousseauan\": \"Onyebueze\",\n    \"rousseauist\": \"onyedikachukwu\",\n    \"rousseauistic\": \"mmmmmmmmmmmmm\",\n    \"rousseauite\": \"Onyebueze\",\n    \"roussellian\": \"Nkem Osuigwe\",\n    \"roussette\": \"Onyebuchi\",\n    \"roust\": \"nkịta\",\n    \"rousted\": \"nwechara\",\n    \"rousters\": \"ụgbụ\",\n    \"rousting\": \"Na-amagharị\",\n    \"rousts\": \"rouss\",\n    \"rout\": \"eme\",\n    \"route\": \"ụzọ\",\n    \"routed\": \"merie\",\n    \"routeman\": \"Na-agagharị\",\n    \"routemarch\": \"Emechi\",\n    \"routemen\": \"eme\",\n    \"router\": \"rawụta\",\n    \"routers\": \"ndị na-anya mmiri\",\n    \"routes\": \"ụzọ gasị\",\n    \"routeway\": \"okporo ụzọ\",\n    \"routeways\": \"okporo ụzọ\",\n    \"routhercock\": \"Obinna\",\n    \"routhie\": \"Na-emegharị\",\n    \"routhiness\": \"omume\",\n    \"routinary\": \"eme ihe mgbe nile\",\n    \"routine\": \"eme\",\n    \"routineer\": \"eme ihe\",\n    \"routinely\": \"mgbe\",\n    \"routineness\": \"ịdị adị\",\n    \"routines\": \"emee\",\n    \"routing\": \"na-agbagharị\",\n    \"routings\": \"omume\",\n    \"routinish\": \"mgbe nile\",\n    \"routinize\": \"megharia anya\",\n    \"routinized\": \"na-eme\",\n    \"routinizes\": \"na-eme\",\n    \"routinizing\": \"na-eme\",\n    \"routivarite\": \"ihe omume\",\n    \"routous\": \"eme\",\n    \"routously\": \"mgbe niile\",\n    \"rouvillite\": \"Onyebueze\",\n    \"roux\": \"Nwachukwu\",\n    \"roved\": \"kpaliri\",\n    \"roves\": \"akwara\",\n    \"rovescio\": \"mmmmmmmmmmmm\",\n    \"rovet\": \"Roseti\",\n    \"rovetto\": \"onyedika\",\n    \"roving\": \"na-agagharị\",\n    \"rovingly\": \"na-agagharị\",\n    \"rovingness\": \"ịma jijiji\",\n    \"row\": \"ahiri\",\n    \"rowable\": \"n'usoro\",\n    \"rowanberry\": \"rowanberị\",\n    \"rowanberries\": \"rowanberị\",\n    \"rowans\": \"ahịrị\",\n    \"rowboat\": \"ubom\",\n    \"rowboats\": \"ubom\",\n    \"rowdy\": \"Ugboro abụọ\",\n    \"rowdydow\": \"Uzochi\",\n    \"rowdydowdy\": \"Uzochi Okereke\",\n    \"rowdier\": \"Ugboro abụọ\",\n    \"rowdies\": \"ahịrị\",\n    \"rowdiest\": \"nke kachasi mfe\",\n    \"rowdyish\": \"Uzochi\",\n    \"rowdyishly\": \"n'usoro\",\n    \"rowdyishness\": \"Ugboro abụọ\",\n    \"rowdyism\": \"Uzochi\",\n    \"rowdyisms\": \"usoro\",\n    \"rowdily\": \"n'usoro\",\n    \"rowdiness\": \"nkwanye ugwu\",\n    \"rowdyproof\": \"Ugboro abụọ\",\n    \"rowed\": \"dọrọ\",\n    \"roweled\": \"ọla\",\n    \"roweling\": \"wellọ\",\n    \"rowelled\": \"rowel\",\n    \"rowelling\": \"gha\",\n    \"rowels\": \"ahịrị\",\n    \"rowen\": \"rowan\",\n    \"rowena\": \"ahịrị\",\n    \"rowens\": \"ahịrị\",\n    \"rowers\": \"ndi n'ahia\",\n    \"rowet\": \"rower\",\n    \"rowy\": \"nkera\",\n    \"rowiness\": \"nkwanye ugwu\",\n    \"rowing\": \"ịkwọ ụgbọ mmiri\",\n    \"rowings\": \"ahịrị\",\n    \"rowland\": \"Ugboro abụọ\",\n    \"rowlandite\": \"udochi\",\n    \"rowley\": \"ahịrịokwu\",\n    \"rowleian\": \"Uzochi\",\n    \"rowleyan\": \"kelechi\",\n    \"rowlet\": \"ahịrị\",\n    \"rowlock\": \"Rootlock\",\n    \"rowlocks\": \"Ugboro abụọ\",\n    \"rowport\": \"n'ọdụ ụgbọ mmiri\",\n    \"rows\": \"ahịrị\",\n    \"rowt\": \"ahịrị\",\n    \"rowte\": \"ahịrị\",\n    \"rowted\": \"ahịrị\",\n    \"rowth\": \"ahịrị\",\n    \"rowths\": \"ahịrị\",\n    \"rowty\": \"n'usoro\",\n    \"rowting\": \"ahịrị\",\n    \"roxburgh\": \"Okereke\",\n    \"roxburghe\": \"mmmmmmmmmmmm\",\n    \"rozzer\": \"roza\",\n    \"rpt\": \"Okporo\",\n    \"rrhiza\": \"Rhizie\",\n    \"rs\": \"NKP\",\n    \"rsum\": \"Ochie\",\n    \"rsvp\": \"NSB\",\n    \"rte\": \"ire\",\n    \"rti\": \"Ichie\",\n    \"rub\": \"ete\",\n    \"rubasses\": \"rubass\",\n    \"rubbee\": \"roba\",\n    \"rubber\": \"roba\",\n    \"rubberer\": \"roba\",\n    \"rubbery\": \"roba\",\n    \"rubberiness\": \"roba\",\n    \"rubberise\": \"robapaị\",\n    \"rubberised\": \"mebiri emebi\",\n    \"rubberising\": \"na-akpụ akpụ\",\n    \"rubberize\": \"rọba\",\n    \"rubberized\": \"rọba\",\n    \"rubberizes\": \"rọba\",\n    \"rubberizing\": \"na-egbochi roba\",\n    \"rubberless\": \"robaless\",\n    \"rubberlike\": \"roba dị ka\",\n    \"rubberneck\": \"roba\",\n    \"rubbernecked\": \"kpọgidere\",\n    \"rubbernecker\": \"roba\",\n    \"rubbernecking\": \"roba\",\n    \"rubbernecks\": \"roba\",\n    \"rubbernose\": \"robazị\",\n    \"rubberstone\": \"Nkume rọba\",\n    \"rubberwise\": \"rọba rọba\",\n    \"rubbing\": \"na-ete\",\n    \"rubbingstone\": \"nkume rubing\",\n    \"rubbio\": \"rubio\",\n    \"rubbish\": \"ihe efu\",\n    \"rubbishes\": \"mkpọmkpọ ebe\",\n    \"rubbishy\": \"ihe efu\",\n    \"rubbishing\": \"na-azọpịa\",\n    \"rubbishingly\": \"na-agbakasị\",\n    \"rubbishly\": \"n'iyi\",\n    \"rubbishry\": \"mkpọmkpọ ebe\",\n    \"rubble\": \"mkpọmkpọ ebe\",\n    \"rubbled\": \"na-ete\",\n    \"rubbler\": \"rubulu\",\n    \"rubbles\": \"mkpọmkpọ ebe\",\n    \"rubblestone\": \"nkume nkume\",\n    \"rubbly\": \"rubril\",\n    \"rubblier\": \"rubb\",\n    \"rubbling\": \"na-azọ ije\",\n    \"rubdown\": \"nkwụsị\",\n    \"rubdowns\": \"ndakpọ\",\n    \"rubefacience\": \"mmmmmmmmmmmmm\",\n    \"rubefacient\": \"mmmmmmmmmmmmm\",\n    \"rubefy\": \"Onyebuchi\",\n    \"rubelle\": \"rubella\",\n    \"rubellite\": \"igwe\",\n    \"rubensian\": \"ruben\",\n    \"rubeolar\": \"rubeola\",\n    \"rubeolas\": \"rubeola\",\n    \"rubeoloid\": \"mmmmmmmmmmmm\",\n    \"rubescent\": \"rubesin\",\n    \"ruby\": \"rubi\",\n    \"rubiales\": \"rubia\",\n    \"rubian\": \"rubi\",\n    \"rubiate\": \"ghaa\",\n    \"rubican\": \"rubi\",\n    \"rubiconed\": \"rubic\",\n    \"rubied\": \"rubies\",\n    \"rubier\": \"rubi\",\n    \"rubify\": \"sachapụ\",\n    \"rubific\": \"bara uru\",\n    \"rubification\": \"ete\",\n    \"rubificative\": \"bara uru\",\n    \"rubying\": \"na-ehicha\",\n    \"rubylike\": \"dị ka ruby\",\n    \"rubineous\": \"rubine\",\n    \"rubytail\": \"rubitail\",\n    \"rubythroat\": \"akwa\",\n    \"rubywise\": \"onye nzuzu\",\n    \"rublis\": \"rubil\",\n    \"rubout\": \"mmirie\",\n    \"rubrail\": \"rubil\",\n    \"rubricality\": \"enweghị iwu\",\n    \"rubricating\": \"na-ede akwụkwọ\",\n    \"rubrify\": \"mezie\",\n    \"rubrific\": \"na-enwusi ike\",\n    \"rubrification\": \"ịgbasa\",\n    \"rubrisher\": \"ihe ndozi\",\n    \"rubrospinal\": \"Rubrospinal\",\n    \"rubstone\": \"nkume ọla\",\n    \"rubus\": \"rubọs\",\n    \"rucervine\": \"ndiegwu\",\n    \"rucervus\": \"mmmmmmmmmmmmm\",\n    \"ruches\": \"mkpọchi\",\n    \"ruching\": \"na-emebi\",\n    \"ruchings\": \"mbibi\",\n    \"rucked\": \"mebiri\",\n    \"rucky\": \"ihe ojoo\",\n    \"rucking\": \"na-emebi\",\n    \"ruckling\": \"na-akụ\",\n    \"rucksacks\": \"Akpa\",\n    \"rucksey\": \"Uchechi\",\n    \"ructation\": \"mmebi\",\n    \"ruction\": \"mbibi\",\n    \"ructions\": \"mmebi\",\n    \"ructious\": \"na-emebi emebi\",\n    \"rud\": \"Rud\",\n    \"rudaceous\": \"acha uhie uhie\",\n    \"rudd\": \"Nkechi\",\n    \"rudder\": \"ruda\",\n    \"rudderfishes\": \"onyinye azu\",\n    \"rudderhead\": \"ọkwụrụ\",\n    \"rudderhole\": \"Rudderhole\",\n    \"rudderless\": \"onye na-enweghị atụ\",\n    \"rudderlike\": \"yiri\",\n    \"rudderpost\": \"kpakpando\",\n    \"rudders\": \"ihe ndozi\",\n    \"rudderstock\": \"mmmmmmmmmmmmm\",\n    \"ruddervator\": \"onye na-ahụ anya\",\n    \"ruddy\": \"acha uhie uhie\",\n    \"ruddied\": \"acha uhie uhie\",\n    \"ruddier\": \"onye na-ahụ anya\",\n    \"ruddiest\": \"acha uhie uhie\",\n    \"ruddyish\": \"acha uhie uhie\",\n    \"ruddily\": \"mmetu\",\n    \"ruddiness\": \"ihe nzuzu\",\n    \"ruddish\": \"ruds\",\n    \"ruddle\": \"Rudulu\",\n    \"ruddled\": \"Rudulu\",\n    \"ruddleman\": \"Nwoke ruddle\",\n    \"ruddles\": \"Ruddle\",\n    \"ruddling\": \"na-agba ọsọ\",\n    \"ruddock\": \"Ruddock\",\n    \"rudds\": \"ruds\",\n    \"rude\": \"enweghị nkwanye ùgwù\",\n    \"rudely\": \"enweghị nkwanye ùgwù\",\n    \"rudeness\": \"nkwanye ùgwù\",\n    \"rudenesses\": \"nkwanye ugwu\",\n    \"rudented\": \"ọsịsọ\",\n    \"rudenture\": \"iwu\",\n    \"ruder\": \"Ihe ndozi\",\n    \"ruderal\": \"omume rụrụ arụ\",\n    \"ruderals\": \"omume rụrụ arụ\",\n    \"ruderate\": \"acha ọcha\",\n    \"rudesby\": \"mmmmmmmmmmmm\",\n    \"rudesbies\": \"Ugboro abụọ\",\n    \"rudesheimer\": \"mmmmmmmmmmmmm\",\n    \"rudest\": \"Dị Ike\",\n    \"rudge\": \"usu\",\n    \"rudy\": \"Rudy\",\n    \"rudiment\": \"ihe ndozi\",\n    \"rudimental\": \"ezi uche\",\n    \"rudimentary\": \"asụsụ\",\n    \"rudimentarily\": \"n'adịghị mma\",\n    \"rudimentariness\": \"nkwanye ugwu\",\n    \"rudiments\": \"ihe ndozi\",\n    \"rudinsky\": \"Ikenna Ojukwu\",\n    \"rudish\": \"ruds\",\n    \"rudistid\": \"achapu\",\n    \"rudity\": \"enweghị isi\",\n    \"rudloff\": \"Nwunye\",\n    \"rudolf\": \"Onyekwere\",\n    \"rudolph\": \"Rudolph\",\n    \"rudolphine\": \"Rudolphine\",\n    \"rudolphus\": \"Rudolphus\",\n    \"rudous\": \"enweghị nkwanye ùgwù\",\n    \"rued\": \"emebi\",\n    \"rueful\": \"rue\",\n    \"ruefully\": \"rue mgbe nile\",\n    \"ruefulness\": \"rue\",\n    \"ruely\": \"nuzo\",\n    \"ruellia\": \"Uchenna\",\n    \"ruen\": \"mebie\",\n    \"ruers\": \"mkpọsa\",\n    \"ruesome\": \"ihe ojoo\",\n    \"ruesomeness\": \"Nwabueze\",\n    \"rufescence\": \"Ndabere\",\n    \"ruffed\": \"Ezigbo\",\n    \"ruffian\": \"Onyekwere\",\n    \"ruffianage\": \"mmmmmmmmmmmmm\",\n    \"ruffiandom\": \"mmmmmmmmmmmmm\",\n    \"ruffianish\": \"mmmmmmmmmmmmm\",\n    \"ruffianly\": \"Onyebuchi\",\n    \"ruffians\": \"mmmmmmmmmmmm\",\n    \"ruffing\": \"Na-ekwu\",\n    \"ruffled\": \"amala\",\n    \"ruffleless\": \"adịghị emebi emebi\",\n    \"rufflement\": \"mbibi\",\n    \"ruffly\": \"n'ewu\",\n    \"ruffliness\": \"eziokwu\",\n    \"ruffling\": \"Na-emegharị\",\n    \"ruffmans\": \"mmmmmmmmmmmmm\",\n    \"rufigallic\": \"Onyebuchi\",\n    \"rufofulvous\": \"na-emebi emebi\",\n    \"rufopiceous\": \"mmmmmmmmmmmmm\",\n    \"rufosity\": \"eziokwu\",\n    \"rufotestaceous\": \"onyedikachukwu\",\n    \"rufulous\": \"onye nzuzu\",\n    \"rug\": \"ute\",\n    \"rugate\": \"rugudu\",\n    \"rugby\": \"ịgba rugby\",\n    \"rugged\": \"jupụtara na nkume\",\n    \"ruggedize\": \"rugged\",\n    \"rugger\": \"germụaka\",\n    \"ruggers\": \"gersrị\",\n    \"ruggy\": \"ịgba rugby\",\n    \"ruggle\": \"mechie\",\n    \"ruggown\": \"uwe mwụda\",\n    \"rugheaded\": \"rugede\",\n    \"rugine\": \"rugin\",\n    \"rugmaker\": \"rugọọk\",\n    \"rugmaking\": \"na-akpa igwe\",\n    \"rugous\": \"rugul\",\n    \"rugs\": \"ihe mkpuchi\",\n    \"ruin\": \"mbibi\",\n    \"ruinable\": \"mbibi\",\n    \"ruinate\": \"ibibi\",\n    \"ruinated\": \"bibiri\",\n    \"ruinates\": \"na-emebi\",\n    \"ruinating\": \"na-ebibi\",\n    \"ruination\": \"mbibi\",\n    \"ruinations\": \"mbibi\",\n    \"ruinatious\": \"na-ebibi ihe\",\n    \"ruinator\": \"mbibi\",\n    \"ruined\": \"ebibi\",\n    \"ruiner\": \"mbibi\",\n    \"ruiners\": \"ndị mbibi\",\n    \"ruing\": \"na-emebi\",\n    \"ruiniform\": \"mmmmmmmmmmmmm\",\n    \"ruining\": \"na-ebibi\",\n    \"ruinlike\": \"mbibi\",\n    \"ruinous\": \"ebibi\",\n    \"ruinously\": \"na-ebibi\",\n    \"ruinousness\": \"mmebi\",\n    \"ruinproof\": \"na-emebi emebi\",\n    \"ruins\": \"mkpọmkpọ ebe\",\n    \"rulander\": \"nduku\",\n    \"rule\": \"na-achị\",\n    \"ruled\": \"chịrị\",\n    \"ruledom\": \"ọchịchịom\",\n    \"ruleless\": \"enweghị ọchịchị\",\n    \"rulemonger\": \"Onyegbula\",\n    \"ruler\": \"onye ochichi\",\n    \"rulers\": \"ndị ọchịchị\",\n    \"rulership\": \"ọchịchị\",\n    \"rules\": \"iwu\",\n    \"ruling\": \"na-achị achị\",\n    \"rulingly\": \"na-achị achị\",\n    \"rulings\": \"Iwu\",\n    \"ruller\": \"onye na-achị achị\",\n    \"rullion\": \"Rullion\",\n    \"rum\": \"rọm\",\n    \"rumage\": \"asịrị\",\n    \"rumaged\": \"nchikota\",\n    \"rumaging\": \"na-akụ\",\n    \"rumal\": \"rum\",\n    \"rumanian\": \"Romania\",\n    \"rumanians\": \"ndị rumani\",\n    \"rumb\": \"ogbaaru\",\n    \"rumbaed\": \"rumba\",\n    \"rumbaing\": \"rumba ing\",\n    \"rumbarge\": \"asaba\",\n    \"rumbled\": \"rumble\",\n    \"rumblegarie\": \"garie garie\",\n    \"rumblegumption\": \"rumo gump\",\n    \"rumblement\": \"asịrị\",\n    \"rumbler\": \"Ogba aghara\",\n    \"rumblers\": \"asịrị\",\n    \"rumbles\": \"mkpọtụ\",\n    \"rumbly\": \"n'olu dara ụda\",\n    \"rumbling\": \"na-eme mkpọtụ\",\n    \"rumblingly\": \"na-asụ ude\",\n    \"rumblings\": \"mkpọtụ\",\n    \"rumbowline\": \"ọmarịcha\",\n    \"rumbowling\": \"na-akọ\",\n    \"rumbustion\": \"mkpọtụ\",\n    \"rumbustious\": \"dị nkọ\",\n    \"rumbustiousness\": \"mkpọtụ\",\n    \"rumchunder\": \"gbaa asịrị\",\n    \"rumens\": \"rọm\",\n    \"rumfustian\": \"Onyebuchi\",\n    \"rumgumption\": \"asịrị\",\n    \"rumgumptious\": \"asịrị na-akọ\",\n    \"ruminal\": \"rumina\",\n    \"ruminant\": \"na-egbuke egbuke\",\n    \"ruminates\": \"na-egbuke egbuke\",\n    \"ruminating\": \"na-enwu gbaa\",\n    \"ruminatingly\": \"na-awụ ọkụ\",\n    \"ruminative\": \"na-enye ihe ọkụ\",\n    \"ruminatively\": \"na-enye ihe ọchị\",\n    \"ruminators\": \"ndị ọkụ\",\n    \"rumkin\": \"rumini\",\n    \"rumless\": \"asusu\",\n    \"rummage\": \"nchikota\",\n    \"rummaged\": \"gbarie\",\n    \"rummages\": \"na-akụ\",\n    \"rummagy\": \"na-akụ\",\n    \"rummaging\": \"na-akụ\",\n    \"rummery\": \"Ọmarịcha\",\n    \"rummes\": \"rummers\",\n    \"rummier\": \"asịrị\",\n    \"rumminess\": \"nkwanye ugwu\",\n    \"rummish\": \"gbue\",\n    \"rummle\": \"gbue\",\n    \"rumney\": \"asịrị\",\n    \"rumness\": \"asịrị\",\n    \"rumor\": \"asịrị\",\n    \"rumored\": \"asịrị\",\n    \"rumorer\": \"onye na-akọ asịrị\",\n    \"rumoring\": \"asịrị\",\n    \"rumormonger\": \"onye na-akọ rum\",\n    \"rumorous\": \"rumous\",\n    \"rumors\": \"asịrị\",\n    \"rumour\": \"asịrị\",\n    \"rumoured\": \"asịrị\",\n    \"rumourer\": \"asịrị\",\n    \"rumouring\": \"asịrị\",\n    \"rumourmonger\": \"okpokoro\",\n    \"rumours\": \"asịrị\",\n    \"rump\": \"Akụkụ ike\",\n    \"rumpadder\": \"mgbapu\",\n    \"rumper\": \"romper\",\n    \"rumple\": \"atumatu\",\n    \"rumpled\": \"gharịị\",\n    \"rumples\": \"na-agba agba\",\n    \"rumpless\": \"adighi ike\",\n    \"rumply\": \"n'ike n'ike\",\n    \"rumpling\": \"na-agba agba\",\n    \"rumpot\": \"ihe mgbochi\",\n    \"rumps\": \"rọm\",\n    \"rumpscuttle\": \"rumtọ\",\n    \"rumrunners\": \"ndị na-akọ akụkọ asịrị\",\n    \"rumrunning\": \"rungba ama\",\n    \"rums\": \"rọm\",\n    \"rumshop\": \"asambodo\",\n    \"rumswizzle\": \"rọm swizzle\",\n    \"run\": \"gbaa ọsọ\",\n    \"runagado\": \"runagate\",\n    \"runagates\": \"runagate\",\n    \"runaround\": \"agba gburugburu\",\n    \"runaway\": \"gbapụ ọsọ\",\n    \"runaways\": \"gbapụ\",\n    \"runback\": \"agba ọsọ\",\n    \"runbacks\": \"agba ọsọ\",\n    \"runboard\": \"ogbe\",\n    \"runch\": \"ochichim\",\n    \"runcinate\": \"mmiri ọgwụ\",\n    \"rundi\": \"randi\",\n    \"rundlet\": \"rundle\",\n    \"rundown\": \"gbatuo\",\n    \"runed\": \"runes\",\n    \"runer\": \"onye na-agba oso\",\n    \"runesmith\": \"Omenala\",\n    \"rung\": \".da\",\n    \"rungless\": \"enweghị nne\",\n    \"rungs\": \"gawa\",\n    \"runholder\": \"onye na-agba oso\",\n    \"runically\": \"n'agba ọsọ\",\n    \"runite\": \"oso\",\n    \"runkeeper\": \"onye na-agba oso\",\n    \"runkled\": \"gbara ọsọ\",\n    \"runkling\": \"agba ọsọ\",\n    \"runless\": \"enweghị ọsọ\",\n    \"runlets\": \"agba ọsọ\",\n    \"runman\": \"onye na-agba oso\",\n    \"runnable\": \"ọsọ\",\n    \"runner\": \"onye oso\",\n    \"runners\": \"ndị na-agba ọsọ\",\n    \"runneth\": \"na-agba ọsọ\",\n    \"runnier\": \"onye na-agba oso\",\n    \"runniest\": \"na-agba ọsọ\",\n    \"running\": \"na-agba ọsọ\",\n    \"runningly\": \"na-agba ọsọ\",\n    \"runnings\": \"ọsọ\",\n    \"runoffs\": \"agba ọsọ\",\n    \"runologist\": \"ọkà mmụta sayensị\",\n    \"runout\": \"gbapụ\",\n    \"runouts\": \"agba ọsọ\",\n    \"runover\": \"agba ọsọ\",\n    \"runovers\": \"na-agba ọsọ\",\n    \"runround\": \"oso\",\n    \"runrounds\": \"oso\",\n    \"runs\": \"na-agba ọsọ\",\n    \"runsy\": \"runy\",\n    \"runt\": \"gbaa ọsọ\",\n    \"runted\": \"gbasiri ike\",\n    \"runtee\": \"onye na-agba oso\",\n    \"runty\": \"onyinye\",\n    \"runtier\": \"ọsọ\",\n    \"runtiest\": \"kacha gbaa ọsọ\",\n    \"runtime\": \"Oge ojiri gaa\",\n    \"runtiness\": \"izu ike\",\n    \"runtishness\": \"isi ike\",\n    \"runts\": \"na-agba ọsọ\",\n    \"runways\": \"runway\",\n    \"rupert\": \"mgbawa\",\n    \"rupestral\": \"okwute\",\n    \"rupestrian\": \"onye ochichi\",\n    \"rupestrine\": \"ije\",\n    \"rupicaprine\": \"nkpuru\",\n    \"rupicola\": \"Ikwesiri\",\n    \"rupicolinae\": \"mmmmmmmmmmmmm\",\n    \"rupicoline\": \"nwaezeegwu\",\n    \"rupicolous\": \"Ikwesiri\",\n    \"rupie\": \"mgbapu\",\n    \"ruptile\": \"agba\",\n    \"ruption\": \"mgbapu\",\n    \"ruptive\": \"mebie\",\n    \"rupturable\": \"gbajiri agbaji\",\n    \"rupture\": \"mgbawa\",\n    \"ruptured\": \"mebiri\",\n    \"ruptures\": \"mgbawa\",\n    \"rupturewort\": \"mgbapu\",\n    \"rupturing\": \"gbawara\",\n    \"rural\": \"ime obodo\",\n    \"ruralisation\": \"ime obodo\",\n    \"ruralise\": \"ime obodo\",\n    \"ruralised\": \"ime obodo\",\n    \"ruralises\": \"ime obodo\",\n    \"ruralising\": \"ime obodo\",\n    \"ruralism\": \"ime obodo\",\n    \"ruralisms\": \"ime obodo\",\n    \"ruralist\": \"onye ime obodo\",\n    \"ruralists\": \"ndi ime obodo\",\n    \"ruralite\": \"onye ime obodo\",\n    \"ruralites\": \"ndị bi n'ime ime obodo\",\n    \"rurality\": \"ime obodo\",\n    \"ruralities\": \"ime obodo\",\n    \"ruralization\": \"ime obodo\",\n    \"ruralize\": \"ime obodo\",\n    \"ruralized\": \"ime obodo\",\n    \"ruralizes\": \"ime obodo\",\n    \"ruralizing\": \"ime obodo\",\n    \"rurally\": \"ime obodo\",\n    \"ruralness\": \"ime obodo\",\n    \"ruridecanal\": \"Ikwesiri\",\n    \"rus\": \"Akpa\",\n    \"ruscus\": \"Nkechi\",\n    \"ruse\": \"aghụghọ\",\n    \"rush\": \"rosh\",\n    \"rushed\": \"jiri ọsọ\",\n    \"rushees\": \"na-agbada\",\n    \"rusher\": \"gbasasịa\",\n    \"rushers\": \"ndi Russia\",\n    \"rushes\": \"na-agba ọsọ\",\n    \"rushy\": \"ngwa ngwa\",\n    \"rushiness\": \"ngwa ngwa\",\n    \"rushing\": \"na-agba ọsọ\",\n    \"rushingly\": \"na-agba ọsọ\",\n    \"rushingness\": \"ọsọ\",\n    \"rushings\": \"ngwa ngwa\",\n    \"rushland\": \"Ogba\",\n    \"rushlight\": \"ozigbo\",\n    \"rushlighted\": \"gbanye ọkụ\",\n    \"rushlike\": \"ngwa ngwa\",\n    \"rushlit\": \"ndigbo\",\n    \"rushwork\": \"ngwa ngwa\",\n    \"rusin\": \"nwa nne\",\n    \"rusine\": \"amaka\",\n    \"rusky\": \"IGIHE\",\n    \"ruskinian\": \"Onyekwere\",\n    \"rusks\": \"Nwunye\",\n    \"russ\": \"Nkechi\",\n    \"russel\": \"ihechukwu\",\n    \"russelia\": \"Nkechi\",\n    \"russell\": \"Ogechi\",\n    \"russellite\": \"ekwensu\",\n    \"russety\": \"agwu\",\n    \"russeting\": \"iheanacho\",\n    \"russetting\": \"iheanacho\",\n    \"russia\": \"Russia\",\n    \"russian\": \"onye Russia\",\n    \"russianist\": \"onye Russia\",\n    \"russianize\": \"Russianize\",\n    \"russians\": \"ndị Russia\",\n    \"russify\": \"gosiputa\",\n    \"russificator\": \"onyedikachi\",\n    \"russifies\": \"na-akwado\",\n    \"russifying\": \"igwu\",\n    \"russolatry\": \"ikechukwu\",\n    \"russolatrous\": \"Nkechi\",\n    \"russophile\": \"Russophile\",\n    \"russophilist\": \"Ntughari\",\n    \"russud\": \"Nkechi\",\n    \"rust\": \"ajari\",\n    \"rustable\": \"nchara\",\n    \"rusted\": \"nchara\",\n    \"rustful\": \"nchara\",\n    \"rusty\": \"nke nchara\",\n    \"rustyback\": \"Nwachukwu\",\n    \"rustic\": \"jide\",\n    \"rustical\": \"jide\",\n    \"rustically\": \"nana\",\n    \"rusticalness\": \"izu ike\",\n    \"rusticanum\": \"Ikpoko\",\n    \"rusticate\": \"jide\",\n    \"rusticated\": \"anyaukwu\",\n    \"rusticates\": \"jide\",\n    \"rusticating\": \"na-egosi\",\n    \"rustication\": \"jide\",\n    \"rusticator\": \"onye jide\",\n    \"rusticators\": \"ndị dị ka rustic\",\n    \"rusticial\": \"nkechi\",\n    \"rusticity\": \"jide\",\n    \"rusticize\": \"jide\",\n    \"rusticly\": \"jide\",\n    \"rusticness\": \"ịkpa anya\",\n    \"rusticoat\": \"lọ rusticoat\",\n    \"rustics\": \"jide\",\n    \"rusticum\": \"Ikuku\",\n    \"rusticwork\": \"ọrụ rusticwork\",\n    \"rustier\": \"Onyeozor\",\n    \"rustiest\": \"onye kachasikwa ike\",\n    \"rustyish\": \"Nkechi Nwachukwu\",\n    \"rustily\": \"juu\",\n    \"rustiness\": \"nchara\",\n    \"rusting\": \"nchara\",\n    \"rustle\": \"ustgbè\",\n    \"rustled\": \"ustgbè\",\n    \"rustler\": \"Ogbe\",\n    \"rustlers\": \"ndị ohi\",\n    \"rustless\": \"enweghị nchara\",\n    \"rustly\": \"nchara\",\n    \"rustling\": \"Na-agba ọsọ\",\n    \"rustlingly\": \"Na-agba ọsọ\",\n    \"rustlingness\": \"rustling ness\",\n    \"rustproof\": \"nchara\",\n    \"rustred\": \"ajụrụ\",\n    \"rusts\": \"julius\",\n    \"rutelian\": \"Rutelian\",\n    \"ruthenian\": \"Ruthenian\",\n    \"rutherford\": \"Rutherford\",\n    \"rutherfordine\": \"Rutherfordine\",\n    \"ruthful\": \"obi ọjọọ\",\n    \"ruthfully\": \"jiri obi ịta mmiri\",\n    \"ruthfulness\": \"eziokwu\",\n    \"ruthless\": \"obi tara mmiri\",\n    \"ruthlessly\": \"n'enweghị obi ọjọọ\",\n    \"ruthlessness\": \"obi ịta mmiri\",\n    \"rutin\": \"na-eme\",\n    \"rutted\": \"rutọ\",\n    \"ruttiness\": \"ekwenti\",\n    \"rutting\": \"akpọchi\",\n    \"ruttishness\": \"ruttishị\",\n    \"ruvid\": \"Nkechi\",\n    \"rvulsant\": \"Aghara\",\n    \"rwy\": \"Onwuchekwa\",\n    \"saarbrucken\": \"Mbupu\",\n    \"sabaist\": \"onye sabaist\",\n    \"sabaoth\": \"sabaot\",\n    \"sabbat\": \"izu ike\",\n    \"sabbatary\": \"izu ike\",\n    \"sabbath\": \"sabati\",\n    \"sabbathaian\": \"izu ike\",\n    \"sabbathaic\": \"izu ike\",\n    \"sabbathaist\": \"onye isi\",\n    \"sabbathbreaker\": \"izu ike\",\n    \"sabbathbreaking\": \"izu ike\",\n    \"sabbathize\": \"izu ike\",\n    \"sabbathkeeper\": \"onye na-edebe ụbọchị izu ike\",\n    \"sabbathkeeping\": \"idebe ụbọchị izu ike\",\n    \"sabbathless\": \"ghara izu ike\",\n    \"sabbathly\": \"sabati\",\n    \"sabbathlike\": \"izu ike\",\n    \"sabbaths\": \"ụbọchị izu ike\",\n    \"sabbatical\": \"izu ike\",\n    \"sabbaticalness\": \"izu ike\",\n    \"sabbaticals\": \"izu ike\",\n    \"sabbatism\": \"izu ike\",\n    \"sabbatist\": \"onye sabbatist\",\n    \"sabbatization\": \"izu ike\",\n    \"sabbatize\": \"izu ike\",\n    \"sabbats\": \"sabat\",\n    \"sabbed\": \"izu ike\",\n    \"sabbing\": \"imebi\",\n    \"sabeing\": \"sabe\",\n    \"sabellarian\": \"Onyebuchi\",\n    \"sabered\": \"sabern\",\n    \"saberlike\": \"saberike\",\n    \"sabers\": \"saber\",\n    \"sabertooth\": \"sabertoot\",\n    \"saberwing\": \"sabering\",\n    \"sabiaceous\": \"onyekwere\",\n    \"sabines\": \"sabine\",\n    \"sabinian\": \"izu ike\",\n    \"sablefishes\": \"sablefish\",\n    \"sableness\": \"sable\",\n    \"sably\": \"izu ike\",\n    \"sabotage\": \"sabotaji\",\n    \"sabotaged\": \"sabotaji\",\n    \"sabotages\": \"sabotaji\",\n    \"sabotaging\": \"sabotaji\",\n    \"saboted\": \"mebiri\",\n    \"sabots\": \"sabos\",\n    \"sabre\": \"saber\",\n    \"sabred\": \"izu ike\",\n    \"sabres\": \"saber\",\n    \"sabulosity\": \"izu ike\",\n    \"sabulous\": \"izu ojoo\",\n    \"sabulum\": \"sabulu\",\n    \"saburrate\": \"izu ike\",\n    \"saburration\": \"izu ike\",\n    \"sac\": \"akpa\",\n    \"sacatons\": \"sacatọn\",\n    \"saccharate\": \"saccha\",\n    \"saccharated\": \"saccha\",\n    \"saccharifying\": \"ịchụ àjà\",\n    \"saccharized\": \"saccharis\",\n    \"saccharobutyric\": \"chukwuemeka odumegwu ojukwu\",\n    \"saccharogenic\": \"akwọọcha\",\n    \"saccharous\": \"sacchasasi\",\n    \"saccomyoidean\": \"Onyema\",\n    \"saccular\": \"okpokoro\",\n    \"sacculated\": \"kwusiri\",\n    \"sacculation\": \"oriri\",\n    \"sacerdotalize\": \"dozie\",\n    \"sachcloth\": \"ákwà mgbochi\",\n    \"sachets\": \"sacheti\",\n    \"sack\": \"akpa\",\n    \"sackage\": \"ibu\",\n    \"sackamaker\": \"Onye na-eme ihe nchịkwa\",\n    \"sackbag\": \"Akpa\",\n    \"sackbut\": \"akpa\",\n    \"sackbuts\": \"Nwosu\",\n    \"sackbutt\": \"Akpa\",\n    \"sackcloth\": \"akwa\",\n    \"sackclothed\": \"Ugbogho\",\n    \"sackdoudle\": \"akpa akpala\",\n    \"sacked\": \"achụọ ya\",\n    \"sacken\": \"ime akpa\",\n    \"sacker\": \"akpa\",\n    \"sacket\": \"akpa\",\n    \"sackful\": \"akpa\",\n    \"sackfuls\": \"akpa\",\n    \"sacking\": \"mkpọ\",\n    \"sackings\": \"mkpọ\",\n    \"sackless\": \"enweghị akpa\",\n    \"sacklike\": \"yiri akpa\",\n    \"sackmaker\": \"onye na-eme mkpọ\",\n    \"sackmaking\": \"mgbasi ike\",\n    \"sackman\": \"Nwoke\",\n    \"sacks\": \"akpa\",\n    \"sacksful\": \"akpa\",\n    \"sacktime\": \"Oge nkwụsị\",\n    \"saclike\": \"dị ka sac\",\n    \"sacope\": \"akporo\",\n    \"sacrad\": \"dị nsọ\",\n    \"sacralgia\": \"causalgia\",\n    \"sacrals\": \"sacrament\",\n    \"sacramental\": \"sacrament\",\n    \"sacramentalism\": \"oriri nsọ\",\n    \"sacramentality\": \"oriri nsọ\",\n    \"sacramentalness\": \"oriri nsọ\",\n    \"sacramentary\": \"sacrament\",\n    \"sacramentarianism\": \"oriri nsọ\",\n    \"sacramenter\": \"sacrament\",\n    \"sacramentism\": \"oriri-nsọ\",\n    \"sacramentize\": \"sacrament\",\n    \"sacraments\": \"sacrament\",\n    \"sacrary\": \"sacrament\",\n    \"sacred\": \"dị nsọ\",\n    \"sacredly\": \"dị nsọ\",\n    \"sacredness\": \"ịdị nsọ\",\n    \"sacrify\": \"chụọ aja\",\n    \"sacrificable\": \"chụọ àjà\",\n    \"sacrifical\": \"chụọ aja\",\n    \"sacrificant\": \"chụọ àjà\",\n    \"sacrificati\": \"chụrụ\",\n    \"sacrification\": \"ụcha\",\n    \"sacrificator\": \"chụọ aja\",\n    \"sacrificatory\": \"na-achụ àjà\",\n    \"sacrificature\": \"chụọ aja\",\n    \"sacrifice\": \"chụọ aja\",\n    \"sacrificeable\": \"chụọ àjà\",\n    \"sacrificed\": \"chụọ aja\",\n    \"sacrificer\": \"chụọ aja\",\n    \"sacrificers\": \"ndị na-achụ àjà\",\n    \"sacrifices\": \"àjà\",\n    \"sacrificial\": \"chụọ aja\",\n    \"sacrificially\": \"chụọ àjà\",\n    \"sacrificing\": \"na-achụ àjà\",\n    \"sacrificingly\": \"na-achụ àjà\",\n    \"sacrilegiously\": \"n'enyemaka\",\n    \"sacrilegiousness\": \"ịkpa arụ\",\n    \"sacristies\": \"Kraịst\",\n    \"sacrists\": \"sacriss\",\n    \"sacrofemoral\": \"sacro femoral\",\n    \"sacroiliacs\": \"sacroiliac\",\n    \"sacroinguinal\": \"sacro inguinal\",\n    \"sacroposterior\": \"okechukwu\",\n    \"sacrosciatic\": \"akwara\",\n    \"sacrospinal\": \"sacrospinous\",\n    \"sacrotomy\": \"sacrectomy\",\n    \"sacrums\": \"sacrum\",\n    \"sad\": \"mwute\",\n    \"sadden\": \"wute\",\n    \"saddened\": \"wutere\",\n    \"saddening\": \"na-ewute\",\n    \"saddeningly\": \"nwute\",\n    \"saddens\": \"wutere\",\n    \"sadder\": \"obi ojoo\",\n    \"saddest\": \"wutere\",\n    \"saddhus\": \"saddhu\",\n    \"saddirham\": \"mwute dirham\",\n    \"saddish\": \"wutere\",\n    \"saddle\": \"sadulu\",\n    \"saddleback\": \"sadulu\",\n    \"saddlebacked\": \"sadulu\",\n    \"saddlebag\": \"obi ọjọọ\",\n    \"saddlebags\": \"obi ọjọọ\",\n    \"saddlebill\": \"obi ọjọọ\",\n    \"saddlebow\": \"sadulu\",\n    \"saddlebows\": \"sadulu\",\n    \"saddlecloth\": \"akwa uwe\",\n    \"saddlecloths\": \"akwa uwe\",\n    \"saddled\": \"sadulu\",\n    \"saddleleaf\": \"sadulu\",\n    \"saddleless\": \"sadulu\",\n    \"saddlelike\": \"sadulu ka\",\n    \"saddlemaker\": \"onye isi oche\",\n    \"saddlenose\": \"sadulu imi\",\n    \"saddler\": \"sadulu\",\n    \"saddlery\": \"sadulu\",\n    \"saddleries\": \"sadulu\",\n    \"saddlers\": \"ndị na-akwa iko\",\n    \"saddles\": \"sadulu\",\n    \"saddlesick\": \"sadulu na-arịa ọrịa\",\n    \"saddlesore\": \"sadulu akpịrị\",\n    \"saddlesoreness\": \"akpịrị mgbu\",\n    \"saddlestead\": \"sadestead\",\n    \"saddletree\": \"obi ọjọọ\",\n    \"saddletrees\": \"obi ọjọọ\",\n    \"saddlewise\": \"sadulu\",\n    \"saddling\": \"sadulu\",\n    \"sadducean\": \"obi ọjọọ\",\n    \"sadduceeist\": \"onye Sadduceeist\",\n    \"sadducees\": \"ndi saddu\",\n    \"sadducism\": \"obi ọjọọ\",\n    \"sadducize\": \"nwaobula\",\n    \"sades\": \"wutere\",\n    \"sadhearted\": \"wutere\",\n    \"sadheartedness\": \"obi ojoo\",\n    \"sadi\": \"onyedi\",\n    \"sadic\": \"dị mwute\",\n    \"sadiron\": \"Ikwerre\",\n    \"sadirons\": \"Ohere\",\n    \"sadism\": \"mwute\",\n    \"sadisms\": \"mwute\",\n    \"sadist\": \"onye mmekorita\",\n    \"sadistically\": \"n'ụzọ dị mwute\",\n    \"sadists\": \"ndiwute\",\n    \"sadleir\": \"sadulu\",\n    \"sadly\": \"dị mwute\",\n    \"sadness\": \"mwute\",\n    \"sadnesses\": \"mwute\",\n    \"sado\": \"eze\",\n    \"sadr\": \"mwute\",\n    \"saeter\": \"odi mfe\",\n    \"safaried\": \"safari\",\n    \"safe\": \"nchebe\",\n    \"safeblower\": \"ihe nchebe\",\n    \"safeblowing\": \"na-echefu\",\n    \"safebreaker\": \"ihe nchekwa\",\n    \"safebreaking\": \"nchekwa\",\n    \"safecracker\": \"ihe nchekwa\",\n    \"safecracking\": \"Ebe nchekwa\",\n    \"safegaurds\": \"nchedo\",\n    \"safeguard\": \"ichebe\",\n    \"safeguarded\": \"chebe\",\n    \"safeguarder\": \"chebe\",\n    \"safeguarding\": \"ichebe\",\n    \"safeguards\": \"nchedo\",\n    \"safehold\": \"nchebe\",\n    \"safekeeper\": \"nchekwa\",\n    \"safekeeping\": \"ichekwa\",\n    \"safely\": \"n'enweghị nsogbu\",\n    \"safen\": \"chebe\",\n    \"safener\": \"ihe nchekwa ihe\",\n    \"safeness\": \"ịdị nchebe\",\n    \"safenesses\": \"nchekwa\",\n    \"safer\": \"odi mfe\",\n    \"safest\": \"kasị dịrị nchebe\",\n    \"safety\": \"nchekwa\",\n    \"safetied\": \"echekwara\",\n    \"safeties\": \"nchekwa\",\n    \"safetying\": \"ichebe\",\n    \"safetyman\": \"onye nchekwa\",\n    \"saffrons\": \"saffron\",\n    \"safranine\": \"safranin\",\n    \"safrol\": \"safrole\",\n    \"safroles\": \"safrole\",\n    \"saft\": \"aka\",\n    \"saftly\": \"were nwayọọ\",\n    \"sagaciate\": \"ikpori\",\n    \"sagaciousness\": \"Agwara\",\n    \"sagacities\": \"ogha\",\n    \"sage\": \"onye amamihe\",\n    \"sageness\": \"ịda mba\",\n    \"sagenesses\": \"ịdị anya\",\n    \"sagenite\": \"nwachukwu\",\n    \"sages\": \"ndị amamihe\",\n    \"sagesse\": \"Nwachukwu\",\n    \"sagewood\": \"osisi sagewood\",\n    \"saggards\": \"saggard\",\n    \"saggaring\": \"na-ada\",\n    \"saggars\": \"sagasị\",\n    \"saggered\": \"dawara\",\n    \"saggering\": \"na-adagharị\",\n    \"saghavart\": \"akparama\",\n    \"sagiest\": \"kacha\",\n    \"sagittaria\": \"okechukwu\",\n    \"sagittaries\": \"nkwekọrịtara\",\n    \"sagittarius\": \"nwachukwu\",\n    \"sagittiferous\": \"aka ike\",\n    \"sagittiform\": \"Anyi\",\n    \"sagittocyst\": \"nwagbara\",\n    \"sagless\": \"enweghị\",\n    \"sagvandite\": \"ndigbo\",\n    \"sahibah\": \"sahiba\",\n    \"sahibs\": \"sahib\",\n    \"say\": \"kwuo\",\n    \"saya\": \"zụrụ\",\n    \"sayability\": \"ịzụta\",\n    \"sayable\": \"zụrụ\",\n    \"sayableness\": \"blegha\",\n    \"saic\": \"aka\",\n    \"saice\": \"ihendori\",\n    \"saices\": \"sauces\",\n    \"said\": \"kwuru\",\n    \"saidi\": \"kwuru\",\n    \"saids\": \"kwuru\",\n    \"saify\": \"ịdị nsọ\",\n    \"saignant\": \"dị egwu\",\n    \"saiid\": \"wee ghara\",\n    \"sayid\": \"kwuo\",\n    \"sayids\": \"na-ekwu\",\n    \"sayyid\": \"kwuo\",\n    \"saiyids\": \"ndiegwu\",\n    \"sayyids\": \"ekwenti\",\n    \"saying\": \"na-ekwu\",\n    \"sayings\": \"okwu\",\n    \"sail\": \"ụgbọ\",\n    \"sailable\": \"silable\",\n    \"sailage\": \"silage\",\n    \"sailboard\": \"gbọ mmiri\",\n    \"sailboat\": \"ụgbọ mmiri\",\n    \"sailboater\": \"ụgbọ mmiri\",\n    \"sailboating\": \"ụgbọ mmiri\",\n    \"sailboats\": \"ụgbọ mmiri\",\n    \"sailcloth\": \"ákwà ụgbọ mmiri\",\n    \"sailed\": \"ụgbọ mmiri\",\n    \"sailer\": \"akuku mmiri\",\n    \"sailfish\": \"sofish\",\n    \"sailfishes\": \"akwọ ụgbọ mmiri\",\n    \"sailflying\": \"ilgbọ mmiri\",\n    \"sailyard\": \"ilgbọ mmiri\",\n    \"sailye\": \"ilgbọ mmiri\",\n    \"sailing\": \"na-akwọ ụgbọ\",\n    \"sailingly\": \"na-akwọ ụgbọ\",\n    \"sailings\": \"na-akwọ ụgbọ\",\n    \"sailless\": \"adaghị\",\n    \"sailmaker\": \"onye na-akwọ ụgbọ mmiri\",\n    \"sailmaking\": \"ilgbọ mmiri\",\n    \"sailor\": \"onye oru ugbo mmiri\",\n    \"sailorfish\": \"azụ mmiri\",\n    \"sailoring\": \"akwọ ụgbọ mmiri\",\n    \"sailorizing\": \"akwọ ụgbọ mmiri\",\n    \"sailorless\": \"enweghị akwọ ụgbọ mmiri\",\n    \"sailorly\": \"akwọ ubom\",\n    \"sailorlike\": \"dị ka onye ọrụ ụgbọ mmiri\",\n    \"sailorman\": \"onye oru ugbo mmiri\",\n    \"sailorproof\": \"na-akwọ ụgbọ mmiri\",\n    \"sailors\": \"ndị ọkwọ ụgbọ mmiri\",\n    \"sailour\": \"ụgbọ mmiri\",\n    \"sailplaning\": \"ilgbọ mmiri\",\n    \"sailship\": \"sagbọ mmiri\",\n    \"sailsman\": \"Onye ji ụgbọ mmiri\",\n    \"saim\": \"kwuru\",\n    \"saimy\": \"ekwenti\",\n    \"saynay\": \"ekwuo\",\n    \"saindoux\": \"Onyedikachukwu\",\n    \"sained\": \"sains\",\n    \"saynete\": \"ekwenti\",\n    \"saining\": \"na-aga\",\n    \"sains\": \"akụrụngwa\",\n    \"saint\": \"senti\",\n    \"saintdom\": \"senti\",\n    \"saintdoms\": \"senti\",\n    \"sainted\": \"ihe ruru\",\n    \"saintess\": \"senti\",\n    \"sainthood\": \"senti\",\n    \"sainting\": \"ịdị ndụ\",\n    \"saintish\": \"dị nsọ\",\n    \"saintism\": \"senti\",\n    \"saintless\": \"enweghị nsọ\",\n    \"saintly\": \"nke dị nsọ\",\n    \"saintlier\": \"nke dị nsọ\",\n    \"saintliest\": \"nke kacha nso\",\n    \"saintlike\": \"dị ka onye dị nsọ\",\n    \"saintlikeness\": \"ịdị nsọ\",\n    \"saintlily\": \"adighi\",\n    \"saintliness\": \"ịdị nsọ\",\n    \"saintling\": \"nke dị nsọ\",\n    \"saintology\": \"saintoloji\",\n    \"saints\": \"ndi nso\",\n    \"saintship\": \"Nsọ\",\n    \"sairy\": \"sajan\",\n    \"sairly\": \"weghaara\",\n    \"says\": \"kwuru\",\n    \"sayst\": \"kwuo\",\n    \"saith\": \"kwuru\",\n    \"saitic\": \"saiti\",\n    \"saivism\": \"ụgbọ mmiri\",\n    \"sak\": \"mb\",\n    \"sake\": \"n'ihi\",\n    \"sakeber\": \"iberibe\",\n    \"sakeen\": \"kpọgharịa\",\n    \"sakel\": \"ihie\",\n    \"sakelarides\": \"nwekwaa\",\n    \"sakers\": \"akara\",\n    \"sakes\": \"Nkechi\",\n    \"saki\": \"hapụ\",\n    \"saktism\": \"Onwuka\",\n    \"sal\": \"Sal\",\n    \"salaamed\": \"kwue\",\n    \"salaaming\": \"na-ekele\",\n    \"salaams\": \"salaam\",\n    \"salability\": \"nkwanye\",\n    \"salabilities\": \"ikike\",\n    \"salable\": \"ere ere\",\n    \"salableness\": \"ire ere\",\n    \"salacious\": \"ụgwọ ọrụ\",\n    \"salaciously\": \"n'ekele\",\n    \"salaciousness\": \"ekele\",\n    \"salacity\": \"udo\",\n    \"salacities\": \"udo\",\n    \"salacot\": \"salak\",\n    \"saladangs\": \"saladan\",\n    \"salading\": \"salad\",\n    \"salamandrian\": \"Onyebuchi\",\n    \"salary\": \"ụgwọ\",\n    \"salariats\": \"okpu\",\n    \"salaried\": \"kwụ ụgwọ\",\n    \"salaries\": \"ụgwọ ọnwa\",\n    \"salarying\": \"na-akwụ ụgwọ\",\n    \"salaryless\": \"enweghị ụgwọ\",\n    \"salband\": \"nnu\",\n    \"salchow\": \"ikechukwu\",\n    \"saldid\": \"Chidiebere\",\n    \"sale\": \"ire ere\",\n    \"saleability\": \"erere ya\",\n    \"saleable\": \"ere ere\",\n    \"saleably\": \"erere\",\n    \"salebrous\": \"ire ere\",\n    \"salegoer\": \"ire ere\",\n    \"saleyard\": \"Ugbo ala\",\n    \"salele\": \"erere\",\n    \"salempore\": \"ire ere\",\n    \"salenixon\": \"irekekson\",\n    \"salep\": \"ire ere\",\n    \"saleps\": \"ire ere\",\n    \"saleratus\": \"ire ere\",\n    \"saleroom\": \"ndozi\",\n    \"salerooms\": \"ụlọ ahịa\",\n    \"sales\": \"ọrịre\",\n    \"salesclerk\": \"ọde akwụkwọ maka ịre ahịa\",\n    \"salesclerks\": \"ndị na-ere ahịa\",\n    \"salesgirl\": \"nwa agbogho\",\n    \"salesgirls\": \"umu agbogho\",\n    \"salesian\": \"onye na-ere ahia\",\n    \"salesite\": \"erere\",\n    \"saleslady\": \"ire ahia\",\n    \"salesladies\": \"ire ahịa\",\n    \"salesman\": \"onye ahia\",\n    \"salesmanship\": \"ere ahịa\",\n    \"salesmen\": \"ndị na-ere ahịa\",\n    \"salespeople\": \"ndị na-ere ahịa\",\n    \"salesperson\": \"onye ahia ahia\",\n    \"salespersons\": \"ndị na-ere ahịa\",\n    \"salesroom\": \"ulo ahia\",\n    \"salesrooms\": \"ụlọ ahịa\",\n    \"saleswoman\": \"nwanyị na-ere ahịa\",\n    \"saleswomen\": \"umu nwanyi\",\n    \"saleware\": \"ọrịre\",\n    \"salework\": \"ire ere\",\n    \"salfern\": \"nnu\",\n    \"saliant\": \"ebu\",\n    \"saliaric\": \"iji saliaric\",\n    \"salic\": \"dị salic\",\n    \"salicaceous\": \"dị salicaceous\",\n    \"salicyl\": \"mmmmmmmmmmmm\",\n    \"salicylal\": \"mmmmmmmmmmmmm\",\n    \"salicylaldehyde\": \"mmmmmmmmmmmmm\",\n    \"salicylamide\": \"mmmmmmmmmmmmm\",\n    \"salicylanilide\": \"mmmmmmmmmmmmm\",\n    \"salicylase\": \"mmmmmmmmmmmmm\",\n    \"salicylate\": \"nnu\",\n    \"salicylic\": \"nnu\",\n    \"salicylide\": \"mmmmmmmmmmmmm\",\n    \"salicylidene\": \"mmmmmmmmmmmmm\",\n    \"salicylyl\": \"mmmmmmmmmmmmm\",\n    \"salicylism\": \"mmmmmmmmmmmmm\",\n    \"salicylize\": \"nnagide\",\n    \"salicylous\": \"nnenneigbo\",\n    \"salicyluric\": \"mmmmmmmmmmmmm\",\n    \"salicine\": \"nnu\",\n    \"salicines\": \"nnu\",\n    \"salicins\": \"nnu\",\n    \"salicional\": \"nnu\",\n    \"salicorn\": \"nnu\",\n    \"salicornia\": \"mmmmmmmmmmmmm\",\n    \"saliency\": \"ịdị ọcha\",\n    \"saliencies\": \"mmanụ\",\n    \"salient\": \"pụtara ìhè\",\n    \"saliently\": \"jiri nwayọ\",\n    \"salientness\": \"ịdị nkọ\",\n    \"saliferous\": \"dị egwu\",\n    \"salify\": \"dịrị\",\n    \"salifiable\": \"nnu\",\n    \"salification\": \"ịdị ọcha\",\n    \"salified\": \"toro\",\n    \"salifies\": \"na-ekele\",\n    \"salifying\": \"na-ekele\",\n    \"saligram\": \"kelechi\",\n    \"salimeter\": \"salimeta\",\n    \"saline\": \"nnu\",\n    \"salineness\": \"nnu nnu\",\n    \"salines\": \"nnu\",\n    \"saliniferous\": \"nnu nnu\",\n    \"salinification\": \"nnu nnu\",\n    \"salinity\": \"nnu nnu\",\n    \"salinities\": \"nnu nnu\",\n    \"salinization\": \"nnu nnu\",\n    \"salinize\": \"nnu nnu\",\n    \"salinized\": \"nnu nnu\",\n    \"salinizing\": \"nnu nnu\",\n    \"salique\": \"nnu\",\n    \"salisbury\": \"okpokoro\",\n    \"salisburia\": \"mmmmmmmmmmmmm\",\n    \"salish\": \"ga-\",\n    \"salited\": \"toro\",\n    \"saliva\": \"asu\",\n    \"salivan\": \"asọ mmiri\",\n    \"salivant\": \"nnu\",\n    \"salivary\": \"onunu\",\n    \"salivas\": \"asu mmiri\",\n    \"salivate\": \"zọchaa\",\n    \"salivated\": \"zọpụtara\",\n    \"salivating\": \"na-asọ mmiri\",\n    \"salivator\": \"asọ mmiri\",\n    \"salivous\": \"dị egwu\",\n    \"salix\": \"usọ\",\n    \"salle\": \"kele\",\n    \"sallee\": \"kelee\",\n    \"salleeman\": \"kelechi\",\n    \"salleemen\": \"kelechi\",\n    \"sallenders\": \"ndị nnu\",\n    \"sallets\": \"salt\",\n    \"sallied\": \"sallamed\",\n    \"sallymen\": \"ndiegwu\",\n    \"salloo\": \"nnụnụ\",\n    \"sallow\": \"kele\",\n    \"sallowed\": \"nnenne\",\n    \"sallowy\": \"kelechi\",\n    \"sallowing\": \"Na-ekele\",\n    \"sallowish\": \"dịrị\",\n    \"sallowly\": \"nwaobuu\",\n    \"sallowness\": \"Udochi\",\n    \"sallows\": \"Na-ekele\",\n    \"salmagundis\": \"salmagundi\",\n    \"salmary\": \"salmal\",\n    \"salmi\": \"nze\",\n    \"salmiac\": \"nwuo\",\n    \"salmin\": \"Salmọn\",\n    \"salmo\": \"salm\",\n    \"salmon\": \"Salmọn\",\n    \"salmonberry\": \"salmọnberị\",\n    \"salmonberries\": \"salmonberi\",\n    \"salmonet\": \"salmọn\",\n    \"salmonlike\": \"yiri salmon\",\n    \"salmons\": \"salmọn\",\n    \"salnatron\": \"mmmmmmmmmmmmm\",\n    \"salols\": \"salol\",\n    \"salometer\": \"salomita\",\n    \"salomonic\": \"salomonik\",\n    \"salon\": \"salonlọ Mmanya\",\n    \"saloonist\": \"Onyedikachi\",\n    \"saloonkeep\": \"saloonkeeping\",\n    \"saloons\": \"saloon\",\n    \"salopette\": \"salopet\",\n    \"salopian\": \"Salopian\",\n    \"salpians\": \"ndị salp\",\n    \"salpiform\": \"nkedoazu\",\n    \"salpiglosis\": \"mmmmmmmmmmmmm\",\n    \"salpiglossis\": \"mmmmmmmmmmmmm\",\n    \"salpinges\": \"salpingị\",\n    \"salpingian\": \"onyeka\",\n    \"salpingitic\": \"nnenne\",\n    \"salpingocele\": \"nnenna\",\n    \"salpingomalleus\": \"mmmmmmmmmmmmm\",\n    \"salpingonasal\": \"obinwanyi\",\n    \"salpingopalatal\": \"mmmmmmmmmmmmm\",\n    \"salpingopexy\": \"mmmmmmmmmmmmm\",\n    \"salpingopharyngeal\": \"obinwanyi\",\n    \"salpingopharyngeus\": \"nnenneigbo\",\n    \"salpingoscope\": \"mmmmmmmmmmmmm\",\n    \"salpingostomy\": \"nnabata\",\n    \"salpingostomies\": \"mmmmmmmmmmmmm\",\n    \"salpingotomy\": \"na-achọpụta\",\n    \"salpingotomies\": \"ndiegwu\",\n    \"salpinx\": \"mmmmmmmmmmmmm\",\n    \"sals\": \"salm\",\n    \"salsillas\": \"salmilla\",\n    \"salsola\": \"mmmmmmmmmmmm\",\n    \"salsolaceous\": \"nnu\",\n    \"salt\": \"nnu\",\n    \"saltando\": \"nnu\",\n    \"saltant\": \"nnu\",\n    \"saltarella\": \"nnenna\",\n    \"saltarelli\": \"nnenna\",\n    \"saltarello\": \"nnenna\",\n    \"saltarellos\": \"nnenna\",\n    \"saltary\": \"nnu\",\n    \"saltate\": \"nnu\",\n    \"saltation\": \"nnu\",\n    \"saltativeness\": \"nnu\",\n    \"saltato\": \"nnu\",\n    \"saltator\": \"nnu\",\n    \"saltatory\": \"nnu\",\n    \"saltatoria\": \"nnu\",\n    \"saltatorial\": \"nnu\",\n    \"saltatorian\": \"nnu\",\n    \"saltatoric\": \"nnu\",\n    \"saltatorily\": \"nnu\",\n    \"saltatorious\": \"nnweta nnu\",\n    \"saltatras\": \"nnu\",\n    \"saltbox\": \"igbe nnu\",\n    \"saltboxes\": \"igbe nnu\",\n    \"saltbrush\": \"brọsh\",\n    \"saltbush\": \"nnu\",\n    \"saltbushes\": \"nnu\",\n    \"saltcat\": \"nnu\",\n    \"saltcatch\": \"nnu nnu\",\n    \"saltcellar\": \"nnu\",\n    \"saltcellars\": \"nnu nnu\",\n    \"saltchuck\": \"nnu\",\n    \"saltchucker\": \"nnu\",\n    \"salteaux\": \"Onyedikachi\",\n    \"salted\": \"nnu\",\n    \"salten\": \"nnu\",\n    \"salter\": \"nnu\",\n    \"salteretto\": \"nnenna\",\n    \"saltery\": \"nnu\",\n    \"saltern\": \"nnu\",\n    \"salterns\": \"salts\",\n    \"salters\": \"okpu\",\n    \"saltest\": \"dị nnu\",\n    \"saltfat\": \"nnu nnu\",\n    \"saltfish\": \"azụ azụ\",\n    \"saltfoot\": \"ụkwụ nnu\",\n    \"saltgrass\": \"nnu nnu\",\n    \"salthouse\": \"udochi\",\n    \"salty\": \"nnu\",\n    \"salticid\": \"nnu\",\n    \"saltie\": \"nnoo\",\n    \"saltier\": \"nwee nnu\",\n    \"saltierra\": \"mmmmmmmmmmmmm\",\n    \"saltiers\": \"nnu\",\n    \"saltierwise\": \"dị nnu\",\n    \"salties\": \"nnu\",\n    \"saltiest\": \"dị nnu\",\n    \"saltigrade\": \"nnu nnu\",\n    \"saltily\": \"nnu\",\n    \"saltimbankery\": \"nnu nnu\",\n    \"saltimbanque\": \"Nnukwu\",\n    \"saltine\": \"nnu\",\n    \"saltines\": \"nnu\",\n    \"saltiness\": \"nnu\",\n    \"saltire\": \"nnu\",\n    \"saltires\": \"nnu\",\n    \"saltireways\": \"adighi\",\n    \"saltirewise\": \"nnu\",\n    \"saltish\": \"gbanye nnu\",\n    \"saltishly\": \"nnu\",\n    \"saltishness\": \"nnu\",\n    \"saltless\": \"enweghị nnu\",\n    \"saltlessness\": \"nnu nnu\",\n    \"saltly\": \"nnu\",\n    \"saltlike\": \"nnu dị ka\",\n    \"saltmaker\": \"nnu nnu\",\n    \"saltmaking\": \"nnu nnu\",\n    \"saltman\": \"onye nnu\",\n    \"saltmouth\": \"nnu nnu\",\n    \"saltness\": \"nnu\",\n    \"saltnesses\": \"nnu\",\n    \"saltorel\": \"nnu\",\n    \"saltpan\": \"nnu pan\",\n    \"saltpans\": \"nnu nnu\",\n    \"saltpeter\": \"olulu nnu\",\n    \"saltpetre\": \"nnu\",\n    \"saltpetrous\": \"nnu nnu\",\n    \"saltpond\": \"olulu mmiri\",\n    \"salts\": \"nnu\",\n    \"saltshaker\": \"Onyebuchi\",\n    \"saltspoon\": \"Mkpọtụrụ\",\n    \"saltspoonful\": \"Na-etinye nnu\",\n    \"saltsprinkler\": \"nnu nnu\",\n    \"saltus\": \"nnu\",\n    \"saltuses\": \"nnu\",\n    \"saltwater\": \"nnu mmiri\",\n    \"saltweed\": \"nnu\",\n    \"saltwife\": \"Nwunye\",\n    \"saltwork\": \"nnu nnu\",\n    \"saltworker\": \"onye ọrụ nnu\",\n    \"saltworks\": \"ọrụ nnu\",\n    \"saltwort\": \"nnu nnu\",\n    \"saltworts\": \"nnu mmiri ara\",\n    \"salubrify\": \"gbakee\",\n    \"salubrious\": \"dị egwu\",\n    \"salubriously\": \"n'egbughị onwe\",\n    \"salubriousness\": \"Ọchịchọ\",\n    \"salubrity\": \"enweghị ike\",\n    \"salubrities\": \"Ọgba aghara\",\n    \"salud\": \"Salud\",\n    \"salutarily\": \"n'egbughị oge\",\n    \"salutariness\": \"nwee ekele\",\n    \"salutation\": \"ekele\",\n    \"salutational\": \"ekele\",\n    \"salutationless\": \"enweghị ekele\",\n    \"salutations\": \"ekele\",\n    \"salutatious\": \"ekele\",\n    \"salutatoria\": \"mmmmmmmmmmmmm\",\n    \"salutatorian\": \"mmmmmmmmmmmmm\",\n    \"salutatories\": \"ekele\",\n    \"salutatorily\": \"n'ekele\",\n    \"salutatorium\": \"ekele\",\n    \"salute\": \"kelee\",\n    \"saluted\": \"toro\",\n    \"saluter\": \"ekwenti\",\n    \"saluters\": \"ndị na-ebu ozi\",\n    \"salutes\": \"na-ekele\",\n    \"salutiferous\": \"ekele\",\n    \"salutiferously\": \"n'ekele\",\n    \"saluting\": \"na-ekele\",\n    \"salvability\": \"nzaghachi\",\n    \"salvable\": \"nnu\",\n    \"salvableness\": \"nnu\",\n    \"salvador\": \"mbaụda\",\n    \"salvadoraceae\": \"ebekpo\",\n    \"salvadoraceous\": \"ebelata\",\n    \"salvadoran\": \"chukwuebuka\",\n    \"salvage\": \"nnaputa\",\n    \"salvageability\": \"nweghachi\",\n    \"salvageable\": \"eweghachi\",\n    \"salvaged\": \"zọpụtara\",\n    \"salvageproof\": \"izu ike\",\n    \"salvaging\": \"na-echekwa\",\n    \"salvatella\": \"mmmmmmmmmmmm\",\n    \"salvation\": \"nzọpụta\",\n    \"salvationism\": \"onye nzọpụta\",\n    \"salvationist\": \"onye nzọpụta\",\n    \"salvations\": \"nnaputa\",\n    \"salve\": \"kelabọ\",\n    \"salved\": \"kelabọ\",\n    \"salveline\": \"salve akara\",\n    \"salvelinus\": \"mmmmmmmmmmmmm\",\n    \"salvers\": \"Ozo\",\n    \"salvy\": \"nnu\",\n    \"salvific\": \"nnweta\",\n    \"salvifical\": \"gbanye\",\n    \"salvifically\": \"bara uru\",\n    \"salving\": \"na-ehicha\",\n    \"salvinia\": \"Obinna\",\n    \"salviniaceous\": \"nkem\",\n    \"salviniales\": \"ndiegwu\",\n    \"salviol\": \"mmmmmmmmmmmm\",\n    \"salvoed\": \"salvos\",\n    \"salvoes\": \"salvos\",\n    \"salvoing\": \"salvos\",\n    \"salvor\": \"nnoo\",\n    \"salvors\": \"na-ekele\",\n    \"salwey\": \"ekwe\",\n    \"salwin\": \"nnu\",\n    \"salzfelle\": \"mmmmmmmmmmmmm\",\n    \"samadera\": \"Samadera\",\n    \"samadh\": \"Ijeoma\",\n    \"samadhi\": \"Samadhi\",\n    \"samaj\": \"elu\",\n    \"samal\": \"izu\",\n    \"samani\": \"Samani\",\n    \"samantha\": \"Samantha\",\n    \"samarkand\": \"Ikenna Okeke\",\n    \"samarskite\": \"elurskite\",\n    \"sambaed\": \"ba nwere\",\n    \"sambaing\": \"ịba ụba\",\n    \"sambal\": \"Okwara\",\n    \"sambaquis\": \"izu ike\",\n    \"sambars\": \"samba\",\n    \"sambathe\": \"izu ike\",\n    \"sambel\": \"Sambel\",\n    \"sambhar\": \"Sambhar\",\n    \"sambhars\": \"ịba ụba\",\n    \"sambhur\": \"izu ike\",\n    \"sambhurs\": \"ịmịpụta\",\n    \"sambouk\": \"Sambouk\",\n    \"sambouse\": \"ịgha ihe\",\n    \"sambucas\": \"Okwara\",\n    \"sambucus\": \"igwu\",\n    \"sambuk\": \"Okwara\",\n    \"sambuke\": \"ịmịbu\",\n    \"sambukes\": \"ngwaahịa\",\n    \"sambul\": \"Sambul\",\n    \"sambur\": \"izu ike\",\n    \"samburs\": \"igho\",\n    \"same\": \"otu\",\n    \"samech\": \"otu\",\n    \"samechs\": \"otu\",\n    \"samek\": \"otu\",\n    \"samekh\": \"otu ihe ahụ\",\n    \"samekhs\": \"Uchechi\",\n    \"sameks\": \"otu\",\n    \"samely\": \"dị\",\n    \"sameliness\": \"sammaatụ\",\n    \"samen\": \"Samen\",\n    \"sameness\": \"ịdị adị\",\n    \"samenesses\": \"ịdị adị\",\n    \"samesome\": \"dị egwu\",\n    \"samian\": \"Sameria\",\n    \"samiels\": \"Selsel\",\n    \"samir\": \"Onyebuchi\",\n    \"samiresite\": \"Okechukwu\",\n    \"samisen\": \"ugochukwu\",\n    \"samisens\": \"ngwaahịa\",\n    \"samish\": \"Samish\",\n    \"samite\": \"izu ike\",\n    \"samites\": \"Samites\",\n    \"samkhya\": \"Onyebuchi\",\n    \"samlet\": \"akara\",\n    \"samlets\": \"akara\",\n    \"sammel\": \"Sammel\",\n    \"sammier\": \"akara\",\n    \"samnani\": \"Samnani\",\n    \"samnite\": \"ndị\",\n    \"samoans\": \"Obinna\",\n    \"samoyed\": \"nwechara\",\n    \"samoyedic\": \"Obinna Nwagbara\",\n    \"samory\": \"Ọdịdị\",\n    \"samosatenian\": \"Samosatenian\",\n    \"samothracian\": \"iheanacho\",\n    \"samp\": \"ihe nlele\",\n    \"sampaloc\": \"onyena\",\n    \"sampan\": \"Sampan\",\n    \"samphire\": \"izu ike\",\n    \"samphires\": \"ihe nkiri\",\n    \"sample\": \"nlele\",\n    \"sampled\": \"nlele\",\n    \"sampleman\": \"Onye nlele\",\n    \"samplemen\": \"ndị nlele\",\n    \"sampler\": \"onye nlele\",\n    \"samplery\": \"Nlele\",\n    \"samplers\": \"ndị nlele\",\n    \"samples\": \"ihe nlele\",\n    \"sampling\": \"nlele\",\n    \"samplings\": \"ihe nlele\",\n    \"samps\": \"eserese\",\n    \"samskara\": \"Onyebuchi\",\n    \"samson\": \"Samson\",\n    \"samsoness\": \"izu ike\",\n    \"samsonian\": \"Samsonian\",\n    \"samsonic\": \"Samsonic\",\n    \"samvat\": \"ugba\",\n    \"sanability\": \"ịdị ọcha\",\n    \"sanable\": \"nwere ike ịkwụ ụgwọ\",\n    \"sanableness\": \"ịdị ọcha\",\n    \"sanataria\": \"sanitarium\",\n    \"sanatarium\": \"sanitarium\",\n    \"sanatariums\": \"sanitarium\",\n    \"sanative\": \"santian\",\n    \"sanativeness\": \"ịdị ọcha\",\n    \"sanatory\": \"kwadoro\",\n    \"sanatoriria\": \"sanatorium\",\n    \"sanatoririums\": \"sanatorium\",\n    \"sanatoriums\": \"ụlọ mposi\",\n    \"sanballat\": \"sanbalat\",\n    \"sanbenito\": \"san benito\",\n    \"sanbenitos\": \"sambenitos\",\n    \"sanche\": \"Sanchez\",\n    \"sancyite\": \"sancy ite\",\n    \"sanct\": \"nsọ\",\n    \"sancta\": \"dị nsọ\",\n    \"sanctae\": \"dị nsọ\",\n    \"sanctanimity\": \"ịdị nsọ\",\n    \"sancties\": \"doo nsọ\",\n    \"sanctify\": \"doo nsọ\",\n    \"sanctifiable\": \"doo nso\",\n    \"sanctifiableness\": \"ịdị nsọ\",\n    \"sanctifiably\": \"dị nsọ\",\n    \"sanctificate\": \"doo nsọ\",\n    \"sanctification\": \"ido-nsọ\",\n    \"sanctifications\": \"ido nsọ\",\n    \"sanctified\": \"doo nsọ\",\n    \"sanctifiedly\": \"dị nsọ\",\n    \"sanctifier\": \"ido nsọ\",\n    \"sanctifiers\": \"edo nsọ\",\n    \"sanctifies\": \"na-edo nsọ\",\n    \"sanctifying\": \"na-edo nsọ\",\n    \"sanctifyingly\": \"na-edo nsọ\",\n    \"sanctilogy\": \"ịdị nsọ\",\n    \"sanctiloquent\": \"dị nsọ\",\n    \"sanctimony\": \"nsọ\",\n    \"sanctimonial\": \"ịdị nsọ\",\n    \"sanctimonious\": \"dị nsọ\",\n    \"sanctimoniously\": \"dị nsọ\",\n    \"sanctimoniousness\": \"ịdị nsọ\",\n    \"sanction\": \"ikikere\",\n    \"sanctionative\": \"ịkwado\",\n    \"sanctioned\": \"akwadoro\",\n    \"sanctioner\": \"onye nkwado\",\n    \"sanctioners\": \"ndị nkwado\",\n    \"sanctioning\": \"ịkwado\",\n    \"sanctionist\": \"onye nkwado\",\n    \"sanctionless\": \"enweghị nsọ\",\n    \"sanctionment\": \"ikikere\",\n    \"sanctions\": \"mmachibido iwu\",\n    \"sanctity\": \"ịdị nsọ\",\n    \"sanctities\": \"ebe nsọ\",\n    \"sanctitude\": \"ịdị nsọ\",\n    \"sanctology\": \"ịdị nsọ\",\n    \"sanctologist\": \"ọkà mmụta banyere ịdị nsọ\",\n    \"sanctorian\": \"onyeka ugwo\",\n    \"sanctorium\": \"ụlọ nsọ\",\n    \"sanctuary\": \"ebe nsọ\",\n    \"sanctuaried\": \"doo nsọ\",\n    \"sanctuaries\": \"ebe nsọ\",\n    \"sanctuarize\": \"doo nsọ\",\n    \"sanctum\": \"ebe nsọ\",\n    \"sanctums\": \"ebe nsọ\",\n    \"sanctus\": \"Nsọ\",\n    \"sand\": \"ájá\",\n    \"sandal\": \"akpụkpọ ụkwụ\",\n    \"sandaled\": \"gbanyere mkpọrọgwụ\",\n    \"sandaling\": \"Okike\",\n    \"sandals\": \"Akpụkpọ ụkwụ\",\n    \"sandalwood\": \"aja aja\",\n    \"sandalwoods\": \"aja aja\",\n    \"sandan\": \"sand\",\n    \"sandarac\": \"aja aja\",\n    \"sandaracs\": \"aja aja\",\n    \"sandastros\": \"aja aja\",\n    \"sandbag\": \"Akpa ájá\",\n    \"sandbagged\": \"Akpa aja\",\n    \"sandbagger\": \"Akpa aja\",\n    \"sandbaggers\": \"Akpa aja\",\n    \"sandbags\": \"Akpa ájá\",\n    \"sandbank\": \"aja aja\",\n    \"sandbanks\": \"ájá\",\n    \"sandbars\": \"ájá\",\n    \"sandbin\": \"ájá\",\n    \"sandblast\": \"aja aja\",\n    \"sandblasted\": \"aja ájá\",\n    \"sandblaster\": \"aja aja\",\n    \"sandblasters\": \"aja aja\",\n    \"sandblasting\": \"aja aja\",\n    \"sandblasts\": \"aja aja\",\n    \"sandblind\": \"aja aja\",\n    \"sandblindness\": \"aja aja\",\n    \"sandboard\": \"ájá\",\n    \"sandboy\": \"aja aja\",\n    \"sandbur\": \"aja aja\",\n    \"sandburr\": \"aja aja\",\n    \"sandburrs\": \"aja aja\",\n    \"sandburs\": \"aja aja\",\n    \"sandclub\": \"clọ aja\",\n    \"sandculture\": \"aja aja\",\n    \"sandemanian\": \"Sandemania\",\n    \"sandemanianism\": \"Sandemaniasism\",\n    \"sanderling\": \"sander\",\n    \"sanderswood\": \"aja aja\",\n    \"sandfish\": \"Azu azu\",\n    \"sandfishes\": \"Azụ sandfish\",\n    \"sandfly\": \"aja aja\",\n    \"sandflies\": \"aja aja\",\n    \"sandflower\": \"aja aja\",\n    \"sandglass\": \"aja aja\",\n    \"sandgrouse\": \"ụlọ aja\",\n    \"sandheat\": \"aja aja\",\n    \"sandy\": \"aja\",\n    \"sandyish\": \"aja aja\",\n    \"sandiness\": \"aja\",\n    \"sandyx\": \"aja sandyx\",\n    \"sandkey\": \"aja aja\",\n    \"sandlapper\": \"Ihe eji akpu aja\",\n    \"sandless\": \"enweghị aja\",\n    \"sandlike\": \"aja\",\n    \"sandlings\": \"sandwich\",\n    \"sandlot\": \"ájá\",\n    \"sandlots\": \"aja aja\",\n    \"sandlotters\": \"ájá\",\n    \"sandmen\": \"Ndị sandmen\",\n    \"sandmite\": \"aja aja\",\n    \"sandnatter\": \"ájá\",\n    \"sandnecker\": \"akpụkpọ ụkwụ\",\n    \"sandpaper\": \"ájá\",\n    \"sandpapered\": \"aja aja\",\n    \"sandpapery\": \"aja aja\",\n    \"sandpapering\": \"ájá\",\n    \"sandpapers\": \"aja aja\",\n    \"sandpeeps\": \"aja aja\",\n    \"sandpipers\": \"ájá\",\n    \"sandproof\": \"aja aja\",\n    \"sandra\": \"aja\",\n    \"sandrock\": \"aja aja\",\n    \"sandroller\": \"akpụkpọ ụkwụ\",\n    \"sands\": \"ájá\",\n    \"sandsoap\": \"ájá\",\n    \"sandsoaps\": \"ájá\",\n    \"sandspit\": \"ájá\",\n    \"sandspout\": \"Aja aja\",\n    \"sandspur\": \"ájá\",\n    \"sandstay\": \"aja aja\",\n    \"sandstones\": \"ájá\",\n    \"sandstorm\": \"aja aja\",\n    \"sandust\": \"Aja\",\n    \"sandwich\": \"Sanwichi\",\n    \"sandwiches\": \"Sanwichi\",\n    \"sandwiching\": \"Sanwichi\",\n    \"sandworm\": \"aja aja\",\n    \"sandwort\": \"Sanwort\",\n    \"sandworts\": \"aja aja\",\n    \"sane\": \"isi zuru oke\",\n    \"saned\": \"sanyere\",\n    \"sanely\": \"sanede\",\n    \"sanemindedness\": \"ịdị ọcha\",\n    \"saneness\": \"ịdị ọcha\",\n    \"sanenesses\": \"ịdị ọcha\",\n    \"sanford\": \"Sanford\",\n    \"sanforized\": \"sanifized\",\n    \"sang\": \"bụrụ abụ\",\n    \"sangers\": \"Sangers\",\n    \"sanggil\": \"Sanggil\",\n    \"sangh\": \"sang\",\n    \"sangil\": \"Singil\",\n    \"sangir\": \"kọọrọ\",\n    \"sangley\": \"Sangley\",\n    \"sanglier\": \"bụrụ abụ\",\n    \"sangreeroot\": \"Na Na Na\",\n    \"sangrel\": \"kpọọ\",\n    \"sangsue\": \"kọọrọ\",\n    \"sanguify\": \"sanguana\",\n    \"sanguification\": \"idebe iwu\",\n    \"sanguineousness\": \"sanguineous ness\",\n    \"sanguineovascular\": \"sanguineo vaskụla\",\n    \"sanguiniferous\": \"sanguineous\",\n    \"sanhedrim\": \"Sanhedrim\",\n    \"sanhedrin\": \"Sanhedrin\",\n    \"sanhedrist\": \"onye na-edebe iwu\",\n    \"sanidinic\": \"sanidinik\",\n    \"sanify\": \"doo anya\",\n    \"sanification\": \"ịdị ọcha\",\n    \"sanious\": \"ịdị ọcha\",\n    \"sanitary\": \"ịdị ọcha\",\n    \"sanitarian\": \"sanitary\",\n    \"sanitarians\": \"ndị na-edozi ahụ\",\n    \"sanitaries\": \"ndị isi\",\n    \"sanitarily\": \"ịdị ọcha\",\n    \"sanitariness\": \"ịdị ọcha\",\n    \"sanitate\": \"dozie\",\n    \"sanitated\": \"dozie\",\n    \"sanitating\": \"na-edozi\",\n    \"sanitation\": \"idebe ihe ọcha\",\n    \"sanitationist\": \"idebe ihe ọcha\",\n    \"sanity\": \"ịdị ọcha\",\n    \"sanities\": \"ihe ịdị ọcha\",\n    \"sanitisation\": \"ịdị ọcha\",\n    \"sanitise\": \"sanitis\",\n    \"sanitised\": \"sanitized\",\n    \"sanitising\": \"ịdị ọcha\",\n    \"sanitist\": \"onye ocha\",\n    \"sanitization\": \"idebe ihe ọcha\",\n    \"sanitize\": \"sanitis\",\n    \"sanitizer\": \"sanitizi\",\n    \"sanitizes\": \"sanitizi\",\n    \"sanitizing\": \"ịdị ọcha\",\n    \"sanitorium\": \"ụlọ mposi\",\n    \"sanjaks\": \"sanjakụ\",\n    \"sank\": \"mikpuo\",\n    \"sannops\": \"afọ\",\n    \"sansar\": \"sans\",\n    \"sansculot\": \"akwa mgbochi\",\n    \"sansculotte\": \"Sankpolotte\",\n    \"sansculottic\": \"Uchechukwu\",\n    \"sansculottish\": \"Uchechukwu\",\n    \"sansculottism\": \"enweghị atụ\",\n    \"sanskrit\": \"Ugba\",\n    \"sanskritic\": \"Ugba\",\n    \"sanskritist\": \"ogwe aka\",\n    \"sanskritization\": \"ogwe aka\",\n    \"sanskritize\": \"Sankritị\",\n    \"santification\": \"ido-nsọ\",\n    \"santii\": \"santini\",\n    \"santimi\": \"santini\",\n    \"santols\": \"santol\",\n    \"sanzen\": \"sanee\",\n    \"saoshyant\": \"Onyedikachi\",\n    \"sapharensian\": \"ọwụwa\",\n    \"sapidless\": \"enweghị mmiri\",\n    \"sapience\": \"ike\",\n    \"sapiencies\": \"ihe ndozi\",\n    \"sapiential\": \"dị mkpa\",\n    \"sapientially\": \"ike\",\n    \"saplings\": \"ome\",\n    \"saponaceous\": \"okirikiri\",\n    \"saponiferous\": \"Uzoamaka\",\n    \"saponified\": \"tinye\",\n    \"saponifying\": \"saponing\",\n    \"saporous\": \"udo\",\n    \"sapotaceous\": \"Ugboro abụọ\",\n    \"sapphire\": \"safaiya\",\n    \"sapphired\": \"sapphi\",\n    \"sapphires\": \"sapphire\",\n    \"sapphists\": \"sapphis\",\n    \"sapples\": \"sapple\",\n    \"sapremias\": \"onyedikachi\",\n    \"saprobiont\": \"mmmmmmmmmmmmm\",\n    \"saprostomous\": \"Okechukwu\",\n    \"sapskull\": \"Ochie\",\n    \"saracens\": \"ndiegwu\",\n    \"sarah\": \"sara\",\n    \"sarangousty\": \"ezechukwu\",\n    \"sarbican\": \"Sarbican\",\n    \"sarcasm\": \"okwu njakịrị\",\n    \"sarcasmproof\": \"akaebe sarcasm\",\n    \"sarcasms\": \"okwu njakịrị\",\n    \"sarcast\": \"akaja\",\n    \"sarcastic\": \"akaja\",\n    \"sarcastical\": \"n’ịkpa ọchị\",\n    \"sarcastically\": \"n’ịkpa ọchị\",\n    \"sarcasticalness\": \"n’ịkpa ọchị\",\n    \"sarcasticness\": \"ịkwa emo\",\n    \"sarcelle\": \"akwa\",\n    \"sarcenet\": \"akwa iko\",\n    \"sarcine\": \"akwa\",\n    \"sarcle\": \"selị\",\n    \"sarcler\": \"ọchị\",\n    \"sarcoblast\": \"akwa\",\n    \"sarcocyst\": \"akwa\",\n    \"sarcocollin\": \"ndiegwu\",\n    \"sarcodous\": \"ọchị\",\n    \"sarcologic\": \"ịkwa emo\",\n    \"sarcologist\": \"ọkà mmụta banyere sarcologist\",\n    \"sarcomere\": \"igwu\",\n    \"sarcomeric\": \"sụrụ aka\",\n    \"sarcoplasmic\": \"akuko\",\n    \"sarcoplast\": \"akwara\",\n    \"sarcopsylla\": \"nwewekwaa\",\n    \"sarcoptes\": \"igwu\",\n    \"sarcoptid\": \"sarcoptic\",\n    \"sarcorhamphus\": \"sarcoramphus\",\n    \"sarcosin\": \"sarcosine\",\n    \"sarcostyle\": \"codị sarcostyle\",\n    \"sarcotheca\": \"mmmmmmmmmmmmm\",\n    \"sardine\": \"sadin\",\n    \"sardinian\": \"sardinia\",\n    \"sardinians\": \"Onyeka\",\n    \"sardonian\": \"Sardonian\",\n    \"sarees\": \"suru\",\n    \"sargassumfishes\": \"sargassumfish\",\n    \"sarges\": \"Ikeja\",\n    \"sarigue\": \"izu ike\",\n    \"sarkful\": \"Ahụhụ\",\n    \"sarking\": \"Obinna\",\n    \"sarkinite\": \"ezeite\",\n    \"sarks\": \"odida\",\n    \"sarlac\": \"sarlak\",\n    \"sarlyk\": \"nnukwu\",\n    \"sarmatic\": \"na-ekwu okwu\",\n    \"sarment\": \"akwa\",\n    \"sarmentiferous\": \"aka ike\",\n    \"sarmentous\": \"mkpasu iwe\",\n    \"sarments\": \"akwa\",\n    \"sarod\": \"Sarod\",\n    \"sarodist\": \"onyechukwu\",\n    \"sarodists\": \"saredist\",\n    \"sarong\": \"zoro\",\n    \"saronic\": \"dị njọ\",\n    \"sarothra\": \"Okechukwu\",\n    \"sarothrum\": \"Okechukwu\",\n    \"sarpler\": \"plemụmaatụ\",\n    \"sarracenial\": \"na-akwa ọchị\",\n    \"sarsparilla\": \"sarsaparilla\",\n    \"sartain\": \"onyeisi\",\n    \"sartoriad\": \"sartorial\",\n    \"sartorially\": \"sartorial\",\n    \"sasarara\": \"okechukwu\",\n    \"sash\": \"mma\",\n    \"sashayed\": \"jisie ike\",\n    \"sashaying\": \"ịgha\",\n    \"sashed\": \"kechie\",\n    \"sashery\": \"udochi\",\n    \"sashes\": \"eriri\",\n    \"sashing\": \"na-edozi\",\n    \"sasine\": \"sasin\",\n    \"sasins\": \"sasin\",\n    \"sass\": \"ukwu\",\n    \"sassabies\": \"akpukpo\",\n    \"sassan\": \"akụkụ\",\n    \"sassanian\": \"asụsụ sassanian\",\n    \"sassanide\": \"akụkụide\",\n    \"sassed\": \"gafere\",\n    \"sasses\": \"sass\",\n    \"sassybark\": \"onyedikachukwu\",\n    \"sassies\": \"achịcha\",\n    \"sassiest\": \"dịrịkarịsịrị\",\n    \"sassiness\": \"sassass\",\n    \"sassing\": \"ikpa\",\n    \"sat\": \"nọdụ\",\n    \"satable\": \"nọdụ\",\n    \"satanic\": \"ekwensu\",\n    \"satanical\": \"ekwensu\",\n    \"satanically\": \"satanatan\",\n    \"satanicalness\": \"ekwensu\",\n    \"satanism\": \"okpukpe Setan\",\n    \"satanisms\": \"satanists\",\n    \"satanistic\": \"satanist\",\n    \"satanity\": \"satan\",\n    \"satanophany\": \"mmmmmmmmmmmmm\",\n    \"satanophil\": \"izuike\",\n    \"satchel\": \"akpa\",\n    \"satchelful\": \"jekuru\",\n    \"sated\": \"Ogbe\",\n    \"satedness\": \"afọ\",\n    \"sateens\": \"Onyeka\",\n    \"sateless\": \"enweghị\",\n    \"satelles\": \"satel\",\n    \"satellitarian\": \"satellitan\",\n    \"satellite\": \"satịlaịtị\",\n    \"satellited\": \"jisie ike\",\n    \"satellites\": \"Satellites\",\n    \"satellitesimal\": \"Satellitesimal\",\n    \"satellitian\": \"Satellitian\",\n    \"satellitic\": \"Satellitic\",\n    \"satellitious\": \"juu\",\n    \"satellitory\": \"Satellitory\",\n    \"sates\": \"ndị sates\",\n    \"satiability\": \"izu ike\",\n    \"satiable\": \"Na-eriju afọ\",\n    \"satiableness\": \"Ahụjụjụ\",\n    \"satiably\": \"afọ ojuju\",\n    \"satiate\": \"kootu\",\n    \"satiated\": \"rijuo afọ\",\n    \"satiates\": \"afọ\",\n    \"satiating\": \"na-eju afọ\",\n    \"satient\": \"ojuju\",\n    \"satiety\": \"afọ ojuju\",\n    \"satieties\": \"nri\",\n    \"satined\": \"rijuru afọ\",\n    \"satinets\": \"satinet\",\n    \"satinfin\": \"satinfun\",\n    \"satinflower\": \"ifuru satin\",\n    \"sating\": \"na-ekwu\",\n    \"satining\": \"na-eri nri\",\n    \"satinpod\": \"satinwood\",\n    \"satinwoods\": \"satinwood\",\n    \"sation\": \"ebe\",\n    \"satyresque\": \"Okechukwu Uduak\",\n    \"satirical\": \"satirikal\",\n    \"satirically\": \"satirikiiki\",\n    \"satiricalness\": \"izu ike\",\n    \"satirisable\": \"nwere ike ịdị\",\n    \"satirisation\": \"ikuku\",\n    \"satirised\": \"satiri\",\n    \"satirises\": \"satirise\",\n    \"satirising\": \"na-agụgharị\",\n    \"satirists\": \"ndị satiriki\",\n    \"satirized\": \"satiri\",\n    \"satis\": \"afọ ojuju\",\n    \"satisdation\": \"afọ niile\",\n    \"satisdiction\": \"afọ ojuju\",\n    \"satisfaciendum\": \"afọ ojuju\",\n    \"satisfaction\": \"afọ ojuju\",\n    \"satisfactional\": \"afọ ojuju\",\n    \"satisfactionist\": \"afọ ojuju\",\n    \"satisfactionless\": \"enweghị afọ ojuju\",\n    \"satisfactions\": \"afọ ojuju\",\n    \"satisfactive\": \"na-eju afọ\",\n    \"satisfactory\": \"na-eju afọ\",\n    \"satisfactorily\": \"afọ ojuju\",\n    \"satisfactoriness\": \"afọ ojuju\",\n    \"satisfactorious\": \"afọ ojuju\",\n    \"satisfy\": \"juo afọ\",\n    \"satisfiability\": \"afọ ojuju\",\n    \"satisfiable\": \"afọ ojuju\",\n    \"satisfice\": \"afọ ojuju\",\n    \"satisfied\": \"afọ ojuju\",\n    \"satisfiedly\": \"afọ ojuju\",\n    \"satisfiedness\": \"afọ ojuju\",\n    \"satisfier\": \"afọ ojuju\",\n    \"satisfiers\": \"afọ ojuju\",\n    \"satisfies\": \"na-eju afọ\",\n    \"satisfying\": \"na-eju afọ\",\n    \"satisfyingly\": \"na-eju afọ\",\n    \"satisfyingness\": \"afọ ojuju\",\n    \"satispassion\": \"afọ ojuju\",\n    \"sative\": \"ogwugwu\",\n    \"satoris\": \"akpukpo\",\n    \"satrae\": \"satarae\",\n    \"satrapy\": \"ogwugwo\",\n    \"satraps\": \"ndị setrap\",\n    \"satron\": \"Satron\",\n    \"sattle\": \"anụ ọhịa\",\n    \"sattvic\": \"Uchechukwu\",\n    \"saturant\": \"nri\",\n    \"saturants\": \"satueta\",\n    \"saturated\": \"jupụta\",\n    \"saturatedness\": \"afọ ojuju\",\n    \"saturater\": \"jupụta\",\n    \"saturates\": \"jupụta\",\n    \"saturating\": \"izu-ike\",\n    \"saturations\": \"izu ike\",\n    \"saturator\": \"saturation\",\n    \"saturday\": \"satọde\",\n    \"saturdays\": \"satọde\",\n    \"saturity\": \"izu ike\",\n    \"saturnal\": \"Satọde\",\n    \"saturnalia\": \"Saturnalia\",\n    \"saturnic\": \"Saturnic\",\n    \"saturnine\": \"Saturnine\",\n    \"saturnity\": \"Saturn\",\n    \"sauce\": \"ihendori\",\n    \"sauceboat\": \"ụgbọ mmiri\",\n    \"saucebox\": \"igbe efere\",\n    \"sauceboxes\": \"igbe efere\",\n    \"sauced\": \"sauces\",\n    \"saucedish\": \"Osisi\",\n    \"sauceless\": \"enweghị ihendori\",\n    \"saucemaker\": \"osi ite\",\n    \"saucemaking\": \"Na-esi nri\",\n    \"sauceman\": \"ihendori\",\n    \"saucemen\": \"Okpokoro\",\n    \"saucepan\": \"ihendori\",\n    \"saucepans\": \"ihe oriri\",\n    \"sauceplate\": \"ihe oriri\",\n    \"saucepot\": \"ihe oriri\",\n    \"saucer\": \"ihendori\",\n    \"saucerful\": \"ihendori\",\n    \"saucerize\": \"saucesi\",\n    \"saucerless\": \"enweghị ihe oriri\",\n    \"saucerlike\": \"dị ka saucer\",\n    \"saucerman\": \"okooko osisi\",\n    \"saucers\": \"Okwa\",\n    \"sauch\": \"ihendori\",\n    \"saucier\": \"ihendori\",\n    \"sauciest\": \"osis\",\n    \"saucily\": \"sauicily\",\n    \"sauciness\": \"ihe oriri\",\n    \"sauf\": \"ofe\",\n    \"sauger\": \"ogha\",\n    \"saughen\": \"Onyeoma\",\n    \"saughs\": \"okirikiri\",\n    \"saught\": \"hụrụ\",\n    \"sauld\": \"kwaa\",\n    \"saumon\": \"saumọn\",\n    \"sauna\": \"sawụna\",\n    \"saunas\": \"sawụna\",\n    \"saunciest\": \"kacha\",\n    \"saunderswood\": \"mmmmmmmmmmmmm\",\n    \"sauntering\": \"ịkpa anụ\",\n    \"saunteringly\": \"na-eche\",\n    \"saura\": \"ọzọ\",\n    \"sauries\": \"sauses\",\n    \"sauropterygian\": \"akaigbo\",\n    \"saurornithic\": \"okpokoro\",\n    \"saururous\": \"sauruos\",\n    \"sausage\": \"sọseeji\",\n    \"sausages\": \"sausaji\",\n    \"saussuritization\": \"saussitization\",\n    \"sauted\": \"kwuru\",\n    \"sauteing\": \"Ogbako\",\n    \"sauternes\": \"Onyedikachi\",\n    \"sautes\": \"na-egbu mmụọ\",\n    \"sauty\": \"ọrụ\",\n    \"savableness\": \"dị\",\n    \"savage\": \"obi ojoo\",\n    \"savagely\": \"n'ụzọ obi ọjọọ\",\n    \"savageness\": \"izu ojoo\",\n    \"savager\": \"onye obi tara mmiri\",\n    \"savagery\": \"obi ojoo\",\n    \"savagerous\": \"obi tara mmiri\",\n    \"savagers\": \"ndị obi tara mmiri\",\n    \"savages\": \"ndị obi tara mmiri\",\n    \"savagess\": \"ndị obi tara mmiri\",\n    \"savagest\": \"ndị obi tara mmiri\",\n    \"savaging\": \"Obi tara mmiri\",\n    \"savagism\": \"obi ojoo\",\n    \"savagisms\": \"obi ojoo\",\n    \"savagize\": \"izu ike\",\n    \"savannas\": \"savanna\",\n    \"savates\": \"ndi mara ihe\",\n    \"savation\": \"ịzọpụta\",\n    \"save\": \"chekwaa\",\n    \"saveable\": \"echekwa\",\n    \"saveableness\": \"ịzọpụta\",\n    \"saved\": \"echekwara\",\n    \"savey\": \"zoputara\",\n    \"savelha\": \"Savelha\",\n    \"saveloy\": \"ichebe\",\n    \"saveloys\": \"echekwara\",\n    \"savement\": \"nnaputa\",\n    \"saver\": \"nchekwa\",\n    \"savers\": \"nchekwa\",\n    \"saves\": \"azọpụta\",\n    \"savile\": \"tara ihe\",\n    \"savines\": \"ndi nzu\",\n    \"saving\": \"ichekwa\",\n    \"savingly\": \"na echekwa\",\n    \"savingness\": \"izoputa\",\n    \"savings\": \"ego\",\n    \"savins\": \"ndi nne\",\n    \"savior\": \"onye nzoputa\",\n    \"saviorhood\": \"nzọpụta\",\n    \"saviors\": \"ndi nzoputa\",\n    \"saviorship\": \"nzọpụta\",\n    \"saviour\": \"onye nzoputa\",\n    \"saviours\": \"ndi nzoputa\",\n    \"savitar\": \"savita\",\n    \"savitri\": \"Okechukwu\",\n    \"savoyed\": \"zọpụtara\",\n    \"savor\": \"esi\",\n    \"savorers\": \"ndị savore\",\n    \"savories\": \"esi nri\",\n    \"savorily\": \"na-atọ ụtọ\",\n    \"savoriness\": \"isi uto\",\n    \"savoring\": \"na-esi isi\",\n    \"savoringly\": \"n'okwu\",\n    \"savorless\": \"na-enweghị isi\",\n    \"savorlessness\": \"enweghị ike\",\n    \"savorly\": \"na-atọ ụtọ\",\n    \"savorous\": \"dị nkọ\",\n    \"savour\": \"esi\",\n    \"savoured\": \"savored\",\n    \"savoury\": \"savory\",\n    \"savouries\": \"mmiri\",\n    \"savouriness\": \"izu ike\",\n    \"savouring\": \"na-esi isi\",\n    \"savourous\": \"mara ihe\",\n    \"savours\": \"savors\",\n    \"savvied\": \"debe\",\n    \"savvies\": \"savvy\",\n    \"savvying\": \"savviving\",\n    \"saw\": \"hụrụ\",\n    \"sawbelly\": \"hụrụ\",\n    \"sawbill\": \"osisi osisi\",\n    \"sawbills\": \"osisi osisi\",\n    \"sawbones\": \"ọkpụkpụ osisi\",\n    \"sawdustlike\": \"nkedo\",\n    \"sawer\": \"sawawa\",\n    \"sawers\": \"ndi nkedo\",\n    \"sawfish\": \"azu azu\",\n    \"sawfishes\": \"azu azu\",\n    \"sawflies\": \"nkedo\",\n    \"sawyer\": \"onye na-ahu nku\",\n    \"sawyers\": \"ndị na-ahụ ụzọ\",\n    \"sawing\": \"ikwo\",\n    \"sawings\": \"ịwa nkume\",\n    \"sawlike\": \"hụrụ\",\n    \"sawmaker\": \"onye na-awa osisi\",\n    \"sawmaking\": \"ịwa osisi\",\n    \"sawman\": \"onye nkedo\",\n    \"sawmill\": \"osisi\",\n    \"sawmiller\": \"onye na-egbu osisi\",\n    \"sawmilling\": \"ịwa osisi\",\n    \"sawmills\": \"osisi osisi\",\n    \"sawneys\": \"ịwa nkume\",\n    \"saws\": \"nkwọ\",\n    \"sawsmith\": \"sausazi\",\n    \"sawteeth\": \"ịwa mmiri\",\n    \"sawworker\": \"onye na-awa osisi\",\n    \"saxe\": \"saxee\",\n    \"saxophonists\": \"saxophonist\",\n    \"saxten\": \"Ijeoma\",\n    \"saxtubas\": \"ndubuisi\",\n    \"sbaikian\": \"Asụsụ\",\n    \"sblood\": \"ọbara\",\n    \"sbodikins\": \"Akpụ\",\n    \"scab\": \"skaab\",\n    \"scabbarded\": \"gbuchapu\",\n    \"scabbarding\": \"ịkpụchapu\",\n    \"scabbardless\": \"enweghị atụ\",\n    \"scabbards\": \"akpụkpa\",\n    \"scabbed\": \"akpịrị\",\n    \"scabbedness\": \"Ọkpụkpụ\",\n    \"scabbery\": \"ọphu ẹphe\",\n    \"scabbing\": \"ịkụcha\",\n    \"scabble\": \"osisa\",\n    \"scabbled\": \"gbue\",\n    \"scabbles\": \"Okpukpo\",\n    \"scabbling\": \"ịgbanwu\",\n    \"scaberulous\": \"ọjo\",\n    \"scabicidal\": \"egbu egbu\",\n    \"scabicide\": \"igbu egbu\",\n    \"scabies\": \"akpịrị\",\n    \"scabious\": \"agbada\",\n    \"scabiouses\": \"Onyebuchi\",\n    \"scabish\": \"nzuzu\",\n    \"scabrate\": \"gbaba\",\n    \"scabridity\": \"nkwarụ\",\n    \"scabrin\": \"nchapu\",\n    \"scabrities\": \"nsogbu\",\n    \"scabriusculous\": \"scabrius ọrụ ebube\",\n    \"scabrous\": \"scabbasara\",\n    \"scabrously\": \"scababil\",\n    \"scabrousness\": \"ọphu\",\n    \"scabs\": \"akpịrị\",\n    \"scabwort\": \"ogba aghara\",\n    \"scaean\": \"scaesan\",\n    \"scaffer\": \"Amala\",\n    \"scaffery\": \"Ihe eji eme ihe\",\n    \"scaffle\": \"scaffold\",\n    \"scaffoldage\": \"scaffolded\",\n    \"scag\": \"nchapu\",\n    \"scala\": \"akpịrịkpa\",\n    \"scalades\": \"akpịrịkpa\",\n    \"scalages\": \"Akpịrịkpa\",\n    \"scalares\": \"scalare\",\n    \"scalars\": \"scalar\",\n    \"scald\": \"skald\",\n    \"scaldberry\": \"skaldberry\",\n    \"scalded\": \"gbaa\",\n    \"scalding\": \"gbaa ọkụ\",\n    \"scalds\": \"ọkụ\",\n    \"scale\": \"n'ọtụtụ\",\n    \"scaleback\": \"ọnụ ọgụgụ\",\n    \"scalebark\": \"Ihe nyocha\",\n    \"scaleboard\": \"ihe nlele\",\n    \"scaled\": \"akpịrịkpa\",\n    \"scaledrake\": \"akpịrịkpa\",\n    \"scalefish\": \"azụ azụ\",\n    \"scaleful\": \"buru ibu\",\n    \"scaleless\": \"enweghị atụ\",\n    \"scalelet\": \"ọnụ ọgụgụ\",\n    \"scalelike\": \"dị ka ọ dị\",\n    \"scaleman\": \"Ozo\",\n    \"scalena\": \"ọnụ ọgụgụ\",\n    \"scalene\": \"N'ihe\",\n    \"scaleni\": \"n'ọtụtụ\",\n    \"scalenohedra\": \"ọzịza\",\n    \"scalenohedral\": \"ọzịza\",\n    \"scalenohedron\": \"Ugboro abụọ\",\n    \"scalenohedrons\": \"Ugboro abụọ\",\n    \"scalenous\": \"akpịrịkpa\",\n    \"scalenus\": \"akpịrịkpa\",\n    \"scalepan\": \"Ohere\",\n    \"scalepans\": \"mbadamba\",\n    \"scaleproof\": \"ihe na-enweghị atụ\",\n    \"scales\": \"akpịrịkpa\",\n    \"scalesman\": \"Ihe nlele\",\n    \"scalesmen\": \"Ihe nlele\",\n    \"scalesmith\": \"Ihe akpịrịkpa\",\n    \"scalet\": \"uhie uhie\",\n    \"scaletail\": \"Afọ\",\n    \"scalewing\": \"Nyocha\",\n    \"scalewise\": \"n'ọtụtụ\",\n    \"scalework\": \"ihe nlele\",\n    \"scalewort\": \"ihe ndozi\",\n    \"scalf\": \"ahịa ala isi\",\n    \"scalfe\": \"ahịa ala isi\",\n    \"scaly\": \"okpokoro\",\n    \"scaliness\": \"ọka\",\n    \"scaling\": \"ịbawanye\",\n    \"scalings\": \"iwukwa\",\n    \"scallawaggery\": \"scallawagwa ịwa ahụ\",\n    \"scallawaggy\": \"scalawag\",\n    \"scalled\": \"kagburu\",\n    \"scallola\": \"scallops\",\n    \"scallom\": \"skalọp\",\n    \"scallop\": \"skalọp\",\n    \"scalls\": \"mkpu\",\n    \"scalops\": \"akpịrịkpa\",\n    \"scalp\": \"ahịa ala isi\",\n    \"scalpel\": \"akpụkpọ ahụ\",\n    \"scalpellar\": \"akpụkpa ahụ\",\n    \"scalpellum\": \"akpụkpọ ụkwụ\",\n    \"scalpels\": \"akpụkpọ anụ\",\n    \"scalper\": \"skal\",\n    \"scalping\": \"gbue\",\n    \"scalpless\": \"scalss\",\n    \"scalpriform\": \"akpụkpọ ụkwụ\",\n    \"scalprum\": \"akpụkpọ anụ\",\n    \"scalps\": \"akpịrịkpa\",\n    \"scalpture\": \"ọkpụkpụ\",\n    \"scalt\": \"okpokoro\",\n    \"scalx\": \"ahịa ala isi\",\n    \"scam\": \"ojoro\",\n    \"scamander\": \"ojoro\",\n    \"scambled\": \"gbarụọ\",\n    \"scambler\": \"scrambler\",\n    \"scambling\": \"na-agbagharị\",\n    \"scamell\": \"ojoro\",\n    \"scammony\": \"ojoro\",\n    \"scampered\": \"gbasasịa\",\n    \"scampering\": \"scamper\",\n    \"scampers\": \"ndị scampers\",\n    \"scampies\": \"Ihe ndozi\",\n    \"scamping\": \"zọọ\",\n    \"scampingly\": \"n'egwuregwu\",\n    \"scampishly\": \"n'egwuregwu\",\n    \"scampishness\": \"izu ezu\",\n    \"scampsman\": \"onye scampsman\",\n    \"scams\": \"wayo\",\n    \"scan\": \"i scanomi\",\n    \"scandal\": \"asịrị\",\n    \"scandaling\": \"asịrị\",\n    \"scandalisation\": \"asịrị\",\n    \"scandalise\": \"asịrị\",\n    \"scandalised\": \"ihere\",\n    \"scandaliser\": \"ihe ojoo\",\n    \"scandalising\": \"na-agbasasị\",\n    \"scandalization\": \"ihe ojoo\",\n    \"scandalize\": \"na-emejọ\",\n    \"scandalized\": \"ihere\",\n    \"scandalizer\": \"sikandali\",\n    \"scandalizers\": \"ndị na-eme ihe ojo\",\n    \"scandalizes\": \"na-eme ihere\",\n    \"scandalizing\": \"na-enwe ihere\",\n    \"scandalled\": \"ihere\",\n    \"scandalling\": \"na-eme ihere\",\n    \"scandalmongery\": \"ihe omumu\",\n    \"scandalmongering\": \"ihe ojoo\",\n    \"scandalmonging\": \"ihe ojoo\",\n    \"scandalous\": \"ihere\",\n    \"scandalously\": \"n'atụ ụjọ\",\n    \"scandalousness\": \"ụjọ\",\n    \"scandalproof\": \"na-enweghị isi\",\n    \"scandals\": \"asịrị\",\n    \"scandent\": \"ihe ojoo\",\n    \"scandian\": \"nyocha\",\n    \"scandias\": \"nyocha\",\n    \"scandic\": \"ihere\",\n    \"scandium\": \"nyocha\",\n    \"scandiums\": \"nyocha\",\n    \"scandix\": \"nyocha\",\n    \"scania\": \"nyocha\",\n    \"scanian\": \"nyocha\",\n    \"scanic\": \"nyocha\",\n    \"scanmag\": \"i magomi mag\",\n    \"scanned\": \"nyochara\",\n    \"scanner\": \"nyocha\",\n    \"scanners\": \"nyocha\",\n    \"scanning\": \"ịgụ isiokwu\",\n    \"scanningly\": \"ịgụ isiokwu\",\n    \"scannings\": \"ịgụ isiokwu\",\n    \"scans\": \"nyocha\",\n    \"scansion\": \"okpokoro\",\n    \"scansionist\": \"ndepụta nchịkọta\",\n    \"scansions\": \"nyocha\",\n    \"scansores\": \"nyocha\",\n    \"scansory\": \"nyocha\",\n    \"scansorial\": \"nyocha\",\n    \"scansorious\": \"ọmarịcha\",\n    \"scanstor\": \"nyocha\",\n    \"scant\": \"dị ntakịrị\",\n    \"scanter\": \"nyocha\",\n    \"scantest\": \"pere mpe\",\n    \"scanty\": \"pere mpe\",\n    \"scantier\": \"nyocha\",\n    \"scanties\": \"nyocha\",\n    \"scantiest\": \"nyocha\",\n    \"scantiness\": \"obere\",\n    \"scanting\": \"na-atụ egwu\",\n    \"scantity\": \"njuputa\",\n    \"scantlet\": \"skantlet\",\n    \"scantly\": \"na-atụ egwu\",\n    \"scantling\": \"agbasa\",\n    \"scantlinged\": \"agbasa\",\n    \"scantness\": \"ụkọ\",\n    \"scaped\": \"achoro\",\n    \"scapegallows\": \"osisi scape\",\n    \"scapegoater\": \"scapegoat\",\n    \"scapel\": \"akpịrịkpa\",\n    \"scapeless\": \"enweghị atụ\",\n    \"scapement\": \"ikpochapu\",\n    \"scapes\": \"scape\",\n    \"scapethrift\": \"Iheanacho\",\n    \"scapha\": \"akpịrịkpa\",\n    \"scaphion\": \"akpịrị\",\n    \"scaphiopus\": \"akpịrị\",\n    \"scapiform\": \"ọphu\",\n    \"scaping\": \"na-enyocha\",\n    \"scapose\": \"scapos\",\n    \"scapula\": \"akpịrịkpa\",\n    \"scapulae\": \"akpịrịkpa\",\n    \"scapulary\": \"scapular\",\n    \"scapularies\": \"scapulars\",\n    \"scapulas\": \"scapular\",\n    \"scapulectomy\": \"Spopulectomy\",\n    \"scapulet\": \"akpapu\",\n    \"scapulimancy\": \"Iheanacho\",\n    \"scapulospinal\": \"Akpịrịkpa\",\n    \"scapus\": \"akpịrị\",\n    \"scar\": \"ọnya\",\n    \"scarborough\": \"acha uhie uhie\",\n    \"scarce\": \"ụkọ\",\n    \"scarcely\": \"o siri ike\",\n    \"scarcelins\": \"ụcha\",\n    \"scarcement\": \"ụcha\",\n    \"scarcen\": \"ịchafụ\",\n    \"scarceness\": \"ụkọ\",\n    \"scarcer\": \"ụkọ\",\n    \"scarcest\": \"ụkọ\",\n    \"scarcy\": \"egwu\",\n    \"scarcity\": \"ụkọ\",\n    \"scarcities\": \"ụkọ\",\n    \"scare\": \"mmenyenjo\",\n    \"scarebabe\": \"mmenyenjo\",\n    \"scarecrowy\": \"scarecrow\",\n    \"scarecrowish\": \"scarecrow ish\",\n    \"scarecrows\": \"Egwu\",\n    \"scared\": \"ụjọ\",\n    \"scareful\": \"menyeujo\",\n    \"scaremongering\": \"egwu\",\n    \"scareproof\": \"na-atụ ụjọ\",\n    \"scarer\": \"ụjọ\",\n    \"scarers\": \"ndị na-atụ ụjọ\",\n    \"scares\": \"egwu\",\n    \"scaresome\": \"egwu\",\n    \"scarf\": \"ịchafụ\",\n    \"scarfe\": \"ịchafụ\",\n    \"scarfed\": \"ịchafụ\",\n    \"scarfy\": \"ịchafụ\",\n    \"scarfing\": \"ịchafụ\",\n    \"scarfless\": \"ịchafụ\",\n    \"scarflike\": \"ịchafụ\",\n    \"scarfpin\": \"ịchafụ\",\n    \"scarfpins\": \"ịchafụ\",\n    \"scarfs\": \"ịchafụ\",\n    \"scarfskin\": \"ịchafụ\",\n    \"scarfwise\": \"n'ụzọ na-enweghị atụ\",\n    \"scary\": \"egwu\",\n    \"scarier\": \"egwu\",\n    \"scariest\": \"egwu\",\n    \"scarify\": \"asa\",\n    \"scarification\": \"ụcha\",\n    \"scarificator\": \"acha uhie uhie\",\n    \"scarified\": \"ụcha\",\n    \"scarifier\": \"ịchafụ\",\n    \"scarifies\": \"na-achapu\",\n    \"scarifying\": \"ifyingcha\",\n    \"scarily\": \"n'atụ ụjọ\",\n    \"scariness\": \"ụjọ\",\n    \"scaring\": \"egwu\",\n    \"scaringly\": \"n'ụzọ ụjọ\",\n    \"scariole\": \"acha uhie uhie\",\n    \"scariose\": \"acha uhie uhie\",\n    \"scarious\": \"dị egwu\",\n    \"scarlatinal\": \"na-acha uhie uhie\",\n    \"scarlatiniform\": \"acha uhie uhieiform\",\n    \"scarlatinoid\": \"ịchafụ\",\n    \"scarlatinous\": \"acha uhie uhie\",\n    \"scarless\": \"enweghị atụ\",\n    \"scarlet\": \"uhie uhie\",\n    \"scarletberry\": \"acha uhie uhie beri\",\n    \"scarlety\": \"uhie uhie\",\n    \"scarletina\": \"scarlatina\",\n    \"scarlets\": \"acha uhie uhie\",\n    \"scarletseed\": \"acha uhie uhie\",\n    \"scarman\": \"acha uhie uhie\",\n    \"scarp\": \"ịchafụ\",\n    \"scarpa\": \"ịchafụ\",\n    \"scarpe\": \"acha uhie uhie\",\n    \"scarped\": \"achapuchaala\",\n    \"scarper\": \"acha uhie uhie\",\n    \"scarpered\": \"acha uhie uhie\",\n    \"scarpering\": \"ịchacha\",\n    \"scarpers\": \"ịchafụ\",\n    \"scarpetti\": \"ịchafụ\",\n    \"scarph\": \"ịchafụ\",\n    \"scarphed\": \"ịchafụ\",\n    \"scarphing\": \"ịchafụ\",\n    \"scarphs\": \"ịchafụ\",\n    \"scarpines\": \"ịchafụ\",\n    \"scarping\": \"ịchacha\",\n    \"scarplet\": \"acha uhie uhie\",\n    \"scarpment\": \"ịchafụ\",\n    \"scarproof\": \"acha uhie uhie\",\n    \"scarps\": \"ihe mkpuchi\",\n    \"scarred\": \"acha\",\n    \"scarrer\": \"ụkọ\",\n    \"scarry\": \"egwu\",\n    \"scarrier\": \"egwu\",\n    \"scarriest\": \"egwu\",\n    \"scarring\": \"ịchafụ\",\n    \"scarrow\": \"acha uhie uhie\",\n    \"scarted\": \"gbasasịa\",\n    \"scarting\": \"na-agbaghara\",\n    \"scarts\": \"ịchafụ\",\n    \"scarus\": \"ịchafụ\",\n    \"scarved\": \"acha uhie uhie\",\n    \"scarves\": \"ịchafụ\",\n    \"scase\": \"nkari\",\n    \"scat\": \"gbasasịa\",\n    \"scatback\": \"mgbasa\",\n    \"scatbacks\": \"mgbasa\",\n    \"scatch\": \"kpochapu\",\n    \"scathe\": \"gbasasịa\",\n    \"scathed\": \"gbasasịa\",\n    \"scatheful\": \"gbasasịa\",\n    \"scatheless\": \"n'agbanyeghị\",\n    \"scathelessly\": \"agbanyeghị\",\n    \"scathes\": \"gbasasịa\",\n    \"scathful\": \"scatful\",\n    \"scathy\": \"gbasaa\",\n    \"scathing\": \"na-agbasasị\",\n    \"scathingly\": \"gbasasịa\",\n    \"scatland\": \"gbasasịa\",\n    \"scatologist\": \"ọkà mmụta sayensị\",\n    \"scatoma\": \"agbasasị\",\n    \"scatomancy\": \"gbasasịa\",\n    \"scatomas\": \"nkesa\",\n    \"scatomata\": \"agbasata\",\n    \"scatoscopy\": \"mgbasa ozi\",\n    \"scatt\": \"gbasasịa\",\n    \"scatted\": \"gbasasịa\",\n    \"scatter\": \"achụsasị\",\n    \"scatterable\": \"achụsasị\",\n    \"scatteration\": \"mgbasa\",\n    \"scatteraway\": \"kposa\",\n    \"scatterbrain\": \"achụsasị\",\n    \"scatterbrained\": \"gbasasịa\",\n    \"scatterbrains\": \"na-agbasasị\",\n    \"scattered\": \"gbasasịa\",\n    \"scatteredly\": \"gbasasịa\",\n    \"scatteredness\": \"mgbasa\",\n    \"scatterer\": \"Gbasasịa\",\n    \"scatterers\": \"chụsasịa\",\n    \"scattergood\": \"gbasasịa\",\n    \"scattergram\": \"mgbasa ozi\",\n    \"scattergraph\": \"mgbasa ozi\",\n    \"scattergun\": \"agbasasị\",\n    \"scattery\": \"mgbasa\",\n    \"scattering\": \"achụsasị\",\n    \"scatteringly\": \"gbasasịa\",\n    \"scatterings\": \"achụsasị\",\n    \"scatterling\": \"achụsasị\",\n    \"scatterment\": \"achụsasị\",\n    \"scattermouch\": \"gbasasịa\",\n    \"scatterplot\": \"gbasasịa\",\n    \"scatterplots\": \"gbasasịa\",\n    \"scatters\": \"achụsasị\",\n    \"scattershot\": \"mgbasa ozi\",\n    \"scattersite\": \"gbasasịa\",\n    \"scatty\": \"gbasasịa\",\n    \"scatting\": \"na-agbasasị\",\n    \"scatts\": \"gbasasịa\",\n    \"scatula\": \"mgbasa\",\n    \"scaturient\": \"gbasasịa\",\n    \"scaul\": \"akpịrịkpa\",\n    \"scavage\": \"ịchafụ\",\n    \"scavager\": \"osikapa\",\n    \"scavel\": \"akpịrịkpa\",\n    \"scavenage\": \"ịchafụ\",\n    \"scavenge\": \"ịchafụ\",\n    \"scavenged\": \"gbanwere\",\n    \"scavenger\": \"osikapa\",\n    \"scavengers\": \"ndị na-eme mkpọtụ\",\n    \"scavenges\": \"ihe ndozi\",\n    \"scavenging\": \"scaveving\",\n    \"scclera\": \"ọgbụgbọ\",\n    \"scelalgia\": \"nkwonkwo\",\n    \"scelerat\": \"Udochukwu\",\n    \"scelerate\": \"mee ngwangwa\",\n    \"scelp\": \"ihicha\",\n    \"scenary\": \"sinary\",\n    \"scenario\": \"ndapụta\",\n    \"scenarioist\": \"ihe omuma\",\n    \"scenarioization\": \"ihe omuma\",\n    \"scenarioize\": \"dịruru ná njọ\",\n    \"scenarios\": \"ndapụta\",\n    \"scenarist\": \"ọkà mmụta\",\n    \"scenarists\": \"ndị na-eme nchọpụta\",\n    \"scenarization\": \"ndapụta\",\n    \"scenarize\": \"see okwu\",\n    \"scenarizing\": \"Ebe ọ dị\",\n    \"scenas\": \"Ihe ngosi\",\n    \"scend\": \"ikwo\",\n    \"scended\": \"kpara\",\n    \"scending\": \"na-aputa ihe\",\n    \"scends\": \"Na-ekwu\",\n    \"scene\": \"ebe\",\n    \"scenecraft\": \"ihe nkiri\",\n    \"sceneful\": \"dị egwu\",\n    \"scenery\": \"ebe obibi\",\n    \"sceneries\": \"ebe obibi\",\n    \"scenes\": \"Mpaghara\",\n    \"sceneshifter\": \"ihe nlere\",\n    \"scenewright\": \"ihe nkiri\",\n    \"scenic\": \"sinik\",\n    \"scenical\": \"sinik\",\n    \"scenically\": \"nke oma\",\n    \"scenist\": \"onye nlegharị anya\",\n    \"scenite\": \"mara mma\",\n    \"scenography\": \"nyocha\",\n    \"scenographic\": \"nyocha\",\n    \"scenographical\": \"nyocha\",\n    \"scenographically\": \"sonographically\",\n    \"scent\": \"senti\",\n    \"scented\": \"isi\",\n    \"scenter\": \"esi ísì ụtọ\",\n    \"scentful\": \"isi\",\n    \"scenting\": \"isi\",\n    \"scentless\": \"enweghi isi\",\n    \"scentlessness\": \"enweghị isi\",\n    \"scentproof\": \"esi ísì ụtọ\",\n    \"scents\": \"isi\",\n    \"scepsis\": \"sepsis\",\n    \"scepter\": \"mkpanaka\",\n    \"scepterdom\": \"mkpanaka eze\",\n    \"sceptered\": \"tinye aka\",\n    \"sceptering\": \"mkpanaka\",\n    \"scepterless\": \"mkpanaka\",\n    \"scepters\": \"mkpanaka\",\n    \"sceptic\": \"obi abụọ\",\n    \"sceptical\": \"obi abụọ\",\n    \"sceptically\": \"n'uche\",\n    \"scepticism\": \"inwe obi abụọ\",\n    \"scepticize\": \"tinye aka\",\n    \"scepticized\": \"Enwere ike\",\n    \"scepticizing\": \"na-anabata ihe\",\n    \"sceptics\": \"ndị na-arụ ụka\",\n    \"sceptre\": \"mkpanaka\",\n    \"sceptred\": \"tinye\",\n    \"sceptreless\": \"enweghi uche\",\n    \"sceptres\": \"mkpara\",\n    \"sceptropherous\": \"akuko\",\n    \"sceptrosophy\": \"akuku\",\n    \"scerne\": \"Okpokoro\",\n    \"sceuophorion\": \"nkwekọrita\",\n    \"scewing\": \"mwepụ\",\n    \"schanse\": \"nyocha\",\n    \"schappe\": \"ikpochapu\",\n    \"schapped\": \"kpochapụrụ\",\n    \"schapping\": \"ihicha\",\n    \"schapska\": \"scakska\",\n    \"schatchen\": \"scchachen\",\n    \"schav\": \"isi\",\n    \"schavs\": \"chav\",\n    \"scheat\": \"nkata\",\n    \"schediasm\": \"nkata\",\n    \"schediastic\": \"usoro\",\n    \"schedius\": \"nkata\",\n    \"schedulable\": \"ịtọọ oge\",\n    \"schedular\": \"onye nhazi\",\n    \"schedulate\": \"ịhazi oge\",\n    \"schedule\": \"oge\",\n    \"scheduled\": \"ndokwa\",\n    \"scheduler\": \"onye nhazi\",\n    \"schedulers\": \"ndị nhazi\",\n    \"schedules\": \"ndokwa\",\n    \"scheduling\": \"usoro ihe omume\",\n    \"scheelite\": \"nzube\",\n    \"scheffel\": \"nzube\",\n    \"schefferite\": \"nkata\",\n    \"schelly\": \"obula\",\n    \"schelling\": \"na-akpa nkata\",\n    \"schellingian\": \"nkweekwe\",\n    \"schellingianism\": \"Ogbodo\",\n    \"schellingism\": \"izuzu\",\n    \"schelm\": \"nzube\",\n    \"schema\": \"atụmatụ\",\n    \"schemas\": \"atụmatụ\",\n    \"schemata\": \"nkata\",\n    \"schematic\": \"nkata\",\n    \"schematical\": \"nkata\",\n    \"schematically\": \"n'usoro\",\n    \"schematics\": \"atụmatụ\",\n    \"schematisation\": \"atụmatụ\",\n    \"schematise\": \"atụmatụ\",\n    \"schematised\": \"kpara nkata\",\n    \"schematiser\": \"onye nkata\",\n    \"schematising\": \"na-eme atụmatụ\",\n    \"schematism\": \"atụmatụ\",\n    \"schematist\": \"onye nkata\",\n    \"schematization\": \"atụmatụ\",\n    \"schematize\": \"kpụzie\",\n    \"schematized\": \"kpara nkata\",\n    \"schematizer\": \"onye nkata\",\n    \"schematograph\": \"nkata\",\n    \"schematologetically\": \"n'usoro\",\n    \"schematomancy\": \"nkata\",\n    \"schematonics\": \"nkata\",\n    \"scheme\": \"atụmatụ\",\n    \"schemed\": \"kpara nkata\",\n    \"schemeful\": \"kpara nkata\",\n    \"schemeless\": \"enweghị atụmatụ\",\n    \"schemer\": \"onye nkata\",\n    \"schemery\": \"nkata\",\n    \"schemers\": \"ndị nkata\",\n    \"schemes\": \"atụmatụ\",\n    \"schemy\": \"nkata\",\n    \"scheming\": \"na-akpa nkata\",\n    \"schemingly\": \"na-akpa nkata\",\n    \"schemist\": \"kemist\",\n    \"schemozzle\": \"shemozzle\",\n    \"schene\": \"atụmatụ\",\n    \"schepel\": \"nkata\",\n    \"schepen\": \"kpara\",\n    \"scherm\": \"ọkọlọtọ\",\n    \"scheuchzeriaceous\": \"Nkechi\",\n    \"schillerization\": \"nyocha\",\n    \"schillerized\": \"gbasasịa\",\n    \"schillerizing\": \"ịma jijiji\",\n    \"schillers\": \"ndị isi\",\n    \"schillings\": \"mkpọchi\",\n    \"schindylesis\": \"Nwachukwu\",\n    \"schindyletic\": \"chukwuemeka\",\n    \"schism\": \"ndudue\",\n    \"schismatics\": \"schismatik\",\n    \"schismatized\": \"nkesa\",\n    \"schismatizing\": \"ịgbanwee\",\n    \"schismic\": \"nkwekọ\",\n    \"schismless\": \"enweghị\",\n    \"schisms\": \"nkesa\",\n    \"schistaceous\": \"Chidinma\",\n    \"schizoids\": \"schizoid\",\n    \"schlemiel\": \"Onyinyechi\",\n    \"schlepped\": \"nwechaa\",\n    \"schlieric\": \"okpokoro\",\n    \"schlock\": \"mkpọchi\",\n    \"schloop\": \"Onwuka\",\n    \"schmalkaldic\": \"Onyinyechi\",\n    \"schmaltzes\": \"Anyanwu\",\n    \"schmaltzy\": \"mmmmmmmmmmmmm\",\n    \"schmaltziest\": \"Uchenna Onyekwere\",\n    \"schmalz\": \"Uchechi\",\n    \"schmalzes\": \"Onyinyechi\",\n    \"schmalzy\": \"Onwuchekwa\",\n    \"schmalziest\": \"Uchenna Onyekwere\",\n    \"schmear\": \"mbido\",\n    \"schmeered\": \"Udodi\",\n    \"schmeering\": \"mbido\",\n    \"schmeiss\": \"Uchenna\",\n    \"schmelz\": \"Uchenna\",\n    \"schmelzes\": \"schmelze\",\n    \"schmitz\": \"Uchenna\",\n    \"schmoose\": \"schmooze\",\n    \"schmoosed\": \"schmooze\",\n    \"schmoosing\": \"okpokoro\",\n    \"schmoozing\": \"okpokoro\",\n    \"schneiderian\": \"Nkiruka\",\n    \"schnitz\": \"Onyinyechi\",\n    \"schnorchel\": \"Onyinyechi\",\n    \"schnorkle\": \"schnorkel\",\n    \"schnoz\": \"Uchenna\",\n    \"schochat\": \"skuchet\",\n    \"schoche\": \"skuchet\",\n    \"schochet\": \"skuchet\",\n    \"schoenobatic\": \"skenobatic\",\n    \"scholaptitude\": \"agụmakwụkwọ\",\n    \"scholar\": \"ọkà mmụta\",\n    \"scholarch\": \"ọkà mmụta\",\n    \"scholardom\": \"ọkà mmụta\",\n    \"scholarian\": \"onye nkuzi\",\n    \"scholarism\": \"agụmakwụkwọ\",\n    \"scholarity\": \"mmụta\",\n    \"scholarless\": \"amaghi akwukwo\",\n    \"scholarly\": \"onye guru akwukwo\",\n    \"scholarlike\": \"dị ka ọkà mmụta\",\n    \"scholarliness\": \"mmuta\",\n    \"scholars\": \"ndị ọkà mmụta\",\n    \"scholarship\": \"agụmakwụkwọ\",\n    \"scholarships\": \"agụmakwụkwọ\",\n    \"scholasm\": \"sklasm\",\n    \"scholastic\": \"mmụta\",\n    \"scholastical\": \"mmụta\",\n    \"scholastically\": \"agụmakwụkwọ\",\n    \"scholasticate\": \"mụọ akwụkwọ\",\n    \"scholasticism\": \"mmụta\",\n    \"scholasticly\": \"mụọ\",\n    \"scholastics\": \"ụmụ akwụkwọ\",\n    \"scholasticus\": \"ọkà mmụta\",\n    \"scholiast\": \"nwa akwukwo\",\n    \"scholiastic\": \"mmụta\",\n    \"scholion\": \"nwa akwukwo\",\n    \"schone\": \"ekwenti\",\n    \"schoodic\": \"skoodi\",\n    \"school\": \"ụlọ akwụkwọ\",\n    \"schoolable\": \"sụọ akwụkwọ\",\n    \"schoolage\": \"afọ agụmakwụkwọ\",\n    \"schoolbag\": \"akpa akwụkwọ\",\n    \"schoolboy\": \"nwata akwukwo\",\n    \"schoolboydom\": \"nwa akwụkwọ dom\",\n    \"schoolboyhood\": \"nwata akwukwo\",\n    \"schoolboyish\": \"nwata akwukwo\",\n    \"schoolboyishly\": \"ụlọ akwụkwọ\",\n    \"schoolboyishness\": \"nwata akwukwo\",\n    \"schoolboyism\": \"nwa akwukwo\",\n    \"schoolboys\": \"ụmụ akwụkwọ\",\n    \"schoolbook\": \"akwụkwọ akwụkwọ\",\n    \"schoolbookish\": \"akwụkwọ akwụkwọ\",\n    \"schoolbooks\": \"akwụkwọ akwụkwọ\",\n    \"schoolbutter\": \"ụlọ akwụkwọ\",\n    \"schoolchild\": \"ụmụ akwụkwọ\",\n    \"schoolchildren\": \"ụmụ akwụkwọ\",\n    \"schoolcraft\": \"akwụkwọ ụlọ akwụkwọ\",\n    \"schooled\": \"gụrụ akwụkwọ\",\n    \"schooler\": \"nwata akwukwo\",\n    \"schoolery\": \"akwụkwọ\",\n    \"schoolers\": \"ụmụ akwụkwọ\",\n    \"schoolfellow\": \"ụlọ akwụkwọ\",\n    \"schoolfellows\": \"ụmụ akwụkwọ\",\n    \"schoolfellowship\": \"ụlọ akwụkwọ\",\n    \"schoolful\": \"akwukwo\",\n    \"schoolgirl\": \"nwata akwụkwọ\",\n    \"schoolgirlhood\": \"nwata akwụkwọ\",\n    \"schoolgirly\": \"nwata akwụkwọ\",\n    \"schoolgirlish\": \"ụlọ akwụkwọ\",\n    \"schoolgirlishly\": \"ụlọ akwụkwọ\",\n    \"schoolgirlishness\": \"nwata akwukwo\",\n    \"schoolgirlism\": \"akwụkwọ ụlọ akwụkwọ\",\n    \"schoolgirls\": \"ụmụ akwụkwọ ụlọ akwụkwọ\",\n    \"schoolgoing\": \"na-aga akwụkwọ\",\n    \"schoolhouse\": \"ụlọ akwụkwọ\",\n    \"schoolhouses\": \"ụlọ akwụkwọ\",\n    \"schoolyard\": \"ogige ụlọ akwụkwọ\",\n    \"schoolyards\": \"ụlọ akwụkwọ\",\n    \"schoolie\": \"ụlọ akwụkwọ\",\n    \"schooling\": \"akwụkwọ\",\n    \"schoolingly\": \"akwụkwọ\",\n    \"schoolish\": \"akwukwo\",\n    \"schoolkeeper\": \"onye nkuzi\",\n    \"schoolkeeping\": \"nlekọta ụlọ akwụkwọ\",\n    \"schoolless\": \"enweghị akwụkwọ\",\n    \"schoollike\": \"dị ka ụlọ akwụkwọ\",\n    \"schoolma\": \"akwụkwọ\",\n    \"schoolmaam\": \"umunwanyi\",\n    \"schoolmaid\": \"nwa odibo\",\n    \"schoolman\": \"nwa akwukwo\",\n    \"schoolmaster\": \"onye nkụzi\",\n    \"schoolmasterhood\": \"ụlọ akwụkwọ\",\n    \"schoolmastery\": \"ụlọ akwụkwọ\",\n    \"schoolmastering\": \"ụlọ akwụkwọ\",\n    \"schoolmasterish\": \"ụlọ akwụkwọ\",\n    \"schoolmasterishly\": \"ụlọ akwụkwọ\",\n    \"schoolmasterishness\": \"nkụzi ụlọ akwụkwọ\",\n    \"schoolmasterism\": \"nkụzi ụlọ akwụkwọ\",\n    \"schoolmasterly\": \"ụlọ akwụkwọ\",\n    \"schoolmasterlike\": \"dị ka onye nkụzi\",\n    \"schoolmasters\": \"ụlọ akwụkwọ\",\n    \"schoolmastership\": \"akwukwo\",\n    \"schoolmate\": \"nwa akwukwo ibe\",\n    \"schoolmates\": \"ụmụ akwụkwọ ibe\",\n    \"schoolmen\": \"ụmụ akwụkwọ ibe\",\n    \"schoolmiss\": \"ụlọ akwụkwọ\",\n    \"schoolmistress\": \"Nwa nwanyi\",\n    \"schoolmistresses\": \"umunwanyi\",\n    \"schoolmistressy\": \"ụlọ akwụkwọ\",\n    \"schoolroom\": \"ụlọ akwụkwọ\",\n    \"schoolrooms\": \"ụlọ akwụkwọ\",\n    \"schools\": \"ụlọ akwụkwọ\",\n    \"schoolteacher\": \"onye nkuzi\",\n    \"schoolteachery\": \"ụlọ akwụkwọ\",\n    \"schoolteacherish\": \"onye nkuzi\",\n    \"schoolteacherly\": \"onye nkuzi\",\n    \"schoolteachers\": \"ndị nkụzi ụlọ akwụkwọ\",\n    \"schoolteaching\": \"ụlọ akwụkwọ\",\n    \"schooltide\": \"akwukwo\",\n    \"schooltime\": \"oge ụlọ akwụkwọ\",\n    \"schoolward\": \"ụlọ akwụkwọ\",\n    \"schoolwards\": \"ụlọ akwụkwọ\",\n    \"schoolwork\": \"ọrụ ụlọ akwụkwọ\",\n    \"schoon\": \"skon\",\n    \"schooner\": \"ọkà mmụta\",\n    \"schooners\": \"ụmụ akwụkwọ\",\n    \"schopenhauerian\": \"gaa akwụkwọ\",\n    \"schoppen\": \"muru\",\n    \"schorlaceous\": \"nwata akwukwo\",\n    \"schorly\": \"sụọlị\",\n    \"schorlous\": \"nwa akwukwo\",\n    \"schorls\": \"Ugochukwu\",\n    \"schottish\": \"scotish\",\n    \"schout\": \"tie mkpu\",\n    \"schraubthaler\": \"onyekwere\",\n    \"schreibersite\": \"Nkiruka\",\n    \"schreinerized\": \"Schreinerized\",\n    \"schrund\": \"Onwuka\",\n    \"schtick\": \"Onyinyechi\",\n    \"schuit\": \"kwuwe\",\n    \"schuyt\": \"Uchechukwu\",\n    \"schuits\": \"nkenye\",\n    \"schuln\": \"Onwuka\",\n    \"schultz\": \"udochi\",\n    \"schultze\": \"Chidinem\",\n    \"schussed\": \"Onwuchekwa\",\n    \"schussing\": \"osiso\",\n    \"sciage\": \"asụsụ\",\n    \"sciagraph\": \"onyeka\",\n    \"sciagraphed\": \"gbasasia\",\n    \"sciagraphic\": \"akuko\",\n    \"sciagraphing\": \"ịsacha\",\n    \"scialytic\": \"nkechi\",\n    \"sciamachy\": \"Uchechukwu\",\n    \"sciarid\": \"agbụ\",\n    \"sciath\": \"Uwa\",\n    \"sciatheric\": \"ngwaahịa\",\n    \"sciatherically\": \"mmụta\",\n    \"sciatic\": \"Okpukpo\",\n    \"sciatically\": \"sciically\",\n    \"sciaticas\": \"sciatica\",\n    \"science\": \"sayensị\",\n    \"scienced\": \"amamihe\",\n    \"sciences\": \"sayensị\",\n    \"scient\": \"ọkà mmụta sayensị\",\n    \"scienter\": \"ọkà mmụta sayensị\",\n    \"scientia\": \"sayensị\",\n    \"sciential\": \"sayensị\",\n    \"scientiarum\": \"sayensiarum\",\n    \"scientician\": \"ọkà mmụta sayensị\",\n    \"scientific\": \"sayensị\",\n    \"scientifical\": \"sayensị\",\n    \"scientifically\": \"sayensị\",\n    \"scientificalness\": \"ọkà mmụta sayensị\",\n    \"scientificogeographical\": \"scienceogeographical\",\n    \"scientificohistorical\": \"ọkà mmụta sayensị\",\n    \"scientificophilosophical\": \"ọkà mmụta sayensị\",\n    \"scientificopoetic\": \"sayensị\",\n    \"scientificoreligious\": \"sayensị sayensị\",\n    \"scientificoromantic\": \"sayensị sayensị\",\n    \"scientintically\": \"sayensị\",\n    \"scientism\": \"sayensị\",\n    \"scientist\": \"ọkà mmụta sayensị\",\n    \"scientistic\": \"sayensị\",\n    \"scientistically\": \"sayensị\",\n    \"scientists\": \"ndị ọkà mmụta sayensị\",\n    \"scientize\": \"sayensị\",\n    \"scientolism\": \"sayensị\",\n    \"scientology\": \"sayensị\",\n    \"scientologist\": \"ọkà mmụta sayensị\",\n    \"scil\": \"skil\",\n    \"scyllaea\": \"Nwabueze\",\n    \"scyllarus\": \"scillarus\",\n    \"scyllium\": \"Ọcha\",\n    \"scimiter\": \"scimita\",\n    \"scimitered\": \"gbarụrụ\",\n    \"sciograph\": \"ihe ederede\",\n    \"sciography\": \"ihe omimi\",\n    \"sciographic\": \"ederede\",\n    \"sciolism\": \"ihe omimi\",\n    \"sciolist\": \"ndepụta\",\n    \"sciolistic\": \"ọda\",\n    \"sciolists\": \"ederede\",\n    \"sciolous\": \"mkpọtụ\",\n    \"sciomachy\": \"Egwu\",\n    \"sciomancy\": \"nzuzu\",\n    \"sciomantic\": \"ihe ojoo\",\n    \"scions\": \"Egwu\",\n    \"scioptics\": \"ihe omimi\",\n    \"sciot\": \"igwu\",\n    \"scious\": \"egwu\",\n    \"scirenga\": \"nkenke\",\n    \"scirophoria\": \"nkwonkwo\",\n    \"scirophorion\": \"omume\",\n    \"scirrhogastria\": \"scirrhogastria nke\",\n    \"scirrhosity\": \"Ugbajo\",\n    \"scirrosity\": \"Egwu\",\n    \"sciscitation\": \"inara\",\n    \"scission\": \"kpochapu\",\n    \"scissions\": \"okpukpu\",\n    \"scissiparity\": \"nyocha\",\n    \"scissor\": \"mkpa\",\n    \"scissored\": \"scississ\",\n    \"scissorlike\": \"mkpa dị ka\",\n    \"scissorlikeness\": \"ihe osise\",\n    \"scissors\": \"mkpa\",\n    \"scissorsbird\": \"mkpa\",\n    \"scissorsmith\": \"mkpa\",\n    \"scissorstail\": \"scissortail\",\n    \"scissure\": \"nyocha\",\n    \"scissures\": \"igwe\",\n    \"scytheless\": \"n'agbanyeghị\",\n    \"scything\": \"Akuko\",\n    \"scituate\": \"ikpa\",\n    \"sciurid\": \"akuku\",\n    \"sciuroid\": \"ebum\",\n    \"sciuroids\": \"akuku\",\n    \"sciuromorphic\": \"akuko\",\n    \"sciuropterus\": \"onyedikachi\",\n    \"scivvy\": \"akuko\",\n    \"sclaffed\": \"gbasaala\",\n    \"sclaffer\": \"Igha\",\n    \"sclaffing\": \"Igha\",\n    \"sclaffs\": \".gwọ\",\n    \"sclatch\": \"ọkọ\",\n    \"sclate\": \"wepu\",\n    \"sclater\": \"Okpokoro\",\n    \"sclent\": \"ihe ojoo\",\n    \"scler\": \"Igwe ncha\",\n    \"sclera\": \"Ọrịa\",\n    \"sclerae\": \"ọria\",\n    \"scleral\": \"skleral\",\n    \"sclerify\": \"nyochaa\",\n    \"sclerification\": \"nyocha\",\n    \"sclerites\": \"Ndị sclerit\",\n    \"scleritic\": \"Onye akọcha\",\n    \"scleritis\": \"Ọrịa\",\n    \"sclerized\": \"Gbanyere\",\n    \"sclerosed\": \"scleros juru\",\n    \"scleroses\": \"Akpụkpọ ụkwụ\",\n    \"sclerosing\": \"Ikpoko\",\n    \"sclerosis\": \"Ọrịa\",\n    \"scleroskeletal\": \"skleroskeletal\",\n    \"sclerotial\": \"Okirikiri\",\n    \"sclerotic\": \"sclerotik\",\n    \"sclerous\": \"Keukwu\",\n    \"scliff\": \"okpukpu\",\n    \"sclimb\": \"mekwaa\",\n    \"scoad\": \"okirikiri\",\n    \"scoff\": \"mee akaje\",\n    \"scoffed\": \"na-akwa emo\",\n    \"scoffer\": \"chịa ọchị\",\n    \"scoffery\": \"ịkwa emo\",\n    \"scoffers\": \"Ndị na-akwa emo\",\n    \"scoffing\": \"ịkwa emo\",\n    \"scoffingly\": \"na-akwa emo\",\n    \"scoffingstock\": \"Na-eme ihe ọchị\",\n    \"scofflaw\": \"Iwuoma\",\n    \"scofflaws\": \"Iwu ọchị\",\n    \"scoffs\": \"Ndị na-eme ihe ọchị\",\n    \"scoinson\": \"ụkwara\",\n    \"scold\": \"ba mba\",\n    \"scolded\": \"abara\",\n    \"scolders\": \"ndaba\",\n    \"scolding\": \"ndaba mba\",\n    \"scoldingly\": \"na-agbaghara\",\n    \"scoldings\": \"ịba mba\",\n    \"scoleces\": \"Okpokoro\",\n    \"scoleciasis\": \"scleciasis\",\n    \"scoley\": \"skley\",\n    \"scoleryng\": \"Ugboro abụọ\",\n    \"scolex\": \"skirlex\",\n    \"scolices\": \"scolisi\",\n    \"scolymus\": \"Slylymus\",\n    \"scolytids\": \"sklytids\",\n    \"scolytoid\": \"scolytus\",\n    \"scolloped\": \"scalloped\",\n    \"scolloping\": \"okpokoro\",\n    \"scoloc\": \"okirikiri\",\n    \"scolog\": \"Ihe otiti\",\n    \"scolopaceous\": \"skwlopaceus\",\n    \"scolopacine\": \"skwlopacine\",\n    \"scolopendra\": \"Udochukwu\",\n    \"scolopendrella\": \"sclopendrella\",\n    \"scolopendrelloid\": \"sclopendrelloid\",\n    \"scolopendrid\": \"Udochukwu\",\n    \"scolopendriform\": \"Udochukwu\",\n    \"scolopendrine\": \"sloplopendrine\",\n    \"scolopendrium\": \"Sloplopendrium\",\n    \"scolopendroid\": \"Ugwuchukwu\",\n    \"scolopes\": \"Sloplop\",\n    \"scolophore\": \"Slophore\",\n    \"scolops\": \"Ihe nlele\",\n    \"sconced\": \"amala\",\n    \"sconcing\": \"sconing\",\n    \"scones\": \"okwute\",\n    \"scooted\": \"kpọlitere\",\n    \"scooter\": \"skuta\",\n    \"scooters\": \"Ndị scooters\",\n    \"scooting\": \"na-enyocha\",\n    \"scoots\": \"Scoot\",\n    \"scopate\": \"Akpa\",\n    \"scope\": \"akporo\",\n    \"scopeless\": \"enweghị atụ\",\n    \"scopes\": \"akụkụ\",\n    \"scopiferous\": \"okpokoro\",\n    \"scopiformly\": \"n'ụzọ doro anya\",\n    \"scoping\": \"okpokoro\",\n    \"scopious\": \"dị egwu\",\n    \"scopophilia\": \"Uchechukwu\",\n    \"scopophiliac\": \"Ugboro abụọ\",\n    \"scopperil\": \"skripa\",\n    \"scoptical\": \"nke nwere uche\",\n    \"scoptically\": \"n'ụzọ sara mbara\",\n    \"scopulate\": \"scopula\",\n    \"scopulous\": \"akọcha\",\n    \"scopulousness\": \"nzuzu\",\n    \"scorch\": \"okpokoro\",\n    \"scorched\": \"okpochapu\",\n    \"scorches\": \"ọkụ\",\n    \"scorching\": \"na-acha ọkụ\",\n    \"scorchingly\": \"okpokoro\",\n    \"scorchingness\": \"okpokoro mgbu\",\n    \"scorchs\": \"okpokoro\",\n    \"score\": \"Akara\",\n    \"scoreboard\": \"akara ngosi\",\n    \"scoreboards\": \"akara\",\n    \"scorebook\": \"Akwụkwọ ọgụgụ\",\n    \"scorecard\": \"akara\",\n    \"scored\": \"gbatara\",\n    \"scorekeeper\": \"goolu\",\n    \"scorekeeping\": \"idebe akara\",\n    \"scoreless\": \"enweghị isi\",\n    \"scorepad\": \"akarapad\",\n    \"scorepads\": \"akara akara\",\n    \"scorer\": \"goolu\",\n    \"scorers\": \"ndị goolu\",\n    \"scores\": \"akara\",\n    \"scoresheet\": \"akwụkwọ mpịakọta\",\n    \"scorifying\": \"na-egbu egbu\",\n    \"scoring\": \"isi\",\n    \"scorings\": \"Okpokoro\",\n    \"scorious\": \"jọgburu onwe ya\",\n    \"scorkle\": \"okpokoro\",\n    \"scorn\": \"nlelị\",\n    \"scorned\": \"na-akọcha\",\n    \"scorner\": \"onye na-akwa emo\",\n    \"scorners\": \"ndị na-akwa emo\",\n    \"scornful\": \"nlelị\",\n    \"scornfully\": \"nlelị\",\n    \"scornfulness\": \"nlelị\",\n    \"scorny\": \"nleda anya\",\n    \"scorning\": \"egwu\",\n    \"scorningly\": \"jijiji\",\n    \"scornproof\": \"ịkwa emo\",\n    \"scorns\": \"na-akọcha\",\n    \"scorpio\": \"akpi\",\n    \"scorpion\": \"akpi\",\n    \"scorpiones\": \"akpị\",\n    \"scorpionfish\": \"ejula\",\n    \"scorpionfishes\": \"ejula\",\n    \"scorpionfly\": \"akpị\",\n    \"scorpionflies\": \"akpị, akpị\",\n    \"scorpionic\": \"akpị\",\n    \"scorpionis\": \"ejula\",\n    \"scorpions\": \"akpị\",\n    \"scorpionweed\": \"ejula\",\n    \"scorpionwort\": \"ejula\",\n    \"scorpios\": \"akpị\",\n    \"scorse\": \"akpiri\",\n    \"scorser\": \"akpaka\",\n    \"scotched\": \"scotches\",\n    \"scotcher\": \"scotches\",\n    \"scotchery\": \"scotches\",\n    \"scoter\": \"skuta\",\n    \"scoterythrous\": \"Nkechi\",\n    \"scoters\": \"Ndị scooters\",\n    \"scotias\": \"scotia si\",\n    \"scotist\": \"onye scotist\",\n    \"scotsman\": \"onye scotsman\",\n    \"scotsmen\": \"ndị isi obodo\",\n    \"scotswoman\": \"Onye nwe obodo Scotland\",\n    \"scotticism\": \"Okpukpo\",\n    \"scottify\": \"nyochaa\",\n    \"scottification\": \"nyocha\",\n    \"scottish\": \"scotish\",\n    \"scottishly\": \"scotish\",\n    \"scottishman\": \"scotishman\",\n    \"scottishness\": \"nzuzu\",\n    \"scouk\": \"scout\",\n    \"scoundrel\": \"ihe ojoo\",\n    \"scoundreldom\": \"scoundrel dom\",\n    \"scoundrelish\": \"Na-asọ oyi\",\n    \"scoundrelism\": \"ihe ojoo\",\n    \"scoundrelly\": \"nzuzu\",\n    \"scoundrels\": \"ndị ohi\",\n    \"scoundrelship\": \"ihe ojoo\",\n    \"scour\": \"otiti\",\n    \"scourage\": \"agbamakwụkwọ\",\n    \"scoured\": \"okirikiri\",\n    \"scourers\": \"ndị scourers\",\n    \"scourfish\": \"ihe otiti\",\n    \"scourfishes\": \"ihe otiti\",\n    \"scourge\": \"ihe otiti\",\n    \"scourged\": \"pịara ya ihe\",\n    \"scourger\": \"otiti\",\n    \"scourgers\": \"Ndị na-eme ihe nkiri\",\n    \"scourges\": \"ihe otiti\",\n    \"scourging\": \"otiti\",\n    \"scourgingly\": \"ụtarị\",\n    \"scoury\": \"scoure\",\n    \"scouriness\": \"ụtarị\",\n    \"scouring\": \"nkwanye\",\n    \"scourings\": \"ụtarị\",\n    \"scourway\": \"uzo\",\n    \"scourweed\": \"ihe otiti\",\n    \"scourwort\": \"ihe otiti\",\n    \"scouses\": \"scoses\",\n    \"scoutcraft\": \"Okpukpe\",\n    \"scouted\": \"lelee\",\n    \"scouters\": \"ndị na-akwọ ụgbọ ịnyịnya\",\n    \"scouthered\": \"sụgharịa\",\n    \"scouthering\": \"Na-agagharị\",\n    \"scouthers\": \"ndị scouters\",\n    \"scouthood\": \"nyocha\",\n    \"scouths\": \"ndị scouth\",\n    \"scouting\": \"Na-enyocha\",\n    \"scoutingly\": \"Na-enyocha\",\n    \"scoutings\": \"Na-enyocha\",\n    \"scoutish\": \"scotish\",\n    \"scoutmaster\": \"skutasmasta\",\n    \"scouts\": \"Ndị scouts\",\n    \"scovel\": \"skulu\",\n    \"scovy\": \"nyocha\",\n    \"scovillite\": \"okpokoro\",\n    \"scowdered\": \"sọọsọ\",\n    \"scowed\": \"bụrụd\",\n    \"scowmen\": \"ndị isi\",\n    \"scrabbles\": \"scrabble\",\n    \"scrabe\": \"odide\",\n    \"scraber\": \"akpụ akpụ\",\n    \"scraffle\": \"gbapụ\",\n    \"scragged\": \"gbarụọ\",\n    \"scraggedly\": \"scraggedly juru\",\n    \"scraggedness\": \"nzuzu\",\n    \"scragginess\": \"nkụda\",\n    \"scragging\": \"na-agbasa\",\n    \"scraggled\": \"amala\",\n    \"scragglier\": \"okwa\",\n    \"scraggliness\": \"ịchachasị\",\n    \"scraggling\": \"na-agbagha\",\n    \"scray\": \"kpochapụ\",\n    \"scraiched\": \"a kpụrụ\",\n    \"scraighed\": \"Ejiri\",\n    \"scraighing\": \"igodo\",\n    \"scraily\": \"scrail\",\n    \"scramb\": \"agbagha\",\n    \"scramble\": \"agbagha\",\n    \"scramblebrained\": \"scramble che na\",\n    \"scrambled\": \"gbarụọ\",\n    \"scramblement\": \"ndozi\",\n    \"scramblers\": \"agbagha\",\n    \"scrambles\": \"agbagha\",\n    \"scrambly\": \"n'usoro\",\n    \"scrambling\": \"na-agbagharị\",\n    \"scramblingly\": \"n'iruru\",\n    \"scrammed\": \"agbagha\",\n    \"scramming\": \"na-agbagha\",\n    \"scranch\": \"akwukwo\",\n    \"scranning\": \"nyocha\",\n    \"scrap\": \"iberibe\",\n    \"scrapbook\": \"akwụkwọ mpempe akwụkwọ\",\n    \"scrapbooks\": \"akwụkwọ nchekwa\",\n    \"scrape\": \"bechapu\",\n    \"scrapeage\": \"nsịcha\",\n    \"scraped\": \"kpụchara\",\n    \"scrapepenny\": \"ịchacha\",\n    \"scraper\": \"akpụcha\",\n    \"scrapers\": \"akpụcha\",\n    \"scrapheap\": \"ihe ndozi\",\n    \"scrapy\": \"ọgwụ\",\n    \"scrapiness\": \"nkari\",\n    \"scraping\": \"ịchacha\",\n    \"scrapingly\": \"na-agbachapụ\",\n    \"scraplet\": \"kpụrụ\",\n    \"scrapling\": \"ihichapu\",\n    \"scrappage\": \"iberibe ihe\",\n    \"scrapped\": \"kpụrụ\",\n    \"scrapper\": \"akpụcha\",\n    \"scrappers\": \"akpụcha\",\n    \"scrappet\": \"ichi\",\n    \"scrappily\": \"n'egwu\",\n    \"scrappiness\": \"nkụda\",\n    \"scrapping\": \"ihichapu\",\n    \"scrappingly\": \"scrapping\",\n    \"scrapple\": \"iberibe\",\n    \"scrapples\": \"iberibe\",\n    \"scraps\": \"iberibe\",\n    \"scrat\": \"ọkọ\",\n    \"scratch\": \"ọkọ\",\n    \"scratchable\": \"chachacha\",\n    \"scratchably\": \"chachacha\",\n    \"scratchback\": \"ọkọ\",\n    \"scratchboard\": \"ọkọ\",\n    \"scratchbrush\": \"chchacha\",\n    \"scratchcard\": \"ọkọ\",\n    \"scratchcarding\": \"chzọ ije\",\n    \"scratchcat\": \"chacha\",\n    \"scratched\": \"kpụchara akpụcha\",\n    \"scratcher\": \"ọkọ\",\n    \"scratchers\": \"ọkọ\",\n    \"scratches\": \"ọkọ\",\n    \"scratchy\": \"ọkọ\",\n    \"scratchier\": \"ọkọ\",\n    \"scratchiest\": \"ọkọ\",\n    \"scratchification\": \"tọ ọkọ\",\n    \"scratchily\": \"ọkọ\",\n    \"scratchiness\": \"ọkọ\",\n    \"scratching\": \"ọkọ\",\n    \"scratchingly\": \"ọkọ\",\n    \"scratchless\": \"enweghị ọkọ\",\n    \"scratchlike\": \"chtọ\",\n    \"scratchman\": \"chcha\",\n    \"scratchpad\": \"ọkọ\",\n    \"scratchpads\": \"chchacha\",\n    \"scratchproof\": \"ọkọ\",\n    \"scratchweed\": \"chchacha\",\n    \"scratchwork\": \"ọkọ\",\n    \"scrath\": \"Ichapu\",\n    \"scratter\": \"tertọ\",\n    \"scrattle\": \"ọkọlọtọ\",\n    \"scrattling\": \"asasị\",\n    \"scrauch\": \"ịchacha\",\n    \"scraunch\": \"ihapu\",\n    \"scrawled\": \"gbasasịa\",\n    \"scrawlier\": \"nyocha\",\n    \"scrawliness\": \"nchapu\",\n    \"scrawling\": \"na-agbagọ\",\n    \"scrawniness\": \"nkụda\",\n    \"scraze\": \"sccha\",\n    \"screaking\": \"na-akọ akụkọ\",\n    \"scream\": \"tie mkpu\",\n    \"screamed\": \"tie mkpu\",\n    \"screamer\": \"mkpu\",\n    \"screamers\": \"na-eti mkpu\",\n    \"screamy\": \"na-eti mkpu\",\n    \"screaminess\": \"na-eti mkpu\",\n    \"screaming\": \"na-eti mkpu\",\n    \"screamingly\": \"na-eti mkpu\",\n    \"screamproof\": \"mkpu mkpu\",\n    \"screams\": \"na-eti mkpu\",\n    \"screar\": \"mkpu\",\n    \"screechbird\": \"screech nnụnụ\",\n    \"screeched\": \"Amala m\",\n    \"screeches\": \"nkịta\",\n    \"screechier\": \"screechy\",\n    \"screechiest\": \"screechy\",\n    \"screechiness\": \"na-agbagharị\",\n    \"screeching\": \"na-agbagharị\",\n    \"screechingly\": \"na-agbagharị\",\n    \"screeded\": \"screed\",\n    \"screeding\": \"nyocha\",\n    \"screeds\": \"screed\",\n    \"screek\": \"nkuku\",\n    \"screel\": \"kpụrụ akpụ\",\n    \"screen\": \"ihuenyo\",\n    \"screenage\": \"ngosi\",\n    \"screencraft\": \"ihe nlere\",\n    \"screened\": \"kpuchie\",\n    \"screener\": \"nyocha\",\n    \"screeners\": \"nyocha\",\n    \"screenful\": \"na-enyocha\",\n    \"screeny\": \"ihuenyo\",\n    \"screening\": \"echetakwa\",\n    \"screenings\": \"nyocha\",\n    \"screenland\": \"ala mmachi\",\n    \"screenless\": \"enweghị ihuenyo\",\n    \"screenlike\": \"yiri\",\n    \"screenman\": \"onye nyocha\",\n    \"screeno\": \"ihuenyo\",\n    \"screenplay\": \"ihe ngosi\",\n    \"screenplays\": \"ngosipụta\",\n    \"screens\": \"ihuenyo\",\n    \"screensman\": \"meziri nwoke\",\n    \"screenwise\": \"ihuenyo\",\n    \"screenwork\": \"ihuenyo\",\n    \"screenwriter\": \"ederede ederede\",\n    \"screes\": \"ihuenyo\",\n    \"screet\": \"ihe nzuzo\",\n    \"screeved\": \"screeed\",\n    \"screeving\": \"na-agbagharị\",\n    \"screve\": \"kposaa\",\n    \"screver\": \"kristal\",\n    \"screw\": \"ịghasa\",\n    \"screwball\": \"Bọọlụ\",\n    \"screwbarrel\": \"kposara gbọmgbọm\",\n    \"screwbean\": \"Ngwurugwu\",\n    \"screwdrive\": \"sikruuokwomoto\",\n    \"screwdriver\": \"sikruuokwomoto\",\n    \"screwed\": \"kposara\",\n    \"screwer\": \"Kpaapu\",\n    \"screwers\": \"skewers\",\n    \"screwfly\": \"ntaneti\",\n    \"screwy\": \"Ngagharị\",\n    \"screwiness\": \"Nlekọta\",\n    \"screwing\": \"scgha\",\n    \"screwish\": \"kposara\",\n    \"screwman\": \"Onye nyocha\",\n    \"screwmatics\": \"screwmatiks\",\n    \"screwpile\": \"scrupile\",\n    \"screwplate\": \"ịghasa efere\",\n    \"screwpod\": \"kposara\",\n    \"screwpropeller\": \"ịghasa propela\",\n    \"screws\": \"kposara\",\n    \"screwship\": \"kposara\",\n    \"screwsman\": \"Ogwubo\",\n    \"screwstem\": \"Ihe nkedo\",\n    \"screwstock\": \"Ngwongwo\",\n    \"scribacious\": \"edekọ\",\n    \"scribaciousness\": \"okwa edemede\",\n    \"scribal\": \"ode akwukwo\",\n    \"scribals\": \"ndị odeakwụkwọ\",\n    \"scribatious\": \"edekọ\",\n    \"scribatiousness\": \"okwa edemede\",\n    \"scribbet\": \"edekọ\",\n    \"scribblage\": \"edemede\",\n    \"scribblative\": \"edemede\",\n    \"scribblatory\": \"akwukwọ\",\n    \"scribble\": \"idekọ\",\n    \"scribbleable\": \"scribble nwee ike\",\n    \"scribbled\": \"idekọ\",\n    \"scribbledom\": \"dezie dom\",\n    \"scribbleism\": \"edemede\",\n    \"scribblemania\": \"okwapke\",\n    \"scribblement\": \"akwukwọ\",\n    \"scribbler\": \"ode akwukwo\",\n    \"scribblers\": \"ndị odeakwụkwọ\",\n    \"scribbles\": \"na-edekọ\",\n    \"scribbly\": \"depụta\",\n    \"scribbling\": \"edemede\",\n    \"scribblingly\": \"na-edekọ\",\n    \"scribe\": \"odeakwụkwọ\",\n    \"scribed\": \"odeakwụkwọ\",\n    \"scriber\": \"ode akwukwo\",\n    \"scribers\": \"ndị odeakwụkwọ\",\n    \"scribes\": \"ndị odeakwụkwọ\",\n    \"scribeship\": \"ode akwukwo ugbo mmiri\",\n    \"scribing\": \"edemede\",\n    \"scribism\": \"edemede\",\n    \"scribophilous\": \"scribophile\",\n    \"scride\": \"gbaba\",\n    \"scrieve\": \"dee\",\n    \"scrieved\": \"ọdiọk\",\n    \"scriever\": \"ode akwukwo\",\n    \"scrieves\": \"ederede\",\n    \"scrieving\": \"egwu\",\n    \"scriggle\": \"egwu\",\n    \"scrike\": \"iku ilu\",\n    \"scrime\": \"scrim\",\n    \"scrimmaged\": \"scrimmage\",\n    \"scrimmager\": \"scrimmage\",\n    \"scrimmages\": \"akpịrị\",\n    \"scrimped\": \"kpụchaa\",\n    \"scrimpiest\": \"kacha njọ\",\n    \"scrimping\": \"na-ehichapụ\",\n    \"scrimpingly\": \"n'egba\",\n    \"scrimpit\": \"oghere\",\n    \"scrimply\": \"n'ụzọ\",\n    \"scrimpness\": \"nkedo\",\n    \"scrimps\": \"akpaka\",\n    \"scrimption\": \"nchịkọta\",\n    \"scrims\": \"ihe nrịba\",\n    \"scrimshaws\": \"scrimshaw\",\n    \"scrimshon\": \"scrimshaw\",\n    \"scrimshorn\": \"scrimshaw\",\n    \"scrin\": \"ederede\",\n    \"scrinch\": \"ihicha\",\n    \"scringe\": \"ntụtụ\",\n    \"scriniary\": \"edekọ\",\n    \"scrip\": \"ederede\",\n    \"scripee\": \"odeakwụkwọ\",\n    \"scrippage\": \"ede\",\n    \"scrips\": \"ederede\",\n    \"scripsit\": \"ede\",\n    \"script\": \"edemede\",\n    \"scripted\": \"Edemede\",\n    \"scripter\": \"odeakwụkwọ\",\n    \"scripting\": \"edemede\",\n    \"scription\": \"ederede\",\n    \"scriptitious\": \"ederede\",\n    \"scriptitiously\": \"ederede\",\n    \"scriptitory\": \"edemede\",\n    \"scriptive\": \"edekọ\",\n    \"scripto\": \"edekọ\",\n    \"scriptor\": \"ode akwukwo\",\n    \"scriptory\": \"edemede\",\n    \"scriptoria\": \"akwụkwọ\",\n    \"scriptorial\": \"edemede\",\n    \"scriptorium\": \"akwụkwọ edemede\",\n    \"scriptoriums\": \"akwụkwọ edemede\",\n    \"scripts\": \"ederede\",\n    \"scriptum\": \"akwukwọ\",\n    \"scriptural\": \"Akwụkwọ Nsọ\",\n    \"scripturalism\": \"Akwụkwọ Nsọ\",\n    \"scripturalist\": \"ode akwukwo\",\n    \"scripturality\": \"Akwụkwọ Nsọ\",\n    \"scripturalize\": \"ede ederede\",\n    \"scripturally\": \"Akwụkwọ Nsọ\",\n    \"scripturalness\": \"ederede\",\n    \"scripturarian\": \"onye ode akwukwo\",\n    \"scripture\": \"akụkụ Akwụkwọ Nsọ\",\n    \"scriptured\": \"edechara\",\n    \"scriptureless\": \"akụkụ Akwụkwọ Nsọ\",\n    \"scriptures\": \"Akwụkwọ Nsọ\",\n    \"scripturiency\": \"ederede\",\n    \"scripturient\": \"ederede\",\n    \"scripturism\": \"ederede\",\n    \"scripturist\": \"onye ode akwukwo\",\n    \"scriptwriter\": \"edemede\",\n    \"scriptwriting\": \"edemede\",\n    \"scripula\": \"ederede\",\n    \"scripulum\": \"edemede\",\n    \"scripuralistic\": \"ederede\",\n    \"scrite\": \"ede\",\n    \"scrive\": \"nyocha\",\n    \"scrived\": \"ede\",\n    \"scrivelloes\": \"ederede\",\n    \"scriven\": \"ede\",\n    \"scrivener\": \"odeakwụkwọ\",\n    \"scrivenery\": \"akwụkwọ\",\n    \"scriveners\": \"ndị odeakwụkwọ\",\n    \"scrivenership\": \"odeakwụkwọ\",\n    \"scrivening\": \"edekọ\",\n    \"scriver\": \"ode akwukwo\",\n    \"scrives\": \"ede\",\n    \"scriving\": \"edekọ\",\n    \"scrobe\": \"scrobo\",\n    \"scroddled\": \"Odozi\",\n    \"scrofularoot\": \"scrofula mgbọrọgwụ\",\n    \"scrofulas\": \"dị akọ\",\n    \"scrofulaweed\": \"scrofula igbo\",\n    \"scrofulism\": \"ịma jijiji\",\n    \"scrofulous\": \"dị akọ\",\n    \"scrofulousness\": \"oke\",\n    \"scroll\": \"pịgharịa\",\n    \"scrolled\": \"gbasaa\",\n    \"scrollhead\": \"akwụkwọ mpịakọta\",\n    \"scrolly\": \"mkpọtụ\",\n    \"scrolling\": \"na-agagharị\",\n    \"scrolls\": \"mpịakọta\",\n    \"scrollwise\": \"pịrịgaa\",\n    \"scrollwork\": \"mpịakọta\",\n    \"scroo\": \"scrooge\",\n    \"scrooch\": \"scrooge\",\n    \"scrooped\": \"scroop\",\n    \"scrotitis\": \"akpịrị\",\n    \"scrotum\": \"akpala\",\n    \"scrotums\": \"akpala\",\n    \"scrouge\": \"scrooge\",\n    \"scrouged\": \"scrooled\",\n    \"scrouger\": \"okwa\",\n    \"scrouges\": \"scrooge si\",\n    \"scrouging\": \"bụ scrouging\",\n    \"scrounge\": \"igwe nri\",\n    \"scrounged\": \"Ogwu\",\n    \"scroungers\": \"Ogwu\",\n    \"scrounges\": \"Ogwu\",\n    \"scroungy\": \"Ogwu\",\n    \"scrounging\": \"Na-akụda\",\n    \"scrout\": \"scro\",\n    \"scrow\": \"Scrow\",\n    \"scrub\": \"sikrob\",\n    \"scrubber\": \"sikrob\",\n    \"scrubbery\": \"nchapu\",\n    \"scrubbers\": \"sikrob\",\n    \"scrubbiness\": \"nchapu\",\n    \"scrubbing\": \"na-ehicha\",\n    \"scrubboard\": \"sikrob\",\n    \"scrubs\": \"sikrob\",\n    \"scruf\": \"Udo\",\n    \"scruff\": \"Udo\",\n    \"scruffier\": \"scruffy\",\n    \"scruffiness\": \"Udo\",\n    \"scruffle\": \"Udo\",\n    \"scruffman\": \"nwoke scruff\",\n    \"scruft\": \"ịgha\",\n    \"scrummage\": \"scrimmage\",\n    \"scrummaged\": \"scrimmage\",\n    \"scrummaging\": \"na-agbagha\",\n    \"scrump\": \"mgbapu\",\n    \"scrumpy\": \"Ọgba aghara\",\n    \"scrumple\": \"gbabapụ\",\n    \"scrumption\": \"mkpọchi\",\n    \"scrumptious\": \"kpochapu\",\n    \"scrumptiously\": \"kpochapu\",\n    \"scrumptiousness\": \"nzuzu\",\n    \"scrunch\": \"ncha\",\n    \"scrunched\": \"scrunchie\",\n    \"scrunchy\": \"kpochapu\",\n    \"scrunching\": \"ịkọcha\",\n    \"scrunchs\": \"scrunches\",\n    \"scrunge\": \"mkpọpu\",\n    \"scrunt\": \"Ntisa\",\n    \"scrunty\": \"Egwu\",\n    \"scrupleless\": \"enweghị atụ\",\n    \"scrupulosity\": \"nkesa\",\n    \"scrupulous\": \"dị akọ\",\n    \"scrupulousness\": \"nlezianya\",\n    \"scrupulum\": \"nchịkwa\",\n    \"scrush\": \"kpụọ\",\n    \"scrutability\": \"Ebube\",\n    \"scrutate\": \"gbaba\",\n    \"scrutation\": \"mkpọchi\",\n    \"scrutinant\": \"eme nnyocha\",\n    \"scrutinate\": \"enyochaa\",\n    \"scrutiny\": \"nnyocha\",\n    \"scrutinies\": \"nyocha\",\n    \"scrutinisation\": \"nnyocha\",\n    \"scrutinise\": \"nyochaa\",\n    \"scrutinised\": \"nyocha\",\n    \"scrutinising\": \"na-enyocha\",\n    \"scrutinization\": \"nyocha\",\n    \"scrutinize\": \"nyochaa\",\n    \"scrutinized\": \"nyocha\",\n    \"scrutinizer\": \"nyocha\",\n    \"scrutinizers\": \"ndị nyocha\",\n    \"scrutinizes\": \"na-enyocha\",\n    \"scrutinizing\": \"na-enyocha\",\n    \"scrutinizingly\": \"na-enyocha\",\n    \"scruze\": \"gbasaa\",\n    \"scuba\": \"ndioma\",\n    \"scudler\": \"onye ohi\",\n    \"scuffed\": \"Akpọrọ\",\n    \"scuffy\": \"Jiri nwayọọ\",\n    \"scuffing\": \"ịkwa iko\",\n    \"scuffle\": \"gbaa mgba\",\n    \"scuffly\": \"Jiri nwayọ\",\n    \"scuffling\": \"Na-agbarụ\",\n    \"scufflingly\": \"scuffly anya\",\n    \"scug\": \"skug\",\n    \"scuggery\": \"nzuzu\",\n    \"sculch\": \"ịkpụ\",\n    \"sculdudderies\": \"nsogbu\",\n    \"sculduggery\": \"nkatọ\",\n    \"sculk\": \"okpu\",\n    \"sculked\": \"kpụrụ akpụ\",\n    \"sculker\": \"Ọkpụkpụ\",\n    \"sculkers\": \"ndị na-akpụ ụkwụ\",\n    \"sculking\": \"Na-akpụzi\",\n    \"sculks\": \"akpụzi\",\n    \"scull\": \"Okpokoro isi\",\n    \"scullduggery\": \"ihe ọkpụkpụ\",\n    \"sculled\": \"kpụrụ akpụ\",\n    \"sculler\": \"Ogwu\",\n    \"scullery\": \"ihe osise\",\n    \"sculleries\": \"ihe osise\",\n    \"scullers\": \"ndị na-akpụ ụkwụ\",\n    \"scullion\": \"Okpokoro isi\",\n    \"scullionize\": \"kpochapu\",\n    \"scullog\": \"ihe ọkpụ\",\n    \"scullogue\": \"ihe ọkpụ\",\n    \"sculls\": \"okpokoro\",\n    \"sculp\": \"akpụzi\",\n    \"sculped\": \"kpụrụ akpụ\",\n    \"sculper\": \"ọkpụkpụ\",\n    \"sculpin\": \"ọkpụ\",\n    \"sculping\": \"ọkpụ\",\n    \"sculpins\": \"ihe ọkpụkpụ\",\n    \"sculps\": \"ọkpụ\",\n    \"sculpsit\": \"Akpụ\",\n    \"sculpt\": \"kpaliri\",\n    \"sculpted\": \"kpụrụ akpụ\",\n    \"sculptile\": \"kpụrụ akpụ\",\n    \"sculpting\": \"Na-akpụzi\",\n    \"sculptitory\": \"ihe ọkpụ\",\n    \"sculptograph\": \"ihe osise\",\n    \"sculptography\": \"ihe osise\",\n    \"sculptor\": \"ihe ọkpụ\",\n    \"sculptorid\": \"ihe ọkpụ\",\n    \"sculptors\": \"ndị na-akpụ ihe ọkpụ\",\n    \"sculptress\": \"ihe ọkpụ\",\n    \"sculptresses\": \"ihe ọkpụ\",\n    \"sculpts\": \"kpụrụ akpụ\",\n    \"sculptural\": \"kpụrụ akpụ\",\n    \"sculpturally\": \"na-akpụ akpụ\",\n    \"sculpturation\": \"ihe ọkpụ\",\n    \"sculpture\": \"ọkpụkpụ\",\n    \"sculptured\": \"kpụrụ akpụ\",\n    \"sculpturer\": \"ihe ọkpụkpụ\",\n    \"sculptures\": \"ihe ọkpụkpụ\",\n    \"sculpturesque\": \"ihe ọkpụkpụ\",\n    \"sculpturesquely\": \"ọkpụkpụ squely\",\n    \"sculpturesqueness\": \"ọkpụkpụ squeness\",\n    \"sculpturing\": \"Na-akpụzi\",\n    \"sculsh\": \"ịkpụ\",\n    \"scult\": \"uto\",\n    \"scumble\": \"sụọ ngọngọ\",\n    \"scumbled\": \"sụọ anya\",\n    \"scumbles\": \"sụọ ube\",\n    \"scumbling\": \"obụp\",\n    \"scumfish\": \"azu okpo\",\n    \"scumless\": \"enweghị isi\",\n    \"scumlike\": \"scum yiri\",\n    \"scummers\": \"scumm\",\n    \"scumminess\": \"Izu oke\",\n    \"scumming\": \"na-agba aghara\",\n    \"scunder\": \"ngba\",\n    \"scunge\": \"okpukpu\",\n    \"scunnered\": \"bụrụ ndị a gbasasịrị\",\n    \"scunnering\": \"agbapụ\",\n    \"scupful\": \"nzuzu\",\n    \"scuppaug\": \"Udochukwu\",\n    \"scuppered\": \"edenyere\",\n    \"scuppering\": \"ịba ụba\",\n    \"scuppit\": \"ịda mba\",\n    \"scurfiness\": \"nzuzu\",\n    \"scurflike\": \"scurfike\",\n    \"scurling\": \"na-agbagharị\",\n    \"scurry\": \"okpokoro\",\n    \"scurried\": \"gbaba\",\n    \"scurrier\": \"ihe ojoo\",\n    \"scurries\": \"agbapu\",\n    \"scurrying\": \"na-agbarụ\",\n    \"scurrile\": \"gbamgbam\",\n    \"scurrilist\": \"okpokoro\",\n    \"scurrilousness\": \"nzuzu\",\n    \"scurvy\": \"udiri\",\n    \"scusation\": \"ịma jijiji\",\n    \"scuse\": \"ihe edemede\",\n    \"scusin\": \"nwa nwanne\",\n    \"scutal\": \"nzuzu\",\n    \"scutated\": \"chụọ\",\n    \"scutation\": \"ịba mba\",\n    \"scutched\": \"kpochapụrụ\",\n    \"scutcheoned\": \"Achọpụtara\",\n    \"scutcheons\": \"ndị scutcheons\",\n    \"scutcheonwise\": \"n'akpachaghi anya\",\n    \"scutchers\": \"ndị scutchers\",\n    \"scutellation\": \"utgha\",\n    \"scutelligerous\": \"onye nzuzu\",\n    \"scutigerous\": \"scutigera\",\n    \"scuttered\": \"scutter\",\n    \"scuttering\": \"ịkwa\",\n    \"scuttled\": \"Udochukwu\",\n    \"scuttleful\": \"dị akọ\",\n    \"scuttling\": \"ịkwa\",\n    \"scutulated\": \"ajuju\",\n    \"sdeath\": \"Onwuchekwa\",\n    \"sdeign\": \"gha\",\n    \"sea\": \"oké osimiri\",\n    \"seabags\": \"oke osimiri\",\n    \"seabeaches\": \"osimiri mmiri\",\n    \"seabeard\": \"ahịhịa mmiri\",\n    \"seabed\": \"si n'oké osimiri\",\n    \"seabeds\": \"ahịhịa mmiri\",\n    \"seabird\": \"nnụnnụ mmiri\",\n    \"seabirds\": \"nnụnụ mmiri\",\n    \"seaboard\": \"ahịhịa mmiri\",\n    \"seaboards\": \"mmiri mmiri\",\n    \"seaboot\": \"ụgbọ mmiri\",\n    \"seaboots\": \"ụgbọ mmiri\",\n    \"seaborderer\": \"oke osimiri\",\n    \"seacannie\": \"seacabbie\",\n    \"seacatch\": \"njide mmiri\",\n    \"seacoast\": \"oke osimiri\",\n    \"seacoasts\": \"ụsọ mmiri\",\n    \"seacock\": \"ụdọ mmiri\",\n    \"seacocks\": \"oke osimiri\",\n    \"seacrafts\": \"ọrụ ụgbọ mmiri\",\n    \"seacross\": \"oke osimiri\",\n    \"seadog\": \"oké osimiri\",\n    \"seadogs\": \"oké osimiri\",\n    \"seadromes\": \"ala mmiri\",\n    \"seafardinger\": \"njem mmiri\",\n    \"seafare\": \"onye mmiri\",\n    \"seafarer\": \"onye mmiri\",\n    \"seafarers\": \"ndị ọrụ ụgbọ mmiri\",\n    \"seafaring\": \"njem mmiri\",\n    \"seafighter\": \"onye na-anya ụgbọ mmiri\",\n    \"seaflood\": \"oké osimiri\",\n    \"seafloor\": \"oké osimiri\",\n    \"seafloors\": \"elu mmiri\",\n    \"seaflower\": \"Ahịhịa mmiri\",\n    \"seafolk\": \"azu mmiri\",\n    \"seafood\": \"ihe oriri\",\n    \"seafoods\": \"nri azụ\",\n    \"seafowl\": \"azu mmiri\",\n    \"seafowls\": \"anụ mmiri\",\n    \"seafront\": \"oké osimiri\",\n    \"seafronts\": \"sefronts\",\n    \"seagirt\": \"mmiri mmiri\",\n    \"seagoer\": \"onye mmiri\",\n    \"seagoing\": \"mmiri mmiri\",\n    \"seagull\": \"azu mmiri\",\n    \"seagulls\": \"osiso mmiri\",\n    \"seahorse\": \"oké osimiri\",\n    \"seahound\": \"oké osimiri\",\n    \"seak\": \"onu mmiri\",\n    \"seakindliness\": \"ịdị ọcha\",\n    \"seal\": \"mechie\",\n    \"sealable\": \"akàrà\",\n    \"sealant\": \"akàrà\",\n    \"sealants\": \"ihe mkpuchi mmiri\",\n    \"sealch\": \"mechie\",\n    \"sealed\": \"kaa akara\",\n    \"sealer\": \"esiri ike\",\n    \"sealery\": \"sandley\",\n    \"sealeries\": \"osimiri mmiri\",\n    \"sealers\": \"ndị ọrụ mmiri\",\n    \"sealess\": \"enweghị mmiri\",\n    \"sealet\": \"esiri ike\",\n    \"sealette\": \"eserese\",\n    \"sealevel\": \"ụsọ oké osimiri\",\n    \"sealflower\": \"Ahịhịa mmiri\",\n    \"sealy\": \"Okechukwu\",\n    \"sealine\": \"mechie\",\n    \"sealing\": \"akara\",\n    \"sealless\": \"akàrà\",\n    \"seals\": \"akàrà\",\n    \"sealskin\": \"akpụkpọ anụ sil\",\n    \"sealskins\": \"akpụkpọ anụ sil\",\n    \"sealwort\": \"akara akara\",\n    \"seam\": \"onuete\",\n    \"seamancraft\": \"ụgbọ mmiri\",\n    \"seamanite\": \"onye seaman\",\n    \"seamanlike\": \"dị ka seaman\",\n    \"seamanlikeness\": \"ịdị ka mmiri\",\n    \"seamanliness\": \"ịdị ndụ\",\n    \"seamark\": \"ụgbọ mmiri\",\n    \"seamarks\": \"osimiri mmiri\",\n    \"seamas\": \"n'oké osimiri\",\n    \"seambiter\": \"seambita\",\n    \"seamen\": \"ndị ọrụ ụgbọ mmiri\",\n    \"seamer\": \"akuku\",\n    \"seamers\": \"ndị na-arụ ọrụ n'oké osimiri\",\n    \"seamiest\": \"nke kachasị njọ\",\n    \"seaminess\": \"nsị\",\n    \"seaming\": \"seam\",\n    \"seamless\": \"enweghị nkebi\",\n    \"seamlessly\": \"n'enweghị nsogbu\",\n    \"seamlessness\": \"enweghị nsogbu\",\n    \"seamlet\": \"akwa mmiri\",\n    \"seamlike\": \"dị ka seam\",\n    \"seamost\": \"oke osimiri\",\n    \"seamount\": \"onu mmiri\",\n    \"seamounts\": \"ọdụ ụgbọ mmiri\",\n    \"seamrog\": \"Okechukwu\",\n    \"seamster\": \"onye ọrụ ụgbọ mmiri\",\n    \"seamsters\": \"Ndị na-akwọ mmiri\",\n    \"seamstress\": \"akwa nwanyị\",\n    \"seamstresses\": \"Uwe mkpuchi\",\n    \"sean\": \"mmiri\",\n    \"seance\": \"ọdịiche\",\n    \"seances\": \"oge\",\n    \"seaplanes\": \"oke osimiri\",\n    \"seaport\": \"ọdụ ụgbọ mmiri\",\n    \"seaports\": \"ọdụ ụgbọ mmiri\",\n    \"seapost\": \"anụ mmiri\",\n    \"seaquake\": \"mmiri mmiri\",\n    \"seaquakes\": \"anụ mmiri\",\n    \"sear\": \"chọọ\",\n    \"searce\": \"chọọ\",\n    \"searcer\": \"chọọ\",\n    \"search\": \"chọọ\",\n    \"searchable\": \"ichoputa\",\n    \"searchableness\": \"nchocha nyocha\",\n    \"searchant\": \"chọọ\",\n    \"searched\": \"chọọ\",\n    \"searcher\": \"onye nyocha\",\n    \"searcheress\": \"onye nyocha\",\n    \"searcherlike\": \"yiri\",\n    \"searchers\": \"ndị nyocha\",\n    \"searchership\": \"nyocha\",\n    \"searches\": \"ọchụchọ\",\n    \"searchful\": \"na-achọ\",\n    \"searching\": \"nyocha\",\n    \"searchingly\": \"na-achọ\",\n    \"searchingness\": \"ịchọ\",\n    \"searchings\": \"nyocha\",\n    \"searchless\": \"achọghi\",\n    \"searchlight\": \"ọchụchọ\",\n    \"searchlights\": \"nchọgharị\",\n    \"searchment\": \"ọchụchọ\",\n    \"searcloth\": \"ichota\",\n    \"seared\": \"esiwo\",\n    \"searedness\": \"ịdị nwayọọ\",\n    \"searer\": \"ahụ anya\",\n    \"searest\": \"nke kacha nso\",\n    \"searing\": \"ịda\",\n    \"searingly\": \"ịdị nwayọọ\",\n    \"searlesite\": \"nyocha\",\n    \"searness\": \"ọchụchọ\",\n    \"searoving\": \"na-agbanye mmiri\",\n    \"seas\": \"oké osimiri\",\n    \"seasan\": \"oké osimiri\",\n    \"seascape\": \"oke osimiri\",\n    \"seascapes\": \"oke osimiri\",\n    \"seascapist\": \"oke osimiri\",\n    \"seascout\": \"mmiri scout\",\n    \"seascouting\": \"ịdọ ụgbọ mmiri\",\n    \"seascouts\": \"ndị na-egwu mmiri\",\n    \"seashell\": \"oke osimiri\",\n    \"seashells\": \"Oke mmiri\",\n    \"seashore\": \"ikpere mmiri\",\n    \"seashores\": \"oké osimiri\",\n    \"seasick\": \"ọnya mmiri\",\n    \"seasickness\": \"oké osimiri\",\n    \"seaside\": \"n'ụsọ oké osimiri\",\n    \"seasider\": \"oké osimiri\",\n    \"seasides\": \"oké osimiri\",\n    \"seasnail\": \"oké osimiri\",\n    \"season\": \"oge\",\n    \"seasonable\": \"nke oge\",\n    \"seasonableness\": \"oge\",\n    \"seasonably\": \"n'oge\",\n    \"seasonal\": \"sizinal\",\n    \"seasonality\": \"oge\",\n    \"seasonally\": \"n'oge\",\n    \"seasonalness\": \"nhazi oge\",\n    \"seasoned\": \"nwere oge\",\n    \"seasonedly\": \"nke oge\",\n    \"seasoner\": \"oge\",\n    \"seasoners\": \"ndị a kara aka\",\n    \"seasoning\": \"sizinin\",\n    \"seasoninglike\": \"sizinin\",\n    \"seasonings\": \"sizis\",\n    \"seasonless\": \"enweghị oge\",\n    \"seasons\": \"oge\",\n    \"seastar\": \"anụ ọhịa\",\n    \"seastroke\": \"ọdachi\",\n    \"seat\": \"oche\",\n    \"seatang\": \"ocheeze\",\n    \"seatbelt\": \"eriri oche\",\n    \"seated\": \"nọdu\",\n    \"seater\": \"oche\",\n    \"seaters\": \"ndị oche\",\n    \"seathe\": \"oche\",\n    \"seating\": \"anọdụ ala\",\n    \"seatings\": \"oche ndị ọzọ\",\n    \"seatless\": \"enweghi ike\",\n    \"seatmate\": \"onye isi oche\",\n    \"seatmates\": \"ndị bi na ya\",\n    \"seatrain\": \"ihe ndozi\",\n    \"seatrains\": \"oche oche\",\n    \"seatron\": \"ocheeze\",\n    \"seats\": \"oche\",\n    \"seatsman\": \"Oche oche\",\n    \"seatstone\": \"oche oche\",\n    \"seatwork\": \"ọrụ oche oche\",\n    \"seatworks\": \"ọrụ oche\",\n    \"seave\": \"osikapa\",\n    \"seavy\": \"mmiri mmiri\",\n    \"seaway\": \"mmiri\",\n    \"seaways\": \"mmiri mmiri\",\n    \"seawalls\": \"mmiri mmiri\",\n    \"seawan\": \"oke osimiri\",\n    \"seawans\": \"oke osimiri\",\n    \"seawants\": \"ihe mmiri\",\n    \"seaward\": \"oké osimiri\",\n    \"seawardly\": \"n'oké osimiri\",\n    \"seawards\": \"oké osimiri\",\n    \"seaware\": \"ihe mmiri dị na mmiri\",\n    \"seawares\": \"oké osimiri\",\n    \"seawater\": \"mmiri mmiri\",\n    \"seawaters\": \"oke osimiri\",\n    \"seaweed\": \"ahịhịa mmiri\",\n    \"seaweedy\": \"ahịhịa mmiri\",\n    \"seaweeds\": \"ahịhịa mmiri\",\n    \"seawife\": \"nwanyị mmiri mmiri\",\n    \"seaworn\": \"mmiri mmiri\",\n    \"seaworthy\": \"oke mmiri\",\n    \"seaworthiness\": \"ịdị oke oke mmiri\",\n    \"seax\": \"izu ahia\",\n    \"sebago\": \"osisi\",\n    \"sebastichthys\": \"ndiegwu\",\n    \"sebat\": \"izu ụka\",\n    \"sebesten\": \"inyocha\",\n    \"sebiferous\": \"na-egbu egbu\",\n    \"sebiparous\": \"nwanyị\",\n    \"seborrhea\": \"okpokoro\",\n    \"seborrheal\": \"Nwachukwu\",\n    \"sebums\": \"sebum\",\n    \"sec\": \"nkeji\",\n    \"secability\": \"nchekwa\",\n    \"secable\": \"nwere ike\",\n    \"secale\": \"sicale\",\n    \"secancy\": \"oge\",\n    \"secant\": \"ego\",\n    \"secantly\": \"na nzuzo\",\n    \"secants\": \"ndị nkịtị\",\n    \"secateur\": \"onye isi\",\n    \"secateurs\": \"ndị nchekwa\",\n    \"secchio\": \"nkuku\",\n    \"secco\": \"Okechukwu\",\n    \"secede\": \"kewaa\",\n    \"seceded\": \"zọpụ\",\n    \"seceder\": \"onye ogho\",\n    \"seceders\": \"ndị ogbi\",\n    \"secedes\": \"na-agbanye\",\n    \"seceding\": \"na ichebe\",\n    \"secern\": \"nkeji\",\n    \"secerned\": \"echekwara\",\n    \"secernent\": \"nkeji\",\n    \"secerning\": \"na-echebe\",\n    \"secernment\": \"ichebe\",\n    \"secerns\": \"nkpuru\",\n    \"secesh\": \"osote\",\n    \"secesher\": \"onye secesher\",\n    \"secess\": \"zọpụta\",\n    \"secessia\": \"ebe\",\n    \"secession\": \"nwewa\",\n    \"secessional\": \"nkewa\",\n    \"secessionalist\": \"onye ikewa\",\n    \"secessiondom\": \"nwe\",\n    \"secessioner\": \"onyewaputa\",\n    \"secessionism\": \"nkewa\",\n    \"secessionist\": \"onyewa\",\n    \"secessionists\": \"ndị isi\",\n    \"secessions\": \"ọrụ\",\n    \"sechium\": \"sehium\",\n    \"secy\": \"nkeji\",\n    \"seck\": \"olulu\",\n    \"seclude\": \"zere\",\n    \"secluded\": \"zoro ezo\",\n    \"secludedly\": \"naanị\",\n    \"secludedness\": \"ịnọ naanị gị\",\n    \"secludes\": \"zoro\",\n    \"secluding\": \"nanị\",\n    \"secluse\": \"mkpọchi\",\n    \"seclusion\": \"ichebe\",\n    \"seclusionist\": \"onye iche\",\n    \"seclusive\": \"nanị ya\",\n    \"seclusively\": \"naanị\",\n    \"seclusiveness\": \"iche naanị\",\n    \"seconal\": \"nke mmadu\",\n    \"second\": \"nke abụọ\",\n    \"secondary\": \"nke abụọ\",\n    \"secondaries\": \"nke abụọ\",\n    \"secondarily\": \"nke abuo\",\n    \"secondariness\": \"nke abụọ\",\n    \"seconde\": \"oghom\",\n    \"seconded\": \"nke abụọ\",\n    \"seconder\": \"nkeji oge\",\n    \"seconders\": \"nke abụọ\",\n    \"secondes\": \"nke abụọ\",\n    \"secondhand\": \"ihe ejigoro\",\n    \"secondhanded\": \"ejiri aka\",\n    \"secondhandedly\": \"nke aka abuo\",\n    \"secondhandedness\": \"nnabata\",\n    \"secondine\": \"nke abụọ\",\n    \"secondines\": \"nke abụọ\",\n    \"seconding\": \"nke abụọ\",\n    \"secondly\": \"abuo\",\n    \"secondment\": \"nke abụọ\",\n    \"secondness\": \"nke abụọ\",\n    \"secondo\": \"sekọndo\",\n    \"secondrater\": \"nke abụọ\",\n    \"seconds\": \"sekọnd\",\n    \"secondsighted\": \"nke anya abụọ\",\n    \"secondsightedness\": \"izu ike\",\n    \"secos\": \"nkeji\",\n    \"secours\": \"nkeji\",\n    \"secpar\": \"iberibe\",\n    \"secpars\": \"nde\",\n    \"secque\": \"nkeji\",\n    \"secration\": \"nche\",\n    \"secre\": \"zoro ezo\",\n    \"secrecy\": \"ihe nzuzo\",\n    \"secrecies\": \"nzuzo\",\n    \"secret\": \"ihe nzuzo\",\n    \"secreta\": \"zoro ezo\",\n    \"secretage\": \"nzuzo\",\n    \"secretagogue\": \"ụlọ akwụkwọ nzuzo\",\n    \"secretaire\": \"zoro ezo\",\n    \"secretar\": \"nzuzo\",\n    \"secretary\": \"ode akwukwo\",\n    \"secretarial\": \"odeakwụkwọ\",\n    \"secretarian\": \"odeakwụkwọ\",\n    \"secretariat\": \"odeakwụkwọ\",\n    \"secretariate\": \"odeakwụkwọ\",\n    \"secretariats\": \"odeakwụkwọ\",\n    \"secretaries\": \"ndị odeakwụkwọ\",\n    \"secretaryship\": \"ọrụ nzuzo\",\n    \"secretaryships\": \"ọrụ nzuzo\",\n    \"secrete\": \"zoro ezo\",\n    \"secreted\": \"zoro ezo\",\n    \"secreter\": \"zoro ezo\",\n    \"secretes\": \"nzuzo\",\n    \"secretest\": \"zoro ezo\",\n    \"secretin\": \"nzuzo\",\n    \"secreting\": \"na-ezobe ihe\",\n    \"secretins\": \"nzuzo\",\n    \"secretion\": \"ihe nzuzo\",\n    \"secretional\": \"nzuzo\",\n    \"secretionary\": \"zoro ezo\",\n    \"secretions\": \"ihe nzuzo\",\n    \"secretitious\": \"ihe nzuzo\",\n    \"secretive\": \"nzuzo\",\n    \"secretively\": \"na nzuzo\",\n    \"secretivelies\": \"nzuzo\",\n    \"secretiveness\": \"nzuzo\",\n    \"secretly\": \"na nzuzo\",\n    \"secretmonger\": \"na nzuzo\",\n    \"secretness\": \"ihe nzuzo\",\n    \"secreto\": \"nzuzo\",\n    \"secretomotor\": \"nzuzo\",\n    \"secretor\": \"onye ode akwukwo\",\n    \"secretory\": \"nzuzo\",\n    \"secretors\": \"ihe nzuzo\",\n    \"secrets\": \"ihe nzuzo\",\n    \"secretum\": \"nzuzo\",\n    \"secs\": \"nkeji\",\n    \"sect\": \"ịrọ òtù\",\n    \"sectary\": \"ịrọ òtù\",\n    \"sectarial\": \"nkewa\",\n    \"sectarian\": \"ịrọ òtù\",\n    \"sectarianise\": \"nkewa\",\n    \"sectarianised\": \"kewara ekewa\",\n    \"sectarianising\": \"nkewa\",\n    \"sectarianism\": \"ịrọ òtù\",\n    \"sectarianized\": \"kewara ekewa\",\n    \"sectarianizing\": \"ịtọpụ iche\",\n    \"sectarianly\": \"nkewa\",\n    \"sectarians\": \"ndị otu ịrọ òtù\",\n    \"sectaries\": \"òtù\",\n    \"sectarism\": \"ịrọ òtù\",\n    \"sectarist\": \"ịrọ òtù\",\n    \"sectator\": \"ụrọ\",\n    \"sectility\": \"nkewa\",\n    \"section\": \"ngalaba\",\n    \"sectional\": \"nkebi\",\n    \"sectionalisation\": \"ngalaba\",\n    \"sectionalise\": \"nkewa\",\n    \"sectionalised\": \"nkewa\",\n    \"sectionalising\": \"nkewa\",\n    \"sectionalism\": \"nkewa\",\n    \"sectionalist\": \"nkewa\",\n    \"sectionality\": \"nkebi\",\n    \"sectionalization\": \"nkebi nkebi\",\n    \"sectionalize\": \"kewaa\",\n    \"sectionalized\": \"nkewa\",\n    \"sectionalizing\": \"nkebi\",\n    \"sectionally\": \"nkebi\",\n    \"sectionary\": \"nkebi\",\n    \"sectioned\": \"nkewa\",\n    \"sectioning\": \"nkebi\",\n    \"sectionist\": \"nkebi\",\n    \"sectionize\": \"nkebi\",\n    \"sectionized\": \"nkewa\",\n    \"sectionizing\": \"nkebi nkebi\",\n    \"sections\": \"ngalaba\",\n    \"sectism\": \"ịrọ òtù\",\n    \"sectist\": \"ịrọ òtù\",\n    \"sectiuncle\": \"ekpemekpe\",\n    \"sective\": \"dị iche\",\n    \"sector\": \"mpaghara\",\n    \"sectoral\": \"mpaghara\",\n    \"sectored\": \"nkewa\",\n    \"sectorial\": \"ngalaba\",\n    \"sectoring\": \"ngalaba\",\n    \"sectors\": \"ndi\",\n    \"sectroid\": \"mfe\",\n    \"sects\": \"òtù\",\n    \"sectuary\": \"òtù nzuzo\",\n    \"sectwise\": \"òtù\",\n    \"secular\": \"ego\",\n    \"secularisation\": \"echiche ụwa\",\n    \"secularise\": \"nchedo\",\n    \"secularised\": \"mba nche\",\n    \"seculariser\": \"okpu\",\n    \"secularising\": \"ichebe ego\",\n    \"secularism\": \"nchedo obodo\",\n    \"secularist\": \"onye na -echekwa mba\",\n    \"secularistic\": \"okpukpe mba\",\n    \"secularists\": \"ndị ndọrọ ndọrọ ọchịchị\",\n    \"secularity\": \"ego\",\n    \"secularities\": \"ndị ọrụ ego\",\n    \"secularization\": \"ichebe iwu\",\n    \"secularize\": \"ichekwa\",\n    \"secularized\": \"echekwa\",\n    \"secularizer\": \"okpu\",\n    \"secularizers\": \"ndị na-echekwa ego\",\n    \"secularizes\": \"echekwa\",\n    \"secularizing\": \"na-echekwa ihe\",\n    \"secularly\": \"ego\",\n    \"secularness\": \"ego\",\n    \"seculars\": \"ndị nchekwa\",\n    \"seculum\": \"usoro\",\n    \"secundation\": \"nkwụsị\",\n    \"secundines\": \"mba\",\n    \"secundly\": \"na nzuzo\",\n    \"secundogeniture\": \"mbido\",\n    \"secundus\": \"mgbe\",\n    \"securable\": \"echekwa\",\n    \"securableness\": \"enweghi nchedo\",\n    \"securance\": \"nche\",\n    \"secure\": \"nọrọ ná nchebe\",\n    \"secured\": \"nwetara\",\n    \"secureful\": \"echedo\",\n    \"securely\": \"na ntukwasi-obi\",\n    \"securement\": \"nchebe\",\n    \"secureness\": \"ịnọ ná ntụkwasị obi\",\n    \"securer\": \"nchebe\",\n    \"securers\": \"ndị nchekwa\",\n    \"secures\": \"na-echekwa\",\n    \"securest\": \"nke dị nchebe\",\n    \"securicornate\": \"nwachukwu\",\n    \"securifer\": \"nwachukwu\",\n    \"securiferous\": \"ebe nchekwa\",\n    \"securiform\": \"nwachukwu\",\n    \"securigera\": \"nche\",\n    \"securigerous\": \"echekwa\",\n    \"securing\": \"ichebe\",\n    \"securings\": \"nchebe\",\n    \"securitan\": \"onye nchebe\",\n    \"security\": \"nche\",\n    \"securities\": \"nchebe\",\n    \"secus\": \"na mma\",\n    \"secutor\": \"onye nche\",\n    \"sedans\": \"sedan\",\n    \"sedate\": \"izu ogwu\",\n    \"sedated\": \"ogwuura\",\n    \"sedately\": \"ogwugwu\",\n    \"sedateness\": \"iburu ibu\",\n    \"sedating\": \"izu ike\",\n    \"sedation\": \"ogwuura\",\n    \"sedations\": \"ogba aghara\",\n    \"sedative\": \"ogwuura\",\n    \"sedatives\": \"ogwuuwu\",\n    \"sedentary\": \"ịnọkarị otu\",\n    \"sedentarily\": \"sedentally\",\n    \"sedentariness\": \"ịnọ ọdụ\",\n    \"seder\": \"izu ike\",\n    \"sederunt\": \"izu ike\",\n    \"sedged\": \"izu\",\n    \"sedgy\": \"ịgba ọgwụ\",\n    \"sedgier\": \"ịgba ohu\",\n    \"sedgiest\": \"na-agba ume\",\n    \"sedigitate\": \"sedigila\",\n    \"sedigitated\": \"kwụsie ike\",\n    \"sediment\": \"sedimenti\",\n    \"sedimental\": \"sedimenti\",\n    \"sedimentary\": \"sedimenti\",\n    \"sedimentarily\": \"sedimentally\",\n    \"sedimentate\": \"sedimenti\",\n    \"sedimentation\": \"sedimenti\",\n    \"sedimented\": \"sedimenti\",\n    \"sedimenting\": \"sedimenti\",\n    \"sedimentologist\": \"ọkà mmụta ọgwụ sedimentologist\",\n    \"sedimentous\": \"sedimenti\",\n    \"sediments\": \"sedimenti\",\n    \"sedition\": \"ịgba ọchịchị mgba okpuru\",\n    \"seditionary\": \"ịgba ọchịchị mgba okpuru\",\n    \"seditionist\": \"onye na-agba ọchịchị mgba okpuru\",\n    \"seditionists\": \"ndị na-agba ọchịchị mgba okpuru\",\n    \"seditions\": \"ịgba aghara\",\n    \"seditious\": \"na-atọ ọchị\",\n    \"seditiously\": \"n'ịgba aghara\",\n    \"seditiousness\": \"ịkpa aghara\",\n    \"sedovic\": \"nkem\",\n    \"seduce\": \"rafuo\",\n    \"seduceability\": \"iduhie\",\n    \"seduceable\": \"rafuru\",\n    \"seduced\": \"rafuru\",\n    \"seducee\": \"iduhie\",\n    \"seducement\": \"iduhie\",\n    \"seducer\": \"rafuo\",\n    \"seducers\": \"ndi nduhie\",\n    \"seduces\": \"na-arafu\",\n    \"seducible\": \"aghụghọ\",\n    \"seducing\": \"na-arafu\",\n    \"seducingly\": \"na-eduhie\",\n    \"seducive\": \"iduhie\",\n    \"seduct\": \"rafuo\",\n    \"seduction\": \"seduedu\",\n    \"seductive\": \"na-arafu ndị mmadụ\",\n    \"seductively\": \"rafuo\",\n    \"seductiveness\": \"na-arafu mmadụ\",\n    \"seductress\": \"rapu nwanyi\",\n    \"seductresses\": \"rapu ndi nwanyi\",\n    \"sedulity\": \"iduga\",\n    \"sedulous\": \"enweghị uche\",\n    \"sedulously\": \"nke oma\",\n    \"sedulousness\": \"enweghị uche\",\n    \"sedums\": \"sedum\",\n    \"see\": \"lee\",\n    \"seeable\": \"ahuhu\",\n    \"seeableness\": \"ịhụ anya\",\n    \"seeably\": \"ahụ anya\",\n    \"seecatch\": \"lelee\",\n    \"seecawk\": \"leenụ\",\n    \"seech\": \"ichi\",\n    \"seechelt\": \"Okenye\",\n    \"seed\": \"mkpuru\",\n    \"seedage\": \"mkpụrụ\",\n    \"seedball\": \"bọl\",\n    \"seedbed\": \"akụ mkpụrụ\",\n    \"seedbeds\": \"nkpuru ahihia\",\n    \"seedbird\": \"nnụnụ\",\n    \"seedbox\": \"igbe mkpụrụ\",\n    \"seedcakes\": \"achicha\",\n    \"seedcase\": \"akwa akwa\",\n    \"seedcases\": \"ihe ndozi\",\n    \"seeded\": \"kụrụ\",\n    \"seeder\": \"mkpụrụ\",\n    \"seeders\": \"ndị na-akụ mkpụrụ\",\n    \"seedful\": \"na-agha mkpụrụ\",\n    \"seedgall\": \"mkpuruobi\",\n    \"seedy\": \"nke nwere mkpuru osisi\",\n    \"seedily\": \"mkpụrụ\",\n    \"seediness\": \"mkpụrụ\",\n    \"seeding\": \"na-agha mkpụrụ\",\n    \"seedings\": \"Mkpụrụ\",\n    \"seedkin\": \"mkpụrụ osisi\",\n    \"seedleaf\": \"ahihia\",\n    \"seedless\": \"enweghị mkpụrụ\",\n    \"seedlessness\": \"enweghị mkpụrụ\",\n    \"seedlet\": \"akwukwo ozi\",\n    \"seedlike\": \"yiri nkpuru\",\n    \"seedlings\": \"mkpuru\",\n    \"seedlip\": \"mkpuru osisi\",\n    \"seedman\": \"onye kụrụ\",\n    \"seedmen\": \"ndị na-akụ mkpụrụ\",\n    \"seedness\": \"mkpụrụ\",\n    \"seedpod\": \"mkpụrụ osisi\",\n    \"seedpods\": \"mkpụrụ osisi\",\n    \"seeds\": \"osisi\",\n    \"seedsman\": \"onye kụrụ\",\n    \"seedsmen\": \"ndị na-akụ mkpụrụ\",\n    \"seedstalk\": \"ịgha mkpụrụ\",\n    \"seedster\": \"mkpuru osisi\",\n    \"seedtime\": \"oge mkpuru osisi\",\n    \"seedtimes\": \"oge mkpuru osisi\",\n    \"seeing\": \"ịhụ\",\n    \"seeingly\": \"n'ile anya\",\n    \"seeingness\": \"ịhụ ụzọ\",\n    \"seeings\": \"hụ\",\n    \"seek\": \"chọọ\",\n    \"seeker\": \"onye na-acho\",\n    \"seekerism\": \"ịchọ\",\n    \"seekers\": \"ndị na-achọ\",\n    \"seeking\": \"na-achọ\",\n    \"seeks\": \"na-achọ\",\n    \"seel\": \"hu\",\n    \"seeled\": \"hụrụ\",\n    \"seelful\": \"seeel\",\n    \"seelily\": \"selili\",\n    \"seeliness\": \"ịdị ọkụ\",\n    \"seeling\": \"ịhụ\",\n    \"seels\": \"ahụ\",\n    \"seem\": \"odika\",\n    \"seemable\": \"yiri\",\n    \"seemably\": \"odika\",\n    \"seemed\": \"yiri\",\n    \"seemer\": \"yiri\",\n    \"seemers\": \"yiri\",\n    \"seeming\": \"yiri\",\n    \"seemingly\": \"odika\",\n    \"seemingness\": \"ịdị ka\",\n    \"seemings\": \"yiri\",\n    \"seemless\": \"adighi\",\n    \"seemly\": \"yiri\",\n    \"seemlier\": \"nke dicha\",\n    \"seemliest\": \"dị ka\",\n    \"seemlihead\": \"odika\",\n    \"seemlily\": \"Odikwa\",\n    \"seemliness\": \"ịdị mma\",\n    \"seems\": \"yiri\",\n    \"seen\": \"hụrụ\",\n    \"seenie\": \"hụrụ\",\n    \"seenil\": \"hụrụ\",\n    \"seenu\": \"sawu\",\n    \"seepages\": \"seepage\",\n    \"seepproof\": \"ihere\",\n    \"seeps\": \"seep\",\n    \"seer\": \"onye ọhụ ụzọ\",\n    \"seerfish\": \"azụ azụ\",\n    \"seerhand\": \"onye ọhụụ\",\n    \"seerhood\": \"Ahụhụ\",\n    \"seerlike\": \"dị ka ọhụ ụzọ\",\n    \"seers\": \"ndị ọhụụ\",\n    \"seership\": \"nchọpụta mmiri\",\n    \"seersucker\": \"onye na-ahụ anya\",\n    \"sees\": \"na-ahụ\",\n    \"seesaw\": \"na-ahụ\",\n    \"seesawed\": \"na-ahụ ụzọ\",\n    \"seesawiness\": \"ọhụụ\",\n    \"seesawing\": \"ịhụ ihe\",\n    \"seesee\": \"seeee\",\n    \"seethe\": \"sie\",\n    \"seethed\": \"sie\",\n    \"seether\": \"sie\",\n    \"seethes\": \"sie\",\n    \"seething\": \"na-eri ihe\",\n    \"seethingly\": \"na-agbasi\",\n    \"seggard\": \"segard\",\n    \"seggars\": \"ndị na-arịọ arịrịọ\",\n    \"segment\": \"nke\",\n    \"segmental\": \"nkewa\",\n    \"segmentalize\": \"kewaa\",\n    \"segmentally\": \"nkewa\",\n    \"segmentary\": \"nkewa\",\n    \"segmentate\": \"Nkewa\",\n    \"segmentation\": \"nkewa\",\n    \"segmentations\": \"nkewa\",\n    \"segmented\": \"nkewa\",\n    \"segmenter\": \"nkebi\",\n    \"segmenting\": \"nkewa\",\n    \"segmentize\": \"kewaa\",\n    \"segments\": \"agba\",\n    \"segregable\": \"iche\",\n    \"segregant\": \"nkewa\",\n    \"segregate\": \"iche\",\n    \"segregated\": \"iche\",\n    \"segregatedly\": \"iche iche\",\n    \"segregatedness\": \"nkewa\",\n    \"segregateness\": \"iche iche\",\n    \"segregates\": \"iche\",\n    \"segregating\": \"iche\",\n    \"segregation\": \"nkewa\",\n    \"segregational\": \"nkewa\",\n    \"segregationist\": \"nkewa\",\n    \"segregationists\": \"ndi nkewa\",\n    \"segregative\": \"nkewa\",\n    \"segregator\": \"nkewa\",\n    \"segues\": \"usoro\",\n    \"seguing\": \"segu\",\n    \"seiches\": \"iche\",\n    \"seidels\": \"elu mmiri\",\n    \"seidlitz\": \"Obinna Nwogu\",\n    \"seignioral\": \"seignal\",\n    \"seignioralty\": \"Ọkpụkpụ\",\n    \"seigniority\": \"ogo\",\n    \"seigniors\": \"ndi ozo\",\n    \"seigniorship\": \"ọkọlọtọ\",\n    \"seignories\": \"akara\",\n    \"seined\": \"sein\",\n    \"seining\": \"na-eri mmiri\",\n    \"seised\": \"lezie anya\",\n    \"seisers\": \"seis\",\n    \"seises\": \"seise\",\n    \"seising\": \"na-ebili\",\n    \"seism\": \"seismic\",\n    \"seismatical\": \"seismic\",\n    \"seismetic\": \"seismic\",\n    \"seismically\": \"seism\",\n    \"seismism\": \"seism\",\n    \"seismisms\": \"seism\",\n    \"seismograms\": \"seismogram\",\n    \"seismologist\": \"ọkà mmụta seismologist\",\n    \"seismologists\": \"ndị na-ahụ maka seismologists\",\n    \"seismometer\": \"seismometa\",\n    \"seismometers\": \"seisomita\",\n    \"seisms\": \"ihe ndi ozo\",\n    \"seisure\": \"njide\",\n    \"seisures\": \"ihe ndozi\",\n    \"seity\": \"ihe\",\n    \"seize\": \"jidere\",\n    \"seized\": \"jidere\",\n    \"seizer\": \"onye na-akwa mmiri\",\n    \"seizers\": \"ndị na-ere nri\",\n    \"seizes\": \"na-ejide\",\n    \"seizing\": \"na-ewere\",\n    \"seizings\": \"ọdịdọ\",\n    \"seizins\": \"na-ewere\",\n    \"seizor\": \"ọdịdọ\",\n    \"seizors\": \"ọdịdọ\",\n    \"seizure\": \"ọdịdọ\",\n    \"seizures\": \"ọdịdọ\",\n    \"sejoined\": \"jikọtara\",\n    \"sejunction\": \"njikọ\",\n    \"sejunctively\": \"otu\",\n    \"selahs\": \"sela\",\n    \"selander\": \"onye nkwutọ\",\n    \"selden\": \"dị\",\n    \"seldom\": \"ịdịkarị\",\n    \"seldomcy\": \"enweghi mgbe\",\n    \"seldomer\": \"ịdịkarị\",\n    \"seldomly\": \"ịdịkarị\",\n    \"seldomness\": \"adịghị adị\",\n    \"sele\": \"Họrọ\",\n    \"select\": \"họrọ\",\n    \"selectable\": \"nhọrọ\",\n    \"selectance\": \"nhọrọ\",\n    \"selected\": \"ahọpụtara\",\n    \"selectedly\": \"ahọrọ\",\n    \"selectee\": \"họrọ\",\n    \"selectees\": \"họrọ\",\n    \"selecting\": \"na-ahọpụta\",\n    \"selection\": \"nhọrọ\",\n    \"selectional\": \"nhọrọ\",\n    \"selectionism\": \"nhọrọ\",\n    \"selectionist\": \"onye nhoputa\",\n    \"selectionists\": \"ndị nhọpụta\",\n    \"selections\": \"nhọrọ\",\n    \"selective\": \"nhọrọ\",\n    \"selectively\": \"bibiri\",\n    \"selectiveness\": \"nhọrọ\",\n    \"selectivity\": \"nhọrọ\",\n    \"selectivitysenescence\": \"Nhọrọ nhọrọ\",\n    \"selectly\": \"họrọ\",\n    \"selectman\": \"onye nhoputa\",\n    \"selectmen\": \"họrọ\",\n    \"selectness\": \"nhọrọ\",\n    \"selector\": \"ihe nhoputa\",\n    \"selectors\": \"ndị họrọ\",\n    \"selects\": \"ahọrọ\",\n    \"selectus\": \"nhọrọ\",\n    \"selenate\": \"oge\",\n    \"selenates\": \"ndiegwu\",\n    \"selene\": \"Họrọ\",\n    \"seleniate\": \"họta\",\n    \"selenic\": \"Ogechi\",\n    \"selenides\": \"ndiegwu\",\n    \"seleniferous\": \"Obinna Iwuchukwu\",\n    \"selenion\": \"izu\",\n    \"selenious\": \"iche\",\n    \"selenitical\": \"oge\",\n    \"selenitiferous\": \"Obinna Iwuchukwu\",\n    \"selenitish\": \"Ogechukwu\",\n    \"seleniums\": \"ihe nhoputa\",\n    \"seleniuret\": \"selenium\",\n    \"selenodonta\": \"selenodont\",\n    \"selenodonty\": \"selenodont\",\n    \"selenographer\": \"onye na-ese ihe\",\n    \"selenographers\": \"ndị na-ese ihe\",\n    \"selenographist\": \"onye nnochite anya\",\n    \"selenologist\": \"ọkà mmụta sayensị\",\n    \"selenous\": \"ahọrọ\",\n    \"selensilver\": \"ndiegwu\",\n    \"self\": \"onwe\",\n    \"selfadjoint\": \"ichebe onwe\",\n    \"selfcide\": \"igbu onwe\",\n    \"selfdom\": \"njide onwe onye\",\n    \"selfdoms\": \"mkpuchi onwe\",\n    \"selfed\": \"onwe\",\n    \"selfeffacing\": \"elgha\",\n    \"selfful\": \"onwe\",\n    \"selffulness\": \"onwe\",\n    \"selfheal\": \"nweghachi\",\n    \"selfheals\": \"igbu onwe\",\n    \"selfhypnotization\": \"nkọwapụta onwe\",\n    \"selfhood\": \"nwee onwe\",\n    \"selfhoods\": \"onwe\",\n    \"selfing\": \"onwe\",\n    \"selfish\": \"ịchọ ọdịmma onwe onye nanị\",\n    \"selfishly\": \"nke ịchọ ọdịmma onwe onye nanị\",\n    \"selfishness\": \"ịchọ ọdịmma onwe onye nanị\",\n    \"selfless\": \"achọghị ọdịmma onwe onye nanị\",\n    \"selflessly\": \"achọghị ọdịmma onwe gị naanị\",\n    \"selflessness\": \"achọghị ọdịmma onwe onye nanị\",\n    \"selfly\": \"onwe\",\n    \"selflike\": \"ime onwe\",\n    \"selfmovement\": \"mmegharị onwe\",\n    \"selfness\": \"onwe\",\n    \"selfnesses\": \"onwe\",\n    \"selfpreservatory\": \"ebe nchekwa onwe\",\n    \"selfpropelling\": \"nchịkwa onwe\",\n    \"selfrestrained\": \"ejide onwe\",\n    \"selfs\": \"onwe\",\n    \"selfsaid\": \"ikwuru onwe\",\n    \"selfsame\": \"aha onwe\",\n    \"selfsameness\": \"nkwanye ugwu\",\n    \"selfseekingness\": \"ichoputa\",\n    \"selfsufficiency\": \"afọ ojuju\",\n    \"selfsustainingly\": \"na-ejide onwe gị\",\n    \"selfward\": \"onwe\",\n    \"selfwards\": \"onwe\",\n    \"seling\": \"zaa\",\n    \"seljuk\": \"elnye\",\n    \"seljukian\": \"Nkiruka\",\n    \"sell\": \"ree\",\n    \"sellable\": \"erere\",\n    \"sellably\": \"erere\",\n    \"sellary\": \"sellar\",\n    \"sellate\": \"sellar\",\n    \"selle\": \"ire\",\n    \"sellenders\": \"ndị na-ere ere\",\n    \"seller\": \"onye na-ere ere\",\n    \"sellers\": \"ndị na-ere\",\n    \"selles\": \"sel\",\n    \"selli\": \"ere\",\n    \"sellie\": \"ire\",\n    \"selliform\": \"ire ere\",\n    \"selling\": \"n'ire\",\n    \"sells\": \"na-ere, na-ere\",\n    \"sels\": \"na-ere, na-ere\",\n    \"selsyn\": \"selsun\",\n    \"selsyns\": \"mmmmmmmmmmmm\",\n    \"selsoviet\": \"udochukwu\",\n    \"selt\": \"gbazee\",\n    \"selter\": \"seltzer\",\n    \"selvaged\": \"elbụ\",\n    \"selvedged\": \"Ozizi\",\n    \"selves\": \"onwe gị\",\n    \"selzogene\": \"seltzogene\",\n    \"semaeostomae\": \"semaeostomeae\",\n    \"semaeostomata\": \"semaeostomeae\",\n    \"semantical\": \"nke abuo\",\n    \"semantically\": \"n'usoro\",\n    \"semantician\": \"onye dibia ogwu\",\n    \"semanticist\": \"onye nchoputa ihe omuma\",\n    \"semanticists\": \"ndị sụgharịrị asụsụ mmụta\",\n    \"semantics\": \"ihe omuma\",\n    \"semaphore\": \"okporo ụzọ\",\n    \"semaphored\": \"izu ike\",\n    \"semaphoric\": \"onyema\",\n    \"semaphorical\": \"nkema\",\n    \"semaphorically\": \"n'usoro\",\n    \"semaphoring\": \"ịda mba\",\n    \"semasiology\": \"usoro ihe omumu\",\n    \"semasiological\": \"ihe omumu\",\n    \"semasiologically\": \"n'usoro\",\n    \"semasiologist\": \"ọkà mmụta sayensị\",\n    \"sematic\": \"nke sematic\",\n    \"semblable\": \"okpokoro\",\n    \"semblance\": \"ọdịdị\",\n    \"semblances\": \"ụdị\",\n    \"semblant\": \"anụ ahụ\",\n    \"semblative\": \"nke dị\",\n    \"semblence\": \"mkpụrụ osisi\",\n    \"sembling\": \"embbụ\",\n    \"semeion\": \"otu\",\n    \"semeiotic\": \"dị\",\n    \"sememic\": \"nke abụọ\",\n    \"semen\": \"ọbara ọcha\",\n    \"semence\": \"ọkara\",\n    \"semencontra\": \"ụgbụ\",\n    \"sement\": \"semente\",\n    \"semese\": \"semes\",\n    \"semester\": \"ọkara afọ agụmakwụkwọ\",\n    \"semestrial\": \"nke semestrial\",\n    \"semi\": \"ọkara\",\n    \"semiabsorbent\": \"ọkaraga\",\n    \"semiabstract\": \"ọkara akụkụ\",\n    \"semiabstracted\": \"ọkara apụ\",\n    \"semiabstraction\": \"ọkara okpokoro\",\n    \"semiacademic\": \"akara aka\",\n    \"semiacademical\": \"akara aka\",\n    \"semiacademically\": \"ọkara agụmakwụkwọ\",\n    \"semiaccomplishment\": \"ọkara rụzuru\",\n    \"semiacetic\": \"nkeraga\",\n    \"semiacid\": \"semifid\",\n    \"semiacidic\": \"nkechiacidic\",\n    \"semiacidified\": \"nkewa nke anọ\",\n    \"semiacidulated\": \"nkeraga\",\n    \"semiacquaintance\": \"nkekọ nke ọ bụla\",\n    \"semiacrobatic\": \"nkechiacrobatic\",\n    \"semiactive\": \"ọkara\",\n    \"semiactively\": \"ọkara\",\n    \"semiactiveness\": \"izu ike\",\n    \"semiadherent\": \"nkera adighi\",\n    \"semiadhesive\": \"ọkara nke anọ\",\n    \"semiadhesively\": \"ọkara\",\n    \"semiadhesiveness\": \"ọkara akụkụ\",\n    \"semiadjectively\": \"ọkara\",\n    \"semiadnate\": \"ọkara nke ọkara\",\n    \"semiaerial\": \"nke abụọ\",\n    \"semiaffectionate\": \"ọkara ịhụnanya\",\n    \"semiagricultural\": \"ọkara ugbo\",\n    \"semialcoholic\": \"onye nkuzi\",\n    \"semialien\": \"ọkara\",\n    \"semiallegorically\": \"semiallegorly\",\n    \"semialuminous\": \"nke semialuminous\",\n    \"semiamplexicaul\": \"izu ike\",\n    \"semiamplitude\": \"izu aka\",\n    \"semianaesthetic\": \"ihe omuma\",\n    \"semianalytical\": \"nke semianalytical\",\n    \"semianarchist\": \"onye nchoputa\",\n    \"semianatomic\": \"semianatomik\",\n    \"semianatomically\": \"semianatomikal\",\n    \"semiandrogenous\": \"ọkara ọkara\",\n    \"semianesthetic\": \"ihe omuma\",\n    \"semiangle\": \"ogwe aka\",\n    \"semiangular\": \"ọkara\",\n    \"semianimate\": \"semifim\",\n    \"semianimated\": \"echekwara\",\n    \"semiannually\": \"ọkara kwa afọ\",\n    \"semiantiministerial\": \"ọkara nke ọkara nke ndụ\",\n    \"semiappressed\": \"gbadoro\",\n    \"semiarboreal\": \"nkewa\",\n    \"semiarborescent\": \"ọkara ọkara\",\n    \"semiarc\": \"ọkara ọkara\",\n    \"semiarch\": \"ọkara ọkara\",\n    \"semiarchitectural\": \"ọkara akụkụ\",\n    \"semiarchitecturally\": \"na-adabaghị adaba\",\n    \"semiarid\": \"ọkara semid\",\n    \"semiaridity\": \"ọkara ọkara\",\n    \"semiarticulate\": \"nkekọm\",\n    \"semiarticulately\": \"nkewa\",\n    \"semiasphaltic\": \"ọkara afọ\",\n    \"semiatheist\": \"okwe\",\n    \"semiattached\": \"nkewa ọkara\",\n    \"semiautomated\": \"semia akpaghị aka\",\n    \"semiautomatics\": \"semiautomatikis\",\n    \"semiaxis\": \"ọkara axis\",\n    \"semibacchanalian\": \"ọkara bacchanalian\",\n    \"semibachelor\": \"ọkara okokporo\",\n    \"semibald\": \"okpokoro\",\n    \"semibalked\": \"okpokoro\",\n    \"semibarbarian\": \"onye nkuzi\",\n    \"semibaronial\": \"izu ike\",\n    \"semibeam\": \"ọkaram\",\n    \"semibejan\": \"ọkaraga\",\n    \"semibiographically\": \"n'usoro\",\n    \"semibiological\": \"ihe omumu\",\n    \"semiblasphemous\": \"ọkara ekwulu\",\n    \"semiblasphemously\": \"ọkara nkwulu\",\n    \"semiblasphemousness\": \"izu oke\",\n    \"semibleached\": \"nwere ike ịdị\",\n    \"semiblind\": \"okpokoro\",\n    \"semibody\": \"ọkara ọkara\",\n    \"semiboiled\": \"nkera\",\n    \"semibold\": \"ọkara\",\n    \"semibolshevist\": \"nke abụọ\",\n    \"semibolshevized\": \"sembolshevized\",\n    \"semibouffant\": \"ọkara\",\n    \"semibourgeois\": \"izu\",\n    \"semibreve\": \"okpokoro\",\n    \"semicalcareous\": \"echekwara\",\n    \"semicanal\": \"semical\",\n    \"semicanalis\": \"semicaalis\",\n    \"semicannibalic\": \"ihe omumu\",\n    \"semicantilever\": \"ihe ọmụmụ\",\n    \"semicarbonize\": \"semicarboniz\",\n    \"semicartilaginous\": \"ọkara cartilaginous\",\n    \"semicarved\": \"semifarved\",\n    \"semicatholicism\": \"semicatholism\",\n    \"semicelestial\": \"ọkara nke eluigwe\",\n    \"semicentenarian\": \"onye nkuzi\",\n    \"semicentennial\": \"ọkara afọ\",\n    \"semicentury\": \"ọkara afọ\",\n    \"semichemical\": \"ihe omumu\",\n    \"semichivalrous\": \"nke abụọ\",\n    \"semicyclic\": \"ihe omumu\",\n    \"semicycloid\": \"ihe omumu\",\n    \"semicircle\": \"ọkara okirikiri\",\n    \"semicircled\": \"okirikiri\",\n    \"semicircles\": \"semicirik\",\n    \"semicircular\": \"semicirikal\",\n    \"semicircumference\": \"ọkara okirikiri\",\n    \"semiclosure\": \"ọkara\",\n    \"semicomic\": \"semicomik\",\n    \"semicommercial\": \"ahịa\",\n    \"semicommunicative\": \"semicommọniks\",\n    \"semicomplicated\": \"ọkara mgbagwoju anya\",\n    \"semiconcealed\": \"ọkara zoro ezo\",\n    \"semiconditioned\": \"ọkara nke abụọ\",\n    \"semiconducting\": \"mmezi\",\n    \"semicone\": \"semikone\",\n    \"semiconical\": \"semiconikal\",\n    \"semiconventionality\": \"ọmụmụ ihe\",\n    \"semicordated\": \"ọkara\",\n    \"semicupola\": \"ọkara cupola\",\n    \"semidangerous\": \"semidan ize ndụ\",\n    \"semidangerously\": \"semidan ize ndụ\",\n    \"semidangerousness\": \"ọkara ize ndụ\",\n    \"semidead\": \"okpokoro\",\n    \"semideaf\": \"okpokoro\",\n    \"semideafness\": \"izu ụka\",\n    \"semidecadent\": \"ọkara afọ\",\n    \"semidecadently\": \"ọkara aka\",\n    \"semidecay\": \"okpokoro\",\n    \"semidecussation\": \"mkparịta ụka\",\n    \"semidefensive\": \"okpokoro\",\n    \"semidefensiveness\": \"izu ike\",\n    \"semidefined\": \"ịkọwapụtara\",\n    \"semidefinite\": \"ọkara akara\",\n    \"semidefinitely\": \"ọkara iche\",\n    \"semidefiniteness\": \"izu ụka\",\n    \"semideific\": \"ọkara\",\n    \"semideification\": \"ịkọwapụta\",\n    \"semideistical\": \"usoro\",\n    \"semideity\": \"ọkara\",\n    \"semidelight\": \"elekere\",\n    \"semidelirious\": \"nke anaghi ekele\",\n    \"semideltaic\": \"ogwugwu\",\n    \"semidemented\": \"kwupụtara\",\n    \"semidependence\": \"Nkwado\",\n    \"semidependent\": \"ọkara dabere\",\n    \"semidependently\": \"ọkara dabere\",\n    \"semideponent\": \"okpokoro\",\n    \"semidestruction\": \"usoro mmeghari\",\n    \"semidestructive\": \"na-akụzi ihe\",\n    \"semidetached\": \"echekwara\",\n    \"semidetachment\": \"usoro mmụta\",\n    \"semideveloped\": \"echekwara\",\n    \"semidiagrammatic\": \"usoro\",\n    \"semidiameter\": \"ọkaramita\",\n    \"semidiapason\": \"izu ike\",\n    \"semidiaphaneity\": \"nchoputa\",\n    \"semidiaphanously\": \"izu ike\",\n    \"semidiaphanousness\": \"ọmụmụ ihe\",\n    \"semidictatorial\": \"ọkara ọchịchị aka ike\",\n    \"semidictatorially\": \"ọkara dictatorially\",\n    \"semidictatorialness\": \"akara aka\",\n    \"semidifference\": \"na elekere\",\n    \"semidigested\": \"echekwara\",\n    \"semidigitigrade\": \"ọkara digitigrade\",\n    \"semidilapidation\": \"ọkara dilapidation\",\n    \"semidiness\": \"izu oke\",\n    \"semidisabled\": \"okirikiri\",\n    \"semidiurnal\": \"izu ụka\",\n    \"semidivided\": \"nkewa\",\n    \"semidivision\": \"izu ụka\",\n    \"semidivisively\": \"n'usoro\",\n    \"semidivisiveness\": \"izu ike\",\n    \"semidomestically\": \"n'usoro\",\n    \"semidomestication\": \"ogwugwo\",\n    \"semidominant\": \"ọkara\",\n    \"semidormant\": \"ọkara\",\n    \"semidramatic\": \"okpokoro\",\n    \"semidramatical\": \"n'usoro ọmụmụ\",\n    \"semidramatically\": \"n'usoro\",\n    \"semidress\": \"okpokoro\",\n    \"semidried\": \"okyere\",\n    \"semidrying\": \"inyocha\",\n    \"semiduration\": \"na ọkara\",\n    \"semiearly\": \"ọkara otu ọkara\",\n    \"semieducated\": \"kelerịrị\",\n    \"semieffigy\": \"ọkara effigy\",\n    \"semielevated\": \"gbasasịa\",\n    \"semielision\": \"ọkara ọkara\",\n    \"semiellipse\": \"izu ike\",\n    \"semiellipsis\": \"semellipsis\",\n    \"semiellipsoidal\": \"ọkara ellipsoidal\",\n    \"semielliptic\": \"semelliptic\",\n    \"semielliptical\": \"ihe omuma\",\n    \"semiemotional\": \"izu ike\",\n    \"semiemotionally\": \"nkera\",\n    \"semiempirical\": \"ọkara nke\",\n    \"semiempirically\": \"izu ike\",\n    \"semienclosed\": \"izu\",\n    \"semienclosure\": \"imechi\",\n    \"semiengaged\": \"ọkara ọkara\",\n    \"semiequitant\": \"nke ọkara\",\n    \"semierect\": \"ọkara akụkụ\",\n    \"semierectly\": \"ọkara\",\n    \"semierectness\": \"ọkara akụkụ\",\n    \"semieremitical\": \"nkeiritala\",\n    \"semiessay\": \"nkem\",\n    \"semievergreen\": \"ọkara evergreen\",\n    \"semiexclusive\": \"ọkara nanị\",\n    \"semiexclusiveness\": \"izu ike\",\n    \"semiexecutive\": \"nke abụọ\",\n    \"semiexpanded\": \"gbasasịa\",\n    \"semiexpressionistic\": \"nkwanye ugwu\",\n    \"semiextinct\": \"ọkara ikpochapu\",\n    \"semiextinction\": \"ọkara ikpochapu\",\n    \"semifabulous\": \"ọkara fabulous\",\n    \"semifailure\": \"ọkara ọdịda\",\n    \"semiferous\": \"okpokoro\",\n    \"semify\": \"izu oke\",\n    \"semifiction\": \"mmeputa\",\n    \"semifictional\": \"semifiction\",\n    \"semifictionalized\": \"ewepụtara\",\n    \"semifictionally\": \"n'usoro\",\n    \"semifinals\": \"semifinal\",\n    \"semifitted\": \"nkewa\",\n    \"semifitting\": \"nkekọ semif\",\n    \"semifloating\": \"ọkara sere n'elu\",\n    \"semiflosculous\": \"nke abụọ\",\n    \"semifluctuant\": \"ọkara fluctuant\",\n    \"semifluctuating\": \"ọkara fluctuating\",\n    \"semiformed\": \"ọkara kpụrụ\",\n    \"semifossil\": \"ọkara fosil\",\n    \"semifossilized\": \"ọkara fosilized\",\n    \"semifriable\": \"nke abụọ\",\n    \"semifunctionalism\": \"ọkara arụ ọrụ\",\n    \"semifunctionally\": \"ọkara arụmọrụ\",\n    \"semifurnished\": \"ọkara edoziri\",\n    \"semifused\": \"nkewa\",\n    \"semifuturistic\": \"ọkara futuristic\",\n    \"semigelatinous\": \"ọkara gelatinous\",\n    \"semigentleman\": \"onye isi\",\n    \"semiglorious\": \"ọkara ebube\",\n    \"semigloss\": \"ọkara gloss\",\n    \"semigod\": \"demigod\",\n    \"semigovernmental\": \"ndi ochichi\",\n    \"semigovernmentally\": \"nke ọchịchị\",\n    \"semih\": \"ọkara\",\n    \"semihand\": \"ọkara aka\",\n    \"semihaness\": \"ọkara ọkara\",\n    \"semihard\": \"ọkara\",\n    \"semiharden\": \"ọkara ọkara\",\n    \"semihardened\": \"ọkara osisi\",\n    \"semihardy\": \"izu ike\",\n    \"semihardness\": \"ikekwe\",\n    \"semihastate\": \"ọkara ọkara\",\n    \"semihepatization\": \"ọkara akụkụ\",\n    \"semiherbaceous\": \"ọkara herbaceous\",\n    \"semiheretic\": \"ọkara agbụ\",\n    \"semiheretical\": \"ọkara aka\",\n    \"semiheterocercal\": \"ọkara heterocercal\",\n    \"semihexagon\": \"ọkara ọkara\",\n    \"semihexagonal\": \"ọkaramagonal\",\n    \"semihyaline\": \"okpokoro\",\n    \"semihydrate\": \"ọkara mmiri\",\n    \"semihydrobenzoinic\": \"ọkarahydrobenzoinic\",\n    \"semihigh\": \"ọkara\",\n    \"semihyperbola\": \"izu ike\",\n    \"semihyperbolic\": \"nkera\",\n    \"semihyperbolical\": \"ọkara akwụkwọ\",\n    \"semihysterical\": \"ọkara afọ\",\n    \"semihysterically\": \"ọkara nke atọ\",\n    \"semihistoric\": \"ọkara akụkọ ihe mere eme\",\n    \"semihistorical\": \"ọkara akụkọ ihe mere eme\",\n    \"semihistorically\": \"ọkara akụkọ ihe mere eme\",\n    \"semihobo\": \"ọkarahobo\",\n    \"semihoboes\": \"ọkara osisi\",\n    \"semihobos\": \"ọkarahobos\",\n    \"semiholiday\": \"ọkaraholiday\",\n    \"semihonor\": \"ọkara ọkara\",\n    \"semihoral\": \"ọkara ọkara\",\n    \"semihorny\": \"nkera\",\n    \"semihostile\": \"ọkara nke mmụọ\",\n    \"semihostilely\": \"izu ike\",\n    \"semihostility\": \"ọkara nke mmụọ\",\n    \"semihot\": \"nkechi\",\n    \"semihuman\": \"ọkara onye\",\n    \"semihumanism\": \"ọkara mmadụ\",\n    \"semihumanistic\": \"ọkara mmadụ\",\n    \"semihumanitarian\": \"akwadoghị mmadụ\",\n    \"semihumanized\": \"nkewa nke mmadu\",\n    \"semihumbug\": \"semhumbug\",\n    \"semihumorous\": \"ọkara kemmeochi\",\n    \"semihumorously\": \"ọkara ọchị\",\n    \"semiyearly\": \"ọkara\",\n    \"semiyearlies\": \"ọkara ọkara afọ\",\n    \"semiintoxicated\": \"na-egbu egbu\",\n    \"semijealousy\": \"ihe ekworo\",\n    \"semijocular\": \"ọkara akụkụ\",\n    \"semijocularly\": \"ọkara akụkụ\",\n    \"semijubilee\": \"ọkarajubilee\",\n    \"semijudicial\": \"ikpa oke\",\n    \"semijudicially\": \"ọkara\",\n    \"semijuridic\": \"izu ike\",\n    \"semijuridical\": \"ọkara iwu\",\n    \"semijuridically\": \"ọkara juridically\",\n    \"semikah\": \"ọkara\",\n    \"semilanceolate\": \"izu\",\n    \"semilate\": \"semilata\",\n    \"semileafless\": \"enweghi ike\",\n    \"semilens\": \"akara ngosi\",\n    \"semilocular\": \"ọkara ọkara\",\n    \"semilog\": \"ọkara ọkara\",\n    \"semilogarithmic\": \"semlogarithmic\",\n    \"semilogical\": \"nke ekwenti\",\n    \"semiloyalty\": \"ọkara iguzosi ike n'ihe\",\n    \"semilong\": \"ọkara nke ọkara\",\n    \"semilooper\": \"ọkara ụzọ\",\n    \"semiloose\": \"ọkaranọ\",\n    \"semilor\": \"ọkara ọkara\",\n    \"semiluminous\": \"ọkara luminous\",\n    \"semiluminously\": \"ọkara luminously\",\n    \"semiluminousness\": \"ọkara luminousness\",\n    \"semilunar\": \"ọnwa\",\n    \"semilunary\": \"ọnwa\",\n    \"semilunated\": \"ọnwa\",\n    \"semilustrous\": \"ihe omimi\",\n    \"semimachine\": \"igwe\",\n    \"semimaliciously\": \"ọkara obi ọjọọ\",\n    \"semimaliciousness\": \"ọkara obi ọjọọ\",\n    \"semimanagerial\": \"ihe ndi ozo\",\n    \"semimarking\": \"izu ike\",\n    \"semimaterialistic\": \"ihe omuma\",\n    \"semimathematical\": \"usoro ọmụmụ\",\n    \"semimathematically\": \"n'ememe\",\n    \"semimaturely\": \"nke obere\",\n    \"semimatureness\": \"izu ike\",\n    \"semimaturity\": \"izu ike\",\n    \"semimechanical\": \"ihe omuma\",\n    \"semimechanistic\": \"izu ike\",\n    \"semimedicinal\": \"ọkara afọ\",\n    \"semimember\": \"nke izu\",\n    \"semimembranous\": \"semimembranosus\",\n    \"semimenstrual\": \"ọkara nwoke\",\n    \"semimetallic\": \"semimetallik\",\n    \"semimildness\": \"izu ike\",\n    \"semimilitary\": \"nkera\",\n    \"semiminess\": \"ọkara\",\n    \"semimysticalness\": \"ihe omimi\",\n    \"semimythic\": \"ọkara akụkọ ifo\",\n    \"semimythical\": \"ọkara akụkọ ifo\",\n    \"semimythically\": \"ọkara n'akụkọ ifo\",\n    \"semimoderate\": \"izu oke\",\n    \"semimoist\": \"ihe omumu\",\n    \"semimoralistic\": \"izu ụka\",\n    \"semimountainous\": \"ihe omimi\",\n    \"semimountainously\": \"zuru oke\",\n    \"seminality\": \"ụmụ nwanyị\",\n    \"seminally\": \"seminary\",\n    \"seminar\": \"nzukọ ọmụmụ ihe\",\n    \"seminary\": \"seminarị\",\n    \"seminarial\": \"nzukọ ọmụmụ\",\n    \"seminarian\": \"onye seminarị\",\n    \"seminarians\": \"ndị seminarian\",\n    \"seminaries\": \"seminarị\",\n    \"seminarist\": \"onye seminarist\",\n    \"seminaristic\": \"nzukọ ọmụmụ\",\n    \"seminarize\": \"seminari\",\n    \"seminarrative\": \"nzukọ ọmụmụ\",\n    \"seminars\": \"nzukọ ọmụmụ\",\n    \"seminasal\": \"nzukọ ọmụmụ ihe\",\n    \"seminatant\": \"seminat\",\n    \"seminated\": \"seminary\",\n    \"seminating\": \"ịga ọmụmụ ihe\",\n    \"seminationalistic\": \"nke seminational\",\n    \"seminationalization\": \"ihe omuma\",\n    \"seminationalized\": \"inyocha ihe\",\n    \"seminecessary\": \"nke dị mkpa\",\n    \"seminervously\": \"seminerensive\",\n    \"seminervousness\": \"ịdị egwu\",\n    \"seminess\": \"izu ike\",\n    \"semineurotic\": \"ihe omumu\",\n    \"seminiferous\": \"nke seminife\",\n    \"seminifical\": \"nzukọ ọmụmụ\",\n    \"seminist\": \"onye seminist\",\n    \"seminocturnal\": \"izu ụka\",\n    \"seminomad\": \"nzukọ ọmụmụ ihe\",\n    \"seminomas\": \"nzukọ ọmụmụ ihe\",\n    \"seminudity\": \"seminudim\",\n    \"seminvariantive\": \"nke seminvarian\",\n    \"semiobjectiveness\": \"izu nzube\",\n    \"semiobliviously\": \"echekwara\",\n    \"semiobliviousness\": \"ọkara echefuola\",\n    \"semiobscurity\": \"izu ike\",\n    \"semioccasional\": \"oge ụfọdụ\",\n    \"semioccasionally\": \"ọkara mgbe ụfọdụ\",\n    \"semiology\": \"ihe omumu\",\n    \"semiological\": \"ihe omumu\",\n    \"semiologist\": \"ọkà mmụta sayensị\",\n    \"semionotus\": \"mkpụrụ osisi\",\n    \"semiopacous\": \"ihe omimi\",\n    \"semiopalescent\": \"izu ike\",\n    \"semiopen\": \"ihe omumu\",\n    \"semiopened\": \"agbado\",\n    \"semiopenness\": \"ihe omimi\",\n    \"semioptimistic\": \"izu ike\",\n    \"semioratorically\": \"n'omume\",\n    \"semiorb\": \"semịb\",\n    \"semiorbicular\": \"ọmụmụ ihe\",\n    \"semiorbiculate\": \"kelezie\",\n    \"semiordinate\": \"nke abụọ\",\n    \"semiorganically\": \"ihe omuma\",\n    \"semiorganized\": \"ikewapụtara\",\n    \"semiorientally\": \"nke ọ bụla\",\n    \"semiorthodoxly\": \"semiorthodox\",\n    \"semiotical\": \"ihe omimi\",\n    \"semiotician\": \"onye nkuzi\",\n    \"semiotics\": \"ihe omumu\",\n    \"semiovally\": \"nke ọ bụla\",\n    \"semiovalness\": \"izu ike\",\n    \"semioviparous\": \"usoro\",\n    \"semiovoidal\": \"izu ike\",\n    \"semioxidated\": \"nwere ike ịdị\",\n    \"semioxygenated\": \"nke nwere ike\",\n    \"semipacifist\": \"onye mmechuihu\",\n    \"semipacifistic\": \"nke semipacifistic\",\n    \"semipanic\": \"semipanik\",\n    \"semipapal\": \"ọkara\",\n    \"semipapist\": \"izu ụka\",\n    \"semiparalysis\": \"ọkara ahụ mkpọnwụ\",\n    \"semiparalytic\": \"ọkara kpọnwụrụ akpọnwụ\",\n    \"semiparalyzed\": \"ọkara kpọnwụrụ akpọnwụ\",\n    \"semiparameter\": \"ọkara kwa\",\n    \"semiparochial\": \"ọkara\",\n    \"semipassively\": \"nke ọ bụla\",\n    \"semipassiveness\": \"izu ike\",\n    \"semipastoral\": \"okpokoro\",\n    \"semipathologic\": \"ọkara pathologic\",\n    \"semipathological\": \"ọkara enweghị nchịkwa\",\n    \"semipatriotic\": \"ihe omumu\",\n    \"semipatriotically\": \"n'usoro\",\n    \"semipause\": \"ọkara ọkara\",\n    \"semipeace\": \"nkera\",\n    \"semipeaceful\": \"nkera\",\n    \"semipeacefully\": \"ọkara nke udo\",\n    \"semipectinate\": \"nkeratụ\",\n    \"semipectinated\": \"nkewa\",\n    \"semipectoral\": \"ọkara ọkara\",\n    \"semipedal\": \"Nkeji ọkara\",\n    \"semipedantic\": \"Nkeji edemede\",\n    \"semipellucidity\": \"izu ike\",\n    \"semipendent\": \"nke ọkara\",\n    \"semiperceptive\": \"izu ike\",\n    \"semiperfect\": \"izu oke\",\n    \"semiperimeter\": \"ọkara ọkara\",\n    \"semiperimetry\": \"izu ike\",\n    \"semiperiphery\": \"izu ahia\",\n    \"semipermanent\": \"izu ike\",\n    \"semipermanently\": \"izu ike\",\n    \"semipermeability\": \"ọkara akụkụ\",\n    \"semipermeable\": \"nke nwere ike ịdọrọ\",\n    \"semiperspicuous\": \"na-egosipụtakarị ihe\",\n    \"semipertinent\": \"nkera ọkara\",\n    \"semiperviness\": \"izu ike\",\n    \"semipervious\": \"izu okuku\",\n    \"semiperviousness\": \"izu ike\",\n    \"semipetrified\": \"kwụrụ\",\n    \"semiphenomenal\": \"ọkara phenomenal\",\n    \"semiphenomenally\": \"ọkara phenomenally\",\n    \"semiphilologist\": \"ọkà mmụta sayensị\",\n    \"semiphilosophic\": \"ọkara nkà ihe ọmụma\",\n    \"semiphilosophical\": \"ọkara nkà ihe ọmụma\",\n    \"semiphosphorescence\": \"izu ike\",\n    \"semipious\": \"izu ike\",\n    \"semipiously\": \"n'ụzọ zuru ezu\",\n    \"semipiousness\": \"izu oke\",\n    \"semipneumatic\": \"okpokoro\",\n    \"semipneumatical\": \"nke okpokoro\",\n    \"semipoisonous\": \"ọkara\",\n    \"semipoisonously\": \"izu oke\",\n    \"semipolar\": \"sempolar\",\n    \"semipolitician\": \"onye dibiala\",\n    \"semipoor\": \"nkera\",\n    \"semipopish\": \"ọkara ọkara\",\n    \"semipopular\": \"ọkara nke mmadụ\",\n    \"semipopularity\": \"ọkara nke mmadụ\",\n    \"semipopularized\": \"nkerapu\",\n    \"semipopularly\": \"nke abụọ\",\n    \"semiporcelain\": \"ọkara poselin\",\n    \"semiporous\": \"ọkara porous\",\n    \"semiportable\": \"nke nwere ike ịgafe\",\n    \"semipostal\": \"ọkara\",\n    \"semipractical\": \"n'usoro\",\n    \"semipreservation\": \"izu ike\",\n    \"semipreserved\": \"echekwara\",\n    \"semiproductive\": \"nke na-amị mkpụrụ\",\n    \"semiproductiveness\": \"ihe omumu\",\n    \"semiproductivity\": \"usoro mmepụta ihe\",\n    \"semiprofaneness\": \"ọkara profaneness\",\n    \"semiprofanity\": \"ọkara okwu rere ure\",\n    \"semiprofessionalized\": \"onye nkuzi\",\n    \"semiprogressive\": \"na-eme ihe ike\",\n    \"semiprogressively\": \"ọkara nke nta nke nta\",\n    \"semiprogressiveness\": \"ọkara ọganihu\",\n    \"semiproneness\": \"izu oke\",\n    \"semipronominal\": \"okpokoro\",\n    \"semiproof\": \"izu ike\",\n    \"semipropagandist\": \"onye omumu ihe\",\n    \"semiprosthetic\": \"ihe omumu\",\n    \"semiprotected\": \"echekwara\",\n    \"semiprotective\": \"ọkara afọ abụọ\",\n    \"semiprotectorate\": \"usoro nchịkwa\",\n    \"semiprovincially\": \"semiprovincial\",\n    \"semipsychologic\": \"sempsychologic\",\n    \"semipsychological\": \"sempsychological\",\n    \"semipsychologically\": \"ọkara nke uche\",\n    \"semipsychotic\": \"ọkara psychotic\",\n    \"semipublic\": \"otu mba\",\n    \"semipunitive\": \"nke okpokoro\",\n    \"semipurposively\": \"n'usoro\",\n    \"semipurposiveness\": \"izu ike\",\n    \"semiquadrangle\": \"nkera akụkụ anọ\",\n    \"semiquadrantly\": \"ọkara nke ọkara\",\n    \"semiquadrate\": \"ọkara okuku\",\n    \"semiquantitative\": \"nkera ọkara\",\n    \"semiquantitatively\": \"na-ezughị ezu\",\n    \"semiquartile\": \"nkelegbe\",\n    \"semiquaver\": \"ọkara akụkụ\",\n    \"semiquietism\": \"izu ike\",\n    \"semiquietist\": \"izu mmiri\",\n    \"semiquinquefid\": \"semquinquefid\",\n    \"semiquintile\": \"nkembo\",\n    \"semiquote\": \"ọkara ebe a\",\n    \"semiradically\": \"n'omume\",\n    \"semirareness\": \"izu ụka\",\n    \"semirationalized\": \"nkewa\",\n    \"semireactionary\": \"anwuru\",\n    \"semirealistic\": \"ọkara ezigbo\",\n    \"semirealistically\": \"ọkara n'ezie\",\n    \"semirebel\": \"amaokwu\",\n    \"semirebellion\": \"nkwo\",\n    \"semirebellious\": \"ọmarịcha\",\n    \"semirebelliously\": \"na-achọgharị\",\n    \"semirebelliousness\": \"ọ bụrụ na ị na-achọgharị\",\n    \"semirecumbent\": \"ikekwe\",\n    \"semirefined\": \"achọrọ\",\n    \"semireflexive\": \"ọkara mpiaji\",\n    \"semireflexively\": \"ọkara reflexively\",\n    \"semireflexiveness\": \"izu ike\",\n    \"semiregular\": \"okirikiri\",\n    \"semirelief\": \"izu ike\",\n    \"semireniform\": \"izu okooko osisi\",\n    \"semirepublic\": \"obodo\",\n    \"semiresiny\": \"ihe omimi\",\n    \"semiresinous\": \"ihe omumu\",\n    \"semirespectability\": \"izu ike\",\n    \"semirespectable\": \"ihe atụ\",\n    \"semireticulate\": \"gbasasịa\",\n    \"semiretirement\": \"semiritirement\",\n    \"semirevolution\": \"usoro\",\n    \"semirevolutionary\": \"usoro\",\n    \"semirevolutionist\": \"onye okacha amara\",\n    \"semirhythmically\": \"ọkara rhythmically\",\n    \"semirigorous\": \"ọkara rigorous\",\n    \"semiring\": \"ihe omumu\",\n    \"semiroyal\": \"ọkara\",\n    \"semiroll\": \"ọkara afọ\",\n    \"semiromantic\": \"ihe omuma\",\n    \"semiromantically\": \"na-elekọta\",\n    \"semirotary\": \"okooko osisi\",\n    \"semirotating\": \"na-achịkwa\",\n    \"semirotative\": \"ọkara okuku\",\n    \"semirotatory\": \"ọkara okara\",\n    \"semirotund\": \"ọkara okirikiri\",\n    \"semiround\": \"ọkara\",\n    \"semirurally\": \"semirurally nwere\",\n    \"semisacerdotal\": \"ọkara sacerdotal\",\n    \"semisacred\": \"ọkara dị nsọ\",\n    \"semisatiric\": \"semisatirik\",\n    \"semisatirical\": \"ọkara satirical\",\n    \"semisatirically\": \"ọkara satirically\",\n    \"semisedentary\": \"nke a\",\n    \"semisensuous\": \"semisensu na-akwado\",\n    \"semisentient\": \"nke abụọ\",\n    \"semiserious\": \"semiser dị egwu\",\n    \"semises\": \"semise\",\n    \"semisheer\": \"okpokoro\",\n    \"semishrubby\": \"ndiegwu\",\n    \"semisightseeing\": \"ilegharị anya\",\n    \"semisimious\": \"semisimis\",\n    \"semiskilled\": \"okpokoro\",\n    \"semismelting\": \"semiselọ ihe\",\n    \"semisocialist\": \"onye semisocialist\",\n    \"semisocialistically\": \"n'udo\",\n    \"semisomnolence\": \"ọkara somnolence\",\n    \"semisomnolent\": \"ọkara somnolent\",\n    \"semisovereignty\": \"semisovere ọchịchị\",\n    \"semispeculation\": \"nkewa\",\n    \"semispeculatively\": \"na semispeculatively\",\n    \"semispheric\": \"semispher\",\n    \"semispontaneous\": \"ọkara n'amaghi ama\",\n    \"semispontaneously\": \"ọkara spontaneously\",\n    \"semisporting\": \"na-ebupụtara ya\",\n    \"semistimulating\": \"na-akọwapụta ihe\",\n    \"semistriated\": \"nkewa\",\n    \"semisubterranean\": \"okirikiri ala\",\n    \"semisuccess\": \"semisu ịga nke ọma\",\n    \"semisuccessful\": \"gbasaghị nke ọma\",\n    \"semisuccessfully\": \"semisu ịga nke ọma\",\n    \"semitailored\": \"ọkara ahaziri\",\n    \"semital\": \"ihe gbasara\",\n    \"semitandem\": \"ọkara tandem\",\n    \"semitangent\": \"ọkara tangent\",\n    \"semitechnical\": \"Nkechi\",\n    \"semitelic\": \"semitelik\",\n    \"semitendinosus\": \"izu ike\",\n    \"semitendinous\": \"izu ike\",\n    \"semiterete\": \"ọkara terete\",\n    \"semiterrestrial\": \"nke abụọ\",\n    \"semitesseral\": \"okpokoro\",\n    \"semitextural\": \"Nke abụọ\",\n    \"semitheatricalism\": \"ọmụmụ ihe ọmụmụ\",\n    \"semitheological\": \"ihe omumu\",\n    \"semiticize\": \"na-asụgharị\",\n    \"semitist\": \"onye nchoputa\",\n    \"semitists\": \"ndị omekome\",\n    \"semitize\": \"ichikota\",\n    \"semitonally\": \"semiton na ọkara\",\n    \"semitonically\": \"n'usoro\",\n    \"semitraditionally\": \"ọkara ọdịnala\",\n    \"semitrailers\": \"ọkara trailers\",\n    \"semitrained\": \"achọrọ\",\n    \"semitransparently\": \"site n'aka\",\n    \"semitransparentness\": \"ọmụmụ ihe\",\n    \"semitransverse\": \"semitransverse gafere\",\n    \"semitreasonable\": \"nwere ike ịdị\",\n    \"semitrimmed\": \"mebie\",\n    \"semitropically\": \"n'usoro\",\n    \"semitropics\": \"ihe omuma\",\n    \"semitruthfully\": \"n'ụzọ zuru ezu\",\n    \"semiuncial\": \"ọkara\",\n    \"semiundressed\": \"ebupute\",\n    \"semiuniversalist\": \"ọkara eluigwe na ala\",\n    \"semiupright\": \"ọkara kwụ ọtọ\",\n    \"semiurn\": \"ọkara ọkara\",\n    \"semivalvate\": \"izu ike\",\n    \"semivault\": \"ihe ọmụmụ\",\n    \"semivector\": \"ihe\",\n    \"semivegetable\": \"ọkara akwukwo nri\",\n    \"semivertebral\": \"izu ike\",\n    \"semiverticillate\": \"nkera\",\n    \"semivitrification\": \"nkwenye\",\n    \"semivitrified\": \"anọrọ\",\n    \"semivoluntary\": \"enyere aka\",\n    \"semiwaking\": \"izu ọkara\",\n    \"semiwarfare\": \"nkewa ọkara\",\n    \"semiweekly\": \"izu abụọ\",\n    \"semiweeklies\": \"izu ụka\",\n    \"semiwild\": \"izu ike\",\n    \"semiwildly\": \"ọkara\",\n    \"semiwildness\": \"izu ike\",\n    \"semiwoody\": \"nkeji\",\n    \"semiworks\": \"ọrụ ọkara\",\n    \"semmit\": \"ọkara afọ\",\n    \"semnones\": \"semnọn\",\n    \"semoted\": \"ewepụtara\",\n    \"sempiternity\": \"ikike\",\n    \"semples\": \"mkpụrụ osisi\",\n    \"sempre\": \"semper\",\n    \"sempstress\": \"okpokoro\",\n    \"sempstrywork\": \"ihe omume\",\n    \"semsem\": \"semem\",\n    \"semsen\": \"ọla\",\n    \"senage\": \"nkata\",\n    \"senary\": \"Sinary\",\n    \"senarian\": \"Okenye\",\n    \"senarius\": \"senariọs\",\n    \"senate\": \"sineti\",\n    \"senates\": \"ndị sineti\",\n    \"senator\": \"sinetọ\",\n    \"senatory\": \"sinetọ\",\n    \"senatorial\": \"sinetọ\",\n    \"senatorially\": \"sinetọ\",\n    \"senatorian\": \"sinetọ\",\n    \"senators\": \"ndị omeiwu\",\n    \"senatorship\": \"ọgbakọ omebe iwu\",\n    \"senatrices\": \"ndị okenye\",\n    \"senatrix\": \"mmmmmmmmmmmmm\",\n    \"send\": \"zipu\",\n    \"sendable\": \"izipu\",\n    \"sendal\": \"ziga\",\n    \"sendals\": \"ziga\",\n    \"sendee\": \"onye nzipu ozi\",\n    \"sender\": \"onye nzipu ozi\",\n    \"senders\": \"ndị na-ezipụ\",\n    \"sending\": \"izipu\",\n    \"sendle\": \"ziga\",\n    \"sendoff\": \"zilapụ\",\n    \"sendoffs\": \"zipụ\",\n    \"sends\": \"na-eziga\",\n    \"senectitude\": \"ịdị ọcha\",\n    \"senegalese\": \"Senegal\",\n    \"senescence\": \"ịma\",\n    \"senescency\": \"enwe mmetụta\",\n    \"seneschally\": \"Ogbodo\",\n    \"seneschalship\": \"senchchalship\",\n    \"seneschalsy\": \"mmmmmmmmmmmmm\",\n    \"seneschalty\": \"mmmmmmmmmmmmm\",\n    \"senhores\": \"ebe obibi\",\n    \"senicide\": \"igbu mmadụ\",\n    \"senility\": \"enweghị ike\",\n    \"senilities\": \"ihe ndozi\",\n    \"senilize\": \"mezie\",\n    \"senior\": \"agadi\",\n    \"seniory\": \"seniori\",\n    \"seniority\": \"agadi\",\n    \"seniorities\": \"ihe omimi\",\n    \"seniors\": \"ndị agadi\",\n    \"seniorship\": \"izu ike\",\n    \"sennas\": \"senata\",\n    \"sennegrass\": \"ndiegwu\",\n    \"sennets\": \"seneti\",\n    \"sennight\": \"abalị\",\n    \"sennit\": \"mmmmmmmmmmmm\",\n    \"sennite\": \"seneti\",\n    \"sennits\": \"mkpọ\",\n    \"senones\": \"senoni\",\n    \"senopias\": \"opdị\",\n    \"senores\": \"akwara\",\n    \"senors\": \"ndị okenye\",\n    \"sensable\": \"nwee uche\",\n    \"sensal\": \"enwe mmetụta\",\n    \"sensate\": \"mata ihe\",\n    \"sensated\": \"enwe mmetụta\",\n    \"sensately\": \"uche\",\n    \"sensates\": \"na-achọpụta\",\n    \"sensating\": \"na-enwe mmetụta\",\n    \"sensation\": \"mmetụta\",\n    \"sensational\": \"ihe na-akpali akpali\",\n    \"sensationalise\": \"ihe na-akpali akpali\",\n    \"sensationalised\": \"chebara echiche\",\n    \"sensationalising\": \"na-akpali akpali\",\n    \"sensationalism\": \"ihe mmetuta\",\n    \"sensationalist\": \"onye na-akpali akpali\",\n    \"sensationalistic\": \"ihe na-akpali akpali\",\n    \"sensationalists\": \"ndị na-akpali akpali\",\n    \"sensationalize\": \"chebaara echiche\",\n    \"sensationalized\": \"chebara echiche\",\n    \"sensationalizing\": \"na-eche echiche\",\n    \"sensationally\": \"enwe mmetụta\",\n    \"sensationary\": \"sensashion\",\n    \"sensationish\": \"sensashion\",\n    \"sensationism\": \"ihe mmetụta\",\n    \"sensationist\": \"sensashionist\",\n    \"sensationistic\": \"ihe mmetụta\",\n    \"sensationless\": \"enweghi mmetụta\",\n    \"sensations\": \"Mmetụta\",\n    \"sensatory\": \"na-akpali akpali\",\n    \"sensatorial\": \"ihe mmetụta\",\n    \"sense\": \"uche\",\n    \"sensed\": \"chọpụta\",\n    \"senseful\": \"ezi uche\",\n    \"senseless\": \"enweghi uche\",\n    \"senselessly\": \"enweghị uche\",\n    \"senselessness\": \"enweghị uche\",\n    \"senses\": \"uche\",\n    \"sensibility\": \"uche\",\n    \"sensibilities\": \"enwe mmetụta\",\n    \"sensibilitiy\": \"uche\",\n    \"sensibilitist\": \"enwe mmetụta\",\n    \"sensibilitous\": \"enwe mmetụta\",\n    \"sensibilization\": \"nyocha\",\n    \"sensibilize\": \"maara ihe\",\n    \"sensible\": \"ezi uche\",\n    \"sensibleness\": \"ezi uche\",\n    \"sensibler\": \"onye nwere ọgụgụ isi\",\n    \"sensibles\": \"maara ihe\",\n    \"sensiblest\": \"ezi uche\",\n    \"sensibly\": \"n'ụzọ ezi uche\",\n    \"sensical\": \"ezi uche\",\n    \"sensifacient\": \"nwee uche\",\n    \"sensiferous\": \"sensọ\",\n    \"sensify\": \"mata\",\n    \"sensific\": \"ezi uche\",\n    \"sensificatory\": \"ihe bara uru\",\n    \"sensigenous\": \"ihe omimi\",\n    \"sensilla\": \"mmetụta\",\n    \"sensillae\": \"mara\",\n    \"sensillum\": \"ihe mmetuta\",\n    \"sensimotor\": \"ihe mmetuta\",\n    \"sensing\": \"enwe mmetụta\",\n    \"sension\": \"zuo ezuo\",\n    \"sensism\": \"echiche\",\n    \"sensist\": \"maara ihe\",\n    \"sensistic\": \"ezi uche\",\n    \"sensitisation\": \"nyocha\",\n    \"sensitive\": \"enwe mmetụta ọsọ ọsọ\",\n    \"sensitively\": \"jiri nlezianya\",\n    \"sensitiveness\": \"mwute\",\n    \"sensitives\": \"chebere\",\n    \"sensitivist\": \"onye maara ihe\",\n    \"sensitivity\": \"uche\",\n    \"sensitivities\": \"uche\",\n    \"sensitization\": \"nyocha\",\n    \"sensitize\": \"mata\",\n    \"sensitized\": \"maara\",\n    \"sensitizer\": \"onye nyocha\",\n    \"sensitizes\": \"na-achọpụta\",\n    \"sensitizing\": \"na-achọpụta\",\n    \"sensitometer\": \"sensitọm\",\n    \"sensitometers\": \"sensitọm\",\n    \"sensitometry\": \"sensitometri\",\n    \"sensitory\": \"sensory\",\n    \"sensive\": \"senti\",\n    \"sensor\": \"ihe mmetụta\",\n    \"sensoria\": \"sensọ\",\n    \"sensorial\": \"ihe mmetụta\",\n    \"sensorially\": \"n'ụzọ mmetụta uche\",\n    \"sensories\": \"Mmetụta\",\n    \"sensoriglandular\": \"Sensiglandular\",\n    \"sensorimotor\": \"sensọ\",\n    \"sensorimuscular\": \"sensọ\",\n    \"sensorineural\": \"ihe mmetụta\",\n    \"sensorivascular\": \"sensọ akwara\",\n    \"sensorivasomotor\": \"sensọ sensọ\",\n    \"sensorivolitional\": \"ihe mmetụta uche\",\n    \"sensors\": \"sensọ\",\n    \"sensual\": \"anụ ahụ\",\n    \"sensualism\": \"anụ ahụ\",\n    \"sensualist\": \"onye okike\",\n    \"sensualistic\": \"anụ ahụ\",\n    \"sensualists\": \"ndị anụ ahụ\",\n    \"sensuality\": \"enwe mmetụta\",\n    \"sensualities\": \"enwe mmetụta\",\n    \"sensualization\": \"mmetụta uche\",\n    \"sensualized\": \"nwee mmetụta\",\n    \"sensualizing\": \"na-akpali akpali\",\n    \"sensualness\": \"enweghi echiche\",\n    \"sensuism\": \"enwe mmetụta uche\",\n    \"sensum\": \"isi ike\",\n    \"sensuosity\": \"enwe mmetụta\",\n    \"sensuous\": \"enweghi obi uto\",\n    \"sensuousness\": \"enwe mmetụta\",\n    \"sensus\": \"uche\",\n    \"sent\": \"zitere\",\n    \"sentence\": \"ikpe\",\n    \"sentenced\": \"ikpe\",\n    \"sentencer\": \"onye ozi\",\n    \"sentences\": \"ahịrịokwu\",\n    \"sentencing\": \"ịma ikpe\",\n    \"sentential\": \"zigara\",\n    \"sententially\": \"zigara\",\n    \"sententiary\": \"onye mkpọrọ\",\n    \"sententiosity\": \"amamịghe\",\n    \"sententious\": \"zigara\",\n    \"sententiousness\": \"sententị\",\n    \"sentience\": \"echiche\",\n    \"sentiency\": \"ezughị oke\",\n    \"sentient\": \"zitere\",\n    \"sentiently\": \"senti\",\n    \"sentients\": \"zitere\",\n    \"sentiment\": \"mmetụta\",\n    \"sentimental\": \"sentimenti\",\n    \"sentimentalisation\": \"sentimita\",\n    \"sentimentality\": \"mmetụta\",\n    \"sentimentalization\": \"mmetụta\",\n    \"sentimentalize\": \"nwee mmetụta\",\n    \"sentimentalized\": \"nwee mmetụta\",\n    \"sentimentalizes\": \"na-eche echiche\",\n    \"sentimentalizing\": \"na-eche echiche\",\n    \"sentimentally\": \"mmetụta\",\n    \"sentimenter\": \"echiche\",\n    \"sentimentless\": \"mmetụta na-erughị\",\n    \"sentiments\": \"echiche\",\n    \"sentine\": \"sentinel\",\n    \"sentineled\": \"zigara\",\n    \"sentineling\": \"ezigara\",\n    \"sentinelled\": \"zigara ya\",\n    \"sentinelling\": \"ezigara\",\n    \"sentinelship\": \"ozi\",\n    \"sentinelwise\": \"zobere\",\n    \"sentition\": \"senti\",\n    \"sentry\": \"izipu\",\n    \"sentried\": \"zigara\",\n    \"sentrying\": \"izipu\",\n    \"senvy\": \"senwetụ\",\n    \"seora\": \"sera\",\n    \"seorita\": \"Ogwashi-Uku\",\n    \"sepaled\": \"sepa akwa\",\n    \"sepals\": \"akuku\",\n    \"separability\": \"nkewa\",\n    \"separable\": \"nkewa\",\n    \"separableness\": \"kewara ekewa\",\n    \"separably\": \"nkewa\",\n    \"separata\": \"Nkewa\",\n    \"separate\": \"iche\",\n    \"separated\": \"iche\",\n    \"separatedly\": \"iche iche\",\n    \"separately\": \"iche iche\",\n    \"separateness\": \"iche\",\n    \"separates\": \"ekewapụ\",\n    \"separatical\": \"nkewa\",\n    \"separating\": \"nkewa\",\n    \"separation\": \"nkewa\",\n    \"separationism\": \"nkewa\",\n    \"separationist\": \"nkewa\",\n    \"separations\": \"nkewa\",\n    \"separatism\": \"nkewa\",\n    \"separatist\": \"onye nkewa\",\n    \"separatistic\": \"nkewa\",\n    \"separatists\": \"ndịiche\",\n    \"separative\": \"nkewa\",\n    \"separatively\": \"iche\",\n    \"separativeness\": \"nkewa\",\n    \"separator\": \"nkewa\",\n    \"separatory\": \"nkewa\",\n    \"separators\": \"ndị na-ekewapụ\",\n    \"separatress\": \"nkewa\",\n    \"separatrices\": \"nkewa\",\n    \"separatrici\": \"Nkewa\",\n    \"separatrix\": \"Nkewa\",\n    \"separatum\": \"Nkewa\",\n    \"sepharad\": \"serahara\",\n    \"sephiric\": \"nkịta\",\n    \"sepiaceous\": \"ikekwe\",\n    \"sepiarian\": \"onye sepiarian\",\n    \"sepoys\": \"oge\",\n    \"sepose\": \"sefa\",\n    \"seps\": \"Ugbo\",\n    \"septangular\": \"akụkụ anọ\",\n    \"septangularness\": \"sepangularness\",\n    \"septated\": \"nọ ọdụ\",\n    \"september\": \"Septemba\",\n    \"septemberer\": \"Septemba\",\n    \"septemberism\": \"Septemba ism\",\n    \"septemvious\": \"ihunanya\",\n    \"septerium\": \"mmmmmmmmmmmmm\",\n    \"septicaemia\": \"septicemia\",\n    \"septicization\": \"septicisation\",\n    \"septier\": \"ihe efu\",\n    \"septiferous\": \"septifepti\",\n    \"septifolious\": \"septikal\",\n    \"septilateral\": \"septikal\",\n    \"septile\": \"septikal\",\n    \"septime\": \"oge\",\n    \"septimes\": \"oge\",\n    \"septodiarrhea\": \"septodijira\",\n    \"septs\": \"na-ada\",\n    \"septship\": \"izu ike\",\n    \"septulate\": \"septet\",\n    \"septums\": \"septum\",\n    \"sepulcher\": \"olulu\",\n    \"sepulchering\": \"ebe a na-echekwa ihe\",\n    \"sepulchers\": \"ndị na-eli ozu\",\n    \"sepulchral\": \"olulu\",\n    \"sepulchre\": \"olulu\",\n    \"sepulchrous\": \"isili\",\n    \"sepultural\": \"ọdịbendị\",\n    \"sepulture\": \"azu ahia\",\n    \"seqence\": \"usoro\",\n    \"seqrch\": \"chọọ\",\n    \"sequa\": \"nkechi\",\n    \"sequaces\": \"usoro\",\n    \"sequacious\": \"na nsoro\",\n    \"sequaciously\": \"n'usoro\",\n    \"sequaciousness\": \"nkewa\",\n    \"sequacity\": \"usoro\",\n    \"sequan\": \"nkechi\",\n    \"sequanian\": \"usoro\",\n    \"sequels\": \"usoro\",\n    \"sequence\": \"usoro\",\n    \"sequenced\": \"na usoro\",\n    \"sequencers\": \"usoro\",\n    \"sequences\": \"usoro\",\n    \"sequency\": \"usoro\",\n    \"sequencies\": \"usoro\",\n    \"sequencing\": \"usoro\",\n    \"sequencings\": \"usoro\",\n    \"sequent\": \"usoro\",\n    \"sequential\": \"n'usoro\",\n    \"sequentiality\": \"usoro\",\n    \"sequentialize\": \"n'usoro\",\n    \"sequentialized\": \"n'usoro\",\n    \"sequentializes\": \"na usoro\",\n    \"sequentializing\": \"na usoro\",\n    \"sequentially\": \"n'usoro\",\n    \"sequentialness\": \"usoro\",\n    \"sequently\": \"n'usoro\",\n    \"sequents\": \"usoro\",\n    \"sequest\": \"sequester\",\n    \"sequestered\": \"nkewa\",\n    \"sequestering\": \"na-achọpụta\",\n    \"sequesters\": \"usoro\",\n    \"sequestra\": \"gbasaa\",\n    \"sequestrable\": \"gbasaa\",\n    \"sequestral\": \"nkewa\",\n    \"sequestrant\": \"nkewa\",\n    \"sequestrate\": \"gbasaa\",\n    \"sequestrated\": \"nkewa\",\n    \"sequestrates\": \"nkewa\",\n    \"sequestrating\": \"nkewa\",\n    \"sequestration\": \"nkewa\",\n    \"sequestrations\": \"usoro\",\n    \"sequestrator\": \"nkewa\",\n    \"sequestratrices\": \"usoro\",\n    \"sequestratrix\": \"usoro\",\n    \"sequestrectomy\": \"usoro\",\n    \"sequestrotomy\": \"usoro\",\n    \"sequestrum\": \"nkewa\",\n    \"sequestrums\": \"usoro\",\n    \"sequinned\": \"sequin\",\n    \"sequitur\": \"usoro\",\n    \"sequiturs\": \"usoro\",\n    \"ser\": \"Nwachukwu\",\n    \"serabend\": \"serabọn\",\n    \"serac\": \"sera\",\n    \"seracs\": \"osisi\",\n    \"serails\": \"seraili\",\n    \"seraing\": \"sera\",\n    \"serape\": \"bechapu\",\n    \"serapea\": \"nkedo\",\n    \"seraphical\": \"ndi seraphical\",\n    \"seraphicalness\": \"ịdị seraphicalness\",\n    \"seraphicness\": \"ịdị adị\",\n    \"seraphims\": \"ndị seraf\",\n    \"seraphlike\": \"seraph\",\n    \"seraphs\": \"ndị seraf\",\n    \"seraphtide\": \"seraphide\",\n    \"serapic\": \"ahụ ike\",\n    \"serapist\": \"onye ogwu\",\n    \"serbdom\": \"Okwara\",\n    \"serbians\": \"ndi Serbia\",\n    \"sercial\": \"usoro\",\n    \"serement\": \"obi uto\",\n    \"serened\": \"udo\",\n    \"sereneness\": \"udo\",\n    \"serener\": \"dị jụụ\",\n    \"serenissime\": \"ogechi\",\n    \"serenissimi\": \"udochukwu\",\n    \"serenity\": \"ịdị jụụ\",\n    \"serenize\": \"mee udo\",\n    \"serest\": \"kpọm\",\n    \"sereward\": \"ihere\",\n    \"serf\": \"Ogbe\",\n    \"serfages\": \"serf afọ\",\n    \"serfdoms\": \"serfdom\",\n    \"serfhood\": \"okpu serf\",\n    \"serfhoods\": \"okpu serf\",\n    \"serfishness\": \"serfish\",\n    \"serfship\": \"ọrụ\",\n    \"sergeancy\": \"izu ike\",\n    \"sergeant\": \"sagenti\",\n    \"sergeantcies\": \"sergeantrị\",\n    \"sergeantfish\": \"sergeantụ azụ\",\n    \"sergeantfishes\": \"serfantfish\",\n    \"sergeants\": \"sergent\",\n    \"sergeantships\": \"sergeanship\",\n    \"serialisation\": \"serialization\",\n    \"serialised\": \"seriized\",\n    \"serialists\": \"serialist\",\n    \"seriality\": \"serial\",\n    \"serialized\": \"seriized\",\n    \"serials\": \"usoro\",\n    \"seriary\": \"serias\",\n    \"seriated\": \"chiri\",\n    \"seriately\": \"nwayọọ\",\n    \"seriating\": \"serijan\",\n    \"sericeous\": \"serice\",\n    \"sericiculturist\": \"akaebe\",\n    \"sericipary\": \"aka ọrụ\",\n    \"sericon\": \"Okwuchukwu\",\n    \"sericteries\": \"ikuku\",\n    \"serictteria\": \"amaeze\",\n    \"sericulturist\": \"mmmmmmmmmmmmm\",\n    \"series\": \"usoro\",\n    \"serigraphy\": \"usoro\",\n    \"serimeter\": \"serimeta\",\n    \"seringal\": \"sering\",\n    \"serins\": \"arụ\",\n    \"seriogrotesque\": \"mmmmmmmmmmmmm\",\n    \"serioludicrous\": \"akaeze\",\n    \"seriosity\": \"ihe omimi\",\n    \"serious\": \"akwa\",\n    \"seriously\": \"kpọrọ ihe\",\n    \"seriousness\": \"kpọrọ ihe\",\n    \"serjeant\": \"Senti\",\n    \"sermocinatrix\": \"okpokoro\",\n    \"sermon\": \"okwuchukwu\",\n    \"sermonary\": \"Okwuchukwu\",\n    \"sermoneer\": \"okwuchukwu\",\n    \"sermoner\": \"okwuchukwu\",\n    \"sermonesque\": \"okwuchukwu que\",\n    \"sermonet\": \"Okwuchukwu\",\n    \"sermonette\": \"Okwuchukwu\",\n    \"sermonic\": \"Okwuchukwu\",\n    \"sermonical\": \"Okwuchukwu\",\n    \"sermonically\": \"na-ekwu okwu\",\n    \"sermonics\": \"ozizi\",\n    \"sermoning\": \"Okwuchukwu\",\n    \"sermonise\": \"ikwusa ozi ọma\",\n    \"sermonised\": \"kwusara\",\n    \"sermoniser\": \"okwudiri\",\n    \"sermonish\": \"Okwuchukwu\",\n    \"sermonising\": \"ikwusa ozi ọma\",\n    \"sermonism\": \"Okwuchukwu\",\n    \"sermonist\": \"Okwuchukwu\",\n    \"sermonize\": \"ikwusa ozi ọma\",\n    \"sermonized\": \"okwa\",\n    \"sermonizer\": \"Okwuchukwu\",\n    \"sermonizes\": \"na-ekwu okwu\",\n    \"sermonizing\": \"ikwusa ozi ọma\",\n    \"sermonless\": \"enweghi ike\",\n    \"sermonolatry\": \"Okwuchukwu\",\n    \"sermonology\": \"Okwuchukwu\",\n    \"sermons\": \"okwuchukwu\",\n    \"sermonwise\": \"sikwa\",\n    \"sermuncle\": \"senti\",\n    \"serology\": \"ihe omumu\",\n    \"serologist\": \"ọkà mmụta banyere serologist\",\n    \"seron\": \"Okechukwu\",\n    \"serosa\": \"Okechukwu\",\n    \"serosanguinolent\": \"sero sanguinolent\",\n    \"serosas\": \"serosal\",\n    \"serosynovial\": \"Nwachukwu\",\n    \"serosynovitis\": \"tenosynovitis\",\n    \"serosity\": \"seros\",\n    \"serosities\": \"serosos\",\n    \"serotherapeutic\": \"ọgwụgwọ sero\",\n    \"serotherapeutics\": \"ịgwọ ọrịa\",\n    \"serotherapy\": \"sclerotherapy\",\n    \"serous\": \"nkịtị\",\n    \"serousness\": \"ịdị njọ\",\n    \"serows\": \"atọ\",\n    \"serozem\": \"Okechukwu\",\n    \"serpent\": \"agwọ\",\n    \"serpentary\": \"agwọ\",\n    \"serpentarian\": \"agwọ\",\n    \"serpentarius\": \"ugba\",\n    \"serpentcleide\": \"okpokoro\",\n    \"serpenteau\": \"ugbala\",\n    \"serpentes\": \"agwọ\",\n    \"serpentess\": \"agwọ\",\n    \"serpentian\": \"agwọ\",\n    \"serpentid\": \"agwọ\",\n    \"serpentiform\": \"okpokoro\",\n    \"serpentile\": \"agwo\",\n    \"serpentin\": \"agwọ\",\n    \"serpentine\": \"agwọ\",\n    \"serpentinian\": \"agwọ\",\n    \"serpentiningly\": \"na agwọ\",\n    \"serpentis\": \"agwọ\",\n    \"serpentivorous\": \"ugbala\",\n    \"serpently\": \"serpp\",\n    \"serpentlike\": \"dị ka agwọ\",\n    \"serpentoid\": \"ugbala\",\n    \"serpentry\": \"agwọ\",\n    \"serpents\": \"agwọ\",\n    \"serpentwood\": \"ugba\",\n    \"serpulan\": \"ugbala\",\n    \"serradella\": \"okpokoro\",\n    \"serrate\": \"ịkpọ oku\",\n    \"serratile\": \"Okpokoro\",\n    \"serrating\": \"na-ekwu okwu\",\n    \"serratodentate\": \"okpokoro\",\n    \"serrature\": \"nri\",\n    \"serricornia\": \"okpokoro\",\n    \"serried\": \"seriri\",\n    \"serriedly\": \"amaara\",\n    \"serriedness\": \"okpokoro\",\n    \"serries\": \"usoro\",\n    \"serrying\": \"serry\",\n    \"serriped\": \"serri\",\n    \"serrulate\": \"gbasaa\",\n    \"serrulated\": \"Nwachukwu\",\n    \"serrulateed\": \"serrulata\",\n    \"serrulation\": \"serru\",\n    \"serting\": \"ọnọdụ\",\n    \"sertion\": \"ngalaba\",\n    \"sertularian\": \"Onyema\",\n    \"sertulum\": \"usoro ihe omumu\",\n    \"serule\": \"okpukpu\",\n    \"serum\": \"ọbara\",\n    \"serumal\": \"ọbara\",\n    \"servable\": \"dị\",\n    \"servage\": \"orù\",\n    \"serval\": \"odikwa\",\n    \"servals\": \"servings\",\n    \"servant\": \"odibo\",\n    \"servantcy\": \"odibo\",\n    \"servantdom\": \"odibo dom\",\n    \"servantess\": \"odibo\",\n    \"servantless\": \"enweghị ohu\",\n    \"servantlike\": \"odibo ka\",\n    \"servantry\": \"odibo\",\n    \"servants\": \"ndị odibo\",\n    \"servantship\": \"odibo\",\n    \"servation\": \"ije ozi\",\n    \"serve\": \"jee ozi\",\n    \"served\": \"jere ozi\",\n    \"server\": \"sava\",\n    \"servery\": \"ọrụ\",\n    \"servers\": \"sava\",\n    \"serves\": \"na-eje ozi\",\n    \"servet\": \"ọrụ\",\n    \"servetian\": \"ozi\",\n    \"servetianism\": \"servtianism\",\n    \"servette\": \"odika\",\n    \"servian\": \"Onye oru\",\n    \"service\": \"ọrụ\",\n    \"serviceability\": \"ọrụ\",\n    \"serviceableness\": \"ọrụ\",\n    \"serviced\": \"ọrụ\",\n    \"serviceless\": \"enweghị ọrụ\",\n    \"servicelessness\": \"enweghị ọrụ\",\n    \"serviceman\": \"odibo\",\n    \"servicemen\": \"ndị odibo\",\n    \"services\": \"ọrụ\",\n    \"servicewoman\": \"nwaanyị na-eje ozi\",\n    \"servicewomen\": \"ụmụ nwanyị\",\n    \"servicing\": \"ọrụ\",\n    \"servidor\": \"nkesa\",\n    \"servient\": \"ozi\",\n    \"servileness\": \"ije ozi\",\n    \"servility\": \"ọrụ\",\n    \"servilities\": \"ọrụ\",\n    \"servilize\": \"megharia\",\n    \"serving\": \"na-eje ozi\",\n    \"servingman\": \"onye ozi\",\n    \"servist\": \"onye oru\",\n    \"servitial\": \"servitium\",\n    \"servitor\": \"onye na-eje ozi\",\n    \"servitorial\": \"ije ozi\",\n    \"servitors\": \"ndị na-eje ozi\",\n    \"servitorship\": \"servitor ụgbọ mmiri\",\n    \"servitress\": \"onye na-eje ozi\",\n    \"servitude\": \"ohu\",\n    \"serviture\": \"ohu\",\n    \"servoed\": \"servo\",\n    \"servoing\": \"inyocha\",\n    \"servomechanical\": \"arụ ọrụ\",\n    \"servomechanically\": \"arụ ọrụ\",\n    \"servomechanisms\": \"usoro ihe eji eme ihe\",\n    \"servomotor\": \"servo moto\",\n    \"servomotors\": \"servo moto\",\n    \"servotab\": \"servo taabụ\",\n    \"servulate\": \"arụ ọrụ\",\n    \"serwamby\": \"Nwachukwu\",\n    \"sesamine\": \"samine\",\n    \"seskin\": \"akpukpo ahu\",\n    \"sesquibasic\": \"iheanyichukwu\",\n    \"sesquiduple\": \"onyedikachi\",\n    \"sesquiduplicate\": \"okpukpu abụọ\",\n    \"sesquipedal\": \"Nkechi\",\n    \"sesquipedalian\": \"Nkem Agu\",\n    \"sesquipedality\": \"nkwanye ugwu\",\n    \"sesquiquadrate\": \"Ikwesiri\",\n    \"sesquiquartal\": \"Nkechi Nkechi\",\n    \"sesquisalt\": \"Nkechi\",\n    \"sesquiseptimal\": \"ajuju\",\n    \"sesquisextal\": \"Nkechi Nke\",\n    \"sesquisilicate\": \"izu ike\",\n    \"sesquitertian\": \"Nkechi\",\n    \"sessed\": \"kwue\",\n    \"sessility\": \"uche\",\n    \"sessiliventres\": \"okpokoro\",\n    \"session\": \"nnọkọ\",\n    \"sessional\": \"nnọkọ\",\n    \"sessionally\": \"mgbe\",\n    \"sessionary\": \"nke\",\n    \"sessions\": \"nnọkọ\",\n    \"sesspool\": \"esskọ mmiri\",\n    \"sesspools\": \"sọ mmiri\",\n    \"sesterces\": \"Ogbe\",\n    \"sestertius\": \"Onyeka Onwenu\",\n    \"sestets\": \"edetu\",\n    \"sestian\": \"sestina\",\n    \"sestine\": \"sestina\",\n    \"sestines\": \"sestina\",\n    \"setaceous\": \"udo\",\n    \"setaceously\": \"n'usoro\",\n    \"setarid\": \"edoziri\",\n    \"setarious\": \"setịpụrụ\",\n    \"setation\": \"ntọala\",\n    \"setback\": \"ndọghachi azụ\",\n    \"setbacks\": \"ndọghachi azụ\",\n    \"setfast\": \"kwụrụ ọtọ\",\n    \"sethead\": \"isi\",\n    \"sethian\": \"setịan\",\n    \"setier\": \"setịpụrụ\",\n    \"setiferous\": \"setịpụrụ\",\n    \"setigerous\": \"esemokwu\",\n    \"setioerr\": \"setịtọ\",\n    \"setiparous\": \"setịpụrụ\",\n    \"setline\": \"setịpụ\",\n    \"setlines\": \"setịpụrụ\",\n    \"setling\": \"idebe\",\n    \"setness\": \"setịpụrụ\",\n    \"setoff\": \"tọghapụ\",\n    \"setose\": \"set\",\n    \"setous\": \"setịpụrụ\",\n    \"setout\": \"setịpụrụ\",\n    \"setover\": \"setịpụrụ\",\n    \"sets\": \"set\",\n    \"setscrew\": \"setcrew\",\n    \"setscrews\": \"setịpụrụ\",\n    \"setsman\": \"setman\",\n    \"sett\": \"ndozi\",\n    \"settable\": \"edozi\",\n    \"settaine\": \"setaịn\",\n    \"settee\": \"setọọ\",\n    \"settees\": \"kọmitii\",\n    \"setter\": \"setịpụrụ\",\n    \"setters\": \"setị\",\n    \"settima\": \"edozi\",\n    \"settimo\": \"edozi\",\n    \"setting\": \"ọnọdụ\",\n    \"settings\": \"ntọala\",\n    \"settle\": \"dozie\",\n    \"settleability\": \"idozi\",\n    \"settleable\": \"edozi\",\n    \"settled\": \"biri\",\n    \"settledly\": \"emezi\",\n    \"settledness\": \"udo\",\n    \"settlement\": \"ndozi\",\n    \"settlements\": \"obodo\",\n    \"settler\": \"onyeobibi\",\n    \"settlerdom\": \"idozi\",\n    \"settlers\": \"ndị ọbịa\",\n    \"settles\": \"emenyere\",\n    \"settling\": \"edozi\",\n    \"settlings\": \"edozi\",\n    \"settlor\": \"edozi\",\n    \"settlors\": \"edozi\",\n    \"setule\": \"setịpụ\",\n    \"setulous\": \"mara\",\n    \"setup\": \"melite\",\n    \"setups\": \"Mbido\",\n    \"setwise\": \"setịpụrụ\",\n    \"setwork\": \"ọrụ\",\n    \"setworks\": \"arụ\",\n    \"seve\": \"gbajie\",\n    \"seven\": \"Asaa\",\n    \"sevenbark\": \"ebe asaa\",\n    \"sevener\": \"asaa\",\n    \"sevenfold\": \"okpukpu asaa\",\n    \"sevenfolded\": \"asaa asaa\",\n    \"sevenfoldness\": \"izu asaa\",\n    \"sevennight\": \"abali asaa\",\n    \"sevenpence\": \"okpukpu asaa\",\n    \"sevenpenny\": \"asaa asaa\",\n    \"sevens\": \"asaa asaa\",\n    \"sevenscore\": \"okpukpu asaa\",\n    \"seventeen\": \"iri na asaa\",\n    \"seventeenfold\": \"iri na asaa\",\n    \"seventeens\": \"iri na asaa\",\n    \"seventeenth\": \"nke iri na asaa\",\n    \"seventeenthly\": \"nke iri na asaa\",\n    \"seventeenths\": \"asaa asaa\",\n    \"seventh\": \"nke asaa\",\n    \"seventhly\": \"nke asaa\",\n    \"sevenths\": \"iri asaa\",\n    \"seventy\": \"iri asaa\",\n    \"seventies\": \"iri asaa na asaa\",\n    \"seventieth\": \"nke iri asaa\",\n    \"seventieths\": \"iri asaa na asaa\",\n    \"seventyfold\": \"okpukpu iri asaa\",\n    \"sever\": \"sipu\",\n    \"severability\": \"ikewapụ\",\n    \"severable\": \"agbaji\",\n    \"several\": \"ọtụtụ\",\n    \"severalfold\": \"ọtụtụ\",\n    \"severality\": \"ọtụtụ\",\n    \"severalization\": \"ọnụọgụgụ\",\n    \"severalize\": \"were\",\n    \"severalized\": \"were ọtụtụ\",\n    \"severalizing\": \"Ugboro abụọ\",\n    \"severally\": \"ọtụtụ\",\n    \"severalness\": \"ọtụtụ\",\n    \"severals\": \"ọtụtụ\",\n    \"severalth\": \"nke ọtụtụ\",\n    \"severalty\": \"ọtụtụ\",\n    \"severalties\": \"Iri-asatọ\",\n    \"severance\": \"nkwụsị\",\n    \"severate\": \"igbusi\",\n    \"severation\": \"nbibi\",\n    \"severe\": \"siri ike\",\n    \"severed\": \"ebipụ\",\n    \"severedly\": \"n'ụzọ asaa\",\n    \"severely\": \"ike\",\n    \"severeness\": \"mgbu\",\n    \"severer\": \"siri ike\",\n    \"severers\": \"ndị siri ike\",\n    \"severest\": \"kasị njọ\",\n    \"severy\": \"iri\",\n    \"severian\": \"agba\",\n    \"severies\": \"na-egbutu\",\n    \"severing\": \"siva\",\n    \"severingly\": \"N'etiti ulo\",\n    \"severish\": \"sever\",\n    \"severity\": \"ogo\",\n    \"severities\": \"mgbapụ\",\n    \"severization\": \"nbibi\",\n    \"severize\": \"gbasaa\",\n    \"severs\": \"siva\",\n    \"sevier\": \"sie ike\",\n    \"seville\": \"Okechukwu\",\n    \"sevres\": \"oke osimiri\",\n    \"sevum\": \"sebum\",\n    \"sew\": \"idu\",\n    \"sewable\": \"siwable\",\n    \"sewage\": \"nsị mmiri\",\n    \"sewages\": \"nsị\",\n    \"sewans\": \"sewan\",\n    \"sewar\": \"siwa\",\n    \"sewars\": \"mmiri mmiri\",\n    \"sewed\": \"dụkọta\",\n    \"sewellel\": \"Nnenna\",\n    \"sewen\": \"sewn\",\n    \"sewer\": \"siwa\",\n    \"sewerage\": \"nsị mmiri\",\n    \"sewerages\": \"nsị mmiri\",\n    \"sewered\": \"siw\",\n    \"sewery\": \"siwa\",\n    \"sewerless\": \"enweghị nke\",\n    \"sewerlike\": \"ọwa mmiri\",\n    \"sewerman\": \"siwa mmiri\",\n    \"sewers\": \"nsị\",\n    \"sewing\": \"ịkwa akwa\",\n    \"sewings\": \"ịkwa akwa\",\n    \"sewless\": \"enweghị\",\n    \"sewround\": \"siwa gburugburu\",\n    \"sews\": \"na-adụ\",\n    \"sex\": \"mmekọahụ\",\n    \"sexadecimal\": \"mara nwoke na nwanyi\",\n    \"sexagenary\": \"mara nwoke na nwanyi\",\n    \"sexagenarian\": \"nwoke mara nwoke\",\n    \"sexagenarianism\": \"inwe mmekọahụ\",\n    \"sexagenarians\": \"nwoke ma obu nwanyi\",\n    \"sexagenaries\": \"mara nwoke na nwanyi\",\n    \"sexagene\": \"nwoke nwere ike\",\n    \"sexagesimal\": \"inwe mmekọahụ\",\n    \"sexagesimally\": \"inwe mmekọahụ\",\n    \"sexagesimals\": \"mmekọahụagesimals\",\n    \"sexagonal\": \"nwoke nwere ike\",\n    \"sexangled\": \"mara nwoke na nwanyị\",\n    \"sexangular\": \"ihe nwoke na nwanyi\",\n    \"sexangularly\": \"inwe mmekọahụ\",\n    \"sexannulate\": \"mara nwoke na nwanyi\",\n    \"sexarticulate\": \"nwoke mara\",\n    \"sexcentenary\": \"nwee mmekọahụ\",\n    \"sexcentenaries\": \"nwee mmekọahụ\",\n    \"sexdecillion\": \"mmmmmmmmm\",\n    \"sexdecillions\": \"inwe mmekọahụ\",\n    \"sexdigitate\": \"nwee mmekọahụ\",\n    \"sexdigitated\": \"nwee mmekọahụ\",\n    \"sexed\": \"nwee mmekọahụ\",\n    \"sexenary\": \"nwee mmekọahụ\",\n    \"sexennial\": \"nwoke nwere ike\",\n    \"sexennially\": \"nwoke na nwanyị\",\n    \"sexern\": \"mmekọahụ\",\n    \"sexes\": \"mmekọahụ\",\n    \"sexfarious\": \"ihe gbasara mmekọahụ\",\n    \"sexhood\": \"nwee mmekọahụ\",\n    \"sexiest\": \"kasị nwee mmekọahụ\",\n    \"sexily\": \"agụụ mmekọahụ\",\n    \"sexillion\": \"nwee mmekọahụ\",\n    \"sexiness\": \"mmekọahụ\",\n    \"sexinesses\": \"nwoke na nwanyi\",\n    \"sexing\": \"na-enwe mmekọahụ\",\n    \"sexiped\": \"mara nwoke\",\n    \"sexisyllabic\": \"sexyyllabic\",\n    \"sexism\": \"mmekọahụ\",\n    \"sexisms\": \"mmekọahụ\",\n    \"sexist\": \"mmekọahụ\",\n    \"sexists\": \"ndị nwoke na nwanyị\",\n    \"sexitubercular\": \"mara nwoke na nwanyị\",\n    \"sexivalence\": \"inwe mmekọahụ\",\n    \"sexivalency\": \"kasi kasi\",\n    \"sexivalent\": \"nwee mmekọahụ\",\n    \"sexless\": \"enweghị mmekọahụ\",\n    \"sexlessly\": \"enweghị mmekọahụ\",\n    \"sexlessness\": \"enweghi mmekọahụ\",\n    \"sexly\": \"nwee mmekọahụ\",\n    \"sexlike\": \"dị ka mmekọahụ\",\n    \"sexlocular\": \"nwoke nwere ike\",\n    \"sexology\": \"ihe omumu\",\n    \"sexologic\": \"na-enwe mmekọahụ\",\n    \"sexological\": \"nwoke na nwanyị\",\n    \"sexologies\": \"mmekorita\",\n    \"sexologist\": \"ọkà mmụta mmekọrịta nwoke na nwanyị\",\n    \"sexploitation\": \"agụụ mmekọahụ\",\n    \"sexpot\": \"ite nwoke\",\n    \"sexpots\": \"ihe njiko\",\n    \"sexradiate\": \"nwoke nwere ike\",\n    \"sext\": \"nke isii\",\n    \"sextain\": \"nwee mmekọahụ\",\n    \"sextains\": \"nwee mmekọahụ\",\n    \"sextant\": \"nke isii\",\n    \"sextary\": \"nke isii\",\n    \"sextern\": \"nwoke na nwanyị\",\n    \"sextile\": \"agụụ mmekọahụ\",\n    \"sextipartition\": \"inwe mmekọahụ\",\n    \"sextiply\": \"kpakpando\",\n    \"sexto\": \"mara\",\n    \"sextolet\": \"nwoke nwere ike\",\n    \"sextoness\": \"nke isii\",\n    \"sextos\": \"nwoke mara\",\n    \"sextuple\": \"nke asaa\",\n    \"sexual\": \"nwee mmekọahụ\",\n    \"sexualisation\": \"inwe mmekọahụ\",\n    \"sexualism\": \"mmekọahụ\",\n    \"sexualist\": \"mmekọahụ\",\n    \"sexuality\": \"mmekọahụ\",\n    \"sexualities\": \"mmekọahụ\",\n    \"sexualization\": \"mmekorita\",\n    \"sexualize\": \"nwee mmekọahụ\",\n    \"sexualized\": \"nwee mmekọahụ\",\n    \"sexualizing\": \"agụụ mmekọahụ\",\n    \"sexually\": \"inwe mmekọahụ\",\n    \"sexuous\": \"agụụ mmekọahụ\",\n    \"sexuparous\": \"agụụ mmekọahụ\",\n    \"sezession\": \"izu ike\",\n    \"sf\": \"Nwachukwu\",\n    \"sferics\": \"edekọ\",\n    \"sfm\": \"Nwachukwu\",\n    \"sfz\": \"Nwachukwu\",\n    \"sgabelli\": \"Onyinyechi\",\n    \"sgabellos\": \"Onyinyechi\",\n    \"sgad\": \"ozigbo\",\n    \"shaatnez\": \"Nwachukwu\",\n    \"shabbat\": \"obisa\",\n    \"shabbed\": \"shab\",\n    \"shabby\": \"ihe nzuzu\",\n    \"shabbier\": \"onye isi\",\n    \"shabbiest\": \"kacha amasị\",\n    \"shabbyish\": \"ihere\",\n    \"shabble\": \"pụrụ\",\n    \"shabbos\": \"okpokoro\",\n    \"shabunder\": \"gbawasị\",\n    \"shacked\": \"maa jijiji\",\n    \"shacky\": \"ama jijiji\",\n    \"shacking\": \"n'ikwe\",\n    \"shackle\": \"igbachi\",\n    \"shackled\": \"shackle\",\n    \"shacklers\": \"agbụ\",\n    \"shackles\": \"agbụ\",\n    \"shacklewise\": \"shackleewise\",\n    \"shackoes\": \"agbụ\",\n    \"shackos\": \"shacks\",\n    \"shadbelly\": \"nnoo shadbelly\",\n    \"shadberry\": \"shadberị\",\n    \"shadbird\": \"ududo\",\n    \"shadblow\": \"onyunyo\",\n    \"shadbushes\": \"Shadbushes\",\n    \"shadchanim\": \"mbubreyo\",\n    \"shadchen\": \"Udochukwu\",\n    \"shade\": \"ndo\",\n    \"shadeful\": \"ndo\",\n    \"shadeless\": \"ndo\",\n    \"shadelessness\": \"enweghị ntụ\",\n    \"shades\": \"ndo\",\n    \"shadflies\": \"onyinyo\",\n    \"shadflower\": \"ihe ndozi\",\n    \"shady\": \"ndo\",\n    \"shadiest\": \"nke kacha sie\",\n    \"shadiness\": \"onyinyo\",\n    \"shado\": \"gbanye\",\n    \"shadow\": \"onyinyo\",\n    \"shadowable\": \"onyinyo\",\n    \"shadowbox\": \"ogbe ndo\",\n    \"shadowboxed\": \"agbachi\",\n    \"shadowboxes\": \"igbe mkpuchi\",\n    \"shadowboxing\": \"ndochi ojiji\",\n    \"shadowed\": \"onyinyo\",\n    \"shadower\": \"onyinyo\",\n    \"shadowers\": \"ndò\",\n    \"shadowfoot\": \"mkpuchi ihu\",\n    \"shadowgram\": \"onyinyo onyunyo\",\n    \"shadowgraph\": \"ndise\",\n    \"shadowgraphy\": \"onyinyo\",\n    \"shadowgraphic\": \"onyinyo ihe ngosi\",\n    \"shadowgraphist\": \"onye na-ese onyinyo\",\n    \"shadowy\": \"onyinyo\",\n    \"shadowier\": \"onyinyo\",\n    \"shadowiest\": \"onyinyo\",\n    \"shadowily\": \"ojiji\",\n    \"shadowiness\": \"onyinyo\",\n    \"shadowing\": \"ndò\",\n    \"shadowishly\": \"ndo\",\n    \"shadowist\": \"onye nlekọta\",\n    \"shadowland\": \"ala mmiri\",\n    \"shadowless\": \"onyinyo\",\n    \"shadowlessness\": \"enweghị ntụ\",\n    \"shadowly\": \"onyinyo\",\n    \"shadowlike\": \"onyinyo\",\n    \"shadows\": \"onyinyo\",\n    \"shadrach\": \"mbubreyo\",\n    \"shadrachs\": \"ndozi\",\n    \"shaft\": \"aro\",\n    \"shafted\": \"gbanye\",\n    \"shafter\": \"shater\",\n    \"shaftfoot\": \"ụkwụ ụkwụ\",\n    \"shaftlike\": \"dị ka shaft\",\n    \"shafts\": \"akụ\",\n    \"shaftsman\": \"shatsman\",\n    \"shaganappy\": \"shaganappi\",\n    \"shagbag\": \"shag akpa\",\n    \"shagbarks\": \"shagbark\",\n    \"shagginess\": \"ndo\",\n    \"shagging\": \"shaging\",\n    \"shags\": \"mkpọtụ\",\n    \"shahdoms\": \"shahdom\",\n    \"shahs\": \"shah\",\n    \"shahzadi\": \"shazzadi\",\n    \"shaird\": \"ndo\",\n    \"shairds\": \"shair\",\n    \"shakably\": \"jijiji\",\n    \"shake\": \"maa jijiji\",\n    \"shakebly\": \"jijiji\",\n    \"shakedown\": \"Shakedown\",\n    \"shakedowns\": \"Shakedowns\",\n    \"shakefork\": \"shakefank\",\n    \"shaken\": \"maa jijiji\",\n    \"shakenly\": \"maa jijiji\",\n    \"shakeproof\": \"Shakeproof\",\n    \"shakerag\": \"Shakerag\",\n    \"shakers\": \"maa jijiji\",\n    \"shakes\": \"maa jijiji\",\n    \"shakescene\": \"ịma jijiji\",\n    \"shakespeare\": \"Shakespeare\",\n    \"shakespearean\": \"Shakespearean\",\n    \"shakespeareanism\": \"Shakespeareans\",\n    \"shakespeareanly\": \"Shakespearean\",\n    \"shakespeareans\": \"Shakespeareans\",\n    \"shakespearian\": \"Shakespearean\",\n    \"shakespearize\": \"Shakespeare\",\n    \"shakespearolatry\": \"Shakespeare\",\n    \"shakeups\": \"mkpọchi\",\n    \"shakiest\": \"ikwere\",\n    \"shakily\": \"jijiji\",\n    \"shaking\": \"n'ikwe\",\n    \"shakingly\": \"n'ikwe\",\n    \"shakings\": \"Shaking\",\n    \"shaksperian\": \"Shaksperian\",\n    \"shaly\": \"maa mma\",\n    \"shalier\": \"dịkarịsịrị\",\n    \"shaliest\": \"nke kachasị\",\n    \"shall\": \"ga\",\n    \"shallon\": \"shalọl\",\n    \"shalloon\": \"shalọn\",\n    \"shalloons\": \"ogologo\",\n    \"shallot\": \"shalọt\",\n    \"shallow\": \"emighị emi\",\n    \"shallowbrained\": \"emighị emi\",\n    \"shallowed\": \"emighị emi\",\n    \"shallower\": \"nke pere mpe\",\n    \"shallowest\": \"nke kacha mpe\",\n    \"shallowhearted\": \"na-emighị emi\",\n    \"shallowing\": \"na-emighị emi\",\n    \"shallowish\": \"na-emighị emi\",\n    \"shallowist\": \"onye na-amaghi ihe\",\n    \"shallowness\": \"emighị emi\",\n    \"shallowpate\": \"emighị emi\",\n    \"shalom\": \"udo\",\n    \"shalt\": \"ga\",\n    \"shambling\": \"Na-ama jijiji\",\n    \"shame\": \"ihere\",\n    \"shameable\": \"ihere\",\n    \"shamed\": \"ihere\",\n    \"shameface\": \"ihere\",\n    \"shamefaced\": \"ihere mere\",\n    \"shamefacedly\": \"ihere ihere\",\n    \"shamefacedness\": \"ihere ihere\",\n    \"shamefast\": \"ihere\",\n    \"shamefastly\": \"ihere\",\n    \"shamefastness\": \"ihere na-emechu ihu\",\n    \"shameful\": \"ihere\",\n    \"shamefully\": \"ihere\",\n    \"shamefulness\": \"ihere\",\n    \"shameless\": \"ihere\",\n    \"shamelessly\": \"n'emeghị ihere\",\n    \"shamelessness\": \"enweghị ihere\",\n    \"shameproof\": \"ihere\",\n    \"shames\": \"ihere\",\n    \"shameworthy\": \"ihere\",\n    \"shaming\": \"ịme ihe\",\n    \"shammed\": \"ihere\",\n    \"shammying\": \"shammy nwere\",\n    \"shamming\": \"akpụzi\",\n    \"shammock\": \"shamos\",\n    \"shamoyed\": \"ihere\",\n    \"shamoying\": \"shamoing\",\n    \"shamois\": \"ogba egbe\",\n    \"shamoys\": \"ogba egbe\",\n    \"shampoo\": \"ncha ntutu\",\n    \"shampooed\": \"ncha ntutu\",\n    \"shampooer\": \"ncha ntutu\",\n    \"shampooers\": \"ncha ntutu\",\n    \"shampooing\": \"ncha ntutu\",\n    \"shampoos\": \"ncha ntutu\",\n    \"shandean\": \"shandan\",\n    \"shandies\": \"ihe nnweta\",\n    \"shanked\": \"kedụrụ aka\",\n    \"shanker\": \"okpu\",\n    \"shanking\": \"shanụ\",\n    \"shankings\": \"nkedo\",\n    \"shanks\": \"ụkwụ\",\n    \"shanksman\": \"Nwoke\",\n    \"shannies\": \"mmmmmmmmmmmm\",\n    \"shanty\": \"shati\",\n    \"shantied\": \"nnweta\",\n    \"shanties\": \"nnweta\",\n    \"shantying\": \"shantị\",\n    \"shantytown\": \"mkpụmkpụ\",\n    \"shantungs\": \"shandungs\",\n    \"shape\": \"udi\",\n    \"shapeable\": \"Ọkpụkpụ\",\n    \"shaped\": \"ekara\",\n    \"shapeful\": \"ọdịdị\",\n    \"shapeless\": \"enweghị ọdịdị\",\n    \"shapelessly\": \"enweghị ọdịdị\",\n    \"shapelessness\": \"enweghị ọdịdị\",\n    \"shapeliest\": \"nke kachasị\",\n    \"shapeliness\": \"Ọdịdị\",\n    \"shapen\": \"maa eze\",\n    \"shaper\": \"akpụzi\",\n    \"shapers\": \"akpụzi\",\n    \"shapes\": \"ụdị\",\n    \"shapeshifter\": \"nhazi\",\n    \"shapesmith\": \"akpụzi\",\n    \"shapeup\": \"udi\",\n    \"shapeups\": \"ọdịdị acha ọkụ\",\n    \"shaping\": \"na-akpụzi\",\n    \"shapingly\": \"na-akpụzi\",\n    \"shapometer\": \"shaomita\",\n    \"shapoo\": \"ncha ntutu\",\n    \"sharable\": \"akpụ akpụ\",\n    \"sharded\": \"gbanyechara agwa\",\n    \"shards\": \"agbaze\",\n    \"share\": \"kesaa\",\n    \"shareability\": \"Nkesa\",\n    \"shareable\": \"nkekọrịta\",\n    \"sharebroker\": \"onye nwe ụlọ ọrụ\",\n    \"sharecrop\": \"nkesa\",\n    \"sharecropped\": \"keere\",\n    \"sharecropper\": \"nkesa\",\n    \"sharecroppers\": \"nkesa\",\n    \"sharecropping\": \"Ikekọrịta\",\n    \"sharecrops\": \"nnweta\",\n    \"shared\": \"akọrọ\",\n    \"sharefarmer\": \"okeonye\",\n    \"shareholder\": \"onyenwereoke\",\n    \"shareholders\": \"ndị nwe oke\",\n    \"shareholdership\": \"oke oke\",\n    \"shareman\": \"okekọrịta\",\n    \"shareown\": \"kere òkè\",\n    \"shareowner\": \"Onye nwe ụlọ\",\n    \"sharepenny\": \"kelechi\",\n    \"sharer\": \"onyenke\",\n    \"sharers\": \"ndị nketa\",\n    \"shares\": \"mbak\",\n    \"shareship\": \"nkekọrịta\",\n    \"sharesman\": \"Onye nwe ụlọ\",\n    \"sharesmen\": \"ndi ahia\",\n    \"sharewort\": \"nkesa\",\n    \"sharezer\": \"onye nkesa\",\n    \"sharia\": \"hiwere iwu\",\n    \"sharifs\": \"sharif\",\n    \"sharing\": \"nkekọrịta\",\n    \"shark\": \"akụm\",\n    \"sharked\": \"shark\",\n    \"sharkers\": \"azụ\",\n    \"sharkish\": \"azu sharkish\",\n    \"sharks\": \"shark\",\n    \"sharkship\": \"nkọlọ\",\n    \"sharkskin\": \"akwa azu\",\n    \"sharkskins\": \"umu azu shark\",\n    \"sharn\": \"shark\",\n    \"sharnbud\": \"mmmmmmmmmmmm\",\n    \"sharnbug\": \"mmmmmmmmmmmm\",\n    \"sharns\": \"shark\",\n    \"sharp\": \"nkọ\",\n    \"sharpbill\": \"mpako\",\n    \"sharped\": \"nkọlọ\",\n    \"sharpen\": \"nkọ\",\n    \"sharpened\": \"mụ nkọ\",\n    \"sharpener\": \"mpi\",\n    \"sharpeners\": \"amụ\",\n    \"sharpening\": \"na-amu\",\n    \"sharpens\": \"amụba\",\n    \"sharper\": \"nkọ\",\n    \"sharpers\": \"nkọ\",\n    \"sharpest\": \"nkọ\",\n    \"sharpy\": \"nkọ\",\n    \"sharpie\": \"nkọ\",\n    \"sharpies\": \"nkọ\",\n    \"sharping\": \"na-amu\",\n    \"sharpish\": \"egbusi\",\n    \"sharpite\": \"nkọcha\",\n    \"sharply\": \"na-akọwa\",\n    \"sharpling\": \"nkọ\",\n    \"sharpness\": \"nkọ\",\n    \"sharps\": \"azụ\",\n    \"sharpsaw\": \"nkọ nkọ\",\n    \"sharpshod\": \"nkọ shod\",\n    \"sharpshoot\": \"nkọlọ\",\n    \"sharpshooter\": \"ọkọlọtọ\",\n    \"sharpshooters\": \"nkọlọ\",\n    \"sharpshooting\": \"nkọwapụta\",\n    \"sharpster\": \"nkọ\",\n    \"sharptail\": \"Edemede\",\n    \"sharpware\": \"ngwa\",\n    \"shaster\": \"sharị\",\n    \"shathmont\": \"Uchenna Onyekwere\",\n    \"shatter\": \"mebisie\",\n    \"shatterable\": \"agbajikwa\",\n    \"shatterbrained\": \"gbawara\",\n    \"shattered\": \"gbawara\",\n    \"shatterer\": \"mebisie\",\n    \"shatterheaded\": \"gbasasịa\",\n    \"shattery\": \"mkpọmkpọ ebe\",\n    \"shattering\": \"na-agbaji\",\n    \"shatteringly\": \"na-agbasi ike\",\n    \"shatterment\": \"mebisie\",\n    \"shatterpated\": \"gbawara\",\n    \"shatterproof\": \"emebisie\",\n    \"shatters\": \"na-agbaji\",\n    \"shatterwit\": \"Onyeka Onwenu\",\n    \"shauling\": \"na-akpụgharị\",\n    \"shave\": \"gbaa aji\",\n    \"shaveable\": \"akpụ afụ ọnụ\",\n    \"shaved\": \"kpụọ isi\",\n    \"shavee\": \"gbaa aji\",\n    \"shavegrass\": \"akpụ afụọnụ\",\n    \"shaveling\": \"shavel\",\n    \"shaven\": \"kpụrụ afụ ọnụ\",\n    \"shaver\": \"akpụ afụ ọnụ\",\n    \"shavery\": \"ịkpụ afụ ọnụ\",\n    \"shavers\": \"Ndị na-akpụ afụ ọnụ\",\n    \"shaves\": \"akpụ afụ ọnụ\",\n    \"shavese\": \"akpụ afụ ọnụ\",\n    \"shavester\": \"akpụ afụ ọnụ\",\n    \"shavetail\": \"akpụ afụ ọnụ\",\n    \"shaveweed\": \"ajị ajị\",\n    \"shavians\": \"Shavans\",\n    \"shaving\": \"ịkpụ afụ ọnụ\",\n    \"shavings\": \"shavsị\",\n    \"shawing\": \"ịkpụ\",\n    \"shawneewood\": \"osisi awara\",\n    \"shaws\": \"shaw\",\n    \"she\": \"ọ\",\n    \"sheading\": \"ịkwụsị\",\n    \"sheaf\": \"ùkwù\",\n    \"sheafage\": \"ùkwù afọ\",\n    \"sheafing\": \"sheaf\",\n    \"sheaflike\": \"ùzù sheaf\",\n    \"sheafs\": \"ùkwù ọka\",\n    \"sheal\": \"sikabe\",\n    \"shealing\": \"ịgwọ ọrịa\",\n    \"shealings\": \"ịkpapụsị\",\n    \"sheals\": \"gwọọ\",\n    \"shear\": \"shiee\",\n    \"shearbill\": \"akpacha ajị\",\n    \"sheard\": \"shiee\",\n    \"sheared\": \"akpacha ajị\",\n    \"shearer\": \"onye na-akpacha ajị anụ\",\n    \"shearers\": \"ndị na-akpacha ajị anụ\",\n    \"sheargrass\": \"akpacha ajị\",\n    \"shearhog\": \"shiarhog\",\n    \"shearing\": \"akpacha ajị\",\n    \"shearlegs\": \"akpacha ajị\",\n    \"shearless\": \"akpachapụghị anya\",\n    \"shearling\": \"akpacha ajị\",\n    \"shearman\": \"onye na-akpacha afia\",\n    \"shearmouse\": \"shiarmouse\",\n    \"shears\": \"ịkwa osisi\",\n    \"shearsman\": \"onye na-akpacha ajị anụ\",\n    \"shearwater\": \"ogbu mmiri\",\n    \"shearwaters\": \"ọwa mmiri\",\n    \"sheas\": \"shias\",\n    \"sheat\": \"ogbe\",\n    \"sheatfish\": \"azu azu\",\n    \"sheatfishes\": \"ahịhịa anụ\",\n    \"sheath\": \"n'ọbọ\",\n    \"sheathbill\": \"n'ọbọ\",\n    \"sheathe\": \"akpụkpọ ụkwụ\",\n    \"sheathed\": \"gbasiri ike\",\n    \"sheather\": \"akpukpo ahu\",\n    \"sheathers\": \"akpụkpọ anụ\",\n    \"sheathes\": \"sheethes\",\n    \"sheathier\": \"akpụkpọ anụ\",\n    \"sheathiest\": \"akwara\",\n    \"sheathing\": \"nchapu\",\n    \"sheathless\": \"n'azu\",\n    \"sheathlike\": \"dị ka n'ọbọ\",\n    \"sheaths\": \"n'ọbọ\",\n    \"sheaved\": \"ọbọp\",\n    \"sheaveless\": \"shealess\",\n    \"sheaveman\": \"onye sheaveman\",\n    \"sheaves\": \"ùkwù ọka\",\n    \"sheaving\": \"ịkpa ọka\",\n    \"shebar\": \"shiba\",\n    \"shebat\": \"sheba\",\n    \"shebeans\": \"sheba\",\n    \"shebeening\": \"akpacha ajị\",\n    \"shechem\": \"shikem\",\n    \"shechemites\": \"ụmụ nwanyị\",\n    \"shed\": \"wụsịrị\",\n    \"shedable\": \"Wụsịrị\",\n    \"sheddable\": \"Wụsara\",\n    \"shedded\": \"wụsịrị\",\n    \"shedder\": \"shredder\",\n    \"shedders\": \"shred\",\n    \"shedding\": \"ịkwụsị\",\n    \"sheder\": \"shredder\",\n    \"shedlike\": \"na-awụfu\",\n    \"shedman\": \"onye obula\",\n    \"sheds\": \"wụsịrị\",\n    \"shedwise\": \"n'otu n'otu\",\n    \"sheefishes\": \"na-azụ atụrụ\",\n    \"sheel\": \"ikiri ụkwụ\",\n    \"sheely\": \"dị\",\n    \"sheeling\": \"ikiri ụkwụ\",\n    \"sheeney\": \"sheeny\",\n    \"sheeneys\": \"sheeny\",\n    \"sheenful\": \"dị ọcha\",\n    \"sheenier\": \"sheeny\",\n    \"sheeniest\": \"kasị dị ọcha\",\n    \"sheening\": \"akpachapụ anya\",\n    \"sheenless\": \"enweghi ike\",\n    \"sheep\": \"aturu\",\n    \"sheepback\": \"aturu\",\n    \"sheepbacks\": \"atụrụ\",\n    \"sheepbell\": \"atụrụ\",\n    \"sheepberry\": \"atụrụ\",\n    \"sheepberries\": \"atụrụ\",\n    \"sheepbine\": \"atụrụbine\",\n    \"sheepbiter\": \"onye na-azụ atụrụ\",\n    \"sheepbiting\": \"aturu aturu\",\n    \"sheepcot\": \"atụrụ atụrụ\",\n    \"sheepcote\": \"atụrụ atụrụ\",\n    \"sheepcrook\": \"atụrụ crook\",\n    \"sheepdip\": \"aturu aturu\",\n    \"sheepdog\": \"atụrụ atụrụ\",\n    \"sheepdogs\": \"atụrụ atụrụ\",\n    \"sheepfaced\": \"atụrụ na-eche ihu\",\n    \"sheepfacedly\": \"atụrụfacedly\",\n    \"sheepfacedness\": \"atụrụ atụrụ\",\n    \"sheepfold\": \"ogige atụrụ\",\n    \"sheepfolds\": \"ogige atụrụ\",\n    \"sheepfoot\": \"ụkwụ atụrụ\",\n    \"sheepfoots\": \"ụkwụ atụrụ\",\n    \"sheepgate\": \"atụrụ atụrụ\",\n    \"sheephead\": \"atụrụ atụrụ\",\n    \"sheepheaded\": \"akpa atụrụ\",\n    \"sheepheads\": \"akpa atụrụ\",\n    \"sheephearted\": \"atụrụ obi\",\n    \"sheepherder\": \"onye na-azụ atụrụ\",\n    \"sheepherding\": \"ọzụzụ atụrụ\",\n    \"sheephook\": \"atụrụ nko\",\n    \"sheephouse\": \"ụlọ atụrụ\",\n    \"sheepy\": \"onye aturu\",\n    \"sheepify\": \"atụrụ\",\n    \"sheepified\": \"atụrụ\",\n    \"sheepifying\": \"ịzụ atụrụ\",\n    \"sheepish\": \"atụrụ\",\n    \"sheepishly\": \"jiri nlezianya\",\n    \"sheepishness\": \"atụrụ\",\n    \"sheepkeeper\": \"onye na-azụ atụrụ\",\n    \"sheepkeeping\": \"idebe atụrụ\",\n    \"sheepkill\": \"atụrụ na-egbu\",\n    \"sheeplike\": \"yiri atụrụ\",\n    \"sheepling\": \"na-ehi ụra\",\n    \"sheepman\": \"onye na-azụ atụrụ\",\n    \"sheepmaster\": \"onye na-elekọta atụrụ\",\n    \"sheepmen\": \"ndị ọzụzụ atụrụ\",\n    \"sheepmint\": \"atụrụ\",\n    \"sheepmonger\": \"onye na-azụ atụrụ\",\n    \"sheepnose\": \"atụrụ\",\n    \"sheepnut\": \"atụrụ\",\n    \"sheepshank\": \"atụrụ atụrụ\",\n    \"sheepshead\": \"akpa atụrụ\",\n    \"sheepsheadism\": \"atụrụ atụrụ\",\n    \"sheepsheads\": \"akpa atụrụ\",\n    \"sheepshear\": \"atụrụ atụrụ\",\n    \"sheepshearer\": \"onye na-akpacha ajị atụrụ\",\n    \"sheepshearing\": \"akpacha ajị atụrụ\",\n    \"sheepshed\": \"atụrụ\",\n    \"sheepskin\": \"akpụkpọ anụ atụrụ\",\n    \"sheepskins\": \"akpụkpọ atụrụ\",\n    \"sheepsplit\": \"atụrụ atụrụ\",\n    \"sheepsteal\": \"aturu\",\n    \"sheepstealer\": \"onye na-azụ atụrụ\",\n    \"sheepstealing\": \"atụrụ zuru\",\n    \"sheepwalk\": \"ụzọ atụrụ\",\n    \"sheepwalker\": \"ụzọ atụrụ\",\n    \"sheepweed\": \"aturu\",\n    \"sheer\": \"n'okwu\",\n    \"sheered\": \"akpacha ajị\",\n    \"sheerer\": \"akpacha ajị\",\n    \"sheerest\": \"maa mma\",\n    \"sheering\": \"shia\",\n    \"sheerly\": \"n'okwu\",\n    \"sheerness\": \"ịba ụba\",\n    \"sheers\": \"shea\",\n    \"sheet\": \"mpempe akwụkwọ\",\n    \"sheetage\": \"mpempe akwụkwọ\",\n    \"sheeted\": \"mpempe akwụkwọ\",\n    \"sheeters\": \"okpu\",\n    \"sheetfed\": \"mpempe akwụkwọ\",\n    \"sheetflood\": \"mpempe akwụkwọ\",\n    \"sheetful\": \"Achịcha\",\n    \"sheeting\": \"mpempe akwụkwọ\",\n    \"sheetings\": \"mpempe akwụkwọ\",\n    \"sheetless\": \"mpempe akwụkwọ\",\n    \"sheetlet\": \"mpempe akwụkwọ\",\n    \"sheetlike\": \"dị ka mpempe akwụkwọ\",\n    \"sheetling\": \"mpempe akwụkwọ\",\n    \"sheetrock\": \"mpempe akwụkwọ\",\n    \"sheets\": \"Ibé akwụkwọ\",\n    \"sheetways\": \"mpempe akwụkwọ\",\n    \"sheetwash\": \"mpempe akwụkwọ\",\n    \"sheetwise\": \"mpempe akwụkwọ\",\n    \"sheetwork\": \"sheba\",\n    \"sheetwriting\": \"ederede\",\n    \"sheeve\": \"sheave\",\n    \"sheeves\": \"ùkwù ọka\",\n    \"sheffield\": \"Sheffield\",\n    \"shegets\": \"Ibé akwụkwọ\",\n    \"shegetz\": \"Shegetz\",\n    \"sheikdom\": \"alaeze\",\n    \"sheikdoms\": \"ndị ọchịchị\",\n    \"sheikhdom\": \"ozi\",\n    \"sheikhlike\": \"dị ka sheikh\",\n    \"sheikhs\": \"ndị sheikh\",\n    \"sheiklike\": \"onye yiri\",\n    \"sheiks\": \"ndị isi\",\n    \"sheiling\": \"shiiling\",\n    \"sheitlen\": \"Chidinma\",\n    \"shekels\": \"shekel\",\n    \"shelah\": \"shela\",\n    \"sheld\": \"ọta\",\n    \"shelder\": \"ebe mgbaba\",\n    \"shelf\": \"adị\",\n    \"shelfback\": \"adị\",\n    \"shelfful\": \"adị\",\n    \"shelffuls\": \"idobere ihe\",\n    \"shelfy\": \"ezumike\",\n    \"shelflike\": \"adị ka\",\n    \"shelflist\": \"ndepụta\",\n    \"shelfmate\": \"onye oru shelf\",\n    \"shelfpiece\": \"mpempe shelf\",\n    \"shelfroom\": \"ime ụlọ\",\n    \"shelfworn\": \"shelf\",\n    \"shell\": \"shei\",\n    \"shellac\": \"shellak\",\n    \"shellack\": \"shellak\",\n    \"shellacked\": \"ezumike\",\n    \"shellacking\": \"ugha\",\n    \"shellackings\": \"mkpọchi\",\n    \"shellacks\": \"mkpọchi\",\n    \"shellacs\": \"shellak\",\n    \"shellblowing\": \"ịmị ọkụ\",\n    \"shellburst\": \"ogbe shebu\",\n    \"shelled\": \"adịla\",\n    \"shelleyan\": \"Shelleyan\",\n    \"shelleyesque\": \"Onyebuchi\",\n    \"sheller\": \"mgbochi\",\n    \"shellfire\": \"mgbọ\",\n    \"shellfisheries\": \"azụ azụ\",\n    \"shellfishes\": \"shellfish\",\n    \"shellflower\": \"okpokoro\",\n    \"shellful\": \"Na-adị egwu\",\n    \"shellhead\": \"isi\",\n    \"shelly\": \"mkpọchi\",\n    \"shellycoat\": \"uwe\",\n    \"shellier\": \"ebe nchekwa\",\n    \"shelliest\": \"nke kacha dịrị ndụ\",\n    \"shelliness\": \"ebibi\",\n    \"shellman\": \"Ogbu anụ\",\n    \"shellmen\": \"Ndị na-agba ịnyịnya\",\n    \"shellpot\": \"shea\",\n    \"shellproof\": \"mgbochi\",\n    \"shellshocked\": \"mmụọ\",\n    \"shellum\": \"shei\",\n    \"shellworker\": \"Onye na-akwọ ụgbọ mmiri\",\n    \"shelter\": \"ebe mgbaba\",\n    \"shelterage\": \"ebe nchekwa\",\n    \"shelterbelt\": \"ebe nchekwa\",\n    \"sheltered\": \"ndo\",\n    \"shelterer\": \"onye na-elekọta ụlọ\",\n    \"sheltery\": \"ebe nchekwa\",\n    \"sheltering\": \"ebe obibi\",\n    \"shelteringly\": \"na-ezobe\",\n    \"shelterless\": \"enweghị ebe obibi\",\n    \"shelterlessness\": \"enweghị ebe obibi\",\n    \"shelters\": \"ebe obibi\",\n    \"shelterwood\": \"ndo\",\n    \"shelty\": \"echebe\",\n    \"shelties\": \"echebe\",\n    \"sheltron\": \"ebe nchekwa\",\n    \"shelved\": \"adị\",\n    \"shelver\": \"nchekwa\",\n    \"shelvers\": \"nchekwa\",\n    \"shelves\": \"shelf\",\n    \"shelvy\": \"shelby\",\n    \"shelviest\": \"kacha dịrị ndụ\",\n    \"shelving\": \"nwa ehi\",\n    \"shelvingly\": \"nwa ehi\",\n    \"shelvingness\": \"shel shel\",\n    \"shelvings\": \"ebe nchekwa\",\n    \"sheminith\": \"onyenze\",\n    \"shemite\": \"Shemite\",\n    \"shemitic\": \"onye shemit\",\n    \"shemitish\": \"zụọ ahịa\",\n    \"shendful\": \"dị ọcha\",\n    \"shending\": \"nkwuputa\",\n    \"sheolic\": \"sheolik\",\n    \"sheols\": \"sheol\",\n    \"shepherd\": \"onye ọzụzụ atụrụ\",\n    \"shepherdage\": \"onye ọzụzụ atụrụ\",\n    \"shepherddom\": \"ọzụzụ atụrụ\",\n    \"shepherded\": \"na-azụ atụrụ\",\n    \"shepherdess\": \"onye ọzụzụ atụrụ\",\n    \"shepherdesses\": \"ndị ọzụzụ atụrụ\",\n    \"shepherdhood\": \"ọzụzụ atụrụ\",\n    \"shepherdy\": \"onye ọzụzụ atụrụ\",\n    \"shepherdia\": \"ọzụzụ atụrụ\",\n    \"shepherding\": \"ọzụzụ atụrụ\",\n    \"shepherdish\": \"na-azụ atụrụ\",\n    \"shepherdism\": \"ọzụzụ atụrụ\",\n    \"shepherdize\": \"na-azụ atụrụ\",\n    \"shepherdless\": \"enweghị onye ọzụzụ atụrụ\",\n    \"shepherdly\": \"onye ọzụzụ atụrụ\",\n    \"shepherdlike\": \"onye ọzụzụ atụrụ dị ka\",\n    \"shepherdling\": \"ọzụzụ atụrụ\",\n    \"shepherdry\": \"ndị ọzụzụ atụrụ\",\n    \"shepherds\": \"ndị ọzụzụ atụrụ\",\n    \"shepperding\": \"ọzụzụ atụrụ\",\n    \"sheppherded\": \"na-azụ atụrụ\",\n    \"shepster\": \"ahịhịa anụ\",\n    \"sherardizing\": \"na-ebugharị\",\n    \"sherd\": \"ẹphe\",\n    \"sherds\": \"sher\",\n    \"sherifate\": \"ikpesa\",\n    \"sheriffalty\": \"onye isi\",\n    \"sheriffcies\": \"sheriffri\",\n    \"sheriffhood\": \"mkpuchi sheriff\",\n    \"sheriffs\": \"ndị isi\",\n    \"sheriffship\": \"sheriffhip\",\n    \"sherify\": \"ikwupụta\",\n    \"sherifian\": \"sharifian\",\n    \"sherifs\": \"ndị isi\",\n    \"sheroot\": \"ogbe\",\n    \"sheroots\": \"ahihia\",\n    \"sherryvallies\": \"ndiegwu\",\n    \"sheth\": \"n'ọbọ\",\n    \"shetland\": \"Shetland\",\n    \"shetlands\": \"ala shetland\",\n    \"sheuchs\": \"akpa nwa\",\n    \"shevel\": \"sheel\",\n    \"sheveled\": \"maa jijiji\",\n    \"sheveret\": \"Sheveret\",\n    \"shew\": \"gosi\",\n    \"shewbread\": \"ogbe bred\",\n    \"shewed\": \"gosiri\",\n    \"shewer\": \"onye-shewa\",\n    \"shewers\": \"shew\",\n    \"shewing\": \"ịkwa nku\",\n    \"shewn\": \"gosipụta\",\n    \"shfsep\": \"shpsep\",\n    \"shy\": \"ihere\",\n    \"shibahs\": \"shibah\",\n    \"shibboleths\": \"shibboleth\",\n    \"shice\": \"akpụrụ\",\n    \"shicer\": \"akpụ afụ ọnụ\",\n    \"shick\": \"ịma jijiji\",\n    \"shicker\": \"na-akawanye njọ\",\n    \"shickered\": \"maa jijiji\",\n    \"shydepoke\": \"ihere\",\n    \"shied\": \"ọta\",\n    \"shield\": \"ọta\",\n    \"shieldable\": \"echebe\",\n    \"shieldboard\": \"ọta ọta\",\n    \"shielddrake\": \"ọta drake\",\n    \"shielded\": \"echebe\",\n    \"shielder\": \"shiel\",\n    \"shielders\": \"shiel\",\n    \"shieldfern\": \"ọta fern\",\n    \"shieldflower\": \"ọta\",\n    \"shielding\": \"ichebe\",\n    \"shieldings\": \"ọta\",\n    \"shieldless\": \"ọta\",\n    \"shieldlessly\": \"n'echebe\",\n    \"shieldlessness\": \"enweghị nchebe\",\n    \"shieldlike\": \"ọta\",\n    \"shieldling\": \"Na-ekpuchi\",\n    \"shieldmay\": \"ọta\",\n    \"shieldmaker\": \"ọta\",\n    \"shields\": \"ọta\",\n    \"shieldtail\": \"ọta\",\n    \"shieling\": \"shiiling\",\n    \"shielings\": \"shiel\",\n    \"shyer\": \"shụọ\",\n    \"shyers\": \"okwukwu\",\n    \"shiest\": \"kacha\",\n    \"shift\": \"ịgbanwee\",\n    \"shiftability\": \"ntụgharị\",\n    \"shiftable\": \"na-agbanwe agbanwe\",\n    \"shiftage\": \"mgbanwe\",\n    \"shifted\": \"gbanwere\",\n    \"shifter\": \"gbanye\",\n    \"shifters\": \"ndị na-agbanwegharị\",\n    \"shiftful\": \"na-agbanwe agbanwe\",\n    \"shiftfulness\": \"mgbanwe\",\n    \"shifty\": \"na-agbanwe\",\n    \"shiftily\": \"na-agbanwe\",\n    \"shiftiness\": \"mgbanwe\",\n    \"shifting\": \"na-agbanwe\",\n    \"shiftingly\": \"na-agbanwe\",\n    \"shiftingness\": \"ngbanwe\",\n    \"shiftless\": \"na-enweghị mgbanwe\",\n    \"shiftlessly\": \"na-agbagharị\",\n    \"shiftlessness\": \"enweghị mgbanwe\",\n    \"shiftman\": \"ịgbanwee\",\n    \"shifts\": \"na-agbanwe\",\n    \"shying\": \"na-eme ka ihere\",\n    \"shyish\": \"ihere\",\n    \"shikker\": \"ọkọlọtọ\",\n    \"shikses\": \"shiks\",\n    \"shyly\": \"ihere\",\n    \"shill\": \"shilling\",\n    \"shilled\": \"shilị\",\n    \"shillet\": \"shilị\",\n    \"shillingless\": \"enweghị shilling\",\n    \"shillings\": \"shilling\",\n    \"shillingsworth\": \"shiningsworth\",\n    \"shills\": \"shilling\",\n    \"shylock\": \"ihere\",\n    \"shylocked\": \"gbanye ihere\",\n    \"shylocking\": \"na-eme ihere\",\n    \"shylockism\": \"ihere\",\n    \"shylocks\": \"Ohere\",\n    \"shilpit\": \"mbupu\",\n    \"shilpits\": \"mbugharị\",\n    \"shimal\": \"shimla\",\n    \"shimmed\": \"onwu\",\n    \"shimmey\": \"onwu\",\n    \"shimmered\": \"nwuru\",\n    \"shimmering\": \"na-agbanye\",\n    \"shimmeringly\": \"na-egbu maramara\",\n    \"shimmers\": \"okpokoro\",\n    \"shimmy\": \"onwu\",\n    \"shimmied\": \"Amụma\",\n    \"shimmies\": \"ndochi\",\n    \"shimmying\": \"na-egbu\",\n    \"shimming\": \"na-enwu\",\n    \"shimper\": \"mepee\",\n    \"shims\": \"nwuo\",\n    \"shin\": \"nwuo\",\n    \"shinaniging\": \"na-enwu\",\n    \"shine\": \"nwuo\",\n    \"shined\": \"nwuru\",\n    \"shineless\": \"enwu gbaa\",\n    \"shiners\": \"na-enwu\",\n    \"shines\": \"na-enwu\",\n    \"shyness\": \"ihere\",\n    \"shynesses\": \"na-eme ihere\",\n    \"shingled\": \"kpọọ\",\n    \"shingly\": \"ihere\",\n    \"shinguard\": \"asụsụ\",\n    \"shiny\": \"nke onwunwu\",\n    \"shinier\": \"na-enwu gbaa\",\n    \"shiniest\": \"na-enwu gbaa\",\n    \"shinily\": \"na-enwu\",\n    \"shininess\": \"nwuo\",\n    \"shining\": \"na-enwu\",\n    \"shiningly\": \"na-egbuke egbuke\",\n    \"shiningness\": \"enwu\",\n    \"shinned\": \"nwuru\",\n    \"shinneys\": \"shinnin\",\n    \"shinnery\": \"na-enwu\",\n    \"shinneries\": \"enwu\",\n    \"shinnied\": \"enwu\",\n    \"shinnies\": \"na-enwu\",\n    \"shinnying\": \"na-enwu\",\n    \"shinning\": \"na-enwu\",\n    \"shinsplints\": \"shin akpụ ụkwụ\",\n    \"shintoist\": \"onye Shinto\",\n    \"shintoists\": \"ndi Shinto\",\n    \"ship\": \"ụgbọ mmiri\",\n    \"shipboard\": \"ụgbọ mmiri\",\n    \"shipboy\": \"umu nwoke\",\n    \"shipborne\": \"ụgbọ mmiri\",\n    \"shipbound\": \"ụgbọ mmiri\",\n    \"shipbreaking\": \"bregbọ mmiri\",\n    \"shipbroken\": \"ụgbọ mmiri gbawara\",\n    \"shipbuild\": \"bugbọ mmiri\",\n    \"shipbuilder\": \"onye na-ebu ụgbọ mmiri\",\n    \"shipbuilders\": \"ndị na-arụ ụgbọ mmiri\",\n    \"shipbuilding\": \"ụgbọ mmiri\",\n    \"shipcraft\": \"ụgbọ mmiri\",\n    \"shipentine\": \"ụgbọ mmiri\",\n    \"shipferd\": \"ụgbọ mmiri\",\n    \"shipfitter\": \"fitgbọ mmiri\",\n    \"shipful\": \"na-ebu ibu\",\n    \"shipfuls\": \"ụgbọ mmiri\",\n    \"shiphire\": \"ụgbọ mmiri\",\n    \"shipholder\": \"onye na-ebu ụgbọ mmiri\",\n    \"shipyard\": \"ụgbọ mmiri\",\n    \"shipyards\": \"ụgbọ mmiri\",\n    \"shipkeeper\": \"onye na-ebu ụgbọ mmiri\",\n    \"shiplap\": \"lagbọ mmiri\",\n    \"shiplaps\": \"lagbọ mmiri\",\n    \"shiplet\": \"plegbọ mmiri\",\n    \"shipload\": \"buo ibu\",\n    \"shiploads\": \"ụgbọ mmiri\",\n    \"shipman\": \"mangbọ mmiri\",\n    \"shipmanship\": \"mangbọ mmiri\",\n    \"shipmast\": \"mgbọ mmiri\",\n    \"shipmaster\": \"onye isi ụgbọ mmiri\",\n    \"shipmate\": \"onye ọrụ ụgbọ mmiri\",\n    \"shipmates\": \"ndị ibe\",\n    \"shipmatish\": \"ndị ibe\",\n    \"shipmen\": \"mangbọ mmiri\",\n    \"shipment\": \"Mbupu\",\n    \"shipments\": \"Mbupu\",\n    \"shipowner\": \"onye nwe ụgbọ mmiri\",\n    \"shipowning\": \"ibu mmiri\",\n    \"shippable\": \"izipu\",\n    \"shipped\": \"Ẹnam ekese\",\n    \"shipper\": \"Mbupu\",\n    \"shippers\": \"ndị na-ebuga ya\",\n    \"shippy\": \"ụgbọ mmiri\",\n    \"shipping\": \"mbupu\",\n    \"shippings\": \"mbupu\",\n    \"shipplane\": \"ụgbọ elu ụgbọ mmiri\",\n    \"shippound\": \"mbukota\",\n    \"shiprade\": \"ụgbọ mmiri\",\n    \"ships\": \"ụgbọ mmiri\",\n    \"shipshape\": \"ụdị ụgbọ mmiri\",\n    \"shipshapely\": \"ụgbọ mmiri\",\n    \"shipside\": \"n'ụgbọ mmiri\",\n    \"shipsides\": \"ụgbọ mmiri\",\n    \"shipsmith\": \"onye na-akwọ ụgbọ mmiri\",\n    \"shipt\": \"ụgbọ mmiri\",\n    \"shipway\": \"ụzọ ụgbọ mmiri\",\n    \"shipways\": \"ụzọ ụgbọ mmiri\",\n    \"shipward\": \"ụgbọ mmiri\",\n    \"shipwards\": \"ebu ahia\",\n    \"shipwork\": \"ọrụ ụgbọ mmiri\",\n    \"shipworm\": \"wgbọ mmiri\",\n    \"shipworms\": \"nsị ụgbọ mmiri\",\n    \"shipwreck\": \"ụgbọ mmiri kpuru\",\n    \"shipwrecked\": \"ụgbọ mmiri kpuru\",\n    \"shipwrecky\": \"ubom\",\n    \"shipwrecking\": \"ikpu ụgbọ mmiri\",\n    \"shipwrecks\": \"ụgbọ mmiri kpuru\",\n    \"shipwright\": \"ubom\",\n    \"shipwrightery\": \"ụgbọ mmiri\",\n    \"shipwrightry\": \"ụgbọ mmiri\",\n    \"shipwrights\": \"ụgbọ mmiri\",\n    \"shires\": \"Mbupu\",\n    \"shirk\": \"ekpere\",\n    \"shirkers\": \"ụgbọ mmiri\",\n    \"shirking\": \"na-eme mkpọtụ\",\n    \"shirks\": \"uwe elu\",\n    \"shirpit\": \"mkpọchi\",\n    \"shirring\": \"na-ezisa\",\n    \"shirrings\": \"uwe elu\",\n    \"shirrs\": \"uwe elu\",\n    \"shirt\": \"uwe elu\",\n    \"shirtband\": \"uwe elu na\",\n    \"shirtdress\": \"uwe elu uwe\",\n    \"shirtfront\": \"uwe elu\",\n    \"shirty\": \"uwe elu\",\n    \"shirtier\": \"uwe elu\",\n    \"shirtiest\": \"adaeze\",\n    \"shirtiness\": \"uwe elu\",\n    \"shirting\": \"na-akụgharị\",\n    \"shirtings\": \"uwe elu\",\n    \"shirtless\": \"uwe elu\",\n    \"shirtlessness\": \"uwe na-enweghị uwe\",\n    \"shirtlike\": \"uwe elu dị ka\",\n    \"shirtmake\": \"uwe elu\",\n    \"shirtmaker\": \"uwe elu\",\n    \"shirtmaking\": \"shirtkwa uwe elu\",\n    \"shirtman\": \"Onye uwe ojii\",\n    \"shirtmen\": \"uwe elu ụmụ nwoke\",\n    \"shirts\": \"uwe elu\",\n    \"shirtsleeve\": \"uwe elu\",\n    \"shirttail\": \"uwe elu\",\n    \"shirtwaist\": \"uwe elu\",\n    \"shirtwaister\": \"uwe elu nwanyị\",\n    \"shyster\": \"ihe omimi\",\n    \"shists\": \"mkpuchi\",\n    \"shit\": \"na na\",\n    \"shits\": \"na-ada\",\n    \"shitted\": \"na na na\",\n    \"shitten\": \"na-afụ ụfụ\",\n    \"shittiest\": \"na-eme ihere\",\n    \"shittims\": \"shittim\",\n    \"shittiness\": \"shitt\",\n    \"shitting\": \"na-amị\",\n    \"shivahs\": \"shivah\",\n    \"shivareeing\": \"na-achọgharị\",\n    \"shivey\": \"izipu\",\n    \"shiver\": \"maa jijiji\",\n    \"shivered\": \"maa jijiji\",\n    \"shiverers\": \"ndị ụjọ\",\n    \"shivery\": \"verygbọ mmiri\",\n    \"shivering\": \"na-ama jijiji\",\n    \"shiveringly\": \"amajijiji\",\n    \"shivers\": \"ụgbọ mmiri\",\n    \"shiversome\": \"gbanwere\",\n    \"shives\": \"gafee\",\n    \"shivs\": \"shiv\",\n    \"shlimazel\": \"Onyinyechukwu\",\n    \"shlimazl\": \"Onyinyechi\",\n    \"shlock\": \"mechie\",\n    \"shlocks\": \"mkpọchi\",\n    \"shluh\": \"shlu\",\n    \"shmaltz\": \"Uzochukwu\",\n    \"shmaltzy\": \"obinwanne\",\n    \"shmaltziest\": \"Onyeka Onwenu\",\n    \"shmoes\": \"ihere\",\n    \"shoa\": \"nwuo\",\n    \"shoad\": \"ihu\",\n    \"shoader\": \"shoador\",\n    \"shoal\": \"ikwo\",\n    \"shoalbrain\": \"akpụkpọ ụkwụ\",\n    \"shoaled\": \"inwudoro\",\n    \"shoaler\": \"Onye na-ere ihe ntụtụ\",\n    \"shoalest\": \"gbara agba\",\n    \"shoaly\": \"nnukwute\",\n    \"shoalier\": \"akpụkpọ ụkwụ\",\n    \"shoaliest\": \"akpụkpọ ụkwụ\",\n    \"shoaliness\": \"inyinya-ukwu\",\n    \"shoaling\": \"ịtọgharị\",\n    \"shoalness\": \"akpụkpọ ụkwụ\",\n    \"shoals\": \"akpụkpọ ụkwụ\",\n    \"shoalwise\": \"itu-uzo\",\n    \"shoat\": \"mmiri\",\n    \"shoats\": \"ụgbọ mmiri\",\n    \"shochet\": \"gbaa\",\n    \"shochetim\": \"oge\",\n    \"shochets\": \"igwoji\",\n    \"shock\": \"ujo\",\n    \"shockability\": \"ujo\",\n    \"shockable\": \"maa jijiji\",\n    \"shocked\": \"kụjara\",\n    \"shockedness\": \"ujo\",\n    \"shocker\": \"ihe ijuanya\",\n    \"shockers\": \"ndị ụjọ\",\n    \"shockhead\": \"Akpata isi\",\n    \"shockheaded\": \"Akpata isi\",\n    \"shockheadedness\": \"isi ike\",\n    \"shocking\": \"awụ akpata oyi\",\n    \"shockingly\": \"di egwu\",\n    \"shockingness\": \"ujo\",\n    \"shocklike\": \"ujo\",\n    \"shockproof\": \"ujo\",\n    \"shocks\": \"egwu\",\n    \"shockstall\": \"ịkwanye\",\n    \"shockwave\": \"ndagide\",\n    \"shod\": \"akpụkpọ ụkwụ\",\n    \"shodden\": \"gbanye aka\",\n    \"shoddy\": \"akpụkpọ ụkwụ\",\n    \"shoddydom\": \"ihere\",\n    \"shoddied\": \"akpụkpọ ụkwụ\",\n    \"shoddies\": \"akpụkpọ ụkwụ\",\n    \"shoddiest\": \"Akpụkpọ ụkwụ\",\n    \"shoddying\": \"shozụ ahịa\",\n    \"shoddyism\": \"okirikiri\",\n    \"shoddyite\": \"Onyema\",\n    \"shoddylike\": \"dị ka onye nzuzu\",\n    \"shoddiness\": \"Inye aka\",\n    \"shode\": \"gbaa\",\n    \"shoder\": \"zụọ ahịa\",\n    \"shoe\": \"akpụkpọ ụkwụ\",\n    \"shoebill\": \"Onyeama\",\n    \"shoebills\": \"ọnụ ahịa\",\n    \"shoebinder\": \"ịkpa ihe\",\n    \"shoebindery\": \"ihewugwo\",\n    \"shoebinding\": \"ịkọ ihe\",\n    \"shoebird\": \"akpakpa\",\n    \"shoeboy\": \"akpụkpọ ụkwụ\",\n    \"shoebrush\": \"akpụkpọ ụkwụ\",\n    \"shoecraft\": \"aka ihu\",\n    \"shoed\": \"akpụkpọ ụkwụ\",\n    \"shoehorn\": \"akpụkpọ ụkwụ\",\n    \"shoehorned\": \"akpụkpọ ụkwụ\",\n    \"shoehorning\": \"akpụkpọ ụkwụ\",\n    \"shoehorns\": \"Akpụkpọ ụkwụ akpụkpọ ụkwụ\",\n    \"shoeing\": \"Akpụkpọ ụkwụ\",\n    \"shoeingsmith\": \"Akpụkpọ ụkwụ akpụkpọ ụkwụ\",\n    \"shoelace\": \"Akpụkpọ ụkwụ\",\n    \"shoelaces\": \"Akpụkpọ ụkwụ\",\n    \"shoeless\": \"akpụkpọ ụkwụ\",\n    \"shoemaker\": \"akpụkpọ ụkwụ\",\n    \"shoemakers\": \"akpụkpọ ụkwụ\",\n    \"shoemaking\": \"akpụkpọ ụkwụ\",\n    \"shoeman\": \"gbaa akpụkpọ ụkwụ\",\n    \"shoepac\": \"ụlọ ahịa\",\n    \"shoepack\": \"ịzụ ahịa\",\n    \"shoepacks\": \"akpa akpa\",\n    \"shoepacs\": \"ụlọ ahịa\",\n    \"shoer\": \"gbaa\",\n    \"shoers\": \"gbaa mmiri\",\n    \"shoes\": \"akpụkpọ ụkwụ\",\n    \"shoescraper\": \"akpụkpọ ụkwụ\",\n    \"shoeshine\": \"akpụkpọ ụkwụ\",\n    \"shoeshop\": \"akpụkpọ ụkwụ\",\n    \"shoesmith\": \"akpụkpọ ụkwụ\",\n    \"shoestring\": \"akpụkpọ ụkwụ\",\n    \"shoestrings\": \"akpụkpọ ụkwụ\",\n    \"shoetrees\": \"akpụkpọ ụkwụ\",\n    \"shoewoman\": \"Nwanyị akpụkpọ ụkwụ\",\n    \"shofars\": \"agbụ\",\n    \"shoffroth\": \"bụ\",\n    \"shofroth\": \"ihu\",\n    \"shoful\": \"na-ekwupụta\",\n    \"shog\": \"kwo\",\n    \"shogged\": \"toro eto\",\n    \"shogging\": \"ịgba egwu\",\n    \"shoggle\": \"onu\",\n    \"shoggly\": \"n'egwu\",\n    \"shogs\": \"mkpu\",\n    \"shohet\": \"gbara ihu\",\n    \"shonde\": \"akpụkpọ ụkwụ\",\n    \"shone\": \"nwuo\",\n    \"shoneens\": \"na-enwu enwu\",\n    \"shonkinite\": \"akàra\",\n    \"shood\": \"okirikiri\",\n    \"shooed\": \"gbaa mkpu\",\n    \"shoofly\": \"n'egwu\",\n    \"shooflies\": \"ihere\",\n    \"shooi\": \"shoo\",\n    \"shooing\": \"agbapụ\",\n    \"shook\": \"maa jijiji\",\n    \"shooks\": \"kwara\",\n    \"shool\": \"ụlọ akwụkwọ\",\n    \"shooldarry\": \"shooldarryar\",\n    \"shooled\": \"tugharia\",\n    \"shooler\": \"Oku nwa\",\n    \"shooling\": \"ikwupụta\",\n    \"shoop\": \"gbanye\",\n    \"shoopiltie\": \"nnenneigbo\",\n    \"shoor\": \"nkwonkwo olu\",\n    \"shoos\": \"ogwe aka\",\n    \"shoot\": \"gbaa\",\n    \"shootable\": \"gbaa\",\n    \"shootboard\": \"bọọdụ\",\n    \"shootee\": \"onye gbara egbe\",\n    \"shooter\": \"onye gbara egbe\",\n    \"shooters\": \"onye gbara egbe\",\n    \"shoother\": \"onye gbara egbe\",\n    \"shooting\": \"agbapụ\",\n    \"shootings\": \"agbapụ\",\n    \"shootist\": \"onye okike\",\n    \"shootman\": \"onye na-agba egbe\",\n    \"shootout\": \"gbara\",\n    \"shootouts\": \"agbapụ\",\n    \"shoots\": \"Ome\",\n    \"shop\": \"ụlọ ahịa\",\n    \"shopboard\": \"shop\",\n    \"shopboy\": \"nwa nwoke\",\n    \"shopboys\": \"ụmụ nwoke\",\n    \"shopbook\": \"akwụkwọ ahịa\",\n    \"shopbreaking\": \"ịzụ ahịa\",\n    \"shope\": \"ụlọ ọrụ\",\n    \"shopfolk\": \"ụlọ ahịa\",\n    \"shopful\": \"ịzụ ahịa\",\n    \"shopfuls\": \"ịzụ ahịa\",\n    \"shopgirl\": \"nwa nwanyi\",\n    \"shopgirlish\": \"ịzụ ahịa\",\n    \"shopgirls\": \"ụmụ agbọghọ na-azụ ahịa\",\n    \"shophars\": \"ọkọlọtọ\",\n    \"shophroth\": \"ihu\",\n    \"shopkeep\": \"ịzụ ahịa\",\n    \"shopkeeper\": \"onye ahịa\",\n    \"shopkeeperess\": \"onye na-azụ ahịa\",\n    \"shopkeepery\": \"ụlọ ahịa\",\n    \"shopkeeperish\": \"onye na-azụ ahịa\",\n    \"shopkeeperism\": \"ịzụ ahịa\",\n    \"shopkeepers\": \"ndị na-ere ahịa\",\n    \"shopkeeping\": \"ịzụ ahịa\",\n    \"shopland\": \"ala ahịa\",\n    \"shoplet\": \"gbara\",\n    \"shoplift\": \"ụlọ ahịa\",\n    \"shoplifted\": \"gbara aka ntụtụ\",\n    \"shoplifter\": \"ntụtụ n'ụlọ\",\n    \"shoplifters\": \"ndị aka ntụtụ\",\n    \"shoplifting\": \"ntụtụ n'ụlọ\",\n    \"shoplifts\": \"ụlọ ahịa\",\n    \"shoplike\": \"ụlọ ahịa\",\n    \"shopmaid\": \"odibo odibo\",\n    \"shopman\": \"onye ahịa\",\n    \"shopmark\": \"shopmarket\",\n    \"shopmate\": \"onye ahịa\",\n    \"shopmen\": \"ndị ahịa\",\n    \"shopocracy\": \"izu\",\n    \"shopocrat\": \"nnukwute\",\n    \"shopped\": \"zụọ ahịa\",\n    \"shopper\": \"onye na-azụ ahịa\",\n    \"shoppers\": \"ndị ahịa\",\n    \"shoppes\": \"ụlọ ahịa\",\n    \"shoppier\": \"ụlọ ahịa\",\n    \"shoppiest\": \"kacha ahịa\",\n    \"shopping\": \"ịzụ ahịa\",\n    \"shoppings\": \"ịzụ ahịa\",\n    \"shoppini\": \"ịzụ ahịa\",\n    \"shoppish\": \"ịzụ ahịa\",\n    \"shoppishness\": \"izu ahia\",\n    \"shops\": \"ụlọ ahịa\",\n    \"shopsoiled\": \"zụrụ ahịa\",\n    \"shopster\": \"ụlọ ahịa\",\n    \"shoptalk\": \"ụlọ ahịa\",\n    \"shoptalks\": \"ụlọ ahịa\",\n    \"shopwear\": \"uwe ahịa\",\n    \"shopwife\": \"nwunye nwaanyi\",\n    \"shopwindow\": \"shopwindo\",\n    \"shopwoman\": \"nwanyị nwaanyi\",\n    \"shopwomen\": \"ụmụ nwanyị na-azụ ahịa\",\n    \"shopwork\": \"ọrụ ụlọ ahịa\",\n    \"shopworker\": \"onye ọrụ ụlọ ahịa\",\n    \"shoq\": \"okirikiri\",\n    \"shor\": \"mkpụmkpụ\",\n    \"shorans\": \"ndị isi\",\n    \"shore\": \"ikpere mmiri\",\n    \"shorea\": \"n'ikpere mmiri\",\n    \"shoreberry\": \"shoreberị\",\n    \"shorebird\": \"ụsọ mmiri\",\n    \"shorebirds\": \"nnụnụ mmiri\",\n    \"shorebush\": \"ịnyịnya\",\n    \"shored\": \"gbara\",\n    \"shoreface\": \"ihu mmiri\",\n    \"shorefish\": \"azụ azụ\",\n    \"shorefront\": \"ihu mmiri\",\n    \"shoregoing\": \"n'ikperé mmiri\",\n    \"shoreyer\": \"Ikpere mmiri\",\n    \"shoreland\": \"ala mmiri gbara gburugburu\",\n    \"shoreless\": \"enweghị ihu\",\n    \"shoreline\": \"ụsọ oké osimiri\",\n    \"shorelines\": \"n'ikperé mmiri\",\n    \"shoreman\": \"Onye okacha mmiri\",\n    \"shorer\": \"Shorer\",\n    \"shores\": \"ụsọ mmiri\",\n    \"shoreside\": \"n'ikperé mmiri\",\n    \"shoresman\": \"sọ mmiri\",\n    \"shoreward\": \"n'ikperé mmiri\",\n    \"shorewards\": \"n'ikperé mmiri\",\n    \"shoreweed\": \"akpịrị mmiri\",\n    \"shoring\": \"izipu\",\n    \"shorings\": \"Ogba\",\n    \"shorl\": \"mkpụmkpụ\",\n    \"shorling\": \"dị mkpụmkpụ\",\n    \"shorls\": \"nịịka\",\n    \"shorn\": \"emeghi mkpirisi\",\n    \"short\": \"mkpụmkpụ\",\n    \"shortage\": \"ụkọ\",\n    \"shortages\": \"ụkọ\",\n    \"shortbread\": \"obere achịcha\",\n    \"shortchange\": \"mgbanwe\",\n    \"shortchanged\": \"agbanweela\",\n    \"shortchanger\": \"onye na-agba mkpụmkpụ\",\n    \"shortchanges\": \"obere mkpirisi\",\n    \"shortchanging\": \"na-agbanwe agbanwe\",\n    \"shortclothes\": \"uwe mkpụmkpụ\",\n    \"shortcoat\": \"obere uwe\",\n    \"shortcomer\": \"mkpụmkpụ\",\n    \"shortcoming\": \"emezighị emezi\",\n    \"shortcomings\": \"emezighị emezi\",\n    \"shortcut\": \"zọ mkpirisi\",\n    \"shortcuts\": \"zọ mkpirisi\",\n    \"shorted\": \"dị mkpụmkpụ\",\n    \"shorten\": \"mee mkpumkpu\",\n    \"shortened\": \"emewo mkpụmkpụ\",\n    \"shortener\": \"mkpirisi\",\n    \"shorteners\": \"mkpirisi\",\n    \"shortening\": \"na-eme mkpụmkpụ\",\n    \"shortenings\": \"mkpirisi\",\n    \"shortens\": \"na-ebelata\",\n    \"shorter\": \"mkpumkpu\",\n    \"shortest\": \"nke kacha nso\",\n    \"shortfall\": \"mkpụmkpụ\",\n    \"shortfalls\": \"fzọ mkpirisi\",\n    \"shorthand\": \"mkpirisi\",\n    \"shorthanded\": \"dị mkpụmkpụ\",\n    \"shorthandedness\": \"obere oge\",\n    \"shorthander\": \"mkpụmkpụ\",\n    \"shorthandwriter\": \"ihe ederede\",\n    \"shorthead\": \"isi okwu\",\n    \"shortheaded\": \"dị mkpụmkpụ\",\n    \"shortheels\": \"mkpirisi\",\n    \"shorthorn\": \"mkpụmkpụ\",\n    \"shorthorns\": \"mkpụmkpụ\",\n    \"shorty\": \"mkpụmkpụ\",\n    \"shortia\": \"Shorttia\",\n    \"shortias\": \"Shorttias\",\n    \"shortie\": \"Shortti\",\n    \"shorties\": \"obere\",\n    \"shorting\": \"mkpụmkpụ\",\n    \"shortish\": \"mee mkpụmkpụ\",\n    \"shortite\": \"mkpụmkpụ\",\n    \"shortly\": \"n'oge na-adịghị anya\",\n    \"shortness\": \"mkpụmkpụ\",\n    \"shorts\": \"nịịka\",\n    \"shortschat\": \"tszọ mkpụmkpụ\",\n    \"shortsighted\": \"elepụghị anya\",\n    \"shortsightedly\": \"n'ụzọ nkenke\",\n    \"shortsightedness\": \"elepụghị anya n'ihu\",\n    \"shortsome\": \"Ekekọrịta\",\n    \"shortstaff\": \"mkpụmkpụ\",\n    \"shortstop\": \"mkpụmkpụ\",\n    \"shortstops\": \"mkpụmkpụ\",\n    \"shorttail\": \"obere ọdụ\",\n    \"shortwave\": \"mkpirisi\",\n    \"shortwaves\": \"mkpirisi\",\n    \"shortzy\": \"mkpụmkpụ\",\n    \"shoshone\": \"oluchi\",\n    \"shoshonean\": \"Udochukwu\",\n    \"shot\": \"gbaa\",\n    \"shotbush\": \"gbaa\",\n    \"shote\": \"gbaa\",\n    \"shotes\": \"gbara\",\n    \"shotgun\": \"egbe\",\n    \"shotgunned\": \"gbara egbe\",\n    \"shotgunning\": \"gbaa egbe\",\n    \"shotguns\": \"egbe\",\n    \"shotless\": \"agbapụghị\",\n    \"shotlike\": \"yiri\",\n    \"shotmaker\": \"onye gbara\",\n    \"shotman\": \"onye gbara egbe\",\n    \"shotproof\": \"gbara\",\n    \"shots\": \"gbaa\",\n    \"shotshell\": \"gbaa ihe\",\n    \"shotsman\": \"gbaa\",\n    \"shotstar\": \"gbara\",\n    \"shott\": \"gbara\",\n    \"shotted\": \"gbara\",\n    \"shotten\": \"gbara\",\n    \"shotter\": \"gbara\",\n    \"shotty\": \"gbara\",\n    \"shotting\": \"agbapụ\",\n    \"shotts\": \"gbara\",\n    \"shotweld\": \"ogbugba\",\n    \"shough\": \"tụọ ọnụ\",\n    \"should\": \"kwesịrị\",\n    \"shoulder\": \"ubu\",\n    \"shouldered\": \"Kwadoro\",\n    \"shoulderer\": \"Onye kwesiri ime ihe\",\n    \"shoulderette\": \"bekee\",\n    \"shouldering\": \"na-akụ\",\n    \"shoulders\": \"ubu\",\n    \"shouldest\": \"kwesịrị\",\n    \"shouldn\": \"ekwesighi\",\n    \"shouldna\": \"mbanye\",\n    \"shouldnt\": \"ekwesịghị\",\n    \"shouldst\": \"ekwesịghị\",\n    \"shoulerd\": \"ubu\",\n    \"shoupeltin\": \"okechukwu\",\n    \"shouse\": \"tie mkpu\",\n    \"shout\": \"tie mkpu\",\n    \"shouted\": \"tiri mkpu\",\n    \"shouter\": \"mkpu\",\n    \"shouters\": \"ndị na-awagharị awagharị\",\n    \"shouther\": \"na-eti mkpu\",\n    \"shouting\": \"na-eti mkpu\",\n    \"shoutingly\": \"na-eti mkpu\",\n    \"shouts\": \"tie mkpu\",\n    \"shove\": \"gbaa aka\",\n    \"shoved\": \"kwara\",\n    \"shovegroat\": \"ihu igwe\",\n    \"shovel\": \"iheejiegwala\",\n    \"shovelard\": \"akpụkpọ ụkwụ\",\n    \"shovelbill\": \"shọvelụ\",\n    \"shovelboard\": \"shọvelụ\",\n    \"shoveled\": \"gbanye aka\",\n    \"shoveler\": \"Onye na-ere akpụkpọ ụkwụ\",\n    \"shovelers\": \"Ndị na-azụ ahịa akpụkpọ ụkwụ\",\n    \"shovelfish\": \"shọvelụ\",\n    \"shovelful\": \"iheejiegwala\",\n    \"shovelfuls\": \"shọvelụ\",\n    \"shovelhead\": \"shọvelụ\",\n    \"shoveling\": \"na shọvelụ\",\n    \"shovelled\": \"gbanye aka\",\n    \"shoveller\": \"shọvelụ\",\n    \"shovelling\": \"na shọvelụ\",\n    \"shovelmaker\": \"shọvelụ\",\n    \"shovelman\": \"shọvelụ\",\n    \"shovelnose\": \"shọvelụ\",\n    \"shovels\": \"shọvel\",\n    \"shovelsful\": \"shọvelụ\",\n    \"shovelweed\": \"Okwukwu\",\n    \"shover\": \"gbaa\",\n    \"shovers\": \"ọkụ\",\n    \"shoves\": \"igwu\",\n    \"shoving\": \"ịgbapụ\",\n    \"show\": \"gosi\",\n    \"showable\": \"nke ngosi\",\n    \"showance\": \"gbanwee\",\n    \"showbird\": \"ihe ngosi\",\n    \"showboat\": \"ụgbọ mmiri\",\n    \"showboater\": \"ihe ngosi ụgbọ mmiri\",\n    \"showboating\": \"igosi\",\n    \"showboats\": \"ụgbọ mmiri\",\n    \"showbread\": \"bred achicha\",\n    \"showcase\": \"ihe ngosi\",\n    \"showcased\": \"ihe ngosi\",\n    \"showcases\": \"ihe ngosi\",\n    \"showcasing\": \"igosi\",\n    \"showd\": \"na-egosi\",\n    \"showdom\": \"gosi\",\n    \"showdown\": \"gosi\",\n    \"showdowns\": \"ihe ngosi\",\n    \"showed\": \"gosiri\",\n    \"shower\": \"ịsa ahụ\",\n    \"showered\": \"saa ahụ\",\n    \"showerer\": \"na-asa ahụ\",\n    \"showerful\": \"na-asa mmiri\",\n    \"showerhead\": \"ịsa ahụ\",\n    \"showery\": \"ịsa ahụ\",\n    \"showerier\": \"saa ahụ\",\n    \"showeriness\": \"ịsa ahụ\",\n    \"showering\": \"ịsa ahụ\",\n    \"showerless\": \"na-asa mmiri\",\n    \"showerlike\": \"yiri mmiri\",\n    \"showerproof\": \"nke na-asa mmiri\",\n    \"showers\": \"mmiri ozuzo\",\n    \"showfolk\": \"ngosipụta\",\n    \"showful\": \"na-egosi\",\n    \"showgirls\": \"ihe nkiri\",\n    \"showyard\": \"ngosipụta\",\n    \"showiness\": \"ngosi\",\n    \"showing\": \"na-egosi\",\n    \"showings\": \"ihe ngosi\",\n    \"showish\": \"gosi\",\n    \"showjumping\": \"ngosi\",\n    \"showless\": \"egosighi\",\n    \"showman\": \"onye ngosi\",\n    \"showmanism\": \"igosi\",\n    \"showmanship\": \"ngosi\",\n    \"showmen\": \"ndị ngosi\",\n    \"shown\": \"gosiri\",\n    \"showoff\": \"gosipụ\",\n    \"showoffishness\": \"mkpọtụ\",\n    \"showoffs\": \"ịkwa iko\",\n    \"showpiece\": \"ihe ngosi\",\n    \"showpieces\": \"ihe ngosi\",\n    \"showplace\": \"ebe ngosi\",\n    \"showplaces\": \"ebe ngosi\",\n    \"showroom\": \"ihe ngosi\",\n    \"showrooms\": \"ụlọ ngosi\",\n    \"shows\": \"na-egosi\",\n    \"showshop\": \"ihe ngosi\",\n    \"showstopper\": \"ihe ngosi\",\n    \"showup\": \"ikwuwa\",\n    \"showworthy\": \"pụtara ìhè\",\n    \"shradd\": \"Ugboro abụọ\",\n    \"shraddha\": \"Onyinyechi\",\n    \"shradh\": \"Ijeoma\",\n    \"shrammed\": \"mebiri\",\n    \"shrape\": \"bekee\",\n    \"shrave\": \"shred\",\n    \"shravey\": \"nkesa\",\n    \"shreading\": \"na-agbagharị\",\n    \"shredded\": \"shred\",\n    \"shredders\": \"shred\",\n    \"shredding\": \"shred\",\n    \"shredless\": \"shred\",\n    \"shredlike\": \"shred dị ka\",\n    \"shreds\": \"shred\",\n    \"shreveport\": \"shreportport\",\n    \"shrew\": \"mara\",\n    \"shrewd\": \"mara ihe\",\n    \"shrewder\": \"shuga\",\n    \"shrewdest\": \"mara ihe\",\n    \"shrewdy\": \"mara ihe\",\n    \"shrewdly\": \"jiri akọ\",\n    \"shrewdness\": \"ezi uche\",\n    \"shrewdom\": \"maara ihe\",\n    \"shrewed\": \"shred\",\n    \"shrewing\": \"na-eme udo\",\n    \"shrewishly\": \"jiri nlezianya\",\n    \"shrewishness\": \"maara ihe\",\n    \"shrewly\": \"jiri akọ\",\n    \"shrewlike\": \"dị ka onye nwere uche\",\n    \"shrews\": \"shred\",\n    \"shrewsbury\": \"shredwsbury\",\n    \"shride\": \"kpọọ\",\n    \"shriek\": \"tie mkpu\",\n    \"shrieked\": \"tiri mkpu\",\n    \"shrieker\": \"na-eti mkpu\",\n    \"shriekery\": \"iti mkpu\",\n    \"shriekers\": \"shcekar\",\n    \"shrieky\": \"mkpu\",\n    \"shriekily\": \"na-eti mkpu\",\n    \"shriekiness\": \"mkpọchi\",\n    \"shrieking\": \"na-eti mkpu\",\n    \"shriekingly\": \"na-eti mkpu\",\n    \"shriekproof\": \"na-eme mkpọtụ\",\n    \"shrieks\": \"na-eti mkpu\",\n    \"shrieve\": \"mebie\",\n    \"shrieved\": \"akpọnwụwo\",\n    \"shrieving\": \"na-ama jijiji\",\n    \"shriftless\": \"na-enweghị atụ\",\n    \"shriftlessness\": \"enweghị atụ\",\n    \"shrifts\": \"shrif\",\n    \"shrike\": \"shri\",\n    \"shrikes\": \"na-eme mkpọtụ\",\n    \"shrilled\": \"Ọkụ\",\n    \"shrilling\": \"na-agbada\",\n    \"shrillness\": \"ihe efu\",\n    \"shrills\": \"osisi\",\n    \"shrimp\": \"shrịmp\",\n    \"shrimped\": \"shrịmp\",\n    \"shrimper\": \"shrịmp\",\n    \"shrimpers\": \"oporo\",\n    \"shrimpfish\": \"oporo azu\",\n    \"shrimpi\": \"oporo\",\n    \"shrimpy\": \"oporo\",\n    \"shrimpier\": \"oporo\",\n    \"shrimpiness\": \"oporo\",\n    \"shrimping\": \"oporo\",\n    \"shrimpish\": \"oporo\",\n    \"shrimpishness\": \"oporo\",\n    \"shrimplike\": \"oporo\",\n    \"shrimps\": \"oporo\",\n    \"shrimpton\": \"oporo\",\n    \"shrine\": \"ebenchuaja\",\n    \"shrined\": \"ihu arụsị\",\n    \"shrineless\": \"shrine obere\",\n    \"shrines\": \"ihu arụsị\",\n    \"shrining\": \"na-ebelata\",\n    \"shrink\": \"mekotaonwe\",\n    \"shrinkable\": \"na-eme ka ọ daa mbà\",\n    \"shrinkage\": \"mekotaonwe\",\n    \"shrinkageproof\": \"mbelata ihe akaebe\",\n    \"shrinkerg\": \"shrinker\",\n    \"shrinkers\": \"shrin\",\n    \"shrinkhead\": \"mekota isi\",\n    \"shrinking\": \"na-ebelata\",\n    \"shrinkingness\": \"na-ebelata\",\n    \"shrinks\": \"shrin\",\n    \"shrite\": \"shitu\",\n    \"shrive\": \"akpachapu\",\n    \"shrived\": \"shri\",\n    \"shrivel\": \"kporo nku\",\n    \"shriveled\": \"akpọnwụwo\",\n    \"shriveling\": \"na-eme mkpatụ\",\n    \"shrivelled\": \"akpọnwụwo\",\n    \"shrivelling\": \"na-agbagharị\",\n    \"shrivels\": \"nkụchi\",\n    \"shrivers\": \"shri\",\n    \"shrives\": \"shri\",\n    \"shriving\": \"na-akpọnwụ\",\n    \"shroffed\": \"gbanyụọ\",\n    \"shroffing\": \"na-akụda\",\n    \"shroffs\": \"Ochie\",\n    \"shrogs\": \"na-emegharị\",\n    \"shropshire\": \"iheanacho\",\n    \"shroud\": \"kpuchie\",\n    \"shrouded\": \"ekpuchiri\",\n    \"shroudy\": \"anwu\",\n    \"shrouding\": \"na-ekpuchi\",\n    \"shroudless\": \"na-enweghị atụ\",\n    \"shrouds\": \"mkpuchi\",\n    \"shrove\": \"shri\",\n    \"shroved\": \"akwara\",\n    \"shrover\": \"maa jijiji\",\n    \"shroving\": \"na-eme mkpọtụ\",\n    \"shrrinkng\": \"na-agbada\",\n    \"shrubbed\": \"shrub\",\n    \"shrubbery\": \"osisi\",\n    \"shrubberies\": \"osisi\",\n    \"shrubs\": \"osisi\",\n    \"shrubwood\": \"osisi\",\n    \"shruff\": \"shru\",\n    \"shrug\": \"maa mmaji\",\n    \"shrugged\": \"wuru\",\n    \"shrugging\": \"na-ama jijiji\",\n    \"shruggingly\": \"na-ama jijiji\",\n    \"shrugs\": \"na-eme mkpọtụ\",\n    \"shrunk\": \"shrink\",\n    \"shrunken\": \"shrun\",\n    \"shrups\": \"na-eme mkpọtụ\",\n    \"shtetel\": \"shtetl\",\n    \"shtetlach\": \"mmmmmmmmm\",\n    \"shticks\": \"Ugwueke\",\n    \"shucked\": \"gbanye\",\n    \"shucking\": \"mbanye\",\n    \"shuckings\": \"mbanye\",\n    \"shuckpen\": \"kpakpando\",\n    \"shucks\": \"mbanye\",\n    \"shudder\": \"maa jijiji\",\n    \"shuddered\": \"maa jijiji\",\n    \"shudderful\": \"na-ama jijiji\",\n    \"shudderiness\": \"Ahụhụ\",\n    \"shuddering\": \"na-ama jijiji\",\n    \"shudderingly\": \"na-ama jijiji\",\n    \"shudders\": \"na-ama jijiji\",\n    \"shuffle\": \"ịkpọgharịa\",\n    \"shufflingly\": \"Na-agbanwe\",\n    \"shuler\": \"okpu\",\n    \"shulwar\": \"obim\",\n    \"shun\": \"zere\",\n    \"shunammite\": \"nwa nwanyi\",\n    \"shune\": \"zere\",\n    \"shunless\": \"na-eze\",\n    \"shunned\": \"zere\",\n    \"shunner\": \"onye nleghari anya\",\n    \"shunners\": \"ndị na-ezere onwe ha\",\n    \"shunning\": \"na-eze\",\n    \"shunpiked\": \"zere\",\n    \"shunpikes\": \"gbasaba\",\n    \"shuns\": \"ezere\",\n    \"shunted\": \"shunt\",\n    \"shunter\": \"mkpọsa\",\n    \"shunters\": \"na-akụda\",\n    \"shunting\": \"na-akụda\",\n    \"shunts\": \"na-ewepụ\",\n    \"shuntwinding\": \"na-agbagharị\",\n    \"shush\": \"gbanye\",\n    \"shushed\": \"gbanye\",\n    \"shushes\": \"na-agbanwe\",\n    \"shushing\": \"na-amachi\",\n    \"shuswap\": \"mgbanwee\",\n    \"shut\": \"mechie\",\n    \"shutdown\": \"mechie\",\n    \"shutdowns\": \"emechi\",\n    \"shuted\": \"ihere\",\n    \"shutes\": \"ihu\",\n    \"shuting\": \"na-agbasa\",\n    \"shutness\": \"imechi\",\n    \"shutoff\": \"mechie\",\n    \"shutout\": \"mechie\",\n    \"shutouts\": \"mechie\",\n    \"shuts\": \"mechie\",\n    \"shuttance\": \"mgbachi\",\n    \"shutten\": \"emechiela\",\n    \"shutterbug\": \"ihe ngbochu\",\n    \"shutterbugs\": \"ihe mkpuchi\",\n    \"shuttered\": \"emechibidoro\",\n    \"shuttering\": \"na-emechi ihe\",\n    \"shutterless\": \"mkpọchi\",\n    \"shutters\": \"ihe mkpuchi\",\n    \"shutterwise\": \"na-emechi ụzọ\",\n    \"shutting\": \"imechi\",\n    \"shuttle\": \"mgbagharị\",\n    \"shuttlecock\": \"ihe mgbochi\",\n    \"shuttlecocked\": \"ihe mgbochi\",\n    \"shuttlecocking\": \"shuttlecock na\",\n    \"shuttlecocks\": \"mgbachi\",\n    \"shuttled\": \"mgbagharị\",\n    \"shuttleheaded\": \"isi ihe\",\n    \"shuttlelike\": \"yiri\",\n    \"shuttler\": \"ebuka\",\n    \"shuttles\": \"mkpọchi\",\n    \"shuttlewise\": \"na-agbagharị\",\n    \"shuttling\": \"Imechi\",\n    \"sial\": \"ma ọ bụ\",\n    \"sialia\": \"ama\",\n    \"sialid\": \"abaghị uru\",\n    \"sialogenous\": \"n'ihi\",\n    \"sials\": \"Ihe ngosi\",\n    \"siamese\": \"Siamese\",\n    \"siameses\": \"amaokwu\",\n    \"sib\": \"nwanne\",\n    \"sybarist\": \"onye sybarist\",\n    \"sibbaldus\": \"nwanne\",\n    \"sibbed\": \"nwanne\",\n    \"sibbendy\": \"Nwachukwu\",\n    \"sibber\": \"nwanne\",\n    \"sibby\": \"nwanne\",\n    \"sibboleth\": \"nwabህ\",\n    \"sibbs\": \"ụmụnne\",\n    \"siberia\": \"Siberia\",\n    \"siberian\": \"onyeberi\",\n    \"siberians\": \"ndị siberia\",\n    \"sibilated\": \"Uyo\",\n    \"sibylesque\": \"Ndidiamaka\",\n    \"sibyllic\": \"Sibyllic\",\n    \"sibylline\": \"Uchechukwu\",\n    \"sibyllism\": \"Ndidi\",\n    \"sibyllist\": \"Uche Nwankwo\",\n    \"sibyls\": \"Ndidi\",\n    \"sibling\": \"nwanne\",\n    \"siblings\": \"ụmụnne\",\n    \"sibness\": \"nwanne\",\n    \"sybotic\": \"sybotik\",\n    \"sybow\": \"okpokoro\",\n    \"sibrede\": \"iberibe\",\n    \"sibs\": \"Ndịb\",\n    \"sic\": \"ịda mba\",\n    \"sycamores\": \"osisi sịkamọs\",\n    \"sicanian\": \"Asụsụ Sịbian\",\n    \"sicc\": \"okpokoro\",\n    \"sicca\": \"mmachi\",\n    \"siccaneous\": \"okirikiri\",\n    \"siccar\": \"okpokoro\",\n    \"siccating\": \"okpokoro\",\n    \"siccative\": \"Nkechi\",\n    \"sicced\": \"siciced\",\n    \"siccimeter\": \"sicimita\",\n    \"siceliot\": \"Onyeka\",\n    \"sicer\": \"dị mkpa\",\n    \"sices\": \"ihe\",\n    \"sich\": \"adịghị\",\n    \"sicht\": \"Okwuchi\",\n    \"sicilians\": \"ndị sicilli\",\n    \"sicyonian\": \"okirikiri\",\n    \"sicyos\": \"Nkechi\",\n    \"sick\": \"na-arịa ọrịa\",\n    \"sickbays\": \"ọrịa\",\n    \"sickbed\": \"na-arịa ọrịa\",\n    \"sickbeds\": \"akpịrị ọrịa\",\n    \"sicked\": \"agbarụọ\",\n    \"sicken\": \"na-arịa ọrịa\",\n    \"sickened\": \"na-arịa ọrịa\",\n    \"sickener\": \"ọrịa\",\n    \"sickeners\": \"ndị ọrịa\",\n    \"sickening\": \"na-arịa ọrịa\",\n    \"sickeningly\": \"na-arịa ọrịa\",\n    \"sickens\": \"na-arịa ọrịa\",\n    \"sicker\": \"na-arịa ọrịa\",\n    \"sickerly\": \"na-arịa ọrịa\",\n    \"sickerness\": \"ọrịa\",\n    \"sickest\": \"na-arịa ọrịa\",\n    \"sicket\": \"ọrịa\",\n    \"sickhearted\": \"na-arịa ọrịa\",\n    \"sickie\": \"ọrịa\",\n    \"sicking\": \"na-arịa ọrịa\",\n    \"sickish\": \"na-arịa ọrịa\",\n    \"sickishly\": \"na-arịa ọrịa\",\n    \"sickishness\": \"ọrịa\",\n    \"sicklebill\": \"ọrịa\",\n    \"sicklelike\": \"dị ka sicklelike\",\n    \"sickleman\": \"Ọka ọrụ\",\n    \"sicklemen\": \"ọrịa\",\n    \"sicklemia\": \"ọrịa\",\n    \"sicklemic\": \"ọrịa\",\n    \"sickler\": \"ọrịa\",\n    \"sicklerite\": \"onye ọrịa\",\n    \"sickles\": \"sickle\",\n    \"sickless\": \"enweghị ọrịa\",\n    \"sickly\": \"na-arịa ọrịa\",\n    \"sicklied\": \"ọrịa\",\n    \"sicklier\": \"ọrịa\",\n    \"sicklies\": \"ọrịa\",\n    \"sickliest\": \"na-arịa ọrịa\",\n    \"sicklying\": \"na-arịa ọrịa\",\n    \"sicklily\": \"sickle\",\n    \"sickliness\": \"ọrịa\",\n    \"sickling\": \"na-arịa ọrịa\",\n    \"sickness\": \"ọrịa\",\n    \"sicknesses\": \"ọrịa\",\n    \"sicknessproof\": \"na-arịa ọrịa\",\n    \"sickout\": \"egwuregwu\",\n    \"sickouts\": \"mkpọchi\",\n    \"sickroom\": \"ime ụlọ ọgwụ\",\n    \"sickrooms\": \"ụlọ ime ụlọ\",\n    \"sicks\": \"ọrịa\",\n    \"siclike\": \"dị ka\",\n    \"sycon\": \"sykon\",\n    \"syconium\": \"sykonium\",\n    \"syconus\": \"sykonọsị\",\n    \"sycophancy\": \"ịba ụba\",\n    \"sycophancies\": \"usoro sycophancies\",\n    \"sicsac\": \"sicac\",\n    \"siculian\": \"Asụsụ\",\n    \"syd\": \"Nwachukwu\",\n    \"sida\": \"dị ka\",\n    \"siddhanta\": \"Siddhanta\",\n    \"siddhartha\": \"Ndabere\",\n    \"siddhi\": \"Siddhi\",\n    \"syddir\": \"Obinna\",\n    \"siddur\": \"Siddur\",\n    \"siddurs\": \"siddu\",\n    \"side\": \"n'akụkụ\",\n    \"sidearms\": \"akuku\",\n    \"sidebands\": \"sideband\",\n    \"sidebone\": \"akụkụ ọkpụkpụ\",\n    \"sidebones\": \"akụkụ dị n'akụkụ\",\n    \"sideburn\": \"afụọnụ\",\n    \"sideburned\": \"n'akụkụ n'akụkụ\",\n    \"sideburns\": \"akụkụ ahụ́\",\n    \"sidecarist\": \"onye ozo\",\n    \"sidechair\": \"n'oche oche\",\n    \"sidechairs\": \"oche oche oche\",\n    \"sidecutters\": \"akụkụ ụzọ\",\n    \"sided\": \"kwadoro\",\n    \"sidedness\": \"nzụkọ\",\n    \"sidedress\": \"nkịtị\",\n    \"sidehold\": \"n'akụkụ\",\n    \"sideless\": \"enweghị akụkụ\",\n    \"sidelight\": \"n'akụkụ\",\n    \"sidelights\": \"ọkụ\",\n    \"sidelined\": \"kwadoro\",\n    \"sideliner\": \"ide\",\n    \"sidelines\": \"n'akụkụ\",\n    \"sidelings\": \"sideling\",\n    \"sidelingwise\": \"sideling maara ihe\",\n    \"sidelining\": \"n'akuku\",\n    \"sidelins\": \"n'akụkụ\",\n    \"sidelong\": \"n'akuku\",\n    \"sidemen\": \"akụkụ\",\n    \"sideness\": \"nzụkọ\",\n    \"sidenote\": \"Sidenote\",\n    \"sider\": \"dị\",\n    \"sideral\": \"dị n'akụkụ\",\n    \"siderate\": \"dị n'akụkụ\",\n    \"siderated\": \"dị n'akụkụ\",\n    \"sidereally\": \"n'akụkụ\",\n    \"siderean\": \"Siderean\",\n    \"siderism\": \"ndi mmadu\",\n    \"siderite\": \"Siderite\",\n    \"sideritic\": \"odidi\",\n    \"siderographer\": \"onye na-ede akwukwo\",\n    \"siderography\": \"ọdịdị\",\n    \"siderology\": \"akuku\",\n    \"sideromancy\": \"dị n'akụkụ\",\n    \"sideronym\": \"mmmmmmmmmmmmm\",\n    \"siderostat\": \"dị n'akụkụ\",\n    \"siderostatic\": \"dị n'akụkụ\",\n    \"siderous\": \"n'akụkụ\",\n    \"siderurgy\": \"ergba aghara\",\n    \"siderurgical\": \"ogwugwo\",\n    \"sides\": \"n'akụkụ\",\n    \"sidesaddle\": \"dị n'akụkụ\",\n    \"sidesaddles\": \"n'akụkụ ọ bụla\",\n    \"sideshow\": \"n'akụkụ ụzọ\",\n    \"sideshows\": \"akuku akuku\",\n    \"sideslip\": \"n'akụkụ ụzọ\",\n    \"sideslipped\": \"dị n'akụkụ\",\n    \"sideslipping\": \"n'akụkụ ụzọ\",\n    \"sideslips\": \"n'akụkụ\",\n    \"sidesman\": \"n'akụkụ\",\n    \"sidesmen\": \"n'akụkụ\",\n    \"sidespin\": \"n'akụkụ\",\n    \"sidespins\": \"n'akụkụ ụzọ\",\n    \"sidesplitter\": \"n'akụkụ ụzọ\",\n    \"sidesplitting\": \"n'akụkụ abụọ\",\n    \"sidesplittingly\": \"n'akuku n'akụkụ\",\n    \"sidest\": \"dị n'akụkụ\",\n    \"sidestep\": \"n'akụkụ ụzọ\",\n    \"sidestepped\": \"n'akụkụ\",\n    \"sidestepper\": \"n'akụkụ ụzọ\",\n    \"sidesteppers\": \"n'akụkụ\",\n    \"sidestepping\": \"n'akụkụ abụọ\",\n    \"sidesteps\": \"n'akụkụ abụọ\",\n    \"sidestick\": \"izu ike\",\n    \"sidestroke\": \"estlọ\",\n    \"sidestrokes\": \"akụrụngwa\",\n    \"sidesway\": \"n'akụkụ ụzọ\",\n    \"sideswipe\": \"n'akụkụ abụọ\",\n    \"sideswiped\": \"n'akụkụ abụọ\",\n    \"sideswiper\": \"n'akụkụ abụọ\",\n    \"sideswipers\": \"n'akụkụ ụzọ\",\n    \"sideswipes\": \"n'akụkụ ụzọ\",\n    \"sideswiping\": \"n'akụkụ ụzọ\",\n    \"sidetrack\": \"dị n'akụkụ ụzọ\",\n    \"sidetracked\": \"dị n'akụkụ ụzọ\",\n    \"sidetracking\": \"na-echegharị\",\n    \"sidetracks\": \"dị n'akụkụ ụzọ\",\n    \"sideway\": \"dị n'akụkụ\",\n    \"sideways\": \"n'akụkụ\",\n    \"sidewalk\": \"ụzọ dị n'akụkụ\",\n    \"sidewalks\": \"ụzọ ụkwụ\",\n    \"sidewalls\": \"n'akụkụ akụkụ\",\n    \"sideward\": \"n'akuku\",\n    \"sidewards\": \"n'akụkụ\",\n    \"sidewash\": \"n’akụkụ ụzọ\",\n    \"sidewinder\": \"n'akuku\",\n    \"sidewinders\": \"n'akụkụ ụzọ\",\n    \"sidewise\": \"n'akuku\",\n    \"sidle\": \"n'akuku\",\n    \"sidled\": \"kwadoro\",\n    \"sidler\": \"Sidler\",\n    \"sidles\": \"n'akụkụ\",\n    \"sidlins\": \"Sidlins\",\n    \"sydneian\": \"Obinna\",\n    \"sidonian\": \"Sidonian\",\n    \"sidrach\": \"ma ọ bụ\",\n    \"siecle\": \"sie sie\",\n    \"siege\": \"nọchibido ya\",\n    \"siegeable\": \"sieableable\",\n    \"sieged\": \"gbachiri\",\n    \"sieges\": \"mkpọchi\",\n    \"sieging\": \"mwepu\",\n    \"sieglingia\": \"Sieglingia\",\n    \"siegurd\": \"Siegurd\",\n    \"sienese\": \"Sienese\",\n    \"sienite\": \"Sienite\",\n    \"sienites\": \"Sienites\",\n    \"sienitic\": \"Sienitic\",\n    \"sier\": \"sị:\",\n    \"sierozem\": \"Sierozem\",\n    \"sierra\": \"Sierra\",\n    \"sierran\": \"Sierran\",\n    \"sierras\": \"Sierras\",\n    \"siesta\": \"ehihie\",\n    \"sieved\": \"sie sie sieved\",\n    \"sieveful\": \"sieveive\",\n    \"sievelike\": \"dị ka sieve\",\n    \"siever\": \"onye nzuzu\",\n    \"sieves\": \"sieve\",\n    \"sievings\": \"sievụ\",\n    \"sift\": \"ifucha\",\n    \"sifted\": \"yọchara\",\n    \"sigh\": \"rie ude\",\n    \"sighed\": \"sụọ ude\",\n    \"sigher\": \"chikwaa\",\n    \"sighers\": \"sụaphu\",\n    \"sighful\": \"rie ude\",\n    \"sighfully\": \"sighing\",\n    \"sighing\": \"na-eze ume\",\n    \"sighingly\": \"na-asụ ude\",\n    \"sighingness\": \"rie ude\",\n    \"sighless\": \"sighing\",\n    \"sighlike\": \"rie ude\",\n    \"sighs\": \"rie ude\",\n    \"sight\": \"anya\",\n    \"sightable\": \"ọhụhụ\",\n    \"sighted\": \"hụrụ ụzọ\",\n    \"sightedness\": \"anya\",\n    \"sighten\": \"hụla\",\n    \"sightening\": \"ịhụ ụzọ\",\n    \"sighters\": \"ndị hụrụ\",\n    \"sightful\": \"ahụ ụzọ\",\n    \"sightfulness\": \"ịhụ ụzọ\",\n    \"sighthole\": \"ihe anya\",\n    \"sighty\": \"ike\",\n    \"sighting\": \"ịhụ ụzọ\",\n    \"sightings\": \"nleba anya\",\n    \"sightless\": \"ahụghị ụzọ\",\n    \"sightlessly\": \"n’enweghị anya\",\n    \"sightlessness\": \"enweghi anya\",\n    \"sightly\": \"anya\",\n    \"sightlier\": \"anya\",\n    \"sightliest\": \"kachasị anya\",\n    \"sightlily\": \"anya\",\n    \"sightliness\": \"ọhụụ\",\n    \"sightproof\": \"ihe na-ahụ ụzọ\",\n    \"sights\": \"nlegharị anya\",\n    \"sightsaw\": \"nlegharị anya\",\n    \"sightsee\": \"nlegharị anya\",\n    \"sightseeing\": \"nlegharị anya\",\n    \"sightseen\": \"nlegharị anya\",\n    \"sightseer\": \"nlegharị anya\",\n    \"sightseers\": \"nlegharị anya\",\n    \"sightsees\": \"nlegharị anya\",\n    \"sightsman\": \"onye nlegharị anya\",\n    \"sightworthy\": \"kwesiri iru anya\",\n    \"sightworthiness\": \"anya ruru eru\",\n    \"sigilative\": \"ikwupụta okwu\",\n    \"sigillaria\": \"Sịriaria\",\n    \"sigillated\": \"gosiri\",\n    \"sigillation\": \"ikwere\",\n    \"sigillative\": \"na-egosi\",\n    \"sigils\": \"sigil\",\n    \"sigmas\": \"sigma\",\n    \"sigmate\": \"sịkọm\",\n    \"sigmation\": \"akara\",\n    \"sign\": \"ihe ịrịba ama\",\n    \"signable\": \"pụtara ìhè\",\n    \"signacle\": \"pụtara ìhè\",\n    \"signal\": \"mgbaama\",\n    \"signaled\": \"mgbaama\",\n    \"signalee\": \"mgbama\",\n    \"signalers\": \"ndị na-eme ihe ngosi\",\n    \"signaling\": \"na-egosi\",\n    \"signalise\": \"sigise\",\n    \"signalised\": \"gosiri\",\n    \"signalising\": \"na-egosi\",\n    \"signalism\": \"mgbaàmà\",\n    \"signalist\": \"onye mgbaama\",\n    \"signality\": \"akara\",\n    \"signalities\": \"mgbaàmà\",\n    \"signalization\": \"ntinye aka\",\n    \"signalize\": \"gosipụta\",\n    \"signalized\": \"pụtara\",\n    \"signalizes\": \"pụtara\",\n    \"signalizing\": \"na-egosi\",\n    \"signalled\": \"gosiri\",\n    \"signaller\": \"mgbama\",\n    \"signally\": \"putara\",\n    \"signalling\": \"na-egosi\",\n    \"signalman\": \"mgbaama\",\n    \"signalmen\": \"mgbaama\",\n    \"signalment\": \"mgbaàmà\",\n    \"signals\": \"akara\",\n    \"signance\": \"na-egosi\",\n    \"signary\": \"binyere aka\",\n    \"signatary\": \"binyere aka\",\n    \"signate\": \"gosi\",\n    \"signation\": \"akara\",\n    \"signator\": \"onye nbinye aka\",\n    \"signatory\": \"binyere aka\",\n    \"signatories\": \"ndị binyere aka\",\n    \"signatural\": \"mbinye aka\",\n    \"signature\": \"mbinye aka\",\n    \"signatured\": \"mbinye aka\",\n    \"signatureless\": \"mbinye aka na-erughị\",\n    \"signatures\": \"edebanye aha\",\n    \"signaturing\": \"itinye aka\",\n    \"signboard\": \"akara ngosi\",\n    \"signboards\": \"ihe nrịba ama\",\n    \"signed\": \"bịanyere aka\",\n    \"signee\": \"signer\",\n    \"signers\": \"ndị bịanyere aka na ya\",\n    \"signet\": \"akara\",\n    \"signeted\": \"akara\",\n    \"signeting\": \"itinye aka\",\n    \"signets\": \"akara aka\",\n    \"signetur\": \"mbinye aka\",\n    \"signetwise\": \"tinye aka\",\n    \"signeury\": \"izu ohia\",\n    \"signifer\": \"ihe ngosi\",\n    \"signify\": \"gosi\",\n    \"signifiable\": \"ihe ngosi\",\n    \"signifiant\": \"ihe ngosi\",\n    \"signific\": \"pụtara\",\n    \"significal\": \"pụtara\",\n    \"significance\": \"pụtara\",\n    \"significancy\": \"mkpa\",\n    \"significancies\": \"mkpa\",\n    \"significand\": \"pụtara\",\n    \"significant\": \"dị ịrịba ama\",\n    \"significantly\": \"budata\",\n    \"significantness\": \"dị mkpa\",\n    \"significants\": \"pụtara\",\n    \"significate\": \"putara\",\n    \"signification\": \"pụtara\",\n    \"significations\": \"pụtara\",\n    \"significatist\": \"dị mkpa\",\n    \"significative\": \"bara uru\",\n    \"significatively\": \"pụtara\",\n    \"significativeness\": \"pụtara ihe\",\n    \"significator\": \"pụtara ihe\",\n    \"significatory\": \"dị mkpa\",\n    \"significatrix\": \"ihe dị mkpa\",\n    \"significatum\": \"dị mkpa\",\n    \"significature\": \"pụtara\",\n    \"significavit\": \"pụtara ihe\",\n    \"significian\": \"pụtara\",\n    \"significs\": \"ihe ngosi\",\n    \"signified\": \"gosiri\",\n    \"signifier\": \"ihe ngosi\",\n    \"signifies\": \"na-egosi\",\n    \"signifying\": \"na-egosi\",\n    \"signing\": \"itinye aka\",\n    \"signior\": \"ọkọlọtọ\",\n    \"signiori\": \"akara\",\n    \"signiory\": \"akara aka\",\n    \"signiories\": \"akara aka\",\n    \"signiors\": \"ndinye aka\",\n    \"signiorship\": \"akaebe\",\n    \"signist\": \"akara\",\n    \"signitor\": \"onye ntinye aka\",\n    \"signless\": \"enweghị akara\",\n    \"signlike\": \"ihe ịrịba ama\",\n    \"signman\": \"Okenye\",\n    \"signoff\": \"pụọ\",\n    \"signons\": \"ihe ịrịba ama\",\n    \"signor\": \"banyere\",\n    \"signore\": \"banye\",\n    \"signori\": \"ihe ịrịba ama\",\n    \"signory\": \"akara\",\n    \"signorial\": \"akara\",\n    \"signories\": \"akara\",\n    \"signorize\": \"itinye aka\",\n    \"signors\": \"n'ebube\",\n    \"signorship\": \"ịma ama\",\n    \"signpost\": \"akara\",\n    \"signposted\": \"gosiputara\",\n    \"signposting\": \"na-egosi\",\n    \"signposts\": \"ihe nrịba ama\",\n    \"signs\": \"ihe ịrịba ama\",\n    \"signum\": \"akara\",\n    \"sigrim\": \"gbamgbam\",\n    \"sigurd\": \"chibueze\",\n    \"sikatch\": \"Ugbechi\",\n    \"syl\": \"sel\",\n    \"silbergroschen\": \"ọla edo\",\n    \"silcrete\": \"silkret\",\n    \"sild\": \"ere\",\n    \"silds\": \"Ọdịda\",\n    \"silen\": \"nkịtị\",\n    \"silenaceae\": \"solanaceae\",\n    \"silence\": \"ịgbachi nkịtị\",\n    \"silenced\": \"mechie ọnụ\",\n    \"silencer\": \"gbachi nkịtị\",\n    \"silencers\": \"juu\",\n    \"silences\": \"ịgbachi nkịtị\",\n    \"silency\": \"ịgbachi nkịtị\",\n    \"silencing\": \"ịgbachi nkịtị\",\n    \"silent\": \"nkịtị\",\n    \"silenter\": \"mkpọchi\",\n    \"silentest\": \"gbachi nkịtị\",\n    \"silential\": \"silen\",\n    \"silentiary\": \"izu ike\",\n    \"silentio\": \"nkịtị\",\n    \"silentious\": \"ịgbachi nkịtị\",\n    \"silentish\": \"gbachi nkịtị\",\n    \"silentium\": \"izu ike\",\n    \"silently\": \"n'olu\",\n    \"silentness\": \"ịgbachi nkịtị\",\n    \"silents\": \"mkpọchi\",\n    \"silesia\": \"Silesia\",\n    \"silesian\": \"Silesian\",\n    \"silesias\": \"Oku\",\n    \"siletz\": \"Ogbe\",\n    \"silexes\": \"silex\",\n    \"silexite\": \"silex te\",\n    \"silhouetted\": \"silhouette\",\n    \"silicam\": \"sịlama\",\n    \"silication\": \"sịga\",\n    \"silicean\": \"silisị\",\n    \"silicide\": \"igbu onwe ya\",\n    \"siliciferous\": \"sịlịlị\",\n    \"silicifying\": \"na-egbu egbu\",\n    \"silicyl\": \"sịlịl\",\n    \"silicious\": \"dị egwu\",\n    \"siliciuret\": \"silisuret\",\n    \"siliciuretted\": \"ọla ọcha\",\n    \"silicize\": \"silicise\",\n    \"silicle\": \"silik\",\n    \"silicles\": \"sịlịl\",\n    \"silicon\": \"sịlịkọn\",\n    \"siliconize\": \"siliconized\",\n    \"silicononane\": \"silicone\",\n    \"silicons\": \"silicones\",\n    \"silicoses\": \"silicos\",\n    \"silicular\": \"silik\",\n    \"siliculous\": \"sịkịlị\",\n    \"sylid\": \"selid\",\n    \"silyl\": \"okpokoro\",\n    \"syling\": \"ịgbọ ihe\",\n    \"siliquiferous\": \"dị egwu\",\n    \"siliquous\": \"siri ike\",\n    \"sylistically\": \"sistemụ\",\n    \"silked\": \"silk\",\n    \"silkflower\": \"okooko osisi silk\",\n    \"silkiest\": \"kachasị\",\n    \"silking\": \"kinggha\",\n    \"silklike\": \"silk\",\n    \"silkness\": \"silk\",\n    \"silkoline\": \"silkolene\",\n    \"silkscreened\": \"ihe mkpuchi\",\n    \"silkscreening\": \"nyocha silk\",\n    \"silksman\": \"silks nwoke\",\n    \"silkstone\": \"okwute silk\",\n    \"silkwork\": \"okpokoro isi\",\n    \"silkworks\": \"ọrụ silkw\",\n    \"syllab\": \"usoro\",\n    \"syllabary\": \"silati\",\n    \"syllabarium\": \"usoro okwu\",\n    \"syllabatim\": \"usoro\",\n    \"syllabation\": \"usoro mmụta\",\n    \"syllabe\": \"usoro\",\n    \"syllabi\": \"usoro\",\n    \"syllabic\": \"mkpụrụedemede\",\n    \"syllabical\": \"usoro okwu\",\n    \"syllabically\": \"usoro okwu\",\n    \"syllabicate\": \"usoro akwụkwọ\",\n    \"syllabicated\": \"edepụtara\",\n    \"syllabicating\": \"na-asụ asụsụ\",\n    \"syllabication\": \"usoro mmụta\",\n    \"syllabicity\": \"mkpụrụedemede\",\n    \"syllabicness\": \"mkpụrụedemede\",\n    \"syllabics\": \"usoro okwu\",\n    \"syllabify\": \"dezie\",\n    \"syllabification\": \"nhazi okwu\",\n    \"syllabifications\": \"usoro mmụta\",\n    \"syllabified\": \"edepụtara\",\n    \"syllabifies\": \"na-edezi asịrị\",\n    \"syllabifying\": \"ikwu okwu\",\n    \"syllabise\": \"usoro okwu\",\n    \"syllabised\": \"edepụtara\",\n    \"syllabising\": \"usoro mmụta\",\n    \"syllabism\": \"isi okwu\",\n    \"syllabized\": \"edepụtara\",\n    \"syllabizing\": \"na-asụ asụsụ\",\n    \"syllable\": \"nkeji okwu\",\n    \"syllabled\": \"sụgharịrị\",\n    \"syllables\": \"nkeji okwu\",\n    \"syllabling\": \"na-asụ asụsụ\",\n    \"syllabogram\": \"usoro ihe omume\",\n    \"syllabography\": \"usoro okwu\",\n    \"syllabub\": \"usoro\",\n    \"syllabubs\": \"usoro\",\n    \"syllabus\": \"usoro\",\n    \"syllabuses\": \"usoro okwu\",\n    \"sillcock\": \"Onwuchekwa\",\n    \"syllepses\": \"ntụpọ\",\n    \"sylleptic\": \"ihe gbasara ya\",\n    \"sylleptical\": \"ihe jikọrọ ya\",\n    \"siller\": \"ọla ọcha\",\n    \"sillery\": \"silley\",\n    \"sillers\": \"ọla\",\n    \"silly\": \"nzuzu\",\n    \"sillibib\": \"okpokoro\",\n    \"sillibouk\": \"ifeanyi\",\n    \"sillier\": \"siliili\",\n    \"silliest\": \"amamiihe\",\n    \"sillyhood\": \"nzuzu\",\n    \"sillyhow\": \"nzuzu\",\n    \"sillyish\": \"nzuzu\",\n    \"sillyism\": \"nzuzu\",\n    \"sillikin\": \"Onwuchekwa\",\n    \"sillily\": \"sillill\",\n    \"sillimanite\": \"okechi\",\n    \"silliness\": \"nzuzu\",\n    \"sillock\": \"ọlaọcha\",\n    \"sylloge\": \"nkeji asụsụ\",\n    \"syllogisation\": \"usoroasụsụ\",\n    \"syllogiser\": \"ọrụ nchịkwa\",\n    \"syllogism\": \"usoro asụsụ\",\n    \"syllogisms\": \"usoro\",\n    \"syllogist\": \"ọkà mmụta sayensị\",\n    \"syllogistic\": \"usoro asụsụ\",\n    \"syllogistical\": \"usoro mmụta\",\n    \"syllogistically\": \"usoro mmụta\",\n    \"syllogistics\": \"usoro asụsụ\",\n    \"syllogization\": \"usoro asụsụ\",\n    \"syllogize\": \"delata asụsụ\",\n    \"syllogized\": \"edebere\",\n    \"syllogizer\": \"usoroasụsụ\",\n    \"syllogizing\": \"na-asụ asụsụ\",\n    \"sillograph\": \"ihe osise\",\n    \"sillographer\": \"ihe osise\",\n    \"sillographist\": \"ihe osise\",\n    \"sillometer\": \"sillometa\",\n    \"sillon\": \"silọn\",\n    \"siloed\": \"siled\",\n    \"silpha\": \"silifa\",\n    \"sylphy\": \"mkpụrụ okwu\",\n    \"sylphic\": \"mkpuru okwu\",\n    \"sylphine\": \"siphine\",\n    \"sylphish\": \"mbosi\",\n    \"sylphize\": \"mkpụrụ okwu\",\n    \"sylphlike\": \"yiri\",\n    \"sylphon\": \"sifa\",\n    \"sylphs\": \"mkpụrụ okwu\",\n    \"siltier\": \"ọla ọcha\",\n    \"silting\": \"na-agbanye\",\n    \"silurian\": \"ọlaọcha\",\n    \"siluric\": \"ọla\",\n    \"silurids\": \"silurid\",\n    \"sylva\": \"svava\",\n    \"sylvae\": \"mkpụrụ akwụkwọ\",\n    \"sylvage\": \"mpeanya\",\n    \"silvanity\": \"enweghị isi\",\n    \"sylvanity\": \"nkwanye ugwu\",\n    \"sylvanitic\": \"onye ozi\",\n    \"sylvanize\": \"malie\",\n    \"silvanry\": \"ọlaọcha\",\n    \"sylvans\": \"mkpokoro\",\n    \"sylvas\": \"svava\",\n    \"sylvate\": \"na-asụ asụsụ\",\n    \"sylvatic\": \"sivmatik\",\n    \"sylvatical\": \"nke isi\",\n    \"silvendy\": \"ọlaedo\",\n    \"silver\": \"ọlaọcha\",\n    \"silverback\": \"nkwụghachi ụgwọ\",\n    \"silverbeater\": \"ọla edo\",\n    \"silverbelly\": \"ọla ọcha\",\n    \"silverberry\": \"ọlaọcha\",\n    \"silverberries\": \"mkpụrụ ọlaọcha\",\n    \"silverbiddy\": \"ọlaọcha\",\n    \"silverbill\": \"ọlaọcha ọla\",\n    \"silverboom\": \"ọlaọcha ọlaọcha\",\n    \"silverbush\": \"ọlaọcha\",\n    \"silvered\": \"ọlaọcha\",\n    \"silverer\": \"ọla ọcha\",\n    \"silverers\": \"ọla ọcha\",\n    \"silverfin\": \"ọla ọcha\",\n    \"silverfish\": \"azu azu\",\n    \"silverfishes\": \"azu azu\",\n    \"silverhead\": \"isi ọlaọcha\",\n    \"silvery\": \"ọla ọcha\",\n    \"silverier\": \"ọla edo\",\n    \"silveriest\": \"ọla edo\",\n    \"silverily\": \"ọlaọcha\",\n    \"silveriness\": \"ọla ọcha\",\n    \"silvering\": \"ịkwụ ụgwọ\",\n    \"silverise\": \"ọla ọcha\",\n    \"silverised\": \"ejiri ọla ọcha\",\n    \"silverish\": \"ọla ọcha\",\n    \"silverising\": \"ịme ọla ọcha\",\n    \"silverite\": \"ọlaọcha\",\n    \"silverize\": \"ọlaedo\",\n    \"silverized\": \"ọlaedo\",\n    \"silverizer\": \"ọlaedo\",\n    \"silverizing\": \"na-acha uhie uhie\",\n    \"silverleaf\": \"ọla ọcha\",\n    \"silverleaves\": \"achịcha ọlaọcha\",\n    \"silverless\": \"enweghị ọla ọcha\",\n    \"silverly\": \"ọlaọcha\",\n    \"silverlike\": \"ọla ọcha\",\n    \"silverling\": \"ọla ọcha\",\n    \"silvern\": \"ọlaọcha\",\n    \"silverness\": \"nzuzu\",\n    \"silverpoint\": \"akara ọlaọcha\",\n    \"silverrod\": \"ọlaọcha\",\n    \"silvers\": \"ọla ọcha\",\n    \"silverside\": \"ọlaọcha\",\n    \"silversides\": \"ọla ọcha\",\n    \"silverskin\": \"ọla edo\",\n    \"silversmith\": \"ọla ọcha\",\n    \"silversmithing\": \"ọla-ọcha\",\n    \"silversmiths\": \"ọla-ọcha\",\n    \"silverspot\": \"ọlaọcha\",\n    \"silvertail\": \"ọlaọcha ọlaọcha\",\n    \"silvertip\": \"ọla ọcha\",\n    \"silvertop\": \"ọlaọcha\",\n    \"silvervine\": \"ọla ọcha\",\n    \"silverware\": \"ọlaọcha\",\n    \"silverweed\": \"ọla ọcha\",\n    \"silverwing\": \"ọla ọcha\",\n    \"silverwood\": \"ọla edo\",\n    \"silverwork\": \"ọrụ ọlaọcha\",\n    \"silverworker\": \"onye na-arụ ọlaọcha\",\n    \"silvester\": \"ọla ọcha\",\n    \"sylvestral\": \"isi okwu\",\n    \"sylvestrene\": \"isi ike\",\n    \"sylvestrian\": \"onye nkuzi\",\n    \"sylvestrine\": \"isi ike\",\n    \"sylvia\": \"siliva\",\n    \"sylvian\": \"selvian\",\n    \"sylvic\": \"nke ozo\",\n    \"silvical\": \"silifa\",\n    \"silvics\": \"silvik\",\n    \"silvicultural\": \"omenala silvic\",\n    \"silviculturally\": \"omenala\",\n    \"silviculture\": \"silviculturel\",\n    \"sylviculture\": \"usoro mmụta\",\n    \"sylviid\": \"nke ozo\",\n    \"sylviidae\": \"svipaidae\",\n    \"sylviinae\": \"siviviana\",\n    \"sylviine\": \"siviwi\",\n    \"sylvinite\": \"selvinite\",\n    \"sylvins\": \"mkpo\",\n    \"sylvite\": \"asụsụ\",\n    \"sylvites\": \"mkpụrụedemede\",\n    \"sylvius\": \"mkpịsị\",\n    \"sym\": \"ihe\",\n    \"simaroubaceous\": \"izuike\",\n    \"simball\": \"bọl\",\n    \"symbasic\": \"ihe omuma\",\n    \"symbasical\": \"ihe omuma\",\n    \"symbasically\": \"n'ụzọ ziri ezi\",\n    \"symbasis\": \"ihe omuma\",\n    \"simbil\": \"atụ\",\n    \"symbiogenesis\": \"ihe omuma\",\n    \"symbiogenetic\": \"ihe omuma\",\n    \"symbiogenetically\": \"n'usoro ihe omimi\",\n    \"symbion\": \"ihe omuma\",\n    \"symbionic\": \"ihe omuma\",\n    \"symbions\": \"usoro iheomume\",\n    \"symbiont\": \"ihe oriri\",\n    \"symbiontic\": \"ihe omuma\",\n    \"symbionticism\": \"ihe omuma\",\n    \"symbionts\": \"ihe ngosi\",\n    \"symbioses\": \"ihe omuma\",\n    \"symbiosis\": \"ihe omuma\",\n    \"symbiot\": \"ihe omuma\",\n    \"symbiote\": \"ihe omuma\",\n    \"symbiotes\": \"ihe omuma\",\n    \"symbiotic\": \"ihe omuma\",\n    \"symbiotical\": \"ihe omuma\",\n    \"symbiotically\": \"n'omume\",\n    \"symbiotics\": \"ihe omuma\",\n    \"symbiotism\": \"ihe omuma\",\n    \"symbiotrophic\": \"ihe omuma\",\n    \"symbiots\": \"ihe nnọchianya\",\n    \"symblepharon\": \"ihe omuma\",\n    \"simbling\": \"si\",\n    \"simblot\": \"simplot\",\n    \"simblum\": \"simbl\",\n    \"symbol\": \"akara\",\n    \"symbolaeography\": \"ihe atụ\",\n    \"symbolater\": \"akara\",\n    \"symbolatry\": \"ihe atụ\",\n    \"symbolatrous\": \"ihe atụ\",\n    \"symboled\": \"akara\",\n    \"symbolic\": \"atụ\",\n    \"symbolical\": \"ihe atụ\",\n    \"symbolically\": \"atụ\",\n    \"symbolicalness\": \"atụ\",\n    \"symbolicly\": \"atụ\",\n    \"symbolics\": \"ihe akara\",\n    \"symboling\": \"akara\",\n    \"symbolisation\": \"akara\",\n    \"symbolise\": \"see\",\n    \"symbolised\": \"see\",\n    \"symbolising\": \"na-egosipụta\",\n    \"symbolism\": \"akara\",\n    \"symbolisms\": \"ihe nnọchianya\",\n    \"symbolist\": \"akara\",\n    \"symbolistic\": \"akara\",\n    \"symbolistical\": \"akara\",\n    \"symbolistically\": \"akara\",\n    \"symbolization\": \"nnọchi anya\",\n    \"symbolizations\": \"ihe nnọchi anya\",\n    \"symbolize\": \"see\",\n    \"symbolized\": \"gosipụtara\",\n    \"symbolizer\": \"ihe nnọchianya\",\n    \"symbolizes\": \"sere onyinyo\",\n    \"symbolizing\": \"na-egosipụta\",\n    \"symbolled\": \"akara\",\n    \"symbolling\": \"na-egosi\",\n    \"symbolofideism\": \"ihe atụ\",\n    \"symbology\": \"atụ\",\n    \"symbological\": \"atụ\",\n    \"symbologist\": \"ihe omumu ihe omuma\",\n    \"symbolography\": \"ihe atụ\",\n    \"symbololatry\": \"ihe nnọchianya\",\n    \"symbolology\": \"ihe atụ\",\n    \"symbolry\": \"akara\",\n    \"symbols\": \"akara\",\n    \"symbolum\": \"akara\",\n    \"symbouleutic\": \"ihe atụ\",\n    \"symbranch\": \"akụkụ\",\n    \"symbranchous\": \"ihe omumu\",\n    \"simcon\": \"simon\",\n    \"simeon\": \"wayo\",\n    \"simianity\": \"myirịta\",\n    \"simians\": \"ndị ọzọ\",\n    \"similar\": \"yiri\",\n    \"similary\": \"dika\",\n    \"similarily\": \"dika\",\n    \"similarity\": \"myirịta\",\n    \"similarities\": \"myirịta\",\n    \"similarize\": \"myirịta\",\n    \"similarly\": \"dika\",\n    \"similative\": \"myirịta\",\n    \"similes\": \"yiri\",\n    \"similiter\": \"similita\",\n    \"simility\": \"ịdị mfe\",\n    \"similitive\": \"myirịta\",\n    \"similitude\": \"myirịta\",\n    \"similitudinize\": \"similitudine\",\n    \"simiousness\": \"ịdị mfe\",\n    \"simitar\": \"scimitar\",\n    \"simitars\": \"ichi\",\n    \"simity\": \"ihe omuma\",\n    \"simlin\": \"simkin\",\n    \"simling\": \"simkin\",\n    \"simlins\": \"simkin\",\n    \"symmedian\": \"ihe omuma\",\n    \"symmelia\": \"ihe omuma\",\n    \"symmelian\": \"ihe omuma\",\n    \"symmelus\": \"akara\",\n    \"simmered\": \"simm gbara\",\n    \"simmering\": \"na-amị amị\",\n    \"simmeringly\": \"na-agbanye\",\n    \"symmetalism\": \"ihe omuma\",\n    \"symmetallism\": \"ihe omuma\",\n    \"symmetral\": \"ihe omuma\",\n    \"symmetrian\": \"ihe ngosi\",\n    \"symmetricality\": \"ihe omuma\",\n    \"symmetricalness\": \"ihe omuma\",\n    \"symmetries\": \"akara ngosi\",\n    \"symmetrisation\": \"ihe omuma\",\n    \"symmetrising\": \"ihe ngosi\",\n    \"symmetrist\": \"ihe omuma\",\n    \"symmetrization\": \"ihe omuma\",\n    \"symmetrize\": \"eme ihe ngosi\",\n    \"symmetrized\": \"emebere\",\n    \"symmetrizing\": \"na-eme ihe ngosi\",\n    \"symmetrophobia\": \"ihe omuma\",\n    \"symmist\": \"onye na-eme ihe nkiri\",\n    \"simmon\": \"simon\",\n    \"symmory\": \"ihe omuma\",\n    \"symmorphic\": \"ihe omuma\",\n    \"symmorphism\": \"ihe omuma\",\n    \"simnel\": \"otu\",\n    \"simnelwise\": \"otu ụzọ\",\n    \"simony\": \"simon\",\n    \"simonious\": \"simon\",\n    \"simonist\": \"onye simonist\",\n    \"simonists\": \"ndị simonists\",\n    \"simonize\": \"simon\",\n    \"simonized\": \"simon\",\n    \"simonizing\": \"ime ka ihe\",\n    \"simooms\": \"ihe omuma\",\n    \"sympathectomy\": \"nwee ọmịiko\",\n    \"sympathectomize\": \"nwee ọmịiko\",\n    \"sympathetectomy\": \"nwee ọmịiko\",\n    \"sympathetectomies\": \"nwee ọmịiko\",\n    \"sympathetic\": \"ọmịiko\",\n    \"sympathetical\": \"ọmịiko\",\n    \"sympathetically\": \"ọmịiko\",\n    \"sympatheticism\": \"ọmịiko\",\n    \"sympatheticity\": \"ọmịiko\",\n    \"sympatheticness\": \"ọmịiko\",\n    \"sympatheticotonia\": \"ọmịiko\",\n    \"sympatheticotonic\": \"nwee ọmịiko\",\n    \"sympathetoblast\": \"ọmịiko\",\n    \"sympathy\": \"ọmịiko\",\n    \"sympathies\": \"na-enwe ọmịiko\",\n    \"sympathin\": \"ọmịiko\",\n    \"sympathique\": \"ọmịiko\",\n    \"sympathise\": \"nwee ọmịiko\",\n    \"sympathised\": \"nwee ọmịiko\",\n    \"sympathiser\": \"onye nwere ọmịiko\",\n    \"sympathising\": \"na-eme ebere\",\n    \"sympathisingly\": \"na-eme ebere\",\n    \"sympathism\": \"nwee ọmịiko\",\n    \"sympathist\": \"onye nyocha\",\n    \"sympathize\": \"nwee ọmịiko\",\n    \"sympathized\": \"nwee ọmịiko\",\n    \"sympathizer\": \"onye nwere ọmịiko\",\n    \"sympathizers\": \"ndị na-egosi ọmịiko\",\n    \"sympathizes\": \"na-enwe ọmịiko\",\n    \"sympathizing\": \"na-eme ebere\",\n    \"sympathizingly\": \"na-enwe ọmịiko\",\n    \"sympathoblast\": \"ọmịiko\",\n    \"sympatholysis\": \"ọmịiko\",\n    \"sympatholytic\": \"nwee ọmịiko\",\n    \"sympathomimetic\": \"ọmịiko\",\n    \"sympatry\": \"ọmịiko\",\n    \"sympatric\": \"sirop\",\n    \"sympatries\": \"ọmịiko\",\n    \"simper\": \"dị mfe\",\n    \"simpering\": \"na-ekwu okwu\",\n    \"simperingly\": \"dị mfe\",\n    \"symphyantherous\": \"na-eme ihe nkiri\",\n    \"symphilism\": \"nchịkọta egwu\",\n    \"symphynote\": \"ihe omuma\",\n    \"symphyogenetic\": \"ihe omuma\",\n    \"symphyostemonous\": \"ihe omuma\",\n    \"symphyses\": \"ihe nkiri\",\n    \"symphysial\": \"ihe omuma\",\n    \"symphysian\": \"ihe omuma\",\n    \"symphysic\": \"ihe omuma\",\n    \"symphysion\": \"ihe oriri\",\n    \"symphysiotomy\": \"usoro ihe omuma\",\n    \"symphysis\": \"ihe omuma\",\n    \"symphysotomy\": \"usoro ihe omuma\",\n    \"symphystic\": \"ihe omuma\",\n    \"symphony\": \"nchịkọta egwu\",\n    \"symphonically\": \"n'usoro\",\n    \"symphoniously\": \"n'usoro\",\n    \"symphonization\": \"ntinye aka\",\n    \"symphrase\": \"usoro ihe omuma\",\n    \"symphronistic\": \"ihe omuma\",\n    \"simple\": \"mfe\",\n    \"simplectic\": \"mfe\",\n    \"symplectic\": \"ihe omuma\",\n    \"simpled\": \"mfe\",\n    \"simplehearted\": \"dị mfe\",\n    \"simpleheartedly\": \"mfe\",\n    \"simpleheartedness\": \"mfe\",\n    \"simpleminded\": \"mfe\",\n    \"simplemindedly\": \"mfe\",\n    \"simplemindedness\": \"mfe\",\n    \"simpleness\": \"ịdị mfe\",\n    \"simpler\": \"mfe\",\n    \"symplesite\": \"ihe omuma\",\n    \"simplest\": \"mfe\",\n    \"simpleton\": \"mfe\",\n    \"simpletonian\": \"mfe\",\n    \"simpletonianism\": \"mfe\",\n    \"simpletonic\": \"mfe\",\n    \"simpletonish\": \"mfe\",\n    \"simpletonism\": \"mfe\",\n    \"simpletons\": \"mfe\",\n    \"simplex\": \"mfe\",\n    \"simplexed\": \"dị mfe\",\n    \"simplexes\": \"mfe\",\n    \"simplexity\": \"mfe\",\n    \"simply\": \"nanị\",\n    \"simplices\": \"mfe\",\n    \"simplicia\": \"mfe\",\n    \"simplicial\": \"mfe\",\n    \"simplicially\": \"mfe\",\n    \"simplicident\": \"dị mfe\",\n    \"simplicidentata\": \"mfe\",\n    \"simplicidentate\": \"dị mfe\",\n    \"simplicist\": \"dị mfe\",\n    \"simplicitarian\": \"mfe\",\n    \"simpliciter\": \"dị mfe\",\n    \"simplicity\": \"mfe\",\n    \"simplicities\": \"mfe\",\n    \"simplicize\": \"mfe\",\n    \"simplify\": \"mfe\",\n    \"simplification\": \"mfe\",\n    \"simplifications\": \"ịdị mfe\",\n    \"simplificative\": \"mfe\",\n    \"simplificator\": \"dị mfe\",\n    \"simplified\": \"mfe\",\n    \"simplifiedly\": \"mfe\",\n    \"simplifier\": \"mfe\",\n    \"simplifiers\": \"dị mfe\",\n    \"simplifies\": \"dị mfe\",\n    \"simplifying\": \"mfe\",\n    \"simpling\": \"si\",\n    \"simplism\": \"ịdị mfe\",\n    \"simplistic\": \"dị mfe\",\n    \"simplistically\": \"mfe\",\n    \"sympodia\": \"ihe ngosi\",\n    \"sympodial\": \"ihe omuma\",\n    \"sympodially\": \"n'usoro ihe omuma\",\n    \"sympodium\": \"ihe nkedo\",\n    \"symposia\": \"ihe omuma\",\n    \"symposiac\": \"ihe omuma\",\n    \"symposiacal\": \"ihe omuma\",\n    \"symposial\": \"ihe omuma\",\n    \"symposiarch\": \"ihe omuma\",\n    \"symposiast\": \"ihe omuma\",\n    \"symposiastic\": \"ihe omuma\",\n    \"symposion\": \"ihe ngosi\",\n    \"symposisia\": \"ihe omuma\",\n    \"symposisiums\": \"usoro iheomume\",\n    \"symposium\": \"usoro ihe omuma\",\n    \"symposiums\": \"usoro isiokwu\",\n    \"sympossia\": \"ihe omuma\",\n    \"symptom\": \"nziputa\",\n    \"symptomatical\": \"symptomatic\",\n    \"symptomaticness\": \"symptomatic ness\",\n    \"symptomatics\": \"ihe mgbaàmà\",\n    \"symptomatize\": \"gosipụta ọrịa\",\n    \"symptomical\": \"ihe mgbaàmà\",\n    \"symptomize\": \"gosi mgbaàmà\",\n    \"symptomless\": \"enweghị mgbaàmà\",\n    \"symptoms\": \"mgbaàmà\",\n    \"simpulum\": \"usoro\",\n    \"simpulumla\": \"usoro\",\n    \"sympus\": \"sirop\",\n    \"symtomology\": \"ihe omuma\",\n    \"simulates\": \"na-eme\",\n    \"simulating\": \"ịme anwansị\",\n    \"simulation\": \"ịme anwansị\",\n    \"simulations\": \"anwale\",\n    \"simulatory\": \"anwansi\",\n    \"simule\": \"ihe omume\",\n    \"simultaneity\": \"n'otu oge\",\n    \"simultaneous\": \"imekotaotuugbo\",\n    \"simultaneously\": \"n'out oge\",\n    \"simultaneousness\": \"n'otu oge\",\n    \"simulty\": \"ihe omuma\",\n    \"sin\": \"mmehie\",\n    \"synacme\": \"mmekọrịta\",\n    \"synacmic\": \"ike\",\n    \"synactic\": \"mmekọrịta\",\n    \"synaesthesis\": \"synaesthesia\",\n    \"synagog\": \"ụlọ nzukọ\",\n    \"synagogal\": \"synagogue\",\n    \"synagogian\": \"onye nchuaja\",\n    \"synagogical\": \"okwuchukwu\",\n    \"synagogism\": \"nzukọ uka\",\n    \"synagogist\": \"onye na-ekwu okwuchukwu\",\n    \"synagogs\": \"ụlọ nzukọ\",\n    \"synagogue\": \"ụlọ nzukọ\",\n    \"synagogues\": \"ụlọ nzukọ\",\n    \"sinaic\": \"sinaị\",\n    \"synallactic\": \"Ochichi\",\n    \"synallagmatic\": \"Ndakọrịta\",\n    \"synallaxine\": \"okopu\",\n    \"sinamay\": \"mmehie\",\n    \"synantherologist\": \"ọkà mmụta sayensị\",\n    \"synanthesis\": \"mmekorita\",\n    \"sinapic\": \"ihe ijuanya\",\n    \"sinapisms\": \"ihe ndi ozo\",\n    \"synaptai\": \"snaptai\",\n    \"synapte\": \"snapte\",\n    \"synaptera\": \"snaptera\",\n    \"synapterous\": \"snapterous\",\n    \"sinarchism\": \"ime mmehie\",\n    \"sinarchist\": \"onye na-eme mmehie\",\n    \"synarthroses\": \"mmekọrịta\",\n    \"synascidian\": \"syniskidian\",\n    \"sync\": \"mmekọrịta\",\n    \"syncaryon\": \"Ogbe\",\n    \"syncarpies\": \"mmekọrịta\",\n    \"syncarpous\": \"mmekọrịta\",\n    \"syncarps\": \"mmekọrịta\",\n    \"syncategorem\": \"mmekọrịta\",\n    \"syncategorematic\": \"mmekọrịta\",\n    \"syncategoreme\": \"mmekọrịta\",\n    \"since\": \"kemgbe\",\n    \"syncellus\": \"mmekọrịta\",\n    \"syncephalic\": \"mmekọrịta\",\n    \"sincere\": \"ezi obi\",\n    \"sincerely\": \"n'eziokwu\",\n    \"sincereness\": \"mmalite\",\n    \"sincerer\": \"kemgbe\",\n    \"sincerest\": \"kemgbe\",\n    \"sincerity\": \"ezi obi\",\n    \"sincerities\": \"eziokwu\",\n    \"synch\": \"mmekọrịta\",\n    \"synchysis\": \"mmekọrịta\",\n    \"synchondoses\": \"Ndakọrịta\",\n    \"synchondrosial\": \"Ndakọrịta\",\n    \"synchro\": \"mmekọrịta\",\n    \"synchromesh\": \"mmekọrịta\",\n    \"synchromism\": \"mmekọrịta\",\n    \"synchroneity\": \"mmekọrịta\",\n    \"synchrony\": \"mmekọrịta\",\n    \"synchronic\": \"mmekọrịta\",\n    \"synchronies\": \"mmekọrịta\",\n    \"synchronisation\": \"mmekọrịta\",\n    \"synchronise\": \"gakọrịta\",\n    \"synchronised\": \"mekọrịta\",\n    \"synchroniser\": \"mmekọrịta\",\n    \"synchronising\": \"mmekọrịta\",\n    \"synchronism\": \"mmekọrịta\",\n    \"synchronizable\": \"mmekọrịta\",\n    \"synchronization\": \"mmekọrịta\",\n    \"synchronize\": \"gakọrịta\",\n    \"synchronized\": \"mekọrịta\",\n    \"synchronizer\": \"mmekọrịta\",\n    \"synchronizers\": \"mmekọrịta\",\n    \"synchronizes\": \"mekọrịta\",\n    \"synchronizing\": \"mmekọrịta\",\n    \"synchronology\": \"mmekọrịta\",\n    \"synchronoscope\": \"mmekọrịta\",\n    \"synchronousness\": \"mmekọrịta\",\n    \"synchros\": \"mmekọrịta\",\n    \"synchroscope\": \"mmekọrịta\",\n    \"synchs\": \"mmekọrịta\",\n    \"sinciput\": \"mmehie\",\n    \"sinciputs\": \"akwa nsị\",\n    \"syncytia\": \"mmekọrịta\",\n    \"syncytial\": \"mmekọrịta\",\n    \"syncladous\": \"mmekọrịta\",\n    \"synclastic\": \"mmekọrịta\",\n    \"synclinal\": \"mmekọrịta\",\n    \"synclinally\": \"mmekọrịta\",\n    \"syncline\": \"mmekọrịta\",\n    \"synclines\": \"mmekọrịta\",\n    \"synclinical\": \"mmekọrịta\",\n    \"synclinore\": \"mmekọrịta\",\n    \"synclinorial\": \"mmekọrịta\",\n    \"synclinorium\": \"mmekọrịta\",\n    \"synclitic\": \"mmekọrịta\",\n    \"syncliticism\": \"mmekọrịta\",\n    \"synclitism\": \"mmekọrịta\",\n    \"syncom\": \"mmekọrịta\",\n    \"syncoms\": \"mmekọrịta\",\n    \"syncopare\": \"mmekọrịta\",\n    \"syncopate\": \"mmekọrịta\",\n    \"syncopated\": \"mmekọrịta\",\n    \"syncopates\": \"mmekọrịta\",\n    \"syncopating\": \"mmekọrịta\",\n    \"syncopation\": \"mmekọrịta\",\n    \"syncopations\": \"mmekọrịta\",\n    \"syncopative\": \"mmekọrịta\",\n    \"syncope\": \"mmekọrịta\",\n    \"syncopic\": \"mmekọrịta\",\n    \"syncopism\": \"mmekọrịta\",\n    \"syncopist\": \"onye mmekorita\",\n    \"syncopize\": \"mekọrịta\",\n    \"syncotyledonous\": \"monocotyledonous\",\n    \"syncracy\": \"mmekọrịta\",\n    \"syncraniate\": \"mmekọrịta\",\n    \"syncranteric\": \"mmekọrịta\",\n    \"syncrasy\": \"mmekọrịta\",\n    \"syncretic\": \"mmekọrịta\",\n    \"syncretical\": \"mmekọrịta\",\n    \"syncreticism\": \"mmekọrịta\",\n    \"syncretion\": \"mmekọrịta\",\n    \"syncretism\": \"mmekọrịta\",\n    \"syncretist\": \"onye mmekorita\",\n    \"syncretistic\": \"mmekọrịta\",\n    \"syncretize\": \"mekọrịta\",\n    \"syncretized\": \"mmekọrịta\",\n    \"syncretizing\": \"mmekọrịta\",\n    \"syncrypta\": \"mmekọrịta\",\n    \"syncryptic\": \"okopu\",\n    \"syncrisis\": \"mmekọrịta\",\n    \"syncs\": \"mmekọrịta\",\n    \"synderesis\": \"ọrịa nkwonkwo\",\n    \"syndeses\": \"ọrịa syndes\",\n    \"syndesises\": \"ngwongwo\",\n    \"syndesmectopia\": \"ọrịa syndesmectopia\",\n    \"syndesmography\": \"syndesmografia\",\n    \"syndesmoplasty\": \"ọrịa syndesmoplasty\",\n    \"syndesmosis\": \"ọrịa nkwonkwo\",\n    \"syndetically\": \"syndetị\",\n    \"syndyasmian\": \"ndnyekwere\",\n    \"syndicalist\": \"syndical\",\n    \"syndicalize\": \"tinye iwu\",\n    \"syndicat\": \"syndicate\",\n    \"syndicated\": \"syndicate\",\n    \"syndicateer\": \"syndicate\",\n    \"syndicates\": \"ndị syndicates\",\n    \"syndicating\": \"na-agbakọ\",\n    \"syndrome\": \"ọrịa syndrome\",\n    \"syndromes\": \"ọrịa shuga\",\n    \"syndromic\": \"ọrịa nkwonkwo\",\n    \"synecologic\": \"synekologi\",\n    \"synecologically\": \"synekologi\",\n    \"synectic\": \"njikọta\",\n    \"synectically\": \"na njikọta\",\n    \"synecticity\": \"njikọta\",\n    \"synectics\": \"njikọta\",\n    \"synedrous\": \"mmekọrịta\",\n    \"synenergistic\": \"mmekọrịta\",\n    \"synergastic\": \"mmekọrịta\",\n    \"synergy\": \"mmekọrịta\",\n    \"synergic\": \"mmekọrịta\",\n    \"synergical\": \"mmekọrịta\",\n    \"synergid\": \"synergidenụ\",\n    \"synergies\": \"mmekọrịta\",\n    \"synergism\": \"mmekọrịta\",\n    \"synergisms\": \"mmekọrịta\",\n    \"synergistic\": \"mmekọrịta\",\n    \"synergists\": \"mmekọrịta\",\n    \"synergize\": \"mekọrịta\",\n    \"synerize\": \"mekọrịta\",\n    \"sines\": \"mmehie\",\n    \"synesises\": \"mmekọrịta\",\n    \"synesthesia\": \"Ochichi\",\n    \"synesthetic\": \"mmekọrịta\",\n    \"synetic\": \"otu ihe\",\n    \"sinewed\": \"sineine\",\n    \"sinewing\": \"sineing\",\n    \"sinewless\": \"enweghị mmerụ\",\n    \"sinews\": \"akwara\",\n    \"synfuel\": \"mmekọrịta\",\n    \"synfuels\": \"mmekọrịta\",\n    \"sinful\": \"emehie\",\n    \"sinfully\": \"na nmehie\",\n    \"sinfulness\": \"mmehie\",\n    \"sing\": \"buo\",\n    \"singability\": \"abụ abụ\",\n    \"singable\": \"na-abụ abụ\",\n    \"singableness\": \"ukwe\",\n    \"singally\": \"otu\",\n    \"singapore\": \"Singapore\",\n    \"singe\": \"buo\",\n    \"singed\": \"bụrụ abụ\",\n    \"singey\": \"Singey\",\n    \"singeing\": \"na-abụ abụ\",\n    \"singeingly\": \"n’egwu\",\n    \"syngeneic\": \"syngeneiki\",\n    \"syngenesian\": \"ihe oriri\",\n    \"syngenesious\": \"ihe oriri\",\n    \"syngenic\": \"syngeneiki\",\n    \"singer\": \"onye ukwe\",\n    \"singeress\": \"ndị na-abụ abụ\",\n    \"singers\": \"ndị na-abụ abụ\",\n    \"singes\": \"bụrụ abụ\",\n    \"singfest\": \"Ugochukwu\",\n    \"singh\": \"sụọ\",\n    \"singhalese\": \"okwe\",\n    \"singillatim\": \"Singillatim\",\n    \"singing\": \"na-egwu egwu\",\n    \"singingfish\": \"azụ azụ\",\n    \"singingfishes\": \"azụ azụ\",\n    \"singingly\": \"na-abụ abụ\",\n    \"singkamas\": \"okwe\",\n    \"single\": \"otu\",\n    \"singlebar\": \"otu\",\n    \"singled\": \"iche\",\n    \"singlehanded\": \"otu aka\",\n    \"singlehandedly\": \"otu aka\",\n    \"singlehandedness\": \"otu aka\",\n    \"singlehearted\": \"otu obi\",\n    \"singleheartedly\": \"otu obi\",\n    \"singleheartedness\": \"otu obi\",\n    \"singlehood\": \"alụghị di ma ọ bụ nwunye\",\n    \"singlemindedly\": \"otu\",\n    \"singleness\": \"alụghị di ma ọ bụ nwunye\",\n    \"singleprecision\": \"otu\",\n    \"singler\": \"ọkwọ\",\n    \"singles\": \"ndi otu\",\n    \"singlestep\": \"otu\",\n    \"singlestick\": \"otu\",\n    \"singlesticker\": \"ihe nkwụnye\",\n    \"singletree\": \"Ogbodo\",\n    \"singletrees\": \"ukpo\",\n    \"singlets\": \"otu\",\n    \"singly\": \"otu\",\n    \"singling\": \"na-egwu egwu\",\n    \"singlings\": \"umu nnem\",\n    \"sings\": \"bụrụ abụ\",\n    \"singsing\": \"na-egwu abu\",\n    \"singsong\": \"Ugwu\",\n    \"singsongy\": \"Onyeka\",\n    \"singsongs\": \"Abụọ\",\n    \"singstress\": \"kristal\",\n    \"singular\": \"iche iche\",\n    \"singularism\": \"otu\",\n    \"singularist\": \"kpọọ otu\",\n    \"singularity\": \"dị iche iche\",\n    \"singularities\": \"dị iche iche\",\n    \"singularization\": \"otu\",\n    \"singularize\": \"itughari\",\n    \"singularized\": \"iche\",\n    \"singularizing\": \"okpoko\",\n    \"singularly\": \"iche iche\",\n    \"singularness\": \"dị iche iche\",\n    \"singulars\": \"ndị na-alụ ọgụ\",\n    \"singult\": \"ukwo\",\n    \"singultous\": \"otu\",\n    \"singultuses\": \"singultus\",\n    \"sinhs\": \"mmehie\",\n    \"sinian\": \"sinan\",\n    \"sinic\": \"Sonic\",\n    \"sinical\": \"katọrọ mmadụ\",\n    \"sinicism\": \"sinik\",\n    \"sinicization\": \"ịme mmehie\",\n    \"sinicize\": \"mee mmehie\",\n    \"sinicizes\": \"na-eme mmehie\",\n    \"sinicizing\": \"na-eme mmehie\",\n    \"sinify\": \"mee mmehie\",\n    \"sinification\": \"mmehie\",\n    \"sinism\": \"mmehie\",\n    \"sinisterly\": \"dị njọ\",\n    \"sinisterness\": \"enweghị mmehie\",\n    \"sinisterwise\": \"emehiela\",\n    \"sinistrality\": \"mmehie\",\n    \"sinistrally\": \"sinistally\",\n    \"sinistration\": \"mmebi iwu\",\n    \"sinistrocularity\": \"mmehie\",\n    \"sinistrogyration\": \"mmekorita\",\n    \"sinistrorsal\": \"ezighi ezi\",\n    \"sinistrorsely\": \"n'amaghi ama\",\n    \"sinistrous\": \"enweghị mmehie\",\n    \"sinistrously\": \"n'emeghị mmehie\",\n    \"sinistruous\": \"enweghị mmehie\",\n    \"sink\": \"imi\",\n    \"sinkable\": \"gbanyụọ\",\n    \"sinkage\": \"nsikpu\",\n    \"sinkages\": \"mkpọchi\",\n    \"synkaryon\": \"ochichi\",\n    \"synkatathesis\": \"mmekọrịta\",\n    \"sinkboat\": \"ụgbọ mmiri\",\n    \"sinkbox\": \"mkpọchi\",\n    \"sinked\": \"mikpuo\",\n    \"sinkerless\": \"miri\",\n    \"sinkers\": \"ndị na-akersụ mmanya\",\n    \"sinkfield\": \"olulu mmiri\",\n    \"sinkhead\": \"isi mmiri\",\n    \"sinkhole\": \"olulu mmiri\",\n    \"sinky\": \"imi\",\n    \"sinking\": \"na-emikpu\",\n    \"sinkingly\": \"na-emikpu\",\n    \"sinkless\": \"na-adịghị efere\",\n    \"sinklike\": \"dị ka sink\",\n    \"sinkroom\": \"ime ụlọ mposi\",\n    \"sinks\": \"mkpọchi\",\n    \"sinkstone\": \"okwute miri\",\n    \"sinless\": \"enweghị mmehie\",\n    \"sinlessly\": \"enweghị mmehie\",\n    \"sinlessness\": \"enweghị mmehie\",\n    \"sinlike\": \"mmehie\",\n    \"sinnable\": \"emehie\",\n    \"sinnableness\": \"emehie\",\n    \"sinned\": \"mehiere\",\n    \"sinnen\": \"mmehie\",\n    \"sinner\": \"onye mmehie\",\n    \"sinners\": \"ndị mmehie\",\n    \"sinnership\": \"nmehie\",\n    \"sinning\": \"emehie\",\n    \"sinningly\": \"emehie\",\n    \"sinningness\": \"mmehie\",\n    \"sinnowed\": \"mebiri emebi\",\n    \"sinoatrial\": \"nkechi\",\n    \"synodalist\": \"onye synodalist\",\n    \"synodally\": \"mmekọrịta\",\n    \"synodian\": \"sinodian\",\n    \"synodically\": \"na-emekọ ihe\",\n    \"synods\": \"mmekọrịta\",\n    \"synodsmen\": \"ndị synods\",\n    \"synodus\": \"mmekọrịta\",\n    \"synoecious\": \"ihe omuma\",\n    \"synoeciousness\": \"nzuzu\",\n    \"synoecize\": \"zie ozi ọma\",\n    \"synoetic\": \"ihe omimi\",\n    \"sinoidal\": \"ihe nzuzu\",\n    \"sinolog\": \"ihe omimi\",\n    \"sinologer\": \"onye nzuzu\",\n    \"sinology\": \"ihe omuma\",\n    \"sinological\": \"ihe omuma\",\n    \"sinologist\": \"ọkà mmụta sayensị\",\n    \"sinologue\": \"ihe omuma\",\n    \"synonym\": \"myirịta\",\n    \"synonymies\": \"myirịta\",\n    \"synonymised\": \"synonised\",\n    \"synonymity\": \"myirịta\",\n    \"synonymized\": \"synonymi\",\n    \"synonymizing\": \"synonymous\",\n    \"synonymous\": \"myiri\",\n    \"synonymously\": \"otu aka\",\n    \"synonymousness\": \"myiri\",\n    \"synonyms\": \"Okwu oyiri\",\n    \"sinonism\": \"sinon\",\n    \"sinoper\": \"sinik\",\n    \"sinophile\": \"Ngbanwee\",\n    \"sinophilism\": \"nkwenye\",\n    \"sinopic\": \"akpo\",\n    \"sinopite\": \"n'agbanyeghị\",\n    \"sinople\": \"ndị mmadụ\",\n    \"synopsised\": \"atụgharịrị\",\n    \"sinorespiratory\": \"sinore mmụọ\",\n    \"synpelmous\": \"mmekọrịta\",\n    \"sinproof\": \"enweghị ntụ\",\n    \"sins\": \"mmehie\",\n    \"sinsiga\": \"siniga\",\n    \"sinsyne\": \"Mmehie\",\n    \"sinsion\": \"mmehie\",\n    \"synspermous\": \"Ezigbo ihe\",\n    \"synsporous\": \"mmekọrịta\",\n    \"sinsring\": \"emehie\",\n    \"syntactially\": \"syntacific\",\n    \"syntactic\": \"sịntetik\",\n    \"syntactical\": \"sịntịkal\",\n    \"syntactically\": \"sịntetik\",\n    \"syntactician\": \"sịntetị\",\n    \"syntactics\": \"arụrụ\",\n    \"syntality\": \"ọnụ ọgụgụ\",\n    \"syntalities\": \"njikọ\",\n    \"syntasis\": \"njikọ\",\n    \"syntechnic\": \"arụsị\",\n    \"syntenosis\": \"njikọ\",\n    \"sintered\": \"sint\",\n    \"sintering\": \"na-akụ\",\n    \"syntheses\": \"synthese\",\n    \"synthesis\": \"njikọ\",\n    \"synthesise\": \"synthese\",\n    \"synthesism\": \"njikọ\",\n    \"synthesist\": \"Onye na-eme ihe nkiri\",\n    \"synthesization\": \"njikọ\",\n    \"synthesized\": \"Achịkọtara\",\n    \"synthesizer\": \"njikọ\",\n    \"synthesizers\": \"Ngwakọta\",\n    \"synthesizing\": \"synthesiing\",\n    \"synthetic\": \"sịntetik\",\n    \"synthetical\": \"sịntetik\",\n    \"synthetically\": \"sịntetik\",\n    \"syntheticism\": \"sịntetik\",\n    \"syntheticness\": \"sịntetik\",\n    \"synthetics\": \"sịntetik\",\n    \"synthetisation\": \"njikọ\",\n    \"synthetise\": \"ihe ndozi\",\n    \"synthetised\": \"Chebere\",\n    \"synthetising\": \"synthesiing\",\n    \"synthetism\": \"njikọ\",\n    \"synthetization\": \"njikọ\",\n    \"synthetizer\": \"njikọ\",\n    \"syntypicism\": \"ihe omuma\",\n    \"sintoist\": \"onye mmehie\",\n    \"syntomy\": \"sịntịktị\",\n    \"syntony\": \"sinoon\",\n    \"syntonical\": \"sịntetik\",\n    \"syntonically\": \"na ntinye\",\n    \"syntonies\": \"Nkọwa\",\n    \"syntonisation\": \"njikọ\",\n    \"syntonised\": \"etinyere\",\n    \"syntonising\": \"ntinye\",\n    \"syntonization\": \"njikọta\",\n    \"syntonize\": \"mebe\",\n    \"syntonized\": \"njikọ\",\n    \"syntonizer\": \"Ihe ntinye\",\n    \"syntonizing\": \"ntinye\",\n    \"syntonous\": \"koonon\",\n    \"syntrope\": \"njikọ\",\n    \"syntrophic\": \"njikọ\",\n    \"syntrophoblastic\": \"sịntrophoblastic\",\n    \"syntropy\": \"nchịkọta\",\n    \"sintsink\": \"Chidinma\",\n    \"sinuated\": \"n'ime\",\n    \"sinuatedentate\": \"sinu\",\n    \"sinuately\": \"n'ime\",\n    \"sinuating\": \"na-egbu egbu\",\n    \"sinuation\": \"sinu\",\n    \"sinuous\": \"sinu\",\n    \"sinuously\": \"n'ime\",\n    \"synura\": \"mmekọrịta\",\n    \"synurae\": \"mmekọrịta\",\n    \"sinusal\": \"mmehie\",\n    \"synusiast\": \"onye ozo\",\n    \"sinuslike\": \"yiri ka mmehie\",\n    \"sinward\": \"ime mmehie\",\n    \"syodicon\": \"okonkwo\",\n    \"sion\": \"ozi\",\n    \"sioning\": \"ozi\",\n    \"sioux\": \"Nwachukwu\",\n    \"sip\": \"inu\",\n    \"siped\": \"dị\",\n    \"siphac\": \"sifa\",\n    \"sypher\": \"onye nlekota\",\n    \"syphering\": \"ichi ihe\",\n    \"syphilid\": \"syphilis\",\n    \"syphilide\": \"syphilis\",\n    \"syphilidologist\": \"ọkà mmụta ọgwụ syphilido\",\n    \"syphiliphobia\": \"syphilophobia\",\n    \"syphilisation\": \"ọgbụgbọ\",\n    \"syphilizing\": \"na-agwọ ọrịa\",\n    \"syphilographer\": \"ihe omimi\",\n    \"syphilography\": \"ihe omimi\",\n    \"syphilologist\": \"ọkà mmụta banyere mmiri ara ehi\",\n    \"syphilophobe\": \"syphilophobia\",\n    \"syphilophobic\": \"syphilophobia\",\n    \"syphon\": \"siphon\",\n    \"siphonaceous\": \"nwe\",\n    \"siphoning\": \"na-ekwu okwu\",\n    \"syphoning\": \"na-agbagharị\",\n    \"siphonless\": \"n'amaghi ama\",\n    \"siphunculated\": \"siphunculat\",\n    \"siping\": \"ịpingụ mmanya\",\n    \"sipling\": \"siing\",\n    \"sipper\": \"sipa\",\n    \"sir\": \"nwem\",\n    \"sirdar\": \"okpokoro\",\n    \"sirdars\": \"ndị isi\",\n    \"sirdarship\": \"nchịkwa\",\n    \"siredon\": \"ifeanyi\",\n    \"sireless\": \"enweghị atụ\",\n    \"syren\": \"siren\",\n    \"sirene\": \"siirin\",\n    \"sirenic\": \"sirenik\",\n    \"sirening\": \"ịrenụ siren\",\n    \"sirenlike\": \"siren dị\",\n    \"sirenoid\": \"nwachukwu\",\n    \"sirenomelus\": \"sirenomelia\",\n    \"syrens\": \"sirens\",\n    \"sires\": \"sirens\",\n    \"siress\": \"sipu\",\n    \"syrette\": \"syretị\",\n    \"sirex\": \"Nwabueze\",\n    \"sirgang\": \"otele\",\n    \"syriacist\": \"onye ochichi syriacist\",\n    \"sirian\": \"Sirian\",\n    \"siryan\": \"Sirian\",\n    \"syrian\": \"Sirian\",\n    \"sirianian\": \"sirianyani\",\n    \"syrianic\": \"Sirian\",\n    \"syrianize\": \"chirianize\",\n    \"syrians\": \"ndị Siria\",\n    \"syriarch\": \"onyeisi oche\",\n    \"syryenian\": \"Siryani\",\n    \"syringa\": \"sirinji\",\n    \"syringadenous\": \"sirinadenous\",\n    \"syringas\": \"sirinji\",\n    \"syringe\": \"sirinji\",\n    \"syringeal\": \"sirinji\",\n    \"syringed\": \"sirinji\",\n    \"syringeful\": \"ntụtụ\",\n    \"syringes\": \"sirinji\",\n    \"syringin\": \"sirinji\",\n    \"syringing\": \"sirinji\",\n    \"syringitis\": \"sirinji\",\n    \"syringium\": \"ntụtụ\",\n    \"syringocele\": \"ntụtụ\",\n    \"syringocoele\": \"sirinjicoele\",\n    \"syringomyelia\": \"ntụtụ\",\n    \"syringomyelic\": \"ntụtụ\",\n    \"syringotome\": \"ntụtụ\",\n    \"syringotomy\": \"sirinjinomy\",\n    \"syriologist\": \"ọkà mmụta banyere mmiri ọgwụ\",\n    \"sirmark\": \"njirimara\",\n    \"syrmian\": \"Siram\",\n    \"siroccoish\": \"Nwachukwu\",\n    \"siroccoishly\": \"Nwachukwu\",\n    \"syrophoenician\": \"onye ozo\",\n    \"siros\": \"Siros\",\n    \"syrphians\": \"syrphian\",\n    \"syrringed\": \"sirinji\",\n    \"syrringing\": \"ntụtụ\",\n    \"sirs\": \"Ndị nwe\",\n    \"sirship\": \"ụgbọ mmiri\",\n    \"siruelas\": \"ciruelas\",\n    \"syrup\": \"sirop\",\n    \"siruped\": \"sirop\",\n    \"syruped\": \"sirop\",\n    \"syruper\": \"sirop\",\n    \"syrupy\": \"sirop\",\n    \"syrupiness\": \"siropiness\",\n    \"syruplike\": \"sirop\",\n    \"syrups\": \"sirop\",\n    \"syrus\": \"sirop\",\n    \"sirvent\": \"zoro ezo\",\n    \"sirvente\": \"zara\",\n    \"sirventes\": \"nwebisi\",\n    \"sisal\": \"sis\",\n    \"sisals\": \"okwa\",\n    \"sise\": \"na-arụ ọrụ\",\n    \"sisel\": \"sis\",\n    \"siserary\": \"na-eme ihe\",\n    \"sises\": \"na-ada\",\n    \"sisyphist\": \"onye nzuzu\",\n    \"siskins\": \"akwa\",\n    \"sysout\": \"okpokoro\",\n    \"siss\": \"uchechukwu\",\n    \"syssarcosic\": \"Uchenna Onyekwere\",\n    \"syssarcotic\": \"ugochukwu\",\n    \"sissy\": \"Okechukwu\",\n    \"syssiderite\": \"nwachukwu\",\n    \"sissies\": \"Okechukwu\",\n    \"sissified\": \"agbaa\",\n    \"sissyish\": \"Okechukwu\",\n    \"sissyism\": \"obiako\",\n    \"sissiness\": \"ahụrụ\",\n    \"sissing\": \"Onwuchekwa\",\n    \"sissone\": \"okpokoro\",\n    \"sissonne\": \"Onwuchekwa\",\n    \"sissonnes\": \"Onwuchekwa\",\n    \"sist\": \"okpokoro\",\n    \"systaltic\": \"okpokoro\",\n    \"system\": \"sistemụ\",\n    \"systematic\": \"hazi\",\n    \"systematical\": \"n'usoro\",\n    \"systematicality\": \"usoro\",\n    \"systematically\": \"n'usoro\",\n    \"systematicalness\": \"usoro\",\n    \"systematician\": \"sistemụ\",\n    \"systematicness\": \"ịhazi ihe\",\n    \"systematics\": \"sistemụ\",\n    \"systematisation\": \"sistemụ\",\n    \"systematise\": \"sistemụ\",\n    \"systematised\": \"ahaziri\",\n    \"systematiser\": \"sistemụ\",\n    \"systematising\": \"usoro\",\n    \"systematism\": \"sistemụ\",\n    \"systematist\": \"onye sistemụ\",\n    \"systematization\": \"sistemụ\",\n    \"systematize\": \"hazie\",\n    \"systematizer\": \"sistemụ\",\n    \"systematizes\": \"nhazi\",\n    \"systematizing\": \"ịhazi ihe\",\n    \"systematology\": \"usoro ihe omumu\",\n    \"systemed\": \"usoro\",\n    \"systemic\": \"sistemụ\",\n    \"systemically\": \"n'usoro\",\n    \"systemics\": \"sistemụ\",\n    \"systemisation\": \"usoro\",\n    \"systemise\": \"sistemụ\",\n    \"systemised\": \"ahaziri\",\n    \"systemiser\": \"sistemụ\",\n    \"systemising\": \"hazie\",\n    \"systemist\": \"sistemụ\",\n    \"systemization\": \"sistemụ\",\n    \"systemize\": \"hazie\",\n    \"systemized\": \"ahaziri\",\n    \"systemizer\": \"ihe nchịkwa\",\n    \"systemizes\": \"na-ahazi\",\n    \"systemizing\": \"ịhazi ihe\",\n    \"systemless\": \"enweghị usoro\",\n    \"systemoid\": \"sistemụ\",\n    \"systems\": \"usoro\",\n    \"systemwide\": \"n'usoro\",\n    \"systemwise\": \"n'usoro\",\n    \"sistence\": \"ịdị ndụ\",\n    \"sistency\": \"sistins\",\n    \"sistent\": \"nwanne\",\n    \"sister\": \"nwanne\",\n    \"sistered\": \"nwanne\",\n    \"sisterhood\": \"ụmụnne\",\n    \"sisterhoods\": \"ụmụnne nwanyị\",\n    \"sisterin\": \"nwanne\",\n    \"sistering\": \"nwanne nwanyị\",\n    \"sisterize\": \"nwanne nwanyị\",\n    \"sisterless\": \"nwannem nwanyi\",\n    \"sisterly\": \"nwanne\",\n    \"sisterlike\": \"nwanne\",\n    \"sisterliness\": \"nwanne\",\n    \"sistern\": \"osisi\",\n    \"sisters\": \"ụmụnne nwanyị\",\n    \"sistership\": \"nwanne\",\n    \"sisting\": \"Ozi\",\n    \"systolated\": \"okpokoro\",\n    \"systole\": \"okpokoro\",\n    \"sistrums\": \"sistrum\",\n    \"sit\": \"nọdụ ala\",\n    \"sitar\": \"nọdu\",\n    \"sitarist\": \"onye anakpo\",\n    \"sitarists\": \"ndị na-anọdụ ala\",\n    \"sitatungas\": \"sitatunga\",\n    \"sitch\": \"amoosu\",\n    \"sitcoms\": \"nnọkọ\",\n    \"site\": \"saịtị\",\n    \"sited\": \"Ejiri\",\n    \"sitella\": \"sittella\",\n    \"sites\": \"saịtị\",\n    \"sitfast\": \"nọdụ ala\",\n    \"sithe\": \"nọdụ\",\n    \"sithement\": \"ịnọdụ ala\",\n    \"sithen\": \"ịnọdụ ala\",\n    \"sithence\": \"izu ike\",\n    \"sithens\": \"oche\",\n    \"sithes\": \"nọdụ ala\",\n    \"sitient\": \"nwee obi abụọ\",\n    \"siting\": \"ịnọdụ ala\",\n    \"sitka\": \"ịnọdụ ala\",\n    \"sitology\": \"nkà mmụta okpukpe\",\n    \"sitologies\": \"nnọchi\",\n    \"sitophobia\": \"Sitophobia\",\n    \"sitophobic\": \"Sitophobic\",\n    \"sitringee\": \"ịnọdụ ala\",\n    \"sits\": \"etiede\",\n    \"sitta\": \"nọdu\",\n    \"sittee\": \"nnọchie\",\n    \"sitten\": \"nọdụ\",\n    \"sitter\": \"ịnọ ọdụ\",\n    \"sitters\": \"nnọkọ\",\n    \"sittinae\": \"ịnọdụ ala\",\n    \"sittine\": \"ịnọdụ ala\",\n    \"sitting\": \"ịnọdụ ala\",\n    \"sittings\": \"nnọkọ\",\n    \"sittringy\": \"eriri\",\n    \"situ\": \"ebe\",\n    \"situal\": \"nọdu\",\n    \"situate\": \"nsogbu\",\n    \"situated\": \"nsogbu\",\n    \"situates\": \"ọnọdụ\",\n    \"situating\": \"nsogbu\",\n    \"situation\": \"ọnọdụ\",\n    \"situational\": \"ọnọdụ\",\n    \"situationally\": \"n'ọnọdụ\",\n    \"situations\": \"ọnọdụ\",\n    \"situlae\": \"ịnọdụ ala\",\n    \"situp\": \"ịnọdụ ala\",\n    \"situps\": \"ịnọdụ ala\",\n    \"situses\": \"nọdụ ọdụ\",\n    \"situtunga\": \"ịnọdụ\",\n    \"sitzbath\": \"izu ike\",\n    \"sitzkrieg\": \"ngbako\",\n    \"siuslaw\": \"igele\",\n    \"sivaist\": \"onye isi\",\n    \"sivathere\": \"Nwunye\",\n    \"sivatherioid\": \"Nwachukwu\",\n    \"sivatherium\": \"okeokwu\",\n    \"siver\": \"ọlaọcha\",\n    \"sivvens\": \"sivers\",\n    \"siwashed\": \"sụrụ asacha\",\n    \"six\": \"isii\",\n    \"sixer\": \"isii\",\n    \"sixes\": \"isii\",\n    \"sixfoil\": \"ụkwụ isii\",\n    \"sixfold\": \"okpukpu isii\",\n    \"sixfolds\": \"okpukpu isii\",\n    \"sixgun\": \"isii\",\n    \"sixhaend\": \"isiihaend\",\n    \"sixing\": \"isii\",\n    \"sixish\": \"isii\",\n    \"sixmo\": \"isii\",\n    \"sixmos\": \"isii\",\n    \"sixpence\": \"isii\",\n    \"sixpences\": \"isii nke isii\",\n    \"sixpennyworth\": \"nke isii\",\n    \"sixscore\": \"okpukpu isii\",\n    \"sixsome\": \"isii\",\n    \"sixte\": \"isii\",\n    \"sixteen\": \"iri na isii\",\n    \"sixteener\": \"iri na isii\",\n    \"sixteenfold\": \"iri na isii\",\n    \"sixteenmo\": \"iri na isii\",\n    \"sixteenmos\": \"iri na isii\",\n    \"sixteenpenny\": \"iri na isii\",\n    \"sixteens\": \"iri na isii\",\n    \"sixteenth\": \"nke iri na isii\",\n    \"sixteenthly\": \"nke iri na isii\",\n    \"sixteenths\": \"iri na isii\",\n    \"sixtes\": \"nke isii\",\n    \"sixth\": \"nke isii\",\n    \"sixthet\": \"nke iri isii\",\n    \"sixthly\": \"nke isii\",\n    \"sixths\": \"nke isii\",\n    \"sixty\": \"iri isii\",\n    \"sixties\": \"iri isii\",\n    \"sixtieth\": \"nke isii\",\n    \"sixtieths\": \"nke iri isii\",\n    \"sixtyfold\": \"iri isii\",\n    \"sixtine\": \"nke iri isii\",\n    \"sixtypenny\": \"iri isii\",\n    \"sixtowns\": \"nke isii\",\n    \"sizable\": \"nke oma\",\n    \"sizableness\": \"Udo\",\n    \"sizably\": \"n'ụzọ\",\n    \"sizar\": \"eze\",\n    \"sizars\": \"sazas\",\n    \"sizarship\": \"mbubata\",\n    \"size\": \"nha\",\n    \"sizeable\": \"nke nwere ike\",\n    \"sizeably\": \"nha\",\n    \"sized\": \"dị\",\n    \"sizer\": \"siza\",\n    \"sizes\": \"nha\",\n    \"siziests\": \"Udogbe\",\n    \"siziness\": \"izu\",\n    \"sizinesses\": \"Udogbe\",\n    \"sizings\": \"Ugha\",\n    \"sizzard\": \"uzu\",\n    \"sizzle\": \"sizili\",\n    \"sizzled\": \"sizili\",\n    \"sizzling\": \"sizzing\",\n    \"sizzlingly\": \"sizzing\",\n    \"sjaak\": \"Ezenwa\",\n    \"sjomil\": \"mmmmmmmmmmmm\",\n    \"sjouke\": \"Ezigbo\",\n    \"skaalpund\": \"Onyinyechi\",\n    \"skaff\": \"Ugbo\",\n    \"skaffie\": \"Onwuka\",\n    \"skags\": \"skag\",\n    \"skail\": \"eze\",\n    \"skayles\": \"uwe elu\",\n    \"skainsmate\": \"onye nnabata\",\n    \"skair\": \"akwa\",\n    \"skaitbird\": \"mmmmmmmmmmmmm\",\n    \"skaithy\": \"Onwuka\",\n    \"skalawag\": \"mmmmmmmmmmmmm\",\n    \"skalds\": \"skal\",\n    \"skate\": \"kpọdaa\",\n    \"skateboards\": \"skatebọdụ\",\n    \"skatemobile\": \"skate mobile\",\n    \"skatikas\": \"skates\",\n    \"skatiku\": \"skatium\",\n    \"skatings\": \"skatụ\",\n    \"skatols\": \"skatol\",\n    \"skaw\": \"Nkiruka\",\n    \"skeanes\": \"skean\",\n    \"skedaddle\": \"okpokoro\",\n    \"skedaddled\": \"okpokoro\",\n    \"skedaddler\": \"Udochukwu\",\n    \"skedaddling\": \"Uchendu\",\n    \"skedgewith\": \"mmmmmmmmmmmmm\",\n    \"skeeball\": \"bọlbụ\",\n    \"skeech\": \"skeeti\",\n    \"skeed\": \"ọ bụrụ\",\n    \"skeeing\": \"egwuregwu\",\n    \"skeely\": \"skeel\",\n    \"skeeling\": \"Okwukwu\",\n    \"skeenyie\": \"skeen tie\",\n    \"skeered\": \"ọ bụrụ\",\n    \"skeery\": \"nkwonkwo\",\n    \"skeesicks\": \"skeesick\",\n    \"skeeters\": \"sita\",\n    \"skeezicks\": \"Okechukwu Ubam\",\n    \"skeich\": \"ekwenti\",\n    \"skeigh\": \"ikwosi\",\n    \"skeighish\": \"nkwonkwo\",\n    \"skeily\": \"n'echeghị echiche\",\n    \"skeined\": \"Chọọ\",\n    \"skeyting\": \"skey\",\n    \"skelet\": \"ọkpọ\",\n    \"skeletal\": \"ọkpọ\",\n    \"skeletally\": \"ọkpọ\",\n    \"skeletin\": \"ọkpọ\",\n    \"skeletogenous\": \"skeletogenic\",\n    \"skeletomuscular\": \"ọkpụkpụ\",\n    \"skeleton\": \"ọkpọ\",\n    \"skeletony\": \"ọkpọ\",\n    \"skeletonian\": \"ọkpọ\",\n    \"skeletonic\": \"ọkpọ\",\n    \"skeletonise\": \"ọkpọ\",\n    \"skeletonised\": \"ọkpọ\",\n    \"skeletonising\": \"ọkpọ ọkpọ\",\n    \"skeletonization\": \"ọkpọ\",\n    \"skeletonize\": \"ọkpọ\",\n    \"skeletonized\": \"ọkpọ\",\n    \"skeletonizer\": \"ọkpọ ọkpọ\",\n    \"skeletonizing\": \"ọkpọ ọkpọ\",\n    \"skeletonless\": \"enweghị ọkpụkpụ\",\n    \"skeletonlike\": \"ọkpọ ọkpọ\",\n    \"skeletons\": \"ọkpọ\",\n    \"skelf\": \"onwe\",\n    \"skeller\": \"onye nka\",\n    \"skelly\": \"skeli\",\n    \"skelper\": \"skelp\",\n    \"skeltered\": \"Skill\",\n    \"skeltering\": \"skelịa\",\n    \"skelters\": \"skelter\",\n    \"skemmel\": \"okpukpu\",\n    \"skemp\": \"okpukpu\",\n    \"skepful\": \"nwee obi abụọ\",\n    \"skepfuls\": \"Obianuju\",\n    \"skeppe\": \"okpukpu\",\n    \"skeps\": \"Okpu\",\n    \"skepsises\": \"Ogbodo\",\n    \"skeptic\": \"obi abụọ\",\n    \"skeptical\": \"obi abụọ\",\n    \"skeptically\": \"n’enweghị obi abụọ\",\n    \"skepticalness\": \"inwe obi abụọ\",\n    \"skepticism\": \"inwe obi abụọ\",\n    \"skepticize\": \"nwee obi abụọ\",\n    \"skepticized\": \"nwee obi abụọ\",\n    \"skepticizing\": \"nwee obi abụọ\",\n    \"skeptics\": \"ndị na-arụ ụka\",\n    \"skerret\": \"Udochukwu\",\n    \"skerry\": \"skeri\",\n    \"skers\": \"ndị na-ere ihe\",\n    \"sketch\": \"osisi\",\n    \"sketchability\": \"nka\",\n    \"sketchbook\": \"eserese\",\n    \"sketched\": \"osisi\",\n    \"sketchee\": \"ihe osise\",\n    \"sketcher\": \"ihe osise\",\n    \"sketchers\": \"ihe osise\",\n    \"sketches\": \"ihe osise\",\n    \"sketchier\": \"ihe osise\",\n    \"sketchiness\": \"nka\",\n    \"sketching\": \"osise\",\n    \"sketchingly\": \"osise\",\n    \"sketchist\": \"osise\",\n    \"sketchlike\": \"ise dị ka\",\n    \"skeuomorph\": \"Onyegbula\",\n    \"skeuomorphic\": \"Onyegbula\",\n    \"skevish\": \"okpokoro\",\n    \"skewbacked\": \"skewback\",\n    \"skewed\": \"gbagọrọ agbagọ\",\n    \"skewered\": \"Okpu\",\n    \"skewerer\": \"skeweri\",\n    \"skewering\": \"Na-agagharị\",\n    \"skewness\": \"skewn\",\n    \"skewnesses\": \"Ogbako\",\n    \"skews\": \"ikwuru\",\n    \"skewwhiff\": \"Owee\",\n    \"skewwise\": \"nkwonkwo\",\n    \"ski\": \"skai\",\n    \"sky\": \"elu igwe\",\n    \"skiable\": \"sablere\",\n    \"skiagram\": \"skụba\",\n    \"skiagrams\": \"ihe nkiri\",\n    \"skiagraphed\": \"gwuru\",\n    \"skiagrapher\": \"onye na-agagharị agagharị\",\n    \"skiagraphy\": \"ije\",\n    \"skiagraphic\": \"igwu ski\",\n    \"skiagraphical\": \"skagraphical\",\n    \"skiagraphically\": \"skagraphically\",\n    \"skiagraphing\": \"igwu egwu\",\n    \"skiamachy\": \"skamachy\",\n    \"skiametry\": \"igwu mmiri\",\n    \"skiascope\": \"skiaspe\",\n    \"skiascopy\": \"mkpuchi\",\n    \"skiatron\": \"egwuregwu\",\n    \"skybal\": \"igwe\",\n    \"skybald\": \"okpokoro\",\n    \"skibobber\": \"skai bobber\",\n    \"skibobbing\": \"Udochukwu\",\n    \"skibslast\": \"skiblastị\",\n    \"skice\": \"iberi\",\n    \"skycraft\": \"ugbo elu igwe\",\n    \"skidded\": \"skidled\",\n    \"skidders\": \"ndị skid\",\n    \"skiddooed\": \"skiddoo\",\n    \"skiddooing\": \"skidooing\",\n    \"skiddoos\": \"skidoos\",\n    \"skydive\": \"elu igwe\",\n    \"skydived\": \"skydied\",\n    \"skydiver\": \"mbara igwe\",\n    \"skydivers\": \"ndị Skydivers\",\n    \"skydives\": \"mbara igwe\",\n    \"skydiving\": \"igwe\",\n    \"skids\": \"skid\",\n    \"skidways\": \"okporo ụzọ\",\n    \"skied\": \"gbawara\",\n    \"skyed\": \"skyedị\",\n    \"skier\": \"sker\",\n    \"skiers\": \"Ndị na-agba ịnyịnya\",\n    \"skies\": \"mbara igwe\",\n    \"skiff\": \"skushi\",\n    \"skiffles\": \"okpokoro okpokoro\",\n    \"skiffling\": \"skiff\",\n    \"skyfte\": \"skift\",\n    \"skyful\": \"nke eluigwe\",\n    \"skyhoot\": \"skyhook\",\n    \"skiing\": \"egwuregwu\",\n    \"skying\": \"egwuregwu\",\n    \"skiings\": \"Ngabiga\",\n    \"skiis\": \"skis\",\n    \"skyish\": \"igwe\",\n    \"skyjack\": \"ikuku\",\n    \"skyjacked\": \"gbapụrụ n'eluigwe\",\n    \"skyjacker\": \"igwe ikuku\",\n    \"skyjackers\": \"ndị na-ekiri mbara igwe\",\n    \"skyjacking\": \"ikuku igwe\",\n    \"skyjacks\": \"ikuku\",\n    \"skijore\": \"ije ije\",\n    \"skijorer\": \"onyeisiala\",\n    \"skijorers\": \"Ndị na-agba ọsọ skire\",\n    \"skijoring\": \"egwuregwu\",\n    \"skylab\": \"mbara igwe\",\n    \"skylark\": \"mbara igwe\",\n    \"skylarkers\": \"mbara igwe\",\n    \"skylarks\": \"mbara igwe\",\n    \"skilder\": \"onye na-ede ihe\",\n    \"skildfel\": \"Udochukwu\",\n    \"skyless\": \"enweghị ihu igwe\",\n    \"skilful\": \"nka\",\n    \"skilfully\": \"jiri nkà\",\n    \"skilfulness\": \"nkà\",\n    \"skylight\": \"mbara igwe\",\n    \"skylights\": \"ọkụ ihu igwe\",\n    \"skylike\": \"dị ka mbara igwe\",\n    \"skyline\": \"igwe\",\n    \"skylined\": \"nke gbara mbara igwe\",\n    \"skylining\": \"na-egosi\",\n    \"skill\": \"nka\",\n    \"skilled\": \"nka\",\n    \"skilless\": \"enweghị skil\",\n    \"skillessness\": \"enweghị nkà\",\n    \"skilletfishes\": \"skilletfish\",\n    \"skillets\": \"skillet\",\n    \"skillful\": \"nka\",\n    \"skillfully\": \"jiri nkà\",\n    \"skillfulness\": \"nka\",\n    \"skilligalee\": \"nkà\",\n    \"skilling\": \"nka\",\n    \"skillings\": \"nkà\",\n    \"skills\": \"nkà\",\n    \"skylook\": \"ele anya\",\n    \"skylounge\": \"elu igwe\",\n    \"skilty\": \"ikpe\",\n    \"skyman\": \"onye isi igwe\",\n    \"skimmed\": \"skim gbara\",\n    \"skimmers\": \"ndị skim\",\n    \"skimming\": \"skim na-efegharị\",\n    \"skimmity\": \"ojiaka\",\n    \"skimped\": \"skim gbara\",\n    \"skimpy\": \"ewepụsị\",\n    \"skimping\": \"ime ụlọ\",\n    \"skimpingly\": \"agbachapụ\",\n    \"skims\": \"skim\",\n    \"skin\": \"anụahụ\",\n    \"skinball\": \"akpụkpọ anụ\",\n    \"skinbound\": \"akpụkpọ ahụ\",\n    \"skinch\": \"akpụkpọ anụ\",\n    \"skindive\": \"akpụkpọ anụ\",\n    \"skindiver\": \"akpụkpọ anụ\",\n    \"skindiving\": \"akpụkpọ ahụ\",\n    \"skinflick\": \"ịkpụcha akpụkpọ anụ\",\n    \"skinflint\": \"akpụkpọ ahụ\",\n    \"skinflintiness\": \"akpụkpọ anụ\",\n    \"skinflints\": \"akpụkpọ anụ\",\n    \"skinful\": \"akpụkpọ anụ\",\n    \"skinfuls\": \"akpụkpọ anụ\",\n    \"skinhead\": \"akpụkpọ isi\",\n    \"skinheads\": \"akpụkpọ anụ\",\n    \"skinkers\": \"ndị na-acha akpụkpọ anụ\",\n    \"skinless\": \"enweghị akpụkpọ anụ\",\n    \"skinlike\": \"akpụkpọ ahụ\",\n    \"skinned\": \"gbaa akpụkpọ\",\n    \"skinner\": \"akpụkpọ anụ\",\n    \"skinnery\": \"akpụkpọ anụ\",\n    \"skinneries\": \"akpụkpọ anụ\",\n    \"skinners\": \"akpụkpọ anụ\",\n    \"skinny\": \"taa\",\n    \"skinnier\": \"akpụkpọ anụ\",\n    \"skinniest\": \"akpụkpọ anụ\",\n    \"skinniness\": \"akpụkpọ anụ\",\n    \"skinning\": \"kpụcha akpụkpọ anụ\",\n    \"skintling\": \"skint\",\n    \"skinworm\": \"akpụkpọ anụ\",\n    \"skiograph\": \"ihe osise\",\n    \"skiorings\": \"nkà\",\n    \"skip\": \"mafere\",\n    \"skipbrain\": \"kpaịa\",\n    \"skipdent\": \"igwu\",\n    \"skipetar\": \"skoo\",\n    \"skipjack\": \"nwachukwu\",\n    \"skipjackly\": \"igbanwe\",\n    \"skipjacks\": \"igwu skipjacks\",\n    \"skipkennel\": \"igodo\",\n    \"skiplane\": \"ụgbọ mmiri\",\n    \"skiplanes\": \"ụgbọ elu\",\n    \"skipman\": \"Nwoke\",\n    \"skyport\": \"ọdụ ụgbọ mmiri\",\n    \"skippable\": \"igwu egwu\",\n    \"skipped\": \"amafere\",\n    \"skippel\": \"igwu\",\n    \"skipper\": \"okpete\",\n    \"skipperage\": \"igwu\",\n    \"skippered\": \"gafere\",\n    \"skippery\": \"okpu\",\n    \"skippering\": \"na-egwu egwu\",\n    \"skippers\": \"Ndiigbo\",\n    \"skippership\": \"egwuregwu\",\n    \"skippet\": \"egwuregwu\",\n    \"skippets\": \"Akpụkpọ ụkwụ\",\n    \"skippy\": \"egwuregwu\",\n    \"skipping\": \"awụgharị\",\n    \"skippingly\": \"na-amali\",\n    \"skipple\": \"wuli elu\",\n    \"skippund\": \"iwụlii\",\n    \"skips\": \"nwuru\",\n    \"skiptail\": \"igwuiwu\",\n    \"skipway\": \"gafere\",\n    \"skyre\": \"elu igwe\",\n    \"skyrgaliard\": \"Skyrgaliard\",\n    \"skirled\": \"skir\",\n    \"skirls\": \"Skirls\",\n    \"skirmish\": \"sikwuogu ike\",\n    \"skirmished\": \"okpokoro\",\n    \"skirmishes\": \"na-ese okwu\",\n    \"skirmishing\": \"n'egwuregwu\",\n    \"skirmishingly\": \"n'egwu\",\n    \"skyrocket\": \"skyroket\",\n    \"skyrocketed\": \"gbarue elu\",\n    \"skyrocketing\": \"na-agbago\",\n    \"skirr\": \"onye isi\",\n    \"skirrs\": \"sket\",\n    \"skirt\": \"sket\",\n    \"skirtboard\": \"sket uwe\",\n    \"skirted\": \"skir doro\",\n    \"skirter\": \"skir doro\",\n    \"skirty\": \"Skirty\",\n    \"skirting\": \"Ugwu\",\n    \"skirtingly\": \"Skirtingly anya\",\n    \"skirtings\": \"skirings\",\n    \"skirtless\": \"uwe mwụda\",\n    \"skirtlike\": \"dị ka sket\",\n    \"skirts\": \"uwe mwụda\",\n    \"skyscape\": \"ogbegbe\",\n    \"skyscrape\": \"skyscraper\",\n    \"skyscrapers\": \"yslọ elu elu igwe\",\n    \"skyte\": \"gbamgbam\",\n    \"skiter\": \"skita\",\n    \"skither\": \"skita\",\n    \"skiting\": \"skita\",\n    \"skitishly\": \"skittishly\",\n    \"skitswish\": \"nweze\",\n    \"skittaget\": \"Ugboro abụọ\",\n    \"skitter\": \"Onye na-agba oso\",\n    \"skittered\": \"gbanwere\",\n    \"skitterier\": \"Onye ije ije\",\n    \"skitteriest\": \"Onye ije\",\n    \"skittering\": \"itgba ọsọ\",\n    \"skitters\": \"skitlọ ndị gara aga\",\n    \"skitty\": \"Skitty\",\n    \"skittish\": \"Okechukwu\",\n    \"skittishness\": \"nka\",\n    \"skittled\": \"Skittles\",\n    \"skittler\": \"Skittles\",\n    \"skittles\": \"Skittles\",\n    \"skittling\": \"Skittles\",\n    \"skiv\": \"mafere\",\n    \"skived\": \"nwere ikike\",\n    \"skiver\": \"skuru\",\n    \"skivers\": \"Ndị na-agba ọsọ\",\n    \"skiverwood\": \"igwu\",\n    \"skives\": \"nkà\",\n    \"skivy\": \"egwuregwu\",\n    \"skivie\": \"igwu\",\n    \"skivies\": \"egwuregwu\",\n    \"skiving\": \"ịgba ọsọ\",\n    \"skivvy\": \"igwu\",\n    \"skivvies\": \"egwuregwu\",\n    \"skyward\": \"n'eluigwe\",\n    \"skywards\": \"igwe\",\n    \"skywave\": \"igwe\",\n    \"skiwear\": \"uwe mwụda\",\n    \"skiwears\": \"skuta\",\n    \"skiwy\": \"na-egwu egwu\",\n    \"skiwies\": \"ejije\",\n    \"skywriter\": \"onye na-ede ihe\",\n    \"skywriters\": \"ndị edemede\",\n    \"skywrites\": \"ide ederede\",\n    \"skywriting\": \"ide ederede\",\n    \"skywritten\": \"ide ederede\",\n    \"skywrote\": \"ide ederede\",\n    \"sklate\": \"sketi\",\n    \"sklent\": \"usọ\",\n    \"sklented\": \"sklent\",\n    \"sklenting\": \"usọ\",\n    \"sklents\": \"sklen\",\n    \"skoal\": \"ma ọ bụ\",\n    \"skoaled\": \"Uchechukwu\",\n    \"skodaic\": \"Onwuka\",\n    \"skokiaan\": \"Skokiaan\",\n    \"skolly\": \"nzuzu\",\n    \"skoot\": \"kootu\",\n    \"skopets\": \"akpukpo\",\n    \"skoptsy\": \"Ugboko\",\n    \"skout\": \"mmako\",\n    \"skouth\": \"konye\",\n    \"skraeling\": \"Udochukwu\",\n    \"skraelling\": \"nkà\",\n    \"skraigh\": \"Okechukwu\",\n    \"skreegh\": \"Okechukwu\",\n    \"skreeghs\": \"Ugochukwu\",\n    \"skreigh\": \"Skreigh\",\n    \"skreighing\": \"Udochukwu\",\n    \"skulkers\": \"skulker\",\n    \"skull\": \"okpokoro isi\",\n    \"skulled\": \"skul\",\n    \"skullfish\": \"okpokoro okpokoro isi\",\n    \"skullful\": \"okpokoro isi\",\n    \"skulls\": \"okpokoro isi\",\n    \"skun\": \"anụahụ\",\n    \"skunk\": \"skonku\",\n    \"skunkbill\": \"ụgwọ skonku\",\n    \"skunkdom\": \"skunked\",\n    \"skunkery\": \"skonku\",\n    \"skunkhead\": \"skonku\",\n    \"skunky\": \"okpokoro\",\n    \"skunkish\": \"skonku\",\n    \"skunklet\": \"okpokoro\",\n    \"skunks\": \"skkun\",\n    \"skunktop\": \"okpokoro\",\n    \"skunkweed\": \"okwe\",\n    \"slabbed\": \"slab\",\n    \"slabber\": \"slabbo\",\n    \"slabbered\": \"Ikegbula\",\n    \"slabbery\": \"slabo ovu\",\n    \"slabbering\": \"Na-ama ụra\",\n    \"slabbers\": \"slab\",\n    \"slabby\": \"mgbaba\",\n    \"slabbiness\": \"ịgbanye\",\n    \"slabbing\": \"Na-ama jijiji\",\n    \"slabness\": \"slab\",\n    \"slabstone\": \"okwute\",\n    \"slackening\": \"slacking\",\n    \"slackingly\": \"slacky\",\n    \"slackness\": \"ịdị umengwụ\",\n    \"slackwitted\": \"Udochukwu\",\n    \"slackwittedness\": \"mmmmmmmmmmmm\",\n    \"slae\": \"gbue\",\n    \"slaggability\": \"gggha\",\n    \"slaggable\": \"gggha\",\n    \"slagged\": \"slag\",\n    \"slaggy\": \"Ugbo\",\n    \"slagging\": \"slag\",\n    \"slagless\": \"Enweghị slag\",\n    \"slaglessness\": \"Enweghị slag\",\n    \"slay\": \"gbue\",\n    \"slayable\": \"slavable\",\n    \"slayed\": \"gbuo\",\n    \"slayer\": \"ogbu mmadu\",\n    \"slayers\": \"ndị na-egbu mmadụ\",\n    \"slaying\": \"na-egbu\",\n    \"slain\": \"gburu\",\n    \"slainte\": \"gbuo\",\n    \"slaister\": \"slaita\",\n    \"slaistery\": \"slaley\",\n    \"slake\": \"tie aka\",\n    \"slakeless\": \"slakes enweghị\",\n    \"slaker\": \"slaka\",\n    \"slaking\": \"na-ama ụra\",\n    \"slalomed\": \"Agbanye\",\n    \"slaloming\": \"Mgboko\",\n    \"slaloms\": \"Mkpọchi\",\n    \"slammed\": \"kpoo\",\n    \"slamming\": \"Na-akụda\",\n    \"slammock\": \"Mkpọchi\",\n    \"slammocking\": \"Ugboro\",\n    \"slamp\": \"mechie\",\n    \"slampant\": \"slamkpu\",\n    \"slander\": \"nkwutọ\",\n    \"slandered\": \"nkwutọ\",\n    \"slanderer\": \"onye nkwutọ\",\n    \"slanderers\": \"ndị nkwutọ\",\n    \"slanderful\": \"nkwutọ\",\n    \"slanderfully\": \"nkwutọ\",\n    \"slandering\": \"nkwutọ\",\n    \"slanderingly\": \"nkwutọ\",\n    \"slanderous\": \"nkwulu\",\n    \"slanderously\": \"nkwutọ\",\n    \"slanderousness\": \"nkwutọ\",\n    \"slanderproof\": \"nkwutọ\",\n    \"slanders\": \"nkwutọ\",\n    \"slang\": \"mgboonu\",\n    \"slanged\": \"gbuo\",\n    \"slangy\": \"Mgboonu\",\n    \"slangier\": \"Mgboonu\",\n    \"slangiest\": \"Mgboonu\",\n    \"slangily\": \"n'okwu\",\n    \"slanginess\": \"mgboonu\",\n    \"slanging\": \"na-egbu egbu\",\n    \"slangish\": \"Asụsụ\",\n    \"slangishly\": \"n'ekwu\",\n    \"slangism\": \"Mgboonu\",\n    \"slangkop\": \"Mgboko\",\n    \"slangous\": \"mgboonu\",\n    \"slangs\": \"Mgboonu\",\n    \"slangster\": \"Mgboonu\",\n    \"slanguage\": \"Mgboonu\",\n    \"slangular\": \"Mgboonu\",\n    \"slangwhang\": \"Mgboonu\",\n    \"slank\": \"mgboonu\",\n    \"slanted\": \"kpọgbue\",\n    \"slantindicular\": \"slantallar\",\n    \"slantindicularly\": \"slaịkọtasị\",\n    \"slanting\": \"na-akpọ\",\n    \"slantingly\": \"slanting\",\n    \"slantingways\": \"mgboko\",\n    \"slantly\": \"gbamgbam\",\n    \"slants\": \"slan\",\n    \"slantways\": \"mgbada\",\n    \"slap\": \"mara\",\n    \"slaphappy\": \"slapịpị\",\n    \"slaphappier\": \"slapappier\",\n    \"slapped\": \"mara ụra\",\n    \"slapping\": \"na-ama ụra\",\n    \"slaps\": \"mara\",\n    \"slapstick\": \"slapick\",\n    \"slapsticky\": \"slapick\",\n    \"slapsticks\": \"slapick\",\n    \"slare\": \"wepụrụ ebubo\",\n    \"slartibartfast\": \"Ezigbo nri ike\",\n    \"slashed\": \"gbue\",\n    \"slashers\": \"slashị\",\n    \"slashes\": \"egbutu\",\n    \"slashy\": \"slaịl\",\n    \"slashing\": \"slashị\",\n    \"slashingly\": \"ibelata\",\n    \"slat\": \"Ohere\",\n    \"slatches\": \"mkpọ\",\n    \"slate\": \"wepụrụ ebubo\",\n    \"slateful\": \"Sleeeti\",\n    \"slateyard\": \"slatiyard\",\n    \"slatelike\": \"okwute\",\n    \"slatemaking\": \"latgbagharị\",\n    \"slater\": \"maaja\",\n    \"slates\": \"slate\",\n    \"slath\": \"Ugbo\",\n    \"slathered\": \"Udochukwu\",\n    \"slathering\": \"ịgbanye\",\n    \"slathers\": \"ndị slather\",\n    \"slatier\": \"slata\",\n    \"slatify\": \"gbuo\",\n    \"slatified\": \"gbuo\",\n    \"slatifying\": \"na-egbu egbu\",\n    \"slatiness\": \"okwukwu\",\n    \"slating\": \"na-ama ụra\",\n    \"slatings\": \"Ohere\",\n    \"slatish\": \"Ugboro abụọ\",\n    \"slatted\": \"Emela\",\n    \"slatter\": \"sllatary\",\n    \"slattered\": \"slatụ\",\n    \"slattery\": \"sllat\",\n    \"slattering\": \"Ozizi\",\n    \"slattern\": \"Ohere\",\n    \"slatternish\": \"Ezigbo ihe\",\n    \"slatternly\": \"ndabacha\",\n    \"slatternliness\": \"ịdị umeala n'obi\",\n    \"slatternness\": \"izu ike\",\n    \"slatterns\": \"slaịtọ\",\n    \"slatting\": \"Ibelata\",\n    \"slaughter\": \"igbummadu\",\n    \"slaughterdom\": \"ogbugbu\",\n    \"slaughtered\": \"gbuo\",\n    \"slaughterer\": \"ogbu mmadu\",\n    \"slaughterers\": \"ndị na-egbu anụ\",\n    \"slaughterhouse\": \"ebe ogbugbu\",\n    \"slaughterhouses\": \"ebe obibi\",\n    \"slaughtery\": \"gbuo\",\n    \"slaughteryard\": \"ebe ogbugbu\",\n    \"slaughtering\": \"na-egbu egbu\",\n    \"slaughteringly\": \"na-egbu egbu\",\n    \"slaughterman\": \"onye ogbugbu\",\n    \"slaughterous\": \"Ugboro\",\n    \"slaughterously\": \"kegbula\",\n    \"slaughters\": \"gbuo\",\n    \"slavdom\": \"ịgbasi\",\n    \"slave\": \"ohu\",\n    \"slaveborn\": \"buru ohu\",\n    \"slaved\": \"ohu\",\n    \"slaveholder\": \"orù\",\n    \"slaveholding\": \"ohu ohu\",\n    \"slavey\": \"slava\",\n    \"slaveys\": \"ndị ohu\",\n    \"slaveland\": \"ala nna\",\n    \"slaveless\": \"enweghị ohu\",\n    \"slavelet\": \"ohu\",\n    \"slavelike\": \"dị ka ohu\",\n    \"slaveling\": \"slavel\",\n    \"slavemonger\": \"odibo\",\n    \"slaveowner\": \"onye nwe ụlọ\",\n    \"slaveownership\": \"Inwe ohu\",\n    \"slavepen\": \"mkpịsị ode ohu\",\n    \"slaver\": \"slava\",\n    \"slavered\": \"slava\",\n    \"slaverer\": \"ịgba ohu\",\n    \"slaverers\": \"ndị na-egbu ya\",\n    \"slavery\": \"ịgba ohu\",\n    \"slaveries\": \"ndị ohu\",\n    \"slavering\": \"ịgba ohu\",\n    \"slaveringly\": \"n'okwu\",\n    \"slaves\": \"ndị ohu\",\n    \"slavian\": \"Slavian\",\n    \"slavify\": \"gbue\",\n    \"slavification\": \"ịgbanye\",\n    \"slaving\": \"na-agba ohu\",\n    \"slavish\": \"Slav\",\n    \"slavishly\": \"gbamgbam\",\n    \"slavishness\": \"gbuegbue\",\n    \"slavist\": \"onye oru\",\n    \"slavize\": \"gbue\",\n    \"slavocracy\": \"izu\",\n    \"slavocracies\": \"izu ike\",\n    \"slavocrat\": \"mgbachi\",\n    \"slavocratic\": \"mgbegbụrụ\",\n    \"slavonian\": \"Slavonian\",\n    \"slavonic\": \"Ugboro\",\n    \"slavonically\": \"Mgbe ọ bụla\",\n    \"slavonicize\": \"Mgboko\",\n    \"slavonize\": \"slavoniz\",\n    \"slavophile\": \"slabophile\",\n    \"slavophilism\": \"slabophilism\",\n    \"slavophobist\": \"slabophobist\",\n    \"slavs\": \"slav\",\n    \"slawbank\": \"slaw bank\",\n    \"slaws\": \"slav\",\n    \"sld\": \"Nkechi\",\n    \"sleathy\": \"mmmmmmmmmmmmm\",\n    \"sleave\": \"uwe aka\",\n    \"sleaved\": \"emegbue\",\n    \"sleaves\": \"ẹphe\",\n    \"sleaving\": \"Uwa\",\n    \"sleaziest\": \"Nke kachasị mma\",\n    \"sleazily\": \"nkịtị\",\n    \"sleaziness\": \"nnawɔtwe\",\n    \"sleb\": \"sụọ\",\n    \"sleck\": \"ihihie\",\n    \"sledded\": \"sledled\",\n    \"sledder\": \"Sledder\",\n    \"sledders\": \"Ndị na-azụ ahịa\",\n    \"sledding\": \"ledgha\",\n    \"sleddings\": \"ledgha\",\n    \"sledful\": \"sled zuru\",\n    \"sledge\": \"nkwa\",\n    \"sledged\": \"nkwa\",\n    \"sledgehammer\": \"mgbodo\",\n    \"sledgehammering\": \"na-agbatị\",\n    \"sledgehammers\": \"Na-amakwa\",\n    \"sledgeless\": \"enweghị okwukwe\",\n    \"sledger\": \"Ezigbo\",\n    \"sledging\": \"nkwa\",\n    \"sledlike\": \"sled dị ka\",\n    \"sleds\": \"Sleds\",\n    \"slee\": \"Uwe\",\n    \"sleech\": \"okwu\",\n    \"sleechy\": \"Ihi ụra\",\n    \"sleeked\": \"agbaru\",\n    \"sleeken\": \"sleek\",\n    \"sleekened\": \"dị ọcha\",\n    \"sleekening\": \"na-egbu maramara\",\n    \"sleekens\": \"Umegbe\",\n    \"sleeker\": \"sleek\",\n    \"sleekest\": \"kachasị mma\",\n    \"sleeky\": \"dị nwayọọ\",\n    \"sleekier\": \"Uwe elu\",\n    \"sleekiest\": \"kacha mma\",\n    \"sleeking\": \"na-egbu egbu\",\n    \"sleekly\": \"gbamgbam\",\n    \"sleekness\": \"sụlelị\",\n    \"sleeks\": \"sụọlịk\",\n    \"sleep\": \"hie ụra\",\n    \"sleepcoat\": \"akwa mkpuchi\",\n    \"sleeper\": \"onye na-ehi ụra\",\n    \"sleepered\": \"arahụ ụra\",\n    \"sleepers\": \"ndị na-ehi ụra\",\n    \"sleepful\": \"na-ehi ụra\",\n    \"sleepfulness\": \"ụra\",\n    \"sleepy\": \"na-ehi ụra\",\n    \"sleepier\": \"ụra\",\n    \"sleepiest\": \"ụra\",\n    \"sleepify\": \"rahụọ\",\n    \"sleepyhead\": \"onye isi\",\n    \"sleepyheads\": \"ụra na-ehi ụra\",\n    \"sleepily\": \"na-ehi ụra\",\n    \"sleepiness\": \"ụra\",\n    \"sleeping\": \"na-ehi ụra\",\n    \"sleepingly\": \"na-ehi ụra\",\n    \"sleepings\": \"ụra\",\n    \"sleepish\": \"na-ehi ụra\",\n    \"sleepland\": \"ala mmiri\",\n    \"sleepless\": \"ehighị ụra\",\n    \"sleeplessly\": \"na-ehi ụra\",\n    \"sleeplessness\": \"ehighị ụra\",\n    \"sleeplike\": \"dị ka ụra\",\n    \"sleepmarken\": \"ihi ụra\",\n    \"sleepproof\": \"ihe ndina\",\n    \"sleepry\": \"hie ụra\",\n    \"sleeps\": \"na-ehi ụra\",\n    \"sleepwaker\": \"onye na-arahụ ụra\",\n    \"sleepwaking\": \"na-ehi ụra\",\n    \"sleepwalk\": \"ihi ụra\",\n    \"sleepwalker\": \"onye na-ehi ụra\",\n    \"sleepwalkers\": \"ndị na-ehi ụra\",\n    \"sleepwalking\": \"na-ehi ụra\",\n    \"sleepward\": \"ụra\",\n    \"sleepwear\": \"uwe ụra\",\n    \"sleepwort\": \"ụra ụra\",\n    \"sleer\": \"dị njọ\",\n    \"sleet\": \"mkpumkpu\",\n    \"sleeted\": \"ihiala\",\n    \"sleety\": \"enweghị ndidi\",\n    \"sleetiest\": \"nke kachasị njọ\",\n    \"sleetiness\": \"ịdị nwayọọ\",\n    \"sleeting\": \"sunday\",\n    \"sleeve\": \"uwe aka\",\n    \"sleeveband\": \"eriri aka\",\n    \"sleeveboard\": \"aka uwe\",\n    \"sleeved\": \"aka uwe\",\n    \"sleeveen\": \"uwe\",\n    \"sleevefish\": \"Akpa uwe\",\n    \"sleeveful\": \"uwe aka\",\n    \"sleeveless\": \"uwe na-enweghị aka\",\n    \"sleevelessness\": \"enweghị aka\",\n    \"sleevelet\": \"uwe aka\",\n    \"sleevelike\": \"aka uwe\",\n    \"sleever\": \"igbu-egbu\",\n    \"sleeves\": \"aka uwe\",\n    \"sleeving\": \"eji aka\",\n    \"sleezy\": \"ihi ụra\",\n    \"sleided\": \"egburu\",\n    \"sleyed\": \"gbue egbu\",\n    \"sleyer\": \"ogbu mmadu\",\n    \"sleighed\": \"echefu\",\n    \"sleigher\": \"dị larịị\",\n    \"sleighers\": \"Ndị sleig\",\n    \"sleighing\": \"Onyekachukwu\",\n    \"sleighs\": \"Nkọwa\",\n    \"sleight\": \"sleigh\",\n    \"sleightful\": \"ntakịrị\",\n    \"sleighty\": \"sleight\",\n    \"sleightness\": \"ịdị-mkpa\",\n    \"sleights\": \"ọgụ\",\n    \"sleying\": \"sley\",\n    \"sleys\": \"gbuo\",\n    \"slendang\": \"Sdịndang\",\n    \"slender\": \"dị gịrịgịrị\",\n    \"slenderer\": \"Onye nzuzu\",\n    \"slenderest\": \"Oluchi Onweagba\",\n    \"slenderish\": \"dị gịrịgịrị\",\n    \"slenderization\": \"nkịtị\",\n    \"slenderize\": \"dị gịrịgịrị\",\n    \"slenderized\": \"dị gịrịgịrị\",\n    \"slenderizes\": \"na-eme ka ihe nzuzu\",\n    \"slenderizing\": \"dị gịrịgịrị\",\n    \"slenderly\": \"dị gịrịgịrị\",\n    \"slenderness\": \"dị gịrịgịrị\",\n    \"slent\": \"nwee uche\",\n    \"slepez\": \"Udochukwu\",\n    \"slept\": \"rahuru ụra\",\n    \"slete\": \"ihapu\",\n    \"sleuthdog\": \"mmmmmmmmmmmmm\",\n    \"sleuthed\": \"gbagbue\",\n    \"sleuthful\": \"dị nwayọ\",\n    \"sleuthhound\": \"agbamgbam\",\n    \"sleuthing\": \"gha\",\n    \"sleuthlike\": \"dị ka sleuth\",\n    \"sleuths\": \"nkịtị\",\n    \"slew\": \"gbue\",\n    \"slewed\": \"gbue\",\n    \"slewer\": \"slawer\",\n    \"slewing\": \"na-egbu\",\n    \"slewingslews\": \"Nwuonu\",\n    \"slews\": \"gbue\",\n    \"slewth\": \"egbuo\",\n    \"sly\": \"zuo ezuo\",\n    \"slyboots\": \"ịnyịnya ibu\",\n    \"slice\": \"iberi\",\n    \"sliceable\": \"iberibe\",\n    \"slicer\": \"iberibe\",\n    \"slicers\": \"Mpekere\",\n    \"slices\": \"Mpekere\",\n    \"slich\": \"nkwafu\",\n    \"slicht\": \"slacht\",\n    \"slicing\": \"ịcha\",\n    \"slicingly\": \"ịcha\",\n    \"slick\": \"nkwafu\",\n    \"slicked\": \"kwue\",\n    \"slicken\": \"Mpekere\",\n    \"slickens\": \"na-egbu maramara\",\n    \"slickenside\": \"ileda\",\n    \"slickensided\": \"ileghara\",\n    \"slicker\": \"amụma\",\n    \"slickered\": \"iberibe\",\n    \"slickery\": \"ịkwa amị\",\n    \"slickers\": \"Mpekere\",\n    \"slickest\": \"amị amị\",\n    \"slicking\": \"ịpịa\",\n    \"slickness\": \"ịdị ire\",\n    \"slickpaper\": \"akwụkwọ\",\n    \"slicks\": \"iberibe\",\n    \"slickstone\": \"nkume slickstone\",\n    \"slided\": \"slide\",\n    \"slideman\": \"Ezenwata\",\n    \"slider\": \"mmịfe\",\n    \"slides\": \"slide\",\n    \"sliding\": \"eji eji\",\n    \"slidingly\": \"Agbanye\",\n    \"slidingness\": \"mmịfe\",\n    \"slidometer\": \"slidomita\",\n    \"slier\": \"sita\",\n    \"slyer\": \"slịyer\",\n    \"sliest\": \"ileghara anya\",\n    \"slyest\": \"Udochukwu\",\n    \"slight\": \"nta\",\n    \"slighted\": \"nwetụrụ\",\n    \"slighten\": \"nta\",\n    \"slightest\": \"nwetụrụ\",\n    \"slighty\": \"nwetụrụ\",\n    \"slightiest\": \"uda\",\n    \"slightily\": \"nwetụ\",\n    \"slightiness\": \"ntakịrị\",\n    \"slighting\": \"nwetụrụ ihe\",\n    \"slightingly\": \"nwetụ\",\n    \"slightish\": \"nwetakwu\",\n    \"slightly\": \"ntakịrị\",\n    \"slightness\": \"ịdị nwayọọ\",\n    \"slights\": \"nza\",\n    \"slily\": \"dị nwayọ\",\n    \"slyly\": \"eji aghụghọ\",\n    \"slim\": \"ebughibu\",\n    \"slimed\": \"ebughi\",\n    \"slimemen\": \"slimọn\",\n    \"slimes\": \"oge\",\n    \"slimy\": \"eburu\",\n    \"sliminess\": \"ebughibu\",\n    \"slimishness\": \"slimish\",\n    \"slimline\": \"ebughibu\",\n    \"slimmed\": \"Emeka\",\n    \"slimming\": \"sliming\",\n    \"slimness\": \"ebughibu\",\n    \"slimnesses\": \"nkịtị\",\n    \"slims\": \"slim\",\n    \"slimsy\": \"ebughibu\",\n    \"slimsiest\": \"nke kacha nta\",\n    \"slyness\": \"ịdị ọcha\",\n    \"slynesses\": \"ịdị ọcha\",\n    \"sling\": \"èbè\",\n    \"slingball\": \"bọl\",\n    \"slinge\": \"èbè\",\n    \"slinger\": \"èbè\",\n    \"slingers\": \"èbè\",\n    \"slinging\": \"èbè\",\n    \"slingman\": \"Nwoke\",\n    \"slingsman\": \"onye ogbako\",\n    \"slingsmen\": \"ndi ejije\",\n    \"slingstone\": \"Nkume\",\n    \"slinkiest\": \"Ugochukwu\",\n    \"slinkingly\": \"slinkky\",\n    \"slinkweed\": \"Oyibo\",\n    \"slip\": \"ileghara\",\n    \"slipcase\": \"akpa\",\n    \"slipe\": \"slịp\",\n    \"sliped\": \"wepu\",\n    \"slipes\": \"slịpụ\",\n    \"slipformed\": \"ileghara\",\n    \"slipforms\": \"slipform\",\n    \"sliping\": \"ileghara\",\n    \"slipless\": \"amaghi ihe\",\n    \"slipnoose\": \"mmmmmmmmmmmm\",\n    \"slipout\": \"slpopo\",\n    \"slipouts\": \"slịpụ\",\n    \"slipover\": \"slịpụ\",\n    \"slipovers\": \"slịsọ\",\n    \"slippage\": \"mwepu\",\n    \"slipped\": \"echefu\",\n    \"slipper\": \"akpukpoukwu\",\n    \"slippered\": \"akpukpoukwu\",\n    \"slipperflower\": \"okpokoro ifuru\",\n    \"slippery\": \"nke na-amị amị\",\n    \"slipperyback\": \"amị amị\",\n    \"slipperily\": \"na-amị amị\",\n    \"slipperiness\": \"na-amị amị\",\n    \"slipperyroot\": \"mgbọrọgwụ na-amị amị\",\n    \"slipperlike\": \"akpukpoukwu dika\",\n    \"slipperweed\": \"akpukpo ahihia ahihia\",\n    \"slipperwort\": \"slịtọ\",\n    \"slippy\": \"na-amị amị\",\n    \"slippiness\": \"slippines\",\n    \"slipping\": \"na-amị amị\",\n    \"slippingly\": \"na-amị amị\",\n    \"slipproof\": \"nkpoda\",\n    \"slips\": \"na-amị\",\n    \"slipsheet\": \"mpempe akwụkwọ\",\n    \"slipshoddiness\": \"mmmmmmmmmmmmm\",\n    \"slipshoe\": \"sllipshoe\",\n    \"slipskin\": \"mkpoko\",\n    \"slipslap\": \"sliplap\",\n    \"slipslop\": \"sliplop\",\n    \"slipslops\": \"sliplops\",\n    \"slipstone\": \"okwute\",\n    \"slipt\": \"zopu\",\n    \"slirt\": \"sket\",\n    \"slit\": \"gbawara\",\n    \"slitch\": \"iberibe\",\n    \"slither\": \"sl sl\",\n    \"slithered\": \"sl sl\",\n    \"slithery\": \"sl sl\",\n    \"slithering\": \"Agbanye\",\n    \"slitheroo\": \"ẹphe\",\n    \"sliting\": \"na-agbanye\",\n    \"slitless\": \"enweghị\",\n    \"slitlike\": \"ịda\",\n    \"slitted\": \"gbawara\",\n    \"slitter\": \"akpachara anya\",\n    \"slitters\": \"gbajiri\",\n    \"slitting\": \"na-akpọ\",\n    \"slitwing\": \"gbawara\",\n    \"slitwise\": \"jiri nwayọọ\",\n    \"slitwork\": \"egwu\",\n    \"sliver\": \"sinja\",\n    \"slivery\": \"amị amị\",\n    \"slivering\": \"na-amị amị\",\n    \"sliverlike\": \"sliver dị ka\",\n    \"slivers\": \"slịpa\",\n    \"sliving\": \"na-amị amị\",\n    \"slivovic\": \"slivovica\",\n    \"slivovics\": \"slivovica\",\n    \"slivovitz\": \"Okechukwu\",\n    \"sliwer\": \"slwer\",\n    \"sloat\": \"mkpọda\",\n    \"slob\": \"mkpọm\",\n    \"slobber\": \"nzuzu\",\n    \"slobbering\": \"bbụ onye nzuzu\",\n    \"slobbers\": \"ndi nzuzu\",\n    \"slobby\": \"ihe nzuzu\",\n    \"slock\": \"gbachi\",\n    \"slockingstone\": \"Nkume\",\n    \"slod\": \"rere\",\n    \"slodge\": \"mkpọda\",\n    \"slodger\": \"Ezigbo\",\n    \"sloeberries\": \"sloe tomato\",\n    \"sloebush\": \"sloe ohia\",\n    \"sloetree\": \"mkpọda\",\n    \"slogan\": \"okwu\",\n    \"slogans\": \"okwu\",\n    \"sloggingly\": \"slogging\",\n    \"sloid\": \"siri ike\",\n    \"sloyd\": \"Uzoamaka\",\n    \"sloids\": \"siri ike\",\n    \"slojd\": \"Uzoamaka\",\n    \"sloked\": \"gbọọ\",\n    \"sloking\": \"zọ\",\n    \"slommock\": \"okpokoro\",\n    \"sloom\": \"mkpọm\",\n    \"sloop\": \"Anwụ\",\n    \"sloopman\": \"Ugochukwu\",\n    \"sloopmen\": \"ndiigbo\",\n    \"sloot\": \"mkpọda\",\n    \"slope\": \"ndida\",\n    \"sloped\": \"zọda\",\n    \"slopely\": \"slopli\",\n    \"slopeness\": \"sloplop\",\n    \"sloper\": \"slper\",\n    \"slopes\": \"mkpọda ugwu\",\n    \"slopeways\": \"okporo ụzọ\",\n    \"slopewise\": \"mkpọda\",\n    \"slopingly\": \"sloplop\",\n    \"slopingness\": \"Ndidi\",\n    \"sloppage\": \"mkpọda\",\n    \"slopped\": \"adaa\",\n    \"sloppery\": \"slịlị\",\n    \"slopperies\": \"Ihe nrịba ama\",\n    \"sloppy\": \"slopi\",\n    \"sloppier\": \"Onyeisiala\",\n    \"sloppily\": \"unyi\",\n    \"sloppiness\": \"iberibe\",\n    \"slopping\": \"na-akụda\",\n    \"slops\": \"mkpọda\",\n    \"slopseller\": \"Onye nzuzu\",\n    \"slopselling\": \"Nda\",\n    \"slopshop\": \"Ugboro abụọ\",\n    \"slopstone\": \"nkume slopstone\",\n    \"sloshed\": \"Ochie\",\n    \"slosher\": \"ihilata\",\n    \"sloshes\": \"ibelata\",\n    \"sloshy\": \"Ezigbo\",\n    \"slot\": \"oghere\",\n    \"slotback\": \"oghere\",\n    \"slotbacks\": \"ndaghari\",\n    \"slote\": \"zọọ\",\n    \"sloted\": \"oghere\",\n    \"slothful\": \"ugha\",\n    \"slothfulness\": \"Ọdịda\",\n    \"slothfuls\": \"ugha\",\n    \"slothound\": \"oghere hound\",\n    \"slotman\": \"Oghere\",\n    \"slots\": \"oghere\",\n    \"slotted\": \"oghere\",\n    \"slotten\": \"Oghere\",\n    \"slotter\": \"Oghere\",\n    \"slottery\": \"ihe ndozi\",\n    \"slotting\": \"oghere\",\n    \"slotwise\": \"oghere\",\n    \"slouchers\": \"ndị slouchers\",\n    \"slouchier\": \"Okechukwu\",\n    \"slouchiest\": \"Okechukwu\",\n    \"slouchiness\": \"ume-ngwu\",\n    \"sloughed\": \"adaala\",\n    \"sloughier\": \"adaala\",\n    \"sloughiest\": \"adaala\",\n    \"sloughiness\": \"Ikekwe\",\n    \"sloughing\": \"Ikekwe\",\n    \"slounge\": \"mkpọda\",\n    \"slovak\": \"Slovak\",\n    \"slovakian\": \"Asụsụ Slovakian\",\n    \"slovakish\": \"Asụsụ\",\n    \"slovaks\": \"Anakpo\",\n    \"sloven\": \"ugo\",\n    \"slovene\": \"Ugochi\",\n    \"slovenian\": \"Uchenna\",\n    \"slovenish\": \"ure\",\n    \"slovenly\": \"nzu\",\n    \"slovenlier\": \"nzu\",\n    \"slovenliest\": \"ịdị umengwụ\",\n    \"slovenlike\": \"ịdị ure\",\n    \"slovenliness\": \"ịdị umengwụ\",\n    \"slovenry\": \"Uchenna\",\n    \"slovintzi\": \"ifeanyi\",\n    \"slow\": \"jiri nwayọ\",\n    \"slowback\": \"jiri nwayọọ\",\n    \"slowbelly\": \"jiri nwayọ\",\n    \"slowbellied\": \"jiri nwayọọ\",\n    \"slowbellies\": \"ngwa ngwa\",\n    \"slowcoach\": \"ngwa ngwa\",\n    \"slowdown\": \"jiri nwayọọ\",\n    \"slowdowns\": \"ngwa ngwa\",\n    \"slowed\": \"jiri nwayọ\",\n    \"slower\": \"Jiri Nwayọọ\",\n    \"slowest\": \"ngwa ngwa\",\n    \"slowful\": \"na-egbu oge\",\n    \"slowgoing\": \"jiri nwayọọ\",\n    \"slowheaded\": \"jiri nwayọ\",\n    \"slowhearted\": \"dị nwayọ\",\n    \"slowheartedness\": \"nwayọ nwayọ\",\n    \"slowhound\": \"jiri nwayọọ nwayọọ\",\n    \"slowing\": \"na-egbu oge\",\n    \"slowish\": \"jiri nwayọọ\",\n    \"slowly\": \"nwayọ nwayọ\",\n    \"slowmouthed\": \"jiri nwayọ\",\n    \"slowness\": \"ngwa ngwa\",\n    \"slownesses\": \"ngwa ngwa\",\n    \"slowpoke\": \"ngwa ngwa\",\n    \"slowpokes\": \"ngwa ngwa\",\n    \"slowrie\": \"jiri nwayọọ\",\n    \"slows\": \"jiri nwayọọ\",\n    \"slowup\": \"jiri nwayọọ\",\n    \"slowwitted\": \"jiri nwayọ\",\n    \"slowwittedly\": \"jiri nwayọ nwayọ\",\n    \"slowworm\": \"ngwa ngwa\",\n    \"slowworms\": \"ngwa ngwa ikpuru\",\n    \"slt\": \"Nkeji\",\n    \"slub\": \"slubbu\",\n    \"slubbed\": \"slubb\",\n    \"slubber\": \"abụba\",\n    \"slubberdegullion\": \"mmmmmmmmmmmmm\",\n    \"slubbered\": \"abụba\",\n    \"slubbery\": \"nkwanye ugwu\",\n    \"slubbering\": \"lubbụ onye ara\",\n    \"slubberingly\": \"n'arịa\",\n    \"slubbers\": \"ndị skọb\",\n    \"slubby\": \"ogbe\",\n    \"slubbing\": \"Ogba\",\n    \"slubbings\": \"slubb\",\n    \"slubs\": \"klọb\",\n    \"slud\": \"sludo\",\n    \"sludder\": \"sluded\",\n    \"sludge\": \"sluded\",\n    \"sludged\": \"eburu\",\n    \"sludges\": \"sluded\",\n    \"sludgiest\": \"Ezigbo\",\n    \"sludginess\": \"izu ike\",\n    \"sludging\": \"okpokoro\",\n    \"slue\": \"izu\",\n    \"slued\": \"ededị\",\n    \"sluffed\": \"Ekwuru\",\n    \"sluffing\": \"igwu\",\n    \"slugabed\": \"Ogba\",\n    \"slugabeds\": \"Ugboro\",\n    \"slugfest\": \"Ogbodu\",\n    \"slugfests\": \"Nsogbu\",\n    \"sluggard\": \"umengwụ\",\n    \"sluggardy\": \"umengwụ\",\n    \"sluggarding\": \"umengwụ\",\n    \"sluggardly\": \"dị umengwụ\",\n    \"sluggardliness\": \"umengwụ\",\n    \"sluggardness\": \"umengwụ\",\n    \"sluggardry\": \"umengwụ\",\n    \"sluggards\": \"ndị umengwụ\",\n    \"slugger\": \"Ihe nzuzu\",\n    \"sluggers\": \"Ihe nzuzu\",\n    \"sluggy\": \"Nsogbu\",\n    \"sluggish\": \"umengwụ\",\n    \"sluggishness\": \"umengwụ\",\n    \"slughorn\": \"Ogbe\",\n    \"sluiced\": \"ekwuru\",\n    \"sluicy\": \"na-asọ oyi\",\n    \"sluicing\": \"na-ekwu okwu\",\n    \"slumber\": \"ra\",\n    \"slumbered\": \"sụọ ngọngọ\",\n    \"slumberful\": \"na-ero ụra\",\n    \"slumbery\": \"ihi ụra\",\n    \"slumbering\": \"ụra na-ero ụra\",\n    \"slumberingly\": \"na-ehi ụra\",\n    \"slumberless\": \"ụra adịghị atụ\",\n    \"slumberproof\": \"ihi ụra\",\n    \"slumbers\": \"slum\",\n    \"slumbersome\": \"ura\",\n    \"slumbrous\": \"slumbals\",\n    \"slumdom\": \"ndoli\",\n    \"slumlord\": \"onye ukpala\",\n    \"slumped\": \"sụọ ngọngọ\",\n    \"slumps\": \"slump\",\n    \"slums\": \"mkpọmkpọ ụlọ\",\n    \"slungbody\": \"slung ahu\",\n    \"slungbodies\": \"ahu èbè\",\n    \"slunge\": \"zuo ike\",\n    \"slungshot\": \"slingshot\",\n    \"slurb\": \"gbajiri\",\n    \"slurrying\": \"na-egbu\",\n    \"slurs\": \"mkpirisi\",\n    \"slurvian\": \"Okpala\",\n    \"slush\": \"sllus\",\n    \"slushed\": \"gbarue\",\n    \"slusher\": \"sllus\",\n    \"slushes\": \"slushe\",\n    \"slushy\": \"Ezigbo\",\n    \"slushier\": \"sllus\",\n    \"slushily\": \"Ezigbo\",\n    \"slushiness\": \"izu\",\n    \"slushpit\": \"slush olulu\",\n    \"slutch\": \"iberibe\",\n    \"slutted\": \"slut\",\n    \"sluttered\": \"slut\",\n    \"sluttering\": \"slutɛ́\",\n    \"smacked\": \"gbarie\",\n    \"smackeroos\": \"Onochie\",\n    \"smackers\": \"ndị na-egbu ihe\",\n    \"smackful\": \"Ohi\",\n    \"smacking\": \"Na-akụ\",\n    \"smackingly\": \"Na-akụda\",\n    \"smacksman\": \"Onyedikachi\",\n    \"smacksmen\": \"smackmen\",\n    \"smaik\": \"Onye Ozi\",\n    \"smalcaldian\": \"Onye kere\",\n    \"smalcaldic\": \"obere ihe\",\n    \"small\": \"obere\",\n    \"smallboy\": \"obere nwa\",\n    \"smallclothes\": \"obere uwe\",\n    \"smallcoal\": \"kịtịkpa\",\n    \"smallen\": \"pere mpe\",\n    \"smaller\": \"pekarịrị\",\n    \"smallest\": \"nke pere mpe\",\n    \"smallhearted\": \"nwee obi\",\n    \"smallholder\": \"onye pere mpe\",\n    \"smallholding\": \"obere\",\n    \"smalling\": \"nta\",\n    \"smallish\": \"pere mpe\",\n    \"smallishness\": \"obere\",\n    \"smallmouth\": \"obereko\",\n    \"smallmouthed\": \"obere obere\",\n    \"smallness\": \"obere\",\n    \"smallnesses\": \"obere\",\n    \"smallpox\": \"kịtịkpa\",\n    \"smallpoxes\": \"kịtịkpa\",\n    \"smalls\": \"obere\",\n    \"smallsword\": \"obere okwu\",\n    \"smalltime\": \"obere oge\",\n    \"smallware\": \"ngwa-ngwa\",\n    \"smalmed\": \"pere mpe\",\n    \"smalming\": \"na-ekwu okwu\",\n    \"smalt\": \"nke pere mpe\",\n    \"smalter\": \"pekarịrị\",\n    \"smalti\": \"ntakiri\",\n    \"smaltine\": \"mkpumkpu\",\n    \"smaltines\": \"ntakiri\",\n    \"smaltite\": \"nke pere mpe\",\n    \"smaltites\": \"nke pere mpe\",\n    \"smalto\": \"obere\",\n    \"smaltos\": \"obere obere\",\n    \"smaltost\": \"kacha nta\",\n    \"smalts\": \"pere mpe\",\n    \"smaltz\": \"Obere\",\n    \"smarmiest\": \"amachara\",\n    \"smarms\": \"Amaara\",\n    \"smart\": \"mara ihe\",\n    \"smartass\": \"ọmacha ncha\",\n    \"smarted\": \"mara ihe\",\n    \"smarten\": \"mara\",\n    \"smartened\": \"mara ihe\",\n    \"smartening\": \"ịdị nkọ\",\n    \"smarter\": \"amamịghe\",\n    \"smartest\": \"mara ihe\",\n    \"smartie\": \"amala\",\n    \"smarties\": \"amala\",\n    \"smarting\": \"maara ihe\",\n    \"smartingly\": \"jiri amamihe\",\n    \"smartish\": \"mara ihe\",\n    \"smartism\": \"ịma ihe\",\n    \"smartless\": \"enweghị uche\",\n    \"smartly\": \"mara ihe\",\n    \"smartness\": \"ịdị akọ\",\n    \"smarts\": \"Amalite\",\n    \"smash\": \"imebisi\",\n    \"smashed\": \"gbarie\",\n    \"smashes\": \"akụri\",\n    \"smashing\": \"imebisi\",\n    \"smashingly\": \"na-akụ\",\n    \"smashment\": \"imebi\",\n    \"smatch\": \"gbue\",\n    \"smatchet\": \"gbamgbam\",\n    \"smatter\": \"gbaba\",\n    \"smattered\": \"gbupụrụ ya\",\n    \"smattery\": \"ụlọ ọrụ\",\n    \"smattering\": \"na-akụ\",\n    \"smatteringly\": \"smzọ ọchị\",\n    \"smatterings\": \"gbasaa\",\n    \"smatters\": \"gbawara\",\n    \"smaze\": \"amia\",\n    \"smear\": \"iteto\",\n    \"smearcase\": \"itinye akpati\",\n    \"smeared\": \"tee ya\",\n    \"smearer\": \"onye smearer\",\n    \"smearers\": \"smearere\",\n    \"smeary\": \"Otutu\",\n    \"smeariness\": \"izu\",\n    \"smearing\": \"izu\",\n    \"smearless\": \"enweghị nke\",\n    \"smears\": \"iteto\",\n    \"smectic\": \"Emeka\",\n    \"smeek\": \"imikpu\",\n    \"smeeked\": \"tinye\",\n    \"smeeky\": \"Ihere\",\n    \"smeeking\": \"imeri\",\n    \"smeer\": \"izu\",\n    \"smeeth\": \"na-ete\",\n    \"smell\": \"isi\",\n    \"smelled\": \"na-esi isi\",\n    \"smeller\": \"na-esi ísì ụtọ\",\n    \"smellers\": \"ndị na-ere ọkụ\",\n    \"smellful\": \"na-esi isi\",\n    \"smellfungi\": \"isi isi\",\n    \"smellfungus\": \"isi isi\",\n    \"smelly\": \"na-esi isi\",\n    \"smellie\": \"isi\",\n    \"smellier\": \"isi\",\n    \"smelliest\": \"na-esi isi\",\n    \"smelliness\": \"isi\",\n    \"smelling\": \"na-esi isi\",\n    \"smellproof\": \"isi àmà\",\n    \"smells\": \"na-esi isi\",\n    \"smellsome\": \"isi ụfọdụ\",\n    \"smelt\": \"gbazee\",\n    \"smelted\": \"gbazee\",\n    \"smelter\": \"agbaze\",\n    \"smeltery\": \"agbaze\",\n    \"smelteries\": \"igwe\",\n    \"smelterman\": \"onye isi\",\n    \"smelters\": \"agbaze\",\n    \"smelting\": \"agbaze\",\n    \"smeltman\": \"Onyegbula\",\n    \"smelts\": \"agbaze\",\n    \"smerk\": \"erlọ\",\n    \"smerked\": \"gbanye\",\n    \"smerking\": \"sm\",\n    \"smerks\": \"lọ\",\n    \"smervy\": \"smdị\",\n    \"smeth\": \"na-akụ\",\n    \"smethe\": \"gbue\",\n    \"smich\": \"Nwachukwu\",\n    \"smiddie\": \"Nwachukwu\",\n    \"smidge\": \"mkpọmkpọ ebe\",\n    \"smidgeon\": \"Ugbokodo\",\n    \"smidgeons\": \"sdgeon\",\n    \"smiercase\": \"ịmụmụ ọnụ ọchị\",\n    \"smift\": \"gbue\",\n    \"smilacaceae\": \"ọchịlacaceae\",\n    \"smilacaceous\": \"ọchị\",\n    \"smilaceae\": \"ọchị\",\n    \"smilaceous\": \"na-achịkwa ọchị\",\n    \"smilacin\": \"ọchị\",\n    \"smilacina\": \"ọchị\",\n    \"smilax\": \"ịmụmụ ọnụ ọchị\",\n    \"smilaxes\": \"ọchị\",\n    \"smile\": \"ịmụmụ ọnụ ọchị\",\n    \"smileable\": \"na-achịkwa ọchị\",\n    \"smileage\": \"ịmụmụ ọnụ ọchị\",\n    \"smiled\": \"mụmụrụ ọnụ ọchị\",\n    \"smileful\": \"na-achịkwa ọchị\",\n    \"smilefulness\": \"ịmụmụ ọnụ ọchị\",\n    \"smiley\": \"ochi\",\n    \"smileless\": \"ịmụmụ ọnụ ọchị\",\n    \"smilelessly\": \"na-amụmụ ọnụ ọchị\",\n    \"smilelessness\": \"enweghị ọnụ ọchị\",\n    \"smilemaker\": \"ịmụmụ ọnụ ọchị\",\n    \"smilemaking\": \"ịmụmụ ọnụ ọchị\",\n    \"smileproof\": \"ọnụ ọchị\",\n    \"smiler\": \"ịmụmụ ọnụ ọchị\",\n    \"smilers\": \"ịmụmụ ọnụ ọchị\",\n    \"smiles\": \"ochi\",\n    \"smilet\": \"ochi\",\n    \"smily\": \"ochi\",\n    \"smiling\": \"na-amụmụ ọnụ ọchị\",\n    \"smilingly\": \"na-amụmụ ọnụ ọchị\",\n    \"smilingness\": \"ịmụmụ ọnụ ọchị\",\n    \"smilodon\": \"ọchị\",\n    \"sminthian\": \"smiritan\",\n    \"sminthurid\": \"sminthuridae\",\n    \"smirched\": \"chibue\",\n    \"smirches\": \"Amala\",\n    \"smirching\": \"Na-amụmụ ọnụ ọchị\",\n    \"smirchless\": \"enweghị smirch\",\n    \"smirk\": \"chikwa\",\n    \"smirked\": \"chiri\",\n    \"smirky\": \"dị smirky\",\n    \"smirkiest\": \"amụrụ\",\n    \"smirking\": \"na-amụmụ ọnụ ọchị\",\n    \"smirkingly\": \"na-achịkwa\",\n    \"smirkle\": \"Nwee ọchị\",\n    \"smirkly\": \"nwammaa\",\n    \"smirks\": \"Amala\",\n    \"smyrnean\": \"hụnanya\",\n    \"smyrniot\": \"Nwachukwu\",\n    \"smit\": \"gbu\",\n    \"smitable\": \"ọkụ\",\n    \"smitch\": \"kpụcha\",\n    \"smite\": \"tie ihe\",\n    \"smiter\": \"gbuwe\",\n    \"smiters\": \"kụrụ ihe\",\n    \"smites\": \"kụrụ ihe\",\n    \"smyth\": \"Nwachukwu\",\n    \"smithcraft\": \"ukpa\",\n    \"smither\": \"gbue\",\n    \"smithereen\": \"amala\",\n    \"smithereens\": \"na-ama\",\n    \"smitheries\": \"obodoukwu\",\n    \"smithers\": \"gbuo\",\n    \"smithfield\": \"ogbe\",\n    \"smithydander\": \"oji\",\n    \"smithied\": \"gbagburu ya\",\n    \"smithier\": \"mee ihe\",\n    \"smithying\": \"gha\",\n    \"smithing\": \"gha\",\n    \"smiths\": \"ndị oji\",\n    \"smithwork\": \"ọrụ\",\n    \"smiting\": \"Na-akụ\",\n    \"smitten\": \"gbuwo\",\n    \"smitter\": \"Onye na-ese ihe\",\n    \"smitting\": \"na-eme mkpọtụ\",\n    \"smittlish\": \"mebie\",\n    \"smock\": \"ckụọ\",\n    \"smocked\": \"anwụrụ\",\n    \"smocker\": \"na-ese anwụrụ\",\n    \"smockface\": \"Umegbe\",\n    \"smocking\": \"na-ese anwụrụ\",\n    \"smockings\": \"Udogbe\",\n    \"smockless\": \"anwụrụ\",\n    \"smocklike\": \"Anwụrụ\",\n    \"smocks\": \"Anwụrụ ọkụ\",\n    \"smoggy\": \"mụ sịga\",\n    \"smoggier\": \"smog na-enye\",\n    \"smogless\": \"anwaghị anwụrụ\",\n    \"smogs\": \"Sịga\",\n    \"smokable\": \"anwụrụ\",\n    \"smokables\": \"anwụrụ\",\n    \"smoke\": \"anwụrụ ọkụ\",\n    \"smokeable\": \"anwụrụ\",\n    \"smokebox\": \"Anwụrụ ọkụ\",\n    \"smokebush\": \"Anwụrụ ọkụ\",\n    \"smokechaser\": \"Anwụrụ ọkụ\",\n    \"smoked\": \"anwụrụ\",\n    \"smokefarthings\": \"anwụrụ ọkụ\",\n    \"smokeho\": \"Anwụrụ\",\n    \"smokehole\": \"Anwụrụ ọkụ\",\n    \"smokehouse\": \"ụlọ anwụrụ ọkụ\",\n    \"smokehouses\": \"ụlọ ọkụ\",\n    \"smokey\": \"Anwụrụ ọkụ\",\n    \"smokejack\": \"anwụrụ ọkụ\",\n    \"smokejumper\": \"Anwụrụ ọkụ\",\n    \"smokeless\": \"anwụrụ ọkụ\",\n    \"smokelessly\": \"anwụrụ ọkụ\",\n    \"smokelessness\": \"anwụrụ anwụrụ\",\n    \"smokelike\": \"anwụrụ ọkụ dị ka\",\n    \"smokepot\": \"anwụrụ ite\",\n    \"smokepots\": \"ite anwụrụ\",\n    \"smokeproof\": \"anwụrụ ọkụ\",\n    \"smoker\": \"na-ese anwụrụ\",\n    \"smokery\": \"anwụrụ\",\n    \"smokers\": \"ndị na-ese anwụrụ\",\n    \"smokes\": \"na-ese anwụrụ\",\n    \"smokescreen\": \"anwuruoku\",\n    \"smokestack\": \"Anwụrụ\",\n    \"smokestone\": \"Ugbor\",\n    \"smokewood\": \"Anwụrụ ọkụ\",\n    \"smoky\": \"anwụrụ\",\n    \"smokies\": \"Anwuru\",\n    \"smokily\": \"anwụrụ\",\n    \"smokiness\": \"anwụrụ ọkụ\",\n    \"smoking\": \"ise anwụrụ\",\n    \"smokings\": \"anwụrụ\",\n    \"smokyseeming\": \"okokok\",\n    \"smokish\": \"anwụrụ\",\n    \"smokos\": \"anwụrụ\",\n    \"smoldered\": \"kpụrụ\",\n    \"smoldering\": \"na-agba ọkụ\",\n    \"smolderingness\": \"icheku ọkụ\",\n    \"smolders\": \"smoldold\",\n    \"smoochs\": \".\",\n    \"smoodging\": \"Na-akụda\",\n    \"smook\": \"smok\",\n    \"smoot\": \"ire ụtọ\",\n    \"smooth\": \"ezigbo\",\n    \"smoothable\": \"ire ụtọ\",\n    \"smoothback\": \"ire ụtọ\",\n    \"smoothboots\": \"ire ụtọ\",\n    \"smoothbore\": \"ire ụtọ\",\n    \"smoothbored\": \"mụrụmụrụ\",\n    \"smoothcoat\": \"uwe mwụda\",\n    \"smoothed\": \"mee ka ire ụtọ\",\n    \"smoothen\": \"ire ụtọ\",\n    \"smoothened\": \"ire ụtọ\",\n    \"smoothening\": \"otlọ mmiri dị mfe\",\n    \"smoothens\": \"ire ụtọ\",\n    \"smoother\": \"mụrụmụrụ\",\n    \"smoothers\": \"larịị\",\n    \"smoothes\": \"ire ụtọ\",\n    \"smoothest\": \"ire ụtọ\",\n    \"smoothhound\": \"ire ụtọ\",\n    \"smoothy\": \"ire ụtọ\",\n    \"smoothie\": \"iretọ\",\n    \"smoothies\": \"ire ụtọ\",\n    \"smoothify\": \"ire ụtọ\",\n    \"smoothification\": \"ire ụtọ\",\n    \"smoothing\": \"ot dị ọcha\",\n    \"smoothingly\": \"ireke\",\n    \"smoothish\": \"iretọ\",\n    \"smoothly\": \"were were\",\n    \"smoothmouthed\": \"ire ụtọ\",\n    \"smoothness\": \"ire ụtọ\",\n    \"smoothpate\": \"ire ụtọ\",\n    \"smooths\": \"were were\",\n    \"smoothtongue\": \"ire ụtọ\",\n    \"smopple\": \"mụrụmụrụ\",\n    \"smorgasbord\": \"Ugbare\",\n    \"smorgasbords\": \"Ugbare\",\n    \"smote\": \"gbue\",\n    \"smother\": \"gbarụọ\",\n    \"smotherable\": \"smotot\",\n    \"smothered\": \"gbagburu\",\n    \"smotheriness\": \"ịdị nwayọọ\",\n    \"smothering\": \"na-egbu maramara\",\n    \"smotheringly\": \"na-egbu mmụọ\",\n    \"smoucher\": \"ihe nlele\",\n    \"smoulder\": \"smolder\",\n    \"smouldered\": \"ire ụtọ\",\n    \"smouldering\": \"na-agba ọkụ\",\n    \"smoulders\": \"ndị na-ese anwụrụ\",\n    \"smous\": \"ire ụtọ\",\n    \"smouse\": \"zuo oke\",\n    \"smouser\": \"ire ụtọ\",\n    \"smout\": \"ire ụtọ\",\n    \"smrgs\": \"Chidinma\",\n    \"smrrebrd\": \"Nwachukwu\",\n    \"smudged\": \"amala\",\n    \"smudgeless\": \"adịru\",\n    \"smudges\": \"ịda mba\",\n    \"smudging\": \"bụ\",\n    \"smugger\": \"Anwụrụ\",\n    \"smuggest\": \"anwụrụ\",\n    \"smuggish\": \"zobata\",\n    \"smuggishly\": \"sluggishly\",\n    \"smuggishness\": \"umengwụ\",\n    \"smuggle\": \"ahia nzuzo\",\n    \"smuggleable\": \"ahia ike\",\n    \"smuggled\": \"zoro ezo\",\n    \"smuggler\": \"onye ahia nzuzo\",\n    \"smugglery\": \"Mgboagha\",\n    \"smugglers\": \"ndị na-agba mgbere ahịa\",\n    \"smuggles\": \"ahia\",\n    \"smuggling\": \"ahia nzuzo\",\n    \"smugism\": \"ugug\",\n    \"smugly\": \"Ọchị\",\n    \"smugness\": \"Nwachukwu\",\n    \"smugnesses\": \"Anwụ\",\n    \"smuisty\": \"Onwuchekwa\",\n    \"smur\": \"smut\",\n    \"smurks\": \"Amala\",\n    \"smurtle\": \"gbawara\",\n    \"smuse\": \"smush\",\n    \"smutched\": \"gbụrụ\",\n    \"smutches\": \"mkpọchi\",\n    \"smutchless\": \"Anaghị egbu egbu\",\n    \"smutless\": \"enweghị ọnụ\",\n    \"smutted\": \"gbagburu\",\n    \"smuttiness\": \"Nwunye\",\n    \"smutting\": \"Na-egbu\",\n    \"snab\": \"ọsịsa\",\n    \"snabble\": \"sụabụ\",\n    \"snack\": \"nri\",\n    \"snackette\": \"nri\",\n    \"snacky\": \"nri\",\n    \"snacking\": \"nri\",\n    \"snackle\": \"nri\",\n    \"snacks\": \"nri\",\n    \"snaff\": \"zobam\",\n    \"snaffle\": \"skap\",\n    \"snaffled\": \"gbasasịa\",\n    \"snaffles\": \"snaps\",\n    \"snaffling\": \"Na-atụgharị\",\n    \"snafued\": \"sụfuwaru\",\n    \"snafuing\": \"sụgharịa\",\n    \"snag\": \"snoo\",\n    \"snagged\": \"chịrị\",\n    \"snagging\": \"izu\",\n    \"snaggle\": \"mgbo\",\n    \"snaggled\": \"sagọọlụ\",\n    \"snaggleteeth\": \"mmmmmmmmmmmmm\",\n    \"snaggletooth\": \"mmmmmmmmmmmmm\",\n    \"snaggletoothed\": \"mmmmmmmmmmmmm\",\n    \"snagline\": \"nwebisi\",\n    \"snags\": \"Ugboro\",\n    \"snail\": \"ejula\",\n    \"snaileater\": \"snailụater\",\n    \"snailed\": \"ejula\",\n    \"snailery\": \"snail\",\n    \"snailfish\": \"ejula\",\n    \"snailflower\": \"Ogbe\",\n    \"snaily\": \"ejula\",\n    \"snailing\": \"na-eju\",\n    \"snailish\": \"ejula\",\n    \"snailishly\": \"ejula\",\n    \"snails\": \"ejula\",\n    \"snake\": \"agwo\",\n    \"snakebark\": \"agwọ agwọ\",\n    \"snakeberry\": \"agwọ\",\n    \"snakebird\": \"nnụnụ agwọ\",\n    \"snakebite\": \"agwọ\",\n    \"snakeblenny\": \"agwọ blenny\",\n    \"snakeblennies\": \"agwọ agwọ\",\n    \"snaked\": \"agwo\",\n    \"snakefish\": \"azụ azụ\",\n    \"snakefishes\": \"agwọ agwọ\",\n    \"snakefly\": \"agwọ\",\n    \"snakeflies\": \"agwọ agwọ\",\n    \"snakeflower\": \"okpokoro\",\n    \"snakehead\": \"isi agwọ\",\n    \"snakeholing\": \"agwọ\",\n    \"snakey\": \"agwo\",\n    \"snakeleaf\": \"agwọ\",\n    \"snakeless\": \"agwo\",\n    \"snakelet\": \"agwọ\",\n    \"snakeling\": \"snakịl\",\n    \"snakeology\": \"agwọ agwọ\",\n    \"snakephobia\": \"agwọ\",\n    \"snakepiece\": \"agwọ\",\n    \"snakepipe\": \"agwọ agwọ\",\n    \"snakeproof\": \"agwọ agwọ\",\n    \"snaker\": \"sneaker\",\n    \"snakery\": \"snịịka\",\n    \"snakeroot\": \"agwo\",\n    \"snakes\": \"agwọ\",\n    \"snakeship\": \"agwọ\",\n    \"snakeskin\": \"Akpụkpọ agwọ\",\n    \"snakeweed\": \"ahihia\",\n    \"snakewise\": \"agwọ\",\n    \"snakewood\": \"agwọ\",\n    \"snakeworm\": \"agwo\",\n    \"snakewort\": \"agwo\",\n    \"snakily\": \"snakịl\",\n    \"snakiness\": \"nri\",\n    \"snaking\": \"na-akọ nri\",\n    \"snapberry\": \"snapberị\",\n    \"snaper\": \"zọgbuo\",\n    \"snaphance\": \"ihe mgbochi\",\n    \"snaphead\": \"ẹphe\",\n    \"snapless\": \"na-enweghị ike\",\n    \"snapped\": \"gbajie\",\n    \"snappiest\": \"na-amakarị\",\n    \"snappily\": \"nnaa\",\n    \"snappiness\": \"ihe nzuzu\",\n    \"snappingly\": \"snapping\",\n    \"snappish\": \"zọgbuo\",\n    \"snappishly\": \"ngwa ngwa\",\n    \"snappishness\": \"ihe nzuzu\",\n    \"snapshotted\": \"nseta ihuenyo\",\n    \"snare\": \"ọnyà\",\n    \"snared\": \"ọnyà\",\n    \"snareless\": \"ọnya\",\n    \"snarer\": \"onye ọnyà\",\n    \"snarers\": \"ndị ọnyà\",\n    \"snares\": \"ọnyà\",\n    \"snaring\": \"na-atụgharị\",\n    \"snaringly\": \"n'iji nwayọ\",\n    \"snarl\": \"agbụ\",\n    \"snarled\": \"kpọọ\",\n    \"snarleyyow\": \"onyedikachi\",\n    \"snarlers\": \"Ndị ohi\",\n    \"snarly\": \"sụọlị\",\n    \"snarlier\": \"snarị\",\n    \"snarling\": \"na-asụ asụsụ\",\n    \"snarlingly\": \"na-asụ asụsụ\",\n    \"snarlish\": \"na-asụ asụsụ\",\n    \"snarls\": \"kpọọ\",\n    \"snash\": \"sụa\",\n    \"snashes\": \"na-akụda\",\n    \"snast\": \"nri\",\n    \"snaste\": \"ghaa\",\n    \"snasty\": \"ihe ojoo\",\n    \"snatch\": \"nwude\",\n    \"snatchable\": \"wepụsịrị\",\n    \"snatched\": \"gbahaa\",\n    \"snatcher\": \"ohi\",\n    \"snatchers\": \"Ndị na-apụnara mmadụ ihe\",\n    \"snatches\": \"nwude\",\n    \"snatchy\": \"nwude\",\n    \"snatching\": \"na-apụnara mmadụ ihe\",\n    \"snatchingly\": \"na-apụnara mmadụ ihe\",\n    \"snatchproof\": \"dọkpụrụ ihe akaebe\",\n    \"snath\": \"gaa\",\n    \"snathe\": \"sụgharịa\",\n    \"snathes\": \"ghaa\",\n    \"snaths\": \"sụpee\",\n    \"snavel\": \"eju\",\n    \"snavvle\": \"skap\",\n    \"snawed\": \"gbaara\",\n    \"snawing\": \"snailing\",\n    \"snawle\": \"kwalie\",\n    \"snazziness\": \"ọnya\",\n    \"snead\": \"zọọ\",\n    \"sneak\": \"sinik\",\n    \"sneaked\": \"zoro ezo\",\n    \"sneakered\": \"zọọ\",\n    \"sneaky\": \"zọọ\",\n    \"sneakily\": \"zoro ezo\",\n    \"sneakiness\": \"Ngha\",\n    \"sneaking\": \"zoro ezo\",\n    \"sneakingly\": \"na nzuzo\",\n    \"sneakingness\": \"Sịịlịkị\",\n    \"sneakish\": \"sinik\",\n    \"sneakishly\": \"Sọọkị\",\n    \"sneakishness\": \"Sọọkị\",\n    \"sneaksby\": \"Nnenna\",\n    \"sneaksman\": \"Nwa Nwoke\",\n    \"sneap\": \"zọọ ije\",\n    \"sneaped\": \"zọda\",\n    \"sneaping\": \"na-amị\",\n    \"sneaps\": \"okpukpu\",\n    \"sneath\": \"Sneat\",\n    \"sneathe\": \"zọda\",\n    \"sneb\": \"zọọ\",\n    \"sneck\": \"zọọ\",\n    \"sneckdraw\": \"Sneekwe\",\n    \"sneckdrawing\": \"Na-agagharị\",\n    \"sneckdrawn\": \"Sneedị\",\n    \"snecked\": \"zọọ\",\n    \"snecker\": \"skuuta\",\n    \"snecket\": \"sineeti\",\n    \"snecking\": \"na-amị\",\n    \"snecks\": \"Sọọsụ\",\n    \"sned\": \"snd\",\n    \"snedded\": \"Nkechi\",\n    \"snedding\": \"Nkechi\",\n    \"sneds\": \"mkpọ\",\n    \"snee\": \"okpokoro\",\n    \"sneer\": \"sọọsọ\",\n    \"sneered\": \"chịrị ọchị\",\n    \"sneerer\": \"Onye okwa\",\n    \"sneerers\": \"Ndị sneakers\",\n    \"sneerful\": \"jiri ọchị\",\n    \"sneerfulness\": \"Sọọchị\",\n    \"sneery\": \"Sọọchị\",\n    \"sneering\": \"na-achị ọchị\",\n    \"sneeringly\": \"n'ije ozi\",\n    \"sneers\": \"chịkwaa\",\n    \"sneesh\": \"zọọ\",\n    \"sneeshes\": \"akpụkpọ ụkwụ\",\n    \"sneeshing\": \"na-eme egwuregwu\",\n    \"sneest\": \"sọọsọ\",\n    \"sneesty\": \"na\",\n    \"sneeze\": \"zee izere\",\n    \"sneezed\": \"okpokoro\",\n    \"sneezeless\": \"sụọ ụra\",\n    \"sneezeproof\": \"izu ike\",\n    \"sneezer\": \"sneez\",\n    \"sneezers\": \"izu-ike\",\n    \"sneezes\": \"Oma\",\n    \"sneezeweed\": \"Sịnaị\",\n    \"sneezewort\": \"Sịnewị\",\n    \"sneeziest\": \"sneezi kacha mma\",\n    \"sneezing\": \"izu ụka\",\n    \"snell\": \"sibe\",\n    \"sneller\": \"okwukwu\",\n    \"snells\": \"snoo\",\n    \"snew\": \"Kpoo\",\n    \"snib\": \"Nwee\",\n    \"snibbed\": \"sụgharịa\",\n    \"snibbing\": \"na-egwu egwu\",\n    \"snibble\": \"sụọ ngọngọ\",\n    \"snibbled\": \"kwụrụ\",\n    \"snibbler\": \"Sịbịrị\",\n    \"snibs\": \"Nwee\",\n    \"snicher\": \"mee nri\",\n    \"snickdrawing\": \"Ebela\",\n    \"snicked\": \"okwo\",\n    \"snickerer\": \"snickered\",\n    \"snickery\": \"snickered\",\n    \"snickering\": \"snigering\",\n    \"snickeringly\": \"snickered\",\n    \"snickers\": \"snịja\",\n    \"snicking\": \"nsị\",\n    \"snicks\": \"snịl\",\n    \"sniddle\": \"Siddle\",\n    \"snide\": \"zuo\",\n    \"snidely\": \"snidịdị\",\n    \"snideness\": \"ịdị nwayọọ\",\n    \"snider\": \"nụa anụ\",\n    \"snidery\": \"Ebe Ugwu\",\n    \"snyed\": \"nura\",\n    \"sniff\": \"tụọ ọnụ\",\n    \"sniffed\": \"sụọ anụ\",\n    \"sniffers\": \"na-eju\",\n    \"sniffy\": \"nụkwaa\",\n    \"sniffily\": \"sisi n’ikpụrụ\",\n    \"sniffing\": \"na-esi n’imi\",\n    \"sniffingly\": \"n’egwu\",\n    \"sniffish\": \"sụda\",\n    \"sniffishly\": \"sụọnụ nke ọma\",\n    \"sniffishness\": \"sụda nsụzu\",\n    \"sniffle\": \"tụọ ọnụ\",\n    \"sniffled\": \"sụfụ\",\n    \"sniffler\": \"snfịl\",\n    \"snifflers\": \"snflers\",\n    \"sniffles\": \"snụlị\",\n    \"sniffly\": \"sisi n’ikpụrụ\",\n    \"sniffling\": \"na-eju\",\n    \"sniffs\": \"sụfụ\",\n    \"snift\": \"mee ngwa ngwa\",\n    \"snifted\": \"kpaliri\",\n    \"snifter\": \"kpụtanụ\",\n    \"snifters\": \"snifers\",\n    \"snifty\": \"dị snifty\",\n    \"snifting\": \"na-atụgharị\",\n    \"snig\": \"igwu\",\n    \"snigged\": \"gbụrụ\",\n    \"sniggered\": \"kwekọrịtara\",\n    \"sniggering\": \"Ebela\",\n    \"sniggeringly\": \"igwu egwu\",\n    \"snigging\": \"na-agụ\",\n    \"sniggling\": \"igwu\",\n    \"sniggoringly\": \"na-agbanye ume\",\n    \"snying\": \"sny\",\n    \"snip\": \"mkpirisi\",\n    \"snipe\": \"ngbacha\",\n    \"snipebill\": \"mkpọtụ\",\n    \"sniped\": \"kpochapụrụ\",\n    \"snipefish\": \"azu azu\",\n    \"snipefishes\": \"iri nri\",\n    \"sniper\": \"sinipa\",\n    \"snipers\": \"sinipa\",\n    \"sniperscope\": \"sinikpọpa\",\n    \"snipes\": \"ọnya\",\n    \"snipesbill\": \"mkpọtụ\",\n    \"snipy\": \"sinik\",\n    \"sniping\": \"snip\",\n    \"snipped\": \"snika\",\n    \"snipper\": \"sinipa\",\n    \"snipperado\": \"nky\",\n    \"snippers\": \"ndị na-egbu ihe\",\n    \"snipperty\": \"ihe mgbochi\",\n    \"snippety\": \"mkpọtụ\",\n    \"snippetiness\": \"snippetị\",\n    \"snippily\": \"snippi\",\n    \"snippiness\": \"snippi\",\n    \"snipping\": \"nkpochapu\",\n    \"snippish\": \"nkpoda\",\n    \"sniptious\": \"nkenke\",\n    \"snirt\": \"snoo\",\n    \"snirtle\": \"snịlị\",\n    \"snitch\": \"snịị\",\n    \"snitched\": \"nụru iya\",\n    \"snitcher\": \"ohi\",\n    \"snitchers\": \"ndị aghụghọ\",\n    \"snitches\": \"gaa n'ihu\",\n    \"snitchiest\": \"snitchi\",\n    \"snitching\": \"nwepu\",\n    \"snite\": \"zia\",\n    \"snithe\": \"zuo ike\",\n    \"snithy\": \"nzuzu\",\n    \"snivey\": \"dị nwayọọ\",\n    \"snivel\": \"gbaba\",\n    \"sniveled\": \"gbaara\",\n    \"sniveler\": \"Onye na-egbu ihe\",\n    \"snivelers\": \"Ndị snive\",\n    \"snively\": \"n'ụzọ zuru ezu\",\n    \"sniveling\": \"na-amị\",\n    \"snivelled\": \"okpokoro\",\n    \"sniveller\": \"sụpịlị\",\n    \"snivelly\": \"okpokoro\",\n    \"snivelling\": \"oji\",\n    \"snivels\": \"gwuru\",\n    \"snob\": \"Ntughari\",\n    \"snobber\": \"nzuzu\",\n    \"snobbery\": \"nghọgbu\",\n    \"snobbers\": \"ndị nzuzu\",\n    \"snobbess\": \"nzuzu\",\n    \"snobby\": \"Nri\",\n    \"snobbier\": \"onye nzuzu\",\n    \"snobbiest\": \"Onyekwere\",\n    \"snobbily\": \"nju\",\n    \"snobbiness\": \"nsị\",\n    \"snobbing\": \"na-eme mkpọtụ\",\n    \"snobbish\": \"nzuzu\",\n    \"snobbishly\": \"nnoonu\",\n    \"snobbism\": \"nkwanye ugwu\",\n    \"snobbisms\": \"nkatọ\",\n    \"snobdom\": \"nzuzu\",\n    \"snobism\": \"nzuzu\",\n    \"snobling\": \"mkpọtụ\",\n    \"snobocracy\": \"nzuzu\",\n    \"snobographer\": \"onye nkedo\",\n    \"snobscat\": \"snobs nwamba\",\n    \"snocat\": \"snowcat\",\n    \"snocher\": \"Anwụchu\",\n    \"snock\": \"zọọ\",\n    \"snocker\": \"zọọ\",\n    \"snod\": \"Udo\",\n    \"snodly\": \"jiri nwayọ\",\n    \"snoek\": \"mkpọtụ\",\n    \"snoeking\": \"izu ike\",\n    \"snog\": \"Ogbe\",\n    \"snoke\": \"zọọ\",\n    \"snollygoster\": \"Ugboro abụọ\",\n    \"snooded\": \"Udo buru\",\n    \"snooding\": \"-akpali\",\n    \"snoods\": \"Udo buru\",\n    \"snook\": \"snooker\",\n    \"snooked\": \"snooker\",\n    \"snookered\": \"sụgharịa\",\n    \"snookers\": \"snokpọ\",\n    \"snooking\": \"na-akọ nri\",\n    \"snooled\": \"sụọ ude\",\n    \"snooling\": \"na-asọ oyi\",\n    \"snoop\": \"sụp\",\n    \"snooped\": \"sụgharịa\",\n    \"snooper\": \"onye nzuzu\",\n    \"snoopers\": \"ndi nzuzu\",\n    \"snoopiest\": \"snoopy\",\n    \"snoopily\": \"snoopy\",\n    \"snooping\": \"na-eleda anya\",\n    \"snoot\": \"nju\",\n    \"snooted\": \"nju\",\n    \"snootful\": \"Ntughari\",\n    \"snootfuls\": \"Ugochukwu\",\n    \"snooty\": \"nzuzu\",\n    \"snootier\": \"onye nzuzu\",\n    \"snootiest\": \"Onyeka\",\n    \"snootiness\": \"ihere\",\n    \"snooting\": \"Uchechukwu\",\n    \"snoots\": \"Ugboro abụọ\",\n    \"snooze\": \"kpoo\",\n    \"snoozed\": \"sụọ ụra\",\n    \"snoozes\": \"sụọ ụra\",\n    \"snoozier\": \"Udodi\",\n    \"snooziness\": \"nzuzu\",\n    \"snoozing\": \"na-ara ara\",\n    \"snoozle\": \"Udodi\",\n    \"snoozled\": \"sụgharịa\",\n    \"snoozling\": \"Udodi\",\n    \"snoqualmie\": \"Uchechi\",\n    \"snore\": \"ikwo ụra\",\n    \"snored\": \"nụkwaa onwiya\",\n    \"snoreless\": \"enweghị atụ\",\n    \"snorers\": \"snore\",\n    \"snores\": \"gwooro\",\n    \"snoring\": \"ikwo ụra\",\n    \"snoringly\": \"na-agbanye ume\",\n    \"snork\": \"okwo\",\n    \"snorkel\": \"okpokoro\",\n    \"snorkeled\": \"okpokoro\",\n    \"snorkeler\": \"okpokoro\",\n    \"snorkeling\": \"nsị\",\n    \"snorkels\": \"okpokoro\",\n    \"snorker\": \"okpokoro\",\n    \"snort\": \"sụọ ude\",\n    \"snorted\": \"mee mkpọla\",\n    \"snorter\": \"Ukpomoku\",\n    \"snorters\": \"na-akọ mpi\",\n    \"snorty\": \"na-ajụ oyi\",\n    \"snorting\": \"na-asụ mmụọ\",\n    \"snortingly\": \"jiri nwayọ\",\n    \"snortle\": \"kpọọ\",\n    \"snorts\": \"igwu\",\n    \"snots\": \"snot\",\n    \"snotty\": \"nwedịrị\",\n    \"snottie\": \"nwachukwu\",\n    \"snottiness\": \"nsị\",\n    \"snouch\": \"Nri\",\n    \"snout\": \"imi\",\n    \"snouted\": \"rie\",\n    \"snoutfair\": \"ihe nzuzu\",\n    \"snouty\": \"onwu\",\n    \"snoutiest\": \"nkechi\",\n    \"snouting\": \"na-ekwu okwu\",\n    \"snoutish\": \"afụ\",\n    \"snoutless\": \"enweghị aka\",\n    \"snoutlike\": \"nteji\",\n    \"snouts\": \"nzu\",\n    \"snowballed\": \"acha uhie uhie\",\n    \"snowballing\": \"ịgba bọọlụ\",\n    \"snowberry\": \"snowberị\",\n    \"snowberries\": \"snowberị\",\n    \"snowbird\": \"nnụnụ snow\",\n    \"snowbirds\": \"àkwà mmiri\",\n    \"snowcapped\": \"snowọn ga\",\n    \"snowcraft\": \"ụgbọ mmiri snow\",\n    \"snowdrops\": \"snowdrop\",\n    \"snowed\": \"kpụkọrọ akpụkọ\",\n    \"snowfield\": \"Ugwu snow\",\n    \"snowflower\": \"snowblower\",\n    \"snowfowl\": \"snowfall\",\n    \"snowhouse\": \"ụlọ snow\",\n    \"snowy\": \"snowno\",\n    \"snowiest\": \"snowisest\",\n    \"snowily\": \"snowie\",\n    \"snowiness\": \"snowọnọdụ\",\n    \"snowing\": \"snowọnọdụ\",\n    \"snowish\": \"snowishon\",\n    \"snowl\": \"snoo\",\n    \"snowlands\": \"ugwu mmiri\",\n    \"snowless\": \"enweghị snow\",\n    \"snowlike\": \"dika snow\",\n    \"snowmaker\": \"onye na-eme snow\",\n    \"snowman\": \"onye snow\",\n    \"snowmelt\": \"snowzelt\",\n    \"snowmelts\": \"snow gbazee\",\n    \"snowmen\": \"onye snow\",\n    \"snowmobile\": \"ugbomgbe\",\n    \"snowmobiler\": \"snowbibiler\",\n    \"snowmobilers\": \"ugbomgbe\",\n    \"snowmobiling\": \"na-ajụ oyi\",\n    \"snowpack\": \"akpukpo snow\",\n    \"snowpacks\": \"akpukpo snow\",\n    \"snowplow\": \"ebe a na-akpọ snowplow\",\n    \"snowplowing\": \"ịgba snowfing\",\n    \"snowplows\": \"ebe anakpo snow\",\n    \"snowshed\": \"snowọnụ\",\n    \"snowsheds\": \"snowshọ\",\n    \"snowshoed\": \"snowshoes\",\n    \"snowshoeing\": \"snowshoe\",\n    \"snowshoer\": \"snowshoe\",\n    \"snowshoing\": \"snowshoe\",\n    \"snowstorm\": \"oke oyi\",\n    \"snowstorms\": \"oke ikuku mmiri\",\n    \"snowsuit\": \"uwe elu mmiri\",\n    \"snowthrower\": \"onye anakpo snow\",\n    \"snozzle\": \"snoz\",\n    \"snub\": \"kpoo\",\n    \"snubbed\": \"kpoo\",\n    \"snubber\": \"sụbam\",\n    \"snubbers\": \"kpoo\",\n    \"snubby\": \"gbasaa\",\n    \"snubbier\": \"Nkpuru\",\n    \"snubbiness\": \"izu ike\",\n    \"snubbing\": \"kpọọ\",\n    \"snubbingly\": \"sụgharịa\",\n    \"snubbish\": \"sụbhish\",\n    \"snubbishly\": \"gbasasịa ike\",\n    \"snubbishness\": \"ọfụma\",\n    \"snubness\": \"sụgharịa\",\n    \"snubnesses\": \"kpakpando\",\n    \"snubnose\": \"gbasaa\",\n    \"snubs\": \"kpoo\",\n    \"snuck\": \"zụrụ\",\n    \"snudge\": \"Umegbe\",\n    \"snuff\": \"anwụrụ\",\n    \"snuffbox\": \"igbe nju\",\n    \"snuffcolored\": \"kpokọtara\",\n    \"snuffed\": \"gbaba\",\n    \"snuffier\": \"mkpọku\",\n    \"snuffiest\": \"mkpọtụ\",\n    \"snuffiness\": \"afọ ojuju\",\n    \"snuffing\": \"mkpọtụ\",\n    \"snuffingly\": \"n'anwụ\",\n    \"snuffish\": \"anwụrụ\",\n    \"snuffled\": \"gbaba\",\n    \"snuffler\": \"anwụrụ ọkụ\",\n    \"snufflers\": \"anwụrụ ọkụ\",\n    \"snuffly\": \"mkpọtụ\",\n    \"snufflier\": \"anwụrụ ọkụ\",\n    \"snuffliest\": \"mkpọtụ\",\n    \"snuffliness\": \"snuffness\",\n    \"snuffling\": \"snuffhin\",\n    \"snufflingly\": \"n'anyanwụ\",\n    \"snuffs\": \"mkpọ\",\n    \"snug\": \"dị mma\",\n    \"snugged\": \"kpoo\",\n    \"snugger\": \"Onye nzuzu\",\n    \"snuggerie\": \"Udogwu\",\n    \"snugging\": \"igodo\",\n    \"snuggish\": \"zọọ\",\n    \"snuggle\": \"zọọ\",\n    \"snuggled\": \"zọọ\",\n    \"snuggles\": \"kpọọ\",\n    \"snuggly\": \"jiri nwayọ\",\n    \"snuggling\": \"igwu\",\n    \"snugify\": \"sụgharịa\",\n    \"snugly\": \"ọfụma\",\n    \"snugness\": \"ukpa\",\n    \"snugnesses\": \"Agụụ\",\n    \"snugs\": \"ngụ\",\n    \"snup\": \"zọọ\",\n    \"snupper\": \"snupa\",\n    \"snur\": \"uto\",\n    \"snurl\": \"sụgharịa\",\n    \"snurly\": \"sụgharịa\",\n    \"snurp\": \"sụpịa\",\n    \"snurt\": \"snọọl\",\n    \"snuzzle\": \"zụọ\",\n    \"so\": \"ya mere\",\n    \"soak\": \"sook\",\n    \"soaked\": \"tinye ya\",\n    \"soaken\": \"sook\",\n    \"soakers\": \"sọks\",\n    \"soaky\": \"sooky\",\n    \"soaking\": \"tetara\",\n    \"soakingly\": \"soaking\",\n    \"soap\": \"ncha\",\n    \"soapbark\": \"ncha\",\n    \"soapbarks\": \"ncha ncha\",\n    \"soapberry\": \"ncha\",\n    \"soapberries\": \"ncha ncha\",\n    \"soapbox\": \"igbe ncha\",\n    \"soapboxer\": \"Onye na-eme ncha\",\n    \"soapboxes\": \"Igbe ncha\",\n    \"soapbubbly\": \"ncha\",\n    \"soapbush\": \"ncha\",\n    \"soaped\": \"ncha\",\n    \"soaper\": \"nke na-egbukwu\",\n    \"soapery\": \"na-amị mkpụrụ\",\n    \"soaperies\": \"ihe ubi\",\n    \"soapers\": \"ndị ncha\",\n    \"soapfish\": \"ncha ncha\",\n    \"soapfishes\": \"ncha ncha\",\n    \"soapy\": \"ncha\",\n    \"soapier\": \"onye nchacha\",\n    \"soapiest\": \"kachasị\",\n    \"soapily\": \"ncha\",\n    \"soapiness\": \"ncha\",\n    \"soaping\": \"ncha\",\n    \"soaplike\": \"ncha\",\n    \"soapmaker\": \"onye ncha\",\n    \"soapmaking\": \"ncha ncha\",\n    \"soapmonger\": \"ncha ncha\",\n    \"soaprock\": \"ncha\",\n    \"soaproot\": \"ncha\",\n    \"soaps\": \"ncha\",\n    \"soapstone\": \"nkume ncha\",\n    \"soapstoner\": \"onye ncha\",\n    \"soapstones\": \"nkume ncha\",\n    \"soapweed\": \"ncha ncha\",\n    \"soapwood\": \"ncha\",\n    \"soapworks\": \"ihe ncha\",\n    \"soapwort\": \"ncha ncha\",\n    \"soapworts\": \"ncha ncha\",\n    \"soarability\": \"ịdị mfe\",\n    \"soarable\": \"soara\",\n    \"soared\": \"koro\",\n    \"soarers\": \"ndị nlekọta\",\n    \"soaring\": \"na-arị elu\",\n    \"soaringly\": \"na-arị elu\",\n    \"soarings\": \"ịrị elu\",\n    \"soave\": \"ncha\",\n    \"sobbed\": \"kwara akwa\",\n    \"sobbers\": \"anya mmiri\",\n    \"sobby\": \"Udiri\",\n    \"sobbing\": \"na-ebe ákwá\",\n    \"sobbingly\": \"n'udo\",\n    \"sobered\": \"sobos\",\n    \"soberest\": \"dị ezigbo mma\",\n    \"sobering\": \"na-akpali iche echiche\",\n    \"soberingly\": \"anya\",\n    \"soberize\": \"gbaa ume\",\n    \"soberized\": \"nwee uche\",\n    \"soberizes\": \"na-edozi anya\",\n    \"soberizing\": \"na-atụgharị uche\",\n    \"soberly\": \"anya udo\",\n    \"soberlike\": \"dị ka anya doro\",\n    \"soberness\": \"anya-udo\",\n    \"sobersided\": \"sobersides\",\n    \"sobersidedly\": \"sobersidesly\",\n    \"sobersidedness\": \"ikekwe\",\n    \"sobful\": \"uche\",\n    \"soboliferous\": \"Ndidi\",\n    \"sobralia\": \"ọrịa ụbụrụ\",\n    \"sobralite\": \"nkwonkwo\",\n    \"sobrevest\": \"ihe ubi\",\n    \"sobriety\": \"izu oke\",\n    \"sobrieties\": \"iwu\",\n    \"sobriquets\": \"ihe ndozi\",\n    \"metathetic\": \"metatetị\",\n    \"metathetically\": \"metatetị\",\n    \"metatitanate\": \"obodo\",\n    \"meted\": \"zutere\",\n    \"metegritics\": \"metegritik\",\n    \"metel\": \"ígwè\",\n    \"metely\": \"izu\",\n    \"metempsychic\": \"metempsychotic\",\n    \"metempsychosal\": \"metempsychosis\",\n    \"meteorography\": \"ihu igwe\",\n    \"meteorology\": \"ihu igwe\",\n    \"meteorologically\": \"ihu igwe\",\n    \"meteorologist\": \"ọkà mmụta ihu igwe\",\n    \"meteorologists\": \"ndị na-amụ gbasara ihu igwe\",\n    \"meter\": \"mita\",\n    \"metered\": \"metụtara\",\n    \"metergram\": \"mitagram\",\n    \"metering\": \"ịgbakọ\",\n    \"meterless\": \"mita enweghị\",\n    \"meterman\": \"mita\",\n    \"meters\": \"mita\",\n    \"metership\": \"mita\",\n    \"meterstick\": \"mita\",\n    \"method\": \"usoro\",\n    \"methodaster\": \"usoro\",\n    \"methodeutic\": \"usoro\",\n    \"methody\": \"usoro\",\n    \"methodic\": \"usoro\",\n    \"methodical\": \"usoro\",\n    \"methodically\": \"n'usoro\",\n    \"methodicalness\": \"usoro\",\n    \"methodics\": \"usoro\",\n    \"methodise\": \"ụzọ\",\n    \"methodised\": \"ụzọ\",\n    \"methodiser\": \"ụzọ\",\n    \"methodism\": \"usoro\",\n    \"methodist\": \"ụzọ\",\n    \"methodisty\": \"usoro\",\n    \"methodistic\": \"usoro\",\n    \"methodistically\": \"n'ụzọ\",\n    \"methodists\": \"usoro\",\n    \"methodless\": \"enweghị atụ\",\n    \"methodology\": \"usoro\",\n    \"methodological\": \"usoro\",\n    \"methodologically\": \"n'ụzọ\",\n    \"methodologies\": \"usoro\",\n    \"methodologist\": \"ọkà mmụta banyere usoro ihe\",\n    \"methodologists\": \"ndị na-eme nnyocha\",\n    \"methods\": \"ụzọ\",\n    \"methone\": \"igwe\",\n    \"meticulous\": \"lezie anya\",\n    \"meticulously\": \"lezie anya\",\n    \"meticulousness\": \"lezie anya\",\n    \"metiers\": \"igwe\",\n    \"meting\": \"nzute\",\n    \"metoestrous\": \"metoesto\",\n    \"metonymically\": \"n'ụzọ mmetụta\",\n    \"metonymously\": \"na nzuzo\",\n    \"metre\": \"mita\",\n    \"metreless\": \"enweghị atụ\",\n    \"metres\": \"mita\",\n    \"metreta\": \"meteta\",\n    \"metrete\": \"meteta\",\n    \"metric\": \"metrik\",\n    \"metricated\": \"metrik\",\n    \"metrication\": \"metrik\",\n    \"metrician\": \"metrik\",\n    \"metricised\": \"metrik\",\n    \"metricist\": \"metrik\",\n    \"metricity\": \"metrik\",\n    \"metricized\": \"metrik\",\n    \"metricizing\": \"metricting\",\n    \"metrics\": \"usoro\",\n    \"metrify\": \"mezuo\",\n    \"metrification\": \"mmezu\",\n    \"metrified\": \"metụrụ\",\n    \"metrifying\": \"na-arụ ọrụ\",\n    \"metring\": \"nzute\",\n    \"metritis\": \"ogbu na nkwonkwo\",\n    \"metritises\": \"metritara\",\n    \"metrized\": \"nyere ikike\",\n    \"metrizing\": \"igwu\",\n    \"metro\": \"Metro\",\n    \"metroliners\": \"ndị na-elekọta mmadụ\",\n    \"metrologist\": \"ọkà mmụta banyere metrologist\",\n    \"metronomically\": \"n'usoro\",\n    \"metropoleis\": \"obodo ukwu\",\n    \"metropolic\": \"obodo ukwu\",\n    \"metropolis\": \"obodo ukwu\",\n    \"metropolises\": \"obodo ukwu\",\n    \"metropolitan\": \"mepere emepe\",\n    \"metropolitanate\": \"mepere emepe\",\n    \"metropolitancy\": \"mepere emepe\",\n    \"metropolitanism\": \"obodo ukwu\",\n    \"metropolitanize\": \"Obodo ukwu\",\n    \"metropolitanized\": \"mepere emepe\",\n    \"metropolitanship\": \"obodo ukwu\",\n    \"metropolite\": \"obodo ukwu\",\n    \"metropolitic\": \"obodo ukwu\",\n    \"metropolitical\": \"obodo ukwu\",\n    \"metropolitically\": \"obodo ukwu\",\n    \"metroptosia\": \"metroptosis\",\n    \"metrotherapist\": \"onye na-agwọ ọrịa ọgwụ\",\n    \"metrotomy\": \"metrotomi\",\n    \"meuse\": \"eji\",\n    \"mev\": \"Mev\",\n    \"mewer\": \"onye ntụgharị\",\n    \"mewing\": \"imecha\",\n    \"mewled\": \"mewuru\",\n    \"mewlers\": \"ndị mewuru\",\n    \"mewling\": \"igwu\",\n    \"mews\": \"mewi\",\n    \"mexican\": \"Mexico\",\n    \"mexicans\": \"ọgwụ\",\n    \"mexitl\": \"Emeka\",\n    \"mezcal\": \"Mezcal\",\n    \"mezcaline\": \"Mezcaline\",\n    \"mezcals\": \"mezals\",\n    \"mezentian\": \"Mezentian\",\n    \"mezquit\": \"Mezquit\",\n    \"mezquits\": \"Mezquits\",\n    \"mezzo\": \"Mezzo\",\n    \"mezzograph\": \"Mezzograph\",\n    \"mezzotinting\": \"Emeka\",\n    \"mfg\": \"Mg\",\n    \"mgd\": \"mg\",\n    \"mgt\": \"mg\",\n    \"mhorr\": \"amara\",\n    \"my\": \"nkem\",\n    \"myall\": \"nwue\",\n    \"miaouing\": \"igwu\",\n    \"myarian\": \"Ugochukwu\",\n    \"mias\": \"Mias\",\n    \"miascite\": \"maikcite\",\n    \"miaskite\": \"iheanacho\",\n    \"miasmal\": \"maikal\",\n    \"miasmatic\": \"maikmat\",\n    \"miasmatical\": \"ihe omimi\",\n    \"miasmatize\": \"itinye n'ọrụ\",\n    \"miasmatous\": \"mmmmmmmmmmmmm\",\n    \"miasmic\": \"ihechi\",\n    \"miasmology\": \"ihe omimi\",\n    \"miasmous\": \"nnukwu\",\n    \"myasthenia\": \"Uchechukwu\",\n    \"myasthenic\": \"Uchechukwu\",\n    \"myatony\": \"Okechukwu\",\n    \"myatonia\": \"Myatonia\",\n    \"myatonic\": \"Onyeka\",\n    \"miauled\": \"mebiri\",\n    \"miauling\": \"na-arụ ọrụ\",\n    \"mibs\": \"mgbo\",\n    \"micacious\": \"micacic\",\n    \"micasts\": \"igwe\",\n    \"mication\": \"igwe okwu\",\n    \"mice\": \"oke\",\n    \"mycelian\": \"myịlisị\",\n    \"micellarly\": \"micellar\",\n    \"micells\": \"micelles\",\n    \"micesource\": \"ngosipụta\",\n    \"mycetism\": \"ihe omimi\",\n    \"mycetogenous\": \"ihe omimi\",\n    \"mycetological\": \"ihe omimi\",\n    \"mycetous\": \"ihe omimi\",\n    \"mycetozoan\": \"mycetozoa\",\n    \"mycetozoon\": \"mycetozoa\",\n    \"michaelmastide\": \"michaelmas tide\",\n    \"micheal\": \"ntachi\",\n    \"michel\": \"Michel\",\n    \"michiganite\": \"Michiganian\",\n    \"miching\": \"michigan\",\n    \"mickery\": \"Nkechi\",\n    \"micky\": \"Nkechi\",\n    \"mickle\": \"Nkechi\",\n    \"mickleness\": \"Nkechi\",\n    \"mickler\": \"osiọk\",\n    \"mickles\": \"Akuko\",\n    \"micklest\": \"kasị njọ\",\n    \"micks\": \"Ogwugwu\",\n    \"mico\": \"mmmmmmmmmmmm\",\n    \"mycology\": \"ihe omimi\",\n    \"mycologic\": \"ihe omimi\",\n    \"mycological\": \"ihe omuma\",\n    \"mycologically\": \"ihe omimi\",\n    \"mycologist\": \"ihe omimi\",\n    \"mycologists\": \"ndị ọkà mmụta ihe banyere ahụ́ mmadụ\",\n    \"mycoplasm\": \"mycoplasma\",\n    \"mycoplasmic\": \"mycoplasma\",\n    \"mycorhiza\": \"mycorrhiza\",\n    \"mycoses\": \"mycos\",\n    \"micraco\": \"micrako\",\n    \"micraner\": \"micran\",\n    \"micrify\": \"mezie\",\n    \"micrified\": \"enwere ike\",\n    \"microanalysis\": \"nyocha microanalysis\",\n    \"microbes\": \"besmụ nje\",\n    \"microbiologies\": \"ụmụ nje\",\n    \"microbious\": \"microbial\",\n    \"microbism\": \"microbial\",\n    \"microbium\": \"microbiome\",\n    \"microcopied\": \"microcopiedị\",\n    \"microcopying\": \"microcopi na-ede ihe\",\n    \"microdensitometer\": \"microdensitometa\",\n    \"microdimensions\": \"microdimension\",\n    \"microelectronics\": \"igwe elektrọnik\",\n    \"microelectrophoretic\": \"microelectrophoretic chọrọ\",\n    \"microforms\": \"microform\",\n    \"microfossil\": \"microfosil\",\n    \"microgamy\": \"ịlụ ọtụtụ nwanyị\",\n    \"micrograms\": \"microgram\",\n    \"micrography\": \"ihe nyocha\",\n    \"microhmmeter\": \"microhmmeta\",\n    \"microinstructions\": \"ihe ntanetiri\",\n    \"microliter\": \"microlita\",\n    \"micromeasurement\": \"mmetụ\",\n    \"micrometeorologist\": \"onye na-ahụ maka ihe omimi\",\n    \"micromil\": \"micromilil\",\n    \"micromillimeter\": \"micromillimita\",\n    \"micronometer\": \"micronometa\",\n    \"microns\": \"igwe okwu\",\n    \"microorganisms\": \"nje\",\n    \"micropathologist\": \"onye na-ahụ maka micropathologist\",\n    \"micropetrologist\": \"ihe banyere micropetrologist\",\n    \"microphone\": \"igwe okwu\",\n    \"microphones\": \"igwe okwu\",\n    \"microphot\": \"igwe okwu\",\n    \"microphotograph\": \"igwe okwu\",\n    \"microphotographs\": \"microphotograph\",\n    \"microphotometer\": \"igwe okwu\",\n    \"microporphyritic\": \"microporphyritị\",\n    \"microprogrammed\": \"microprogram\",\n    \"microprograms\": \"microprogram\",\n    \"micropublishing\": \"ikwuputa ihe\",\n    \"microrefractometer\": \"micro refractometer\",\n    \"microrhabdus\": \"macrorhabdus\",\n    \"microscope\": \"mikroskopu\",\n    \"microscopize\": \"mikroskopu\",\n    \"microsystems\": \"microsystem usoro\",\n    \"microspectrophotometrical\": \"microspectrophotometric\",\n    \"microspectrophotometrically\": \"microspectrophotometrically chọrọ\",\n    \"microspermous\": \"microsperformance\",\n    \"microtomy\": \"microtome\",\n    \"microtonally\": \"microtonal\",\n    \"microtone\": \"microtome\",\n    \"microwave\": \"ngwa ndakwa nri\",\n    \"micrurgical\": \"Igwe na-arụ ọrụ\",\n    \"mycterism\": \"arụsị\",\n    \"mid\": \"ufọt ufọt\",\n    \"midafternoon\": \"mgbe ehihie\",\n    \"midair\": \"nke ikuku\",\n    \"midairs\": \"etiti\",\n    \"midautumn\": \"Midwepu\",\n    \"midcourse\": \"mmekọrịta\",\n    \"midday\": \"ehihie\",\n    \"midden\": \"n'etiti\",\n    \"middens\": \"ufọt ufọt\",\n    \"middes\": \"n'etiti\",\n    \"middle\": \"etiti\",\n    \"middlebreaker\": \"onye na-agba agba\",\n    \"middlebrow\": \"etiti etiti\",\n    \"middlebrowism\": \"ogbako\",\n    \"middlebrows\": \"nkenke\",\n    \"middlebuster\": \"etiti buster\",\n    \"middleclass\": \"n'etiti klaasị\",\n    \"middled\": \"etiti\",\n    \"middlehand\": \"n'etiti\",\n    \"middleland\": \"Middleland\",\n    \"middleman\": \"onye ozo\",\n    \"middlemanism\": \"midmanism\",\n    \"middlemanship\": \"onye etiti\",\n    \"middlemen\": \"ufọt ufọt\",\n    \"middlemost\": \"nke kachasi nso\",\n    \"middleness\": \"oge\",\n    \"middlers\": \"n'etiti\",\n    \"middles\": \"middle\",\n    \"middlesail\": \"n'etiti\",\n    \"middletone\": \"nke dị n'etiti\",\n    \"middleway\": \"midway\",\n    \"middlewards\": \"n'etiti\",\n    \"middleweight\": \"n'etiti\",\n    \"middleweights\": \"midweight\",\n    \"middlewoman\": \"Nwa nwanyi\",\n    \"middlewomen\": \"umu nwanyi\",\n    \"middling\": \"n'etiti\",\n    \"middlingish\": \"okirikiri\",\n    \"middlingness\": \"ikpuchi\",\n    \"middlings\": \"umu nwanyi\",\n    \"mideast\": \"ogechi\",\n    \"midfielder\": \"onye otiti\",\n    \"midforenoon\": \"etiti ehihie\",\n    \"midgets\": \"midget\",\n    \"midguts\": \"midiguts\",\n    \"midheaven\": \"okirikiri\",\n    \"midified\": \"dị n'etiti\",\n    \"midiskirt\": \"agbatị\",\n    \"midlands\": \"etiti\",\n    \"midlandward\": \"n'etiti\",\n    \"midlenting\": \"egbu egbu\",\n    \"midlines\": \"n'etiti etiti\",\n    \"midmain\": \"ufọt ufọt\",\n    \"midmandibular\": \"ufọt ufọt mandibular\",\n    \"midmonths\": \"midmonth\",\n    \"midmorning\": \"n'ehihie\",\n    \"midmost\": \"nke kachasi nso\",\n    \"midn\": \"uche\",\n    \"midnight\": \"etiti abalị\",\n    \"midnightly\": \"n'etiti abalị\",\n    \"midnights\": \"etiti abalị\",\n    \"midnoon\": \"etiti ehihie\",\n    \"midparent\": \"midpapa\",\n    \"midparental\": \"nne nne na nna\",\n    \"midrange\": \"dị n'etiti\",\n    \"midriffs\": \"etiti\",\n    \"midsentence\": \"oge ufodu\",\n    \"midship\": \"otu oge\",\n    \"midshipmanship\": \"midhipmanship\",\n    \"midshipmen\": \"ndị nọ n'etiti\",\n    \"midships\": \"midnsị\",\n    \"midspaces\": \"n'etiti\",\n    \"midst\": \"n'etiti\",\n    \"midstead\": \"n'etiti\",\n    \"midstyled\": \"dị n'etiti\",\n    \"midstory\": \"dị n'etiti\",\n    \"midstories\": \"etiti\",\n    \"midstream\": \"n'etiti\",\n    \"midstreet\": \"n'etiti\",\n    \"midstroke\": \"n'etiti\",\n    \"midsts\": \"n'etiti\",\n    \"midsummer\": \"ufọt ufọt\",\n    \"midsummery\": \"ufọt ufọt\",\n    \"midsummerish\": \"midsummer si\",\n    \"midsummers\": \"midsummer si\",\n    \"midventral\": \"dị n'etiti\",\n    \"midverse\": \"dị n'etiti\",\n    \"midward\": \"n'etiti\",\n    \"midwestern\": \"midwest\",\n    \"midwesterner\": \"midwester\",\n    \"midwesterners\": \"midwesters\",\n    \"midwestward\": \"n'etiti ọwụwa anyanwụ\",\n    \"midwife\": \"ime\",\n    \"midwifed\": \"ime\",\n    \"midwiferies\": \"umu nwanyi\",\n    \"midwifing\": \"ime midwifing\",\n    \"midwinterly\": \"midwinter\",\n    \"midwintry\": \"midwinter\",\n    \"midwise\": \"n'etiti\",\n    \"midwived\": \"ndi na-ele ime\",\n    \"midwives\": \"ndi na-ele ime\",\n    \"myel\": \"mmenwu\",\n    \"myelencephalic\": \"mmmmmmmmmmmmm\",\n    \"myelinated\": \"mmachi\",\n    \"myeline\": \"mmachi\",\n    \"myelines\": \"mmachi\",\n    \"myelinic\": \"mmmmmmmmmmmmm\",\n    \"myelogenous\": \"mmachi\",\n    \"myelography\": \"ihe omimi\",\n    \"myelographically\": \"n'igwe\",\n    \"myeloic\": \"mmachi\",\n    \"myelon\": \"mmọn\",\n    \"myelonal\": \"akwa obula\",\n    \"myelonic\": \"mmachi\",\n    \"myeloplax\": \"mmmmmmmmmmmmm\",\n    \"miersite\": \"mbadamba\",\n    \"miescherian\": \"Onyeka\",\n    \"miff\": \"maiff\",\n    \"miffed\": \"gbanwere\",\n    \"miffiest\": \"kachasị\",\n    \"miffing\": \"na-akpụgharị\",\n    \"miffs\": \"mpako\",\n    \"migg\": \"Mbig\",\n    \"miggle\": \"ikwaga\",\n    \"miggles\": \"Mbugharị\",\n    \"miggs\": \"Mbugharị\",\n    \"might\": \"nwere ike\",\n    \"mighted\": \"Ike\",\n    \"mightful\": \"di ike\",\n    \"mightfully\": \"n'ike\",\n    \"mightfulness\": \"ike\",\n    \"mighty\": \"di ike\",\n    \"mightier\": \"dị ike\",\n    \"mightiest\": \"Onye kacha ike\",\n    \"mightyhearted\": \"Obi ike\",\n    \"mightily\": \"ike\",\n    \"mightiness\": \"ike\",\n    \"mightyship\": \"ike\",\n    \"mightless\": \"enweghị ike\",\n    \"mightly\": \"ike\",\n    \"mightnt\": \"Ikekwe\",\n    \"migniard\": \"mignard\",\n    \"migniardise\": \"mignardise\",\n    \"migniardize\": \"mignardise\",\n    \"mignonness\": \"obi ọjọọ\",\n    \"migonitis\": \"oria ojoo\",\n    \"migrans\": \"Ndị nkwaga\",\n    \"migrant\": \"kwagara\",\n    \"migrants\": \"ndị kwagara mba ọzọ\",\n    \"migrate\": \"ikwaghari\",\n    \"migrated\": \"kwagara\",\n    \"migrates\": \"na-akwaga\",\n    \"migrating\": \"njem\",\n    \"migration\": \"Mbughari\",\n    \"migrational\": \"Mbugharị\",\n    \"migrationist\": \"mbughari\",\n    \"migrations\": \"njem\",\n    \"migrative\": \"mpụga\",\n    \"migrator\": \"Mbughari\",\n    \"migratory\": \"iga njem\",\n    \"migratorial\": \"mbughari\",\n    \"migrators\": \"ndị kwagara mba ọzọ\",\n    \"mihrab\": \"mbikọ\",\n    \"mijl\": \"mbd\",\n    \"mijnheerl\": \"mmmmmmmmmmmmm\",\n    \"mijnheers\": \"mmmmmmmmmmmmm\",\n    \"miking\": \"igwe\",\n    \"mikron\": \"micron\",\n    \"mikrons\": \"igwe ojii\",\n    \"mikvoth\": \"nwachukwu\",\n    \"milacre\": \"maikla\",\n    \"miladis\": \"miladi\",\n    \"milage\": \"ihe agbara\",\n    \"milages\": \"kilomita\",\n    \"milammeter\": \"milamita\",\n    \"milanese\": \"millanese\",\n    \"milched\": \"milled\",\n    \"mild\": \"dị nwayọọ\",\n    \"milden\": \"dị nwayọọ\",\n    \"mildened\": \"dị nwayọọ\",\n    \"mildening\": \"ịdị nwayọọ\",\n    \"mildens\": \"na-agbanwe\",\n    \"milder\": \"dị nro\",\n    \"mildest\": \"dị nro\",\n    \"mildew\": \"ebili\",\n    \"mildewed\": \"ebuo\",\n    \"mildewer\": \"ebili\",\n    \"mildewy\": \"ebili\",\n    \"mildewing\": \"ebuo\",\n    \"mildewproof\": \"ebughi oke\",\n    \"mildews\": \"ebili\",\n    \"mildful\": \"dị nwayọọ\",\n    \"mildfulness\": \"itinye uche\",\n    \"mildhearted\": \"dị nwayọọ\",\n    \"mildheartedness\": \"ịdị nwayọọ n'obi\",\n    \"mildish\": \"dị nwayọọ\",\n    \"mildly\": \"dị nwayọọ\",\n    \"mildness\": \"ịdị nwayọọ\",\n    \"mildnesses\": \"ịdị nwayọọ\",\n    \"mildred\": \"dị nwayọọ\",\n    \"mile\": \"maili\",\n    \"mileage\": \"ihe agbara\",\n    \"mileages\": \"kilomita\",\n    \"miledh\": \"Okwara\",\n    \"mileometer\": \"mileomita\",\n    \"mileposts\": \"mpempe mile\",\n    \"miler\": \"miller\",\n    \"milers\": \"miller\",\n    \"miles\": \"kilomita\",\n    \"milesian\": \"maịl\",\n    \"milesima\": \"kilomita\",\n    \"milesimo\": \"kilomita\",\n    \"milesimos\": \"maịlsọ\",\n    \"milesius\": \"maili\",\n    \"milestones\": \"akara ukwu\",\n    \"mileway\": \"kilomita\",\n    \"miliary\": \"otu nde\",\n    \"miliola\": \"nde\",\n    \"militancy\": \"ịlụ agha\",\n    \"militant\": \"agha\",\n    \"militantly\": \"ndị agha\",\n    \"militantness\": \"agha ness\",\n    \"militants\": \"ndị agha\",\n    \"militar\": \"agha\",\n    \"military\": \"ndị agha\",\n    \"militaries\": \"ndị agha\",\n    \"militaryism\": \"militarism\",\n    \"militarily\": \"agha\",\n    \"militaryment\": \"agha\",\n    \"militariness\": \"ịlụ agha\",\n    \"militarisation\": \"agha\",\n    \"militarise\": \"agha\",\n    \"militarised\": \"agha\",\n    \"militarising\": \"ịlụ ọgụ\",\n    \"militarist\": \"onye agha\",\n    \"militaristic\": \"agha\",\n    \"militaristically\": \"n'agha\",\n    \"militarists\": \"ndị agha\",\n    \"militarization\": \"agha\",\n    \"militarize\": \"ịlụ agha\",\n    \"militarized\": \"agha\",\n    \"militarizes\": \"agha\",\n    \"militarizing\": \"ịlụ agha\",\n    \"militaster\": \"onye agha\",\n    \"militate\": \"agha\",\n    \"militated\": \"agha\",\n    \"militates\": \"ndị agha\",\n    \"militating\": \"na-egbu agha\",\n    \"militation\": \"agha\",\n    \"militia\": \"ndị agha\",\n    \"militiaman\": \"onye agha\",\n    \"militiamen\": \"ndị agha\",\n    \"militias\": \"ndị agha\",\n    \"militiate\": \"ndị agha\",\n    \"milium\": \"miliyọn\",\n    \"milk\": \"mmiri ara\",\n    \"milkbush\": \"ihe nrachi\",\n    \"milked\": \"leghaara anya\",\n    \"milken\": \"milkin\",\n    \"milkfish\": \"mmiri ara ehi\",\n    \"milkfishes\": \"mmiri ara ehi\",\n    \"milkgrass\": \"mmiri ara ehi\",\n    \"milkhouse\": \"milklọ mmiri ara ehi\",\n    \"milky\": \"milki\",\n    \"milkily\": \"mmiri ara ehi\",\n    \"milking\": \"ime ara\",\n    \"milkless\": \"enweghị mmiri ara ehi\",\n    \"milklike\": \"dị ka mmiri ara ehi\",\n    \"milkmaid\": \"mmiri ara ehi\",\n    \"milkmaids\": \"umu anumanu\",\n    \"milkman\": \"onye mmiri ara ehi\",\n    \"milkmen\": \"ndị na-enye mmiri ara\",\n    \"milkness\": \"mmiri ara ehi\",\n    \"milkshake\": \"mịlkshek\",\n    \"milkshed\": \"dị milks\",\n    \"milkshop\": \"Udoka\",\n    \"milksop\": \"mmiri ara ehi\",\n    \"milksopism\": \"mmiri ara ehi\",\n    \"milksoppery\": \"mmiri ara ehi\",\n    \"milksoppy\": \"mmiri ara ehi\",\n    \"milksoppiness\": \"mmiri ara ehi\",\n    \"milksopping\": \"milkụ mmiri ara ehi\",\n    \"milksoppish\": \"mmiri ara ehi\",\n    \"milksoppishness\": \"mmiri ara ehi\",\n    \"milksops\": \"mmiri ara ehi\",\n    \"milkstone\": \"Nkume mmiri ara ehi\",\n    \"milktoast\": \"Mmiri ara ara\",\n    \"milkweed\": \"mmiri ara\",\n    \"milkweeds\": \"mmiri ara ehi\",\n    \"milkworts\": \"milkwodu\",\n    \"mill\": \"igwe nri\",\n    \"millboard\": \"igwe nri\",\n    \"millcake\": \"igwe nri\",\n    \"millclapper\": \"igwe nri\",\n    \"millcourse\": \"akwa igwe\",\n    \"milldam\": \"igwe\",\n    \"milldams\": \"igwe\",\n    \"milldoll\": \"mmmmmmmmmmmm\",\n    \"milleflorous\": \"millefolium\",\n    \"millefoliate\": \"millefolium\",\n    \"millenary\": \"otu puku afọ\",\n    \"millenarian\": \"otu puku afọ\",\n    \"millenarist\": \"onye millenarist\",\n    \"millenist\": \"otu puku afọ\",\n    \"millenium\": \"millennium\",\n    \"millennial\": \"otu puku afọ\",\n    \"millennialist\": \"onye puku afọ\",\n    \"millennialistic\": \"nke puku afọ\",\n    \"millennially\": \"puku afọ\",\n    \"millenniary\": \"otu puku afọ\",\n    \"millenniums\": \"puku afọ iri\",\n    \"milleped\": \"millefo\",\n    \"millful\": \"na-egwe nri\",\n    \"millhouse\": \"igwe nri\",\n    \"milliangstrom\": \"mmmmmmmmmmmmm\",\n    \"milliards\": \"amịlị\",\n    \"milliares\": \"miliares\",\n    \"milliary\": \"jupụta\",\n    \"millie\": \"milie\",\n    \"millieme\": \"amara\",\n    \"milliemes\": \"mmmmmmmmmmmm\",\n    \"milliequivalent\": \"miliequivalent\",\n    \"millier\": \"amara\",\n    \"milliers\": \"ọla\",\n    \"milligals\": \"miligali\",\n    \"milligrams\": \"milligram\",\n    \"millihenry\": \"mmmmmmmmmmmm\",\n    \"millihenries\": \"mechie\",\n    \"milliliter\": \"millilita\",\n    \"milliliters\": \"milimita\",\n    \"millilitre\": \"millilita\",\n    \"milliluces\": \"miliisi\",\n    \"milliluxes\": \"millilux\",\n    \"millime\": \"milimita\",\n    \"millimes\": \"milimita\",\n    \"millimeter\": \"millimita\",\n    \"millimeters\": \"millimita\",\n    \"millimetre\": \"millimita\",\n    \"millimetres\": \"millimita\",\n    \"millimiccra\": \"millimicra\",\n    \"milline\": \"milimita\",\n    \"milliner\": \"igwe nri\",\n    \"millinery\": \"igwe nri\",\n    \"millinerial\": \"ihe igwe\",\n    \"millinering\": \"na-egwe nri\",\n    \"milliners\": \"igwe nri\",\n    \"millines\": \"millins\",\n    \"milling\": \"egwe ọka\",\n    \"millings\": \"egwe ọka\",\n    \"millinormal\": \"milinormal\",\n    \"millinormality\": \"milinormality\",\n    \"millioctave\": \"mmmmmmmmmmmmm\",\n    \"millioersted\": \"gbanye\",\n    \"milliohm\": \"mmmmmmmmmmmm\",\n    \"milliohms\": \"mmmmmmmmmmmm\",\n    \"million\": \"nde\",\n    \"millionaire\": \"nde\",\n    \"millionairedom\": \"nde kwuru nde\",\n    \"millionaires\": \"nde kwuru nde\",\n    \"millionairess\": \"nde nwanyi\",\n    \"millionairish\": \"nde okirikiri\",\n    \"millionairism\": \"nde nde\",\n    \"millionary\": \"nde\",\n    \"millioned\": \"nde\",\n    \"millioner\": \"nde\",\n    \"millionfold\": \"nde\",\n    \"millionism\": \"nde nde\",\n    \"millionist\": \"nde\",\n    \"millionize\": \"nde\",\n    \"millionnaire\": \"nde\",\n    \"millionocracy\": \"nde ocracy\",\n    \"millions\": \"nde\",\n    \"millionth\": \"nde\",\n    \"millionths\": \"nde\",\n    \"millipedes\": \"milliped\",\n    \"millipeds\": \"igwe\",\n    \"millirem\": \"milimita\",\n    \"millirems\": \"milimita\",\n    \"millivolt\": \"ntughari\",\n    \"millivoltmeter\": \"millivoltmita\",\n    \"millivolts\": \"millivọl\",\n    \"milliwatt\": \"mmmmmmmmmmmm\",\n    \"millken\": \"milimita\",\n    \"millman\": \"igwe nri\",\n    \"millmen\": \"igwe nri\",\n    \"millnia\": \"millenia\",\n    \"millpond\": \"milpond\",\n    \"millponds\": \"milponds\",\n    \"millpool\": \"igwe nri\",\n    \"millpost\": \"igwe nri\",\n    \"millraces\": \"millrace\",\n    \"millrind\": \"egwe\",\n    \"millrynd\": \"egwe\",\n    \"millrun\": \"igwe nri\",\n    \"millruns\": \"igwe nri\",\n    \"mills\": \"igwe ihe igwe\",\n    \"millsite\": \"igwe\",\n    \"millstock\": \"igwe nri\",\n    \"millstone\": \"igwe nri\",\n    \"millstones\": \"nkume igwe nri\",\n    \"millstream\": \"igwe ihe igwe\",\n    \"millstreams\": \"igwe ihe ubi\",\n    \"milltail\": \"igwe nri\",\n    \"millward\": \"igwe nri\",\n    \"millwheel\": \"igwe nri\",\n    \"millwork\": \"igwe nri\",\n    \"millworker\": \"igwe ihe igwe nri\",\n    \"millworks\": \"igwe nri\",\n    \"millwright\": \"igwe nri\",\n    \"millwrighting\": \"igwe-egwu\",\n    \"millwrights\": \"igwe nri\",\n    \"milometer\": \"milomita\",\n    \"milord\": \"onye nwe anyi\",\n    \"milords\": \"milor\",\n    \"milted\": \"gba ọtọ\",\n    \"milters\": \"milter\",\n    \"milty\": \"Milty\",\n    \"miltier\": \"milter\",\n    \"miltiest\": \"milti\",\n    \"miltonist\": \"onye miltonist\",\n    \"miltonize\": \"miltoniz\",\n    \"milzbrand\": \"amaeze\",\n    \"mimed\": \"gbụrụ\",\n    \"mimeoing\": \"mimeo\",\n    \"mimers\": \"dị ka\",\n    \"mimes\": \"mmim\",\n    \"mimesises\": \"Mimesi\",\n    \"mimester\": \"akwa\",\n    \"mimetesite\": \"mmmmmmmmmmmm\",\n    \"mimetic\": \"na-e .omi\",\n    \"mimetites\": \"na-eitesomi\",\n    \"mimical\": \"yiri\",\n    \"mimically\": \"n'iicallyomi\",\n    \"mimicked\": \"ickedomiri\",\n    \"mimicker\": \"Mickomi\",\n    \"mimickers\": \"ihe nlere\",\n    \"mimicking\": \"iomi\",\n    \"mimicries\": \"na-e .omi\",\n    \"mimics\": \"ihe ngosi\",\n    \"mimine\": \"na-eineomi\",\n    \"miming\": \"na-e .omi\",\n    \"miminypiminy\": \"miminy piminy\",\n    \"mimish\": \"i mimomi\",\n    \"mimly\": \"dịka\",\n    \"mimmation\": \"mmeme\",\n    \"mimmed\": \"na-e .om\",\n    \"mimmest\": \"Mmmest\",\n    \"mimming\": \"na-e .omi\",\n    \"mimmock\": \"Mmack\",\n    \"mimmocky\": \"Iheanacho\",\n    \"mimmocking\": \"Na-egwu egwu\",\n    \"mimmoud\": \"Onyinyechukwu\",\n    \"mimmouthed\": \"na-e .omi\",\n    \"mimmouthedness\": \"mmetụ\",\n    \"mimodrama\": \"mmmmmmmmmmmmm\",\n    \"mimography\": \"ihe ngosi\",\n    \"mimologist\": \"ihe omimi\",\n    \"mimosaceous\": \"ihe omimi\",\n    \"mimosis\": \"ihe omimi\",\n    \"mimotannic\": \"mmmmmmmmmmmmm\",\n    \"mimotype\": \"ihe ngosi\",\n    \"mimotypic\": \"mmamiri\",\n    \"mimp\": \"Mimp\",\n    \"mimulus\": \"ihe nlere\",\n    \"mimus\": \"ihe omimi\",\n    \"min\": \"Nkeji\",\n    \"minacious\": \"na-arụ ọrụ\",\n    \"minaciously\": \"na-arụ ọrụ\",\n    \"minaciousness\": \"arụ ọrụ\",\n    \"minacity\": \"abaghị uru\",\n    \"minacities\": \"ihe ndozi\",\n    \"mynahs\": \"mynah\",\n    \"minaret\": \"ihe ndi ozo\",\n    \"minarets\": \"minaret\",\n    \"minas\": \"ego\",\n    \"minatnrial\": \"okpokoro\",\n    \"minatory\": \"nkeji\",\n    \"minatorial\": \"minista\",\n    \"minatorially\": \"nkeji\",\n    \"minatories\": \"obere ọrụ\",\n    \"minatorily\": \"obere\",\n    \"minced\": \"mebiri\",\n    \"mincer\": \"onye na-egwu egwu\",\n    \"mincers\": \"mince\",\n    \"minces\": \"mkpọ\",\n    \"minchen\": \"esi\",\n    \"minchery\": \"ulo oru ivu\",\n    \"minchiate\": \"minitị\",\n    \"mincy\": \"obere oge\",\n    \"minciest\": \"kasị obere\",\n    \"mincing\": \"na-egwuputa\",\n    \"mincingly\": \"egwu\",\n    \"mincingness\": \"egwu\",\n    \"mind\": \"uche\",\n    \"minded\": \"uche\",\n    \"mindedly\": \"jiri uche\",\n    \"mindedness\": \"uche\",\n    \"mindel\": \"uche\",\n    \"mindelian\": \"uchechi\",\n    \"minder\": \"buru n'uche\",\n    \"minders\": \"ndụmọdụ\",\n    \"mindful\": \"buru n'uche\",\n    \"mindfully\": \"n'uche\",\n    \"mindfulness\": \"itinye uche\",\n    \"minding\": \"itinye uche\",\n    \"mindless\": \"enweghi uche\",\n    \"mindlessly\": \"enweghị uche\",\n    \"mindlessness\": \"enweghị uche\",\n    \"mindly\": \"n'uche\",\n    \"minds\": \"uche\",\n    \"mindsickness\": \"uche uche\",\n    \"mindsight\": \"uche\",\n    \"mine\": \"nkem\",\n    \"mineable\": \"enwere ike igwu\",\n    \"mined\": \"mepụtara\",\n    \"minefield\": \"ebe a na-egwu egwu\",\n    \"minelayer\": \"onye na-egwu ala\",\n    \"minelayers\": \"ndị na-egwu ala\",\n    \"mineowner\": \"onye nwe ala\",\n    \"miner\": \"onye na-egwuputa ihe\",\n    \"mineragraphy\": \"ihe omimi\",\n    \"mineragraphic\": \"ihe omimi\",\n    \"mineral\": \"ịnweta\",\n    \"mineralise\": \"ịnweta\",\n    \"mineralised\": \"gbanwere\",\n    \"mineralising\": \"isingnweta ihe\",\n    \"mineralist\": \"onye na-egwuputa ihe\",\n    \"mineralizable\": \"ịnweta\",\n    \"mineralization\": \"ịnweta\",\n    \"mineralize\": \"ịnweta mineral\",\n    \"mineralized\": \"gbanwere\",\n    \"mineralizer\": \"Ngwongwo\",\n    \"mineralizes\": \"na-edozi\",\n    \"mineralizing\": \"na-egwupụta ihe\",\n    \"mineralocorticoid\": \"myralocorticoid\",\n    \"mineralogy\": \"ihe omimi\",\n    \"mineralogic\": \"ihe omimi\",\n    \"mineralogical\": \"ihe omimi\",\n    \"mineralogies\": \"ihe omimi\",\n    \"mineralogist\": \"onye na-ahụ maka ihe omimi\",\n    \"mineralogists\": \"ndị na-ahụ maka ihe omimi\",\n    \"mineralogize\": \"ihe omimi\",\n    \"minerals\": \"mineral\",\n    \"minerology\": \"ihe omimi\",\n    \"minerologist\": \"onye na-ahụ maka ihe omimi\",\n    \"miners\": \"ndị na-egwuputa ihe\",\n    \"minerval\": \"minerva\",\n    \"minervan\": \"minerva\",\n    \"minervic\": \"minerva\",\n    \"minesweeper\": \"onye na-egwuputa ihe\",\n    \"minesweepers\": \"ndị na-egwupụta ọla kọpa\",\n    \"minesweeping\": \"nsị\",\n    \"minette\": \"Nkeji\",\n    \"minever\": \"onye na-egwuputa ihe\",\n    \"mineworker\": \"onye oru m\",\n    \"mingy\": \"mingi\",\n    \"minginess\": \"ịdị ọcha\",\n    \"mingle\": \"gwakọta\",\n    \"mingleable\": \"gwakọtara\",\n    \"mingled\": \"gwakọtara\",\n    \"mingledly\": \"gwakọtara\",\n    \"minglement\": \"ngwakọta\",\n    \"mingler\": \"gwakọtara\",\n    \"minglers\": \"gwakọtara\",\n    \"mingles\": \"gwakọta\",\n    \"mingling\": \"agwakọta\",\n    \"minglingly\": \"gwakọtara\",\n    \"mingo\": \"egwuregwu\",\n    \"minguetite\": \"asụsụ\",\n    \"mini\": \"Obere\",\n    \"miny\": \"Nkeji\",\n    \"miniaceous\": \"obere\",\n    \"miniate\": \"miniature\",\n    \"miniated\": \"Obere\",\n    \"miniatured\": \"miniature\",\n    \"miniatureness\": \"miniature ness\",\n    \"miniaturists\": \"miniaturist\",\n    \"miniaturize\": \"miniaturiz\",\n    \"minibuses\": \"bọs\",\n    \"minibusses\": \"minibosses\",\n    \"minicabs\": \"minicab\",\n    \"minicam\": \"mini cam\",\n    \"minicamera\": \"obere igwefoto\",\n    \"minicomputers\": \"obere kọmputa\",\n    \"minidisk\": \"minidisc\",\n    \"minidisks\": \"minidisk\",\n    \"minidress\": \"Obere nwa\",\n    \"minienize\": \"wedata\",\n    \"minify\": \"gbue\",\n    \"minification\": \"ntinye\",\n    \"minified\": \"emecha\",\n    \"minifies\": \"na-agbanye\",\n    \"minifying\": \"na-arụ ọrụ\",\n    \"minikinly\": \"dị obere\",\n    \"minilanguage\": \"Obere asụsụ\",\n    \"minim\": \"pere mpe\",\n    \"minima\": \"ntakiri\",\n    \"minimal\": \"ntakiri\",\n    \"minimalism\": \"ntakiri\",\n    \"minimalist\": \"ntakiri\",\n    \"minimalists\": \"ntakiri\",\n    \"minimalkaline\": \"minim alkaline\",\n    \"minimally\": \"pere mpe\",\n    \"minimals\": \"obere\",\n    \"minimaxes\": \"ntakịrị ihe\",\n    \"minimetric\": \"ntakịrị\",\n    \"minimifidian\": \"Minifidian\",\n    \"minimis\": \"ntakiri\",\n    \"minimisation\": \"mwepu\",\n    \"minimise\": \"wedata\",\n    \"minimised\": \"belata\",\n    \"minimiser\": \"mbelata\",\n    \"minimises\": \"belata\",\n    \"minimising\": \"mbenata\",\n    \"minimism\": \"belata\",\n    \"minimistic\": \"ntakiri\",\n    \"minimite\": \"minimlata\",\n    \"minimitude\": \"pere mpe\",\n    \"minimization\": \"mwepu\",\n    \"minimizations\": \"mbelata\",\n    \"minimize\": \"wedata\",\n    \"minimized\": \"belata\",\n    \"minimizer\": \"mbenata\",\n    \"minimizers\": \"ndị na-emepụta ihe\",\n    \"minimizes\": \"na-ebenata\",\n    \"minimizing\": \"mbenata\",\n    \"minims\": \"obere\",\n    \"minimum\": \"opekempe\",\n    \"minimums\": \"opekempe\",\n    \"minimuscular\": \"pere mpe\",\n    \"mining\": \"igwuputa ihe\",\n    \"minings\": \"egwu\",\n    \"minionism\": \"minitism\",\n    \"minionly\": \"dị obere\",\n    \"minions\": \"ndị ọrụ\",\n    \"minionship\": \"minista\",\n    \"minious\": \"ndị ọrụ\",\n    \"minipill\": \"mini ọgwụ\",\n    \"minis\": \"nkeji\",\n    \"miniseries\": \"Mmegharị\",\n    \"minish\": \"ma ọ bụ\",\n    \"minished\": \"ma ọ bụ\",\n    \"minisher\": \"minisita\",\n    \"minishes\": \"emecha\",\n    \"minishing\": \"agbasa\",\n    \"minishment\": \"minit\",\n    \"miniskirt\": \"obere skeetị\",\n    \"miniskirted\": \"okpokoro\",\n    \"miniskirts\": \"uwe mwụda\",\n    \"ministate\": \"minista\",\n    \"ministates\": \"ministri\",\n    \"minister\": \"ozi\",\n    \"ministered\": \"jere ozi\",\n    \"ministeriable\": \"na-eje ozi\",\n    \"ministerial\": \"na-eje ozi\",\n    \"ministerialism\": \"ije ozi\",\n    \"ministerialist\": \"onye ozi\",\n    \"ministeriality\": \"ije ozi\",\n    \"ministerially\": \"na-eje ozi\",\n    \"ministerialness\": \"ije ozi\",\n    \"ministering\": \"ije ozi\",\n    \"ministerium\": \"minista\",\n    \"ministers\": \"ndị ozi\",\n    \"ministership\": \"ije ozi\",\n    \"ministrable\": \"ogwe\",\n    \"ministral\": \"na-eje ozi\",\n    \"ministrant\": \"ministri\",\n    \"ministrants\": \"ndị na-eje ozi\",\n    \"ministrate\": \"ministri\",\n    \"ministration\": \"ozi\",\n    \"ministrations\": \"ndozi\",\n    \"ministrative\": \"na-arụ ọrụ\",\n    \"ministrator\": \"ozi\",\n    \"ministrer\": \"ozi\",\n    \"ministress\": \"minista\",\n    \"ministry\": \"ozi\",\n    \"ministries\": \"ministri\",\n    \"ministryship\": \"ụgbọ mmiri ozi\",\n    \"minitant\": \"minit\",\n    \"minium\": \"opekempe\",\n    \"minivers\": \"miniver\",\n    \"minivet\": \"miniver\",\n    \"minkery\": \"ngwongwo\",\n    \"minkfish\": \"azụ azụ\",\n    \"minkfishes\": \"minkf\",\n    \"minneapolis\": \"Minneapolis\",\n    \"minnesingers\": \"minnesinger\",\n    \"minnesong\": \"Ogbe\",\n    \"minnesotans\": \"ndị minnesotans\",\n    \"minny\": \"Nkeji\",\n    \"minniebush\": \"minnie ohia\",\n    \"minnies\": \"Nkeji\",\n    \"minning\": \"igwuputa ihe\",\n    \"minnow\": \"Obere oge\",\n    \"minnows\": \"egwu\",\n    \"minoize\": \"mebisi\",\n    \"minometer\": \"minomita\",\n    \"minor\": \"obere\",\n    \"minora\": \"obere\",\n    \"minorate\": \"minista\",\n    \"minoration\": \"mwepu\",\n    \"minorca\": \"obere\",\n    \"minorcan\": \"obere nwa\",\n    \"minorcas\": \"obere obere\",\n    \"minored\": \"etinyere\",\n    \"minoress\": \"obere ihe\",\n    \"minoring\": \"na-arụ ọrụ\",\n    \"minorist\": \"pere mpe\",\n    \"minorite\": \"onye pere mpe\",\n    \"minority\": \"ndi pere mpe\",\n    \"minorities\": \"ndi pere mpe\",\n    \"minors\": \"umuaka\",\n    \"minorship\": \"obere oge\",\n    \"minos\": \"ma ọ bụ\",\n    \"minot\": \"ma ọ bụ\",\n    \"mins\": \"Nkeji\",\n    \"minster\": \"minit\",\n    \"minsteryard\": \"minster yad\",\n    \"minsters\": \"egwu egwu\",\n    \"minstreless\": \"na-enweghị atụ\",\n    \"minstrels\": \"egwu egwu\",\n    \"minstrelship\": \"egwu\",\n    \"minstrelsy\": \"Ogbogu Okonji\",\n    \"mint\": \"Mint\",\n    \"mintage\": \"minit\",\n    \"minted\": \"etinyere\",\n    \"minter\": \"minit\",\n    \"minters\": \"ndị na-arụ ọrụ\",\n    \"minty\": \"Nkeji\",\n    \"mintiest\": \"nkejiest\",\n    \"minting\": \"na-egwuputa\",\n    \"mintmaker\": \"ede\",\n    \"mintmaking\": \"mint\",\n    \"mintman\": \"mintim\",\n    \"mintmaster\": \"Mintmaster\",\n    \"mints\": \"Nkeji\",\n    \"minuend\": \"gbanye\",\n    \"minuends\": \"na-agbatị\",\n    \"minuetic\": \"ekwenti\",\n    \"minuets\": \"Ntinye\",\n    \"minum\": \"Nkeji\",\n    \"minus\": \"mwepu\",\n    \"minuscular\": \"majuscule\",\n    \"minuscule\": \"obere ihe\",\n    \"minuscules\": \"obere ihe\",\n    \"minuses\": \"Nkeji\",\n    \"minutary\": \"Nkeji\",\n    \"minutation\": \"mwepu\",\n    \"minute\": \"Nkeji\",\n    \"minuted\": \"emebiri\",\n    \"minutely\": \"n'eziokwu\",\n    \"minuteman\": \"Nkeji\",\n    \"minutemen\": \"Nkeji\",\n    \"minuteness\": \"minut\",\n    \"minuter\": \"obere\",\n    \"minutes\": \"Nkeji\",\n    \"minutest\": \"dịkarịsịrị ntakịrị\",\n    \"minuthesis\": \"minithesis\",\n    \"minutial\": \"minitial\",\n    \"minuting\": \"na-egwupụta\",\n    \"minutious\": \"dị obere\",\n    \"minutiously\": \"jiri nwayọọ\",\n    \"minverite\": \"Minverite\",\n    \"minx\": \"Nkeji\",\n    \"minxish\": \"obere ihe\",\n    \"minxishly\": \"n'obere ihe\",\n    \"minxishness\": \"adịghị mma\",\n    \"minxship\": \"minxhip\",\n    \"myoblast\": \"mmachi\",\n    \"myocardiac\": \"obi m\",\n    \"miocenic\": \"ihechi\",\n    \"myoclonic\": \"mmmmmmmmmmmmm\",\n    \"myocoel\": \"mmakoyo\",\n    \"myodynamia\": \"mmmmmmmmmmmmm\",\n    \"myodynamic\": \"mmmmmmmmmmmmm\",\n    \"myodynamics\": \"ihe omimi\",\n    \"myoelectric\": \"igwe\",\n    \"myofibril\": \"mmmmmmmmmmmmm\",\n    \"myography\": \"ihe omimi\",\n    \"myographically\": \"ihe omimi\",\n    \"myoinositol\": \"mmmmmmmmmmmmm\",\n    \"miolithic\": \"ndigbo\",\n    \"myologist\": \"ihe omimi\",\n    \"myomorph\": \"mmmmmmorph\",\n    \"myomorphic\": \"mmmmmmorphic\",\n    \"myoneural\": \"ihe omuma\",\n    \"myopic\": \"mmachi\",\n    \"myopies\": \"mmachi\",\n    \"myoporad\": \"nwachukwu\",\n    \"myositic\": \"nwachukwu\",\n    \"myosotes\": \"mmmmmmmmmmm\",\n    \"myosuture\": \"Nwachukwu\",\n    \"miothermic\": \"mmmmmmmmmmmmm\",\n    \"myothermic\": \"mmmmmmmmmmmmm\",\n    \"miotic\": \"ihe omimi\",\n    \"myotic\": \"myoti\",\n    \"miotics\": \"mioti\",\n    \"myotics\": \"myoti\",\n    \"myoxine\": \"mmakoxine\",\n    \"mips\": \"maps\",\n    \"mira\": \"ebube\",\n    \"mirabell\": \"mben\",\n    \"mirabelle\": \"ndise\",\n    \"mirabiliary\": \"agbachitere\",\n    \"mirabilite\": \"iheramite\",\n    \"mirable\": \"Ojuju\",\n    \"mirac\": \"ebube\",\n    \"mirach\": \"ebube\",\n    \"miracidial\": \"iheanacho\",\n    \"miracle\": \"ọrụ ebube\",\n    \"miracled\": \"ebube\",\n    \"miraclemonger\": \"ọrụ ebube\",\n    \"miraclemongering\": \"ọrụ ebube\",\n    \"miracles\": \"ọrụ ebube\",\n    \"miracling\": \"ebube\",\n    \"miraclist\": \"ebube\",\n    \"miracular\": \"ihe ebube\",\n    \"miraculist\": \"onyekachi\",\n    \"miraculize\": \"ebube\",\n    \"miraculosity\": \"ebube anwu\",\n    \"miraculous\": \"n'ụzọ ọrụ ebube\",\n    \"miraculously\": \"n'ụzọ ọrụ ebube\",\n    \"miraculousness\": \"ọrụ ebube\",\n    \"miradors\": \"ihe ebube\",\n    \"mirage\": \"igwe\",\n    \"mirages\": \"ebube\",\n    \"miragy\": \"ihe ebube\",\n    \"mirak\": \"ebube\",\n    \"mirandous\": \"ebube\",\n    \"mirate\": \"maa mma\",\n    \"mird\": \"Miri\",\n    \"mire\": \"apịtị\",\n    \"mired\": \"mared\",\n    \"mires\": \"apịtị\",\n    \"mirex\": \"nkechi\",\n    \"mirexes\": \"maikel\",\n    \"miry\": \"Miri\",\n    \"miryachit\": \"nye\",\n    \"myriaded\": \"myri\",\n    \"myriads\": \"myriad\",\n    \"myrialiter\": \"myriliter\",\n    \"myrialitre\": \"myrilitre\",\n    \"myriarch\": \"onye isi ala\",\n    \"myriarchy\": \"okpukpere chi\",\n    \"miriest\": \"Onyekachi\",\n    \"mirific\": \"dị ebube\",\n    \"miriness\": \"ịdị nwayọọ\",\n    \"mirinesses\": \"udegbe\",\n    \"miring\": \"gwakọtara\",\n    \"myriological\": \"ihe omimi\",\n    \"myriologist\": \"ọkà mmụta ihe omimi\",\n    \"myriotheist\": \"myuroti\",\n    \"mirish\": \"rie\",\n    \"mirk\": \"Miri\",\n    \"mirker\": \"Igwe afụ\",\n    \"mirkily\": \"Nwere mirkily\",\n    \"mirkish\": \"Miri\",\n    \"mirkly\": \"Nkọwa\",\n    \"mirkness\": \"Udo\",\n    \"mirled\": \"enyo\",\n    \"mirlitons\": \"mirlitọn\",\n    \"myrmecophytic\": \"myrmecophytik\",\n    \"myrmotherine\": \"myr mama m\",\n    \"miro\": \"Miro\",\n    \"myronic\": \"ihe omimi\",\n    \"myrrhed\": \"myrr\",\n    \"myrrhic\": \"myrhichi\",\n    \"mirror\": \"enyo\",\n    \"mirrored\": \"enyo\",\n    \"mirroring\": \"na-egosipụta\",\n    \"mirrorize\": \"enyo\",\n    \"mirrorlike\": \"yiri enyo\",\n    \"mirrors\": \"enyo\",\n    \"mirrorscope\": \"enyo enyo\",\n    \"mirth\": \"obi ụtọ\",\n    \"mirthful\": \"na-enwe obi ụtọ\",\n    \"mirthfully\": \"jiri ọthụ\",\n    \"mirthfulness\": \"Obi ụtọ\",\n    \"mirthless\": \"enweghị obi ụtọ\",\n    \"mirthlessly\": \"enweghị mirthless\",\n    \"mirthlessness\": \"enweghị obi ụtọ\",\n    \"mirths\": \"Egosi\",\n    \"mirvs\": \"Uyo\",\n    \"misaccept\": \"emezighị emezi\",\n    \"misacception\": \"nghọtahie\",\n    \"misaccount\": \"ịgha ụgha\",\n    \"misaccused\": \"duhie\",\n    \"misachievement\": \"ọghọm\",\n    \"misacknowledge\": \"na-amaghị ihe\",\n    \"misact\": \"emehie\",\n    \"misacted\": \"emegbula\",\n    \"misacting\": \"na-emehie\",\n    \"misacts\": \"arụ ọrụ\",\n    \"misadapted\": \"duhiehie\",\n    \"misadapting\": \"na-etinyehiehie\",\n    \"misadapts\": \"na-arụ ọrụ\",\n    \"misadding\": \"na-arụ ọrụ\",\n    \"misaddress\": \"na-elekọta nwanyị\",\n    \"misaddressed\": \"edoziri ya\",\n    \"misaddresses\": \"ndi ndu\",\n    \"misaddressing\": \"na-edozi anya\",\n    \"misadds\": \"agahie\",\n    \"misadjudicated\": \"agbagọ\",\n    \"misadjust\": \"ndaghari\",\n    \"misadjusted\": \"emezighi\",\n    \"misadjusting\": \"na-emezighị emezi\",\n    \"misadjustment\": \"ndudue\",\n    \"misadjusts\": \"na-akọwahie\",\n    \"misadmeasurement\": \"ndudue\",\n    \"misadministration\": \"nduhie\",\n    \"misadressed\": \"emehiela\",\n    \"misadressing\": \"na-emehie\",\n    \"misadvantage\": \"ọghọm\",\n    \"misadventure\": \"imehie ihe\",\n    \"misadventurer\": \"onye nzuzu\",\n    \"misadventures\": \"ọghọm\",\n    \"misadvertence\": \"amaghị ihe ọ bụla\",\n    \"misadvice\": \"ndụmọdụ ọjọọ\",\n    \"misadvise\": \"iduhie\",\n    \"misadvised\": \"duhie\",\n    \"misadvisedly\": \"ezughi oke\",\n    \"misadvisedness\": \"nduhie\",\n    \"misadvises\": \"na-akọwahie\",\n    \"misadvising\": \"na-emehie\",\n    \"misaffect\": \"enweghi nsogbu\",\n    \"misaffected\": \"etinyere\",\n    \"misaffection\": \"enweghị ntụpọ\",\n    \"misaffirm\": \"ikwupụta\",\n    \"misagent\": \"emehie\",\n    \"misagents\": \"ndị na-enweghị isi\",\n    \"misaimed\": \"emebiri\",\n    \"misaiming\": \"na-emehie\",\n    \"misaims\": \"misaim\",\n    \"misalienate\": \"atụ\",\n    \"misaligned\": \"emezughị\",\n    \"misalignment\": \"nhazi\",\n    \"misalignments\": \"enwetaghị\",\n    \"misallegation\": \"algha\",\n    \"misallege\": \"idahie\",\n    \"misalleged\": \"agahie\",\n    \"misalleging\": \"adabaghị iwu\",\n    \"misally\": \"ụzọ\",\n    \"misalliances\": \"ndudue\",\n    \"misallied\": \"emezughị\",\n    \"misallies\": \"agahie\",\n    \"misallying\": \"na-emehie\",\n    \"misallocation\": \"nhazi:\",\n    \"misallotment\": \"inye iwu\",\n    \"misallotted\": \"ezughị oke\",\n    \"misallotting\": \"emehie iwu\",\n    \"misallowance\": \"nkwenye\",\n    \"misalphabetize\": \"hazie nsogbu\",\n    \"misalphabetized\": \"ezughị ezu\",\n    \"misalphabetizes\": \"na-ezighi ezi ozi\",\n    \"misalphabetizing\": \"na-ezighi ezi nhazi\",\n    \"misalter\": \"ndudue\",\n    \"misaltered\": \"emehiela\",\n    \"misaltering\": \"na-ezighi ezi\",\n    \"misalters\": \"ndị na-eme ihe ọjọọ\",\n    \"misanalysis\": \"nyocha\",\n    \"misanalyzed\": \"agahie\",\n    \"misanalyzely\": \"nzuzu\",\n    \"misanalyzing\": \"ịtụgharị uche\",\n    \"misandry\": \"na-ezighi ezi\",\n    \"misanswer\": \"onye ozigbo\",\n    \"misanthrope\": \"arochukwu\",\n    \"misanthropes\": \"ndughari\",\n    \"misanthropically\": \"na-agbaso\",\n    \"misanthropize\": \"duzie mishanthropize\",\n    \"misanthropos\": \"ubube\",\n    \"misapparel\": \"ezighi ezi\",\n    \"misappear\": \"na-apụ apụ\",\n    \"misappearance\": \"mperi\",\n    \"misappended\": \"emezighi\",\n    \"misapply\": \"ezighi ezi\",\n    \"misapplication\": \"misappesa\",\n    \"misapplied\": \"emehiela\",\n    \"misapplier\": \"na-ezighi ezi\",\n    \"misapplies\": \"na-emehie\",\n    \"misapplying\": \"na-emehie\",\n    \"misappoint\": \"ezighi ezi\",\n    \"misappointment\": \"ndudue\",\n    \"misappraise\": \"na-ezighi ezi\",\n    \"misappraised\": \"ezighi ezi\",\n    \"misappraising\": \"na-emehie ihe\",\n    \"misappreciate\": \"ezighi ezi\",\n    \"misappreciative\": \"onye na-enweghi ekele\",\n    \"misapprehend\": \"ghọtahiela\",\n    \"misapprehended\": \"ghọtahiere\",\n    \"misapprehending\": \"na-aghọtahie\",\n    \"misapprehendingly\": \"na-aghọtahie\",\n    \"misapprehends\": \"na-ezighi ezi\",\n    \"misapprehensible\": \"ghara ịghọtahie ya\",\n    \"misapprehension\": \"nghotahie\",\n    \"misapprehensions\": \"nghotahie\",\n    \"misapprehensive\": \"ezighi ezi\",\n    \"misapprehensively\": \"n'ụzọ na-ezighi ezi\",\n    \"misapprehensiveness\": \"ezighi ezi\",\n    \"misappropriate\": \"ekwesighi\",\n    \"misappropriated\": \"na-emezighị emezi\",\n    \"misappropriately\": \"na-ezighi ezi\",\n    \"misappropriates\": \"na-ezighi ezi\",\n    \"misappropriating\": \"na-emejọ\",\n    \"misappropriation\": \"ighara iji ya eme ihe n’ụzọ na-ezighị ezi\",\n    \"misappropriations\": \"na-emebi ihe\",\n    \"misarray\": \"ndudue\",\n    \"misarrange\": \"tugharia\",\n    \"misarranged\": \"emezighi\",\n    \"misarrangement\": \"nghazi\",\n    \"misarrangements\": \"mmeghe\",\n    \"misarranges\": \"emehie\",\n    \"misarranging\": \"emehie ihe\",\n    \"misarticulated\": \"misarticlera\",\n    \"misarticulating\": \"na-emehie\",\n    \"misascription\": \"idebanye aha\",\n    \"misasperse\": \"misaspers\",\n    \"misassaying\": \"misassay\",\n    \"misassays\": \"oghom\",\n    \"misassent\": \"enweghi ike\",\n    \"misassertion\": \"misassation\",\n    \"misassign\": \"zipu\",\n    \"misassignment\": \"itinye ọkwa ọrụ\",\n    \"misassociate\": \"hapụzie\",\n    \"misassociation\": \"mkparịta ụka\",\n    \"misate\": \"na-ekwuhie\",\n    \"misatoned\": \"atataghị ikike\",\n    \"misatoning\": \"na-atụgharị uche\",\n    \"misattribution\": \"ụtụ\",\n    \"misauthorization\": \"itinye aka na-ezighi ezi\",\n    \"misauthorized\": \"enyeghi ikike\",\n    \"misaver\": \"na-acho\",\n    \"misaverred\": \"misaver\",\n    \"misaverring\": \"na-emehie ihe\",\n    \"misavers\": \"ndi na-acho ihe\",\n    \"misaward\": \"nduku\",\n    \"misawarding\": \"na-achọ ihe\",\n    \"misawards\": \"nduku\",\n    \"misbandage\": \"bandghahie\",\n    \"misbaptize\": \"emegbue\",\n    \"misbear\": \"ikwuhie\",\n    \"misbecame\": \"ezighi ezi\",\n    \"misbecome\": \"abaghị uru\",\n    \"misbecoming\": \"ezighị ezi\",\n    \"misbecomingly\": \"ezighi ezi\",\n    \"misbecomingness\": \"ezighi ezi\",\n    \"misbefall\": \"adabaghị\",\n    \"misbefallen\": \"idahie\",\n    \"misbefitting\": \"ekwesighi\",\n    \"misbeget\": \"emehie\",\n    \"misbegetting\": \"emehie ihe\",\n    \"misbegin\": \"ezighi ezi\",\n    \"misbeginning\": \"na-ezighi ezi\",\n    \"misbegins\": \"ezighi ezi\",\n    \"misbegotten\": \"ezughị okè\",\n    \"misbehave\": \"akpa agwa\",\n    \"misbehaved\": \"emezighi omume\",\n    \"misbehaver\": \"emehie ihe\",\n    \"misbehavers\": \"omume ezighi ezi\",\n    \"misbehaves\": \"emehie ihe\",\n    \"misbehaving\": \"emehie ihe\",\n    \"misbehavior\": \"àgwà ọjọọ\",\n    \"misbehaviour\": \"àgwà ọjọọ\",\n    \"misbelief\": \"nkwenye\",\n    \"misbeliefs\": \"nkwenkwe ụgha\",\n    \"misbelieve\": \"ekweghi\",\n    \"misbelieved\": \"ekweghi\",\n    \"misbeliever\": \"onye ekweghi ekwe\",\n    \"misbelieving\": \"ekwenyeghi\",\n    \"misbelievingly\": \"na-ekwenyeghi\",\n    \"misbelove\": \"emehie ihe\",\n    \"misbestow\": \"inye iwu\",\n    \"misbestowal\": \"inye iwu\",\n    \"misbestowed\": \"inye aka\",\n    \"misbestowing\": \"na-emehie\",\n    \"misbestows\": \"inye nsogbu\",\n    \"misbetide\": \"adịghị mma\",\n    \"misbiased\": \"ezighi ezi\",\n    \"misbiasing\": \"na-ezighị ezi\",\n    \"misbiassed\": \"ezighi ezi\",\n    \"misbill\": \"mmebi iwu\",\n    \"misbilled\": \"ezughị oke\",\n    \"misbilling\": \"mmebi iwu\",\n    \"misbills\": \"mmefu\",\n    \"misbind\": \"ezighi ezi\",\n    \"misbinding\": \"na-etinye uche\",\n    \"misbinds\": \"ihe ezighi ezi\",\n    \"misbirth\": \"ime ọpụpụ\",\n    \"misbode\": \"nduhie\",\n    \"misboden\": \"emehie\",\n    \"misborn\": \"amụghị amụ\",\n    \"misbrand\": \"mbibi\",\n    \"misbranded\": \"misbrandar\",\n    \"misbranding\": \"na-emehie\",\n    \"misbrew\": \"ndudue\",\n    \"misbuild\": \"wulite\",\n    \"misbuilding\": \"na-ewuli elu\",\n    \"misbuilds\": \"ezighi ezi\",\n    \"misbuilt\": \"ezighi ezi\",\n    \"misbuttoned\": \"ezughị ezu\",\n    \"misc\": \"nzu\",\n    \"miscal\": \"ezi uche\",\n    \"miscalculate\": \"emehie\",\n    \"miscalculated\": \"emehiewo\",\n    \"miscalculates\": \"emehie\",\n    \"miscalculating\": \"emehie\",\n    \"miscalculation\": \"ụgha\",\n    \"miscalculations\": \"emehie\",\n    \"miscalculator\": \"emehie\",\n    \"miscall\": \"imehie\",\n    \"miscalled\": \"emehie\",\n    \"miscaller\": \"emehie\",\n    \"miscalling\": \"na-emehie\",\n    \"miscalls\": \"ezila\",\n    \"miscanonize\": \"duhie ime mmụọ\",\n    \"miscarry\": \"ime ọpụpụ\",\n    \"miscarriage\": \"ime ọpụpụ\",\n    \"miscarriageable\": \"ime ọpụpụ nwere ike\",\n    \"miscarriages\": \"ime ọpụpụ\",\n    \"miscarried\": \"imehie\",\n    \"miscarries\": \"imehie\",\n    \"miscarrying\": \"ime ọpụpụ\",\n    \"miscast\": \"na-agha\",\n    \"miscasted\": \"emezughị\",\n    \"miscasting\": \"na-agbasa\",\n    \"miscasts\": \"na-agha ụgha\",\n    \"miscasualty\": \"nzuzu\",\n    \"miscategorize\": \"mebie\",\n    \"miscategorizing\": \"ịghahie\",\n    \"misce\": \"gha\",\n    \"misceability\": \"enweghi ike\",\n    \"miscegenations\": \"ihe omuma\",\n    \"miscegenetic\": \"oghom\",\n    \"miscegine\": \"nzuzu\",\n    \"miscellanarian\": \"dibia\",\n    \"miscellane\": \"nduhie\",\n    \"miscellanea\": \"nduhie\",\n    \"miscellaneal\": \"ndu\",\n    \"miscellaneity\": \"ịdị iche\",\n    \"miscellaneous\": \"dị iche iche\",\n    \"miscellaneously\": \"iche\",\n    \"miscellaneousness\": \"iche iche\",\n    \"miscellany\": \"nduhie\",\n    \"miscellanies\": \"uzo ozo\",\n    \"miscellanist\": \"Ojejoje\",\n    \"miscensure\": \"oghom\",\n    \"miscensured\": \"emehiela\",\n    \"miscensuring\": \"ezi uche\",\n    \"mischallenge\": \"chagha\",\n    \"mischance\": \"imehie\",\n    \"mischanceful\": \"aghụghọ\",\n    \"mischances\": \"arụ ọrụ\",\n    \"mischancy\": \"nzuzu\",\n    \"mischanter\": \"onye aghụghọ\",\n    \"mischaracterization\": \"omume ezighi ezi\",\n    \"mischaracterize\": \"na-eme ihe omume ezighi ezi\",\n    \"mischaracterized\": \"ezighi ezi\",\n    \"mischaracterizing\": \"na-emehie ihe\",\n    \"mischarge\": \"agbara mmiri\",\n    \"mischarged\": \"ezughi ike\",\n    \"mischarges\": \"nkwụsịtụ\",\n    \"mischarging\": \"imehie\",\n    \"mischief\": \"ihe ọjọ\",\n    \"mischiefful\": \"ihe ojoo\",\n    \"mischiefs\": \"ihe ọjọ\",\n    \"mischieve\": \"mehie\",\n    \"mischievous\": \"ihe ọjọọ\",\n    \"mischievously\": \"nhiehie\",\n    \"mischievousness\": \"ihe ọjọọ\",\n    \"mischoosing\": \"na-agahie\",\n    \"mischristen\": \"nduhie\",\n    \"miscibility\": \"ezighi ezi\",\n    \"miscibilities\": \"ezighi ezi\",\n    \"miscible\": \"emehie\",\n    \"miscipher\": \"onye nduhie\",\n    \"miscitation\": \"ndudue\",\n    \"miscite\": \"nzuzu\",\n    \"miscited\": \"ezughị oke\",\n    \"miscites\": \"nzuzu\",\n    \"misciting\": \"ịgha ụgha\",\n    \"misclaim\": \"ikwuhie\",\n    \"misclaimed\": \"ghahie ụzọ\",\n    \"misclaiming\": \"na-akọwahie\",\n    \"misclaims\": \"nkwupụta\",\n    \"misclass\": \"oghom\",\n    \"misclassed\": \"ezughị oke\",\n    \"misclasses\": \"misclass\",\n    \"misclassify\": \"mebie nkewa\",\n    \"misclassification\": \"nhazi ọkwa\",\n    \"misclassifications\": \"nhazi ọkwa\",\n    \"misclassified\": \"ezughi oke\",\n    \"misclassifies\": \"na-akọwapụta\",\n    \"misclassifying\": \"ịmehie ozi\",\n    \"miscognizable\": \"enweghị ike ịghọta\",\n    \"miscognizant\": \"na-enweghị nghọta\",\n    \"miscoined\": \"emehiela\",\n    \"miscoining\": \"emehie\",\n    \"miscoins\": \"nsogbu\",\n    \"miscollocation\": \"mmezi iwu\",\n    \"miscolor\": \"nduhie\",\n    \"miscoloration\": \"nkwenye\",\n    \"miscolored\": \"achagharị\",\n    \"miscoloring\": \"ịmehie\",\n    \"miscolors\": \"nsogbu\",\n    \"miscolour\": \"ikwuhie\",\n    \"miscomfort\": \"erughị ala\",\n    \"miscommand\": \"iwu\",\n    \"miscommunicate\": \"nkwukọrịta okwu\",\n    \"miscommunication\": \"nkwukọrịta okwu\",\n    \"miscommunications\": \"nkwukọrịta okwu\",\n    \"miscompare\": \"atụnyere\",\n    \"miscomplacence\": \"amaghị ihe ọ bụla\",\n    \"miscomplain\": \"ịgha ụgha\",\n    \"miscomplaint\": \"nkọwahie\",\n    \"miscompose\": \"emehiela\",\n    \"miscomprehend\": \"ghọtahiere\",\n    \"miscomprehension\": \"nghọtahie\",\n    \"miscomputation\": \"arụ ọrụ\",\n    \"miscompute\": \"ezighi ezi\",\n    \"miscomputed\": \"emehiela\",\n    \"miscomputing\": \"arụ ọrụ\",\n    \"misconceit\": \"nghọgbu\",\n    \"misconceive\": \"ezi uche\",\n    \"misconceived\": \"ghọtahiere\",\n    \"misconceiver\": \"onye nduhie\",\n    \"misconceives\": \"nghọtahie\",\n    \"misconceiving\": \"emehie ihe\",\n    \"misconception\": \"nghọtahie\",\n    \"misconceptions\": \"mme ukwan̄ ekikere\",\n    \"misconclusion\": \"ndudue\",\n    \"miscondition\": \"ndudue\",\n    \"misconduct\": \"omume rụrụ arụ\",\n    \"misconducted\": \"eduhie\",\n    \"misconducting\": \"abaghị uru\",\n    \"misconfer\": \"iduhie\",\n    \"misconfidence\": \"enweghi obi ojoo\",\n    \"misconfident\": \"enweghị obi ike\",\n    \"misconfiguration\": \"nhazi ezighi ezi\",\n    \"misconjecture\": \"nghọgbu\",\n    \"misconjectured\": \"ezighi ezi\",\n    \"misconjecturing\": \"nghọtahie\",\n    \"misconjugate\": \"duhiehie\",\n    \"misconjugated\": \"agbagha\",\n    \"misconjugating\": \"na-agbagha\",\n    \"misconjugation\": \"ndudue\",\n    \"misconjunction\": \"ezighi ezi\",\n    \"misconnection\": \"nduhie\",\n    \"misconsecrate\": \"igosihie\",\n    \"misconsecrated\": \"ezighi ezi\",\n    \"misconsequence\": \"nsogbu\",\n    \"misconstitutional\": \"ezighi ezi\",\n    \"misconstruable\": \"enweghi nghota\",\n    \"misconstrual\": \"ezighi ezi\",\n    \"misconstruct\": \"ezighi ezi\",\n    \"misconstruction\": \"ezighi ezi\",\n    \"misconstructions\": \"nghọhiehie\",\n    \"misconstructive\": \"abaghị uru\",\n    \"misconstrue\": \"ịghọtahie ya\",\n    \"misconstrued\": \"aghotahie\",\n    \"misconstruer\": \"ịghọtahie ihe\",\n    \"misconstrues\": \"nghọhiehie\",\n    \"misconstruing\": \"nghọtahie\",\n    \"miscontent\": \"afọ ojuju\",\n    \"miscontinuance\": \"nkwụsị\",\n    \"misconvey\": \"nghọgbu\",\n    \"misconvenient\": \"adabaghi\",\n    \"miscooked\": \"ezughị oke\",\n    \"miscookery\": \"ihe nzuzu\",\n    \"miscooking\": \"ezughị okè\",\n    \"miscooks\": \"ezughị okè\",\n    \"miscopy\": \"ederede\",\n    \"miscopied\": \"ezighi ezi\",\n    \"miscopies\": \"emehie\",\n    \"miscopying\": \"emehie\",\n    \"miscorrect\": \"ezighi ezi\",\n    \"miscorrected\": \"emehiewo\",\n    \"miscorrecting\": \"emehie ihe\",\n    \"miscorrection\": \"ndudue\",\n    \"miscounsel\": \"nduhie\",\n    \"miscounseled\": \"emehiewo\",\n    \"miscounseling\": \"ndụmọdụ\",\n    \"miscounselled\": \"emegbula\",\n    \"miscounselling\": \"cogha ụgha\",\n    \"miscount\": \"emehie\",\n    \"miscounted\": \"emezughị\",\n    \"miscounting\": \"ịmehie\",\n    \"miscounts\": \"emebisị\",\n    \"miscreance\": \"nzuzu\",\n    \"miscreancy\": \"ime ihe ọjọ\",\n    \"miscreant\": \"onye nzuzu\",\n    \"miscreants\": \"ndị na-eme ihe ọjọọ\",\n    \"miscreate\": \"ịkọwahie\",\n    \"miscreated\": \"ezighi ezi\",\n    \"miscreating\": \"na-eme ihe ọjọọ\",\n    \"miscreation\": \"nzuzu\",\n    \"miscreative\": \"ezi uche\",\n    \"miscreator\": \"onye na-eme ihe ọjọọ\",\n    \"miscredit\": \"ịgha ụgha\",\n    \"miscredited\": \"agbagọ\",\n    \"miscredulity\": \"nzuzu\",\n    \"miscreed\": \"agbaghara\",\n    \"miscue\": \"ọghọm\",\n    \"miscued\": \"emegburu\",\n    \"miscues\": \"oghom\",\n    \"miscuing\": \"imehie\",\n    \"miscultivated\": \"emehiela\",\n    \"misculture\": \"ihe ojoo\",\n    \"miscurvature\": \"emehie ihe\",\n    \"miscut\": \"hie ụzọ\",\n    \"miscuts\": \"ezighi ezi\",\n    \"miscutting\": \"emehie\",\n    \"misdate\": \"eziputa\",\n    \"misdated\": \"hiehie\",\n    \"misdateful\": \"ihe ezi uche\",\n    \"misdates\": \"oge\",\n    \"misdating\": \"na-achọ\",\n    \"misdeal\": \"ndaba\",\n    \"misdealer\": \"onye nduhie\",\n    \"misdealing\": \"nduhie\",\n    \"misdeals\": \"ndudue\",\n    \"misdecide\": \"ezi uche\",\n    \"misdecision\": \"ihie ụzọ\",\n    \"misdeclaration\": \"nkwupụta okwu ụgha\",\n    \"misdeclare\": \"nghota\",\n    \"misdeed\": \"nsogbu\",\n    \"misdeeds\": \"omume ọjọọ\",\n    \"misdeem\": \"nzuzu\",\n    \"misdeemed\": \"ndudue\",\n    \"misdeemful\": \"amaghi ama\",\n    \"misdeeming\": \"izu ahia\",\n    \"misdefine\": \"Nchoputa\",\n    \"misdefined\": \"akọwara\",\n    \"misdefines\": \"nkọwahie\",\n    \"misdefining\": \"na-akọwahie\",\n    \"misdeformed\": \"ezighi ezi\",\n    \"misdeliver\": \"iduhie\",\n    \"misdelivery\": \"izipu ozi\",\n    \"misdeliveries\": \"ndudue\",\n    \"misdemean\": \"ajọ omume\",\n    \"misdemeanant\": \"ajọ omume\",\n    \"misdemeaned\": \"ezighi ezi\",\n    \"misdemeaning\": \"imebi iwu\",\n    \"misdemeanor\": \"ajọ omume\",\n    \"misdemeanors\": \"ajọ omume\",\n    \"misdemeanour\": \"ajọ omume\",\n    \"misdentition\": \"nzuzu\",\n    \"misderivation\": \"nduhie\",\n    \"misderive\": \"emehie\",\n    \"misderived\": \"duhiere\",\n    \"misderiving\": \"na-ehihie\",\n    \"misdescribe\": \"ịdebanye aha\",\n    \"misdescribed\": \"edepụtara\",\n    \"misdescriber\": \"onye na-edehie akwụkwọ\",\n    \"misdescribing\": \"na-akọwahie\",\n    \"misdescription\": \"nkwenye ederede\",\n    \"misdescriptive\": \"edehie ederede\",\n    \"misdeserve\": \"emehie\",\n    \"misdesignate\": \"na-edozighị\",\n    \"misdesire\": \"na-eduhie\",\n    \"misdetermine\": \"iduhie\",\n    \"misdevise\": \"aghụghọ\",\n    \"misdevoted\": \"emehie\",\n    \"misdevotion\": \"nduhie\",\n    \"misdiagnose\": \"amaghị ihe ọ bụla\",\n    \"misdiagnosed\": \"amaghị ihe ọ bụla\",\n    \"misdiagnoses\": \"ughahie\",\n    \"misdiagnosing\": \"na-achọpụta\",\n    \"misdiagnosis\": \"ughahie\",\n    \"misdiagrammed\": \"ezubere iche\",\n    \"misdictated\": \"ezighi ezi\",\n    \"misdid\": \"emezighi\",\n    \"misdidived\": \"ezighi ezi\",\n    \"misdight\": \"ihe nzuzu\",\n    \"misdirect\": \"na-ezighi ezi\",\n    \"misdirected\": \"nduhie\",\n    \"misdirecting\": \"na-ezighi ezi\",\n    \"misdirection\": \"nduhie\",\n    \"misdirections\": \"nduhie\",\n    \"misdirects\": \"nduhie\",\n    \"misdispose\": \"iduhie\",\n    \"misdisposition\": \"nkọwahie\",\n    \"misdistinguish\": \"ezighi ezi\",\n    \"misdistribute\": \"ndisa ozi\",\n    \"misdived\": \"eduhie\",\n    \"misdivide\": \"duzie\",\n    \"misdividing\": \"na-achọpụta\",\n    \"misdivision\": \"nduhie\",\n    \"misdo\": \"imehie\",\n    \"misdoer\": \"onye na-eme ihe ojo\",\n    \"misdoers\": \"ndị na-eme ihe ọjọọ\",\n    \"misdoes\": \"na-emehie\",\n    \"misdoing\": \"ime ihe ọjọọ\",\n    \"misdoings\": \"omume ọjọọ\",\n    \"misdone\": \"emehie\",\n    \"misdoubt\": \"inwe obi abụọ\",\n    \"misdoubted\": \"enweghị ụkpụrụ\",\n    \"misdoubtful\": \"enweghị echiche\",\n    \"misdoubting\": \"na-emehie\",\n    \"misdoubts\": \"enweghị obi abụọ\",\n    \"misdower\": \"nduhie\",\n    \"misdraw\": \"ihe nzuzu\",\n    \"misdrawing\": \"na-ezighi ezi\",\n    \"misdrawn\": \"ihe nzuzu\",\n    \"misdraws\": \"ihe nzuzu\",\n    \"misdread\": \"ezighi ezi\",\n    \"misdrew\": \"ihiehie\",\n    \"misdrive\": \"mezie ihe\",\n    \"misdriven\": \"ezughị oke\",\n    \"misdrives\": \"ezughị oke\",\n    \"misdriving\": \"na-emehie ihe\",\n    \"misdrove\": \"duhie\",\n    \"misease\": \"obi ojoo\",\n    \"miseased\": \"enwe obi ojoo\",\n    \"miseases\": \"nsogbu\",\n    \"miseat\": \"ihere\",\n    \"miseating\": \"na-emekpa\",\n    \"miseats\": \"obi ọjọọ\",\n    \"misecclesiastic\": \"mis ụka\",\n    \"misedited\": \"gbarụrụ\",\n    \"misediting\": \"na-agbarụ\",\n    \"misedits\": \"mitsits\",\n    \"miseducated\": \"gbụrụ\",\n    \"miseducates\": \"miseducation\",\n    \"miseducating\": \"miseducation\",\n    \"miseffect\": \"enweghị nsogbu\",\n    \"myself\": \"mu onwem\",\n    \"mysell\": \"igwe\",\n    \"misemphasis\": \"ọgbụgba\",\n    \"misemphasizing\": \"na-atụgharị uche\",\n    \"misemploy\": \"enweghị ọrụ\",\n    \"misemployed\": \"enweghị ọrụ\",\n    \"misemploying\": \"enweghị ọrụ\",\n    \"misemployment\": \"enweghị ọrụ\",\n    \"misemploys\": \"enweghị ọrụ\",\n    \"misencourage\": \"nkwanye ugwu\",\n    \"misendeavor\": \"ihere\",\n    \"misenrolled\": \"eduhie\",\n    \"misenrolling\": \"ezighi ezi\",\n    \"misenrolls\": \"na-agahie\",\n    \"misenter\": \"iduhie\",\n    \"misentered\": \"iduhie\",\n    \"misenters\": \"ndị na-aga agha\",\n    \"misentreat\": \"n'ụzọ ọjọọ\",\n    \"misenunciation\": \"ịkpọsa okwu\",\n    \"miser\": \"iduhie\",\n    \"miserabilism\": \"ihe ojoo\",\n    \"miserabilist\": \"onye nzuzu\",\n    \"miserabilistic\": \"ihe ojoo\",\n    \"miserability\": \"obi ojoo\",\n    \"miserable\": \"enweghi obi ojoo\",\n    \"miserableness\": \"enweghi obi ojoo\",\n    \"miserably\": \"n'ụzọ dị mwute\",\n    \"miseration\": \"nhụsianya\",\n    \"miserdom\": \"nsogbu\",\n    \"misere\": \"iduhie\",\n    \"miserected\": \"eduhie\",\n    \"miserere\": \"iduhie\",\n    \"misereres\": \"na-eduhie\",\n    \"miserhood\": \"nsogbu\",\n    \"misery\": \"nhụsianya\",\n    \"misericord\": \"nduhie\",\n    \"misericorde\": \"nduhie\",\n    \"misericordia\": \"ndokwa\",\n    \"miseries\": \"nhụsianya\",\n    \"miserism\": \"ihe efu\",\n    \"miserly\": \"imehie\",\n    \"miserliness\": \"mmekpa ahụ\",\n    \"misers\": \"ndị na-efu\",\n    \"mises\": \"amaghi\",\n    \"misesteemed\": \"ezughị okè\",\n    \"misesteeming\": \"nhazi ihe\",\n    \"misestimate\": \"ezughị ezu\",\n    \"misestimated\": \"emezughị\",\n    \"misestimating\": \"na-emehie\",\n    \"misevaluate\": \"nwee obi ojoo\",\n    \"misevaluation\": \"mmechuihu\",\n    \"misevent\": \"nwee nsogbu\",\n    \"misevents\": \"na-emekpa\",\n    \"misexample\": \"ihe nzuzu\",\n    \"misexecute\": \"ahụhụ\",\n    \"misexecution\": \"ahụhụ\",\n    \"misexpectation\": \"ndekpe\",\n    \"misexpend\": \"Kpoo\",\n    \"misexpenditure\": \"mmekpa ahụ\",\n    \"misexplain\": \"ihe nzuzu\",\n    \"misexplained\": \"kọwara\",\n    \"misexplanation\": \"ndoli\",\n    \"misexplicate\": \"itughari\",\n    \"misexplication\": \"itinye aka\",\n    \"misexposition\": \"ihe ojoo\",\n    \"misexpound\": \"ihe ojoo\",\n    \"misexpress\": \"obi ebere\",\n    \"misexpression\": \"obi ebere\",\n    \"misexpressive\": \"obi ọjọọ\",\n    \"misfaith\": \"ndudue\",\n    \"misfaiths\": \"ndudue\",\n    \"misfall\": \"ọghọm\",\n    \"misfare\": \"nsogbu\",\n    \"misfashion\": \"eji ejiji\",\n    \"misfashioned\": \"ezighi ezi\",\n    \"misfate\": \"ezighi ezi\",\n    \"misfather\": \"nna nna\",\n    \"misfault\": \"ndabara\",\n    \"misfeasance\": \"ihe nzuzu\",\n    \"misfeasances\": \"malfeasance\",\n    \"misfeasor\": \"nduhie\",\n    \"misfeasors\": \"nduhie\",\n    \"misfeature\": \"ezighi ezi\",\n    \"misfeatured\": \"adabaghị\",\n    \"misfeign\": \"ezighi ezi\",\n    \"misfield\": \"ubi\",\n    \"misfielded\": \"ezughị ụzọ\",\n    \"misfielding\": \"na-agha ụgha\",\n    \"misfields\": \"Nkọwahie\",\n    \"misfigure\": \"ihiehie\",\n    \"misfile\": \"ndozi\",\n    \"misfiled\": \"nduhie\",\n    \"misfiles\": \"nzipu ozi\",\n    \"misfiling\": \"nduhie\",\n    \"misfired\": \"ezughi oke\",\n    \"misfires\": \"ezighi ezi\",\n    \"misfit\": \"ekwesighi\",\n    \"misfits\": \"ekwesịghị ekwesị\",\n    \"misfitted\": \"ezighi ezi\",\n    \"misfitting\": \"adabaghị adaba\",\n    \"misfocused\": \"hiere ụzọ\",\n    \"misfocusing\": \"na-etinye uche\",\n    \"misfocussed\": \"na-ekwuhie\",\n    \"misfocussing\": \"na-ekwuhie\",\n    \"misfond\": \"ezi uche\",\n    \"misforgive\": \"emehie\",\n    \"misform\": \"oghom\",\n    \"misformation\": \"ndudue\",\n    \"misformed\": \"gbanweghi\",\n    \"misforming\": \"na-emezighị emezi\",\n    \"misforms\": \"na-akọwahie\",\n    \"misfortunate\": \"ihe ojoo\",\n    \"misfortunately\": \"dị mwute\",\n    \"misfortune\": \"ndachi\",\n    \"misfortuned\": \"ọdachi\",\n    \"misfortuner\": \"onye ojoo\",\n    \"misfortunes\": \"nsogbu\",\n    \"misframed\": \"ghagburu\",\n    \"misframes\": \"ntuziaka\",\n    \"misframing\": \"na-emehie\",\n    \"misgauged\": \"emehiela\",\n    \"misgauging\": \"na-emehie\",\n    \"misgave\": \"imehie\",\n    \"misgesture\": \"misges\",\n    \"misgive\": \"emehie\",\n    \"misgiven\": \"ezighi ezi\",\n    \"misgives\": \"na-arụ ọrụ\",\n    \"misgiving\": \"na-emehie ihe\",\n    \"misgivingly\": \"na-emehie ihe\",\n    \"misgivinglying\": \"ịgbaghara\",\n    \"misgivings\": \"nzuzu\",\n    \"misgo\": \"ịgha\",\n    \"misgotten\": \"efu\",\n    \"misgovern\": \"oghom\",\n    \"misgovernance\": \"mmebi iwu\",\n    \"misgoverned\": \"na-eduhie\",\n    \"misgoverning\": \"na-emebi iwu\",\n    \"misgovernment\": \"ọchịchị\",\n    \"misgovernor\": \"misovanọ\",\n    \"misgoverns\": \"ndi ochichi\",\n    \"misgracious\": \"emechu ihu\",\n    \"misgrade\": \"imehie\",\n    \"misgraded\": \"emechu ihu\",\n    \"misgrading\": \"na-eme ihere\",\n    \"misgraff\": \"ihere\",\n    \"misgraffed\": \"duhie\",\n    \"misgraft\": \"ndudue\",\n    \"misgrafted\": \"ezughị ezu\",\n    \"misgrafting\": \"nhazi\",\n    \"misgrafts\": \"ihe ndozi\",\n    \"misgrave\": \"mehie\",\n    \"misgrew\": \"ịghahie\",\n    \"misground\": \"ndaghari\",\n    \"misgrounded\": \"emezughị\",\n    \"misgrow\": \"ezighi ezi\",\n    \"misgrowing\": \"na-ezighi ezi\",\n    \"misgrown\": \"ezughị oke\",\n    \"misgrows\": \"ezughị okè\",\n    \"misgrowth\": \"ihe ojoo\",\n    \"misguage\": \"nduhie\",\n    \"misguaged\": \"iduhie\",\n    \"misguess\": \"oghom\",\n    \"misguessed\": \"aghugho\",\n    \"misguesses\": \"ihe na-abụghị eziokwu\",\n    \"misguessing\": \"na-ezighi ezi\",\n    \"misguggle\": \"mehie\",\n    \"misguidance\": \"nduhie\",\n    \"misguide\": \"iduhie\",\n    \"misguided\": \"iduhie\",\n    \"misguidedly\": \"hiere ụzọ\",\n    \"misguidedness\": \"nduhie\",\n    \"misguider\": \"iduhie\",\n    \"misguiders\": \"iduhie\",\n    \"misguides\": \"nduhie\",\n    \"misguiding\": \"nduhie\",\n    \"misguidingly\": \"nduhie\",\n    \"misguise\": \"ikwu okwu\",\n    \"mishandle\": \"hazie\",\n    \"mishandled\": \"na-ejikwa\",\n    \"mishandles\": \"njikwa\",\n    \"mishandling\": \"ijikwa\",\n    \"mishanter\": \"nduhie\",\n    \"mishappen\": \"misshapen\",\n    \"mishaps\": \"ọghọm\",\n    \"mishear\": \"nụrụ\",\n    \"misheard\": \"nụrụ\",\n    \"mishearing\": \"iduhie\",\n    \"mishears\": \"nụrụ\",\n    \"miships\": \"ọghọm\",\n    \"mishits\": \"ihe ndozi\",\n    \"mishitting\": \"ekpughere\",\n    \"mishmash\": \"mbadamba\",\n    \"mishnic\": \"mkpọ\",\n    \"mishnical\": \"amara\",\n    \"mysian\": \"Mysian\",\n    \"misidentify\": \"ghọtahie\",\n    \"misidentification\": \"ughahie\",\n    \"misidentifications\": \"ugha\",\n    \"misidentified\": \"ebughi ụzọ\",\n    \"misidentifies\": \"ezighi ezi\",\n    \"misidentifying\": \"emehie\",\n    \"misimagination\": \"misimagation\",\n    \"misimpression\": \"ndudue\",\n    \"misimproved\": \"emezighi\",\n    \"misimprovement\": \"mmekpa ahụ\",\n    \"misimproving\": \"adabaghị\",\n    \"misimputation\": \"mwepu\",\n    \"misincensed\": \"enwetaghị ikike\",\n    \"misincite\": \"ezighi ezi\",\n    \"misinclination\": \"ndudue\",\n    \"misincline\": \"ndabue\",\n    \"misinfer\": \"na-ekwuhie ihe\",\n    \"misinference\": \"ezighị ezi\",\n    \"misinferred\": \"adabaghị\",\n    \"misinferring\": \"na-akọwahie\",\n    \"misinfers\": \"na-ezighi ezi\",\n    \"misinform\": \"na-ezighi ezi\",\n    \"misinformant\": \"onye na-ezighi ezi\",\n    \"misinformants\": \"ndị na-emehie ihe\",\n    \"misinformation\": \"ihe omuma\",\n    \"misinformative\": \"na-ezighi ezi\",\n    \"misinformed\": \"-aghara\",\n    \"misinformer\": \"onye na-amaghị ihe ọmụma\",\n    \"misinforming\": \"na-ezighi ezi\",\n    \"misinforms\": \"akụkọ na-abụghị eziokwu\",\n    \"misingenuity\": \"nzuzu\",\n    \"misinspired\": \"ezughi oke\",\n    \"misinstruct\": \"ezighi ezi\",\n    \"misinstructed\": \"aghotahie\",\n    \"misinstructing\": \"na-ezighi ezi\",\n    \"misinstruction\": \"ezighi ezi\",\n    \"misinstructions\": \"nghotahie\",\n    \"misinstructive\": \"na-eduhie eduhie\",\n    \"misinstructs\": \"na-akọwahie ihe\",\n    \"misintelligence\": \"nghọtahie\",\n    \"misintelligible\": \"enweghị uche\",\n    \"misinter\": \"onye na-ekwuhie ihe\",\n    \"misinterment\": \"mmeghe\",\n    \"misinterpret\": \"ighugho\",\n    \"misinterpretable\": \"asugharia\",\n    \"misinterpretation\": \"ntughari asughari\",\n    \"misinterpretations\": \"nkọwahie\",\n    \"misinterpreted\": \"asugharia\",\n    \"misinterpreter\": \"onye ntụgharị okwu\",\n    \"misinterpreting\": \"na-asụgharị\",\n    \"misinterprets\": \"na-akọwahie okwu\",\n    \"misinterred\": \"ghahiere\",\n    \"misinterring\": \"na-agha ụgha\",\n    \"misyoked\": \"ndudue\",\n    \"misyoking\": \"na-emehie\",\n    \"mysis\": \"mikpuo\",\n    \"misitemized\": \"duziri\",\n    \"misjoinder\": \"ndozi\",\n    \"misjoined\": \"ezighi ezi\",\n    \"misjoining\": \"adabaghị\",\n    \"misjudge\": \"ezighi ezi\",\n    \"misjudged\": \"ezighi ezi\",\n    \"misjudgement\": \"ezighi ezi\",\n    \"misjudger\": \"ugha\",\n    \"misjudges\": \"ezighi ezi\",\n    \"misjudging\": \"na-ezighị ezi\",\n    \"misjudgingly\": \"na-ezighị ezi\",\n    \"misjudgment\": \"ezighi ezi\",\n    \"misjudgments\": \"ezighi ezi\",\n    \"miskal\": \"emehie\",\n    \"miskals\": \"ndi nzuzu\",\n    \"miskeep\": \"emebisị\",\n    \"miskeeping\": \"itinye ego\",\n    \"miskeeps\": \"mmejọ\",\n    \"misken\": \"ghahie\",\n    \"miskenning\": \"emehie\",\n    \"miskept\": \"chere echiche\",\n    \"miskindle\": \"duhie\",\n    \"misknow\": \"amaghị ihe\",\n    \"misknowing\": \"n'amaghi ama\",\n    \"misknowledge\": \"ihe omuma\",\n    \"misknown\": \"amaghi\",\n    \"misknows\": \"na-amaghị ihe\",\n    \"mislabeled\": \"eduhie\",\n    \"mislabeling\": \"iduhie\",\n    \"mislabelled\": \"ghahie\",\n    \"mislabelling\": \"iduhie\",\n    \"mislabels\": \"nduhie\",\n    \"mislabor\": \"imehie\",\n    \"mislabored\": \"ịgha ụgha\",\n    \"mislaboring\": \"na-agahie\",\n    \"mislabors\": \"ndagharị\",\n    \"mislaid\": \"nduhie\",\n    \"mislayer\": \"onye ohi\",\n    \"mislayers\": \"ndị na-apụ apụ\",\n    \"mislaying\": \"na-ezipụ\",\n    \"mislain\": \"ịkọwahie\",\n    \"mislays\": \"emehiela\",\n    \"mislanguage\": \"asusu\",\n    \"mislead\": \"iduhie\",\n    \"misleadable\": \"nduhie\",\n    \"misleader\": \"nduhie\",\n    \"misleading\": \"nduhie\",\n    \"misleadingly\": \"nduhie\",\n    \"misleadingness\": \"nduhie\",\n    \"misleads\": \"na-eduhie\",\n    \"mislear\": \"iduhie\",\n    \"misleared\": \"duhiere\",\n    \"mislearn\": \"iduhie\",\n    \"mislearned\": \"aghughari\",\n    \"mislearning\": \"iduhie\",\n    \"mislearns\": \"na-eduhie\",\n    \"mislearnt\": \"iduhie\",\n    \"misled\": \"duhiere\",\n    \"misleered\": \"duhiere\",\n    \"mislen\": \"hiere ụzọ\",\n    \"mislest\": \"nsogbu\",\n    \"misly\": \"enweghị isi\",\n    \"mislie\": \"ghahie\",\n    \"mislies\": \"na-emehie\",\n    \"mislighted\": \"duhiere\",\n    \"mislights\": \"ọkụ\",\n    \"mislying\": \"na-ekwuhie ihe\",\n    \"mislikable\": \"enweghị atụ\",\n    \"mislike\": \"enweghị mmasị\",\n    \"misliked\": \"enweghị mmasị\",\n    \"mislikeness\": \"omume rụrụ arụ\",\n    \"misliker\": \"na-egosi\",\n    \"mislikers\": \"ndị na-amaghị ihe\",\n    \"mislikes\": \"na-achọghị\",\n    \"misliking\": \"enweghị mmasị\",\n    \"mislikingly\": \"n'echeghị echiche\",\n    \"mislin\": \"nduhie\",\n    \"mislippen\": \"wepụ\",\n    \"mislit\": \"ghahie\",\n    \"mislive\": \"ndabia\",\n    \"mislived\": \"emehie\",\n    \"mislives\": \"na-emehie\",\n    \"misliving\": \"na-ezighi ezi\",\n    \"mislled\": \"ndudue\",\n    \"mislocate\": \"ihiehie\",\n    \"mislocated\": \"emehiela\",\n    \"mislocating\": \"na-emehie\",\n    \"mislocation\": \"mmekpa ahụ\",\n    \"mislodge\": \"duhie\",\n    \"mislodged\": \"duhiere\",\n    \"mislodges\": \"na-eduzi\",\n    \"mislodging\": \"na-edugharị\",\n    \"misluck\": \"idahie\",\n    \"mismake\": \"nsogbu\",\n    \"mismaking\": \"adịghị mma\",\n    \"mismanage\": \"imebi ihe\",\n    \"mismanageable\": \"agaghịkwa achịkwa\",\n    \"mismanaged\": \"ejighi ya\",\n    \"mismanagement\": \"nchịkwa\",\n    \"mismanager\": \"ijikwa ozi\",\n    \"mismanages\": \"adịghị mma\",\n    \"mismanaging\": \"na-emehie\",\n    \"mismannered\": \"ezighi ezi\",\n    \"mismanners\": \"nduhie\",\n    \"mismark\": \"nsogbu\",\n    \"mismarked\": \"emehiela\",\n    \"mismarking\": \"adịghị mma\",\n    \"mismarks\": \"nsogbu\",\n    \"mismarry\": \"alụghị di ma ọ bụ nwunye\",\n    \"mismarriage\": \"alụghị di ma ọ bụ nwunye\",\n    \"mismarriages\": \"alụghị di na nwunye\",\n    \"mismatch\": \"adịghị mma\",\n    \"mismatched\": \"adabaghị\",\n    \"mismatches\": \"nsogbu\",\n    \"mismatching\": \"adịghị mma\",\n    \"mismatchment\": \"adịghị mma\",\n    \"mismate\": \"iweghari\",\n    \"mismated\": \"emeghi\",\n    \"mismates\": \"ekwesighi\",\n    \"mismating\": \"na-achọ\",\n    \"mismaze\": \"misma\",\n    \"mismean\": \"ndu\",\n    \"mismeasure\": \"misme\",\n    \"mismeasured\": \"duziri\",\n    \"mismeasurement\": \"ntule\",\n    \"mismeasuring\": \"na-atụgharị uche\",\n    \"mismeeting\": \"itinye uche\",\n    \"mismenstruation\": \"esemokwu\",\n    \"mismet\": \"adịghị\",\n    \"mismetre\": \"adịghị mma\",\n    \"misminded\": \"amaghị ihe\",\n    \"mismingle\": \"missing\",\n    \"mismoshes\": \"arụ ọrụ\",\n    \"mismove\": \"duhie\",\n    \"mismoved\": \"emezighi\",\n    \"mismoves\": \"na-emehie\",\n    \"mismoving\": \"na-emehie\",\n    \"misname\": \"aha ojoo\",\n    \"misnamed\": \"ezighi ezi\",\n    \"misnames\": \"ma ọ bụ aha\",\n    \"misnaming\": \"na-agbagha\",\n    \"misnarrate\": \"duzie\",\n    \"misnarrated\": \"emehie\",\n    \"misnarrating\": \"na-emehie\",\n    \"misnatured\": \"ezighi ezi\",\n    \"misnavigate\": \"na-agagharị\",\n    \"misnavigated\": \"ezighi ezi\",\n    \"misnavigating\": \"na-achọpụta\",\n    \"misnavigation\": \"nchoputa\",\n    \"misniac\": \"amaghi ihe\",\n    \"misnomed\": \"adabaghị\",\n    \"misnomer\": \"adabaghi\",\n    \"misnomered\": \"ebughi\",\n    \"misnomers\": \"ebughi\",\n    \"misnumber\": \"enweghi ike\",\n    \"misnumbered\": \"agụtala\",\n    \"misnumbering\": \"na-ehi ụra\",\n    \"misnumbers\": \"agụba\",\n    \"misnurture\": \"misitinye\",\n    \"misnutrition\": \"erighị nri na-edozi ahụ\",\n    \"misobedience\": \"nnupụisi\",\n    \"misobservance\": \"arụ ọrụ\",\n    \"misobserve\": \"ileghara anya\",\n    \"misocatholic\": \"onye n'emebi iwu\",\n    \"misoccupy\": \"nsogbu\",\n    \"misoccupied\": \"duhie ọrụ\",\n    \"misoccupying\": \"na-enye nsogbu\",\n    \"misogamic\": \"misogam\",\n    \"misogamists\": \"ndị na-eme misogamist\",\n    \"misogyne\": \"oghom\",\n    \"misogynists\": \"misogynist\",\n    \"misologies\": \"nduhie\",\n    \"misologist\": \"ọkà mmụta sayensị\",\n    \"misomath\": \"nsogbu\",\n    \"misoneism\": \"ụgha\",\n    \"misoneist\": \"onye ndu\",\n    \"misoneistic\": \"ezighi ezi\",\n    \"misopaterist\": \"onye na-eme ihe nkiri\",\n    \"misopedism\": \"nduhie\",\n    \"misopedist\": \"onye na-agahie\",\n    \"misopinion\": \"echiche efu\",\n    \"misorder\": \"ndaba\",\n    \"misordination\": \"ndudue\",\n    \"misorganization\": \"nhazi\",\n    \"misorganize\": \"hazighi\",\n    \"misorganized\": \"hazighi\",\n    \"misorganizing\": \"na-ahazi\",\n    \"misorient\": \"amaghị ihe\",\n    \"misorientation\": \"nduhie\",\n    \"misos\": \"ndokwa\",\n    \"misotheism\": \"nkwanye ugwu\",\n    \"misotheist\": \"onye nduhie\",\n    \"mispacked\": \"mispack\",\n    \"mispage\": \"ikwuhie ihe\",\n    \"mispaged\": \"emehiewo\",\n    \"mispages\": \"ezighi ezi\",\n    \"mispagination\": \"ezighi ezi\",\n    \"mispaging\": \"ezughị oke\",\n    \"mispay\": \"ịkwụ ụgwọ\",\n    \"mispaid\": \"akwụghị ụgwọ\",\n    \"mispaying\": \"na-ezighi ezi\",\n    \"mispainting\": \"emehie ihe\",\n    \"misparse\": \"ezighi ezi\",\n    \"misparsed\": \"emehie\",\n    \"misparses\": \"ezighi ezi\",\n    \"misparsing\": \"imehie\",\n    \"mispart\": \"imehie\",\n    \"misparted\": \"ezughị oke\",\n    \"misparting\": \"imehie\",\n    \"misparts\": \"na-apụ apụ\",\n    \"mispassion\": \"enweghi obi ojoo\",\n    \"mispatch\": \"ezughị oke\",\n    \"mispatched\": \"ezigara\",\n    \"mispatching\": \"ezughị oke\",\n    \"mispen\": \"mebie\",\n    \"mispenned\": \"agbasaghị\",\n    \"mispenning\": \"emehie\",\n    \"mispens\": \"na-efu\",\n    \"misperceive\": \"ezi uche\",\n    \"misperceived\": \"ghọtahiere\",\n    \"misperceiving\": \"ezighi ezi\",\n    \"misperception\": \"echiche ezighi ezi\",\n    \"misperform\": \"ezighi ezi\",\n    \"misperformance\": \"arụmọrụ\",\n    \"mispersuade\": \"nduhie\",\n    \"misperuse\": \"ejizighi ezi\",\n    \"misphrase\": \"atughari uche\",\n    \"misphrased\": \"ezughị ezu\",\n    \"misphrasing\": \"asụgharị\",\n    \"mispick\": \"ezughị oke\",\n    \"mispickel\": \"ezughị\",\n    \"misplace\": \"idebe\",\n    \"misplaced\": \"ezughị oke\",\n    \"misplacement\": \"- itinye ebe\",\n    \"misplaces\": \"emehie\",\n    \"misplacing\": \"na-etinye uche\",\n    \"misplay\": \"ngosi\",\n    \"misplayed\": \"gosiputara\",\n    \"misplaying\": \"na-egosipụta\",\n    \"misplays\": \"na-egosiputa ihe\",\n    \"misplant\": \"ihe ojoo\",\n    \"misplanted\": \"ezughị\",\n    \"misplanting\": \"na-akụ\",\n    \"misplants\": \"ihe ezighi ezi\",\n    \"misplead\": \"duhie\",\n    \"mispleaded\": \"ghahie\",\n    \"mispleading\": \"na-eduhie\",\n    \"misplease\": \"nwee obi ojoo\",\n    \"mispled\": \"ghahie\",\n    \"mispoint\": \"ezi uche\",\n    \"mispointed\": \"ezughi oke\",\n    \"mispointing\": \"na-akọwahie\",\n    \"mispoints\": \"nkọwahie\",\n    \"mispoised\": \"emezighi\",\n    \"mispoises\": \"nsogbu\",\n    \"mispoising\": \"ezi uche\",\n    \"mispolicy\": \"nduhie\",\n    \"misposition\": \"nzuzu\",\n    \"mispossessed\": \"emehie\",\n    \"mispractice\": \"ezighi ezi\",\n    \"mispracticed\": \"emezighi\",\n    \"mispracticing\": \"emehie ihe\",\n    \"mispractise\": \"omume ezighi ezi\",\n    \"mispractised\": \"emezighi\",\n    \"mispractising\": \"ezughị oke\",\n    \"mispraise\": \"ịgha ụgha\",\n    \"misprejudiced\": \"echiche ezighi ezi\",\n    \"mispresent\": \"ezighi ezi\",\n    \"misprincipled\": \"ezighi ezi\",\n    \"misprint\": \"ndebiri\",\n    \"misprinted\": \"ezighi ezi\",\n    \"misprinting\": \"na-ezighi ezi\",\n    \"misprints\": \"ezighi ezi\",\n    \"misprisal\": \"mgbagwoju anya\",\n    \"misprise\": \"ihe ijuanya\",\n    \"misprised\": \"mgbagwoju anya\",\n    \"mispriser\": \"ihe ijuanya\",\n    \"misprising\": \"na-agbagha\",\n    \"misprision\": \"mgbagwoju anya\",\n    \"misprisions\": \"mgbagwoju anya\",\n    \"misprizal\": \"ezughị oke\",\n    \"misprize\": \"imehie\",\n    \"misprized\": \"ezughị oke\",\n    \"misprizer\": \"ihe nzuzu\",\n    \"misprizes\": \"emehie\",\n    \"misprizing\": \"ezughị oke\",\n    \"misproceeding\": \"emehiela\",\n    \"misproduce\": \"ezighi ezi\",\n    \"misproduced\": \"arụpụta\",\n    \"misproducing\": \"na-agbasa\",\n    \"misprofess\": \"okwu nzuzu\",\n    \"misprofessor\": \"onye na-eme ihe n'eziokwu\",\n    \"mispronounce\": \"kwuhiehie\",\n    \"mispronounced\": \"ezighi ezi\",\n    \"mispronouncement\": \"nkwuputa ugha\",\n    \"mispronouncer\": \"onye na-ekwu okwuhie\",\n    \"mispronounces\": \"emehie\",\n    \"mispronouncing\": \"ịkpọhie aha\",\n    \"mispronunciation\": \"ịkpọ okwu\",\n    \"mispronunciations\": \"mmeghe okwu\",\n    \"misproportion\": \"ezighi ezi\",\n    \"misproportioned\": \"ezighi ezi\",\n    \"misproportions\": \"mmehie\",\n    \"misproposal\": \"nzuzu\",\n    \"mispropose\": \"ịgha ụgha\",\n    \"misproposed\": \"ebughi\",\n    \"misproposing\": \"na-ekwuhie ihe\",\n    \"misproud\": \"emehie\",\n    \"misprovide\": \"ezighi ezi\",\n    \"misprovidence\": \"enweghi akaebe\",\n    \"misprovoke\": \"ihiehie\",\n    \"misprovoked\": \"ezighi ezi\",\n    \"misprovoking\": \"na-ekwuhie ihe\",\n    \"mispublicized\": \"ezighi ezi\",\n    \"mispublished\": \"biputere\",\n    \"mispunctuate\": \"na-akọwahie\",\n    \"mispunctuated\": \"ezughị ezu\",\n    \"mispunctuating\": \"na-emehie\",\n    \"mispunctuation\": \"nduhie\",\n    \"mispurchase\": \"izu ahia\",\n    \"mispurchased\": \"zụtara zụrụ\",\n    \"mispurchasing\": \"izu ahia\",\n    \"mispursuit\": \"nzuzu\",\n    \"misputting\": \"nkwenye\",\n    \"misqualify\": \"emehiela\",\n    \"misqualified\": \"emezughị\",\n    \"misqualifying\": \"emehiela\",\n    \"misquality\": \"ezighi ezi\",\n    \"misquotations\": \"mmejọ\",\n    \"misquote\": \"ndudue\",\n    \"misquoted\": \"emehie\",\n    \"misquoter\": \"ndudue\",\n    \"misquotes\": \"na-egosi\",\n    \"misquoting\": \"emehie\",\n    \"misraised\": \"duziri\",\n    \"misraising\": \"na-emehie\",\n    \"misrate\": \"duhie\",\n    \"misrated\": \"ghahie\",\n    \"misrates\": \"na-emehie\",\n    \"misrating\": \"na-ekwuhie ihe\",\n    \"misread\": \"aghugharia\",\n    \"misreaded\": \"aghughari\",\n    \"misreader\": \"onye na-agụ ihe\",\n    \"misreading\": \"agụgharị\",\n    \"misreads\": \"aghughari\",\n    \"misrealize\": \"ghọtahie\",\n    \"misreason\": \"nduhie\",\n    \"misreceive\": \"ghọgburu\",\n    \"misrecital\": \"na-emehie\",\n    \"misrecite\": \"ihie ugha\",\n    \"misreckon\": \"ịgha ụgha\",\n    \"misreckoned\": \"duhiere\",\n    \"misreckoning\": \"ịgha ụgha\",\n    \"misrecognition\": \"ịgha ụgha\",\n    \"misrecognize\": \"ghara ịghọtahie\",\n    \"misrecollect\": \"na-ezighi ezi\",\n    \"misrecollected\": \"duhiere\",\n    \"misrefer\": \"ịgha ụgha\",\n    \"misreference\": \"abaghị uru\",\n    \"misreferred\": \"ezighi ezi\",\n    \"misreferring\": \"na-ezighi ezi\",\n    \"misrefers\": \"na-ezighi ezi\",\n    \"misreflect\": \"ezighi ezi\",\n    \"misreform\": \"ndozi\",\n    \"misregulate\": \"ghahie iwu\",\n    \"misregulated\": \"aghugho\",\n    \"misregulating\": \"nduhie\",\n    \"misrehearsal\": \"regha\",\n    \"misrehearse\": \"duhie\",\n    \"misrehearsed\": \"atugharị\",\n    \"misrehearsing\": \"regha\",\n    \"misrelate\": \"ịghahie\",\n    \"misrelated\": \"ịkọwahie\",\n    \"misrelating\": \"-aghari\",\n    \"misrelation\": \"nghota\",\n    \"misrely\": \"n'amaghi ama\",\n    \"misreliance\": \"emehie\",\n    \"misrelied\": \"duhiere\",\n    \"misrelies\": \"na-ezighị ezi\",\n    \"misreligion\": \"okpukpe ụgha\",\n    \"misrelying\": \"-ehiehie\",\n    \"misremember\": \"chetakwa\",\n    \"misremembered\": \"mecheta\",\n    \"misremembrance\": \"nchekasị\",\n    \"misrender\": \"ghahie\",\n    \"misrendering\": \"ịgha ụgha\",\n    \"misrepeat\": \"ikwughari\",\n    \"misreport\": \"akuko\",\n    \"misreported\": \"akuko\",\n    \"misreporter\": \"onye na-akọ akụkọ ụgha\",\n    \"misreporting\": \"ịgha ụgha\",\n    \"misreports\": \"akụkọ hiere ụzọ\",\n    \"misreposed\": \"atughie\",\n    \"misrepresent\": \"na-agha ụgha\",\n    \"misrepresentation\": \"ịgha ụgha\",\n    \"misrepresentations\": \"ịgha ụgha\",\n    \"misrepresentative\": \"na-ekwuhie ihe\",\n    \"misrepresented\": \"a ghaghi ikwuhie ya\",\n    \"misrepresentee\": \"na-ezighi ezi\",\n    \"misrepresenter\": \"onye na-ekwuhie ihe\",\n    \"misrepresenting\": \"na-agha ụgha\",\n    \"misrepresents\": \"na-egosipụtahie\",\n    \"misreprint\": \"ntughari\",\n    \"misrepute\": \"ịgha ụgha\",\n    \"misresemblance\": \"nhụsianya\",\n    \"misresolved\": \"edozighi\",\n    \"misresult\": \"ihe omuma\",\n    \"misreward\": \"nghahie\",\n    \"misrhyme\": \"oghom\",\n    \"misrhymed\": \"mezie\",\n    \"misrule\": \"nduhie\",\n    \"misruled\": \"nduhie\",\n    \"misruler\": \"onye nduhie\",\n    \"misrules\": \"nduhie\",\n    \"misruly\": \"ghahie\",\n    \"misruling\": \"imehie ihe\",\n    \"misrun\": \"mebie\",\n    \"miss\": \"na-atụ uche\",\n    \"missable\": \"agaghị efu efu\",\n    \"missay\": \"na-atụ uche\",\n    \"missaid\": \"ekwughi\",\n    \"missayer\": \"onye nduhie\",\n    \"missaying\": \"na-efu efu\",\n    \"missays\": \"na-efu efu\",\n    \"missal\": \"na-efu efu\",\n    \"missals\": \"agbaghara\",\n    \"missample\": \"na-atụ\",\n    \"missampled\": \"na-atụ uche\",\n    \"missampling\": \"na-emehie\",\n    \"missang\": \"oghom\",\n    \"missary\": \"ezughị ezu\",\n    \"misscribed\": \"enwetaghị\",\n    \"misscribing\": \"na-edehie ihe\",\n    \"misscript\": \"ederede\",\n    \"misseated\": \"ghahie\",\n    \"misseating\": \"na-emehie\",\n    \"missed\": \"Agbaghara\",\n    \"missend\": \"chere ihu\",\n    \"missending\": \"na-atụ uche\",\n    \"missends\": \"na-achọ ihe\",\n    \"missense\": \"ihe efu\",\n    \"missenses\": \"ndahie\",\n    \"missent\": \"atụfughị\",\n    \"missentence\": \"enweghị uche\",\n    \"misserve\": \"atụfuru ihe\",\n    \"misservice\": \"ọrụ\",\n    \"misses\": \"afiak okpu\",\n    \"misset\": \"na-atụ uche\",\n    \"missetting\": \"emehie\",\n    \"misshaped\": \"agaghị etisịrị\",\n    \"misshapenly\": \"agbaghara\",\n    \"misshapenness\": \"ebughi ụzọ\",\n    \"misshapes\": \"ọgharaghị\",\n    \"misship\": \"ozi\",\n    \"misshipment\": \"ozi\",\n    \"misshipping\": \"na-atụ uche\",\n    \"misshood\": \"na-achọ ihe\",\n    \"missible\": \"agaghị efu efu\",\n    \"missies\": \"agaghị\",\n    \"missificate\": \"atula anya\",\n    \"missile\": \"ngwa ogu ana-atu atu\",\n    \"missileer\": \"ngwa ogu ana-atu atu\",\n    \"missileman\": \"onye ogbunigwe\",\n    \"missilemen\": \"ogbunigwe\",\n    \"missileproof\": \"ngwa agha\",\n    \"missilery\": \"ngwa ogu ana-atu atu\",\n    \"missiles\": \"akụ ụta\",\n    \"missyllabication\": \"missellabication\",\n    \"missyllabify\": \"Enweghi echiche\",\n    \"missyllabification\": \"ndokwa\",\n    \"missyllabified\": \"Emeka Okonkwo\",\n    \"missyllabifying\": \"Emeka Okpokoro\",\n    \"missilry\": \"na-atụ uche\",\n    \"missilries\": \"ihe ndahie\",\n    \"missiness\": \"ihe efu\",\n    \"missing\": \"na-efu efu\",\n    \"missingly\": \"na-atụ uche\",\n    \"mission\": \"ozi\",\n    \"missional\": \"ndị ozi ala ọzọ\",\n    \"missionary\": \"ndị ozi ala ọzọ\",\n    \"missionaries\": \"ndị ozi ala ọzọ\",\n    \"missionaryship\": \"ozi ala ọzọ\",\n    \"missionarize\": \"ikwusa ozi ọma\",\n    \"missioned\": \"ozi ala ọzọ\",\n    \"missioner\": \"onye ozi\",\n    \"missioning\": \"ikwusa ozi ọma\",\n    \"missionization\": \"ozi ala ọzọ\",\n    \"missionize\": \"ọzọ\",\n    \"missionizer\": \"onye ozi\",\n    \"missions\": \"ọzọ\",\n    \"missis\": \"ma ọ bụ\",\n    \"missisauga\": \"mississauga\",\n    \"missises\": \"ma ọ bụ\",\n    \"missish\": \"na-atụ uche\",\n    \"missishness\": \"ihe na-efu\",\n    \"mississippi\": \"Mississippi\",\n    \"mississippian\": \"Mississippian\",\n    \"mississippians\": \"ndị na-atụghị anya ya\",\n    \"missit\": \"na-atụ uche\",\n    \"missive\": \"enwetaghị ihe ọ bụla\",\n    \"missives\": \"na-efu\",\n    \"missment\": \"ndokwa\",\n    \"missort\": \"ọghọm\",\n    \"missorted\": \"Agbaghara\",\n    \"missorting\": \"na-efu efu\",\n    \"missorts\": \"ọghọm\",\n    \"missound\": \"iduhie\",\n    \"missounded\": \"ghasuru\",\n    \"missounding\": \"iduhie\",\n    \"missounds\": \"oghom\",\n    \"missourian\": \"Missourian\",\n    \"missourians\": \"ndị Missouri\",\n    \"misspace\": \"oghere\",\n    \"misspaced\": \"Agbaghara\",\n    \"misspaces\": \"oghere\",\n    \"misspacing\": \"na-efu efu\",\n    \"misspeaking\": \"na-emeghe\",\n    \"misspeaks\": \"Ndahie\",\n    \"misspeech\": \"Uchechukwu Nwankwo\",\n    \"misspeed\": \"Agbaghara\",\n    \"misspelled\": \"edeghi okwu\",\n    \"misspelling\": \"idehie ihe\",\n    \"misspellings\": \"edehie mperi\",\n    \"misspells\": \"amaghị azịza\",\n    \"misspend\": \"na-atụfu\",\n    \"misspender\": \"na-efu efu\",\n    \"misspending\": \"na-echefu\",\n    \"misspends\": \"na-efu efu\",\n    \"misspent\": \"agwo\",\n    \"misstay\": \"dozie\",\n    \"misstart\": \"hie ụzọ\",\n    \"misstarted\": \"emehiela\",\n    \"misstarting\": \"imehie\",\n    \"misstarts\": \"hie ụzọ\",\n    \"misstate\": \"oghom\",\n    \"misstated\": \"kwuhie\",\n    \"misstatement\": \"nkwupụta okwu\",\n    \"misstatements\": \"ezughị ezu\",\n    \"misstater\": \"ihe nkiri\",\n    \"misstating\": \"na-ekwuhie\",\n    \"missteer\": \"onye nduhie\",\n    \"missteered\": \"duhie\",\n    \"missteering\": \"emehie\",\n    \"missteers\": \"ndị na-agahie\",\n    \"misstep\": \"ụzọ ụkwụ\",\n    \"misstepping\": \"ezughị oke\",\n    \"missteps\": \"Nzọụkwụ\",\n    \"misstyle\": \"miszọ\",\n    \"misstyled\": \"ghahie\",\n    \"misstyles\": \"na-emehie\",\n    \"misstyling\": \"emehie\",\n    \"misstop\": \"hie ụzọ\",\n    \"misstopped\": \"ghahie\",\n    \"misstopping\": \"emehie\",\n    \"misstops\": \"emehie\",\n    \"missuade\": \"iduhie\",\n    \"missuggestion\": \"mmejọ\",\n    \"missuit\": \"enweghị ike\",\n    \"missuited\": \"enweghi ike\",\n    \"missuiting\": \"enweghị isi\",\n    \"missuits\": \"nsogbu\",\n    \"missummation\": \"Emecha\",\n    \"missung\": \"na-efu efu\",\n    \"missuppose\": \"na-ezighi ezi\",\n    \"missupposed\": \"a na-akwadoghị ya\",\n    \"missupposing\": \"na-ezighi ezi\",\n    \"missus\": \"na-atụ uche\",\n    \"missuses\": \"na-atụ uche\",\n    \"mist\": \"alụlụ\",\n    \"mystacal\": \"ihe omimi\",\n    \"mystagogical\": \"ihe omimi\",\n    \"mistakable\": \"emeghi emehie\",\n    \"mistakableness\": \"emehie\",\n    \"mistakably\": \"ebughi uzo\",\n    \"mistake\": \"ndudue\",\n    \"mistakeful\": \"emehie ihe\",\n    \"mistaken\": \"hiere ụzọ\",\n    \"mistakenly\": \"n'amaghi ama\",\n    \"mistakenness\": \"ndudue\",\n    \"mistakeproof\": \"ndudue\",\n    \"mistaker\": \"onyenwenụ\",\n    \"mistakers\": \"ndị isi\",\n    \"mistakes\": \"emehie ihe\",\n    \"mistaking\": \"ihihie\",\n    \"mistakingly\": \"n'amaghi ama\",\n    \"mistakion\": \"ndudue\",\n    \"mistal\": \"arụ\",\n    \"mistaste\": \"ezighi ezi\",\n    \"mistaught\": \"emeghi\",\n    \"mistbow\": \"egwurugwu\",\n    \"mistbows\": \"ndudue\",\n    \"mistcoat\": \"akwa mkpuchi\",\n    \"misteach\": \"ndudue\",\n    \"misteacher\": \"onye ozi\",\n    \"misteaches\": \"ndudue\",\n    \"misteaching\": \"na-emehie\",\n    \"misted\": \"agbagọ\",\n    \"mistelling\": \"ikwuhie\",\n    \"mistemper\": \"onye nlekọta\",\n    \"mistempered\": \"etinyere\",\n    \"mistend\": \"ihie uzo\",\n    \"mistended\": \"mejọrọ\",\n    \"mistendency\": \"ndudue\",\n    \"mistending\": \"na-ata ahụhụ\",\n    \"mistends\": \"ezighi ezi\",\n    \"mister\": \"ozi\",\n    \"mistered\": \"agbaghara\",\n    \"mistery\": \"ndozi\",\n    \"mystery\": \"ihe omimi\",\n    \"mysterial\": \"ihe omimi\",\n    \"mysteriarch\": \"ihe omimi\",\n    \"mysteries\": \"ihe omimi\",\n    \"mistering\": \"na-emebi\",\n    \"mysteriosophy\": \"ihe omimi\",\n    \"mysteriosophic\": \"ihe omimi\",\n    \"mysterious\": \"ihe omimi\",\n    \"mysteriously\": \"di omimi\",\n    \"mysteriousness\": \"ihe omimi\",\n    \"mysterize\": \"ihe omimi\",\n    \"misterm\": \"sistem\",\n    \"mistermed\": \"okpokoro\",\n    \"misterming\": \"mgbodo\",\n    \"misterms\": \"ndozi\",\n    \"misters\": \"ụmụnne\",\n    \"mistetch\": \"osisi\",\n    \"mistfall\": \"ndaba\",\n    \"mistflower\": \"okpokoro\",\n    \"mistful\": \"ezighi ezi\",\n    \"misthinking\": \"hingha\",\n    \"misthinks\": \"hingha\",\n    \"misthought\": \"ezighi ezi\",\n    \"misthread\": \"igosighighari\",\n    \"misthrew\": \"ghahie\",\n    \"misthrift\": \"ezighi ezi\",\n    \"misthrive\": \"ijuputa\",\n    \"misthrow\": \"ijuputa\",\n    \"misthrowing\": \"na-achọgharị\",\n    \"misthrown\": \"ijuputa\",\n    \"misthrows\": \"ezighi ezi\",\n    \"misty\": \"ijuputa n'igirigi\",\n    \"mistic\": \"gbanwere\",\n    \"mystic\": \"ihe omimi\",\n    \"mystical\": \"ihe omimi\",\n    \"mysticality\": \"ihe omimi\",\n    \"mysticalness\": \"ihe omimi\",\n    \"mysticetous\": \"ihe omimi\",\n    \"mysticise\": \"ihe omimi\",\n    \"mysticism\": \"ihe omimi\",\n    \"mysticisms\": \"ihe omimi\",\n    \"mysticity\": \"ihe omimi\",\n    \"mysticize\": \"ihe omimi\",\n    \"mysticized\": \"ihe omimi\",\n    \"mysticizing\": \"ihe omimi\",\n    \"mysticly\": \"ihe omimi\",\n    \"mystics\": \"ihe omimi\",\n    \"mistier\": \"mister\",\n    \"mistiest\": \"nke kacha\",\n    \"mistify\": \"igosipụta\",\n    \"mystify\": \"mezie\",\n    \"mystific\": \"ihe omimi\",\n    \"mystification\": \"ihe omimi\",\n    \"mystifications\": \"ihe omimi\",\n    \"mystificator\": \"ihe omimi\",\n    \"mystificatory\": \"ihe omimi\",\n    \"mystified\": \"ihe omimi\",\n    \"mystifier\": \"ihe omimi\",\n    \"mystifiers\": \"ihe omimi\",\n    \"mystifies\": \"na-akọwa\",\n    \"mystifying\": \"ihe omimi\",\n    \"mystifyingly\": \"na-egosi\",\n    \"mistyish\": \"ijuputa\",\n    \"mistilled\": \"etisasịwo\",\n    \"mistime\": \"oge\",\n    \"mistimed\": \"emebisị\",\n    \"mistimes\": \"oge\",\n    \"mistiming\": \"na-achọ izu\",\n    \"mistiness\": \"ekwenti\",\n    \"mistion\": \"udu mmiri\",\n    \"mistype\": \"ndudue\",\n    \"mistyped\": \"ejighi ya\",\n    \"mistypes\": \"ndudue\",\n    \"mistyping\": \"idehie\",\n    \"mistypings\": \"ndudue\",\n    \"mystique\": \"ihe omimi\",\n    \"mistitled\": \"agbagha\",\n    \"mistitles\": \"edetu\",\n    \"mistitling\": \"na-aga agha\",\n    \"mistle\": \"gha agha\",\n    \"mistless\": \"enweghị uche\",\n    \"mistletoes\": \"ndudue\",\n    \"mistold\": \"ghahie\",\n    \"mistone\": \"imehie\",\n    \"mistouched\": \"ejighi ya\",\n    \"mistouches\": \"ugha\",\n    \"mistouching\": \"na-emehie\",\n    \"mistrace\": \"imehie\",\n    \"mistraced\": \"emehie\",\n    \"mistraces\": \"nzuzu\",\n    \"mistracing\": \"emehie\",\n    \"mistradition\": \"ragha\",\n    \"mistral\": \"ezighi ezi\",\n    \"mistrals\": \"ọghọm\",\n    \"mistranscribe\": \"edebanye aha\",\n    \"mistranscribed\": \"edebanyere\",\n    \"mistranscribing\": \"na-edegharị aha\",\n    \"mistranscript\": \"ederede ezighi ezi\",\n    \"mistranscription\": \"ndebanye aha\",\n    \"mistranslate\": \"itughari\",\n    \"mistranslated\": \"itughari\",\n    \"mistranslates\": \"asụgharị\",\n    \"mistranslating\": \"asụgharị\",\n    \"mistranslation\": \"ntụgharị\",\n    \"mistreading\": \"agụgharị\",\n    \"mistreat\": \"mmeso ọjọọ\",\n    \"mistreated\": \"emegbula\",\n    \"mistreating\": \"na-emegbu\",\n    \"mistreatment\": \"mmeso ọjọọ\",\n    \"mistreats\": \"mmegbu\",\n    \"mistress\": \"ekaufọk\",\n    \"mistressdom\": \"nwe\",\n    \"mistresses\": \"ndi nwe ya\",\n    \"mistresshood\": \"nwe\",\n    \"mistressless\": \"enweghị isi\",\n    \"mistressly\": \"nke nwe\",\n    \"mistry\": \"ihe omimi\",\n    \"mistrial\": \"ikpe\",\n    \"mistrials\": \"alụkwaghịm\",\n    \"mistrist\": \"ntụkwasị obi\",\n    \"mistryst\": \"ebelebe\",\n    \"mistrysted\": \"ederede\",\n    \"mistrysting\": \"nkwụsị\",\n    \"mistrysts\": \"mistemụ\",\n    \"mistrow\": \"hie\",\n    \"mistrust\": \"ntụkwasị obi\",\n    \"mistrusted\": \"ntụkwasị obi\",\n    \"mistruster\": \"osikapa\",\n    \"mistrustful\": \"enweghị ntụkwasị obi\",\n    \"mistrustfully\": \"enweghị ntụkwasị obi\",\n    \"mistrustfulness\": \"enweghị ntụkwasị obi\",\n    \"mistrusting\": \"enweghị ntụkwasị obi\",\n    \"mistrustingly\": \"enweghị ntụkwasị obi\",\n    \"mistrustless\": \"enweghị ntụkwasị obi\",\n    \"mistrusts\": \"Ekwentị\",\n    \"mists\": \"igirigi\",\n    \"mistune\": \"ogba aghara\",\n    \"mistuned\": \"ezighi ezi\",\n    \"mistunes\": \"nsogbu\",\n    \"mistuning\": \"ezighi ezi\",\n    \"misture\": \"nzuzu\",\n    \"misturn\": \"ogbugbu\",\n    \"mistutor\": \"onye nchịkwa\",\n    \"mistutored\": \"emezughị\",\n    \"mistutoring\": \"emehie ihe\",\n    \"mistutors\": \"ndị na-eme ihe ọjọọ\",\n    \"misunderstand\": \"nghota\",\n    \"misunderstandable\": \"enweghị nghọta\",\n    \"misunderstander\": \"nghọtahie\",\n    \"misunderstanders\": \"nghọtahie\",\n    \"misunderstanding\": \"nghọtahie\",\n    \"misunderstandingly\": \"nghọtahie\",\n    \"misunderstandings\": \"nghotahie\",\n    \"misunderstands\": \"nghotahie\",\n    \"misunderstood\": \"aghotaghi\",\n    \"misunderstoodness\": \"nghọtahie\",\n    \"misunion\": \"ndu\",\n    \"misunions\": \"enwe\",\n    \"misusage\": \"ojiji\",\n    \"misuse\": \"ejije\",\n    \"misused\": \"ejije\",\n    \"misuseful\": \"ejije\",\n    \"misusement\": \"echiche efu\",\n    \"misuser\": \"onye nduhie\",\n    \"misusers\": \"ndị na-eduhie\",\n    \"misuses\": \"n'ụzọ\",\n    \"misusing\": \"n'ụzọ na-ezighị ezi\",\n    \"misusurped\": \"na-ezighi ezi\",\n    \"misvaluation\": \"enweghị uru\",\n    \"misvalue\": \"ure\",\n    \"misvalued\": \"Enyochala\",\n    \"misvalues\": \"abaghị uru\",\n    \"misvaluing\": \"na-atụlehie\",\n    \"misventure\": \"ebumnobi\",\n    \"misventurous\": \"abaghị uru\",\n    \"misviding\": \"na-achọpụta\",\n    \"misvouch\": \"nduhie\",\n    \"misvouched\": \"ezughị ezu\",\n    \"misway\": \"ụzọ\",\n    \"miswandered\": \"emezughị\",\n    \"miswed\": \"ezighi ezi\",\n    \"miswedded\": \"ezighi ezi\",\n    \"misween\": \"n'etiti\",\n    \"miswend\": \"mehie\",\n    \"miswern\": \"nsogbu\",\n    \"miswire\": \"imehie\",\n    \"miswired\": \"emezughị\",\n    \"miswiring\": \"emehie\",\n    \"miswisdom\": \"amaghi\",\n    \"miswish\": \"imehie\",\n    \"miswoman\": \"nwanyị\",\n    \"misword\": \"okwu nzuzu\",\n    \"misworded\": \"idehie\",\n    \"miswords\": \"ndudue\",\n    \"misworship\": \"nduhie\",\n    \"misworshiped\": \"duhie ụzọ\",\n    \"misworshiper\": \"onye na-efe ofufe\",\n    \"misworshipper\": \"onye na-efe ofufe\",\n    \"miswrit\": \"idehie ederede\",\n    \"miswrite\": \"idehie\",\n    \"miswrites\": \"edehie\",\n    \"miswriting\": \"idehie ederede\",\n    \"miswritten\": \"edeghi ederede\",\n    \"miswrote\": \"adighi\",\n    \"miswrought\": \"emehie\",\n    \"miszealous\": \"enwe echiche efu\",\n    \"miszoned\": \"emezighi\",\n    \"miszoning\": \"emehie\",\n    \"mitannish\": \"Ntughari\",\n    \"mitchell\": \"mitch\",\n    \"mitchella\": \"Uchechukwu\",\n    \"miteproof\": \"ihe akaebe\",\n    \"miter\": \"Ihe nkedo\",\n    \"mitered\": \"etinyere\",\n    \"mites\": \"àjà\",\n    \"myth\": \"akụkọ ifo\",\n    \"mither\": \"nne\",\n    \"mithers\": \"nne\",\n    \"mythic\": \"akụkọ ifo\",\n    \"mythical\": \"akụkọ ifo\",\n    \"mythicalism\": \"akụkọ ifo\",\n    \"mythicality\": \"akụkọ ifo\",\n    \"mythically\": \"n'akụkọ ifo\",\n    \"mythicalness\": \"akụkọ ifo\",\n    \"mythicise\": \"akụkọ ifo\",\n    \"mythicised\": \"akụkọ ifo\",\n    \"mythicising\": \"akụkọ ifo\",\n    \"mythicism\": \"akụkọ ifo\",\n    \"mythicist\": \"akụkọ ifo\",\n    \"mythicization\": \"akụkọ ifo\",\n    \"mythicize\": \"akụkọ ifo\",\n    \"mythicized\": \"akụkọ ifo\",\n    \"mythicizing\": \"akụkọ ifo\",\n    \"mythified\": \"myti\",\n    \"mythifying\": \"myti ihe\",\n    \"mythism\": \"akụkọ ifo\",\n    \"mythist\": \"akụkọ ifo\",\n    \"mythland\": \"obodo mythland\",\n    \"mythmaker\": \"akụkọ ifo\",\n    \"mythmaking\": \"akụkọ ifo\",\n    \"mythogeny\": \"akụkọ ifo\",\n    \"mythogony\": \"akụkọ ifo\",\n    \"mythogonic\": \"akụkọ ifo\",\n    \"mythography\": \"akụkọ ifo\",\n    \"mythographies\": \"akụkọ ifo\",\n    \"mythoheroic\": \"akụkọ ifo\",\n    \"mythohistoric\": \"akụkọ ifo\",\n    \"mythology\": \"akụkọ ifo\",\n    \"mythologic\": \"akụkọ ifo\",\n    \"mythological\": \"akụkọ ifo\",\n    \"mythologically\": \"n'akụkọ ifo\",\n    \"mythologies\": \"akụkọ ifo\",\n    \"mythologise\": \"akụkọ ifo\",\n    \"mythologists\": \"ndị akụkọ ọdịnala\",\n    \"mythologization\": \"akụkọ ifo\",\n    \"mythologize\": \"n'akụkọ ifo\",\n    \"mythologized\": \"akuko ochie\",\n    \"mythologizing\": \"akụkọ ifo\",\n    \"mythologue\": \"akụkọ ifo\",\n    \"mythopeic\": \"akụkọ ifo\",\n    \"mythopoeism\": \"akụkọ ọdịnala\",\n    \"mythopoem\": \"akụkọ ifo\",\n    \"mythopoesis\": \"akụkọ ifo\",\n    \"mythopoetic\": \"akụkọ ifo\",\n    \"mythopoetical\": \"akụkọ ifo\",\n    \"mythopoetise\": \"akụkọ ifo\",\n    \"mythopoetised\": \"na-edekọ akụkọ\",\n    \"mythopoetising\": \"akụkọ ifo\",\n    \"mythopoetized\": \"akuko mythopoetized\",\n    \"mythopoetizing\": \"akụkọ ifo\",\n    \"mythopoetry\": \"akụkọ ifo\",\n    \"mythos\": \"akụkọ ifo\",\n    \"mithraic\": \"Mittraic\",\n    \"mithraicist\": \"onyeisiala\",\n    \"mithriac\": \"chiedozie\",\n    \"mithridatised\": \"edegbula\",\n    \"myths\": \"akụkọ ifo\",\n    \"miticide\": \"igbu onwe\",\n    \"mitiest\": \"kasị m\",\n    \"mitigate\": \"megharia\",\n    \"mitigated\": \"gbanwere\",\n    \"mitigating\": \"mitiging\",\n    \"mitigation\": \"mgbochi\",\n    \"miting\": \"na-atụgharị uche\",\n    \"mitoses\": \"ihe mgbochi\",\n    \"mitotically\": \"n'ụzọ dị egwu\",\n    \"mitre\": \"Ihe nkedo\",\n    \"mitrer\": \"miter\",\n    \"mitres\": \"mitere\",\n    \"mittelmeer\": \"iheanacho\",\n    \"mittened\": \"etinyere\",\n    \"mitvoth\": \"ụrọ\",\n    \"mitzvah\": \"Mkpa\",\n    \"mitzvahs\": \"Mzvas\",\n    \"mitzvoth\": \"Ugboro abụọ\",\n    \"miurus\": \"amaka\",\n    \"mix\": \"agwakọta\",\n    \"mixability\": \"ngwakọta\",\n    \"mixable\": \"agwakọta\",\n    \"mixableness\": \"ngwakọta\",\n    \"mixblood\": \"Ngwakọta\",\n    \"mixe\": \"gwakọta\",\n    \"mixed\": \"agwakọta\",\n    \"myxedemic\": \"oriọna\",\n    \"mixedly\": \"agwakọta\",\n    \"mixedness\": \"agwakọta\",\n    \"mixen\": \"gwakọta\",\n    \"mixer\": \"igwekota\",\n    \"mixeress\": \"igwekota\",\n    \"mixers\": \"igwekota\",\n    \"mixes\": \"Ngwakọta\",\n    \"mixhill\": \"agwakọta\",\n    \"mixible\": \"agwakọta\",\n    \"mixilineal\": \"ngwakọta\",\n    \"mixing\": \"agwakọta\",\n    \"mixite\": \"gwakọta\",\n    \"mixodectes\": \"ngwakọta\",\n    \"mixology\": \"ngwakọta\",\n    \"mixologies\": \"ngwakọta\",\n    \"mixologist\": \"onye na-agwọ ọrịa\",\n    \"mixoploidy\": \"ngwakọta\",\n    \"mixotrophic\": \"mmmmmmmmmmmmm\",\n    \"mixt\": \"ngwakọta\",\n    \"mixtec\": \"Ngwakọta\",\n    \"mixtecan\": \"Ngwakọta\",\n    \"mixtiform\": \"ngwakọta\",\n    \"mixtilineal\": \"Nkechi\",\n    \"mixtilinear\": \"Nkechi\",\n    \"mixtilion\": \"Nkechi\",\n    \"mixtion\": \"ngwakọta\",\n    \"mixture\": \"ngwakọta\",\n    \"mixtures\": \"ngwakọta\",\n    \"mixup\": \"ngwakọta\",\n    \"mixups\": \"Ngwakọta\",\n    \"mizen\": \"Mizen\",\n    \"mizenmast\": \"Mizenmast\",\n    \"mizens\": \"ọtụtụ\",\n    \"mizzenmasts\": \"Uchechukwu\",\n    \"mizzens\": \"iheegwu\",\n    \"mizzentop\": \"Mkpofu\",\n    \"mizzentopman\": \"Uzoukwu\",\n    \"mizzentopmen\": \"ugochukwu\",\n    \"mizzy\": \"ihe nzuzu\",\n    \"mizzled\": \"gbanye\",\n    \"mizzler\": \"mizler\",\n    \"mizzly\": \"egwu\",\n    \"mizzling\": \"agbachi\",\n    \"mk\": \"mk, mk\",\n    \"mks\": \"Igwe\",\n    \"mkt\": \"mkpo\",\n    \"mktg\": \"mkvg\",\n    \"mlange\": \"mgbo\",\n    \"mlechchha\": \"mchchchha\",\n    \"mlx\": \"Ugboro\",\n    \"mn\": \"igwe\",\n    \"mnem\": \"nde\",\n    \"mneme\": \"mmneme\",\n    \"mnemic\": \"mmememic\",\n    \"mnemonic\": \"mmenyenu\",\n    \"mnemonicalist\": \"onyenwenu\",\n    \"mnemonically\": \"n'echebara anya\",\n    \"mnemonics\": \"mmetu\",\n    \"mnemonism\": \"emem\",\n    \"mnemonization\": \"mmenye aha\",\n    \"mnemonizing\": \"na-atụgharị uche\",\n    \"mnemotechnic\": \"mmmmmmmmmmmmm\",\n    \"mnemotechnical\": \"mmmmmmmmmmmmm\",\n    \"mnesic\": \"ọrịa\",\n    \"mnestic\": \"anwu\",\n    \"mniaceous\": \"eme\",\n    \"moabite\": \"Moabite\",\n    \"moabitess\": \"onye mbu\",\n    \"moabitic\": \"Ukwuu\",\n    \"moan\": \"kwaa ákwá\",\n    \"moaned\": \"tie nkpu\",\n    \"moanful\": \"na-asụ ude\",\n    \"moanfully\": \"na-asụ ude\",\n    \"moanification\": \"akwa aruru\",\n    \"moaning\": \"na-asụ ude\",\n    \"moaningly\": \"na-akwa ákwá\",\n    \"moanless\": \"na-asụ ude\",\n    \"moans\": \"akwa\",\n    \"moathill\": \"Okechukwu\",\n    \"moatlike\": \"moat\",\n    \"mob\": \"ìgwè mmadụ\",\n    \"mobable\": \"mobbar\",\n    \"mobbed\": \"mobbs\",\n    \"mobber\": \"moba\",\n    \"mobbers\": \"ndi mob\",\n    \"mobby\": \"mobay\",\n    \"mobbing\": \"mobb\",\n    \"mobbist\": \"mobist\",\n    \"mobble\": \"mobulu\",\n    \"mobilian\": \"nchikota\",\n    \"mobilianer\": \"onye nchikota oru\",\n    \"mobilisation\": \"mkpokọta\",\n    \"mobilise\": \"chịkọta\",\n    \"mobilised\": \"chịkọta\",\n    \"mobiliser\": \"onye nchikota\",\n    \"mobilises\": \"chịkọta\",\n    \"mobilising\": \"ichikota\",\n    \"mobility\": \"agagharị\",\n    \"mobilities\": \"mobasị\",\n    \"mobilization\": \"mkpokọta\",\n    \"mobilizations\": \"mkpokọta\",\n    \"mobilize\": \"chịkọta\",\n    \"mobilized\": \"chịkọta\",\n    \"mobilizer\": \"onye nchikota\",\n    \"mobilizers\": \"ndị na-eme mkpọkọta\",\n    \"mobilizes\": \"chịkọta\",\n    \"mobilizing\": \"ichikota\",\n    \"mobocratic\": \"ndigbo\",\n    \"mobs\": \"ìgwè mmadụ\",\n    \"moc\": \"nkp\",\n    \"moca\": \"moka\",\n    \"moccasins\": \"akpa\",\n    \"mockage\": \"mock\",\n    \"mockbird\": \"mmmmmmmmmmmmm\",\n    \"mocked\": \"akwaa emo\",\n    \"mocker\": \"onye na-akwa emo\",\n    \"mockery\": \"ịkwa emo\",\n    \"mockeries\": \"ndị na-akwa emo\",\n    \"mockernut\": \"Uchechi\",\n    \"mockers\": \"na-akwa emo\",\n    \"mockful\": \"ịkwa emo\",\n    \"mockfully\": \"mock\",\n    \"mocking\": \"ịkwa emo\",\n    \"mockingbird\": \"ịkwa emo\",\n    \"mockingbirds\": \"mbido mocking\",\n    \"mockingly\": \"na-akwa emo\",\n    \"mockingstock\": \"ịkwa emo\",\n    \"mockish\": \"kpakpando\",\n    \"mocks\": \"akwa emo\",\n    \"mockup\": \"ihe ngosi\",\n    \"mockups\": \"Uchechi\",\n    \"moco\": \"ogwe\",\n    \"mocoan\": \"Mocoan\",\n    \"modalism\": \"nhazi\",\n    \"modality\": \"usoro\",\n    \"modalities\": \"usoro\",\n    \"modalize\": \"mezie\",\n    \"modally\": \"iji nwayọọ\",\n    \"model\": \"nlereanya\",\n    \"modeled\": \"gosipụtara\",\n    \"modeler\": \"ihe nlere\",\n    \"modelers\": \"ndị na-eme ihe ngosi\",\n    \"modeless\": \"enweghị atụ\",\n    \"modelessness\": \"enweghi obi iru ala\",\n    \"modeling\": \"ịme ngosi uwe\",\n    \"modelings\": \"ihe nlere\",\n    \"modelist\": \"onye nlere anya\",\n    \"modelize\": \"maa atụ\",\n    \"modelled\": \"gosipụtara\",\n    \"modeller\": \"Nlereanya\",\n    \"modellers\": \"ndị nlelị\",\n    \"modelling\": \"ịme ngosi uwe\",\n    \"modelmaker\": \"ihe nlere\",\n    \"modelmaking\": \"ịme ngosi uwe\",\n    \"models\": \"ụdị\",\n    \"modems\": \"modem\",\n    \"moderantism\": \"nhazi\",\n    \"moderantist\": \"onye na-eme nhazi\",\n    \"moderate\": \"agafeghị oke\",\n    \"moderated\": \"modera\",\n    \"moderately\": \"dị mma\",\n    \"moderateness\": \"ịdị umeala n'obi\",\n    \"moderates\": \"na-edozi\",\n    \"moderating\": \"nhazi\",\n    \"moderation\": \"imeru ihe n'ókè\",\n    \"moderationism\": \"imeru ihe n'ókè\",\n    \"moderationist\": \"imeru ihe n'ókè\",\n    \"moderations\": \"nhazi\",\n    \"moderatism\": \"ịdị adị\",\n    \"moderatist\": \"onye njikwa\",\n    \"moderator\": \"onye nduzi\",\n    \"moderatorial\": \"nhazi\",\n    \"moderators\": \"ndị nhazi\",\n    \"moderatorship\": \"nhazi\",\n    \"moderatos\": \"nhazi\",\n    \"modern\": \"nke oge a\",\n    \"moderner\": \"oge a\",\n    \"modernest\": \"nke oge a\",\n    \"modernicide\": \"oge a\",\n    \"modernisation\": \"mmezi\",\n    \"modernise\": \"ime nke ugbua\",\n    \"modernised\": \"modernized\",\n    \"moderniser\": \"modernizer\",\n    \"modernish\": \"oge a\",\n    \"modernising\": \"imeziwanye ihe\",\n    \"modernism\": \"ọmarịcha\",\n    \"modernist\": \"ọgbara ọhụrụ\",\n    \"modernistic\": \"ọgbara ọhụrụ\",\n    \"modernists\": \"ndị ọgbara ọhụrụ\",\n    \"modernity\": \"oge a\",\n    \"modernities\": \"oge a\",\n    \"modernization\": \"mmezi\",\n    \"modernize\": \"ime nke ugbua\",\n    \"modernizing\": \"imeziwanye ihe\",\n    \"modernly\": \"n'oge a\",\n    \"modernness\": \"oge a\",\n    \"moderns\": \"oge a\",\n    \"modes\": \"usoro\",\n    \"modest\": \"obi umeala\",\n    \"modestest\": \"obi umeala\",\n    \"modesty\": \"obi umeala\",\n    \"modesties\": \"ụdịdị\",\n    \"modestly\": \"obi umeala\",\n    \"modestness\": \"obi umeala\",\n    \"modi\": \"Gbanwee\",\n    \"modiation\": \"mgbanwe\",\n    \"modicity\": \"ịdị mma\",\n    \"modicums\": \"usoro\",\n    \"modif\": \"ntughari\",\n    \"modify\": \"gbanwee\",\n    \"modifiability\": \"mgbanwe\",\n    \"modifiable\": \"mgbanwe\",\n    \"modifiableness\": \"nnweta mgbanwe\",\n    \"modifiably\": \"mgbanwe\",\n    \"modificability\": \"mgbanwe\",\n    \"modificable\": \"mgbanwe\",\n    \"modificand\": \"ndozi\",\n    \"modification\": \"mgbanwe\",\n    \"modificationist\": \"mmezi\",\n    \"modifications\": \"mgbanwe\",\n    \"modificative\": \"mgbanwe\",\n    \"modificator\": \"onye ndozi\",\n    \"modificatory\": \"mmegharị\",\n    \"modified\": \"gbanwetụrụ\",\n    \"modifier\": \"mmezi\",\n    \"modifiers\": \"mmezi\",\n    \"modifies\": \"mmezi\",\n    \"modifying\": \"mmeghari\",\n    \"modillion\": \"nde\",\n    \"modishly\": \"iji nwayọọ\",\n    \"modishness\": \"ịdị umeala n'obi\",\n    \"modistry\": \"modoru\",\n    \"modius\": \"mgbanwe\",\n    \"modred\": \"dị mma\",\n    \"modulability\": \"mgbanwe\",\n    \"modulant\": \"modulu\",\n    \"modular\": \"modulu\",\n    \"modularity\": \"ụdịdị\",\n    \"modularization\": \"nhazi\",\n    \"modularized\": \"gbanwee\",\n    \"modularly\": \"modulu\",\n    \"modulating\": \"na-edozi\",\n    \"modulation\": \"mgbanwe olu\",\n    \"modulatory\": \"modulu\",\n    \"modulators\": \"ndị modula\",\n    \"module\": \"modul\",\n    \"modules\": \"modul\",\n    \"modulidae\": \"modulus\",\n    \"modulize\": \"modularize\",\n    \"modulo\": \"modulu\",\n    \"modus\": \"usoro\",\n    \"moeble\": \"muible\",\n    \"moeck\": \"mock\",\n    \"moed\": \"Akpa\",\n    \"moellon\": \"mololon\",\n    \"moeritherian\": \"Onyediegwu\",\n    \"mofussil\": \"Okechukwu\",\n    \"mog\": \"mogo\",\n    \"mogged\": \"kpara\",\n    \"moggy\": \"Ugboro\",\n    \"moggies\": \"mogg\",\n    \"mogging\": \"kpa nnukwu ego\",\n    \"mogs\": \"mog\",\n    \"moguls\": \"ndi molek\",\n    \"mogulship\": \"Onwu\",\n    \"mohammedist\": \"onye mohammedist\",\n    \"mohammedization\": \"mmeghari\",\n    \"mohammedize\": \"meeka\",\n    \"mohawks\": \"mohawk\",\n    \"mohican\": \"Okechukwu\",\n    \"mohnseed\": \"amarachi\",\n    \"mohrodendron\": \"mmmmmmmmmmmmm\",\n    \"moider\": \"onye moider\",\n    \"moidore\": \"Ogha\",\n    \"moidores\": \"Ugbo ala\",\n    \"moyenant\": \"moyenyen\",\n    \"moyenless\": \"enweghị\",\n    \"moieties\": \"mmiri\",\n    \"moil\": \"ahihia\",\n    \"moile\": \"ahịhịa\",\n    \"moiler\": \"Igwe mmiri\",\n    \"moilers\": \"Ndị na-akpali agụụ mmekọahụ\",\n    \"moiles\": \"ntụpọ\",\n    \"moiling\": \"ịkwa ákwá\",\n    \"moilingly\": \"na-asụ\",\n    \"moils\": \"Mkpụrụ\",\n    \"moilsome\": \"jisie ike\",\n    \"moireed\": \"moire\",\n    \"moireing\": \"na-agagharị\",\n    \"moism\": \"mois\",\n    \"moist\": \"ooh\",\n    \"moistened\": \"gbanye mmiri\",\n    \"moistening\": \"na-agba ume\",\n    \"moistful\": \"Ugochukwu\",\n    \"moisty\": \"ooh\",\n    \"moistify\": \"ooh\",\n    \"moistiness\": \"iru mmiri\",\n    \"moistishness\": \"ume mmiri\",\n    \"moistless\": \"enweghị mmiri\",\n    \"moistness\": \"iru mmiri\",\n    \"moisture\": \"mmiri mmiri\",\n    \"moistureless\": \"enweghị mmiri\",\n    \"moistureproof\": \"enweghị mmiri\",\n    \"moisturizing\": \"na-edozi ahụ\",\n    \"moither\": \"ma obu\",\n    \"mol\": \"juru\",\n    \"molary\": \"mola\",\n    \"molarimeter\": \"molarimita\",\n    \"molarity\": \"molar\",\n    \"molarities\": \"omume rụrụ arụ\",\n    \"molasses\": \"molassis\",\n    \"molasseses\": \"molasses\",\n    \"molassy\": \"mmachi\",\n    \"molassied\": \"Melek\",\n    \"mold\": \"ebu\",\n    \"moldability\": \"akpụzi\",\n    \"moldable\": \"akpụzi\",\n    \"moldableness\": \"akpụzi\",\n    \"moldasle\": \"ebu\",\n    \"moldavian\": \"mmoldavian\",\n    \"moldavite\": \"iheanacho\",\n    \"moldboard\": \"bọketọ\",\n    \"moldboards\": \"bọọdụ e ji ebu ebu\",\n    \"molded\": \"kpụrụ\",\n    \"molder\": \"kpụrụ akpụ\",\n    \"moldered\": \"kpụrụ\",\n    \"moldery\": \"ebu\",\n    \"moldering\": \"na-akpụzi\",\n    \"molders\": \"ndị na-akpụzi\",\n    \"moldy\": \"moldi\",\n    \"moldier\": \"kpụọ\",\n    \"moldiest\": \"kasị\",\n    \"moldiness\": \"ịdị nwayọọ\",\n    \"molding\": \"ịkpụzi\",\n    \"moldings\": \"ịkpụzi\",\n    \"moldmade\": \"akpụzi\",\n    \"moldproof\": \"ebu\",\n    \"molds\": \"ebu\",\n    \"moldwarp\": \"ebu\",\n    \"moldwarps\": \"ebu\",\n    \"mole\": \"ahumachi\",\n    \"molecast\": \"ntule\",\n    \"molecula\": \"molekul\",\n    \"molecular\": \"molekul\",\n    \"molecularist\": \"omumu ihe\",\n    \"molecularity\": \"molekụla\",\n    \"molecularly\": \"molekụla\",\n    \"molecule\": \"molekul\",\n    \"molecules\": \"molekul\",\n    \"molehead\": \"ihe omuma\",\n    \"moleheap\": \"ihe omuma\",\n    \"molehillish\": \"ihe omuma\",\n    \"moleism\": \"Mkpụrụ ndụ\",\n    \"molelike\": \"yiri\",\n    \"molendinary\": \"molendinar\",\n    \"molengraaffite\": \"molengraaff ite\",\n    \"moleproof\": \"ahumachi\",\n    \"moler\": \"Onye ji moler\",\n    \"moles\": \"ntụpọ ojii n'ahụ\",\n    \"moleskin\": \"molenkin\",\n    \"moleskins\": \"akpụkpọ anụ\",\n    \"molest\": \"emekpa\",\n    \"molestation\": \"mmekpa ahụ\",\n    \"molestations\": \"mmekpa ahụ\",\n    \"molested\": \"emekpala\",\n    \"molester\": \"ihe omumu\",\n    \"molesters\": \"ndị na-emegbu mmadụ\",\n    \"molestful\": \"na-enye ihe\",\n    \"molestfully\": \"na-emegbu\",\n    \"molesting\": \"na-emetọ\",\n    \"molestious\": \"na-enye omume\",\n    \"molybdeniferous\": \"mmmmmmmmmmmmm\",\n    \"molybdocolic\": \"mmmmmmmmmmmmm\",\n    \"molies\": \"gafere\",\n    \"molify\": \"mezie\",\n    \"molified\": \"gbazee\",\n    \"molifying\": \"na-akpụzi\",\n    \"molimen\": \"ọgbụgba\",\n    \"moliminous\": \"ihe nzuzu\",\n    \"molinary\": \"mmọnwụ\",\n    \"moline\": \"mmolina\",\n    \"moling\": \"na-akpụzi\",\n    \"molinia\": \"mmili\",\n    \"molinism\": \"omume\",\n    \"molinist\": \"onyeisiala\",\n    \"molinistic\": \"na-eme ihe n'eziokwu\",\n    \"molition\": \"ebu\",\n    \"moll\": \"obula\",\n    \"mollahs\": \"ndokwa\",\n    \"molland\": \"nnukwu ala\",\n    \"molle\": \"mool\",\n    \"molles\": \"ebu\",\n    \"mollescence\": \"jisie ike\",\n    \"mollescent\": \"na-agbanwe agbanwe\",\n    \"molly\": \"nzuzu\",\n    \"mollycoddled\": \"Mollycoddled\",\n    \"mollycoddles\": \"mollycoddle\",\n    \"mollycoddling\": \"ndabichi\",\n    \"mollie\": \"Nkechi\",\n    \"mollient\": \"na-agbanwe agbanwe\",\n    \"molliently\": \"nke ọma\",\n    \"mollies\": \"na-akpụgharị\",\n    \"mollify\": \"mezie\",\n    \"mollifiable\": \"gbazee\",\n    \"mollification\": \"ndozi\",\n    \"mollified\": \"gbanyewo\",\n    \"mollifiedly\": \"n'ụzọ zuru ezu\",\n    \"mollifier\": \"ihe nchacha\",\n    \"mollifiers\": \"ndị na-akpụgharị\",\n    \"mollifying\": \"na-agbanwe\",\n    \"mollifyingly\": \"n'egwu\",\n    \"mollifyingness\": \"na-agbanwe agbanwe\",\n    \"molligrant\": \"onye na-eme ihe n'echeghị echiche\",\n    \"mollisol\": \"mmollisol\",\n    \"mollities\": \"ihe mmuo\",\n    \"mollitious\": \"na-eme ka ndị mmadụ mara\",\n    \"mollitude\": \"ndidi\",\n    \"molls\": \"na-akpụzi\",\n    \"mollusc\": \"mmmilc\",\n    \"mollusca\": \"okpokoro\",\n    \"molluscan\": \"mmmmmmmmmmmmm\",\n    \"molluscans\": \"ndịkọ\",\n    \"molluscicidal\": \"-enweta\",\n    \"molluscivorous\": \"ihe nzuzu\",\n    \"molluscous\": \"okpokoro\",\n    \"molluscousness\": \"ihe omume\",\n    \"molluscs\": \"mkpọtụ\",\n    \"mollusk\": \"okpokoro\",\n    \"mollusklike\": \"iheanyi\",\n    \"mollusks\": \"molok\",\n    \"molman\": \"Nwoke\",\n    \"molmen\": \"Nwoke\",\n    \"molmutian\": \"mmuoka\",\n    \"molochs\": \"moloch\",\n    \"molossian\": \"Nkechi\",\n    \"molossoid\": \"Nwachukwu\",\n    \"mols\": \"ebu\",\n    \"molt\": \"gbazee\",\n    \"molted\": \"gbazee\",\n    \"molten\": \"wụrụ awụ\",\n    \"moltenly\": \"wụrụ awụ\",\n    \"molter\": \"ebuo\",\n    \"molters\": \"ndị na-akpụzi\",\n    \"molting\": \"agbaze\",\n    \"molts\": \"na-akpụzi\",\n    \"moltten\": \"wụrụ awụ\",\n    \"mom\": \"nne\",\n    \"momble\": \"nnabata\",\n    \"moment\": \"oge\",\n    \"momenta\": \"oge\",\n    \"momental\": \"nọdu\",\n    \"momentally\": \"n'oge\",\n    \"momentaneall\": \"oge niile\",\n    \"momentaneity\": \"obere oge\",\n    \"momentaneous\": \"oge\",\n    \"momentaneously\": \"n'oge\",\n    \"momentaneousness\": \"oge\",\n    \"momentany\": \"obere oge\",\n    \"momentary\": \"na-adịru nwa oge\",\n    \"momentarily\": \"nwa oge\",\n    \"momentariness\": \"obere oge\",\n    \"momently\": \"mgbe\",\n    \"momento\": \"oge\",\n    \"momentoes\": \"oge\",\n    \"momentos\": \"oge\",\n    \"momentous\": \"dị oke mkpa\",\n    \"momentously\": \"n'otu oge\",\n    \"momentousness\": \"na-adị ngwa\",\n    \"moments\": \"oge\",\n    \"momentum\": \"ọkụ\",\n    \"momentums\": \"ọkụ\",\n    \"momes\": \"nne\",\n    \"momiology\": \"ihe omimi\",\n    \"momish\": \"nne\",\n    \"momism\": \"ndozi\",\n    \"momisms\": \"ihe mgbochi\",\n    \"momist\": \"nne\",\n    \"mommer\": \"chiri\",\n    \"mommy\": \"nnenne\",\n    \"mommies\": \"nnenne\",\n    \"momo\": \"mama\",\n    \"momordica\": \"nwachukwu\",\n    \"momotus\": \"nnenne\",\n    \"moms\": \"ndị nne\",\n    \"momser\": \"nne\",\n    \"momus\": \"nne\",\n    \"momuses\": \"ndị nne\",\n    \"momzer\": \"momza\",\n    \"monacanthid\": \"mmmmmmmmmmmmm\",\n    \"monactinellid\": \"mmmmmmmmmmmmm\",\n    \"monadal\": \"nwayi\",\n    \"monadelph\": \"Uchechukwu\",\n    \"monadigerous\": \"egwu\",\n    \"monadisms\": \"monadị\",\n    \"monadnock\": \"agwu\",\n    \"monal\": \"ego\",\n    \"monamniotic\": \"mmmmmmmmmmmmm\",\n    \"monandrian\": \"onye monandrian\",\n    \"monandries\": \"ndị mọnk\",\n    \"monandrous\": \"monand\",\n    \"monapsal\": \"monapasi\",\n    \"monarch\": \"eze\",\n    \"monarchal\": \"onyeeze\",\n    \"monarchally\": \"nnweta\",\n    \"monarchess\": \"monarị\",\n    \"monarchy\": \"ọchịchị onyeeze\",\n    \"monarchial\": \"onyeeze\",\n    \"monarchianist\": \"monarchianism\",\n    \"monarchic\": \"onyeeze\",\n    \"monarchical\": \"onyeeze\",\n    \"monarchically\": \"onye eze\",\n    \"monarchies\": \"ọchịchị\",\n    \"monarchism\": \"ọchịchị ndị eze\",\n    \"monarchist\": \"onye eze\",\n    \"monarchistic\": \"onye na-akwado ọchịchị\",\n    \"monarchists\": \"ndi nwe alaeze ukwu\",\n    \"monarchized\": \"edidem\",\n    \"monarchlike\": \"yiri eze\",\n    \"monarchs\": \"ndi nwe alaeze\",\n    \"monarticular\": \"nke anụ arụ\",\n    \"monastery\": \"ebe obibi ndị mọnk\",\n    \"monasteries\": \"ebe obibi ndị mọnk\",\n    \"monastic\": \"mọnk\",\n    \"monastically\": \"gbasiri ike\",\n    \"monastics\": \"ndi mọnk\",\n    \"monatomic\": \"monatomik\",\n    \"monbuttu\": \"montutu\",\n    \"monday\": \"monde\",\n    \"mondays\": \"ụbọchị mondee\",\n    \"mondes\": \"ọnụ ahịa\",\n    \"mone\": \"ego\",\n    \"money\": \"ego\",\n    \"moneybag\": \"akpa ego\",\n    \"moneybags\": \"akpa ego\",\n    \"moneychanger\": \"onye na-agbanwe ego\",\n    \"moneychangers\": \"ndị na-agbanwe ego\",\n    \"moneyed\": \"ego\",\n    \"moneyer\": \"onye ego\",\n    \"moneyers\": \"ndị nwe ego\",\n    \"moneyflower\": \"ebuchi ego\",\n    \"moneygetting\": \"itinye ego\",\n    \"moneygrub\": \"egogrub\",\n    \"moneygrubber\": \"egogrubber\",\n    \"moneygrubbing\": \"na-etinye ego\",\n    \"moneying\": \"ego\",\n    \"moneylender\": \"onye na-agbazinye ego\",\n    \"moneylenders\": \"ndi ego ego\",\n    \"moneylending\": \"inye ego\",\n    \"moneyless\": \"enweghị ego\",\n    \"moneylessness\": \"enweghị ego\",\n    \"moneymake\": \"egomake\",\n    \"moneymaker\": \"onye na-eme ego\",\n    \"moneymakers\": \"ndị na-eme ego\",\n    \"moneymaking\": \"ịkpata ego\",\n    \"moneyman\": \"onye ego\",\n    \"moneymonger\": \"onye ego\",\n    \"moneymongering\": \"ego\",\n    \"moneys\": \"ego\",\n    \"moneysaving\": \"ichekwa ego\",\n    \"moneywise\": \"ego\",\n    \"moneywort\": \"ijeri ego\",\n    \"monel\": \"eze\",\n    \"monembryony\": \"mmmmmmmmmmmmm\",\n    \"monembryonic\": \"ihe omimi\",\n    \"moneral\": \"monera\",\n    \"moneran\": \"monera\",\n    \"monergist\": \"monergism\",\n    \"moneron\": \"Udechi\",\n    \"monerons\": \"moneron\",\n    \"moneses\": \"ego\",\n    \"monestrous\": \"dikwa egwu\",\n    \"monetary\": \"ego\",\n    \"monetarily\": \"otu ugboro\",\n    \"monetarists\": \"ndị na-achịkwa ego\",\n    \"moneth\": \"ọnwa\",\n    \"monetise\": \"ego\",\n    \"monetised\": \"ego\",\n    \"monetises\": \"ego\",\n    \"monetising\": \"ịkpata ego\",\n    \"monetizing\": \"ịkpata ego\",\n    \"mongcorn\": \"mongorn\",\n    \"mongered\": \"mong\",\n    \"mongerer\": \"monghara\",\n    \"mongery\": \"monanya\",\n    \"mongering\": \"mongụọ\",\n    \"monghol\": \"mongol\",\n    \"mongholian\": \"mongolian\",\n    \"mongler\": \"mongulu\",\n    \"mongoe\": \"mongo\",\n    \"mongoes\": \"mongo\",\n    \"mongolians\": \"ndị mongolia\",\n    \"mongols\": \"mongol\",\n    \"mongrelised\": \"nyemaka\",\n    \"mongrelity\": \"mongrel\",\n    \"mongrelizing\": \"mongụrụ ihe\",\n    \"mongrels\": \"mongụọ\",\n    \"mony\": \"ego\",\n    \"monial\": \"ego\",\n    \"monias\": \"mba\",\n    \"monied\": \"enwere\",\n    \"monies\": \"ego\",\n    \"monikers\": \"ndị ego\",\n    \"monilated\": \"kwadoro\",\n    \"moniment\": \"ihe ncheta\",\n    \"monish\": \"ego\",\n    \"monished\": \"tụkwasịrị obi\",\n    \"monishes\": \"enwere\",\n    \"monishing\": \"na-enye ego\",\n    \"monishment\": \"ego\",\n    \"monisms\": \"ihe ndi ozo\",\n    \"monists\": \"na-eche\",\n    \"monitary\": \"monita\",\n    \"monitions\": \"Monitors\",\n    \"monitive\": \"ihe niile\",\n    \"monitor\": \"nyochaa\",\n    \"monitored\": \"nyochaa\",\n    \"monitory\": \"ụgwọ\",\n    \"monitorial\": \"ileba anya\",\n    \"monitories\": \"nlekọta\",\n    \"monitoring\": \"nlekota oru\",\n    \"monitorish\": \"nyochaa\",\n    \"monitors\": \"ihe nlere\",\n    \"monitorship\": \"nlekọta\",\n    \"monitress\": \"nwanyị\",\n    \"monk\": \"mọnk\",\n    \"monkcraft\": \"monkret\",\n    \"monkey\": \"enwe\",\n    \"monkeyboard\": \"enwe\",\n    \"monkeyed\": \"enwe\",\n    \"monkeyface\": \"enwe\",\n    \"monkeyfied\": \"enwe\",\n    \"monkeyfying\": \"enwe\",\n    \"monkeyflower\": \"enwe\",\n    \"monkeyhood\": \"enwe\",\n    \"monkeying\": \"monkey\",\n    \"monkeyish\": \"enwe\",\n    \"monkeyishness\": \"enwe\",\n    \"monkeyism\": \"enwe\",\n    \"monkeylike\": \"yiri ka enwe\",\n    \"monkeypod\": \"enwe\",\n    \"monkeypot\": \"enwe\",\n    \"monkeyry\": \"enwe\",\n    \"monkeyrony\": \"enwe\",\n    \"monkeys\": \"enwe\",\n    \"monkeyshines\": \"enwe\",\n    \"monkeytail\": \"enwe\",\n    \"monkery\": \"monkrị\",\n    \"monkeries\": \"ego\",\n    \"monkess\": \"monkan\",\n    \"monkfish\": \"azụ azụ\",\n    \"monkfishes\": \"azụ azụ\",\n    \"monkhood\": \"monkude\",\n    \"monkhoods\": \"ndị mọnk\",\n    \"monkishness\": \"monkish\",\n    \"monkism\": \"monkita\",\n    \"monklike\": \"onye mọnk\",\n    \"monkliness\": \"monkyere\",\n    \"monkmonger\": \"Ugboro abụọ\",\n    \"monks\": \"ndị mọnk\",\n    \"monkshoods\": \"monkshood\",\n    \"monmouth\": \"ihe anwu\",\n    \"monmouthite\": \"mmmmmmmmmmmmm\",\n    \"monny\": \"ego\",\n    \"monnion\": \"ego\",\n    \"monoacidic\": \"anwu\",\n    \"monoalphabetic\": \"ihe omuma\",\n    \"monoamid\": \"otu ihe\",\n    \"monoatomic\": \"anwu\",\n    \"monobromated\": \"aju\",\n    \"monobromized\": \"ajuju\",\n    \"monocardian\": \"monocardi\",\n    \"monocentric\": \"otu\",\n    \"monocentrid\": \"ihe\",\n    \"monocentris\": \"okpokoro\",\n    \"monocerous\": \"ihe niile\",\n    \"monochlamydeous\": \"Ugboro abụọ\",\n    \"monochlor\": \"nanị\",\n    \"monochloracetic\": \"ogidi\",\n    \"monochlorbenzene\": \"anwu\",\n    \"monochloride\": \"otu\",\n    \"monochlorinated\": \"aju\",\n    \"monochlorination\": \"otu ihe\",\n    \"monochloro\": \"Onwuka\",\n    \"monochloroacetic\": \"ihe anakpo\",\n    \"monochlorobenzene\": \"ozigbo\",\n    \"monochroic\": \"Onochie\",\n    \"monochromasy\": \"naanị\",\n    \"monochromat\": \"okpukpu\",\n    \"monochromate\": \"otu\",\n    \"monochromatic\": \"anwu\",\n    \"monochromatically\": \"mgbe niile\",\n    \"monochromaticity\": \"otu ihe\",\n    \"monochromatism\": \"otu ihe\",\n    \"monochromator\": \"ihe anakpo\",\n    \"monochrome\": \"anwu\",\n    \"monochromes\": \"otu\",\n    \"monochromy\": \"anwu\",\n    \"monochromic\": \"anwu\",\n    \"monochromical\": \"anwu\",\n    \"monochromically\": \"nanị\",\n    \"monochromist\": \"otu ihe\",\n    \"monochromous\": \"otu\",\n    \"monochronic\": \"Naanị\",\n    \"monochronous\": \"naanị ihe\",\n    \"monocycle\": \"otu\",\n    \"monocycly\": \"naanị otu\",\n    \"monocle\": \"otu\",\n    \"monocoelian\": \"okpokoro\",\n    \"monocoelic\": \"ihe anakpo\",\n    \"monocracy\": \"ochichi\",\n    \"monocratic\": \"ọchịchị\",\n    \"monocratis\": \"mmmmmmmmmmmmm\",\n    \"monocrats\": \"Ndi ochichi\",\n    \"monodically\": \"ọ bụ naanị\",\n    \"monodies\": \"ihe niile\",\n    \"monodists\": \"monodị\",\n    \"monodize\": \"ijikọ ihe niile\",\n    \"monoecy\": \"naanị otu\",\n    \"monoecian\": \"ihe niile\",\n    \"monoecies\": \"ihe niile\",\n    \"monoecious\": \"Naanị\",\n    \"monoeciously\": \"otu ihe\",\n    \"monoeciousness\": \"ịnyịnya\",\n    \"monoecism\": \"otu ihe\",\n    \"monoeidic\": \"abuo\",\n    \"monoenergetic\": \"ihe anakpo\",\n    \"monoester\": \"Ogbe\",\n    \"monoestrous\": \"eme ihe n'eziokwu\",\n    \"monogamy\": \"otu nwoke\",\n    \"monogamies\": \"otu nwanyị\",\n    \"monogamistic\": \"otu di\",\n    \"monogamous\": \"otu di\",\n    \"monoganglionic\": \"mmmmmmmmmmmmm\",\n    \"monogeneous\": \"otu di\",\n    \"monogenesy\": \"ihe niile\",\n    \"monogenesist\": \"ọpụrụiche\",\n    \"monogenetic\": \"ihe niile\",\n    \"monogenically\": \"Naanị\",\n    \"monogenies\": \"ihe ndi ozo\",\n    \"monogenism\": \"otu ihe\",\n    \"monogenistic\": \"ihe niile\",\n    \"monogenous\": \"otu\",\n    \"monogerm\": \"ihe anabataghi\",\n    \"monogynious\": \"otu di\",\n    \"monogynoecial\": \"ihe omuma\",\n    \"monogynous\": \"ihe anakpo\",\n    \"monogony\": \"otu nwanyị\",\n    \"monogramed\": \"monogram\",\n    \"monograming\": \"ịmekọrịta ihe\",\n    \"monogrammatic\": \"ihe omuma\",\n    \"monogrammatical\": \"ihe omuma\",\n    \"monogrammed\": \"kpokọtara\",\n    \"monogrammic\": \"kpokọtara\",\n    \"monogramming\": \"ịmekọrịta ihe\",\n    \"monograms\": \"monogram\",\n    \"monographed\": \"kwadoro\",\n    \"monographer\": \"onye na-ede akwụkwọ\",\n    \"monographers\": \"ndị na-edekọ ihe\",\n    \"monography\": \"ihe omuma\",\n    \"monographic\": \"ihe omuma\",\n    \"monographical\": \"otu\",\n    \"monographically\": \"otu\",\n    \"monographing\": \"ịmekọrịta ihe\",\n    \"monographist\": \"otu onye\",\n    \"monographs\": \"ihe ndekọ\",\n    \"monohybrid\": \"ihe ndi ozo\",\n    \"monohydrated\": \"kpoo\",\n    \"monoicous\": \"otu\",\n    \"monoid\": \"otu\",\n    \"monolatry\": \"otu ihe\",\n    \"monolatrist\": \"otu onye\",\n    \"monolatrous\": \"kpuchie\",\n    \"monolingual\": \"asụ asụsụ naanị\",\n    \"monolithically\": \"naanị\",\n    \"monolobular\": \"otu\",\n    \"monolocular\": \"otu\",\n    \"monolog\": \"otu\",\n    \"monology\": \"ihe omumu\",\n    \"monologian\": \"otu ụlọ\",\n    \"monologic\": \"otu\",\n    \"monological\": \"ihe omuma\",\n    \"monologist\": \"ihe omumu\",\n    \"monologists\": \"ndị ọkachamara\",\n    \"monologize\": \"Naanị\",\n    \"monologized\": \"Naanị\",\n    \"monologizing\": \"Naanị\",\n    \"monologs\": \"otu\",\n    \"monologue\": \"ihe omuma\",\n    \"monologuists\": \"ndị na-achịkwa naanị otu\",\n    \"monomerous\": \"monome\",\n    \"monomers\": \"monom\",\n    \"monometer\": \"monometa\",\n    \"monomials\": \"monomia\",\n    \"monomict\": \"monomic\",\n    \"mononymy\": \"mononi\",\n    \"mononymic\": \"mononym\",\n    \"mononitrated\": \"kpọkọtara\",\n    \"mononomial\": \"monomial\",\n    \"mononomian\": \"binomial\",\n    \"mononucleoses\": \"mononucleosis\",\n    \"monoparental\": \"naanị\",\n    \"monopectinate\": \"ihe niile\",\n    \"monopersulfuric\": \"Nkechi Nwachukwu\",\n    \"monophyletic\": \"Egwuregwu\",\n    \"monophyodont\": \"Onyinyechi\",\n    \"monophyodontism\": \"ihe omuma\",\n    \"monophysite\": \"anwu\",\n    \"monophysitic\": \"anwu\",\n    \"monophysitical\": \"naanị ihe\",\n    \"monophysitism\": \"nkwenye\",\n    \"monophony\": \"Udechukwu\",\n    \"monophonically\": \"naanị\",\n    \"monophotal\": \"naanị\",\n    \"monophthalmic\": \"ihe anabataghi\",\n    \"monophthalmus\": \"naanị\",\n    \"monophthong\": \"anwu\",\n    \"monophthongal\": \"anuri\",\n    \"monophthongization\": \"mmekorita\",\n    \"monophthongize\": \"na-emekọ ihe ọnụ\",\n    \"monophthongized\": \"anọrọ\",\n    \"monophthongizing\": \"na-emekọ ihe ọnụ\",\n    \"monopylean\": \"onye anakpo\",\n    \"monoplace\": \"monopulu\",\n    \"monopodial\": \"naanị\",\n    \"monopodially\": \"naanị\",\n    \"monopodies\": \"ihe niile\",\n    \"monopolar\": \"otu\",\n    \"monopolaric\": \"naanị\",\n    \"monopolarity\": \"njedebe\",\n    \"monopole\": \"otu\",\n    \"monopoles\": \"otu\",\n    \"monopoly\": \"naanị\",\n    \"monopolylogist\": \"otu ọkachamara\",\n    \"monopolylogue\": \"ihe omuma\",\n    \"monopolise\": \"monopolize\",\n    \"monopolised\": \"monopolized\",\n    \"monopoliser\": \"Okechukwu\",\n    \"monopolising\": \"monopolizing\",\n    \"monopolists\": \"monopolist\",\n    \"monopoloid\": \"naanị\",\n    \"monopolous\": \"naanị\",\n    \"monoprogrammed\": \"Ugboro abụọ\",\n    \"monopsychism\": \"nkwanye ugwu\",\n    \"monopsony\": \"ihe nzuzu\",\n    \"monopsonistic\": \"ọ dịghị ihe ọzọ\",\n    \"monopteron\": \"Monopteron\",\n    \"monopterous\": \"Naanị\",\n    \"monoptic\": \"zuo ezuo\",\n    \"monoptical\": \"otu ihe\",\n    \"monoptote\": \"otu ihe\",\n    \"monoptotic\": \"ihe anakpo\",\n    \"monopttera\": \"anumanu\",\n    \"monorail\": \"otu\",\n    \"monorailroad\": \"okporo ụzọ\",\n    \"monorails\": \"mkpụrụ ndụ\",\n    \"monorailway\": \"okporo ụzọ\",\n    \"monoservice\": \"ọrụ\",\n    \"monosexuality\": \"nwoke idina nwoke\",\n    \"monosexualities\": \"nwoke na nwanyi\",\n    \"monosyllabize\": \"Uchechukwu\",\n    \"monospermic\": \"ihe niile\",\n    \"monospermous\": \"nnukwu ihe\",\n    \"monospherical\": \"ihe omimi\",\n    \"monospored\": \"kwadoro\",\n    \"monosporiferous\": \"ihe niile\",\n    \"monostable\": \"ọpụrụiche\",\n    \"monostele\": \"Okechukwu\",\n    \"monostely\": \"aju\",\n    \"monostelic\": \"monocelic\",\n    \"monostelous\": \"Ihe nzuzu\",\n    \"monostich\": \"Uduak\",\n    \"monostichic\": \"ihe omuma\",\n    \"monostichous\": \"ihe anakpo\",\n    \"monostylous\": \"Ugboro abụọ\",\n    \"monostome\": \"ihe niile\",\n    \"monostomous\": \"ihe niile\",\n    \"monostromatic\": \"ihe omuma\",\n    \"monostrophe\": \"Udochukwu\",\n    \"monostrophic\": \"monocrophic\",\n    \"monostrophics\": \"ihe omuma\",\n    \"monosubstituted\": \"kwadoro\",\n    \"monosulfonic\": \"Uchechukwu\",\n    \"monotelephone\": \"ekwentị\",\n    \"monotessaron\": \"Onyeka Onwenu\",\n    \"monothecal\": \"monocalic\",\n    \"monotheist\": \"ọmarịcha otu\",\n    \"monothelious\": \"Udiri mmụọ\",\n    \"monothetic\": \"Akpado\",\n    \"monotints\": \"ihe agbụ\",\n    \"monotypes\": \"monotu\",\n    \"monotonically\": \"monotoniki\",\n    \"monotonousness\": \"monotonous\",\n    \"monotremous\": \"nnukwu\",\n    \"monotrichic\": \"monotrich\",\n    \"monovalence\": \"otu\",\n    \"monovalency\": \"anwu\",\n    \"monovalent\": \"naanị\",\n    \"monovariant\": \"Udochukwu\",\n    \"monoverticillate\": \"Ugba\",\n    \"monoxenous\": \"otu\",\n    \"monoxyle\": \"ududo\",\n    \"monoxylic\": \"otu\",\n    \"monoxime\": \"oge\",\n    \"monozygotic\": \"Ugboro abụọ\",\n    \"monozygous\": \"Ugboro abụọ\",\n    \"monozoic\": \"monozoik\",\n    \"monseignevr\": \"Udochukwu\",\n    \"monsieurship\": \"monsieurs hip\",\n    \"monsignor\": \"monsignoror\",\n    \"monsignore\": \"monsignoror\",\n    \"monsignori\": \"monsignoror\",\n    \"monsignors\": \"ndi ugwo\",\n    \"monsoons\": \"udu mmiri\",\n    \"monster\": \"ogologo anụ mmiri\",\n    \"monsterhood\": \"ogologo anụ\",\n    \"monsterlike\": \"anụ ọhịa\",\n    \"monsters\": \"nnukwu anụ\",\n    \"monstership\": \"ihe omuma\",\n    \"monstrator\": \"monstara\",\n    \"monstriferous\": \"montriferous\",\n    \"monstrify\": \"nyochaa\",\n    \"monstrification\": \"ihe niile\",\n    \"monstrous\": \"adaba\",\n    \"monstrously\": \"dikwa\",\n    \"monstrousness\": \"ihe ojoo\",\n    \"montage\": \"monta\",\n    \"montaged\": \"echekwara\",\n    \"montant\": \"nwa montant\",\n    \"montargis\": \"mmụba\",\n    \"monteiths\": \"ndị mọnk\",\n    \"montem\": \"ugwo\",\n    \"monterey\": \"ego\",\n    \"montes\": \"ndị mọnk\",\n    \"montgomeryshire\": \"mmmmmmmmmmmmm\",\n    \"month\": \"ọnwa\",\n    \"monthly\": \"kwa ọnwa\",\n    \"monthlies\": \"ọnwa ọ bụla\",\n    \"monthlong\": \"ọnwa\",\n    \"monthon\": \"monton\",\n    \"months\": \"Ọnwa\",\n    \"monty\": \"ego\",\n    \"monticellite\": \"igwe\",\n    \"monticoline\": \"Monticoline\",\n    \"monticulate\": \"montic\",\n    \"monticuline\": \"mmachi\",\n    \"monticuliporoid\": \"mmmmmmmmmmmmm\",\n    \"monticulous\": \"montiiki\",\n    \"montigeneous\": \"odidi\",\n    \"montjoy\": \"Okechukwu Okonkwo\",\n    \"montmartrite\": \"mmmmmmmmmmmmm\",\n    \"montpelier\": \"onyinye\",\n    \"montreal\": \"Okechukwu\",\n    \"montross\": \"Okechukwu\",\n    \"monument\": \"ihe ncheta\",\n    \"monumentalised\": \"echekwara\",\n    \"monumentality\": \"ihe omuma\",\n    \"monumentalization\": \"ncheta\",\n    \"monumentalize\": \"cheta\",\n    \"monumentalized\": \"echetara\",\n    \"monumentalizing\": \"ncheta\",\n    \"monumentary\": \"ihe ncheta\",\n    \"monumented\": \"echetara\",\n    \"monumenting\": \"ihe ncheta\",\n    \"monumentless\": \"enweghi isi\",\n    \"monumentlike\": \"ihe ncheta\",\n    \"monuments\": \"ihe ncheta\",\n    \"monurons\": \"monuron\",\n    \"monzodiorite\": \"Uchechukwu\",\n    \"mood\": \"ọnọdụ\",\n    \"moody\": \"dị jụụ\",\n    \"moodily\": \"jiri obi umeala\",\n    \"moodiness\": \"obi mmụọ\",\n    \"moodish\": \"na-egbu mgbu\",\n    \"moodishly\": \"jiri obi umeala\",\n    \"moodishness\": \"iwe iwe\",\n    \"moods\": \"ọnọdụ uche\",\n    \"moolings\": \"mekwaa\",\n    \"moon\": \"ọnwa\",\n    \"moonack\": \"ọnwa moonack\",\n    \"moonbeam\": \"ọnwa moon\",\n    \"moonbeams\": \"ọnwa na-acha ọnwa\",\n    \"moonbill\": \"ọnwa ọnwa\",\n    \"moonblind\": \"ọnwa mgbapụ\",\n    \"moonblink\": \"ihe ntaneti\",\n    \"moonbow\": \"egwurugwu\",\n    \"moonbows\": \"anwuru\",\n    \"mooncalf\": \"ọnwa anakpọ\",\n    \"mooncalves\": \"ọnwa na-adị\",\n    \"mooncreeper\": \"onye onwa\",\n    \"moondog\": \"ọnwa moong\",\n    \"mooned\": \"tụa ẹphe\",\n    \"mooner\": \"ọnwa ọzọ\",\n    \"moonery\": \"ọnwa na-acha\",\n    \"moonet\": \"ọnwa\",\n    \"moonface\": \"ọnwaface\",\n    \"moonhead\": \"isi ọnwa\",\n    \"moony\": \"moons\",\n    \"moonie\": \"ọnwa\",\n    \"moonily\": \"ọnwa\",\n    \"mooniness\": \"ọnwa\",\n    \"mooning\": \"Ọnwa\",\n    \"moonish\": \"ọnwa ga\",\n    \"moonishly\": \"ọnwa na-anọ\",\n    \"moonite\": \"ọnwa ọnwa\",\n    \"moonja\": \"ọnwa\",\n    \"moonjah\": \"ọnwa anwụ\",\n    \"moonless\": \"ọnwa na-enweghị\",\n    \"moonlessness\": \"enweghị ọnwa\",\n    \"moonlet\": \"ọnwa\",\n    \"moonlets\": \"ọnwa\",\n    \"moonlight\": \"ìhè ọnwa\",\n    \"moonlighted\": \"ọnwa gbara ọkụ\",\n    \"moonlighter\": \"ọnwa na-acha ọkụ\",\n    \"moonlighters\": \"ndị na-egbuke egbuke\",\n    \"moonlighty\": \"ọnwa gbara ọnwa\",\n    \"moonlighting\": \"ọkụ ọnwa\",\n    \"moonlights\": \"ọkụ ọnwa\",\n    \"moonlike\": \"dị ka ọnwa\",\n    \"moonlikeness\": \"ọdịdị ọnwa\",\n    \"moonling\": \"na-agba ọnwa\",\n    \"moonlit\": \"ọnwa gbara ọnwa\",\n    \"moonlitten\": \"ọnwa gbara ọnwa\",\n    \"moonman\": \"onye onwa\",\n    \"moonmen\": \"ndị ọnwa\",\n    \"moonpath\": \"ụzọ ọnwa\",\n    \"moonpenny\": \"ugbala\",\n    \"moonproof\": \"ọnwa na-egbochi\",\n    \"moonquake\": \"ọnwa mgbochi\",\n    \"moonraker\": \"onye nlegha anya\",\n    \"moonraking\": \"na-elekọta ọnwa\",\n    \"moonrat\": \"ọnwa ọnwa\",\n    \"moonrise\": \"ọnwa na-awa\",\n    \"moonrises\": \"ọnwa na-awa\",\n    \"moons\": \"n'ụbọchị ememme ọnwa\",\n    \"moonsail\": \"ọnwa ga\",\n    \"moonsails\": \"ọnwa ga\",\n    \"moonscape\": \"nchegharị\",\n    \"moonset\": \"ọnwa ole na ole\",\n    \"moonsets\": \"ọnwa ole na ole\",\n    \"moonshade\": \"ememme ọnwa\",\n    \"moonshine\": \"Ọnwa\",\n    \"moonshined\": \"agwula\",\n    \"moonshiner\": \"Ọnwa\",\n    \"moonshiners\": \"Ọnwa\",\n    \"moonshiny\": \"ememme ọnwa\",\n    \"moonshining\": \"na -echegharị\",\n    \"moonshot\": \"ọnwa ole na ole\",\n    \"moonshots\": \"ọnwa ole na ole\",\n    \"moonsick\": \"ọnwa iberibe\",\n    \"moonsickness\": \"ọnwa ole na ole\",\n    \"moonway\": \"onwa osu\",\n    \"moonwalk\": \"ihe ntanet\",\n    \"moonwalker\": \"onyenwanyi\",\n    \"moonwalking\": \"ije ije ọnwa\",\n    \"moonwalks\": \"ihe nchoputa\",\n    \"moonward\": \"Ọnwa\",\n    \"moonwards\": \"Ọnwa\",\n    \"moonwort\": \"anwuru\",\n    \"moonworts\": \"ọnwa na-acha\",\n    \"moor\": \"moo\",\n    \"moorball\": \"bọl\",\n    \"moorband\": \"eriri mmiri\",\n    \"moorbird\": \"nnenneigbo\",\n    \"moorburner\": \"Nwachukwu\",\n    \"moorburning\": \"Nwachị\",\n    \"moored\": \"kpara\",\n    \"moorflower\": \"Okechukwu\",\n    \"moorfowl\": \"mmmmmmmmmmmmm\",\n    \"moorfowls\": \"Okechukwu\",\n    \"moorhen\": \"Okechukwu\",\n    \"moorhens\": \"Okechukwu\",\n    \"moory\": \"moori\",\n    \"moorings\": \"ihe anakpo\",\n    \"moorish\": \"Akpan\",\n    \"moorishly\": \"Akpan\",\n    \"moorishness\": \"moo azụ\",\n    \"moorland\": \"Moorland\",\n    \"moorlander\": \"onyedikachi\",\n    \"moorlands\": \"Okechukwu\",\n    \"moorman\": \"Nwachukwu\",\n    \"moormen\": \"Nwachukwu\",\n    \"moorn\": \"oge ruru\",\n    \"moorship\": \"moo moo\",\n    \"moorup\": \"Okechukwu\",\n    \"moorworts\": \"moorwort\",\n    \"moot\": \"ahihia\",\n    \"mooted\": \"kpaliri\",\n    \"mooters\": \"Ndị akpa\",\n    \"mooth\": \"mootu\",\n    \"mooting\": \"na-egwu mmiri\",\n    \"mootman\": \"Onyeoma\",\n    \"mootmen\": \"ndiegwu\",\n    \"mootness\": \"moot\",\n    \"moots\": \"igodo\",\n    \"mootsuddy\": \"Onwudiegwu\",\n    \"mootworthy\": \"kwesịrị\",\n    \"mopboard\": \"mopeji\",\n    \"mopboards\": \"bọọdụ motrị\",\n    \"mopeder\": \"onye mopeder\",\n    \"mopeders\": \"ndị moped\",\n    \"mopeds\": \"akpa\",\n    \"mopery\": \"moperi\",\n    \"mopers\": \"ndị na-eme mkpọtụ\",\n    \"mophead\": \"ẹphe\",\n    \"mopheaded\": \"kwara\",\n    \"mopheadedness\": \"ẹphe\",\n    \"mopingly\": \"mopingị\",\n    \"mopishness\": \"mopish\",\n    \"mopsy\": \"mops\",\n    \"mopuses\": \"mopus\",\n    \"mopusses\": \"ihe mgbochi\",\n    \"mor\": \"arụ\",\n    \"morainal\": \"mmuo\",\n    \"moraines\": \"moraine\",\n    \"moral\": \"omume\",\n    \"morale\": \"moolu\",\n    \"moraler\": \"onye na-ede iwu\",\n    \"morales\": \"mora\",\n    \"moralioralist\": \"akparamagwa\",\n    \"moralise\": \"ụkpụrụ omume\",\n    \"moralised\": \"nwere ụkpụrụ\",\n    \"moralises\": \"omume\",\n    \"moralising\": \"na-eme omume ọma\",\n    \"moralism\": \"omume\",\n    \"moralisms\": \"omume\",\n    \"moralist\": \"onye omume\",\n    \"moralistic\": \"omume ọma\",\n    \"moralistically\": \"n'omume\",\n    \"moralists\": \"ndị na-eme omume ọma\",\n    \"morality\": \"omume\",\n    \"moralities\": \"omume\",\n    \"moralization\": \"omume\",\n    \"moralize\": \"na-akpa ezi àgwà\",\n    \"moralized\": \"nwere ụkpụrụ\",\n    \"moralizer\": \"na-eme omume ọma\",\n    \"moralizers\": \"ụkpụrụ omume\",\n    \"moralizes\": \"na-eme omume ọma\",\n    \"moralizing\": \"na-eme omume ọma\",\n    \"moralizingly\": \"n'ụzọ omume\",\n    \"moraller\": \"onye na-eme omume ọma\",\n    \"moralless\": \"enweghị omume\",\n    \"morally\": \"n'omume\",\n    \"moralness\": \"omume\",\n    \"morals\": \"omume\",\n    \"moras\": \"mora\",\n    \"morasses\": \"morass\",\n    \"morassy\": \"morass\",\n    \"morassic\": \"morass\",\n    \"morate\": \"mgbo\",\n    \"moration\": \"igwe ojii\",\n    \"moravian\": \"Moravian\",\n    \"morbid\": \"atụ\",\n    \"morbidezza\": \"okpokoro\",\n    \"morbidity\": \"ọrịa\",\n    \"morbidities\": \"ọrịa\",\n    \"morbidize\": \"gbuo\",\n    \"morbidly\": \"n'ụzọ na-adịghị mma\",\n    \"morbidness\": \"ọrịa\",\n    \"morbiferal\": \"ebelebe\",\n    \"morbiferous\": \"ihe na-egbu egbu\",\n    \"morbify\": \"igbu\",\n    \"morbific\": \"ihe nzuzu\",\n    \"morbifical\": \"ihe na-egbu egbu\",\n    \"morbifically\": \"n'ụzọ zuru ezu\",\n    \"morbility\": \"mbibi\",\n    \"morbillary\": \"ngwa agha\",\n    \"morbilli\": \"Onyeka Onwenu\",\n    \"morbilliform\": \"mgbakpọ\",\n    \"morbillous\": \"atụ\",\n    \"morbus\": \"Ubọchi\",\n    \"morceau\": \"mooza\",\n    \"morceaux\": \"mmmmmmmmmmmm\",\n    \"morcellated\": \"Okpukpo\",\n    \"morcellating\": \"na-agbagha\",\n    \"morcellation\": \"ozu\",\n    \"morcellement\": \"nweghi onu\",\n    \"morcote\": \"mkpụrụ osisi\",\n    \"mord\": \"okwe\",\n    \"mordacious\": \"Ugbor\",\n    \"mordaciously\": \"okwe\",\n    \"mordacity\": \"ndudue\",\n    \"mordancy\": \"nnweta\",\n    \"mordant\": \"ndaba\",\n    \"mordanted\": \"ekwuru\",\n    \"mordanting\": \"Na-ejikwa\",\n    \"mordantly\": \"Mordord\",\n    \"mordants\": \"ndiegwu\",\n    \"mordecai\": \"Mọdekaị\",\n    \"mordellid\": \"Mordellid\",\n    \"mordent\": \"ndu\",\n    \"mordents\": \"ihe nnweta\",\n    \"mordicant\": \"ndu\",\n    \"mordicate\": \"ndenye\",\n    \"mordication\": \"ndọtị\",\n    \"mordore\": \"Nwachukwu\",\n    \"mordu\": \"anwụ\",\n    \"mordv\": \"Okechukwu\",\n    \"mordva\": \"mmorva\",\n    \"mordvin\": \"Nwachukwu\",\n    \"mordvinian\": \"Mordvinian\",\n    \"more\": \"Ọzọ\",\n    \"moreen\": \"nwekwuo\",\n    \"moreens\": \"na-agbakwunye\",\n    \"morefold\": \"nwekwuo\",\n    \"moreish\": \"nwekwuo\",\n    \"morella\": \"nwekwuo\",\n    \"morelle\": \"morel\",\n    \"morelles\": \"agbakwunye\",\n    \"morello\": \"nwekwuo\",\n    \"morellos\": \"nwekwuo\",\n    \"morels\": \"agbakwunye\",\n    \"morencite\": \"morenita\",\n    \"morendo\": \"ọzọ\",\n    \"moreness\": \"nwekwuo\",\n    \"moreote\": \"nwekwaa\",\n    \"moreover\": \"Ọzọkwa\",\n    \"morepork\": \"anụ ezi\",\n    \"mores\": \"Nwachukwu\",\n    \"moresco\": \"nwekwuo\",\n    \"moresque\": \"Nwachukwu\",\n    \"moresques\": \"Ozi\",\n    \"morfound\": \"ihe omimi\",\n    \"morg\": \"mog\",\n    \"morgay\": \"jikwaa\",\n    \"morgan\": \"mmako\",\n    \"morganatic\": \"ihe na-egbu egbu\",\n    \"morganatical\": \"ihe na-egbu egbu\",\n    \"morganatically\": \"ihe niile\",\n    \"morganic\": \"ihe na-adịghị mma\",\n    \"morgengift\": \"onyinye\",\n    \"morgens\": \"ngwa\",\n    \"morgenstern\": \"mmmmmmmmmmmmm\",\n    \"morglay\": \"moglay\",\n    \"morgue\": \"ozu\",\n    \"morgues\": \"amalarị\",\n    \"morian\": \"nwaeze\",\n    \"moribundity\": \"ebibi\",\n    \"moribundly\": \"n'ụzọ zuru oke\",\n    \"moric\": \"Moric\",\n    \"morice\": \"echi\",\n    \"morigerate\": \"ichi\",\n    \"morigeration\": \"ogbugbu\",\n    \"morigerous\": \"na-eme mkpọtụ\",\n    \"morigerously\": \"na-agbagha\",\n    \"morigerousness\": \"mmeghari\",\n    \"moringaceous\": \"mgbanyụ\",\n    \"moringad\": \"mooingad\",\n    \"morions\": \"egbe\",\n    \"moriori\": \"iobọchị\",\n    \"moriscan\": \"Uzoamaka\",\n    \"morish\": \"anwụ\",\n    \"morisonian\": \"Morisian\",\n    \"morling\": \"na-egbu\",\n    \"morlop\": \"ọla\",\n    \"mormal\": \"kwesịrị\",\n    \"mormaorship\": \"ikike\",\n    \"mormyr\": \"Mormyr\",\n    \"mormyrian\": \"Mormyrian\",\n    \"mormyrid\": \"Mormyrid\",\n    \"mormo\": \"ngwa\",\n    \"mormon\": \"Mormon\",\n    \"mormoness\": \"Mormon\",\n    \"mormonism\": \"Mormon\",\n    \"mormonist\": \"Mormonist\",\n    \"mormons\": \"mormọn\",\n    \"mormonweed\": \"Mormonweed\",\n    \"morn\": \"ụtụtụ\",\n    \"mornay\": \"ụtụtụ\",\n    \"morned\": \"gbue\",\n    \"mornette\": \"ututu\",\n    \"morning\": \"ututu\",\n    \"morningless\": \"enweghi ututu\",\n    \"morningly\": \"kwa ututu\",\n    \"mornings\": \"ụtụtụ\",\n    \"morningstar\": \"chi ọbụbọ\",\n    \"morningtide\": \"ututu\",\n    \"morningward\": \"n'ụtụtụ\",\n    \"mornless\": \"enweghị isi\",\n    \"mornlike\": \"dị ka ụtụtụ\",\n    \"morns\": \"ụtụtụ\",\n    \"morntime\": \"oge\",\n    \"mornward\": \"n'ụtụtụ\",\n    \"moroc\": \"moro\",\n    \"morocain\": \"Okechukwu\",\n    \"moroccan\": \"Okechukwu\",\n    \"moroccans\": \"Ugba\",\n    \"morocco\": \"Okechukwu\",\n    \"moroccos\": \"Nke Morocco\",\n    \"morology\": \"omume ọma\",\n    \"morologist\": \"ihe omumu banyere morologist\",\n    \"moron\": \"Ugba\",\n    \"moroncy\": \"Ugboro\",\n    \"morones\": \"moro\",\n    \"moronic\": \"ihe ọchị\",\n    \"moronically\": \"n'usoro\",\n    \"moronisms\": \"ihe omimi\",\n    \"moronities\": \"Uduak\",\n    \"moronry\": \"ofeke\",\n    \"morons\": \"Ugboro\",\n    \"moror\": \"ihe nzuzu\",\n    \"morosaurian\": \"Morosaurian\",\n    \"morosaurus\": \"Okechukwu\",\n    \"morose\": \"Okechukwu\",\n    \"morosely\": \"Naịla\",\n    \"moroseness\": \"moros\",\n    \"morosity\": \"morosị\",\n    \"morosities\": \"mmiri\",\n    \"morosoph\": \"Okechukwu\",\n    \"morph\": \"ọla\",\n    \"morphactin\": \"morphctin\",\n    \"morphean\": \"nwaanyi\",\n    \"morphemes\": \"oge\",\n    \"morphemic\": \"oge anwụ\",\n    \"morphemically\": \"n'ụzọ doro anya\",\n    \"morphemics\": \"ihe ndi ozo\",\n    \"morphetic\": \"kechi\",\n    \"morpheus\": \"Uzochi\",\n    \"morphew\": \"nwa-nwoke\",\n    \"morphia\": \"Nnenna\",\n    \"morphias\": \"ọnụọgụ\",\n    \"morphiate\": \"nkuchi\",\n    \"morphic\": \"ima nma\",\n    \"morphically\": \"n'ụzọ nkịtị\",\n    \"morphin\": \"mofhin\",\n    \"morphinate\": \"morphine\",\n    \"morphines\": \"morphine\",\n    \"morphinic\": \"morphine\",\n    \"morphized\": \"agbachi\",\n    \"morphizing\": \"na-egbu egbu\",\n    \"morpho\": \"ọla\",\n    \"morphogenetically\": \"n'eziokwu\",\n    \"morphographer\": \"ihe omimi\",\n    \"morphography\": \"ihe omimi\",\n    \"morphographic\": \"ihe omimi\",\n    \"morphographist\": \"ihe omimi\",\n    \"morphology\": \"ihe omuma\",\n    \"morphologic\": \"ihe omimi\",\n    \"morphological\": \"ihe omuma\",\n    \"morphologically\": \"ihe omuma\",\n    \"morphologist\": \"ihe omimi\",\n    \"morphologists\": \"ihe omimi\",\n    \"morpholoical\": \"ihe omimi\",\n    \"morphometrically\": \"n'usoro\",\n    \"morphonemics\": \"ihe ndi ozo\",\n    \"morphophyly\": \"ndo\",\n    \"morphophoneme\": \"morphonhoneme\",\n    \"morphophonemic\": \"morphonhonemic\",\n    \"morphophonemically\": \"ọfụma\",\n    \"morphophonemics\": \"morphonhonemics\",\n    \"morphoplasmic\": \"ihe omimi\",\n    \"morphotic\": \"ihe omimi\",\n    \"morphrey\": \"Nnenna\",\n    \"morphs\": \"ọla\",\n    \"morpion\": \"ozu\",\n    \"morrenian\": \"Uchechukwu\",\n    \"morrice\": \"Echi\",\n    \"morrions\": \"morrisons\",\n    \"morris\": \"Morris\",\n    \"morrisean\": \"Morrisean\",\n    \"morrises\": \"nke morris\",\n    \"morro\": \"Morro\",\n    \"morros\": \"Morris\",\n    \"morrow\": \"echi\",\n    \"morrowing\": \"echi\",\n    \"morrowless\": \"enweghị ike\",\n    \"morrowmass\": \"echi\",\n    \"morrows\": \"echi\",\n    \"morrowspeech\": \"ihe uto\",\n    \"morrowtide\": \"echi\",\n    \"mors\": \"achịcha\",\n    \"morsal\": \"achịcha\",\n    \"morsel\": \"achịcha\",\n    \"morseled\": \"morse\",\n    \"morseling\": \"rsụọ mmiri\",\n    \"morselization\": \"igbochi\",\n    \"morselize\": \"chikwaa\",\n    \"morselling\": \"bụ\",\n    \"morsels\": \"achịcha\",\n    \"morsing\": \"na-eri nri\",\n    \"morsure\": \"mkpọchi\",\n    \"mort\": \"Ugbo\",\n    \"mortacious\": \"na-adị\",\n    \"mortadella\": \"iku ume\",\n    \"mortal\": \"na-anwụ anwụ\",\n    \"mortalism\": \"ọnwụ\",\n    \"mortalist\": \"na-anwụ anwụ\",\n    \"mortality\": \"onwu\",\n    \"mortalities\": \"ịnwụ anwụ\",\n    \"mortalize\": \"ibibi ihe\",\n    \"mortalized\": \"anwuola\",\n    \"mortalizing\": \"na-anwụ anwụ\",\n    \"mortally\": \"ugboro ugboro\",\n    \"mortalness\": \"onwu\",\n    \"mortals\": \"na-anwụ anwụ\",\n    \"mortalty\": \"onwu\",\n    \"mortalwise\": \"anwụ maara ihe\",\n    \"mortancestry\": \"ulo anwu\",\n    \"mortar\": \"ngwa agha\",\n    \"mortarboard\": \"ngwa agha\",\n    \"mortarboards\": \"ngwa agha\",\n    \"mortared\": \"ngwa agha\",\n    \"mortary\": \"ebe ana-edebe ozu\",\n    \"mortaring\": \"ịnwụ anwụ\",\n    \"mortarize\": \"ngwa agha\",\n    \"mortarless\": \"enweghị atụ\",\n    \"mortarlike\": \"ngwa agha dị ka\",\n    \"mortars\": \"ngwa agha\",\n    \"mortarware\": \"ngwa agha\",\n    \"mortbell\": \"gbuo\",\n    \"mortcloth\": \"mkpuchi\",\n    \"mortem\": \"anwu\",\n    \"mortersheen\": \"nnweta ihe\",\n    \"mortgage\": \"nnyefe\",\n    \"mortgageable\": \"gbaziri\",\n    \"mortgaged\": \"ibinye ego\",\n    \"mortgagee\": \"nnyefe\",\n    \"mortgagees\": \"nnyefe\",\n    \"mortgager\": \"nnyefe\",\n    \"mortgagers\": \"mgbazinye ego\",\n    \"mortgages\": \"mgbazinye ego\",\n    \"mortgaging\": \"ịgba ụgwọ\",\n    \"mortgagor\": \"ịgba ụgwọ\",\n    \"mortgagors\": \"ndị na-agbaziri ego\",\n    \"morth\": \"oge\",\n    \"morthwyrtha\": \"mbukpo_orisa\",\n    \"mortice\": \"ihe ojoo\",\n    \"morticed\": \"nwụrụ\",\n    \"morticer\": \"na-egbu mmadụ\",\n    \"mortices\": \"ngwa ngwa\",\n    \"mortician\": \"nwa ogwu\",\n    \"morticians\": \"ndi nwuru anwu\",\n    \"morticing\": \"na-egbu egbu\",\n    \"mortiferous\": \"na-egbu egbu\",\n    \"mortiferously\": \"n'eziokwu\",\n    \"mortiferousness\": \"utịtọ\",\n    \"mortify\": \"gbuo\",\n    \"mortific\": \"ozu\",\n    \"mortification\": \"ogbugbu\",\n    \"mortifications\": \"ihe eji eme aru\",\n    \"mortified\": \"gbuchara\",\n    \"mortifiedly\": \"n'eziokwu\",\n    \"mortifiedness\": \"ọfụma\",\n    \"mortifier\": \"onye na-egbu egbu\",\n    \"mortifies\": \"na-akwado\",\n    \"mortifying\": \"na-egbu egbu\",\n    \"mortifyingly\": \"na-anwụ anwụ\",\n    \"mortimer\": \"igbu\",\n    \"mortis\": \"anụrị\",\n    \"mortise\": \"ga-anwu\",\n    \"mortised\": \"gbuo\",\n    \"mortiser\": \"ogbugbu\",\n    \"mortisers\": \"ndị na-eme mkpọ\",\n    \"mortises\": \"na-egbu\",\n    \"mortising\": \"na-anwụ anwụ\",\n    \"mortlake\": \"ọgbụgba\",\n    \"mortling\": \"na-anwụ anwụ\",\n    \"mortmain\": \"anwu\",\n    \"mortmainer\": \"onye anakpo\",\n    \"mortmains\": \"ndị nwụrụ anwụ\",\n    \"mortress\": \"ebe obibi\",\n    \"mortreux\": \"Ugboro abụọ\",\n    \"mortrewes\": \"nnyefe\",\n    \"morts\": \"mbadamba\",\n    \"mortuary\": \"ebe ana-edebe ozu\",\n    \"mortuarian\": \"onye anwuru\",\n    \"mortuaries\": \"ebe obibi\",\n    \"mortuous\": \"anwu\",\n    \"morulation\": \"ozuzu\",\n    \"morus\": \"Mọs\",\n    \"morvin\": \"Uchechukwu\",\n    \"mosaic\": \"Mozis\",\n    \"mosaical\": \"Mozis\",\n    \"mosaically\": \"Mozis\",\n    \"mosaicism\": \"Mozis\",\n    \"mosaicist\": \"onye na-akwado ihe\",\n    \"mosaicity\": \"Mozis\",\n    \"mosaicked\": \"mosaised\",\n    \"mosaicking\": \"ịkwa iko\",\n    \"mosaics\": \"ihe osise\",\n    \"mosaism\": \"Mozis\",\n    \"mosaist\": \"onyenzechukwu\",\n    \"mosandrite\": \"anwu arandu\",\n    \"moschatel\": \"anwuru\",\n    \"moschatelline\": \"ogechi\",\n    \"moschiferous\": \"anwuru\",\n    \"moschine\": \"moschino\",\n    \"mose\": \"moose\",\n    \"moseyed\": \"Moses\",\n    \"moseying\": \"mosese\",\n    \"moseys\": \"mosey si\",\n    \"moses\": \"Mosis\",\n    \"mosesite\": \"Mosis\",\n    \"moshav\": \"Moshav\",\n    \"mosker\": \"onye ara\",\n    \"mosks\": \"ụlọ alakụba\",\n    \"moslemic\": \"alaeze\",\n    \"moslemin\": \"mosulmin\",\n    \"moslemism\": \"alaeze\",\n    \"moslemite\": \"onye nnweta\",\n    \"moslemize\": \"tụọ anya\",\n    \"moslems\": \"ụlọ alakụba\",\n    \"moslings\": \"anwụnta\",\n    \"mosoceca\": \"Okechukwu\",\n    \"mosocecum\": \"Okechukwu\",\n    \"mosque\": \"ụlọ alakụba\",\n    \"mosquelet\": \"ụlọ alakụba\",\n    \"mosques\": \"alakụba\",\n    \"mosquish\": \"anwụnta\",\n    \"mosquital\": \"anwụnta\",\n    \"mosquito\": \"anwụnta\",\n    \"mosquitobill\": \"anwụnta\",\n    \"mosquitocidal\": \"anwụnta\",\n    \"mosquitocide\": \"anwụnta\",\n    \"mosquitoey\": \"anwụnta\",\n    \"mosquitoes\": \"anwụnta\",\n    \"mosquitofish\": \"anwụnta\",\n    \"mosquitofishes\": \"anwụnta\",\n    \"mosquitoish\": \"anwụnta\",\n    \"mosquitoproof\": \"anwụnta\",\n    \"mosquitos\": \"anwụnta\",\n    \"mosquittoey\": \"anwụnta\",\n    \"moss\": \"akpaetu\",\n    \"mossbacked\": \"Emechie\",\n    \"mossbacks\": \"akpazie\",\n    \"mossed\": \"Mosis\",\n    \"mosser\": \"Mosis\",\n    \"mossery\": \"akpaetu\",\n    \"mossers\": \"Mosis\",\n    \"mosses\": \"Mosis\",\n    \"mossful\": \"Mosis\",\n    \"mosshead\": \"akpaetu\",\n    \"mosshorn\": \"akpaetu\",\n    \"mossy\": \"Mosis\",\n    \"mossyback\": \"Onwudiegwu\",\n    \"mossie\": \"Mosis\",\n    \"mossier\": \"ọnya\",\n    \"mossiest\": \"nke kachasi ike\",\n    \"mossiness\": \"Mosis\",\n    \"mossing\": \"Mosis\",\n    \"mossless\": \"akpa\",\n    \"mosslike\": \"moss\",\n    \"mosstrooper\": \"onye anwuru\",\n    \"mosstrooping\": \"anwụ anwụ\",\n    \"most\": \"ọtụtụ\",\n    \"mostaccioli\": \"akachachioli\",\n    \"mostdeal\": \"oge niile\",\n    \"mostic\": \"ọtụtụ\",\n    \"mosting\": \"nwekwuo\",\n    \"mostly\": \"ọtụtụ\",\n    \"mostlike\": \"dị ka\",\n    \"mostlings\": \"kasị\",\n    \"mostness\": \"ọtụtụ\",\n    \"mosts\": \"Kasị\",\n    \"mostwhat\": \"ọtụtụ\",\n    \"mot\": \"Mot\",\n    \"motacillid\": \"onyekwere\",\n    \"motacillinae\": \"acgbọala\",\n    \"motatorious\": \"na-akpali akpali\",\n    \"motazilite\": \"motozilite\",\n    \"mote\": \"moti\",\n    \"moted\": \"kpaliri\",\n    \"motel\": \"Motel\",\n    \"moteless\": \"enweghị atụ\",\n    \"moth\": \"nla\",\n    \"mothball\": \"bọọlụ\",\n    \"mothballed\": \"emeela\",\n    \"mothballing\": \"-egwu\",\n    \"mothballs\": \"bọọlụ\",\n    \"mothed\": \"kpaliri\",\n    \"mother\": \"nne\",\n    \"motherboard\": \"nneano\",\n    \"mothercraft\": \"nnenneigbo\",\n    \"motherdom\": \"nnenne\",\n    \"mothered\": \"nne\",\n    \"motherers\": \"ndị ngagharị\",\n    \"motherfucker\": \"onye isi nne\",\n    \"mothergate\": \"nnabata nne\",\n    \"motherhood\": \"nne\",\n    \"motherhouse\": \"ulo nne\",\n    \"mothery\": \"nnenne\",\n    \"motheriness\": \"nne\",\n    \"mothering\": \"nne\",\n    \"motherkin\": \"umunwanyi\",\n    \"motherkins\": \"nne nne\",\n    \"motherland\": \"ala nna\",\n    \"motherlands\": \"ala nna\",\n    \"motherless\": \"nnenne nne\",\n    \"motherlessness\": \"enweghị nne\",\n    \"motherly\": \"nnenne\",\n    \"motherlike\": \"dị ka nne\",\n    \"motherliness\": \"nnenne\",\n    \"motherling\": \"nne\",\n    \"mothers\": \"nne\",\n    \"mothership\": \"ịbụ nne\",\n    \"mothersome\": \"nne\",\n    \"motherward\": \"nne\",\n    \"motherwise\": \"nnewise\",\n    \"motherwort\": \"nnewort\",\n    \"mothiest\": \"kacha\",\n    \"mothless\": \"enweghị\",\n    \"mothlike\": \"nla\",\n    \"mothproof\": \"nla\",\n    \"mothproofing\": \"ichebe nla\",\n    \"moths\": \"nla\",\n    \"motific\": \"dị mkpa\",\n    \"motile\": \"ngagharị\",\n    \"motiles\": \"Motiil\",\n    \"motility\": \"ikike\",\n    \"motilities\": \"mmeghari\",\n    \"motion\": \"ngagharị\",\n    \"motionable\": \"megharia\",\n    \"motional\": \"megharia\",\n    \"motioned\": \"gosipụtara\",\n    \"motioner\": \"ngagharị\",\n    \"motioners\": \"edere duu\",\n    \"motioning\": \"na-agbagharị\",\n    \"motionless\": \"edere duu\",\n    \"motionlessly\": \"na-enweghị nkwanye\",\n    \"motionlessness\": \"ngagharị\",\n    \"motions\": \"mmegharị\",\n    \"motitation\": \"ebumnobi\",\n    \"motivate\": \"kpalie\",\n    \"motivated\": \"kpaliri\",\n    \"motivates\": \"na-akpali\",\n    \"motivating\": \"na-akpali akpali\",\n    \"motivation\": \"nkwali\",\n    \"motivational\": \"nkwali\",\n    \"motivationally\": \"kpalie\",\n    \"motivations\": \"mkpali\",\n    \"motivative\": \"nkwali\",\n    \"motivator\": \"nkwali\",\n    \"motive\": \"ebumnobi\",\n    \"motived\": \"ebumnobi\",\n    \"motiveless\": \"enweghị atụ\",\n    \"motivelessly\": \"n'egbughị oge\",\n    \"motivelessness\": \"enweghị ebumnobi\",\n    \"motiveness\": \"mkpali\",\n    \"motives\": \"ebumnobi\",\n    \"motivic\": \"kpalie\",\n    \"motiving\": \"na-akpali akpali\",\n    \"motivity\": \"ngagharị\",\n    \"motivities\": \"nkwali\",\n    \"motivo\": \"nkwali\",\n    \"motley\": \"Motley\",\n    \"motleyer\": \"Motọl\",\n    \"motleyest\": \"onyenekwe\",\n    \"motleyness\": \"ịdị ọcha\",\n    \"motleys\": \"Motleys\",\n    \"motlier\": \"motọl\",\n    \"motliest\": \"kasị\",\n    \"motmot\": \"motm\",\n    \"motmots\": \"motm\",\n    \"motocar\": \"moto\",\n    \"motocycle\": \"ọgba tum tum\",\n    \"moton\": \"Moton\",\n    \"motor\": \"moto\",\n    \"motorable\": \"nwere ike\",\n    \"motorbicycle\": \"ọgba tum tum\",\n    \"motorbike\": \"ọgba tum tum\",\n    \"motorbikes\": \"ọgba tum tum\",\n    \"motorboat\": \"ụgbọ mmiri\",\n    \"motorboating\": \"na-agba ịnyịnya\",\n    \"motorboatman\": \"ọkwọ ụgbọ mmiri\",\n    \"motorboats\": \"ụgbọ mmiri\",\n    \"motorbus\": \"moto\",\n    \"motorbuses\": \"ọgba tum tum\",\n    \"motorbusses\": \"ụgbọ ala\",\n    \"motorcade\": \"igwe ugboala\",\n    \"motorcades\": \"moto\",\n    \"motorcar\": \"moto\",\n    \"motorcars\": \"moto\",\n    \"motorcycle\": \"ọgba tum tum\",\n    \"motorcycled\": \"ọgba tum tum\",\n    \"motorcycler\": \"ọgba tum tum\",\n    \"motorcycles\": \"ọgba tum tum\",\n    \"motorcycling\": \"ọgba tum tum\",\n    \"motorcyclist\": \"onye na-anya ugboala\",\n    \"motorcyclists\": \"ndị ọgba tum tum\",\n    \"motorcoach\": \"motocoach\",\n    \"motored\": \"Mototu\",\n    \"motory\": \"Mototu\",\n    \"motorial\": \"Mototu\",\n    \"motoric\": \"Mototu\",\n    \"motorically\": \"igwe\",\n    \"motoring\": \"na-akwọ ụgbọala\",\n    \"motorings\": \"ọgba tum tum\",\n    \"motorisation\": \"ugboala\",\n    \"motorise\": \"kpaliri\",\n    \"motorised\": \"kpaliri\",\n    \"motorises\": \"kpaliri\",\n    \"motorising\": \"na-akwọ ụgbọala\",\n    \"motorism\": \"ọkwọ ụgbọ ala\",\n    \"motorist\": \"ọkwọ ụgbọ ala\",\n    \"motorists\": \"ndị ọkwọ ụgbọala\",\n    \"motorization\": \"ọkwọ ụgbọala\",\n    \"motorize\": \"kpalie\",\n    \"motorized\": \"kpaliri\",\n    \"motorizes\": \"kpaliri\",\n    \"motorizing\": \"na-agbagharị\",\n    \"motorless\": \"enweghị igwe\",\n    \"motorman\": \"onye okomoko\",\n    \"motormen\": \"onye okomoko\",\n    \"motorneer\": \"onye na-anya igwe\",\n    \"motorphobe\": \"motọpobe\",\n    \"motorphobia\": \"emetophobia\",\n    \"motorphobiac\": \"motofobiac\",\n    \"motors\": \"moto\",\n    \"motorsailer\": \"Onye na-ere ahịa\",\n    \"motorscooters\": \"akwọ ụgbọala\",\n    \"motorship\": \"Motorship\",\n    \"motorships\": \"akwara\",\n    \"motortruck\": \"ụgbọala\",\n    \"motorway\": \"okporo ụzọ\",\n    \"motorways\": \"okporo ụzọ\",\n    \"motricity\": \"ikike\",\n    \"mottetto\": \"ụkpụrụ\",\n    \"motty\": \"moti\",\n    \"mottle\": \"motọ\",\n    \"mottled\": \"mott\",\n    \"mottledness\": \"Mmasị\",\n    \"mottlement\": \"mgbagharị\",\n    \"mottlers\": \"mottle\",\n    \"mottling\": \"Ihe na-eme\",\n    \"mottoed\": \"motto\",\n    \"mottoes\": \"ụkpụrụ nduzi\",\n    \"mottoless\": \"enweghị motto\",\n    \"mottos\": \"ụkpụrụ\",\n    \"motts\": \"Ugochukwu\",\n    \"moudy\": \"mkpọtụ\",\n    \"mouedhin\": \"mouadhin\",\n    \"moufflon\": \"mouflon\",\n    \"moufflons\": \"mouflons\",\n    \"mought\": \"akpa\",\n    \"mould\": \"ebu\",\n    \"moulded\": \"kpụrụ\",\n    \"moulder\": \"mould\",\n    \"mouldered\": \"ebuda\",\n    \"mouldering\": \"moulding\",\n    \"moulders\": \"mould\",\n    \"mouldy\": \"moldi\",\n    \"moulding\": \"ịkpụzi\",\n    \"mouldings\": \"ịkpụzi\",\n    \"moulds\": \"ebu\",\n    \"moulted\": \"kparịa\",\n    \"moulten\": \"nwe\",\n    \"moulting\": \"moult\",\n    \"moults\": \"mouls\",\n    \"mound\": \"mkpumkpu\",\n    \"mounded\": \"kpuchie\",\n    \"moundy\": \"ndudue\",\n    \"moundiness\": \"moundund\",\n    \"moundsman\": \"Ugochukwu\",\n    \"mount\": \"ugwu\",\n    \"mountable\": \"ugwu\",\n    \"mountably\": \"na-ebuli elu\",\n    \"mountain\": \"ugwu\",\n    \"mountained\": \"ugwu\",\n    \"mountaineer\": \"onye ugwu\",\n    \"mountaineered\": \"ndi ugwu\",\n    \"mountaineering\": \"ugwu\",\n    \"mountaineers\": \"ndi ugwu\",\n    \"mountainer\": \"onye ugwu\",\n    \"mountainet\": \"ugwu ugwu\",\n    \"mountainette\": \"ugwu ugwu\",\n    \"mountainy\": \"ugwu ugwu\",\n    \"mountainless\": \"ugwu ugwu\",\n    \"mountainlike\": \"ugwu\",\n    \"mountainous\": \"ugwu ugwu\",\n    \"mountainously\": \"n'ugwu\",\n    \"mountainousness\": \"ugwu ugwu\",\n    \"mountains\": \"ugwu\",\n    \"mountainside\": \"ugwu\",\n    \"mountainsides\": \"ugwu ugwu\",\n    \"mountaintop\": \"ugwu ugwu\",\n    \"mountaintops\": \"ugwu ugwu\",\n    \"mountainward\": \"n’elu ugwu\",\n    \"mountainwards\": \"ugwu\",\n    \"mountance\": \"ugwu\",\n    \"mountant\": \"ugwu\",\n    \"mountebankism\": \"mountebanks\",\n    \"mountebankly\": \"mountebank\",\n    \"mounted\": \"n'ịnyịnya\",\n    \"mountee\": \"onye nwe\",\n    \"mounter\": \"onye nwe\",\n    \"mounters\": \"ndị na-arị elu\",\n    \"mounty\": \"ugwu\",\n    \"mounties\": \"ugwu\",\n    \"mounting\": \"arịọnụ\",\n    \"mountingly\": \"na-agbago\",\n    \"mountings\": \"arịọnụ\",\n    \"mountlet\": \"ugwu\",\n    \"mounture\": \"ugwu ugwu\",\n    \"mourn\": \"na-eru uju\",\n    \"mourne\": \"morne\",\n    \"mourned\": \"na-eru uju\",\n    \"mourner\": \"uju\",\n    \"mourneress\": \"onye uju\",\n    \"mourners\": \"na-eru uju\",\n    \"mournful\": \"na-eru uju\",\n    \"mournfuller\": \"na-eru uju\",\n    \"mournfullest\": \"na-eru uju\",\n    \"mournfully\": \"n'obi iru uju\",\n    \"mournfulness\": \"uju\",\n    \"mourning\": \"na-eru uju\",\n    \"mourningly\": \"na-eru uju\",\n    \"mournings\": \"na-eru uju\",\n    \"mournival\": \"njegharị\",\n    \"mourns\": \"na-eru uju\",\n    \"mournsome\": \"na-eru uju\",\n    \"mouse\": \"oke\",\n    \"mousebane\": \"òké\",\n    \"mousebird\": \"òké\",\n    \"moused\": \"kootu\",\n    \"mousee\": \"oke\",\n    \"mousees\": \"mouss\",\n    \"mousefish\": \"oke mmiri\",\n    \"mousefishes\": \"òké\",\n    \"mousehawk\": \"okezie\",\n    \"mousehole\": \"oke\",\n    \"mousehound\": \"òké\",\n    \"mousey\": \"Mouris\",\n    \"mouseion\": \"òké\",\n    \"mousekin\": \"òké\",\n    \"mouselet\": \"òké\",\n    \"mouseling\": \"na-agagharị\",\n    \"mousepox\": \"òké\",\n    \"mouseproof\": \"òké\",\n    \"mouser\": \"onye a na-amị\",\n    \"mousery\": \"mkpọtụ\",\n    \"mousers\": \"ndi nwere mous\",\n    \"mouses\": \"mouss\",\n    \"mouseship\": \"moushis\",\n    \"mousetrapped\": \"arụ ọrụ\",\n    \"mousetrapping\": \"nkwanye\",\n    \"mouseweb\": \"linki\",\n    \"mousy\": \"mkpọtụ\",\n    \"mousiest\": \"mousi\",\n    \"mousiness\": \"nkwanye\",\n    \"mousing\": \"na-akpali akpali\",\n    \"mousings\": \"mous\",\n    \"mouslingly\": \"mousling\",\n    \"mousse\": \"igwe nrụaka\",\n    \"mousseline\": \"Okechukwu\",\n    \"mousses\": \"Mousus\",\n    \"mousseux\": \"Okechukwu\",\n    \"moustache\": \"afụ ọnụ\",\n    \"moustaches\": \"afụ ọnụ\",\n    \"mousterian\": \"onye mousterian\",\n    \"moustoc\": \"muruka\",\n    \"mouth\": \"ọnụ\",\n    \"mouthbreeder\": \"ọnụ ọnụ\",\n    \"mouthbrooder\": \"ọnụ ọnụ\",\n    \"mouthe\": \"ekwenti\",\n    \"mouthed\": \"ọnụ\",\n    \"mouther\": \"ọnụ mmiri\",\n    \"mouthers\": \"ndi mout\",\n    \"mouthes\": \"mout\",\n    \"mouthful\": \"ọnụ\",\n    \"mouthfuls\": \"ọnụ\",\n    \"mouthy\": \"n'ọnụ\",\n    \"mouthier\": \"Mouthier\",\n    \"mouthily\": \"n'ọnụ\",\n    \"mouthiness\": \"ekwenti\",\n    \"mouthing\": \"na-ekwu okwu\",\n    \"mouthingly\": \"n'ọnụ\",\n    \"mouthishly\": \"ekwenti\",\n    \"mouthless\": \"enweghị ọnụ\",\n    \"mouthlike\": \"dị ka ọnụ\",\n    \"mouthpart\": \"ọnụ\",\n    \"mouthparts\": \"ọnụ\",\n    \"mouthpiece\": \"onu\",\n    \"mouthpieces\": \"ọnụ\",\n    \"mouthpipe\": \"ọnụ\",\n    \"mouthroot\": \"onu\",\n    \"mouths\": \"ọnụ\",\n    \"mouthwash\": \"asachapụ ọnụ\",\n    \"mouthwashes\": \"asachapụ\",\n    \"mouthwatering\": \"na-eme igụ ọsọ mmiri\",\n    \"mouthwise\": \"n'ọnụ\",\n    \"moutler\": \"Onyekwusa\",\n    \"moutlers\": \"ndi mout\",\n    \"moutoneed\": \"kpuchie\",\n    \"movability\": \"mmeghari\",\n    \"movable\": \"ibughari\",\n    \"movableness\": \"ibughari\",\n    \"movables\": \"movable\",\n    \"move\": \"kpalie\",\n    \"moveability\": \"nkwaghari\",\n    \"moveable\": \"ibughari\",\n    \"moveableness\": \"nkwaghari\",\n    \"moveables\": \"ibughari\",\n    \"moveably\": \"ibughari\",\n    \"moved\": \"kpaliri\",\n    \"moveless\": \"enweghi ike\",\n    \"movelessly\": \"na-agbagharị\",\n    \"movelessness\": \"enweghị ike\",\n    \"movement\": \"ije\",\n    \"movements\": \"mmegharị\",\n    \"movent\": \"ihe mgbochi\",\n    \"movers\": \"na-ebugharị\",\n    \"moves\": \"na-akpali\",\n    \"movie\": \"ihe nkiri\",\n    \"moviegoer\": \"onye na-ekiri ihe nkiri\",\n    \"moviegoing\": \"ihe nkiri\",\n    \"movieize\": \"kpoo ihe nkiri\",\n    \"movieland\": \"ihe nkiri\",\n    \"moviemakers\": \"ndị na-eme ihe nkiri\",\n    \"movies\": \"ihe nkiri\",\n    \"moving\": \"na-agagharị\",\n    \"movingly\": \"na-emegharị emegharị\",\n    \"movingness\": \"mmeghari\",\n    \"movings\": \"mmeghari\",\n    \"mow\": \"gbue\",\n    \"mowch\": \"gwuru\",\n    \"mowcht\": \"Mkpo\",\n    \"mowed\": \"gbue\",\n    \"mower\": \"igwe mower\",\n    \"mowers\": \"igwe-nkpuru\",\n    \"mowing\": \"igwu\",\n    \"mows\": \"mụọ\",\n    \"mowth\": \"okpokoro\",\n    \"moxas\": \"Moxas\",\n    \"moxibustion\": \"mmetụ\",\n    \"moxie\": \"Moxie\",\n    \"moxieberries\": \"mmmmmmmmmmmmm\",\n    \"moxies\": \"Okechukwu\",\n    \"mozambican\": \"Mozambican\",\n    \"mozambique\": \"Mozambique\",\n    \"mozarab\": \"Mozarab\",\n    \"mozarabian\": \"Mozarabian\",\n    \"mozarabic\": \"Okechukwu\",\n    \"mozart\": \"Mozart\",\n    \"mozartean\": \"Mzartean\",\n    \"mozemize\": \"Mzzeze\",\n    \"mozettas\": \"Mozetta\",\n    \"mozos\": \"Mzos\",\n    \"mozzettas\": \"mozzetta\",\n    \"mph\": \"Mph\",\n    \"mpret\": \"mpị\",\n    \"mrem\": \"nnenne\",\n    \"mrs\": \"Maz\",\n    \"msalliance\": \"Mmekọrịta ms\",\n    \"msec\": \"Nkeji\",\n    \"msource\": \"Msource\",\n    \"mss\": \"ms\",\n    \"mster\": \"nna ukwu\",\n    \"mts\": \"Ugochi\",\n    \"mucate\": \"muifate\",\n    \"much\": \"ukwuu\",\n    \"muchel\": \"akpọchi\",\n    \"muchfold\": \"ọtụtụ\",\n    \"muchly\": \"ukwuu\",\n    \"muchness\": \"ịdị ukwuu\",\n    \"muchnesses\": \"ọtụtụ\",\n    \"muchwhat\": \"ọtụtụ\",\n    \"mucic\": \"ihe nzuzu\",\n    \"mucidness\": \"adighi ike\",\n    \"muciferous\": \"udo\",\n    \"mucinolytic\": \"ugochukwu\",\n    \"mucinous\": \"ihe nzuzu\",\n    \"mucins\": \"muins\",\n    \"mucivorous\": \"ihe nzuzu\",\n    \"mucked\": \"gbanyụọ\",\n    \"mucker\": \"ọkpọ\",\n    \"muckerer\": \"nkpuru\",\n    \"muckerism\": \"nkwonkwo\",\n    \"muckers\": \"ndị ọkpọ\",\n    \"mucket\": \"muket\",\n    \"mucky\": \"nzu\",\n    \"muckiness\": \"ọgbụgba\",\n    \"muckle\": \"nkechi anyaukwu\",\n    \"muckles\": \"muck\",\n    \"muckment\": \"muck\",\n    \"muckrake\": \"muckraker\",\n    \"muckraked\": \"muckraker\",\n    \"muckrakers\": \"muckkara\",\n    \"muckrakes\": \"muckraker\",\n    \"muckraking\": \"ọgbụgba ume\",\n    \"mucks\": \"akwa\",\n    \"mucksweat\": \"Ugochukwu\",\n    \"muclucs\": \"mkpọchi\",\n    \"mucocutaneous\": \"egbu egbu\",\n    \"mucomembranous\": \"nwekọtara\",\n    \"muconic\": \"ụdọ\",\n    \"mucopus\": \"akpụkpọ anụ\",\n    \"mucor\": \"imi\",\n    \"mucorine\": \"muodorin\",\n    \"mucose\": \"mucous\",\n    \"mucosocalcareous\": \"ikekwe\",\n    \"mucronated\": \"weghaara\",\n    \"mucronately\": \"mgbe niile\",\n    \"mucroniferous\": \"iheanacho\",\n    \"mucronulate\": \"wepu\",\n    \"muculent\": \"muculen\",\n    \"mucus\": \"imi\",\n    \"mucuses\": \"imi\",\n    \"mucusin\": \"imi\",\n    \"mud\": \"apịtị\",\n    \"mudcat\": \"mudk\",\n    \"mudd\": \"mudt\",\n    \"mudde\": \"mudọ\",\n    \"mudded\": \"mud mud\",\n    \"muddy\": \"apịtị\",\n    \"muddies\": \"apịtị\",\n    \"muddyheaded\": \"muddyhead\",\n    \"muddiness\": \"apịtị\",\n    \"muddish\": \"apịtị apịtị\",\n    \"muddledness\": \"iberibe mmiri\",\n    \"muddleheaded\": \"muddleheaded isi\",\n    \"muddles\": \"apịtị\",\n    \"muddling\": \"na-egbu\",\n    \"muddlingly\": \"mmmmmmmmmmmmm\",\n    \"mudfishes\": \"mudfish\",\n    \"mudlarks\": \"iberibe ite\",\n    \"mudless\": \"enweghị apịtị\",\n    \"mudproof\": \"apịtị\",\n    \"muds\": \"apịtị\",\n    \"mudsill\": \"apịtị\",\n    \"mudsills\": \"apịtị\",\n    \"mudslingers\": \"mudslings\",\n    \"mudslinging\": \"mudsinging\",\n    \"mudspringer\": \"mudanticer\",\n    \"mudstain\": \"unyi apịtị\",\n    \"mudstone\": \"apịtị\",\n    \"mudstones\": \"nkume mudstones\",\n    \"mudtrack\": \"mudrock\",\n    \"mudwort\": \"mbere\",\n    \"muezzins\": \"muezzin\",\n    \"mufasal\": \"mufassal\",\n    \"muff\": \"muf\",\n    \"muffed\": \"mechie\",\n    \"muffer\": \"mufet\",\n    \"muffet\": \"mufet\",\n    \"muffetee\": \"mufet\",\n    \"muffineer\": \"muffin\",\n    \"muffishness\": \"muffins\",\n    \"muffled\": \"mechie\",\n    \"muffledly\": \"mechie\",\n    \"muffleman\": \"nwoke moffler\",\n    \"mufflin\": \"muffling\",\n    \"muffs\": \"muffle\",\n    \"mufty\": \"mufti\",\n    \"muftis\": \"mufti\",\n    \"mug\": \"iko\",\n    \"mugful\": \"dị egwu\",\n    \"muggar\": \"mkpọ\",\n    \"muggars\": \"mugga\",\n    \"mugged\": \"amụọ\",\n    \"mugger\": \"mogburu\",\n    \"muggered\": \"weghaara\",\n    \"muggery\": \"mgbogu\",\n    \"muggering\": \"mgbo ahia\",\n    \"muggers\": \"ndị ohi\",\n    \"muggy\": \"mkpọ\",\n    \"muggiest\": \"mebiri emebi\",\n    \"muggily\": \"mgboagha\",\n    \"mugginess\": \"mgboagha\",\n    \"mugging\": \"ịpịa ihe\",\n    \"muggings\": \"mgboagha\",\n    \"muggish\": \"mbat\",\n    \"muggles\": \"mkpọtụ\",\n    \"muggletonian\": \"moggletonian\",\n    \"muggs\": \"mkpọ\",\n    \"muggurs\": \"mọọgụ\",\n    \"mugience\": \"ebili\",\n    \"mugiency\": \"amuma\",\n    \"mugient\": \"dị egwu\",\n    \"mugs\": \"iko\",\n    \"mugweed\": \"Mwewe\",\n    \"mugwort\": \"mbere\",\n    \"mugworts\": \"mbubata\",\n    \"mugwump\": \"mbumbu\",\n    \"mugwumpian\": \"mgbogumpian\",\n    \"mugwumpish\": \"mbenụ\",\n    \"mugwumpism\": \"mbumbu\",\n    \"muircock\": \"agbachi\",\n    \"muirfowl\": \"mmirfowl\",\n    \"muysca\": \"ihu\",\n    \"muishond\": \"nwechi\",\n    \"muist\": \"mmu\",\n    \"mulattoes\": \"mulatto\",\n    \"mulattress\": \"ihe mgbochi isi\",\n    \"mulcted\": \"mulified\",\n    \"mulctuary\": \"iwu\",\n    \"mulder\": \"-edobe\",\n    \"muled\": \"mule\",\n    \"muleys\": \"inyinya mule\",\n    \"mules\": \"inyinya mule\",\n    \"muleteer\": \"kpochapu\",\n    \"muleteers\": \"ndị na-ekpochapụ ihe\",\n    \"muliebrity\": \"ikike\",\n    \"muliebrous\": \"ikechi\",\n    \"mulierly\": \"nweghachi\",\n    \"mulierosity\": \"ikechukwu\",\n    \"mulierty\": \"nweghachi\",\n    \"muling\": \"ịgha\",\n    \"mulishness\": \"ahịhịa\",\n    \"mulism\": \"muslim\",\n    \"mull\": \"mulla\",\n    \"mullah\": \"mulla\",\n    \"mullenize\": \"mullens\",\n    \"mullerian\": \"nkechi\",\n    \"mullers\": \"muller si\",\n    \"mulletry\": \"mullets\",\n    \"mullid\": \"na-akpọ\",\n    \"mulling\": \"ichikota\",\n    \"mullioned\": \"gaferela\",\n    \"mullioning\": \"ullgha\",\n    \"mulls\": \"ohi\",\n    \"mulmull\": \"mulmul\",\n    \"mulse\": \"akwara\",\n    \"mulsify\": \"emulsion\",\n    \"mult\": \"igwe\",\n    \"multangula\": \"ọtụtụ\",\n    \"multangular\": \"otutu\",\n    \"multangularly\": \"n'ọtụtụ akụkụ\",\n    \"multangularness\": \"ịdị ọtụtụ\",\n    \"multangulum\": \"ọtụtụ\",\n    \"multanimous\": \"otutu mmadu\",\n    \"multeity\": \"ikekwe\",\n    \"multi\": \"ọtụtụ\",\n    \"multiangular\": \"otutu\",\n    \"multiarticulate\": \"otutu ihe\",\n    \"multiarticulated\": \"ọtụtụ\",\n    \"multibirth\": \"ịmụ nwa\",\n    \"multibladed\": \"ọtụtụ\",\n    \"multiblock\": \"Mechie\",\n    \"multibreak\": \"ọtụtụ\",\n    \"multibus\": \"ọtụtụ\",\n    \"multicapitate\": \"tinye ọtụtụ\",\n    \"multicapsular\": \"ọtụtụ\",\n    \"multicarinated\": \"ọtụtụ\",\n    \"multicast\": \"ọtụtụ\",\n    \"multicasts\": \"ọtụtụ\",\n    \"multicelled\": \"nwere ọtụtụ\",\n    \"multicellularity\": \"ọnụọgụ abụọ\",\n    \"multicentral\": \"ọtụtụ\",\n    \"multicentrally\": \"n'ọtụtụ\",\n    \"multichannel\": \"ọtụtụ\",\n    \"multichannelled\": \"jikọtara ọtụtụ\",\n    \"multicharge\": \"ọnụọgụgụ\",\n    \"multichord\": \"ọtụtụ\",\n    \"multicycle\": \"ọtụtụ igwe\",\n    \"multicide\": \"na-egbu ọtụtụ mmadụ\",\n    \"multicylindered\": \"ọtụtụ\",\n    \"multicircuited\": \"tinye ọtụtụ ọrụ\",\n    \"multicoccous\": \"ọtụtụ\",\n    \"multicoil\": \"ọtụtụ\",\n    \"multicolor\": \"otutu\",\n    \"multicolored\": \"acha ọkụ\",\n    \"multicoloured\": \"acha ọkụ\",\n    \"multicomponent\": \"ọtụtụ, ọtụtụ\",\n    \"multicomputer\": \"kọmputa ọtụtụ\",\n    \"multiconstant\": \"ọtụtụ\",\n    \"multicordate\": \"nwee ọtụtụ\",\n    \"multicore\": \"ọtụtụ\",\n    \"multicourse\": \"ọtụtụ\",\n    \"multics\": \"ọtụtụ\",\n    \"multicultural\": \"omenala\",\n    \"multicurie\": \"ọtụtụ\",\n    \"multidentate\": \"ọtụtụ\",\n    \"multidenticulate\": \"ọtụtụ denticulate\",\n    \"multidenticulated\": \"ọtụtụ denticulated\",\n    \"multidestination\": \"ọtụtụ ebe\",\n    \"multidigitate\": \"tinye iche\",\n    \"multiengined\": \"ọtụtụ\",\n    \"multiethnic\": \"chukwuebuka\",\n    \"multiexhaust\": \"obula\",\n    \"multifaced\": \"ihu abụọ\",\n    \"multifaceted\": \"ihu abụọ\",\n    \"multifamily\": \"mmmmmmmmmmmmm\",\n    \"multifamilial\": \"mmmmmmmmmmmmm\",\n    \"multifarious\": \"ọtụtụ\",\n    \"multifariously\": \"ọtụtụ\",\n    \"multifariousness\": \"ọtụtụ\",\n    \"multiferous\": \"ọtụtụ\",\n    \"multifetation\": \"mmụba\",\n    \"multifilament\": \"ụdịdị\",\n    \"multifistulous\": \"nwee ọtụtụ\",\n    \"multifoldness\": \"ịdị ọtụtụ\",\n    \"multifoliolate\": \"nweta ọtụtụ\",\n    \"multiform\": \"ọtụtụ\",\n    \"multiformed\": \"gbanwee\",\n    \"multiformity\": \"ọtụtụ, ọtụtụ\",\n    \"multifunction\": \"ọtụtụ ọrụ\",\n    \"multifurcate\": \"ogba-acba\",\n    \"multigranulated\": \"gbasasịa\",\n    \"multihop\": \"ọtụtụ\",\n    \"multihued\": \"ikpa\",\n    \"multijet\": \"ọtụtụ\",\n    \"multijugate\": \"njikọ\",\n    \"multijugous\": \"ọtụtụ\",\n    \"multilaciniate\": \"ọtụtụ\",\n    \"multilayer\": \"ọtụtụ\",\n    \"multilayered\": \"ọtụtụ\",\n    \"multilaminate\": \"ọtụtụ\",\n    \"multilaminated\": \"ọtụtụ\",\n    \"multilane\": \"ọtụtụ\",\n    \"multilaned\": \"ọtụtụ\",\n    \"multilateral\": \"ọtụtụ\",\n    \"multilaterality\": \"ọtụtụ\",\n    \"multilaterally\": \"n'ọtụtụ\",\n    \"multileaving\": \"ọtụtụ\",\n    \"multilevel\": \"ọtụtụ\",\n    \"multileveled\": \"ọtụtụ\",\n    \"multilighted\": \"gbasasịa\",\n    \"multilingual\": \"asụsụ\",\n    \"multilingualism\": \"Asụsụ dị iche iche\",\n    \"multilingually\": \"na-asụ ọtụtụ\",\n    \"multilirate\": \"gbasaa\",\n    \"multiliteral\": \"ọtụtụ\",\n    \"multilobate\": \"Otutu\",\n    \"multilobed\": \"ọtụtụ\",\n    \"multilobular\": \"Otutu\",\n    \"multilobulate\": \"Otutu\",\n    \"multilobulated\": \"Otutu\",\n    \"multilocular\": \"otutu otutu\",\n    \"multiloculate\": \"ọtụtụ\",\n    \"multiloculated\": \"gbakere ọtụtụ\",\n    \"multiloquence\": \"njikota\",\n    \"multiloquent\": \"ọtụtụ\",\n    \"multiloquy\": \"njikota\",\n    \"multiloquious\": \"ọtụtụ\",\n    \"multimachine\": \"igwe igwe\",\n    \"multimacular\": \"ọtụtụ\",\n    \"multimedial\": \"ọtụtụ\",\n    \"multimegaton\": \"mmmmmmmmmmmmm\",\n    \"multimeter\": \"multimita\",\n    \"multimillion\": \"nde\",\n    \"multinational\": \"mba\",\n    \"multinationals\": \"mba dị iche iche\",\n    \"multinervate\": \"tinye ọtụtụ\",\n    \"multinominal\": \"ọtụtụ\",\n    \"multinominous\": \"ọtụtụ\",\n    \"multiovulate\": \"tinye ọtụtụ\",\n    \"multiovulated\": \"jikọtara ọtụtụ mmadụ\",\n    \"multipacket\": \"Ogbechi\",\n    \"multiparae\": \"ọtụtụ\",\n    \"multiparient\": \"ọtụtụ\",\n    \"multiparity\": \"ọtụtụ\",\n    \"multiparous\": \"ọtụtụ\",\n    \"multiparty\": \"ọtụtụ\",\n    \"multipartisan\": \"Otutu\",\n    \"multipartite\": \"Otutu\",\n    \"multipass\": \"Ọtụtụ\",\n    \"multipath\": \"ọtụtụ\",\n    \"multiped\": \"ọtụtụ\",\n    \"multipede\": \"ba uba\",\n    \"multipeds\": \"ba uba\",\n    \"multiperforate\": \"ọtụtụ\",\n    \"multiperforated\": \"ọtụtụ\",\n    \"multiphase\": \"ọtụtụ\",\n    \"multiphaser\": \"ọtụtụ\",\n    \"multiphasic\": \"ọtụtụ\",\n    \"multiphotography\": \"otutu foto\",\n    \"multipying\": \"na-amụba\",\n    \"multipinnate\": \"mụbaa\",\n    \"multiplan\": \"ịba ụba\",\n    \"multiplane\": \"ọtụtụ, ọtụtụ\",\n    \"multiplated\": \"ba uba\",\n    \"multiple\": \"otutu\",\n    \"multiplepoinding\": \"na-egosipụta ọtụtụ\",\n    \"multiples\": \"ọtụtụ\",\n    \"multiplet\": \"otutuo\",\n    \"multiplex\": \"otutu\",\n    \"multiplexed\": \"otutuo\",\n    \"multiplexer\": \"otutu ihe\",\n    \"multiplexers\": \"otutu\",\n    \"multiplexing\": \"otutu ihe\",\n    \"multiplexor\": \"otutuo\",\n    \"multiplexors\": \"otutuo\",\n    \"multiply\": \"ba uba\",\n    \"multipliable\": \"ba uba\",\n    \"multipliableness\": \"ba uba\",\n    \"multiplicability\": \"ọtụtụ\",\n    \"multiplicable\": \"otutu\",\n    \"multiplicand\": \"nwebigara\",\n    \"multiplicands\": \"nwebigara\",\n    \"multiplicate\": \"nba uba\",\n    \"multiplication\": \"nba uba\",\n    \"multiplicational\": \"ịba ụba\",\n    \"multiplications\": \"ọtụtụ\",\n    \"multiplicative\": \"ba uba\",\n    \"multiplicatively\": \"ọtụtụ, ọtụtụ\",\n    \"multiplicatives\": \"otutu\",\n    \"multiplicator\": \"otutu\",\n    \"multiplicious\": \"ba uba\",\n    \"multiplicity\": \"ọtụtụ\",\n    \"multiplicities\": \"ọtụtụ\",\n    \"multiplied\": \"ba uba\",\n    \"multiplier\": \"ịba ụba\",\n    \"multipliers\": \"ịba ụba\",\n    \"multiplies\": \"ba uba\",\n    \"multiplying\": \"na-amụba\",\n    \"multipotent\": \"ọtụtụ ike\",\n    \"multipresence\": \"ịba ụba\",\n    \"multipresent\": \"ba uba\",\n    \"multiprocessing\": \"ọtụtụ ọrụ\",\n    \"multiprogrammed\": \"ọtụtụ\",\n    \"multiprogramming\": \"ọtụtụ mmemme\",\n    \"multipronged\": \"ịgbanwee\",\n    \"multipurpose\": \"ịba ụba\",\n    \"multiracial\": \"agbụrụ\",\n    \"multiradiate\": \"otutu\",\n    \"multiradiated\": \"ọtụtụ\",\n    \"multiradical\": \"ọtụtụ\",\n    \"multiradicate\": \"ịgbasa\",\n    \"multiradicular\": \"ọtụtụ\",\n    \"multiramified\": \"ịgbanwu\",\n    \"multiramose\": \"ọtụtụ\",\n    \"multiramous\": \"ọtụtụ\",\n    \"multirate\": \"ba uba\",\n    \"multireflex\": \"Ugboro abụọ\",\n    \"multirole\": \"ọtụtụ\",\n    \"multirooted\": \"gbanye\",\n    \"multirotation\": \"ọtụtụ\",\n    \"multirotatory\": \"iche iche\",\n    \"multisacculated\": \"gbanwere ọtụtụ\",\n    \"multiseated\": \"gbasasịa\",\n    \"multisegmental\": \"ọtụtụ\",\n    \"multisegmented\": \"gbasasịa\",\n    \"multisensory\": \"nyocha\",\n    \"multiserial\": \"ọtụtụ\",\n    \"multiserially\": \"n'ọtụtụ\",\n    \"multiseriate\": \"tinye ọrụ\",\n    \"multisyllability\": \"ihe niile\",\n    \"multisystem\": \"ọtụtụ usoro\",\n    \"multisonant\": \"ọtụtụ\",\n    \"multisonorously\": \"na ọtụtụ\",\n    \"multisonous\": \"ọtụtụ\",\n    \"multispermous\": \"ọtụtụ\",\n    \"multispindle\": \"ọtụtụ\",\n    \"multispindled\": \"gbasasịa\",\n    \"multispiral\": \"ọtụtụ\",\n    \"multistorey\": \"njikota\",\n    \"multistratified\": \"multi stratified\",\n    \"multitagged\": \"jikọtara ọtụtụ\",\n    \"multitarian\": \"nwere ọtụtụ\",\n    \"multitasking\": \"na-eme ọtụtụ ihe\",\n    \"multitentacled\": \"ọtụtụ tentacled\",\n    \"multitheist\": \"itlọ ọrụ\",\n    \"multithreaded\": \"nwegharia\",\n    \"multititular\": \"ọtụtụ\",\n    \"multitoed\": \"otutu\",\n    \"multitoned\": \"tinye ọtụtụ\",\n    \"multituberculated\": \"multituberculated usoro\",\n    \"multituberculy\": \"ịgbanwee ọtụtụ\",\n    \"multitude\": \"igwe mmadụ\",\n    \"multitudes\": \"igwe mmadu\",\n    \"multitudinist\": \"Onyeka Onwenu\",\n    \"multivagant\": \"ọtụtụ\",\n    \"multivalence\": \"ọtụtụ\",\n    \"multivalency\": \"ọtụtụ\",\n    \"multivalent\": \"ọtụtụ\",\n    \"multivalued\": \"ọtụtụ\",\n    \"multivalved\": \"ọtụtụ\",\n    \"multivalvular\": \"multifakula\",\n    \"multivane\": \"ọtụtụ\",\n    \"multivariant\": \"ọtụtụ\",\n    \"multivariate\": \"ọtutu\",\n    \"multivariates\": \"ọtụtụ\",\n    \"multivarious\": \"dị iche iche\",\n    \"multiversant\": \"ọtụtụ\",\n    \"multiverse\": \"otutu\",\n    \"multiversion\": \"ntụgharị\",\n    \"multiversity\": \"ọtụtụ\",\n    \"multiversities\": \"ọtụtụ\",\n    \"multiviewing\": \"nyocha ọtụtụ\",\n    \"multivious\": \"Otutu\",\n    \"multivitamins\": \"ọtụtụ vitamin\",\n    \"multivocal\": \"ọtụtụ\",\n    \"multivocality\": \"ọtụtụ mmadụ\",\n    \"multivocalness\": \"ọtụtụ\",\n    \"multivoiced\": \"nwee ọtụtụ\",\n    \"multivolent\": \"ọtụtụ\",\n    \"multivolume\": \"ọtụtụ\",\n    \"multivolumed\": \"ọtụtụ\",\n    \"multivorous\": \"ọtụtụ\",\n    \"multiword\": \"ọtụtụ okwu\",\n    \"multungulate\": \"multingulate\",\n    \"multure\": \"ntú\",\n    \"multurer\": \"onye na-azo\",\n    \"multures\": \"ọtụtụ\",\n    \"mum\": \"nne\",\n    \"mumble\": \"ntamu\",\n    \"mumbled\": \"kụkọtara ọnụ\",\n    \"mumblement\": \"ntamu\",\n    \"mumbler\": \"ntamu\",\n    \"mumblers\": \"ndị na-akụda mmụọ\",\n    \"mumbles\": \"na-ekwu okwu\",\n    \"mumbling\": \"na-atamu ntamu\",\n    \"mumblingly\": \"na-asụ\",\n    \"mumblings\": \"mkpọtụ\",\n    \"mummed\": \"mummy\",\n    \"mummer\": \"oku\",\n    \"mummery\": \"mummeri\",\n    \"mummeries\": \"mummeri\",\n    \"mummers\": \"ndị nwụrụ anwụ\",\n    \"mummichog\": \"mgboko\",\n    \"mummydom\": \"mommydom\",\n    \"mummied\": \"mummified\",\n    \"mummify\": \"ikwughachi\",\n    \"mummification\": \"ificationgbasi ozu\",\n    \"mummifies\": \"mummified\",\n    \"mummifying\": \"na-egbu egbu\",\n    \"mummyhood\": \"nne\",\n    \"mumming\": \"ịmalite\",\n    \"mumms\": \"mummy\",\n    \"mumped\": \"mumphed\",\n    \"mumper\": \"otutu\",\n    \"mumphead\": \"nnechi\",\n    \"mumping\": \"mbido\",\n    \"mumpish\": \"kpumkpum\",\n    \"mumpishly\": \"n'amaghi ama\",\n    \"mumpishness\": \"mbibi\",\n    \"mums\": \"nne\",\n    \"mumsy\": \"mummy\",\n    \"munched\": \"gbupụrụ ya\",\n    \"muncher\": \"munche\",\n    \"mundal\": \"ọnụ\",\n    \"mundane\": \"ụwa\",\n    \"mundanely\": \"n'okwu\",\n    \"mundaneness\": \"agbasaghị\",\n    \"mundanism\": \"nkwanye ugwu\",\n    \"mundanity\": \"njuputa\",\n    \"mundic\": \"onyedi\",\n    \"mundified\": \"gbanwere\",\n    \"mundil\": \"mkpọ\",\n    \"mundle\": \"nkpuru\",\n    \"mundungus\": \"ụwa\",\n    \"municipal\": \"ime obodo\",\n    \"municipalise\": \"ọchịchị\",\n    \"municipalism\": \"ọchịchị obodo\",\n    \"municipalist\": \"onye ime obodo\",\n    \"municipality\": \"obodo\",\n    \"municipalities\": \"ọchịchị\",\n    \"municipalization\": \"ime obodo\",\n    \"municipalize\": \"mebe obodo\",\n    \"municipalized\": \"nke ime obodo\",\n    \"municipalizer\": \"onye na-elekọta obodo\",\n    \"municipalizing\": \"ime obodo\",\n    \"municipally\": \"ime obodo\",\n    \"municipia\": \"obodo\",\n    \"municipium\": \"ọchịchị\",\n    \"munify\": \"munyere\",\n    \"munificence\": \"munifanyi\",\n    \"munificency\": \"arụ ọrụ\",\n    \"munificent\": \"dị ezigbo mkpa\",\n    \"munificently\": \"n'ụzọ dị irè\",\n    \"munificentness\": \"idi nma\",\n    \"muniment\": \"ngwa agha\",\n    \"muniments\": \"ngwa agha\",\n    \"munited\": \"gbachiri\",\n    \"muniting\": \"na-agbachi\",\n    \"munition\": \"mgbochi\",\n    \"munitionary\": \"munti\",\n    \"munitioned\": \"mgbochi\",\n    \"munitioner\": \"ogbugbu\",\n    \"munitioning\": \"mgbochi\",\n    \"munitions\": \"mgbochi\",\n    \"munnions\": \"mkpọ\",\n    \"munt\": \"nne\",\n    \"munting\": \"Na-atụgharị uche\",\n    \"muntins\": \"nne\",\n    \"muong\": \"munong\",\n    \"muons\": \"afọ\",\n    \"muralist\": \"onye nkwado\",\n    \"muralists\": \"ndi muralist\",\n    \"murally\": \"ọnụ\",\n    \"murals\": \"ihe osise\",\n    \"muratorian\": \"onye ndozi\",\n    \"murchy\": \"Murchy\",\n    \"murder\": \"igbu mmadu\",\n    \"murdered\": \"gburu\",\n    \"murderee\": \"igbu ọchụ\",\n    \"murderees\": \"ndị ogbu mmadụ\",\n    \"murderer\": \"ogbu mmadu\",\n    \"murderers\": \"ndị ogbu mmadụ\",\n    \"murderess\": \"ogbu mmadu\",\n    \"murderesses\": \"igbu ọchụ\",\n    \"murdering\": \"na-egbu ọchụ\",\n    \"murderingly\": \"na-egbu ọchụ\",\n    \"murderish\": \"na-egbu ọchụ\",\n    \"murderment\": \"ogbugbu\",\n    \"murderous\": \"ogbu mmadu\",\n    \"murderously\": \"egbu egbu\",\n    \"murderousness\": \"ogbugbu\",\n    \"murders\": \"igbu ọchụ\",\n    \"murenger\": \"onye na-afụ ụfụ\",\n    \"murexes\": \"ogha\",\n    \"muriated\": \"muru\",\n    \"muriatic\": \"ihe oma\",\n    \"muricate\": \"gbuo\",\n    \"muricated\": \"gbagburu\",\n    \"muricid\": \"gbuo\",\n    \"muriciform\": \"ogbugbu\",\n    \"muriculate\": \"gbuo\",\n    \"murid\": \"igbu\",\n    \"muridism\": \"igbu ọchụ\",\n    \"murids\": \"igbu\",\n    \"murine\": \"gbuo\",\n    \"murines\": \"igwe\",\n    \"muring\": \"na-agwọ ọrịa\",\n    \"murionitric\": \"igbu\",\n    \"murker\": \"ogbu mmadu\",\n    \"murkest\": \"gburu\",\n    \"murky\": \"nzuzu\",\n    \"murkier\": \"igbu mmadu\",\n    \"murkness\": \"igbu mmadu\",\n    \"murks\": \"ogbugbu\",\n    \"murlain\": \"gbuo\",\n    \"murly\": \"igbu\",\n    \"murlock\": \"igbu ọchụ\",\n    \"murmur\": \"ntamu\",\n    \"murmuration\": \"ntamu\",\n    \"murmurator\": \"ntamu\",\n    \"murmured\": \"atamu ntamu\",\n    \"murmurer\": \"ntamu\",\n    \"murmurers\": \"na-atamu ntamu\",\n    \"murmuring\": \"na-atamu ntamu\",\n    \"murmuringly\": \"na-atamu ntamu\",\n    \"murmurish\": \"tua ntamu\",\n    \"murmurless\": \"atamu ntamu\",\n    \"murmurlessly\": \"na-atamu ntamu\",\n    \"murmurous\": \"ntamu\",\n    \"murmurously\": \"ntamu\",\n    \"murmurs\": \"na-atamu ntamu\",\n    \"murnival\": \"ogbugbu\",\n    \"muromontite\": \"nnweta\",\n    \"murphied\": \"murphy's\",\n    \"murphies\": \"murphy's\",\n    \"murphying\": \"igbu\",\n    \"murral\": \"ogbugbu\",\n    \"murres\": \"ogbugbu\",\n    \"murrion\": \"mbibi\",\n    \"murrs\": \"ogbugbu\",\n    \"murshid\": \"mmmmmmmmmm\",\n    \"murther\": \"ogbugbu\",\n    \"murthered\": \"mekwaa\",\n    \"murthering\": \"igbu ọchụ\",\n    \"murthy\": \"egbu egbu\",\n    \"musaceous\": \"egwu\",\n    \"musard\": \"Musard\",\n    \"muscarinic\": \"muscarin\",\n    \"muscavada\": \"muscovado\",\n    \"muscavado\": \"muscovado\",\n    \"muschelkalk\": \"mushelkalk\",\n    \"musci\": \"egwu\",\n    \"muscicide\": \"ogbugbu\",\n    \"muscle\": \"akwara\",\n    \"musclebound\": \"ike akwara\",\n    \"muscleless\": \"enweghi ike\",\n    \"musclelike\": \"muscle yiri\",\n    \"muscleman\": \"Nwoke akwara\",\n    \"musclemen\": \"ndị ọkpọ\",\n    \"muscles\": \"mọzụlụ\",\n    \"muscling\": \"musc\",\n    \"muscoid\": \"ikechi\",\n    \"muscologic\": \"nkwonkwo\",\n    \"muscological\": \"ikechukwu\",\n    \"muscologist\": \"dibia oyibo\",\n    \"muscovade\": \"muscovado\",\n    \"muscovadite\": \"ikechi\",\n    \"muscovi\": \"anwuru\",\n    \"muscovy\": \"anwuru\",\n    \"muscovite\": \"ikechi\",\n    \"muscovites\": \"ikechi\",\n    \"muscovitic\": \"iheanacho\",\n    \"muscovitize\": \"nwachukwu\",\n    \"muscovitized\": \"ikechi\",\n    \"muscular\": \"nkwonkwo\",\n    \"muscularity\": \"nkwonkwo\",\n    \"muscularities\": \"akwara\",\n    \"musculation\": \"mususu\",\n    \"musculature\": \"akwara\",\n    \"musculatures\": \"akwara\",\n    \"muscule\": \"akwara\",\n    \"musculoarterial\": \"musculo akwara\",\n    \"musculocellular\": \"musculo cellular\",\n    \"musculodermic\": \"okpokoro\",\n    \"musculoelastic\": \"akwara\",\n    \"musculointestinal\": \"akwara\",\n    \"musculopallial\": \"onyeanyichukwu\",\n    \"musculoskeletal\": \"akwara\",\n    \"musculospinal\": \"akwara\",\n    \"musculous\": \"ọrụ ebube\",\n    \"muse\": \"ngosi nka\",\n    \"mused\": \"chiri\",\n    \"museful\": \"ngosipụta\",\n    \"musefully\": \"n'ụzọ dị egwu\",\n    \"musefulness\": \"ihe omuma\",\n    \"museist\": \"onye omenkà\",\n    \"museless\": \"enweghị ebe obibi\",\n    \"muselessness\": \"enweghị ebe obibi\",\n    \"museographer\": \"onye na-ede ihe omimi\",\n    \"museography\": \"ihe ngosi ihe omuma\",\n    \"museographist\": \"onye na-ede ihe omimi\",\n    \"museology\": \"ihe ngosi nka\",\n    \"museologist\": \"ọkà mmụta ihe omimi\",\n    \"muser\": \"tụgharịa\",\n    \"musery\": \"egwu\",\n    \"muses\": \"Muses\",\n    \"musette\": \"egwu\",\n    \"musettes\": \"musetị\",\n    \"museum\": \"ihe ngosi nka\",\n    \"museumize\": \"na-edebe ihe ngosi nka\",\n    \"museums\": \"ụlọ ngosi ihe mgbe ochie\",\n    \"mush\": \"ero\",\n    \"mushed\": \"gbachiri\",\n    \"mushhead\": \"olulu\",\n    \"mushheaded\": \"isi\",\n    \"mushheadedness\": \"isi\",\n    \"mushing\": \"mbanye\",\n    \"mushroom\": \"ero\",\n    \"mushroomed\": \"ero\",\n    \"mushroomer\": \"ero\",\n    \"mushroomy\": \"ero\",\n    \"mushroomic\": \"ero\",\n    \"mushrooming\": \"ero\",\n    \"mushroomlike\": \"ero dị ka\",\n    \"mushrooms\": \"ero\",\n    \"mushrump\": \"ikechi\",\n    \"music\": \"egwu\",\n    \"musical\": \"egwu\",\n    \"musicality\": \"itygba egwu\",\n    \"musicalization\": \"egwu egwu\",\n    \"musically\": \"n'egwu\",\n    \"musicalness\": \"egwu egwu\",\n    \"musicals\": \"Egwú\",\n    \"musician\": \"onyeegwu\",\n    \"musiciana\": \"onyeegwu\",\n    \"musicianer\": \"onyeegwu\",\n    \"musicianly\": \"onyeegwu\",\n    \"musicians\": \"ndiegwu\",\n    \"musicianship\": \"egwu\",\n    \"musicker\": \"dịkwa egwu\",\n    \"musicless\": \"enweghị egwu\",\n    \"musiclike\": \"egwu dika\",\n    \"musicoartistic\": \"musico nka\",\n    \"musicodramatic\": \"musico dị egwu\",\n    \"musicography\": \"egwu\",\n    \"musicotherapy\": \"ọgwụ ọgwụ\",\n    \"musicotherapies\": \"ọgwụ ọgwụ\",\n    \"musicry\": \"egwu\",\n    \"musics\": \"egwu\",\n    \"musie\": \"egwu\",\n    \"musily\": \"muesli\",\n    \"musing\": \"iche\",\n    \"musingly\": \"egwu\",\n    \"musings\": \"ntụgharị\",\n    \"musit\": \"nweke\",\n    \"musjid\": \"alakụba\",\n    \"musjids\": \"musjid\",\n    \"muskallunge\": \"muskalling\",\n    \"musked\": \"masked\",\n    \"muskegs\": \"muskeji\",\n    \"muskellunge\": \"nweze\",\n    \"muskellunges\": \"Ugochukwu\",\n    \"musketlike\": \"musket dị ka\",\n    \"musketproof\": \"musket àmà\",\n    \"musketries\": \"musketeers\",\n    \"muskets\": \"muskị\",\n    \"muskflower\": \"okpokoro\",\n    \"muskies\": \"muskị\",\n    \"muskiest\": \"nwekwu\",\n    \"musklike\": \"udidi\",\n    \"muskmelon\": \"musklomọn\",\n    \"muskmelons\": \"onyinyechi\",\n    \"muskrat\": \"musk\",\n    \"muslims\": \"ndị Alakụba\",\n    \"muslined\": \"chiri\",\n    \"musophaga\": \"Musophaga\",\n    \"musophagi\": \"Musophagi\",\n    \"musophagine\": \"Okechukwu\",\n    \"musquashroot\": \"onyeka onwenu\",\n    \"musquaspen\": \"ugochukwu\",\n    \"musrol\": \"musuro\",\n    \"musroomed\": \"toro\",\n    \"mussable\": \"Okechukwu\",\n    \"mussed\": \"nnenne\",\n    \"mussel\": \"mesoo\",\n    \"musselcracker\": \"onyeka onwenu\",\n    \"musseled\": \"Okechukwu\",\n    \"mussellim\": \"Okechukwu\",\n    \"mussels\": \"mọsel\",\n    \"musses\": \"Okechukwu\",\n    \"mussy\": \"Okechukwu\",\n    \"mussick\": \"Okechukwu\",\n    \"mussily\": \"Okechukwu\",\n    \"mussing\": \"egwu\",\n    \"mussitate\": \"tinye\",\n    \"mussitation\": \"mussiti\",\n    \"mussulmanic\": \"Okechukwu Nwogu\",\n    \"mussulwoman\": \"nwaanyi\",\n    \"must\": \"ga-emerịrị\",\n    \"mustache\": \"afụ ọnụ\",\n    \"mustached\": \"mustard\",\n    \"mustaches\": \"afụ ọnụ\",\n    \"mustachial\": \"afụ ọnụ\",\n    \"mustafuz\": \"mustafiz\",\n    \"mustahfiz\": \"mustafiz\",\n    \"mustanger\": \"mustang\",\n    \"mustangs\": \"mustang\",\n    \"mustard\": \"Mọstad\",\n    \"mustarder\": \"Mọstad\",\n    \"mustards\": \"Mọstad\",\n    \"musted\": \"Mọstad\",\n    \"mustees\": \"otu aka\",\n    \"muster\": \"chịkọta\",\n    \"musterdevillers\": \"ndiegwu\",\n    \"mustered\": \"gbakọtara\",\n    \"musterer\": \"Nwunye\",\n    \"mustering\": \"na-atụgharị uche\",\n    \"musth\": \"musti\",\n    \"musths\": \"mususu\",\n    \"mustier\": \"muster\",\n    \"mustiest\": \"nkechi\",\n    \"mustify\": \"tolee\",\n    \"musts\": \"Okechukwu\",\n    \"mustulent\": \"aghaa\",\n    \"mutability\": \"mgbanwe\",\n    \"mutableness\": \"mgbanwe\",\n    \"mutably\": \"na-agbanwe agbanwe\",\n    \"mutage\": \"ogbi\",\n    \"mutagenic\": \"mutagenik\",\n    \"mutagenically\": \"n'ụzọ ntụgharị\",\n    \"mutagenicity\": \"mmụba\",\n    \"mutagenicities\": \"mmụba\",\n    \"mutandis\": \"mmirichukwu\",\n    \"mutants\": \"ndi mmadu\",\n    \"mutases\": \"ogwe aka\",\n    \"mutate\": \"ịgbanwe\",\n    \"mutated\": \"gbanwere\",\n    \"mutates\": \"na-agbanwe\",\n    \"mutating\": \"na-agbanwe\",\n    \"mutational\": \"ngbanwe\",\n    \"mutationally\": \"na-agbanwe\",\n    \"mutationism\": \"mmụba\",\n    \"mutationist\": \"mmụba\",\n    \"mutations\": \"mmụba\",\n    \"mutatis\": \"nkwụnye\",\n    \"mutative\": \"na-agbanwe agbanwe\",\n    \"mutatory\": \"mmụgharị\",\n    \"mutchkins\": \"mmamịrị\",\n    \"mute\": \"ogbi\",\n    \"muted\": \"ogbi\",\n    \"mutedly\": \"na-agbachi nkịtị\",\n    \"mutedness\": \"ogbi\",\n    \"muteness\": \"ogbi\",\n    \"mutenesses\": \"ogbi\",\n    \"mutes\": \"ogbi\",\n    \"mutescence\": \"mbibi\",\n    \"mutest\": \"ogbi\",\n    \"muth\": \"ọnụ\",\n    \"muthmassel\": \"mkpọchi\",\n    \"muticate\": \"gbamgbam\",\n    \"muticous\": \"ogbi\",\n    \"mutilate\": \"bekee\",\n    \"mutilated\": \"gbupụrụ ya aka\",\n    \"mutilates\": \"egbutu\",\n    \"mutilating\": \"egbutu\",\n    \"mutilation\": \"mbibi\",\n    \"mutilations\": \"mmebi\",\n    \"mutilative\": \"mutilaị\",\n    \"mutilator\": \"mutilatọ\",\n    \"mutilatory\": \"na-emebi emebi\",\n    \"mutilators\": \"ndi mutilati\",\n    \"mutilla\": \"igwe\",\n    \"mutillid\": \"chiri\",\n    \"mutilous\": \"na-eme mkpọtụ\",\n    \"mutinado\": \"atụ\",\n    \"mutined\": \"nkwenye\",\n    \"mutineer\": \"ngwunye\",\n    \"mutineered\": \"mutine\",\n    \"mutineering\": \"na-agbanye ọnụ\",\n    \"mutineers\": \"mutine\",\n    \"mutines\": \"mkpụrụ osisi\",\n    \"muting\": \"nkwenye\",\n    \"mutiny\": \"nkwenye\",\n    \"mutinied\": \"gbanwere\",\n    \"mutinies\": \"ogbi\",\n    \"mutinying\": \"na-emebi\",\n    \"mutining\": \"na-agbanye\",\n    \"mutinize\": \"bekee\",\n    \"mutinous\": \"na-emebi emebi\",\n    \"mutinously\": \"na-egbu egbu\",\n    \"mutinousness\": \"ngbanwe\",\n    \"mutisms\": \"mmeghari\",\n    \"mutive\": \"ntụgharị\",\n    \"mutivity\": \"ntụgharị\",\n    \"mutoscopic\": \"mmmmmmmmmmmmm\",\n    \"mutsje\": \"mmachi\",\n    \"mutsuddy\": \"mmachi\",\n    \"mutten\": \"gbanwere\",\n    \"mutter\": \"na-atamu\",\n    \"muttered\": \"tụgharịrị\",\n    \"mutterer\": \"onye ntamu\",\n    \"mutterers\": \"ndị na-atụgharị ọnụ\",\n    \"muttering\": \"na-asụgharị\",\n    \"mutteringly\": \"na-atamu ntamu\",\n    \"mutters\": \"na-eme mkpọtụ\",\n    \"muttonbird\": \"nnụnnụ mmiri\",\n    \"muttonchop\": \"ahịhịa iri\",\n    \"muttonchops\": \"mgbịrịgba osisi\",\n    \"muttonfish\": \"azu mmiri\",\n    \"muttonfishes\": \"muttonfish\",\n    \"muttonhead\": \"isi mmiri\",\n    \"muttonheaded\": \"gbupụrụ ya isi\",\n    \"muttonheadedness\": \"isi mmiri\",\n    \"muttonhood\": \"ụda olu\",\n    \"muttony\": \"nkwupụta ụda\",\n    \"muttonmonger\": \"anụ ọhịa\",\n    \"muttons\": \"mutton\",\n    \"muttonwood\": \"osisi\",\n    \"mutts\": \"mutt\",\n    \"mutual\": \"nwekorita\",\n    \"mutualisation\": \"nkekọrịta\",\n    \"mutualise\": \"mmekọrịta\",\n    \"mutualised\": \"jikọrọ\",\n    \"mutualising\": \"nwekọrịta\",\n    \"mutualism\": \"mmekọrịta\",\n    \"mutualist\": \"di na nwunye\",\n    \"mutualistic\": \"nwere mmekọrịta\",\n    \"mutuality\": \"di na nwunye\",\n    \"mutualities\": \"mmekọrịta\",\n    \"mutualize\": \"nwụrụ\",\n    \"mutualized\": \"nwụrụ\",\n    \"mutually\": \"abụọ\",\n    \"mutualness\": \"mmekorita\",\n    \"mutuals\": \"ndị mmadụ\",\n    \"mutuant\": \"mutant\",\n    \"mutuary\": \"anwụ\",\n    \"mutuate\": \"mutuelle\",\n    \"mutular\": \"ogbi\",\n    \"mutule\": \"mutuel\",\n    \"mutus\": \"mmirie\",\n    \"muzhiks\": \"muzhi\",\n    \"muzzled\": \"agbachi\",\n    \"muzzleloading\": \"Ekechila\",\n    \"mxd\": \"Nkeji\",\n    \"mzee\": \"mmachi\",\n    \"nabalism\": \"Nabalism\",\n    \"nabbing\": \"Nabbing\",\n    \"nable\": \"kwụrụ\",\n    \"nablus\": \"Nablus\",\n    \"nabob\": \"ndiigbo\",\n    \"nabobery\": \"Nwabueze\",\n    \"nabobess\": \"onyenze\",\n    \"nabobesses\": \"ndiigbo\",\n    \"nabobical\": \"onyedikachi\",\n    \"nabobish\": \"ndiigbo\",\n    \"nabobishly\": \"echekwara\",\n    \"nabobism\": \"enweghị ike\",\n    \"nabobry\": \"echekwara\",\n    \"nabobs\": \"nabo\",\n    \"naboth\": \"Naboth\",\n    \"nabs\": \"Nabs\",\n    \"nace\": \"na -ekwu\",\n    \"nach\": \"mgbe\",\n    \"nachas\": \"mgbechi\",\n    \"nachschlag\": \"okpokoro\",\n    \"nachtmml\": \"Mgbeo\",\n    \"nachus\": \"Mgbe Ochie\",\n    \"nacket\": \"akwa\",\n    \"nacred\": \"echekwara\",\n    \"nacreousness\": \"Ihere\",\n    \"nacrite\": \"onyegbado\",\n    \"nacrous\": \"kechie\",\n    \"nadder\": \"akwa\",\n    \"nadirs\": \"nadira\",\n    \"nadorite\": \"ndokwa\",\n    \"naemorhedine\": \"Naemorhedine\",\n    \"naethings\": \"mkpọtụ\",\n    \"nag\": \"mba\",\n    \"nagged\": \"nsogbu\",\n    \"nagger\": \"nsogbu\",\n    \"naggers\": \"nsogbu\",\n    \"naggy\": \"nsogbu\",\n    \"nagging\": \"nsogbu\",\n    \"naggingly\": \"nno n'udo\",\n    \"naggingness\": \"nsogbu\",\n    \"naggly\": \"nsogbu\",\n    \"naging\": \"na-egwu egwu\",\n    \"nagualist\": \"ndiagu\",\n    \"nay\": \"ee\",\n    \"naiads\": \"naịads\",\n    \"naiant\": \"onye isi\",\n    \"naigue\": \"mmiri ara\",\n    \"nail\": \"ntu\",\n    \"nailbin\": \"mbọ\",\n    \"nailbrush\": \"ntu\",\n    \"nailed\": \"kpọgidere\",\n    \"nailer\": \"ntu\",\n    \"naileress\": \"nail\",\n    \"nailery\": \"naili\",\n    \"nailers\": \"Nailers\",\n    \"nailfile\": \"ntu ntu\",\n    \"nailfold\": \"ntu mbọ\",\n    \"nailfolds\": \"ntu mbọ\",\n    \"nailhead\": \"ntu\",\n    \"nailheads\": \"mbọ mbọ\",\n    \"naily\": \"maily\",\n    \"nailing\": \"gbụrụ\",\n    \"nailless\": \"ntu\",\n    \"naillike\": \"Naillike\",\n    \"nailprint\": \"ntu mbọ\",\n    \"nailproof\": \"mbọ\",\n    \"nailrod\": \"ntu\",\n    \"nails\": \"mbọ\",\n    \"nailset\": \"mbọ\",\n    \"nailsets\": \"mbọ\",\n    \"nailshop\": \"ntu\",\n    \"nailsick\": \"mbọbọ\",\n    \"nailsickness\": \"mbọbọ\",\n    \"nailsmith\": \"mbọ mbọ\",\n    \"nailwort\": \"ntu\",\n    \"nainsooks\": \"mmmmmmmmmmmm\",\n    \"naique\": \"Naique\",\n    \"nairy\": \"nri\",\n    \"nays\": \"nay\",\n    \"naish\": \"ọgbụ\",\n    \"naiskos\": \"Naiskos\",\n    \"naissance\": \"ndu\",\n    \"naither\": \"ọ dịghị\",\n    \"naive\": \"amaghi ihe\",\n    \"naively\": \"amaghi ihe\",\n    \"naiveness\": \"amaghi ihe\",\n    \"naiver\": \"onye ndu\",\n    \"naives\": \"ihe efu\",\n    \"naivest\": \"ghọgburu\",\n    \"naivety\": \"amaghị ihe\",\n    \"naivetivet\": \"naivet\",\n    \"nayword\": \"ekwenti\",\n    \"naked\": \"gba ọtọ\",\n    \"nakeder\": \"gba ọtọ\",\n    \"nakedest\": \"kacha ọtọ\",\n    \"nakedish\": \"gba ọtọ\",\n    \"nakedize\": \"gba ọtọ\",\n    \"nakedly\": \"gba ọtọ\",\n    \"nakedness\": \"gba ọtọ\",\n    \"nakedweed\": \"gba ọtọ\",\n    \"nakedwood\": \"gba ọtọ\",\n    \"naker\": \"onye na-eme achịcha\",\n    \"naled\": \"gbupụrụ ya\",\n    \"naleds\": \"gbuo\",\n    \"namability\": \"aha\",\n    \"namable\": \"akpọrọ\",\n    \"namatio\": \"aha\",\n    \"name\": \"aha\",\n    \"nameability\": \"aha\",\n    \"nameable\": \"akpọ aha\",\n    \"nameboard\": \"aha osisi\",\n    \"named\": \"aha ya\",\n    \"nameless\": \"enweghị aha\",\n    \"namelessless\": \"enweghị aha\",\n    \"namelessly\": \"na-enweghị aha\",\n    \"namelessness\": \"enweghị aha\",\n    \"namely\": \"ya bụ\",\n    \"nameling\": \"ịkpọ aha\",\n    \"nameplates\": \"ihe ntinye aha\",\n    \"namers\": \"ndị na-akpọ aha\",\n    \"names\": \"aha\",\n    \"namesake\": \"nye aha\",\n    \"namesakes\": \"aha\",\n    \"naming\": \"akpọ\",\n    \"nanisms\": \"ihe ntin\",\n    \"nanograms\": \"nanogram\",\n    \"nanoinstructions\": \"nanoinstructions ndiigbo\",\n    \"nanometer\": \"nanometa\",\n    \"nanometre\": \"nanometa\",\n    \"nanostore\": \"nanestore\",\n    \"nant\": \"nọ nkịtị\",\n    \"naology\": \"nkà mmụta sayensị\",\n    \"naological\": \"ihe omumu\",\n    \"naperies\": \"naper\",\n    \"naphtali\": \"Naftali\",\n    \"naphtha\": \"Nafta\",\n    \"naphthalate\": \"naphhalate\",\n    \"naphthalenesulphonic\": \"Naphthalenesulphonic\",\n    \"naphthalenic\": \"Nafthalenic\",\n    \"naphthaline\": \"Nafthaline\",\n    \"naphthalised\": \"a na-egbu egbu\",\n    \"naphthalising\": \"na-agbatị ume\",\n    \"naphthalization\": \"naphhalization\",\n    \"naphthalize\": \"naphụlize\",\n    \"naphthalized\": \"e tinyere ume\",\n    \"naphthalizing\": \"na-egbu egbu\",\n    \"naphthamine\": \"Naphthamine\",\n    \"naphthas\": \"Nafta\",\n    \"naphthenic\": \"mgbe ahụ\",\n    \"naphthyl\": \"Naphthyl\",\n    \"naphthylaminesulphonic\": \"Naphthylaminesulphonic\",\n    \"naphthionate\": \"naifthionate\",\n    \"naphtholsulphonic\": \"naiftholsulphonic\",\n    \"naphtol\": \"Naftol\",\n    \"naphtols\": \"mkpụrụ obi\",\n    \"napkin\": \"nweta akwa nhicha\",\n    \"napkined\": \"akwa nhicha\",\n    \"napkining\": \"akwa nhicha\",\n    \"napkins\": \"akwa nhicha\",\n    \"napless\": \"enweghi mmetụta\",\n    \"naplessness\": \"enweghi ike\",\n    \"napoleonist\": \"onye napoleonist\",\n    \"napped\": \"mara\",\n    \"nappes\": \"nappy\",\n    \"nappie\": \"nappy\",\n    \"nappier\": \"naiji\",\n    \"nappies\": \"nkuchi\",\n    \"nappiest\": \"kasị mma\",\n    \"nappiness\": \"nhicha\",\n    \"napping\": \"na-amụ ụra\",\n    \"nappishness\": \"nkuchi\",\n    \"napthionic\": \"Iwuchukwu\",\n    \"narcein\": \"narisin\",\n    \"narceine\": \"mkparị\",\n    \"narceines\": \"akụkọ\",\n    \"narceins\": \"akuko\",\n    \"narciscissi\": \"Nkechi Nkechi\",\n    \"narcisms\": \"narcissism\",\n    \"narciss\": \"narcissus\",\n    \"narcissan\": \"Nkechi Nkechi\",\n    \"narcissi\": \"Nkechi Nkechi\",\n    \"narcissists\": \"ndị narcissists\",\n    \"narcissuses\": \"narcissus\",\n    \"narcist\": \"onye narcist\",\n    \"narcistic\": \"narcissistic\",\n    \"narcists\": \"narcissus\",\n    \"narco\": \"narọ\",\n    \"narcoanesthesia\": \"ọgwụ narco\",\n    \"narcobatus\": \"narọbatusọs\",\n    \"narcohypnoses\": \"narichypnoses\",\n    \"narcohypnosis\": \"narco hypnosis\",\n    \"narcohypnotic\": \"narco hypnotic\",\n    \"narcoleptic\": \"ọgwụ narcoleptic\",\n    \"narcomaniac\": \"narcaniac\",\n    \"narcomatous\": \"narumatous\",\n    \"narcomedusae\": \"Ugboro abụọ\",\n    \"narcomedusan\": \"Ugbor\",\n    \"narcos\": \"narọ\",\n    \"narcose\": \"ọgwụ ọjọọ\",\n    \"narcoses\": \"narịkọ\",\n    \"narcotherapy\": \"ọgwụ ọgwụ\",\n    \"narcotherapies\": \"ọgwụ narcotherapies\",\n    \"narcotherapist\": \"ọgwụ narcotherapist\",\n    \"narcoticalness\": \"narcoticality\",\n    \"narcotics\": \"ọgwụ ọjọọ\",\n    \"narcotin\": \"ọgwụ ọjọọ\",\n    \"narcotine\": \"ọgwụ ọjọọ\",\n    \"narcotise\": \"ọgwụ ọjọọ\",\n    \"narcotised\": \"na-egbu egbu\",\n    \"narcotising\": \"ọgwụ ọjọọ\",\n    \"narcotized\": \"ọgwụ ọjọọ\",\n    \"narcotizes\": \"na-akọwa\",\n    \"narcotizing\": \"na-akọwa\",\n    \"narcous\": \"mkpumkpu\",\n    \"narcs\": \"narc\",\n    \"nards\": \"nọọsụ\",\n    \"nare\": \"mmiri\",\n    \"naren\": \"adịghị\",\n    \"nares\": \"afọ\",\n    \"naresh\": \"ọhụrụ\",\n    \"narghile\": \"Chidi Nwachukwu\",\n    \"narghiles\": \"nkwanye\",\n    \"nargil\": \"narigil\",\n    \"nargile\": \"sọọsọ\",\n    \"nargileh\": \"narigileh\",\n    \"nargilehs\": \"narugilehs\",\n    \"nargiles\": \"narịịl\",\n    \"nary\": \"nkịtị\",\n    \"naric\": \"akụkọ\",\n    \"nark\": \"iche\",\n    \"narked\": \"amare\",\n    \"narking\": \"iche\",\n    \"narraganset\": \"ndiegwu\",\n    \"narratable\": \"akuko\",\n    \"narrate\": \"kọọ\",\n    \"narrated\": \"kọrọ\",\n    \"narrater\": \"onye nkowa\",\n    \"narraters\": \"na-akọ\",\n    \"narrates\": \"na-akọ\",\n    \"narrating\": \"na-akuko\",\n    \"narratio\": \"akuko\",\n    \"narration\": \"akomako\",\n    \"narrational\": \"akuko\",\n    \"narrations\": \"akụkọ\",\n    \"narrative\": \"akụkọ\",\n    \"narratively\": \"akụkọ\",\n    \"narratives\": \"akụkọ\",\n    \"narrator\": \"onye nkowa\",\n    \"narratory\": \"akuko\",\n    \"narrators\": \"ndị na-akọ akụkọ\",\n    \"narratress\": \"akuko\",\n    \"narratrix\": \"okwa narratrix\",\n    \"narrishkeit\": \"Nwachukwu\",\n    \"narrow\": \"warara\",\n    \"narrowcast\": \"warawara\",\n    \"narrowed\": \"warara\",\n    \"narrower\": \"warara\",\n    \"narrowest\": \"nke kacha warara\",\n    \"narrowhearted\": \"dịpụrụ adịpụ\",\n    \"narrowheartedness\": \"mee t'ẹphe nọ\",\n    \"narrowy\": \"warara\",\n    \"narrowing\": \"ibelata\",\n    \"narrowingness\": \"ibelata\",\n    \"narrowish\": \"dị warara\",\n    \"narrowly\": \"warara\",\n    \"narrowness\": \"warara\",\n    \"narrows\": \"na-ekwuchi\",\n    \"narsarsukite\": \"Narsarsukite\",\n    \"narthecium\": \"nnụnụ\",\n    \"narthex\": \"nnụnụ\",\n    \"narthexes\": \"nnụnụ\",\n    \"narw\": \"akụkọ\",\n    \"narwal\": \"akụkọ\",\n    \"narwals\": \"narwhals\",\n    \"narwhales\": \"narwhals\",\n    \"narwhalian\": \"narwhals\",\n    \"nasal\": \"gọzie gị\",\n    \"nasalise\": \"ọ dịghị òkè\",\n    \"nasalised\": \"gọzie ya\",\n    \"nasalises\": \"nasalis\",\n    \"nasalising\": \"ndozi\",\n    \"nasalism\": \"n'imi\",\n    \"nasality\": \"ịdị adị\",\n    \"nasalities\": \"gọzie gị\",\n    \"nasalization\": \"nhazi\",\n    \"nasalize\": \"dozie\",\n    \"nasalized\": \"kwadoro\",\n    \"nasalizes\": \"na-ahụ\",\n    \"nasalizing\": \"ịdị ndụ\",\n    \"nasalward\": \"gọzie gị\",\n    \"nasalwards\": \"gọzie gị\",\n    \"nascence\": \"adịghị adị\",\n    \"nascency\": \"izu ike\",\n    \"nascencies\": \"ihe ndozi\",\n    \"nascent\": \"dị ọhụrụ\",\n    \"nash\": \"ididu\",\n    \"nashville\": \"Nashville\",\n    \"nasial\": \"dị adị\",\n    \"nasicorn\": \"Nkechi\",\n    \"nasicornia\": \"chukwuemeka\",\n    \"nasillation\": \"ndozi\",\n    \"nasiomental\": \"nkechi\",\n    \"nasoalveola\": \"nasoalveolar\",\n    \"nasobasilar\": \"naso basilar\",\n    \"nasobuccal\": \"naso buccal\",\n    \"nasology\": \"nkà mmụta ọgwụ\",\n    \"nasologist\": \"ọkà mmụta banyere nasologist\",\n    \"nassellarian\": \"Onyedikachi\",\n    \"nast\": \"nkpuru\",\n    \"nasty\": \"ihe ojoo\",\n    \"nastic\": \"ebechi\",\n    \"nastiest\": \"nke kacha\",\n    \"nastily\": \"nkechi\",\n    \"nastiness\": \"ara\",\n    \"nasturtion\": \"nsị\",\n    \"nasuteness\": \"nkwụsị\",\n    \"natalism\": \"gbasara ihe omumu\",\n    \"natality\": \"okike\",\n    \"natalities\": \"Natalities\",\n    \"natantly\": \"n'egbughị oge\",\n    \"natational\": \"natation\",\n    \"natations\": \"natation\",\n    \"natator\": \"natation\",\n    \"natatores\": \"ihe ndozi\",\n    \"natatory\": \"ihe\",\n    \"natatorial\": \"ihe anakpo\",\n    \"natatorious\": \"natatorium\",\n    \"natatoriums\": \"ebe obibi\",\n    \"natchezan\": \"natchez\",\n    \"natchnee\": \"natchez\",\n    \"nate\": \"nkechi\",\n    \"natheless\": \"n'agbanyeghị\",\n    \"nather\": \"echekwara\",\n    \"nathless\": \"enweghị atụ\",\n    \"naticiform\": \"ihe omuma\",\n    \"naticoid\": \"ndaba\",\n    \"natimortality\": \"ọnwụ\",\n    \"nation\": \"mba\",\n    \"national\": \"mba\",\n    \"nationaliser\": \"mba\",\n    \"nationalism\": \"ịhụ mba n'anya\",\n    \"nationalist\": \"onye obodo\",\n    \"nationalistic\": \"ịhụ mba n'anya\",\n    \"nationalistically\": \"mba\",\n    \"nationalists\": \"ndị hụrụ mba n'anya\",\n    \"nationality\": \"mba\",\n    \"nationalities\": \"mba\",\n    \"nationalization\": \"mba\",\n    \"nationalizations\": \"obodo\",\n    \"nationalize\": \"ime obodo\",\n    \"nationalized\": \"bụrụ mba\",\n    \"nationalizer\": \"onye nlekọta mba\",\n    \"nationalizes\": \"ime obodo\",\n    \"nationalizing\": \"ịhụ mba\",\n    \"nationally\": \"mba\",\n    \"nationalness\": \"ịhụ mba n'anya\",\n    \"nationals\": \"mba\",\n    \"nationalty\": \"mba\",\n    \"nationhood\": \"mba\",\n    \"nationless\": \"mba\",\n    \"nations\": \"mba\",\n    \"nationwide\": \"na mba\",\n    \"native\": \"nwa afọ\",\n    \"natively\": \"nwaafọ\",\n    \"nativeness\": \"nwaafọ\",\n    \"natives\": \"ndị amaala\",\n    \"nativists\": \"ndị nativists\",\n    \"nativity\": \"amumu\",\n    \"nativities\": \"ọdịmma\",\n    \"nato\": \"ọzọ\",\n    \"natrochalcite\": \"nwaoyi\",\n    \"natrojarosite\": \"nwaigwe\",\n    \"natrons\": \"ihe omimi\",\n    \"natter\": \"chikwa\",\n    \"nattered\": \"araba\",\n    \"natteredness\": \"amụrụ anya\",\n    \"nattering\": \"na-achọ\",\n    \"nattiness\": \"ara ara\",\n    \"natuary\": \"ihe ndozi\",\n    \"natural\": \"eke\",\n    \"naturale\": \"okike\",\n    \"naturalesque\": \"chukwuemeka odumegwu ojukwu\",\n    \"naturalisation\": \"nchịkwa mmadụ\",\n    \"naturalise\": \"naturalis\",\n    \"naturaliser\": \"ihe omumu\",\n    \"naturalism\": \"ọdịdị\",\n    \"naturalist\": \"onye okike\",\n    \"naturalistic\": \"ndu\",\n    \"naturalistically\": \"n'okike\",\n    \"naturalists\": \"ihe ndi ozo\",\n    \"naturality\": \"okike\",\n    \"naturalization\": \"nchịkwa mmadụ\",\n    \"naturalizations\": \"nchịkwa\",\n    \"naturalize\": \"hazie\",\n    \"naturalized\": \"emebere\",\n    \"naturalizer\": \"ihe ndozi\",\n    \"naturalizes\": \"na-agbanwe\",\n    \"naturalizing\": \"Nhazi\",\n    \"naturally\": \"ndammana\",\n    \"naturalness\": \"ịdị adị\",\n    \"naturals\": \"ihe okike\",\n    \"nature\": \"uwa\",\n    \"naturecraft\": \"Ihe eji eme ihe\",\n    \"naturel\": \"ọdịdị\",\n    \"naturelike\": \"ọdịdị\",\n    \"natureliked\": \"agwa\",\n    \"naturellement\": \"ọdịdị\",\n    \"natures\": \"okike\",\n    \"naturing\": \"nating\",\n    \"naturopath\": \"ọdịdị\",\n    \"naturopathy\": \"ọdịdị\",\n    \"naturopathic\": \"ihe omumu\",\n    \"naturopathist\": \"okike\",\n    \"nauch\": \"ụdị\",\n    \"naucrary\": \"onye igbo\",\n    \"naught\": \"ọ dịghị\",\n    \"naughty\": \"anụ ntị\",\n    \"naughtier\": \"anụrị\",\n    \"naughtily\": \"adịghị mma\",\n    \"naughtiness\": \"adịghị ọcha\",\n    \"naughts\": \"naugh\",\n    \"nauntle\": \"ifu\",\n    \"nauplial\": \"Nauplial\",\n    \"nausea\": \"ọgbụgbọ\",\n    \"nauseam\": \"ọgbụgbọ\",\n    \"nauseant\": \"ọgbụgbọ\",\n    \"nauseants\": \"nause\",\n    \"nauseaproof\": \"ọgbụgbọ akaebe\",\n    \"nauseas\": \"ọgbụgbọ\",\n    \"nauseate\": \"ọgbụgbọ\",\n    \"nauseated\": \"ọgbụgbọ\",\n    \"nauseates\": \"ọgbụgbọ\",\n    \"nauseating\": \"ọgbụgbọ\",\n    \"nauseatingly\": \"ọgbụgbọ\",\n    \"nauseation\": \"ọgbụgbọ\",\n    \"nauseous\": \"ọgbụgbọ\",\n    \"nauseously\": \"ọgbụgbọ\",\n    \"nauseousness\": \"ọgbụgbọ\",\n    \"nauseum\": \"ọgbụgbọ\",\n    \"nausity\": \"ọgbụgbọ\",\n    \"naut\": \"na na\",\n    \"nautches\": \"mkpọtụ\",\n    \"nautical\": \"ụgbọ mmiri\",\n    \"nauticality\": \"ụgbọ mmiri\",\n    \"nautically\": \"ụgbọ mmiri\",\n    \"nauticals\": \"ụgbọ mmiri\",\n    \"nautics\": \"nautica\",\n    \"nautophone\": \"ekwenti\",\n    \"nav\": \"Nav\",\n    \"navagium\": \"ịnyịnya\",\n    \"naval\": \"ụgbọ mmiri\",\n    \"navalist\": \"onye naval\",\n    \"navally\": \"jiri\",\n    \"navar\": \"Naar\",\n    \"navarch\": \"ụgbọ mmiri\",\n    \"navarchy\": \"ọchịchị\",\n    \"navarrese\": \"Uzoigwe\",\n    \"navarrian\": \"Ugochukwu nwoke\",\n    \"navars\": \"Navars\",\n    \"navel\": \"otube\",\n    \"naveled\": \"atụghị ụjọ\",\n    \"navely\": \"maive\",\n    \"navellike\": \"dị ka otube\",\n    \"navels\": \"otubo\",\n    \"naveness\": \"amamgbe\",\n    \"navety\": \"afu\",\n    \"navy\": \"agha mmiri\",\n    \"navicella\": \"Navicella\",\n    \"navicert\": \"Navicert\",\n    \"navicerts\": \"ndị na-akpụ akpụ\",\n    \"naviculoid\": \"Naviculoid\",\n    \"navies\": \"ụgbọ mmiri\",\n    \"naviform\": \"Naifiform\",\n    \"navig\": \"ụgbọ mmiri\",\n    \"navigability\": \"ịnyagharị\",\n    \"navigable\": \"nchọgharị\",\n    \"navigableness\": \"igodo\",\n    \"navigably\": \"na-agagharị\",\n    \"navigant\": \"onye na-akwọ ụgbọ mmiri\",\n    \"navigate\": \"ịnyagharịa\",\n    \"navigated\": \"ịnyagharịa\",\n    \"navigates\": \"na-agagharị\",\n    \"navigating\": \"ịnyagharị\",\n    \"navigation\": \"igodo\",\n    \"navigational\": \"ịnyagharị\",\n    \"navigationally\": \"igodo\",\n    \"navigator\": \"onye na-akwọ ụgbọ mmiri\",\n    \"navigators\": \"ndị na-akwọ ụgbọ mmiri\",\n    \"navigerous\": \"na-agagharị\",\n    \"navipendular\": \"Ugochukwu\",\n    \"navipendulum\": \"Ugboro abụọ\",\n    \"navite\": \"ịnya\",\n    \"navvy\": \"ụgbọ mmiri\",\n    \"navvies\": \"ụgbọ mmiri\",\n    \"nazarean\": \"Nazarean\",\n    \"nazarene\": \"Nazarene\",\n    \"nazareth\": \"Nazaret\",\n    \"nazaritism\": \"Nazaritism\",\n    \"nazification\": \"nyocha\",\n    \"nazifying\": \"na-ekwu okwu\",\n    \"nazism\": \"Nazism\",\n    \"nco\": \"ọ dị\",\n    \"ne\": \"bụ\",\n    \"neaf\": \"nso\",\n    \"neanderthaler\": \"neanderthal\",\n    \"neanderthaloid\": \"neiderthal oid\",\n    \"neap\": \"neapu\",\n    \"neaped\": \"neap\",\n    \"neapolitan\": \"onye neapolitan\",\n    \"neapolitans\": \"ndi neapolita\",\n    \"neaps\": \"nekpu\",\n    \"near\": \"nso\",\n    \"nearable\": \"neara\",\n    \"nearaway\": \"dị nso\",\n    \"nearaways\": \"ụzọ\",\n    \"nearby\": \"dị nso\",\n    \"nearctic\": \"nso\",\n    \"nearctica\": \"nso nso\",\n    \"neared\": \"na-eru nso\",\n    \"nearer\": \"dị nso\",\n    \"nearest\": \"kacha nso\",\n    \"nearing\": \"na-eru nso\",\n    \"nearish\": \"nso\",\n    \"nearly\": \"fọrọ nke nta\",\n    \"nearlier\": \"nso\",\n    \"nearliest\": \"dịkarịrị nso\",\n    \"nearmost\": \"ọ kacha nso\",\n    \"nearness\": \"nso\",\n    \"nearnesses\": \"nso\",\n    \"nears\": \"nso\",\n    \"nearshore\": \"nso\",\n    \"nearside\": \"nso\",\n    \"nearsight\": \"anya\",\n    \"nearsighted\": \"anya\",\n    \"nearsightedly\": \"anya\",\n    \"nearsightedness\": \"ọhụụ\",\n    \"neat\": \"idiocha\",\n    \"neaten\": \"dị ọcha\",\n    \"neatened\": \"dị ọcha\",\n    \"neatening\": \"na-edozi\",\n    \"neater\": \"dị ọcha\",\n    \"neatest\": \"idiocha\",\n    \"neatherdess\": \"nne nwanyị\",\n    \"neatherds\": \"nkuchi\",\n    \"neathmost\": \"dị nso\",\n    \"neatify\": \"hichaa\",\n    \"neatly\": \"nke ọma\",\n    \"neatness\": \"ịdị ọcha\",\n    \"neatnesses\": \"ịdị ọcha\",\n    \"neats\": \"dị mma\",\n    \"neback\": \"azụ\",\n    \"nebalian\": \"onye Nebalian\",\n    \"nebby\": \"ihe ngosi\",\n    \"nebelist\": \"onye nebelist\",\n    \"nebularization\": \"imeziwanye echiche\",\n    \"nebulas\": \"nebulae\",\n    \"nebulation\": \"ọbara\",\n    \"nebulescent\": \"nebule isi\",\n    \"nebuly\": \"nebule\",\n    \"nebulised\": \"na-ebugharị\",\n    \"nebulising\": \"na-emegharị ahụ\",\n    \"nebulize\": \"kpochapu\",\n    \"nebulized\": \"echegburu\",\n    \"nebulizes\": \"na-emegharị\",\n    \"nebulizing\": \"na-emegharị\",\n    \"nebulous\": \"enweghị atụ\",\n    \"nebulously\": \"enweghị atụ\",\n    \"nebulousness\": \"enweghị atụ\",\n    \"necessar\": \"dị mkpa\",\n    \"necessary\": \"dị mkpa\",\n    \"necessarian\": \"dị mkpa\",\n    \"necessarianism\": \"dị mkpa\",\n    \"necessaries\": \"dị mkpa\",\n    \"necessarily\": \"dị mkpa\",\n    \"necessariness\": \"dị mkpa\",\n    \"necessarium\": \"enweghị isi\",\n    \"necessarius\": \"mkpa\",\n    \"necessism\": \"dị mkpa\",\n    \"necessist\": \"dị mkpa\",\n    \"necessitarian\": \"dị mkpa\",\n    \"necessitarianism\": \"dị mkpa\",\n    \"necessitate\": \"mkpa\",\n    \"necessitated\": \"dị mkpa\",\n    \"necessitatedly\": \"dị mkpa\",\n    \"necessitates\": \"dị mkpa\",\n    \"necessitating\": \"dị mkpa\",\n    \"necessitatingly\": \"dị mkpa\",\n    \"necessitation\": \"mkpa\",\n    \"necessitative\": \"dị mkpa\",\n    \"necessity\": \"mkpa\",\n    \"necessities\": \"mkpa\",\n    \"necessitous\": \"dị mkpa\",\n    \"necessitously\": \"dị mkpa\",\n    \"necessitousness\": \"dị mkpa\",\n    \"necessitude\": \"mkpa\",\n    \"necessitudo\": \"mkpa\",\n    \"neck\": \"olu\",\n    \"neckar\": \"olu\",\n    \"neckatee\": \"olu olu\",\n    \"neckband\": \"olu olu\",\n    \"neckbands\": \"Ihe olu\",\n    \"neckcloth\": \"akwa olu\",\n    \"necked\": \"olu\",\n    \"neckenger\": \"Olu olu\",\n    \"necker\": \"Olu\",\n    \"neckercher\": \"Oluchi olu\",\n    \"neckerchief\": \"Oluchi\",\n    \"neckerchiefs\": \"Oluchi\",\n    \"neckerchieves\": \"Oluchi Onweagba\",\n    \"neckful\": \"Oluchi\",\n    \"neckguard\": \"olu nche\",\n    \"necking\": \"n'olu\",\n    \"neckinger\": \"na-egbu egbu\",\n    \"neckings\": \"Oluchi\",\n    \"neckyoke\": \"oluchi\",\n    \"necklace\": \"olu olu\",\n    \"necklaced\": \"Olu olu\",\n    \"necklaces\": \"Olu olu\",\n    \"necklaceweed\": \"olu olu\",\n    \"neckless\": \"olu\",\n    \"necklet\": \"olu\",\n    \"necklike\": \"dị ka olu\",\n    \"neckline\": \"olu olu\",\n    \"necklines\": \"Olu olu\",\n    \"neckmold\": \"olu onu\",\n    \"neckmould\": \"Udochi\",\n    \"neckpiece\": \"olu olu\",\n    \"necks\": \"olu\",\n    \"neckstock\": \"Oluchi\",\n    \"necktieless\": \"okpokoro\",\n    \"neckties\": \"oluchi\",\n    \"neckward\": \"n'olu\",\n    \"neckwear\": \"Uwe olu\",\n    \"neckwears\": \"olu olu\",\n    \"neckweed\": \"Oluchi\",\n    \"necrographer\": \"onye ihe osise\",\n    \"necrologically\": \"necrological\",\n    \"necrologist\": \"ọkà mmụta akwara ozi\",\n    \"necromancers\": \"ndị necromancers\",\n    \"necromancy\": \"Necromancy\",\n    \"necrophilous\": \"enweghị ihe ọhụụ\",\n    \"necropolitan\": \"onye nwe obodo\",\n    \"necropsied\": \"echekwara\",\n    \"necroscopic\": \"nekroskopic\",\n    \"necroscopical\": \"ihe omumu\",\n    \"necrosed\": \"necros\",\n    \"necrosing\": \"necrotising\",\n    \"necrotypic\": \"necrotic\",\n    \"necrotised\": \"necrotising\",\n    \"necrotized\": \"echekwara\",\n    \"nectared\": \"echekwara\",\n    \"nectarian\": \"onye nectarian\",\n    \"nectarised\": \"achọrọ\",\n    \"nectarlike\": \"adịghị ka okirikiri\",\n    \"ned\": \"ọ bụrụ\",\n    \"nedder\": \"onye akwụ ụgwọ\",\n    \"neddy\": \"Udochukwu\",\n    \"nederlands\": \"ebe ugwu\",\n    \"need\": \"mkpa\",\n    \"needed\": \"chọrọ\",\n    \"needer\": \"onye choro\",\n    \"needers\": \"ndị chọrọ\",\n    \"needfire\": \"mkpa\",\n    \"needful\": \"dị mkpa\",\n    \"needfully\": \"mkpa\",\n    \"needfulness\": \"mkpa\",\n    \"needfuls\": \"dị mkpa\",\n    \"needgates\": \"achanna\",\n    \"needham\": \"mkpa\",\n    \"needy\": \"nọ ná mkpa\",\n    \"needier\": \"chọrọ\",\n    \"neediest\": \"mkpa\",\n    \"needily\": \"mkpa\",\n    \"neediness\": \"ịdị mkpa\",\n    \"needing\": \"chọrọ\",\n    \"needle\": \"agịga\",\n    \"needlebill\": \"ọ dị mkpa\",\n    \"needlebook\": \"Akwụkwọ ntu\",\n    \"needlebush\": \"ọ dị mkpa\",\n    \"needlecase\": \"akpa akwa\",\n    \"needlecord\": \"ọdụdọ\",\n    \"needlecraft\": \"needlegbọ mmiri\",\n    \"needled\": \"ọ dị\",\n    \"needlefish\": \"azụ azụ\",\n    \"needlefishes\": \"azụlị\",\n    \"needleful\": \"agịga\",\n    \"needlefuls\": \"ọpịpị\",\n    \"needlelike\": \"yiri agịga\",\n    \"needlemaker\": \"onye na-achọ ihe\",\n    \"needlemaking\": \"agịga Ndinam\",\n    \"needleman\": \"agịga\",\n    \"needlemen\": \"agịga\",\n    \"needlemonger\": \"onye nkpa\",\n    \"needlepoint\": \"agịga\",\n    \"needlepoints\": \"ọphu ọ dụdu madzụ\",\n    \"needleproof\": \"agịga àmà\",\n    \"needler\": \"mkpa\",\n    \"needlers\": \"ndi choro\",\n    \"needles\": \"ọ bụ\",\n    \"needless\": \"enweghị isi\",\n    \"needlessly\": \"enweghị isi\",\n    \"needlessness\": \"enweghị mkpa\",\n    \"needlestone\": \"mkpa\",\n    \"needlewoman\": \"Nwanyị nwanyị\",\n    \"needlewomen\": \"ndi nwanyi\",\n    \"needlewood\": \"inyinya\",\n    \"needlework\": \"ịkpụ aka\",\n    \"needleworked\": \"arụ ọrụ\",\n    \"needleworker\": \"onye na-arụ ọrụ agịga\",\n    \"needly\": \"agịga\",\n    \"needling\": \"mkpa\",\n    \"needlings\": \"mkpa\",\n    \"needment\": \"mkpa\",\n    \"needments\": \"mkpa\",\n    \"needn\": \"achoghi\",\n    \"neednt\": \"mkpa\",\n    \"needs\": \"mkpa\",\n    \"needsly\": \"mkpa\",\n    \"needsome\": \"dị mkpa\",\n    \"neet\": \"akwa\",\n    \"neetup\": \"nzute\",\n    \"neeze\": \"zee izere\",\n    \"nef\": \"Nef\",\n    \"nefandous\": \"adịghị mma\",\n    \"nefandousness\": \"nefandous ness\",\n    \"nefarious\": \"dị njọ\",\n    \"nefariousness\": \"ihe nzuzu\",\n    \"nefast\": \"dị jụụ\",\n    \"negara\": \"nleda\",\n    \"negate\": \"mezie\",\n    \"negated\": \"agbagha\",\n    \"negatedness\": \"ekwenyeghi\",\n    \"negater\": \"azụ\",\n    \"negaters\": \"ndị na-akwadoghị\",\n    \"negates\": \"emezughị\",\n    \"negating\": \"na-egbochi\",\n    \"negation\": \"ekweghị\",\n    \"negational\": \"nleghara anya\",\n    \"negationalist\": \"onye na-eche echiche\",\n    \"negationist\": \"ekwenyeghi\",\n    \"negations\": \"adighi nma\",\n    \"negativate\": \"adighi nma\",\n    \"negative\": \"adighi nma\",\n    \"negatived\": \"adighi nma\",\n    \"negatively\": \"adighi nma\",\n    \"negativeness\": \"adịghị mma\",\n    \"negativer\": \"negati\",\n    \"negatives\": \"adịghị mma\",\n    \"negativing\": \"na-eleghara\",\n    \"negativist\": \"onye negativist\",\n    \"negativity\": \"enweghi ike\",\n    \"negatons\": \"ndị negatons\",\n    \"negator\": \"onye nlele\",\n    \"negatory\": \"enweghị\",\n    \"negators\": \"ndị na-akwụ ụgwọ\",\n    \"negatron\": \"Ugboro abụọ\",\n    \"negatrons\": \"ndị negatron\",\n    \"neglect\": \"nleghara anya\",\n    \"neglectable\": \"eleghara anya\",\n    \"neglected\": \"Eleghara anya\",\n    \"neglectedly\": \"eleghara anya\",\n    \"neglectedness\": \"Nleghara anya\",\n    \"neglecter\": \"onye na-eleghara anya\",\n    \"neglectful\": \"na-eleghara anya\",\n    \"neglectfully\": \"nleghara anya\",\n    \"neglectfulness\": \"nleghara anya\",\n    \"neglecting\": \"ileghara anya\",\n    \"neglectingly\": \"na-eleghara anya\",\n    \"neglection\": \"nleghara anya\",\n    \"neglective\": \"eleghara anya\",\n    \"neglectively\": \"eleghara anya\",\n    \"neglector\": \"onye na-eleghara anya\",\n    \"neglectproof\": \"eleghara ihe akaebe anya\",\n    \"neglects\": \"na-eleghara anya\",\n    \"neglig\": \"ileghara\",\n    \"neglige\": \"ileghara\",\n    \"negligee\": \"ileghara\",\n    \"negligees\": \"eleghara anya\",\n    \"negligence\": \"nleghara anya\",\n    \"negligency\": \"ilefuanya\",\n    \"negligent\": \"ilefuanya\",\n    \"negligentia\": \"ileghara\",\n    \"negligently\": \"nleghara anya\",\n    \"negliges\": \"nlefuanya\",\n    \"negligibility\": \"eleghara anya\",\n    \"negligible\": \"eleghara anya\",\n    \"negligibleness\": \"eleghara anya\",\n    \"negligibly\": \"eleghara anya\",\n    \"negotiability\": \"Mkparịta ụka\",\n    \"negotiable\": \"na-ekwurịta\",\n    \"negotiables\": \"Mkparịta ụka\",\n    \"negotiably\": \"n'ụzọ kwekọrọ\",\n    \"negotiant\": \"onye na-ekwu okwu\",\n    \"negotiants\": \"ndị na-eme ya\",\n    \"negotiate\": \"kpakorita\",\n    \"negotiated\": \"gbara izu\",\n    \"negotiates\": \"na-agba izu\",\n    \"negotiating\": \"na-akparịta ụka\",\n    \"negotiation\": \"mkparịta ụka\",\n    \"negotiations\": \"mkparịta ụka\",\n    \"negotiator\": \"onye mkparita uka\",\n    \"negotiatory\": \"kpakorita\",\n    \"negotiators\": \"ndị na-eme mkparịta ụka\",\n    \"negotiatress\": \"onye ndumodu\",\n    \"negotiatrix\": \"kpughere\",\n    \"negotiatrixes\": \"ndumodu\",\n    \"negotious\": \"adabaghị\",\n    \"negqtiator\": \"na-eleghara anya\",\n    \"negress\": \"adịghị mma\",\n    \"negrillo\": \"Uchechukwu\",\n    \"negrine\": \"nnabata\",\n    \"negritian\": \"onye nlekota\",\n    \"negritic\": \"negrit\",\n    \"negritize\": \"leghaara anya\",\n    \"negritude\": \"nlelị\",\n    \"negro\": \"nsogbu\",\n    \"negrodom\": \"nlelị\",\n    \"negroes\": \"nlele\",\n    \"negrofy\": \"na-eleghara anya\",\n    \"negrohead\": \"Uchechukwu\",\n    \"negrohood\": \"enweghị mmasị\",\n    \"negroid\": \"Onyeisi\",\n    \"negroidal\": \"na-eleghara anya\",\n    \"negroids\": \"ndiigbo\",\n    \"negroish\": \"na-eleghara anya\",\n    \"negroism\": \"nlele anya\",\n    \"negroization\": \"eleghara anya\",\n    \"negroize\": \"eleghara anya\",\n    \"negrolike\": \"enweghị mmasị\",\n    \"negroloid\": \"eleghara anya\",\n    \"negrophil\": \"Ugbok\",\n    \"negrophile\": \"Ugboro\",\n    \"negrophilist\": \"Ntughari\",\n    \"negrophobe\": \"Ugboro\",\n    \"negrophobiac\": \"Ugboro\",\n    \"negrophobist\": \"onye na-akwadoghị ihe\",\n    \"negros\": \"Ugboro\",\n    \"negrotic\": \"nlele\",\n    \"neguses\": \"adịghị mma\",\n    \"nehemiah\": \"Nehemiah\",\n    \"neif\": \"nei\",\n    \"neigh\": \"agbata obi\",\n    \"neighbor\": \"onye agbata obi\",\n    \"neighbored\": \"onye agbata obi\",\n    \"neighborer\": \"onye agbata obi\",\n    \"neighboress\": \"agbataobi\",\n    \"neighborhood\": \"agbata obi\",\n    \"neighborhoods\": \"agbata obi\",\n    \"neighboring\": \"agbata obi\",\n    \"neighborless\": \"onye agbata obi\",\n    \"neighborly\": \"agbata obi\",\n    \"neighborlike\": \"dị ka onye agbata obi\",\n    \"neighborlikeness\": \"agbataobi\",\n    \"neighborliness\": \"agbata obi\",\n    \"neighbors\": \"agbata obi\",\n    \"neighborship\": \"agbata obi\",\n    \"neighborstained\": \"agbachi\",\n    \"neighbour\": \"onye agbata obi\",\n    \"neighboured\": \"gbara gburugburu\",\n    \"neighbourer\": \"onye agbataobi\",\n    \"neighbouress\": \"agbataobi\",\n    \"neighbourhood\": \"agbata obi\",\n    \"neighbouring\": \"agbata obi\",\n    \"neighbourless\": \"onye agbata obi\",\n    \"neighbourly\": \"agbata obi\",\n    \"neighbourlike\": \"onye agbata obi\",\n    \"neighbourliness\": \"agbata obi\",\n    \"neighbours\": \"agbata obi\",\n    \"neighbourship\": \"agbataobi\",\n    \"neighed\": \"jikọtara\",\n    \"neighing\": \"agbata obi\",\n    \"neighs\": \"Agbata\",\n    \"neist\": \"onye isi\",\n    \"neither\": \"abughi\",\n    \"nektons\": \"nekonoon\",\n    \"nematelminth\": \"nematelminto\",\n    \"nematelminthes\": \"nemathelminthes\",\n    \"nemathece\": \"nematoda\",\n    \"nematologist\": \"onye na-ahụ maka ọrịa\",\n    \"nemocerous\": \"na-achọ\",\n    \"nenes\": \"ọnụọgụ\",\n    \"neoblastic\": \"dị mkpa\",\n    \"neobotanist\": \"Onye omenaala\",\n    \"neocolonialist\": \"onye neocolonialist\",\n    \"neocolonialists\": \"ndị neocolonialist\",\n    \"neocracy\": \"ọchịchị neocracy\",\n    \"neoformation\": \"ihe omuma\",\n    \"neoliths\": \"ndiegwu\",\n    \"neology\": \"nkà mmụta sayensị\",\n    \"neologian\": \"ihe omumu\",\n    \"neologianism\": \"nkà mmụta okpukpe\",\n    \"neological\": \"ihe omumu\",\n    \"neologise\": \"neologi\",\n    \"neologised\": \"neologi\",\n    \"neologising\": \"neologi\",\n    \"neologisms\": \"ihe omimi\",\n    \"neologistical\": \"neologist\",\n    \"neologization\": \"neologisation\",\n    \"neologize\": \"neologi\",\n    \"neologizing\": \"neologi\",\n    \"neonate\": \"ọhụrụ\",\n    \"neoned\": \"gbanwere\",\n    \"neons\": \"afọ\",\n    \"neontology\": \"neontoloji\",\n    \"neoologist\": \"ihe omumu banyere neoologist\",\n    \"neopaganism\": \"okpu\",\n    \"neoplatonist\": \"onye neoplatonist\",\n    \"neotenic\": \"neotenik\",\n    \"neotenous\": \"enweghị isi\",\n    \"neoterist\": \"onye neoterist\",\n    \"neoterizing\": \"na-arụ ọrụ\",\n    \"neotraditionalism\": \"ọdịnala okpukpe\",\n    \"neotraditionalist\": \"onye omenaala\",\n    \"nepenthaceous\": \"na-egbu egbu\",\n    \"nepenthe\": \"ọphu\",\n    \"nepenthes\": \"na-egbu egbu\",\n    \"nephalist\": \"onye na-egbu egbu\",\n    \"nephanalysis\": \"nyocha\",\n    \"nephele\": \"nwa nwoke\",\n    \"nepheligenous\": \"ụmụ nwoke\",\n    \"nepheline\": \"nwa nwoke\",\n    \"nephelinite\": \"Nwa nwoke\",\n    \"nephelite\": \"nwa nwoke\",\n    \"nephelium\": \"nwa nwoke\",\n    \"nepheloid\": \"nwanne\",\n    \"nephelometry\": \"ihe omumu\",\n    \"nephesh\": \"nwa nwoke\",\n    \"nephew\": \"nwa nwoke\",\n    \"nephews\": \"ụmụ nwoke\",\n    \"nephewship\": \"nwa nwoke\",\n    \"nephologist\": \"onye nephologist\",\n    \"nephrectomised\": \"a na-emezigharị\",\n    \"nephrectomized\": \"a na-emezigharị\",\n    \"nephrectomizing\": \"na-edozi anya\",\n    \"nephrites\": \"ndị nephrit\",\n    \"nephritical\": \"ekwenyeghi\",\n    \"nephrologist\": \"ọkà mmụta nephrologist\",\n    \"nepmen\": \"ndị nepmen\",\n    \"nepotal\": \"onye ikwu\",\n    \"nepotious\": \"ekwenyeghi\",\n    \"nepotism\": \"imelara ndị ikwu\",\n    \"nepotisms\": \"ndị ikwu\",\n    \"nepotist\": \"onye nepotist\",\n    \"nepotistic\": \"onye na-akwado mmadụ\",\n    \"nepotistical\": \"onye mmekorita\",\n    \"nepotistically\": \"n'ụzọ doro anya\",\n    \"nepotists\": \"ndị na-ahụ n'anya\",\n    \"neral\": \"dị adị\",\n    \"nerd\": \"Nwachukwu\",\n    \"nerds\": \"ndịda\",\n    \"nere\": \"nso\",\n    \"nereid\": \"adịghị\",\n    \"nereidae\": \"adịghị\",\n    \"nereidean\": \"nereid pụtara\",\n    \"nereides\": \"nere\",\n    \"nereidous\": \"adighi\",\n    \"nereite\": \"amaghi\",\n    \"neri\": \"iri\",\n    \"nerine\": \"akwara\",\n    \"neronian\": \"Neronian\",\n    \"neronic\": \"enweghị atụ\",\n    \"neronize\": \"dozie\",\n    \"nerthrus\": \"Ikechukwu\",\n    \"nerts\": \"akwara\",\n    \"nertz\": \"Nkechi\",\n    \"nerval\": \"akwara\",\n    \"nervate\": \"na-emekpa ahụ\",\n    \"nervation\": \"akwara\",\n    \"nerve\": \"akwara\",\n    \"nerved\": \"kwesịrị\",\n    \"nerveless\": \"enweghị akwara\",\n    \"nervelessly\": \"akwara\",\n    \"nervelessness\": \"enweghị akwara\",\n    \"nervelet\": \"akwara\",\n    \"nerveproof\": \"akwara àmà\",\n    \"nerveroot\": \"mgbọrọgwụ akwara\",\n    \"nerves\": \"irighiri akwara\",\n    \"nervy\": \"nro\",\n    \"nervid\": \"nro\",\n    \"nerviduct\": \"akwara\",\n    \"nervily\": \"n’enweghi nsogbu\",\n    \"nervines\": \"irighiri akwara\",\n    \"nerviness\": \"ụjọ\",\n    \"nerving\": \"akwara\",\n    \"nervish\": \"nzuzu\",\n    \"nervosity\": \"nsogbu\",\n    \"nervosities\": \"akwara\",\n    \"nervous\": \"ụjọ\",\n    \"nervously\": \"ụjọ\",\n    \"nervousness\": \"ụjọ\",\n    \"nervular\": \"akwara\",\n    \"nervules\": \"irighiri akwara\",\n    \"nervuration\": \"irighiri akwara\",\n    \"nervure\": \"nzuzu\",\n    \"nervures\": \"akwara\",\n    \"nescient\": \"akuko\",\n    \"nescients\": \"ndị nescients\",\n    \"nesquehonite\": \"Nesquehonite\",\n    \"ness\": \"nke\",\n    \"nesses\": \"azịza\",\n    \"nesslerised\": \"akuko\",\n    \"nesslerize\": \"kwue\",\n    \"nesslerized\": \"enyeghi ikike\",\n    \"nest\": \"akwu\",\n    \"nestable\": \"akwụ\",\n    \"nestage\": \"akwu\",\n    \"nested\": \"akwụ akwụ\",\n    \"nester\": \"onye nester\",\n    \"nesters\": \"akwụ\",\n    \"nestful\": \"akwu\",\n    \"nesty\": \"nzuzu\",\n    \"nesting\": \"kpara akwụ\",\n    \"nestings\": \"akwụ\",\n    \"nestle\": \"akwu\",\n    \"nestled\": \"kpara akwụ\",\n    \"nestler\": \"onye akwụkwụ\",\n    \"nestlers\": \"ụmụ akwụ́\",\n    \"nestles\": \"akwụ\",\n    \"nestlike\": \"akwu\",\n    \"nestling\": \"akwu\",\n    \"nestlings\": \"ụmụ akwụ\",\n    \"nestors\": \"ndị ara\",\n    \"nests\": \"akwụ\",\n    \"netball\": \"bọọlụ\",\n    \"netheist\": \"onye na-ekweghị ekwe\",\n    \"nether\": \"dị ala\",\n    \"netherlandic\": \"netherland\",\n    \"netherlandish\": \"netherland\",\n    \"netherlands\": \"netherland\",\n    \"nethermore\": \"ọzọkwa\",\n    \"nethermost\": \"dịkarịa ala\",\n    \"netherstock\": \"nethertock\",\n    \"netherstone\": \"ụgbụ\",\n    \"netherward\": \"n'okpuru\",\n    \"netherwards\": \"n'okpuru\",\n    \"netherworld\": \"ụwa\",\n    \"netkeeper\": \"onye na-elekọta net\",\n    \"netlike\": \"dị ka net\",\n    \"netmaker\": \"ụgbụ\",\n    \"netmaking\": \"ntaneti\",\n    \"netman\": \"Nwoke\",\n    \"netmen\": \"ụgbụ\",\n    \"netminder\": \"ntaneti\",\n    \"netop\": \"ọzọ\",\n    \"nets\": \"ụgbụ\",\n    \"nett\": \"net\",\n    \"netted\": \"net\",\n    \"netters\": \"Netter\",\n    \"nettiest\": \"nke kachasị\",\n    \"netting\": \"net\",\n    \"nettings\": \"net\",\n    \"nettion\": \"ntanye\",\n    \"nettlebird\": \"ụgbụ\",\n    \"nettled\": \"net\",\n    \"nettlefish\": \"azụ azụ\",\n    \"nettlefoot\": \"ụkwụ ụkwụ\",\n    \"nettlelike\": \"yiri\",\n    \"nettlemonger\": \"Ugboro abụọ\",\n    \"nettler\": \"Ugboro\",\n    \"nettlers\": \"ụgbụ\",\n    \"nettles\": \"ụgbụ\",\n    \"nettlewort\": \"Ugboro\",\n    \"nettlier\": \"ụgbụ\",\n    \"nettling\": \"ihe ntanetị\",\n    \"netts\": \"net\",\n    \"netwise\": \"ma ọ bụghị\",\n    \"network\": \"netwọk\",\n    \"networked\": \"netwọk\",\n    \"networking\": \"ịkparịta ụka n'ingntanet\",\n    \"networks\": \"netwọk\",\n    \"neumes\": \"neomi\",\n    \"neural\": \"dị egwu\",\n    \"neurally\": \"n'ụzọ nkịtị\",\n    \"neurasthenically\": \"n'ụzọ zuru ezu\",\n    \"neuration\": \"nerat\",\n    \"neurility\": \"adịchaghị mma\",\n    \"neuroactive\": \"adịghị arụ ọrụ\",\n    \"neuroblastic\": \"akwara\",\n    \"neurocanal\": \"akwara\",\n    \"neurocele\": \"okpokoro\",\n    \"neurocental\": \"akwara\",\n    \"neurocentral\": \"akwara\",\n    \"neurocentrum\": \"akwara\",\n    \"neurochemical\": \"akwara\",\n    \"neurochord\": \"Onochie\",\n    \"neurocirculatory\": \"nkwonkwo akwara\",\n    \"neurocyte\": \"akwara\",\n    \"neurocity\": \"nkwonkwo\",\n    \"neurocytoma\": \"akwara\",\n    \"neuroclonic\": \"nkwonkwo\",\n    \"neurocoel\": \"akwara\",\n    \"neurocoele\": \"akwara\",\n    \"neurodegenerative\": \"nyocha\",\n    \"neurodendrite\": \"ọwụwa\",\n    \"neurodendron\": \"akpo\",\n    \"neurodynamic\": \"ahụrụ\",\n    \"neuroelectricity\": \"nyocha\",\n    \"neurofibril\": \"akwara\",\n    \"neurofil\": \"akwara\",\n    \"neuroganglion\": \"akpokinre\",\n    \"neurogenically\": \"na-adịghị ahụ anya\",\n    \"neurogenous\": \"akwara\",\n    \"neuroglandular\": \"nkwonkwo\",\n    \"neurogliac\": \"akwara\",\n    \"neurogram\": \"nyocha\",\n    \"neurography\": \"ihe omimi\",\n    \"neurographic\": \"nyocha\",\n    \"neurohypnotic\": \"nkwonkwo akwara\",\n    \"neuroid\": \"ebughi oke\",\n    \"neurolemma\": \"akwara\",\n    \"neurolymph\": \"akwara\",\n    \"neurolytic\": \"akwara\",\n    \"neurology\": \"akwara ozi\",\n    \"neurologic\": \"ọrịa\",\n    \"neurological\": \"akwara ozi\",\n    \"neurologically\": \"na-ahụ anya\",\n    \"neurologies\": \"ọkà mmụta akwara ozi\",\n    \"neurologist\": \"ọkà mmụta akwara ozi\",\n    \"neurologists\": \"ndị na-agwọ ọrịa akwara\",\n    \"neurologize\": \"emegharị\",\n    \"neurologized\": \"ọkà mmụta akwara ozi\",\n    \"neuromalakia\": \"neuromalacia\",\n    \"neuromast\": \"Okpukpo\",\n    \"neuromastic\": \"Mmetụta\",\n    \"neuromerous\": \"mkpaghasị\",\n    \"neuromyic\": \"Ogba\",\n    \"neuron\": \"ekwuru\",\n    \"neuronal\": \"akwara\",\n    \"neurone\": \"akwara\",\n    \"neuronic\": \"akwara\",\n    \"neuronymy\": \"ekwenti\",\n    \"neuronophagy\": \"nyocha\",\n    \"neurons\": \"akwara\",\n    \"neuropath\": \"akwara\",\n    \"neuropathic\": \"akwara\",\n    \"neuropathical\": \"akwara\",\n    \"neuropathologist\": \"Neuropathologist\",\n    \"neurope\": \"akwara\",\n    \"neurophagy\": \"akwara ozi\",\n    \"neuropharmacologic\": \"akwara neuropharmacologic\",\n    \"neuropharmacologist\": \"neuropharmacologist na-agwọ ọrịa\",\n    \"neurophil\": \"akwara\",\n    \"neurophile\": \"Nchịkọta\",\n    \"neurophysiologist\": \"ọkà mmụta banyere ọrịa akwara\",\n    \"neuropil\": \"akwara\",\n    \"neuropile\": \"okpu\",\n    \"neuroplasm\": \"akwara\",\n    \"neuroplasmatic\": \"akwara\",\n    \"neuroplasmic\": \"akwara\",\n    \"neuroplexus\": \"nkwonkwo akwara\",\n    \"neuropod\": \"akwara\",\n    \"neuropodial\": \"nkwonkwo\",\n    \"neuropodium\": \"nkwonkwo\",\n    \"neuropodous\": \"nkwonkwo\",\n    \"neuropore\": \"akwara\",\n    \"neuropter\": \"nkwonkwo akwara\",\n    \"neuropteris\": \"akwara\",\n    \"neuropterist\": \"Ọkpụkpụ akwara ozi\",\n    \"neuropterous\": \"nkwonkwo akwara\",\n    \"neurorthopterous\": \"nkwonkwo\",\n    \"neurosal\": \"akwara\",\n    \"neuroscience\": \"nyocha\",\n    \"neurosclerosis\": \"akwara\",\n    \"neurosecretion\": \"nkwụsịtụ\",\n    \"neurosecretory\": \"akpokoro\",\n    \"neurosensory\": \"akwara\",\n    \"neuroses\": \"akwara\",\n    \"neuroskeletal\": \"akwara\",\n    \"neuroskeleton\": \"akwara\",\n    \"neurosome\": \"akwara\",\n    \"neurospasm\": \"akwara\",\n    \"neurospast\": \"akwara\",\n    \"neurospongium\": \"akwara\",\n    \"neurospora\": \"akwara\",\n    \"neurosurgeon\": \"akwara ozi\",\n    \"neurosurgery\": \"ịwa ahụ\",\n    \"neurosurgeries\": \"akwara ozi\",\n    \"neurosurgical\": \"akwara\",\n    \"neurosuture\": \"Akpụkpọ ụkwụ\",\n    \"neurotendinous\": \"adịghị ike\",\n    \"neurotension\": \"nkwụsị\",\n    \"neurotherapeutics\": \"ọgwụgwọ ọrịa\",\n    \"neurotherapy\": \"ọgwụgwọ ọrịa\",\n    \"neurotherapist\": \"onye na-agwọ ọrịa akwara\",\n    \"neurothlipsis\": \"akwara\",\n    \"neurotic\": \"akwara\",\n    \"neurotically\": \"n'usoro\",\n    \"neuroticism\": \"nyocha\",\n    \"neuroticize\": \"na-emechi emechi\",\n    \"neurotics\": \"nyocha\",\n    \"neurotization\": \"ntụgharị\",\n    \"neurotomical\": \"akwara\",\n    \"neurotonic\": \"akwara\",\n    \"neurotransmission\": \"ntụgharị\",\n    \"neurovaccine\": \"ogwu\",\n    \"neurovascular\": \"akwara\",\n    \"neurovisceral\": \"nkwonkwo\",\n    \"neuston\": \"Neuston\",\n    \"neut\": \"ọpụpụ\",\n    \"neuter\": \"enweghị nsogbu\",\n    \"neutercane\": \"Neutercane\",\n    \"neuterdom\": \"enweghị isi\",\n    \"neutered\": \"na-ehichapụ\",\n    \"neutering\": \"na-anọpụ iche\",\n    \"neuterly\": \"enweghị nsogbu\",\n    \"neuterlike\": \"enweghị ike\",\n    \"neuterness\": \"enweghị nsogbu\",\n    \"neuters\": \"ndị na-anya mmiri\",\n    \"neutral\": \"na-anọpụ iche\",\n    \"neutralise\": \"na-anọpụ iche\",\n    \"neutralism\": \"nnọpụiche\",\n    \"neutralist\": \"na-anọpụ iche\",\n    \"neutralistic\": \"na-anọpụ iche\",\n    \"neutralists\": \"ndị na-anọpụ iche\",\n    \"neutrality\": \"nnọpụiche\",\n    \"neutralities\": \"nnọpụiche\",\n    \"neutralization\": \"nkwụsị\",\n    \"neutralizations\": \"nkwụsị\",\n    \"neutralize\": \"na-anọpụ iche\",\n    \"neutralized\": \"na-anọpụ iche\",\n    \"neutralizer\": \"na-anọpụ iche\",\n    \"neutralizers\": \"ndị na-anọpụ iche\",\n    \"neutralizes\": \"na-anọpụ iche\",\n    \"neutralizing\": \"na-anọpụ iche\",\n    \"neutrally\": \"na-anọpụ iche\",\n    \"neutralness\": \"nnọpụiche\",\n    \"neutrals\": \"na-anọpụ iche\",\n    \"neutretto\": \"mmiri\",\n    \"neutrettos\": \"iche\",\n    \"neutroceptive\": \"na-egbochi\",\n    \"neutroclusion\": \"nkwụsị\",\n    \"neutrologistic\": \"ntụgharị\",\n    \"neutrons\": \"neutron\",\n    \"neutrophil\": \"mmiri\",\n    \"neutrophilous\": \"na-agbanwe agbanwe\",\n    \"nevadians\": \"ndị nevadians\",\n    \"nevadite\": \"Nevadite\",\n    \"nevel\": \"eriri\",\n    \"nevell\": \"Nevell\",\n    \"neven\": \"dị larịị\",\n    \"never\": \"mgbe\",\n    \"neverland\": \"mgbe\",\n    \"nevermass\": \"mgbe\",\n    \"nevermind\": \"hapụzie\",\n    \"nevermore\": \"mgbe ebighi-ebi\",\n    \"neverness\": \"anwu\",\n    \"neverthelater\": \"echekwara\",\n    \"nevertheless\": \"n'agbanyeghị nke ahụ\",\n    \"neville\": \"Neville\",\n    \"nevoid\": \"zere\",\n    \"nevome\": \"dị mma\",\n    \"new\": \"ọhụrụ\",\n    \"newar\": \"ọhụrụ\",\n    \"newborn\": \"nwa amụrụ ọhụrụ\",\n    \"newbornness\": \"mụrụ ọhụrụ\",\n    \"newborns\": \"umu amuru ohuru\",\n    \"newcastle\": \"egwu\",\n    \"newcome\": \"ohuru\",\n    \"newcomer\": \"onye ohuru\",\n    \"newcomers\": \"ndị bịara ọhụrụ\",\n    \"newel\": \"ọhụrụ\",\n    \"newels\": \"Kacha ọhụrụ\",\n    \"newelty\": \"ọhụụ\",\n    \"newer\": \"nke ohuru\",\n    \"newest\": \"Kacha ọhụrụ\",\n    \"newfangled\": \"ọhụrụ\",\n    \"newfangledness\": \"ọhụụ\",\n    \"newfangleness\": \"mmmmmmmmmmmmm\",\n    \"newfashioned\": \"gbanye ọhụụ\",\n    \"newfish\": \"azụ azụ\",\n    \"newfound\": \"ọhụụ\",\n    \"newground\": \"newway\",\n    \"newing\": \"ọhụrụ\",\n    \"newings\": \"ihe ọhụrụ\",\n    \"newish\": \"ọhụrụ\",\n    \"newly\": \"ohuru\",\n    \"newlight\": \"ọkụ ọhụrụ\",\n    \"newline\": \"akara ọhụrụ\",\n    \"newlines\": \"akụkọ\",\n    \"newlings\": \"Akwụkwọ ọhụrụ\",\n    \"newlywed\": \"luru ohuru\",\n    \"newlyweds\": \"ndị lụrụ ọhụrụ\",\n    \"newmanism\": \"ọhụụ\",\n    \"newmanize\": \"ọhụrụ\",\n    \"newmown\": \"ọhụụ\",\n    \"newness\": \"ọhụụ\",\n    \"newnesses\": \"ọhụụ\",\n    \"news\": \"ozi\",\n    \"newsbeat\": \"akụkọ akụkọ\",\n    \"newsbill\": \"akwụkwọ akụkọ\",\n    \"newsboard\": \"akwụkwọ akụkọ\",\n    \"newsboat\": \"ụgbọ mmiri\",\n    \"newsboy\": \"newsboys\",\n    \"newsbreak\": \"akụkọ\",\n    \"newscast\": \"akụkọ\",\n    \"newscaster\": \"akwụkwọ akụkọ\",\n    \"newscasters\": \"ndị mgbasa ozi\",\n    \"newscasting\": \"akụkọ\",\n    \"newscasts\": \"akụkọ\",\n    \"newsdealer\": \"onye na-ede akụkọ\",\n    \"newsdealers\": \"ndị na-ede akụkọ\",\n    \"newsful\": \"ozi ọma\",\n    \"newsgirl\": \"akụkọ\",\n    \"newsgirls\": \"ụmụ agbọghọ akụkọ\",\n    \"newsgroup\": \"otu akụkọ\",\n    \"newshen\": \"akụkọ\",\n    \"newshound\": \"akụkọ\",\n    \"newsy\": \"akụkọ\",\n    \"newsier\": \"ọhụrụ\",\n    \"newsies\": \"akụkọ\",\n    \"newsiest\": \"kacha ọhụrụ\",\n    \"newsiness\": \"akụkọ\",\n    \"newsless\": \"enweghị akụkọ\",\n    \"newslessness\": \"enweghị akụkọ\",\n    \"newsletter\": \"ala\",\n    \"newsletters\": \"akwụkwọ akụkọ\",\n    \"newsmagazine\": \"akwụkwọ akụkọ\",\n    \"newsman\": \"onye nta akụkọ\",\n    \"newsmanmen\": \"ndị na-ede akụkọ\",\n    \"newsmen\": \"ndị akụkọ\",\n    \"newsmongery\": \"ozi\",\n    \"newsmongering\": \"ikwusa ozi ọma\",\n    \"newspaper\": \"akwụkwọ akụkọ\",\n    \"newspaperdom\": \"akwụkwọ akụkọ\",\n    \"newspapery\": \"akwụkwọ akụkọ\",\n    \"newspaperish\": \"akwụkwọ akụkọ\",\n    \"newspaperized\": \"akwụkwọ akụkọ\",\n    \"newspaperman\": \"onye nta akụkọ\",\n    \"newspapermen\": \"akwụkwọ akụkọ\",\n    \"newspapers\": \"akwụkwọ akụkọ\",\n    \"newspaperwoman\": \"nwanyị nwanyị\",\n    \"newspaperwomen\": \"ụmụ nwanyị akwụkwọ akụkọ\",\n    \"newspeak\": \"akụkọ\",\n    \"newspeaks\": \"akụkọ\",\n    \"newsreader\": \"akwukwo ozi\",\n    \"newsreel\": \"akụkọ\",\n    \"newsreels\": \"akụkọ\",\n    \"newsroom\": \"ulo akuko\",\n    \"newsrooms\": \"ụlọ akụkọ\",\n    \"newssheet\": \"akwụkwọ akụkọ\",\n    \"newsstand\": \"akwụkwọ akụkọ\",\n    \"newsstands\": \"ụlọ ahịa akwụkwọ akụkọ\",\n    \"newstand\": \"ọhụrụ\",\n    \"newstands\": \"ihe ngosi ọhụrụ\",\n    \"newsteller\": \"onye ohuru\",\n    \"newsweek\": \"akụkọ\",\n    \"newswoman\": \"nwanyi nwanyi\",\n    \"newswomen\": \"ụmụ nwanyị\",\n    \"newsworthy\": \"akụkọ\",\n    \"newsworthiness\": \"ịgbasa ozi\",\n    \"newswriter\": \"onye ode akwukwo\",\n    \"newswriting\": \"ide ederede\",\n    \"newton\": \"Newton\",\n    \"newtonian\": \"Newtonian\",\n    \"newtonianism\": \"Newtonianism\",\n    \"newtonic\": \"Newtonic\",\n    \"newtonist\": \"onye ohuru\",\n    \"newtons\": \"Newton\",\n    \"newts\": \"Ọhụrụ\",\n    \"next\": \"Osote\",\n    \"nextdoor\": \"ọzọ\",\n    \"nextly\": \"ọzọ\",\n    \"nextness\": \"ọzọ\",\n    \"ngai\": \"nri\",\n    \"niacins\": \"ụmụ nwoke\",\n    \"nibbing\": \"Onyema\",\n    \"nybble\": \"nyb\",\n    \"nibbled\": \"sikwara ike\",\n    \"nibbles\": \"Nibbles\",\n    \"nibbling\": \"sibb\",\n    \"nibblingly\": \"sieblingly\",\n    \"nibs\": \"ndị mmụọ ozi\",\n    \"nibsome\": \"onye nzuzu\",\n    \"niccoliferous\": \"gbasaba\",\n    \"niccolous\": \"ọmarịcha\",\n    \"nice\": \"mma\",\n    \"niceish\": \"ọmarịcha\",\n    \"nicely\": \"omume oma\",\n    \"niceling\": \"na-enwe mmetụta\",\n    \"niceness\": \"ịdị mma\",\n    \"nicenesses\": \"niceness\",\n    \"nicer\": \"mara mma\",\n    \"nicesome\": \"mara mma\",\n    \"nicest\": \"kasị mma\",\n    \"nicety\": \"dị mma\",\n    \"nichael\": \"Nichael\",\n    \"niched\": \"mara mma\",\n    \"nicher\": \"dị mma\",\n    \"niches\": \"niche\",\n    \"nichil\": \"nwachukwu\",\n    \"niching\": \"na-achọ\",\n    \"nichrome\": \"Nichrome\",\n    \"nicht\": \"Nicht\",\n    \"nychthemeron\": \"nwachukwu\",\n    \"nick\": \"Nick\",\n    \"nicked\": \"arụ\",\n    \"nickeys\": \"Nike\",\n    \"nickeled\": \"jikọtara ọnụ\",\n    \"nickelic\": \"nickel\",\n    \"nickeline\": \"nickname\",\n    \"nickeling\": \"na-akpọ\",\n    \"nickelising\": \"nickel\",\n    \"nickelizing\": \"nickel nke\",\n    \"nickelled\": \"nickel\",\n    \"nickellike\": \"nickel dị ka\",\n    \"nickelling\": \"nickel\",\n    \"nickelodeons\": \"nickelodeon's\",\n    \"nickelous\": \"ọmarịcha\",\n    \"nickels\": \"nickel\",\n    \"nickeltype\": \"ụdị nickel\",\n    \"nickered\": \"dị mma\",\n    \"nickering\": \"ịeringụ mmanya\",\n    \"nickers\": \"ndị na-ese anwụrụ\",\n    \"nicking\": \"jiri nri\",\n    \"nickle\": \"nickel\",\n    \"nickles\": \"nickel\",\n    \"nickname\": \"aha otutu\",\n    \"nicknameable\": \"aha otutu nwee ike\",\n    \"nicknamed\": \"utu aha\",\n    \"nicknamee\": \"utu aha\",\n    \"nicknameless\": \"enweghị aha otutu\",\n    \"nicknamer\": \"nickname\",\n    \"nicknaming\": \"aha otutu\",\n    \"nickpot\": \"nickname\",\n    \"nicks\": \"Nicks\",\n    \"nicotia\": \"nicotina\",\n    \"nicotian\": \"nicotina\",\n    \"nicotianin\": \"nicotiana\",\n    \"nicotinean\": \"nicotine\",\n    \"nicotined\": \"nicotine\",\n    \"nicotineless\": \"enweghị ihe ọ bụla\",\n    \"nicotines\": \"nikotin\",\n    \"nicotinian\": \"nicotinic\",\n    \"nicotinising\": \"na-eme ka ihe dị mma\",\n    \"nicotize\": \"gbasasia\",\n    \"nyctanthes\": \"nyemaka\",\n    \"nictate\": \"onyegbula\",\n    \"nictated\": \"kwupụtara\",\n    \"nictates\": \"onye ọ bụla\",\n    \"nictating\": \"na-ekwu\",\n    \"nictation\": \"ekwupụta\",\n    \"nictitant\": \"onye ara ahu\",\n    \"nictitate\": \"inye aka\",\n    \"nictitated\": \"nkọcha\",\n    \"nictitates\": \"onye anakpo\",\n    \"nictitating\": \"na-ekwu\",\n    \"nictitation\": \"nkọcha\",\n    \"nyctitropic\": \"okpokoro\",\n    \"nidal\": \"na-egbu\",\n    \"nidamental\": \"ọ bụghị\",\n    \"nidary\": \"ogwo\",\n    \"nidation\": \"mgbodo\",\n    \"nidatory\": \"arakwa\",\n    \"nidder\": \"onye ara akwa\",\n    \"niddering\": \"ikwusi\",\n    \"niddicock\": \"Nwachukwu\",\n    \"niddle\": \"ara ehi\",\n    \"nide\": \"nọrọ\",\n    \"nided\": \"amala\",\n    \"nidering\": \"arakwa\",\n    \"niderings\": \"Akwụkwọ\",\n    \"nides\": \"nọọ\",\n    \"nidge\": \"gwa\",\n    \"nidget\": \"ndokwa\",\n    \"nidgety\": \"arala\",\n    \"nidgets\": \"ndozi\",\n    \"nidify\": \"dozie\",\n    \"nidificant\": \"enweghị isi\",\n    \"nidificate\": \"enweghị isi\",\n    \"nidificated\": \"adịru\",\n    \"nidificating\": \"adịru\",\n    \"nidification\": \"ndozi\",\n    \"nidificational\": \"abaghi uru\",\n    \"nidified\": \"kwadoro\",\n    \"nidifier\": \"onyeisiala\",\n    \"nidifies\": \"na-agbatị\",\n    \"nidifying\": \"na-edozi\",\n    \"nidifugous\": \"ekwenyeghi\",\n    \"niding\": \"na-anọ ndụ\",\n    \"nidiot\": \"Nidiot\",\n    \"nidologist\": \"ọkà mmụta nidologist\",\n    \"nidor\": \"nwunye\",\n    \"nidorous\": \"adịghị mkpa\",\n    \"nidorulent\": \"adighi\",\n    \"nidulate\": \"dozie\",\n    \"nidulation\": \"igbochi\",\n    \"niece\": \"nwa nwanyi nwanne\",\n    \"nieceless\": \"onye nne\",\n    \"nieces\": \"ụmụ nwanyị\",\n    \"nieceship\": \"nwa nne\",\n    \"nielled\": \"akpịrị\",\n    \"niellist\": \"onye nwe anyi\",\n    \"niellists\": \"ndị niellists\",\n    \"nielloing\": \"ihe nhicha\",\n    \"nierembergia\": \"neerembergia\",\n    \"niersteiner\": \"nweghi ihe\",\n    \"nies\": \"ụmụ nwoke\",\n    \"nieshout\": \"mmmmmmmmmmmmm\",\n    \"nieve\": \"ieve\",\n    \"nieves\": \"ụmụ nwanyị\",\n    \"nievling\": \"ihe omimi\",\n    \"nife\": \"mara\",\n    \"niffer\": \"nifer\",\n    \"niffered\": \"echere\",\n    \"niffering\": \"ịffụ mmanya\",\n    \"nifling\": \"Nkechi\",\n    \"nifty\": \"dị elu\",\n    \"niftier\": \"dị mma\",\n    \"nifties\": \"niifties\",\n    \"niftiest\": \"onye kachasị mma\",\n    \"nig\": \"ndiegwu\",\n    \"nigerians\": \"ndị Niger\",\n    \"niggard\": \"nigg\",\n    \"niggarded\": \"gbụrụ\",\n    \"niggarding\": \"na-egbu egbu\",\n    \"niggardise\": \"iwuigbo\",\n    \"niggardised\": \"gbadoro\",\n    \"niggardising\": \"niggị\",\n    \"niggardized\": \"nigger\",\n    \"niggardizing\": \"nigging\",\n    \"niggardly\": \"nigg\",\n    \"niggardliness\": \"niggardiness\",\n    \"niggardling\": \"niggị\",\n    \"niggardness\": \"niggị\",\n    \"niggards\": \"niggị\",\n    \"nigged\": \"jikọtara\",\n    \"niggered\": \"gbadoro ụkwụ\",\n    \"niggerfish\": \"nigerfish\",\n    \"niggerfishes\": \"nigerfish\",\n    \"niggery\": \"ogwu\",\n    \"niggerism\": \"nigeri\",\n    \"niggerling\": \"akwụ ụgwọ\",\n    \"nigget\": \"kpọọ\",\n    \"nigging\": \"ịnyịnya\",\n    \"niggle\": \"ntaneti\",\n    \"niggled\": \"naịlị\",\n    \"nigglers\": \"ndị na-agba ọsọ\",\n    \"niggles\": \"ntaneti\",\n    \"niggly\": \"nigg\",\n    \"niggling\": \"na-egbu egbu\",\n    \"nigglingly\": \"nigg\",\n    \"nigglings\": \"kpọọ\",\n    \"nigh\": \"dị nso\",\n    \"nighed\": \"ọnụọgụ\",\n    \"nigher\": \"Naịjirịa\",\n    \"nighest\": \"kachasị\",\n    \"nighing\": \"na-eru nso\",\n    \"nighish\": \"nọ nso\",\n    \"nighly\": \"dị nso\",\n    \"nighness\": \"nso\",\n    \"nighnesses\": \"nso\",\n    \"nighs\": \"nọ nso\",\n    \"night\": \"n'abalị\",\n    \"nightcap\": \"abalị\",\n    \"nightcapped\": \"n'abalị\",\n    \"nightcaps\": \"mkpọchi abalị\",\n    \"nightclothes\": \"uwe abalị\",\n    \"nightclub\": \"ụlọ ịgba egwu abalị\",\n    \"nightclubber\": \"lublọ oriri na ọ nightụ nightụ\",\n    \"nightclubs\": \"oriri na nkwari abalị\",\n    \"nightcrawler\": \"onye na-eme ihe nkiri n'abalị\",\n    \"nightcrawlers\": \"ndị na-agba nightcraw\",\n    \"nightdress\": \"dkwụ ụra abalị\",\n    \"nighted\": \"n'abalị\",\n    \"nighter\": \"dị ọkụ\",\n    \"nightery\": \"agbata obi\",\n    \"nighters\": \"n'abalị\",\n    \"nightfall\": \"n'abalị\",\n    \"nightfalls\": \"abalị abalị\",\n    \"nightfish\": \"azu azu\",\n    \"nightfowl\": \"anwuru-anwu\",\n    \"nightgale\": \"nro\",\n    \"nightglass\": \"ugogbe anya\",\n    \"nightgown\": \"uwe abalị\",\n    \"nightgowns\": \"uwe abalị\",\n    \"nighty\": \"n'abalị\",\n    \"nightie\": \"nọọ\",\n    \"nighties\": \"agbatochi\",\n    \"nightime\": \"n'abalị\",\n    \"nighting\": \"n'abalị\",\n    \"nightingalize\": \"nightingale\",\n    \"nightish\": \"n'abalị\",\n    \"nightjar\": \"nro n'abalị\",\n    \"nightjars\": \"ụra abalị\",\n    \"nightless\": \"n'abalị\",\n    \"nightlessness\": \"enweghị ibu\",\n    \"nightly\": \"n'abalị\",\n    \"nightlife\": \"ndụ abalị\",\n    \"nightlike\": \"ndụ abalị\",\n    \"nightlong\": \"abali nile\",\n    \"nightman\": \"abali\",\n    \"nightmare\": \"nro\",\n    \"nightmares\": \"nrọ ọjọọ\",\n    \"nightmary\": \"nro\",\n    \"nightmarish\": \"n'abalị\",\n    \"nightmarishly\": \"n'abalị\",\n    \"nightmarishness\": \"n'abalị\",\n    \"nightmen\": \"ndị abalị\",\n    \"nightrider\": \"abalị\",\n    \"nightriders\": \"abalị\",\n    \"nightriding\": \"n'abalị\",\n    \"nights\": \"abalị\",\n    \"nightshade\": \"ehihie na abalị\",\n    \"nightshades\": \"ehihie na abalị\",\n    \"nightshine\": \"nighthine\",\n    \"nightshirt\": \"nighthirt\",\n    \"nightshirts\": \"ehihie na abalị\",\n    \"nightside\": \"n'abalị\",\n    \"nightspot\": \"abalị, abalị\",\n    \"nightspots\": \"ogwugwu ehihie\",\n    \"nightstand\": \"ihe nrachi\",\n    \"nightstands\": \"ihe nkwụchi abalị\",\n    \"nightstock\": \"abalị abalị\",\n    \"nightstool\": \"abalị abalị\",\n    \"nighttide\": \"n'abalị\",\n    \"nighttime\": \"n'abalị\",\n    \"nighttimes\": \"n'abalị\",\n    \"nightwake\": \"abalị abalị\",\n    \"nightwalk\": \"ụzọ abalị\",\n    \"nightwalker\": \"onye na-aga ije n'abalị\",\n    \"nightwalkers\": \"ndị na-anya abalị\",\n    \"nightwalking\": \"ịga ije abalị\",\n    \"nightward\": \"n'abalị\",\n    \"nightwards\": \"n'abalị\",\n    \"nightwear\": \"uwe abalị\",\n    \"nightwork\": \"n'abalị\",\n    \"nightworker\": \"onye oru abali\",\n    \"nigrescence\": \"restọ\",\n    \"nigresceous\": \"nigeria\",\n    \"nigrescite\": \"nigwe\",\n    \"nigricant\": \"nigeria\",\n    \"nigrify\": \"kwalite\",\n    \"nigrification\": \"ntinye\",\n    \"nigrified\": \"egbu egbu\",\n    \"nigrifies\": \"Naịjirịa\",\n    \"nigrifying\": \"na-egbu egbu\",\n    \"nigritian\": \"onye Naijiria\",\n    \"nigrities\": \"ndị nwe ala\",\n    \"nigritude\": \"chukwuebuka\",\n    \"nigritudinous\": \"onyinyechi\",\n    \"nigrous\": \"Naịja\",\n    \"nihilianism\": \"Nihilianism\",\n    \"nihilify\": \"nwe\",\n    \"nihilification\": \"nweere onwe\",\n    \"nihilistically\": \"n'iile\",\n    \"nihility\": \"enweghị\",\n    \"nihilities\": \"enweghị\",\n    \"nihils\": \"nihil\",\n    \"nijholt\": \"mmmmmmmmmmmmm\",\n    \"nil\": \"otuto\",\n    \"nill\": \"isi\",\n    \"nilled\": \"akpaa\",\n    \"nilling\": \"na-eri ihe\",\n    \"nills\": \"akwụ\",\n    \"nilometric\": \"mkpametric\",\n    \"nylon\": \"naịlọn\",\n    \"nylons\": \"naịlọn\",\n    \"nilpotent\": \"enweghị ikike\",\n    \"nils\": \"Nịl\",\n    \"nimiety\": \"enweghị\",\n    \"nimious\": \"dị egwu\",\n    \"nimrods\": \"Ndidi\",\n    \"nine\": \"iteghete\",\n    \"ninebark\": \"itoolu\",\n    \"ninebarks\": \"egwu itoolu\",\n    \"ninefold\": \"okpukpu itoolu\",\n    \"nineholes\": \"ebe itoolu\",\n    \"ninepenny\": \"itolu\",\n    \"ninepennies\": \"itoolu\",\n    \"ninepins\": \"itoolu\",\n    \"nines\": \"iri\",\n    \"ninescore\": \"nkechi\",\n    \"nineted\": \"nke iteghete\",\n    \"nineteen\": \"iri na itoolu\",\n    \"nineteenfold\": \"iri na itoolu\",\n    \"nineteens\": \"iri na itoolu\",\n    \"nineteenth\": \"iri na iteghete\",\n    \"nineteenthly\": \"iri na itoolu\",\n    \"nineteenths\": \"iri na iteghete\",\n    \"ninety\": \"iri iteghete\",\n    \"nineties\": \"iri-iteghete\",\n    \"ninetieth\": \"iri iteghete\",\n    \"ninetieths\": \"iri na itoolu\",\n    \"ninetyfold\": \"iri iteghete\",\n    \"ninetyish\": \"iri iteghete\",\n    \"ninetyknot\": \"iri itolu\",\n    \"ninevite\": \"itoolu\",\n    \"ninevitical\": \"nke itoolu\",\n    \"ninevitish\": \"itoolu\",\n    \"ninny\": \"iri itolu\",\n    \"ninnies\": \"iri itoolu\",\n    \"ninnyish\": \"iri na iteghete\",\n    \"ninox\": \"Nwabueze\",\n    \"ninth\": \"nke iteghete\",\n    \"ninthly\": \"nke iteghete\",\n    \"ninths\": \"nke iteghete\",\n    \"ninut\": \"nke iteghete\",\n    \"niog\": \"nịg\",\n    \"nipcheese\": \"nipseese\",\n    \"nipissing\": \"Onu ara\",\n    \"nipped\": \"tinye\",\n    \"nipper\": \"onye na-eri nri\",\n    \"nippers\": \"ndị na-ede mmiri\",\n    \"nippier\": \"onye kacha nwee obi ụtọ\",\n    \"nippiest\": \"onye kachasị mma\",\n    \"nippiness\": \"onye ara\",\n    \"nipping\": \"ntinye\",\n    \"nippingly\": \"sipping\",\n    \"nippitate\": \"mezie\",\n    \"nipple\": \"ọnụ ara\",\n    \"nippled\": \"kpara\",\n    \"nippleless\": \"onu ara\",\n    \"nipples\": \"onu ara\",\n    \"nipplewort\": \"onu ara\",\n    \"nippling\": \"nipp\",\n    \"nipponize\": \"nipponiz\",\n    \"nipter\": \"onuara\",\n    \"nirls\": \"Ndigbo\",\n    \"nirvanic\": \"nwachukwu\",\n    \"nisan\": \"Naịsan\",\n    \"nist\": \"isi\",\n    \"nystagmic\": \"ihe omimi\",\n    \"nystagmus\": \"ihechi\",\n    \"nitchies\": \"ihe ndi ozo\",\n    \"nitency\": \"ịdị ndụ\",\n    \"nitent\": \"mmanụ a .ụ\",\n    \"nitently\": \"mgbe\",\n    \"niter\": \"nri\",\n    \"niterbush\": \"nri\",\n    \"nitered\": \"etinyere\",\n    \"nitery\": \"nri\",\n    \"nitering\": \"mmiri\",\n    \"niters\": \"nri\",\n    \"nither\": \"oyi\",\n    \"nithing\": \"inyocha\",\n    \"nitidous\": \"dị mkpa\",\n    \"nitpicked\": \"nitpick\",\n    \"nitpickers\": \"ndị na-eri nri\",\n    \"nitpicking\": \"nsị\",\n    \"nitpicks\": \"nitpick\",\n    \"nitrated\": \"dị ọcha\",\n    \"nitrating\": \"ume\",\n    \"nitration\": \"ndu mmiri\",\n    \"nitrators\": \"ihe ndi ozo\",\n    \"nitred\": \"achịcha\",\n    \"nitriary\": \"nri\",\n    \"nitriaries\": \"nri\",\n    \"nitric\": \"oyi\",\n    \"nitridation\": \"ntinye\",\n    \"nitrides\": \"ihe ndi ozo\",\n    \"nitriding\": \"ntinye\",\n    \"nitridization\": \"ntinye\",\n    \"nitrids\": \"igwe\",\n    \"nitriferous\": \"na-edozi ahụ\",\n    \"nitrify\": \"mee ka mmiri dị ọcha\",\n    \"nitrification\": \"ntinye\",\n    \"nitrified\": \"dị ọcha\",\n    \"nitrifying\": \"na-enye ume\",\n    \"nitril\": \"nitrile\",\n    \"nitryl\": \"nitrile\",\n    \"nytril\": \"nitrile\",\n    \"nitriles\": \"nri\",\n    \"nitrils\": \"ihe ndi ozo\",\n    \"nitriry\": \"Mmiri ara ehi\",\n    \"nitrocalcite\": \"ihebisi\",\n    \"nitrolic\": \"nri\",\n    \"nitrolim\": \"ebe obibi\",\n    \"nitromuriatic\": \"Nkechi\",\n    \"nitrophilous\": \"ihe di iche\",\n    \"nitroprussic\": \"ihe nitroprussic\",\n    \"nitrosification\": \"ntinye aka\",\n    \"nitrosyl\": \"Nkechi\",\n    \"nitrosylsulfuric\": \"mmmmmmmmmmmmm\",\n    \"nitrosylsulphuric\": \"mmmmmmmmmmmmm\",\n    \"nitrous\": \"dị ụtọ\",\n    \"nittier\": \"ọzọ\",\n    \"nittiest\": \"kasị mma\",\n    \"nitwit\": \"Chidinma\",\n    \"nitwitted\": \"gbagburu\",\n    \"nitzschia\": \"nwzschia\",\n    \"nivation\": \"onye ozo\",\n    \"nivellization\": \"ihe ngosi\",\n    \"nivenite\": \"siveni\",\n    \"niveous\": \"ihunanya\",\n    \"nivicolous\": \"nihụnanya\",\n    \"nivosity\": \"Nwunye\",\n    \"nixed\": \"na-agbakwunye\",\n    \"nixy\": \"onyegbula\",\n    \"nixing\": \"Nkechi\",\n    \"njave\": \"Ndokwa\",\n    \"no\": \"mba\",\n    \"nobackspace\": \"mpaghara\",\n    \"nobble\": \"nob\",\n    \"nobelist\": \"onye nobelist\",\n    \"nobilify\": \"kwalite\",\n    \"nobilitate\": \"gbasie ike\",\n    \"nobilitation\": \"nobiliti\",\n    \"nobility\": \"ugwu\",\n    \"noble\": \"nke di nma\",\n    \"nobled\": \"nobulu\",\n    \"noblehearted\": \"ndi nwe obi\",\n    \"nobleheartedly\": \"noblehe n'obi\",\n    \"nobleheartedness\": \"afọ ọma\",\n    \"nobley\": \"ebube\",\n    \"nobleman\": \"onye nwe ugwu\",\n    \"noblemen\": \"ndi amara aha-ha\",\n    \"nobleness\": \"ịdị mma\",\n    \"nobles\": \"ndị a maara aha ha\",\n    \"noblesse\": \"ndị mara mma\",\n    \"noblest\": \"kasị mma\",\n    \"noblewoman\": \"nwanyị nwe ugwu\",\n    \"noblewomen\": \"ụmụ nwanyị mara mma\",\n    \"nobling\": \"nob\",\n    \"nobody\": \"ọ dịghị onye\",\n    \"nobodyness\": \"enweghị ihe ọ bụla\",\n    \"nobut\": \"mba\",\n    \"nocake\": \"achịcha\",\n    \"nocence\": \"noosisi\",\n    \"nocerite\": \"enweghị ihe ọ bụla\",\n    \"nociassociation\": \"enweghị njikọ\",\n    \"nock\": \"noi\",\n    \"nocked\": \"enweghị\",\n    \"nocket\": \"oghere\",\n    \"nocking\": \"Ikpoko\",\n    \"nocks\": \"mkpọchi\",\n    \"nocturn\": \"nocturne\",\n    \"nocturnal\": \"n'abalị\",\n    \"nocturnality\": \"n'abalị\",\n    \"nocturns\": \"nocturnes\",\n    \"nocument\": \"akwụkwọ\",\n    \"nocuously\": \"n'ụzọ nkịtị\",\n    \"nod\": \"kwee n’isi\",\n    \"nodality\": \"ebumnobi\",\n    \"nodally\": \"jiri nwayọ\",\n    \"nodated\": \"jisie ike\",\n    \"nodded\": \"kwee n’isi\",\n    \"nodder\": \"ikwe\",\n    \"nodding\": \"ikwe n’isi\",\n    \"noddingly\": \"n'ikwe\",\n    \"noddled\": \"noodles\",\n    \"noddles\": \"noodles\",\n    \"noddling\": \"onye ara\",\n    \"node\": \"ọnụ\",\n    \"noded\": \"kwee n’isi\",\n    \"nodes\": \"ọnụ\",\n    \"nodical\": \"jisie ike\",\n    \"nodiferous\": \"nodi\",\n    \"nodosities\": \"okpokoro\",\n    \"nodous\": \"ikwe\",\n    \"nods\": \"kwee n’isi\",\n    \"nodulate\": \"kpọọ\",\n    \"nodulated\": \"kpoo\",\n    \"nodulation\": \"ikwenye\",\n    \"nodulize\": \"kpọọ\",\n    \"nodulizing\": \"na-eme udo\",\n    \"nodulous\": \"jisie ike\",\n    \"nodus\": \"Ọpụpụ\",\n    \"noes\": \"mkpọtụ\",\n    \"noesis\": \"akwụkwọ ozi\",\n    \"noesises\": \"mkpọtụ\",\n    \"noetic\": \"enweghị mkpụrụ\",\n    \"nofile\": \"nofa\",\n    \"nogged\": \"nog\",\n    \"nogging\": \"nog\",\n    \"noyance\": \"iti mkpu\",\n    \"noyful\": \"na-eme mkpọtụ\",\n    \"noyous\": \"mkpọtụ\",\n    \"noisance\": \"nsogbu\",\n    \"noise\": \"mkpọtụ\",\n    \"noised\": \"mkpọtụ\",\n    \"noiseful\": \"mkpọtụ zuru\",\n    \"noisefully\": \"na-eme mkpọtụ\",\n    \"noisefulness\": \"mkpọtụ\",\n    \"noiseless\": \"enweghị mkpọtụ\",\n    \"noiselessly\": \"na-eme mkpọtụ\",\n    \"noiselessness\": \"enweghị mkpọtụ\",\n    \"noisemake\": \"mkpọtụ\",\n    \"noisemaker\": \"eme mkpọtụ\",\n    \"noisemakers\": \"ndị na-eme mkpọtụ\",\n    \"noisemaking\": \"ịme mkpọtụ\",\n    \"noiseproof\": \"mkpọtụ\",\n    \"noises\": \"mkpọtụ\",\n    \"noisette\": \"mkpọtụ\",\n    \"noisy\": \"na-eme mkpọtụ\",\n    \"noisier\": \"mkpọtụ\",\n    \"noisiest\": \"mkpọtụ\",\n    \"noisiness\": \"mkpọtụ\",\n    \"noising\": \"na-eme mkpọtụ\",\n    \"noisome\": \"na-eme mkpọtụ\",\n    \"nokta\": \"noko\",\n    \"nol\": \"oke\",\n    \"nold\": \"nzuzu\",\n    \"nolition\": \"ọbụbụenyi\",\n    \"noll\": \"nolo\",\n    \"nolleity\": \"enweghị isi\",\n    \"nollepros\": \"nolle Uru\",\n    \"nolt\": \"enweghị isi\",\n    \"noma\": \"noms\",\n    \"nomad\": \"nom\",\n    \"nomades\": \"nom nom\",\n    \"nomadian\": \"nomadiadi\",\n    \"nomadic\": \"onye mbu\",\n    \"nomadical\": \"onye mbu\",\n    \"nomadically\": \"na-agagharị\",\n    \"nomadise\": \"isi akpo\",\n    \"nomadism\": \"nnabata\",\n    \"nomadisms\": \"mmeghari\",\n    \"nomadization\": \"nnabata\",\n    \"nomadize\": \"na-agagharị\",\n    \"nomads\": \"ndi nomads\",\n    \"nomancy\": \"Nomancy\",\n    \"nomap\": \"kop\",\n    \"nomarch\": \"nomach\",\n    \"nomarchy\": \"nomachi\",\n    \"nomarchies\": \"nomarchi\",\n    \"nomarchs\": \"nomachi\",\n    \"nombles\": \"ndi nomadi\",\n    \"nombrils\": \"nombril\",\n    \"nomen\": \"ụmụ nwanyị\",\n    \"nomenclate\": \"họrọ\",\n    \"nomenclatory\": \"nounclatory\",\n    \"nomeus\": \"onye nzu\",\n    \"nomial\": \"aha\",\n    \"nominable\": \"họpụtara\",\n    \"nominal\": \"n'ọnụ\",\n    \"nominalism\": \"nhọpụta\",\n    \"nominalist\": \"nomineist\",\n    \"nominalistic\": \"nhoputa\",\n    \"nominalistical\": \"nhoputa\",\n    \"nominalistically\": \"nhoputa\",\n    \"nominality\": \"n'ọnụ\",\n    \"nominalize\": \"họpụta\",\n    \"nominalized\": \"họpụtara\",\n    \"nominalizing\": \"na-akpọ\",\n    \"nominally\": \"n'ọnụ\",\n    \"nominalness\": \"nhoputa\",\n    \"nominals\": \"nhoputa\",\n    \"nominate\": \"họpụta\",\n    \"nominated\": \"họpụtara\",\n    \"nominately\": \"n'ekwentị\",\n    \"nominates\": \"na-ahọpụta\",\n    \"nominating\": \"na-ahọpụta\",\n    \"nomination\": \"nhoputa\",\n    \"nominations\": \"nhoputa\",\n    \"nominatival\": \"nominoval\",\n    \"nominative\": \"nhoputa\",\n    \"nominatively\": \"nke a họpụtara aha\",\n    \"nominatives\": \"Nhoputa ndi mmadu\",\n    \"nominator\": \"nomine\",\n    \"nominators\": \"nhọpụta\",\n    \"nominatrix\": \"ahachi\",\n    \"nominature\": \"nomine\",\n    \"nominee\": \"onye hoputara\",\n    \"nomineeism\": \"ndị nomine\",\n    \"nominees\": \"ndị nomine\",\n    \"nominy\": \"onye hoputara\",\n    \"nomism\": \"nnwere onwe\",\n    \"nomisms\": \"nhoputa\",\n    \"nomistic\": \"onye nzuzu\",\n    \"nomocracy\": \"nom nom\",\n    \"nomogenist\": \"onye nomogenist\",\n    \"nomogenous\": \"udiri\",\n    \"nomograms\": \"nomogram\",\n    \"nomograph\": \"ekwenti\",\n    \"nomographer\": \"onye na-ese ihe\",\n    \"nomography\": \"nchịkọta\",\n    \"nomographically\": \"n'omume\",\n    \"nomographies\": \"nomographi\",\n    \"nomologist\": \"ọkà mmụta nomologist\",\n    \"nomopelmous\": \"nnwere onwe\",\n    \"nomotheism\": \"nomotism\",\n    \"nomothete\": \"kpọọ\",\n    \"nomothetes\": \"nomotere\",\n    \"nomothetic\": \"nomotot\",\n    \"non\": \"abụghị\",\n    \"nona\": \"enweghị\",\n    \"nonabandonment\": \"enweghị akwụkwọ\",\n    \"nonabatable\": \"ekweghị akwụ ụgwọ\",\n    \"nonabdication\": \"enweghị akwụkwọ\",\n    \"nonabdicative\": \"anaghị anabata akwụkwọ\",\n    \"nonabiding\": \"anaghị akwụ ụgwọ\",\n    \"nonabidingly\": \"n'adabereghị\",\n    \"nonabidingness\": \"enweghị iwu\",\n    \"nonability\": \"enweghị ike\",\n    \"nonabjuration\": \"enweghị mmụba\",\n    \"nonabjuratory\": \"enweghị nkwanye\",\n    \"nonabjurer\": \"anaghị ekwe nkwa\",\n    \"nonabolition\": \"emeghị ihe\",\n    \"nonabortive\": \"ekwenyeghi\",\n    \"nonabortively\": \"na-akwadoghị\",\n    \"nonabortiveness\": \"enweghị ọrụ\",\n    \"nonabrasively\": \"n'adabereghị\",\n    \"nonabrasiveness\": \"enweghị nkwanye\",\n    \"nonabridgable\": \"enweghị ike ịgbanye\",\n    \"nonabridgment\": \"enweghị nkwekọrịta\",\n    \"nonabrogable\": \"enweghị ike ịgbagha\",\n    \"nonabsentation\": \"ịgba ụgwọ\",\n    \"nonabsolutely\": \"n'eziokwu\",\n    \"nonabsolution\": \"agbasaghị\",\n    \"nonabsolutistically\": \"n'adighi ike\",\n    \"nonabsorbable\": \"ekweghị akwụ ụgwọ\",\n    \"nonabsorbent\": \"anaghị akwụ ụgwọ\",\n    \"nonabsorbents\": \"ndị anaghị akwụ ụgwọ\",\n    \"nonabsorbing\": \"anaghị akwụ ụgwọ\",\n    \"nonabsorptive\": \"anaghị akwado ya\",\n    \"nonabstainers\": \"ndị anaghị akwụ ụgwọ\",\n    \"nonabstaining\": \"adịghị akwụsị akwụsị\",\n    \"nonabstemious\": \"anaghị ekwe ekwe\",\n    \"nonabstemiously\": \"n'adaghị\",\n    \"nonabstemiousness\": \"nkwanye ugwu\",\n    \"nonabstention\": \"enweghị nkwụsị\",\n    \"nonabstracted\": \"anaghị egbochi\",\n    \"nonabstractedly\": \"na-agbasaghị\",\n    \"nonabstractedness\": \"enweghị mgbochi\",\n    \"nonabstractly\": \"n'etinyeghi anya\",\n    \"nonabstractness\": \"enweghị ọrụ\",\n    \"nonabusive\": \"anaghị ekwusi ike\",\n    \"nonabusively\": \"n'esepụghị aka\",\n    \"nonabusiveness\": \"enweghị nkwenye\",\n    \"nonacademic\": \"nke na-abụghị agụmakwụkwọ\",\n    \"nonacademical\": \"na-abụghị agụmakwụkwọ\",\n    \"nonaccedence\": \"enweghị ọrụ\",\n    \"nonacceding\": \"nonacacing\",\n    \"nonacceleration\": \"enweghị ọsọ ọsọ\",\n    \"nonaccelerative\": \"enweghị ngwa ngwa\",\n    \"nonacceleratory\": \"enweghị ngwa ngwa\",\n    \"nonaccent\": \"adighi\",\n    \"nonaccented\": \"anaghi\",\n    \"nonaccenting\": \"na-achọghị\",\n    \"nonacceptance\": \"nnabata\",\n    \"nonacceptant\": \"anabataghị\",\n    \"nonacceptation\": \"nnabata\",\n    \"nonaccepted\": \"anabataghị\",\n    \"nonaccess\": \"enweghị ozi\",\n    \"nonaccession\": \"enweghị ikike\",\n    \"nonaccessory\": \"nnweta ego\",\n    \"nonaccessories\": \"abughi ihe ndi ozo\",\n    \"nonaccidental\": \"emezughi\",\n    \"nonaccidentally\": \"na mberede\",\n    \"nonaccidentalness\": \"enweghi ihe omuma\",\n    \"nonaccommodable\": \"anaghị akwado ya\",\n    \"nonaccommodably\": \"anaghị akwado ya\",\n    \"nonaccommodating\": \"anaghị etinye aka\",\n    \"nonaccommodatingly\": \"anaghị akwado\",\n    \"nonaccommodatingness\": \"enweghị nkwado\",\n    \"nonaccompanying\": \"abụghị soro\",\n    \"nonaccompaniment\": \"abụghị mgbakwunye\",\n    \"nonaccomplishment\": \"enweghị mmezu\",\n    \"nonaccordant\": \"enweghị isi\",\n    \"nonaccordantly\": \"na-ezighi ezi\",\n    \"nonaccredited\": \"edeghị aha\",\n    \"nonaccretion\": \"enweghị ezi uche\",\n    \"nonaccretive\": \"emeghi eme\",\n    \"nonaccrued\": \"edeghị aha\",\n    \"nonaccruing\": \"anaghị adịcha\",\n    \"nonaccumulating\": \"enweghị akwụkwọ\",\n    \"nonaccumulation\": \"enweghị akwụkwọ\",\n    \"nonaccumulative\": \"enweghị akwụkwọ\",\n    \"nonaccusing\": \"na-agbasaghị\",\n    \"nonachievement\": \"enweghị ọrụ\",\n    \"nonacid\": \"anaghị adị\",\n    \"nonacidic\": \"anaghị adị\",\n    \"nonacknowledgment\": \"amaghi ama\",\n    \"nonacoustic\": \"arụghị ọrụ\",\n    \"nonacoustical\": \"enweghị nkwupụta\",\n    \"nonacoustically\": \"n'emeghị ya\",\n    \"nonacquaintance\": \"amaghi ama\",\n    \"nonacquiescence\": \"enweghị nkwenye\",\n    \"nonacquiescent\": \"enweghị akwụkwọ\",\n    \"nonacquiescing\": \"enweghị ọrụ\",\n    \"nonacquisitive\": \"nonosquisitive\",\n    \"nonacquisitively\": \"nonacquisitive\",\n    \"nonacquisitiveness\": \"enweghị nnweta\",\n    \"nonacquittal\": \"enweghị okwukwe\",\n    \"nonact\": \"ọ dịghị\",\n    \"nonactinically\": \"n'emeghị ya\",\n    \"nonaction\": \"arụghị ọrụ\",\n    \"nonactionable\": \"enweghị atụ\",\n    \"nonactionably\": \"n'emeghị ihe ọ bụla\",\n    \"nonactivation\": \"anaghị etinye aka\",\n    \"nonactivator\": \"anaghị arụ ọrụ\",\n    \"nonactive\": \"anaghị arụ ọrụ\",\n    \"nonactives\": \"ndị anaghị arụ ọrụ\",\n    \"nonactivity\": \"arụghị ọrụ\",\n    \"nonactivities\": \"enweghị ọrụ\",\n    \"nonactual\": \"adighi\",\n    \"nonactuality\": \"emeghị eme\",\n    \"nonactualities\": \"abaghị uru\",\n    \"nonactualness\": \"emeghị eme\",\n    \"nonacuity\": \"enweghị agụụ\",\n    \"nonaculeate\": \"agbasaghị\",\n    \"nonaculeated\": \"agbaghị akwụkwọ\",\n    \"nonacute\": \"emeghị eme\",\n    \"nonacutely\": \"adighi ike\",\n    \"nonacuteness\": \"enweghi acuteness\",\n    \"nonadaptability\": \"enweghị mgbanwe\",\n    \"nonadaptable\": \"enweghị atụ\",\n    \"nonadaptableness\": \"enweghị atụ\",\n    \"nonadaptabness\": \"enweghị nnabata\",\n    \"nonadaptation\": \"enweghị nkuzi\",\n    \"nonadaptational\": \"enweghị nkuzi\",\n    \"nonadapter\": \"anaghị akwụ ụgwọ\",\n    \"nonadapting\": \"anaghị anabata ya\",\n    \"nonadaptive\": \"enweghị nkwekọrịta\",\n    \"nonaddict\": \"enweghị ọgwụ\",\n    \"nonaddicted\": \"agbasaghị\",\n    \"nonaddicting\": \"na-adịghị edozi\",\n    \"nonaddictive\": \"na-enweghị atụ\",\n    \"nonadditive\": \"ọ bụghị\",\n    \"nonadditivity\": \"enweghị ntụpọ\",\n    \"nonaddress\": \"onye na-enweghị isi\",\n    \"nonaddresser\": \"onye na-enweghị ọrụ\",\n    \"nonadept\": \"anaghị echekwa\",\n    \"nonadeptly\": \"emeghị nke ọma\",\n    \"nonadeptness\": \"enweghị akwụkwọ\",\n    \"nonadherence\": \"enweghị nkwekọrịta\",\n    \"nonadherent\": \"anaghị akwụ ụgwọ\",\n    \"nonadhering\": \"enweghị nchịkwa\",\n    \"nonadhesion\": \"anaghị akwụ ụgwọ\",\n    \"nonadhesive\": \"anaghị edozi\",\n    \"nonadhesively\": \"n'akparaghị ókè\",\n    \"nonadhesiveness\": \"ejikọtaghị ọnụ\",\n    \"nonadjacency\": \"enweghị ọrụ\",\n    \"nonadjacent\": \"anaghị adị nso\",\n    \"nonadjacently\": \"n'adighi\",\n    \"nonadjectivally\": \"n'echeghị echiche\",\n    \"nonadjectively\": \"n'echeghị echiche\",\n    \"nonadjoining\": \"anaghị etinye aka\",\n    \"nonadjournment\": \"enweghị akwụkwọ\",\n    \"nonadjudicated\": \"enweghị ikpe\",\n    \"nonadjudication\": \"emeghị mkpebi\",\n    \"nonadjudicative\": \"anaghị ekpe ikpe\",\n    \"nonadjudicatively\": \"n'adaghị uru\",\n    \"nonadjunctive\": \"enweghị njikọ\",\n    \"nonadjunctively\": \"ejikọtaghị ọnụ\",\n    \"nonadjustability\": \"adịghị edozi\",\n    \"nonadjustable\": \"adịghị edozi\",\n    \"nonadjustably\": \"n'emeghị mgbanwe\",\n    \"nonadjuster\": \"anaghị edozi\",\n    \"nonadjustive\": \"na-agbasaghị\",\n    \"nonadjustment\": \"emezighi\",\n    \"nonadjustor\": \"anaghị edozi\",\n    \"nonadministrable\": \"enweghị atụ\",\n    \"nonadministrant\": \"onye na-akwadoghi oru\",\n    \"nonadministrative\": \"enweghị nchịkwa\",\n    \"nonadministratively\": \"emeghi nke oma\",\n    \"nonadmiring\": \"enweghị isi\",\n    \"nonadmissibility\": \"ekweghị\",\n    \"nonadmissible\": \"ekweghị\",\n    \"nonadmissibleness\": \"ekweghị\",\n    \"nonadmissibly\": \"anabataghị ya\",\n    \"nonadmission\": \"anaghị anabata\",\n    \"nonadmissions\": \"abụghị nnabata\",\n    \"nonadmissive\": \"anaghị anabata\",\n    \"nonadmitted\": \"ekwughị\",\n    \"nonadmittedly\": \"ekwesighi\",\n    \"nonadoptable\": \"enweghị atụ\",\n    \"nonadopter\": \"nondopter\",\n    \"nonadorantes\": \"noadorantes\",\n    \"nonadorner\": \"onye isi ala\",\n    \"nonadorning\": \"anaghị akwụ ụgwọ\",\n    \"nonadornment\": \"enweghị ogo\",\n    \"nonadult\": \"na-eto eto\",\n    \"nonadults\": \"ndị na-abụghị okenye\",\n    \"nonadvancement\": \"enweghị ọganihu\",\n    \"nonadvantageous\": \"enweghị uru\",\n    \"nonadvantageously\": \"abaghị uru\",\n    \"nonadvantageousness\": \"abaghị uru\",\n    \"nonadventitious\": \"enweghị atụ\",\n    \"nonadventitiously\": \"n'adaghị uru\",\n    \"nonadventitiousness\": \"enweghị echiche\",\n    \"nonadventurous\": \"anaghị akwụ ụgwọ\",\n    \"nonadventurously\": \"n'adighi ike\",\n    \"nonadventurousness\": \"enweghị nchekwube\",\n    \"nonadverbial\": \"onyegbula\",\n    \"nonadverbially\": \"n'adabereghị\",\n    \"nonadvertence\": \"enweghị mgbasa ozi\",\n    \"nonadvertency\": \"enweghị nkwanye ùgwù\",\n    \"nonadvocacy\": \"enweghị nkwado\",\n    \"nonadvocate\": \"anaghị akwado\",\n    \"nonaerated\": \"anabataghi ya\",\n    \"nonaerating\": \"anaghị edozi\",\n    \"nonaesthetic\": \"enweghị isi\",\n    \"nonaesthetical\": \"anaghị ekwu okwu\",\n    \"nonaesthetically\": \"n'amaghi ama\",\n    \"nonaffectation\": \"enweghị mmetụta\",\n    \"nonaffecting\": \"adịghị emetụta\",\n    \"nonaffectingly\": \"enweghị mmetụta\",\n    \"nonaffection\": \"enweghị mmetụta\",\n    \"nonaffective\": \"enweghị isi\",\n    \"nonaffiliated\": \"anaghị akwado\",\n    \"nonaffiliating\": \"anaghị akwado\",\n    \"nonaffiliation\": \"enweghị nkwupụta\",\n    \"nonaffilliated\": \"enweghị ọnụ\",\n    \"nonaffinity\": \"enweghị ọrụ\",\n    \"nonaffinities\": \"enweghị ego\",\n    \"nonaffirmance\": \"onye na-akwadoghị\",\n    \"nonaffirmation\": \"nkwenye\",\n    \"nonage\": \"anaghị akwụ ụgwọ\",\n    \"nonagency\": \"enweghị ike\",\n    \"nonagent\": \"anaghị akwụ ụgwọ\",\n    \"nonages\": \"anaghị akwụ ụgwọ\",\n    \"nonagesimal\": \"anaghị akwụ ụgwọ\",\n    \"nonagglomerative\": \"anaghị arụ ọrụ\",\n    \"nonagglutinant\": \"emeghi iwu\",\n    \"nonagglutinating\": \"na-emeghi nyocha\",\n    \"nonagglutinative\": \"emeghi nyocha\",\n    \"nonaggression\": \"enweghị mmegide\",\n    \"nonaggressive\": \"anaghị eme ihe ike\",\n    \"nonagreeable\": \"ekweghị ekwe\",\n    \"nonagreement\": \"nkwekọrịta\",\n    \"nonahydrate\": \"anaghị adị ọcha\",\n    \"nonair\": \"enweghị aha\",\n    \"nonalcohol\": \"mmanya na-egbu egbu\",\n    \"nonalcoholic\": \"anaghị egbu egbu\",\n    \"nonalgebraically\": \"n'anaghị ya\",\n    \"nonalienating\": \"na-anaghị agbanwe agbanwe\",\n    \"nonalienation\": \"enweghị akwụkwọ\",\n    \"nonalignable\": \"enweghị ike ịhazi\",\n    \"nonaligned\": \"na-abụghị ndị\",\n    \"nonalignment\": \"ndebanye aha\",\n    \"nonallegation\": \"nbanye\",\n    \"nonallegiance\": \"enweghị nkwado\",\n    \"nonallegorical\": \"anaghị akwado iwu\",\n    \"nonallegorically\": \"na-akwadoghị\",\n    \"nonallelic\": \"nonalị\",\n    \"nonallergenic\": \"anaghị arịa ọrịa\",\n    \"nonalliterated\": \"edebanyeghi aha\",\n    \"nonalliterative\": \"anaghị arụ ọrụ\",\n    \"nonalliteratively\": \"n'esighi n'uwa\",\n    \"nonallotment\": \"enyeghi ego\",\n    \"nonalluvial\": \"abughi nke\",\n    \"nonalphabetic\": \"enweghị isi\",\n    \"nonalphabetical\": \"anaghị adị mfe\",\n    \"nonalphabetically\": \"n'etinyeghi aka\",\n    \"nonalternating\": \"na-agbasaghị\",\n    \"nonaltruistic\": \"enweghị uru\",\n    \"nonaluminous\": \"emeghi eme\",\n    \"nonamalgamable\": \"enweghị ike ịgbakọ\",\n    \"nonamazedness\": \"enweghị ọrụ\",\n    \"nonamazement\": \"nkwenye\",\n    \"nonambiguity\": \"enweghị nkwenye\",\n    \"nonambiguous\": \"enweghị nkwupụta\",\n    \"nonambitious\": \"enweghị nkwupụta\",\n    \"nonambitiously\": \"n'esemokwu\",\n    \"nonambitiousness\": \"enweghị nkwanye ùgwù\",\n    \"nonambulatory\": \"ọ bụghị\",\n    \"nonamenability\": \"enweghị ikike\",\n    \"nonamenable\": \"enweghị atụ\",\n    \"nonamenableness\": \"enweghi ike iwepu ya\",\n    \"nonamenably\": \"enweghị atụ\",\n    \"nonamendable\": \"enweghị akwụ ụgwọ\",\n    \"nonamendment\": \"emeghari\",\n    \"nonamorous\": \"n'adighi egwu\",\n    \"nonamorously\": \"n'amaghi\",\n    \"nonamorousness\": \"enweghị mmụba\",\n    \"nonamotion\": \"enweghị nkwupụta\",\n    \"nonamphibious\": \"anaghị egbochi\",\n    \"nonamphibiously\": \"n'ekwesighi\",\n    \"nonamphibiousness\": \"enweghị nkwanye ugwu\",\n    \"nonamputation\": \"iwepu aka\",\n    \"nonanachronistic\": \"abụghị anachronistic\",\n    \"nonanachronistically\": \"abụghị anachronistically\",\n    \"nonanalytical\": \"nonalalytical\",\n    \"nonanalytically\": \"na-agbasaghị\",\n    \"nonanalyzable\": \"enweghị atụ\",\n    \"nonanalogicalness\": \"nonanalogical\",\n    \"nonanalogousness\": \"enweghị echiche\",\n    \"nonanarchically\": \"enweghị nchịkwa\",\n    \"nonanarchistic\": \"enweghị nchịkwa\",\n    \"nonanatomically\": \"na-abụghị usoro\",\n    \"nonanemic\": \"anansha\",\n    \"nonanesthetic\": \"na-anaghị agwọ ọrịa\",\n    \"nonangelic\": \"onye na-ezighi ezi\",\n    \"nonangling\": \"enweghị atụ\",\n    \"nonanguished\": \"edebeghị\",\n    \"nonanimal\": \"anụ ahụ\",\n    \"nonanimality\": \"enweghị nkwekọrịta\",\n    \"nonanimate\": \"na-adịghị ndụ\",\n    \"nonanimated\": \"ekwenyeghi\",\n    \"nonanimating\": \"na-agbakọta\",\n    \"nonanimatingly\": \"n’enweghi olu\",\n    \"nonanimation\": \"ekwenyeghi\",\n    \"nonannexable\": \"enweghị nkwanye\",\n    \"nonannihilable\": \"anaghị ewepu ya\",\n    \"nonannouncement\": \"nkwupụta ọkwa\",\n    \"nonannuitant\": \"anaghị akwụ ụgwọ\",\n    \"nonannulment\": \"enweghị afọ ojuju\",\n    \"nonanonymity\": \"amaghi aha\",\n    \"nonanonymousness\": \"amaghi aha\",\n    \"nonanswer\": \"azịza\",\n    \"nonantagonistic\": \"n'adighi ama\",\n    \"nonantagonistically\": \"n'agbanyeghi\",\n    \"nonanticipation\": \"n'amaghi ama\",\n    \"nonanticipative\": \"echeghị echiche\",\n    \"nonanticipatively\": \"n'echeghị echiche\",\n    \"nonanticipatory\": \"n'echeghị echiche\",\n    \"nonanticipatorily\": \"n'amaghi ama\",\n    \"nonaphasic\": \"anaghị ekwu okwu\",\n    \"nonaphetic\": \"enweghị mmetụta\",\n    \"nonaphoristically\": \"n'ụzọ na-enweghị usoro\",\n    \"nonapologetic\": \"ezighi ezi\",\n    \"nonapologetically\": \"n'adabereghị\",\n    \"nonapostatizing\": \"na-ezighi ezi\",\n    \"nonapostolical\": \"ezighi ezi\",\n    \"nonapostolically\": \"n’enweghị nke ọ bụla\",\n    \"nonapparent\": \"onye anabataghi\",\n    \"nonapparently\": \"n'adighi anya\",\n    \"nonapparentness\": \"enweghi obi ojoo\",\n    \"nonapparitional\": \"enweghị aha\",\n    \"nonappealability\": \"enweghị ngosipụta\",\n    \"nonappealable\": \"enweghị ike ịpụta\",\n    \"nonappealing\": \"enweghị ngosi\",\n    \"nonappealingly\": \"n'egosighi\",\n    \"nonappealingness\": \"enweghị ngosi\",\n    \"nonappearance\": \"enweghị ọdịdị\",\n    \"nonappearances\": \"enweghị ngosipụta\",\n    \"nonappearer\": \"anaghị apụtakarị\",\n    \"nonappearing\": \"apụtaghị\",\n    \"nonappeasability\": \"enweghị mmasị\",\n    \"nonappeasable\": \"enweghị obi ụtọ\",\n    \"nonappeasing\": \"enweghị afọ ojuju\",\n    \"nonappellate\": \"onye anaghị akwado\",\n    \"nonappendance\": \"ekweghị\",\n    \"nonappendant\": \"onye anabataghi\",\n    \"nonappendence\": \"enweghị isi\",\n    \"nonappendent\": \"ekweghi\",\n    \"nonappendicular\": \"adabaghi\",\n    \"nonapply\": \"ezighi ezi\",\n    \"nonapplicability\": \"enweghị ihe ọ bụ\",\n    \"nonapplicable\": \"enweghị ihe ọ bụla\",\n    \"nonapplicableness\": \"enweghị ihe ọ bụ\",\n    \"nonapplicabness\": \"ezighi ezi\",\n    \"nonapplication\": \"emeghi eme\",\n    \"nonapplicative\": \"enweghị isi\",\n    \"nonapplicatory\": \"emeghi ihe\",\n    \"nonappointive\": \"enweghị ihe ọ bụla\",\n    \"nonappointment\": \"enweghị ntụpọ\",\n    \"nonapportionable\": \"enweghị ihe kwesịrị ekwesị\",\n    \"nonapportionment\": \"ezighi ezi\",\n    \"nonapposable\": \"enweghị atụ\",\n    \"nonappraisal\": \"enweghị ego\",\n    \"nonappreciation\": \"enweghị ekele\",\n    \"nonappreciative\": \"enweghị ekele\",\n    \"nonappreciatively\": \"na-enweghị ekele\",\n    \"nonappreciativeness\": \"enweghị ekele\",\n    \"nonapprehensibility\": \"enweghị nghọta\",\n    \"nonapprehensible\": \"ihe a na-apụghị ịghọta aghọta\",\n    \"nonapprehension\": \"enweghị nghọta\",\n    \"nonapprehensive\": \"ezughi oke\",\n    \"nonapproachability\": \"enweghị nnweta\",\n    \"nonapproachable\": \"a naghị akwụ ụgwọ\",\n    \"nonapproachableness\": \"enweghị mbịakwute\",\n    \"nonappropriable\": \"ekwesighi\",\n    \"nonappropriation\": \"enweghị ego\",\n    \"nonappropriative\": \"ekwesighi\",\n    \"nonapproval\": \"anaghị anabata ya\",\n    \"nonaquatic\": \"enweghị isi\",\n    \"nonaqueous\": \"enweghị isi\",\n    \"nonarbitrable\": \"enweghị mgbagha\",\n    \"nonarbitrary\": \"anaghị akwado ya\",\n    \"nonarbitrarily\": \"n'achọghị\",\n    \"nonarbitrariness\": \"enweghị ụkpụrụ\",\n    \"nonarching\": \"enweghị nchịkwa\",\n    \"nonarchitecturally\": \"n'adaghị iwu\",\n    \"nonarcing\": \"anaghị akwụ ụgwọ\",\n    \"nonarcking\": \"anaghị ebu\",\n    \"nonargentiferous\": \"anaghị arụ ọrụ\",\n    \"nonarguable\": \"enweghị mgbagha\",\n    \"nonargumentative\": \"anaghị arụ ụka\",\n    \"nonargumentatively\": \"n'arụghị akwụkwọ\",\n    \"nonaristocratic\": \"enweghị ọchịchị\",\n    \"nonaristocratical\": \"enweghị ọchịchị\",\n    \"nonaristocratically\": \"na-abụghị nke ndọrọ ndọrọ ọchịchị\",\n    \"nonarithmetic\": \"anaghị ekwekọrịta\",\n    \"nonarithmetical\": \"abụghị nke mgbakọnye\",\n    \"nonarithmetically\": \"n'emeghị ya\",\n    \"nonarmament\": \"na-abụghị ngwa agha\",\n    \"nonarmigerous\": \"enweghị mgbagha\",\n    \"nonaromatically\": \"n'adighi asasi\",\n    \"nonarraignment\": \"enweghị aha\",\n    \"nonarresting\": \"enweghị njide\",\n    \"nonarrogance\": \"enweghị nkwanye ùgwù\",\n    \"nonarrogancy\": \"enweghị nchịkwa\",\n    \"nonarsenical\": \"anaghị adị ọhụrụ\",\n    \"nonarticulate\": \"anaghị arụ ọrụ\",\n    \"nonarticulated\": \"enweghị ọrụ\",\n    \"nonarticulately\": \"na-enweghị usoro\",\n    \"nonarticulateness\": \"enweghị atụ\",\n    \"nonarticulation\": \"enweghị ọrụ\",\n    \"nonarticulative\": \"anaghị arụ ọrụ\",\n    \"nonartistic\": \"enweghị ọrụ\",\n    \"nonartistical\": \"enweghị akwụkwọ\",\n    \"nonartistically\": \"na-enweghị usoro\",\n    \"nonascendance\": \"abụghị nrịgo\",\n    \"nonascendancy\": \"obughi ugwu\",\n    \"nonascendant\": \"adighi ari elu\",\n    \"nonascendantly\": \"n'esighi ike\",\n    \"nonascendence\": \"enweghị ntụkwasị obi\",\n    \"nonascendency\": \"emeghị ihe\",\n    \"nonascendent\": \"anaghị akwụ ụgwọ\",\n    \"nonascendently\": \"n'esighi ike\",\n    \"nonascertainable\": \"enweghị ike ịchọpụta\",\n    \"nonascertainableness\": \"enweghị ike ịchọta\",\n    \"nonascertainably\": \"enweghị ike\",\n    \"nonascertaining\": \"enweghị obi ike\",\n    \"nonascertainment\": \"enweghị obi ụtọ\",\n    \"nonascetic\": \"enweghi obi ojoo\",\n    \"nonascetical\": \"anaghị akwụ ụgwọ\",\n    \"nonascetically\": \"n'usoro\",\n    \"nonasceticism\": \"abụghị asceticism\",\n    \"nonascription\": \"edebanye aha\",\n    \"nonaseptic\": \"enweghị aseptic\",\n    \"nonaseptically\": \"abụghị aseptically\",\n    \"nonaspersion\": \"enweghị ntụpọ\",\n    \"nonasphalt\": \"abụghị korota\",\n    \"nonaspirate\": \"agbasaghị\",\n    \"nonaspirated\": \"agbasaghị\",\n    \"nonaspirating\": \"anaghị akwụ ụgwọ\",\n    \"nonaspiratory\": \"enweghị mmiri\",\n    \"nonaspiring\": \"enweghị akwụ ụgwọ\",\n    \"nonassault\": \"enweghị mwakpo\",\n    \"nonassent\": \"enweghị ọnụ\",\n    \"nonassentation\": \"enweghị nkwenye\",\n    \"nonassented\": \"enweghị ụgwọ\",\n    \"nonassenting\": \"anaghị akwụ ụgwọ\",\n    \"nonassertion\": \"enweghị nchịkwa\",\n    \"nonassertive\": \"anaghị akwado\",\n    \"nonassertively\": \"n'enyemaka\",\n    \"nonassertiveness\": \"enweghị nchịkwa\",\n    \"nonassessability\": \"enweghị nkwanye ugwu\",\n    \"nonassessable\": \"enweghị ike ịgbagha\",\n    \"nonassessment\": \"enweghị nkwupụta\",\n    \"nonassignability\": \"enweghị ọrụ\",\n    \"nonassignabilty\": \"anaghị ekwe akwụ ụgwọ\",\n    \"nonassignable\": \"enweghị ikike\",\n    \"nonassignably\": \"na-enweghị akwụ ụgwọ\",\n    \"nonassigned\": \"n'enyeghi aha\",\n    \"nonassignment\": \"nnyefe\",\n    \"nonassimilable\": \"enweghị ikike\",\n    \"nonassimilating\": \"anaghị etinye aka\",\n    \"nonassimilative\": \"anaghị etinye aka\",\n    \"nonassistance\": \"enweghị enyemaka\",\n    \"nonassistant\": \"enweghị aka ọrụ\",\n    \"nonassister\": \"onye nlekọta\",\n    \"nonassistive\": \"anaghị enye aka\",\n    \"nonassociability\": \"enweghị njikọ\",\n    \"nonassociable\": \"enweghị nkewa\",\n    \"nonassociation\": \"enweghị njikọ\",\n    \"nonassociational\": \"anaghị ekekọrịta\",\n    \"nonassociative\": \"anaghị ekekọrịta\",\n    \"nonassociatively\": \"n’enwekọtaghị\",\n    \"nonassonance\": \"nkwenye\",\n    \"nonassonant\": \"onye na-anaghị anụ ọkụ\",\n    \"nonassortment\": \"nnabata\",\n    \"nonassumed\": \"nonassass\",\n    \"nonassumption\": \"enweghị echiche\",\n    \"nonassumptive\": \"enweghị nkwenye\",\n    \"nonassurance\": \"enweghi mmesi obi ike\",\n    \"nonasthmatic\": \"na-agbasaghị\",\n    \"nonasthmatically\": \"n'asaghị\",\n    \"nonastringency\": \"enweghị nchịkwa\",\n    \"nonastringently\": \"n'esepughi aka\",\n    \"nonastronomically\": \"n'usoro\",\n    \"nonatheistic\": \"enweghị echiche\",\n    \"nonatheistically\": \"n'emeghị ihe ọ bụla\",\n    \"nonathlete\": \"anaghị eweghachi\",\n    \"nonathletic\": \"anaghị adị egwu\",\n    \"nonathletically\": \"n'emeghị egwuregwu\",\n    \"nonatmospheric\": \"anakpo\",\n    \"nonatmospherical\": \"anakpo\",\n    \"nonatmospherically\": \"n’enweghị mmetụta\",\n    \"nonatonement\": \"anaghị akwụ ụgwọ\",\n    \"nonattached\": \"anaghị etinye aka\",\n    \"nonattachment\": \"ntinye\",\n    \"nonattacking\": \"n'etinyeghị aka\",\n    \"nonattainable\": \"enweghi ike inweta\",\n    \"nonattainment\": \"enweghị mmasị\",\n    \"nonattendance\": \"anaghị akwụ ụgwọ\",\n    \"nonattendant\": \"anaghị akwụ ụgwọ\",\n    \"nonattention\": \"etinyeghị uche\",\n    \"nonattribution\": \"enweghị onyinye\",\n    \"nonattributive\": \"anaghị akwụ ụgwọ\",\n    \"nonattributively\": \"n'usoro\",\n    \"nonattributiveness\": \"enweghị atụ\",\n    \"nonaudibility\": \"enweghị ike\",\n    \"nonaudible\": \"a naghị anụ ntị\",\n    \"nonaudibleness\": \"ekwughi okwu\",\n    \"nonaudibly\": \"n’enweghị ọnụ\",\n    \"nonaugmentative\": \"na-anaghị akọ\",\n    \"nonauricular\": \"ekwesighi\",\n    \"nonauriferous\": \"enweghị isi\",\n    \"nonauthentic\": \"abụghị ezigbo\",\n    \"nonauthentical\": \"emeghị nke ọma\",\n    \"nonauthenticated\": \"ekwenyeghi\",\n    \"nonauthentication\": \"enweghị nyocha\",\n    \"nonauthenticity\": \"ezighi ezi\",\n    \"nonauthoritative\": \"anaghị enye ikike\",\n    \"nonauthoritatively\": \"anaghị enye nkwado\",\n    \"nonauthoritativeness\": \"enweghị ikike\",\n    \"nonautomated\": \"enweghị ikike\",\n    \"nonautomatic\": \"enweghị ikike\",\n    \"nonautomatically\": \"na-enweghị ikike\",\n    \"nonautomotive\": \"enweghị ikike\",\n    \"nonautonomous\": \"enweghị ikike\",\n    \"nonautonomously\": \"na-enweghị ikike\",\n    \"nonautonomousness\": \"enweghị ikike\",\n    \"nonavailability\": \"enweghị\",\n    \"nonavoidable\": \"a na-apụghị izere ezere\",\n    \"nonavoidableness\": \"ezere ezere\",\n    \"nonavoidably\": \"a na-apụghị izere ezere\",\n    \"nonavoidance\": \"ezere\",\n    \"nonaxiomatic\": \"anaghị arụ ọrụ\",\n    \"nonaxiomatically\": \"n'agbasaghị ya\",\n    \"nonbacterially\": \"na-abụghị nke nje\",\n    \"nonbailable\": \"enweghị atụ\",\n    \"nonballoting\": \"na-emezighị emechi\",\n    \"nonbanishment\": \"enweghị ego\",\n    \"nonbankable\": \"enweghị ụgwọ\",\n    \"nonbarbarian\": \"abughi onye mba\",\n    \"nonbarbaric\": \"ọ bụghị obi ọjọọ\",\n    \"nonbarbarous\": \"enweghị obi ọjọọ\",\n    \"nonbarbarously\": \"n'adighi ike\",\n    \"nonbarbarousness\": \"enweghị atụ\",\n    \"nonbaronial\": \"na-abụghị nke\",\n    \"nonbase\": \"enweghị isi\",\n    \"nonbasement\": \"enweghị eriri\",\n    \"nonbasic\": \"enweghị isi\",\n    \"nonbasing\": \"anaghị akwụ ụgwọ\",\n    \"nonbathing\": \"anaghị alụ ọgụ\",\n    \"nonbearded\": \"agụghị akwụkwọ\",\n    \"nonbearing\": \"enweghị atụ\",\n    \"nonbeatific\": \"n'agha\",\n    \"nonbeatifically\": \"n’emereghị ọnụ\",\n    \"nonbeauty\": \"anaghị adị mma\",\n    \"nonbeauties\": \"emeghi eme\",\n    \"nonbeing\": \"adịghị\",\n    \"nonbeings\": \"enweghị akwụkwọ\",\n    \"nonbelief\": \"ekweghi-ekwe\",\n    \"nonbeliever\": \"ekweghi ekwe\",\n    \"nonbelievers\": \"ndị na-ekweghị ekwe\",\n    \"nonbelieving\": \"ekweghi-ekwe\",\n    \"nonbelievingly\": \"ekweghi-ekwe\",\n    \"nonbelligerency\": \"enweghị ike ịlụ ọgụ\",\n    \"nonbelligerent\": \"onye na-enweghị mmụọ\",\n    \"nonbelligerents\": \"ndị na-enweghị mmụọ\",\n    \"nonbending\": \"anaghị akwụ ụgwọ\",\n    \"nonbeneficed\": \"nke anaghị akwụ ụgwọ\",\n    \"nonbeneficence\": \"enweghị ikike\",\n    \"nonbeneficent\": \"abaghị uru\",\n    \"nonbeneficently\": \"n'adabaghị uru\",\n    \"nonbeneficial\": \"abaghị uru\",\n    \"nonbeneficially\": \"n'adighi uru\",\n    \"nonbeneficialness\": \"abaghị uru\",\n    \"nonbenevolence\": \"enweghị nkwanye ùgwù\",\n    \"nonbenevolent\": \"emeghị nke ọma\",\n    \"nonbenevolently\": \"n'adighi ike\",\n    \"nonbetrayal\": \"anaghị ekwe ekwe\",\n    \"nonbeverage\": \"enweghị ihe ọ bụla\",\n    \"nonbiased\": \"ele mmadụ anya n'ihu\",\n    \"nonbibulous\": \"enweghị atụ\",\n    \"nonbibulously\": \"n'esiteghi n'ike\",\n    \"nonbibulousness\": \"emeghị akpịrị\",\n    \"nonbigoted\": \"agbachitere\",\n    \"nonbigotedly\": \"agbasaghị\",\n    \"nonbilious\": \"emeghị eme\",\n    \"nonbiliously\": \"emeghị eme\",\n    \"nonbiliousness\": \"na-enweghị iwu\",\n    \"nonbillable\": \"enweghị atụ\",\n    \"nonbinding\": \"na-achọghị\",\n    \"nonbindingly\": \"n'emeghị anya\",\n    \"nonbindingness\": \"enweghị iwu\",\n    \"nonbiographically\": \"n'agbasaghị ihe\",\n    \"nonbiological\": \"enweghị ọgwụ\",\n    \"nonbiologically\": \"n'adịghị ọgwụ\",\n    \"nonbiting\": \"anaghị akwụ ụgwọ\",\n    \"nonbitter\": \"adịghị akwụ ụgwọ\",\n    \"nonbituminous\": \"enweghị atụ\",\n    \"nonblamable\": \"enweghị ebubo\",\n    \"nonblamableness\": \"enweghị ebubo\",\n    \"nonblamably\": \"n’enweghị ụta\",\n    \"nonblameful\": \"anaghị ata ụta\",\n    \"nonblamefully\": \"n'emeghị ọnụ\",\n    \"nonblamefulness\": \"enweghị nkwanye ùgwù\",\n    \"nonblameless\": \"adighi ita uta\",\n    \"nonblasphemy\": \"abughi nkwulu\",\n    \"nonblasphemies\": \"nkwulu\",\n    \"nonblasphemous\": \"nkwulu\",\n    \"nonblasphemously\": \"na-ekwulu Chineke\",\n    \"nonblasphemousness\": \"nkwulu\",\n    \"nonbleach\": \"enweghị ike\",\n    \"nonbleeding\": \"anaghị akwụ ụgwọ\",\n    \"nonblended\": \"abụghị ngwakọta\",\n    \"nonblending\": \"abụghị agakọ\",\n    \"nonblinding\": \"ikpochapu\",\n    \"nonblindingly\": \"n'emeghị anya\",\n    \"nonblockaded\": \"anaghị egbochi\",\n    \"nonblocking\": \"enweghị mgbochi\",\n    \"nonblooded\": \"ọbara adịghị\",\n    \"nonblooming\": \"na-abụghị ịgba ọchịchịrị\",\n    \"nonblundering\": \"na-agbasaghị\",\n    \"nonblunderingly\": \"na-agbasaghị\",\n    \"nonboasting\": \"anaghị etu ọnụ\",\n    \"nonboastingly\": \"n'emeghị ọnụ\",\n    \"nonbodily\": \"emeghị nke ọma\",\n    \"nonboding\": \"anaghị ebupụta\",\n    \"nonbodingly\": \"n'adaghị\",\n    \"nonboiling\": \"enweghị atụ\",\n    \"nonbook\": \"akwukwo\",\n    \"nonbookish\": \"edeghi akwukwo\",\n    \"nonbookishly\": \"n'agụghị akwụkwọ\",\n    \"nonbookishness\": \"enweghị akwụkwọ\",\n    \"nonbooks\": \"akwụkwọ ndị na-abụghị akwụkwọ\",\n    \"nonborrower\": \"onye anakpoghi\",\n    \"nonborrowing\": \"enweghị ebe obibi\",\n    \"nonbotanically\": \"n'emeghị ihe ọ bụla\",\n    \"nonbourgeois\": \"non-ịgha\",\n    \"nonbreach\": \"enweghị nkwupụta\",\n    \"nonbreaching\": \"enweghị nkwupụta\",\n    \"nonbreakable\": \"anaghị emebi emebi\",\n    \"nonbreeder\": \"onye na-esiteghị na ya\",\n    \"nonbreeding\": \"anaghị azụ anụ\",\n    \"nonbristled\": \"ekweghị\",\n    \"nonbroody\": \"anaghị adị ọbara\",\n    \"nonbroodiness\": \"enweghị nkwanye ùgwù\",\n    \"nonbrooding\": \"na-abụghị nke\",\n    \"nonbrowser\": \"Onye nkesa\",\n    \"nonbrowsing\": \"anaghị adị\",\n    \"nonbrutal\": \"emeghi eme\",\n    \"nonbrutally\": \"n'adighi iwu\",\n    \"nonbudding\": \"anaghị akwụ ụgwọ\",\n    \"nonbuying\": \"anaghị akwụ ụgwọ\",\n    \"nonbulbaceous\": \"emeghi\",\n    \"nonbulbiferous\": \"abụghị bulbiferous\",\n    \"nonbulbous\": \"abụghị bulbous\",\n    \"nonbuoyancy\": \"abụghị buoyancy\",\n    \"nonbuoyant\": \"anaghị adị ndụ\",\n    \"nonbuoyantly\": \"n'emeghị anya\",\n    \"nonburdensome\": \"adịghị ebu ibu\",\n    \"nonburdensomely\": \"ejighi oke\",\n    \"nonburdensomeness\": \"abughi ibu agha\",\n    \"nonbureaucratically\": \"n'usoro iwu\",\n    \"nonburgess\": \"emeghi eme\",\n    \"nonburnable\": \"enweghị atụ\",\n    \"nonburning\": \"na-agbanyeghị ọkụ\",\n    \"nonbursting\": \"enweghị nkọwa\",\n    \"nonbusy\": \"enweghị azụmahịa\",\n    \"nonbusiness\": \"enweghị azụmahịa\",\n    \"nonbusyness\": \"enweghị azụmahịa\",\n    \"nonbuttressed\": \"enweghị aka\",\n    \"noncabinet\": \"abụghị ụlọ ọrụ\",\n    \"noncadenced\": \"agụghị akwụkwọ\",\n    \"noncadent\": \"anaghị akwụ ụgwọ\",\n    \"noncaffeine\": \"kọfịine\",\n    \"noncaffeinic\": \"nke anaghị affeụ kọfị\",\n    \"noncaking\": \"anaghị eme achịcha\",\n    \"noncalcareous\": \"enweghị nlekọta\",\n    \"noncalcified\": \"ezughi oke\",\n    \"noncalculable\": \"enweghị mgbako\",\n    \"noncalculably\": \"agaghị agbakọ\",\n    \"noncalculating\": \"anaghị agbakọ\",\n    \"noncalculative\": \"emekataghị\",\n    \"noncallability\": \"enweghị ikike\",\n    \"noncallable\": \"enweghị akwụ ụgwọ\",\n    \"noncalumniating\": \"anaghị agụ akwụkwọ\",\n    \"noncalumnious\": \"akwukwo\",\n    \"noncancelable\": \"enweghị mgbagha\",\n    \"noncancellable\": \"enweghị ike iwepụ\",\n    \"noncancellation\": \"enweghị njikọ\",\n    \"noncancerous\": \"enweghị akwụ ụgwọ\",\n    \"noncandescence\": \"enweghị nchekasị\",\n    \"noncandescent\": \"enweghị isi\",\n    \"noncandescently\": \"n'esepughi\",\n    \"noncandidate\": \"anaghị akwụ ụgwọ\",\n    \"noncanvassing\": \"emeghari\",\n    \"noncapillary\": \"emeghi emechi\",\n    \"noncapillarity\": \"enweghị ike\",\n    \"noncapitalized\": \"enweghị akwụkwọ\",\n    \"noncapitulation\": \"enweghị mkpuchi\",\n    \"noncapricious\": \"enweghị ọnụ\",\n    \"noncapriciously\": \"n'achọghị\",\n    \"noncapriciousness\": \"enweghị ego\",\n    \"noncapsizable\": \"enweghị atụ\",\n    \"noncaptious\": \"enweghị atụ\",\n    \"noncaptiously\": \"n'amaghị ama\",\n    \"noncaptiousness\": \"enweghị akọ\",\n    \"noncapture\": \"ejideghị\",\n    \"noncarbolic\": \"abụghị ihe\",\n    \"noncarbonated\": \"anaghị etinye ego\",\n    \"noncareer\": \"onye oru\",\n    \"noncarnivorous\": \"anaghị anabata mmadụ\",\n    \"noncarnivorously\": \"n'adaghị\",\n    \"noncarnivorousness\": \"enweghị nchịkwa\",\n    \"noncarrier\": \"anaghị egbochi\",\n    \"noncartelized\": \"enweghị nkeonwe\",\n    \"noncash\": \"ebughi\",\n    \"noncaste\": \"anwansị\",\n    \"noncastigating\": \"agbasa ozi\",\n    \"noncastigation\": \"mgbasa ozi\",\n    \"noncasual\": \"emeghi eme\",\n    \"noncasuistic\": \"enweghị uche\",\n    \"noncasuistically\": \"n'adaghị\",\n    \"noncataclysmal\": \"abụghị cataclysmal\",\n    \"noncataclysmic\": \"abụghị cataclysmic\",\n    \"noncatalytically\": \"n'adaghị aka\",\n    \"noncatastrophic\": \"ọdachi\",\n    \"noncatechizable\": \"enweghị iwu\",\n    \"noncathartic\": \"nkwanye ugwu\",\n    \"noncathartical\": \"enweghị akụrụngwa\",\n    \"noncathedral\": \"ụlọ akwụkwọ\",\n    \"noncatholicity\": \"ịcụbiga mmanya ókè\",\n    \"noncausable\": \"enweghị atụ\",\n    \"noncausal\": \"enweghị nkwenye\",\n    \"noncausality\": \"emeghị eme\",\n    \"noncausally\": \"emeghị eme\",\n    \"noncausation\": \"enweghị ego\",\n    \"noncausative\": \"enweghị atụ\",\n    \"noncausatively\": \"n’enweghị ego\",\n    \"noncausativeness\": \"enweghị nsogbu\",\n    \"noncaustic\": \"enweghị caustic\",\n    \"noncaustically\": \"n'emeghị ya\",\n    \"nonce\": \"adighi\",\n    \"noncelebration\": \"Emela\",\n    \"noncelestially\": \"ọ bụghị\",\n    \"noncellulosic\": \"abụghị cellulosic\",\n    \"noncellulous\": \"enweghị aha\",\n    \"noncensored\": \"echebeghị\",\n    \"noncensorious\": \"amaghi ama\",\n    \"noncensoriously\": \"n'adighi-ama\",\n    \"noncensoriousness\": \"nkwanye ugwu\",\n    \"noncensurable\": \"nke a na-apụghị ịgbagha agbagha\",\n    \"noncensurableness\": \"enweghị nchekasị\",\n    \"noncensurably\": \"na-enweghị atụ\",\n    \"noncensus\": \"enweghị ọgụgụ\",\n    \"noncentral\": \"etiti\",\n    \"noncentrally\": \"n'ụzọ nkịtị\",\n    \"noncereal\": \"emeghi\",\n    \"noncerebral\": \"agbachitere\",\n    \"nonceremonially\": \"adabaghi\",\n    \"nonceremonious\": \"enweghị nkwenye\",\n    \"nonceremoniously\": \"n'echeghị echiche\",\n    \"nonceremoniousness\": \"enweghị nkwenye\",\n    \"noncertain\": \"ejighi n'aka\",\n    \"noncertainty\": \"ejighị n'aka\",\n    \"noncertainties\": \"enweghị nkwenye\",\n    \"noncertification\": \"asambodo\",\n    \"noncertified\": \"asambodo\",\n    \"noncertitude\": \"enweghị uche\",\n    \"nonces\": \"ọnya\",\n    \"nonchalance\": \"eleghi anya\",\n    \"nonchalantness\": \"enweghị nkwanye ugwu\",\n    \"nonchallenger\": \"onye mgba\",\n    \"nonchallenging\": \"enweghị mgbagha\",\n    \"nonchampion\": \"ogwe aka\",\n    \"nonchangeable\": \"anaghị agbanwe agbanwe\",\n    \"nonchangeableness\": \"enweghị mgbanwe\",\n    \"nonchangeably\": \"anaghị agbanwe agbanwe\",\n    \"nonchanging\": \"anaghị agbanwe agbanwe\",\n    \"nonchanneled\": \"anaghị arụ ọrụ\",\n    \"nonchannelized\": \"na-ejikọtaghị ya\",\n    \"nonchaotically\": \"n'amaghị ama\",\n    \"noncharacteristic\": \"enweghị njirimara\",\n    \"noncharacteristically\": \"n'adighi-eme ihe\",\n    \"noncharacterized\": \"enweghị agwa\",\n    \"nonchargeable\": \"anaghị akwụ ụgwọ\",\n    \"noncharismatic\": \"enweghị ikike\",\n    \"noncharitable\": \"enweghị ọrụ ebere\",\n    \"noncharitableness\": \"enweghị ọrụ ebere\",\n    \"noncharitably\": \"n'anaghị ego\",\n    \"nonchastity\": \"akwụghị ụgwọ\",\n    \"nonchemical\": \"kemịkal\",\n    \"nonchemist\": \"onye na-anaghi aru ogwu\",\n    \"nonchimerically\": \"n'agbasaghị\",\n    \"nonchivalrous\": \"enweghị ike\",\n    \"nonchivalrously\": \"adighi\",\n    \"nonchivalrousness\": \"enweghị atụ\",\n    \"nonchokable\": \"enweghị atụ\",\n    \"nonchronic\": \"n'adighi\",\n    \"nonchronically\": \"n'usoro\",\n    \"nonchurchgoer\": \"onye na-abụghị onye ụka\",\n    \"nonchurchgoing\": \"anaghị agagharị\",\n    \"noncyclic\": \"enweghị ntụpọ\",\n    \"noncyclical\": \"abụghị akwụkwọ Nsọ\",\n    \"noncyclically\": \"abụghị akwụkwọ Nsọ\",\n    \"nonciliate\": \"emeghị eme\",\n    \"nonciliated\": \"emeghị eme\",\n    \"noncircuit\": \"okirikiri\",\n    \"noncircuited\": \"emeghi okuko\",\n    \"noncircuitous\": \"okirikiri\",\n    \"noncircuitously\": \"n'emeghị mkpagharị\",\n    \"noncircuitousness\": \"enweghị circuit Circle\",\n    \"noncircular\": \"ọ bụghị okirikiri\",\n    \"noncircularly\": \"n'adighi mmiri\",\n    \"noncirculating\": \"anaghị agbakọ\",\n    \"noncirculation\": \"enweghị nkwekọrịta\",\n    \"noncirculatory\": \"na-enweghị usoro\",\n    \"noncircumscribed\": \"agbaghị\",\n    \"noncircumscriptive\": \"ngbanyeghi aka\",\n    \"noncircumspect\": \"abaghi ugwu\",\n    \"noncircumspectly\": \"n'echeghị echiche\",\n    \"noncircumspectness\": \"ebighi ebi\",\n    \"noncircumstantial\": \"enweghị ọnọdụ\",\n    \"noncircumstantially\": \"abụghị nke zuru oke\",\n    \"noncircumvallated\": \"ndiegwu\",\n    \"noncitable\": \"enweghị ego\",\n    \"noncitation\": \"udo\",\n    \"nonciteable\": \"enweghị ego\",\n    \"noncitizen\": \"onye mba\",\n    \"noncivilian\": \"onye isi\",\n    \"noncivilizable\": \"enweghị ihe ọ bụla\",\n    \"noncivilized\": \"enweghị amamihe\",\n    \"nonclaim\": \"ekwula\",\n    \"nonclaimable\": \"enweghị nkwupụta\",\n    \"nonclamorous\": \"enweghị nkwupụta\",\n    \"nonclamorously\": \"n'agbasaghị\",\n    \"nonclarifiable\": \"enweghị nkwupụta\",\n    \"nonclarification\": \"nkwupụta\",\n    \"nonclarified\": \"ekwupụtaghi\",\n    \"nonclassable\": \"nke anaghị ekwe omume\",\n    \"nonclassic\": \"klasik\",\n    \"nonclassical\": \"enweghị esemokwu\",\n    \"nonclassicality\": \"nkwanye ugwu\",\n    \"nonclassically\": \"n'usoro\",\n    \"nonclassifiable\": \"enweghị nkwanye ugwu\",\n    \"nonclassification\": \"ntinye nkewa\",\n    \"nonclassified\": \"enweghị nkewa\",\n    \"nonclastic\": \"ekwenti\",\n    \"nonclearance\": \"enweghị nkwenye\",\n    \"nonclergyable\": \"enweghị akwụ ụgwọ\",\n    \"nonclerical\": \"abaghị uru\",\n    \"nonclerically\": \"n'adighi ike\",\n    \"nonclimbable\": \"ekweghị\",\n    \"nonclimbing\": \"enweghị ugwu\",\n    \"nonclinging\": \"na-agbagha\",\n    \"nonclinical\": \"enweghị ọgwụ\",\n    \"nonclinically\": \"n'adaghị iwu\",\n    \"noncloistered\": \"edeghị aha\",\n    \"nonclose\": \"anaghị anọchi\",\n    \"nonclosely\": \"enweghị\",\n    \"nonclosure\": \"ikpuchi\",\n    \"nonclotting\": \"emeghi ihe\",\n    \"noncoagulability\": \"enweghị nkwenye\",\n    \"noncoagulable\": \"enweghị nsogbu\",\n    \"noncoagulating\": \"enweghị mkpuchi\",\n    \"noncoagulation\": \"enweghị mkpuchi\",\n    \"noncoagulative\": \"enweghị nkwanye ugwu\",\n    \"noncoalescence\": \"enweghị nkwonkwo\",\n    \"noncock\": \"agbụ\",\n    \"noncodified\": \"nokodi\",\n    \"noncoercible\": \"enweghị ike ịgbanwe\",\n    \"noncoercion\": \"enweghị mmanye\",\n    \"noncoercive\": \"emeghị\",\n    \"noncoercively\": \"emeghị eme\",\n    \"noncoerciveness\": \"enweghị ike ime ihe\",\n    \"noncogency\": \"enweghị ọrụ\",\n    \"noncogently\": \"n'esepụghị aka\",\n    \"noncognate\": \"mechie\",\n    \"noncognition\": \"enweghị nkwanye ùgwù\",\n    \"noncognitive\": \"amaghi ama\",\n    \"noncognizable\": \"-enweghị ike ịmata\",\n    \"noncognizably\": \"n’enweghi ike ịmata\",\n    \"noncognizance\": \"amaghi ama\",\n    \"noncognizant\": \"amaghi ama\",\n    \"noncognizantly\": \"n'amaghi ama\",\n    \"noncohabitation\": \"enweghị akwụkwọ\",\n    \"noncoherence\": \"enweghị nkwekọrịta\",\n    \"noncoherency\": \"enweghị ego\",\n    \"noncoherent\": \"enweghị nkwekọrịta\",\n    \"noncoherently\": \"enweghị nkwekọrịta\",\n    \"noncohesion\": \"enweghị ọrụ\",\n    \"noncohesive\": \"anaghị edozi\",\n    \"noncohesively\": \"n'usoro\",\n    \"noncohesiveness\": \"enweghị ọrụ\",\n    \"noncoinage\": \"enweghị ego\",\n    \"noncoincidence\": \"enweghị ego\",\n    \"noncoking\": \"ịcụ sịga\",\n    \"noncollaboration\": \"emeghị nkwekọrịta\",\n    \"noncollaborative\": \"anaghị arụkọ ọrụ\",\n    \"noncollapsable\": \"enweghị ike ịchịkọta\",\n    \"noncollapsibility\": \"enweghị nkwanye ùgwù\",\n    \"noncollapsible\": \"enweghị ike ịchịkọta\",\n    \"noncollectable\": \"anaghị anakọta\",\n    \"noncollectible\": \"anakọta\",\n    \"noncollection\": \"mkpokọta\",\n    \"noncollective\": \"anakọta\",\n    \"noncollectively\": \"anakọtaghị ọnụ\",\n    \"noncollectivistic\": \"anakọta\",\n    \"noncollusion\": \"enweghị nkwekọrịta\",\n    \"noncollusive\": \"enweghị nkwekọrịta\",\n    \"noncollusively\": \"enweghị otu\",\n    \"noncollusiveness\": \"enweghị nkwenye\",\n    \"noncolonial\": \"na-enweghị ọchịchị\",\n    \"noncolonially\": \"na-achị\",\n    \"noncolorability\": \"enweghị nchịkwa\",\n    \"noncolorable\": \"enweghị ike ịgbanwe\",\n    \"noncolorableness\": \"enweghị nkwanye ùgwù\",\n    \"noncolorably\": \"enweghị nsogbu\",\n    \"noncoloring\": \"enweghị agba\",\n    \"noncom\": \"abụghị\",\n    \"noncombat\": \"enweghị ịlụ ọgụ\",\n    \"noncombatant\": \"ịlụ ọgụ\",\n    \"noncombatants\": \"ndị na-abụghị ndị agha\",\n    \"noncombative\": \"anaghị akwụ ụgwọ\",\n    \"noncombination\": \"ngwakọta\",\n    \"noncombinative\": \"anaghị agbakọta\",\n    \"noncombining\": \"anaghị agwakọta\",\n    \"noncombustibility\": \"nkwenye\",\n    \"noncombustible\": \"anaghị ere ere\",\n    \"noncombustibles\": \"ndị na-enweghị ihe isi ike\",\n    \"noncombustive\": \"enweghị isi\",\n    \"noncome\": \"anaghị akwụ ụgwọ\",\n    \"noncomic\": \"enweghị usoro\",\n    \"noncomical\": \"emeghị eme\",\n    \"noncomicality\": \"enweghị nkwenye\",\n    \"noncomically\": \"n'emeghị ya\",\n    \"noncomicalness\": \"enweghị nkwenye\",\n    \"noncoming\": \"anaghị abata\",\n    \"noncommemoration\": \"enweghị ncheta\",\n    \"noncommemorational\": \"enweghị ncheta\",\n    \"noncommemorative\": \"anaghị akwado\",\n    \"noncommemoratively\": \"n'emeghị nkwado\",\n    \"noncommemoratory\": \"enweghị nkwanye mmiri\",\n    \"noncommencement\": \"nkwanye\",\n    \"noncommendable\": \"enweghị atụ\",\n    \"noncommendableness\": \"enweghị nkwanye ùgwù\",\n    \"noncommendably\": \"akwadoghị\",\n    \"noncommendatory\": \"akwadoghị\",\n    \"noncommensurable\": \"enweghị atụ\",\n    \"noncommercial\": \"abụghị nke azụmahịa\",\n    \"noncommerciality\": \"enweghị azụmahịa\",\n    \"noncommercially\": \"ọ bụghị n'ahịa\",\n    \"noncommiseration\": \"nkwanye\",\n    \"noncommiserative\": \"anaghị akwado\",\n    \"noncommiseratively\": \"anaghị akwado\",\n    \"noncommissioned\": \"enweghị ọrụ\",\n    \"noncommitally\": \"na-agbasaghị\",\n    \"noncommitment\": \"nkwenye\",\n    \"noncommittal\": \"enweghị nkwenye\",\n    \"noncommittalism\": \"nkwenye\",\n    \"noncommittally\": \"na-agbasaghị\",\n    \"noncommittalness\": \"nkwenye\",\n    \"noncommitted\": \"ekwenyeghi\",\n    \"noncommodious\": \"anaghị edozi\",\n    \"noncommodiously\": \"na-akwadoghị\",\n    \"noncommodiousness\": \"enweghị ọrụ\",\n    \"noncommonable\": \"ekweghị\",\n    \"noncommorancy\": \"enweghị nkwenye\",\n    \"noncommunal\": \"anaghị adị\",\n    \"noncommunally\": \"n'emeghị ya\",\n    \"noncommunicability\": \"enweghị nkwukọrịta\",\n    \"noncommunicable\": \"enweghị nkwurịta okwu\",\n    \"noncommunicableness\": \"enweghị nkwurịta okwu\",\n    \"noncommunicant\": \"enweghị nkwukọrịta\",\n    \"noncommunicating\": \"anaghị ekwurịta okwu\",\n    \"noncommunication\": \"nkwukọrịta\",\n    \"noncommunicative\": \"enweghị nkwukọrịta\",\n    \"noncommunicatively\": \"n'ikwu okwu\",\n    \"noncommunicativeness\": \"enweghị nkwukọrịta\",\n    \"noncommunion\": \"enweghị nkwanye\",\n    \"noncommunist\": \"onye na-akwadoghị ọchịchị\",\n    \"noncommunistic\": \"enweghị ọrụ\",\n    \"noncommunistical\": \"enweghị ọrụ\",\n    \"noncommunistically\": \"agbasaghị\",\n    \"noncommunists\": \"ndị na-abụghị ndị ọrụ\",\n    \"noncommutative\": \"anaghị akwado ọrụ\",\n    \"noncompearance\": \"enweghị nche\",\n    \"noncompensable\": \"anaghị akwụ ụgwọ\",\n    \"noncompensating\": \"anaghị akwụ ụgwọ\",\n    \"noncompensation\": \"akwụghị ụgwọ\",\n    \"noncompensative\": \"anaghị akwụ ụgwọ\",\n    \"noncompensatory\": \"anaghị akwụ ụgwọ\",\n    \"noncompetency\": \"enweghị ikike\",\n    \"noncompetent\": \"enweghị ikike\",\n    \"noncompetently\": \"n'emeghị ya\",\n    \"noncompeting\": \"enweghị asọmpi\",\n    \"noncompetitive\": \"enweghị asọmpi\",\n    \"noncompetitively\": \"n'esemokwu\",\n    \"noncompetitiveness\": \"enweghị asọmpi\",\n    \"noncomplacence\": \"enweghị mgbagha\",\n    \"noncomplacency\": \"enweghị nkwenye\",\n    \"noncomplacencies\": \"enweghị nkwekọrịta\",\n    \"noncomplacent\": \"enweghị mgbagha\",\n    \"noncomplacently\": \"n'agbalighị ya\",\n    \"noncomplaisance\": \"enweghị nkwenye\",\n    \"noncomplaisant\": \"enweghị nkwenye\",\n    \"noncomplaisantly\": \"n'agbalịghị\",\n    \"noncompletion\": \"emechaghi\",\n    \"noncompliance\": \"nnabata\",\n    \"noncompliant\": \"anaghị akwụ ụgwọ\",\n    \"noncomplicity\": \"enweghị nkwekọrịta\",\n    \"noncomplicities\": \"enweghị nsogbu\",\n    \"noncomplying\": \"enweghị iwu\",\n    \"noncompos\": \"abụghị ihe mejupụtara\",\n    \"noncomposes\": \"anaghị akwado\",\n    \"noncomposite\": \"enweghị ọnụ\",\n    \"noncompositely\": \"n'esepụghị aka\",\n    \"noncompositeness\": \"enweghị nkwenye\",\n    \"noncompound\": \"abụghị onyinye\",\n    \"noncompoundable\": \"anaghị agwakọta\",\n    \"noncompounder\": \"enweghị nchịkwa\",\n    \"noncomprehendible\": \"enweghị nkwenye\",\n    \"noncomprehending\": \"enweghị nghọta\",\n    \"noncomprehendingly\": \"enweghị nghọta\",\n    \"noncomprehensible\": \"enweghị nghọta\",\n    \"noncomprehensiblely\": \"enweghị nghọta\",\n    \"noncomprehension\": \"enweghị nghọta\",\n    \"noncomprehensive\": \"enweghị nghọta\",\n    \"noncomprehensively\": \"enweghị nghọta\",\n    \"noncomprehensiveness\": \"enweghị nghọta\",\n    \"noncompressibility\": \"enweghị nkwenye\",\n    \"noncompressible\": \"enweghị nkwenye\",\n    \"noncompression\": \"enweghị mkpakọ\",\n    \"noncompressive\": \"enweghị nsogbu\",\n    \"noncompressively\": \"enweghị nsogbu\",\n    \"noncompromised\": \"enweghị nkwekọrịta\",\n    \"noncompromising\": \"enweghị nkwenye\",\n    \"noncompulsion\": \"enweghị nsogbu\",\n    \"noncompulsive\": \"enweghị isi\",\n    \"noncompulsively\": \"n'esepụghị ọnụ\",\n    \"noncompulsory\": \"enweghị ụgwọ\",\n    \"noncompulsorily\": \"abụghị mmanye\",\n    \"noncompulsoriness\": \"enweghị mmanye\",\n    \"noncomputation\": \"enweghị nkwekọrịta\",\n    \"noncoms\": \"ndị na-abụghị\",\n    \"nonconcealment\": \"abụghị zobe\",\n    \"nonconceiving\": \"enweghị nkwekọrịta\",\n    \"nonconcentrated\": \"etinyeghị uche\",\n    \"nonconcentratiness\": \"enweghị ntụkwasị obi\",\n    \"nonconcentration\": \"enweghị uche\",\n    \"nonconcentrative\": \"enweghị uche\",\n    \"nonconcentrativeness\": \"enweghị nkwekọrịta\",\n    \"nonconcentrically\": \"n'agbadoghi anya\",\n    \"nonconcentricity\": \"enweghị nkwekọrịta\",\n    \"nonconception\": \"ekweghị\",\n    \"nonconceptual\": \"ekweghị\",\n    \"nonconceptually\": \"enweghị nkwekọrịta\",\n    \"nonconcern\": \"enweghị nchekasị\",\n    \"nonconcession\": \"enweghị nkwekọrịta\",\n    \"nonconcessive\": \"enweghị nkwekọrịta\",\n    \"nonconciliating\": \"enweghị nkwekọrịta\",\n    \"nonconciliatory\": \"enweghị nkwekọrịta\",\n    \"nonconcision\": \"enweghị nkwekọrịta\",\n    \"nonconcludency\": \"enweghị nkwekọrịta\",\n    \"nonconcludent\": \"enweghị nkwekọrịta\",\n    \"nonconcluding\": \"anaghị agbakọ\",\n    \"nonconclusion\": \"enweghị nkwekọrịta\",\n    \"nonconclusive\": \"enweghị nkwekọrịta\",\n    \"nonconclusively\": \"enweghị nkwekọrịta\",\n    \"nonconclusiveness\": \"enweghị nkwekọrịta\",\n    \"nonconcordant\": \"enweghị nkwekọrịta\",\n    \"nonconcordantly\": \"enweghị nkwekọrịta\",\n    \"nonconcur\": \"enweghị usoro\",\n    \"nonconcurred\": \"enweghị usoro\",\n    \"nonconcurrence\": \"enweghị nkwekọrịta\",\n    \"nonconcurrency\": \"enweghị ego\",\n    \"nonconcurrent\": \"anaghị adị ugbu a\",\n    \"nonconcurrently\": \"enweghị nsogbu\",\n    \"nonconcurring\": \"enweghị nkwekọrịta\",\n    \"noncondemnation\": \"enweghị ikpe\",\n    \"noncondensable\": \"kwụrụ ụgwọ\",\n    \"noncondensation\": \"enweghị nkwanye ugwu\",\n    \"noncondensed\": \"anaghị akwụ ụgwọ\",\n    \"noncondensibility\": \"enweghị ntụkwasị obi\",\n    \"noncondensible\": \"ekweghị\",\n    \"noncondensing\": \"anaghị akwụ ụgwọ\",\n    \"noncondescending\": \"anaghị akwụ ụgwọ\",\n    \"noncondescendingly\": \"n'esighi ya\",\n    \"noncondescendingness\": \"nkwanye ugwu\",\n    \"noncondescension\": \"enweghị nkwekọrịta\",\n    \"noncondiment\": \"enweghị obi ụtọ\",\n    \"noncondimental\": \"enweghị atụ\",\n    \"nonconditional\": \"na-akwadoghị\",\n    \"nonconditioned\": \"enweghị nkwekọrịta\",\n    \"noncondonation\": \"nkwanye ugwu\",\n    \"nonconduciness\": \"enweghị uche\",\n    \"nonconducive\": \"anaghị amị mkpụrụ\",\n    \"nonconduciveness\": \"enweghị ọrụ\",\n    \"nonconductible\": \"anaghị achịkwa\",\n    \"nonconducting\": \"anaghị arụ ọrụ\",\n    \"nonconduction\": \"ndokwa\",\n    \"nonconductive\": \"anaghị arụ ọrụ\",\n    \"nonconductor\": \"anaghị eduzi\",\n    \"nonconductors\": \"ndị na-abụghị ndị na-eduzi ọrụ\",\n    \"nonconfederate\": \"enweghị nkwekọrịta\",\n    \"nonconfederation\": \"enweghị nkwekọrịta\",\n    \"nonconferrable\": \"enweghị ike ịnyefe\",\n    \"nonconfession\": \"nkwenye\",\n    \"nonconficient\": \"enweghị amamịghe\",\n    \"nonconfidence\": \"enweghị ntụkwasị obi\",\n    \"nonconfident\": \"enweghị nkwenye\",\n    \"nonconfidential\": \"enweghị nkwenye\",\n    \"nonconfidentiality\": \"enweghị nkwenye\",\n    \"nonconfidentially\": \"adabaghi\",\n    \"nonconfidentialness\": \"enweghị nkwenye\",\n    \"nonconfidently\": \"enweghị nkwenye\",\n    \"nonconfiding\": \"enweghị nkwenye\",\n    \"nonconfined\": \"enweghị nkọwa\",\n    \"nonconfinement\": \"enweghị nkọwa\",\n    \"nonconfining\": \"enweghị nkọwa\",\n    \"nonconfirmation\": \"nkwenye ekwenyeghi\",\n    \"nonconfirmative\": \"ekwenyeghi\",\n    \"nonconfirmatory\": \"ekwenyeghi\",\n    \"nonconfirming\": \"ekwenyeghi\",\n    \"nonconfiscable\": \"enweghị ike iweghara\",\n    \"nonconfiscation\": \"n'agha\",\n    \"nonconfiscatory\": \"ọ bụghị nke na-apụnara mmadụ ego\",\n    \"nonconfitent\": \"ekwesighi\",\n    \"nonconflicting\": \"enweghị nkwekọrịta\",\n    \"nonconflictive\": \"enweghị esemokwu\",\n    \"nonconform\": \"enweghị nkwekọrịta\",\n    \"nonconformability\": \"enweghị nkwenye\",\n    \"nonconformable\": \"ekweghị\",\n    \"nonconformably\": \"enweghị nkwekọrịta\",\n    \"nonconformance\": \"arụghị ọrụ\",\n    \"nonconformest\": \"enweghị nkwekọrịta\",\n    \"nonconforming\": \"enweghị nkwekọrịta\",\n    \"nonconformism\": \"enweghị nkwekọrịta\",\n    \"nonconformist\": \"ekweghị\",\n    \"nonconformistical\": \"ekwekọghị\",\n    \"nonconformistically\": \"enweghị nkwekọrịta\",\n    \"nonconformists\": \"ndị na-ekweghị ekwekọ\",\n    \"nonconformitant\": \"anaghị ekwe ekwe\",\n    \"nonconformity\": \"enweghị nkwekọrịta\",\n    \"nonconfrontation\": \"enweghị n'ihu\",\n    \"nonconfutation\": \"enweghị nkwenye\",\n    \"noncongealing\": \"enweghị nkwekọrịta\",\n    \"noncongenital\": \"anaghị adị\",\n    \"noncongestion\": \"enweghị atụ\",\n    \"noncongestive\": \"anaghị akwụ ụgwọ\",\n    \"noncongratulatory\": \"anaghị akwụ ụgwọ\",\n    \"noncongregative\": \"nongongregative\",\n    \"noncongruence\": \"enweghị nsogbu\",\n    \"noncongruency\": \"enweghị uche\",\n    \"noncongruent\": \"anaghị adị mma\",\n    \"noncongruently\": \"n'adighi ike\",\n    \"noncongruity\": \"enweghị nkwekọrịta\",\n    \"noncongruous\": \"anaghị adị\",\n    \"noncongruously\": \"n'adighi ike\",\n    \"noncongruousness\": \"enweghị iwu\",\n    \"nonconjecturable\": \"enweghị mgbagha\",\n    \"nonconjecturably\": \"n'esoroghị anya\",\n    \"nonconjectural\": \"enweghị echiche\",\n    \"nonconjugality\": \"enweghị nkwekọrịta\",\n    \"nonconjugally\": \"n'esemokwu\",\n    \"nonconjugate\": \"agbasaghị\",\n    \"nonconjugation\": \"nkwenye\",\n    \"nonconjunction\": \"enweghị njikọ\",\n    \"nonconjunctive\": \"enweghị njikọ\",\n    \"nonconjunctively\": \"enweghị njikọ\",\n    \"nonconnection\": \"njikọ\",\n    \"nonconnective\": \"enweghị njikọ\",\n    \"nonconnectively\": \"enweghị njikọ\",\n    \"nonconnectivity\": \"njikọta\",\n    \"nonconnivance\": \"enweghị nkwekọrịta\",\n    \"nonconnivence\": \"enweghị njikọ\",\n    \"nonconnotative\": \"enweghị nkwenye\",\n    \"nonconnotatively\": \"n'enyemaka\",\n    \"nonconnubial\": \"enweghị nkwekọrịta\",\n    \"nonconnubiality\": \"enweghị nkwekọrịta\",\n    \"nonconscientious\": \"amaghị ihe\",\n    \"nonconscientiously\": \"n'amaghị ama\",\n    \"nonconscientiousness\": \"akọghị akọ\",\n    \"nonconscious\": \"amaghi ama\",\n    \"nonconsciously\": \"n'amaghị ama\",\n    \"nonconsciousness\": \"amaghi ama\",\n    \"nonconscriptable\": \"enweghi akwukwo\",\n    \"nonconscription\": \"ndebanye aha\",\n    \"nonconsecration\": \"enweghị mkpuchi\",\n    \"nonconsecutive\": \"na-abụghị usoro\",\n    \"nonconsecutively\": \"n'usoro n'usoro\",\n    \"nonconsecutiveness\": \"enweghị nkwekọrịta\",\n    \"nonconsent\": \"anaghị akwụ ụgwọ\",\n    \"nonconsenting\": \"na-achọghị\",\n    \"nonconsequence\": \"enweghị nsogbu\",\n    \"nonconsequent\": \"adịghị arụpụta\",\n    \"nonconsequential\": \"enweghị nsogbu\",\n    \"nonconsequentiality\": \"enweghị nsogbu\",\n    \"nonconsequentially\": \"enweghị nsogbu\",\n    \"nonconsequentialness\": \"enweghị nsogbu\",\n    \"nonconservation\": \"enweghị nchekwa\",\n    \"nonconservational\": \"abughi ihe nlebara anya\",\n    \"nonconservative\": \"enweghị nkwenye\",\n    \"nonconserving\": \"anaghị echekwa\",\n    \"nonconsideration\": \"enweghị nchebara echiche\",\n    \"nonconsignment\": \"nkwenye\",\n    \"nonconsistorial\": \"nkwenye\",\n    \"nonconsolable\": \"enweghị nkasi obi\",\n    \"nonconsolidation\": \"enweghị nkwenye\",\n    \"nonconsoling\": \"anaghị edozi\",\n    \"nonconsolingly\": \"na-akwadoghị\",\n    \"nonconsonance\": \"enweghị nkwenye\",\n    \"nonconsonant\": \"enweghị uche\",\n    \"nonconsorting\": \"na-akwadoghị\",\n    \"nonconspirator\": \"onye anaghị akwụ ụgwọ\",\n    \"nonconspiratorial\": \"anaghị akwụ ụgwọ\",\n    \"nonconspiring\": \"anaghị akwụ ụgwọ\",\n    \"nonconstant\": \"ekweghị\",\n    \"nonconstituted\": \"enweghị nkwekọrịta\",\n    \"nonconstitutional\": \"na-akwadoghị iwu obodo\",\n    \"nonconstraining\": \"n'esepụghị aka\",\n    \"nonconstraint\": \"enweghị nkwekọrịta\",\n    \"nonconstricted\": \"enweghị nkwekọrịta\",\n    \"nonconstricting\": \"enweghị nkwekọrịta\",\n    \"nonconstrictive\": \"enweghị nkwekọrịta\",\n    \"nonconstruability\": \"enweghị nkwenye\",\n    \"nonconstruable\": \"enweghị nkwenye\",\n    \"nonconstruction\": \"enweghị iwu\",\n    \"nonconstructive\": \"adịghị arụ ọrụ\",\n    \"nonconstructively\": \"n'emeghị ya\",\n    \"nonconstructiveness\": \"enweghị ụkpụrụ\",\n    \"nonconsultative\": \"anaghị akwado\",\n    \"nonconsultatory\": \"anaghị akwado\",\n    \"nonconsumable\": \"enweghị ike ịgbakọ\",\n    \"nonconsuming\": \"anaghị eri\",\n    \"nonconsummation\": \"nkwenyeghi\",\n    \"nonconsumption\": \"oriri na-eri\",\n    \"nonconsumptive\": \"anaghị akwụ ụgwọ\",\n    \"nonconsumptively\": \"n'esemokwu\",\n    \"nonconsumptiveness\": \"enweghị nkwenye\",\n    \"noncontact\": \"anaghị akpọtụrụ\",\n    \"noncontagion\": \"nchịkwa\",\n    \"noncontagious\": \"anaghị achịkwa\",\n    \"noncontagiously\": \"anaghị achịkwa\",\n    \"noncontagiousness\": \"enweghị nchịkwa\",\n    \"noncontaminable\": \"enweghi mmerụ\",\n    \"noncontamination\": \"mmetọ\",\n    \"noncontaminative\": \"enweghị mmetọ\",\n    \"noncontemplative\": \"enweghị nkọwa\",\n    \"noncontemplatively\": \"n'atụghị egwu\",\n    \"noncontemplativeness\": \"enweghị nkwanye ùgwù\",\n    \"noncontemporaneous\": \"n'agụghị akwụkwọ\",\n    \"noncontemporaneously\": \"n'agụghị ya akwụkwọ\",\n    \"noncontemporaneousness\": \"agụghị ha agụ\",\n    \"noncontemporary\": \"oge obughi\",\n    \"noncontemporaries\": \"ndị na-abụghị ụlọ ọrụ\",\n    \"noncontemptibility\": \"ekweghị\",\n    \"noncontemptible\": \"enweghị ikike\",\n    \"noncontemptibleness\": \"enweghị nkwanye ugwu\",\n    \"noncontemptibly\": \"n'adabaghị iwu\",\n    \"noncontemptuous\": \"enweghị nchekwube\",\n    \"noncontemptuously\": \"n'emeghị nkwanye ùgwù\",\n    \"noncontemptuousness\": \"enweghị nchekwube\",\n    \"noncontending\": \"anaghị achịkwa\",\n    \"noncontent\": \"enweghị afọ ojuju\",\n    \"noncontention\": \"enweghị nchịkwa\",\n    \"noncontentious\": \"enweghị afọ ojuju\",\n    \"noncontentiously\": \"enweghị nkwekọrịta\",\n    \"nonconterminal\": \"enweghị nkwekọrịta\",\n    \"nonconterminous\": \"enweghị nsogbu\",\n    \"nonconterminously\": \"n'esepụghị ya\",\n    \"noncontestable\": \"enweghị mgba\",\n    \"noncontestation\": \"enweghị mgba\",\n    \"noncontextually\": \"n'esighi ya\",\n    \"noncontiguity\": \"enweghị nkwekọrịta\",\n    \"noncontiguities\": \"enweghị nkwekọrịta\",\n    \"noncontiguous\": \"enweghị nkwekọrịta\",\n    \"noncontiguously\": \"n'esemokwu\",\n    \"noncontiguousness\": \"enweghị nkwekọrịta\",\n    \"noncontinence\": \"enweghị afọ ojuju\",\n    \"noncontinency\": \"enweghị ntụpọ\",\n    \"noncontingency\": \"enweghị nkwenye\",\n    \"noncontingent\": \"enweghị obi ebere\",\n    \"noncontingently\": \"n'enyeghị nsogbu\",\n    \"noncontinuable\": \"enweghị ike ịkwụsị\",\n    \"noncontinuably\": \"n'akwụsịghị akwụsị\",\n    \"noncontinuance\": \"nkwụsịghị\",\n    \"noncontinuation\": \"nkwụsịghị\",\n    \"noncontinuity\": \"enweghị njedebe\",\n    \"noncontinuous\": \"anaghị akwụsị akwụsị\",\n    \"noncontinuously\": \"n'akwụsịghị akwụsị\",\n    \"noncontinuousness\": \"enweghị nkwụsị\",\n    \"noncontraband\": \"anaghị achịkwa\",\n    \"noncontrabands\": \"anaghị achịkwa\",\n    \"noncontraction\": \"enweghị nkwekọrịta\",\n    \"noncontractual\": \"anaghị adị nkwekọrịta\",\n    \"noncontradiction\": \"nkwenye\",\n    \"noncontradictory\": \"anaghị emegide\",\n    \"noncontradictories\": \"anaghị emegide\",\n    \"noncontrariety\": \"enweghị ọrụ\",\n    \"noncontrarieties\": \"enweghị nkwekọrịta\",\n    \"noncontrastable\": \"enweghị ike ịgbagha\",\n    \"noncontrastive\": \"enweghị nkwekọrịta\",\n    \"noncontributable\": \"enweghị ike ibute ya\",\n    \"noncontributing\": \"anaghị enye nkwado\",\n    \"noncontribution\": \"anaghị enyefe\",\n    \"noncontributive\": \"agbasaghị\",\n    \"noncontributively\": \"agbasaghị\",\n    \"noncontributiveness\": \"nnabata\",\n    \"noncontributor\": \"onye na-anaghị enyefe aka\",\n    \"noncontributory\": \"anaghị achịkwa\",\n    \"noncontributories\": \"ndi ozo\",\n    \"noncontrivance\": \"enweghị nchịkwa\",\n    \"noncontrollable\": \"enweghị nchịkwa\",\n    \"noncontrollablely\": \"enweghị nchịkwa\",\n    \"noncontrollably\": \"enweghị nchịkwa\",\n    \"noncontrolled\": \"enweghị nchịkwa\",\n    \"noncontrolling\": \"anaghị achịkwa\",\n    \"noncontroversial\": \"enweghị mgbagha\",\n    \"noncontroversially\": \"n'esemokwu\",\n    \"noncontumacious\": \"anaghị achịkwa ahịa\",\n    \"noncontumaciously\": \"n'emesighi ya\",\n    \"noncontumaciousness\": \"enweghị nchịkwa\",\n    \"nonconvective\": \"enweghị nkwekọrịta\",\n    \"nonconvectively\": \"enweghị nkwekọrịta\",\n    \"nonconveyance\": \"enweghị nkwekọrịta\",\n    \"nonconvenable\": \"ekweghị\",\n    \"nonconventional\": \"na-abụghị omenala\",\n    \"nonconventionally\": \"na-agbasaghị\",\n    \"nonconvergence\": \"enweghị nkwekọrịta\",\n    \"nonconvergency\": \"enweghị ọrụ\",\n    \"nonconvergent\": \"enweghị nkwekọrịta\",\n    \"nonconvergently\": \"n'amaghi ama\",\n    \"nonconverging\": \"enweghị nkwekọrịta\",\n    \"nonconversable\": \"enweghị mgbagha\",\n    \"nonconversableness\": \"enweghị mgbagha\",\n    \"nonconversably\": \"enweghị mgbagha\",\n    \"nonconversance\": \"enweghị nkwekọrịta\",\n    \"nonconversancy\": \"enweghị nkwekọrịta\",\n    \"nonconversant\": \"enweghị mgbagha\",\n    \"nonconversantly\": \"n'esemokwu\",\n    \"nonconversational\": \"enweghị mkparịta ụka\",\n    \"nonconversationally\": \"na-agbarịta ụka\",\n    \"nonconversion\": \"enweghị mgbanwe\",\n    \"nonconvertibility\": \"enweghị ike ịgbanwe agbanwe\",\n    \"nonconvertible\": \"enweghị ike ịgbanwe agbanwe\",\n    \"nonconvertibleness\": \"enweghị ike ịgbanwe agbanwe\",\n    \"nonconvertibly\": \"enweghị nkwekọrịta\",\n    \"nonconviction\": \"nkwenye\",\n    \"nonconvivial\": \"enweghị nkwenye\",\n    \"nonconviviality\": \"enweghị nkwenye\",\n    \"nonconvivially\": \"nke enweghị nkwekọrịta\",\n    \"noncooperating\": \"enweghị mkpuchi\",\n    \"noncooperation\": \"enweghị ọrụ\",\n    \"noncooperationist\": \"onye na-adịghị arụkọ ọrụ\",\n    \"noncooperative\": \"anaghị akwado\",\n    \"noncooperator\": \"onye na-ekwughị ihe ọ bụla\",\n    \"noncoordinating\": \"anaghị edozi\",\n    \"noncoordination\": \"nhazi\",\n    \"noncopying\": \"anaghị edegharị\",\n    \"noncoring\": \"enweghị atụ\",\n    \"noncorporate\": \"anaghị akwado ụlọ ọrụ\",\n    \"noncorporately\": \"enweghị nkwekọrịta\",\n    \"noncorporation\": \"enweghị akwụkwọ\",\n    \"noncorporative\": \"anaghị arụ ọrụ\",\n    \"noncorporeal\": \"na-abụghị nkea\",\n    \"noncorporeality\": \"ekweghị\",\n    \"noncorpuscular\": \"eriri afọ\",\n    \"noncorrection\": \"mmezi\",\n    \"noncorrectional\": \"anaghị emezi ihe\",\n    \"noncorrective\": \"edeghị ede\",\n    \"noncorrectively\": \"ezighi ezi\",\n    \"noncorrelating\": \"anaghị agbakọ\",\n    \"noncorrelation\": \"enweghị nkwekọrịta\",\n    \"noncorrelative\": \"enweghị nkwanye ùgwù\",\n    \"noncorrelatively\": \"n'adighi ike\",\n    \"noncorrespondence\": \"mmekorita\",\n    \"noncorrespondent\": \"onye na-ekwekọghị ekwekọ\",\n    \"noncorresponding\": \"ekwekọghị\",\n    \"noncorrespondingly\": \"ekwekọghị\",\n    \"noncorroborating\": \"anaghị akwado\",\n    \"noncorroboration\": \"nkwenye\",\n    \"noncorroborative\": \"ekwenyeghi\",\n    \"noncorroboratively\": \"n'etinyeghi aka\",\n    \"noncorroboratory\": \"anaghị akwado\",\n    \"noncorrodible\": \"ekwenyeghi\",\n    \"noncorroding\": \"na-enweghị ntụpọ\",\n    \"noncorrosive\": \"anaghị akwụ ụgwọ\",\n    \"noncorrosively\": \"aghara aghara\",\n    \"noncorrosiveness\": \"enweghị nkwanye ugwu\",\n    \"noncorrupt\": \"anaghị emebi emebi\",\n    \"noncorrupter\": \"onye na-enye nsogbu\",\n    \"noncorruptibility\": \"enweghị ikike\",\n    \"noncorruptible\": \"anaghị emebi emebi\",\n    \"noncorruptibleness\": \"enweghị nkwanye ugwu\",\n    \"noncorruptibly\": \"n'adighi ike\",\n    \"noncorruption\": \"enweghị nrụrụ\",\n    \"noncorruptive\": \"anaghị akwado iwu\",\n    \"noncorruptly\": \"aghara aghara\",\n    \"noncorruptness\": \"enweghị nsogbu\",\n    \"noncortical\": \"enweghị nkwekọrịta\",\n    \"noncortically\": \"n'adaghị iwu\",\n    \"noncosmically\": \"n'emeghị elu ọnụ\",\n    \"noncosmopolitan\": \"nonosmopolitan\",\n    \"noncosmopolitanism\": \"nkwenye na-akwadoghị iwu\",\n    \"noncosmopolitism\": \"nkwanye ugwu\",\n    \"noncostraight\": \"enweghị nchịkwa\",\n    \"noncotyledonary\": \"na-abụghị cotyledonary\",\n    \"noncotyledonous\": \"monocotyledonous\",\n    \"noncottager\": \"onye na-akwadoghị\",\n    \"noncounteractive\": \"anaghị arụ ọrụ\",\n    \"noncounty\": \"enweghị ego\",\n    \"noncovetous\": \"nkechi\",\n    \"noncovetously\": \"n'adịghị anyaukwu\",\n    \"noncovetousness\": \"enweghị mkpuchi\",\n    \"noncranking\": \"anaghị akwụ ụgwọ\",\n    \"noncreation\": \"enweghị aha\",\n    \"noncreative\": \"enweghị ọrụ\",\n    \"noncreatively\": \"n'emeghị ya\",\n    \"noncreativeness\": \"enweghị ọrụ\",\n    \"noncreativity\": \"enweghị ọrụ\",\n    \"noncredence\": \"enweghị nkwenye\",\n    \"noncredent\": \"enweghị akwụ ụgwọ\",\n    \"noncredibility\": \"nkwenye\",\n    \"noncredible\": \"enweghị nkwenye\",\n    \"noncredibleness\": \"enweghị nkwenye\",\n    \"noncredibly\": \"enweghị atụ\",\n    \"noncredit\": \"akwụghị ụgwọ\",\n    \"noncreditable\": \"enweghị akwụ ụgwọ\",\n    \"noncreditableness\": \"enweghị nkwanye ùgwù\",\n    \"noncreditably\": \"enweghị akwụ ụgwọ\",\n    \"noncreditor\": \"onye na-akwụ ụgwọ\",\n    \"noncredulous\": \"enweghị aha\",\n    \"noncredulously\": \"n'emeghị ọnụ\",\n    \"noncredulousness\": \"enweghị ụkpụrụ\",\n    \"noncreeping\": \"anaghị akwụ ụgwọ\",\n    \"noncrenate\": \"anaghị ehi ụra\",\n    \"noncrenated\": \"enweghị ntụ\",\n    \"noncretaceous\": \"abụghị cretaceous\",\n    \"noncriminal\": \"enweghị iwu\",\n    \"noncriminality\": \"abụghị mpụ\",\n    \"noncriminally\": \"ọ bụghị mpụ\",\n    \"noncryptic\": \"na-abụghị edemede\",\n    \"noncryptical\": \"anaghị agba nkịtị\",\n    \"noncryptically\": \"n'inyeghi ya\",\n    \"noncrystalline\": \"abụghị crystalline\",\n    \"noncrystallizable\": \"enweghị crystallizable\",\n    \"noncrystallized\": \"abụghị crystallized\",\n    \"noncrystallizing\": \"anaghị edegharị\",\n    \"noncritical\": \"enweghị nkatọ\",\n    \"noncritically\": \"n'enyeghị aka\",\n    \"noncriticalness\": \"nkatọ\",\n    \"noncriticizing\": \"na-akatọ\",\n    \"noncrossover\": \"mmeghe\",\n    \"noncrucial\": \"enweghị uru\",\n    \"noncrucially\": \"enweghị ego\",\n    \"noncruciformly\": \"n'adaghị iwu\",\n    \"noncrusading\": \"emeghari\",\n    \"noncrushability\": \"enweghị ikike\",\n    \"noncrushable\": \"anaghị emebi emebi\",\n    \"nonculminating\": \"enweghị nchịkwa\",\n    \"nonculmination\": \"enweghị nkwupụta\",\n    \"nonculpability\": \"enweghị ike\",\n    \"nonculpable\": \"anaghị akwụ ụgwọ\",\n    \"nonculpableness\": \"enweghị ike\",\n    \"nonculpably\": \"enweghị akwụ ụgwọ\",\n    \"noncultivability\": \"enweghị ikike\",\n    \"noncultivable\": \"enweghị ikike\",\n    \"noncultivatable\": \"enweghị ihe ọ bụla\",\n    \"noncultivated\": \"emeghari\",\n    \"noncultivation\": \"emeghi ihe\",\n    \"noncultural\": \"abụghị omenala\",\n    \"nonculturally\": \"agbasaghị\",\n    \"noncultured\": \"enweghị omenala\",\n    \"noncumbrous\": \"enweghị atụ\",\n    \"noncumbrously\": \"n'adighi ike\",\n    \"noncumbrousness\": \"enweghị nkwanye ugwu\",\n    \"noncumulative\": \"enweghị akwụkwọ\",\n    \"noncumulatively\": \"n'agụghị akwụkwọ\",\n    \"noncurantist\": \"onye na-eri nri\",\n    \"noncurative\": \"enweghị ọgwụgwọ\",\n    \"noncuratively\": \"n'emeghị ya\",\n    \"noncurativeness\": \"enweghị atụ\",\n    \"noncurdling\": \"anaghị akwụ ụgwọ\",\n    \"noncuriosity\": \"enweghị mmasị\",\n    \"noncurious\": \"anaghị ekwe\",\n    \"noncuriously\": \"n'esemokwu\",\n    \"noncuriousness\": \"enweghị mmasị\",\n    \"noncurling\": \"anaghị akwụ ụgwọ\",\n    \"noncurrency\": \"abụghị ego\",\n    \"noncurrent\": \"anaghị adị ugbu a\",\n    \"noncurrently\": \"na-abụghị oge\",\n    \"noncursive\": \"enweghị aka\",\n    \"noncursively\": \"aghara aghara\",\n    \"noncurtailment\": \"enweghị mgbochi\",\n    \"noncuspidate\": \"abụghị cuspidate\",\n    \"noncuspidated\": \"na-enweghị atụ\",\n    \"noncustomary\": \"emebeghi\",\n    \"noncustomarily\": \"n'emeghị ya\",\n    \"noncutting\": \"anaghị egbutu\",\n    \"nondamageable\": \"ekweghi ekwe\",\n    \"nondamaging\": \"enweghị nkwanye\",\n    \"nondamagingly\": \"n'esiteghi nzi ozi\",\n    \"nondancer\": \"onye nondancer\",\n    \"nondangerous\": \"adịghị ize ndụ\",\n    \"nondangerously\": \"abụghị ihe egwu\",\n    \"nondangerousness\": \"enweghị nsogbu\",\n    \"nondark\": \"adịghị mma\",\n    \"nondeadly\": \"adịghị egbu egbu\",\n    \"nondeaf\": \"adighi nti\",\n    \"nondeafened\": \"emeghị ka ọ daa mbà\",\n    \"nondeafening\": \"anaghị agụ\",\n    \"nondeafeningly\": \"adighi nti\",\n    \"nondeafly\": \"adabaghị\",\n    \"nondeafness\": \"enweghị ntị\",\n    \"nondealer\": \"onye na-ere ere\",\n    \"nondebatable\": \"enweghị mgbagha\",\n    \"nondebating\": \"enweghị mgbagha\",\n    \"nondebilitating\": \"anaghị agbasi mbọ ike\",\n    \"nondebilitation\": \"enweghị nkwalite\",\n    \"nondebilitative\": \"anaghị akwụ ụgwọ\",\n    \"nondebtor\": \"onye akwụ ụgwọ\",\n    \"nondecadence\": \"enweghị afọ ojuju\",\n    \"nondecadency\": \"enweghị afọ ojuju\",\n    \"nondecadent\": \"anaghị akwụ ụgwọ\",\n    \"nondecayed\": \"edebeghị\",\n    \"nondecaying\": \"enweghị mkpụrụ\",\n    \"nondecalcification\": \"enweghị nkwenye\",\n    \"nondecalcified\": \"ezighi ezi\",\n    \"nondecasyllabic\": \"mmmmmmmmmmmmm\",\n    \"nondecasyllable\": \"onyegbula\",\n    \"nondeceit\": \"adighi\",\n    \"nondeceivable\": \"enweghị mgbapụ\",\n    \"nondeceiving\": \"anaghị anabata mmadụ\",\n    \"nondeceleration\": \"enweghị ọsọ ọsọ\",\n    \"nondeception\": \"enweghị echiche\",\n    \"nondeceptive\": \"enweghị aghụghọ\",\n    \"nondeceptively\": \"n'aghuputa\",\n    \"nondeceptiveness\": \"enweghị aghụghọ\",\n    \"nondeciduate\": \"ekwula okwu\",\n    \"nondeciduously\": \"n'adaghị uru\",\n    \"nondeciduousness\": \"enweghị nkwupụta\",\n    \"nondecision\": \"enweghị mkpebi\",\n    \"nondecisive\": \"enweghị mkpebi\",\n    \"nondecisively\": \"n'echeghị echiche\",\n    \"nondecisiveness\": \"enweghị mkpebi\",\n    \"nondeclamatory\": \"enweghị nkwupụta\",\n    \"nondeclarant\": \"enweghị nkwupụta\",\n    \"nondeclaration\": \"nkwupụta enweghị nkwupụta\",\n    \"nondeclarative\": \"enweghị nkọwa\",\n    \"nondeclaratively\": \"enweghị nkọwa\",\n    \"nondeclaratory\": \"ekwuputaghi\",\n    \"nondeclarer\": \"ekwuputaghi\",\n    \"nondecomposition\": \"nkwuputa\",\n    \"nondecorated\": \"emebeghị\",\n    \"nondecoration\": \"anaghị achọ mma\",\n    \"nondecorative\": \"anaghị achọ mma\",\n    \"nondecorous\": \"enweghị mma\",\n    \"nondecorously\": \"agbasaghị\",\n    \"nondecorousness\": \"enweghị ọrụ\",\n    \"nondecreasing\": \"anaghị akọ akụkọ\",\n    \"nondedication\": \"nraranye\",\n    \"nondedicative\": \"anaghị etinye aka\",\n    \"nondedicatory\": \"anaghị anọ nkịtị\",\n    \"nondeducible\": \"anaghi ekwe mmadu\",\n    \"nondeductible\": \"nke a na-agaghị akwụ ụgwọ\",\n    \"nondeduction\": \"enweghi mmena\",\n    \"nondeductive\": \"anaghị adị akọ\",\n    \"nondeductively\": \"n'adighi uru\",\n    \"nondefalcation\": \"enweghị nkwupụta\",\n    \"nondefamatory\": \"abụghị nkwulu\",\n    \"nondefeasance\": \"enweghị ego\",\n    \"nondefeasibility\": \"ekwesighi\",\n    \"nondefeasible\": \"enweghị ego\",\n    \"nondefeasibleness\": \"enweghị nkwanye ùgwù\",\n    \"nondefeasibness\": \"enweghị nkwupụta\",\n    \"nondefeat\": \"nonfefeat\",\n    \"nondefection\": \"enweghị ntụpọ\",\n    \"nondefective\": \"arụghị ọrụ\",\n    \"nondefectively\": \"enweghị nsogbu\",\n    \"nondefectiveness\": \"enweghị nkwarụ\",\n    \"nondefector\": \"enweghị ọrụ\",\n    \"nondefendant\": \"anaghị akwụ ụgwọ\",\n    \"nondefense\": \"anaghị akwụ ụgwọ\",\n    \"nondefensibility\": \"enweghị nkwanye ugwu\",\n    \"nondefensible\": \"enweghị ike ịgbagha\",\n    \"nondefensibleness\": \"enweghị atụ\",\n    \"nondefensive\": \"anaghị akwụ ụgwọ\",\n    \"nondefensively\": \"anaghị akwụ ụgwọ\",\n    \"nondefensiveness\": \"enweghị ọnụ\",\n    \"nondeferable\": \"agaghị ekwe omume\",\n    \"nondeference\": \"enweghị mmasị\",\n    \"nondeferent\": \"enweghị mmasị\",\n    \"nondeferential\": \"anaghị egosipụta\",\n    \"nondeferentially\": \"agbasaghị\",\n    \"nondeferrable\": \"anaghị akwụ ụgwọ\",\n    \"nondefiance\": \"nnupụisi\",\n    \"nondefiant\": \"anaghị akwụ ụgwọ\",\n    \"nondefiantly\": \"anaghị akwụ ụgwọ\",\n    \"nondefiantness\": \"nnupụisi\",\n    \"nondeficiency\": \"enweghị ike\",\n    \"nondeficiencies\": \"enweghị ihe ndị na-ezughị ezu\",\n    \"nondeficient\": \"enweghị nkà\",\n    \"nondeficiently\": \"n'adabaghị\",\n    \"nondefilement\": \"enweghị profaịlụ\",\n    \"nondefiling\": \"adịghị agwụ agwụ\",\n    \"nondefinability\": \"enweghị nkọwa\",\n    \"nondefinable\": \"enweghị nkọwa\",\n    \"nondefinably\": \"enweghị atụ\",\n    \"nondefined\": \"akọwaghị\",\n    \"nondefiner\": \"enweghị nkọwa\",\n    \"nondefining\": \"enweghị nkọwa\",\n    \"nondefinite\": \"enweghị njedebe\",\n    \"nondefinitely\": \"n'esepughi\",\n    \"nondefiniteness\": \"enweghị nkọwa\",\n    \"nondefinition\": \"nkọwapụta\",\n    \"nondefinitive\": \"enweghị nkọwa\",\n    \"nondefinitively\": \"n'adabaghị iwu\",\n    \"nondefinitiveness\": \"enweghị nkọwa\",\n    \"nondeflation\": \"enweghị mgbapụta\",\n    \"nondeflationary\": \"enweghị mgbapụta\",\n    \"nondeflected\": \"na-agbasaghị\",\n    \"nondeflective\": \"enweghị mkpụrụ\",\n    \"nondeforestation\": \"enweghi ugwu\",\n    \"nondeformation\": \"enweghị akụkọ\",\n    \"nondeformed\": \"enweghị akụkọ\",\n    \"nondeformity\": \"nkwalite\",\n    \"nondeformities\": \"abaghị uru\",\n    \"nondefunct\": \"abụghị kwụsị\",\n    \"nondegeneracy\": \"enweghị degeneracy\",\n    \"nondegeneracies\": \"abụghị degeneracies\",\n    \"nondegenerate\": \"anaghị agbanwe agbanwe\",\n    \"nondegenerately\": \"n'agbaghị aka\",\n    \"nondegenerative\": \"nke na-abụghị ọmụmụ\",\n    \"nondegerming\": \"enweghị akụkọ\",\n    \"nondegradation\": \"enweghị mmebi\",\n    \"nondegrading\": \"agbasaghị\",\n    \"nondegreased\": \"emeghị elu\",\n    \"nondehiscent\": \"enweghị afọ ojuju\",\n    \"nondeistic\": \"enweghị echiche\",\n    \"nondeistically\": \"n'esepụghị aka\",\n    \"nondelegable\": \"enweghị akwụ ụgwọ\",\n    \"nondelegate\": \"anaghị anọchite anya ọgbakọ\",\n    \"nondelegation\": \"enweghị nnọchi\",\n    \"nondeleterious\": \"na-enweghị mgbanwe\",\n    \"nondeleteriously\": \"n'agụghị\",\n    \"nondeleteriousness\": \"ịdị ọcha\",\n    \"nondeliberate\": \"anaghị arụ ọrụ\",\n    \"nondeliberately\": \"n'amaghi ama\",\n    \"nondeliberateness\": \"ekweghi-omume\",\n    \"nondeliberation\": \"enweghị atụ\",\n    \"nondelicate\": \"onye na-anaghị ede akwụkwọ\",\n    \"nondelicateness\": \"ekwesighi ekwesighi\",\n    \"nondelineative\": \"agaghi ekwu\",\n    \"nondeliquescence\": \"ekweghiekwe\",\n    \"nondeliquescent\": \"anaghi eche\",\n    \"nondelirious\": \"adighi eche nche\",\n    \"nondeliriously\": \"n’enweghi nkwanye ugwu\",\n    \"nondeliriousness\": \"enweghị mmasị\",\n    \"nondeliverance\": \"ekweghị ekwe\",\n    \"nondelivery\": \"enweghị ọrụ\",\n    \"nondeluded\": \"ekwughi okwu\",\n    \"nondeluding\": \"amaghị ama\",\n    \"nondelusive\": \"enweghị atụ\",\n    \"nondemand\": \"onye anaghị asọpụrụ\",\n    \"nondemanding\": \"anaghi atụ ya\",\n    \"nondemocratic\": \"onye na-abụghị onye ọchịchị\",\n    \"nondemocratical\": \"onye na-akwadoghi ọchịchị\",\n    \"nondemocratically\": \"n'emeghị ihe ọ bụla\",\n    \"nondemonstrability\": \"enweghi ike igbochi ya\",\n    \"nondemonstrable\": \"a gaghị ekwe omume\",\n    \"nondemonstrableness\": \"enweghị atụ\",\n    \"nondemonstrably\": \"n'emeghị nke ọma\",\n    \"nondemonstration\": \"emeghi ngosi\",\n    \"nondemonstrative\": \"na-adịghị arụ ọrụ\",\n    \"nondemonstratively\": \"n'amaghi nke a\",\n    \"nondenominational\": \"nenenominational\",\n    \"nondenominationally\": \"nenenominationally\",\n    \"nondenotative\": \"anaghị eche echiche\",\n    \"nondenotatively\": \"n'amaghi ihe\",\n    \"nondense\": \"enweghị isi\",\n    \"nondensity\": \"enweghị isi\",\n    \"nondenumerable\": \"enweghị ike ịgụta ọnụ\",\n    \"nondenunciating\": \"ekwupụtaghị ya\",\n    \"nondenunciation\": \"nenenunciation\",\n    \"nondenunciative\": \"anaghị ekwu okwu\",\n    \"nondenunciatory\": \"nenenunciatory\",\n    \"nondeodorant\": \"anaghị edozi mmiri\",\n    \"nondeodorizing\": \"na-edozi onwe ya\",\n    \"nondepartmental\": \"na-abụghị nke ụlọ\",\n    \"nondepartmentally\": \"na-abụghị nke ụlọ\",\n    \"nondeparture\": \"emeghi nke ozo\",\n    \"nondependability\": \"enweghị atụ\",\n    \"nondependable\": \"enweghị atụ\",\n    \"nondependableness\": \"enweghị ego\",\n    \"nondependably\": \"na-akwụ ụgwọ\",\n    \"nondependance\": \"n'adabereghị\",\n    \"nondependancy\": \"anaghị akwụ ụgwọ\",\n    \"nondependancies\": \"anaghị akwụ ụgwọ\",\n    \"nondependence\": \"n'adabereghị\",\n    \"nondependency\": \"enweghị ndabere\",\n    \"nondependencies\": \"enweghị dependencies\",\n    \"nondependent\": \"na-adabereghị\",\n    \"nondepletion\": \"enweghị ike\",\n    \"nondepletive\": \"anaghị akwado\",\n    \"nondepletory\": \"anaghị agwụ agwụ\",\n    \"nondeportation\": \"ekwuputaghi\",\n    \"nondeported\": \"ekwuputaghi\",\n    \"nondepositor\": \"anaghị akwụ ụgwọ\",\n    \"nondepravation\": \"enweghị nkọwa\",\n    \"nondepraved\": \"anaghị eto eto\",\n    \"nondepravity\": \"enweghị ncheta\",\n    \"nondepravities\": \"enweghị ihe ọ bụla\",\n    \"nondeprecating\": \"enweghị nkọwa\",\n    \"nondeprecatingly\": \"na-enweghị nkọwa\",\n    \"nondeprecative\": \"enweghị nkọwa\",\n    \"nondeprecatively\": \"na-enweghị nkọwa\",\n    \"nondeprecatory\": \"enweghị nkọwa\",\n    \"nondeprecatorily\": \"na-enweghị amụma\",\n    \"nondepreciable\": \"enweghị atụ\",\n    \"nondepreciating\": \"enweghị nkọwa\",\n    \"nondepreciation\": \"enweghị nkọwa\",\n    \"nondepreciative\": \"enweghị uru\",\n    \"nondepreciatively\": \"enweghị ekele\",\n    \"nondepreciatory\": \"enweghị uru\",\n    \"nondepressed\": \"na-agbakwunye\",\n    \"nondepressing\": \"enweghị ederede\",\n    \"nondepressingly\": \"n'adighi ume\",\n    \"nondepression\": \"enweghị nkwupụta\",\n    \"nondepressive\": \"enweghị nsogbu\",\n    \"nondepressively\": \"enweghị nsogbu\",\n    \"nondeprivable\": \"enweghị ike iwepụ\",\n    \"nonderisible\": \"anaghị akwụ ụgwọ\",\n    \"nonderisive\": \"enweghị atụ\",\n    \"nonderivability\": \"enweghị ike\",\n    \"nonderivable\": \"enweghị atụ\",\n    \"nonderivative\": \"agbasaghị\",\n    \"nonderivatively\": \"agbasaghị\",\n    \"nonderogation\": \"enweghị akwụkwọ\",\n    \"nonderogative\": \"enweghị echiche\",\n    \"nonderogatively\": \"n'adighi ede\",\n    \"nonderogatory\": \"enweghị nkwanye ùgwù\",\n    \"nonderogatorily\": \"enweghị nkwanye ùgwù\",\n    \"nonderogatoriness\": \"enweghị nkwanye ùgwù\",\n    \"nondescribable\": \"enweghị atụ\",\n    \"nondescript\": \"ederede na-enweghị isi\",\n    \"nondescriptive\": \"anaghị edepụta ya\",\n    \"nondescriptively\": \"n'agaghi ede ya\",\n    \"nondescriptly\": \"edeghi ede\",\n    \"nondesecration\": \"enweghị isi\",\n    \"nondesignate\": \"edeghi aha\",\n    \"nondesignative\": \"enweghị atụ\",\n    \"nondesigned\": \"emeghi aha\",\n    \"nondesire\": \"agaghi eche\",\n    \"nondesirous\": \"enweghị atụ\",\n    \"nondesistance\": \"enweghị atụ\",\n    \"nondesistence\": \"enweghị isi\",\n    \"nondesisting\": \"nkwụsị\",\n    \"nondespotic\": \"enweghị isi\",\n    \"nondespotically\": \"enweghị isi\",\n    \"nondestruction\": \"nsị adịghị mma\",\n    \"nondestructive\": \"nke na-adịghị edozi\",\n    \"nondestructively\": \"n'emeghị nhazi\",\n    \"nondestructiveness\": \"abaghi uru\",\n    \"nondesulfurization\": \"enweghị nchịkwa\",\n    \"nondesulfurized\": \"emegbula\",\n    \"nondesulphurized\": \"echeghi echiche\",\n    \"nondetachability\": \"enweghị nacomi\",\n    \"nondetachable\": \"ekweghi ekwe\",\n    \"nondetailed\": \"ajuju\",\n    \"nondetention\": \"enweghị ike\",\n    \"nondeterioration\": \"enweghị nsogbu\",\n    \"nondeterminable\": \"nke a na-apụghị ịkọwa akọwa\",\n    \"nondeterminant\": \"anaghi ekpebi ya\",\n    \"nondeterminate\": \"amaghi aka\",\n    \"nondeterminately\": \"n'amaghị nke ọ bụla\",\n    \"nondetermination\": \"mkpebi a\",\n    \"nondeterminative\": \"anaghị edozi\",\n    \"nondeterminativeness\": \"enweghị mkpebi\",\n    \"nondeterminist\": \"onye na-akwadoghi ebe obibi\",\n    \"nondeterministic\": \"enweghị mkpebi\",\n    \"nondeterrent\": \"ekwekọghị ekwekọ\",\n    \"nondetest\": \"enweghị isi\",\n    \"nondetonating\": \"agaghi aghota\",\n    \"nondetractive\": \"anaghị arụ ọrụ\",\n    \"nondetractively\": \"anaghị arụ ọrụ\",\n    \"nondetractory\": \"anaghị arụ ọrụ\",\n    \"nondetrimental\": \"enweghị atụ\",\n    \"nondevelopable\": \"enweghị ike ịzụlite\",\n    \"nondeveloping\": \"emeghi\",\n    \"nondevelopment\": \"emeghi\",\n    \"nondevelopmental\": \"emeghi mmepe\",\n    \"nondevelopmentally\": \"emeghị nke ọma\",\n    \"nondeviant\": \"enweghị okwukwe\",\n    \"nondeviating\": \"enweghị echiche\",\n    \"nondeviation\": \"enweghị ụzọ\",\n    \"nondevious\": \"enweghị echiche\",\n    \"nondeviously\": \"n'echeghị echiche\",\n    \"nondeviousness\": \"enweghị echiche\",\n    \"nondevotional\": \"nke enweghị nkwalite\",\n    \"nondevotionally\": \"enweghị echiche\",\n    \"nondevout\": \"enweghị akwụkwọ\",\n    \"nondevoutly\": \"n'adighi uru\",\n    \"nondevoutness\": \"enweghị nkwupụta\",\n    \"nondexterity\": \"enweghị nkwupụta\",\n    \"nondexterous\": \"anaghị edozi\",\n    \"nondexterously\": \"n'esepughi\",\n    \"nondexterousness\": \"enweghị nkwupụta\",\n    \"nondextrous\": \"anaghị adị\",\n    \"nondiabetic\": \"na-arịa ọrịa shuga\",\n    \"nondiabolic\": \"adịghị agbanwe agbanwe\",\n    \"nondiabolical\": \"enweghị ihe ọ bụla\",\n    \"nondiabolically\": \"ọ bụghị\",\n    \"nondiabolicalness\": \"enweghị nkwanye ugwu\",\n    \"nondiagonally\": \"n'amaghị ama\",\n    \"nondiagrammatic\": \"na-abụghị usoro\",\n    \"nondiagrammatically\": \"na-abụghị usoro\",\n    \"nondialectal\": \"na-abụghị nke\",\n    \"nondialectally\": \"agbaghị akwụkwọ\",\n    \"nondialectic\": \"nondilectic\",\n    \"nondialectical\": \"edeghị ederede\",\n    \"nondialectically\": \"anaghị ewere ya\",\n    \"nondialyzing\": \"na-enweghị usoro\",\n    \"nondiametrally\": \"n'adighi\",\n    \"nondiapausing\": \"anaghị akwụ ụgwọ\",\n    \"nondiaphanous\": \"adịghị agbanwe agbanwe\",\n    \"nondiaphanously\": \"n'amaghị ama\",\n    \"nondiaphanousness\": \"enweghị ihe mgbochi\",\n    \"nondichotomously\": \"abụghị dichotomously\",\n    \"nondictation\": \"enweghị onye ọ bụla\",\n    \"nondictatorial\": \"ọtụmọtọ\",\n    \"nondictatorially\": \"n'amaghi ama\",\n    \"nondictatorialness\": \"enweghị nchịkwa\",\n    \"nondidactic\": \"adịghị arụ ọrụ\",\n    \"nondidactically\": \"nondidactact\",\n    \"nondietetic\": \"enweghị mkpụrụ ndụ\",\n    \"nondietetically\": \"na-abụghị nri\",\n    \"nondieting\": \"enweghị usoro\",\n    \"nondifferentation\": \"enweghị mmasị\",\n    \"nondifferentiable\": \"enweghị atụ\",\n    \"nondifferentiation\": \"enweghị iche\",\n    \"nondifficult\": \"enweghị nsogbu\",\n    \"nondiffidence\": \"enweghị nkwenye\",\n    \"nondiffident\": \"enweghị atụ\",\n    \"nondiffidently\": \"n’atụghị anya\",\n    \"nondiffractive\": \"enweghị atụ\",\n    \"nondiffractively\": \"agbaghị iche\",\n    \"nondiffractiveness\": \"ịdị iche iche\",\n    \"nondiffuse\": \"agbasaghị\",\n    \"nondiffused\": \"agbasaghị\",\n    \"nondiffusible\": \"enweghị atụ\",\n    \"nondiffusibleness\": \"enweghị atụ\",\n    \"nondiffusibly\": \"n’enweghị atụ\",\n    \"nondiffusing\": \"enweghị atụ\",\n    \"nondigestible\": \"nke anaghị ekwe omume\",\n    \"nondigesting\": \"adịghị atụgharị\",\n    \"nondigestive\": \"adịghị agagharị\",\n    \"nondilatability\": \"enweghị mgbanwe\",\n    \"nondilatable\": \"enweghị atụ\",\n    \"nondilation\": \"enweghị mgbanwe\",\n    \"nondiligence\": \"enweghị nsogbu\",\n    \"nondiligent\": \"onye anaghị arụ ọrụ\",\n    \"nondilution\": \"arụghị ọrụ\",\n    \"nondimensioned\": \"echeghi echiche\",\n    \"nondiminishing\": \"adịghị agwụ agwụ\",\n    \"nondynamically\": \"n'adighi ike\",\n    \"nondynastic\": \"adighi ihe\",\n    \"nondiplomacy\": \"enweghị ọrụ\",\n    \"nondiplomatic\": \"enweghị usoro\",\n    \"nondiplomatically\": \"na-agbasaghị ya\",\n    \"nondipterous\": \"enweghị atụ\",\n    \"nondirection\": \"nhazi\",\n    \"nondirective\": \"edeghị ihe\",\n    \"nondirigibility\": \"ekweghi ekwenye\",\n    \"nondirigible\": \"enweghị ike ịgbanwe\",\n    \"nondisagreement\": \"ekweghi na nkwekọrịta\",\n    \"nondisappearing\": \"anaghị apụ apụ\",\n    \"nondisarmament\": \"abughi ihe agha\",\n    \"nondisastrous\": \"enweghị nsogbu\",\n    \"nondisastrously\": \"abụghị ọdachi\",\n    \"nondisastrousness\": \"enweghị nsogbu\",\n    \"nondisbursable\": \"enweghị atụ\",\n    \"nondisbursed\": \"a naghị akwụ ụgwọ\",\n    \"nondisbursement\": \"enweghị ego\",\n    \"nondiscerning\": \"enweghị atụ\",\n    \"nondiscernment\": \"enweghị mmasị\",\n    \"nondischarging\": \"anaghị akwụ ụgwọ\",\n    \"nondisciplinable\": \"a naghị akwado ya\",\n    \"nondisciplinary\": \"anaghi azu akwukwo\",\n    \"nondisciplined\": \"a na-akwadoghị ya\",\n    \"nondisciplining\": \"anaghị adọ aka na ntị\",\n    \"nondisclaim\": \"ekwupụtaghị\",\n    \"nondisclosure\": \"anaghị anabata mmadụ\",\n    \"nondiscontinuance\": \"anaghị akwụsị akwụsị\",\n    \"nondiscordant\": \"ekweghi\",\n    \"nondiscountable\": \"enweghị atụ\",\n    \"nondiscoverable\": \"nke a na-apụghị ịkọwapụta\",\n    \"nondiscovery\": \"enweghi nchoputa\",\n    \"nondiscriminating\": \"anaghị akpa ókè\",\n    \"nondiscriminatingly\": \"n'esepughi oke\",\n    \"nondiscrimination\": \"akpachapụghị anya\",\n    \"nondiscriminative\": \"adịghị akpa ókè\",\n    \"nondiscriminatively\": \"n'esepughi oke\",\n    \"nondiscriminatory\": \"emeghi akpa oke\",\n    \"nondiscursive\": \"emeghi eme\",\n    \"nondiscursively\": \"n'esepughi\",\n    \"nondiscursiveness\": \"enweghị isi\",\n    \"nondiscussion\": \"mkparịta ụka\",\n    \"nondiseased\": \"ekwughi\",\n    \"nondisestablishment\": \"enweghị nhọpụta\",\n    \"nondisfigurement\": \"enweghị nhịahụ\",\n    \"nondisfranchised\": \"enwetaghi ikike\",\n    \"nondisguised\": \"echeghi\",\n    \"nondisingenuous\": \"ihe nzuzu\",\n    \"nondisingenuously\": \"n'amaghi ama\",\n    \"nondisingenuousness\": \"amaghi ama\",\n    \"nondisinterested\": \"enweghị mmasị\",\n    \"nondisjunctional\": \"nondisjunction\",\n    \"nondisjunctive\": \"nondisjunction\",\n    \"nondismemberment\": \"nkewa\",\n    \"nondisparaging\": \"anaghị edozi\",\n    \"nondisparate\": \"anaghị edozi\",\n    \"nondisparately\": \"n’enweghi iche\",\n    \"nondispensable\": \"enweghị atụ\",\n    \"nondispensation\": \"oge abụghị\",\n    \"nondispensational\": \"abughi oge\",\n    \"nondispensible\": \"enweghị ike ime\",\n    \"nondispersal\": \"enweghị isi\",\n    \"nondispersive\": \"enweghị isi\",\n    \"nondisposable\": \"enweghị atụ\",\n    \"nondisposal\": \"enweghị atụ\",\n    \"nondisposed\": \"echeghi\",\n    \"nondisputatious\": \"enweghi mgbagha\",\n    \"nondisputatiously\": \"aghara aghara\",\n    \"nondisputatiousness\": \"enweghị nghọta\",\n    \"nondisqualifying\": \"ekwesighi iru eru\",\n    \"nondisrupting\": \"enweghị nsogbu\",\n    \"nondisruptingly\": \"n’enweghị nsogbu\",\n    \"nondisruptive\": \"enweghị nsogbu\",\n    \"nondissent\": \"enweghị isi\",\n    \"nondissenting\": \"enweghị isi\",\n    \"nondissidence\": \"enweghị isi\",\n    \"nondissipated\": \"agwaghi\",\n    \"nondissipatedly\": \"n’enweghi nkwanye ugwu\",\n    \"nondissipatedness\": \"ekwesighi ekwenti\",\n    \"nondissipative\": \"ekwughị ihe ọ bụla\",\n    \"nondissolution\": \"enweghị nsogbu\",\n    \"nondissolving\": \"anaghị edozi\",\n    \"nondistant\": \"anaghị adị\",\n    \"nondistillable\": \"ekweghi\",\n    \"nondistinctive\": \"enweghị ihe ọ bụla\",\n    \"nondistinguishable\": \"enweghị nkewa\",\n    \"nondistinguishably\": \"enweghị nkewa\",\n    \"nondistinguished\": \"amaghi iche\",\n    \"nondistinguishing\": \"adịghị iche iche\",\n    \"nondistorted\": \"agwaghi\",\n    \"nondistortedly\": \"n’enweghi nkwenye\",\n    \"nondistortedness\": \"ekwesighi ekwesighi\",\n    \"nondistorting\": \"anaghị akọ akụkọ\",\n    \"nondistortingly\": \"n'amaghi ihe\",\n    \"nondistortion\": \"enweghị isi\",\n    \"nondistortive\": \"anaghị akwado\",\n    \"nondistracted\": \"a na-agwaghị anyị\",\n    \"nondistractedly\": \"a na-edekọtaghị ya\",\n    \"nondistracting\": \"anaghị anọkata\",\n    \"nondistractingly\": \"n'adighi adi\",\n    \"nondistractive\": \"anaghị arụ ọrụ\",\n    \"nondistribution\": \"enweghị nkewa\",\n    \"nondistributional\": \"anaghị ekesa\",\n    \"nondistributive\": \"nkewa agaghi\",\n    \"nondistributively\": \"n'anaghị nkewa\",\n    \"nondistributiveness\": \"enweghị atụ\",\n    \"nondisturbance\": \"enweghị nsogbu\",\n    \"nondisturbing\": \"enweghị nsogbu\",\n    \"nondivergence\": \"enweghị mgbanwe\",\n    \"nondivergency\": \"enweghị nsogbu\",\n    \"nondivergencies\": \"ndi ozo\",\n    \"nondivergent\": \"adịghị agbanwe agbanwe\",\n    \"nondivergently\": \"aghara aghara\",\n    \"nondiverging\": \"enweghị mgbanwe\",\n    \"nondiversification\": \"enweghị nkewa\",\n    \"nondividing\": \"nkewa\",\n    \"nondivisibility\": \"enweghị nkewa\",\n    \"nondivisible\": \"enweghị nkewa\",\n    \"nondivisiblity\": \"enweghị nkwekọrịta\",\n    \"nondivision\": \"enweghị nkewa\",\n    \"nondivisional\": \"na-abụghị nke\",\n    \"nondivisive\": \"enweghị nkewa\",\n    \"nondivisively\": \"iche\",\n    \"nondivisiveness\": \"enweghị nkewa\",\n    \"nondivorce\": \"enweghị akwụkwọ\",\n    \"nondivorced\": \"enweghị mmasị\",\n    \"nondivulgence\": \"enweghị ihe\",\n    \"nondivulging\": \"enweghị atụ\",\n    \"nondo\": \"emezughị\",\n    \"nondocumental\": \"enweghị akwụkwọ\",\n    \"nondocumentary\": \"enweghị akwụkwọ\",\n    \"nondocumentaries\": \"ndị na-edeghị akwụkwọ\",\n    \"nondogmatic\": \"agbasaghị\",\n    \"nondogmatically\": \"n'emeghị ọkwa\",\n    \"nondoing\": \"eme ihe\",\n    \"nondomesticated\": \"ekwenyeghi\",\n    \"nondominance\": \"ekweghi-ekwe\",\n    \"nondominant\": \"enweghị ọnụ\",\n    \"nondominating\": \"emeghi\",\n    \"nondomination\": \"akpaghi aha\",\n    \"nondonation\": \"nkwanye ugwu\",\n    \"nondormant\": \"ịnọ nkịtị\",\n    \"nondoubtable\": \"enweghị mgbagha\",\n    \"nondoubter\": \"enweghị obi abụọ\",\n    \"nondoubting\": \"enweghị obi abụọ\",\n    \"nondoubtingly\": \"n’enweghị obi abụọ\",\n    \"nondramatically\": \"abụghị nke ukwuu\",\n    \"nondrying\": \"adịghị akọ\",\n    \"nondrinkable\": \"nke anaghị arinkụ\",\n    \"nondrinker\": \"onye nondrinker\",\n    \"nondrinkers\": \"ndị na-adịghị edozi\",\n    \"nondrinking\": \"adịghị a drinkingụ\",\n    \"nondriver\": \"abụghị onye ọkwọ ụgbọ ala\",\n    \"nondropsically\": \"n'adighi anya\",\n    \"nondualism\": \"enweghị iwu\",\n    \"nondualistic\": \"enweghị iwu\",\n    \"nondualistically\": \"na-abụghị usoro iwu\",\n    \"nonductile\": \"anaghị adị ndụ\",\n    \"nonductility\": \"enweghị ọrụ\",\n    \"nondumping\": \"enweghị isi\",\n    \"nonduplicating\": \"anaghị adị mfe\",\n    \"nonduplication\": \"ntinye\",\n    \"nonduplicative\": \"enweghị ụkpụrụ\",\n    \"nonduplicity\": \"enweghị iwu\",\n    \"nondurability\": \"enweghị ọrụ\",\n    \"nondurable\": \"enweghị ike ịgbanwe\",\n    \"nondurableness\": \"enweghị ike\",\n    \"nondurably\": \"na-enweghị isi\",\n    \"nondutiable\": \"enweghị atụ\",\n    \"none\": \"ọ dịghị\",\n    \"noneager\": \"enweghị\",\n    \"noneagerly\": \"n'egbughị oge\",\n    \"noneagerness\": \"enweghị ume\",\n    \"nonearning\": \"enweghị atụ\",\n    \"noneastern\": \"ọwụwa anyanwụ\",\n    \"noneatable\": \"enweghị atụ\",\n    \"nonebullience\": \"enweghị ume\",\n    \"nonebulliency\": \"enweghị ike\",\n    \"nonebullient\": \"enweghị isi\",\n    \"nonebulliently\": \"n’enweghị atụ\",\n    \"noneccentric\": \"ọ dịghị\",\n    \"noneccentrically\": \"enweghị ihe ọ bụla\",\n    \"nonecclesiastic\": \"ọ dịghị ụka\",\n    \"nonecclesiastical\": \"ọ dịghị ụka\",\n    \"nonecclesiastically\": \"ọ dịghị ụka ọ bụla\",\n    \"nonechoic\": \"nochoic\",\n    \"noneclectic\": \"enweghị aka\",\n    \"noneclectically\": \"enweghị otu\",\n    \"noneclipsed\": \"na-emeghe\",\n    \"noneclipsing\": \"na-agbachi\",\n    \"nonecliptic\": \"enweghị ihe\",\n    \"nonecliptical\": \"enweghị ihe ọ bụla\",\n    \"nonecliptically\": \"enweghị ihe ọ bụla\",\n    \"nonecompense\": \"enweghị ụgwọ\",\n    \"noneconomy\": \"enweghị akụnụba\",\n    \"noneconomic\": \"enweghị ego\",\n    \"noneconomical\": \"abụghị echekwa\",\n    \"noneconomically\": \"adighi aku na uba\",\n    \"noneconomies\": \"enweghị akụnụba\",\n    \"nonecstatic\": \"nocstatic\",\n    \"nonecstatically\": \"adighi nke oma\",\n    \"nonecumenic\": \"Enweghị ihe ọ bụla\",\n    \"nonecumenical\": \"Enweghị akwụkwọ\",\n    \"nonedibility\": \"enweghị iwu\",\n    \"nonedible\": \"ekweghị\",\n    \"nonedibleness\": \"ekweghị\",\n    \"nonedibness\": \"enweghị ọrụ\",\n    \"noneditor\": \"anaghị akwụ ụgwọ\",\n    \"noneditorial\": \"nonititorial\",\n    \"noneditorially\": \"na-enweghị akwụkwọ\",\n    \"noneducable\": \"agụghị akwụkwọ\",\n    \"noneducated\": \"amaghi akwukwo\",\n    \"noneducation\": \"mmuta\",\n    \"noneducational\": \"amaghi akwukwo\",\n    \"noneducationally\": \"adighi akwukwo\",\n    \"noneducative\": \"amaghi akwukwo\",\n    \"noneducatory\": \"agụghị akwụkwọ\",\n    \"noneffective\": \"enweghị isi\",\n    \"noneffervescent\": \"ọ dịghị ihe\",\n    \"noneffervescently\": \"ọ dịghị\",\n    \"noneffete\": \"noffete\",\n    \"noneffetely\": \"ezughị ezu\",\n    \"noneffeteness\": \"ekwesighi\",\n    \"nonefficacy\": \"enweghị ọrụ\",\n    \"nonefficacious\": \"enweghị ọrụ\",\n    \"nonefficaciously\": \"ndigbo\",\n    \"nonefficiency\": \"ezughi oke\",\n    \"nonefficient\": \"ezughi oke\",\n    \"nonefficiently\": \"ezughi oke\",\n    \"noneffusion\": \"adịghị ike\",\n    \"noneffusive\": \"anaghị adị mfe\",\n    \"noneffusively\": \"noffusively\",\n    \"noneffusiveness\": \"noffusiveness\",\n    \"nonegoistic\": \"enweghị uche\",\n    \"nonegoistically\": \"n'emeghị ihe ọ bụla\",\n    \"nonegotistic\": \"enweghị echiche\",\n    \"nonegotistically\": \"n'etinyeghi aka\",\n    \"nonegregious\": \"enweghị akwụkwọ\",\n    \"nonegregiously\": \"na-enweghị isi\",\n    \"nonegregiousness\": \"enweghị mmasị\",\n    \"noneidetic\": \"enweghị atụ\",\n    \"nonejaculatory\": \"dịghị ihe ọ bụla\",\n    \"nonejecting\": \"Ndebanye aha\",\n    \"nonejection\": \"enweghị ihe ọ bụla\",\n    \"nonejective\": \"enweghị isi\",\n    \"nonelaborate\": \"ikwusighi\",\n    \"nonelaborately\": \"enweghị\",\n    \"nonelaborateness\": \"enweghị atụ\",\n    \"nonelaborating\": \"adịghị ekwupụta\",\n    \"nonelaborative\": \"enweghị nkọwa\",\n    \"nonelastic\": \"enweghị\",\n    \"nonelastically\": \"kpam kpam\",\n    \"nonelasticity\": \"enweghị nkwenye\",\n    \"nonelect\": \"ahughi\",\n    \"nonelection\": \"nolection\",\n    \"nonelective\": \"anaghi ahota\",\n    \"nonelectively\": \"enweghị otu\",\n    \"nonelectiveness\": \"enweghị ike\",\n    \"nonelector\": \"onye ọ bụla\",\n    \"nonelectric\": \"enweghị eletrik\",\n    \"nonelectrical\": \"enweghị eletrik\",\n    \"nonelectrically\": \"n’enweghị atụ\",\n    \"nonelectrification\": \"ọ dịghị ihe ọ bụla\",\n    \"nonelectrified\": \"Enweghị atụtụ\",\n    \"nonelectrized\": \"enyeghi ikike\",\n    \"nonelectrocution\": \"enweghị ọkụ\",\n    \"nonelectrolyte\": \"enweghịlectlylyte\",\n    \"nonelectrolytic\": \"ọ dịghị ihe ọ bụla\",\n    \"noneleemosynary\": \"noleemosynary\",\n    \"nonelemental\": \"nke nolemental\",\n    \"nonelementally\": \"nolementally\",\n    \"nonelementary\": \"enweghị akwụkwọ\",\n    \"nonelevating\": \"na-adịghị ndụ\",\n    \"nonelevation\": \"nolevation\",\n    \"nonelicited\": \"anaghị anabata akwụkwọ\",\n    \"noneligibility\": \"enweghị ike\",\n    \"noneligible\": \"ekweghị\",\n    \"noneligibly\": \"enweghị ike\",\n    \"nonelimination\": \"nyocha\",\n    \"noneliminative\": \"adighi amasi\",\n    \"noneliminatory\": \"na-enweghị mmerụ\",\n    \"nonelite\": \"enweghị aha\",\n    \"nonelliptic\": \"enweghị atụ\",\n    \"nonelliptical\": \"enweghị atụ\",\n    \"nonelliptically\": \"n'echeghị echiche\",\n    \"nonelongation\": \"enweghị aka\",\n    \"nonelopement\": \"enweghị ebe obibi\",\n    \"noneloquence\": \"enweghị ume\",\n    \"noneloquent\": \"enweghị obi ụtọ\",\n    \"noneloquently\": \"enweghị ihe ọ bụla\",\n    \"nonelucidating\": \"enweghị echiche\",\n    \"nonelucidation\": \"enweghị akwụkwọ\",\n    \"nonelucidative\": \"enweghị nkwenye\",\n    \"nonelusive\": \"enweghị mmasị\",\n    \"nonelusiveness\": \"enweghị mmasị\",\n    \"nonemanant\": \"nonmanant\",\n    \"nonemanating\": \"na-anaghị eme ihe\",\n    \"nonemancipation\": \"enweghị nchịkwa\",\n    \"nonemancipative\": \"emeghị nke ọma\",\n    \"nonembarkation\": \"enweghị atụ\",\n    \"nonembellished\": \"enweghị atụ\",\n    \"nonembellishing\": \"enweghị atụ\",\n    \"nonembellishment\": \"enweghị atụ\",\n    \"nonembezzlement\": \"emeghi ego\",\n    \"nonembryonal\": \"enweghị atụ\",\n    \"nonembryonically\": \"n'emeghị ya\",\n    \"nonemendable\": \"enweghị atụ\",\n    \"nonemendation\": \"anaghị akwụ ụgwọ\",\n    \"nonemergence\": \"enweghị ikike\",\n    \"nonemergent\": \"adighi ihe\",\n    \"nonemigrant\": \"esiteghi na mba ozo\",\n    \"nonemigration\": \"enweghị njem\",\n    \"nonemission\": \"enweghị\",\n    \"nonemotional\": \"enweghị mmetụta\",\n    \"nonemotionally\": \"n'emeghị mmụọ\",\n    \"nonemotive\": \"anaghị alụ ọgụ\",\n    \"nonemotively\": \"n'emeghị ihe ọ bụla\",\n    \"nonemotiveness\": \"alụghị di ma ọ bụ nwunye\",\n    \"nonempathically\": \"n'emeghị ya n'ụzọ\",\n    \"nonemphatic\": \"anaghị ekwe mbọ\",\n    \"nonemphatical\": \"n'emeghi ntule\",\n    \"nonempirically\": \"n'emeghị mmụọ\",\n    \"nonemploying\": \"enweghị ọrụ\",\n    \"nonemployment\": \"enweghị ọrụ\",\n    \"nonempty\": \"efu\",\n    \"nonemulation\": \"enweghị mmụba\",\n    \"nonemulative\": \"ekwesighi\",\n    \"nonemulous\": \"ejighị kpọrọ ihe\",\n    \"nonemulously\": \"n'amaghi ama\",\n    \"nonemulousness\": \"amaghi ihe\",\n    \"nonenactment\": \"emeghi ihe\",\n    \"nonencyclopedic\": \"noncentclopedic\",\n    \"nonencyclopedical\": \"na-enweghị ntụpọ\",\n    \"nonenclosure\": \"ekpuchighi\",\n    \"nonencroachment\": \"nonenwepu\",\n    \"nonendemic\": \"enweghị atụ\",\n    \"nonendorsement\": \"akwụghị ụgwọ\",\n    \"nonendowment\": \"anaghị enye onyinye\",\n    \"nonendurable\": \"anaghị akwụ ụgwọ\",\n    \"nonendurance\": \"enweghị ndidi\",\n    \"nonenduring\": \"anaghị akwụ ụgwọ\",\n    \"nonenemy\": \"enweghị iro\",\n    \"nonenemies\": \"ndị iro\",\n    \"nonenergetically\": \"n'adighi ume\",\n    \"nonenergic\": \"anaghị ajụ onwe ya\",\n    \"nonenervating\": \"na-agbasaghị\",\n    \"nonenforceability\": \"enweghị ike ịrụ ọrụ\",\n    \"nonenforceable\": \"anaghị akwụ ụgwọ\",\n    \"nonenforced\": \"akwadoghi\",\n    \"nonenforcedly\": \"emezughi\",\n    \"nonenforcement\": \"enweghị mmanye\",\n    \"nonenforcing\": \"anaghị akwado\",\n    \"nonengagement\": \"enweghị njikọ\",\n    \"nonengrossing\": \"enweghị atụ\",\n    \"nonengrossingly\": \"adighi engrossingly\",\n    \"nonenigmatic\": \"anaghị enigmatic\",\n    \"nonenlightened\": \"enwetabeghị ìhè\",\n    \"nonenlightening\": \"na-anaghị enye ìhè\",\n    \"nonenrolled\": \"edebanyeghị aha\",\n    \"nonent\": \"enweghị\",\n    \"nonentailed\": \"zigara\",\n    \"nonenterprising\": \"nke na-agbasaghị\",\n    \"nonentertaining\": \"unentertaining\",\n    \"nonentertainment\": \"nnabata\",\n    \"nonenthusiastic\": \"enweghị isi\",\n    \"nonenthusiastically\": \"n'agbasaghị ya\",\n    \"nonenticing\": \"anaghị achọpụta\",\n    \"nonentitative\": \"enweghị atụ\",\n    \"nonentity\": \"enweghị mmasị\",\n    \"nonentityism\": \"enweghị mmasị\",\n    \"nonentitive\": \"nke anaghị akwụ ụgwọ\",\n    \"nonentitize\": \"etinyeghị aka\",\n    \"nonentrant\": \"anaghị akwụ ụgwọ\",\n    \"nonentreating\": \"anaghị agwọ ọrịa\",\n    \"nonentreatingly\": \"n'emeghị ya ọgwụ\",\n    \"nonentry\": \"arụghị ọrụ\",\n    \"nonenumerated\": \"agughi agu\",\n    \"nonenumerative\": \"anaghị agụpụta\",\n    \"nonenunciation\": \"ịkpọghị aha\",\n    \"nonenunciative\": \"ekwughị okwu\",\n    \"nonenunciatory\": \"nonenọ okwu\",\n    \"nonenviable\": \"enweghị atụ\",\n    \"nonenviableness\": \"enweghị ihe ọ bụla\",\n    \"nonenviably\": \"enweghị envi\",\n    \"nonenvious\": \"na-adịghị ahụ anya\",\n    \"nonenviously\": \"n'emeghị anya\",\n    \"nonenviousness\": \"enweghị omume\",\n    \"nonenvironmental\": \"gburugburu ebe obibi\",\n    \"nonenvironmentally\": \"gburugburu ebe obibi\",\n    \"nonephemerally\": \"n'adighi ederede\",\n    \"nonepic\": \"anaghị adị egwu\",\n    \"nonepical\": \"anaghị adị egwu\",\n    \"nonepically\": \"n'emeghị ya\",\n    \"nonepigrammatically\": \"n'emeghị ya ọfụma\",\n    \"nonepisodical\": \"anaghị adị\",\n    \"nonepisodically\": \"n'emeghị ya echiche\",\n    \"nonepochal\": \"nopochal\",\n    \"nonequability\": \"enweghị ike\",\n    \"nonequable\": \"enweghị ike\",\n    \"nonequableness\": \"enweghị ike\",\n    \"nonequably\": \"enweghị isi\",\n    \"nonequal\": \"enweghị aha\",\n    \"nonequalization\": \"enweghị aha\",\n    \"nonequalized\": \"enweghị aha\",\n    \"nonequalizing\": \"enweghịkwa\",\n    \"nonequals\": \"na-enweghị atụ\",\n    \"nonequation\": \"enweghị ihe ọ bụla\",\n    \"nonequatorial\": \"ọ dịghị onye\",\n    \"nonequatorially\": \"enweghị ihe ọ bụla\",\n    \"nonequestrian\": \"onye ọ bụla\",\n    \"nonequilateral\": \"noquilateral\",\n    \"nonequilaterally\": \"noquilaterally\",\n    \"nonequilibrium\": \"enweghị ihe ọ bụla\",\n    \"nonequitable\": \"enweghị ike\",\n    \"nonequitably\": \"enweghị ihe ọ bụla\",\n    \"nonequivalence\": \"enweghị atụ\",\n    \"nonequivalency\": \"enweghị atụ\",\n    \"nonequivalent\": \"enweghị atụ\",\n    \"nonequivalently\": \"enweghị ihe ọ bụla\",\n    \"nonequivalents\": \"ọ dịghị onye ọ bụla\",\n    \"nonequivocal\": \"enweghị mgbagha\",\n    \"nonequivocally\": \"n'ụzọ doro anya\",\n    \"nonequivocating\": \"emeghị ihe\",\n    \"noneradicable\": \"enweghị ihe ọ bụla\",\n    \"noneradicative\": \"enweghị ihe ọ bụla\",\n    \"nonerasure\": \"norasure\",\n    \"nonerecting\": \"anaghị arụ ọrụ\",\n    \"nonerection\": \"enweghị ọrụ\",\n    \"noneroded\": \"noroded\",\n    \"nonerodent\": \"enweghị\",\n    \"noneroding\": \"enweghị ihe\",\n    \"nonerosive\": \"norosive\",\n    \"nonerotic\": \"na-adịghị anụ ọkụ\",\n    \"nonerotically\": \"n'echeghị echiche\",\n    \"nonerrantly\": \"n'adabaghị iwu\",\n    \"nonerratic\": \"enweghị usoro\",\n    \"nonerratically\": \"n'esepụghị aka\",\n    \"nonerroneously\": \"adabaghị\",\n    \"nonerroneousness\": \"enweghị nkwenye\",\n    \"noneruditely\": \"n'esepụghị aka\",\n    \"noneruditeness\": \"abụghị eruditeness\",\n    \"nonerudition\": \"akwụkwọ\",\n    \"noneruptive\": \"anaghị arụ ọrụ\",\n    \"nonescape\": \"agbasaghi\",\n    \"nonesoterically\": \"n'esepughi\",\n    \"nonespionage\": \"nzaghachi\",\n    \"nonespousal\": \"nkwupụta okwu\",\n    \"nonessential\": \"enweghị isi\",\n    \"nonessentials\": \"ndị na-adịghị mkpa\",\n    \"nonestablishment\": \"mmeghe\",\n    \"nonesthetic\": \"enweghị ọgwụ\",\n    \"nonesthetical\": \"anaghị akwụ ụgwọ\",\n    \"nonesthetically\": \"n'emeghị ihe ọ bụla\",\n    \"nonestimable\": \"enweghị atụ\",\n    \"nonestimableness\": \"enweghị atụ\",\n    \"nonestimably\": \"enweghị atụ\",\n    \"nonesuriently\": \"n'esepughi obi\",\n    \"noneternally\": \"n'elu ala\",\n    \"noneternalness\": \"enweghị mmachi\",\n    \"noneternity\": \"ebighi ebi\",\n    \"nonetheless\": \"ka o sina dị\",\n    \"nonethereal\": \"abụghị ethereal\",\n    \"nonethereality\": \"enweghị ethereal\",\n    \"nonethereally\": \"ekwekọghị\",\n    \"nonetherealness\": \"enweghị nchịkwa\",\n    \"nonethic\": \"enweghị uche\",\n    \"nonethical\": \"enweghị echiche\",\n    \"nonethically\": \"n'agbanyeghi\",\n    \"nonethicalness\": \"enweghị echiche\",\n    \"nonethnologically\": \"n'etinyeghi echiche\",\n    \"noneugenic\": \"nougenic\",\n    \"noneugenical\": \"nougenical\",\n    \"noneugenically\": \"nougenically\",\n    \"noneuphonious\": \"enweghị isi\",\n    \"noneuphoniously\": \"na-ezighi ezi\",\n    \"noneuphoniousness\": \"ekwesighi okwu\",\n    \"nonevacuation\": \"abụghị mwepụ\",\n    \"nonevadable\": \"enweghị ike ịda mba\",\n    \"nonevadible\": \"ikekwe\",\n    \"nonevading\": \"adịghị anụ ahụ\",\n    \"nonevadingly\": \"n’enweghị atụ\",\n    \"nonevaluation\": \"enweghị nyocha\",\n    \"nonevanescent\": \"na-enweghị ebe obibi\",\n    \"nonevanescently\": \"na-agbasaghị\",\n    \"nonevangelic\": \"ọ dịghị onye mgbasa ozi ọma\",\n    \"nonevangelical\": \"onye na-abụghị ozioma\",\n    \"nonevangelically\": \"enweghị ozi\",\n    \"nonevaporable\": \"enweghị ike ịda mba\",\n    \"nonevaporating\": \"adịghị adị\",\n    \"nonevaporation\": \"enweghị mmiri\",\n    \"nonevaporative\": \"enweghị isi\",\n    \"nonevasion\": \"enweghị ihe ọ bụla\",\n    \"nonevasive\": \"enweghị ebe\",\n    \"nonevasively\": \"aghara aghara\",\n    \"nonevasiveness\": \"abughi ihe ojoo\",\n    \"nonevent\": \"enweghị isi\",\n    \"nonevents\": \"novents\",\n    \"noneviction\": \"ekwenti\",\n    \"nonevident\": \"ọ dịghị\",\n    \"nonevidential\": \"enweghị ihe\",\n    \"nonevil\": \"ọ dịghị\",\n    \"nonevilly\": \"enweghi obi ojoo\",\n    \"nonevilness\": \"enweghị ihe ọ bụla\",\n    \"nonevincible\": \"enweghi ike ikwugide\",\n    \"nonevincive\": \"enweghị isi\",\n    \"nonevocative\": \"enweghị ike\",\n    \"nonevolutional\": \"enweghị mgbanwe\",\n    \"nonevolutionally\": \"enweghị nke ọ bụla\",\n    \"nonevolutionary\": \"enweghị mgbanwe\",\n    \"nonevolutionist\": \"ọ dịghị onye kere\",\n    \"nonevolving\": \"enweghị ihe ọ bụla\",\n    \"nonexactable\": \"agaghị ekwe omume\",\n    \"nonexacting\": \"adịghị adị\",\n    \"nonexactingly\": \"adịghị\",\n    \"nonexactingness\": \"adịghị adị\",\n    \"nonexaction\": \"enweghị ọrụ\",\n    \"nonexaggerated\": \"ikwubiga okwu ókè\",\n    \"nonexaggeratedly\": \"n'etinyeghi ya\",\n    \"nonexaggerating\": \"na-ekwubiga okwu ókè\",\n    \"nonexaggeration\": \"ikwubiga okwu ókè\",\n    \"nonexaggerative\": \"na-ekwughi okwu\",\n    \"nonexaggeratory\": \"ọ dịghị onye na-ekwubiga okwu ókè\",\n    \"nonexamination\": \"enweghị mmetụ\",\n    \"nonexcavation\": \"enweghị ihe ọ bụla\",\n    \"nonexcepted\": \"anabatabeghị\",\n    \"nonexcepting\": \"na-adịghị anabata\",\n    \"nonexceptional\": \"enweghị ihe ọhụụ\",\n    \"nonexceptionally\": \"amaghị ihe\",\n    \"nonexcerptible\": \"agaghị ekwe omume\",\n    \"nonexcessive\": \"enweghị\",\n    \"nonexcessively\": \"enweghị ihe ọ bụla\",\n    \"nonexcessiveness\": \"enweghị ihe ọ bụla\",\n    \"nonexchangeability\": \"enweghị mgbanwe\",\n    \"nonexchangeable\": \"enweghi mgbanwe\",\n    \"nonexcitable\": \"enweghị ihe ọ bụla\",\n    \"nonexcitableness\": \"Enweghị ihe ọ bụla\",\n    \"nonexcitably\": \"enweghị ihe ọ bụla\",\n    \"nonexcitative\": \"enweghị ihe ọ bụla\",\n    \"nonexcitatory\": \"adịghị ihe ọ bụla\",\n    \"nonexciting\": \"adịghị agwụ agwụ\",\n    \"nonexclamatory\": \"ọ dịghị ihe ọ bụla\",\n    \"nonexclusion\": \"enweghị onye ọ bụla\",\n    \"nonexclusive\": \"enweghị ihe ọ bụla\",\n    \"nonexcommunicable\": \"enweghị nkwurịta okwu\",\n    \"nonexculpable\": \"agaghị ekwe omume\",\n    \"nonexculpation\": \"enweghị ihe ọ bụla\",\n    \"nonexculpatory\": \"adịghị onye ọ bụla\",\n    \"nonexcusable\": \"Enweghị mgbaghara\",\n    \"nonexcusableness\": \"Enweghị ihe ọ bụla\",\n    \"nonexcusably\": \"enweghị ihe ọ bụla\",\n    \"nonexecutable\": \"agaghị ekwe omume\",\n    \"nonexecution\": \"enweghị nchekasị\",\n    \"nonexecutive\": \"enweghị ọrụ\",\n    \"nonexemplary\": \"ihe atụ\",\n    \"nonexemplification\": \"adịghị mfe\",\n    \"nonexemplificatior\": \"Enweghị ihe ọ bụla\",\n    \"nonexempt\": \"anabatabeghị\",\n    \"nonexemption\": \"enweghị ego\",\n    \"nonexercisable\": \"agaghị ekwe omume\",\n    \"nonexercise\": \"adịghị emega ahụ\",\n    \"nonexerciser\": \"enweghị mgbatị\",\n    \"nonexertion\": \"enweghị ihe ọ bụla\",\n    \"nonexertive\": \"adịghị adị\",\n    \"nonexhausted\": \"Ike agwụbeghị\",\n    \"nonexhaustible\": \"enweghị atụ\",\n    \"nonexhaustive\": \"enweghị atụ\",\n    \"nonexhaustively\": \"adịghị agbasasị\",\n    \"nonexhaustiveness\": \"enweghị onye ọ bụla\",\n    \"nonexhibition\": \"ihe ngosi\",\n    \"nonexhibitionism\": \"ihe ngosi\",\n    \"nonexhibitionistic\": \"onye na-adịghị ahụ anya\",\n    \"nonexhibitive\": \"adịghị akwụsị akwụsị\",\n    \"nonexhortation\": \"gbaa ume\",\n    \"nonexhortative\": \"ọ dịghị onye na-enye ndụmọdụ\",\n    \"nonexhortatory\": \"ọ dịghị\",\n    \"nonexigent\": \"enweghị ihe ọ bụla\",\n    \"nonexigently\": \"adịghị anya\",\n    \"nonexistence\": \"adịghị adị\",\n    \"nonexistent\": \"adịghị adị\",\n    \"nonexistential\": \"adịghị adị\",\n    \"nonexistentialism\": \"adịghị adị\",\n    \"nonexistentially\": \"adịghị adị\",\n    \"nonexisting\": \"adịghị adị\",\n    \"nonexoneration\": \"enweghị onye ọ bụla\",\n    \"nonexotic\": \"adịghị\",\n    \"nonexotically\": \"noxotically\",\n    \"nonexpanded\": \"na-agbasaghị\",\n    \"nonexpanding\": \"na-agbasaghị\",\n    \"nonexpansibility\": \"enweghi nkwanye ugwu\",\n    \"nonexpansible\": \"agaghị ekwe omume\",\n    \"nonexpansile\": \"adịghị\",\n    \"nonexpansion\": \"mmụba\",\n    \"nonexpansive\": \"adịghị adị\",\n    \"nonexpansively\": \"enweghị ihe ọ bụla\",\n    \"nonexpansiveness\": \"anwughi-anwu\",\n    \"nonexpectant\": \"onye na-adịghị anya\",\n    \"nonexpectantly\": \"na-enweghị anya\",\n    \"nonexpectation\": \"enweghị atụmanya\",\n    \"nonexpedience\": \"enweghị ndidi\",\n    \"nonexpediency\": \"enweghị ihe ọ bụla\",\n    \"nonexpedient\": \"enweghị ihe ọ bụla\",\n    \"nonexpediential\": \"enweghị ihe ọ bụla\",\n    \"nonexpediently\": \"enweghị ihe ọ bụla\",\n    \"nonexpeditious\": \"enweghị mmetụta\",\n    \"nonexpeditiously\": \"noxpeditiously\",\n    \"nonexpeditiousness\": \"Enweghị mmasị na ya\",\n    \"nonexpendable\": \"enweghị atụ\",\n    \"nonexperience\": \"enweghị ahụmahụ\",\n    \"nonexperienced\": \"enweghị ahụmahụ\",\n    \"nonexperiential\": \"enweghị ihe ọ bụla\",\n    \"nonexperientially\": \"enweghị ihe ọ bụla\",\n    \"nonexperimental\": \"enweghị ihe ọ bụla\",\n    \"nonexperimentally\": \"enweghị ihe ọ bụla\",\n    \"nonexpert\": \"Enweghị ihe ọ bụla\",\n    \"nonexpiable\": \"agaghị ekwe omume\",\n    \"nonexpiation\": \"Enweghị mmetụ\",\n    \"nonexpiatory\": \"ọ dịghị ihe ọ bụla\",\n    \"nonexpiration\": \"enweghị mmetụta\",\n    \"nonexpiry\": \"Enweghị ihe ọ bụla\",\n    \"nonexpiries\": \"adịghị anya\",\n    \"nonexpiring\": \"anaghị agwụ agwụ\",\n    \"nonexplainable\": \"enweghị ike ịkọwa\",\n    \"nonexplanative\": \"Enweghị nkọwa\",\n    \"nonexplanatory\": \"enweghị nkọwa\",\n    \"nonexplicable\": \"enweghị ihe ọ bụla\",\n    \"nonexplicative\": \"enweghị ihe ọ bụ\",\n    \"nonexploitation\": \"enweghị mmụba\",\n    \"nonexplorative\": \"enweghị ihe ọ bụla\",\n    \"nonexploratory\": \"enweghị nyocha\",\n    \"nonexplosive\": \"enweghị ihe ọ bụla\",\n    \"nonexplosively\": \"ọ dịghị\",\n    \"nonexplosiveness\": \"enweghị ihe ọ bụla\",\n    \"nonexplosives\": \"enweghị ihe ọ bụla\",\n    \"nonexponential\": \"enweghị isi\",\n    \"nonexponentially\": \"enweghị ihe ọ bụla\",\n    \"nonexponible\": \"ọ dịghị onye ọ bụla\",\n    \"nonexportable\": \"enweghị nkwanye\",\n    \"nonexportation\": \"mbubata\",\n    \"nonexposure\": \"enweghị ihe ọ bụla\",\n    \"nonexpressionistic\": \"Enweghị echiche ọ bụla\",\n    \"nonexpressive\": \"enweghị ike ọgwụgwụ\",\n    \"nonexpressively\": \"n’enweghi nsogbu\",\n    \"nonexpressiveness\": \"Enweghị mmetụ\",\n    \"nonexpulsion\": \"ihe na-adịghị mkpa\",\n    \"nonexpulsive\": \"adịghị anyụ anyụ ike\",\n    \"nonextant\": \"ọ dịghị\",\n    \"nonextempore\": \"noxtempore\",\n    \"nonextended\": \"agbasaghị\",\n    \"nonextendible\": \"Enweghị ihe ọ bụla\",\n    \"nonextendibleness\": \"Enweghị ihe ọ bụla\",\n    \"nonextensibility\": \"enweghị mmetụta\",\n    \"nonextensible\": \"agaghị ekwe omume\",\n    \"nonextensibleness\": \"anaghi ekwe omume\",\n    \"nonextensibness\": \"anwughi anwu\",\n    \"nonextensile\": \"Nkechi\",\n    \"nonextension\": \"nkwụsịtụ\",\n    \"nonextensional\": \"agbaghị ume\",\n    \"nonextensive\": \"enweghị isi\",\n    \"nonextensively\": \"gbasaghị m\",\n    \"nonextensiveness\": \"ikekwe\",\n    \"nonextenuating\": \"ọ dịghị\",\n    \"nonextenuatingly\": \"na-agbaghị agbatị\",\n    \"nonextenuative\": \"Enweghị ihe ọ bụla\",\n    \"nonextenuatory\": \"Nke ọ bụla\",\n    \"nonexteriority\": \"enweghị ihe ọ bụla\",\n    \"nonextermination\": \"mmechuihu\",\n    \"nonexterminative\": \"enweghị ihe ọ bụla\",\n    \"nonexterminatory\": \"enweghị ihe ọ bụla\",\n    \"nonexternal\": \"ọ dịghị\",\n    \"nonexternality\": \"anwughi anwu\",\n    \"nonexternalized\": \"Ọdịnala\",\n    \"nonexternally\": \"na-achọghị\",\n    \"nonextinct\": \"enweghị\",\n    \"nonextinction\": \"enweghị nkwụsị\",\n    \"nonextinguishable\": \"anaghị agbanyụ ọkụ\",\n    \"nonextinguished\": \"emezughi\",\n    \"nonextortion\": \"enweghị mkpụmkpụ\",\n    \"nonextortive\": \"ọ dịghị\",\n    \"nonextractable\": \"enweghị ike ịkọwapụta\",\n    \"nonextracted\": \"Anaghị ewepụ\",\n    \"nonextractible\": \"agaghị ekwe omume\",\n    \"nonextraction\": \"enweghị nkwụsị\",\n    \"nonextractive\": \"adịghị arụ ọrụ\",\n    \"nonextraditable\": \"agaghị ekwe omume\",\n    \"nonextradition\": \"enweghị onye ọzọ\",\n    \"nonextraneous\": \"odighi akwukwo\",\n    \"nonextraneously\": \"na-enweghị atụ\",\n    \"nonextraneousness\": \"anaghi ekwe omume\",\n    \"nonextreme\": \"noxtreme\",\n    \"nonextricable\": \"enweghị nke ọ bụla\",\n    \"nonextricably\": \"enweghị atụ\",\n    \"nonextrication\": \"Enweghị ihe ọ bụla\",\n    \"nonextrinsic\": \"noxtrinsic\",\n    \"nonextrinsical\": \"ọ dịghị\",\n    \"nonextrinsically\": \"noxtrinsically\",\n    \"nonextrusive\": \"ọ dịghị\",\n    \"nonexuberance\": \"enweghị atụ\",\n    \"nonexuberancy\": \"enweghị ihe ọ bụla\",\n    \"nonexuding\": \"na-adịghị akọ\",\n    \"nonexultant\": \"enweghị isi\",\n    \"nonexultantly\": \"enweghị ihe ọ bụla\",\n    \"nonexultation\": \"enweghị ihe ọ bụla\",\n    \"nonfabulous\": \"enweghị atụ\",\n    \"nonfacetious\": \"anaghị arụ ọrụ\",\n    \"nonfacetiously\": \"adabaghị\",\n    \"nonfacetiousness\": \"enweghị ọdịdị\",\n    \"nonfacility\": \"arụghị ọrụ\",\n    \"nonfacing\": \"anaghị adị\",\n    \"nonfact\": \"anaghị adị\",\n    \"nonfactious\": \"arụ ọrụ\",\n    \"nonfactiously\": \"n'emeghị ya\",\n    \"nonfactiousness\": \"arụghị ọrụ\",\n    \"nonfactitious\": \"anaghị arụ ọrụ\",\n    \"nonfactitiously\": \"n'adịghị na-arụ ọrụ\",\n    \"nonfactitiousness\": \"arụghị ọrụ\",\n    \"nonfactory\": \"abaghị uru\",\n    \"nonfactual\": \"abaghị uru\",\n    \"nonfactually\": \"n'emeghị ya\",\n    \"nonfacultative\": \"anaghị eso ndị ọzọ\",\n    \"nonfaculty\": \"anaghị arụ ọrụ\",\n    \"nonfading\": \"anaghị adị egwu\",\n    \"nonfailure\": \"enweghị ike\",\n    \"nonfallacious\": \"enweghị aha\",\n    \"nonfallaciously\": \"n'achọghị\",\n    \"nonfallaciousness\": \"enweghị aha\",\n    \"nonfalse\": \"na-abụghị akụkọ ụgha\",\n    \"nonfaltering\": \"na-adịghị agbanwe agbanwe\",\n    \"nonfalteringly\": \"n'adaghị\",\n    \"nonfamily\": \"ezin'ulo\",\n    \"nonfamilial\": \"abụghị ezinụlọ\",\n    \"nonfamiliar\": \"amaghi\",\n    \"nonfamilies\": \"ezin'ulo\",\n    \"nonfamous\": \"aha amaghi\",\n    \"nonfanatically\": \"adighi\",\n    \"nonfanciful\": \"enweghị obi ebere\",\n    \"nonfantasy\": \"echiche efu\",\n    \"nonfarcicality\": \"emeghị ihe\",\n    \"nonfarcically\": \"n'emeghị ya\",\n    \"nonfarcicalness\": \"enweghị ntụpọ\",\n    \"nonfarm\": \"enweghị oghere\",\n    \"nonfascist\": \"onye na-abụghị onye\",\n    \"nonfascists\": \"ndi n’adighi\",\n    \"nonfashionable\": \"na-abụghị ejiji\",\n    \"nonfashionableness\": \"emeghi ihe\",\n    \"nonfashionably\": \"n'agbanweghi ejiji\",\n    \"nonfastidious\": \"anaghị akwụ ụgwọ\",\n    \"nonfastidiously\": \"ikwesighi\",\n    \"nonfastidiousness\": \"enweghị okwukwe\",\n    \"nonfat\": \"anaghị adị ndụ\",\n    \"nonfatal\": \"anaghị adị ndụ\",\n    \"nonfatalistic\": \"na-abụghị eziokwu\",\n    \"nonfatality\": \"enweghị ndụ\",\n    \"nonfatalities\": \"abughi ihe ndi mebiri\",\n    \"nonfatally\": \"n'emeghị ya\",\n    \"nonfatalness\": \"enweghị nna\",\n    \"nonfatigable\": \"enweghị ike ịgbanwe\",\n    \"nonfatty\": \"abaghị uru\",\n    \"nonfaulty\": \"anaghị adị\",\n    \"nonfavorable\": \"agaghị ekwe omume\",\n    \"nonfavorableness\": \"enweghị ọrụ\",\n    \"nonfavorably\": \"enweghị isi\",\n    \"nonfavored\": \"akwadoghi\",\n    \"nonfavorite\": \"enweghị mmasị na ya\",\n    \"nonfealty\": \"enweghị ọrụ\",\n    \"nonfealties\": \"abughi uru\",\n    \"nonfeasance\": \"enweghị ego\",\n    \"nonfeasibility\": \"enweghị ike\",\n    \"nonfeasible\": \"agaghị ekwe omume\",\n    \"nonfeasibleness\": \"ekweghị\",\n    \"nonfeasibly\": \"enweghị ike\",\n    \"nonfeasor\": \"anaghị adị mfe\",\n    \"nonfebrile\": \"anaghị adị egwu\",\n    \"nonfecund\": \"anaghị akwụ ụgwọ\",\n    \"nonfecundity\": \"enweghị ego\",\n    \"nonfederal\": \"nkera\",\n    \"nonfederated\": \"anaghị akwụ ụgwọ\",\n    \"nonfeeble\": \"enweghị ike\",\n    \"nonfeebleness\": \"enweghị ike\",\n    \"nonfeebly\": \"n'efeghị\",\n    \"nonfeeding\": \"na-anaghị edozi\",\n    \"nonfeeling\": \"enweghị mmetụta\",\n    \"nonfeelingly\": \"n'elụghị\",\n    \"nonfeldspathic\": \"nke na-abụghị akụrụngwa\",\n    \"nonfelicity\": \"ekweghị\",\n    \"nonfelicitous\": \"n'adighi\",\n    \"nonfelicitously\": \"n'adaghị\",\n    \"nonfelicitousness\": \"enweghị nkwenye\",\n    \"nonfelony\": \"iwu\",\n    \"nonfelonious\": \"ndị na-enweghị ego\",\n    \"nonfeloniously\": \"n'esepughi\",\n    \"nonfeloniousness\": \"enweghị nkwanye ùgwù\",\n    \"nonfenestrated\": \"emeghi emechi\",\n    \"nonfermentability\": \"enweghị ọrụ\",\n    \"nonfermentable\": \"agaghị edepụtali ya\",\n    \"nonfermentation\": \"ntinye ederede\",\n    \"nonfermentative\": \"ntinye\",\n    \"nonfermented\": \"nonferferị\",\n    \"nonfermenting\": \"na-ezighi ezi\",\n    \"nonferocious\": \"enweghị obi ọjọọ\",\n    \"nonferociously\": \"n'emeghị ihe ọ bụla\",\n    \"nonferociousness\": \"enweghị obi ọjọọ\",\n    \"nonferocity\": \"emeghị ihe ọjọọ\",\n    \"nonferrous\": \"enweghị\",\n    \"nonfertile\": \"na-emezughị\",\n    \"nonfertility\": \"enweghị ọmụmụ\",\n    \"nonfervent\": \"adịghị agbanwe agbanwe\",\n    \"nonfervently\": \"n'esighi\",\n    \"nonferventness\": \"enweghị ọrụ\",\n    \"nonfervidly\": \"n'esighi\",\n    \"nonfervidness\": \"nkwanye ugwu\",\n    \"nonfestive\": \"anaghị akwụ ụgwọ\",\n    \"nonfestively\": \"n'emeghị ọnụ\",\n    \"nonfestiveness\": \"emeghị ihe ngosi\",\n    \"nonfeudal\": \"enweghị ego\",\n    \"nonfeudally\": \"anaghị akwụ ụgwọ\",\n    \"nonfeverish\": \"enweghị fever\",\n    \"nonfeverishly\": \"enweghị feverishly\",\n    \"nonfeverishness\": \"enweghị ahụ ọkụ\",\n    \"nonfeverous\": \"nke anaghị akwụ ụgwọ\",\n    \"nonfeverously\": \"adighi adi nma\",\n    \"nonfibrous\": \"abụghị eriri\",\n    \"nonfictional\": \"esiteghị na ya\",\n    \"nonfictionally\": \"nonftionally\",\n    \"nonfictitious\": \"emeghị eme\",\n    \"nonfictitiously\": \"n'adaghị\",\n    \"nonfictitiousness\": \"emeghị eme\",\n    \"nonfictive\": \"abughi ihe bara uru\",\n    \"nonfictively\": \"n'afụ\",\n    \"nonfidelity\": \"enweghị nkwenye\",\n    \"nonfiduciaries\": \"ndị na-abụghị ndị ọkachamara\",\n    \"nonfighter\": \"onye na-alụ ọgụ\",\n    \"nonfigurative\": \"nke anaghị agbanwe agbanwe\",\n    \"nonfiguratively\": \"na-abụghị nke ọzọ\",\n    \"nonfigurativeness\": \"enweghị atụ\",\n    \"nonfilamentous\": \"anaghị akwụ ụgwọ\",\n    \"nonfilial\": \"anaghị adị egwu\",\n    \"nonfilter\": \"anaghị ajụ\",\n    \"nonfilterable\": \"nke a na-apụghị ịkọwapụta\",\n    \"nonfinancial\": \"enweghị ego\",\n    \"nonfinancially\": \"na-abụghị ego\",\n    \"nonfinding\": \"na-achọtaghị\",\n    \"nonfinishing\": \"emechaghi\",\n    \"nonfinite\": \"enweghị njedebe\",\n    \"nonfinitely\": \"akaghi aka\",\n    \"nonfiniteness\": \"enweghị nsọtụ\",\n    \"nonfireproof\": \"enweghị ọkụ\",\n    \"nonfiscal\": \"enweghị ego\",\n    \"nonfiscally\": \"n'agha\",\n    \"nonfisherman\": \"onye na-azu azu\",\n    \"nonfishermen\": \"ndị na-azụ azụ\",\n    \"nonfissility\": \"enweghị ọrụ\",\n    \"nonfissionable\": \"enweghị ihe ọ bụla\",\n    \"nonfixation\": \"ndenyeghị ya\",\n    \"nonflagellated\": \"enweghị atụ\",\n    \"nonflagitious\": \"anaghị akwụ ụgwọ\",\n    \"nonflagitiously\": \"n'adighi ego\",\n    \"nonflagitiousness\": \"enweghị ọrụ\",\n    \"nonflagrance\": \"nkwanye ugwu\",\n    \"nonflagrant\": \"anaghị ekwe ede\",\n    \"nonflagrantly\": \"n'emeghị nkwanye ugwu\",\n    \"nonflakily\": \"n'adighi\",\n    \"nonflakiness\": \"emeghị ihe n'echeghị echiche\",\n    \"nonflammability\": \"enweghị ike iwe ọkụ\",\n    \"nonflammable\": \"enweghị atụ\",\n    \"nonflammatory\": \"enweghị nkwanye\",\n    \"nonflatulence\": \"enweghị mmachi\",\n    \"nonflatulency\": \"enweghị nchịkwa\",\n    \"nonflatulent\": \"nke na-abụghị nke\",\n    \"nonflatulently\": \"n'adighi anya\",\n    \"nonflexibility\": \"enweghị mgbanwe\",\n    \"nonflexible\": \"enweghị mgbanwe\",\n    \"nonflexibleness\": \"enweghị mgbanwe\",\n    \"nonflexibly\": \"enweghị mgbanwe\",\n    \"nonflyable\": \"anaghị akwụ ụgwọ\",\n    \"nonflying\": \"na-enweghị efe\",\n    \"nonflirtatious\": \"na-abụghị ịgba\",\n    \"nonflirtatiously\": \"n'emeghị nkwanye ùgwù\",\n    \"nonflirtatiousness\": \"enweghị nkwanye ùgwù\",\n    \"nonfloatation\": \"enweghị efe\",\n    \"nonfloating\": \"na-enweghị ntụgharị\",\n    \"nonfloatingly\": \"n'anaghị arụ ọrụ\",\n    \"nonfloriferous\": \"enweghị nsogbu\",\n    \"nonflowering\": \"okooko osisi\",\n    \"nonflowing\": \"anaghị asọ asọ\",\n    \"nonfluctuating\": \"anaghị agbanwe agbanwe\",\n    \"nonfluctuation\": \"ngbanwe\",\n    \"nonfluency\": \"abaghị uru\",\n    \"nonfluent\": \"anaghị eri\",\n    \"nonfluently\": \"anaghị akwụ ụgwọ\",\n    \"nonfluentness\": \"abaghị uru\",\n    \"nonfluid\": \"enweghị mmiri\",\n    \"nonfluids\": \"enweghị mmiri\",\n    \"nonfluorescence\": \"enweghị ntụ\",\n    \"nonfluorescent\": \"abaghị uru\",\n    \"nonfocal\": \"enweghị isi\",\n    \"nonfollowing\": \"anaghị eso\",\n    \"nonfood\": \"anaghị eri nri\",\n    \"nonforbearance\": \"enweghị ndidi\",\n    \"nonforbearing\": \"enweghị atụ\",\n    \"nonforbearingly\": \"n'esighi ike\",\n    \"nonforeclosing\": \"imechi iwu\",\n    \"nonforeclosure\": \"igbochi iwu\",\n    \"nonforeign\": \"na-enweghị iwu\",\n    \"nonforeigness\": \"enweghị iwu\",\n    \"nonforeignness\": \"enweghị iwu\",\n    \"nonforeknowledge\": \"amaghi ama\",\n    \"nonforensic\": \"enweghị isi\",\n    \"nonforensically\": \"n'esighi aru\",\n    \"nonforest\": \"ifo\",\n    \"nonforested\": \"esoghi\",\n    \"nonforfeitable\": \"enweghị uru\",\n    \"nonforfeiting\": \"enweghị atụ\",\n    \"nonforfeiture\": \"anaghị enyefe\",\n    \"nonforgiving\": \"anaghị agbaghara\",\n    \"nonform\": \"emeghi\",\n    \"nonformal\": \"emeghi\",\n    \"nonformalistic\": \"emeghị nke ọma\",\n    \"nonformally\": \"n'emeghị ya\",\n    \"nonformalness\": \"enweghị ọrụ\",\n    \"nonformation\": \"enweghị ozi\",\n    \"nonformative\": \"abughi ihe omuma\",\n    \"nonformatively\": \"n'adịghị\",\n    \"nonformidability\": \"enweghị nkwarụ\",\n    \"nonformidableness\": \"enweghị nkwanye ugwu\",\n    \"nonforming\": \"anaghị adị\",\n    \"nonformulation\": \"nhazi\",\n    \"nonfortifiable\": \"enweghị ikike\",\n    \"nonfortification\": \"enweghị akwụkwọ\",\n    \"nonfortifying\": \"enweghị ike\",\n    \"nonfortuitous\": \"erughị ala\",\n    \"nonfortuitously\": \"n'enweghị nsogbu\",\n    \"nonfortuitousness\": \"erughị ala\",\n    \"nonfossiliferous\": \"nke na-abụghị nke ekeresimesi\",\n    \"nonfouling\": \"enweghị isi\",\n    \"nonfragile\": \"anaghị ekekọrịta\",\n    \"nonfragilely\": \"na-agbasaghị\",\n    \"nonfragileness\": \"enweghị nkwupụta\",\n    \"nonfragility\": \"nkwanye ugwu\",\n    \"nonfragmented\": \"nkewa\",\n    \"nonfragrant\": \"emeghi elu\",\n    \"nonfrangibility\": \"nkwenye\",\n    \"nonfrangible\": \"enweghị nkwupụta\",\n    \"nonfrat\": \"anaghị ajụ onwe\",\n    \"nonfraternal\": \"na-enweghị nkwupụta\",\n    \"nonfraternally\": \"n'usoro\",\n    \"nonfraternity\": \"enweghị ozi\",\n    \"nonfrauder\": \"onye obula\",\n    \"nonfraudulence\": \"emeghị ihe n'eziokwu\",\n    \"nonfraudulency\": \"nonfrauduudulency\",\n    \"nonfraudulent\": \"na-abụghị aghụghọ\",\n    \"nonfraudulently\": \"n’agbụghị nkwuwa\",\n    \"nonfreedom\": \"nnwere onwe\",\n    \"nonfreezable\": \"enweghị ike ịza\",\n    \"nonfreeze\": \"freefriza\",\n    \"nonfreezing\": \"anaghị ajụ oyi\",\n    \"nonfrenetic\": \"na-enweghị mmachi\",\n    \"nonfrenetically\": \"n'asaghị\",\n    \"nonfrequence\": \"enweghị isi\",\n    \"nonfrequency\": \"abụghị ugboro\",\n    \"nonfrequent\": \"anaghị adịkarị\",\n    \"nonfrequently\": \"na-enweghị isi\",\n    \"nonfriction\": \"esemokwu\",\n    \"nonfrigid\": \"anaghị ajụ oyi\",\n    \"nonfrigidity\": \"nju oyi\",\n    \"nonfrigidly\": \"n'adaghị\",\n    \"nonfrigidness\": \"enweghị mmụọ\",\n    \"nonfrosted\": \"anaghị ajụ oyi\",\n    \"nonfrosting\": \"anaghị ajụ oyi\",\n    \"nonfrugal\": \"enweghị ego\",\n    \"nonfrugality\": \"abụghị frugality\",\n    \"nonfrugally\": \"n'emeghị ego\",\n    \"nonfrugalness\": \"emeghị eme\",\n    \"nonfruition\": \"mkpụrụ abụghị\",\n    \"nonfrustration\": \"enweghị ntụkwasị obi\",\n    \"nonfugitive\": \"onye na-agbasaghi\",\n    \"nonfugitively\": \"n'ejighi\",\n    \"nonfugitiveness\": \"enweghị ndapụta\",\n    \"nonfulfillment\": \"emezughị\",\n    \"nonfulminating\": \"na-enweghị atụ\",\n    \"nonfunctional\": \"anaghị arụ ọrụ\",\n    \"nonfunctionally\": \"na-arụ ọrụ\",\n    \"nonfunctioning\": \"anaghị arụ ọrụ\",\n    \"nonfundable\": \"enweghị ike ịkwụghachi\",\n    \"nonfunded\": \"enweghị ego\",\n    \"nonfungible\": \"abụghị fungible\",\n    \"nonfusibility\": \"nkwenye\",\n    \"nonfutile\": \"abaghị uru\",\n    \"nonfuturistic\": \"abụghị futuristic\",\n    \"nonfuturity\": \"abughi odi ndu\",\n    \"nonfuturition\": \"ọdịnihu\",\n    \"nongalvanized\": \"anaghị adị mma\",\n    \"nongaseness\": \"enweghị atụ\",\n    \"nongaseous\": \"adịghị eri\",\n    \"nongassy\": \"anwughi\",\n    \"nongelatinizing\": \"anaghị edozi\",\n    \"nongelatinous\": \"anaghị adị mfe\",\n    \"nongelatinously\": \"n'emeghị ihe ọ bụla\",\n    \"nongelatinousness\": \"enweghị nkwanye ùgwù\",\n    \"nongelling\": \"adịghị ekwu okwu\",\n    \"nongeneralized\": \"ghara ịdị\",\n    \"nongenerating\": \"na-amụba ama\",\n    \"nongenerative\": \"na-enweghị atụ\",\n    \"nongeneric\": \"nke a\",\n    \"nongenerical\": \"ihe nongenerical\",\n    \"nongenerically\": \"n'ongonerically\",\n    \"nongenetically\": \"n'ongenetically\",\n    \"nongentile\": \"ekweghi-omume\",\n    \"nongeographically\": \"na-agbasaghị ya\",\n    \"nongeologically\": \"na-abụghị usoro mmụta\",\n    \"nongeometric\": \"abụghị geometric\",\n    \"nongeometrical\": \"abụghị geometrical\",\n    \"nongeometrically\": \"abụghị geometrically\",\n    \"nongerminating\": \"na-echekwa\",\n    \"nongerminative\": \"ihe na-adịghị mma\",\n    \"nongestic\": \"onye nong\",\n    \"nongestical\": \"ihe na-adịghị anya\",\n    \"nongilded\": \"anaghị adị mfe\",\n    \"nongildsman\": \"onyedikachi\",\n    \"nongilled\": \"enweghị atụ\",\n    \"nongymnast\": \"onyenze\",\n    \"nonglacially\": \"ọ bụghị\",\n    \"nonglandered\": \"ekwuola\",\n    \"nonglandular\": \"ugwu\",\n    \"nonglandulous\": \"onye nzuzu\",\n    \"nonglazed\": \"etinyere\",\n    \"nongold\": \"ọ bụghị\",\n    \"nongospel\": \"nnụnụ\",\n    \"nongovernance\": \"ọchịchị\",\n    \"nongovernment\": \"ndị ọchịchị\",\n    \"nongovernmental\": \"na-abụghị nke gọọmentị\",\n    \"nongraceful\": \"na-enweghị atụ\",\n    \"nongracefully\": \"n'esepughi\",\n    \"nongracefulness\": \"enweghị atụ\",\n    \"nongracious\": \"na-enweghị atụ\",\n    \"nongraciously\": \"n'amaghi ama\",\n    \"nongraciousness\": \"amaghi ama\",\n    \"nongraduate\": \"agụghị akwụkwọ\",\n    \"nongraduated\": \"emeghi emezi\",\n    \"nongrained\": \"anaghị edozi\",\n    \"nongranulated\": \"agbasaala\",\n    \"nongraphically\": \"n'ongraphically\",\n    \"nongrass\": \"nzuzu\",\n    \"nongratification\": \"ntinye aka\",\n    \"nongratifying\": \"na-agbakwunye\",\n    \"nongratifyingly\": \"n'ikwuputa\",\n    \"nongratuitously\": \"abụghị nke na-akwụghị ụgwọ\",\n    \"nongratuitousness\": \"enweghị onyinye\",\n    \"nongraven\": \"mbong\",\n    \"nongravitational\": \"ezughi oke\",\n    \"nongravitationally\": \"n'adighi ike\",\n    \"nongravitative\": \"nke na-abụghị nri\",\n    \"nongregariously\": \"n'emeghị anya\",\n    \"nongregariousness\": \"enweghị mmụọ\",\n    \"nongrieved\": \"arụghị ọrụ\",\n    \"nongrieving\": \"anaghị eri nri\",\n    \"nongrievous\": \"ihe na-adịghị mma\",\n    \"nongrievously\": \"na-enweghị atụ\",\n    \"nongrievousness\": \"nsogbu\",\n    \"nongrooming\": \"ịnọ nkịtị\",\n    \"nongrounded\": \"okirikiri\",\n    \"nongrounding\": \"ebe obibi\",\n    \"nonguaranty\": \"enweghị nkwekọrịta\",\n    \"nonguard\": \"echebe\",\n    \"nonguidable\": \"enweghị nchịkwa\",\n    \"nonguidance\": \"enweghị nchịkwa\",\n    \"nonguilt\": \"agbachitere\",\n    \"nonguilts\": \"agbachitere\",\n    \"nonguttural\": \"ihe na-emeghi eme\",\n    \"nonhabitability\": \"enweghị ike ibi\",\n    \"nonhabitable\": \"enweghị ike ibi\",\n    \"nonhabitableness\": \"ebighi ebi\",\n    \"nonhabitably\": \"enweghị ike ibi\",\n    \"nonhabitation\": \"enweghị ebe obibi\",\n    \"nonhabitual\": \"onye anaghị ebi ndụ\",\n    \"nonhabitually\": \"anaghị ebi ndụ\",\n    \"nonhabitualness\": \"ebighi ebi\",\n    \"nonhabituating\": \"anaghị ebi ndụ\",\n    \"nonhackneyed\": \"emechighi\",\n    \"nonhalation\": \"enweghị ume\",\n    \"nonhallucinated\": \"enweghị ihe ọ bụla\",\n    \"nonhallucination\": \"enweghị atụ\",\n    \"nonhallucinatory\": \"enweghị ihe ọ bụla\",\n    \"nonhandicap\": \"adịghị edozi\",\n    \"nonhardenable\": \"enweghị ike ịgbagha\",\n    \"nonhardy\": \"anaghị adị egwu\",\n    \"nonharmony\": \"enweghị nkwekọrịta\",\n    \"nonharmonies\": \"ekweghị\",\n    \"nonharmonious\": \"enweghị nkwekọrịta\",\n    \"nonharmoniously\": \"na-enweghị nkwekọrịta\",\n    \"nonharmoniousness\": \"enweghị nkwekọrịta\",\n    \"nonhazardous\": \"enweghị ihe ọghọm\",\n    \"nonhazardously\": \"enweghị ihe ọghọm\",\n    \"nonhazardousness\": \"adịghị ize ndụ\",\n    \"nonheading\": \"na-enweghị isi\",\n    \"nonhearer\": \"anughi\",\n    \"nonheathen\": \"na-anaghị ekpo ọkụ\",\n    \"nonheathens\": \"anaghị ekpo ọkụ\",\n    \"nonhectic\": \"enweghị nsogbu\",\n    \"nonhectically\": \"n'adịghị ọcha\",\n    \"nonhedonically\": \"na-enweghị akwụ ụgwọ\",\n    \"nonhedonistic\": \"enweghị akwụkwọ\",\n    \"nonhedonistically\": \"na-enweghị mmachi\",\n    \"nonheinous\": \"enweghị ike\",\n    \"nonheinously\": \"n'emeghị ụjọ\",\n    \"nonheinousness\": \"enweghị echiche\",\n    \"nonhematic\": \"na-agbasaghị\",\n    \"nonhepatic\": \"anaghị agwọ ọrịa\",\n    \"nonhereditability\": \"enweghị nkwado\",\n    \"nonhereditable\": \"enweghị ike ịbanye\",\n    \"nonhereditably\": \"enweghị ike igbochi ya\",\n    \"nonhereditary\": \"enweghị ihe mgbochi\",\n    \"nonhereditarily\": \"n'adabereghị\",\n    \"nonhereditariness\": \"enweghị mmasị\",\n    \"nonheretical\": \"enweghị mgbagha\",\n    \"nonheretically\": \"n'esighi ya\",\n    \"nonheritability\": \"enweghị ihe nketa\",\n    \"nonheritable\": \"n'agha\",\n    \"nonheritably\": \"enweghị ihe nketa\",\n    \"nonheritor\": \"onye na-anaghị akwụ ụgwọ\",\n    \"nonheroically\": \"n'adighi aru\",\n    \"nonheroicness\": \"abughi dike\",\n    \"nonhesitant\": \"anaghị anọ nkịtị\",\n    \"nonhesitantly\": \"n'esighi ike\",\n    \"nonheuristic\": \"enweghị nkwenye\",\n    \"nonhydrated\": \"enweghị mmiri\",\n    \"nonhydraulic\": \"abụghị hydraulic\",\n    \"nonhydrogenous\": \"enweghị mmiri\",\n    \"nonhierarchic\": \"onye isi\",\n    \"nonhierarchical\": \"enweghị usoro\",\n    \"nonhierarchically\": \"enweghị usoro\",\n    \"nonhieratically\": \"n'adighi\",\n    \"nonhygroscopically\": \"n'emeghị nkwanye ugwu\",\n    \"nonhyperbolical\": \"abụghị nke Akwụkwọ Nsọ\",\n    \"nonhyperbolically\": \"enweghị ihe ọ bụla\",\n    \"nonhypnotically\": \"n'etinyeghị anya\",\n    \"nonhistoric\": \"akụkọ ihe mere eme\",\n    \"nonhistorical\": \"akụkọ ihe mere eme\",\n    \"nonhistorically\": \"n'akụkọ ihe mere eme\",\n    \"nonhistoricalness\": \"enweghị akụkọ ihe mere eme\",\n    \"nonhistrionically\": \"n'adịghị n'usoro\",\n    \"nonhomiletic\": \"na-abụghị onye\",\n    \"nonhomogeneous\": \"emeghi eme\",\n    \"nonhomogeneously\": \"emeghi eme\",\n    \"nonhomogeneousness\": \"enweghị mmụba\",\n    \"nonhomogenous\": \"emeghi eme\",\n    \"nonhostile\": \"enweghị mmụọ\",\n    \"nonhostilely\": \"n'enyeghi nsogbu\",\n    \"nonhostility\": \"Enweghị mmụọ\",\n    \"nonhouseholder\": \"onye nwe ụlọ\",\n    \"nonhousekeeping\": \"idebe ụlọ\",\n    \"nonhuman\": \"onye na-abụghị mmadụ\",\n    \"nonhumaness\": \"enweghị mmadụ\",\n    \"nonhumanist\": \"onye na-abụghị mmadu\",\n    \"nonhumanistic\": \"ndi mmadu\",\n    \"nonhumanized\": \"emeghi nke mmadu\",\n    \"nonhumanness\": \"enweghị mmadụ\",\n    \"nonhumorous\": \"na-adịghị atọ ọchị\",\n    \"nonhumorously\": \"n'emeghị mkparị\",\n    \"nonhumorousness\": \"enweghị nkwanye ùgwù\",\n    \"nonhumus\": \"na-abụghị anụ\",\n    \"nonhunting\": \"anaghị achọ\",\n    \"nonic\": \"enweghị\",\n    \"nonideal\": \"enweghị akwụkwọ\",\n    \"nonidealistic\": \"enweghị akwụkwọ\",\n    \"nonideational\": \"enweghị akwụkwọ\",\n    \"nonideationally\": \"na-agbasaghị\",\n    \"nonidempotent\": \"enweghị ike\",\n    \"nonidentification\": \"amaghi\",\n    \"nonidentity\": \"enweghi ihe omuma\",\n    \"nonidentities\": \"ihe ndị na-abụghị ihe\",\n    \"nonideologic\": \"ihe nkiri\",\n    \"nonideological\": \"ihe omimi\",\n    \"nonideologically\": \"na-emeghị ihe nkiri\",\n    \"nonidiomatically\": \"n'emeghị ihe nkiri\",\n    \"nonidolatrous\": \"anaghị akwado iwu\",\n    \"nonidolatrously\": \"n'emeghị ihe ọ bụla\",\n    \"nonidolatrousness\": \"enweghị nchịkwa\",\n    \"nonignitability\": \"enweghị ikike\",\n    \"nonignitable\": \"enweghị atụ\",\n    \"nonignitibility\": \"enweghị ikike\",\n    \"nonignitible\": \"enweghị akwụ ụgwọ\",\n    \"nonignominious\": \"emeghị ihere\",\n    \"nonignominiously\": \"abụghị ihe nlere\",\n    \"nonignominiousness\": \"enweghị aha\",\n    \"nonignorant\": \"amaghi ama\",\n    \"nonignorantly\": \"n'amaghi ama\",\n    \"nonyielding\": \"anaghị akwụ ụgwọ\",\n    \"nonillative\": \"anaghị arụ ọrụ\",\n    \"nonillatively\": \"na-agbasaghị\",\n    \"nonillion\": \"nde\",\n    \"nonillionth\": \"enweghị\",\n    \"nonilluminant\": \"anaghị akwụ ụgwọ\",\n    \"nonilluminating\": \"anaghị enye ìhè\",\n    \"nonilluminatingly\": \"na-anaghị enye ìhè\",\n    \"nonillumination\": \"enweghị ọkụ\",\n    \"nonilluminative\": \"anaghị agbanwe agbanwe\",\n    \"nonillusional\": \"anaghị adị n’otu\",\n    \"nonillusive\": \"anaghị akwụ ụgwọ\",\n    \"nonillusively\": \"enweghị nsogbu\",\n    \"nonillusiveness\": \"enweghị atụ\",\n    \"nonillustration\": \"enweghị akwụkwọ\",\n    \"nonillustrative\": \"abụghị ihe atụ\",\n    \"nonillustratively\": \"n'adighi n'ile\",\n    \"nonimaginarily\": \"n'echeghị echiche\",\n    \"nonimaginariness\": \"enweghị nchekwube\",\n    \"nonimaginational\": \"enweghị echiche\",\n    \"nonimbricate\": \"enweghị atụ\",\n    \"nonimbricated\": \"enweghị ego\",\n    \"nonimbricately\": \"n'emeghị ọnụ\",\n    \"nonimbricating\": \"anaghị akwụ ụgwọ\",\n    \"nonimbricative\": \"anaghị akwụ ụgwọ\",\n    \"nonimitability\": \"enweghị atụ\",\n    \"nonimitable\": \"enweghị uru\",\n    \"nonimitating\": \"enweghị atụ\",\n    \"nonimitation\": \"nonimation\",\n    \"nonimitational\": \"anaghị akwụ ụgwọ\",\n    \"nonimitative\": \"enweghị atụ\",\n    \"nonimitatively\": \"n'emeghị ọnụ\",\n    \"nonimitativeness\": \"enweghị atụ\",\n    \"nonimmanency\": \"emeghị ihe\",\n    \"nonimmateriality\": \"ihe na-abụghị ihe\",\n    \"nonimmersion\": \"enweghị mmiri\",\n    \"nonimmigrant\": \"na-abụghị onye mba ọzọ\",\n    \"nonimmigration\": \"enweghị njem\",\n    \"nonimmune\": \"nonimọnụ\",\n    \"nonimmunity\": \"enweghi ncheta\",\n    \"nonimmunities\": \"nonimmunity\",\n    \"nonimmunization\": \"enweghị ọgwụ mgbochi\",\n    \"nonimmunized\": \"enweghị ọgwụ\",\n    \"nonimpacted\": \"enweghị ikike\",\n    \"nonimpairment\": \"enweghị nkwarụ\",\n    \"nonimpartation\": \"anaghị ekere òkè\",\n    \"nonimpartment\": \"ụlọ ezumike\",\n    \"nonimpatience\": \"enweghị ndidi\",\n    \"nonimpeachable\": \"enweghị ike iwepụ\",\n    \"nonimperative\": \"ekwesighi\",\n    \"nonimperatively\": \"n'emeghị ihe ọ bụla\",\n    \"nonimperativeness\": \"anaghị adị mfe ọrụ\",\n    \"nonimperious\": \"enweghị atụ\",\n    \"nonimperiousness\": \"enweghị mmasị\",\n    \"nonimplement\": \"emejuputa\",\n    \"nonimplemental\": \"enweghị ego\",\n    \"nonimplication\": \"enweghị mmachi\",\n    \"nonimplicative\": \"enweghị atụ\",\n    \"nonimplicatively\": \"n'emeghị ihe ọ bụla\",\n    \"nonimportation\": \"mbubata\",\n    \"nonimporting\": \"anaghị ebubata ya\",\n    \"nonimpregnated\": \"anaghị abanye\",\n    \"nonimpressionability\": \"enweghị nkwanye ùgwù\",\n    \"nonimpressionable\": \"enweghị ikike\",\n    \"nonimpressionableness\": \"enweghị ike ọgwụgwụ\",\n    \"nonimpressionabness\": \"enweghị echiche\",\n    \"nonimpressionistic\": \"enweghị echiche\",\n    \"nonimprovement\": \"enweghị ọrụ\",\n    \"nonimpulsive\": \"enweghị isi\",\n    \"nonimpulsively\": \"n'emeghị ihe ọ bụla\",\n    \"nonimpulsiveness\": \"enweghị nkwanye ùgwù\",\n    \"nonimputability\": \"enweghị ikike\",\n    \"nonimputable\": \"anaghị akwụ ụgwọ\",\n    \"nonimputableness\": \"enweghị ego\",\n    \"nonimputably\": \"n’enweghi ego\",\n    \"nonimputation\": \"anaghị akwụpụ\",\n    \"nonimputative\": \"anaghị akwụ ụgwọ\",\n    \"nonimputatively\": \"anaghị akwụ ụgwọ\",\n    \"nonimputativeness\": \"anaghị akwụ ụgwọ\",\n    \"nonincandescence\": \"enweghị isi\",\n    \"nonincandescently\": \"n'esepughi\",\n    \"nonincident\": \"enweghị nsogbu\",\n    \"nonincidental\": \"enweghị ihe mberede\",\n    \"nonincidentally\": \"n'amaghi ama\",\n    \"nonincitement\": \"enweghị obi ụtọ\",\n    \"noninclinable\": \"ekweghị\",\n    \"noninclination\": \"enweghị mmasị\",\n    \"noninclinational\": \"ekweghị\",\n    \"noninclinatory\": \"enweghị isi\",\n    \"noninclusion\": \"enweghị mgbakwunye\",\n    \"noninclusive\": \"enweghị isi\",\n    \"noninclusively\": \"enweghị nsogbu\",\n    \"noninclusiveness\": \"enweghị ihe ọ bụla\",\n    \"nonincorporated\": \"tinyeghị ya\",\n    \"nonincorporative\": \"anaghị arụkọ ọrụ\",\n    \"nonincreasable\": \"enweghị atụ\",\n    \"nonincrease\": \"anaghị adaba\",\n    \"nonincreasing\": \"na-adabaghị\",\n    \"nonincriminating\": \"enweghị atụ\",\n    \"nonincrimination\": \"enweghị atụ\",\n    \"nonincrusting\": \"ekwenyeghi\",\n    \"nonindependent\": \"anaghị akwụ ụgwọ\",\n    \"nonindependently\": \"n'etinyeghi aka\",\n    \"nonindexed\": \"anaghị etinye\",\n    \"nonindictable\": \"enweghị atụ\",\n    \"nonindictment\": \"enweghị akwụkwọ\",\n    \"nonindigenous\": \"nonintigenous\",\n    \"nonindividualistic\": \"onye na-abụghị onye\",\n    \"nonindividuality\": \"enweghị onye\",\n    \"nonindividualities\": \"ndị na-abụghị ndị mmadụ\",\n    \"noninduced\": \"emeghị\",\n    \"noninductive\": \"anaghị arụ ọrụ\",\n    \"nonindulgent\": \"anaghị eri ihe\",\n    \"nonindulgently\": \"anaghị akwụ ụgwọ\",\n    \"nonindurated\": \"emeghị eme\",\n    \"nonindurative\": \"anaghị amụ ihe\",\n    \"nonindustrialization\": \"abụghị ụlọ ọrụ mmepụta ihe\",\n    \"nonindustrially\": \"nonindustrial\",\n    \"nonindustrious\": \"okpokoro\",\n    \"nonindustriously\": \"n'adighi\",\n    \"nonindustriousness\": \"unubẹke\",\n    \"noninertial\": \"enweghị atụ\",\n    \"noninertly\": \"n'emeghị mkpesa\",\n    \"noninertness\": \"enweghị ọrụ\",\n    \"noninfallibility\": \"enweghị ike inweta\",\n    \"noninfallible\": \"enweghị ike ime\",\n    \"noninfallibleness\": \"enweghị ike ime\",\n    \"noninfallibly\": \"enweghị atụ\",\n    \"noninfected\": \"ejighi oria ojoo\",\n    \"noninfecting\": \"enweghị ọgwụ\",\n    \"noninfection\": \"anaghị arịa ọrịa\",\n    \"noninfectious\": \"enweghị ọgwụ\",\n    \"noninfectiously\": \"enweghị ọgwụ\",\n    \"noninfectiousness\": \"enweghị ọrịa\",\n    \"noninferable\": \"enweghị atụ\",\n    \"noninferably\": \"ekweghị\",\n    \"noninferential\": \"enweghị atụ\",\n    \"noninferentially\": \"n'emeghị iche\",\n    \"noninfinite\": \"enweghị njedebe\",\n    \"noninfinitely\": \"akaghi aka\",\n    \"noninfiniteness\": \"enweghị nsọtụ\",\n    \"noninflammability\": \"enweghị ike iwe ọkụ\",\n    \"noninflammable\": \"enweghị ọkụ\",\n    \"noninflammableness\": \"enweghị ike iwe ọkụ\",\n    \"noninflammably\": \"enweghị nsogbu\",\n    \"noninflammatory\": \"enweghị nsogbu\",\n    \"noninflation\": \"enweghị mgbakwunye\",\n    \"noninflationary\": \"anaghị enye aka\",\n    \"noninflected\": \"anaghị anabata ya\",\n    \"noninflectional\": \"anaghị eche echiche\",\n    \"noninfluential\": \"enweghị isi\",\n    \"noninfluentially\": \"enweghị ike\",\n    \"noninformational\": \"ndi na akoghi ihe\",\n    \"noninformative\": \"abughi ihe omuma\",\n    \"noninformatively\": \"na-abụghị ihe ọmụma\",\n    \"noninformativeness\": \"amaghi ama\",\n    \"noninfusible\": \"onye a na-apụghị ịgbagha agbagha\",\n    \"noninfusibleness\": \"ekweghị ekwe\",\n    \"noninhabitability\": \"ebighi ebi\",\n    \"noninhabitable\": \"enweghị ike ibi\",\n    \"noninhabitance\": \"enweghị ebe obibi\",\n    \"noninhabitancy\": \"enweghị ebe obibi\",\n    \"noninhabitancies\": \"enweghị ebe obibi\",\n    \"noninhabitant\": \"ebighi ebi\",\n    \"noninherence\": \"enweghị nkwekọrịta\",\n    \"noninherent\": \"emeghị eme\",\n    \"noninherently\": \"enweghị usoro\",\n    \"noninheritability\": \"enweghị ihe nketa\",\n    \"noninheritable\": \"enweghị ihe nketa\",\n    \"noninheritableness\": \"enweghị uru\",\n    \"noninheritabness\": \"enweghị ihe nketa\",\n    \"noninherited\": \"eketa\",\n    \"noninhibitive\": \"anaghị egbochi ya\",\n    \"noninhibitory\": \"anaghị egbochi\",\n    \"noninitial\": \"nke mbido\",\n    \"noninjury\": \"enweghị mmerụ ahụ\",\n    \"noninjuries\": \"enweghị nsogbu\",\n    \"noninjurious\": \"anaghị emebi emebi\",\n    \"noninjuriousness\": \"enweghị nchekasị\",\n    \"noninoculation\": \"enweghị atụ\",\n    \"noninoculative\": \"enweghị echiche\",\n    \"noninquiring\": \"anaghị achọ\",\n    \"noninquiringly\": \"n'adighi\",\n    \"noninsertion\": \"nkwenye\",\n    \"noninsistence\": \"enweghị ndụ\",\n    \"noninsistency\": \"enweghị nkwenye\",\n    \"noninsistent\": \"adịghị agbanwe agbanwe\",\n    \"noninspissating\": \"na-enweghị obi ụtọ\",\n    \"noninstinctive\": \"noninstintik\",\n    \"noninstinctively\": \"abughi mmuo\",\n    \"noninstinctually\": \"enweghi mmuo\",\n    \"noninstitution\": \"enweghị ego\",\n    \"noninstitutional\": \"esiteghi n'iwu\",\n    \"noninstitutionally\": \"n'usoro iwu\",\n    \"noninstruction\": \"emeghi ya\",\n    \"noninstructional\": \"emeghi ya\",\n    \"noninstructionally\": \"emeghi ya\",\n    \"noninstructive\": \"enweghị uru\",\n    \"noninstructively\": \"n'emeghi nhazi\",\n    \"noninstructiveness\": \"enweghị uru\",\n    \"noninstructress\": \"onye anaghị edozi ụlọ\",\n    \"noninstrumental\": \"nke na-abụghị akụrụngwa\",\n    \"noninstrumentalistic\": \"anaghị eme ihe n'echeghị echiche\",\n    \"noninstrumentally\": \"na-emeghi nke oma\",\n    \"noninsularity\": \"enweghị nkwenye\",\n    \"noninsurance\": \"enweghị mkpuchi\",\n    \"nonintegrable\": \"enweghị ike ịkọwa\",\n    \"nonintegration\": \"anaghị etinye aka\",\n    \"nonintegrity\": \"enweghị nkwenye\",\n    \"nonintellectual\": \"ọgụgụ isi\",\n    \"nonintellectually\": \"ejighị ọgụgụ isi\",\n    \"nonintellectualness\": \"enweghị ọgụgụ isi\",\n    \"nonintellectuals\": \"ndị ọgụgụ isi\",\n    \"nonintelligence\": \"enweghị ọgụgụ isi\",\n    \"nonintelligent\": \"enweghị ọgụgụ isi\",\n    \"nonintelligently\": \"n'amaghị ama\",\n    \"nonintention\": \"enweghị uche\",\n    \"noninteracting\": \"anaghị emegharị ahụ\",\n    \"noninteractive\": \"anaghị arụ ọrụ\",\n    \"nonintercepting\": \"anaghị anabata ya\",\n    \"noninterceptive\": \"anaghị anabata mmadụ\",\n    \"noninterchangeability\": \"enweghị mgbanwe\",\n    \"noninterchangeable\": \"agbanweghi agbanwe\",\n    \"noninterchangeableness\": \"enweghị mgbanwe\",\n    \"noninterchangeably\": \"enweghị agbanwe agbanwe\",\n    \"nonintercourse\": \"enweghị nkwekọrịta\",\n    \"noninterdependence\": \"enweghị ntụkwasị obi\",\n    \"noninterdependency\": \"ejighi ndabere\",\n    \"noninterdependent\": \"na-adabereghị na ya\",\n    \"noninterdependently\": \"n'etinyeghi aka\",\n    \"noninterference\": \"enweghị mmasị\",\n    \"noninterferer\": \"onye ntughari\",\n    \"noninterfering\": \"anaghị egbochi\",\n    \"noninterferingly\": \"anaghị enye onyinye\",\n    \"noninterleaved\": \"etinyereghi\",\n    \"nonintermission\": \"ntinyeghi\",\n    \"nonintermittence\": \"enweghị nkwenye\",\n    \"nonintermittent\": \"anaghị etinye aka\",\n    \"nonintermittently\": \"n'esepụghị anya\",\n    \"nonintermittentness\": \"nnọchibido\",\n    \"noninternational\": \"abụghị mba\",\n    \"noninternationally\": \"na-abụghị mba\",\n    \"noninterpolating\": \"na-edeghari iwu\",\n    \"noninterpolative\": \"anaghị etinye aka\",\n    \"noninterpretability\": \"enweghị nkọwa\",\n    \"noninterpretable\": \"enweghị nkọwa\",\n    \"noninterpretational\": \"enweghị nkọwa\",\n    \"noninterpretative\": \"enweghị nkọwa\",\n    \"noninterpretively\": \"enweghị nkọwa\",\n    \"noninterpretiveness\": \"enweghị nkọwa\",\n    \"noninterrupted\": \"anaghị egbochi\",\n    \"noninterruptedly\": \"n'akpughi oke\",\n    \"noninterruptedness\": \"enweghị nsogbu\",\n    \"noninterruption\": \"enweghị nsogbu\",\n    \"noninterruptive\": \"anaghị egbochi ya\",\n    \"nonintersecting\": \"na-abụghị nkewa\",\n    \"nonintersectional\": \"na-abụghị nkewa\",\n    \"nonintersector\": \"onye na-enweghị eriri\",\n    \"nonintervention\": \"anaghị egbochi\",\n    \"noninterventional\": \"anaghị adịkarị\",\n    \"noninterventionists\": \"ndị na-anaghị etinye ego\",\n    \"nonintimidation\": \"na-enweghị ụjọ\",\n    \"nonintoxicant\": \"anaghị egbu egbu\",\n    \"nonintoxicants\": \"ndị na-egbu egbu\",\n    \"nonintoxicating\": \"anaghị egbu egbu\",\n    \"nonintoxicatingly\": \"n'adịghị egbu egbu\",\n    \"nonintoxicative\": \"anaghị egbu egbu\",\n    \"nonintrospective\": \"n'adabereghị\",\n    \"nonintrospectively\": \"n'achọghị\",\n    \"nonintrospectiveness\": \"enweghị nlebara anya\",\n    \"nonintroversive\": \"enweghị esemokwu\",\n    \"nonintroversively\": \"n'esemokwu\",\n    \"nonintroversiveness\": \"enweghị mgbagha\",\n    \"nonintroverted\": \"anaghị egbochi\",\n    \"nonintrovertedly\": \"abụghị introvertedly\",\n    \"nonintrovertedness\": \"abụghị introvertedness\",\n    \"nonintrusion\": \"enweghị mgbochi\",\n    \"nonintrusive\": \"anaghị etinye aka\",\n    \"nonintuitive\": \"enweghị mmasị\",\n    \"nonintuitively\": \"enweghị ihe\",\n    \"nonintuitiveness\": \"enweghị mmasị\",\n    \"noninvasive\": \"anaghị emetụta mmadụ\",\n    \"noninverted\": \"ejighi ya\",\n    \"noninverting\": \"anaghị agbanwe agbanwe\",\n    \"noninvidious\": \"na-enweghị atụ\",\n    \"noninvidiously\": \"n'esepughi\",\n    \"noninvidiousness\": \"enweghị atụ\",\n    \"noninvincibility\": \"enweghị ike\",\n    \"noninvincible\": \"onye anaghi\",\n    \"noninvincibleness\": \"enweghị ike ịgbagha\",\n    \"noninvincibly\": \"enweghị ike\",\n    \"noninvolved\": \"etinyeghị aka\",\n    \"noninvolvement\": \"enweghị itinye aka\",\n    \"noniodized\": \"abụghị iodized\",\n    \"nonion\": \"alụghị di\",\n    \"nonionizing\": \"na-enweghị akwụkwọ\",\n    \"nonirate\": \"anaghị adị ndụ\",\n    \"nonirately\": \"na-enweghị atụ\",\n    \"noniridescence\": \"enweghị ebe obibi\",\n    \"noniridescent\": \"anaghị adị ndụ\",\n    \"noniridescently\": \"n'adịghị\",\n    \"nonironic\": \"na-enweghị mgbagha\",\n    \"nonironically\": \"n'agha\",\n    \"nonirrationally\": \"n'adighi-ike\",\n    \"nonirrationalness\": \"enweghị atụ\",\n    \"nonirreparable\": \"enweghị atụ\",\n    \"nonirrevocability\": \"enweghị ike iweghachi\",\n    \"nonirrevocable\": \"enweghị ike ịgbagha agbagha\",\n    \"nonirrevocableness\": \"enweghị nchịkwa\",\n    \"nonirrevocably\": \"enweghị ike ịgbagha\",\n    \"nonirrigable\": \"enweghị nchịkwa\",\n    \"nonirrigated\": \"n'etinyeghi mmiri\",\n    \"nonirrigating\": \"na-enweghị mmiri\",\n    \"nonirrigation\": \"enweghị mmiri\",\n    \"nonirritability\": \"enweghị nkwenye\",\n    \"nonirritable\": \"enweghị atụ\",\n    \"nonirritableness\": \"enweghị ọrụ\",\n    \"nonirritably\": \"enweghị ike\",\n    \"nonirritancy\": \"enweghị ebe obibi\",\n    \"nonirritant\": \"enweghị ike\",\n    \"nonirritating\": \"na-enweghị nchịkwa\",\n    \"nonisolable\": \"enweghị atụ\",\n    \"nonissuable\": \"enweghị ike\",\n    \"nonissuably\": \"enweghị ike\",\n    \"nonius\": \"onye nzuzu\",\n    \"nonjoinder\": \"enweghị\",\n    \"nonjournalistically\": \"n'emegideghi akwukwo\",\n    \"nonjudgmental\": \"emeghi ikpe\",\n    \"nonjudicable\": \"enweghị ikpe\",\n    \"nonjudicative\": \"emeghị ihe n'eziokwu\",\n    \"nonjudicatory\": \"na-abụghị mmadụ\",\n    \"nonjudicatories\": \"abụghị ndị ikpe\",\n    \"nonjudiciable\": \"abụghị ndị ikpe\",\n    \"nonjudicial\": \"enweghị ikpe\",\n    \"nonjudicially\": \"n'emeghị ya ikpe\",\n    \"nonjurable\": \"enweghị atụ\",\n    \"nonjurancy\": \"enweghị iwu\",\n    \"nonjurant\": \"anaghị agbanwe agbanwe\",\n    \"nonjurantism\": \"enweghị nsọpụrụ\",\n    \"nonjury\": \"alụghị\",\n    \"nonjuridically\": \"n'adighi ike\",\n    \"nonjuries\": \"enweghị mmerụ\",\n    \"nonjurying\": \"na-adịghị efe\",\n    \"nonjuring\": \"na-enweghị mmerụ ahụ\",\n    \"nonjuristic\": \"na-enweghị iwu\",\n    \"nonjuristically\": \"n'adịghị n'usoro iwu\",\n    \"nonjuror\": \"enweghị ụjọ\",\n    \"nonjurors\": \"ndị na-enweghị isi\",\n    \"nonkinetic\": \"enweghị atụ\",\n    \"nonknowledge\": \"amaghi ihe\",\n    \"nonknowledgeable\": \"amaghi\",\n    \"nonlabeling\": \"anaghị akwụ ụgwọ\",\n    \"nonlabelling\": \"anaghị akwụ ụgwọ\",\n    \"nonlacteal\": \"anaghị adị ndụ\",\n    \"nonlacteally\": \"abụghị nke lacteally\",\n    \"nonlacteous\": \"anaghị adị ọcha\",\n    \"nonlactescent\": \"ogwe aka\",\n    \"nonlactic\": \"enweghị ọrụ\",\n    \"nonlayered\": \"enweghị egwu\",\n    \"nonlaying\": \"anaghị adị ndụ\",\n    \"nonlaminable\": \"enweghị nchịkwa\",\n    \"nonlaminated\": \"na-abụghị laminated\",\n    \"nonlaminating\": \"na-enweghị laminating\",\n    \"nonlaminative\": \"enweghị nchịkwa\",\n    \"nonlanguage\": \"asụsụ anaghị asụ asụsụ\",\n    \"nonlarcenous\": \"adighi ama\",\n    \"nonlawyer\": \"onye obula\",\n    \"nonleaded\": \"enweghị akwụkwọ\",\n    \"nonleaking\": \"anaghị akwụ ụgwọ\",\n    \"nonlegal\": \"enweghị iwu\",\n    \"nonlegislative\": \"anaghị anọchite anya iwu\",\n    \"nonlegislatively\": \"n'esepụghị anya\",\n    \"nonlegitimacy\": \"enweghị iwu\",\n    \"nonlegitimate\": \"enweghị iwu\",\n    \"nonleguminous\": \"na-enweghị atụ\",\n    \"nonlepidopterous\": \"enweghị akwụkwọ\",\n    \"nonleprous\": \"enweghị atụ\",\n    \"nonleprously\": \"adighi\",\n    \"nonlethal\": \"enweghị\",\n    \"nonlethally\": \"agbasaghị\",\n    \"nonlethargic\": \"enweghị nchịkwa\",\n    \"nonlethargical\": \"anaghị eche echiche\",\n    \"nonlethargically\": \"n'esepụghị aka\",\n    \"nonlevel\": \"akụkọ ọhụrụ\",\n    \"nonleviable\": \"enweghị ike ibute\",\n    \"nonlevulose\": \"nkechi\",\n    \"nonly\": \"abụghị\",\n    \"nonliability\": \"enweghị ntụkwasị obi\",\n    \"nonliabilities\": \"enweghị ụgwọ\",\n    \"nonliable\": \"enweghị ike\",\n    \"nonlibelous\": \"enweghị atụ\",\n    \"nonlibelously\": \"n'echeghị echiche\",\n    \"nonliberal\": \"enweghị atụ\",\n    \"nonliberalism\": \"enweghị iwu\",\n    \"nonliberation\": \"enweghị atụ\",\n    \"nonlibidinous\": \"nonibibidinous\",\n    \"nonlibidinously\": \"n'emeghị ihe ọ bụla\",\n    \"nonlibidinousness\": \"ekwughị ihe ọ bụla\",\n    \"nonlicensable\": \"enweghị akwụkwọ\",\n    \"nonlicensed\": \"enweghi ikike\",\n    \"nonlicentiate\": \"enweghị akwụkwọ\",\n    \"nonlicentious\": \"enweghị ikikere\",\n    \"nonlicentiously\": \"abụghị ikikere\",\n    \"nonlicentiousness\": \"enweghị iwu\",\n    \"nonlicet\": \"enweghị akwụkwọ\",\n    \"nonlicit\": \"ekwughi\",\n    \"nonlicking\": \"anaghị asụgharị\",\n    \"nonlife\": \"ndụghị\",\n    \"nonlimitation\": \"enweghị mgbatị\",\n    \"nonlimitative\": \"enweghị atụ\",\n    \"nonlimiting\": \"adighi ihe obula\",\n    \"nonlymphatic\": \"nke anaghị asọpụrụ\",\n    \"nonlineal\": \"na-abụghị nke\",\n    \"nonlinear\": \"nke a na-edeghị ede\",\n    \"nonlinearity\": \"enweghị atụ\",\n    \"nonlinearities\": \"edeghị aha\",\n    \"nonlinearly\": \"n'ahịrị\",\n    \"nonlinguistic\": \"ekwughị okwu\",\n    \"nonlinkage\": \"enweghị njikọ\",\n    \"nonlipoidal\": \"enweghị iwu\",\n    \"nonliquefiable\": \"onye anaghị akwụ ụgwọ\",\n    \"nonliquefying\": \"anaghị akwụ ụgwọ\",\n    \"nonliquid\": \"anaghị adị mmiri mmiri\",\n    \"nonliquidating\": \"na-abụghị mmiri mmiri\",\n    \"nonliquidation\": \"enweghị mmanụ\",\n    \"nonliquidly\": \"ejighi mmiri\",\n    \"nonlyric\": \"enweghị ego\",\n    \"nonlyrical\": \"enweghị ego\",\n    \"nonlyrically\": \"esemokwu\",\n    \"nonlyricalness\": \"enweghị esemokwu\",\n    \"nonlyricism\": \"enweghị nkwanye ugwu\",\n    \"nonlisting\": \"edeghị aha\",\n    \"nonliteracy\": \"anaghị agụ akwụkwọ\",\n    \"nonliteral\": \"enweghị ederede\",\n    \"nonliterality\": \"enweghị akwụkwọ\",\n    \"nonliterally\": \"edeghi ede\",\n    \"nonliteralness\": \"enweghị akwụkwọ\",\n    \"nonliterary\": \"edeghi akwukwo\",\n    \"nonliterarily\": \"n'emeghị ya\",\n    \"nonliterariness\": \"enweghị akwụkwọ\",\n    \"nonliterate\": \"anaghị agụ akwụkwọ\",\n    \"nonlitigated\": \"enweghị aha\",\n    \"nonlitigation\": \"enweghị akwụkwọ\",\n    \"nonlitigiously\": \"adighi\",\n    \"nonlitigiousness\": \"enweghị ọrụ\",\n    \"nonliturgic\": \"akuko\",\n    \"nonliturgical\": \"anaghị arụ ọrụ\",\n    \"nonliturgically\": \"enweghị usoro\",\n    \"nonlive\": \"anaghị adị ndụ\",\n    \"nonlives\": \"anaghị adị\",\n    \"nonliving\": \"enweghị ndụ\",\n    \"nonlixiviated\": \"emeghị\",\n    \"nonlixiviation\": \"enweghị nkwupụta\",\n    \"nonlocal\": \"enweghị\",\n    \"nonlocalizable\": \"enweghị ike ịhazi\",\n    \"nonlocalized\": \"ewepụtaghị\",\n    \"nonlocally\": \"n'emeghị ya ngwa ngwa\",\n    \"nonlocals\": \"ndị na-abụghị ndị ọrụ\",\n    \"nonlocation\": \"enweghị oke\",\n    \"nonlogic\": \"adighi ederede\",\n    \"nonlogical\": \"enweghị ọgụgụ isi\",\n    \"nonlogicality\": \"enweghị nkwanye\",\n    \"nonlogically\": \"n'usoro iwu\",\n    \"nonlogicalness\": \"enweghị ọgụgụ isi\",\n    \"nonlogistic\": \"enweghị ọrụ\",\n    \"nonlogistical\": \"enweghị mmụta\",\n    \"nonloyal\": \"anaghị eguzosi ike n'ihe\",\n    \"nonloyally\": \"n'emeghị ntụkwasị obi\",\n    \"nonloyalty\": \"ekwesịghị ntụkwasị obi\",\n    \"nonloyalties\": \"enweghị ntụkwasị obi\",\n    \"nonlosable\": \"enweghị ike ịkwụsị\",\n    \"nonloser\": \"emechi\",\n    \"nonlover\": \"enweghị mmasị\",\n    \"nonloving\": \"enweghị ịhụnanya\",\n    \"nonloxodromic\": \"abụghị loxodromic\",\n    \"nonlubricant\": \"abụghị mmanu\",\n    \"nonlubricating\": \"anaghị ete mmanụ\",\n    \"nonlubriciously\": \"n’enweghị mmụọ\",\n    \"nonlubriciousness\": \"enweghị nkwanye ùgwù\",\n    \"nonlucidness\": \"enweghị ịdị ọcha\",\n    \"nonlucrative\": \"anaghị arụ ọrụ\",\n    \"nonlucratively\": \"n'adighi uru\",\n    \"nonlucrativeness\": \"enweghị atụ\",\n    \"nonlugubrious\": \"anaghị adị egwu\",\n    \"nonlugubriously\": \"n'adighi anya\",\n    \"nonlugubriousness\": \"n'adighi ike\",\n    \"nonluminescence\": \"n'emeghị aka\",\n    \"nonluminosity\": \"enweghị ìhè\",\n    \"nonluminous\": \"anaghị egosi\",\n    \"nonluminously\": \"n'emeghị atụmatụ\",\n    \"nonluminousness\": \"enweghị ọgụgụ\",\n    \"nonlustrous\": \"amaghi\",\n    \"nonlustrously\": \"n'adighi\",\n    \"nonlustrousness\": \"enweghị iwu\",\n    \"nonmagnetically\": \"n'emeghị\",\n    \"nonmailable\": \"enweghị ike ịkwụ ụgwọ\",\n    \"nonmaintenance\": \"mmezi\",\n    \"nonmajority\": \"ebighi\",\n    \"nonmajorities\": \"mba ndị ọzọ\",\n    \"nonmakeup\": \"abụghịmakeup\",\n    \"nonmalarious\": \"enweghị nke\",\n    \"nonmalicious\": \"obula\",\n    \"nonmaliciously\": \"obughi ihe oma\",\n    \"nonmaliciousness\": \"enweghị ọrụ\",\n    \"nonmalignance\": \"nchịkwa\",\n    \"nonmalignant\": \"keobere\",\n    \"nonmalignantly\": \"emeghị ihe\",\n    \"nonmalignity\": \"enweghị ọrụ\",\n    \"nonmalleability\": \"enweghị nchịkwa\",\n    \"nonmalleable\": \"ekweghị\",\n    \"nonmalleableness\": \"ekweghị\",\n    \"nonmalleabness\": \"arụghị ọrụ\",\n    \"nonmanagement\": \"enweghị nchịkwa\",\n    \"nonmandatory\": \"anaghị akwụ ụgwọ\",\n    \"nonmandatories\": \"ndị na-abụghị ndị nchịkwa\",\n    \"nonmanifest\": \"na-adịghị egosi\",\n    \"nonmanifestation\": \"ngosipụta\",\n    \"nonmanifestly\": \"na-egosipụtaghị\",\n    \"nonmanifestness\": \"ngosipụta\",\n    \"nonmannered\": \"emeghi\",\n    \"nonmanneristic\": \"na-enweghị nchịkwa\",\n    \"nonmannite\": \"nonmann\",\n    \"nonmanual\": \"ndi mmadu\",\n    \"nonmanually\": \"nonmanual\",\n    \"nonmanufactured\": \"emegharia\",\n    \"nonmarine\": \"alụghị nwaanyị\",\n    \"nonmarital\": \"alụghị di na nwunye\",\n    \"nonmaritally\": \"n'alụghị di na nwunye\",\n    \"nonmaritime\": \"alụghị nwanyị\",\n    \"nonmarketable\": \"anaghị ere ahịa\",\n    \"nonmarriage\": \"ndidọ ndọ\",\n    \"nonmarriageability\": \"alụghị di na nwunye\",\n    \"nonmarriageable\": \"alụghị di na nwunye\",\n    \"nonmarriageableness\": \"alụghị di na nwunye\",\n    \"nonmarriageabness\": \"alụghị di na nwunye\",\n    \"nonmarrying\": \"ndidọ ndọ\",\n    \"nonmartial\": \"alụghị agha\",\n    \"nonmartially\": \"alụghị di na nwunye\",\n    \"nonmartialness\": \"emeghị ihe ọ bụla\",\n    \"nonmarveling\": \"na-enweghị atụ\",\n    \"nonmasculine\": \"abụghị nwoke\",\n    \"nonmasculinely\": \"n'emeghi ezigbo ihe\",\n    \"nonmasculineness\": \"enweghị nchịkwa\",\n    \"nonmasculinity\": \"abughi nwoke\",\n    \"nonmaskable\": \"agbasaghị\",\n    \"nonmastery\": \"enweghị nchịkwa\",\n    \"nonmasteries\": \"akwara\",\n    \"nonmaterial\": \"enweghị ihe\",\n    \"nonmaterialistic\": \"na-abụghị ihe\",\n    \"nonmaterialistically\": \"na-agbasaghị ihe\",\n    \"nonmateriality\": \"ihe na-abụghị ihe\",\n    \"nonmaternal\": \"nne nne\",\n    \"nonmaternally\": \"n'amaghi ama\",\n    \"nonmathematic\": \"na-abụghị usoro\",\n    \"nonmathematical\": \"usoro mgbakọ na mwepụ\",\n    \"nonmathematically\": \"na-abụghị mgbakọ na mwepu\",\n    \"nonmatrimonial\": \"na-abụghị di na nwunye\",\n    \"nonmatrimonially\": \"n'emeghị ihe ọ bụla\",\n    \"nonmatter\": \"enweghị\",\n    \"nonmature\": \"na-eto eto\",\n    \"nonmaturely\": \"akaghi aka\",\n    \"nonmatureness\": \"akaghị aka\",\n    \"nonmaturity\": \"obughi ntozu mmadu\",\n    \"nonmeasurable\": \"enweghị atụ\",\n    \"nonmeasurableness\": \"enweghị atụ\",\n    \"nonmeasurably\": \"enweghị atụ\",\n    \"nonmechanical\": \"n'emeghi ya\",\n    \"nonmechanically\": \"abughi igwe\",\n    \"nonmechanistic\": \"n'emeghi ya\",\n    \"nonmediation\": \"enweghị nkwado\",\n    \"nonmediative\": \"ọ dịghị\",\n    \"nonmedicable\": \"enweghị ọgwụgwọ\",\n    \"nonmedical\": \"anaghị agwọ ọrịa\",\n    \"nonmedically\": \"n'emeghị ya ọgwụ\",\n    \"nonmedicative\": \"enweghị ọgwụ\",\n    \"nonmedicinally\": \"nonmedicin\",\n    \"nonmeditative\": \"anaghị edozi ahụ\",\n    \"nonmeditatively\": \"n'adịghị n'udo\",\n    \"nonmeditativeness\": \"enweghị ọrụ\",\n    \"nonmelodically\": \"n'emeghị ihe ọ bụla\",\n    \"nonmelodious\": \"enweghị mmasị\",\n    \"nonmelodiously\": \"n'adighi-ike\",\n    \"nonmelodiousness\": \"enweghị mmasị\",\n    \"nonmelodramatic\": \"abụghị abụ\",\n    \"nonmelodramatically\": \"adighi nma\",\n    \"nonmelting\": \"anaghị agbaze\",\n    \"nonmember\": \"onye so na ya\",\n    \"nonmembers\": \"ndị na-abụghị ndị otu\",\n    \"nonmembership\": \"abụghị ndị otu\",\n    \"nonmen\": \"ndị na-abụghị ndị nwoke\",\n    \"nonmenacing\": \"anaghị emechi iwu\",\n    \"nonmendicant\": \"anaghị akwụ ụgwọ\",\n    \"nonmenial\": \"abughi nke ndi mmadu\",\n    \"nonmenially\": \"adighi\",\n    \"nonmental\": \"anaghị adị\",\n    \"nonmercearies\": \"ndị na-ere ahịa\",\n    \"nonmercenary\": \"na-abụghị ọrụ\",\n    \"nonmercenaries\": \"ndị na-abụghị ndị ọrụ\",\n    \"nonmerchantable\": \"azụmahịa\",\n    \"nonmeritorious\": \"na-emegide\",\n    \"nonmetallic\": \"nonmetallik\",\n    \"nonmetalliferous\": \"abụghị ọla\",\n    \"nonmetallurgical\": \"abụghị igwe\",\n    \"nonmetallurgically\": \"n'emeghị ya ọallụ\",\n    \"nonmeteorically\": \"n'amaghi ama\",\n    \"nonmeteorologically\": \"n'emeghị ihu igwe\",\n    \"nonmethodic\": \"enweghị usoro\",\n    \"nonmethodically\": \"n'etinyeghị aka\",\n    \"nonmethodicalness\": \"enweghị usoro\",\n    \"nonmetropolitan\": \"nonometropolitan\",\n    \"nonmicroprogrammed\": \"akwara\",\n    \"nonmicroscopical\": \"n'emegharia\",\n    \"nonmicroscopically\": \"n'emeghị ihe nkiri\",\n    \"nonmigrant\": \"na-abụghị onye mba ọzọ\",\n    \"nonmigrating\": \"na-eme njem\",\n    \"nonmigration\": \"mbugharị\",\n    \"nonmigratory\": \"emeghi njem\",\n    \"nonmilitant\": \"anaghị akwụ ụgwọ\",\n    \"nonmilitantly\": \"n'achọghị\",\n    \"nonmilitants\": \"ndị na-abụghị ndị agha\",\n    \"nonmilitary\": \"na-abụghị agha\",\n    \"nonmilitarily\": \"n'emeghị ya\",\n    \"nonmillionaire\": \"onye na-abụghị nde\",\n    \"nonmimetically\": \"n'emeghị ya\",\n    \"nonmineral\": \"emebiela\",\n    \"nonmineralogically\": \"n'adighi ihe\",\n    \"nonminimal\": \"enweghị oke\",\n    \"nonministerial\": \"abughi minista\",\n    \"nonministerially\": \"adighi emechi ya\",\n    \"nonministration\": \"enweghị nchịkwa\",\n    \"nonmyopic\": \"nkechi\",\n    \"nonmyopically\": \"n'emeghị ya\",\n    \"nonmiraculous\": \"amaghi ama\",\n    \"nonmiraculously\": \"n'amaghi ama\",\n    \"nonmiraculousness\": \"enweghị ọgụgụ isi\",\n    \"nonmischievous\": \"enweghị ihe ọhụụ\",\n    \"nonmischievously\": \"n’enweghi obi ojoo\",\n    \"nonmischievousness\": \"enweghị nhụjuanya\",\n    \"nonmiscibility\": \"abụghị miscibility\",\n    \"nonmiscible\": \"abụghị miscible\",\n    \"nonmissionary\": \"abụghị ndị ozi ala ọzọ\",\n    \"nonmissionaries\": \"ndị ntinye\",\n    \"nonmystically\": \"n'emeghị anya\",\n    \"nonmythically\": \"na-abụghị akụkọ ifo\",\n    \"nonmythologic\": \"nonpathologic\",\n    \"nonmythological\": \"na-abụghị akụkọ ifo\",\n    \"nonmitigation\": \"agbasaghị\",\n    \"nonmobile\": \"ekweghị\",\n    \"nonmobility\": \"enweghị ike\",\n    \"nonmodal\": \"adịghị edozi\",\n    \"nonmodally\": \"adighi\",\n    \"nonmoderate\": \"anaghị edozi anya\",\n    \"nonmoderately\": \"n'amaghi ama\",\n    \"nonmoderateness\": \"enweghị mmachi\",\n    \"nonmodern\": \"enweghị oge\",\n    \"nonmodernistic\": \"na-adịghị emegharị ahụ\",\n    \"nonmodernly\": \"n'adighi\",\n    \"nonmodernness\": \"adịghị adị ọhụrụ\",\n    \"nonmodificative\": \"emeghi mgbanwe\",\n    \"nonmodificatory\": \"emeghari ihe\",\n    \"nonmodifying\": \"adịghị agbanwe agbanwe\",\n    \"nonmolecular\": \"akwara\",\n    \"nonmonarchally\": \"abụghị nke ọma\",\n    \"nonmonarchic\": \"enweghị ọchịchị\",\n    \"nonmonarchical\": \"na-abụghị ọchịchị\",\n    \"nonmonarchically\": \"na-abụghị ọchịchị\",\n    \"nonmonarchist\": \"onye na-abụghị onye ọchịchị\",\n    \"nonmonarchistic\": \"enweghị ọchịchị\",\n    \"nonmonastic\": \"na-abụghị ihe\",\n    \"nonmonastically\": \"n'ụzọ nkịtị\",\n    \"nonmonetary\": \"anaghị akwụ ụgwọ\",\n    \"nonmonist\": \"ekweghi ekwe\",\n    \"nonmonistic\": \"ekweghị\",\n    \"nonmonistically\": \"enweghị nkwekọrịta\",\n    \"nonmonogamously\": \"na-abụghị otu\",\n    \"nonmonotheistic\": \"enweghị nkwenye\",\n    \"nonmoral\": \"emeghari\",\n    \"nonmorality\": \"emeghị ihe\",\n    \"nonmortal\": \"anaghị anwụ anwụ\",\n    \"nonmortally\": \"n'emeghị ya\",\n    \"nonmotile\": \"anaghị akwụ ụgwọ\",\n    \"nonmotility\": \"enweghị ikike\",\n    \"nonmotion\": \"emeghị ihe\",\n    \"nonmotivated\": \"enweghị obi ụtọ\",\n    \"nonmotivational\": \"anaghị eme njem\",\n    \"nonmotoring\": \"anaghị akwụ ụgwọ\",\n    \"nonmountainous\": \"emeghi\",\n    \"nonmountainously\": \"na-enweghị isi\",\n    \"nonmoveability\": \"enweghị ike ịgagharị\",\n    \"nonmoveable\": \"enweghị ike ịmegharị\",\n    \"nonmoveableness\": \"enweghị ike ịgagharị\",\n    \"nonmoveably\": \"enweghị atụ\",\n    \"nonmucilaginous\": \"abụghị mucilaginous\",\n    \"nonmucous\": \"abụghị mucous\",\n    \"nonmulched\": \"emeghị\",\n    \"nonmultiple\": \"enweghị\",\n    \"nonmultiplicational\": \"abughi ihe obula\",\n    \"nonmultiplicative\": \"enweghị iwu\",\n    \"nonmultiplicatively\": \"n'emeghị ihe ọ bụla\",\n    \"nonmunicipal\": \"nke na-abụghị nke ọchịchị\",\n    \"nonmunicipally\": \"na-abụghị nke ọchịchị\",\n    \"nonmuscular\": \"enweghị akwara\",\n    \"nonmuscularly\": \"n'adighi ike\",\n    \"nonmusical\": \"enweghị egwu\",\n    \"nonmusically\": \"n'adighi egwu\",\n    \"nonmusicalness\": \"enweghị egwu\",\n    \"nonmussable\": \"enweghị mgbaze\",\n    \"nonmutability\": \"enweghị nkwupụta\",\n    \"nonmutable\": \"ekweghị\",\n    \"nonmutableness\": \"enweghị nkwupụta\",\n    \"nonmutably\": \"ekweghị\",\n    \"nonmutational\": \"anaghị akwụ ụgwọ\",\n    \"nonmutationally\": \"n'amaghị ama\",\n    \"nonmutative\": \"anaghị akwụ ụgwọ\",\n    \"nonmutinous\": \"anaghị adị mkpa\",\n    \"nonmutinously\": \"n'emeghị ihe ọ bụla\",\n    \"nonmutinousness\": \"enweghị nkwanye ùgwù\",\n    \"nonmutuality\": \"emeghi eme\",\n    \"nonmutually\": \"abụghị otu\",\n    \"nonnant\": \"anaghị akwụ ụgwọ\",\n    \"nonnarcissism\": \"abụghị narcissism\",\n    \"nonnarcissistic\": \"abụghị narcissistic\",\n    \"nonnarration\": \"enweghị nkwupụta\",\n    \"nonnarrative\": \"na-abụghị nke\",\n    \"nonnasally\": \"n'adighi\",\n    \"nonnational\": \"mba\",\n    \"nonnationalistic\": \"mba\",\n    \"nonnationally\": \"mba\",\n    \"nonnative\": \"na-abụghị obodo\",\n    \"nonnatively\": \"n'emeghị ọnụ\",\n    \"nonnativeness\": \"enweghị mmasị\",\n    \"nonnatives\": \"ndị na-abụghị ndị obodo\",\n    \"nonnattily\": \"n'adighi anya\",\n    \"nonnattiness\": \"enweghị nchekwube\",\n    \"nonnatural\": \"na-ekwekọghị n'okike\",\n    \"nonnaturalism\": \"ihe ndi ozo\",\n    \"nonnaturalist\": \"onye na-enweghi okike\",\n    \"nonnaturalistic\": \"ekwesighi\",\n    \"nonnaturality\": \"ekwekọghị n'okike\",\n    \"nonnaturally\": \"na-ekwekọghị n'okike\",\n    \"nonnaturalness\": \"ekweghị n'okike\",\n    \"nonnaturals\": \"ihe ndi ozo\",\n    \"nonnautical\": \"na-abụghị ihe\",\n    \"nonnautically\": \"n'esemokwu\",\n    \"nonnavigability\": \"enweghị ọrụ\",\n    \"nonnavigable\": \"enweghị ike\",\n    \"nonnavigableness\": \"enweghị ọrụ\",\n    \"nonnavigably\": \"adighi anya\",\n    \"nonnavigation\": \"nchọgharị\",\n    \"nonnebulous\": \"enweghị atụ\",\n    \"nonnebulously\": \"n'emeghị ọnụ\",\n    \"nonnebulousness\": \"enweghị atụ\",\n    \"nonnecessary\": \"adịghị mkpa\",\n    \"nonnecessity\": \"enweghị isi\",\n    \"nonnecessities\": \"abụghị ihe ndị dị mkpa\",\n    \"nonnecessitous\": \"adịghị mkpa\",\n    \"nonnecessitously\": \"n'adaghị oké mkpa\",\n    \"nonnecessitousness\": \"enweghị isi\",\n    \"nonnegation\": \"enweghị mmachi\",\n    \"nonnegative\": \"anaghị anabata ndị mmadụ\",\n    \"nonnegligence\": \"enweghị iwu\",\n    \"nonnegligent\": \"anaghị akwụ ụgwọ\",\n    \"nonnegligently\": \"nonnekwu iwu\",\n    \"nonnegligibility\": \"anaghị akwụ ụgwọ\",\n    \"nonnegligible\": \"anaghị akwụ ụgwọ\",\n    \"nonnegligibleness\": \"ekweghị\",\n    \"nonnegligibly\": \"n'odighi iwu\",\n    \"nonnegotiability\": \"enweghị nkwurịta okwu\",\n    \"nonnegotiable\": \"enweghị ihe ọ bụla\",\n    \"nonnegotiation\": \"mkparịta ụka\",\n    \"nonnephritic\": \"enweghị mkpesa\",\n    \"nonnervous\": \"enweghị atụ\",\n    \"nonnervously\": \"enweghị mmetụ\",\n    \"nonnervousness\": \"enweghị nchekasị\",\n    \"nonnescience\": \"enweghi uche\",\n    \"nonnescient\": \"amaghị ihe\",\n    \"nonneutrality\": \"anọghị iche\",\n    \"nonneutrally\": \"enweghị isi\",\n    \"nonnicotinic\": \"nonnisotinik\",\n    \"nonnihilism\": \"enweghị onwe\",\n    \"nonnihilist\": \"ndebanye aha\",\n    \"nonnihilistic\": \"enweghị echiche\",\n    \"nonnitrogenized\": \"anaghị edozi\",\n    \"nonnitrogenous\": \"anaghị edozi\",\n    \"nonnitrous\": \"anaghị eri nri\",\n    \"nonnobility\": \"enweghị ikike\",\n    \"nonnocturnal\": \"n'abalị\",\n    \"nonnocturnally\": \"na-agbasaghị\",\n    \"nonnomad\": \"na-abụghị nomad\",\n    \"nonnomadic\": \"na-anaghị agagharị\",\n    \"nonnomadically\": \"n'usoro\",\n    \"nonnominalistic\": \"nonnonalistic\",\n    \"nonnomination\": \"ntinye aha\",\n    \"nonnormal\": \"emezighi\",\n    \"nonnormality\": \"nkịtị\",\n    \"nonnormally\": \"abụghị nke nkịtị\",\n    \"nonnormalness\": \"ezighi ezi\",\n    \"nonnotable\": \"amaghi\",\n    \"nonnotableness\": \"notnotableness\",\n    \"nonnotably\": \"enweghị atụ\",\n    \"nonnotational\": \"mba\",\n    \"nonnotification\": \"nkwupụta\",\n    \"nonnotional\": \"n'adighi ama\",\n    \"nonnoumenal\": \"edeghị aha\",\n    \"nonnoumenally\": \"n'atughi onu ogugu\",\n    \"nonnourishing\": \"adịghị edozi ahụ\",\n    \"nonnourishment\": \"erighi nri\",\n    \"nonnuclear\": \"emeghi ka o doo anya\",\n    \"nonnucleated\": \"enweghị atụ\",\n    \"nonnullification\": \"abughi ihe omuma\",\n    \"nonnumeral\": \"ọnụọgụgụ\",\n    \"nonnumeric\": \"ọnụọgụgụ\",\n    \"nonnutrient\": \"anaghị edozi ahụ\",\n    \"nonnutriment\": \"enweghị nsogbu\",\n    \"nonnutritious\": \"anaghị edozi ahụ\",\n    \"nonnutritiously\": \"n'enyeghị nsogbu\",\n    \"nonnutritiousness\": \"enweghị nchịkwa\",\n    \"nonnutritive\": \"anaghị edozi ahụ́\",\n    \"nonnutritively\": \"n'etinyeghi nri\",\n    \"nonnutritiveness\": \"enweghị nchịkwa\",\n    \"nonobedience\": \"nnupụisi\",\n    \"nonobedient\": \"anaghị enupụrụ isi\",\n    \"nonobediently\": \"inupughi isi\",\n    \"nonobjection\": \"emeghị ihe\",\n    \"nonobjective\": \"ebughi ebumnobi\",\n    \"nonobjectivistic\": \"na-abụghị ihe atụ\",\n    \"nonobjectivity\": \"arụghị ọrụ\",\n    \"nonobligated\": \"enweghị ikike\",\n    \"nonobligatory\": \"anaghị akwụ ụgwọ\",\n    \"nonobligatorily\": \"enweghị ikike\",\n    \"nonobscurities\": \"anaghị anabata iwu\",\n    \"nonobservable\": \"ekweghị achọpụta\",\n    \"nonobservably\": \"achọpụtaghị ya\",\n    \"nonobservance\": \"idebe iwu\",\n    \"nonobservant\": \"anaghị elekọta mmadụ\",\n    \"nonobservantly\": \"anaghị elebara anya\",\n    \"nonobservation\": \"nlebanye anya\",\n    \"nonobservational\": \"na-abụghị ọrụ\",\n    \"nonobserving\": \"anaghị achọpụta ihe\",\n    \"nonobservingly\": \"anaghị elekọta anya\",\n    \"nonobsession\": \"idebanye aha\",\n    \"nonobsessive\": \"anaghị atụ ụjọ\",\n    \"nonobsessively\": \"n'esepụghị aka\",\n    \"nonobsessiveness\": \"enweghị nchịkwa\",\n    \"nonobstetrically\": \"n'etinyeghi ya\",\n    \"nonobstructive\": \"anaghị egbochi ha\",\n    \"nonobstructively\": \"n'emeghị ya\",\n    \"nonobstructiveness\": \"emeghi ihe obula\",\n    \"nonobvious\": \"adighi anya\",\n    \"nonobviously\": \"n'emeghị ihe ọ bụla\",\n    \"nonobviousness\": \"emeghi ihe ngosi\",\n    \"nonoccidental\": \"enweghị ihe mberede\",\n    \"nonoccidentally\": \"na-atụghị anya ya\",\n    \"nonocclusion\": \"itinye aka\",\n    \"nonocclusive\": \"enweghị nkwenye\",\n    \"nonoccult\": \"anaghị adị aghụghọ\",\n    \"nonocculting\": \"na-anaghị etinye aka\",\n    \"nonoccupance\": \"enweghị ọrụ\",\n    \"nonoccupancy\": \"enweghị ọrụ\",\n    \"nonoccupant\": \"enweghị\",\n    \"nonoccupation\": \"enweghị ọrụ\",\n    \"nonoccupational\": \"anaghị arụ ọrụ\",\n    \"nonoccurrence\": \"enweghị nsogbu\",\n    \"nonodoriferous\": \"noodoriferous\",\n    \"nonodoriferously\": \"anaghị arụ ọrụ\",\n    \"nonodoriferousness\": \"enweghị alụlụ\",\n    \"nonodorous\": \"noodorous\",\n    \"nonodorously\": \"n'emeghị mkpọtụ\",\n    \"nonodorousness\": \"ịnọ nkịtị\",\n    \"nonoffensive\": \"anaghị akwụ ụgwọ\",\n    \"nonoffensively\": \"anaghị akwụ ụgwọ\",\n    \"nonoffensiveness\": \"enweghị ọnụ\",\n    \"nonofficeholder\": \"onye na-abụghị onye ọrụ\",\n    \"nonofficeholding\": \"na-abụghị iwu\",\n    \"nonofficial\": \"anaghị arụ ọrụ\",\n    \"nonofficially\": \"na-abụghị iwu\",\n    \"nonofficinal\": \"na-emeghị\",\n    \"nonoic\": \"enweghị akwụkwọ\",\n    \"nonoily\": \"ejighi mmanu\",\n    \"nonomissible\": \"agaghị ekwe omume\",\n    \"nonomission\": \"enweghị ozi\",\n    \"nononerous\": \"abụghị ihe\",\n    \"nononerously\": \"n'adighi\",\n    \"nononerousness\": \"enweghị nkwanye\",\n    \"nonopacity\": \"enweghị ọrụ\",\n    \"nonopening\": \"imeghe\",\n    \"nonoperable\": \"enweghị ike ịrụ ọrụ\",\n    \"nonoperatic\": \"enweghị usoro\",\n    \"nonoperatically\": \"n'esepụghị aka\",\n    \"nonoperating\": \"anaghị arụ ọrụ\",\n    \"nonoperational\": \"anaghị arụ ọrụ\",\n    \"nonoperative\": \"anaghị arụ ọrụ\",\n    \"nonopinionated\": \"enweghị echiche\",\n    \"nonopinionatedness\": \"enweghị nkwenye\",\n    \"nonopinionatively\": \"n'adighi\",\n    \"nonopinionativeness\": \"enweghị nkwenye\",\n    \"nonopposable\": \"enweghị atụ\",\n    \"nonopposal\": \"anaghị akwado mmadụ\",\n    \"nonopposing\": \"anaghị akwado mmadụ\",\n    \"nonopposition\": \"nkwenye\",\n    \"nonoppression\": \"enweghị nsogbu\",\n    \"nonoppressive\": \"enweghị nsogbu\",\n    \"nonoppressively\": \"enweghị nsogbu\",\n    \"nonoppressiveness\": \"enweghị mmegbu\",\n    \"nonopprobrious\": \"na-abụghị opprobrious\",\n    \"nonopprobriously\": \"n'emeghị nkwanye ùgwù\",\n    \"nonopprobriousness\": \"enweghị nkwanye ùgwù\",\n    \"nonoptical\": \"na-anọchi anya ya\",\n    \"nonoptically\": \"n'aghara\",\n    \"nonoptimistic\": \"na-enweghị atụ\",\n    \"nonoptimistically\": \"n'achọghị anya\",\n    \"nonoptional\": \"anaghị ahọrọ\",\n    \"nonoral\": \"anaghị akwụ ụgwọ\",\n    \"nonorally\": \"anaghị akwụ ụgwọ\",\n    \"nonorchestral\": \"ụlọ ọrụ\",\n    \"nonorchestrally\": \"n'enyeghi aha\",\n    \"nonordained\": \"edozighi\",\n    \"nonordered\": \"enweghị nchịkwa\",\n    \"nonordination\": \"nchịkwa\",\n    \"nonorganic\": \"anaghị achịkwa\",\n    \"nonorganically\": \"n'enyemaka\",\n    \"nonorganization\": \"nhazi\",\n    \"nonorientable\": \"enweghị atụ\",\n    \"nonoriental\": \"enweghị akwụkwọ\",\n    \"nonorientation\": \"enweghị akwụkwọ\",\n    \"nonornamental\": \"akuko\",\n    \"nonornamentality\": \"enweghị akwụkwọ\",\n    \"nonornamentally\": \"n'emeghị ya\",\n    \"nonorthodox\": \"ekweghi-ekwe\",\n    \"nonorthodoxly\": \"n'etinyeghi anya\",\n    \"nonorthogonality\": \"ekwesighi\",\n    \"nonorthographically\": \"n'aghari\",\n    \"nonosmotically\": \"n'emeghị ya echiche\",\n    \"nonostensible\": \"ekweghi ekwe omume\",\n    \"nonostensibly\": \"enweghị ike\",\n    \"nonostensive\": \"anaghị akwụ ụgwọ\",\n    \"nonostensively\": \"n'adighi ike\",\n    \"nonostentation\": \"ndebanye aha\",\n    \"nonoutlawry\": \"enweghị iwu\",\n    \"nonoutlawries\": \"enweghị iwu\",\n    \"nonoutrage\": \"enweghị mkpuchi\",\n    \"nonoverhead\": \"enweghị isi\",\n    \"nonoverlapping\": \"anaghị edozi\",\n    \"nonowner\": \"onye nwe obodo\",\n    \"nonowners\": \"ndị nwe ụlọ\",\n    \"nonoxidizing\": \"anaghị edozi\",\n    \"nonoxygenous\": \"anaghị anọkata\",\n    \"nonpacifiable\": \"nke anaghị akwụ ụgwọ\",\n    \"nonpacifically\": \"n'adabaghị\",\n    \"nonpacificatory\": \"ọ naghị arụ ọrụ\",\n    \"nonpacifistic\": \"enweghị ọrụ\",\n    \"nonpagan\": \"ọ bụghị ndị ọgọ mmụọ\",\n    \"nonpaganish\": \"na-abụghị ndị ọgọ mmụọ\",\n    \"nonpagans\": \"ndị na-abụghị ndị ọgọ mmụọ\",\n    \"nonpaid\": \"anaghị akwụ ụgwọ\",\n    \"nonpayer\": \"anaghị akwụ ụgwọ\",\n    \"nonpaying\": \"anaghị akwụ ụgwọ\",\n    \"nonpayment\": \"ugwo\",\n    \"nonpainter\": \"edeghị ederede\",\n    \"nonpalatability\": \"enweghị ike ịkwụ ụgwọ\",\n    \"nonpalatable\": \"enweghị atụ\",\n    \"nonpalatableness\": \"enweghị atụ\",\n    \"nonpalatably\": \"enweghị akwụ ụgwọ\",\n    \"nonpalatal\": \"enweghị atụ\",\n    \"nonpalliation\": \"anaghị akwụ ụgwọ\",\n    \"nonpalliative\": \"anaghị akwụ ụgwọ\",\n    \"nonpalliatively\": \"n'adabereghị\",\n    \"nonpalpability\": \"enweghị ike\",\n    \"nonpalpable\": \"enweghị ike ibugharị ya\",\n    \"nonpalpably\": \"enweghị atụ\",\n    \"nonpapal\": \"anaghị adị\",\n    \"nonpapistic\": \"enweghị atụ\",\n    \"nonparabolic\": \"enweghị atụ\",\n    \"nonparabolical\": \"abụghị nke Akwụkwọ Nsọ\",\n    \"nonparabolically\": \"enweghị ihe ọ bụla\",\n    \"nonparadoxical\": \"abụghị ihe ọdịnala\",\n    \"nonparadoxically\": \"n'emeghị ka ọ dị\",\n    \"nonparadoxicalness\": \"nonparadoxical\",\n    \"nonparalysis\": \"enweghị atụ\",\n    \"nonparalytic\": \"enweghị atụ\",\n    \"nonparallel\": \"enweghị atụ\",\n    \"nonparallelism\": \"enweghị atụ\",\n    \"nonparametric\": \"enweghị atụ\",\n    \"nonparasitical\": \"enweghị atụ\",\n    \"nonparasitically\": \"n'etinyeghi aka\",\n    \"nonpardoning\": \"anaghị agbaghara\",\n    \"nonpareil\": \"na-enweghị atụ\",\n    \"nonpareils\": \"akwụkwọ ndị ọzọ\",\n    \"nonparent\": \"enweghị nne\",\n    \"nonparental\": \"nne na nna\",\n    \"nonparentally\": \"enweghị nne na nna\",\n    \"nonparity\": \"enweghị nkwekọrịta\",\n    \"nonparliamentary\": \"nzuko omeiwu\",\n    \"nonparous\": \"anaghị akwụ ụgwọ\",\n    \"nonpartial\": \"ele mmadụ anya n'ihu\",\n    \"nonpartiality\": \"ele mmadụ anya n'ihu\",\n    \"nonpartialities\": \"enweghị ele mmadụ anya n'ihu\",\n    \"nonpartially\": \"enweghị nkewa\",\n    \"nonpartible\": \"enweghị atụ\",\n    \"nonparticipant\": \"anaghị esonye\",\n    \"nonparticipating\": \"anaghị ekere òkè\",\n    \"nonparticipation\": \"anaghị ekere òkè\",\n    \"nonpartner\": \"onye ozo\",\n    \"nonpassenger\": \"enweghị njem\",\n    \"nonpassible\": \"enweghị ike ịgafe\",\n    \"nonpassionate\": \"enweghị obi ọmịiko\",\n    \"nonpassionately\": \"enweghị obi ọmịiko\",\n    \"nonpassionateness\": \"enweghị ọmịiko\",\n    \"nonpastoral\": \"onye na-azughi\",\n    \"nonpatentability\": \"abụghị patentability\",\n    \"nonpatentable\": \"abụghị patentable\",\n    \"nonpatented\": \"anaghị anabata ya\",\n    \"nonpatently\": \"n'emeghị ebere\",\n    \"nonpaternal\": \"enweghị nne\",\n    \"nonpaternally\": \"n'etinyeghị obi ọmịiko\",\n    \"nonpathogenic\": \"enweghị ọrịa\",\n    \"nonpathological\": \"enweghị ọrịa\",\n    \"nonpathologically\": \"n'etinyeghị obi\",\n    \"nonpatriotic\": \"enweghị mba\",\n    \"nonpatriotically\": \"mba adịghị\",\n    \"nonpatterned\": \"ekwupụtaghị\",\n    \"nonpause\": \"akwusighi\",\n    \"nonpeak\": \"ekwughi okwu\",\n    \"nonpeaked\": \"ekwughi okwu\",\n    \"nonpearlitic\": \"enweghị atụ\",\n    \"nonpecuniary\": \"ekwughi okwu\",\n    \"nonpedagogical\": \"ọ bụghị ihe ọmụmụ\",\n    \"nonpedagogically\": \"n'agụghị akwụkwọ\",\n    \"nonpedestrian\": \"Onye na-anọghị ụkwụ\",\n    \"nonpedigree\": \"abụghị usoro ọmụmụ\",\n    \"nonpedigreed\": \"abụghị pedigreed\",\n    \"nonpejorative\": \"enweghị ihe ọ .ụ\",\n    \"nonpejoratively\": \"n'adịghị\",\n    \"nonpelagic\": \"enweghị akụkọ\",\n    \"nonpenalized\": \"emeghị emepe\",\n    \"nonpendant\": \"anaghị akwụ ụgwọ\",\n    \"nonpendency\": \"akwụghị ụgwọ\",\n    \"nonpendent\": \"anaghị akwụ ụgwọ\",\n    \"nonpendently\": \"ikwesighi\",\n    \"nonpending\": \"anaghị akwụ ụgwọ\",\n    \"nonpenetrability\": \"enweghị nkwanye ugwu\",\n    \"nonpenetrable\": \"enweghị ike ịbanye\",\n    \"nonpenetrably\": \"enweghị nkwanye ùgwù\",\n    \"nonpenetrating\": \"anaghị emegharị emepe\",\n    \"nonpenetration\": \"enweghị nkwupụta\",\n    \"nonpenitent\": \"enweghị nkwupụta\",\n    \"nonpensionable\": \"anaghị akwụ ụgwọ\",\n    \"nonpensioner\": \"abụghị onye ezumike nka\",\n    \"nonperceivable\": \"enweghị nghọta\",\n    \"nonperceivably\": \"ekweghị\",\n    \"nonperceiving\": \"anaghị enweta\",\n    \"nonperceptible\": \"ekweghị\",\n    \"nonperceptibleness\": \"enweghị ike\",\n    \"nonperceptibly\": \"n'amaghị ama\",\n    \"nonperception\": \"enweghị echiche\",\n    \"nonperceptional\": \"enweghị uche\",\n    \"nonperceptive\": \"anabataghị\",\n    \"nonperceptively\": \"n'amaghị ama\",\n    \"nonperceptivity\": \"enweghị mgbochi\",\n    \"nonperceptual\": \"anabatabeghị\",\n    \"nonpercipience\": \"enweghị uru\",\n    \"nonpercipiency\": \"enweghị ọrụ\",\n    \"nonpercipient\": \"enweghị ụgwọ ọrụ\",\n    \"nonpercussive\": \"na-enweghị mgbagha\",\n    \"nonperfected\": \"nonperfect\",\n    \"nonperfectibility\": \"ezughị oke\",\n    \"nonperfectible\": \"ezughị oke\",\n    \"nonperfection\": \"ezughị okè\",\n    \"nonperforate\": \"anaghị akwado iwu\",\n    \"nonperforated\": \"kpuchitere\",\n    \"nonperforating\": \"anaghị arụ ọrụ\",\n    \"nonperformance\": \"ịrụ ọrụ\",\n    \"nonperformer\": \"onye na-eme ihe ngosi\",\n    \"nonperforming\": \"anaghị arụ ọrụ\",\n    \"nonperilous\": \"emeghị nke ọma\",\n    \"nonperilously\": \"n'adaghị uru\",\n    \"nonperiodic\": \"oge\",\n    \"nonperiodical\": \"oge anaghị adị\",\n    \"nonperiodically\": \"oge adịghị\",\n    \"nonperishable\": \"anaghị emebi emebi\",\n    \"nonperishables\": \"ndị anaghị emebi emebi\",\n    \"nonperishing\": \"enweghị ihe\",\n    \"nonpermanency\": \"enweghị nchịkwa\",\n    \"nonpermanent\": \"na-enweghị nchịkwa\",\n    \"nonpermanently\": \"na-enweghị nchịkwa\",\n    \"nonpermeability\": \"enweghị ike ọgwụgwụ\",\n    \"nonpermeable\": \"enweghị ike ịlụ\",\n    \"nonpermissibility\": \"ekweghị\",\n    \"nonpermissible\": \"ekweghị\",\n    \"nonpermissibly\": \"n'enyeghi iwu\",\n    \"nonpermission\": \"nkwenye\",\n    \"nonpermissive\": \"ekwenyeghi\",\n    \"nonpermissively\": \"n'ịnabata\",\n    \"nonpermissiveness\": \"ekwenyeghi\",\n    \"nonpermitted\": \"ekweghị\",\n    \"nonperpendicular\": \"na-enweghị ego\",\n    \"nonperpendicularity\": \"nkwanye ugwu\",\n    \"nonperpendicularly\": \"na-akwadoghị\",\n    \"nonperpetration\": \"enweghị nchịkwa\",\n    \"nonperpetual\": \"anaghị adịru mgbe ebighị ebi\",\n    \"nonperpetually\": \"na-abụghị mgbe niile\",\n    \"nonperpetuance\": \"enweghị isi\",\n    \"nonperpetuation\": \"enweghị mgbatị\",\n    \"nonperpetuity\": \"enweghị amamịghe\",\n    \"nonperpetuities\": \"abaghị uru\",\n    \"nonpersecuting\": \"na-enweghị nkwekọrịta\",\n    \"nonpersecution\": \"mkpagbu\",\n    \"nonpersecutive\": \"na-enweghị nkwekọrịta\",\n    \"nonperseverance\": \"enweghị nkwupụta\",\n    \"nonperseverant\": \"na-enweghị atụ\",\n    \"nonpersevering\": \"enweghị mgbasa ozi\",\n    \"nonpersistence\": \"enweghị okwukwe\",\n    \"nonpersistency\": \"enweghị nkwenye\",\n    \"nonpersistent\": \"na-agbanwe agbanwe\",\n    \"nonpersistently\": \"n'esemokwu\",\n    \"nonpersisting\": \"na-agbasaghị\",\n    \"nonperson\": \"onye na-abụghị onye\",\n    \"nonpersonal\": \"onye abụghị mmadụ\",\n    \"nonpersonally\": \"n’onwe ya\",\n    \"nonpersonification\": \"enweghị aha\",\n    \"nonperspective\": \"n'emeghị anya\",\n    \"nonpersuadable\": \"enweghị atụ\",\n    \"nonpersuasible\": \"agbasaghị\",\n    \"nonpersuasive\": \"agbasaghị\",\n    \"nonpersuasively\": \"n'esepụghị aka\",\n    \"nonpersuasiveness\": \"enweghị nkwanye ùgwù\",\n    \"nonpertinence\": \"enweghị ndidi\",\n    \"nonpertinency\": \"enweghị nchịkwa\",\n    \"nonpertinent\": \"enweghị isi\",\n    \"nonpertinently\": \"n'adaghị uru\",\n    \"nonperturbable\": \"enweghị mgbagha\",\n    \"nonperturbing\": \"enweghị nsogbu\",\n    \"nonperverse\": \"agbasaghị\",\n    \"nonperversely\": \"agbasaghị\",\n    \"nonperversion\": \"enweghị ọrụ\",\n    \"nonperversity\": \"nnabata\",\n    \"nonperversities\": \"abaghị uru\",\n    \"nonperversive\": \"enweghị mgbagha\",\n    \"nonperverted\": \"agbasaghị\",\n    \"nonpervertedly\": \"n'amaghị ama\",\n    \"nonpervertible\": \"enweghị ike ịgbanwe\",\n    \"nonpessimistic\": \"enweghị enweghị nchekwube\",\n    \"nonpessimistically\": \"enweghị pessimistically\",\n    \"nonpestilently\": \"n'adighi ike\",\n    \"nonphagocytic\": \"emeghari\",\n    \"nonpharmaceutical\": \"ọgwụ na-abụghị ọgwụ\",\n    \"nonpharmaceutically\": \"na-abụghị ọgwụ\",\n    \"nonphenomenal\": \"abughi onu ahia\",\n    \"nonphenomenally\": \"na-abụghịkarị\",\n    \"nonphilosophy\": \"enweghị echiche\",\n    \"nonphilosophic\": \"enweghị echiche\",\n    \"nonphilosophical\": \"enweghị echiche\",\n    \"nonphysically\": \"n'adighi aru ike\",\n    \"nonphysiologically\": \"n'emeghị ihe ọ bụla\",\n    \"nonphonemic\": \"ekwenti\",\n    \"nonphonemically\": \"n'anaghị olu\",\n    \"nonphonetic\": \"na-anaghị ekwu olu\",\n    \"nonphonetical\": \"enweghị olu\",\n    \"nonphonetically\": \"n'amaghị ama\",\n    \"nonphosphorized\": \"enweghị ikike\",\n    \"nonphosphorous\": \"enweghị ume\",\n    \"nonphotographically\": \"n'adighi-ese foto\",\n    \"nonphrenetic\": \"na-enweghị usoro\",\n    \"nonphrenetically\": \"n'adịghị anya\",\n    \"nonpickable\": \"nke anaghị akwụ ụgwọ\",\n    \"nonpictorial\": \"enweghị atụ\",\n    \"nonpictorially\": \"n'amaghị ama\",\n    \"nonpigmented\": \"enweghị akara\",\n    \"nonpinaceous\": \"enweghị nke\",\n    \"nonpyogenic\": \"anaghị adị ndụ\",\n    \"nonpyritiferous\": \"anaghị enyere ndị ọzọ aka\",\n    \"nonplacental\": \"na-adịghị anya\",\n    \"nonplacet\": \"enweghị ụkwụ\",\n    \"nonplanar\": \"na-abụghị atụmatụ\",\n    \"nonplane\": \"ụgbọ elu\",\n    \"nonplanetary\": \"na-abụghị nke\",\n    \"nonplantowning\": \"enweghị ebe obibi\",\n    \"nonplastic\": \"ekweghị\",\n    \"nonplasticity\": \"ekwenti\",\n    \"nonplated\": \"anaghị akọ\",\n    \"nonplatitudinous\": \"nke anaghị adị\",\n    \"nonplatitudinously\": \"n'adabaghị iwu\",\n    \"nonplausibility\": \"enweghị nkwenye\",\n    \"nonplausible\": \"O kwere omume\",\n    \"nonplausibleness\": \"ekwesighi\",\n    \"nonplausibly\": \"enweghị atụ\",\n    \"nonpleadable\": \"enweghị ike\",\n    \"nonpleading\": \"anaghị agbasa\",\n    \"nonpleadingly\": \"n'ụzọ na-akwadoghị\",\n    \"nonpliability\": \"enweghị nkwanye ugwu\",\n    \"nonpliable\": \"enweghị ikike\",\n    \"nonpliableness\": \"enweghị iwu\",\n    \"nonpliant\": \"anaghị akwụ ụgwọ\",\n    \"nonpliantly\": \"anaghị akwụ ụgwọ\",\n    \"nonpliantness\": \"enweghị iwu\",\n    \"nonplurality\": \"enweghị ọtụtụ\",\n    \"nonpluralities\": \"ekweghi-ekwe\",\n    \"nonplus\": \"enweghị\",\n    \"nonplusation\": \"enweghị\",\n    \"nonplused\": \"enweghị\",\n    \"nonpluses\": \"enweghị\",\n    \"nonplushed\": \"agbasaghị\",\n    \"nonplusing\": \"enweghị\",\n    \"nonplussed\": \"enweghị\",\n    \"nonplussing\": \"enweghị\",\n    \"nonplutocratic\": \"na-abụghị usoro ọchịchị\",\n    \"nonplutocratical\": \"na-akwadoghị ọchịchị\",\n    \"nonpneumatically\": \"n'emeghị ikuku\",\n    \"nonpoetic\": \"enweghị edemede\",\n    \"nonpoisonous\": \"enweghị nsogbu\",\n    \"nonpoisonously\": \"n'enyeghị nsogbu\",\n    \"nonpoisonousness\": \"enweghị nkwanye ùgwù\",\n    \"nonpolarity\": \"enweghị akwụkwọ\",\n    \"nonpolarizable\": \"enweghị ike ịkọwapụta\",\n    \"nonpolarizing\": \"anaghị akọ akụkọ\",\n    \"nonpolemic\": \"enweghị akwụkwọ\",\n    \"nonpolemical\": \"enweghị akwụkwọ\",\n    \"nonpolemically\": \"enweghị nchịkwa\",\n    \"nonpolitical\": \"ndọrọ ndọrọ ọchịchị\",\n    \"nonpolitically\": \"ndọrọ ndọrọ ọchịchị\",\n    \"nonpolluted\": \"emetọghị\",\n    \"nonpolluting\": \"anaghị akwụ ụgwọ\",\n    \"nonponderability\": \"enweghị ike\",\n    \"nonponderable\": \"enweghị atụ\",\n    \"nonponderosity\": \"enweghị nkwanye ùgwù\",\n    \"nonponderous\": \"anaghị akwụ ụgwọ\",\n    \"nonponderously\": \"n'esighi\",\n    \"nonponderousness\": \"enweghị nkwanye ùgwù\",\n    \"nonpopery\": \"enweghị akwụkwọ\",\n    \"nonpopular\": \"enweghị mmasị\",\n    \"nonpopularity\": \"enweghị mmasị\",\n    \"nonpopularly\": \"anaghị ewu ewu\",\n    \"nonpopulous\": \"enweghị ọnụ\",\n    \"nonpopulously\": \"enweghị ọgụgụ\",\n    \"nonpopulousness\": \"enweghị ọgụgụ\",\n    \"nonporness\": \"enweghị iwu\",\n    \"nonpornographic\": \"ihe na-akpali agụụ mmekọahụ\",\n    \"nonporous\": \"enweghị\",\n    \"nonporousness\": \"enweghị ọrụ\",\n    \"nonport\": \"ebughi\",\n    \"nonportability\": \"enweghị ọrụ\",\n    \"nonportable\": \"agaghị ebugharị\",\n    \"nonportentous\": \"adịghị mkpa\",\n    \"nonportentously\": \"n'adaghị uru\",\n    \"nonportentousness\": \"enweghị ọrụ\",\n    \"nonportrayable\": \"enweghị ike ịkọwapụta\",\n    \"nonportrayal\": \"enweghị akụkọ\",\n    \"nonpositive\": \"anaghị akwụ ụgwọ\",\n    \"nonpositivistic\": \"na-abụghị onye\",\n    \"nonpossessed\": \"enweghị ikike\",\n    \"nonpossession\": \"enweghị ego\",\n    \"nonpossessive\": \"enweghị ikike\",\n    \"nonpossessively\": \"enweghị isi\",\n    \"nonpossessiveness\": \"enweghị ikike\",\n    \"nonpossessory\": \"enweghị isi\",\n    \"nonpossible\": \"agaghị ekwe omume\",\n    \"nonpossibly\": \"enweghị ike\",\n    \"nonposthumous\": \"enweghị akwụkwọ\",\n    \"nonpostponement\": \"n'aghapughi\",\n    \"nonpotable\": \"enweghị ike\",\n    \"nonpotential\": \"enweghị ike\",\n    \"nonpower\": \"ike\",\n    \"nonpracticability\": \"enweghị ọrụ\",\n    \"nonpracticable\": \"anaghị arụ ọrụ\",\n    \"nonpracticableness\": \"enweghị ọrụ\",\n    \"nonpracticably\": \"enweghị atụ\",\n    \"nonpractical\": \"anaghị adị adị\",\n    \"nonpracticality\": \"emeghi-eme\",\n    \"nonpractically\": \"na-emezighi\",\n    \"nonpracticalness\": \"emeghi ihe\",\n    \"nonpractice\": \"emeghi\",\n    \"nonpracticed\": \"emeghi\",\n    \"nonpraedial\": \"na-abụghị nke\",\n    \"nonpragmatic\": \"nke anaghị eme eme\",\n    \"nonpragmatical\": \"nke anaghị asọpụrụ\",\n    \"nonpragmatically\": \"n'emeghị mmụọ\",\n    \"nonpreaching\": \"ikwusa ozi ọma\",\n    \"nonprecedent\": \"enwetụbeghị mbụ\",\n    \"nonprecedential\": \"enweghị atụ\",\n    \"nonprecious\": \"amaghi\",\n    \"nonpreciously\": \"n'amaghị ama\",\n    \"nonpreciousness\": \"amaghi ama\",\n    \"nonprecipitation\": \"enweghị mmiri\",\n    \"nonprecipitative\": \"enweghị nchịkwa\",\n    \"nonpredatory\": \"enweghị atụ\",\n    \"nonpredatorily\": \"enweghị atụ\",\n    \"nonpredatoriness\": \"enweghị atụ\",\n    \"nonpredestination\": \"enweghị amụma\",\n    \"nonpredicative\": \"enweghị amụma\",\n    \"nonpredicatively\": \"n'amaghị ama\",\n    \"nonpredictable\": \"enweghị amụma\",\n    \"nonpredictive\": \"enweghị atụ\",\n    \"nonpreferability\": \"enweghị ike ịrụ ọrụ\",\n    \"nonpreferable\": \"enweghị ike ịkọwa\",\n    \"nonpreferableness\": \"enweghị atụ\",\n    \"nonpreferably\": \"enweghị mmasị\",\n    \"nonpreference\": \"enweghị mmasị\",\n    \"nonpreferential\": \"enweghị atụ\",\n    \"nonpreferentialism\": \"enweghị atụ\",\n    \"nonpreferentially\": \"enweghị atụ\",\n    \"nonpreformed\": \"enwetabeghi ya\",\n    \"nonpregnant\": \"adịghị asọpụ\",\n    \"nonprejudiced\": \"enweghị ajọ mbunobi\",\n    \"nonprejudicial\": \"enweghị ikpe\",\n    \"nonprejudicially\": \"n'amaghị uru ọ bụla\",\n    \"nonprelatic\": \"enweghị atụ\",\n    \"nonprelatical\": \"enweghị nkọwa\",\n    \"nonprepayment\": \"akwụghị ụgwọ\",\n    \"nonpreparation\": \"nkwadebe\",\n    \"nonpreparative\": \"enweghị nhazi\",\n    \"nonpreparatory\": \"enweghị nkwadebe\",\n    \"nonpreparedness\": \"enweghị njikere\",\n    \"nonprepositional\": \"enweghị nkọwa\",\n    \"nonprescient\": \"enweghị akwụkwọ\",\n    \"nonpresciently\": \"n'agụghị sayensị\",\n    \"nonprescribed\": \"anaghị edebanye aha\",\n    \"nonprescriber\": \"onye anaghị ede akwụkwọ\",\n    \"nonprescription\": \"anaghị edebanye aha\",\n    \"nonprescriptive\": \"anaghị edepụta ederede\",\n    \"nonpresence\": \"enweghị iwu\",\n    \"nonpresentability\": \"enweghị nkwupụta\",\n    \"nonpresentable\": \"ekwughi\",\n    \"nonpresentableness\": \"enweghị nkwupụta\",\n    \"nonpresentably\": \"n'amaghi ama\",\n    \"nonpresentation\": \"ngosi\",\n    \"nonpresentational\": \"nke na-abụghị eziokwu\",\n    \"nonpreservable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"nonpreservation\": \"anaghị echekwa\",\n    \"nonpreservative\": \"enweghị nchịkwa\",\n    \"nonpresidential\": \"onye isi ala\",\n    \"nonpress\": \"adịghị ada\",\n    \"nonpressing\": \"na-enweghị ike\",\n    \"nonpressure\": \"enweghị nsogbu\",\n    \"nonpresumptive\": \"abaghị uru\",\n    \"nonpresumptively\": \"adabaghị\",\n    \"nonprevalence\": \"enweghị nchịkwa\",\n    \"nonprevalent\": \"enweghị atụ\",\n    \"nonprevalently\": \"n'adighi ike\",\n    \"nonpreventable\": \"enweghị ike igbochi\",\n    \"nonpreventible\": \"enweghị ike ịkọwa\",\n    \"nonprevention\": \"enweghị mgbochi\",\n    \"nonpreventive\": \"enweghị atụ\",\n    \"nonpreventively\": \"n'etinyeghị aka\",\n    \"nonpreventiveness\": \"enweghị ọrụ\",\n    \"nonpriestly\": \"n'adighi\",\n    \"nonprimitive\": \"enweghị atụ\",\n    \"nonprimitively\": \"enweghị atụ\",\n    \"nonprimitiveness\": \"enweghị nkwanye ùgwù\",\n    \"nonprincipled\": \"enweghị ụkpụrụ\",\n    \"nonprintable\": \"enweghị mbipụta\",\n    \"nonprinting\": \"nonprinti\",\n    \"nonprivileged\": \"na-abụghị ndị akaebe\",\n    \"nonprivities\": \"abaghị uru\",\n    \"nonprobabilities\": \"enweghị ọrụ\",\n    \"nonprobable\": \"enweghi ego\",\n    \"nonprobably\": \"anaghị adị mfe\",\n    \"nonprobation\": \"anaghị akwụ ụgwọ\",\n    \"nonprobative\": \"anaghị akwụ ụgwọ\",\n    \"nonproblematically\": \"n'ahịrị\",\n    \"nonprocedurally\": \"anaghị arụ ọrụ\",\n    \"nonproducer\": \"nonproduc\",\n    \"nonproducible\": \"nonproduc\",\n    \"nonproducing\": \"anaghị emepụta ihe\",\n    \"nonproduction\": \"emeputa\",\n    \"nonproductive\": \"arụpụtaghị ihe\",\n    \"nonproductively\": \"anaghị emepụta ngwaahịa\",\n    \"nonproductiveness\": \"arụghị ọrụ\",\n    \"nonprofanely\": \"anaghị akwụ ụgwọ\",\n    \"nonprofaneness\": \"nke na-abụghị ezigbo ọrụ\",\n    \"nonprofessed\": \"nonprofpro\",\n    \"nonprofession\": \"enweghị ọrụ\",\n    \"nonprofessional\": \"abaghị uru\",\n    \"nonprofessionalism\": \"abụghị ọrụ aka\",\n    \"nonprofessionally\": \"abaghị uru\",\n    \"nonprofessorial\": \"abaghị uru\",\n    \"nonprofessorially\": \"na-abụghị ọkachamara\",\n    \"nonproficience\": \"enweghị ọrụ\",\n    \"nonproficiency\": \"enweghị ọrụ\",\n    \"nonproficient\": \"abaghị uru\",\n    \"nonprofit\": \"anaghị akwụ ụgwọ\",\n    \"nonprofitability\": \"abụghị uru\",\n    \"nonprofitable\": \"anaghị aba uru\",\n    \"nonprofitablely\": \"n'adighi uru\",\n    \"nonprofitableness\": \"uru\",\n    \"nonprognosticative\": \"enweghị amụma\",\n    \"nonprogrammable\": \"abụghị programmable\",\n    \"nonprogressive\": \"anaghị aga n'ihu\",\n    \"nonprogressively\": \"n'esepụghị aka\",\n    \"nonprogressiveness\": \"enweghị ọganihu\",\n    \"nonprohibitable\": \"anaghị akwado iwu\",\n    \"nonprohibition\": \"anaghị egbochi\",\n    \"nonprohibitive\": \"anaghị akwado iwu\",\n    \"nonprohibitively\": \"nonprohibitive\",\n    \"nonprohibitory\": \"anaghị enye iwu\",\n    \"nonprohibitorily\": \"anaghị enye iwu\",\n    \"nonprojection\": \"enweghị ọrụ\",\n    \"nonprojective\": \"anaghị arụ ọrụ ego\",\n    \"nonprojectively\": \"anaghị arụ ọrụ\",\n    \"nonproliferation\": \"enweghị nchịkwa\",\n    \"nonproliferous\": \"enweghị nchịkwa\",\n    \"nonprolific\": \"enweghị atụ\",\n    \"nonprolificacy\": \"abaghị uru\",\n    \"nonprolifically\": \"abụghị nke ukwuu\",\n    \"nonprolificness\": \"enweghị prol\",\n    \"nonprolifiness\": \"enweghị nchịkwa\",\n    \"nonprolongation\": \"anaghị agbatịkwu\",\n    \"nonprominence\": \"enweghị nkwanye ugwu\",\n    \"nonprominent\": \"enweghị nkwanye ugwu\",\n    \"nonprominently\": \"n'achọghị\",\n    \"nonpromiscuously\": \"na-achọghị\",\n    \"nonpromotion\": \"nkwalite\",\n    \"nonpromulgation\": \"emeghi mkpesa\",\n    \"nonpronunciation\": \"mkpọghị nkwupụta\",\n    \"nonpropagable\": \"nke anaghị akwalite\",\n    \"nonpropagandist\": \"ọ bụghị onye na-agbasa echiche\",\n    \"nonpropagandistic\": \"anaghị agbasa echiche\",\n    \"nonpropagative\": \"anaghị ekwupụta\",\n    \"nonpropellent\": \"enweghị nchịkwa\",\n    \"nonprophetic\": \"enweghị amụma\",\n    \"nonprophetical\": \"onye amuma\",\n    \"nonprophetically\": \"n'amụma\",\n    \"nonpropitiable\": \"nke anaghị akwụ ụgwọ\",\n    \"nonproportionable\": \"nke anaghị ekwe nghọta\",\n    \"nonproportional\": \"nke na-abụghị nke ndị ọzọ\",\n    \"nonproportionally\": \"adabaghị\",\n    \"nonproportionate\": \"nke anaghị adabara\",\n    \"nonproportionately\": \"adabaghị\",\n    \"nonproportioned\": \"nke ekwesighi\",\n    \"nonproprietary\": \"ekwesighi\",\n    \"nonproprietaries\": \"ihe ndị na-ekwesịghị ekwesị\",\n    \"nonpropriety\": \"ekwesighi\",\n    \"nonproprietor\": \"abụghị onye nwe\",\n    \"nonprorogation\": \"enweghị prorog\",\n    \"nonprosaically\": \"n'adighi oru\",\n    \"nonprosaicness\": \"enweghị ọrụ\",\n    \"nonproscription\": \"nonproscript\",\n    \"nonproscriptive\": \"nonproscript\",\n    \"nonproscriptively\": \"na-anaghị ede akwụkwọ\",\n    \"nonprosecution\": \"enweghị ikpe\",\n    \"nonprospect\": \"enweghị nkwanye ùgwù\",\n    \"nonprosperity\": \"enweghị nkwanye ugwu\",\n    \"nonprosperous\": \"enweghị nchịkwa\",\n    \"nonprosperously\": \"n'adaghị\",\n    \"nonprosperousness\": \"enweghị ọganihu\",\n    \"nonprossed\": \"anaghị agafe\",\n    \"nonprosses\": \"uzo ozo\",\n    \"nonprossing\": \"anaghị agafe\",\n    \"nonprotecting\": \"anaghị echebe\",\n    \"nonprotection\": \"anaghị echebe\",\n    \"nonprotective\": \"anaghị echebe\",\n    \"nonprotectively\": \"n'achọghị\",\n    \"nonproteid\": \"anaghị echebe\",\n    \"nonprotein\": \"na-enweghị protein\",\n    \"nonproteinaceous\": \"na-abụghị protein\",\n    \"nonprotesting\": \"nonprotest\",\n    \"nonprotractile\": \"anaghị arụ ọrụ\",\n    \"nonprotrusive\": \"anaghị akwụ ụgwọ\",\n    \"nonprotrusively\": \"n'adighi uru\",\n    \"nonprotrusiveness\": \"enweghị ọrụ\",\n    \"nonprotuberantly\": \"anaghị akwụ ụgwọ\",\n    \"nonprovable\": \"ekweghị\",\n    \"nonprovided\": \"anaghị enye nkwado\",\n    \"nonprovident\": \"anaghị akwado\",\n    \"nonprovidential\": \"nke na-abụghị nke mmadụ\",\n    \"nonprovidentially\": \"adighi\",\n    \"nonprovidently\": \"n'amaghi ama\",\n    \"nonprovider\": \"onye na-anaghị enye ọrụ\",\n    \"nonprovincially\": \"na-abụghị nke azụmahịa\",\n    \"nonprovisional\": \"anaghị akwado ọrụ\",\n    \"nonprovisionally\": \"anaghị enye nkwado\",\n    \"nonprovisionary\": \"anaghị akwụ ụgwọ\",\n    \"nonprovocative\": \"anaghị akwụ ụgwọ\",\n    \"nonprovocatively\": \"anaghị akwụ ụgwọ\",\n    \"nonprovocativeness\": \"enweghị nkwalite\",\n    \"nonproximity\": \"ịdị nso\",\n    \"nonprudence\": \"emeghi uche\",\n    \"nonprudent\": \"enweghị uche\",\n    \"nonprudential\": \"ekwesighi\",\n    \"nonprudentially\": \"emeghị nke ọma\",\n    \"nonprudently\": \"n'emeghị nkwuwa okwu\",\n    \"nonpsychic\": \"enweghị uche\",\n    \"nonpsychical\": \"enweghị nsogbu\",\n    \"nonpsychically\": \"n'esemokwu\",\n    \"nonpublic\": \"nke mba\",\n    \"nonpublication\": \"ọhaneze\",\n    \"nonpublicity\": \"oha mba\",\n    \"nonpublishable\": \"enweghị mbipụta\",\n    \"nonpuerilely\": \"na-abụghị onye ọrụ\",\n    \"nonpuerility\": \"enweghị ike\",\n    \"nonpuerilities\": \"enweghị ike\",\n    \"nonpulsating\": \"na-adịghị akwụ ụgwọ\",\n    \"nonpulsative\": \"anaghị akwụ ụgwọ\",\n    \"nonpumpable\": \"enweghị mgbapụta\",\n    \"nonpunctually\": \"n'akpaghị anya\",\n    \"nonpunctuating\": \"n’akwụsịghị akwụsị\",\n    \"nonpungency\": \"enweghị ike\",\n    \"nonpungent\": \"enweghị mgbapụta\",\n    \"nonpunishable\": \"anaghị akwụ ụgwọ\",\n    \"nonpunishing\": \"anaghị ata ahụhụ\",\n    \"nonpunishment\": \"abụghị ntaramahụhụ\",\n    \"nonpunitive\": \"enweghị akwụ ụgwọ\",\n    \"nonpunitory\": \"akwụghị ụgwọ\",\n    \"nonpurchasability\": \"enweghi ego\",\n    \"nonpurchasable\": \"abụghị purchasable\",\n    \"nonpurchase\": \"azụghị\",\n    \"nonpurchaser\": \"onye na-achọghị ego\",\n    \"nonpurgatively\": \"n'etinyeghi ya\",\n    \"nonpurgatorial\": \"ọ bụghị ọchịchị aka ike\",\n    \"nonpurification\": \"ezighi ezi\",\n    \"nonpurifying\": \"enweghị nkọwa\",\n    \"nonpuristic\": \"enweghị iwu\",\n    \"nonpurposive\": \"enweghị isi\",\n    \"nonpurposively\": \"enweghị ego\",\n    \"nonpurposiveness\": \"enweghị ego\",\n    \"nonpursuance\": \"enweghị akwụkwọ\",\n    \"nonpursuant\": \"enweghị akwụkwọ\",\n    \"nonpursuantly\": \"esighi ike\",\n    \"nonputrescence\": \"enweghị nkwụsị\",\n    \"nonputrescible\": \"enweghị ike ịgbagha\",\n    \"nonputting\": \"anaghị akwụ ụgwọ\",\n    \"nonqualification\": \"erughị eru\",\n    \"nonqualifying\": \"erughị eru\",\n    \"nonqualities\": \"ekweghị\",\n    \"nonracial\": \"enweghị agbụrụ\",\n    \"nonracially\": \"mba\",\n    \"nonradiable\": \"enweghị ike ịgbanwe\",\n    \"nonradiance\": \"enweghị iwu\",\n    \"nonradiancy\": \"enweghị akwụkwọ\",\n    \"nonradiant\": \"anaghị akwụ ụgwọ\",\n    \"nonradiantly\": \"n'esepụghị aka\",\n    \"nonradiating\": \"anaghị edegharị\",\n    \"nonradiation\": \"enweghị mgbanwe\",\n    \"nonradiative\": \"anaghị akwụ ụgwọ\",\n    \"nonradical\": \"enweghị akụkọ\",\n    \"nonradically\": \"n'ụzọ na-enweghị isi\",\n    \"nonradicalness\": \"enweghị nkwanye ùgwù\",\n    \"nonradicness\": \"enweghị nkwanye ùgwù\",\n    \"nonradioactive\": \"anaghị arụ ọrụ\",\n    \"nonrayed\": \"edeghị\",\n    \"nonrailroader\": \"onye njem\",\n    \"nonraisable\": \"enweghị ego\",\n    \"nonraiseable\": \"enweghị atụ\",\n    \"nonraised\": \"edeghị aha\",\n    \"nonrandom\": \"adịghị akwụsị akwụsị\",\n    \"nonrandomly\": \"n'esepughi\",\n    \"nonrandomness\": \"enweghị njedebe\",\n    \"nonranging\": \"enweghị mgbanwe\",\n    \"nonrapport\": \"enweghị akụkọ\",\n    \"nonratability\": \"enweghị ọrụ\",\n    \"nonratable\": \"enweghị ike\",\n    \"nonratableness\": \"enweghị nchịkwa\",\n    \"nonratably\": \"enweghị atụ\",\n    \"nonrateability\": \"enweghị atụ\",\n    \"nonrateable\": \"enweghị akwụ ụgwọ\",\n    \"nonrateableness\": \"enweghị atụ\",\n    \"nonrateably\": \"enweghị atụ\",\n    \"nonrated\": \"enweghị ọnụ\",\n    \"nonratification\": \"enweghị akwụkwọ\",\n    \"nonratifying\": \"anaghị akwụ ụgwọ\",\n    \"nonrational\": \"enweghị isi\",\n    \"nonrationalism\": \"enweghị atụ\",\n    \"nonrationalist\": \"onye anaghị arụ ọrụ\",\n    \"nonrationalistic\": \"enweghị uche\",\n    \"nonrationalistical\": \"enweghị usoro\",\n    \"nonrationalistically\": \"edeghị ede\",\n    \"nonrationality\": \"enweghi uche\",\n    \"nonrationalization\": \"enweghị nkwenye\",\n    \"nonrationalized\": \"edeghi aha\",\n    \"nonrationally\": \"n'amaghị\",\n    \"nonrationalness\": \"enweghị uche\",\n    \"nonreaction\": \"enweghị mmeghachi omume\",\n    \"nonreactionary\": \"emeghị ihe\",\n    \"nonreactionaries\": \"anaghị arụ ọrụ\",\n    \"nonreactive\": \"anaghị arụ ọrụ\",\n    \"nonreactor\": \"anaghị arụ ọrụ\",\n    \"nonreadability\": \"enweghị ọgụgụ isi\",\n    \"nonreadable\": \"enweghị ike ịgụ\",\n    \"nonreadableness\": \"enweghị ọgụgụ\",\n    \"nonreadably\": \"enweghị ọgụgụ\",\n    \"nonreader\": \"onye na-agụghị akwụkwọ\",\n    \"nonreaders\": \"ndị na-agụghị akwụkwọ\",\n    \"nonreading\": \"anaghị agụ\",\n    \"nonrealism\": \"emeghi eme\",\n    \"nonrealist\": \"onye na-emeghi eme\",\n    \"nonrealistic\": \"emeghi ezi uche\",\n    \"nonrealistically\": \"n'eziokwu\",\n    \"nonreality\": \"ezighi ezi\",\n    \"nonrealities\": \"nonreal\",\n    \"nonrealizable\": \"enweghị atụ\",\n    \"nonrealization\": \"enweghị aha\",\n    \"nonrealizing\": \"n'amaghi\",\n    \"nonreasonability\": \"enweghị ọgụgụ isi\",\n    \"nonreasonable\": \"enweghị uche\",\n    \"nonreasonableness\": \"enweghị ezi uche\",\n    \"nonreasonably\": \"enweghị uche\",\n    \"nonreasoner\": \"onye na-enweghị uche\",\n    \"nonreasoning\": \"enweghị echiche\",\n    \"nonrebel\": \"abughi onye obula\",\n    \"nonrebellion\": \"nnupụisi\",\n    \"nonrebellious\": \"enweghị isi\",\n    \"nonrebelliously\": \"adabaghị\",\n    \"nonrebelliousness\": \"abụghị nnupụisi\",\n    \"nonrecalcitrant\": \"anaghị akwụ ụgwọ\",\n    \"nonreceipt\": \"anabataghị\",\n    \"nonreceivable\": \"enweghị ike ịnabata\",\n    \"nonreceiving\": \"anabataghị\",\n    \"nonrecent\": \"adighi\",\n    \"nonreception\": \"nnabata\",\n    \"nonreceptive\": \"anaghị anabata mmadụ\",\n    \"nonreceptively\": \"n'anabataghi\",\n    \"nonreceptiveness\": \"enweghị nkwanye ùgwù\",\n    \"nonreceptivity\": \"anaghị anabata mmadụ\",\n    \"nonrecess\": \"enweghị ezumike\",\n    \"nonrecession\": \"enweghị ezumike\",\n    \"nonrecessive\": \"anaghị azụ ahịa\",\n    \"nonrecipience\": \"enweghị nnabata\",\n    \"nonrecipiency\": \"enweghị nnabata\",\n    \"nonrecipient\": \"enweghị ụgwọ ọrụ\",\n    \"nonreciprocal\": \"anaghị akwụ ụgwọ\",\n    \"nonreciprocally\": \"anaghị akwụ ụgwọ\",\n    \"nonreciprocating\": \"anaghị akwụ ụgwọ\",\n    \"nonreciprocity\": \"enweghị ọrụ\",\n    \"nonrecision\": \"enweghị nkwekọrịta\",\n    \"nonrecitation\": \"enweghị nkwupụta\",\n    \"nonrecitative\": \"anaghị akwụ ụgwọ\",\n    \"nonreclaimable\": \"enweghị nkwupụta\",\n    \"nonreclamation\": \"nkwusa\",\n    \"nonrecluse\": \"enweghị aha\",\n    \"nonreclusive\": \"enweghị nkọwa\",\n    \"nonrecognized\": \"amataghi\",\n    \"nonrecoiling\": \"anaghị edozi\",\n    \"nonrecollection\": \"nkpọkọta\",\n    \"nonrecollective\": \"anakọta\",\n    \"nonrecombinant\": \"anaghị akwụ ụgwọ\",\n    \"nonrecommendation\": \"nkwanye\",\n    \"nonreconcilability\": \"enweghị nkwekọrịta\",\n    \"nonreconcilable\": \"enweghị ike idozi\",\n    \"nonreconcilableness\": \"enweghị nkwekọrịta\",\n    \"nonreconcilably\": \"na-enweghị nkwekọrịta\",\n    \"nonreconciliation\": \"enweghị nkwekọrịta\",\n    \"nonrecourse\": \"alụghị di\",\n    \"nonrecoverable\": \"enweghị ike ịchọta\",\n    \"nonrecovery\": \"nkwụghachi ụgwọ\",\n    \"nonrectangularity\": \"nonrectangular\",\n    \"nonrectangularly\": \"nonrectangular\",\n    \"nonrectifiable\": \"enweghi ezi uche\",\n    \"nonrectified\": \"edeghị\",\n    \"nonrecuperatiness\": \"enweghị nchịkwa\",\n    \"nonrecuperation\": \"enweghị ọrụ\",\n    \"nonrecuperative\": \"anaghị arụ ọrụ\",\n    \"nonrecurent\": \"anaghị akwụ ụgwọ\",\n    \"nonrecurrent\": \"anaghị adị ugbu a\",\n    \"nonrecurring\": \"anaghị akwụ ụgwọ\",\n    \"nonredeemable\": \"enweghị ike ịgbanwe\",\n    \"nonredemptible\": \"ekweghị\",\n    \"nonredemption\": \"enweghị ego\",\n    \"nonredemptive\": \"ekwenyeghi\",\n    \"nonredressing\": \"na-agbakwunye\",\n    \"nonreduced\": \"adighi\",\n    \"nonreducibly\": \"enweghị ihe ọ bụla\",\n    \"nonreducing\": \"anaghị ewebata\",\n    \"nonreduction\": \"enweghị nchịkwa\",\n    \"nonreductional\": \"anaghị edozi\",\n    \"nonreference\": \"enweghị mmasị\",\n    \"nonrefillable\": \"enweghị ike ịkọwa\",\n    \"nonrefined\": \"akọwaghị\",\n    \"nonrefinement\": \"enweghị nkọwa\",\n    \"nonreflecting\": \"na-achọghị\",\n    \"nonreflection\": \"abụghị echiche\",\n    \"nonreflective\": \"anaghị anabata ndị ọzọ\",\n    \"nonreflectively\": \"n'echeghị ya\",\n    \"nonreflectiveness\": \"enweghị atụ\",\n    \"nonreflector\": \"anaghị anabata ya\",\n    \"nonreformation\": \"emeghi mgbanwe\",\n    \"nonreformational\": \"emeghari\",\n    \"nonrefracting\": \"na-agbasaghị\",\n    \"nonrefraction\": \"anaghị ekpughere\",\n    \"nonrefractional\": \"anaghị egosipụta\",\n    \"nonrefractive\": \"anaghị arụ ọrụ\",\n    \"nonrefractively\": \"anaghị arụ ọrụ\",\n    \"nonrefractiveness\": \"enweghị ọrụ\",\n    \"nonrefrigerant\": \"anaghị ajụ oyi\",\n    \"nonrefueling\": \"enweghị echiche\",\n    \"nonrefuelling\": \"anaghị akwụ ụgwọ\",\n    \"nonrefundable\": \"anaghị akwụghachi\",\n    \"nonrefutal\": \"anaghị akwụ ụgwọ\",\n    \"nonrefutation\": \"nkwụghachi\",\n    \"nonregardance\": \"elegharaghị anya\",\n    \"nonregarding\": \"anaghị etinye aka\",\n    \"nonregenerate\": \"emeghachighi\",\n    \"nonregenerating\": \"anaghị eweghachi\",\n    \"nonregeneration\": \"adịghị ọhụrụ\",\n    \"nonregenerative\": \"anaghị amụgharị\",\n    \"nonregeneratively\": \"anaghị amụgharị\",\n    \"nonregent\": \"enweghị akwụkwọ\",\n    \"nonregimental\": \"enweghị atụ\",\n    \"nonregimented\": \"edeghị aha\",\n    \"nonregistered\": \"na-abụghị aha\",\n    \"nonregistrability\": \"enweghị nkwekọrịta\",\n    \"nonregistrable\": \"enweghị ike ịdebanye aha\",\n    \"nonregistration\": \"ndebanye aha\",\n    \"nonregression\": \"enweghị nchịkwa\",\n    \"nonregressive\": \"edeghị akwụkwọ\",\n    \"nonregressively\": \"edeghị aha\",\n    \"nonregulation\": \"enweghị nchịkwa\",\n    \"nonregulative\": \"anaghị achịkwa\",\n    \"nonregulatory\": \"usoro iwu\",\n    \"nonrehabilitation\": \"enweghị mgbanwe\",\n    \"nonreigning\": \"anaghị achịkwa\",\n    \"nonreimbursement\": \"anaghị akwụ ụgwọ\",\n    \"nonreinforcement\": \"enweghị mgbatị\",\n    \"nonreinstatement\": \"enweghị nkwupụta\",\n    \"nonrejection\": \"enweghị nkwenye\",\n    \"nonrejoinder\": \"anaghị atụgharị egwu\",\n    \"nonrelapsed\": \"enweghị nsogbu\",\n    \"nonrelated\": \"enweghị mmekọ\",\n    \"nonrelatiness\": \"enweghị nkwanye ùgwù\",\n    \"nonrelation\": \"enweghị mmekọ\",\n    \"nonrelational\": \"enweghị mmekọ\",\n    \"nonrelative\": \"na-abụghị ikwu\",\n    \"nonrelatively\": \"n'adabereghị\",\n    \"nonrelativeness\": \"enweghị nkwanye ùgwù\",\n    \"nonrelativistically\": \"n'etinyeghị aka\",\n    \"nonrelativity\": \"arụghị ọrụ\",\n    \"nonrelaxation\": \"enweghị mgbatị\",\n    \"nonrelease\": \"anaghị ewepụta\",\n    \"nonrelenting\": \"anaghị akwụ ụgwọ\",\n    \"nonreliability\": \"enweghị ntụkwasị obi\",\n    \"nonreliable\": \"enweghị atụ\",\n    \"nonreliableness\": \"enweghị ntụkwasị obi\",\n    \"nonreliably\": \"enweghị atụ\",\n    \"nonreliance\": \"ekweghị\",\n    \"nonrelieving\": \"anaghị agbasi mbọ ike\",\n    \"nonreligion\": \"enweghị okwukwe\",\n    \"nonreligious\": \"enweghị okpukpe\",\n    \"nonreligiousness\": \"enweghị okpukpe\",\n    \"nonrelinquishment\": \"abụghị ịhapụ\",\n    \"nonremediable\": \"anaghị edozi\",\n    \"nonremediably\": \"n'esepughi\",\n    \"nonremembrance\": \"ncheta\",\n    \"nonremissible\": \"enweghị ihe ọ bụla\",\n    \"nonremission\": \"enweghị ncheta\",\n    \"nonremittable\": \"ekweghị ekwe omume\",\n    \"nonremittably\": \"n'enyemaka\",\n    \"nonremittal\": \"enweghị nkwupụta\",\n    \"nonremonstrance\": \"enweghị nkwekọrịta\",\n    \"nonremonstrant\": \"anaghị akwụ ụgwọ\",\n    \"nonremovable\": \"enweghị ike iwepụ\",\n    \"nonremuneration\": \"enweghị ncheta\",\n    \"nonremunerative\": \"anaghị akwụ ụgwọ\",\n    \"nonremuneratively\": \"anaghị akwụ ụgwọ\",\n    \"nonrendition\": \"abụghị nsụgharị\",\n    \"nonrenewable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"nonrenouncing\": \"ekwughị\",\n    \"nonrenunciation\": \"enweghị nkwupụta\",\n    \"nonrepayable\": \"anaghị akwụghachi ụgwọ\",\n    \"nonrepaying\": \"anaghị akwụghachi ụgwọ\",\n    \"nonrepair\": \"anaghị arụzi\",\n    \"nonrepairable\": \"anaghị edozi\",\n    \"nonreparable\": \"enweghị atụ\",\n    \"nonreparation\": \"enweghị nhazi\",\n    \"nonrepatriable\": \"enweghị mmetụta\",\n    \"nonrepatriation\": \"enweghị mgbasa ozi\",\n    \"nonrepealable\": \"enweghị ike ịkọgharị\",\n    \"nonrepealing\": \"enweghị akụkọ\",\n    \"nonrepeat\": \"ekwughachi\",\n    \"nonrepeated\": \"ekwughachi\",\n    \"nonrepeater\": \"ekwughachi\",\n    \"nonrepellence\": \"enweghị nkwanye ùgwù\",\n    \"nonrepellency\": \"enweghị nkwanye ugwu\",\n    \"nonrepellent\": \"enweghị akwụ ụgwọ\",\n    \"nonrepentance\": \"enweghị nchegharị\",\n    \"nonrepentant\": \"na-enweghị nchegharị\",\n    \"nonrepentantly\": \"n'ichegharịghị\",\n    \"nonrepetition\": \"arụghị ụka\",\n    \"nonrepetitious\": \"enweghị nkwanye ùgwù\",\n    \"nonrepetitiously\": \"n'adabaghị iwu\",\n    \"nonrepetitiousness\": \"enweghị nkwanye ùgwù\",\n    \"nonrepetitive\": \"enweghị asọmpi\",\n    \"nonrepetitively\": \"n'esighi ya\",\n    \"nonreplaceable\": \"enweghị ebe ọzọ\",\n    \"nonreplacement\": \"enweghị ebe ọzọ\",\n    \"nonreplicate\": \"enweghị nkọwa\",\n    \"nonreplicated\": \"enweghị nsogbu\",\n    \"nonreplication\": \"ekwugharighi\",\n    \"nonreportable\": \"akukoghi\",\n    \"nonreprehensibility\": \"enweghị nkwupụta\",\n    \"nonreprehensible\": \"enweghị ebubo\",\n    \"nonreprehensibleness\": \"enweghị nkwutọ\",\n    \"nonreprehensibly\": \"na-enweghị nkwupụta\",\n    \"nonrepresentable\": \"enweghị akụkọ\",\n    \"nonrepresentation\": \"enweghị nkwupụta\",\n    \"nonrepresentational\": \"enweghị akụkọ\",\n    \"nonrepresentationalism\": \"enweghị nkwupụta\",\n    \"nonrepresentationist\": \"onye na-egosichighi\",\n    \"nonrepresentative\": \"enweghị akụkọ\",\n    \"nonrepresentatively\": \"anaghị akwụ ụgwọ\",\n    \"nonrepresentativeness\": \"enweghị nkwupụta\",\n    \"nonrepressed\": \"anaghị egosipụta\",\n    \"nonrepressible\": \"enweghị ike ịkọwa\",\n    \"nonrepressibleness\": \"enweghị nkwupụta\",\n    \"nonrepressibly\": \"enweghị nchịkwa\",\n    \"nonrepression\": \"enweghị nkwupụta\",\n    \"nonrepressive\": \"enweghị mkpali\",\n    \"nonreprisal\": \"abụghị ihe ijuanya\",\n    \"nonreproducible\": \"anaghị akwụ ụgwọ\",\n    \"nonreproduction\": \"emeputa\",\n    \"nonreproductive\": \"anaghị arụpụta ọrụ\",\n    \"nonreproductively\": \"anaghị emepụta ihe\",\n    \"nonreproductiveness\": \"arụghị ọrụ\",\n    \"nonrepudiable\": \"anaghị akwụ ụgwọ\",\n    \"nonrepudiation\": \"enweghị akwụkwọ\",\n    \"nonrepudiative\": \"anaghị akwụ ụgwọ\",\n    \"nonreputable\": \"anaghị akwụ ụgwọ\",\n    \"nonreputably\": \"enweghị akwụ ụgwọ\",\n    \"nonrequirable\": \"anaghị achọsi ike\",\n    \"nonrequirement\": \"enweghị isi\",\n    \"nonrequisite\": \"ọ dịghị mkpa\",\n    \"nonrequisition\": \"ekwesighi\",\n    \"nonrescissible\": \"enweghị ike ịgbagha\",\n    \"nonrescission\": \"enweghị nchịkwa\",\n    \"nonrescissory\": \"enweghị ọrụ\",\n    \"nonrescue\": \"enweghị nnapụta\",\n    \"nonresemblance\": \"enweghị oyiyi\",\n    \"nonreservable\": \"enweghị ike ịgbanwe\",\n    \"nonreservation\": \"nchekwa\",\n    \"nonreserve\": \"echekwa\",\n    \"nonresidence\": \"enweghị nkwenye\",\n    \"nonresidency\": \"enweghị ebe obibi\",\n    \"nonresident\": \"onye isi mba\",\n    \"nonresidental\": \"obughi onye obia\",\n    \"nonresidenter\": \"onye obula\",\n    \"nonresidential\": \"obughi onye obula\",\n    \"nonresidentiary\": \"onye bi na mba\",\n    \"nonresidentor\": \"onye obula\",\n    \"nonresidents\": \"ndị na-abụghị ndị bi na ya\",\n    \"nonresignation\": \"enweghị aha\",\n    \"nonresilience\": \"enweghị ike\",\n    \"nonresiliency\": \"enweghị ike\",\n    \"nonresilient\": \"enweghị ike\",\n    \"nonresiliently\": \"n'esepụghị aka\",\n    \"nonresinifiable\": \"enweghị ike ịkọwapụta\",\n    \"nonresistance\": \"enweghị nkwanye ùgwù\",\n    \"nonresistant\": \"ekweghị\",\n    \"nonresistants\": \"ndị na-ekweghị ekwe\",\n    \"nonresistibility\": \"ekweghị\",\n    \"nonresistible\": \"ekweghị\",\n    \"nonresisting\": \"adịghị akwụsị akwụsị\",\n    \"nonresistive\": \"anaghị akwụ ụgwọ\",\n    \"nonresistively\": \"n'etinyeghị ego\",\n    \"nonresistiveness\": \"ekweghị emegide\",\n    \"nonresolution\": \"enweghị mkpebi\",\n    \"nonresolvability\": \"enweghị ike ịgbanwe agbanwe\",\n    \"nonresolvable\": \"ekweghị edozi\",\n    \"nonresolvableness\": \"enweghị ike ịgbanwe agbanwe\",\n    \"nonresolvably\": \"enweghị nsogbu\",\n    \"nonresolvabness\": \"enweghị nchịkwa\",\n    \"nonresonant\": \"ekwughị okwu\",\n    \"nonresonantly\": \"n'esemokwu\",\n    \"nonrespectability\": \"enweghị nkwanye ùgwù\",\n    \"nonrespectabilities\": \"enweghị nkwanye ùgwù\",\n    \"nonrespectable\": \"enweghị nkwanye ùgwù\",\n    \"nonrespectableness\": \"enweghị nkwanye ùgwù\",\n    \"nonrespectably\": \"enweghị nkwanye ùgwù\",\n    \"nonrespirable\": \"anaghị anabata mmadụ\",\n    \"nonresponsibility\": \"enweghị ọrụ\",\n    \"nonresponsibilities\": \"enweghị ọrụ\",\n    \"nonresponsible\": \"anaghị aza ajụjụ\",\n    \"nonresponsibleness\": \"emeghị ihe\",\n    \"nonresponsibly\": \"n'emeghị ihe ọ bụla\",\n    \"nonresponsive\": \"anaghị anabata ozi ọma\",\n    \"nonresponsively\": \"anaghị anabata ozi ọma\",\n    \"nonrestitution\": \"enweghị nchịkwa\",\n    \"nonrestoration\": \"enweghị nchịkwa\",\n    \"nonrestorative\": \"na-enweghị nchịkwa\",\n    \"nonrestrained\": \"igbochi\",\n    \"nonrestraint\": \"enweghị nchịkwa\",\n    \"nonrestricted\": \"anaghị egbochi\",\n    \"nonrestrictedly\": \"n'igbochi\",\n    \"nonrestricting\": \"anaghị egbochi\",\n    \"nonrestriction\": \"mgbochi\",\n    \"nonrestrictive\": \"anaghị egbochi\",\n    \"nonrestrictively\": \"anaghị egbochi\",\n    \"nonresumption\": \"anaghị eri nri\",\n    \"nonresurrection\": \"enweghị nkwụghachi\",\n    \"nonresurrectional\": \"enweghị nkwenye\",\n    \"nonresuscitable\": \"enweghị akwụ ụgwọ\",\n    \"nonresuscitation\": \"abụghị nkwụghachi\",\n    \"nonresuscitative\": \"na-anaghị akwụ ụgwọ\",\n    \"nonretail\": \"anaghị akwụ ụgwọ\",\n    \"nonretainable\": \"enweghị ike inweta\",\n    \"nonretainment\": \"ntụrụndụ\",\n    \"nonretaliation\": \"enweghị mgbakwunye\",\n    \"nonretardation\": \"enweghị nkwupụta\",\n    \"nonretardative\": \"enweghị ihe ọ bụla\",\n    \"nonretardatory\": \"enweghị ihe ọ bụla\",\n    \"nonretarded\": \"weghachitere\",\n    \"nonretardment\": \"enweghị mgbakwunye\",\n    \"nonretention\": \"enweghị nchịkwa\",\n    \"nonretentive\": \"enweghị ike\",\n    \"nonretentively\": \"enweghị nsogbu\",\n    \"nonretentiveness\": \"enweghị ọrụ\",\n    \"nonreticence\": \"enweghị nkwanye ùgwù\",\n    \"nonreticent\": \"anaghị ekwu okwu\",\n    \"nonreticently\": \"n'esepụghị aka\",\n    \"nonretinal\": \"enweghị isi\",\n    \"nonretired\": \"anaghị akwụ ụgwọ\",\n    \"nonretirement\": \"anaghị akwụ ụgwọ\",\n    \"nonretiring\": \"adịghị agwụ ike\",\n    \"nonretraceable\": \"enweghị ike ịgbanwe\",\n    \"nonretractation\": \"enweghị ọrụ\",\n    \"nonretractile\": \"anaghị arụ ọrụ\",\n    \"nonretractility\": \"enweghị ọrụ\",\n    \"nonretraction\": \"enweghị ntinye\",\n    \"nonretrenchment\": \"enweghị ọrụ\",\n    \"nonretroactive\": \"enweghị atụ\",\n    \"nonretroactively\": \"anaghị arụ ọrụ\",\n    \"nonretroactivity\": \"enweghị ọrụ\",\n    \"nonreturn\": \"ghara ịlaghachi\",\n    \"nonreturnable\": \"enweghị ike ịghaghachi\",\n    \"nonrevaluation\": \"enweghị nyocha\",\n    \"nonrevealing\": \"anaghị ekpughere\",\n    \"nonrevelation\": \"akụkọ\",\n    \"nonrevenge\": \"imegwara\",\n    \"nonrevenger\": \"onye mgbapụta\",\n    \"nonrevenue\": \"enweghị ego\",\n    \"nonreverence\": \"enweghị nkwupụta\",\n    \"nonreverent\": \"enweghị nkwanye ùgwù\",\n    \"nonreverential\": \"nke na-adịghị ahụkebe\",\n    \"nonreverently\": \"enweghị nkwanye ùgwù\",\n    \"nonreverse\": \"agbanyeghị\",\n    \"nonreversed\": \"agbaghaghị\",\n    \"nonreversibility\": \"enweghị ike ịgbanwe agbanwe\",\n    \"nonreversible\": \"enweghị ike ịgbagha agbagha\",\n    \"nonreversibleness\": \"enweghị mgbagha\",\n    \"nonreversibly\": \"enweghị mgbagha\",\n    \"nonreversing\": \"agbagha\",\n    \"nonreversion\": \"nkwụghachi\",\n    \"nonrevertible\": \"enweghị ike ịgbanwe\",\n    \"nonrevertive\": \"nke na-agbanwe agbanwe\",\n    \"nonreviewable\": \"enweghị nyocha\",\n    \"nonrevision\": \"enweghị nyocha\",\n    \"nonrevival\": \"nkechi\",\n    \"nonrevivalist\": \"nkechinyere\",\n    \"nonrevocability\": \"enweghị ike iwepu ego\",\n    \"nonrevocable\": \"enweghị ike iwepu\",\n    \"nonrevocably\": \"enweghị mgbagha\",\n    \"nonrevocation\": \"enweghị aka\",\n    \"nonrevokable\": \"enweghị ike ịgbanwe\",\n    \"nonrevolting\": \"enweghị nchịkwa\",\n    \"nonrevoltingly\": \"na-agbagha\",\n    \"nonrevolutionary\": \"na-abụghị mgbanwe\",\n    \"nonrevolutionaries\": \"ndị na-abụghị mgbanwe\",\n    \"nonrevolving\": \"enweghị nchịkwa\",\n    \"nonrhetorical\": \"na-abụghị akụkọ\",\n    \"nonrhetorically\": \"n'esighi ya\",\n    \"nonrheumatic\": \"anaghị agwọ ọrịa\",\n    \"nonrhyming\": \"na-anaghị egbochi ọrụ\",\n    \"nonrhythmically\": \"n'adighi anya\",\n    \"nonriding\": \"anaghị agbasa\",\n    \"nonrigid\": \"anaghị ajụ mmiri\",\n    \"nonrigidity\": \"enweghị mmiri\",\n    \"nonrioter\": \"mba\",\n    \"nonrioting\": \"na-enweghị mmasị\",\n    \"nonriparian\": \"enweghị aka ike\",\n    \"nonritualistic\": \"enweghị atụ\",\n    \"nonritualistically\": \"n'achọghị\",\n    \"nonrival\": \"anaghị adị ndụ\",\n    \"nonrivals\": \"anaghị ebi\",\n    \"nonroyal\": \"emeghị eme\",\n    \"nonroyalist\": \"ekweghị ekwe\",\n    \"nonroyally\": \"adịghị eguzosi ike n'ihe\",\n    \"nonroyalty\": \"ekwesịghị ntụkwasị obi\",\n    \"nonromantic\": \"nke anaghị adị\",\n    \"nonromantically\": \"n'emeghị ya\",\n    \"nonrotatable\": \"enweghị ike\",\n    \"nonrotating\": \"na-enweghị atụ\",\n    \"nonrotation\": \"enweghị nkwanye\",\n    \"nonrotational\": \"enweghị nkwanye\",\n    \"nonrotative\": \"enweghị nkwanye\",\n    \"nonrousing\": \"na-abụghị\",\n    \"nonrubber\": \"anaghị egbochi\",\n    \"nonrudimental\": \"emeghị eme\",\n    \"nonrudimentary\": \"enweghị ihe ọ bụla\",\n    \"nonrudimentarily\": \"n'emeghị ihe ọ bụla\",\n    \"nonrudimentariness\": \"enweghị echiche\",\n    \"nonruinable\": \"enweghị nchịkwa\",\n    \"nonruinous\": \"anaghị emebi emebi\",\n    \"nonruinously\": \"n'adighi ike\",\n    \"nonruinousness\": \"enweghị atụ\",\n    \"nonruling\": \"anaghị achịkwa\",\n    \"nonruminant\": \"emeghị eme\",\n    \"nonruminantia\": \"abụghị ruminantia\",\n    \"nonruminating\": \"anaghị acha ọkụ\",\n    \"nonruminatingly\": \"n'emeghị ihe ọ bụla\",\n    \"nonruminative\": \"anaghị enye ìhè\",\n    \"nonrupturable\": \"enweghị mgbagha\",\n    \"nonrupture\": \"enweghị nsogbu\",\n    \"nonrural\": \"enweghị nchịkwa\",\n    \"nonrurally\": \"n'adabereghị\",\n    \"nonrustable\": \"enweghị ntụkwasị obi\",\n    \"nonrustic\": \"enweghị ntụkwasị obi\",\n    \"nonrustically\": \"ikwenyeghi\",\n    \"nonsabbatic\": \"ekwughi\",\n    \"nonsacerdotal\": \"abụghị ihe omimi\",\n    \"nonsacerdotally\": \"adighi ekwenyeghi\",\n    \"nonsacramental\": \"abụghị sacrament\",\n    \"nonsacred\": \"enweghị isi\",\n    \"nonsacredly\": \"enweghị isi\",\n    \"nonsacredness\": \"enweghị isi\",\n    \"nonsacrifice\": \"emeghi ihe\",\n    \"nonsacrificial\": \"enweghị isi\",\n    \"nonsacrificing\": \"ekwughi okwu\",\n    \"nonsacrilegious\": \"n'enyeghi iwu\",\n    \"nonsacrilegiously\": \"n'enyeghi iwu\",\n    \"nonsailor\": \"onye na-ebughi agha\",\n    \"nonsalability\": \"enweghị ụgwọ\",\n    \"nonsalable\": \"enweghị ike ire ere\",\n    \"nonsalably\": \"anaghị akwụ ụgwọ\",\n    \"nonsalaried\": \"anaghị akwụ ụgwọ\",\n    \"nonsale\": \"anaghị ere ere\",\n    \"nonsaleability\": \"enweghị nkwanye\",\n    \"nonsaleable\": \"enweghị ire ere\",\n    \"nonsaleably\": \"enweghị akwụ ụgwọ\",\n    \"nonsaline\": \"ekwesighi\",\n    \"nonsalinity\": \"enweghị isi\",\n    \"nonsalubrious\": \"enweghị isi\",\n    \"nonsalubriousness\": \"ekwetaghị ihe ọ bụla\",\n    \"nonsalutary\": \"enweghị isi\",\n    \"nonsalutariness\": \"enweghị isi\",\n    \"nonsalutation\": \"ezighi ezi\",\n    \"nonsalvageable\": \"nke a na-apụghị ịkọwapụta\",\n    \"nonsalvation\": \"enweghị isi\",\n    \"nonsanative\": \"enweghị ego\",\n    \"nonsancties\": \"arụghị ọrụ\",\n    \"nonsanctification\": \"adịghị ọcha\",\n    \"nonsanctimonious\": \"anaghị adị ọcha\",\n    \"nonsanctimoniously\": \"adighi\",\n    \"nonsanction\": \"enweghị ụgwọ ọrụ\",\n    \"nonsanctity\": \"enweghị ọrụ\",\n    \"nonsane\": \"enweghị isi\",\n    \"nonsanely\": \"enweghị isi\",\n    \"nonsaneness\": \"enweghị nkwanye ùgwù\",\n    \"nonsanguinely\": \"n'adighi ọcha\",\n    \"nonsanguineness\": \"enweghị nchekasị\",\n    \"nonsanity\": \"enweghị uche\",\n    \"nonsaponifiable\": \"enweghị ego\",\n    \"nonsatiability\": \"enweghị ndidi\",\n    \"nonsatiable\": \"enweghị isi\",\n    \"nonsatiation\": \"enweghị afọ ojuju\",\n    \"nonsatire\": \"ezughi oke\",\n    \"nonsatiric\": \"adịghị echekwa\",\n    \"nonsatirical\": \"adịghị eche echiche\",\n    \"nonsatirically\": \"n'amaghi ama\",\n    \"nonsatirizing\": \"ekwesighi\",\n    \"nonsatisfaction\": \"afọ ojuju\",\n    \"nonsatisfying\": \"afọ ojuju\",\n    \"nonsaturated\": \"amaghi ama\",\n    \"nonsaturation\": \"amaghi nwoke\",\n    \"nonsaving\": \"anaghị azọpụta\",\n    \"nonsawing\": \"anaghị akwụ ụgwọ\",\n    \"nonscalding\": \"emeghi eme\",\n    \"nonscaling\": \"adịghị ekwu\",\n    \"nonscandalous\": \"ihe nzuzu\",\n    \"nonscandalously\": \"ezighi ezi\",\n    \"nonscarcity\": \"enweghị isi\",\n    \"nonscented\": \"na-enweghị isi\",\n    \"nonscheduled\": \"emeghị ndokwa\",\n    \"nonschematic\": \"adịghị eche echiche\",\n    \"nonschematically\": \"n'amaghi akwukwo\",\n    \"nonschematized\": \"amaghi akwukwo\",\n    \"nonschizophrenic\": \"abụghị schizophrenic\",\n    \"nonscholar\": \"onye nkuzi anaghị\",\n    \"nonscholarly\": \"na-abụghị ọkà mmụta\",\n    \"nonscholastic\": \"anaghị akwụ ụgwọ\",\n    \"nonscholastical\": \"ulo akwukwo\",\n    \"nonscholastically\": \"n'amaghi akwukwo\",\n    \"nonschooling\": \"anaghị agụ akwụkwọ\",\n    \"nonsciatic\": \"enweghị ntụpọ\",\n    \"nonscience\": \"enweghi uche\",\n    \"nonscientific\": \"amaghi ihe\",\n    \"nonscientifically\": \"amaghi ihe\",\n    \"nonscientist\": \"amaghi ama\",\n    \"nonscoring\": \"enweghị isi\",\n    \"nonscraping\": \"nsị agaghị adị\",\n    \"nonscriptural\": \"ihe na-abụghị Akwụkwọ Nsọ\",\n    \"nonscripturalist\": \"onye nonscripturalist\",\n    \"nonscrutiny\": \"emeghi nlezianya\",\n    \"nonscrutinies\": \"emeghi nlezianya\",\n    \"nonsculptural\": \"enweghị isi\",\n    \"nonsculptured\": \"emeghi eme\",\n    \"nonseasonable\": \"enweghị oge\",\n    \"nonseasonableness\": \"enweghị oge\",\n    \"nonseasonably\": \"n'oge adịghị\",\n    \"nonseasonal\": \"oge adịghị\",\n    \"nonseasonally\": \"abụghị oge\",\n    \"nonseasoned\": \"enweghị oge\",\n    \"nonsecession\": \"enweghị ntinye\",\n    \"nonsecluded\": \"anaghị egbochi\",\n    \"nonsecludedly\": \"agbasaghị\",\n    \"nonsecludedness\": \"enweghị nkwupụta\",\n    \"nonseclusion\": \"enweghị iwepu\",\n    \"nonseclusive\": \"enweghị nkwupụta\",\n    \"nonseclusively\": \"n'emeghị naanị\",\n    \"nonseclusiveness\": \"enweghị nkwupụta\",\n    \"nonsecrecy\": \"enweghị nchedo\",\n    \"nonsecrecies\": \"enweghị nchedo\",\n    \"nonsecret\": \"enweghị nzuzo\",\n    \"nonsecretarial\": \"enweghị akwụkwọ\",\n    \"nonsecretion\": \"enweghị nchekwa\",\n    \"nonsecretionary\": \"enweghị iwu\",\n    \"nonsecretive\": \"enweghị nchekwa\",\n    \"nonsecretively\": \"n'emeghị ihe ọ bụla\",\n    \"nonsecretly\": \"n'emeghị ihe ọ bụla\",\n    \"nonsecretory\": \"enweghị akwụkwọ\",\n    \"nonsecretories\": \"enweghị akwụkwọ\",\n    \"nonsectionally\": \"na-agbasaghị\",\n    \"nonsectorial\": \"nke abụghị ụlọ ọrụ\",\n    \"nonsecular\": \"enweghị akwụkwọ\",\n    \"nonsecurity\": \"enweghị nchedo\",\n    \"nonsecurities\": \"enweghị nchedo\",\n    \"nonsedentary\": \"enweghị ebe obibi\",\n    \"nonsedentarily\": \"enweghị isi\",\n    \"nonsedentariness\": \"enweghị isi\",\n    \"nonsedimentable\": \"ihe nzuzu\",\n    \"nonseditious\": \"enweghị isi\",\n    \"nonseditiously\": \"nzuzu\",\n    \"nonseditiousness\": \"nzuzu\",\n    \"nonsegmental\": \"nkebi\",\n    \"nonsegmentally\": \"na-abụghị nkebi\",\n    \"nonsegmentary\": \"nkebi\",\n    \"nonsegmentation\": \"nkewa\",\n    \"nonsegmented\": \"nkewa\",\n    \"nonsegregable\": \"enweghi nkewa\",\n    \"nonsegregated\": \"abụghị nkewa\",\n    \"nonsegregation\": \"nkewa\",\n    \"nonsegregative\": \"nkewa\",\n    \"nonseismic\": \"enweghị akwụkwọ\",\n    \"nonselected\": \"ahọpụtaghị\",\n    \"nonselection\": \"nhoputa\",\n    \"nonselective\": \"anaghị ahọrọ\",\n    \"nonself\": \"onweghi\",\n    \"nonselfregarding\": \"adịghị echebara echiche\",\n    \"nonselling\": \"enweghị isi\",\n    \"nonsemantic\": \"enweghi uche\",\n    \"nonsemantically\": \"n’amaghi ama\",\n    \"nonseminal\": \"anaghi ahu aru\",\n    \"nonsenatorial\": \"enweghị isi\",\n    \"nonsensate\": \"ezighi ezi\",\n    \"nonsensation\": \"nzuzu\",\n    \"nonsensationalistic\": \"abaghi uru\",\n    \"nonsense\": \"okwu nzuzu\",\n    \"nonsenses\": \"enweghị isi\",\n    \"nonsensibility\": \"nzuzu\",\n    \"nonsensible\": \"nzuzu\",\n    \"nonsensibleness\": \"nzuzu\",\n    \"nonsensibly\": \"enweghi isi\",\n    \"nonsensic\": \"nzuzu\",\n    \"nonsensical\": \"abaghi uru\",\n    \"nonsensicality\": \"nzuzu\",\n    \"nonsensically\": \"enweghi isi\",\n    \"nonsensicalness\": \"nzuzu\",\n    \"nonsensify\": \"ekwesighi\",\n    \"nonsensification\": \"enweghị isi\",\n    \"nonsensitive\": \"enweghị isi\",\n    \"nonsensitively\": \"nzuzu\",\n    \"nonsensitiveness\": \"nzuzu\",\n    \"nonsensitivity\": \"enweghi uche\",\n    \"nonsensitization\": \"amaghi akwukwo\",\n    \"nonsensitized\": \"ekwesighi\",\n    \"nonsensitizing\": \"nensensitizing\",\n    \"nonsensory\": \"enweghị isi\",\n    \"nonsensorial\": \"enweghị isi\",\n    \"nonsensual\": \"ekwenyeghi\",\n    \"nonsensualistic\": \"ekwenyeghi\",\n    \"nonsensuality\": \"ekwenyeghi\",\n    \"nonsensually\": \"ekweghi-ekwe\",\n    \"nonsensuous\": \"ekwenyeghi\",\n    \"nonsensuously\": \"ekwenyeghi\",\n    \"nonsensuousness\": \"ekwenyeghi\",\n    \"nonsentence\": \"enweghị isi\",\n    \"nonsententious\": \"enweghị isi\",\n    \"nonsententiously\": \"nzuzu\",\n    \"nonsententiousness\": \"nzuzu\",\n    \"nonsentience\": \"enweghị uche\",\n    \"nonsentiency\": \"enweghi uche\",\n    \"nonsentient\": \"enweghi isi\",\n    \"nonsentiently\": \"enweghi isi\",\n    \"nonseparability\": \"enweghị nkewa\",\n    \"nonseparable\": \"enweghị nkewa\",\n    \"nonseparableness\": \"enweghị nkewa\",\n    \"nonseparably\": \"enweghị nkewa\",\n    \"nonseparating\": \"anaghị ekewa\",\n    \"nonseparation\": \"enweghị nkewa\",\n    \"nonseparatist\": \"anaghị ekewa ekewa\",\n    \"nonseparative\": \"enweghị nkewa\",\n    \"nonsequacious\": \"na-esighi ike\",\n    \"nonsequaciously\": \"na-akwadoghị\",\n    \"nonsequaciousness\": \"enweghị ntụpọ\",\n    \"nonsequacity\": \"enweghị nsogbu\",\n    \"nonsequent\": \"esighi\",\n    \"nonsequential\": \"enweghị isi\",\n    \"nonsequentially\": \"na-enweghị isi\",\n    \"nonsequestered\": \"enwetaghị\",\n    \"nonsequestration\": \"anaghị akwụghachi\",\n    \"nonseraphically\": \"n'anaghị n'usoro\",\n    \"nonserial\": \"enweghị isi\",\n    \"nonseriality\": \"ihe na-abaghị uru\",\n    \"nonserially\": \"enweghị isi\",\n    \"nonseriate\": \"ekwesighi\",\n    \"nonseriately\": \"enweghị isi\",\n    \"nonserious\": \"nzuzu\",\n    \"nonseriously\": \"nzuzu\",\n    \"nonseriousness\": \"nzuzu\",\n    \"nonserous\": \"esighi\",\n    \"nonserviceability\": \"enweghị ọrụ\",\n    \"nonserviceable\": \"enweghị ọrụ\",\n    \"nonserviceableness\": \"arụghị ọrụ\",\n    \"nonserviceably\": \"enweghị ọrụ\",\n    \"nonserviential\": \"ekwesighi\",\n    \"nonservile\": \"ekwesighi\",\n    \"nonservilely\": \"ezighi ezi\",\n    \"nonservileness\": \"enweghị ihe ọ bụla\",\n    \"nonsetter\": \"enweghị isi\",\n    \"nonsetting\": \"enweghị isi\",\n    \"nonsettlement\": \"enweghị ebe obibi\",\n    \"nonseverable\": \"enweghị ike ịgbanwe\",\n    \"nonseverance\": \"enweghị nkwupụta\",\n    \"nonseverity\": \"enweghị nkwekọrịta\",\n    \"nonsexists\": \"ndị na-abụghị ụmụ nwoke\",\n    \"nonsexlinked\": \"na-abụghị njikọ\",\n    \"nonsexual\": \"nwoke na nwanyị\",\n    \"nonsexually\": \"n'emeghi\",\n    \"nonshaft\": \"ebughi oke\",\n    \"nonsharing\": \"ezighi ezi\",\n    \"nonshatter\": \"enweghị isi\",\n    \"nonshattering\": \"anaghị ekwu okwu\",\n    \"nonshedder\": \"onye ara ehi ara\",\n    \"nonshedding\": \"enweghị isi\",\n    \"nonshipper\": \"ihe na-enweghị isi\",\n    \"nonshipping\": \"nsị\",\n    \"nonshredding\": \"enweghị shred\",\n    \"nonshrinkable\": \"enweghị ike ịda mba\",\n    \"nonshrinking\": \"anaghị abụ abụ\",\n    \"nonshrinkingly\": \"anaghi ezuru onwe gi\",\n    \"nonsibilance\": \"enweghị uche\",\n    \"nonsibilant\": \"anaghị adị ọcha\",\n    \"nonsibilantly\": \"n'amaghi ama\",\n    \"nonsiccative\": \"enweghị isi\",\n    \"nonsidereal\": \"ekwesighi\",\n    \"nonsignable\": \"ihe anaghi arapu\",\n    \"nonsignatory\": \"ekwesighi\",\n    \"nonsignature\": \"ntinye aha\",\n    \"nonsignificance\": \"abaghị uru\",\n    \"nonsignificancy\": \"abaghi uru\",\n    \"nonsignificant\": \"abaghị uru\",\n    \"nonsignificantly\": \"ekwesighi\",\n    \"nonsignification\": \"ndebanye aha\",\n    \"nonsignificative\": \"abaghị uru\",\n    \"nonsilicate\": \"enweghị isi\",\n    \"nonsilicated\": \"ekwughị ihe ọ bụla\",\n    \"nonsiliceous\": \"enweghị isi\",\n    \"nonsilicious\": \"enweghị isi\",\n    \"nonsyllabic\": \"nkechiekwe\",\n    \"nonsyllogistic\": \"onweghi ihe\",\n    \"nonsyllogistical\": \"onye nonsyllogistical\",\n    \"nonsyllogistically\": \"nonsyllogistically adịghị\",\n    \"nonsyllogizing\": \"ekwughi onwe\",\n    \"nonsilver\": \"anaghị ewepụ ihe\",\n    \"nonsymbiotic\": \"ekwetaghị ihe ọ bụla\",\n    \"nonsymbiotical\": \"ekwetaghị ihe ọ bụla\",\n    \"nonsymbiotically\": \"adabaghi adaba\",\n    \"nonsymbolical\": \"Baịbụl ekwughi\",\n    \"nonsymbolicalness\": \"ekwetaghị Akwụkwọ Nsọ\",\n    \"nonsimilar\": \"ekwesighi\",\n    \"nonsimilarity\": \"ekwesighi\",\n    \"nonsimilitude\": \"enweghi uche\",\n    \"nonsymmetry\": \"enweghị aha\",\n    \"nonsymmetrical\": \"ekwesighi\",\n    \"nonsympathetic\": \"enweghị obi ebere\",\n    \"nonsympathetically\": \"n'emeghị ebere\",\n    \"nonsympathy\": \"enweghị obi ebere\",\n    \"nonsympathies\": \"enweghị obi ebere\",\n    \"nonsympathizer\": \"onye anaghi enwe obi ebere\",\n    \"nonsympathizing\": \"enweghị obi ebere\",\n    \"nonsympathizingly\": \"n'emeghi ebere\",\n    \"nonsymphonious\": \"nzuzu\",\n    \"nonsymphoniousness\": \"nzuzu adighi\",\n    \"nonsimplicity\": \"enweghị isi\",\n    \"nonsimplification\": \"ekwesighi\",\n    \"nonsimular\": \"enweghị isi\",\n    \"nonsimulate\": \"ekwesighi\",\n    \"nonsimulation\": \"nzuzu\",\n    \"nonsimulative\": \"ekwesighi\",\n    \"nonsynchronically\": \"n'amaghi ama\",\n    \"nonsynchronously\": \"abụghị synchronously\",\n    \"nonsynchronousness\": \"nonsynchronous ness\",\n    \"nonsyncopation\": \"ekwupụtaghị ihe ọ bụla\",\n    \"nonsyndicate\": \"ezighi ezi\",\n    \"nonsyndicated\": \"ekwetaghi\",\n    \"nonsine\": \"enweghi isi\",\n    \"nonsynesthetic\": \"onye nzuzu\",\n    \"nonsinging\": \"enweghị isi\",\n    \"nonsingle\": \"enweghị isi\",\n    \"nonsingleness\": \"enweghị isi\",\n    \"nonsingular\": \"nke na-enweghị isi\",\n    \"nonsingularity\": \"ihe na-enweghị isi\",\n    \"nonsingularities\": \"ihe ndị na-enweghị isi\",\n    \"nonsinkable\": \"echeghi eche\",\n    \"nonsynodic\": \"ekwesighi\",\n    \"nonsynodical\": \"ekwenyeghi\",\n    \"nonsynodically\": \"n'echeghị echiche\",\n    \"nonsynonymous\": \"amaghi aha\",\n    \"nonsynonymously\": \"ezighi ezi\",\n    \"nonsynoptic\": \"onye nonsynoptic\",\n    \"nonsynoptical\": \"nzuzu\",\n    \"nonsynoptically\": \"n'amaghi ama\",\n    \"nonsyntactic\": \"emeghi eme\",\n    \"nonsyntactical\": \"emeghi eme\",\n    \"nonsyntactically\": \"n'amaghi onu\",\n    \"nonsyntheses\": \"ezighi ezi\",\n    \"nonsynthesis\": \"enweghị isi\",\n    \"nonsynthesized\": \"ekwesighi\",\n    \"nonsynthetic\": \"enweghị isi\",\n    \"nonsynthetical\": \"emeghi eme\",\n    \"nonsynthetically\": \"n'amaghi ama\",\n    \"nonsyntonic\": \"onye nzuzu\",\n    \"nonsyntonical\": \"anwughi anwu\",\n    \"nonsinusoidal\": \"ekwenyeghi\",\n    \"nonsiphonage\": \"nkwanye ugwu\",\n    \"nonsystem\": \"enweghị usoro\",\n    \"nonsystematic\": \"enweghị usoro\",\n    \"nonsystematical\": \"enweghị usoro\",\n    \"nonsystematically\": \"enweghị usoro\",\n    \"nonsister\": \"amaghi ama\",\n    \"nonsitter\": \"anaghị akwụ ụgwọ\",\n    \"nonsitting\": \"enweghị isi\",\n    \"nonsked\": \"ekwughị\",\n    \"nonskeds\": \"adighi\",\n    \"nonskeletal\": \"enweghị isi\",\n    \"nonskeletally\": \"n'amaghi ama\",\n    \"nonskeptic\": \"ekwesighi\",\n    \"nonskeptical\": \"enweghị isi\",\n    \"nonskid\": \"ekwughi\",\n    \"nonskidding\": \"ekwesighi\",\n    \"nonskier\": \"ihe anabaghi\",\n    \"nonskilled\": \"emeghi eme\",\n    \"nonskipping\": \"adịghị ele anya\",\n    \"nonslanderous\": \"ekwughị okwu\",\n    \"nonslaveholding\": \"enweghị nkwado\",\n    \"nonslip\": \"na-enweghị anya\",\n    \"nonslippery\": \"enweghị isi\",\n    \"nonslipping\": \"enweghị isi\",\n    \"nonsludging\": \"anaghị ekwu\",\n    \"nonsmoker\": \"anwuru anwu\",\n    \"nonsmokers\": \"ndị anaghị ese anwụrụ\",\n    \"nonsmoking\": \"nmụ sịga\",\n    \"nonsmutting\": \"ekwughị\",\n    \"nonsober\": \"anọghị ala\",\n    \"nonsobering\": \"enweghị atụ\",\n    \"nonsoberly\": \"n'emeghị anya\",\n    \"nonsoberness\": \"ịnọ nkịtị\",\n    \"nonsobriety\": \"enweghị nsogbu\",\n    \"nonsociability\": \"enweghị ike\",\n    \"nonsociable\": \"enweghị nkewa\",\n    \"nonsociableness\": \"enweghị nkewa\",\n    \"nonsociably\": \"n’enweghi njikọta\",\n    \"nonsocial\": \"enweghị ndị ọzọ\",\n    \"nonsocialistic\": \"enweghị ọdịmma mmadụ\",\n    \"nonsociality\": \"enweghị ọchịchị\",\n    \"nonsocially\": \"abụghị\",\n    \"nonsocialness\": \"enweghị ndị ọzọ\",\n    \"nonsocietal\": \"anaghị ekekọrịta\",\n    \"nonsociety\": \"enweghị nkewa\",\n    \"nonsolicitation\": \"ekwesighi\",\n    \"nonsolicitous\": \"ekwughi\",\n    \"nonsolicitousness\": \"nzuzu\",\n    \"nonsolid\": \"ezighi ezi\",\n    \"nonsolidarity\": \"enweghị nkwenye\",\n    \"nonsolidified\": \"ekwesighi\",\n    \"nonsolidifying\": \"anaghị edozi\",\n    \"nonsolidly\": \"ezighi ezi\",\n    \"nonsolids\": \"nonsolid\",\n    \"nonsoluable\": \"enweghị isi\",\n    \"nonsoluble\": \"ihe anaghị edozi\",\n    \"nonsolubleness\": \"enweghị isi\",\n    \"nonsolubly\": \"ezighi ezi\",\n    \"nonsolution\": \"enweghị nsogbu\",\n    \"nonsolvability\": \"ekwetaghị ihe ọ bụla\",\n    \"nonsolvable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"nonsolvableness\": \"ekwughị ihe ọ bụla\",\n    \"nonsolvency\": \"ezighi ezi\",\n    \"nonsolvent\": \"anaghị emebi emebi\",\n    \"nonsonant\": \"enweghị isi\",\n    \"nonsophistic\": \"nonso sophisticated\",\n    \"nonsoporific\": \"na-enweghị isi\",\n    \"nonsovereign\": \"edozighi\",\n    \"nonsovereignly\": \"n'etughi oke\",\n    \"nonspacious\": \"enweghị isi\",\n    \"nonspaciously\": \"n'amaghi ama\",\n    \"nonspaciousness\": \"nzuzu\",\n    \"nonspalling\": \"emeghi eme\",\n    \"nonsparing\": \"enweghị atụ\",\n    \"nonsparking\": \"na-enweghị atụ\",\n    \"nonsparkling\": \"enweghị atụ\",\n    \"nonspatial\": \"enweghị isi\",\n    \"nonspatiality\": \"ekwesighi\",\n    \"nonspatially\": \"n'amaghi\",\n    \"nonspeaker\": \"ekwughi okwu\",\n    \"nonspeaking\": \"ekwughi okwu\",\n    \"nonspecial\": \"enweghị isi\",\n    \"nonspecialist\": \"onye olundaghi\",\n    \"nonspecialists\": \"ndị na-anaghị ahụ anya\",\n    \"nonspecialized\": \"ekwesighi\",\n    \"nonspecializing\": \"enweghị isi\",\n    \"nonspecially\": \"enweghị isi\",\n    \"nonspecie\": \"ekwesighi\",\n    \"nonspecifiable\": \"enweghị ike ịkọwapụta\",\n    \"nonspecific\": \"ekwughi okwu\",\n    \"nonspecifically\": \"ekwughi nke oma\",\n    \"nonspecification\": \"enweghị nkọwa\",\n    \"nonspecificity\": \"ekwesighi\",\n    \"nonspecified\": \"ekwughi\",\n    \"nonspecious\": \"amaghị ihe ọ bụla\",\n    \"nonspeciously\": \"amaghi ama\",\n    \"nonspeciousness\": \"amaghi ihe\",\n    \"nonspectacular\": \"adighi egwu\",\n    \"nonspectacularly\": \"abụghị nke pụtara ìhè\",\n    \"nonspectral\": \"eleghi anya\",\n    \"nonspectrally\": \"adighi ele anya\",\n    \"nonspeculation\": \"enweghị ọgụgụ isi\",\n    \"nonspeculative\": \"enweghị atụ\",\n    \"nonspeculatively\": \"n'amaghi ihe\",\n    \"nonspeculativeness\": \"ekwesighi iche echiche\",\n    \"nonspeculatory\": \"emeghị eme\",\n    \"nonspheral\": \"nzuzu\",\n    \"nonspheric\": \"nke na-adịghị\",\n    \"nonspherical\": \"na-enweghị atụ\",\n    \"nonsphericality\": \"ekwesighi\",\n    \"nonspherically\": \"n'amaghi ama\",\n    \"nonspill\": \"anaghị akwụ ụgwọ\",\n    \"nonspillable\": \"enweghị ike ịkọwa\",\n    \"nonspinal\": \"adịghị mkpa\",\n    \"nonspiny\": \"ezighi ezi\",\n    \"nonspinning\": \"anaghị akwado\",\n    \"nonspinose\": \"ezighi ezi\",\n    \"nonspinosely\": \"ezighi ezi\",\n    \"nonspinosity\": \"enweghị isi\",\n    \"nonspiral\": \"enweghị isi\",\n    \"nonspirited\": \"ekwughi\",\n    \"nonspiritedly\": \"ezighi ezi\",\n    \"nonspiritedness\": \"amaghi ama\",\n    \"nonspiritous\": \"ekwesighi\",\n    \"nonspiritual\": \"nke na-abụghị nke mmụọ\",\n    \"nonspirituality\": \"abaghi uru\",\n    \"nonspiritually\": \"n'emeghị mmụọ\",\n    \"nonspiritualness\": \"enweghị mmụọ\",\n    \"nonspirituousness\": \"nzuzu\",\n    \"nonspontaneous\": \"enweghị isi\",\n    \"nonspontaneously\": \"enweghị isi\",\n    \"nonspontaneousness\": \"enweghị ndapụta\",\n    \"nonspored\": \"enweghị atụ\",\n    \"nonsporeformer\": \"onye nnochighi anya ya\",\n    \"nonsporeforming\": \"emeghi mgbanwe\",\n    \"nonsporting\": \"ezighi ezi\",\n    \"nonsportingly\": \"ekwesighi\",\n    \"nonspottable\": \"enweghị ihe ọ bụla\",\n    \"nonsprouting\": \"anaghị epupụta\",\n    \"nonspurious\": \"enweghị isi\",\n    \"nonspuriously\": \"enweghị isi\",\n    \"nonspuriousness\": \"nzuzu\",\n    \"nonstabile\": \"na-agbanwe agbanwe\",\n    \"nonstability\": \"enweghị ike\",\n    \"nonstable\": \"akwusighi\",\n    \"nonstableness\": \"enweghị ike\",\n    \"nonstably\": \"ekweghị\",\n    \"nonstainable\": \"anaghị akwụ ụgwọ\",\n    \"nonstainer\": \"nsị\",\n    \"nonstaining\": \"enweghị ntụpọ\",\n    \"nonstampable\": \"abụghị stampụ\",\n    \"nonstandard\": \"eleghi anya\",\n    \"nonstandardization\": \"abụghị ọkọlọtọ\",\n    \"nonstandardized\": \"anaghị edozi\",\n    \"nonstaple\": \"enweghị\",\n    \"nonstarter\": \"onye ngha\",\n    \"nonstarting\": \"na-emeghe\",\n    \"nonstatement\": \"nkwupụta\",\n    \"nonstatic\": \"anaghị akwụ ụgwọ\",\n    \"nonstationary\": \"anaghị akwụ ụgwọ\",\n    \"nonstatistic\": \"anaghị akwụ ụgwọ\",\n    \"nonstatistically\": \"n'etu\",\n    \"nonstative\": \"anaghị akwụ ụgwọ\",\n    \"nonstatutable\": \"enweghị ọnụ\",\n    \"nonstatutory\": \"ekwughi\",\n    \"nonstellar\": \"kpakpando\",\n    \"nonsterile\": \"edebeghi\",\n    \"nonsterilely\": \"adighi\",\n    \"nonsterility\": \"enweghị ọrụ\",\n    \"nonsterilization\": \"ntinye ederede\",\n    \"nonsticky\": \"nke anaghị akwụ ụgwọ\",\n    \"nonstylization\": \"emeghi ihe\",\n    \"nonstylized\": \"emeghi\",\n    \"nonstimulable\": \"enweghị atụ\",\n    \"nonstimulant\": \"anaghị akwụ ụgwọ\",\n    \"nonstimulating\": \"na-akpali akpali\",\n    \"nonstimulation\": \"nkwupụta\",\n    \"nonstimulative\": \"anaghị akwụ ụgwọ\",\n    \"nonstyptical\": \"enweghị isi\",\n    \"nonstipticity\": \"enweghị nkwanye ùgwù\",\n    \"nonstipulation\": \"nkwenye\",\n    \"nonstock\": \"ebughi\",\n    \"nonstoical\": \"n'adighi\",\n    \"nonstoically\": \"n'atụghị ụjọ\",\n    \"nonstoicalness\": \"enweghị ihe ọhụụ\",\n    \"nonstooping\": \"nsụgharị\",\n    \"nonstop\": \"kwusi\",\n    \"nonstorable\": \"enweghị ike ịkwụsị\",\n    \"nonstorage\": \"enweghị mgbochi\",\n    \"nonstrategic\": \"enweghị nsogbu\",\n    \"nonstrategical\": \"enweghị echiche\",\n    \"nonstrategically\": \"n'amaghị ama\",\n    \"nonstress\": \"uwe elu\",\n    \"nonstretchable\": \"enweghị ike ịgbagha\",\n    \"nonstretchy\": \"enweghị aka\",\n    \"nonstrictness\": \"mmachi\",\n    \"nonstrictured\": \"machibidoro\",\n    \"nonstriker\": \"onye na-akwụ ụgwọ\",\n    \"nonstrikers\": \"ndị na-akwụghị ụgwọ\",\n    \"nonstriking\": \"anaghị akwụ ụgwọ\",\n    \"nonstringent\": \"n'enyeghi iwu\",\n    \"nonstriped\": \"edoghi\",\n    \"nonstructural\": \"adịghị arụ ọrụ\",\n    \"nonstructurally\": \"n'emeghị ya\",\n    \"nonstructure\": \"nhazi\",\n    \"nonstructured\": \"anaghị edozi\",\n    \"nonstudent\": \"anaghị akwụ ụgwọ\",\n    \"nonstudy\": \"anaghị agụ akwụkwọ\",\n    \"nonstudied\": \"edeghi\",\n    \"nonstudious\": \"enweghị isi\",\n    \"nonstudiously\": \"n'adaghị\",\n    \"nonstudiousness\": \"enweghị mmasị\",\n    \"nonstultification\": \"emeghi ihe\",\n    \"nonsubconscious\": \"amaghị ihe ọ bụla\",\n    \"nonsubconsciously\": \"amaghi ihe\",\n    \"nonsubconsciousness\": \"nzuzu\",\n    \"nonsubject\": \"ekwesighi\",\n    \"nonsubjected\": \"ekwughi\",\n    \"nonsubjectification\": \"ekwesighi\",\n    \"nonsubjection\": \"ekwenyeghi\",\n    \"nonsubjective\": \"enweghị isi\",\n    \"nonsubjectively\": \"ekwesighi\",\n    \"nonsubjectiveness\": \"enweghị isi\",\n    \"nonsubjectivity\": \"ekwesighi\",\n    \"nonsubjugable\": \"agaghị agbaghara\",\n    \"nonsubjugation\": \"ekwesighi\",\n    \"nonsublimation\": \"enweghị atụ\",\n    \"nonsubmerged\": \"edebeghi aha\",\n    \"nonsubmergibility\": \"enweghị ike ịchịkọta\",\n    \"nonsubmergible\": \"nensubmergible\",\n    \"nonsubmersible\": \"ihe ngbanye\",\n    \"nonsubmissible\": \"ekwenyeghi\",\n    \"nonsubmission\": \"nnabata\",\n    \"nonsubmissive\": \"ekwenyeghị\",\n    \"nonsubmissively\": \"ekwesighi\",\n    \"nonsubmissiveness\": \"ekweghị\",\n    \"nonsubordinate\": \"anaghị edozi\",\n    \"nonsubordinating\": \"anaghị edozi\",\n    \"nonsubordination\": \"ekwenyeghi\",\n    \"nonsubscriber\": \"onye nonsubscriber\",\n    \"nonsubscribers\": \"ndị na-edeghị aha\",\n    \"nonsubscribing\": \"anaghị edebanye aha\",\n    \"nonsubscripted\": \"anaghị edebanye aha\",\n    \"nonsubscription\": \"ndebanye aha\",\n    \"nonsubsidy\": \"enweghị isi\",\n    \"nonsubsididies\": \"echeghi echiche\",\n    \"nonsubsiding\": \"enweghị atụ\",\n    \"nonsubsistence\": \"enweghị isi\",\n    \"nonsubsistent\": \"ekwesighi\",\n    \"nonsubstantial\": \"enweghị isi\",\n    \"nonsubstantialism\": \"enweghị isi\",\n    \"nonsubstantialist\": \"onye nonsubstantialist\",\n    \"nonsubstantiality\": \"enweghị isi\",\n    \"nonsubstantially\": \"ezughi oke\",\n    \"nonsubstantialness\": \"ekwesighi\",\n    \"nonsubstantiation\": \"enweghị isi\",\n    \"nonsubstantival\": \"enweghị isi\",\n    \"nonsubstantivally\": \"n'amaghị ama\",\n    \"nonsubstantive\": \"enweghị isi\",\n    \"nonsubstantively\": \"ekwesighi\",\n    \"nonsubstantiveness\": \"enweghị isi\",\n    \"nonsubstituted\": \"agaghị agbanwe agbanwe\",\n    \"nonsubstitution\": \"emeghi eme\",\n    \"nonsubstitutional\": \"emeghi eme\",\n    \"nonsubstitutionally\": \"nonsubstubally\",\n    \"nonsubstitutionary\": \"anaghị akwụ ụgwọ\",\n    \"nonsubstitutive\": \"enweghị atụ\",\n    \"nonsubtile\": \"enweghị atụ\",\n    \"nonsubtilely\": \"ekwesighi\",\n    \"nonsubtileness\": \"ekwesighi\",\n    \"nonsubtility\": \"enweghị isi\",\n    \"nonsubtle\": \"anaghi-apị apị\",\n    \"nonsubtleness\": \"enweghị isi\",\n    \"nonsubtlety\": \"enweghị isi\",\n    \"nonsubtleties\": \"enweghị isi\",\n    \"nonsubtly\": \"enweghị isi\",\n    \"nonsubtraction\": \"nkwụsịtụ\",\n    \"nonsubtractive\": \"enweghị isi\",\n    \"nonsubtractively\": \"enweghị isi\",\n    \"nonsubversion\": \"nkwụsịtụ\",\n    \"nonsubversive\": \"enweghị isi\",\n    \"nonsubversively\": \"enweghị isi\",\n    \"nonsubversiveness\": \"ekwesighi\",\n    \"nonsuccess\": \"enweghị ihe ịga nke ọma\",\n    \"nonsuccessful\": \"emeghi nkeoma\",\n    \"nonsuccessfully\": \"enweghị ihe ịga nke ọma\",\n    \"nonsuccession\": \"enweghị ihe ịga nke ọma\",\n    \"nonsuccessional\": \"enweghị ihe ịga nke ọma\",\n    \"nonsuccessionally\": \"enweghị ihe ịga nke ọma\",\n    \"nonsuccessive\": \"anaghị eme nke ọma\",\n    \"nonsuccessively\": \"enweghị ihe ịga nke ọma\",\n    \"nonsuccessiveness\": \"enweghị ihe ịga nke ọma\",\n    \"nonsuccor\": \"enweghị enyemaka\",\n    \"nonsuch\": \"anaghị adị\",\n    \"nonsudsing\": \"enweghị isi\",\n    \"nonsufferable\": \"enweghị ike ịkwụsị\",\n    \"nonsufferableness\": \"enweghị ike ọgwụgwụ\",\n    \"nonsufferably\": \"enweghị nkwanye ùgwù\",\n    \"nonsufferance\": \"enweghị ike\",\n    \"nonsuffrage\": \"enweghị ọkwa\",\n    \"nonsugar\": \"ezighi ezi\",\n    \"nonsugars\": \"adịghị eri anụ\",\n    \"nonsuggestible\": \"enweghị atụ\",\n    \"nonsuggestion\": \"nzuzu\",\n    \"nonsuggestive\": \"enweghị isi\",\n    \"nonsuggestively\": \"n'echeghị echiche\",\n    \"nonsuit\": \"enweghị ego\",\n    \"nonsuited\": \"ekwesighi\",\n    \"nonsuiting\": \"anaghị akwụ ụgwọ\",\n    \"nonsuits\": \"esighi\",\n    \"nonsulfurous\": \"ezighi ezi\",\n    \"nonsulphurous\": \"ekwesighi\",\n    \"nonsummons\": \"nonsonsons\",\n    \"nonsupervision\": \"nlezighi anya\",\n    \"nonsupplemental\": \"emezighi\",\n    \"nonsupplementally\": \"anaghị eme eme\",\n    \"nonsupplementary\": \"emezighi\",\n    \"nonsupplicating\": \"enweghị nkwanye ugwu\",\n    \"nonsupplication\": \"enweghị nkwanye ugwu\",\n    \"nonsupport\": \"enweghị nkwado\",\n    \"nonsupportability\": \"enweghị nkwado\",\n    \"nonsupportable\": \"enweghị nkwado\",\n    \"nonsupportableness\": \"enweghị nkwado\",\n    \"nonsupportably\": \"akwadoghị\",\n    \"nonsupporter\": \"onye na-akwadoghi\",\n    \"nonsupporting\": \"akwadoghi\",\n    \"nonsupposed\": \"akwadoghị\",\n    \"nonsupposing\": \"anaghị akwado\",\n    \"nonsuppositional\": \"enweghị nkwanye ugwu\",\n    \"nonsuppositionally\": \"na-akwadoghị\",\n    \"nonsuppositive\": \"enweghị echiche\",\n    \"nonsuppositively\": \"n'esepụghị aka\",\n    \"nonsuppressed\": \"agbasaghị\",\n    \"nonsuppression\": \"enweghị nkwupụta\",\n    \"nonsuppressive\": \"enweghị nsogbu\",\n    \"nonsuppressively\": \"enweghị nkwado\",\n    \"nonsuppressiveness\": \"enweghị nkwanye ugwu\",\n    \"nonsuppurative\": \"enweghị nkwado\",\n    \"nonsupression\": \"enweghị isi\",\n    \"nonsurface\": \"enweghị isi\",\n    \"nonsurgical\": \"emeghi ihe\",\n    \"nonsurgically\": \"n'amaghi ama\",\n    \"nonsurrealistic\": \"ekweghi ekwe\",\n    \"nonsurrender\": \"ekweghị ekwe\",\n    \"nonsurvivor\": \"onye na-adịghị echekwa\",\n    \"nonsusceptibility\": \"enweghị isi\",\n    \"nonsusceptible\": \"enweghị isi\",\n    \"nonsusceptibleness\": \"enweghị isi\",\n    \"nonsusceptibly\": \"n'amaghi ama\",\n    \"nonsusceptiness\": \"nzuzu\",\n    \"nonsusceptive\": \"enweghị isi\",\n    \"nonsusceptiveness\": \"enweghị isi\",\n    \"nonsusceptivity\": \"nzuzu\",\n    \"nonsuspect\": \"nzuzu\",\n    \"nonsuspended\": \"ekwughi\",\n    \"nonsuspension\": \"nkwụsịtụ ego\",\n    \"nonsuspensive\": \"enweghị ego\",\n    \"nonsuspensively\": \"enweghị ego\",\n    \"nonsuspensiveness\": \"nzuzu\",\n    \"nonsustainable\": \"ekweghi ekwe\",\n    \"nonsustained\": \"ekwughị\",\n    \"nonsustaining\": \"anaghị akwado\",\n    \"nonsustenance\": \"ihe oriri\",\n    \"nonswearer\": \"enweghị atụ\",\n    \"nonswearing\": \"adighi iyi\",\n    \"nonsweating\": \"nzuzu\",\n    \"nonswimmer\": \"anwansighi\",\n    \"nonswimming\": \"anwansighi\",\n    \"nontabularly\": \"n'adighi ike\",\n    \"nontabulated\": \"agbasaghị\",\n    \"nontactic\": \"anaghị arụ ọrụ\",\n    \"nontactically\": \"n'emeghị ya\",\n    \"nontactility\": \"arụghị ọrụ\",\n    \"nontalented\": \"enweghị nsọpụrụ\",\n    \"nontalkative\": \"ekwughị okwu\",\n    \"nontalkatively\": \"n'ekwughị okwu\",\n    \"nontalkativeness\": \"ekwughị okwu\",\n    \"nontangibleness\": \"ekweghị\",\n    \"nontangibly\": \"n'esepụghị aka\",\n    \"nontanning\": \"anaghị akwụ ụgwọ\",\n    \"nontarget\": \"na-abụghị ntọala\",\n    \"nontarnishable\": \"na-enweghị atụ\",\n    \"nontarnished\": \"akparaghị ókè\",\n    \"nontarnishing\": \"anaghị echekwa\",\n    \"nontarred\": \"anaghị akwado\",\n    \"nontautologically\": \"na-agbasaghị ya\",\n    \"nontautomeric\": \"enweghị ngwa ngwa\",\n    \"nontautomerizable\": \"enweghị ike ịrụ ọrụ\",\n    \"nontaxability\": \"enweghị ụgwọ ọrụ\",\n    \"nontaxable\": \"anaghị akwụ ụgwọ\",\n    \"nontaxableness\": \"enweghị ụgwọ ọrụ\",\n    \"nontaxably\": \"n'atụghị ụtụ\",\n    \"nontaxation\": \"anaghị akwụ ụgwọ\",\n    \"nontaxonomically\": \"na-enweghị usoro\",\n    \"nonteachable\": \"enweghị ike ịchọta\",\n    \"nonteachableness\": \"ekweghị ya\",\n    \"nonteacher\": \"onye nkuzi\",\n    \"nontechnical\": \"abughi teknụzụ\",\n    \"nontechnically\": \"abụghị teknụzụ\",\n    \"nontechnicalness\": \"enweghị nkà\",\n    \"nontechnological\": \"teknụzụ\",\n    \"nontechnologically\": \"na-abụghị nkà na ụzụ\",\n    \"nontelegraphically\": \"n'agụghị ya\",\n    \"nontelepathically\": \"enweghị usoro\",\n    \"nontelephonically\": \"n'agwaghị anyị\",\n    \"nontelescoping\": \"abụghị telescoping\",\n    \"nontelic\": \"ekwughị okwu\",\n    \"nontemperable\": \"ekpughere\",\n    \"nontemperamental\": \"emeghi iheoma\",\n    \"nontemperamentally\": \"adighi adi\",\n    \"nontemperate\": \"anaghị akwụ ụgwọ\",\n    \"nontemperately\": \"n'emeghị ihe ọ bụla\",\n    \"nontempered\": \"anaghị akwụ ụgwọ\",\n    \"nontemporal\": \"enweghị nkwanye ùgwù\",\n    \"nontemporally\": \"anaghị ekwu okwu\",\n    \"nontemporary\": \"oge obula\",\n    \"nontemporarily\": \"n'amaghị nke ọ bụla\",\n    \"nontemporariness\": \"enweghị nkwanye ùgwù\",\n    \"nontemporizing\": \"anaghị echekwa echiche\",\n    \"nontemporizingly\": \"n'emeghi nkwuputa\",\n    \"nontemptation\": \"nnabata\",\n    \"nontenability\": \"enweghị nkwenye\",\n    \"nontenable\": \"enweghị akwụ ụgwọ\",\n    \"nontenableness\": \"enweghị nkwenye\",\n    \"nontenably\": \"ekweghị\",\n    \"nontenant\": \"anaghị akwụ ụgwọ\",\n    \"nontenantable\": \"enweghị nkwenye\",\n    \"nontensility\": \"enweghị ike\",\n    \"nontentative\": \"anaghị akwụ ụgwọ\",\n    \"nontentatively\": \"n'adighi anya\",\n    \"nontentativeness\": \"enweghị mmachi\",\n    \"nontenure\": \"enweghị ọrụ\",\n    \"nontenurial\": \"anaghị akwụ ụgwọ\",\n    \"nontenurially\": \"n'amaghị ama\",\n    \"nonterm\": \"anaghị adị\",\n    \"nonterminability\": \"enweghị nchịkwa\",\n    \"nonterminable\": \"enweghị ike ịkwụsị\",\n    \"nonterminableness\": \"enweghị nchịkwa\",\n    \"nonterminably\": \"n’enweghị nsogbu\",\n    \"nonterminal\": \"na-enweghị ntụpọ\",\n    \"nonterminally\": \"n'esepụghị aka\",\n    \"nonterminals\": \"ndi n'atu\",\n    \"nonterminating\": \"na-agbasaghị\",\n    \"nontermination\": \"mmechi\",\n    \"nonterminative\": \"nke na-agbasaghị\",\n    \"nonterminatively\": \"n'agbasaghị\",\n    \"nonterminous\": \"nke na-agbasaghị\",\n    \"nonterrestrial\": \"nkewa\",\n    \"nonterritorial\": \"ọkwà\",\n    \"nonterritoriality\": \"ọkwà\",\n    \"nonterritorially\": \"n'usoro\",\n    \"nontestable\": \"enweghị ihe ịma aka\",\n    \"nontestamentary\": \"n'adighi akwukwo\",\n    \"nontextual\": \"n'esighi ya\",\n    \"nontextually\": \"n'esighi ya\",\n    \"nontextural\": \"ekwesighi\",\n    \"nontexturally\": \"n'esighi ya\",\n    \"nontheatric\": \"na-abụghị ọkachamara\",\n    \"nontheatrical\": \"na-abụghị ọkachamara\",\n    \"nontheatrically\": \"n'emeghị ya ọgwụ\",\n    \"nontheistic\": \"enweghị echiche\",\n    \"nontheistically\": \"n'agbanyeghi\",\n    \"nonthematic\": \"enweghị nke\",\n    \"nonthematically\": \"n'esighi\",\n    \"nontheocratic\": \"na-abụghị nke ọchịchị Chineke\",\n    \"nontheocratical\": \"enweghị ọchịchị\",\n    \"nontheocratically\": \"n'emeghị ọchịchị\",\n    \"nontheoretic\": \"enweghị akwụkwọ\",\n    \"nontheoretical\": \"enweghị atụ\",\n    \"nontheoretically\": \"n'usoro\",\n    \"nontheosophic\": \"nonsososophic\",\n    \"nontheosophical\": \"nonsososophical\",\n    \"nontheosophically\": \"n'adighi\",\n    \"nontherapeutic\": \"agwọ ọrịa\",\n    \"nontherapeutical\": \"anaghị agwọ ọrịa\",\n    \"nontherapeutically\": \"n'etinyeghi ọgwụgwọ\",\n    \"nonthermal\": \"emezughi\",\n    \"nonthermally\": \"n'emeghị ya\",\n    \"nonthinker\": \"echeghị echiche\",\n    \"nonthinking\": \"echeghị echiche\",\n    \"nonthoracic\": \"nontoracic\",\n    \"nonthoroughfare\": \"enweghị nchịkwa\",\n    \"nonthreaded\": \"agunyeghi\",\n    \"nonthreatening\": \"anaghị agwọ ọrịa\",\n    \"nonthreateningly\": \"n'agbadoghi anya\",\n    \"nontidal\": \"adịghị edozi\",\n    \"nontillable\": \"enweghị ike ịgbanye\",\n    \"nontimbered\": \"anaghị akwụ ụgwọ\",\n    \"nontinted\": \"na-egosi\",\n    \"nontypical\": \"anaghị adị\",\n    \"nontypically\": \"n'achọghị\",\n    \"nontypographically\": \"na-edeghị ederede\",\n    \"nontyrannic\": \"nontirannic\",\n    \"nontyrannical\": \"abụghị onye ọchịchị aka ike\",\n    \"nontyrannically\": \"abụghị nke ọchịchị aka ike\",\n    \"nontyrannicalness\": \"enweghị nchịkwa\",\n    \"nontyrannously\": \"n'emeghị ihe ọ bụla\",\n    \"nontyrannousness\": \"enweghị nchịkwa\",\n    \"nontitle\": \"edemede\",\n    \"nontitled\": \"edeghi aha\",\n    \"nontitular\": \"na-abụghị aha\",\n    \"nontitularly\": \"n'ego\",\n    \"nontolerable\": \"ekweghị ekwe omume\",\n    \"nontolerableness\": \"enweghị ike ịnagide\",\n    \"nontolerably\": \"enweghị nchịkwa\",\n    \"nontolerance\": \"ndidi\",\n    \"nontolerant\": \"enweghị ikike\",\n    \"nontolerantly\": \"n'adighi ike\",\n    \"nontolerated\": \"edozighi\",\n    \"nontoleration\": \"enweghị nchịkwa\",\n    \"nontolerative\": \"enweghị ikike\",\n    \"nontoned\": \"agbaghara\",\n    \"nontortuous\": \"nke anaghị akwụ ụgwọ\",\n    \"nontortuously\": \"aghara aghara\",\n    \"nontotalitarian\": \"enweghị enyemaka\",\n    \"nontoxic\": \"adịghị egbu egbu\",\n    \"nontoxically\": \"na-agbasaghị\",\n    \"nontraceability\": \"enweghị ọrụ\",\n    \"nontraceable\": \"enweghị ike ịgbanwe\",\n    \"nontraceableness\": \"enweghị ọrụ\",\n    \"nontraceably\": \"enweghị egwu\",\n    \"nontractability\": \"enweghị ọrụ\",\n    \"nontractable\": \"adighi arapu\",\n    \"nontractableness\": \"enweghị ọrụ\",\n    \"nontractably\": \"nontractible\",\n    \"nontraction\": \"nkwụsị\",\n    \"nontrade\": \"anaghị ewe iwe\",\n    \"nontrader\": \"anaghị akwụ ụgwọ\",\n    \"nontrading\": \"nke na-enweghị atụ\",\n    \"nontradition\": \"emeghi\",\n    \"nontraditional\": \"ọdịnala\",\n    \"nontraditionalist\": \"onye na-emeghi omenala\",\n    \"nontraditionalistic\": \"ọdịnala\",\n    \"nontraditionally\": \"na-abụghị omenala\",\n    \"nontraditionary\": \"ọdịnala\",\n    \"nontragedy\": \"enweghị nsogbu\",\n    \"nontragedies\": \"abụghị ọrụ\",\n    \"nontragic\": \"enweghị ọrụ\",\n    \"nontragical\": \"ejighị ihe kpọrọ ihe\",\n    \"nontragically\": \"n'esemokwu\",\n    \"nontragicalness\": \"enweghị uche\",\n    \"nontrailing\": \"enweghị trailing\",\n    \"nontrained\": \"ejighi oru\",\n    \"nontraining\": \"anaghị adọkpụ\",\n    \"nontraitorous\": \"n'adịghị nkịtị\",\n    \"nontraitorously\": \"n'esepụghị aka\",\n    \"nontraitorousness\": \"ịghara ịnọ nkịtị\",\n    \"nontranscribing\": \"anaghị edegharị\",\n    \"nontranscription\": \"anaghị edegharị\",\n    \"nontranscriptive\": \"anaghị ede ederede\",\n    \"nontransferability\": \"abụghị transferability\",\n    \"nontransferable\": \"enweghị ike ịfefe\",\n    \"nontransference\": \"nnabata\",\n    \"nontransferential\": \"anaghị agafe agafe\",\n    \"nontransformation\": \"agbanweghi agbanwe\",\n    \"nontransforming\": \"anaghị agbanwe agbanwe\",\n    \"nontransgression\": \"nnabata\",\n    \"nontransgressive\": \"anaghị emegide iwu\",\n    \"nontransgressively\": \"n'agha\",\n    \"nontransience\": \"anaghị akwụ ụgwọ\",\n    \"nontransiency\": \"enweghị ndidi\",\n    \"nontransient\": \"anaghị akwụ ụgwọ\",\n    \"nontransiently\": \"n'adaghị ụgwọ\",\n    \"nontransientness\": \"enweghị ndidi\",\n    \"nontransitional\": \"ngbanwe\",\n    \"nontransitively\": \"n'esepughi\",\n    \"nontransitiveness\": \"nnagide\",\n    \"nontranslocation\": \"nbughari\",\n    \"nontranslucency\": \"ngbanweghi\",\n    \"nontranslucent\": \"anaghị agafe agafe\",\n    \"nontransmission\": \"nnabata\",\n    \"nontransmittal\": \"ntinyeghi\",\n    \"nontransmittance\": \"nnabata\",\n    \"nontransmittible\": \"izipu\",\n    \"nontransparence\": \"enweghị mgbatị\",\n    \"nontransparency\": \"enweghị nghọta\",\n    \"nontransparent\": \"enweghị mbu\",\n    \"nontransparently\": \"n'echeghị echiche\",\n    \"nontransparentness\": \"enweghị nkwanye ùgwù\",\n    \"nontransportability\": \"enweghị mbugharị\",\n    \"nontransportable\": \"ezighi ezi\",\n    \"nontransportation\": \"mbughari\",\n    \"nontransposing\": \"ntụgharị\",\n    \"nontransposition\": \"nnaghari\",\n    \"nontraveler\": \"onye njem\",\n    \"nontraveling\": \"na-agbasaghị\",\n    \"nontraveller\": \"onye na-enweghị ọrụ\",\n    \"nontravelling\": \"na-agbasaghị\",\n    \"nontraversable\": \"enweghị ike ịgbanwe\",\n    \"nontreasonable\": \"enweghị ezi uche\",\n    \"nontreasonableness\": \"enweghị ezi uche\",\n    \"nontreasonably\": \"n'echeghị echiche\",\n    \"nontreatable\": \"enweghị ọgwụgwọ\",\n    \"nontreated\": \"emeghi ihe\",\n    \"nontreaty\": \"anaghị elekọta mmadụ\",\n    \"nontreaties\": \"anaghị agwọ ọrịa\",\n    \"nontreatment\": \"enweghị ọgwụgwọ\",\n    \"nontrespass\": \"anaghị anabata ndị ọzọ\",\n    \"nontribal\": \"anaghị akwụ ụgwọ\",\n    \"nontribesman\": \"onye isi ochichi\",\n    \"nontribesmen\": \"ndị na-abụghị ndị odeakwụkwọ\",\n    \"nontrivial\": \"nke anaghị adị\",\n    \"nontriviality\": \"abaghị uru\",\n    \"nontroubling\": \"enweghị nsogbu\",\n    \"nontruancy\": \"anaghị akwụsị akwụsị\",\n    \"nontruant\": \"anaghị akwụ ụgwọ\",\n    \"nontrump\": \"anaghị agba mgba\",\n    \"nontrunked\": \"anaghị akwụ ụgwọ\",\n    \"nontrust\": \"ntụkwasị obi\",\n    \"nontrusting\": \"ikwenyeghi\",\n    \"nontruth\": \"eziokwu\",\n    \"nontruths\": \"eziokwu\",\n    \"nontubercular\": \"nke na-abụghị akwara\",\n    \"nontuberculous\": \"anaghị adị nkọ\",\n    \"nontumorous\": \"anaghị ekwu okwu\",\n    \"nontumultuous\": \"na-adịghị aghara\",\n    \"nontumultuousness\": \"enweghị ọgụgụ\",\n    \"nontuned\": \"enweghị ego\",\n    \"nonturbinate\": \"anaghị edozi\",\n    \"nonturbinated\": \"anaghị edozi\",\n    \"nontutorial\": \"anaghị akwụ ụgwọ\",\n    \"nontutorially\": \"n'echeghị echiche\",\n    \"nonubiquitous\": \"adighi ebe nile\",\n    \"nonubiquitously\": \"n'adighi\",\n    \"nonulcerous\": \"anaghị anabata ego\",\n    \"nonulcerously\": \"n'adighi ike\",\n    \"nonulcerousness\": \"enweghị mmasị\",\n    \"nonultrafilterable\": \"enweghị ike ịghaghachi\",\n    \"nonumbilical\": \"enweghị nkwupụta\",\n    \"nonumbilicate\": \"anaghị eme mkpọtụ\",\n    \"nonumbrellaed\": \"agbakwunyere\",\n    \"nonuncial\": \"emeghị mmadụ\",\n    \"nonundergraduate\": \"na-agụghị akwụkwọ\",\n    \"nonunderstandable\": \"enweghị nghọta\",\n    \"nonunderstanding\": \"enweghị nghọta\",\n    \"nonunderstandingly\": \"n’enweghị nghọta\",\n    \"nonunderstood\": \"n’enweghị nghọta\",\n    \"nonundulate\": \"anaghị akwụ ụgwọ\",\n    \"nonundulating\": \"anaghị akwụ ụgwọ\",\n    \"nonunification\": \"enweghị aha\",\n    \"nonunified\": \"ekwughi\",\n    \"nonuniformitarian\": \"anaghị akwado ọrụ\",\n    \"nonuniformity\": \"enweghị ọrụ\",\n    \"nonuniformly\": \"n'adighi otu\",\n    \"nonunion\": \"enweghị ego\",\n    \"nonunionism\": \"enweghị ọrụ\",\n    \"nonunionist\": \"onye na-anaghị akwado ya\",\n    \"nonunions\": \"ozi anaghị\",\n    \"nonunique\": \"enweghị\",\n    \"nonuniqueness\": \"enweghị nkwupụta\",\n    \"nonunison\": \"enweghị nkwekọrịta\",\n    \"nonunitable\": \"enweghị isi\",\n    \"nonunitarian\": \"enweghị enyemaka\",\n    \"nonuniteable\": \"enweghị atụ\",\n    \"nonunited\": \"enweghị ọnụ\",\n    \"nonunity\": \"enweghị n'otu\",\n    \"nonuniting\": \"anaghị akwụ ụgwọ\",\n    \"nonuniversal\": \"anaghị anabata mmadụ\",\n    \"nonuniversally\": \"na-abụghị otu\",\n    \"nonuniversity\": \"enweghị akwụkwọ\",\n    \"nonupholstered\": \"anaghị achịkwa\",\n    \"nonuplicate\": \"anaghị adị\",\n    \"nonuprightly\": \"na-ezighi ezi\",\n    \"nonuprightness\": \"enweghị ikike\",\n    \"nonurgent\": \"anaghị adị ndụ\",\n    \"nonurgently\": \"enweghị nsogbu\",\n    \"nonusable\": \"enweghi ego\",\n    \"nonuse\": \"ejighi akwukwo\",\n    \"nonuseable\": \"enweghị atụ\",\n    \"nonusers\": \"ndị na-abụghị ndị ọrụ\",\n    \"nonuses\": \"adighi\",\n    \"nonusing\": \"anaghị akwụ ụgwọ\",\n    \"nonusuriously\": \"n'esighi ike\",\n    \"nonusuriousness\": \"enweghị mmasị\",\n    \"nonusurpingly\": \"na-agbasaghị\",\n    \"nonutile\": \"ekwesighi\",\n    \"nonutilitarian\": \"enweghị enyemaka\",\n    \"nonutility\": \"abaghị uru\",\n    \"nonutilities\": \"ọrụ ndị na-abụghị ọrụ\",\n    \"nonutterance\": \"ekwughị okwu\",\n    \"nonvacant\": \"anaghị arụ ọrụ\",\n    \"nonvacantly\": \"n'emeghị ọnụ\",\n    \"nonvaccination\": \"ịgba ọgwụ mgbochi\",\n    \"nonvacuousness\": \"enweghị ebe obibi\",\n    \"nonvagrancy\": \"emeghị nke ọma\",\n    \"nonvagrancies\": \"mmeghe\",\n    \"nonvagrant\": \"nke anaghị akwụ ụgwọ\",\n    \"nonvagrantly\": \"n'emeghị ebere\",\n    \"nonvagrantness\": \"emeghị nke ọma\",\n    \"nonvalent\": \"enweghị isi\",\n    \"nonvalid\": \"anaghị adị irè\",\n    \"nonvalidation\": \"nkwenye\",\n    \"nonvalidity\": \"ekwesighi\",\n    \"nonvalidly\": \"adighi\",\n    \"nonvalidness\": \"enweghị nkwupụta\",\n    \"nonvalorous\": \"nke anaghị akwụ ụgwọ\",\n    \"nonvalorously\": \"enweghị\",\n    \"nonvalorousness\": \"enweghị nchịkwa\",\n    \"nonvaluable\": \"enweghị ọnụ\",\n    \"nonvaluation\": \"enweghị uru\",\n    \"nonvalue\": \"abughi uru\",\n    \"nonvalued\": \"enweghị ọnụahịa\",\n    \"nonvanishing\": \"enweghị nchịkwa\",\n    \"nonvaporosity\": \"enweghị ọrụ\",\n    \"nonvaporous\": \"anaghị arụ ọrụ\",\n    \"nonvaporously\": \"enweghị\",\n    \"nonvaporousness\": \"enweghị nchịkwa\",\n    \"nonvariability\": \"enweghị mgbanwe\",\n    \"nonvariable\": \"enweghị mgbanwe\",\n    \"nonvariableness\": \"enweghị mgbanwe\",\n    \"nonvariably\": \"anaghị agbanwe agbanwe\",\n    \"nonvariance\": \"enweghị ego\",\n    \"nonvariant\": \"enweghị mgbanwe\",\n    \"nonvariation\": \"enweghị mgbanwe\",\n    \"nonvaried\": \"anaghi agbanwe agbanwe\",\n    \"nonvariety\": \"enweghị iche\",\n    \"nonvarieties\": \"enweghị iche iche\",\n    \"nonvarious\": \"dị iche\",\n    \"nonvariously\": \"enweghị ihe ọ bụla\",\n    \"nonvariousness\": \"enweghị mmasị\",\n    \"nonvascular\": \"akwara\",\n    \"nonvascularly\": \"na-enweghị usoro\",\n    \"nonvasculous\": \"enweghị ọrụ ebube\",\n    \"nonvassal\": \"emeghi eme\",\n    \"nonvector\": \"onye nkesa\",\n    \"nonvegetable\": \"echefughi\",\n    \"nonvegetation\": \"nkwụghachi\",\n    \"nonvegetative\": \"na-abụghị ahịhịa ndụ\",\n    \"nonvegetatively\": \"abụghị nke na-ahịhịa ndụ\",\n    \"nonvegetativeness\": \"ekweghị nativeomi\",\n    \"nonvegetive\": \"anaghị akwụ ụgwọ\",\n    \"nonvehemently\": \"n'esighi ike\",\n    \"nonvenally\": \"emeghi\",\n    \"nonvendibility\": \"nkwenye\",\n    \"nonvendible\": \"ekwenyeghi\",\n    \"nonvendibleness\": \"ekwenyeghi\",\n    \"nonvendibly\": \"enweghị atụ\",\n    \"nonvenomously\": \"notvenomously\",\n    \"nonvenously\": \"nonven\",\n    \"nonvenousness\": \"enweghị ọrụ\",\n    \"nonventilation\": \"enweghị nkwupụta\",\n    \"nonventilative\": \"anaghị arụ ọrụ\",\n    \"nonveracious\": \"anaghị akwụ ụgwọ\",\n    \"nonveraciously\": \"n'esepughi oke\",\n    \"nonveraciousness\": \"enweghị atụ\",\n    \"nonveracity\": \"emeghi emechi\",\n    \"nonverbal\": \"anaghị ekwu okwu\",\n    \"nonverbalized\": \"agbanyeghị\",\n    \"nonverbally\": \"n'ụzọ nkịtị\",\n    \"nonverbosity\": \"enweghị nkwekọrịta\",\n    \"nonverdict\": \"agbasaghị\",\n    \"nonverifiable\": \"enweghị ike ịkọwapụta\",\n    \"nonverification\": \"nkwupụta\",\n    \"nonveritable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"nonveritableness\": \"enweghị ike ịgbanwe agbanwe\",\n    \"nonveritably\": \"enweghị mgbagha\",\n    \"nonverminous\": \"abụghị ihe na-emebi emebi\",\n    \"nonverminously\": \"n'ụzọ na-enweghị isi\",\n    \"nonverminousness\": \"enweghị nsogbu\",\n    \"nonvernacular\": \"ndi oru\",\n    \"nonversatility\": \"enweghị mgbanwe\",\n    \"nonvertebral\": \"nkwonkwo\",\n    \"nonvertebrate\": \"anaghị akwụ ụgwọ\",\n    \"nonvertical\": \"ihe na-agbasaghị\",\n    \"nonverticality\": \"nkwenye\",\n    \"nonvertically\": \"n'esemokwu\",\n    \"nonverticalness\": \"nkwenye\",\n    \"nonvesicular\": \"n'adighi\",\n    \"nonvesicularly\": \"n'adighi\",\n    \"nonvesting\": \"anaghị akwụ ụgwọ\",\n    \"nonvesture\": \"ọrụ\",\n    \"nonvexatious\": \"nke anaghị akọ akụkọ\",\n    \"nonvexatiously\": \"adighi\",\n    \"nonvexatiousness\": \"akuko\",\n    \"nonviability\": \"enweghị ọrụ\",\n    \"nonviable\": \"enweghị ike\",\n    \"nonvibratile\": \"nke anaghị arụ ọrụ\",\n    \"nonvibrating\": \"anaghị akọgharị\",\n    \"nonvibrator\": \"onye na-emeghị ihe ngosi\",\n    \"nonvicarious\": \"enweghị vicarious\",\n    \"nonvicariously\": \"abụghị vicariously\",\n    \"nonvicariousness\": \"enweghị vicariousness\",\n    \"nonvictory\": \"ekwenti\",\n    \"nonvictories\": \"ekwenti\",\n    \"nonvigilance\": \"ịnọ na nche\",\n    \"nonvigilant\": \"anaghị eche nche\",\n    \"nonvigilantly\": \"n'adighi anya\",\n    \"nonvigilantness\": \"ịnọghị na nche\",\n    \"nonvillainous\": \"enweghị nke\",\n    \"nonvillainously\": \"enweghị ihe\",\n    \"nonvillainousness\": \"enweghị ihe ọ bụla\",\n    \"nonvindicable\": \"enweghị nkwupụta\",\n    \"nonvindication\": \"enweghị nkwupụta\",\n    \"nonvinosity\": \"enweghị nkwanye ùgwù\",\n    \"nonvinous\": \"enweghị nke\",\n    \"nonvintage\": \"anaghị akwụ ụgwọ\",\n    \"nonviolability\": \"enweghị ọrụ\",\n    \"nonviolable\": \"enweghị iwu\",\n    \"nonviolableness\": \"enweghị iwu\",\n    \"nonviolably\": \"n'adighi ike\",\n    \"nonviolation\": \"enweghị nkwanye ugwu\",\n    \"nonviolative\": \"enweghị iwu\",\n    \"nonviolence\": \"enweghị ike\",\n    \"nonviolent\": \"enweghị isi\",\n    \"nonviolently\": \"n'emeghị ihe ọ bụla\",\n    \"nonviral\": \"enweghị nje\",\n    \"nonvirginally\": \"n'adighi ike\",\n    \"nonvirility\": \"enweghị ike\",\n    \"nonvirtue\": \"novirtue\",\n    \"nonvirtuous\": \"nke a na-ahụ anya\",\n    \"nonvirtuously\": \"n'adighi anya\",\n    \"nonvirtuousness\": \"enweghị ike\",\n    \"nonvirulent\": \"enweghị ike\",\n    \"nonvirulently\": \"n'adighi ike\",\n    \"nonvisaed\": \"agaghi\",\n    \"nonvisceral\": \"enweghị nkewa\",\n    \"nonviscid\": \"anaghị achọpụta\",\n    \"nonviscidly\": \"agbaghị\",\n    \"nonviscidness\": \"enweghị nkwanye ugwu\",\n    \"nonviscous\": \"anaghị achọpụta\",\n    \"nonviscously\": \"n'adighi\",\n    \"nonviscousness\": \"nke a\",\n    \"nonvisibility\": \"enweghị ike ịhụ ya\",\n    \"nonvisibilities\": \"enweghị ike\",\n    \"nonvisible\": \"enweghị ike ịhụ\",\n    \"nonvisibly\": \"enweghị ike\",\n    \"nonvisional\": \"anaghị adị\",\n    \"nonvisionary\": \"enweghị nke\",\n    \"nonvisitation\": \"nyochaghị\",\n    \"nonvisiting\": \"agaghị eleta\",\n    \"nonvisual\": \"enweghị ọhụụ\",\n    \"nonvisualized\": \"ekpuchighi\",\n    \"nonvisually\": \"adịghị elezi anya\",\n    \"nonvital\": \"nke anaghị adị mkpa\",\n    \"nonvitality\": \"alụghị di\",\n    \"nonvitalized\": \"akpọghị\",\n    \"nonvitally\": \"na-akpọghị\",\n    \"nonvitalness\": \"alụghị di\",\n    \"nonvitiation\": \"enweghị mmasị\",\n    \"nonvitreous\": \"enweghị nke\",\n    \"nonvitrified\": \"ekwuputaghi\",\n    \"nonvituperative\": \"nke anaghị arụ ọrụ\",\n    \"nonvituperatively\": \"n'esepụghị aka\",\n    \"nonviviparity\": \"abụghị viviparity\",\n    \"nonviviparous\": \"abụghị viviparous\",\n    \"nonviviparously\": \"n'adighi\",\n    \"nonviviparousness\": \"emeghi nkechi\",\n    \"nonvocable\": \"enweghị ike ịgbanwe\",\n    \"nonvocal\": \"enweghị isi\",\n    \"nonvocalic\": \"enweghị isi\",\n    \"nonvocality\": \"enweghị nsogbu\",\n    \"nonvocalization\": \"enweghị ịkpọ oku\",\n    \"nonvocally\": \"akpọghị ọnụ\",\n    \"nonvocalness\": \"enweghị isi\",\n    \"nonvocational\": \"enweghị ịkpọ oku\",\n    \"nonvocationally\": \"enweghị ịkpọ oku\",\n    \"nonvoice\": \"akwụkwọ ozi\",\n    \"nonvoid\": \"zere\",\n    \"nonvoidable\": \"izere\",\n    \"nonvolant\": \"anaghị akọ mmiri\",\n    \"nonvolatile\": \"anaghị arụ ọrụ\",\n    \"nonvolatileness\": \"enweghị nchịkwa\",\n    \"nonvolatility\": \"enweghị nkwupụta\",\n    \"nonvolatilizable\": \"enweghị atụ\",\n    \"nonvolatiness\": \"enweghị nkwupụta\",\n    \"nonvolcanic\": \"enweghị nke ọzọ\",\n    \"nonvolition\": \"enweghị\",\n    \"nonvolitional\": \"enweghị isi\",\n    \"nonvolubility\": \"enweghị ike\",\n    \"nonvoluble\": \"enweghị ike\",\n    \"nonvolubleness\": \"enweghị ike\",\n    \"nonvolubly\": \"enweghị isi\",\n    \"nonvoluntary\": \"anaghị arụ ọrụ\",\n    \"nonvortical\": \"enweghị akụkọ\",\n    \"nonvortically\": \"enweghị isi\",\n    \"nonvoter\": \"onye nnabata\",\n    \"nonvoters\": \"ndị anaghị anabata iwu\",\n    \"nonvoting\": \"anaghị akwụ ụgwọ\",\n    \"nonvulcanizable\": \"nke anaghị akwụ ụgwọ\",\n    \"nonvulgarity\": \"emeghị ihe ike\",\n    \"nonvulgarities\": \"ezighi ezi\",\n    \"nonvulval\": \"emeghi\",\n    \"nonwaiver\": \"anaghị atụ ụjọ\",\n    \"nonwalking\": \"ịghara ịga ije\",\n    \"nonwar\": \"anaghị adị\",\n    \"nonwarrantable\": \"enweghị nkwenye\",\n    \"nonwarrantably\": \"enweghị nkwenye\",\n    \"nonwarranted\": \"enweghị nkwenye\",\n    \"nonwashable\": \"enweghị ike ịsacha\",\n    \"nonwasting\": \"na-anaghị atọ ụtọ\",\n    \"nonwatertight\": \"enweghị mmiri\",\n    \"nonwavering\": \"-adaghị ada ada\",\n    \"nonwaxing\": \"anaghị adị ndụ\",\n    \"nonweakness\": \"enweghị ike\",\n    \"nonwelcome\": \"anaghị anabata\",\n    \"nonwelcoming\": \"anaghị anabata\",\n    \"nonwestern\": \"na-abụghị ọdịda anyanwụ\",\n    \"nonwetted\": \"adighi mmiri\",\n    \"nonwhites\": \"ndị na-abụghị ndị ọcha\",\n    \"nonwinged\": \"na-abụghị nku\",\n    \"nonwithering\": \"nonwwing\",\n    \"nonwonder\": \"enweghị atụ\",\n    \"nonwondering\": \"enweghị atụ\",\n    \"nonworker\": \"anaghị arụ ọrụ\",\n    \"nonworkers\": \"ndị ọrụ\",\n    \"nonworking\": \"anaghị arụ ọrụ\",\n    \"nonworship\": \"enweghị ọrụ\",\n    \"nonwrinkleable\": \"enweghị atụ\",\n    \"nonwrite\": \"edeghari\",\n    \"nonzealous\": \"enweghị anyaụfụ\",\n    \"nonzealously\": \"n'echeghị anya\",\n    \"nonzealousness\": \"enweghị anyaụfụ\",\n    \"nonzonated\": \"anaghị edozi\",\n    \"nonzoological\": \"abụghị zoological\",\n    \"nonzoologically\": \"abụghị zoologically\",\n    \"noodle\": \"onye nzuzu\",\n    \"noodled\": \"a kpuchiela\",\n    \"noodledom\": \"onyeoma\",\n    \"noodlehead\": \"onyekwere\",\n    \"noodleism\": \"noodles\",\n    \"noodling\": \"onye ara\",\n    \"nooked\": \"arụchi\",\n    \"nookery\": \"nri\",\n    \"nookiest\": \"ihe kacha mma\",\n    \"nooking\": \"anụkwa\",\n    \"nooklike\": \"adịghị\",\n    \"noological\": \"enweghị ihe ọmụma\",\n    \"noologist\": \"onye na-amụ banyere ihe banyere anụ ụlọ\",\n    \"noon\": \"ehihie\",\n    \"noonday\": \"ehihie\",\n    \"noondays\": \"n'ehihie\",\n    \"nooned\": \"kwụrụ\",\n    \"nooning\": \"ehihie\",\n    \"noonings\": \"ehihie\",\n    \"noonish\": \"ehihie\",\n    \"noonlight\": \"ehihie\",\n    \"noonlit\": \"ehihie na-ehihie\",\n    \"noonmeat\": \"ehihie\",\n    \"noontide\": \"ehihie\",\n    \"noontime\": \"ehihie\",\n    \"noontimes\": \"ehihie\",\n    \"noonwards\": \"etiti ehihie\",\n    \"nooscopic\": \"ukwa\",\n    \"noosed\": \"kere\",\n    \"nor\": \"ma ọ bụ\",\n    \"norbert\": \"Norbert\",\n    \"norcamphane\": \"Norcamphane\",\n    \"nordcaper\": \"Nordcaper\",\n    \"nordenfelt\": \"Nordenfelt\",\n    \"nordhausen\": \"Nordhausen\",\n    \"nordic\": \"Nordic\",\n    \"nordicism\": \"Nordicism\",\n    \"nordicize\": \"dezie\",\n    \"nore\": \"adịghị\",\n    \"noreast\": \"onye ugwu\",\n    \"noreaster\": \"onye nzuzu\",\n    \"norfolk\": \"Norfolk\",\n    \"norfolkian\": \"Norfolkian\",\n    \"norgine\": \"Norgine\",\n    \"nori\": \"ọ bụghị\",\n    \"noria\": \"Nọọsia\",\n    \"norias\": \"Norias\",\n    \"noric\": \"iwu\",\n    \"norice\": \"ọkwa\",\n    \"norit\": \"iwu\",\n    \"norite\": \"norit\",\n    \"norites\": \"iwu\",\n    \"noritic\": \"Okechukwu\",\n    \"nork\": \"anụrị\",\n    \"norland\": \"Norland\",\n    \"norlands\": \"ugwu\",\n    \"norm\": \"iwu\",\n    \"normal\": \"nkịtị\",\n    \"normalacy\": \"nkịtị\",\n    \"normalcy\": \"nkịtị\",\n    \"normalcies\": \"nkịtị\",\n    \"normalisation\": \"nhazi\",\n    \"normalise\": \"mezie\",\n    \"normalised\": \"nkịtị\",\n    \"normalising\": \"na-edozi\",\n    \"normalism\": \"nkịtị\",\n    \"normalist\": \"nkịtị\",\n    \"normality\": \"nkịtị\",\n    \"normalities\": \"nkịtị\",\n    \"normalizable\": \"nkịtị\",\n    \"normalization\": \"nhazi\",\n    \"normalizations\": \"mmezi\",\n    \"normalize\": \"mezie\",\n    \"normalized\": \"nkịtị\",\n    \"normalizer\": \"nkịtị\",\n    \"normalizes\": \"na-edozi\",\n    \"normalizing\": \"na-edozi\",\n    \"normally\": \"kwesịrị\",\n    \"normalness\": \"nkịtị\",\n    \"normals\": \"nkịtị\",\n    \"norman\": \"Nwokeji\",\n    \"normandy\": \"iwu\",\n    \"normanesque\": \"Uzoamaka\",\n    \"normanish\": \"idike\",\n    \"normanism\": \"omume\",\n    \"normanist\": \"onye nwe\",\n    \"normanization\": \"mmezi\",\n    \"normanize\": \"mezie\",\n    \"normanizer\": \"nkịtị\",\n    \"normanly\": \"nkịtị\",\n    \"normannic\": \"onye nkịtị\",\n    \"normans\": \"ndị nkịtị\",\n    \"normated\": \"nkịtị\",\n    \"normatively\": \"n'ụzọ nkịtị\",\n    \"normativeness\": \"nhazi\",\n    \"normed\": \"edozie\",\n    \"normless\": \"enweghị ntụpọ\",\n    \"normoblast\": \"Normoblast\",\n    \"normoblastic\": \"nkịtị\",\n    \"normocytic\": \"nkịtị\",\n    \"normothermic\": \"nkịtị\",\n    \"norms\": \"ụkpụrụ\",\n    \"norn\": \"amụọ\",\n    \"norpinic\": \"Nkọwa\",\n    \"norridgewock\": \"Uchenna Onyekwere\",\n    \"norroy\": \"Okechukwu\",\n    \"norseland\": \"ala norseland\",\n    \"norseling\": \"norsril\",\n    \"nortelry\": \"ebe ugwu\",\n    \"north\": \"ugwu\",\n    \"northbound\": \"n'ebe ugwu\",\n    \"northcountryman\": \"Onyeisi Ugwu\",\n    \"northeast\": \"ugwu ọwụwa anyanwụ\",\n    \"northeaster\": \"ugwu ugwu\",\n    \"northeasterly\": \"ugwu ugwu\",\n    \"northeastern\": \"ugwu ugwu ọwụwa anyanwụ\",\n    \"northeasterner\": \"onye ugwu ọwụwa anyanwụ\",\n    \"northeasternmost\": \"ebe ugwu ọwụwa anyanwụ\",\n    \"northeasters\": \"ugwu ugwu\",\n    \"northeastward\": \"n'ebe ugwu ọwụwa anyanwụ\",\n    \"northeastwardly\": \"n'ebe ugwu ọwụwa anyanwụ\",\n    \"northeastwards\": \"n'ebe ugwu ọdịda anyanwụ\",\n    \"northen\": \"ugwu ugwu\",\n    \"northeners\": \"ndi ugwu\",\n    \"norther\": \"ugwu\",\n    \"northered\": \"ugwu\",\n    \"northering\": \"ugwu\",\n    \"northerly\": \"n'ebe ugwu\",\n    \"northerlies\": \"ugwu ugwu\",\n    \"northerliness\": \"ugwu\",\n    \"northern\": \"ugwu\",\n    \"northerner\": \"onye ugwu\",\n    \"northerners\": \"ndi ugwu\",\n    \"northernize\": \"ebe ugwu\",\n    \"northernly\": \"n'ebe ugwu\",\n    \"northernmost\": \"ebe ugwu\",\n    \"northernness\": \"ugwu\",\n    \"northerns\": \"ugwu\",\n    \"northers\": \"ugwu\",\n    \"northest\": \"n'ebe ugwu\",\n    \"northfieldite\": \"ugwu ugwu\",\n    \"northing\": \"ihe ọ bụla\",\n    \"northings\": \"n'ebe ugwu\",\n    \"northlight\": \"ugwu ugwu\",\n    \"northman\": \"onye ugwu\",\n    \"northmost\": \"north kacha\",\n    \"northness\": \"ebe ugwu\",\n    \"norths\": \"n'ebe ugwu\",\n    \"northumbrian\": \"northlanderland\",\n    \"northupite\": \"ugwu ugwu\",\n    \"northward\": \"n'ebe ugwu\",\n    \"northwardly\": \"n'ebe ugwu\",\n    \"northwards\": \"n'ebe ugwu\",\n    \"northwest\": \"n'ebe ugwu ọdịda anyanwụ\",\n    \"northwester\": \"n'ebe ugwu ọdịda anyanwụ\",\n    \"northwesterly\": \"n'ebe ugwu\",\n    \"northwestern\": \"n'ebe ugwu ọdịda anyanwụ\",\n    \"northwesterner\": \"northwester\",\n    \"northwestward\": \"n'ebe ugwu ọdịda anyanwụ\",\n    \"northwestwardly\": \"n'ebe ugwu ọdịda anyanwụ\",\n    \"northwestwards\": \"n'ebe ugwu ọdịda anyanwụ\",\n    \"norward\": \"ihe ozo\",\n    \"norwards\": \"ugboro abụọ\",\n    \"norwegian\": \"Uchei\",\n    \"norwegians\": \"ndị Norwegians\",\n    \"norwest\": \"northwest\",\n    \"norwester\": \"onye ugwu\",\n    \"norwestward\": \"ma ọwụwa anyanwụ\",\n    \"nose\": \"imi\",\n    \"nosean\": \"imi\",\n    \"noseanite\": \"imi\",\n    \"nosebag\": \"Akpa imi\",\n    \"nosebags\": \"Akpa imi\",\n    \"noseband\": \"imi imi\",\n    \"nosebanded\": \"imi imi\",\n    \"nosebands\": \"imi imi\",\n    \"nosebleed\": \"imi imi\",\n    \"nosebleeds\": \"imi imi\",\n    \"nosebone\": \"ọkpụkpụ imi\",\n    \"noseburn\": \"imi imi\",\n    \"nosed\": \"imi\",\n    \"nosedive\": \"Ahụhụ\",\n    \"nosegay\": \"imi\",\n    \"nosegaylike\": \"nosegay dị ka\",\n    \"noseherb\": \"imi imi\",\n    \"nosehole\": \"imi oghere\",\n    \"nosey\": \"nosi\",\n    \"noseless\": \"enweghị imi\",\n    \"noselessly\": \"na-eme mkpọtụ\",\n    \"noselessness\": \"enweghị imi\",\n    \"nosema\": \"imi\",\n    \"noseover\": \"imi imi\",\n    \"nosepiece\": \"imi imi\",\n    \"nosepinch\": \"imi nkuchi\",\n    \"noses\": \"imi\",\n    \"nosewards\": \"imi imi\",\n    \"nosewheel\": \"imi imi\",\n    \"nosewing\": \"imi imi\",\n    \"nosewise\": \"imi\",\n    \"nosewort\": \"imi imi\",\n    \"noshed\": \"mkpọtụ\",\n    \"nosy\": \"nosi\",\n    \"nosier\": \"mkpọtụ\",\n    \"nosiest\": \"mkpọtụ\",\n    \"nosiness\": \"nos\",\n    \"nosinesses\": \"nosiness\",\n    \"nosing\": \"na-atụgharị uche\",\n    \"nosings\": \"mkpọtụ\",\n    \"nosite\": \"udo\",\n    \"nostalgically\": \"n’enweghị mmụọ\",\n    \"nostrificate\": \"nostantic\",\n    \"nostrification\": \"ọhụụ\",\n    \"nostril\": \"imi imi\",\n    \"nostrility\": \"imi imi\",\n    \"nostrilled\": \"n'oghere imi\",\n    \"nostrils\": \"imi imi\",\n    \"nostrilsome\": \"imi imi\",\n    \"not\": \"ọ bụghị\",\n    \"notability\": \"enweghi ike\",\n    \"notabilities\": \"enweghị ike\",\n    \"notable\": \"ama\",\n    \"notableness\": \"ọwọrọiso\",\n    \"notables\": \"ndi amara\",\n    \"notably\": \"tumadi\",\n    \"notaeal\": \"ọ bụghị\",\n    \"notal\": \"amaghi\",\n    \"notalgia\": \"nostalgia\",\n    \"notalgic\": \"nostalgic\",\n    \"notalia\": \"obodo noalia\",\n    \"notary\": \"notari\",\n    \"notarially\": \"notari\",\n    \"notariate\": \"notari\",\n    \"notaries\": \"notari\",\n    \"notaryship\": \"notarị\",\n    \"notarize\": \"notariari\",\n    \"notarized\": \"notari\",\n    \"notarizes\": \"notariari\",\n    \"notarizing\": \"notariari\",\n    \"notate\": \"mara\",\n    \"notated\": \"ama ọkwa\",\n    \"notates\": \"ihe edeturu\",\n    \"notating\": \"na-achọpụta\",\n    \"notation\": \"akwukwo\",\n    \"notational\": \"ọ bụghị\",\n    \"notations\": \"ama ọkwa\",\n    \"notative\": \"ihe ngosi\",\n    \"notator\": \"onye nchịkwa\",\n    \"notchel\": \"ọ bụghị\",\n    \"notcher\": \"onye obula\",\n    \"notchers\": \"ndị ọchụnta ego\",\n    \"notchful\": \"amaghi\",\n    \"notchwing\": \"ọ bụghị\",\n    \"notchwort\": \"ebeeche\",\n    \"note\": \"rịba ama\",\n    \"notebook\": \"akwụkwọ ndetu\",\n    \"notebooks\": \"akwụkwọ eji ede ihe\",\n    \"notecases\": \"ọkwa\",\n    \"noted\": \"kwuru\",\n    \"notedly\": \"kwuru\",\n    \"notedness\": \"ederede\",\n    \"notehead\": \"ederede ederede\",\n    \"noteholder\": \"ndetu\",\n    \"notelaea\": \"ndetu\",\n    \"noteless\": \"enweghi ntule\",\n    \"notelessly\": \"n'echeghị echiche\",\n    \"notelessness\": \"enweghị mmasị\",\n    \"notelet\": \"mpempe akwụkwọ\",\n    \"noteman\": \"onye obula\",\n    \"notencephalocele\": \"ọ bụghị encephalocele\",\n    \"notencephalus\": \"ọbụghị encephalus\",\n    \"notepad\": \"akwụkwọ ozi\",\n    \"notepads\": \"akwụkwọ ozi\",\n    \"notepaper\": \"akwukwo ederede\",\n    \"noters\": \"ndetu\",\n    \"notes\": \"ndetu\",\n    \"notewise\": \"rịba ama\",\n    \"noteworthy\": \"kwesiri ntukwasi-obi\",\n    \"noteworthily\": \"ndetu\",\n    \"noteworthiness\": \"ndetu\",\n    \"nothal\": \"emela\",\n    \"notharctus\": \"onyekwere\",\n    \"nother\": \"mata\",\n    \"nothing\": \"ọ dịghị ihe\",\n    \"nothingarian\": \"enweghị ihe\",\n    \"nothingarianism\": \"enweghị ihe ọ bụla\",\n    \"nothingism\": \"enweghị ihe\",\n    \"nothingist\": \"enweghị ihe ọ bụla\",\n    \"nothingize\": \"wepụ\",\n    \"nothingless\": \"enweghị ihe ọ bụla\",\n    \"nothingly\": \"enweghị ihe ọ bụla\",\n    \"nothingness\": \"enweghị ihe ọ bụla\",\n    \"nothingology\": \"enweghị ihe ọmụmụ\",\n    \"nothofagus\": \"nohofagus\",\n    \"notholaena\": \"noholaena\",\n    \"nothosaur\": \"ụlọ ọrụ\",\n    \"nothosauri\": \"nohosauri\",\n    \"nothosaurian\": \"nohosaurian\",\n    \"nothosauridae\": \"nohosauridae\",\n    \"nothosaurus\": \"nohosaurus\",\n    \"nothous\": \"ama\",\n    \"noticable\": \"amaara\",\n    \"notice\": \"mara\",\n    \"noticeabili\": \"noteabili\",\n    \"noticeability\": \"ngosipụta\",\n    \"noticeable\": \"kwesiri ngosi\",\n    \"noticeableness\": \"kwesiri ngosi\",\n    \"noticeably\": \"Rịba ama\",\n    \"noticed\": \"chọpụtara\",\n    \"notices\": \"mara\",\n    \"noticing\": \"na-achọpụta\",\n    \"notidanian\": \"notidia\",\n    \"notify\": \"gwa\",\n    \"notifiable\": \"kwụrụ\",\n    \"notification\": \"ngosi\",\n    \"notificational\": \"dị mkpa\",\n    \"notifications\": \"ma Ọkwa\",\n    \"notified\": \"amara gị ọkwa\",\n    \"notifier\": \"ihe ngosi\",\n    \"notifiers\": \"ndị ozi\",\n    \"notifies\": \"mara ọkwa\",\n    \"notifying\": \"ịgwa\",\n    \"noting\": \"arịba ama\",\n    \"notion\": \"echiche\",\n    \"notionable\": \"ekwenti\",\n    \"notional\": \"echiche\",\n    \"notionalist\": \"onye maara ihe\",\n    \"notionality\": \"echiche\",\n    \"notionally\": \"echiche\",\n    \"notionalness\": \"enweghị echiche\",\n    \"notionate\": \"echiche\",\n    \"notioned\": \"echiche\",\n    \"notionist\": \"onye maara ihe\",\n    \"notionless\": \"enweghị echiche\",\n    \"notions\": \"echiche\",\n    \"notist\": \"ekwetaghị\",\n    \"notitia\": \"Nkọwa\",\n    \"notition\": \"akwụkwọ\",\n    \"notocentrous\": \"enweghi ike\",\n    \"notocentrum\": \"ebe a\",\n    \"notopodial\": \"onye nkwado\",\n    \"notopodium\": \"ogwe aka\",\n    \"notorhizal\": \"onyekwere\",\n    \"notoriety\": \"ama ama\",\n    \"notorieties\": \"notoriaries\",\n    \"notorious\": \"ama\",\n    \"notoriously\": \"maara\",\n    \"notoriousness\": \"ihe ojoo\",\n    \"notothere\": \"ọ dịghị ebe\",\n    \"notourly\": \"notour\",\n    \"notropis\": \"Uchechukwu\",\n    \"notself\": \"onwe gị\",\n    \"notwithstanding\": \"n'agbanyeghị\",\n    \"nought\": \"ọ dịghị\",\n    \"noughty\": \"emeghị ihe\",\n    \"noughtily\": \"enweghị uche\",\n    \"noughtiness\": \"ịdị ọcha\",\n    \"noughtly\": \"enweghị\",\n    \"nould\": \"enweghi ike\",\n    \"noumenality\": \"enweghị ọgụgụ isi\",\n    \"noun\": \"aha, noun\",\n    \"nounal\": \"aha, nounal\",\n    \"nounize\": \"kpọọ\",\n    \"nounless\": \"noun\",\n    \"nourish\": \"zụọ\",\n    \"nourishable\": \"adịghị edozi\",\n    \"nourished\": \"iriju afọ\",\n    \"nourisher\": \"dị ike\",\n    \"nourishes\": \"na-edozi\",\n    \"nourishing\": \"na-edozi ahụ\",\n    \"nourishingly\": \"na-edozi ahụ\",\n    \"nourishment\": \"nri\",\n    \"nourishments\": \"ihe oriri\",\n    \"nouriture\": \"noururt\",\n    \"novate\": \"nwekwaa\",\n    \"novations\": \"ọhụụ\",\n    \"novative\": \"novy\",\n    \"novel\": \"akwụkwọ ọgụgụ\",\n    \"novelcraft\": \"akwụkwọ ọgụgụ\",\n    \"noveletist\": \"onye noveletist\",\n    \"novelisation\": \"akwụkwọ\",\n    \"novelise\": \"akwụkwọ ọgụgụ\",\n    \"novelised\": \"akwụkwọ\",\n    \"novelises\": \"akwụkwọ akụkọ\",\n    \"novelish\": \"akwụkwọ ọhụrụ\",\n    \"novelising\": \"akwụkwọ ọhụrụ\",\n    \"novelism\": \"akwụkwọ ọgụgụ\",\n    \"novelist\": \"odee akwukwo\",\n    \"novelistic\": \"akwụkwọ akụkọ\",\n    \"novelistically\": \"akwụkwọ ọgụgụ\",\n    \"novelists\": \"ndị edemede\",\n    \"novelivelle\": \"ihe omuma\",\n    \"novellas\": \"akwụkwọ akụkọ\",\n    \"novelle\": \"akwụkwọ ọgụgụ\",\n    \"novelless\": \"enweghị akwụkwọ\",\n    \"novelly\": \"nke ohuru\",\n    \"novellike\": \"akwụkwọ akụkọ\",\n    \"novelmongering\": \"akwụkwọ akụkọ\",\n    \"novelness\": \"ihe omuma\",\n    \"novelry\": \"akwụkwọ ọhụrụ\",\n    \"novels\": \"akwụkwọ akụkọ\",\n    \"novelty\": \"ihe ohuru\",\n    \"novelties\": \"akwụkwọ ọhụrụ\",\n    \"novelwright\": \"akwụkwọ akụkọ\",\n    \"november\": \"novemba\",\n    \"novemberish\": \"novemba\",\n    \"novembers\": \"novemba\",\n    \"novemdecillionth\": \"novemdecillion nke\",\n    \"novemfid\": \"novemba\",\n    \"noverify\": \"mepee\",\n    \"novicery\": \"novyery\",\n    \"noviceship\": \"novicehip\",\n    \"novity\": \"ugo\",\n    \"novitiation\": \"noviti\",\n    \"novitious\": \"novy\",\n    \"now\": \"ugbu a\",\n    \"nowadays\": \"n'oge\",\n    \"noway\": \"ụzọ adịghị\",\n    \"noways\": \"ụzọ adịghị\",\n    \"nowanights\": \"ugbu a, ehihie na abalị\",\n    \"nowch\": \"now\",\n    \"nowder\": \"ugbua\",\n    \"nowed\": \"ugbu a\",\n    \"nowel\": \"ugbu a\",\n    \"nowhat\": \"ugbua\",\n    \"nowhen\": \"ugbua\",\n    \"nowhence\": \"ugbu a\",\n    \"nowhere\": \"enweghị ebe\",\n    \"nowhereness\": \"ugbua\",\n    \"nowheres\": \"ifa\",\n    \"nowhither\": \"ugbu a\",\n    \"nowise\": \"noise\",\n    \"nowness\": \"alaeze\",\n    \"nowroze\": \"ugbua\",\n    \"nows\": \"ugbu a\",\n    \"nowt\": \"now\",\n    \"nowthe\": \"ugbua\",\n    \"nowther\": \"ugbua\",\n    \"nowtherd\": \"ugbu a\",\n    \"nowts\": \"ugbua\",\n    \"noxious\": \"egwu\",\n    \"noxiously\": \"noilyly\",\n    \"noxiousness\": \"ịdị uchu\",\n    \"nozi\": \"mba\",\n    \"nozzle\": \"nozulu\",\n    \"np\": \"nkp\",\n    \"npeel\": \"Ndebanye\",\n    \"nr\": \"Nr\",\n    \"nsec\": \"nkechi\",\n    \"nub\": \"Ọbam\",\n    \"nubby\": \"Nubby\",\n    \"nubbier\": \"Nubbier\",\n    \"nubbiest\": \"onye nubbiest\",\n    \"nubbiness\": \"enweghị isi\",\n    \"nubble\": \"onu\",\n    \"nubbled\": \"agbarie\",\n    \"nubbles\": \"nkpu\",\n    \"nubbly\": \"n’abụ\",\n    \"nubblier\": \"adịpụ\",\n    \"nubbliness\": \"enweghị isi\",\n    \"nubbling\": \"eme nzuma\",\n    \"nubia\": \"Nwabueze\",\n    \"nubian\": \"Nubian\",\n    \"nubiferous\": \"afụ\",\n    \"nubile\": \"nzu\",\n    \"nubility\": \"enweghị isi\",\n    \"nubilities\": \"nubil\",\n    \"nubs\": \"nkpu\",\n    \"nuciferous\": \"ihe nzuzu\",\n    \"nucleal\": \"nucleus\",\n    \"nuclear\": \"nuklia\",\n    \"nucleary\": \"nuclei\",\n    \"nucleases\": \"Nuklia\",\n    \"nucleate\": \"nuklia\",\n    \"nucleated\": \"gbanwere\",\n    \"nucleating\": \"na-agbanwe\",\n    \"nucleation\": \"ngwugwu\",\n    \"nucleations\": \"ntọala\",\n    \"nucleator\": \"Ngwunye\",\n    \"nucleators\": \"Ngwunye\",\n    \"nucleiferous\": \"ihe omimi\",\n    \"nucleize\": \"kpoo\",\n    \"nucleoles\": \"Ngwurugwu\",\n    \"nucleonics\": \"Ihe omumu\",\n    \"nucleophile\": \"Nukpo\",\n    \"nucleoplasmic\": \"okpokoro\",\n    \"nucleus\": \"ntọala\",\n    \"nucleuses\": \"nucleus\",\n    \"nudate\": \"gba ọtọ\",\n    \"nudation\": \"ịgba ọtọ\",\n    \"nudd\": \"gba ọtọ\",\n    \"nuddy\": \"Onye gba ọtọ\",\n    \"nuddle\": \"gba ọtọ\",\n    \"nude\": \"gba ọtọ\",\n    \"nudely\": \"N'iji\",\n    \"nudeness\": \"ịgba ọtọ\",\n    \"nudenesses\": \"ihe omimi\",\n    \"nudens\": \"gba ọtọ\",\n    \"nuder\": \"Onye ara\",\n    \"nudes\": \"Onyegba\",\n    \"nudest\": \"onyedika\",\n    \"nudge\": \"kpoo\",\n    \"nudged\": \"kpoo\",\n    \"nudger\": \"kpoo\",\n    \"nudgers\": \"Ndị na-agba ọtọ\",\n    \"nudging\": \"na-agbasa\",\n    \"nudicaulous\": \"ihe nzuzu\",\n    \"nudiflorous\": \"nudiflorus\",\n    \"nudish\": \"gba ọtọ\",\n    \"nudism\": \"ịgba ọtọ\",\n    \"nudisms\": \"ndị na-eme ihe nkiri\",\n    \"nudist\": \"onyedika\",\n    \"nudists\": \"ndị na-eme ihe nkiri\",\n    \"nuditarian\": \"nri edozi\",\n    \"nudity\": \"ịgba ọtọ\",\n    \"nudities\": \"ihe gba ọtọ\",\n    \"nudnicks\": \"Onyeka Onwenu\",\n    \"nugacious\": \"adịghị mma\",\n    \"nugacities\": \"nkwụsị\",\n    \"nugament\": \"ọlụlụ\",\n    \"nugator\": \"onye nugator\",\n    \"nugatory\": \"akwụ\",\n    \"nugatorily\": \"n'ukwu\",\n    \"nugatoriness\": \"ịdị uchu\",\n    \"nuggar\": \"nkpuru\",\n    \"nugget\": \"nkpuru\",\n    \"nuggety\": \"onye nzuzu\",\n    \"nuggets\": \"ihe\",\n    \"nugify\": \"itughari\",\n    \"nuisance\": \"nsogbu\",\n    \"nuisances\": \"nsogbu\",\n    \"nul\": \"nkechi\",\n    \"null\": \"ihe efu\",\n    \"nullable\": \"enweghị ike ịgbanwe\",\n    \"nullbiety\": \"enweghị isi\",\n    \"nulled\": \"abụghị\",\n    \"nullibicity\": \"enweghị isi\",\n    \"nullibiety\": \"nzuzu\",\n    \"nullibility\": \"enweghị isi\",\n    \"nullibist\": \"onye nullibist\",\n    \"nullify\": \"kwusi\",\n    \"nullification\": \"nkwenye\",\n    \"nullificationist\": \"onye nzuzu\",\n    \"nullifications\": \"enweghị nkwenye\",\n    \"nullificator\": \"onye nzuzu\",\n    \"nullified\": \"abaghị uru\",\n    \"nullifiers\": \"ihe nullifiers\",\n    \"nullifies\": \"na-emebi\",\n    \"nullifying\": \"na-akagbu\",\n    \"nulling\": \"abaghị uru\",\n    \"nullism\": \"enweghị isi\",\n    \"nullisome\": \"enweghị isi\",\n    \"nullity\": \"ihe efu\",\n    \"nullities\": \"ihe efu\",\n    \"nulliverse\": \"ekwesighi\",\n    \"nulls\": \"ihe efu\",\n    \"numb\": \"enweghi ike\",\n    \"numbat\": \"numba\",\n    \"numbed\": \"nọmba\",\n    \"numbedness\": \"ọnụọgụ\",\n    \"number\": \"nọmba\",\n    \"numberable\": \"nke a guru\",\n    \"numbered\": \"ọnụ ọgụgụ\",\n    \"numberer\": \"nọmba\",\n    \"numberers\": \"nọmba\",\n    \"numberful\": \"ọnụ ọgụgụ\",\n    \"numbering\": \"nọmba\",\n    \"numberings\": \"nọmba\",\n    \"numberless\": \"enweghi ọgụgụ\",\n    \"numberlessness\": \"enweghị ọgụgụ\",\n    \"numberous\": \"ọtụtụ\",\n    \"numberplate\": \"nọmba efere\",\n    \"numbers\": \"nọmba\",\n    \"numbersome\": \"ọnụ ọgụgụ\",\n    \"numbest\": \"nọmba\",\n    \"numbfish\": \"azụ azụ\",\n    \"numbfishes\": \"Na-emezighị emezi\",\n    \"numbing\": \"nwụọ\",\n    \"numbingly\": \"ọnụ\",\n    \"numble\": \"tụọ\",\n    \"numbles\": \"tụọ\",\n    \"numbly\": \"tụọ\",\n    \"numbness\": \"ụfụ\",\n    \"numbnesses\": \"ụfụ\",\n    \"numbs\": \"ọnụọgụ\",\n    \"numda\": \"Nọmba\",\n    \"numen\": \"ọgụgụ\",\n    \"numenius\": \"ọnụọgụ\",\n    \"numerable\": \"ọgụgụ\",\n    \"numerableness\": \"ọgụgụ\",\n    \"numerably\": \"onuogugu\",\n    \"numeracy\": \"ọnụọgụ\",\n    \"numeral\": \"onuogugu\",\n    \"numerally\": \"onuogugu\",\n    \"numerals\": \"onu ogugu\",\n    \"numerant\": \"gụọ\",\n    \"numerary\": \"ọnụọgụ\",\n    \"numerate\": \"gụọ\",\n    \"numerated\": \"gụọ\",\n    \"numerates\": \"ọnụọgụ\",\n    \"numerating\": \"ọnụọgụ\",\n    \"numeration\": \"ọnụọgụ\",\n    \"numerations\": \"ọnụọgụ\",\n    \"numerative\": \"onuogugu\",\n    \"numerator\": \"ọnụọgụ\",\n    \"numerators\": \"ọnụọgụgụ\",\n    \"numeric\": \"ọnụọgụ\",\n    \"numerical\": \"nke onu ogugu\",\n    \"numerically\": \"onu ogugu\",\n    \"numericalness\": \"ọnụọgụgụ\",\n    \"numerics\": \"ọnụọgụ\",\n    \"numerist\": \"ọnụọgụ\",\n    \"numerological\": \"onu ogugu\",\n    \"numeros\": \"onuogugu\",\n    \"numerosity\": \"ọgụgụ\",\n    \"numerous\": \"ọtụtụ\",\n    \"numerously\": \"ọtụtụ\",\n    \"numerousness\": \"ọtụtụ\",\n    \"numine\": \"onuogugu\",\n    \"numinism\": \"nchikota\",\n    \"numinous\": \"ọnụọgụgụ\",\n    \"numinouses\": \"ọnụọgụgụ\",\n    \"numinously\": \"ọnụọgụgụ\",\n    \"numinousness\": \"ọnụọgụgụ\",\n    \"numis\": \"nọmba\",\n    \"numismatician\": \"ọnụọgụgụ\",\n    \"numismatics\": \"ọnụọgụgụ\",\n    \"numismatist\": \"onye nyocha\",\n    \"numismatists\": \"ọnụọgụgụ\",\n    \"numismatologist\": \"ọkà mmụta banyere ọnụọgụgụ\",\n    \"nummary\": \"ọnụọgụ\",\n    \"nummular\": \"ọnụọgụ\",\n    \"nummulary\": \"ọnụọgụ\",\n    \"nummulated\": \"chịkọtara\",\n    \"nummulation\": \"njuputa\",\n    \"numnah\": \"ọnụọgụ\",\n    \"numps\": \"ọnụọgụ\",\n    \"numskulled\": \"numskull\",\n    \"numskulledness\": \"numskull ness\",\n    \"numskullery\": \"numskull\",\n    \"nunation\": \"ebiri\",\n    \"nunbird\": \"nnụnụ\",\n    \"nunch\": \"nne\",\n    \"nunciate\": \"kpọọ\",\n    \"nunciative\": \"mkpọtụ\",\n    \"nunciatory\": \"nnọkọ\",\n    \"nunciature\": \"mkwado\",\n    \"nuncioship\": \"ihe ngbako\",\n    \"nuncle\": \"nun nun\",\n    \"nuncles\": \"ndị nọn\",\n    \"nuncupating\": \"na-akpa ike\",\n    \"nuncupative\": \"nnabata\",\n    \"nuncupatively\": \"n'egbughi\",\n    \"nunhood\": \"nunity\",\n    \"nunks\": \"ndị nọn\",\n    \"nunlet\": \"nunet\",\n    \"nunlike\": \"dị ka onye nọn\",\n    \"nunnated\": \"onye nno\",\n    \"nunnation\": \"ebiri\",\n    \"nunned\": \"onye nọn\",\n    \"nunnery\": \"ebe obibi ndi nwanyi\",\n    \"nunneries\": \"ndị nọn\",\n    \"nunnify\": \"dochie anya\",\n    \"nunnishness\": \"ebighi ebi\",\n    \"nunry\": \"nunet\",\n    \"nuns\": \"ndị nọn\",\n    \"nunship\": \"ebe obibi ndi nno\",\n    \"nunting\": \"arahụ\",\n    \"nuphar\": \"Nuphar\",\n    \"nupson\": \"Nupson\",\n    \"nuptialize\": \"na-akpa aka\",\n    \"nuptially\": \"nuphari\",\n    \"nurled\": \"nọdụrụ\",\n    \"nurling\": \"na-eri nri\",\n    \"nurls\": \"ụmụ akwụkwọ\",\n    \"nurry\": \"na-eri\",\n    \"nursable\": \"na-akwụ ụgwọ\",\n    \"nurse\": \"nọọsụ\",\n    \"nursed\": \"ara\",\n    \"nursedom\": \"nursingom\",\n    \"nursehound\": \"nọọsụ\",\n    \"nursekeeper\": \"onye nlekọta\",\n    \"nurseling\": \"na-elekọta nwa\",\n    \"nursemaid\": \"nọọsụ\",\n    \"nursemaids\": \"ụmụ nọọsụ\",\n    \"nurser\": \"onye nọọsụ\",\n    \"nursery\": \"nọọsụ\",\n    \"nurserydom\": \"ọta akara\",\n    \"nurseries\": \"nọọsụ\",\n    \"nurseryful\": \"nọọsụ\",\n    \"nurserymaid\": \"nọọsụ\",\n    \"nurserymaids\": \"ụmụ akwụkwọ nọọsụ\",\n    \"nurseryman\": \"nọọsụ\",\n    \"nursers\": \"ndị nọọsụ\",\n    \"nurses\": \"ndị nọọsụ\",\n    \"nursy\": \"nọọsụ\",\n    \"nursing\": \"nọọsụ\",\n    \"nursingly\": \"nọọsụ\",\n    \"nursings\": \"nọọsụ\",\n    \"nursle\": \"nọọsụ\",\n    \"nursling\": \"nọọsụ\",\n    \"nurslings\": \"umu aka\",\n    \"nurtural\": \"azụlite\",\n    \"nurturance\": \"ịzụlite\",\n    \"nurturant\": \"nri\",\n    \"nurture\": \"zụọ\",\n    \"nurtured\": \"zụlitere\",\n    \"nurtureless\": \"enweghị azụ\",\n    \"nurturer\": \"na-azụlite\",\n    \"nurturers\": \"ndị na-azụlite\",\n    \"nurtures\": \"na-azụlite\",\n    \"nurturing\": \"azụ\",\n    \"nus\": \"Nkechi\",\n    \"nut\": \"aku\",\n    \"nutated\": \"edozi\",\n    \"nutating\": \"na-edozi\",\n    \"nutation\": \"ume\",\n    \"nutational\": \"na-edozi\",\n    \"nutations\": \"mmụba\",\n    \"nutbreaker\": \"onye na-edozi ahụ\",\n    \"nutbrown\": \"akuchi\",\n    \"nutcake\": \"akuchi\",\n    \"nutcase\": \"akpati\",\n    \"nutcrack\": \"onye na-arụ ọrụ\",\n    \"nutcracker\": \"onye na-arụ ọrụ\",\n    \"nutcrackery\": \"onye na-arụ ọrụ\",\n    \"nutgrasses\": \"edozi\",\n    \"nuthouse\": \"akịlọ\",\n    \"nutlike\": \"aku yiri\",\n    \"nutpecker\": \"akupecker\",\n    \"nutpick\": \"akuchi\",\n    \"nutpicks\": \"akuchi\",\n    \"nutrias\": \"edozi\",\n    \"nutrient\": \"edozi\",\n    \"nutrients\": \"ndị na-edozi ahụ\",\n    \"nutrify\": \"edozi\",\n    \"nutriment\": \"edozi\",\n    \"nutritial\": \"edozi\",\n    \"nutrition\": \"oriri na-edozi ahụ\",\n    \"nutritional\": \"ekwukwa n'akwụkwọ\",\n    \"nutritionally\": \"na-edozi ahụ\",\n    \"nutritionary\": \"ekwukwa n'akwụkwọ\",\n    \"nutritionist\": \"onye na-edozi ahụ\",\n    \"nutritionists\": \"ndị na-edozi ahụ\",\n    \"nutritious\": \"na-edozi\",\n    \"nutritiously\": \"na-edozi ahụ\",\n    \"nutritiousness\": \"edozi ahụ\",\n    \"nutritive\": \"na-edozi\",\n    \"nutritively\": \"nri\",\n    \"nutritiveness\": \"edozi ahụ\",\n    \"nutritory\": \"edozi\",\n    \"nutriture\": \"edozi\",\n    \"nuts\": \"akụ\",\n    \"nutsedge\": \"akụ\",\n    \"nutsedges\": \"akụ\",\n    \"nutseed\": \"edozi\",\n    \"nutshell\": \"nkenke\",\n    \"nutshells\": \"mkpụmkpụ\",\n    \"nutted\": \"agbọnwo\",\n    \"nuttery\": \"nsị\",\n    \"nutters\": \"edozi\",\n    \"nutty\": \"akuchi\",\n    \"nuttiness\": \"ịdị na-edozi ahụ\",\n    \"nutting\": \"nsị\",\n    \"nuttishness\": \"nri\",\n    \"nutwoods\": \"osisi\",\n    \"nv\": \"nkp\",\n    \"oad\": \"okpokoro\",\n    \"oafishly\": \"n’afụ\",\n    \"oafishness\": \"oafish\",\n    \"oafs\": \"ogbe\",\n    \"oak\": \"akpu\",\n    \"oakberry\": \"oakberị\",\n    \"oaken\": \"jiri\",\n    \"oaky\": \"akpu\",\n    \"oaklet\": \"akpu\",\n    \"oakling\": \"akpu\",\n    \"oaks\": \"nnukwu osisi\",\n    \"oakums\": \"akpu\",\n    \"oakwood\": \"osisi oakwood\",\n    \"oar\": \"inara\",\n    \"oared\": \"nụkwara\",\n    \"oarfish\": \"azu ukpa\",\n    \"oarfishes\": \"azu azu\",\n    \"oarhole\": \"olulu\",\n    \"oary\": \"nụ\",\n    \"oarial\": \"onu mmadu\",\n    \"oaring\": \"na-anụ ihe\",\n    \"oaritis\": \"akpịrị\",\n    \"oarless\": \"onodu\",\n    \"oarlike\": \"ihe yiri onu\",\n    \"oarlock\": \"olock\",\n    \"oarlocks\": \"ụgbọ mmiri\",\n    \"oarrowheaded\": \"isi\",\n    \"oars\": \"akwu\",\n    \"oarsmanship\": \"arụ ọrụ\",\n    \"oarsmen\": \"ndị na-anụ olu\",\n    \"oarswoman\": \"Nwanyị nwanyị\",\n    \"oarswomen\": \"ụmụ nwanyị\",\n    \"oarweed\": \"gboo\",\n    \"oasean\": \"alaeze\",\n    \"oases\": \"mkpọtụ\",\n    \"oasitic\": \"ọshi\",\n    \"oasthouse\": \"ulo ahia\",\n    \"oasts\": \"na-asụ ude\",\n    \"oatcake\": \"nkpuru osisi\",\n    \"oatcakes\": \"oatka achicha\",\n    \"oatenmeal\": \"oatmeal\",\n    \"oater\": \"oaten\",\n    \"oaters\": \"oat\",\n    \"oatfowl\": \"okpokolo\",\n    \"oath\": \"iyi\",\n    \"oathed\": \"iyi\",\n    \"oathful\": \"na-a oathụ iyi\",\n    \"oathlet\": \"nkwa\",\n    \"oaths\": \"iyi\",\n    \"oathworthy\": \"kwe nkwa\",\n    \"oatlike\": \"otis dika\",\n    \"oatmeals\": \"oatmeal\",\n    \"oats\": \"otis\",\n    \"oatseed\": \"nkpuru osisi oat\",\n    \"oaves\": \"ogbe bred\",\n    \"obadiah\": \"Obadia\",\n    \"obambulate\": \"obambula\",\n    \"obambulation\": \"obambulu\",\n    \"obclavate\": \"kwuputa\",\n    \"obclude\": \"wepụ\",\n    \"obcompressed\": \"nsogbu\",\n    \"obcuneate\": \"obcune\",\n    \"obduction\": \"obdu\",\n    \"obduracies\": \"nnabata\",\n    \"obdurate\": \"nye iwu\",\n    \"obdurated\": \"obdu\",\n    \"obdurately\": \"obduude\",\n    \"obdurating\": \"obedu\",\n    \"obduration\": \"obdu\",\n    \"obe\": \"rube isi\",\n    \"obeahism\": \"irube isi\",\n    \"obeahs\": \"obeah\",\n    \"obeche\": \"irube isi\",\n    \"obedience\": \"nrubeisi\",\n    \"obediences\": \"nrube isi\",\n    \"obediency\": \"nrube isi\",\n    \"obedient\": \"na-erube isi\",\n    \"obediential\": \"nrube isi\",\n    \"obedientially\": \"rubere isi\",\n    \"obedientialness\": \"nrube isi\",\n    \"obedientiar\": \"nrube isi\",\n    \"obedientiary\": \"nrube isi\",\n    \"obedientiaries\": \"nrube isi\",\n    \"obediently\": \"nrube isi\",\n    \"obey\": \"rube isi\",\n    \"obeyable\": \"irube isi\",\n    \"obeyance\": \"irube isi\",\n    \"obeyed\": \"rubere isi\",\n    \"obeyer\": \"na-erube isi\",\n    \"obeyers\": \"na-erube isi\",\n    \"obeying\": \"irube isi\",\n    \"obeyingly\": \"na-erube isi\",\n    \"obeys\": \"rubere isi\",\n    \"obeisance\": \"nrube isi\",\n    \"obeisances\": \"kpọ isi ala\",\n    \"obeisant\": \"na-ekwenye\",\n    \"obeisantly\": \"irube isi\",\n    \"obeish\": \"irube isi\",\n    \"obeism\": \"irube isi\",\n    \"obelion\": \"mbibi\",\n    \"obelised\": \"jụrụ\",\n    \"obelisking\": \"ellọ\",\n    \"obelisks\": \"mbata\",\n    \"obelisms\": \"ihe ngosi\",\n    \"obelize\": \"kpọtuo\",\n    \"obelized\": \"jụrụ\",\n    \"obelizing\": \"na-efegharị\",\n    \"obes\": \"oke ibu\",\n    \"obese\": \"obesi oke\",\n    \"obesely\": \"oke\",\n    \"obeseness\": \"oke ibu\",\n    \"obesity\": \"oke ibu\",\n    \"obesities\": \"oke ibu\",\n    \"obfuscate\": \"oburu\",\n    \"obfuscator\": \"obusus\",\n    \"obfuscators\": \"obusus\",\n    \"obias\": \"Obias\",\n    \"obiism\": \"obi\",\n    \"obiisms\": \"Obi\",\n    \"obiit\": \"obi\",\n    \"obital\": \"dị mkpa\",\n    \"obiter\": \"obita\",\n    \"obituary\": \"ihe banyere ozuzu oke\",\n    \"obituaries\": \"ozuzu oke\",\n    \"obituarily\": \"n'ụzọ zuru oke\",\n    \"object\": \"ihe\",\n    \"objectable\": \"ebumnobi\",\n    \"objectant\": \"ihe\",\n    \"objectation\": \"ebumnobi\",\n    \"objectative\": \"ebumnobi\",\n    \"objected\": \"jụrụ\",\n    \"objecter\": \"ihe\",\n    \"objecthood\": \"ebumnobi\",\n    \"objectify\": \"jụ\",\n    \"objectification\": \"ebumnuche\",\n    \"objectified\": \"jụrụ\",\n    \"objectifying\": \"na-ajụ\",\n    \"objecting\": \"jụrụ\",\n    \"objection\": \"emegideghị\",\n    \"objectionability\": \"ikike mgbochi\",\n    \"objectionable\": \"ekwetaghị\",\n    \"objectionableness\": \"ifọnke ness\",\n    \"objectionably\": \"Ajụjụ\",\n    \"objectional\": \"ekwetaghị\",\n    \"objectioner\": \"onye ekweghị\",\n    \"objectionist\": \"onye ekweghị\",\n    \"objections\": \"jụrụ\",\n    \"objectival\": \"ebumnobi\",\n    \"objectivate\": \"ebumnobi\",\n    \"objectivated\": \"Ebumnobi\",\n    \"objectivating\": \"na-akwado\",\n    \"objectivation\": \"ebumnobi\",\n    \"objective\": \"ebumnobi\",\n    \"objectively\": \"ebumnobi\",\n    \"objectiveness\": \"ebumnobi\",\n    \"objectives\": \"ebumnobi\",\n    \"objectivism\": \"ebumnobi\",\n    \"objectivist\": \"ebumnobi\",\n    \"objectivistic\": \"ebumnobi\",\n    \"objectivity\": \"ebumnobi\",\n    \"objectivize\": \"kwalite\",\n    \"objectivized\": \"Ebumnobi\",\n    \"objectivizing\": \"ebumnobi\",\n    \"objectization\": \"ebumnobi\",\n    \"objectize\": \"kwalite\",\n    \"objectized\": \"jụrụ\",\n    \"objectizing\": \"na-ajụ\",\n    \"objectless\": \"enweghị isi\",\n    \"objectlessly\": \"enweghị isi\",\n    \"objectlessness\": \"enweghị isi\",\n    \"objector\": \"onye ekweghị\",\n    \"objectors\": \"ekweghị\",\n    \"objects\": \"ihe\",\n    \"objecttification\": \"ebumnuche\",\n    \"objet\": \"ihe\",\n    \"objicient\": \"ihe\",\n    \"objranging\": \"objragin\",\n    \"objuration\": \"obju\",\n    \"objure\": \"ịjụ\",\n    \"oblates\": \"kwuru\",\n    \"oblation\": \"onyinye\",\n    \"oblational\": \"oblation\",\n    \"oblations\": \"oblation\",\n    \"oblectate\": \"Ogbe\",\n    \"oblectation\": \"mkpọtụ\",\n    \"obligability\": \"ibu ọrụ\",\n    \"obligable\": \"iwu\",\n    \"obligancy\": \"ibu ọrụ\",\n    \"obligant\": \"ụgwọ\",\n    \"obligate\": \"iwu\",\n    \"obligated\": \"ụgwọ\",\n    \"obligately\": \"n'ọrụ\",\n    \"obligates\": \"iwu\",\n    \"obligati\": \"iwu\",\n    \"obligating\": \"iwu\",\n    \"obligation\": \"ibu ọrụ\",\n    \"obligational\": \"ọrụ\",\n    \"obligationary\": \"iwu\",\n    \"obligations\": \"ibu ọrụ\",\n    \"obligative\": \"iwu\",\n    \"obligativeness\": \"ibu ọrụ\",\n    \"obligato\": \"obula\",\n    \"obligator\": \"onye oru\",\n    \"obligatory\": \"iwu\",\n    \"obligatorily\": \"dị ka iwu\",\n    \"obligatoriness\": \"ibu ọrụ\",\n    \"obligatos\": \"iwu\",\n    \"obligatum\": \"obukpo\",\n    \"oblige\": \"iwu\",\n    \"obliged\": \"ụgwọ\",\n    \"obligedly\": \"iwu\",\n    \"obligedness\": \"ụgwọ\",\n    \"obligee\": \"iwu\",\n    \"obligees\": \"amanye\",\n    \"obligement\": \"ibu ọrụ\",\n    \"obliger\": \"onye ji ụgwọ\",\n    \"obligers\": \"ndị ji ụgwọ\",\n    \"obliges\": \"iwu\",\n    \"obliging\": \"iwu\",\n    \"obligingly\": \"amanye\",\n    \"obligingness\": \"ụgwọ\",\n    \"obligistic\": \"iwu\",\n    \"obligor\": \"ụgwọ\",\n    \"obligors\": \"ndị ji ụgwọ\",\n    \"obliquate\": \"ezughi oke\",\n    \"obliquity\": \"oblilence\",\n    \"obliterate\": \"kpochapu\",\n    \"obliterated\": \"kpochapụrụ\",\n    \"obliterates\": \"na-ekpochapụ\",\n    \"obliterating\": \"na-ekpochapụ\",\n    \"obliteration\": \"nhichapụ\",\n    \"obliterations\": \"mkpochapu\",\n    \"obliterator\": \"kpochapu\",\n    \"obliterators\": \"kpochapu\",\n    \"oblivescence\": \"mbibi\",\n    \"oblivial\": \"echefu\",\n    \"obliviality\": \"nchefu\",\n    \"oblivion\": \"nchefu\",\n    \"oblivionate\": \"chefuo\",\n    \"oblivionist\": \"onye nchefu\",\n    \"oblivionize\": \"chefuo\",\n    \"oblivions\": \"nchefu\",\n    \"oblivious\": \"amaghị ihe\",\n    \"obliviously\": \"n'amaghi ama\",\n    \"obliviousness\": \"amaghị ihe\",\n    \"obliviscence\": \"nchefu\",\n    \"oblongatas\": \"oblongata\",\n    \"oblongly\": \"oblong\",\n    \"obloquious\": \"amaghị ihe\",\n    \"obmit\": \"hapụ\",\n    \"obmutescence\": \"obmutes\",\n    \"obnounce\": \"kwue\",\n    \"obnounced\": \"kwupụtara\",\n    \"obnouncing\": \"na-ekwupụta\",\n    \"obnoxiety\": \"enweghị nchekasị\",\n    \"obnoxious\": \"arụ\",\n    \"obnoxiously\": \"asịrị\",\n    \"obnoxiousness\": \"arụ\",\n    \"obnunciation\": \"mkpọpụta\",\n    \"oboes\": \"obosara\",\n    \"oboist\": \"onye nwe\",\n    \"oboists\": \"ndi nwe obodo\",\n    \"obolary\": \"obola\",\n    \"oboormition\": \"nwekọrita\",\n    \"obouracy\": \"odibo\",\n    \"oboval\": \"obobo\",\n    \"obovate\": \"nwekwuo ike\",\n    \"obrogating\": \"obrog\",\n    \"obrogation\": \"obrog\",\n    \"obs\": \"Ikwesiri\",\n    \"obscene\": \"ihe rụrụ arụ\",\n    \"obscenely\": \"ihe nzuzu\",\n    \"obsceneness\": \"ihe nzuzu\",\n    \"obscener\": \"onye nzuzu\",\n    \"obscenest\": \"rụrụ arụ\",\n    \"obscenity\": \"ihe nzuzu\",\n    \"obscenities\": \"ihe nzuzu\",\n    \"obscurant\": \"ihe omimi\",\n    \"obscurantic\": \"ihe nzuzu\",\n    \"obscuration\": \"ihe omimi\",\n    \"obscurative\": \"ihe nzuzu\",\n    \"obscuratory\": \"ihe omimi\",\n    \"obscure\": \"aguliteghi\",\n    \"obscured\": \"ikpuchi\",\n    \"obscuredly\": \"gbaa ọchịchịrị\",\n    \"obscurely\": \"edoghi anya\",\n    \"obscurement\": \"ihe omimi\",\n    \"obscureness\": \"gbaa ọchịchịrị\",\n    \"obscurer\": \"ihe omimi\",\n    \"obscurers\": \"ndị na-ekpuchi ihe\",\n    \"obscures\": \"na-ekpuchi ihe\",\n    \"obscurest\": \"kporo ihe\",\n    \"obscuring\": \"na-ekpuchi\",\n    \"obscurism\": \"ihe omimi\",\n    \"obscurist\": \"ihe omimi\",\n    \"obscurity\": \"ihe omimi\",\n    \"obscurities\": \"ihe nzuzu\",\n    \"obsecrate\": \"kpudo\",\n    \"obsecrated\": \"nye iwu\",\n    \"obsecrating\": \"na-etinye iwu\",\n    \"obsecration\": \"mkpuchi\",\n    \"obsecrationary\": \"ịgba akwụkwọ\",\n    \"obsecratory\": \"enweghị ikike\",\n    \"obsede\": \"lekọta\",\n    \"obsequeence\": \"obseque\",\n    \"obsequence\": \"nsonaazụ\",\n    \"obsequent\": \"ihe kpatara ya\",\n    \"obsequy\": \"obusu\",\n    \"obsequial\": \"n'ihi\",\n    \"obsequience\": \"utịp\",\n    \"obsequies\": \"nsonaazụ\",\n    \"obsequiosity\": \"obibi\",\n    \"obsequious\": \"na-akpata\",\n    \"obsequiously\": \"n'ihi\",\n    \"obsequiousness\": \"obibi\",\n    \"obsequity\": \"nsonaazụ\",\n    \"obsequium\": \"obusedium\",\n    \"observability\": \"nlebara anya\",\n    \"observable\": \"na-ahụ anya\",\n    \"observableness\": \"ịhụ anya\",\n    \"observably\": \"anya\",\n    \"observance\": \"ememe\",\n    \"observances\": \"ememe\",\n    \"observancy\": \"idebe\",\n    \"observanda\": \"ememe\",\n    \"observandum\": \"nchedo\",\n    \"observant\": \"eleru anya\",\n    \"observantine\": \"lezie anya\",\n    \"observantist\": \"onye nleru anya\",\n    \"observantly\": \"anya\",\n    \"observantness\": \"nlebara anya\",\n    \"observation\": \"nyocha\",\n    \"observational\": \"nlebara anya\",\n    \"observationalism\": \"nyocha\",\n    \"observationally\": \"nlebara anya\",\n    \"observations\": \"kwuru\",\n    \"observative\": \"nlebara anya\",\n    \"observator\": \"onye nlele\",\n    \"observatory\": \"ebe nchekwa\",\n    \"observatorial\": \"nlele\",\n    \"observatories\": \"ihe nlere\",\n    \"observe\": \"debe\",\n    \"observed\": \"kwuru\",\n    \"observedly\": \"hụrụ\",\n    \"observer\": \"na-ekiri\",\n    \"observers\": \"ndị na-ekiri ihe na-emenụ\",\n    \"observership\": \"nleba anya\",\n    \"observes\": \"na-ekwu\",\n    \"observing\": \"na-ekiri\",\n    \"observingly\": \"n'ileru anya\",\n    \"obsess\": \"ibu\",\n    \"obsessed\": \"ihe isi\",\n    \"obsesses\": \"ekwupụta\",\n    \"obsessing\": \"ihe isi\",\n    \"obsessingly\": \"n'egwu\",\n    \"obsession\": \"ibu\",\n    \"obsessional\": \"ibuo\",\n    \"obsessionally\": \"ibu n'uche\",\n    \"obsessionist\": \"O buru ibu\",\n    \"obsessions\": \"ibu\",\n    \"obsessive\": \"ihe isi ike\",\n    \"obsessively\": \"ihe isi ike\",\n    \"obsessiveness\": \"ihe isi ike\",\n    \"obsessor\": \"onye isi\",\n    \"obsessors\": \"ndị isi\",\n    \"obside\": \"ikpuchi\",\n    \"obsidian\": \"Iju oyi\",\n    \"obsidianite\": \"ihe omimi\",\n    \"obsidians\": \"ndị isi awọ\",\n    \"obsidious\": \"ihe nzuzu\",\n    \"obsign\": \"buru ibu\",\n    \"obsignate\": \"tinye anya\",\n    \"obsignation\": \"iwe\",\n    \"obsignatory\": \"ihe ojoo\",\n    \"obsolesce\": \"gharazie\",\n    \"obsolesced\": \"ajụla\",\n    \"obsolescence\": \"abaghị uru\",\n    \"obsolescent\": \"abaghị uru\",\n    \"obsolescing\": \"abaghị uru\",\n    \"obsolete\": \"abaghịzi uru\",\n    \"obsoleted\": \"kagburu\",\n    \"obsoleteness\": \"oge obula\",\n    \"obsoletes\": \"gharazie ịdị\",\n    \"obsoleting\": \"obusọ\",\n    \"obstacle\": \"ihe mgbochi\",\n    \"obstacles\": \"mgbochi\",\n    \"obstancy\": \"ezighi ezi\",\n    \"obstant\": \"ihe mgbochi\",\n    \"obstet\": \"eriri afọ\",\n    \"obstetrician\": \"onye na-amụ nwa\",\n    \"obstetricians\": \"ndị na-amụ nwa\",\n    \"obstetrics\": \"ọrịa obstetrics\",\n    \"obstinacy\": \"isi ike\",\n    \"obstinacies\": \"isi ike\",\n    \"obstinacious\": \"siri ọnwụ\",\n    \"obstinance\": \"isi ike\",\n    \"obstinancy\": \"isi ike\",\n    \"obstinant\": \"ekweghi ekwe\",\n    \"obstinate\": \"isi ike\",\n    \"obstinately\": \"isi ike\",\n    \"obstinateness\": \"isi ike\",\n    \"obstination\": \"mgbochi\",\n    \"obstinative\": \"ekweghi ekwesi\",\n    \"obstipant\": \"onye isi ike\",\n    \"obstipate\": \"ikwusi\",\n    \"obstipated\": \"kpaliri\",\n    \"obstipation\": \"Nkwudo\",\n    \"obstreperate\": \"na-egbochi\",\n    \"obstreperosity\": \"isi ike\",\n    \"obstreperous\": \"siri ike\",\n    \"obstreperously\": \"na-agbagha\",\n    \"obstreperousness\": \"isi ike\",\n    \"obstriction\": \"mgbochi\",\n    \"obstringe\": \"igbochi\",\n    \"obstruct\": \"gbochie\",\n    \"obstructant\": \"na-egbochi\",\n    \"obstructed\": \"egbochi\",\n    \"obstructedly\": \"na-egbochi\",\n    \"obstructer\": \"ihe mgbochi\",\n    \"obstructers\": \"ndị na-egbochi\",\n    \"obstructing\": \"igbochi\",\n    \"obstructingly\": \"na-egbochi\",\n    \"obstruction\": \"mgbochi\",\n    \"obstructionism\": \"mgbochi\",\n    \"obstructionist\": \"mgbochi\",\n    \"obstructionistic\": \"mgbochi\",\n    \"obstructionists\": \"ndị na-egbochi mgbochi\",\n    \"obstructions\": \"mgbochi\",\n    \"obstructive\": \"na-egbochi\",\n    \"obstructively\": \"na-egbochi\",\n    \"obstructiveness\": \"mgbochi\",\n    \"obstructivism\": \"mgbochi\",\n    \"obstructivity\": \"mgbochi\",\n    \"obstructor\": \"ihe mgbochi\",\n    \"obstructors\": \"ndị na-egbochi\",\n    \"obstructs\": \"na-egbochi\",\n    \"obstruent\": \"isi ike\",\n    \"obstruse\": \"igbochi\",\n    \"obstruxit\": \"ebibi\",\n    \"obstupefy\": \"igbochi\",\n    \"obtain\": \"nweta\",\n    \"obtainability\": \"nnweta\",\n    \"obtainable\": \"inweta\",\n    \"obtainableness\": \"nweta\",\n    \"obtainably\": \"inweta\",\n    \"obtainal\": \"nweta\",\n    \"obtainance\": \"enweta\",\n    \"obtained\": \"nwetara\",\n    \"obtainer\": \"onye nweta\",\n    \"obtainers\": \"ndị natara\",\n    \"obtaining\": \"inweta\",\n    \"obtainment\": \"nweta\",\n    \"obtains\": \"enweta\",\n    \"obtected\": \"obtelo\",\n    \"obtemperate\": \"obtempe\",\n    \"obtention\": \"obt\",\n    \"obtestation\": \"ịgba akaebe\",\n    \"obtested\": \"obtest\",\n    \"obtesting\": \"obtest\",\n    \"obtests\": \"mkpesa\",\n    \"obtrect\": \"ezighi ezi\",\n    \"obtrusiveness\": \"obtrusives\",\n    \"obtunded\": \"obt\",\n    \"obtusion\": \"nkwụsị\",\n    \"obumbrate\": \"zụọ\",\n    \"obumbration\": \"obubu\",\n    \"obvelation\": \"obvelen\",\n    \"obvention\": \"mmachi\",\n    \"obversant\": \"odika\",\n    \"obverses\": \"obusa\",\n    \"obversion\": \"mbugharị\",\n    \"obverted\": \"agbanwee\",\n    \"obverts\": \"na-agbanwe\",\n    \"obviation\": \"nwepu\",\n    \"obviators\": \"ndi obiv\",\n    \"obvious\": \"doro anya\",\n    \"obviously\": \"doro anya\",\n    \"obviousness\": \"doro anya\",\n    \"obvoluted\": \"juru\",\n    \"obvolution\": \"okike\",\n    \"obvolutive\": \"dị mkpa\",\n    \"occamism\": \"anwansi\",\n    \"occamist\": \"onye anakpo\",\n    \"occamistic\": \"anwansi\",\n    \"occas\": \"akpo\",\n    \"occasion\": \"oge\",\n    \"occasionable\": \"mgbe ụfọdụ\",\n    \"occasional\": \"mgbe ụfọdụ\",\n    \"occasionalism\": \"mgbe ụfọdụ\",\n    \"occasionalist\": \"mgbe ụfọdụ\",\n    \"occasionalistic\": \"mgbe ụfọdụ\",\n    \"occasionality\": \"mgbe ụfọdụ\",\n    \"occasionally\": \"mgbe ụfọdụ\",\n    \"occasionalness\": \"mgbe ụfọdụ\",\n    \"occasionary\": \"mgbe ụfọdụ\",\n    \"occasionate\": \"oge ụfọdụ\",\n    \"occasioned\": \"oge\",\n    \"occasioner\": \"mgbe ụfọdụ\",\n    \"occasioning\": \"mgbe ụfọdụ\",\n    \"occasionings\": \"oge\",\n    \"occasionless\": \"enweghi mgbe\",\n    \"occasions\": \"oge\",\n    \"occasive\": \"anwansi\",\n    \"occident\": \"mgbaasị\",\n    \"occidental\": \"mberede\",\n    \"occidentalism\": \"mgbaasị\",\n    \"occidentalist\": \"onye na-eme anwansi\",\n    \"occidentality\": \"ihe omuma\",\n    \"occidentalization\": \"ihe omimi\",\n    \"occidentalize\": \"mechie anya\",\n    \"occidentally\": \"na mberede\",\n    \"occidentals\": \"kpakpando\",\n    \"occidents\": \"ndammana\",\n    \"occiduous\": \"ajuju\",\n    \"occipital\": \"ochicha\",\n    \"occipitally\": \"n'ụzọ\",\n    \"occision\": \"anwansi\",\n    \"occitone\": \"kpakpando\",\n    \"occlude\": \"kpochapu\",\n    \"occluded\": \"bụrụgbụrụ\",\n    \"occludent\": \"ọ bụrụ\",\n    \"occludes\": \"na-agbachi\",\n    \"occluding\": \"na-agbachi\",\n    \"occlusal\": \"okpokoro\",\n    \"occluse\": \"anwansi\",\n    \"occlusion\": \"nkwonkwo\",\n    \"occlusions\": \"anya\",\n    \"occlusive\": \"nzuzu\",\n    \"occlusiveness\": \"nzuzu\",\n    \"occlusocervical\": \"nkwonkwo akwara\",\n    \"occlusogingival\": \"ihe omimi\",\n    \"occlusor\": \"nzuzu\",\n    \"occult\": \"anwansi\",\n    \"occultate\": \"anwansi\",\n    \"occultation\": \"anwansi\",\n    \"occulted\": \"agbaala\",\n    \"occulter\": \"kpuru\",\n    \"occulters\": \"ndị anwansi\",\n    \"occulting\": \"anwansi\",\n    \"occultism\": \"anwansi\",\n    \"occultist\": \"anwansi\",\n    \"occultists\": \"anwansi\",\n    \"occultly\": \"anwansi\",\n    \"occultness\": \"anwansi\",\n    \"occults\": \"anwansi\",\n    \"occupable\": \"nwere ike\",\n    \"occupance\": \"ebe obibi\",\n    \"occupancy\": \"obibi\",\n    \"occupancies\": \"mmegwara\",\n    \"occupant\": \"onye bi\",\n    \"occupants\": \"ndị bi na\",\n    \"occupation\": \"akaọrụ\",\n    \"occupational\": \"akaọrụ\",\n    \"occupationalist\": \"onye na-arụ ọrụ\",\n    \"occupationally\": \"akaọrụ\",\n    \"occupationless\": \"akaọrụ\",\n    \"occupations\": \"ọrụ\",\n    \"occupative\": \"akaọrụ\",\n    \"occupy\": \"ogide\",\n    \"occupiable\": \"nwere ike iwe\",\n    \"occupied\": \"ji\",\n    \"occupier\": \"onye bi\",\n    \"occupiers\": \"ndị bi\",\n    \"occupies\": \"nwere\",\n    \"occupying\": \"bi\",\n    \"occur\": \"ime\",\n    \"occurred\": \"mere\",\n    \"occurrence\": \"omume\",\n    \"occurrences\": \"ime\",\n    \"occurrent\": \"oge nile\",\n    \"occurring\": \"na-eme\",\n    \"occurrit\": \"na-eme\",\n    \"occurs\": \"na-eme\",\n    \"occurse\": \"anwansi\",\n    \"occursive\": \"na-eme\",\n    \"ocean\": \"oké osimiri\",\n    \"oceanarium\": \"oke osimiri\",\n    \"oceanaut\": \"oké osimiri\",\n    \"oceanauts\": \"oke osimiri\",\n    \"oceaned\": \"n'oké osimiri\",\n    \"oceanfront\": \"oke osimiri\",\n    \"oceanful\": \"oke osimiri\",\n    \"oceangoing\": \"n'oké osimiri\",\n    \"oceania\": \"Oceania\",\n    \"oceanian\": \"Oké Osimiri\",\n    \"oceanic\": \"osimiri\",\n    \"oceanican\": \"Oceania\",\n    \"oceanicity\": \"oke osimiri\",\n    \"oceanity\": \"oke osimiri\",\n    \"oceanlike\": \"oke osimiri\",\n    \"oceanographer\": \"onye na-ese mmiri n'oké osimiri\",\n    \"oceanographers\": \"ndị na-ese mmiri n'oké osimiri\",\n    \"oceanography\": \"oke osimiri\",\n    \"oceanology\": \"ihe omumu\",\n    \"oceanologic\": \"ihe omumu\",\n    \"oceanological\": \"ihe omumu\",\n    \"oceanologically\": \"ihe omumu\",\n    \"oceanologist\": \"ọkà mmụta banyere oke osimiri\",\n    \"oceanologists\": \"ndị ọkà mmụta banyere oke osimiri\",\n    \"oceanous\": \"osimiri\",\n    \"oceans\": \"oké osimiri\",\n    \"oceanside\": \"oké osimiri\",\n    \"oceanus\": \"osimiri\",\n    \"oceanways\": \"oke osimiri\",\n    \"oceanward\": \"oké osimiri\",\n    \"oceanwards\": \"oke osimiri\",\n    \"oceanwise\": \"n'oké osimiri\",\n    \"ocellar\": \"olorlar\",\n    \"ocellary\": \"Ochiela\",\n    \"ocellate\": \"tinye\",\n    \"ocellated\": \"gbasaa\",\n    \"ocellation\": \"nwepu\",\n    \"ocelliferous\": \"Ojuju\",\n    \"ocelligerous\": \"mkpọtụ\",\n    \"ocellus\": \"Ocellus\",\n    \"ocelots\": \"ocelot\",\n    \"ochery\": \"nkpuru\",\n    \"ochering\": \"Ochi\",\n    \"ocherish\": \"akpu\",\n    \"ochers\": \"ochi\",\n    \"ochlocratically\": \"Ochlocratically\",\n    \"ochlomania\": \"Ochlomania\",\n    \"ochone\": \"ekwentị\",\n    \"ochre\": \"ocher\",\n    \"ochred\": \"juru afọ\",\n    \"ochring\": \"ochin\",\n    \"ochrolite\": \"Ochrolite\",\n    \"ochrous\": \"otutu\",\n    \"ock\": \"Ock\",\n    \"ocker\": \"Ocker\",\n    \"ockster\": \"ọkpa\",\n    \"ocneria\": \"Ocneria\",\n    \"ocote\": \"okop\",\n    \"ocotea\": \"okopu\",\n    \"ocotillo\": \"ootello\",\n    \"ocracy\": \"ochicha\",\n    \"ocreate\": \"Ocreate\",\n    \"ocreated\": \"itinye\",\n    \"octahydrated\": \"Ogochukwu\",\n    \"octameter\": \"octamita\",\n    \"octangular\": \"akụkụ asatọ\",\n    \"octans\": \"octan\",\n    \"octants\": \"octant\",\n    \"octary\": \"octar\",\n    \"octastrophic\": \"na-eweta ọdachi\",\n    \"octavaria\": \"octavia\",\n    \"octavd\": \"octave\",\n    \"octects\": \"octets\",\n    \"octennially\": \"octennial\",\n    \"octettes\": \"octets\",\n    \"octic\": \"Osika\",\n    \"octillionth\": \"Octillionth\",\n    \"octyne\": \"Octyne\",\n    \"octingentenary\": \"octingenary\",\n    \"october\": \"ọnwa iri\",\n    \"octodecillions\": \"Onyedikachukwu\",\n    \"octogenarianism\": \"octogenarians\",\n    \"octogenaries\": \"octogenarian\",\n    \"octohedral\": \"octahedral\",\n    \"octometer\": \"octomita\",\n    \"octoped\": \"Octoped\",\n    \"octopodan\": \"oktopodan\",\n    \"octopus\": \"ọktopus\",\n    \"octopuses\": \"octopus\",\n    \"octoradiated\": \"Octoradiated\",\n    \"octothorp\": \"octothorpe\",\n    \"octothorpes\": \"octothorpe\",\n    \"octroy\": \"octroi\",\n    \"octuplicate\": \"oyiri\",\n    \"octuplication\": \"nnabata\",\n    \"octupling\": \"octup\",\n    \"oculary\": \"nyocha\",\n    \"ocularly\": \"n'okwu\",\n    \"oculars\": \"ihe anakpo\",\n    \"oculate\": \"kpochapu\",\n    \"oculated\": \"nwekọtara\",\n    \"oculiferous\": \"ihe ochicho\",\n    \"oculigerous\": \"eme mkpọtụ\",\n    \"oculist\": \"Ochili\",\n    \"oculistic\": \"ihe omimi\",\n    \"oculists\": \"ndị oculists\",\n    \"oculli\": \"ochulli\",\n    \"oculopalpebral\": \"Opolopalpebral\",\n    \"oculus\": \"ogbe\",\n    \"ocurred\": \"ma ọ bụ\",\n    \"odalborn\": \"odal\",\n    \"odalisks\": \"odalis\",\n    \"odalwoman\": \"nwanyi\",\n    \"odd\": \"iberibe\",\n    \"oddish\": \"odish\",\n    \"oddment\": \"iberibe\",\n    \"oddness\": \"odd\",\n    \"oddnesses\": \"odd\",\n    \"odds\": \"emegide\",\n    \"oddsbud\": \"Ohere\",\n    \"oddside\": \"emegide\",\n    \"oddsman\": \"Odibo\",\n    \"odic\": \"dị egwu\",\n    \"odiferous\": \"odife\",\n    \"odyles\": \"odiche\",\n    \"odiums\": \"odium\",\n    \"odographs\": \"odograf\",\n    \"odology\": \"isi\",\n    \"odometers\": \"odomita\",\n    \"odonate\": \"isi\",\n    \"odonates\": \"na-esi ísì\",\n    \"odontic\": \"na-adịghị mma\",\n    \"odontologist\": \"ọkà mmụta odontologist\",\n    \"odontornithes\": \"ndozi\",\n    \"odophone\": \"odo odo\",\n    \"odor\": \"isi\",\n    \"odorable\": \"na-esi isi\",\n    \"odorant\": \"na-esi isi\",\n    \"odorants\": \"na-esi isi\",\n    \"odorate\": \"na-esi isi\",\n    \"odorator\": \"esi isi\",\n    \"odored\": \"isi\",\n    \"odorful\": \"isi\",\n    \"odoriferant\": \"isi na-esi isi\",\n    \"odoriferosity\": \"isi-nzuzu\",\n    \"odoriferous\": \"na-esi isi\",\n    \"odoriferously\": \"na-achọ mma\",\n    \"odoriferousness\": \"isi ísì ụtọ\",\n    \"odorific\": \"isi\",\n    \"odorimeter\": \"isi ísì ụtọ\",\n    \"odorimetry\": \"isi ísì ụtọ\",\n    \"odorivector\": \"esi ísì ụtọ\",\n    \"odorization\": \"isi\",\n    \"odorize\": \"na-esi isi\",\n    \"odorized\": \"na-esi isi\",\n    \"odorizer\": \"na-esi isi\",\n    \"odorizes\": \"na-esi isi\",\n    \"odorizing\": \"na-esi isi\",\n    \"odorless\": \"na-enweghị isi\",\n    \"odorlessly\": \"n’enweghị isi\",\n    \"odorlessness\": \"enweghị isi\",\n    \"odorosity\": \"odoros\",\n    \"odorous\": \"na-esi isi\",\n    \"odorously\": \"odo odo\",\n    \"odorousness\": \"isi mmiri\",\n    \"odorproof\": \"isi na-esi isi\",\n    \"odors\": \"isi\",\n    \"odour\": \"isi\",\n    \"odoured\": \"isi\",\n    \"odourful\": \"na-esi isi\",\n    \"odourless\": \"na-enweghị isi\",\n    \"odours\": \"isi\",\n    \"ods\": \"Ods\",\n    \"oecology\": \"ihe omumu\",\n    \"oecological\": \"ihe omumu\",\n    \"oecologies\": \"ihe omumu\",\n    \"oeconomic\": \"akụnụba\",\n    \"oeconomus\": \"akụnụba\",\n    \"oedema\": \"edema\",\n    \"oedematous\": \"Oedematous\",\n    \"oedipus\": \"Oedipus\",\n    \"oedogoniaceous\": \"Oedogoniaceous\",\n    \"oeillet\": \"mmanụ aletụ\",\n    \"oenocytic\": \"ahụ ike\",\n    \"oenology\": \"ihe omimi\",\n    \"oenological\": \"ihe omimi\",\n    \"oenologies\": \"ihe omimi\",\n    \"oenometer\": \"oenometa\",\n    \"oenophiles\": \"onodu\",\n    \"oenotheraceous\": \"ajuju\",\n    \"oer\": \"ma ọ bụ\",\n    \"oersted\": \"tinye\",\n    \"oersteds\": \"tinye\",\n    \"oesophagean\": \"Oosophagean\",\n    \"oesophagus\": \"akpịrị\",\n    \"oestradiol\": \"Oestradiol\",\n    \"oestrid\": \"Oestrid\",\n    \"oestrogen\": \"estrogen\",\n    \"oestrous\": \"mmanye\",\n    \"oestrums\": \"oestrum\",\n    \"oestruses\": \"ụlọikwuu\",\n    \"of\": \"nke\",\n    \"ofays\": \"nke ọtụtụ\",\n    \"off\": \"gbanyụọ\",\n    \"offal\": \"arụ\",\n    \"offaling\": \"na-enye ihe\",\n    \"offals\": \"mmefu\",\n    \"offbeat\": \"gbanyụọ\",\n    \"offbeats\": \"onyinye\",\n    \"offbreak\": \"mmebi\",\n    \"offcast\": \"ewepu\",\n    \"offcasts\": \"ndị omekome\",\n    \"offcolour\": \"ime ụlọ\",\n    \"offcome\": \"akwụ ụgwọ\",\n    \"offcut\": \"bepụ\",\n    \"offed\": \"gbanyụọ\",\n    \"offence\": \"mmejọ\",\n    \"offenceless\": \"enweghị iwu\",\n    \"offencelessly\": \"enweghị nsogbu\",\n    \"offences\": \"mmejọ\",\n    \"offend\": \"ikpasui iwe\",\n    \"offendable\": \"kpasuru iwe\",\n    \"offendant\": \"onye omekome\",\n    \"offended\": \"kpasuru iwe\",\n    \"offendedly\": \"kpasuru iwe\",\n    \"offendedness\": \"mmejọ\",\n    \"offender\": \"onye mmejọ\",\n    \"offenders\": \"ndị omekome\",\n    \"offendible\": \"ekwenyeghi\",\n    \"offending\": \"iwe\",\n    \"offendress\": \"onye omekome\",\n    \"offends\": \"na-ewe iwe\",\n    \"offense\": \"mmejọ\",\n    \"offenseful\": \"iwe\",\n    \"offenseless\": \"emeghị iwu\",\n    \"offenselessly\": \"n'emeghị mmehie ọ bụla\",\n    \"offenselessness\": \"enweghi mmebi iwu\",\n    \"offenseproof\": \"enweghị nchekwa\",\n    \"offenses\": \"mmejọ\",\n    \"offensible\": \"mejọrọ\",\n    \"offension\": \"mmejọ\",\n    \"offensive\": \"mkpasu iwe\",\n    \"offensively\": \"iwe\",\n    \"offensiveness\": \"iwe\",\n    \"offensives\": \"mmekpa ahụ\",\n    \"offer\": \"onyinye\",\n    \"offerable\": \"nke siri ike\",\n    \"offered\": \"chụọ\",\n    \"offeree\": \"onyinye\",\n    \"offerer\": \"onye na-eweta ihe\",\n    \"offerers\": \"ndị na-enye onyinye\",\n    \"offering\": \"onyinye\",\n    \"offerings\": \"onyinye\",\n    \"offeror\": \"nke ụjọ\",\n    \"offerors\": \"nke ihe ojoo\",\n    \"offers\": \"rịọ\",\n    \"offertory\": \"onyinye\",\n    \"offertorial\": \"onyinye\",\n    \"offertories\": \"onyinye\",\n    \"offgoing\": \"na-enyefe\",\n    \"offgrade\": \"gbanyụọ\",\n    \"offhand\": \"gbanyụọ\",\n    \"offhanded\": \"gbanyụọ\",\n    \"offhandedly\": \"emeghị anya\",\n    \"offhandedness\": \"emeghi ihe\",\n    \"offic\": \"Chief\",\n    \"officaries\": \"ndị isi\",\n    \"office\": \"ụlọ ọrụ\",\n    \"officeholder\": \"onye ọrụ office\",\n    \"officeholders\": \"ndị ọrụ ọfịs\",\n    \"officeless\": \"enweghị ọrụ\",\n    \"officemate\": \"ikpe\",\n    \"officer\": \"onye isi\",\n    \"officerage\": \"ọrụ\",\n    \"officered\": \"emebie\",\n    \"officerhood\": \"onye isi\",\n    \"officerial\": \"ọrụ\",\n    \"officering\": \"na-elekọta\",\n    \"officerism\": \"ọrụ\",\n    \"officerless\": \"enweghị ọrụ\",\n    \"officers\": \"ndị isi\",\n    \"officership\": \"ọrụ\",\n    \"offices\": \"itieutom\",\n    \"official\": \"onye isi\",\n    \"officialdom\": \"ọchịchị\",\n    \"officialisation\": \"nchịkwa\",\n    \"officialism\": \"ọrụ\",\n    \"officiality\": \"ukara\",\n    \"officialities\": \"ọchịchị\",\n    \"officialization\": \"ọrụ\",\n    \"officialize\": \"kpere ikpe\",\n    \"officialized\": \"ọrụ\",\n    \"officializing\": \"na-elekọta\",\n    \"officially\": \"na ọkwa\",\n    \"officials\": \"ndị isi\",\n    \"officialty\": \"na ọkwa\",\n    \"officiant\": \"onye isi\",\n    \"officiants\": \"ndị isi\",\n    \"officiary\": \"onye isi\",\n    \"officiate\": \"ikpe\",\n    \"officiated\": \"ikpe\",\n    \"officiates\": \"na-eje ozi\",\n    \"officiating\": \"na-arụ ọrụ\",\n    \"officiation\": \"na-arụ ọrụ\",\n    \"officiator\": \"onye isi\",\n    \"officinal\": \"onye isi\",\n    \"officinally\": \"na ọkwa\",\n    \"officious\": \"kelechaa\",\n    \"officiously\": \"ọrụ\",\n    \"officiousness\": \"ikike\",\n    \"offing\": \"na-apụ\",\n    \"offings\": \"mmechi\",\n    \"offish\": \"iwe\",\n    \"offishness\": \"mbupu\",\n    \"offlap\": \"gbanyụọ\",\n    \"offlet\": \"ụzọ\",\n    \"offlicence\": \"mmekpa ahụ\",\n    \"offline\": \"anọghị n'ịntanetị\",\n    \"offload\": \"buru ibu\",\n    \"offloaded\": \"gbanyụọ\",\n    \"offloading\": \"ebutu\",\n    \"offloads\": \"mbupụ\",\n    \"offlook\": \"echiche\",\n    \"offpay\": \"ịkwụ ụgwọ\",\n    \"offprint\": \"gbanye\",\n    \"offprinted\": \"gbanyụọ\",\n    \"offprinting\": \"depụtara\",\n    \"offprints\": \"mmezi\",\n    \"offs\": \"ihe\",\n    \"offsaddle\": \"gbanyụọ\",\n    \"offscape\": \"gbanyụọ\",\n    \"offscour\": \"ihe mgbapụta\",\n    \"offscourer\": \"ihe mgbere\",\n    \"offscouring\": \"mbibi\",\n    \"offscourings\": \"mbibi\",\n    \"offscreen\": \"gbanyụọ\",\n    \"offscum\": \"Ọpụpụ\",\n    \"offset\": \"dechapụ\",\n    \"offsets\": \"mgbaghara\",\n    \"offsetting\": \"dechapụ\",\n    \"offshoot\": \"mbupụ\",\n    \"offshoots\": \"Ọpụpụ\",\n    \"offshore\": \"n'ụsọ oké osimiri\",\n    \"offside\": \"dịpụrụ adịpụ\",\n    \"offsider\": \"onye mmuta\",\n    \"offspring\": \"ụmụ\",\n    \"offsprings\": \"mmiri\",\n    \"offtake\": \"ibido\",\n    \"offtrack\": \"nkwụsị\",\n    \"offuscate\": \"okpuru\",\n    \"offuscation\": \"mgbatị\",\n    \"offward\": \"mmebi iwu\",\n    \"offwards\": \"mmebi iwu\",\n    \"oft\": \"mgbe\",\n    \"often\": \"mgbe\",\n    \"oftener\": \"mgbe mgbe\",\n    \"oftenest\": \"mgbe\",\n    \"oftenness\": \"mgbe\",\n    \"oftens\": \"Ọtụtụ mgbe\",\n    \"oftentime\": \"oge\",\n    \"oftentimes\": \"ugboro ugboro\",\n    \"ofter\": \"nke ọtụtụ\",\n    \"oftest\": \"nke kachasị\",\n    \"ofthink\": \"-enche echiche\",\n    \"oftly\": \"mgbe\",\n    \"oftness\": \"ọtụtụ mgbe\",\n    \"ofttime\": \"oge\",\n    \"ofttimes\": \"ugboro ugboro\",\n    \"og\": \"Og\",\n    \"ogganition\": \"ogashị\",\n    \"oghamist\": \"onye oghamist\",\n    \"oghamists\": \"ndị oghamist\",\n    \"ogygian\": \"Ogygian\",\n    \"ogive\": \"kwe\",\n    \"ogived\": \"gbadoro\",\n    \"ogives\": \"ogive\",\n    \"ogled\": \"Ogled\",\n    \"ogler\": \"onye ogler\",\n    \"oglers\": \"ndị ogwa\",\n    \"ogreisms\": \"ogreism\",\n    \"ogres\": \"ogas\",\n    \"ogrishly\": \"Ogrishly\",\n    \"ohing\": \"ihe\",\n    \"ohmages\": \"ihe oyiyi\",\n    \"ohmically\": \"ohmic inyere aka\",\n    \"ohmmeter\": \"ohmmita\",\n    \"ohmmeters\": \"ohmmita\",\n    \"oho\": \"ohio\",\n    \"ohone\": \"ekwentị\",\n    \"ohs\": \"oh\",\n    \"oy\": \"Oy\",\n    \"oyana\": \"oy ana\",\n    \"oicks\": \"họpụta\",\n    \"oyer\": \"ma obu\",\n    \"oyers\": \"ma ọ bụ\",\n    \"oik\": \"ọik\",\n    \"oil\": \"mmanụ\",\n    \"oilberry\": \"mmanụ\",\n    \"oilberries\": \"mmanụ osisi\",\n    \"oilbird\": \"nnụnụ\",\n    \"oilbirds\": \"nnụnụ mmanụ\",\n    \"oilcake\": \"mmanụcake\",\n    \"oilcamp\": \"mmanụ mmanụ\",\n    \"oilcamps\": \"mmanu mmanu\",\n    \"oilcan\": \"mmanụcan\",\n    \"oilcans\": \"mmanụ mmanụ\",\n    \"oilcase\": \"mmanụ mmanụ\",\n    \"oilcloth\": \"akwa mmanụ\",\n    \"oilcloths\": \"akwa mmanụ\",\n    \"oilcoat\": \"kootu\",\n    \"oilcup\": \"okpu mmanụ\",\n    \"oilcups\": \"iko mmanu\",\n    \"oiled\": \"mmanu\",\n    \"oiler\": \"mmanu mmanu\",\n    \"oilery\": \"mmanu mmanu\",\n    \"oilers\": \"mmanụ gas\",\n    \"oylet\": \"tinyekwa\",\n    \"oilfield\": \"olulu mmanụ\",\n    \"oilfired\": \"mmanụ gbara\",\n    \"oilfish\": \"azụ azụ\",\n    \"oilfishes\": \"mmanụ azụ\",\n    \"oilheating\": \"mmanụ ọkụ\",\n    \"oilhole\": \"olulu mmanụ\",\n    \"oilholes\": \"olulu mmanụ\",\n    \"oily\": \"mmanu mmanu\",\n    \"oilier\": \"mmanu mmanu\",\n    \"oiliest\": \"mmanu mmanu\",\n    \"oiligarchy\": \"nchịkwa mmanụ\",\n    \"oilyish\": \"mmanu mmanu\",\n    \"oilily\": \"mmanụ\",\n    \"oiliness\": \"mmanụ\",\n    \"oilinesses\": \"mmanụ\",\n    \"oiling\": \"mmanụ\",\n    \"oilish\": \"mmanụ\",\n    \"oilless\": \"mmanụ\",\n    \"oillessness\": \"enweghị mmanụ\",\n    \"oillet\": \"mmanụ\",\n    \"oilman\": \"onye mmanu\",\n    \"oilmen\": \"ndi mmanu\",\n    \"oilmonger\": \"mmanụ mmanụ\",\n    \"oilmongery\": \"mmanụ\",\n    \"oilometer\": \"oilomita\",\n    \"oilpaper\": \"mmanụ mmanụ\",\n    \"oilpapers\": \"akwụkwọ akụkọ mmanụ\",\n    \"oilproof\": \"mmanụ\",\n    \"oilproofing\": \"mmanụ mmanụ\",\n    \"oils\": \"mmanụ\",\n    \"oilseed\": \"mmanụ\",\n    \"oilseeds\": \"mmanụ mmanụ\",\n    \"oilskin\": \"mmanụ\",\n    \"oilskinned\": \"mmanụ\",\n    \"oilskins\": \"Akpa\",\n    \"oilstock\": \"mmanụ\",\n    \"oilstone\": \"okwute\",\n    \"oilstoned\": \"mmanụ aonedụ\",\n    \"oilstones\": \"mmanụ mmanụ\",\n    \"oilstoning\": \"mmanụ mmanụ\",\n    \"oilstove\": \"mmanụ mmanụ\",\n    \"oiltight\": \"ruo mgbe\",\n    \"oiltightness\": \"ịdị ọcha\",\n    \"oilway\": \"ebe mmanu\",\n    \"oilways\": \"ụzọ mmanụ\",\n    \"oink\": \"edo\",\n    \"oinked\": \"Oink\",\n    \"oinking\": \"Oyibo\",\n    \"oinks\": \"edo\",\n    \"oinochoes\": \"oinocho\",\n    \"oinology\": \"ihe omimi\",\n    \"oinologies\": \"nyocha\",\n    \"oint\": \"ude\",\n    \"ointment\": \"ude\",\n    \"ointments\": \"mmanụ otite\",\n    \"oireachtas\": \"Oireachtas\",\n    \"oisivity\": \"arụ ọrụ\",\n    \"oyster\": \"oporo\",\n    \"oysterbird\": \"nnụnụ oporo\",\n    \"oystercatcher\": \"oporo mmiri\",\n    \"oystered\": \"ochicho\",\n    \"oysterer\": \"oporo\",\n    \"oysterers\": \"oystere\",\n    \"oysterfishes\": \"oysterfish\",\n    \"oysterhood\": \"ochicho\",\n    \"oysterhouse\": \"ụlọ oporo\",\n    \"oysteries\": \"oystery\",\n    \"oystering\": \"oporo\",\n    \"oysterishness\": \"oysterish\",\n    \"oysterling\": \"oporo\",\n    \"oysterous\": \"eme mkpọtụ\",\n    \"oysters\": \"ayak\",\n    \"oysterwife\": \"nwunye\",\n    \"oysterwoman\": \"nwa nwanyi\",\n    \"oysterwomen\": \"ụmụ nwanyị\",\n    \"oiticicas\": \"ochicic\",\n    \"ok\": \"Ọ dị mma\",\n    \"oka\": \"dịkwa mma\",\n    \"okay\": \"dịkwa mma\",\n    \"okayed\": \"Egwuru\",\n    \"okaying\": \"egwu\",\n    \"okays\": \"okay\",\n    \"oker\": \"dị mma\",\n    \"okrug\": \"okuku\",\n    \"olacaceous\": \"ocha\",\n    \"olam\": \"Olam\",\n    \"olamic\": \"Olamic\",\n    \"old\": \"ochie\",\n    \"olden\": \"ochie\",\n    \"oldenburg\": \"Oldenburg\",\n    \"oldened\": \"emeela agadi\",\n    \"oldening\": \"eningka nká\",\n    \"older\": \"tọrọ\",\n    \"oldermost\": \"kasị okenye\",\n    \"olders\": \"ndị agadi\",\n    \"oldest\": \"nke ochie\",\n    \"oldfangledness\": \"ochie ochie\",\n    \"oldfieldia\": \"Ogba ochie\",\n    \"oldhearted\": \"agadi nwoke\",\n    \"oldy\": \"ochie\",\n    \"oldies\": \"ndị agadi\",\n    \"oldish\": \"ochie\",\n    \"oldland\": \"Oldland\",\n    \"oldness\": \"oldka nká\",\n    \"oldnesses\": \"ochie\",\n    \"olds\": \"ochie\",\n    \"oldsmobile\": \"mmmmmmmmmmmmm\",\n    \"oldster\": \"ochie\",\n    \"oldsters\": \"ochie\",\n    \"oldstyle\": \"oge ochie\",\n    \"oldstyles\": \"ochie ochie\",\n    \"oldwench\": \"Oldwench\",\n    \"oldwife\": \"nwunye ochie\",\n    \"oldwives\": \"ndi ochie\",\n    \"olease\": \"hapụ\",\n    \"oleic\": \"oleicha\",\n    \"oleins\": \"olele\",\n    \"olenidian\": \"Olenidian\",\n    \"olent\": \"amaghi\",\n    \"oleographer\": \"ọdee akwụkwọ\",\n    \"oles\": \"nwoke\",\n    \"olethreutes\": \"chukwuebuka\",\n    \"olfaction\": \"isi\",\n    \"olfactories\": \"ihe na-esi ísì ụtọ\",\n    \"oligandrous\": \"oligandly\",\n    \"oligosynthetic\": \"oligosyntetị\",\n    \"olympia\": \"Olimpik\",\n    \"olympiad\": \"Olimpik\",\n    \"olympian\": \"Olimpik\",\n    \"olympianism\": \"Olimpik\",\n    \"olympians\": \"Olimpik\",\n    \"olympianwise\": \"Olimpikialo\",\n    \"olympic\": \"Olimpik\",\n    \"olympicly\": \"n'egwuregwu olimpik\",\n    \"olympicness\": \"Olimpik\",\n    \"olympics\": \"Olimpik\",\n    \"olympieion\": \"Olimpik\",\n    \"olympionic\": \"Olimpik\",\n    \"olympus\": \"Olimpik\",\n    \"oliniaceae\": \"oleaceae\",\n    \"oliniaceous\": \"olivaceous\",\n    \"olynthian\": \"olynthus\",\n    \"oliprance\": \"nwepu\",\n    \"olivaster\": \"olivastro\",\n    \"olive\": \"oliv\",\n    \"olivean\": \"oliv na\",\n    \"olived\": \"oliv\",\n    \"olivella\": \"olila\",\n    \"oliveness\": \"oliv\",\n    \"olivenite\": \"olivena\",\n    \"oliverian\": \"oliv\",\n    \"oliversmith\": \"olivemith\",\n    \"olives\": \"oliv\",\n    \"olivescent\": \"oliv\",\n    \"olivesheen\": \"oliv\",\n    \"olivet\": \"oliv\",\n    \"olivetan\": \"oliv\",\n    \"olivewood\": \"oliv\",\n    \"ology\": \"ihe omumu\",\n    \"ological\": \"n'ihi na\",\n    \"ologist\": \"ọkà mmụta\",\n    \"ologistic\": \"n'ihi nka\",\n    \"ologists\": \"ndị ọkachamara\",\n    \"olograph\": \"olu\",\n    \"olographic\": \"ụda olu\",\n    \"olpes\": \"oliv\",\n    \"oman\": \"Oman\",\n    \"omander\": \"Na-eche ihu\",\n    \"omber\": \"Omber\",\n    \"ombres\": \"ombred\",\n    \"ombrograph\": \"Ihe omumu\",\n    \"ombrographic\": \"ombrografia\",\n    \"ombrophilic\": \"obbrophilic\",\n    \"ombudsmen\": \"ombudmen\",\n    \"ombudsperson\": \"mmmmmmmmmmmmm\",\n    \"omelets\": \"omelet\",\n    \"omened\": \"gbara mbọ\",\n    \"omening\": \"na-ahapụ\",\n    \"omens\": \"ihe omimi\",\n    \"omental\": \"omenti\",\n    \"omentectomy\": \"octectomy\",\n    \"omer\": \"Omer\",\n    \"omers\": \"ma ọ bụ\",\n    \"omicrons\": \"Ogwu\",\n    \"ominate\": \"kpoo\",\n    \"ominous\": \"ihe ojoo\",\n    \"ominously\": \"n'ụzọ jọgburu onwe ya\",\n    \"ominousness\": \"Egwu\",\n    \"omissible\": \"enwere ike\",\n    \"omission\": \"ewepụ\",\n    \"omissions\": \"enweghi\",\n    \"omissive\": \"na-efu\",\n    \"omissively\": \"n'ozuzu\",\n    \"omissus\": \"Ozo\",\n    \"omit\": \"hapụ\",\n    \"omitis\": \"Omiti\",\n    \"omits\": \"ewepụ\",\n    \"omittable\": \"hapụ\",\n    \"omittance\": \"nnabata\",\n    \"omitted\": \"ewepụ\",\n    \"omitter\": \"omitii\",\n    \"omitting\": \"ma hapụ\",\n    \"ommatidial\": \"ihe omuma\",\n    \"omneity\": \"ihe nile\",\n    \"omnes\": \"Ihe omumu\",\n    \"omniactuality\": \"omniachini\",\n    \"omnibuses\": \"omni niile\",\n    \"omnicompetence\": \"enweghị ikike\",\n    \"omnicompetent\": \"ihe niile\",\n    \"omnicorporeal\": \"omnisorporeal\",\n    \"omnicredulity\": \"ihe niile\",\n    \"omnicredulous\": \"ihe omumu\",\n    \"omnidenominational\": \"omnenenominational\",\n    \"omniessence\": \"amuma\",\n    \"omnifariousness\": \"omnnihe nile\",\n    \"omniferous\": \"omnwuru\",\n    \"omnify\": \"hapụzie\",\n    \"omnificence\": \"ihe nile\",\n    \"omnificent\": \"omn bara uru\",\n    \"omnifying\": \"na-egosi\",\n    \"omnihumanity\": \"Omnihumanity\",\n    \"omnilingual\": \"asusu nile\",\n    \"omnimeter\": \"omnimeta\",\n    \"omniparity\": \"nnabata\",\n    \"omnipercipient\": \"onye obula\",\n    \"omnipotence\": \"ikike ime ihe nile\",\n    \"omnipotency\": \"ikike ime ihe nile\",\n    \"omnipotent\": \"onye nwere ikike ime ihe nile\",\n    \"omnipotentiality\": \"ikike ime ihe nile\",\n    \"omnipotently\": \"ike nile\",\n    \"omnipregnant\": \"na-eleghara anya\",\n    \"omnipresence\": \"ebe nile\",\n    \"omnipresent\": \"ebe nile\",\n    \"omnipresently\": \"ebe nile\",\n    \"omniprevalent\": \"zuru oke\",\n    \"omniprudent\": \"omnizu\",\n    \"omnirange\": \"ma obu ihe nile\",\n    \"omniregent\": \"onye ọchịchị\",\n    \"omnirepresentative\": \"onye nnọchite anya omni\",\n    \"omnirepresentativeness\": \"ebe niile\",\n    \"omniscience\": \"ihe omuma\",\n    \"omniscient\": \"maara ihe nile\",\n    \"omnisciently\": \"maara ihe niile\",\n    \"omniscribent\": \"maara ihe niile\",\n    \"omniscriptive\": \"maara ihe niile\",\n    \"omnisentient\": \"maara ihe\",\n    \"omnisignificant\": \"dị mkpa\",\n    \"omnispective\": \"eleghi anya\",\n    \"omnisufficient\": \"zuru ezu\",\n    \"omnivagant\": \"ihe niile\",\n    \"omnivident\": \"ihe niile\",\n    \"omnivision\": \"nwepu\",\n    \"omnivolent\": \"omgbali\",\n    \"omnivorant\": \"omnieri\",\n    \"omnivores\": \"ihe niile\",\n    \"omnivorism\": \"omniism\",\n    \"omnivorous\": \"omniiki\",\n    \"omnivorously\": \"n'ozuzu\",\n    \"omnivorousness\": \"omnihe niile\",\n    \"omphalomesenteric\": \"Omphalomesenteric\",\n    \"omrah\": \"omra\",\n    \"oms\": \"Ony\",\n    \"on\": \"na\",\n    \"onanisms\": \"ahịhịa\",\n    \"onanist\": \"onye onanist\",\n    \"onanists\": \"ndị na-arụ ọrụ\",\n    \"onboard\": \"abanyela\",\n    \"once\": \"otu ugboro\",\n    \"oncia\": \"Oncia\",\n    \"oncogenic\": \"Oncogenic\",\n    \"oncologies\": \"dibia maka umu nwanyi\",\n    \"oncologist\": \"ọkà n'ọrịa oncologist\",\n    \"oncome\": \"ego\",\n    \"oncometer\": \"oncometa\",\n    \"oncoming\": \"na-abịa\",\n    \"oncomings\": \"mmeri\",\n    \"oncoses\": \"ihe dị iche iche\",\n    \"oncosimeter\": \"onskimita\",\n    \"oncostman\": \"Oncostman\",\n    \"ondameter\": \"ondameta\",\n    \"ondascope\": \"ondaskopu\",\n    \"ondatra\": \"Ondatra\",\n    \"onding\": \"na-agbakwunye\",\n    \"ondograms\": \"ondogram\",\n    \"ondometer\": \"ondomita\",\n    \"one\": \"otu\",\n    \"oneanother\": \"onye ozo\",\n    \"onefold\": \"otu oge\",\n    \"onefoldness\": \"otu\",\n    \"onegite\": \"Onegite\",\n    \"onehearted\": \"obi\",\n    \"onehood\": \"otu\",\n    \"onehow\": \"otu uzo\",\n    \"oneidas\": \"oneida\",\n    \"oneill\": \"o'neill\",\n    \"oneiric\": \"otu\",\n    \"oneirocrit\": \"onyeirokritic\",\n    \"oneirocritic\": \"onyeirokritic\",\n    \"oneirocritical\": \"onyegbako\",\n    \"oneirocritically\": \"otu\",\n    \"oneirocriticism\": \"na-akatọ ndị mmadụ\",\n    \"oneirocritics\": \"ndị na-akatọ mmadụ\",\n    \"oneirology\": \"onyeirology\",\n    \"oneirologist\": \"ọkà mmụta otu ọkachamara\",\n    \"oneiromancer\": \"onyeoma\",\n    \"oneiromancy\": \"otu\",\n    \"oneiroscopic\": \"nkịtị\",\n    \"oneiroscopist\": \"onye na-egwu egwu\",\n    \"oneirotic\": \"onyeirotic\",\n    \"oneism\": \"ịkpa ókè\",\n    \"onement\": \"onementa\",\n    \"oneness\": \"ịdị n'otu\",\n    \"onenesses\": \"ịdị n'otu\",\n    \"onerary\": \"nkuzi\",\n    \"onerative\": \"arụ ọrụ\",\n    \"onerose\": \"Ikwesiri\",\n    \"onerosity\": \"Nwunye\",\n    \"onerosities\": \"otu\",\n    \"onerous\": \"na-agwụ ike\",\n    \"onerously\": \"na-eche\",\n    \"onerousness\": \"agụụ\",\n    \"ones\": \"ndị\",\n    \"oneself\": \"onwe gị\",\n    \"onesigned\": \"ahaziri\",\n    \"onetime\": \"otu ugboro\",\n    \"oneupmanship\": \"otu mmezu\",\n    \"onewhere\": \"otu ebe\",\n    \"onflemed\": \"ọkụ\",\n    \"onflow\": \"inflow\",\n    \"onflowing\": \"na-ejupụta\",\n    \"ongoing\": \"na-aga n'ihu\",\n    \"onychopathic\": \"Onychopathic\",\n    \"onion\": \"yabasị\",\n    \"onionet\": \"yabasị\",\n    \"oniony\": \"yabasị\",\n    \"onionized\": \"yabasị\",\n    \"onionlike\": \"yiri yabasị\",\n    \"onionpeel\": \"yabasị\",\n    \"onions\": \"eyịm\",\n    \"onionskin\": \"eyịm\",\n    \"onionskins\": \"acha uhie uhie\",\n    \"onirotic\": \"ihe di egwu\",\n    \"onlaid\": \"Onlaid\",\n    \"onlaying\": \"Onlay\",\n    \"onless\": \"enweghi\",\n    \"only\": \"naanị\",\n    \"online\": \"n'ịntanetị\",\n    \"onliness\": \"ịdị n'otu\",\n    \"onlook\": \"ilele\",\n    \"onlooker\": \"onye na-ekiri\",\n    \"onlookers\": \"ndị na-ekiri ihe na-emenụ\",\n    \"onlooking\": \"na-ele anya\",\n    \"onomastic\": \"onomatic\",\n    \"onset\": \"mmalite\",\n    \"onsetter\": \"onye mbido\",\n    \"onsetting\": \"ịmalite\",\n    \"onshore\": \"n'ụsọ oké osimiri\",\n    \"onside\": \"n'akụkụ\",\n    \"onslaught\": \"mwakpo\",\n    \"onslaughts\": \"mwakpo\",\n    \"onstage\": \"n'elu akwa ihe nkiri\",\n    \"onstand\": \"guzoro\",\n    \"onstanding\": \"dị elu\",\n    \"onstead\": \"kama\",\n    \"onsweeping\": \"na-ehicha\",\n    \"ontal\": \"ontario\",\n    \"ontaric\": \"ontario\",\n    \"ontically\": \"n'olu\",\n    \"onto\": \"n'elu\",\n    \"ontocycle\": \"uwaabia\",\n    \"ontogenal\": \"Ngwa\",\n    \"ontogeneses\": \"Ugbo\",\n    \"ontogenetic\": \"Ngwa\",\n    \"ontogenetical\": \"na-agbakwunye\",\n    \"ontogenetically\": \"na-agbakwunye\",\n    \"ontogeny\": \"uwaeze\",\n    \"ontogenically\": \"na-agbakwunye\",\n    \"ontogenies\": \"Ngwa ngwa\",\n    \"ontogenist\": \"Na-ahụ maka\",\n    \"ontography\": \"ihe osise\",\n    \"ontology\": \"ihe omumu\",\n    \"ontologic\": \"ihe gbasara\",\n    \"ontological\": \"ihe gbasara\",\n    \"ontologically\": \"na-agbakwunye\",\n    \"ontologies\": \"jidesie ike\",\n    \"ontologise\": \"logtọ\",\n    \"ontologised\": \"Akpanyere\",\n    \"ontologising\": \"logmụrụ ihe\",\n    \"ontologism\": \"Njikọ\",\n    \"ontologist\": \"onye na-amụ banyere ọrịa\",\n    \"ontologistic\": \"Ihe omuma\",\n    \"ontologize\": \"tinye\",\n    \"ontosophy\": \"Uzoamaka\",\n    \"onwaiting\": \"na-echere\",\n    \"onward\": \"gaa n'ihu\",\n    \"onwardly\": \"gaa n'ihu\",\n    \"onwardness\": \"ịga n'ihu\",\n    \"onwards\": \"n'ihu\",\n    \"oocystaceous\": \"Ugbala\",\n    \"oologists\": \"ndị ọkachamara\",\n    \"oometry\": \"oometri\",\n    \"oons\": \"ihe\",\n    \"oont\": \"ọzọ\",\n    \"oophorectomize\": \"oophorectomy\",\n    \"oophorhysterectomy\": \"oophorohysterectomy\",\n    \"oord\": \"Oord\",\n    \"oorial\": \"ihe oma\",\n    \"oosperms\": \"Ugboro abụọ\",\n    \"oosporic\": \"Oosporic\",\n    \"oosporiferous\": \"Okafor\",\n    \"oosporous\": \"oos\",\n    \"oostegite\": \"Oostegite\",\n    \"oothecal\": \"mgbeo\",\n    \"oots\": \"akpụkpọ ụkwụ\",\n    \"oouassa\": \"osaas\",\n    \"oozed\": \"oozes\",\n    \"oozinesses\": \"ooziness\",\n    \"oozing\": \"na-agbanye\",\n    \"opacifying\": \"ichoputa\",\n    \"opacimeter\": \"opacimita\",\n    \"opaled\": \"gwuru\",\n    \"opalesced\": \"gwuru\",\n    \"opalines\": \"opal\",\n    \"opalize\": \"kpalie\",\n    \"opalized\": \"opara\",\n    \"opalizing\": \"oping\",\n    \"opcode\": \"opodo\",\n    \"opec\": \"Ọrụ\",\n    \"opegrapha\": \"operafa\",\n    \"open\": \"imeghe\",\n    \"openability\": \"mmeghe\",\n    \"openable\": \"emeghe\",\n    \"openairish\": \"emeghe\",\n    \"openairness\": \"imeghe\",\n    \"openband\": \"eriri ọnụ\",\n    \"openbeak\": \"oghe\",\n    \"openbill\": \"oghe\",\n    \"opencast\": \"emeghe\",\n    \"openchain\": \"ogwe oghere\",\n    \"opencircuit\": \"Ogwe\",\n    \"opencut\": \"oghere\",\n    \"opened\": \"meghere\",\n    \"openendedness\": \"imeghe\",\n    \"opener\": \"ihe mmeghe\",\n    \"openers\": \"mmeghe\",\n    \"openest\": \"nke kachasị\",\n    \"openhanded\": \"ejiri aka\",\n    \"openhandedly\": \"n'omume\",\n    \"openhandedness\": \"ịdị njikere\",\n    \"openhead\": \"isi mmalite\",\n    \"openhearted\": \"ezi obi\",\n    \"openheartedly\": \"n'obi\",\n    \"openheartedness\": \"ezi obi\",\n    \"opening\": \"mmeghe\",\n    \"openings\": \"mmeghe\",\n    \"openly\": \"n'ihu ọha\",\n    \"openmouthed\": \"mepee\",\n    \"openmouthedly\": \"n'eghe oghe\",\n    \"openmouthedness\": \"nkwupụta okwu\",\n    \"openness\": \"imeghe\",\n    \"opennesses\": \"mmeghe\",\n    \"opens\": \"emepe\",\n    \"openside\": \"emepe\",\n    \"openwork\": \"ọrụ\",\n    \"openworks\": \"ọrụ\",\n    \"operabily\": \"ejije\",\n    \"operability\": \"ịrụ ọrụ\",\n    \"operabilities\": \"arụmọrụ\",\n    \"operable\": \"nwere ike ịrụ ọrụ\",\n    \"operably\": \"na-arụ ọrụ\",\n    \"operae\": \"ejije\",\n    \"operagoer\": \"onye na-eme ihe nkiri\",\n    \"operance\": \"ọrụ\",\n    \"operant\": \"na-arụ ọrụ\",\n    \"operantis\": \"ndị ọrụ\",\n    \"operantly\": \"na-arụ ọrụ\",\n    \"operants\": \"na-arụ ọrụ\",\n    \"operary\": \"onye ọrụ\",\n    \"operas\": \"opera\",\n    \"operatable\": \"nwere ike ịrụ ọrụ\",\n    \"operate\": \"rụọ ọrụ\",\n    \"operated\": \"ejikwara\",\n    \"operatee\": \"ejikwara\",\n    \"operates\": \"na-arụ ọrụ\",\n    \"operatic\": \"ejije\",\n    \"operatically\": \"n'ịrụ ọrụ\",\n    \"operating\": \"na-arụ ọrụ\",\n    \"operation\": \"ọrụ\",\n    \"operational\": \"arụ ọrụ\",\n    \"operationalism\": \"arụmọrụ\",\n    \"operationalist\": \"onye ọrụ\",\n    \"operationalistic\": \"arụmọrụ\",\n    \"operationally\": \"arụ ọrụ\",\n    \"operationism\": \"arụmọrụ\",\n    \"operationist\": \"onye na-arụ ọrụ\",\n    \"operations\": \"arụmọrụ\",\n    \"operative\": \"na-arụ ọrụ\",\n    \"operatively\": \"n'ịrụ ọrụ\",\n    \"operatives\": \"ndị ọrụ\",\n    \"operativity\": \"ọrụ\",\n    \"operator\": \"onye ọrụ\",\n    \"operatory\": \"na-arụ ọrụ\",\n    \"operators\": \"ndị ọrụ\",\n    \"opercled\": \"Opercled\",\n    \"opercular\": \"kpakpando\",\n    \"operculate\": \"tinyekwuo\",\n    \"operculated\": \"nwekọtara\",\n    \"operculiferous\": \"ajuju\",\n    \"operettas\": \"operetas\",\n    \"operons\": \"ndị ọrụ\",\n    \"operose\": \"egwuregwu\",\n    \"operosely\": \"ọrụ\",\n    \"operoseness\": \"ọrụ\",\n    \"operosity\": \"arụ ọrụ\",\n    \"ophelimity\": \"Ohere\",\n    \"ophicleidist\": \"onyengbo\",\n    \"ophidious\": \"na-ahụ anya\",\n    \"ophidium\": \"ophiidium\",\n    \"ophidologist\": \"ọkà mmụta ọgwụ\",\n    \"ophiography\": \"ihe omumu\",\n    \"ophiology\": \"Ọrịa\",\n    \"ophiologic\": \"Ọrịa\",\n    \"ophiologist\": \"ọkà mmụta ọgwụ\",\n    \"ophiomancy\": \"Ọrịa\",\n    \"ophiomorphous\": \"ọfụfụ\",\n    \"ophitism\": \"ophites\",\n    \"ophiuchid\": \"ophiuchi\",\n    \"ophiucus\": \"ophiuchus\",\n    \"ophryon\": \"oporọn\",\n    \"ophthalmic\": \"anya\",\n    \"ophthalmitic\": \"opi ọgwụ\",\n    \"ophthalmologist\": \"ọkà mmụta anya\",\n    \"ophthalmologists\": \"ndị ophthalmologists\",\n    \"opianic\": \"opiiki\",\n    \"opiated\": \"gbanwere\",\n    \"opiating\": \"na-ekpo ọkụ\",\n    \"opiism\": \"opi\",\n    \"opinability\": \"nkwupụta okwu\",\n    \"opinable\": \"enwere ike ikwu okwu\",\n    \"opinably\": \"n'ụzọ ziri ezi\",\n    \"opinant\": \"onye nkwupụta\",\n    \"opination\": \"echiche\",\n    \"opinative\": \"echiche\",\n    \"opinatively\": \"n'echiche\",\n    \"opinator\": \"onye na-ekwu okwu\",\n    \"opined\": \"opiri\",\n    \"opiner\": \"onye na-ekwu okwu\",\n    \"opiners\": \"ndị na-ege ntị\",\n    \"opiniastrous\": \"opi\",\n    \"opiniate\": \"opinate\",\n    \"opiniated\": \"opi\",\n    \"opiniative\": \"opi\",\n    \"opiniativeness\": \"ịmụrụ ihe\",\n    \"opiniatre\": \"opi nkiri\",\n    \"opiniatreness\": \"opinanya\",\n    \"opinicus\": \"nkwenkwe\",\n    \"opinicuses\": \"echiche\",\n    \"opining\": \"opin\",\n    \"opinion\": \"echiche\",\n    \"opinionable\": \"ezi uche\",\n    \"opinionaire\": \"onye nwere echiche\",\n    \"opinional\": \"eme uche\",\n    \"opinionate\": \"na-ekwupụta echiche\",\n    \"opinionated\": \"kwuru\",\n    \"opinionatedly\": \"n'echiche\",\n    \"opinionatedness\": \"echiche\",\n    \"opinionately\": \"n'echiche\",\n    \"opinionative\": \"n'echiche\",\n    \"opinionatively\": \"n'echiche\",\n    \"opinionativeness\": \"echiche\",\n    \"opinioned\": \"kwuru\",\n    \"opinionedness\": \"echiche\",\n    \"opinionist\": \"onye nkwenkwe\",\n    \"opinions\": \"echiche\",\n    \"opiophagy\": \"ọgwụ\",\n    \"opisthographic\": \"ederede\",\n    \"opiumisms\": \"ọgwụ\",\n    \"opiums\": \"opi\",\n    \"opotherapy\": \"ọgwụ opotherapy\",\n    \"opp\": \"ihe\",\n    \"oppian\": \"onye igbo\",\n    \"oppidan\": \"ndidan\",\n    \"oppidans\": \"Odibo\",\n    \"oppidum\": \"Odinaka\",\n    \"oppignerate\": \"ịgbanyụ\",\n    \"oppignorate\": \"icignorate\",\n    \"oppilant\": \"mmegbu\",\n    \"oppilate\": \"Odela\",\n    \"oppilated\": \"Okpuru\",\n    \"oppilates\": \"ndị mmadụ\",\n    \"oppilating\": \"na-agbagbu\",\n    \"oppilation\": \"mmekpa ahụ\",\n    \"oppilative\": \"mmegide\",\n    \"opplete\": \"opi\",\n    \"oppletion\": \"opi\",\n    \"oppone\": \"onye mmegide\",\n    \"opponency\": \"onye mmegide\",\n    \"opponens\": \"ndị na-emegide ya\",\n    \"opponent\": \"onye mmegide\",\n    \"opponents\": \"ndị na-emegide ya\",\n    \"opportune\": \"dabara adaba\",\n    \"opportuneless\": \"enweghị ohere\",\n    \"opportunely\": \"n'ụzọ dabara adaba\",\n    \"opportuneness\": \"ohere\",\n    \"opportunism\": \"ohere\",\n    \"opportunist\": \"nwee ohere\",\n    \"opportunistic\": \"nwee ohere\",\n    \"opportunistically\": \"n'ụzọ dabara adaba\",\n    \"opportunists\": \"nwee ohere\",\n    \"opportunity\": \"Ohere\",\n    \"opportunities\": \"Ohere\",\n    \"opposability\": \"mmegide\",\n    \"opposabilities\": \"mmegide\",\n    \"opposable\": \"emegide\",\n    \"opposal\": \"emegide\",\n    \"oppose\": \"guzogide\",\n    \"opposed\": \"emegide\",\n    \"opposeless\": \"imegide\",\n    \"opposer\": \"onye mmegide\",\n    \"opposers\": \"ndị mmegide\",\n    \"opposes\": \"emegide\",\n    \"opposing\": \"na-emegide\",\n    \"opposingly\": \"imegide\",\n    \"opposit\": \"emegide\",\n    \"opposite\": \"nke ozo\",\n    \"oppositely\": \"imegide\",\n    \"oppositeness\": \"mmegide\",\n    \"opposites\": \"emegide\",\n    \"oppositiflorous\": \"na-emegide\",\n    \"oppositifolious\": \"na-emegide\",\n    \"opposition\": \"mmegide\",\n    \"oppositional\": \"mmegide\",\n    \"oppositionary\": \"onye mmegide\",\n    \"oppositionism\": \"mmegide\",\n    \"oppositionist\": \"onye mmegide\",\n    \"oppositionists\": \"ndị mmegide\",\n    \"oppositionless\": \"emegideghị\",\n    \"oppositions\": \"mmegide\",\n    \"oppositious\": \"na-emegide\",\n    \"oppositipetalous\": \"na-emegide\",\n    \"oppositipinnate\": \"na-emegide\",\n    \"oppositipolar\": \"onye na-emegide\",\n    \"oppositisepalous\": \"na-emegide\",\n    \"oppositive\": \"nke ozo\",\n    \"oppositively\": \"imegide\",\n    \"oppositiveness\": \"mmegide\",\n    \"oppossum\": \"opossum\",\n    \"opposure\": \"nke ozo\",\n    \"oppress\": \"megbuo\",\n    \"oppressed\": \"emegbu\",\n    \"oppresses\": \"mmegbu\",\n    \"oppressible\": \"kpagbuo\",\n    \"oppressing\": \"emegbu\",\n    \"oppression\": \"mmegbu\",\n    \"oppressionist\": \"onye mmegbu\",\n    \"oppressive\": \"mmegbu\",\n    \"oppressively\": \"mmegbu\",\n    \"oppressiveness\": \"mmegbu\",\n    \"oppressor\": \"onye mmegbu\",\n    \"oppressors\": \"mmegbu\",\n    \"opprobry\": \"mmegbu\",\n    \"opprobriate\": \"mmegbu\",\n    \"opprobriated\": \"Okpukpe\",\n    \"opprobriating\": \"na-emegide\",\n    \"opprobrious\": \"Okpukpo\",\n    \"opprobriously\": \"na-egosi na\",\n    \"opprobriousness\": \"Okpukpe\",\n    \"opprobrium\": \"Ogwugwu\",\n    \"oppugn\": \"mpako\",\n    \"oppugnacy\": \"mmegbu\",\n    \"oppugnance\": \"mmegbu\",\n    \"oppugnancy\": \"mmegbu\",\n    \"oppugnant\": \"na-asọ oyi\",\n    \"oppugnate\": \"mpako\",\n    \"oppugnation\": \"mmegbu\",\n    \"oppugned\": \"Ikekwe\",\n    \"oppugner\": \"onye iro\",\n    \"oppugners\": \"mmegbu\",\n    \"oppugning\": \"mpako\",\n    \"oppugns\": \"mpako\",\n    \"ops\": \"Ops\",\n    \"opsy\": \"akpaba\",\n    \"opsimathy\": \"Opsimathy\",\n    \"opsisform\": \"Opsisform\",\n    \"opsonia\": \"Opsonia\",\n    \"opsonic\": \"Opsonic\",\n    \"opsoniferous\": \"Opsoniferous\",\n    \"opsonify\": \"Kwado\",\n    \"opsonification\": \"nkwenye\",\n    \"opsonified\": \"Opsonified\",\n    \"opsonifies\": \"na-egosi\",\n    \"opsonifying\": \"na-atụgharị uche\",\n    \"opsonin\": \"Opsonin\",\n    \"opsonins\": \"Opsonins\",\n    \"opsonium\": \"Opsonium\",\n    \"opsonize\": \"Opsonize\",\n    \"opsonized\": \"Opsonized\",\n    \"opsonizes\": \"Opsonizes\",\n    \"opsonizing\": \"Opsonizing\",\n    \"opsonogen\": \"Opsonogen\",\n    \"opsonophilic\": \"Opsonophilic\",\n    \"opt\": \"họrọ\",\n    \"optable\": \"opupu\",\n    \"optate\": \"choputa\",\n    \"optation\": \"ngwa ngwa\",\n    \"optative\": \"optical\",\n    \"optatives\": \"ngwa ngwa\",\n    \"opted\": \"kwụsịrị\",\n    \"opthalmic\": \"anya\",\n    \"opthalmology\": \"ophthalmology\",\n    \"opthalmologic\": \"ophthalmologic\",\n    \"opthalmoplegy\": \"ophthalmoplegia\",\n    \"opthalmoscopy\": \"ophthalmoscopy\",\n    \"opthalmothermometer\": \"temometa opthalmo\",\n    \"optical\": \"ngwa anya\",\n    \"optically\": \"ngwa anya\",\n    \"optician\": \"dibịa anya\",\n    \"opticians\": \"ndị na-ahụ anya\",\n    \"opticist\": \"onye nyocha anya\",\n    \"opticists\": \"ndị nyocha anya\",\n    \"opticity\": \"optic\",\n    \"optics\": \"ngwa anya\",\n    \"optimacy\": \"njikarịcha\",\n    \"optimal\": \"ezigbo\",\n    \"optimality\": \"nchekwube\",\n    \"optimate\": \"kacha\",\n    \"optimates\": \"kachasị\",\n    \"optime\": \"kacha mma\",\n    \"optimeter\": \"kacha mma\",\n    \"optimise\": \"ebuli\",\n    \"optimised\": \"kachasị\",\n    \"optimises\": \"na-ebuli\",\n    \"optimising\": \"optimizing\",\n    \"optimism\": \"nchekwube\",\n    \"optimisms\": \"nchekwube\",\n    \"optimist\": \"nchekwube\",\n    \"optimistic\": \"nwee nchekwube\",\n    \"optimistical\": \"nchekwube\",\n    \"optimistically\": \"n'olileanya\",\n    \"optimisticalness\": \"nchekwube\",\n    \"optimists\": \"ndị nwere nchekwube\",\n    \"optimity\": \"nchekwube\",\n    \"optimization\": \"njikarịcha\",\n    \"optimizations\": \"njikarịcha\",\n    \"optimize\": \"ebuli\",\n    \"optimized\": \"kachasị\",\n    \"optimizer\": \"ihe njikarịcha\",\n    \"optimizers\": \"njikarịcha\",\n    \"optimizes\": \"na-ebuli\",\n    \"optimum\": \"kacha\",\n    \"optimums\": \"Kachasị\",\n    \"opting\": \"na-ahọrọ\",\n    \"option\": \"nhọrọ\",\n    \"optional\": \"nhọrọ\",\n    \"optionality\": \"nhọrọ\",\n    \"optionalize\": \"gosiputa ihe\",\n    \"optionally\": \"nhọrọ\",\n    \"optionals\": \"nhọrọ\",\n    \"optionary\": \"nhọrọ\",\n    \"optioned\": \"họrọ\",\n    \"optionee\": \"nhọrọee\",\n    \"optionees\": \"nhọrọ\",\n    \"optioning\": \"nhọrọ\",\n    \"optionor\": \"nhọrọ\",\n    \"options\": \"nhọrọ\",\n    \"optomeninx\": \"optomeinx\",\n    \"optometer\": \"optometa\",\n    \"optometries\": \"ngwa anya\",\n    \"optometrists\": \"ndị na-ahụ anya\",\n    \"optophone\": \"ekwentị mkpanaaka\",\n    \"opulence\": \"opu\",\n    \"opulences\": \"opulence\",\n    \"opulent\": \"opu\",\n    \"opuscules\": \"opusulu\",\n    \"opuses\": \"opus\",\n    \"oquassa\": \"okwassa\",\n    \"oquassas\": \"okwassas\",\n    \"or\": \"ma ọ bụ\",\n    \"oraches\": \"oroma\",\n    \"oracy\": \"agba\",\n    \"oracle\": \"ibu eboro\",\n    \"oracles\": \"agwa\",\n    \"oracular\": \"agba\",\n    \"oracularly\": \"n'okwu\",\n    \"oracularness\": \"arụ ọrụ\",\n    \"oraculate\": \"atụtụ\",\n    \"oraculously\": \"n'ụzọ zuru oke\",\n    \"oraculousness\": \"ịsị ọnessụ\",\n    \"orae\": \"okwu\",\n    \"oragious\": \"na-asọ oyi\",\n    \"oral\": \"onu\",\n    \"orale\": \"okwu\",\n    \"oraler\": \"ekwu okwu\",\n    \"oralism\": \"ọnụ\",\n    \"oralist\": \"onye na-ekwu okwu onu\",\n    \"orality\": \"ọnụ\",\n    \"oralities\": \"ọnụ\",\n    \"oralization\": \"ọnụ\",\n    \"oralize\": \"na-ekwu okwu ọnụ\",\n    \"orally\": \"ọnụ\",\n    \"oralogist\": \"dibịa afa\",\n    \"orals\": \"mmanụ\",\n    \"orange\": \"oroma\",\n    \"orangeade\": \"oroma\",\n    \"orangeades\": \"oroma\",\n    \"orangeado\": \"oroma\",\n    \"orangeat\": \"oroma\",\n    \"orangeberry\": \"oroma\",\n    \"orangeberries\": \"oroma\",\n    \"orangebird\": \"oroma\",\n    \"orangeish\": \"oroma\",\n    \"orangeism\": \"oroma\",\n    \"orangeist\": \"oroma\",\n    \"orangeleaf\": \"oroma\",\n    \"orangeness\": \"ịdị ọcha\",\n    \"oranger\": \"ora\",\n    \"orangery\": \"orangi\",\n    \"orangeries\": \"oroma\",\n    \"orangeroot\": \"oroma\",\n    \"oranges\": \"oroma\",\n    \"orangewoman\": \"nwanyị oroma\",\n    \"orangewood\": \"oroma\",\n    \"orangy\": \"oroma\",\n    \"orangier\": \"ora\",\n    \"oranginess\": \"mmanụ\",\n    \"orangish\": \"mmanụ\",\n    \"orangize\": \"tinye isi\",\n    \"orangs\": \"ora\",\n    \"orangutans\": \"orangutan\",\n    \"orantes\": \"orante\",\n    \"orary\": \"ma ọ bụ\",\n    \"orarion\": \"elu ọnụ\",\n    \"oras\": \"ora\",\n    \"orated\": \"kwuru\",\n    \"orates\": \"oba\",\n    \"orating\": \"na-ekwu okwu\",\n    \"orational\": \"ọnụ\",\n    \"orator\": \"ọkaibe\",\n    \"oratory\": \"na-ekwu okwu\",\n    \"oratorial\": \"ekwupụta okwu\",\n    \"oratorially\": \"ugboro ugboro\",\n    \"oratoric\": \"n'okwu\",\n    \"oratorical\": \"n'okwu\",\n    \"oratorically\": \"n'okwu\",\n    \"oratories\": \"okike\",\n    \"oratorize\": \"kpalie\",\n    \"orators\": \"na-ekwu okwu\",\n    \"oratorship\": \"ịrụ ọrụ\",\n    \"oratress\": \"akpa\",\n    \"oratresses\": \"akpukpo\",\n    \"oratrix\": \"nkwekọ\",\n    \"orbell\": \"ma ọ bụ\",\n    \"orby\": \"ma ọ bụ\",\n    \"orbic\": \"ma ọ bụ\",\n    \"orbicle\": \"ma ọ bụ\",\n    \"orbicular\": \"ma ọ bụ\",\n    \"orbiculares\": \"ahihia\",\n    \"orbicularity\": \"ma ọ bụ\",\n    \"orbicularly\": \"ma ọ bụ\",\n    \"orbicularness\": \"ma ọ bụ\",\n    \"orbiculate\": \"Ogba\",\n    \"orbiculated\": \"ọ bụrụ\",\n    \"orbiculately\": \"ma ọ bụ\",\n    \"orbiculation\": \"ndozi\",\n    \"orbited\": \"gburugburu\",\n    \"orbiting\": \"na-agbagharị\",\n    \"orbits\": \"gburugburu\",\n    \"orbless\": \"enweghị atụ\",\n    \"orblet\": \"orble\",\n    \"orblike\": \"orb\",\n    \"orbs\": \"Ogwe\",\n    \"orchard\": \"mkpụrụ osisi\",\n    \"orcharding\": \"orcharging\",\n    \"orchardist\": \"onye orchardist\",\n    \"orchards\": \"ubi mkpụrụ osisi\",\n    \"orchat\": \"ma ọ bụ\",\n    \"orchestian\": \"okorie\",\n    \"orchestra\": \"òtù egwú\",\n    \"orchestral\": \"ìgwè ndị isi\",\n    \"orchestraless\": \"enweghị egwu\",\n    \"orchestrally\": \"orchestral\",\n    \"orchestras\": \"òtù egwú\",\n    \"orchestrate\": \"ichikota\",\n    \"orchestrated\": \"ork\",\n    \"orchestrater\": \"onye nhazi\",\n    \"orchestrates\": \"ndị na-ahazi ọrụ\",\n    \"orchestrating\": \"ịmị egwu\",\n    \"orchestrations\": \"ìgwè egwu\",\n    \"orchestrator\": \"onye mmebe\",\n    \"orchestrators\": \"ndị na-akụ egwu\",\n    \"orchestre\": \"orchester\",\n    \"orchestric\": \"ụbọ akwara\",\n    \"orchestrina\": \"òtù egwú\",\n    \"orchestrion\": \"ìgwè ndị egwú\",\n    \"orchic\": \"ma ọ bụ\",\n    \"orchidist\": \"onye orchidist\",\n    \"orchidologist\": \"ọkà mmụta orchidologist\",\n    \"orchids\": \"orchid\",\n    \"orchil\": \"Orchil\",\n    \"orchils\": \"okoolu\",\n    \"orchises\": \"orch\",\n    \"orcs\": \"Orc\",\n    \"ordain\": \"chie ya echichi\",\n    \"ordainable\": \"ordoin\",\n    \"ordained\": \"chiri\",\n    \"ordainer\": \"chie\",\n    \"ordainers\": \"ndi ichi\",\n    \"ordaining\": \"ichi ihe\",\n    \"ordainment\": \"echichi\",\n    \"ordains\": \"chie echichi\",\n    \"ordeal\": \"tara ahụhụ\",\n    \"ordeals\": \"mmekpa ahụ\",\n    \"order\": \"iji\",\n    \"orderable\": \"orde\",\n    \"ordered\": \"nyere iwu\",\n    \"orderedness\": \"iwu\",\n    \"orderer\": \"onye omekome\",\n    \"orderers\": \"ndị omekome\",\n    \"ordering\": \"ịtụ\",\n    \"orderings\": \"ịtụ\",\n    \"orderless\": \"enweghi usoro\",\n    \"orderlessness\": \"enweghị usoro\",\n    \"orderly\": \"n'usoro\",\n    \"orderlies\": \"iwu\",\n    \"orderliness\": \"ịdị n'usoro\",\n    \"orders\": \"iwu\",\n    \"ordinability\": \"ikike\",\n    \"ordinable\": \"na-akwadoro\",\n    \"ordinaire\": \"otu\",\n    \"ordinal\": \"iwu\",\n    \"ordinally\": \"iwu\",\n    \"ordinals\": \"iwu\",\n    \"ordinance\": \"iwu\",\n    \"ordinances\": \"emume-nsọ\",\n    \"ordinand\": \"iwu\",\n    \"ordinands\": \"iwu\",\n    \"ordinant\": \"Iwu\",\n    \"ordinar\": \"iwu\",\n    \"ordinary\": \"nkịtị\",\n    \"ordinariate\": \"chia\",\n    \"ordinarier\": \"onye nhazi\",\n    \"ordinaries\": \"emumechi\",\n    \"ordinariest\": \"iwu\",\n    \"ordinarily\": \"iwu\",\n    \"ordinariness\": \"ịdị nsọ\",\n    \"ordinaryship\": \"ụgbọ mmiri nkịtị\",\n    \"ordinarius\": \"Iwu\",\n    \"ordinate\": \"chia\",\n    \"ordinated\": \"echichi\",\n    \"ordinately\": \"mgbe niile\",\n    \"ordinates\": \"na-achi\",\n    \"ordinating\": \"na-achịkwa\",\n    \"ordination\": \"echichi\",\n    \"ordinations\": \"echichi\",\n    \"ordinative\": \"emume\",\n    \"ordinatomaculate\": \"ndozi\",\n    \"ordinator\": \"onye nhazi\",\n    \"ordines\": \"na-achịkwa\",\n    \"ordnance\": \"ord\",\n    \"ordonnance\": \"ihe ndozi\",\n    \"ordonnant\": \"na-achọkarị\",\n    \"ordovices\": \"ma ọ bụ ngwaọrụ\",\n    \"ordure\": \"ma ọ bụ\",\n    \"ordurous\": \"ma ọ bụ\",\n    \"ordurousness\": \"ma ọ bụ\",\n    \"oread\": \"ntị\",\n    \"oreads\": \"Ogbe\",\n    \"orecchion\": \"mbeninyanne\",\n    \"orective\": \"ndozi\",\n    \"ored\": \"Ored\",\n    \"oregonians\": \"ndị Oregoni\",\n    \"oreography\": \"ihe omimi\",\n    \"oreortyx\": \"okpokoro\",\n    \"oreshoot\": \"ebe obibi\",\n    \"orestes\": \"Orest\",\n    \"oretic\": \"oreti\",\n    \"orf\": \"ma ọ bụ\",\n    \"orgament\": \"ihe ịchọ mma\",\n    \"orgamy\": \"origami\",\n    \"organ\": \"ngwa\",\n    \"organal\": \"mbụ\",\n    \"organbird\": \"ihe ndozi\",\n    \"organdie\": \"ngwa\",\n    \"organdies\": \"ihe ndi ozo\",\n    \"organella\": \"akụkụ\",\n    \"organellae\": \"akụkụ\",\n    \"organelle\": \"akụkụ\",\n    \"organelles\": \"ngwa\",\n    \"organer\": \"akụkụ ahụ\",\n    \"organy\": \"ngwa\",\n    \"organical\": \"ntule\",\n    \"organicalness\": \"ihe dị ndụ\",\n    \"organicism\": \"ntule\",\n    \"organicismal\": \"ntule\",\n    \"organicist\": \"ihe omumu\",\n    \"organicistic\": \"organic\",\n    \"organicity\": \"ntule\",\n    \"organics\": \"ihe omumu\",\n    \"organify\": \"gbakọta\",\n    \"organific\": \"ihe dị ndụ\",\n    \"organifier\": \"ihe na-edozi ahụ\",\n    \"organing\": \"na-agbakwunye\",\n    \"organisable\": \"haziri\",\n    \"organisation\": \"nzukọ\",\n    \"organisational\": \"nhazi\",\n    \"organisationally\": \"nhazi\",\n    \"organise\": \"haziri\",\n    \"organised\": \"haziri\",\n    \"organises\": \"na-ahazi\",\n    \"organising\": \"ịhazi\",\n    \"organism\": \"ntule\",\n    \"organismal\": \"ntule\",\n    \"organismic\": \"nje\",\n    \"organismically\": \"ntule\",\n    \"organisms\": \"ntule\",\n    \"organistic\": \"ihe niile\",\n    \"organists\": \"ihe ndi ozo\",\n    \"organistship\": \"ịdị ndụ\",\n    \"organity\": \"ihe niile\",\n    \"organizability\": \"nhazi\",\n    \"organizable\": \"hazie\",\n    \"organization\": \"nzukọ\",\n    \"organizational\": \"nhazi\",\n    \"organizationally\": \"nhazi\",\n    \"organizationist\": \"nhazi\",\n    \"organizations\": \"òtù\",\n    \"organizatory\": \"nhazi\",\n    \"organize\": \"hazie\",\n    \"organized\": \"haziri\",\n    \"organizer\": \"nhazi\",\n    \"organizers\": \"ndị nhazi\",\n    \"organizes\": \"na-ahazi\",\n    \"organizing\": \"ịhazi\",\n    \"organless\": \"enweghi ihe\",\n    \"organoarsenic\": \"Oreoeniz\",\n    \"organoboron\": \"ngwa\",\n    \"organogel\": \"ahụrụ\",\n    \"organogen\": \"Oganogen\",\n    \"organogold\": \"ihe na-edozi ahụ\",\n    \"organography\": \"ihe omuma\",\n    \"organographic\": \"ihe omuma\",\n    \"organographies\": \"ihe omuma\",\n    \"organographist\": \"onye na-edozi ahụ\",\n    \"organology\": \"ihe omumu\",\n    \"organological\": \"ihe omumu\",\n    \"organologist\": \"ọkà mmụta ihe banyere ahụ́ mmadụ\",\n    \"organomercury\": \"mmekorita\",\n    \"organometallic\": \"ihe omuma\",\n    \"organon\": \"ntule\",\n    \"organonymy\": \"ihe ndi ozo\",\n    \"organonomy\": \"ihe omumu\",\n    \"organonomic\": \"nchịkwa\",\n    \"organons\": \"ntule\",\n    \"organophil\": \"akụkụ\",\n    \"organophyly\": \"na-achịkwa\",\n    \"organophone\": \"ekwenti\",\n    \"organophonic\": \"ekwenti\",\n    \"organophosphorous\": \"na-achịkwa\",\n    \"organosilicon\": \"ngwa\",\n    \"organosilver\": \"ihe na-edozi ahụ\",\n    \"organotherapeutics\": \"ọgwụgwọ ọrịa\",\n    \"organotherapy\": \"ọgwụgwọ ọrịa\",\n    \"organry\": \"ngwa\",\n    \"organs\": \"akụkụ ahụ\",\n    \"organule\": \"ngwa\",\n    \"organum\": \"ngwa\",\n    \"organums\": \"ntule\",\n    \"organza\": \"ngwa\",\n    \"organzas\": \"ngwa\",\n    \"organzined\": \"na-emezi ihe\",\n    \"orgastic\": \"ezigbo\",\n    \"orgeats\": \"orgeat\",\n    \"orgiastic\": \"orgial\",\n    \"orgiastically\": \"ma ọ bụ\",\n    \"orgic\": \"ihe omimi\",\n    \"orgue\": \"oria\",\n    \"orgulously\": \"n'ụzọ doro anya\",\n    \"oryctics\": \"oryikik\",\n    \"oryctologist\": \"ọkà mmụta oryctologist\",\n    \"oriels\": \"oriel\",\n    \"oriency\": \"oriọna\",\n    \"oriental\": \"nke oriental\",\n    \"orientalization\": \"nhazi ihe\",\n    \"orientalize\": \"lezie anya\",\n    \"orientalized\": \"orientized\",\n    \"orientalizing\": \"na-eche ihu\",\n    \"orientate\": \"gosi oria\",\n    \"orientated\": \"oriọna\",\n    \"orientates\": \"gbakwasara\",\n    \"orientating\": \"nghazi\",\n    \"orientation\": \"nghazi\",\n    \"orientational\": \"nghazi\",\n    \"orientationally\": \"nghazi\",\n    \"orientations\": \"nghazi\",\n    \"orientative\": \"ihe omuma\",\n    \"oriented\": \"gbakwasara\",\n    \"orienteering\": \"izi ihe\",\n    \"orientization\": \"nghazi\",\n    \"orientize\": \"izi ihe\",\n    \"oriently\": \"oriọna\",\n    \"orientness\": \"oriọna\",\n    \"orients\": \"orient\",\n    \"orifacial\": \"orofacial\",\n    \"oriflamb\": \"oriflame\",\n    \"oriflamme\": \"oriflame\",\n    \"oriform\": \"nhazi\",\n    \"orig\": \"mmalite\",\n    \"origamis\": \"mmalite\",\n    \"origan\": \"mmalite\",\n    \"origanized\": \"malitere\",\n    \"origans\": \"mmalite\",\n    \"origanum\": \"mmalite\",\n    \"origanums\": \"mmalite\",\n    \"origenian\": \"onye mmalite\",\n    \"origenic\": \"sitere\",\n    \"origenical\": \"sitere\",\n    \"origenism\": \"mmalite\",\n    \"origenist\": \"onye mbido\",\n    \"origenistic\": \"mmalite\",\n    \"origenize\": \"malite\",\n    \"origin\": \"mbido\",\n    \"originable\": \"sitere\",\n    \"original\": \"mbụ\",\n    \"originalist\": \"onye ochie\",\n    \"originality\": \"izizi\",\n    \"originalities\": \"ihe mbụ\",\n    \"originally\": \"na mbụ\",\n    \"originalness\": \"mbụ\",\n    \"originals\": \"mbụ\",\n    \"originant\": \"sitere\",\n    \"originary\": \"sitere\",\n    \"originarily\": \"n'ụzọ bụ isi\",\n    \"originate\": \"sitere\",\n    \"originated\": \"sitere\",\n    \"originates\": \"malitere\",\n    \"originating\": \"isi\",\n    \"origination\": \"mmalite\",\n    \"originative\": \"nke mmalite\",\n    \"originatively\": \"mbụ\",\n    \"originator\": \"onye malitere\",\n    \"originators\": \"ndị malitere\",\n    \"originatress\": \"nwanyi\",\n    \"origines\": \"mmalite\",\n    \"originist\": \"onye malitere\",\n    \"origins\": \"mmalite\",\n    \"orillion\": \"ma ọ bụ nde\",\n    \"orinasality\": \"egwuasality\",\n    \"orinasally\": \"egwu\",\n    \"orinasals\": \"egwu\",\n    \"orisons\": \"orison\",\n    \"orleanism\": \"Orleanism\",\n    \"orleways\": \"ma ọ bụ\",\n    \"orlewise\": \"ma ọ bụ ọzọ\",\n    \"orlops\": \"ntụbata\",\n    \"ormer\": \"ma ọ bụ\",\n    \"ormers\": \"ndị na-ede mmiri\",\n    \"ornament\": \"ihe ịchọ mma\",\n    \"ornamental\": \"ihe ịchọ mma\",\n    \"ornamentalism\": \"ihe ịchọ mma\",\n    \"ornamentalist\": \"ihe ịchọ mma\",\n    \"ornamentality\": \"ịchọ mma\",\n    \"ornamentalize\": \"ịchọ mma\",\n    \"ornamentally\": \"ịchọ mma\",\n    \"ornamentary\": \"ihe ịchọ mma\",\n    \"ornamentation\": \"ịchọ mma\",\n    \"ornamentations\": \"ihe ịchọ mma\",\n    \"ornamented\": \"ịchọ mma\",\n    \"ornamenter\": \"ihe ịchọ mma\",\n    \"ornamenting\": \"ịchọ mma\",\n    \"ornamentist\": \"onye ịchọ mma\",\n    \"ornaments\": \"ihe ịchọ mma\",\n    \"ornary\": \"ornari\",\n    \"ornate\": \"ihe ndozi\",\n    \"ornately\": \"ornchọ\",\n    \"ornateness\": \"ihe ịchọ mma\",\n    \"ornation\": \"ihe ịchọ mma\",\n    \"ornature\": \"ọchọmma\",\n    \"ornery\": \"ihe ịchọ mma\",\n    \"ornerier\": \"ma ọ bụ\",\n    \"orneriest\": \"ihe kacha sie ike\",\n    \"orneriness\": \"ihe ndozi\",\n    \"ornify\": \"chọọ\",\n    \"orniscopic\": \"ihe nlere\",\n    \"orniscopist\": \"onye nchịkwa\",\n    \"ornith\": \"ihe ịchọ mma\",\n    \"ornithes\": \"ihe ịchọ mma\",\n    \"ornithol\": \"ihe ndozi\",\n    \"ornithologists\": \"ndị ornithologists\",\n    \"ornithopter\": \"ihe ndozi\",\n    \"ornithvrous\": \"ịchọ mma\",\n    \"orography\": \"okwu\",\n    \"orographic\": \"asụsụ\",\n    \"orographical\": \"asụsụ\",\n    \"orographically\": \"n’asụsụ\",\n    \"orolingual\": \"olulu\",\n    \"orology\": \"oruru\",\n    \"orological\": \"asụsụ\",\n    \"orologies\": \"okwu\",\n    \"orologist\": \"ọkà mmụta banyere ọkà okwu\",\n    \"orometers\": \"oromita\",\n    \"orometry\": \"orometi\",\n    \"oronasally\": \"n'ụzọ nkịtị\",\n    \"oronooko\": \"oroonoko\",\n    \"oropharynges\": \"oropharyngeal\",\n    \"oropharynxes\": \"oropharynx\",\n    \"orotunds\": \"orotund\",\n    \"orphan\": \"nwa mgbei\",\n    \"orphanage\": \"ogige ụmụ mgbei\",\n    \"orphanages\": \"ogige ụmụ mgbei\",\n    \"orphancy\": \"nwa mgbei\",\n    \"orphandom\": \"nwa mgbei\",\n    \"orphaned\": \"nwa mgbei\",\n    \"orphange\": \"ogige ụmụ mgbei\",\n    \"orphanhood\": \"ụmụ mgbei\",\n    \"orphaning\": \"ụmụ mgbei\",\n    \"orphanism\": \"ụmụ mgbei\",\n    \"orphanize\": \"na-elekọta nwa mgbei\",\n    \"orphanry\": \"nwa mgbei\",\n    \"orphans\": \"ụmụ mgbei\",\n    \"orphanship\": \"nwa mgbei\",\n    \"orpheist\": \"onye orpheist\",\n    \"orpheonist\": \"onye okike\",\n    \"orphize\": \"ma ọ bụ\",\n    \"orphreyed\": \"gbanwere\",\n    \"orpiment\": \"okpokoro\",\n    \"orpiments\": \"ihe ndozi\",\n    \"orpines\": \"ntụ\",\n    \"orpington\": \"ma ọ bụ\",\n    \"orpins\": \"okooko\",\n    \"orpit\": \"ogba\",\n    \"orreriec\": \"orrery\",\n    \"orrhotherapy\": \"ọgwụgwọ orthotherapy\",\n    \"orrice\": \"ụlọ ọrụ\",\n    \"orris\": \"Orris\",\n    \"ors\": \"ma ọ bụ\",\n    \"orsede\": \"bilie\",\n    \"orsedue\": \"Orsedue\",\n    \"orseille\": \"Orseille\",\n    \"orsel\": \"alaeze\",\n    \"orselle\": \"Orselle\",\n    \"orseller\": \"onye nwe ụlọ\",\n    \"orsellic\": \"uto\",\n    \"orson\": \"oku\",\n    \"orthian\": \"Orthian\",\n    \"orthoborate\": \"na-achịkwa\",\n    \"orthoclase\": \"ogbako\",\n    \"orthodolichocephalic\": \"ortho dolichocephalic\",\n    \"orthodomatic\": \"orthodontic\",\n    \"orthodome\": \"Ọtọdọks\",\n    \"orthodontist\": \"onye ndozi\",\n    \"orthodontists\": \"ndị na-ahụ maka ọdịnala\",\n    \"orthodox\": \"Ọtọdọks\",\n    \"orthodoxal\": \"Ọtọdọks\",\n    \"orthodoxality\": \"orthodoxy\",\n    \"orthodoxally\": \"ndi ozo\",\n    \"orthodoxes\": \"Okpukpe\",\n    \"orthodoxian\": \"ndị Ọtọdọks\",\n    \"orthodoxical\": \"Okpukpe\",\n    \"orthodoxically\": \"n'usoro ochichi\",\n    \"orthodoxicalness\": \"Okpukpe\",\n    \"orthodoxies\": \"Ọtọdọks\",\n    \"orthodoxism\": \"Okpukpe Okpukpe\",\n    \"orthodoxist\": \"atugharia\",\n    \"orthodoxly\": \"n'etolulu\",\n    \"orthodoxness\": \"ọdịnala ọdịnala\",\n    \"orthoepist\": \"dibia oyibo\",\n    \"orthoepistic\": \"orthoopistic\",\n    \"orthoepists\": \"ndị na-enyocha ọdịnala\",\n    \"orthogamy\": \"ịlụ nwanyị\",\n    \"orthogamous\": \"ọdịnala\",\n    \"orthogenetically\": \"n'ụzọ ọmụmụ\",\n    \"orthogonalized\": \"edeputara\",\n    \"orthogonalizing\": \"nyocha ọdịbendị\",\n    \"orthogonally\": \"n'ụzọ ziri ezi\",\n    \"orthographer\": \"onye na-ede akwụkwọ ọdịnala\",\n    \"orthographic\": \"asụsụ ederede\",\n    \"orthographical\": \"ọdịbendị\",\n    \"orthographically\": \"n'usoro ederede\",\n    \"orthographised\": \"ede ederede\",\n    \"orthographising\": \"nhazi asụsụ\",\n    \"orthographist\": \"onye na-ede akwụkwọ edemede ede\",\n    \"orthographized\": \"edepụtara\",\n    \"orthographizing\": \"ede ederede\",\n    \"orthologian\": \"dibia bekee\",\n    \"orthological\": \"ihe omumu\",\n    \"orthonitroaniline\": \"orgbaitroaniline\",\n    \"orthonormal\": \"orgba\",\n    \"orthonormality\": \"orgba aghara\",\n    \"orthopaedic\": \"orthopedic\",\n    \"orthopaedics\": \"orthopedics\",\n    \"orthopathic\": \"orthopedic\",\n    \"orthopathically\": \"orthopedically\",\n    \"orthopedia\": \"orthopedic\",\n    \"orthopedical\": \"orthopedic\",\n    \"orthopedists\": \"ndị ọkpụkpụ\",\n    \"orthophenylene\": \"ortho phenylene\",\n    \"orthophyric\": \"orthophoric\",\n    \"orthopter\": \"orthoped\",\n    \"orthopterist\": \"dibia uto\",\n    \"orthopterologist\": \"dibia oyibo\",\n    \"orthoptic\": \"orthotop\",\n    \"orthoptics\": \"Ọkpụkpụ\",\n    \"orthospermous\": \"orthosperformance\",\n    \"orthostatai\": \"orthostatic\",\n    \"orthostates\": \"orthostatic\",\n    \"orthostati\": \"orthostatic\",\n    \"orthosubstituted\": \"gbanwere\",\n    \"orthotist\": \"dibia umu nwanyi\",\n    \"orthotone\": \"ụda olu\",\n    \"orthovanadate\": \"ndozi\",\n    \"ortive\": \"ma ọ bụ\",\n    \"orts\": \"Orts\",\n    \"orvieto\": \"Orvieto\",\n    \"orville\": \"Orville\",\n    \"orwell\": \"ma obu\",\n    \"oscillometer\": \"oscillomita\",\n    \"oscitancies\": \"usoro\",\n    \"osculable\": \"nwepu\",\n    \"osculant\": \"mkpọtụ\",\n    \"osculated\": \"kwupụtara\",\n    \"osculates\": \"na-agbagharị\",\n    \"osculating\": \"na-eme osculating\",\n    \"osculation\": \"osusu\",\n    \"osculations\": \"nzacha\",\n    \"osculatory\": \"osculators\",\n    \"osirify\": \"ikwupụta\",\n    \"osirification\": \"nzacha\",\n    \"osmeterium\": \"osometa\",\n    \"osmics\": \"ihe osmics\",\n    \"osmols\": \"osmol\",\n    \"osmometer\": \"osometa\",\n    \"osmond\": \"osis\",\n    \"osmondite\": \"osomite\",\n    \"osmoscope\": \"osmoskop\",\n    \"osmosed\": \"kpụgharịa\",\n    \"osmosing\": \"na-asọgharị\",\n    \"osmous\": \"nnukwu\",\n    \"osmundaceous\": \"mmmmmmmmmmmmm\",\n    \"osmunds\": \"osmund\",\n    \"osoberry\": \"oroma\",\n    \"osophies\": \"akpasarade\",\n    \"osophone\": \"ekwenti\",\n    \"osphere\": \"Ohere\",\n    \"osphresiology\": \"usoro\",\n    \"osphresiologic\": \"usoro\",\n    \"osphresiologist\": \"ọkà mmụta banyere ọrịa osphresiologist\",\n    \"osphresiometry\": \"usoro\",\n    \"osphresis\": \"okpokoro\",\n    \"osphretic\": \"okpokoro\",\n    \"osphromenidae\": \"osphronemidae\",\n    \"ospore\": \"Ospore\",\n    \"ospreys\": \"Ospreys\",\n    \"ossal\": \"ony\",\n    \"ossature\": \"akpaka\",\n    \"ossements\": \"Oss\",\n    \"osset\": \"oselu\",\n    \"ossetian\": \"Osetia\",\n    \"ossetic\": \"akpuru\",\n    \"ossetish\": \"Osisi\",\n    \"ossianic\": \"ossianik\",\n    \"ossicle\": \"osote\",\n    \"ossicles\": \"osote\",\n    \"ossicular\": \"onwu\",\n    \"ossiculate\": \"tinye\",\n    \"ossiculated\": \"tinye\",\n    \"ossicule\": \"akpu\",\n    \"ossiculum\": \"ihe omumu\",\n    \"ossify\": \"kwuo\",\n    \"ossification\": \"Osisi\",\n    \"ossifications\": \"nkwupụta\",\n    \"ossificatory\": \"Ossificatory\",\n    \"ossified\": \"tinye\",\n    \"ossifier\": \"osisa\",\n    \"ossifiers\": \"osisa\",\n    \"ossifies\": \"na-egosi\",\n    \"ossifying\": \"osisikwu\",\n    \"ossifluence\": \"Ossifluence\",\n    \"ossypite\": \"n'agbanyeghị\",\n    \"ossuary\": \"igbe ozu\",\n    \"ossuaries\": \"akpu\",\n    \"ostariophysan\": \"uwakpo\",\n    \"ostariophyseae\": \"Ostariophyseae\",\n    \"ostariophysi\": \"ukpala\",\n    \"ostariophysial\": \"Ostariophysial\",\n    \"ostariophysous\": \"Ostariophysous\",\n    \"ostarthritis\": \"ọrịa ogbu na nkwonkwo\",\n    \"osteal\": \"okpukpu\",\n    \"ostealgia\": \"ogbu na nkwonkwo\",\n    \"ostearthritis\": \"ogbu na nkwonkwo\",\n    \"ostectomy\": \"okpokoro\",\n    \"ostectomies\": \"Okpukpo\",\n    \"osteectomies\": \"ndiegwu\",\n    \"osteectopy\": \"onyenze\",\n    \"osteectopia\": \"Okechukwu\",\n    \"osteichthyes\": \"Ochiela anya\",\n    \"osteitic\": \"Okpukpo\",\n    \"osteitides\": \"Oyibo\",\n    \"ostemia\": \"nsogbu\",\n    \"ostempyesis\": \"Okpukpo\",\n    \"ostend\": \"soro\",\n    \"ostensibility\": \"ikike\",\n    \"ostensibilities\": \"ọdịmma\",\n    \"ostensibly\": \"n'ụzọ doro anya\",\n    \"ostension\": \"odida\",\n    \"ostensive\": \"kpụ ọkụ n'ọnụ\",\n    \"ostensively\": \"n'ụzọ dị egwu\",\n    \"ostensory\": \"enyo\",\n    \"ostensoria\": \"Okenye\",\n    \"ostensories\": \"ihe ndozi\",\n    \"ostensorium\": \"ihe ndozi\",\n    \"ostensorsoria\": \"entọ\",\n    \"ostent\": \"okike\",\n    \"ostentate\": \"ichota\",\n    \"ostentation\": \"ikwu okwu\",\n    \"ostentatious\": \"ọwụwa\",\n    \"ostentatiously\": \"n'elegide\",\n    \"ostentatiousness\": \"ịchọrọ\",\n    \"ostentive\": \"ike\",\n    \"ostentous\": \"dị\",\n    \"osteoaneurysm\": \"Osteoaneurysm\",\n    \"osteoarthritis\": \"ọrịa ogbu na nkwonkwo\",\n    \"osteoarthropathy\": \"ọrịa ogbu na nkwonkwo\",\n    \"osteocele\": \"Okwara osiso\",\n    \"osteochondritis\": \"ọrịa ogbu na nkwonkwo\",\n    \"osteodentin\": \"Osteodentin\",\n    \"osteoderm\": \"Odisoderm\",\n    \"osteodermal\": \"Odisodermal\",\n    \"osteodermous\": \"Ojuju\",\n    \"osteodiastasis\": \"ọrịa ogbu na nkwonkwo\",\n    \"osteogangrene\": \"okpokoro\",\n    \"osteogen\": \"Osteogen\",\n    \"osteogenist\": \"Osteogenist\",\n    \"osteoglossid\": \"Ogbogugu\",\n    \"osteographer\": \"Ogwu okuko\",\n    \"osteolite\": \"otele\",\n    \"osteolytic\": \"Ochichiri\",\n    \"osteologer\": \"Ogwu\",\n    \"osteology\": \"Okpukpo ala\",\n    \"osteological\": \"ihe omumu\",\n    \"osteologically\": \"n'ọkpụkpụ\",\n    \"osteologies\": \"Okpukpo\",\n    \"osteologist\": \"dibia oyibo\",\n    \"osteomancy\": \"Okpukpo\",\n    \"osteomanty\": \"Okpukpo\",\n    \"osteoncus\": \"Okwara okpo\",\n    \"osteopaedion\": \"nkwonkwo\",\n    \"osteopath\": \"Okpukpo\",\n    \"osteopathic\": \"okpokoro\",\n    \"osteopathist\": \"Ogwu ogwu\",\n    \"osteopaths\": \"okpokoro\",\n    \"osteopedion\": \"Okpukpo\",\n    \"osteophony\": \"Ogbogu Okonji\",\n    \"osteoplaque\": \"Ogbaja\",\n    \"osteoporotic\": \"okpokoro\",\n    \"osteorrhaphy\": \"ọnya afọ\",\n    \"osteoscleroses\": \"ọrịa ogbu na nkwonkwo\",\n    \"osteosclerosis\": \"ọrịa ogbu na nkwonkwo\",\n    \"osteosclerotic\": \"Okwara ogwu\",\n    \"osteosteatoma\": \"Osteosteatoma\",\n    \"osteostixis\": \"ochicho\",\n    \"osteostracan\": \"oestostracan\",\n    \"osteosuture\": \"Obochi\",\n    \"osteothrombosis\": \"ọrịa ogbu na nkwonkwo\",\n    \"osteotome\": \"Okpukpo\",\n    \"osteotomies\": \"Okpukpo\",\n    \"osteotomist\": \"Ogwu ogwu\",\n    \"osteotribe\": \"Okwaraakpa\",\n    \"osteotrophy\": \"ọrịa ogbu na nkwonkwo\",\n    \"osteotrophic\": \"Ogbu na nkwonkwo\",\n    \"osteria\": \"Osteria\",\n    \"ostia\": \"Ohia\",\n    \"ostial\": \"enwu\",\n    \"ostiary\": \"efere\",\n    \"ostiaries\": \"ihe ndozi\",\n    \"ostiarius\": \"ihe ochicho\",\n    \"ostiate\": \"gbaa\",\n    \"ostiolar\": \"okwute\",\n    \"ostiolate\": \"kpochapu\",\n    \"ostiole\": \"nkuku\",\n    \"ostitis\": \"ogbe\",\n    \"ostler\": \"Onye ozo\",\n    \"ostleress\": \"akwa nnenne\",\n    \"ostlers\": \"ndị okike\",\n    \"ostmannic\": \"Oke\",\n    \"ostmark\": \"akara aka\",\n    \"ostmarks\": \"akara\",\n    \"ostmen\": \"Ogbo\",\n    \"ostomatid\": \"ichoro\",\n    \"ostomy\": \"Okpukpo\",\n    \"ostomies\": \"izu ike\",\n    \"ostosises\": \"ostosis\",\n    \"ostraca\": \"iberibe ite\",\n    \"ostracea\": \"okwute\",\n    \"ostracean\": \"okwute\",\n    \"ostraceous\": \"okwute\",\n    \"ostraciidae\": \"iche iche\",\n    \"ostracine\": \"okwute\",\n    \"ostracioid\": \"kpakpando\",\n    \"ostracion\": \"nkedo\",\n    \"ostracise\": \"ochicha\",\n    \"ostracism\": \"mmegide\",\n    \"ostracite\": \"okwute\",\n    \"ostracizable\": \"Nkewapụrụ\",\n    \"ostracization\": \"ọpụpụ\",\n    \"ostracize\": \"ikpochapu\",\n    \"ostracized\": \"ọpụrụpụ\",\n    \"ostracizer\": \"ọpụrụiche\",\n    \"ostracizes\": \"ọpụrụpụ\",\n    \"ostracizing\": \"ịhapụ\",\n    \"ostracod\": \"kpụrụ\",\n    \"ostracoda\": \"ogbe\",\n    \"ostracodan\": \"okwute\",\n    \"ostracode\": \"ogbe\",\n    \"ostracoderm\": \"ochoro\",\n    \"ostracodermi\": \"uchu\",\n    \"ostracodous\": \"enwetara\",\n    \"ostracods\": \"nkuku\",\n    \"ostracoid\": \"ogbe\",\n    \"ostracoidea\": \"ndiegbo\",\n    \"ostracon\": \"nkedo\",\n    \"ostracophore\": \"ogbe\",\n    \"ostracophori\": \"okwute\",\n    \"ostracophorous\": \"onye okacha-amara\",\n    \"ostracum\": \"nkedo\",\n    \"ostraeacea\": \"ogbe\",\n    \"ostraite\": \"okwute\",\n    \"ostrca\": \"Ikwere\",\n    \"ostrea\": \"ogbe\",\n    \"ostreaceous\": \"ọwụwa\",\n    \"ostreger\": \"Ugboro\",\n    \"ostreicultural\": \"Omenala\",\n    \"ostreiculture\": \"Ogwu\",\n    \"ostreiculturist\": \"onye okacha amara\",\n    \"ostreidae\": \"iche\",\n    \"ostreiform\": \"ogbe\",\n    \"ostreodynamometer\": \"kpụ ọkụkụ\",\n    \"ostreoid\": \"relọ\",\n    \"ostreophage\": \"ogbe\",\n    \"ostreophagist\": \"onyeegwu\",\n    \"ostreophagous\": \"rebọchị\",\n    \"ostrya\": \"Ukpo\",\n    \"ostrich\": \"enyí nnụnụ\",\n    \"ostriches\": \"enyí nnụnụ\",\n    \"ostrichlike\": \"dị ka enyí nnụnụ\",\n    \"ostringer\": \"mkpirisi\",\n    \"ostrogoth\": \"nnenne\",\n    \"ostrogothian\": \"ndiegbo\",\n    \"ostrogothic\": \"odudu\",\n    \"ostsis\": \"nkedo\",\n    \"ostsises\": \"Ugwu\",\n    \"other\": \"ọzọ\",\n    \"otherdom\": \"ọzọ\",\n    \"otherest\": \"n'akụkụ\",\n    \"othergates\": \"ndị ọzọ\",\n    \"otherguess\": \"ọzọ\",\n    \"otherguise\": \"ọzọ\",\n    \"otherhow\": \"n'ụzọ ọzọ\",\n    \"otherism\": \"ọzọ\",\n    \"otherist\": \"onye ozo\",\n    \"otherness\": \"ọzọ\",\n    \"others\": \"ndị ọzọ\",\n    \"othersome\": \"nke ozo\",\n    \"othertime\": \"n'oge ọzọ\",\n    \"othertimes\": \"oge ozo\",\n    \"otherways\": \"ọzọ\",\n    \"otherwards\": \"ọzọ\",\n    \"otherwhence\": \"ọzọ\",\n    \"otherwhere\": \"ebe ozo\",\n    \"otherwhereness\": \"omuma ozo\",\n    \"otherwheres\": \"ihe ndi ozo\",\n    \"otherwhile\": \"ọzọ\",\n    \"otherwhiles\": \"ọzọ\",\n    \"otherwhither\": \"Nke ozo\",\n    \"otherwise\": \"ma ọ bụghị\",\n    \"otherwiseness\": \"ọzọ\",\n    \"otherworld\": \"ụwa ọzọ\",\n    \"otherworldly\": \"ụwa ọzọ\",\n    \"otherworldliness\": \"ụwa ọzọ\",\n    \"otherworldness\": \"ụwa ọzọ\",\n    \"otides\": \"otide\",\n    \"otiosity\": \"ihe omimi\",\n    \"otitic\": \"ihe otiti\",\n    \"otography\": \"ihe omimi\",\n    \"otology\": \"ihe omimi\",\n    \"otological\": \"ọdịiche\",\n    \"otologies\": \"ihe ndi ozo\",\n    \"otophone\": \"ekwenti\",\n    \"otters\": \"okpokoro\",\n    \"ottinger\": \"ntinye\",\n    \"ottomanization\": \"ntughari\",\n    \"oubliance\": \"nrubeisi\",\n    \"oubliet\": \"kpuchie\",\n    \"oubliettes\": \"Oubliettes\",\n    \"ouch\": \"och\",\n    \"oud\": \"Ohi\",\n    \"oudemian\": \"ndiegwu\",\n    \"ouds\": \"Nkwonkwo\",\n    \"oufought\": \"ekwuru\",\n    \"ough\": \"Ough\",\n    \"ought\": \"kwesiri\",\n    \"oughted\": \"Ojuju\",\n    \"oughting\": \"Okwukwu\",\n    \"oughtlings\": \"kwesịrị\",\n    \"oughtlins\": \"ekwenti\",\n    \"oughtness\": \"ekwenti\",\n    \"oughtnt\": \"ekwenti\",\n    \"oughts\": \"okwukwu\",\n    \"ounces\": \"ounce\",\n    \"oundy\": \"buru ibu\",\n    \"ounding\": \"na-eme mkpọtụ\",\n    \"ounds\": \"paụnd\",\n    \"ouphish\": \"phish\",\n    \"our\": \"nke anyi\",\n    \"ourangs\": \"orang\",\n    \"ouricury\": \"usọbọ\",\n    \"ourie\": \"wei\",\n    \"ourn\": \"anyị\",\n    \"ours\": \"nke anyi\",\n    \"oursel\": \"nke anyi\",\n    \"ourself\": \"onwe anyi\",\n    \"oursels\": \"anyị\",\n    \"ourselves\": \"onwe anyị\",\n    \"ousels\": \"ahịhịa\",\n    \"ousia\": \"Ousia\",\n    \"oust\": \"kpochapụ\",\n    \"ousted\": \"chụpụrụ\",\n    \"oustee\": \"osiso\",\n    \"ouster\": \"kpochapu\",\n    \"ousters\": \"Oyster\",\n    \"ousting\": \"na-ewepụ\",\n    \"ousts\": \"mkpọtu\",\n    \"out\": \"pụọ\",\n    \"outacted\": \"Ọpụpụ\",\n    \"outacting\": \"ime ihe ngosi\",\n    \"outacts\": \"mmebi iwu\",\n    \"outadded\": \"agafeela\",\n    \"outadding\": \"ịpụ apụ\",\n    \"outadds\": \"ọpụpụ\",\n    \"outadmiral\": \"ndụdụ\",\n    \"outage\": \"ọpụpụ\",\n    \"outages\": \"ọpụpụ\",\n    \"outambush\": \"imepe\",\n    \"outarde\": \"ọpụpụ\",\n    \"outargue\": \"ọpụpụ\",\n    \"outargued\": \"agbarapụ\",\n    \"outargues\": \"ọpụpụ\",\n    \"outarguing\": \"na-apụ apụ\",\n    \"outas\": \"mpako\",\n    \"outasight\": \"ọpụpụ\",\n    \"outask\": \"ime mpụ\",\n    \"outasked\": \"akwara\",\n    \"outasking\": \"ịkwa ụda\",\n    \"outasks\": \"ọnụ\",\n    \"outate\": \"ọpụpụ\",\n    \"outawed\": \"ọpụpụ\",\n    \"outawing\": \"ịpụ apụ\",\n    \"outbabble\": \"ọpụpụ\",\n    \"outbabbled\": \"ghara ịdị\",\n    \"outbabbling\": \"na-apụ apụ\",\n    \"outback\": \"ebe dịpụrụ adịpụ\",\n    \"outbacker\": \"onye obula\",\n    \"outbacks\": \"ebe dịpụrụ adịpụ\",\n    \"outbade\": \"ọpụpụ\",\n    \"outbake\": \"pụọ\",\n    \"outbaked\": \"na-apụ apụ\",\n    \"outbakes\": \"Ọpụpụ\",\n    \"outbaking\": \"ịpụ apụ\",\n    \"outbalance\": \"ahaghị nhata\",\n    \"outbalanced\": \"emezighi\",\n    \"outbalances\": \"Ọpụpụ\",\n    \"outbalancing\": \"ime mgbanwe\",\n    \"outbanned\": \"amachibidoro iwu\",\n    \"outbanning\": \"ịba ụba\",\n    \"outbargain\": \"ọpụpụ\",\n    \"outbargained\": \"amachibidoro\",\n    \"outbargaining\": \"ọpụpụ\",\n    \"outbargains\": \"ọpụpụ\",\n    \"outbark\": \"Ọpụpụ\",\n    \"outbarked\": \"ọpụpụ\",\n    \"outbarking\": \"Ọpụpụ\",\n    \"outbarks\": \"ndapụta\",\n    \"outbarred\": \"apụrụ\",\n    \"outbarring\": \"ọpụpụ\",\n    \"outbarter\": \"ọpụpụ\",\n    \"outbat\": \"na-alụ ọgụ\",\n    \"outbatted\": \"na-apụ apụ\",\n    \"outbatter\": \"ọgụ\",\n    \"outbatting\": \"na-apụ apụ\",\n    \"outbawl\": \"ọpụpụ\",\n    \"outbawled\": \"emegbula\",\n    \"outbawling\": \"onye obula\",\n    \"outbawls\": \"ọpụpụ\",\n    \"outbbled\": \"Ọpụpụ\",\n    \"outbbred\": \"ọnụma\",\n    \"outbeam\": \"Ọpụpụ\",\n    \"outbeamed\": \"emekpọọ ọnụ\",\n    \"outbeaming\": \"na-apụ apụ\",\n    \"outbeams\": \"ọpụpụ\",\n    \"outbear\": \"pụọ n'ọpụpụ\",\n    \"outbearing\": \"na-apụ apụ\",\n    \"outbeg\": \"Ọpụpụ\",\n    \"outbeggar\": \"ọpụpụ\",\n    \"outbegged\": \"buru ibu\",\n    \"outbegging\": \"ịpụ apụ\",\n    \"outbegs\": \"Ọpụpụ\",\n    \"outbelch\": \"Ọpụpụ\",\n    \"outbellow\": \"ọpụpụ\",\n    \"outbend\": \"gbaghaa\",\n    \"outbending\": \"na-apụ apụ\",\n    \"outbent\": \"gbapụrụ iche\",\n    \"outbetter\": \"ọpụpụ\",\n    \"outbidden\": \"machibidoro iwu\",\n    \"outbidder\": \"na-apụ apụ\",\n    \"outbidding\": \"na-agbasa\",\n    \"outbids\": \"mpụga\",\n    \"outbye\": \"ijekwanu\",\n    \"outbirth\": \"ọmụmụ\",\n    \"outblacken\": \"adị mfe\",\n    \"outblaze\": \"mbibi\",\n    \"outblazed\": \"emebiela\",\n    \"outblazes\": \"ọpụpụ\",\n    \"outblazing\": \"na-egbu egbu\",\n    \"outbleat\": \"ikpochapụ\",\n    \"outbleated\": \"emebiela\",\n    \"outbleating\": \"na-apụ n'anya\",\n    \"outbleats\": \"ọbleụ outụ\",\n    \"outbled\": \"amachibidoro\",\n    \"outbleed\": \"emebighi\",\n    \"outbleeding\": \"na-apụ apụ\",\n    \"outbless\": \"enweghị atụ\",\n    \"outblessed\": \"akuko\",\n    \"outblesses\": \"enweghị atụ\",\n    \"outblessing\": \"enweghị atụ\",\n    \"outblew\": \"ọpụpụ\",\n    \"outbloom\": \"outlo\",\n    \"outbloomed\": \"ọpụpụ\",\n    \"outblooming\": \"na-apụ apụ\",\n    \"outblooms\": \"ọpụpụ\",\n    \"outblossom\": \"ọpụpụ\",\n    \"outblot\": \"ọpụpụ\",\n    \"outblotted\": \"emegbula\",\n    \"outblotting\": \"ịgba mgba\",\n    \"outblow\": \"Ihe nleba anya\",\n    \"outblowing\": \"na-apụ apụ\",\n    \"outblown\": \"gbasaa\",\n    \"outbluff\": \"Ọpụpụ\",\n    \"outbluffed\": \"bya agbarụ\",\n    \"outbluffing\": \"Ọpụpụ\",\n    \"outbluffs\": \"ọpụpụ\",\n    \"outblunder\": \"pu onye obula\",\n    \"outblush\": \"ndapụta\",\n    \"outblushed\": \"ọpụpụ\",\n    \"outblushes\": \"ọpụpụ\",\n    \"outblushing\": \"na-apụ apụ\",\n    \"outbluster\": \"outbuster\",\n    \"outboard\": \"n'èzí\",\n    \"outboards\": \"n'èzí\",\n    \"outboast\": \"imebiga ihe ókè\",\n    \"outboasted\": \"agbasaghị\",\n    \"outboasting\": \"na-etu ọnụ\",\n    \"outboasts\": \"ọpụpụ\",\n    \"outbolting\": \"kpochapụ\",\n    \"outbond\": \"ọpụpụ\",\n    \"outbook\": \"ebe dịpụrụ adịpụ\",\n    \"outbore\": \"n'èzí\",\n    \"outborn\": \"ebupuru\",\n    \"outborne\": \"n'èzí\",\n    \"outborough\": \"n'èzí\",\n    \"outbound\": \"ọpụpụ\",\n    \"outboundaries\": \"ọpụpụ\",\n    \"outbounds\": \"ọpụpụ\",\n    \"outbowed\": \"ọpụpụ\",\n    \"outbowl\": \"outofl\",\n    \"outbox\": \"mbupu\",\n    \"outboxed\": \"apụghị\",\n    \"outboxes\": \"igbe\",\n    \"outboxing\": \"Mbupu\",\n    \"outbrag\": \"Ọpụpụ\",\n    \"outbragged\": \"Ọpụpụ\",\n    \"outbragging\": \"na-apụ apụ\",\n    \"outbrags\": \"Ọpụpụ\",\n    \"outbray\": \"ịlụ ọgụ\",\n    \"outbraid\": \"a na-apụ apụ\",\n    \"outbranch\": \"ngalaba\",\n    \"outbranching\": \"outbran\",\n    \"outbraved\": \"apụrụ iche\",\n    \"outbraves\": \"Ọpụpụ\",\n    \"outbraving\": \"Na-apụ apụ\",\n    \"outbrazen\": \"apụrụ apụpụ\",\n    \"outbreak\": \"ntiwapụ\",\n    \"outbreaker\": \"ọpupu\",\n    \"outbreaking\": \"na-apụ apụ\",\n    \"outbreaks\": \"ntiwapụ\",\n    \"outbreath\": \"mbibi\",\n    \"outbreathe\": \"ọpupu\",\n    \"outbreathed\": \"ndu ọphu\",\n    \"outbreather\": \"onye ọphu\",\n    \"outbreathing\": \"ọpupu\",\n    \"outbred\": \"emebiela\",\n    \"outbreed\": \"emepụtaghị\",\n    \"outbreeding\": \"ịzụlite\",\n    \"outbreeds\": \"umuaka\",\n    \"outbribe\": \"izu ahia\",\n    \"outbribed\": \"ọphu ọ dụdu onye aphụ\",\n    \"outbribes\": \"mmegbu\",\n    \"outbribing\": \"na-apụ apụ\",\n    \"outbridge\": \"outfridge\",\n    \"outbridged\": \"ewepụla\",\n    \"outbridging\": \"na-apụ apụ\",\n    \"outbring\": \"mpụga\",\n    \"outbringing\": \"mmebi iwu\",\n    \"outbrother\": \"onye iwe\",\n    \"outbrought\": \"ọgba aghara\",\n    \"outbud\": \"ime mpụ\",\n    \"outbudded\": \"ọpupu\",\n    \"outbudding\": \"na-apụ apụ\",\n    \"outbuy\": \"Ọpụpụ\",\n    \"outbuild\": \"Ihu\",\n    \"outbuilding\": \"na-ewu ewu\",\n    \"outbuildings\": \"ihe owuwu\",\n    \"outbuilds\": \"ihe owuwu\",\n    \"outbuilt\": \"Emepụtara\",\n    \"outbulge\": \"Ọpụpụ\",\n    \"outbulged\": \"Ọpụpụ\",\n    \"outbulging\": \"na-apụ apụ\",\n    \"outbulk\": \"Ọpụpụ\",\n    \"outbully\": \"aghara aghara\",\n    \"outbullied\": \"a gbapụrụ iche\",\n    \"outbullies\": \"ndi outbull\",\n    \"outbullying\": \"ịgba aghara\",\n    \"outburn\": \"iwe\",\n    \"outburned\": \"Ọpụpụ\",\n    \"outburning\": \"mwakpo\",\n    \"outburns\": \"ọnụma\",\n    \"outburnt\": \"ọnụma\",\n    \"outburst\": \"ọnụma\",\n    \"outbursts\": \"ntiwapụ\",\n    \"outbustle\": \"Apụpụ\",\n    \"outbustled\": \"Ọpụpụ\",\n    \"outbustling\": \"na-apụ apụ\",\n    \"outcame\": \"ihe si na ya pụta\",\n    \"outcant\": \"a chụpụrụ ya\",\n    \"outcaper\": \"ọpụpụ\",\n    \"outcapered\": \"to nwehe ẹphe\",\n    \"outcapering\": \"na-apụ apụ\",\n    \"outcapers\": \"ndị outcapers\",\n    \"outcaroled\": \"emechaala\",\n    \"outcaroling\": \"Apụghị\",\n    \"outcarry\": \"iburu\",\n    \"outcase\": \"a chụpụrụ ya\",\n    \"outcast\": \"a chụpụrụ ya\",\n    \"outcaste\": \"apụ apụ\",\n    \"outcasted\": \"a chụpụrụ ya\",\n    \"outcastes\": \"ndị a jụrụ ajụ\",\n    \"outcasting\": \"Achụpụ\",\n    \"outcastness\": \"ihe a na-asọpụrụ\",\n    \"outcasts\": \"ndị a jụrụ ajụ\",\n    \"outcatch\": \"ngwa ngwa\",\n    \"outcatching\": \"Ebelebe\",\n    \"outcaught\": \"ọpụpụ\",\n    \"outcavil\": \"ihe ojoo\",\n    \"outcaviled\": \"gwụrụ\",\n    \"outcaviling\": \"ịcaụbiga mmanya ókè\",\n    \"outcavilled\": \"emechaala\",\n    \"outcavilling\": \"ịpụ apụ\",\n    \"outcavils\": \"ọpụpụ\",\n    \"outcept\": \"ewezuga\",\n    \"outchamber\": \"ime ụlọ\",\n    \"outcharm\": \"ọpụpụ\",\n    \"outcharmed\": \"apụpụ\",\n    \"outcharming\": \"ọpụpụ\",\n    \"outcharms\": \"ọpụpụ\",\n    \"outchase\": \"zuo\",\n    \"outchased\": \"zụrụ\",\n    \"outchasing\": \"ịzụta\",\n    \"outchatter\": \"Mbupu\",\n    \"outcheated\": \"ọcheụ\",\n    \"outcheating\": \"outche\",\n    \"outcheats\": \"outche\",\n    \"outchidden\": \"emebiela\",\n    \"outchide\": \"mpụga\",\n    \"outchided\": \"ọpụpụ\",\n    \"outchides\": \"ihe ndi ozo\",\n    \"outchiding\": \"nchupu\",\n    \"outcity\": \"oke ibu\",\n    \"outcities\": \"ihe onwunwe\",\n    \"outclamor\": \"iwe\",\n    \"outclass\": \"ọpụpụ\",\n    \"outclassed\": \"kesashị\",\n    \"outclasses\": \"klọọkụ\",\n    \"outclassing\": \"ka\",\n    \"outclimb\": \"pụọ\",\n    \"outclimbed\": \"emebiela\",\n    \"outclimbing\": \"na-apụ apụ\",\n    \"outclimbs\": \"ewepụsị\",\n    \"outclomb\": \"Onochie\",\n    \"outcome\": \"ihe si na ya pụta\",\n    \"outcomer\": \"onye mmeri\",\n    \"outcomes\": \"ndapụta\",\n    \"outcoming\": \"na-apụta\",\n    \"outcompass\": \"gafere\",\n    \"outcomplete\": \"ezughi ezu\",\n    \"outcompliment\": \"nkwanye ugwu\",\n    \"outcook\": \"Ogbe\",\n    \"outcooked\": \"egheghi\",\n    \"outcooking\": \"Ebela\",\n    \"outcooks\": \"Ogbu\",\n    \"outcorner\": \"ọpụpụ\",\n    \"outcountry\": \"okpu\",\n    \"outcourt\": \"ọpụpụ\",\n    \"outcrawl\": \"ọpụpụ\",\n    \"outcrawled\": \"keru ẹphe\",\n    \"outcrawling\": \"na-agbasa\",\n    \"outcrawls\": \"Ọpụpụ\",\n    \"outcreep\": \"Ọpụpụ\",\n    \"outcreeping\": \"na-eri iwu\",\n    \"outcrept\": \"Ebelebe\",\n    \"outcry\": \"mkpu\",\n    \"outcried\": \"kfuru\",\n    \"outcrier\": \"onye nyocha\",\n    \"outcries\": \"mkpu\",\n    \"outcrying\": \"na-eti mkpu\",\n    \"outcrop\": \"Ebe dịpụrụ adịpụ\",\n    \"outcropped\": \"abụrụla iwu\",\n    \"outcropper\": \"outfropper\",\n    \"outcropping\": \"Ogwu\",\n    \"outcroppings\": \"Ọpụpụ\",\n    \"outcrops\": \"Ebe a\",\n    \"outcross\": \"karịrị akarị\",\n    \"outcrossed\": \"karịrị akarị\",\n    \"outcrosses\": \"karịrị akarị\",\n    \"outcrossing\": \"karịrị akarị\",\n    \"outcrow\": \"ọpụpụ\",\n    \"outcrowd\": \"karịrị akarị\",\n    \"outcrowed\": \"karịrị akarị\",\n    \"outcrowing\": \"Ogwu\",\n    \"outcrows\": \"ọpụpụ\",\n    \"outcull\": \"ịpụ apụ\",\n    \"outcure\": \"ọpụpụ\",\n    \"outcured\": \"apụtaghị\",\n    \"outcuring\": \"Na-apụ apụ\",\n    \"outcurse\": \"ọkpa\",\n    \"outcursed\": \"keru ẹphe\",\n    \"outcurses\": \"ọphu\",\n    \"outcursing\": \"na-apụnara mmadụ ihe\",\n    \"outcurve\": \"ọpụpụ\",\n    \"outcurved\": \"emeghị\",\n    \"outcurves\": \"ọpụpụ\",\n    \"outcurving\": \"ọpụpụ\",\n    \"outcut\": \"ịkpụpụ\",\n    \"outcutting\": \"na-egbutu\",\n    \"outdaciousness\": \"ịdị egwu\",\n    \"outdance\": \"ngabiga\",\n    \"outdanced\": \"adịkwaghị\",\n    \"outdances\": \"ndapụta\",\n    \"outdancing\": \"Ọpụpụ\",\n    \"outdare\": \"dịpụrụ adịpụ\",\n    \"outdared\": \"ochie\",\n    \"outdares\": \"ọpụpụ\",\n    \"outdaring\": \"ihe na-apụ apụ\",\n    \"outdate\": \"ochie\",\n    \"outdated\": \"ochie\",\n    \"outdatedness\": \"ihe mgbe ochie\",\n    \"outdates\": \"ochie\",\n    \"outdating\": \"ihe mgbe ochie\",\n    \"outdazzled\": \"akarịala\",\n    \"outdazzling\": \"dị egwu\",\n    \"outdespatch\": \"ihe ndapụta\",\n    \"outdevil\": \"mmebe iwu\",\n    \"outdeviled\": \"eto eto\",\n    \"outdeviling\": \"amaghi ama\",\n    \"outdid\": \"Ọpụpụ\",\n    \"outdispatch\": \"mgbasa ozi\",\n    \"outdistance\": \"njedebe\",\n    \"outdistanced\": \"gaferela\",\n    \"outdistances\": \"njedebe\",\n    \"outdistancing\": \"dgbatịpụ\",\n    \"outdo\": \"pụọ\",\n    \"outdodge\": \"ndụdụ\",\n    \"outdodged\": \"arụla ọrụ\",\n    \"outdodges\": \"ndụdụ\",\n    \"outdodging\": \"nnyefe\",\n    \"outdoer\": \"outdo\",\n    \"outdoers\": \"ndị outdo\",\n    \"outdoes\": \"ọpụpụ\",\n    \"outdoing\": \"ịba ụba\",\n    \"outdone\": \"emechaala\",\n    \"outdoor\": \"n'èzí\",\n    \"outdoorness\": \"n'èzí\",\n    \"outdoors\": \"n'èzí\",\n    \"outdoorsy\": \"n'èzí\",\n    \"outdoorsman\": \"n'èzí\",\n    \"outdoorsmanship\": \"n'èzí\",\n    \"outdoorsmen\": \"n'èzí\",\n    \"outdraft\": \"outfraft\",\n    \"outdrank\": \"ndụdụ\",\n    \"outdraught\": \"arụpụtaghị ihe\",\n    \"outdraw\": \"igafe\",\n    \"outdrawing\": \"na-efe efe\",\n    \"outdraws\": \"mbupu\",\n    \"outdream\": \"nro\",\n    \"outdreamed\": \"ochie\",\n    \"outdreaming\": \"na-apụtaghị ìhè\",\n    \"outdreams\": \"ochicha\",\n    \"outdreamt\": \"ebighi ebi\",\n    \"outdress\": \"ere\",\n    \"outdressed\": \"ejighi oke\",\n    \"outdresses\": \"adreesị\",\n    \"outdressing\": \"mmechi\",\n    \"outdrew\": \"oge ochie\",\n    \"outdrink\": \"ọ outụrinkụ\",\n    \"outdrinking\": \".ụbiga mmanya ókè\",\n    \"outdrinks\": \"ihe ọrinụdụ\",\n    \"outdriven\": \"ejighi oke\",\n    \"outdrives\": \"ihe karịrị akarị\",\n    \"outdriving\": \"ngwụcha\",\n    \"outdrop\": \"mbibi\",\n    \"outdropped\": \"emechaala\",\n    \"outdropping\": \"Mbibi\",\n    \"outdrops\": \"mbadamba\",\n    \"outdrunk\": \"outd\",\n    \"outdure\": \"agwụla\",\n    \"outdwell\": \"ndụdụ\",\n    \"outdweller\": \"onye na-eto eto\",\n    \"outdwelling\": \"ihe ochie\",\n    \"outdwelt\": \"ejighi oke\",\n    \"outeating\": \"ọkụ\",\n    \"outeats\": \"oute\",\n    \"outecho\": \"Ochie\",\n    \"outechoed\": \"kpụrụpụ\",\n    \"outechoes\": \"ọhaneze\",\n    \"outechoing\": \"Uchechukwu\",\n    \"outechos\": \"Ochie\",\n    \"outed\": \"ọpụpụ\",\n    \"outedge\": \"Ọpụpụ\",\n    \"outedged\": \"aga mba ọzọ\",\n    \"outedging\": \"n'èzí\",\n    \"outeyed\": \"ọnụ\",\n    \"outen\": \"pụta\",\n    \"outequivocate\": \"ọpụpụ\",\n    \"outequivocating\": \"kwupụtagasị\",\n    \"outer\": \"mpụta\",\n    \"outercoat\": \"uwe elu\",\n    \"outerly\": \"na mpụga\",\n    \"outermost\": \"nke dịpụrụ adịpụ\",\n    \"outerness\": \"mpụga\",\n    \"outers\": \"n'èzí\",\n    \"outerwear\": \"Uwe elu\",\n    \"outfable\": \"ebughi oke\",\n    \"outfabled\": \"nkwarụ\",\n    \"outfables\": \"ihe a na-apụghị ịkọwapụta\",\n    \"outfabling\": \"Ọfụma\",\n    \"outface\": \"mputa\",\n    \"outfaced\": \"gafeela\",\n    \"outfaces\": \"ihe ihu\",\n    \"outfacing\": \"Mgbu\",\n    \"outfall\": \"ọpụpụ\",\n    \"outfalls\": \"ndapụta\",\n    \"outfame\": \"aha njirimara\",\n    \"outfamed\": \"Gbanyụọ\",\n    \"outfaming\": \"na-apụ apụ\",\n    \"outfast\": \"kwụ ọtọ\",\n    \"outfasted\": \"ghaa n’elu\",\n    \"outfasting\": \"na-apụ apụ\",\n    \"outfasts\": \"ndị ọpụpụ\",\n    \"outfawned\": \"bupụtakwala\",\n    \"outfawning\": \"ọpụpụ\",\n    \"outfawns\": \"ọpụpụ\",\n    \"outfeasted\": \"apụ apụ\",\n    \"outfeasting\": \"Na-apụ apụ\",\n    \"outfeasts\": \"ndị ọpụrụiche\",\n    \"outfed\": \"wepụtara\",\n    \"outfeed\": \"apụ apụ\",\n    \"outfeeding\": \"n'èzí\",\n    \"outfeel\": \"ọhụhụ\",\n    \"outfeeling\": \"Na-apụ apụ\",\n    \"outfeels\": \"ọpụpụ\",\n    \"outfelt\": \"egosiputa\",\n    \"outfence\": \"ntụgharị\",\n    \"outfenced\": \"ọpụpụ\",\n    \"outffed\": \"Gbanyere\",\n    \"outfiction\": \"ngosipụta\",\n    \"outfield\": \"onye ọpụpụ\",\n    \"outfielded\": \"onye ọpụpụ\",\n    \"outfielder\": \"onye ọpụpụ\",\n    \"outfielders\": \"ndị na-apụ apụ\",\n    \"outfielding\": \"onye ọpụpụ\",\n    \"outfields\": \"ọpụpụ\",\n    \"outfieldsman\": \"onyebuo\",\n    \"outfieldsmen\": \"ndị na-apụ apụ\",\n    \"outfight\": \"ịlụ ọgụ\",\n    \"outfighter\": \"na-apụ apụ\",\n    \"outfighting\": \"ịlụ ọgụ\",\n    \"outfights\": \"ọgụ\",\n    \"outfigure\": \"ahụ ụzọ\",\n    \"outfigured\": \"gbanwere\",\n    \"outfiguring\": \"inyocha\",\n    \"outfind\": \"nụ anya\",\n    \"outfinding\": \"ndibehe\",\n    \"outfinds\": \"ihe nlere\",\n    \"outfire\": \"ọpụpụ\",\n    \"outfired\": \"Gbanwee ya\",\n    \"outfires\": \"Ọkụ\",\n    \"outfiring\": \"na-apụ apụ\",\n    \"outfish\": \"azụ azụ\",\n    \"outfit\": \"ekike\",\n    \"outfits\": \"ekike\",\n    \"outfitted\": \"Ekike\",\n    \"outfitter\": \"Okike\",\n    \"outfitters\": \"Okike\",\n    \"outfitting\": \"uwe\",\n    \"outfittings\": \"ekike\",\n    \"outflamed\": \"agbanyụ ọkụ\",\n    \"outflaming\": \"na-apụ apụ\",\n    \"outflanked\": \"gbarụ agbarụ\",\n    \"outflanker\": \"onye isi ala\",\n    \"outflanking\": \"ikwuputa ihe\",\n    \"outflanks\": \"ndị na-adịghị mma\",\n    \"outflared\": \"gba mgba\",\n    \"outflaring\": \"na-apụ apụ\",\n    \"outflash\": \"ikuku\",\n    \"outfled\": \"gwụrụ\",\n    \"outflee\": \"gbapụhaala\",\n    \"outfleeing\": \"na-agba ọsọ\",\n    \"outflew\": \"brunwu\",\n    \"outfly\": \"n'èzí\",\n    \"outflies\": \"na-efe efe\",\n    \"outflying\": \"na-eje ozi\",\n    \"outfling\": \"Na-ezukọ\",\n    \"outflinging\": \"fgbako\",\n    \"outflourish\": \"ọpụpụ\",\n    \"outflow\": \"ọpụpụ\",\n    \"outflowed\": \"awụfuola\",\n    \"outflowing\": \"na-asọpụta\",\n    \"outflown\": \"awụpụ\",\n    \"outflows\": \"ọpụpụ\",\n    \"outflue\": \"ihe nlere anya\",\n    \"outflung\": \"ọpụpụ\",\n    \"outflunky\": \"Onochie\",\n    \"outflush\": \"ihe na-apụ apụ\",\n    \"outfold\": \"okpukpu\",\n    \"outfools\": \"outfl\",\n    \"outfoot\": \"ụkwụ ụkwụ\",\n    \"outfooted\": \"enweghi ike\",\n    \"outfoots\": \"n'azụ ụkwụ\",\n    \"outform\": \"Ihe omuma\",\n    \"outfort\": \"nkasi obi\",\n    \"outforth\": \"gafere\",\n    \"outfought\": \"emeghị ihe\",\n    \"outfound\": \"ihe omimi\",\n    \"outfoxed\": \"ọpụpụ\",\n    \"outfoxing\": \"outfo\",\n    \"outfreeman\": \"onye obula\",\n    \"outfront\": \"n'ihu\",\n    \"outfroth\": \"mputa\",\n    \"outfrown\": \"a pụtaghị\",\n    \"outfrowned\": \"ọphu ọ dụdu mma\",\n    \"outfrowning\": \"na-apụ apụ\",\n    \"outfrowns\": \"ọpụpụ\",\n    \"outgabble\": \"Ọpụpụ\",\n    \"outgabbled\": \"kara aka\",\n    \"outgabbling\": \"na-arụ ọrụ\",\n    \"outgain\": \"ịpụ apụ\",\n    \"outgained\": \"kara aka\",\n    \"outgaining\": \"inwapụta\",\n    \"outgains\": \"ịpụ apụ\",\n    \"outgamble\": \"ihe karịrị akarị\",\n    \"outgambled\": \"ọpụpụ\",\n    \"outgambling\": \"ịgba chaa chaa\",\n    \"outgame\": \"ihe karịrị\",\n    \"outgamed\": \"akabeghi\",\n    \"outgaming\": \"gamhapụ\",\n    \"outgang\": \"Ọpụpụ\",\n    \"outgas\": \"Ọpụpụ\",\n    \"outgassed\": \"gafere\",\n    \"outgasses\": \"outgass\",\n    \"outgassing\": \"ịpụ apụ\",\n    \"outgate\": \"ọpụpụ\",\n    \"outgazed\": \"apụl\",\n    \"outgazing\": \"na-apụ apụ\",\n    \"outgeneral\": \"outgene\",\n    \"outgeneraled\": \"karie\",\n    \"outgeneraling\": \"Ọpụpụ\",\n    \"outgeneralled\": \"eleghi anya\",\n    \"outgeneralling\": \"imebigawanye ókè\",\n    \"outgive\": \"gafere\",\n    \"outgiven\": \"gafere\",\n    \"outgives\": \"ọpụpụ\",\n    \"outgiving\": \"ime ihe n'eziokwu\",\n    \"outglare\": \"imebiga ihe ókè\",\n    \"outglared\": \"arụghị ọrụ\",\n    \"outglares\": \"ọpụpụ\",\n    \"outglaring\": \"ịba ụba\",\n    \"outglow\": \"ọpụpụ\",\n    \"outglowed\": \"eleghi anya\",\n    \"outglowing\": \"na-apụ apụ\",\n    \"outglows\": \"ọpụpụ\",\n    \"outgnawed\": \"tozuru oke\",\n    \"outgnawing\": \"ịpụ apụ\",\n    \"outgo\": \"pụọ\",\n    \"outgoer\": \"dịpụrụ adịpụ\",\n    \"outgoes\": \"ọpụpụ\",\n    \"outgoing\": \"na-apụ apụ\",\n    \"outgoingness\": \"ọpụpụ\",\n    \"outgoings\": \"ọpụpụ\",\n    \"outgone\": \"gafere\",\n    \"outgrew\": \"ọpụpụ\",\n    \"outgrin\": \"iwe\",\n    \"outgrinned\": \"togburu onwe ya\",\n    \"outgrinning\": \"imebiga ihe ókè\",\n    \"outgrins\": \"iwe\",\n    \"outground\": \"n'èzí\",\n    \"outgroups\": \"otu\",\n    \"outgrow\": \"ito eto\",\n    \"outgrowing\": \"na-eto eto\",\n    \"outgrown\": \"tolite\",\n    \"outgrows\": \"ọbụghị\",\n    \"outgrowth\": \"ntorobịa\",\n    \"outgrowths\": \"ọpụpụ\",\n    \"outguard\": \"chebe\",\n    \"outguess\": \"omume\",\n    \"outguessed\": \"bụrụ onye toro eto\",\n    \"outguesses\": \"Ndabere\",\n    \"outguessing\": \"Na-amachi\",\n    \"outguide\": \"ọhụhụ\",\n    \"outguided\": \"emechaala\",\n    \"outguides\": \"ndị ndu\",\n    \"outguiding\": \"imezu\",\n    \"outgun\": \"Ọpụpụ\",\n    \"outgunned\": \"gbapụrụ iche\",\n    \"outgunning\": \"na-apụ apụ\",\n    \"outguns\": \"Ọpụpụ\",\n    \"outgushes\": \"ndụdụ\",\n    \"outgushing\": \"na-apụ apụ\",\n    \"outhammer\": \"ọkụ ọkụ\",\n    \"outhasten\": \"gbasaa\",\n    \"outhaul\": \"ọpụpụ\",\n    \"outhauler\": \"onye na-apụ apụ\",\n    \"outhauls\": \"ọpụpụ\",\n    \"outhear\": \"nti mkpu\",\n    \"outheard\": \"ahea\",\n    \"outhearing\": \"na-apụ apụ\",\n    \"outhears\": \"outhe\",\n    \"outheart\": \"pụta ụwa\",\n    \"outher\": \"ọzọ\",\n    \"outhyperbolize\": \"pụọ hyperbolize\",\n    \"outhyperbolized\": \"apụrụ apụ apụ\",\n    \"outhyperbolizing\": \"Na-apụ apụ\",\n    \"outhire\": \"mpụga\",\n    \"outhired\": \"iwe\",\n    \"outhiring\": \"na-apụ apụ\",\n    \"outhiss\": \"Ebele\",\n    \"outhit\": \"iwe\",\n    \"outhits\": \"Mbupu\",\n    \"outhitting\": \"iku ume\",\n    \"outhold\": \"ọpụpụ\",\n    \"outhorn\": \"gbapụrụ iche\",\n    \"outhorror\": \"ịjụ oyi\",\n    \"outhouse\": \"ime ụlọ\",\n    \"outhouses\": \"ụlọ\",\n    \"outhousing\": \"na-apụ apụ\",\n    \"outhowl\": \"Ndab\",\n    \"outhowled\": \"enweghi ike\",\n    \"outhowling\": \"igwu\",\n    \"outhowls\": \"ogwugwu\",\n    \"outhumor\": \"ngosipụta\",\n    \"outhumored\": \"kpụru iya\",\n    \"outhumoring\": \"pụta ụwa\",\n    \"outhumors\": \"nkwụsị\",\n    \"outhunt\": \"gbasaa\",\n    \"outhurl\": \"ọwụwa\",\n    \"outhut\": \"mkpu\",\n    \"outyard\": \"mpụga\",\n    \"outyelled\": \"emefuru\",\n    \"outyelp\": \"Ndigbo\",\n    \"outyelped\": \"ọpụpụ\",\n    \"outyelping\": \"ọpụpụ\",\n    \"outyelps\": \"ọpụpụ\",\n    \"outyield\": \"ọpụpụ\",\n    \"outyielded\": \"emebeghị\",\n    \"outyielding\": \"dị ike\",\n    \"outyields\": \"ọpụpụ\",\n    \"outing\": \"ọpụpụ\",\n    \"outings\": \"ọpụpụ\",\n    \"outinvent\": \"n'ọnụ ụzọ\",\n    \"outissue\": \"arụ\",\n    \"outissued\": \"gbahaa\",\n    \"outissuing\": \"ọpụpụ\",\n    \"outjazz\": \"Ogbaja\",\n    \"outjetted\": \"onyeozi\",\n    \"outjetting\": \"Ọpụpụ\",\n    \"outjinxing\": \"na-apụ apụ\",\n    \"outjourney\": \"ọpụpụ\",\n    \"outjourneyed\": \"ọjoụ\",\n    \"outjourneying\": \"ọpụpụ\",\n    \"outjuggled\": \"buru ibu\",\n    \"outjuggling\": \"outmụ\",\n    \"outjump\": \"ọpụpụ\",\n    \"outjumped\": \"ọpụpụ\",\n    \"outjumping\": \"Ọpụpụ\",\n    \"outjumps\": \"ọpụpụ\",\n    \"outjuts\": \"Ọpụpụ\",\n    \"outjutted\": \"ọpụpụ\",\n    \"outjutting\": \"Ọpụpụ\",\n    \"outkeep\": \"nchekwa\",\n    \"outkeeper\": \"onye nlekọta\",\n    \"outkeeping\": \"nlekọta\",\n    \"outkeeps\": \"nlekọta\",\n    \"outkept\": \"O buru ibu\",\n    \"outkick\": \"ọpụpụ\",\n    \"outkicked\": \"kagburu\",\n    \"outkicking\": \"ahia\",\n    \"outkicks\": \"ọpụpụ\",\n    \"outkill\": \"ọpụpụ\",\n    \"outking\": \"na-aga ije\",\n    \"outkiss\": \"ọpụpụ\",\n    \"outkissed\": \"ọpupu\",\n    \"outkisses\": \"Onyinye\",\n    \"outkitchen\": \"kzọ\",\n    \"outknave\": \"ọpụpụ\",\n    \"outknee\": \"ịpụ apụ\",\n    \"outlabor\": \"mpụga\",\n    \"outlay\": \"mmefu\",\n    \"outlaid\": \"amachibidoro\",\n    \"outlaying\": \"na-apụ apụ\",\n    \"outlain\": \"kọwaa\",\n    \"outlays\": \"nkwụsị\",\n    \"outlance\": \"adreesị\",\n    \"outlanced\": \"emebiela\",\n    \"outlancing\": \"ịpụpụ\",\n    \"outland\": \"dịpụrụ adịpụ\",\n    \"outlander\": \"onye ala ọzọ\",\n    \"outlandish\": \"ọpụpụ\",\n    \"outlandishly\": \"n’èzí\",\n    \"outlandishlike\": \"dịpụrụ adịpụ\",\n    \"outlandishness\": \"ọpụpụ\",\n    \"outlands\": \"ala dịpụrụ adịpụ\",\n    \"outlash\": \"mmegharị\",\n    \"outlast\": \"ọpụpụ\",\n    \"outlasted\": \"gbasaa\",\n    \"outlasting\": \"na-apụ apụ\",\n    \"outlasts\": \"ebe mpụga\",\n    \"outlaugh\": \"kpụọ\",\n    \"outlaughed\": \"ọpụpụ\",\n    \"outlaughing\": \"na-achị ọchị\",\n    \"outlaughs\": \"mmechi iwu\",\n    \"outlaunch\": \"outla\",\n    \"outlaw\": \"onye omekome\",\n    \"outlawed\": \"amachibidoro iwu\",\n    \"outlawing\": \"amachibidoro iwu\",\n    \"outlawry\": \"iwu\",\n    \"outlawries\": \"mmebi iwu\",\n    \"outlaws\": \"ndị omekome\",\n    \"outlead\": \"pụọ\",\n    \"outleading\": \"n'èzí\",\n    \"outlean\": \"Ọpụpụ\",\n    \"outleap\": \"ọpụpụ\",\n    \"outleaped\": \"na-apụ apụ\",\n    \"outleaping\": \"na-apụ apụ\",\n    \"outleaps\": \"ọpụpụ\",\n    \"outleapt\": \"achicha\",\n    \"outlearn\": \"nyocha\",\n    \"outlearned\": \"agụ akwụkwọ\",\n    \"outlearning\": \"na-agụ akwụkwọ\",\n    \"outlearnt\": \"na-apụ apụ\",\n    \"outled\": \"ndị a chụpụrụ achụpụ\",\n    \"outlength\": \"ogologo\",\n    \"outlengthen\": \"gbasie ike\",\n    \"outler\": \"ọpụpụ\",\n    \"outlet\": \"tinyekwa\",\n    \"outlets\": \"oghere\",\n    \"outly\": \"tinyekwa\",\n    \"outlie\": \"ọpụpụ\",\n    \"outlier\": \"ọpụpụ\",\n    \"outliers\": \"n'èzí\",\n    \"outlies\": \"n'èzí\",\n    \"outlighten\": \"mepee\",\n    \"outlying\": \"n'èzí\",\n    \"outlimb\": \"ndepụta\",\n    \"outlimn\": \"ndepụta\",\n    \"outline\": \"ndepụta\",\n    \"outlinear\": \"outliner\",\n    \"outlined\": \"depụtara\",\n    \"outlineless\": \"enweghị atụ\",\n    \"outlines\": \"ndepụta\",\n    \"outlinger\": \"Onyepụ\",\n    \"outlining\": \"na-akọwaputa\",\n    \"outlip\": \"mpempe\",\n    \"outlipped\": \"bupụrụ\",\n    \"outlive\": \"pụọ\",\n    \"outlived\": \"gafere\",\n    \"outliver\": \"ọpụpụ\",\n    \"outlivers\": \"ndi ozo\",\n    \"outlives\": \"ndụ\",\n    \"outliving\": \"na-apụ apụ\",\n    \"outlled\": \"apụ apụ\",\n    \"outlodging\": \"na-apụ apụ\",\n    \"outlook\": \"echiche\",\n    \"outlooker\": \"ihe nlere\",\n    \"outlooks\": \"echiche\",\n    \"outlope\": \"ọpụpụ\",\n    \"outlord\": \"ọpụpụ\",\n    \"outlot\": \"ọpụpụ\",\n    \"outlove\": \"ọpụpụ\",\n    \"outloved\": \"ndị a hụrụ n'anya\",\n    \"outloves\": \"ọpụpụ\",\n    \"outloving\": \"na-apụ apụ\",\n    \"outlung\": \"pụta\",\n    \"outluster\": \"akwụkwọ\",\n    \"outmalapropped\": \"emechara\",\n    \"outmalapropping\": \"Mgbakwunye\",\n    \"outmaneuver\": \"gbanyụọ\",\n    \"outmaneuvered\": \"gbanyụọ\",\n    \"outmaneuvering\": \"Na-apụ apụ\",\n    \"outmaneuvers\": \"ndị na-apụ apụ\",\n    \"outmanned\": \"gbasaa\",\n    \"outmanning\": \"outgbasapụ\",\n    \"outmanoeuvered\": \"gbanyụọ\",\n    \"outmanoeuvering\": \"Na-apụ apụ\",\n    \"outmans\": \"ndị ọkachamara\",\n    \"outmantle\": \"ikposa\",\n    \"outmarch\": \"ọpụpụ\",\n    \"outmarched\": \"pụọ\",\n    \"outmarches\": \"ọpụpụ\",\n    \"outmarching\": \"na-apụ apụ\",\n    \"outmarry\": \"alụghị nwanyị\",\n    \"outmarriage\": \"ndidọ ndọ\",\n    \"outmarried\": \"lụọ di\",\n    \"outmarrying\": \"ndidọ\",\n    \"outmaster\": \"ọpụpụ\",\n    \"outmatched\": \"kara aka\",\n    \"outmatches\": \"nchara\",\n    \"outmatching\": \"na-apụ apụ\",\n    \"outmate\": \"onye nga\",\n    \"outmated\": \"gafere\",\n    \"outmating\": \"na-apụ apụ\",\n    \"outmeasure\": \"ọpụpụ\",\n    \"outmeasured\": \"emechaala\",\n    \"outmeasuring\": \"ịpụ apụ\",\n    \"outmen\": \"ndị isi\",\n    \"outmerchant\": \"onye ahia ahia\",\n    \"outmode\": \"kpụ\",\n    \"outmoded\": \"apụla\",\n    \"outmodes\": \"apụ\",\n    \"outmoding\": \"na-apụ apụ\",\n    \"outmost\": \"nke kachasị\",\n    \"outmount\": \"mopụ\",\n    \"outmouth\": \"ọpụpụ\",\n    \"outmove\": \"karịrị akarị\",\n    \"outmoved\": \"enweghi ike\",\n    \"outmoves\": \"karịrị akarị\",\n    \"outmoving\": \"na-apụ apụ\",\n    \"outname\": \"aha\",\n    \"outness\": \"ọpụpụ\",\n    \"outnight\": \"n'abalị\",\n    \"outnoise\": \"ime mkpọtụ\",\n    \"outnumber\": \"ọnụ ọgụgụ\",\n    \"outnumbered\": \"n'ọnụ ọgụgụ\",\n    \"outnumbering\": \"ọnụ ọgụgụ\",\n    \"outnumbers\": \"n'ọnụ ọgụgụ\",\n    \"outoven\": \"dịpụrụ adịpụ\",\n    \"outpace\": \"uzo ozo\",\n    \"outpaced\": \"gafere\",\n    \"outpaces\": \"ndapụta\",\n    \"outpacing\": \"ọpụpụ\",\n    \"outpay\": \"ịkwụ ụgwọ\",\n    \"outpayment\": \"ịkwụ ụgwọ\",\n    \"outpainted\": \"gbasaa\",\n    \"outpainting\": \"na-emeghepụta\",\n    \"outpaints\": \"atụmatụ\",\n    \"outparamour\": \"ọpụpụ\",\n    \"outparish\": \"ọpụpụ\",\n    \"outpart\": \"pụọ\",\n    \"outparts\": \"pụọ\",\n    \"outpass\": \"gafere\",\n    \"outpassed\": \"karịrị akarị\",\n    \"outpasses\": \"karịrị akarị\",\n    \"outpassing\": \"karịrị akarị\",\n    \"outpassion\": \"enweghị obi ebere\",\n    \"outpath\": \"uzo ozo\",\n    \"outpatient\": \"onye aputa\",\n    \"outpatients\": \"ụlọ ọgwụ\",\n    \"outpeal\": \"ịpụ iche\",\n    \"outpeer\": \"onye ogba aghara\",\n    \"outpension\": \"nkwụsị\",\n    \"outpensioner\": \"onye ozo\",\n    \"outpeople\": \"ndị mmadụ\",\n    \"outpeopled\": \"anwu\",\n    \"outpeopling\": \"Ọpụpụ\",\n    \"outperform\": \"gabiga oke\",\n    \"outperformed\": \"emezighi\",\n    \"outperforming\": \"imezu\",\n    \"outperforms\": \"ihe ngosipụta\",\n    \"outpick\": \"ọpụpụ\",\n    \"outpiping\": \"ịpụ apụ\",\n    \"outpitch\": \"ọpụpụ\",\n    \"outpity\": \"oke ibu\",\n    \"outpitied\": \"kpara ya iwe\",\n    \"outpities\": \"ndapụta\",\n    \"outpitying\": \"ịba ụba\",\n    \"outplace\": \"ọpụpụ\",\n    \"outplay\": \"ihe ngosi\",\n    \"outplayed\": \"gosiputara\",\n    \"outplaying\": \"Na-egosipụta\",\n    \"outplays\": \"ihe ngosipụta\",\n    \"outplan\": \"njem\",\n    \"outplanned\": \"esetịpụ\",\n    \"outplanning\": \"Atụmatụ\",\n    \"outplans\": \"Atụmatụ\",\n    \"outplease\": \"iwe\",\n    \"outpleased\": \"iwe\",\n    \"outpleasing\": \"iwe\",\n    \"outplod\": \"ọpụpụ\",\n    \"outplodded\": \"gbapụ\",\n    \"outplodding\": \"mgbapụta\",\n    \"outplods\": \"mgbapụta\",\n    \"outplot\": \"mgbapụ\",\n    \"outplotted\": \"gbapụtara\",\n    \"outplotting\": \"ịchụpụ mmadụ mgbapụ\",\n    \"outpocketing\": \"ọpụpụ\",\n    \"outpoint\": \"echiche\",\n    \"outpointed\": \"egosiputa\",\n    \"outpointing\": \"na-egosipụta\",\n    \"outpoints\": \"ndapụta\",\n    \"outpoise\": \"nkwupụta uche\",\n    \"outpoison\": \"mmebi iwu\",\n    \"outpoll\": \"Ọpụpụ\",\n    \"outpolled\": \"gbasaa\",\n    \"outpolling\": \"Ọpụpụ\",\n    \"outpolls\": \"outpol\",\n    \"outpopped\": \"outpo\",\n    \"outpopping\": \"outpo\",\n    \"outpopulate\": \"outpopu\",\n    \"outpopulated\": \"ọtụtụ mmadụ\",\n    \"outpopulating\": \"na-apụ apụ\",\n    \"outporch\": \"ọpụpụ\",\n    \"outport\": \"Mbupụ\",\n    \"outporter\": \"onye obula\",\n    \"outportion\": \"oke\",\n    \"outports\": \"Ọpụpụ\",\n    \"outpost\": \"ndị nche\",\n    \"outposts\": \"na-eche nche\",\n    \"outpouching\": \"na-apụ apụ\",\n    \"outpour\": \"ọpụpụ\",\n    \"outpoured\": \"ọpụpụ\",\n    \"outpourer\": \"onye mgbasa ozi\",\n    \"outpouring\": \"awụfu\",\n    \"outpourings\": \"ọpụpụ\",\n    \"outpours\": \"ọpụpụ\",\n    \"outpractice\": \"omume\",\n    \"outpracticed\": \"Ọpụrụiche\",\n    \"outpracticing\": \"na-arụ ọrụ\",\n    \"outpray\": \"ọpupu\",\n    \"outprayed\": \"egosiputa\",\n    \"outpraying\": \"ikwusa ozi ọma\",\n    \"outprays\": \"umuaka\",\n    \"outpraise\": \"ikwupụta\",\n    \"outpraised\": \"togburu onwe ya\",\n    \"outpraising\": \"N'ihe omume\",\n    \"outpreach\": \"ikwusa ozi ọma\",\n    \"outpreened\": \"outpreen\",\n    \"outpreening\": \"ime ụlọ\",\n    \"outpreens\": \"na-emeghe\",\n    \"outpress\": \"outup\",\n    \"outpressed\": \"egosiputa\",\n    \"outpresses\": \"ihe ngosi\",\n    \"outpressing\": \"na-apụ apụ\",\n    \"outprice\": \"okpukpu\",\n    \"outpriced\": \"ọnụ\",\n    \"outprices\": \"ọnụahịa\",\n    \"outpricing\": \"ọnụ\",\n    \"outpried\": \"ezipụ\",\n    \"outprying\": \"ọpịpịa\",\n    \"outprodigy\": \"ọpụpụ\",\n    \"outproduce\": \"Mbupute\",\n    \"outproduced\": \"emepụta\",\n    \"outproduces\": \"ndapụta\",\n    \"outproducing\": \"na-amịpụta\",\n    \"outpromise\": \"nkwuwa aka\",\n    \"outpromised\": \"emegbue ya\",\n    \"outpromising\": \"nkwuwa\",\n    \"outpull\": \"buputa\",\n    \"outpulled\": \"ọpupu\",\n    \"outpulling\": \"na-apụ apụ\",\n    \"outpulls\": \"gbasaa\",\n    \"outpupil\": \"outfupil\",\n    \"outpurl\": \"ọpụpụ\",\n    \"outpurse\": \"ego\",\n    \"outpursue\": \"ọpụpụ\",\n    \"outpursued\": \"phụtaru\",\n    \"outpursuing\": \"ọpụpụ\",\n    \"outpush\": \"ọpụpụ\",\n    \"outpushed\": \"ọpupu\",\n    \"outpushes\": \"ọpupu\",\n    \"outpushing\": \"ọpupu\",\n    \"output\": \"mmeputa\",\n    \"outputs\": \"ndaputa\",\n    \"outputted\": \"weputara\",\n    \"outputter\": \"onye na emeputa ihe\",\n    \"outputting\": \"mmepụta\",\n    \"outquaff\": \"gbasaa\",\n    \"outquarters\": \"mpụga\",\n    \"outqueen\": \"pụta ìhè\",\n    \"outquery\": \"ọpụpụ\",\n    \"outqueried\": \"buru ibu\",\n    \"outquerying\": \"O buru ibu\",\n    \"outquestion\": \"ọpụpụ\",\n    \"outquibble\": \"enweghị ike ịpụ apụ\",\n    \"outquibbled\": \"akarịala\",\n    \"outquibbling\": \"na-apụ apụ\",\n    \"outquibled\": \"merie\",\n    \"outquibling\": \"na-apụ apụ\",\n    \"outquoted\": \"ebuputala ya\",\n    \"outquotes\": \"ihe ndi ozo\",\n    \"outquoting\": \"na-achọpụta\",\n    \"outrace\": \"mpụga\",\n    \"outraced\": \"a machibidoro iwu\",\n    \"outraces\": \"mmebi iwu\",\n    \"outracing\": \"mmegharị iwu\",\n    \"outrage\": \"iwe\",\n    \"outraged\": \"were iwe\",\n    \"outragely\": \"oke iwe\",\n    \"outrageous\": \"imebiga ihe ókè\",\n    \"outrageously\": \"arụ arụ\",\n    \"outrageousness\": \"oke iwe\",\n    \"outrageproof\": \"ihe na-enweghị isi\",\n    \"outrager\": \"mmebe iwu\",\n    \"outrages\": \"iwe\",\n    \"outraging\": \"mmekpa ahụ\",\n    \"outraised\": \"emebiela\",\n    \"outraises\": \"mgbasa ozi\",\n    \"outraising\": \"outra\",\n    \"outrake\": \"ọpụpụ\",\n    \"outran\": \"ọpụpụ\",\n    \"outrance\": \"ọpụpụ\",\n    \"outrances\": \"ọpụpụ\",\n    \"outrang\": \"n'eziokwu\",\n    \"outrange\": \"iwe\",\n    \"outranged\": \"were iwe\",\n    \"outranges\": \"mmebi iwu\",\n    \"outranging\": \"Mgbasa\",\n    \"outrank\": \"n'eziokwu\",\n    \"outranked\": \"karie\",\n    \"outranking\": \"na-eje ozi\",\n    \"outranks\": \"ọpụpụ\",\n    \"outrant\": \"pụọ apụ\",\n    \"outrap\": \"mpụga\",\n    \"outrapped\": \"Ọpụpụ\",\n    \"outrapping\": \"outra\",\n    \"outrated\": \"ewepụ\",\n    \"outrating\": \"na-apụ apụ\",\n    \"outraught\": \"iwe\",\n    \"outrave\": \"mbupụ\",\n    \"outraved\": \"amachibidoro\",\n    \"outraves\": \"ọpụpụ\",\n    \"outraving\": \"mbupụ\",\n    \"outreach\": \"Mgbasa ozi\",\n    \"outreached\": \"wepụtara\",\n    \"outreaches\": \"ọpụpụ\",\n    \"outreaching\": \"ịgbasa ozi\",\n    \"outread\": \"gbasaa\",\n    \"outreading\": \"mgbasa ozi\",\n    \"outreads\": \"ihe nyocha\",\n    \"outreasoned\": \"onye ezi uche\",\n    \"outreasoning\": \"umuaka\",\n    \"outreasons\": \"ihe kpatara\",\n    \"outreckon\": \"ọpụpụ\",\n    \"outrecuidance\": \"nnabata\",\n    \"outredden\": \"gbasaa\",\n    \"outreign\": \"ihe ngosi\",\n    \"outrelief\": \"outbilief\",\n    \"outremer\": \"ọfụma\",\n    \"outreness\": \"ọria\",\n    \"outrhymed\": \"emesịa\",\n    \"outrhyming\": \"na-apụ apụ\",\n    \"outrib\": \"pụọ\",\n    \"outribbed\": \"bupụrụ\",\n    \"outribbing\": \"na-eje ozi\",\n    \"outrick\": \"ọpụpụ\",\n    \"outridden\": \"amachiela\",\n    \"outride\": \"mpụga\",\n    \"outrider\": \"ndapụta\",\n    \"outriders\": \"ndapụta\",\n    \"outrides\": \"ndapụta\",\n    \"outriding\": \"na-apụ apụ\",\n    \"outrigged\": \"ọpụpụ\",\n    \"outrigger\": \"ọpụpụ\",\n    \"outriggered\": \"ọpụpụ\",\n    \"outriggerless\": \"outriggers obere\",\n    \"outriggers\": \"ndị mbịarambịa\",\n    \"outrigging\": \"ọpụpụ\",\n    \"outright\": \"cha cha\",\n    \"outrightly\": \"kpam kpam\",\n    \"outrightness\": \"pụtara ìhè\",\n    \"outring\": \"n'èzí\",\n    \"outringing\": \"ime mpụ\",\n    \"outrings\": \"mputa\",\n    \"outrival\": \"mbupụ\",\n    \"outrivaled\": \"toro ẹto\",\n    \"outrivaling\": \"na-apụ apụ\",\n    \"outrivalled\": \"apụghị iche\",\n    \"outrivalling\": \"na-apụ apụ\",\n    \"outrivals\": \"ọpụpụ\",\n    \"outrive\": \"pụọ iche\",\n    \"outroad\": \"n'èzí\",\n    \"outroar\": \"ọgba aghara\",\n    \"outroared\": \"ọpụpụ\",\n    \"outroaring\": \"na-apụ apụ\",\n    \"outroars\": \"ọpụpụ\",\n    \"outrock\": \"outro\",\n    \"outrocked\": \"amachibidoro iwu\",\n    \"outrocking\": \"na-apụ apụ\",\n    \"outrocks\": \"ọgba aghara\",\n    \"outrode\": \"ọpụpụ\",\n    \"outrogue\": \"onye na-aga agha\",\n    \"outrogued\": \"amachibidoro iwu\",\n    \"outroguing\": \"outbụ\",\n    \"outroyal\": \"na-enweghị atụ\",\n    \"outrolled\": \"ezipụ\",\n    \"outrolling\": \"na-achịkwa\",\n    \"outrolls\": \"ndapụta\",\n    \"outromance\": \"nkwụsị\",\n    \"outromanced\": \"amachibidoro\",\n    \"outromancing\": \"romgbasapụ\",\n    \"outrooper\": \"onye agha\",\n    \"outroot\": \"ọpụpụ\",\n    \"outrooted\": \"ewepụ\",\n    \"outrooting\": \"na-apụ apụ\",\n    \"outroots\": \"mpụga\",\n    \"outrove\": \"ọpụpụ\",\n    \"outroved\": \"amachibidoro\",\n    \"outroving\": \"na-apụ apụ\",\n    \"outrow\": \"ọpụpụ\",\n    \"outrun\": \"gbanahụ\",\n    \"outrung\": \"pụta\",\n    \"outrunner\": \"onye obula\",\n    \"outrunning\": \"ịgbasapụ\",\n    \"outruns\": \"ọpụpụ\",\n    \"outrush\": \"pụọ\",\n    \"outrushes\": \"Ọgba\",\n    \"outs\": \"ọpụpụ\",\n    \"outsay\": \"ọpụpụ\",\n    \"outsaid\": \"ekwuo\",\n    \"outsaying\": \"Ọpụpụ\",\n    \"outsail\": \"ọpụpụ\",\n    \"outsailed\": \"gbalụ\",\n    \"outsailing\": \"na-emefu ihe\",\n    \"outsails\": \"ọpụpụ\",\n    \"outsaint\": \"ọpụpụ\",\n    \"outsally\": \"n'èzí\",\n    \"outsallied\": \"gbagwojuru anya\",\n    \"outsallying\": \"n'èzí\",\n    \"outsat\": \"pụta\",\n    \"outsatisfy\": \"enweghị afọ ojuju\",\n    \"outsatisfied\": \"enweghi afọ ojuju\",\n    \"outsatisfying\": \"na-eju afọ\",\n    \"outsavor\": \"nka\",\n    \"outsavored\": \"kụru iya\",\n    \"outsavoring\": \"Ochoo\",\n    \"outsavors\": \"ọhụma\",\n    \"outsaw\": \"ọpụpụ\",\n    \"outscape\": \"ndapu ihe\",\n    \"outscent\": \"enweghi ike\",\n    \"outscold\": \"gbuchaa\",\n    \"outscolded\": \"kpụru iya\",\n    \"outscolding\": \"Ogbodo\",\n    \"outscolds\": \"ọpụpụ\",\n    \"outscore\": \"ọpụpụ\",\n    \"outscored\": \"ọpupu\",\n    \"outscores\": \"n'èzí\",\n    \"outscoring\": \"N'ihe ngosi\",\n    \"outscorn\": \"n'èzí\",\n    \"outscorned\": \"ọpupu\",\n    \"outscorning\": \"Ogbodo\",\n    \"outscorns\": \"ọpụpụ\",\n    \"outscour\": \"ọpụpụ\",\n    \"outscouring\": \"n'èzí\",\n    \"outscout\": \"agha\",\n    \"outscream\": \"mkpu\",\n    \"outsea\": \"Ọpụpụ\",\n    \"outseam\": \"ọpụpụ\",\n    \"outsearch\": \"nyocha\",\n    \"outsee\": \"lelee\",\n    \"outseeing\": \"n'ile anya\",\n    \"outseek\": \"Ekekwe\",\n    \"outseeking\": \"Okpokoro\",\n    \"outseen\": \"ahụrụ\",\n    \"outsees\": \"Okwa\",\n    \"outsell\": \"ọpụpụ\",\n    \"outselling\": \"na-ere ihe\",\n    \"outsells\": \"ọwụwa\",\n    \"outsend\": \"pụta\",\n    \"outsentinel\": \"ọpụpụ\",\n    \"outsentry\": \"ọpụpụ\",\n    \"outsentries\": \"ọpụpụ\",\n    \"outsert\": \"ọpụpụ\",\n    \"outserts\": \"mbibi\",\n    \"outservant\": \"abaghị uru\",\n    \"outserve\": \"echekwa\",\n    \"outserved\": \"enweghị ikike\",\n    \"outserves\": \"ọpụpụ\",\n    \"outserving\": \"na-apụ apụ\",\n    \"outset\": \"mmalite\",\n    \"outsets\": \"mpụga\",\n    \"outsetting\": \"mbido\",\n    \"outsettlement\": \"mbido\",\n    \"outsettler\": \"onye mbu\",\n    \"outshadow\": \"onyinyo\",\n    \"outshake\": \"ghaa ahia\",\n    \"outshamed\": \"ihere\",\n    \"outshames\": \"ọpụpụ\",\n    \"outshaming\": \"amaka\",\n    \"outshape\": \"kara aka\",\n    \"outshaped\": \"ọphu ọ karụ\",\n    \"outshaping\": \"na-eje ozi\",\n    \"outsharpen\": \"igwu\",\n    \"outsheathe\": \"ọpụpụ\",\n    \"outshift\": \"ọkaibe\",\n    \"outshifts\": \"ọpụpụ\",\n    \"outshine\": \"ọpụpụ\",\n    \"outshined\": \"Ọpụpụ\",\n    \"outshining\": \"outsining\",\n    \"outshone\": \"ekwenti\",\n    \"outshoot\": \"mpụga\",\n    \"outshooting\": \"n'èzí\",\n    \"outshoots\": \"mpụga\",\n    \"outshot\": \"ọpụpụ\",\n    \"outshoulder\": \"n'èzí\",\n    \"outshout\": \"mkpu mkpu\",\n    \"outshouted\": \"kpọọ mkpu\",\n    \"outshouting\": \"mkpu mkpu\",\n    \"outshouts\": \"mkpu mkpu\",\n    \"outshove\": \"n'èzí\",\n    \"outshoved\": \"ọpụpụ\",\n    \"outshoving\": \"ịga ije\",\n    \"outshow\": \"ọpụpụ\",\n    \"outshowed\": \"ọpụpụ\",\n    \"outshower\": \"ọpụpụ\",\n    \"outshown\": \"ọpụpụ\",\n    \"outshut\": \"mputa\",\n    \"outside\": \"n'èzí\",\n    \"outsided\": \"n'èzí\",\n    \"outsidedness\": \"n'èzí\",\n    \"outsideness\": \"n'èzí\",\n    \"outsider\": \"onye obia\",\n    \"outsiderness\": \"n'èzí\",\n    \"outsiders\": \"ndị nọ n'èzí\",\n    \"outsides\": \"ndị nọ n'èzí\",\n    \"outsift\": \"ekike\",\n    \"outsigh\": \"nghọta\",\n    \"outsight\": \"ilepụ anya\",\n    \"outsights\": \"ihe nlere\",\n    \"outsin\": \"enweghi ike\",\n    \"outsing\": \"n'èzí\",\n    \"outsinging\": \"ịchụpụ\",\n    \"outsings\": \"ọpụpụ\",\n    \"outsinned\": \"emebiela\",\n    \"outsinning\": \"na-apụ apụ\",\n    \"outsins\": \"mbibi\",\n    \"outsit\": \"ọpụpụ\",\n    \"outsits\": \"ndapụta\",\n    \"outsitting\": \"na-apụ apụ\",\n    \"outsize\": \"Ikwu okwu\",\n    \"outsized\": \"gafere\",\n    \"outsizes\": \"Na-ekwu okwu\",\n    \"outskill\": \"mpụga\",\n    \"outskip\": \"Ogbodo\",\n    \"outskipped\": \"apụrụ iche\",\n    \"outskipping\": \"Ony\",\n    \"outskirmish\": \"n'èzí\",\n    \"outskirmisher\": \"n'èzí\",\n    \"outskirt\": \"mpụga\",\n    \"outskirter\": \"mpụga\",\n    \"outskirts\": \"mpụga\",\n    \"outslander\": \"ọpụpụ\",\n    \"outslang\": \"Iheanacho\",\n    \"outsleep\": \"ihi ura\",\n    \"outsleeping\": \"na-arahụ ụra\",\n    \"outsleeps\": \"na-ehi ura\",\n    \"outslept\": \"kpụrụpụrụ\",\n    \"outslick\": \"Ọpụpụ\",\n    \"outslid\": \"mpụga\",\n    \"outslide\": \"mpụga\",\n    \"outsling\": \"mme owo\",\n    \"outslink\": \"mpako\",\n    \"outslip\": \"ihu\",\n    \"outsmarted\": \"emeghị nke ọma\",\n    \"outsmarting\": \"na-apụ apụ\",\n    \"outsmarts\": \"mgbapụ\",\n    \"outsmell\": \"ọwụwa\",\n    \"outsmiled\": \"kwee ya\",\n    \"outsmiling\": \"na-apụ apụ\",\n    \"outsmoke\": \"anwuruoku\",\n    \"outsmoked\": \"eleghi anya\",\n    \"outsmoking\": \"outmoking\",\n    \"outsnatch\": \"ọpụpụ\",\n    \"outsnore\": \"mpu\",\n    \"outsnored\": \"ghasasia\",\n    \"outsnores\": \"ọpụpụ\",\n    \"outsnoring\": \"na-apụ apụ\",\n    \"outsoar\": \"n'èzí\",\n    \"outsoared\": \"n'èzí\",\n    \"outsoaring\": \"na-apụ apụ\",\n    \"outsoars\": \"n'èzí\",\n    \"outsold\": \"erere\",\n    \"outsole\": \"dịpụrụ adịpụ\",\n    \"outsoler\": \"ọpụpụ\",\n    \"outsonet\": \"Ogbogu Okonji\",\n    \"outsonnet\": \"Ogbogu Okonji\",\n    \"outsophisticate\": \"ọfụma\",\n    \"outsophisticated\": \"ọfụma\",\n    \"outsophisticating\": \"Oka-Okpala\",\n    \"outsought\": \"ọnụma\",\n    \"outsound\": \"n'èzí\",\n    \"outspan\": \"Ọpụpụ\",\n    \"outspanned\": \"gbasasịa\",\n    \"outspanning\": \"outgbasapụ\",\n    \"outspans\": \"Anyi\",\n    \"outsparkle\": \"Ọpụpụ\",\n    \"outsparkled\": \"pụta ìhè\",\n    \"outsparkling\": \"Ọpụpụ\",\n    \"outsparspying\": \"nkwụsị\",\n    \"outsparspinned\": \"echekwa\",\n    \"outsparspinning\": \"Ndiokpala\",\n    \"outspat\": \"ọpụpụ\",\n    \"outspeak\": \"kwue okwu\",\n    \"outspeaker\": \"nkwuputa okwu\",\n    \"outspeaking\": \"ikwupụta okwu\",\n    \"outspeaks\": \"Nkwupụta okwu\",\n    \"outsped\": \"gafere\",\n    \"outspeech\": \"Nkwupụta okwu\",\n    \"outspeed\": \"emebiela\",\n    \"outspell\": \"opupu\",\n    \"outspelled\": \"gwụrụ\",\n    \"outspelling\": \"mmụọ\",\n    \"outspells\": \"ọspụ\",\n    \"outspelt\": \"gbasaa\",\n    \"outspend\": \"gbalie\",\n    \"outspending\": \"na-ewepụsị\",\n    \"outspends\": \"na-agbasa\",\n    \"outspent\": \"nwere ike\",\n    \"outspy\": \"enweghi ike\",\n    \"outspied\": \"esetịpụ\",\n    \"outspying\": \"Mmehie\",\n    \"outspill\": \"ọspụ\",\n    \"outspin\": \"Ọpụpụ\",\n    \"outspinned\": \"gbasie ike\",\n    \"outspinning\": \"Ohere\",\n    \"outspirit\": \"mmụọ\",\n    \"outspit\": \"mmeputa\",\n    \"outsplendor\": \"pụọ n'ịma mma\",\n    \"outspoke\": \"kwuwa okwu\",\n    \"outspoken\": \"kwuwa okwu\",\n    \"outspokenly\": \"n'ezoghị ọnụ\",\n    \"outspokenness\": \"nkwuwa okwu\",\n    \"outsport\": \"ọpụpụ\",\n    \"outspout\": \"mputa\",\n    \"outsprang\": \"Ogbogu\",\n    \"outspread\": \"gbasaa\",\n    \"outspreading\": \"na-agbasa\",\n    \"outspreads\": \"gbasaa\",\n    \"outspring\": \"nkpuru\",\n    \"outsprue\": \"gbasaa\",\n    \"outsprued\": \"Ọpụpụ\",\n    \"outspruing\": \"na-egbu egbu\",\n    \"outspue\": \"ọpụpụ\",\n    \"outspurn\": \"Ọpụpụ\",\n    \"outspurt\": \"gbasaa\",\n    \"outstagger\": \"ọpụpụ\",\n    \"outstay\": \"azu ahia\",\n    \"outstaid\": \"atukwasighi\",\n    \"outstayed\": \"outsta\",\n    \"outstaying\": \"Na-achọ ihe\",\n    \"outstays\": \"ọpụpụ\",\n    \"outstand\": \"pụtara ìhè\",\n    \"outstander\": \"gafere\",\n    \"outstanding\": \"pụtara ìhè\",\n    \"outstandingly\": \"pụtara ìhè\",\n    \"outstandingness\": \"pụtara ìhè\",\n    \"outstandings\": \"ọpụpụ\",\n    \"outstands\": \"pụtara ìhè\",\n    \"outstank\": \"ọpụpụ\",\n    \"outstare\": \"ọpụpụ\",\n    \"outstared\": \"karịrị akarị\",\n    \"outstares\": \"mpụga\",\n    \"outstaring\": \"Na-apụ apụ\",\n    \"outstart\": \"pụọ\",\n    \"outstarted\": \"amalitela\",\n    \"outstarter\": \"ọpụpụ\",\n    \"outstarting\": \"mbido\",\n    \"outstartle\": \"ọpụpụ\",\n    \"outstartled\": \"Gbasara\",\n    \"outstartling\": \"Ọpụpụ\",\n    \"outstarts\": \"pụọ\",\n    \"outstate\": \"ọpụpụ\",\n    \"outstated\": \"Kwupu\",\n    \"outstater\": \"n'ọnụ ụlọ\",\n    \"outstates\": \"edeturu\",\n    \"outstating\": \"na-apụ apụ\",\n    \"outstation\": \"ọpụpụ\",\n    \"outstations\": \"nkwụsị\",\n    \"outstatistic\": \"na-apụ apụ\",\n    \"outstature\": \"Mbupu\",\n    \"outstatured\": \"onye outstat\",\n    \"outstaturing\": \"ọpụpụ\",\n    \"outsteal\": \"ngwa ngwa\",\n    \"outstealing\": \"ọpụpụ\",\n    \"outsteam\": \"Ugwu\",\n    \"outsteer\": \"onye nlekọta\",\n    \"outsteered\": \"gbasasịa\",\n    \"outsteering\": \"izu ike\",\n    \"outsteers\": \"ndị doro anya\",\n    \"outstep\": \"nzọpụ ụkwụ\",\n    \"outstepped\": \"gbasaa\",\n    \"outstepping\": \"N'onwe ya\",\n    \"outsting\": \"pụta ihe\",\n    \"outstinging\": \"na-apụ apụ\",\n    \"outstink\": \"Echefu\",\n    \"outstole\": \"pụọ\",\n    \"outstolen\": \"pụtara ìhè\",\n    \"outstood\": \"gafere\",\n    \"outstorm\": \"mgbapụ\",\n    \"outstrain\": \"ọpụpụ\",\n    \"outstream\": \"mpụga\",\n    \"outstreet\": \"Mgbuo\",\n    \"outstretch\": \"Mgbatị\",\n    \"outstretched\": \"agbatị\",\n    \"outstretcher\": \"Ocha\",\n    \"outstretches\": \"agbatị\",\n    \"outstretching\": \"na-agbatị\",\n    \"outstridden\": \"emechiela anya\",\n    \"outstride\": \"mpụga\",\n    \"outstriding\": \"emechaa\",\n    \"outstrip\": \"ọpụpụ\",\n    \"outstripped\": \"ikekwe\",\n    \"outstripping\": \"Ndigbo\",\n    \"outstrips\": \"Ugwu\",\n    \"outstrive\": \"gbasie ike\",\n    \"outstriven\": \"ike karịrị\",\n    \"outstriving\": \"imebiga ihe ókè\",\n    \"outstrode\": \"ọpụpụ\",\n    \"outstroke\": \"nkwanye ugwu\",\n    \"outstrove\": \"ọpụpụ\",\n    \"outstruck\": \"ọkụ ọkụ\",\n    \"outstrut\": \"ọpụpụ\",\n    \"outstrutted\": \"ọpụrụpụ\",\n    \"outstrutting\": \"ịpụ apụ\",\n    \"outstudent\": \"Onye kari\",\n    \"outstudy\": \"Ugboro\",\n    \"outstudied\": \"outwepu\",\n    \"outstudies\": \"ihe nyocha\",\n    \"outstudying\": \"Ekwukwu\",\n    \"outstung\": \"pụta\",\n    \"outstunt\": \"nkwụsị\",\n    \"outstunted\": \"buputaghị ya\",\n    \"outstunting\": \"gbasapụ\",\n    \"outstunts\": \"nkwụsị\",\n    \"outsubtle\": \"outsubil\",\n    \"outsucken\": \"Ochie\",\n    \"outsuffer\": \"karịrị\",\n    \"outsuitor\": \"ọpụpụ\",\n    \"outsulked\": \"emegburu\",\n    \"outsulking\": \"Na-egbu egbu\",\n    \"outsulks\": \"Okwa\",\n    \"outsum\": \"Ọpụpụ\",\n    \"outsummed\": \"gbanyụọ\",\n    \"outsumming\": \"na-apụ apụ\",\n    \"outsung\": \"ọpụpụ\",\n    \"outsuperstition\": \"nkwenkwe ụgha\",\n    \"outswagger\": \"Ogbogu Okonji\",\n    \"outswam\": \"Ọdọ mmiri\",\n    \"outswarm\": \"mpụga\",\n    \"outswear\": \"uwe\",\n    \"outswearing\": \"Mkpu\",\n    \"outswears\": \"ọpụpụ\",\n    \"outsweep\": \"Mpụga\",\n    \"outsweeping\": \"Ugbo-mmiri\",\n    \"outsweepings\": \"Anwu\",\n    \"outsweeten\": \"Omeghewo\",\n    \"outswell\": \"ọpụpụ\",\n    \"outswift\": \"ọpụpụ\",\n    \"outswim\": \"Anyi\",\n    \"outswimming\": \"Anwuru\",\n    \"outswims\": \"anwu\",\n    \"outswindle\": \"emeghara\",\n    \"outswindled\": \"eleghi anya\",\n    \"outswindling\": \"anwansi\",\n    \"outswing\": \"Mpụga\",\n    \"outswinger\": \"ọpụpụ\",\n    \"outswinging\": \"Na-aga agha\",\n    \"outswirl\": \"Anwu\",\n    \"outsworn\": \"ọpụpụ\",\n    \"outswum\": \"Ọpụpụ\",\n    \"outswung\": \"ọpụpụ\",\n    \"outtake\": \"ibute ụzọ\",\n    \"outtaken\": \"emezu\",\n    \"outtakes\": \"mmegharị\",\n    \"outtalent\": \"outta\",\n    \"outtalk\": \"ọpụpụ\",\n    \"outtalked\": \"gafere\",\n    \"outtalking\": \"ịpụ apụ\",\n    \"outtalks\": \"ọpụpụ\",\n    \"outtasked\": \"akpu\",\n    \"outtasking\": \"ị .ụ mmiri ọgwụ\",\n    \"outtasks\": \"ọtụasụ\",\n    \"outtaste\": \"Ire\",\n    \"outtear\": \"ọpụpụ\",\n    \"outtearing\": \"ịdị na-apụ apụ\",\n    \"outtease\": \"ọbá akwụkwọ\",\n    \"outteased\": \"onye obula\",\n    \"outteasing\": \"ndi mmadu\",\n    \"outtell\": \"ọfụma\",\n    \"outtelling\": \"nkwupụta mmụọ\",\n    \"outtells\": \"ekwu okwu\",\n    \"outthank\": \"ọtụ\",\n    \"outthanking\": \"na-eje ozi\",\n    \"outthanks\": \"ọ outụ\",\n    \"outthieved\": \"onye nzuzu\",\n    \"outthieving\": \"ọpụpụ\",\n    \"outthink\": \"Echeghị echiche\",\n    \"outthinking\": \"na-eche n'echiche\",\n    \"outthinks\": \"Echeghị echiche\",\n    \"outthought\": \"echiche\",\n    \"outthreaten\": \"gbasaa\",\n    \"outthrew\": \"ọpụpụ\",\n    \"outthrob\": \"Onodi\",\n    \"outthrobbed\": \"Ogba\",\n    \"outthrobbing\": \"Onochie\",\n    \"outthrobs\": \"ọpụpụ\",\n    \"outthrough\": \"ihe ịga nke ọma\",\n    \"outthrow\": \"ọpụpụ\",\n    \"outthrowing\": \"Mgbasa\",\n    \"outthrown\": \"Owuwu\",\n    \"outthrows\": \"ọpụpụ\",\n    \"outthrust\": \"ntụkwasị obi\",\n    \"outthruster\": \"Onochie\",\n    \"outthrusting\": \"thma aka\",\n    \"outthunder\": \"ọpụpụ\",\n    \"outthwack\": \"Ọpụpụ\",\n    \"outtinkled\": \"emegbe\",\n    \"outtinkling\": \"na-apụ apụ\",\n    \"outtired\": \"outti\",\n    \"outtiring\": \"na-agwụ ike\",\n    \"outtold\": \"kwupụtara\",\n    \"outtongue\": \"asụsụ ọma\",\n    \"outtongued\": \"agbaghara\",\n    \"outtonguing\": \"Omenala\",\n    \"outtop\": \"n'èzí\",\n    \"outtopped\": \"apụrụ\",\n    \"outtopping\": \"ịpụ apụ\",\n    \"outtore\": \"ọpụpụ\",\n    \"outtorn\": \"ọpụpụ\",\n    \"outtower\": \"ụlọ elu\",\n    \"outtowered\": \"karie\",\n    \"outtowering\": \"na-eje ozi\",\n    \"outtowers\": \"ọpụpụ\",\n    \"outtrade\": \"ọpụpụ\",\n    \"outtraded\": \"ọpụpụ\",\n    \"outtrades\": \"ọpụpụ\",\n    \"outtrading\": \"na-apụ apụ\",\n    \"outtravel\": \"ebe dịpụrụ adịpụ\",\n    \"outtraveled\": \"emefuru\",\n    \"outtraveling\": \"na-apụ apụ\",\n    \"outtrick\": \"ọpụpụ\",\n    \"outtricked\": \"amaghi ama\",\n    \"outtricking\": \"outgbaghara\",\n    \"outtricks\": \"aghụghọ\",\n    \"outtrot\": \"okpokoro\",\n    \"outtrots\": \"ọpụpụ\",\n    \"outtrotted\": \"gbasaa\",\n    \"outtrotting\": \"na-agbatị\",\n    \"outtrump\": \"mgbapụta\",\n    \"outtrumped\": \"gbagọrọ agbagọ\",\n    \"outtrumping\": \"na-apụ apụ\",\n    \"outtrumps\": \"ọpụpụ\",\n    \"outttore\": \"ọpụpụ\",\n    \"outttorn\": \"apụ apụ\",\n    \"outturn\": \"mpu\",\n    \"outturned\": \"agbanwu\",\n    \"outturns\": \"Ọpụpụ\",\n    \"outtwine\": \"onye ọ bụla\",\n    \"outusure\": \"ọpụpụ\",\n    \"outvalue\": \"ahia\",\n    \"outvalued\": \"enyocha\",\n    \"outvalues\": \"mbupu\",\n    \"outvaluing\": \"Inyocha\",\n    \"outvanish\": \"outvan\",\n    \"outvaunt\": \"enweghi ike\",\n    \"outvaunted\": \"arụ ọrụ\",\n    \"outvaunting\": \"arụ\",\n    \"outvaunts\": \"arụ\",\n    \"outvelvet\": \"okpokoro\",\n    \"outvenom\": \"ime mpi\",\n    \"outvictor\": \"onyegbasi\",\n    \"outvied\": \"amaa\",\n    \"outvier\": \"buru ibu\",\n    \"outvigil\": \"enweghi ike\",\n    \"outvying\": \"Okechukwu\",\n    \"outvillage\": \"ọpụpụ\",\n    \"outvociferate\": \"kwupụta olu\",\n    \"outvociferated\": \"kwupụtara olu\",\n    \"outvociferating\": \"na-ekwu okwu\",\n    \"outvoyaged\": \"emekatala\",\n    \"outvoyaging\": \"ịpụpụ\",\n    \"outvoice\": \"mpịakọta\",\n    \"outvoiced\": \"emebiela\",\n    \"outvoices\": \"mpịakọta\",\n    \"outvoicing\": \"outvo\",\n    \"outvote\": \"mputa\",\n    \"outvoted\": \"ewepụtakarị\",\n    \"outvoter\": \"onye obula\",\n    \"outvotes\": \"mmegharị\",\n    \"outvoting\": \"na-apụ apụ\",\n    \"outway\": \"ọpụpụ\",\n    \"outwait\": \"ọpụpụ\",\n    \"outwaited\": \"apu apu\",\n    \"outwaiting\": \"na-apụ apụ\",\n    \"outwaits\": \"ihe ndi ozo\",\n    \"outwake\": \"pụọ\",\n    \"outwalk\": \"mbufe\",\n    \"outwalked\": \"gafere\",\n    \"outwalking\": \"Igha\",\n    \"outwalks\": \"ebe ndi ozo\",\n    \"outwallop\": \"ọpụpụ\",\n    \"outwander\": \"ọpụpụ\",\n    \"outwar\": \"agha\",\n    \"outwarble\": \"ọpụpụ\",\n    \"outwarbled\": \"gbarụọ\",\n    \"outwarbling\": \"ẹyọyọhọ\",\n    \"outward\": \"mputa\",\n    \"outwardly\": \"n'èzí\",\n    \"outwardmost\": \"mputa\",\n    \"outwardness\": \"mputa\",\n    \"outwards\": \"n'èzí\",\n    \"outwardsoutwarred\": \"n'agha n'èzí\",\n    \"outwarring\": \"ọpụpụ\",\n    \"outwars\": \"n'èzí\",\n    \"outwash\": \"imebisia\",\n    \"outwashes\": \"ọpụpụ\",\n    \"outwaste\": \"ọpụpụ\",\n    \"outwasted\": \"ọpụpụ\",\n    \"outwastes\": \"ihe ọastesụastesụ\",\n    \"outwasting\": \"na-apụ apụ\",\n    \"outwatch\": \"elepụ anya\",\n    \"outwatched\": \"ọpụpụ\",\n    \"outwatches\": \"ọpụpụ\",\n    \"outwatching\": \"ọ .ụingụ\",\n    \"outwater\": \"mmiri\",\n    \"outwave\": \"apịtị\",\n    \"outwaved\": \"ebili\",\n    \"outwaving\": \"na-apụ apụ\",\n    \"outwealth\": \"nkwarụ\",\n    \"outweaponed\": \"karịrị akarị\",\n    \"outwear\": \"uwe\",\n    \"outweary\": \"karịrị akarị\",\n    \"outwearied\": \"karịrị akarị\",\n    \"outwearies\": \"ndị gafere\",\n    \"outwearying\": \"karịrị ike\",\n    \"outwearing\": \"n'èzí\",\n    \"outwears\": \"ọpụpụ\",\n    \"outweaving\": \"Mpụga\",\n    \"outweep\": \"mpịakọta\",\n    \"outweeping\": \"ọpupu\",\n    \"outweeps\": \"ọpụpụ\",\n    \"outweigh\": \"karịrị akarị\",\n    \"outweighed\": \"karịrị akarị\",\n    \"outweighing\": \"karịrị akarị\",\n    \"outweighs\": \"karịrị akarị\",\n    \"outweight\": \"karịrị akarị\",\n    \"outwell\": \"n'èzí\",\n    \"outwent\": \"gafere\",\n    \"outwept\": \"kpochapụla\",\n    \"outwhirl\": \"ọpụpụ\",\n    \"outwhirled\": \"emebisị\",\n    \"outwhirling\": \"karịrị akarị\",\n    \"outwhirls\": \"ọpụpụ\",\n    \"outwiggled\": \"apụl\",\n    \"outwiggling\": \"na-apụ apụ\",\n    \"outwile\": \"enweghi ike\",\n    \"outwiled\": \"imebi iwu\",\n    \"outwiles\": \"ihe nfe\",\n    \"outwiling\": \"imebi iwu\",\n    \"outwill\": \"ọpụpụ\",\n    \"outwilled\": \"emechaala\",\n    \"outwilling\": \"ọpụpụ\",\n    \"outwills\": \"ọpụpụ\",\n    \"outwind\": \"ime mpụ\",\n    \"outwinded\": \"atụghị anya\",\n    \"outwinding\": \"imezu\",\n    \"outwindow\": \"mpio\",\n    \"outwinds\": \"ime mpụ\",\n    \"outwing\": \"ngbasa\",\n    \"outwish\": \"mpu\",\n    \"outwished\": \"emechaala\",\n    \"outwishes\": \"ọpụpụ\",\n    \"outwishing\": \"na-apụ apụ\",\n    \"outwith\": \"n'èzí\",\n    \"outwits\": \"mpụga\",\n    \"outwittal\": \"emeghị emezi\",\n    \"outwitted\": \"emegbuela\",\n    \"outwitter\": \"onye mgbapu\",\n    \"outwitting\": \"na-agha agha\",\n    \"outwoman\": \"nwanyị\",\n    \"outword\": \"ọpụpụ\",\n    \"outwore\": \"n'agha\",\n    \"outwork\": \"ihe omume\",\n    \"outworked\": \"arụzu\",\n    \"outworker\": \"arụ ọrụ\",\n    \"outworkers\": \"ndị ọrụ\",\n    \"outworking\": \"arụ ọrụ\",\n    \"outworks\": \"arụ ọrụ\",\n    \"outworld\": \"ụwa\",\n    \"outworn\": \"n'èzí\",\n    \"outwoven\": \"gbapụrụ iche\",\n    \"outwrangle\": \"overwrangle\",\n    \"outwrangled\": \"togburu onwe ya\",\n    \"outwrangling\": \"karịrị akarị\",\n    \"outwrench\": \"ọpụpụ\",\n    \"outwrestle\": \"mgbapu\",\n    \"outwrestled\": \"emegbula\",\n    \"outwrestling\": \"onye na-agbasi mgba\",\n    \"outwriggled\": \"ọpụpụ\",\n    \"outwriggling\": \"ọpụpụ\",\n    \"outwring\": \"ime mpụ\",\n    \"outwringing\": \"imehie\",\n    \"outwrit\": \"edepụta\",\n    \"outwrite\": \"overwrite\",\n    \"outwrites\": \"ihe ederede\",\n    \"outwriting\": \"Na-edepụta akwụkwọ\",\n    \"outwritten\": \"dechara\",\n    \"outwrote\": \"edeghị\",\n    \"outwrought\": \"emebisighi\",\n    \"outwrung\": \"ọpụpụ\",\n    \"outwwept\": \"mechie\",\n    \"ouvert\": \"gbanyụọ\",\n    \"ouvrage\": \"ibu\",\n    \"ouvrier\": \"ebu\",\n    \"ouze\": \"Ouze\",\n    \"ouzels\": \"mmanụ ala\",\n    \"ouzos\": \"Ouzos\",\n    \"ovalish\": \"jupụta oke\",\n    \"ovality\": \"okike\",\n    \"ovalization\": \"nyocha\",\n    \"ovalize\": \"chọpụta\",\n    \"ovally\": \"site na nwa\",\n    \"ovalness\": \"oval\",\n    \"ovalnesses\": \"oval njegharị\",\n    \"ovals\": \"oval\",\n    \"ovalwise\": \"oval maara ihe\",\n    \"ovant\": \"mkpa\",\n    \"ovaria\": \"ovarian\",\n    \"ovarial\": \"ovarian\",\n    \"ovariectomized\": \"kpakpando\",\n    \"ovariectomizing\": \"na-arụ ọrụ\",\n    \"ovarioabdominal\": \"afọ ime\",\n    \"ovarioles\": \"akpa nwa\",\n    \"ovariostomy\": \"akpa nwa\",\n    \"ovariotomy\": \"akwara\",\n    \"ovariotomies\": \"akwara\",\n    \"ovariotomist\": \"onye nkwusa\",\n    \"ovariotomize\": \"na-elekọta mmadụ\",\n    \"ovariotubal\": \"obiala eze\",\n    \"ovarious\": \"na-asọ oyi\",\n    \"ovate\": \"weghaara\",\n    \"ovateconical\": \"nwekwuru\",\n    \"ovated\": \"osote\",\n    \"ovately\": \"dị iche iche\",\n    \"ovation\": \"Ovation\",\n    \"ovational\": \"nyocha\",\n    \"ovationary\": \"ovation\",\n    \"ovatocylindraceous\": \"Onyebuchi Nwaogu\",\n    \"ovatoellipsoidal\": \"onyekwere\",\n    \"ovatoglobose\": \"ochoglobose\",\n    \"ovatolanceolate\": \"okwunoolu\",\n    \"ovey\": \"bya\",\n    \"ovenbird\": \"nnụnụ oven\",\n    \"ovenbirds\": \"nnụnụ oven\",\n    \"ovened\": \"na-ekpo ọkụ\",\n    \"ovenful\": \"na-ekpo ọkụ\",\n    \"ovening\": \"oven\",\n    \"ovenly\": \"oven\",\n    \"ovenlike\": \"dị ka oven\",\n    \"ovenman\": \"osi ite\",\n    \"ovenmen\": \"ndi osi ite\",\n    \"ovensman\": \"osi ite\",\n    \"ovenstone\": \"okpokoro\",\n    \"ovenware\": \"ngwa ngwa\",\n    \"ovenwares\": \"igwe eji egbu oku\",\n    \"ovenwise\": \"usekwu\",\n    \"over\": \"gafee\",\n    \"overable\": \"a gafere\",\n    \"overably\": \"oke\",\n    \"overabound\": \"nwekọtara\",\n    \"overabounded\": \"kpuchie isi\",\n    \"overabounding\": \"na-agbaba\",\n    \"overabounds\": \"olongbound\",\n    \"overabsorption\": \"nwekọtara\",\n    \"overabstemious\": \"Okechukwu\",\n    \"overabstemiously\": \"oke\",\n    \"overabstemiousness\": \"Onweghi oke\",\n    \"overabundance\": \"overabance\",\n    \"overabundant\": \"karịrị akarị\",\n    \"overabundantly\": \"oke\",\n    \"overabused\": \"ajuju\",\n    \"overabusing\": \"overabat\",\n    \"overabusiveness\": \"overabusive\",\n    \"overaccelerate\": \"agbaba osiso\",\n    \"overaccelerating\": \"na-agbakwunye\",\n    \"overacceleration\": \"n'elu osooso\",\n    \"overaccentuate\": \"karịrị accentuate\",\n    \"overaccentuated\": \"kpaliri\",\n    \"overaccentuating\": \"na-atụ egwu\",\n    \"overaccentuation\": \"ihachi anya\",\n    \"overaccumulate\": \"kpuchie anya\",\n    \"overaccumulated\": \"gbasasịa\",\n    \"overaccumulating\": \"karịrị akarị\",\n    \"overaccurately\": \"n'ụzọ zuru oke\",\n    \"overachieving\": \"Mmechi\",\n    \"overact\": \"mafere\",\n    \"overacted\": \"buru ibu\",\n    \"overacting\": \"imebiga ihe ókè\",\n    \"overaction\": \"ndozi\",\n    \"overactivate\": \"mafere\",\n    \"overactivated\": \"tinyekwuo\",\n    \"overactivating\": \"Omenna\",\n    \"overactive\": \"imebiga ihe ókè\",\n    \"overactiveness\": \"ma ọ bụ omume\",\n    \"overactivity\": \"arụ ọrụ\",\n    \"overacts\": \"ewe\",\n    \"overacutely\": \"n'ụzọ doro anya\",\n    \"overadorned\": \"amafere\",\n    \"overadornment\": \"ndaba\",\n    \"overadvance\": \"gabiga ókè\",\n    \"overadvanced\": \"amafere\",\n    \"overaffect\": \"owerffect\",\n    \"overaffected\": \"tinyegoro\",\n    \"overaffirm\": \"tinyekwuola\",\n    \"overaffirmative\": \"na-ekwusi ike\",\n    \"overaffirmatively\": \"n'ụzọ zuru oke\",\n    \"overaffirmativeness\": \"ikwenye ekwenye\",\n    \"overaffliction\": \"nwekọrịtara\",\n    \"overage\": \"njuputa\",\n    \"overageness\": \"oke\",\n    \"overages\": \"mmezi\",\n    \"overaggravate\": \"gbasie ike\",\n    \"overaggravated\": \"tinyegoro\",\n    \"overaggravating\": \"na-agbakwunye\",\n    \"overaggressive\": \"na-eme ihe ike\",\n    \"overaggressively\": \"karịrị akarị\",\n    \"overaggressiveness\": \"n'elu ime ihe ike\",\n    \"overagitate\": \"kpuchie\",\n    \"overagitated\": \"buru ibu\",\n    \"overagitating\": \"na-atụgharị uche\",\n    \"overagitation\": \"ntụgharị\",\n    \"overagonize\": \"tinyegoro\",\n    \"overalcoholize\": \"Uwe mkpuchi\",\n    \"overalcoholized\": \"Uwe mkpuchi\",\n    \"overalcoholizing\": \"na-emeju anya\",\n    \"overall\": \"n'ozuzu\",\n    \"overalled\": \"nwekọtara ọnụ\",\n    \"overallegiance\": \"ọrụ niile\",\n    \"overallegorize\": \"nwekọtara ọnụ\",\n    \"overallegorized\": \"nwekọtara ọnụ\",\n    \"overallegorizing\": \"Ọrụ niile\",\n    \"overalls\": \"uwe\",\n    \"overambitioned\": \"ọrịre\",\n    \"overambitious\": \"Okechukwu\",\n    \"overambitiously\": \"okechukwu\",\n    \"overambitiousness\": \"obula\",\n    \"overanalysis\": \"nyocha\",\n    \"overanimated\": \"kwufere ókè\",\n    \"overannotated\": \"ajuputala\",\n    \"overannotating\": \"overannoting\",\n    \"overanxiety\": \"nchegbu oke\",\n    \"overanxious\": \"arụbiga oke ókè\",\n    \"overanxiously\": \"oke oke\",\n    \"overanxiousness\": \"nwebiga iwe ókè\",\n    \"overappareled\": \"ajuju anya\",\n    \"overappraisal\": \"nnyocha\",\n    \"overappraised\": \"tinyegoro\",\n    \"overappreciative\": \"ekele\",\n    \"overappreciatively\": \"na ekele\",\n    \"overappreciativeness\": \"ekele\",\n    \"overapprehended\": \"ajuola\",\n    \"overapprehension\": \"nghọta\",\n    \"overapprehensive\": \"zuru oke\",\n    \"overapprehensively\": \"n'ụzọ zuru oke\",\n    \"overapprehensiveness\": \"okechukwu\",\n    \"overapt\": \"ewegoro\",\n    \"overaptly\": \"oke iwe\",\n    \"overaptness\": \"iribiga ihe ókè\",\n    \"overarched\": \"lekọtara\",\n    \"overarching\": \"karịrị akarị\",\n    \"overargued\": \"ekwusi ike\",\n    \"overargumentatively\": \"n'elu arụmụka\",\n    \"overargumentativeness\": \"n'elu arụmụka\",\n    \"overartificial\": \"overar artificial\",\n    \"overartificiality\": \"akachasị\",\n    \"overartificially\": \"n'ụzọ zuru ezu\",\n    \"overassess\": \"okechukwu\",\n    \"overassessment\": \"onye nzuzu\",\n    \"overassumed\": \"overassumedumed\",\n    \"overassumption\": \"oke ochi\",\n    \"overassumptive\": \"ọrassụumpụ oke\",\n    \"overassumptively\": \"okechukwu\",\n    \"overassured\": \"ojukwu\",\n    \"overassuredly\": \"anya mmiri\",\n    \"overassuredness\": \"anya mmiri\",\n    \"overate\": \"ikwusi ike\",\n    \"overattached\": \"overattached arụ\",\n    \"overattentiveness\": \"Ogologo\",\n    \"overawed\": \"buru oke ibu\",\n    \"overawn\": \"kpuchie\",\n    \"overawning\": \"rie olu\",\n    \"overbake\": \"ime achịcha\",\n    \"overbakes\": \"achịcha\",\n    \"overbaking\": \"imebiga ihe ókè\",\n    \"overbalance\": \"imebiga ihe ókè\",\n    \"overbalanced\": \"emebiela\",\n    \"overbalances\": \"imebiga ihe ókè\",\n    \"overbalancing\": \"imebiga ihe ókè\",\n    \"overbanded\": \"overbandịs\",\n    \"overbarish\": \"gabiga ókè\",\n    \"overbarrenness\": \"imebiga ihe ókè\",\n    \"overbashful\": \"gabiga ókè\",\n    \"overbashfulness\": \"gabiga ókè\",\n    \"overbbore\": \"imebiga ihe ókè\",\n    \"overbbred\": \"bibiri\",\n    \"overbear\": \"merie\",\n    \"overbearance\": \"nnupụisi\",\n    \"overbearer\": \"karịrị akarị\",\n    \"overbearing\": \"imebiga ihe ókè\",\n    \"overbearingly\": \"ijisi ike\",\n    \"overbearingness\": \"overbears\",\n    \"overbeating\": \"ịbeụbiga mmanya ókè\",\n    \"overbeetling\": \"karịrị akarị\",\n    \"overbelief\": \"nkwenye\",\n    \"overbend\": \"imebiga ihe ókè\",\n    \"overbepatched\": \"okwesiri\",\n    \"overbetted\": \"imebiga ihe ókè\",\n    \"overbetting\": \"nnyefe ego\",\n    \"overbid\": \"overbidoro\",\n    \"overbidden\": \"machibidoro iwu\",\n    \"overbide\": \"karịrị akarị\",\n    \"overbids\": \"na-agabiga\",\n    \"overbigness\": \"imebiga ihe ókè\",\n    \"overbit\": \"overbite\",\n    \"overbitten\": \"overbite\",\n    \"overbitter\": \"overbite\",\n    \"overbitterly\": \"gabiga ókè\",\n    \"overbitterness\": \"gabiga ókè\",\n    \"overblamed\": \"imechi iwu\",\n    \"overblaming\": \"overblam\",\n    \"overblew\": \"gbafee\",\n    \"overblind\": \"overblindị\",\n    \"overbloom\": \"imebiga ihe ókè\",\n    \"overblouse\": \"imebiga ihe ókè\",\n    \"overblowing\": \"na-emebiga ihe ókè\",\n    \"overblows\": \"overflows\",\n    \"overboast\": \"imebiga ihe ókè\",\n    \"overboastful\": \"imebiga ihe ókè\",\n    \"overboastfully\": \"imebiga ihe ókè\",\n    \"overboastfulness\": \"imebiga ihe ókè\",\n    \"overbody\": \"karịrị akarị\",\n    \"overbodice\": \"imebiga ihe ókè\",\n    \"overboil\": \"gabiga ókè\",\n    \"overbold\": \"imebiga ihe ókè\",\n    \"overboldly\": \"imebiga ihe ókè\",\n    \"overboldness\": \"imebiga ihe ókè\",\n    \"overbooks\": \"akwụkwọ karịrị\",\n    \"overbooming\": \"imebiga ihe ókè\",\n    \"overborn\": \"bufere\",\n    \"overbought\": \"overboka\",\n    \"overbound\": \"imebiga ihe ókè\",\n    \"overbounteous\": \"gabiga ókè\",\n    \"overbounteously\": \"gabiga ókè\",\n    \"overbounteousness\": \"imebiga ihe ókè\",\n    \"overbrace\": \"brachịkwa\",\n    \"overbraced\": \"ochicha\",\n    \"overbracing\": \"bratụgharị\",\n    \"overbragged\": \"jisie ike\",\n    \"overbrained\": \"Gbanwee\",\n    \"overbrake\": \"overbrak\",\n    \"overbraking\": \"brabụ overbraking\",\n    \"overbrave\": \"overbrave ihe\",\n    \"overbraveness\": \"imebiga ihe ókè\",\n    \"overbribe\": \"inye iwu\",\n    \"overbridge\": \"friji\",\n    \"overbrilliance\": \"imebiga ihe ókè\",\n    \"overbrimmed\": \"kpakpando\",\n    \"overbrimming\": \"imebiga iwu ókè\",\n    \"overbrimmingly\": \"overbrimming ọtụtụ\",\n    \"overbroaden\": \"gafee mba\",\n    \"overbrowsed\": \"overbrows\",\n    \"overbrowsing\": \"overbrows\",\n    \"overbrutality\": \"imebiga ihe ókè\",\n    \"overbrutalize\": \"megharia iwu\",\n    \"overbrutalized\": \"overbrutized\",\n    \"overbrutalizing\": \"na-emebiga iwu ókè\",\n    \"overbrutally\": \"gabiga ókè\",\n    \"overbubbling\": \"Ebubọk\",\n    \"overbuying\": \"bugba ụgwọ\",\n    \"overbuild\": \"wulite\",\n    \"overbuilding\": \"na-ewu ụlọ\",\n    \"overbuys\": \"zuo oke\",\n    \"overbumptious\": \"karịrị akarị\",\n    \"overbumptiousness\": \"karịrị akarị\",\n    \"overburden\": \"buo ibu\",\n    \"overburdened\": \"boro ibu\",\n    \"overburdening\": \"na-ebu ibu\",\n    \"overburdeningly\": \"gabiga ókè\",\n    \"overburdens\": \"ibu arọ\",\n    \"overburdensome\": \"buo ibu\",\n    \"overburned\": \"karịrị akarị\",\n    \"overburningly\": \"karịrị akarị\",\n    \"overburthen\": \"imebiga ihe ókè\",\n    \"overcalculate\": \"gbasaa\",\n    \"overcall\": \"merie\",\n    \"overcalled\": \"merie\",\n    \"overcalling\": \"emechiela\",\n    \"overcame\": \"merie\",\n    \"overcape\": \"mgbapụ\",\n    \"overcapitalized\": \"overcapitized\",\n    \"overcapitalizing\": \"inabata ego\",\n    \"overcaptious\": \"overcaptical\",\n    \"overcaptiously\": \"imebiga ihe ókè\",\n    \"overcaptiousness\": \"nwebisi ike\",\n    \"overcare\": \"nlekọta\",\n    \"overcareful\": \"ilekọta\",\n    \"overcarefully\": \"ilekọta anya\",\n    \"overcarefulness\": \"nlekọta\",\n    \"overcareless\": \"akpachapụghị anya\",\n    \"overcarelessly\": \"akpachapụghị anya\",\n    \"overcarelessness\": \"akpachapụghị anya\",\n    \"overcaring\": \"na-ekpuchi\",\n    \"overcarrying\": \"na-ebubata ihe\",\n    \"overcast\": \"Ojuju\",\n    \"overcasting\": \"Ikpuchi\",\n    \"overcaution\": \"ịkpachapụ anya\",\n    \"overcautious\": \"imebiga ihe ókè\",\n    \"overcautiously\": \"ilezi anya\",\n    \"overcautiousness\": \"imebiga ihe ókè\",\n    \"overcensorious\": \"imebiga ihe ókè\",\n    \"overcensoriously\": \"okechi\",\n    \"overcensoriousness\": \"imebiga ihe ókè\",\n    \"overcertification\": \"inyocha akwụkwọ\",\n    \"overcertifying\": \"inyocha ihe\",\n    \"overchant\": \"ahịa ahịa\",\n    \"overcharge\": \"bufe\",\n    \"overchargement\": \"overcharcharge\",\n    \"overcharger\": \"overchaji\",\n    \"overcharges\": \"ụgwọ karịrị ụgwọ\",\n    \"overcharging\": \"chargba ụgwọ\",\n    \"overcharitable\": \"overcharitcha\",\n    \"overcharitableness\": \"overcharita\",\n    \"overcheck\": \"overcheche\",\n    \"overcherish\": \"overchi\",\n    \"overcherished\": \"overchijim\",\n    \"overchildish\": \"over overish\",\n    \"overchildishly\": \"karịrị akarị\",\n    \"overchildishness\": \"nwebigara ókè\",\n    \"overcircumspect\": \"overcircumpect.ịkọtara\",\n    \"overcircumspection\": \"Nnyocha overcir\",\n    \"overcivil\": \"imebiga ihe ókè\",\n    \"overcivilize\": \"imebiga ihe ókè\",\n    \"overcivilizing\": \"imebiga ihe ókè\",\n    \"overclaim\": \"Ikwusi ike\",\n    \"overclasp\": \"Ikwupụta\",\n    \"overclean\": \"emebisiela\",\n    \"overcleanly\": \"gabiga ókè\",\n    \"overcleanness\": \"imebiga ihe ókè\",\n    \"overcleave\": \"Ugboro\",\n    \"overclemency\": \"ngafe\",\n    \"overclement\": \"imebiga ihe ókè\",\n    \"overclever\": \"oververver\",\n    \"overcleverly\": \"gabiga ókè\",\n    \"overcleverness\": \"imebiga iwu ókè\",\n    \"overclinicalness\": \"imebiga ihe ókè\",\n    \"overcloak\": \"uwe elu\",\n    \"overclose\": \"imechi\",\n    \"overclosely\": \"kpam kpam\",\n    \"overcloseness\": \"imebiga ihe ókè\",\n    \"overclothe\": \"uwe elu\",\n    \"overclothes\": \"uwe elu\",\n    \"overclouded\": \"emechie oke\",\n    \"overcoached\": \"ekpuchichiela\",\n    \"overcoat\": \"uwe elu\",\n    \"overcoated\": \"ekpuchiri ekpuchi\",\n    \"overcoating\": \"mkpuchi\",\n    \"overcoats\": \"uwe elu\",\n    \"overcoil\": \"kpuchie\",\n    \"overcoyness\": \"imebiga ihe ókè\",\n    \"overcoloration\": \"ihe mkpuchi\",\n    \"overcomable\": \"na-emeri\",\n    \"overcome\": \"merie\",\n    \"overcomer\": \"merie\",\n    \"overcomes\": \"na-emeri\",\n    \"overcoming\": \"na-emeri\",\n    \"overcomingly\": \"oke\",\n    \"overcommand\": \"nye iwu\",\n    \"overcommend\": \"kwado\",\n    \"overcommendation\": \"nkwanye\",\n    \"overcommercialized\": \"karịrị akarị\",\n    \"overcommercializing\": \"imebiga ihe ókè\",\n    \"overcommitment\": \"nnyefe\",\n    \"overcommonness\": \"overcommon\",\n    \"overcommunicative\": \"nkwukọrịta okwu\",\n    \"overcompensators\": \"ndị overcompensators\",\n    \"overcompetition\": \"mmeri\",\n    \"overcompetitive\": \"mmeri karịrị\",\n    \"overcompetitively\": \"onye mmeri\",\n    \"overcompetitiveness\": \"ike karịrị akarị\",\n    \"overcomplacence\": \"imebiga ihe ókè\",\n    \"overcomplacent\": \"karịrị akarị\",\n    \"overcomplacently\": \"karịrị akarị\",\n    \"overcomplete\": \"zuru ezu\",\n    \"overcomplicate\": \"imebiga ihe ókè\",\n    \"overcomplicated\": \"gbagwojuru anya\",\n    \"overcompound\": \"merie\",\n    \"overconcentrate\": \"tinye uche\",\n    \"overconcentrated\": \"tinye uche\",\n    \"overconcentrating\": \"na-echebiga ihe ókè\",\n    \"overconcern\": \"ichegbubiga onwe gị ókè\",\n    \"overconcerned\": \"na-echegbu onwe ya\",\n    \"overcondensed\": \"eferela oke\",\n    \"overcondensing\": \"nnyefere ego\",\n    \"overconfidence\": \"inwebiga obi ike ókè\",\n    \"overconfident\": \"inwe obi ike karịa\",\n    \"overconfidently\": \"inwe obi ike\",\n    \"overconquer\": \"merie\",\n    \"overconscientious\": \"overconscious\",\n    \"overconscientiously\": \"overconsciously\",\n    \"overconscientiousness\": \"imebiga ihe ókè\",\n    \"overconscious\": \"akpachapu anya\",\n    \"overconsciously\": \"overconscious\",\n    \"overconsciousness\": \"uche onwu\",\n    \"overconservativeness\": \"imebiga ihe ókè\",\n    \"overconsiderate\": \"ichebara echiche\",\n    \"overconsiderately\": \"karịrị akarị\",\n    \"overconsiderateness\": \"imebiga ihe ókè\",\n    \"overconstantly\": \"gabiga ókè\",\n    \"overconstantness\": \"nnyefere\",\n    \"overconsume\": \"ichikota\",\n    \"overconsuming\": \"ịcụbiga mmanya ókè\",\n    \"overconsumption\": \"nnyefere\",\n    \"overcontented\": \"rijuo afọ\",\n    \"overcontentedly\": \"rijuo afọ\",\n    \"overcontentedness\": \"nnyefere oke\",\n    \"overcontentious\": \"ngafe\",\n    \"overcontentiously\": \"n'elu esemokwu\",\n    \"overcontentiousness\": \"n'elu esemokwu\",\n    \"overcontentment\": \"inwebiga afọ ojuju\",\n    \"overcontract\": \"ịrụbiga ọrụ ókè\",\n    \"overcontribute\": \"nyefere oke\",\n    \"overcontributed\": \"nnyefere\",\n    \"overcontributing\": \"inye iwu\",\n    \"overcontribution\": \"nnyefe\",\n    \"overcontrite\": \"overritrite\",\n    \"overcontritely\": \"gabiga ókè\",\n    \"overcontriteness\": \"nnyefe oke\",\n    \"overcontrol\": \"chịkwaa\",\n    \"overcontrolled\": \"na-achịkwa\",\n    \"overcontrolling\": \"na-achịkwa\",\n    \"overcooking\": \"ịcụbiga mmanya ọkụ\",\n    \"overcoolness\": \"imebiga ihe ókè\",\n    \"overcopiousness\": \"imebiga ihe ókè\",\n    \"overcorned\": \"karịrị akarị\",\n    \"overcorrect\": \"mezie ihe\",\n    \"overcorrection\": \"ndozi ndozi\",\n    \"overcorrupt\": \"okpu\",\n    \"overcorruption\": \"imebiga ihe ókè\",\n    \"overcorruptly\": \"oke iwe\",\n    \"overcostliness\": \"imebiga ihe ókè\",\n    \"overcount\": \"imebiga ihe ókè\",\n    \"overcourteous\": \"gafee ugwu\",\n    \"overcourteousness\": \"gafee n'omume ọma\",\n    \"overcourtesy\": \"site n'ikike\",\n    \"overcover\": \"kpuchie\",\n    \"overcovetous\": \"karịrị anyaukwu\",\n    \"overcovetously\": \"karịrị nke anyaukwu\",\n    \"overcovetousness\": \"karịrị anyaukwu\",\n    \"overcrams\": \"uwe mkpuchi\",\n    \"overcredulity\": \"imebiga ihe ókè\",\n    \"overcredulous\": \"imebiga ihe ókè\",\n    \"overcredulously\": \"imebiga ihe ókè\",\n    \"overcredulousness\": \"karịrị credulousness\",\n    \"overcry\": \"mkpu\",\n    \"overcritical\": \"akatọ\",\n    \"overcritically\": \"akatọ\",\n    \"overcriticalness\": \"imebiga ihe ókè\",\n    \"overcriticism\": \"karịrị nkatọ\",\n    \"overcriticize\": \"katọwa\",\n    \"overcriticized\": \"karịrị akatọ\",\n    \"overcriticizing\": \"na-akatọ\",\n    \"overcross\": \"karịrị akarị\",\n    \"overcrossing\": \"karịrị akarị\",\n    \"overcrow\": \"karịrị akarị\",\n    \"overcrowd\": \"karịrị akarị\",\n    \"overcrowded\": \"karịrị akarị\",\n    \"overcrowdedly\": \"karịrị akarị\",\n    \"overcrowdedness\": \"igwe mmadụ karịrị akarị\",\n    \"overcrowding\": \"igwe mmadụ\",\n    \"overcrowds\": \"karịrị akarị\",\n    \"overcrown\": \"toro eto\",\n    \"overcrust\": \"ntụkwasị obi\",\n    \"overcull\": \"merie\",\n    \"overcunning\": \"imebiga ihe ókè\",\n    \"overcunningly\": \"gabiga ókè\",\n    \"overcunningness\": \"imebiga ihe ókè\",\n    \"overcuriosity\": \"imebiga ihe ókè\",\n    \"overcurious\": \"gabiga ókè\",\n    \"overcuriously\": \"gabiga ókè\",\n    \"overcuriousness\": \"imebiga ihe ókè\",\n    \"overcurrency\": \"karịrị ego\",\n    \"overcurtain\": \"karịrị akarị\",\n    \"overcustom\": \"imebiga ihe ókè\",\n    \"overcutter\": \"akpachapụ\",\n    \"overcutting\": \"ịchakpu\",\n    \"overdance\": \"ngafe\",\n    \"overdared\": \"overda\",\n    \"overdares\": \"ihe mgbochi\",\n    \"overdaring\": \"nnyefere\",\n    \"overdaringly\": \"gabiga ókè\",\n    \"overdated\": \"igafe\",\n    \"overdear\": \"gabiga ókè\",\n    \"overdearly\": \"gabiga ókè\",\n    \"overdearness\": \"gabiga ókè\",\n    \"overdebate\": \"igafe\",\n    \"overdebated\": \"karịrị akarị\",\n    \"overdebating\": \"dedeụbiga mmanya ókè\",\n    \"overdebilitate\": \"imebiga ihe ókè\",\n    \"overdebilitated\": \"emebiga ihe ókè\",\n    \"overdebilitating\": \"emebiga ihe ókè\",\n    \"overdecadence\": \"imebiga ihe ókè\",\n    \"overdecadent\": \"imebiga ihe ókè\",\n    \"overdecadently\": \"overdecadde\",\n    \"overdecked\": \"karịrị akarị\",\n    \"overdecks\": \"overdeks\",\n    \"overdecorate\": \"ichikota mma\",\n    \"overdecorated\": \"emechibidoro\",\n    \"overdecorates\": \"Ihe mkpuchi\",\n    \"overdecorating\": \"imebiga ihe ókè\",\n    \"overdecoration\": \"ihe isi ike\",\n    \"overdecorative\": \"imebiga ihe ókè\",\n    \"overdecoratively\": \"imebiga ihe ókè\",\n    \"overdecorativeness\": \"imebiga ihe ókè\",\n    \"overdedicating\": \"nnyefere\",\n    \"overdedication\": \"nnyefere\",\n    \"overdeeming\": \"deda mba\",\n    \"overdefensive\": \"karịrị nchebe\",\n    \"overdefensively\": \"karịrị iji chebe onwe ya\",\n    \"overdefensiveness\": \"karịrị nchebe\",\n    \"overdeferential\": \"karịrị akarị\",\n    \"overdeferentially\": \"karịrị akarị\",\n    \"overdefiant\": \"imebiga ihe ókè\",\n    \"overdefiantly\": \"imebiga ihe ókè\",\n    \"overdefiantness\": \"isi ike\",\n    \"overdeliberate\": \"imebiga iwu ókè\",\n    \"overdeliberately\": \"ama ụma\",\n    \"overdeliberateness\": \"n'elu ụma\",\n    \"overdeliberating\": \"inye iwu\",\n    \"overdeliberation\": \"nnyefe ego\",\n    \"overdelicacy\": \"imebiga ihe ókè\",\n    \"overdelicate\": \"imebiga ihe ókè\",\n    \"overdelicately\": \"imebiga ihe ókè\",\n    \"overdelicateness\": \"imebiga ihe ókè\",\n    \"overdelicious\": \"karịrị akarị\",\n    \"overdeliciously\": \"gabiga ókè\",\n    \"overdeliciousness\": \"imebiga ihe ókè\",\n    \"overdelighted\": \"jubiga ókè ókè\",\n    \"overdelightedly\": \"imebiga ihe ókè\",\n    \"overdemandingness\": \"nnyefe iwu\",\n    \"overdenunciation\": \"ikwubiga okwu ókè\",\n    \"overdependence\": \"ntụkwasị obi gabiga ókè\",\n    \"overdependent\": \"na-emebiga ihe ókè\",\n    \"overdepressive\": \"imebiga ihe ókè\",\n    \"overdepressively\": \"gabiga ókè\",\n    \"overdepressiveness\": \"ike gabiga ókè\",\n    \"overderide\": \"gafere\",\n    \"overderided\": \"gabigara ókè\",\n    \"overderiding\": \"overdering\",\n    \"overderisive\": \"gabiga ókè\",\n    \"overderisively\": \"gabiga oke\",\n    \"overdescant\": \"imebiga ihe ókè\",\n    \"overdescribe\": \"debanye aha\",\n    \"overdescribed\": \"edebanye aha\",\n    \"overdescribing\": \"na-edebanye aha\",\n    \"overdescriptive\": \"edebanye aha\",\n    \"overdesirousness\": \"imebiga ihe ókè\",\n    \"overdestructive\": \"emebiga ihe ókè\",\n    \"overdestructively\": \"emebiga ihe ókè\",\n    \"overdestructiveness\": \"emebiga ihe ókè\",\n    \"overdetailed\": \"gabiga ókè\",\n    \"overdetermination\": \"mkpebi siri ike\",\n    \"overdevelop\": \"imepe emepe\",\n    \"overdeveloping\": \"karịrị akarị\",\n    \"overdevelopment\": \"mmebi iwu\",\n    \"overdevelops\": \"ime elu\",\n    \"overdevoted\": \"karịrị akarị\",\n    \"overdevotedly\": \"karịrị akarị\",\n    \"overdevotedness\": \"imebiga ihe ókè\",\n    \"overdevotion\": \"imebiga ihe ókè\",\n    \"overdevout\": \"imebiga ihe ókè\",\n    \"overdevoutness\": \"oke ibu\",\n    \"overdid\": \"overdidi\",\n    \"overdiffusing\": \"na-atụgharị uche\",\n    \"overdiffusingly\": \"karịrị akarị\",\n    \"overdiffusingness\": \"diba ụba\",\n    \"overdignifiedness\": \"overdignified.nke\",\n    \"overdignifying\": \"imebiga ihe ókè\",\n    \"overdying\": \"nnyefere\",\n    \"overdilating\": \"na-agbagharị\",\n    \"overdiligent\": \"onyefe iwu\",\n    \"overdiligentness\": \"imebiga ihe ókè\",\n    \"overdiluting\": \"overdiling\",\n    \"overdiscipline\": \"nnyefere iwu\",\n    \"overdisciplined\": \"ntughari\",\n    \"overdisciplining\": \"ịdọ aka ná ntị\",\n    \"overdiscourage\": \"overdiscoucou\",\n    \"overdiscouraged\": \"nwee nkụda mmụọ\",\n    \"overdiscouragement\": \"n'elu nkụda mmụọ\",\n    \"overdiscouraging\": \"na-agba ume\",\n    \"overdiscreetness\": \"imebiga ihe ókè\",\n    \"overdiscriminating\": \"iche iche\",\n    \"overdiscrimination\": \"iche iche\",\n    \"overdiscuss\": \"ileba anya\",\n    \"overdistance\": \"nnyefere\",\n    \"overdistantly\": \"overdist over\",\n    \"overdistantness\": \"nnyefere\",\n    \"overdistortion\": \"nnyefere\",\n    \"overdiverse\": \"nke dị elu\",\n    \"overdiversely\": \"karịrị akarị\",\n    \"overdiverseness\": \"iche iche\",\n    \"overdiversification\": \"ntụgharị\",\n    \"overdiversified\": \"Gbanwee karịa\",\n    \"overdiversifies\": \"karịrị akarị\",\n    \"overdiversifying\": \"na-agbanwegharị\",\n    \"overdiversity\": \"karịrị akarị\",\n    \"overdo\": \"imebiga ihe ókè\",\n    \"overdoctrinize\": \"imebiga ihe ókè\",\n    \"overdoer\": \"imebiga ihe ókè\",\n    \"overdoers\": \"ndị overdo\",\n    \"overdoes\": \"imebiga ihe ókè\",\n    \"overdogmatic\": \"imebiga ihe ókè\",\n    \"overdogmatical\": \"imebiga ihe ókè\",\n    \"overdogmatically\": \"imebiga ihe ókè\",\n    \"overdogmaticalness\": \"imebiga ihe ókè\",\n    \"overdogmatism\": \"imebiga ihe ókè\",\n    \"overdoing\": \"imebiga ihe ókè\",\n    \"overdomesticate\": \"overbandịlị\",\n    \"overdomesticated\": \"O zoro ezo\",\n    \"overdomesticating\": \"ịdomụbigabiga mmanya ókè\",\n    \"overdominance\": \"imebiga ihe ókè\",\n    \"overdominant\": \"karịrị akarị\",\n    \"overdominate\": \"imebiga ihe ókè\",\n    \"overdominated\": \"overdominọ\",\n    \"overdominating\": \"imebiga ihe ókè\",\n    \"overdone\": \"gafeela\",\n    \"overdoor\": \"ime ụlọ\",\n    \"overdosage\": \"nnyefere\",\n    \"overdose\": \"imebiga ihe ókè\",\n    \"overdosed\": \"overdused\",\n    \"overdoses\": \"nnyefere\",\n    \"overdosing\": \"ịdụbiga mmanya ókè\",\n    \"overdoze\": \"imebiga ihe ókè\",\n    \"overdozed\": \"imebiga ihe ókè\",\n    \"overdozing\": \"imebiga ihe ókè\",\n    \"overdrape\": \"kpochapu\",\n    \"overdraught\": \"overdraft\",\n    \"overdrawer\": \"overdraw\",\n    \"overdrawing\": \"overdrawn\",\n    \"overdredged\": \"overdrededị\",\n    \"overdredging\": \"dgba ọsọ\",\n    \"overdress\": \"uwe akwa\",\n    \"overdressed\": \"Odogwu\",\n    \"overdresses\": \"uwe elu\",\n    \"overdressing\": \"Uwe isi\",\n    \"overdrifted\": \"overdrif\",\n    \"overdrily\": \"gabiga ókè\",\n    \"overdriness\": \"ụbiga mmanya ókè\",\n    \"overdrink\": \"ịdụbiga mmanya ókè\",\n    \"overdrinking\": \"dụbiga mmanya ókè\",\n    \"overdrinks\": \"mmanya na-egbu egbu\",\n    \"overdriving\": \"nnyefere\",\n    \"overdrowsed\": \"overdowsed\",\n    \"overdrunk\": \"mmanya na-egbu\",\n    \"overdubbed\": \"overdubed\",\n    \"overdue\": \"igafe\",\n    \"overdunged\": \"dụbiga mmanya ókè\",\n    \"overdure\": \"igafe\",\n    \"overeager\": \"gafere\",\n    \"overeagerly\": \"gafere ókè\",\n    \"overeagerness\": \"imebiga ihe ókè\",\n    \"overearly\": \"gabiga ókè\",\n    \"overearnest\": \"gabiga ókè\",\n    \"overearnestly\": \"oke ike\",\n    \"overearnestness\": \"imebiga ihe ókè\",\n    \"overeasy\": \"ikwubiga okwu ókè\",\n    \"overeasily\": \"gabiga ókè\",\n    \"overeasiness\": \"oke ibu\",\n    \"overeat\": \"iriju afọ\",\n    \"overeate\": \"jisie ike\",\n    \"overeaten\": \"rijuo afọ\",\n    \"overeater\": \"onye na-eribiga nri ókè\",\n    \"overeating\": \"iribiga nri ókè\",\n    \"overeats\": \"eriju afọ\",\n    \"overed\": \"kpuchie\",\n    \"overedge\": \"Ogege\",\n    \"overedit\": \"Ojuju\",\n    \"overeditorialize\": \"tinye ọnụ\",\n    \"overeditorialized\": \"ime ụlọ ọrụ\",\n    \"overeditorializing\": \"Oversitoriising\",\n    \"overeducate\": \"tinyebiga ihe ókè\",\n    \"overeducated\": \"tinyekwuo ike\",\n    \"overeducates\": \"na-elekọta ihe\",\n    \"overeducating\": \"na-amụba ihe\",\n    \"overeducation\": \"tinyere\",\n    \"overeducative\": \"na-arụ ọrụ gabiga ókè\",\n    \"overeducatively\": \"na-emebiga ihe ókè\",\n    \"overeffort\": \"ikwubiga okwu ókè\",\n    \"overeffusive\": \"gafere ike\",\n    \"overeffusively\": \"gabiga oke ike\",\n    \"overeffusiveness\": \"karịrị ike\",\n    \"overeyebrowed\": \"oveebrowed\",\n    \"overeyed\": \"okechi\",\n    \"overeying\": \"gabiga ókè\",\n    \"overelaborate\": \"kwubiga okwu ókè\",\n    \"overelaborated\": \"imebiga ya ókè\",\n    \"overelaborately\": \"n'ụzọ gabigara ókè\",\n    \"overelaborateness\": \"imebiga ihe ókè\",\n    \"overelaborates\": \"na-ekwupụtacha ihe\",\n    \"overelaborating\": \"ikwuputa okwu\",\n    \"overelaboration\": \"imebiga ihe ókè\",\n    \"overelate\": \"ikwupụta oke\",\n    \"overelated\": \"kwupụtara\",\n    \"overelating\": \"na-ekwubiga okwu ókè\",\n    \"overelegance\": \"imebiga ihe ókè\",\n    \"overelegancy\": \"imebiga ihe ókè\",\n    \"overelegant\": \"karịrị akarị\",\n    \"overelegantly\": \"oke\",\n    \"overelegantness\": \"oke ibu\",\n    \"overembellish\": \"Okechukwu\",\n    \"overembellished\": \"nwekwuo ike\",\n    \"overembellishes\": \"ọmarịcha\",\n    \"overembellishing\": \"Okechukwu\",\n    \"overembellishment\": \"okwuru\",\n    \"overemotional\": \"nwebigara ike\",\n    \"overemotionality\": \"nwebiga oke ókè\",\n    \"overemotionalize\": \"nwebiga ike ókè\",\n    \"overemotionalized\": \"emebiga ihe ókè\",\n    \"overemotionalizing\": \"Omenala oke\",\n    \"overemotionally\": \"oke ike\",\n    \"overemotionalness\": \"overemotional\",\n    \"overemphasis\": \"ikwusi ike\",\n    \"overemphasize\": \"kwubiga okwu ókè\",\n    \"overemphasized\": \"ekwusi okwu ike\",\n    \"overemphasizes\": \"na-ekwusi ike\",\n    \"overemphasizing\": \"ikwubiga okwu ókè\",\n    \"overemphatic\": \"ikwubiga okwu ókè\",\n    \"overemphatical\": \"ikwubiga okwu ókè\",\n    \"overemphatically\": \"n'ụzọ gabigara ókè\",\n    \"overemphaticalness\": \"ikwubiga okwu ókè\",\n    \"overemphaticness\": \"ikwubiga okwu ókè\",\n    \"overempired\": \"Ojuju oke\",\n    \"overempirical\": \"gabiga ókè\",\n    \"overempirically\": \"n'ụzọ gabigara ókè\",\n    \"overemploy\": \"ikwubiga okwu ókè\",\n    \"overemployment\": \"ọrụ karịrị akarị\",\n    \"overempty\": \"tinye\",\n    \"overemptiness\": \"oke ibu\",\n    \"overemulate\": \"nwebiga ike ókè\",\n    \"overemulated\": \"karịrị akarị\",\n    \"overemulating\": \"na-eribiga oke ókè\",\n    \"overemulation\": \"Ojuju\",\n    \"overenthusiastic\": \"nwekwanu ike\",\n    \"overenthusiastically\": \"n’ike n’ike\",\n    \"overentreat\": \"ịveụbiga mmanya ókè\",\n    \"overentry\": \"obula\",\n    \"overenvious\": \"imebiga ihe ókè\",\n    \"overenviously\": \"n'ụzọ doro anya\",\n    \"overenviousness\": \"oke okwute\",\n    \"overequal\": \"karịrị akarị\",\n    \"overest\": \"imebiga ihe ókè\",\n    \"overestimate\": \"gabiga ókè\",\n    \"overestimated\": \"karịrị akarị\",\n    \"overexacting\": \"na-egosipụta oke\",\n    \"overexaggerate\": \"ikwubiga okwu ókè\",\n    \"overexaggerated\": \"ikwubiga okwu ókè\",\n    \"overexaggerating\": \"ikwubiga okwu ókè\",\n    \"overexcelling\": \"ikwubiga okwu ókè\",\n    \"overexcitably\": \"n'ụzọ gabigara ókè\",\n    \"overexcite\": \"ikari\",\n    \"overexcited\": \"tinyefere ike\",\n    \"overexcitement\": \"imebiga ihe ókè\",\n    \"overexciting\": \"na-emebiga ihe ókè\",\n    \"overexercise\": \"mgbatị ahụ\",\n    \"overexercised\": \"zigara ike\",\n    \"overexercises\": \"mmegharị ahụ\",\n    \"overexercising\": \"ercgbatị ahụ gabiga ókè\",\n    \"overexerted\": \"tinyegoro\",\n    \"overexertedness\": \"imebiga ihe ókè\",\n    \"overexerting\": \"veregbubiga ume ókè\",\n    \"overexertion\": \"ighachi omume\",\n    \"overexerts\": \"ihe ngosi\",\n    \"overexpand\": \"Ijuju\",\n    \"overexpanded\": \"gafere ebe\",\n    \"overexpanding\": \"ịba ụba\",\n    \"overexpands\": \"na-agbakwunye\",\n    \"overexpansion\": \"njuputa\",\n    \"overexpansive\": \"ngafe\",\n    \"overexpansively\": \"oke\",\n    \"overexpansiveness\": \"oke njuputa\",\n    \"overexpect\": \"nwebisi ike\",\n    \"overexpectant\": \"Ofeke\",\n    \"overexpectantness\": \"nwebigara ókè\",\n    \"overexpend\": \"nwebiga ego ókè\",\n    \"overexpenditure\": \"iribiga ego oke\",\n    \"overexpert\": \"operxpert\",\n    \"overexplain\": \"nkọwapụta\",\n    \"overexplanation\": \"ikwuputa ihe\",\n    \"overexplicit\": \"kwupụtara\",\n    \"overexploited\": \"nwebigara ókè\",\n    \"overexpose\": \"na-egosi\",\n    \"overexposed\": \"tinyekwuru anya\",\n    \"overexposes\": \"na-egosi\",\n    \"overexposing\": \"ikwubiga okwu ókè\",\n    \"overexposure\": \"imebiga ihe ókè\",\n    \"overexpress\": \"nwebiga ihe ike\",\n    \"overexpressive\": \"imebiga ihe ókè\",\n    \"overexpressively\": \"o gabiga ókè\",\n    \"overexpressiveness\": \"imebiga ihe ókè\",\n    \"overexquisite\": \"okwesighi\",\n    \"overexquisitely\": \"gabiga ókè\",\n    \"overextend\": \"gafere\",\n    \"overextended\": \"nwebigara ókè\",\n    \"overextending\": \"na-agbatị\",\n    \"overextends\": \"gafere ogologo\",\n    \"overextension\": \"ovextension\",\n    \"overextensive\": \"gafere ókè\",\n    \"overextreme\": \"akari\",\n    \"overexuberance\": \"Ekwekwe\",\n    \"overexuberant\": \"na-atụ egwu\",\n    \"overexuberantly\": \"n’ike\",\n    \"overexuberantness\": \"ikwubiga okwu ókè\",\n    \"overface\": \"n'elu\",\n    \"overfactiousness\": \"Imebiga ọrụ ókè\",\n    \"overfactitious\": \"na-arụ ọrụ gabiga ókè\",\n    \"overfaith\": \"okpu\",\n    \"overfaithful\": \"okwukwe\",\n    \"overfaithfully\": \"gabiga ókè\",\n    \"overfaithfulness\": \"ikwesị ntụkwasị obi\",\n    \"overfalling\": \"na-akụda\",\n    \"overfamiliar\": \"akachasị\",\n    \"overfamiliarity\": \"nwebigara ókè\",\n    \"overfancifulness\": \"Obi ebere\",\n    \"overfar\": \"gafee\",\n    \"overfast\": \"imebiga ihe ókè\",\n    \"overfastidious\": \"imebiga iwu ókè\",\n    \"overfastidiousness\": \"imebiga ihe ókè\",\n    \"overfasting\": \"imebiga iwu ókè\",\n    \"overfat\": \"imebiga ihe ókè\",\n    \"overfatigue\": \"ike ọgwụgwụ\",\n    \"overfatigued\": \"nwebiga uche ókè\",\n    \"overfatiguing\": \"imebiga ihe ókè\",\n    \"overfatness\": \"fatbubiga ókè\",\n    \"overfatten\": \"overfefe\",\n    \"overfault\": \"gafere\",\n    \"overfavor\": \"overfevor\",\n    \"overfavorable\": \"karịa mma\",\n    \"overfavorableness\": \"n'elu ihu ọma\",\n    \"overfavorably\": \"n'elu mma\",\n    \"overfeared\": \"overfefee\",\n    \"overfearful\": \"overfear\",\n    \"overfearfully\": \"gabiga ókè\",\n    \"overfearfulness\": \"overfear over\",\n    \"overfearing\": \"overfefe\",\n    \"overfeed\": \"overfefe\",\n    \"overfeeding\": \"na-eri nri\",\n    \"overfellowly\": \"overfellowing\",\n    \"overfertile\": \"overfeferị\",\n    \"overfervent\": \"overfefefe\",\n    \"overfervently\": \"gabiga\",\n    \"overferventness\": \"Ofefe\",\n    \"overfierce\": \"Mmanya\",\n    \"overfiercely\": \"n'agha\",\n    \"overfierceness\": \"overfiercible\",\n    \"overfile\": \"overfiili\",\n    \"overfill\": \"mejupụta\",\n    \"overfilled\": \"juju\",\n    \"overfinished\": \"emecha\",\n    \"overfish\": \"azụ azụ\",\n    \"overfished\": \"overfish\",\n    \"overfishes\": \"overfish\",\n    \"overfishing\": \"ịkụ azụ\",\n    \"overfit\": \"uwe elu\",\n    \"overflatten\": \"Ikpoko\",\n    \"overfleshed\": \"Gbanwee ya\",\n    \"overfling\": \"Gbanyụọ\",\n    \"overflood\": \"iju mmiri\",\n    \"overfloridness\": \"imebiga ihe ókè\",\n    \"overflow\": \"jubiga ókè\",\n    \"overflowable\": \"jubiga ókè\",\n    \"overflowed\": \"jubiga ókè\",\n    \"overflower\": \"iru mmiri\",\n    \"overflowing\": \"jubiga ókè\",\n    \"overflowingly\": \"jubiga ókè\",\n    \"overflowingness\": \"nubiga ókè\",\n    \"overflown\": \"jubiga ókè\",\n    \"overflows\": \"jubiga ókè\",\n    \"overfluentness\": \"Ijuju\",\n    \"overfondly\": \"n'ụzọ zuru oke\",\n    \"overfondling\": \"Onyinye\",\n    \"overfondness\": \"obi ụtọ\",\n    \"overfoolish\": \"nzuzu\",\n    \"overfoolishness\": \"nzuzu\",\n    \"overfoot\": \"n'elu ụkwụ\",\n    \"overforce\": \"imebiga ihe ókè\",\n    \"overforced\": \"gabiga ókè\",\n    \"overformalize\": \"mezue mmezi\",\n    \"overformalized\": \"emejuputa\",\n    \"overformalizing\": \"imebiga ihe ókè\",\n    \"overformed\": \"gbanwee\",\n    \"overforward\": \"gabiga\",\n    \"overforwardly\": \"gabiga ókè\",\n    \"overforwardness\": \"gabiga ókè\",\n    \"overfought\": \"overfowed\",\n    \"overfoully\": \"karịrị akarị\",\n    \"overfoulness\": \"imebiga ihe ókè\",\n    \"overfragile\": \"mebie emebi\",\n    \"overfragmented\": \"zoro ezo\",\n    \"overfrailness\": \"mgbochi\",\n    \"overfrailty\": \"ikpu ikpe\",\n    \"overfrankness\": \"imebiga ihe ókè\",\n    \"overfraught\": \"kpuchie\",\n    \"overfreedom\": \"nnwere onwe\",\n    \"overfreely\": \"gabiga ókè\",\n    \"overfrequency\": \"gabiga ókè\",\n    \"overfrequent\": \"gabiga ókè\",\n    \"overfrequently\": \"gabiga ókè\",\n    \"overfrown\": \"toro\",\n    \"overfrozen\": \"oyi kpọnwụrụ\",\n    \"overfruited\": \"rijuo afọ\",\n    \"overfruitful\": \"ofeke\",\n    \"overfruitfully\": \"gabiga ókè\",\n    \"overfruitfulness\": \"Nri karịrị akarị\",\n    \"overfrustration\": \"ntụkwasị obi\",\n    \"overfunctioning\": \"ịrụ ọrụ gabiga ókè\",\n    \"overfurnished\": \"overfurnish\",\n    \"overfurnishes\": \"overfurnish\",\n    \"overfurnishing\": \"overfurning\",\n    \"overgalled\": \"overgafe\",\n    \"overgamble\": \"overgamgbam\",\n    \"overgambled\": \"overgambere\",\n    \"overgambling\": \"ggba chaa chaa\",\n    \"overgarment\": \"uwe mkpuchi\",\n    \"overgarnish\": \"kpuchie\",\n    \"overgeneralizes\": \"overgeneralized\",\n    \"overgeneralizing\": \"imebiga ihe ókè\",\n    \"overgenerally\": \"imebiga ihe ókè\",\n    \"overgenerosity\": \"overgeneros\",\n    \"overgenerous\": \"overgene\",\n    \"overgenerously\": \"imebiga ihe ókè\",\n    \"overgenerousness\": \"mmụba\",\n    \"overgently\": \"gabiga ókè\",\n    \"overgesticulate\": \"imebiga ihe ókè\",\n    \"overgesticulated\": \"imebiga ihe ókè\",\n    \"overgesticulating\": \"ịgestụbiga mmanya ókè\",\n    \"overgesticulation\": \"ịgestụbiga mmanya ókè\",\n    \"overgesticulative\": \"okacha ama\",\n    \"overgesticulatively\": \"okacha ama\",\n    \"overgesticulativeness\": \"ịgestụbiga mmanya ókè\",\n    \"overget\": \"chefuo\",\n    \"overgetting\": \"na-echefu\",\n    \"overgifted\": \"overgififed\",\n    \"overgilding\": \"na-emebiga ihe ókè\",\n    \"overgilted\": \"overgilit\",\n    \"overgirded\": \"toro oke\",\n    \"overgirding\": \"Odogwu\",\n    \"overgirds\": \"overgird\",\n    \"overgive\": \"gbaghara\",\n    \"overglad\": \"overgladị\",\n    \"overglance\": \"ileghara\",\n    \"overglanced\": \"eleghi anya\",\n    \"overglancing\": \"imebiga ihe ókè\",\n    \"overglazed\": \"buru ibu\",\n    \"overglazing\": \"na-ekpuchi\",\n    \"overglide\": \"imebiga ihe ókè\",\n    \"overgloomy\": \"imebiga ihe ókè\",\n    \"overgloominess\": \"imebiga ihe ókè\",\n    \"overglorious\": \"dị ebube\",\n    \"overglut\": \"zoro ezo\",\n    \"overgo\": \"gafee\",\n    \"overgoad\": \"overgodi\",\n    \"overgoaded\": \"overgoro\",\n    \"overgoading\": \"overgodi\",\n    \"overgoads\": \"overgodi\",\n    \"overgod\": \"imebiga ihe ókè\",\n    \"overgodly\": \"asọpụrụghị Chineke\",\n    \"overgodliness\": \"imebiga ihe ókè\",\n    \"overgoing\": \"na-emeri\",\n    \"overgone\": \"emebiga ihe ókè\",\n    \"overgood\": \"imebiga ihe ókè\",\n    \"overgot\": \"tofere\",\n    \"overgotten\": \"overghara\",\n    \"overgovern\": \"overgovan\",\n    \"overgovernment\": \"overgo ọchịchị\",\n    \"overgracious\": \"karịrị akarị\",\n    \"overgraciousness\": \"imebiga ihe ókè\",\n    \"overgrade\": \"kpochapu\",\n    \"overgrateful\": \"onye nwere ekele\",\n    \"overgratefully\": \"gabiga ókè\",\n    \"overgratefulness\": \"imebiga ihe ókè\",\n    \"overgratitude\": \"ekele\",\n    \"overgraze\": \"overgrade\",\n    \"overgrazed\": \"ekpuchiwo\",\n    \"overgrazing\": \"na-emebiga ihe ókè\",\n    \"overgreatly\": \"gabiga ókè\",\n    \"overgreatness\": \"imebiga ihe ókè\",\n    \"overgrew\": \"mechie\",\n    \"overgrieve\": \"imebiga ihe ókè\",\n    \"overgrieved\": \"emebiga ihe ókè\",\n    \"overgrieving\": \"na-emebiga ihe ókè\",\n    \"overgrievous\": \"overgriiki\",\n    \"overgrievously\": \"gabiga ókè\",\n    \"overgrievousness\": \"ntughari\",\n    \"overgrind\": \"imebiga ihe ókè\",\n    \"overgross\": \"karịrị akarị\",\n    \"overgrossly\": \"karịrị akarị\",\n    \"overgrossness\": \"imebiga ihe ókè\",\n    \"overground\": \"gafee ala\",\n    \"overgrow\": \"toro\",\n    \"overgrowing\": \"toro\",\n    \"overgrown\": \"toro\",\n    \"overgrows\": \"overgfere\",\n    \"overguilty\": \"imebiga iwu ókè\",\n    \"overhail\": \"mechie\",\n    \"overhalf\": \"karịrị\",\n    \"overhanging\": \"na-agbanwe agbanwe\",\n    \"overhappiness\": \"obi ilu\",\n    \"overhaste\": \"imebiga ihe ókè\",\n    \"overhastiness\": \"ike ọgwụgwụ\",\n    \"overhate\": \"imebiga ihe ókè\",\n    \"overhated\": \"karịrị akarị\",\n    \"overhates\": \"ihe karịrị\",\n    \"overhating\": \"karịrị akarị\",\n    \"overhatted\": \"karịrị akarị\",\n    \"overhaughty\": \"imebiga ihe ókè\",\n    \"overhaughtily\": \"imebiga ihe ókè\",\n    \"overhaughtiness\": \"imebiga ihe ókè\",\n    \"overhaul\": \"mechie\",\n    \"overhauled\": \"overhau\",\n    \"overhauling\": \"imecha ihe\",\n    \"overhead\": \"n’elu\",\n    \"overheadiness\": \"overheadness\",\n    \"overheadman\": \"onye isi\",\n    \"overheads\": \"ifefe\",\n    \"overheaped\": \"overheapu\",\n    \"overheaping\": \"overheap\",\n    \"overheaps\": \"karịrị akarị\",\n    \"overhear\": \"nụchaa\",\n    \"overheard\": \"anuru\",\n    \"overhearer\": \"anụtụ\",\n    \"overhearing\": \"ịnụ ihe\",\n    \"overheartily\": \"overhearting\",\n    \"overheartiness\": \"overhearthe\",\n    \"overheat\": \"ekpo oke ọkụ\",\n    \"overheated\": \"ekpo oke ọkụ\",\n    \"overheatedly\": \"ekpo oke ọkụ\",\n    \"overheating\": \"ekpo oke ọkụ\",\n    \"overheats\": \"ekpo oke ọkụ\",\n    \"overheave\": \"karịrị akarị\",\n    \"overheavy\": \"oke iwu\",\n    \"overheavily\": \"karịrị akarị\",\n    \"overheaviness\": \"ike karịrị akarị\",\n    \"overheight\": \"ekpo oke ọkụ\",\n    \"overheighten\": \"gbasie ike\",\n    \"overheinous\": \"imebiga ihe ókè\",\n    \"overheld\": \"Gbanyere\",\n    \"overhelpfully\": \"gabiga ókè\",\n    \"overhelpfulness\": \"nnyefe\",\n    \"overhighly\": \"gabiga ókè\",\n    \"overhill\": \"elu ugwu\",\n    \"overhip\": \"ngafe\",\n    \"overhit\": \"ikpochapu\",\n    \"overhold\": \"merie\",\n    \"overholding\": \"na-achịkwa\",\n    \"overholds\": \"na-achịkwa\",\n    \"overhomely\": \"gabiga ókè\",\n    \"overhomeliness\": \"zuru ezu\",\n    \"overhonest\": \"overhon\",\n    \"overhonesty\": \"imebiga ihe ókè\",\n    \"overhonestly\": \"n'eziokwu\",\n    \"overhonestness\": \"ikwu eziokwu\",\n    \"overhuman\": \"karịrị mmadụ\",\n    \"overhumane\": \"juo mmadu\",\n    \"overhumanity\": \"karịrị mmadụ\",\n    \"overhumanize\": \"juo mmadu\",\n    \"overhumbleness\": \"overhumble\",\n    \"overhung\": \"gafee\",\n    \"overhunted\": \"overhunt\",\n    \"overhunting\": \"na-achọgharị\",\n    \"overhurry\": \"gabiga\",\n    \"overhurried\": \"Ime ọsọ ọsọ\",\n    \"overhurriedly\": \"ngwa ngwa\",\n    \"overhurrying\": \"ọsọ ọsọ\",\n    \"overidden\": \"okpu\",\n    \"overidealism\": \"imebiga ihe ókè\",\n    \"overidealistic\": \"imebiga ihe ókè\",\n    \"overidealize\": \"gabiga ókè\",\n    \"overidealized\": \"overidasia\",\n    \"overidealizing\": \"imebiga ihe ókè\",\n    \"overidentifying\": \"imebiga ihe ókè\",\n    \"overidolatrous\": \"imebiga ihe ókè\",\n    \"overidolatrously\": \"imebiga ihe ókè\",\n    \"overidolatrousness\": \"imebiga ihe ókè\",\n    \"overillustrate\": \"gabiga ókè\",\n    \"overillustrated\": \"emechibidoro\",\n    \"overillustrating\": \"na-emebiga ihe ókè\",\n    \"overillustrative\": \"gabigara ókè\",\n    \"overimaginatively\": \"overimaginative\",\n    \"overimaginativeness\": \"karịrị echiche\",\n    \"overimitate\": \"gabiga ókè\",\n    \"overimitated\": \"gabiga ókè\",\n    \"overimitating\": \"imebiga ihe ókè\",\n    \"overimitation\": \"overimim\",\n    \"overimitativeness\": \"imebiga ihe ókè\",\n    \"overimmunize\": \"overimmuniz\",\n    \"overimmunizing\": \"overimmunizing oke\",\n    \"overimport\": \"mbubata\",\n    \"overimportance\": \"ngafe\",\n    \"overimportation\": \"mbubata\",\n    \"overimpressed\": \"overimpim\",\n    \"overimpressibly\": \"gabiga ókè\",\n    \"overimpressionable\": \"overimpressable\",\n    \"overimpressionableness\": \"overimpressable ike\",\n    \"overinclusive\": \"gabigara ókè\",\n    \"overincrust\": \"ntụkwasị obi gabiga ókè\",\n    \"overindividualism\": \"gbasara mmadụ n'otu n'otu\",\n    \"overindividualistic\": \"karịrị mmadụ\",\n    \"overindulge\": \"ịindụbiga mmanya ókè\",\n    \"overindulged\": \"indulụbiga mmanya ókè\",\n    \"overindulgence\": \"imebiga ihe ókè\",\n    \"overindulgent\": \"ịindụbiga mmanya ókè\",\n    \"overindulgently\": \"gabiga ókè\",\n    \"overindulges\": \"ịindụbiga mmanya ókè\",\n    \"overindulging\": \"indindụbiga mmanya ókè\",\n    \"overinfluenced\": \"overinfluined\",\n    \"overinhibit\": \"gbochie\",\n    \"overinhibited\": \"gbochie\",\n    \"overink\": \"tụgharịa\",\n    \"overinsistence\": \"nnyefere\",\n    \"overinsolence\": \"imebiga ihe ókè\",\n    \"overinsolently\": \"imebiga ihe ókè\",\n    \"overinstruct\": \"overinstructite\",\n    \"overinstructiveness\": \"imebiga ihe ókè\",\n    \"overintellectual\": \"nwere ọgụgụ isi\",\n    \"overintellectualism\": \"nwere ọgụgụ isi\",\n    \"overintellectuality\": \"nwere ọgụgụ isi\",\n    \"overintellectually\": \"n'ụzọ ọgụgụ isi\",\n    \"overintellectualness\": \"ọgụgụ isi\",\n    \"overinterest\": \"nwebiga mmasị ókè\",\n    \"overinterested\": \"lekwasịrị anya\",\n    \"overinterestedly\": \"overinterestly gabiga ókè\",\n    \"overinterestedness\": \"enweghị mmasị\",\n    \"overinterference\": \"overinterfere\",\n    \"overinvesting\": \"itinye ego\",\n    \"overinvestment\": \"itinye ego\",\n    \"overinvolve\": \"gabiga ókè\",\n    \"overinvolved\": \"ejirila\",\n    \"overinvolving\": \"gabiga ókè\",\n    \"overyoung\": \"imebiga ihe ókè\",\n    \"overyouthful\": \"nwee obi uto\",\n    \"overirrigated\": \"overrigrigated\",\n    \"overirrigation\": \"nchịkwa mmiri\",\n    \"overissue\": \"n'elu\",\n    \"overissued\": \"overissed\",\n    \"overissues\": \"n'elu\",\n    \"overissuing\": \"overissing\",\n    \"overjacket\": \"n'elu iwu\",\n    \"overjading\": \"Na-ekpuchi\",\n    \"overjealous\": \"ekwo oke\",\n    \"overjealously\": \"gabiga ókè\",\n    \"overjealousness\": \"ekworo\",\n    \"overjob\": \"karịrị akarị\",\n    \"overjocular\": \"karịrị akarị\",\n    \"overjocularly\": \"akwara\",\n    \"overjoyed\": \"aụrị ọ overụ\",\n    \"overjoyful\": \"nwebiga obi ụtọ\",\n    \"overjoyfully\": \"gabiga oke\",\n    \"overjoyfulness\": \"nwebiga obi ụtọ\",\n    \"overjoying\": \"Ọụ\",\n    \"overjoyous\": \"a overụrị\",\n    \"overjoyously\": \"ọ overụ oke\",\n    \"overjoyousness\": \"aụrị\",\n    \"overjoys\": \"a overụrị\",\n    \"overjudge\": \"ileghara anya\",\n    \"overjudging\": \"ileghara\",\n    \"overjudgment\": \"ikpe\",\n    \"overjudicious\": \"emebiga ihe ókè\",\n    \"overjudiciously\": \"n'ụzọ ziri ezi\",\n    \"overjudiciousness\": \"imebiga ihe ókè\",\n    \"overjump\": \"ofụfe\",\n    \"overjust\": \"mezie\",\n    \"overkeep\": \"nlekọta\",\n    \"overkind\": \"rikpuo\",\n    \"overkindly\": \"jiri obi ọjọọ\",\n    \"overkindness\": \"imebiga ihe ókè\",\n    \"overknowing\": \"imebiga ihe ókè\",\n    \"overlabor\": \"overlabo\",\n    \"overlabored\": \"machie elu\",\n    \"overlaboring\": \"Ikwusa ozi ọma\",\n    \"overlabour\": \"overlabo\",\n    \"overlaboured\": \"overlaboke\",\n    \"overlabouring\": \"Ibochi\",\n    \"overlace\": \"gafere\",\n    \"overlactate\": \"ekpuchi\",\n    \"overlactated\": \"machibidoro\",\n    \"overlactating\": \"Na-ekpuchi\",\n    \"overlade\": \"machie\",\n    \"overlay\": \"machie\",\n    \"overlaid\": \"machie\",\n    \"overlayed\": \"ekpuchiri ekpuchi\",\n    \"overlayer\": \"machie\",\n    \"overlaying\": \"machie elu\",\n    \"overlain\": \"inyochaa\",\n    \"overlays\": \"Ihe mkpuchi\",\n    \"overlaness\": \"imebiga ihe ókè\",\n    \"overlanguaged\": \"jisie ike jikwaa\",\n    \"overlap\": \"yitewere\",\n    \"overlapped\": \"jikọtara\",\n    \"overlapping\": \"Ikpuchi\",\n    \"overlaps\": \"overlaịl\",\n    \"overlarge\": \"tofere\",\n    \"overlargely\": \"gabiga ókè\",\n    \"overlargeness\": \"imebiga ihe ókè\",\n    \"overlascivious\": \"ileghara anya\",\n    \"overlasciviously\": \"karịrị lasciviously\",\n    \"overlasciviousness\": \"n'elu omume nzuzu\",\n    \"overlash\": \"ikwusi ike\",\n    \"overlast\": \"overfeel\",\n    \"overlate\": \"ovulate\",\n    \"overlateness\": \"overlaị\",\n    \"overlather\": \"mkpuchi\",\n    \"overlaud\": \"machie\",\n    \"overlaudation\": \"Mkpuchi\",\n    \"overlaudatory\": \"overlaatory\",\n    \"overlaugh\": \"ichie\",\n    \"overlave\": \"kpuchie\",\n    \"overlavish\": \"overlaịl\",\n    \"overlavishly\": \"imebiga ihe ókè\",\n    \"overlavishness\": \"nwebiga ihe ókè\",\n    \"overlax\": \"kpuchie\",\n    \"overlead\": \"overleaf\",\n    \"overlean\": \"leghaara anya\",\n    \"overleap\": \"overleapi\",\n    \"overleaping\": \"nnabata\",\n    \"overleaps\": \"overlaịl\",\n    \"overleapt\": \"overleaf\",\n    \"overlearned\": \"gafere\",\n    \"overlearnedly\": \"bara ụba\",\n    \"overlearnedness\": \"overleal mmuo\",\n    \"overleave\": \"gbafee ihe\",\n    \"overleaven\": \"achicha\",\n    \"overlegislate\": \"nyefeela iwu\",\n    \"overlegislated\": \"nyere iwu\",\n    \"overlegislating\": \"legkagbu\",\n    \"overleisured\": \"Iwuchukwu\",\n    \"overlength\": \"ike\",\n    \"overlets\": \"obere akpa\",\n    \"overlettered\": \"overletlet\",\n    \"overly\": \"gabiga ókè\",\n    \"overliberally\": \"elu ọnụ\",\n    \"overlicentious\": \"eleda anya\",\n    \"overlicentiously\": \"anya mmiri\",\n    \"overlicentiousness\": \"karịrị akarị\",\n    \"overlick\": \"machie\",\n    \"overlier\": \"karịrị akarị\",\n    \"overlies\": \"gabiga\",\n    \"overlightheaded\": \"karịrị isi\",\n    \"overlightness\": \"imebiga ihe ókè\",\n    \"overlightsome\": \"inwusi ihe\",\n    \"overliing\": \"na-atụ egwu\",\n    \"overlying\": \"na-achịkwa\",\n    \"overlimit\": \"kpochapu\",\n    \"overline\": \"gbasaa\",\n    \"overlip\": \"kpuchie\",\n    \"overlisted\": \"debanye aha\",\n    \"overlisten\": \"kpuchie\",\n    \"overliterary\": \"n'elu\",\n    \"overliterarily\": \"overliterarily na-agabiga\",\n    \"overlive\": \"jidesie ike\",\n    \"overlived\": \"tolitere\",\n    \"overlively\": \"gabiga ókè\",\n    \"overliveliness\": \"Ndabacha\",\n    \"overlives\": \"Ikechukwu\",\n    \"overliving\": \"na-ebugharị\",\n    \"overload\": \"bufee\",\n    \"overloaded\": \"bufeela ibu\",\n    \"overloading\": \"bufee\",\n    \"overloads\": \"bufeela ibu\",\n    \"overloan\": \"ilefu\",\n    \"overlogical\": \"emebiga ihe ókè\",\n    \"overloyally\": \"ikwusi elu\",\n    \"overloyalty\": \"ikwesị ntụkwasị obi\",\n    \"overloyalties\": \"ntụkwasị obi\",\n    \"overlong\": \"n'ofe\",\n    \"overlook\": \"lefuo\",\n    \"overlooked\": \"eleghara anya\",\n    \"overlooker\": \"ileghara anya\",\n    \"overlooking\": \"na-ele anya\",\n    \"overlooks\": \"na-eleghara anya\",\n    \"overlord\": \"onye isi\",\n    \"overlorded\": \"ebubigaara ókè\",\n    \"overlordship\": \"nchịkwa\",\n    \"overloud\": \"n’elu\",\n    \"overloudly\": \"n’elu\",\n    \"overloudness\": \"ikwuputa okwu\",\n    \"overloup\": \"ikpuchi\",\n    \"overloved\": \"hụrụ n'anya\",\n    \"overloving\": \"na-ekpuchi\",\n    \"overlow\": \"jubiga ókè\",\n    \"overlowness\": \"jubiga ókè\",\n    \"overlubricate\": \"karịrị iho mmanu\",\n    \"overlubricated\": \"overubricated\",\n    \"overlubricating\": \"karịrị akarị\",\n    \"overluscious\": \"gabiga ókè\",\n    \"overlusciousness\": \"imebiga ihe ókè\",\n    \"overmagnifying\": \"imebiga ihe ókè\",\n    \"overmajority\": \"imebiga ihe ókè\",\n    \"overmanage\": \"jikwaa\",\n    \"overmanaged\": \"jisie ike\",\n    \"overmanaging\": \"nchịkwa\",\n    \"overmantel\": \"kpochapụ\",\n    \"overmantle\": \"kpochapụ\",\n    \"overmark\": \"overmarket\",\n    \"overmaster\": \"nchịkwa\",\n    \"overmastered\": \"zubiga ókè\",\n    \"overmasterful\": \"nchịkwa\",\n    \"overmasterfully\": \"n'ụzọ gabigara ókè\",\n    \"overmasterfulness\": \"nchịkwa\",\n    \"overmasteringly\": \"oke\",\n    \"overmasters\": \"ndị isi\",\n    \"overmature\": \"akacha\",\n    \"overmaturely\": \"gabiga ókè\",\n    \"overmatureness\": \"gabiga ókè\",\n    \"overmaturity\": \"gabiga ókè\",\n    \"overmeanly\": \"izu oke\",\n    \"overmeanness\": \"izu oke\",\n    \"overmeddling\": \"medmebiga ihe ókè\",\n    \"overmeekly\": \"imebiga ihe ókè\",\n    \"overmeekness\": \"imebiga ihe ókè\",\n    \"overmellow\": \"onye isi\",\n    \"overmellowly\": \"onye isi\",\n    \"overmellowness\": \"onye obula\",\n    \"overmelodiousness\": \"mebubiga ókè\",\n    \"overmelt\": \"zuo oke\",\n    \"overmelted\": \"Okechi\",\n    \"overmelting\": \"na-ekpuchi\",\n    \"overmerciful\": \"Onye gabiga oke\",\n    \"overmercifulness\": \"Ime ebere\",\n    \"overmerit\": \"gafee\",\n    \"overmerrily\": \"gabiga ókè\",\n    \"overmerriment\": \"gabiga ókè\",\n    \"overmerriness\": \"gabiga ókè\",\n    \"overmeticulous\": \"akarịala\",\n    \"overmeticulousness\": \"akarịala\",\n    \"overmettled\": \"zuo oke\",\n    \"overmighty\": \"dị ike\",\n    \"overmild\": \"Gbanyụọ\",\n    \"overmind\": \"gabiga ókè\",\n    \"overminute\": \"kpuchie\",\n    \"overminutely\": \"gabiga oke\",\n    \"overminuteness\": \"gabiga ókè\",\n    \"overmystified\": \"zoro ezo\",\n    \"overmystifying\": \"izubiga ókè\",\n    \"overmitigate\": \"gafere\",\n    \"overmixed\": \"jikọtara ọnụ\",\n    \"overmobilize\": \"kpochapu\",\n    \"overmobilized\": \"kpochapu\",\n    \"overmobilizing\": \"Na-achịkwa\",\n    \"overmodernizing\": \"na-emebiga ihe ókè\",\n    \"overmodest\": \"gabiga oke\",\n    \"overmodesty\": \"imebiga ihe ókè\",\n    \"overmodestly\": \"gabiga ókè\",\n    \"overmodify\": \"mechie\",\n    \"overmodified\": \"overdodi na-agbanwe agbanwe\",\n    \"overmodifying\": \"momebiga ihe ókè\",\n    \"overmoist\": \"onye na-emebiga ihe ókè\",\n    \"overmoisten\": \"kpochapu\",\n    \"overmoralize\": \"kpochapu\",\n    \"overmoralizing\": \"imebiga ihe ókè\",\n    \"overmoralizingly\": \"gabiga ókè\",\n    \"overmorally\": \"gabiga ókè\",\n    \"overmore\": \"gabiga\",\n    \"overmortgage\": \"nnyefe ego\",\n    \"overmortgaged\": \"overgọghaa\",\n    \"overmortgaging\": \"nnyefe\",\n    \"overmost\": \"gabiga ókè\",\n    \"overmount\": \"gabiga ókè\",\n    \"overmounts\": \"Ofefe\",\n    \"overmournful\": \"gabiga ókè\",\n    \"overmournfully\": \"gabiga ókè\",\n    \"overmournfulness\": \"gabiga ókè\",\n    \"overmuch\": \"gabiga ókè\",\n    \"overmuchness\": \"gabiga ókè\",\n    \"overmultiplication\": \"overmultipipi\",\n    \"overmultiplied\": \"rikpuru\",\n    \"overmultiplying\": \"njuputa\",\n    \"overmultitude\": \"karịrị akarị\",\n    \"overmuse\": \"imebiga ihe ókè\",\n    \"overname\": \"nwe aha\",\n    \"overnarrow\": \"otu ntabi anya\",\n    \"overnarrowly\": \"n'otu ntabi anya\",\n    \"overnarrowness\": \"nkwanye ugwu\",\n    \"overnationalization\": \"nchịkwa\",\n    \"overnationalize\": \"mejuputara\",\n    \"overnationalized\": \"Ojuju\",\n    \"overnationalizing\": \"na-achịkwa\",\n    \"overnearness\": \"overnearneke\",\n    \"overneatness\": \"oke ibu\",\n    \"overneglect\": \"leghaara anya\",\n    \"overneglectful\": \"eleda anya\",\n    \"overneglectfully\": \"gabiga ókè\",\n    \"overnegligence\": \"imebiga iwu ókè\",\n    \"overnegligentness\": \"imebiga iwu ókè\",\n    \"overnervous\": \"abalị\",\n    \"overnervously\": \"n'ụzọ zuru oke\",\n    \"overnervousness\": \"mmụọ\",\n    \"overness\": \"abali\",\n    \"overneutralize\": \"zubiga ókè\",\n    \"overneutralizer\": \"onye nchịkwa\",\n    \"overneutralizing\": \"overneutralie\",\n    \"overnice\": \"n'abali\",\n    \"overnicely\": \"n'abali\",\n    \"overniceness\": \"iwu\",\n    \"overnicety\": \"nchịkwa\",\n    \"overniceties\": \"karịrị niceties\",\n    \"overnigh\": \"n'abalị\",\n    \"overnight\": \"n'abalị\",\n    \"overnighter\": \"abalị\",\n    \"overnighters\": \"ndị na-elekọta abalị\",\n    \"overnimble\": \"gafere nimble\",\n    \"overnoble\": \"odibo\",\n    \"overnobly\": \"oke\",\n    \"overnormal\": \"gọvanọ\",\n    \"overnormality\": \"gọvanọ\",\n    \"overnormalization\": \"ochichi\",\n    \"overnormalize\": \"ochichi\",\n    \"overnormalized\": \"gọvanọ\",\n    \"overnormalizing\": \"ochichi\",\n    \"overnormally\": \"gọvanọ\",\n    \"overnotable\": \"okwugo\",\n    \"overnourish\": \"iriju afọ\",\n    \"overnourishingly\": \"oke nri\",\n    \"overnourishment\": \"oke nri\",\n    \"overnoveled\": \"emechibidoro\",\n    \"overnumber\": \"abalị\",\n    \"overnumerous\": \"nkwali\",\n    \"overnumerously\": \"n'abali\",\n    \"overnumerousness\": \"nwebisi ike\",\n    \"overnurse\": \"nlekọta\",\n    \"overnursed\": \"tinyekwara\",\n    \"overnursing\": \"na-elekọta anya\",\n    \"overobjectify\": \"gbakee\",\n    \"overobjectified\": \"agbarụla\",\n    \"overobjectifying\": \"na-atụgharị uche\",\n    \"overobsequiously\": \"karịrị ya\",\n    \"overobsequiousness\": \"na-esi na ya pụta\",\n    \"overoffensive\": \"oke ọnụ\",\n    \"overoffensively\": \"oke ọnụ\",\n    \"overofficered\": \"anabataghị ọrụ\",\n    \"overofficious\": \"overofficial\",\n    \"overofficiously\": \"okechukwu\",\n    \"overorganizing\": \"imebiga ihe ókè\",\n    \"overoxidize\": \"Overoxidize\",\n    \"overoxidizing\": \"na-egbu egbu\",\n    \"overpack\": \"akpa akwa\",\n    \"overpay\": \"ịkwụ ụgwọ\",\n    \"overpaid\": \"ịkwụkwu ụgwọ\",\n    \"overpaying\": \"ịkwụ ụgwọ gabiga ókè\",\n    \"overpayment\": \"ịkwụ ụgwọ karịrị akarị\",\n    \"overpained\": \"ịkwụkwu ụgwọ\",\n    \"overpainful\": \"imebiga ihe ókè\",\n    \"overpainfully\": \"gabiga ókè\",\n    \"overpainfulness\": \"imebiga ihe ókè\",\n    \"overpays\": \"ịkwụkwu ụgwọ\",\n    \"overpamper\": \"karịrị pamper\",\n    \"overparted\": \"overparị\",\n    \"overpartial\": \"eleghi anya\",\n    \"overpartiality\": \"imebiga ihe ókè\",\n    \"overpartially\": \"gabiga ókè\",\n    \"overpartialness\": \"imebiga ihe ókè\",\n    \"overparticular\": \"Karịsịa\",\n    \"overparticularity\": \"karịrị otu\",\n    \"overparticularly\": \"karịa karịsịa\",\n    \"overpass\": \"gafere\",\n    \"overpassed\": \"karịrị akarị\",\n    \"overpasses\": \"overpass\",\n    \"overpassing\": \"gafere\",\n    \"overpassionate\": \"onye nwere obi ebere\",\n    \"overpassionately\": \"n’ike\",\n    \"overpassionateness\": \"nwebiga ike ókè\",\n    \"overpast\": \"gafere\",\n    \"overpeer\": \"merie\",\n    \"overpenalized\": \"imebiga ihe ókè\",\n    \"overpenalizing\": \"penmefe ihe\",\n    \"overpending\": \"karịrị akarị\",\n    \"overpensive\": \"ego\",\n    \"overpensively\": \"oke ego\",\n    \"overpensiveness\": \"overpensive\",\n    \"overpeopled\": \"karịrị akarị\",\n    \"overpeopling\": \"overpeoping\",\n    \"overperemptory\": \"karịrị akarị\",\n    \"overperemptorily\": \"karịrị peremptorily\",\n    \"overperemptoriness\": \"karịrị akarị\",\n    \"overpermissive\": \"na-eleghara anya\",\n    \"overpermissiveness\": \"nnyefere\",\n    \"overpersecute\": \"imebiga ihe ókè\",\n    \"overpersecuted\": \"zoro ezo\",\n    \"overpersecuting\": \"imebiga ihe ókè\",\n    \"overpersuade\": \"okwukwu\",\n    \"overpersuaded\": \"rijuo anya\",\n    \"overpersuading\": \"okwukwu\",\n    \"overpersuasion\": \"nnyefere aka\",\n    \"overpet\": \"ihe mkpuchi isi\",\n    \"overphilosophize\": \"ihe omumu\",\n    \"overphilosophized\": \"a na-enyocha echiche\",\n    \"overphilosophizing\": \"ihe omuma\",\n    \"overpictorializing\": \"ịpụbiga mmanya ókè\",\n    \"overpiousness\": \"imebiga ihe ókè\",\n    \"overpitched\": \"overpit gbabiri\",\n    \"overpiteous\": \"gabiga ókè\",\n    \"overpiteously\": \"gabiga ókè\",\n    \"overpiteousness\": \"ikwubiga okwu ókè\",\n    \"overplace\": \"overfere\",\n    \"overplaced\": \"karịrị akarị\",\n    \"overplacement\": \"overplace\",\n    \"overplay\": \"ngosi\",\n    \"overplayed\": \"gosiputara\",\n    \"overplain\": \"ịkọwa ihe\",\n    \"overplainly\": \"n'ụzọ doro anya\",\n    \"overplainness\": \"ikwubiga okwu ókè\",\n    \"overplausible\": \"overplausa\",\n    \"overplausibleness\": \"overplalusibleness\",\n    \"overplausibly\": \"overplalusibly\",\n    \"overplease\": \"imebiga ihe ókè\",\n    \"overpleased\": \"juputara\",\n    \"overpleasing\": \"imebiga ihe ókè\",\n    \"overplenitude\": \"iberibe\",\n    \"overplenteous\": \"zuo oke\",\n    \"overplenteously\": \"zuru oke\",\n    \"overplenteousness\": \"imebiga ihe ókè\",\n    \"overplenty\": \"zuo oke\",\n    \"overply\": \"gabiga ókè\",\n    \"overplied\": \"overpered\",\n    \"overplying\": \"na-emebiga ihe ókè\",\n    \"overplumb\": \"jubiga ókè\",\n    \"overplume\": \"overipue\",\n    \"overplump\": \"kpuchie\",\n    \"overplumpness\": \"njuputa\",\n    \"overpoeticize\": \"imebiga ihe ókè\",\n    \"overpoeticizing\": \"overpoetic na-achịkwa\",\n    \"overpoliced\": \"overpolice\",\n    \"overpolicing\": \"imefe iwu\",\n    \"overpolitical\": \"gabiga ókè\",\n    \"overpolitically\": \"gabiga ókè\",\n    \"overponderous\": \"gabiga ókè\",\n    \"overponderously\": \"karịrị akarị\",\n    \"overponderousness\": \"imebiga ihe ókè\",\n    \"overpopularity\": \"igwe mmadụ karịrị akarị\",\n    \"overpopularly\": \"overpopular ọtụtụ\",\n    \"overpopulate\": \"zubiga ụba mmadụ\",\n    \"overpopulated\": \"karịrị akarị\",\n    \"overpopulates\": \"igwe mmadụ karịrị akarị\",\n    \"overpopulating\": \"zubiga ókè\",\n    \"overpopulation\": \"igwe mmadụ karịrị akarị\",\n    \"overpopulous\": \"igwe mmadụ karịrị akarị\",\n    \"overpopulously\": \"karịrị akarị\",\n    \"overpopulousness\": \"nwebighari\",\n    \"overpositive\": \"nnyefere\",\n    \"overpossess\": \"merie\",\n    \"overpotency\": \"ike karịrị ike\",\n    \"overpotent\": \"nwee ike\",\n    \"overpotential\": \"nwere ike\",\n    \"overpotently\": \"n'ike\",\n    \"overpotentness\": \"ike karịrị akarị\",\n    \"overpower\": \"ike\",\n    \"overpowered\": \"merie\",\n    \"overpowerful\": \"kari ike\",\n    \"overpowerfully\": \"n'ike\",\n    \"overpowerfulness\": \"ike karịrị akarị\",\n    \"overpowering\": \"ike\",\n    \"overpoweringly\": \"n'ike\",\n    \"overpoweringness\": \"ike karịrị ike\",\n    \"overpowers\": \"onye ike\",\n    \"overpractice\": \"imebiga ihe ókè\",\n    \"overpracticed\": \"ajuju\",\n    \"overpracticing\": \"Onicha\",\n    \"overpraise\": \"imebiga ihe ókè\",\n    \"overpraised\": \"toro ogologo\",\n    \"overpraises\": \"overpraise\",\n    \"overpreach\": \"ikwusa ozi ọma\",\n    \"overprecise\": \"imebiga ihe ókè\",\n    \"overprecisely\": \"ajuju\",\n    \"overprecision\": \"overpremienza\",\n    \"overpreoccupation\": \"oke ọrụ\",\n    \"overpreoccupied\": \"na-etinye uche ha\",\n    \"overpreoccupying\": \"na-arụ ọrụ gabiga ókè\",\n    \"overpresumption\": \"ngafe oke\",\n    \"overpresumptuous\": \"overpresipuous\",\n    \"overpresumptuously\": \"nganga kari\",\n    \"overpresumptuousness\": \"karịrị nganga\",\n    \"overprices\": \"overpriced\",\n    \"overprinted\": \"overprinar\",\n    \"overprinting\": \"overprinụ\",\n    \"overprize\": \"overprii\",\n    \"overprized\": \"overpired\",\n    \"overprocrastination\": \"imebiga ihe ókè\",\n    \"overproduced\": \"emeputa\",\n    \"overproduces\": \"overproduce\",\n    \"overproducing\": \"na-emeputa\",\n    \"overproductive\": \"arụpụta ihe\",\n    \"overproficiency\": \"akachasi ike\",\n    \"overproficient\": \"karịrị akarị\",\n    \"overproficiently\": \"karịrị akarị\",\n    \"overprolificness\": \"oke iwu\",\n    \"overprolix\": \"Okechukwu\",\n    \"overprolixity\": \"imebiga ihe ókè\",\n    \"overprolixly\": \"Ogbogu Okonji\",\n    \"overpromise\": \"imebiga ihe ókè\",\n    \"overpromised\": \"rikpuru\",\n    \"overpromising\": \"imebiga ihe ókè\",\n    \"overpronounce\": \"kpọchie\",\n    \"overpronounced\": \"Gbanwee\",\n    \"overpronouncing\": \"Ikwusike\",\n    \"overpronunciation\": \"ikwubie okwu\",\n    \"overproportion\": \"ihe karịrị akarị\",\n    \"overproportionate\": \"karịrị akarị\",\n    \"overproportionated\": \"karịrị akarị\",\n    \"overproportionately\": \"overproportionate\",\n    \"overprosperous\": \"karịrị akarị\",\n    \"overprosperously\": \"karịrị akarị\",\n    \"overprosperousness\": \"Ukwuu karịrị akarị\",\n    \"overprotect\": \"kpuchido\",\n    \"overprotecting\": \"na-echekwa\",\n    \"overprotects\": \"na-echebe oke\",\n    \"overproudness\": \"imebiga ihe ókè\",\n    \"overproved\": \"overprover\",\n    \"overprovided\": \"nyefere\",\n    \"overprovident\": \"imebiga ihe ókè\",\n    \"overprovidently\": \"karịrị akarị\",\n    \"overprovidentness\": \"imebiga ihe ókè\",\n    \"overproviding\": \"na-enye aka\",\n    \"overproving\": \"overprover\",\n    \"overprovoke\": \"na-agbagha\",\n    \"overprovoked\": \"emebikwa\",\n    \"overprovoking\": \"Ogbodo\",\n    \"overprune\": \"overpruni\",\n    \"overpruned\": \"overprun\",\n    \"overpublicize\": \"mebe iwu\",\n    \"overpublicizing\": \"Odogwu\",\n    \"overpunish\": \"zuo oke\",\n    \"overpunishment\": \"mmeri\",\n    \"overpurchase\": \"ịzụrụ ego\",\n    \"overpurchased\": \"zụrụ ego\",\n    \"overpurchasing\": \"ịzụrụ ego\",\n    \"overput\": \"gafee ego\",\n    \"overqualifying\": \"ịba ụba\",\n    \"overquantity\": \"oke ibu\",\n    \"overquell\": \"merie\",\n    \"overquietly\": \"oke mmiri\",\n    \"overrake\": \"overraki\",\n    \"overraness\": \"imebiga ihe ókè\",\n    \"overrange\": \"imeghari\",\n    \"overrank\": \"imebiga ihe ókè\",\n    \"overrankness\": \"imebiga ihe ókè\",\n    \"overrate\": \"overrated\",\n    \"overrates\": \"overrated\",\n    \"overrating\": \"overrated\",\n    \"overrational\": \"gabiga ókè\",\n    \"overrationalize\": \"ichebiga echiche ókè\",\n    \"overrationalized\": \"emebiga iwu ókè\",\n    \"overrationalizing\": \"na-emebiga ihe ókè\",\n    \"overrationally\": \"gabiga ókè\",\n    \"overraught\": \"Iwuchi\",\n    \"overreached\": \"gabiga ókè\",\n    \"overreachers\": \"ndị nchịkwa\",\n    \"overreaches\": \"gabiga ókè\",\n    \"overreachingly\": \"gabiga ókè\",\n    \"overreachingness\": \"gabiga ókè\",\n    \"overreact\": \"iwe iwe\",\n    \"overreacted\": \"imebiga ihe ókè\",\n    \"overreacting\": \"imebiga ihe ókè\",\n    \"overreaction\": \"imebiga ihe ókè\",\n    \"overreactions\": \"imebiga ihe ókè\",\n    \"overreactive\": \"imebiga ihe ókè\",\n    \"overreacts\": \"imebiga ihe ókè\",\n    \"overready\": \"gafeela\",\n    \"overreadily\": \"gabiga ókè\",\n    \"overrealism\": \"ezi uche\",\n    \"overrealistic\": \"ezi uche\",\n    \"overrealistically\": \"n'eziokwu\",\n    \"overreckoning\": \"imebiga ihe ókè\",\n    \"overreduce\": \"gabiga oke\",\n    \"overreduced\": \"gabiga ókè\",\n    \"overreducing\": \"overreducinging\",\n    \"overreduction\": \"imebiga ihe ókè\",\n    \"overrefined\": \"overrefinre\",\n    \"overrefinement\": \"nkọwapụta\",\n    \"overrefines\": \"emebiga ihe ókè\",\n    \"overreflection\": \"nhichapu\",\n    \"overreflective\": \"overrelective\",\n    \"overreflectiveness\": \"overrelective obula\",\n    \"overregister\": \"debanye aha\",\n    \"overregistration\": \"nchịkwa nchịkwa\",\n    \"overregular\": \"emebiga ihe ókè\",\n    \"overregularity\": \"imebiga ihe ókè\",\n    \"overregulate\": \"nyefee iwu\",\n    \"overregulated\": \"na-achịkwa iwu\",\n    \"overregulating\": \"na-achịkwa iwu\",\n    \"overregulation\": \"iwu karịrị\",\n    \"overreliance\": \"gabiga ókè\",\n    \"overreliant\": \"gabiga ókè\",\n    \"overreligiosity\": \"imebiga ihe ókè\",\n    \"overreligious\": \"gabigara ókè\",\n    \"overreligiousness\": \"Omenala okpukpe\",\n    \"overremissness\": \"imebiga ihe ókè\",\n    \"overrent\": \"gabiga ókè\",\n    \"overreplete\": \"zuru oke\",\n    \"overrepletion\": \"overreplere\",\n    \"overrepresent\": \"gabiga ókè\",\n    \"overrepresentation\": \"overrepage ngosi\",\n    \"overrepresentative\": \"gabiga ókè\",\n    \"overrepresentatively\": \"gabiga ókè\",\n    \"overrepresentativeness\": \"overrepageegwuregwu\",\n    \"overrepresented\": \"gabigara ókè\",\n    \"overreserved\": \"overresured\",\n    \"overreservedly\": \"gabiga ókè\",\n    \"overreservedness\": \"overreserveres\",\n    \"overresolutely\": \"karịrị akarị\",\n    \"overrestrict\": \"machibidoro\",\n    \"overrestriction\": \"ihe mgbochi\",\n    \"overretention\": \"karịrị njigide\",\n    \"overreward\": \"gabiga\",\n    \"overrich\": \"gafere\",\n    \"overrichly\": \"gabiga ókè\",\n    \"overrichness\": \"overrich\",\n    \"overrid\": \"bibie\",\n    \"override\": \"bibie\",\n    \"overrider\": \"okpu\",\n    \"overrides\": \"Emechie\",\n    \"overriding\": \"Na-achịkwa\",\n    \"overrife\": \"bibie\",\n    \"overrighteous\": \"bụrụ onye ajọ omume\",\n    \"overrighteously\": \"bụrụ onye ajọ omume\",\n    \"overrighteousness\": \"n'elu ezi omume\",\n    \"overrigorous\": \"gabigara ihe siri ike\",\n    \"overrigorously\": \"gabiga n'ike\",\n    \"overrigorousness\": \"gabigara ókè\",\n    \"overripely\": \"gabiga ókè\",\n    \"overrise\": \"mechie\",\n    \"overroast\": \"Ofefe\",\n    \"overroasted\": \"overroas\",\n    \"overroasting\": \"imebiga iwu ókè\",\n    \"overroasts\": \"overroaster\",\n    \"overroyal\": \"imebiga ihe ókè\",\n    \"overromanticize\": \"kpochapu\",\n    \"overromanticized\": \"overromantic\",\n    \"overromanticizing\": \"na-emebiga ihe ókè\",\n    \"overrooted\": \"gbanye\",\n    \"overrose\": \"imebiga ihe ókè\",\n    \"overrough\": \"gafere\",\n    \"overroughly\": \"juputara\",\n    \"overroughness\": \"imebiga iwu ókè\",\n    \"overrudely\": \"Uzo di egwu\",\n    \"overrudeness\": \"imebiga ihe ókè\",\n    \"overruffed\": \"Gbanyụọ\",\n    \"overruffing\": \"Ezigbo\",\n    \"overrule\": \"gafee iwu\",\n    \"overruled\": \"Akpanyere\",\n    \"overruler\": \"Onye na-achịkwa iwu\",\n    \"overruling\": \"na-achịkwa\",\n    \"overrulingly\": \"overrul gabigara\",\n    \"overrun\": \"gafere\",\n    \"overrunner\": \"overrunri\",\n    \"overrunning\": \"overrunna\",\n    \"overrunningly\": \"gabiga ókè\",\n    \"overruns\": \"overrun\",\n    \"overrusset\": \"oversetset\",\n    \"overrust\": \"ntụkwasị obi\",\n    \"overs\": \"Nkechi\",\n    \"oversacrificial\": \"overfantali\",\n    \"oversacrificially\": \"overfighter n'ụzọ\",\n    \"oversacrificialness\": \"okwesiri ike\",\n    \"oversad\": \"gafee\",\n    \"oversadly\": \"gabiga ókè\",\n    \"oversadness\": \"imebiga ihe ókè\",\n    \"oversay\": \"ilekọta\",\n    \"oversaid\": \"ofofo\",\n    \"oversail\": \"okpu\",\n    \"oversale\": \"nlekọta\",\n    \"oversales\": \"ofesi\",\n    \"oversalt\": \"kpuchiri\",\n    \"oversalted\": \"karịrị akarị\",\n    \"oversalty\": \"oversalị\",\n    \"oversalting\": \"Na-achị\",\n    \"oversalts\": \"gbasaa\",\n    \"oversand\": \"gafee\",\n    \"oversanded\": \"gafee\",\n    \"oversanguine\": \"Okpomoku\",\n    \"oversanguinely\": \"overfang\",\n    \"oversanguineness\": \"nchịkwa nke ibu\",\n    \"oversapless\": \"okpu\",\n    \"oversate\": \"gafee\",\n    \"oversated\": \"Gbanyere\",\n    \"oversatiety\": \"imebiga ihe ókè\",\n    \"oversating\": \"Ogwu\",\n    \"oversatisfy\": \"ilekọta\",\n    \"oversaturate\": \"okpu\",\n    \"oversaturated\": \"buru ibu\",\n    \"oversaturating\": \"idochi\",\n    \"oversaturation\": \"Ochichi nke oke\",\n    \"oversauce\": \"gafee mba\",\n    \"oversaucy\": \"ibuo\",\n    \"oversauciness\": \"imebiga ihe ókè\",\n    \"oversave\": \"ofesi\",\n    \"oversaved\": \"okpu\",\n    \"oversaves\": \"gafee mba ọzọ\",\n    \"oversaving\": \"ịgafe ihe\",\n    \"oversaw\": \"Na-elekọta\",\n    \"overscare\": \"nlekọta\",\n    \"overscatter\": \"okpu\",\n    \"overscented\": \"tinyekwara\",\n    \"oversceptical\": \"overfektị\",\n    \"oversceptically\": \"gabiga ókè\",\n    \"overscepticalness\": \"nwebigaara ókè\",\n    \"overscepticism\": \"imebiga ihe ókè\",\n    \"overscore\": \"lekọta\",\n    \"overscored\": \"lekọtara\",\n    \"overscoring\": \"ịba okpu\",\n    \"overscour\": \"okpu\",\n    \"overscratch\": \"overcratch\",\n    \"overscrawl\": \"Ikpuchi\",\n    \"overscream\": \"Iju mmiri\",\n    \"overscribble\": \"a gafere ọnụ\",\n    \"overscrub\": \"okpu\",\n    \"overscrubbed\": \"Ojuju\",\n    \"overscrubbing\": \"Odogbo\",\n    \"overscruple\": \"okpu\",\n    \"overscrupled\": \"okpu\",\n    \"overscrupling\": \"Okpuchi\",\n    \"overscrupulosity\": \"okpokoro\",\n    \"overscrupulous\": \"imebiga ihe ókè\",\n    \"overscrupulously\": \"zoro ezo\",\n    \"overscrupulousness\": \"imebiga ihe ókè\",\n    \"overscurf\": \"okpu\",\n    \"overscutched\": \"overfek\",\n    \"oversea\": \"gafee\",\n    \"overseal\": \"ofesi\",\n    \"overseam\": \"ofesi\",\n    \"overseamer\": \"onye obia\",\n    \"oversearch\": \"nchịkwa\",\n    \"overseas\": \"ofesi\",\n    \"overseason\": \"oge ofesi\",\n    \"overseasoned\": \"okpu\",\n    \"overseated\": \"lebara anya\",\n    \"oversecrete\": \"iche\",\n    \"oversecreted\": \"karịrị akarị\",\n    \"oversecreting\": \"imebiga ihe ókè\",\n    \"oversecretion\": \"imebiga ihe ókè\",\n    \"oversecure\": \"kpuchido\",\n    \"oversecured\": \"chebe\",\n    \"oversecurely\": \"na-ekpuchi oke\",\n    \"oversecuring\": \"na-echekwa\",\n    \"oversecurity\": \"nlekọta\",\n    \"oversedation\": \"nlekọta\",\n    \"oversee\": \"lekọta\",\n    \"overseed\": \"gafere\",\n    \"overseeded\": \"nyefere\",\n    \"overseeding\": \"na-elekọta\",\n    \"overseeds\": \"gafere\",\n    \"overseeing\": \"ilekọta\",\n    \"overseen\": \"lekọtara\",\n    \"overseer\": \"onye nlekọta\",\n    \"overseerism\": \"nlekọta\",\n    \"overseers\": \"ndị nlekọta\",\n    \"overseership\": \"ụgbọ mmiri nlekọta\",\n    \"oversees\": \"na-elekọta\",\n    \"overseethe\": \"na-elekọta ihe a\",\n    \"overseing\": \"ilekọta\",\n    \"oversell\": \"gafee\",\n    \"overselling\": \"na-achịkwa\",\n    \"oversells\": \"Omenala\",\n    \"oversend\": \"gafee\",\n    \"oversensibility\": \"nlekọta\",\n    \"oversensible\": \"nwere ike\",\n    \"oversensibleness\": \"ikekwe\",\n    \"oversensibly\": \"gabigara ókè\",\n    \"oversensitive\": \"na-emebiga ihe ókè\",\n    \"oversensitively\": \"tinye uche\",\n    \"oversensitiveness\": \"imebiga ihe ókè\",\n    \"oversensitivity\": \"uche\",\n    \"oversensitize\": \"lezie anya\",\n    \"oversensitized\": \"lebanye anya\",\n    \"oversensitizing\": \"lebanye anya\",\n    \"oversententious\": \"gabiga ókè\",\n    \"oversentimental\": \"nwebiga ike ókè\",\n    \"oversentimentalism\": \"njikwa\",\n    \"oversentimentality\": \"ibufere uche\",\n    \"oversentimentalize\": \"tinye isi\",\n    \"oversentimentalized\": \"tinyekwuo anya\",\n    \"oversentimentalizing\": \"ilekọta anya\",\n    \"oversentimentally\": \"tinye uche\",\n    \"overserene\": \"Ebe nlebara anya\",\n    \"overserenely\": \"gabiga ókè\",\n    \"overserenity\": \"nlekọta\",\n    \"overserious\": \"gabiga ókè\",\n    \"overseriously\": \"gabiga ókè\",\n    \"overseriousness\": \"ọrụ karịrị akarị\",\n    \"overservice\": \"ọrụ nlekọta\",\n    \"overservile\": \"karịrị akarị\",\n    \"overservilely\": \"gabiga ókè\",\n    \"overservileness\": \"nchịkwa\",\n    \"overservility\": \"nlekọta\",\n    \"oversetter\": \"onye ozo\",\n    \"oversetting\": \"itinye aka\",\n    \"oversettled\": \"gbasaa\",\n    \"oversettlement\": \"oke ego\",\n    \"oversettling\": \"itinye aka\",\n    \"oversevere\": \"karịrị akarị\",\n    \"overseverely\": \"gabiga oke\",\n    \"oversevereness\": \"nlekọta\",\n    \"overseverity\": \"imebiga ihe ókè\",\n    \"oversew\": \"gafee\",\n    \"oversewed\": \"gafere\",\n    \"oversewing\": \"nlekọta\",\n    \"oversewn\": \"nlekọta anya\",\n    \"oversews\": \"ndị isi\",\n    \"oversexed\": \"ofesi\",\n    \"overshade\": \"gafee\",\n    \"overshaded\": \"ekpuchikwala\",\n    \"overshading\": \"ikpuchi\",\n    \"overshadow\": \"Ikpuchi\",\n    \"overshadowed\": \"kpuchie\",\n    \"overshadower\": \"ikpuchi\",\n    \"overshadowing\": \"na-ekpuchikwa\",\n    \"overshadowingly\": \"imebiga ihe ókè\",\n    \"overshadowment\": \"ikpuchie\",\n    \"overshadows\": \"na-ekpuchikwa\",\n    \"overshake\": \"ilefu ego\",\n    \"oversharp\": \"gafee ego\",\n    \"oversharpness\": \"ahịa\",\n    \"overshave\": \"overhave\",\n    \"oversheet\": \"mpempe akwụkwọ\",\n    \"overshelving\": \"na-elekọta\",\n    \"overshepherd\": \"onye nlekọta\",\n    \"overshine\": \"ilefu anya\",\n    \"overshined\": \"ekpuchiri ekpuchi\",\n    \"overshining\": \"na-ekpuchi anya\",\n    \"overshirt\": \"uwe ojii\",\n    \"overshoe\": \"okpu\",\n    \"overshoes\": \"okpu\",\n    \"overshone\": \"ekwentị\",\n    \"overshoot\": \"okpu\",\n    \"overshooting\": \"overhondo\",\n    \"overshoots\": \"okpu\",\n    \"overshort\": \"okpu\",\n    \"overshorten\": \"overhorten\",\n    \"overshortly\": \"overhortly\",\n    \"overshortness\": \"nlekọta\",\n    \"overshot\": \"okpu\",\n    \"overshoulder\": \"n'ubu\",\n    \"overshowered\": \"Gbanwee\",\n    \"overshrink\": \"ikpuchi\",\n    \"overshroud\": \"ikpuchi\",\n    \"oversick\": \"Okafe\",\n    \"overside\": \"buru ibu\",\n    \"oversides\": \"buru ibu\",\n    \"oversight\": \"nlekọta\",\n    \"oversights\": \"nlekọta\",\n    \"oversigned\": \"zigara\",\n    \"oversile\": \"gafee\",\n    \"oversilence\": \"nlekọta\",\n    \"oversilent\": \"na-achịkwa\",\n    \"oversilently\": \"jiri nlezianya\",\n    \"oversilentness\": \"nchịkwa\",\n    \"oversilver\": \"Na-ekpuchi\",\n    \"oversimple\": \"gabigara ókè\",\n    \"oversimpleness\": \"nwebiga ihe ókè\",\n    \"oversimply\": \"gabiga ókè\",\n    \"oversimplicity\": \"gabiga ókè\",\n    \"oversimplify\": \"mee ka ọ dịkwuo mfe\",\n    \"oversimplification\": \"imba ụba\",\n    \"oversimplifications\": \"overimplifim\",\n    \"oversimplified\": \"im gafere\",\n    \"oversimplifies\": \"im gafere\",\n    \"oversimplifying\": \"imba ụba\",\n    \"oversystematic\": \"karịrị usoro\",\n    \"oversystematically\": \"n'ụzọ zuru ezu\",\n    \"oversystematicalness\": \"nhazi usoro\",\n    \"oversystematize\": \"itinye aka na nhazi\",\n    \"oversystematized\": \"kesarita\",\n    \"oversystematizing\": \"ịhazi ihe\",\n    \"oversize\": \"gabiga ókè\",\n    \"oversized\": \"buru ibu\",\n    \"oversizing\": \"na-achịkwa\",\n    \"overskeptical\": \"gabigara ókè\",\n    \"overskeptically\": \"overfeptically\",\n    \"overskepticalness\": \"overfepticalness\",\n    \"overskeptticism\": \"Ocheekpom\",\n    \"overskim\": \"overkim\",\n    \"overskip\": \"gafee\",\n    \"overskipper\": \"overfepper\",\n    \"overskirt\": \"uwe elu\",\n    \"overslack\": \"overlack\",\n    \"overslander\": \"onye isi ala\",\n    \"overslaugh\": \"overlaịl\",\n    \"overslaughed\": \"overlaịl\",\n    \"overslaughing\": \"oversghara\",\n    \"overslavish\": \"gafee\",\n    \"overslavishly\": \"imebiga ihe ókè\",\n    \"overslavishness\": \"overlaịl\",\n    \"oversleep\": \"ihi ụra\",\n    \"oversleeping\": \"Ihi ụra\",\n    \"oversleeps\": \"na-ehi ụra\",\n    \"oversleeve\": \"overfeel\",\n    \"overslept\": \"lefuru anya\",\n    \"overslid\": \"kpuchie\",\n    \"overslidden\": \"gbaghara\",\n    \"overslide\": \"gbaba\",\n    \"oversliding\": \"gafere\",\n    \"overslight\": \"overlight\",\n    \"overslip\": \"nwepu\",\n    \"overslipped\": \"ejirila\",\n    \"overslipping\": \"Na-agagharị\",\n    \"overslips\": \"nwepu\",\n    \"overslipt\": \"ikpuchi\",\n    \"overslop\": \"Ofefe\",\n    \"overslope\": \"okpu\",\n    \"overslow\": \"overlow\",\n    \"overslowly\": \"jiri nlezianya\",\n    \"overslowness\": \"imebiga ihe ókè\",\n    \"overslur\": \"ikpuchi\",\n    \"oversmall\": \"overmall\",\n    \"oversman\": \"onye nlekọta\",\n    \"oversmite\": \"ikpuchi\",\n    \"oversmitten\": \"Okechi\",\n    \"oversmoke\": \"zobere\",\n    \"oversmooth\": \"Ofefe\",\n    \"oversmoothly\": \"gabiga ókè\",\n    \"oversmoothness\": \"Imebiga ihe ókè\",\n    \"oversness\": \"nlekọta\",\n    \"oversnow\": \"Ofefe\",\n    \"oversoak\": \"ofo\",\n    \"oversoaked\": \"Ojuju\",\n    \"oversoaking\": \"Idozi\",\n    \"oversoaks\": \"Onwu\",\n    \"oversoap\": \"ofo\",\n    \"oversoar\": \"idozi\",\n    \"oversocial\": \"ofofo\",\n    \"oversocialize\": \"lezie anya\",\n    \"oversocialized\": \"okpu\",\n    \"oversocializing\": \"lekọta anya\",\n    \"oversocially\": \"mba ofesi\",\n    \"oversock\": \"ofo\",\n    \"oversoft\": \"gafee\",\n    \"oversoften\": \"dịkarịsịrị ike\",\n    \"oversoftly\": \"oke\",\n    \"oversoftness\": \"imebiga ihe ókè\",\n    \"oversold\": \"gafere\",\n    \"oversolemn\": \"ofo\",\n    \"oversolemnity\": \"imebiga ihe ókè\",\n    \"oversolemnly\": \"overolemnly\",\n    \"oversolemnness\": \"overolemnness\",\n    \"oversolicitous\": \"ngafe\",\n    \"oversolicitously\": \"ngafe\",\n    \"oversolicitousness\": \"n'elu ịjụ ajụjụ\",\n    \"oversolidify\": \"dozie\",\n    \"oversolidification\": \"nchịkwa\",\n    \"oversolidified\": \"Gosiputa\",\n    \"oversolidifying\": \"idozi\",\n    \"oversoon\": \"gafere\",\n    \"oversoothing\": \"imebiga ihe ókè\",\n    \"oversoothingly\": \"ofo\",\n    \"oversophisticated\": \"Ofefe\",\n    \"oversophistication\": \"nwekwaranụ\",\n    \"oversorrow\": \"nnyefe\",\n    \"oversorrowed\": \"Gbanyere\",\n    \"oversorrowful\": \"elekwa anya\",\n    \"oversorrowfully\": \"gabiga ókè\",\n    \"oversorrowfulness\": \"nnyefe\",\n    \"oversot\": \"okpu\",\n    \"oversoul\": \"okpu\",\n    \"oversouls\": \"okpu\",\n    \"oversound\": \"gafee mba ofesi\",\n    \"oversour\": \"ofesi\",\n    \"oversourly\": \"ofesi\",\n    \"oversourness\": \"okpu\",\n    \"oversow\": \"gafere\",\n    \"oversowed\": \"kpuchie\",\n    \"oversowing\": \"Ihe nlele\",\n    \"oversown\": \"gafee\",\n    \"overspacious\": \"okpu\",\n    \"overspaciously\": \"overyọkọtị\",\n    \"overspaciousness\": \"imebiga ihe ókè\",\n    \"overspan\": \"Ofefe\",\n    \"overspangled\": \"okpu\",\n    \"overspanned\": \"Gbanyere\",\n    \"overspanning\": \"Ofefe\",\n    \"oversparing\": \"imebiga ihe ókè\",\n    \"oversparingly\": \"gabiga ókè\",\n    \"oversparingness\": \"imebiga ihe ókè\",\n    \"oversparred\": \"overfar\",\n    \"overspatter\": \"onyena-agbasa\",\n    \"overspeak\": \"gabiga ókè\",\n    \"overspeaking\": \"imebiga ihe ókè\",\n    \"overspecialization\": \"ụlọ ọrụ\",\n    \"overspecialize\": \"okachasi\",\n    \"overspecialized\": \"ọpụrụiche\",\n    \"overspecializes\": \"ọkachamara\",\n    \"overspecializing\": \"okachasi\",\n    \"overspeculate\": \"karịrị akarị\",\n    \"overspeculated\": \"karịrị akarị\",\n    \"overspeculating\": \"igbanwe ego\",\n    \"overspeculation\": \"ịba ụba\",\n    \"overspeculative\": \"uche ahia\",\n    \"overspeculatively\": \"ọpụpụ\",\n    \"overspeculativeness\": \"ịba ụba\",\n    \"overspeed\": \"gafere\",\n    \"overspeedy\": \"overpepe\",\n    \"overspeedily\": \"karịrị akarị\",\n    \"overspeediness\": \"ibufere\",\n    \"overspend\": \"gafee ego\",\n    \"overspender\": \"gafere ego\",\n    \"overspending\": \"karịrị akarị\",\n    \"overspends\": \"gafere ego\",\n    \"overspent\": \"overfon\",\n    \"overspice\": \"ugwo\",\n    \"overspiced\": \"zụrụ ahịa\",\n    \"overspicing\": \"imebiga ihe ókè\",\n    \"overspill\": \"oke ego\",\n    \"overspilled\": \"gafere ego\",\n    \"overspilling\": \"tinye ego\",\n    \"overspilt\": \"zụrụ\",\n    \"overspin\": \"gafee\",\n    \"overspins\": \"okpu\",\n    \"oversplash\": \"okpu\",\n    \"overspoke\": \"nnabata\",\n    \"overspoken\": \"ọ gaferela\",\n    \"overspread\": \"gbasaa\",\n    \"overspreading\": \"ịba ụba\",\n    \"overspreads\": \"gbasaa\",\n    \"overspring\": \"overfek\",\n    \"oversprinkle\": \"ifogbe\",\n    \"oversprung\": \"zụrụ\",\n    \"overspun\": \"okpu\",\n    \"oversqueak\": \"Ogwu\",\n    \"oversqueamish\": \"okpu\",\n    \"oversqueamishly\": \"okirikiri\",\n    \"oversqueamishness\": \"okirikiri\",\n    \"oversshot\": \"okpu\",\n    \"overstaff\": \"overtaff\",\n    \"overstayal\": \"overtayal\",\n    \"overstayed\": \"Ochichi\",\n    \"overstaying\": \"ovestay\",\n    \"overstain\": \"gafere\",\n    \"overstays\": \"ovestays\",\n    \"overstale\": \"karịrị akarị\",\n    \"overstalely\": \"karịrị akarị\",\n    \"overstaleness\": \"ibu ibu\",\n    \"overstanding\": \"ịveụbigabiga ókè ókè\",\n    \"overstaring\": \"ị oụbiga mmanya ókè\",\n    \"overstate\": \"nwebiga ike ókè\",\n    \"overstated\": \"nwebigara ókè\",\n    \"overstately\": \"overstly\",\n    \"overstatements\": \"overstatha\",\n    \"overstates\": \"nwebigara ókè\",\n    \"overstating\": \"ovestally\",\n    \"oversteadfast\": \"imebiga ihe ókè\",\n    \"oversteadfastly\": \"gafee ókè\",\n    \"oversteadfastness\": \"imebiga ihe ókè\",\n    \"oversteady\": \"Ozo\",\n    \"oversteadily\": \"gafee\",\n    \"oversteadiness\": \"imebiga ihe ókè\",\n    \"oversteer\": \"gafere\",\n    \"overstep\": \"Ofefe\",\n    \"overstepped\": \"gafere\",\n    \"overstepping\": \"Ozo\",\n    \"oversteps\": \"gafere\",\n    \"overstiffen\": \"gafere\",\n    \"overstifle\": \"kwupụta\",\n    \"overstimulate\": \"tinyebiga oke ókè\",\n    \"overstimulated\": \"tinyebiga oke ókè\",\n    \"overstimulating\": \"ovestimim over\",\n    \"overstirred\": \"imebiga ihe ókè\",\n    \"overstirs\": \"ndị isi\",\n    \"overstock\": \"okpu\",\n    \"overstocked\": \"okpu\",\n    \"overstocking\": \"imebiga ihe ókè\",\n    \"overstocks\": \"okpu\",\n    \"overstood\": \"tinyebiga oke ókè\",\n    \"overstoop\": \"Overstoop\",\n    \"overstoping\": \"imebiga ihe ókè\",\n    \"overstored\": \"karịrị akarị\",\n    \"overstoring\": \"ịveụbiga mmanya ókè\",\n    \"overstout\": \"ngafe\",\n    \"overstoutly\": \"gabiga ókè\",\n    \"overstoutness\": \"imebiga ihe ókè\",\n    \"overstowage\": \"nwebigara ókè\",\n    \"overstowed\": \"okpokoro\",\n    \"overstraighten\": \"imebigawanye ókè\",\n    \"overstraightly\": \"n'ụzọ gabigara ókè\",\n    \"overstraightness\": \"nwebigara oke ókè\",\n    \"overstraining\": \"ikwubiga ókè\",\n    \"overstrength\": \"overe ike\",\n    \"overstrengthen\": \"tinyekwuo ike\",\n    \"overstress\": \"nwebigara ókè\",\n    \"overstressed\": \"karịrị akarị\",\n    \"overstretch\": \"Ogologo\",\n    \"overstretched\": \"agbatịala\",\n    \"overstretching\": \"overetretset\",\n    \"overstrew\": \"tinyekwuo\",\n    \"overstrewing\": \"oversting\",\n    \"overstrict\": \"gafere oke\",\n    \"overstrictly\": \"oke ike\",\n    \"overstrictness\": \"oke oke\",\n    \"overstride\": \"Ogochukwu\",\n    \"overstridence\": \"nwebiga ike ókè\",\n    \"overstrident\": \"Okirikiri\",\n    \"overstridentness\": \"ibufere oke\",\n    \"overstriking\": \"overstri ókè\",\n    \"overstringing\": \"imebiga ihe ókè\",\n    \"overstrive\": \"nwebiga ike ókè\",\n    \"overstriving\": \"overstriing\",\n    \"overstrode\": \"Ogochukwu\",\n    \"overstrove\": \"Overstrove\",\n    \"overstruck\": \"ovestruck\",\n    \"overstudied\": \"ghafere\",\n    \"overstudying\": \"imebiga ihe ókè\",\n    \"overstudiousness\": \"overstudbiga oke\",\n    \"oversublime\": \"gafere\",\n    \"oversubscribe\": \"debanye aha na ngalaba\",\n    \"oversubscribed\": \"nyefee\",\n    \"oversubscribes\": \"debanye aha\",\n    \"oversubscribing\": \"ubdebanye aha\",\n    \"oversubscription\": \"ntinye akwụkwọ\",\n    \"oversubtile\": \"gafere\",\n    \"oversubtle\": \"gafere\",\n    \"oversubtlety\": \"gafere\",\n    \"oversubtly\": \"overububly\",\n    \"oversufficiency\": \"nchịkwa\",\n    \"oversufficient\": \"karịrị akarị\",\n    \"oversufficiently\": \"karịrị akarị\",\n    \"oversum\": \"gafere\",\n    \"oversup\": \"nlekọta\",\n    \"oversuperstitious\": \"okpu\",\n    \"oversuperstitiously\": \"okpu\",\n    \"oversuperstitiousness\": \"ikpu okpu\",\n    \"oversupped\": \"uma\",\n    \"oversupping\": \"Ikwusi\",\n    \"oversupply\": \"gabiga\",\n    \"oversupplied\": \"kpuchie elu\",\n    \"oversupplies\": \"okpu\",\n    \"oversupplying\": \"ububiga ókè\",\n    \"oversups\": \"Nlekọta\",\n    \"oversure\": \"gafere\",\n    \"oversured\": \"Ghara\",\n    \"oversurely\": \"overfly\",\n    \"oversureness\": \"nchịkwa\",\n    \"oversurety\": \"ibuchi\",\n    \"oversurge\": \"ime mmụọ\",\n    \"oversuring\": \"nlekọta\",\n    \"oversurviving\": \"dị ndụ\",\n    \"oversusceptibility\": \"nwebigaara ikike\",\n    \"oversusceptible\": \"nwekwaa\",\n    \"oversusceptibleness\": \"nwere ike ịda mba\",\n    \"oversusceptibly\": \"gabiga ókè\",\n    \"oversuspicious\": \"okpokoro\",\n    \"oversuspiciously\": \"okpokoro\",\n    \"oversuspiciousness\": \"okirikiri\",\n    \"oversway\": \"gabiga\",\n    \"overswarm\": \"overwarm\",\n    \"overswarming\": \"Ojuju\",\n    \"overswarth\": \"mkpuchi\",\n    \"oversweated\": \"Gbanwee\",\n    \"oversweep\": \"gafee\",\n    \"oversweet\": \"Gbanyụọ\",\n    \"oversweeten\": \"tinyekwuo\",\n    \"oversweetly\": \"oversawly\",\n    \"oversweetness\": \"Ikwupụta okwu\",\n    \"overswell\": \"gafere\",\n    \"overswelled\": \"elekọta\",\n    \"overswelling\": \"Na-ekpuchi\",\n    \"overswift\": \"overwift\",\n    \"overswim\": \"overwim\",\n    \"overswimmer\": \"overwimmer\",\n    \"overswing\": \"Na-ekpuchi\",\n    \"overswinging\": \"overing\",\n    \"overswirling\": \"Na-ekpuchi\",\n    \"overswollen\": \"overwollen\",\n    \"overt\": \"gafere\",\n    \"overtakable\": \"gafere\",\n    \"overtake\": \"gafere\",\n    \"overtaken\": \"gabiga\",\n    \"overtaker\": \"gafere\",\n    \"overtakers\": \"ndị na-eme ihe ike\",\n    \"overtakes\": \"gafere\",\n    \"overtaking\": \"chụkwute\",\n    \"overtalk\": \"gafere\",\n    \"overtalkative\": \"iheghari\",\n    \"overtalkatively\": \"ịgbanyụ\",\n    \"overtalkativeness\": \"igbankwu okwu\",\n    \"overtalker\": \"gafere\",\n    \"overtame\": \"merie\",\n    \"overtamely\": \"nke ọma\",\n    \"overtameness\": \"ochichi\",\n    \"overtapped\": \"overtap\",\n    \"overtare\": \"overta\",\n    \"overtariff\": \"overtarifa\",\n    \"overtart\": \"kpuchie\",\n    \"overtartly\": \"gabiga\",\n    \"overtartness\": \"akọrọ\",\n    \"overtask\": \"obubia\",\n    \"overtasked\": \"gbanwere\",\n    \"overtasking\": \"asma\",\n    \"overtasks\": \"achaba\",\n    \"overtaught\": \"overtata\",\n    \"overtaxing\": \"karịrị akarị\",\n    \"overteach\": \"overfeach\",\n    \"overteaching\": \"overfeaching\",\n    \"overtechnical\": \"ọfụma\",\n    \"overtechnicality\": \"karịrị akarị\",\n    \"overtedious\": \"gabiga ókè\",\n    \"overtediously\": \"gabiga ókè\",\n    \"overtediousness\": \"uche zuru oke\",\n    \"overteem\": \"imebiga ihe ókè\",\n    \"overtell\": \"merie\",\n    \"overtelling\": \"ịghaghasị\",\n    \"overtempt\": \"kpochie\",\n    \"overtenacious\": \"imebiga ihe ókè\",\n    \"overtenaciousness\": \"imebiga ihe ókè\",\n    \"overtenacity\": \"imebiga ihe ókè\",\n    \"overtender\": \"gafere\",\n    \"overtenderly\": \"gafee\",\n    \"overtenderness\": \"ike\",\n    \"overtense\": \"imebiga ihe ókè\",\n    \"overtensely\": \"okwubighara\",\n    \"overtenseness\": \"nwebiga ike\",\n    \"overtension\": \"nkwughachi\",\n    \"overterrible\": \"gabiga ókè\",\n    \"overtheatricalness\": \"ọrụ overtheatricness\",\n    \"overtheorization\": \"overororization\",\n    \"overtheorize\": \"imebiga ihe ókè\",\n    \"overtheorized\": \"overoreorized\",\n    \"overtheorizing\": \"ịba ụba\",\n    \"overthick\": \"kwatuo\",\n    \"overthickly\": \"N'ike\",\n    \"overthickness\": \"nkwanye ugwu\",\n    \"overthin\": \"kwatuo\",\n    \"overthink\": \"tụgharịa\",\n    \"overthinly\": \"N'agha\",\n    \"overthinness\": \"nweghi ike\",\n    \"overthoughtful\": \"overthought\",\n    \"overthoughtfulness\": \"imebiga ihe ókè\",\n    \"overthrew\": \"kwatuo\",\n    \"overthrifty\": \"nwe obodo ike\",\n    \"overthriftily\": \"Ikechukwu\",\n    \"overthriftiness\": \"ikike\",\n    \"overthrong\": \"Ikekwe\",\n    \"overthrow\": \"kwatuo\",\n    \"overthrowable\": \"kwatuo\",\n    \"overthrowal\": \"kwatuo\",\n    \"overthrower\": \"kwatuo\",\n    \"overthrowers\": \"ndị na-akụda obi\",\n    \"overthrowing\": \"akwatu\",\n    \"overthrown\": \"kwaturu ya\",\n    \"overthrows\": \"ịkwatu\",\n    \"overthrust\": \"nkwenye\",\n    \"overthwart\": \"ịkwatu\",\n    \"overthwartarchaic\": \"Ikwusi-ike\",\n    \"overthwartly\": \"na-achị\",\n    \"overthwartness\": \"nwekwanu ike\",\n    \"overthwartways\": \"Ugboro abụọ\",\n    \"overthwartwise\": \"na-agbada\",\n    \"overtide\": \"gafee\",\n    \"overtight\": \"gafere\",\n    \"overtightly\": \"karịrị akarị\",\n    \"overtightness\": \"okwukwu\",\n    \"overtill\": \"merie\",\n    \"overtimbered\": \"okpufere\",\n    \"overtime\": \"oge n'aga\",\n    \"overtimed\": \"oge n'aga\",\n    \"overtimer\": \"gafere\",\n    \"overtimes\": \"oge\",\n    \"overtimid\": \"oge n'aga\",\n    \"overtimidity\": \"karịrị ụjọ\",\n    \"overtimidly\": \"n'ụzọ doro anya\",\n    \"overtimidness\": \"egwu\",\n    \"overtiming\": \"na-agafe\",\n    \"overtimorous\": \"karịrị akarị\",\n    \"overtimorously\": \"n'ụzọ doro anya\",\n    \"overtimorousness\": \"nnabata\",\n    \"overtinsel\": \"ihe karịrị\",\n    \"overtinseled\": \"overtinseed\",\n    \"overtinseling\": \"na-agafe\",\n    \"overtint\": \"gafere\",\n    \"overtip\": \"overtop\",\n    \"overtyped\": \"overtypedị\",\n    \"overtippled\": \"karịrị akarị\",\n    \"overtire\": \"gafee\",\n    \"overtiredness\": \"overtired\",\n    \"overtires\": \"overtired\",\n    \"overtiring\": \"gafere\",\n    \"overtitle\": \"ndepụta okwu\",\n    \"overtly\": \"karịrị akarị\",\n    \"overtness\": \"nkwupụta\",\n    \"overtoe\": \"gafee\",\n    \"overtoiling\": \"Idozi\",\n    \"overtoise\": \"imebiga ihe ókè\",\n    \"overtold\": \"ebufeela\",\n    \"overtolerance\": \"ndidi\",\n    \"overtolerant\": \"ekweghị\",\n    \"overtone\": \"olu n'elu\",\n    \"overtones\": \"ihe karịrị akarị\",\n    \"overtook\": \"chụkwute\",\n    \"overtorture\": \"kpuchie\",\n    \"overtortured\": \"ọ gaferela\",\n    \"overtorturing\": \"na-achọgharị\",\n    \"overtower\": \"ụlọ elu\",\n    \"overtrade\": \"gafee\",\n    \"overtraded\": \"gbanwere\",\n    \"overtrained\": \"overtratra\",\n    \"overtraining\": \"ọrụ\",\n    \"overtrample\": \"gbasaa\",\n    \"overtread\": \"gafere\",\n    \"overtreading\": \"na-agagharị\",\n    \"overtreatment\": \"Ndabere\",\n    \"overtrick\": \"zuo oke\",\n    \"overtrim\": \"kpuchie\",\n    \"overtrimme\": \"overferelị\",\n    \"overtrimmed\": \"kpuchiri\",\n    \"overtrimming\": \"na-ekpuchi\",\n    \"overtrims\": \"gafee\",\n    \"overtrod\": \"kpochapu\",\n    \"overtrodden\": \"okpu\",\n    \"overtrouble\": \"okwute\",\n    \"overtroubled\": \"gbanwere\",\n    \"overtroubling\": \"Ogbe\",\n    \"overtrue\": \"kpuchie\",\n    \"overtruly\": \"karịrị akarị\",\n    \"overtrump\": \"kpuchie\",\n    \"overtrust\": \"ntụkwasị obi\",\n    \"overtrustful\": \"ntụkwasị obi\",\n    \"overtrustfully\": \"ikwenye ekwenye\",\n    \"overtrustfulness\": \"ntụkwasị obi\",\n    \"overtrusting\": \"overttụkwasị obi\",\n    \"overtruthful\": \"Ekwensu\",\n    \"overtruthfully\": \"n'ụzọ doro anya\",\n    \"overtruthfulness\": \"ikwupụta okwu efu\",\n    \"overtumble\": \"daa\",\n    \"overture\": \"gafee\",\n    \"overtured\": \"na-agafe\",\n    \"overtures\": \"na-agafe\",\n    \"overturing\": \"na-agafe\",\n    \"overturn\": \"tugharia\",\n    \"overturnable\": \"nkwonkwo\",\n    \"overturned\": \"kwaturu\",\n    \"overturner\": \"tugharia\",\n    \"overturning\": \"na-akụda mmụọ\",\n    \"overturns\": \"kpuchie\",\n    \"overtutor\": \"ebido\",\n    \"overtwine\": \"overwine\",\n    \"overtwist\": \"Odogwu\",\n    \"overuberous\": \"gabiga ókè\",\n    \"overunionize\": \"imebiga ihe ókè\",\n    \"overunionizing\": \"imebiga ihe ókè\",\n    \"overurbanization\": \"urbghafeghari\",\n    \"overurbanizing\": \"urbgba aghara\",\n    \"overurging\": \"na-asọpụrụ\",\n    \"overuse\": \"gabiga ókè\",\n    \"overusing\": \"na-emebiga ihe ókè\",\n    \"overusual\": \"gabiga ókè\",\n    \"overusually\": \"gabiga ókè\",\n    \"overvaliant\": \"karịrị akarị\",\n    \"overvaliantly\": \"gabiga ókè\",\n    \"overvaliantness\": \"imebiga ihe ókè\",\n    \"overvaluable\": \"karịrị akarị\",\n    \"overvaluableness\": \"overvaluable\",\n    \"overvaluation\": \"nyocha\",\n    \"overvalue\": \"karịrị akarị\",\n    \"overvariation\": \"ngbanwe\",\n    \"overvaried\": \"overvari\",\n    \"overvariety\": \"karịrị akarị\",\n    \"overvarying\": \"imebiga ihe ókè\",\n    \"overvehemence\": \"imebiga ihe ókè\",\n    \"overvehement\": \"overvement\",\n    \"overvehemently\": \"gabiga ókè\",\n    \"overvehementness\": \"ike gabigara ókè\",\n    \"overventilating\": \"imebiga ihe ókè\",\n    \"overventuresome\": \"karịrị akarị\",\n    \"overventurous\": \"karịrị akarị\",\n    \"overventurously\": \"karịrị akarị\",\n    \"overventurousness\": \"imebiga ihe ókè\",\n    \"overview\": \"nnyocha\",\n    \"overviews\": \"nyocha\",\n    \"overvigorous\": \"gabiga ókè\",\n    \"overvigorously\": \"gabiga ókè\",\n    \"overvigorousness\": \"imebiga ihe ókè\",\n    \"overviolent\": \"emebiga ihe ókè\",\n    \"overviolently\": \"aghara aghara\",\n    \"overviolentness\": \"imebiga ihe ókè\",\n    \"overvoted\": \"merie\",\n    \"overvoting\": \"agbagọ\",\n    \"overwade\": \"overwado\",\n    \"overway\": \"gafere\",\n    \"overwander\": \"gafee\",\n    \"overward\": \"gafere\",\n    \"overwarily\": \"overwarwar\",\n    \"overwater\": \"mmiri gafere\",\n    \"overweakness\": \"Iju oke ibu\",\n    \"overwealth\": \"oke ibu\",\n    \"overwealthy\": \"bara ọgaranya\",\n    \"overweaponed\": \"karịrị akarị\",\n    \"overwear\": \"uwe elu\",\n    \"overweary\": \"overweari\",\n    \"overwearied\": \"overweari\",\n    \"overwearying\": \"overweary\",\n    \"overwearing\": \"overwe\",\n    \"overwears\": \"overwea\",\n    \"overweave\": \"overwea\",\n    \"overweigh\": \"buru ibu\",\n    \"overweighed\": \"buru oke ibu\",\n    \"overweighing\": \"buru ibu\",\n    \"overweighs\": \"karịrị akarị\",\n    \"overweight\": \"buru ibu\",\n    \"overweightage\": \"ibu ibu\",\n    \"overweighted\": \"buru oke ibu\",\n    \"overweighting\": \"buru ibu\",\n    \"overwell\": \"gabiga\",\n    \"overwent\": \"overww\",\n    \"overwhelm\": \"rikpu\",\n    \"overwhelmed\": \"rikpuo\",\n    \"overwhelmer\": \"karịrị akarị\",\n    \"overwhelming\": \"akarị\",\n    \"overwhelmingly\": \"karịrị akarị\",\n    \"overwhelmingness\": \"akari\",\n    \"overwhelms\": \"rikpuo\",\n    \"overwhipped\": \"overwhi\",\n    \"overwide\": \"n'ofe\",\n    \"overwidely\": \"gabiga ókè\",\n    \"overwily\": \"gabiga ókè\",\n    \"overwillingly\": \"overwill overwill\",\n    \"overwillingness\": \"imebiga ihe ókè\",\n    \"overwing\": \"overing\",\n    \"overwintered\": \"overwint\",\n    \"overwiped\": \"overwipu\",\n    \"overwisdom\": \"imezu\",\n    \"overwise\": \"imebiga ihe ókè\",\n    \"overwisely\": \"overwisw\",\n    \"overwithered\": \"o rikpuru\",\n    \"overwooded\": \"overwood\",\n    \"overwoody\": \"Oke osisi\",\n    \"overword\": \"okwu\",\n    \"overwork\": \"arụbiga ọrụ ókè\",\n    \"overworked\": \"arụbiga ọrụ ókè\",\n    \"overworking\": \"arụ ọrụ karịrị akarị\",\n    \"overworks\": \"arụbiga ọrụ ókè\",\n    \"overworld\": \"ụwa\",\n    \"overworry\": \"ọrụ gabigara ókè\",\n    \"overworship\": \"N'elu ofufe\",\n    \"overwrested\": \"overwrestw\",\n    \"overwrought\": \"overwrow\",\n    \"overwwrought\": \"rikpu\",\n    \"overzealous\": \"ekwo oke\",\n    \"overzealously\": \"ekworo\",\n    \"overzealousness\": \"ekworo\",\n    \"ovest\": \"oest\",\n    \"ovibos\": \"Obobos\",\n    \"ovicapsule\": \"oystapsule\",\n    \"ovicide\": \"Ovicide\",\n    \"ovicides\": \"Ovicides\",\n    \"ovicyst\": \"oystyst\",\n    \"ovicystic\": \"ochicho\",\n    \"oviculated\": \"anya\",\n    \"oviculum\": \"Oviculum\",\n    \"ovid\": \"Ovid\",\n    \"ovidian\": \"Ovidian\",\n    \"oviduct\": \"Oviduct\",\n    \"oviductal\": \"Nkechi\",\n    \"oviferous\": \"osiso\",\n    \"ovification\": \"nyocha\",\n    \"ovigerous\": \"na-eme mkpọtụ\",\n    \"oviparous\": \"acha uhie uhie\",\n    \"oviparously\": \"n'ụzọ\",\n    \"oviparousness\": \"Oju anya\",\n    \"oviposited\": \"tinye\",\n    \"ovipositing\": \"Ntinye\",\n    \"ovipositor\": \"ovupositor\",\n    \"oviscapt\": \"Oviscapt\",\n    \"ovist\": \"akwa\",\n    \"ovistic\": \"nyocha\",\n    \"ovogenous\": \"eto\",\n    \"ovoid\": \"zere\",\n    \"ovological\": \"n'ihi na\",\n    \"ovologist\": \"ọkà mmụta banyere ovologist\",\n    \"ovonics\": \"akpa nwa\",\n    \"ovorhomboidal\": \"nwekwamgbali\",\n    \"ovotesticular\": \"okpokoro\",\n    \"ovoviviparous\": \"Ovoviviparous\",\n    \"ovulary\": \"ovary\",\n    \"ovularian\": \"ovulation\",\n    \"ovulated\": \"azụrụ\",\n    \"ovulates\": \"na-agba ume\",\n    \"ovulating\": \"na-eme ka ọ dị ọcha\",\n    \"ovulations\": \"akwa\",\n    \"ovulatory\": \"ovulation\",\n    \"ovuligerous\": \"na-eme mkpọtụ\",\n    \"ovulist\": \"onye isi\",\n    \"ovulum\": \"akwukwo\",\n    \"ovum\": \"akwa\",\n    \"owe\": \"ji\",\n    \"owed\": \"ji\",\n    \"owelty\": \"ikwusi\",\n    \"ower\": \"were\",\n    \"owerance\": \"ụgwọ\",\n    \"owerby\": \"nweghachi\",\n    \"owercome\": \"tinyegogo\",\n    \"owerloup\": \"Owerloup\",\n    \"owes\": \"ụgwọ\",\n    \"owght\": \"kwesiri\",\n    \"owhere\": \"enweghị ebe\",\n    \"owing\": \"ụgwọ\",\n    \"owk\": \"ikwiikwii\",\n    \"owl\": \"ikwiikwii\",\n    \"owldom\": \"okpo\",\n    \"owler\": \"ugwo\",\n    \"owlery\": \"Okwesili\",\n    \"owleries\": \"ụgwọ\",\n    \"owlet\": \"ikwiikwii\",\n    \"owlets\": \"obere akpa\",\n    \"socage\": \"mmekọrịta\",\n    \"socager\": \"na-elekọta\",\n    \"socages\": \"mmekọrịta\",\n    \"soccer\": \"bọọlụ\",\n    \"soccerist\": \"gbaa bọọlụ\",\n    \"soccerite\": \"ịgba bọl\",\n    \"sociability\": \"mmekọrịta\",\n    \"sociabilities\": \"mmekọrịta ọha\",\n    \"sociable\": \"nwee mmekọrịta\",\n    \"sociableness\": \"iso ndị mmadụ\",\n    \"sociables\": \"ọha mmadụ\",\n    \"sociably\": \"na-elekọta mmadụ\",\n    \"social\": \"elekọta mmadụ\",\n    \"sociales\": \"mmekọrịta\",\n    \"socialisation\": \"ịkpakọrịta\",\n    \"socialise\": \"na-akpakọrịta\",\n    \"socialised\": \"na-elekọta mmadụ\",\n    \"socialising\": \"na-elekọta mmadụ\",\n    \"socialism\": \"mmekọrịta ọhaneze\",\n    \"socialist\": \"onyeotu\",\n    \"socialistic\": \"onyeotu\",\n    \"socialistically\": \"na-elekọta mmadụ\",\n    \"socialists\": \"ndị na-elekọta mmadụ\",\n    \"socialite\": \"na-elekọta mmadụ\",\n    \"socialites\": \"ndị na-elekọta mmadụ\",\n    \"sociality\": \"elekọta mmadụ\",\n    \"socialities\": \"ndị na-elekọta mmadụ\",\n    \"socializable\": \"nwee mmekọrịta\",\n    \"socialization\": \"ịkpakọrịta\",\n    \"socializations\": \"ịkpakọrịta\",\n    \"socialize\": \"na-akpakọrịta\",\n    \"socialized\": \"na-elekọta mmadụ\",\n    \"socializer\": \"onye na-elekọta mmadụ\",\n    \"socializers\": \"ndị na-elekọta mmadụ\",\n    \"socializes\": \"na-elekọta mmadụ\",\n    \"socializing\": \"na-elekọta mmadụ\",\n    \"socially\": \"mmekọrịta mmadụ na ibe ya\",\n    \"socialness\": \"mmekọrịta mmadụ na ibe ya\",\n    \"socials\": \"mmekọrịta\",\n    \"sociate\": \"na-akpakọrịta\",\n    \"sociation\": \"mkpakọrịta\",\n    \"sociative\": \"mkpakọrịta\",\n    \"socies\": \"elekọta mmadụ\",\n    \"societal\": \"otu\",\n    \"societally\": \"ọha\",\n    \"societary\": \"mmekọrịta\",\n    \"societarian\": \"onye ọhaneze\",\n    \"societarianism\": \"mmekọrịta ọha mmadụ\",\n    \"societas\": \"ọha\",\n    \"societe\": \"soro\",\n    \"societeit\": \"na-elekọta mmadụ\",\n    \"society\": \"ọha mmadụ\",\n    \"societies\": \"obodo\",\n    \"societyese\": \"ọhaneze\",\n    \"societified\": \"mmekọrịta\",\n    \"societyish\": \"ọha\",\n    \"societyless\": \"enweghị ndị mmadụ\",\n    \"societism\": \"mmekọrịta ọha mmadụ\",\n    \"societist\": \"onye ọhaneze\",\n    \"societology\": \"mmekọrịta ọha na eze\",\n    \"societologist\": \"ọkà mmụta mmekọrịta ọha na eze\",\n    \"sociocentricity\": \"mmekọrịta ọha na eze\",\n    \"sociocentrism\": \"mmekọrịta ọha na eze\",\n    \"socioeconomic\": \"akụ na ụba\",\n    \"socioeconomically\": \"akụ na ụba\",\n    \"sociol\": \"mmekọrịta\",\n    \"sociolatry\": \"mmekọrịta ọha na eze\",\n    \"sociolinguistic\": \"ọdịmma mmadụ\",\n    \"sociolinguistics\": \"nkà mmụta mmekọrịta ọha na eze\",\n    \"sociologic\": \"mmekọrịta mmadụ na ibe ya\",\n    \"sociological\": \"mmekọrịta mmadụ na ibe ya\",\n    \"sociologically\": \"na mmekọrịta mmadu na ibe ya\",\n    \"sociologies\": \"mmekọrịta mmadụ na ibe ya\",\n    \"sociologism\": \"mmekọrịta ọha na eze\",\n    \"sociologist\": \"ọkà mmụta mmekọrịta ọha na eze\",\n    \"sociologistic\": \"mmekọrịta mmadụ na ibe ya\",\n    \"sociologistically\": \"na-elekọta mmadụ\",\n    \"sociologists\": \"ndị ọkà mmụta mmekọrịta ọha na eze\",\n    \"sociologize\": \"na-elekọta mmadụ\",\n    \"sociologizing\": \"na-elekọta mmadụ\",\n    \"sociomedical\": \"mmekọrịta mmadụ na ibe ya\",\n    \"sociometry\": \"mmekọrịta ọha\",\n    \"sociometric\": \"mmekọrịta ọha\",\n    \"socionomy\": \"mmekọrịta\",\n    \"socionomic\": \"mmekọrịta\",\n    \"socionomics\": \"mmekọrịta\",\n    \"sociophagous\": \"iheanacho\",\n    \"sociosexual\": \"mmekọrịta nwoke na nwaanyị\",\n    \"sociosexuality\": \"mmekọrịta nwoke na nwanyị\",\n    \"sociosexualities\": \"mmekọrịta nwoke na nwanyị\",\n    \"sociotechnical\": \"nkà na ụzụ\",\n    \"socius\": \"mmekọrịta\",\n    \"sock\": \"sọks\",\n    \"socked\": \"sọks\",\n    \"sockeye\": \"nwe mmekọrịta\",\n    \"sockeyes\": \"nweke\",\n    \"socker\": \"sọka\",\n    \"sockeroos\": \"nwekeroos\",\n    \"socket\": \"anya\",\n    \"socketed\": \"anya\",\n    \"socketing\": \"soketing\",\n    \"socketless\": \"enweghị aka\",\n    \"socking\": \"sọks\",\n    \"sockless\": \"sọks\",\n    \"socklessness\": \"enweghị uche\",\n    \"sockmaker\": \"sọks\",\n    \"sockmaking\": \"sọks\",\n    \"sockmen\": \"sọks\",\n    \"socks\": \"sọks\",\n    \"socle\": \"soso\",\n    \"socles\": \"mmekọrịta\",\n    \"socmanry\": \"obodo\",\n    \"socmen\": \"otu\",\n    \"socorrito\": \"sosorito\",\n    \"socotran\": \"sootran\",\n    \"socotri\": \"sootri\",\n    \"socotrine\": \"sootrine\",\n    \"socrates\": \"na-elekọta\",\n    \"socratic\": \"mmekọrịta\",\n    \"socratically\": \"n'ụzọ ọha\",\n    \"socraticism\": \"mmekọrịta ọha na eze\",\n    \"socratism\": \"mmekọrịta ọha na eze\",\n    \"socratist\": \"onye na-elekọta mmadụ\",\n    \"sodaic\": \"soda\",\n    \"sodaless\": \"enweghị soda\",\n    \"sodalists\": \"ndị sodalist\",\n    \"sodality\": \"ndụ aka\",\n    \"sodalities\": \"okpu\",\n    \"sodawater\": \"mmiri soda\",\n    \"sodded\": \"gbanye\",\n    \"soddened\": \"sodden\",\n    \"soddening\": \"izu ụka\",\n    \"soddenness\": \"ikpere\",\n    \"soddy\": \"Udiri\",\n    \"sodding\": \"sodọn\",\n    \"sody\": \"soy\",\n    \"sodic\": \"soodic\",\n    \"sodiosalicylate\": \"sodio salicylate\",\n    \"sodiotartrate\": \"sodio tartrate\",\n    \"sodoku\": \"sudoku\",\n    \"sodomist\": \"onye mmebi iwu\",\n    \"sodomites\": \"ndị sodomites\",\n    \"sodomitess\": \"ịkwa iko\",\n    \"sodomize\": \"kwado ya\",\n    \"sofar\": \"rute ugbu a\",\n    \"soffits\": \"sọks\",\n    \"soft\": \"adụ\",\n    \"softbacks\": \"Softbacks\",\n    \"softball\": \"bọlbụ\",\n    \"softballs\": \"Bọọlụ nro\",\n    \"softboard\": \"Softboard\",\n    \"softbound\": \"nro\",\n    \"soften\": \"nro\",\n    \"softened\": \"dị nro\",\n    \"softener\": \"nro\",\n    \"softeners\": \"ndị dị nro\",\n    \"softening\": \"na-eme ka nro\",\n    \"softest\": \"adụ kasị\",\n    \"softhead\": \"dị nro\",\n    \"softheaded\": \"dị nro\",\n    \"softheadedly\": \"dị nwayọ\",\n    \"softheadedness\": \"ịdị nro\",\n    \"softhearted\": \"dị nwayọọ\",\n    \"softheartedly\": \"n'obi\",\n    \"softheartedness\": \"dị nwayọọ\",\n    \"softy\": \"dị nro\",\n    \"softish\": \"dị nro\",\n    \"softly\": \"dị nwayọ\",\n    \"softling\": \"nro\",\n    \"softner\": \"nro\",\n    \"softness\": \"nro\",\n    \"softnesses\": \"nro\",\n    \"softs\": \"softies\",\n    \"softsoap\": \"sooksap\",\n    \"software\": \"ngwanrọ\",\n    \"softwoods\": \"Ugboro\",\n    \"sogdianian\": \"sogdiania\",\n    \"soger\": \"sọja\",\n    \"sogged\": \"sog\",\n    \"sogginess\": \"ịdị nwayọọ\",\n    \"sogging\": \"sọọsọ\",\n    \"soybeans\": \"soybean\",\n    \"soil\": \"ala\",\n    \"soilborne\": \"ala mmiri\",\n    \"soiled\": \"metọọ\",\n    \"soiledness\": \"soiling\",\n    \"soily\": \"ala\",\n    \"soilier\": \"onye agha\",\n    \"soiling\": \"Ona-agha\",\n    \"soilless\": \"enweghị ala\",\n    \"soilproof\": \"ala àmà\",\n    \"soils\": \"ala\",\n    \"soilure\": \"ala\",\n    \"soilures\": \"ala\",\n    \"sojourn\": \"nọrọ dị ka ọbịa\",\n    \"sojourned\": \"nọrọ dị ka ọbịa\",\n    \"sojourney\": \"njem\",\n    \"sojourner\": \"onye obia\",\n    \"sojourners\": \"ndị ọbịa\",\n    \"sojourning\": \"nọrọ dị ka ọbịa\",\n    \"sojournment\": \"ebe obibi\",\n    \"sojourns\": \"ọbìa\",\n    \"soke\": \"elu\",\n    \"sokemanry\": \"mbughari\",\n    \"sokemanries\": \"elumanries\",\n    \"sokes\": \"sọks\",\n    \"solace\": \"ngụgụ\",\n    \"solaced\": \"etinyere\",\n    \"solaceful\": \"nkasi obi\",\n    \"solacement\": \"nkasi obi\",\n    \"solaceproof\": \"ihe nkasi obi\",\n    \"solacers\": \"ihe nkasi obi\",\n    \"solaces\": \"sola\",\n    \"solacing\": \"sola\",\n    \"solaciously\": \"solacious\",\n    \"solaciousness\": \"izu ike\",\n    \"soland\": \"Ohia\",\n    \"solanders\": \"ndị soland\",\n    \"solands\": \"ala mmiri\",\n    \"solar\": \"anyanwụ\",\n    \"solarimeter\": \"elekere\",\n    \"solarise\": \"solarisie\",\n    \"solarised\": \"solaris\",\n    \"solarises\": \"solariss\",\n    \"solarising\": \"solaris\",\n    \"solarist\": \"soistist\",\n    \"solaristic\": \"anwu\",\n    \"solaristically\": \"n'ehihie\",\n    \"solaristics\": \"anyanwụ\",\n    \"solarized\": \"solaris\",\n    \"solarizing\": \"solari\",\n    \"solate\": \"kwuo\",\n    \"solated\": \"jikọtara\",\n    \"solates\": \"latesda\",\n    \"solating\": \"ịgha mkpụrụ\",\n    \"solattia\": \"Obere\",\n    \"sold\": \"rere\",\n    \"soldadoes\": \"ire ere\",\n    \"soldados\": \"okpokoro\",\n    \"soldan\": \"ire\",\n    \"soldanel\": \"okpukpu\",\n    \"soldanella\": \"mmmmmmmmmmmmm\",\n    \"soldanelle\": \"ireke\",\n    \"soldans\": \"erere\",\n    \"soldat\": \"ire ere\",\n    \"soldatesque\": \"mmmmmmmmmmmmm\",\n    \"solderability\": \"ire ere\",\n    \"soldered\": \"rere\",\n    \"solderer\": \"na-ere ihe\",\n    \"solderers\": \"ndị na-ere ihe\",\n    \"soldering\": \"ịgba ihe\",\n    \"solderless\": \"enweghị ire\",\n    \"solders\": \"ndị na-ere ahịa\",\n    \"soldi\": \"agha\",\n    \"soldier\": \"onye agha\",\n    \"soldierbird\": \"sojabird\",\n    \"soldierbush\": \"sojabush\",\n    \"soldierdom\": \"agha\",\n    \"soldiered\": \"nwụọ\",\n    \"soldieress\": \"echekwara\",\n    \"soldierfare\": \"agha\",\n    \"soldierfish\": \"sojafish\",\n    \"soldierfishes\": \"agha azụ\",\n    \"soldierhearted\": \"soja\",\n    \"soldierhood\": \"ndị agha\",\n    \"soldiery\": \"ndị agha\",\n    \"soldieries\": \"ndị agha\",\n    \"soldiering\": \"ndị agha\",\n    \"soldierize\": \"mee ka ndi agha\",\n    \"soldierly\": \"onye agha\",\n    \"soldierlike\": \"yiri onye agha\",\n    \"soldierliness\": \"ịdị njikere agha\",\n    \"soldierproof\": \"onye agha\",\n    \"soldiers\": \"ndị agha\",\n    \"soldiership\": \"ịbụ onye agha\",\n    \"soldierwise\": \"agha\",\n    \"soldierwood\": \"sojawood\",\n    \"soldo\": \"ire\",\n    \"sole\": \"naanị\",\n    \"solea\": \"naanị\",\n    \"soleas\": \"naanị\",\n    \"solecise\": \"naanị\",\n    \"solecised\": \"bụrụ naanị\",\n    \"solecises\": \"naanị\",\n    \"solecising\": \"naanị\",\n    \"solecism\": \"nkwonkwo\",\n    \"solecisms\": \"naanị\",\n    \"solecistic\": \"naanị\",\n    \"solecistical\": \"naanị\",\n    \"solecistically\": \"naanị\",\n    \"solecists\": \"ndị na-eme mkpọtụ\",\n    \"solecize\": \"naanị\",\n    \"solecized\": \"naanị\",\n    \"solecizer\": \"naanị\",\n    \"solecizes\": \"naanị\",\n    \"solecizing\": \"naanị\",\n    \"soleiform\": \"naanị\",\n    \"soleil\": \"naanị\",\n    \"solein\": \"naanị\",\n    \"soleyn\": \"naanị\",\n    \"soleless\": \"enweghi ike\",\n    \"solely\": \"naanị\",\n    \"solemn\": \"ukwu\",\n    \"solemner\": \"onye okike\",\n    \"solemness\": \"nsọ\",\n    \"solemnest\": \"dị egwu\",\n    \"solemnify\": \"dozie\",\n    \"solemnified\": \"dozie\",\n    \"solemnifying\": \"solemn\",\n    \"solemnise\": \"iwu\",\n    \"solemnity\": \"ememe\",\n    \"solemnities\": \"emume\",\n    \"solemnitude\": \"ememe\",\n    \"solemnization\": \"ememme\",\n    \"solemnize\": \"mee emume\",\n    \"solemnized\": \"gbara\",\n    \"solemnizer\": \"onye nchikota\",\n    \"solemnizes\": \"emechi\",\n    \"solemnizing\": \"na-emekọ ihe ọnụ\",\n    \"solemnly\": \"sọọsọ\",\n    \"solemnness\": \"ukwu\",\n    \"soleness\": \"otu\",\n    \"solenesses\": \"naanị\",\n    \"solenial\": \"naanị otu ugboro\",\n    \"solenium\": \"naanị\",\n    \"solenocyte\": \"naanị\",\n    \"solenoconch\": \"ọkpụrụkpụ\",\n    \"solenogaster\": \"ọkpụrụkpụ\",\n    \"solenogastres\": \"ọkpụrụkpụ\",\n    \"solenoglyphic\": \"ọkpụrụkpụ ihe\",\n    \"solenoid\": \"naanị\",\n    \"solenoidal\": \"ọkpụrụkpụ\",\n    \"solenoidally\": \"naanị\",\n    \"solenostele\": \"naanị\",\n    \"solenostomous\": \"naanị\",\n    \"solentine\": \"solenke\",\n    \"solepiece\": \"ihe mkpuchi\",\n    \"soleplate\": \"naanị\",\n    \"soleprint\": \"akara ukwu\",\n    \"soleret\": \"naanị\",\n    \"solerets\": \"sọlfọ\",\n    \"solert\": \"naanị\",\n    \"soles\": \"ọbụ\",\n    \"soleus\": \"naanị\",\n    \"soliative\": \"enyi\",\n    \"solicit\": \"rịọ\",\n    \"solicitant\": \"na-arịọ arịrịọ\",\n    \"solicitation\": \"ịrịọ arịrịọ\",\n    \"solicitationism\": \"ịrịọ arịrịọ\",\n    \"solicitations\": \"arịrịọ\",\n    \"solicited\": \"rịọrọ\",\n    \"solicitee\": \"kpọọ\",\n    \"soliciter\": \"na-arịọ arịrịọ\",\n    \"soliciting\": \"na-arịọ\",\n    \"solicitor\": \"onye ọkaiwu\",\n    \"solicitors\": \"ndị ọka iwu\",\n    \"solicitorship\": \"ịrịọ arịrịọ\",\n    \"solicitous\": \"ajụ\",\n    \"solicitously\": \"na-arịọ\",\n    \"solicitousness\": \"ịjụ ajụjụ\",\n    \"solicitress\": \"na-arịọ arịrịọ\",\n    \"solicits\": \"rịọ\",\n    \"solicitude\": \"ịrịọ arịrịọ\",\n    \"solicitudes\": \"mgbaasị\",\n    \"solid\": \"siri ike\",\n    \"solidago\": \"siri ike\",\n    \"solidagos\": \"siri ike\",\n    \"solidary\": \"siri ike\",\n    \"solidaric\": \"dị n'otu\",\n    \"solidarily\": \"dị n'otu\",\n    \"solidarism\": \"ịdị n'otu\",\n    \"solidarist\": \"dị n'otu\",\n    \"solidaristic\": \"dị n'otu\",\n    \"solidarity\": \"ịdị n'otu\",\n    \"solidarities\": \"dị n'otu\",\n    \"solidarize\": \"sie ike\",\n    \"solidarized\": \"sie ike\",\n    \"solidarizing\": \"na-arụ ọrụ\",\n    \"solidate\": \"siri ike\",\n    \"solidated\": \"siri ike\",\n    \"solidating\": \"na-agbasi ike\",\n    \"solidest\": \"ike\",\n    \"solidify\": \"sikwuo ike\",\n    \"solidifiability\": \"nkwenye\",\n    \"solidifiable\": \"siri ike\",\n    \"solidifiableness\": \"idi-ike\",\n    \"solidification\": \"nkwenye\",\n    \"solidified\": \"sie ike\",\n    \"solidifier\": \"ihe siri ike\",\n    \"solidifies\": \"na-ewusi ike\",\n    \"solidifying\": \"na-ewusi ike\",\n    \"solidish\": \"siri ike\",\n    \"solidism\": \"ike\",\n    \"solidist\": \"onye siri ike\",\n    \"solidistic\": \"na-agbanwe agbanwe\",\n    \"solidity\": \"ike\",\n    \"solidities\": \"ihe siri ike\",\n    \"solidly\": \"ike\",\n    \"solidness\": \"ike\",\n    \"solidomind\": \"ike\",\n    \"solids\": \"siri ike\",\n    \"solidudi\": \"ike\",\n    \"solidungula\": \"siri ike\",\n    \"solidungular\": \"siri ike\",\n    \"solidungulate\": \"siri ike\",\n    \"solidus\": \"ike\",\n    \"solifugous\": \"dị mfe\",\n    \"soliloquacious\": \"sololoquacious\",\n    \"soliloquiser\": \"akụrụngwa\",\n    \"soliloquising\": \"sololoquising\",\n    \"soliloquisingly\": \"sololoquisingly\",\n    \"soliloquist\": \"onyeegwu\",\n    \"soliloquium\": \"ugwu\",\n    \"soliloquizing\": \"na-ekwu okwu\",\n    \"solymaean\": \"Solymaean\",\n    \"soling\": \"na-edozi\",\n    \"solipsismal\": \"solipsism\",\n    \"solipsist\": \"Omeegwu\",\n    \"solitaire\": \"onye nnokari\",\n    \"solitaires\": \"naanị\",\n    \"solitary\": \"naanị ya\",\n    \"solitarian\": \"iche iche\",\n    \"solitaries\": \"ndị isi\",\n    \"solitarily\": \"naanị ya\",\n    \"solitariness\": \"ịdị n'otu\",\n    \"soliterraneous\": \"Onyekwere\",\n    \"soliton\": \"ugwu\",\n    \"solitons\": \"ogwe\",\n    \"solitude\": \"ịnọ naanị mmadụ\",\n    \"solitudes\": \"mkpebi\",\n    \"solitudinarian\": \"onyegbado\",\n    \"solitudinize\": \"dozie\",\n    \"solitudinized\": \"dozie\",\n    \"solitudinizing\": \"na-edozi\",\n    \"soller\": \"Ihe ngwọta\",\n    \"solmization\": \"nhazi\",\n    \"solo\": \"naanị\",\n    \"soloecophanes\": \"Onochie\",\n    \"soloing\": \"solo\",\n    \"soloists\": \"ndị soloist\",\n    \"solomonic\": \"Okechukwu\",\n    \"solomonitic\": \"Okechukwu\",\n    \"solonetz\": \"Nwachukwu\",\n    \"solonetzic\": \"Nwachukwu\",\n    \"solonetzicity\": \"Nwunye\",\n    \"solonist\": \"onye okike\",\n    \"solotink\": \"Nwachukwu\",\n    \"solstices\": \"solstisi\",\n    \"solsticion\": \"solstic\",\n    \"solstitia\": \"Udochi\",\n    \"solstitially\": \"n'agbụrụ\",\n    \"solubilities\": \"solubilites\",\n    \"solubilizing\": \"na-edozi\",\n    \"solubleness\": \"solubility\",\n    \"solubles\": \"soluble\",\n    \"solubly\": \"soluble\",\n    \"solums\": \"ụlọ\",\n    \"solution\": \"azịza\",\n    \"solutional\": \"ngwọta\",\n    \"solutioner\": \"ihe ngwọta\",\n    \"solutionis\": \"azịza\",\n    \"solutionist\": \"onye nyocha\",\n    \"solutions\": \"azịza ya\",\n    \"solutive\": \"nkewa\",\n    \"solutize\": \"dozie\",\n    \"solvabled\": \"dozie\",\n    \"solvate\": \"dozie\",\n    \"solvated\": \"arụ ọrụ\",\n    \"solvating\": \"na-edozi\",\n    \"solve\": \"dozie\",\n    \"solved\": \"edozi\",\n    \"solvement\": \"mkpebi\",\n    \"solvency\": \"nkwụsị\",\n    \"solvencies\": \"ihe mgbaze\",\n    \"solvend\": \"edozi\",\n    \"solvent\": \"ihe mgbaze\",\n    \"solventless\": \"enweghị ihe mgbaze\",\n    \"solvently\": \"mgbaze\",\n    \"solventproof\": \"ihe mgbaze\",\n    \"solvents\": \"ihe mgbaze\",\n    \"solvers\": \"ihe mgbaze\",\n    \"solves\": \"na-edozi\",\n    \"solving\": \"idozi\",\n    \"somali\": \"onye igbo\",\n    \"somalo\": \"onye igbo\",\n    \"somaplasm\": \"somatoplasm\",\n    \"somata\": \"sonata\",\n    \"somatically\": \"na nbibi\",\n    \"somaticovisceral\": \"ogwugwu\",\n    \"somatism\": \"somtism\",\n    \"somatologist\": \"ọkà mmụta somatologist\",\n    \"somatomic\": \"somatomik\",\n    \"somatophytic\": \"Onyeka Onwenu\",\n    \"somatopleural\": \"ighota\",\n    \"somatopleure\": \"igbankwu\",\n    \"somatopleuric\": \"Uchenna Ndiagu\",\n    \"somatrophin\": \"somatropin\",\n    \"somberish\": \"anya mmiri\",\n    \"somberly\": \"somber\",\n    \"somberness\": \"amamịghe\",\n    \"sombre\": \"Ngwongwo\",\n    \"sombreish\": \"somberi\",\n    \"sombreite\": \"somberi\",\n    \"sombreness\": \"ịma ọkwa\",\n    \"sombrero\": \"Ngwongwo\",\n    \"sombreros\": \"Ngwongwo\",\n    \"sombrous\": \"Onyeka\",\n    \"sombrously\": \"Na Na Na\",\n    \"sombrousness\": \"ịdị ndụ\",\n    \"some\": \"ụfọdụ\",\n    \"somebody\": \"a\",\n    \"somebodies\": \"ụfọdụ ahụ\",\n    \"someday\": \"otu ụbọchị\",\n    \"somedays\": \"otu ụbọchị\",\n    \"somehow\": \"otuodila\",\n    \"someone\": \"onye\",\n    \"someones\": \"onye\",\n    \"somepart\": \"ufodu\",\n    \"someplace\": \"ebe\",\n    \"somersault\": \"mkpọtụ\",\n    \"somersaulted\": \"somersaults\",\n    \"somersaulting\": \"na-atụgharị uche\",\n    \"somerseted\": \"somerset\",\n    \"somersetian\": \"Asụsụ somerịs\",\n    \"somerseting\": \"somingeting\",\n    \"somersetted\": \"gbanwere\",\n    \"somesthesis\": \"ogwugwu\",\n    \"somesthetic\": \"Onyedika Onyema\",\n    \"somet\": \"mgbe\",\n    \"something\": \"ihe\",\n    \"somethingness\": \"ịdị adị\",\n    \"sometime\": \"mgbe ụfọdụ\",\n    \"sometimes\": \"mgbe ụfọdụ\",\n    \"somever\": \"ụfọdụ\",\n    \"someway\": \"n'ụzọ ụfọdụ\",\n    \"someways\": \"n'ụzọ ụfọdụ\",\n    \"somewhat\": \"dịtụ\",\n    \"somewhatly\": \"nwantakịrị\",\n    \"somewhatness\": \"nwetụrụ ihe\",\n    \"somewhats\": \"dịtụ\",\n    \"somewhen\": \"mgbe ụfọdụ\",\n    \"somewhence\": \"mgbe ụfọdụ\",\n    \"somewhere\": \"ebe\",\n    \"somewheres\": \"ụfọdụ\",\n    \"somewhy\": \"ntakiri\",\n    \"somewhile\": \"na-agbanyeghị\",\n    \"somewhiles\": \"ufodu\",\n    \"somewhither\": \"ma obu\",\n    \"somewise\": \"otu aka ahu\",\n    \"somital\": \"ihe dị mkpa\",\n    \"somite\": \"oge\",\n    \"somites\": \"ndị nkịtị\",\n    \"somitic\": \"somiti\",\n    \"somler\": \"Onye Ozi\",\n    \"somnambulating\": \"somnambulari\",\n    \"somnambulation\": \"somnambulu\",\n    \"somnambulists\": \"somnambulist\",\n    \"somner\": \"Onye chiri\",\n    \"somniative\": \"somnias\",\n    \"somniculous\": \"somosie\",\n    \"somniferous\": \"somnife\",\n    \"somniferously\": \"onyeoma\",\n    \"somnify\": \"mezie\",\n    \"somniloquacious\": \"somoloquacious\",\n    \"somnolence\": \"Nsogbu\",\n    \"somnolences\": \"nsogbu\",\n    \"somnolency\": \"somnogbe\",\n    \"somnolent\": \"somfo\",\n    \"somnolently\": \"somosili\",\n    \"somnolescence\": \"Ogologo oge\",\n    \"son\": \"nwa nwoke\",\n    \"sonance\": \"nwa\",\n    \"sonances\": \"nwa nwoke\",\n    \"sonancy\": \"nwa nwoke\",\n    \"sonant\": \"nwa nwoke\",\n    \"sonantal\": \"nwa nwoke\",\n    \"sonantic\": \"nwa nwoke\",\n    \"sonants\": \"ụmụ nwoke\",\n    \"sonarman\": \"nwa nwoke\",\n    \"sonarmen\": \"ndi nwoke\",\n    \"sonatas\": \"Sonatas\",\n    \"sonatine\": \"nwa nwoke\",\n    \"sonation\": \"Nwa nwoke\",\n    \"sond\": \"sind\",\n    \"sondation\": \"sondieren\",\n    \"sonde\": \"Sonde\",\n    \"sondeli\": \"nwa nwoke\",\n    \"sonder\": \"nwa nwoke\",\n    \"sonderclass\": \"klaasị sonder\",\n    \"sonders\": \"na-eche\",\n    \"sones\": \"nwa nwoke\",\n    \"song\": \"abu\",\n    \"songbird\": \"nwa nnụnnụ\",\n    \"songbirds\": \"abụ abụ\",\n    \"songbook\": \"abụ\",\n    \"songbooks\": \"akwụkwọ abụ\",\n    \"songer\": \"ọbụ abụ\",\n    \"songful\": \"na-abụ abụ\",\n    \"songfully\": \"n'egwu\",\n    \"songfulness\": \"egwu\",\n    \"songle\": \"otu\",\n    \"songless\": \"enweghị egwu\",\n    \"songlessly\": \"enweghị egwu\",\n    \"songlessness\": \"enweghị ụda\",\n    \"songlet\": \"singlet\",\n    \"songlike\": \"egwu\",\n    \"songman\": \"onye egwu\",\n    \"songs\": \"Abụ\",\n    \"songsmith\": \"abụ\",\n    \"songsters\": \"abụ\",\n    \"songstress\": \"ndi nwanyi\",\n    \"songstresses\": \"ndi nwanyi\",\n    \"songworthy\": \"na-abụ abụ\",\n    \"songwriter\": \"onye na-ede abụ\",\n    \"songwriters\": \"ndị na-ede abụ\",\n    \"songwriting\": \"ede abụ\",\n    \"sonhood\": \"nwa nwoke\",\n    \"sonic\": \"Sonic\",\n    \"sonically\": \"nwa\",\n    \"sonicated\": \"Nkechi\",\n    \"sonicates\": \"Nwa nwoke\",\n    \"sonicating\": \"nwa nwoke\",\n    \"sonicator\": \"nwa nwoke\",\n    \"sonics\": \"icsmụaka\",\n    \"soniferous\": \"ihe na-enye obi ụtọ\",\n    \"soning\": \"Nwa nwa\",\n    \"soniou\": \"sonia\",\n    \"sonk\": \"imi\",\n    \"sonless\": \"enweghi nwa\",\n    \"sonly\": \"nwa\",\n    \"sonlike\": \"dị ka\",\n    \"sonlikeness\": \"ihe ndozi\",\n    \"sonneratiaceous\": \"Sonneratiaceous\",\n    \"sonnetic\": \"sonnet\",\n    \"sonnetise\": \"Sonnetise\",\n    \"sonnetish\": \"Sonnetish\",\n    \"sonnetted\": \"sonnett\",\n    \"sonometer\": \"sonometa\",\n    \"sonoran\": \"Sonoran\",\n    \"sonores\": \"ụmụ nwoke\",\n    \"sonorescence\": \"ihe ndia\",\n    \"sonorescent\": \"ihe nzuzu\",\n    \"sonoric\": \"nwa nwoke\",\n    \"sonoriferous\": \"Onyebuchi\",\n    \"sonoriferously\": \"Ndidiamaka\",\n    \"sonorific\": \"Nwa Nwoke\",\n    \"sonority\": \"nwa nwoke\",\n    \"sonorities\": \"ebe a\",\n    \"sonorophone\": \"sonorofoon\",\n    \"sonorous\": \"ihe na-atọ ọchị\",\n    \"sonorously\": \"n'ụzọ dị egwu\",\n    \"sonorousness\": \"udo\",\n    \"sonrai\": \"Sonrai\",\n    \"sons\": \"ụmụ\",\n    \"sonship\": \"nwa\",\n    \"sonships\": \"umu nwoke\",\n    \"sonsy\": \"umu nwoke\",\n    \"sonsie\": \"sonie\",\n    \"sonsiest\": \"nwa\",\n    \"soogan\": \"okwu\",\n    \"soogeed\": \"soogee\",\n    \"soogeing\": \"agbapụ\",\n    \"soon\": \"ngwa ngwa\",\n    \"sooner\": \"mee elu mee\",\n    \"sooners\": \"ngwa ngwa\",\n    \"soonest\": \"kasị nso\",\n    \"soony\": \"ngwa ngwa\",\n    \"soonish\": \"ngwa ngwa\",\n    \"soonly\": \"ngwa ngwa\",\n    \"sooted\": \"uche\",\n    \"sooter\": \"mee udo\",\n    \"soothe\": \"dajụọ mmụọ\",\n    \"soothed\": \"wetuo obi\",\n    \"sootherer\": \"na-emeghachi omume\",\n    \"soothers\": \"na-eme ka ahụ\",\n    \"soothest\": \"dị jụụ\",\n    \"soothfast\": \"sọsọ\",\n    \"soothfastly\": \"soothlysiri\",\n    \"soothfastness\": \"ịdị uchu\",\n    \"soothful\": \"soos\",\n    \"soothing\": \"obi\",\n    \"soothingly\": \"wetuo obi\",\n    \"soothingness\": \"wetuo obi\",\n    \"soothless\": \"enweghị\",\n    \"soothly\": \"sootly\",\n    \"soothsaid\": \"kwuru\",\n    \"soothsayer\": \"onye na-agba afa\",\n    \"soothsayers\": \"ndị na-akọ ọdịnihu\",\n    \"soothsayership\": \"soasota\",\n    \"soothsaying\": \"ntughari\",\n    \"sootied\": \"kpaliri\",\n    \"sootying\": \"izu ike\",\n    \"sootily\": \"obi\",\n    \"sootiness\": \"ịdị jụụ\",\n    \"sooting\": \"agbapụ\",\n    \"sootish\": \"zuo ike\",\n    \"sootless\": \"enweghị ndidi\",\n    \"sootlike\": \"dị ka\",\n    \"sootproof\": \"gbaa\",\n    \"soots\": \"ntụpọ\",\n    \"sopher\": \"sofa\",\n    \"sopheric\": \"sọftụ\",\n    \"sopherim\": \"soferim\",\n    \"sophy\": \"sofa\",\n    \"sophian\": \"sofia\",\n    \"sophies\": \"sophi\",\n    \"sophiology\": \"ihe ọmụmụ\",\n    \"sophiologic\": \"nkà mmụta sayensị\",\n    \"sophistic\": \"ọkaibe\",\n    \"sophisticalness\": \"sophisticalism\",\n    \"sophisticant\": \"ọkaibe\",\n    \"sophisticate\": \"ọkaibe\",\n    \"sophisticated\": \"ọkaibe\",\n    \"sophisticatedly\": \"ọkaibe\",\n    \"sophisticates\": \"ọkaibe\",\n    \"sophisticating\": \"ọkaibe\",\n    \"sophistication\": \"ọkaibe\",\n    \"sophisticative\": \"ihe omuma\",\n    \"sophisticator\": \"ọkaibe\",\n    \"sophisticism\": \"ọkaibe\",\n    \"sophists\": \"onyenze\",\n    \"sophronized\": \"kwadoro\",\n    \"sophronizing\": \"Na-ekwughachi\",\n    \"sopite\": \"n'agbanyeghị\",\n    \"sopited\": \"weghaara\",\n    \"sopition\": \"uche\",\n    \"soporate\": \"kpọọ ibe gị arịrịọ\",\n    \"soporiferously\": \"soorife na-aga agha\",\n    \"soporiferousness\": \"ndụnyị\",\n    \"soporifousness\": \"ịdị ndụ\",\n    \"soporous\": \"sopo\",\n    \"sopors\": \"ndị ọka iwu\",\n    \"sopper\": \"sofa\",\n    \"soppiest\": \"kasị mma\",\n    \"soppiness\": \"sopp\",\n    \"sopping\": \"tinye\",\n    \"sops\": \"sọks\",\n    \"soralium\": \"okpu agha\",\n    \"sorance\": \"nche\",\n    \"sorbability\": \"mbibi\",\n    \"sorbates\": \"Ogechi\",\n    \"sorbefacient\": \"ihere\",\n    \"sorbitize\": \"sọbọtọ\",\n    \"sorbonist\": \"dibịa afa\",\n    \"sorbosid\": \"Udochukwu\",\n    \"sorboside\": \"riboside\",\n    \"sorbs\": \"ihe mgbu\",\n    \"sorbus\": \"Udochukwu\",\n    \"sorcer\": \"ihendori\",\n    \"sorcerer\": \"dibịa afa\",\n    \"sorcerers\": \"ndị dibịa afa\",\n    \"sorceress\": \"dibịa afa\",\n    \"sorceresses\": \"dibịa afa\",\n    \"sorcery\": \"ịgba afa\",\n    \"sorceries\": \"ịgba afa\",\n    \"sorcering\": \"ịgba afa\",\n    \"sorcerize\": \"ịgba afa\",\n    \"sorcerous\": \"dibịa afa\",\n    \"sorcerously\": \"na-agbagha\",\n    \"sordawalite\": \"Odogwu\",\n    \"sordes\": \"Okechukwu\",\n    \"sordidity\": \"njigide\",\n    \"sordidly\": \"Udochukwu\",\n    \"sordidness\": \"ebighi ebi\",\n    \"sordines\": \"Okechukwu\",\n    \"sordino\": \"Udochukwu\",\n    \"sordo\": \"sọdo\",\n    \"sordor\": \"okirikiri\",\n    \"sords\": \"Ugochukwu\",\n    \"sore\": \"akpịrị\",\n    \"soreddia\": \"Uchenna Onyekwere\",\n    \"soredial\": \"Okwuru\",\n    \"sorediate\": \"sokwa\",\n    \"sorediferous\": \"dị iche iche\",\n    \"sorediform\": \"Ngwurugwu\",\n    \"soredioid\": \"Nwachukwu\",\n    \"sorefoot\": \"akpụkpọ ụkwụ\",\n    \"sorehead\": \"akpịrị isi\",\n    \"soreheaded\": \"isi\",\n    \"soreheadedly\": \"akpịrị isi\",\n    \"soreheadedness\": \"akpịrị isi\",\n    \"soreheads\": \"akpịrị mgbu\",\n    \"sorehearted\": \"nwee obi mwute\",\n    \"sorel\": \"sọrel\",\n    \"sorely\": \"nke ukwuu\",\n    \"sorels\": \"akpịrị\",\n    \"sorema\": \"akpịrị\",\n    \"soreness\": \"akpịrị\",\n    \"sorenesses\": \"akpịrị\",\n    \"sorer\": \"akpịrị\",\n    \"sores\": \"ọnya\",\n    \"sorgo\": \"sọsọ\",\n    \"soricid\": \"na-eme mkpọtụ\",\n    \"soricident\": \"onye ojoo\",\n    \"soricine\": \"sọks\",\n    \"soriferous\": \"ihe ojoo\",\n    \"sorite\": \"sorita\",\n    \"soritic\": \"soriti\",\n    \"sornare\": \"sorn bụ\",\n    \"sornari\": \"sonari\",\n    \"sorned\": \"sorn\",\n    \"sorner\": \"Onye obula\",\n    \"sorners\": \"nkuku\",\n    \"sorning\": \"ịgba afa\",\n    \"sorns\": \"sorn\",\n    \"soroches\": \"sorochi\",\n    \"sororates\": \"soro\",\n    \"sorority\": \"soror\",\n    \"sororities\": \"ihe ndozi\",\n    \"soroses\": \"sorosos\",\n    \"sorosil\": \"Uzoukwu\",\n    \"sorosilicate\": \"Sorosilicate\",\n    \"sorosis\": \"ịrịa ọrịa\",\n    \"sorosises\": \"sorosise\",\n    \"sorptions\": \"ihe ndozi\",\n    \"sorptive\": \"ịgba afa\",\n    \"sorrance\": \"amuma\",\n    \"sorrel\": \"sọrel\",\n    \"sorrels\": \"Sọrel\",\n    \"sorry\": \"ndo\",\n    \"sorrier\": \"osikapa\",\n    \"sorriest\": \"kacha njọ\",\n    \"sorryhearted\": \"nwute\",\n    \"sorryish\": \"ndo\",\n    \"sorrily\": \"sorr\",\n    \"sorriness\": \"ịgba afa\",\n    \"sorroa\": \"iru uju\",\n    \"sorrow\": \"iru uju\",\n    \"sorrowed\": \"iru uju\",\n    \"sorrower\": \"iru uju\",\n    \"sorrowers\": \"ihe mgbu\",\n    \"sorrowful\": \"ewe iwe\",\n    \"sorrowfully\": \"na mwute\",\n    \"sorrowfulness\": \"mwute\",\n    \"sorrowy\": \"wute\",\n    \"sorrowing\": \"na-eru uju\",\n    \"sorrowingly\": \"mwute\",\n    \"sorrowless\": \"enweghị mwute\",\n    \"sorrowlessly\": \"na-enweghị mwute\",\n    \"sorrowlessness\": \"enweghị obi ebere\",\n    \"sorrowproof\": \"iru uju\",\n    \"sorrows\": \"ihe mgbu\",\n    \"sort\": \"ụdị\",\n    \"sortal\": \"ụdị\",\n    \"sortance\": \"ụdị\",\n    \"sortation\": \"usoro\",\n    \"sorted\": \"ota\",\n    \"sorter\": \"sorta\",\n    \"sorters\": \"nhazi\",\n    \"sortes\": \"ụdị\",\n    \"sorty\": \"ụdị\",\n    \"sortieing\": \"sortọị\",\n    \"sortilege\": \"sortieji\",\n    \"sortileger\": \"dibịa afa\",\n    \"sortilegi\": \"sortigi\",\n    \"sortilegy\": \"ịgba afa\",\n    \"sortiment\": \"ụdị\",\n    \"sorting\": \"inghazi\",\n    \"sortita\": \"ụdị\",\n    \"sortition\": \"Mbido\",\n    \"sortly\": \"oso\",\n    \"sortlige\": \"ụdị\",\n    \"sortment\": \"ụdị\",\n    \"sorts\": \"ụdị\",\n    \"sortwith\": \"ụdị\",\n    \"soshed\": \"kwara\",\n    \"sospiro\": \"Nkechi\",\n    \"sotadic\": \"onyeneke\",\n    \"soterial\": \"sotelik\",\n    \"soteriology\": \"usoro mmụta\",\n    \"sothiac\": \"Nwachukwu\",\n    \"sothiacal\": \"Onyekwere\",\n    \"sothic\": \"ikeji\",\n    \"sothis\": \"Nkechi\",\n    \"soths\": \"soth\",\n    \"sotie\": \"ikechukwu\",\n    \"sotik\": \"Nkechi\",\n    \"sotols\": \"sotol\",\n    \"sots\": \"ngaji\",\n    \"sottage\": \"ulo\",\n    \"sotted\": \"tinye\",\n    \"sottedness\": \"nkwanye ugwu\",\n    \"sottery\": \"ebe anakpo\",\n    \"sottie\": \"udochi\",\n    \"sotting\": \"Nwachukwu\",\n    \"sottise\": \"mkpọda\",\n    \"sottish\": \"Ezigbo\",\n    \"sottishly\": \"jiri nwayọ\",\n    \"sottishness\": \"nkwanye ugwu\",\n    \"sotweed\": \"ikechukwu\",\n    \"soubises\": \"ihe mkpuchi\",\n    \"soubrette\": \"soubret\",\n    \"souchet\": \"onyinye\",\n    \"soudgy\": \"Uduak\",\n    \"soueef\": \"sooeef\",\n    \"souffl\": \"sooffl\",\n    \"souffleed\": \"ikechi\",\n    \"souffleing\": \"Chọọ\",\n    \"souffleur\": \"Nwachukwu\",\n    \"soughed\": \"gbara ụka\",\n    \"sougher\": \"sie ike\",\n    \"soughfully\": \"soughily\",\n    \"soughing\": \"gbara ụka\",\n    \"sought\": \"chọrọ\",\n    \"soul\": \"nkpuru obi\",\n    \"soulbell\": \"mkpụrụ obi\",\n    \"soulcake\": \"mkpụrụ obi\",\n    \"souldie\": \"nkpuru obi\",\n    \"souled\": \"nkpuru obi\",\n    \"souletin\": \"ogwugwu\",\n    \"soulful\": \"nkpuru obi\",\n    \"soulfully\": \"na mkpụrụ obi\",\n    \"soulfulness\": \"mkpụrụ obi\",\n    \"soulheal\": \"nkpuru obi\",\n    \"soulhealth\": \"mkpụrụ obi\",\n    \"soulical\": \"nke mkpụrụ obi\",\n    \"soulish\": \"mkpụrụ obi\",\n    \"soulless\": \"enweghị mkpụrụ obi\",\n    \"soullessly\": \"enweghị mkpụrụ obi\",\n    \"soullessness\": \"enweghị mkpụrụ obi\",\n    \"soullike\": \"dị ka mkpụrụ obi\",\n    \"soulmass\": \"nkpuru obi\",\n    \"soulpence\": \"nkpuru obi\",\n    \"soulpenny\": \"mkpụrụ ego penny\",\n    \"souls\": \"mkpụrụ obi\",\n    \"soulsaving\": \"nkpuru obi\",\n    \"soulter\": \"Onyekwere\",\n    \"soulward\": \"nkpuru obi\",\n    \"soulx\": \"mkpụrụobi\",\n    \"sound\": \"uda\",\n    \"soundable\": \"dara ụda\",\n    \"soundage\": \"olu\",\n    \"soundboard\": \"ụdaolu\",\n    \"soundboards\": \"bọọdụ mkpọtụ\",\n    \"soundbox\": \"igbe mkpọ\",\n    \"soundboxes\": \"igbe mkpọ\",\n    \"sounded\": \"dara ụda\",\n    \"sounder\": \"uda\",\n    \"sounders\": \"ụda\",\n    \"soundest\": \"uda\",\n    \"soundful\": \"dara ụda\",\n    \"soundheaded\": \"gbupụrụ ihu\",\n    \"soundheadedness\": \"ụda olu\",\n    \"soundhearted\": \"nwee obi\",\n    \"soundheartednes\": \"obi oma\",\n    \"soundheartedness\": \"ezi obi\",\n    \"sounding\": \"na-ada ụda\",\n    \"soundingly\": \"na-ada ụda\",\n    \"soundingness\": \"ịda ụda\",\n    \"soundings\": \"ụda\",\n    \"soundless\": \"enweghị ụda\",\n    \"soundlessly\": \"n'olu dara ụda\",\n    \"soundlessness\": \"enweghị ụda\",\n    \"soundly\": \"n'olu dara ụda\",\n    \"soundness\": \"izu\",\n    \"soundpost\": \"ụdaolu\",\n    \"soundproofing\": \"mkpuchi ụda\",\n    \"soundproofs\": \"ụda olu\",\n    \"sounds\": \"ụda\",\n    \"soundscape\": \"mkpọsa ụda\",\n    \"soundstripe\": \"ụda olu\",\n    \"soundtracks\": \"trada ụda\",\n    \"soup\": \"ofe\",\n    \"soupbone\": \"ofe\",\n    \"soupcon\": \"ofe\",\n    \"soupcons\": \"ofe\",\n    \"souped\": \"ofe\",\n    \"souper\": \"ofe\",\n    \"soupfin\": \"ofe\",\n    \"soupy\": \"ofe\",\n    \"soupier\": \"ofe\",\n    \"soupiere\": \"ofei\",\n    \"soupieres\": \"ofeeres\",\n    \"soupiest\": \"ofe kachasị\",\n    \"souping\": \"ofe\",\n    \"souple\": \"uto\",\n    \"soupled\": \"uto\",\n    \"soupless\": \"uto\",\n    \"souplike\": \"dị ka ofe\",\n    \"soupling\": \"njikọ\",\n    \"soupmeat\": \"ofe\",\n    \"soupon\": \"ofe\",\n    \"soups\": \"ofe\",\n    \"soupspoon\": \"ofe\",\n    \"sour\": \"utoojoo\",\n    \"sourball\": \"utoojoo\",\n    \"sourballs\": \"okpukpu\",\n    \"sourbelly\": \"ihe obula\",\n    \"sourbellies\": \"ihe nrịbama\",\n    \"sourberry\": \"gbara ụka\",\n    \"sourberries\": \"mmanya kporo\",\n    \"sourbread\": \"achịcha gbara ụka\",\n    \"sourbush\": \"utoojoo\",\n    \"sourcake\": \"utoojoo\",\n    \"source\": \"isi mmalite\",\n    \"sourceful\": \"isi\",\n    \"sourcefulness\": \"iji akọ\",\n    \"sourceless\": \"enweghị isi\",\n    \"sources\": \"isi mmalite\",\n    \"sourcrout\": \"sauerkraut\",\n    \"sourd\": \"gbara ụka\",\n    \"sourdeline\": \"uzo\",\n    \"sourdine\": \"Oriri\",\n    \"sourdines\": \"ihe ndi ozo\",\n    \"sourdock\": \"ihe nzuzu\",\n    \"sourdook\": \"Oriri\",\n    \"sourdough\": \"ihe gbara ụka\",\n    \"sourdoughs\": \"ihe gbara ụka\",\n    \"sourdre\": \"utoojoo\",\n    \"sourhearted\": \"nwee obi\",\n    \"sourish\": \"uto\",\n    \"sourishly\": \"kpoo\",\n    \"sourishness\": \"okpukpu\",\n    \"sourjack\": \"gbaba\",\n    \"sourly\": \"gbara ụka\",\n    \"sourling\": \"soro\",\n    \"sourness\": \"soorn\",\n    \"sourpuss\": \"okpokoro\",\n    \"sourpussed\": \"ọpụ .ụ\",\n    \"sourpusses\": \"Ugboro abụọ\",\n    \"sourtop\": \"gbara ụka\",\n    \"sourveld\": \"Onyeoma\",\n    \"sourweed\": \"gbara ụka\",\n    \"sourwood\": \"uto\",\n    \"sourwoods\": \"Osisi gbara\",\n    \"sousaphone\": \"ekwentị\",\n    \"souses\": \"souse\",\n    \"sousewife\": \"Nwunye di\",\n    \"sousing\": \"na-atọ ụtọ\",\n    \"soutache\": \"sọọsụ\",\n    \"soutaches\": \"ọnya mmiri\",\n    \"souterrain\": \"Souterrain\",\n    \"souters\": \"ndị na-akwọ ya\",\n    \"south\": \"ndịda\",\n    \"southbound\": \"n'ebe ndịda\",\n    \"southdown\": \"ndịda ndịda\",\n    \"southeast\": \"ọwụwa anyanwụ ndịda ọwụwa anyanwụ\",\n    \"southeaster\": \"onye isi ala\",\n    \"southeastern\": \"South ọwụwa anyanwụ\",\n    \"southeasterner\": \"onyeda ọwụwa anyanwụ\",\n    \"southeasternmost\": \"imeri-anyanwu\",\n    \"southeastward\": \"n’ebe ndịda ọwụwa anyanwụ\",\n    \"southeastwardly\": \"n'ebe ndịda ọwụwa anyanwụ\",\n    \"southeastwards\": \"ebe ndịda ọwụwa anyanwụ\",\n    \"southed\": \"sọọsọ\",\n    \"souther\": \"Akuku\",\n    \"southerland\": \"ndida South\",\n    \"southerly\": \"onyeda\",\n    \"southerlies\": \"akuku ndida\",\n    \"southerliness\": \"odịdị\",\n    \"southermost\": \"nke kachasị ndịda\",\n    \"southern\": \"ndida\",\n    \"southerner\": \"onyeisiala\",\n    \"southerners\": \"ndịda ndịda\",\n    \"southernest\": \"nke kachasị ndịda\",\n    \"southernism\": \"Southism\",\n    \"southernize\": \"onyeisiala\",\n    \"southernly\": \"n'ebe ndịda\",\n    \"southernliness\": \"ọdịda ndịda\",\n    \"southernmost\": \"nke kachasị ndịda\",\n    \"southernness\": \"ogbechi\",\n    \"southerns\": \"n'ebe ndịda\",\n    \"southernwood\": \"southwood\",\n    \"southers\": \"dị na ndịda\",\n    \"southing\": \"n'ebe ndịda\",\n    \"southlander\": \"southland\",\n    \"southly\": \"southland\",\n    \"southmost\": \"n'ebe ndịda\",\n    \"southness\": \"Ndida\",\n    \"southron\": \"ndida\",\n    \"southronie\": \"mmmmmmmmmmmmm\",\n    \"southrons\": \"ndịda\",\n    \"souths\": \"n'ebe ndịda\",\n    \"southumbrian\": \"Southumbrian\",\n    \"southward\": \"n'ebe ndịda\",\n    \"southwardly\": \"n'ebe ndịda\",\n    \"southwards\": \"n'ebe ndịda\",\n    \"southwest\": \"ndịda ọdịda anyanwụ\",\n    \"southwester\": \"ndida-ndida\",\n    \"southwesterly\": \"ndida-ndida\",\n    \"southwesterlies\": \"southwesters\",\n    \"southwestern\": \"ndịda ọdịda anyanwụ\",\n    \"southwesterner\": \"southwester\",\n    \"southwesterners\": \"ndịda ọdịda anyanwụ\",\n    \"southwesternmost\": \"n'ebe ndịda ọdịda anyanwụ\",\n    \"southwesters\": \"ndịda ọdịda anyanwụ\",\n    \"southwestward\": \"ndịda ọdịda anyanwụ\",\n    \"southwestwardly\": \"ndịda ọdịda anyanwụ\",\n    \"southwestwards\": \"ndịda ọdịda anyanwụ\",\n    \"soutter\": \"sout\",\n    \"souushy\": \"onyinye\",\n    \"souvenir\": \"ihe ncheta\",\n    \"souvenirs\": \"ihe ncheta\",\n    \"sovenance\": \"ihe mgbakwunye\",\n    \"sovenez\": \"Nwachukwu\",\n    \"sovereign\": \"Eze\",\n    \"sovereigness\": \"ọbụbụeze\",\n    \"sovereignize\": \"nwekwaa\",\n    \"sovereignly\": \"eze\",\n    \"sovereignness\": \"ọbụbụeze\",\n    \"sovereigns\": \"ndi nwe ala\",\n    \"sovereignship\": \"ọbụbụeze\",\n    \"sovereignty\": \"ọbụbụeze\",\n    \"sovereignties\": \"ọchịchị\",\n    \"soverty\": \"ịda ogbenye\",\n    \"sovietist\": \"onye sovietist\",\n    \"sovietized\": \"Udodi\",\n    \"sovietizing\": \"sovietii\",\n    \"sovite\": \"gwa\",\n    \"sovkhozes\": \"Ugbah\",\n    \"sovkhozy\": \"Ugba\",\n    \"sovprene\": \"Ugbor\",\n    \"sovrans\": \"Uchenna\",\n    \"sow\": \"gha\",\n    \"sowable\": \"ịgha mkpụrụ\",\n    \"sowars\": \"sọwa\",\n    \"sowbacked\": \"Ghaghachi azụ\",\n    \"sowbelly\": \"Ugha\",\n    \"sowbellies\": \"na-akụ\",\n    \"sowbread\": \"bred achicha\",\n    \"sowbreads\": \"ịgha bred\",\n    \"sowcars\": \"ịgha mkpụrụ\",\n    \"sowder\": \"onye nkpuru\",\n    \"sowed\": \"agha\",\n    \"sowens\": \"na-akụ\",\n    \"sower\": \"agha\",\n    \"sowers\": \"ndị na-agha mkpụrụ\",\n    \"sowing\": \"agha\",\n    \"sowish\": \"ghara\",\n    \"sowlike\": \"ihe dika nkpuru\",\n    \"sowlth\": \"Ugha\",\n    \"sown\": \"ẹsuande\",\n    \"sows\": \"agha\",\n    \"sowt\": \"Ugha\",\n    \"sowte\": \"gha\",\n    \"soxhlet\": \"Uzoatu\",\n    \"sozzle\": \"dọọ\",\n    \"space\": \"oghere\",\n    \"spaceband\": \"ohere bandeeji\",\n    \"spaceborne\": \"Ohere mbara\",\n    \"spacecraft\": \"ugboelu\",\n    \"spaced\": \"ohere\",\n    \"spaceflight\": \"ugbo elu\",\n    \"spaceflights\": \"ụgbọelu\",\n    \"spaceful\": \"ohere\",\n    \"spaceless\": \"enweghị oghere\",\n    \"spaceman\": \"Onyeagwu\",\n    \"spacer\": \"Ogwu\",\n    \"spacers\": \"Ohere\",\n    \"spaces\": \"oghere\",\n    \"spacesaving\": \"nyocha\",\n    \"spaceship\": \"Ugbo mmiri\",\n    \"spaceships\": \"Ugbo ala\",\n    \"spacesuit\": \"oghere\",\n    \"spacesuits\": \"oghere\",\n    \"spacetime\": \"oge\",\n    \"spacewalk\": \"ogologo oge\",\n    \"spacewalked\": \"mbara ije\",\n    \"spacewalker\": \"Okpomoku\",\n    \"spacewalkers\": \"ndị na-anya mmiri\",\n    \"spacewalking\": \"ịga ije n’elu ụwa\",\n    \"spacewalks\": \"ogologo oge\",\n    \"spaceward\": \"ohere\",\n    \"spacewoman\": \"Uweanwanyi\",\n    \"spacewomen\": \"Uweanwanyi\",\n    \"spacial\": \"gbasara ohere\",\n    \"spaciality\": \"ohere\",\n    \"spacially\": \"oge\",\n    \"spaciness\": \"ohere\",\n    \"spacing\": \"Ohere\",\n    \"spaciosity\": \"ohere\",\n    \"spacious\": \"saa mbara\",\n    \"spaciously\": \"mbara\",\n    \"spaciousness\": \"obosara\",\n    \"spack\": \"Ohere\",\n    \"spackle\": \"Ogboologo\",\n    \"spackled\": \"Etisa\",\n    \"spackling\": \"Ikwupụta\",\n    \"spaddle\": \"Ogbo\",\n    \"spade\": \"Ohere\",\n    \"spadeful\": \"spade\",\n    \"spadelike\": \"Ogbogu Okonji\",\n    \"spademan\": \"ukwu\",\n    \"spademen\": \"Odogwu\",\n    \"spadesman\": \"Obosara\",\n    \"spadger\": \"Ogwu\",\n    \"spadiard\": \"spadiad\",\n    \"spadiceous\": \"Ohere\",\n    \"spadilla\": \"Ohere\",\n    \"spadille\": \"Ugbodo\",\n    \"spadillo\": \"Ugboro abụọ\",\n    \"spading\": \"na-atụgharị\",\n    \"spadish\": \"Asụsụ\",\n    \"spae\": \"oghere\",\n    \"spaecraft\": \"ugboelu\",\n    \"spaed\": \"ososo\",\n    \"spaeman\": \"onye agha\",\n    \"spaer\": \"ma ọ bụ\",\n    \"spaes\": \"oghere\",\n    \"spaewoman\": \"Uweanwanyi\",\n    \"spag\": \"opu\",\n    \"spagetti\": \"spaghetti\",\n    \"spagyric\": \"ogwugwu\",\n    \"spagyrist\": \"Okpukpe\",\n    \"spahees\": \"spahe\",\n    \"spahis\": \"mba\",\n    \"spay\": \"Nwuo\",\n    \"spayard\": \"ogige\",\n    \"spayed\": \"etinyere\",\n    \"spaying\": \"spay\",\n    \"spail\": \"nkwanye\",\n    \"spails\": \"ihe omumu\",\n    \"spain\": \"Spain\",\n    \"spair\": \"mapụtara\",\n    \"spairge\": \"mmuo\",\n    \"spays\": \"Ihe ịgba\",\n    \"spake\": \"kwuru\",\n    \"spaked\": \"etisa\",\n    \"spalacid\": \"enweghị ike\",\n    \"spalacine\": \"spainke\",\n    \"spald\": \"gwusi\",\n    \"spalder\": \"mkpọsa\",\n    \"spalding\": \"mkpọsa\",\n    \"spales\": \"spalem\",\n    \"spall\": \"opi\",\n    \"spallable\": \"Ohere\",\n    \"spallation\": \"nkwanye\",\n    \"spalled\": \"Okpukpo\",\n    \"spalling\": \"ikwuputa ihe\",\n    \"spalls\": \"ogwugwu\",\n    \"spammed\": \"adịgboroja\",\n    \"spamming\": \"adịgboroja\",\n    \"span\": \"ọnụọgụ\",\n    \"spancel\": \"ogologo\",\n    \"spanceled\": \"spance\",\n    \"spanceling\": \"ịgbatị\",\n    \"spancelled\": \"gbasaa\",\n    \"spancelling\": \"ịgbasapụ\",\n    \"spancels\": \"ogwe aka\",\n    \"spandle\": \"spandrel\",\n    \"spandril\": \"spandrel\",\n    \"spandrils\": \"spandrels\",\n    \"spane\": \"Ohere\",\n    \"spaned\": \"ogologo\",\n    \"spang\": \"ogwe\",\n    \"spanged\": \"etisa\",\n    \"spanghew\": \"Onyenekwu\",\n    \"spanging\": \"ịgbasa\",\n    \"spangled\": \"etisa\",\n    \"spangler\": \"Ohere\",\n    \"spanglet\": \"Ọwaa\",\n    \"spangly\": \"n'amaghi ama\",\n    \"spanglier\": \"Ohere\",\n    \"spangliest\": \"Nke kachasị njọ\",\n    \"spangling\": \"na-agbasa\",\n    \"spangolite\": \"Onyeka Onwenu\",\n    \"spaniard\": \"spaniani\",\n    \"spaniardize\": \"gbasaa\",\n    \"spaniardo\": \"ndị spani\",\n    \"spaniards\": \"ndị spani\",\n    \"spaniellike\": \"spaniel dị ka\",\n    \"spaning\": \"ịgbasa\",\n    \"spaniol\": \"Ohere\",\n    \"spaniolate\": \"gbasaa\",\n    \"spanish\": \"asụsụ Spanish\",\n    \"spanishly\": \"spanishing\",\n    \"spank\": \"nwụọ\",\n    \"spanked\": \"etisa\",\n    \"spankers\": \"spanaka\",\n    \"spanky\": \"Ihe otiti\",\n    \"spankily\": \"mpako\",\n    \"spanking\": \"ịpịa ihe\",\n    \"spankingly\": \"n'egwu\",\n    \"spankings\": \"ịpịa ihe\",\n    \"spankled\": \"etisa\",\n    \"spanks\": \"ogbe\",\n    \"spanned\": \"okike\",\n    \"spanner\": \"okike\",\n    \"spannerman\": \"Onyeoma\",\n    \"spannermen\": \"nwoke na-enweghị atụ\",\n    \"spanners\": \"nyocha\",\n    \"spanning\": \"ịgbasa\",\n    \"spanopnea\": \"Ohere\",\n    \"spanpiece\": \"ogwe aka\",\n    \"spans\": \"Oge\",\n    \"spanspek\": \"Uchenna\",\n    \"spanworms\": \"okpokoro\",\n    \"sparable\": \"gbasara\",\n    \"sparables\": \"nkewa\",\n    \"sparadrap\": \"mgbatị\",\n    \"sparagrass\": \"ọzịza\",\n    \"sparch\": \"ogwu\",\n    \"spare\": \"mapụtara\",\n    \"spareable\": \"mapụtara\",\n    \"spared\": \"mapụtara\",\n    \"spareful\": \"mapụtara\",\n    \"spareless\": \"enweghị atụ\",\n    \"sparely\": \"ma obughi\",\n    \"spareness\": \"mkpọsa\",\n    \"sparer\": \"nchekwa\",\n    \"sparerib\": \"mbukpo\",\n    \"spareribs\": \"mapụtara\",\n    \"sparers\": \"mapụtara\",\n    \"spares\": \"mapụtara\",\n    \"sparesome\": \"enweghị atụ\",\n    \"sparest\": \"enweghị mmetụta\",\n    \"sparge\": \"Ohere\",\n    \"sparged\": \"Odogwu\",\n    \"sparger\": \"Ogbe\",\n    \"spargers\": \"Ogbe\",\n    \"sparges\": \"nza\",\n    \"sparging\": \"Ohere\",\n    \"sparhawk\": \"Ogbodo\",\n    \"sparily\": \"okpu\",\n    \"sparing\": \"itufu\",\n    \"sparingly\": \"ufat\",\n    \"sparingness\": \"enweghị ntụkwasị obi\",\n    \"spark\": \"ebua\",\n    \"sparked\": \"gbaa\",\n    \"sparker\": \"oku\",\n    \"sparkers\": \"Odogwu\",\n    \"sparky\": \"na-egbu maramara\",\n    \"sparkiest\": \"Ogbodo\",\n    \"sparkily\": \"n'echere\",\n    \"sparkiness\": \"mgbu\",\n    \"sparking\": \"na-enwu\",\n    \"sparkingly\": \"na-egbu maramara\",\n    \"sparkish\": \"gbaa\",\n    \"sparkishly\": \"n'eleghị anya\",\n    \"sparkishness\": \"sparkish\",\n    \"sparkle\": \"gbaa\",\n    \"sparkled\": \"gbaa\",\n    \"sparkler\": \"na-egbu maramara\",\n    \"sparklers\": \"na-egbu maramara\",\n    \"sparkles\": \"na-egbuke\",\n    \"sparkless\": \"enweghị atụ\",\n    \"sparklessly\": \"na-egbuke\",\n    \"sparklet\": \"na-egbu maramara\",\n    \"sparkly\": \"gbaa\",\n    \"sparklike\": \"na-enwu\",\n    \"sparkliness\": \"mgbu\",\n    \"sparkling\": \"na-egbu maramara\",\n    \"sparklingly\": \"na-egbu maramara\",\n    \"sparklingness\": \"mgbukepụ\",\n    \"sparkplugged\": \"gbaa\",\n    \"sparkplugging\": \"na-egbu maramara\",\n    \"sparkproof\": \"na-enwu ọkụ\",\n    \"sparks\": \"ọkụ\",\n    \"sparlike\": \"na-enweghị atụ\",\n    \"sparling\": \"Ohere\",\n    \"sparoid\": \"spairo\",\n    \"sparoids\": \"sparoid\",\n    \"sparple\": \"okpukpu\",\n    \"sparpled\": \"okpu\",\n    \"sparpling\": \"Ohere\",\n    \"sparred\": \"okpu\",\n    \"sparrer\": \"okwukwu\",\n    \"sparrier\": \"onyenkwanu\",\n    \"sparrygrass\": \"ogbegbe\",\n    \"sparring\": \"Ohere\",\n    \"sparringly\": \"ufat\",\n    \"sparrow\": \"Nwa nza\",\n    \"sparrowbill\": \"Odogwu\",\n    \"sparrowdom\": \"Ogbodo\",\n    \"sparrowgrass\": \"ogbegbe\",\n    \"sparrowhawk\": \"Onyenekwe\",\n    \"sparrowy\": \"Odogwu\",\n    \"sparrowish\": \"Odogwu\",\n    \"sparrowless\": \"enweghị atụ\",\n    \"sparrowlike\": \"Nwa nza\",\n    \"sparrows\": \"nza\",\n    \"sparrowtail\": \"Ogbe ejije\",\n    \"sparrowtongue\": \"Ugboro abụọ\",\n    \"sparrowwort\": \"Ogbegbe\",\n    \"spars\": \"egwuregwu\",\n    \"sparse\": \"enweghi otutu\",\n    \"sparsedly\": \"enweghị atụ\",\n    \"sparsely\": \"enweghị atụ\",\n    \"sparseness\": \"ezughị ezu\",\n    \"sparser\": \"ekpukwasị\",\n    \"sparsest\": \"dịkarịrị ala\",\n    \"sparsile\": \"enweghi nke\",\n    \"sparsity\": \"enweghi ike\",\n    \"sparsities\": \"ihe ndi ozo\",\n    \"spart\": \"Spart\",\n    \"spartacan\": \"Onyeka Onwenu\",\n    \"spartacide\": \"Spartacide\",\n    \"spartacist\": \"onyewuta\",\n    \"spartanic\": \"spartanik\",\n    \"spartans\": \"spartan\",\n    \"spartein\": \"Onyeka Onwenu\",\n    \"sparth\": \"Ohere\",\n    \"spartle\": \"spartart\",\n    \"spartled\": \"ebua\",\n    \"spartling\": \"ebua\",\n    \"sparver\": \"Ohere\",\n    \"spas\": \"spa\",\n    \"spasmed\": \"akpaghasị\",\n    \"spasmodic\": \"ogwugwu\",\n    \"spasmodist\": \"Onyekachi\",\n    \"spasmophile\": \"Onyekwere\",\n    \"spasmous\": \"nnukwu\",\n    \"spasms\": \"akwara\",\n    \"spasmus\": \"Obosara\",\n    \"spastic\": \"okpokoro\",\n    \"spastically\": \"n'oge\",\n    \"spasticity\": \"spastic\",\n    \"spastics\": \"ogwo\",\n    \"spat\": \"gbụrụ\",\n    \"spatangina\": \"Onyeoma Tochukwu Nnamani\",\n    \"spatangoid\": \"Ogbogu Okonji\",\n    \"spatangoidean\": \"Onyekwere\",\n    \"spatangus\": \"onyenekwu\",\n    \"spatchcock\": \"ebechi\",\n    \"spate\": \"opi\",\n    \"spath\": \"uzo\",\n    \"spathaceous\": \"ohere\",\n    \"spathed\": \"gbụrụ\",\n    \"spatheful\": \"na-egosipụta\",\n    \"spathic\": \"gbasara ohere\",\n    \"spathiform\": \"egwuregwu\",\n    \"spatial\": \"gbasara ohere\",\n    \"spatialism\": \"gbasara ohere\",\n    \"spatialist\": \"onye gbasara mbara igwe\",\n    \"spatiality\": \"Ohere\",\n    \"spatialization\": \"gbasara ọgwụ\",\n    \"spatially\": \"oge\",\n    \"spatiate\": \"spatiat\",\n    \"spatiation\": \"oge\",\n    \"spating\": \"n'egwuregwu\",\n    \"spatio\": \"Ohere\",\n    \"spatiography\": \"ọdịdị\",\n    \"spatling\": \"ịgbasa\",\n    \"spattania\": \"sputania\",\n    \"spatted\": \"gbụsara ọnụ mmiri\",\n    \"spattee\": \"onye spattee\",\n    \"spatter\": \"agbasa\",\n    \"spatterdashed\": \"agbasaala agbachapụ\",\n    \"spattered\": \"gbasasịa\",\n    \"spattering\": \"ịgbasa\",\n    \"spatteringly\": \"na-atụgharị uche\",\n    \"spatters\": \"spatt\",\n    \"spatterware\": \"ihe egwuregwu\",\n    \"spatting\": \"ịgbasa\",\n    \"spattled\": \"agbasa\",\n    \"spattlehoe\": \"Onyekwere\",\n    \"spattling\": \"ịgbasa\",\n    \"spatulamancy\": \"spatula nancy\",\n    \"spatular\": \"spatula\",\n    \"spatulate\": \"gbasaa\",\n    \"spatulation\": \"agbatị\",\n    \"spatulous\": \"enweghi obi uto\",\n    \"spatzle\": \"Ohere\",\n    \"spaught\": \"etinyere\",\n    \"spauld\": \"Ikekwe\",\n    \"spaulder\": \"Okwute\",\n    \"spauldrochy\": \"Ikechukwu\",\n    \"spave\": \"mapụtara\",\n    \"spaver\": \"ichebe\",\n    \"spavied\": \"spain\",\n    \"spavies\": \"Anyanwụ\",\n    \"spavin\": \"spain\",\n    \"spavindy\": \"spain\",\n    \"spavine\": \"spain\",\n    \"spavined\": \"egbughị\",\n    \"spavins\": \"spain\",\n    \"spawl\": \"igwu\",\n    \"spawler\": \"Ihe nkpuchi\",\n    \"spawling\": \"na-agbasa\",\n    \"spawneater\": \"onye na-eri ihe oriri\",\n    \"spawned\": \"amụba\",\n    \"spawner\": \"Ihe nkpuchi\",\n    \"spawners\": \"spawn\",\n    \"spawning\": \"na-agbasa\",\n    \"spawns\": \"spawn\",\n    \"speak\": \"kwuo okwu\",\n    \"speakable\": \"kwuo okwu\",\n    \"speakableness\": \"ikwu okwu\",\n    \"speakably\": \"ikwu okwu\",\n    \"speakablies\": \"na-ekwu okwu\",\n    \"speakeasy\": \"okwu ọnụ\",\n    \"speakeasies\": \"Ugwu\",\n    \"speaker\": \"ọkà okwu\",\n    \"speakeress\": \"ndị na-ekwu okwu\",\n    \"speakerphone\": \"igwe okwu\",\n    \"speakers\": \"ndị na-ekwu okwu\",\n    \"speakership\": \"okwu ọnụ\",\n    \"speakhouse\": \"ikwu okwu\",\n    \"speakie\": \"ọkà okwu\",\n    \"speakies\": \"Ugwu\",\n    \"speaking\": \"Na-ekwu\",\n    \"speakingly\": \"na-ekwu okwu\",\n    \"speakingness\": \"ikwu okwu\",\n    \"speakings\": \"okwu\",\n    \"speakless\": \"ikwu okwu\",\n    \"speaklessly\": \"ikwu okwu\",\n    \"speaks\": \"na-ekwu okwu\",\n    \"speal\": \"ubu\",\n    \"spealbone\": \"Ọkpụkpụ\",\n    \"speaned\": \"spean\",\n    \"speaning\": \"na-asụ ude\",\n    \"spear\": \"ube\",\n    \"spearcast\": \"ube\",\n    \"speared\": \"ube\",\n    \"speareye\": \"ekwukwu\",\n    \"spearer\": \"ebua\",\n    \"spearers\": \"ube\",\n    \"spearfish\": \"ube\",\n    \"spearfishes\": \"ubele\",\n    \"spearflower\": \"ube-ala\",\n    \"spearhead\": \"isi\",\n    \"spearheaded\": \"na-ebute ụzọ\",\n    \"spearheading\": \"na-ebute ụzọ\",\n    \"spearheads\": \"ube\",\n    \"speary\": \"ubu\",\n    \"spearing\": \"ube\",\n    \"spearlike\": \"yiri ube\",\n    \"spearman\": \"ube\",\n    \"spearmanship\": \"ube\",\n    \"spearmen\": \"ube\",\n    \"spearmints\": \"ube\",\n    \"spearproof\": \"ube gosiri\",\n    \"spears\": \"ube\",\n    \"spearsman\": \"ube\",\n    \"spearsmen\": \"ube\",\n    \"spearwood\": \"osisi ube\",\n    \"spearwort\": \"ube\",\n    \"spec\": \"ntule\",\n    \"spece\": \"ntule\",\n    \"special\": \"pụrụ iche\",\n    \"specialer\": \"pụrụ iche\",\n    \"specialest\": \"ọkachamara\",\n    \"specialisation\": \"iche iche\",\n    \"specialise\": \"ipuiche\",\n    \"specialised\": \"pụrụ iche\",\n    \"specialising\": \"ọkachamara\",\n    \"specialism\": \"ọpụrụiche\",\n    \"specialist\": \"ọkachamara\",\n    \"specialistic\": \"ọkachamara\",\n    \"specialists\": \"ọkachamara\",\n    \"speciality\": \"ọpụrụiche\",\n    \"specialities\": \"ọpụrụiche\",\n    \"specialization\": \"iche iche\",\n    \"specializations\": \"ọkachamara\",\n    \"specialize\": \"ipuiche\",\n    \"specialized\": \"pụrụ iche\",\n    \"specializer\": \"pụrụ iche\",\n    \"specializes\": \"pụrụ iche\",\n    \"specializing\": \"ọkachamara\",\n    \"specially\": \"akpan\",\n    \"specialness\": \"ọpụrụiche\",\n    \"specials\": \"ọpụrụiche\",\n    \"specialty\": \"ọpụrụiche\",\n    \"specialties\": \"ọpụrụiche\",\n    \"speciate\": \"ipuiche\",\n    \"speciated\": \"ọkachamara\",\n    \"speciates\": \"ọpụrụiche\",\n    \"speciating\": \"ọpụrụiche\",\n    \"speciation\": \"ọpụrụiche\",\n    \"speciational\": \"ọkachamara\",\n    \"specie\": \"ọpụrụiche\",\n    \"species\": \"umu\",\n    \"speciesism\": \"umu anumanu\",\n    \"speciestaler\": \"ụdị\",\n    \"specif\": \"ezipụta\",\n    \"specify\": \"ezipụta\",\n    \"specifiable\": \"kwupụta\",\n    \"specific\": \"kpọmkwem\",\n    \"specifical\": \"zoro ọnụ\",\n    \"specificality\": \"nkọwapụta\",\n    \"specifically\": \"kpọmkwem\",\n    \"specificalness\": \"kpọmkwem\",\n    \"specificate\": \"nkọwapụta\",\n    \"specificated\": \"nkọwapụta\",\n    \"specificating\": \"ịkọwapụta\",\n    \"specification\": \"nkọwapụta\",\n    \"specifications\": \"nkọwa\",\n    \"specificative\": \"nkọwapụta\",\n    \"specificatively\": \"nkọwapụta\",\n    \"specificity\": \"nkọwa\",\n    \"specificities\": \"nkọwa\",\n    \"specificize\": \"kọwaa\",\n    \"specificized\": \"akọwapụtara\",\n    \"specificizing\": \"akọwapụta\",\n    \"specificly\": \"kpọmkwem\",\n    \"specificness\": \"nkọwapụta\",\n    \"specifics\": \"nkọwa\",\n    \"specified\": \"akọwapụtara\",\n    \"specifier\": \"nkọwapụta\",\n    \"specifiers\": \"kwupụta\",\n    \"specifies\": \"akọwapụta\",\n    \"specifying\": \"na-akọwapụta\",\n    \"specifist\": \"onye nkọwapụta\",\n    \"specillum\": \"ntule\",\n    \"specimen\": \"ihe nlere\",\n    \"specimenize\": \"gbasie ike\",\n    \"specimenized\": \"atụ\",\n    \"specimens\": \"ụdị\",\n    \"speciology\": \"ntule\",\n    \"speciosity\": \"ịkọ nkọ\",\n    \"speciosities\": \"nkọ\",\n    \"specious\": \"iche\",\n    \"speciously\": \"n'olu oma\",\n    \"speciousness\": \"ịkọ nkọ\",\n    \"specked\": \"gbasasịa\",\n    \"speckedness\": \"nkwanye ugwu\",\n    \"specky\": \"uda\",\n    \"speckiest\": \"nke kachasị\",\n    \"speckiness\": \"nkwupụta okwu\",\n    \"specklebelly\": \"Onyeka onwenu\",\n    \"specklebreast\": \"gbamgbam\",\n    \"speckled\": \"tụrụ atụ\",\n    \"speckledbill\": \"gbamgbam\",\n    \"speckledy\": \"gbamgbam\",\n    \"speckledness\": \"nkwanye ugwu\",\n    \"speckless\": \"enweghị ntụpọ\",\n    \"specklessness\": \"enweghị ntụpọ\",\n    \"speckliness\": \"ikwupụta okwu\",\n    \"speckling\": \"gbaa ọkpụrụkpụ\",\n    \"specks\": \"uzo\",\n    \"specksioneer\": \"Onye nkwusa\",\n    \"specs\": \"ụdịdị\",\n    \"specsartine\": \"Ntughari\",\n    \"spectacle\": \"ihe ngosi\",\n    \"spectacled\": \"spectacal\",\n    \"spectacleless\": \"enweghị ihe ọ bụla\",\n    \"spectaclelike\": \"yiri ihe ngosi\",\n    \"spectaclemaker\": \"ihe nlere\",\n    \"spectaclemaking\": \"ihe ngosi\",\n    \"spectacles\": \"ihe nlere\",\n    \"spectacular\": \"pụtara ìhè\",\n    \"spectacularity\": \"ọhụụ\",\n    \"spectacularly\": \"n'ụzọ pụtara ìhè\",\n    \"spectant\": \"Santant\",\n    \"spectated\": \"gbasiri ike\",\n    \"spectates\": \"ihe nkiri\",\n    \"spectator\": \"onye nkiri\",\n    \"spectatory\": \"Ikiri egwu\",\n    \"spectatorial\": \"onye nkiri\",\n    \"spectators\": \"ndị nkiri\",\n    \"spectatorship\": \"ikiri ihe nkiri\",\n    \"spectatress\": \"ihe nkiri\",\n    \"spectatrix\": \"egwuregwu\",\n    \"specter\": \"nlele\",\n    \"spectered\": \"nlele\",\n    \"specterlike\": \"specter dị ka\",\n    \"specters\": \"ihe nkiri\",\n    \"spector\": \"nlele\",\n    \"spectra\": \"ụdịdị dị iche iche\",\n    \"spectral\": \"ụdịdị\",\n    \"spectrality\": \"ụdịdị iche\",\n    \"spectrally\": \"n'ụzọ dị iche iche\",\n    \"spectralness\": \"iche iche\",\n    \"spectre\": \"nlele\",\n    \"spectred\": \"lere anya\",\n    \"spectres\": \"ihe nkiri\",\n    \"spectrobolometer\": \"spectrophotometer\",\n    \"spectrochemical\": \"nlele\",\n    \"spectrochemistry\": \"nyocha\",\n    \"spectrofluorimeter\": \"spectrofluorometer\",\n    \"spectrograms\": \"nkiri\",\n    \"spectrograph\": \"ihe nkiri\",\n    \"spectrographer\": \"onye na-ese ihe nkiri\",\n    \"spectrography\": \"ihe nkiri\",\n    \"spectrographic\": \"ihe nkiri\",\n    \"spectrographically\": \"iche iche\",\n    \"spectrographies\": \"ihe nkiri\",\n    \"spectrographs\": \"ihe nkiri\",\n    \"spectroheliographic\": \"ihe nkiri\",\n    \"spectrology\": \"nkiri\",\n    \"spectrological\": \"egwuregwu\",\n    \"spectrologically\": \"n'egwu\",\n    \"spectrometers\": \"ihe nkiri\",\n    \"spectrometry\": \"ụdịdị\",\n    \"spectrometries\": \"ụdịdị dị iche iche\",\n    \"spectrophone\": \"igwe okwu\",\n    \"spectrophonic\": \"ụdịdị dị iche iche\",\n    \"spectroradiometry\": \"ụdịdị dị iche iche\",\n    \"spectroradiometric\": \"ụdịdị dị iche iche\",\n    \"spectroscope\": \"ihe nkiri\",\n    \"spectroscopes\": \"ihe nlere\",\n    \"spectroscopy\": \"nyocha\",\n    \"spectroscopical\": \"ihe nkiri\",\n    \"spectroscopically\": \"n'ụzọ dị iche iche\",\n    \"spectroscopies\": \"ihe nkiri egwuregwu\",\n    \"spectroscopists\": \"ndị na-enyocha ihe nkiri egwuregwu\",\n    \"spectrous\": \"dị egwu\",\n    \"spectrum\": \"ụdịdị dị iche iche\",\n    \"spectrums\": \"ụdịdị dị iche iche\",\n    \"specttra\": \"ụdịdị\",\n    \"specula\": \"ntule\",\n    \"specular\": \"atule\",\n    \"specularia\": \"ịkọ nkọ\",\n    \"specularity\": \"ntule\",\n    \"specularly\": \"kwesịrị\",\n    \"speculate\": \"tulee\",\n    \"speculated\": \"iche\",\n    \"speculates\": \"na-eche\",\n    \"speculating\": \"na-atụgharị uche\",\n    \"speculation\": \"ntule\",\n    \"speculations\": \"ịkọ nkọ\",\n    \"speculatist\": \"onye nkwughari\",\n    \"speculative\": \"ịkọ nkọ\",\n    \"speculatively\": \"n'atụmatụ\",\n    \"speculativeness\": \"ịkọ nkọ\",\n    \"speculativism\": \"ịkọ nkọ\",\n    \"speculator\": \"onye ntule\",\n    \"speculatory\": \"ịkọ nkọ\",\n    \"speculators\": \"ndị na-akọ nkọ\",\n    \"speculatrices\": \"ịkọ nkọ\",\n    \"speculatrix\": \"ntule\",\n    \"speculist\": \"onye ntughari\",\n    \"speculum\": \"- ntule\",\n    \"speculums\": \"ntule\",\n    \"speech\": \"okwu\",\n    \"speechcraft\": \"okwu\",\n    \"speecher\": \"gbasasịa\",\n    \"speeches\": \"okwu\",\n    \"speechful\": \"na-ekwu okwu\",\n    \"speechfulness\": \"ikwu okwu\",\n    \"speechify\": \"Ọsọ ọsọ\",\n    \"speechification\": \"Spehechification\",\n    \"speechified\": \"gbasasịa\",\n    \"speechifying\": \"ịgbanye ọsọ ọsọ\",\n    \"speeching\": \"ikwu okwu\",\n    \"speechless\": \"ikwu okwu\",\n    \"speechlessly\": \"ikwu okwu\",\n    \"speechlessness\": \"ikwu okwu\",\n    \"speechlore\": \"ikwu okwu\",\n    \"speechmaker\": \"ọkà okwu\",\n    \"speechmaking\": \"na-ekwu okwu\",\n    \"speechment\": \"okwu\",\n    \"speechway\": \"okwu\",\n    \"speed\": \"ososo\",\n    \"speedaway\": \"uzo\",\n    \"speedball\": \"bọọlụ ọsọ\",\n    \"speedboat\": \"ụgbọ mmiri\",\n    \"speedboater\": \"ụgbọ mmiri\",\n    \"speedboating\": \"ịgba ọsọ ọsọ\",\n    \"speedboatman\": \"onye na-agba okirikiri\",\n    \"speedboats\": \"ụgbọ mmiri ọsọ\",\n    \"speeded\": \"gbapụrụ ọsọ\",\n    \"speeder\": \"ososo\",\n    \"speeders\": \"ndị na-agba ọsọ ọsọ\",\n    \"speedful\": \"ngwa ngwa\",\n    \"speedfully\": \"ngwa ngwa\",\n    \"speedfulness\": \"ngwa ngwa\",\n    \"speedgun\": \"ngwa ngwa\",\n    \"speedy\": \"ngwa ngwa\",\n    \"speediest\": \"kachasị ọsọ\",\n    \"speedily\": \"ngwa ngwa\",\n    \"speediness\": \"ngwa ngwa\",\n    \"speeding\": \"na-agba oso\",\n    \"speedingly\": \"ngwa ngwa\",\n    \"speedingness\": \"ịgba ọsọ\",\n    \"speedings\": \"oso ososo\",\n    \"speedless\": \"enweghi oso\",\n    \"speedly\": \"ngwa ngwa\",\n    \"speedlight\": \"ọsọ ọsọ\",\n    \"speedometer\": \"spidomita\",\n    \"speedometers\": \"spidomita\",\n    \"speeds\": \"gbapụrụ ọsọ\",\n    \"speedster\": \"onye na-agba oso\",\n    \"speedup\": \"osooso\",\n    \"speedups\": \"ososo\",\n    \"speedway\": \"okporo ụzọ\",\n    \"speedways\": \"okporo ụzọ\",\n    \"speedwalk\": \"ọsọ ije\",\n    \"speedwell\": \"ososo\",\n    \"speedwells\": \"ngwa ngwa\",\n    \"speeled\": \"speel\",\n    \"speeling\": \"mkpoputa\",\n    \"speelken\": \"Kwuru okwu\",\n    \"speelless\": \"enweghị ntụpọ\",\n    \"speels\": \"ugba\",\n    \"speen\": \"gbue oso\",\n    \"speered\": \"jiri ọsọ\",\n    \"speering\": \"ọkwọ ụgbọala\",\n    \"speerings\": \"ube\",\n    \"speerity\": \"ike\",\n    \"speers\": \"ugba\",\n    \"speight\": \"ugba\",\n    \"speiled\": \"gbara ọsọ\",\n    \"speiling\": \"na-agba ọsọ\",\n    \"speils\": \"gbara ọsọ\",\n    \"speir\": \"Ugbo\",\n    \"speired\": \"gbara ọsọ\",\n    \"speiring\": \"na-agbapu\",\n    \"speirs\": \"ugba\",\n    \"speise\": \"Speise\",\n    \"speises\": \"gbasaa\",\n    \"speiskobalt\": \"Udogwu\",\n    \"speiss\": \"Okpukpe\",\n    \"speisscobalt\": \"Onyeka Onwenu\",\n    \"speisses\": \"Speisses\",\n    \"spekboom\": \"okwu\",\n    \"spekt\": \"Ugboro abụọ\",\n    \"spelaean\": \"Onyekachi\",\n    \"spelaeology\": \"nkà mmụta sayensị\",\n    \"spelbinding\": \"Imepe\",\n    \"spelbound\": \"Okpukpo\",\n    \"spelding\": \"ịgbanye\",\n    \"speldring\": \"mkpali\",\n    \"speldron\": \"Udochukwu\",\n    \"speleology\": \"nkà mmụta sayensị\",\n    \"speleologist\": \"ọkà mmụta sayensị\",\n    \"speleologists\": \"ndị ọkà mmụta sayensị\",\n    \"spell\": \"asụpe\",\n    \"spellable\": \"Mgbasa ozi\",\n    \"spellbind\": \"nsupe\",\n    \"spellbinder\": \"Imepe\",\n    \"spellbinders\": \"ihe anwansị\",\n    \"spellbinding\": \"Imepe\",\n    \"spellbinds\": \"ihe anwansi\",\n    \"spellbound\": \"Imepe\",\n    \"spellcasting\": \"Asụsụ\",\n    \"spellcraft\": \"okwu anwansi\",\n    \"spelldown\": \"Ugwuoba\",\n    \"spelldowns\": \"ebe ugwu\",\n    \"spelled\": \"asụpe\",\n    \"speller\": \"onye na-asụpe okwu\",\n    \"spellers\": \"ndị na-eme mkpọsa\",\n    \"spellful\": \"Ekwukwu okwu\",\n    \"spellican\": \"Asụsụ spellikan\",\n    \"spelling\": \"mkpoputa\",\n    \"spellingdown\": \"mkpoputa\",\n    \"spellingly\": \"mkpoputa\",\n    \"spellings\": \"Nsupe okwu\",\n    \"spellken\": \"Ekwuru okwu\",\n    \"spellmonger\": \"Ime anwansi\",\n    \"spells\": \"Nkọwa\",\n    \"spellword\": \"mkpoputa okwu\",\n    \"spellwork\": \"pepe\",\n    \"spelman\": \"Nwoke\",\n    \"spelt\": \"asụpe\",\n    \"spelterman\": \"Nwoke\",\n    \"speltermen\": \"ndị nwoke\",\n    \"spelters\": \"ndị edemede\",\n    \"spelts\": \"Nkọwa\",\n    \"speltz\": \"Onyegbula\",\n    \"speltzes\": \"na-agbaze\",\n    \"speluncean\": \"mbara ala\",\n    \"spelunked\": \"ọkpọkọ\",\n    \"spelunkers\": \"Ndị ọkpọ\",\n    \"spelunking\": \"ikwu okwu\",\n    \"spencean\": \"Ohere\",\n    \"spencerian\": \"Onyeisiala\",\n    \"spency\": \"ikike\",\n    \"spencie\": \"oge\",\n    \"spend\": \"emefu\",\n    \"spendable\": \"imefu ego\",\n    \"spender\": \"mmefu\",\n    \"spenders\": \"ndị na-eri ego\",\n    \"spendful\": \"na-emefu ego\",\n    \"spendible\": \"nkwupụta\",\n    \"spending\": \"emefu\",\n    \"spendings\": \"mmefu\",\n    \"spendless\": \"emefughi\",\n    \"spends\": \"emefu\",\n    \"spendthrift\": \"oge ezumike\",\n    \"spendthrifty\": \"na-egbu oge\",\n    \"spendthriftiness\": \"imefu ego\",\n    \"spendthriftness\": \"nzuzu\",\n    \"spendthrifts\": \"onyegbula\",\n    \"spenglerian\": \"Onye Ozi\",\n    \"spense\": \"mmefu\",\n    \"spenserian\": \"Onye Ozi\",\n    \"spent\": \"nọrọ\",\n    \"speotyto\": \"nkọwapụta\",\n    \"sperable\": \"nwere ike ịkọwapụta\",\n    \"sperage\": \"ugba\",\n    \"speramtozoon\": \"Ugwuatu\",\n    \"sperate\": \"gbasie ike\",\n    \"sperity\": \"spam\",\n    \"sperket\": \"ikwu okwu\",\n    \"sperling\": \"spam\",\n    \"sperm\": \"spam\",\n    \"sperma\": \"spam\",\n    \"spermalist\": \"onye spermalist\",\n    \"spermary\": \"spam\",\n    \"spermaries\": \"spermarị\",\n    \"spermashion\": \"okpokoro\",\n    \"spermatin\": \"spam\",\n    \"spermation\": \"spam\",\n    \"spermatist\": \"onye nyocha\",\n    \"spermatoplasmic\": \"ogwu spermatoplasmic\",\n    \"spermatorrhea\": \"ụkwara ọbara ọbara\",\n    \"spermy\": \"spam\",\n    \"spermic\": \"spam\",\n    \"spermicide\": \"spam ịgba ọgwụ\",\n    \"spermigerous\": \"spermig mkpọtụ\",\n    \"spermin\": \"spam\",\n    \"spermine\": \"spam\",\n    \"spermines\": \"spam\",\n    \"spermism\": \"spam\",\n    \"spermist\": \"spam nwoke\",\n    \"spermoderm\": \"ọbara ọcha\",\n    \"spermogenesis\": \"spermatogenesis\",\n    \"spermogenous\": \"spermatogenous\",\n    \"spermogone\": \"spermatogonia\",\n    \"spermologist\": \"ọkà mmụta spermologist\",\n    \"spermous\": \"buru ibu\",\n    \"sperms\": \"spam\",\n    \"spermule\": \"spam\",\n    \"speron\": \"ugo\",\n    \"speronara\": \"ugbala\",\n    \"speronaras\": \"ugba\",\n    \"speronares\": \"ngwa ngwa\",\n    \"speronaros\": \"Ukpo okpo\",\n    \"sperone\": \"ukpa\",\n    \"sperse\": \"gbasaa\",\n    \"spetch\": \"anwansi\",\n    \"spetches\": \"edeturu\",\n    \"spetrophoby\": \"Ogba\",\n    \"speuchan\": \"ike\",\n    \"spew\": \"Spew\",\n    \"spewed\": \"gbasaa\",\n    \"spewer\": \"ube\",\n    \"spewers\": \"Ugbo\",\n    \"spewy\": \"ngwa ngwa\",\n    \"spewiness\": \"ikwupụta okwu\",\n    \"spewing\": \"sọọsọ\",\n    \"sphacel\": \"Mgbasa\",\n    \"sphacelate\": \"ikesa\",\n    \"sphacelated\": \"Gbasara\",\n    \"sphacelating\": \"ikpa\",\n    \"sphacelation\": \"Mgbatị\",\n    \"sphacelia\": \"Uzoukwu\",\n    \"sphacelial\": \"Mgbasawanye\",\n    \"sphacelism\": \"Mgbasawanye\",\n    \"sphacelus\": \"Onyekwere\",\n    \"sphaeriaceous\": \"okirikiri\",\n    \"sphaeridial\": \"Mgbasaozi\",\n    \"sphaerospore\": \"egwuregwu\",\n    \"sphaerostilbe\": \"ogwugwu\",\n    \"sphagion\": \"Ugwuoba\",\n    \"sphagnology\": \"nkà mmụta sayensị\",\n    \"sphakiot\": \"Onyekwere\",\n    \"sphegid\": \"nyocha\",\n    \"sphendone\": \"Onyema\",\n    \"sphenes\": \"mkpọchi\",\n    \"sphenographer\": \"okwaigbo\",\n    \"sphenography\": \"ọdịdị\",\n    \"spheral\": \"okirikiri\",\n    \"spherality\": \"okirikiri\",\n    \"spheration\": \"ikpo okwu\",\n    \"sphere\": \"okirikiri\",\n    \"sphered\": \"gbanye\",\n    \"sphereless\": \"enweghị gburugburu\",\n    \"spherelike\": \"okirikiri\",\n    \"spheres\": \"okirikiri\",\n    \"sphery\": \"okirikiri\",\n    \"spheric\": \"* Tụkwasị\",\n    \"spherical\": \"* Tụkwasị\",\n    \"sphericality\": \"ọkwá\",\n    \"spherically\": \"n'eziokwu\",\n    \"sphericalness\": \"* kwadoo ness\",\n    \"sphericist\": \"onye okacha amara\",\n    \"sphericity\": \"okirikiri\",\n    \"sphericities\": \"okirikiri\",\n    \"sphericle\": \"okirikiri\",\n    \"sphericocylindrical\": \"sphericocylindrical nwere\",\n    \"sphericotetrahedral\": \"okpokoro\",\n    \"sphericotriangular\": \"okirikiri\",\n    \"spherics\": \"Ọdịdị\",\n    \"spherier\": \"okirikiri\",\n    \"spherify\": \"ikwupụta\",\n    \"spheriform\": \"egwuregwu\",\n    \"sphering\": \"okwukwu\",\n    \"spherocrystal\": \"okpokoro\",\n    \"spheroidicity\": \"ogwugwu\",\n    \"spheroidity\": \"ogwugwu\",\n    \"spheroidize\": \"na-eme ka ọ dị ọcha\",\n    \"spherome\": \"okpokoro\",\n    \"spherosome\": \"Okpomoku\",\n    \"spherular\": \"okirikiri\",\n    \"spherulate\": \"gosiputa\",\n    \"spherule\": \"okirikiri\",\n    \"spherules\": \"okirikiri\",\n    \"spherulitic\": \"asụsụ spherulitic\",\n    \"spherulitize\": \"gbasaa\",\n    \"sphygmometer\": \"sphygmometa\",\n    \"sphygmometric\": \"sphygmometa\",\n    \"sphygmophone\": \"ekwentị gị\",\n    \"sphincteral\": \"ogwugwu\",\n    \"sphincteralgia\": \"sphincter algia\",\n    \"sphincterial\": \"akwara\",\n    \"sphincteric\": \"akwara\",\n    \"sphincteroscopy\": \"ọgwụ sphincteroscopy\",\n    \"sphincterotomy\": \"akwara sphincterotomy\",\n    \"sphindid\": \"n'azụ\",\n    \"sphindidae\": \"n'azụ\",\n    \"sphindus\": \"n'azụ\",\n    \"sphinges\": \"ihe ndaputa\",\n    \"sphingometer\": \"sphinomita\",\n    \"sphingosine\": \"Ogwu\",\n    \"sphinxianness\": \"ogwugwu\",\n    \"sphinxlike\": \"ọfụma\",\n    \"spy\": \"onye nledo\",\n    \"spial\": \"ọkpụkpụ azụ\",\n    \"spyboat\": \"ụgbọ mmiri\",\n    \"spicae\": \"spica\",\n    \"spical\": \"spica\",\n    \"spicant\": \"spic\",\n    \"spicas\": \"Odogwu\",\n    \"spicate\": \"osikapa\",\n    \"spicated\": \"etuto\",\n    \"spice\": \"ose\",\n    \"spiceable\": \"oseose\",\n    \"spicebush\": \"Spicebush\",\n    \"spicecake\": \"achicha\",\n    \"spiced\": \"oseose\",\n    \"spiceful\": \"oseose\",\n    \"spicehouse\": \"ulo ogwu\",\n    \"spicey\": \"oseose\",\n    \"spiceland\": \"Obosa\",\n    \"spiceless\": \"oseose\",\n    \"spicery\": \"spicers\",\n    \"spiceries\": \"spicers\",\n    \"spices\": \"ngwa nri\",\n    \"spicewood\": \"osikapa\",\n    \"spicy\": \"oseose\",\n    \"spiciferous\": \"spicifera\",\n    \"spicigerous\": \"na-eme mkpọtụ\",\n    \"spiciness\": \"ọnya\",\n    \"spicing\": \"oseose\",\n    \"spick\": \"oseose\",\n    \"spicket\": \"mpempe akwụkwọ\",\n    \"spicknel\": \"Ogwu\",\n    \"spicks\": \"Ogwu\",\n    \"spicous\": \"iche\",\n    \"spicousness\": \"obosara\",\n    \"spics\": \"Ogwu\",\n    \"spicular\": \"spikal\",\n    \"spiculate\": \"oseose\",\n    \"spicule\": \"Ogwu\",\n    \"spicules\": \"spikulu\",\n    \"spiculigerous\": \"ihe na-akpali akpali\",\n    \"spiculose\": \"Obinwanne\",\n    \"spiculous\": \"okpu\",\n    \"spiculum\": \"ogwu\",\n    \"spider\": \"ududo\",\n    \"spidered\": \"spid\",\n    \"spiderflower\": \"ududo\",\n    \"spiderhunter\": \"ududo\",\n    \"spiderlet\": \"ududo\",\n    \"spiderly\": \"ududo\",\n    \"spiderlike\": \"ududo\",\n    \"spiderling\": \"Ududo\",\n    \"spiderman\": \"ududo\",\n    \"spidermonkey\": \"ududo\",\n    \"spiders\": \"ududo\",\n    \"spiderweb\": \"ududo\",\n    \"spiderwebbed\": \"ududo\",\n    \"spiderwebbing\": \"ududo\",\n    \"spiderwork\": \"Ogwu ududo\",\n    \"spiderwort\": \"ududo\",\n    \"spied\": \"ledoo\",\n    \"spiel\": \"ogwe\",\n    \"spieled\": \"gburugburu\",\n    \"spieler\": \"Okpukpo\",\n    \"spielers\": \"Ogwu\",\n    \"spieling\": \"Ntughari\",\n    \"spyer\": \"onye nyocha\",\n    \"spiered\": \"Ekpebiri\",\n    \"spiering\": \"na-egbu oge\",\n    \"spies\": \"ndị nledo\",\n    \"spif\": \"Ohere\",\n    \"spyfault\": \"ndabere\",\n    \"spiffed\": \"kewaa\",\n    \"spiffy\": \"zuo\",\n    \"spiffily\": \"n'eziokwu\",\n    \"spiffing\": \"na-efesa\",\n    \"spifflication\": \"Mgbasa\",\n    \"spiflicate\": \"pụọ\",\n    \"spiflicated\": \"Nkeji\",\n    \"spiflication\": \"Nkeji\",\n    \"spig\": \"okpukpu\",\n    \"spignel\": \"ngọngọ\",\n    \"spignet\": \"ire okwu\",\n    \"spignut\": \"opupu\",\n    \"spyhole\": \"olulu\",\n    \"spying\": \"nnyocha\",\n    \"spik\": \"Ohere\",\n    \"spike\": \"ọgọ\",\n    \"spikebill\": \"Onyeka Onwenu\",\n    \"spiked\": \"Ohere\",\n    \"spikedace\": \"Ohere\",\n    \"spikedaces\": \"Ohere\",\n    \"spikedness\": \"Ohere\",\n    \"spikefish\": \"azụ\",\n    \"spikefishes\": \"Okwukwu\",\n    \"spikehole\": \"Okpukpo\",\n    \"spikehorn\": \"Onyeka Onwenu\",\n    \"spikelet\": \"Spikelet\",\n    \"spikelike\": \"Ohere\",\n    \"spikers\": \"Ogwu\",\n    \"spikes\": \"Ohere\",\n    \"spiketail\": \"Ohere\",\n    \"spiketop\": \"Ogbe\",\n    \"spikeweed\": \"Onyeka Onwenu\",\n    \"spikewise\": \"ọgọ\",\n    \"spikier\": \"Ogwu\",\n    \"spikiness\": \"Ogwu\",\n    \"spiking\": \"Ohere\",\n    \"spiks\": \"ọgọ\",\n    \"spilanthes\": \"Okpukpo\",\n    \"spile\": \"ọgọ\",\n    \"spiler\": \"Spiler\",\n    \"spiles\": \"Ohere\",\n    \"spilikin\": \"Ogwu\",\n    \"spilikins\": \"Ogwu\",\n    \"spilings\": \"Ihe ndaputa\",\n    \"spill\": \"Nkwafu\",\n    \"spillable\": \"Ntughari\",\n    \"spillage\": \"Mgbapụ\",\n    \"spillages\": \"Mwụpụ\",\n    \"spillbox\": \"igbe\",\n    \"spilled\": \"kwafuru\",\n    \"spiller\": \"Ogwu\",\n    \"spillers\": \"Ogwu\",\n    \"spillet\": \"Ntughari\",\n    \"spillikins\": \"akwa\",\n    \"spilling\": \"awụfu\",\n    \"spillover\": \"Ihe ndapụ\",\n    \"spillpipe\": \"mgbapu\",\n    \"spillproof\": \"awụsa àmà\",\n    \"spills\": \"nkwafu\",\n    \"spillway\": \"Mpụga\",\n    \"spillways\": \"uzo\",\n    \"spilosite\": \"Ohere\",\n    \"spilt\": \"kwafuru\",\n    \"spilth\": \"kwafuru\",\n    \"spilths\": \"spilth\",\n    \"spilus\": \"Ogwu\",\n    \"spin\": \"atụ ogho\",\n    \"spina\": \"ọkpụkpụ azụ\",\n    \"spinaceous\": \"Ohere\",\n    \"spinach\": \"akwụkwọ nri\",\n    \"spinaches\": \"spain\",\n    \"spinachlike\": \"spinach yiri\",\n    \"spinae\": \"ọkpụkpụ azụ\",\n    \"spinage\": \"ọkpụkpụ azụ\",\n    \"spinages\": \"spinners\",\n    \"spinal\": \"ọkpụkpụ azụ\",\n    \"spinales\": \"ọkpụkpụ azụ\",\n    \"spinalis\": \"ọkpụkpụ azụ\",\n    \"spinally\": \"na-agbagharị\",\n    \"spinals\": \"ọkpụkpụ azụ\",\n    \"spinate\": \"bugharia\",\n    \"spincaster\": \"okwukwu\",\n    \"spindled\": \"spind\",\n    \"spindleful\": \"Ogwu\",\n    \"spindlers\": \"spinders\",\n    \"spindletail\": \"ọdụ spindle\",\n    \"spindlewise\": \"n'akuku spindelyly\",\n    \"spindleworm\": \"spindle irighiri\",\n    \"spindlier\": \"spindly\",\n    \"spindliness\": \"enweghị ọmịiko\",\n    \"spindling\": \"na-atụgharị uche\",\n    \"spine\": \"ọkpụkpụ azụ\",\n    \"spinebill\": \"ọkpụkpụ azụ\",\n    \"spinebone\": \"ọkpụkpụ azụ\",\n    \"spinefinned\": \"Ọkpụkpụ\",\n    \"spineless\": \"enweghị nkwonkwo\",\n    \"spinelessly\": \"nkwonkwo\",\n    \"spinelessness\": \"enweghị nkwonkwo\",\n    \"spinelet\": \"ọkpụkpụ azụ\",\n    \"spinescence\": \"nkwụsị\",\n    \"spinet\": \"ogwe\",\n    \"spinidentate\": \"ikekwe\",\n    \"spiniest\": \"Spiniest\",\n    \"spinigerous\": \"na-akpali akpali\",\n    \"spininess\": \"spinness\",\n    \"spinless\": \"enweghị atụ\",\n    \"spinney\": \"inyinya\",\n    \"spinneys\": \"spinners\",\n    \"spinnel\": \"okpu\",\n    \"spinneret\": \"spinnerette\",\n    \"spinnery\": \"Ogwu\",\n    \"spinneries\": \"spinners\",\n    \"spinnerular\": \"spinner ular\",\n    \"spinning\": \"na-agbaghari\",\n    \"spinningly\": \"na-agbagharị\",\n    \"spinnings\": \"ogho\",\n    \"spinocarpous\": \"ogwugwu\",\n    \"spinoff\": \"ndapụta\",\n    \"spinoid\": \"nkwonkwo\",\n    \"spinoneural\": \"okpokoro\",\n    \"spinors\": \"spinners\",\n    \"spinose\": \"ogho\",\n    \"spinoseness\": \"nkwụsị\",\n    \"spinotectal\": \"Ohere\",\n    \"spinotuberculous\": \"onyeka onwenu\",\n    \"spinousness\": \"nkwonkwo\",\n    \"spinout\": \"okpukpo\",\n    \"spinozist\": \"Ogwu\",\n    \"spinproof\": \"na-enweghị ntụpọ\",\n    \"spinster\": \"Ogwu\",\n    \"spinsterhood\": \"Ogwu\",\n    \"spinsterish\": \"inyinya\",\n    \"spinsterishly\": \"N'ike mmụọ\",\n    \"spinsterly\": \"na-agbagharị\",\n    \"spinsterlike\": \"spinster yiri\",\n    \"spinsterous\": \"inyinya\",\n    \"spinsters\": \"Ogwu\",\n    \"spinstership\": \"Ogwu\",\n    \"spinstress\": \"akpa akwa\",\n    \"spinstry\": \"ogbe\",\n    \"spintext\": \"akwụkwọ edemede\",\n    \"spinthariscope\": \"okpokoro\",\n    \"spinthariscopic\": \"okpokoro\",\n    \"spinturnix\": \"okpokoro\",\n    \"spinula\": \"Ogbu\",\n    \"spinulate\": \"ịgha\",\n    \"spinulated\": \"etinyere\",\n    \"spinulation\": \"mkpọchi\",\n    \"spinules\": \"okwu\",\n    \"spinuliferous\": \"ogwugwu\",\n    \"spinulosa\": \"Ogbuagu\",\n    \"spinulose\": \"inyocha\",\n    \"spinulosely\": \"ogologo\",\n    \"spinulosociliate\": \"Okpukpe\",\n    \"spinulosogranulate\": \"ịkọwa ihe\",\n    \"spinulososerrate\": \"Onye Ozo\",\n    \"spinulous\": \"enweghị nkọ\",\n    \"spyproof\": \"spyware\",\n    \"spirable\": \"na-achọsi ike\",\n    \"spiracula\": \"okeegwu\",\n    \"spirae\": \"Okechukwu\",\n    \"spiraeaceae\": \"spiraea ceae\",\n    \"spiraeas\": \"spiraea\",\n    \"spiral\": \"gburugburu\",\n    \"spiraled\": \"Ogbogu\",\n    \"spiraliform\": \"gburugburu\",\n    \"spiraling\": \"gburugburu\",\n    \"spiralism\": \"gburugburu\",\n    \"spirality\": \"gburugburu\",\n    \"spiralization\": \"Mgbanwe\",\n    \"spiralize\": \"gbasaa\",\n    \"spiralled\": \"Ogbogu\",\n    \"spirally\": \"gburugburu\",\n    \"spiralling\": \"gburugburu\",\n    \"spirals\": \"gburugburu\",\n    \"spiraltail\": \"gburugburu\",\n    \"spiralwise\": \"gburugburu\",\n    \"spirant\": \"Spirant\",\n    \"spirantal\": \"Onyeegwu\",\n    \"spiranthic\": \"onyeegwu\",\n    \"spirants\": \"Ohere\",\n    \"spiraster\": \"Ogwu\",\n    \"spirate\": \"onye anakpo\",\n    \"spirated\": \"Nkechi\",\n    \"spiration\": \"ịgbanye\",\n    \"spire\": \"gafee\",\n    \"spirea\": \"Okechukwu\",\n    \"spireas\": \"Okechukwu\",\n    \"spired\": \"gwụchara\",\n    \"spiregrass\": \"Onyeka Onwenu\",\n    \"spireless\": \"enweghị atụ\",\n    \"spirelet\": \"Ogwu\",\n    \"spireme\": \"Udochukwu\",\n    \"spiremes\": \"egwuregwu\",\n    \"spirems\": \"Igwe egwuregwu\",\n    \"spirepole\": \"egwuregwu\",\n    \"spires\": \"spiers\",\n    \"spireward\": \"Ogologo oge\",\n    \"spirewise\": \"ogologo oge\",\n    \"spiry\": \"gbapuru\",\n    \"spiricle\": \"mmụọ\",\n    \"spirifer\": \"mmụọ\",\n    \"spirifera\": \"mmụọ\",\n    \"spiriferacea\": \"mmụọ\",\n    \"spiriferid\": \"mmụọ\",\n    \"spiriferous\": \"mmụọ\",\n    \"spiriform\": \"mmụọ\",\n    \"spirignath\": \"iheanacho\",\n    \"spirilla\": \"mmụọ\",\n    \"spirillaceae\": \"mmụọ\",\n    \"spirillaceous\": \"mmụọ\",\n    \"spirillar\": \"mmụọ\",\n    \"spirillolysis\": \"mmụọ\",\n    \"spirillotropic\": \"mmụọ\",\n    \"spirillotropism\": \"spilillotropism\",\n    \"spirillum\": \"mmụọ\",\n    \"spirit\": \"mmụọ\",\n    \"spirital\": \"nke ime mmuo\",\n    \"spiritally\": \"n'ụzọ ime mmụọ\",\n    \"spiritdom\": \"jiri mmụọ\",\n    \"spirited\": \"jiri mmụọ\",\n    \"spiritedly\": \"jiri mmụọ\",\n    \"spiritedness\": \"ịgba ume\",\n    \"spiriter\": \"mmụọ\",\n    \"spiritful\": \"mmụọ\",\n    \"spiritfully\": \"mmụọ\",\n    \"spiritfulness\": \"mmụọ\",\n    \"spirithood\": \"mmụọ\",\n    \"spirity\": \"mmụọ\",\n    \"spiriting\": \"mmụọ\",\n    \"spiritism\": \"mgbaasị\",\n    \"spiritist\": \"mgbaasị\",\n    \"spiritistic\": \"mgbaasị\",\n    \"spiritize\": \"kpalie mmụọ\",\n    \"spiritlamp\": \"mgbaasị\",\n    \"spiritland\": \"mmụọ\",\n    \"spiritleaf\": \"mmụọ nsọ\",\n    \"spiritless\": \"enweghị mmụọ\",\n    \"spiritlessly\": \"n’enweghị mmụọ\",\n    \"spiritlessness\": \"enweghị mmụọ\",\n    \"spiritlevel\": \"mmụọ\",\n    \"spiritlike\": \"yiri nke mmụọ\",\n    \"spiritmonger\": \"mmụọ\",\n    \"spiritoso\": \"ime mmụọ\",\n    \"spiritous\": \"mmụọ\",\n    \"spiritrompe\": \"ime mmụọ\",\n    \"spirits\": \"mmụọ\",\n    \"spiritsome\": \"mmụọ\",\n    \"spiritual\": \"nke ime mmuo\",\n    \"spiritualisation\": \"ime mmụọ\",\n    \"spiritualise\": \"nke ime mmụọ\",\n    \"spiritualiser\": \"ime mmụọ\",\n    \"spiritualism\": \"ime mmụọ\",\n    \"spiritualist\": \"onye mmuta\",\n    \"spiritualistic\": \"nke ime mmụọ\",\n    \"spiritualistically\": \"n'ụzọ ime mmụọ\",\n    \"spiritualists\": \"ndị mmụọ\",\n    \"spirituality\": \"ọnọdụ ime mmụọ\",\n    \"spiritualities\": \"ọnọdụ ime mmụọ\",\n    \"spiritualization\": \"ime mmụọ\",\n    \"spiritualize\": \"mmụọ\",\n    \"spiritualized\": \"mmụọ\",\n    \"spiritualizer\": \"mmụọ mmụọ\",\n    \"spiritualizes\": \"mmụọ\",\n    \"spiritualizing\": \"mmụọ mmụọ\",\n    \"spiritually\": \"n'ụzọ ime mmụọ\",\n    \"spiritualness\": \"nke ime mmụọ\",\n    \"spirituals\": \"mmụọ\",\n    \"spiritualship\": \"ọnọdụ ime mmụọ\",\n    \"spiritualty\": \"nke ime mmụọ\",\n    \"spiritualties\": \"nke ime mmụọ\",\n    \"spirituel\": \"mmụọ\",\n    \"spirituelle\": \"mmụọ\",\n    \"spirituosity\": \"mmụọ\",\n    \"spirituous\": \"mmụọ\",\n    \"spirituously\": \"Mmụọ\",\n    \"spirituousness\": \"mmụọ\",\n    \"spiritus\": \"mmụọ\",\n    \"spiritweed\": \"mmụọ\",\n    \"spirket\": \"ihe mgbochi\",\n    \"spirketing\": \"ketgba ume\",\n    \"spirketting\": \"ketgba ume\",\n    \"spirlie\": \"mmụọ\",\n    \"spirling\": \"Na-egbu mmụọ\",\n    \"spiro\": \"Ogwu\",\n    \"spirobranchia\": \"Uchenna\",\n    \"spirobranchiate\": \"Udochukwu\",\n    \"spirochaeta\": \"Ugba\",\n    \"spirochaetae\": \"Udochukwu\",\n    \"spirochaetal\": \"Ohere\",\n    \"spirochaetales\": \"egwuregwu\",\n    \"spirochaete\": \"Udochukwu\",\n    \"spirochaetotic\": \"Ogwuegwu\",\n    \"spirochete\": \"Ogwu\",\n    \"spirochetic\": \"Ogwu\",\n    \"spirocheticidal\": \"Ogwulegwu\",\n    \"spirodela\": \"Uchenna\",\n    \"spirogyra\": \"Ogwu\",\n    \"spirogram\": \"ihe egwuregwu\",\n    \"spirograph\": \"Okpukpo-ukwu\",\n    \"spirography\": \"egwuregwu\",\n    \"spirographic\": \"Ọkpụkpụ\",\n    \"spirographin\": \"egwuregwu\",\n    \"spiroilic\": \"Ogwu\",\n    \"spirol\": \"ogwe\",\n    \"spirole\": \"Ogwu\",\n    \"spirophyton\": \"Ọkpụkpụ\",\n    \"spirorbis\": \"Uchechukwu\",\n    \"spiroscope\": \"igwe nyocha\",\n    \"spirous\": \"ndụdụ\",\n    \"spirt\": \"mmụọ\",\n    \"spirted\": \"jiri mmụọ\",\n    \"spirting\": \"egwuregwu\",\n    \"spirtle\": \"mmụọ\",\n    \"spirts\": \"uwe\",\n    \"spirula\": \"mmụọ\",\n    \"spirulae\": \"mmụọ\",\n    \"spirulas\": \"mmụọ\",\n    \"spirulate\": \"mmụọ\",\n    \"spit\": \"gbụọ ya ọnụ mmiri\",\n    \"spital\": \"okwu\",\n    \"spitals\": \"Okpokoro\",\n    \"spitball\": \"bọọlụ\",\n    \"spitballs\": \"bọlbụ\",\n    \"spitbox\": \"igbe\",\n    \"spitchcock\": \"mmachi\",\n    \"spitchcocked\": \"Udochukwu\",\n    \"spitchcocking\": \"Ugbogbo\",\n    \"spite\": \"n'agbanyeghị\",\n    \"spited\": \"gbue\",\n    \"spiteful\": \"okpu\",\n    \"spitefuller\": \"onye nkwusi\",\n    \"spitefullest\": \"okpu\",\n    \"spitefully\": \"obi ojoo\",\n    \"spitefulness\": \"okpu\",\n    \"spiteless\": \"n'agbanyeghị\",\n    \"spiteproof\": \"n'agbanyeghị\",\n    \"spites\": \"na-egbu\",\n    \"spitfire\": \"oku\",\n    \"spitfires\": \"na-egbu mmiri\",\n    \"spitful\": \"tufuo\",\n    \"spiting\": \"na-egbu egbu\",\n    \"spitish\": \"gbasaa\",\n    \"spitous\": \"spit\",\n    \"spitpoison\": \"agbụpụ\",\n    \"spits\": \"na-ada mba\",\n    \"spitscocked\": \"na-agbachi\",\n    \"spitsticker\": \"onye na-egbu mmiri\",\n    \"spitted\": \"gbụrụ ya\",\n    \"spitten\": \"gbụrụpụ\",\n    \"spitter\": \"N'ikwu okwu\",\n    \"spitters\": \"na-agagharị\",\n    \"spitting\": \"na-agbụpụ mmiri\",\n    \"spittle\": \"spit\",\n    \"spittleman\": \"onye anwuru anwu\",\n    \"spittlemen\": \"ndị na-eme udo\",\n    \"spittles\": \"spitt\",\n    \"spittoons\": \"spitons\",\n    \"spitzenburg\": \"Ugwueke\",\n    \"spitzer\": \"Igwe mmiri\",\n    \"spitzes\": \"na-agbụpụ\",\n    \"spiv\": \"Udo\",\n    \"spivery\": \"Ogwu\",\n    \"spivs\": \"Onyegbula\",\n    \"spivvy\": \"Onyegbula\",\n    \"spivving\": \"ịgba\",\n    \"spl\": \"Ochie\",\n    \"splachnoid\": \"mmmmmmmmmmmmm\",\n    \"splacknuck\": \"Ugboro abụọ\",\n    \"splad\": \"spla\",\n    \"splay\": \"Igwu\",\n    \"splayed\": \"gbasasịa\",\n    \"splayer\": \"Ogwu\",\n    \"splayfeet\": \"Ugboro abụọ\",\n    \"splayfoot\": \"Uwe ojii\",\n    \"splayfooted\": \"Ugboro abụọ\",\n    \"splaying\": \"laygha\",\n    \"splaymouth\": \"Uchechi\",\n    \"splaymouthed\": \"Ugboro abụọ\",\n    \"splaymouths\": \"mmmmmmmmmmmmm\",\n    \"splairge\": \"Uhie\",\n    \"splays\": \"Ihe ntanye\",\n    \"splake\": \"Ogwu\",\n    \"splakes\": \"Ogwu\",\n    \"splanchnectopia\": \"mmmmmmmmmmmmm\",\n    \"splanchnesthesia\": \"Ọkpụkpụ splanchnesthesia\",\n    \"splanchnesthetic\": \"mmmmmmmmmmmmm\",\n    \"splanchnic\": \"ogwe\",\n    \"splanchnology\": \"nkà mmụta sayensị\",\n    \"splanchnopathy\": \"Ọkpụkpụ splanchnopathy\",\n    \"splanchnopleural\": \"mmmmmmmmmmmmm\",\n    \"splanchnopleure\": \"mmmmmmmmmmmmm\",\n    \"splanchnopleuric\": \"mmmmmmmmmmmmm\",\n    \"splash\": \"ikwommiri\",\n    \"splashboard\": \"Oghere\",\n    \"splashdown\": \"nkwụsị\",\n    \"splashdowns\": \"nkwụsị\",\n    \"splashed\": \"gbasara\",\n    \"splasher\": \"Ohere\",\n    \"splashers\": \"ihe nkedo\",\n    \"splashes\": \"splas\",\n    \"splashiest\": \"Uhie\",\n    \"splashiness\": \"Agụụ\",\n    \"splashing\": \"Na-efesa\",\n    \"splashingly\": \"Na-agbatị\",\n    \"splashs\": \"splash\",\n    \"splashwing\": \"ịgba\",\n    \"splat\": \"Ihie\",\n    \"splatch\": \"ịda mba\",\n    \"splatcher\": \"Ogwu\",\n    \"splatchy\": \"Ọcha\",\n    \"splather\": \"Mgbasa\",\n    \"splathering\": \"Mgbasa\",\n    \"splats\": \"Ugboro abụọ\",\n    \"splatter\": \"Ohere\",\n    \"splatterdash\": \"Ugboro abụọ\",\n    \"splatterdock\": \"Ugboro abụọ\",\n    \"splattered\": \"Ogboro\",\n    \"splatterer\": \"onye na-akọ egwuregwu\",\n    \"splatterfaced\": \"Ugboro abụọ\",\n    \"splattering\": \"ịgbasa\",\n    \"splatters\": \"ire ere\",\n    \"splatterwork\": \"ọrụ\",\n    \"spleen\": \"splin\",\n    \"spleened\": \"splin\",\n    \"spleenful\": \"juputara\",\n    \"spleenfully\": \"splin n'ụzọ zuru ezu\",\n    \"spleeny\": \"spliny\",\n    \"spleenier\": \"splin\",\n    \"spleening\": \"agba agba\",\n    \"spleenish\": \"izu ike\",\n    \"spleenishness\": \"izu ike\",\n    \"spleenless\": \"enweghi ugha\",\n    \"spleens\": \"splin\",\n    \"splenalgy\": \"Ọbara\",\n    \"splenative\": \"magburu onwe ya\",\n    \"splendaceous\": \"mara mma\",\n    \"splendacious\": \"mara mma\",\n    \"splendaciousness\": \"plema mma\",\n    \"splendatious\": \"mara mma\",\n    \"splendent\": \"mara mma\",\n    \"splendently\": \"n'ịma mma\",\n    \"splendescent\": \"ịma mma\",\n    \"splendid\": \"mara mma\",\n    \"splendider\": \"mara mma\",\n    \"splendidest\": \"mara mma\",\n    \"splendidious\": \"mara mma\",\n    \"splendidly\": \"n'ịma mma\",\n    \"splendidness\": \"ma mma\",\n    \"splendiferous\": \"dị ebube\",\n    \"splendiferously\": \"Onyema\",\n    \"splendiferousness\": \"pleba ama\",\n    \"splendor\": \"ịma mma\",\n    \"splendorous\": \"mara mma\",\n    \"splendorously\": \"n'ịma mma\",\n    \"splendorousness\": \"ma mma\",\n    \"splendorproof\": \"mara mma\",\n    \"splendors\": \"ọmarịcha\",\n    \"splendour\": \"ịma mma\",\n    \"splendrous\": \"mara mma\",\n    \"splendrously\": \"n'ịma mma\",\n    \"splendrousness\": \"ma mma\",\n    \"splenectomized\": \"Splenectomized\",\n    \"splenectomizing\": \"splenectoming\",\n    \"splenia\": \"akpịrị\",\n    \"splenic\": \"splin\",\n    \"splenical\": \"splenike\",\n    \"splenification\": \"ịma mma\",\n    \"splenization\": \"izu ike\",\n    \"splenocele\": \"Onyeoma Tochukwu Nnamani\",\n    \"splenoid\": \"mara mma\",\n    \"splenolymphatic\": \"Onyeoma Tochukwu Nnamani\",\n    \"splenology\": \"ihe omuma\",\n    \"splenomyelogenous\": \"ụdịrị\",\n    \"splenoncus\": \"Onyekwere\",\n    \"splenonephric\": \"Onyekwere\",\n    \"splenopancreatic\": \"Onyeka Onwenu\",\n    \"splent\": \"gbaba\",\n    \"splents\": \"splets\",\n    \"splenulus\": \"Onyeoma\",\n    \"splet\": \"asụpe\",\n    \"spleughan\": \"Onyekwere\",\n    \"splice\": \"akụkụ\",\n    \"spliceable\": \"spl nwere ike\",\n    \"spliced\": \"adịru\",\n    \"splicer\": \"nkesa\",\n    \"splicers\": \"ihe mgbawa\",\n    \"splices\": \"ihe mgbawa\",\n    \"splicing\": \"mkpọchi\",\n    \"splicings\": \"ọgịrịga\",\n    \"splinder\": \"mgbawa\",\n    \"spline\": \"Spline\",\n    \"splined\": \"agbatị\",\n    \"splines\": \"Ugboro abụọ\",\n    \"splineway\": \"uzo\",\n    \"splining\": \"na-agbatị\",\n    \"splintage\": \"mpiaji\",\n    \"splintbone\": \"ọkpụkpụ\",\n    \"splinted\": \"splin\",\n    \"splinter\": \"mkpachapụ\",\n    \"splinterd\": \"gbawara\",\n    \"splintered\": \"gbawara\",\n    \"splintery\": \"gbawara\",\n    \"splintering\": \"Ogwu\",\n    \"splinterize\": \"gbawara\",\n    \"splinters\": \"mgbawa\",\n    \"splinty\": \"splint\",\n    \"splinting\": \"egwu\",\n    \"splints\": \"splin\",\n    \"split\": \"Kewaa\",\n    \"splitbeak\": \"kewara\",\n    \"splite\": \"mkpocha\",\n    \"splitfinger\": \"nkesa\",\n    \"splitfruit\": \"gbawara\",\n    \"splitnew\": \"gbawara\",\n    \"splitnut\": \"gbawara\",\n    \"splits\": \"nkewa\",\n    \"splitsaw\": \"gbawara\",\n    \"splittable\": \"ikewa\",\n    \"splittail\": \"nkewa\",\n    \"splitted\": \"gbawara\",\n    \"splitten\": \"gbawara\",\n    \"splitter\": \"onye na-ekewa\",\n    \"splitterman\": \"Onye ọ bụla\",\n    \"splitters\": \"ndị na-ekewa\",\n    \"splitting\": \"kewara\",\n    \"splittings\": \"nkewa\",\n    \"splitworm\": \"gbawara n'etiti\",\n    \"splodge\": \"Ogba\",\n    \"sploit\": \"ịgbapụ\",\n    \"splore\": \"ogwugwu\",\n    \"splores\": \"ogwe osisi\",\n    \"sploshed\": \"gbasara\",\n    \"sploshes\": \"nkwụsị\",\n    \"sploshy\": \"Ọcha\",\n    \"sploshing\": \"ịgbapụ\",\n    \"splotch\": \"ndozi\",\n    \"splotched\": \"akpọrọ\",\n    \"splotchy\": \"Obosara\",\n    \"splotchier\": \"okwukwu\",\n    \"splotchiest\": \"oge\",\n    \"splotchily\": \"Obosara\",\n    \"splotchiness\": \"splotches\",\n    \"splotching\": \"ịgbanye\",\n    \"splother\": \"Oyi\",\n    \"splunge\": \"Gbasaa\",\n    \"splunt\": \"splint\",\n    \"splurge\": \"Mgbapụ\",\n    \"splurged\": \"gbasaa\",\n    \"splurging\": \"na-agbagharị\",\n    \"splurt\": \"mgbawa\",\n    \"spluther\": \"ire\",\n    \"spluttered\": \"gbasasịa\",\n    \"splutterer\": \"Onye na-eme anwansi\",\n    \"spluttery\": \"emekpu\",\n    \"spluttering\": \"ịgbasa\",\n    \"splutters\": \"Ekwentị\",\n    \"spninx\": \"sphinx\",\n    \"spninxes\": \"sphinxes\",\n    \"spoach\": \"ikowa\",\n    \"spock\": \"mkpọchi\",\n    \"spodes\": \"spode si\",\n    \"spodiosite\": \"Nkechi\",\n    \"spodomancy\": \"Nkechi\",\n    \"spoffy\": \"ffgha\",\n    \"spoffish\": \"ire\",\n    \"spoffle\": \"ịgba aghara\",\n    \"spogel\": \"imebi\",\n    \"spoil\": \"imebi\",\n    \"spoilage\": \"mmebi\",\n    \"spoilages\": \"Mmebi\",\n    \"spoilate\": \"mmebi\",\n    \"spoilated\": \"emebiwo\",\n    \"spoilation\": \"okpukpu\",\n    \"spoiled\": \"emebiwo\",\n    \"spoiler\": \"ihe nkwata\",\n    \"spoilers\": \"Ndị na-apụnara mmadụ ihe\",\n    \"spoilfive\": \"mebie\",\n    \"spoilful\": \"ihe nkwata\",\n    \"spoiling\": \"emebi\",\n    \"spoilless\": \"anaghị emebi emebi\",\n    \"spoilment\": \"mmebi\",\n    \"spoils\": \"ihe nkwata\",\n    \"spoilsman\": \"onye nkwata\",\n    \"spoilsmen\": \"ndị nkwata\",\n    \"spoilsmonger\": \"ihe nkwata\",\n    \"spoilsport\": \"Azụmahịa\",\n    \"spoilsports\": \"ihe nkwata\",\n    \"spoilt\": \"emebiwo\",\n    \"spoke\": \"kwuru\",\n    \"spoked\": \"nwere\",\n    \"spokeless\": \"ekwughị okwu\",\n    \"spoken\": \"kwuru\",\n    \"spokes\": \"ọnụ na-ekwuru\",\n    \"spokeshave\": \"ikwuru\",\n    \"spokesman\": \"ọnụ na-ekwuru ọnụ\",\n    \"spokesmanship\": \"ọnụ\",\n    \"spokesmen\": \"ndị na-ekwuchitere ya\",\n    \"spokesperson\": \"ọnụ na-ekwuchitere ya\",\n    \"spokester\": \"onye nkwuchite\",\n    \"spokeswoman\": \"ọnụ na-ekwuru ya\",\n    \"spokeswomanship\": \"ọnụ na-ekwuru ya\",\n    \"spokeswomen\": \"ụmụ nwanyị\",\n    \"spokewise\": \"kwuru okwu\",\n    \"spoky\": \"ọtụtụ\",\n    \"spoking\": \"na-egosi\",\n    \"spole\": \"ihe nkwata\",\n    \"spolia\": \"Obosara\",\n    \"spoliary\": \"okpukpu\",\n    \"spoliate\": \"kpoo\",\n    \"spoliated\": \"okpukpu\",\n    \"spoliates\": \"na-agbapụ\",\n    \"spoliating\": \"na-agbapụ\",\n    \"spoliation\": \"okpukpu\",\n    \"spoliator\": \"Okpukpo\",\n    \"spoliators\": \"Okpukpo\",\n    \"spondaic\": \"Ogbo\",\n    \"spondaize\": \"Ogbo\",\n    \"spondee\": \"onye nkwado\",\n    \"spondees\": \"spondee\",\n    \"spondiac\": \"mkpụrụ obi\",\n    \"spondil\": \"Ogwu\",\n    \"spondyle\": \"okpokoro\",\n    \"spong\": \"Ogbo\",\n    \"sponge\": \"Ogbo\",\n    \"spongecake\": \"ogbo\",\n    \"sponged\": \"Ogbogbo\",\n    \"spongefly\": \"Ogbo\",\n    \"spongeful\": \"Ogbe\",\n    \"spongeless\": \"enweghị nkwado\",\n    \"spongelet\": \"Ogbo\",\n    \"spongeous\": \"Ogbo\",\n    \"spongeproof\": \"ihe akaebe\",\n    \"sponger\": \"Ogbo\",\n    \"spongers\": \"Ogbo\",\n    \"sponges\": \"Ogbo\",\n    \"spongewood\": \"Ogbe\",\n    \"spongy\": \"Ogbo\",\n    \"spongiae\": \"Ogbo\",\n    \"spongian\": \"Asụsụ Spongian\",\n    \"spongier\": \"Ogbo\",\n    \"spongiest\": \"Ogbogbo\",\n    \"spongiferous\": \"Ogbogbo\",\n    \"spongiform\": \"ogbo\",\n    \"spongily\": \"Ogbo\",\n    \"spongilla\": \"Ogbo\",\n    \"spongilline\": \"ogbo\",\n    \"spongin\": \"ogbo\",\n    \"sponginess\": \"Ogbo\",\n    \"sponging\": \"Ogbo\",\n    \"spongingly\": \"Ogbogbo\",\n    \"spongins\": \"ogbo\",\n    \"spongious\": \"Ogbogbo\",\n    \"spongiousness\": \"nzuzu\",\n    \"spongocoel\": \"Ogbo\",\n    \"spongoid\": \"Ogbo\",\n    \"spongology\": \"Ogbo\",\n    \"sponsal\": \"nkwado\",\n    \"sponsalia\": \"nkwado\",\n    \"sponsibility\": \"nkwado\",\n    \"sponsible\": \"kwụrụ ụgwọ\",\n    \"sponsing\": \"na-akwado\",\n    \"sponsion\": \"nkwado\",\n    \"sponsional\": \"nkwado\",\n    \"sponsions\": \"nkwado\",\n    \"sponson\": \"haziri\",\n    \"sponsons\": \"haziri nzukọ\",\n    \"sponsor\": \"onye nkwado\",\n    \"sponsored\": \"nkwado\",\n    \"sponsorial\": \"nkwado\",\n    \"sponsoring\": \"na-akwado\",\n    \"sponsors\": \"ndị nkwado\",\n    \"sponsorship\": \"nkwado\",\n    \"sponsorships\": \"nkwado\",\n    \"sponspeck\": \"sponpeck\",\n    \"spontaneity\": \"enweghi obi iru ala\",\n    \"spontaneous\": \"n'amaghi ama\",\n    \"spontaneously\": \"n'amaghi ama\",\n    \"spontaneousness\": \"okirikiri\",\n    \"sponton\": \"spontan\",\n    \"spontoon\": \"sponton\",\n    \"spontoons\": \"Ogbe\",\n    \"spoof\": \"Ogwu\",\n    \"spoofed\": \"Onyekwere\",\n    \"spoofer\": \"Odogwu\",\n    \"spoofery\": \"Odogwu\",\n    \"spoofing\": \"Ogwu\",\n    \"spoofish\": \"Ogwu azu\",\n    \"spoofs\": \"Ogwu\",\n    \"spookdom\": \"enweghị isi\",\n    \"spookeries\": \"Spookeries\",\n    \"spookier\": \"Ogwu\",\n    \"spookiest\": \"Ogwu\",\n    \"spookiness\": \"nkwupụta okwu\",\n    \"spooking\": \"na-akpali agụụ mmekọahụ\",\n    \"spookish\": \"Spookish\",\n    \"spookism\": \"Spookism\",\n    \"spookology\": \"nkà mmụta sayensị\",\n    \"spookologist\": \"ọkà mmụta spookologist\",\n    \"spooks\": \"Spooks\",\n    \"spooler\": \"Ogwu ocha\",\n    \"spoolers\": \"ndị na-ere ahịa\",\n    \"spoolful\": \"Okwesiri\",\n    \"spooling\": \"na-akwagharị\",\n    \"spoollike\": \"yiri\",\n    \"spools\": \"ogwe\",\n    \"spoolwood\": \"Osisi\",\n    \"spoon\": \"ngaji\",\n    \"spoonback\": \"ngaji\",\n    \"spoonbait\": \"ngaji\",\n    \"spoonbill\": \"ngaji\",\n    \"spoonbills\": \"ngaji\",\n    \"spoonbread\": \"ngaji\",\n    \"spooned\": \"bibie\",\n    \"spooneyness\": \"mmebi iwu\",\n    \"spooneys\": \"nwunye\",\n    \"spooner\": \"ngaji\",\n    \"spoonerism\": \"ngaji\",\n    \"spoonerisms\": \"ngaji\",\n    \"spoonful\": \"ngaji\",\n    \"spoonfuls\": \"ngaji\",\n    \"spoonholder\": \"ngaji\",\n    \"spoonhutch\": \"ngaji\",\n    \"spoony\": \"spoons\",\n    \"spoonies\": \"ngaji\",\n    \"spoonyism\": \"nsogbu\",\n    \"spoonily\": \"ngaji\",\n    \"spooniness\": \"ngaji\",\n    \"spooning\": \"ngaji\",\n    \"spoonism\": \"ngaji\",\n    \"spoonless\": \"ngaji\",\n    \"spoonlike\": \"ngaji\",\n    \"spoonmaker\": \"ngaji\",\n    \"spoonmaking\": \"ngaji\",\n    \"spoons\": \"ngaji\",\n    \"spoonsful\": \"ngafe\",\n    \"spoonways\": \"ngaji\",\n    \"spoonwise\": \"ngaji\",\n    \"spoonwood\": \"ngaji\",\n    \"spoonwort\": \"ngaji ngaji\",\n    \"spoor\": \"nwunye\",\n    \"spoored\": \"gbasara\",\n    \"spoorer\": \"Okpu\",\n    \"spooring\": \"imebi\",\n    \"spoorn\": \"nwunye\",\n    \"spoors\": \"nwunye\",\n    \"spoot\": \"nwunye\",\n    \"sporaceous\": \"n'agha\",\n    \"sporades\": \"di na nwunye\",\n    \"sporadial\": \"nwunye\",\n    \"sporadic\": \"oge ufodu\",\n    \"sporadical\": \"n'omume\",\n    \"sporadically\": \"oge ụfọdụ\",\n    \"sporadicalness\": \"mmeghari\",\n    \"sporadicity\": \"oge ụfọdụ\",\n    \"sporadicness\": \"oge\",\n    \"sporadin\": \"nwunye\",\n    \"sporadism\": \"nkwusa\",\n    \"sporange\": \"imebi\",\n    \"sporangial\": \"mmebi\",\n    \"sporangiferous\": \"nwunye\",\n    \"sporangiform\": \"mmebi iwu\",\n    \"sporangite\": \"imebi\",\n    \"sporangites\": \"imebi\",\n    \"sporation\": \"mmebi\",\n    \"sporeformer\": \"onye nkesa\",\n    \"sporeforming\": \"na-emegharị emegharị\",\n    \"sporeling\": \"Ogbogu\",\n    \"spores\": \"egwuregwu\",\n    \"sporicide\": \"na-egbu egbu\",\n    \"sporidesm\": \"egwuregwu\",\n    \"sporiferous\": \"na-eme egwuregwu\",\n    \"sporification\": \"egwuregwu\",\n    \"sporing\": \"iguzosi ike\",\n    \"sporocarp\": \"mmebi\",\n    \"sporocyst\": \"mmebe\",\n    \"sporocystic\": \"mmebi\",\n    \"sporocystid\": \"mmehie\",\n    \"sporoduct\": \"mmebi\",\n    \"sporogen\": \"mmebi\",\n    \"sporogeny\": \"mmebi\",\n    \"sporogenic\": \"mmebi\",\n    \"sporogenous\": \"mmebi\",\n    \"sporogony\": \"mmebi iwu\",\n    \"sporogonous\": \"ihe omume\",\n    \"sporoid\": \"imebi\",\n    \"sporologist\": \"ọkà mmụta nwanyị\",\n    \"sporonia\": \"Umueze\",\n    \"sporont\": \"mmebi\",\n    \"sporophyll\": \"ebele\",\n    \"sporophore\": \"ebe obibi\",\n    \"sporophorous\": \"na-emebi emebi\",\n    \"sporoplasm\": \"mmebi\",\n    \"sporous\": \"nwunye\",\n    \"sporran\": \"Ohere\",\n    \"sporrans\": \"Ohere\",\n    \"sport\": \"egwuregwu\",\n    \"sportability\": \"egwuregwu\",\n    \"sportable\": \"egwuregwu\",\n    \"sportance\": \"egwuregwu\",\n    \"sported\": \"egwuregwu\",\n    \"sporter\": \"obu onye obula\",\n    \"sporters\": \"egwuregwu\",\n    \"sportfisherman\": \"egwuregwu ọkụ azụ\",\n    \"sportfishing\": \"egwuregwu\",\n    \"sportful\": \"egwuregwu\",\n    \"sportfully\": \"egwuregwu\",\n    \"sportfulness\": \"egwuregwu\",\n    \"sporty\": \"egwuregwu\",\n    \"sportily\": \"egwuregwu\",\n    \"sportiness\": \"egwuregwu\",\n    \"sporting\": \"egwuregwu\",\n    \"sportingly\": \"egwuregwu\",\n    \"sportive\": \"sporita\",\n    \"sportively\": \"egwuregwu\",\n    \"sportless\": \"enweghị ntụpọ\",\n    \"sportly\": \"egwuregwu\",\n    \"sportling\": \"egwuregwu\",\n    \"sports\": \"egwuregwu\",\n    \"sportscast\": \"egwuregwu egwuregwu\",\n    \"sportscaster\": \"onye na-egwu egwuregwu\",\n    \"sportscasters\": \"ndị na-eme egwuregwu egwuregwu\",\n    \"sportscasts\": \"egwuregwu egwuregwu\",\n    \"sportsman\": \"onye egwuregwu\",\n    \"sportsmanly\": \"egwuregwu\",\n    \"sportsmanlike\": \"onye egwuregwu\",\n    \"sportsmanlikeness\": \"egwuregwu\",\n    \"sportsmanliness\": \"egwuregwu egwuregwu\",\n    \"sportsmanship\": \"egwuregwuegwu\",\n    \"sportsmen\": \"ndị egwuregwu\",\n    \"sportsome\": \"egwuregwu\",\n    \"sportswear\": \"uwe egwuregwu\",\n    \"sportswoman\": \"Nwanyị egwuregwu\",\n    \"sportswomanly\": \"egwuregwu egwuregwu\",\n    \"sportswomanship\": \"egwuregwu egwuregwu\",\n    \"sportswomen\": \"umu nwanyi\",\n    \"sportswrite\": \"egwuregwu\",\n    \"sportswriter\": \"onye na-ede egwuregwu\",\n    \"sportswriters\": \"ndị na-ede egwuregwu\",\n    \"sportswriting\": \"ederede egwuregwu\",\n    \"sportula\": \"egwuregwu\",\n    \"sportulae\": \"egwuregwu\",\n    \"sporulating\": \"na-efesa\",\n    \"sporule\": \"Ogwu\",\n    \"sposh\": \"mmebi\",\n    \"sposhy\": \"Nwachukwu\",\n    \"spot\": \"ntụpọ\",\n    \"spotless\": \"enweghị ntụpọ\",\n    \"spotlessly\": \"n’enweghị ntụpọ\",\n    \"spotlessness\": \"enweghị ntụpọ\",\n    \"spotlight\": \"Chakwasa ihie\",\n    \"spotlighter\": \"ntụpọ\",\n    \"spotlights\": \"ntụpọ\",\n    \"spotlike\": \"ntụpọ\",\n    \"spotrump\": \"ntụpọ\",\n    \"spots\": \"ntụpọ\",\n    \"spotsman\": \"ntụpọ\",\n    \"spotsmen\": \"ntụpọ\",\n    \"spottable\": \"Spottable\",\n    \"spottail\": \"ntụpọ\",\n    \"spotted\": \"ahụrụ\",\n    \"spottedly\": \"ahụrụ\",\n    \"spottedness\": \"ahụrụ\",\n    \"spotteldy\": \"Onyeka Onwenu\",\n    \"spotters\": \"okpu\",\n    \"spotty\": \"ntụpọ\",\n    \"spottier\": \"ntụpọ\",\n    \"spottiest\": \"nke kacha mma\",\n    \"spottily\": \"n'ezigbo\",\n    \"spottiness\": \"okpu\",\n    \"spottle\": \"spotter\",\n    \"spotwelder\": \"ntụpọ welder\",\n    \"spoucher\": \"ihe ojoo\",\n    \"spousage\": \"di ma ọ bụ nwunye\",\n    \"spousal\": \"nwunye\",\n    \"spousally\": \"nwunye\",\n    \"spousals\": \"di na nwunye\",\n    \"spouse\": \"nwunye\",\n    \"spoused\": \"nwunye\",\n    \"spousehood\": \"di na nwunye\",\n    \"spouseless\": \"nwunye\",\n    \"spouses\": \"di na nwunye\",\n    \"spousy\": \"nwunye\",\n    \"spousing\": \"di na nwunye\",\n    \"spouted\": \"imebi\",\n    \"spouter\": \"Nwunye\",\n    \"spouters\": \"ndị na-apụnara mmadụ ihe\",\n    \"spouty\": \"ọrụ\",\n    \"spouting\": \"na-eme\",\n    \"spoutless\": \"enweghị nsogbu\",\n    \"spoutlike\": \"dị ka spoutlike\",\n    \"spoutman\": \"nwunye\",\n    \"sprachle\": \"nkwụsị\",\n    \"sprackness\": \"nkwụsị\",\n    \"sprad\": \"egwuregwu\",\n    \"spraddle\": \"Igbapu\",\n    \"spraddled\": \"Gbasara\",\n    \"spraddles\": \"egwuregwu\",\n    \"spraddling\": \"Ugboro abụọ\",\n    \"sprag\": \"ogwugwu\",\n    \"spragger\": \"Ogba\",\n    \"spragging\": \"na-atụgharị\",\n    \"spraggly\": \"ejije\",\n    \"spragman\": \"Onyeagba\",\n    \"spray\": \"ịgba\",\n    \"sprayboard\": \"ịgba osisi\",\n    \"spraich\": \"ogwugwu\",\n    \"sprayed\": \"ịgba\",\n    \"sprayey\": \"ịgba\",\n    \"sprayer\": \"Ihe ntanye\",\n    \"sprayers\": \"Ndị na-agba mmiri\",\n    \"sprayful\": \"spraying\",\n    \"sprayfully\": \"spraying\",\n    \"sprayless\": \"enweghị ịgba\",\n    \"spraylike\": \"ịgba\",\n    \"sprained\": \"gbasara\",\n    \"spraing\": \"na-efesa\",\n    \"spraining\": \"ịgba izu\",\n    \"sprains\": \"nkwonkwo\",\n    \"spraint\": \"ogwu\",\n    \"sprayproof\": \"ịgba\",\n    \"sprays\": \"Ihe ịgba\",\n    \"sprang\": \"gbasaa\",\n    \"sprangle\": \"Ogba\",\n    \"sprangled\": \"Gbasaa\",\n    \"sprangly\": \"jiri nwayọọ\",\n    \"sprangling\": \"na-agbasa\",\n    \"sprank\": \"ikwu okwu\",\n    \"sprat\": \"mkpị\",\n    \"spratted\": \"Nkechi\",\n    \"spratter\": \"ihe mkpocha\",\n    \"spratty\": \"Ogba\",\n    \"spratting\": \"na-efesa\",\n    \"sprattled\": \"Nkechi\",\n    \"sprattling\": \"ịgba\",\n    \"sprauchle\": \"egwuregwu\",\n    \"sprauchled\": \"Ochie\",\n    \"sprauchling\": \"ragba\",\n    \"sprawl\": \"gbasaa\",\n    \"sprawled\": \"gbasaa\",\n    \"sprawler\": \"Onye na-agbatị\",\n    \"sprawlers\": \"Ndị na-akwagharị\",\n    \"sprawly\": \"gbasapụ\",\n    \"sprawlier\": \"gbasaa\",\n    \"sprawliest\": \"gbasaa\",\n    \"sprawling\": \"na-agbasa\",\n    \"sprawlingly\": \"Na-agbasa\",\n    \"sprawls\": \"Mgbasa\",\n    \"spread\": \"kesaa\",\n    \"spreadability\": \"mgbasa\",\n    \"spreadable\": \"igbasa\",\n    \"spreadation\": \"mgbasa\",\n    \"spreadboard\": \"Mgbasa\",\n    \"spreadeagle\": \"gbasaa ugo\",\n    \"spreaded\": \"gbasara\",\n    \"spreader\": \"onye na-agbasa\",\n    \"spreaders\": \"ndị na-agbasa\",\n    \"spreadhead\": \"mgbasa ozi\",\n    \"spready\": \"kesaa\",\n    \"spreading\": \"na-agbasa\",\n    \"spreadingly\": \"na-agbasa\",\n    \"spreadingness\": \"mgbasa\",\n    \"spreadings\": \"mgbasa\",\n    \"spreads\": \"na-agbasa\",\n    \"spreadsheet\": \"akwukwo ozi\",\n    \"spreadsheets\": \"akwukwo\",\n    \"spreagh\": \"Ohere\",\n    \"spreaghery\": \"regha\",\n    \"spreath\": \"ogwu\",\n    \"spreathed\": \"gwusiri\",\n    \"sprechgesang\": \"mmmmmmmmmmmmm\",\n    \"sprechstimme\": \"Udochukwu\",\n    \"spreckle\": \"Ogwu\",\n    \"spreed\": \"agbasaala\",\n    \"spreeing\": \"na-agbasa\",\n    \"sprees\": \"na-agba ọsọ\",\n    \"sprekelia\": \"Uchechukwu\",\n    \"spreng\": \"okwu\",\n    \"sprenge\": \"ịgba ọsọ\",\n    \"sprenging\": \"na-agbanwe\",\n    \"sprent\": \"igwu\",\n    \"spret\": \"igwu\",\n    \"spretty\": \"mara mma\",\n    \"sprew\": \"ịgha\",\n    \"sprewl\": \"gbasaa\",\n    \"spridhogue\": \"egwuregwu\",\n    \"spried\": \"kesaa\",\n    \"sprier\": \"Ihe ntanye\",\n    \"spryer\": \"Ihe ntanye\",\n    \"sprigged\": \"Ọgba\",\n    \"sprigger\": \"Ogwu\",\n    \"spriggers\": \"Ogwu\",\n    \"spriggy\": \"Ọgba aghara\",\n    \"spriggier\": \"Ogwu\",\n    \"spriggiest\": \"Ogwu\",\n    \"sprigging\": \"na-agbapụ\",\n    \"spright\": \"nke oma\",\n    \"sprighted\": \"gharịị\",\n    \"sprightful\": \"Okike\",\n    \"sprightfully\": \"n'eziokwu\",\n    \"sprightfulness\": \"nghọta\",\n    \"sprightly\": \"n'eziokwu\",\n    \"sprightlier\": \"Ocha\",\n    \"sprightliest\": \"nke kachasị sie ike\",\n    \"sprightlily\": \"n'amaghi ama\",\n    \"sprightliness\": \"zuru oke\",\n    \"sprights\": \"Ntughari\",\n    \"spriglet\": \"Ogwu\",\n    \"sprigs\": \"Ogwu\",\n    \"sprigtail\": \"Ogba\",\n    \"sprynesses\": \"ogwe\",\n    \"spring\": \"mmiri\",\n    \"springal\": \"mmiri\",\n    \"springald\": \"ogechi\",\n    \"springals\": \"mmiri\",\n    \"springboard\": \"mmiri\",\n    \"springboards\": \"bọọdụ\",\n    \"springbok\": \"Ubochi\",\n    \"springboks\": \"Ubochi\",\n    \"springbuck\": \"mmiri mmiri\",\n    \"springe\": \"mmiri\",\n    \"springed\": \"mmiri\",\n    \"springeing\": \"mmiri\",\n    \"springer\": \"mmiri mmiri\",\n    \"springerle\": \"okooko osisi\",\n    \"springers\": \"okooko osisi\",\n    \"springes\": \"okooko osisi\",\n    \"springfield\": \"mmiri mmiri\",\n    \"springfinger\": \"isi mmiri\",\n    \"springfish\": \"azụ azụ\",\n    \"springfishes\": \"mmiri azụ\",\n    \"springful\": \"na-awa mmiri\",\n    \"springgun\": \"mmiri\",\n    \"springhaas\": \"mmiri\",\n    \"springhalt\": \"mmiri\",\n    \"springhead\": \"isi mmiri\",\n    \"springhouse\": \"ulo mmiri\",\n    \"springy\": \"udu mmiri\",\n    \"springier\": \"udu mmiri\",\n    \"springiest\": \"kachasi\",\n    \"springily\": \"opupu\",\n    \"springiness\": \"oge opupu ihe ubi\",\n    \"springing\": \"mmiri\",\n    \"springingly\": \"mmiri\",\n    \"springle\": \"opupu\",\n    \"springled\": \"opupu\",\n    \"springless\": \"enweghị mmiri\",\n    \"springlet\": \"opupu\",\n    \"springly\": \"opupu\",\n    \"springlike\": \"udiri mmiri\",\n    \"springling\": \"na-eto eto\",\n    \"springlock\": \"opupu\",\n    \"springmaker\": \"mmiri mmiri\",\n    \"springmaking\": \"mmiri\",\n    \"springs\": \"mmiri\",\n    \"springtail\": \"mmiri\",\n    \"springtide\": \"mmiri mmiri\",\n    \"springtime\": \"oge opupu ihe ubi\",\n    \"springtrap\": \"udu mmiri\",\n    \"springwater\": \"mmiri mmiri\",\n    \"springwood\": \"osisi, osisi\",\n    \"springworm\": \"okpokoro\",\n    \"springwort\": \"mmiri mmiri\",\n    \"springwurzel\": \"mmiriaguel\",\n    \"sprink\": \"fesaa\",\n    \"sprinkle\": \"fesaa\",\n    \"sprinkled\": \"fesaa\",\n    \"sprinkleproof\": \"Wụsaa akaebe\",\n    \"sprinkler\": \"fesa\",\n    \"sprinklered\": \"fesa\",\n    \"sprinklers\": \"fesa\",\n    \"sprinkles\": \"fesa\",\n    \"sprinkling\": \"ifesa\",\n    \"sprinklingly\": \"ifesa\",\n    \"sprinklings\": \"ifesa\",\n    \"sprint\": \"Sprint\",\n    \"sprinted\": \"agbapụ\",\n    \"sprinter\": \"oso oso\",\n    \"sprinters\": \"ndị na-agba ọsọ\",\n    \"sprinting\": \"agba ọsọ\",\n    \"sprints\": \"agba ọsọ\",\n    \"sprit\": \"sprite\",\n    \"spritehood\": \"onyeoma\",\n    \"spriteless\": \"sprite obere\",\n    \"spritely\": \"ji nwayọ\",\n    \"spritelike\": \"Onyekwere\",\n    \"spriteliness\": \"zuru oke\",\n    \"sprites\": \"Onyeagwu\",\n    \"sprits\": \"chukwuka\",\n    \"spritted\": \"etigbo\",\n    \"sprittie\": \"okwukwe\",\n    \"spritting\": \"na-emegharị\",\n    \"spritz\": \"Onyekwere\",\n    \"sproat\": \"Ome\",\n    \"sprocket\": \"Ogbo\",\n    \"sprockets\": \"Ogwu\",\n    \"sprod\": \"Ogwu\",\n    \"sprogue\": \"ogwu\",\n    \"sproil\": \"Ogba\",\n    \"sprong\": \"mmiri\",\n    \"sprose\": \"Ome\",\n    \"sprot\": \"egwuregwu\",\n    \"sproty\": \"Ogba\",\n    \"sprottle\": \"Okpukpo\",\n    \"sprout\": \"puo\",\n    \"sproutage\": \"Ogwu\",\n    \"sprouted\": \"toro\",\n    \"sprouter\": \"Ogwu\",\n    \"sproutful\": \"toro\",\n    \"sprouting\": \"na-epulite\",\n    \"sproutland\": \"Ogba\",\n    \"sproutling\": \"na-epulite\",\n    \"sprouts\": \"Ome\",\n    \"sprowsy\": \"Ogwu\",\n    \"spruced\": \"gbasara\",\n    \"sprucely\": \"aghara\",\n    \"spruceness\": \"ucheoma\",\n    \"sprucer\": \"Ogwu\",\n    \"sprucery\": \"Ọrịa sprucer\",\n    \"spruces\": \"sprurs\",\n    \"sprucest\": \"Ugba\",\n    \"sprucier\": \"Ogba\",\n    \"sprucify\": \"Ogba\",\n    \"sprucification\": \"Ọgba\",\n    \"sprucing\": \"ịgba\",\n    \"sprues\": \"spru\",\n    \"spruik\": \"mmmmmmmmmmmmm\",\n    \"spruiker\": \"mmmmmmmmmmmmm\",\n    \"sprung\": \"etisa\",\n    \"sprunk\": \"mgbokwasị\",\n    \"sprunny\": \"okpokoro\",\n    \"sprunt\": \"igwu\",\n    \"spruntly\": \"n'oge\",\n    \"sprush\": \"igwu\",\n    \"spudboy\": \"Nwosu\",\n    \"spudded\": \"Ogbodo\",\n    \"spudding\": \"Ogbodo\",\n    \"spuddle\": \"Spuddle\",\n    \"spued\": \"spu\",\n    \"spug\": \"mpu\",\n    \"spuggy\": \"Ogwu\",\n    \"spuilzie\": \"Ochie\",\n    \"spuing\": \"Na-atụgharị uche\",\n    \"spuke\": \"Ogwu\",\n    \"spulyie\": \"Ogwu\",\n    \"spulyiement\": \"Ogwu\",\n    \"spulzie\": \"Onyekwere\",\n    \"spumante\": \"Onyeka onwenu\",\n    \"spume\": \"see\",\n    \"spumed\": \"gbụrụ\",\n    \"spumes\": \"ihe eji eme ihe\",\n    \"spumescence\": \"nyocha\",\n    \"spumescent\": \"ihe ntanetị\",\n    \"spumy\": \"Ọfụma\",\n    \"spumier\": \"onye nkwusa\",\n    \"spumiest\": \"ịgba ọsọ\",\n    \"spumiferous\": \"na-agbakwa\",\n    \"spumification\": \"ịgbasa\",\n    \"spuming\": \"na-agbapụ\",\n    \"spumoid\": \"nkwanye\",\n    \"spumones\": \"ogwe\",\n    \"spumoni\": \"Okpokoro\",\n    \"spumonis\": \"okpokoro\",\n    \"spumose\": \"gbue\",\n    \"spumous\": \"mbara igwe\",\n    \"spunch\": \"igba ogwu\",\n    \"spung\": \"nwụọ\",\n    \"spunge\": \"ezumike\",\n    \"spunyarn\": \"okpokoro\",\n    \"spunk\": \"zụọ\",\n    \"spunked\": \"Akwara\",\n    \"spunkiest\": \"okpokoro\",\n    \"spunkily\": \"n'egwuregwu\",\n    \"spunking\": \"na-atụgharị uche\",\n    \"spunkless\": \"enweghị ntụpọ\",\n    \"spunklessly\": \"n'atụghị egwu\",\n    \"spunklessness\": \"enweghị nsogbu\",\n    \"spunks\": \"ogwe\",\n    \"spunnies\": \"ogwe\",\n    \"spunware\": \"ogwe osisi\",\n    \"spur\": \"kpalie\",\n    \"spurdie\": \"chukwunonso\",\n    \"spurdog\": \"Ogbodo\",\n    \"spurflower\": \"Ogba\",\n    \"spurgall\": \"Ọgba\",\n    \"spurgalled\": \"Ogwu\",\n    \"spurgalling\": \"Ọgba\",\n    \"spurgalls\": \"Ogwu\",\n    \"spurge\": \"ihe nchoputa\",\n    \"spurgewort\": \"Onyeka Onwenu\",\n    \"spuria\": \"Onyekwere\",\n    \"spuriae\": \"Onyekwere\",\n    \"spuries\": \"mmebi\",\n    \"spuriosity\": \"ihe omimi\",\n    \"spurious\": \"spur\",\n    \"spuriously\": \"n'amaghị ama\",\n    \"spuriousness\": \"ịgha ụgha\",\n    \"spurius\": \"Okponkwo\",\n    \"spurless\": \"enweghi nsogbu\",\n    \"spurlike\": \"dị\",\n    \"spurling\": \"na-agbagharị\",\n    \"spurmaker\": \"Onye na-eme ihe\",\n    \"spurmoney\": \"okpokoro\",\n    \"spurn\": \"ajụ\",\n    \"spurned\": \"tụfusịrị\",\n    \"spurner\": \"Ogwu\",\n    \"spurners\": \"Ohere\",\n    \"spurning\": \"onwu\",\n    \"spurnpoint\": \"ebe ọkụ\",\n    \"spurns\": \"Ohere\",\n    \"spurnwater\": \"Mmiri mmiri\",\n    \"spurproof\": \"enweghi ike\",\n    \"spurred\": \"kpaliri\",\n    \"spurrey\": \"Ogba\",\n    \"spurreies\": \"Ogba\",\n    \"spurreys\": \"Ogba\",\n    \"spurrer\": \"Ogba\",\n    \"spurrers\": \"Ogba\",\n    \"spurry\": \"gbasaa\",\n    \"spurrial\": \"gbasara\",\n    \"spurrier\": \"ihe na-akpali akpali\",\n    \"spurriers\": \"ndị na-emegide ya\",\n    \"spurries\": \"na-agagharị\",\n    \"spurring\": \"mkpali\",\n    \"spurrings\": \"na-akọ\",\n    \"spurt\": \"mee ihe\",\n    \"spurted\": \"gbaghaara\",\n    \"spurter\": \"Onye Ndu\",\n    \"spurting\": \"na-emegharị\",\n    \"spurtive\": \"spurur\",\n    \"spurtively\": \"na-agbanyeghị aka\",\n    \"spurtle\": \"ihe\",\n    \"spurtleblade\": \"chukwuemeka_nwachukwu\",\n    \"spurts\": \"gbawara\",\n    \"spurway\": \"Ohere\",\n    \"spurwing\": \"na-agba ọsọ\",\n    \"spurwinged\": \"na-agba ọsọ\",\n    \"spurwort\": \"oge\",\n    \"sputtered\": \"gbasaa\",\n    \"sputterers\": \"ikwu okwu\",\n    \"sputtery\": \"okwute\",\n    \"sputtering\": \"ikwu okwu\",\n    \"sputteringly\": \"ikwu okwu\",\n    \"sputters\": \"ndị na-akọ mmiri\",\n    \"sputum\": \"ọkpọ\",\n    \"sputumose\": \"sputum se\",\n    \"sqrt\": \"Ohere\",\n    \"squab\": \"nwa nduru\",\n    \"squabash\": \"skwọsh\",\n    \"squabasher\": \"okpokoro\",\n    \"squabbed\": \"gbasaa\",\n    \"squabber\": \"ogbako\",\n    \"squabby\": \"igwu\",\n    \"squabbing\": \"na-asụ mmiri\",\n    \"squabbish\": \"igwute\",\n    \"squabble\": \"esemokwu\",\n    \"squabbled\": \"ọpịa\",\n    \"squabbler\": \"Ogbe\",\n    \"squabblers\": \"ndị na-ese okwu\",\n    \"squabbles\": \"esemokwu\",\n    \"squabbly\": \"sụọ ngọngọ\",\n    \"squabbling\": \"na-ese okwu\",\n    \"squabblingly\": \"n'ikpo\",\n    \"squadded\": \"Okpukpo\",\n    \"squaddy\": \"Ogbe\",\n    \"squadding\": \"Na-achọgharị\",\n    \"squader\": \"squad\",\n    \"squadrate\": \"chịkọta\",\n    \"squadron\": \"skwodron\",\n    \"squadrone\": \"squadron\",\n    \"squadroned\": \"skwodron\",\n    \"squadroning\": \"squadrons\",\n    \"squads\": \"ndị agha\",\n    \"squail\": \"swail\",\n    \"squails\": \"Osa\",\n    \"squalid\": \"suruokwe\",\n    \"squalider\": \"ọsa\",\n    \"squalidly\": \"ndigbo\",\n    \"squalidness\": \"ndabichi\",\n    \"squalled\": \"sụọ ngọngọ\",\n    \"squaller\": \"Oshije\",\n    \"squallers\": \"ndị squal\",\n    \"squalling\": \"na-agbali\",\n    \"squalls\": \"nsogbu\",\n    \"squalm\": \"salmụ\",\n    \"squamaceous\": \"Okwesili\",\n    \"squamate\": \"gbasaa\",\n    \"squamated\": \"gbasaa\",\n    \"squamation\": \"ịgba aghara\",\n    \"squamatogranulous\": \"squamatogranistic\",\n    \"squamiferous\": \"sụkọlụ\",\n    \"squamify\": \"gbasaa\",\n    \"squamigerous\": \"na-agba aghara\",\n    \"squamipennate\": \"Onyekwere\",\n    \"squamipennes\": \"Obinna\",\n    \"squamomastoid\": \"skamomastoid\",\n    \"squamopetrosal\": \"skamopetrosal\",\n    \"squamoseness\": \"nzuzu\",\n    \"squamosozygomatic\": \"mmmmmmmmmmmmm\",\n    \"squamosphenoid\": \"skamosphenoid\",\n    \"squamosphenoidal\": \"skamosphenoidal\",\n    \"squamousness\": \"ndagwurugwu\",\n    \"squamozygomatic\": \"mmmmmmmmmmmmm\",\n    \"squamscot\": \"Ogbe\",\n    \"squamulate\": \"gbasaa\",\n    \"squamulation\": \"ịgbaba\",\n    \"squander\": \"na-emebisị\",\n    \"squandered\": \"rie nri\",\n    \"squanderer\": \"onye ohi\",\n    \"squanderers\": \"ndị ohi\",\n    \"squandering\": \"na-emefusị\",\n    \"squanderingly\": \"na-egbu egbu\",\n    \"squandermania\": \"Onyekwere\",\n    \"squandermaniac\": \"Onyegbula\",\n    \"squanders\": \"ndị ohi\",\n    \"squarable\": \"squaralụ\",\n    \"squareage\": \"squareji\",\n    \"squared\": \"square\",\n    \"squaredly\": \"squared, akụkụ anọ\",\n    \"squarehead\": \"square isi\",\n    \"squarely\": \"N'akuku\",\n    \"squarelike\": \"akụkụ anọ\",\n    \"squaremen\": \"ndi square\",\n    \"squareness\": \"ọnụọgụgụ\",\n    \"squarer\": \"square\",\n    \"squarers\": \"square\",\n    \"squares\": \"square\",\n    \"squaretoed\": \"square toed\",\n    \"squarewise\": \"akụkụ anọ\",\n    \"squary\": \"square\",\n    \"squarier\": \"square\",\n    \"squaring\": \"na-asụ\",\n    \"squarishly\": \"squarishar\",\n    \"squarishness\": \"Ogbe\",\n    \"squark\": \"squawk\",\n    \"squarrosely\": \"sagọọlụ\",\n    \"squarrous\": \"Ogbe\",\n    \"squarsonry\": \"skwọsh\",\n    \"squash\": \"skwọsh\",\n    \"squashberry\": \"skwọber\",\n    \"squashed\": \"gbue\",\n    \"squashers\": \"ndị squas\",\n    \"squashes\": \"squash\",\n    \"squashier\": \"skwọshier\",\n    \"squashing\": \"Na-egbu mmiri\",\n    \"squashs\": \"skwọsh\",\n    \"squassation\": \"izu\",\n    \"squatinoid\": \"mmmmmmmmmmmmm\",\n    \"squatinoidei\": \"mmmmmmmmmmmmm\",\n    \"squatly\": \"gbamgbam\",\n    \"squatment\": \"gbue\",\n    \"squatmore\": \"igwu\",\n    \"squatness\": \"nzụkọ\",\n    \"squatted\": \"gbuo\",\n    \"squatter\": \"gbuo\",\n    \"squatterdom\": \"gbamgbam\",\n    \"squattered\": \"gbasaa\",\n    \"squattering\": \"edetu\",\n    \"squatters\": \"ndị squatt\",\n    \"squatty\": \"squat\",\n    \"squattily\": \"gbasaa\",\n    \"squattiness\": \"nkwụsị\",\n    \"squatting\": \"edetu\",\n    \"squattingly\": \"gbamgbam\",\n    \"squawfishes\": \"squawfish\",\n    \"squawked\": \"Ogwu\",\n    \"squawker\": \"Ogwu\",\n    \"squawkers\": \"ndị squaw\",\n    \"squawky\": \"Ogba\",\n    \"squawking\": \"bụ squawking\",\n    \"squawkingly\": \"Ogbe\",\n    \"squawks\": \"Ogbe\",\n    \"squaws\": \"ẹphe\",\n    \"squawweed\": \"Ogbe\",\n    \"squdgy\": \"Onyekwere\",\n    \"squeak\": \"tie mkpu\",\n    \"squeaked\": \"sụọ ude\",\n    \"squeaker\": \"mkpọtụ\",\n    \"squeakery\": \"mkpọchi\",\n    \"squeakers\": \"mkpọtụ\",\n    \"squeaky\": \"mkpọtụ\",\n    \"squeakier\": \"mkpọtụ\",\n    \"squeakiest\": \"mkpọtụ\",\n    \"squeakyish\": \"mkpọchi\",\n    \"squeakily\": \"squeakụ ike\",\n    \"squeakiness\": \"mkpọtụ\",\n    \"squeaking\": \"na-eti mkpu\",\n    \"squeakingly\": \"na-eti mkpu\",\n    \"squeaklet\": \"mkpọtụ\",\n    \"squeaks\": \"mkpọtụ\",\n    \"squeal\": \"mkpọtu\",\n    \"squeald\": \"mkpọtụ\",\n    \"squealed\": \"mkpọtụ\",\n    \"squealer\": \"mkpọtụ\",\n    \"squealers\": \"ndị na-akpọ nkụ\",\n    \"squealing\": \"na-eti mkpu\",\n    \"squeals\": \"mkpọtụ\",\n    \"squeam\": \"mkpọtu\",\n    \"squeamy\": \"mkpọtụ\",\n    \"squeamish\": \"mkpọtụ\",\n    \"squeamishly\": \"mkpọtụ\",\n    \"squeamishness\": \"mkpọtụ\",\n    \"squeamous\": \"mkpọtụ\",\n    \"squeasy\": \"mkpọtụ\",\n    \"squedunk\": \"Ogbe\",\n    \"squeege\": \"afanyekwa\",\n    \"squeegee\": \"Mgbuka\",\n    \"squeegeeing\": \"na-egbu osisi\",\n    \"squeegees\": \"Mwepu\",\n    \"squeegeing\": \"na-egbu osisi\",\n    \"squeel\": \"mkpọtụ\",\n    \"squeezability\": \"Ntughari\",\n    \"squeezable\": \"Ogbe\",\n    \"squeezableness\": \"mpịakọta\",\n    \"squeezably\": \"afanyekwa\",\n    \"squeeze\": \"afanyekwa\",\n    \"squeezed\": \"afanyekwa\",\n    \"squeezeman\": \"afanyekwa\",\n    \"squeezer\": \"afanyekwa\",\n    \"squeezers\": \"Mpekere\",\n    \"squeezes\": \"afanyekwa\",\n    \"squeezy\": \"afanyekwa\",\n    \"squeezing\": \"afanyekwa\",\n    \"squeezingly\": \"afanyekwa\",\n    \"squegged\": \"Ogbe\",\n    \"squegging\": \"nkwụsị\",\n    \"squegs\": \"Ogbe\",\n    \"squelch\": \"skwọsh\",\n    \"squelched\": \"gbue\",\n    \"squelcher\": \"squel\",\n    \"squelchers\": \"ndị na-agba ịnyịnya\",\n    \"squelchiness\": \"afọ ojuju\",\n    \"squelching\": \"squel na\",\n    \"squelchingly\": \"squel na\",\n    \"squelchingness\": \"squelching ness\",\n    \"squench\": \"iberibe\",\n    \"squencher\": \"Ogbe\",\n    \"squeteague\": \"Ogbogu\",\n    \"squetee\": \"squelette\",\n    \"squibbed\": \"Okpu\",\n    \"squibbery\": \"Ogwu\",\n    \"squibbing\": \"Na-agbagharị\",\n    \"squiblet\": \"igodo\",\n    \"squibling\": \"na-agbada\",\n    \"squibs\": \"Ogwu\",\n    \"squid\": \"skwid\",\n    \"squidded\": \"Ogbodo\",\n    \"squidder\": \"skwid\",\n    \"squidding\": \"Ogbodo\",\n    \"squiddle\": \"Ogbe\",\n    \"squidge\": \"Ogbe\",\n    \"squidgereen\": \"mmmmmmmmmmmmm\",\n    \"squidgy\": \"Odogwu\",\n    \"squidgier\": \"Odogwu\",\n    \"squidgiest\": \"Ogbe\",\n    \"squids\": \"skwudo\",\n    \"squiffed\": \"gbasie ike\",\n    \"squiggle\": \"gbue\",\n    \"squiggled\": \"gbagburu\",\n    \"squiggles\": \"Na-agba aghara\",\n    \"squiggly\": \"igwu\",\n    \"squigglier\": \"Na-agbasiwanye ike\",\n    \"squiggling\": \"Na-agba mmiri\",\n    \"squilgee\": \"Ogwu\",\n    \"squilgeeing\": \"Na-achọ ihe\",\n    \"squilgeer\": \"Osa\",\n    \"squilgees\": \"Ogwu\",\n    \"squilgeing\": \"na-achọgharị\",\n    \"squill\": \"azu\",\n    \"squilla\": \"skwọl\",\n    \"squillae\": \"edebe\",\n    \"squillagee\": \"edee\",\n    \"squillageeing\": \"Na-achọgharị\",\n    \"squillageing\": \"na-egwu mmiri\",\n    \"squillas\": \"Ogwu\",\n    \"squillery\": \"Ogwu\",\n    \"squillgee\": \"ndigbo\",\n    \"squillgeeing\": \"na-achọ igwu\",\n    \"squillgeing\": \"na-achọgharị\",\n    \"squillian\": \"Ogbu\",\n    \"squillitic\": \"igwu squillitic\",\n    \"squilloid\": \"Oyibo\",\n    \"squilloidea\": \"Oyibo\",\n    \"squills\": \"Ogwu\",\n    \"squimmidge\": \"Ogbodo\",\n    \"squinance\": \"ndaputa\",\n    \"squinched\": \"gbagbue\",\n    \"squinching\": \"igwu\",\n    \"squinnied\": \"sụọ ngọngọ\",\n    \"squinniest\": \"nke kachasị njọ\",\n    \"squinnying\": \"na-atụgharị anya\",\n    \"squinsy\": \"Ogwu\",\n    \"squinted\": \"gbaa gburu-gburu\",\n    \"squinter\": \"Okpukpo\",\n    \"squinty\": \"nke squinty\",\n    \"squinting\": \"gbaapụ iche\",\n    \"squintingly\": \"na-egbu egbu\",\n    \"squintingness\": \"ọsọsọ\",\n    \"squints\": \"na-atụgharị uche\",\n    \"squiralty\": \"igwu\",\n    \"squirarchies\": \"squirarchi\",\n    \"squirearchy\": \"ọchịchị squirearchy\",\n    \"squiredom\": \"Odogwu\",\n    \"squirehood\": \"iregha\",\n    \"squireless\": \"enweghị squire\",\n    \"squirelet\": \"Ogba\",\n    \"squireling\": \"Na-achọgharị\",\n    \"squiress\": \"squires\",\n    \"squiret\": \"squire\",\n    \"squirewise\": \"igodo\",\n    \"squiring\": \"Na-agbagharị\",\n    \"squirish\": \"suruegwu\",\n    \"squirism\": \"Ogba\",\n    \"squirk\": \"ohia\",\n    \"squirl\": \"Osa\",\n    \"squirm\": \"gbasasịa\",\n    \"squirmed\": \"Na-agbagharị\",\n    \"squirmer\": \"Osa\",\n    \"squirmers\": \"ndị squir\",\n    \"squirmy\": \"Osa\",\n    \"squirmier\": \"Osa\",\n    \"squirmiest\": \"Na-agbada\",\n    \"squirminess\": \"ọsa\",\n    \"squirming\": \"Na-agbagharị\",\n    \"squirmingly\": \"Ugha\",\n    \"squirms\": \"ọsa\",\n    \"squirr\": \"Osa\",\n    \"squirrel\": \"osa\",\n    \"squirreled\": \"Omekpo\",\n    \"squirrelfishes\": \"squirrelfish\",\n    \"squirrely\": \"Ogbe\",\n    \"squirrelian\": \"Okafo\",\n    \"squirreline\": \"irgba squirline\",\n    \"squirreling\": \"Na-agbagharị\",\n    \"squirrelish\": \"Na-eme ihere\",\n    \"squirrelled\": \"Na-agbada\",\n    \"squirrelly\": \"ọsa\",\n    \"squirrellike\": \"yiri ka osa\",\n    \"squirrelling\": \"Na-agbagharị\",\n    \"squirrels\": \"Ọsa\",\n    \"squirrelsstagnate\": \"irgba mmiri squagrels\",\n    \"squirreltail\": \"Osa\",\n    \"squirted\": \"gbagburu\",\n    \"squirter\": \"Osa\",\n    \"squirters\": \"ndị squir\",\n    \"squirty\": \"Ugwu\",\n    \"squirtiness\": \"Okwa\",\n    \"squirting\": \"Na-agbagharị\",\n    \"squirtingly\": \"Ugha\",\n    \"squirts\": \"squirt\",\n    \"squished\": \"squish\",\n    \"squishes\": \"squish\",\n    \"squishy\": \"Ogwu\",\n    \"squishiness\": \"squish\",\n    \"squishing\": \"na-agba mmiri\",\n    \"squit\": \"sụgharịa\",\n    \"squitch\": \"skwọk\",\n    \"squitter\": \"sụgharịa\",\n    \"squooshed\": \"Udogwu\",\n    \"squooshes\": \"squoos\",\n    \"squooshing\": \"na-asụda\",\n    \"squoze\": \"igwu\",\n    \"squshy\": \"Ogwu\",\n    \"squshier\": \"squishier\",\n    \"squshiest\": \"squish\",\n    \"squush\": \"skwọsh\",\n    \"squushed\": \"gwuru\",\n    \"squushes\": \"skwọsh\",\n    \"squushy\": \"Ogbe\",\n    \"squushing\": \"Na-asụpịa\",\n    \"sraddha\": \"Uchenna\",\n    \"sraddhas\": \"Onyinyechi\",\n    \"sradhas\": \"Onwuka\",\n    \"sri\": \"Nkechi\",\n    \"sridhar\": \"Ezenwata\",\n    \"sridharan\": \"Ezenwata\",\n    \"srikanth\": \"Nwachukwu\",\n    \"sriram\": \"Uchechukwu\",\n    \"sris\": \"Nkechi\",\n    \"srivatsan\": \"Uzoigwe\",\n    \"sruti\": \"Okechukwu\",\n    \"ssort\": \"Udodi\",\n    \"ssp\": \"Onyema\",\n    \"ssu\": \"udochi\",\n    \"st\": \"abụrụ\",\n    \"stab\": \"maa\",\n    \"stabbed\": \"maa mma\",\n    \"stabber\": \"nma\",\n    \"stabbers\": \"ndị na-egbu mmadụ\",\n    \"stabbing\": \"na-agbachi\",\n    \"stabbingly\": \"maa mma\",\n    \"stabbingness\": \"ịma mma\",\n    \"stabilify\": \"kwusi\",\n    \"stabiliment\": \"nkwụsi ike\",\n    \"stabilimeter\": \"nkwụnye\",\n    \"stabilisation\": \"nkwụsi ike\",\n    \"stabilise\": \"kwụsie ike\",\n    \"stabilised\": \"kwụsie ike\",\n    \"stabiliser\": \"stabilizer\",\n    \"stabilising\": \"na-edozi\",\n    \"stabilist\": \"onye na-akwụsi ike\",\n    \"stabilitate\": \"kwusi\",\n    \"stability\": \"nkwụsi ike\",\n    \"stabilivolt\": \"kwụsie ike\",\n    \"stabilization\": \"nkwụsi ike\",\n    \"stabilizator\": \"nkwụsi ike\",\n    \"stabilize\": \"kwụsie ike\",\n    \"stabilized\": \"kwụsie ike\",\n    \"stabilizers\": \"ndị na-emechi ihe\",\n    \"stabilizes\": \"na-eme ka ọ kwụsie ike\",\n    \"stabilizing\": \"na-edozi\",\n    \"stable\": \"anụ\",\n    \"stableboy\": \"ikechukwu\",\n    \"stabled\": \"kwụrụ\",\n    \"stableful\": \"kwụsie ike\",\n    \"stablekeeper\": \"onye nlekọta\",\n    \"stablelike\": \"kwụsiri ike\",\n    \"stableman\": \"onye kwụsiri ike\",\n    \"stablemate\": \"onye mụ na ya kwụsiri ike\",\n    \"stablemeal\": \"anụ\",\n    \"stablemen\": \"ndị kwụsiri ike\",\n    \"stableness\": \"nkwụsi ike\",\n    \"stabler\": \"kwụsie ike\",\n    \"stablers\": \"anụ\",\n    \"stables\": \"kwụsie ike\",\n    \"stablest\": \"kwụsie ike\",\n    \"stablestand\": \"kwụrụ ọtọ\",\n    \"stableward\": \"kwụsie ike\",\n    \"stablewards\": \"kwụsie ike\",\n    \"stably\": \"kwụrụ\",\n    \"stablish\": \"guzo\",\n    \"stablished\": \"kwadoro\",\n    \"stablishes\": \"na-egbu\",\n    \"stablishing\": \"oruru\",\n    \"stablishment\": \"oruru\",\n    \"stabproof\": \"ima akaebe\",\n    \"stabs\": \"na-egbu\",\n    \"stabulate\": \"maa\",\n    \"stabulation\": \"nsị\",\n    \"stacher\": \"onye nduhie\",\n    \"stachering\": \"ịgha ụgha\",\n    \"stachys\": \"stachys ndigbo\",\n    \"stack\": \"tojupụtara\",\n    \"stackable\": \"jigide\",\n    \"stackage\": \"nchịkọta\",\n    \"stacked\": \"akwakọba\",\n    \"stackencloud\": \"ikechi.com\",\n    \"stacker\": \"onye mmado\",\n    \"stacket\": \"duru\",\n    \"stackgarth\": \"Obosara\",\n    \"stackhousia\": \"ikpochi\",\n    \"stackhousiaceous\": \"Odogwu\",\n    \"stackyard\": \"okpokoro\",\n    \"stacking\": \"Ndidi\",\n    \"stackless\": \"enweghị nkwakọ\",\n    \"stackman\": \"onye nwere ike\",\n    \"stackmen\": \"ndị nwere ike\",\n    \"stacks\": \"Nchịkọta\",\n    \"stackstand\": \"nkwụsị\",\n    \"stackup\": \"Ndidi\",\n    \"stacte\": \"mkpọchi\",\n    \"stactes\": \"gboo\",\n    \"staddling\": \"na-agbagharị\",\n    \"stade\": \"zọọ\",\n    \"stader\": \"zọọ\",\n    \"stades\": \"zọọ\",\n    \"stadholder\": \"onye nkwado\",\n    \"stadholderate\": \"kwụrụ\",\n    \"stadholdership\": \"Nkwado\",\n    \"stadhouse\": \"adlọ\",\n    \"stadias\": \"stadia's\",\n    \"stadie\": \"zọọ\",\n    \"stadimeter\": \"stadiometer\",\n    \"stadium\": \"ama egwuregwu\",\n    \"stadiums\": \"ama egwuregwu\",\n    \"staff\": \"mkpara\",\n    \"staffage\": \"mkpara\",\n    \"staffed\": \"mkpara\",\n    \"staffelite\": \"onye ọrụ\",\n    \"staffer\": \"onye ọrụ\",\n    \"staffers\": \"ndị ọrụ\",\n    \"staffete\": \"onye ọrụ\",\n    \"staffier\": \"onye ọrụ\",\n    \"staffing\": \"mkpara\",\n    \"staffish\": \"na-arụ ọrụ\",\n    \"staffless\": \"enweghị ọrụ\",\n    \"staffman\": \"onye ọrụ\",\n    \"staffmen\": \"mkpara\",\n    \"stafford\": \"mkpara\",\n    \"staffs\": \"mkpara\",\n    \"staffstriker\": \"onye ọrụ\",\n    \"stag\": \"mgbada\",\n    \"stage\": \"ogbo\",\n    \"stageability\": \"ogbo\",\n    \"stageable\": \"ogbo\",\n    \"stageableness\": \"ịgba agba\",\n    \"stagecoaching\": \"ije ozi\",\n    \"stagecraft\": \"ejije ije\",\n    \"staged\": \"Haziri\",\n    \"stagedom\": \"stageom\",\n    \"stagehand\": \"ihe egwuregwu\",\n    \"stagehands\": \"ihe eji eme ihe\",\n    \"stagehouse\": \"ime ụlọ\",\n    \"stagey\": \"ogbo\",\n    \"stageland\": \"ama egwuregwu\",\n    \"stageman\": \"onye ugha\",\n    \"stager\": \"izu\",\n    \"stagery\": \"izu\",\n    \"stagers\": \"nkebi\",\n    \"stages\": \"nkebi\",\n    \"stagese\": \"nkebi\",\n    \"stagewise\": \"imeogo\",\n    \"stageworthy\": \"ihe kwesiri ekwesi\",\n    \"stagewright\": \"ihe nkiri\",\n    \"stagflation\": \"nkwenye\",\n    \"staggard\": \"anyaukwu\",\n    \"staggards\": \"ndigbo\",\n    \"staggarts\": \"agbada\",\n    \"stagged\": \"Haziri\",\n    \"stagger\": \"dahie\",\n    \"staggerbush\": \"Adaeze\",\n    \"staggered\": \"anyaukwu\",\n    \"staggerer\": \"onye ugha\",\n    \"staggerers\": \"ndị ọgba aghara\",\n    \"staggery\": \"Ogologo\",\n    \"staggering\": \"jijiji\",\n    \"staggeringly\": \"jijiji\",\n    \"staggers\": \"Ndahie\",\n    \"staggerweed\": \"Ogbogu\",\n    \"staggerwort\": \"Ogologo\",\n    \"staggy\": \"staggie\",\n    \"staggier\": \"staggie\",\n    \"stagging\": \"ile ihe\",\n    \"staghunting\": \"na-egbu\",\n    \"stagy\": \"onye anakpo\",\n    \"stagily\": \"kwụrụ\",\n    \"staginess\": \"nkwụsị\",\n    \"staging\": \"ile ihe\",\n    \"stagings\": \"ogwe\",\n    \"stagyrite\": \"stagirite\",\n    \"stagmometer\": \"stalagmometer\",\n    \"stagnance\": \"stagnancy\",\n    \"stagnant\": \"kwụrụ ọtọ\",\n    \"stagnantly\": \"n'esemokwu\",\n    \"stagnantness\": \"cagom ness\",\n    \"stagnate\": \"kwụrụ ọtọ\",\n    \"stagnating\": \"na-adagharị\",\n    \"stagnation\": \"nkwụsị\",\n    \"stagnatory\": \"nkwụsị\",\n    \"stagnize\": \"aka ike\",\n    \"stags\": \"mgbada\",\n    \"stagworm\": \"oghala\",\n    \"stahlhelmist\": \"Onyeka Onwenu\",\n    \"stay\": \"nọrọ\",\n    \"staia\": \"nọrọ\",\n    \"stayable\": \"anụ\",\n    \"staybolt\": \"mbadamba\",\n    \"staider\": \"staid\",\n    \"stayed\": \"nọrọ\",\n    \"staying\": \"na-anọ\",\n    \"staylace\": \"biri\",\n    \"stayless\": \"enweghị ike\",\n    \"staylessness\": \"enweghị ike\",\n    \"staymaker\": \"onye na-ebi\",\n    \"staymaking\": \"na-arụ ọrụ\",\n    \"stain\": \"Unyi\",\n    \"stainability\": \"unyi\",\n    \"stainabilities\": \"nkwado\",\n    \"stainable\": \"nke nwere ntupo\",\n    \"stainableness\": \"ntụpọ ness\",\n    \"stainably\": \"nke nwere ntupo\",\n    \"stained\": \"ntụpọ\",\n    \"stainful\": \"unyi\",\n    \"stainierite\": \"mmetọ\",\n    \"stainless\": \"igwe anaghị agba\",\n    \"stainlessly\": \"n'emeghị ntụpọ\",\n    \"stainlessness\": \"enweghị ntụpọ\",\n    \"stainproof\": \"nkwupụta ntụpọ\",\n    \"staio\": \"ebe\",\n    \"staypak\": \"mkpọchi\",\n    \"stair\": \"steepụ\",\n    \"stairbuilder\": \"steepụ onye na-ewu ụlọ\",\n    \"staircase\": \"steepụ\",\n    \"staircases\": \"steepụ\",\n    \"staired\": \"edoziri\",\n    \"stairhead\": \"steepụ\",\n    \"stairy\": \"steepụ\",\n    \"stairs\": \"steepụ\",\n    \"stairstep\": \"steepụ\",\n    \"stairway\": \"steepụ\",\n    \"stairways\": \"steepụ\",\n    \"stairwell\": \"steepụ\",\n    \"stairwells\": \"steepụ ụlọ\",\n    \"stairwise\": \"steepụ\",\n    \"stairwork\": \"ọrụ steepụ\",\n    \"stays\": \"nọrọ\",\n    \"staysail\": \"nosail\",\n    \"staysails\": \"ụlọ ahịa\",\n    \"stayship\": \"hipnọgide\",\n    \"staith\": \"staithe\",\n    \"staiver\": \"dị iche iche\",\n    \"stake\": \"osisi\",\n    \"stakehead\": \"isi\",\n    \"stakeholder\": \"ndi nwere oke\",\n    \"stakeout\": \"ọrụ\",\n    \"stakeouts\": \"ọrụ\",\n    \"staker\": \"staka\",\n    \"stakerope\": \"osisi\",\n    \"stakes\": \"osisi\",\n    \"staking\": \"izu\",\n    \"stalace\": \"nkwatu\",\n    \"stalactited\": \"kwụrụ ụgwọ\",\n    \"stalactitied\": \"kwụsịtụrụ\",\n    \"stalagmitic\": \"stalagmitik\",\n    \"stalder\": \"stalda\",\n    \"staled\": \"zoro ezo\",\n    \"stales\": \"osisi\",\n    \"staling\": \"stalin\",\n    \"stalingrad\": \"stalingradụ\",\n    \"stalinist\": \"onye stalinist\",\n    \"stalinists\": \"stalinism\",\n    \"stalk\": \"okporo\",\n    \"stalkable\": \"Nke nwere ike\",\n    \"stalked\": \"kpaliri\",\n    \"stalkers\": \"ndị stal\",\n    \"stalkily\": \"Na-agba ọsọ\",\n    \"stalking\": \"inggbaso\",\n    \"stalkingly\": \"na-agbachi\",\n    \"stalkless\": \"enweghị osisi\",\n    \"stalklike\": \"yiri\",\n    \"stalks\": \"okporo\",\n    \"stall\": \"uloanumaanu\",\n    \"stalland\": \"ugwu ugwu\",\n    \"stallboat\": \"ụgbọ ịnyịnya\",\n    \"stalled\": \"kwụsịtụrụ\",\n    \"stallenger\": \"Onye nwe anyi\",\n    \"staller\": \"stalị\",\n    \"stallership\": \"stallele\",\n    \"stalling\": \"na-adagide\",\n    \"stallings\": \"ụlọ ahịa\",\n    \"stallions\": \"inyinya\",\n    \"stallkeeper\": \"onye na-ulo ahia\",\n    \"stallmen\": \"ndi ulo\",\n    \"stallment\": \"ulo ahia\",\n    \"stallon\": \"stallone\",\n    \"stalls\": \"ụlọ ahịa\",\n    \"stalwartism\": \"stalwart ism\",\n    \"stalwartly\": \"n’ike\",\n    \"stalwartness\": \"ịdị ike\",\n    \"stalworth\": \"stalwart\",\n    \"stalworthly\": \"ọkwá\",\n    \"stalworthness\": \"ikwesi olu ike\",\n    \"stamened\": \"stam\",\n    \"stamens\": \"stamsị\",\n    \"stamina\": \"ume\",\n    \"staminigerous\": \"na-asọ oyi\",\n    \"stammered\": \"ghagha\",\n    \"stammerers\": \"stammere\",\n    \"stammering\": \"na-agbasi ike\",\n    \"stammeringness\": \"stamkpa\",\n    \"stamp\": \"stampụ\",\n    \"stampable\": \"stampụ\",\n    \"stampage\": \"stampụ\",\n    \"stamped\": \"zọọ akara\",\n    \"stampede\": \"zọọ\",\n    \"stampeded\": \"zọọ\",\n    \"stampeder\": \"stampụ\",\n    \"stampedes\": \"stampụ\",\n    \"stampeding\": \"zọda\",\n    \"stampedingly\": \"zọda\",\n    \"stampee\": \"zọọ\",\n    \"stamper\": \"stampụ\",\n    \"stampery\": \"stampa\",\n    \"stampers\": \"stampụ\",\n    \"stamping\": \"zọta\",\n    \"stample\": \"stampụ\",\n    \"stampless\": \"stampa\",\n    \"stampmen\": \"ndị stampụ\",\n    \"stamps\": \"stampụ\",\n    \"stampsman\": \"stampụ\",\n    \"stampsmen\": \"ndị stampụ\",\n    \"stances\": \"ọnọdụ\",\n    \"stanch\": \"stanị\",\n    \"stanched\": \"stanị\",\n    \"stancher\": \"stanki\",\n    \"stanchers\": \"stanki\",\n    \"stanching\": \"izu ike\",\n    \"stanchioning\": \"izu ike\",\n    \"stanchions\": \"stanị\",\n    \"stanchness\": \"izu ike\",\n    \"stand\": \"guzoro\",\n    \"standage\": \"nguzo\",\n    \"standard\": \"ọkọlọtọ\",\n    \"standardbearer\": \"ọkọlọtọ\",\n    \"standardbearers\": \"ndị bu ọkọlọtọ\",\n    \"standardbred\": \"ọkọlọtọ\",\n    \"standardise\": \"tozuo\",\n    \"standardised\": \"tozuru oke\",\n    \"standardization\": \"nhazi\",\n    \"standardize\": \"tozuo\",\n    \"standardized\": \"tozuru oke\",\n    \"standardizer\": \"ọkọlọtọ\",\n    \"standardizes\": \"ụkpụrụ\",\n    \"standardizing\": \"na-edozi\",\n    \"standardly\": \"ọkọlọtọ\",\n    \"standardness\": \"ọkọlọtọ\",\n    \"standards\": \"ụkpụrụ\",\n    \"standardwise\": \"ọkọlọtọ\",\n    \"standaway\": \"uzo\",\n    \"standback\": \"nkwụghachi azụ\",\n    \"standby\": \"kwụrụ n'ụsọ\",\n    \"standbybys\": \"njikere\",\n    \"standbys\": \"nguzo\",\n    \"standel\": \"kwụrụ\",\n    \"standelwelks\": \"nkwanye ugwu\",\n    \"standelwort\": \"nguzosi ike\",\n    \"stander\": \"nkwụnye\",\n    \"standergrass\": \"onwuzulike\",\n    \"standers\": \"guzoro\",\n    \"standerwort\": \"nkwụsị\",\n    \"standeth\": \"guzo\",\n    \"standfast\": \"iguzosi ike\",\n    \"standing\": \"guzo\",\n    \"standings\": \"guzo\",\n    \"standish\": \"kwụrụ\",\n    \"standishes\": \"guzoro\",\n    \"standoff\": \"nkwụsị\",\n    \"standoffish\": \"nkwụsị\",\n    \"standoffishly\": \"ikwusi ike\",\n    \"standoffishness\": \"nkwụsị\",\n    \"standoffs\": \"nguzo\",\n    \"standout\": \"kwụpụta\",\n    \"standouts\": \"nkwụsị\",\n    \"standpat\": \"nguzo\",\n    \"standpatism\": \"nguzo\",\n    \"standpatter\": \"nkwụnye\",\n    \"standpattism\": \"nkwụsịtụ\",\n    \"standpipe\": \"nkwụsị\",\n    \"standpipes\": \"eriri mmiri\",\n    \"standpoint\": \"nguzo\",\n    \"standpoints\": \"nguzo\",\n    \"standpost\": \"guzoro\",\n    \"stands\": \"guzo\",\n    \"standstill\": \"kwusi\",\n    \"standup\": \"kwụrụ ọtọ\",\n    \"staned\": \"daa jụụ\",\n    \"stanes\": \"stan\",\n    \"stanged\": \"zoro\",\n    \"stanging\": \"izu ike\",\n    \"stangs\": \"ogwe\",\n    \"staning\": \"guzo\",\n    \"stank\": \"isi\",\n    \"stankie\": \"stanky\",\n    \"stanks\": \"stanky\",\n    \"stannate\": \"stannat\",\n    \"stannic\": \"stannik\",\n    \"stannums\": \"stannọm\",\n    \"stanzaed\": \"stanzas\",\n    \"stanzaic\": \"stanza\",\n    \"stanze\": \"stanza\",\n    \"stapedes\": \"steapes\",\n    \"stapedez\": \"Ijeoma\",\n    \"stapedial\": \"stapapial\",\n    \"stapes\": \"stapap\",\n    \"staphyle\": \"ikechi\",\n    \"staphylinic\": \"staphylinik\",\n    \"staphylinoidea\": \"staphylinoidea juru\",\n    \"staphylion\": \"ikechi\",\n    \"staphylorrhaphic\": \"staphylorrhaphic na-egosi\",\n    \"staphylorrhaphies\": \"staphylorrhaphies na-egosi\",\n    \"staphylotomy\": \"staphylectomy\",\n    \"staphylotomies\": \"staphylectomy\",\n    \"staphylotoxin\": \"toxin staphylo\",\n    \"staplewise\": \"stapleless\",\n    \"staplf\": \"stapler\",\n    \"stapling\": \"stapapi\",\n    \"stapple\": \"staple\",\n    \"star\": \"kpakpando\",\n    \"starblind\": \"kpakpando\",\n    \"starbloom\": \"kpakpando\",\n    \"starbolins\": \"kpakpando\",\n    \"starbowlines\": \"kpakpando\",\n    \"starbright\": \"kpakpando\",\n    \"starbuck\": \"Starbuck\",\n    \"starch\": \"stachi\",\n    \"starched\": \"agụụ\",\n    \"starchedness\": \"chedgha\",\n    \"starcher\": \"Starcher\",\n    \"starches\": \"nriuko\",\n    \"starchy\": \"starchị\",\n    \"starchier\": \"kpakpando\",\n    \"starchiest\": \"kachasị\",\n    \"starchiness\": \"starchị\",\n    \"starching\": \"izu ike\",\n    \"starchless\": \"stachiless\",\n    \"starchly\": \"stachi\",\n    \"starchlike\": \"stachi yiri\",\n    \"starchmen\": \"ndị starch\",\n    \"starchness\": \"stachi starch\",\n    \"starcraft\": \"kpakpando\",\n    \"stardoms\": \"kpakpando\",\n    \"stare\": \"elegide anya\",\n    \"stared\": \"anya\",\n    \"starer\": \"na-ele anya\",\n    \"starers\": \"Ndị nlezianya\",\n    \"stares\": \"anya\",\n    \"starets\": \"Uche\",\n    \"starfish\": \"azụ azụ\",\n    \"starfishes\": \"starfish\",\n    \"starflower\": \"kpakpando\",\n    \"starfruit\": \"Starfruit\",\n    \"starful\": \"Na-agụ agụụ\",\n    \"stargaze\": \"kpakpando\",\n    \"stargazed\": \"kpakpando\",\n    \"stargazer\": \"kpakpando\",\n    \"stargazers\": \"kpakpando\",\n    \"stargazes\": \"kpakpando\",\n    \"stargazing\": \"na-agụ agụụ\",\n    \"starik\": \"kpakpando\",\n    \"staring\": \"ile anya\",\n    \"staringly\": \"ile anya\",\n    \"stark\": \"Nnọọ\",\n    \"starker\": \"nke di egwu\",\n    \"starkest\": \"nke kachasị\",\n    \"starky\": \"Ezigbo\",\n    \"starkle\": \"daa mba\",\n    \"starkly\": \"n'ụzọ doro anya\",\n    \"starkness\": \"nkwuwa okwu\",\n    \"starless\": \"enweghi kpakpando\",\n    \"starlessly\": \"n’enweghị atụ\",\n    \"starlessness\": \"enweghị agụụ\",\n    \"starlets\": \"kpakpando\",\n    \"starlight\": \"kpakpando\",\n    \"starlighted\": \"kpakpando\",\n    \"starlights\": \"kpakpando\",\n    \"starlike\": \"yiri kpakpando\",\n    \"starling\": \"na-agụ agụụ\",\n    \"starlings\": \"kpakpando\",\n    \"starlit\": \"kpakpando\",\n    \"starlite\": \"kpakpando\",\n    \"starlitten\": \"kpakpando\",\n    \"starmonger\": \"kpakpando\",\n    \"starnose\": \"kpakpando\",\n    \"starquake\": \"kpakpando\",\n    \"starr\": \"kpakpando\",\n    \"starred\": \"ahụrụ kpakpando\",\n    \"starry\": \"kpakpando\",\n    \"starrier\": \"kpakpando\",\n    \"starriest\": \"kpakpando\",\n    \"starrify\": \"kwụsị\",\n    \"starriness\": \"starrinrin\",\n    \"starring\": \"na-agụ agụụ\",\n    \"starringly\": \"agụụ\",\n    \"stars\": \"kpakpando\",\n    \"starshake\": \"kpakpando\",\n    \"starshine\": \"kpakpando\",\n    \"starship\": \"kpakpando\",\n    \"starshoot\": \"kpakpando\",\n    \"starshot\": \"kpakpando\",\n    \"starstone\": \"ụda olu\",\n    \"starstroke\": \"kpakpando\",\n    \"starstruck\": \"kpakpando\",\n    \"start\": \"bido\",\n    \"started\": \"malitere\",\n    \"starter\": \"Starter\",\n    \"starters\": \"ndị mbido\",\n    \"startful\": \"na-amalite\",\n    \"startfulness\": \"mbido\",\n    \"starthroat\": \"mbido\",\n    \"starty\": \"mbido\",\n    \"starting\": \"amalite\",\n    \"startingly\": \"amalite\",\n    \"startingno\": \"amalite\",\n    \"startish\": \"amalite\",\n    \"startle\": \"ujo\",\n    \"startled\": \"kụjara\",\n    \"startler\": \"onye mbido\",\n    \"startlers\": \"ndị mbido\",\n    \"startles\": \"iju\",\n    \"startly\": \"mbido\",\n    \"startling\": \"iju anya\",\n    \"startlingly\": \"juru anya\",\n    \"startlingness\": \"ihe ijuanya\",\n    \"startlish\": \"malite\",\n    \"startlishness\": \"mbido\",\n    \"startor\": \"mbido\",\n    \"starts\": \"amalite\",\n    \"startsy\": \"amalite\",\n    \"startup\": \"malite\",\n    \"startups\": \"mmalite\",\n    \"starvation\": \"agụụ\",\n    \"starve\": \"inoagu\",\n    \"starveacre\": \"inwuagu\",\n    \"starved\": \"agụụ\",\n    \"starvedly\": \"agụụ\",\n    \"starveling\": \"velgha\",\n    \"starvelings\": \"ịkọ ihe\",\n    \"starven\": \"inoagu\",\n    \"starver\": \"inoagu\",\n    \"starvers\": \"agụụ\",\n    \"starves\": \"agụụ\",\n    \"starvy\": \"inoagu\",\n    \"starving\": \"agụụ\",\n    \"starward\": \"kpakpando\",\n    \"starwise\": \"kpakpando\",\n    \"starworm\": \"kpakpando\",\n    \"starwort\": \"kpakpando\",\n    \"starworts\": \"kpakpando\",\n    \"stases\": \"kwụrụ\",\n    \"stashed\": \"zụrụ\",\n    \"stat\": \"st\",\n    \"state\": \"steeti\",\n    \"stateable\": \"steeti\",\n    \"statecraft\": \"obodo\",\n    \"stated\": \"kwuru\",\n    \"statedly\": \"kwuru\",\n    \"stateful\": \"steeti\",\n    \"statefully\": \"na steeti\",\n    \"statefulness\": \"steeti\",\n    \"statehood\": \"steeti\",\n    \"statehouse\": \"ụlọ ala\",\n    \"statehouses\": \"ụlọ nchịkwa\",\n    \"stateless\": \"enweghị steeti\",\n    \"statelessness\": \"enweghị obodo\",\n    \"statelet\": \"steeti\",\n    \"stately\": \"nke di nma\",\n    \"stateliness\": \"nkwanye ugwu\",\n    \"statement\": \"nkwupụta\",\n    \"statements\": \"nkwupụta\",\n    \"statequake\": \"ala ọma jijiji\",\n    \"statera\": \"steeti\",\n    \"stateroom\": \"ime ụlọ\",\n    \"staterooms\": \"ime ụlọ\",\n    \"states\": \"na-ekwu\",\n    \"statesboy\": \"Nwa nwoke\",\n    \"stateship\": \"ọchịchị\",\n    \"stateside\": \"kwuo\",\n    \"statesider\": \"kwuo\",\n    \"statesman\": \"onye isi ala\",\n    \"statesmanese\": \"kwuo\",\n    \"statesmanly\": \"na-ekwu\",\n    \"statesmanlike\": \"yiri nke ọchịchị\",\n    \"statesmanship\": \"ochichi obodo\",\n    \"statesmen\": \"ndị isi obodo\",\n    \"statesmonger\": \"steeti\",\n    \"stateswoman\": \"nwaada kwuru\",\n    \"stateswomen\": \"ụmụ nwanyị\",\n    \"stateway\": \"obodo\",\n    \"statewide\": \"steeti\",\n    \"statfarad\": \"ngosipụta\",\n    \"stathenries\": \"ihe oyiyi\",\n    \"statical\": \"statically\",\n    \"statices\": \"statics\",\n    \"staticproof\": \"static akaebe\",\n    \"stating\": \"na-ekwu\",\n    \"station\": \"ebe\",\n    \"stational\": \"arụ ọrụ\",\n    \"stationary\": \"anyịnya\",\n    \"stationaries\": \"ụlọ ọrụ\",\n    \"stationarily\": \"n'ụzọ\",\n    \"stationariness\": \"nkwụsị\",\n    \"stationarity\": \"nnụnụ\",\n    \"stationed\": \"guzo\",\n    \"stationer\": \"ihe nleda\",\n    \"stationery\": \"sọọsọ\",\n    \"stationeries\": \"ụlọ ọrụ ụlọ ọrụ\",\n    \"stationers\": \"ndị na-eme mkpọtụ\",\n    \"stationing\": \"ịnọ ọdụ\",\n    \"stationman\": \"onye nze\",\n    \"stationmaster\": \"onye isi oche\",\n    \"stations\": \"ọdụ\",\n    \"statism\": \"ọnụọgụgụ\",\n    \"statisms\": \"ụkpụrụ\",\n    \"statist\": \"onye onu ogugu\",\n    \"statistic\": \"ọnụ ọgụgụ\",\n    \"statistical\": \"ọnụ ọgụgụ\",\n    \"statistically\": \"ọnụ ọgụgụ\",\n    \"statistician\": \"onye nyocha\",\n    \"statisticians\": \"ndị ọnụ ọgụgụ\",\n    \"statisticize\": \"mee ka ọnụọgụgụ\",\n    \"statistics\": \"ọnụ ọgụgụ\",\n    \"statistology\": \"ọnụ ọgụgụ\",\n    \"statists\": \"ọnụ ọgụgụ\",\n    \"statize\": \"mee ka\",\n    \"statometer\": \"statometa\",\n    \"statuaries\": \"ihe oyiyi\",\n    \"statuarist\": \"onye statuarist\",\n    \"statue\": \"ihe akpụrụ akpụ\",\n    \"statuecraft\": \"ihe akpụrụ akpụ\",\n    \"statued\": \"ihe akpụrụ akpụ\",\n    \"statueless\": \"enweghi akuku\",\n    \"statuelike\": \"ihe akpụrụ akpụ dị ka\",\n    \"statues\": \"ihe oyiyi\",\n    \"statuesque\": \"ihe akpụrụ akpụ\",\n    \"statuesquely\": \"ihe akpụrụ akpụ\",\n    \"statuesqueness\": \"ihe oyiyi\",\n    \"statuette\": \"ihe oyiyi\",\n    \"statuettes\": \"ihe oyiyi\",\n    \"statuing\": \"ihe akpụrụ akpụ\",\n    \"stature\": \"ogologo\",\n    \"statured\": \"ogologo\",\n    \"statures\": \"ihe oyiyi\",\n    \"status\": \"okwa\",\n    \"statuses\": \"ọnọdụ\",\n    \"statutary\": \"iwu\",\n    \"statute\": \"ụkpụrụ\",\n    \"statuted\": \"ụkpụrụ\",\n    \"statutes\": \"ụkpụrụ\",\n    \"statuting\": \"idebe iwu\",\n    \"statutory\": \"iwu\",\n    \"statutorily\": \"N'iji iwu\",\n    \"statutoriness\": \"N'iji iwu\",\n    \"staumer\": \"stumer\",\n    \"staunch\": \"sta\",\n    \"staunches\": \"stainches\",\n    \"staunchly\": \"n'ụzọ na-adịgide adịgide\",\n    \"staunchness\": \"iguzosi ike\",\n    \"staup\": \"mbido\",\n    \"staved\": \"kpakpando\",\n    \"staveless\": \"enweghị isi\",\n    \"stavers\": \"staves\",\n    \"staves\": \"okporo osisi\",\n    \"staving\": \"na-achọsi ike\",\n    \"staw\": \"izu\",\n    \"stawn\": \"izu\",\n    \"stddmp\": \"aka na ukwu\",\n    \"steaakhouse\": \"steakhouse\",\n    \"stead\": \"iguzosi ike\",\n    \"steadable\": \"kwụsie ike\",\n    \"steaded\": \"jiri\",\n    \"steadfast\": \"iguzosi ike\",\n    \"steadfastly\": \"iguzosi ike\",\n    \"steadfastness\": \"iguzosi ike\",\n    \"steady\": \"otu ebe\",\n    \"steadiers\": \"Ndị na-elekọta anụ\",\n    \"steadies\": \"na-adịgide\",\n    \"steadying\": \"na-adịgide adịgide\",\n    \"steadyingly\": \"n'udo\",\n    \"steadyish\": \"kwụ ọtọ\",\n    \"steadily\": \"na-aga n'ihu\",\n    \"steadiment\": \"nkwụsi ike\",\n    \"steadiness\": \"nkwụsi ike\",\n    \"steading\": \"na-agba ọsọ\",\n    \"steadings\": \"guzosie ike\",\n    \"steadite\": \"kwụsie ike\",\n    \"steadman\": \"onye kwụsiri ike\",\n    \"steak\": \"ibe anụ\",\n    \"steakhouses\": \"ụlọ nkwakọba ihe\",\n    \"steal\": \"izu ohi\",\n    \"stealability\": \"nkwụsị\",\n    \"stealable\": \"pụrụ ihi\",\n    \"stealages\": \"Ndị na-ezu ohi\",\n    \"stealed\": \"zuru\",\n    \"stealer\": \"onye na-ezu ohi\",\n    \"stealers\": \"Ndị na-ezu ohi\",\n    \"stealing\": \"na-ezu ohi\",\n    \"stealingly\": \"na-ezu ohi\",\n    \"stealings\": \"na-ezu ohi\",\n    \"steals\": \"na-ezu ohi\",\n    \"stealthful\": \"zoro ezo\",\n    \"stealthfully\": \"zoro ezo\",\n    \"stealthy\": \"zoro ezo\",\n    \"stealthier\": \"zuo ezuo\",\n    \"stealthiest\": \"zụrụ\",\n    \"stealthily\": \"zuo ohi\",\n    \"stealthiness\": \"izu ike\",\n    \"stealthless\": \"enweghị stealth\",\n    \"stealthlike\": \"yiri ka o siri\",\n    \"stealthwise\": \"zoro ezo\",\n    \"steam\": \"uzuoku\",\n    \"steamboat\": \"ụgbọ mmiri ụgbọ mmiri\",\n    \"steamboating\": \"gbọ mmiri\",\n    \"steamboatman\": \"bogbọ mmiri\",\n    \"steamboatmen\": \"ndị ụgbọ mmiri\",\n    \"steamboats\": \"ụgbọ mmiri steam\",\n    \"steamcar\": \"ugbe okpokoro\",\n    \"steamer\": \"uzuoku\",\n    \"steamered\": \"Steam\",\n    \"steamerful\": \"Na-ekpo ọkụ\",\n    \"steamering\": \"Ugbo oku\",\n    \"steamerless\": \"enweghị uzu ọkụ\",\n    \"steamerload\": \"uzuoku\",\n    \"steamers\": \"Ndị na-agba mmiri ọkụ\",\n    \"steamfitter\": \"uzuoku\",\n    \"steamfitting\": \"uzuoku\",\n    \"steamy\": \"uzuoku\",\n    \"steamie\": \"uzuoku\",\n    \"steamier\": \"uzuoku\",\n    \"steamily\": \"na-ekpo ọkụ\",\n    \"steaminess\": \"uzuoku\",\n    \"steaming\": \"uzuoku\",\n    \"steamless\": \"enweghị osisi\",\n    \"steamlike\": \"uzuoku\",\n    \"steampipe\": \"uzuoku\",\n    \"steamproof\": \"uzuoku uzuoku\",\n    \"steamroll\": \"uzuoku\",\n    \"steamroller\": \"uzu oku\",\n    \"steamrollered\": \"Na-ekpo ọkụ\",\n    \"steamrollering\": \"steamzụ ụgbọ mmiri\",\n    \"steamrollers\": \"Ndị na-arụ ọrụ ụgbọ mmiri\",\n    \"steamship\": \"uzuoku\",\n    \"steamships\": \"steamgbọ mmiri\",\n    \"steamtight\": \"uzu oku\",\n    \"steamtightness\": \"uzu oku\",\n    \"steaning\": \"na-eri nri\",\n    \"stearic\": \"Igha\",\n    \"stearines\": \"stearinarin\",\n    \"stearrhea\": \"afọ ọsịsa\",\n    \"steatornithes\": \"steatornịtọ\",\n    \"steckling\": \"Igha\",\n    \"stedfast\": \"guzosie ike\",\n    \"stedfastly\": \"kwụrụ ọtọ\",\n    \"stedfastness\": \"ikwesi ntụkwasị obi\",\n    \"stedman\": \"Onyeka\",\n    \"steeadying\": \"Nwokocha\",\n    \"steedless\": \"enweghị ike\",\n    \"steedlike\": \"dị ka steed\",\n    \"steeds\": \"inyinya\",\n    \"steeked\": \"zụrụ\",\n    \"steeking\": \"Igha\",\n    \"steel\": \"ígwè\",\n    \"steelboy\": \"Nnenna\",\n    \"steelbow\": \"Ironbow\",\n    \"steeled\": \"gbanye\",\n    \"steelen\": \"steela\",\n    \"steeler\": \"steela\",\n    \"steelers\": \"Ndị na-ere ahịa\",\n    \"steelhead\": \"ígwè isi\",\n    \"steelheads\": \"ihe nchara\",\n    \"steelhearted\": \"ígwè obi\",\n    \"steely\": \"nkwụsị\",\n    \"steelyard\": \"Ogige\",\n    \"steelyards\": \"ogige\",\n    \"steelie\": \"nkwụsị\",\n    \"steelier\": \"steeli\",\n    \"steelies\": \"ígwè\",\n    \"steelification\": \"ígwè\",\n    \"steelified\": \"dịchara\",\n    \"steelifying\": \"na-eme ka ígwè\",\n    \"steeliness\": \"nchara\",\n    \"steeling\": \"magburu onwe ya\",\n    \"steelless\": \"igwe anaghị agba\",\n    \"steelmake\": \"ígwè\",\n    \"steelmaker\": \"ígwè\",\n    \"steelmaking\": \"ígwè\",\n    \"steelman\": \"ígwè\",\n    \"steelmen\": \"ndị nchara\",\n    \"steelproof\": \"ihe nchara\",\n    \"steelware\": \"ígwè\",\n    \"steelwork\": \"ígwè\",\n    \"steelworker\": \"onye na-arụ ọrụ ígwè\",\n    \"steelworking\": \"ịrụ ọrụ igwe\",\n    \"steelworks\": \"ígwè\",\n    \"steenboc\": \"eenekwukwu\",\n    \"steenboks\": \"eenbọchị\",\n    \"steenbrass\": \"steenbras\",\n    \"steening\": \"agbasi ike\",\n    \"steenkirk\": \"steekirk\",\n    \"steenth\": \"nke iri\",\n    \"steep\": \"nkpoda\",\n    \"steepdown\": \"kpọdata\",\n    \"steeper\": \"steepụ\",\n    \"steepers\": \"steepụ\",\n    \"steepest\": \"steepụ\",\n    \"steeping\": \"na nkpoda\",\n    \"steeple\": \"steeili\",\n    \"steepled\": \"gbagọrọ agbagọ\",\n    \"steepleless\": \"enweghị ike\",\n    \"steeples\": \"steepụ\",\n    \"steepness\": \"nkpoda\",\n    \"steeps\": \"steepụ\",\n    \"steer\": \"iduzi\",\n    \"steerability\": \"ikekwe\",\n    \"steerable\": \"siri ike\",\n    \"steerage\": \"ntaneti\",\n    \"steerages\": \"steepụ\",\n    \"steerageway\": \"okporo ụzọ\",\n    \"steered\": \"duo\",\n    \"steerer\": \"Onye nchịkwa\",\n    \"steerers\": \"Ndị na-elekọta ya\",\n    \"steery\": \"Ihihie\",\n    \"steering\": \"sterịn\",\n    \"steeringly\": \"iduzi\",\n    \"steerless\": \"enweghị nchịkwa\",\n    \"steerling\": \"duzie\",\n    \"steerman\": \"Onye nlekọta\",\n    \"steermanship\": \"nchịkwa\",\n    \"steers\": \"duzie\",\n    \"steersman\": \"Onye na-elekọta ụlọ\",\n    \"steersmate\": \"onye inyeaka\",\n    \"steersmen\": \"Ndị na-elekọta ụlọ\",\n    \"steerswoman\": \"Nwanyị nlekọta\",\n    \"steeved\": \"zọọ\",\n    \"steever\": \"steeji\",\n    \"steeves\": \"kpụrụ\",\n    \"steeving\": \"Nwokocha\",\n    \"steevings\": \"steev\",\n    \"stegnosisstegnotic\": \"ịmara stegnosis\",\n    \"stegosaurs\": \"stegosaurus\",\n    \"steinbok\": \"steinbock\",\n    \"steinboks\": \"steinbock\",\n    \"steinerian\": \"onye nlekọta\",\n    \"steyning\": \"steying\",\n    \"stelae\": \"izu ohi\",\n    \"stelar\": \"igwe\",\n    \"stell\": \"izuo\",\n    \"stellar\": \"kpakpando\",\n    \"stellate\": \"steltọ\",\n    \"stellated\": \"Nkechi\",\n    \"stellately\": \"stellately nwachukwu\",\n    \"stellation\": \"Okpokoro\",\n    \"stelled\": \"siri ike\",\n    \"stellenbosch\": \"Onyekwere\",\n    \"stelleridean\": \"onyechi\",\n    \"stelliferous\": \"Ndidi\",\n    \"stellify\": \"kwue\",\n    \"stellified\": \"Ekwuru\",\n    \"stellifies\": \"kwue\",\n    \"stellifying\": \"Ikwerre\",\n    \"stelling\": \"steli\",\n    \"stellionate\": \"Onyekwere\",\n    \"stellite\": \"stella\",\n    \"stellularly\": \"Ekwentị\",\n    \"stelography\": \"ihe omuma\",\n    \"stem\": \"azuokokoosisi\",\n    \"stembok\": \"Akpa\",\n    \"stemform\": \"Gbanwee\",\n    \"stemhead\": \"isi\",\n    \"stemless\": \"enweghị osisi\",\n    \"stemlike\": \"yiri\",\n    \"stemma\": \"azuma\",\n    \"stemmatiform\": \"azuokporo\",\n    \"stemmatous\": \"azuokpo\",\n    \"stemmed\": \"kpaliri\",\n    \"stemmer\": \"kpoo\",\n    \"stemmery\": \"Okwudili\",\n    \"stemmeries\": \"azumahia\",\n    \"stemmers\": \"ndiigbo\",\n    \"stemmy\": \"azuokokoosisi\",\n    \"stemmier\": \"akpaka\",\n    \"stemmiest\": \"Onyekwere\",\n    \"stemming\": \"na-agbanwe\",\n    \"stemonaceous\": \"Onyebuchi\",\n    \"stempel\": \"azumahia\",\n    \"stemple\": \"gbanyepu\",\n    \"stempost\": \"azuokpo\",\n    \"stems\": \"gị\",\n    \"stemson\": \"azuokpo\",\n    \"stemsons\": \"ị ga\",\n    \"stemwards\": \"isi\",\n    \"stemware\": \"azuokpo\",\n    \"stemwares\": \"wazọ\",\n    \"stench\": \"isi\",\n    \"stenches\": \"esi ísì ọjọọ\",\n    \"stenchful\": \"isisi\",\n    \"stenchy\": \"isi ike\",\n    \"stenching\": \"stenciling\",\n    \"stenciled\": \"stencil\",\n    \"stenciler\": \"stencil\",\n    \"stencilize\": \"stenciliz\",\n    \"stencilled\": \"zụrụ\",\n    \"stencils\": \"stensịl\",\n    \"stend\": \"zụọ\",\n    \"stenocephaly\": \"Onyeka Onwenu\",\n    \"stenocephalous\": \"Onyeka Onwenu\",\n    \"stenochromy\": \"Onyeka Onwenu\",\n    \"stenographed\": \"dezie\",\n    \"stenographer\": \"onye nyocha\",\n    \"stenographers\": \"ndị na-ede akwụkwọ\",\n    \"stenographing\": \"Onyeka Onwenu\",\n    \"stenographist\": \"onyeka onwenu\",\n    \"stenometer\": \"stenometa\",\n    \"stenopaic\": \"Onyeka Onwenu\",\n    \"stenopeic\": \"stenopeji\",\n    \"stenosed\": \"stenened\",\n    \"stenoses\": \"stenos ike\",\n    \"stenosphere\": \"ikuku\",\n    \"stenter\": \"stent\",\n    \"stenting\": \"gbaa\",\n    \"stentorianly\": \"Onyeka Onwenu\",\n    \"stentorious\": \"stentantic\",\n    \"stentoriously\": \"ikekwe\",\n    \"stentoriousness\": \"entbụ onye nzuzu\",\n    \"step\": \"nzọụkwụ\",\n    \"stepaunt\": \"ụkwụ nwanne mama\",\n    \"stepbairn\": \"kwụpụ bairn\",\n    \"stepbrother\": \"onye di nwanne\",\n    \"stepbrotherhood\": \"stepbrother mkpuchi\",\n    \"stepbrothers\": \"nwanne di nwanne\",\n    \"stepchild\": \"onye nkuchi\",\n    \"stepchildren\": \"umu di\",\n    \"stepdames\": \"aha nnabata\",\n    \"stepdance\": \"nzọụkwụ\",\n    \"stepdancing\": \"Ughachi\",\n    \"stepdaughter\": \"nwa nwa\",\n    \"stepdaughters\": \"ụmụ nwanyị\",\n    \"stepdown\": \"nkwụsị\",\n    \"stepdowns\": \"nkwụsị\",\n    \"stepfather\": \"nwoke nkuchi\",\n    \"stepfatherhood\": \"nna di\",\n    \"stepfatherly\": \"nwoke nna\",\n    \"stepfathers\": \"ndị nna nna\",\n    \"stepgrandchild\": \"Nwa di nwa\",\n    \"stepgrandfather\": \"nna nna\",\n    \"stepgrandmother\": \"nne di nnenne\",\n    \"stepgrandson\": \"Nwachukwu\",\n    \"stephanian\": \"Nwachukwu\",\n    \"stephanoceros\": \"onyekwere\",\n    \"stepladders\": \"stepladlad\",\n    \"steplike\": \"yiri\",\n    \"stepmother\": \"onye nnochi anya nne\",\n    \"stepmotherhood\": \"nwunye nne\",\n    \"stepmotherless\": \"nne nne\",\n    \"stepmotherly\": \"nne di\",\n    \"stepmotherliness\": \"nne nne\",\n    \"stepmothers\": \"ndị nne na nna\",\n    \"stepnephew\": \"nna nna\",\n    \"stepniece\": \"Nwunye\",\n    \"stepparent\": \"onye nnochi anya nne\",\n    \"stepparents\": \"nne nne na nna\",\n    \"stepped\": \"steepụ\",\n    \"steppes\": \"stepị\",\n    \"stepping\": \"n'itinyekwu\",\n    \"steppingstone\": \"steepụ\",\n    \"steppingstones\": \"nkume ịzọ ụkwụ\",\n    \"steps\": \"nzọụkwụ\",\n    \"stepsister\": \"Nwanne nnem\",\n    \"stepsisters\": \"Nwunye\",\n    \"stepsons\": \"nzọụkwụ\",\n    \"stepstool\": \"stool oche\",\n    \"stept\": \"nzọụkwụ\",\n    \"stepuncle\": \"kue nwanne nna\",\n    \"stepup\": \"nzọụkwụ\",\n    \"stepups\": \"nzọụkwụ\",\n    \"stepway\": \"Uzoukwu\",\n    \"stepwise\": \"nzọụkwụ\",\n    \"sterad\": \"Onyekwere\",\n    \"stercorate\": \"ọgwụ\",\n    \"stercoration\": \"ụlọ ọgwụ\",\n    \"stercorean\": \"ercgba ọsọ\",\n    \"stercoreous\": \"siri ike\",\n    \"stercorianism\": \"Igwu steroriyan\",\n    \"stercoricolous\": \"steroricolous\",\n    \"stercorist\": \"Onye ọkpọ\",\n    \"stercorite\": \"ercgbagharị\",\n    \"stereobatic\": \"Nkwado\",\n    \"stereochromic\": \"stereochromik\",\n    \"stereometer\": \"stereometa\",\n    \"stereometry\": \"stereometri\",\n    \"stereotypes\": \"ụdịdị\",\n    \"stereotomic\": \"stereotomik\",\n    \"sterics\": \"steriki\",\n    \"sterile\": \"akpali mmasị\",\n    \"sterilely\": \"akpali mmasị\",\n    \"sterileness\": \"izu ike\",\n    \"sterilise\": \"sterilaiz\",\n    \"sterilised\": \"igba ogwu\",\n    \"sterilising\": \"igba ogwu\",\n    \"sterility\": \"ike\",\n    \"sterilities\": \"Ike\",\n    \"sterilization\": \"nwoke ịga ụlọ ọgwụ\",\n    \"sterilizations\": \"ụlọ ọgwụ\",\n    \"sterilize\": \"sterilaiz\",\n    \"sterilized\": \"igba ogwu\",\n    \"sterilizer\": \"sterilaizer\",\n    \"sterilizers\": \"sterilizer\",\n    \"sterilizes\": \"na-egbochi ọgwụ\",\n    \"sterilizing\": \"igba ogwu\",\n    \"sterling\": \"magburu onwe ya\",\n    \"sterlingly\": \"magburu onwe ya\",\n    \"sterlingness\": \"magburu onwe ya\",\n    \"sterlings\": \"sterili\",\n    \"stern\": \"n'azụ\",\n    \"sterna\": \"sternal\",\n    \"sterned\": \"gbasie ike\",\n    \"sternest\": \"nke kụrụ ike\",\n    \"sternforemost\": \"nke ukwu\",\n    \"sternful\": \"dị egwu\",\n    \"sternfully\": \"ike\",\n    \"sternly\": \"ike\",\n    \"sternmen\": \"ndị stern\",\n    \"sternmost\": \"nke kachasị\",\n    \"sternna\": \"sterno\",\n    \"sternness\": \"ike\",\n    \"sternocleidomastoideus\": \"sternocleidomastoid\",\n    \"sternoclidomastoid\": \"sternocleidomastoid\",\n    \"sternoglossal\": \"Onyeka Onwenu\",\n    \"sterns\": \"n'azu\",\n    \"sternutation\": \"erngbasi\",\n    \"sternutative\": \"Onwe\",\n    \"sternways\": \"okporo ụzọ\",\n    \"sternward\": \"sternụ\",\n    \"sternwards\": \"sternụ\",\n    \"steroids\": \"steroid\",\n    \"sterols\": \"sterol\",\n    \"stertor\": \"stertọ\",\n    \"stertorious\": \"stertier\",\n    \"stertoriously\": \"stertorious ikekwe\",\n    \"stertoriousness\": \"ịdị ọcha\",\n    \"stertorous\": \"steriyo\",\n    \"stertorously\": \"Ebe a\",\n    \"stertorousness\": \"Ikechukwu\",\n    \"stertors\": \"sterta\",\n    \"sterve\": \"chekwaa\",\n    \"stethy\": \"stetho\",\n    \"stethogoniometer\": \"stetho goniometer\",\n    \"stethographic\": \"stethograph\",\n    \"stethophone\": \"stethofo\",\n    \"stethoscopies\": \"stethoskopi\",\n    \"stetted\": \"stetị\",\n    \"stetting\": \"izu ike\",\n    \"steve\": \"Steve\",\n    \"stevedore\": \"ụlọ ahịa\",\n    \"stevedored\": \"ọkwa\",\n    \"stevedores\": \"Ndị na-elekọta ihe\",\n    \"stevedoring\": \"ọrụ\",\n    \"stevensoniana\": \"Nwachukwu\",\n    \"steward\": \"onye nlekọta ụlọ\",\n    \"stewarded\": \"onye nlekọta\",\n    \"stewardess\": \"onye nlekọta\",\n    \"stewardesses\": \"ndị na-elekọta ụlọ\",\n    \"stewarding\": \"na-elekọta ụlọ\",\n    \"stewardly\": \"na-elekọta ụlọ\",\n    \"stewardry\": \"na-elekọta ụlọ\",\n    \"stewards\": \"ndị nlekọta ụlọ\",\n    \"stewardship\": \"nlekọta\",\n    \"stewing\": \"Mmiri\",\n    \"stews\": \"Stew\",\n    \"sthenic\": \"sthenik\",\n    \"sty\": \"Nkeji\",\n    \"stibble\": \"sụọ ngọngọ\",\n    \"stibbler\": \"Okwute\",\n    \"stibblerig\": \"Ohere\",\n    \"stibiate\": \"guzosie ike\",\n    \"stibiated\": \"gbanwere\",\n    \"stibious\": \"Na-atụ ụjọ\",\n    \"sticcado\": \"sticado\",\n    \"styceric\": \"ọkaibe\",\n    \"stycerin\": \"ihe eji eme ihe\",\n    \"sticharion\": \"Ikenna Ojukwu\",\n    \"stichomythy\": \"Onyeka Onwenu\",\n    \"stichomythic\": \"stichomythic ike\",\n    \"stichos\": \"Nwachukwu\",\n    \"stichs\": \"stichị\",\n    \"stick\": \"osisi\",\n    \"stickability\": \"nkwụsi ike\",\n    \"stickable\": \"rapara\",\n    \"stickadore\": \"ọadụ\",\n    \"stickadove\": \"osisi\",\n    \"stickage\": \"nrapado\",\n    \"stickball\": \"bọlbụ\",\n    \"stickboat\": \"osisi ụgbọ mmiri\",\n    \"sticked\": \"zọọ\",\n    \"stickel\": \"osisi\",\n    \"sticken\": \"rapara\",\n    \"sticker\": \"ihennyapade\",\n    \"stickery\": \"n'osisi\",\n    \"stickers\": \"akwụkwọ mmado\",\n    \"sticket\": \"ihennyapade\",\n    \"stickfast\": \"iguzosi ike\",\n    \"stickful\": \"nke nnagide\",\n    \"stickfuls\": \"osisi\",\n    \"stickhandler\": \"ihe nkwụnye\",\n    \"sticky\": \"nke nnyapade\",\n    \"stickybeak\": \"osisi\",\n    \"stickier\": \"stikier\",\n    \"stickiest\": \"ihe kacha sie ike\",\n    \"stickily\": \"n'osisi\",\n    \"stickiness\": \"nrapado\",\n    \"sticking\": \"n'ịnọgide\",\n    \"stickit\": \"osisi\",\n    \"stickjaw\": \"Steti\",\n    \"sticklac\": \"osisi\",\n    \"stickle\": \"osisi\",\n    \"stickleaf\": \"ahịhịa ọka\",\n    \"stickleback\": \"nweghachi\",\n    \"stickled\": \"araparawo\",\n    \"stickler\": \"akwụkwọ mmado\",\n    \"sticklers\": \"ndị na-arapara n'ahụ\",\n    \"stickles\": \"osisi\",\n    \"stickless\": \"osisi\",\n    \"stickly\": \"n'osisi\",\n    \"sticklike\": \"yiri\",\n    \"stickling\": \"ịrapara n'ahụ\",\n    \"stickman\": \"mkpisi\",\n    \"stickmen\": \"osisi\",\n    \"stickpin\": \"osisi\",\n    \"stickpins\": \"osisi\",\n    \"sticks\": \"osisi\",\n    \"stickseed\": \"osisi\",\n    \"sticksmanship\": \"osisi\",\n    \"sticktail\": \"pikota\",\n    \"sticktight\": \"nkwụsi ike\",\n    \"stickum\": \"osisi\",\n    \"stickums\": \"osisi\",\n    \"stickups\": \"Akwụkwọ\",\n    \"stickweed\": \"osisi\",\n    \"stiddy\": \"nke siri ike\",\n    \"stied\": \"zụrụ\",\n    \"styed\": \"styes\",\n    \"sties\": \"styes\",\n    \"stiff\": \"stiif\",\n    \"stiffed\": \"siri ike\",\n    \"stiffen\": \"sie ike\",\n    \"stiffened\": \"siri ike\",\n    \"stiffener\": \"isiike\",\n    \"stiffening\": \"stiing\",\n    \"stiffens\": \"na-agbasi ike\",\n    \"stiffest\": \"nke siri ike\",\n    \"stiffhearted\": \"obi siri ike\",\n    \"stiffing\": \"stiif\",\n    \"stiffish\": \"stiif\",\n    \"stiffleg\": \"stifflegleg\",\n    \"stiffler\": \"stiili\",\n    \"stiffly\": \"stesi ike\",\n    \"stifflike\": \"stiike\",\n    \"stiffneckedly\": \"n'usoro\",\n    \"stiffneckedness\": \"nkwesi olu ike\",\n    \"stiffness\": \"isi ike\",\n    \"stifftail\": \"stiifili\",\n    \"stifle\": \"daa mba\",\n    \"stifled\": \"gbochiri\",\n    \"stifledly\": \"gbochiri\",\n    \"stifler\": \"stifili\",\n    \"stiflers\": \"stifler si\",\n    \"stifling\": \"na-agbachi\",\n    \"stiflingly\": \"na-agbasi ike\",\n    \"styful\": \"nkecha\",\n    \"styfziekte\": \"styf ziekte\",\n    \"stygial\": \"dị mma\",\n    \"stygian\": \"Onyeka\",\n    \"stygiophobia\": \"gdị stygiophobia\",\n    \"stigma\": \"ihere\",\n    \"stigmat\": \"ihere\",\n    \"stigmatal\": \"ihere\",\n    \"stigmatic\": \"ihere\",\n    \"stigmatical\": \"ihere\",\n    \"stigmatise\": \"stigmatize\",\n    \"stigmatist\": \"onye ihere\",\n    \"stigmatization\": \"Ihere\",\n    \"stigmatized\": \"ihere\",\n    \"stigmatizes\": \"na-eme ihere\",\n    \"stigmatizing\": \"na-eme ihere\",\n    \"stigme\": \"Ihere\",\n    \"stigmes\": \"ihere\",\n    \"stying\": \"gbaa nkịtị\",\n    \"stylar\": \"Oyi\",\n    \"stylaster\": \"Onyeka\",\n    \"stylate\": \"nkecha\",\n    \"stilbella\": \"Onyedikachi\",\n    \"stilbene\": \"Onyeukwu\",\n    \"stilbenes\": \"Uchechukwu\",\n    \"stilbites\": \"Ndigbo\",\n    \"styldia\": \"Onyedi Oghene\",\n    \"style\": \"ịke\",\n    \"stylebook\": \"akwụkwọ ọgụgụ\",\n    \"stylebooks\": \"akwụkwọ ọgụgụ\",\n    \"styled\": \"imezi\",\n    \"styledom\": \"okirikiri\",\n    \"styleless\": \"enweghị ejiji\",\n    \"stylelessness\": \"enweghị ntụpọ\",\n    \"stylelike\": \"ụdị\",\n    \"stilemen\": \"ndị stilemen\",\n    \"styler\": \"ihe nlere\",\n    \"stylers\": \"ụdị\",\n    \"stiles\": \"igwe ojii\",\n    \"styles\": \"ụdị\",\n    \"stylets\": \"Akpụkpọ ụkwụ\",\n    \"stiletted\": \"Ntughari\",\n    \"stiletto\": \"Onyekwere\",\n    \"stilettoed\": \"Onyekwere\",\n    \"stilettoes\": \"Onyeka Onwenu\",\n    \"stilettoing\": \"Ntọala\",\n    \"stylewort\": \"ụdị\",\n    \"stilyaga\": \"Ijeoma\",\n    \"stilyagi\": \"Onyeka Onwenu\",\n    \"stylidiaceous\": \"Onyeka Onwenu\",\n    \"styliferous\": \"Onyedi Oma\",\n    \"styline\": \"nhazi\",\n    \"stylisation\": \"Ikike\",\n    \"stylise\": \"Ikike\",\n    \"stylised\": \"ahaziri\",\n    \"styliser\": \"Onyedikachi\",\n    \"stylisers\": \"stylịl\",\n    \"stylises\": \"stylị\",\n    \"stylish\": \"nkecha\",\n    \"stylishly\": \"nkecha\",\n    \"stylishness\": \"ịdị mma\",\n    \"stylising\": \"Onyekwere\",\n    \"stylist\": \"Onyeka stylist\",\n    \"stylists\": \"ndị stylists\",\n    \"stylitic\": \"stylites\",\n    \"stylitism\": \"stylites\",\n    \"stylization\": \"imezi\",\n    \"stylized\": \"ahaziri\",\n    \"stylizers\": \"ndị nzu\",\n    \"stylizes\": \"ahaziri\",\n    \"stylizing\": \"imezi\",\n    \"still\": \"ka\",\n    \"stillage\": \"stillaị\",\n    \"stillatitious\": \"Ntughari\",\n    \"stillatory\": \"Ntughari\",\n    \"stillbirth\": \"ịmụ nwa\",\n    \"stillbirths\": \"ịmụ nwa\",\n    \"stillborn\": \"ka amuru\",\n    \"stilled\": \"kwụsiri ike\",\n    \"stillery\": \"Uhie\",\n    \"stillhouse\": \"ulo nna\",\n    \"stilly\": \"Onyeka Onwenu\",\n    \"stillicide\": \"igbu onwe\",\n    \"stillier\": \"ka di\",\n    \"stilliest\": \"kasị\",\n    \"stilliform\": \"ajuju\",\n    \"stilling\": \"nọgidere\",\n    \"stillion\": \"akwụkwọ\",\n    \"stillish\": \"ka ga\",\n    \"stillman\": \"onye anakpo\",\n    \"stillmen\": \"ka no\",\n    \"stillness\": \"juu\",\n    \"stillroom\": \"ime ụlọ\",\n    \"stills\": \"ka\",\n    \"stillstand\": \"kwụrụ\",\n    \"stillwater\": \"Mmiri anaghị aga aga\",\n    \"stylobate\": \"lobdị\",\n    \"stylochus\": \"Onyeka Onwenu\",\n    \"styloglossal\": \"Onyeka Onwenu\",\n    \"stylography\": \"ihe osise\",\n    \"stylohyoid\": \"chidimma\",\n    \"stylohyoidean\": \"Onyeka Onwenu\",\n    \"stylohyoideus\": \"onyeka onwenu\",\n    \"stylomandibular\": \"lonyeke\",\n    \"stylomastoid\": \"Onyeka Onwenu\",\n    \"stylometer\": \"kilogram\",\n    \"stylomyloid\": \"Onyeka Onwenu\",\n    \"stylonychia\": \"Onyegbula\",\n    \"stylonurus\": \"Onyekwere\",\n    \"stylopharyngeal\": \"onyeka onwenu\",\n    \"stylopharyngeus\": \"Onyeka Onwenu\",\n    \"stylopid\": \"lopdị\",\n    \"stylopidae\": \"lopgha\",\n    \"stylopization\": \"nhazi\",\n    \"stylopized\": \"ahaziri iche\",\n    \"stylopod\": \"lopdị\",\n    \"stylosanthes\": \"ọmarịcha\",\n    \"stylostegium\": \"Onyeka Onwenu\",\n    \"stylostemon\": \"Onyeka Onwenu\",\n    \"stylostixis\": \"Onyeka Onwenu\",\n    \"stylotypite\": \"okirikiri\",\n    \"stilted\": \"Onye nzuzu\",\n    \"stiltedly\": \"Onyeka Onwenu\",\n    \"stiltedness\": \"Ikechukwu\",\n    \"stilty\": \"Ike\",\n    \"stiltier\": \"dị ike\",\n    \"stiltiest\": \"nke siri ike\",\n    \"stiltify\": \"kwusie ike\",\n    \"stiltified\": \"gbara\",\n    \"stiltifying\": \"na-akwado\",\n    \"stiltiness\": \"styl\",\n    \"stilting\": \"Ikwenye\",\n    \"stilton\": \"Onyeka\",\n    \"stylus\": \"mkpịsị\",\n    \"styluses\": \"ọla\",\n    \"stim\": \"akpali\",\n    \"stimes\": \"oge\",\n    \"stimy\": \"akpali\",\n    \"stymy\": \"ihe ngosi\",\n    \"stimied\": \"Akpanyere\",\n    \"stymied\": \"ịtụgharị\",\n    \"stymieing\": \"izu ike\",\n    \"stimies\": \"na-akpali\",\n    \"stymies\": \"stymị\",\n    \"stimying\": \"na-akpali akpali\",\n    \"stymying\": \"Ime ihe\",\n    \"stimpart\": \"na-akpali\",\n    \"stimpert\": \"Ihe mkpali\",\n    \"stymphalian\": \"Onyekachukwu\",\n    \"stimulability\": \"mkpali\",\n    \"stimulable\": \"akpali\",\n    \"stimulance\": \"mkpali\",\n    \"stimulancy\": \"ihe na-akpali akpali\",\n    \"stimulant\": \"na-akpali akpali\",\n    \"stimulants\": \"Ihe na-akpali akpali\",\n    \"stimulate\": \"kpalie\",\n    \"stimulated\": \"kpaliri\",\n    \"stimulater\": \"ihe na-akpali akpali\",\n    \"stimulates\": \"na-akpali\",\n    \"stimulating\": \"na-akpali akpali\",\n    \"stimulatingly\": \"na-akpali akpali\",\n    \"stimulation\": \"mkpali\",\n    \"stimulations\": \"mkpali\",\n    \"stimulative\": \"na-akpali akpali\",\n    \"stimulatives\": \"ihe na-akpali akpali\",\n    \"stimulator\": \"ihe mkpali\",\n    \"stimulatory\": \"na-akpali akpali\",\n    \"stimulatress\": \"ihe na-akpali akpali\",\n    \"stimulatrix\": \"ihe na-akpali akpali\",\n    \"stimuli\": \"ihe mkpali\",\n    \"stimulogenous\": \"Ezigbo ihe\",\n    \"stimulose\": \"akpali\",\n    \"stimulus\": \"ihe mkpali\",\n    \"sting\": \"gbaa\",\n    \"stinge\": \"gbuo\",\n    \"stingers\": \"dị\",\n    \"stingfishes\": \"stingfish\",\n    \"stingier\": \"sie ike\",\n    \"stingiest\": \"kasị sie ike\",\n    \"stingily\": \"jiri anyaukwu\",\n    \"stinginess\": \"agbamume\",\n    \"stinging\": \"gbaa agba\",\n    \"stingingly\": \"stinging\",\n    \"stingingness\": \"nsị\",\n    \"stingless\": \"na-enweghị atụ\",\n    \"stings\": \"gbaa agba\",\n    \"stink\": \"na-esi isi\",\n    \"stinkard\": \"na-esi isi\",\n    \"stinkardly\": \"na-esi isi\",\n    \"stinkards\": \"stinkds\",\n    \"stinkball\": \"bọl\",\n    \"stinkbird\": \"obụla\",\n    \"stinker\": \"na-esi isi\",\n    \"stinkers\": \"stin\",\n    \"stinky\": \"na-esi isi\",\n    \"stinkyfoot\": \"stinky ụkwụ\",\n    \"stinking\": \"na-esi isi\",\n    \"stinkingly\": \"na-esi isi\",\n    \"stinkingness\": \"na-esi isi\",\n    \"stinkpots\": \"isi mmiri\",\n    \"stinks\": \"na-esi isi\",\n    \"stinkweed\": \"osiso\",\n    \"stinted\": \"gbasaa\",\n    \"stintedly\": \"kwụrụ\",\n    \"stintedness\": \"mgbochi\",\n    \"stinting\": \"gbaa\",\n    \"stintingly\": \"gbaa ume\",\n    \"stintless\": \"enweghị\",\n    \"stioning\": \"gbaa\",\n    \"stipate\": \"kpebie\",\n    \"stiped\": \"zụrụ\",\n    \"stipels\": \"ikwupụta\",\n    \"stipend\": \"kwụọ ụgwọ\",\n    \"stipendary\": \"ego\",\n    \"stipendiarian\": \"Onyechi\",\n    \"stipendiate\": \"kwụrụ\",\n    \"stipendless\": \"enweghi ike\",\n    \"stipends\": \"kwụrụ ụgwọ\",\n    \"stipes\": \"stip\",\n    \"styphnate\": \"phdị\",\n    \"styphnic\": \"ịhịa aka n'ahụ\",\n    \"stipitate\": \"kwusi\",\n    \"stipiture\": \"ndokwa\",\n    \"stipple\": \"stip\",\n    \"stippled\": \"zụrụ\",\n    \"stippledness\": \"du iya\",\n    \"stippler\": \"stipipr\",\n    \"stipplers\": \"stipipip\",\n    \"stipples\": \"stip\",\n    \"stipply\": \"izu\",\n    \"stippling\": \"Na-atụgharị\",\n    \"stypsis\": \"Ikike\",\n    \"stypsises\": \"Nchọpụta\",\n    \"styptic\": \"stytọpụ\",\n    \"styptical\": \"ihe omimi\",\n    \"stypticalness\": \"ịdị mma\",\n    \"stypticity\": \"ịdị njikere\",\n    \"stypticness\": \"ịdị njikere\",\n    \"styptics\": \"ndị na-arụ ọrụ\",\n    \"stipulate\": \"kpebie\",\n    \"stipulated\": \"kwuru\",\n    \"stipulates\": \"kwuru\",\n    \"stipulating\": \"na-akwado\",\n    \"stipulation\": \"nkwenye\",\n    \"stipulations\": \"nkwenye\",\n    \"stipuled\": \"kwụrụ\",\n    \"stir\": \"bido\",\n    \"styracaceous\": \"mara mma\",\n    \"stire\": \"izu ike\",\n    \"styrene\": \"renekwụ\",\n    \"styrenes\": \"rendị mara mma\",\n    \"styrian\": \"riankwụ\",\n    \"styryl\": \"rylọ styryl\",\n    \"stirk\": \"edemede\",\n    \"stirks\": \"edemede\",\n    \"stirless\": \"aghara\",\n    \"stirlessly\": \"aghara\",\n    \"stirlessness\": \"aghara\",\n    \"stirling\": \"na-akpali akpali\",\n    \"styrogallol\": \"Onyeka Onwenu\",\n    \"styrol\": \"roldị\",\n    \"styrolene\": \"rolekwụ\",\n    \"stirp\": \"bido\",\n    \"stirpes\": \"edemede\",\n    \"stirpicultural\": \"agbakasị\",\n    \"stirpiculture\": \"kpakpando\",\n    \"stirpiculturist\": \"onyeka onwenu\",\n    \"stirps\": \"edemede\",\n    \"stirra\": \"edemede\",\n    \"stirrable\": \"edemede\",\n    \"stirrage\": \"edemede\",\n    \"stirred\": \"kpaliri\",\n    \"stirrer\": \"edemede\",\n    \"stirrers\": \"edemede\",\n    \"stirring\": \"edemede\",\n    \"stirringly\": \"edemede\",\n    \"stirrings\": \"Na-akpali\",\n    \"stirrup\": \"edemede\",\n    \"stirrupless\": \"aghara aghara\",\n    \"stirruplike\": \"akpali\",\n    \"stirrups\": \"edemede\",\n    \"stirrupwise\": \"Na-akpali akpali\",\n    \"stirs\": \"akpali\",\n    \"stitchdown\": \"kpachie\",\n    \"stitched\": \"kpachie\",\n    \"stitcher\": \"kpachie\",\n    \"stitchers\": \"okwa\",\n    \"stitches\": \"stitts\",\n    \"stitching\": \"kpachie\",\n    \"stitchlike\": \"stitch dị ka\",\n    \"stitchwhile\": \"kpachie mgbe\",\n    \"stite\": \"ụlọ ahịa\",\n    \"stithe\": \"kpachie\",\n    \"stithied\": \"kpachie\",\n    \"stithies\": \"Okechukwu\",\n    \"stithying\": \"na-aga\",\n    \"stituted\": \"agara\",\n    \"stive\": \"gbanye\",\n    \"stiver\": \"ntụgharị\",\n    \"stivers\": \"Nyefee\",\n    \"stivy\": \"Nwachukwu\",\n    \"styward\": \"Nkechi\",\n    \"styxian\": \"Onyeka\",\n    \"stoat\": \"nkwụsị\",\n    \"stoater\": \"osi ite\",\n    \"stoating\": \"nkwụsị\",\n    \"stoats\": \"oche\",\n    \"stobball\": \"bọọlụ\",\n    \"stobbed\": \"izu ike\",\n    \"stobbing\": \"ịsị\",\n    \"stobs\": \"stovu\",\n    \"stoccado\": \"stokado\",\n    \"stock\": \"ngwaahịa\",\n    \"stockade\": \"ngwaahịa\",\n    \"stockaded\": \"echekwara\",\n    \"stockades\": \"ngwaahịa\",\n    \"stockading\": \"ngwaahịa\",\n    \"stockado\": \"ngwaahịa\",\n    \"stockage\": \"ngwaahịa\",\n    \"stockannet\": \"ngwaahịa\",\n    \"stockateer\": \"ngwaahịa\",\n    \"stockbow\": \"ngwaahịa\",\n    \"stockbreeder\": \"onye na-azụ ngwaahịa\",\n    \"stockbreeding\": \"ịzụ ngwaahịa\",\n    \"stockbridge\": \"ngwaahịa\",\n    \"stockbroker\": \"ngwaahịa\",\n    \"stockbrokerage\": \"ngwaahịa\",\n    \"stockbrokers\": \"ngwaahịa\",\n    \"stockbroking\": \"ngwaahịa\",\n    \"stockcar\": \"ngwaahịa\",\n    \"stockcars\": \"ebuka\",\n    \"stocked\": \"nkwakọba\",\n    \"stocker\": \"ngwaahịa\",\n    \"stockers\": \"ndị nkwakọ ngwaahịa\",\n    \"stockfather\": \"nna nna\",\n    \"stockfish\": \"ngwaahịa azu\",\n    \"stockfishes\": \"ngwaahịa ngwaahịa\",\n    \"stockholder\": \"onye nwere ngwaahịa\",\n    \"stockholders\": \"ndị na-ere ngwaahịa\",\n    \"stockholding\": \"ichekwa\",\n    \"stockholdings\": \"ngwaahịa\",\n    \"stockholm\": \"ngwaahịa\",\n    \"stockhorn\": \"ngwaahịa\",\n    \"stockhouse\": \"ụlọ nkwakọba ihe\",\n    \"stocky\": \"nkwakọba ihe\",\n    \"stockyard\": \"nkwakọba\",\n    \"stockyards\": \"ebuka\",\n    \"stockier\": \"ngwaahịa\",\n    \"stockiest\": \"ngwaahịa\",\n    \"stockily\": \"ngwaahịa\",\n    \"stockiness\": \"ngwaahịa\",\n    \"stockinet\": \"ngwaahịa\",\n    \"stockinets\": \"ngwaahịa\",\n    \"stockinette\": \"ngwaahịa\",\n    \"stocking\": \"ngwaahịa\",\n    \"stockinged\": \"agbakọba\",\n    \"stockinging\": \"sọks\",\n    \"stockingless\": \"enweghị ego\",\n    \"stockings\": \"sọks\",\n    \"stockish\": \"ngwaahịa\",\n    \"stockishly\": \"ngwaahịa\",\n    \"stockishness\": \"nkwakọba\",\n    \"stockist\": \"onye nchekwa ngwaahịa\",\n    \"stockists\": \"ndị na-ere ahịa\",\n    \"stockjobber\": \"ngwaahịa\",\n    \"stockjobbery\": \"ịzụ ahịa\",\n    \"stockjobbing\": \"ngwaahịa\",\n    \"stockjudging\": \"na-ekpe ikpe\",\n    \"stockkeeper\": \"onye nchekwa ngwaahịa\",\n    \"stockkeeping\": \"nchekwa\",\n    \"stockless\": \"enweghị ngwaahịa\",\n    \"stocklike\": \"ngwaahịa\",\n    \"stockmaker\": \"onye na-ere ngwaahịa\",\n    \"stockmaking\": \"ịzụ ahịa\",\n    \"stockman\": \"onye na-ere ngwaahịa\",\n    \"stockmen\": \"ndị nkwakọ ngwaahịa\",\n    \"stockowner\": \"onye nwe ụlọ\",\n    \"stockpile\": \"akpakọba\",\n    \"stockpiled\": \"echekwara\",\n    \"stockpiler\": \"ngwaahịa\",\n    \"stockpiles\": \"ngwaahịa\",\n    \"stockpiling\": \"akpakọba\",\n    \"stockpot\": \"ite\",\n    \"stockpots\": \"ngwaahịa\",\n    \"stockproof\": \"ngwaahịa\",\n    \"stockrider\": \"ngwaahịa\",\n    \"stockriding\": \"ngwaahịa\",\n    \"stockroom\": \"nkwakọba\",\n    \"stockrooms\": \"ụlọ nkwakọba ihe\",\n    \"stocks\": \"ebuka\",\n    \"stockstone\": \"Nkume\",\n    \"stocktaker\": \"onye nchekwa ngwaahịa\",\n    \"stocktaking\": \"ngwaahịa\",\n    \"stockton\": \"ngwaahịa\",\n    \"stockwork\": \"ngwaahịa\",\n    \"stockwright\": \"ngwaahịa\",\n    \"stod\": \"od\",\n    \"stodged\": \"gharịị\",\n    \"stodgy\": \"Igha\",\n    \"stodginess\": \"izu ike\",\n    \"stodging\": \"na-ehi ụra\",\n    \"stoep\": \"siri ike\",\n    \"stof\": \"nri\",\n    \"stoff\": \"stof\",\n    \"stogy\": \"ezuru\",\n    \"stogies\": \"ngwaahịa\",\n    \"stoically\": \"n'eziokwu\",\n    \"stoicalness\": \"stoical na-acha ọcha\",\n    \"stoicheiometrically\": \"zụrụ\",\n    \"stoicisms\": \"ngwaahịa\",\n    \"stoics\": \"stiiki\",\n    \"stoiter\": \"onye nkwụnye ụgwọ\",\n    \"stoked\": \"gbụrụ\",\n    \"stokerless\": \"enweghị ike\",\n    \"stokers\": \"ndị na-ere ahịa\",\n    \"stokesia\": \"stokia\",\n    \"stokesite\": \"stokiti\",\n    \"stoking\": \"ịokingụ\",\n    \"stolae\": \"zuru\",\n    \"stold\": \"zọọ\",\n    \"stole\": \"zuru\",\n    \"stoled\": \"zuru\",\n    \"stolelike\": \"izu ohi\",\n    \"stolen\": \"zuru\",\n    \"stolenly\": \"zuru\",\n    \"stolenness\": \"izu ohi\",\n    \"stolenwise\": \"zuru\",\n    \"stoles\": \"ụlọ\",\n    \"stolewise\": \"zuru\",\n    \"stolid\": \"siri ike\",\n    \"stolidest\": \"nke kachasi ike\",\n    \"stolidity\": \"nzuzu\",\n    \"stolidness\": \"ike\",\n    \"stollen\": \"dapụrụ\",\n    \"stollens\": \"Igha\",\n    \"stoloniferous\": \"Ogbe\",\n    \"stoloniferously\": \"kelechi nwankwo\",\n    \"stolonization\": \"nchịkwa\",\n    \"stolzite\": \"Nwachukwu\",\n    \"stomach\": \"afọ\",\n    \"stomachache\": \"afọ mgbu\",\n    \"stomached\": \"zọda\",\n    \"stomachers\": \"stom stom\",\n    \"stomaches\": \"azịza\",\n    \"stomachful\": \"afọ juru\",\n    \"stomachfully\": \"na afọ\",\n    \"stomachfulness\": \"afọ iri\",\n    \"stomachy\": \"afọ juru\",\n    \"stomachic\": \"afọ juru\",\n    \"stomachical\": \"afọ ọsịsọ\",\n    \"stomachically\": \"n'afọ\",\n    \"stomachicness\": \"afọ ime\",\n    \"stomaching\": \"Na-azọda ụkwụ\",\n    \"stomachless\": \"afọ na-enweghị afọ ojuju\",\n    \"stomachlessness\": \"obere afọ\",\n    \"stomachous\": \"afọ\",\n    \"stomachs\": \"afọ\",\n    \"stomack\": \"afọ\",\n    \"stomate\": \"stomide\",\n    \"stomatic\": \"stomato\",\n    \"stomatologist\": \"ọkà mmụta stomatologist\",\n    \"stomion\": \"afo\",\n    \"stomoxys\": \"Uchechukwu\",\n    \"stomp\": \"zọda\",\n    \"stomped\": \"zọda ụkwụ\",\n    \"stomper\": \"zọda ụkwụ\",\n    \"stompers\": \"stomps\",\n    \"stomping\": \"zọda ukwu\",\n    \"stompingly\": \"zọda ukwu\",\n    \"stonage\": \"nkume\",\n    \"stond\": \"nkume\",\n    \"stone\": \"nkume\",\n    \"stoneable\": \"Nkume\",\n    \"stonebass\": \"nkume bass\",\n    \"stonebird\": \"Nkume okwute\",\n    \"stonebiter\": \"okwute\",\n    \"stoneblindness\": \"Nkume anya\",\n    \"stoneboat\": \"ụgbọ mmiri\",\n    \"stonebow\": \"okwute\",\n    \"stonebrash\": \"Nkume okwute\",\n    \"stonebreak\": \"Nkume okwute\",\n    \"stonebrood\": \"okwute\",\n    \"stonecast\": \"okwute\",\n    \"stonecat\": \"okwute\",\n    \"stonechat\": \"okwute\",\n    \"stonecraft\": \"Nkume\",\n    \"stonecrop\": \"okwute\",\n    \"stonecutter\": \"okwute\",\n    \"stonecutting\": \"egbutu okwute\",\n    \"stoned\": \"tụgbuo ya\",\n    \"stonedamp\": \"nkume tụgbuo\",\n    \"stonefish\": \"Nkume azu\",\n    \"stonefishes\": \"Nkume azu\",\n    \"stonefly\": \"Nkume\",\n    \"stoneflies\": \"Nkume\",\n    \"stonegale\": \"okwute\",\n    \"stonehand\": \"jiri aka\",\n    \"stonehatch\": \"Nkume\",\n    \"stonehead\": \"okwute\",\n    \"stonehearted\": \"nkume nkume\",\n    \"stonehenge\": \"okwute\",\n    \"stoneyard\": \"okwute\",\n    \"stoneite\": \"okwute\",\n    \"stonelayer\": \"Okwute\",\n    \"stonelaying\": \"Nkume\",\n    \"stoneless\": \"enweghị nkume\",\n    \"stonelessness\": \"enweghị nkume\",\n    \"stoneman\": \"onye nkume\",\n    \"stonemasons\": \"stonemason\",\n    \"stonemen\": \"Nkume\",\n    \"stonemint\": \"nkume\",\n    \"stonen\": \"nkume\",\n    \"stonepecker\": \"okwute\",\n    \"stoner\": \"nkume\",\n    \"stoneroller\": \"Nkume okwute\",\n    \"stoneroot\": \"Nkume\",\n    \"stoners\": \"Nkume\",\n    \"stones\": \"nkume\",\n    \"stonesfield\": \"okwute\",\n    \"stoneshot\": \"nkume foto\",\n    \"stonesmatch\": \"Nkume\",\n    \"stonesmich\": \"Nkume\",\n    \"stonesmitch\": \"Nkume Nkume\",\n    \"stonesmith\": \"okwute\",\n    \"stonewall\": \"Nkume okwute\",\n    \"stonewalled\": \"Nkume\",\n    \"stonewaller\": \"Nkume okwute\",\n    \"stonewally\": \"nkume\",\n    \"stonewalling\": \"Nkume mgbidi\",\n    \"stonewalls\": \"okwute\",\n    \"stoneware\": \"okwute\",\n    \"stoneweed\": \"Nkume\",\n    \"stonewise\": \"okwute\",\n    \"stonewood\": \"Nkume\",\n    \"stonework\": \"okwute\",\n    \"stoneworker\": \"okwute\",\n    \"stoneworks\": \"Nkume\",\n    \"stonewort\": \"Nkume okwute\",\n    \"stony\": \"okwute\",\n    \"stonied\": \"zụrụ\",\n    \"stonify\": \"zọọ\",\n    \"stonyhearted\": \"stoneshein\",\n    \"stonyheartedly\": \"stony obi\",\n    \"stonyheartedness\": \"stonyhe n'obi\",\n    \"stonily\": \"stonili\",\n    \"stoniness\": \"izu ike\",\n    \"stoning\": \"nkume\",\n    \"stonished\": \"tụgburu\",\n    \"stonishes\": \"nkume\",\n    \"stonishing\": \"Okwute\",\n    \"stonishment\": \"ihere\",\n    \"stood\": \"guzoro\",\n    \"stooded\": \"guzoro\",\n    \"stooden\": \"guzoro\",\n    \"stoof\": \"Udidi\",\n    \"stook\": \"stook dikwa\",\n    \"stookers\": \"stooka\",\n    \"stooking\": \"izu ike\",\n    \"stooled\": \"tọgbọ\",\n    \"stools\": \"stool\",\n    \"stoond\": \"stovu\",\n    \"stoop\": \"zuo\",\n    \"stooped\": \"kpudo ihu\",\n    \"stooper\": \"onye nzuzu\",\n    \"stoopers\": \"kpakpando\",\n    \"stooping\": \"na-ehuru ehuru\",\n    \"stoopingly\": \"na-ehulata ala\",\n    \"stoory\": \"ngwaahịa\",\n    \"stooter\": \"osi ite\",\n    \"stooth\": \"stoot\",\n    \"stoothing\": \"izu ohi\",\n    \"stop\": \"Kwụsị\",\n    \"stopback\": \"nkwụsị\",\n    \"stopband\": \"nkwụsị\",\n    \"stopblock\": \"nkwụsị\",\n    \"stopboard\": \"ebe nchekwa\",\n    \"stopcock\": \"mkpọchi\",\n    \"stopcocks\": \"mkpọchi\",\n    \"stopdice\": \"nkwụsị\",\n    \"stope\": \"kwụsị\",\n    \"stoped\": \"kwụsịrị\",\n    \"stopen\": \"zuru\",\n    \"stoper\": \"nkwụsị\",\n    \"stopers\": \"mkpọchi\",\n    \"stopes\": \"mkpọchi\",\n    \"stopgap\": \"nkwụsị\",\n    \"stopgaps\": \"nkwụsị\",\n    \"stophound\": \"nkwụsị\",\n    \"stoping\": \"ịkwụsị\",\n    \"stopless\": \"Uchechukwu\",\n    \"stoplessness\": \"Uchechukwu\",\n    \"stoplight\": \"ọkụ ọkụ\",\n    \"stoplights\": \"ọkụ ọkụ\",\n    \"stopover\": \"nkwụsị\",\n    \"stopovers\": \"nkwụsị\",\n    \"stoppability\": \"nkwusi\",\n    \"stoppable\": \"kwụrụ\",\n    \"stoppableness\": \"nkwusi\",\n    \"stoppably\": \"kwụrụ\",\n    \"stoppage\": \"nkwụsị\",\n    \"stoppages\": \"nkwụsị\",\n    \"stopped\": \"kwụsịrị\",\n    \"stoppel\": \"mkpọchi\",\n    \"stopper\": \"nkwụsị\",\n    \"stoppered\": \"kwụsịtụrụ\",\n    \"stoppering\": \"kwụsị\",\n    \"stopperless\": \"enweghị ike\",\n    \"stoppers\": \"ndị na-akwụsị\",\n    \"stoppeur\": \"nkwụsị\",\n    \"stopping\": \"nkwụsị\",\n    \"stoppit\": \"nkwụsị\",\n    \"stopple\": \"kwụsịtụ\",\n    \"stoppled\": \"kwụsịrị\",\n    \"stopples\": \"nkwụsị\",\n    \"stoppling\": \"kwụsị\",\n    \"stops\": \"nkwụsị\",\n    \"stopship\": \"nkwụsị\",\n    \"stopt\": \"kwụsịtụrụ\",\n    \"stopway\": \"nkwụsị\",\n    \"stopwatch\": \"elekere nkwụsị\",\n    \"stopwatches\": \"nkwụsị\",\n    \"stopwater\": \"mmiri mmiri\",\n    \"stopwork\": \"nkwụsị\",\n    \"stor\": \"Okechukwu\",\n    \"storability\": \"ikekwe\",\n    \"storage\": \"nchekwa\",\n    \"storages\": \"ụlọ nkwakọba\",\n    \"storay\": \"kwusi\",\n    \"store\": \"ụlọ ahịa\",\n    \"stored\": \"echekwara\",\n    \"storeen\": \"echekwa\",\n    \"storefront\": \"ahịa\",\n    \"storefronts\": \"echekwa ihu\",\n    \"storehouse\": \"ụlọ nkwakọba ihe\",\n    \"storehouseman\": \"ụlọ nkwakọba ihe\",\n    \"storehouses\": \"ụlọ nkwakọba ihe\",\n    \"storeyed\": \"echekwara\",\n    \"storeys\": \"ụlọ ndozi\",\n    \"storekeep\": \"ụlọ nchekwa\",\n    \"storekeeper\": \"onye nchekwa\",\n    \"storekeepers\": \"ndị na-echekwa ihe\",\n    \"storekeeping\": \"echekwa\",\n    \"storeman\": \"onye nchekwa ulo\",\n    \"storemaster\": \"onye ndozi\",\n    \"storemen\": \"onye nchekwa ulo\",\n    \"storer\": \"ụlọ ahịa\",\n    \"storeroom\": \"ụlọ nkwakọba ihe\",\n    \"storerooms\": \"ụlọ nkwakọba ihe\",\n    \"stores\": \"ụlọ ahịa\",\n    \"storeship\": \"nkwakọba\",\n    \"storesman\": \"onye nchekwa ulo\",\n    \"storewide\": \"ụlọ ahịa\",\n    \"story\": \"akụkọ\",\n    \"storiated\": \"stori\",\n    \"storiation\": \"ebe obibi\",\n    \"storybook\": \"Akwụkwọ akụkọ\",\n    \"storybooks\": \"akwụkwọ akụkọ\",\n    \"stories\": \"akụkọ\",\n    \"storify\": \"gbagota\",\n    \"storified\": \"ebili\",\n    \"storifying\": \"na-ebugharị\",\n    \"storying\": \"akụkọ\",\n    \"storyless\": \"akụkọ\",\n    \"storylines\": \"akụkọ\",\n    \"storymaker\": \"akụkọ\",\n    \"storing\": \"ịchekwa\",\n    \"storiology\": \"oké ifufe\",\n    \"storiological\": \"ihe omimi\",\n    \"storiologist\": \"ọkà mmụta banyere mmiri ozuzo\",\n    \"storyteller\": \"akụkọ\",\n    \"storytellers\": \"ndị na-akọ akụkọ\",\n    \"storytelling\": \"akụkọ\",\n    \"storywise\": \"mbụk\",\n    \"storywork\": \"akụkọ\",\n    \"storywriter\": \"onye na-ede akụkọ\",\n    \"stork\": \"ụgbala\",\n    \"storklike\": \"dị ka ụgbala\",\n    \"storkling\": \"storking\",\n    \"storks\": \"ụgbala\",\n    \"storm\": \"oké mmiri ozuzo\",\n    \"stormable\": \"oké egwu\",\n    \"stormbelt\": \"oké mmiri ozuzo\",\n    \"stormberg\": \"mgbeoke\",\n    \"stormbird\": \"nnụnnụ mmiri\",\n    \"stormbound\": \"oké mmiri ozuzo\",\n    \"stormcock\": \"mmiri ozuzo\",\n    \"stormed\": \"n'oké iwe\",\n    \"stormer\": \"osobo\",\n    \"stormful\": \"oké egwu\",\n    \"stormfully\": \"n'oké mmiri ozuzo\",\n    \"stormfulness\": \"oké iwe\",\n    \"stormy\": \"ebili mmiri\",\n    \"stormier\": \"Okechukwu\",\n    \"stormiest\": \"Okechukwu\",\n    \"stormily\": \"n'oké egwu\",\n    \"storminess\": \"ebili mmiri\",\n    \"storming\": \"na-efe\",\n    \"stormingly\": \"n'egwu\",\n    \"stormish\": \"nwee nsogbu\",\n    \"stormless\": \"enweghị ebili mmiri\",\n    \"stormlessly\": \"n’enweghị nsogbu\",\n    \"stormlessness\": \"enweghị ebili mmiri\",\n    \"stormlike\": \"dị ka oké ifufe\",\n    \"stormproof\": \"eku\",\n    \"storms\": \"oké ifufe\",\n    \"stormtide\": \"oké mmiri ozuzo\",\n    \"stormtight\": \"oké mmiri ozuzo\",\n    \"stormward\": \"oké ifufe\",\n    \"stormwind\": \"oké ifufe\",\n    \"stormwise\": \"n'oké mmiri\",\n    \"stornelli\": \"Ikenna Onyekwere\",\n    \"storthing\": \"ihe mmiri\",\n    \"storting\": \"ortgba ọsọ\",\n    \"stosston\": \"Onyedika\",\n    \"stoting\": \"zụta\",\n    \"stotious\": \"Okpukpo\",\n    \"stotterel\": \"Ijeoma\",\n    \"stounded\": \"kwụrụ\",\n    \"stounding\": \"ịnyịnya\",\n    \"stoundmeal\": \"Ugboro\",\n    \"stounds\": \"ego\",\n    \"stoup\": \"stoop\",\n    \"stoupful\": \"stoup zuru\",\n    \"stoups\": \"ụtarị\",\n    \"stoure\": \"stour\",\n    \"stoury\": \"akụkọ\",\n    \"stouring\": \"ịzụ ahịa\",\n    \"stourly\": \"zuru ezu\",\n    \"stourliness\": \"izu ike\",\n    \"stourness\": \"afụ ọnụ\",\n    \"stours\": \"stọọl\",\n    \"stout\": \"gbasi ike\",\n    \"stoutened\": \"gbasiri ike\",\n    \"stoutening\": \"esiwanye ike\",\n    \"stouter\": \"onye na-azụrụ ihe\",\n    \"stoutest\": \"kasị sie ike\",\n    \"stouth\": \"ndịda\",\n    \"stouthearted\": \"nwere obi ike\",\n    \"stoutheartedly\": \"nwere obi ike\",\n    \"stoutheartedness\": \"ezigbo obi\",\n    \"stouthrief\": \"eziokwu\",\n    \"stouty\": \"ibu ọrụ\",\n    \"stoutish\": \"nkwusi\",\n    \"stoutly\": \"siri ike\",\n    \"stoutness\": \"ikwusi ike\",\n    \"stove\": \"osi ite\",\n    \"stovebrush\": \"stovu\",\n    \"stoved\": \"osi ite\",\n    \"stoveful\": \"osi ite\",\n    \"stovehouse\": \"stovu ụlọ\",\n    \"stoveless\": \"enweghị stovu\",\n    \"stovemaker\": \"osi ite\",\n    \"stovemaking\": \"osi ite\",\n    \"stoveman\": \"osi ite\",\n    \"stovemen\": \"ndị osi ite\",\n    \"stovepipe\": \"stovu anụ\",\n    \"stovepipes\": \"stovu ọkpọ\",\n    \"stover\": \"osi ite\",\n    \"stovers\": \"stovu\",\n    \"stoves\": \"stovu\",\n    \"stovewood\": \"stovu\",\n    \"stovies\": \"stovi\",\n    \"stoving\": \"osi ite\",\n    \"stowball\": \"Egwuregwu\",\n    \"stowed\": \"gbanye\",\n    \"stower\": \"Ike\",\n    \"str\": \"Nkechi\",\n    \"stra\": \"eriri\",\n    \"strabism\": \"aka ike\",\n    \"strabismal\": \"strabism\",\n    \"strabismally\": \"strabram n'ụzọ\",\n    \"strabismic\": \"strabism\",\n    \"strabismies\": \"ngagharị\",\n    \"strabometer\": \"strabometa\",\n    \"strack\": \"eriri\",\n    \"strackling\": \"ckbụ\",\n    \"strad\": \"eriri\",\n    \"stradametrical\": \"eriri\",\n    \"straddleback\": \"ndaghari\",\n    \"straddlers\": \"Ihe mgbochi\",\n    \"straddles\": \"eriri\",\n    \"straddlewise\": \"kee ihe n'udo\",\n    \"straddling\": \"na-agbagharị\",\n    \"straddlingly\": \"na-agbagharị\",\n    \"strade\": \"eriri\",\n    \"stradico\": \"onyeka\",\n    \"stradine\": \"eriri\",\n    \"stradiot\": \"ndagwurugwu\",\n    \"stradl\": \"straddle\",\n    \"stradld\": \"agbago\",\n    \"stradlings\": \"strad\",\n    \"strae\": \"eriri\",\n    \"strafers\": \"strafere\",\n    \"strafes\": \"ahịhịa ọka\",\n    \"straggled\": \"gbagara\",\n    \"straggler\": \"Okpukpe\",\n    \"stragglers\": \"ndaghari\",\n    \"straggles\": \"ndọtị\",\n    \"stragglier\": \"ihe mgbagwoju anya\",\n    \"straggling\": \"na-atụgharị\",\n    \"stragglingly\": \"na-agba mgba\",\n    \"stragular\": \"onye mgba\",\n    \"stragulum\": \"ihe mgbochi\",\n    \"stray\": \"kpafuo\",\n    \"strayed\": \"kpafuru akpafu\",\n    \"strayer\": \"kpafuo\",\n    \"strayers\": \"kpafuo\",\n    \"straight\": \"Kwụ ọtọ\",\n    \"straightaway\": \"ozugbo\",\n    \"straightbred\": \"ịgbatị\",\n    \"straighted\": \"kwụ ọtọ\",\n    \"straightedge\": \"ogologo\",\n    \"straightedged\": \"kwụ ọtọ\",\n    \"straightedges\": \"ogologo\",\n    \"straightedging\": \"ịgbatị\",\n    \"straighten\": \"kwụ ọtọ\",\n    \"straightened\": \"agbatị\",\n    \"straightener\": \"Nhazi\",\n    \"straighteners\": \"ndị ziri ezi\",\n    \"straightening\": \"na-agbatị\",\n    \"straightens\": \"na-agbazi\",\n    \"straightest\": \"kwụ ọtọ\",\n    \"straightforward\": \"kwụ ọtọ\",\n    \"straightforwardly\": \"kwụ ọtọ\",\n    \"straightforwardness\": \"nnennen\",\n    \"straightforwards\": \"kwụ ọtọ\",\n    \"straightfoward\": \"kwụ ọtọ\",\n    \"straighting\": \"na-agbatị\",\n    \"straightish\": \"kwụ ọtọ\",\n    \"straightjacket\": \"ogologo\",\n    \"straightlaced\": \"kwụziri\",\n    \"straightly\": \"n'ụzọ kwụ ọtọ\",\n    \"straightness\": \"Izizi\",\n    \"straights\": \"nsogbu\",\n    \"straighttail\": \"ọdụ ogologo\",\n    \"straightup\": \"nnoo\",\n    \"straightway\": \"ozigbo\",\n    \"straightways\": \"ozugbo\",\n    \"straightwards\": \"kwụ ọtọ\",\n    \"straightwise\": \"kwụ ọtọ\",\n    \"straying\": \"na-akpafu\",\n    \"strail\": \"nsogbu\",\n    \"strayling\": \"na-awagharị\",\n    \"strain\": \"nje\",\n    \"strainable\": \"Mgbanwe\",\n    \"strainableness\": \"Mgbanwe\",\n    \"strainably\": \"na-agbagha\",\n    \"strained\": \"imebi\",\n    \"strainedly\": \"imebi\",\n    \"strainedness\": \"nsogbu\",\n    \"strainer\": \"nje\",\n    \"strainerman\": \"nje\",\n    \"strainermen\": \"ndị nje\",\n    \"strainers\": \"nje\",\n    \"straining\": \"na-eri ume\",\n    \"strainingly\": \"na-eri ume\",\n    \"strainless\": \"igwe anaghị agba\",\n    \"strainlessly\": \"n’enweghị nsogbu\",\n    \"strainometer\": \"nje\",\n    \"strainproof\": \"nje na-egbochi\",\n    \"strains\": \"nsogbu\",\n    \"strainslip\": \"eriri\",\n    \"straint\": \"nsogbu\",\n    \"strays\": \"kpafuo\",\n    \"strait\": \"warara\",\n    \"straiten\": \"warara\",\n    \"straitened\": \"warara\",\n    \"straitening\": \"na-agbatị\",\n    \"straitens\": \"na-ese okwu\",\n    \"straiter\": \"straighter\",\n    \"straitest\": \"nke tara akpụ\",\n    \"straitlaced\": \"enwere nsogbu\",\n    \"straitlacedly\": \"n'ụzọ doro anya\",\n    \"straitlacedness\": \"ọnọdụ mgbochi\",\n    \"straitly\": \"nke ọma\",\n    \"straitness\": \"nsogbu\",\n    \"straits\": \"esemokwu\",\n    \"straitsman\": \"onye isi\",\n    \"straitsmen\": \"ndi nkiti\",\n    \"straitwork\": \"ọrụ mgbochi\",\n    \"stralet\": \"eriri akpa\",\n    \"stramashes\": \"stramashị\",\n    \"stramineous\": \"Ikekwe\",\n    \"stramony\": \"udo\",\n    \"stramonies\": \"nsogbu\",\n    \"stramp\": \"eriri\",\n    \"strand\": \"eriri\",\n    \"strandage\": \"eriri\",\n    \"stranded\": \"tọrọ atọ\",\n    \"strandedness\": \"tọrọ atọ\",\n    \"stranders\": \"tọrọ atọ\",\n    \"stranding\": \"tọrọ atọ\",\n    \"strandless\": \"Enweghị eriri\",\n    \"strandline\": \"eriri\",\n    \"strandlooper\": \"onye nyocha\",\n    \"strands\": \"Udiri\",\n    \"strandward\": \"tọrọ atọ\",\n    \"strang\": \"iju\",\n    \"strange\": \"iju\",\n    \"strangely\": \"iju\",\n    \"strangeling\": \"strangling\",\n    \"strangeness\": \"ihe ijuanya\",\n    \"stranger\": \"onye obia\",\n    \"strangerdom\": \"ọbịa\",\n    \"strangered\": \"anya\",\n    \"strangerhood\": \"iju\",\n    \"strangering\": \"na-amagbu onwe ya\",\n    \"strangerlike\": \"dị ka ọbịa\",\n    \"strangers\": \"ndị bịara abịa\",\n    \"strangership\": \"ọbịa\",\n    \"strangerwise\": \"amaghi\",\n    \"strangle\": \"nyagburu\",\n    \"strangled\": \"nyagburu\",\n    \"stranglehold\": \"nnabata\",\n    \"stranglement\": \"ntughari\",\n    \"strangler\": \"onye ogbako\",\n    \"stranglers\": \"ndị bịara abịa\",\n    \"strangles\": \"nyagburu\",\n    \"strangletare\": \"nyagburu bụ\",\n    \"strangling\": \"linggbagbu\",\n    \"stranglingly\": \"linggbagbu\",\n    \"strangulable\": \"nyagburu\",\n    \"strangulate\": \"nyagburu\",\n    \"strangulated\": \"nyagburu anya\",\n    \"strangulating\": \"na-agbagbu\",\n    \"strangulations\": \"iju\",\n    \"strangulative\": \"asụsụ olu\",\n    \"strangulatory\": \"afụ ụfụ\",\n    \"strangullion\": \"Ogwughari\",\n    \"strangury\": \"nzuzu\",\n    \"strangurious\": \"dị egwu\",\n    \"strap\": \"eriri\",\n    \"straphang\": \"ịgha\",\n    \"straphanger\": \"onye ozo\",\n    \"straphanging\": \"phagha\",\n    \"straplike\": \"eriri\",\n    \"strappado\": \"straipado\",\n    \"strappadoes\": \"straipado\",\n    \"strappan\": \"straipan\",\n    \"strapped\": \"kere\",\n    \"strapper\": \"straipu\",\n    \"strappers\": \"straipị\",\n    \"strapple\": \"eriri\",\n    \"straps\": \"eriri\",\n    \"strapwork\": \"eriri\",\n    \"strapwort\": \"eriri eriri\",\n    \"strasses\": \"akpa\",\n    \"stratagem\": \"aghụghọ\",\n    \"stratagemically\": \"n'amaghi ama\",\n    \"stratameter\": \"stratamita\",\n    \"strate\": \"atụmatụ\",\n    \"stratege\": \"usoro\",\n    \"strategetic\": \"aghụghọ\",\n    \"strategetical\": \"stratejik\",\n    \"strategetics\": \"atụmatụ\",\n    \"strategy\": \"atụmatụ\",\n    \"strategian\": \"strategien\",\n    \"strategic\": \"usoro\",\n    \"strategical\": \"nhazi\",\n    \"strategically\": \"putara ighe\",\n    \"strategics\": \"atụmatụ\",\n    \"strategies\": \"azum\",\n    \"strategist\": \"onye nyocha\",\n    \"strategists\": \"ndị nhazi atụmatụ\",\n    \"strategize\": \"ịkọwapụta ihe\",\n    \"strategoi\": \"atụmatụ\",\n    \"strategos\": \"atụmatụ\",\n    \"strategus\": \"atụmatụ\",\n    \"stratfordian\": \"Nkechi\",\n    \"strath\": \"eriri\",\n    \"straths\": \"strath\",\n    \"strathspey\": \"eriri\",\n    \"strathspeys\": \"eriri\",\n    \"stratic\": \"Igha\",\n    \"straticulation\": \"nkwụsị\",\n    \"stratify\": \"kwụwa\",\n    \"stratifies\": \"Na-agbagha\",\n    \"stratifying\": \"na-edozi\",\n    \"stratigrapher\": \"onye nhazi\",\n    \"stratigraphically\": \"n'agha\",\n    \"stratography\": \"stratigraphy\",\n    \"stratographic\": \"stratigraphic\",\n    \"stratographically\": \"n'agha\",\n    \"stratonic\": \"Ugboro\",\n    \"stratosphere\": \"Oyibo\",\n    \"stratospheric\": \"Oyibo\",\n    \"stratospherical\": \"Oyibo\",\n    \"stratotrainer\": \"stratotrain\",\n    \"stratous\": \"stratos\",\n    \"straucht\": \"Kwụ ọtọ\",\n    \"strauchten\": \"kwụ ọtọ\",\n    \"straught\": \"Kwụ ọtọ\",\n    \"stravagant\": \"Ogha\",\n    \"stravage\": \"eriri\",\n    \"stravaged\": \"eriri\",\n    \"stravages\": \"eriri\",\n    \"stravaging\": \"eriri\",\n    \"stravague\": \"nsogbu\",\n    \"stravaig\": \"nsogbu\",\n    \"stravaiged\": \"ikekwe\",\n    \"stravaiger\": \"nsogbu\",\n    \"stravaiging\": \"izu ike\",\n    \"stravaigs\": \"nsogbu\",\n    \"strave\": \"eriri\",\n    \"stravinsky\": \"Onyekwere\",\n    \"straw\": \"ahịhịa\",\n    \"strawberry\": \"strọberị\",\n    \"strawberrylike\": \"strawberry\",\n    \"strawbill\": \"ahịhịa ọka\",\n    \"strawboard\": \"ahịhịa\",\n    \"strawbreadth\": \"ntụ ọka\",\n    \"strawflower\": \"ahihia\",\n    \"strawfork\": \"stọkọk\",\n    \"strawhat\": \"okpu ahịhịa\",\n    \"strawy\": \"ahịhịa\",\n    \"strawyard\": \"ahịhịa ahịhịa\",\n    \"strawish\": \"ahịhịa\",\n    \"strawless\": \"enweghị ahịhịa\",\n    \"strawlike\": \"ahịhịa dị ka\",\n    \"strawman\": \"Ahịhịa\",\n    \"strawmote\": \"ahịhịa ọka\",\n    \"straws\": \"ahịhịa ọka\",\n    \"strawsmall\": \"ahịhịa ọka\",\n    \"strawsmear\": \"ahịhịa dị nso\",\n    \"strawstack\": \"ahịhịa\",\n    \"strawstacker\": \"ihe nkwuba\",\n    \"strawwork\": \"ahịhịa\",\n    \"stre\": \"okpokoro\",\n    \"streahte\": \"Nkechi\",\n    \"streak\": \"Ogologo\",\n    \"streaked\": \"Ogologo\",\n    \"streakedness\": \"Ọcha\",\n    \"streaker\": \"streaka\",\n    \"streakers\": \"Ugboro\",\n    \"streaky\": \"Ogologo\",\n    \"streakiest\": \"kacha\",\n    \"streakily\": \"Ogologo\",\n    \"streaking\": \"Agbụrụ\",\n    \"streaklike\": \"yiri ka ọ dị\",\n    \"streaks\": \"Ogologo\",\n    \"streakwise\": \"Ogologo\",\n    \"stream\": \"Iyi\",\n    \"streambed\": \"Na-agbagharị\",\n    \"streamed\": \"Gbanye\",\n    \"streamer\": \"iyi\",\n    \"streamers\": \"Ndị iyi\",\n    \"streamful\": \"nke iyi\",\n    \"streamhead\": \"mmiri iyi\",\n    \"streamy\": \"nke iyi\",\n    \"streamiest\": \"Nke kachasị\",\n    \"streaminess\": \"iyi\",\n    \"streaming\": \"Gụgharia\",\n    \"streamingly\": \"Na-asọ asọ\",\n    \"streamless\": \"enweghị iyi\",\n    \"streamlet\": \"iyi\",\n    \"streamlets\": \"mmiri iyi\",\n    \"streamlike\": \"yiri iyi\",\n    \"streamline\": \"kọwaa\",\n    \"streamlined\": \"Gụgo\",\n    \"streamliner\": \"Gụgo\",\n    \"streamlines\": \"Gụgo\",\n    \"streamling\": \"na-eme ka mmiri dị mma\",\n    \"streamlining\": \"na-eme ka mmiri dị mma\",\n    \"streams\": \"Iyi\",\n    \"streamside\": \"iyi\",\n    \"streamway\": \"ọwa mmiri\",\n    \"streamward\": \"Na-asọ asọ\",\n    \"streamwort\": \"ndozi\",\n    \"streek\": \"Osisi\",\n    \"streeker\": \"streaka\",\n    \"streekers\": \"Ndị na-agagharị agagharị\",\n    \"streeking\": \"Na-agagharị\",\n    \"streeks\": \"Osisi\",\n    \"streel\": \"ígwè\",\n    \"streeler\": \"Na-agagharị\",\n    \"streen\": \"n'okporo ámá\",\n    \"street\": \"n'okporo ámá\",\n    \"streetage\": \"n'okporo ámá\",\n    \"streetcar\": \"okporo ụzọ\",\n    \"streetcars\": \"okporo ụzọ\",\n    \"streeters\": \"Ugboro ala\",\n    \"streetful\": \"okporo ụzọ\",\n    \"streetless\": \"n'okporo ámá\",\n    \"streetlet\": \"obere akpa\",\n    \"streetlight\": \"ọkụ okporo ámá\",\n    \"streetlike\": \"dị ka n'okporo ámá\",\n    \"streets\": \"n'okporo ámá\",\n    \"streetscape\": \"n'okporo ámá\",\n    \"streetside\": \"n'okporo ámá\",\n    \"streetway\": \"okporo ụzọ\",\n    \"streetwalker\": \"n'okporo ámá\",\n    \"streetwalkers\": \"ndị na-aga n'okporo ámá\",\n    \"streetwalking\": \"n'okporo ụzọ\",\n    \"streetward\": \"n'okporo ụzọ\",\n    \"streetwise\": \"n'okporo ụzọ\",\n    \"streke\": \"Nke gara aga\",\n    \"strelitz\": \"okpokoro\",\n    \"strelitzi\": \"Udochukwu\",\n    \"strelitzia\": \"okpokoro\",\n    \"streltzi\": \"Ogochukwu\",\n    \"stremma\": \"agba\",\n    \"stremmas\": \"Ogologo\",\n    \"stremmatograph\": \"strammatta\",\n    \"streng\": \"gbara ọsọ\",\n    \"strengite\": \"Ogba\",\n    \"strength\": \"ume\",\n    \"strengthed\": \"gbasaa\",\n    \"strengthen\": \"wusi\",\n    \"strengthened\": \"wusie ike\",\n    \"strengthener\": \"ike\",\n    \"strengtheners\": \"ndị na-ewusi ike\",\n    \"strengthening\": \"na-ewusi ike\",\n    \"strengtheningly\": \"na-ewusi ike\",\n    \"strengthens\": \"na-ewusi\",\n    \"strengthful\": \"ike\",\n    \"strengthfulness\": \"ịdị ike\",\n    \"strengthy\": \"ume\",\n    \"strengthily\": \"Ugboro abụọ\",\n    \"strengthless\": \"enweghị ike\",\n    \"strengthlessly\": \"enweghị ike\",\n    \"strengthlessness\": \"ike adịghị ike\",\n    \"strengths\": \"ike\",\n    \"strent\": \"Ogologo\",\n    \"strenth\": \"ume\",\n    \"strenuity\": \"sie ike\",\n    \"strenuosity\": \"sie ike\",\n    \"strenuous\": \"sie ike\",\n    \"strenuously\": \"n’ike\",\n    \"strenuousness\": \"ịdị ike\",\n    \"strepen\": \"Uhie\",\n    \"strepent\": \"achara\",\n    \"streperous\": \"Ogologo\",\n    \"strephonade\": \"okpokoro\",\n    \"strepitant\": \"Ogba\",\n    \"strepitantly\": \"Ugboro abụọ\",\n    \"strepitous\": \"Ogologo\",\n    \"strepor\": \"Uhie\",\n    \"streps\": \"Uhie\",\n    \"strepsiceros\": \"Ugboro\",\n    \"strepsinema\": \"Uzoatu\",\n    \"strepsiptera\": \"okpokoro\",\n    \"strepsipteral\": \"Ogba\",\n    \"strepsipteran\": \"mmmmmmmmmmmmm\",\n    \"strepsipteron\": \"mmmmmmmmmmmmm\",\n    \"strepsipterous\": \"ire abụọ\",\n    \"strepsis\": \"Uhie\",\n    \"strepsitene\": \"Ogba\",\n    \"streptaster\": \"onye nyocha\",\n    \"streptodornase\": \"mmmmmmmmmmmmm\",\n    \"streptolysin\": \"ugba\",\n    \"streptomyces\": \"Ogologo\",\n    \"streptomycete\": \"Ugwuatu\",\n    \"streptoneura\": \"Ugba\",\n    \"streptoneural\": \"Ogologo\",\n    \"streptoneurous\": \"Ogologo\",\n    \"streptothricial\": \"Onyeka Onwenu\",\n    \"streptothricin\": \"Uzoigwe\",\n    \"streptothricosis\": \"ọnụọgụ\",\n    \"streptothrix\": \"Ugba\",\n    \"streptotrichal\": \"Onyeka Onwenu\",\n    \"stress\": \"nrụgide\",\n    \"stressed\": \"mesiri ike\",\n    \"stresser\": \"nrụgide\",\n    \"stresses\": \"nrụgide\",\n    \"stressful\": \"na-enye nsogbu\",\n    \"stressfully\": \"nrụgide\",\n    \"stressfulness\": \"nrụgide\",\n    \"stressing\": \"na-emesi ike\",\n    \"stressless\": \"enweghị nkwenye\",\n    \"stresslessness\": \"enweghị nchekasị\",\n    \"stressor\": \"nrụgide\",\n    \"stressors\": \"nsogbu\",\n    \"stret\": \"gbatịa\",\n    \"stretch\": \"gbatịa\",\n    \"stretchability\": \"ihe ndozi\",\n    \"stretchable\": \"ihe ndozi\",\n    \"stretchberry\": \"agbatị\",\n    \"stretched\": \"gbatịa\",\n    \"stretcher\": \"iheibummadu\",\n    \"stretcherman\": \"Onye na-agbatị\",\n    \"stretchers\": \"ihe ndina\",\n    \"stretches\": \"gbatịa\",\n    \"stretchy\": \"gbatia\",\n    \"stretchier\": \"ihe ndozi\",\n    \"stretchiest\": \"gbasaa\",\n    \"stretchiness\": \"ịgbatị\",\n    \"stretching\": \"ndinyanade mbịne\",\n    \"stretchneck\": \"gbatịa olu\",\n    \"stretchpants\": \"ogologo\",\n    \"stretchproof\": \"Mgbatị\",\n    \"stretman\": \"Obosara\",\n    \"stretmen\": \"agbatị\",\n    \"stretta\": \"ihe ndọtị\",\n    \"strettas\": \"ihe ndọtị\",\n    \"strette\": \"ihe ndọtị\",\n    \"stretti\": \"Nkechi\",\n    \"stretto\": \"Ihe ndozi\",\n    \"strettos\": \"ogologo\",\n    \"streusel\": \"Ogbe\",\n    \"streuselkuchen\": \"okpokoro\",\n    \"streusels\": \"Ogbe\",\n    \"strew\": \"Na-agbasa\",\n    \"strewage\": \"uzo owara\",\n    \"strewed\": \"gbawara\",\n    \"strewers\": \"Ogologo\",\n    \"strewing\": \"na-agbagharị\",\n    \"strewment\": \"Ogologo\",\n    \"strewn\": \"gbawara\",\n    \"strews\": \"Ogologo\",\n    \"strewth\": \"Ogba\",\n    \"stria\": \"Onyekwere\",\n    \"striae\": \"Nwachukwu\",\n    \"strial\": \"gba mgba\",\n    \"striate\": \"gbalie\",\n    \"striated\": \"gbawara\",\n    \"striates\": \"na-eti\",\n    \"striating\": \"na-egbu egbu\",\n    \"striation\": \"igba\",\n    \"striations\": \"ibe\",\n    \"striature\": \"ihe mgba\",\n    \"striche\": \"Ikeji\",\n    \"strychnia\": \"Okwute\",\n    \"stricken\": \"etiri\",\n    \"strickenly\": \"etigbu\",\n    \"strickenness\": \"Ọrịa\",\n    \"stricker\": \"Oma\",\n    \"strickled\": \"Okpu\",\n    \"strickler\": \"Strickler\",\n    \"strickles\": \"strikị\",\n    \"strickling\": \"Ogwu\",\n    \"stricks\": \"aghụghọ\",\n    \"strict\": \"siri ike\",\n    \"strictest\": \"siri ike\",\n    \"striction\": \"mgbochi\",\n    \"strictish\": \"siri ike\",\n    \"strictly\": \"nditịm\",\n    \"strictness\": \"ike\",\n    \"stricture\": \"mmanye\",\n    \"strictured\": \"ekwusi\",\n    \"strictures\": \"mmegide\",\n    \"stridden\": \"okpu\",\n    \"stride\": \"ije ije\",\n    \"strideleg\": \"Nwachukwu\",\n    \"stridence\": \"stridhin\",\n    \"stridently\": \"n’ike\",\n    \"strides\": \"strids\",\n    \"strideways\": \"ngagharị\",\n    \"striding\": \"zọda\",\n    \"stridingly\": \"Na-agbada\",\n    \"stridling\": \"na-agbagha\",\n    \"stridors\": \"stridor\",\n    \"stridulate\": \"stridal\",\n    \"stridulating\": \"na-agagharị\",\n    \"stridulation\": \"stridal\",\n    \"stridulous\": \"eziokwu\",\n    \"stridulously\": \"N'ike\",\n    \"stridulousness\": \"Ikwu eziokwu\",\n    \"strife\": \"esemokwu\",\n    \"strifeful\": \"na-ese okwu\",\n    \"strifeless\": \"onye na-ese okwu\",\n    \"strifemaker\": \"strifemer\",\n    \"strifemaking\": \"Na-agbagha\",\n    \"strifeproof\": \"ọgụ\",\n    \"strifes\": \"Obo\",\n    \"striffen\": \"Ọgwụ\",\n    \"strift\": \"myọ\",\n    \"strig\": \"striga\",\n    \"strigae\": \"striga\",\n    \"striges\": \"Ọgba\",\n    \"striggle\": \"Ngha\",\n    \"stright\": \"Kwụ ọtọ\",\n    \"strigiformes\": \"Ọgba\",\n    \"strigilis\": \"Ọgba\",\n    \"strigilous\": \"siri ike\",\n    \"strigils\": \"strigil\",\n    \"strigous\": \"strig\",\n    \"strigovite\": \"Nwachukwu\",\n    \"strike\": \"gbuo\",\n    \"strikeboard\": \"iku mbadamba\",\n    \"strikeboat\": \"ụgbọ mmiri\",\n    \"strikebound\": \"gbaba\",\n    \"strikebreak\": \"gbawaa\",\n    \"strikebreaker\": \"etiwapụ\",\n    \"strikebreakers\": \"ndị ọgbụgba\",\n    \"strikebreaking\": \"etiwapụ\",\n    \"striked\": \"gbagburu\",\n    \"strikeless\": \"enweghị ọnụ\",\n    \"striken\": \"gbuo\",\n    \"strikeout\": \"iku\",\n    \"strikeouts\": \"iku\",\n    \"strikeover\": \"iku ume\",\n    \"striker\": \"Ogbu\",\n    \"strikers\": \"ndị na-eti ihe\",\n    \"strikes\": \"na-eti ihe\",\n    \"striking\": \"pụtara ìhè\",\n    \"strikingly\": \"pụtara ìhè\",\n    \"strikingness\": \"pụtara ìhè\",\n    \"strind\": \"eriri\",\n    \"string\": \"eriri\",\n    \"stringboard\": \"eriri\",\n    \"stringcourse\": \"eriri N'ezie\",\n    \"stringed\": \"eriri\",\n    \"stringency\": \"eriri\",\n    \"stringencies\": \"eriri\",\n    \"stringendo\": \"eriri\",\n    \"stringendos\": \"eriri\",\n    \"stringene\": \"Eriri\",\n    \"stringent\": \"nke siri ike\",\n    \"stringently\": \"n'usoro\",\n    \"stringentness\": \"ịdị ike\",\n    \"stringer\": \"ahịhịa\",\n    \"stringers\": \"eriri\",\n    \"stringful\": \"eriri\",\n    \"stringhalt\": \"eriri\",\n    \"stringhalted\": \"eriri\",\n    \"stringhaltedness\": \"eriri\",\n    \"stringhalty\": \"ike\",\n    \"stringholder\": \"eriri\",\n    \"stringy\": \"eriri\",\n    \"stringybark\": \"Eriri Ike\",\n    \"stringier\": \"Eriri\",\n    \"stringiest\": \"nke siri ike\",\n    \"stringily\": \"agbasiri ike\",\n    \"stringiness\": \"eriri\",\n    \"stringing\": \"Eriri\",\n    \"stringless\": \"eriri\",\n    \"stringlike\": \"yiri\",\n    \"stringmaker\": \"eriri igwe\",\n    \"stringmaking\": \"eriri\",\n    \"stringman\": \"Eriri\",\n    \"stringmen\": \"ndi ogba\",\n    \"stringpiece\": \"eriri\",\n    \"strings\": \"ndido urụk\",\n    \"stringsman\": \"Ugba\",\n    \"stringsmen\": \"ndi nwoke\",\n    \"stringways\": \"eriri igwe\",\n    \"stringwood\": \"osisi\",\n    \"strinkle\": \"ahughari\",\n    \"striolate\": \"ike\",\n    \"striolated\": \"Igha\",\n    \"striolet\": \"ike\",\n    \"strip\": \"warara\",\n    \"stripe\": \"straipu\",\n    \"striped\": \"nkeawa akara\",\n    \"stripeless\": \"enweghị akara\",\n    \"stripers\": \"strips\",\n    \"stripes\": \"n'ọnyá\",\n    \"stripfilm\": \"ihe nkiri\",\n    \"stripier\": \"onye mgbapu\",\n    \"stripiest\": \"Nke kacha sie ike\",\n    \"striping\": \"na-agbawa\",\n    \"stripings\": \"uwe\",\n    \"striplet\": \"Ogologo\",\n    \"striplight\": \"warara\",\n    \"stripling\": \"warara\",\n    \"striplings\": \"stripe\",\n    \"strippable\": \"Nkechi\",\n    \"strippage\": \"Nkeji\",\n    \"stripped\": \"yipụ\",\n    \"stripping\": \"yipu\",\n    \"strippit\": \"iberibe\",\n    \"strippler\": \"warara\",\n    \"strips\": \"ibe\",\n    \"stript\": \"Nkewa\",\n    \"striptease\": \"warara\",\n    \"stripteased\": \"warara\",\n    \"stripteaser\": \"warara\",\n    \"stripteasers\": \"warara\",\n    \"stripteases\": \"warara\",\n    \"stripteasing\": \"warara\",\n    \"stripteuse\": \"warara\",\n    \"strive\": \"gbalịsie ike\",\n    \"strived\": \"na-agbalị\",\n    \"striven\": \"gbasaa\",\n    \"striver\": \"na-agbasi mbọ ike\",\n    \"strivers\": \"ndị na-agba mbọ\",\n    \"strives\": \"na-agba mbọ\",\n    \"strivy\": \"dị\",\n    \"striving\": \"na-agbasi mbọ ike\",\n    \"strivingly\": \"na-agbasi mbọ ike\",\n    \"strivings\": \"ịgba mbọ\",\n    \"strix\": \"Akaraka\",\n    \"strobed\": \"Oma\",\n    \"strobes\": \"strobs\",\n    \"strobilate\": \"stiroblọ\",\n    \"strobilation\": \"nchịkwa\",\n    \"strobiles\": \"Ngwa\",\n    \"strobiliferous\": \"Okpu-ike\",\n    \"strobilization\": \"mgbagharị\",\n    \"stroboscope\": \"ọrịa strok\",\n    \"stroboscopes\": \"stroboskop\",\n    \"stroboscopy\": \"ọrịa strok\",\n    \"stroboscopic\": \"akaeze\",\n    \"stroboscopical\": \"ihe nyocha\",\n    \"stroboscopically\": \"strozọ strok\",\n    \"strockle\": \"strok\",\n    \"stroddle\": \"zọọ ije\",\n    \"strode\": \"Ogwu\",\n    \"stroyed\": \"Ogwu\",\n    \"stroyer\": \"Ogwu\",\n    \"stroyers\": \"ihe otiti\",\n    \"stroygood\": \"Nwachukwu\",\n    \"stroying\": \"Na-agba\",\n    \"stroil\": \"Ogwu\",\n    \"stroys\": \"strok\",\n    \"stroke\": \"ọrịa strok\",\n    \"stroked\": \"Oma\",\n    \"stroker\": \"Ogwu\",\n    \"strokers\": \"ndị na-eti ihe\",\n    \"strokes\": \"ọrịa strok\",\n    \"strokesman\": \"Ogwu\",\n    \"stroky\": \"Ogba\",\n    \"stroking\": \"na-eme ihe\",\n    \"strokings\": \"strok\",\n    \"strold\": \"Ikechukwu\",\n    \"stroll\": \"kpagharịa\",\n    \"strolld\": \"Onyeka\",\n    \"strolled\": \"gagharịa\",\n    \"stroller\": \"Onye na-eje ije\",\n    \"strollers\": \"Ihe eji agagharị\",\n    \"strolling\": \"n'agaghari\",\n    \"strolls\": \"Na-agagharị\",\n    \"strom\": \"stram\",\n    \"stromateid\": \"Onyekwere\",\n    \"stromatic\": \"Ugboro\",\n    \"stromb\": \"stramb\",\n    \"strombite\": \"strambite\",\n    \"strombus\": \"Ogba\",\n    \"strome\": \"Onyeka\",\n    \"stromed\": \"zụrụ\",\n    \"stromeyerite\": \"Onyeka Onwenu\",\n    \"stroming\": \"gba\",\n    \"stromming\": \"Okwute\",\n    \"stromuhr\": \"Nwachukwu\",\n    \"strond\": \"agba\",\n    \"strone\": \"strok\",\n    \"strong\": \"sie ike\",\n    \"strongarmer\": \"gbasiri ike\",\n    \"strongback\": \"Ikwusi ike\",\n    \"strongbark\": \"Ike Ike\",\n    \"strongbox\": \"Igbe ike\",\n    \"strongboxes\": \"igbe ọkpọ\",\n    \"strongbrained\": \"agbasiri ike\",\n    \"stronger\": \"ike\",\n    \"strongest\": \"ike\",\n    \"strongfully\": \"ike\",\n    \"stronghand\": \"ike\",\n    \"stronghanded\": \"ike\",\n    \"stronghead\": \"isi ike\",\n    \"strongheaded\": \"ike\",\n    \"strongheadedly\": \"ike\",\n    \"strongheadedness\": \"isi ike\",\n    \"strongheadness\": \"ike\",\n    \"stronghearted\": \"gbasiri ike\",\n    \"stronghold\": \"ebe siri ike\",\n    \"strongholds\": \"ebe ewusiri ike\",\n    \"strongyl\": \"Ike\",\n    \"strongylate\": \"Onye Ike\",\n    \"strongyle\": \"ike\",\n    \"strongyliasis\": \"ike\",\n    \"strongylid\": \"onyechi\",\n    \"strongylidae\": \"ikechiida\",\n    \"strongylidosis\": \"ike adighi ike\",\n    \"strongyloid\": \"Onyekwere\",\n    \"strongyloides\": \"ikechiide\",\n    \"strongyloidosis\": \"ikereloidosis\",\n    \"strongylon\": \"Ike Ike\",\n    \"strongyloplasmata\": \"Strongyloplasmata\",\n    \"strongylosis\": \"Onyekwere\",\n    \"strongyls\": \"Ikechukwu\",\n    \"strongylus\": \"Ikechukwu\",\n    \"strongish\": \"gbasie ike\",\n    \"strongly\": \"ike\",\n    \"stronglike\": \"ike\",\n    \"strongman\": \"onye siri ike\",\n    \"strongmen\": \"ndị ike\",\n    \"strongness\": \"ike\",\n    \"strongpoint\": \"ike\",\n    \"strongroom\": \"ime ụlọ ike\",\n    \"strongrooms\": \"ụlọ ike\",\n    \"strontia\": \"Ogba\",\n    \"strontian\": \"Uchechukwu\",\n    \"strontianiferous\": \"Uche Ogbuagu\",\n    \"strontianite\": \"Uchechukwu\",\n    \"strontias\": \"Uchechukwu\",\n    \"strontic\": \"Igha\",\n    \"strontitic\": \"Onyeka Onwenu\",\n    \"strontium\": \"Uchechukwu\",\n    \"strook\": \"strok\",\n    \"strooken\": \"Ike\",\n    \"stroot\": \"strok\",\n    \"strophaic\": \"Ikwesiri\",\n    \"stropharia\": \"Okechukwu\",\n    \"strophes\": \"strophe\",\n    \"strophic\": \"otiti\",\n    \"strophically\": \"na strok\",\n    \"strophiolated\": \"ọrịre\",\n    \"strophoid\": \"Nwachukwu\",\n    \"stropped\": \"mara aka\",\n    \"stropper\": \"stropa\",\n    \"stropping\": \"na-amị\",\n    \"stroppings\": \"akpaka\",\n    \"strops\": \"ọnyá\",\n    \"strosser\": \"Ogha\",\n    \"strother\": \"okwute\",\n    \"stroud\": \"strok\",\n    \"strouding\": \"Ugwu\",\n    \"strouds\": \"strok\",\n    \"strounge\": \"imebi\",\n    \"strout\": \"ọgbụgba\",\n    \"strove\": \"gbaa mbọ\",\n    \"strowd\": \"Strow\",\n    \"strowed\": \"gharịị\",\n    \"strowing\": \"Ogwu\",\n    \"strown\": \"ihe otiti\",\n    \"strows\": \"strok\",\n    \"strucion\": \"Udo\",\n    \"struck\": \"tiri\",\n    \"strucken\": \"tiri\",\n    \"struct\": \"nhazi\",\n    \"structed\": \"ahaziri\",\n    \"struction\": \"Ọdịdị\",\n    \"structional\": \"nhazi\",\n    \"structive\": \"nhazi\",\n    \"structural\": \"nhazi\",\n    \"structuralism\": \"nhazi\",\n    \"structuralist\": \"nhazi\",\n    \"structuralization\": \"nhazi\",\n    \"structuralize\": \"hazie\",\n    \"structurally\": \"nhazi\",\n    \"structuration\": \"nhazi\",\n    \"structure\": \"Ọdịdị\",\n    \"structured\": \"ahaziri\",\n    \"structureless\": \"enweghị nhazi\",\n    \"structurelessness\": \"enweghị nhazi\",\n    \"structurely\": \"nhazi\",\n    \"structurer\": \"nhazi\",\n    \"structures\": \"owuwu\",\n    \"structuring\": \"nhazi\",\n    \"structurist\": \"nhazi\",\n    \"strude\": \"Igha\",\n    \"strudel\": \"Igha\",\n    \"strudels\": \"Ntughari\",\n    \"strue\": \"eziokwu\",\n    \"struggle\": \"mgba\",\n    \"struggled\": \"gbalịsiri ike\",\n    \"struggler\": \"onye mgba\",\n    \"strugglers\": \"onye mgba\",\n    \"struggles\": \"na-agba mgba\",\n    \"struggling\": \"na-agba mgba\",\n    \"strugglingly\": \"na-agba mgba\",\n    \"struis\": \"Nkechi\",\n    \"struissle\": \"Nwachukwu\",\n    \"struldbruggian\": \"Ikechukwu Nwogu\",\n    \"struldbruggism\": \"Anyi\",\n    \"strumaticness\": \"mgbachi agbachi\",\n    \"strumiferous\": \"Ogba\",\n    \"strumiprivous\": \"kristo\",\n    \"strummed\": \"gharịị\",\n    \"strumming\": \"na-agbagharị\",\n    \"strumous\": \"storu\",\n    \"strumousness\": \"ụdọ\",\n    \"strumpets\": \"ogwe aka\",\n    \"strung\": \"zụrụ\",\n    \"strunt\": \"Ikechukwu\",\n    \"strunted\": \"zụrụ\",\n    \"strunting\": \"Na-ekwu okwu\",\n    \"strunts\": \"Ikechukwu\",\n    \"struse\": \"zọọ\",\n    \"strut\": \"Ikechukwu\",\n    \"struth\": \"eziokwu\",\n    \"struthian\": \"Nwachukwu\",\n    \"struthiform\": \"Nwachukwu\",\n    \"struthin\": \"Nwachukwu\",\n    \"struthiones\": \"Nwachukwu\",\n    \"struthioniformes\": \"struthioniformes chọrọ\",\n    \"struthionine\": \"Nwachukwu\",\n    \"struthious\": \"eziokwu\",\n    \"struthonine\": \"Nwachukwu\",\n    \"struts\": \"Ikechukwu\",\n    \"strutted\": \"Nwachukwu\",\n    \"strutter\": \"Nwachukwu\",\n    \"strutters\": \"Nkọwa\",\n    \"strutting\": \"Na-ekwu okwu\",\n    \"struttingly\": \"n'amụ\",\n    \"struv\": \"Nkechi\",\n    \"struvite\": \"Nkechi\",\n    \"stub\": \"isi\",\n    \"stubachite\": \"isi ike\",\n    \"stubb\": \"kpakpando\",\n    \"stubbed\": \"isi ike\",\n    \"stubbedness\": \"isi ike\",\n    \"stubber\": \"isi ike\",\n    \"stubby\": \"isi ike\",\n    \"stubbier\": \"isi ike\",\n    \"stubbiest\": \"isi ike\",\n    \"stubbily\": \"n'ikpo\",\n    \"stubbiness\": \"isi ike\",\n    \"stubbing\": \"isi ike\",\n    \"stubble\": \"ahịhịa ọka\",\n    \"stubbleberry\": \"ahịhịa ọka\",\n    \"stubbled\": \"kpakpando\",\n    \"stubbles\": \"ahịhịa ọka\",\n    \"stubbleward\": \"ahihia ahihia\",\n    \"stubbly\": \"n'ikpo isi\",\n    \"stubblier\": \"ahịhịa ọka\",\n    \"stubbliest\": \"isi ike\",\n    \"stubbliness\": \"isi ike\",\n    \"stubbling\": \"isi ike\",\n    \"stubboy\": \"isi\",\n    \"stubborn\": \"isi ike\",\n    \"stubborner\": \"isi ike\",\n    \"stubbornest\": \"isi ike\",\n    \"stubbornhearted\": \"isi ike\",\n    \"stubbornly\": \"isi ike\",\n    \"stubbornness\": \"isi ike\",\n    \"stubchen\": \"isi\",\n    \"stuber\": \"isi\",\n    \"stuboy\": \"nwaanyi\",\n    \"stubornly\": \"isi ike\",\n    \"stubrunner\": \"isi ike\",\n    \"stubs\": \"ahịhịa\",\n    \"stubwort\": \"isi ike\",\n    \"stuccoed\": \"ọnụọgụ\",\n    \"stuccoyer\": \"afọ stucco\",\n    \"stuccoing\": \"mgbanyụ\",\n    \"stuccowork\": \"choo udiri\",\n    \"stuccoworker\": \"stucco ọrụ\",\n    \"stuck\": \"nọgidesiri ike\",\n    \"stucken\": \"nọgidesie ike\",\n    \"stucking\": \"nọgidesie ike\",\n    \"stuckling\": \"na-arapara n'ahụ\",\n    \"stucturelessness\": \"enweghị nhazi\",\n    \"studbook\": \"Akwụkwọ ọgụgụ\",\n    \"studbooks\": \"Akwụkwọ ọgụgụ\",\n    \"studded\": \"amụ\",\n    \"studder\": \"ịsụ nsụ\",\n    \"studdery\": \"Udochukwu\",\n    \"studdie\": \"Ochie\",\n    \"studdies\": \"ọmụmụ\",\n    \"studding\": \"Mmụta\",\n    \"studdings\": \"Mmụta\",\n    \"studdingsail\": \"studding ụgbọ\",\n    \"studdle\": \"Igha\",\n    \"student\": \"nwata akwukwo\",\n    \"studenthood\": \"nwata akwụkwọ\",\n    \"studentless\": \"agụghị akwụkwọ\",\n    \"studentry\": \"akwukwo\",\n    \"students\": \"ụmụ akwụkwọ\",\n    \"studentship\": \"akwukwo\",\n    \"studfish\": \"azụ\",\n    \"studhorse\": \"holọ nka\",\n    \"studhorses\": \"holọ akwụkwọ\",\n    \"study\": \"ọmụmụ\",\n    \"studiable\": \"Nyocha\",\n    \"studied\": \"mụọ\",\n    \"studiedly\": \"mụọ\",\n    \"studiedness\": \"ọmụmụ\",\n    \"studier\": \"Nyocha\",\n    \"studiers\": \"ndị na-agụ akwụkwọ\",\n    \"studies\": \"ọmụmụ\",\n    \"studying\": \"na-amụ ihe\",\n    \"studios\": \"ụlọ nka\",\n    \"studious\": \"Nke guru\",\n    \"studiously\": \"nke oma\",\n    \"studiousness\": \"nyocha\",\n    \"studys\": \"ọmụmụ\",\n    \"studite\": \"Nyocha\",\n    \"studium\": \"omumu\",\n    \"studworks\": \"studwork\",\n    \"stuff\": \"ngwongwo\",\n    \"stuffage\": \"juru n'ọnụ\",\n    \"stuffata\": \"stoata\",\n    \"stuffed\": \"juru n'ọnụ\",\n    \"stuffender\": \"Onye ji ihe arụ\",\n    \"stuffer\": \"mkpọ\",\n    \"stuffers\": \"ndị na-ere ihe\",\n    \"stuffgownsman\": \"ihe gownsman\",\n    \"stuffy\": \"nkpuchi\",\n    \"stuffier\": \"mkpọ\",\n    \"stuffily\": \"n'ụzọ zuru ezu\",\n    \"stuffiness\": \"zuru oke\",\n    \"stuffing\": \"nri\",\n    \"stuffings\": \"nri\",\n    \"stuffless\": \"enweghị\",\n    \"stuffs\": \"ngwongwo\",\n    \"stuggy\": \"Odi ike\",\n    \"stuiver\": \"nwa akwukwo\",\n    \"stuivers\": \"ụmụ akwụkwọ\",\n    \"stulty\": \"ikike\",\n    \"stultify\": \"kwalite\",\n    \"stultification\": \"iwu\",\n    \"stultified\": \"zọrọ\",\n    \"stultifies\": \"Na-emegide\",\n    \"stultifying\": \"na-akwado\",\n    \"stultiloquence\": \"ike obula\",\n    \"stultiloquious\": \"Ezigbo ihe\",\n    \"stumble\": \"sụọ ngọngọ\",\n    \"stumblebum\": \"sụọ ngọngọ\",\n    \"stumbled\": \"sụọ ngọngọ\",\n    \"stumbler\": \"sụọ ngọngọ\",\n    \"stumblers\": \"sụọ ngọngọ\",\n    \"stumbles\": \"sụọ ngọngọ\",\n    \"stumbly\": \"sụọ ngọngọ\",\n    \"stumbling\": \"sụọ ngọngọ\",\n    \"stumblingly\": \"sụọ ngọngọ\",\n    \"stumer\": \"sụọ ngọngọ\",\n    \"stummed\": \"mekpu\",\n    \"stummel\": \"sụọ ngọngọ\",\n    \"stummer\": \"sụọ ngọngọ\",\n    \"stummy\": \"isi ike\",\n    \"stumming\": \"na-akpọ ụkwụ\",\n    \"stumor\": \"amachi\",\n    \"stump\": \"aka na ukwu\",\n    \"stumpages\": \"aka na ukwu\",\n    \"stumped\": \"stump\",\n    \"stumper\": \"stọmpụ\",\n    \"stumpers\": \"stump\",\n    \"stumpy\": \"ngọngọ\",\n    \"stumpier\": \"aka ike\",\n    \"stumpily\": \"n'agha\",\n    \"stumpiness\": \"isi ike\",\n    \"stumping\": \"stump\",\n    \"stumpish\": \"kpaliri\",\n    \"stumpknocker\": \"akaebe\",\n    \"stumpless\": \"sụọ ngọngọ\",\n    \"stumplike\": \"yiri aka\",\n    \"stumpling\": \"sụọ ngọngọ\",\n    \"stumpsucker\": \"aka ukwu\",\n    \"stums\": \"stoms\",\n    \"stun\": \"iju\",\n    \"stundism\": \"undgha\",\n    \"stung\": \"gbara\",\n    \"stunned\": \"juru ya anya\",\n    \"stunner\": \"O juru anya\",\n    \"stunners\": \"ihe ijuanya\",\n    \"stunning\": \"pụtara\",\n    \"stunningly\": \"n'ụzọ dị ịtụnanya\",\n    \"stunpoll\": \"Akpata\",\n    \"stuns\": \"ida\",\n    \"stunsails\": \"Stụl\",\n    \"stunsle\": \"ihe ijuanya\",\n    \"stunted\": \"stunt\",\n    \"stuntedly\": \"zụrụ\",\n    \"stuntedness\": \"untda mba\",\n    \"stunty\": \"stunts\",\n    \"stuntiness\": \"agbam ume\",\n    \"stunting\": \"na-agbasi ike\",\n    \"stuntingly\": \"stunting\",\n    \"stuntist\": \"Onyeka\",\n    \"stuntness\": \"stunt\",\n    \"stuped\": \"onye nzuzu\",\n    \"stupefacient\": \"estupefaciente\",\n    \"stupefaction\": \"udiri mmụọ\",\n    \"stupefactive\": \"udiri mmụọ\",\n    \"stupefactiveness\": \"ima nwaoyi\",\n    \"stupefy\": \"Uduak\",\n    \"stupefied\": \"afọ juru\",\n    \"stupefiedness\": \"ike nwa\",\n    \"stupefier\": \"Nwa akwukwo\",\n    \"stupefies\": \"Nwa nnụnnụ\",\n    \"stupefying\": \"Nwa akaebe\",\n    \"stupend\": \"zụọ\",\n    \"stupendious\": \"dikwa ike\",\n    \"stupendous\": \"nzuzu\",\n    \"stupendousness\": \"iberibe\",\n    \"stupent\": \"onye nzuzu\",\n    \"stupeous\": \"nke oma\",\n    \"stupes\": \"ịda mba\",\n    \"stupex\": \"nsị\",\n    \"stuphe\": \"Igha\",\n    \"stupid\": \"onye nzuzu\",\n    \"stupider\": \"onye nzuzu\",\n    \"stupidest\": \"nzuzu\",\n    \"stupidhead\": \"onye nzuzu\",\n    \"stupidheaded\": \"onye nzuzu\",\n    \"stupidish\": \"nzuzu\",\n    \"stupidity\": \"nzuzu\",\n    \"stupidities\": \"nzuzu\",\n    \"stupidly\": \"nzuzu\",\n    \"stupidness\": \"nzuzu\",\n    \"stupids\": \"ndị nzuzu\",\n    \"stuping\": \"iberibe\",\n    \"stupor\": \"nzuzu\",\n    \"stuporific\": \"nzuzu ific\",\n    \"stuporose\": \"nwaanyi\",\n    \"stuporous\": \"dị ọcha\",\n    \"stupors\": \"nzuzu\",\n    \"stupose\": \"nzuzu\",\n    \"stuprate\": \"kpọnwụrụ\",\n    \"stuprated\": \"gbachiri\",\n    \"stuprating\": \"ihi ụra\",\n    \"stupration\": \"nzuzu\",\n    \"stupulose\": \"Nwachukwu\",\n    \"sturble\": \"sụọ ngọngọ\",\n    \"sturdy\": \"nke siri ike\",\n    \"sturdied\": \"zụrụ\",\n    \"sturdier\": \"nke siri ike\",\n    \"sturdiersturdies\": \"nke siri ike\",\n    \"sturdiest\": \"nke siri ike\",\n    \"sturdyhearted\": \"obi siri ike\",\n    \"sturnoid\": \"Ikwusike\",\n    \"sturoch\": \"Ugochukwu\",\n    \"sturte\": \"sturte gbara\",\n    \"sturty\": \"sturt\",\n    \"sturtin\": \"sturt\",\n    \"sturtion\": \"ebe\",\n    \"sturts\": \"ikpe\",\n    \"stutter\": \"ịsụ nsụ\",\n    \"stuttered\": \"sụọ ngọngọ\",\n    \"stutterer\": \"Onyeoma\",\n    \"stuttering\": \"na-asụ nsụ\",\n    \"stutteringly\": \"n'amaghi ama\",\n    \"stutters\": \"Kpọtụrụ\",\n    \"suability\": \"ikike\",\n    \"suable\": \"kwadoro\",\n    \"suably\": \"dị\",\n    \"suanitian\": \"Suanitian\",\n    \"suant\": \"gbara aka\",\n    \"suantly\": \"n'ụzọ zuru ezu\",\n    \"suasibility\": \"enwere ike\",\n    \"suasible\": \"kwere omume\",\n    \"suasion\": \"uzo\",\n    \"suasionist\": \"Onyeka Onwenu\",\n    \"suasions\": \"ha\",\n    \"suasively\": \"n'ụzọ zuru ezu\",\n    \"suasiveness\": \"izu ike\",\n    \"sub\": \"okpuru\",\n    \"subabbots\": \"ọdụ ụgbọ mmiri\",\n    \"subabdominal\": \"subabdominal nke mmiri\",\n    \"subability\": \"nrubeisi\",\n    \"subabilities\": \"ikike\",\n    \"subabsolutely\": \"sub kpam kpam\",\n    \"subacademically\": \"sub agụmakwụkwọ\",\n    \"subacetabular\": \"sub acetabular\",\n    \"subact\": \"obere\",\n    \"subaction\": \"mmezi\",\n    \"subacutely\": \"n'ụzọ doro anya\",\n    \"subadar\": \"okpuru\",\n    \"subadars\": \"okpuru mmiri\",\n    \"subadditive\": \"dị n'okpuru\",\n    \"subadministrated\": \"okpuru\",\n    \"subadministration\": \"nchịkwa nke okpuru\",\n    \"subadministrator\": \"onye okpuru\",\n    \"subadultness\": \"subadult\",\n    \"subadults\": \"ndị isi ala\",\n    \"subaerate\": \"subaerat\",\n    \"subaerated\": \"agbakwara\",\n    \"subaerating\": \"itinye n'ọrụ\",\n    \"subaeration\": \"izu ike\",\n    \"subage\": \"ntughari\",\n    \"subagencies\": \"okpu\",\n    \"subagents\": \"okpu\",\n    \"subaggregate\": \"nchikota\",\n    \"subaggregately\": \"ekekerede\",\n    \"subaggregation\": \"nkewa\",\n    \"subaggregative\": \"nchịkọta\",\n    \"subahs\": \"subah\",\n    \"subahship\": \"subahhip\",\n    \"subalimentation\": \"nchịkwa\",\n    \"suballiances\": \"okpuru mmiri\",\n    \"suballocate\": \"edozie\",\n    \"suballocated\": \"edozie\",\n    \"suballocating\": \"subalụtụ\",\n    \"subalternant\": \"okpuru\",\n    \"subalternate\": \"okpuru\",\n    \"subalternately\": \"subalternally\",\n    \"subalternating\": \"ntụgharị\",\n    \"subalternation\": \"ntanetị\",\n    \"subalternity\": \"akara aka\",\n    \"subalterns\": \"okpuru\",\n    \"subanniversary\": \"ncheta afọ\",\n    \"subapparently\": \"o doro anya\",\n    \"subapparentness\": \"ndababa\",\n    \"subappearance\": \"ọdịdị\",\n    \"subappressed\": \"anabataghị\",\n    \"subaqueous\": \"dị ike\",\n    \"subarboraceous\": \"onye okpuru\",\n    \"subarboreal\": \"okpuru\",\n    \"subarboreous\": \"okpu mmiri\",\n    \"subarborescence\": \"okpuru mmiri\",\n    \"subarborescent\": \"okpuru mmiri\",\n    \"subarchitect\": \"subachitekt\",\n    \"subarcuate\": \"okpuru mmiri\",\n    \"subarcuated\": \"okpuru mmiri\",\n    \"subarcuation\": \"okpuru mmiri\",\n    \"subareas\": \"mpaghara\",\n    \"subareolet\": \"subareolar\",\n    \"subarian\": \"sistemụ mmiri\",\n    \"subarytenoid\": \"sub arytenoid\",\n    \"subarousal\": \"ike\",\n    \"subarration\": \"mmiri okpuru\",\n    \"subarticle\": \"obere akpa\",\n    \"subascending\": \"na-agbada\",\n    \"subassembly\": \"ntinye aka\",\n    \"subassemblies\": \"ngalaba okpuru\",\n    \"subassociation\": \"subissociation\",\n    \"subassociational\": \"subassociation nkewa\",\n    \"subassociations\": \"njikọ dị iche iche\",\n    \"subassociative\": \"subassociatias\",\n    \"subastringent\": \"enye iwu\",\n    \"subatmospheric\": \"okpomoku\",\n    \"subatomic\": \"subatomik\",\n    \"subatoms\": \"okpuru\",\n    \"subattorneys\": \"okpuru mmiri\",\n    \"subbasal\": \"okpuru\",\n    \"subbasaltic\": \"okpuru\",\n    \"subbasement\": \"okpuru\",\n    \"subbasements\": \"okpuru\",\n    \"subbases\": \"okpuru\",\n    \"subbass\": \"ọdụ\",\n    \"subbassa\": \"okpuru\",\n    \"subbasses\": \"ọdụ ụgbọ mmiri\",\n    \"subbeau\": \"okpu\",\n    \"subbing\": \"binggbanye\",\n    \"subbings\": \"okpuru\",\n    \"subbookkeeper\": \"onye na-ede ihe ederede\",\n    \"subbranch\": \"ngalaba\",\n    \"subbranched\": \"n'okpuru\",\n    \"subbreed\": \"edobere\",\n    \"subbreeds\": \"subbreed\",\n    \"subbrigade\": \"igba okpuru mmiri\",\n    \"subbrigadier\": \"okpuru mmiri\",\n    \"subbroker\": \"onye ahia ahia\",\n    \"subbromid\": \"okpuru\",\n    \"subbromide\": \"sub bromide\",\n    \"subbronchial\": \"sub bronchial\",\n    \"subbureau\": \"okpuru\",\n    \"subbureaus\": \"ịkwụ ụgwọ\",\n    \"subbureaux\": \"ịkwụ ụgwọ\",\n    \"subcalcareous\": \"sub calcareous\",\n    \"subcaptaincy\": \"ihe nzuzo\",\n    \"subcaptainship\": \"ihe nchịkwa\",\n    \"subcarbide\": \"okpuru mmiri\",\n    \"subcarbonaceous\": \"okpuru mmiri\",\n    \"subcarboniferous\": \"okpuru mmiri\",\n    \"subcarbureted\": \"okpuru\",\n    \"subcarburetted\": \"okpuru\",\n    \"subcardinal\": \"subcinal\",\n    \"subcarinate\": \"okpuru mmiri\",\n    \"subcarinated\": \"okpuru mmiri\",\n    \"subcase\": \"obere akpa\",\n    \"subcasing\": \"na-agbakwunye\",\n    \"subcaste\": \"aghụghọ\",\n    \"subcategories\": \"Ngalaba\",\n    \"subcause\": \"sub መንስኤ\",\n    \"subcauses\": \"okpuru\",\n    \"subcavity\": \"okpuru ala\",\n    \"subcavities\": \"okpuru\",\n    \"subcell\": \"mechie\",\n    \"subcells\": \"okpuru\",\n    \"subcenter\": \"ihe ntanetị\",\n    \"subcentre\": \"subperre\",\n    \"subception\": \"ihe omuma\",\n    \"subch\": \"soch\",\n    \"subchairmen\": \"ndi isi oche\",\n    \"subchancel\": \"subchecel\",\n    \"subchannel\": \"okpuru mmiri\",\n    \"subchannels\": \"okpuru mmiri\",\n    \"subchanter\": \"onye ahia ahia\",\n    \"subchapters\": \"obere akwụkwọ\",\n    \"subchaser\": \"onye nchịkwa\",\n    \"subcheliform\": \"okpuru mmiri\",\n    \"subchiefs\": \"Ngwongwo\",\n    \"subcycle\": \"ntụ ntụ\",\n    \"subcingulum\": \"usoro\",\n    \"subcision\": \"subcce\",\n    \"subcities\": \"okpuru\",\n    \"subcivilization\": \"nchịkwa\",\n    \"subclaim\": \"kwupụta\",\n    \"subclassed\": \"subclass\",\n    \"subclasses\": \"subclass\",\n    \"subclassing\": \"subclass\",\n    \"subclausal\": \"ịkwụ ụgwọ\",\n    \"subclauses\": \"okpuru\",\n    \"subclavate\": \"megharịa aka\",\n    \"subclerks\": \"subclerk\",\n    \"subclone\": \"okpuru mmiri\",\n    \"subcoat\": \"okpu mmiri\",\n    \"subcollegial\": \"subleglegial\",\n    \"subcommander\": \"okpu\",\n    \"subcommanders\": \"ndị na-achị achị\",\n    \"subcommandership\": \"ndenye n'ọrụ\",\n    \"subcommendation\": \"Nkwado\",\n    \"subcommendatory\": \"edozi\",\n    \"subcommended\": \"akwadoro\",\n    \"subcommissary\": \"subississar\",\n    \"subcommissaries\": \"ngalaba\",\n    \"subcommission\": \"ntinye aka\",\n    \"subcommissioner\": \"subcommison\",\n    \"subcommissioners\": \"subcommissers\",\n    \"subcommissionership\": \"ọrụ subison\",\n    \"subcommissions\": \"ndenye\",\n    \"subcommit\": \"nyefee\",\n    \"subcommittee\": \"obere kọmitii\",\n    \"subcommittees\": \"kọmitii dị iche iche\",\n    \"subcommunity\": \"mpaghara\",\n    \"subcomplete\": \"ezughi ezu\",\n    \"subcompletely\": \"n'ụzọ zuru ezu\",\n    \"subcompleteness\": \"zuru ezu\",\n    \"subcompletion\": \"nchịkọta\",\n    \"subcomponent\": \"submeta\",\n    \"subcomponents\": \"okpuru\",\n    \"subcomputations\": \"ntinye\",\n    \"subconcave\": \"okpuru mmiri\",\n    \"subconcaveness\": \"okpuru\",\n    \"subconcavity\": \"okpuru\",\n    \"subconcavities\": \"okpuru\",\n    \"subconcealed\": \"nzuzo\",\n    \"subconformably\": \"subconformible\",\n    \"subconically\": \"n'okpuru\",\n    \"subconjunctive\": \"n'okpuru\",\n    \"subconnect\": \"njikọ\",\n    \"subconnectedly\": \"subconnected\",\n    \"subconscious\": \"ihe ndapụta\",\n    \"subconsciously\": \"subconscious\",\n    \"subconsciousness\": \"ịma ihe\",\n    \"subconsulship\": \"ihe nchịkwa\",\n    \"subcontained\": \"ihe nzuzo\",\n    \"subcontinent\": \"ngalaba ala\",\n    \"subcontinental\": \"okpuru\",\n    \"subcontinents\": \"okpuru mmiri\",\n    \"subcontinual\": \"ntinye\",\n    \"subcontinued\": \"kwụsị\",\n    \"subcontinuous\": \"dị n'okpuru\",\n    \"subcontract\": \"n'okpuru\",\n    \"subcontracting\": \"Ndepụta\",\n    \"subcontractor\": \"onye na-edozi ọrụ\",\n    \"subcontractors\": \"ndị ọrụ ntinye ụgwọ\",\n    \"subcontracts\": \"obere ọrụ\",\n    \"subcontrary\": \"n'okpuru\",\n    \"subcontrarily\": \"n'okpuru\",\n    \"subcontrol\": \"nchịkwa\",\n    \"subcontrolled\": \"na-achịkwa\",\n    \"subcontrolling\": \"na-achịkwa\",\n    \"subconvolutely\": \"n'okpuru\",\n    \"subcouncils\": \"okpuru\",\n    \"subcover\": \"nzuzo\",\n    \"subcreative\": \"ihe nzuzo\",\n    \"subcreatively\": \"n'ụzọ aghụghọ\",\n    \"subcreativeness\": \"Udo Oma\",\n    \"subcrenate\": \"okpuru mmiri\",\n    \"subcrenated\": \"okpuru mmiri\",\n    \"subcrepitant\": \"dị aghụghọ\",\n    \"subcrepitation\": \"sub crepitation\",\n    \"subcrescentic\": \"sub crescentic\",\n    \"subcriminally\": \"sub criminally\",\n    \"subcript\": \"ederede\",\n    \"subcritical\": \"aghụghọ\",\n    \"subcrossing\": \"ihe subcross\",\n    \"subcrustal\": \"okpuru\",\n    \"subculturing\": \"subcultures\",\n    \"subcurator\": \"onye okpuru\",\n    \"subcurators\": \"okpuru\",\n    \"subcuratorship\": \"nchịkwa\",\n    \"subcurrent\": \"nke dị n'okpuru\",\n    \"subcutaneously\": \"subcutaneous\",\n    \"subcutaneousness\": \"cutzọ okpuru\",\n    \"subcutes\": \"aghụghọ\",\n    \"subdataries\": \"subdatarị\",\n    \"subdated\": \"dị n'okpuru\",\n    \"subdating\": \"subdren\",\n    \"subdeaconess\": \"okpuru\",\n    \"subdeaconry\": \"okpuru\",\n    \"subdeacons\": \"okpuru\",\n    \"subdeaconship\": \"okpuru\",\n    \"subdealer\": \"onye subdealer\",\n    \"subdeans\": \"sob\",\n    \"subdefinition\": \"nkọwapụta\",\n    \"subdefinitions\": \"nkọwapụta\",\n    \"subdelegate\": \"gbadata\",\n    \"subdelegated\": \"edoro\",\n    \"subdelegating\": \"isunye\",\n    \"subdelegation\": \"okpuru\",\n    \"subdeltoidal\": \"subdeltoid\",\n    \"subdemonstrate\": \"sub gosi\",\n    \"subdemonstrated\": \"gosipụtara\",\n    \"subdenomination\": \"okpuru\",\n    \"subdentated\": \"edobere\",\n    \"subdentation\": \"nnyemaka\",\n    \"subdented\": \"doro anya\",\n    \"subdepartment\": \"okpuru\",\n    \"subdepartmental\": \"okpuru\",\n    \"subdepartments\": \"ngalaba\",\n    \"subdeposit\": \"itinye ego\",\n    \"subdepositories\": \"okpuru\",\n    \"subdepot\": \"okpuru\",\n    \"subdepots\": \"okpuru\",\n    \"subdepressed\": \"sub dara mbà n'obi\",\n    \"subdeputy\": \"sub Deputy\",\n    \"subdeputies\": \"ndị nnọchi anya\",\n    \"subderivative\": \"na-edozi onwe\",\n    \"subdeterminant\": \"ọ ga-amata\",\n    \"subdiaconal\": \"subbianonal\",\n    \"subdiaconate\": \"chibidochi\",\n    \"subdialect\": \"subdilect\",\n    \"subdialectal\": \"subdilectal\",\n    \"subdialectally\": \"subdilectally\",\n    \"subdiaphragmatically\": \"sub diaphragmatically\",\n    \"subdichotomy\": \"sub dichotomy\",\n    \"subdilated\": \"nkewa\",\n    \"subdiscipline\": \"nchịkwa\",\n    \"subdisjunctive\": \"n'okpuru\",\n    \"subdistinctive\": \"subdistintik\",\n    \"subdistinguish\": \"sub iche\",\n    \"subdistinguished\": \"sub iche\",\n    \"subdistricts\": \"mpaghara\",\n    \"subdit\": \"dozie\",\n    \"subdititious\": \"dị obere\",\n    \"subdititiously\": \"subititiously\",\n    \"subdiversify\": \"kewaa nkewa\",\n    \"subdividable\": \"nkewa\",\n    \"subdivide\": \"nkewa\",\n    \"subdivided\": \"nkewa\",\n    \"subdivider\": \"nkewa\",\n    \"subdivides\": \"nkewa\",\n    \"subdividing\": \"nkewa\",\n    \"subdividingly\": \"nkewa\",\n    \"subdivinely\": \"subdivindi\",\n    \"subdivineness\": \"nkewa\",\n    \"subdivisible\": \"nkewa\",\n    \"subdivision\": \"nkewa\",\n    \"subdivisional\": \"nkebi\",\n    \"subdivisions\": \"nkewa\",\n    \"subdivisive\": \"nkewa\",\n    \"subdolent\": \"okpu\",\n    \"subdolous\": \"okpu\",\n    \"subdolousness\": \"okpu\",\n    \"subdominance\": \"nke okpuru\",\n    \"subdominant\": \"okpuru\",\n    \"subdorsally\": \"subdors\",\n    \"subduable\": \"merie\",\n    \"subduableness\": \"Ndabere\",\n    \"subduably\": \"efere\",\n    \"subdual\": \"merie\",\n    \"subduce\": \"merie\",\n    \"subduced\": \"merie\",\n    \"subduces\": \"okpuru\",\n    \"subducing\": \"na-eweta\",\n    \"subduct\": \"ịda mba\",\n    \"subducted\": \"edobe\",\n    \"subducting\": \"Na-achịkwa\",\n    \"subduction\": \"Mbelata\",\n    \"subducts\": \"ntinye\",\n    \"subdue\": \"merie\",\n    \"subdued\": \"merie\",\n    \"subduedly\": \"zere\",\n    \"subduedness\": \"okpuru\",\n    \"subduement\": \"okpuru\",\n    \"subduer\": \"merie\",\n    \"subduers\": \"ndi okpuru\",\n    \"subdues\": \"merie\",\n    \"subduing\": \"Na-emeri\",\n    \"subduingly\": \"edo onwe ha n'okpuru\",\n    \"subdure\": \"merie\",\n    \"subedit\": \"debe\",\n    \"subedited\": \"okpuru\",\n    \"subediting\": \"edozie\",\n    \"subeditor\": \"okpuru\",\n    \"subeditorial\": \"okpuru\",\n    \"subeditors\": \"ndị edobere\",\n    \"subeditorship\": \"ịnọ n'okpuru\",\n    \"subedits\": \"okpuru\",\n    \"subeffective\": \"adighi ike\",\n    \"subeffectively\": \"n'ụzọ zuru oke\",\n    \"subeffectiveness\": \"zuru ike\",\n    \"subelongate\": \"subelong\",\n    \"subelongated\": \"Subelongated\",\n    \"subemployed\": \"na-arụ ọrụ\",\n    \"subemployment\": \"enweghị ọrụ\",\n    \"subencephaltic\": \"ihemkpuru\",\n    \"subendorse\": \"zie ozi\",\n    \"subendorsed\": \"rubere isi\",\n    \"subendorsement\": \"nyefeela\",\n    \"subendorsing\": \"na-enye iwu\",\n    \"subengineer\": \"okpuru mmiri\",\n    \"subentire\": \"dozie\",\n    \"subentitle\": \"subititle\",\n    \"subentitled\": \"n'okpuru\",\n    \"subentitling\": \"n'okpuru\",\n    \"subentries\": \"njikọ\",\n    \"subequal\": \"zuo oke\",\n    \"subequality\": \"ndidi\",\n    \"subequalities\": \"ihe ndi kwesiri\",\n    \"suberate\": \"nwee ikike\",\n    \"suberectness\": \"usoro\",\n    \"subereous\": \"suberese\",\n    \"suberised\": \"suber\",\n    \"suberising\": \"izu\",\n    \"suberites\": \"Okechukwu\",\n    \"suberize\": \"suberi\",\n    \"suberized\": \"gbara\",\n    \"suberizing\": \"na-egbu egbu\",\n    \"suberous\": \"dị ike\",\n    \"subessential\": \"dị mkpa\",\n    \"subessentialness\": \"ịdị mkpa\",\n    \"subeth\": \"na-abata\",\n    \"subextensibility\": \"nnabata\",\n    \"subextensibleness\": \"subextensible\",\n    \"subextensibness\": \"Subextensibness\",\n    \"subexternally\": \"n'adabereghị\",\n    \"subface\": \"isiokwu\",\n    \"subfactory\": \"subfact\",\n    \"subfactories\": \"ngwaahịa\",\n    \"subfamilies\": \"ezinaụlọ\",\n    \"subfastigiate\": \"na-elekọta ọrụ\",\n    \"subfastigiated\": \"gbasiri ike\",\n    \"subferryman\": \"onye isi oru\",\n    \"subfestive\": \"Ndepụta\",\n    \"subfestively\": \"subfestive\",\n    \"subfibrous\": \"subfibs\",\n    \"subfields\": \"subfiada\",\n    \"subfigure\": \"ntughari\",\n    \"subfigures\": \"nsụgharị\",\n    \"subfissure\": \"subfissụ\",\n    \"subfix\": \"ntinye aha\",\n    \"subflexuous\": \"subfluxuous\",\n    \"subflooring\": \"subfloor\",\n    \"subfloors\": \"subfloor\",\n    \"subflora\": \"subfloor\",\n    \"subforeman\": \"sobo\",\n    \"subforemanship\": \"ihe omuma\",\n    \"subforemen\": \"ndị na-eso ụzọ\",\n    \"subform\": \"megharịa\",\n    \"subformation\": \"mgbanwe\",\n    \"subformativeness\": \"Ntụgharị asụsụ\",\n    \"subfossil\": \"subfosil\",\n    \"subfoundation\": \"ihe omimi\",\n    \"subfraction\": \"mpempe akwụkwọ\",\n    \"subfractionally\": \"n’okpuru\",\n    \"subfractionary\": \"sub-subtitle\",\n    \"subfractions\": \"subfract\",\n    \"subfreshman\": \"onye ozo\",\n    \"subfrontal\": \"okpuru\",\n    \"subfulgent\": \"dị egwu\",\n    \"subfulgently\": \"subfulgful\",\n    \"subfunction\": \"arụ ọrụ\",\n    \"subfunctional\": \"arụ ọrụ\",\n    \"subfunctionally\": \"sub ọrụ\",\n    \"subfusc\": \"subfusk\",\n    \"subfusiform\": \"subfusiformis\",\n    \"subg\": \"bụrụ abụ\",\n    \"subganger\": \"aghụghọ\",\n    \"subgaped\": \"subgap\",\n    \"subgeniculation\": \"nchịkwa\",\n    \"subgentes\": \"ihe ntanetị\",\n    \"subgenuses\": \"okpuru\",\n    \"subgiant\": \"dị n'okpuru\",\n    \"subgit\": \"dozie\",\n    \"subglobularity\": \"nchịkwa\",\n    \"subglottic\": \"subglottiiki\",\n    \"subgod\": \"isọpụrụ Chineke\",\n    \"subgoverness\": \"nchịkwa\",\n    \"subgovernor\": \"gọvanọ\",\n    \"subgovernorship\": \"ọrụ nchịkwa n'okpuru\",\n    \"subgraph\": \"nkeji edemede\",\n    \"subgraphs\": \"obere ederede\",\n    \"subgular\": \"subquary\",\n    \"subhall\": \"okpuru\",\n    \"subhatchery\": \"okpuru mmiri\",\n    \"subhatcheries\": \"okpuru\",\n    \"subhead\": \"isiokwu nta\",\n    \"subheading\": \"isiokwu nta\",\n    \"subheadings\": \"isiokwu nta\",\n    \"subheadquarters\": \"isi ụlọ ọrụ\",\n    \"subheads\": \"okpuru\",\n    \"subhealth\": \"ahụike\",\n    \"subhedral\": \"okpuru mmiri\",\n    \"subhemispherically\": \"na-agbakọ\",\n    \"subherd\": \"dị n'okpuru\",\n    \"subhypothesis\": \"nkwenye\",\n    \"subhooked\": \"doro anya\",\n    \"subhorizontalness\": \"nchịkwa\",\n    \"subhouse\": \"ulo okpuru ulo\",\n    \"subhumans\": \"ndị mmadụ\",\n    \"subhumid\": \"okpuru mmiri\",\n    \"subiculum\": \"usoro ọmụmụ\",\n    \"subidar\": \"dị n'okpuru\",\n    \"subideas\": \"okpuru mmiri\",\n    \"subimposed\": \"okpuru\",\n    \"subimpressed\": \"zụrụ\",\n    \"subincision\": \"ihe ndozi\",\n    \"subincomplete\": \"subin-ezu\",\n    \"subindicate\": \"wedata\",\n    \"subindicated\": \"gosiri\",\n    \"subindicating\": \"na-egosi\",\n    \"subindication\": \"na-egosi\",\n    \"subindicative\": \"doro anya\",\n    \"subinduce\": \"okpuru\",\n    \"subinfection\": \"ihe ndozi\",\n    \"subinferior\": \"dị ala\",\n    \"subinfluent\": \"enweghi ike\",\n    \"subinguinal\": \"asusu\",\n    \"subinoculation\": \"nchịkọta\",\n    \"subintelligential\": \"dị nkọ\",\n    \"subintent\": \"okpuru\",\n    \"subintention\": \"e doro anya\",\n    \"subintentional\": \"n'okpuru\",\n    \"subintentionally\": \"subintally\",\n    \"subinternal\": \"dị n'okpuru\",\n    \"subintervals\": \"okpuru mmiri\",\n    \"subintestinal\": \"eriri afọ\",\n    \"subintimal\": \"nke pere mpe\",\n    \"subintroduce\": \"webata\",\n    \"subintroduced\": \"nyefere\",\n    \"subintroducing\": \"ntinye\",\n    \"subintroduction\": \"mmeghe\",\n    \"subintroductive\": \"nke na-arụpụta ọrụ\",\n    \"subintroductory\": \"ntinye\",\n    \"subinvoluted\": \"ejiri n'okpuru\",\n    \"subinvolution\": \"ihe omimi\",\n    \"subirrigate\": \"gbasaa mmiri\",\n    \"subirrigated\": \"okpu mmiri\",\n    \"subirrigating\": \"irgba mmiri mmiri\",\n    \"subirrigation\": \"nchịkwa mmiri\",\n    \"subitane\": \"okpuru mmiri\",\n    \"subitems\": \"ndepụta\",\n    \"subitous\": \"okpuru\",\n    \"subjacency\": \"ngbanwe\",\n    \"subjacent\": \"dị n'okpuru\",\n    \"subjacently\": \"n'agha\",\n    \"subject\": \"isiokwu\",\n    \"subjectability\": \"nnabata\",\n    \"subjectable\": \"isiokwu\",\n    \"subjectdom\": \"subdom\",\n    \"subjected\": \"doro\",\n    \"subjectedly\": \"n'okpuru\",\n    \"subjectedness\": \"doro onwe ya\",\n    \"subjecthood\": \"ịbụ\",\n    \"subjectibility\": \"nnabata\",\n    \"subjectible\": \"isiokwu\",\n    \"subjectify\": \"isonye\",\n    \"subjectification\": \"isiokwu\",\n    \"subjectified\": \"Isiokwu\",\n    \"subjectifying\": \"isiokwu\",\n    \"subjectile\": \"n'okpuru\",\n    \"subjecting\": \"isiokwu\",\n    \"subjection\": \"ido onwe ya n'okpuru\",\n    \"subjectional\": \"edo onwe ya n'okpuru\",\n    \"subjectist\": \"onye isi\",\n    \"subjective\": \"nke onye\",\n    \"subjectively\": \"n'okpuru\",\n    \"subjectiveness\": \"iche\",\n    \"subjectivism\": \"nnabata\",\n    \"subjectivist\": \"nọ n'okpuru\",\n    \"subjectivistic\": \"nnabata\",\n    \"subjectivistically\": \"nnabata\",\n    \"subjectivity\": \"isi ihe\",\n    \"subjectivization\": \"nnabata\",\n    \"subjectivize\": \"dobe onwe gị\",\n    \"subjectless\": \"enweghị isi\",\n    \"subjectlike\": \"isiokwu\",\n    \"subjectness\": \"isi\",\n    \"subjects\": \"isiokwu\",\n    \"subjectship\": \"isi\",\n    \"subjicible\": \"Imeri\",\n    \"subjoin\": \"dị n'okpuru\",\n    \"subjoinder\": \"dị n'okpuru\",\n    \"subjoined\": \"subjojo\",\n    \"subjoining\": \"na-esonye\",\n    \"subjoint\": \"dị n'okpuru\",\n    \"subjudge\": \"subgam\",\n    \"subjudgeship\": \"ikpe-azụ\",\n    \"subjudicial\": \"onye ọchịchị\",\n    \"subjudicially\": \"subgamici\",\n    \"subjudiciary\": \"ngalaba okpuru\",\n    \"subjudiciaries\": \"okpuru\",\n    \"subjugable\": \"Imeri\",\n    \"subjugate\": \"merie\",\n    \"subjugated\": \"Emeri\",\n    \"subjugates\": \"Ndi edo n'okpuru\",\n    \"subjugating\": \"Na-achị\",\n    \"subjugation\": \"Mmeri\",\n    \"subjugator\": \"Subjugator\",\n    \"subjugators\": \"Ndị nọ n'okpuru\",\n    \"subjunct\": \"ndepụta\",\n    \"subjunction\": \"n'okpuru\",\n    \"subjunctive\": \"n'okpuru\",\n    \"subjunctively\": \"n'okpuru\",\n    \"subjunctives\": \"ihe ntinye\",\n    \"subjunior\": \"dị obere\",\n    \"subking\": \"subgbagha\",\n    \"subkingdoms\": \"subkingdom\",\n    \"sublaciniate\": \"okpu\",\n    \"sublayers\": \"ndị isi ala\",\n    \"sublanate\": \"wedata\",\n    \"sublanceolate\": \"ịdebanye aha\",\n    \"sublanguage\": \"asụsụ asụsụ\",\n    \"sublanguages\": \"asụsụ\",\n    \"sublate\": \"ịkọwa\",\n    \"sublated\": \"n'okpuru\",\n    \"sublateral\": \"obere okwu\",\n    \"sublates\": \"ederede\",\n    \"sublating\": \"na-asụgharị\",\n    \"sublation\": \"nkewa\",\n    \"sublative\": \"Ebere\",\n    \"sublattices\": \"Nkọwa\",\n    \"subleader\": \"onye na-ebu ihe\",\n    \"subleased\": \"kwadoro\",\n    \"subleases\": \"ihe ndozi\",\n    \"subleasing\": \"ịgba ụgwọ\",\n    \"sublecturer\": \"onye na-enye ihe nchịkwa\",\n    \"sublegislation\": \"izu ike\",\n    \"sublenticular\": \"dị mfe\",\n    \"sublessor\": \"okpuru\",\n    \"sublethal\": \"Sublethal\",\n    \"sublethally\": \"Sublethally\",\n    \"sublets\": \"ihe ngosi\",\n    \"sublettable\": \"Sublettable\",\n    \"subletter\": \"ihe mgbochi\",\n    \"subletting\": \"ịgba ụgwọ\",\n    \"sublevate\": \"gbanye\",\n    \"sublevation\": \"ịta ahụhụ\",\n    \"sublibrarian\": \"onye na-ejide onwe ya\",\n    \"sublibrarianship\": \"Onye nlekọta\",\n    \"sublicensed\": \"nyere ikikere\",\n    \"sublicenses\": \"ihe ndị ọzọ\",\n    \"sublicensing\": \"na -enye ndị ọzọ\",\n    \"sublid\": \"Dị ebube\",\n    \"sublieutenancy\": \"ndenye aha\",\n    \"subligation\": \"ntinye aka\",\n    \"sublimableness\": \"ndaba\",\n    \"sublimationist\": \"onye na-egwu egwu\",\n    \"sublimations\": \"ndaba\",\n    \"sublime\": \"magburu\",\n    \"sublimeness\": \"ịdị ala\",\n    \"sublimes\": \"Ekele\",\n    \"subliminally\": \"n'usoro\",\n    \"sublimity\": \"ihe nzuzo\",\n    \"sublimities\": \"ihe nchịkwa\",\n    \"sublimize\": \"wedata\",\n    \"sublineation\": \"ndepụta aha\",\n    \"sublingual\": \"Asụsụ\",\n    \"sublist\": \"ndepụta aha\",\n    \"sublists\": \"ndetu\",\n    \"subliterature\": \"mpempe akwụkwọ\",\n    \"sublunary\": \"mpako\",\n    \"sublunate\": \"Dị ebube\",\n    \"sublunated\": \"Dịkwa\",\n    \"sublustrous\": \"dị ebube\",\n    \"sublustrously\": \"na-egosi\",\n    \"sublustrousness\": \"ldị ebube\",\n    \"subluxation\": \"nlebara anya\",\n    \"submachine\": \"igwe\",\n    \"submaid\": \"odibo\",\n    \"submain\": \"edobe\",\n    \"submakroskelic\": \"Onyinyechi\",\n    \"subman\": \"onye okpuru\",\n    \"submanagership\": \"nchịkwa n'okpuru\",\n    \"submanic\": \"okpuru\",\n    \"submanor\": \"okpuru\",\n    \"submarginal\": \"okpuru\",\n    \"submarginate\": \"okpuru\",\n    \"submargined\": \"okpuru\",\n    \"submarine\": \"okpuru mmiri\",\n    \"submarined\": \"okpuru\",\n    \"submariner\": \"okpuru mmiri\",\n    \"submariners\": \"Ndi okpuru mmiri\",\n    \"submarines\": \"ụgbọ okpuru mmiri\",\n    \"submarining\": \"okpuru\",\n    \"submarinism\": \"okpuru okpuru mmiri\",\n    \"submarinist\": \"Onye okpuru mmiri\",\n    \"submaster\": \"onye nchịkwa\",\n    \"submatrices\": \"okpuru\",\n    \"submeaning\": \"izu ụka\",\n    \"submedially\": \"yana nkewa\",\n    \"submedian\": \"Omenala\",\n    \"submediant\": \"dị n'okpuru\",\n    \"submediation\": \"edozi\",\n    \"submeeting\": \"itinye ngalaba\",\n    \"submembers\": \"submembere\",\n    \"submen\": \"ndị ọrụ ntanetị\",\n    \"submerge\": \"mikpuo\",\n    \"submerged\": \"mikpuru\",\n    \"submergement\": \"Gbanye\",\n    \"submergences\": \"submergence\",\n    \"submerges\": \"mikpuru\",\n    \"submergibility\": \"ikike\",\n    \"submerging\": \"Na-emikpu\",\n    \"submerse\": \"mikpuo n’ime mmiri\",\n    \"submersed\": \"mikpuru\",\n    \"submerses\": \"mikpuru\",\n    \"submersibility\": \"Ndabere\",\n    \"submersibles\": \"Submersibles\",\n    \"submersing\": \"Na-egwu mmiri\",\n    \"submersion\": \"Mmiri mmiri\",\n    \"submersions\": \"Mmiri\",\n    \"submetallic\": \"submetallik\",\n    \"submeter\": \"submeta\",\n    \"submetering\": \"submeta\",\n    \"submicron\": \"okpuru mmiri\",\n    \"submicroscopic\": \"ihe mgbochi mmiri\",\n    \"subminiaturizing\": \"na-edozi ahụ\",\n    \"subminimal\": \"okpu\",\n    \"subministrant\": \"okpuru\",\n    \"submiss\": \"nrubeisi\",\n    \"submissible\": \"edo onwe ya n'okpuru\",\n    \"submission\": \"nrubeisi\",\n    \"submissionist\": \"onye na-edo onwe ya n'okpuru\",\n    \"submissions\": \"nnyefe\",\n    \"submissit\": \"nrubeisi\",\n    \"submissive\": \"edo onwe anyi n'okpuru\",\n    \"submissively\": \"nrubeisi\",\n    \"submissiveness\": \"edo onwe anyị n'okpuru\",\n    \"submissly\": \"n'okpuru\",\n    \"submissness\": \"nrubeisi\",\n    \"submit\": \"edo onwe ha n'okpuru\",\n    \"submytilacea\": \"okpuru\",\n    \"submitochondrial\": \"mmmmmmmmmmmmm\",\n    \"submits\": \"nyefere\",\n    \"submittal\": \"Ntinye\",\n    \"submittance\": \"nnyefe\",\n    \"submitted\": \"rubere\",\n    \"submitter\": \"nyefere\",\n    \"submitting\": \"na-edozi\",\n    \"submittingly\": \"rubere isi\",\n    \"submodules\": \"submodul\",\n    \"submonition\": \"submonth\",\n    \"submortgage\": \"nnyefe\",\n    \"submountain\": \"okpuru mmiri\",\n    \"submultiplexed\": \"mebiri emebi\",\n    \"submuriate\": \"merie\",\n    \"submuscular\": \"okpuru\",\n    \"subnacreous\": \"okpu mmiri\",\n    \"subnatural\": \"nke eke\",\n    \"subnaturalness\": \"ihe omuma\",\n    \"subnect\": \"megharia\",\n    \"subness\": \"ịdị umeala n'obi\",\n    \"subnetwork\": \"ntanetị\",\n    \"subnetworks\": \"ntanetị\",\n    \"subneural\": \"okpuru\",\n    \"subnitrate\": \"wedata\",\n    \"subnitrated\": \"n'okpuru\",\n    \"subniveal\": \"enweghi ike\",\n    \"subnodes\": \"okpuru\",\n    \"subnodulous\": \"enweghị ọgụgụ isi\",\n    \"subnormality\": \"ihe ojoo\",\n    \"subnotation\": \"ndepụta okwu\",\n    \"subnote\": \"nkọwa\",\n    \"subnude\": \"okpuru\",\n    \"subnumber\": \"nọmba nọmba\",\n    \"subnutritious\": \"edozi\",\n    \"subnutritiousness\": \"subnutritritness\",\n    \"subnuvolar\": \"okpuru\",\n    \"suboblique\": \"sub oblique\",\n    \"subobliquely\": \"sub obliquely\",\n    \"subobliqueness\": \"izu\",\n    \"subobtusely\": \"sub obtusely\",\n    \"subobtuseness\": \"sub obtuseness\",\n    \"suboceanic\": \"mmmmmmmmmmmmm\",\n    \"subocular\": \"dị adị\",\n    \"subocularly\": \"n'adịghị\",\n    \"subofficer\": \"onyekwado\",\n    \"subofficers\": \"ndiegwu\",\n    \"subofficial\": \"nkịtị\",\n    \"subopaqueness\": \"Subopaqueness\",\n    \"subopercle\": \"Okechukwu\",\n    \"suboppositely\": \"n'ụzọ doro anya\",\n    \"suboppositeness\": \"ịdị adị\",\n    \"suboptical\": \"dị egwu\",\n    \"suboptically\": \"n'obere\",\n    \"suboral\": \"Nkechi\",\n    \"suborders\": \"ịda mba\",\n    \"subordinacy\": \"n'okpuru\",\n    \"subordinary\": \"pụrụ iche\",\n    \"subordinaries\": \"ndi nọ n’okpuru\",\n    \"subordinate\": \"eburu\",\n    \"subordinated\": \"edoro\",\n    \"subordinately\": \"n'okpuru\",\n    \"subordinateness\": \"nke dị obere\",\n    \"subordinates\": \"nọ n'okpuru\",\n    \"subordinating\": \"na-edochi\",\n    \"subordinatingly\": \"subordinating\",\n    \"subordination\": \"edo onwe anyị n'okpuru\",\n    \"subordinationism\": \"ịnọ n'okpuru\",\n    \"subordinationist\": \"onye na-edo onwe ya n'okpuru\",\n    \"subordinations\": \"ntinye\",\n    \"subordinative\": \"n'okpuru\",\n    \"suborn\": \"gbadoro\",\n    \"subornation\": \"ihe nzuzo\",\n    \"subornations\": \"ntinye\",\n    \"subornative\": \"na-egosi\",\n    \"suborned\": \"dị n’okpuru\",\n    \"suborner\": \"onye ozo\",\n    \"suborners\": \"ndi ozo\",\n    \"suborning\": \"orgbanye\",\n    \"suborns\": \"okpuru\",\n    \"subovate\": \"gbanwuru\",\n    \"subovated\": \"agbakwunyere\",\n    \"suboverseer\": \"onyekwado\",\n    \"subpackage\": \"mpempe akwụkwọ\",\n    \"subpalmate\": \"nke dị n'okpuru\",\n    \"subpanation\": \"okpuru\",\n    \"subpanel\": \"okpuru\",\n    \"subparagraph\": \"paragraf\",\n    \"subparagraphs\": \"paragraf\",\n    \"subparallel\": \"dị n'okpuru\",\n    \"subparameter\": \"subparamita\",\n    \"subparliament\": \"omeiwu nta\",\n    \"subpart\": \"obere akụkụ\",\n    \"subparty\": \"obere ụlọ\",\n    \"subparties\": \"subparti\",\n    \"subpartition\": \"nkewa\",\n    \"subpartitioned\": \"nkewa\",\n    \"subpartitionment\": \"nkewa\",\n    \"subpartnership\": \"ọrụ aka\",\n    \"subparts\": \"okpuru\",\n    \"subpass\": \"gafere\",\n    \"subpassage\": \"uzo ozo\",\n    \"subpastorship\": \"nchịkwa ọrụ\",\n    \"subpatron\": \"onye nlekọta\",\n    \"subpatroness\": \"sub patroness\",\n    \"subpattern\": \"ntinye\",\n    \"subpavement\": \"sub pavment\",\n    \"subpectinate\": \"okpuru\",\n    \"subpectinated\": \"edo edo\",\n    \"subpectination\": \"nrube isi\",\n    \"subpectoral\": \"edobe isi\",\n    \"subpedunculated\": \"subpeduculata\",\n    \"subpeltated\": \"subpeltị\",\n    \"subpeltately\": \"subpeltably\",\n    \"subpena\": \"ntinye\",\n    \"subpenaed\": \"kpọọ\",\n    \"subpenaing\": \"ịkpọ akwụkwọ\",\n    \"subpenas\": \"subpoenas\",\n    \"subpentagonal\": \"okpuru mmiri\",\n    \"subpentangular\": \"subquangular\",\n    \"subpermanent\": \"dị n'okpuru\",\n    \"subpetiolar\": \"okpuru\",\n    \"subpetiolate\": \"okpuru\",\n    \"subpetiolated\": \"okpuru\",\n    \"subpetrosal\": \"okpuru\",\n    \"subphases\": \"mkpụrụedemede\",\n    \"subphratry\": \"mpempe akwụkwọ\",\n    \"subphratries\": \"mpempe akwụkwọ\",\n    \"subpial\": \"nkekere\",\n    \"subpyramidal\": \"sub pyramidal\",\n    \"subpyramidic\": \"sub pyramidic\",\n    \"subpyramidical\": \"sub pyramidical\",\n    \"subplacenta\": \"okpuru\",\n    \"subplacentae\": \"okpuru\",\n    \"subplacental\": \"nke nwere ike\",\n    \"subplacentas\": \"okpuru\",\n    \"subplant\": \"ihe ntinye\",\n    \"subplate\": \"depụta\",\n    \"subplexal\": \"ihe mgbagwoju anya\",\n    \"subplots\": \"okpuru mmiri\",\n    \"subpoena\": \"kpọọ\",\n    \"subpoenaed\": \"zitere anyị akwụkwọ\",\n    \"subpoenaing\": \"ịkpọ akwụkwọ\",\n    \"subpool\": \"okpuru\",\n    \"subpools\": \"okpuru mmiri\",\n    \"subpopulations\": \"ọnụọgụgụ\",\n    \"subporphyritic\": \"subporphyritic adịghị\",\n    \"subport\": \"ọdụ ụgbọ mmiri\",\n    \"subpotency\": \"ikike\",\n    \"subpotencies\": \"ikike\",\n    \"subpotent\": \"dị ike\",\n    \"subpreceptor\": \"ihe nchịkwa\",\n    \"subpredication\": \"ịkọwapụta\",\n    \"subpredicative\": \"dị n'okpuru\",\n    \"subprehensile\": \"sub prehensile\",\n    \"subprehensility\": \"Enwere ike ijide onwe gị\",\n    \"subpreputial\": \"ntinye ederede\",\n    \"subpress\": \"igbochi\",\n    \"subprimary\": \"ngalaba\",\n    \"subprincipals\": \"ngalaba okpuru\",\n    \"subprior\": \"dị obere\",\n    \"subprioress\": \"onye isi ala\",\n    \"subpriorship\": \"nchịkwa\",\n    \"subproblem\": \"nsogbu\",\n    \"subprocesses\": \"usoro\",\n    \"subproctorship\": \"ntinye aka\",\n    \"subproduct\": \"ngwaahịa\",\n    \"subprofessional\": \"ọkachamara\",\n    \"subprofessionally\": \"subprofessally\",\n    \"subprofessorship\": \"okpuru\",\n    \"subprofitable\": \"bara uru\",\n    \"subprofitableness\": \"bara uru\",\n    \"subprofitably\": \"n'enyemaka\",\n    \"subprograms\": \"subprogram\",\n    \"subprotector\": \"onye nchekwa\",\n    \"subprotectorship\": \"subprotectorhip\",\n    \"subprovince\": \"n'okpuru\",\n    \"subprovinces\": \"mpaghara\",\n    \"subpubescent\": \"dị n'okpuru\",\n    \"subpurchaser\": \"onye ọchụnta ego\",\n    \"subputation\": \"ntinye aka\",\n    \"subquadrate\": \"subquadeta\",\n    \"subquality\": \"nke pere mpe\",\n    \"subqualities\": \"okpuru\",\n    \"subquarter\": \"nke dị n'okpuru\",\n    \"subquestion\": \"ajuju\",\n    \"subqueues\": \"ihe omimi\",\n    \"subra\": \"dị n'okpuru\",\n    \"subraces\": \"akara\",\n    \"subradiance\": \"nchịkwa\",\n    \"subradiancy\": \"okpuru\",\n    \"subradical\": \"dị n'okpuru\",\n    \"subradicalness\": \"nchịkwa\",\n    \"subradicness\": \"Nkwenye\",\n    \"subrail\": \"dị n'okpuru\",\n    \"subrailway\": \"ụzọ ụgbọ oloko\",\n    \"subramous\": \"dị egwu\",\n    \"subrange\": \"gosi\",\n    \"subranges\": \"n'okpuru\",\n    \"subrebellion\": \"inupụ isi\",\n    \"subrectal\": \"adabaghị\",\n    \"subrectangular\": \"subquangular\",\n    \"subrector\": \"ihe n'okpuru\",\n    \"subrectories\": \"ngalaba\",\n    \"subreference\": \"nleda anya\",\n    \"subregent\": \"n'okpuru\",\n    \"subregions\": \"nchịkwa\",\n    \"subrent\": \"dị n'okpuru\",\n    \"subrents\": \"okpuru\",\n    \"subrepent\": \"dị aghụghọ\",\n    \"subreport\": \"ntinye akwụkwọ\",\n    \"subreptary\": \"zụrụ\",\n    \"subreptitious\": \"dị aghụghọ\",\n    \"subreptitiously\": \"na-egosi na\",\n    \"subreptive\": \"dị aghụghọ\",\n    \"subresults\": \"aghụghọ\",\n    \"subretinal\": \"dị n'okpuru\",\n    \"subretractile\": \"dị aghụghọ\",\n    \"subrhomboidal\": \"okpuru\",\n    \"subrictal\": \"nke okpuru\",\n    \"subrident\": \"nwere ikike\",\n    \"subridently\": \"n'ụzọ doro anya\",\n    \"subrigidity\": \"okpuru mmiri\",\n    \"subrigidly\": \"n'agha\",\n    \"subring\": \"inye iwu\",\n    \"subrings\": \"inye iwu\",\n    \"subrisive\": \"subrisis\",\n    \"subrisory\": \"subisịri\",\n    \"subrogate\": \"subrogation\",\n    \"subrogating\": \"subrogation\",\n    \"subroot\": \"okpuru\",\n    \"subrotund\": \"subotu\",\n    \"subrotundity\": \"ikike\",\n    \"subrotundly\": \"n'agha\",\n    \"subrotundness\": \"ịba ụba\",\n    \"subround\": \"okpuru mmiri\",\n    \"subroutining\": \"subroutoro\",\n    \"subrule\": \"chiru\",\n    \"subruler\": \"onye nrube isi\",\n    \"subrules\": \"dị n'okpuru\",\n    \"subs\": \"gbadoro\",\n    \"subsaline\": \"ụtụ\",\n    \"subsalinity\": \"okpu\",\n    \"subsalt\": \"dozie\",\n    \"subsample\": \"ndenye\",\n    \"subsampled\": \"depụtara\",\n    \"subsampling\": \"Ntinye\",\n    \"subsartorial\": \"nkwado\",\n    \"subsatellite\": \"satịlaịtị\",\n    \"subsatiric\": \"ụtụ\",\n    \"subsatirical\": \"ụtụ\",\n    \"subsatirically\": \"sub satirically\",\n    \"subsatiricalness\": \"ụtụ\",\n    \"subsaturated\": \"tinyekwara\",\n    \"subsaturation\": \"ntinye\",\n    \"subscale\": \"ụtụ\",\n    \"subscapular\": \"ịkwụ ụgwọ\",\n    \"subscapulary\": \"ịkwụ ụgwọ\",\n    \"subscapularis\": \"ịkwụ ụgwọ\",\n    \"subschedule\": \"ụtụ\",\n    \"subschedules\": \"ụtụ\",\n    \"subschemas\": \"okpuru\",\n    \"subschool\": \"okpuru ulo\",\n    \"subscience\": \"ụtụ\",\n    \"subscleral\": \"okpuru\",\n    \"subsclerotic\": \"Onyeka Onwenu\",\n    \"subscribable\": \"kwụọ ụgwọ\",\n    \"subscribe\": \"denye aha\",\n    \"subscribed\": \"tụrụ ụtụ\",\n    \"subscriber\": \"debanyere aha\",\n    \"subscribers\": \"ndị debanyere aha\",\n    \"subscribership\": \"debanyere aha\",\n    \"subscribes\": \"debanye aha\",\n    \"subscribing\": \"na-edebanye aha\",\n    \"subscript\": \"ndenye aha\",\n    \"subscripted\": \"tụrụ ụtụ\",\n    \"subscripting\": \"Idenye aha\",\n    \"subscription\": \"ndenye aha\",\n    \"subscriptionist\": \"ndenye aha\",\n    \"subscriptions\": \"ndenye aha\",\n    \"subscriptive\": \"ndebanye aha\",\n    \"subscriptively\": \"na-edebanye aha\",\n    \"subscripts\": \"ndenye aha\",\n    \"subscripture\": \"debanye aha\",\n    \"subscrive\": \"denye aha\",\n    \"subscriver\": \"debanyere aha\",\n    \"subsecive\": \"subsection\",\n    \"subsecretary\": \"odeakwụkwọ odeakwụkwọ\",\n    \"subsecretarial\": \"subretretarial\",\n    \"subsecretaries\": \"ndị isi okpuru\",\n    \"subsecretaryship\": \"ntinye akwụkwọ\",\n    \"subsections\": \"ngalaba\",\n    \"subsects\": \"okpuru\",\n    \"subsecurity\": \"nchedo\",\n    \"subsecurities\": \"okpuru\",\n    \"subsecute\": \"gbachie\",\n    \"subsecutive\": \"nke edoro\",\n    \"subsegment\": \"nkebi\",\n    \"subsegments\": \"ngalaba\",\n    \"subsella\": \"nwekwaa\",\n    \"subsellia\": \"chiedozie\",\n    \"subsellium\": \"nnweta\",\n    \"subsemitone\": \"gbadoro\",\n    \"subsensation\": \"akwụ ụgwọ\",\n    \"subsense\": \"ụtụ\",\n    \"subsensible\": \"ụgwọ ọrụ\",\n    \"subsensual\": \"nwee nkwado\",\n    \"subsensually\": \"kwenye\",\n    \"subsensuous\": \"kwenye\",\n    \"subsensuously\": \"kwenye\",\n    \"subsensuousness\": \"nnabata\",\n    \"subseptate\": \"okpuru\",\n    \"subsequence\": \"na-esote\",\n    \"subsequences\": \"usoro\",\n    \"subsequency\": \"na-esote\",\n    \"subsequent\": \"sochirinụ\",\n    \"subsequential\": \"nke sochirinụ\",\n    \"subsequentially\": \"mechara\",\n    \"subsequently\": \"mechara\",\n    \"subsequentness\": \"ụdi\",\n    \"subsere\": \"bido\",\n    \"subseres\": \"ntinye\",\n    \"subseries\": \"Nweta\",\n    \"subserous\": \"nke subse\",\n    \"subserrate\": \"sọbaa\",\n    \"subserrated\": \"tinye n'ọrụ\",\n    \"subserve\": \"debe\",\n    \"subserved\": \"Idozi\",\n    \"subserves\": \"na-edo\",\n    \"subserviate\": \"mezuo\",\n    \"subservience\": \"nrube isi\",\n    \"subserviency\": \"ntinye\",\n    \"subservient\": \"dị n'okpuru\",\n    \"subserviently\": \"n'okpuru\",\n    \"subservientness\": \"ịdị umeala\",\n    \"subserving\": \"na-echekwa\",\n    \"subsesqui\": \"nnweta\",\n    \"subsessile\": \"nwee ike\",\n    \"subsets\": \"okpuru\",\n    \"subsetting\": \"subsetị\",\n    \"subshaft\": \"ịda mba\",\n    \"subshafts\": \"ụtụ\",\n    \"subshell\": \"ụtụ\",\n    \"subsheriff\": \"ndenye aha\",\n    \"subshire\": \"ụtụ\",\n    \"subshrub\": \"ụtụ\",\n    \"subshrubby\": \"Egbeda\",\n    \"subshrubs\": \"okpuru\",\n    \"subsibilance\": \"ndebanye aha\",\n    \"subsibilancy\": \"inye nkwado\",\n    \"subsibilant\": \"rekọba\",\n    \"subsibilantly\": \"ntinye\",\n    \"subsicive\": \"Osika\",\n    \"subside\": \"gbada\",\n    \"subsided\": \"talatara\",\n    \"subsidence\": \"enyemaka\",\n    \"subsidency\": \"enyemaka\",\n    \"subsident\": \"enyemaka\",\n    \"subsider\": \"talatara\",\n    \"subsiders\": \"ndị na-enyere onyinye\",\n    \"subsides\": \"ego enyemaka\",\n    \"subsidy\": \"enyemaka\",\n    \"subsidiary\": \"enyemaka\",\n    \"subsidiarie\": \"enyemaka\",\n    \"subsidiaries\": \"ndị enyemaka\",\n    \"subsidiarily\": \"enyemaka\",\n    \"subsidiariness\": \"ndị enyemaka\",\n    \"subsidies\": \"ego enyemaka\",\n    \"subsiding\": \"na-agbagha\",\n    \"subsidise\": \"inyeaka\",\n    \"subsidist\": \"enyemaka\",\n    \"subsidium\": \"enyemaka\",\n    \"subsidizable\": \"inye onyinye\",\n    \"subsidization\": \"nkwado ego\",\n    \"subsidizations\": \"onyinye\",\n    \"subsidize\": \"inye aka\",\n    \"subsidized\": \"akwadoro\",\n    \"subsidizer\": \"onye enyemaka\",\n    \"subsidizes\": \"na-enyere aka\",\n    \"subsidizing\": \"inye nkwado\",\n    \"subsign\": \"debanye aha\",\n    \"subsilicate\": \"dozie\",\n    \"subsilicic\": \"nkwado\",\n    \"subsill\": \"mejuputa\",\n    \"subsimian\": \"onye enyemaka\",\n    \"subsimilation\": \"ntinye\",\n    \"subsimious\": \"Enyemaka\",\n    \"subsimple\": \"ihe enyemaka\",\n    \"subsyndicate\": \"inye iwu\",\n    \"subsyndication\": \"iwu\",\n    \"subsynod\": \"okpuru\",\n    \"subsynodal\": \"okpuru\",\n    \"subsynodic\": \"okpuru\",\n    \"subsynodical\": \"na-elekọta mmadụ\",\n    \"subsynodically\": \"na-achịkwa\",\n    \"subsynovial\": \"Onyekwere\",\n    \"subsinuous\": \"azụ\",\n    \"subsist\": \"noro\",\n    \"subsisted\": \"gbadara\",\n    \"subsystem\": \"ihe ndozi\",\n    \"subsystems\": \"usoro\",\n    \"subsistence\": \"ihe e ji ebi ndụ\",\n    \"subsistency\": \"ndumodu\",\n    \"subsistent\": \"ihe enyere\",\n    \"subsistential\": \"dị mkpa\",\n    \"subsister\": \"debanye aha\",\n    \"subsisting\": \"na -eweta\",\n    \"subsistingly\": \"na-akwado\",\n    \"subsists\": \"na-agbatị\",\n    \"subsizarship\": \"sigbọ mmiri\",\n    \"subslot\": \"tinye\",\n    \"subslots\": \"okpuru\",\n    \"subsmile\": \"chiri egwu\",\n    \"subsneer\": \"okpuru\",\n    \"subsocially\": \"na-elekọta mmadụ\",\n    \"subsoiled\": \"okpuru\",\n    \"subsoiler\": \"okpuru mmiri\",\n    \"subsoils\": \"ala mmiri\",\n    \"subsonic\": \"nkem\",\n    \"subsonically\": \"na nzuzo\",\n    \"subsonics\": \"okpuru\",\n    \"subsort\": \"mekwaa\",\n    \"subsorter\": \"onye nkwado\",\n    \"subspace\": \"ebe nchekwa\",\n    \"subspaces\": \"uzo\",\n    \"subspatulate\": \"nyemaka\",\n    \"subspecialist\": \"onye enyemaka\",\n    \"subspecialization\": \"onyinye\",\n    \"subspecialize\": \"gbadoro iche\",\n    \"subspecialized\": \"ọpụrụiche\",\n    \"subspecializing\": \"ọtụ\",\n    \"subspecialty\": \"ụtụ isi\",\n    \"subspecialties\": \"iche iche\",\n    \"subspecies\": \"okpuru\",\n    \"subspecific\": \"okpu\",\n    \"subspecifically\": \"agbakọtara\",\n    \"subsphenoid\": \"nwegharia\",\n    \"subsphenoidal\": \"nwekwaa\",\n    \"subsphere\": \"mpaghara\",\n    \"subspheric\": \"gbadoro\",\n    \"subspherical\": \"nkwado\",\n    \"subspherically\": \"nkwado\",\n    \"subspinose\": \"nnuku\",\n    \"subspinous\": \"dị mfe\",\n    \"subspiral\": \"enyemaka\",\n    \"subspirally\": \"ugboro abụọ\",\n    \"subsplenial\": \"afọ iri\",\n    \"subspontaneous\": \"sub n'amaghi ama\",\n    \"subspontaneously\": \"sub spontaneously\",\n    \"subspontaneousness\": \"sub n'amaghi ama\",\n    \"subsquadron\": \"okpuru\",\n    \"subst\": \"ihe\",\n    \"substage\": \"akuku\",\n    \"substages\": \"ihe ndozi\",\n    \"substalagmite\": \"sub stalagmite\",\n    \"substalagmitic\": \"sub stalagmitik\",\n    \"substance\": \"umi\",\n    \"substanced\": \"bekee\",\n    \"substanceless\": \"abaghị uru\",\n    \"substances\": \"bekee\",\n    \"substanch\": \"enweta\",\n    \"substandard\": \"okpuru\",\n    \"substandardization\": \"ịrụ ọrụ nke ọma\",\n    \"substandardize\": \"ịkpachapụ anya\",\n    \"substandardized\": \"edozigharị\",\n    \"substandardizing\": \"na-edozi\",\n    \"substanially\": \"n'ụzọ\",\n    \"substant\": \"ọkpụrụkpụ\",\n    \"substantia\": \"ọkpụrụkpụ\",\n    \"substantiability\": \"ọkpụrụkpụ\",\n    \"substantiable\": \"ọkpụrụkpụ\",\n    \"substantial\": \"ọkpụrụkpụ\",\n    \"substantialia\": \"ọkpụrụkpụ\",\n    \"substantialism\": \"ọkpụrụkpụ\",\n    \"substantialist\": \"ọkpụrụkpụ\",\n    \"substantiality\": \"ọkpụrụkpụ\",\n    \"substantialization\": \"nkwenye\",\n    \"substantialize\": \"gosipụta\",\n    \"substantialized\": \"gosiputara\",\n    \"substantializing\": \"na-egosi\",\n    \"substantially\": \"n'ụzọ\",\n    \"substantiallying\": \"n'ụzọ bara ụba\",\n    \"substantialness\": \"ọkpụrụkpụ\",\n    \"substantiatable\": \"ọkpụrụkpụ\",\n    \"substantiate\": \"gosi\",\n    \"substantiated\": \"gosipụtara\",\n    \"substantiates\": \"na-egosi\",\n    \"substantiating\": \"na-egosi\",\n    \"substantiation\": \"Nkwenye\",\n    \"substantiations\": \"nkwenye\",\n    \"substantiative\": \"bara uru\",\n    \"substantiator\": \"ọkọnọ\",\n    \"substantify\": \"gosi\",\n    \"substantivally\": \"n'ụzọ zuru ezu\",\n    \"substantive\": \"bara uru\",\n    \"substantively\": \"n'ụzọ\",\n    \"substantiveness\": \"nkwenye\",\n    \"substantives\": \"ihe\",\n    \"substantivity\": \"ọkpụrụkpụ\",\n    \"substantivize\": \"kwado\",\n    \"substantivized\": \"kwenyere\",\n    \"substantivizing\": \"na-egosi\",\n    \"substantize\": \"ikwado\",\n    \"substation\": \"ọkpọ\",\n    \"substations\": \"ntụ\",\n    \"substernal\": \"subternal\",\n    \"substile\": \"ihe ọzọ\",\n    \"substyle\": \"ihe mgbakwunye\",\n    \"substituent\": \"nọchiri\",\n    \"substitutability\": \"ọkpụrụkpụ\",\n    \"substitutabilities\": \"ikike\",\n    \"substitutable\": \"gbanwere\",\n    \"substitute\": \"dochie\",\n    \"substituted\": \"dochie\",\n    \"substituter\": \"onye na-edochi\",\n    \"substitutes\": \"nọchiri\",\n    \"substituting\": \"na-anọchi\",\n    \"substitutingly\": \"n'ọnọdụ\",\n    \"substitution\": \"dochie anya\",\n    \"substitutional\": \"nnọchi\",\n    \"substitutionally\": \"n'ọnọdụ\",\n    \"substitutionary\": \"nnọchi\",\n    \"substitutions\": \"nnọchi\",\n    \"substitutive\": \"nọchiri\",\n    \"substitutively\": \"n'usoro\",\n    \"substore\": \"ihe ozo\",\n    \"substoreroom\": \"ime ụlọ\",\n    \"substory\": \"ihe ndozi\",\n    \"substories\": \"ihe okpu\",\n    \"substract\": \"mkpụrụ\",\n    \"substraction\": \"mwepu\",\n    \"substrat\": \"ihe ntinye\",\n    \"substrata\": \"ihe ntinye\",\n    \"substratal\": \"onye isi\",\n    \"substrate\": \"mkpụrụ\",\n    \"substrates\": \"mkpụrụ\",\n    \"substrative\": \"dị mkpa\",\n    \"substrator\": \"ihe ndozi\",\n    \"substratosphere\": \"Ebe nchekwa\",\n    \"substratospheric\": \"onyinye\",\n    \"substratum\": \"okpuru\",\n    \"substratums\": \"okpuru\",\n    \"substream\": \"n'okpuru\",\n    \"substriate\": \"isi\",\n    \"substriated\": \"gbadoro\",\n    \"substring\": \"eriri\",\n    \"substrings\": \"isi\",\n    \"substrstrata\": \"okpuru\",\n    \"substruct\": \"ihe\",\n    \"substruction\": \"ihe mmechi\",\n    \"substructional\": \"na-agbanwe agbanwe\",\n    \"substructural\": \"n'okpuru\",\n    \"substructure\": \"ihe ndozi\",\n    \"substructured\": \"gbanwere\",\n    \"substructures\": \"nrụpụta\",\n    \"subsulci\": \"iwu\",\n    \"subsulcus\": \"ụtụ\",\n    \"subsulfate\": \"gbasaa\",\n    \"subsulfid\": \"ụtụ\",\n    \"subsulfide\": \"gbasaa\",\n    \"subsulphate\": \"ụtụ\",\n    \"subsulphid\": \"ụtụ\",\n    \"subsulphide\": \"ụtụ\",\n    \"subsult\": \"nweta\",\n    \"subsultive\": \"Na-akwado\",\n    \"subsultory\": \"ụtụ\",\n    \"subsultorily\": \"ụtụ\",\n    \"subsultorious\": \"dị nkwado\",\n    \"subsultorysubsultus\": \"nnweta onyinye\",\n    \"subsultus\": \"ụtụ\",\n    \"subsume\": \"ibido\",\n    \"subsumed\": \"gbadata\",\n    \"subsumes\": \"gbasaa\",\n    \"subsuming\": \"nnabata\",\n    \"subsumption\": \"nnabata\",\n    \"subsumptive\": \"nkwado\",\n    \"subsuperficial\": \"ụtụ\",\n    \"subsuperficially\": \"ụtụ\",\n    \"subsuperficialness\": \"nnweta ụgwọ ọrụ\",\n    \"subsurety\": \"ụtụ\",\n    \"subsureties\": \"nkwenye\",\n    \"subsurface\": \"uzo\",\n    \"subsurfaces\": \"okpuru\",\n    \"subtacksman\": \"Onyeka Onwenu\",\n    \"subtacksmen\": \"subtackmen\",\n    \"subtangent\": \"subtang\",\n    \"subtasking\": \"subtashị\",\n    \"subtectacle\": \"nke dị n'okpuru\",\n    \"subteen\": \"iri na isii\",\n    \"subteener\": \"iri na isii\",\n    \"subtemperate\": \"na-edo onwe ya n'okpuru\",\n    \"subtenancy\": \"Nchịkọta\",\n    \"subtenancies\": \"ọrụ\",\n    \"subtenant\": \"onye ozo\",\n    \"subtenants\": \"ndi ozo\",\n    \"subtend\": \"wepụta\",\n    \"subtended\": \"doro\",\n    \"subtending\": \"na-edo onwe gị n'okpuru\",\n    \"subtends\": \"na-agbada\",\n    \"subtense\": \"ihe ndozi\",\n    \"subtenure\": \"ntinye\",\n    \"subtercelestial\": \"nke subtercelestial\",\n    \"subterfuge\": \"aghụghọ\",\n    \"subterhuman\": \"subteruman\",\n    \"subterjacent\": \"dị mfe\",\n    \"subtermarine\": \"okpuru mmiri\",\n    \"subterranean\": \"okpuru mmiri\",\n    \"subterraneanizing\": \"sụgharịa asụsụ ọzọ\",\n    \"subterraneanly\": \"okpuru mmiri\",\n    \"subterraneity\": \"ederede ederede\",\n    \"subterraneously\": \"subterraneous\",\n    \"subterraneousness\": \"edemede\",\n    \"subterrany\": \"subterranị\",\n    \"subterranity\": \"subterranị\",\n    \"subterritory\": \"nchịkwa\",\n    \"subterritories\": \"nchịkwa\",\n    \"subtersensual\": \"subterensual\",\n    \"subtersensuous\": \"edoziri\",\n    \"subtersuperlative\": \"subteruperlative\",\n    \"subtersurface\": \"subterurface\",\n    \"subtext\": \"isiokwu\",\n    \"subtexts\": \"okpuru\",\n    \"subthreshold\": \"n'ọnụ ụzọ\",\n    \"subthrill\": \"nke abụọ\",\n    \"subtile\": \"aghụghọ\",\n    \"subtilely\": \"aghụghọ\",\n    \"subtileness\": \"aghụghọ\",\n    \"subtiliate\": \"edozie\",\n    \"subtiliation\": \"nkewa\",\n    \"subtilisation\": \"aghụghọ\",\n    \"subtilise\": \"aghụghọ\",\n    \"subtilised\": \"aghụghọ\",\n    \"subtiliser\": \"aghụghọ\",\n    \"subtilising\": \"aghụghọ\",\n    \"subtilism\": \"aghụghọ\",\n    \"subtilist\": \"onye aghụghọ\",\n    \"subtilities\": \"ihe nchịkwa\",\n    \"subtilization\": \"nchịkwa\",\n    \"subtilize\": \"aghụghọ\",\n    \"subtilized\": \"ghọgburu\",\n    \"subtilizer\": \"fatịlaịza\",\n    \"subtilizing\": \"aghụghọ\",\n    \"subtilly\": \"aghụghọ\",\n    \"subtilty\": \"aghụghọ\",\n    \"subtilties\": \"ụzọ aghụghọ\",\n    \"subtypes\": \"ụdị dị iche iche\",\n    \"subtitle\": \"sobtaitel\",\n    \"subtitled\": \"tugharia\",\n    \"subtitles\": \"ndepụta okwu\",\n    \"subtitling\": \"sobtaitel\",\n    \"subtitular\": \"sobtaitel\",\n    \"subtle\": \"aghụghọ\",\n    \"subtlely\": \"aghụghọ\",\n    \"subtleness\": \"aghụghọ\",\n    \"subtler\": \"aghụghọ\",\n    \"subtlest\": \"aghụghọ\",\n    \"subtlety\": \"aghụghọ\",\n    \"subtleties\": \"ụzọ aghụghọ\",\n    \"subtly\": \"aghụghọ\",\n    \"subtone\": \"ụdaolu\",\n    \"subtones\": \"okpuru\",\n    \"subtonics\": \"okpuru\",\n    \"subtopic\": \"okpuru\",\n    \"subtopics\": \"okpuru\",\n    \"subtorrid\": \"okpuru\",\n    \"subtotaled\": \"edozi\",\n    \"subtotalling\": \"ngụkọta\",\n    \"subtotals\": \"okpuru\",\n    \"subtotem\": \"subtotal\",\n    \"subtower\": \"okpuru ulo\",\n    \"subtract\": \"wepụ\",\n    \"subtracted\": \"wepụrụ\",\n    \"subtracter\": \"subtractor\",\n    \"subtracting\": \"na-ewepu\",\n    \"subtraction\": \"mwepu\",\n    \"subtractions\": \"mwepu\",\n    \"subtractive\": \"wepụ\",\n    \"subtractors\": \"subtractor\",\n    \"subtracts\": \"mwepu\",\n    \"subtrahend\": \"mechie\",\n    \"subtray\": \"subita\",\n    \"subtranslucency\": \"subluchapụrụ\",\n    \"subtransparent\": \"okpuru\",\n    \"subtransparentness\": \"doro anya\",\n    \"subtransverse\": \"okpuru\",\n    \"subtreasurership\": \"nchịkwa okpuru\",\n    \"subtreasuries\": \"okpuru mmiri\",\n    \"subtrees\": \"chiri\",\n    \"subtrench\": \"subgbọ mmiri\",\n    \"subtribes\": \"okpuru\",\n    \"subtriplicate\": \"subtriplic\",\n    \"subtriplication\": \"subtrip\",\n    \"subtriquetrous\": \"nwere ikike\",\n    \"subtrousers\": \"subt sita\",\n    \"subtrunk\": \"subtret\",\n    \"subtunics\": \"okpuru mmiri\",\n    \"subtunnel\": \"okpuru mmiri\",\n    \"subturbary\": \"subtartar\",\n    \"subtutor\": \"onye nlekọta\",\n    \"subtutorship\": \"ọrụ\",\n    \"subtwined\": \"subtwind\",\n    \"subulated\": \"doro anya\",\n    \"subultimate\": \"aghụghọ\",\n    \"subumbellate\": \"subembulu\",\n    \"subumbellated\": \"Gbanyụọ\",\n    \"subumbelliferous\": \"subembelliferous\",\n    \"subumbral\": \"okpuru\",\n    \"subunequal\": \"dị n'okpuru\",\n    \"subunequally\": \"subunequune\",\n    \"subunequalness\": \"ịdị ike\",\n    \"subungulate\": \"chịkwaa\",\n    \"subunit\": \"okpuru\",\n    \"subunits\": \"okpuru\",\n    \"suburb\": \"mpaghara\",\n    \"suburbanhood\": \"ime obodo\",\n    \"suburbanising\": \"ime obodo\",\n    \"suburbanity\": \"ime obodo\",\n    \"suburbanization\": \"nchịkwa obodo\",\n    \"suburbanize\": \"nchịkwa\",\n    \"suburbanized\": \"onye igbo\",\n    \"suburbanizing\": \"igbanwe\",\n    \"suburbanly\": \"suburban\",\n    \"suburbans\": \"suburban\",\n    \"suburbed\": \"mpaghara\",\n    \"suburbican\": \"dịpụrụ adịpụ\",\n    \"suburbicarian\": \"onye igbo\",\n    \"suburbs\": \"ala ịta ahịhịa\",\n    \"subvaluation\": \"nyocha\",\n    \"subvariety\": \"dị iche iche\",\n    \"subvarieties\": \"okpu\",\n    \"subvene\": \"mebie\",\n    \"subvened\": \"chịkọta\",\n    \"subvenes\": \"na-egosi\",\n    \"subvening\": \"na-agbakwunye\",\n    \"subvenize\": \"mezie\",\n    \"subvention\": \"nnyefe\",\n    \"subventionary\": \"enyere\",\n    \"subventioned\": \"nyere\",\n    \"subventionize\": \"na-edozi\",\n    \"subventions\": \"ntinye\",\n    \"subventitious\": \"dị iche iche\",\n    \"subventive\": \"dị aghụghọ\",\n    \"subventral\": \"nke asaa\",\n    \"subventrally\": \"subventally\",\n    \"subventricous\": \"dị njọ\",\n    \"subversal\": \"Mgbanwe\",\n    \"subverse\": \"ihe odide\",\n    \"subversed\": \"Na-agbagha\",\n    \"subversion\": \"Mgbanwe\",\n    \"subversions\": \"Mmeghari\",\n    \"subversive\": \"Na-emebi emebi\",\n    \"subversively\": \"n'ụzọ aghụghọ\",\n    \"subversiveness\": \"Mgbanwe\",\n    \"subversives\": \"Nkwado\",\n    \"subversivism\": \"nkwanye ugwu\",\n    \"subvert\": \"zọgharia\",\n    \"subverted\": \"Gburugburu\",\n    \"subverter\": \"ihe ntụgharị\",\n    \"subvertically\": \"n'ụzọ aghụghọ\",\n    \"subverticalness\": \"nkwanye ugwu\",\n    \"subverts\": \"Gbanyụọ\",\n    \"subvestment\": \"ntinye aka\",\n    \"subvitalized\": \"doro anya\",\n    \"subvitreous\": \"dị egwu\",\n    \"subvitreousness\": \"subitiva\",\n    \"subvocally\": \"n'ụzọ doro anya\",\n    \"subway\": \"ụzọ ụgbọ oloko\",\n    \"subways\": \"ụzọ ụgbọ oloko\",\n    \"subwar\": \"ụzọ ụgbọ oloko\",\n    \"subwarden\": \"Gbanwee\",\n    \"subwardenship\": \"ntinye ọrụ\",\n    \"subwater\": \"okpuru mmiri\",\n    \"subworker\": \"onye oru\",\n    \"subworkman\": \"onye oru\",\n    \"subworkmen\": \"ndị ọrụ aka\",\n    \"succedaneous\": \"ọdachi\",\n    \"succedent\": \"nyefere\",\n    \"succeed\": \"merie\",\n    \"succeedable\": \"nwee ihe ịga nke ọma\",\n    \"succeeded\": \"gara nke ọma\",\n    \"succeeder\": \"merie\",\n    \"succeeders\": \"ihe ịga nke ọma\",\n    \"succeeding\": \"emechi\",\n    \"succeedingly\": \"nwee ihe ịga nke ọma\",\n    \"succeeds\": \"ihe ịga nke ọma\",\n    \"succent\": \"nyeere aka\",\n    \"succentor\": \"onye enyemaka\",\n    \"succenturiate\": \"nyefere\",\n    \"succenturiation\": \"nyefere\",\n    \"succes\": \"ihe ịga nke ọma\",\n    \"succesful\": \"ịga nke ọma\",\n    \"succesive\": \"nke soje\",\n    \"success\": \"ihe ịga nke ọma\",\n    \"successes\": \"merie\",\n    \"successful\": \"ịga nke ọma\",\n    \"successfully\": \"ịga nke ọma\",\n    \"successfulness\": \"ihe ịga nke ọma\",\n    \"succession\": \"inwe\",\n    \"successional\": \"osote\",\n    \"successionally\": \"n'usoro\",\n    \"successionist\": \"onye osote\",\n    \"successionless\": \"enweghị\",\n    \"successions\": \"ihe ịga nke ọma\",\n    \"successive\": \"nke soje\",\n    \"successively\": \"na-aga nke ọma\",\n    \"successiveness\": \"ihe sochiri\",\n    \"successivity\": \"ihe ịga nke ọma\",\n    \"successless\": \"enweghị ihe ịga nke ọma\",\n    \"successlessly\": \"enweghị isi\",\n    \"successlessness\": \"enweghị ihe ịga nke ọma\",\n    \"successor\": \"nọchiri\",\n    \"successoral\": \"osote\",\n    \"successory\": \"ihe ịga nke ọma\",\n    \"successors\": \"ndị na-anọchi ya\",\n    \"successorship\": \"nnọchi\",\n    \"succiferous\": \"nye aka\",\n    \"succinate\": \"dị nkenke\",\n    \"succinct\": \"nkenke\",\n    \"succincter\": \"nwekpu\",\n    \"succinctest\": \"pere mpe\",\n    \"succinctly\": \"nkenke\",\n    \"succinctness\": \"nkenke\",\n    \"succinctory\": \"nkenke\",\n    \"succiniferous\": \"obi ụtọ\",\n    \"succinite\": \"nwee obi ike\",\n    \"succinous\": \"dị nkenke\",\n    \"succise\": \"nye aka\",\n    \"succivorous\": \"na-aga nke ọma\",\n    \"succor\": \"nye aka\",\n    \"succored\": \"nyeere aka\",\n    \"succorers\": \"ndị na-akwado ya\",\n    \"succorful\": \"nye aka\",\n    \"succory\": \"nnyefe\",\n    \"succories\": \"uru\",\n    \"succoring\": \"na-enyere gị aka\",\n    \"succorless\": \"enweghị ike\",\n    \"succors\": \"ndi ozo\",\n    \"succose\": \"gbakwunye\",\n    \"succour\": \"nye aka\",\n    \"succourable\": \"nyemaka\",\n    \"succoured\": \"kwadoro\",\n    \"succouring\": \"izu ike\",\n    \"succours\": \"obere oge\",\n    \"succous\": \"ga-enyere aka\",\n    \"succubous\": \"dị mfe\",\n    \"succudry\": \"akuko\",\n    \"succulence\": \"ndozi\",\n    \"succulency\": \"nnyemaka\",\n    \"succulencies\": \"ihe enyemaka\",\n    \"succulent\": \"ga-atọ ụtọ\",\n    \"succulentness\": \"succulent\",\n    \"succulents\": \"ndị dị ndụ\",\n    \"succulous\": \"dikwa nma\",\n    \"succumb\": \"dakwasị anyị\",\n    \"succumbed\": \"ọduọ\",\n    \"succumbence\": \"ntụkwasị obi\",\n    \"succumbency\": \"iduhie\",\n    \"succumbent\": \"dabere\",\n    \"succumber\": \"nwụrụ\",\n    \"succumbers\": \"tụgburu\",\n    \"succumbing\": \"ayak idem ọnọ\",\n    \"succumbs\": \"akpịrị\",\n    \"succursal\": \"enye aka\",\n    \"succursale\": \"ụzọ mgbapụ\",\n    \"succussation\": \"ogbugbu\",\n    \"succussatory\": \"na-enye afọ ojuju\",\n    \"succussed\": \"amaara\",\n    \"succussing\": \"na-akwado\",\n    \"succussion\": \"ajuju\",\n    \"succussive\": \"na-arụ ọrụ\",\n    \"such\": \"dị ka\",\n    \"suchlike\": \"dị ka\",\n    \"suchness\": \"ịdị ọcha\",\n    \"suchnesses\": \"ụdị ọrịa\",\n    \"suchwise\": \"N'otu aka ahụ\",\n    \"suck\": \"inu\",\n    \"suckable\": \"ara\",\n    \"suckage\": \"inu ara\",\n    \"sucked\": \"inuo\",\n    \"sucken\": \"nuo\",\n    \"suckener\": \"inu ara\",\n    \"sucker\": \"ọkpọ\",\n    \"suckered\": \"merie\",\n    \"suckerfish\": \"Sucker azụ\",\n    \"suckerfishes\": \"Sucker azụ\",\n    \"suckering\": \"inu ara\",\n    \"suckerlike\": \"dị ka ọkpọ\",\n    \"suckers\": \"ndị na-a sucụ mmanya\",\n    \"sucket\": \"kootu\",\n    \"suckfishes\": \"Suckfish\",\n    \"suckhole\": \"ckụrụ mmiri\",\n    \"sucking\": \"na-a suụ ara\",\n    \"suckle\": \"inu ara\",\n    \"suckled\": \"ara\",\n    \"suckler\": \"inu ara\",\n    \"sucklers\": \"ndị na-ackụ ara\",\n    \"suckles\": \"ara\",\n    \"suckless\": \"ara\",\n    \"suckling\": \"inu ara\",\n    \"sucklings\": \"ụmụ ara\",\n    \"sucks\": \"eme nzuzu\",\n    \"suckstone\": \"Suckstone\",\n    \"suclat\": \"Ogbe\",\n    \"sucrase\": \"Ijeagha\",\n    \"sucrases\": \"Adaeze\",\n    \"sucrate\": \"mezuo\",\n    \"sucre\": \"mezuo\",\n    \"sucres\": \"na-aga nke ọma\",\n    \"sucrier\": \"onye na-ede ihe\",\n    \"sucriers\": \"ndị na-ede ede\",\n    \"sucroacid\": \"Nwachukwu\",\n    \"sucrose\": \"Nwabueze\",\n    \"sucroses\": \"Ndia\",\n    \"suction\": \"mmiri\",\n    \"suctions\": \"mmiri\",\n    \"suctoria\": \"Suctoria\",\n    \"suctorial\": \"ndigbako\",\n    \"suctorian\": \"onyekwado\",\n    \"suctorious\": \"dị ukwuu\",\n    \"sucury\": \"nnọchi\",\n    \"sudanian\": \"ashịanị\",\n    \"sudate\": \"zọọ\",\n    \"sudation\": \"isi\",\n    \"sudations\": \"sudị\",\n    \"sudatory\": \"zụọ ahịa\",\n    \"sudatories\": \"Ihe anwuru\",\n    \"sudden\": \"na mberede\",\n    \"suddenly\": \"na mberede\",\n    \"suddenness\": \"na mberede\",\n    \"suddenty\": \"na mberede\",\n    \"sudder\": \"zọọ\",\n    \"sude\": \"n'akụkụ\",\n    \"sudes\": \"sudds\",\n    \"sudic\": \"sudị\",\n    \"sudoriferous\": \"iheanyichukwu\",\n    \"sudoriferousness\": \"akuku\",\n    \"sudorous\": \"dị mma\",\n    \"sudsers\": \"suds\",\n    \"sudses\": \"suds\",\n    \"sudsiest\": \"kasị dị mfe\",\n    \"sudsing\": \"suds\",\n    \"sudsless\": \"enweghị sudsless\",\n    \"sudsman\": \"Sudsman\",\n    \"sudsmen\": \"ndi suds\",\n    \"sue\": \"kpọpụ\",\n    \"sued\": \"gbara akwụkwọ\",\n    \"sueded\": \"gbara akwụkwọ\",\n    \"suedes\": \"gbara akwụkwọ\",\n    \"suedine\": \"Suedine\",\n    \"suerte\": \"Suerte\",\n    \"suessiones\": \"oge\",\n    \"suets\": \"suut\",\n    \"suevian\": \"Suevian\",\n    \"suevic\": \"Suevic\",\n    \"suff\": \"Gaa\",\n    \"suffari\": \"Suari\",\n    \"suffaris\": \"Suaris\",\n    \"suffect\": \"zuru ezu\",\n    \"suffection\": \"afọ\",\n    \"suffer\": \"ahụhụ\",\n    \"sufferable\": \"enweghi ike\",\n    \"sufferableness\": \"ike zuru oke\",\n    \"sufferably\": \"n'ụzọ\",\n    \"sufferance\": \"ndidi\",\n    \"sufferant\": \"nwee ndidi\",\n    \"suffered\": \"tara ahụhụ\",\n    \"sufferer\": \"na-arịa ọrịa\",\n    \"sufferers\": \"ndị na-arịa ọrịa\",\n    \"suffering\": \"na-ata ahụhụ\",\n    \"sufferingly\": \"na-ata ahụhụ\",\n    \"sufferings\": \"ahụhụ\",\n    \"suffers\": \"na-ata ahụhụ\",\n    \"suffete\": \"zuru\",\n    \"suffetes\": \"zuru ezu\",\n    \"suffice\": \"ezuo\",\n    \"sufficeable\": \"zuru\",\n    \"sufficed\": \"zuru\",\n    \"sufficer\": \"zuru ezu\",\n    \"sufficers\": \"na-ata ahụhụ\",\n    \"suffices\": \"ezuola\",\n    \"sufficience\": \"zuru ezu\",\n    \"sufficiency\": \"zuru ezu\",\n    \"sufficiencies\": \"zuru ezu\",\n    \"sufficient\": \"ezu\",\n    \"sufficiently\": \"zuru ezu\",\n    \"sufficientness\": \"zuru ezu\",\n    \"sufficing\": \"na-ezuru\",\n    \"sufficingly\": \"zuru ezu\",\n    \"sufficingness\": \"zuru ezu\",\n    \"suffiction\": \"ojuju\",\n    \"suffisance\": \"ihe zuru ezu\",\n    \"suffisant\": \"ezuola\",\n    \"suffixation\": \"nsị\",\n    \"suffixion\": \"njupụta\",\n    \"suffixment\": \"mmeju\",\n    \"sufflaminate\": \"zuru ezu\",\n    \"sufflamination\": \"zuru ezu\",\n    \"sufflate\": \"zuo\",\n    \"sufflated\": \"zuru\",\n    \"sufflates\": \"ezuola\",\n    \"sufflating\": \"na-agbasi\",\n    \"sufflation\": \"ojuju\",\n    \"sufflue\": \"zuo\",\n    \"suffocate\": \"iku ume\",\n    \"suffocated\": \"iku ume\",\n    \"suffocates\": \"na-agbachi ume\",\n    \"suffocating\": \"iku ume\",\n    \"suffocatingly\": \"n’ikpo ume\",\n    \"suffocation\": \"iku ume\",\n    \"suffocative\": \"suffoative\",\n    \"suffolk\": \"zuru ezu\",\n    \"suffragan\": \"zuru\",\n    \"suffraganal\": \"zuru ezu\",\n    \"suffraganate\": \"zuru ezu\",\n    \"suffragancy\": \"izu ezu\",\n    \"suffraganeous\": \"zuru ezu\",\n    \"suffragans\": \"Ndiegwu\",\n    \"suffragant\": \"zuru ezu\",\n    \"suffragate\": \"zuru ezu\",\n    \"suffragatory\": \"zuru\",\n    \"suffrage\": \"tozuru oke\",\n    \"suffrages\": \"Okechi\",\n    \"suffragette\": \"zuru ezu\",\n    \"suffragettes\": \"zuru ezu\",\n    \"suffragettism\": \"ike zuru ezu\",\n    \"suffragial\": \"zuru ezu\",\n    \"suffragism\": \"zuru ezu\",\n    \"suffragist\": \"Onye zuru ezu\",\n    \"suffragistic\": \"zuru ezu\",\n    \"suffragistically\": \"n'izu\",\n    \"suffragists\": \"ndị na-akwado\",\n    \"suffrago\": \"surrago\",\n    \"suffrain\": \"zuru\",\n    \"suffront\": \"zụta\",\n    \"suffrutescent\": \"zuru ezu\",\n    \"suffrutex\": \"Okechukwu\",\n    \"suffrutices\": \"ikike\",\n    \"suffruticose\": \"zuru ezu\",\n    \"suffruticous\": \"gbasie ike\",\n    \"suffumigate\": \"zuru ezu\",\n    \"suffumigated\": \"zuru ezu\",\n    \"suffumigating\": \"zuru ezu\",\n    \"suffumigation\": \"zuru ezu\",\n    \"suffusable\": \"zuru ezu\",\n    \"suffuse\": \"zuru\",\n    \"suffused\": \"zuru\",\n    \"suffusedly\": \"zuru\",\n    \"suffuses\": \"na-agbachi\",\n    \"suffusing\": \"na-ejuputa\",\n    \"suffusion\": \"afọ ojuju\",\n    \"suffusions\": \"ike zuru ezu\",\n    \"suffusive\": \"zuru ezu\",\n    \"sugar\": \"shuga\",\n    \"sugarbird\": \"okpete\",\n    \"sugarcane\": \"okpete\",\n    \"sugarcoat\": \"okpete\",\n    \"sugarcoating\": \"mkpuchi mkpuchi shuga\",\n    \"sugarcoats\": \"okpete\",\n    \"sugarer\": \"shuga\",\n    \"sugarhouse\": \"okpomoku\",\n    \"sugarhouses\": \"okpomoku\",\n    \"sugarless\": \"shuga\",\n    \"sugarlike\": \"dị ka shuga\",\n    \"sugarplate\": \"ihe ndozi\",\n    \"sugars\": \"shuga\",\n    \"sugarworks\": \"ọrụ suga\",\n    \"sugat\": \"shuga\",\n    \"sugent\": \"shuga\",\n    \"sugescent\": \"nwere suges\",\n    \"suggest\": \"na-atụ aro\",\n    \"suggesta\": \"aro\",\n    \"suggestable\": \"na-egosi\",\n    \"suggested\": \"aro\",\n    \"suggestedness\": \"aro\",\n    \"suggester\": \"aro\",\n    \"suggestibility\": \"aro\",\n    \"suggestible\": \"na-atụ aro\",\n    \"suggestibleness\": \"enweghị atụ\",\n    \"suggestibly\": \"na-egosi\",\n    \"suggesting\": \"na-atụ aro\",\n    \"suggestingly\": \"na-egosi\",\n    \"suggestion\": \"aro\",\n    \"suggestionability\": \"aro\",\n    \"suggestionable\": \"na-atụ aro\",\n    \"suggestionism\": \"aro\",\n    \"suggestionist\": \"onye na-atụ aro\",\n    \"suggestionize\": \"na-atụ aro\",\n    \"suggestions\": \"aro\",\n    \"suggestive\": \"na-atụ aro\",\n    \"suggestively\": \"na-egosi\",\n    \"suggestiveness\": \"na-atụ aro\",\n    \"suggestivity\": \"aro\",\n    \"suggestment\": \"aro\",\n    \"suggestor\": \"onye na-atụ aro\",\n    \"suggestress\": \"ndumodu\",\n    \"suggests\": \"na-atụ aro\",\n    \"suggestum\": \"ndumodu\",\n    \"suggillate\": \"sukgillate\",\n    \"suggillation\": \"Ọgụgụ\",\n    \"sughing\": \"sighing\",\n    \"sugsloot\": \"Okechukwu\",\n    \"suguaro\": \"saguaro\",\n    \"suicidal\": \"igbu onwe\",\n    \"suicidalism\": \"igbu onwe ha\",\n    \"suicidally\": \"igbu onwe\",\n    \"suicidalwise\": \"igbu onwe amamihe\",\n    \"suicide\": \"igbu onwe\",\n    \"suicided\": \"igbu onwe ya\",\n    \"suicides\": \"igbu onwe\",\n    \"suicidical\": \"igbu onwe\",\n    \"suiciding\": \"igbu onwe\",\n    \"suicidism\": \"igbu onwe\",\n    \"suicidist\": \"onye na-egbu onwe ya\",\n    \"suicidology\": \"ịicụ ọgwụ\",\n    \"suicism\": \"igbu onwe\",\n    \"suimate\": \"dabara adaba\",\n    \"suing\": \"ịgba akwụkwọ\",\n    \"suingly\": \"iji nwayọọ\",\n    \"suint\": \"gbara\",\n    \"suints\": \"gbara ajụjụ\",\n    \"suiones\": \"akwụkwọ\",\n    \"suit\": \"uwe\",\n    \"suitability\": \"kwesịrị ekwesị\",\n    \"suitable\": \"adabara\",\n    \"suitableness\": \"ịdị mma\",\n    \"suitably\": \"kwesịrị ekwesị\",\n    \"suitcase\": \"akpa akwa\",\n    \"suitcases\": \"akpa akwa\",\n    \"suite\": \"ụlọ\",\n    \"suited\": \"adabara\",\n    \"suitedness\": \"ịdị mma\",\n    \"suiters\": \"akpa akwa\",\n    \"suites\": \"oke ime ụlọ\",\n    \"suithold\": \"ikwado\",\n    \"suity\": \"zuru oke\",\n    \"suiting\": \"dabara\",\n    \"suitings\": \"uwe\",\n    \"suitly\": \"dabara adaba\",\n    \"suitlike\": \"dị ka\",\n    \"suitor\": \"nwaanyi\",\n    \"suitoress\": \"kootu\",\n    \"suitors\": \"ụmụ nwanyị\",\n    \"suitorship\": \"ndokwa\",\n    \"suitress\": \"kootu\",\n    \"suits\": \"suut\",\n    \"suivez\": \"Ndidi\",\n    \"sukkoth\": \"Akpa\",\n    \"sulcalize\": \"mebie\",\n    \"sulcated\": \"gbanwere\",\n    \"sulcular\": \"sulul\",\n    \"suldans\": \"suldan\",\n    \"sulea\": \"afọ\",\n    \"sulfamic\": \"sọlfọ\",\n    \"sulfarseniuret\": \"mmmmmmmmmmmmm\",\n    \"sulfas\": \"sọlfọ\",\n    \"sulfatic\": \"sọlfọ\",\n    \"sulfation\": \"sọlfọ\",\n    \"sulfatize\": \"sọlfọ\",\n    \"sulfid\": \"sọlfọ\",\n    \"sulfides\": \"sọlfọ\",\n    \"sulfids\": \"sọlfọ\",\n    \"sulfine\": \"sọlfọ\",\n    \"sulfion\": \"sọlfọ\",\n    \"sulfite\": \"sọlfọ\",\n    \"sulfites\": \"sọlfọ\",\n    \"sulfofication\": \"nkedo\",\n    \"sulfonals\": \"sọlfọ\",\n    \"sulfonate\": \"sọlfọ\",\n    \"sulfonated\": \"sọlfọ\",\n    \"sulfonation\": \"sọlfọ\",\n    \"sulfonator\": \"sọlfọ\",\n    \"sulfone\": \"sọlfọ\",\n    \"sulfones\": \"sọlfọ\",\n    \"sulfonic\": \"sọlfọ\",\n    \"sulfonyls\": \"sọlfọ\",\n    \"sulfopurpuric\": \"iheanacho\",\n    \"sulforicinic\": \"sulforicin\",\n    \"sulfowolframic\": \"sọlfọolf\",\n    \"sulfur\": \"sọlfọ\",\n    \"sulfurage\": \"sọlfọ\",\n    \"sulfurate\": \"sọlfọ\",\n    \"sulfuration\": \"sọlfọ\",\n    \"sulfurator\": \"sọlfọ\",\n    \"sulfurea\": \"sọlfọ\",\n    \"sulfured\": \"sọpụrụ\",\n    \"sulfureous\": \"sọlfọ\",\n    \"sulfureously\": \"sọlfọ\",\n    \"sulfureousness\": \"sọlfọ\",\n    \"sulfuret\": \"sọlfọ\",\n    \"sulfureted\": \"sọlfọ\",\n    \"sulfureting\": \"sọlfọ\",\n    \"sulfurets\": \"sọlfọ\",\n    \"sulfuretted\": \"sọlfọ\",\n    \"sulfuretting\": \"sọlfọ\",\n    \"sulfury\": \"sọlfọ\",\n    \"sulfuric\": \"sọlfọ ahụ\",\n    \"sulfuryl\": \"sọlfọ\",\n    \"sulfuryls\": \"sọlfọ\",\n    \"sulfuring\": \"sọlfọ\",\n    \"sulfurization\": \"sọlfọ\",\n    \"sulfurize\": \"sọlfọ\",\n    \"sulfurized\": \"sọlfọ\",\n    \"sulfurizing\": \"sọlfọ\",\n    \"sulfurous\": \"sọlfọ\",\n    \"sulfurously\": \"sọlfọ\",\n    \"sulfurousness\": \"sọlfọ\",\n    \"sulfurs\": \"sọlfọ\",\n    \"suling\": \"ịgha ihe\",\n    \"sulky\": \"dị nro\",\n    \"sulkiest\": \"kacha dị njọ\",\n    \"sulkylike\": \"dị ka\",\n    \"sullages\": \"agbaze\",\n    \"sullenest\": \"nke kacha njọ\",\n    \"sullenhearted\": \"nwee mmụọ\",\n    \"sullenly\": \"n'okwu\",\n    \"sullenness\": \"iwe\",\n    \"sullied\": \"mee ka ọ dị nro\",\n    \"sulliedness\": \"ịdị nsọ\",\n    \"sullies\": \"Ndi nzuzu\",\n    \"sullying\": \"imebi\",\n    \"sulphantimonious\": \"onyeka onwenu\",\n    \"sulphas\": \"sọlfọ\",\n    \"sulphatase\": \"sulpasase\",\n    \"sulphated\": \"kpochapụrụ\",\n    \"sulphates\": \"sọlfọ\",\n    \"sulphatic\": \"ihe mgbaze\",\n    \"sulphating\": \"na-egbu egbu\",\n    \"sulphation\": \"sulpion\",\n    \"sulphatization\": \"sulpisation\",\n    \"sulphatize\": \"kpochapụ\",\n    \"sulphatized\": \"sulpized\",\n    \"sulphatizing\": \"na-egbu egbu\",\n    \"sulphatoacetic\": \"na-egbu egbu\",\n    \"sulphhemoglobin\": \"sulfhemoglobin\",\n    \"sulphid\": \"sulphide\",\n    \"sulphydrate\": \"kpoo\",\n    \"sulphoncyanine\": \"sulfo cyanine\",\n    \"sulphonephthalein\": \"sulfonephthalein\",\n    \"sulphopurpuric\": \"sulphopurpuric na-adịghị\",\n    \"sulphosilicide\": \"egbu egbu\",\n    \"sulphosuccinic\": \"sulfosuccinic\",\n    \"sulphosulphurous\": \"sulpho sulphurous\",\n    \"sulphouinic\": \"sulphonic\",\n    \"sulphourea\": \"sulphurea\",\n    \"sulphoxid\": \"sulfoxide\",\n    \"sulphoxide\": \"sulfoxide\",\n    \"sulphoxylic\": \"sulfoxylic\",\n    \"sulphur\": \"sọlfọ\",\n    \"sulphurating\": \"na-egbu egbu\",\n    \"sulphureity\": \"ịdị adị\",\n    \"sulphureousness\": \"ịdị nhịahụ\",\n    \"sulphureted\": \"gbanwere\",\n    \"sulphureting\": \"na-emegharị\",\n    \"sulphuretted\": \"ikechi\",\n    \"sulphuretting\": \"mgbapụta\",\n    \"sulphuric\": \"sọlfọ ahụ\",\n    \"sulphuring\": \"na-emegharị\",\n    \"sulphurity\": \"ịdị adị\",\n    \"sulphurizing\": \"na-egbu maramara\",\n    \"sulphurless\": \"enweghị mmetụta\",\n    \"sulphurlike\": \"dị ka ọdịdị\",\n    \"sultanas\": \"ndiegwu\",\n    \"sultanate\": \"Sultan\",\n    \"sultanates\": \"ndi eze\",\n    \"sultane\": \"N'otu oge\",\n    \"sultanesque\": \"ndiegwu\",\n    \"sultaness\": \"sistemụ\",\n    \"sultanian\": \"sultana\",\n    \"sultanist\": \"onyeka\",\n    \"sultrily\": \"sultrily ike\",\n    \"sum\": \"nchikota\",\n    \"sumac\": \"nchikota\",\n    \"sumach\": \"nchikota\",\n    \"sumachs\": \"chịkọtara\",\n    \"sumacs\": \"mkpọ\",\n    \"sumage\": \"nchikota\",\n    \"sumak\": \"nchikota\",\n    \"sumass\": \"nchikota\",\n    \"sumatra\": \"nchikota\",\n    \"sumbal\": \"nchikota\",\n    \"sumbul\": \"nchikota\",\n    \"sumen\": \"gbakọta\",\n    \"sumerian\": \"Sumerian\",\n    \"sumless\": \"enweghị ngụkọta\",\n    \"sumlessness\": \"nchikota\",\n    \"summa\": \"nchikota\",\n    \"summability\": \"nchikota\",\n    \"summable\": \"chịkọta\",\n    \"summae\": \"nchikota\",\n    \"summage\": \"nchikota\",\n    \"summand\": \"ichikota\",\n    \"summands\": \"nchikota\",\n    \"summar\": \"nchikota\",\n    \"summary\": \"nchikota\",\n    \"summaries\": \"na nchikota\",\n    \"summarily\": \"nchikota\",\n    \"summariness\": \"nchịkọta\",\n    \"summarisable\": \"summaris\",\n    \"summarisation\": \"nchikota\",\n    \"summarise\": \"ichikota\",\n    \"summarised\": \"achikota\",\n    \"summariser\": \"nchikota\",\n    \"summarising\": \"na-achikota\",\n    \"summarist\": \"onye nchikota\",\n    \"summarizable\": \"achikota\",\n    \"summarization\": \"nchikota\",\n    \"summarizations\": \"Nchịkọta\",\n    \"summarize\": \"ichikota\",\n    \"summarized\": \"achikota\",\n    \"summarizer\": \"nchịkọta\",\n    \"summarizes\": \"na-achikota\",\n    \"summarizing\": \"na-achikota\",\n    \"summas\": \"nchịkọta\",\n    \"summat\": \"nchikota\",\n    \"summate\": \"ichikota\",\n    \"summated\": \"ichikota\",\n    \"summates\": \"chikọta\",\n    \"summating\": \"na-achịkọta\",\n    \"summation\": \"nchikota\",\n    \"summational\": \"nchịkọta\",\n    \"summations\": \"nchikota\",\n    \"summative\": \"nchikota\",\n    \"summatory\": \"nchikota\",\n    \"summed\": \"chịkọtara\",\n    \"summer\": \"ndaeyo\",\n    \"summerbird\": \"nnụnụ\",\n    \"summercastle\": \"akuku mmiri\",\n    \"summered\": \"ichikota\",\n    \"summerer\": \"ndaeyo\",\n    \"summergame\": \"egwuregwu egwuregwu\",\n    \"summerhouse\": \"ụlọ okpomọkụ\",\n    \"summerhouses\": \"ụlọ ezumike\",\n    \"summery\": \"nchikota\",\n    \"summerier\": \"udu mmiri\",\n    \"summeriest\": \"n'oge okpomọkụ\",\n    \"summeriness\": \"udu mmiri\",\n    \"summering\": \"ichikota\",\n    \"summerings\": \"oge okpomọkụ\",\n    \"summerish\": \"okpomọkụ\",\n    \"summerite\": \"okpomoku\",\n    \"summerize\": \"kpoo\",\n    \"summerlay\": \"N'oge okpomọkụ\",\n    \"summerland\": \"Ezumike\",\n    \"summerless\": \"enweghị okpomọkụ\",\n    \"summerly\": \"n'oge okpomọkụ\",\n    \"summerlike\": \"ndaeyo\",\n    \"summerliness\": \"ọkọchị\",\n    \"summerling\": \"Oyi\",\n    \"summerproof\": \"okpuru mmiri\",\n    \"summerroom\": \"ime ụlọ ezumike\",\n    \"summers\": \"N'oge ọkọchị\",\n    \"summersault\": \"izu ike\",\n    \"summerset\": \"Ogbe\",\n    \"summertide\": \"udu mmiri\",\n    \"summertime\": \"oge ọkọchị\",\n    \"summertree\": \"udu mmiri\",\n    \"summerward\": \"n'oge ọkọchị\",\n    \"summerweight\": \"Udummiri\",\n    \"summerwood\": \"ndaeyo\",\n    \"summing\": \"na-achịkọta\",\n    \"summings\": \"Nchikota\",\n    \"summist\": \"ichikota\",\n    \"summit\": \"nzuko\",\n    \"summital\": \"nchikota\",\n    \"summity\": \"nchikota\",\n    \"summitless\": \"enweghị isi\",\n    \"summitry\": \"nzukọ\",\n    \"summitries\": \"nzukọ\",\n    \"summits\": \"nzukọ\",\n    \"summon\": \"kpọkuo\",\n    \"summonable\": \"kpọkọta\",\n    \"summoned\": \"kpọkọta\",\n    \"summoner\": \"onye na-akpọ oku\",\n    \"summoners\": \"ndị na-akpọ oku\",\n    \"summoning\": \"kpọkọta\",\n    \"summoningly\": \"kpọkọtara ọnụ\",\n    \"summons\": \"kpokuo\",\n    \"summonsed\": \"kpọkọtara\",\n    \"summonses\": \"kpọọ kpọọ\",\n    \"summonsing\": \"kpọọ oku\",\n    \"summula\": \"nchikota\",\n    \"summulae\": \"nchikota\",\n    \"summulist\": \"kpochie\",\n    \"summut\": \"nzuko\",\n    \"sumner\": \"nchikota\",\n    \"sumo\": \"sumoo\",\n    \"sumos\": \"mkpokọta\",\n    \"sumper\": \"sump\",\n    \"sumph\": \"sump\",\n    \"sumphishness\": \"nkwanye ugwu\",\n    \"sumpitan\": \"onye sumpitan\",\n    \"sumple\": \"nchikota\",\n    \"sumps\": \"nchikota\",\n    \"sumpsimus\": \"Iheanyi\",\n    \"sumpt\": \"ibia\",\n    \"sumpters\": \"nchikota\",\n    \"sumption\": \"mbido\",\n    \"sumptious\": \"sumptuous\",\n    \"sumptuary\": \"akpati\",\n    \"sumptuosity\": \"nnweta\",\n    \"sumptuously\": \"sumptuous\",\n    \"sumptuousness\": \"nnabata\",\n    \"sumpture\": \"sumpter\",\n    \"sums\": \"nchikota\",\n    \"sun\": \"anyanwụ\",\n    \"sunback\": \"anyanwụ dara\",\n    \"sunbaked\": \"anwu gbaa\",\n    \"sunbath\": \"sunbat\",\n    \"sunbathes\": \"anwụ na-acha\",\n    \"sunbaths\": \"oge izu ike\",\n    \"sunbeam\": \"anwụ anwụ\",\n    \"sunbeamed\": \"anwụ na-acha\",\n    \"sunbeamy\": \"anwụ anwụ\",\n    \"sunbeams\": \"anwụ anwụ\",\n    \"sunberry\": \"anwuru\",\n    \"sunberries\": \"anwu\",\n    \"sunbird\": \"nnụnụ anwụ\",\n    \"sunbirds\": \"nnụnnụ anwụ\",\n    \"sunbonnet\": \"anwansi\",\n    \"sunbonneted\": \"echekwara\",\n    \"sunbonnets\": \"ihe ntanetị\",\n    \"sunbow\": \"egwurugwu\",\n    \"sunbreak\": \"anwụ na-acha\",\n    \"sunbreaker\": \"anwụ anwụ\",\n    \"sunburn\": \"ntachu\",\n    \"sunburned\": \"anwụ na-acha\",\n    \"sunburnedness\": \"sunburnt ness\",\n    \"sunburning\": \"anwụ na-acha\",\n    \"sunburnproof\": \"ntachu àmà\",\n    \"sunburns\": \"anwụ na-acha\",\n    \"sunburnt\": \"anwu\",\n    \"sunburntness\": \"anwụ na-acha\",\n    \"sunburst\": \"anwụ na-acha\",\n    \"sunbursts\": \"anwụ na-acha\",\n    \"sundae\": \"anwụ\",\n    \"sundaes\": \"anwụ\",\n    \"sundayfied\": \"sundayday\",\n    \"sundaylike\": \"sunday yiri\",\n    \"sundek\": \"anwụ\",\n    \"sunder\": \"ghasaa\",\n    \"sunderable\": \"anwụ anwụ\",\n    \"sunderance\": \"anwụ na-acha\",\n    \"sundered\": \"sundund\",\n    \"sunderment\": \"na-ebibi\",\n    \"sunderwise\": \"gbasie ike\",\n    \"sundews\": \"anwụ anwụ\",\n    \"sundial\": \"anwụ\",\n    \"sundials\": \"anwụ anwụ\",\n    \"sundown\": \"Anyanwụ\",\n    \"sundowning\": \"sundown\",\n    \"sundowns\": \"anyanwụ ga-ada\",\n    \"sundriesman\": \"onyeisiala\",\n    \"sundryman\": \"onyedike\",\n    \"sunfall\": \"Anyanwu\",\n    \"sunfast\": \"anwu\",\n    \"sunfish\": \"azụ azụ\",\n    \"sunfisher\": \"anwu anwụ\",\n    \"sunfishery\": \"anyanwụ\",\n    \"sunfishes\": \"anwụ na-acha\",\n    \"sung\": \"bụrụ abụ\",\n    \"sungar\": \"ẹkwọ\",\n    \"sunglass\": \"ugogbe anya maka anwụ\",\n    \"sunglasses\": \"ugogbe anya maka anwụ\",\n    \"sunglo\": \"ukpo\",\n    \"sunglow\": \"sunlow\",\n    \"sunglows\": \"anwu\",\n    \"sunil\": \"anwụ\",\n    \"sunken\": \"nwuru anwu\",\n    \"sunket\": \"anwụ\",\n    \"sunkets\": \"anwu\",\n    \"sunkland\": \"anwu anwu\",\n    \"sunlamp\": \"anwu\",\n    \"sunland\": \"Anyanwụ\",\n    \"sunlands\": \"ala mmiri\",\n    \"sunless\": \"enweghị anyanwụ\",\n    \"sunlessly\": \"anwu\",\n    \"sunlessness\": \"enweghị anwụ\",\n    \"sunlet\": \"anwu\",\n    \"sunlight\": \"ìhè anyanwụ\",\n    \"sunlighted\": \"ìhè anyanwụ\",\n    \"sunlights\": \"ìhè anyanwụ\",\n    \"sunlike\": \"dị ka anyanwụ\",\n    \"sunlit\": \"anwu\",\n    \"sunned\": \"anwụ\",\n    \"sunny\": \"anwụ na-acha\",\n    \"sunniest\": \"nke sunniest\",\n    \"sunnyhearted\": \"anwu anwu\",\n    \"sunnyheartedness\": \"anwu anwu\",\n    \"sunniness\": \"anwu\",\n    \"sunning\": \"anwụ na-acha\",\n    \"sunns\": \"suns\",\n    \"sunproof\": \"anwụ na-acha\",\n    \"sunquake\": \"ala mmiri\",\n    \"sunray\": \"anwu\",\n    \"sunrise\": \"edem usiahautịn\",\n    \"sunrises\": \"edem usiahautịn\",\n    \"sunrising\": \"edem usiahautịn\",\n    \"sunroof\": \"mkpuchi mmiri\",\n    \"sunroom\": \"ime ụlọ anwụ\",\n    \"sunrooms\": \"ụlọ mposi\",\n    \"sunrose\": \"anwu\",\n    \"suns\": \"anwụ\",\n    \"sunscalds\": \"anwụ anwụ\",\n    \"sunscreen\": \"ihe anwu anwu\",\n    \"sunscreening\": \"anwu anwu\",\n    \"sunset\": \"anyanwụ dara\",\n    \"sunsets\": \"anyanwụ na-ada\",\n    \"sunsetty\": \"anwu anwu\",\n    \"sunsetting\": \"anyanwụ na-ada\",\n    \"sunshine\": \"anwu anwu\",\n    \"sunshineless\": \"anwu anwu\",\n    \"sunshines\": \"anwụ na-acha\",\n    \"sunspots\": \"anwụ anwụ\",\n    \"sunspottedness\": \"anwụ anwụ\",\n    \"sunspottery\": \"anwụ anwụ\",\n    \"sunspotty\": \"anwu\",\n    \"sunstone\": \"okwute sunstone\",\n    \"sunstones\": \"nkume anyanwụ\",\n    \"sunstroke\": \"anwụ na-acha\",\n    \"sunstrokes\": \"anwụ anwụ\",\n    \"suntanned\": \"anwu anwu\",\n    \"suntans\": \"mmmmmmmmmmmm\",\n    \"sunup\": \"anwụ\",\n    \"sunups\": \"anyanwụ dara\",\n    \"sunway\": \"anwụ\",\n    \"sunways\": \"anwu\",\n    \"sunward\": \"anwu anwu\",\n    \"sunwards\": \"anwu\",\n    \"sunweed\": \"anwụ anwụ\",\n    \"sunwise\": \"anwu\",\n    \"supellectile\": \"nwee ọgụgụ isi\",\n    \"supellex\": \"akara\",\n    \"superability\": \"Superability\",\n    \"superable\": \"oke\",\n    \"superableness\": \"ọkpụrụkpụ\",\n    \"superably\": \"supevable\",\n    \"superabstractly\": \"n'ụzọ zuru oke\",\n    \"superaccession\": \"ihe ịga nke ọma\",\n    \"superaccessory\": \"ihe ịga nke ọma\",\n    \"superaccommodating\": \"super nnabata\",\n    \"superaccomplished\": \"emezuru\",\n    \"superaccruing\": \"Superaccruing\",\n    \"superacknowledgment\": \"nkwanye ugwu\",\n    \"superactive\": \"Superactive\",\n    \"superactively\": \"superactive\",\n    \"superactiveness\": \"Ọdịmma\",\n    \"superactivity\": \"ike omume\",\n    \"superactivities\": \"ihe bara uru\",\n    \"superacutely\": \"n'ụzọ zuru oke\",\n    \"superacuteness\": \"Superacuteness\",\n    \"superadd\": \"Superadd\",\n    \"superadding\": \"Okechukwu\",\n    \"superaddition\": \"akuko\",\n    \"superadditional\": \"Nkwado\",\n    \"superadds\": \"Ugochukwu\",\n    \"superadequate\": \"zuru oke\",\n    \"superadequately\": \"zuru oke\",\n    \"superadequateness\": \"Superadequateness\",\n    \"superadministration\": \"nchịkwa elu\",\n    \"superadmirable\": \"nnukwu ihe\",\n    \"superadmirableness\": \"nnukwu ihe\",\n    \"superadmirably\": \"n'ụzọ dị ukwuu\",\n    \"superadorn\": \"Superadorn\",\n    \"superadornment\": \"okechukwu\",\n    \"superaerial\": \"ihe ndi ozo\",\n    \"superaerially\": \"n'usoro\",\n    \"superaerodynamics\": \"ibu aerodynamics\",\n    \"superaesthetically\": \"super aesthetically\",\n    \"superaffluently\": \"Superaffluently\",\n    \"superagency\": \"ngwa ngwa\",\n    \"superambition\": \"Superambition\",\n    \"superambitious\": \"Superambitious\",\n    \"superambitiously\": \"n'ụzọ zuru oke\",\n    \"superambitiousness\": \"oké ọchịchọ\",\n    \"superambulacral\": \"nnukwu ụgbọ ala\",\n    \"superangelically\": \"n'usoro\",\n    \"superanimal\": \"Superanimal\",\n    \"superanimality\": \"oke ibu\",\n    \"superannated\": \"dị elu\",\n    \"superannuating\": \"ịtụ ụtụ\",\n    \"superannuities\": \"Superannuities\",\n    \"superaqueous\": \"Superaqueous\",\n    \"superarbitrary\": \"akuko\",\n    \"superarduous\": \"n'usoro\",\n    \"superarduously\": \"oke\",\n    \"superarduousness\": \"inwe ike\",\n    \"superarrogance\": \"ibu mpako\",\n    \"superarrogant\": \"dị mpako\",\n    \"superarrogantly\": \"n'usoro\",\n    \"superartificial\": \"superar artificial\",\n    \"superartificiality\": \"superar artificial\",\n    \"superartificially\": \"n'usoro\",\n    \"superaspiration\": \"Superaspiration\",\n    \"superassuming\": \"Superassuming\",\n    \"superassumption\": \"ihe ndi ozo\",\n    \"superastonishment\": \"oke oju\",\n    \"superate\": \"nwe ike\",\n    \"superattainable\": \"nke kacha mma\",\n    \"superattainableness\": \"ihe ndi ozo\",\n    \"superattainably\": \"n'ụzọ zuru oke\",\n    \"superattendant\": \"onye nlekọta\",\n    \"superattractiveness\": \"ihe ndi ozo\",\n    \"superaward\": \"oke\",\n    \"superb\": \"ikenyeneke mbiet\",\n    \"superbelief\": \"nkwenkwe ụgha\",\n    \"superbelievable\": \"nkwenye\",\n    \"superbelievableness\": \"kwere ekwe\",\n    \"superbelievably\": \"n'ụzọ kwere ekwe\",\n    \"superbeloved\": \"hụrụ n'anya\",\n    \"superbenefit\": \"nnukwu ihe\",\n    \"superbenevolence\": \"oke ahia\",\n    \"superbenevolent\": \"nnukwu ihe\",\n    \"superbenevolently\": \"n'ụzọ zuru oke\",\n    \"superbest\": \"nke kachasị mma\",\n    \"superbious\": \"dị oke egwu\",\n    \"superbity\": \"oke ibu\",\n    \"superblessed\": \"enweghị atụ\",\n    \"superblessedness\": \"enweghị atụ\",\n    \"superbly\": \"oke\",\n    \"superblunder\": \"nnukwu mma\",\n    \"superbness\": \"idi elu\",\n    \"superboldness\": \"ịdị mma\",\n    \"superbomb\": \"nnukwu anụ\",\n    \"superbraveness\": \"ibu ọrụ\",\n    \"superbungalow\": \"nnukwu bungalow\",\n    \"superbusy\": \"na-arụsi ọrụ ike\",\n    \"superbusily\": \"n'ụzọ zuru oke\",\n    \"supercallosal\": \"supracallosal\",\n    \"supercapabilities\": \"oke ikike\",\n    \"supercapital\": \"superpapital\",\n    \"supercarbonize\": \"supercarboniz\",\n    \"supercargo\": \"ibu\",\n    \"supercargoes\": \"ibu ahịa\",\n    \"supercarpal\": \"nnukwu anụ\",\n    \"supercatastrophe\": \"nnukwu ọdachi\",\n    \"supercatastrophic\": \"nnukwu kpata ajọ\",\n    \"supercatholic\": \"nnukwu mmanya\",\n    \"supercaution\": \"ịkpachapụ anya\",\n    \"supercede\": \"zuo ike\",\n    \"superceded\": \"gbanwere\",\n    \"supercedes\": \"na-achịkwa\",\n    \"superceding\": \"na-elekọta\",\n    \"supercelestial\": \"elu\",\n    \"supercentrifuge\": \"superfererifuge\",\n    \"superceremoniousness\": \"ịdị egwu\",\n    \"supercharge\": \"ụgwọ ọrụ\",\n    \"supercharges\": \"nnukwu ụgwọ\",\n    \"superchemical\": \"nnukwu ihe\",\n    \"superchemically\": \"karịrị akarị\",\n    \"superchery\": \"nnukwu ụlọ ahịa\",\n    \"superchivalrous\": \"ibu chivalrous\",\n    \"superchivalrously\": \"ibu chivalrously\",\n    \"superchivalrousness\": \"ikechi\",\n    \"supercycle\": \"nnukwu akwụkwọ\",\n    \"superciliary\": \"onye nlekọta\",\n    \"superciliosity\": \"nnabata\",\n    \"supercilious\": \"na-emekọ ọnụ\",\n    \"superciliously\": \"okechi\",\n    \"superciliousness\": \"iberibe\",\n    \"supercity\": \"ibu\",\n    \"supercivilization\": \"njikwa\",\n    \"superclass\": \"nnukwu ụlọ akwụkwọ\",\n    \"superclassified\": \"akụrụngwa\",\n    \"supercloth\": \"akwa akwa\",\n    \"supercluster\": \"nnukwu\",\n    \"supercolumniation\": \"nnabata\",\n    \"supercombination\": \"nchịkọta\",\n    \"supercombing\": \"na-eche ihu\",\n    \"supercommendation\": \"ndenye\",\n    \"supercommentary\": \"ụlọ akwụkwọ\",\n    \"supercommentaries\": \"ndị nlekọta\",\n    \"supercommercial\": \"nnukwu azụmahịa\",\n    \"supercommercially\": \"ọsịsọ\",\n    \"supercommercialness\": \"nnukwu azụmahịa\",\n    \"supercomplete\": \"zuru ezu\",\n    \"supercomplexity\": \"mgbagwoju anya\",\n    \"supercomplexities\": \"ihe mgbagwoju anya\",\n    \"supercompression\": \"nchịkwa\",\n    \"supercomputer\": \"kọmputa\",\n    \"supercomputers\": \"nnukwu kọmputa\",\n    \"superconduct\": \"nnukwu ọrụ\",\n    \"superconducting\": \"na-arụ ọrụ\",\n    \"superconductive\": \"na-arụ ọrụ zuru oke\",\n    \"superconductivity\": \"njikwa ọrụ\",\n    \"superconductor\": \"nnukwu ụlọ ọrụ\",\n    \"superconductors\": \"superconductor\",\n    \"superconfidence\": \"inwe obi ike\",\n    \"superconfident\": \"inwe obi ike\",\n    \"superconfidently\": \"n'ụzọ zuru ezu\",\n    \"superconfirmation\": \"nkwenye siri ike\",\n    \"superconformably\": \"n'ụzọ zuru oke\",\n    \"superconformist\": \"ọkaibe\",\n    \"superconformity\": \"mmekorita\",\n    \"supercongested\": \"Ikechukwu\",\n    \"superconsciousness\": \"onunu\",\n    \"superconsequence\": \"na-akpata\",\n    \"superconsequency\": \"na-akpata nsogbu\",\n    \"superconservativeness\": \"superconservative nke ike\",\n    \"superconstitutionally\": \"super n'usoro iwu\",\n    \"supercontest\": \"nnukwu mmeri\",\n    \"supercontribution\": \"onyinye dị ukwuu\",\n    \"supercontrol\": \"njikwa\",\n    \"supercooled\": \"kpuchie\",\n    \"supercorporation\": \"nnabata\",\n    \"supercredit\": \"nnabata\",\n    \"supercrescence\": \"ike\",\n    \"supercrime\": \"nnukwu iwu\",\n    \"supercriminal\": \"ọkpụrụkpụ\",\n    \"supercriminally\": \"n'ụzọ zuru oke\",\n    \"supercritic\": \"akatọ\",\n    \"supercritically\": \"n'ụzọ zuru oke\",\n    \"supercriticalness\": \"imebiga ihe ókè\",\n    \"supercrowned\": \"okpu\",\n    \"supercrust\": \"nnukwu ọnụ\",\n    \"supercurious\": \"nlezianya\",\n    \"supercuriousness\": \"curgba oke\",\n    \"superdebt\": \"nnukwu ego\",\n    \"superdecorated\": \"Ezigbo\",\n    \"superdecoration\": \"ahịa\",\n    \"superdeficit\": \"nnukwu ihe\",\n    \"superdeity\": \"ibu\",\n    \"superdeities\": \"Nlekọta\",\n    \"superdejection\": \"nnukwu ihe\",\n    \"superdelicate\": \"nnukwu ihe\",\n    \"superdelicately\": \"Okeke\",\n    \"superdelicateness\": \"ibu ibu\",\n    \"superdemocratic\": \"superdemocrats\",\n    \"superdemonstration\": \"ngosipụta ahịa\",\n    \"superdeposit\": \"nnukwu ego\",\n    \"superdesirous\": \"nnukwu ihe\",\n    \"superdevelopment\": \"nnukwu mmepe\",\n    \"superdevilish\": \"nnukwu ihe\",\n    \"superdevilishness\": \"ịdị oke-njọ\",\n    \"superdevotion\": \"elu ọrụ\",\n    \"superdying\": \"na-elekọta ihe\",\n    \"superdistribution\": \"nnyefe ego\",\n    \"superdivision\": \"nlekọta\",\n    \"superdoctor\": \"onye nlekọta\",\n    \"superdomineering\": \"nchịkwa\",\n    \"superdonation\": \"ọkọnọ\",\n    \"superdreadnought\": \"nnukwu echiche\",\n    \"superduplication\": \"itinye akwụkwọ\",\n    \"supereconomy\": \"akụnụba\",\n    \"supereconomies\": \"akụnụba\",\n    \"supered\": \"enwe\",\n    \"supereducated\": \"nweere\",\n    \"supereducation\": \"nchịkwa\",\n    \"supereffectively\": \"super n'ụzọ dị irè\",\n    \"supereffectiveness\": \"arụmọrụ dị oke mma\",\n    \"superelaborately\": \"elu\",\n    \"superelated\": \"kwadoro\",\n    \"superelegance\": \"nchịkwa\",\n    \"superelegancies\": \"nchịkwa\",\n    \"superelegantly\": \"na-achịkwa\",\n    \"superelementary\": \"ụlọ akwụkwọ\",\n    \"superelevate\": \"nweere ike\",\n    \"superelevated\": \"elu\",\n    \"superelevation\": \"nchịkwa\",\n    \"supereligibleness\": \"ike kwere\",\n    \"supereloquently\": \"supereloquare\",\n    \"supereminence\": \"ọ dị elu\",\n    \"supereminency\": \"ike\",\n    \"supereminent\": \"achị\",\n    \"supereminently\": \"elu\",\n    \"superemphasizing\": \"na-ekwusi ike\",\n    \"superendorse\": \"nchịkwa\",\n    \"superendorsed\": \"kwadoro\",\n    \"superendorsement\": \"nkwado dị elu\",\n    \"superendorsing\": \"nchịkwa\",\n    \"superengraved\": \"elu elu\",\n    \"superengraving\": \"na-achịkwa ihe\",\n    \"superenrollment\": \"ntinye aha\",\n    \"supererogant\": \"ikike\",\n    \"supererogantly\": \"elu\",\n    \"supererogate\": \"elu\",\n    \"supererogated\": \"nwere ikike\",\n    \"supererogating\": \"na-achịkwa\",\n    \"supererogation\": \"nchịkwa\",\n    \"supererogative\": \"ikike\",\n    \"supererogator\": \"nchịkwa\",\n    \"supererogatory\": \"nchịkwa\",\n    \"supererogatorily\": \"na-achịkwa\",\n    \"superessential\": \"dị elu\",\n    \"superessentially\": \"elu\",\n    \"superestablish\": \"nwekwuo\",\n    \"superestablishment\": \"nwegharia\",\n    \"supereternity\": \"ike\",\n    \"superether\": \"ka elu\",\n    \"superethical\": \"elu\",\n    \"superethically\": \"elu\",\n    \"superethicalness\": \"ịdị elu\",\n    \"superethmoidal\": \"ezigbo ethmoidal\",\n    \"superevangelical\": \"super evangelical\",\n    \"superevidence\": \"ikike\",\n    \"superevident\": \"karịrị akarị\",\n    \"superexceed\": \"nweere ike\",\n    \"superexceeding\": \"na-aga n'ihu\",\n    \"superexcitement\": \"ikekwe\",\n    \"superexcrescence\": \"ike\",\n    \"superexpansion\": \"mmụba\",\n    \"superexpenditure\": \"nchịkwa ego\",\n    \"superexplicitly\": \"superexplupia\",\n    \"superexpressiveness\": \"ike zuru oke\",\n    \"superextreme\": \"elu\",\n    \"superextremely\": \"elu\",\n    \"superextremity\": \"ike\",\n    \"superfamily\": \"Ezigbo ụlọ\",\n    \"superfamilies\": \"Ezigbo ezinụlọ\",\n    \"superfarm\": \"nnukwu ọnụ\",\n    \"superfat\": \"nnukwu ego\",\n    \"superfee\": \"superfeefee\",\n    \"superfemale\": \"umunwanyi\",\n    \"superfemininity\": \"hyperfemininity\",\n    \"superfervent\": \"dị elu\",\n    \"superfervently\": \"n'ụzọ zuru oke\",\n    \"superfice\": \"superficie\",\n    \"superficial\": \"agbasi\",\n    \"superficialism\": \"agbasi elu\",\n    \"superficialist\": \"onye na-eme ihe dị elu\",\n    \"superficiality\": \"agbasi elu\",\n    \"superficialities\": \"dị elu\",\n    \"superficialize\": \"elu-igwe\",\n    \"superficially\": \"N'elu elu\",\n    \"superficialness\": \"agbasi elu\",\n    \"superficiary\": \"kapịrị ọnụ\",\n    \"superficiaries\": \"ndị nlekọta\",\n    \"superfinance\": \"ọkpụrụkpụ\",\n    \"superfineness\": \"oke\",\n    \"superfinite\": \"karịrị akarị\",\n    \"superfinitely\": \"n'ụzọ zuru oke\",\n    \"superfiniteness\": \"oke ibu\",\n    \"superfitted\": \"echekwara\",\n    \"superfitting\": \"kwesịrị ekwesị\",\n    \"superflexion\": \"ntụgharị\",\n    \"superfluous\": \"n'ekpere\",\n    \"superfluously\": \"n'ekpere\",\n    \"superfluousness\": \"ọkpụrụkpụ\",\n    \"superfolly\": \"ọkpụrụkpụ\",\n    \"superformally\": \"n'ụzọ zuru oke\",\n    \"superformalness\": \"ịdị mma\",\n    \"superformation\": \"njikwa\",\n    \"superformidableness\": \"ịdị mma ọrụ\",\n    \"superformidably\": \"n'ụzọ zuru oke\",\n    \"superfortunate\": \"kechioma\",\n    \"superfortunately\": \"ọ dị nwute\",\n    \"superfriendly\": \"enyi\",\n    \"superfructified\": \"Njikwa\",\n    \"superfulfillment\": \"afọ juru\",\n    \"superfunction\": \"njikwa ọrụ\",\n    \"superfunctional\": \"arụmọrụ\",\n    \"superfused\": \"tinye isi\",\n    \"superfusing\": \"n'esesa\",\n    \"supergallantness\": \"ịdị elu\",\n    \"supergenerous\": \"supergene\",\n    \"supergenerously\": \"kari ike\",\n    \"superglorious\": \"dị ebube\",\n    \"supergloriously\": \"ebube\",\n    \"supergloriousness\": \"ịdị ebube\",\n    \"superglottal\": \"nnukwu ihe\",\n    \"superglottic\": \"Onyeka Onwenu\",\n    \"supergoddess\": \"chi nwanyị\",\n    \"supergoodness\": \"ọkpụrụkpụ\",\n    \"supergovern\": \"nchịkwa\",\n    \"supergovernment\": \"nlekọta\",\n    \"supergraduate\": \"onye gụsịrị akwụkwọ\",\n    \"supergratify\": \"nyochaa\",\n    \"supergratification\": \"njikwa\",\n    \"supergratified\": \"njikwa\",\n    \"supergratifying\": \"na-emekọ ihe ọnụ\",\n    \"supergravitate\": \"na-elekọta\",\n    \"supergravitated\": \"chịkwaa\",\n    \"supergravitating\": \"na-eme nlekọta\",\n    \"supergravitation\": \"nlekọta\",\n    \"supergroup\": \"nnukwu ìgwè\",\n    \"supergroups\": \"nnukwu ìgwè\",\n    \"superguaranteed\": \"echekwara\",\n    \"superguaranteeing\": \"inye iwu\",\n    \"superheartily\": \"ejiri obi ike\",\n    \"superheartiness\": \"ike\",\n    \"superheat\": \"kpụ ọkụ n'ọnụ\",\n    \"superheated\": \"kpụ ọkụ n'ọnụ\",\n    \"superheatedness\": \"ike di elu\",\n    \"superheating\": \"kpụ ọkụ n'ọnụ\",\n    \"superheavy\": \"ikereke\",\n    \"superhero\": \"dike\",\n    \"superheroes\": \"dike\",\n    \"superheroic\": \"dike\",\n    \"superhighway\": \"nnukwu ụzọ\",\n    \"superhighways\": \"nnukwu ụzọ\",\n    \"superhive\": \"elu\",\n    \"superhuman\": \"ike karịrị mmadụ\",\n    \"superhumanity\": \"ike karịrị mmadụ\",\n    \"superhumanly\": \"karịrị mmadụ\",\n    \"superhumanness\": \"ike karịrị mmadụ\",\n    \"superial\": \"dị elu\",\n    \"superideally\": \"nlekọta\",\n    \"superidealness\": \"ịdị elu\",\n    \"superignorant\": \"onye nlekọta\",\n    \"superillustrated\": \"zoro ezo\",\n    \"superillustrating\": \"na-emekọ ihe ọnụ\",\n    \"superillustration\": \"njikwa\",\n    \"superimpend\": \"tinye ego\",\n    \"superimpersonally\": \"onye nlekọta\",\n    \"superimply\": \"elu ọnụ\",\n    \"superimplied\": \"jupụta\",\n    \"superimplying\": \"imechi\",\n    \"superimportant\": \"ọkpụrụkpụ\",\n    \"superimportantly\": \"oke\",\n    \"superimposed\": \"kpakpando\",\n    \"superimposing\": \"itinye\",\n    \"superimpositions\": \"superimposition\",\n    \"superimproved\": \"tinyegoro\",\n    \"superinclusive\": \"nke zuru oke\",\n    \"superinclusively\": \"zuru oke\",\n    \"superinclusiveness\": \"iche iche\",\n    \"superincomprehensible\": \"superincomprenotible\",\n    \"superincomprehensibleness\": \"enweghị nghọta\",\n    \"superincomprehensibly\": \"enweghị nghọta\",\n    \"superincreased\": \"tolitere\",\n    \"superincumbence\": \"nchịkwa\",\n    \"superincumbency\": \"nchịkwa\",\n    \"superincumbent\": \"nnukwu ego\",\n    \"superindependence\": \"ịdabere kpamkpam\",\n    \"superindependent\": \"tụkwasi obi ike\",\n    \"superindependently\": \"jisie ike\",\n    \"superindiction\": \"nlekọta\",\n    \"superindictment\": \"iwu\",\n    \"superindifference\": \"enweghị mmasị\",\n    \"superindifferently\": \"n'ilekọta anya\",\n    \"superindividually\": \"otu\",\n    \"superinduced\": \"Ejiri\",\n    \"superinducement\": \"nchịkwa\",\n    \"superinducing\": \"na-achịkwa\",\n    \"superinduct\": \"nchịkwa\",\n    \"superinduction\": \"njikwa\",\n    \"superindustry\": \"nnukwu ụlọ ọrụ\",\n    \"superindustrious\": \"Onyeka Onwenu\",\n    \"superindustriousness\": \"Onyeka Onwenu\",\n    \"superinference\": \"isi\",\n    \"superinfinite\": \"enweghị ike\",\n    \"superinfinitely\": \"n'ụzọ zuru oke\",\n    \"superinfiniteness\": \"oke ibu\",\n    \"superinfirmity\": \"nkwenye siri ike\",\n    \"superinfirmities\": \"nkwenye siri ike\",\n    \"superinformality\": \"ejikọtacha ihe niile\",\n    \"superinformally\": \"ejikọtachaghị ọnụ\",\n    \"superingeniously\": \"ikekwe\",\n    \"superingeniousness\": \"ịdị ike\",\n    \"superingenuity\": \"ịkpa oke okwu\",\n    \"superinjection\": \"njikwa\",\n    \"superinjustice\": \"ikpe ziri ezi\",\n    \"superinquisitively\": \"super inquisitively\",\n    \"superinquisitiveness\": \"nlebara anya\",\n    \"superinscribe\": \"debanye aha\",\n    \"superinscribed\": \"chekwaa\",\n    \"superinscribing\": \"na-edekọ ndebanye aha\",\n    \"superinscription\": \"ndebanye aha\",\n    \"superinsistence\": \"nlekọta\",\n    \"superinsscribed\": \"edebanye aha\",\n    \"superinsscribing\": \"na-edekọ ndebanye aha\",\n    \"superinstitute\": \"nnukwu ụlọ ọrụ\",\n    \"superinstitution\": \"nchịkwa\",\n    \"superintellectual\": \"onye nwere ọgụgụ isi\",\n    \"superintellectually\": \"super ọgụgụ isi\",\n    \"superintend\": \"onye nlekọta\",\n    \"superintendant\": \"onye nlekọta\",\n    \"superintended\": \"lekọtara\",\n    \"superintendence\": \"nlekọta\",\n    \"superintendency\": \"nlekọta\",\n    \"superintendencies\": \"ndị nlekọta\",\n    \"superintendent\": \"onye nlekọta\",\n    \"superintendential\": \"onye nlekọta\",\n    \"superintendents\": \"ndị nlekọta\",\n    \"superintendentship\": \"nlekọta\",\n    \"superintending\": \"na-elekọta\",\n    \"superintensity\": \"ọkpụrụkpụ\",\n    \"superintolerableness\": \"enweghị atụ\",\n    \"superintolerably\": \"superintolevable\",\n    \"superinundation\": \"nchịkwa\",\n    \"superinvolution\": \"ihe omimi\",\n    \"superior\": \"kari\",\n    \"superioress\": \"onye nlekọta\",\n    \"superiority\": \"akara aka\",\n    \"superiorities\": \"ndị na-elekọta\",\n    \"superiorly\": \"elu\",\n    \"superiorness\": \"ịdị elu\",\n    \"superiors\": \"ndị isi\",\n    \"superiorship\": \"nlekọta\",\n    \"superirritability\": \"njikwa\",\n    \"superjacent\": \"nke kachasị mma\",\n    \"superjoined\": \"jikọtara ọnụ\",\n    \"superjudicial\": \"ejikọtara ọnụ\",\n    \"superjudicially\": \"n'ụzọ nchịkwa\",\n    \"superjunction\": \"nlekọta\",\n    \"superjurisdiction\": \"ikike\",\n    \"superjustification\": \"nlebara anya\",\n    \"superknowledge\": \"ihe omuma\",\n    \"superl\": \"ikari\",\n    \"superlabial\": \"nnukwu ihe\",\n    \"superlaboriously\": \"n'ụzọ zuru oke\",\n    \"superlaboriousness\": \"ịdị elu\",\n    \"superlactation\": \"nchịkwa\",\n    \"superlain\": \"jisie ike\",\n    \"superlapsarian\": \"onye isi ahia\",\n    \"superlation\": \"nchịkwa\",\n    \"superlative\": \"elu ọnụ\",\n    \"superlatively\": \"n'ụzọ zuru oke\",\n    \"superlativeness\": \"ịdị elu\",\n    \"superlatives\": \"ndị na-elekọta\",\n    \"superlenient\": \"Nlekọta\",\n    \"superleniently\": \"elu\",\n    \"superlied\": \"chịkwaa\",\n    \"superlying\": \"na-achịkwa\",\n    \"superlikelihood\": \"ọkpụrụkpụ\",\n    \"superload\": \"ibu ibu\",\n    \"superlocal\": \"nnukwu ọnụ\",\n    \"superlogical\": \"ekwo ekwo\",\n    \"superlogicality\": \"ịdị elu\",\n    \"superlogically\": \"n'ụzọ zuru oke\",\n    \"superlunar\": \"kpakpando\",\n    \"superlunary\": \"ọkpụrụkpụ\",\n    \"superluxuriousness\": \"super luxurness\",\n    \"supermagnificent\": \"magburu onwe ya\",\n    \"supermagnificently\": \"super ebube\",\n    \"supermalate\": \"nchịkwa\",\n    \"superman\": \"nwoke\",\n    \"supermanhood\": \"ịdị elu\",\n    \"supermanly\": \"dị elu\",\n    \"supermanliness\": \"ịdị elu\",\n    \"supermannish\": \"ọkpụrụkpụ ihe\",\n    \"supermarket\": \"ụlọ ahịa\",\n    \"supermarkets\": \"nnukwu ụlọ ahịa\",\n    \"supermarvelous\": \"nnukwu ihe\",\n    \"supermarvelously\": \"oke ebube\",\n    \"supermarvelousness\": \"ọmarịcha\",\n    \"supermaterial\": \"nnukwu ihe\",\n    \"supermathematically\": \"supermathematics\",\n    \"supermechanical\": \"nnukwu ihe\",\n    \"supermechanically\": \"n'ikuku\",\n    \"supermedial\": \"nlekọta ahụ ike\",\n    \"supermedially\": \"ozugbo\",\n    \"supermedicine\": \"nnukwu ọgwụ\",\n    \"supermen\": \"ndị isi\",\n    \"supermental\": \"nke oke\",\n    \"supermentality\": \"ibu ụzọ\",\n    \"supermetropolitan\": \"nnukwu obodo\",\n    \"supermilitary\": \"nnukwu ihe\",\n    \"supermini\": \"nnukwu ihe\",\n    \"superminis\": \"nnukwu ihe\",\n    \"supermystery\": \"nnukwu ihe\",\n    \"supermixture\": \"ihe mmachi\",\n    \"supermodestly\": \"n'ụzọ dị mma\",\n    \"supermolten\": \"zoro oke\",\n    \"supermorally\": \"n'ụzọ zuru oke\",\n    \"supermorosely\": \"n'ụzọ zuru oke\",\n    \"supermunicipal\": \"nnukwu ọchịchị\",\n    \"supernally\": \"elu ọnụ\",\n    \"supernatant\": \"ọkasị mma\",\n    \"supernatation\": \"ọkasị mma\",\n    \"supernation\": \"Nlekọta\",\n    \"supernational\": \"supranational\",\n    \"supernationalism\": \"supranationalism\",\n    \"supernationalisms\": \"supernationalism\",\n    \"supernationalist\": \"onye isi mba\",\n    \"supernationally\": \"elu ụwa\",\n    \"supernatural\": \"ejiri Ananayas\",\n    \"supernaturalise\": \"ejiri Ananayas\",\n    \"supernaturalised\": \"ike karịrị nke mmadụ\",\n    \"supernaturalising\": \"ike karịrị nke mmadụ\",\n    \"supernaturalism\": \"ike karịrị nke mmadụ\",\n    \"supernaturalist\": \"dibịa afa\",\n    \"supernaturalistic\": \"ejiri anwansi\",\n    \"supernaturality\": \"ike karịrị nke mmadụ\",\n    \"supernaturalize\": \"ike karịrị ike\",\n    \"supernaturalized\": \"ike karịrị nke mmadụ\",\n    \"supernaturalizing\": \"ike karịrị nke mmadụ\",\n    \"supernaturally\": \"ejiri anwansi\",\n    \"supernaturalness\": \"ike karịrị nke mmadụ\",\n    \"supernecessity\": \"nnukwu mkpa\",\n    \"supernecessities\": \"ibu mkpa\",\n    \"supernotably\": \"n'ụzọ zuru oke\",\n    \"supernuity\": \"ibu ibu\",\n    \"supernumerary\": \"karịrị akarị\",\n    \"supernumerariness\": \"karịrị akarị\",\n    \"supernumeraryship\": \"supernumeraryhiphip\",\n    \"supernumerous\": \"karịrị akarị\",\n    \"supernumerously\": \"karịrị akarị\",\n    \"supernumerousness\": \"karịrị akarị\",\n    \"supernutrition\": \"erighị ihe na-edozi ahụ\",\n    \"superobedient\": \"Superobedient\",\n    \"superobese\": \"Superobese\",\n    \"superobjectionable\": \"super ekwenyeghi\",\n    \"superobjectionably\": \"super objectionably\",\n    \"superobstinateness\": \"Superobstinateness\",\n    \"superodorsal\": \"Superodorsal\",\n    \"superoffensive\": \"Superoffensive\",\n    \"superoffensively\": \"n'ụzọ zuru oke\",\n    \"superoffensiveness\": \"oke ibu\",\n    \"superofficious\": \"superofficial\",\n    \"superofficiously\": \"superofficially\",\n    \"superopposition\": \"nkwanye ugwu\",\n    \"superoratorically\": \"n'ụzọ dị mfe\",\n    \"superorbital\": \"chukwuebuka\",\n    \"superordain\": \"su Emperordain\",\n    \"superorder\": \"suusader\",\n    \"superordinal\": \"ezeukwu\",\n    \"superordinary\": \"eze ukwu\",\n    \"superordinate\": \"eze ukwu\",\n    \"superordinated\": \"eze ukwu\",\n    \"superordinating\": \"na-achịkwa\",\n    \"superordination\": \"icha eze\",\n    \"superorganic\": \"chukwuebuka\",\n    \"superorganism\": \"ikike\",\n    \"superorganization\": \"nhazi\",\n    \"superorganize\": \"haezeganize\",\n    \"superornament\": \"eze ukwu\",\n    \"superornamental\": \"chukwuebuka\",\n    \"superornamentally\": \"eze ukwu\",\n    \"superosculate\": \"nnukwu ihe\",\n    \"superoxygenation\": \"Superoxygenation\",\n    \"superparliamentary\": \"oke ochichi obodo\",\n    \"superpartient\": \"nnukwu ikike\",\n    \"superpassage\": \"nchịkwa\",\n    \"superpatience\": \"nnukwu ndidi\",\n    \"superpatient\": \"nnukwu ụlọ ọgwụ\",\n    \"superpatriot\": \"onye isi ala\",\n    \"superpatriotic\": \"onye isi ala\",\n    \"superpatriotism\": \"ịhụ mba n'anya\",\n    \"superperfect\": \"zuru oke\",\n    \"superperfectly\": \"zuru oke\",\n    \"superperson\": \"onye nlekọta\",\n    \"superpersonally\": \"onye isi\",\n    \"superpetrosal\": \"nnukwu ihe\",\n    \"superpetrous\": \"ọkpụrụkpụ\",\n    \"superpiety\": \"nnukwu ike\",\n    \"superpious\": \"ọkpụrụkpụ\",\n    \"superpiously\": \"n'ụzọ zuru oke\",\n    \"superpiousness\": \"ịdị elu\",\n    \"superplausible\": \"super ezi uche\",\n    \"superplausibleness\": \"a pụrụ ịdabere na ya\",\n    \"superplausibly\": \"dị mma\",\n    \"superplease\": \"mejuputa\",\n    \"superplus\": \"gbakwunyere\",\n    \"superpolitely\": \"n'ụzọ zuru oke\",\n    \"superpoliteness\": \"oke ibu\",\n    \"superponderance\": \"ọkpụrụkpụ\",\n    \"superponderant\": \"nnukwu mma\",\n    \"superpopulated\": \"nwere ọtụtụ\",\n    \"superpopulatedly\": \"superpopulated naanị\",\n    \"superpopulatedness\": \"nchịkwa\",\n    \"superpopulation\": \"ọnụọgụgụ\",\n    \"superposed\": \"chịkọtara\",\n    \"superposes\": \"na-achịkwa\",\n    \"superpositions\": \"superposition\",\n    \"superpositiveness\": \"superpositiveness nke ike\",\n    \"superpossition\": \"nchịkwa\",\n    \"superpower\": \"ike di elu\",\n    \"superpowered\": \"ike\",\n    \"superpowers\": \"ndi ike\",\n    \"superpraise\": \"elu ọrụ\",\n    \"superpraised\": \"toro\",\n    \"superpraising\": \"na-emekọ ihe ọnụ\",\n    \"superprecariously\": \"super precariously\",\n    \"superprecariousness\": \"enweghị nsogbu\",\n    \"superprecise\": \"zuru oke\",\n    \"superprecisely\": \"zuru oke\",\n    \"superpreciseness\": \"ọkpụrụkpụ\",\n    \"superpreparation\": \"superpreparapara\",\n    \"superprepared\": \"zuru oke\",\n    \"superproduce\": \"ngwaahịa\",\n    \"superproduced\": \"ngwaahịa\",\n    \"superproducing\": \"na-emeputa\",\n    \"superproportion\": \"oke\",\n    \"superprosperous\": \"nnukwu ihe\",\n    \"superqualified\": \"tozuru oke\",\n    \"superqualifying\": \"isonye\",\n    \"superquoted\": \"ọkọnọ\",\n    \"superquoting\": \"na-achịkwa\",\n    \"superradical\": \"nnukwu ihe\",\n    \"superradically\": \"n'ụzọ zuru oke\",\n    \"superradicalness\": \"imebiga ihe ókè\",\n    \"superrational\": \"dị elu\",\n    \"superrationally\": \"n'ụzọ zuru oke\",\n    \"superreaction\": \"elu ọrụ\",\n    \"superrefined\": \"nkọwapụta\",\n    \"superrefinement\": \"nkọwapụta\",\n    \"superrefining\": \"ịkọwapụta\",\n    \"superreflection\": \"ntughari\",\n    \"superreform\": \"njikwa\",\n    \"superreformation\": \"mmekorita\",\n    \"superregal\": \"nlekọta\",\n    \"superregally\": \"n'ụzọ nchịkwa\",\n    \"superregeneration\": \"nlekọta\",\n    \"superregenerative\": \"nlekọta\",\n    \"superregistration\": \"nlekọta\",\n    \"superregulation\": \"njikwa\",\n    \"superreliance\": \"ịdị elu\",\n    \"superremuneration\": \"nchịkwa\",\n    \"superrequirement\": \"ihe niile\",\n    \"superrespectability\": \"nnukwu ihe\",\n    \"superrespectableness\": \"izu ahia\",\n    \"superresponsibility\": \"njikwa\",\n    \"superresponsible\": \"na-achịkwa\",\n    \"superresponsibleness\": \"imebiga ihe ókè\",\n    \"superresponsibly\": \"n'ụzọ zuru oke\",\n    \"superrestriction\": \"nchịkwa\",\n    \"superreward\": \"nlekọta\",\n    \"superrheumatized\": \"jisie ike\",\n    \"superrighteous\": \"dị oke mma\",\n    \"superrighteously\": \"n'ụzọ ziri ezi\",\n    \"superrighteousness\": \"ime ezi omume\",\n    \"superroyal\": \"imebiga ihe ókè\",\n    \"superromantically\": \"super ịhụnanya\",\n    \"supers\": \"okpu\",\n    \"supersacerdotal\": \"super sacerdotal\",\n    \"supersacred\": \"zoro\",\n    \"supersacrifice\": \"nkwenkwe ụgha\",\n    \"supersafely\": \"n’elu\",\n    \"supersafeness\": \"nkwenkwe ụgha\",\n    \"supersafety\": \"nkwenkwe ụgha\",\n    \"supersagacious\": \"nkwenkwe ụgha\",\n    \"supersagaciously\": \"Mgbe ochie\",\n    \"supersagaciousness\": \"nkwenkwe ụgha\",\n    \"supersaint\": \"isi ike\",\n    \"supersaintly\": \"nkwanye ugwu\",\n    \"supersalesmanship\": \"nkwanye ugwu\",\n    \"supersalesmen\": \"ndị isi\",\n    \"supersaliency\": \"nkwanye ugwu\",\n    \"supersalient\": \"kpakpando\",\n    \"supersalt\": \"karịrị ike\",\n    \"supersanction\": \"nkwenkwe ụgha\",\n    \"supersanguine\": \"Okpukpo\",\n    \"supersanguinity\": \"nkwenkwe ụgha\",\n    \"supersanity\": \"nkwenkwe ụgha\",\n    \"supersarcastic\": \"nkwenkwe ụgha\",\n    \"supersarcastically\": \"nkwenkwe ụgha\",\n    \"supersatisfaction\": \"nkwenye\",\n    \"supersatisfy\": \"nkwenye\",\n    \"supersatisfied\": \"afọ ojuju\",\n    \"supersatisfying\": \"nkwenkwe ụgha\",\n    \"supersaturated\": \"nnukwu ọnụ\",\n    \"supersaturation\": \"okpukpuchi\",\n    \"superscandalous\": \"nnukwu echiche\",\n    \"superscandalously\": \"ọcụandaụ\",\n    \"superscholarly\": \"nnukwu ụlọ\",\n    \"superscientific\": \"nkwenkwe ụgha\",\n    \"superscientifically\": \"nkwenkwe ụgha\",\n    \"superscribe\": \"tinye aha\",\n    \"superscribed\": \"n'elu\",\n    \"superscribes\": \"na-ede ihe\",\n    \"superscribing\": \"na-edeghari ihe\",\n    \"superscript\": \"ihe odide\",\n    \"superscripted\": \"debanyere aha\",\n    \"superscripting\": \"nkwanye ugwu\",\n    \"superscription\": \"ndebanye aha\",\n    \"superscriptions\": \"ndebanye aha\",\n    \"superscripts\": \"ihe ederede\",\n    \"superscrive\": \"ndebanye aha\",\n    \"supersecretion\": \"nkwenkwe ụgha\",\n    \"supersecretive\": \"nkwenkwe ụgha\",\n    \"supersecretively\": \"nkwonkwo\",\n    \"supersecretiveness\": \"nkwonkwo nkwenkwe\",\n    \"supersecular\": \"nkwenkwe ụgha\",\n    \"supersecularly\": \"nkwenkwe ụgha\",\n    \"supersecure\": \"kpakpando\",\n    \"supersecurely\": \"ọkpụrụkpụ\",\n    \"supersecureness\": \"nkwenkwe ụgha\",\n    \"supersedable\": \"Akwadoro\",\n    \"supersede\": \"gbanwee\",\n    \"superseded\": \"gbanwere\",\n    \"supersedence\": \"nkwenkwe ụgha\",\n    \"superseder\": \"gbanwere\",\n    \"supersedes\": \"Na-akụ\",\n    \"superseding\": \"na-asọ oyi\",\n    \"supersedure\": \"Okpukpo\",\n    \"superselect\": \"zaghachi\",\n    \"superselection\": \"nkwenkwe ụgha\",\n    \"superseminate\": \"ihe di elu\",\n    \"supersemination\": \"nkwenkwe ụgha\",\n    \"superseniority\": \"ọkpụrụkpụ aha\",\n    \"supersensible\": \"nkwenye\",\n    \"supersensibleness\": \"nkwenye\",\n    \"supersensibly\": \"karịrị akarị\",\n    \"supersensitise\": \"nnuku\",\n    \"supersensitised\": \"Ntughari\",\n    \"supersensitising\": \"na-echekwa\",\n    \"supersensitive\": \"na-echekwa ihe\",\n    \"supersensitiveness\": \"nkwanye ugwu\",\n    \"supersensitize\": \"na-achịkwa ihe\",\n    \"supersensitizing\": \"na-echekwa ihe\",\n    \"supersensual\": \"nkwenkwe ụgha\",\n    \"supersensualism\": \"nkwenkwe ụgha\",\n    \"supersensualist\": \"nkwonkwo ugwu\",\n    \"supersensualistic\": \"nkwenkwe ụgha\",\n    \"supersensuality\": \"nkwenkwe ụgha\",\n    \"supersensually\": \"nkwenkwe ụgha\",\n    \"supersensuous\": \"nkwenkwe ụgha\",\n    \"supersensuously\": \"nkwenkwe ụgha\",\n    \"supersensuousness\": \"nkwenkwe ụgha\",\n    \"supersentimentally\": \"nkechi\",\n    \"superseptal\": \"nkwenkwe ụgha\",\n    \"superseraphically\": \"karịrị ike\",\n    \"superserious\": \"okpu\",\n    \"superseriously\": \"Ebere\",\n    \"superseriousness\": \"nkwanye ugwu\",\n    \"superservice\": \"ọrụ\",\n    \"superserviceable\": \"nwepu ike\",\n    \"superserviceableness\": \"nwepu ike\",\n    \"superserviceably\": \"ọrụ\",\n    \"supersesquitertial\": \"nkwenkwe ụgha\",\n    \"supersession\": \"nkwenkwe ụgha\",\n    \"supersessive\": \"nkwenkwe ụgha\",\n    \"supersevere\": \"karịrị ike\",\n    \"superseverely\": \"ọkpụrụkpụ\",\n    \"supersevereness\": \"nkwanye ugwu\",\n    \"superseverity\": \"ike karịrị akarị\",\n    \"supersex\": \"nkwenkwe ụgha\",\n    \"supersexual\": \"nkwenkwe ụgha\",\n    \"supershipment\": \"okpueze\",\n    \"supersignificant\": \"okpu\",\n    \"supersignificantly\": \"nke ukwuu\",\n    \"supersilent\": \"nkwenye\",\n    \"supersilently\": \"n’elu\",\n    \"supersympathetic\": \"nwee obi ebere\",\n    \"supersympathy\": \"Obi ebere\",\n    \"supersympathies\": \"Obi ebere\",\n    \"supersimplicity\": \"nkwenkwe ụgha\",\n    \"supersimplify\": \"tinyekwuoro\",\n    \"supersimplified\": \"gbanwere\",\n    \"supersimplifying\": \"na-eme ka ha gbasaa\",\n    \"supersincerity\": \"nkwenkwe ụgha\",\n    \"supersingular\": \"karịrị nke\",\n    \"supersystem\": \"nnukwu usoro\",\n    \"supersistent\": \"okpu\",\n    \"supersize\": \"tinye ọnụ\",\n    \"supersmart\": \"kpakpando\",\n    \"supersmartly\": \"kpakpando\",\n    \"supersmartness\": \"nkwanye ugwu\",\n    \"supersocial\": \"nkwenkwe ụgha\",\n    \"supersoil\": \"Anụmanụ\",\n    \"supersolar\": \"kpakpando\",\n    \"supersolemn\": \"okpu\",\n    \"supersolemness\": \"nkwenkwe ụgha\",\n    \"supersolemnity\": \"nkwenkwe ụgha\",\n    \"supersolemnly\": \"okpu\",\n    \"supersolemnness\": \"nkwenkwe ụgha\",\n    \"supersolicitation\": \"nkwenkwe ụgha\",\n    \"supersolid\": \"kpakpando\",\n    \"supersonant\": \"onye nwe ụlọ\",\n    \"supersonic\": \"karịrị ike\",\n    \"supersonically\": \"n'ụzọ\",\n    \"supersonics\": \"ndị na-ahụ maka ya\",\n    \"supersovereign\": \"nwekwanu ike\",\n    \"supersovereignty\": \"ikike ọchịchị\",\n    \"superspecialize\": \"ma ọ bụ ihe kacha mkpa\",\n    \"superspecialized\": \"ihe anakpo\",\n    \"superspecializing\": \"itinye aka n'ihe di iche\",\n    \"superspecies\": \"nkwenkwe ụgha\",\n    \"superspecification\": \"nkwenkwe ụgha\",\n    \"supersphenoid\": \"nnukwu ụlọ\",\n    \"supersphenoidal\": \"ọkọnọ\",\n    \"superspinous\": \"okpu\",\n    \"superspiritual\": \"ihe nkwanye ugwu\",\n    \"superspirituality\": \"nkwenkwe ụgha\",\n    \"superspiritually\": \"nkwenkwe ụgha\",\n    \"superstage\": \"nkwanye ugwu\",\n    \"superstandard\": \"kpakpando\",\n    \"superstar\": \"kpakpando\",\n    \"superstate\": \"ịnyịnya ibu\",\n    \"superstatesmen\": \"ndị nwe okwukwe\",\n    \"superstylish\": \"nkwenkwe ụgha\",\n    \"superstylishly\": \"nkwenkwe ụgha\",\n    \"superstylishness\": \"nkwenkwe ụgha\",\n    \"superstimulate\": \"nkwenkwe ụgha\",\n    \"superstimulated\": \"nkwenkwe ụgha\",\n    \"superstimulating\": \"na -ele anya\",\n    \"superstimulation\": \"nkwenkwe ụgha\",\n    \"superstition\": \"nkwenkwe ụgha\",\n    \"superstitionist\": \"nkwenkwe ụgha\",\n    \"superstitionless\": \"nkwenkwe ụgha\",\n    \"superstitions\": \"na nkwenkwe ụgha\",\n    \"superstitious\": \"nkwenkwe ụgha\",\n    \"superstitiously\": \"nkwenkwe ụgha\",\n    \"superstitiousness\": \"nkwenkwe ụgha\",\n    \"superstoical\": \"nkwenkwe ụgha\",\n    \"superstoically\": \"okpu\",\n    \"superstrata\": \"kpakpando\",\n    \"superstratums\": \"kpakpando\",\n    \"superstrenuous\": \"Na-eme ihe na-enweghị isi\",\n    \"superstrenuously\": \"Anyanwu\",\n    \"superstrenuousness\": \"nkwenkwe ụgha\",\n    \"superstrict\": \"kpakpando\",\n    \"superstrictly\": \"kpakpando\",\n    \"superstrictness\": \"nkwenkwe ụgha\",\n    \"superstructed\": \"gbanwere\",\n    \"superstruction\": \"nkwenkwe ụgha\",\n    \"superstructive\": \"nkwenkwe ụgha\",\n    \"superstructor\": \"nnukwu ohia\",\n    \"superstructory\": \"nnukwu ụlọ\",\n    \"superstructral\": \"nnukwu ụlọ\",\n    \"superstructures\": \"ihe owuwu\",\n    \"supersubstantiality\": \"nkwenkwe ụgha\",\n    \"supersubstantially\": \"okpu\",\n    \"supersubtle\": \"supersubulu\",\n    \"supersubtlety\": \"nkwenkwe ụgha\",\n    \"supersufficiency\": \"nkwenkwe ụgha\",\n    \"supersufficient\": \"karịrị akarị\",\n    \"supersufficiently\": \"super zuru ezu\",\n    \"supersulcus\": \"super sulcus\",\n    \"supersulfate\": \"kpakpando\",\n    \"supersulfureted\": \"Anukwu\",\n    \"supersulfurize\": \"kpakpando\",\n    \"supersulfurized\": \"zoro\",\n    \"supersulfurizing\": \"ihe na-emenụ\",\n    \"supersulphureted\": \"gbanwere\",\n    \"supersulphurizing\": \"na-echekwa echiche\",\n    \"supersuperabundance\": \"ihe karịrị akarị\",\n    \"supersuperabundant\": \"super superabundant\",\n    \"supersuperabundantly\": \"super superabundantly\",\n    \"supersuperior\": \"ọkọnọ\",\n    \"supersupremacy\": \"nkwenkwe ụgha\",\n    \"supersupreme\": \"okpu\",\n    \"supersurprise\": \"nnukwu ọrụ\",\n    \"supersuspicion\": \"nkwenkwe ụgha\",\n    \"supersuspicious\": \"super enyo\",\n    \"supersuspiciously\": \"super enyo\",\n    \"supersuspiciousness\": \"super enyo\",\n    \"supersweet\": \"okpu\",\n    \"supersweetly\": \"Anụmanụ\",\n    \"supersweetness\": \"nkwanye ugwu\",\n    \"supertanker\": \"nnukwu ụgbọ mmiri\",\n    \"supertare\": \"nnukwu ụlọ ahịa\",\n    \"supertartrate\": \"nchịkwa\",\n    \"supertempt\": \"nnukwu ihe\",\n    \"supertemptation\": \"nnabata\",\n    \"superterranean\": \"Ala mmiri\",\n    \"superterraneous\": \"ọgụgụ\",\n    \"superterrestial\": \"ọkaibe\",\n    \"superthoroughly\": \"zuru oke\",\n    \"superthoroughness\": \"nchịkwa\",\n    \"supertoleration\": \"nchịkwa\",\n    \"supertonic\": \"nnukwu anụ ahụ\",\n    \"supertower\": \"ụlọ elu\",\n    \"supertragedy\": \"nnukwu ọdachi\",\n    \"supertragedies\": \"ahia\",\n    \"supertragical\": \"nke na-eme nlebara anya\",\n    \"supertragically\": \"dị oke egwu\",\n    \"supertrain\": \"nnukwu ọrụ\",\n    \"supertranscendent\": \"nnukwu ihe\",\n    \"supertreason\": \"nnukwu ihe\",\n    \"supertuchun\": \"ikechukwu\",\n    \"superugly\": \"siri ike\",\n    \"superultrafrostified\": \"Ikechukwu Okeke\",\n    \"superunity\": \"nchịkwa\",\n    \"superuniversal\": \"nnukwu\",\n    \"superuniversally\": \"elu ọnụ\",\n    \"superurgency\": \"izu ike\",\n    \"superurgent\": \"dị ike\",\n    \"superurgently\": \"nke ọma\",\n    \"supervalue\": \"nlekọta\",\n    \"supervalued\": \"tinye ọnụ\",\n    \"supervaluing\": \"ileba anya\",\n    \"supervast\": \"na-elekọta\",\n    \"supervened\": \"supervene\",\n    \"supervenience\": \"ndabacha\",\n    \"supervenient\": \"dị mfe\",\n    \"supervening\": \"na-achịkwa\",\n    \"supervenosity\": \"ikekwe\",\n    \"supervention\": \"nlekọta\",\n    \"supervestment\": \"ego\",\n    \"supervictory\": \"nlekọta\",\n    \"supervictories\": \"nlekọta\",\n    \"supervictorious\": \"nlekọta\",\n    \"supervictoriousness\": \"nwekwaa ike\",\n    \"supervigilance\": \"nlekọta\",\n    \"supervigilant\": \"onye nlekota oru\",\n    \"supervigilantly\": \"na-elekọta anya\",\n    \"supervigorous\": \"na-elekọta ọrụ\",\n    \"supervigorously\": \"na-elekọta anya\",\n    \"supervisal\": \"nlekọta\",\n    \"supervisance\": \"nlekọta\",\n    \"supervise\": \"lekọta\",\n    \"supervised\": \"lekọtara\",\n    \"supervisee\": \"lekọta\",\n    \"supervises\": \"na-elekọta\",\n    \"supervising\": \"na-elekọta\",\n    \"supervision\": \"nlekọta\",\n    \"supervisionary\": \"nlekọta\",\n    \"supervisive\": \"nlekọta\",\n    \"supervisor\": \"onye nlekọta\",\n    \"supervisory\": \"nlekọta\",\n    \"supervisorial\": \"nlekọta\",\n    \"supervisors\": \"ndị nlekọta\",\n    \"supervisorship\": \"nlekọta\",\n    \"supervisual\": \"nlekọta\",\n    \"supervisually\": \"nlekọta\",\n    \"supervisure\": \"nlekọta\",\n    \"supervitally\": \"n'ụzọ zuru oke\",\n    \"supervive\": \"jisike\",\n    \"supervolition\": \"nchịkwa\",\n    \"superwealthy\": \"nwere ike\",\n    \"superweening\": \"na -enweta\",\n    \"superwise\": \"oke\",\n    \"superwoman\": \"nwanyị\",\n    \"superwomen\": \"ụmụ nwanyị\",\n    \"superworldly\": \"ụwa niile\",\n    \"superworldliness\": \"ịdị uchu\",\n    \"superwrought\": \"superwrowed\",\n    \"superzealous\": \"onye na-anụ ọkụ n'obi\",\n    \"superzealously\": \"n'ekpere\",\n    \"superzealousness\": \"okeke\",\n    \"supes\": \"dị iche iche\",\n    \"supinate\": \"mechie\",\n    \"supination\": \"nkedo\",\n    \"supine\": \"rie nri\",\n    \"supineness\": \"ịdị elu\",\n    \"supinity\": \"ọkpụrụkpụ\",\n    \"suplex\": \"Suplex\",\n    \"supp\": \"Nri\",\n    \"suppable\": \"bute\",\n    \"suppage\": \"kwusi\",\n    \"supped\": \"nri\",\n    \"suppedaneous\": \"dị mkpa\",\n    \"suppedit\": \"chiri\",\n    \"suppeditate\": \"ikwusi\",\n    \"suppeditation\": \"iche echiche\",\n    \"supper\": \"nri anyasị\",\n    \"suppering\": \"na-enye nri\",\n    \"supperless\": \"abali\",\n    \"suppers\": \"nri abalị\",\n    \"suppertime\": \"nri abalị\",\n    \"supperward\": \"nri\",\n    \"supperwards\": \"nri anyasị\",\n    \"supping\": \"na-eri nri\",\n    \"suppl\": \"bunye\",\n    \"supplace\": \"kwusi\",\n    \"supplant\": \"gbasaa\",\n    \"supplantation\": \"oku\",\n    \"supplanted\": \"echiri\",\n    \"supplanter\": \"onye na-enye aka\",\n    \"supplanters\": \"ndị na-akụ afọ n'ala\",\n    \"supplanting\": \"na-akụchi\",\n    \"supplantment\": \"ike\",\n    \"supplants\": \"ihe ndozi\",\n    \"suppled\": \"supple\",\n    \"supplely\": \"supple\",\n    \"supplement\": \"mmeju\",\n    \"supplemental\": \"mmeju\",\n    \"supplementally\": \"mmeju\",\n    \"supplementals\": \"ndị mmeju\",\n    \"supplementary\": \"nke ntụkwasị\",\n    \"supplementaries\": \"ihe mgbakwunye\",\n    \"supplementarily\": \"Ọzọkwa\",\n    \"supplementation\": \"Mgbakwunye\",\n    \"supplemented\": \"agbakwunyere\",\n    \"supplementer\": \"agbakwunyere\",\n    \"supplementing\": \"agbakwunye\",\n    \"supplements\": \"Mmeju\",\n    \"suppleness\": \"nro\",\n    \"suppler\": \"soplaya\",\n    \"supples\": \"onunu\",\n    \"supplest\": \"nke kachasị njọ\",\n    \"suppletion\": \"Mgbakwunye\",\n    \"suppletive\": \"supple\",\n    \"suppletory\": \"supple\",\n    \"suppletories\": \"ihe mgbakwunye\",\n    \"suppletorily\": \"agbakwunye\",\n    \"supply\": \"ọkọnọ\",\n    \"suppliable\": \"kwere ekwe\",\n    \"supplial\": \"kwalite\",\n    \"suppliance\": \"nnabata\",\n    \"suppliancy\": \"na-eme ihe ike\",\n    \"suppliancies\": \"ndị na-arịọ arịrịọ\",\n    \"suppliant\": \"na-eti mkpu\",\n    \"suppliantly\": \"na-arịọsi anya ike\",\n    \"suppliantness\": \"mkpu\",\n    \"suppliants\": \"ndị na-akpọ oku\",\n    \"supplicancy\": \"na-arịọsi arịrịọ ike\",\n    \"supplicant\": \"na-arịọsi arịrịọ ike\",\n    \"supplicantly\": \"na-arịọsi arịrịọ ike\",\n    \"supplicants\": \"na-arịọsi arịrịọ ike\",\n    \"supplicat\": \"na-akpọku\",\n    \"supplicate\": \"na-arịọsi arịrịọ ike\",\n    \"supplicated\": \"gbara\",\n    \"supplicates\": \"na-arịọsi arịrịọ ike\",\n    \"supplicating\": \"na-arịọsi arịrịọ ike\",\n    \"supplicatingly\": \"na-arịọsi arịrịọ ike\",\n    \"supplication\": \"ekpere\",\n    \"supplicationer\": \"na-arịọsi arịrịọ ike\",\n    \"supplications\": \"na-arịọsi arịrịọ ike\",\n    \"supplicative\": \"na-arịọ arịrịọ\",\n    \"supplicator\": \"na-ekpe ekpere\",\n    \"supplicatory\": \"na-arịọsi arịrịọ ike\",\n    \"supplicavit\": \"na-arịọ arịrịọ\",\n    \"supplice\": \"kpọchie anya\",\n    \"supplied\": \"ọnọ\",\n    \"supplier\": \"soplaya\",\n    \"suppliers\": \"ndị na-eweta ngwaahịa\",\n    \"supplies\": \"onunu\",\n    \"supplying\": \"kpọbata\",\n    \"suppling\": \"zie ozi\",\n    \"suppnea\": \"ụra\",\n    \"suppone\": \"chere\",\n    \"support\": \"nkwado\",\n    \"supportability\": \"nkwado\",\n    \"supportable\": \"kwadoro\",\n    \"supportableness\": \"Nkwado\",\n    \"supportably\": \"na-akwado ya\",\n    \"supportance\": \"nkwado\",\n    \"supportasse\": \"nkwado\",\n    \"supportation\": \"nkwado\",\n    \"supported\": \"akwado\",\n    \"supporter\": \"onye nkwado\",\n    \"supporters\": \"ndị na-akwado\",\n    \"supportful\": \"na-akwado\",\n    \"supporting\": \"na-akwado\",\n    \"supportingly\": \"na-akwado\",\n    \"supportive\": \"na-akwado\",\n    \"supportively\": \"na-akwado\",\n    \"supportless\": \"enweghị nkwado\",\n    \"supportlessly\": \"na-akwadoghị\",\n    \"supportress\": \"nkwado\",\n    \"supports\": \"na-akwado\",\n    \"suppos\": \"ma ọ bụ\",\n    \"supposable\": \"Echere\",\n    \"supposableness\": \"na-eche\",\n    \"supposably\": \"eburu\",\n    \"supposal\": \"echiche\",\n    \"supposals\": \"echiche\",\n    \"suppose\": \"were\",\n    \"supposed\": \"chere\",\n    \"supposedly\": \"e chere\",\n    \"supposers\": \"Na-eche ihe\",\n    \"supposes\": \"na-eche\",\n    \"supposing\": \"na-eche\",\n    \"supposition\": \"nkwenye\",\n    \"suppositional\": \"n'echiche\",\n    \"suppositionally\": \"n'atụmatụ\",\n    \"suppositionary\": \"nkwenye\",\n    \"suppositionless\": \"enweghị atụ\",\n    \"suppositions\": \"echiche\",\n    \"suppositious\": \"na-atụgharị uche\",\n    \"supposititious\": \"na-atụgharị uche\",\n    \"supposititiously\": \"na-atụgharị uche\",\n    \"supposititiousness\": \"echiche efu\",\n    \"suppositive\": \"na-eche\",\n    \"suppositively\": \"n'echeghị echiche\",\n    \"suppositor\": \"ihe ndozi\",\n    \"suppository\": \"ihe ndozi\",\n    \"suppositories\": \"supposito\",\n    \"suppost\": \"chere\",\n    \"suppresion\": \"Mwepu\",\n    \"suppresive\": \"Mwepu\",\n    \"suppress\": \"igbochi\",\n    \"suppressal\": \"igbochi\",\n    \"suppressant\": \"na-ebelata\",\n    \"suppressants\": \"ndị na-egbochi\",\n    \"suppressed\": \"egbochi\",\n    \"suppressedly\": \"na-egbochi\",\n    \"suppressen\": \"igbochi\",\n    \"suppresser\": \"ebelata\",\n    \"suppresses\": \"na-ebelata\",\n    \"suppressibility\": \"mgbochi\",\n    \"suppressible\": \"igbochi\",\n    \"suppressing\": \"na-egbochi\",\n    \"suppression\": \"Mwepu\",\n    \"suppressionist\": \"mmechi\",\n    \"suppressions\": \"mmechi\",\n    \"suppressive\": \"igbochi\",\n    \"suppressively\": \"na-egbochi\",\n    \"suppressiveness\": \"nkwụsị\",\n    \"suppressor\": \"ebelata\",\n    \"suppressors\": \"ihe mmechi\",\n    \"supprime\": \"kpochapụ\",\n    \"supprise\": \"chie\",\n    \"suppurant\": \"nri abalị\",\n    \"suppurate\": \"suppurato\",\n    \"suppurated\": \"emejuwo\",\n    \"suppurates\": \"na-eburu\",\n    \"suppurating\": \"eburu\",\n    \"suppurations\": \"bekee\",\n    \"supputation\": \"Ntinye\",\n    \"suppute\": \"kpọbata\",\n    \"supracensorious\": \"kpakpando\",\n    \"supradental\": \"supradary\",\n    \"supradural\": \"onye isi\",\n    \"supragovernmental\": \"ọchịchị\",\n    \"suprahumanity\": \"ike\",\n    \"supraintellectual\": \"onye nwere ọgụgụ isi\",\n    \"supralateral\": \"supraral\",\n    \"supraliminally\": \"kari\",\n    \"supralineal\": \"Nkechi\",\n    \"supralittoral\": \"onye ike\",\n    \"supralunar\": \"nwekwaa\",\n    \"supralunary\": \"nkwado\",\n    \"supramental\": \"ike\",\n    \"supramortal\": \"onye isi\",\n    \"supranature\": \"isi\",\n    \"supraneural\": \"nchịkwa\",\n    \"supraordinary\": \"nke kachasị elu\",\n    \"supraordinate\": \"na-elekọta\",\n    \"supraordination\": \"nchịkwa\",\n    \"suprapygal\": \"ọgwụ ike\",\n    \"suprarationality\": \"suprara\",\n    \"suprarimal\": \"supira\",\n    \"suprasegmental\": \"supraserasi\",\n    \"suprasensuous\": \"kpakpando\",\n    \"supraseptal\": \"nchịkwa\",\n    \"suprastandard\": \"onye isi\",\n    \"suprastapedial\": \"izu ike\",\n    \"suprastate\": \"igbado\",\n    \"suprastigmal\": \"izu ike\",\n    \"supraterraneous\": \"n'usoro\",\n    \"supravise\": \"mechie\",\n    \"supraworld\": \"ikekwe\",\n    \"supremacy\": \"onye kachasị elu\",\n    \"supremacies\": \"nchịkwa\",\n    \"supremacist\": \"onye isi\",\n    \"supremacists\": \"ndị na-eme ihe ike\",\n    \"suprematism\": \"Suprematism\",\n    \"suprematist\": \"onye na-akwado ihe\",\n    \"supreme\": \"nke kachasị elu\",\n    \"supremely\": \"nke kachasị\",\n    \"supremeness\": \"ịdị elu\",\n    \"supremer\": \"nke kachasị elu\",\n    \"supremest\": \"onyekwere t\",\n    \"supremity\": \"onye kachasị elu\",\n    \"supremities\": \"ọchịchị\",\n    \"supremum\": \"nwekwaa\",\n    \"suprerogative\": \"ikike\",\n    \"supressed\": \"kpudo\",\n    \"suprising\": \"ịtụnanya\",\n    \"sups\": \"inu\",\n    \"suption\": \"mmiri\",\n    \"supulchre\": \"olulu\",\n    \"supvr\": \"Nkechi\",\n    \"suq\": \"souq\",\n    \"sur\": \"Nweke\",\n    \"suraddition\": \"onyinye\",\n    \"surah\": \"sura\",\n    \"surahee\": \"sura\",\n    \"surahs\": \"surah\",\n    \"suralimentation\": \"inwe ikike\",\n    \"surance\": \"nsị\",\n    \"surbased\": \"surbii\",\n    \"surbasement\": \"mbubata\",\n    \"surbases\": \"nyocha\",\n    \"surbedded\": \"surbed\",\n    \"surbedding\": \"surbed\",\n    \"surceased\": \"surce\",\n    \"surceases\": \"Ahụhụ\",\n    \"surceasing\": \"na-eche\",\n    \"surcharge\": \"ngbakwunye\",\n    \"surcharged\": \"mgbakwunye\",\n    \"surcharger\": \"ngbakwunye\",\n    \"surchargers\": \"mgbakwunye\",\n    \"surcharges\": \"mgbakwunye\",\n    \"surcharging\": \"karịrị ụgwọ\",\n    \"surcingle\": \"Ahụhụ\",\n    \"surcingled\": \"Ahụhụ\",\n    \"surcingles\": \"surcing\",\n    \"surcingling\": \"Ahụhụ\",\n    \"surcle\": \"uzo\",\n    \"surcloy\": \"n'ezie\",\n    \"surcoat\": \"okpu\",\n    \"surcoats\": \"Ulo mkpuchi\",\n    \"surculigerous\": \"na-eme mkpọtụ\",\n    \"surculous\": \"ebube\",\n    \"surculus\": \"kari\",\n    \"surd\": \"Uzoamaka\",\n    \"surdation\": \"Nwunye\",\n    \"surdent\": \"surd\",\n    \"surdity\": \"Udiri\",\n    \"surds\": \"Ochie\",\n    \"sure\": \"n'aka\",\n    \"surebutted\": \"n'aka\",\n    \"sured\": \"n'aka\",\n    \"surefire\": \"ekwenye ekwenye\",\n    \"surefooted\": \"ejiri n'aka\",\n    \"surefootedly\": \"ijide n'aka na ụkwụ\",\n    \"surefootedness\": \"ijide n'aka\",\n    \"surely\": \"n'ezie\",\n    \"surement\": \"n'aka\",\n    \"sureness\": \"mgbu\",\n    \"surenesses\": \"dị ka ime ara\",\n    \"surer\": \"n'aka\",\n    \"suresby\": \"Okechukwu\",\n    \"surest\": \"ijide n'aka\",\n    \"surety\": \"nkwa\",\n    \"sureties\": \"ndị ji n'aka\",\n    \"suretyship\": \"ihe ndi ozo\",\n    \"surette\": \"Okechukwu\",\n    \"surexcitation\": \"xgba mbọ\",\n    \"surf\": \"sọfụ\",\n    \"surface\": \"elu\",\n    \"surfaceless\": \"enweghị ihu\",\n    \"surfaceness\": \"ịdị elu\",\n    \"surfacer\": \"sọks\",\n    \"surfaces\": \"elu\",\n    \"surfacy\": \"sọfụfụ\",\n    \"surfacing\": \"n'arụ\",\n    \"surfbird\": \"nnụnnụ mmiri\",\n    \"surfbirds\": \"nnụnnụ mmiri\",\n    \"surfboard\": \"sọfụfụ\",\n    \"surfboarder\": \"sọfụfụ\",\n    \"surfboarding\": \"sọfụfụ\",\n    \"surfboards\": \"sọfụfụ\",\n    \"surfboat\": \"ụgbọ mmiri\",\n    \"surfboats\": \"ụgbọ mmiri\",\n    \"surfcaster\": \"sọfụfụ\",\n    \"surfcasting\": \"sọfụfụ\",\n    \"surfed\": \"sọfụ\",\n    \"surfeit\": \"surka\",\n    \"surfeited\": \"surfefe\",\n    \"surfeitedness\": \"surfefeness\",\n    \"surfeits\": \"surfefe\",\n    \"surfers\": \"Ndị surfers\",\n    \"surffish\": \"sọfụ azụ\",\n    \"surffishes\": \"sọfụ sọfụ\",\n    \"surficial\": \"elu elu\",\n    \"surfie\": \"surfer\",\n    \"surfier\": \"surfer\",\n    \"surfing\": \"sọọfụ\",\n    \"surfings\": \"Farisii\",\n    \"surfle\": \"sọfụ\",\n    \"surflike\": \"sọfụfụ\",\n    \"surfman\": \"sọfụ\",\n    \"surfmanship\": \"kpakpando\",\n    \"surfmen\": \"ndị na-agba mmiri\",\n    \"surfperch\": \"surfako\",\n    \"surfriding\": \"Farisii\",\n    \"surfs\": \"Ndiokwu\",\n    \"surfuse\": \"sọfụfụ\",\n    \"surfusion\": \"ikuku\",\n    \"surge\": \"kari\",\n    \"surged\": \"kari\",\n    \"surgency\": \"ngwa ngwa\",\n    \"surgeon\": \"dọkịta na-awa\",\n    \"surgeoncy\": \"ịwa ahụ\",\n    \"surgeoncies\": \"ịwa ahụ\",\n    \"surgeoness\": \"ịwa ahụ\",\n    \"surgeonless\": \"dọkịta na-awa\",\n    \"surgeons\": \"dọkịta na-awa ahụ\",\n    \"surgeonship\": \"dọkịta na-awa ahụ\",\n    \"surgery\": \"ịwa ahụ\",\n    \"surgeries\": \"ịwa ahụ\",\n    \"surgerize\": \"surgeri\",\n    \"surgers\": \"surges\",\n    \"surgy\": \"ịwa ahụ\",\n    \"surgical\": \"nke ogwugwo\",\n    \"surgically\": \"ịwa ahụ\",\n    \"surgicotherapy\": \"ịgwọ ọrịa\",\n    \"surginess\": \"ịwa ahụ\",\n    \"suricat\": \"suricata\",\n    \"suricate\": \"suricata\",\n    \"suricates\": \"suricata\",\n    \"surjection\": \"ọgwụ\",\n    \"surjective\": \"onodu\",\n    \"surlier\": \"kari\",\n    \"surliest\": \"kachasị\",\n    \"surlily\": \"gbakee\",\n    \"surliness\": \"sur sur\",\n    \"surmark\": \"kari\",\n    \"surmaster\": \"onye nchịkwa\",\n    \"surmenage\": \"Mgbaruhu\",\n    \"surmisal\": \"ntule\",\n    \"surmised\": \"Echere\",\n    \"surmisedly\": \"surmise\",\n    \"surmiser\": \"onyenwanyị\",\n    \"surmisers\": \"ndị surmis\",\n    \"surmises\": \"Ngosiputa\",\n    \"surmising\": \"na-ebuli\",\n    \"surmit\": \"gafere\",\n    \"surmountability\": \"ike karịrị\",\n    \"surmountable\": \"kagbuo\",\n    \"surmountableness\": \"ikike\",\n    \"surmounted\": \"Kwuchie\",\n    \"surmounting\": \"Na-emeri\",\n    \"surmounts\": \"elu\",\n    \"surmullets\": \"Mbido\",\n    \"surname\": \"aha nna\",\n    \"surnamed\": \"na-akpọ ya\",\n    \"surnamer\": \"nna oku\",\n    \"surnamers\": \"onye nkwusa\",\n    \"surnames\": \"aha nna\",\n    \"surnaming\": \"nna nna\",\n    \"surnap\": \"zopu\",\n    \"surnominal\": \"okpokoro\",\n    \"surnoun\": \"zụọ\",\n    \"surpass\": \"gafere\",\n    \"surpassable\": \"akari\",\n    \"surpassed\": \"karịrị\",\n    \"surpasser\": \"Karịrị\",\n    \"surpasses\": \"karịrị\",\n    \"surpassing\": \"karịrị akarị\",\n    \"surpassingly\": \"gabiga ókè\",\n    \"surpassingness\": \"karịrị akarị\",\n    \"surpeopled\": \"Anyanwu\",\n    \"surplice\": \"surple\",\n    \"surpliced\": \"togburu onwe ya\",\n    \"surplices\": \"surplics\",\n    \"surplicewise\": \"surplịpịa\",\n    \"surplus\": \"njuputa\",\n    \"surplusage\": \"njuputa\",\n    \"surpluses\": \"kari\",\n    \"surplusing\": \"kari\",\n    \"surpreciation\": \"onyinye\",\n    \"surprint\": \"nfe\",\n    \"surprinted\": \"zoro\",\n    \"surprinting\": \"na-emegharị\",\n    \"surprints\": \"mgbapu\",\n    \"surprisable\": \"ijuanya\",\n    \"surprisal\": \"ijuanya\",\n    \"surprise\": \"ihe ijuanya\",\n    \"surprised\": \"juru ya anya\",\n    \"surprisedly\": \"na anya\",\n    \"surprisement\": \"ihe ijuanya\",\n    \"surpriseproof\": \"ihe ijuanya\",\n    \"surpriser\": \"ihe ijuanya\",\n    \"surprisers\": \"ihe ijuanya\",\n    \"surprises\": \"ihe ijuanya\",\n    \"surprising\": \"ijuanya\",\n    \"surprisingly\": \"ihe ijuanya\",\n    \"surprisingness\": \"ihe ijuanya\",\n    \"surprize\": \"surprii\",\n    \"surprized\": \"surfari\",\n    \"surprizing\": \"ijuanya\",\n    \"surquedry\": \"surquryry\",\n    \"surquidy\": \"ururu\",\n    \"surquidry\": \"surquryry\",\n    \"surras\": \"ihe ndi ozo\",\n    \"surreal\": \"gbaa nkịtị\",\n    \"surrealism\": \"nnabata\",\n    \"surrealist\": \"gbara mgba\",\n    \"surrealistic\": \"ịdị njikere\",\n    \"surrealistically\": \"n'ezigbo\",\n    \"surrealists\": \"ndị nchịkwa\",\n    \"surrebound\": \"juo\",\n    \"surrebut\": \"Okechukwu\",\n    \"surrebuttal\": \"mgbaghara\",\n    \"surrebutting\": \"Onyeka Onwenu\",\n    \"surrection\": \"nkwenye\",\n    \"surrey\": \"Okechukwu\",\n    \"surrein\": \"ikwenye\",\n    \"surreys\": \"na-ahapụ\",\n    \"surrejoin\": \"jikọta ọnụ\",\n    \"surrejoinder\": \"nyefee\",\n    \"surrejoinders\": \"na-enyefe\",\n    \"surrender\": \"nyefere\",\n    \"surrendered\": \"nyefere\",\n    \"surrenderee\": \"nyefere\",\n    \"surrenderer\": \"nyefere\",\n    \"surrendering\": \"na-enyefe\",\n    \"surrenderor\": \"nyefere\",\n    \"surrenders\": \"nyefere\",\n    \"surrendry\": \"nyefere\",\n    \"surrept\": \"zọọ\",\n    \"surreption\": \"nnyefe\",\n    \"surreptitious\": \"Ntughari\",\n    \"surreptitiously\": \"n'ezigbo\",\n    \"surreptitiousness\": \"izu ike\",\n    \"surreverence\": \"ikwenye\",\n    \"surreverently\": \"ikwenye\",\n    \"surrogated\": \"surrogrog\",\n    \"surrogating\": \"surrogring\",\n    \"surrogation\": \"surrog\",\n    \"surroyal\": \"Ntughari\",\n    \"surroyals\": \"Ntughari\",\n    \"surrosion\": \"Mbubata\",\n    \"surround\": \"gbaa ya gburugburu\",\n    \"surrounded\": \"gbara ya gburugburu\",\n    \"surroundedly\": \"gburugburu\",\n    \"surrounder\": \"gbara ya gburugburu\",\n    \"surrounding\": \"gbara ya gburugburu\",\n    \"surroundings\": \"gburugburu\",\n    \"surrounds\": \"gburugburu\",\n    \"surtouts\": \"surtochi\",\n    \"surturbrand\": \"chukwuebuka\",\n    \"surv\": \"lanarị\",\n    \"survey\": \"nyocha\",\n    \"surveyable\": \"Nyocha\",\n    \"surveyage\": \"nyocha\",\n    \"surveyal\": \"nyocha\",\n    \"surveyance\": \"nyocha\",\n    \"surveyed\": \"nyochara\",\n    \"surveying\": \"nyocha\",\n    \"surveil\": \"nyocha\",\n    \"surveiled\": \"nyocha\",\n    \"surveiling\": \"nyocha\",\n    \"surveillance\": \"onyunyo\",\n    \"surveillant\": \"Nyocha\",\n    \"surveils\": \"nyocha\",\n    \"surveyor\": \"onye nyocha\",\n    \"surveyors\": \"ndị nyocha\",\n    \"surveyorship\": \"nyocha\",\n    \"surveys\": \"Nyocha\",\n    \"surview\": \"nyocha\",\n    \"survigrous\": \"echekwa\",\n    \"survise\": \"lanarị\",\n    \"survivability\": \"lanarị\",\n    \"survivable\": \"lanarị\",\n    \"survival\": \"lanarị\",\n    \"survivalism\": \"ịlanarị\",\n    \"survivalist\": \"lanarị\",\n    \"survivals\": \"ndị lanarịrịnụ\",\n    \"survivance\": \"lanarị\",\n    \"survivancy\": \"lanarị\",\n    \"survivant\": \"lanarị\",\n    \"survive\": \"lanarị\",\n    \"survived\": \"lanarịrị\",\n    \"surviver\": \"lanarịrị\",\n    \"survivers\": \"ndị lanarịrịnụ\",\n    \"survives\": \"na-adị ndụ\",\n    \"surviving\": \"ndụ\",\n    \"survivor\": \"lanarịrị\",\n    \"survivoress\": \"lanarị\",\n    \"survivors\": \"ndị lanarịrịnụ\",\n    \"survivorship\": \"lanarị\",\n    \"suscept\": \"ikwado\",\n    \"susceptance\": \"ihe ndozi\",\n    \"susceptibility\": \"ngwangwa\",\n    \"susceptibilities\": \"nwere ike\",\n    \"susceptible\": \"dị nro\",\n    \"susceptibleness\": \"dị mfe\",\n    \"susceptibly\": \"dị mfe\",\n    \"susception\": \"ọnya\",\n    \"susceptive\": \"dị egwu\",\n    \"susceptiveness\": \"nwee mmetụta\",\n    \"susceptivity\": \"ihe isi ike\",\n    \"susceptor\": \"onye na-anabata ihe\",\n    \"suscipient\": \"dị ike\",\n    \"suscitate\": \"gbasie ike\",\n    \"suscitation\": \"Ahụhụ\",\n    \"suscite\": \"nwee ike\",\n    \"susianian\": \"Sushiyania\",\n    \"suslik\": \"susuki\",\n    \"susliks\": \"susuki\",\n    \"suspect\": \"onye a na-enyo enyo\",\n    \"suspectable\": \"na-enyo enyo\",\n    \"suspected\": \"enyo enyo\",\n    \"suspectedly\": \"na-enyo enyo\",\n    \"suspectedness\": \"enyo enyo\",\n    \"suspecter\": \"onye na-enyo enyo\",\n    \"suspectful\": \"enyo enyo\",\n    \"suspectfulness\": \"enyo enyo\",\n    \"suspectible\": \"enyo enyo\",\n    \"suspecting\": \"na-enyo enyo\",\n    \"suspection\": \"nyocha\",\n    \"suspectless\": \"enyoghi enyo\",\n    \"suspector\": \"onye na-enyo enyo\",\n    \"suspects\": \"na-enyo enyo\",\n    \"suspend\": \"kwụsịtụ\",\n    \"suspended\": \"kwụsịtụrụ\",\n    \"suspender\": \"ikwusi\",\n    \"suspenderless\": \"kwụsịtụrụ\",\n    \"suspenders\": \"ndị na-akwụ ụgwọ\",\n    \"suspendibility\": \"enyo a enyo\",\n    \"suspendible\": \"na-akwụ ụgwọ\",\n    \"suspending\": \"ịkwụsịtụ\",\n    \"suspends\": \"kwụsịtụrụ\",\n    \"suspensation\": \"nkwusioru\",\n    \"suspense\": \"enyo\",\n    \"suspenseful\": \"enyo\",\n    \"suspensefulness\": \"enyo\",\n    \"suspensely\": \"enyo\",\n    \"suspenses\": \"kwụsịtụrụ\",\n    \"suspensibility\": \"ifufe\",\n    \"suspensible\": \"enyo enyo\",\n    \"suspension\": \"nkwusioru\",\n    \"suspensions\": \"nkwusi\",\n    \"suspensive\": \"enyo\",\n    \"suspensively\": \"na akwusi\",\n    \"suspensiveness\": \"enwu\",\n    \"suspensoid\": \"ifunanya\",\n    \"suspensor\": \"onye na-akwụ ụgwọ\",\n    \"suspensoria\": \"nkwanye\",\n    \"suspensorial\": \"kwụsịtụrụ\",\n    \"suspensories\": \"kwụsịtụrụ\",\n    \"suspensorium\": \"akpado\",\n    \"suspicable\": \"enyo enyo\",\n    \"suspicion\": \"enyo\",\n    \"suspicionable\": \"enyo enyo\",\n    \"suspicional\": \"enyo\",\n    \"suspicioned\": \"enyo enyo\",\n    \"suspicionful\": \"enyo enyo\",\n    \"suspicioning\": \"enyo enyo\",\n    \"suspicionless\": \"enyo enyo\",\n    \"suspicions\": \"enyo\",\n    \"suspicious\": \"enyo\",\n    \"suspiciously\": \"enyo\",\n    \"suspiciousness\": \"enyo enyo\",\n    \"suspiration\": \"ngwa ngwa\",\n    \"suspiratious\": \"nwere ume\",\n    \"suspirative\": \"na-akwụ ụgwọ\",\n    \"suspire\": \"ikwusi\",\n    \"suspired\": \"kwụsịtụrụ\",\n    \"suspires\": \"kwụsịtụrụ\",\n    \"suspiring\": \"na-akwụsịtụ\",\n    \"suspirious\": \"na-enyo enyo\",\n    \"sussex\": \"Nwoke\",\n    \"sussexite\": \"nwanyi\",\n    \"sussexman\": \"nwa nwanyi\",\n    \"sussultorial\": \"ihere\",\n    \"sustain\": \"kwagide\",\n    \"sustainable\": \"adigide\",\n    \"sustained\": \"kwagidere\",\n    \"sustainedly\": \"kwadoro\",\n    \"sustainer\": \"onye nkwado\",\n    \"sustaining\": \"na-akwado\",\n    \"sustainingly\": \"na-akwado\",\n    \"sustainment\": \"Nkwado\",\n    \"sustains\": \"na-akwado\",\n    \"sustanedly\": \"Ijeoma\",\n    \"sustenance\": \"ihe oriri\",\n    \"sustenanceless\": \"ihe oriri\",\n    \"sustenant\": \"Sustenant\",\n    \"sustentate\": \"izu ike\",\n    \"sustentation\": \"izu ike\",\n    \"sustentational\": \"izu ike\",\n    \"sustentative\": \", nke\",\n    \"sustention\": \"izu ike\",\n    \"sustentive\": \"izu ike\",\n    \"sustentor\": \"udo\",\n    \"sustinent\": \"izu ike\",\n    \"susurrant\": \"na-adịgide adịgide\",\n    \"susurrate\": \"ikwado\",\n    \"susurrated\": \"kwụrụ\",\n    \"susurrating\": \"na-akwado\",\n    \"susurration\": \"nkwụsị\",\n    \"susurrations\": \"Ahụhụ\",\n    \"susurringly\": \"ngwa ngwa\",\n    \"susurrous\": \"na-adịgide ndụ\",\n    \"suterbery\": \"utergha\",\n    \"sutlerage\": \"suluji\",\n    \"sutleress\": \"nwa nwanyi\",\n    \"sutlery\": \"suluchi\",\n    \"sutlers\": \"Ndị na-akwa akwa\",\n    \"sutlership\": \"suluchi\",\n    \"sutor\": \"onye nduzi\",\n    \"sutorious\": \"nkuzi\",\n    \"sutta\": \"sutụ\",\n    \"suttees\": \"uwe\",\n    \"sutter\": \"sita\",\n    \"suttle\": \"sulu\",\n    \"suturation\": \"sutura\",\n    \"suture\": \"agịga\",\n    \"suturing\": \"ntanye\",\n    \"suzanne\": \"Suzanne\",\n    \"suzerain\": \"Suzerain\",\n    \"suzerains\": \"Suzerains\",\n    \"suzerainties\": \"Suzerainties\",\n    \"suzette\": \"Suzette\",\n    \"suzettes\": \"Suzettes\",\n    \"suzy\": \"ugodi\",\n    \"sv\": \"Iwu\",\n    \"svabite\": \"nweghari\",\n    \"svan\": \"okpokoro\",\n    \"svanetian\": \"Asụsụ Svanetian\",\n    \"svanish\": \"okpokoro\",\n    \"svante\": \"okpokoro\",\n    \"svantovit\": \"nnweta\",\n    \"svarabhaktic\": \"chukwunonso\",\n    \"svaraj\": \"ogha\",\n    \"svarajes\": \"ezenwe\",\n    \"svarajs\": \"chukwuemeka\",\n    \"svc\": \"Ogbe\",\n    \"svce\": \"tinye\",\n    \"svedberg\": \"Uchenna\",\n    \"svelt\": \"selu\",\n    \"sveltely\": \"svelvel\",\n    \"svelteness\": \"ịdị\",\n    \"svgs\": \"Onyebuchi\",\n    \"sviatonosite\": \"Nkeji\",\n    \"swa\": \"ịwa\",\n    \"swabbing\": \"ihicha\",\n    \"swabian\": \"Asụsụ Swabian\",\n    \"swacked\": \"emeka\",\n    \"swacking\": \"na-akọ\",\n    \"swad\": \"zụọ\",\n    \"swaddlebill\": \"ụgwọ swaddle\",\n    \"swaddles\": \"Ihe mkpuchi\",\n    \"swaddling\": \"Na-ekpuchi\",\n    \"swadeshism\": \"swadeshi\",\n    \"swag\": \"mpako\",\n    \"swagbelly\": \"swag afọ\",\n    \"swagbellied\": \"swagbelli\",\n    \"swaged\": \"gbanwere\",\n    \"swagged\": \"toro\",\n    \"swaggered\": \"toro\",\n    \"swaggerer\": \"onye nzuzu\",\n    \"swaggering\": \"na-agbada\",\n    \"swaggeringly\": \"n'egwuregwu\",\n    \"swagging\": \"na-efegharị\",\n    \"swaging\": \"na-agbanye\",\n    \"swagmen\": \"ndi swagmen\",\n    \"swagsmen\": \"ndi swags\",\n    \"swahilese\": \"Chidinma\",\n    \"sway\": \"megharia\",\n    \"swaybacked\": \"ịgbanwee\",\n    \"swayed\": \"gharịị\",\n    \"swaying\": \"na-emegharị\",\n    \"swayingly\": \"n'ịghasa\",\n    \"swail\": \"da mba\",\n    \"swayless\": \"enweghị isi\",\n    \"swaimous\": \"igwu\",\n    \"swain\": \"zụọ\",\n    \"swainishness\": \"ịdị nwayọọ\",\n    \"swains\": \"abụọ\",\n    \"swainsona\": \"Nwachukwu\",\n    \"swaird\": \"gbanye\",\n    \"sways\": \"Okporo\",\n    \"swaling\": \"na-ebu ije\",\n    \"swalingly\": \"na-asụ\",\n    \"swallo\": \"ilo\",\n    \"swallow\": \"ilo\",\n    \"swallowable\": \"ilo\",\n    \"swallowed\": \"loro\",\n    \"swallower\": \"Onye na-eloda\",\n    \"swallowing\": \"ilo\",\n    \"swallowlike\": \"loda dika\",\n    \"swallowling\": \"ilo\",\n    \"swallowpipe\": \"loro\",\n    \"swallows\": \"na-eloda\",\n    \"swallowtail\": \"ilo mmiri\",\n    \"swallowtailed\": \"loro\",\n    \"swallowtails\": \"lota\",\n    \"swallowwort\": \"ilo mmiri\",\n    \"swam\": \"igwu\",\n    \"swamy\": \"Swwam\",\n    \"swamies\": \"Swidị\",\n    \"swamp\": \"apiti\",\n    \"swampberry\": \"apiti\",\n    \"swamped\": \"swamiri\",\n    \"swamper\": \"apiti\",\n    \"swampers\": \"apiti\",\n    \"swamphen\": \"apiti\",\n    \"swampy\": \"apiti\",\n    \"swampine\": \"apiti\",\n    \"swampiness\": \"apiti\",\n    \"swamping\": \"na-asọgharị\",\n    \"swampish\": \"apiti\",\n    \"swampishness\": \"igwu mmiri\",\n    \"swampless\": \"swam swam\",\n    \"swamps\": \"apiti\",\n    \"swampside\": \"apiti\",\n    \"swan\": \"nnweta\",\n    \"swandown\": \"gbasaa\",\n    \"swanflower\": \"Swanflower\",\n    \"swang\": \"Swang\",\n    \"swangy\": \"Swangy\",\n    \"swanherd\": \"Gbanwee\",\n    \"swanherds\": \"swanher\",\n    \"swanhood\": \"Ndidi\",\n    \"swank\": \"Swank\",\n    \"swanked\": \"Swank\",\n    \"swankey\": \"Onwu\",\n    \"swanker\": \"Onye mbia\",\n    \"swankest\": \"Swankiest\",\n    \"swanky\": \"Onwu\",\n    \"swankier\": \"Swankier\",\n    \"swankiest\": \"Swankiest\",\n    \"swankiness\": \"nnweta\",\n    \"swanking\": \"wanmụ anụ\",\n    \"swankness\": \"Swankness\",\n    \"swanks\": \"Anyanwu\",\n    \"swanlike\": \"dị ka nnụnnụ mmiri\",\n    \"swanmarking\": \"igbanwe\",\n    \"swanned\": \"Swanned\",\n    \"swanner\": \"Swanner\",\n    \"swannery\": \"Nkwupụta\",\n    \"swannet\": \"Swannet\",\n    \"swanny\": \"nnụnnụ mmiri\",\n    \"swanning\": \"Ntughari\",\n    \"swans\": \"igwu\",\n    \"swansdown\": \"igodo\",\n    \"swanskins\": \"swanskin\",\n    \"swantevit\": \"nnweta\",\n    \"swanweed\": \"Swanweed\",\n    \"swanwort\": \"Swanwort\",\n    \"swap\": \"gbanweta\",\n    \"swape\": \"gbanweta\",\n    \"swapped\": \"gbanweta\",\n    \"swapping\": \"ịgbanwee\",\n    \"swaps\": \"gbanwere\",\n    \"swarajes\": \"swaraj\",\n    \"swarajism\": \"swarajist\",\n    \"swarded\": \"zụrụ\",\n    \"swarding\": \"na-agbagharị\",\n    \"swards\": \"mma agha\",\n    \"sware\": \"ụọ iyi\",\n    \"swarf\": \"igweanu\",\n    \"swarga\": \"igwu\",\n    \"swarm\": \"igwe-anụ\",\n    \"swarmed\": \"juru n’arụ\",\n    \"swarmer\": \"na-efegharị\",\n    \"swarmers\": \"Na-agba mmiri\",\n    \"swarmy\": \"igweanu\",\n    \"swarming\": \"na-agbagharị\",\n    \"swarmingness\": \"igirigi\",\n    \"swarms\": \"gbagu\",\n    \"swarry\": \"igwu\",\n    \"swarth\": \"swart\",\n    \"swarthiest\": \"kasị dị nkọ\",\n    \"swarthily\": \"nnabata\",\n    \"swarthness\": \"swortness\",\n    \"swarths\": \"swarts\",\n    \"swartish\": \"swartart\",\n    \"swartly\": \"jiri nwayọ\",\n    \"swartness\": \"enweghị isi\",\n    \"swartrutting\": \"igbanwe\",\n    \"swartzbois\": \"Nnenna\",\n    \"swartzia\": \"Uzoigwe\",\n    \"swartzite\": \"Ugwuoba\",\n    \"swarve\": \"iyi\",\n    \"swashed\": \"gbasasia\",\n    \"swasticas\": \"swastikas\",\n    \"swastikaed\": \"swastikas\",\n    \"swatch\": \"zuru\",\n    \"swatchel\": \"Uwe Ojukwu\",\n    \"swatcher\": \"zuru\",\n    \"swatchway\": \"swatway\",\n    \"swathed\": \"gbasaa\",\n    \"swather\": \"swater\",\n    \"swathing\": \"igwu\",\n    \"swati\": \"swat\",\n    \"swatter\": \"gbasaa\",\n    \"swatters\": \"gbasaa\",\n    \"swatting\": \"igwu\",\n    \"swattle\": \"seattle\",\n    \"swaver\": \"gbanye\",\n    \"sweal\": \"too\",\n    \"sweamish\": \"sụm\",\n    \"swear\": \"ụọ iyi\",\n    \"swearer\": \"na-akpọ iyi\",\n    \"swearers\": \"ụọ iyi\",\n    \"swearing\": \"na-akpọ iyi\",\n    \"swearingly\": \"na-akpọ iyi\",\n    \"swears\": \"sweụọ iyi\",\n    \"swearword\": \"iyi\",\n    \"sweat\": \"ọsụsọ\",\n    \"sweatband\": \"ọsụsọ\",\n    \"sweatbox\": \"Igbe ajirija\",\n    \"sweatboxes\": \"Akpa ọsụsọ\",\n    \"sweated\": \"ọsụsọ\",\n    \"sweater\": \"sweta\",\n    \"sweatful\": \"ọsụsọ\",\n    \"sweath\": \"ọsụsọ\",\n    \"sweaty\": \"ọsụsọ\",\n    \"sweatier\": \"swatier\",\n    \"sweatily\": \"ọsụsọ\",\n    \"sweatiness\": \"ọsụsọ\",\n    \"sweating\": \"ọsụsọ\",\n    \"sweatless\": \"ọsụsọ\",\n    \"sweatproof\": \"ajirija akaebe\",\n    \"sweats\": \"ọsụsọ\",\n    \"sweatshirt\": \"atsdị sweatshirt\",\n    \"sweatshop\": \"ọsụsọ\",\n    \"sweatshops\": \"ọsụsọ\",\n    \"sweatweed\": \"Swweed\",\n    \"swedenborgian\": \"Onyewusa\",\n    \"sweeny\": \"adighi\",\n    \"sweenies\": \"Uchenna\",\n    \"sweens\": \"na-a sweụ\",\n    \"sweep\": \"zaa\",\n    \"sweepable\": \"Ibulite\",\n    \"sweepage\": \"Ibulite\",\n    \"sweepback\": \"Ibulite\",\n    \"sweepboard\": \"Ebe a na-ekpo ekpo\",\n    \"sweepdom\": \"Ibulite\",\n    \"sweeper\": \"zulọọ\",\n    \"sweeperess\": \"Sweeperess\",\n    \"sweepers\": \"zulọọ\",\n    \"sweepforward\": \"zulọọ elu\",\n    \"sweepy\": \"zulọọ\",\n    \"sweepiest\": \"zuo oke\",\n    \"sweeping\": \"Ibulite\",\n    \"sweepingly\": \"Ibulite\",\n    \"sweepingness\": \"Ibulite\",\n    \"sweepings\": \"Ibulite\",\n    \"sweeps\": \"na-ekpochapụ\",\n    \"sweepstake\": \"Ibulite\",\n    \"sweepstakes\": \"anakpo\",\n    \"sweepup\": \"zaa\",\n    \"sweepwasher\": \"Ihe nchacha\",\n    \"sweepwashings\": \"kpochapu\",\n    \"sweer\": \"ụtọ\",\n    \"sweered\": \"toro iyi\",\n    \"sweert\": \"ụtọ\",\n    \"sweese\": \"swiiz\",\n    \"sweet\": \"ụtọ\",\n    \"sweetbells\": \"mgbịrịgba dị ụtọ\",\n    \"sweetberry\": \"apụl\",\n    \"sweetbread\": \"bred achicha\",\n    \"sweetbreads\": \"bred achicha\",\n    \"sweetbrier\": \"uto\",\n    \"sweetbriery\": \"atọ ụtọ\",\n    \"sweetbriers\": \"ndị na-atọ ụtọ\",\n    \"sweeten\": \"atọ ụtọ\",\n    \"sweetened\": \"tọrọ ụtọ\",\n    \"sweetening\": \"na-atọ ụtọ\",\n    \"sweetenings\": \"sweeten\",\n    \"sweetens\": \"na-atọ ụtọ\",\n    \"sweeter\": \"ụtọ\",\n    \"sweetest\": \"ụtọ\",\n    \"sweetful\": \"ụtọ\",\n    \"sweetheart\": \"obi\",\n    \"sweetheartdom\": \"obi\",\n    \"sweethearted\": \"nwee obi\",\n    \"sweetheartedness\": \"obi uto\",\n    \"sweethearting\": \"nwee obi\",\n    \"sweethearts\": \"obi oma\",\n    \"sweetheartship\": \"obi uto\",\n    \"sweetiewife\": \"Nwunye di\",\n    \"sweeting\": \"ingtọ\",\n    \"sweetish\": \"na-atọ ụtọ\",\n    \"sweetishly\": \"ụtọ\",\n    \"sweetishness\": \"uto\",\n    \"sweetkins\": \"ihe ndozi\",\n    \"sweetleaf\": \"Udiri\",\n    \"sweetless\": \"atọghị ụtọ\",\n    \"sweetly\": \"uto\",\n    \"sweetlike\": \"ụtọ\",\n    \"sweetling\": \"lingtọ\",\n    \"sweetmaker\": \"atọ ụtọ\",\n    \"sweetman\": \"nwa nwoke\",\n    \"sweetmeal\": \"ụtọ\",\n    \"sweetmeat\": \"Ogbe\",\n    \"sweetmeats\": \"ụtọmeats\",\n    \"sweetmouthed\": \"uto\",\n    \"sweetness\": \"uto\",\n    \"sweetroot\": \"Ugboro abụọ\",\n    \"sweets\": \"ato uto\",\n    \"sweetsome\": \"na-atọ ụtọ\",\n    \"sweetsop\": \"ụtọsop\",\n    \"sweetsops\": \"ụtọ\",\n    \"sweetwater\": \"mmiri di uto\",\n    \"sweetweed\": \"uto\",\n    \"sweetwood\": \"woodtọ osisi\",\n    \"sweetwort\": \"uto\",\n    \"swego\": \"swoo\",\n    \"swell\": \"zaa\",\n    \"swellage\": \"zaa\",\n    \"swelled\": \"fụrụ akpụ\",\n    \"sweller\": \"zaa\",\n    \"swellest\": \"jupụta\",\n    \"swellfishes\": \"swellfish\",\n    \"swellhead\": \"zaa\",\n    \"swellheaded\": \"zọọ\",\n    \"swelly\": \"zaa\",\n    \"swelling\": \"ọzịza\",\n    \"swellings\": \"ọzịza\",\n    \"swellish\": \"zaa\",\n    \"swellishness\": \"iza\",\n    \"swellness\": \"zaa\",\n    \"swells\": \"aza\",\n    \"swelp\": \"zaa\",\n    \"swelt\": \"zaa\",\n    \"swelter\": \"zaa\",\n    \"sweltered\": \"fụrụ akpụ\",\n    \"sweltering\": \"iza\",\n    \"swelteringly\": \"sweleling\",\n    \"swelth\": \"zaa\",\n    \"sweltry\": \"swịl\",\n    \"sweltriest\": \"gbara mba\",\n    \"swep\": \"zaa\",\n    \"swept\": \"zaa\",\n    \"sweptback\": \"Ibugharị\",\n    \"sweptwing\": \"Ibulite\",\n    \"swerved\": \"gbanwee\",\n    \"swerves\": \"igirigi\",\n    \"swerving\": \"na-agbagharị\",\n    \"sweven\": \"gbara ụka\",\n    \"swevens\": \"na-a sweụ\",\n    \"swidden\": \"zoro\",\n    \"swidge\": \"swid\",\n    \"swift\": \"ngwa\",\n    \"swifter\": \"dịrị ọsọ\",\n    \"swifters\": \"swift\",\n    \"swiftest\": \"kasị ọsọ ọsọ\",\n    \"swiftly\": \"ngwa ngwa\",\n    \"swiftlier\": \"ngwa ngwa\",\n    \"swiftliest\": \"kachasị ọsọ ọsọ\",\n    \"swiftlike\": \"ngwa ngwa\",\n    \"swiftness\": \"ngwa ngwa\",\n    \"swigging\": \"na-efegharị\",\n    \"swilled\": \"jupụta\",\n    \"swillers\": \"swiller\",\n    \"swilling\": \"na-agbagharị\",\n    \"swills\": \"swill\",\n    \"swim\": \"na-egwu mmiri\",\n    \"swimbel\": \"igwu mmiri\",\n    \"swimy\": \"igwu mmiri\",\n    \"swimmable\": \"na-egwu mmiri\",\n    \"swimmer\": \"na-egwu mmiri\",\n    \"swimmeret\": \"igwu mmiri\",\n    \"swimmerette\": \"igwu mmiri\",\n    \"swimmers\": \"ndi na-egwu mmiri\",\n    \"swimmy\": \"igwu mmiri\",\n    \"swimmier\": \"na-egwu mmiri\",\n    \"swimmiest\": \"Na-egwu mmiri\",\n    \"swimmily\": \"na-egwu mmiri\",\n    \"swimminess\": \"igwu mmiri\",\n    \"swimming\": \"na-egwu mmiri\",\n    \"swimmingly\": \"na-egwu mmiri\",\n    \"swimmingness\": \"igwu mmiri\",\n    \"swimmings\": \"na-egwu mmiri\",\n    \"swimmist\": \"na-egwu mmiri\",\n    \"swims\": \"na-egwu mmiri\",\n    \"swimsuit\": \"uwe eji egwu mmiri\",\n    \"swimsuits\": \"akwa mmiri\",\n    \"swindled\": \"na-aghọgbu\",\n    \"swindledom\": \"nnenne\",\n    \"swindler\": \"wayo\",\n    \"swindlers\": \"ndị aghụghọ\",\n    \"swindlership\": \"wayo\",\n    \"swindling\": \"na-akọ aghụghọ\",\n    \"swindlingly\": \"na-akọ aghụghọ\",\n    \"swine\": \"ezì\",\n    \"swinebread\": \"bred achicha\",\n    \"swinehead\": \"swineshead\",\n    \"swineherd\": \"ezì\",\n    \"swineherdship\": \"ụgbọ mmiri swineherd\",\n    \"swinehood\": \"ezì\",\n    \"swiney\": \"ezì\",\n    \"swinely\": \"swinly\",\n    \"swinepoxes\": \"ezì swinepoxes\",\n    \"swinesty\": \"swinistic\",\n    \"swing\": \"Ngabiga\",\n    \"swingably\": \"n'egwu\",\n    \"swingaround\": \"ịgbagharị\",\n    \"swingboat\": \"ụgbọ mmiri\",\n    \"swingdevil\": \"Onyeka Onwenu\",\n    \"swinge\": \"zọọ\",\n    \"swinged\": \"zọọ\",\n    \"swingeing\": \"na-efegharị\",\n    \"swingeingly\": \"na-agagharị\",\n    \"swingeour\": \"swinger\",\n    \"swingers\": \"gbasaa\",\n    \"swinges\": \"gbasaa\",\n    \"swingier\": \"swingy\",\n    \"swinging\": \"Ngabiga\",\n    \"swingingly\": \"na-agagharị\",\n    \"swingle\": \"swinging\",\n    \"swingled\": \"zọọ\",\n    \"swingling\": \"na-efegharị\",\n    \"swingman\": \"Onye nwe\",\n    \"swingometer\": \"swingometa\",\n    \"swingstock\": \"Ngwo\",\n    \"swinishness\": \"swinish\",\n    \"swink\": \"zuo\",\n    \"swinking\": \"n'egbo\",\n    \"swinney\": \"swinini\",\n    \"swinneys\": \"swinlin\",\n    \"swipe\": \"swie\",\n    \"swiper\": \"swiiti\",\n    \"swipy\": \"swiiti\",\n    \"swiple\": \"swiiti\",\n    \"swipper\": \"swiiti\",\n    \"swipple\": \"swipip\",\n    \"swird\": \"gbara gburugburu\",\n    \"swirl\": \"gbara gburugburu\",\n    \"swirled\": \"gbara gburugburu\",\n    \"swirly\": \"jiri nwayọ\",\n    \"swirlier\": \"swirlie\",\n    \"swirliest\": \"gbara ọsọ\",\n    \"swirling\": \"na-agagharị\",\n    \"swirlingly\": \"na-agagharị\",\n    \"swirring\": \"gbara\",\n    \"swished\": \"swish\",\n    \"swishes\": \"gbaa\",\n    \"swishing\": \"na-agbagharị\",\n    \"swishingly\": \"ngwa\",\n    \"swissing\": \"Ugochukwu\",\n    \"switch\": \"mgba ọkụ\",\n    \"switchable\": \"mgbanwe\",\n    \"switchback\": \"ntụgharị\",\n    \"switchbacker\": \"ntụgharị\",\n    \"switchbacks\": \"ntụgharị\",\n    \"switchblade\": \"mgba ọkụ\",\n    \"switchblades\": \"mgba ọkụ\",\n    \"switchboard\": \"ịgbanye\",\n    \"switchboards\": \"ogwe ọkụ\",\n    \"switched\": \"gbanwere\",\n    \"switchel\": \"gbanwere\",\n    \"switchgear\": \"mgba ọkụ\",\n    \"switchgirl\": \"ịgbanwee\",\n    \"switchy\": \"ịgbanwee\",\n    \"switchyard\": \"ntụgharị\",\n    \"switching\": \"ịmafe\",\n    \"switchings\": \"ịmafe\",\n    \"switchkeeper\": \"mgba ọkụ\",\n    \"switchlike\": \"ịgbanwee\",\n    \"switchman\": \"mgba ọkụ\",\n    \"switchmen\": \"gbanye ọkụ\",\n    \"switchover\": \"ịgbanwee\",\n    \"switchtail\": \"ịgbanwee ọdụ\",\n    \"swith\": \"mgba ọkụ\",\n    \"swithe\": \"gbanwee\",\n    \"swithen\": \"gbanye\",\n    \"swither\": \"switcher\",\n    \"swithered\": \"gbanwere\",\n    \"swithering\": \"na-agbagharị\",\n    \"swithers\": \"gbanwee\",\n    \"switzeress\": \"switzer\",\n    \"switzerland\": \"Switzerland\",\n    \"swive\": \"swivel\",\n    \"swived\": \"gbụrụ\",\n    \"swiveled\": \"gbanye\",\n    \"swiveleye\": \"anya swivel\",\n    \"swiveleyed\": \"gbanye\",\n    \"swiveling\": \"na-agbagharị\",\n    \"swivelled\": \"gbanye\",\n    \"swivellike\": \"dị ka swivel\",\n    \"swivelling\": \"na-agbagharị\",\n    \"swivels\": \"swivel\",\n    \"swives\": \"na-agba ọsọ\",\n    \"swivets\": \"swivel\",\n    \"swiving\": \"na-efegharị\",\n    \"swiwet\": \"ngwa\",\n    \"swiz\": \"swizz\",\n    \"swizzled\": \"zụrụ\",\n    \"swizzlers\": \"swizzels\",\n    \"swleaves\": \"epupụta\",\n    \"swob\": \"swab\",\n    \"swobbed\": \"swabbed\",\n    \"swobbers\": \"tụgharịa\",\n    \"swobbing\": \"na-akọ\",\n    \"swollen\": \"fụrụ akpụ\",\n    \"swollenly\": \"fụrụ akpụ\",\n    \"swollenness\": \"ọzịza\",\n    \"swoln\": \"toro\",\n    \"swom\": \"zaa\",\n    \"swooned\": \"gharịị\",\n    \"swoony\": \"Udo\",\n    \"swooning\": \"uche ara\",\n    \"swooningly\": \"Udochukwu\",\n    \"swooping\": \"na-amata\",\n    \"swooshed\": \"swoos\",\n    \"swooshes\": \"swoos\",\n    \"swooshing\": \"na-amasi\",\n    \"sword\": \"mma agha\",\n    \"swordbearer\": \"onye na-ebu mma agha\",\n    \"swordbill\": \"mma agha\",\n    \"swordcraft\": \"agha\",\n    \"sworded\": \"ji mma agha\",\n    \"swordfish\": \"sọdfish\",\n    \"swordfishery\": \"mma agha\",\n    \"swordfisherman\": \"onye na-egbu egbu\",\n    \"swordfishes\": \"mma agha\",\n    \"swordfishing\": \"mma agha\",\n    \"swordgrass\": \"mma agha\",\n    \"swordick\": \"mma agha\",\n    \"swording\": \"na-agba\",\n    \"swordknot\": \"ukpala\",\n    \"swordless\": \"mma agha\",\n    \"swordlet\": \"mma agha\",\n    \"swordlike\": \"yiri mma agha\",\n    \"swordmaker\": \"onye na-egbu mma agha\",\n    \"swordmaking\": \"mma agha\",\n    \"swordman\": \"onye mma agha\",\n    \"swordmanship\": \"mma agha\",\n    \"swordmen\": \"mma agha\",\n    \"swordplay\": \"mma agha\",\n    \"swordplayer\": \"onye na-egbu mma agha\",\n    \"swordproof\": \"mma agha\",\n    \"swords\": \"mma agha\",\n    \"swordslipper\": \"mma agha\",\n    \"swordsman\": \"mma agha\",\n    \"swordsmanship\": \"mma agha\",\n    \"swordsmen\": \"mma agha\",\n    \"swordsmith\": \"mma agha\",\n    \"swordster\": \"mma agha\",\n    \"swordstick\": \"mma agha\",\n    \"swordswoman\": \"mma-agha\",\n    \"swordtail\": \"mma agha\",\n    \"swordweed\": \"mma agha\",\n    \"swore\": \"oreụọ iyi\",\n    \"sworn\": \".ụọ iyi\",\n    \"swots\": \"swot\",\n    \"swotters\": \"swotadị\",\n    \"swotting\": \"Na-agbasa\",\n    \"swound\": \"dịrị\",\n    \"swounded\": \"gharị\",\n    \"swounding\": \"na-akọ\",\n    \"swounds\": \"Udo\",\n    \"swouned\": \"ghaị\",\n    \"swouning\": \"na-akọ\",\n    \"swouns\": \"ịmị\",\n    \"swow\": \"gbanwee\",\n    \"swum\": \"zaa\",\n    \"swung\": \"jiri nwayọọ\",\n    \"swungen\": \"zụrụ\",\n    \"swure\": \"gbanwee\",\n    \"szaibelyite\": \"mbaeze\",\n    \"szekler\": \"Uzoamaka\",\n    \"tab\": \"taabụ\",\n    \"tabarets\": \"sịgare\",\n    \"tabby\": \"taby\",\n    \"tabbing\": \"Tabing\",\n    \"tabbises\": \"tabes\",\n    \"tabernacle\": \"ụlọikwuu\",\n    \"tabernacled\": \"ụlọikwuu\",\n    \"tabernacler\": \"ụlọikwuu\",\n    \"tabernacles\": \"ụlọikwuu\",\n    \"tabernacling\": \"ụlọikwuu\",\n    \"tabernacular\": \"ụlọikwuu\",\n    \"tabernariae\": \"ụlọaria\",\n    \"tabes\": \"taabụ\",\n    \"tablas\": \"tabs\",\n    \"tablature\": \"tabotu\",\n    \"table\": \"tebụl\",\n    \"tablecloth\": \"ákwà tebụl\",\n    \"tableclothy\": \"ákwà tebụl\",\n    \"tablecloths\": \"ákwà tebụl\",\n    \"tableclothwise\": \"tebụl mara ihe\",\n    \"tablefellowship\": \"okpokoro okpokoro\",\n    \"tableful\": \"okpokoro\",\n    \"tablefuls\": \"okpokoro\",\n    \"tablehopped\": \"okpokoro\",\n    \"tablehopping\": \"tebụl\",\n    \"tableland\": \"Isiokwu dị iche iche\",\n    \"tablelands\": \"okirikiri ala\",\n    \"tableless\": \"enweghị table\",\n    \"tablelike\": \"okpokoro\",\n    \"tablemaid\": \"odibo\",\n    \"tableman\": \"tebụl\",\n    \"tablemate\": \"tebụl\",\n    \"tablement\": \"ndozi\",\n    \"tablemount\": \"tebulu\",\n    \"tables\": \"tebụl\",\n    \"tablesful\": \"okpokoro\",\n    \"tablespoon\": \"ngaji\",\n    \"tablespoonful\": \"tablespoon\",\n    \"tablespoonfuls\": \"ngaji\",\n    \"tablespoonsful\": \"tablespoon\",\n    \"tablet\": \"mbadamba\",\n    \"tabletary\": \"mbadamba\",\n    \"tableted\": \"mbadamba\",\n    \"tableting\": \"tebụl\",\n    \"tabletop\": \"tebụl\",\n    \"tablets\": \"mbadamba\",\n    \"tabletted\": \"mbadamba\",\n    \"tabletting\": \"tebụl\",\n    \"tableware\": \"tebụl\",\n    \"tablewise\": \"tebụl\",\n    \"tabloids\": \"tabloid\",\n    \"taborers\": \"ndị ọrụ tabore\",\n    \"taboring\": \"tabering\",\n    \"taboured\": \"tabo\",\n    \"tabourers\": \"taabụ\",\n    \"tabourin\": \"tambo\",\n    \"tabourine\": \"tambo\",\n    \"tabouring\": \"tambo\",\n    \"tabours\": \"taabụ\",\n    \"tabs\": \"taabụ\",\n    \"tabued\": \"tabu\",\n    \"tabular\": \"isiokwu\",\n    \"tabulated\": \"tabled\",\n    \"tabulating\": \"na-edozi\",\n    \"tabulation\": \"mbido\",\n    \"tabulator\": \"taabụ\",\n    \"tacahout\": \"mkpọtụ\",\n    \"taccaceous\": \"Nnenna\",\n    \"tache\": \"okpukpu\",\n    \"tacheography\": \"nyocha\",\n    \"tacheometer\": \"tachaomita\",\n    \"taches\": \"Ozi\",\n    \"tachyglossal\": \"Onwuchekwa\",\n    \"tachygrapher\": \"onye nlekota\",\n    \"tachygraphist\": \"onyechinyere\",\n    \"tachist\": \"onye nkuzi\",\n    \"tachists\": \"tachis\",\n    \"tachoscope\": \"tachococo\",\n    \"tachs\": \"tachị\",\n    \"tacitly\": \"n'ụzọ doro anya\",\n    \"tacitness\": \"tacit\",\n    \"tack\": \"tak\",\n    \"tackboard\": \"mkpọ\",\n    \"tacked\": \"akpado\",\n    \"tacker\": \"mkpọ\",\n    \"tacket\": \"akwọ\",\n    \"tacketed\": \"Ekwuru\",\n    \"tackety\": \"mkpọchi\",\n    \"tackets\": \"okpu\",\n    \"tacky\": \"nke\",\n    \"tackier\": \"Na-akpụ akpụ\",\n    \"tackies\": \"akpọ\",\n    \"tackiest\": \"akakan\",\n    \"tackify\": \"ịlụ ọgụ\",\n    \"tackified\": \"ekwusara\",\n    \"tackifier\": \"ọkpọ\",\n    \"tackifies\": \"na-akwado\",\n    \"tackifying\": \"ịma\",\n    \"tackily\": \"Na na\",\n    \"tackiness\": \"nsogbu\",\n    \"tacking\": \"ịkụ\",\n    \"tackingly\": \"tinye\",\n    \"tackle\": \"mee\",\n    \"tackled\": \"mee\",\n    \"tackleless\": \"mee obere\",\n    \"tackleman\": \"nwoke\",\n    \"tackler\": \"ọkpọ\",\n    \"tacklers\": \"mkpọ\",\n    \"tackles\": \"mkpọ\",\n    \"tackless\": \"enweghị aka\",\n    \"tackling\": \"na-ebu\",\n    \"tacklings\": \"Na-akụ\",\n    \"tackproof\": \"mgbochi\",\n    \"tacks\": \"tinye\",\n    \"tacksman\": \"Nnenna\",\n    \"tacksmen\": \"Nwoke\",\n    \"taconian\": \"taconyan\",\n    \"tact\": \"akọ\",\n    \"tactable\": \"dị akọ\",\n    \"tactful\": \"akọ\",\n    \"tactfully\": \"jiri akọ\",\n    \"tactfulness\": \"akọ\",\n    \"tactic\": \"ụzọ aghụghọ\",\n    \"tactical\": \"kenkwucha\",\n    \"tactically\": \"akọ\",\n    \"tactician\": \"ọkachamara\",\n    \"tacticians\": \"ndị aghụghọ\",\n    \"tactics\": \"si eme\",\n    \"tactilely\": \"tactile\",\n    \"tactilist\": \"onye maara ihe\",\n    \"tactility\": \"akọ\",\n    \"tactilities\": \"aghụghọ\",\n    \"tactinvariant\": \"aghụghọ\",\n    \"taction\": \"mmeghari\",\n    \"tactite\": \"eji akọ\",\n    \"tactless\": \"enweghị akọ\",\n    \"tactlessly\": \"enweghị akọ\",\n    \"tactlessness\": \"enweghị akọ\",\n    \"tactometer\": \"ihe ndozi\",\n    \"tactor\": \"ọchị\",\n    \"tacts\": \"ihe\",\n    \"tactual\": \"kenkwucha\",\n    \"tactualist\": \"ọkachamara\",\n    \"tactuality\": \"akọ\",\n    \"tactually\": \"iji akọ\",\n    \"tactus\": \"nka\",\n    \"tadbhava\": \"Nwachukwu\",\n    \"tade\": \"Ichie\",\n    \"tadpoledom\": \"Nwokeji\",\n    \"tadpolehood\": \"izu ike\",\n    \"tadpolelike\": \"ọrịre\",\n    \"tadpolism\": \"nkwanye ugwu\",\n    \"taels\": \"ifo\",\n    \"taen\": \"ta\",\n    \"taenicide\": \"igbu onwe ya\",\n    \"taffarels\": \"taffare\",\n    \"taffetized\": \"taffetị\",\n    \"taffymaking\": \"ịme egwuregwu\",\n    \"taffle\": \"taffụ\",\n    \"taft\": \"ukwu\",\n    \"tag\": \"mkpado\",\n    \"tagalize\": \"tagzie\",\n    \"tagatose\": \"mkpado\",\n    \"tagboard\": \"tagbodu\",\n    \"tagboards\": \"tabboards\",\n    \"tagetes\": \"mkpado\",\n    \"tagged\": \"akpado\",\n    \"tagging\": \"nkpado\",\n    \"taglet\": \"akpado\",\n    \"tagliatelle\": \"mkpadoatelle\",\n    \"taglike\": \"dị ka\",\n    \"tagrag\": \"mkpado\",\n    \"tagraggery\": \"mkpado\",\n    \"tags\": \"mkpado\",\n    \"tagsore\": \"mkpado\",\n    \"tagster\": \"mkpado\",\n    \"tagtail\": \"mkpado\",\n    \"tagus\": \"mkpado\",\n    \"taharah\": \"tahara\",\n    \"tahiti\": \"tahiiti\",\n    \"tahitian\": \"tahityan\",\n    \"tahitians\": \"ndị Taiti\",\n    \"tahrs\": \"tars\",\n    \"taikhana\": \"tahkhana\",\n    \"taikih\": \"taiki\",\n    \"tail\": \"ọdụ\",\n    \"tailage\": \"ọdụ\",\n    \"tailback\": \"ọdụ\",\n    \"tailbacks\": \"ọdụ\",\n    \"tailband\": \"ọdụdụ\",\n    \"tailboard\": \"ọdụ\",\n    \"tailbone\": \"ọkpụkpụ\",\n    \"tailbones\": \"ọkpụkpụ ọdụ\",\n    \"tailcoat\": \"odu\",\n    \"tailcoated\": \"odu\",\n    \"tailcoats\": \"odu\",\n    \"tailed\": \"wee daa\",\n    \"tailer\": \"ụgbọala na-adọkpụ ụgbọala\",\n    \"tailfirst\": \"ọdụ\",\n    \"tailflower\": \"Odu\",\n    \"tailforemost\": \"ọdụ\",\n    \"tailgate\": \"ọdụ\",\n    \"tailgated\": \"odu\",\n    \"tailgater\": \"Ọdụ ọdụ\",\n    \"tailgates\": \"ọdụ\",\n    \"tailgating\": \"ggba ọsọ\",\n    \"tailge\": \"odu\",\n    \"tailgunner\": \"ọdụdụ\",\n    \"tailhead\": \"ọdụ\",\n    \"tailing\": \"na-ada\",\n    \"tailings\": \"ọdụ\",\n    \"tailles\": \"ọdụ\",\n    \"tailless\": \"enweghị ọdụ\",\n    \"taillessly\": \"n'udo\",\n    \"taillessness\": \"enweghị ọdụ\",\n    \"taillight\": \"ọkụ azụ\",\n    \"taillights\": \"ọkụ azụ\",\n    \"taillike\": \"okwukwu\",\n    \"tailloir\": \"ọdụ\",\n    \"tailor\": \"ịkwa akwa\",\n    \"tailorage\": \"ịkwa akwa\",\n    \"tailorbird\": \"ịkwa akwa\",\n    \"tailorcraft\": \"ịkwa akwa\",\n    \"tailordom\": \"dabara\",\n    \"tailored\": \"ahaziri\",\n    \"tailoress\": \"ịkwa akwa\",\n    \"tailorhood\": \"ịkwa akwa\",\n    \"tailory\": \"ịkwa akwa\",\n    \"tailoring\": \"ịkwa akwa\",\n    \"tailorization\": \"nhazi\",\n    \"tailorize\": \"idozi\",\n    \"tailorless\": \"enweghị atụ\",\n    \"tailorly\": \"ịkpa akwa\",\n    \"tailorlike\": \"dị ka ịkwa akwa\",\n    \"tailorman\": \"onye obu\",\n    \"tailors\": \"ndị na-akwa ákwà\",\n    \"tailorship\": \"ịkwa akwa\",\n    \"tailorwise\": \"ịkwa akwa\",\n    \"tailpiece\": \"ọdụ\",\n    \"tailpin\": \"ọdụ\",\n    \"tailpipe\": \"ọdụpi\",\n    \"tailpipes\": \"ọdụdụ\",\n    \"tailplane\": \"ọdụ ụgbọ mmiri\",\n    \"tailrace\": \"odu\",\n    \"tailraces\": \"ọdụ\",\n    \"tails\": \"ọdụ\",\n    \"tailshaft\": \"ọdụ\",\n    \"tailsheet\": \"ọdụ\",\n    \"tailskid\": \"odu\",\n    \"tailskids\": \"ọdụ ụmụaka\",\n    \"tailsman\": \"ọtụmọkpọ\",\n    \"tailspin\": \"ọdụdụ\",\n    \"tailspins\": \"ọdụdụ\",\n    \"tailstock\": \"ọdụ\",\n    \"tailte\": \"odu\",\n    \"tailward\": \"ọdụ\",\n    \"tailwards\": \"ọdụ\",\n    \"tailwater\": \"ọdụ mmiri\",\n    \"tailwind\": \"odu\",\n    \"tailwinds\": \"ọdụ\",\n    \"tailwise\": \"odu\",\n    \"tailzee\": \"ọdụ\",\n    \"tailzied\": \"ọdụ\",\n    \"taimen\": \"Mgbọ\",\n    \"taimyrite\": \"onye nkwado\",\n    \"tainos\": \"ọdụ\",\n    \"tains\": \"taịn\",\n    \"tainted\": \"ihe ruru unyi\",\n    \"taintedness\": \"ihe ojoo\",\n    \"tainting\": \"tapping\",\n    \"taintless\": \"enweghị okike\",\n    \"taintlessly\": \"enweghị isi\",\n    \"taintlessness\": \"enweghị ike\",\n    \"taintment\": \"tament\",\n    \"taiping\": \"na-akụ\",\n    \"taiver\": \"ịkwa akwa\",\n    \"taivert\": \"zọọ\",\n    \"taiwanese\": \"asụsụ Taiwanese\",\n    \"takable\": \"iwere\",\n    \"take\": \"nara\",\n    \"takeable\": \"iwere\",\n    \"takeaway\": \"wepụ ya\",\n    \"taked\": \"na-ewe\",\n    \"takedown\": \"wetuo\",\n    \"takedownable\": \"takedown nwere ike\",\n    \"takedowns\": \"wepụ\",\n    \"takeful\": \"buru\",\n    \"takeing\": \"na-ewere\",\n    \"taken\": \"were\",\n    \"takeoff\": \"gbapụ\",\n    \"takeout\": \"wepụ\",\n    \"takeouts\": \"were\",\n    \"takeover\": \"weghara\",\n    \"takeovers\": \"wepụ\",\n    \"takers\": \"na-ewere\",\n    \"takes\": \"na-ewe\",\n    \"taketh\": \"na-ewe\",\n    \"takin\": \"iri\",\n    \"taking\": \"na-ewere\",\n    \"takingly\": \"na-ewere\",\n    \"takingness\": \"iwere\",\n    \"takings\": \"iwere\",\n    \"takins\": \"na-ewere\",\n    \"takyr\": \"Takyr\",\n    \"takkanah\": \"takkana\",\n    \"talaing\": \"talasị\",\n    \"talbotype\": \"mmmmmmmmmmmmm\",\n    \"talbotypist\": \"onyeegwu\",\n    \"talced\": \"toro ogologo\",\n    \"talcher\": \"ọkpọ\",\n    \"talcing\": \"na-agba\",\n    \"talck\": \"kwuo\",\n    \"talcked\": \"kwuru\",\n    \"talcky\": \"ogologo\",\n    \"talcking\": \"na-ekwu okwu\",\n    \"talcoid\": \"okpu\",\n    \"talcomicaceous\": \"ọmarịcha\",\n    \"talcous\": \"ogologo\",\n    \"talcs\": \"talc\",\n    \"talcums\": \"Ugochi\",\n    \"tald\": \"Nwachukwu\",\n    \"tale\": \"akụkọ\",\n    \"talebearer\": \"onye na-ekwu akụkọ\",\n    \"talebearers\": \"ndị na-akọ akụkọ\",\n    \"talebearing\": \"ịkọ akụkọ\",\n    \"talebook\": \"akwụkwọ akụkọ\",\n    \"talecarrier\": \"onye na-ekwu okwu\",\n    \"talecarrying\": \"na-akọ akụkọ\",\n    \"taled\": \"akụkọ\",\n    \"taleful\": \"akụkọ\",\n    \"taleysim\": \"akụkọ\",\n    \"talemaster\": \"onye talemaster\",\n    \"talented\": \"nkà\",\n    \"talenting\": \"nkà\",\n    \"talentless\": \"enweghị talent\",\n    \"talents\": \"talent\",\n    \"talepyet\": \"ọpụyeụ\",\n    \"tales\": \"akụkọ ifo\",\n    \"talesmen\": \"ndị nkịtị\",\n    \"taletelling\": \"ịpị aka\",\n    \"talewise\": \"n'akụkọ\",\n    \"taliacotian\": \"onyechi\",\n    \"taliage\": \"onyinye\",\n    \"taliation\": \"ntali\",\n    \"taligrade\": \"ịkwado\",\n    \"talionic\": \"ọmarịcha\",\n    \"talionis\": \"Onyekwere\",\n    \"talions\": \"ọwụwa\",\n    \"taliped\": \"zọọ\",\n    \"talipedic\": \"alisị\",\n    \"talipomanus\": \"onyinyechi\",\n    \"talipot\": \"onyinye\",\n    \"talipots\": \"ihe onyinye\",\n    \"talis\": \"ọtụmọkpọ\",\n    \"talisman\": \"ọtụmọkpọ\",\n    \"talismanic\": \"ọtụmọkpọ\",\n    \"talismanically\": \"n'adịghị mma\",\n    \"talismanist\": \"ọtụmọkpọ\",\n    \"talismanni\": \"adighi\",\n    \"talismans\": \"ọmarịcha\",\n    \"talite\": \"malite\",\n    \"talk\": \"kwuo\",\n    \"talkability\": \"ikwu okwu\",\n    \"talkable\": \"okwu\",\n    \"talkathon\": \"ekwenti\",\n    \"talkative\": \"na-ekwu okwu\",\n    \"talkatively\": \"na-ekwu okwu\",\n    \"talkativeness\": \"ikwu okwu\",\n    \"talked\": \"kwuru\",\n    \"talker\": \"okwu\",\n    \"talkers\": \"ndị na-ekwu okwu\",\n    \"talkfest\": \"Okwu\",\n    \"talkful\": \"na-ekwu okwu\",\n    \"talky\": \"na-ekwu okwu\",\n    \"talkier\": \"okwukwu\",\n    \"talkies\": \"okwu\",\n    \"talkiest\": \"kasị ogologo\",\n    \"talkiness\": \"ikwu okwu\",\n    \"talking\": \"na-ekwu okwu\",\n    \"talkings\": \"okwu\",\n    \"talks\": \"okwu\",\n    \"tall\": \"toro ogologo\",\n    \"tallaged\": \"mgbasaged\",\n    \"tallaging\": \"mbido\",\n    \"tallboy\": \"Ogochukwu\",\n    \"tallboys\": \"umu nwoke\",\n    \"taller\": \"toro ogologo\",\n    \"tallest\": \"kachasị elu\",\n    \"tally\": \"ngụkọta\",\n    \"tallied\": \"toro ogologo\",\n    \"tallies\": \"ogologo\",\n    \"tallyho\": \"Tallyho\",\n    \"tallyhoed\": \"Onyema\",\n    \"tallyhoing\": \"izu\",\n    \"tallying\": \"izu\",\n    \"tallyman\": \"Nwachukwu\",\n    \"tallymanship\": \"Nnenna\",\n    \"tallymen\": \"Nnenna\",\n    \"tallis\": \"ogologo\",\n    \"tallish\": \"ogologo\",\n    \"tallyshop\": \"nchịkọta\",\n    \"tallit\": \"Ogologo\",\n    \"tallith\": \"ogologo\",\n    \"tallithes\": \"Ogologo\",\n    \"tallithim\": \"ogologo\",\n    \"tallitoth\": \"Ogologo\",\n    \"tallywag\": \"Nnenna\",\n    \"tallywoman\": \"Nwachukwu\",\n    \"tallywomen\": \"umunwanyi\",\n    \"tallness\": \"ogologo\",\n    \"tallnesses\": \"ogologo\",\n    \"tallols\": \"ogologo\",\n    \"tallote\": \"ogologo\",\n    \"tallowed\": \"Onyekwere\",\n    \"tallower\": \"okwukwu\",\n    \"tallowy\": \"Onyekwere\",\n    \"tallowiness\": \"ịdị ogologo\",\n    \"tallowing\": \"Na-ekwusi ike\",\n    \"tallowish\": \"Onyekwere\",\n    \"tallowlike\": \"tallowike\",\n    \"tallowmaker\": \"onye na-eme tallow\",\n    \"tallowmaking\": \"ịkọ ihe\",\n    \"tallows\": \"ọmarịcha\",\n    \"tallowwood\": \"okwa tallow\",\n    \"tallwood\": \"Longwood\",\n    \"talmouse\": \"motọ\",\n    \"talmudic\": \"talmud\",\n    \"talmudists\": \"talmudist\",\n    \"talocrural\": \"okirikiri\",\n    \"talonavicular\": \"okpokoro\",\n    \"talons\": \"ukwu\",\n    \"talpatate\": \"kpakpando\",\n    \"talpetate\": \"kpakpando\",\n    \"talpicide\": \"igbu egbu\",\n    \"talpid\": \"okpu\",\n    \"talpify\": \"bulie ije\",\n    \"talter\": \"toro ogologo\",\n    \"talthib\": \"nnukwu ihe\",\n    \"taltushtuntude\": \"okwalekwa\",\n    \"taluhet\": \"okpu\",\n    \"taluks\": \"okpu\",\n    \"talus\": \"talusi\",\n    \"taluses\": \"ogologo\",\n    \"talweg\": \"ogbe\",\n    \"tamability\": \"ikike\",\n    \"tamable\": \"tughari\",\n    \"tamableness\": \"Ikegbe\",\n    \"tamably\": \"dị mfe\",\n    \"tamachek\": \"Okechukwu\",\n    \"tamacoare\": \"tamaco di\",\n    \"tamale\": \"tamal\",\n    \"tamales\": \"tamale\",\n    \"tamals\": \"tamale\",\n    \"tamanoir\": \"Ohere\",\n    \"tamasic\": \"ike\",\n    \"tambala\": \"ajụjụla\",\n    \"tamber\": \"tambo\",\n    \"tamboo\": \"tambo\",\n    \"tambouki\": \"tambo\",\n    \"tambour\": \"tambo\",\n    \"tambourer\": \"machị\",\n    \"tambouret\": \"mgbo\",\n    \"tambourgi\": \"nwamba\",\n    \"tambourine\": \"tambo\",\n    \"tambouring\": \"igwu\",\n    \"tambourins\": \"tambo\",\n    \"tambourist\": \"nwuru\",\n    \"tame\": \"izu ike\",\n    \"tameability\": \"izu ike\",\n    \"tameable\": \"izu ike\",\n    \"tameableness\": \"izu ike\",\n    \"tamed\": \"izu ike\",\n    \"tamehearted\": \"nwee obi\",\n    \"tameheartedness\": \"amamịghe\",\n    \"tamein\": \"izu ike\",\n    \"tameless\": \"enweghị ike\",\n    \"tamelessly\": \"na-enweghị isi\",\n    \"tamelessness\": \"enweghị nkwarụ\",\n    \"tamenes\": \"tamen\",\n    \"tamenesses\": \"tameness\",\n    \"tamers\": \"achọrọ\",\n    \"tamest\": \"estomiri\",\n    \"tamilian\": \"Asụsụ tamilian\",\n    \"tamilic\": \"Okwuchi\",\n    \"taming\": \"Na-agbanye\",\n    \"tamises\": \"amaka\",\n    \"tammie\": \"Tammie\",\n    \"tammies\": \"Tammies\",\n    \"tammock\": \"okpokoro\",\n    \"tamoyo\": \"inyinye\",\n    \"tamonea\": \"Tamonea\",\n    \"tampang\": \"mkpọtụ\",\n    \"tampans\": \"tampan\",\n    \"tamped\": \"weghaara\",\n    \"tampered\": \"ihe etinyere\",\n    \"tamperer\": \"onye aghụghọ\",\n    \"tamperers\": \"ndị tampere\",\n    \"tampering\": \"Na-emetụ aka\",\n    \"tampers\": \"Ihe ike\",\n    \"tamping\": \"zọọ\",\n    \"tampion\": \"nza\",\n    \"tampioned\": \"zọọ\",\n    \"tampions\": \"ọgba aghara\",\n    \"tamponage\": \"tamponade\",\n    \"tamponed\": \"tamponade\",\n    \"tamponment\": \"tọgbọọ\",\n    \"tampoon\": \"tampon\",\n    \"tams\": \"Ihe\",\n    \"tamzine\": \"tamzin\",\n    \"tanagraean\": \"tanagraan\",\n    \"tandan\": \"dị\",\n    \"tandemize\": \"tandemesi\",\n    \"tandems\": \"ihe iko\",\n    \"tandemwise\": \"izu atọ\",\n    \"tandsticka\": \"Onyinyechi\",\n    \"tane\": \"taabụ\",\n    \"tanged\": \"gbanwere\",\n    \"tangential\": \"dị mkpa\",\n    \"tangentiality\": \"ebumnuche\",\n    \"tangentially\": \"n'ụzọ dị egwu\",\n    \"tanger\": \"tanjer\",\n    \"tangerine\": \"tanjerịn\",\n    \"tangerines\": \"tanjerịn\",\n    \"tangfish\": \"azụ\",\n    \"tangfishes\": \"tangfish\",\n    \"tangy\": \"tangie\",\n    \"tangibile\": \"tangible\",\n    \"tangibleness\": \"tangible\",\n    \"tangibly\": \"tangible\",\n    \"tanglefish\": \"tangle azụ\",\n    \"tanglefishes\": \"tangled azụ\",\n    \"tangleproof\": \"tangle akaebe\",\n    \"tanglewrack\": \"tanglewreck\",\n    \"tangliest\": \"tangles\",\n    \"tangling\": \"tanglin\",\n    \"tangoing\": \"na-ebugharị\",\n    \"tangrams\": \"tangram\",\n    \"tanhouse\": \"ụlọ ndozi\",\n    \"tanyard\": \"ogige\",\n    \"tanyards\": \"ogige\",\n    \"taniness\": \"ịdị adị\",\n    \"tanyoan\": \"tanyan\",\n    \"tanistry\": \"teknụzụ\",\n    \"tanistries\": \"ụlọ ọrụ\",\n    \"tanists\": \"ndị na-agbatị\",\n    \"tanistship\": \"istsgbọ mmiri\",\n    \"tankage\": \"tankị\",\n    \"tankages\": \"tankị\",\n    \"tankard\": \"tankị\",\n    \"tankards\": \"tankị\",\n    \"tanked\": \"tankị\",\n    \"tanker\": \"tanka\",\n    \"tankers\": \"tankị\",\n    \"tankert\": \"tanka\",\n    \"tankette\": \"tankị\",\n    \"tankful\": \"tankị\",\n    \"tankfuls\": \"tankị\",\n    \"tanking\": \"tankị\",\n    \"tankle\": \"tank\",\n    \"tankless\": \"tankị\",\n    \"tanklike\": \"tankị\",\n    \"tankmaker\": \"tankị\",\n    \"tankmaking\": \"mgbọ mmiri\",\n    \"tankroom\": \"roomlọ tankị\",\n    \"tanks\": \"tankị\",\n    \"tankship\": \"tankị\",\n    \"tankships\": \"tankị\",\n    \"tannaic\": \"tannaiki\",\n    \"tanner\": \"akpụkpọ anụ\",\n    \"tannery\": \"akpụkpọ anụ\",\n    \"tanneries\": \"akpụkpọ anụ\",\n    \"tannic\": \"tannin\",\n    \"tanniferous\": \"tannifero\",\n    \"tannined\": \"tannyere\",\n    \"tannings\": \"tanning\",\n    \"tannometer\": \"tannometa\",\n    \"tano\": \"iri\",\n    \"tanoan\": \"anozọ\",\n    \"tanproof\": \"tankị\",\n    \"tanrecs\": \"tanrek\",\n    \"tans\": \"Ijeri\",\n    \"tansies\": \"Tansies\",\n    \"tantalian\": \"eche\",\n    \"tantaliferous\": \"na-agwụ ike\",\n    \"tantalisation\": \"nkwanye ugwu\",\n    \"tantaliser\": \"kwalite\",\n    \"tantalising\": \"na-egbu mmụọ\",\n    \"tantalisingly\": \"na-eche\",\n    \"tantalization\": \"ịdị na-eche\",\n    \"tantalize\": \"kwalite\",\n    \"tantalized\": \"kwụrụ ụgwọ\",\n    \"tantalizer\": \"kwụrụ ụgwọ\",\n    \"tantalizers\": \"na-eche\",\n    \"tantalizes\": \"na-eche\",\n    \"tantalizing\": \"na-egbu mmụọ\",\n    \"tantalizingly\": \"na-eche\",\n    \"tantalizingness\": \"na-eche\",\n    \"tantalous\": \"zọọ\",\n    \"tantaluses\": \"ụmụaka\",\n    \"tantamount\": \"dị ka\",\n    \"tantaras\": \"tantara\",\n    \"tantle\": \"tali\",\n    \"tantony\": \"nwụọ\",\n    \"tantric\": \"na-eche\",\n    \"tantrism\": \"ịdị ọcha\",\n    \"tantrist\": \"kwụsịtụrụ\",\n    \"tantrum\": \"iwe\",\n    \"tantrums\": \"na-ada ụda\",\n    \"tanzania\": \"Tanzania\",\n    \"tanzanian\": \"Tanzanian\",\n    \"tanzanians\": \"Ndị Tanzania\",\n    \"tanzeb\": \"Tanzeb\",\n    \"taoist\": \"onye taoist\",\n    \"taoists\": \"ndị tao\",\n    \"tap\": \"mgbata\",\n    \"tapamaker\": \"ọkpọkọri\",\n    \"tapamaking\": \"amgba mmiri\",\n    \"tape\": \"teepu\",\n    \"tapeats\": \"teepu\",\n    \"tapecopy\": \"teepu\",\n    \"taped\": \"etinyere\",\n    \"tapedrives\": \"etinyere\",\n    \"tapeinocephaly\": \"tapinocephalus\",\n    \"tapeinocephalic\": \"tapinocephalus\",\n    \"tapeinocephalism\": \"tapinocephalus\",\n    \"tapeless\": \"n'amaghi\",\n    \"tapeline\": \"eriri\",\n    \"tapelines\": \"ọkpọkọ\",\n    \"tapemaking\": \"ite mmiri\",\n    \"tapemarks\": \"akara aka\",\n    \"tapemen\": \"Akpadoro\",\n    \"tapemove\": \"tubemove\",\n    \"tapen\": \"kpatụ\",\n    \"taperbearer\": \"onye na-ebu ihe\",\n    \"tapered\": \"etinyere\",\n    \"taperer\": \"Tapa\",\n    \"taperers\": \"Akpịrị\",\n    \"tapering\": \"na-akụ\",\n    \"tapermaking\": \"ịme tapermaking\",\n    \"taperness\": \"taper\",\n    \"tapers\": \"taper\",\n    \"taperstick\": \"tapertick\",\n    \"tapes\": \"teepu\",\n    \"tapester\": \"etere\",\n    \"tapestry\": \"etinyere\",\n    \"tapestried\": \"etinyere\",\n    \"tapestrying\": \"tapestries\",\n    \"tapestrylike\": \"etinyere dị ka\",\n    \"tapestring\": \"tapestries\",\n    \"tapet\": \"teepu\",\n    \"tapetal\": \"mkpọtụ\",\n    \"tapetless\": \"enweghị isi\",\n    \"tapework\": \"teepu\",\n    \"tapeworm\": \"teepu\",\n    \"tapeworms\": \"okpokoro okpokoro\",\n    \"tapholes\": \"pịa oghere\",\n    \"taphouse\": \"ụlọ mposi\",\n    \"taphouses\": \"ụlọ mposi\",\n    \"taphria\": \"aphria\",\n    \"taping\": \"na-edekọ\",\n    \"tapinocephaly\": \"mmmmmmmmmmmmm\",\n    \"tapinocephalic\": \"kpakpando\",\n    \"tapinophoby\": \"mmmmmmmmmmmmm\",\n    \"tapiridian\": \"Tapiridian\",\n    \"tapirs\": \"tapiers\",\n    \"tapiser\": \"akpaka\",\n    \"tapises\": \"mkpọchi\",\n    \"tapism\": \"tapis\",\n    \"tapissery\": \"ahịhịa\",\n    \"tapist\": \"ọkpọka\",\n    \"tapling\": \"na-agbanye\",\n    \"tapnet\": \"eriri\",\n    \"tapotement\": \"nkwupụta okwu\",\n    \"tappable\": \"tappị\",\n    \"tapped\": \"pịa\",\n    \"tapper\": \"tapa\",\n    \"tapperer\": \"taper\",\n    \"tappers\": \"ọkpọ\",\n    \"tappet\": \"tapaị\",\n    \"tappets\": \"akpati\",\n    \"tapping\": \"ịme ọpịpị\",\n    \"tappish\": \"mechie\",\n    \"tappit\": \"taipit\",\n    \"taprooms\": \"ọkpọ\",\n    \"taprooted\": \"kwadoro\",\n    \"taproots\": \"ọkpa\",\n    \"taps\": \"mgbata\",\n    \"tapster\": \"etinyere\",\n    \"tapsterly\": \"etinyere\",\n    \"tapsterlike\": \"yiri\",\n    \"tapsters\": \"ọkpọ\",\n    \"tapstress\": \"ihe mgbochi\",\n    \"tapul\": \"ọkpọkọ\",\n    \"tapwort\": \"okpokoro\",\n    \"taqlid\": \"okirikiri\",\n    \"tar\": \"taa\",\n    \"taramellite\": \"trọmịl\",\n    \"tarantulated\": \"iche\",\n    \"tarantulous\": \"ekwesighi\",\n    \"tarbooshed\": \"mbido\",\n    \"tarbox\": \"igbe\",\n    \"tarbushes\": \"ebu\",\n    \"tarbuttite\": \"mbido\",\n    \"tarcel\": \"tar tar\",\n    \"tardant\": \"oge\",\n    \"tardenoisian\": \"Nwachukwu\",\n    \"tardy\": \"daa oge\",\n    \"tardily\": \"oge\",\n    \"tardiness\": \"ịnọ ọdụ\",\n    \"tardity\": \"mbido\",\n    \"tarditude\": \"oge\",\n    \"tardo\": \"Nwachukwu\",\n    \"tared\": \"nri\",\n    \"tarentism\": \"tarentin\",\n    \"tares\": \"ata\",\n    \"tarflower\": \"Kwuru\",\n    \"targer\": \"lekwasịrị anya\",\n    \"targes\": \"zaa\",\n    \"target\": \"lekwasịrị anya\",\n    \"targeted\": \"ezubere iche\",\n    \"targeteer\": \"lekwasịrị anya\",\n    \"targetier\": \"ezubere iche\",\n    \"targeting\": \"ezubere iche\",\n    \"targetless\": \"enweghị atụ\",\n    \"targetlike\": \"lekwasịrị anya\",\n    \"targetman\": \"gbadoro ụkwụ\",\n    \"targets\": \"zaa\",\n    \"targetshooter\": \"gbadoro ụkwụ\",\n    \"targumist\": \"onye targumist\",\n    \"tarhood\": \"mburu\",\n    \"taryba\": \"Taryba\",\n    \"tariff\": \"tarifu\",\n    \"tariffable\": \"tarifu\",\n    \"tariffed\": \"tarifu\",\n    \"tariffication\": \"tarifu\",\n    \"tariffing\": \"tarifu\",\n    \"tariffism\": \"tarifu\",\n    \"tariffist\": \"onye oru tarifu\",\n    \"tariffite\": \"tarifu\",\n    \"tariffless\": \"tarifuless\",\n    \"tariffs\": \"tarifu\",\n    \"tarkhan\": \"Uchenna\",\n    \"tarlataned\": \"mbadamba\",\n    \"tarlatans\": \"tarlatan\",\n    \"tarlies\": \"tarili\",\n    \"tarlike\": \"dị ka\",\n    \"tarmined\": \"gbasasiri\",\n    \"tarnation\": \"ngbanwe\",\n    \"tarnish\": \"imebi\",\n    \"tarnished\": \"emerụla\",\n    \"tarnishing\": \"na-emebi emebi\",\n    \"tarnishment\": \"ndozi\",\n    \"tarnkappe\": \"tarnkapa\",\n    \"tarocs\": \"taroc\",\n    \"taroks\": \"tarok\",\n    \"taros\": \"Taros\",\n    \"tarpaper\": \"tar tar\",\n    \"tarpapers\": \"akwụkwọ akụkọ\",\n    \"tarquinish\": \"nwụọ\",\n    \"tarred\": \"gbachara\",\n    \"tarry\": \"na-eche\",\n    \"tarriance\": \"tarri\",\n    \"tarried\": \"nọọ ọdụ\",\n    \"tarrier\": \"tarili\",\n    \"tarriers\": \"ihe mgbochi\",\n    \"tarrify\": \"chọpụta\",\n    \"tarrying\": \"na-egbu oge\",\n    \"tarryingly\": \"na-echere\",\n    \"tarryingness\": \"na-egbu oge\",\n    \"tarrily\": \"gbasaa\",\n    \"tarring\": \"ịgha\",\n    \"tarsals\": \"ata\",\n    \"tartarated\": \"mbido\",\n    \"tartarian\": \"tartarin\",\n    \"tartarized\": \"atọpụ\",\n    \"tartarizing\": \"tartarị\",\n    \"tartarly\": \"tartart\",\n    \"tartarous\": \"tartarus\",\n    \"tartarproof\": \"tartar àmà\",\n    \"tarten\": \"tartan\",\n    \"tarter\": \"tarta\",\n    \"tartishly\": \"agbamgbam\",\n    \"tartishness\": \"mbido\",\n    \"tartness\": \"tart\",\n    \"tartnesses\": \"ihe omimi\",\n    \"tartralic\": \"ihe omuma\",\n    \"tartramic\": \"ihe akwara\",\n    \"tartrated\": \"kpochapụrụ\",\n    \"tartratoferric\": \"tartrato ferric\",\n    \"tartrazin\": \"tartrazine\",\n    \"tartrazinic\": \"tartrazine\",\n    \"tartryl\": \"okpokoro\",\n    \"tartrylic\": \"tartryl\",\n    \"tartronic\": \"ihe omimi\",\n    \"tartrous\": \"ihe omimi\",\n    \"tartwoman\": \"nwaanyi\",\n    \"tartwomen\": \"umu nwanyi\",\n    \"tarzanish\": \"tarzan ish\",\n    \"tarzans\": \"tarzan's\",\n    \"tasajillos\": \"tasajillo\",\n    \"tashnagist\": \"onyenze\",\n    \"tasimeter\": \"tasimita\",\n    \"task\": \"ọrụ\",\n    \"taskage\": \"ọrụ\",\n    \"tasker\": \"ọrụ\",\n    \"taskit\": \"ọrụ\",\n    \"taskless\": \"enweghị ọrụ\",\n    \"tasklike\": \"dị ka ọrụ\",\n    \"taskmaster\": \"onye nlekọta ọrụ\",\n    \"taskmasters\": \"ndi oru\",\n    \"taskmastership\": \"nchịkọta ọrụ\",\n    \"tasks\": \"ihe aga-eme\",\n    \"tasksetter\": \"ọrụ\",\n    \"tasksetting\": \"ịrụ ọrụ\",\n    \"taskwork\": \"ọrụ\",\n    \"taskworks\": \"ọrụ\",\n    \"tass\": \"taass\",\n    \"tassard\": \"daa\",\n    \"tasseled\": \"tasseed\",\n    \"tasselfish\": \"izu ike\",\n    \"tassely\": \"tassass\",\n    \"tasseling\": \"Uchechukwu\",\n    \"tasselled\": \"zụrụ\",\n    \"tasseller\": \"okpokoro\",\n    \"tasselly\": \"uzu\",\n    \"tasselling\": \"ikwupụta\",\n    \"tassellus\": \"Onwuchekwa\",\n    \"tasselmaker\": \"okpokoro\",\n    \"tasselmaking\": \"okpokoro\",\n    \"tassels\": \"okooko osisi\",\n    \"tasses\": \"tass\",\n    \"tassets\": \"ihe ntanetị\",\n    \"tassie\": \"Nnenna\",\n    \"tassies\": \"nkewa\",\n    \"tastable\": \"tọrọ ụtọ\",\n    \"tastableness\": \"uto\",\n    \"tastably\": \"tastally\",\n    \"taste\": \"detụ ire\",\n    \"tasteable\": \"nụrụ ụtọ\",\n    \"tasteableness\": \"edetụ ire\",\n    \"tasteably\": \"nụrụ ụtọ\",\n    \"tastebuds\": \"detụ ire\",\n    \"tasted\": \"detụrụ ire\",\n    \"tasteful\": \"atọ\",\n    \"tastefully\": \"nụrụ ụtọ\",\n    \"tastefulness\": \"detụ ire\",\n    \"tastekin\": \"ude\",\n    \"tasteless\": \"enweghị ụtọ\",\n    \"tastelessly\": \"enweghị isi\",\n    \"tastelessness\": \"enweghị ụtọ\",\n    \"tasten\": \"nụrụ ụtọ\",\n    \"taster\": \"nụrụ ụtọ\",\n    \"tasters\": \"atọ\",\n    \"tastes\": \"atọ\",\n    \"tasty\": \"tọrọ ụtọ\",\n    \"tastily\": \"tastally\",\n    \"tastiness\": \"uto\",\n    \"tasting\": \"akatabi okop\",\n    \"tastingly\": \"na-atọ ụtọ\",\n    \"tastings\": \"uto\",\n    \"tatarian\": \"onye tatari\",\n    \"tataric\": \"tatarik\",\n    \"tatbeb\": \"Nnenna\",\n    \"tatchy\": \"zuo\",\n    \"tate\": \"ama\",\n    \"tater\": \"kootu\",\n    \"taters\": \"tita\",\n    \"tatouays\": \"ụbọchị\",\n    \"tats\": \"akpu\",\n    \"tatsanottine\": \"Uchechukwu\",\n    \"tatsman\": \"onyedikachi\",\n    \"tatted\": \"etinyere\",\n    \"tatterdemalions\": \"Ndenye aha\",\n    \"tattered\": \"dọwara\",\n    \"tatteredly\": \"dọwara\",\n    \"tatteredness\": \"mbido\",\n    \"tattering\": \"na-eri nri\",\n    \"tatters\": \"adọka\",\n    \"tattersall\": \"Nwachukwu\",\n    \"tattersalls\": \"Nwachukwu\",\n    \"tatterwag\": \"Nwagbara\",\n    \"tattie\": \"tatty\",\n    \"tattied\": \"tatties\",\n    \"tattier\": \"tatties\",\n    \"tattiness\": \"mbido\",\n    \"tatting\": \"na-eri nri\",\n    \"tattings\": \"adọka\",\n    \"tattle\": \"na-eche\",\n    \"tattled\": \"dọwara\",\n    \"tattlement\": \"izu\",\n    \"tattler\": \"Nwachukwu\",\n    \"tattlery\": \"Okwuchukwu\",\n    \"tattlers\": \"ndị aghụghọ\",\n    \"tattletale\": \"iwu\",\n    \"tattletales\": \"ọkụ\",\n    \"tattling\": \"Na-ada\",\n    \"tattlingly\": \"Nnanna\",\n    \"tattoo\": \"egbugbu\",\n    \"tattooage\": \"igbu egbugbu\",\n    \"tattooed\": \"egbugbu\",\n    \"tattooer\": \"erkwụ na-egbu egbu\",\n    \"tattooers\": \"Ndị na-egbu egbu\",\n    \"tattooing\": \"egbugbu\",\n    \"tattooist\": \"egbugbu\",\n    \"tattooists\": \"ndị na-egbu egbu\",\n    \"tattoos\": \"egbugbu\",\n    \"tauchnitz\": \"mmmmmmmmmmmm\",\n    \"taught\": \"kuziri\",\n    \"taunt\": \"kwara akaja\",\n    \"taunted\": \"kwara akaja\",\n    \"taunter\": \"onye ochu\",\n    \"taunters\": \"ịkwa emo\",\n    \"taunting\": \"ịkwa emo\",\n    \"tauntingly\": \"na-akparị\",\n    \"tauntingness\": \"ịkwa emo\",\n    \"taunts\": \"ịkwa emo\",\n    \"taupes\": \"taup\",\n    \"taurian\": \"Taurian\",\n    \"tauricide\": \"igbu egbu\",\n    \"tauricornous\": \"Nwachukwu\",\n    \"tauryl\": \"okpokoro\",\n    \"tauroesque\": \"Nwachukwu\",\n    \"taurolatry\": \"akụkọ\",\n    \"tauted\": \"kwue\",\n    \"tautened\": \"etinyere\",\n    \"tautens\": \"afọ\",\n    \"tauting\": \"taing\",\n    \"tautly\": \"ugboro\",\n    \"tautness\": \"taut\",\n    \"tautnesses\": \"ume\",\n    \"tautologised\": \"Akpadoro\",\n    \"tautomer\": \"akpaka\",\n    \"tautomery\": \"ọkụ ọkụ\",\n    \"tautomeric\": \"Akpata\",\n    \"tautomerized\": \"Akpanyere aka\",\n    \"tautomerizing\": \"na-edozi\",\n    \"tautomers\": \"ọkụ\",\n    \"tautometer\": \"akpaka\",\n    \"tautonymous\": \"akpọghị aha\",\n    \"tautonyms\": \"ụgha\",\n    \"tautoousious\": \"na-ekwusi ike\",\n    \"tautousian\": \"onyechuku\",\n    \"tautousious\": \"okpokoro\",\n    \"tavell\": \"Nwachukwu\",\n    \"tavern\": \"ụlọ ndozi\",\n    \"taverners\": \"tavern\",\n    \"tavernless\": \"enweghị ebe obibi\",\n    \"tavernly\": \"taverning\",\n    \"tavernous\": \"dị egwu\",\n    \"tavernry\": \"ebe a na-ere nri\",\n    \"taverns\": \"ụlọ ndozi\",\n    \"tavernwards\": \"tavern\",\n    \"tavert\": \"zọọ\",\n    \"tavs\": \"okpokoro\",\n    \"tawdered\": \"tawered\",\n    \"tawdries\": \"ndozi\",\n    \"tawdriest\": \"Onwuka Chukwu\",\n    \"tawdrily\": \"Udochukwu\",\n    \"tawdriness\": \"iwu\",\n    \"tawneiest\": \"nezọ kacha mma\",\n    \"tawsed\": \"taws\",\n    \"tawses\": \"taws\",\n    \"tawsing\": \"taws\",\n    \"tawtie\": \"taotie\",\n    \"taxable\": \"ụtụ isi\",\n    \"taxableness\": \"ụtụ isi\",\n    \"taxables\": \"ụtụ isi\",\n    \"taxably\": \"ụtụ isi\",\n    \"taxameter\": \"taxameta\",\n    \"taxaspidean\": \"ụtụ isi\",\n    \"taxation\": \"ụtụ isi\",\n    \"taxational\": \"ụtụ isi\",\n    \"taxations\": \"ụtụ isi\",\n    \"taxative\": \"ụtụ isi\",\n    \"taxatively\": \"n'ụtụ isi\",\n    \"taxator\": \"ụtụ isi\",\n    \"taxeating\": \"ụtụ isi\",\n    \"taxed\": \"n'ụtụ\",\n    \"taxeme\": \"atụ ụtụ\",\n    \"taxemes\": \"ụtụ\",\n    \"taxemic\": \"ụtụ isi\",\n    \"taxeopodous\": \"ụtụ\",\n    \"taxer\": \"onye ụtụ isi\",\n    \"taxers\": \"ndị ụtụ isi\",\n    \"taxes\": \"ụtụ isi\",\n    \"taxgatherer\": \"onye na-akwụ ụtụ\",\n    \"taxgathering\": \"ichikota\",\n    \"taxi\": \"tagzi\",\n    \"taxy\": \"ụtụ isi\",\n    \"taxiable\": \"tagzi\",\n    \"taxiarch\": \"tagzi\",\n    \"taxibus\": \"ụtụ isi\",\n    \"taxidermist\": \"onye ụtụ isi\",\n    \"taxidermists\": \"ndị ụtụ isi\",\n    \"taxidriver\": \"onye ụtụ isi\",\n    \"taxied\": \"tagzi\",\n    \"taxies\": \"ụtụ isi\",\n    \"taxiing\": \"tagzi\",\n    \"taxying\": \"ụtụ isi\",\n    \"taximeter\": \"taximeta\",\n    \"taximetered\": \"atụ ụtụ\",\n    \"taxing\": \"ịtụ ụtụ\",\n    \"taxingly\": \"n'ụtụ isi\",\n    \"taxinomy\": \"taxonomy\",\n    \"taxinomic\": \"taxonomic\",\n    \"taxinomist\": \"onye ụtụ isi\",\n    \"taxis\": \"Tagzi\",\n    \"taxistand\": \"onye ụtụ isi\",\n    \"taxites\": \"ndị ụtụ isi\",\n    \"taxitic\": \"ụtụisi\",\n    \"taxiway\": \"ụzọ tagzi\",\n    \"taxiways\": \"ụzọ mgbapụ\",\n    \"taxlessly\": \"n'ụtụ\",\n    \"taxlessness\": \"enweghị ụtụ\",\n    \"taxman\": \"onye ụtụ isi\",\n    \"taxmen\": \"ndị ụtụ isi\",\n    \"taxology\": \"akwukwo akwukwo\",\n    \"taxonomer\": \"ụtụ isi\",\n    \"taxonomical\": \"ụtụ isi\",\n    \"taxonomically\": \"ụtụ isi\",\n    \"taxonomies\": \"ụtụ isi\",\n    \"taxonomist\": \"onye ụtụ isi\",\n    \"taxonomists\": \"ndị ụtụ isi\",\n    \"taxons\": \"ụtụ isi\",\n    \"taxor\": \"onye ụtụ isi\",\n    \"taxpayer\": \"onye ụtụ isi\",\n    \"taxpayers\": \"ndị ụtụ isi\",\n    \"taxpaying\": \"ịtụ ụtụ isi\",\n    \"taxwise\": \"ụtụ isi\",\n    \"tb\": \"Tb\",\n    \"tbs\": \"okpokoro\",\n    \"tbsp\": \"ngaji\",\n    \"tbssaraglot\": \"Nwachukwu\",\n    \"tchast\": \"izu\",\n    \"tcheirek\": \"Uchechukwu\",\n    \"tchervonetz\": \"Uchechi\",\n    \"tchetchentsish\": \"tchechchentsish\",\n    \"tchetvert\": \"gbamgbam\",\n    \"tchick\": \"ticki\",\n    \"tchu\": \"ncha\",\n    \"tck\": \"akụ\",\n    \"tea\": \"tii\",\n    \"teaberries\": \"ụlọ ọrụ tii\",\n    \"teabowl\": \"Uchechukwu\",\n    \"teabowls\": \"okpokoro\",\n    \"teabox\": \"nwachukwu\",\n    \"teaboxes\": \"tiaboxes\",\n    \"teacake\": \"zi ihe\",\n    \"teacakes\": \"akụziri\",\n    \"teacart\": \"nkụzi\",\n    \"teacarts\": \"nkuzi\",\n    \"teach\": \"kuzi ihe\",\n    \"teachability\": \"izi ihe\",\n    \"teachable\": \"izi ihe\",\n    \"teachableness\": \"izi ihe\",\n    \"teachably\": \"izi ihe\",\n    \"teache\": \"kuzienu\",\n    \"teached\": \"zụrụ\",\n    \"teacher\": \"onye nkuzi\",\n    \"teacherage\": \"izi ihe\",\n    \"teacherdom\": \"nkụzi\",\n    \"teacheress\": \"onye nkuzi\",\n    \"teacherhood\": \"ịbụ nkuzi\",\n    \"teachery\": \"onye nkuzi\",\n    \"teacherish\": \"kuzie\",\n    \"teacherless\": \"enweghị nkuzi\",\n    \"teacherly\": \"onye nkuzi\",\n    \"teacherlike\": \"dị ka onye nkụzi\",\n    \"teachers\": \"ndị nkuzi\",\n    \"teachership\": \"nkụzi\",\n    \"teaches\": \"akụzi\",\n    \"teachy\": \"ozizi\",\n    \"teaching\": \"izi ihe\",\n    \"teachingly\": \"na-ezi ihe\",\n    \"teachings\": \"ozizi\",\n    \"teachless\": \"enweghị nkuzi\",\n    \"teachment\": \"nkuzi\",\n    \"teacup\": \"nkuzi\",\n    \"teacupful\": \"nkuzi\",\n    \"teacupfuls\": \"ndiegwu\",\n    \"teacups\": \"nkuzi\",\n    \"teacupsful\": \"mmmmmmmmmmmmm\",\n    \"tead\": \"iko\",\n    \"teadish\": \"jekwuo\",\n    \"teaey\": \"tii\",\n    \"teaer\": \"tiis\",\n    \"teagardeny\": \"ikekwe\",\n    \"teagle\": \"okuko\",\n    \"teague\": \"iko\",\n    \"teagueland\": \"obodo\",\n    \"teaguelander\": \"onyekwere\",\n    \"teahouse\": \"ulo mkpo\",\n    \"teahouses\": \"ụlọ tii\",\n    \"teaing\": \"ụ tii\",\n    \"teaish\": \"tii\",\n    \"teaism\": \"tii\",\n    \"teakwood\": \"osisi\",\n    \"teakwoods\": \"osisi\",\n    \"teal\": \"tii\",\n    \"tealeafy\": \"tii\",\n    \"tealery\": \"tii\",\n    \"tealess\": \"tii na-enweghị tii\",\n    \"teallite\": \"okpokoro\",\n    \"teals\": \"tii\",\n    \"team\": \"otu\",\n    \"teamakers\": \"ndị otu egwuregwu\",\n    \"teamaking\": \"arụkọ ọrụ ọnụ\",\n    \"teaman\": \"otu\",\n    \"teamed\": \"jikọtara ọnụ\",\n    \"teamer\": \"onye otu\",\n    \"teaming\": \"ijikọ ọnụ\",\n    \"teamland\": \"otu mba\",\n    \"teamless\": \"enweghị otu\",\n    \"teamman\": \"onye otu\",\n    \"teammate\": \"onye otu\",\n    \"teammates\": \"ndị otu\",\n    \"teams\": \"ìgwè\",\n    \"teamsman\": \"Otu egwuregwu\",\n    \"teamster\": \"otu egwuregwu\",\n    \"teamsters\": \"otu\",\n    \"teamwise\": \"n'otu n'otu\",\n    \"teamwork\": \"ịrụkọ ọrụ ọnụ\",\n    \"teamworks\": \"arụkọ ọrụ\",\n    \"tean\": \"tii\",\n    \"teanal\": \"tii\",\n    \"teap\": \"tii\",\n    \"teapoy\": \"tii\",\n    \"teapoys\": \"tii\",\n    \"teapotful\": \"ọapụapụ\",\n    \"teapots\": \"kọfị\",\n    \"teapottykin\": \"nwekwaa\",\n    \"tear\": \"dọka\",\n    \"tearable\": \"akwa\",\n    \"tearableness\": \"Anya mmiri\",\n    \"tearably\": \"na-akwa ákwá\",\n    \"tearage\": \"akwa\",\n    \"tearcat\": \"akwa akwa\",\n    \"teardown\": \"dọtuo\",\n    \"teardowns\": \"mmiri mmiri\",\n    \"teardrop\": \"anya mmiri\",\n    \"teardrops\": \"anya mmiri\",\n    \"teared\": \"dọka\",\n    \"tearer\": \"na-adọ adọ\",\n    \"tearers\": \"akwa mmiri\",\n    \"tearful\": \"na-akwa ákwá\",\n    \"tearfully\": \"Anya mmiri\",\n    \"tearfulness\": \"Anya mmiri\",\n    \"teargas\": \"akwa akwa\",\n    \"teargases\": \"akwa akwa\",\n    \"teargassed\": \"Anya mmiri\",\n    \"teargasses\": \"akwa akwa\",\n    \"teargassing\": \"na-akwa ákwá\",\n    \"teary\": \"kwara\",\n    \"tearier\": \"iwe\",\n    \"teariest\": \"tearị\",\n    \"tearily\": \"zuo ike\",\n    \"teariness\": \"anya mmiri\",\n    \"tearing\": \"na-akwa\",\n    \"tearingly\": \"na-akwa ákwá\",\n    \"tearjerker\": \"Onye na-agba mmiri\",\n    \"tearjerkers\": \"akwa akwa\",\n    \"tearless\": \"anya mmiri\",\n    \"tearlessly\": \"Anya mmiri\",\n    \"tearlessness\": \"enweghị anya mmiri\",\n    \"tearlet\": \"akwa\",\n    \"tearlike\": \"anya mmiri\",\n    \"tearoom\": \"ime ụlọ\",\n    \"tearooms\": \"ime ụlọ ọ teaụ teaụ\",\n    \"tearpit\": \"akwa akwa\",\n    \"tearproof\": \"akwa akwa\",\n    \"tears\": \"anya mmiri\",\n    \"tearstain\": \"anya mmiri\",\n    \"tearstained\": \"anya mmiri\",\n    \"teart\": \"agba\",\n    \"tearthroat\": \"okpokoro\",\n    \"teas\": \"tii\",\n    \"teasableness\": \"iwe\",\n    \"tease\": \"tiwa\",\n    \"teaseableness\": \"njakịrị\",\n    \"teaseably\": \"teas nwere\",\n    \"teased\": \"tikwaa ochi\",\n    \"teasel\": \"tii\",\n    \"teaseled\": \"kwara ya\",\n    \"teaseler\": \"ọkwa\",\n    \"teaselers\": \"ndị na-eme ihe ọchị\",\n    \"teaseling\": \"ịkwa iko\",\n    \"teaselled\": \"kwara\",\n    \"teasellike\": \"Nnenna\",\n    \"teaselling\": \"okpokoro\",\n    \"teasels\": \"tii\",\n    \"teaselwort\": \"Okwara\",\n    \"teasement\": \"ịkwa iko\",\n    \"teaser\": \"tiis\",\n    \"teasers\": \"tii\",\n    \"teases\": \"tiis\",\n    \"teashop\": \"ụlọ ahịa tii\",\n    \"teashops\": \"ụlọ ahịa tii\",\n    \"teasy\": \"tiis\",\n    \"teasiness\": \"na-ama njakịrị\",\n    \"teasing\": \"na-ama njakịrị\",\n    \"teasingly\": \"na-ama njakịrị\",\n    \"teasler\": \"Nkwa\",\n    \"teaspoon\": \"ngaji\",\n    \"teaspoonful\": \"ngaji\",\n    \"teaspoonfuls\": \"ngaji\",\n    \"teaspoonsful\": \"ngaji\",\n    \"teat\": \"ara\",\n    \"teataster\": \"tii ụtọ\",\n    \"teated\": \"nwalere\",\n    \"teatfish\": \"azụ azụ\",\n    \"teather\": \"tether\",\n    \"teaty\": \"nkwekọrịta\",\n    \"teatime\": \"oge\",\n    \"teatimes\": \"tii oge\",\n    \"teatlike\": \"yiri nke\",\n    \"teatling\": \"egwuregwu\",\n    \"teatman\": \"onye anakpo\",\n    \"teats\": \"mmiri ara\",\n    \"teave\": \"tii\",\n    \"teaware\": \"ihe ọụ teaụ tii\",\n    \"teaze\": \"tii\",\n    \"teazeled\": \"tii\",\n    \"teazeling\": \"tii\",\n    \"teazelled\": \"tii\",\n    \"teazelling\": \"zse tii\",\n    \"teazled\": \"tii\",\n    \"teazles\": \"tii\",\n    \"teazling\": \"tii\",\n    \"tebeth\": \"eze\",\n    \"tecassir\": \"ozi\",\n    \"tech\": \"teknụzụ\",\n    \"techies\": \"techi\",\n    \"techiest\": \"oge\",\n    \"techily\": \"nkà\",\n    \"techiness\": \"teknụzụ\",\n    \"techne\": \"teknụzụ\",\n    \"technetium\": \"teknụzụ\",\n    \"technetronic\": \"teknụzụ\",\n    \"technic\": \"teknụzụ\",\n    \"technical\": \"oru\",\n    \"technicalism\": \"ọrụaka\",\n    \"technicalist\": \"ọkachamara\",\n    \"technicality\": \"teknụzụ\",\n    \"technicalities\": \"teknụzụ\",\n    \"technicalization\": \"nyocha\",\n    \"technicalize\": \"nyocha\",\n    \"technically\": \"nyochawa ya\",\n    \"technicalness\": \"arụ ọrụ\",\n    \"technician\": \"ọkachamara\",\n    \"technicians\": \"ndị ọkachamara\",\n    \"technicism\": \"nyocha\",\n    \"technicist\": \"onye nyocha\",\n    \"technicology\": \"teknụzụ\",\n    \"technicological\": \"teknụzụ\",\n    \"technicolored\": \"technicolor\",\n    \"technicon\": \"teknụzụ\",\n    \"techniphone\": \"Ikike\",\n    \"technique\": \"usoro\",\n    \"techniquer\": \"usoro\",\n    \"techniques\": \"usoro\",\n    \"technism\": \"nyocha\",\n    \"technochemical\": \"teknụzụ\",\n    \"technochemistry\": \"teknụzụ\",\n    \"technocracy\": \"teknụzụ\",\n    \"technocracies\": \"teknụzụ\",\n    \"technocrat\": \"teknụzụ\",\n    \"technocratic\": \"teknuzuka\",\n    \"technocrats\": \"teknụzụ\",\n    \"technographer\": \"teknụzụ\",\n    \"technography\": \"teknụzụ\",\n    \"technographic\": \"teknụzụ\",\n    \"technographical\": \"nkà na ụzụ\",\n    \"technographically\": \"na nkà na ụzụ\",\n    \"technology\": \"teknụzụ\",\n    \"technologic\": \"teknụzụ\",\n    \"technological\": \"teknụzụ\",\n    \"technologically\": \"na teknụzụ\",\n    \"technologies\": \"teknụzụ\",\n    \"technologist\": \"ọkà mmụta sayensị\",\n    \"technologists\": \"ndị ọkà mmụta sayensị\",\n    \"technologize\": \"teknụzụ\",\n    \"technologue\": \"teknụzụ\",\n    \"technonomy\": \"teknụzụ\",\n    \"technonomic\": \"teknụzụ\",\n    \"technopsychology\": \"teknụzụ\",\n    \"technostructure\": \"teknụzụ\",\n    \"teck\": \"igwe\",\n    \"tecla\": \"kwu\",\n    \"tecnology\": \"nkà na ụzụ\",\n    \"tecpanec\": \"mmmmmmmmmmmmm\",\n    \"tectibranchian\": \"okpokorochian\",\n    \"tectocephaly\": \"onyeanyukwu\",\n    \"tectocephalic\": \"nwaoyiyi\",\n    \"tectology\": \"nkà mmụta sayensị\",\n    \"tectological\": \"nkà mmụta sayensị\",\n    \"tectonic\": \"ụzọ\",\n    \"tectorial\": \"teknụzụ\",\n    \"tectorium\": \"okpokoro\",\n    \"tectospondyli\": \"temnospondyli\",\n    \"tecture\": \"udidi\",\n    \"ted\": \"chiri\",\n    \"tedded\": \"ahụghị\",\n    \"tedder\": \"Ihe Nlekọta\",\n    \"tedders\": \"ndokwa\",\n    \"teddy\": \"ihe egwuregwu\",\n    \"teddies\": \"ihe egwuregwu\",\n    \"tedding\": \"Na-agwụ ike\",\n    \"tedesca\": \"Akwụkwọ Nsọ\",\n    \"tedescan\": \"Nwachukwu\",\n    \"tedesche\": \"Ogechi\",\n    \"tedeschi\": \"Nwachukwu\",\n    \"tedesco\": \"iheanacho\",\n    \"tediosity\": \"enweghị mmasị\",\n    \"tedious\": \"agwụ ike\",\n    \"tediously\": \"na-agwụ ike\",\n    \"tediousness\": \"agwụ ike\",\n    \"tediousome\": \"agwụ ike\",\n    \"tedisome\": \"izu ike\",\n    \"tedium\": \"Nkechi\",\n    \"teds\": \"ahịhịa\",\n    \"teecall\": \"ekwentị\",\n    \"teed\": \"iri\",\n    \"teedle\": \"okpokoro\",\n    \"teeing\": \"tee\",\n    \"teem\": \"izu\",\n    \"teemed\": \"hụrụ\",\n    \"teemer\": \"Nlekọta\",\n    \"teemers\": \"ndị bara uru\",\n    \"teemful\": \"dị egwu\",\n    \"teemfulness\": \"ịdị ọcha\",\n    \"teeming\": \"afọ juru\",\n    \"teemingly\": \"izu ụka\",\n    \"teemingness\": \"izu oke\",\n    \"teemless\": \"enweghị atụ\",\n    \"teen\": \"afọ iri na ụma\",\n    \"teenage\": \"afọ iri na ụma\",\n    \"teenaged\": \"afọ iri na ụma\",\n    \"teenager\": \"afọ iri na ụma\",\n    \"teenagers\": \"afọ iri na ụma\",\n    \"teener\": \"afọ iri na ụma\",\n    \"teeners\": \"afọ iri na ụma\",\n    \"teenet\": \"afọ iri na ụma\",\n    \"teenful\": \"na-eto eto\",\n    \"teenfully\": \"dị afọ iri na ụma\",\n    \"teenfuls\": \"afọ iri na ụma\",\n    \"teeny\": \"nwata\",\n    \"teenybopper\": \"Onyediegwu\",\n    \"teenyboppers\": \"na-eto eto\",\n    \"teenie\": \"Nwa okorobịa\",\n    \"teeniest\": \"ihe\",\n    \"teenish\": \"nwata\",\n    \"teens\": \"afọ iri na ụma\",\n    \"teensy\": \"afọ iri na ụma\",\n    \"teensier\": \"afọ iri na ụma\",\n    \"teensiest\": \"na-eto eto\",\n    \"teenty\": \"Iri abụọ\",\n    \"teentsy\": \"Ise\",\n    \"teentsier\": \"onye ozi\",\n    \"teentsiest\": \"dị afọ\",\n    \"teer\": \"ịkwa iko\",\n    \"teerer\": \"ịkwa iko\",\n    \"tees\": \"tii\",\n    \"teest\": \"nwalee\",\n    \"teeswater\": \"mmiri mmiri\",\n    \"teet\": \"tii\",\n    \"teetaller\": \"onyemaechi\",\n    \"teetered\": \"gbara\",\n    \"teetery\": \"ezeji\",\n    \"teetering\": \"ịkwa ụra\",\n    \"teeteringly\": \"n'egwuregwu\",\n    \"teeters\": \"ndị nne\",\n    \"teeth\": \"ezé\",\n    \"teethache\": \"eze mgbu\",\n    \"teethbrush\": \"brọsh ezé\",\n    \"teethed\": \"ọzọ\",\n    \"teether\": \"ọzọ\",\n    \"teethers\": \"akwa\",\n    \"teethes\": \"akwa\",\n    \"teethful\": \"ezé\",\n    \"teethier\": \"ọzọ\",\n    \"teethiest\": \"keala\",\n    \"teethily\": \"buru ibu\",\n    \"teething\": \"na-amị\",\n    \"teethings\": \"ezé\",\n    \"teethless\": \"ezé\",\n    \"teethlike\": \"ezé dị ka\",\n    \"teethridge\": \"ezé\",\n    \"teety\": \"teetha\",\n    \"teeting\": \"na-amị\",\n    \"teetotaled\": \"gbasiri ike\",\n    \"teetotaler\": \"onyema nwoke\",\n    \"teetotalist\": \"onyeegwu\",\n    \"teetotaller\": \"onyema nwoke\",\n    \"teetotalling\": \"ọetụallụ\",\n    \"teetsook\": \"Uchechukwu\",\n    \"teff\": \"ahihia\",\n    \"tegment\": \"ọnụọgụ\",\n    \"tegmental\": \"ọnụọgụ\",\n    \"tegmentum\": \"ọnụọgụ\",\n    \"tegularly\": \"ogologo oge\",\n    \"teicher\": \"tedị\",\n    \"teil\": \"tee\",\n    \"teinder\": \"onye nkuzi\",\n    \"teinds\": \"teind\",\n    \"teinland\": \"obodo teinland\",\n    \"teinoscope\": \"kọmputa\",\n    \"teioid\": \"amala\",\n    \"teise\": \"kwue\",\n    \"teknonymous\": \"onyeegwu\",\n    \"teknonymously\": \"na teknụzụ\",\n    \"tektosilicate\": \"onyeanyichukwu\",\n    \"telamon\": \"telamọn\",\n    \"telary\": \"igwe\",\n    \"telarly\": \"mkpọtụ\",\n    \"telautomatic\": \"ekwentị\",\n    \"telautomatically\": \"na teknụzụ\",\n    \"telautomatics\": \"igwe eletriki\",\n    \"telchines\": \"telivines\",\n    \"telchinic\": \"telisinik\",\n    \"teleangiectasia\": \"telangiectasia\",\n    \"teleblem\": \"ekwentị\",\n    \"telecasted\": \"telecast\",\n    \"telechirograph\": \"tele chirograph\",\n    \"telecinematography\": \"tele cinematography\",\n    \"telecommunicate\": \"kpọtụrụ\",\n    \"telecommunication\": \"nkwukọrịta\",\n    \"telecommunicational\": \"nkwukọrịta\",\n    \"telecommunications\": \"nkwukọrịta\",\n    \"telecomputing\": \"ekwentị\",\n    \"telecon\": \"ekwentị\",\n    \"telecourse\": \"telivishọn\",\n    \"telectroscope\": \"igwe onyonyo\",\n    \"teledendrion\": \"ozi igwe\",\n    \"teledendron\": \"ozi\",\n    \"telegrammed\": \"telegram\",\n    \"telegrams\": \"telegram\",\n    \"telegraphers\": \"ndi telegrap\",\n    \"telegraphic\": \"telegram\",\n    \"telegraphically\": \"ekwentị\",\n    \"telegraphist\": \"onye mgbasa ozi\",\n    \"telegraphone\": \"ekwentị\",\n    \"telegraphophone\": \"ekwentị\",\n    \"telegraphs\": \"telegraph\",\n    \"telekinematography\": \"tele kinematography\",\n    \"telekineses\": \"telekinesis\",\n    \"telelectric\": \"tele eletrik\",\n    \"telemark\": \"telivishọn\",\n    \"telemechanics\": \"igwe\",\n    \"telemeter\": \"telemita\",\n    \"telemetered\": \"ekwuru\",\n    \"telemetering\": \"telivishọn\",\n    \"telemeters\": \"telemita\",\n    \"teleodesmaceous\": \"igwe telecom\",\n    \"teleologist\": \"ọkà mmụta sayensị\",\n    \"telepathically\": \"ekwentị\",\n    \"telephone\": \"ekwentị\",\n    \"telephoned\": \"kpọọ\",\n    \"telephoner\": \"ekwentị\",\n    \"telephoners\": \"ekwentị\",\n    \"telephones\": \"ekwentị\",\n    \"telephony\": \"ekwentị\",\n    \"telephonic\": \"ekwentị\",\n    \"telephonical\": \"ekwentị\",\n    \"telephonically\": \"ekwentị\",\n    \"telephoning\": \"ekwentị\",\n    \"telephote\": \"ekwentị\",\n    \"telephoty\": \"ekwentị\",\n    \"telephotographs\": \"telephotograph\",\n    \"teleplastic\": \"ekwentị\",\n    \"teleported\": \"kpọtụrụ\",\n    \"teleporting\": \"ekwentị\",\n    \"teleports\": \"telivishọn\",\n    \"teleprocessing\": \"ekwentị\",\n    \"teleradiophone\": \"ekwentị\",\n    \"telerans\": \"teleranshin\",\n    \"telergy\": \"ozi\",\n    \"telergical\": \"nkà mmụta sayensị\",\n    \"telescope\": \"teliskop\",\n    \"telescopes\": \"teliskop\",\n    \"telescopy\": \"teliskop\",\n    \"telescreen\": \"ekwentị\",\n    \"telescriptor\": \"telescript\",\n    \"teleses\": \"teles\",\n    \"telesmeter\": \"telesmita\",\n    \"telesthesia\": \"ekwentị\",\n    \"telesthetic\": \"ekwentị\",\n    \"telestial\": \"ekwentị\",\n    \"telestich\": \"ekwentị\",\n    \"teletherapy\": \"ọgwụgwọ ọrịa\",\n    \"telethermograph\": \"ekwentị\",\n    \"telethermometer\": \"teletheromometer\",\n    \"telethon\": \"ekwentị\",\n    \"telethons\": \"telelethons\",\n    \"teletyped\": \"ekwentị\",\n    \"teletyper\": \"teletiper\",\n    \"teletypewriting\": \"ide ederede\",\n    \"teletyping\": \"ekwentị\",\n    \"teleutosporic\": \"teleutospore\",\n    \"teleutosporiferous\": \"teleutospore\",\n    \"televiewed\": \"televised\",\n    \"televised\": \"na tiivi\",\n    \"televises\": \"na tiivi\",\n    \"televising\": \"igwe onyonyo\",\n    \"television\": \"telivishọn\",\n    \"televisional\": \"telivishọn\",\n    \"televisionally\": \"telivishọn\",\n    \"televisionary\": \"telivishọn\",\n    \"televisions\": \"telivishọn\",\n    \"telewriter\": \"ederede ederede\",\n    \"telexed\": \"ekwentị\",\n    \"telexing\": \"ekwentị\",\n    \"telfairic\": \"telifeic\",\n    \"telfer\": \"Nkechi\",\n    \"telfered\": \"tel\",\n    \"telfering\": \"ịkwụ ụgwọ\",\n    \"telfers\": \"Okwu\",\n    \"telford\": \"Uzoamaka\",\n    \"telfordizing\": \"telifon\",\n    \"telfords\": \"Uzoamaka\",\n    \"telharmony\": \"telelmon\",\n    \"telharmonic\": \"telharmonik\",\n    \"telic\": \"telik\",\n    \"telically\": \"igwe\",\n    \"teliosporiferous\": \"telifonife\",\n    \"tell\": \"gwa\",\n    \"tellable\": \"ekwere\",\n    \"tellach\": \"Nwachukwu\",\n    \"teller\": \"onye na-ekwu okwu\",\n    \"tellers\": \"ndị ozi\",\n    \"tellership\": \"telivishọn\",\n    \"telly\": \"Nwunye\",\n    \"tellies\": \"agwa\",\n    \"tellieses\": \"ogwe\",\n    \"tellin\": \"gwa\",\n    \"tellinacean\": \"ịgwa\",\n    \"tellinaceous\": \"kwue\",\n    \"telling\": \"na-ekwu\",\n    \"tellingly\": \"na-agwa\",\n    \"tells\": \"agwa\",\n    \"tellsome\": \"agwa\",\n    \"tellt\": \"gwa\",\n    \"telltale\": \"gwaa\",\n    \"telltalely\": \"n'eziokwu\",\n    \"telltales\": \"akụkọ,\",\n    \"telltruth\": \"na-akọwasị\",\n    \"telluret\": \"na-agwa\",\n    \"tellureted\": \"gwara\",\n    \"tellurethyl\": \"nounnukwu\",\n    \"telluretted\": \"ọrịre\",\n    \"tellurhydric\": \"na-ekwusi ike\",\n    \"tellurian\": \"onyenze\",\n    \"telluric\": \"onyenze\",\n    \"telluride\": \"gwaa\",\n    \"telluriferous\": \"na-ekwukarị\",\n    \"tellurion\": \"na-agwa mmadụ\",\n    \"tellurism\": \"ịgwa\",\n    \"tellurist\": \"onye na-agwa ya\",\n    \"tellurite\": \"gwaa\",\n    \"tellurize\": \"gwaa\",\n    \"tellurized\": \"kwupụtara\",\n    \"tellurizing\": \"na-ekwupụta\",\n    \"tellurous\": \"tellu\",\n    \"tellus\": \"gwa\",\n    \"telmatology\": \"telivatology\",\n    \"telmatological\": \"telivatological\",\n    \"telodendria\": \"Uchechukwu\",\n    \"telodendrion\": \"Nnenna\",\n    \"telodendron\": \"Okechukwu\",\n    \"telodynamic\": \"Uche Nwosu\",\n    \"telomic\": \"telomik\",\n    \"telomitic\": \"telomitik\",\n    \"telonism\": \"teknụzụ\",\n    \"telotroch\": \"nwaeze\",\n    \"telotrochous\": \"ikechukwu\",\n    \"telpher\": \"telefon\",\n    \"telpherage\": \"telivishọn\",\n    \"telphered\": \"kwupụtara\",\n    \"telpheric\": \"telefonik\",\n    \"telphering\": \"telifon\",\n    \"telpherman\": \"onye nyocha\",\n    \"telphermen\": \"ndị ọkpọ\",\n    \"telpherway\": \"ụzọ\",\n    \"telson\": \"ekwuru\",\n    \"telt\": \"gbazee\",\n    \"temalacatl\": \"ihekechi\",\n    \"temblor\": \"iwe iwe\",\n    \"temblores\": \"ọkụ\",\n    \"temblors\": \"ndị iwe iwe\",\n    \"temerarious\": \"nke nwere ikike\",\n    \"temerariously\": \"nke nwere mmụọ\",\n    \"temerariousness\": \"ọnọdụ mmụọ\",\n    \"temerate\": \"na-egbu oge\",\n    \"temerity\": \"iwe iwe\",\n    \"temerities\": \"ikuku\",\n    \"temeritous\": \"nke nwere obi ojoo\",\n    \"temerous\": \"na-ada ụda\",\n    \"temerously\": \"n'oké olu\",\n    \"temerousness\": \"iwe\",\n    \"temnospondylous\": \"ihe anakpo\",\n    \"tempean\": \"teman\",\n    \"tempehs\": \"obi\",\n    \"temper\": \"iwe iwe\",\n    \"tempera\": \"oyi\",\n    \"temperability\": \"ọnọdụ uche\",\n    \"temperable\": \"obi\",\n    \"temperably\": \"dị nwayọọ\",\n    \"temperality\": \"obi ojoo\",\n    \"temperament\": \"obi ojoo\",\n    \"temperamental\": \"obi ojoo\",\n    \"temperamentalist\": \"onye odimma\",\n    \"temperamentally\": \"n'obi\",\n    \"temperamentalness\": \"iwe iwe\",\n    \"temperamented\": \"were iwe\",\n    \"temperaments\": \"omume\",\n    \"temperance\": \"obi ojoo\",\n    \"temperas\": \"oyi\",\n    \"temperate\": \"dị nwayọọ\",\n    \"temperately\": \"nwa oge\",\n    \"temperateness\": \"okpomọkụ\",\n    \"temperative\": \"dị nwayọọ\",\n    \"temperature\": \"okpomọkụ\",\n    \"temperatures\": \"okpomọkụ\",\n    \"tempered\": \"n'obi\",\n    \"temperedly\": \"jiri iwe\",\n    \"temperedness\": \"obi ojoo\",\n    \"temperer\": \"na-ewe iwe\",\n    \"temperers\": \"iwe iwe\",\n    \"tempery\": \"nwa oge\",\n    \"tempering\": \"na-ewe iwe\",\n    \"temperish\": \"iwe\",\n    \"temperless\": \"enweghị iwe\",\n    \"tempers\": \"iwe iwe\",\n    \"tempersome\": \"na-ewe iwe ọkụ\",\n    \"tempest\": \"oké ifufe\",\n    \"tempested\": \"oké ifufe\",\n    \"tempesty\": \"obi ojoo\",\n    \"tempestical\": \"nke ikuku\",\n    \"tempesting\": \"Na-achọ ihe\",\n    \"tempestive\": \"na-ewe iwe\",\n    \"tempestively\": \"n'eleghị anya\",\n    \"tempestivity\": \"mkpagbu\",\n    \"tempests\": \"oké mmiri ozuzo\",\n    \"tempestuous\": \"oke ikuku\",\n    \"tempestuously\": \"ifufe\",\n    \"tempestuousness\": \"oke iwe\",\n    \"templar\": \"ndebiri\",\n    \"templardom\": \"ọwa\",\n    \"templary\": \"ndebiri\",\n    \"templarlike\": \"templar dị ka\",\n    \"templarlikeness\": \"templars oyiyi\",\n    \"templars\": \"ndebiri\",\n    \"template\": \"ndebiri\",\n    \"templates\": \"ndebiri\",\n    \"templed\": \"temple\",\n    \"templeful\": \"nke temple\",\n    \"templeless\": \"enweghị temple\",\n    \"templelike\": \"temple dị ka\",\n    \"temples\": \"ụlọ arụsị\",\n    \"templet\": \"ndebiri\",\n    \"templets\": \"ndebiri\",\n    \"templeward\": \"temple\",\n    \"templize\": \"ndebiri\",\n    \"templon\": \"templum\",\n    \"tempo\": \"mgbe\",\n    \"tempora\": \"oge\",\n    \"temporal\": \"oge\",\n    \"temporale\": \"oge\",\n    \"temporalis\": \"oge\",\n    \"temporalism\": \"oge\",\n    \"temporalist\": \"onye mmebe\",\n    \"temporality\": \"oge\",\n    \"temporalities\": \"oge\",\n    \"temporalize\": \"gbanwee\",\n    \"temporally\": \"oge\",\n    \"temporalness\": \"oge\",\n    \"temporals\": \"temporal\",\n    \"temporalty\": \"oge\",\n    \"temporalties\": \"oge\",\n    \"temporaneous\": \"oge\",\n    \"temporaneously\": \"nwa oge\",\n    \"temporaneousness\": \"oge\",\n    \"temporary\": \"nwa oge\",\n    \"temporaries\": \"oge\",\n    \"temporarily\": \"nwa oge\",\n    \"temporariness\": \"arụ ọrụ\",\n    \"temporator\": \"nwa oge\",\n    \"tempore\": \"tempor\",\n    \"temporised\": \"were obi ojoo\",\n    \"temporising\": \"na-achọ ihe\",\n    \"temporisingly\": \"na-achọ ihe\",\n    \"temporist\": \"onye ndu\",\n    \"temporized\": \"temporize\",\n    \"temporizer\": \"temorizer\",\n    \"temporizes\": \"na-edozi\",\n    \"temporizing\": \"na-eme ihe nkiri\",\n    \"temporizingly\": \"jijiji\",\n    \"temporomandibular\": \"oge\",\n    \"temporomastoid\": \"oge\",\n    \"temporooccipital\": \"oge\",\n    \"temporoparietal\": \"oge\",\n    \"temporopontine\": \"ebe obibi\",\n    \"temporosphenoidal\": \"temporo sphenoidal\",\n    \"temprely\": \"n'ụzọ\",\n    \"temps\": \"nwaa\",\n    \"tempt\": \"nwaa\",\n    \"temptability\": \"ikike nwara mmadụ\",\n    \"temptable\": \"na-anwa\",\n    \"temptableness\": \"ọnwụnwa\",\n    \"temptation\": \"ọnwụnwa\",\n    \"temptational\": \"ọnwụnwa\",\n    \"temptationless\": \"enweghị ọnwụnwa\",\n    \"temptations\": \"ọnwụnwa\",\n    \"temptatious\": \"na-adọrọ adọrọ\",\n    \"temptatory\": \"na-adọrọ adọrọ\",\n    \"tempted\": \"nwara\",\n    \"tempter\": \"Ọnwụnwa\",\n    \"tempting\": \"na-anwa\",\n    \"temptingly\": \"na-anwa\",\n    \"temptingness\": \"ọnwụnwa\",\n    \"temptress\": \"ihe onyonyo\",\n    \"temptresses\": \"ọnwunwa\",\n    \"tempts\": \"nwale\",\n    \"temptsome\": \"na-achọ ọnwụnwa\",\n    \"tempuras\": \"ndebiri\",\n    \"temser\": \"iwe\",\n    \"temulence\": \"mmụọ\",\n    \"temulency\": \"iwe\",\n    \"temulent\": \"nke na-ewe iwe\",\n    \"temulentive\": \"na-achịkwa mmụọ\",\n    \"temulently\": \"nke ukwuu\",\n    \"ten\": \"iri\",\n    \"tenability\": \"ikike\",\n    \"tenable\": \"siri ike\",\n    \"tenableness\": \"akwụ siri ike\",\n    \"tenably\": \"siri ike\",\n    \"tenaces\": \"uzo\",\n    \"tenacy\": \"ebe obibi\",\n    \"tenacious\": \"ihe siri ike\",\n    \"tenaciousness\": \"mkpebi siri ike\",\n    \"tenacity\": \"mkpebi siri ike\",\n    \"tenacities\": \"ikike\",\n    \"tenai\": \"iri\",\n    \"tenancy\": \"ebe obibi\",\n    \"tenant\": \"onye nwe ulo\",\n    \"tenantable\": \"kwụrụ ụgwọ\",\n    \"tenantableness\": \"kwụrụ ụgwọ\",\n    \"tenanted\": \"biiri\",\n    \"tenanting\": \"ịgbazite\",\n    \"tenantless\": \"enweghị ebe obibi\",\n    \"tenantlike\": \"onye bi tenant\",\n    \"tenantry\": \"ebe obibi\",\n    \"tenantries\": \"ebe obibi\",\n    \"tenants\": \"ndị bi n'ụlọ\",\n    \"tenantship\": \"ebe obibi\",\n    \"tenches\": \"trenchi\",\n    \"tend\": \"agbasaghị\",\n    \"tendable\": \"na-eche\",\n    \"tendance\": \"ọchịchọ\",\n    \"tendances\": \"omume\",\n    \"tendant\": \"ọchịchọ\",\n    \"tended\": \"na-eche\",\n    \"tendence\": \"ọchịchọ\",\n    \"tendences\": \"ọchịchọ\",\n    \"tendency\": \"ọchịchọ\",\n    \"tendencies\": \"ọchịchọ\",\n    \"tendencious\": \"ọchịchọ\",\n    \"tendenciously\": \"gbasiri ike\",\n    \"tendenciousness\": \"ọchịchọ\",\n    \"tendent\": \"ọchịchọ\",\n    \"tendential\": \"ọchịchọ\",\n    \"tendentially\": \"nwere ike\",\n    \"tendentious\": \"dị ọcha\",\n    \"tendentiously\": \"gbasiri ike\",\n    \"tendentiousness\": \"ọchịchọ\",\n    \"tender\": \"dị nro\",\n    \"tenderability\": \"nkwenye\",\n    \"tenderable\": \"siri ike\",\n    \"tenderably\": \"iri\",\n    \"tendered\": \"nyere\",\n    \"tenderee\": \"Iheoma\",\n    \"tenderer\": \"Onye na-azụ ahịa\",\n    \"tenderers\": \"Ndị kwụrụ ụgwọ\",\n    \"tenderest\": \"nwee mmasị\",\n    \"tenderfeet\": \"obi ebere\",\n    \"tenderfoot\": \"dị nro\",\n    \"tenderfootish\": \"dị nro\",\n    \"tenderfoots\": \"dị nro\",\n    \"tenderful\": \"dị nro\",\n    \"tenderfully\": \"n'obi ebere\",\n    \"tenderheart\": \"nwee obi\",\n    \"tenderhearted\": \"nwee obi ebere\",\n    \"tenderheartedly\": \"nwee obi ebere\",\n    \"tenderheartedness\": \"nwee obi ebere\",\n    \"tendering\": \"ọrụ\",\n    \"tenderisation\": \"obi ọmịiko\",\n    \"tenderise\": \"dị nro\",\n    \"tenderised\": \"dị nro\",\n    \"tenderiser\": \"dị nro\",\n    \"tenderish\": \"dị nro\",\n    \"tenderising\": \"na-agba ume\",\n    \"tenderization\": \"nro\",\n    \"tenderize\": \"di nro\",\n    \"tenderized\": \"dị nro\",\n    \"tenderizer\": \"dị nro\",\n    \"tenderizers\": \"ihe nro\",\n    \"tenderizes\": \"na-agbanwe\",\n    \"tenderizing\": \"dị nro\",\n    \"tenderly\": \"dị nro\",\n    \"tenderling\": \"dị nro\",\n    \"tenderloin\": \"obi ebere\",\n    \"tenderloins\": \"ọmịiko\",\n    \"tenderness\": \"nro\",\n    \"tenderometer\": \"tenderomita\",\n    \"tenders\": \"Akwụkwọ\",\n    \"tendersome\": \"dị mfe\",\n    \"tendicle\": \"dị\",\n    \"tendido\": \"Mmetụta\",\n    \"tendinal\": \"akwara\",\n    \"tendineal\": \"gbasara\",\n    \"tending\": \"na-elekọta\",\n    \"tendingly\": \"na-eche\",\n    \"tendinous\": \"na-egosi\",\n    \"tendinousness\": \"enweghi obi ojoo\",\n    \"tendment\": \"ọchịchọ\",\n    \"tendo\": \"tendọ\",\n    \"tendomucin\": \"tendo mucin\",\n    \"tendomucoid\": \"tendo mucoid\",\n    \"tendon\": \"akaị\",\n    \"tendonitis\": \"akwara\",\n    \"tendonous\": \"na-egosi\",\n    \"tendons\": \"akwara\",\n    \"tendoor\": \"ndagwurugwu\",\n    \"tendotomy\": \"akwara\",\n    \"tendour\": \"Agụụ\",\n    \"tendovaginal\": \"Ahụhụ\",\n    \"tendrac\": \"Iwu\",\n    \"tendre\": \"Aghara\",\n    \"tendrel\": \"eriri\",\n    \"tendresse\": \"Ikenna Ndiagu\",\n    \"tendry\": \"agbamume\",\n    \"tendril\": \"Mmetụta\",\n    \"tendriled\": \"Ikekwe\",\n    \"tendriliferous\": \"Agụ\",\n    \"tendrilled\": \"gbasiri ike\",\n    \"tendrilly\": \"na-agbasi ike\",\n    \"tendrilous\": \"agbasaghị\",\n    \"tendrils\": \"gbasie ike\",\n    \"tendron\": \"akwara\",\n    \"tends\": \"na-achọ\",\n    \"tenebres\": \"ọnụọgụ\",\n    \"tenebrious\": \"ihe omuma\",\n    \"tenebriously\": \"na nkwanye ugwu\",\n    \"tenebriousness\": \"ịdị ọcha\",\n    \"tenebrism\": \"ike\",\n    \"tenebrity\": \"afọ ike\",\n    \"tenebrosity\": \"ịdị ọcha\",\n    \"tenebrous\": \"dị egwu\",\n    \"tenebrously\": \"ama\",\n    \"tenebrousness\": \"ịdị ọcha\",\n    \"tenement\": \"nkwụsị\",\n    \"tenemental\": \"ikwere\",\n    \"tenementary\": \"ebe obibi\",\n    \"tenemented\": \"kwụrụ\",\n    \"tenementer\": \"ụlọ ọrụ\",\n    \"tenementization\": \"nkwụsị\",\n    \"tenementize\": \"gbaa mbọ\",\n    \"tenements\": \"ụlọ iri\",\n    \"tenent\": \"nke iri\",\n    \"teneral\": \"otutu\",\n    \"tenerity\": \"mkpebi\",\n    \"tenesmic\": \"Ahụhụ\",\n    \"tenesmus\": \"Ugwueke\",\n    \"tenesmuses\": \"Ugboro okpukpu\",\n    \"tenet\": \"echiche iri\",\n    \"tenets\": \"ụkpụrụ\",\n    \"tenez\": \"ọnụọgụ\",\n    \"tenfold\": \"okpukpu iri\",\n    \"tenfoldness\": \"okpukpu iri\",\n    \"tenfolds\": \"okpukpu iri\",\n    \"teng\": \"iri\",\n    \"tengu\": \"iri\",\n    \"tenias\": \"tenia\",\n    \"teniasises\": \"tenisasise\",\n    \"tenible\": \"iri\",\n    \"tenio\": \"iri\",\n    \"tenla\": \"iri\",\n    \"tenmantale\": \"Uchechukwu\",\n    \"tennantite\": \"izu iri\",\n    \"tenne\": \"iri\",\n    \"tenner\": \"ihe iri\",\n    \"tenners\": \"iri\",\n    \"tennessean\": \"Ugboro abụọ\",\n    \"tennesseans\": \"Ugochukwu\",\n    \"tennessee\": \"Ugboro abụọ\",\n    \"tennesseeans\": \"Ugochukwu\",\n    \"tennis\": \"tenis\",\n    \"tennises\": \"tenniska\",\n    \"tennisy\": \"tenis\",\n    \"tennyson\": \"Uchechi\",\n    \"tennysonian\": \"Uchechukwu Nwankwo\",\n    \"tennysonianism\": \"Ọnọdụ tennyson\",\n    \"tennist\": \"tenis\",\n    \"tennists\": \"ndị tennis\",\n    \"tennu\": \"tenno\",\n    \"tenochtitlan\": \"Uchechukwu Nwankwo\",\n    \"tenodesis\": \"ụbọchị iri\",\n    \"tenography\": \"ihe omimi\",\n    \"tenology\": \"teknụzụ\",\n    \"tenomyotomy\": \"anụ ahụ\",\n    \"tenon\": \"ukwu\",\n    \"tenoned\": \"kwụrụ\",\n    \"tenoner\": \"ihe nnabata\",\n    \"tenoners\": \"ihe nkedo\",\n    \"tenonian\": \"Ugboro abụọ\",\n    \"tenoning\": \"ikwado\",\n    \"tenons\": \"ihe iri\",\n    \"tenontitis\": \"ọnya afọ\",\n    \"tenontography\": \"ihe omuma\",\n    \"tenontology\": \"ihe omumu\",\n    \"tenontomyoplasty\": \"ontmụaka\",\n    \"tenontomyotomy\": \"ụdọ\",\n    \"tenontothecitis\": \"afọ iri\",\n    \"tenontotomy\": \"anụ ahụ\",\n    \"tenophyte\": \"oplọ tenophyte\",\n    \"tenophony\": \"Ighachukwu\",\n    \"tenor\": \"ihe ozo\",\n    \"tenore\": \"iri\",\n    \"tenorist\": \"onye isi ala\",\n    \"tenorister\": \"Onye isi ala\",\n    \"tenorite\": \"ordị\",\n    \"tenorites\": \"orlọ tenorites\",\n    \"tenorless\": \"enweghi ike\",\n    \"tenorrhaphy\": \"izu iri\",\n    \"tenorrhaphies\": \"ọnya iri\",\n    \"tenosuture\": \"oszọ ikpeazụ\",\n    \"tenotomy\": \"anụ ahụ\",\n    \"tenotomies\": \"anụ ahụ\",\n    \"tenour\": \"iri\",\n    \"tenours\": \"iri\",\n    \"tenpenny\": \"Ugboro abụọ\",\n    \"tenpounder\": \"izu ike\",\n    \"tenrecs\": \"tenrec\",\n    \"tens\": \"iri\",\n    \"tense\": \"esemokwu\",\n    \"tensed\": \"iwe\",\n    \"tensegrity\": \"izu ike\",\n    \"tenseless\": \"enweghị ume\",\n    \"tenselessly\": \"n'amaghị ama\",\n    \"tenselessness\": \"enweghi obi iru ala\",\n    \"tensely\": \"iri\",\n    \"tenseness\": \"nke iri\",\n    \"tenser\": \"tensịn\",\n    \"tenses\": \"oge\",\n    \"tensest\": \"iri\",\n    \"tensibility\": \"ike\",\n    \"tensible\": \"achota\",\n    \"tensibleness\": \"amamihe\",\n    \"tensibly\": \"n'ike\",\n    \"tensify\": \"tensing\",\n    \"tensile\": \"ọdụdọ\",\n    \"tensileness\": \"ike ọgwụgwụ\",\n    \"tensility\": \"ike\",\n    \"tensimeter\": \"tensimita\",\n    \"tensing\": \"iri\",\n    \"tension\": \"erughị ala\",\n    \"tensional\": \"Esemokwu\",\n    \"tensioned\": \"nwee ume\",\n    \"tensioner\": \"esemokwu\",\n    \"tensioning\": \"erughị ala\",\n    \"tensionless\": \"erughị ala\",\n    \"tensions\": \"esemokwu\",\n    \"tensity\": \"iri\",\n    \"tensities\": \"iri\",\n    \"tensive\": \"izu ike\",\n    \"tensome\": \"iri\",\n    \"tensometer\": \"tensometa\",\n    \"tensors\": \"ihe nkwụnye\",\n    \"tensorship\": \"ikike\",\n    \"tensure\": \"mkpirisi\",\n    \"tent\": \"ụlọikwuu\",\n    \"tentability\": \"enweghi ike\",\n    \"tentacled\": \"tentacent\",\n    \"tentaclelike\": \"tentacle dị ka\",\n    \"tentacles\": \"tentacle\",\n    \"tentation\": \"tentet\",\n    \"tentative\": \"tentetik\",\n    \"tentatively\": \"tentetee\",\n    \"tentativeness\": \"ịdị njikere\",\n    \"tented\": \"tent\",\n    \"tenterer\": \"tent tent\",\n    \"tenth\": \"nke iri\",\n    \"tenthly\": \"nke iri\",\n    \"tenthmeter\": \"nke iri\",\n    \"tenthmetre\": \"nke iri\",\n    \"tenthredinid\": \"nke iri\",\n    \"tenthredinidae\": \"nke iri\",\n    \"tenthredinoid\": \"nke iri\",\n    \"tenthredinoidea\": \"nke iri\",\n    \"tenthredo\": \"nke iri\",\n    \"tenths\": \"iri\",\n    \"tenty\": \"iri\",\n    \"tentiest\": \"nke iri abụọ\",\n    \"tentily\": \"tentili\",\n    \"tention\": \"izu ike\",\n    \"tentlike\": \"dị ka tent\",\n    \"tentmaker\": \"onye na-eme ụlọ ntu\",\n    \"tentmaking\": \"ịkpa ákwà ụlọikwuu\",\n    \"tentmate\": \"onye nọ n’ụlọikwuu\",\n    \"tents\": \"tent\",\n    \"tentwards\": \"iri\",\n    \"tentwise\": \"tent tent\",\n    \"tentwork\": \"ọrụ ụlọikwuu\",\n    \"tenue\": \"nke iri\",\n    \"tenues\": \"isi ihe\",\n    \"tenuiflorous\": \"okpukpu iri\",\n    \"tenuifolious\": \"tenuifolius\",\n    \"tenuious\": \"tenuous\",\n    \"tenuiroster\": \"Ugochukwu\",\n    \"tenuirostral\": \"okpukpu okpukpu\",\n    \"tenuirostres\": \"akpokoro\",\n    \"tenuity\": \"mkpebi\",\n    \"tenuities\": \"ihe isi ike\",\n    \"tenuousness\": \"ike\",\n    \"tenure\": \"oge\",\n    \"tenured\": \"na-akwụ ụgwọ\",\n    \"tenures\": \"izu\",\n    \"tenury\": \"iri\",\n    \"tenutos\": \"tenosos\",\n    \"teocallis\": \"iheanacho\",\n    \"teonanacatl\": \"Nwachukwu\",\n    \"tepals\": \"pipụ\",\n    \"tepees\": \"amaala\",\n    \"tepefaction\": \"izu ike\",\n    \"tepefied\": \"tepe\",\n    \"tephra\": \"tepra\",\n    \"tephramancy\": \"izu ike\",\n    \"tephrite\": \"kechie\",\n    \"tephritic\": \"ajuju\",\n    \"tephromyelitic\": \"ndiegwu\",\n    \"tepidities\": \"ozi ọma\",\n    \"tepidness\": \"izu ike\",\n    \"terahertz\": \"amaokuk\",\n    \"terahertzes\": \"amaokuk\",\n    \"terakihi\": \"tarakihi\",\n    \"teramorphous\": \"terramorphous\",\n    \"terass\": \"okpokoro\",\n    \"teratisms\": \"teknụzụ\",\n    \"teratologist\": \"ọkà mmụta sayensị\",\n    \"terbia\": \"ala\",\n    \"terbic\": \"ntụ\",\n    \"tercels\": \"mbara ala\",\n    \"tercentenary\": \"ala\",\n    \"tercentenarian\": \"onye ogwu\",\n    \"tercentenaries\": \"ala\",\n    \"tercentennial\": \"afọ\",\n    \"terces\": \"ebe\",\n    \"tercets\": \"tertieti\",\n    \"terdiurnal\": \"oge\",\n    \"terebinthial\": \"Ebelebe\",\n    \"terebinthian\": \"Okechukwu\",\n    \"terebration\": \"alaeze\",\n    \"teredines\": \"egwuregwu\",\n    \"teredos\": \"Nnenna\",\n    \"terence\": \"osisi\",\n    \"terephthallic\": \"tereefhallic\",\n    \"teresian\": \"osisi\",\n    \"terete\": \"tere aka\",\n    \"teretial\": \"oke\",\n    \"tereticaudate\": \"Ogba-Ogba\",\n    \"teretifolious\": \"okechukwu\",\n    \"teretish\": \"Okechukwu\",\n    \"teretism\": \"mmụọ\",\n    \"tergant\": \"nwere ike\",\n    \"tergiferous\": \"ihe di egwu\",\n    \"tergiversated\": \"gbasasịa\",\n    \"tergiversating\": \"na-enyefe ihe\",\n    \"tergiversation\": \"nnyefe\",\n    \"tergiversator\": \"onye na-enye ihe\",\n    \"tergiverse\": \"na-enye iwu\",\n    \"terlinguaite\": \"asụsụ\",\n    \"term\": \"Okwu\",\n    \"termagancy\": \"ikwu okwu\",\n    \"termagant\": \"okwu\",\n    \"termagantly\": \"oge\",\n    \"termagants\": \"okwu\",\n    \"termage\": \"okwu\",\n    \"terman\": \"Terman\",\n    \"termatic\": \"Okwu\",\n    \"termed\": \"akpọrọ\",\n    \"termen\": \"ndị mmadụ\",\n    \"termer\": \"oku\",\n    \"termers\": \"okwu\",\n    \"termes\": \"okwu\",\n    \"termillenary\": \"okwu\",\n    \"termin\": \"chupu\",\n    \"terminability\": \"njedebe\",\n    \"terminable\": \"agwụ\",\n    \"terminableness\": \"nkwụsị ness\",\n    \"terminably\": \"agwụ\",\n    \"terminal\": \"Ọnụ\",\n    \"terminalia\": \"ọnụ\",\n    \"terminaliaceae\": \"terminalaceae\",\n    \"terminalis\": \"ọnụ\",\n    \"terminalization\": \"mmechi\",\n    \"terminalized\": \"mechie\",\n    \"terminally\": \"na-agwụ\",\n    \"terminals\": \"ọnụ\",\n    \"terminant\": \"ọnụ\",\n    \"terminate\": \"chupu\",\n    \"terminated\": \"kwụsịrị\",\n    \"terminates\": \"na-akwụsị\",\n    \"terminating\": \"agwụ\",\n    \"termination\": \"nchupu\",\n    \"terminational\": \"ọnụ\",\n    \"terminations\": \"nchupu\",\n    \"terminative\": \"njedebe\",\n    \"terminatively\": \"na njedebe\",\n    \"terminator\": \"onye mmechi\",\n    \"terminatory\": \"na-akwụ ụgwọ\",\n    \"terminators\": \"ndị na-emechi ihe\",\n    \"termine\": \"oge\",\n    \"terminer\": \"ikuku\",\n    \"terming\": \"na-ekpo ọkụ\",\n    \"termini\": \"njedebe\",\n    \"terminine\": \"ọnụahịa\",\n    \"terminism\": \"njedebe\",\n    \"terminist\": \"onye nkwusi\",\n    \"terministic\": \"njedebe\",\n    \"terminize\": \"kwụsị\",\n    \"termino\": \"ọnụ\",\n    \"terminology\": \"okwu\",\n    \"terminological\": \"na-akọwa okwu\",\n    \"terminologically\": \"n'ikwu okwu\",\n    \"terminologies\": \"nkwenye\",\n    \"terminologist\": \"ọkà mmụta banyere ihe omimi\",\n    \"terminologists\": \"ndị ọkà mmụta ihe banyere mmiri\",\n    \"terminus\": \"njedebe\",\n    \"terminuses\": \"nkwụsị\",\n    \"termital\": \"Okwu\",\n    \"termite\": \"oge\",\n    \"termites\": \"oge\",\n    \"termitid\": \"oge\",\n    \"termitophile\": \"oge\",\n    \"termless\": \"anaghị adịte aka\",\n    \"termlessly\": \"n'egbughị oge\",\n    \"termlessness\": \"enweghị ọgwụgwụ\",\n    \"termly\": \"nke oge\",\n    \"termon\": \"Okwuchukwu\",\n    \"termor\": \"okwu\",\n    \"termors\": \"ịma jijiji\",\n    \"terms\": \"usoro\",\n    \"termtime\": \"oge\",\n    \"termtimes\": \"okwu oge\",\n    \"termwise\": \"oge\",\n    \"ternaries\": \"nke ala\",\n    \"ternarious\": \"egwu\",\n    \"ternately\": \"ternnly\",\n    \"terned\": \"egwu\",\n    \"terner\": \"tebụl\",\n    \"ternery\": \"ụzọ dị iche iche\",\n    \"terning\": \"Na-atụgharị uche\",\n    \"terns\": \"tern\",\n    \"terpen\": \"kpebie\",\n    \"terpeneless\": \"enweghị atụ\",\n    \"terpenes\": \"ụzọ\",\n    \"terpenic\": \"okpukpu\",\n    \"terpsichore\": \"terpichore\",\n    \"terpsichoreal\": \"chukwuebuka\",\n    \"terpsichoreally\": \"n'ụzọ\",\n    \"terr\": \"Terr\",\n    \"terrace\": \"teres\",\n    \"terraced\": \"terra\",\n    \"terraceless\": \"enweghị atụ\",\n    \"terraceous\": \"teres nke\",\n    \"terraces\": \"mbara ala\",\n    \"terracework\": \"ọrụ\",\n    \"terracing\": \"ịdọ aka ná ntị\",\n    \"terraculture\": \"oru\",\n    \"terrage\": \"egwu\",\n    \"terrain\": \"teren\",\n    \"terrains\": \"ala\",\n    \"terramare\": \"mbara\",\n    \"terrance\": \"ụjọ\",\n    \"terranean\": \"ala\",\n    \"terranes\": \"ala\",\n    \"terraquean\": \"nkịtị\",\n    \"terraqueousness\": \"ịdị egwu\",\n    \"terrariums\": \"ala\",\n    \"terras\": \"ala\",\n    \"terrases\": \"ala\",\n    \"terre\": \"ụjọ\",\n    \"terreens\": \"mbara\",\n    \"terreity\": \"egwu\",\n    \"terremotive\": \"treremotive\",\n    \"terrence\": \"ụjọ\",\n    \"terrenely\": \"egwu\",\n    \"terreneness\": \"ụjọ\",\n    \"terreous\": \"egwu\",\n    \"terrestrialism\": \"ụwa\",\n    \"terrestrialness\": \"ụwa\",\n    \"terrestrials\": \"ala\",\n    \"terrestrify\": \"egwu\",\n    \"terrestrious\": \"egwu\",\n    \"terret\": \"ụjọ\",\n    \"terreted\": \"egwu\",\n    \"terrets\": \"ụjọ\",\n    \"terry\": \"Terry\",\n    \"terribility\": \"ụjọ\",\n    \"terrible\": \"egwu\",\n    \"terribleness\": \"egwu\",\n    \"terribles\": \"ụjọ\",\n    \"terribly\": \"egwu\",\n    \"terricolous\": \"trericolous\",\n    \"terrier\": \"ụjọ\",\n    \"terrierlike\": \"dị ka terrier\",\n    \"terriers\": \"ndị na-enweghị ụjọ\",\n    \"terries\": \"ụjọ\",\n    \"terrify\": \"menye ụjọ\",\n    \"terrific\": \"kemmenyeujo\",\n    \"terrifical\": \"kemmenyeujo\",\n    \"terrifically\": \"kemmenyeujo\",\n    \"terrification\": \"egwu\",\n    \"terrificly\": \"kemmenyeujo\",\n    \"terrificness\": \"egwu\",\n    \"terrified\": \"kụja\",\n    \"terrifiedly\": \"ụjọ\",\n    \"terrifier\": \"onye na-atụ egwu\",\n    \"terrifiers\": \"ndị na-atụ ụjọ\",\n    \"terrifies\": \"egwu\",\n    \"terrifying\": \"egwu\",\n    \"terrifyingly\": \"na-atụ ụjọ\",\n    \"terriginous\": \"egwu\",\n    \"terrines\": \"mbara ala\",\n    \"territ\": \"ókèala\",\n    \"territelarian\": \"onye ozo\",\n    \"territorality\": \"ókèala\",\n    \"territory\": \"ókèala\",\n    \"territorial\": \"n'ókèala\",\n    \"territorialisation\": \"ókèala\",\n    \"territorialise\": \"orialkèala\",\n    \"territorialised\": \"ókèala\",\n    \"territorialising\": \"ịkpa ókèala\",\n    \"territorialism\": \"ókèala\",\n    \"territoriality\": \"ókèala\",\n    \"territorialization\": \"ịhazi ókèala\",\n    \"territorialize\": \"ịhazi ókèala\",\n    \"territorialized\": \"ókèala\",\n    \"territorializing\": \"ókèala\",\n    \"territorially\": \"n'ókèala\",\n    \"territorian\": \"ókèala\",\n    \"territoried\": \"ókèala\",\n    \"territories\": \"ókèala\",\n    \"territs\": \"ókèala\",\n    \"terror\": \"ụjọ\",\n    \"terrorful\": \"egwu\",\n    \"terrorific\": \"egwu\",\n    \"terrorisation\": \"ụjọ\",\n    \"terrorise\": \"menye ụjọ\",\n    \"terrorised\": \"ụjọ\",\n    \"terroriser\": \"Onye ụjọ\",\n    \"terrorising\": \"na-atụ ụjọ\",\n    \"terrorism\": \"iyi ọha egwu\",\n    \"terrorist\": \"eyi ọha egwu\",\n    \"terroristic\": \"eyi ọha egwu\",\n    \"terroristical\": \"eyi ọha egwu\",\n    \"terrorists\": \"ndị na-eyi ọha egwu\",\n    \"terrorization\": \"ụjọ\",\n    \"terrorize\": \"menye ụjọ\",\n    \"terrorized\": \"ụjọ\",\n    \"terrorizer\": \"ụjọ\",\n    \"terrorizes\": \"na-atụ ụjọ\",\n    \"terrorizing\": \"na-atụ ụjọ\",\n    \"terrorless\": \"enweghị atụ ụjọ\",\n    \"terrorproof\": \"ihe egwu\",\n    \"terrors\": \"egwu\",\n    \"terrorsome\": \"egwu\",\n    \"terse\": \"sie ike\",\n    \"tersely\": \"sie ike\",\n    \"terseness\": \"ogbe\",\n    \"tersest\": \"dị mkpụmkpụ\",\n    \"tersion\": \"Uzo\",\n    \"tersulphuret\": \"Iheanacho\",\n    \"tertenant\": \"Terten\",\n    \"tertial\": \"egwu\",\n    \"tervalence\": \"ala mmiri\",\n    \"tervalency\": \"njikwa\",\n    \"tervalent\": \"trevalent\",\n    \"tervariant\": \"dị ukwuu\",\n    \"tervee\": \"trevee\",\n    \"tesarovitch\": \"Nnenna\",\n    \"tescaria\": \"onyinyechi\",\n    \"teschenite\": \"Uchechukwu\",\n    \"tess\": \"ikwue\",\n    \"tessaraglot\": \"Uchechukwu\",\n    \"tesselate\": \"ihe nkedo\",\n    \"tesselated\": \"kwụsị\",\n    \"tesselating\": \"nyocha\",\n    \"tesselation\": \"izu ike\",\n    \"tessella\": \"Tessella\",\n    \"tessellae\": \"Tessellae\",\n    \"tessellar\": \"ihe nkedo\",\n    \"tessellated\": \"kwụsị\",\n    \"tessellates\": \"ihe ndozi\",\n    \"tessellating\": \"Akwara\",\n    \"tessellation\": \"nkwupụta\",\n    \"tessellations\": \"okwukwu\",\n    \"tessellite\": \"igwe\",\n    \"tesseraic\": \"ogechi\",\n    \"tesseral\": \"ogechi\",\n    \"tesserarian\": \"onyedikachi\",\n    \"tesserate\": \"izu ike\",\n    \"tesserated\": \"izu ike\",\n    \"tesseratomic\": \"ogechi\",\n    \"tessiture\": \"nkwanye\",\n    \"test\": \"nwalee\",\n    \"testability\": \"nnwale\",\n    \"testable\": \"ule\",\n    \"testaceography\": \"ule\",\n    \"testaceous\": \"ule\",\n    \"testaceousness\": \"Udidi Oma\",\n    \"testacy\": \"ule\",\n    \"testamental\": \"ihe gbara ọkpụrụkpụ\",\n    \"testamentalness\": \"ihe omuma\",\n    \"testamentarily\": \"testamentally\",\n    \"testamentation\": \"ọgbụgba ndụ\",\n    \"testaments\": \"ihe edere\",\n    \"testar\": \"ule\",\n    \"testate\": \"nwalee\",\n    \"testation\": \"ule\",\n    \"testator\": \"onye akaebe\",\n    \"testators\": \"ndị ule\",\n    \"testatorship\": \"akaebe\",\n    \"testatrices\": \"ule\",\n    \"testatrix\": \"mmmmmmmmmmmmm\",\n    \"testatrixes\": \"nnwale\",\n    \"testbed\": \"nwalere\",\n    \"testcross\": \"okpokoro\",\n    \"tested\": \"nwalere\",\n    \"testees\": \"ndị nlekọta\",\n    \"tester\": \"Ule\",\n    \"testers\": \"ndị ule\",\n    \"testes\": \"ule\",\n    \"testibrachial\": \"kwughachi obi ike\",\n    \"testibrachium\": \"kwenye brachium\",\n    \"testicardine\": \"nke mmuta\",\n    \"testicardines\": \"nkechi\",\n    \"testicle\": \"mmuta\",\n    \"testicles\": \"nke mmuta\",\n    \"testicular\": \"nke mmuta\",\n    \"testiculate\": \"inyocha\",\n    \"testiculated\": \"anwale\",\n    \"testier\": \"gbara akaebe\",\n    \"testiere\": \"gbara akaebe\",\n    \"testiest\": \"gbara akaebe\",\n    \"testify\": \"gbaa akaebe\",\n    \"testification\": \"nyocha\",\n    \"testificator\": \"ihe nyocha\",\n    \"testificatory\": \"testiatory\",\n    \"testified\": \"gbara akaebe\",\n    \"testifier\": \"onye akaebe\",\n    \"testifiers\": \"gbara akaebe\",\n    \"testifies\": \"na-agba akaebe\",\n    \"testifying\": \"na-agba akaebe\",\n    \"testily\": \"ule\",\n    \"testimony\": \"akaebe\",\n    \"testimonia\": \"akaebe\",\n    \"testimonial\": \"akaebe\",\n    \"testimonialising\": \"ịgba akaebe\",\n    \"testimonialist\": \"akaebe\",\n    \"testimonialization\": \"akaebe\",\n    \"testimonialize\": \"gbaa akaebe\",\n    \"testimonialized\": \"akaebe\",\n    \"testimonializer\": \"akaebe\",\n    \"testimonializing\": \"akaebe\",\n    \"testimonials\": \"akaebe\",\n    \"testimonies\": \"akaebe\",\n    \"testimonium\": \"akaebe\",\n    \"testiness\": \"Udo\",\n    \"testing\": \"ule\",\n    \"testingly\": \"ule\",\n    \"testings\": \"ule\",\n    \"testis\": \"ule\",\n    \"testmatch\": \"ule\",\n    \"testons\": \"Ule\",\n    \"testor\": \"udomo\",\n    \"testril\": \"ule\",\n    \"tests\": \"ule\",\n    \"testudinal\": \"Ule nwa akwukwo\",\n    \"testudinarious\": \"Nwaogwugwu\",\n    \"testudinate\": \"nyocha\",\n    \"testudinated\": \"nwalere\",\n    \"testudineal\": \"nyocha\",\n    \"testudineous\": \"nwa akwukwo\",\n    \"testudines\": \"Ule nwa nwanyi\",\n    \"testudinous\": \"nwale nwa\",\n    \"tesuque\": \"Nkpuru\",\n    \"tesvino\": \"iheanacho\",\n    \"tetanical\": \"tetanik\",\n    \"tetanically\": \"na ntaneti\",\n    \"tetanics\": \"ihe otiti\",\n    \"tetanies\": \"usoro\",\n    \"tetanisation\": \"otiti\",\n    \"tetanised\": \"ọnụọgụgụ\",\n    \"tetanising\": \"iri nri\",\n    \"tetanized\": \"etinyere\",\n    \"tetanizes\": \"na-agbatị\",\n    \"tetanizing\": \"na-agbatị\",\n    \"tetanolysin\": \"Uchechukwu\",\n    \"tetard\": \"tetet\",\n    \"tetartoconid\": \"mmmmmmmmmmmmm\",\n    \"tetartohedrally\": \"tetarthed_of\",\n    \"tetchiness\": \"inyocha\",\n    \"teterrimous\": \"tita\",\n    \"teth\": \"ezé\",\n    \"tethelin\": \"ịgbanye\",\n    \"tetherball\": \"Kubọọlụ\",\n    \"tethered\": \"tetịtara\",\n    \"tethery\": \"tetịtara\",\n    \"tethering\": \"ịgbanye\",\n    \"tethys\": \"iri\",\n    \"teths\": \"teth\",\n    \"tetrabasicity\": \"njikota\",\n    \"tetrachloroethylene\": \"tetrachlorethylene\",\n    \"tetrachromic\": \"tetrachromiki\",\n    \"tetract\": \"tetọ\",\n    \"tetractinellid\": \"onyeanyichukwu\",\n    \"tetractinelline\": \"mmmmmmmmmmmmm\",\n    \"tetractys\": \"ihe omume\",\n    \"tetrad\": \"Nnenna\",\n    \"tetradactyl\": \"mmmmmmmmmmmmm\",\n    \"tetradactyle\": \"Usoro\",\n    \"tetradactyly\": \"odịnaị\",\n    \"tetradesmus\": \"udochukwu\",\n    \"tetradic\": \"oge\",\n    \"tetradynamia\": \"mmmmmmmmmmmmm\",\n    \"tetradynamian\": \"Onyeka Onwenu\",\n    \"tetradynamious\": \"ihe omuma\",\n    \"tetradynamous\": \"ihe omimi\",\n    \"tetradite\": \"onyeji\",\n    \"tetrads\": \"tetrats\",\n    \"tetrafolious\": \"nkwanye ugwu\",\n    \"tetraglottic\": \"tetraglottiiki\",\n    \"tetragonally\": \"n'ụzọ anọ\",\n    \"tetrahedrally\": \"n'ụzọ anọ\",\n    \"tetramers\": \"tetram\",\n    \"tetrameter\": \"tetramita\",\n    \"tetrameters\": \"tetramita\",\n    \"tetrandrian\": \"onye ochichi\",\n    \"tetrandrous\": \"anọ\",\n    \"tetrapyla\": \"teterala\",\n    \"tetrapylon\": \"ugbala\",\n    \"tetrapyrenous\": \"ọgwụ\",\n    \"tetrapyrrole\": \"ịgwọ ọrịa\",\n    \"tetraskelion\": \"nnweta\",\n    \"tetrasporiferous\": \"na-elekọta mmadụ\",\n    \"tetrasporous\": \"na-achịkwa\",\n    \"tetrastylous\": \"na-egbu oge\",\n    \"tetrasubstituted\": \"gbanwere\",\n    \"tetrasubstitution\": \"ntughari\",\n    \"tetrazotization\": \"nhazi\",\n    \"tetrdra\": \"Nnenna\",\n    \"tetremimeral\": \"ogechi\",\n    \"tetricalness\": \"ịdị ndụ\",\n    \"tetryls\": \"tetịl\",\n    \"tetrodont\": \"Nnenna\",\n    \"tetrous\": \"tet\",\n    \"tetroxids\": \"tetroxide\",\n    \"tetrsyllabical\": \"tetrasyllabic\",\n    \"tetter\": \"teeter\",\n    \"tettered\": \"etinyere\",\n    \"tettering\": \"etinyere\",\n    \"tetterish\": \"tetọọla\",\n    \"tetterous\": \"dị\",\n    \"tetters\": \"tetetị\",\n    \"tetty\": \"nkechi\",\n    \"tettish\": \"nwetụ ihe\",\n    \"teuch\": \"mkpụrụ\",\n    \"teucrian\": \"onye nkuzi\",\n    \"teugh\": \"gbara ụka\",\n    \"teughly\": \"gbara ụka\",\n    \"teughness\": \"izu ike\",\n    \"teuton\": \"nna\",\n    \"teutonesque\": \"chukwunonso\",\n    \"teutonia\": \"Teutonia\",\n    \"teutonic\": \"utmụaka\",\n    \"teutonist\": \"onye_chukwu\",\n    \"teutonity\": \"ekwenti\",\n    \"teutonomania\": \"nwa_nwoke\",\n    \"teutonophobe\": \"ogechi\",\n    \"teutons\": \"nwa oge\",\n    \"teutophil\": \"nnaemeka\",\n    \"teutophile\": \"onyegbula\",\n    \"teutophobe\": \"ogechi\",\n    \"tew\": \"gbanye\",\n    \"tewart\": \"akuko\",\n    \"tewed\": \"gbara\",\n    \"tewel\": \"iri na abụọ\",\n    \"tewer\": \"ịwa mmiri\",\n    \"tewing\": \"ịkwa akwa\",\n    \"tewit\": \"mara\",\n    \"tewly\": \"izu\",\n    \"tews\": \"igwe\",\n    \"tewsome\": \"gbakaa\",\n    \"tewter\": \"iko\",\n    \"texans\": \"ederede\",\n    \"texases\": \"ederede\",\n    \"text\": \"ederede\",\n    \"textarian\": \"ederede\",\n    \"textbook\": \"akwukwo\",\n    \"textbookish\": \"akwukwo akwukwo\",\n    \"textbookless\": \"enweghị akwụkwọ ọgụgụ\",\n    \"textbooks\": \"akwụkwọ ọgụgụ\",\n    \"textile\": \"akwa\",\n    \"textilist\": \"onye ederede\",\n    \"textless\": \"ederede\",\n    \"textlet\": \"akwukwo\",\n    \"textman\": \"onye ederede\",\n    \"textorial\": \"ederede\",\n    \"textrine\": \"ederede\",\n    \"texts\": \"ederede\",\n    \"textual\": \"ederede\",\n    \"textualism\": \"ederede\",\n    \"textualist\": \"onye ederede\",\n    \"textuality\": \"ederede\",\n    \"textually\": \"ederede\",\n    \"textuary\": \"ederede\",\n    \"textuaries\": \"ederede\",\n    \"textuarist\": \"onye ederede\",\n    \"textuist\": \"ederede\",\n    \"textural\": \"ederede\",\n    \"texturally\": \"ederede\",\n    \"texture\": \"udidi\",\n    \"textured\": \"ederede\",\n    \"textureless\": \"ederede\",\n    \"texturing\": \"ederede\",\n    \"textus\": \"ederede\",\n    \"tezcatzoncatl\": \"mmmmmmmmmmmmm\",\n    \"tezcucan\": \"Tezcucan\",\n    \"tezkirah\": \"Nnenna\",\n    \"th\": \"Nke\",\n    \"tha\": \"Tha\",\n    \"thack\": \"izu ike\",\n    \"thacked\": \"zọrọ\",\n    \"thacker\": \"izu ike\",\n    \"thackerayan\": \"Nwokeji\",\n    \"thackerayesque\": \"Onyekwere\",\n    \"thacking\": \"na-akụ\",\n    \"thackless\": \"enweghị uche\",\n    \"thackoor\": \"mkpọchi\",\n    \"thaddeus\": \"Ikwerre\",\n    \"thai\": \"Taị\",\n    \"thailand\": \"Thailand\",\n    \"thairm\": \"gbarụọ\",\n    \"thairms\": \"okpokoro\",\n    \"thais\": \"Thais\",\n    \"thakurate\": \"ikpochapu\",\n    \"thala\": \"Thala\",\n    \"thalamencephala\": \"Onyebuchi\",\n    \"thalamencephalic\": \"Thalamencephalic\",\n    \"thalamencephalon\": \"Onyebuchi\",\n    \"thalamencephalons\": \"Onyebuchi\",\n    \"thalamia\": \"Thalamia\",\n    \"thalamic\": \"Thalamic\",\n    \"thalamiflorous\": \"Azụmahịa\",\n    \"thalamite\": \"Thalamite\",\n    \"thalamocele\": \"Onyebuchi\",\n    \"thalamocortical\": \"okpokoro\",\n    \"thalamolenticular\": \"Ichieke\",\n    \"thalamotomies\": \"Ohaji\",\n    \"thalamus\": \"Thalamus\",\n    \"thalassa\": \"Thalassa\",\n    \"thalassal\": \"Onyebuchi\",\n    \"thalassemia\": \"thalassaemia\",\n    \"thalassian\": \"Thalassian\",\n    \"thalassic\": \"thalasiki\",\n    \"thalassinian\": \"Onyebuchi\",\n    \"thalassinidian\": \"onyeisili\",\n    \"thalasso\": \"igha\",\n    \"thalassochelys\": \"hanyecha\",\n    \"thalassocracy\": \"ọgbụgba\",\n    \"thalassocrat\": \"ugochukwu\",\n    \"thalassographer\": \"Onyebube Onyekwere\",\n    \"thalassography\": \"nyocha thalassography\",\n    \"thalassographical\": \"akaebe\",\n    \"thalassometer\": \"thalasometer\",\n    \"thalassophilous\": \"Onyekwere\",\n    \"thalassophobia\": \"nzihie\",\n    \"thalatta\": \"obhachi\",\n    \"thalenite\": \"Onyekwere\",\n    \"thalerophagous\": \"Onyekwere\",\n    \"thalesia\": \"Onyekwere\",\n    \"thalesian\": \"Thalesyan\",\n    \"thalessa\": \"ukwuchukwu\",\n    \"thalia\": \"Nkechi\",\n    \"thaliacean\": \"Thaliacean\",\n    \"thalian\": \"Thalian\",\n    \"thalli\": \"Thalli\",\n    \"thallic\": \"Thalli\",\n    \"thalliferous\": \"Onyekwere\",\n    \"thalliform\": \"thalli si\",\n    \"thallin\": \"tallinn\",\n    \"thalline\": \"Nnenna\",\n    \"thallious\": \"Onyekwere\",\n    \"thallium\": \"Thallium\",\n    \"thallochlore\": \"okpokolo\",\n    \"thallodal\": \"okpokolo\",\n    \"thallodic\": \"Ukechi\",\n    \"thallogen\": \"Nnenna\",\n    \"thallogenic\": \"Obinwanne\",\n    \"thallogenous\": \"Ojuju\",\n    \"thallogens\": \"Obinwanne\",\n    \"thalloid\": \"Onyebuchi\",\n    \"thalloidal\": \"Onyebuchi\",\n    \"thallome\": \"okpokoro\",\n    \"thallophyte\": \"okpokoro\",\n    \"thallophytes\": \"thalophytes\",\n    \"thallophytic\": \"okpokoro\",\n    \"thallous\": \"na-egbu egbu\",\n    \"thallus\": \"Nnenna\",\n    \"thalluses\": \"ụlọ ọrụ\",\n    \"thalposis\": \"okpokoro\",\n    \"thalpotic\": \"ihe ike\",\n    \"thalthan\": \"Nkechi\",\n    \"thalweg\": \"Obinna\",\n    \"thameng\": \"Thameng\",\n    \"thamyras\": \"Thamyras\",\n    \"thammuz\": \"Thammuz\",\n    \"thamnium\": \"Thamnium\",\n    \"thamnophile\": \"Thamnophile\",\n    \"thamnophiline\": \"Nkechi\",\n    \"thamnophis\": \"Thamnophis\",\n    \"thamudean\": \"Onyinyechi\",\n    \"thamuria\": \"Thamuria\",\n    \"thamus\": \"Tamus\",\n    \"than\": \"karịa\",\n    \"thanage\": \"ozi\",\n    \"thanages\": \"Nweta\",\n    \"thanah\": \"Thanah\",\n    \"thanan\": \"mana\",\n    \"thanatism\": \"mmụọ\",\n    \"thanatist\": \"onye nnabata\",\n    \"thanatobiologic\": \"Ugboro Nri\",\n    \"thanatographer\": \"onye na-ese ihe\",\n    \"thanatography\": \"nkọwa\",\n    \"thanatoid\": \"Okechukwu\",\n    \"thanatology\": \"Ọgwụ\",\n    \"thanatological\": \"atolọ\",\n    \"thanatologies\": \"Ọrịa\",\n    \"thanatologist\": \"ọkà mmụta ọgwụ\",\n    \"thanatomantic\": \"Ugboro abụọ\",\n    \"thanatometer\": \"temometa\",\n    \"thanatophidian\": \"Onyekwere\",\n    \"thanatophoby\": \"Onyebuchi\",\n    \"thanatos\": \"nnabata\",\n    \"thanatoses\": \"Nnọọ\",\n    \"thanatotic\": \"Ugboro abụọ\",\n    \"thanatousia\": \"Nri\",\n    \"thanehood\": \"Thanehood\",\n    \"thaneland\": \"Ohaneze\",\n    \"thanes\": \"ekele\",\n    \"thaneship\": \"ụgwọ ọrụ\",\n    \"thaness\": \"ikwupụta\",\n    \"thank\": \"daalụ\",\n    \"thanked\": \"daalụ\",\n    \"thanker\": \"onye na-enye ekele\",\n    \"thankers\": \"ndị na-ekele ha\",\n    \"thankful\": \"ekele\",\n    \"thankfuller\": \"ekele\",\n    \"thankfullest\": \"ekele\",\n    \"thankfully\": \"daalụ\",\n    \"thankfulness\": \"ekele\",\n    \"thanking\": \"ekele\",\n    \"thankyou\": \"Daalụ\",\n    \"thankless\": \"enweghi ekele\",\n    \"thanklessly\": \"ekele\",\n    \"thanklessness\": \"enweghị ekele\",\n    \"thanks\": \"daalụ\",\n    \"thanksgiver\": \"ekele\",\n    \"thanksgiving\": \"ekele\",\n    \"thanksgivings\": \"ekele\",\n    \"thankworthy\": \"Ikwesiri\",\n    \"thankworthiness\": \"Onyekwado\",\n    \"thapsia\": \"Uchechukwu\",\n    \"tharen\": \"izu ike\",\n    \"thargelion\": \"Thargelion\",\n    \"thasian\": \"Thasian\",\n    \"that\": \"na\",\n    \"thataway\": \"ebe ahụ\",\n    \"thatched\": \"akpacha\",\n    \"thatcher\": \"osikapa\",\n    \"thatchers\": \"ndị ọcha\",\n    \"thatches\": \"nkedo\",\n    \"thatchy\": \"Nke ahụ\",\n    \"thatching\": \"izu ụka\",\n    \"thatchless\": \"enweghị\",\n    \"thatchwood\": \"osisichwood\",\n    \"thatd\": \"nke ahụ bụ\",\n    \"thatll\": \"nke ahụ ga\",\n    \"thatn\": \"karịa\",\n    \"thatness\": \"nke ahụ\",\n    \"thats\": \"Nke ahụ\",\n    \"thaught\": \"zụrụ\",\n    \"thaumantian\": \"Onyebuchi\",\n    \"thaumantias\": \"Onyebuchi\",\n    \"thaumasite\": \"Thaumasite\",\n    \"thaumatography\": \"nyocha thaumatography\",\n    \"thaumaturgical\": \"ịwa ahụ\",\n    \"thaumoscopic\": \"Nnenna\",\n    \"thave\": \"igba\",\n    \"thaw\": \"gbazee\",\n    \"thawable\": \"gbazee\",\n    \"thawed\": \"gbazee\",\n    \"thawer\": \"thawa\",\n    \"thawers\": \"gbazee\",\n    \"thawy\": \"gbazee\",\n    \"thawing\": \"na-agbaze\",\n    \"thawless\": \"enweghị ume\",\n    \"thawn\": \"gbazee\",\n    \"thaws\": \"gbazee\",\n    \"the\": \"ihe\",\n    \"theaceous\": \"ihe egwuregwu\",\n    \"theanthropical\": \"ihe omuma\",\n    \"theanthropism\": \"thethropism\",\n    \"theanthropology\": \"nkà mmụta ihe omumu\",\n    \"theanthropos\": \"theththpos\",\n    \"theanthroposophy\": \"theththpoposophy\",\n    \"thearchy\": \"ọchịchị\",\n    \"thearchic\": \"Okwu\",\n    \"thearchies\": \"usoro iwu\",\n    \"theasum\": \"isiokwu\",\n    \"theat\": \"ihe nkiri\",\n    \"theater\": \"ihe nkiri\",\n    \"theatercraft\": \"ihe egwuregwu\",\n    \"theatergoer\": \"ihe nkiri\",\n    \"theatergoers\": \"ndị na-eme ihe nkiri\",\n    \"theatergoing\": \"ihe nkiri\",\n    \"theaterless\": \"ihe nkiri\",\n    \"theaterlike\": \"ihe nkiri\",\n    \"theaters\": \"ihe nkiri\",\n    \"theaterward\": \"ihe nkiri\",\n    \"theaterwards\": \"ihe nlere\",\n    \"theaterwise\": \"ihe nkiri\",\n    \"theatine\": \"ihe nkiri\",\n    \"theatral\": \"egwuregwu\",\n    \"theatre\": \"ihe nkiri\",\n    \"theatregoer\": \"ihe nkiri\",\n    \"theatregoing\": \"ihe nkiri\",\n    \"theatres\": \"ihe nkiri\",\n    \"theatry\": \"ihe nkiri\",\n    \"theatric\": \"ihe nkiri\",\n    \"theatricable\": \"ihe nkiri\",\n    \"theatrical\": \"egwuregwu\",\n    \"theatricalisation\": \"ihe nkiri\",\n    \"theatricalise\": \"egwuregwu\",\n    \"theatricalised\": \"ihe nkiri\",\n    \"theatricalising\": \"ihe egwuregwu\",\n    \"theatricalism\": \"ihe nkiri\",\n    \"theatricality\": \"egwuregwu\",\n    \"theatricalization\": \"ihe nkiri\",\n    \"theatricalize\": \"ihe nkiri\",\n    \"theatricalized\": \"ihe nkiri\",\n    \"theatricalizing\": \"ihe nkiri\",\n    \"theatrically\": \"egwuregwu\",\n    \"theatricalness\": \"egwuregwu\",\n    \"theatricals\": \"ihe nkiri\",\n    \"theatrician\": \"dibia dibia\",\n    \"theatricism\": \"ihe nkiri\",\n    \"theatricize\": \"ihe nkiri\",\n    \"theatrics\": \"ihe omumu\",\n    \"theatrize\": \"gbasaa\",\n    \"theatrocracy\": \"ihe omume\",\n    \"theatrograph\": \"ihe nkiri\",\n    \"theatromaniac\": \"iheegwu\",\n    \"theatron\": \"ihe nkiri\",\n    \"theatrophone\": \"ekwenti\",\n    \"theatropolis\": \"ebe obibi\",\n    \"theatroscope\": \"ihe nkiri\",\n    \"theatticalism\": \"ihe ngosi\",\n    \"theave\": \"uzo\",\n    \"theb\": \"Theb\",\n    \"thebais\": \"ndị ahụ\",\n    \"thebaism\": \"omume\",\n    \"thebesian\": \"Thebesian\",\n    \"thecal\": \"Okwu\",\n    \"thecaphore\": \"okpu\",\n    \"thecasporal\": \"ndiigbo\",\n    \"thecaspore\": \"ụlọ ahịa\",\n    \"thecaspored\": \"kwuru\",\n    \"thecasporous\": \"ndiigbo\",\n    \"thecial\": \"nke\",\n    \"thecitis\": \"ọrịa\",\n    \"thecium\": \"calcium\",\n    \"thecla\": \"nkwupụta\",\n    \"theclan\": \"ezinụlọ\",\n    \"thecodont\": \"thedodont\",\n    \"thecoglossate\": \"ihe ndia\",\n    \"thecoid\": \"igbo\",\n    \"thecoidea\": \"iheanyichukwu\",\n    \"thecophora\": \"nwekora\",\n    \"thecosomata\": \"kosomata\",\n    \"thecosomatous\": \"theosomatous\",\n    \"thed\": \"ther\",\n    \"thee\": \"gi\",\n    \"theek\": \"ndị mmụọ\",\n    \"theeked\": \"gbuee\",\n    \"theeking\": \"agụụ\",\n    \"theelin\": \"ihe omuma\",\n    \"theelins\": \"mmiri\",\n    \"theelol\": \"Nwachukwu\",\n    \"theelols\": \"Nwachukwu\",\n    \"theemim\": \"ụmụnwoke\",\n    \"theer\": \"ihe\",\n    \"theet\": \"ihe omuma\",\n    \"theetsee\": \"onyeegwu\",\n    \"theezan\": \"Uchechi\",\n    \"theft\": \"ohi\",\n    \"theftbote\": \"izu ohi\",\n    \"theftdom\": \"izu ohi\",\n    \"theftless\": \"izu ohi\",\n    \"theftproof\": \"na-ezuru ohi\",\n    \"thefts\": \"na-ezu ohi\",\n    \"theftuous\": \"na-ezu ohi\",\n    \"theftuously\": \"na-ezu ohi\",\n    \"thegether\": \"ọnụ\",\n    \"thegither\": \"ihe\",\n    \"thegndom\": \"njedebe\",\n    \"thegnhood\": \"akpịrị\",\n    \"thegnlike\": \"thegnike\",\n    \"thegnship\": \"ogbako\",\n    \"thegnworthy\": \"kwesịrị\",\n    \"they\": \"ha\",\n    \"theyd\": \"ha\",\n    \"theileria\": \"ọrịa\",\n    \"theyll\": \"ha Aga\",\n    \"theine\": \"thein\",\n    \"theinism\": \"okpukpe\",\n    \"theins\": \"mmiri\",\n    \"their\": \"nke ha\",\n    \"theyre\": \"ha\",\n    \"theirn\": \"nke ha\",\n    \"theirs\": \"nke ha\",\n    \"theirselves\": \"onwe ha\",\n    \"theirsens\": \"theisens\",\n    \"theisms\": \"theism\",\n    \"theist\": \"theism\",\n    \"theistical\": \"theistic\",\n    \"theists\": \"ndị edemede\",\n    \"theyve\": \"suve\",\n    \"thelemite\": \"Okwuchi\",\n    \"thelyblast\": \"theblast\",\n    \"thelyblastic\": \"ahụrụ\",\n    \"thelion\": \"Okpokoro\",\n    \"thelyotoky\": \"Nwachukwu\",\n    \"thelyotokous\": \"Nwachukwu\",\n    \"thelyphonus\": \"Onyekachukwu\",\n    \"thelitises\": \"Onye Uwa\",\n    \"thelytoky\": \"Nwachukwu\",\n    \"thelytokous\": \"Nwachukwu\",\n    \"thelytonic\": \"Nwabueze\",\n    \"thelodus\": \"Uchechukwu\",\n    \"theloncus\": \"Uchenna Nwoke\",\n    \"thelorrhagia\": \"Nwachukwu\",\n    \"thelphusa\": \"Nwachukwu\",\n    \"thelphusian\": \"Nwokocha\",\n    \"them\": \"ha\",\n    \"thematic\": \"isiokwu\",\n    \"thematical\": \"isiokwu\",\n    \"thematically\": \"na ha\",\n    \"thematist\": \"isiokwu\",\n    \"theme\": \"isiokwu\",\n    \"themed\": \"ha\",\n    \"themeless\": \"enweghị isiokwu\",\n    \"themelet\": \"isiokwu\",\n    \"themer\": \"ha\",\n    \"themes\": \"gburugburu\",\n    \"theming\": \"ha\",\n    \"themis\": \"ha\",\n    \"themistian\": \"Nwunye\",\n    \"themsel\": \"onwe ha\",\n    \"themselves\": \"onwe ha\",\n    \"then\": \"mgbe ahụ\",\n    \"thenabouts\": \"mgbe ahụ\",\n    \"thenad\": \"mgbe\",\n    \"thenadays\": \"ụbọchị\",\n    \"thenage\": \"mgbe\",\n    \"thenages\": \"mgbe\",\n    \"thenal\": \"mgbe\",\n    \"thenar\": \"mgbe\",\n    \"thenardite\": \"mgbe ahụ\",\n    \"thenars\": \"ihe omimi\",\n    \"thence\": \"si n'ebe ahụ\",\n    \"thenceafter\": \"mgbe nke ahụ gasị\",\n    \"thenceforth\": \"aga n'ihu\",\n    \"thenceforward\": \"gaba n'ihu\",\n    \"thenceforwards\": \"aga n'ihu\",\n    \"thencefoward\": \"mgbe ahụ\",\n    \"thencefrom\": \"mgbe ahụ\",\n    \"thenceward\": \"mgbe ahụ\",\n    \"thenne\": \"mgbe ahụ\",\n    \"thenness\": \"mgbe ahụ\",\n    \"thens\": \"mgbe\",\n    \"theoastrological\": \"ihe omumu\",\n    \"theocentric\": \"ajuju\",\n    \"theocentricity\": \"ike ike\",\n    \"theocollectivist\": \"onye na-achota ndi mmadu\",\n    \"theocracy\": \"ọchịchị Chineke\",\n    \"theocracies\": \"ochichi ndi mmadu\",\n    \"theocrasy\": \"ọchịchị Chineke\",\n    \"theocrasia\": \"ọchịchị Chineke\",\n    \"theocrat\": \"onye ochichi\",\n    \"theocratic\": \"ọchịchị Chineke\",\n    \"theocratical\": \"ochichi onye kwuo uche ya\",\n    \"theocratically\": \"n'ụzọ ọchịchị\",\n    \"theocratist\": \"onye ochichi\",\n    \"theocrats\": \"ndi ochichi\",\n    \"theodemocracy\": \"usoro ochichi\",\n    \"theody\": \"Nke\",\n    \"theodicy\": \"Ikenna\",\n    \"theodicies\": \"usoro iwu\",\n    \"theodoric\": \"isiokwu\",\n    \"theogonical\": \"ihe omuma\",\n    \"theol\": \"ihe\",\n    \"theolatrous\": \"ihe omimi\",\n    \"theolog\": \"nkà mmụta okpukpe\",\n    \"theologal\": \"nkà mmụta okpukpe\",\n    \"theologaster\": \"onye ọkà mmụta okpukpe\",\n    \"theologate\": \"ihe omumu\",\n    \"theologer\": \"onye ọkà mmụta okpukpe\",\n    \"theology\": \"nkà mmụta okpukpe\",\n    \"theologian\": \"ọkà mmụta okpukpe\",\n    \"theologians\": \"ndị ọkà mmụta okpukpe\",\n    \"theologic\": \"nkà mmụta okpukpe\",\n    \"theological\": \"nkà mmụta okpukpe\",\n    \"theologically\": \"na nkà mmụta okpukpe\",\n    \"theologician\": \"ọkà mmụta okpukpe\",\n    \"theologicoastronomical\": \"theologico nkà mmụta mbara igwe\",\n    \"theologics\": \"nkà mmụta okpukpe\",\n    \"theologies\": \"nkà mmụta sayensị\",\n    \"theologisation\": \"nkà mmụta okpukpe\",\n    \"theologise\": \"nkà mmụta okpukpe\",\n    \"theologised\": \"theologi\",\n    \"theologiser\": \"onye ọkà mmụta okpukpe\",\n    \"theologising\": \"nkà mmụta okpukpe\",\n    \"theologism\": \"nkà mmụta okpukpe\",\n    \"theologist\": \"ọkà mmụta okpukpe\",\n    \"theologium\": \"nkà mmụta okpukpe\",\n    \"theologize\": \"theologi\",\n    \"theologized\": \"theologi\",\n    \"theologizing\": \"theologi\",\n    \"theologs\": \"nkà mmụta okpukpe\",\n    \"theologue\": \"okwu omimi\",\n    \"theologus\": \"ọkà mmụta okpukpe\",\n    \"theomagic\": \"ihe omimi\",\n    \"theomagical\": \"ihe omimi\",\n    \"theomagics\": \"ihe omimi\",\n    \"theomancy\": \"ihe omuma\",\n    \"theomaniac\": \"Onyema\",\n    \"theomantic\": \"ihe omuma\",\n    \"theomythology\": \"usoro ihe omuma\",\n    \"theomorphic\": \"ihe omuma\",\n    \"theomorphize\": \"ahụrụ anya\",\n    \"theonomy\": \"ihe omumu\",\n    \"theonomies\": \"ọchịchị\",\n    \"theonomous\": \"kwurula\",\n    \"theonomously\": \"n'ụzọ kwụ ọtọ\",\n    \"theopathetic\": \"ihe omume\",\n    \"theopathy\": \"Ọrịa\",\n    \"theophagous\": \"onyekwere\",\n    \"theophany\": \"iheanacho\",\n    \"theophanous\": \"Nkechi\",\n    \"theophilosophic\": \"nkà ihe ọmụma\",\n    \"theophysical\": \"ihe omuma\",\n    \"theophorous\": \"Nkechi\",\n    \"theophrastaceous\": \"Nkechi\",\n    \"theopneusted\": \"Onyegbula\",\n    \"theorem\": \"usoro iwu\",\n    \"theorematic\": \"usoro iwu\",\n    \"theorematical\": \"usoro iwu\",\n    \"theorematically\": \"usoro iwu\",\n    \"theorematist\": \"onye nyocha\",\n    \"theoremic\": \"usoro iwu\",\n    \"theorems\": \"usoro iwu\",\n    \"theoretic\": \"usoro iwu\",\n    \"theoretical\": \"usoro iwu\",\n    \"theoreticalism\": \"usoro iwu\",\n    \"theoretically\": \"usoro iwu\",\n    \"theoreticalness\": \"usoro iwu\",\n    \"theoretician\": \"ọkà mmụta sayensị\",\n    \"theoreticians\": \"ndị ọkà mmụta sayensị\",\n    \"theoreticopractical\": \"usoro iwu\",\n    \"theoretics\": \"usoro iwu\",\n    \"theory\": \"tiori\",\n    \"theoric\": \"echiche\",\n    \"theorical\": \"usoro iwu\",\n    \"theorically\": \"usoro iwu\",\n    \"theorician\": \"ọkà mmụta sayensị\",\n    \"theorics\": \"usoro mmụta\",\n    \"theories\": \"nchepụta\",\n    \"theoryless\": \"enweghị echiche\",\n    \"theorymonger\": \"tiori monger\",\n    \"theorisation\": \"echiche\",\n    \"theorise\": \"echiche\",\n    \"theorised\": \"chepụtara\",\n    \"theorises\": \"theorists\",\n    \"theorism\": \"nchepụta\",\n    \"theorist\": \"ọkà mmụta sayensị\",\n    \"theorization\": \"usoro iwu\",\n    \"theorize\": \"chebe\",\n    \"theorized\": \"chepụtara\",\n    \"theorizers\": \"theoreas\",\n    \"theorizes\": \"na-akọwa\",\n    \"theorizies\": \"usoro iwu\",\n    \"theorizing\": \"echiche\",\n    \"theosophistic\": \"theoso sophisticated\",\n    \"theosophize\": \"akuko\",\n    \"theotechny\": \"theotchny\",\n    \"theotechnic\": \"ndi igbo\",\n    \"theotechnist\": \"onye okacha amara\",\n    \"theoteleology\": \"nkà mmụta okpukpe\",\n    \"theoteleological\": \"ọkà mmụta okpukpe\",\n    \"theotherapy\": \"ọgwụgwọ\",\n    \"theotherapist\": \"onye na-agwọ ọrịa\",\n    \"theowmen\": \"ndị isi\",\n    \"therap\": \"ọgwụgwọ\",\n    \"therapeuses\": \"ọgwụgwọ\",\n    \"therapeusis\": \"Ahụike\",\n    \"therapeutic\": \"ọgwụgwọ\",\n    \"therapeutical\": \"ọgwụgwọ\",\n    \"therapeutically\": \"ọgwụgwọ\",\n    \"therapeutics\": \"ọgwụgwọ\",\n    \"therapeutism\": \"ọgwụgwọ\",\n    \"therapeutist\": \"onye ogwu\",\n    \"theraphosa\": \"ịgwọ ọrịa\",\n    \"theraphose\": \"ịgwọ ọrịa\",\n    \"theraphosid\": \"ọgwụgwọ ọrịa\",\n    \"theraphosoid\": \"ịgwọ ọrịa\",\n    \"therapy\": \"ọgwụgwọ\",\n    \"therapia\": \"ọgwụgwọ\",\n    \"therapies\": \"usoro ọgwụgwọ\",\n    \"therapist\": \"onye na-agwọ ọrịa\",\n    \"therapists\": \"ndị na-agwọ ọrịa\",\n    \"theraputant\": \"onye ochichi\",\n    \"therblig\": \"mmụba\",\n    \"there\": \"Ebe ahụ\",\n    \"thereabout\": \"banyere\",\n    \"thereabouts\": \"nọ ebe ahụ\",\n    \"thereabove\": \"ebe ahụ\",\n    \"thereacross\": \"n'ofe\",\n    \"thereafter\": \"mgbe nke ahụ gasịrị\",\n    \"thereafterward\": \"mgbe nke a gasị\",\n    \"thereagainst\": \"ozo\",\n    \"thereamong\": \"n'ebe ahụ\",\n    \"thereamongst\": \"dịrị\",\n    \"thereanent\": \"n'ebe ahụ\",\n    \"thereanents\": \"n'ebe ahụ\",\n    \"therearound\": \"ebe ahụ\",\n    \"thereas\": \"theresa\",\n    \"thereat\": \"ọgwụgwọ\",\n    \"thereaway\": \"ebe ahụ\",\n    \"thereaways\": \"ebe ahụ\",\n    \"therebefore\": \"gara aga\",\n    \"thereben\": \"e\",\n    \"therebeside\": \"ebe a\",\n    \"therebesides\": \"na-eche ihu\",\n    \"therebetween\": \"ufodu\",\n    \"thereby\": \"si otú\",\n    \"therebiforn\": \"Uzoamaka\",\n    \"thereckly\": \"n'ebe ahụ\",\n    \"thered\": \"Ezenwanyi\",\n    \"therefor\": \"n'ihi ya\",\n    \"therefore\": \"ya mere\",\n    \"therefrom\": \"si n'ebe ahụ\",\n    \"therehence\": \"n'ebe ahụ\",\n    \"therein\": \"n'ime ya\",\n    \"thereinafter\": \"mgbe nke ahụ gasịrị\",\n    \"thereinbefore\": \"tupu\",\n    \"thereinto\": \"n'ime ya\",\n    \"theremin\": \"wepụ ya\",\n    \"theremins\": \"ndị a\",\n    \"therence\": \"ya mere\",\n    \"thereness\": \"enwere\",\n    \"thereof\": \"ya\",\n    \"thereology\": \"nkà mmụta okpukpe\",\n    \"thereologist\": \"ọkà mmụta sayensị\",\n    \"thereon\": \"n’elu ya\",\n    \"thereout\": \"outout\",\n    \"thereover\": \"Ọzọkwa\",\n    \"thereright\": \"kpọmkwem\",\n    \"theres\": \"echiche\",\n    \"therese\": \"can\",\n    \"therethrough\": \"enwere\",\n    \"theretil\": \"weghaara\",\n    \"theretill\": \"mgbe ahụ\",\n    \"theretofore\": \"gara aga\",\n    \"theretoward\": \"n'ebe ahụ\",\n    \"thereunder\": \"n'okpuru\",\n    \"thereuntil\": \"wepu\",\n    \"thereunto\": \"thereitto\",\n    \"thereup\": \"were ya\",\n    \"thereupon\": \"n'elu\",\n    \"thereva\": \"ebe\",\n    \"therevid\": \"n'ebe\",\n    \"therewhile\": \"n'ebe\",\n    \"therewhiles\": \"ebe a\",\n    \"therewhilst\": \"ebe\",\n    \"therewith\": \"jiri ya\",\n    \"therewithal\": \"nwe\",\n    \"therewithin\": \"ya\",\n    \"therial\": \"ihe ikpe\",\n    \"therian\": \"Onye Nwachukwu\",\n    \"therianthropic\": \"Nwachukwu\",\n    \"theriatrics\": \"usoro mmụta\",\n    \"thericlean\": \"ebe a\",\n    \"theridiid\": \"okpomọkụ\",\n    \"theridion\": \"okporo\",\n    \"theriodic\": \"oge\",\n    \"theriolater\": \"onyenwenu\",\n    \"theriolatry\": \"mba\",\n    \"theriomancy\": \"ahụ ike\",\n    \"theriomimicry\": \"mbaeze\",\n    \"theriomorph\": \"Nwachukwu\",\n    \"theriomorphic\": \"ihe omuma\",\n    \"theriomorphism\": \"nnweta\",\n    \"theriomorphous\": \"ahụ ike\",\n    \"theriotheism\": \"ịhụ mba n'anya\",\n    \"theriotheist\": \"onye nwe obodo\",\n    \"theriotrophical\": \"ihe omuma\",\n    \"thermaic\": \"ihe na-ekpo ọkụ\",\n    \"thermal\": \"kwes\",\n    \"thermalgesia\": \"ihe na-ekpo ọkụ\",\n    \"thermality\": \"okpomọkụ\",\n    \"thermalization\": \"okpomọkụ\",\n    \"thermalize\": \"gbasaa\",\n    \"thermalized\": \"na-ekpo ọkụ\",\n    \"thermalizes\": \"na-ekpo ọkụ\",\n    \"thermalizing\": \"na-ekpo ọkụ\",\n    \"thermally\": \"na-ekpo ọkụ\",\n    \"thermals\": \"ihe okpomọkụ\",\n    \"thermanesthesia\": \"ihe omimi\",\n    \"thermantic\": \"ihe na-ekpo ọkụ\",\n    \"thermatology\": \"ihe omumu\",\n    \"thermatologic\": \"ihe omimi\",\n    \"thermatologist\": \"dermatologist\",\n    \"therme\": \"oku\",\n    \"thermel\": \"kwes\",\n    \"thermels\": \"ihe okpomọkụ\",\n    \"thermes\": \"okpomọkụ\",\n    \"thermetrograph\": \"ihe omimi\",\n    \"thermic\": \"okpomoku\",\n    \"thermical\": \"ihe onyonyo\",\n    \"thermically\": \"na-ekpo ọkụ\",\n    \"thermidor\": \"temomor\",\n    \"thermidorian\": \"temomorọn\",\n    \"thermion\": \"okpomoku\",\n    \"thermionically\": \"na-ekpo ọkụ\",\n    \"thermionics\": \"ihe na-ekpo ọkụ\",\n    \"thermions\": \"okpomoku\",\n    \"thermistors\": \"ndị na-ekpo ọkụ\",\n    \"thermit\": \"okpomọkụ\",\n    \"thermite\": \"okpomoku\",\n    \"thermites\": \"okpomọkụ\",\n    \"thermits\": \"ọkụ\",\n    \"thermoammeter\": \"temomammeter\",\n    \"thermochemical\": \"ihe omimi\",\n    \"thermochemist\": \"ọkà mmụta ọgwụ\",\n    \"thermochemistry\": \"ihe omimi\",\n    \"thermocurrent\": \"ihe na-ekpo ọkụ\",\n    \"thermodynamic\": \"ihe na-ekpo ọkụ\",\n    \"thermodynamical\": \"ihe omimi\",\n    \"thermodynamically\": \"ihe na-ekpo ọkụ\",\n    \"thermodynamician\": \"onye na-eme ihe\",\n    \"thermodynamicist\": \"onye na-ekpo ọkụ\",\n    \"thermodynamics\": \"ihe na-ekpo ọkụ\",\n    \"thermodynamist\": \"onye na-ekpo ọkụ\",\n    \"thermoduric\": \"ihe na-ekpo ọkụ\",\n    \"thermoelastic\": \"ihe omimi\",\n    \"thermogenic\": \"ihe na-ekpo ọkụ\",\n    \"thermogenous\": \"ihe na-ekpo ọkụ\",\n    \"thermographer\": \"onye na-ekpo ọkụ\",\n    \"thermography\": \"ihe omimi\",\n    \"thermographic\": \"ihe omimi\",\n    \"thermokinematics\": \"ihe omumu\",\n    \"thermolability\": \"ihe na-ekpo ọkụ\",\n    \"thermolyzed\": \"na-ekpo ọkụ\",\n    \"thermolyzing\": \"na-ekpo ọkụ\",\n    \"thermology\": \"ihe omumu\",\n    \"thermological\": \"ihe omimi\",\n    \"thermomagnetic\": \"temomagnetic\",\n    \"thermometer\": \"temometa\",\n    \"thermometerize\": \"temometereti\",\n    \"thermometers\": \"temometa\",\n    \"thermometry\": \"temometa\",\n    \"thermometric\": \"temometa\",\n    \"thermometrical\": \"temometa\",\n    \"thermomigrate\": \"na-ekpo ọkụ\",\n    \"thermomotor\": \"temomotor\",\n    \"thermomultiplier\": \"temomultiplier\",\n    \"thermonastic\": \"ihe na-ekpo ọkụ\",\n    \"thermonous\": \"ihe onyonyo\",\n    \"thermonuclear\": \"ihe onyonyo\",\n    \"thermopalpation\": \"ikpo ọkụ\",\n    \"thermopenetration\": \"ikpo ọkụ\",\n    \"thermoperiod\": \"okpomọkụ\",\n    \"thermoperiodic\": \"ihe omimi\",\n    \"thermoperiodicity\": \"temomperiodicity\",\n    \"thermophilous\": \"ihe na-ekpo ọkụ\",\n    \"thermophone\": \"ekwenti\",\n    \"thermoplasticity\": \"ihe na-ekpo ọkụ\",\n    \"thermoplastics\": \"ihe na-ekpo ọkụ\",\n    \"thermopleion\": \"okpomọkụ\",\n    \"thermopower\": \"ike ikpo ọkụ\",\n    \"thermopsis\": \"ekpomoku\",\n    \"thermoradiotherapy\": \"ọgwụgwọ thermoradiotherapy\",\n    \"thermoregulation\": \"nchịkwa\",\n    \"thermoremanence\": \"okpomọkụ\",\n    \"thermoremanent\": \"na-ekpo ọkụ\",\n    \"thermoresistance\": \"mgbochi mmiri\",\n    \"thermoresistant\": \"na-ekpo ọkụ\",\n    \"thermoscopic\": \"ihe omimi\",\n    \"thermoscopical\": \"ihe omimi\",\n    \"thermoscopically\": \"na-ekpo ọkụ\",\n    \"thermosensitive\": \"ihe na-ekpo ọkụ\",\n    \"thermoses\": \"okpomoku\",\n    \"thermosetting\": \"na-ekpo ọkụ\",\n    \"thermosynthesis\": \"okpomoku\",\n    \"thermosphere\": \"okpomọkụ\",\n    \"thermospheres\": \"okpomọkụ\",\n    \"thermospheric\": \"okpomoku\",\n    \"thermostated\": \"na-ekpo ọkụ\",\n    \"thermostatic\": \"ihe na-ekpo ọkụ\",\n    \"thermostatics\": \"ihe na-ekpo ọkụ\",\n    \"thermostating\": \"na-ekpo ọkụ\",\n    \"thermostats\": \"ihe ntanetị\",\n    \"thermostatted\": \"na-ekpo ọkụ\",\n    \"thermostatting\": \"na-ekpo ọkụ\",\n    \"thermoswitch\": \"mmmmmmmmmmmmm\",\n    \"thermotactic\": \"ihe ekpomoku\",\n    \"thermotaxic\": \"ihe na-ekpo ọkụ\",\n    \"thermotelephone\": \"ekwenti\",\n    \"thermotelephonic\": \"temomotelephonic\",\n    \"thermotension\": \"okpomọkụ\",\n    \"thermotherapeutics\": \"ihe omumu\",\n    \"thermotherapy\": \"ọgwụgwọ ọgwụ\",\n    \"thermotic\": \"ihe na-ekpo ọkụ\",\n    \"thermotical\": \"ihe na-ekpo ọkụ\",\n    \"thermotically\": \"na-ekpo ọkụ\",\n    \"thermotics\": \"ihe na-ekpo ọkụ\",\n    \"thermotype\": \"ihe omimi\",\n    \"thermotypic\": \"ihe na-ekpo ọkụ\",\n    \"therms\": \"ọkụ\",\n    \"therodont\": \"Nwunye\",\n    \"theroid\": \"onye nzuzu\",\n    \"therolatry\": \"ebe obibi\",\n    \"therology\": \"nkà mmụta okpukpe\",\n    \"therologic\": \"ihe omumu\",\n    \"therological\": \"ihe omumu\",\n    \"therologist\": \"ọkà mmụta sayensị\",\n    \"theromora\": \"theorera\",\n    \"theromores\": \"ihe omimi\",\n    \"theromorphic\": \"isiokwu\",\n    \"theromorphology\": \"nkà mmụta sayensị\",\n    \"theromorphological\": \"ihe omuma\",\n    \"theromorphous\": \"akuko\",\n    \"theron\": \"Nwunye\",\n    \"theropodous\": \"theropods\",\n    \"thersitean\": \"onyencheghari\",\n    \"thersites\": \"ihe omume\",\n    \"thersitical\": \"ihe omuma\",\n    \"thesaural\": \"thesaurus\",\n    \"thesaury\": \"okpukpu\",\n    \"thesauris\": \"thesaurus\",\n    \"thesauruses\": \"ụlọ ọrụ\",\n    \"these\": \"ndia\",\n    \"thesean\": \"ndia\",\n    \"theses\": \"adian\",\n    \"theseum\": \"ndia\",\n    \"theseus\": \"ndia\",\n    \"thesial\": \"sisial\",\n    \"thesicle\": \"Okwu\",\n    \"thesis\": \"tesis\",\n    \"thesmophorian\": \"Onyema Okafor\",\n    \"thesmothetae\": \"thesemothetae\",\n    \"thesmothete\": \"themothete\",\n    \"thesmothetes\": \"ihe omuma\",\n    \"thesocyte\": \"Nwachukwu\",\n    \"thespesia\": \"Nwachukwu\",\n    \"thespian\": \"iheanacho\",\n    \"thespians\": \"ndị mmụọ ozi\",\n    \"thessalian\": \"ndi Sisailian\",\n    \"thessalonian\": \"iheanacho\",\n    \"thessalonians\": \"ndị Tesalonaịka\",\n    \"thester\": \"ihe egwuregwu\",\n    \"thestreen\": \"ekwenti\",\n    \"thetch\": \"thechch\",\n    \"thete\": \"ihe\",\n    \"thetic\": \"ihe\",\n    \"thetical\": \"ihe omimi\",\n    \"thetically\": \"n'echiche\",\n    \"thetics\": \"ihe mmụta\",\n    \"thetine\": \"ihe\",\n    \"thetis\": \"theitis\",\n    \"theurgic\": \"ihe omumu\",\n    \"theurgical\": \"ịwa ahụ\",\n    \"theurgically\": \"n'omume\",\n    \"theurgies\": \"ọmarịcha\",\n    \"thevetia\": \"Uzoamaka\",\n    \"thewiness\": \"ekwenti\",\n    \"thewless\": \"enweghi\",\n    \"thewness\": \"ihe ndozi\",\n    \"thy\": \"nke gi\",\n    \"thiacetic\": \"akpịrị\",\n    \"thiamines\": \"akpịrị\",\n    \"thiamins\": \"vitamin\",\n    \"thianthrene\": \"Akpiri\",\n    \"thiasite\": \"akpịrị\",\n    \"thiasos\": \"Akpịrị\",\n    \"thiasote\": \"Akpịrị\",\n    \"thiazines\": \"Nnenna\",\n    \"thiazins\": \"Nkechi\",\n    \"thiazol\": \"Nkechi\",\n    \"thiazoles\": \"Nkechi\",\n    \"thiazols\": \"thiazole\",\n    \"thibet\": \"tibet\",\n    \"thible\": \"akpịrị\",\n    \"thick\": \"ọkpụrụkpụ\",\n    \"thickbrained\": \"gbara ọchịchịrị\",\n    \"thicke\": \"ịba\",\n    \"thickening\": \"ndim\",\n    \"thicket\": \"ohia\",\n    \"thickety\": \"Ochie\",\n    \"thickhead\": \"n'isi\",\n    \"thickheaded\": \"agba isi\",\n    \"thickheadedness\": \"isi ike\",\n    \"thickleaf\": \"ọkpụrụkpụ\",\n    \"thickleaves\": \"Agba ọka\",\n    \"thicklips\": \"ọkpụrụkpụ\",\n    \"thickness\": \"ọkpụrụkpụ\",\n    \"thicknesses\": \"ọkpụrụkpụ\",\n    \"thicknessing\": \"ndim\",\n    \"thicks\": \"Ogbe\",\n    \"thickset\": \"ọkpụrụkpụ\",\n    \"thicksets\": \"ohia\",\n    \"thickskin\": \"Akwa\",\n    \"thickskull\": \"ọkpụrụkpụ\",\n    \"thickskulled\": \"ọkpụrụkpụ\",\n    \"thickwind\": \"okporo ụzọ\",\n    \"thickwit\": \"Obochi\",\n    \"thief\": \"onye ori\",\n    \"thiefcraft\": \"izu ohi\",\n    \"thiefdom\": \"izu ohi\",\n    \"thiefland\": \"ozigbo\",\n    \"thiefly\": \"zuru\",\n    \"thiefmaker\": \"onye ohi\",\n    \"thiefmaking\": \"izu ohi\",\n    \"thiefproof\": \"onye na-ezu ohi\",\n    \"thieftaker\": \"onye ohi\",\n    \"thiefwise\": \"izu ohi\",\n    \"thierry\": \"Thierry\",\n    \"thyestean\": \"Onyema\",\n    \"thyestes\": \"Nkechi\",\n    \"thievable\": \"izu ohi\",\n    \"thieve\": \"zuo ohi\",\n    \"thieved\": \"izu ohi\",\n    \"thieveless\": \"izu ohi\",\n    \"thiever\": \"izu ohi\",\n    \"thievery\": \"izu ohi\",\n    \"thieveries\": \"izu ohi\",\n    \"thieves\": \"ndị ohi\",\n    \"thieving\": \"izu ohi\",\n    \"thievingly\": \"izu ohi\",\n    \"thievish\": \"izu ohi\",\n    \"thievishly\": \"izu ohi\",\n    \"thievishness\": \"izu ohi\",\n    \"thigged\": \"thig\",\n    \"thigger\": \"ndagwurugwu\",\n    \"thigging\": \"na-agba egbe\",\n    \"thigh\": \"apata\",\n    \"thighbone\": \"apata ụkwụ\",\n    \"thighbones\": \"apata ụkwụ\",\n    \"thighed\": \"thig\",\n    \"thighs\": \"apata\",\n    \"thight\": \"uko\",\n    \"thightness\": \"Ogologo\",\n    \"thigmotactically\": \"mmekorita thigmotactic\",\n    \"thigmotropically\": \"thigmotropism\",\n    \"thilk\": \"akpịrị\",\n    \"thill\": \"akpịrị\",\n    \"thiller\": \"thriller\",\n    \"thilly\": \"akpịrị\",\n    \"thills\": \"akpịrị\",\n    \"thymallidae\": \"thymallus\",\n    \"thimber\": \"timbul\",\n    \"thimble\": \"timbul\",\n    \"thimbleberry\": \"Timberberry\",\n    \"thimbleberries\": \"mkpụrụ osisi\",\n    \"thimbled\": \"Emebiri\",\n    \"thimbleflower\": \"Tubimflower\",\n    \"thimbleful\": \"nke ọma\",\n    \"thimblefuls\": \"Nkechi\",\n    \"thimblelike\": \"timim yiri\",\n    \"thimblemaker\": \"onye kere ihe\",\n    \"thimblemaking\": \"thimim\",\n    \"thimbleman\": \"onye nzuzu\",\n    \"thimblerigged\": \"daa mba\",\n    \"thimblerigger\": \"Ihe nzuzu\",\n    \"thimblerigging\": \"izu ahia\",\n    \"thimbles\": \"thimim\",\n    \"thimblewit\": \"Ogochukwu\",\n    \"thymectomize\": \"Uchechukwu\",\n    \"thymey\": \"Okwute\",\n    \"thymelaeaceous\": \"onyebuchi\",\n    \"thymetic\": \"mkpụrụ ndụ\",\n    \"thymier\": \"nke gi\",\n    \"thymiest\": \"nke kachasị\",\n    \"thymylic\": \"myịlị\",\n    \"thymines\": \"ihe ndaw\",\n    \"thymitis\": \"osisi\",\n    \"thymocyte\": \"nweka aka\",\n    \"thymogenic\": \"umeji\",\n    \"thymolate\": \"okpu\",\n    \"thymonucleic\": \"ndagwurugwu\",\n    \"thymopathy\": \"ịmị mkpụrụ obi\",\n    \"thymoprivic\": \"Nwachukwu\",\n    \"thymoprivous\": \"Uchechi\",\n    \"thymotinic\": \"thymotinik\",\n    \"thyms\": \"tms\",\n    \"thymuses\": \"akpịrị\",\n    \"thin\": \"mkpa\",\n    \"thinbrained\": \"emechaa\",\n    \"thinclad\": \"ihie\",\n    \"thinclads\": \"Igha\",\n    \"thine\": \"nke gi\",\n    \"thing\": \"ihe\",\n    \"thingal\": \"ihe\",\n    \"thingamabob\": \"iheamabob\",\n    \"thingamajig\": \"ihe\",\n    \"thinghood\": \"ihe\",\n    \"thingy\": \"ihe\",\n    \"thinginess\": \"ịdị ntakịrị\",\n    \"thingish\": \"ihe\",\n    \"thingless\": \"enweghị isi\",\n    \"thinglet\": \"ihe\",\n    \"thingly\": \"ọtụtụ\",\n    \"thinglike\": \"ihe yiri\",\n    \"thinglikeness\": \"ịdị ka ihe\",\n    \"thingliness\": \"ịdị ọcha\",\n    \"thingman\": \"ihe\",\n    \"thingness\": \"ihe\",\n    \"things\": \"ihe\",\n    \"thingstead\": \"ihe\",\n    \"thingum\": \"ihe\",\n    \"thingumabob\": \"iheumabob\",\n    \"thingumadad\": \"iheumadad\",\n    \"thingumadoodle\": \"iheumadoodle\",\n    \"thingumbob\": \"ihe\",\n    \"thingummy\": \"ihe\",\n    \"thingut\": \"ihe\",\n    \"think\": \"chee\",\n    \"thinkability\": \"iche echiche\",\n    \"thinkable\": \"Echere\",\n    \"thinkableness\": \"Echere echiche\",\n    \"thinkably\": \"n'echiche\",\n    \"thinker\": \"onye na-eche echiche\",\n    \"thinkers\": \"ndị na-eche echiche\",\n    \"thinkful\": \"echiche\",\n    \"thinking\": \"na-eche echiche\",\n    \"thinkingly\": \"na-eche echiche\",\n    \"thinkingness\": \"na-eche echiche\",\n    \"thinkingpart\": \"na-eche echiche\",\n    \"thinkings\": \"echiche\",\n    \"thinkling\": \"na-eche\",\n    \"thinks\": \"na-eche\",\n    \"thinly\": \"dị obere\",\n    \"thinned\": \"taa akpụ\",\n    \"thinner\": \"mkpa\",\n    \"thinners\": \"mkpa\",\n    \"thinness\": \"mkpa\",\n    \"thinnesses\": \"mkpa\",\n    \"thinnest\": \"nke kachasị njọ\",\n    \"thinnish\": \"mkpa\",\n    \"thinocorus\": \"Onyekwere\",\n    \"thins\": \"mkpụrụ\",\n    \"thio\": \"Nke\",\n    \"thioacet\": \"Nwachukwu\",\n    \"thioacetal\": \"Nwachukwu\",\n    \"thioacetic\": \"Uchechi\",\n    \"thioalcohol\": \"mmanya\",\n    \"thioaldehyde\": \"Onyekwere\",\n    \"thioamid\": \"Onyebueze\",\n    \"thioamide\": \"Onyeoma\",\n    \"thioantimonate\": \"Onyebueze\",\n    \"thioantimoniate\": \"Onyebueze\",\n    \"thioantimonious\": \"Onyeka Onwenu\",\n    \"thioantimonite\": \"Nwachukwu\",\n    \"thioarsenate\": \"Onyebueke\",\n    \"thioarseniate\": \"Nwachukwu\",\n    \"thioarsenic\": \"Uchechukwu\",\n    \"thioarsenious\": \"Ikekwe\",\n    \"thioarsenite\": \"Nwachukwu\",\n    \"thiocarbamic\": \"Nwachukwu\",\n    \"thiocarbamyl\": \"Nwachukwu\",\n    \"thiocarbonate\": \"Nwunye\",\n    \"thiocarbonic\": \"Nwachukwu\",\n    \"thiocarbonyl\": \"Nwachukwu\",\n    \"thiochloride\": \"Nwachukwu\",\n    \"thiochrome\": \"Nwachukwu\",\n    \"thiocyanate\": \"Nwachukwu\",\n    \"thiocyanation\": \"Nwachukwu\",\n    \"thiocyanic\": \"Nwachukwu\",\n    \"thiocyanide\": \"Nwachukwu\",\n    \"thiocyano\": \"Nwachukwu\",\n    \"thiocyanogen\": \"Nwachukwu\",\n    \"thiocresol\": \"Nwachukwu\",\n    \"thioester\": \"ogbe\",\n    \"thiofurane\": \"Nwachukwu\",\n    \"thiogycolic\": \"nwezie\",\n    \"thioguanine\": \"Nwachukwu\",\n    \"thiohydrate\": \"Nwunye\",\n    \"thiohydrolyze\": \"Nwachukwu\",\n    \"thioindigo\": \"Onyebueze\",\n    \"thioketone\": \"Nwachukwu\",\n    \"thiokol\": \"Nwachukwu\",\n    \"thiol\": \"Nkechi\",\n    \"thiolacetic\": \"ndigbo\",\n    \"thiolactic\": \"ihe nzuzu\",\n    \"thiolic\": \"Nkechi\",\n    \"thiolics\": \"ihebdu\",\n    \"thiols\": \"Nkechi\",\n    \"thionamic\": \"Nkechi\",\n    \"thionate\": \"Nkechi\",\n    \"thionates\": \"Nwachukwu\",\n    \"thionic\": \"Nkechi\",\n    \"thionyl\": \"Nwachukwu\",\n    \"thionyls\": \"Nwachukwu\",\n    \"thionines\": \"Nakwaa\",\n    \"thionins\": \"Nakwaa\",\n    \"thionitrite\": \"onyedika\",\n    \"thionium\": \"mmmmmmmmmmmmm\",\n    \"thionobenzoic\": \"Onyekwere\",\n    \"thiopental\": \"ihe ndozi\",\n    \"thiophens\": \"ndagwurugwu\",\n    \"thiophosphoryl\": \"Nwachukwu\",\n    \"thiopyran\": \"Nwachukwu\",\n    \"thiosinamine\": \"Uchechukwu\",\n    \"thiospira\": \"Nwachukwu\",\n    \"thiostannate\": \"nwezie\",\n    \"thiostannic\": \"Uchechukwu\",\n    \"thiostannite\": \"Nnenna Iheanacho\",\n    \"thiostannous\": \"Nkechi\",\n    \"thiosulfate\": \"Nwachukwu\",\n    \"thiosulfates\": \"Nwachukwu\",\n    \"thiosulfuric\": \"Nwachukwu\",\n    \"thiosulphate\": \"Nwachukwu\",\n    \"thiosulphonic\": \"efuue\",\n    \"thiosulphuric\": \"chiedozie\",\n    \"thiotepa\": \"tiotepa\",\n    \"thiotepas\": \"Onyeka Onwenu\",\n    \"thiotolene\": \"Nwachukwu\",\n    \"thiotungstate\": \"Nwachukwu\",\n    \"thiotungstic\": \"Onyeka Onwenu\",\n    \"thiouracil\": \"Nwachukwu\",\n    \"thiourea\": \"Onyebueze\",\n    \"thioureas\": \"Nwachukwu\",\n    \"thiourethan\": \"Nwachukwu\",\n    \"thiozone\": \"Nwachukwu\",\n    \"thiozonid\": \"Nwachukwu\",\n    \"thir\": \"nke atọ\",\n    \"thyraden\": \"Onyebuchi\",\n    \"thiram\": \"Akpịrị\",\n    \"thirams\": \"akpịrị\",\n    \"thyratron\": \"Uchechukwu\",\n    \"third\": \"nke atọ\",\n    \"thirdborough\": \"nke atọ\",\n    \"thirdendeal\": \"Nkeji nke atọ\",\n    \"thirdhand\": \"nke atọ\",\n    \"thirdings\": \"nke atọ\",\n    \"thirdly\": \"nke ato\",\n    \"thirdling\": \"nke atọ\",\n    \"thirdness\": \"nke atọ\",\n    \"thirds\": \"uzo ato\",\n    \"thirdsman\": \"nwoke nke atọ\",\n    \"thirdstream\": \"nke atọ\",\n    \"thyreocervical\": \"Uchechukwu\",\n    \"thyreoepiglottic\": \"Nwachukwu\",\n    \"thyreogenic\": \"Nwachukwu\",\n    \"thyreogenous\": \"Nwachukwu\",\n    \"thyreohyoid\": \"Onyebueze\",\n    \"thyreoid\": \"thyroid\",\n    \"thyreoidal\": \"Nwachukwu\",\n    \"thyreoideal\": \"Nwakoeze\",\n    \"thyreoidean\": \"Onyebueze\",\n    \"thyreoidectomy\": \"thyroidectomy\",\n    \"thyreoitis\": \"thyreoiditis\",\n    \"thyreolingual\": \"na-ekwu okwu\",\n    \"thyreotomy\": \"ebe obibi gị\",\n    \"thyreotropic\": \"mgbakwụnye\",\n    \"thyridia\": \"Nwachukwu\",\n    \"thyridial\": \"isiokwu\",\n    \"thyrisiferous\": \"Onyekwere\",\n    \"thyristor\": \"nwechara\",\n    \"thirl\": \"nke atọ\",\n    \"thirlage\": \"atọ\",\n    \"thirlages\": \"nke atọ\",\n    \"thirled\": \"nke atọ\",\n    \"thirling\": \"nke atọ\",\n    \"thirls\": \"Atọ\",\n    \"thyroarytenoid\": \"thyrearytenoid\",\n    \"thyroarytenoideus\": \"Nwachukwu\",\n    \"thyrocele\": \"Nwachukwu\",\n    \"thyrocervical\": \"Nwachukwu\",\n    \"thyrocricoid\": \"mmmmmmmmmmmmm\",\n    \"thyroepiglottic\": \"Nwachukwu Nwachukwu\",\n    \"thyroepiglottidean\": \"Nwachukwu Nwachukwu\",\n    \"thyrogenous\": \"na-egbu egbu\",\n    \"thyroglossal\": \"Nwunye\",\n    \"thyrohyal\": \"Nwachukwu\",\n    \"thyrohyoid\": \"Nwachukwu\",\n    \"thyrohyoidean\": \"Nwachukwu\",\n    \"thyroidea\": \"Nwachukwu\",\n    \"thyroideal\": \"Nwachukwu\",\n    \"thyroidean\": \"thyroid pụtara\",\n    \"thyroidectomize\": \"thyroidectomy\",\n    \"thyroidectomized\": \"thyreidectomized\",\n    \"thyroidization\": \"nkwụsị\",\n    \"thyroidless\": \"enweghị ume\",\n    \"thyroidotomies\": \"thyroidectomies\",\n    \"thyroids\": \"thyroid\",\n    \"thyroiodin\": \"Nwachukwu\",\n    \"thyrold\": \"Nwachukwu\",\n    \"thyrolingual\": \"na-asụ asụsụ gị\",\n    \"thyroparathyroidectomize\": \"thyroparathyroctomized\",\n    \"thyroprival\": \"kwesịrị ekwesị\",\n    \"thyroprivia\": \"ezi nwanyi\",\n    \"thyroprivic\": \"Ezigbo\",\n    \"thyroprivous\": \"Ezigbo\",\n    \"thyrorion\": \"ndagwurugwu\",\n    \"thyrorroria\": \"Nwachukwu\",\n    \"thyrostracan\": \"Nwachukwu\",\n    \"thyrotherapy\": \"ọgwụgwọ\",\n    \"thyrotome\": \"Nwunye\",\n    \"thyrotomy\": \"ọgwụgwọ\",\n    \"thyrotoxicity\": \"ịba n'anya\",\n    \"thyrotrophic\": \"Nwachukwu\",\n    \"thyrotropic\": \"ndigbo\",\n    \"thyrse\": \"eziokwu\",\n    \"thyrses\": \"Ogbe gi\",\n    \"thyrsi\": \"nnechi gi\",\n    \"thyrsiflorous\": \"okpokoro\",\n    \"thyrsiform\": \"okpokoro\",\n    \"thyrsoid\": \"Onyebuchi\",\n    \"thyrsoidal\": \"Nwunye\",\n    \"thirst\": \"akpịrị ịkpọ nkụ\",\n    \"thirsted\": \"akpịrị kpọkọrọ ya\",\n    \"thirster\": \"akpịrị\",\n    \"thirsters\": \"akpịrị ịkpọ nkụ\",\n    \"thirstful\": \"akpịrị ịkpọ nkụ\",\n    \"thirsty\": \"mmiri na-agụ\",\n    \"thirstier\": \"akpịrị\",\n    \"thirstiest\": \"nke kachasi nkụ\",\n    \"thirstily\": \"akpịrị ịkpọ nkụ\",\n    \"thirstiness\": \"akpịrị ịkpọ nkụ\",\n    \"thirsting\": \"mmiri na-agụ\",\n    \"thirstingly\": \"akpịrị ịkpọ nkụ\",\n    \"thirstland\": \"akpịrị ịkpọ nkụ\",\n    \"thirstle\": \"akpịrị kpọrọ nkụ\",\n    \"thirstless\": \"akpịrị ịkpọ nkụ\",\n    \"thirstlessness\": \"akpịrị ịkpọ nkụ\",\n    \"thirstproof\": \"akpịrị ịkpọ nkụ\",\n    \"thirsts\": \"akpịrị ịkpọ nkụ\",\n    \"thirt\": \"akpịrị\",\n    \"thirteen\": \"iri na atọ\",\n    \"thirteener\": \"iri na atọ\",\n    \"thirteenfold\": \"iri na atọ\",\n    \"thirteens\": \"iri na atọ\",\n    \"thirteenth\": \"nke iri na atọ\",\n    \"thirteenthly\": \"nke iri na atọ\",\n    \"thirteenths\": \"nke iri na atọ\",\n    \"thirty\": \"iri ato\",\n    \"thirties\": \"iri ato\",\n    \"thirtieth\": \"nke iri atọ\",\n    \"thirtieths\": \"iri ato\",\n    \"thirtyfold\": \"iri atọ\",\n    \"thirtyish\": \"iri atọ\",\n    \"thirtypenny\": \"iri atọ na ise\",\n    \"this\": \"nke a\",\n    \"thysanopteron\": \"Uchechukwu\",\n    \"thysanourous\": \"Na-echekwa\",\n    \"thysanuran\": \"Uzoamaka\",\n    \"thysanuriform\": \"thysanostoma\",\n    \"thysanurous\": \"thysanura\",\n    \"thisbe\": \"Ebe a\",\n    \"thysel\": \"onwe gi\",\n    \"thyself\": \"onwe gi\",\n    \"thysen\": \"Thysen\",\n    \"thishow\": \"otu a\",\n    \"thislike\": \"dị ka\",\n    \"thisll\": \"Nke a\",\n    \"thisn\": \"nke a\",\n    \"thisness\": \"Nke a\",\n    \"thissen\": \"Nke a\",\n    \"thistle\": \"ogwu\",\n    \"thistlebird\": \"Ebube\",\n    \"thistled\": \"Ogwu\",\n    \"thistledown\": \"Otobo\",\n    \"thistlelike\": \"ukpa\",\n    \"thistleproof\": \"ogwu\",\n    \"thistlery\": \"ogwu\",\n    \"thistles\": \"ogwu\",\n    \"thistlewarp\": \"Ebube\",\n    \"thistlish\": \"gaa nke ọma\",\n    \"thiswise\": \"otu a\",\n    \"thither\": \"ebe ahu\",\n    \"thitherto\": \"ruo ugbu a\",\n    \"thitherward\": \"gaa ihu\",\n    \"thitherwards\": \"gaa ihu\",\n    \"thitsi\": \"Ndigbo\",\n    \"thitsiol\": \"Nwachukwu\",\n    \"thiuram\": \"akpịrị\",\n    \"thivel\": \"akpịrị\",\n    \"thixle\": \"akpịrị\",\n    \"thixolabile\": \"nkọlọ\",\n    \"thixophobia\": \"akpịrị\",\n    \"thixotropy\": \"akpiri\",\n    \"thixotropic\": \"akpịrị\",\n    \"thlaspi\": \"Nwachukwu\",\n    \"thlinget\": \"Ntụtụ\",\n    \"thob\": \"Nkechi\",\n    \"thof\": \"Nkechi\",\n    \"thoft\": \"n'ogologo\",\n    \"thoftfellow\": \"Onyeka\",\n    \"thoght\": \"Ugochukwu\",\n    \"thoke\": \"okirikiri\",\n    \"thokish\": \"okpoko\",\n    \"tholance\": \"okirikiri\",\n    \"tholed\": \"Ugboro abụọ\",\n    \"tholeiite\": \"Nkechi\",\n    \"tholeite\": \"legha\",\n    \"tholemod\": \"okpokoro\",\n    \"tholing\": \"linggha\",\n    \"tholli\": \"okpo\",\n    \"tholus\": \"Nkechi\",\n    \"thomaean\": \"Nkechi\",\n    \"thoman\": \"oge\",\n    \"thomasing\": \"masgha\",\n    \"thomisid\": \"okpoko\",\n    \"thomist\": \"onyema\",\n    \"thomistic\": \"Uchechukwu\",\n    \"thomite\": \"Nkechi\",\n    \"thomomys\": \"okpoko\",\n    \"thompson\": \"Uchechukwu\",\n    \"thomsenolite\": \"okpokoro\",\n    \"thomsonian\": \"Nkechi\",\n    \"thonder\": \"Nke abụọ\",\n    \"thondracians\": \"okonkwo\",\n    \"thondraki\": \"Nkechi\",\n    \"thondrakians\": \"Nwachukwu\",\n    \"thone\": \"okirikiri\",\n    \"thong\": \"nggha\",\n    \"thonged\": \"gbanwere\",\n    \"thongy\": \"Ugochi\",\n    \"thongman\": \"Nwoke\",\n    \"thongs\": \"ụda\",\n    \"thor\": \"ogwu\",\n    \"thoracal\": \"Uchechukwu\",\n    \"thoracectomies\": \"okpokoro\",\n    \"thoraces\": \"okpokoro\",\n    \"thoracically\": \"n'akuku ume\",\n    \"thoracicoabdominal\": \"okpokoro-egbu egbu\",\n    \"thoracispinal\": \"okposi\",\n    \"thoracoabdominal\": \"okpokoro\",\n    \"thoracohumeral\": \"okpokoro\",\n    \"thoracomelus\": \"okpokoro\",\n    \"thoracometry\": \"okpokoro\",\n    \"thoracoplasty\": \"okpokoro\",\n    \"thoracostomies\": \"okpokoro\",\n    \"thoral\": \"okpokoro\",\n    \"thore\": \"Ugba\",\n    \"thorianite\": \"okonkwo\",\n    \"thoriate\": \"okpo\",\n    \"thoric\": \"okpokoro\",\n    \"thoriferous\": \"okirikiri\",\n    \"thorite\": \"daa\",\n    \"thorites\": \"okpokoro\",\n    \"thorn\": \"ogwu\",\n    \"thornback\": \"ogwu\",\n    \"thornbill\": \"ogwu\",\n    \"thornbush\": \"ogwu ogwu\",\n    \"thorned\": \"ogwu\",\n    \"thornen\": \"ogwu\",\n    \"thornhead\": \"ogwu\",\n    \"thorny\": \"ogwu\",\n    \"thornier\": \"ogwu\",\n    \"thorniest\": \"ogwu\",\n    \"thornily\": \"ogwu\",\n    \"thorniness\": \"ogwu\",\n    \"thorning\": \"ogwu\",\n    \"thornless\": \"ogwu\",\n    \"thornlessness\": \"ogwu nke na-enweghị ogwu\",\n    \"thornlet\": \"ogwu\",\n    \"thornlike\": \"ogwu\",\n    \"thornproof\": \"ogwu\",\n    \"thorns\": \"ogwu\",\n    \"thornstone\": \"Ogwu\",\n    \"thorntail\": \"ogwu\",\n    \"thoro\": \"Nkechi\",\n    \"thorocopagous\": \"okpokoro\",\n    \"thorogummite\": \"chukwuemeka\",\n    \"thoron\": \"Ugba\",\n    \"thorons\": \"okpokoro\",\n    \"thorough\": \"nke oma\",\n    \"thoroughbass\": \"Uzochukwu\",\n    \"thoroughbrace\": \"Ezichi\",\n    \"thoroughbred\": \"nke ọma\",\n    \"thoroughbredness\": \"nke ọma\",\n    \"thoroughbreds\": \"Ezichi\",\n    \"thorougher\": \"onyema\",\n    \"thoroughest\": \"nke kacha mma\",\n    \"thoroughfare\": \"ụzọ\",\n    \"thoroughfarer\": \"Onye zuru ezu\",\n    \"thoroughfares\": \"okporo ụzọ\",\n    \"thoroughfaresome\": \"mgbe nile\",\n    \"thoroughfoot\": \"ụkwụ\",\n    \"thoroughfooted\": \"Ugboro abụọ\",\n    \"thoroughfooting\": \"Okwuchi\",\n    \"thoroughgoing\": \"na-arụ ọrụ\",\n    \"thoroughgoingly\": \"n'ụzọ zuru oke\",\n    \"thoroughgoingness\": \"goingga nke ọma\",\n    \"thoroughgrowth\": \"uzo\",\n    \"thoroughly\": \"juputara\",\n    \"thoroughness\": \"zuru oke\",\n    \"thoroughpaced\": \"Ikwesiri\",\n    \"thoroughpin\": \"n'ụzọ zuru ezu\",\n    \"thoroughsped\": \"nke ọma\",\n    \"thoroughstem\": \"nke oma\",\n    \"thoroughstitch\": \"uzo\",\n    \"thoroughstitched\": \"nke ọma\",\n    \"thoroughway\": \"okporo ụzọ\",\n    \"thoroughwax\": \"nkewa\",\n    \"thoroughwort\": \"nke zuru oke\",\n    \"thorp\": \"ogwu\",\n    \"thorpe\": \"ogwu\",\n    \"thorpes\": \"ogwu\",\n    \"thorps\": \"ogwu\",\n    \"thort\": \"Nkechi\",\n    \"thorter\": \"ogwu\",\n    \"thortveitite\": \"okpokoro\",\n    \"thos\": \"Nkechi\",\n    \"those\": \"ndị ahụ\",\n    \"thou\": \"gi\",\n    \"thoued\": \"ichoro\",\n    \"though\": \"ọ bụ ezie\",\n    \"thought\": \"chere\",\n    \"thoughted\": \"n'agbanyeghị\",\n    \"thoughten\": \"chere echiche\",\n    \"thoughtfree\": \"echeghi echiche\",\n    \"thoughtfreeness\": \"enweghị echiche\",\n    \"thoughtful\": \"echiche\",\n    \"thoughtfully\": \"n'echebara echiche\",\n    \"thoughtfulness\": \"ezi uche\",\n    \"thoughty\": \"echiche\",\n    \"thoughtkin\": \"n'eche echiche\",\n    \"thoughtless\": \"enweghị uche\",\n    \"thoughtlessly\": \"n'echeghị echiche\",\n    \"thoughtlessness\": \"enweghị echiche\",\n    \"thoughtlet\": \"echiche\",\n    \"thoughtness\": \"echiche\",\n    \"thoughts\": \"echiche\",\n    \"thoughtsick\": \"echiche\",\n    \"thoughtway\": \"echiche\",\n    \"thouing\": \"ị hụrụ\",\n    \"thousand\": \"puku\",\n    \"thousandfold\": \"puku okpukpu\",\n    \"thousandfoldly\": \"puku okpukpu\",\n    \"thousands\": \"puku kwuru puku\",\n    \"thousandth\": \"nke puku\",\n    \"thousandths\": \"puku iri\",\n    \"thousandweight\": \"puku arọ\",\n    \"thow\": \"Nkechi\",\n    \"thowel\": \"akwa nhicha ahụ\",\n    \"thowless\": \"Nkechi\",\n    \"thowt\": \"Nkechi\",\n    \"thraces\": \"ogbe\",\n    \"thracian\": \"Uchechukwu\",\n    \"thrack\": \"Ino\",\n    \"thrain\": \"izu ike\",\n    \"thraldom\": \"atọchi\",\n    \"thraldoms\": \"atọ ụtọ\",\n    \"thrall\": \"Nwachukwu\",\n    \"thrallborn\": \"nwaanyi\",\n    \"thralldom\": \"Nwachukwu\",\n    \"thralling\": \"Na-agagharị\",\n    \"thralls\": \"okpokoro\",\n    \"thrang\": \"okpukpu\",\n    \"thrangity\": \"okpukpu\",\n    \"thrapple\": \"ịzọpụta\",\n    \"thrashed\": \"ahuruoku isi\",\n    \"thrashel\": \"Ugbo\",\n    \"thrasher\": \"nchacha\",\n    \"thrasherman\": \"onye nzuzu\",\n    \"thrashers\": \"ịzọ aka\",\n    \"thrashes\": \"ịzọ aka\",\n    \"thrashing\": \"Nzọcha\",\n    \"thrasonic\": \"ọkpụrụkpụ\",\n    \"thrast\": \"iche\",\n    \"thrave\": \"igba otutu\",\n    \"thraver\": \"Thrara\",\n    \"thraves\": \"ugbo\",\n    \"thrawartlike\": \"ichoro\",\n    \"thrawartness\": \"rawgha\",\n    \"thrawcrook\": \"rawgha\",\n    \"thrawed\": \"amaara\",\n    \"thrawing\": \"Na-atọpụ\",\n    \"thrawn\": \"kewara\",\n    \"thrawnly\": \"kewara\",\n    \"thrawnness\": \"atụba\",\n    \"thrax\": \"nke atọ\",\n    \"thread\": \"eri\",\n    \"threadbare\": \"eri\",\n    \"threadbareness\": \"threadbare ness\",\n    \"threadbarity\": \"eri\",\n    \"threaden\": \"eri\",\n    \"threaders\": \"eri\",\n    \"threadfish\": \"threadfin\",\n    \"threadfishes\": \"eri\",\n    \"threadflower\": \"threadia\",\n    \"threadfoot\": \"eri\",\n    \"thready\": \"ugbua\",\n    \"threadier\": \"threader\",\n    \"threadiest\": \"eri\",\n    \"threadiness\": \"eri\",\n    \"threading\": \"eri\",\n    \"threadle\": \"eri\",\n    \"threadless\": \"eri\",\n    \"threadlet\": \"eri\",\n    \"threadlike\": \"yiri\",\n    \"threadmaker\": \"eri\",\n    \"threadmaking\": \"eri\",\n    \"threads\": \"eri\",\n    \"threadway\": \"eri uzo\",\n    \"threadweed\": \"threaded\",\n    \"threap\": \"Oka\",\n    \"threaped\": \"Ikekwe\",\n    \"threapen\": \"Ikechukwu\",\n    \"threaper\": \"Oka\",\n    \"threapers\": \"ọka\",\n    \"threaping\": \"Na-azọcha ọka\",\n    \"threat\": \"iyi egwu\",\n    \"threated\": \"egwu\",\n    \"threaten\": \"yie egwu\",\n    \"threatenable\": \"eyi egwu\",\n    \"threatened\": \"egwu\",\n    \"threatener\": \"onye iyi egwu\",\n    \"threateners\": \"ndị na-eyi egwu\",\n    \"threatening\": \"na-eyi egwu\",\n    \"threateningly\": \"na-eyi egwu\",\n    \"threateningness\": \"iyi egwu\",\n    \"threatens\": \"na-eyi egwu\",\n    \"threatful\": \"egwu\",\n    \"threatfully\": \"egwu\",\n    \"threatfulness\": \"ihe iyi egwu\",\n    \"threating\": \"na-egwu\",\n    \"threatless\": \"enweghị ihe egwu\",\n    \"threatproof\": \"na-eyi egwu\",\n    \"threats\": \"egwu\",\n    \"threave\": \"Igha\",\n    \"three\": \"atọ\",\n    \"threedimensionality\": \"threstimensionality\",\n    \"threefold\": \"atọ\",\n    \"threefolded\": \"atọ atọ\",\n    \"threefoldedness\": \"atọọ atọ\",\n    \"threefoldly\": \"atọ atọ\",\n    \"threefoldness\": \"atọ\",\n    \"threeling\": \"Na-egwu egwu\",\n    \"threeness\": \"atọ\",\n    \"threep\": \"atọ\",\n    \"threeped\": \"atọ\",\n    \"threepence\": \"okpukpu atọ\",\n    \"threepences\": \"ahịrịokwu atọ\",\n    \"threepenny\": \"ụzọ atọ\",\n    \"threepennyworth\": \"nnenna_nweke\",\n    \"threeping\": \"atọ\",\n    \"threeps\": \"atọ\",\n    \"threes\": \"atọ\",\n    \"threescore\": \"ọgu atọ\",\n    \"threesome\": \"atọ\",\n    \"threip\": \"Nnenna\",\n    \"threne\": \"Threin\",\n    \"threnetic\": \"Ugboro abụọ\",\n    \"threnody\": \"Nkechi\",\n    \"threnodial\": \"Uchechukwu\",\n    \"threnodian\": \"Onyebuchi\",\n    \"threnodist\": \"Onyema\",\n    \"threonin\": \"Uchechukwu\",\n    \"threonine\": \"Nwachukwu\",\n    \"threose\": \".zọ\",\n    \"threpe\": \"okirikiri\",\n    \"thresh\": \"Onye-nzọcha\",\n    \"threshal\": \"Ebe nzọcha mkpụrụ\",\n    \"threshed\": \"nzọcha mkpụrụ\",\n    \"threshel\": \"Ebe nzọcha\",\n    \"thresher\": \"Onye nzọcha\",\n    \"thresherman\": \"Onye na-azọcha mkpụrụ\",\n    \"threshers\": \"Ebe nzọcha\",\n    \"threshes\": \"nzọcha mkpụrụ\",\n    \"threshing\": \"Nzọcha ọka\",\n    \"threshingtime\": \"Oge nzọcha\",\n    \"threshold\": \"n'ọnụ ụzọ\",\n    \"thresholds\": \"n'ọnụ ụzọ\",\n    \"threskiornithidae\": \"Uchechukwu\",\n    \"threskiornithinae\": \"Uchechukwu\",\n    \"threstle\": \"Threstle\",\n    \"threw\": \"tụbara\",\n    \"thribble\": \"ikwuputa\",\n    \"thrice\": \"ugboro atọ\",\n    \"thricecock\": \"Obiako\",\n    \"thrift\": \"ego\",\n    \"thriftbox\": \"igbe\",\n    \"thrifty\": \"ichekwa ego\",\n    \"thriftier\": \"egwu\",\n    \"thriftiest\": \"nke kacha sie ike\",\n    \"thriftily\": \"iche iche\",\n    \"thriftiness\": \"iche iche\",\n    \"thriftless\": \"enweghị atụ\",\n    \"thriftlessly\": \"enweghị isi\",\n    \"thriftlessness\": \"enweghị ọrụ\",\n    \"thriftlike\": \"iche echiche\",\n    \"thrifts\": \"Na-agbagha\",\n    \"thriftshop\": \"ụlọ ahịa nregharị ngwaahịa\",\n    \"thrill\": \"mkpali\",\n    \"thrillant\": \"na-atọ ụtọ\",\n    \"thrilled\": \"nwere obi ụtọ\",\n    \"thrillers\": \"Ihe ụtọ\",\n    \"thrillful\": \"obi ụtọ\",\n    \"thrillfully\": \"obi ụtọ\",\n    \"thrillier\": \"dị egwu\",\n    \"thrilliest\": \"kasị nwee obi ụtọ\",\n    \"thrilling\": \"na-akpali akpali\",\n    \"thrillingly\": \"obi ụtọ\",\n    \"thrillingness\": \"obi ụtọ\",\n    \"thrillproof\": \"na-atọ ụtọ\",\n    \"thrills\": \"obi ụtọ\",\n    \"thrillsome\": \"atọ ụtọ\",\n    \"thrimble\": \"Ihe ndozi\",\n    \"thrimp\": \"oporo\",\n    \"thring\": \"ringgha\",\n    \"thringing\": \"gha\",\n    \"thrinter\": \"thrinrin\",\n    \"thryonomys\": \"Obi uto\",\n    \"thrip\": \"ntụtụ\",\n    \"thripid\": \"zoro ezo\",\n    \"thrippence\": \"ihe ịga nke ọma\",\n    \"thripple\": \"izu ike\",\n    \"thrist\": \"Uzochi\",\n    \"thrive\": \"mee nke ọma\",\n    \"thrived\": \"eme nke ọma\",\n    \"thriveless\": \"enweghị isi\",\n    \"thriven\": \"abuo\",\n    \"thriver\": \"ime biya\",\n    \"thrivers\": \"na-eme nke ọma\",\n    \"thrives\": \"na-eto nke ọma\",\n    \"thriving\": \"na-eme nke ọma\",\n    \"thrivingly\": \"na-eto nke ọma\",\n    \"thrivingness\": \"ihe ịga nke ọma\",\n    \"thro\": \"otutu\",\n    \"throat\": \"akpịrị\",\n    \"throatal\": \"akpịrị\",\n    \"throatband\": \"akpịrị akpịrị\",\n    \"throatboll\": \"akpịrị\",\n    \"throated\": \"akpịrị\",\n    \"throatful\": \"akpịrị\",\n    \"throaty\": \"akpịrị\",\n    \"throatier\": \"akpịrị\",\n    \"throatiest\": \"akpịrị\",\n    \"throatily\": \"akpịrị\",\n    \"throatiness\": \"akpịrị\",\n    \"throating\": \"na-eri nri\",\n    \"throatlash\": \"akpịrị akpịrị\",\n    \"throatlatch\": \"akpịrị akpịrị\",\n    \"throatless\": \"akpịrị\",\n    \"throatlet\": \"akpịrị\",\n    \"throatlike\": \"akpịrị\",\n    \"throatroot\": \"akpịrị\",\n    \"throats\": \"akpịrị\",\n    \"throatstrap\": \"akpịrị akpịrị\",\n    \"throatwort\": \"akpịrị akpịrị\",\n    \"throb\": \"ito\",\n    \"throbbed\": \"kwara\",\n    \"throbber\": \"onye na-atụ egwu\",\n    \"throbbers\": \"ndị na-atụ egwu\",\n    \"throbbing\": \"Na-egbu nri\",\n    \"throbbingly\": \"Na-ama jijiji\",\n    \"throbless\": \"enweghị atụ\",\n    \"throbs\": \"na-eti nri\",\n    \"throck\": \"iti\",\n    \"throdden\": \"akpọnyela\",\n    \"throddy\": \"Otutu\",\n    \"throe\": \"tufuo\",\n    \"throed\": \"kwara\",\n    \"throeing\": \"na-atụba\",\n    \"throes\": \"akpịrị\",\n    \"thrombase\": \"Ugba\",\n    \"thrombi\": \"Nwachukwu\",\n    \"thrombin\": \"Nwunye\",\n    \"thrombins\": \"akpịrị\",\n    \"thrombocyst\": \"thrombocyte\",\n    \"thrombocytic\": \"ọbara ọbara\",\n    \"thromboclasis\": \"thrombolysis\",\n    \"thromboclastic\": \"ihe ntanetị\",\n    \"thrombogen\": \"Okwara\",\n    \"thrombogenic\": \"Ahụhụ\",\n    \"thromboid\": \"Nwachukwu\",\n    \"thrombolytic\": \"ọbara ọbara\",\n    \"thrombopenia\": \"Uchechukwu\",\n    \"thromboplastic\": \"ihe ntanetị\",\n    \"thrombose\": \"ịpụ\",\n    \"thrombosed\": \"Ogbe\",\n    \"thrombosing\": \"Na-akụda\",\n    \"thrombotic\": \"ebelata\",\n    \"thrombus\": \"Ugba\",\n    \"thronal\": \"Igha\",\n    \"throne\": \"ocheeze\",\n    \"throned\": \"ama\",\n    \"thronedom\": \"Uchechukwu\",\n    \"throneless\": \"enweghị ocheeze\",\n    \"thronelet\": \"ocheeze\",\n    \"thronelike\": \"Nnenna\",\n    \"thrones\": \"ocheeze\",\n    \"throneward\": \"ocheeze\",\n    \"throng\": \"igwe mmadu\",\n    \"thronged\": \"akpagbuwo\",\n    \"thronger\": \"Ihe otiti\",\n    \"throngful\": \"na-eme mkpọtụ\",\n    \"thronging\": \"na-eri nri\",\n    \"throngingly\": \"n'oké oriri\",\n    \"throngs\": \"igwe mmadu\",\n    \"throning\": \"Ighacha\",\n    \"thronize\": \"iri nri\",\n    \"thronos\": \"Uchechukwu\",\n    \"thrope\": \"akpịrị\",\n    \"thropple\": \"izu-ike\",\n    \"throroughly\": \"juputara\",\n    \"throstle\": \"akpaka\",\n    \"throstlelike\": \"Mkpa\",\n    \"throstles\": \"akpịrị\",\n    \"throttle\": \"trotul\",\n    \"throttleable\": \"Ntughari\",\n    \"throttled\": \"Gafere\",\n    \"throttlehold\": \"trotul jide\",\n    \"throttler\": \"Otutu\",\n    \"throttlers\": \"Ntughari\",\n    \"throttles\": \"akpịrị\",\n    \"throttling\": \"na-agbanye\",\n    \"throttlingly\": \"na-agbanye\",\n    \"throu\": \"site na\",\n    \"throuch\": \"izu ike\",\n    \"throucht\": \"Afọ\",\n    \"through\": \"site na\",\n    \"throughbear\": \"site na bea\",\n    \"throughbred\": \"nke ọma\",\n    \"throughcome\": \"ego\",\n    \"throughgang\": \"ebido\",\n    \"throughganging\": \"gangha\",\n    \"throughgoing\": \"agabiga\",\n    \"throughgrow\": \"gafere\",\n    \"throughither\": \"site na ozo\",\n    \"throughknow\": \"mara\",\n    \"throughly\": \"juputara\",\n    \"throughother\": \"site na ozo\",\n    \"throughout\": \"N’ime nile\",\n    \"throughput\": \"mbanye\",\n    \"throughway\": \"n'okporo ụzọ\",\n    \"throughways\": \"n'okporo ụzọ\",\n    \"throve\": \"mee nke ọma\",\n    \"throw\": \"tufuo\",\n    \"throwaway\": \"tufuo\",\n    \"throwaways\": \"tufuo\",\n    \"throwback\": \"tufuo\",\n    \"throwbacks\": \"Ndabere\",\n    \"throwdown\": \"Nkwatu\",\n    \"thrower\": \"otutu\",\n    \"throwers\": \"Ndị na-atụfu\",\n    \"throwing\": \"na-atụba\",\n    \"thrown\": \"tụba\",\n    \"throwoff\": \"Ọtụtụ ugboro\",\n    \"throwout\": \"tufuo\",\n    \"throws\": \"tụba\",\n    \"throwst\": \"tufuo\",\n    \"throwster\": \"tufuo\",\n    \"throwwort\": \"Ofụgba\",\n    \"thru\": \"ma\",\n    \"thrum\": \"ụda\",\n    \"thrumble\": \"mkpọtụ\",\n    \"thrummed\": \"gbaba\",\n    \"thrummer\": \"igba\",\n    \"thrummers\": \"ọkpọ\",\n    \"thrummy\": \"mgbaba\",\n    \"thrummier\": \"mkpọtụ\",\n    \"thrummiest\": \"Na-akụda\",\n    \"thrumming\": \"na-ada ụda\",\n    \"thrums\": \"ụda\",\n    \"thrumwort\": \"mkpọtụ\",\n    \"thruppence\": \"Na-agagharị\",\n    \"thruputs\": \"ndigbo\",\n    \"thrushel\": \"Uchechukwu\",\n    \"thrusher\": \"ịgha\",\n    \"thrushes\": \"Na-akụda\",\n    \"thrushy\": \"thrush\",\n    \"thrushlike\": \"thrush dị ka\",\n    \"thrust\": \"inupụ\",\n    \"thrusted\": \"gbanye\",\n    \"thruster\": \"Akwa\",\n    \"thrusters\": \"ndị na-atụgharị uche\",\n    \"thrustful\": \"gbanye\",\n    \"thrustfulness\": \"ikwenye\",\n    \"thrusting\": \"Inye\",\n    \"thrustings\": \"Nkwanye\",\n    \"thrustle\": \"ahịhịa aka\",\n    \"thrustor\": \"ihe\",\n    \"thrustors\": \"Ndị na-egbu egbu\",\n    \"thrustpush\": \"ịkụ aka\",\n    \"thrusts\": \"Na-atụgharị\",\n    \"thrutch\": \"Ogbe\",\n    \"thrutchings\": \"Obi ụtọ\",\n    \"thruthvang\": \"Okwaraeze\",\n    \"thruv\": \"Nke atọ\",\n    \"thruways\": \"uzo ato\",\n    \"thsant\": \"Odibo\",\n    \"thuan\": \"Nri\",\n    \"thucydidean\": \"Onyebueze\",\n    \"thud\": \"Nwunye\",\n    \"thudded\": \"Onyema\",\n    \"thudding\": \"Na-echekwa\",\n    \"thuds\": \"Ugha\",\n    \"thug\": \"egbe\",\n    \"thugdom\": \"nzuzu\",\n    \"thugged\": \"ndigbo\",\n    \"thuggee\": \"ndigbo\",\n    \"thuggees\": \"ndigbo\",\n    \"thuggery\": \"izu ohi\",\n    \"thuggeries\": \"ihe ojoo\",\n    \"thuggess\": \"nzuzu\",\n    \"thugging\": \"Na-azọ\",\n    \"thuggish\": \"buru ibu\",\n    \"thuggism\": \"izu ike\",\n    \"thugs\": \"ndi ohi\",\n    \"thuyas\": \"Nnenna\",\n    \"thujas\": \"Nnenna\",\n    \"thujene\": \"Nkechi\",\n    \"thujyl\": \"Onyebuchi\",\n    \"thujin\": \"Uchechukwu\",\n    \"thujone\": \"Nkechi\",\n    \"thulia\": \"Uchechukwu\",\n    \"thulias\": \"tulias\",\n    \"thulir\": \"Nkechi\",\n    \"thulr\": \"Nkechi\",\n    \"thuluth\": \"Uchechi\",\n    \"thumb\": \"isi mkpịsị aka\",\n    \"thumbed\": \"itu isi\",\n    \"thumber\": \"itu isi\",\n    \"thumbhole\": \"isi mkpịsị aka\",\n    \"thumbikins\": \"Tumbikins\",\n    \"thumbing\": \"isi mkpịsị aka\",\n    \"thumbkins\": \"mkpịsị aka\",\n    \"thumble\": \"isi ike\",\n    \"thumbless\": \"isi mkpuru\",\n    \"thumblike\": \"yiri aka\",\n    \"thumbling\": \"isi\",\n    \"thumbnail\": \"tọmbneelụ\",\n    \"thumbnut\": \"isi mkpuruobi\",\n    \"thumbnuts\": \"isi mkpịsị aka\",\n    \"thumbpiece\": \"thumbpie\",\n    \"thumbprint\": \"mkpisiaka aka\",\n    \"thumbs\": \"isi aka\",\n    \"thumbscrew\": \"isi mkpịsị aka\",\n    \"thumbscrews\": \"isi ike\",\n    \"thumbstring\": \"isi mkpịsị aka\",\n    \"thumbtacked\": \"thumbtack\",\n    \"thumbtacking\": \"ịkụ aka\",\n    \"thump\": \"aka ukwu\",\n    \"thumped\": \"daalụ\",\n    \"thumpers\": \"okpu\",\n    \"thumping\": \"na-akụ\",\n    \"thumpingly\": \"na-ada\",\n    \"thumps\": \"isi\",\n    \"thunar\": \"ọnwa\",\n    \"thund\": \"égbè eluigwe\",\n    \"thunder\": \"égbè eluigwe\",\n    \"thunderball\": \"égbè eluigwe\",\n    \"thunderbearer\": \"egbe egbe\",\n    \"thunderbearing\": \"égbè eluigwe\",\n    \"thunderbird\": \"égbè eluigwe\",\n    \"thunderblast\": \"égbè eluigwe\",\n    \"thunderbolt\": \"egbe eluigwe\",\n    \"thunderbolts\": \"egbe egbe\",\n    \"thunderbox\": \"égbè eluigwe\",\n    \"thunderburst\": \"égbè eluigwe\",\n    \"thunderclap\": \"égbè eluigwe\",\n    \"thunderclaps\": \"égbè eluigwe\",\n    \"thundercloud\": \"égbè eluigwe igwe\",\n    \"thunderclouds\": \"egbe mmiri ozuzo\",\n    \"thundercrack\": \"égbè eluigwe\",\n    \"thundered\": \"égbè eluigwe gbara\",\n    \"thunderer\": \"égbè eluigwe\",\n    \"thunderers\": \"égbè eluigwe\",\n    \"thunderfish\": \"égbè eluigwe\",\n    \"thunderfishes\": \"egbe mmiri\",\n    \"thunderflower\": \"egbe mmiri\",\n    \"thunderful\": \"égbè eluigwe\",\n    \"thunderhead\": \"egbe eluigwe\",\n    \"thunderheaded\": \"daa egbe\",\n    \"thunderheads\": \"egbe egbe\",\n    \"thundery\": \"égbè eluigwe\",\n    \"thundering\": \"égbè eluigwe\",\n    \"thunderingly\": \"égbè eluigwe\",\n    \"thunderless\": \"enweghị olu\",\n    \"thunderlight\": \"égbè eluigwe\",\n    \"thunderlike\": \"yiri égbè eluigwe\",\n    \"thunderous\": \"égbè eluigwe\",\n    \"thunderously\": \"thunda daa\",\n    \"thunderousness\": \"égbè eluigwe\",\n    \"thunderpeal\": \"égbè eluigwe\",\n    \"thunderplump\": \"egbe egbe\",\n    \"thunderproof\": \"egbe egbe\",\n    \"thunderpump\": \"egbe mmiri\",\n    \"thunders\": \"égbè eluigwe\",\n    \"thundershower\": \"égbè eluigwe gbaa\",\n    \"thundersmite\": \"egbe egbe\",\n    \"thundersmiting\": \"égbè eluigwe\",\n    \"thundersmote\": \"egbe mmiri\",\n    \"thundersquall\": \"égbè eluigwe\",\n    \"thunderstorm\": \"egbe mmiri ozuzo\",\n    \"thunderstorms\": \"égbè eluigwe\",\n    \"thunderstricken\": \"thunderstken\",\n    \"thunderstroke\": \"egbe mmiri ozuzo\",\n    \"thunderwood\": \"egbe mmiri\",\n    \"thunderworm\": \"égbè eluigwe\",\n    \"thunderwort\": \"egbe elu igwe\",\n    \"thundrous\": \"égbè eluigwe\",\n    \"thundrously\": \"égbè eluigwe\",\n    \"thung\": \"daa\",\n    \"thunge\": \"Ogbe\",\n    \"thunor\": \"égbè eluigwe\",\n    \"thuoc\": \"Uchechukwu\",\n    \"thurible\": \"a ga-akwụ ụgwọ\",\n    \"thuriferous\": \"thurife nwere\",\n    \"thurificate\": \"thur\",\n    \"thurification\": \"ịba ụba\",\n    \"thuringian\": \"Uchechukwu\",\n    \"thurls\": \"Ọrịrị\",\n    \"thurmus\": \"Uchechukwu\",\n    \"thursday\": \"Tọsde\",\n    \"thursdays\": \"Tọsde\",\n    \"thurse\": \"ọnụego\",\n    \"thurst\": \"thuat\",\n    \"thus\": \"n'ihi ya\",\n    \"thusgate\": \"Nwachukwu\",\n    \"thushi\": \"ishi\",\n    \"thusly\": \"n'ihi ya\",\n    \"thusness\": \"enweghị\",\n    \"thuswise\": \"otu a kwa\",\n    \"thwacked\": \"mebiri\",\n    \"thwacker\": \"Kpọchie\",\n    \"thwackers\": \"ndị ohi\",\n    \"thwacking\": \"ịkụda\",\n    \"thwackingly\": \"Na-agbaghara\",\n    \"thwackstave\": \"Onyebuchi\",\n    \"thwart\": \"igbochi\",\n    \"thwarted\": \"mebie\",\n    \"thwartedly\": \"dara\",\n    \"thwarting\": \"igbochi\",\n    \"thwartingly\": \"na-emebighị iwu\",\n    \"thwartly\": \"thwart\",\n    \"thwartmen\": \"ndị agha\",\n    \"thwartness\": \"igbochi\",\n    \"thwarts\": \"okpu\",\n    \"thwartship\": \"wargha\",\n    \"thwartships\": \"wargha\",\n    \"thwartwise\": \"na mbu\",\n    \"thwittle\": \"ezi-okwu\",\n    \"thworl\": \"Onye nzuzu\",\n    \"tiar\": \"TIAR\",\n    \"tiaraed\": \"tiara\",\n    \"tiaralike\": \"tiara\",\n    \"tyauve\": \"nwua\",\n    \"tibby\": \"ihe omume\",\n    \"tiberian\": \"Nkechi\",\n    \"tibert\": \"Nkechi\",\n    \"tibicinist\": \"onyeegwu\",\n    \"tyburnian\": \"Nnenna\",\n    \"tic\": \"iczọ\",\n    \"ticals\": \"ihe\",\n    \"ticca\": \"iczọ\",\n    \"ticchen\": \"Nwachukwu\",\n    \"tice\": \"ato\",\n    \"ticement\": \"Nkwupụta\",\n    \"ticer\": \"dị ntakịrị\",\n    \"tyche\": \"pịa\",\n    \"tichel\": \"Nkechi\",\n    \"tychism\": \"ọrịa tychism\",\n    \"tychistic\": \"ịda iwu\",\n    \"tychite\": \"ihe odide\",\n    \"tichodrome\": \"icdị\",\n    \"tychonic\": \"ọ bụrụ\",\n    \"tichorhine\": \"Nwachukwu\",\n    \"tichorrhine\": \"Nwachukwu\",\n    \"tick\": \"tinye akọrọ\",\n    \"tickbean\": \"akọrọ\",\n    \"tickbird\": \"akpịrị\",\n    \"tickeater\": \"onye nlekọta tiketi\",\n    \"ticked\": \"tiketi\",\n    \"tickey\": \"tiketi\",\n    \"ticken\": \"ịka\",\n    \"tickers\": \"ihe mmado\",\n    \"ticket\": \"tiketi\",\n    \"ticketed\": \"tiketi\",\n    \"ticketer\": \"akara\",\n    \"ticketing\": \"Ịnye tiketi\",\n    \"ticketless\": \"enweghị tiketi\",\n    \"ticketmonger\": \"tiketi\",\n    \"tickets\": \"tiketi\",\n    \"ticky\": \"akọrọ\",\n    \"tickicide\": \"igbu onwe ya\",\n    \"tickie\": \"akọrọ\",\n    \"ticking\": \"ịkụ\",\n    \"tickings\": \"akọrọ\",\n    \"tickle\": \"otighiti\",\n    \"tickleback\": \"akọrọ\",\n    \"ticklebrain\": \"akọrọ ụbụrụ\",\n    \"tickled\": \"akọrọ\",\n    \"ticklely\": \"otighiti\",\n    \"ticklenburg\": \"Uchechukwu\",\n    \"ticklenburgs\": \"akọrọ\",\n    \"tickleness\": \"akọrọ\",\n    \"tickleproof\": \"akọrọ ihe\",\n    \"tickler\": \"akọrọ\",\n    \"ticklers\": \"akọrọ\",\n    \"tickles\": \"akọrọ\",\n    \"ticklesome\": \"akọrọ\",\n    \"tickless\": \"enweghị atụ\",\n    \"tickleweed\": \"Tickleweed\",\n    \"tickly\": \"akọrọ\",\n    \"tickliness\": \"ịkọ nkọ\",\n    \"tickling\": \"ịkụ aka\",\n    \"ticklingly\": \"na-egbu anyụike\",\n    \"ticklish\": \"na-amị\",\n    \"ticklishly\": \"na-agụ\",\n    \"ticklishness\": \"akọrọ\",\n    \"tickney\": \"akụrụ\",\n    \"tickproof\": \"akọrọ\",\n    \"ticks\": \"akọrọ\",\n    \"tickseed\": \"ahụrụ\",\n    \"tickseeded\": \"zọrọ\",\n    \"tickseeds\": \"akọrọ\",\n    \"ticktack\": \"akọrọ\",\n    \"ticktacked\": \"akọrọ\",\n    \"ticktacker\": \"akọrọ\",\n    \"ticktacking\": \"ịkụnye\",\n    \"ticktacks\": \"akọrọ\",\n    \"ticktacktoe\": \"Tickettoe\",\n    \"ticktacktoo\": \"Tickottoo\",\n    \"ticktick\": \"akọrọ\",\n    \"ticktock\": \"akọrọ\",\n    \"ticktocked\": \"akọrọ\",\n    \"ticktocking\": \"ịkụ nzọ\",\n    \"ticktocks\": \"tiktoks\",\n    \"tickweed\": \"ahụrụ\",\n    \"tycoon\": \"Ihe nnweta\",\n    \"tycoonate\": \"tycoons\",\n    \"tics\": \"Ihe\",\n    \"tictac\": \"iwu\",\n    \"tictacked\": \"Ikwesiri\",\n    \"tictacking\": \"tingacking\",\n    \"tictactoe\": \"mmmmmmmmmmmmm\",\n    \"tictic\": \"dị egwu\",\n    \"tictoc\": \"iczọ\",\n    \"tictocked\": \"pịa\",\n    \"tictocking\": \"Ntughari\",\n    \"tictocs\": \"mkpọchi\",\n    \"tid\": \"Ikwu\",\n    \"tidal\": \"ogbara\",\n    \"tidbit\": \"Obosara\",\n    \"tydden\": \"Ọdịdị\",\n    \"tiddy\": \"dozie\",\n    \"tyddyn\": \"ụdị\",\n    \"tiddledywinks\": \"iddị_ịdị\",\n    \"tiddley\": \"Nwachukwu\",\n    \"tiddleywink\": \"Nwachukwu\",\n    \"tiddler\": \"onye na-amụ ihe\",\n    \"tiddly\": \"kwụrụ ọtọ\",\n    \"tiddling\": \"igwu\",\n    \"tiddlywink\": \"Uchechukwu\",\n    \"tiddlywinker\": \"Nnenna Onyinye\",\n    \"tiddlywinking\": \"Uchechukwu Anyi\",\n    \"tiddlywinks\": \"Nnenna Onyinye\",\n    \"tided\": \"zoro\",\n    \"tideful\": \"tide\",\n    \"tidelands\": \"ala mmiri\",\n    \"tideless\": \"Na-adịghị\",\n    \"tidelessness\": \"enweghị ike\",\n    \"tideling\": \"izu ala\",\n    \"tidemaker\": \"oria ojoo\",\n    \"tidemaking\": \"Na-agbasa\",\n    \"tidemark\": \"oria ojoo\",\n    \"tidemarks\": \"Ọrịa\",\n    \"tiderip\": \"kootu\",\n    \"tides\": \"ebili\",\n    \"tidesman\": \"Onyebug\",\n    \"tidesurveyor\": \"ihe nlegharị\",\n    \"tideswell\": \"ibi ndụ\",\n    \"tideway\": \"okpokoro\",\n    \"tidewaiter\": \"ihe ngosi\",\n    \"tidewaitership\": \"izu ike\",\n    \"tideward\": \"tide\",\n    \"tidewater\": \"mmiri mmiri\",\n    \"tidewaters\": \"idei mmiri\",\n    \"tidy\": \"dozie\",\n    \"tidied\": \"Emezi\",\n    \"tidier\": \"ididị\",\n    \"tidies\": \"ozi ọma\",\n    \"tidiest\": \"nke kacha nta\",\n    \"tidife\": \"Nwunye\",\n    \"tidying\": \"na-edozi\",\n    \"tidyism\": \"ndozi\",\n    \"tidiness\": \"ịdị ọcha\",\n    \"tidinesses\": \"ịdị ọcha\",\n    \"tiding\": \"Na-akụ\",\n    \"tidingless\": \"enweghị atụ\",\n    \"tidings\": \"ozi\",\n    \"tidley\": \"idlọ\",\n    \"tidling\": \"igwu\",\n    \"tidology\": \"ịkọọ ihe\",\n    \"tidological\": \"idodị adị\",\n    \"tieclasp\": \"tie mgbachi\",\n    \"tieclasps\": \"tie mkpachi\",\n    \"tied\": \"agbakwunye\",\n    \"tiedog\": \"tie nkịta\",\n    \"tyees\": \"ndị ọrụ\",\n    \"tieless\": \"agbụ\",\n    \"tiemaking\": \"ịme egwuregwu\",\n    \"tien\": \"tiene\",\n    \"tienta\": \"tienda\",\n    \"tiepin\": \"tie ntụtụ\",\n    \"tierce\": \"ọnụ\",\n    \"tierced\": \"amaokwu\",\n    \"tierceron\": \"Ugochukwu\",\n    \"tierces\": \"tier\",\n    \"tiered\": \"gbasiri ike\",\n    \"tierer\": \"tier\",\n    \"tierlike\": \"tier\",\n    \"ties\": \"agbatị\",\n    \"tyes\": \"e ji aka\",\n    \"tiewigged\": \"kechie\",\n    \"tiffined\": \"tiffin\",\n    \"tiffing\": \"tiing\",\n    \"tiffining\": \"tiinging\",\n    \"tift\": \"tiif\",\n    \"tige\": \"nduru\",\n    \"tiger\": \"agu\",\n    \"tigerfishes\": \"tigerfish\",\n    \"tigerhearted\": \"nwee obi\",\n    \"tigerhood\": \"agu\",\n    \"tigery\": \"tiger\",\n    \"tigerishness\": \"ọgba aghara\",\n    \"tigerlike\": \"yiri\",\n    \"tigerling\": \"tiger\",\n    \"tigers\": \"agu\",\n    \"tigger\": \"Agu\",\n    \"tight\": \"uko\",\n    \"tighten\": \"ikesiike\",\n    \"tightened\": \"ikesii ike\",\n    \"tighteners\": \"sie ike\",\n    \"tightenings\": \"sie ike\",\n    \"tighter\": \"sie ike\",\n    \"tightest\": \"sie ike\",\n    \"tightfisted\": \"kechie\",\n    \"tightfistedly\": \"jidesie ike\",\n    \"tightfistedness\": \"nkwenye siri ike\",\n    \"tightfitting\": \"na-emegide\",\n    \"tightish\": \"gbasie ike\",\n    \"tightknit\": \"kechie\",\n    \"tightlier\": \"sie ike\",\n    \"tightliest\": \"siri ike\",\n    \"tightlipped\": \"mechie\",\n    \"tightrope\": \"eriri\",\n    \"tightroped\": \"mechie\",\n    \"tightropes\": \"na-emechi\",\n    \"tightroping\": \"na-emechi\",\n    \"tights\": \"jisie ike\",\n    \"tightwire\": \"ngwa ngwa\",\n    \"tiglon\": \"tiglọn\",\n    \"tigresses\": \"tigress\",\n    \"tigresslike\": \"tigress dị ka\",\n    \"tigrina\": \"tigrinya\",\n    \"tigrine\": \"tigrinya\",\n    \"tying\": \"na-ekekọta\",\n    \"tyke\": \"dee\",\n    \"tyken\": \"pịa\",\n    \"tikes\": \"tike\",\n    \"tyking\": \"ịpị\",\n    \"tilaks\": \"Nkedo\",\n    \"tylaster\": \"Nkọwapụta\",\n    \"tilbury\": \"Ugboro\",\n    \"tilburies\": \"Ugboro abụọ\",\n    \"tilde\": \"dedị\",\n    \"tilden\": \"zọọ\",\n    \"tyleberry\": \"tyleberị\",\n    \"tiled\": \"taịl\",\n    \"tilefishes\": \"aja aja\",\n    \"tileyard\": \"tile\",\n    \"tilelike\": \"tile\",\n    \"tilery\": \"taịl\",\n    \"tileries\": \"taịl nile\",\n    \"tylerism\": \"Ọrịa tylerism\",\n    \"tylerite\": \"Nchịkwa\",\n    \"tilers\": \"taịl nile\",\n    \"tiles\": \"taịl nile\",\n    \"tileseed\": \"taịl nile\",\n    \"tilesherd\": \"taịl nile\",\n    \"tileways\": \"tile\",\n    \"tilework\": \"tile\",\n    \"tileworks\": \"tile\",\n    \"tiliaceous\": \"Ugboro\",\n    \"tilicetum\": \"Ochie\",\n    \"tiling\": \"ịgbanye\",\n    \"tylion\": \"tylọn\",\n    \"till\": \"rue\",\n    \"tillaea\": \"Tilia\",\n    \"tillaeastrum\": \"Nnenna\",\n    \"tillage\": \"tụọ ihe\",\n    \"tillamook\": \"Ugochukwu\",\n    \"tillandsia\": \"Ugbo\",\n    \"tilled\": \"zụrụ\",\n    \"tiller\": \"Ihe tiller\",\n    \"tillered\": \"kwụrụ\",\n    \"tillering\": \"Ogbe\",\n    \"tillerman\": \"Ugochukwu\",\n    \"tillermen\": \"Ugochukwu\",\n    \"tillers\": \"Ndị na-azụ anụ\",\n    \"tilletia\": \"okpokoro\",\n    \"tilletiaceous\": \"Nkechi Nkechi\",\n    \"tilly\": \"tukwasi\",\n    \"tillicum\": \"Uchechi\",\n    \"tilling\": \"till\",\n    \"tillite\": \"rue\",\n    \"tillman\": \"Uduak\",\n    \"tillodont\": \"Ogbe\",\n    \"tillot\": \"Ugboro abụọ\",\n    \"tillotter\": \"Onye kere ihe\",\n    \"tills\": \"osisi\",\n    \"tilmus\": \"Ogbe\",\n    \"tylosoid\": \"nkà ihe ọmụma\",\n    \"tylostyle\": \"ụdị\",\n    \"tylotate\": \"tylott\",\n    \"tylotic\": \"tyloti\",\n    \"tilsit\": \"tinye\",\n    \"tilted\": \"kpọọrọ\",\n    \"tilters\": \"tilt\",\n    \"tilth\": \"nke isii\",\n    \"tilths\": \"Ugboro\",\n    \"tilty\": \"Ugboro abụọ\",\n    \"tiltyards\": \"ogige\",\n    \"tiltmaker\": \"ihe ndozi\",\n    \"tiltmeter\": \"tiltmita\",\n    \"tilts\": \"Ugboro abụọ\",\n    \"tiltup\": \"jisie ike\",\n    \"tilture\": \"Omenala\",\n    \"timable\": \"oge\",\n    \"timaliinae\": \"timaliidae\",\n    \"timar\": \"osisi\",\n    \"timazite\": \"Onyebuchi\",\n    \"timbales\": \"timba\",\n    \"timbe\": \"osisi\",\n    \"timber\": \"osisi\",\n    \"timberdoodle\": \"osisi osisi\",\n    \"timbered\": \"jisi ike\",\n    \"timberhead\": \"ichi isi\",\n    \"timbery\": \"oge\",\n    \"timberyard\": \"osisi\",\n    \"timbering\": \"osisi\",\n    \"timberjack\": \"ogwe osisi\",\n    \"timberland\": \"osisi osisi\",\n    \"timberlands\": \"osisi osisi\",\n    \"timberless\": \"enweghị osisi\",\n    \"timberlike\": \"osisi\",\n    \"timberline\": \"osisi\",\n    \"timberlines\": \"osisi osisi\",\n    \"timberling\": \"osisi\",\n    \"timberman\": \"osisi\",\n    \"timbermen\": \"osisi\",\n    \"timbern\": \"osisi\",\n    \"timbers\": \"osisi\",\n    \"timbersome\": \"na-egbu oge\",\n    \"timberwood\": \"osisi\",\n    \"timberwork\": \"osisi\",\n    \"timberwright\": \"oyuwo\",\n    \"timbreled\": \"timbre\",\n    \"timbrelled\": \"timbrel\",\n    \"timbrels\": \"timbre\",\n    \"timbres\": \"umu osisi\",\n    \"timbromanist\": \"onyeegwu\",\n    \"time\": \"oge\",\n    \"timeable\": \"usoro iheomume\",\n    \"timebinding\": \"oge ijikọ\",\n    \"timecard\": \"Kaadị\",\n    \"timecards\": \"kaadị\",\n    \"timed\": \"oge\",\n    \"timeful\": \"oge\",\n    \"timefully\": \"mgbe\",\n    \"timefulness\": \"oge\",\n    \"timekeep\": \"oge\",\n    \"timekeeper\": \"onye na-edebe oge\",\n    \"timekeepers\": \"ndị na-edebe oge\",\n    \"timekeepership\": \"nhazi oge\",\n    \"timekeeping\": \"nhazi oge\",\n    \"timeless\": \"enweghi mgbe\",\n    \"timelessly\": \"mgbe niile\",\n    \"timelessness\": \"enweghi oge\",\n    \"timely\": \"n’oge\",\n    \"timelier\": \"ngụ oge\",\n    \"timeliest\": \"oge\",\n    \"timeliness\": \"oge\",\n    \"timeling\": \"usoro iheomume\",\n    \"timeous\": \"oge\",\n    \"timeously\": \"mgbe\",\n    \"timeout\": \"nkeji oge\",\n    \"timeouts\": \"oge\",\n    \"timepiece\": \"oge\",\n    \"timepieces\": \"ihe ndozi\",\n    \"timepleaser\": \"oge\",\n    \"timeproof\": \"na-egbochi oge\",\n    \"timer\": \"ngụ oge\",\n    \"timerau\": \"oge\",\n    \"timerity\": \"oge\",\n    \"timers\": \"Ngụọge\",\n    \"times\": \"oge\",\n    \"timesaver\": \"mgbe\",\n    \"timesavers\": \"ndị na-ere oge\",\n    \"timesaving\": \"oge\",\n    \"timescale\": \"oge\",\n    \"timeserver\": \"oge nkesa\",\n    \"timeservers\": \"sava oge\",\n    \"timeserving\": \"oge\",\n    \"timeservingness\": \"oge ụfọdụ\",\n    \"timeshare\": \"ogehare\",\n    \"timeshares\": \"oge\",\n    \"timesharing\": \"oge\",\n    \"timet\": \"oge\",\n    \"timetable\": \"usoro iheomume\",\n    \"timetables\": \"usoro oge\",\n    \"timetaking\": \"nhazi oge\",\n    \"timeward\": \"oge\",\n    \"timework\": \"arụ ọrụ oge\",\n    \"timeworker\": \"ọrụ oge\",\n    \"timeworks\": \"arụ ọrụ\",\n    \"timid\": \"ihere\",\n    \"timider\": \"ihere\",\n    \"timidest\": \"na-eme ihere\",\n    \"timidity\": \"ihere\",\n    \"timidities\": \"ihere\",\n    \"timidly\": \"n'egwu\",\n    \"timidness\": \"ihere\",\n    \"timidous\": \"ihere\",\n    \"timing\": \"oge\",\n    \"timmer\": \"ngụ oge\",\n    \"timne\": \"oge\",\n    \"timocracy\": \"ichi\",\n    \"timon\": \"osisi okike\",\n    \"timoneer\": \"ngụ oge\",\n    \"timonian\": \"Timonian\",\n    \"timonism\": \"oge\",\n    \"timonist\": \"onye na-akwado iheomume\",\n    \"timorously\": \"oge\",\n    \"timorsome\": \"oge\",\n    \"timote\": \"oge\",\n    \"timothean\": \"ogechi\",\n    \"timothy\": \"Timoti\",\n    \"tympanies\": \"ntinye ederede\",\n    \"tympaning\": \"mpịachi\",\n    \"timpanist\": \"onye na-eme ihe nkiri\",\n    \"timpanists\": \"ndị na-eme ihe nkiri\",\n    \"tympans\": \"tympan\",\n    \"tin\": \"gbam\",\n    \"tinctorially\": \"tinctorial\",\n    \"tinctorious\": \"tinctorius\",\n    \"tincts\": \"tincture\",\n    \"tincturing\": \"tincting\",\n    \"tyndallmeter\": \"tyndallmita\",\n    \"tinderboxes\": \"igbe ntanetị\",\n    \"tindered\": \"etinyere\",\n    \"tindery\": \"ihe ntanetị\",\n    \"tinderish\": \"tindish\",\n    \"tinderlike\": \"dị ka tinder\",\n    \"tinderous\": \"dị obere\",\n    \"tinders\": \"nduru\",\n    \"tinean\": \"tine\",\n    \"tyned\": \"zụrụ\",\n    \"tineine\": \"tine\",\n    \"tineoid\": \"Onyekwere\",\n    \"tinerer\": \"kụrụ\",\n    \"tinety\": \"obere ihe\",\n    \"tinful\": \"dị obere\",\n    \"ting\": \"tint\",\n    \"tinge\": \"ntabi\",\n    \"tinged\": \"dọọ\",\n    \"tingeing\": \"tinging\",\n    \"tingent\": \"tenti\",\n    \"tinges\": \"Ntughari\",\n    \"tinggian\": \"Asụsụ\",\n    \"tingi\": \"nsị\",\n    \"tingibility\": \"nsị\",\n    \"tingid\": \"Ntughari\",\n    \"tinging\": \"na-egbu mgbu\",\n    \"tingis\": \"nsị\",\n    \"tingitid\": \"Ntughari\",\n    \"tinglass\": \"tlas\",\n    \"tingle\": \"ntamu\",\n    \"tingled\": \"wụrụ mgbu\",\n    \"tingler\": \"lerfụ\",\n    \"tinglers\": \"ịkụnye\",\n    \"tingles\": \"Ogbu\",\n    \"tingletangle\": \"letdị\",\n    \"tingly\": \"izu ike\",\n    \"tinglier\": \"afụ ọnụ\",\n    \"tingliest\": \"na-egbu mgbu\",\n    \"tingling\": \"na-egbu mgbu\",\n    \"tinglingly\": \"na-egbu mgbu\",\n    \"tinglish\": \"tịdị ntutu\",\n    \"tingtang\": \"da\",\n    \"tinguy\": \"asụsụ\",\n    \"tinguian\": \"asụsụ\",\n    \"tinhorns\": \"tinhorn\",\n    \"tiny\": \"pere mpe\",\n    \"tiniest\": \"kasị nta\",\n    \"tinily\": \"obere\",\n    \"tininess\": \"obere\",\n    \"tininesses\": \"obere ihe\",\n    \"tining\": \"na-eri nri\",\n    \"tink\": \"tinkị\",\n    \"tinkerdom\": \"nwuezigbo\",\n    \"tinkering\": \"na-akụ\",\n    \"tinkerlike\": \"dị dị ka\",\n    \"tinkers\": \"ịkụ ọkpọ\",\n    \"tinkle\": \"tinkị\",\n    \"tinkled\": \"kere\",\n    \"tinklerman\": \"Onyedikachi\",\n    \"tinkles\": \"ntabi anya\",\n    \"tinkly\": \"nwampụ\",\n    \"tinklier\": \"Ichie\",\n    \"tinkliest\": \"nwachukwu\",\n    \"tinkling\": \"na-akụ\",\n    \"tinklingly\": \"na-akụ\",\n    \"tinklings\": \"ntabi anya\",\n    \"tinlet\": \"kootu\",\n    \"tinmen\": \"umu nwoke\",\n    \"tinne\": \"tin\",\n    \"tinned\": \"tin\",\n    \"tinnery\": \"obere\",\n    \"tino\": \"nwu\",\n    \"tinoceras\": \"Nnenna\",\n    \"tinoceratid\": \"Nzubeegwu\",\n    \"tinosa\": \"Nnenna\",\n    \"tinplate\": \"ihe mpempe akwụkwọ\",\n    \"tinplates\": \"ihe mpempe akwụkwọ\",\n    \"tinsel\": \"ihe nchara\",\n    \"tinseling\": \"tinshin\",\n    \"tinsellike\": \"uchenna\",\n    \"tinselling\": \"tinsing\",\n    \"tinselmaker\": \"inslọ ihe nhicha\",\n    \"tinsels\": \"ihe ntanet\",\n    \"tinsman\": \"Onyechukwu\",\n    \"tinsmen\": \"umu nwoke\",\n    \"tinsmith\": \"ntụtụ\",\n    \"tinsmithy\": \"nwachukwu\",\n    \"tinsmithing\": \"ngbako\",\n    \"tinsmiths\": \"ihe ntanet\",\n    \"tinstones\": \"obere okwute\",\n    \"tintage\": \"tintagel\",\n    \"tintamar\": \"tintamarre\",\n    \"tintarron\": \"tintamarre\",\n    \"tinted\": \"ihe\",\n    \"tinters\": \"tint\",\n    \"tintie\": \"tinti\",\n    \"tintiness\": \"tintinụ\",\n    \"tinting\": \"tingtọ\",\n    \"tintings\": \"tinting\",\n    \"tintinnabulation\": \"tintinba\",\n    \"tintinnabulations\": \"tintinnabines\",\n    \"tintinnabulous\": \"Enweghi ego\",\n    \"tintless\": \"enweghị\",\n    \"tintlessness\": \"enweghị mmasị\",\n    \"tintometer\": \"tintomita\",\n    \"tinwoman\": \"Nwanyị nwanyị\",\n    \"tinworker\": \"onye oru\",\n    \"tinworking\": \"na-arụ ọrụ\",\n    \"tip\": \"n'ọnụ ọnụ\",\n    \"typarchical\": \"ihe omimi\",\n    \"tipburn\": \"afụ\",\n    \"tipcart\": \"Akpụkpọ ụkwụ\",\n    \"tipcarts\": \"ihe mkpuchi\",\n    \"tipcat\": \"ọkpọka\",\n    \"tipcats\": \"ọkpọka\",\n    \"type\": \"pịnye\",\n    \"typebar\": \"ụdị\",\n    \"typecase\": \"typewriter\",\n    \"typecases\": \"ụdị\",\n    \"typecast\": \"igwe igwe\",\n    \"typecasting\": \"ịpịgharị ihe\",\n    \"typed\": \"pịnye\",\n    \"typees\": \"ụdị\",\n    \"typefaces\": \"ụdị ihu\",\n    \"typeform\": \"ụdị\",\n    \"typefounders\": \"ihe omimi\",\n    \"typefounding\": \"ihe odide\",\n    \"typefoundry\": \"ụdị\",\n    \"typeholder\": \"onye nwere ihe\",\n    \"typeless\": \"enweghị ụdị\",\n    \"types\": \"ụdị\",\n    \"typescript\": \"typecript\",\n    \"typescripts\": \"ụdị edemede\",\n    \"typeset\": \"ụdị\",\n    \"typeseting\": \"etdị ụdị\",\n    \"typesets\": \"ụdị\",\n    \"typesetter\": \"ụdị\",\n    \"typesetters\": \"ụdị\",\n    \"typesetting\": \"etdị ụdị\",\n    \"typesof\": \"ụdị\",\n    \"typewrite\": \"typewriter\",\n    \"typewriters\": \"typewriter\",\n    \"typewrites\": \"typewriter\",\n    \"typewritten\": \"typewriter\",\n    \"typewrote\": \"typewriter\",\n    \"tipful\": \"Ntuziaka\",\n    \"typha\": \"tyfa\",\n    \"typhaceous\": \"ugwu\",\n    \"typhic\": \"ịdọ aka ná ntị\",\n    \"typhization\": \"ọrịa ọgbụgba\",\n    \"typhlatony\": \"ịba ume ọkụ\",\n    \"typhlenteritis\": \"ịba ọcha n'anya\",\n    \"typhlitis\": \"ịba ọcha n'anya\",\n    \"typhlology\": \"ịkọwa okwu\",\n    \"typhlopid\": \"typlopid\",\n    \"typhlosolar\": \"nkà ihe ọmụma\",\n    \"typhlosole\": \"nkà ihe ọmụma\",\n    \"typhlostomy\": \"ịba ume ọkụ\",\n    \"typhoidlike\": \"typhoid yiri\",\n    \"typhoids\": \"typhoid\",\n    \"typhomalarial\": \"ọria\",\n    \"typhons\": \"typhon\",\n    \"typhoon\": \"ajọ ifufe\",\n    \"typhoons\": \"Oyobio\",\n    \"typhopneumonia\": \"ịrịa ọrịa ọria\",\n    \"typhosis\": \"ịba ahụ́ ọkụ\",\n    \"typhus\": \"ịba ume ọkụ\",\n    \"typhuses\": \"ịba ahụ ọkụ\",\n    \"typy\": \"dee\",\n    \"typic\": \"ihe otiti\",\n    \"typica\": \"oria ojoo\",\n    \"typical\": \"ahụkarị\",\n    \"typicality\": \"ahụkarị\",\n    \"typically\": \"a\",\n    \"typicalness\": \"ahụkarị\",\n    \"typicon\": \"oria ojoo\",\n    \"typify\": \"see\",\n    \"typification\": \"ọgbụgba\",\n    \"typified\": \"gosiri\",\n    \"typifier\": \"ihe otiti\",\n    \"typifiers\": \"ndị na-ese ihe\",\n    \"typifies\": \"na-anọchi anya\",\n    \"typifying\": \"na-egosi\",\n    \"typikons\": \"ajọ ifufe\",\n    \"typing\": \"iji kọmputa ede\",\n    \"typist\": \"onye na-ede akwukwo\",\n    \"typists\": \"ndị na-egbu ihe\",\n    \"tipit\": \"ọkpụrụkpụ\",\n    \"tiple\": \"atọ\",\n    \"tiplet\": \"atọ\",\n    \"tipman\": \"tippmann\",\n    \"tipmen\": \"tippmann\",\n    \"tipmost\": \"kasị\",\n    \"typograph\": \"ihe ederede\",\n    \"typographer\": \"onye na-ede ihe ederede\",\n    \"typographers\": \"ndị na-ede ihe odide\",\n    \"typography\": \"ndeputa ihe\",\n    \"typographic\": \"ndenye ihe ederede\",\n    \"typographical\": \"ndeputa ihe\",\n    \"typographically\": \"ndeputa ihe\",\n    \"typographies\": \"ndeputa ihe odide\",\n    \"typographist\": \"onye na-ede ihe odide\",\n    \"typolithographic\": \"ndebanye aha\",\n    \"typology\": \"ihe odide\",\n    \"typologic\": \"ndeputa ihe\",\n    \"typological\": \"ihe ederede\",\n    \"typologically\": \"ide ihe\",\n    \"typologies\": \"ụdị\",\n    \"typologist\": \"ọkà mmụta ihe ọmụma\",\n    \"typonym\": \"Ihe otiti\",\n    \"typonymic\": \"ihe otiti\",\n    \"typonymous\": \"typewriter\",\n    \"typos\": \"ndebiri\",\n    \"typoscript\": \"odide\",\n    \"typotelegraphy\": \"ihe omuma\",\n    \"typothere\": \"ebe ike\",\n    \"typp\": \"dee\",\n    \"tipple\": \"n'ọnụ ọnụ\",\n    \"tippleman\": \"onye nwe mmadu\",\n    \"tipples\": \"n'ọnụ ọnụ\",\n    \"tippling\": \"tipu aka\",\n    \"typps\": \"mpịnye\",\n    \"tipree\": \"Atụmatụ\",\n    \"tips\": \"Atụmatụ\",\n    \"tipsy\": \"Atụmatụ\",\n    \"tipsiest\": \"kachasị\",\n    \"tipsify\": \"dezie\",\n    \"tipsification\": \"ndumodu\",\n    \"tipsifier\": \"Atụmatụ\",\n    \"tipsily\": \"Atụmatụ\",\n    \"tipsiness\": \"Ntuziaka\",\n    \"tipstaff\": \"n'ọnụ ụzọ\",\n    \"tipstaffs\": \"n'ọnụ ụzọ\",\n    \"tipstaves\": \"ihe ndozi\",\n    \"tipsters\": \"Nkpu\",\n    \"tipstock\": \"Ngwongwo\",\n    \"tipstocks\": \"Nkpu\",\n    \"tiptail\": \"n'ọnụ ụzọ\",\n    \"tipteerer\": \"onye nwe anyi\",\n    \"tiptilt\": \"gbadoro\",\n    \"tiptoed\": \"tipto\",\n    \"tiptoeing\": \"ịkụ aka\",\n    \"tiptoeingly\": \"na-agbatị\",\n    \"tiptoes\": \"tipto\",\n    \"tiptoing\": \"ịkụ aka\",\n    \"typtologist\": \"ọkà mmụta ihe ọmụma\",\n    \"tiptop\": \"n'ọnụ ọnụ\",\n    \"tiptopness\": \"Ntuziaka\",\n    \"tiptops\": \"akpịrị aka\",\n    \"tipup\": \"n'ọnụ ọnụ\",\n    \"tyr\": \"Nke\",\n    \"tirades\": \"okpokoro\",\n    \"tirage\": \"Ike\",\n    \"tyramines\": \"nsogbu\",\n    \"tyranness\": \"ọchịchị aka ike\",\n    \"tyranni\": \"ọchịchị aka ike\",\n    \"tyranny\": \"ọchịchị aka ike\",\n    \"tyrannial\": \"ọchịchị aka ike\",\n    \"tyrannic\": \"ọchịchị aka ike\",\n    \"tyrannical\": \"ọchịchị aka ike\",\n    \"tyrannically\": \"nke aka ike\",\n    \"tyrannicalness\": \"ọchịchị aka ike\",\n    \"tyrannicidal\": \"Ochichi\",\n    \"tyrannicide\": \"ọchịchị aka ike\",\n    \"tyrannicly\": \"aka ike\",\n    \"tyrannides\": \"ọchịchị aka ike\",\n    \"tyrannies\": \"ọchịchị aka ike\",\n    \"tyrannis\": \"ọchịchị aka ike\",\n    \"tyrannise\": \"ọchịchị aka ike\",\n    \"tyrannised\": \"aka ike\",\n    \"tyranniser\": \"onye ọchịchị aka ike\",\n    \"tyrannising\": \"ọchịchị aka ike\",\n    \"tyrannisingly\": \"iji aka ike\",\n    \"tyrannism\": \"ọchịchị aka ike\",\n    \"tyrannize\": \"aka ike\",\n    \"tyrannized\": \"aka ike\",\n    \"tyrannizer\": \"onye na-eme ihe ike\",\n    \"tyrannizers\": \"ndị ọchịchị aka ike\",\n    \"tyrannizes\": \"ọchịchị aka ike\",\n    \"tyrannizing\": \"ọchịchị aka ike\",\n    \"tyrannizingly\": \"na-achị n'aka ike\",\n    \"tyrannoid\": \"ọchịchị aka ike\",\n    \"tyrannous\": \"ọchịchị aka ike\",\n    \"tyrannousness\": \"ọchịchị aka ike\",\n    \"tyrant\": \"onye aka ike\",\n    \"tyrantcraft\": \"ọchịchị aka ike\",\n    \"tyrantlike\": \"ọchịchị aka ike\",\n    \"tyrants\": \"ndị aka ike\",\n    \"tyrantship\": \"ọchịchị aka ike\",\n    \"tire\": \"taya\",\n    \"tyre\": \"taya\",\n    \"tired\": \"ike gwụrụ\",\n    \"tyred\": \"pịa\",\n    \"tireder\": \"ike gwụrụ\",\n    \"tiredest\": \"ike gwụrụ\",\n    \"tiredly\": \"na-agwụ ike\",\n    \"tiredness\": \"ike ọgwụgwụ\",\n    \"tiredom\": \"Ike ọgwụgwụ\",\n    \"tirehouse\": \"taya ụlọ\",\n    \"tireless\": \"ike gwụrụ\",\n    \"tirelessly\": \"ike na-agwụ ike\",\n    \"tirelessness\": \"ike ọgwụgwụ\",\n    \"tireling\": \"ike ọgwụgwụ\",\n    \"tiremaid\": \"nwa agbọghọ taya\",\n    \"tiremaking\": \"tirem\",\n    \"tireman\": \"taya\",\n    \"tiremen\": \"taya\",\n    \"tirement\": \"taya\",\n    \"tirer\": \"taya\",\n    \"tireroom\": \"ime ụlọ taya\",\n    \"tires\": \"taya\",\n    \"tyres\": \"taya\",\n    \"tiresias\": \"taya\",\n    \"tiresmith\": \"taya\",\n    \"tiresome\": \"na-agwụ ike\",\n    \"tiresomely\": \"Ikechukwu\",\n    \"tiresomeness\": \"ikechukwu\",\n    \"tiring\": \"na-agwụ ike\",\n    \"tyring\": \"na-agwụ ike\",\n    \"tiringly\": \"na-agwụ ike\",\n    \"tirl\": \"tiri\",\n    \"tirled\": \"ehichapụ\",\n    \"tirling\": \"na-ehichapụ\",\n    \"tirls\": \"gbue\",\n    \"tyroid\": \"ọnụọgụ\",\n    \"tyrolese\": \"Taịlị\",\n    \"tyrology\": \"Ọrịa\",\n    \"tyromancy\": \"nsogbu\",\n    \"tyronic\": \"okwu ojoo\",\n    \"tyrosinuria\": \"tyrosinemia\",\n    \"tirr\": \"tiria\",\n    \"tyrr\": \"Nke\",\n    \"tirralirra\": \"tirra lirra\",\n    \"tirret\": \"mebie\",\n    \"tirrit\": \"tirisa\",\n    \"tirrivee\": \"tiria\",\n    \"tirrivees\": \"mebie\",\n    \"tirrlie\": \"tirilie\",\n    \"tirrwirr\": \"Ntinyewrr\",\n    \"tyrsenoi\": \"nwezie\",\n    \"tyrtaean\": \"Obinna\",\n    \"tirve\": \"ihichapu\",\n    \"tirwit\": \"tiritiri\",\n    \"tisanes\": \"tisan\",\n    \"tisiphone\": \"Tisiphone\",\n    \"tissu\": \"akpa\",\n    \"tissual\": \"anụ ahụ\",\n    \"tissue\": \"anụ ahụ\",\n    \"tissued\": \"anụ ahụ\",\n    \"tissuey\": \"anụ ahụ\",\n    \"tissueless\": \"anụ ahụ\",\n    \"tissuelike\": \"akpa\",\n    \"tissues\": \"anụ ahụ\",\n    \"tissuing\": \"nsị\",\n    \"tyste\": \"ihe\",\n    \"tystie\": \"iwu\",\n    \"tiswin\": \"islọ\",\n    \"titanian\": \"titanị\",\n    \"titanites\": \"titanite\",\n    \"titanitic\": \"titanite\",\n    \"titanocyanide\": \"titano cyanide\",\n    \"titans\": \"titan\",\n    \"tite\": \"Uzo\",\n    \"titeration\": \"titration\",\n    \"tithable\": \"otu ụzọ n'ụzọ iri\",\n    \"tithe\": \"otu ụzọ n'ụzọ iri\",\n    \"tithebook\": \"otu ụzọ n'ụzọ iri\",\n    \"tithed\": \"otu ụzọ n'ụzọ iri\",\n    \"tythed\": \"ekebiri\",\n    \"titheless\": \"n'agbanyeghị\",\n    \"tithepayer\": \"otu ụzọ n'ụzọ iri\",\n    \"tither\": \"otu ụzọ n'ụzọ iri\",\n    \"titheright\": \"otu ụzọ n'ụzọ iri\",\n    \"tithers\": \"otu ụzọ n'ụzọ iri\",\n    \"tithes\": \"otu ụzọ n'ụzọ iri\",\n    \"tythes\": \"ịpịnye\",\n    \"tithing\": \"iri\",\n    \"tything\": \"ịpịnye ihe\",\n    \"tithingman\": \"otu ụzọ n'ụzọ iri\",\n    \"tithingmen\": \"ndị otu ụzọ n'ụzọ iri\",\n    \"tithingpenny\": \"iri\",\n    \"tithings\": \"otu ụzọ n'ụzọ iri\",\n    \"titianesque\": \"titanesque\",\n    \"titianic\": \"titanic\",\n    \"titians\": \"titan\",\n    \"tities\": \"ogbe\",\n    \"titillative\": \"ihe dị iche iche\",\n    \"title\": \"aha\",\n    \"titleboard\": \"isiokwu\",\n    \"titled\": \"akpọ\",\n    \"titledom\": \"isiokwuom\",\n    \"titleholder\": \"onye nwere aha\",\n    \"titleless\": \"enweghị aha\",\n    \"titleproof\": \"isiokwu\",\n    \"titles\": \"aha\",\n    \"titleship\": \"isi\",\n    \"titlike\": \"dị ka\",\n    \"titlist\": \"ndepụta\",\n    \"titmen\": \"ndị titmen\",\n    \"titrable\": \"dị ire\",\n    \"titrants\": \"titrant\",\n    \"titrating\": \"ịtụ ụtụ\",\n    \"titrator\": \"onye nhazi ihe\",\n    \"titrators\": \"ndị titita\",\n    \"tits\": \"nnụnnụ tit\",\n    \"titteration\": \"tittere\",\n    \"tittered\": \"etinyere\",\n    \"titterers\": \"ndị tittere\",\n    \"tittery\": \"otu ụzọ n'ụzọ iri\",\n    \"tittler\": \"Ntughari\",\n    \"tittuppy\": \"Ikwerre\",\n    \"titularies\": \"titularị\",\n    \"titularly\": \"titular\",\n    \"tiver\": \"mkpọtụ\",\n    \"tizwin\": \"Ugochukwu\",\n    \"tizzy\": \"Nkechi\",\n    \"tjandi\": \"Nnenna\",\n    \"tjanting\": \"ịmara\",\n    \"tjenkal\": \"Nnenna\",\n    \"tjosite\": \"Nwachukwu\",\n    \"tlaco\": \"ogbe\",\n    \"tlakluit\": \"Onyinyechukwu\",\n    \"tlapallan\": \"Nnenna\",\n    \"tlascalan\": \"Nnenna\",\n    \"tlingit\": \"Nnenna\",\n    \"tln\": \"Ntinye\",\n    \"tlo\": \"ukwu\",\n    \"tlr\": \"Amụma\",\n    \"tmeses\": \"Gburugburu\",\n    \"tmesipteris\": \"Tmesipteris\",\n    \"tmh\": \"Tmh\",\n    \"tng\": \"ngh\",\n    \"to\": \"ka\",\n    \"toad\": \"awo\",\n    \"toadeat\": \"toata\",\n    \"toadeating\": \"Ikechukwu\",\n    \"toader\": \"awo\",\n    \"toadess\": \"adbụ\",\n    \"toadfish\": \"tofish\",\n    \"toadfishes\": \"todu azu\",\n    \"toadflower\": \"okpokoro\",\n    \"toadhead\": \"isi n'isi\",\n    \"toady\": \"toadị\",\n    \"toadied\": \"toadi\",\n    \"toadies\": \"toadị\",\n    \"toadying\": \"igwu\",\n    \"toadyisms\": \"toadyism\",\n    \"toadyship\": \"ndụdụ\",\n    \"toadishness\": \"ndụdụ\",\n    \"toadless\": \"enweghị atụ\",\n    \"toadlike\": \"toady\",\n    \"toadlikeness\": \"ịdị ka ịdị ọcha\",\n    \"toadling\": \"igwu\",\n    \"toadpipes\": \"toda ọkpọkọ\",\n    \"toadroot\": \"torotoot\",\n    \"toads\": \"okpokoro\",\n    \"toadship\": \"ihe isi ike\",\n    \"toadstool\": \"toatstool\",\n    \"toadstools\": \"toatstools\",\n    \"toadwise\": \"n'ụzọ zuru ezu\",\n    \"toarcian\": \"Toarcian\",\n    \"toast\": \"tost\",\n    \"toasted\": \"toasiri\",\n    \"toaster\": \"tosta\",\n    \"toasty\": \"toast\",\n    \"toastmastery\": \"tostmastery\",\n    \"toastmasters\": \"tostmaster\",\n    \"toastmistress\": \"tostmistress\",\n    \"toastmistresses\": \"tostmistresses\",\n    \"toat\": \"ikpo ọkụ\",\n    \"tobacco\": \"ụtaba\",\n    \"tobaccoes\": \"sịga\",\n    \"tobaccofied\": \"ụtaba\",\n    \"tobaccoy\": \"ụtaba\",\n    \"tobaccoism\": \"ụtaba\",\n    \"tobaccoite\": \"ụtaba\",\n    \"tobaccoless\": \"ụtaba\",\n    \"tobacconists\": \"ndị na-egbu egbu\",\n    \"tobaccophil\": \"ụtaba\",\n    \"tobaccoroot\": \"ụtaba\",\n    \"tobiah\": \"Tobaya\",\n    \"tobogganed\": \"toboggan\",\n    \"tobogganing\": \"toboging\",\n    \"tobogganists\": \"tobogganist\",\n    \"toccatas\": \"tokacat\",\n    \"tocharese\": \"izu ahia\",\n    \"tocher\": \"tochi\",\n    \"tocologist\": \"ọkà mmụta ọgwụ\",\n    \"tocome\": \"ibia\",\n    \"tocometer\": \"tocometa\",\n    \"tocophobia\": \"tokophobia\",\n    \"tocsin\": \"tosin\",\n    \"tocsins\": \"tosin\",\n    \"tod\": \"Nwata\",\n    \"today\": \"taa\",\n    \"todayish\": \"ugbua\",\n    \"todayll\": \"taa\",\n    \"todays\": \"taa\",\n    \"todd\": \"umuaka\",\n    \"todder\": \"nwa\",\n    \"toddy\": \"udidi\",\n    \"toddick\": \"nwa\",\n    \"toddies\": \"umuaka\",\n    \"toddyman\": \"ije nwa\",\n    \"toddymen\": \"dmụaka\",\n    \"toddite\": \"Okpukpo\",\n    \"toddle\": \"ije ije\",\n    \"toddled\": \"gbasaa\",\n    \"toddlekins\": \"ije ije\",\n    \"toddler\": \"ije ije\",\n    \"toddlers\": \"na-amụ ije\",\n    \"toddles\": \"ije ije\",\n    \"toddling\": \"na-amụ ije\",\n    \"todelike\": \"ịnyịnya\",\n    \"tody\": \"ihe egwuregwu\",\n    \"tods\": \"elu\",\n    \"todus\": \"nwa\",\n    \"toe\": \"mkpịsị ụkwụ\",\n    \"toea\": \"toia\",\n    \"toecapped\": \"toecapu\",\n    \"toehold\": \"idowe\",\n    \"toeholds\": \"ịkwado\",\n    \"toeing\": \"mkpịsị ụkwụ\",\n    \"toeless\": \"mkpịsị aka\",\n    \"toellite\": \"satịlaịtị\",\n    \"toenail\": \"mboukwu\",\n    \"toenailed\": \"toenụ\",\n    \"toenailing\": \"mboukwu\",\n    \"toenails\": \"mbo ụkwụ\",\n    \"toepiece\": \"toipiece\",\n    \"toeplate\": \"toepep\",\n    \"toerless\": \"enweghi ike\",\n    \"toes\": \"mkpịsị ụkwụ aka\",\n    \"toeshoes\": \"mkpịsị ụkwụ ụkwụ\",\n    \"toffee\": \"toffe\",\n    \"toffees\": \"toffee\",\n    \"toffish\": \"tofish\",\n    \"toffs\": \"toff\",\n    \"tofieldia\": \"toilerdia\",\n    \"tofore\": \"tosho\",\n    \"togaed\": \"toga\",\n    \"togated\": \"togged\",\n    \"togawise\": \"ntughari\",\n    \"together\": \"ọnụ\",\n    \"togetherhood\": \"ịdị n'otu\",\n    \"togetheriness\": \"ịdị n'otu\",\n    \"togetherness\": \"ọnụ\",\n    \"togethers\": \"gbakọta\",\n    \"togged\": \"tog\",\n    \"toggel\": \"toggle\",\n    \"togger\": \"toggler\",\n    \"toggery\": \"togọọ\",\n    \"toggeries\": \"toggeri\",\n    \"togging\": \"toggị\",\n    \"toggled\": \"togg\",\n    \"togglers\": \"toggle\",\n    \"toggling\": \"toggị\",\n    \"togues\": \"asụsụ\",\n    \"toy\": \"egwuregwu ụmụaka\",\n    \"toydom\": \"ihe egwuregwu\",\n    \"toyers\": \"ndị na-azụ ahịa\",\n    \"toyful\": \"egwuregwu ụmụaka\",\n    \"toyfulness\": \"ihe egwuregwu\",\n    \"toyhouse\": \"ụlọ egwuregwu\",\n    \"toying\": \"Na-egwuri egwu\",\n    \"toyingly\": \"n'egwuregwu\",\n    \"toyish\": \"ihe egwuregwu\",\n    \"toyishly\": \"egwuregwu\",\n    \"toyishness\": \"ihe egwuregwu\",\n    \"toil\": \"adọgbu onwe ha n'ọrụ\",\n    \"toyland\": \"egwuri egwu\",\n    \"toile\": \"ụlọ mposi\",\n    \"toiled\": \"ụlọ mposi\",\n    \"toiler\": \"ụlọ mposi\",\n    \"toilers\": \"ụlọ mposi\",\n    \"toiles\": \"toili\",\n    \"toyless\": \"ihe egwuregwu\",\n    \"toilet\": \"ụlọ mposi\",\n    \"toileted\": \"mposi\",\n    \"toileting\": \"mposi\",\n    \"toiletry\": \"ụlọ mposi\",\n    \"toiletries\": \"ụlọ mposi\",\n    \"toilets\": \"ụlọ mposi\",\n    \"toilette\": \"ụlọ mposi\",\n    \"toiletted\": \"ụlọ mposi\",\n    \"toilettes\": \"ụlọ mposi\",\n    \"toiletware\": \"ụlọ mposi\",\n    \"toilful\": \"na-adọgbu onwe ha n'ọrụ\",\n    \"toilfully\": \"n'ọrụ\",\n    \"toylike\": \"egwuri egwu dika\",\n    \"toiling\": \"na-adọgbu onwe ha n'ọrụ\",\n    \"toilingly\": \"na-agwụ ike\",\n    \"toilless\": \"adọgbu onwe ha n’ọrụ\",\n    \"toillessness\": \"ịdị uchu\",\n    \"toils\": \"ọrụ\",\n    \"toilsome\": \"na-agwụ ike\",\n    \"toilsomeness\": \"ọrụ\",\n    \"toymaking\": \"eji egwuri egwu\",\n    \"toyman\": \"egwuri egwu\",\n    \"toymen\": \"ụmụ nwoke ji egwuri egwu\",\n    \"toyons\": \"toyos\",\n    \"toys\": \"ihe egwuregwu\",\n    \"toisech\": \"toise\",\n    \"toised\": \"toise\",\n    \"toyshop\": \"ihe egwuregwu\",\n    \"toising\": \"toise\",\n    \"toysome\": \"ihe egwuregwu\",\n    \"toist\": \"ikwado\",\n    \"toiting\": \"na-agagharị\",\n    \"toytown\": \"obodo nta\",\n    \"toywoman\": \"Nwanyị egwuregwu ụmụaka\",\n    \"toywort\": \"egwuri egwu\",\n    \"token\": \"akara aka\",\n    \"tokened\": \"token\",\n    \"tokening\": \"token\",\n    \"tokenism\": \"akara aka\",\n    \"tokenisms\": \"akara aka\",\n    \"tokenless\": \"enweghi ike\",\n    \"tokyoites\": \"ndi tokyoites\",\n    \"tolanes\": \"tolanis\",\n    \"tolas\": \"tola\",\n    \"tolbooths\": \"tolbos\",\n    \"told\": \"gwara\",\n    \"tolderia\": \"amaokwu\",\n    \"toldo\": \"gwara\",\n    \"tole\": \"ndidi\",\n    \"toled\": \"toledo\",\n    \"toledan\": \"toledo\",\n    \"toledoan\": \"toledo\",\n    \"tolerability\": \"ndidi\",\n    \"tolerable\": \"kendilite\",\n    \"tolerableness\": \"ndidi\",\n    \"tolerably\": \"ndidi\",\n    \"tolerablish\": \"anabata\",\n    \"tolerance\": \"ndidi\",\n    \"tolerances\": \"ndidi\",\n    \"tolerancy\": \"ndidi\",\n    \"tolerant\": \"emede\",\n    \"tolerantism\": \"ndidi\",\n    \"tolerantly\": \"na ndidi\",\n    \"tolerate\": \"anabataghị\",\n    \"tolerated\": \"anakwere\",\n    \"tolerates\": \"na-anabata\",\n    \"tolerating\": \"na-anabata\",\n    \"toleration\": \"ndidi\",\n    \"tolerationism\": \"ndidi\",\n    \"tolerationist\": \"onye na-anabata ndidi\",\n    \"tolerative\": \"na-anabata\",\n    \"tolerator\": \"onye na-anabata ihe\",\n    \"tolerators\": \"ndị na-anabata ihe\",\n    \"tolerism\": \"ndidi\",\n    \"toleware\": \"ndidi\",\n    \"toll\": \"Ụtụ okporo ụzọ\",\n    \"tollable\": \"tolitere\",\n    \"tollbar\": \"ọnụ ọgụgụ\",\n    \"tollbars\": \"ọnụ ọgụgụ\",\n    \"tollbook\": \"kobo\",\n    \"tollbooth\": \"kobo\",\n    \"tollbooths\": \"kobo\",\n    \"tolled\": \"tolịkwa\",\n    \"tollent\": \"tollel\",\n    \"toller\": \"tolị\",\n    \"tollery\": \"tolị\",\n    \"tollgates\": \"Kpọtụrụ\",\n    \"tollgatherer\": \"mmmmmmmmmmmmm\",\n    \"tollhall\": \"ọnụ\",\n    \"tollhouse\": \"ụlọ ahịa\",\n    \"tollhouses\": \"ọnụ ụlọ\",\n    \"tolly\": \"kpam kpam\",\n    \"tollies\": \"ụtụ\",\n    \"tolling\": \"na-agbakwunye\",\n    \"tollkeeper\": \"onye na-elekọta ego\",\n    \"tollman\": \"ọnụ\",\n    \"tollmaster\": \"tọmaster\",\n    \"tollmen\": \"ndị nwụrụ anwụ\",\n    \"tollon\": \"tolọn\",\n    \"tollpenny\": \"ọkpụrụkpụ\",\n    \"tolls\": \"ụtụ\",\n    \"tolltaker\": \"ọkpọ oku\",\n    \"tollway\": \"okporo ụzọ\",\n    \"tollways\": \"okporo ụzọ\",\n    \"tolt\": \"Ihe adighi\",\n    \"toluols\": \"toluol\",\n    \"tolus\": \"tolusi\",\n    \"tolutation\": \"lutgba aghara\",\n    \"tomahawked\": \"Tomahawked\",\n    \"tomans\": \"Tomans\",\n    \"tomato\": \"Tomato\",\n    \"tomatoes\": \"tomato\",\n    \"tomb\": \"ili\",\n    \"tomback\": \"tombak\",\n    \"tombacks\": \"oge\",\n    \"tombaks\": \"tombak\",\n    \"tombal\": \"tombak\",\n    \"tombed\": \"lili\",\n    \"tombing\": \"na-eli\",\n    \"tombless\": \"enweghị ili\",\n    \"tomblet\": \"okonkwo\",\n    \"tomblike\": \"dị ka ili\",\n    \"tomboyful\": \"Udochukwu\",\n    \"tomboyish\": \"Udochukwu\",\n    \"tomboyishly\": \"Egbema\",\n    \"tomboyishness\": \"ndaba\",\n    \"tombs\": \"ili\",\n    \"tombstone\": \"okuteili\",\n    \"tombstones\": \"ili ozu\",\n    \"tomcatted\": \"ctọ\",\n    \"tomcatting\": \"na-egbu egbu\",\n    \"tome\": \"Tome\",\n    \"tomeful\": \"dị mma\",\n    \"tomelet\": \"okpokoro\",\n    \"toment\": \"dị mma\",\n    \"tomentous\": \"dị ụtọ\",\n    \"tomfoolishness\": \"nzuzu\",\n    \"tomial\": \"olili\",\n    \"tomin\": \"onyinye\",\n    \"tomines\": \"ugodi\",\n    \"tommed\": \"gbadoro\",\n    \"tomming\": \"na-acha ọcha\",\n    \"tommyrots\": \"tommyrot\",\n    \"tomnoup\": \"izu ike\",\n    \"tomograms\": \"tomogram\",\n    \"tomograph\": \"ederede\",\n    \"tomography\": \"ihe omimi\",\n    \"tomographic\": \"ihe ngosi\",\n    \"tomographies\": \"ihe omimi\",\n    \"tomorn\": \"ụtụtụ\",\n    \"tomorrow\": \"echi\",\n    \"tomorrower\": \"echi\",\n    \"tomorrowing\": \"echi\",\n    \"tomorrowness\": \"nnabata\",\n    \"tomorrows\": \"echi\",\n    \"tompions\": \"mpempe akwụkwọ\",\n    \"tomtit\": \"ụnụ\",\n    \"tomtitmouse\": \"ogba egbe\",\n    \"tomtits\": \"nnụnnụ mmiri\",\n    \"ton\": \"tọn\",\n    \"tonal\": \"ụda olu\",\n    \"tonalist\": \"onye ndebe olu\",\n    \"tonalite\": \"ụdaolu\",\n    \"tonality\": \"asụsụ\",\n    \"tonalitive\": \"ụda olu\",\n    \"tonally\": \"n'ozuzu\",\n    \"tonant\": \"ibu\",\n    \"tonation\": \"ationgbọ\",\n    \"tone\": \"ụda\",\n    \"toned\": \"edda\",\n    \"tonedeafness\": \"ededa\",\n    \"toneladas\": \"ụdaolu\",\n    \"toneless\": \"ụda\",\n    \"tonelessly\": \"n'olu dara ụda\",\n    \"tonelessness\": \"enweghị olu\",\n    \"tonemes\": \"tonem\",\n    \"tonemic\": \"asụsụ\",\n    \"toner\": \"Toner\",\n    \"toners\": \"Toners\",\n    \"tones\": \"ụda\",\n    \"tonetic\": \"ụda\",\n    \"tonetically\": \"otu olu\",\n    \"tonetician\": \"dibia ogwu\",\n    \"tonetics\": \"tonetiks\",\n    \"tonette\": \"tonet\",\n    \"tonettes\": \"ụda tonet\",\n    \"tonged\": \"tong\",\n    \"tonging\": \"tong\",\n    \"tongman\": \"Onyebuchi\",\n    \"tongmen\": \"ụmụ nwoke\",\n    \"tongrian\": \"onye tongrian\",\n    \"tongs\": \"mgbịrịgba\",\n    \"tongsman\": \"okonkwo\",\n    \"tongsmen\": \"ụmụ nwoke\",\n    \"tongue\": \"ire\",\n    \"tonguebird\": \"nnụnụ\",\n    \"tonguecraft\": \"ọrụ asụsụ\",\n    \"tongued\": \"asụsụ\",\n    \"tonguedoughty\": \"ire iwe\",\n    \"tonguefence\": \"nsu nsu\",\n    \"tonguefishes\": \"tonguefish\",\n    \"tongueful\": \"asụsụ\",\n    \"tonguefuls\": \"asụsụ\",\n    \"tongueless\": \"enweghị ire\",\n    \"tonguelessness\": \"enweghị asụsụ\",\n    \"tonguelet\": \"asụsụ\",\n    \"tonguemanship\": \"asụsụ\",\n    \"tonguemen\": \"asụsụ\",\n    \"tongues\": \"asụsụ\",\n    \"tongueshot\": \"asụsụ\",\n    \"tonguesman\": \"onye na-asụ asụsụ\",\n    \"tonguesore\": \"asụsụ\",\n    \"tonguester\": \"asụsụ\",\n    \"tonguetip\": \"ire n'ọnụ\",\n    \"tonguy\": \"ire\",\n    \"tonguiness\": \"asụsụ\",\n    \"tonguing\": \"asụsụ\",\n    \"tonguings\": \"asụsụ\",\n    \"tonic\": \"ụda\",\n    \"tonical\": \"asụsụ\",\n    \"tonically\": \"n'olu\",\n    \"tonicity\": \"ịdị ọkụ\",\n    \"tonicities\": \"ihe omimi\",\n    \"tonicked\": \"na-ada ụda\",\n    \"tonicking\": \"nsị\",\n    \"tonicobalsamic\": \"ogidi\",\n    \"tonics\": \"ihe omuma\",\n    \"tonies\": \"Tonies\",\n    \"toniest\": \"ihe kacha mma\",\n    \"tonify\": \"zụọ\",\n    \"tonight\": \"n'abalị a\",\n    \"tonights\": \"ụda\",\n    \"toning\": \"inggha\",\n    \"tonish\": \"asụsụ\",\n    \"tonishly\": \"n'asụsụ\",\n    \"tonishness\": \"inyi\",\n    \"tonitrocirrus\": \"Ugboro abụọ\",\n    \"tonitrual\": \"nke nwere ike\",\n    \"tonitruant\": \"Ugboro abụọ\",\n    \"tonitruone\": \"Ugboro abụọ\",\n    \"tonitruous\": \"na-eme mkpọtụ\",\n    \"tonjon\": \"ụda\",\n    \"tonkin\": \"tonki\",\n    \"tonlet\": \"kootu\",\n    \"tonlets\": \"tọn\",\n    \"tonn\": \"tọn\",\n    \"tonne\": \"tọn\",\n    \"tonneaued\": \"Enwere ike\",\n    \"tonneaus\": \"onu ogugu\",\n    \"tonneaux\": \"Ugboro abụọ\",\n    \"tonners\": \"tọn\",\n    \"tonnes\": \"tọn\",\n    \"tonnish\": \"Tonnish\",\n    \"tonnishly\": \"n'arọ\",\n    \"tonnishness\": \"ịdị arọ\",\n    \"tonology\": \"asụsụ\",\n    \"tonological\": \"ihe omumu\",\n    \"tonometer\": \"tonomita\",\n    \"tonophant\": \"Ugboro abụọ\",\n    \"tonous\": \"ụda\",\n    \"tons\": \"tọn\",\n    \"tonsbergite\": \"Ugboro abụọ\",\n    \"tonsilar\": \"tonsillar\",\n    \"tonsilitis\": \"ụkwara nta\",\n    \"tonsillary\": \"tonsillar\",\n    \"tonsillectome\": \"ụyọkọ akụrụngwa\",\n    \"tonsillectomy\": \"ụyọkọ akụrụngwa\",\n    \"tonsillectomize\": \"ọkụ\",\n    \"tonsillith\": \"ụkwara nta\",\n    \"tonsillitic\": \"akuku\",\n    \"tonsillitis\": \"ụkwara nta\",\n    \"tonsillotomy\": \"ụkwara nta\",\n    \"tonsor\": \"tọn\",\n    \"tonsorial\": \"ụda\",\n    \"tonsurate\": \"tọn\",\n    \"tonsure\": \"udiri\",\n    \"tonsured\": \"eburu\",\n    \"tonsures\": \"nkwupụta\",\n    \"tonsuring\": \"na-akụ\",\n    \"tontines\": \"ụda\",\n    \"tonus\": \"tọn\",\n    \"tonuses\": \"asụsụ\",\n    \"too\": \"Ọzọkwa\",\n    \"took\": \"were\",\n    \"tooken\": \"were\",\n    \"tool\": \"ngwá ọrụ\",\n    \"toolach\": \"Okechi\",\n    \"toolbox\": \"igbe ngwaọrụ\",\n    \"toolboxes\": \"igbe igbe\",\n    \"toolbuilder\": \"onye oru ihe\",\n    \"toolbuilding\": \"ụlọ ọrụ\",\n    \"tooled\": \"Okechukwu\",\n    \"tooler\": \"Onye nlekọta\",\n    \"toolers\": \"ngwaọrụ\",\n    \"toolhead\": \"isi ihe\",\n    \"toolheads\": \"ngwá ọrụ\",\n    \"toolholder\": \"onye nwere ihe eji arụ ọrụ\",\n    \"toolholding\": \"ijikwa ihe eji eme ihe\",\n    \"toolhouse\": \"akụrụngwa\",\n    \"tooling\": \"ngwá ọrụ\",\n    \"toolkit\": \"ngwa ọrụ\",\n    \"toolless\": \"enweghị ngwá ọrụ\",\n    \"toolmaker\": \"emeputa ihe\",\n    \"toolmakers\": \"ndị na-emepụta ngwá ọrụ\",\n    \"toolmaking\": \"na-arụ ọrụ\",\n    \"toolman\": \"onye ọrụ\",\n    \"toolmark\": \"njirimara ngwaọrụ\",\n    \"toolmarking\": \"Ntọala ngwaọrụ\",\n    \"toolmen\": \"ndị ọrụ\",\n    \"toolplate\": \"Ngwaọrụ\",\n    \"toolroom\": \"ime ụlọ ọrụ\",\n    \"toolrooms\": \"ime ụlọ ọrụ\",\n    \"tools\": \"ngwaọrụ\",\n    \"toolsetter\": \"Ngwaọrụ\",\n    \"toolshed\": \"ngwá ọrụ wụsịrị\",\n    \"toolsheds\": \"ngwá ụlọ\",\n    \"toolsi\": \"ngwaọrụ\",\n    \"toolsy\": \"Ngwaọrụ\",\n    \"toolslide\": \"Ngwaọrụ\",\n    \"toolsmith\": \"ngwá ọrụ\",\n    \"toolstock\": \"Ngwá ọrụ\",\n    \"toolstone\": \"nkume\",\n    \"toomly\": \"toom\",\n    \"tooted\": \"elu\",\n    \"tooters\": \"toot toot\",\n    \"tooth\": \"eze\",\n    \"toothache\": \"eze mgbu\",\n    \"toothaches\": \"eze mgbu\",\n    \"toothachy\": \"eze mgbu\",\n    \"toothaching\": \"eze mgbu\",\n    \"toothbill\": \"eze\",\n    \"toothbrush\": \"brọsh\",\n    \"toothbrushes\": \"ihe ntanet\",\n    \"toothbrushy\": \"ezé ezé\",\n    \"toothbrushing\": \"na-ehicha ezé\",\n    \"toothchiseled\": \"ezé ezé\",\n    \"toothcomb\": \"ezé\",\n    \"toothcup\": \"eze\",\n    \"toothdrawer\": \"eze ezé\",\n    \"toothdrawing\": \"ezé na-ese\",\n    \"toothed\": \"ezé\",\n    \"toother\": \"ezé\",\n    \"toothflower\": \"ifuru toothy\",\n    \"toothful\": \"eze\",\n    \"toothy\": \"toot\",\n    \"toothill\": \"ezé\",\n    \"toothing\": \"eze eze\",\n    \"toothless\": \"ezé\",\n    \"toothlessly\": \"ezé\",\n    \"toothlessness\": \"ezé\",\n    \"toothlet\": \"eze\",\n    \"toothleted\": \"ezé ezé\",\n    \"toothlike\": \"ezé\",\n    \"toothpaste\": \"ihe ntanet\",\n    \"toothpastes\": \"ihe ntacha eze\",\n    \"toothpick\": \"tutpik\",\n    \"toothpicks\": \"ihe ntanet\",\n    \"toothplate\": \"ihe ntanye eze\",\n    \"toothpowder\": \"icha eze\",\n    \"toothproof\": \"eze àmà\",\n    \"tooths\": \"ezé\",\n    \"toothshell\": \"akwa eze\",\n    \"toothsome\": \"ezé\",\n    \"toothsomely\": \"ezé\",\n    \"toothsomeness\": \"ezé\",\n    \"toothstick\": \"eze\",\n    \"toothwash\": \"ntacha eze\",\n    \"toothwork\": \"eze\",\n    \"toothwort\": \"ezé ezé\",\n    \"tooting\": \"toote\",\n    \"tootinghole\": \"tooting oghere\",\n    \"tootled\": \"tootle\",\n    \"tootler\": \"tootle\",\n    \"tootlers\": \"ezé\",\n    \"tootling\": \"otbụ\",\n    \"tootses\": \"tootsie\",\n    \"tootsy\": \"tootsie\",\n    \"tootsies\": \"tootsie\",\n    \"toozle\": \"Ukwuu\",\n    \"toozoo\": \"Uzochi\",\n    \"top\": \"n'elu\",\n    \"topaz\": \"Topaz\",\n    \"topazes\": \"topa\",\n    \"topcast\": \"Topcast\",\n    \"topcastle\": \"nnukwu ụlọ\",\n    \"topcoat\": \"akwa mmiri\",\n    \"topcoats\": \"akwa mkpuchi\",\n    \"topcrosses\": \"okpokoro\",\n    \"topdress\": \"Uwe elu\",\n    \"topdressing\": \"ndozi ụlọ\",\n    \"topectomy\": \"ile anya\",\n    \"topectomies\": \"atụmatụ\",\n    \"toped\": \"n'elu\",\n    \"topees\": \"topee\",\n    \"toperdom\": \"toperọ\",\n    \"topers\": \"kpakpando\",\n    \"topes\": \"n'elu\",\n    \"topflight\": \"elu ugwu\",\n    \"topflighter\": \"elu ugwu\",\n    \"topfull\": \"Uzochi\",\n    \"tophaceous\": \"ugwu\",\n    \"tophe\": \"tophi\",\n    \"tophes\": \"tophus\",\n    \"tophet\": \"tofet\",\n    \"tophetic\": \"tofii\",\n    \"tophetical\": \"tofical\",\n    \"tophetize\": \"topheti\",\n    \"tophous\": \"Uzo elu\",\n    \"topiaries\": \"elu ugwu\",\n    \"topiarist\": \"Topiarist\",\n    \"topic\": \"isiokwu\",\n    \"topical\": \"Ndewo\",\n    \"topicality\": \"Ndehie\",\n    \"topicalities\": \"Ndeputa ihe\",\n    \"topically\": \"n'ile\",\n    \"topics\": \"isiokwu\",\n    \"toping\": \"Toping\",\n    \"toplessness\": \"toplessing\",\n    \"toplighted\": \"kpughere\",\n    \"topline\": \"isiokwu\",\n    \"topliner\": \"Topliner\",\n    \"toplofty\": \"Nkechi\",\n    \"toploftical\": \"N'elu ala\",\n    \"toploftily\": \"N'elu ala\",\n    \"toploftiness\": \"Nwee elu\",\n    \"topman\": \"onye isi\",\n    \"topmen\": \"ndị isi\",\n    \"topmost\": \"kasị\",\n    \"topnotch\": \"ọkaibe\",\n    \"topographer\": \"onye na-ese ihe\",\n    \"topographers\": \"ndị na-ese akwụkwọ\",\n    \"topography\": \"ọdịdị ala\",\n    \"topographies\": \"njegharị\",\n    \"topographist\": \"onye na-eme ihe omume\",\n    \"topologically\": \"n'usoro\",\n    \"topologist\": \"ọkà mmụta banyere ọrịa\",\n    \"topologize\": \"topologi\",\n    \"toponymic\": \"Toponymic\",\n    \"toponymist\": \"Toponymist\",\n    \"toponymous\": \"isiokwu\",\n    \"toponyms\": \"isi okwu\",\n    \"topophone\": \"ekwentị\",\n    \"topotypic\": \"isiokwu\",\n    \"topotypical\": \"isiokwu\",\n    \"toppingness\": \"toppinging\",\n    \"toppings\": \"n'elu\",\n    \"toppled\": \"dara ada\",\n    \"topples\": \"isi\",\n    \"toppling\": \"topping\",\n    \"tops\": \"n'elu\",\n    \"topsailite\": \"Topsail ite\",\n    \"topside\": \"elu\",\n    \"topsider\": \"n'elu sider\",\n    \"topsyturn\": \"topsy gbanwee\",\n    \"topsmelts\": \"elu\",\n    \"topsoil\": \"elu ala\",\n    \"topsoiled\": \"etinyere\",\n    \"topsoils\": \"elu ala\",\n    \"topstitch\": \"elu ụlọ\",\n    \"topstones\": \"nkume n’elu\",\n    \"topwork\": \"arụ ọrụ ụlọ\",\n    \"topworked\": \"arụ ọrụ\",\n    \"topworking\": \"arụ ọrụ\",\n    \"topworks\": \"arụ ọrụ ụlọ\",\n    \"torbanite\": \"ogbe\",\n    \"torbanitic\": \"Onyema\",\n    \"torc\": \"a\",\n    \"torcel\": \"nsogbu\",\n    \"torch\": \"ọwa\",\n    \"torchbearer\": \"olulu\",\n    \"torchbearers\": \"ndị na-ere ọkụ\",\n    \"torchbearing\": \"ọkụ\",\n    \"torched\": \"ọkụ\",\n    \"torcher\": \"oku\",\n    \"torchere\": \"ọkụ\",\n    \"torcheres\": \"ọkụ\",\n    \"torches\": \"ọwa\",\n    \"torchet\": \"oku\",\n    \"torchy\": \"ọkụ\",\n    \"torchier\": \"igwe\",\n    \"torchiers\": \"ọkụ\",\n    \"torchiest\": \"kacha\",\n    \"torching\": \"ọkụ\",\n    \"torchless\": \"ọwa\",\n    \"torchlight\": \"ọwa\",\n    \"torchlighted\": \"ọwa\",\n    \"torchlike\": \"ọwa\",\n    \"torchlit\": \"ọwa\",\n    \"torchman\": \"mbata\",\n    \"torchons\": \"iyi\",\n    \"torchweed\": \"ọwa\",\n    \"torchwort\": \"ọwa\",\n    \"torcs\": \"tork\",\n    \"torcular\": \"okirikiri\",\n    \"torculus\": \"iyi\",\n    \"tordion\": \"torsion\",\n    \"tordrillite\": \"Uzoukwu\",\n    \"tore\": \"dọwara\",\n    \"toreador\": \"onye na-aguta ihe\",\n    \"toreadors\": \"Ọnya\",\n    \"tored\": \"ike gwụrụ\",\n    \"tores\": \"taya\",\n    \"toret\": \"akwa\",\n    \"toreutics\": \"njeghari\",\n    \"torfaceous\": \"nnweta\",\n    \"torgot\": \"ohia\",\n    \"tory\": \"nde\",\n    \"toric\": \"egwu\",\n    \"torydom\": \"udo\",\n    \"tories\": \"akụkọ\",\n    \"toriest\": \"ihe kacha mma\",\n    \"toryfication\": \"orytọ\",\n    \"torified\": \"mekpala ahụ\",\n    \"toryhillite\": \"Nkechi Nwachukwu\",\n    \"toryistic\": \"orytọ\",\n    \"toriness\": \"mmiri\",\n    \"toryship\": \"ihe ndozi\",\n    \"toryweed\": \"Nnenna\",\n    \"tormen\": \"ndị ọkụ\",\n    \"torment\": \"mmekpa ahụ\",\n    \"tormenta\": \"ahụhụ\",\n    \"tormentable\": \"mmekpa ahụ\",\n    \"tormentation\": \"mmekpa ahụ\",\n    \"tormentative\": \"na-ata ahụhụ\",\n    \"tormented\": \"ahụhụ\",\n    \"tormentedly\": \"emekpa ahu\",\n    \"tormenter\": \"mmekpa ahụ\",\n    \"tormenters\": \"ndị mmekpa ahụ\",\n    \"tormentful\": \"na-ata ahụhụ\",\n    \"tormentil\": \"ahụhụ\",\n    \"tormentilla\": \"ahụhụ\",\n    \"tormenting\": \"mmekpa ahụ\",\n    \"tormentingly\": \"na-ata ahụhụ\",\n    \"tormentingness\": \"mmekpa ahu\",\n    \"tormentive\": \"ahụhụ\",\n    \"tormentor\": \"onye mmekpa ahụ\",\n    \"tormentors\": \"ndị mmekpa ahụ\",\n    \"tormentous\": \"ahụhụ\",\n    \"tormentress\": \"ahụhụ\",\n    \"tormentry\": \"ahuhu\",\n    \"torments\": \"mmekpa ahụ\",\n    \"tormentum\": \"ahụhụ\",\n    \"torminal\": \"iyi\",\n    \"torminous\": \"iyi\",\n    \"torn\": \"dọwara\",\n    \"tornachile\": \"Onyekachukwu\",\n    \"tornada\": \"tonado\",\n    \"tornade\": \"ihe ike\",\n    \"tornadic\": \"efufu\",\n    \"tornado\": \"tonado\",\n    \"tornadoes\": \"tonado\",\n    \"tornadoesque\": \"mmiri ozuzo que\",\n    \"tornadolike\": \"tonado dị ka\",\n    \"tornadoproof\": \"tonado àmà\",\n    \"tornados\": \"tonado\",\n    \"tornal\": \"n'ike n'ike\",\n    \"tornaria\": \"taria\",\n    \"tornariae\": \"taria\",\n    \"tornarian\": \"agbasasị\",\n    \"tornese\": \"n'ike\",\n    \"tornilla\": \"tornillo\",\n    \"tornit\": \"adọwa\",\n    \"tornote\": \"Toronto\",\n    \"toroidally\": \"toroidal\",\n    \"toronto\": \"Toronto\",\n    \"torontonian\": \"Torontonian\",\n    \"torosity\": \"torosiri\",\n    \"torosities\": \"toros\",\n    \"torpedineer\": \"ọwa mmiri\",\n    \"torpedinous\": \"na-asọ oyi\",\n    \"torpedoed\": \"mkpọchi\",\n    \"torpedoing\": \"igwu\",\n    \"torpedoist\": \"onye nkuchi\",\n    \"torpedoman\": \"Ugboro abụọ\",\n    \"torpedomen\": \"ndiegwu\",\n    \"torpedoproof\": \"ndagwurugwu\",\n    \"torpent\": \"oku\",\n    \"torpescence\": \"ọnya\",\n    \"torpescent\": \"ọnyà\",\n    \"torpex\": \"ogbe\",\n    \"torpidity\": \"azịza\",\n    \"torpidities\": \"iyi\",\n    \"torpidly\": \"n'igwe\",\n    \"torpidness\": \"mbibi\",\n    \"torpify\": \"bulie ije\",\n    \"torpified\": \"okpokoro\",\n    \"torpifying\": \"na-egbu egbu\",\n    \"torpitude\": \"oku\",\n    \"torporific\": \"ọkụ\",\n    \"torpors\": \"iyi\",\n    \"torquate\": \"zuru ezu\",\n    \"torquated\": \"mebiri\",\n    \"torqued\": \"mebiri\",\n    \"torquers\": \"mbibi\",\n    \"torques\": \"arụsị\",\n    \"torqueses\": \"ogologo\",\n    \"torquing\": \"nwuda\",\n    \"torrefacation\": \"mmegharị\",\n    \"torrefaction\": \"ndozi\",\n    \"torrefy\": \"egwu\",\n    \"torrefication\": \"mmekpa ahụ\",\n    \"torrefied\": \"egwu\",\n    \"torrefies\": \"egwu\",\n    \"torrefying\": \"egwu\",\n    \"torrens\": \"iyi\",\n    \"torrent\": \"Iyi\",\n    \"torrentful\": \"n'iyi\",\n    \"torrentfulness\": \"iyi\",\n    \"torrential\": \"na-asọ\",\n    \"torrentiality\": \"ochicho\",\n    \"torrentially\": \"n'ụzọ zuru ezu\",\n    \"torrentine\": \"iyi\",\n    \"torrentless\": \"enweghị ike\",\n    \"torrentlike\": \"dị ka iyi\",\n    \"torrents\": \"Iyi\",\n    \"torrentuous\": \"iyi\",\n    \"torrentwise\": \"n'iyi\",\n    \"torret\": \"Iyi\",\n    \"torricellian\": \"onyeka onwenu\",\n    \"torrid\": \"egwu\",\n    \"torridest\": \"nke kacha sie ike\",\n    \"torridity\": \"egwu\",\n    \"torridly\": \"dị egwu\",\n    \"torridness\": \"egwu\",\n    \"torridonian\": \"okirikiri\",\n    \"torrify\": \"maa ahụhụ\",\n    \"torrified\": \"ụjọ\",\n    \"torrifies\": \"egwu\",\n    \"torrifying\": \"egwu\",\n    \"torrone\": \"udu mmiri\",\n    \"torses\": \"tors\",\n    \"torsibility\": \"ndidi\",\n    \"torsimeter\": \"torsimita\",\n    \"torsioning\": \"torsion\",\n    \"torsionless\": \"enweghị\",\n    \"torsive\": \"tors\",\n    \"torso\": \"toso\",\n    \"torsoes\": \"torsos\",\n    \"torsometer\": \"torsometa\",\n    \"torsoocclusion\": \"toso mmechi\",\n    \"tort\": \"ịta ahụhụ\",\n    \"torta\": \"mbe\",\n    \"tortays\": \"tortas\",\n    \"torte\": \"otele\",\n    \"torteau\": \"otele\",\n    \"torteaus\": \"mbe\",\n    \"torteaux\": \"otele\",\n    \"torten\": \"mekpa mmadụ ahụ\",\n    \"tortes\": \"mkpagbu\",\n    \"tortfeasor\": \"ebe ike\",\n    \"tortfeasors\": \"ndị na-eme ihe ike\",\n    \"torticollar\": \"mmmmmmmmmmmmm\",\n    \"torticollis\": \"mmmmmmmmmmmmm\",\n    \"torticone\": \"Nwachukwu\",\n    \"tortie\": \"torti\",\n    \"tortil\": \"tortilla\",\n    \"tortile\": \"tortilla\",\n    \"tortility\": \"tortilla\",\n    \"tortille\": \"Mgbu\",\n    \"tortillions\": \"Ahụhụ\",\n    \"tortillon\": \"Okechi\",\n    \"tortious\": \"emekpa ahu\",\n    \"tortiously\": \"n'ụzọ\",\n    \"tortive\": \"dị egwu\",\n    \"tortoise\": \"mbe\",\n    \"tortoiselike\": \"mbe\",\n    \"tortoises\": \"mbe\",\n    \"tortoiseshell\": \"mbekwu\",\n    \"tortonian\": \"Mgbu\",\n    \"tortonis\": \"mkpịsị\",\n    \"tortor\": \"mmekpa ahụ\",\n    \"tortrices\": \"uche\",\n    \"tortricid\": \"Ahụhụ\",\n    \"tortricidae\": \"mkpagbu\",\n    \"tortricina\": \"Ahụhụ\",\n    \"tortricine\": \"Ahụhụ\",\n    \"tortricoid\": \"mmmmmmmmmmmmm\",\n    \"tortricoidea\": \"mmmmmmmmmmmmm\",\n    \"tortrix\": \"mkpị\",\n    \"tortrixes\": \"ozu\",\n    \"torts\": \"Ahụ\",\n    \"tortue\": \"mmekpa ahụ\",\n    \"tortula\": \"mkpagbu\",\n    \"tortulaceae\": \"mkpagbu\",\n    \"tortulaceous\": \"na-egbu egbu\",\n    \"tortulous\": \"ike\",\n    \"tortuose\": \"mkparị\",\n    \"tortuosity\": \"mkparị\",\n    \"tortuosities\": \"mkparị\",\n    \"tortuous\": \"ike\",\n    \"tortuously\": \"n’ike\",\n    \"tortuousness\": \"mmekpa ahụ\",\n    \"torturable\": \"mmekpa ahụ\",\n    \"torturableness\": \"mmekpa-ahu\",\n    \"torture\": \"mmekpa ahụ\",\n    \"tortured\": \"ahụhụ\",\n    \"torturedly\": \"emekpa ahu\",\n    \"tortureproof\": \"na-emekpa mmadụ ahụ\",\n    \"torturer\": \"na-ata ahụhụ\",\n    \"torturers\": \"ndị mmekpa ahụ\",\n    \"tortures\": \"mmekpa ahụ\",\n    \"torturesome\": \"emekpa ahụ\",\n    \"torturesomeness\": \"na-ata ahụhụ\",\n    \"torturing\": \"emekpa ahụ\",\n    \"torturingly\": \"emekpa\",\n    \"torturous\": \"emekpa ahu\",\n    \"torturously\": \"emekpa ahu\",\n    \"torturousness\": \"mmekpa ahụ\",\n    \"torulaceous\": \"dị egwu\",\n    \"torulaform\": \"nsogbu\",\n    \"torulosis\": \"ọnya\",\n    \"torulous\": \"dị egwu\",\n    \"torulus\": \"ihe\",\n    \"toruses\": \"ihe iyi egwu\",\n    \"torve\": \"nwuo\",\n    \"torvid\": \"mpako\",\n    \"torvity\": \"ebili\",\n    \"torvous\": \"dị njọ\",\n    \"tosephtas\": \"tosephas\",\n    \"toshes\": \"tosh\",\n    \"toss\": \"itulielu\",\n    \"tossed\": \"tosiri\",\n    \"tosser\": \"tosh\",\n    \"tossers\": \"toss\",\n    \"tosses\": \"toss\",\n    \"tossily\": \"tossili\",\n    \"tossingly\": \"toss\",\n    \"tossment\": \"tossing\",\n    \"tosspots\": \"tosspot\",\n    \"tosticated\": \"ihe tostic\",\n    \"tosticating\": \"tosticing\",\n    \"tostication\": \"tostic\",\n    \"tot\": \"ngụkọta\",\n    \"total\": \"ngụkọta\",\n    \"totaled\": \"ngụkọta\",\n    \"totaling\": \"ngụkọta\",\n    \"totalisator\": \"ngụkọta\",\n    \"totalise\": \"nchikota\",\n    \"totalised\": \"ngụkọta\",\n    \"totalises\": \"ngụkọta\",\n    \"totalising\": \"na-agbakọta\",\n    \"totalism\": \"ngụkọta\",\n    \"totalisms\": \"ngụkọta\",\n    \"totalistic\": \"ngụkọta\",\n    \"totalitarian\": \"aka ike\",\n    \"totalitarianism\": \"ọchịchị aka ike\",\n    \"totalitarianize\": \"ọchịchị aka ike\",\n    \"totalitarianized\": \"ọchịchị aka ike\",\n    \"totalitarianizing\": \"na mkpokọta\",\n    \"totalitarians\": \"ngụkọta\",\n    \"totality\": \"ngụkọta\",\n    \"totalities\": \"ngụkọta\",\n    \"totalitizer\": \"ngụkọta\",\n    \"totalization\": \"ngụkọta\",\n    \"totalizator\": \"ngụkọta\",\n    \"totalizators\": \"ngụkọta\",\n    \"totalize\": \"mechaa\",\n    \"totalized\": \"zuru ezu\",\n    \"totalizer\": \"ngụkọta\",\n    \"totalizes\": \"na-agbakọta\",\n    \"totalizing\": \"ngụkọta\",\n    \"totalled\": \"ngụkọta\",\n    \"totaller\": \"ngụkọta\",\n    \"totallers\": \"ngụkọta\",\n    \"totally\": \"kpam kpam\",\n    \"totalling\": \"ngụkọta\",\n    \"totalness\": \"ngụkọta\",\n    \"totals\": \"ngụkọta\",\n    \"tote\": \"jisie\",\n    \"toted\": \"zụrụ\",\n    \"toteload\": \"Toteload\",\n    \"totemy\": \"nke dum\",\n    \"totemic\": \"zuru ezu\",\n    \"totemically\": \"kpam kpam\",\n    \"totemism\": \"zuru ezu\",\n    \"totemisms\": \"ngụkọta\",\n    \"totemistic\": \"ngụkọta\",\n    \"totemists\": \"ngụkọta\",\n    \"totemite\": \"zuru ezu\",\n    \"totemites\": \"ngụkọta\",\n    \"totemization\": \"mkpokọta\",\n    \"totery\": \"na-achịkọta\",\n    \"totes\": \"na\",\n    \"tother\": \"kpoo\",\n    \"toty\": \"nchikota\",\n    \"totient\": \"na-agbanwe agbanwe\",\n    \"toting\": \"na-achịkọta\",\n    \"totipalmate\": \"ngụkọta\",\n    \"totipalmation\": \"ngụkọta\",\n    \"totipotence\": \"nnweta\",\n    \"totipotency\": \"zuru ezu\",\n    \"totipotencies\": \"ngụkọta\",\n    \"totipotent\": \"Nkechi\",\n    \"totipotential\": \"zuru oke\",\n    \"totipotentiality\": \"nnweta ihe niile\",\n    \"totitive\": \"zuru ezu\",\n    \"totonac\": \"ngụ\",\n    \"totquot\": \"ngụ\",\n    \"tots\": \"isi\",\n    \"totted\": \"akpọrọ\",\n    \"totter\": \"totọ\",\n    \"tottered\": \"etuto\",\n    \"totterer\": \"Onyekwere\",\n    \"totterers\": \"ndị na-atụgharị\",\n    \"tottergrass\": \"Ugboro abụọ\",\n    \"totteriness\": \"ike ọgwụgwụ\",\n    \"tottering\": \"na-agbada\",\n    \"totteringly\": \"n'okwu\",\n    \"totterish\": \"gbasaa\",\n    \"totters\": \"ọkpọ\",\n    \"totty\": \"n'ozuzu\",\n    \"tottie\": \"ngụ\",\n    \"totting\": \"na-agbada\",\n    \"tottle\": \"tottlet\",\n    \"tottlish\": \"nke gbara ọkpụrụkpụ\",\n    \"tottum\": \"okpu\",\n    \"totum\": \"ngụkọta\",\n    \"touareg\": \"aka\",\n    \"touart\": \"emetụ\",\n    \"toucans\": \"ndị toucans\",\n    \"touch\": \"metu\",\n    \"touchability\": \"emetụ aka\",\n    \"touchable\": \"imetu aka\",\n    \"touchableness\": \"Iti aka\",\n    \"touchback\": \"akara aka\",\n    \"touchbell\": \"aka\",\n    \"touchbox\": \"igbe aka\",\n    \"touchdown\": \"mmetụ\",\n    \"touchdowns\": \"aka\",\n    \"touche\": \"imetu aka\",\n    \"touched\": \"metụrụ aka\",\n    \"touchedness\": \"emetụ aka\",\n    \"touchers\": \"mmetụ\",\n    \"touches\": \"metu\",\n    \"touchhole\": \"aka\",\n    \"touchy\": \"metu\",\n    \"touchier\": \"metu\",\n    \"touchiest\": \"na-emetụ aka\",\n    \"touchily\": \"emetu\",\n    \"touchiness\": \"mmetụ\",\n    \"touching\": \"imetu aka\",\n    \"touchingly\": \"emetụ\",\n    \"touchingness\": \"emetụ aka\",\n    \"touchless\": \"enweghi aka\",\n    \"touchline\": \"akara aka\",\n    \"touchmark\": \"akara aka\",\n    \"touchpan\": \"aka\",\n    \"touchpiece\": \"aka\",\n    \"touchstone\": \"okwute\",\n    \"touchstones\": \"okwute\",\n    \"touchup\": \"metụ aka\",\n    \"touchups\": \"aka\",\n    \"touchwood\": \"osisi\",\n    \"toufic\": \"emetụ\",\n    \"toug\": \"siri ike\",\n    \"tough\": \"siri ike\",\n    \"toughen\": \"toughened\",\n    \"tougher\": \"siri ike karị\",\n    \"toughest\": \"siri ike\",\n    \"toughhead\": \"isi ike\",\n    \"toughhearted\": \"obi tara mmiri\",\n    \"toughy\": \"siri ike\",\n    \"toughish\": \"ike\",\n    \"toughly\": \"siri ike\",\n    \"toughness\": \"ike\",\n    \"toughra\": \"Hardra\",\n    \"toughs\": \"siri ike\",\n    \"tought\": \"siri ike\",\n    \"toupee\": \"emetụ\",\n    \"toupeed\": \"emetụ\",\n    \"toupees\": \"emetụ\",\n    \"tour\": \"njegharị\",\n    \"tourbe\": \"njegharị\",\n    \"tourbillion\": \"njegharị\",\n    \"tourbillon\": \"njegharị\",\n    \"toured\": \"agagharị\",\n    \"tourers\": \"ndị njem\",\n    \"touret\": \"tourette\",\n    \"touring\": \"ngagharị\",\n    \"tourings\": \"ngagharị\",\n    \"tourism\": \"njem\",\n    \"tourisms\": \"njem\",\n    \"tourist\": \"njem nleta\",\n    \"touristdom\": \"njem nleta dom\",\n    \"touristy\": \"onye njem\",\n    \"touristic\": \"njem nlegharị anya\",\n    \"touristical\": \"njem nleta\",\n    \"touristically\": \"njem nleta\",\n    \"touristproof\": \"njem nleta\",\n    \"touristry\": \"onye njem\",\n    \"tourists\": \"ndị njem nleta\",\n    \"touristship\": \"njem nleta\",\n    \"tourize\": \"mee njem nlegharị anya\",\n    \"tourmalin\": \"tourmaline\",\n    \"tourmalinic\": \"tourmaline\",\n    \"tourmaliniferous\": \"ihe nkiri\",\n    \"tourmalinization\": \"njegharị\",\n    \"tourmalinize\": \"njeghari\",\n    \"tourmente\": \"njem\",\n    \"tourn\": \"njegharị\",\n    \"tournai\": \"njegharị\",\n    \"tournay\": \"njegharị\",\n    \"tournament\": \"ndorondoro\",\n    \"tournamental\": \"n'asọmpi\",\n    \"tournaments\": \"ndorondoro\",\n    \"tournant\": \"onye ndorondoro\",\n    \"tournasin\": \"njegharị\",\n    \"tourne\": \"njegharị\",\n    \"tournedos\": \"egwuregwu\",\n    \"tournee\": \"onye njem\",\n    \"tournefortia\": \"njegharị\",\n    \"tournefortian\": \"Onyeka Onwenu\",\n    \"tourney\": \"njegharị\",\n    \"tourneyed\": \"anya\",\n    \"tourneyer\": \"njegharị\",\n    \"tourneying\": \"njegharị\",\n    \"tourneys\": \"Njem\",\n    \"tournel\": \"mgba\",\n    \"tournette\": \"zoo\",\n    \"tourneur\": \"njegharị\",\n    \"tourniquet\": \"njegharị\",\n    \"tourniquets\": \"njegharị\",\n    \"tournois\": \"njegharị\",\n    \"tournure\": \"mmeri\",\n    \"tours\": \"njegharị\",\n    \"tourte\": \"njegharị\",\n    \"touses\": \"tous\",\n    \"tousing\": \"na-atọ ọchị\",\n    \"tousled\": \"tous\",\n    \"tousling\": \"tous\",\n    \"touters\": \"ndị na-agagharị agagharị\",\n    \"touting\": \"utinggbagharị\",\n    \"touzled\": \"metụrụ aka\",\n    \"touzles\": \"emetụ\",\n    \"touzling\": \"na-emetụ aka\",\n    \"tow\": \"ikpu\",\n    \"towability\": \"ihe ndozi\",\n    \"towable\": \"ihe nkedo\",\n    \"towages\": \"ihe ndozi\",\n    \"toward\": \"n'ebe\",\n    \"towardly\": \"n'ebe\",\n    \"towardliness\": \"ịdị ọcha\",\n    \"towardness\": \"ịdị njikere\",\n    \"towards\": \"kwupụta\",\n    \"towaway\": \"towawa\",\n    \"towboat\": \"ụgbọ mmiri\",\n    \"towboats\": \"ụgbọ mmiri\",\n    \"towcock\": \"ihe mgbochi\",\n    \"towd\": \"zụrụ\",\n    \"towed\": \"dọkpụrụ\",\n    \"towel\": \"akwa nhicha ahụ\",\n    \"toweled\": \"ọla\",\n    \"towelette\": \"akwa nhicha\",\n    \"toweling\": \"nhicha ahụ\",\n    \"towelling\": \"nhicha ahụ\",\n    \"towelry\": \"akwa nhicha ahụ\",\n    \"towels\": \"akwa nhicha ahụ\",\n    \"tower\": \"ụlọ elu\",\n    \"towered\": \"too\",\n    \"towery\": \"ụlọ elu\",\n    \"towerier\": \"ụlọ elu\",\n    \"toweriest\": \"kasị dị elu\",\n    \"towering\": \"dị elu\",\n    \"toweringly\": \"di elu\",\n    \"toweringness\": \"ịdị elu\",\n    \"towerless\": \"ụlọ elu\",\n    \"towerlet\": \"ụlọ elu\",\n    \"towerlike\": \"ụlọ elu\",\n    \"towerman\": \"ụlọ elu\",\n    \"towermen\": \"ụlọ elu\",\n    \"towerproof\": \"ụlọ elu\",\n    \"towers\": \"ụlọ elu\",\n    \"towerwise\": \"ụlọ elu\",\n    \"towerwork\": \"ụlọ elu\",\n    \"towerwort\": \"ụlọ elu\",\n    \"towght\": \"Ugochukwu\",\n    \"towhees\": \"towhe\",\n    \"towy\": \"tooy\",\n    \"towies\": \"ụlọ elu\",\n    \"towing\": \"na-adọkpụ\",\n    \"towlike\": \"yiri\",\n    \"towline\": \"akwa nhicha\",\n    \"towlines\": \"akwa nhicha\",\n    \"towmont\": \"Ugba\",\n    \"towmonts\": \"ugogbe\",\n    \"town\": \"obodo\",\n    \"towned\": \"obodo\",\n    \"townee\": \"obodo\",\n    \"townees\": \"akwa\",\n    \"towner\": \"onye ime obodo\",\n    \"townet\": \"onye ime obodo\",\n    \"townfaring\": \"ime obodo\",\n    \"townfolk\": \"ndị obodo\",\n    \"townfolks\": \"ndị obodo\",\n    \"townful\": \"obodo\",\n    \"townhood\": \"obodo\",\n    \"townhouse\": \"ime ụlọ\",\n    \"townhouses\": \"ụlọ ụlọ\",\n    \"towny\": \"obodo\",\n    \"townie\": \"obodo\",\n    \"townies\": \"obodo\",\n    \"townify\": \"kwụrụ\",\n    \"townified\": \"obodo\",\n    \"townifying\": \"obodo\",\n    \"towniness\": \"obodo\",\n    \"townish\": \"obodo\",\n    \"townishly\": \"n'egbughị oge\",\n    \"townishness\": \"obodo\",\n    \"townist\": \"onye obodo\",\n    \"townland\": \"obodo obodo\",\n    \"townless\": \"enweghị obodo\",\n    \"townlet\": \"obodo\",\n    \"townlets\": \"obodo\",\n    \"townly\": \"obodo\",\n    \"townlike\": \"dị ka obodo\",\n    \"townling\": \"obodo\",\n    \"townman\": \"onye nwe obodo\",\n    \"townmen\": \"ndị obodo\",\n    \"towns\": \"obodo\",\n    \"townsboy\": \"nwa nwoke\",\n    \"townscape\": \"obodo mma\",\n    \"townsendi\": \"otuobodo\",\n    \"townsendia\": \"otuobodo\",\n    \"townsendite\": \"obodo\",\n    \"townsfellow\": \"onyeogbe\",\n    \"townsfolk\": \"ndi obodo\",\n    \"township\": \"otu\",\n    \"townships\": \"obodo\",\n    \"townside\": \"obodo\",\n    \"townsite\": \"obodo\",\n    \"townsman\": \"onye nwe obodo\",\n    \"townsmen\": \"ndị obodo\",\n    \"townspeople\": \"ndị obodo\",\n    \"townswoman\": \"nwa nwanyi\",\n    \"townswomen\": \"ụmụ nwanyị\",\n    \"townward\": \"obodo\",\n    \"townwards\": \"obodo\",\n    \"townwear\": \"uwe ime obodo\",\n    \"townwears\": \"akwa obodo\",\n    \"towpath\": \"akwachi\",\n    \"towpaths\": \"ihe nkedo\",\n    \"towrope\": \"akwa nhicha\",\n    \"toxic\": \"awu\",\n    \"toxicant\": \"nsi\",\n    \"toxicants\": \"nsi\",\n    \"toxicate\": \"igbu egbu\",\n    \"toxication\": \"nsi\",\n    \"toxicity\": \"nsi\",\n    \"toxicities\": \"nsi\",\n    \"toxicodendrol\": \"na-egbu egbu\",\n    \"toxicodendron\": \"egbu egbu\",\n    \"toxicoderma\": \"na-egbu egbu\",\n    \"toxicodermatosis\": \"egbu egbu\",\n    \"toxicodermitis\": \"na-egbu egbu\",\n    \"toxicol\": \"egbu egbu\",\n    \"toxicologist\": \"ọkà mmụta banyere ihe na-egbu egbu\",\n    \"toxicologists\": \"ndị na-amụ banyere ọrịa toxicologists\",\n    \"toxicomania\": \"na-egbu egbu\",\n    \"toxicon\": \"nsi\",\n    \"toxicopathy\": \"na-egbu egbu\",\n    \"toxicopathic\": \"na-egbu egbu\",\n    \"toxicophagy\": \"na-egbu egbu\",\n    \"toxicophagous\": \"na-egbu egbu\",\n    \"toxicophobia\": \"na-egbu egbu\",\n    \"toxicoses\": \"egbu egbu\",\n    \"toxicosis\": \"egbu egbu\",\n    \"toxicotraumatic\": \"egbu egbu\",\n    \"toxicum\": \"nsi\",\n    \"toxify\": \"toxita\",\n    \"toxifying\": \"toxing\",\n    \"toxinfectious\": \"ihe na-egbu egbu\",\n    \"toxins\": \"nsi\",\n    \"toxity\": \"ihe ọghọm\",\n    \"tozer\": \"toza\",\n    \"tpm\": \"mgbede\",\n    \"tps\": \"ndokwa\",\n    \"trabant\": \"onye ahia ahia\",\n    \"trabeated\": \"trabed\",\n    \"trabeculated\": \"emegbula\",\n    \"tracasseries\": \"ụlọ ahịa\",\n    \"trace\": \"Chọpụta\",\n    \"traceable\": \"achọpụtara\",\n    \"traceableness\": \"akara\",\n    \"traceably\": \"achọpụta\",\n    \"traced\": \"achọpụtara\",\n    \"traceless\": \"enweghị ntụpọ\",\n    \"tracelessly\": \"enweghị ntụpọ\",\n    \"tracery\": \"tracer\",\n    \"traceried\": \"traceri\",\n    \"traceries\": \"tracer\",\n    \"tracers\": \"ndị na-achọpụta ihe\",\n    \"traces\": \"metụtara\",\n    \"tracheloacromialis\": \"trachelo acromialis\",\n    \"trachelobregmatic\": \"trachelo bregmatic\",\n    \"tracheotomizing\": \"tracheotoming\",\n    \"trachytic\": \"traktik\",\n    \"trachles\": \"trachlal\",\n    \"trachling\": \"trach\",\n    \"tracing\": \"nyocha\",\n    \"tracingly\": \"tracing\",\n    \"track\": \"akara\",\n    \"tracked\": \"esoro\",\n    \"tracking\": \"nsuso\",\n    \"tracklessness\": \"enweghị traktị\",\n    \"trackman\": \"onye egwu\",\n    \"trackmen\": \"ndị na-egwu egwu\",\n    \"tracks\": \"egwu\",\n    \"trackscout\": \"trackcout\",\n    \"tracksick\": \"egwu\",\n    \"tract\": \"traktị\",\n    \"tractability\": \"traktị\",\n    \"tractabilities\": \"nkwarụ\",\n    \"tractable\": \"traktị\",\n    \"tractableness\": \"traktị\",\n    \"tractably\": \"traktị\",\n    \"tractarian\": \"traktị\",\n    \"tractarianism\": \"traktị\",\n    \"tractate\": \"traktị\",\n    \"tractates\": \"traktị\",\n    \"tractation\": \"traktị\",\n    \"tractator\": \"traktọ\",\n    \"tractatule\": \"traktị\",\n    \"tractellate\": \"traktị\",\n    \"tractile\": \"traktị\",\n    \"tractility\": \"traktị\",\n    \"tractioneering\": \"ctiongbagharị\",\n    \"tractions\": \"traktọ\",\n    \"tractism\": \"tratikti\",\n    \"tractite\": \"tratikti\",\n    \"tractitian\": \"traktị\",\n    \"tractive\": \"tratikti\",\n    \"tractlet\": \"traktị\",\n    \"tractor\": \"traktọ\",\n    \"tractoration\": \"traktị\",\n    \"tractory\": \"traktọ\",\n    \"tractorism\": \"traktọs\",\n    \"tractorist\": \"traktọ\",\n    \"tractorization\": \"traktọị\",\n    \"tractorize\": \"traktọ\",\n    \"tractors\": \"traktọ\",\n    \"tractrices\": \"traktị\",\n    \"tractrix\": \"traktị\",\n    \"tracts\": \"traktị\",\n    \"trade\": \"ahia\",\n    \"tradeable\": \"tradable\",\n    \"tradecraft\": \"ahia\",\n    \"traded\": \"ahia\",\n    \"tradeful\": \"ahia\",\n    \"tradeless\": \"enweghị ahia\",\n    \"trademark\": \"ụghalaahịa\",\n    \"trademarks\": \"ụghalaahịa\",\n    \"trademaster\": \"edenyere\",\n    \"tradename\": \"ụghalaahịa\",\n    \"tradeoff\": \"mgbanwegharị\",\n    \"tradeoffs\": \"ahia\",\n    \"trader\": \"ahia\",\n    \"traders\": \"ndị ahịa\",\n    \"tradership\": \"ahia\",\n    \"trades\": \"ahia\",\n    \"tradesfolk\": \"ahia\",\n    \"tradesman\": \"onye ahia\",\n    \"tradesmanlike\": \"ahia\",\n    \"tradesmanship\": \"ịzụ ahịa\",\n    \"tradesmen\": \"ndị ahịa\",\n    \"tradespeople\": \"ndị ahịa\",\n    \"tradesperson\": \"ahia\",\n    \"tradeswoman\": \"nwanyi ahia\",\n    \"tradeswomen\": \"ụmụ nwanyị\",\n    \"tradevman\": \"ahia\",\n    \"tradiment\": \"trad\",\n    \"trading\": \"ahia\",\n    \"tradition\": \"ọdịnala\",\n    \"traditional\": \"ọdịnala\",\n    \"traditionalism\": \"ọdịnala\",\n    \"traditionalist\": \"onye ọdịnala\",\n    \"traditionalistic\": \"ọdịnala\",\n    \"traditionalists\": \"ndị ọdịnala\",\n    \"traditionality\": \"ọdịnala\",\n    \"traditionalize\": \"na-eme omenala\",\n    \"traditionalized\": \"omenala\",\n    \"traditionally\": \"n'ọdịnala\",\n    \"traditionary\": \"ọdịnala\",\n    \"traditionaries\": \"ọdịnala\",\n    \"traditionarily\": \"omenala\",\n    \"traditionate\": \"ọdịnala\",\n    \"traditionately\": \"dị ka ọdịnala si dị\",\n    \"traditioner\": \"ọdịnala\",\n    \"traditionism\": \"ọdịnala\",\n    \"traditionist\": \"ọdịnala\",\n    \"traditionitis\": \"Omenala\",\n    \"traditionize\": \"na-eme omenala\",\n    \"traditionless\": \"enweghị ọdịnala\",\n    \"traditionmonger\": \"ọdịnala\",\n    \"traditions\": \"ọdịnala\",\n    \"traditive\": \"tradtik\",\n    \"traditor\": \"onye sabo\",\n    \"traduce\": \"tradu\",\n    \"traduced\": \"tradu\",\n    \"traducement\": \"traduọd\",\n    \"traduces\": \"ahịa\",\n    \"traducing\": \"ịtụgharị\",\n    \"traducingly\": \"na-akpali akpali\",\n    \"traduct\": \"omume\",\n    \"traffic\": \"okporo ụzọ\",\n    \"trafficable\": \"ere ahịa\",\n    \"trafficableness\": \"nnweta\",\n    \"trafficator\": \"onye na-ebubata ihe\",\n    \"traffick\": \"ahia mgbere\",\n    \"trafficked\": \"ahia ahia\",\n    \"trafficker\": \"ahia ahia\",\n    \"traffickers\": \"ndị na-ere ahịa\",\n    \"trafficking\": \"ahia mgbere\",\n    \"trafficks\": \"ahia ahia\",\n    \"trafficless\": \"enweghị okporo ụzọ\",\n    \"traffics\": \"ahịa ahịa\",\n    \"trafficway\": \"okporo ụzọ\",\n    \"trafflicker\": \"ahia ahia\",\n    \"tragedy\": \"ọdachi\",\n    \"tragedial\": \"ọdachi\",\n    \"tragedian\": \"ọdachi\",\n    \"tragedianess\": \"ọdachi\",\n    \"tragedians\": \"ọdachi\",\n    \"tragedical\": \"ọdachi\",\n    \"tragedienne\": \"ọdachi\",\n    \"tragediennes\": \"ọdachi\",\n    \"tragedies\": \"ọdachi\",\n    \"tragedietta\": \"ọdachi\",\n    \"tragedious\": \"ọdachi\",\n    \"tragedist\": \"ọdachi\",\n    \"tragedization\": \"ọdachi\",\n    \"tragedize\": \"kpata nsogbu\",\n    \"tragic\": \"ọdachi\",\n    \"tragical\": \"traggajin\",\n    \"tragicality\": \"ezi uche\",\n    \"tragically\": \"ọdachi\",\n    \"tragicalness\": \"ezi uche\",\n    \"tragicaster\": \"ọdachi\",\n    \"tragicize\": \"na-ewute ya\",\n    \"tragicly\": \"dị egwu\",\n    \"tragicness\": \"ọdachi\",\n    \"tragicofarcical\": \"ọdachi\",\n    \"tragicoheroicomic\": \"trajicoheroicomic\",\n    \"tragicomedy\": \"kechioma\",\n    \"tragicomedian\": \"iheomarician\",\n    \"tragicomedies\": \"ọdachi\",\n    \"tragicomic\": \"ọdachi\",\n    \"tragicomical\": \"ọdachi\",\n    \"tragicomicality\": \"ọdachi\",\n    \"tragicomically\": \"ọdachi\",\n    \"tragicomipastoral\": \"di egwuomgbor\",\n    \"tragicose\": \"di egwu\",\n    \"tray\": \"tree\",\n    \"trayful\": \"tray dị\",\n    \"trayfuls\": \"trayfuly\",\n    \"traiks\": \"trakị\",\n    \"trail\": \"nzọ ụkwụ\",\n    \"trailblazers\": \"nzọ ụkwụ blazers\",\n    \"trailboard\": \"nzọ ụkwụ\",\n    \"trailbreaker\": \"treilbreaker\",\n    \"trailed\": \"ụgbọala na-adọkpụ ụgbọala\",\n    \"trailer\": \"ụgbọala na-adọkpụ ụgbọala\",\n    \"trailerable\": \"traile\",\n    \"trailered\": \"traile\",\n    \"trailery\": \"ụgbọala na-adọkpụ ụgbọala\",\n    \"trailering\": \"traile\",\n    \"trailerist\": \"trelerist\",\n    \"trailerload\": \"ụgbọala na-adọkpụ ụgbọala\",\n    \"trailers\": \"Ihe nhụchalụ\",\n    \"trailership\": \"traile\",\n    \"trailhead\": \"nzọ ụkwụ\",\n    \"traily\": \"traili\",\n    \"traylike\": \"dị tray\",\n    \"trailiness\": \"trail\",\n    \"trailings\": \"nzọ ụkwụ\",\n    \"trailman\": \"treilman\",\n    \"trails\": \"ụzọ ụkwụ\",\n    \"trailside\": \"ụzọ ụkwụ\",\n    \"trailsman\": \"treilman\",\n    \"trailsmen\": \"ndị ụkwụ ụkwụ\",\n    \"trailway\": \"ụzọ ụkwụ\",\n    \"train\": \"ụgbọ oloko\",\n    \"trainable\": \"zụrụ\",\n    \"trainableness\": \"ọzụzụ\",\n    \"trainage\": \"ọzụzụ\",\n    \"trainant\": \"onye na-enye ọzụzụ\",\n    \"trainante\": \"zụọ\",\n    \"trainband\": \"ụgbọ okporo ígwè\",\n    \"trainbearer\": \"onye ọzụzụ ụgbọ\",\n    \"trainboy\": \"nwa nwoke\",\n    \"trainbolt\": \"ụgbọ okporo ígwè\",\n    \"trained\": \"zụrụ azụ\",\n    \"trainee\": \"omuoru nwoke\",\n    \"trainees\": \"ndị ọzụzụ akwụkwọ\",\n    \"traineeship\": \"ọzụzụ\",\n    \"trainel\": \"ụgbọ okporo\",\n    \"trainer\": \"onye ọzụzụ\",\n    \"trainers\": \"ndị nkụzi\",\n    \"trainful\": \"na-azụ\",\n    \"trainfuls\": \"na-azụ\",\n    \"trainy\": \"ụgbọ oloko\",\n    \"training\": \"ọzụzụ\",\n    \"trainings\": \"ọzụzụ\",\n    \"trainless\": \"enweghị train\",\n    \"trainline\": \"ụgbọ okporo ígwè\",\n    \"trainload\": \"ụgbọ okporo ígwè\",\n    \"trainman\": \"onye ozuzu\",\n    \"trainmaster\": \"onye nchịkwa\",\n    \"trainmen\": \"ndị ọzụzụ\",\n    \"trainpipe\": \"ụgbọ oloko\",\n    \"trains\": \"ụgbọ oloko\",\n    \"trainshed\": \"zụọ\",\n    \"trainsick\": \"ụgbọ oloko\",\n    \"trainsickness\": \"ọrịa ụgbọ oloko\",\n    \"trainster\": \"ụgbọ oloko\",\n    \"traintime\": \"oge ụgbọ oloko\",\n    \"trainway\": \"ụgbọ oloko ụzọ\",\n    \"trainways\": \"okporo ụzọ\",\n    \"traipsed\": \"ọnya\",\n    \"traipses\": \"traịpsị\",\n    \"traist\": \"àgwà\",\n    \"trait\": \"àgwà\",\n    \"traiteurs\": \"ndị njem\",\n    \"traitless\": \"enweghị aghụghọ\",\n    \"traitor\": \"sabo\",\n    \"traitorhood\": \"sabo\",\n    \"traitorism\": \"sabo\",\n    \"traitorize\": \"traitorise\",\n    \"traitorly\": \"sabo\",\n    \"traitorlike\": \"dị ka onye sabo\",\n    \"traitorling\": \"sabo\",\n    \"traitorous\": \"aghụghọ\",\n    \"traitorously\": \"aghụghọ\",\n    \"traitorousness\": \"aghụghọ\",\n    \"traitors\": \"ndị sabo\",\n    \"traitorship\": \"sabo\",\n    \"traitorwise\": \"aghụghọ\",\n    \"traitress\": \"traktị\",\n    \"traitresses\": \"ndị ahịa\",\n    \"traits\": \"àgwà\",\n    \"trajected\": \"traused\",\n    \"trajectitious\": \"trajective\",\n    \"trajects\": \"trailers\",\n    \"tralatician\": \"onye ahia\",\n    \"tralatition\": \"mmegbu\",\n    \"tralatitious\": \"aghụghọ\",\n    \"tralatitiously\": \"dị aghụghọ\",\n    \"tralira\": \"Nnenna\",\n    \"trallian\": \"Trallian\",\n    \"trame\": \"tram\",\n    \"trameled\": \"zọọ ije\",\n    \"trameling\": \"zọ ije\",\n    \"tramell\": \"zọọ ụkwụ\",\n    \"tramelled\": \"zọọ ụkwụ\",\n    \"tramelling\": \"tram\",\n    \"tramells\": \"tramil\",\n    \"trametes\": \"trametị\",\n    \"tramful\": \"zọda\",\n    \"tramless\": \"tram\",\n    \"trammed\": \"tramịrị\",\n    \"trammeled\": \"zọọ ije\",\n    \"trammeler\": \"Onye na-azọ ije\",\n    \"trammeling\": \"zọda\",\n    \"trammelingly\": \"izu ahia\",\n    \"trammelled\": \"zọọ\",\n    \"trammelling\": \"izu\",\n    \"trammellingly\": \"izu ahia\",\n    \"tramped\": \"zọda\",\n    \"tramper\": \"zọda\",\n    \"trampers\": \"tramzọ\",\n    \"trampess\": \"zọgbuo\",\n    \"tramphood\": \"trampị\",\n    \"tramping\": \"na-azọda\",\n    \"trampish\": \"zọtọ\",\n    \"trampishly\": \"trampshly\",\n    \"trampism\": \"trampi\",\n    \"trample\": \"azọda\",\n    \"trampled\": \"zọda ụkwụ\",\n    \"trampler\": \"zọda\",\n    \"tramplers\": \"zọda ụkwụ\",\n    \"tramples\": \"zọda ụkwụ\",\n    \"trampling\": \"azọda\",\n    \"trampolining\": \"na-azọda\",\n    \"trampot\": \"trampo\",\n    \"tramps\": \"tramf\",\n    \"tramsmith\": \"trammith\",\n    \"tran\": \"Tran\",\n    \"trance\": \"ọhụụ\",\n    \"tranced\": \"udo\",\n    \"trancedly\": \"nwayọ\",\n    \"tranceful\": \"dị egwu\",\n    \"trancelike\": \"Ohere\",\n    \"trances\": \"uzo\",\n    \"tranchant\": \"izu\",\n    \"trancing\": \"ịtụgharị\",\n    \"tranker\": \"Ochie\",\n    \"tranmissibility\": \"izu ike\",\n    \"trannie\": \"Trannie\",\n    \"tranquil\": \"izu ike\",\n    \"tranquiler\": \"izu ike\",\n    \"tranquilest\": \"ịnọ jụụ\",\n    \"tranquility\": \"obi iru ala\",\n    \"tranquilization\": \"ịnọ jụụ\",\n    \"tranquilize\": \"izu ike\",\n    \"tranquilized\": \"ịnọ jụụ\",\n    \"tranquilizers\": \"ịnọ jụụ\",\n    \"tranquilizes\": \"izu ike\",\n    \"tranquilizing\": \"izu ike\",\n    \"tranquilizingly\": \"izu ike\",\n    \"tranquiller\": \"izu ike\",\n    \"tranquillest\": \"jụụ\",\n    \"tranquilly\": \"dị jụụ\",\n    \"tranquillise\": \"izu ike\",\n    \"tranquilliser\": \"tranquillizer\",\n    \"tranquillity\": \"obi iru ala\",\n    \"tranquillization\": \"obi iru ala\",\n    \"tranquillize\": \"izu ike\",\n    \"tranquillized\": \"ịnọ jụụ\",\n    \"tranquillizing\": \"izu ike\",\n    \"tranquillo\": \"izu ike\",\n    \"tranquilness\": \"obi iru ala\",\n    \"transacted\": \"gbanwere\",\n    \"transacting\": \"ịkpọtụrụ\",\n    \"transaction\": \"azụmahịa\",\n    \"transactional\": \"azụmahịa\",\n    \"transactionally\": \"azụmahịa\",\n    \"transactioneer\": \"onye na-azụ ahịa\",\n    \"transactions\": \"azụmahịa\",\n    \"transactor\": \"onye ntụgharị\",\n    \"transalpiner\": \"ntụgharị\",\n    \"transamination\": \"mmịnye ọbara\",\n    \"transaudient\": \"onye na-agafe agafe\",\n    \"transcalency\": \"ntụgharị\",\n    \"transcalent\": \"ntụgharị\",\n    \"transcalescent\": \"ntụgharị\",\n    \"transcaucasian\": \"asụsụ transcaucasian\",\n    \"transceive\": \"transceiver\",\n    \"transcend\": \"gafee\",\n    \"transcendant\": \"transcendent\",\n    \"transcended\": \"gafere\",\n    \"transcendence\": \"ngafe\",\n    \"transcendentalists\": \"transcendentalist\",\n    \"transcendentalization\": \"ntụgharị\",\n    \"transcendentalize\": \"ntụgharị\",\n    \"transcendentalized\": \"ntụgharị\",\n    \"transcendentalizing\": \"ntụgharị\",\n    \"transcendently\": \"karịrị akarị\",\n    \"transcendentness\": \"ntụgharị\",\n    \"transcendible\": \"nkwenye\",\n    \"transcending\": \"na-agafe\",\n    \"transcendingly\": \"na-agafe\",\n    \"transcendingness\": \"mgbanwe\",\n    \"transcends\": \"gafere\",\n    \"transchange\": \"mgbanwe\",\n    \"transchanged\": \"gbanwere\",\n    \"transchanging\": \"ịgbanwe\",\n    \"transcoloration\": \"ntụgharị\",\n    \"transcolour\": \"ntụgharị\",\n    \"transcolouration\": \"ntụgharị\",\n    \"transconscious\": \"ntụgharị\",\n    \"transcribble\": \"ntụgharị\",\n    \"transcribbler\": \"onye ntụgharị\",\n    \"transcribe\": \"depụta\",\n    \"transcriber\": \"onye ntụgharị\",\n    \"transcribers\": \"ndị ntụgharị\",\n    \"transcribes\": \"na-edegharị\",\n    \"transcribing\": \"na-edegharị\",\n    \"transcriptional\": \"transcriptal\",\n    \"transcriptionally\": \"transcriptally\",\n    \"transcriptitious\": \"ntụgharị\",\n    \"transcriptive\": \"ntụgharị\",\n    \"transcriptively\": \"ntụgharị\",\n    \"transcripts\": \"ederede\",\n    \"transcriptural\": \"ntụgharị\",\n    \"transcurrently\": \"ugbu a\",\n    \"transcursion\": \"ntụgharị\",\n    \"transcursively\": \"ntụgharị\",\n    \"transcurvation\": \"ntụgharị\",\n    \"transcutaneous\": \"ntụgharị\",\n    \"transdialect\": \"ntụgharị asụsụ\",\n    \"transduced\": \"ntụgharị\",\n    \"transducer\": \"ntụgharị\",\n    \"transducers\": \"ndị ntụgharị\",\n    \"transducing\": \"na-ebugharị\",\n    \"transductional\": \"ntụgharị\",\n    \"transection\": \"nkesa\",\n    \"transelement\": \"ntughari\",\n    \"transelementated\": \"transelementi\",\n    \"transeptal\": \"transseptal\",\n    \"transeptally\": \"transseptal\",\n    \"transepts\": \"transept\",\n    \"transequatorial\": \"nkechi\",\n    \"transequatorially\": \"n'oge na-adịghị anya\",\n    \"transfashion\": \"ngbanwe\",\n    \"transfeatured\": \"bufee ya\",\n    \"transfeaturing\": \"bufee ya\",\n    \"transfer\": \"nyefe\",\n    \"transferable\": \"nyefee\",\n    \"transferableness\": \"bufee ya\",\n    \"transferably\": \"nyefee\",\n    \"transferal\": \"mbufe\",\n    \"transferals\": \"ịnyefe\",\n    \"transferase\": \"nyefee\",\n    \"transference\": \"mbufe\",\n    \"transferent\": \"transfere\",\n    \"transferer\": \"transferere\",\n    \"transferrable\": \"nyefee\",\n    \"transferral\": \"nyefe\",\n    \"transferrals\": \"nnyefe\",\n    \"transferred\": \"bufee ya\",\n    \"transferrer\": \"bufee ya\",\n    \"transferrers\": \"ndị na-ebufe ya\",\n    \"transferribility\": \"transferability\",\n    \"transferring\": \"ebufe\",\n    \"transferrins\": \"nnyefe\",\n    \"transferror\": \"nyefe\",\n    \"transferrotype\": \"Nyefee\",\n    \"transfers\": \"na-enyefe\",\n    \"transfigurate\": \"nnwogha\",\n    \"transfiguration\": \"nnwogha\",\n    \"transfigurations\": \"nnwogha\",\n    \"transfigurative\": \"nnwogha\",\n    \"transfigure\": \"nnwogha\",\n    \"transfigured\": \"nwogha\",\n    \"transfigurement\": \"nnwogha\",\n    \"transfigures\": \"nnwogha\",\n    \"transfiguring\": \"nnwogha\",\n    \"transfiltration\": \"ngbanwe\",\n    \"transfinite\": \"enweghị ntụgharị\",\n    \"transfission\": \"mmịnye ọbara\",\n    \"transfix\": \"ntụgharị\",\n    \"transfixation\": \"ntụgharị\",\n    \"transfixes\": \"ntụgharị\",\n    \"transfixing\": \"ntụgharị\",\n    \"transfixion\": \"ntụgharị\",\n    \"transfixture\": \"ntụgharị\",\n    \"transfluent\": \"ntụgharị\",\n    \"transfluvial\": \"ntụgharị\",\n    \"transforation\": \"ntụgharị\",\n    \"transform\": \"gbanwee\",\n    \"transformability\": \"mgbanwe\",\n    \"transformable\": \"mgbanwe\",\n    \"transformance\": \"ntụgharị\",\n    \"transformation\": \"mgbanwe\",\n    \"transformational\": \"mgbanwe\",\n    \"transformationalist\": \"onye mgbanwe\",\n    \"transformationist\": \"onye mgbanwe\",\n    \"transformations\": \"mgbanwe\",\n    \"transformative\": \"mgbanwe\",\n    \"transformator\": \"onye ntụgharị\",\n    \"transformed\": \"gbanwee\",\n    \"transformer\": \"onye ntụgharị\",\n    \"transformers\": \"ndị na-eme mgbanwe\",\n    \"transforming\": \"ịgbanwe\",\n    \"transformingly\": \"gbanwee\",\n    \"transformism\": \"mgbanwe\",\n    \"transformist\": \"onye mgbanwe\",\n    \"transformistic\": \"mgbanwe\",\n    \"transforms\": \"gbanwee\",\n    \"transfretation\": \"mmịnye ọbara\",\n    \"transfugitive\": \"ntụgharị\",\n    \"transfusable\": \"transfus\",\n    \"transfuse\": \"mịnye ya\",\n    \"transfused\": \"mịnye ya\",\n    \"transfuser\": \"transfus\",\n    \"transfusers\": \"ntụgharị\",\n    \"transfuses\": \"ntụgharị\",\n    \"transfusing\": \"na-amịnye ọbara\",\n    \"transfusion\": \"mmịnye ọbara\",\n    \"transfusional\": \"ntụgharị\",\n    \"transfusionist\": \"onye ntụgharị\",\n    \"transfusions\": \"mmịnye ọbara\",\n    \"transfusive\": \"ntụgharị\",\n    \"transfusively\": \"ntụgharị\",\n    \"transgeneration\": \"ntụgharị\",\n    \"transgenerations\": \"mmeghari\",\n    \"transgredient\": \"transgredi\",\n    \"transgress\": \"imebi iwu\",\n    \"transgressed\": \"mmebi iwu\",\n    \"transgresses\": \"emebi\",\n    \"transgressible\": \"iwu\",\n    \"transgressing\": \"imehie\",\n    \"transgressingly\": \"na-emebi iwu\",\n    \"transgression\": \"mmebi iwu\",\n    \"transgressional\": \"mmebi iwu\",\n    \"transgressions\": \"mmebi iwu\",\n    \"transgressive\": \"na-emebi iwu\",\n    \"transgressively\": \"na-emebi iwu\",\n    \"transgressor\": \"onye njehie\",\n    \"transgressors\": \"mmebi iwu\",\n    \"transhape\": \"ịgbanwe\",\n    \"tranship\": \"mbufe\",\n    \"transhipment\": \"mbufe\",\n    \"transhipped\": \"asụgharị\",\n    \"transhipping\": \"ịnyefe\",\n    \"tranships\": \"ntụgharị\",\n    \"transhumance\": \"mbufe\",\n    \"transience\": \"ịnọ jụụ\",\n    \"transiency\": \"ịnọ jụụ\",\n    \"transiencies\": \"oge\",\n    \"transient\": \"na-agafe agafe\",\n    \"transiently\": \"obere oge\",\n    \"transientness\": \"ịnọ jụụ\",\n    \"transients\": \"na-agafe agafe\",\n    \"transigence\": \"mgbanwe\",\n    \"transilluminated\": \"gbanwere\",\n    \"transillumination\": \"mmegharị\",\n    \"transylvanian\": \"Asụsụ\",\n    \"transimpression\": \"ntụgharị\",\n    \"transindividual\": \"onye ozo\",\n    \"transinsular\": \"ntụgharị\",\n    \"transistorizing\": \"ntụgharị\",\n    \"transit\": \"n'ụzọ\",\n    \"transiter\": \"transita\",\n    \"transiting\": \"na-asụgharị\",\n    \"transition\": \"mgbanwe\",\n    \"transitional\": \"mgbanwe\",\n    \"transitionally\": \"na ntughari\",\n    \"transitionalness\": \"mgbanwe\",\n    \"transitionary\": \"mgbanwe\",\n    \"transitioned\": \"gbanwere\",\n    \"transitionist\": \"onye mgbanwe\",\n    \"transitions\": \"ntụgharị\",\n    \"transitively\": \"transitive\",\n    \"transitiveness\": \"ntụgharị\",\n    \"transitmen\": \"ndị na-agafe agafe\",\n    \"transits\": \"njem\",\n    \"transl\": \"tugharia\",\n    \"translade\": \"tugharia\",\n    \"translay\": \"tugharia\",\n    \"translatability\": \"ntụgharị\",\n    \"translatable\": \"ntụgharị\",\n    \"translatableness\": \"ntụgharị\",\n    \"translate\": \"tugharia\",\n    \"translated\": \"sụgharịrị\",\n    \"translater\": \"ntụgharị\",\n    \"translates\": \"sụgharịrị\",\n    \"translating\": \"na-asụgharị\",\n    \"translation\": \"ntughari\",\n    \"translational\": \"ntụgharị\",\n    \"translationally\": \"ntụgharị\",\n    \"translations\": \"ntụgharị\",\n    \"translative\": \"ntụgharị\",\n    \"translator\": \"onye ntughari\",\n    \"translatorese\": \"onye ntụgharị\",\n    \"translatory\": \"ntụgharị\",\n    \"translatorial\": \"ntụgharị\",\n    \"translators\": \"ndị ntụgharị okwu\",\n    \"translatorship\": \"ntụgharị\",\n    \"translatress\": \"onye ntụgharị\",\n    \"translatrix\": \"ntụgharị\",\n    \"transletter\": \"ntụgharị\",\n    \"translinguate\": \"ịsụgharị\",\n    \"transliterate\": \"itughari\",\n    \"transliterated\": \"itughari\",\n    \"transliterating\": \"itughari\",\n    \"transliteration\": \"itughari\",\n    \"transliterations\": \"ntụgharị asụsụ\",\n    \"transliterator\": \"onye ntụgharị okwu\",\n    \"translocalization\": \"ntụgharị\",\n    \"translocate\": \"imeghari\",\n    \"translocating\": \"na-ebugharị\",\n    \"translocation\": \"mmegharị\",\n    \"translocations\": \"mmeghari\",\n    \"transluce\": \"ntụgharị\",\n    \"translucence\": \"ntụgharị\",\n    \"translucency\": \"ntụgharị\",\n    \"translucidity\": \"ntụgharị\",\n    \"translunary\": \"ntụgharị\",\n    \"transmarginal\": \"ntụgharị\",\n    \"transmarginally\": \"ntụgharị\",\n    \"transmaterial\": \"ntụgharị\",\n    \"transmateriation\": \"ntụgharị\",\n    \"transmedial\": \"ntụgharị\",\n    \"transmedian\": \"onye transmedian\",\n    \"transmen\": \"ndị transmen\",\n    \"transmental\": \"ntụgharị\",\n    \"transmigrate\": \"iga njem\",\n    \"transmigrated\": \"ebugharị\",\n    \"transmigrates\": \"na-emegharị\",\n    \"transmigrating\": \"na-emegharị asụsụ\",\n    \"transmigration\": \"mbugharị\",\n    \"transmigrationism\": \"ntụgharị\",\n    \"transmigrationist\": \"onye ozo\",\n    \"transmigrations\": \"ntụgharị\",\n    \"transmigrative\": \"ntụgharị\",\n    \"transmigratively\": \"ntụgharị\",\n    \"transmigrator\": \"onye ntụgharị\",\n    \"transmigratory\": \"ntụgharị\",\n    \"transmigrators\": \"ndị ntụgharị\",\n    \"transmissibility\": \"nnyefe\",\n    \"transmissible\": \"ebunye\",\n    \"transmission\": \"nnyefe\",\n    \"transmissional\": \"nnyefe\",\n    \"transmissionist\": \"nnyefe\",\n    \"transmissions\": \"nnyefe\",\n    \"transmissive\": \"nnyefe\",\n    \"transmissively\": \"nnyefe\",\n    \"transmissiveness\": \"nnyefe\",\n    \"transmissory\": \"nnyefe\",\n    \"transmit\": \"bunye\",\n    \"transmits\": \"na-ebunye\",\n    \"transmittability\": \"mgbasa ozi\",\n    \"transmittal\": \"mgbasa ozi\",\n    \"transmittals\": \"mgbasa ozi\",\n    \"transmittance\": \"mgbasa ozi\",\n    \"transmittances\": \"mgbasa ozi\",\n    \"transmittancy\": \"mgbasa ozi\",\n    \"transmittant\": \"transmitter\",\n    \"transmitted\": \"ebunye\",\n    \"transmitters\": \"ndị mgbasa ozi\",\n    \"transmittible\": \"mgbasa ozi\",\n    \"transmitting\": \"na-ebunye\",\n    \"transmogrify\": \"megharia\",\n    \"transmogrification\": \"mmegharị\",\n    \"transmogrifications\": \"mmegharị\",\n    \"transmogrified\": \"Gbanwee\",\n    \"transmogrifies\": \"Na-emegharị\",\n    \"transmogrifying\": \"Na-emegharị\",\n    \"transmould\": \"ntụgharị\",\n    \"transmountain\": \"ntụgharị\",\n    \"transmural\": \"ntụgharị\",\n    \"transmuscle\": \"ntụgharị\",\n    \"transmutableness\": \"ntụgharị\",\n    \"transmutation\": \"ntụgharị\",\n    \"transmutational\": \"ntụgharị\",\n    \"transmutationist\": \"onye ntụgharị\",\n    \"transmutations\": \"ntụgharị\",\n    \"transmuted\": \"ntụgharị\",\n    \"transmutes\": \"ntụgharị\",\n    \"transmuting\": \"ntụgharị\",\n    \"transmutive\": \"ntụgharị\",\n    \"transmutually\": \"ntụgharị\",\n    \"transnatation\": \"ntụgharị\",\n    \"transnaturation\": \"ntụgharị\",\n    \"transnihilation\": \"ntụgharị\",\n    \"transnormal\": \"ihe ojoo\",\n    \"transocean\": \"Osimiri\",\n    \"transoceanic\": \"Osimiri\",\n    \"transomed\": \"gbanwere\",\n    \"transovarian\": \"Transovarian\",\n    \"transpalatine\": \"ikpo okwu\",\n    \"transpanamic\": \"ntụgharị\",\n    \"transparence\": \"nghọta\",\n    \"transparency\": \"nghọta\",\n    \"transparencies\": \"nghọta\",\n    \"transparent\": \"uzo\",\n    \"transparentize\": \"egosipụta\",\n    \"transparently\": \"n'ụzọ doro anya\",\n    \"transparentness\": \"nghọta\",\n    \"transpass\": \"gafere\",\n    \"transpatronized\": \"ezigara\",\n    \"transpatronizing\": \"ezigara\",\n    \"transpeciation\": \"ntụgharị\",\n    \"transpenetration\": \"ntụgharị\",\n    \"transpeninsular\": \"ntụgharị\",\n    \"transpenisular\": \"ntụgharị\",\n    \"transpeptidation\": \"ntụgharị\",\n    \"transpicuousness\": \"ntụgharị\",\n    \"transpierce\": \"transpi ife\",\n    \"transpierced\": \"transpieriri\",\n    \"transpiercing\": \"ntụgharị\",\n    \"transpirable\": \"transpvable\",\n    \"transpiration\": \"ntụgharị\",\n    \"transpired\": \"mere\",\n    \"transpires\": \"gafere\",\n    \"transpiring\": \"na-agbanye\",\n    \"transplace\": \"ngafe\",\n    \"transplacement\": \"mwegharị\",\n    \"transplacental\": \"ntụgharị\",\n    \"transplacentally\": \"n'ụzọ ntụgharị\",\n    \"transplanetary\": \"ntụgharị\",\n    \"transplantations\": \"mmegharị\",\n    \"transplanted\": \"transplant\",\n    \"transplanter\": \"translantlant\",\n    \"transplanters\": \"ndị transplanters\",\n    \"transplanting\": \"transplantị\",\n    \"transplants\": \"ogwu\",\n    \"transplendency\": \"ntụgharị\",\n    \"transplendent\": \"ebube\",\n    \"transplendently\": \"n'ụzọ zuru ezu\",\n    \"transpleural\": \"ntụgharị\",\n    \"transpleurally\": \"ntụgharị\",\n    \"transpolar\": \"ntụgharị\",\n    \"transport\": \"njem\",\n    \"transportability\": \"Mbugharị\",\n    \"transportableness\": \"ebufe\",\n    \"transportables\": \"ihe ebu ebu\",\n    \"transportal\": \"njem\",\n    \"transportance\": \"njem\",\n    \"transportation\": \"njem\",\n    \"transportational\": \"njem\",\n    \"transportationist\": \"ndepụta njem\",\n    \"transportative\": \"ebugharị\",\n    \"transported\": \"ebugharị\",\n    \"transportedly\": \"na-ebugharị\",\n    \"transportedness\": \"ebugharị\",\n    \"transporter\": \"onye mbupu\",\n    \"transporters\": \"ndị na-ebu ihe mbu\",\n    \"transporting\": \"na-ebugharị\",\n    \"transportingly\": \"na-ebugharị\",\n    \"transportment\": \"njem\",\n    \"transposal\": \"ntụgharị\",\n    \"transposed\": \"ebugharị\",\n    \"transposer\": \"transpose\",\n    \"transposes\": \"ebugharị\",\n    \"transposing\": \"Ntughari\",\n    \"transpositional\": \"transposition\",\n    \"transpositions\": \"transposition\",\n    \"transrational\": \"ntụgharị\",\n    \"transrationally\": \"ntụgharị\",\n    \"transrectification\": \"ntụgharị\",\n    \"transrhodanian\": \"ntụgharị asụsụ\",\n    \"transsegmental\": \"ntụgharị\",\n    \"transsegmentally\": \"ntụgharị\",\n    \"transshape\": \"transchape\",\n    \"transshaped\": \"okpokoro\",\n    \"transshaping\": \"mbughari\",\n    \"transshift\": \"trans mgbanwe\",\n    \"transship\": \"ịnọ ebe\",\n    \"transshipment\": \"mbughari\",\n    \"transshipping\": \"mbughari\",\n    \"transships\": \"transship\",\n    \"transsolid\": \"transolid\",\n    \"transsonic\": \"transonic\",\n    \"transsubjective\": \"trans transit\",\n    \"transubstantiating\": \"na-ebugharị\",\n    \"transudate\": \"ntụgharị\",\n    \"transudation\": \"ntụgharị\",\n    \"transuded\": \"ntụgharị\",\n    \"transudes\": \"Na-aga\",\n    \"transuding\": \"ntụgharị\",\n    \"transuming\": \"na-ebugharị\",\n    \"transumpt\": \"ntụgharị\",\n    \"transumption\": \"mbughari\",\n    \"transumptive\": \"mbufe\",\n    \"transuranian\": \"transurani\",\n    \"transvaaler\": \"onye ntụgharị\",\n    \"transvaalian\": \"onye asusu\",\n    \"transvaluate\": \"sụgharịa asụsụ\",\n    \"transvaluation\": \"ntụgharị\",\n    \"transvalue\": \"gafere\",\n    \"transvalued\": \"gbanwere\",\n    \"transvaluing\": \"na-asụgharị\",\n    \"transvasate\": \"mgbasa\",\n    \"transvasation\": \"ntụgharị\",\n    \"transvase\": \"ibughari\",\n    \"transvection\": \"ntughari\",\n    \"transverbate\": \"ntụgharị\",\n    \"transverbation\": \"ntụgharị\",\n    \"transverberate\": \"ntụgharị\",\n    \"transverberation\": \"ntughari\",\n    \"transversal\": \"ntụgharị\",\n    \"transversality\": \"ntụgharị\",\n    \"transversally\": \"ntụgharị\",\n    \"transversary\": \"ntụgharị\",\n    \"transverseness\": \"ntụgharị\",\n    \"transverser\": \"onye ntụgharị\",\n    \"transverses\": \"ntụgharị\",\n    \"transversion\": \"ntụgharị\",\n    \"transversive\": \"ntụgharị\",\n    \"transversomedial\": \"ntụgharị\",\n    \"transverter\": \"onye ntụgharị\",\n    \"transvest\": \"Ntughari\",\n    \"transvolation\": \"ntụgharị\",\n    \"tranvia\": \"Tranvia\",\n    \"trap\": \"ọnyà\",\n    \"trapaceous\": \"ọnyà\",\n    \"trapanned\": \"ọnyà\",\n    \"trapanner\": \"onye nkedo\",\n    \"trapanning\": \"na-ebili\",\n    \"trapans\": \"ọnyà\",\n    \"trapball\": \"Afọ bọl\",\n    \"trapballs\": \"bọọlụ\",\n    \"trapdoor\": \"Afọ\",\n    \"trapdoors\": \"Ohere\",\n    \"trapesed\": \"ọnyà\",\n    \"trapeses\": \"trapes\",\n    \"trapesing\": \"trapes\",\n    \"trapeze\": \"trape\",\n    \"trapezing\": \"trape\",\n    \"trapezist\": \"onye trapezist\",\n    \"trapeziums\": \"trapezius\",\n    \"trapezohedra\": \"trapezohedron\",\n    \"trapezohedral\": \"trapezohedron\",\n    \"trapfall\": \"ọnyà\",\n    \"traphole\": \"ọnyà onu\",\n    \"trapiche\": \"ọnyà\",\n    \"trapiferous\": \"ọnyà\",\n    \"trapish\": \"ọnyà\",\n    \"traplight\": \"ọnyà ìhè\",\n    \"traplike\": \"yiri ọnyà\",\n    \"trapnests\": \"ọnyà\",\n    \"trappabilities\": \"ihe ahia\",\n    \"trappable\": \"afia\",\n    \"trappean\": \"trapaan\",\n    \"trapped\": \"tọrọ atọ\",\n    \"trapperlike\": \"dị ka trapper\",\n    \"trappers\": \"ndị na-azụ ahịa\",\n    \"trappier\": \"onye nzuma\",\n    \"trappiness\": \"ọnyà\",\n    \"trapping\": \"afia\",\n    \"trappingly\": \"afia\",\n    \"trappings\": \"afia\",\n    \"trappist\": \"onye nkita\",\n    \"trappous\": \"trappy\",\n    \"traps\": \"afia\",\n    \"trapshooter\": \"onye nzuzu\",\n    \"trapstick\": \"ọnyà\",\n    \"trapt\": \"ọnyà\",\n    \"trapunto\": \"ọnyà\",\n    \"trapuntos\": \"ọnyà\",\n    \"trash\": \"ahịhịa\",\n    \"trashed\": \"tọgburu\",\n    \"trashes\": \"trash\",\n    \"trashing\": \"na-emebuga\",\n    \"traship\": \"ihe omuma\",\n    \"trashless\": \"ahịhịa\",\n    \"trashmen\": \"trashman\",\n    \"trashrack\": \"ahịhịa ahịhịa\",\n    \"trasy\": \"trays\",\n    \"trasses\": \"trass\",\n    \"trastevere\": \"gbasie ike\",\n    \"trasteverine\": \"gbasie ike\",\n    \"trattle\": \"tratti\",\n    \"traumatically\": \"n'ụzọ dị egwu\",\n    \"traumatizing\": \"na-emerụ ahụ\",\n    \"travail\": \"ime\",\n    \"travailed\": \"arụrụ ala\",\n    \"travailer\": \"onye ahia ahia\",\n    \"travailing\": \"izu ahia\",\n    \"travated\": \"amụgharị\",\n    \"trave\": \"njem\",\n    \"travel\": \"njem\",\n    \"travelability\": \"ime njem\",\n    \"travelable\": \"njem\",\n    \"traveldom\": \"ejegharị\",\n    \"traveled\": \"njem\",\n    \"traveler\": \"onye njem\",\n    \"traveleress\": \"ndị njem\",\n    \"travelerlike\": \"onye njem dika\",\n    \"travelers\": \"ndị njem\",\n    \"traveling\": \"njem\",\n    \"travelings\": \"njem\",\n    \"travellability\": \"ime njem\",\n    \"travellable\": \"njem\",\n    \"travelled\": \"njem\",\n    \"traveller\": \"onye njem\",\n    \"travellers\": \"ndị njem\",\n    \"travelling\": \"njem\",\n    \"travelog\": \"njem\",\n    \"travelogs\": \"ndị njem\",\n    \"travelogues\": \"njem njem\",\n    \"travels\": \"njem\",\n    \"traveltime\": \"oge njem\",\n    \"traversal\": \"ngagharị\",\n    \"traversals\": \"ngagharị\",\n    \"traversary\": \"onye na-eme njem\",\n    \"traverse\": \"gafee\",\n    \"traversed\": \"gabiga\",\n    \"traverser\": \"onye na-agafe agafe\",\n    \"traverses\": \"gabiga\",\n    \"traversewise\": \"gafee\",\n    \"traversework\": \"ngagharị\",\n    \"traversing\": \"na-agafe\",\n    \"traversion\": \"ngagharị\",\n    \"travestied\": \"mebiri\",\n    \"travesties\": \"ahia\",\n    \"travestiment\": \"ahia\",\n    \"travoises\": \"travo traises\",\n    \"trawlboat\": \"ụgbọ mmiri\",\n    \"trawled\": \"tụọ\",\n    \"trawlers\": \"Ndị njem ụgbọ ala\",\n    \"trawling\": \"traww\",\n    \"treacher\": \"onye nduhie\",\n    \"treachery\": \"aghụghọ\",\n    \"treacheries\": \"aghụghọ\",\n    \"treacherous\": \"aghụghọ\",\n    \"treacherously\": \"aghụghọ\",\n    \"treacherousness\": \"aghụghọ\",\n    \"treacles\": \"ihe mgbochi\",\n    \"treacliness\": \"ịdị mkpa\",\n    \"tread\": \"zọcha\",\n    \"treadboard\": \"ihe ndozi\",\n    \"treaded\": \"zọchaa\",\n    \"treader\": \"onye na-azọ ije\",\n    \"treaders\": \"ndị na-azọ ije\",\n    \"treading\": \"azọcha\",\n    \"treadle\": \"zọcha ụkwụ\",\n    \"treadled\": \"zọcha ụkwụ\",\n    \"treadler\": \"zọcha ụkwụ\",\n    \"treadlers\": \"zọcha ụkwụ\",\n    \"treadles\": \"zọcha\",\n    \"treadless\": \"enweghị atụ\",\n    \"treadling\": \"na-azọ ije\",\n    \"treadmill\": \"igwe ịgba ọsọ\",\n    \"treadmills\": \"igwe ịgba ọsọ\",\n    \"treadplate\": \"nzọcha ụkwụ\",\n    \"treads\": \"zọcha\",\n    \"treadwheel\": \"nzọ ụkwụ\",\n    \"treason\": \"ịgba mgba okpuru\",\n    \"treasonable\": \"aghụghọ\",\n    \"treasonableness\": \"aghụghọ\",\n    \"treasonably\": \"aghụghọ\",\n    \"treasonful\": \"aghụghọ\",\n    \"treasonish\": \"aghụghọ\",\n    \"treasonist\": \"onye aghụghọ\",\n    \"treasonless\": \"enweghị aghụghọ\",\n    \"treasonous\": \"aghụghọ\",\n    \"treasonously\": \"aghụghọ\",\n    \"treasons\": \"treason\",\n    \"treasr\": \"akụ\",\n    \"treasurable\": \"dị oké ọnụ ahịa\",\n    \"treasure\": \"akụ\",\n    \"treasured\": \"ejiri\",\n    \"treasureless\": \"dị obere\",\n    \"treasurer\": \"onye nlekota ego\",\n    \"treasurers\": \"echekwa\",\n    \"treasurership\": \"akụ\",\n    \"treasures\": \"akụ\",\n    \"treasury\": \"ụtụ\",\n    \"treasuries\": \"ụlọ akụ\",\n    \"treasuring\": \"inyocha\",\n    \"treasuryship\": \"treasur\",\n    \"treat\": \"emeso\",\n    \"treatability\": \"ọgwụgwọ\",\n    \"treatabilities\": \"ọgwụgwọ\",\n    \"treatable\": \"ọgwụgwọ\",\n    \"treatableness\": \"ọgwụgwọ\",\n    \"treatably\": \"ọgwụgwọ\",\n    \"treated\": \"mesoo\",\n    \"treatee\": \"onye nlekọta\",\n    \"treater\": \"onye nlekọta\",\n    \"treaters\": \"ndị na-agwọ ọrịa\",\n    \"treaty\": \"nkwekọrịta\",\n    \"treaties\": \"nkwekọrịta\",\n    \"treatyist\": \"nkwekọrịta ist\",\n    \"treatyite\": \"nkwekọrịta nkwekọrịta\",\n    \"treatyless\": \"enweghị ọgwụgwọ\",\n    \"treating\": \"na-emeso\",\n    \"treatise\": \"ọgwụgwọ\",\n    \"treatiser\": \"onye nlekọta\",\n    \"treatises\": \"ọgwụgwọ\",\n    \"treatment\": \"ọgwụgwọ\",\n    \"treatments\": \"ọgwụgwọ\",\n    \"treator\": \"onye nlekọta\",\n    \"treats\": \"na-emeso\",\n    \"trebled\": \"ama jijiji\",\n    \"trebleness\": \"ịdị ọcha\",\n    \"trebles\": \"trels\",\n    \"trebling\": \"na-ama jijiji\",\n    \"treddled\": \"Emela\",\n    \"treddles\": \"Treddle\",\n    \"treddling\": \"izu\",\n    \"tredille\": \"Ogbe\",\n    \"tree\": \"osisi\",\n    \"treebeard\": \"osisi osisi\",\n    \"treebine\": \"osisi\",\n    \"treed\": \"osisi\",\n    \"treefish\": \"azụ azụ\",\n    \"treefishes\": \"osisi azụ\",\n    \"treeful\": \"osisi\",\n    \"treehair\": \"osisi ntutu\",\n    \"treehood\": \"osisi\",\n    \"treehopper\": \"osisihopper\",\n    \"treey\": \"osisi\",\n    \"treeify\": \"osisi\",\n    \"treeiness\": \"osisi\",\n    \"treeing\": \"osisi\",\n    \"treeless\": \"enweghị osisi\",\n    \"treelessness\": \"enweghị osisi\",\n    \"treelet\": \"osisi\",\n    \"treelikeness\": \"ịdị adị\",\n    \"treelined\": \"treel\",\n    \"treemaker\": \"treem\",\n    \"treemaking\": \"treem treem\",\n    \"trees\": \"osisi\",\n    \"treescape\": \"osisi\",\n    \"treeship\": \"osisi\",\n    \"treespeeler\": \"onye na-eto eto\",\n    \"treetise\": \"uru\",\n    \"treeward\": \"osisi\",\n    \"treewards\": \"osisi\",\n    \"trefle\": \"maa mma\",\n    \"trefoiled\": \"ụkwụ\",\n    \"trefoillike\": \"trefoil dị ka\",\n    \"trefoilwise\": \"trefoil maara ihe\",\n    \"tregadyne\": \"okpokoro\",\n    \"trek\": \"mee njem\",\n    \"trekked\": \"zọda ụkwụ\",\n    \"trekkers\": \"trek\",\n    \"trellised\": \"kwara\",\n    \"trellises\": \"trell\",\n    \"trellising\": \"trell\",\n    \"tremble\": \"maa jijiji\",\n    \"trembled\": \"maa jijiji\",\n    \"tremblement\": \"ịma jijiji\",\n    \"trembler\": \"maa jijiji\",\n    \"tremblers\": \"na-ama jijiji\",\n    \"trembles\": \"na-ama jijiji\",\n    \"trembly\": \"trem\",\n    \"tremblier\": \"maa jijiji\",\n    \"trembling\": \"na-ama jijiji\",\n    \"tremblingly\": \"na-ama jijiji\",\n    \"tremblingness\": \"ịma jijiji\",\n    \"tremblor\": \"maa jijiji\",\n    \"tremellaceous\": \"Okwesiri\",\n    \"tremendous\": \"dị egwu\",\n    \"tremendousness\": \"ịdị ukwuu\",\n    \"tremenousness\": \"ịdị egwu\",\n    \"tremolant\": \"trema\",\n    \"tremor\": \"ịma jijiji\",\n    \"tremors\": \"ịma jijiji\",\n    \"tremulate\": \"trem\",\n    \"tremulation\": \"trem\",\n    \"tremulent\": \"trem\",\n    \"tremulousness\": \"tremuloness\",\n    \"trench\": \"trenchi\",\n    \"trenchancy\": \"izu ike\",\n    \"trenchant\": \"Ugboro\",\n    \"trenchantly\": \"n'egwu\",\n    \"trenchantness\": \"izu ike\",\n    \"trenchboard\": \"trenboodu\",\n    \"trenchcoats\": \"uwe mgbokwasị\",\n    \"trenched\": \"trench\",\n    \"trencher\": \"olulu\",\n    \"trenchering\": \"Ugbo\",\n    \"trencherlike\": \"ugbala\",\n    \"trenchermaker\": \"Ugbogbo\",\n    \"trencherman\": \"Uchenna Onyekwere\",\n    \"trenchermen\": \"ndị ọkpọ\",\n    \"trenchers\": \"trenchi\",\n    \"trencherside\": \"ebechi\",\n    \"trencherwoman\": \"Nwachukwu\",\n    \"trenches\": \"trenchi\",\n    \"trenchful\": \"tughari\",\n    \"trenching\": \"na-akọchi\",\n    \"trenchlet\": \"trenchi\",\n    \"trenchlike\": \"trenchi\",\n    \"trenchmaster\": \"trenmaster\",\n    \"trenchmore\": \"trenchi\",\n    \"trenchward\": \"trenchi\",\n    \"trenchwise\": \"trenchi\",\n    \"trenchwork\": \"trenchi\",\n    \"trend\": \"omume\",\n    \"trended\": \"gbanwere\",\n    \"trendel\": \"aghaa\",\n    \"trendy\": \"nke ejiji\",\n    \"trendily\": \"Na okirikiri\",\n    \"trendiness\": \"omume\",\n    \"trending\": \"Na-agagharị\",\n    \"trendle\": \"nke agagharị\",\n    \"trends\": \"Ọnọdụ\",\n    \"trepanation\": \"ịma jijiji\",\n    \"trepangs\": \"trepang\",\n    \"trepanned\": \"zọọ ije\",\n    \"trepanning\": \"Na-azọ ije\",\n    \"trepans\": \"okpu\",\n    \"trephining\": \"trephin\",\n    \"trephone\": \"ekwentị\",\n    \"trepidant\": \"obi ojoo\",\n    \"trepidation\": \"ụjọ\",\n    \"trepidations\": \"ụjọ\",\n    \"trepidly\": \"jiri nwayọ\",\n    \"trepidness\": \"obi ojoo\",\n    \"treponemicide\": \"treponem igbu onwe\",\n    \"tres\": \"taya\",\n    \"tresaiel\": \"Onyeoma\",\n    \"tresance\": \"Ugboro\",\n    \"tresche\": \"izu\",\n    \"tresis\": \"okpokoro\",\n    \"trespass\": \"njehie\",\n    \"trespassage\": \"njehie\",\n    \"trespassed\": \"emehie\",\n    \"trespasser\": \"onye nnupu isi\",\n    \"trespassers\": \"ndi gabigara\",\n    \"trespasses\": \"njehie\",\n    \"trespassing\": \"ịgahie\",\n    \"trespassory\": \"mmebi iwu\",\n    \"tress\": \"osisi\",\n    \"tressed\": \"Nkedo\",\n    \"tresses\": \"Nkedo\",\n    \"tressful\": \"na-enye nsogbu\",\n    \"tressy\": \"ebelata\",\n    \"tressilation\": \"izu ike\",\n    \"tressless\": \"enweghị nkụda mmụọ\",\n    \"tresslet\": \"tresser\",\n    \"tresslike\": \"dị ka\",\n    \"tresson\": \"Tresson\",\n    \"tressour\": \"akụ\",\n    \"tressure\": \"akụ\",\n    \"tressured\": \"ejiri\",\n    \"tressures\": \"akụ\",\n    \"trestles\": \"ọgụ\",\n    \"trestlewise\": \"Nwee amamihe\",\n    \"trestlework\": \"ọrụ\",\n    \"trestling\": \"Na-agba mbọ\",\n    \"tret\": \"mma\",\n    \"tretis\": \"iwu\",\n    \"trets\": \"na-emeso\",\n    \"trevally\": \"trev\",\n    \"trevets\": \"treve\",\n    \"trevette\": \"nwekoro\",\n    \"trewsman\": \"tresman\",\n    \"trewsmen\": \"ndị trew\",\n    \"tri\": \"nke atọ\",\n    \"try\": \"gbalịa\",\n    \"triable\": \"nke nwere ike ịdị\",\n    \"triact\": \"atọ\",\n    \"triactinal\": \"nke atọ\",\n    \"triad\": \"atọ\",\n    \"triadically\": \"n'ụzọ atọ\",\n    \"triadics\": \"atọ\",\n    \"triadisms\": \"triadism\",\n    \"triadist\": \"atọ n'ime otu\",\n    \"triads\": \"atọ n'ime atọ\",\n    \"triage\": \"ụzọ\",\n    \"triages\": \"ụzọ\",\n    \"triakisicosahedron\": \"triakis icosahedron\",\n    \"triakisoctahedron\": \"triakis octahedron\",\n    \"trial\": \"ikpe\",\n    \"trialism\": \"ikpe\",\n    \"trialist\": \"onye ikpe\",\n    \"triality\": \"nwepu ato\",\n    \"trialogue\": \"atọalogue\",\n    \"trials\": \"ọnwụnwa\",\n    \"triamine\": \"zita\",\n    \"triamino\": \"Anyanwu\",\n    \"triamorph\": \"Ntughari\",\n    \"triander\": \"atọ\",\n    \"triandrian\": \"onye ato\",\n    \"triandrous\": \"nke atọ\",\n    \"triangled\": \"triangul\",\n    \"triangler\": \"triangul\",\n    \"triangles\": \"triangul\",\n    \"triangula\": \"zita\",\n    \"triangular\": \"zita\",\n    \"triangularis\": \"igwu\",\n    \"triangularly\": \"zita\",\n    \"triangulating\": \"nchikota\",\n    \"triangulum\": \"atọ\",\n    \"triannual\": \"ugboro atọ\",\n    \"triannulate\": \"zụta\",\n    \"triantaphyllos\": \"nwekwaa\",\n    \"triapsal\": \"mmeri\",\n    \"triarchy\": \"ọchịchị ọchịchị\",\n    \"triarcuated\": \"atọna\",\n    \"triary\": \"atọ\",\n    \"triarian\": \"nke atọ\",\n    \"triaryl\": \"nke atọ\",\n    \"triarthrus\": \"atọ\",\n    \"triarticulate\": \"nke atọ\",\n    \"trias\": \"atọ\",\n    \"triatic\": \"dị mkpa\",\n    \"triatoma\": \"ogbe\",\n    \"triatomic\": \"ihe nzuzu\",\n    \"triazane\": \"Uzoigwe\",\n    \"triazins\": \"atọ\",\n    \"triazoic\": \"Nkechi\",\n    \"triazolic\": \"Uzoigwe\",\n    \"tribade\": \"ụtụ\",\n    \"tribades\": \"egbe\",\n    \"tribady\": \"ụtụ\",\n    \"tribadic\": \"onyeda\",\n    \"tribadism\": \"ịdị egwu\",\n    \"tribadistic\": \"na-elekọta mmadụ\",\n    \"tribal\": \"agburu\",\n    \"tribalism\": \"agbụrụ\",\n    \"tribalist\": \"onye agbụrụ\",\n    \"tribally\": \"n'ụzọ\",\n    \"tribarred\": \"ụtụ\",\n    \"tribase\": \"mkpagbu\",\n    \"tribasic\": \"mkpagbu\",\n    \"tribasicity\": \"mkpagbu\",\n    \"tribasilar\": \"onye isi\",\n    \"tribble\": \"ụtụ\",\n    \"tribe\": \"ebo\",\n    \"tribeless\": \"enweghị ebo\",\n    \"tribelet\": \"agbụrụ\",\n    \"tribes\": \"ebo\",\n    \"tribesfolk\": \"agbụrụ\",\n    \"tribeship\": \"agbụrụ\",\n    \"tribesman\": \"onye agbụrụ\",\n    \"tribesmanship\": \"agbụrụ\",\n    \"tribesmen\": \"ndị agbụrụ\",\n    \"tribespeople\": \"ndị agbụrụ\",\n    \"tribeswoman\": \"Nwanyi\",\n    \"tribeswomen\": \"umu nwanyi\",\n    \"triblastic\": \"nsogbu\",\n    \"triblet\": \"okpukpu atọ\",\n    \"triboelectric\": \"igwe ahia\",\n    \"tribologist\": \"ọkà mmụta tribologist\",\n    \"triboluminescence\": \"nweghari\",\n    \"tribometer\": \"temometa\",\n    \"tribophosphorescence\": \"nweghi ike\",\n    \"triborough\": \"nwe obodo\",\n    \"tribrac\": \"ikpe\",\n    \"tribrach\": \"ụtụ\",\n    \"tribrachial\": \"ụtụ\",\n    \"tribrachs\": \"mkpọtụ\",\n    \"tribracteate\": \"sụtụ\",\n    \"tribracteolate\": \"onyeegbula\",\n    \"tribromacetic\": \"kpakpando\",\n    \"tribromid\": \"nweka\",\n    \"tribromide\": \"mkpali\",\n    \"tribromphenate\": \"kpromphenate\",\n    \"tribual\": \"ụtụ\",\n    \"tribually\": \"nke atọ\",\n    \"tribular\": \"akụkụ\",\n    \"tribulate\": \"kpalie\",\n    \"tribulation\": \"mkpagbu\",\n    \"tribulations\": \"mkpagbu\",\n    \"tribulus\": \"mkpali\",\n    \"tribunal\": \"ikpe\",\n    \"tribunals\": \"ikpe\",\n    \"tribunary\": \"ikpe\",\n    \"tribunate\": \"kwalite\",\n    \"tribune\": \"ụtụ\",\n    \"tribunes\": \"ụtụ\",\n    \"tribuneship\": \"ikpe\",\n    \"tribunicial\": \"nwee nsogbu\",\n    \"tribunician\": \"onye enyemaka\",\n    \"tribunitian\": \"onye isi ochichi\",\n    \"tribunitiary\": \"onyinye\",\n    \"tribunitive\": \"nwee nsogbu\",\n    \"tributable\": \"achakwa\",\n    \"tributary\": \"ụtụ\",\n    \"tributaries\": \"ụtụ\",\n    \"tributarily\": \"n'ụzọ dị egwu\",\n    \"tributariness\": \"nwee obi uto\",\n    \"tribute\": \"ụtụ\",\n    \"tributed\": \"ụtụ\",\n    \"tributer\": \"ụtụ\",\n    \"tributes\": \"ụtụ\",\n    \"tributing\": \"na-atụ ụtụ\",\n    \"tributist\": \"onye ikpe\",\n    \"tributorian\": \"Onye nnọchiteanya\",\n    \"tricae\": \"trica\",\n    \"tricaudal\": \"aghụghọ\",\n    \"trice\": \"atọ\",\n    \"triced\": \"ghọgburu\",\n    \"tricenarious\": \"aghụghọ\",\n    \"tricennial\": \"nke atọ\",\n    \"trichevron\": \"Nwachukwu\",\n    \"trichilia\": \"Nwachukwu\",\n    \"trichina\": \"Okereke\",\n    \"trichinella\": \"Ochechi\",\n    \"trichinising\": \"mgbodo\",\n    \"trichinizing\": \"na-atọpụ\",\n    \"trichinosed\": \"Odogwu\",\n    \"trichlorfon\": \"Onyeka Onwenu\",\n    \"trichloro\": \"ichlọ\",\n    \"trichloroethylene\": \"trichlorethylene\",\n    \"trichloromethyl\": \"gwongwo\",\n    \"trichoid\": \"Nwachukwu\",\n    \"trichologist\": \"ọkà mmụta sayensị\",\n    \"trichomanes\": \"Nwachukwu\",\n    \"trichomonad\": \"Onyinyechi\",\n    \"trichophore\": \"okechukwu\",\n    \"trichopter\": \"atọ\",\n    \"trichopteron\": \"Uchechukwu\",\n    \"trichopterous\": \"aghụghọ\",\n    \"trichord\": \"aghụghọ\",\n    \"trichorrhexic\": \"ọnụọgụgụ\",\n    \"trichostrongyle\": \"Ugochukwu Nwachukwu\",\n    \"trichostrongylid\": \"mmmmmmmmmmmmm\",\n    \"trichostrongylus\": \"Nwachukwu\",\n    \"trichotomous\": \"aghụghọ\",\n    \"trichotomously\": \"trichotom anya\",\n    \"trichroic\": \"okwute\",\n    \"trichromic\": \"okwute\",\n    \"trichuriases\": \"ichzọ trichuriases\",\n    \"tricycled\": \"aghụghọ\",\n    \"tricycling\": \"riczọ aghụghọ\",\n    \"tricyclist\": \"ndepụta atọ\",\n    \"tricing\": \"aghụghọ\",\n    \"tricipital\": \"aghụghọ\",\n    \"tricyrtis\": \"Onyinyechi\",\n    \"trick\": \"atọ\",\n    \"tricked\": \"ghọgburu\",\n    \"tricker\": \"aghụghọ\",\n    \"trickery\": \"aghụghọ\",\n    \"trickeries\": \"aghụghọ\",\n    \"trickers\": \"aghụghọ\",\n    \"trickful\": \"aghụghọ\",\n    \"tricky\": \"aghụghọ\",\n    \"trickie\": \"aghụghọ\",\n    \"trickier\": \"aghụghọ\",\n    \"trickiest\": \"aghụghọ\",\n    \"trickily\": \"aghụghọ\",\n    \"trickiness\": \"aghụghọ\",\n    \"tricking\": \"aghụghọ\",\n    \"trickingly\": \"aghụghọ\",\n    \"trickish\": \"aghụghọ\",\n    \"trickishly\": \"aghụghọ\",\n    \"trickishness\": \"aghụghọ\",\n    \"trickle\": \"aghụghọ\",\n    \"trickled\": \"aghụghọ\",\n    \"trickles\": \"aghụghọ\",\n    \"trickless\": \"aghụghọ\",\n    \"tricklet\": \"Ogba\",\n    \"trickly\": \"aghụghọ\",\n    \"tricklier\": \"aghụghọ\",\n    \"trickliest\": \"aghụghọ\",\n    \"tricklike\": \"aghụghọ\",\n    \"trickling\": \"Na-agba\",\n    \"tricklingly\": \"aghụghọ\",\n    \"trickment\": \"aghụghọ\",\n    \"trickproof\": \"aghụghọ\",\n    \"tricks\": \"aghụghọ\",\n    \"tricksy\": \"aghụghọ\",\n    \"tricksical\": \"aghụghọ\",\n    \"tricksier\": \"aghụghọ\",\n    \"tricksiest\": \"aghụghọ\",\n    \"tricksily\": \"aghụghọ\",\n    \"tricksiness\": \"aghụghọ\",\n    \"tricksome\": \"aghụghọ\",\n    \"trickster\": \"Onye aghụghọ\",\n    \"trickstering\": \"aghụghọ\",\n    \"tricksters\": \"ndị aghụghọ\",\n    \"trickstress\": \"aghụghọ\",\n    \"tricktrack\": \"aghụghọ\",\n    \"triclad\": \"aghụghọ\",\n    \"triclads\": \"aghụghọ\",\n    \"tricliniary\": \"aghụghọ\",\n    \"triclinohedric\": \"kennukwu\",\n    \"tricoccous\": \"aghụghọ\",\n    \"tricolored\": \"aghụghọ\",\n    \"tricolors\": \"tricolor\",\n    \"tricolour\": \"tricolor\",\n    \"triconodon\": \"Onyinyechi\",\n    \"tricophorous\": \"aghụghọ\",\n    \"tricoryphean\": \"aghụghọ\",\n    \"tricorne\": \"Nkechi\",\n    \"tricornered\": \"aghụghọ\",\n    \"tricornes\": \"ọnụọgụgụ\",\n    \"tricornute\": \"Ugochukwu\",\n    \"tricosyl\": \"Onyinyechi\",\n    \"tricostate\": \"Ugbokuta\",\n    \"tricots\": \"ọnyà\",\n    \"tricrotic\": \"aghụghọ\",\n    \"tricrotous\": \"aghụghọ\",\n    \"tricrural\": \"aghụghọ\",\n    \"trictrac\": \"mmmmmmmmmmmmm\",\n    \"trictracs\": \"ndiigbo\",\n    \"tricurvate\": \"aghụghọ\",\n    \"tridacna\": \"Nnenna\",\n    \"tridactyl\": \"Nwachukwu\",\n    \"triddler\": \"ihe ndozi\",\n    \"tridecane\": \"Akpa\",\n    \"tridecyl\": \"Nwachukwu\",\n    \"tridecylene\": \"Nwachukwu\",\n    \"tridecoic\": \"onyenekwu\",\n    \"tridentate\": \"okwuputara\",\n    \"tridentated\": \"okwuputara\",\n    \"tridentiferous\": \"Ogwu\",\n    \"tridentine\": \"Onyekwere\",\n    \"tridentinian\": \"Onyekwere\",\n    \"tridentlike\": \"dị ka tridentlike\",\n    \"tridents\": \"ndi mmadu\",\n    \"tridiapason\": \"Nkechi Nwachukwu\",\n    \"tridynamous\": \"Mmetụta\",\n    \"tridominium\": \"okpokoro\",\n    \"tridra\": \"Nwachukwu\",\n    \"tridrachm\": \"Uzoukwu\",\n    \"triecious\": \"aghụghọ\",\n    \"trieciously\": \"n'ụzọ aghụghọ\",\n    \"tried\": \"gbalịrị\",\n    \"triedly\": \"nwaa\",\n    \"triedness\": \"ọnwụnwa\",\n    \"trieennia\": \"iri na atọ\",\n    \"triennially\": \"ugboro atọ\",\n    \"triennias\": \"Atọcha\",\n    \"triens\": \"atọ\",\n    \"triental\": \"nke atọ\",\n    \"trientalis\": \"Nkechi\",\n    \"trientes\": \"nke atọ\",\n    \"triequal\": \"nke atọ\",\n    \"trier\": \"atọ\",\n    \"trierarchy\": \"nchịkwa\",\n    \"trierarchic\": \"onye isi\",\n    \"trierarchies\": \"ụzọ atọ\",\n    \"triers\": \"nyocha\",\n    \"tries\": \"na-agba mbọ\",\n    \"trieteric\": \"nke atọ\",\n    \"trieterics\": \"ihe atọ\",\n    \"triethanolamine\": \"Nkechi Nwachukwu\",\n    \"triethyl\": \"etnye\",\n    \"trifacial\": \"ihe efu\",\n    \"trifanious\": \"ihe nzuzu\",\n    \"trifarious\": \"dị mkpa\",\n    \"trifasciated\": \"atọ ụtọ\",\n    \"triferous\": \"atọ\",\n    \"trifid\": \"ihe efu\",\n    \"trifle\": \"ihe efu\",\n    \"trifled\": \"jiri egwuregwu\",\n    \"trifledom\": \"igodo\",\n    \"trifler\": \"onye na-eme egwuregwu\",\n    \"triflers\": \"ndị na-eme egwuregwu egwuregwu\",\n    \"trifles\": \"ihe egwuregwu\",\n    \"trifly\": \"okpukpu atọ\",\n    \"trifling\": \"na-egwu egwu\",\n    \"triflingly\": \"egwuregwu\",\n    \"triflingness\": \"ịdị mfe\",\n    \"triflings\": \"ihe efu\",\n    \"triflorate\": \"atọ\",\n    \"triflorous\": \"na-atọ ụtọ\",\n    \"trifold\": \"okpukpu atọ\",\n    \"trifoly\": \"n'ụzọ atọ\",\n    \"trifoliated\": \"atọ\",\n    \"triforial\": \"ugboro atọ\",\n    \"triform\": \"Atọfụfụ\",\n    \"triformed\": \"gbanwee\",\n    \"triformous\": \"nnukwu ihe\",\n    \"trifurcate\": \"zụta\",\n    \"trifurcating\": \"na-agbasa\",\n    \"trigged\": \"malitere\",\n    \"trigger\": \"triga\",\n    \"triggerfish\": \"trigfish\",\n    \"triggerfishes\": \"trigfish\",\n    \"triggering\": \"na-ebute\",\n    \"triggerless\": \"trigless\",\n    \"triggerman\": \"trigman\",\n    \"triggest\": \"ịkpalite\",\n    \"trigging\": \"na-ebute\",\n    \"trigynia\": \"trigyn\",\n    \"trigynian\": \"trigyn ian\",\n    \"triglandular\": \"atọ glandular\",\n    \"trignesses\": \"trigness\",\n    \"trigons\": \"trigon\",\n    \"trihedra\": \"akachukwu\",\n    \"trihedral\": \"atọ\",\n    \"trihedron\": \"akpo\",\n    \"trihedrons\": \"akụrụngwa\",\n    \"trihemeral\": \"okpukpu atọ\",\n    \"trihemimeral\": \"triemimeral\",\n    \"trihemiobolion\": \"nwegharia\",\n    \"trihemitetartemorion\": \"ogwe mgbochi\",\n    \"trihydrate\": \"na-edozi ahụ\",\n    \"trihydrated\": \"dị ọcha\",\n    \"trihydric\": \"ihe oriri\",\n    \"trihoral\": \"atọ\",\n    \"trying\": \"na-anwa\",\n    \"tryingly\": \"na-agba mbọ\",\n    \"tryingness\": \"ọnwụnwa\",\n    \"trijugous\": \"nwe anuri\",\n    \"trijunction\": \"ntinye\",\n    \"trikeria\": \"Ikeria\",\n    \"triketo\": \"Ogbe\",\n    \"trikir\": \"okpokoro\",\n    \"trilabe\": \"latọ\",\n    \"trilabiate\": \"ịchịkwa\",\n    \"trilamellar\": \"okwute\",\n    \"trilamellated\": \"Na-atọ ụtọ\",\n    \"trilaminate\": \"atọ\",\n    \"trilarcenous\": \"ọ dị egwu\",\n    \"trilateral\": \"atọ\",\n    \"trilaterality\": \"Atọ atọ\",\n    \"trilaterally\": \"atọ\",\n    \"trilateration\": \"Atọ\",\n    \"trilby\": \"Nweta\",\n    \"trilineated\": \"atọpụ\",\n    \"trilingual\": \"asụsụ atọ\",\n    \"trilingualism\": \"asụsụ atọ\",\n    \"triliterally\": \"trilite n'ụzọ nkịtị\",\n    \"triliteralness\": \"triliteralism\",\n    \"trilled\": \"trill\",\n    \"trillers\": \"triller\",\n    \"trillet\": \"triller\",\n    \"trilleto\": \"triller\",\n    \"trilletto\": \"nnweta\",\n    \"trilli\": \"trili\",\n    \"trillibub\": \"trilibub\",\n    \"trillil\": \"trilil\",\n    \"trilling\": \"na-akụ\",\n    \"trillion\": \"puku ijeri\",\n    \"trillions\": \"puku ijeri\",\n    \"trillionths\": \"ijeri\",\n    \"trillium\": \"trilium\",\n    \"trilloes\": \"atọ\",\n    \"trilobal\": \"nke atọ\",\n    \"trilobate\": \"atọ\",\n    \"trilobated\": \"Na-akpọgharị\",\n    \"trilobed\": \"atọgharị\",\n    \"triloculate\": \"gbakọọ\",\n    \"trilogy\": \"ihe omuma\",\n    \"trilogical\": \"atọ\",\n    \"trilogist\": \"dibia ogwugwo\",\n    \"trim\": \"ewepụtụ\",\n    \"trimaculated\": \"edozi\",\n    \"trimer\": \"mkpụbelata\",\n    \"trimerite\": \"trimita\",\n    \"trimerous\": \"trime nke\",\n    \"trimers\": \"trimer\",\n    \"trimesinic\": \"trimesinik\",\n    \"trimesitic\": \"trimesi\",\n    \"trimester\": \"trimesi\",\n    \"trimetallic\": \"trimetallik\",\n    \"trimeter\": \"trimita\",\n    \"trimeters\": \"trimita\",\n    \"trimyristin\": \"imlọ trimyristin\",\n    \"trimmed\": \"edozi\",\n    \"trimmer\": \"mkpụbelata\",\n    \"trimmers\": \"ihe ndozi\",\n    \"trimming\": \"na-egbutu\",\n    \"trimmingly\": \"na-egbuchasị\",\n    \"trimmings\": \"mkpụcha\",\n    \"trimness\": \"mkpụmkpụ\",\n    \"trimnesses\": \"ihe ndozi\",\n    \"trims\": \"trim\",\n    \"tryms\": \"gbalịa\",\n    \"trimscript\": \"trisscript\",\n    \"trinality\": \"Atọ n'Ime Otu\",\n    \"trinalize\": \"atọ\",\n    \"trinary\": \"atọ\",\n    \"trination\": \"atọ\",\n    \"trinational\": \"atọ\",\n    \"trindling\": \"trinding\",\n    \"trined\": \"atọ\",\n    \"trinely\": \"ato\",\n    \"trinerve\": \"trinrin\",\n    \"trinerved\": \"trinrin\",\n    \"trines\": \"atọ\",\n    \"tringle\": \"triangle\",\n    \"trining\": \"atọ\",\n    \"trinitarian\": \"atọ n'ime otu\",\n    \"trinitarianism\": \"Atọ n'Ime Otu\",\n    \"trinity\": \"Atọ n'Ime Otu\",\n    \"trinities\": \"chi atọ n'ime otu\",\n    \"trinityhood\": \"Atọ n'Ime Otu\",\n    \"trinitytide\": \"Atọ n'Ime Otu\",\n    \"trinitration\": \"atọ\",\n    \"trink\": \"ghaa\",\n    \"trinkermen\": \"ndị na-elekọta mmadụ\",\n    \"trinketed\": \"trinket\",\n    \"trinketer\": \"trimita\",\n    \"trinkets\": \"ihe ndozi\",\n    \"trinkle\": \"kutuo\",\n    \"trinklement\": \"ndetu ala\",\n    \"trinkums\": \"ihe ndozi\",\n    \"trinomiality\": \"Atọ n'Ime Otu\",\n    \"trinomially\": \"atọ\",\n    \"trinovant\": \"atọ\",\n    \"trinunity\": \"Atọ n'Ime Otu\",\n    \"trio\": \"ato\",\n    \"triobol\": \"atọ\",\n    \"triobolon\": \"Nkechi\",\n    \"trioctile\": \"atọ\",\n    \"triocular\": \"atọ\",\n    \"triode\": \"ato\",\n    \"triodes\": \"trimesi\",\n    \"triodia\": \"atọ\",\n    \"trioecious\": \"atọ\",\n    \"trioeciously\": \"n'ike\",\n    \"trioecs\": \"atọ\",\n    \"trioicous\": \"ato\",\n    \"triol\": \"atọ\",\n    \"triolcous\": \"atọ\",\n    \"triole\": \"ato\",\n    \"trioleate\": \"atọ\",\n    \"triolefin\": \"Nkechi\",\n    \"triolefine\": \"Nkechi\",\n    \"trioleic\": \"atọ\",\n    \"triolein\": \"atọ\",\n    \"triolet\": \"atọ\",\n    \"triolets\": \"atọ\",\n    \"triology\": \"atọ\",\n    \"triols\": \"ato\",\n    \"triones\": \"trion\",\n    \"trionym\": \"Ugbochi\",\n    \"trionyx\": \"Onyinye\",\n    \"triops\": \"atọ\",\n    \"trior\": \"atọ\",\n    \"triorchis\": \"Okereke\",\n    \"triorthogonal\": \"akaeze\",\n    \"trios\": \"ihe\",\n    \"triose\": \"atọ\",\n    \"trioses\": \"atọ\",\n    \"triosteum\": \"Nkechi\",\n    \"tryout\": \"nwalee\",\n    \"tryouts\": \"ọrụ\",\n    \"triovulate\": \"atọ\",\n    \"triozonid\": \"echekwa\",\n    \"trip\": \"njem\",\n    \"tripal\": \"njem\",\n    \"tripalmitate\": \"gbadoro ụkwụ\",\n    \"trypanolysin\": \"Ugboro abụọ\",\n    \"trypanolytic\": \"Ugboro abụọ\",\n    \"tryparsamide\": \"tryparse\",\n    \"tripart\": \"okpukpu atọ\",\n    \"triparted\": \"atọ\",\n    \"tripartedly\": \"atọ\",\n    \"tripartible\": \"nke atọ\",\n    \"tripartient\": \"atọ\",\n    \"tripartite\": \"atọ\",\n    \"tripartitely\": \"atọ\",\n    \"tripartition\": \"atọ\",\n    \"tripaschal\": \"njem\",\n    \"tripe\": \"afọ anụ\",\n    \"tripedal\": \"ngagharị\",\n    \"tripel\": \"njem\",\n    \"tripeman\": \"onye njem\",\n    \"tripemonger\": \"onye njem\",\n    \"tripennate\": \"ịga n'ihu\",\n    \"tripenny\": \"adabacha\",\n    \"tripersonal\": \"onye nke mmadu\",\n    \"tripersonalism\": \"mmadụ atọ\",\n    \"tripersonalist\": \"onye nwere onwe ya\",\n    \"tripersonality\": \"mmadụ atọ\",\n    \"tripersonally\": \"nkeonwe\",\n    \"tripes\": \"njem\",\n    \"tripeshop\": \"ebele\",\n    \"tripewife\": \"onye enyemaka\",\n    \"tripewoman\": \"nwanyi nwanyi\",\n    \"triphammer\": \"ihe ndozi\",\n    \"triphaser\": \"onyenze\",\n    \"triphenyl\": \"adaka\",\n    \"triphenylated\": \"ọwụwa\",\n    \"triphenylcarbinol\": \"adighi anya\",\n    \"triphenylmethane\": \"adụla\",\n    \"triphenylmethyl\": \"adụla\",\n    \"triphibian\": \"onye njem\",\n    \"triphibious\": \"njem\",\n    \"triphyletic\": \"ihe egwuregwu\",\n    \"triphyllous\": \"ihe nzuzu\",\n    \"triphysite\": \"nwepụ\",\n    \"triphony\": \"njem\",\n    \"triphora\": \"njem\",\n    \"triphthong\": \"nweghari\",\n    \"triphthongal\": \"nke atọ\",\n    \"tripy\": \"ugboro atọ\",\n    \"trypiate\": \"gbalie\",\n    \"tripylaean\": \"nwekwaa\",\n    \"tripylarian\": \"onyekachi\",\n    \"tripylean\": \"nke tripylean\",\n    \"tripinnate\": \"nkechi\",\n    \"tripinnated\": \"nke atọ\",\n    \"tripinnately\": \"n'ụzọ atọ\",\n    \"tripitaka\": \"njem\",\n    \"triplanes\": \"ndị njem\",\n    \"triplasian\": \"Afrịka\",\n    \"triplasic\": \"atọ\",\n    \"triple\": \"Mmaji Mmaji\",\n    \"tripled\": \"okpukpu atọ\",\n    \"triplefold\": \"okpukpu atọ\",\n    \"tripleness\": \"okpukpu atọ\",\n    \"tripler\": \"okpukpu atọ\",\n    \"triples\": \"atọ\",\n    \"triplet\": \"nke atọ\",\n    \"tripletail\": \"okpukpu atọ\",\n    \"tripletree\": \"nke atọ\",\n    \"triplets\": \"atọ\",\n    \"triplewise\": \"atọrọ atọ\",\n    \"triplex\": \"okpukpu atọ\",\n    \"triply\": \"too okpukpu\",\n    \"triplicate\": \"atọ\",\n    \"triplicated\": \"atọ\",\n    \"triplicately\": \"okpukpu atọ\",\n    \"triplicates\": \"atọ\",\n    \"triplicating\": \"atọ\",\n    \"triplication\": \"njem\",\n    \"triplications\": \"njem atọ\",\n    \"triplicative\": \"atọ\",\n    \"triplicature\": \"ụzọ atọ\",\n    \"triplice\": \"okpukpu atọ\",\n    \"triplicity\": \"atọ\",\n    \"triplicities\": \"ụzọ atọ\",\n    \"triplicostate\": \"okpukpu atọ\",\n    \"tripliform\": \"njem ifufe\",\n    \"triplinerved\": \"atọpụla\",\n    \"tripling\": \"atọ\",\n    \"triploblastic\": \"atọ\",\n    \"triplocaulescent\": \"nke atọ\",\n    \"triplocaulous\": \"atọ\",\n    \"triploid\": \"nke atọ\",\n    \"triploidy\": \"atọ\",\n    \"triploidic\": \"atọ\",\n    \"trypodendron\": \"nnwale\",\n    \"tripody\": \"njem\",\n    \"tripodial\": \"ugboro atọ\",\n    \"tripodian\": \"onye atọ\",\n    \"tripodies\": \"ihe enyemaka\",\n    \"tripointed\": \"nwekọtara\",\n    \"tripolar\": \"onye isi\",\n    \"tripolis\": \"njem\",\n    \"tripolitan\": \"onye njem\",\n    \"tripos\": \"Atọ\",\n    \"triposes\": \"na-eweta\",\n    \"tripot\": \"njem\",\n    \"tripotassium\": \"tripotium\",\n    \"trippant\": \"nwekwaa\",\n    \"tripped\": \"daa ụkwụ\",\n    \"trippers\": \"ndị na-eme egwuregwu\",\n    \"tripping\": \"na-adagharị\",\n    \"trippingness\": \"ịda\",\n    \"trippings\": \"ihe na-eme\",\n    \"trippist\": \"nke atọ\",\n    \"tripple\": \"okpukpu atọ\",\n    \"trippler\": \"okpukpu atọ\",\n    \"trips\": \"njem\",\n    \"tripsacum\": \"njem\",\n    \"tripsill\": \"na-aga\",\n    \"trypsins\": \"trypsin\",\n    \"tripsis\": \"njem\",\n    \"tripsome\": \"na-akpali akpali\",\n    \"tripsomely\": \"n'ụzọ zuru oke\",\n    \"tript\": \"gaa\",\n    \"triptanes\": \"Ndidi\",\n    \"tripterous\": \"njem atọ\",\n    \"triptyca\": \"nwekọtara\",\n    \"triptycas\": \"nwekọm\",\n    \"triptych\": \"nwekọri\",\n    \"triptychs\": \"nwekọri\",\n    \"triptyque\": \"ihe nzuzu\",\n    \"tryptonize\": \"gbalịa\",\n    \"triptote\": \"nwe obi uto\",\n    \"tripudial\": \"atọ\",\n    \"tripudiant\": \"atọ\",\n    \"tripudiary\": \"atọ\",\n    \"tripudiate\": \"atọ\",\n    \"tripudist\": \"onye njem\",\n    \"triquetra\": \"okpukpu atọ\",\n    \"triquetric\": \"okpukpu atọ\",\n    \"triquetrous\": \"nke atọ\",\n    \"triquetrously\": \"nke atọ\",\n    \"triquinate\": \"nke ato\",\n    \"triquinoyl\": \"Okwudiri\",\n    \"triradially\": \"nke atọ\",\n    \"triradiated\": \"chikwara\",\n    \"triradiately\": \"atọ\",\n    \"trireme\": \"nke atọ\",\n    \"triremes\": \"ihe atọ\",\n    \"trisacramentarian\": \"trisacramental\",\n    \"trisazo\": \"Trisazo\",\n    \"trisected\": \"ewepu\",\n    \"trisecting\": \"Nkechi\",\n    \"trisection\": \"ọgbụgba\",\n    \"trisha\": \"Trisha\",\n    \"trisylabic\": \"Nkechi Nwachukwu\",\n    \"trisyllabic\": \"Nwachukwu\",\n    \"trisyllable\": \"Nkechi\",\n    \"triskaidekaphobe\": \"triskaidekaphobia\",\n    \"triskaidekaphobes\": \"triskaidekaphobia\",\n    \"triskelia\": \"Triskelia\",\n    \"trismus\": \"Uchechukwu\",\n    \"trisoctahedron\": \"trisoctaedron\",\n    \"trisonant\": \"onye nga\",\n    \"trispaston\": \"Onyinyechi\",\n    \"trispermous\": \"dị egwu\",\n    \"trisporous\": \"atọ\",\n    \"trist\": \"akara aka\",\n    \"tristachyous\": \"Uchechi\",\n    \"tristan\": \"Uchechi\",\n    \"tristania\": \"Uchechukwu\",\n    \"trysted\": \"nkechi\",\n    \"tristeness\": \"ịdị ọcha\",\n    \"trysters\": \"mbọ\",\n    \"tristesse\": \"Ugochukwu\",\n    \"tristfully\": \"n'eziokwu\",\n    \"tristfulness\": \"ịdị ọcha\",\n    \"tristich\": \"Uchechi\",\n    \"tristichs\": \"okpokoro\",\n    \"tristiloquy\": \"iheanyichukwu\",\n    \"trysting\": \"na-agbalị\",\n    \"tristive\": \"gosi\",\n    \"trysts\": \"gbam gbam\",\n    \"trisubstituted\": \"gbanwere\",\n    \"trisul\": \"Trisul\",\n    \"trisulc\": \"Obinna\",\n    \"trisulfoxid\": \"mmmmmmmmmmmmm\",\n    \"tryt\": \"nwaa\",\n    \"tritactic\": \"aghụghọ\",\n    \"tritagonist\": \"onye ikpe\",\n    \"tritangential\": \"dị mkpa\",\n    \"tritaph\": \"tritap\",\n    \"trite\": \"zụta\",\n    \"tritely\": \"atọ\",\n    \"triteness\": \"atọ\",\n    \"triternately\": \"obere oge\",\n    \"tritest\": \"dị obere\",\n    \"tritheist\": \"onye nchịkwa\",\n    \"tritheocracy\": \"ọchịchị\",\n    \"trithing\": \"ithgha\",\n    \"trithiocarbonic\": \"chibueze\",\n    \"tritiated\": \"Tritias\",\n    \"triticality\": \"tritical\",\n    \"tritically\": \"n'ụzọ dị egwu\",\n    \"triticalness\": \"Ahụmahụ\",\n    \"triticeous\": \"atọ\",\n    \"triticism\": \"nkọcha\",\n    \"tritylodon\": \"itinye\",\n    \"tritocerebrum\": \"ebechi\",\n    \"triton\": \"Ugochukwu\",\n    \"tritonality\": \"okike\",\n    \"tritoness\": \"aka\",\n    \"tritonoid\": \"Tritonus\",\n    \"tritonous\": \"Tritonus\",\n    \"tritons\": \"Ugochukwu\",\n    \"trytophan\": \"tryptophan\",\n    \"trittichan\": \"ugochukwu\",\n    \"trituberculy\": \"n'ụzọ aghụghọ\",\n    \"tritural\": \"dị egwu\",\n    \"triturated\": \"etinyere\",\n    \"trituration\": \"nchịkwa\",\n    \"triture\": \"ahịhịa\",\n    \"triumf\": \"mmeri\",\n    \"triumfetta\": \"nweghari\",\n    \"triumph\": \"mmeri\",\n    \"triumphal\": \"mmeri\",\n    \"triumphance\": \"nwe mmeri\",\n    \"triumphancy\": \"mmeri\",\n    \"triumphant\": \"nwe mmeri\",\n    \"triumphantly\": \"na-enwe mmeri\",\n    \"triumphator\": \"mmeri\",\n    \"triumphed\": \"merie\",\n    \"triumpher\": \"mmeri\",\n    \"triumphing\": \"na-enwe mmeri\",\n    \"triumphs\": \"mmeri\",\n    \"triumphwise\": \"mmeri\",\n    \"triumvir\": \"mmeri\",\n    \"triumvirate\": \"nweghari\",\n    \"triumvirates\": \"na-enwe mmeri\",\n    \"triumviry\": \"mmeri\",\n    \"triumvirs\": \"ndị mmeri\",\n    \"triumvirship\": \"mmeri\",\n    \"triune\": \"atọ n'ime otu\",\n    \"triunes\": \"Atọ\",\n    \"triunion\": \"ato\",\n    \"triunitarian\": \"atọ n'ime otu\",\n    \"triunity\": \"ntaneti\",\n    \"triunities\": \"ihe ndozi\",\n    \"triunsaturated\": \"atọ ụtọ\",\n    \"triurid\": \"atọ\",\n    \"trivalence\": \"ịdị mfe\",\n    \"trivalency\": \"ụzọ mgbapụ\",\n    \"trivalent\": \"atọ\",\n    \"trivalvular\": \"ugboro atọ\",\n    \"trivant\": \"dị mkpa\",\n    \"trivantly\": \"dị mkpa\",\n    \"trivariant\": \"dị mkpa\",\n    \"trivat\": \"isi atọ\",\n    \"triverbal\": \"atọ\",\n    \"triverbial\": \"adaba\",\n    \"trivet\": \"nwekọri\",\n    \"trivets\": \"ihe ato\",\n    \"trivette\": \"nwekoro\",\n    \"trivetwise\": \"ugboro ugboro\",\n    \"trivia\": \"enweghị isi\",\n    \"trivial\": \"obere\",\n    \"trivialisation\": \"abaghị uru\",\n    \"trivialise\": \"were obere ihe\",\n    \"trivialised\": \"na-eleda anya\",\n    \"trivialising\": \"na-eleda anya\",\n    \"trivialism\": \"abaghị uru\",\n    \"trivialist\": \"abaghị uru\",\n    \"triviality\": \"enweghị isi\",\n    \"trivialities\": \"obere ihe\",\n    \"trivialization\": \"abaghị uru\",\n    \"trivialize\": \"were obere ihe\",\n    \"trivializing\": \"na-eleda anya\",\n    \"trivially\": \"n'ụzọ dị mfe\",\n    \"trivialness\": \"abaghị uru\",\n    \"trivirga\": \"igha\",\n    \"trivirgate\": \"igodo\",\n    \"trivoltine\": \"nweghachi\",\n    \"trivvet\": \"ihe nzuzu\",\n    \"triweekly\": \"ugboro atọ\",\n    \"triwet\": \"Uwet\",\n    \"trizomal\": \"Ihe nzuzu\",\n    \"troak\": \"trok\",\n    \"troaking\": \"inyocha\",\n    \"trocaical\": \"ihe omumu\",\n    \"trochaically\": \"n'egbughị oge\",\n    \"trochanteric\": \"ọnụọgụ\",\n    \"trochantinian\": \"Uchenna\",\n    \"trochars\": \"ndị trocha\",\n    \"trochate\": \"ogbe\",\n    \"trocheameter\": \"trocheamita\",\n    \"troched\": \"zọcha\",\n    \"trochils\": \"trochi\",\n    \"trochiscation\": \"mkpochapụ\",\n    \"trochiscus\": \"ochi\",\n    \"trochleae\": \"trochlear\",\n    \"trochleary\": \"trochlear\",\n    \"trochleariform\": \"trochlear ụdị\",\n    \"trochodendraceous\": \"Okponkwo\",\n    \"trochodendron\": \"Ogbe\",\n    \"trocked\": \"zọọ ụkwụ\",\n    \"trockery\": \"ihe ndi ozo\",\n    \"trocking\": \"ckinggha\",\n    \"trocks\": \"igwe\",\n    \"troco\": \"Ogbe\",\n    \"trodden\": \"zọọ ụkwụ\",\n    \"troezenian\": \"Nwachukwu\",\n    \"troft\": \"zọda\",\n    \"troglodytal\": \"Ugochukwu\",\n    \"troiluses\": \"ihe ọmụmụ\",\n    \"troynovant\": \"Ogbe\",\n    \"troked\": \"zọọ ụkwụ\",\n    \"troland\": \"Ogba\",\n    \"trolands\": \"ohia\",\n    \"trolatitious\": \"dị egwu\",\n    \"trolldom\": \"Nnenna\",\n    \"trolled\": \"zụrụ\",\n    \"trolleybus\": \"Trolleybus\",\n    \"trolleyed\": \"Nwokolo\",\n    \"trolleyer\": \"Ihe eji eme ihe\",\n    \"trolleyful\": \"Nkechi\",\n    \"trolleying\": \"mbughari\",\n    \"trolleyman\": \"Nwachukwu\",\n    \"trolleymen\": \"ndi nwoke\",\n    \"trolleys\": \"Ngwongwo\",\n    \"trolleite\": \"Nkechi\",\n    \"troller\": \"onye na-eme njem\",\n    \"trollers\": \"ndị na-atụgharị ihe\",\n    \"trollflower\": \"Ogba\",\n    \"trolly\": \"nchikota\",\n    \"trollied\": \"Azụmahịa\",\n    \"trollying\": \"okwugha\",\n    \"trollyman\": \"Nwokeji\",\n    \"trollymen\": \"ndi nwoke\",\n    \"trollimog\": \"Nnukwu\",\n    \"trolling\": \"Na-agagharị\",\n    \"trollius\": \"okwukwu\",\n    \"trollol\": \"Nwachukwu\",\n    \"trollop\": \"Trollop\",\n    \"trollopean\": \"Nnenna\",\n    \"trollopy\": \"rolzọ\",\n    \"trollopian\": \"Nwoke\",\n    \"trolloping\": \"ogide\",\n    \"trollopish\": \"nkechi\",\n    \"trollops\": \"oche\",\n    \"tromba\": \"Ogba\",\n    \"trombiculid\": \"mmmmmmmmmmmmm\",\n    \"trombone\": \"okpokoro\",\n    \"trombones\": \"okpokoro\",\n    \"trombony\": \"okpokoro\",\n    \"trombonist\": \"onye trombonist\",\n    \"trombonists\": \"ndi anwuru\",\n    \"trommel\": \"Ugochukwu\",\n    \"trommels\": \"okwute\",\n    \"tromometer\": \"tromometa\",\n    \"tromp\": \"Ogbe\",\n    \"tromped\": \"tọọla\",\n    \"trompil\": \"Uzoukwu\",\n    \"trompillo\": \"Nnenna\",\n    \"tromping\": \"na-akụ\",\n    \"tromps\": \"Nchịkọta\",\n    \"tron\": \"Iri\",\n    \"tronador\": \"Onyinyechukwu\",\n    \"tronas\": \"Ugochukwu\",\n    \"tronc\": \"Ugboro\",\n    \"trones\": \"oche\",\n    \"tronk\": \"okuku\",\n    \"trooly\": \"ìgwè\",\n    \"troop\": \"ìgwè\",\n    \"trooped\": \"ìgwè\",\n    \"trooper\": \"ọchịagha\",\n    \"trooperess\": \"agha\",\n    \"troopers\": \"ndị agha\",\n    \"troopfowl\": \"ìgwè\",\n    \"troopial\": \"ìgwè\",\n    \"troopials\": \"ndị agha\",\n    \"trooping\": \"agha\",\n    \"troops\": \"ndị agha\",\n    \"troopship\": \"ụgbọ mmiri\",\n    \"troopships\": \"usuu ndi agha\",\n    \"troopwise\": \"ìgwè\",\n    \"troostite\": \"ìgwè\",\n    \"troostitic\": \"onye agha\",\n    \"trooz\": \"ìgwè\",\n    \"tropal\": \"okpuru mmiri\",\n    \"tropary\": \"okpomọkụ\",\n    \"tropate\": \"trofi\",\n    \"tropes\": \"Okpukpo\",\n    \"trophesy\": \"trofi\",\n    \"trophi\": \"trofi\",\n    \"trophy\": \"trofi\",\n    \"trophic\": \"ọnya\",\n    \"trophical\": \"ebe okpomọkụ\",\n    \"trophically\": \"nke ọma\",\n    \"trophicity\": \"ikekwe\",\n    \"trophies\": \"trophi\",\n    \"trophying\": \"na-agbagha\",\n    \"trophyless\": \"trofiless\",\n    \"trophis\": \"trophi\",\n    \"trophodynamic\": \"Ogbe Ogba\",\n    \"trophodynamics\": \"ihe omuma\",\n    \"trophoneurotic\": \"okpomoku\",\n    \"trophophore\": \"troposphere\",\n    \"trophophorous\": \"triphosphorus\",\n    \"trophoplasmic\": \"Okpomoku\",\n    \"trophoplast\": \"olulu\",\n    \"trophosome\": \"acha\",\n    \"trophosphere\": \"troposphere\",\n    \"trophospongial\": \"okpomoku\",\n    \"trophotropic\": \"acha ọkụ\",\n    \"tropic\": \"okpuru ohia\",\n    \"tropical\": \"ebe okpomọkụ\",\n    \"tropicalisation\": \"ebe okpomọkụ\",\n    \"tropicalise\": \"ebe okpomọkụ\",\n    \"tropicalised\": \"okpomoku\",\n    \"tropicalising\": \"ebe na-ekpo ọkụ\",\n    \"tropicality\": \"ebe okpomọkụ\",\n    \"tropicalization\": \"olulu mmiri\",\n    \"tropicalize\": \"Ihe Okpomoku\",\n    \"tropicalized\": \"Okpomoku\",\n    \"tropicalizing\": \"na-ekpo ọkụ\",\n    \"tropically\": \"okpomoku\",\n    \"tropicopolitan\": \"okpu mmiri\",\n    \"tropics\": \"ogbe\",\n    \"tropyl\": \"tropil\",\n    \"tropines\": \"okpuru ala\",\n    \"tropins\": \"ogbe mmiri\",\n    \"tropism\": \"okpomoku\",\n    \"tropisms\": \"okpomoku\",\n    \"tropist\": \"onye igbo\",\n    \"tropistic\": \"ebe okpomọkụ\",\n    \"tropologic\": \"isiokwu\",\n    \"tropologically\": \"n'agha\",\n    \"tropologizing\": \"ịnyịnya\",\n    \"tropometer\": \"temometa\",\n    \"tropomyosin\": \"koomosho\",\n    \"tropospheric\": \"onyema\",\n    \"troppaia\": \"troppia\",\n    \"troptometer\": \"troptometa\",\n    \"trot\": \"Nzọụkwụ\",\n    \"trotcozy\": \"Uchechukwu\",\n    \"troth\": \"nza\",\n    \"trothed\": \"zọcha\",\n    \"trothful\": \"Na-enwe obi ụtọ\",\n    \"trothing\": \"ihe oriri\",\n    \"trothless\": \"enweghị atụ\",\n    \"trothlessness\": \"enweghị nsogbu\",\n    \"trothlike\": \"yiri\",\n    \"trothplight\": \"ụzọ\",\n    \"trotted\": \"zọchaa\",\n    \"trotters\": \"zọcha\",\n    \"trotteur\": \"Onyeoma\",\n    \"trotting\": \"inyocha\",\n    \"trottoir\": \"oche\",\n    \"trottoired\": \"mezie\",\n    \"troubador\": \"nsogbu\",\n    \"troubadour\": \"nsogbu\",\n    \"troubadourish\": \"nsogbu\",\n    \"troubadourism\": \"nsogbu\",\n    \"troubadourist\": \"onye na enye nsogbu\",\n    \"troubadours\": \"Troadours\",\n    \"trouble\": \"nsogbu\",\n    \"troubled\": \"nwee nsogbu\",\n    \"troubledly\": \"nsogbu\",\n    \"troubledness\": \"nsogbu\",\n    \"troublemaker\": \"onye nsogbu\",\n    \"troublemakers\": \"ndị nsogbu\",\n    \"troublemaking\": \"nsogbu\",\n    \"troublement\": \"nsogbu\",\n    \"troubleproof\": \"enweghị nsogbu\",\n    \"troubler\": \"onye inye nsogbu\",\n    \"troublers\": \"ndị nsogbu\",\n    \"troubles\": \"nsogbu\",\n    \"troubleshoot\": \"dozie\",\n    \"troubleshooted\": \"edozi\",\n    \"troubleshooter\": \"nchọpụta nsogbu\",\n    \"troubleshooters\": \"nchọpụta nsogbu\",\n    \"troubleshooting\": \"nchọpụta nsogbu\",\n    \"troubleshoots\": \"nsogbu\",\n    \"troubleshot\": \"nsogbu\",\n    \"troublesome\": \"na-eweta nsogbu\",\n    \"troublesomely\": \"nsogbu\",\n    \"troublesomeness\": \"nsogbu\",\n    \"troublesshot\": \"enweghị nsogbu\",\n    \"troubly\": \"nsogbu\",\n    \"troubling\": \"na-enye nsogbu\",\n    \"troublingly\": \"nsogbu\",\n    \"troublous\": \"na-eweta nsogbu\",\n    \"troublously\": \"na-eweta nsogbu\",\n    \"troublousness\": \"nsogbu\",\n    \"troughed\": \"ughedụ\",\n    \"troughing\": \"na-agagharị\",\n    \"troughlike\": \"trough dị ka\",\n    \"troughs\": \"ihe ndozi\",\n    \"troughway\": \"ụzọ\",\n    \"trounced\": \"rikpuru\",\n    \"trouping\": \"inyocha\",\n    \"trouserdom\": \"udo\",\n    \"trousered\": \"nkịtị\",\n    \"trouserian\": \"Onyema\",\n    \"trousering\": \"ihe omuma\",\n    \"trouserless\": \"enweghị atụ\",\n    \"trousers\": \"trouzas\",\n    \"trouss\": \"trouzas\",\n    \"trousseau\": \"udochi\",\n    \"trousseaus\": \"Iheanacho\",\n    \"trousseaux\": \"Uchechukwu\",\n    \"trouter\": \"Okpomoku\",\n    \"trouty\": \"ọrụ\",\n    \"troutiest\": \"nke kacha mma\",\n    \"trouveres\": \"okpu\",\n    \"trouveurs\": \"ndị njem\",\n    \"trove\": \"zọba\",\n    \"troveless\": \"enweghị atụ\",\n    \"trovers\": \"nzọ ụkwụ\",\n    \"trow\": \"okporo\",\n    \"trowable\": \"Okpokoro\",\n    \"trowed\": \"Odiro\",\n    \"troweled\": \"okpukpu\",\n    \"troweler\": \"Onye na-agba ọsọ\",\n    \"trowelers\": \"Ndị na-eme egwuregwu bọọlụ\",\n    \"trowelful\": \"Odikwa\",\n    \"troweling\": \"Ntughari\",\n    \"trowelled\": \"Ogwu\",\n    \"troweller\": \"Onye nlegharị anya\",\n    \"trowelling\": \"Ntughari\",\n    \"trowelman\": \"Onyekachukwu\",\n    \"trowels\": \"okwute\",\n    \"trowing\": \"na-egwu\",\n    \"trowlesworthite\": \"Nwachukwu\",\n    \"trowman\": \"Onyekachukwu\",\n    \"trows\": \"trews\",\n    \"trowsers\": \"trouzas\",\n    \"trowth\": \"uto\",\n    \"trowths\": \"trowth\",\n    \"trs\": \"Ogbe\",\n    \"truancy\": \"ekweghị\",\n    \"truancies\": \"gwongworo\",\n    \"truandise\": \"eziokwu\",\n    \"truant\": \"gwongworo\",\n    \"truantcy\": \"ekweghị\",\n    \"truanted\": \"gwongworo\",\n    \"truanting\": \"eziokwu\",\n    \"truantism\": \"eziokwu\",\n    \"truantly\": \"n'eziokwu\",\n    \"truantlike\": \"n'eziokwu\",\n    \"truantness\": \"truant ness\",\n    \"truantry\": \"gwongworo\",\n    \"truantries\": \"gwongworo\",\n    \"truants\": \"ndị na-anya gwongworo\",\n    \"truantship\": \"antsgbọ mmiri\",\n    \"truce\": \"ikwere\",\n    \"truced\": \"gwongworo\",\n    \"truceless\": \"enweghị eziokwu\",\n    \"truces\": \"gwongworo\",\n    \"truchman\": \"olulu\",\n    \"trucial\": \"eziokwu\",\n    \"trucing\": \"na-agba ịnyịnya\",\n    \"truck\": \"gwongworo\",\n    \"truckage\": \"gwongworo\",\n    \"truckages\": \"gwongworo\",\n    \"truckdriver\": \"ọkwọ ụgbọ ala\",\n    \"trucked\": \"gwongworo\",\n    \"trucker\": \"gwongworo\",\n    \"truckers\": \"ndị na-anya gwongworo\",\n    \"truckful\": \"gwongworo\",\n    \"truckie\": \"gwongworo\",\n    \"trucking\": \"gwongworo\",\n    \"truckings\": \"gwongworo\",\n    \"truckle\": \"ụgbọala\",\n    \"truckled\": \"ụgbọala gwuru\",\n    \"truckler\": \"gwongworo\",\n    \"trucklers\": \"ndị na-anya gwongworo\",\n    \"truckles\": \"gwongworo\",\n    \"trucklike\": \"dị ka gwongworo\",\n    \"truckline\": \"gwongworo\",\n    \"truckling\": \"gwongworo\",\n    \"trucklingly\": \"na-agba ịnyịnya\",\n    \"truckload\": \"gwongworo\",\n    \"truckloads\": \"gwongworo\",\n    \"truckman\": \"gwongworo\",\n    \"truckmaster\": \"onye na-anya ụgbọala\",\n    \"truckmen\": \"ndị na-anya gwongworo\",\n    \"trucks\": \"gwongworo\",\n    \"truckster\": \"gwongworo\",\n    \"truckway\": \"gwongworo\",\n    \"truculence\": \"gwongworo\",\n    \"truculency\": \"gwongworo\",\n    \"truculent\": \"gwongworo\",\n    \"truculental\": \"gwongworo\",\n    \"truculently\": \"n'eziokwu\",\n    \"truculentness\": \"gwongworo\",\n    \"trudellite\": \"igwe\",\n    \"trudged\": \"Ogbogu\",\n    \"trudger\": \"Na-ama jijiji\",\n    \"trudging\": \"na-akpali akpali\",\n    \"trudy\": \"Nkechi\",\n    \"true\": \"eziokwu\",\n    \"trueblue\": \"eziokwublue\",\n    \"trueblues\": \"eziokwublues\",\n    \"trueborn\": \"ezi nwa\",\n    \"truebred\": \"eziokwu\",\n    \"trued\": \"gwongworo\",\n    \"truehearted\": \"ezi obi\",\n    \"trueheartedly\": \"n'eziokwu\",\n    \"trueheartedness\": \"ezi obi\",\n    \"trueing\": \"eziokwu\",\n    \"truelove\": \"ezigbo ịhụnanya\",\n    \"trueloves\": \"Ezigbo\",\n    \"trueman\": \"onye bu okomoko\",\n    \"trueness\": \"eziokwu\",\n    \"truenesses\": \"eziokwu\",\n    \"truer\": \"eziokwu\",\n    \"trues\": \"eziokwu\",\n    \"truest\": \"eziokwu\",\n    \"truewood\": \"Eziwood\",\n    \"truff\": \"gwongworo\",\n    \"truffe\": \"truffle\",\n    \"truffes\": \"gwongworo\",\n    \"truffled\": \"truffle\",\n    \"trufflelike\": \"truffle dị ka\",\n    \"truffler\": \"gwongworo\",\n    \"truffles\": \"gwongworo\",\n    \"trufflesque\": \"gwongworo\",\n    \"trugmallion\": \"trug mallion\",\n    \"truish\": \"eziokwu\",\n    \"truism\": \"eziokwu\",\n    \"truismatic\": \"eziokwu\",\n    \"truisms\": \"usoro\",\n    \"truistic\": \"eziokwu\",\n    \"truistical\": \"eziokwu\",\n    \"truistically\": \"n'eziokwu\",\n    \"truly\": \"n'ezie\",\n    \"trullization\": \"mmechi\",\n    \"trulls\": \"Ihe isi\",\n    \"trummel\": \"trimel\",\n    \"trump\": \"opi\",\n    \"trumped\": \"gbasiri ike\",\n    \"trumpet\": \"opi\",\n    \"trumpetbush\": \"opi\",\n    \"trumpeted\": \"fụrụ opi\",\n    \"trumpeter\": \"opi\",\n    \"trumpeters\": \"ndị na-afụ opi\",\n    \"trumpetfish\": \"opi\",\n    \"trumpetfishes\": \"opi\",\n    \"trumpety\": \"opi\",\n    \"trumpeting\": \"opi\",\n    \"trumpetleaf\": \"opi\",\n    \"trumpetless\": \"enweghị opi\",\n    \"trumpetlike\": \"opi\",\n    \"trumpetry\": \"opi\",\n    \"trumpets\": \"opi\",\n    \"trumpetweed\": \"opì-ike\",\n    \"trumpetwood\": \"opi\",\n    \"trumph\": \"opi\",\n    \"trumpie\": \"opi\",\n    \"trumping\": \"opi\",\n    \"trumpless\": \"trum\",\n    \"trumplike\": \"dị ka opi\",\n    \"trumscheit\": \"uchu\",\n    \"trun\": \"opi\",\n    \"truncated\": \"kpochapụrụ\",\n    \"truncates\": \"Kporo\",\n    \"truncating\": \"trencating\",\n    \"truncation\": \"mkpọchi\",\n    \"truncations\": \"mkpọchi\",\n    \"truncator\": \"mkpọchi\",\n    \"trunched\": \"akpọnwụ\",\n    \"truncheons\": \"Kporo\",\n    \"truncher\": \"akpati\",\n    \"trundlers\": \"ndị aghụghọ\",\n    \"trundling\": \"na-akpọkọta\",\n    \"trunk\": \"akpati\",\n    \"trunkback\": \"akpati\",\n    \"trunked\": \"akpọnwụ\",\n    \"trunkfish\": \"akpati akpati\",\n    \"trunkfishes\": \"akpati\",\n    \"trunkful\": \"akpati\",\n    \"trunkfuls\": \"akpati\",\n    \"trunking\": \"osisi\",\n    \"trunkless\": \"akpati\",\n    \"trunknose\": \"akpati\",\n    \"trunks\": \"akpati\",\n    \"trunnels\": \"akpati\",\n    \"trunnions\": \"akpọnwụ\",\n    \"truong\": \"gwongor\",\n    \"trush\": \"ikwuru\",\n    \"trussell\": \"Nnenna\",\n    \"trusser\": \"truss\",\n    \"trussery\": \"ụtụ\",\n    \"trussers\": \"truss\",\n    \"trusses\": \"truss\",\n    \"trussing\": \"na-amị\",\n    \"trussings\": \"ntụkwasị obi\",\n    \"trusswork\": \"ọrụ\",\n    \"trust\": \"ntụkwasị obi\",\n    \"trustability\": \"ntụkwasị obi\",\n    \"trustable\": \"ntụkwasị obi\",\n    \"trustableness\": \"ntụkwasị obi\",\n    \"trustably\": \"ntụkwasị obi\",\n    \"trustbuster\": \"ntụkwasị obi\",\n    \"trustbusting\": \"ntụkwasị obi bust\",\n    \"trusted\": \"tụkwasịrị obi\",\n    \"trustee\": \"onye akaebe\",\n    \"trusteed\": \"tụkwasịrị obi\",\n    \"trusteeing\": \"tụkwasịrị obi\",\n    \"trustees\": \"ndị nlekọta\",\n    \"trusteeship\": \"ọrụ nlekọta\",\n    \"trusteeships\": \"nlekọta ọrụ\",\n    \"trusteing\": \"ikwadoro\",\n    \"trusten\": \"tụkwasị obi\",\n    \"trusters\": \"ndị tụkwasịrị obi\",\n    \"trustful\": \"ntụkwasị obi\",\n    \"trustfully\": \"ntụkwasị obi\",\n    \"trustfulness\": \"ntụkwasị obi\",\n    \"trusty\": \"ntụkwasị obi\",\n    \"trustier\": \"Ihe kwesiri ntukwasi obi\",\n    \"trusties\": \"ntụkwasị obi\",\n    \"trustify\": \"ikwusi ike\",\n    \"trustification\": \"ikwenye ekwenye\",\n    \"trustified\": \"tụkwasịrị obi\",\n    \"trustifying\": \"ikwado\",\n    \"trustihood\": \"ntụkwasị obi\",\n    \"trustily\": \"ntụkwasị obi\",\n    \"trustiness\": \"ntụkwasị obi\",\n    \"trusting\": \"ịtụkwasị obi\",\n    \"trustingly\": \"ntụkwasị obi\",\n    \"trustingness\": \"ntụkwasị obi\",\n    \"trustle\": \"ntụkwasị obi\",\n    \"trustless\": \"enweghị ntụkwasị obi\",\n    \"trustlessly\": \"enweghị ntụkwasị obi\",\n    \"trustlessness\": \"enweghị ntụkwasị obi\",\n    \"trustman\": \"ntụkwasị obi\",\n    \"trustmen\": \"ntụkwasị obi\",\n    \"trustmonger\": \"ntụkwasị obi\",\n    \"trustor\": \"ntụkwasị obi\",\n    \"trusts\": \"ntụkwasị obi\",\n    \"trustwoman\": \"Nwanyị ntụkwasị obi\",\n    \"trustwomen\": \"ntụkwasị obi\",\n    \"trustworthy\": \"ntụkwasị obi\",\n    \"trustworthier\": \"ntụkwasị obi\",\n    \"trustworthiest\": \"kwesịrị ntụkwasị obi\",\n    \"trustworthily\": \"kwesịrị ntụkwasị obi\",\n    \"trustworthiness\": \"kwesịrị ntụkwasị obi\",\n    \"truth\": \"eziokwu\",\n    \"truthful\": \"eziokwu\",\n    \"truthfully\": \"eziokwu\",\n    \"truthfulness\": \"eziokwu\",\n    \"truthy\": \"eziokwu\",\n    \"truthify\": \"zoputara\",\n    \"truthless\": \"eziokwu\",\n    \"truthlessly\": \"n'eziokwu\",\n    \"truthlessness\": \"eziokwu\",\n    \"truthlike\": \"eziokwu\",\n    \"truthlikeness\": \"eziokwu eziokwu\",\n    \"truths\": \"eziokwu\",\n    \"truthsman\": \"onye eziokwu\",\n    \"truthteller\": \"onye kwuru eziokwu\",\n    \"truthtelling\": \"ikwu eziokwu\",\n    \"trutinate\": \"ichikota\",\n    \"trutination\": \"ichikota\",\n    \"trutta\": \"truta\",\n    \"truttaceous\": \"ichoro\",\n    \"truvat\": \"gwongworo\",\n    \"truxillic\": \"Ogbodo\",\n    \"tsades\": \"tsade\",\n    \"tsarinas\": \"usoroas\",\n    \"tsarisms\": \"tsarism\",\n    \"tsarist\": \"onyechi\",\n    \"tsarists\": \"tsarist\",\n    \"tsatlee\": \"chidimma\",\n    \"tsessebe\": \"Ogechi\",\n    \"tsetses\": \"tsetị\",\n    \"tsine\": \"osisi\",\n    \"tsitsith\": \"Ugochukwu\",\n    \"tsking\": \"kingzọ\",\n    \"tsktsked\": \"Ugochukwu\",\n    \"tsktsking\": \"Ugochukwu\",\n    \"tsktsks\": \"knye\",\n    \"tst\": \"Nwachukwu\",\n    \"tsumebite\": \"umebụ\",\n    \"tsun\": \"mbufụt\",\n    \"tsunami\": \"mbufịt\",\n    \"tsunamic\": \"mbufịt\",\n    \"tsunamis\": \"mbufịt\",\n    \"tsures\": \"na-akwado\",\n    \"tsuris\": \"Nkechi\",\n    \"tty\": \"iri\",\n    \"tuareg\": \"Tuareg\",\n    \"tubbing\": \"tubing\",\n    \"tubbist\": \"ọkpọkọ\",\n    \"tubboe\": \"ọkpọkọ\",\n    \"tube\": \"ọkpọkọ\",\n    \"tubectomy\": \"ọkpọkọ\",\n    \"tubectomies\": \"ọkpọkọ\",\n    \"tubeflower\": \"tubulu\",\n    \"tubeform\": \"tubform\",\n    \"tubeful\": \"ọkpọkọ\",\n    \"tubehead\": \"isi\",\n    \"tubehearted\": \"nwee obi\",\n    \"tubelet\": \"ọkpọkọ\",\n    \"tuberaceous\": \"ọkpọkọ\",\n    \"tuberales\": \"ọkpọkọ\",\n    \"tuberation\": \"ọkpọkọri\",\n    \"tubercled\": \"tubercular\",\n    \"tuberclelike\": \"yiri tubercle\",\n    \"tubercles\": \"ụkwara nta\",\n    \"tubercula\": \"ụkwara nta\",\n    \"tubercularia\": \"ụkwara nta\",\n    \"tuberculariaceous\": \"ụkwara nta\",\n    \"tubercularisation\": \"ụkwara nta\",\n    \"tubercularise\": \"ụkwara nta\",\n    \"tubercularised\": \"ụkwara nta\",\n    \"tubercularising\": \"ụkwara nta\",\n    \"tubercularization\": \"ụkwara nta\",\n    \"tubercularized\": \"ụkwara nta\",\n    \"tubercularizing\": \"ụkwara nta\",\n    \"tubercularness\": \"ụkwara nta\",\n    \"tuberculated\": \"tubercular\",\n    \"tuberculatedly\": \"tuberculoly na-eme\",\n    \"tuberculation\": \"ụkwara nta\",\n    \"tuberculed\": \"tubercul\",\n    \"tuberculiferous\": \"ụkwara nta\",\n    \"tuberculiform\": \"ụkwara nta\",\n    \"tuberculin\": \"ụkwara nta\",\n    \"tuberculination\": \"ụkwara nta\",\n    \"tuberculine\": \"ụkwara nta\",\n    \"tuberculinic\": \"ụkwara nta\",\n    \"tuberculinisation\": \"ụkwara nta\",\n    \"tuberculinise\": \"ụkwara nta\",\n    \"tuberculinised\": \"ụkwara nta\",\n    \"tuberculinising\": \"ụkwara nta\",\n    \"tuberculinization\": \"ụkwara nta\",\n    \"tuberculinizing\": \"ụkwara nta\",\n    \"tuberculisation\": \"ụkwara nta\",\n    \"tuberculise\": \"ụkwara nta\",\n    \"tuberculised\": \"ụkwara nta\",\n    \"tuberculising\": \"ụkwara nta\",\n    \"tuberculization\": \"ụkwara nta\",\n    \"tuberculocele\": \"ụkwara nta\",\n    \"tuberculocidin\": \"ụkwara nta\",\n    \"tuberculoderma\": \"ụkwara nta\",\n    \"tuberculoid\": \"ụkwara nta\",\n    \"tuberculoma\": \"ụkwara nta\",\n    \"tuberculomania\": \"ụkwara nta\",\n    \"tuberculomas\": \"ụkwara nta\",\n    \"tuberculomata\": \"ụkwara nta\",\n    \"tuberculophobia\": \"ụkwara nta\",\n    \"tuberculose\": \"ụkwara nta\",\n    \"tuberculosectorial\": \"ụkwara nta\",\n    \"tuberculosed\": \"ụkwara nta\",\n    \"tuberculoses\": \"ụkwara nta\",\n    \"tuberculosis\": \"ụkwara nta\",\n    \"tuberculotherapy\": \"ụkwara nta\",\n    \"tuberculotherapist\": \"ụkwara nta\",\n    \"tuberculotoxin\": \"ụkwara nta\",\n    \"tuberculotrophic\": \"ụkwara nta\",\n    \"tuberculous\": \"ụkwara nta\",\n    \"tuberculously\": \"ụkwara nta\",\n    \"tuberculousness\": \"ụkwara nta\",\n    \"tuberculum\": \"ụkwara nta\",\n    \"tuberoses\": \"tubroses\",\n    \"tuberosity\": \"tubrosity\",\n    \"tuberosities\": \"tubrosities\",\n    \"tuberous\": \"tubusii\",\n    \"tuberously\": \"tubusii\",\n    \"tuberousness\": \"tubes ness\",\n    \"tuberuculate\": \"tuberculate\",\n    \"tubes\": \"ọkpọkọ\",\n    \"tubework\": \"ọkpọkọ\",\n    \"tubfishes\": \"tubfish\",\n    \"tublet\": \"ọkpọ\",\n    \"tubmaker\": \"tubmas\",\n    \"tubmen\": \"ndị tubmen\",\n    \"tuboabdominal\": \"onyekwado\",\n    \"tuborrhea\": \"ụkwara nta\",\n    \"tubularly\": \"tubular\",\n    \"tubulating\": \"na-akụ tub\",\n    \"tubulator\": \"ọkpọ ọkpọ\",\n    \"tubulosaccular\": \"okpoko\",\n    \"tubulous\": \"okwute\",\n    \"tubulousness\": \"okwute\",\n    \"tubuphone\": \"ọkpọkọ\",\n    \"tubwoman\": \"tubwanan\",\n    \"tucked\": \"zoro\",\n    \"tuckered\": \"zụrụ\",\n    \"tuckers\": \"ndị aghụghọ\",\n    \"tucket\": \"zoro\",\n    \"tuckets\": \"ndị aghụghọ\",\n    \"tucky\": \"tuck\",\n    \"tudel\": \"Nwunye\",\n    \"tudesque\": \"ighota\",\n    \"tudoresque\": \"Nwachukwu\",\n    \"tue\": \"tun\",\n    \"tuedian\": \"Tuedian\",\n    \"tueiron\": \"Nwunye\",\n    \"tuesdays\": \"tuesday\",\n    \"tuffs\": \"tuff\",\n    \"tuft\": \"tuo\",\n    \"tug\": \"sere\",\n    \"tugboat\": \"ugbomgbom\",\n    \"tugboatman\": \"ugbomgbom\",\n    \"tugboatmen\": \"ugbomgbom\",\n    \"tugboats\": \"ụgbọ mmiri\",\n    \"tugged\": \"sere\",\n    \"tugger\": \"Ihe Nleba\",\n    \"tuggery\": \"tugwo\",\n    \"tuggers\": \"Ndị na-ama\",\n    \"tugging\": \"na-adọta\",\n    \"tuggingly\": \"n'egwu\",\n    \"tugless\": \"ghara ịdị\",\n    \"tuglike\": \"yiri\",\n    \"tugman\": \"Nnenna\",\n    \"tugs\": \"akpa\",\n    \"tuilyie\": \"tuilerie\",\n    \"tuilles\": \"tuiles\",\n    \"tuilzie\": \"tuilerie\",\n    \"tuition\": \"nkuzi\",\n    \"tuitional\": \"nkuzi\",\n    \"tuitionary\": \"nkuzi\",\n    \"tuitionless\": \"nkuzi obere\",\n    \"tuitions\": \"nkuzi\",\n    \"tuitive\": \"nkuzi\",\n    \"tula\": \"ukwu\",\n    \"tulare\": \"ukwu\",\n    \"tulchan\": \"Tulchan\",\n    \"tulipiferous\": \"ogechi\",\n    \"tuliplike\": \"tulip dị ka\",\n    \"tulipomaniac\": \"tulipomania\",\n    \"tulkepaia\": \"tulle paia\",\n    \"tumble\": \"dahari\",\n    \"tumblebug\": \"Na-atụtụ\",\n    \"tumbled\": \"daa\",\n    \"tumbledung\": \"Na-ada\",\n    \"tumblehome\": \"ngwụcha\",\n    \"tumbler\": \"Ogbako\",\n    \"tumblerful\": \"Na-ada mba\",\n    \"tumblerlike\": \"ndiegwu\",\n    \"tumblerwise\": \"tumbler maara ihe\",\n    \"tumbles\": \"daa\",\n    \"tumbleweed\": \"Owere\",\n    \"tumbleweeds\": \"Na-ada mba\",\n    \"tumbly\": \"na-ada ụda\",\n    \"tumblification\": \"nchịkọta\",\n    \"tumbling\": \"daa\",\n    \"tumblingly\": \"daa\",\n    \"tumblings\": \"daa\",\n    \"tumbrel\": \"tumụl\",\n    \"tumbrels\": \"ọgba aghara\",\n    \"tumbril\": \"Tumbril\",\n    \"tumefaction\": \"ndozi\",\n    \"tumefactive\": \"na-agbagha\",\n    \"tumefied\": \"ume\",\n    \"tumefies\": \"ndozi\",\n    \"tumefying\": \"Na-agbagha\",\n    \"tumeric\": \"etuto\",\n    \"tumescence\": \"afọ ojuju\",\n    \"tumescent\": \"afọ\",\n    \"tumidity\": \"akpụ akpụ\",\n    \"tumidities\": \"etuto\",\n    \"tumidness\": \"akpụ akpụ\",\n    \"tumion\": \"etuto\",\n    \"tumli\": \"tumị\",\n    \"tummals\": \"tumm\",\n    \"tummed\": \"etịbede\",\n    \"tummel\": \"gbuo\",\n    \"tummeler\": \"Okpukpo\",\n    \"tummer\": \"okpu\",\n    \"tumming\": \"na-ada ụda\",\n    \"tummock\": \"tummy\",\n    \"tumor\": \"tumo\",\n    \"tumored\": \"etuto\",\n    \"tumorlike\": \"tumor\",\n    \"tumors\": \"etuto ahụ\",\n    \"tumour\": \"tumo\",\n    \"tumours\": \"etuto ahụ\",\n    \"tump\": \"daa\",\n    \"tumplines\": \"ogwe\",\n    \"tumps\": \"ọkpọ\",\n    \"tumulary\": \"tumulu\",\n    \"tumulate\": \"itughari\",\n    \"tumulation\": \"etuto\",\n    \"tumulose\": \"nkwado\",\n    \"tumulosity\": \"njirimara\",\n    \"tumulous\": \"ozi\",\n    \"tumult\": \"ọgba aghara\",\n    \"tumulter\": \"tumulu\",\n    \"tumults\": \"ọgba aghara\",\n    \"tumultuary\": \"ọgba aghara\",\n    \"tumultuaries\": \"ọgba aghara\",\n    \"tumultuarily\": \"aghara\",\n    \"tumultuariness\": \"ọgba aghara\",\n    \"tumultuate\": \"afụ\",\n    \"tumultuation\": \"ọgba aghara\",\n    \"tumultuous\": \"aghara\",\n    \"tumultuously\": \"aghara\",\n    \"tumultuousness\": \"ọgba aghara\",\n    \"tumultus\": \"ọgba aghara\",\n    \"tumulus\": \"tumulu\",\n    \"tunableness\": \"Ugha\",\n    \"tunably\": \"tunyere\",\n    \"tunbellied\": \"tunyere\",\n    \"tundishes\": \"Na-akụ\",\n    \"tuneableness\": \"mkpọtụ\",\n    \"tuned\": \"na-ege ntị\",\n    \"tuneful\": \"na-akụ\",\n    \"tunefully\": \"tune\",\n    \"tunefulness\": \"tune\",\n    \"tunelessly\": \"n'echeghị echiche\",\n    \"tunelessness\": \"mkpọtụ\",\n    \"tunemaking\": \"tunem\",\n    \"tunesome\": \"jụọ ụfọdụ\",\n    \"tuneup\": \"mezie\",\n    \"tuneups\": \"tune ups\",\n    \"tunful\": \"na-atụgharị uche\",\n    \"tunican\": \"tunic\",\n    \"tunicate\": \"tunicit\",\n    \"tunicated\": \"tunisị\",\n    \"tunicates\": \"uwe ime\",\n    \"tunicked\": \"tunyere\",\n    \"tunicles\": \"uwe ime\",\n    \"tunicless\": \"enweghị atụ\",\n    \"tunics\": \"tunis\",\n    \"tuniness\": \"ntabi\",\n    \"tuning\": \"n'iji ya gee ntị\",\n    \"tunings\": \"mezie\",\n    \"tunish\": \"tunis\",\n    \"tunisians\": \"tunisian\",\n    \"tunist\": \"tunis\",\n    \"tunk\": \"akpati\",\n    \"tunker\": \"tunka\",\n    \"tunket\": \"tunka\",\n    \"tunned\": \"na-ege ntị\",\n    \"tunnel\": \"ọwara\",\n    \"tunnelist\": \"Ọwara\",\n    \"tunnelled\": \"tune\",\n    \"tunneller\": \"Ọwaragwara\",\n    \"tunnellers\": \"okpu\",\n    \"tunnelly\": \"tunnel\",\n    \"tunnelling\": \"tunneling\",\n    \"tunnellite\": \"tunnelite\",\n    \"tunnelman\": \"Ọwara\",\n    \"tunnelmen\": \"Ọwaragwara\",\n    \"tunnelway\": \"Ọwaragwara\",\n    \"tunner\": \"ọwara\",\n    \"tunnery\": \"ọwara\",\n    \"tunning\": \"n'iji ya gee ntị\",\n    \"tup\": \"nwa\",\n    \"tupian\": \"Nwoke\",\n    \"tupik\": \"Nnenna\",\n    \"tupiks\": \"Nnenna\",\n    \"tuples\": \"tuulu\",\n    \"tupman\": \"Nwokeji\",\n    \"tupmen\": \"ụmụ nwoke\",\n    \"tupped\": \"zụọ\",\n    \"tupping\": \"tuo\",\n    \"tups\": \"nwa\",\n    \"turanian\": \"Turanian\",\n    \"turb\": \"okpokoro\",\n    \"turban\": \"okpu\",\n    \"turbaned\": \"okpu\",\n    \"turbanesque\": \"okpokoro\",\n    \"turbanette\": \"okpu\",\n    \"turbanless\": \"enweghị ntụpọ\",\n    \"turbanlike\": \"ihe mkpuchi\",\n    \"turbanned\": \"okpu\",\n    \"turbans\": \"okpu\",\n    \"turbantop\": \"okpu\",\n    \"turbanwise\": \"okpokoro\",\n    \"turbary\": \"toba\",\n    \"turbeh\": \"Oyi\",\n    \"turbellaria\": \"Ogba\",\n    \"turbellarian\": \"Onyeisi\",\n    \"turbeth\": \"okpokoro\",\n    \"turbeths\": \"okpokoro\",\n    \"turbidity\": \"Nsogbu\",\n    \"turbidities\": \"ọgba aghara\",\n    \"turbidness\": \"nsogbu\",\n    \"turbinaceous\": \"okpokoro\",\n    \"turbinal\": \"okpuru\",\n    \"turbinals\": \"okpuru\",\n    \"turbinated\": \"gbagburu\",\n    \"turbinatostipitate\": \"tụgharịa\",\n    \"turbine\": \"tobaim\",\n    \"turbined\": \"togburu\",\n    \"turbinelike\": \"igwe akwara\",\n    \"turbinellidae\": \"okpokoro\",\n    \"turbines\": \"okpuru\",\n    \"turbit\": \"okpuru\",\n    \"turbith\": \"okpuru\",\n    \"turbiths\": \"okpuru\",\n    \"turbits\": \"okpu\",\n    \"turbitteen\": \"iri na ise\",\n    \"turbo\": \"toonu\",\n    \"turboalternator\": \"turbo alternator\",\n    \"turboblower\": \"Igwe ikuku mmiri\",\n    \"turbocar\": \"ụgbọ ala turbo\",\n    \"turboexciter\": \"igbanwe\",\n    \"turbojet\": \"okpokoro\",\n    \"turbojets\": \"okpokoro\",\n    \"turbomachine\": \"ígwè ọrụ\",\n    \"turbotlike\": \"dị ka turbot\",\n    \"turbots\": \"nduru\",\n    \"turbulence\": \"ọgba aghara\",\n    \"turbulency\": \"ọgba aghara\",\n    \"turbulent\": \"ndutịme\",\n    \"turbulently\": \"n'ọgba aghara\",\n    \"turbulentness\": \"ndutịme\",\n    \"turcification\": \"ntụgharị\",\n    \"turcism\": \"ọgba aghara\",\n    \"tureens\": \"Ogologo\",\n    \"turf\": \"Ahịhịa\",\n    \"turfdom\": \"okpokoro\",\n    \"turfiness\": \"okpomoku\",\n    \"turfing\": \"Turfing\",\n    \"turfmen\": \"ndị isi\",\n    \"turfs\": \"Igwe\",\n    \"turfski\": \"Ugwu\",\n    \"turfskiing\": \"Ugboro\",\n    \"turfskis\": \"okpokoro\",\n    \"turfwise\": \"okpokoro\",\n    \"turgency\": \"Nsogbu\",\n    \"turgencies\": \"ọgba aghara\",\n    \"turgently\": \"ngwa ngwa\",\n    \"turgesced\": \"gbara agba\",\n    \"turgescence\": \"ogba aghara\",\n    \"turgescency\": \"ogbaaghara\",\n    \"turgescently\": \"n'agbụrụ\",\n    \"turgescing\": \"turgesing\",\n    \"turgidities\": \"nsogbu\",\n    \"turgidly\": \"n'ezigbo\",\n    \"turgidness\": \"Ọdịdị\",\n    \"turio\": \"ọgba aghara\",\n    \"turioniferous\": \"ndughari\",\n    \"turkey\": \"toro toro\",\n    \"turkeyfish\": \"azu azu\",\n    \"turkeyfishes\": \"azu azu\",\n    \"turkeyfoot\": \"ụkwụ ụkwụ\",\n    \"turkeylike\": \"turkey yiri\",\n    \"turkeys\": \"toro eto\",\n    \"turken\": \"toro\",\n    \"turkery\": \"toro toro\",\n    \"turkess\": \"turkish\",\n    \"turki\": \"toro\",\n    \"turkicize\": \"nha turkic\",\n    \"turkize\": \"toro toro\",\n    \"turkle\": \"toro toro\",\n    \"turkmen\": \"ndị turkmen\",\n    \"turkmenian\": \"onye turkmenian\",\n    \"turkophil\": \"Ugboro abụọ\",\n    \"turkophile\": \"ụsọ\",\n    \"turks\": \"okpokoro\",\n    \"turmerics\": \"okpuru\",\n    \"turmet\": \"okpu agha\",\n    \"turmoil\": \"ọgba aghara\",\n    \"turmoiled\": \"ọgba aghara\",\n    \"turmoiler\": \"ọgba aghara\",\n    \"turmoiling\": \"ọgba aghara\",\n    \"turmoils\": \"ọgba aghara\",\n    \"turn\": \"ntụgharị\",\n    \"turnable\": \"turntable\",\n    \"turnabout\": \"ịgbanwee\",\n    \"turnabouts\": \"ntụgharị\",\n    \"turnagain\": \"tụgharịa\",\n    \"turnaround\": \"tụgharịa\",\n    \"turnarounds\": \"ntụgharị\",\n    \"turnaway\": \"chigharia\",\n    \"turnback\": \"ntụgharị\",\n    \"turnbout\": \"ịgbanwuo\",\n    \"turnbroach\": \"ntughari\",\n    \"turnbuckle\": \"ịgbanwuo aka\",\n    \"turnbuckles\": \"ịgbanwee ihe\",\n    \"turncap\": \"ntụgharị\",\n    \"turncoat\": \"kootu\",\n    \"turncoatism\": \"ntụgharị\",\n    \"turncoats\": \"akwa mkpuchi\",\n    \"turncock\": \"atụgharị\",\n    \"turndown\": \"gbatuo\",\n    \"turndowns\": \"okpokoro\",\n    \"turndun\": \"mgbanaka\",\n    \"turned\": \"tụgharịa\",\n    \"turnel\": \"azu\",\n    \"turner\": \"Turner\",\n    \"turneraceous\": \"negha\",\n    \"turneresque\": \"ntughari\",\n    \"turnery\": \"ntụgharị\",\n    \"turnerian\": \"Turnerian\",\n    \"turneries\": \"ntụgharị\",\n    \"turnerism\": \"ntụgharị\",\n    \"turnerite\": \"Turnerite\",\n    \"turners\": \"ntụgharị\",\n    \"turngate\": \"toro\",\n    \"turnhall\": \"ntụgharị\",\n    \"turnhalle\": \"gbanwee\",\n    \"turnhalls\": \"ntụgharị\",\n    \"turnices\": \"ntụgharị\",\n    \"turnicine\": \"ọkụ\",\n    \"turning\": \"mbịne\",\n    \"turningness\": \"ntụgharị\",\n    \"turnings\": \"ntụgharị\",\n    \"turnip\": \"tonip\",\n    \"turnipy\": \"tonipiu\",\n    \"turniplike\": \"yiri\",\n    \"turnips\": \"ntụgharị\",\n    \"turnipweed\": \"ntụgharị\",\n    \"turnipwise\": \"ntụgharị\",\n    \"turnipwood\": \"tony osisi\",\n    \"turnmeter\": \"ntụgharị\",\n    \"turnoff\": \"gbanyụọ\",\n    \"turnoffs\": \"gbanyụọ\",\n    \"turnor\": \"ntụgharị\",\n    \"turnout\": \"tụgharịpụta\",\n    \"turnouts\": \"ntụgharị\",\n    \"turnover\": \"ntụgharị\",\n    \"turnovers\": \"ntụgharị\",\n    \"turnpike\": \"Turnpike\",\n    \"turnpiker\": \"Turnpike\",\n    \"turnpikes\": \"atụgharị\",\n    \"turnpin\": \"ntụgharị\",\n    \"turnplate\": \"mpempe\",\n    \"turnplough\": \"gbanye ogige\",\n    \"turnplow\": \"amama igwu\",\n    \"turnpoke\": \"Turnpike\",\n    \"turnrow\": \"ntụgharị\",\n    \"turns\": \"amama\",\n    \"turnscrew\": \"atụgharị\",\n    \"turnsheet\": \"mpempe akwụkwọ\",\n    \"turnskin\": \"atụgharị\",\n    \"turnsole\": \"Agbanye\",\n    \"turnsoles\": \"ntụgharị\",\n    \"turnspit\": \"ntụgharị\",\n    \"turnspits\": \"ntụgharị\",\n    \"turnstile\": \"atụgharịrị\",\n    \"turnstiles\": \"atụgharị\",\n    \"turnstone\": \"nkume nkume\",\n    \"turntables\": \"ntụgharị\",\n    \"turntail\": \"atụgharị\",\n    \"turntale\": \"ntughari\",\n    \"turnup\": \"pụta\",\n    \"turnups\": \"ntụgharị\",\n    \"turnverein\": \"ntụgharị\",\n    \"turnway\": \"ntụgharị\",\n    \"turnwrest\": \"ntụgharị\",\n    \"turnwrist\": \"ntụgharị ihu\",\n    \"turonian\": \"Turonian\",\n    \"turophile\": \"ogechi\",\n    \"turpantineweed\": \"afụfụ\",\n    \"turpentined\": \"gbanye mgbọrọgwụ\",\n    \"turpentineweed\": \"igbanwe\",\n    \"turpentiny\": \"pentgha\",\n    \"turpentinic\": \"igwu\",\n    \"turpentining\": \"na-agbanye\",\n    \"turpentinous\": \"okpokoro\",\n    \"turpethin\": \"okpu\",\n    \"turpeths\": \"na-agbanye\",\n    \"turpid\": \"turpin\",\n    \"turpidly\": \"n'igwe\",\n    \"turpify\": \"kwupụta\",\n    \"turpis\": \"okpu\",\n    \"turpitude\": \"okpuru\",\n    \"turquois\": \"turquoise\",\n    \"turquoiselike\": \"turquoise dị ka\",\n    \"turquoises\": \"turquoise\",\n    \"turrel\": \"turrell\",\n    \"turreted\": \"gbara ọtọ\",\n    \"turrethead\": \"turret isi\",\n    \"turreting\": \"turret\",\n    \"turretless\": \"ghara ịdị\",\n    \"turretlike\": \"ichoro\",\n    \"turriculated\": \"mgbaghara\",\n    \"turriferous\": \"na-atọ ọchị\",\n    \"turriform\": \"mgbanwe\",\n    \"turrigerous\": \"ọgba aghara\",\n    \"turrited\": \"gbanwere\",\n    \"turritellid\": \"nduku\",\n    \"turritellidae\": \"nduku\",\n    \"turritelloid\": \"nduku\",\n    \"turrum\": \"ụda\",\n    \"turse\": \"tọọsụ\",\n    \"turtle\": \"mbe\",\n    \"turtlebloom\": \"okpokoro\",\n    \"turtled\": \"kpuru\",\n    \"turtledove\": \"nduru\",\n    \"turtledoved\": \"nduru\",\n    \"turtledoves\": \"nduru\",\n    \"turtledoving\": \"nduru\",\n    \"turtlehead\": \"mbe\",\n    \"turtlelike\": \"nduru\",\n    \"turtleneck\": \"nduru\",\n    \"turtlenecks\": \"nduru\",\n    \"turtlepeg\": \"nduru\",\n    \"turtler\": \"mbe\",\n    \"turtlers\": \"nduru\",\n    \"turtles\": \"nduru\",\n    \"turtlestone\": \"ohi\",\n    \"turtlet\": \"nduru\",\n    \"turtling\": \"turtwo\",\n    \"turtlings\": \"nduru\",\n    \"turveydrop\": \"okpokoro\",\n    \"turveydropdom\": \"igbanwe\",\n    \"turveydropian\": \"Anyi\",\n    \"tusches\": \"isi\",\n    \"tushed\": \"tụọ\",\n    \"tushery\": \"tusher\",\n    \"tushes\": \"isi\",\n    \"tushies\": \"isi\",\n    \"tusk\": \"ndu\",\n    \"tusked\": \"gosipụtara\",\n    \"tuskers\": \"ekpe\",\n    \"tuskier\": \"gosipụtara\",\n    \"tuskiest\": \"tuskless\",\n    \"tuskish\": \"turkish\",\n    \"tusks\": \"ọdụ\",\n    \"tussahs\": \"ẹphe\",\n    \"tussars\": \"tussa\",\n    \"tusser\": \"Tusser\",\n    \"tussers\": \"tuss\",\n    \"tussicular\": \"Nkechi\",\n    \"tussises\": \"Tussise\",\n    \"tussive\": \"isi\",\n    \"tussle\": \"Tussle\",\n    \"tussled\": \"ama\",\n    \"tussler\": \"Tussler\",\n    \"tussles\": \"ndu\",\n    \"tussling\": \"Na-achọ ịlụ\",\n    \"tussocked\": \"kwara\",\n    \"tussocky\": \"Tussocky\",\n    \"tussocks\": \"Usobo\",\n    \"tussors\": \"ekpe\",\n    \"tussucks\": \"Tussucks\",\n    \"tut\": \"a\",\n    \"tutament\": \"nkuzi\",\n    \"tutball\": \"bọọlụ\",\n    \"tutee\": \"iduzi\",\n    \"tutees\": \"ndi tute\",\n    \"tutelar\": \"onye isi\",\n    \"tutelary\": \"onye isi\",\n    \"tutelaries\": \"ndi di iche iche\",\n    \"tutelars\": \"ndi ntorobịa\",\n    \"tutenague\": \"oge\",\n    \"tutler\": \"onye nkuzi\",\n    \"tutly\": \"n'iko\",\n    \"tutman\": \"Nwoke\",\n    \"tutmen\": \"umunwanyi\",\n    \"tutoyed\": \"etinyere\",\n    \"tutoiement\": \"ntochi\",\n    \"tutoyering\": \"ntinye\",\n    \"tutoyers\": \"ndị ọrụ ntanetị\",\n    \"tutor\": \"onye nduzi\",\n    \"tutorage\": \"ikike\",\n    \"tutored\": \"kuziiri\",\n    \"tutorer\": \"onye nkuzi\",\n    \"tutoress\": \"onyeji\",\n    \"tutorhood\": \"onye nkuzi\",\n    \"tutory\": \"nkuzi\",\n    \"tutorial\": \"nkuzi\",\n    \"tutorially\": \"nkuzi\",\n    \"tutorials\": \"Nkuzi\",\n    \"tutoriate\": \"nkuzi\",\n    \"tutoring\": \"nkuzi\",\n    \"tutorism\": \"onye nduzi\",\n    \"tutorization\": \"nkuzi\",\n    \"tutorize\": \"duzie\",\n    \"tutorless\": \"onye nkuzi\",\n    \"tutorly\": \"onye nkuzi\",\n    \"tutors\": \"ndị nduzi\",\n    \"tutorship\": \"onye nkuzi\",\n    \"tutress\": \"tute\",\n    \"tutrice\": \"ugboro atọ\",\n    \"tuts\": \"Akpụ\",\n    \"tutsan\": \"utbọchị\",\n    \"tutster\": \"ahịhịa\",\n    \"tutted\": \"a mụrụ\",\n    \"tutty\": \"abuo\",\n    \"tutties\": \"afọ iri atọ\",\n    \"tutting\": \"Baịbụl\",\n    \"tuttis\": \"Nnenna\",\n    \"tutwork\": \"ọrụ\",\n    \"tutworker\": \"onye nkuzi\",\n    \"tuxedoes\": \"tuxedos\",\n    \"tuxes\": \"tuxedos\",\n    \"tuza\": \"tuzla\",\n    \"tuzzle\": \"tuzla\",\n    \"tv\": \"TV\",\n    \"twaddell\": \"Uhie\",\n    \"twaddy\": \"Ogbe\",\n    \"twaddle\": \"Ugboro abụọ\",\n    \"twaddled\": \"mebiri emebi\",\n    \"twaddledom\": \"Ugboro abụọ\",\n    \"twaddleize\": \"Mezie\",\n    \"twaddlement\": \"Twọọ\",\n    \"twaddlemonger\": \"Ugboro abụọ\",\n    \"twaddler\": \"Ugboro abụọ\",\n    \"twaddlers\": \"Ndị aghụghọ\",\n    \"twaddles\": \"Ugboro abụọ\",\n    \"twaddlesome\": \"Ugboro abụọ\",\n    \"twaddly\": \"okpukpu abụọ\",\n    \"twaddlier\": \"Ugboro abụọ\",\n    \"twaddliest\": \"Nke kachasị nke abụọ\",\n    \"twaddling\": \"Na-agbatị\",\n    \"twaddlingly\": \"Ugboro abụọ\",\n    \"twaes\": \"abuo\",\n    \"twaesome\": \"abuo\",\n    \"twagger\": \"ntughari\",\n    \"twayblade\": \"Nwachukwu\",\n    \"twain\": \"abuo\",\n    \"twains\": \"abuo\",\n    \"twaite\": \"abuo\",\n    \"twal\": \"ejima\",\n    \"twale\": \"ukwu\",\n    \"twalpenny\": \"Udochukwu\",\n    \"twalpennyworth\": \"chukwunwike\",\n    \"twalt\": \"ejima\",\n    \"twana\": \"Twana\",\n    \"twanged\": \"gbarụọ\",\n    \"twangy\": \"Umuaka\",\n    \"twanginess\": \"ịdị ọcha\",\n    \"twanging\": \"twanị\",\n    \"twangling\": \"Agbaba\",\n    \"twangs\": \"ibelata\",\n    \"twanking\": \"twanị\",\n    \"twant\": \"dị twant\",\n    \"twas\": \"Ejiri\",\n    \"twasome\": \"Onyema\",\n    \"twasomes\": \"Ugboro abụọ\",\n    \"twat\": \"Ugboro abụọ\",\n    \"twatchel\": \"Ugboro abụọ\",\n    \"twats\": \"Ugbo\",\n    \"twatterlight\": \"twatlight\",\n    \"twattle\": \"ejima\",\n    \"twattled\": \"gbọọ\",\n    \"twattler\": \"Ugha\",\n    \"twattles\": \"ejikọtara\",\n    \"twattling\": \"na-agbarụ\",\n    \"tweaked\": \"gbanwere\",\n    \"tweaker\": \"Ntọala\",\n    \"tweaky\": \"Nnenna\",\n    \"tweeded\": \"gbanwere\",\n    \"tweedy\": \"tweedi\",\n    \"tweediest\": \"Gbanwee\",\n    \"tweediness\": \"Mgbanwe\",\n    \"tweedled\": \"tweedledum\",\n    \"tweedling\": \"tweedle\",\n    \"tweeds\": \"tweed\",\n    \"tweeg\": \"tweed\",\n    \"tween\": \"n'etiti\",\n    \"tweeny\": \"n'etiti\",\n    \"tweenies\": \"Ogologo\",\n    \"tweenlight\": \"n'etiti\",\n    \"tweesh\": \"tweet\",\n    \"tweesht\": \"tweet\",\n    \"tweest\": \"tweet\",\n    \"tweeter\": \"tweeta\",\n    \"tweeters\": \"Ndị tweets\",\n    \"twelfhynde\": \"iri na abụọ\",\n    \"twelfhyndeman\": \"iri na abụọ\",\n    \"twelfth\": \"nke iri na abụọ\",\n    \"twelfthly\": \"iri na abụọ\",\n    \"twelfths\": \"iri na abuo\",\n    \"twelfthtide\": \"iri na abụọ\",\n    \"twelve\": \"iri na abụọ\",\n    \"twelvefold\": \"iri na abụọ\",\n    \"twelvehynde\": \"iri na abua\",\n    \"twelvehyndeman\": \"iri na abụọ na\",\n    \"twelvemo\": \"iri na abuo\",\n    \"twelvemonth\": \"nke iri na abụọ\",\n    \"twelvemonths\": \"ọnwa iri na abụọ\",\n    \"twelvemos\": \"iri na abụọ\",\n    \"twelvepence\": \"iri na abụọ\",\n    \"twelvepenny\": \"iri na abụọ\",\n    \"twelves\": \"onwe\",\n    \"twelvescore\": \"iri-na-asatọ\",\n    \"twenty\": \"iri abụọ\",\n    \"twenties\": \"iri abụọ na abụọ\",\n    \"twentieth\": \"nke iri abụọ\",\n    \"twentiethly\": \"nke iri abụọ\",\n    \"twentieths\": \"iri abụọ\",\n    \"twentyfold\": \"iri abụọ\",\n    \"twentyfourmo\": \"iri-na-ise\",\n    \"twentymo\": \"iri-abuo\",\n    \"twentypenny\": \"iri-na-asatọ\",\n    \"twere\": \"abụọ\",\n    \"twibil\": \"Twibil\",\n    \"twibill\": \"Twibill\",\n    \"twibilled\": \"okpu\",\n    \"twibills\": \"Twib\",\n    \"twibils\": \"Twibil\",\n    \"twyblade\": \"Nwokeji\",\n    \"twice\": \"ugboro abụọ\",\n    \"twicer\": \"twis\",\n    \"twicet\": \"Okwute\",\n    \"twichild\": \"Nkechi\",\n    \"twick\": \"gbagọrọ agbagọ\",\n    \"twiddle\": \"Ugboro abụọ\",\n    \"twiddled\": \"Omechi\",\n    \"twiddler\": \"Onyeagwu\",\n    \"twiddlers\": \"umuaka\",\n    \"twiddles\": \"gbara agba\",\n    \"twiddly\": \"Nwoke\",\n    \"twiddling\": \"Na-agagharị\",\n    \"twie\": \"Twie\",\n    \"twyer\": \"Twyer\",\n    \"twyers\": \"Agbụrụ\",\n    \"twifallow\": \"kwere\",\n    \"twifoil\": \"Twifoil\",\n    \"twifold\": \"okpukpu abụọ\",\n    \"twifoldly\": \"okpukpu abụọ\",\n    \"twig\": \"Alaka\",\n    \"twigful\": \"na-atụ anya\",\n    \"twigged\": \"gbagọrọ agbagọ\",\n    \"twiggen\": \"ọla\",\n    \"twigger\": \"ịma jijiji\",\n    \"twiggy\": \"ogwugwu\",\n    \"twiggier\": \"Ogwu\",\n    \"twigginess\": \"ogwugwu\",\n    \"twigging\": \"na-agbagọ\",\n    \"twigless\": \"enweghị atụ\",\n    \"twiglet\": \"ọla\",\n    \"twiglike\": \"twig dị ka\",\n    \"twigs\": \"Alaka\",\n    \"twigsome\": \"ihe nzuzu\",\n    \"twigwithy\": \"nweghi\",\n    \"twyhynde\": \"Nkechi\",\n    \"twilight\": \"chi ojiji\",\n    \"twilighty\": \"chi ojiji\",\n    \"twilightless\": \"chi ojiji na-erughị\",\n    \"twilightlike\": \"chi ojiji dị ka\",\n    \"twilights\": \"chi ojiji\",\n    \"twilit\": \"Twilit\",\n    \"twill\": \"iri abuo\",\n    \"twilled\": \"gbagọrọ agbagọ\",\n    \"twiller\": \"Oku\",\n    \"twilly\": \"Twilly\",\n    \"twilling\": \"agbaji\",\n    \"twillings\": \"ejima\",\n    \"twills\": \"Ugboro abụọ\",\n    \"twilt\": \"gbagọrọ agbagọ\",\n    \"twin\": \"ejima\",\n    \"twinable\": \"ejima\",\n    \"twinberry\": \"ejima\",\n    \"twinberries\": \"ejima\",\n    \"twinborn\": \"ejima\",\n    \"twindle\": \"ejima\",\n    \"twine\": \"ejima\",\n    \"twinebush\": \"Twinebush\",\n    \"twined\": \"ejima\",\n    \"twineless\": \"enweghị atụ\",\n    \"twinelike\": \"ejima\",\n    \"twinemaker\": \"ejima\",\n    \"twinemaking\": \"ejima\",\n    \"twiner\": \"ejima\",\n    \"twiners\": \"ejima\",\n    \"twines\": \"ejima\",\n    \"twinflower\": \"ejima\",\n    \"twinfold\": \"ejima\",\n    \"twinged\": \"megharia\",\n    \"twingeing\": \"Twinging\",\n    \"twinges\": \"twing\",\n    \"twinging\": \"Twinging\",\n    \"twinhood\": \"ejima\",\n    \"twiny\": \"ejima\",\n    \"twinier\": \"igodo\",\n    \"twiniest\": \"twin\",\n    \"twinight\": \"ejima\",\n    \"twinighter\": \"ejima\",\n    \"twinighters\": \"ejima\",\n    \"twining\": \"ejima\",\n    \"twiningly\": \"ejima\",\n    \"twinism\": \"ejima\",\n    \"twink\": \"iri na abụọ\",\n    \"twinkle\": \"ntabi\",\n    \"twinkled\": \"Twinkink\",\n    \"twinkledum\": \"Twinkledum\",\n    \"twinkleproof\": \"Twinkle àmà\",\n    \"twinkler\": \"Twinkler\",\n    \"twinklers\": \"ejima\",\n    \"twinkles\": \"ntabi\",\n    \"twinkless\": \"ntabi\",\n    \"twinkly\": \"n’otu ntabi anya\",\n    \"twinkling\": \"n’otu ntabi\",\n    \"twinklingly\": \"n’otu ntabi\",\n    \"twinleaf\": \"ejima\",\n    \"twinly\": \"ejima\",\n    \"twinlike\": \"ejima\",\n    \"twinling\": \"ejima\",\n    \"twinned\": \"ejima\",\n    \"twinner\": \"ejima\",\n    \"twinness\": \"ejima\",\n    \"twinning\": \"ejima\",\n    \"twinnings\": \"ejima\",\n    \"twins\": \"ejima\",\n    \"twinship\": \"ejima\",\n    \"twinships\": \"ejima\",\n    \"twinsomeness\": \"ejima\",\n    \"twint\": \"ejima\",\n    \"twinter\": \"ejima\",\n    \"twire\": \"gbara\",\n    \"twirk\": \"Ugboro abụọ\",\n    \"twirl\": \"Ugboro abụọ\",\n    \"twirled\": \"Emebiri\",\n    \"twirler\": \"di iche\",\n    \"twirlers\": \"Ndị aghụghọ\",\n    \"twirly\": \"Ugboro abụọ\",\n    \"twirlier\": \"okpukpu\",\n    \"twirliest\": \"Nke abụọ\",\n    \"twirling\": \"irgha\",\n    \"twirls\": \"Ugboro abụọ\",\n    \"twirp\": \"Kpoo\",\n    \"twirps\": \"Ugboro abụọ\",\n    \"twiscar\": \"Udochukwu\",\n    \"twisel\": \"Twisel\",\n    \"twist\": \"ighikota\",\n    \"twistability\": \"gbagọrọ agbagọ\",\n    \"twistable\": \"gbagọrọ agbagọ\",\n    \"twisted\": \"gbagọrọ agbagọ\",\n    \"twistedly\": \"Ekwogharịrị\",\n    \"twistened\": \"gbagọrọ agbagọ\",\n    \"twister\": \"Nwunye\",\n    \"twisterer\": \"gbagọrọ agbagọ\",\n    \"twisters\": \"Tw mụ\",\n    \"twisthand\": \"Ugbor\",\n    \"twisty\": \"gbagọrọ agbagọ\",\n    \"twistical\": \"gbagọrọ agbagọ\",\n    \"twistification\": \"okpukpu\",\n    \"twistily\": \"gbagọrọ agbagọ\",\n    \"twistiness\": \"gbagọrọ agbagọ\",\n    \"twisting\": \"agbagọ\",\n    \"twistingly\": \"gbagọrọ agbagọ\",\n    \"twistings\": \"gbagọọ agbagọ\",\n    \"twistiways\": \"Twisị\",\n    \"twistiwise\": \"ịgbanwee\",\n    \"twistle\": \"ighikota\",\n    \"twistless\": \"gbagọrọ agbagọ\",\n    \"twists\": \"na-agbagọ\",\n    \"twit\": \"Iri abụọ\",\n    \"twitch\": \"tuwichi\",\n    \"twitched\": \"Twit\",\n    \"twitchel\": \"Ugboro abụọ\",\n    \"twitcheling\": \"Ugboro abụọ\",\n    \"twitcher\": \"Ugboro abụọ\",\n    \"twitchers\": \"Ugboro abụọ\",\n    \"twitches\": \"Ugboro abụọ\",\n    \"twitchet\": \"Ugboro abụọ\",\n    \"twitchety\": \"iri abụọ\",\n    \"twitchfire\": \"ọkụ\",\n    \"twitchy\": \"Twitchy\",\n    \"twitchier\": \"Ugboro abụọ\",\n    \"twitchiest\": \"nke twitchi\",\n    \"twitchily\": \"Twitchily\",\n    \"twitchiness\": \"ịma jijiji\",\n    \"twitching\": \"agbagọ\",\n    \"twitchingly\": \"agbagọkwa\",\n    \"twite\": \"iri abụọ\",\n    \"twitlark\": \"Ugboro abụọ\",\n    \"twits\": \"Ugboro abụọ\",\n    \"twitted\": \"kpọnwụrụ\",\n    \"twitten\": \"kpọnwụrụ\",\n    \"twitteration\": \"okpukpu\",\n    \"twitterboned\": \"Ndigbo\",\n    \"twittered\": \"twitter\",\n    \"twitterer\": \"twitter\",\n    \"twittery\": \"Ugboro abụọ\",\n    \"twittering\": \"na-agbarụ\",\n    \"twitteringly\": \"na-agbarụ\",\n    \"twitterly\": \"twitter\",\n    \"twitters\": \"Ugboro abụọ\",\n    \"twitty\": \"iri abụọ\",\n    \"twitting\": \"tweeting\",\n    \"twittingly\": \"Twitting\",\n    \"twyver\": \"iri abụọ na anọ\",\n    \"twixt\": \"Twixt\",\n    \"twizzened\": \"mebiri emebi\",\n    \"twizzle\": \"Twizzle\",\n    \"two\": \"abụọ\",\n    \"twodecker\": \"Ugboro abụọ\",\n    \"twoes\": \"abuo\",\n    \"twofer\": \"abụọ\",\n    \"twofers\": \"ụzọ abụọ\",\n    \"twofold\": \"abuo\",\n    \"twofoldly\": \"abụọ\",\n    \"twofoldness\": \"abuo\",\n    \"twofolds\": \"folda abụọ\",\n    \"twohandedness\": \"aka abụọ\",\n    \"twolegged\": \"nwere abụọ\",\n    \"twoling\": \"na-agbagharị\",\n    \"twoness\": \"Igha\",\n    \"twopence\": \"okpukpu abụọ\",\n    \"twopences\": \"Ugboro abụọ\",\n    \"twopenny\": \"Ugboro abụọ\",\n    \"twos\": \"abuo\",\n    \"twoscore\": \"okpukpu abụọ\",\n    \"twosome\": \"abụọ\",\n    \"twosomes\": \"abụọ\",\n    \"twp\": \"Ugboro abụọ\",\n    \"tx\": \"Ochie\",\n    \"txt\": \"Nkeji\",\n    \"tzaam\": \"Ezenne\",\n    \"tzaddik\": \"Uzochukwu\",\n    \"tzapotec\": \"Nwachukwu\",\n    \"tzar\": \"eze\",\n    \"tzardom\": \"Ugbala\",\n    \"tzardoms\": \"ihe ojoo\",\n    \"tzarevich\": \"Uchenna\",\n    \"tzarevitch\": \"Uchenna\",\n    \"tzarevnas\": \"Nnenna\",\n    \"tzarina\": \"Nnenna\",\n    \"tzarinas\": \"Uzochukwu\",\n    \"tzarisms\": \"eze ndu\",\n    \"tzaristic\": \"onyenze\",\n    \"tzarists\": \"ndị eze\",\n    \"tzedakah\": \"okpokoro\",\n    \"tzendal\": \"Uzochukwu\",\n    \"tzental\": \"Ezigbo\",\n    \"tzetse\": \"Nkechi\",\n    \"tzetze\": \"Nwachukwu\",\n    \"tzetzes\": \"tzetz\",\n    \"tzigane\": \"Uchechukwu\",\n    \"tziganes\": \"tzigan\",\n    \"tzimmes\": \"Akpa\",\n    \"tzitzis\": \"tzzzi\",\n    \"tzitzith\": \"Uchechi\",\n    \"tzolkin\": \"Nwachukwu\",\n    \"tzotzil\": \"Uchechukwu\",\n    \"tzuris\": \"Iwuchukwu\",\n    \"u\": \"ị\",\n    \"uberous\": \"ịkpa ara\",\n    \"uberously\": \"n’ike\",\n    \"uberousness\": \"ịdị ube\",\n    \"uberties\": \"uberi\",\n    \"ubication\": \"mkpọchi\",\n    \"ubiety\": \"ebe nile\",\n    \"ubieties\": \"ebe nile\",\n    \"ubiquarian\": \"onye zuru ebe niile\",\n    \"ubique\": \"ebe nile\",\n    \"ubiquious\": \"ebe nile\",\n    \"ubiquist\": \"ebe nile\",\n    \"ubiquit\": \"ubiquiti\",\n    \"ubiquitary\": \"ebe nile\",\n    \"ubiquitarian\": \"ebe nile\",\n    \"ubiquitarianism\": \"ebe nile\",\n    \"ubiquitaries\": \"ndị nọ ebe niile\",\n    \"ubiquity\": \"ebe nile\",\n    \"ubiquities\": \"ebe nile\",\n    \"ubiquitist\": \"ebe niile\",\n    \"ubiquitous\": \"ebe nile\",\n    \"ubiquitously\": \"n'ebe nile\",\n    \"ubiquitousness\": \"ebe nile\",\n    \"uc\": \"na\",\n    \"uca\": \"ihe\",\n    \"uckers\": \"ndị ọkpọ\",\n    \"udder\": \"oda\",\n    \"uddered\": \"tụụrụ ya\",\n    \"udderful\": \"na-agbakwunye\",\n    \"udometers\": \"udomita\",\n    \"udometry\": \"ogwe aka\",\n    \"ugaritic\": \"ugarit\",\n    \"ugly\": \"jọrọ njọ\",\n    \"uglier\": \"jọgburu onwe ya\",\n    \"ugliest\": \"kasị njọ\",\n    \"uglify\": \"mezie\",\n    \"uglifies\": \"Ugboro\",\n    \"uglifying\": \"na-asọ oyi\",\n    \"ugliness\": \"ihe ojoo\",\n    \"uglinesses\": \"ihe ojoo\",\n    \"ugrianize\": \"mee ihe ojoo\",\n    \"uh\": \"ehen\",\n    \"uhtensang\": \"mmmmmmmmmmmmm\",\n    \"uhtsong\": \"Ugochukwu\",\n    \"uintaite\": \"jigide\",\n    \"uintaites\": \"na-ejigide\",\n    \"uintathere\": \"enweghị ebe\",\n    \"uirina\": \"mmamịrị\",\n    \"uit\": \"it\",\n    \"uitlander\": \"mba ozigbo\",\n    \"uitotan\": \"uit otan\",\n    \"uitspan\": \"Ọdịdị\",\n    \"ukases\": \"Akpa\",\n    \"ukelele\": \"ukulele\",\n    \"ukeleles\": \"ukuleles\",\n    \"ukiyoe\": \"ukiyo\",\n    \"ukiyoye\": \"ukiyo e\",\n    \"ukraine\": \"Ukraine\",\n    \"ukrainian\": \"Ukraine\",\n    \"ukrainians\": \"ndị Ukraine\",\n    \"ukranian\": \"ukranyan\",\n    \"ulcer\": \"ọnya afọ\",\n    \"ulcerable\": \"ọnya\",\n    \"ulcerate\": \"ọnya afọ\",\n    \"ulcerated\": \"ọnya\",\n    \"ulcerates\": \"ọnya afọ\",\n    \"ulcerating\": \"ọnya\",\n    \"ulceration\": \"ọnya\",\n    \"ulcerations\": \"ọnya\",\n    \"ulcerative\": \"ọnya\",\n    \"ulcered\": \"ọnya\",\n    \"ulcery\": \"ọnya afọ\",\n    \"ulcering\": \"ọnya\",\n    \"ulcerous\": \"ọnya\",\n    \"ulcerousness\": \"ọnya afọ\",\n    \"ulcers\": \"ọnya\",\n    \"ulcus\": \"ọnya\",\n    \"ulcuscle\": \"ọnya afọ\",\n    \"ulcuscule\": \"ọnya afọ\",\n    \"uletic\": \"dị egwu\",\n    \"ulysses\": \"ọnya\",\n    \"ulitis\": \"ọnya afọ\",\n    \"ull\": \"ihe\",\n    \"ullaged\": \"enwetara\",\n    \"ullages\": \"ọnya\",\n    \"uller\": \"ọnya afọ\",\n    \"ulling\": \"ullbula\",\n    \"ulmate\": \"ọnya afọ\",\n    \"ulmic\": \"ọnya\",\n    \"ulmo\": \"molọ\",\n    \"ulmous\": \"nnukwu\",\n    \"ulmus\": \"Ọrịa\",\n    \"ulnae\": \"ọnya\",\n    \"ulnage\": \"ọnya\",\n    \"ulnare\": \"ọnya\",\n    \"ulnas\": \"ọnya\",\n    \"ulnocarpal\": \"eriri afọ\",\n    \"ulnometacarpal\": \"Uchechukwu\",\n    \"ulothrix\": \"ulochi\",\n    \"ulotriches\": \"ulotric\",\n    \"ulster\": \"ọnya afọ\",\n    \"ulstered\": \"ọnya\",\n    \"ulsterian\": \"ọnụọgụgụ\",\n    \"ulstering\": \"sterkọ afọ\",\n    \"ulsterman\": \"Ọnya\",\n    \"ulsters\": \"ọnya\",\n    \"ult\": \"N'ikpeazụ\",\n    \"ulterior\": \"ọnya\",\n    \"ulteriorly\": \"ọnụọgụ\",\n    \"ultima\": \"ikpe-azụ\",\n    \"ultimacy\": \"njedebe\",\n    \"ultimacies\": \"njedebe\",\n    \"ultimas\": \"ihe ikpeazụ\",\n    \"ultimata\": \"oge\",\n    \"ultimate\": \"kacha\",\n    \"ultimated\": \"mmechi\",\n    \"ultimately\": \"n'ikpeazụ\",\n    \"ultimateness\": \"njedebe\",\n    \"ultimates\": \"mmechi\",\n    \"ultimating\": \"mmechi\",\n    \"ultimation\": \"mmechi\",\n    \"ultimatum\": \"njedebe\",\n    \"ultimatums\": \"njedebe\",\n    \"ultime\": \"oge\",\n    \"ultimity\": \"njedebe\",\n    \"ultimo\": \"ikpeazu\",\n    \"ultimogenitary\": \"ụlọ ọrụ\",\n    \"ultimogeniture\": \"ime ihe\",\n    \"ultimum\": \"kachasị\",\n    \"ultion\": \"ọnya\",\n    \"ultrabasic\": \"nnukwu\",\n    \"ultrabasite\": \"imecha\",\n    \"ultrabelieving\": \"na-enyere aka\",\n    \"ultrabenevolent\": \"ikekwe\",\n    \"ultrabrilliant\": \"ike ọgwụgwụ\",\n    \"ultraceremonious\": \"ọmarịcha\",\n    \"ultracondenser\": \"ihe ndozi\",\n    \"ultraconscientious\": \"ihe omumu\",\n    \"ultraconservative\": \"ihe na-egbu egbu\",\n    \"ultraconservatives\": \"ihe ndi ozo\",\n    \"ultracordial\": \"nnukwu\",\n    \"ultracredulous\": \"ihe kacha njọ\",\n    \"ultracrepidarian\": \"Obinwanne\",\n    \"ultracritical\": \"ihe na-eme eme\",\n    \"ultradandyism\": \"ihe ndi ozo\",\n    \"ultradeclamatory\": \"ikechukwu\",\n    \"ultrademocratic\": \"chukwuebuka\",\n    \"ultradespotic\": \"ike\",\n    \"ultradignified\": \"gbanye nkwado\",\n    \"ultradolichocephaly\": \"ikechukwu_nkechi\",\n    \"ultradry\": \"Njedebe\",\n    \"ultraenthusiasm\": \"ultraventusiasm\",\n    \"ultraenthusiastic\": \"nnukwu ihe\",\n    \"ultrafashionable\": \"ọmarịcha\",\n    \"ultrafast\": \"fastmechi ọnụ\",\n    \"ultrahazardous\": \"ebibi\",\n    \"ultrahigh\": \"imecha\",\n    \"ultrahuman\": \"ike\",\n    \"ultraingenious\": \"na-eche echiche\",\n    \"ultrainvolved\": \"imewe\",\n    \"ultrayoung\": \"okpokoro\",\n    \"ultraisms\": \"ihe ndi ozo\",\n    \"ultraists\": \"ndị na-eme nnyocha\",\n    \"ultralaborious\": \"ihe di egwu\",\n    \"ultralogical\": \"ihe omumu\",\n    \"ultramasculinity\": \"Omenala\",\n    \"ultramaternal\": \"chukwuebube\",\n    \"ultramicro\": \"ihendra\",\n    \"ultramicrobe\": \"ihendoruba\",\n    \"ultramicrochemical\": \"ihendị\",\n    \"ultramicrochemist\": \"onye na-egbu egbu\",\n    \"ultramicrochemistry\": \"ihe omimi\",\n    \"ultramicrometer\": \"ihe mmetuta\",\n    \"ultramicron\": \"efere\",\n    \"ultramicroscope\": \"ihe ndi ozo\",\n    \"ultramicroscopy\": \"ihe mmetụ\",\n    \"ultramicroscopic\": \"ihe omimi\",\n    \"ultramicroscopical\": \"ihe omimi\",\n    \"ultramicroscopically\": \"ihe omimi\",\n    \"ultramicrotome\": \"ultramrotome\",\n    \"ultramoderate\": \"nnukwu\",\n    \"ultramodern\": \"oge\",\n    \"ultramodernism\": \"ihe omuma\",\n    \"ultramodernist\": \"onye na eme ihe\",\n    \"ultramodernistic\": \"ihe omuma\",\n    \"ultramodest\": \"oge\",\n    \"ultramulish\": \"Njedebe\",\n    \"ultranational\": \"mmezu\",\n    \"ultranationalism\": \"ihe omumu\",\n    \"ultranationalist\": \"onye na-eme ihe n'eziokwu\",\n    \"ultranationalistic\": \"ihe omumu\",\n    \"ultranationalistically\": \"na-agbakwunye\",\n    \"ultranatural\": \"ihe omumu\",\n    \"ultranice\": \"ihe ndozi\",\n    \"ultranonsensical\": \"ihe ndozi\",\n    \"ultraofficious\": \"ọmarịcha\",\n    \"ultraorganized\": \"nhazi\",\n    \"ultrapious\": \"ikekwe\",\n    \"ultraplanetary\": \"nnukwu ihe\",\n    \"ultraplausible\": \"ọpụrụiche\",\n    \"ultraprudent\": \"onye isi\",\n    \"ultrapure\": \"ikpeazụ\",\n    \"ultrareactionary\": \"ezi uche\",\n    \"ultrared\": \"achọrọ\",\n    \"ultrarefined\": \"a na-akọwakarị\",\n    \"ultrarefinement\": \"ultrafefinement\",\n    \"ultrareligious\": \"nnukwu\",\n    \"ultraremuneration\": \"nnukwu akara\",\n    \"ultrarepublican\": \"onyinyechi\",\n    \"ultrarevolutionary\": \"Ntughari\",\n    \"ultraservile\": \"imecha\",\n    \"ultrasevere\": \"ultraseve\",\n    \"ultrasystematic\": \"usoro\",\n    \"ultrasonography\": \"ihe omuma\",\n    \"ultrastellar\": \"Uzoamaka\",\n    \"ultrastylish\": \"imecha\",\n    \"ultrastrenuous\": \"na-egbu egbu\",\n    \"ultrastrict\": \"njedebe\",\n    \"ultrastructural\": \"ihe na-emeghi eme\",\n    \"ultrastructure\": \"ihe ndozi\",\n    \"ultrasubtle\": \"mmechi\",\n    \"ultratechnical\": \"ụlọ ọrụ\",\n    \"ultratense\": \"Njikota\",\n    \"ultraterrestrial\": \"chukwuebube\",\n    \"ultratotal\": \"Njedebe\",\n    \"ultratrivial\": \"Njedebe\",\n    \"ultratropical\": \"ihe omume\",\n    \"ultraugly\": \"n'ụzọ dị egwu\",\n    \"ultravicious\": \"na-achọsi ike\",\n    \"ultrawealthy\": \"ike\",\n    \"ultrawise\": \"n'ụzọ dị oke egwu\",\n    \"ultrazealous\": \"ịnụ ọkụ n'obi\",\n    \"ultrazealousness\": \"ịnụ ọkụ n'obi\",\n    \"ultrazodiacal\": \"ultra zodiacal\",\n    \"ultroneous\": \"ike\",\n    \"ultroneously\": \"n'egbughị oge\",\n    \"ultroneousness\": \"ịdị ọcha\",\n    \"ululate\": \"ọnya\",\n    \"ululated\": \"ọnya\",\n    \"ululates\": \"ulọọ\",\n    \"ululating\": \"na-egbu egbu\",\n    \"ululation\": \"ọnya afọ\",\n    \"ululations\": \"ọnya\",\n    \"ululatory\": \"ulọọl\",\n    \"ulvas\": \"ọnya\",\n    \"umangite\": \"ịghachị\",\n    \"umangites\": \"ndị mmadụ\",\n    \"umbecast\": \"agbako\",\n    \"umbeled\": \"umbe\",\n    \"umbella\": \"nche anwụ\",\n    \"umbellales\": \"nche anwụ\",\n    \"umbellar\": \"nche anwụ\",\n    \"umbellated\": \"agbakwunyere\",\n    \"umbelled\": \"gbanye\",\n    \"umbellulidae\": \"libellulidae\",\n    \"umbelluliferous\": \"umbelliferous\",\n    \"umbered\": \"gbanwere\",\n    \"umbering\": \"na-agbakwunye\",\n    \"umbers\": \"nọmba\",\n    \"umbilic\": \"eriri nwa\",\n    \"umbilical\": \"n'ime eriri nwa\",\n    \"umbilically\": \"n’uche\",\n    \"umbilicate\": \"ichikota\",\n    \"umbilicated\": \"umbil\",\n    \"umbilication\": \"nkwanye ugwu\",\n    \"umbilicuses\": \"umbilicos\",\n    \"umbilroot\": \"eriri nwa\",\n    \"umbles\": \"iwu\",\n    \"umbonation\": \"mmamiri\",\n    \"umbraciousness\": \"nzuzu\",\n    \"umbracle\": \"eriri afọ\",\n    \"umbrae\": \"umbra\",\n    \"umbrage\": \"ichikota\",\n    \"umbrages\": \"umbra\",\n    \"umbral\": \"nkwonkwo\",\n    \"umbrally\": \"nche anwụ\",\n    \"umbrana\": \"nche anwụ\",\n    \"umbras\": \"umbra\",\n    \"umbrated\": \"kọmpụ\",\n    \"umbratic\": \"umbratik\",\n    \"umbratile\": \"ọgwụ\",\n    \"umbre\": \"nche anwụ\",\n    \"umbrel\": \"nche anwụ\",\n    \"umbrella\": \"nche anwụ\",\n    \"umbrellaed\": \"nche anwụ\",\n    \"umbrellaing\": \"nche anwụ\",\n    \"umbrellalike\": \"nche anwụ\",\n    \"umbrellas\": \"nche anwụ\",\n    \"umbrellawise\": \"nche anwụ\",\n    \"umbrellawort\": \"nche anwụ\",\n    \"umbrere\": \"nche anwụ\",\n    \"umbrettes\": \"ndiegwu\",\n    \"umbriferously\": \"umbrifely\",\n    \"umbriferousness\": \"mmụba\",\n    \"umbrine\": \"eriri nwa\",\n    \"umbrosity\": \"abụrụ\",\n    \"umbrous\": \"abụrụ\",\n    \"umiacks\": \"okirikiri\",\n    \"umiaks\": \"ogbaik\",\n    \"umimpeded\": \"etinyere\",\n    \"umist\": \"onye nwe\",\n    \"umland\": \"obodo\",\n    \"umlauted\": \"gbanwere\",\n    \"umlauting\": \"umbre\",\n    \"umload\": \"ibunye\",\n    \"umouhile\": \"oge\",\n    \"umped\": \"ebughi oke\",\n    \"umpy\": \"dị\",\n    \"umping\": \"umpkin\",\n    \"umpirages\": \"umpires\",\n    \"umpired\": \"akwara\",\n    \"umpirer\": \"umpire\",\n    \"umpireship\": \"ịbụ onye isi\",\n    \"umpiring\": \"dị mkpa\",\n    \"umppired\": \"gbanwere\",\n    \"umppiring\": \"na-agbanye\",\n    \"umpteen\": \"iri na ise\",\n    \"umpteenth\": \"nke iri na ise\",\n    \"umpty\": \"efu\",\n    \"umptieth\": \"dị mkpa\",\n    \"umteen\": \"gbara agba\",\n    \"umteenth\": \"nke iri na itoolu\",\n    \"unabandoned\": \"agbasaghị\",\n    \"unabandoning\": \"anabataghị\",\n    \"unabased\": \"agbasaghị\",\n    \"unabasedly\": \"n'adabereghị\",\n    \"unabashed\": \"asachapụghị anya\",\n    \"unabashedly\": \"n'emeghị ihere\",\n    \"unabasing\": \"adabaghị\",\n    \"unabatable\": \"ekweghi ekwe\",\n    \"unabated\": \"agbasaghị\",\n    \"unabatedly\": \"n'atụghị egwu\",\n    \"unabating\": \"ekweghi\",\n    \"unabatingly\": \"n'akuku\",\n    \"unabbreviated\": \"ndebiri\",\n    \"unabdicated\": \"agbasaghị\",\n    \"unabdicating\": \"ekwenyeghi\",\n    \"unabdicative\": \"ekwenyeghi\",\n    \"unabducted\": \"ejighi n'aka\",\n    \"unabetted\": \"na-arịa ọrịa shuga\",\n    \"unabettedness\": \"enweghị ọrịa\",\n    \"unabetting\": \"na-arịa ọrịa shuga\",\n    \"unabhorred\": \"ekwenyeghi\",\n    \"unabiding\": \"ekwenyeghi\",\n    \"unabidingly\": \"n'adabereghị\",\n    \"unabidingness\": \"enweghị ike\",\n    \"unability\": \"enweghị ike\",\n    \"unabject\": \"agbasaghị\",\n    \"unabjective\": \"enweghị atụ\",\n    \"unabjectly\": \"n'amaghị ama\",\n    \"unabjectness\": \"ekwenyeghi\",\n    \"unabjured\": \"enweghị mmerụ ahụ\",\n    \"unablative\": \"ekwenyeghi\",\n    \"unable\": \"enweghị ike\",\n    \"unableness\": \"enweghị ike\",\n    \"unably\": \"enweghị ike\",\n    \"unabnegated\": \"agbasaghị\",\n    \"unabolished\": \"emebisighị\",\n    \"unaborted\": \"ejighi oke\",\n    \"unabortive\": \"ekwenyeghi\",\n    \"unabortively\": \"ekwenyeghi\",\n    \"unabortiveness\": \"ekweghị ekwe\",\n    \"unabraded\": \"agbasaghị\",\n    \"unabrased\": \"agbachi\",\n    \"unabrasive\": \"enweghị ike ịgbanwe agbanwe\",\n    \"unabrasively\": \"enweghị ike\",\n    \"unabridgable\": \"enweghị ike ịgbanwe\",\n    \"unabridged\": \"agbakwunyere\",\n    \"unabrogable\": \"enweghị ike ịgbagha\",\n    \"unabrogated\": \"enweghị ike iwepụ\",\n    \"unabrogative\": \"enweghị atụ\",\n    \"unabrupt\": \"agbasaghị\",\n    \"unabruptly\": \"n'amaghi aka\",\n    \"unabscessed\": \"enweghị ikike\",\n    \"unabsent\": \"enweghi ike\",\n    \"unabsolvable\": \"unabolul\",\n    \"unabsolved\": \"edozighi\",\n    \"unabsolvedness\": \"enweghị ike idozi ya\",\n    \"unabsorbable\": \"enweghị ike ịkwụ ụgwọ\",\n    \"unabsorbent\": \"enweghị ike ịbanye\",\n    \"unabsorbingly\": \"na-akwụ ụgwọ\",\n    \"unabsorptiness\": \"ezighi ezi\",\n    \"unabsorptive\": \"ekwenyeghi\",\n    \"unabsorptiveness\": \"ekweghị emezu\",\n    \"unabstemious\": \"ekweghị\",\n    \"unabstemiously\": \"n'ụzọ zuru ezu\",\n    \"unabstemiousness\": \"omume rụrụ arụ\",\n    \"unabstentious\": \"ekwenyeghi\",\n    \"unabstracted\": \"egbochiri\",\n    \"unabstractedly\": \"n'achara anya\",\n    \"unabstractedness\": \"ezighi ezi\",\n    \"unabstractive\": \"anaghị arụ ọrụ\",\n    \"unabstractively\": \"enweghị ike\",\n    \"unabundance\": \"agbakọta\",\n    \"unabundant\": \"enweghị atụ\",\n    \"unabundantly\": \"n’enweghị ego\",\n    \"unabusable\": \"enweghị ikike\",\n    \"unabused\": \"ejighi nsogbu\",\n    \"unabusive\": \"ekwesighi\",\n    \"unabusively\": \"n'amaghị ama\",\n    \"unabusiveness\": \"enweghị nkwenye\",\n    \"unabutting\": \"imeghe\",\n    \"unacceding\": \"enweghị ikike\",\n    \"unaccelerated\": \"agbaghị ọsọ\",\n    \"unaccelerative\": \"agaghị adị ngwa\",\n    \"unaccent\": \"adighi\",\n    \"unaccept\": \"anabataghị\",\n    \"unacceptability\": \"anabataghị ya\",\n    \"unacceptable\": \"adịghị anakwere\",\n    \"unacceptableness\": \"anabataghị ya\",\n    \"unacceptably\": \"anabataghị\",\n    \"unacceptance\": \"anabataghị\",\n    \"unacceptant\": \"adịghị anakwere\",\n    \"unaccepted\": \"anabataghị\",\n    \"unaccepting\": \"anabataghị\",\n    \"unaccessibility\": \"enweghị ike ịnweta\",\n    \"unaccessible\": \"keerughi\",\n    \"unaccessibleness\": \"keerughi\",\n    \"unaccessibly\": \"enweghị ike ịnweta\",\n    \"unaccessional\": \"enaccessional\",\n    \"unaccessory\": \"ekwesighi\",\n    \"unaccidentally\": \"n'amaghi ama\",\n    \"unacclaimate\": \"ezighi ezi\",\n    \"unacclaimed\": \"enwetabeghị eziokwu\",\n    \"unacclivitous\": \"ezughi ezu\",\n    \"unaccommodable\": \"akwadoro\",\n    \"unaccommodated\": \"akwadoghi\",\n    \"unaccommodatedness\": \"akwadoghị ọrụ\",\n    \"unaccommodating\": \"na-akwadoghị\",\n    \"unaccommodatingly\": \"na-akwadoghị\",\n    \"unaccommodatingness\": \"nkwenye\",\n    \"unaccompanable\": \"ekweghi\",\n    \"unaccompanied\": \"anabaghị ya\",\n    \"unaccompanying\": \"anaghị esonye\",\n    \"unaccomplishable\": \"enweghị ike ịgbakọ\",\n    \"unaccomplished\": \"emezughị\",\n    \"unaccomplishedness\": \"emezughị\",\n    \"unaccordable\": \"ekwetaghị\",\n    \"unaccordance\": \"ekweghị ekwe\",\n    \"unaccordant\": \"ezighi ezi\",\n    \"unaccording\": \"ezighi ezi\",\n    \"unaccostable\": \"enweghị ike ịkwụsị\",\n    \"unaccountability\": \"enweghị ike ịgụta ọnụ\",\n    \"unaccountable\": \"enweghị ike ịgụta ọnụ\",\n    \"unaccountableness\": \"enweghị atụ\",\n    \"unaccountably\": \"enweghị atụ\",\n    \"unaccounted\": \"agụghị\",\n    \"unaccreditated\": \"edeghị ede\",\n    \"unaccredited\": \"enwetaghị iwu\",\n    \"unaccumulable\": \"anaghi ebi ebi\",\n    \"unaccumulate\": \"anaghi akwukwo\",\n    \"unaccumulated\": \"anaghi akwukwo\",\n    \"unaccumulation\": \"enweghị akwụkwọ\",\n    \"unaccumulative\": \"abughi akwukwo\",\n    \"unaccuracy\": \"ezighi ezi\",\n    \"unaccurate\": \"ezighi ezi\",\n    \"unaccurately\": \"ezighi ezi\",\n    \"unaccurateness\": \"ezighi ezi\",\n    \"unaccursed\": \"enwetaghi ego\",\n    \"unaccusable\": \"enweghị ikike\",\n    \"unaccusably\": \"n’enweghị ezi uche\",\n    \"unaccuse\": \"ezighi ezi\",\n    \"unaccused\": \"anabataghị ya\",\n    \"unaccusing\": \"unaccus\",\n    \"unaccusingly\": \"n'acharaghị anya\",\n    \"unaccustom\": \"adabaghi\",\n    \"unaccustomed\": \"amaghi ama\",\n    \"unaccustomedness\": \"amaghi ama\",\n    \"unacerbic\": \"ihe ojoo\",\n    \"unacerbically\": \"n’enweghị nsogbu\",\n    \"unacetic\": \"enweghị uche\",\n    \"unachievability\": \"enweghi ike imehie\",\n    \"unachievable\": \"enweghị ike ịme\",\n    \"unachieved\": \"erughị eru\",\n    \"unachingly\": \"enweghị nkuzi\",\n    \"unacidic\": \"adighi akwado\",\n    \"unacidulated\": \"akwadoghị\",\n    \"unacknowledged\": \"ekwenyeghi\",\n    \"unacknowledgedness\": \"ekwenyeghi\",\n    \"unacknowledging\": \"n'amaghi ama\",\n    \"unacknowledgment\": \"amataghi\",\n    \"unacoustic\": \"ekwenyeghi\",\n    \"unacoustical\": \"enweghị akwụkwọ\",\n    \"unacoustically\": \"n'emeghị ya\",\n    \"unacquaint\": \"amatabeghị\",\n    \"unacquaintable\": \"amataghi\",\n    \"unacquaintance\": \"amaghi ama\",\n    \"unacquainted\": \"amaghị nke a na-akọ\",\n    \"unacquaintedly\": \"amaghị ama\",\n    \"unacquaintedness\": \"amaghi ama\",\n    \"unacquirability\": \"enweghị ikike\",\n    \"unacquirable\": \"ekwesighi\",\n    \"unacquirableness\": \"enweghị mmasị\",\n    \"unacquirably\": \"enweghị atụ\",\n    \"unacquired\": \"enwetaghị ya\",\n    \"unacquisitive\": \"ekwesighi\",\n    \"unacquisitiveness\": \"ezighi ezi\",\n    \"unacquit\": \"enweghi ike\",\n    \"unacquittable\": \"enweghị ikike\",\n    \"unacquitted\": \"etinyere\",\n    \"unacquittedness\": \"enweghị ikike\",\n    \"unacrimonious\": \"enweghị nkwekọrịta\",\n    \"unacrimoniousness\": \"enweghị nkwekọrịta\",\n    \"unact\": \"emeghi\",\n    \"unactability\": \"enweghị ike ịgbanwe agbanwe\",\n    \"unactable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"unacted\": \"agbanyeghị\",\n    \"unacting\": \"emeghi\",\n    \"unactinic\": \"adabaghi\",\n    \"unaction\": \"arụ ọrụ\",\n    \"unactionable\": \"arụ ọrụ\",\n    \"unactivated\": \"anaghị arụ ọrụ\",\n    \"unactive\": \"anaghị arụ ọrụ\",\n    \"unactively\": \"adịghị arụ ọrụ\",\n    \"unactivity\": \"arụghị ọrụ\",\n    \"unactorlike\": \"enweghị mmasị\",\n    \"unactual\": \"adabaghi\",\n    \"unactuality\": \"n'ezie\",\n    \"unactually\": \"n'ezie\",\n    \"unactuated\": \"ejighi\",\n    \"unacuminous\": \"abaghị uru\",\n    \"unacute\": \"adịghị mma\",\n    \"unacutely\": \"enweghị isi\",\n    \"unadaptability\": \"enweghị atụ\",\n    \"unadaptable\": \"enweghị atụ\",\n    \"unadaptableness\": \"enweghị atụ\",\n    \"unadaptably\": \"enweghị atụ\",\n    \"unadapted\": \"enwetaghị\",\n    \"unadaptedly\": \"enwetaghị\",\n    \"unadaptedness\": \"unadapted\",\n    \"unadaptive\": \"adịghị akwụ ụgwọ\",\n    \"unadaptively\": \"n’enweghị atụ\",\n    \"unadd\": \"wepu\",\n    \"unaddable\": \"enweghị ike ịgbatị\",\n    \"unadded\": \"ọ dịghị\",\n    \"unaddible\": \"ekwenyeghi\",\n    \"unaddicted\": \"ọ dịghị\",\n    \"unaddictedness\": \"enweghị ọrụ\",\n    \"unadditional\": \"agbasaghị\",\n    \"unadditioned\": \"agbasaghị\",\n    \"unaddress\": \"mechie akwa\",\n    \"unaddressed\": \"edobeghi ya\",\n    \"unadept\": \"enwetaghị\",\n    \"unadeptly\": \"n'amaghị ama\",\n    \"unadeptness\": \"enweghị ike\",\n    \"unadequate\": \"ezughi oke\",\n    \"unadequately\": \"ezughi oke\",\n    \"unadequateness\": \"ekwesighi\",\n    \"unadherence\": \"ekwesighi\",\n    \"unadherent\": \"enweghị ike\",\n    \"unadherently\": \"n’enweghị nsogbu\",\n    \"unadhering\": \"inyocha\",\n    \"unadhesive\": \"ejikọtaghị ọnụ\",\n    \"unadhesively\": \"ejikọtaghị ọnụ\",\n    \"unadhesiveness\": \"arụghị ọrụ\",\n    \"unadjectived\": \"enweghị atụ\",\n    \"unadjoined\": \"ejikọtaghị ọnụ\",\n    \"unadjoining\": \"adabaghị\",\n    \"unadjourned\": \"unadjoghari\",\n    \"unadjudged\": \"enweghị ikpe\",\n    \"unadjudicated\": \"enweghị ikpe\",\n    \"unadjunctive\": \"adịghị etinye aka\",\n    \"unadjust\": \"imeghari\",\n    \"unadjustable\": \"adịghị agbanwe agbanwe\",\n    \"unadjustably\": \"na-emezighị emezi\",\n    \"unadjusted\": \"edozighi\",\n    \"unadjustment\": \"emezighi\",\n    \"unadministered\": \"enweghị nchịkwa\",\n    \"unadministrable\": \"enweghị ike ịgbanwe\",\n    \"unadministrative\": \"enweghị nchịkwa\",\n    \"unadministratively\": \"n'emeghị aka\",\n    \"unadmirable\": \"enweghị atụ\",\n    \"unadmirableness\": \"enweghị atụ\",\n    \"unadmirably\": \"enweghị atụ\",\n    \"unadmire\": \"amachibido\",\n    \"unadmiring\": \"enweghị isi\",\n    \"unadmiringly\": \"n'adịghị mma\",\n    \"unadmissible\": \"ekweghị\",\n    \"unadmissibleness\": \"ekweghị\",\n    \"unadmissibly\": \"ekweta\",\n    \"unadmission\": \"ekweghị\",\n    \"unadmissive\": \"ekwenyeghị\",\n    \"unadmittable\": \"-enweghị atụ\",\n    \"unadmittableness\": \"unadmitable\",\n    \"unadmitted\": \"enwetara\",\n    \"unadmittedly\": \"n’enweghị aka\",\n    \"unadmitting\": \"itinye\",\n    \"unadmonished\": \"unadmoned\",\n    \"unadoptable\": \"enweghị atụ\",\n    \"unadoptably\": \"n'ụzọ doro anya\",\n    \"unadopted\": \"enwetaghị\",\n    \"unadoptional\": \"enweghị nhọrọ\",\n    \"unadoptive\": \"enweghị ego\",\n    \"unadoptively\": \"n'amaghị\",\n    \"unadorable\": \"enweghị ike ịgbanwe\",\n    \"unadorableness\": \"enweghi ike igbanwe ya\",\n    \"unadorably\": \"enweghị atụ\",\n    \"unadored\": \"ejighị ya\",\n    \"unadoring\": \"agbasaghị\",\n    \"unadoringly\": \"n’enweghị atụ\",\n    \"unadorn\": \"adighi mma\",\n    \"unadornable\": \"enweghị atụ\",\n    \"unadorned\": \"ejighi ejiji\",\n    \"unadornedly\": \"n’achọghị anya\",\n    \"unadornedness\": \"enweghị ọrụ\",\n    \"unadornment\": \"uwe\",\n    \"unadroitly\": \"n'adighi nma\",\n    \"unadulating\": \"na-edozi\",\n    \"unadulatory\": \"enweghị atụ\",\n    \"unadult\": \"nkịtị\",\n    \"unadulterated\": \"enweghị atụ\",\n    \"unadulteratedly\": \"n’enweghị nsogbu\",\n    \"unadulteratedness\": \"enweghị iwu\",\n    \"unadulterately\": \"n'adighi nma\",\n    \"unadulterous\": \"enweghị atụ\",\n    \"unadulterously\": \"n'adịghị agụ\",\n    \"unadvanced\": \"enweghị atụ\",\n    \"unadvancedly\": \"n'achọghị ịma\",\n    \"unadvancement\": \"enweghị ọganihu\",\n    \"unadvantaged\": \"enweghị uru\",\n    \"unadvantageous\": \"uru adịghị\",\n    \"unadvantageously\": \"n'ụzọ na-ezighị ezi\",\n    \"unadvantageousness\": \"ọghọm\",\n    \"unadventuring\": \"enweghị ike\",\n    \"unadventurous\": \"enweghị atụ\",\n    \"unadventurously\": \"n’enweghị nsogbu\",\n    \"unadverse\": \"okpokoro\",\n    \"unadversely\": \"n'atụghị egwu\",\n    \"unadverseness\": \"enweghị nkwarụ\",\n    \"unadvertised\": \"agbasaghị\",\n    \"unadvertising\": \"agbasa ozi\",\n    \"unadvisability\": \"enweghị ike ịkọwapụta\",\n    \"unadvisable\": \"enweghị ike ịkọwa\",\n    \"unadvisably\": \"enweghị atụ\",\n    \"unadvised\": \"ejighi ya\",\n    \"unadvisedness\": \"enweghị nyocha\",\n    \"unadvocated\": \"a na-akwadoghị\",\n    \"unaerated\": \"enwetaghị ya\",\n    \"unaesthetic\": \"enweghị atụ\",\n    \"unaesthetical\": \"enweghị atụ\",\n    \"unaesthetically\": \"n'echeghị echiche\",\n    \"unaestheticism\": \"enweghị mmasị\",\n    \"unaestheticness\": \"enweghị mmasị\",\n    \"unafeard\": \"amaghị\",\n    \"unafeared\": \"atughi anya\",\n    \"unaffability\": \"enweghị ike ikwenye\",\n    \"unaffable\": \"enweghị ike\",\n    \"unaffableness\": \"enweghị ike ịchọta\",\n    \"unaffably\": \"enweghị ike\",\n    \"unaffectation\": \"enweghị mmetụta\",\n    \"unaffected\": \"emetụtaghị\",\n    \"unaffectedly\": \"enweghị mmetụta\",\n    \"unaffectedness\": \"enweghị mmetụta\",\n    \"unaffecting\": \"enweghị mmetụta\",\n    \"unaffectioned\": \"enweghị ike\",\n    \"unaffied\": \"enwetaghị\",\n    \"unaffiliated\": \"enweghị ike\",\n    \"unaffiliation\": \"nkwenye\",\n    \"unaffirmation\": \"nkwenye\",\n    \"unaffirmed\": \"ekwenyeghi\",\n    \"unaffixed\": \"anaghị etinye ya\",\n    \"unafflicted\": \"ekpuchighi\",\n    \"unafflictedly\": \"n’egosighi\",\n    \"unafflictedness\": \"enweghị ike\",\n    \"unafflicting\": \"n'etinye\",\n    \"unaffliction\": \"ekpughe\",\n    \"unaffordable\": \"enweghị ọnụ\",\n    \"unafforded\": \"ejighi ego\",\n    \"unaffranchised\": \"enweghị ikike\",\n    \"unaffrightedly\": \"n'amaghị ama\",\n    \"unaffronted\": \"enwetaghị\",\n    \"unafire\": \"adighi\",\n    \"unafloat\": \"Uwe elu mmiri\",\n    \"unafraid\": \"a na-atụghị ụjọ\",\n    \"unaged\": \"ejighi ya\",\n    \"unageing\": \"iwepụ\",\n    \"unagglomerative\": \"unaggmemerative\",\n    \"unaggravated\": \"emeghi elu\",\n    \"unaggravating\": \"na-agbasa\",\n    \"unaggregated\": \"agwakọtaghị\",\n    \"unaggression\": \"mmegide\",\n    \"unaggressive\": \"na-eme ihe ike\",\n    \"unaggressively\": \"n'esemokwu\",\n    \"unaggressiveness\": \"adighi ike\",\n    \"unagile\": \"emeghari\",\n    \"unagility\": \"enweghị ike\",\n    \"unaging\": \"enweghị ike\",\n    \"unagitated\": \"etinyeghi\",\n    \"unagitatedly\": \"n'echeghị anya\",\n    \"unagitatedness\": \"enweghị ike\",\n    \"unagitation\": \"enweghị ike\",\n    \"unagreeable\": \"ekweghiekwe\",\n    \"unagreeableness\": \"ekweghị ekwe\",\n    \"unagreeably\": \"ekweghi ekwe\",\n    \"unagreed\": \"ekwenyeghi\",\n    \"unagreeing\": \"ekwenyeghi\",\n    \"unagreement\": \"ekwekọrịtaghị\",\n    \"unagricultural\": \"enweghị omenala\",\n    \"unai\": \"adịghị\",\n    \"unaidable\": \"enweghị atụ\",\n    \"unaided\": \"enweghị enyemaka\",\n    \"unaidedly\": \"na-enweghị enyemaka\",\n    \"unaiding\": \"amaghi ihe\",\n    \"unailing\": \"enweghị atụ\",\n    \"unaimed\": \"amaghị\",\n    \"unaiming\": \"enweghị atụ\",\n    \"unairable\": \"ekwesighi\",\n    \"unaired\": \"ejikọtaghị ọnụ\",\n    \"unairily\": \"unirily\",\n    \"unaisled\": \"enweghị ikike\",\n    \"unalacritous\": \"enweghị ọrụ\",\n    \"unalarmed\": \"ejighi ya\",\n    \"unalarming\": \"anaghị edozi\",\n    \"unalarmingly\": \"n'esighi ike\",\n    \"unalcoholised\": \"egbu egbu\",\n    \"unalerted\": \"amaghị ọkwa\",\n    \"unalertness\": \"enweghị ọmụmụ\",\n    \"unalienability\": \"enweghị atụ\",\n    \"unalienable\": \"enweghị atụ\",\n    \"unalienableness\": \"enweghị atụ\",\n    \"unalienably\": \"enweghị atụ\",\n    \"unalienated\": \"unanaenali\",\n    \"unalienating\": \"idughari\",\n    \"unalignable\": \"enweghị ike ịhazi ya\",\n    \"unaligned\": \"etinyereghị\",\n    \"unalist\": \"enweghị iwu\",\n    \"unalive\": \"arụpụtaghị\",\n    \"unallayable\": \"enweghị ike ịkwụ ụgwọ\",\n    \"unallayed\": \"ejighi ya\",\n    \"unalleged\": \"awụghị\",\n    \"unallegedly\": \"na-akwadoghị\",\n    \"unallegorical\": \"enwetaghị iwu\",\n    \"unallegorized\": \"enwetaghị ikike\",\n    \"unallergic\": \"adọkaghi\",\n    \"unalleviably\": \"enweghị atụ\",\n    \"unalleviated\": \"enwetaghi\",\n    \"unalleviating\": \"akuko\",\n    \"unalleviation\": \"elu\",\n    \"unalleviative\": \"adighi ike\",\n    \"unalliable\": \"enweghị atụ\",\n    \"unallied\": \"adighi\",\n    \"unalliedness\": \"enweghị ọrụ\",\n    \"unalliterated\": \"agụghị akwụkwọ\",\n    \"unalliterative\": \"unallite\",\n    \"unallocated\": \"ekewaghi\",\n    \"unallotment\": \"unallot\",\n    \"unallotted\": \"ekewaghi\",\n    \"unallow\": \"ekweghị\",\n    \"unallowable\": \"ekweghi ekwe\",\n    \"unallowably\": \"ekweghị\",\n    \"unallowed\": \"ekweghị\",\n    \"unallowedly\": \"akwadoghị\",\n    \"unallowing\": \"ekweghị\",\n    \"unallurable\": \"enweghị ike ịkọwapụta\",\n    \"unallured\": \"odighi nsogbu\",\n    \"unalluring\": \"adighi adighi ike\",\n    \"unalluringly\": \"adighi adighi nma\",\n    \"unallusively\": \"unallusive\",\n    \"unalmsed\": \"na-enweghị aka\",\n    \"unalone\": \"otu\",\n    \"unaloud\": \"n'olu\",\n    \"unalphabeted\": \"ekpuchighi\",\n    \"unalphabetic\": \"enweghị nchekwa\",\n    \"unalphabetical\": \"ekweghi ekwe\",\n    \"unalphabetised\": \"emebighi iwu\",\n    \"unalphabetized\": \"emezighi\",\n    \"unalterability\": \"ekweghị ekwe omume\",\n    \"unalterable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"unalterableness\": \"enweghị ike ịgbanwe agbanwe\",\n    \"unalterably\": \"enweghị atụ\",\n    \"unalteration\": \"enweghị mgbanwe\",\n    \"unalterative\": \"anaghị arụ ọrụ\",\n    \"unaltered\": \"agbanweghi\",\n    \"unaltering\": \"adịghị agbanwe agbanwe\",\n    \"unalternated\": \"agbasaghi\",\n    \"unalternating\": \"agaghị adịkwa\",\n    \"unaltruistic\": \"enweghị ụkpụrụ\",\n    \"unamalgamable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"unamalgamated\": \"agbakọta\",\n    \"unamalgamating\": \"agbakọta\",\n    \"unamassed\": \"enweghi nsogbu\",\n    \"unamative\": \"amamaghi\",\n    \"unamatively\": \"n’amaghi ama\",\n    \"unamazedly\": \"n’enweghị atụ\",\n    \"unamazedness\": \"enweghi ike\",\n    \"unambient\": \"amamịghe\",\n    \"unambiguity\": \"enweghị mgbagha\",\n    \"unambiguous\": \"doro anya\",\n    \"unambiguously\": \"n’enweghị atụ\",\n    \"unambition\": \"unambamb\",\n    \"unambitious\": \"ọ dịghị ahịa\",\n    \"unambitiously\": \"n'amaghị ama\",\n    \"unambitiousness\": \"ekwesighi\",\n    \"unameliorated\": \"enwelighị ike\",\n    \"unameliorative\": \"enweghị atụ\",\n    \"unamenability\": \"unamamaghi\",\n    \"unamenable\": \"enweghị atụ\",\n    \"unamenableness\": \"enweghị atụ\",\n    \"unamenably\": \"enweghị atụ\",\n    \"unamend\": \"emezighari\",\n    \"unamendable\": \"enweghị atụ\",\n    \"unamended\": \"enweghi mgbanwe\",\n    \"unamendedly\": \"emeghị nke ọma\",\n    \"unamending\": \"adịghị agbanwe agbanwe\",\n    \"unamendment\": \"emezighari\",\n    \"unamerceable\": \"enweghị ike ịgbagha\",\n    \"unamerced\": \"enweghị ike ịbanye\",\n    \"unamiable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"unamiableness\": \"unamiable\",\n    \"unamiably\": \"enweghị atụ\",\n    \"unamicable\": \"enweghị ike ịkọwa\",\n    \"unamicableness\": \"unamicable\",\n    \"unamicably\": \"enweghị atụ\",\n    \"unamorousness\": \"unamorous\",\n    \"unample\": \"ihe atụ\",\n    \"unamputated\": \"agbaghala\",\n    \"unamputative\": \"adighi ekwe nti\",\n    \"unamusable\": \"enweghị atụ\",\n    \"unamusably\": \"enweghị atụ\",\n    \"unamusing\": \"asịrị\",\n    \"unamusingness\": \"enweghị aha\",\n    \"unamusive\": \"enweghị atụ\",\n    \"unanalytical\": \"enweghị atụ\",\n    \"unanalytically\": \"na-enweghị atụ\",\n    \"unanalyzable\": \"enweghị atụ\",\n    \"unanalyzably\": \"enweghị atụ\",\n    \"unanalogical\": \"edeghị ede\",\n    \"unanalogized\": \"edeghị aha\",\n    \"unanalogous\": \"enweghị atụ\",\n    \"unanalogously\": \"enweghị atụ\",\n    \"unanalogousness\": \"enweghị echiche\",\n    \"unanatomisable\": \"enweghị atụ\",\n    \"unanatomised\": \"na-akwadoghị\",\n    \"unancestored\": \"akwadoghị\",\n    \"unanchylosed\": \"na-emegheghị\",\n    \"unanchored\": \"akwadoghị\",\n    \"unanchoring\": \"akwadoghị\",\n    \"unancient\": \"nke ochie\",\n    \"unangelic\": \"ozioma\",\n    \"unangelical\": \"ezighi ezi\",\n    \"unangelicalness\": \"ikwusa ozi oma\",\n    \"unangered\": \"n'enweghị ihe mgbochi\",\n    \"unangrily\": \"n'akuku\",\n    \"unanguished\": \"unana ahuhu\",\n    \"unangularly\": \"n'akuku\",\n    \"unanimalized\": \"jikọrọ ọnụ\",\n    \"unanimate\": \"na-adịghị ndụ\",\n    \"unanimated\": \"jikọrọ ọnụ\",\n    \"unanimatedly\": \"n’otu olu\",\n    \"unanimatedness\": \"kwekọrịtara ọnụ\",\n    \"unanimately\": \"enweghi ike\",\n    \"unanimating\": \"na-agbakọta\",\n    \"unanimatingly\": \"n’otu olu\",\n    \"unanimism\": \"otu olu\",\n    \"unanimist\": \"ekwenyeghi\",\n    \"unanimistic\": \"ekwekọrịta\",\n    \"unanimistically\": \"n’otu olu\",\n    \"unanimiter\": \"jikota ọnụ\",\n    \"unanimity\": \"otu olu\",\n    \"unanimities\": \"ekwekọrịtara\",\n    \"unanimous\": \"otu olu\",\n    \"unanimously\": \"otu olu\",\n    \"unanimousness\": \"zuru oke\",\n    \"unannexed\": \"ejikọtaghị ọnụ\",\n    \"unannexedness\": \"enweghị nsogbu\",\n    \"unannihilable\": \"enweghị ike ikpochapụ\",\n    \"unannihilated\": \"agbachitere\",\n    \"unannoying\": \"enweghị obi ụtọ\",\n    \"unannoyingly\": \"n'achọghị\",\n    \"unannotated\": \"aghotaghi\",\n    \"unannounced\": \"ekwuputaghi\",\n    \"unannullable\": \"enweghị atụ\",\n    \"unannulled\": \"agbasaghị\",\n    \"unannunciable\": \"enweghị ọnụ\",\n    \"unanswerable\": \"enweghị ike ịza\",\n    \"unanswerableness\": \"enweghị ike ịza ajụjụ\",\n    \"unanswerably\": \"enweghị ike\",\n    \"unanswered\": \"azaghị\",\n    \"unanswering\": \"azịza\",\n    \"unantagonisable\": \"enweghị atụ\",\n    \"unantagonised\": \"akwadoghi\",\n    \"unantagonising\": \"ekwenyeghi\",\n    \"unantagonizable\": \"enweghị atụ\",\n    \"unantagonized\": \"akwadoghi\",\n    \"unantagonizing\": \"ekwenyeghi\",\n    \"unanthologized\": \"enwetaghi aha\",\n    \"unanticipated\": \"na-atụghị anya\",\n    \"unanticipatedly\": \"n'atụghị anya\",\n    \"unanticipating\": \"n’atụghị anya\",\n    \"unanticipatingly\": \"n'atụghị anya\",\n    \"unanticipation\": \"na-atụghị anya\",\n    \"unanticipative\": \"n'atụghị anya\",\n    \"unantiquatedness\": \"enweghị ike\",\n    \"unantiquity\": \"enweghị atụ\",\n    \"unanxiety\": \"enweghị nchekasị\",\n    \"unanxious\": \"enweghị nchekasị\",\n    \"unanxiously\": \"enweghị nchekasị\",\n    \"unanxiousness\": \"enweghị nchekasị\",\n    \"unaphasic\": \"ezighi ezi\",\n    \"unapologetic\": \"enweghị ndidi\",\n    \"unapologetically\": \"n'amaghị ama\",\n    \"unapologizing\": \"na-enweghị mgbaghara\",\n    \"unapostatized\": \"ezigaraghị\",\n    \"unapostolic\": \"ezighi ezi\",\n    \"unapostolical\": \"enweghị ozi\",\n    \"unapostolically\": \"n'echeghị echiche\",\n    \"unapostrophized\": \"ezighi ezi\",\n    \"unappalled\": \"akagbuola\",\n    \"unappalling\": \"akuku\",\n    \"unappallingly\": \"n'echetụghị\",\n    \"unappareled\": \"atụghị anya\",\n    \"unapparelled\": \"atụghị anya\",\n    \"unapparent\": \"ahughi\",\n    \"unapparently\": \"n'amaghi ama\",\n    \"unapparentness\": \"ndabaghi\",\n    \"unappealable\": \"enweghị ike ịchọta ya\",\n    \"unappealableness\": \"enweghị ike igosipụta ya\",\n    \"unappealably\": \"n’egosighi ike\",\n    \"unappealed\": \"ekpughere\",\n    \"unappealing\": \"adịghị egosi\",\n    \"unappealingly\": \"n’egosighi\",\n    \"unappealingness\": \"enweghị mmasị\",\n    \"unappeasable\": \"enweghị obi ụtọ\",\n    \"unappeasableness\": \"Enweghị obi ụtọ\",\n    \"unappeasably\": \"enweghị obi ụtọ\",\n    \"unappeased\": \"enweghị obi ụtọ\",\n    \"unappeasedly\": \"n'egosighi\",\n    \"unappeasedness\": \"enweghị mmasị\",\n    \"unappeasing\": \"enweghị obi ụtọ\",\n    \"unappeasingly\": \"n'egosighi\",\n    \"unappendaged\": \"akwadoghi\",\n    \"unappended\": \"enweghị ọrụ\",\n    \"unapperceived\": \"enwetaghị ya\",\n    \"unapperceptive\": \"enweghị ncheta\",\n    \"unappertaining\": \"na-achọtaghị\",\n    \"unappetising\": \"enweghị obi ụtọ\",\n    \"unappetisingly\": \"n'udo\",\n    \"unappetizing\": \"na-enweghị obi ụtọ\",\n    \"unappetizingly\": \"n'echeghị echiche\",\n    \"unapplaudable\": \"nke a na-apụghị ịkwanyere ùgwù\",\n    \"unapplauded\": \"enwetaghị otuto,\",\n    \"unapplauding\": \"enweghị ekele\",\n    \"unapplausive\": \"enweghị ekele\",\n    \"unappliable\": \"ezighi ezi\",\n    \"unappliableness\": \"ezighi ezi\",\n    \"unappliably\": \"ikweta\",\n    \"unapplianced\": \"enwetaghị ya\",\n    \"unapplicability\": \"enweghị nkọwa\",\n    \"unapplicable\": \"enweghị ike ime\",\n    \"unapplicableness\": \"enweghị ihe ọ bụla\",\n    \"unapplicably\": \"enweghị atụ\",\n    \"unapplicative\": \"enweghị isi\",\n    \"unapplied\": \"emeghi emezi\",\n    \"unapplying\": \"enweghị ihe ọ bụla\",\n    \"unappliqued\": \"enwetaghị ya\",\n    \"unappoint\": \"okpu\",\n    \"unappointable\": \"enweghị atụ\",\n    \"unappointableness\": \"ezighi ezi\",\n    \"unappointed\": \"emechighi\",\n    \"unapportioned\": \"kewara\",\n    \"unapposable\": \"enweghị atụ\",\n    \"unapposite\": \"enweghị atụ\",\n    \"unappositely\": \"atụghị anya\",\n    \"unappositeness\": \"ezighi ezi\",\n    \"unappraised\": \"enweghị atụ\",\n    \"unappreciable\": \"enweghị ekele\",\n    \"unappreciableness\": \"enweghị ekele\",\n    \"unappreciably\": \"enweghị ekele\",\n    \"unappreciated\": \"enweghị ekele\",\n    \"unappreciating\": \"enweghị ekele\",\n    \"unappreciation\": \"enweghị ekele\",\n    \"unappreciative\": \"enweghị ekele\",\n    \"unappreciatively\": \"enweghị ekele\",\n    \"unappreciativeness\": \"enweghị ekele\",\n    \"unapprehendable\": \"ekweghi ekwe nghọta\",\n    \"unapprehendableness\": \"ekweghi nghọta\",\n    \"unapprehendably\": \"-enweghị nghọta\",\n    \"unapprehended\": \"aghọtabeghị\",\n    \"unapprehending\": \"aghọtaghị\",\n    \"unapprehendingness\": \"enweghị nghọta\",\n    \"unapprehensible\": \"enweghị nghọta\",\n    \"unapprehensibleness\": \"ezughi oke\",\n    \"unapprehension\": \"enweghị nghọta\",\n    \"unapprehensive\": \"ezughi oke\",\n    \"unapprehensively\": \"enweghị nghọta\",\n    \"unapprehensiveness\": \"enweghị nghọta\",\n    \"unapprenticed\": \"amataghi\",\n    \"unapprised\": \"enweteghi\",\n    \"unapprisedly\": \"na-ezighi ezi\",\n    \"unapprisedness\": \"enweghị ọrụ\",\n    \"unapprized\": \"-enweghị ikike\",\n    \"unapproachability\": \"ezighi ezi aka\",\n    \"unapproachable\": \"enweghị ike ịbịaru nso\",\n    \"unapproachableness\": \"enweghi odiri nso\",\n    \"unapproached\": \"abịakwuteghị gị\",\n    \"unapproaching\": \"enweghị ụzọ\",\n    \"unapprobation\": \"nnabata\",\n    \"unappropriable\": \"ekwesighi\",\n    \"unappropriate\": \"ekwesighi\",\n    \"unappropriated\": \"ekwesighi\",\n    \"unappropriately\": \"n'ụzọ na-ekwesịghị ekwesị\",\n    \"unappropriateness\": \"ekwesighi ekwesighi\",\n    \"unappropriation\": \"ekwesighi\",\n    \"unapprovable\": \"ekweghị\",\n    \"unapprovableness\": \"Udochinyere\",\n    \"unapprovably\": \"ekweghị\",\n    \"unapproved\": \"akwadoghi\",\n    \"unapproving\": \"ekweghị\",\n    \"unapprovingly\": \"ekweghị\",\n    \"unapproximate\": \"enweghị atụ\",\n    \"unapproximately\": \"na-enweghị atụ\",\n    \"unaproned\": \"ebughi ụzọ\",\n    \"unapropos\": \"ebughi\",\n    \"unapt\": \"ekweghị\",\n    \"unaptitude\": \"enweghị uche\",\n    \"unaptly\": \"n'amaghị ama\",\n    \"unaptness\": \"nnabata\",\n    \"unarbitrary\": \"ekweghiekwe\",\n    \"unarbitrarily\": \"n'amaghi ama\",\n    \"unarbitrariness\": \"enweghị isi\",\n    \"unarbitrated\": \"agbachitere\",\n    \"unarbitrative\": \"enweghị mgbagha\",\n    \"unarbored\": \"ejighi\",\n    \"unarboured\": \"ejighi\",\n    \"unarched\": \"unararị\",\n    \"unarching\": \"enweghị ike ịgbanwe\",\n    \"unarchitected\": \"enweghị nchịkwa\",\n    \"unarchitectural\": \"enweghị nchịkwa\",\n    \"unarchly\": \"enweghị nchịkwa\",\n    \"unarduous\": \"enweghi ike\",\n    \"unarduously\": \"n'esighi\",\n    \"unarduousness\": \"enweghị ọrụ\",\n    \"unarguable\": \"enweghị mgbagha\",\n    \"unarguableness\": \"enweghị mgbagha\",\n    \"unarguably\": \"enweghị mgbagha\",\n    \"unargued\": \"unarguar\",\n    \"unarguing\": \"na-arụ ụka\",\n    \"unargumentative\": \"enweghị mgbagha\",\n    \"unargumentatively\": \"n'amaghi akwukwo\",\n    \"unargumentativeness\": \"ekweghiekwe\",\n    \"unarising\": \"anaghị adị n'otu\",\n    \"unaristocratic\": \"enweghị ọchịchị\",\n    \"unaristocratically\": \"n’enweghi ọchịchị\",\n    \"unarithmetical\": \"ekwekọghị ekwekọ\",\n    \"unarithmetically\": \"n'amaghi ego\",\n    \"unark\": \"kpughee\",\n    \"unarm\": \"napu ihe\",\n    \"unarmed\": \"ejighi ngwa agha\",\n    \"unarmedly\": \"ejighi ngwa agha\",\n    \"unarmedness\": \"ejighi ngwa agha\",\n    \"unarming\": \"na-ejighi uwe\",\n    \"unarmored\": \"ejighi ngwa agha\",\n    \"unarmorial\": \"enweghị ikike\",\n    \"unarmoured\": \"ejighi ngwa agha\",\n    \"unarms\": \"egbe\",\n    \"unaromatically\": \"n'ụzọ na-enweghị isi\",\n    \"unarousable\": \"enweghị atụ\",\n    \"unaroused\": \"enweghị nsogbu\",\n    \"unarousing\": \"enweghị atụ\",\n    \"unarray\": \"enweghị atụ\",\n    \"unarrayed\": \"ejighi uwe\",\n    \"unarraignable\": \"enweghị atụ\",\n    \"unarraignableness\": \"enweghị atụ\",\n    \"unarraigned\": \"ejighi ahazi\",\n    \"unarranged\": \"ejighi onwe ya\",\n    \"unarrestable\": \"enweghị njide\",\n    \"unarrested\": \"ejidereghị\",\n    \"unarresting\": \"ejikọtaghị\",\n    \"unarrestive\": \"ejikọtaghị\",\n    \"unarrived\": \"anabataghi\",\n    \"unarriving\": \"enweghị mmasị\",\n    \"unarrogance\": \"enweghị atụ\",\n    \"unarrogant\": \"na-enweghị isi\",\n    \"unarrogantly\": \"n'achọghị ịma\",\n    \"unarrogated\": \"enweghị ajụjụ\",\n    \"unarrogating\": \"na-enweghị atụ\",\n    \"unarted\": \"enweghi obi\",\n    \"unartful\": \"enweghị ọrụ\",\n    \"unartfully\": \"enweghị isi\",\n    \"unartfulness\": \"enweghị mmasị\",\n    \"unarticled\": \"enweghi ike\",\n    \"unarticulated\": \"enweghị ohere\",\n    \"unartificial\": \"ejighi arụ\",\n    \"unartificiality\": \"arụghị ọrụ\",\n    \"unartificially\": \"n'arụghị arụ\",\n    \"unartificialness\": \"arụghị ọrụ\",\n    \"unascendable\": \"enweghị atụ\",\n    \"unascendableness\": \"unascendable enweghị atụ\",\n    \"unascendant\": \"enweghị isi\",\n    \"unascended\": \"ebughi oke\",\n    \"unascendent\": \"akwụghị ụgwọ\",\n    \"unascertainable\": \"enweghị ike ịchọta\",\n    \"unascertainableness\": \"enweghị ike ịchọta\",\n    \"unascertainably\": \"enweghị mgbagha\",\n    \"unascertained\": \"amaghị\",\n    \"unascetic\": \"enweghị uche\",\n    \"unascetically\": \"enweghị nsogbu\",\n    \"unascribed\": \"na-edeghị aha\",\n    \"unashamed\": \"ihere\",\n    \"unashamedly\": \"n’emeghị ihere\",\n    \"unashamedness\": \"enweghị ihere\",\n    \"unasinous\": \"enweghi obi ojoo\",\n    \"unaskable\": \"agbaghara\",\n    \"unasked\": \"ajuputaghi\",\n    \"unasking\": \"iburu\",\n    \"unaskingly\": \"n'achọghị\",\n    \"unasleep\": \"ehighị ụra\",\n    \"unaspersed\": \"agbasaghị\",\n    \"unaspersive\": \"enweghị atụ\",\n    \"unasphalted\": \"enweghị atụ\",\n    \"unaspirated\": \"enweghị nkọwa\",\n    \"unaspiring\": \"enweghị ike\",\n    \"unaspiringly\": \"enweghị atụ\",\n    \"unaspiringness\": \"enweghị ike ọgwụgwụ\",\n    \"unassayed\": \"enweghị obi ụtọ\",\n    \"unassaying\": \"enweghị nkwupụta\",\n    \"unassailable\": \"enweghị ike ịgbagha\",\n    \"unassailably\": \"enweghị ike ịkwụ ụgwọ\",\n    \"unassailed\": \"enweghị ike\",\n    \"unassailing\": \"unsasailing\",\n    \"unassassinated\": \"unassassated\",\n    \"unassaulted\": \"enweghị nsogbu\",\n    \"unassembled\": \"enweghi ike\",\n    \"unassented\": \"na-enweghị atụ\",\n    \"unassenting\": \"enweghị ụgwọ\",\n    \"unassentive\": \"enweghị ike\",\n    \"unasserted\": \"enwetaghi\",\n    \"unassertive\": \"enweghị ikike\",\n    \"unassertively\": \"n'etinyeghi aka\",\n    \"unassertiveness\": \"enweghị nchịkwa\",\n    \"unassessable\": \"enweghị atụ\",\n    \"unassessableness\": \"enweghị atụ\",\n    \"unassessed\": \"enwetaghị echiche\",\n    \"unassiduous\": \"enweghị atụ\",\n    \"unassiduously\": \"n’enweghị aka\",\n    \"unassiduousness\": \"enweghị nkwenye\",\n    \"unassigned\": \"enwetaghị ọrụ\",\n    \"unassimilable\": \"enweghị atụ\",\n    \"unassimilated\": \"enweghị atụ\",\n    \"unassimilative\": \"enweghị atụ\",\n    \"unassistant\": \"ekwenyeghi\",\n    \"unassisted\": \"enyereghi aka\",\n    \"unassisting\": \"adighi\",\n    \"unassociable\": \"enweghị ike\",\n    \"unassociably\": \"agbasaghị\",\n    \"unassociated\": \"ejikọtaghị\",\n    \"unassociative\": \"kekọrịta\",\n    \"unassociatively\": \"n’enwekọtaghị\",\n    \"unassociativeness\": \"enweghị njikọ\",\n    \"unassorted\": \"aghara imeghe\",\n    \"unassuageable\": \"enweghị ụgwọ ọrụ\",\n    \"unassuaged\": \"enweghị nsogbu\",\n    \"unassuaging\": \"enweghị ike ọgwụgwụ\",\n    \"unassuasive\": \"enweghị nsogbu\",\n    \"unassumable\": \"enweghị atụ\",\n    \"unassumed\": \"-enweghị atụ\",\n    \"unassumedly\": \"n'atụghị egwu\",\n    \"unassuming\": \"enweghị isi\",\n    \"unassumingly\": \"n'amaghi ama\",\n    \"unassumingness\": \"enweghị isi\",\n    \"unassured\": \"ejighi ụgwọ\",\n    \"unassuredly\": \"na-ejighị n'aka\",\n    \"unassuredness\": \"ejighị n'aka\",\n    \"unassuring\": \"enweghị nkwenye\",\n    \"unastonished\": \"enweghị afọ ojuju\",\n    \"unastounded\": \"n’enweghị ikike\",\n    \"unathletic\": \"adighi egwu egwu\",\n    \"unathletically\": \"n'egwuregwu\",\n    \"unatmospheric\": \"unatmhis\",\n    \"unatonable\": \"enweghị atụ\",\n    \"unatoned\": \"etinyereghi\",\n    \"unatoning\": \"unaton\",\n    \"unatrophied\": \"enwetaghị ikike\",\n    \"unattach\": \"ibuputa\",\n    \"unattachable\": \"enweghi ike iwepu\",\n    \"unattached\": \"agwaghị anyị\",\n    \"unattackable\": \"enweghị atụ\",\n    \"unattackableness\": \"enweghị atụ\",\n    \"unattackably\": \"enwetaghị\",\n    \"unattainability\": \"enweghi ike iru\",\n    \"unattainable\": \"enweghi ike inweta\",\n    \"unattainableness\": \"enweghi ike inweta\",\n    \"unattainably\": \"enweghi ike inweta\",\n    \"unattained\": \"enwetaghi\",\n    \"unattaining\": \"enwetaghị\",\n    \"unattainment\": \"enweghị mmasị\",\n    \"unattainted\": \"enwetaghi\",\n    \"unattaintedly\": \"enwetaghi\",\n    \"unattempered\": \"akpachapụghị anya\",\n    \"unattemptable\": \"enweghị atụ\",\n    \"unattempted\": \"anataghị\",\n    \"unattempting\": \"anataghị\",\n    \"unattendance\": \"elezighị anya\",\n    \"unattendant\": \"elezighị anya\",\n    \"unattended\": \"a na-elekwaghị anya\",\n    \"unattentive\": \"eleghi anya\",\n    \"unattentively\": \"na-elezighị anya\",\n    \"unattentiveness\": \"etinyeghị anya\",\n    \"unattenuated\": \"enwetaghị ọnụ\",\n    \"unattenuatedly\": \"n’enweghị atụ\",\n    \"unattestable\": \"nke a na-apụghị ịchọta\",\n    \"unattestedness\": \"unattestet\",\n    \"unattractable\": \"enweghị mmasị\",\n    \"unattractableness\": \"enweghị mmasị\",\n    \"unattracted\": \"adọpụtaghị\",\n    \"unattracting\": \"na-enweghị mmasị\",\n    \"unattractive\": \"na-adịghị mma ile anya\",\n    \"unattractively\": \"adighi mma\",\n    \"unattractiveness\": \"enweghị mmasị\",\n    \"unattributable\": \"enweghị ike ịgbasa\",\n    \"unattributably\": \"n’enweghị atụ\",\n    \"unattributed\": \"agbasaghị\",\n    \"unattributive\": \"enweghị atụ\",\n    \"unattributively\": \"n'usoro\",\n    \"unattributiveness\": \"Enweghị atụ\",\n    \"unaudacious\": \"akọghị akọ\",\n    \"unaudaciously\": \"enweghị akọ\",\n    \"unaudaciousness\": \"akọghị ama\",\n    \"unaudible\": \"unhununu\",\n    \"unaudibleness\": \"unkop\",\n    \"unaudibly\": \"n’enweghị ntị\",\n    \"unaudienced\": \"anughi\",\n    \"unaudited\": \"enwetaghị akwụkwọ\",\n    \"unauditioned\": \"enwetaghị akwụkwọ\",\n    \"unaugmentable\": \"-enweghị atụ\",\n    \"unaugmentative\": \"enweghị nghọta\",\n    \"unaugmented\": \"enweghị atụ\",\n    \"unaus\": \"na-atụghị anya\",\n    \"unauspicious\": \"enweghị atụ\",\n    \"unauspiciously\": \"n'echeghị echiche\",\n    \"unauspiciousness\": \"enweghị atụ\",\n    \"unaustere\": \"enweghị atụ\",\n    \"unausterely\": \"n'echeghị echiche\",\n    \"unaustereness\": \"enweghi ihe\",\n    \"unauthentic\": \"ezighi ezi\",\n    \"unauthentically\": \"n'amataghi\",\n    \"unauthenticalness\": \"ezighi ezi\",\n    \"unauthenticated\": \"ekwenyeghi\",\n    \"unauthenticity\": \"ezighi ezi\",\n    \"unauthorised\": \"enwetaghị ikike\",\n    \"unauthorish\": \"nyeghị iwu\",\n    \"unauthoritative\": \"anaghị enye ikike\",\n    \"unauthoritatively\": \"n’enweghị ikike\",\n    \"unauthoritativeness\": \"enweghị ikike\",\n    \"unauthoritied\": \"enwetaghị ikike\",\n    \"unauthoritiveness\": \"enweghị ikike\",\n    \"unauthorizable\": \"enweghị ikike\",\n    \"unauthorization\": \"inye ikike\",\n    \"unauthorize\": \"nyeghị ikike\",\n    \"unauthorized\": \"enwetaghị ikike\",\n    \"unauthorizedly\": \"n'enweghị ikike\",\n    \"unauthorizedness\": \"enweghị ikike\",\n    \"unautistic\": \"ekwesighi\",\n    \"unautographed\": \"enwetaghi ikike\",\n    \"unautomatically\": \"na-enweghị ikike\",\n    \"unautoritied\": \"enwetaghị ikike\",\n    \"unautumnal\": \"enweghị akwụkwọ\",\n    \"unavailability\": \"enweghị\",\n    \"unavailable\": \"adịghị\",\n    \"unavailableness\": \"enweghị\",\n    \"unavailably\": \"enweghị\",\n    \"unavailed\": \"enwetaghi\",\n    \"unavailful\": \"enweghị atụ\",\n    \"unavailing\": \"enweghị\",\n    \"unavailingly\": \"n'enweghị atụ\",\n    \"unavailingness\": \"enweghị atụ\",\n    \"unavengeable\": \"ekweghị ekwe omume\",\n    \"unavenged\": \"enwetaghị\",\n    \"unavenging\": \"adịghị akwụ ụgwọ\",\n    \"unavengingly\": \"n'amaghị ama\",\n    \"unavenued\": \"ekpuchighi\",\n    \"unaverage\": \"enweghị atụ\",\n    \"unaveraged\": \"achọrọ\",\n    \"unaverred\": \"echetaghị\",\n    \"unaverse\": \"enweghị atụ\",\n    \"unaverted\": \"agbaghara\",\n    \"unavertible\": \"enweghị ike ịgbanwe\",\n    \"unavertibleness\": \"enweghị atụ\",\n    \"unavertibly\": \"n'echeghị echiche\",\n    \"unavid\": \"onodu\",\n    \"unavidly\": \"n’enweghị atụ\",\n    \"unavidness\": \"enweghị ike\",\n    \"unavoidability\": \"enweghị izere\",\n    \"unavoidable\": \"izere\",\n    \"unavoidableness\": \"izere\",\n    \"unavoidably\": \"a na-apụghị izere ezere\",\n    \"unavoided\": \"atụghị\",\n    \"unavoiding\": \"enweghị atụ\",\n    \"unavouchable\": \"odighi adia\",\n    \"unavouchableness\": \"enweghị ike ịkọwa ya\",\n    \"unavouchably\": \"nnabata\",\n    \"unavouched\": \"akwadoghị\",\n    \"unavowable\": \"enweghi ike\",\n    \"unavowableness\": \"nnwetaghi ike\",\n    \"unavowably\": \"enweghị atụ\",\n    \"unavowed\": \"enweghị atụ\",\n    \"unavowedly\": \"n’etughi aka\",\n    \"unawakable\": \"enweghị ike ịgbagha agbagha\",\n    \"unawakableness\": \"enweghị ike ịgbagha agbagha\",\n    \"unawake\": \"iteta\",\n    \"unawaked\": \"ejighi aka\",\n    \"unawakened\": \"agbasaghị\",\n    \"unawakenedness\": \"enweghị ike\",\n    \"unawakening\": \"ibili\",\n    \"unawaking\": \"ebighi\",\n    \"unawardable\": \"nke a na-enweghị ike ịkọwapụta\",\n    \"unawardableness\": \"enweghị atụ\",\n    \"unawardably\": \"enweghị atụ\",\n    \"unawarded\": \"enweghị atụ\",\n    \"unaware\": \"amaghi\",\n    \"unawared\": \"n'amaghi ama\",\n    \"unawaredly\": \"n'amaghị ama\",\n    \"unawarely\": \"n'amaghi ama\",\n    \"unawareness\": \"amaghi ama\",\n    \"unawares\": \"n'amaghi ama\",\n    \"unawed\": \"enweghi ike\",\n    \"unawful\": \"enweghị atụ\",\n    \"unawfully\": \"n'enweghi nsogbu\",\n    \"unawfulness\": \"ghara ịma ihe\",\n    \"unawkward\": \"nsogbu\",\n    \"unawkwardly\": \"nkwarụ\",\n    \"unawkwardness\": \"nkwarụ\",\n    \"unawned\": \"amataghi\",\n    \"unaxed\": \"enwetaghi\",\n    \"unaxiomatically\": \"enweghị usoro\",\n    \"unaxised\": \"ejighi\",\n    \"unaxled\": \"agụpụtaghị\",\n    \"unazotized\": \"amaghị ihe\",\n    \"unbackboarded\": \"ebughachi azụ\",\n    \"unbacked\": \"weghachite\",\n    \"unbackward\": \"nkwenye\",\n    \"unbacterial\": \"nje\",\n    \"unbadgered\": \"a na-ejighị n'aka ha\",\n    \"unbadgering\": \"na-atụgharị\",\n    \"unbaffled\": \"enweghị atụ\",\n    \"unbaffling\": \"enweghị atụ\",\n    \"unbafflingly\": \"enweghị atụ\",\n    \"unbag\": \"Akpa\",\n    \"unbagged\": \"agbaghị akpa\",\n    \"unbailable\": \"enweghị ike ịkwụ ụgwọ\",\n    \"unbailed\": \"agbasaghị\",\n    \"unbait\": \"anabataghi\",\n    \"unbaited\": \"agbasaghị\",\n    \"unbaized\": \"ejighi n'aka\",\n    \"unbaked\": \"asaghị\",\n    \"unbalance\": \"ahaghị nhata\",\n    \"unbalanceable\": \"enweghị atụ\",\n    \"unbalanceably\": \"n'amaghi ama\",\n    \"unbalanced\": \"ahaghị nhata\",\n    \"unbalancement\": \"emezighị emezi\",\n    \"unbalancing\": \"emezighị emezi\",\n    \"unbalconied\": \"emezighi\",\n    \"unbaled\": \"enweghi akara\",\n    \"unbaling\": \"ikpochapu\",\n    \"unbalking\": \"igbochi\",\n    \"unbalkingly\": \"n'achọghị\",\n    \"unballasted\": \"agbasaghị\",\n    \"unballasting\": \"ibughari\",\n    \"unballoted\": \"agbasaghị\",\n    \"unbandage\": \"iwepu\",\n    \"unbandaged\": \"ejighi ya\",\n    \"unbandaging\": \"iwepu\",\n    \"unbanded\": \"agbasaghị\",\n    \"unbangled\": \"agbachitere\",\n    \"unbanished\": \"adịghị mma\",\n    \"unbankable\": \"enweghị ụgwọ\",\n    \"unbankableness\": \"enweghị ụgwọ\",\n    \"unbankably\": \"n’enweghị ego\",\n    \"unbanned\": \"na-akwadoghị\",\n    \"unbannered\": \"akwadoghị\",\n    \"unbantering\": \"ekweghị\",\n    \"unbanteringly\": \"n'amaghi\",\n    \"unbaptised\": \"a na-emeghị baptizim\",\n    \"unbaptize\": \"emeghị baptizim\",\n    \"unbaptized\": \"emeghi baptizim\",\n    \"unbarbarising\": \"imebi iwu\",\n    \"unbarbarizing\": \"enweghị atụ\",\n    \"unbarbarous\": \"na-enweghị atụ\",\n    \"unbarbarously\": \"na-enweghị atụ\",\n    \"unbarbarousness\": \"enweghị atụ\",\n    \"unbarbed\": \"unbarbar\",\n    \"unbarbered\": \"egbochighị\",\n    \"unbarded\": \"ebuputeghi\",\n    \"unbargained\": \"enweghi ego\",\n    \"unbark\": \"kpughee\",\n    \"unbarking\": \"emeghe\",\n    \"unbarrable\": \"ekweghị ekwe omume\",\n    \"unbarred\": \"unbarbar\",\n    \"unbarrel\": \"unyi\",\n    \"unbarreled\": \"unbapu\",\n    \"unbarrelled\": \"na-agbasaghị\",\n    \"unbarrenness\": \"nkwanye ugwu\",\n    \"unbarricaded\": \"enweghị iwu\",\n    \"unbarricading\": \"na-egbochi\",\n    \"unbarricadoed\": \"enweghị iwu\",\n    \"unbarring\": \"iwepu\",\n    \"unbartered\": \"enweghị ike\",\n    \"unbartering\": \"unbarbar\",\n    \"unbase\": \"enweghị nkwado\",\n    \"unbased\": \"na-akwadoghị\",\n    \"unbasedness\": \"enweghị ego\",\n    \"unbashful\": \"enweghị ike\",\n    \"unbashfully\": \"n'achọghị\",\n    \"unbashfulness\": \"enweghị ike\",\n    \"unbasket\": \"unen\",\n    \"unbasketlike\": \"unara ala\",\n    \"unbastardised\": \"emebeghi iwu\",\n    \"unbastardized\": \"emebeghi iwu\",\n    \"unbaste\": \"kpoo\",\n    \"unbasted\": \"anaghi agba\",\n    \"unbastilled\": \"emebighi\",\n    \"unbated\": \"ebighi ebi\",\n    \"unbathed\": \"ebughi\",\n    \"unbating\": \"na-agbakwunye\",\n    \"unbatted\": \"agbasaghị\",\n    \"unbatterable\": \"enweghị ike ịchịkwa\",\n    \"unbattered\": \"ebughi\",\n    \"unbattling\": \"agbasi mgba\",\n    \"unbeached\": \"enweghị atụ\",\n    \"unbeaconed\": \"emebeghi iwu\",\n    \"unbeaded\": \"ebughi ibu\",\n    \"unbeamed\": \"adighi ike\",\n    \"unbeaming\": \"ịdị ọkụ\",\n    \"unbear\": \"ibu iwe\",\n    \"unbearable\": \"edidi\",\n    \"unbearableness\": \"ndidi\",\n    \"unbearably\": \"emesia\",\n    \"unbearded\": \"enweghị nchedo\",\n    \"unbeared\": \"akpachapụghị anya\",\n    \"unbearing\": \"enweghị ndidi\",\n    \"unbears\": \"ejighi\",\n    \"unbeast\": \"akpachapụghị anya\",\n    \"unbeatable\": \"ghara imeri\",\n    \"unbeatableness\": \"enweghị ike imeri\",\n    \"unbeatably\": \"ghara imeri\",\n    \"unbeaten\": \"adighi ike\",\n    \"unbeautify\": \"nye iwu\",\n    \"unbeautified\": \"enwetaghị ikike\",\n    \"unbeautiful\": \"akpachapụghị anya\",\n    \"unbeautifully\": \"n'esighi ike\",\n    \"unbeautifulness\": \"enweghị atụ\",\n    \"unbeckoned\": \"enweghị atụ\",\n    \"unbeclouded\": \"agbasaghị\",\n    \"unbecome\": \"ekweghị\",\n    \"unbecoming\": \"enweghị atụ\",\n    \"unbecomingly\": \"n'amaghị ama\",\n    \"unbecomingness\": \"enweghị ike\",\n    \"unbedabbled\": \"enweghị ike\",\n    \"unbedaggled\": \"agbasaghị\",\n    \"unbedded\": \"agbaghị\",\n    \"unbedecked\": \"buru uzo\",\n    \"unbedewed\": \"ekwupụtaghị ya\",\n    \"unbedinned\": \"unbedined\",\n    \"unbedizened\": \"unbediz\",\n    \"unbedraggled\": \"agbasaghị\",\n    \"unbefit\": \"ekwesighi\",\n    \"unbefitting\": \"ekwesighi\",\n    \"unbefittingly\": \"ekwesighi\",\n    \"unbefittingness\": \"ekwesighi\",\n    \"unbefool\": \"unbeq\",\n    \"unbefriend\": \"emeghị enyi\",\n    \"unbefriended\": \"emeghị enyi\",\n    \"unbefringed\": \"enweghị atụ\",\n    \"unbeget\": \"agaghị echefu\",\n    \"unbeggar\": \"adịghị mma\",\n    \"unbeggarly\": \"amaghi ama\",\n    \"unbegged\": \"agbaghara\",\n    \"unbeginning\": \"na-enweghị ego\",\n    \"unbeginningly\": \"n'esighi ike\",\n    \"unbeginningness\": \"enweghị ike\",\n    \"unbegirded\": \"akpachapụghị anya\",\n    \"unbegotten\": \"amaghi nwa\",\n    \"unbegottenly\": \"n'amaghị ama\",\n    \"unbegottenness\": \"amụghị amụ\",\n    \"unbegreased\": \"agbaghị akwụkwọ\",\n    \"unbegrimed\": \"eme njem\",\n    \"unbegrudged\": \"enweghị atụ\",\n    \"unbeguiled\": \"edozighi\",\n    \"unbeguileful\": \"adighi-achịkwa iwu\",\n    \"unbeguiling\": \"na-achịkwa adịghị\",\n    \"unbehaving\": \"enweghị omume\",\n    \"unbeheaded\": \"isi\",\n    \"unbeheld\": \"eleghi anya\",\n    \"unbeholdable\": \"ekweghị\",\n    \"unbeholden\": \"ekweghị\",\n    \"unbeholdenness\": \"enweghị ike\",\n    \"unbeholding\": \"ekweghị\",\n    \"unbehoveful\": \"ekwesighi\",\n    \"unbehoving\": \"enweghị nkwanye ùgwù\",\n    \"unbeing\": \"ịdị ọcha\",\n    \"unbeknown\": \"amaghi\",\n    \"unbeknownst\": \"amaghi\",\n    \"unbelied\": \"ekwetaghị\",\n    \"unbelief\": \"ekweghi ekwe\",\n    \"unbeliefful\": \"ekweghi ekwe\",\n    \"unbelieffulness\": \"ekweghị ekwe\",\n    \"unbeliefs\": \"ekweghi-ekwe\",\n    \"unbelievability\": \"ekweghị ekwe\",\n    \"unbelievable\": \"ekweghi ekwe\",\n    \"unbelievableness\": \"ekweghị ekwe\",\n    \"unbelievably\": \"ekweghi ekwe\",\n    \"unbelieve\": \"ekweghi-ekwe\",\n    \"unbelieved\": \"ekweghi ekwe\",\n    \"unbeliever\": \"ekweghị ekwe\",\n    \"unbelievers\": \"ndị na-ekweghị ekwe\",\n    \"unbelieving\": \"ekweghi ekwe\",\n    \"unbelievingly\": \"ekweghi ekwe\",\n    \"unbelievingness\": \"ekweghị ekwe\",\n    \"unbell\": \"mepee\",\n    \"unbelligerent\": \"enweghị nghọta\",\n    \"unbelligerently\": \"n’enweghi nghọta\",\n    \"unbelonging\": \"enweghị ikike\",\n    \"unbeloved\": \"ndị a hụrụ n'anya\",\n    \"unbelt\": \"unbell\",\n    \"unbelted\": \"unbelbel\",\n    \"unbelting\": \"inyocha\",\n    \"unbemourned\": \"ewepu\",\n    \"unbend\": \"ekweghị\",\n    \"unbendable\": \"ekweghị akwụ ụgwọ\",\n    \"unbendableness\": \"ekweghị ekwe\",\n    \"unbendably\": \"ekweghị\",\n    \"unbended\": \"agbaghị aka\",\n    \"unbender\": \"ekweghị\",\n    \"unbending\": \"ekweghị\",\n    \"unbendingly\": \"na-ekweghị ekwe\",\n    \"unbendingness\": \"ekweghị ekwe\",\n    \"unbendsome\": \"adịghị akwụ ụgwọ\",\n    \"unbeneficed\": \"emezughi\",\n    \"unbeneficent\": \"enweghị ike\",\n    \"unbeneficently\": \"ezughi oke\",\n    \"unbeneficial\": \"abaghị uru\",\n    \"unbeneficially\": \"n'adighi uru\",\n    \"unbeneficialness\": \"erughị eru\",\n    \"unbenefitable\": \"enweghị uru\",\n    \"unbenefited\": \"enweghi ego\",\n    \"unbenefiting\": \"enweghị uru\",\n    \"unbenetted\": \"etinyeghị aka\",\n    \"unbenevolence\": \"enweghị mmetọ\",\n    \"unbenevolent\": \"enweghị iwu\",\n    \"unbenevolently\": \"n'adabaghi uru\",\n    \"unbenevolentness\": \"enweghị iwu\",\n    \"unbenighted\": \"eleghi anya\",\n    \"unbenignant\": \"ezighi ezi\",\n    \"unbenignantly\": \"n'amaghị ama\",\n    \"unbenignity\": \"ekwesighi\",\n    \"unbequeathed\": \"na-enweghị iwu\",\n    \"unbereaved\": \"adighi\",\n    \"unberth\": \"ezighi ezi\",\n    \"unbeseeching\": \"na-elepụghị anya\",\n    \"unbeseechingly\": \"n'emeghị anya\",\n    \"unbeseeming\": \"enweghị atụ\",\n    \"unbeseemingly\": \"n’ebughi uzo\",\n    \"unbeseemingness\": \"enweghị atụ\",\n    \"unbeseemly\": \"enweghị atụ\",\n    \"unbesought\": \"n’achọghị\",\n    \"unbespeak\": \"kwuo okwu\",\n    \"unbespoken\": \"ekwughi\",\n    \"unbesprinkled\": \"agbasaghị\",\n    \"unbestowed\": \"inyeghi onyinye\",\n    \"unbeteared\": \"a chọpụtabeghị\",\n    \"unbethought\": \"ekwesighi\",\n    \"unbetrayed\": \"emebighi emebi\",\n    \"unbetraying\": \"unbetray\",\n    \"unbetterable\": \"ihere\",\n    \"unbettered\": \"edozibeghị\",\n    \"unbeveled\": \"atụghị anya\",\n    \"unbevelled\": \"enweghị atụ\",\n    \"unbewailed\": \"na-eti mkpu\",\n    \"unbewailing\": \"Na-enweghị atụ\",\n    \"unbeware\": \"kpachara anya\",\n    \"unbewilder\": \"enweghị ike\",\n    \"unbewildered\": \"agbasaghị\",\n    \"unbewilderedly\": \"n’enweghị nsogbu ọ bụla\",\n    \"unbewildering\": \"na-agbasaghị\",\n    \"unbewilderingly\": \"n'esighi ike\",\n    \"unbewilled\": \"okwughi\",\n    \"unbewitch\": \"amaghi ama\",\n    \"unbewitched\": \"amaghi ama\",\n    \"unbewitching\": \"n'amaghi ama\",\n    \"unbewitchingly\": \"n'amaghị ama\",\n    \"unbewrayed\": \"agbasaghị\",\n    \"unbewritten\": \"edeghi ya\",\n    \"unbiasable\": \"enweghị atụ\",\n    \"unbiased\": \"ele mmadụ anya n'ihu\",\n    \"unbiasedly\": \"enweghị atụ\",\n    \"unbiasedness\": \"ele mmadụ anya n'ihu\",\n    \"unbiasing\": \"enweghị atụ\",\n    \"unbiassable\": \"enweghị ike ibugharị\",\n    \"unbiassed\": \"ebughi oke\",\n    \"unbiassedly\": \"n’enweghị ikike\",\n    \"unbiassing\": \"ebughi oke\",\n    \"unbiblical\": \"unbibible\",\n    \"unbibulous\": \"enweghị atụ\",\n    \"unbibulously\": \"n'amaghi ama\",\n    \"unbibulousness\": \"unibibity\",\n    \"unbickered\": \"ebughi\",\n    \"unbickering\": \"na-agbagha\",\n    \"unbid\": \"ekweghị\",\n    \"unbidable\": \"enweghị iwu\",\n    \"unbiddable\": \"ekweghị ekwe\",\n    \"unbidden\": \"ekweghị\",\n    \"unbigamously\": \"n'amaghị ama\",\n    \"unbigged\": \"agbasaghị\",\n    \"unbigoted\": \"agbasaghị\",\n    \"unbigotedness\": \"enweghị ike\",\n    \"unbilious\": \"enweghị nkwenye\",\n    \"unbiliously\": \"na-ekweghị ekwe\",\n    \"unbiliousness\": \"nkwenye\",\n    \"unbilled\": \"akwụghị ụgwọ\",\n    \"unbilleted\": \"emebighi\",\n    \"unbind\": \"wepụ ihe\",\n    \"unbindable\": \"ekweghị\",\n    \"unbinding\": \"na-emeghe\",\n    \"unbinned\": \"agbasaghị\",\n    \"unbiological\": \"ọrịa\",\n    \"unbirdly\": \"n'echeghị echiche\",\n    \"unbirdlike\": \"enweghị atụ\",\n    \"unbirthday\": \"ụbọchị ọmụmụ\",\n    \"unbishop\": \"bishọp\",\n    \"unbit\": \"ekweghị\",\n    \"unbiting\": \"ịgbanye\",\n    \"unbitt\": \"ekweghị\",\n    \"unbitted\": \"ekweghị\",\n    \"unbitten\": \"agbasaghị\",\n    \"unbitter\": \"ewepụghị\",\n    \"unbitting\": \"n'amaghi ama\",\n    \"unblacked\": \"agbachi\",\n    \"unblackened\": \"agbachi\",\n    \"unblade\": \"gbasaa\",\n    \"unbladed\": \"achicha\",\n    \"unblading\": \"iwepu\",\n    \"unblamability\": \"enweghị atụ\",\n    \"unblamable\": \"enweghị atụ\",\n    \"unblamableness\": \"enweghị atụ\",\n    \"unblamably\": \"enweghị atụ\",\n    \"unblamed\": \"a na-ejighi iwu\",\n    \"unblameworthy\": \"enweghị iwu\",\n    \"unblaming\": \"na-ata ụta\",\n    \"unblanched\": \"unblanke\",\n    \"unblasphemed\": \"ekwulu ekwulu\",\n    \"unblasted\": \"agbachitere\",\n    \"unbleached\": \"enweghị ike ịchọta ya\",\n    \"unbleaching\": \"enweghị ike ịkwụsị\",\n    \"unbled\": \"agbapụghị\",\n    \"unbleeding\": \"agbapụ\",\n    \"unblemishable\": \"enweghị ike ibibi\",\n    \"unblemished\": \"enweghi mmerụ\",\n    \"unblemishedness\": \"enweghị ntụpọ\",\n    \"unblemishing\": \"emebi iwu\",\n    \"unblenching\": \"enweghị ike\",\n    \"unblenchingly\": \"n'etinyeghi anya\",\n    \"unblended\": \"enweghi ike\",\n    \"unblent\": \"enweghi ike\",\n    \"unblessed\": \"ajuju\",\n    \"unblessedness\": \"enweghị atụ\",\n    \"unblest\": \"enweghị ike\",\n    \"unblighted\": \"enwu gbaa\",\n    \"unblightedly\": \"n’enweghi ìhè\",\n    \"unblightedness\": \"enweghị ìhè\",\n    \"unblinded\": \"unblind\",\n    \"unblindfolded\": \"agbachitere\",\n    \"unblinding\": \"ikpochapu\",\n    \"unblinking\": \"iwepu\",\n    \"unblinkingly\": \"n'emeghị anya\",\n    \"unblissful\": \"enweghị obi ụtọ\",\n    \"unblissfulness\": \"enweghị nkwanye ùgwù\",\n    \"unblistered\": \"enweghị ndepụta\",\n    \"unblithe\": \"blithe\",\n    \"unblithely\": \"blithely\",\n    \"unblock\": \"ịkpọghee\",\n    \"unblockaded\": \"agbachi\",\n    \"unblocked\": \"agbachi\",\n    \"unblocking\": \"ịkpọghe\",\n    \"unblooded\": \"ọbara\",\n    \"unbloody\": \"ọbara\",\n    \"unbloodied\": \"unbloodi\",\n    \"unbloodily\": \"n’enweghị ọbara\",\n    \"unbloodiness\": \"enweghị ọbara\",\n    \"unbloom\": \"unbloomed\",\n    \"unblooming\": \"unbloomed\",\n    \"unblossomed\": \"unbloomed\",\n    \"unblossoming\": \"emebighị iwu\",\n    \"unblotted\": \"unblot\",\n    \"unblottedness\": \"unblot\",\n    \"unbloused\": \"ejighi ụlọ ọrụ\",\n    \"unblown\": \"unllown\",\n    \"unblued\": \"unblu\",\n    \"unbluffable\": \"enweghị atụ\",\n    \"unblunder\": \"ikpochapu\",\n    \"unblundered\": \"ọnweghị ọnya\",\n    \"unblundering\": \"na-agbasasị\",\n    \"unblunted\": \"ewepu\",\n    \"unblurred\": \"agbachitere\",\n    \"unblush\": \"ikpochapụ\",\n    \"unblushing\": \"ikpochapu\",\n    \"unblushingness\": \"enweghị isi\",\n    \"unblusterous\": \"enweghị atụ\",\n    \"unblusterously\": \"n'emeghị ọtụtụ iwu\",\n    \"unboarded\": \"ebupughi\",\n    \"unboasted\": \"ajuju\",\n    \"unboastful\": \"enweghị obi ụtọ\",\n    \"unboastfully\": \"n'emeghị ọnụ\",\n    \"unboastfulness\": \"enweghị isi\",\n    \"unboasting\": \"na-etu ọnụ\",\n    \"unboat\": \"ubom\",\n    \"unbodied\": \"unbodi\",\n    \"unbodylike\": \"enweghị mmasị\",\n    \"unboding\": \"agbasaghị\",\n    \"unbodkined\": \"Okwesighi\",\n    \"unboggy\": \"adịghị arụ ọrụ\",\n    \"unboyishness\": \"unboy\",\n    \"unboiled\": \"asaghị\",\n    \"unboylike\": \"unboy\",\n    \"unboisterous\": \"mkpọtụ\",\n    \"unboisterously\": \"mkpọtụ\",\n    \"unboisterousness\": \"mkpọtụ\",\n    \"unbold\": \"enweghi obi ike\",\n    \"unbolden\": \"adighi ike\",\n    \"unboldly\": \"obi ike\",\n    \"unboldness\": \"enweghị obi ike\",\n    \"unbolstered\": \"ewepụghị\",\n    \"unbolt\": \"ikpoko\",\n    \"unbolted\": \"atụghị anya\",\n    \"unbolting\": \"iwepu\",\n    \"unbombarded\": \"a na-akwadoghị ya\",\n    \"unbombast\": \"bọmbụ\",\n    \"unbombastic\": \"ajuju\",\n    \"unbombastically\": \"n'emeghị ihe ọ bụla\",\n    \"unbombed\": \"bọmbụ\",\n    \"unbondable\": \"enweghị atụ\",\n    \"unbondableness\": \"enweghị atụ\",\n    \"unbonded\": \"nkekọ\",\n    \"unbone\": \"ọkpọiso\",\n    \"unboned\": \"unbonbọn\",\n    \"unbonnet\": \"eriri igwe\",\n    \"unbonneted\": \"ọnụọgụ\",\n    \"unbonneting\": \"enweghị atụ\",\n    \"unbooked\": \"agụghị akwụkwọ\",\n    \"unbookish\": \"unbook\",\n    \"unbookishness\": \"akwụkwọ\",\n    \"unbooklearned\": \"amughi akwukwo\",\n    \"unbooted\": \"ebughi ibu\",\n    \"unboraxed\": \"agbasaghị\",\n    \"unborder\": \"eriri\",\n    \"unbordered\": \"agbachitere\",\n    \"unboring\": \"na-agbasaghị\",\n    \"unborn\": \"bu n'afọ\",\n    \"unborough\": \"enweghị nsogbu\",\n    \"unborrowed\": \"ewereghị\",\n    \"unborrowing\": \"na-agbagharị\",\n    \"unbosoms\": \"ihe ngosi\",\n    \"unbothered\": \"enweghi ike\",\n    \"unbothering\": \"na-agbagha\",\n    \"unbottle\": \"kpughee\",\n    \"unbottled\": \"agbasaghị\",\n    \"unbottling\": \"agbasaghị\",\n    \"unbottom\": \"okpuru\",\n    \"unbottomed\": \"agbasaghị\",\n    \"unbought\": \"obughi\",\n    \"unboundable\": \"enweghị atụ\",\n    \"unboundableness\": \"enweghị atụ\",\n    \"unboundably\": \"enweghị atụ\",\n    \"unbounded\": \"unbound\",\n    \"unboundedly\": \"n’enweghị oke\",\n    \"unboundedness\": \"enweghị ike\",\n    \"unboundless\": \"enweghị atụ\",\n    \"unbounteous\": \"enweghị ọrụ\",\n    \"unbounteously\": \"n'enweghị onyinye\",\n    \"unbounteousness\": \"enweghị ọrụ\",\n    \"unbountiful\": \"enweghị atụ\",\n    \"unbountifully\": \"n'esemokwu\",\n    \"unbountifulness\": \"enweghị atụ\",\n    \"unbow\": \"unek\",\n    \"unbowable\": \"ekweghi\",\n    \"unbowdlerized\": \"na-akwadoghị\",\n    \"unbowed\": \"enweghị iwu\",\n    \"unboweled\": \"agbasaghị\",\n    \"unbowelled\": \"enweghị atụ\",\n    \"unbowered\": \"agbasaghị\",\n    \"unbowing\": \"ịtọpụ\",\n    \"unbowingness\": \"unboundness\",\n    \"unbowled\": \"unọk\",\n    \"unbowsome\": \"ekweghị ekwe\",\n    \"unbox\": \"igbe mbata\",\n    \"unboxed\": \"agbasaghị\",\n    \"unboxes\": \"igbe\",\n    \"unboxing\": \"ebugharị\",\n    \"unbrace\": \"mechie\",\n    \"unbraced\": \"unekweghi\",\n    \"unbracedness\": \"enweghị nkwupụta\",\n    \"unbracelet\": \"ihe mgbochi\",\n    \"unbraceleted\": \"ajuju\",\n    \"unbracing\": \"iwepụ\",\n    \"unbracketed\": \"unbara aka\",\n    \"unbragging\": \"na-achọpụta\",\n    \"unbraid\": \"akwụghị\",\n    \"unbraided\": \"enweghị atụ\",\n    \"unbraiding\": \"akpochapu\",\n    \"unbrailed\": \"unyi\",\n    \"unbrained\": \"unarachi\",\n    \"unbran\": \"mepere emepe\",\n    \"unbranched\": \"a na-ewepụghị ya\",\n    \"unbranching\": \"iwepu\",\n    \"unbrand\": \"unbranded\",\n    \"unbrandied\": \"unbranded\",\n    \"unbrave\": \"unek\",\n    \"unbraved\": \"achọghị\",\n    \"unbrawling\": \"iwepu\",\n    \"unbraze\": \"kpughee\",\n    \"unbrazenness\": \"enweghị ntụpọ\",\n    \"unbreachable\": \"enweghi ike iwepu\",\n    \"unbreachableness\": \"ekweghị ekwe omume\",\n    \"unbreachably\": \"adighi ederede\",\n    \"unbreached\": \"enweghi ike iwepu ya\",\n    \"unbreaded\": \"achịcha\",\n    \"unbreakability\": \"enweghị ike iwepu ya\",\n    \"unbreakable\": \"enweghi ike iwepu\",\n    \"unbreakableness\": \"enweghị ike ịgbagha ness\",\n    \"unbreakably\": \"enweghi ike iwepu\",\n    \"unbreakfasted\": \"agbasaghị\",\n    \"unbreaking\": \"agbawa\",\n    \"unbreast\": \"wezuga\",\n    \"unbreath\": \"iku ume\",\n    \"unbreathable\": \"enweghị ike iku ume\",\n    \"unbreathableness\": \"enweghi ike iku ume\",\n    \"unbreatheable\": \"ekweghị ekwe ekwe\",\n    \"unbreathed\": \"unhighọ\",\n    \"unbreathing\": \"na-agbake\",\n    \"unbred\": \"ejikọtaghị\",\n    \"unbreeched\": \"ekwebeghi\",\n    \"unbreeching\": \"anaghị ekwe ekwe\",\n    \"unbreezy\": \"enweghị obi ụtọ\",\n    \"unbrent\": \"enweghi obi\",\n    \"unbrewed\": \"mebiri\",\n    \"unbribable\": \"enweghị ike ibute\",\n    \"unbribableness\": \"enweghị akwụ ụgwọ\",\n    \"unbribably\": \"enweghị ego\",\n    \"unbribed\": \"agbakwunyere\",\n    \"unbribing\": \"ibunye\",\n    \"unbrick\": \"kpakpando\",\n    \"unbricked\": \"n'achọghị\",\n    \"unbridegroomlike\": \"alụghị di na nwunye\",\n    \"unbridgeable\": \"enweghị ike ịkọwa ya\",\n    \"unbridged\": \"na-agbasaghị\",\n    \"unbridle\": \"enweghị nchịkwa\",\n    \"unbridled\": \"enweghị nchịkwa\",\n    \"unbridledly\": \"enweghị nchịkwa\",\n    \"unbridledness\": \"enweghị nchịkwa ness\",\n    \"unbridles\": \"enweghị nchịkwa\",\n    \"unbridling\": \"agbasaghị\",\n    \"unbrief\": \"nkenke\",\n    \"unbriefed\": \"akọwapụtaghị ya\",\n    \"unbriefly\": \"na nkenke\",\n    \"unbriefness\": \"enweghị nkenke\",\n    \"unbrightened\": \"enwu gbaa\",\n    \"unbrightly\": \"n’enweghị ìhè\",\n    \"unbrightness\": \"unubọk\",\n    \"unbrilliant\": \"amaghi ama\",\n    \"unbrilliantly\": \"n'amaghi ama\",\n    \"unbrilliantness\": \"amaghi ama\",\n    \"unbrimming\": \"na-enweghị atụ\",\n    \"unbrined\": \"enweghị isi\",\n    \"unbristled\": \"agbaghe\",\n    \"unbrittle\": \"gbajie\",\n    \"unbrittleness\": \"enweghị ike\",\n    \"unbrittness\": \"ebighi ebi\",\n    \"unbroached\": \"enweghị njikọ\",\n    \"unbroad\": \"n'èzí\",\n    \"unbroadcast\": \"mgbasa ozi\",\n    \"unbroadcasted\": \"mgbasa ozi agbasaghị\",\n    \"unbroadened\": \"emegheghi\",\n    \"unbrocaded\": \"agbasaghị\",\n    \"unbroid\": \"eriri akwa\",\n    \"unbroidered\": \"enweghị eriri\",\n    \"unbroiled\": \"agbagha\",\n    \"unbroke\": \"agbaji\",\n    \"unbroken\": \"agbajighi\",\n    \"unbrokenly\": \"agbagha\",\n    \"unbrokenness\": \"agbajikwa\",\n    \"unbrooded\": \"agbajikwa\",\n    \"unbrooding\": \"emeghari\",\n    \"unbrookable\": \"enweghị ike ịgbagha\",\n    \"unbrookably\": \"agbagha\",\n    \"unbrothered\": \"enweghị nsogbu\",\n    \"unbrotherly\": \"nwanne\",\n    \"unbrotherliness\": \"ekwekọghị ekwekọ\",\n    \"unbrought\": \"enweghị nsogbu\",\n    \"unbrown\": \"agbaji\",\n    \"unbrowned\": \"agbaji\",\n    \"unbrowsing\": \"agbagha\",\n    \"unbruised\": \"emerụbeghị\",\n    \"unbrushable\": \"enweghị ike ikpochapụ\",\n    \"unbrushed\": \"enweghị isi\",\n    \"unbrutalising\": \"na-agbasaghị\",\n    \"unbrutalize\": \"mebie iwu\",\n    \"unbrutalized\": \"na-emeghị iwu\",\n    \"unbrutalizing\": \"na-emebighị iwu\",\n    \"unbrutify\": \"weghachite\",\n    \"unbrutise\": \"ekweghị\",\n    \"unbrutised\": \"unbrut\",\n    \"unbrutising\": \"n'emebi iwu\",\n    \"unbrutize\": \"weghachite\",\n    \"unbrutizing\": \"n'emebi iwu\",\n    \"unbuckle\": \"bukhari\",\n    \"unbuckling\": \"unbucking\",\n    \"unbudded\": \"enweghị atụ\",\n    \"unbudding\": \"mbupute\",\n    \"unbudgeability\": \"enweghị ụgwọ\",\n    \"unbudgeable\": \"enweghị ike ịgbagha\",\n    \"unbudgeableness\": \"enweghị atụ\",\n    \"unbudgeably\": \"enweghị ụgwọ\",\n    \"unbudged\": \"enweghị ụgwọ\",\n    \"unbudgeted\": \"akwadoghị\",\n    \"unbudging\": \"mbuputa\",\n    \"unbudgingly\": \"n'adịghị anya\",\n    \"unbuffered\": \"agbasaghị\",\n    \"unbuyable\": \"agaghị akwụ ụgwọ\",\n    \"unbuyableness\": \"anaghị akwụ ụgwọ\",\n    \"unbuying\": \"adịghị ahia\",\n    \"unbuild\": \"ewulite\",\n    \"unbuilded\": \"ewughi\",\n    \"unbuilding\": \"anaghị ewu ụlọ\",\n    \"unbuilds\": \"emeghi\",\n    \"unbuilt\": \"a wughi\",\n    \"unbulled\": \"agbasaghị\",\n    \"unbulletined\": \"agbasaghị\",\n    \"unbullied\": \"agbasaghị\",\n    \"unbullying\": \"ekwenyeghị\",\n    \"unbumped\": \"akpaghị aka\",\n    \"unbumptious\": \"enweghị obi ụtọ\",\n    \"unbumptiously\": \"n'amaghị ama\",\n    \"unbumptiousness\": \"enweghị isi\",\n    \"unbunched\": \"enweghị atụ\",\n    \"unbundle\": \"wepu\",\n    \"unbundled\": \"agbasighi\",\n    \"unbundles\": \"agbagọ\",\n    \"unbundling\": \"itughari\",\n    \"unbung\": \"ebupusi\",\n    \"unbungling\": \"agbasapụ\",\n    \"unbuoyant\": \"enweghị obi ụtọ\",\n    \"unbuoyantly\": \"n’enweghị ike\",\n    \"unbuoyed\": \"enweghị obi ụtọ\",\n    \"unburden\": \"ebupughi ibu\",\n    \"unburdened\": \"ebupughi ibu\",\n    \"unburdening\": \"na-ebu ibu\",\n    \"unburdenment\": \"ibu\",\n    \"unburdens\": \"ebughi ibu\",\n    \"unburdensome\": \"na-ebu ibu\",\n    \"unburdensomeness\": \"unobdensomeness\",\n    \"unbureaucratic\": \"edobeghi iwu\",\n    \"unbureaucratically\": \"n'usoro iwu\",\n    \"unburgessed\": \"achọpụtaghị\",\n    \"unburglarized\": \"enwetaghị ikike\",\n    \"unburiable\": \"nke a na-apụghị ịrafu\",\n    \"unburial\": \"olili\",\n    \"unburied\": \"ebili\",\n    \"unburlesqued\": \"agbasaghị\",\n    \"unburly\": \"adighi ike\",\n    \"unburnable\": \"unburn\",\n    \"unburnableness\": \"ekweghị ka ọ ghara ire ya\",\n    \"unburned\": \"amụghị ọkụ\",\n    \"unburning\": \"na-emeghe\",\n    \"unburnished\": \"unburn\",\n    \"unburnt\": \"unkpa\",\n    \"unburrow\": \"buru ibu\",\n    \"unburrowed\": \"ebupughi\",\n    \"unburst\": \"iwe\",\n    \"unbush\": \"kpuchie\",\n    \"unbusied\": \"ekwesighi\",\n    \"unbusted\": \"enweghị isi\",\n    \"unbustling\": \"na-akwagharị\",\n    \"unbutchered\": \"unbuthekere\",\n    \"unbutcherlike\": \"unbuthere dị\",\n    \"unbuttered\": \"enweghị ọnụ\",\n    \"unbutton\": \"mkpọchi\",\n    \"unbuttoned\": \"agbachi\",\n    \"unbuttoning\": \"emeghe\",\n    \"unbuttonment\": \"mkpọghe\",\n    \"unbuttons\": \"mkpọchi\",\n    \"unbuttressed\": \"emeghi emepe\",\n    \"unc\": \"nke\",\n    \"unca\": \"tinye\",\n    \"uncabined\": \"emebisighi\",\n    \"uncabled\": \"unwelled\",\n    \"uncacophonous\": \"aghara aghara\",\n    \"uncadenced\": \"enyochaghị\",\n    \"uncage\": \"akuku\",\n    \"uncaged\": \"ejikereghi\",\n    \"uncages\": \"agbụ\",\n    \"uncaging\": \"ekweghị\",\n    \"uncajoling\": \"agbasaghị\",\n    \"uncake\": \"achicha\",\n    \"uncaked\": \"ejighi akwa\",\n    \"uncakes\": \"achicha\",\n    \"uncaking\": \"emechaghị\",\n    \"uncalamitously\": \"n'amaghi ama\",\n    \"uncalcareous\": \"enweghị nlekọta\",\n    \"uncalculable\": \"enweghi ngụta\",\n    \"uncalculableness\": \"enweghị ike ịgbako\",\n    \"uncalculably\": \"enweghị atụ\",\n    \"uncalculated\": \"gbakọọ\",\n    \"uncalculatedly\": \"na-agbakọ\",\n    \"uncalculatedness\": \"ụkọkọtị\",\n    \"uncalculating\": \"agbakọ\",\n    \"uncalculatingly\": \"na-agbakọ\",\n    \"uncalculative\": \"emeghị eme\",\n    \"uncalendered\": \"agwakọtaghị\",\n    \"uncalibrated\": \"emeghi\",\n    \"uncalk\": \"emegharia\",\n    \"uncalked\": \"arụghị ọrụ\",\n    \"uncall\": \"unall\",\n    \"uncalled\": \"akuko\",\n    \"uncallous\": \"ezighi ezi\",\n    \"uncallously\": \"ezighi ezi\",\n    \"uncallower\": \"unallower\",\n    \"uncallused\": \"ejighi onyinye\",\n    \"uncalm\": \"ozuzu\",\n    \"uncalmative\": \"ekweghị ala\",\n    \"uncalmly\": \"enweghị nchịkwa\",\n    \"uncalmness\": \"enweghị nchekasị\",\n    \"uncalumniated\": \"agụghị akwụkwọ\",\n    \"uncalumniative\": \"emeghi eme\",\n    \"uncalumnious\": \"akuko\",\n    \"uncalumniously\": \"akuko\",\n    \"uncambered\": \"ekweghị\",\n    \"uncamerated\": \"enweghị aha\",\n    \"uncamouflaged\": \"agbasaghị\",\n    \"uncamp\": \"okpu\",\n    \"uncampaigning\": \"n'emeghị mkpọsa\",\n    \"uncamped\": \"edoghi anya\",\n    \"uncamphorated\": \"unyeghi iwu\",\n    \"uncanalized\": \"etinyereghi\",\n    \"uncancelable\": \"enweghị ike ịkwụsị\",\n    \"uncanceled\": \"na-enweghị atụ\",\n    \"uncancellable\": \"enweghị ike ịgbanwe\",\n    \"uncancelled\": \"enweghị ike\",\n    \"uncancerous\": \"enweghị atụ\",\n    \"uncandid\": \"enweghị atụ\",\n    \"uncandidly\": \"n'esepụghị aka\",\n    \"uncandidness\": \"enweghị atụ\",\n    \"uncandied\": \"enweghị ike\",\n    \"uncandled\": \"ejighi sie ya\",\n    \"uncandor\": \"onwu\",\n    \"uncandour\": \"edeghị ede\",\n    \"uncaned\": \"enweghị ike\",\n    \"uncankered\": \"enweghị ike\",\n    \"uncanned\": \"enweghị ike\",\n    \"uncanny\": \"anwansi\",\n    \"uncannier\": \"anwansi\",\n    \"uncannily\": \"n'adighi aru\",\n    \"uncanniness\": \"enweghị ọrụ\",\n    \"uncanonic\": \"eme anwansi\",\n    \"uncanonicalness\": \"anwansi\",\n    \"uncanonicity\": \"emeghị anwansi\",\n    \"uncanonisation\": \"enweghị nchịkwa\",\n    \"uncanonise\": \"anwansi\",\n    \"uncanonised\": \"enweghị ike\",\n    \"uncanonising\": \"enweghị nkwenye\",\n    \"uncanonization\": \"enweghị aha\",\n    \"uncanonize\": \"enweghị ike\",\n    \"uncanonized\": \"atụghị anya\",\n    \"uncanonizing\": \"enweghịkwa ike\",\n    \"uncanopied\": \"echeghị\",\n    \"uncantoned\": \"na-enweghị atụ\",\n    \"uncantonized\": \"na-amaghị ama\",\n    \"uncanvassably\": \"enweghị ike ịgbanwe\",\n    \"uncanvassed\": \"enweghị ike\",\n    \"uncap\": \"emeghe\",\n    \"uncapable\": \"enweghi ike\",\n    \"uncapableness\": \"enweghi ike\",\n    \"uncapably\": \"enweghị ike\",\n    \"uncapacious\": \"enweghị ikike\",\n    \"uncapaciously\": \"enweghị akọ\",\n    \"uncapaciousness\": \"enweghị ike\",\n    \"uncapacitate\": \"ikpochapu\",\n    \"uncaparisoned\": \"enweghị atụ\",\n    \"uncapering\": \"enweghị ike\",\n    \"uncapitalised\": \"unalpitalised\",\n    \"uncapitalistic\": \"enweghi obi ojoo\",\n    \"uncapitalized\": \"enweghị akwụkwọ\",\n    \"uncapitulated\": \"enweghị ike\",\n    \"uncapitulating\": \"enweghị ike\",\n    \"uncapped\": \"agbasaghị\",\n    \"uncapper\": \"kpughee\",\n    \"uncapping\": \"emeghe\",\n    \"uncapricious\": \"enweghị atụ\",\n    \"uncapriciously\": \"n’etinyeghi ego\",\n    \"uncapriciousness\": \"enweghị atụ\",\n    \"uncaps\": \"kpughee\",\n    \"uncapsizable\": \"enweghị atụ\",\n    \"uncapsized\": \"enweghị atụ\",\n    \"uncapsuled\": \"agbasaghị\",\n    \"uncaptained\": \"ekpuchighị\",\n    \"uncaptioned\": \"enwetaghị\",\n    \"uncaptious\": \"enweghị atụ\",\n    \"uncaptiously\": \"n'amaghị ama\",\n    \"uncaptiousness\": \"enweghị akọ\",\n    \"uncaptivate\": \"ekpughere\",\n    \"uncaptivated\": \"emebighi\",\n    \"uncaptivating\": \"na-emebighị ihe\",\n    \"uncaptivative\": \"enweghị okwukwe\",\n    \"uncaptived\": \"emebighi\",\n    \"uncapturable\": \"enweghị ngọpụ\",\n    \"uncaptured\": \"enwetaghị\",\n    \"uncaramelised\": \"edozighi\",\n    \"uncaramelized\": \"ekweghị\",\n    \"uncarbonated\": \"a na-etinyeghị mmanụ\",\n    \"uncarboned\": \"enweghị atụ\",\n    \"uncarbonized\": \"enweghị atụ\",\n    \"uncarbureted\": \"akpoghi\",\n    \"uncarburetted\": \"akukoghi\",\n    \"uncarded\": \"enweghị atụ\",\n    \"uncardinal\": \"onweghị atụ\",\n    \"uncardinally\": \"aghara aghara\",\n    \"uncareful\": \"elebara anya\",\n    \"uncarefully\": \"akpachapụghị anya\",\n    \"uncarefulness\": \"akpachapụghị anya\",\n    \"uncaressed\": \"edobeghi\",\n    \"uncaressing\": \"ekpuchighị\",\n    \"uncaressingly\": \"n'esighị ike\",\n    \"uncargoed\": \"ebughi\",\n    \"uncaring\": \"enweghị mmasị\",\n    \"uncarnate\": \"arụghị arụ\",\n    \"uncarnivorous\": \"enweghị atụ\",\n    \"uncarnivorously\": \"n'adighi ike\",\n    \"uncarnivorousness\": \"enweghị atụ\",\n    \"uncarolled\": \"na-enweghị ike\",\n    \"uncarousing\": \"enweghị atụ\",\n    \"uncarpentered\": \"na-atụgharịghị anya\",\n    \"uncarpeted\": \"akparaghị ihe\",\n    \"uncarriageable\": \"ekweghiekwe\",\n    \"uncarried\": \"na-agbasaghị\",\n    \"uncart\": \"ewepu\",\n    \"uncarted\": \"emeghi ya\",\n    \"uncartooned\": \"ekweghiekwe\",\n    \"uncarved\": \"a na-ekpuchighị\",\n    \"uncascaded\": \"ekwupụtaghị\",\n    \"uncascading\": \"agbasaghị\",\n    \"uncase\": \"edebeghi\",\n    \"uncased\": \"ejiribeghị\",\n    \"uncases\": \"ozuzu\",\n    \"uncashed\": \"agbasaghị\",\n    \"uncasing\": \"adịghị agwụ agwụ\",\n    \"uncask\": \"agbasaghị\",\n    \"uncasked\": \"ebughi\",\n    \"uncasketed\": \"akuko\",\n    \"uncast\": \"ekpughere\",\n    \"uncaste\": \"ekpughe\",\n    \"uncastigated\": \"agbasaghị\",\n    \"uncastigative\": \"agbasaghị\",\n    \"uncastle\": \"ekwuputa\",\n    \"uncastled\": \"agbasaghị\",\n    \"uncastrated\": \"ekpughere\",\n    \"uncasual\": \"ezighi ezi\",\n    \"uncasually\": \"n’enweghị atụ\",\n    \"uncasualness\": \"ezughị okè\",\n    \"uncataloged\": \"edebanye aha\",\n    \"uncatalogued\": \"akukoghi\",\n    \"uncatastrophic\": \"ọdachi\",\n    \"uncatastrophically\": \"na-enweghị nsogbu\",\n    \"uncatchable\": \"ekweghiekwe\",\n    \"uncatchy\": \"ejideghị\",\n    \"uncate\": \"enweghị akara\",\n    \"uncatechised\": \"ejikereghi\",\n    \"uncatechisedness\": \"edeghị ede\",\n    \"uncatechized\": \"akpachaghi anya\",\n    \"uncatechizedness\": \"enweghị atụ\",\n    \"uncategorical\": \"Enweghị aha\",\n    \"uncategorically\": \"Enweghị aha\",\n    \"uncategoricalness\": \"enweghị edemede\",\n    \"uncategorised\": \"Enweghị ngalaba\",\n    \"uncategorized\": \"Enweghị aha\",\n    \"uncatenated\": \"unatenkeghi\",\n    \"uncatered\": \"akpoghi ya\",\n    \"uncatering\": \"na-enweghị atụ\",\n    \"uncathartic\": \"enweghị atụ\",\n    \"uncathedraled\": \"enweghị atụ\",\n    \"uncatholcity\": \"ịatụbiga mmanya ókè\",\n    \"uncatholic\": \"mmanya na-egbu\",\n    \"uncatholical\": \"mmanya na-egbu\",\n    \"uncatholicalness\": \"ịatụbiga mmanya ókè\",\n    \"uncatholicise\": \"mmanya na-egbu\",\n    \"uncatholicised\": \"aatụghị mmanya\",\n    \"uncatholicising\": \"ịatụbiga mmanya ókè\",\n    \"uncatholicity\": \"ịatụbiga mmanya ókè\",\n    \"uncatholicize\": \"mmanya na-egbu\",\n    \"uncatholicized\": \"egbu egbu egbu\",\n    \"uncatholicizing\": \"ịatụbiga mmanya ókè\",\n    \"uncatholicly\": \"n'ịatụbiga mmanya ókè\",\n    \"uncaucusable\": \"enweghị ikike\",\n    \"uncaught\": \"ekwuputaghi\",\n    \"uncausable\": \"enweghị atụ\",\n    \"uncausal\": \"enweghị atụ\",\n    \"uncausative\": \"enweghị atụ\",\n    \"uncausatively\": \"n’enweghị atụ\",\n    \"uncausativeness\": \"enweghị ike\",\n    \"uncause\": \"n'ihi\",\n    \"uncaused\": \"emeghi\",\n    \"uncaustic\": \"akuko\",\n    \"uncaustically\": \"n'amaghị ama\",\n    \"uncautioned\": \"ịdọ aka ná ntị\",\n    \"uncautious\": \"akpachapụghị anya\",\n    \"uncautiously\": \"akpachapụghị anya\",\n    \"uncautiousness\": \"akpachapụghị anya\",\n    \"uncavalierly\": \"enweghị atụ\",\n    \"uncave\": \"emeghe\",\n    \"uncavernous\": \"ekpughere\",\n    \"uncavernously\": \"n'amaghi ama\",\n    \"uncaviling\": \"enweghị atụ\",\n    \"uncavilling\": \"enweghị ike\",\n    \"uncavitied\": \"ekpuchighị\",\n    \"unceasable\": \"enweghị ike ịgbagha\",\n    \"unceased\": \"adighi\",\n    \"unceasing\": \"anaghị akwụsị akwụsị\",\n    \"unceasingly\": \"n'akwụsịghị akwụsị\",\n    \"unceasingness\": \"enweghị nsogbu\",\n    \"unceded\": \"a na-ahapụ\",\n    \"unceiled\": \"ebughi\",\n    \"unceilinged\": \"unceiling\",\n    \"uncelebrated\": \"akàrà\",\n    \"uncelebrating\": \"akàrà\",\n    \"uncelibate\": \"jikọtara ọnụ\",\n    \"uncellar\": \"dị iche\",\n    \"uncemented\": \"enweghị iwu\",\n    \"uncementing\": \"ebupụ\",\n    \"uncensored\": \"echebeghị\",\n    \"uncensorious\": \"amaghi ama\",\n    \"uncensoriously\": \"n'amaghi ama\",\n    \"uncensoriousness\": \"amaghi ama\",\n    \"uncensurability\": \"enweghị atụ\",\n    \"uncensurable\": \"enweghị atụ\",\n    \"uncensurableness\": \"enweghị atụ\",\n    \"uncensured\": \"echebeghị\",\n    \"uncensuring\": \"echeghị echiche\",\n    \"uncenter\": \"etiti\",\n    \"uncentered\": \"ebughi\",\n    \"uncentralised\": \"etinyeghị\",\n    \"uncentrality\": \"ezighi ezi\",\n    \"uncentralized\": \"etinyeghị\",\n    \"uncentric\": \"adighi\",\n    \"uncentripetal\": \"ezighi ezi\",\n    \"uncereclothed\": \"uncerelotlot\",\n    \"unceremented\": \"enweghị atụ\",\n    \"unceremonious\": \"ekwekọghị ekwekọ\",\n    \"unceremoniousness\": \"enweghị nkwenye\",\n    \"unceriferous\": \"enweghị atụ\",\n    \"uncertain\": \"ejighi n'aka\",\n    \"uncertainly\": \"ejighị n'aka\",\n    \"uncertainness\": \"ejighị n'aka\",\n    \"uncertainty\": \"ejighị n'aka\",\n    \"uncertainties\": \"ejighị n'aka\",\n    \"uncertifiable\": \"enweghị nkwenye\",\n    \"uncertifiablely\": \"ejighị n'aka\",\n    \"uncertifiableness\": \"ejighị n'aka\",\n    \"uncertificated\": \"ejighi n'aka\",\n    \"uncertified\": \"ejighi n'aka\",\n    \"uncertifying\": \"ekwenyeghi\",\n    \"uncertitude\": \"ejighị n'aka\",\n    \"uncessant\": \"adighi mkpa\",\n    \"uncessantly\": \"n'esepughi\",\n    \"uncessantness\": \"enweghị mkpa\",\n    \"unchaffed\": \"unchaffff\",\n    \"unchaffing\": \"ebugharị\",\n    \"unchagrined\": \"enweghị nchịkwa\",\n    \"unchain\": \"eriri\",\n    \"unchainable\": \"enweghi ike\",\n    \"unchained\": \"unchacha\",\n    \"unchaining\": \"enweghị agba\",\n    \"unchair\": \"oche\",\n    \"unchaired\": \"ejighi oru\",\n    \"unchalked\": \"ebughi\",\n    \"unchallengable\": \"enweghị mgbagha\",\n    \"unchallengeable\": \"enweghị mgbagha\",\n    \"unchallengeableness\": \"enweghị mgbagha\",\n    \"unchallengeably\": \"enweghị mgbagha\",\n    \"unchallenged\": \"enweghị mgbagha\",\n    \"unchallenging\": \"enweghị mgbagha\",\n    \"unchambered\": \"emerụbeghị\",\n    \"unchamfered\": \"etinyereghị\",\n    \"unchampioned\": \"agaghị ama\",\n    \"unchance\": \"ebughi\",\n    \"unchanceable\": \"enweghi mgbanwe\",\n    \"unchanced\": \"agbanweghi agbanwe\",\n    \"unchancellor\": \"nchịkwa\",\n    \"unchancy\": \"enweghị ọrụ\",\n    \"unchange\": \"agbanweghi agbanwe\",\n    \"unchangeability\": \"enweghi mgbanwe\",\n    \"unchangeable\": \"enweghi mgbanwe\",\n    \"unchangeableness\": \"enweghi mgbanwe\",\n    \"unchangeably\": \"enweghi mgbanwe\",\n    \"unchanged\": \"agbanweghi agbanwe\",\n    \"unchangedness\": \"agbanweghi agbanwe\",\n    \"unchangeful\": \"mgbanwe\",\n    \"unchangefully\": \"adịghị agbanwe agbanwe\",\n    \"unchangefulness\": \"mgbanwe\",\n    \"unchanging\": \"anaghị agbanwe agbanwe\",\n    \"unchangingly\": \"n'agbanweghi\",\n    \"unchangingness\": \"agbanweghi agbanwe\",\n    \"unchanneled\": \"arụghị ọrụ\",\n    \"unchannelized\": \"ejighi ya\",\n    \"unchannelled\": \"ejighi ya\",\n    \"unchanted\": \"enwetaghi\",\n    \"unchaotic\": \"ogba aghara\",\n    \"unchaotically\": \"n'amaghi ama\",\n    \"unchaperoned\": \"akuko\",\n    \"unchaplain\": \"ekwughị okwu\",\n    \"unchapleted\": \"kocha\",\n    \"unchapped\": \"ebupughi\",\n    \"unchapter\": \"isi\",\n    \"unchaptered\": \"enweghi ikike\",\n    \"uncharacter\": \"emeghi eme\",\n    \"uncharactered\": \"akparamagwa\",\n    \"uncharacterised\": \"emeghi\",\n    \"uncharacteristic\": \"akparamagwa\",\n    \"uncharacterized\": \"akparamagwa\",\n    \"uncharge\": \"ebughi\",\n    \"unchargeable\": \"enweghị ike ịgbanye ọkụ\",\n    \"uncharged\": \"ebughi\",\n    \"uncharges\": \"ebughi\",\n    \"uncharging\": \"na-ebupụtaghachi\",\n    \"uncharily\": \"enweghị ụgwọ\",\n    \"unchariness\": \"arụghị ọrụ ọrụ\",\n    \"uncharitable\": \"enweghị ọrụ ebere\",\n    \"uncharitableness\": \"enweghị ọrụ ebere\",\n    \"uncharitably\": \"n'anaghị ego\",\n    \"uncharity\": \"ekwesighi\",\n    \"uncharmable\": \"enweghị ike ibutu ya\",\n    \"uncharmed\": \"atughi anya\",\n    \"uncharming\": \"enweghị ike\",\n    \"uncharred\": \"anaghị akwụ ụgwọ\",\n    \"uncharted\": \"enwetaghi\",\n    \"unchartered\": \"enweghi ikike\",\n    \"unchased\": \"achughi\",\n    \"unchaste\": \"adighi ọcha\",\n    \"unchastened\": \"agbaghaghi\",\n    \"unchastisable\": \"enweghị ike ịkwụ ụgwọ\",\n    \"unchastised\": \"enwoghaghi\",\n    \"unchastising\": \"anaghị akwụ ụgwọ\",\n    \"unchastity\": \"iko\",\n    \"unchattering\": \"ikpochapu\",\n    \"unchauffeured\": \"ejighi ahia\",\n    \"uncheapened\": \"a na-emebighị emebi\",\n    \"uncheaply\": \"adịkwa\",\n    \"uncheating\": \"uncheche\",\n    \"uncheckable\": \"nke a na-apụghị ịchịkwa\",\n    \"unchecked\": \"elele\",\n    \"uncheckered\": \"uncheckeke\",\n    \"uncheerable\": \"enweghi ike ichota\",\n    \"uncheered\": \"uncheche\",\n    \"uncheerful\": \"adịghị ọnụ ahịa\",\n    \"uncheerfully\": \"adataghị\",\n    \"uncheerfulness\": \"ejighị ọrụ n'aka\",\n    \"uncheeriness\": \"uncheer ọrụ\",\n    \"unchemical\": \"kemịkal\",\n    \"unchemically\": \"n'emeghị ya\",\n    \"uncherished\": \"unchercher\",\n    \"uncherishing\": \"n'achụpụ\",\n    \"unchevroned\": \"akuko\",\n    \"unchewableness\": \"unchewable\",\n    \"unchic\": \"adighi\",\n    \"unchicly\": \"n'amaghi ama\",\n    \"unchidingly\": \"n'achọghị\",\n    \"unchildish\": \"unhelish\",\n    \"unchildishly\": \"unhelishly\",\n    \"unchildishness\": \"enweghị nwata\",\n    \"unchildlike\": \"enweghị mmasị\",\n    \"unchinked\": \"echeghị echiche\",\n    \"unchippable\": \"enweghị ike ịgbagha\",\n    \"unchipping\": \"ibupute\",\n    \"unchiseled\": \"ekpuchighi\",\n    \"unchivalrous\": \"enweghị nchekasị\",\n    \"unchivalrousness\": \"unchivalness\",\n    \"unchoking\": \"emeghe\",\n    \"unchopped\": \"emeghebeghị\",\n    \"unchorded\": \"akpachaghị anya\",\n    \"unchosen\": \"enchoghi\",\n    \"unchristian\": \"Onye Kraist\",\n    \"unchristianity\": \"àgwà ndị Kraịst\",\n    \"unchristianize\": \"-abụghị onye Kraịst\",\n    \"unchristianized\": \"na-abụghị onye Kraịst\",\n    \"unchristianly\": \"agbasaghị Ndị Kraịst\",\n    \"unchristianlike\": \"nke na-abụghị nke Ndị Kraịst\",\n    \"unchristianliness\": \"àgwà ndị na-ekwesịghị Ndị Kraịst\",\n    \"unchristianness\": \"àgwà Ndị Kraịst\",\n    \"unchronic\": \"adịghị adị\",\n    \"unchronically\": \"n'udo\",\n    \"unchronicled\": \"na-akwadoghị\",\n    \"unchurch\": \"nzukọ uka\",\n    \"unchurched\": \"unchurchch\",\n    \"unchurches\": \"ụka adịghị\",\n    \"unchurching\": \"unchurch\",\n    \"unchurchly\": \"unchurch\",\n    \"unchurlishly\": \"n'achọghị\",\n    \"unchurlishness\": \"mgbasa ozi\",\n    \"unchurned\": \"akwuchisighi\",\n    \"uncial\": \"enweghị iche\",\n    \"uncially\": \"enweghị\",\n    \"uncials\": \"achaghị\",\n    \"uncicatrized\": \"enyeghị ikike\",\n    \"unciferous\": \"enweghị ume\",\n    \"unciform\": \"edoghi\",\n    \"unciforms\": \"edo\",\n    \"unciliated\": \"enweghị ike\",\n    \"uncynical\": \"ekweghị\",\n    \"uncynically\": \"n'emeghị mmụọ\",\n    \"uncinula\": \"unyila\",\n    \"uncircled\": \"a na-akpoghi anya\",\n    \"uncircuitous\": \"enweghi ike\",\n    \"uncircuitously\": \"na-enweghị atụ\",\n    \"uncircuitousness\": \"ebighi ebi\",\n    \"uncircular\": \"okpokoro\",\n    \"uncircularised\": \"agaghị agagharị\",\n    \"uncircularized\": \"ekweghiekwe\",\n    \"uncircularly\": \"na-ebighi ebi\",\n    \"uncirculated\": \"enweghi ngba\",\n    \"uncirculating\": \"agaghị agwụ agwụ\",\n    \"uncirculative\": \"na-enweghị atụ\",\n    \"uncircumcised\": \"ebighi ugwu\",\n    \"uncircumcisedness\": \"a na-ebighị úgwù ness\",\n    \"uncircumcision\": \"ebighị úgwù\",\n    \"uncircumlocutory\": \"ngagharị\",\n    \"uncircumscribable\": \"enweghị ike ịkọwapụta\",\n    \"uncircumscribed\": \"ebighị úgwù\",\n    \"uncircumscribedness\": \"ebighị úgwù\",\n    \"uncircumscript\": \"ebighi ebi\",\n    \"uncircumscriptible\": \"agaghị ebi úgwù\",\n    \"uncircumscription\": \"ebighị ebi\",\n    \"uncircumspect\": \"ebighị ebi\",\n    \"uncircumspection\": \"unyi úgwù\",\n    \"uncircumspective\": \"ebighị úgwù\",\n    \"uncircumspectly\": \"n'ebighi ugwu\",\n    \"uncircumspectness\": \"ebighi ebi\",\n    \"uncircumstanced\": \"ebighi ebi\",\n    \"uncircumstantial\": \"enweghi ugwu\",\n    \"uncircumstantialy\": \"enweghi ugwu\",\n    \"uncircumstantially\": \"enweghi ugwu\",\n    \"uncircumvented\": \"ebighi ebi\",\n    \"uncirostrate\": \"kopụ\",\n    \"uncitable\": \"enweghị ike\",\n    \"uncite\": \"adịghị n'otu\",\n    \"unciteable\": \"enweghị atụ\",\n    \"uncited\": \"agbaghị\",\n    \"uncity\": \"enweghị uche\",\n    \"uncitied\": \"emeghị\",\n    \"uncitizen\": \"edozighi\",\n    \"uncitizenly\": \"n'adighi ike\",\n    \"uncivilisable\": \"ezughi oke\",\n    \"uncivility\": \"enweghị nsogbu\",\n    \"uncivilization\": \"nhazi\",\n    \"uncivilized\": \"emeghi\",\n    \"uncivilizedly\": \"na-enweghị usoro\",\n    \"uncivilizedness\": \"enweghị iwu\",\n    \"uncivilizing\": \"adịghị arụ ọrụ\",\n    \"uncivilness\": \"ebighi ebi\",\n    \"unclad\": \"anụkọ\",\n    \"unclay\": \"anaghị ekpochapụ\",\n    \"unclayed\": \"a chọpụtaghị\",\n    \"unclaimed\": \"ekwupụtaghị\",\n    \"unclaiming\": \"ekwupụtaghị\",\n    \"unclamorous\": \"enweghị nkwupụta\",\n    \"unclamorously\": \"n'amaghị ama\",\n    \"unclamorousness\": \"enweghị nkwupụta\",\n    \"unclamp\": \"iwepu\",\n    \"unclamped\": \"ekechibidoro\",\n    \"unclamping\": \"na-agbachi\",\n    \"unclamps\": \"emechi\",\n    \"unclannish\": \"enweghị iwu\",\n    \"unclannishly\": \"n'emeghị atụmatụ\",\n    \"unclannishness\": \"enweghị nkwanye ùgwù\",\n    \"unclarified\": \"ekwupughi\",\n    \"unclarifying\": \"enweghị nkwupụta\",\n    \"unclarity\": \"enweghị nghọta\",\n    \"unclashing\": \"na-emebighị iwu\",\n    \"unclasp\": \"mepee\",\n    \"unclasped\": \"ekwuputaghi\",\n    \"unclasping\": \"ekwuputala\",\n    \"unclasps\": \"arụghị\",\n    \"unclassable\": \"enweghị ike\",\n    \"unclassableness\": \"enweghị ike\",\n    \"unclassably\": \"aghara aghara\",\n    \"unclassed\": \"akparaghị ókè\",\n    \"unclassible\": \"enweghi ike\",\n    \"unclassical\": \"enweghị atụ\",\n    \"unclassically\": \"n'emeghị iwu\",\n    \"unclassify\": \"edozighi\",\n    \"unclassifiable\": \"enweghị ike ịkwụ ụgwọ\",\n    \"unclassifiableness\": \"unclassifiable ness\",\n    \"unclassifiably\": \"enweghị ike ịkwụ ụgwọ\",\n    \"unclassification\": \"nhazi ọkwa\",\n    \"unclassified\": \"enweghị ọkwa\",\n    \"unclassifying\": \"icheghị iche\",\n    \"unclawed\": \"ekwuputaghi\",\n    \"uncle\": \"nwanne nna\",\n    \"unclead\": \"nwanne nna\",\n    \"unclean\": \"adịghị ọcha\",\n    \"uncleanable\": \"adighi ọcha\",\n    \"uncleaned\": \"adịghị ọcha\",\n    \"uncleaner\": \"adịghị ọcha\",\n    \"uncleanest\": \"nke na-adighi ọcha\",\n    \"uncleanly\": \"adịghị ọcha\",\n    \"uncleanlily\": \"adịghị ọcha\",\n    \"uncleanliness\": \"adịghị ọcha\",\n    \"uncleanness\": \"adịghị ọcha\",\n    \"uncleansable\": \"nwanne\",\n    \"uncleanse\": \"adịghị ọcha\",\n    \"uncleansed\": \"nwanne nne\",\n    \"uncleansedness\": \"nkwenye\",\n    \"unclear\": \"edoghị\",\n    \"unclearable\": \"nwanne\",\n    \"uncleared\": \"nwanne nna\",\n    \"unclearer\": \"nwanne nna\",\n    \"unclearest\": \"nwanne nna\",\n    \"unclearing\": \"nwanne nna\",\n    \"unclearly\": \"nwanne nna\",\n    \"unclearness\": \"edoghị anya\",\n    \"uncleavable\": \"nwanne\",\n    \"uncleave\": \"nwanne nna\",\n    \"uncledom\": \"okpokoro\",\n    \"uncleft\": \"nwanne ya\",\n    \"unclehood\": \"nwanne nna\",\n    \"unclement\": \"nwanne nna\",\n    \"unclemently\": \"nwanne nna\",\n    \"unclementness\": \"nwanne nna\",\n    \"unclenched\": \"agbadoghi\",\n    \"unclenches\": \"unlenches\",\n    \"unclenching\": \"anaghị edozi\",\n    \"unclergy\": \"ekweghị\",\n    \"unclergyable\": \"ekweghị akwụ ụgwọ\",\n    \"unclerical\": \"nkwenye\",\n    \"unclericalize\": \"na-eme isi\",\n    \"unclerically\": \"n'ụzọ na-enweghị isi\",\n    \"unclericalness\": \"nkwanye ùgwù\",\n    \"unclerkly\": \"n'amaghị ama\",\n    \"unclerklike\": \"echeghi\",\n    \"uncles\": \"nwanne nna\",\n    \"uncleship\": \"unclehip\",\n    \"unclever\": \"nwanne nna\",\n    \"uncleverly\": \"nwanne nna\",\n    \"uncleverness\": \"nwannwanne\",\n    \"unclew\": \"nwanne nna\",\n    \"unclick\": \"tinyeghị aka\",\n    \"uncliented\": \"na-ejighị\",\n    \"unclify\": \"edochaghị\",\n    \"unclimactic\": \"nkwenye\",\n    \"unclimaxed\": \"emechaghi\",\n    \"unclimb\": \"onodu ugwu\",\n    \"unclimbable\": \"ekweghi ekwe\",\n    \"unclimbableness\": \"ekweghị ekwe omume\",\n    \"unclimbably\": \"enweghị nsogbu\",\n    \"unclimbed\": \"ekweghị\",\n    \"unclimbing\": \"na-agbatị\",\n    \"unclinch\": \"mechie\",\n    \"unclinched\": \"ekweghị\",\n    \"unclinches\": \"ekweghiekwe\",\n    \"unclinching\": \"anaghị ekwe ekwe\",\n    \"uncling\": \"ghara\",\n    \"unclinging\": \"ghara ịdị\",\n    \"unclinical\": \"ekweghi ekwe\",\n    \"unclip\": \"okpu\",\n    \"unclipped\": \"akpachapụghị anya\",\n    \"unclipper\": \"okpokoro\",\n    \"unclipping\": \"na-ewepu\",\n    \"uncloak\": \"mepee\",\n    \"uncloakable\": \"enweghị ike iwepu\",\n    \"uncloaked\": \"agbachighị\",\n    \"uncloaking\": \"emeghi ka\",\n    \"uncloaks\": \"uwe\",\n    \"unclog\": \"mechie\",\n    \"unclogged\": \"agbachi\",\n    \"unclogging\": \"na-emechi\",\n    \"unclogs\": \"mechie\",\n    \"uncloyable\": \"enweghị ike ịkwụ ụgwọ\",\n    \"uncloyed\": \"agbapụghị anya\",\n    \"uncloying\": \"na-ekpuchi\",\n    \"uncloister\": \"asachapu\",\n    \"uncloistered\": \"edebanyeghi aha\",\n    \"uncloistral\": \"enweghị ebe obibi\",\n    \"unclosable\": \"enweghị ike imechi\",\n    \"unclose\": \"mechie\",\n    \"unclosed\": \"emechighi\",\n    \"uncloses\": \"na-emeghe\",\n    \"uncloseted\": \"emechighi\",\n    \"unclosing\": \"na-emechi\",\n    \"unclot\": \"akwa\",\n    \"unclothe\": \"uwe\",\n    \"unclothed\": \"ebughi\",\n    \"unclothedly\": \"n'emeghi akwa\",\n    \"unclothedness\": \"akwa\",\n    \"unclothes\": \"uwe\",\n    \"unclothing\": \"uwe\",\n    \"unclotted\": \"agbachitere\",\n    \"unclotting\": \"uwe\",\n    \"uncloud\": \"enweghị olu\",\n    \"unclouded\": \"enweghị olu\",\n    \"uncloudedly\": \"enweghị olu\",\n    \"uncloudedness\": \"enweghị nkwupụta\",\n    \"uncloudy\": \"enweghị olu\",\n    \"unclouding\": \"na-enweghị olu\",\n    \"unclouds\": \"enweghị olu\",\n    \"unclout\": \"mkpuchi\",\n    \"uncloven\": \"enweghị akwa\",\n    \"unclub\": \"akpoghi anya\",\n    \"unclubable\": \"enweghị nkwanye ùgwù\",\n    \"unclubbable\": \"nke anaghị ere ure\",\n    \"unclubby\": \"ekweghiekwe\",\n    \"unclustered\": \"enweghị iwu\",\n    \"unclustering\": \"nkwonkwo\",\n    \"unclutch\": \"ungbuputara\",\n    \"unclutchable\": \"enweghị ike ịgbanyụ\",\n    \"unclutched\": \"agbachapụghị anya\",\n    \"unclutter\": \"enweghị\",\n    \"uncluttered\": \"enweghị ngwakọta\",\n    \"uncluttering\": \"enweghị ngwakọta\",\n    \"uncoach\": \"mkpuchi\",\n    \"uncoachable\": \"enweghị ike ịchọta\",\n    \"uncoached\": \"enweghị ike\",\n    \"uncoacted\": \"ekpuchighị\",\n    \"uncoagulable\": \"enweghị ike ịkọwa ya\",\n    \"uncoagulating\": \"na-ekpuchi\",\n    \"uncoarsely\": \"enweghị atụ\",\n    \"uncoat\": \"kootu\",\n    \"uncoated\": \"ekpuchighi\",\n    \"uncoatedness\": \"mkpuchi\",\n    \"uncoaxable\": \"enweghị ike ịkọwapụta\",\n    \"uncoaxing\": \"akuko\",\n    \"uncock\": \"kpughee\",\n    \"uncocked\": \"akpọchi\",\n    \"uncocking\": \"ịkpọghe\",\n    \"uncocks\": \"na-emeghe\",\n    \"uncocted\": \"ekpuchighi\",\n    \"uncodded\": \"akpakọtara\",\n    \"uncoddled\": \"edozighị\",\n    \"uncoded\": \"na-akpaghị aka\",\n    \"uncodified\": \"untiwadi\",\n    \"uncoerced\": \"ekpuchighị\",\n    \"uncoffer\": \"kpughee\",\n    \"uncoffin\": \"igbe ozu\",\n    \"uncoffined\": \"enweghị mkpuchi\",\n    \"uncoffining\": \"enweghị mkpuchi\",\n    \"uncoffins\": \"mkpuchi\",\n    \"uncoffle\": \"mepee\",\n    \"uncoft\": \"kpughere\",\n    \"uncogent\": \"enweghị mkpuchi\",\n    \"uncogently\": \"n'emeghị elu\",\n    \"uncogged\": \"uncoghere\",\n    \"uncogitable\": \"agaghị ekwe omume\",\n    \"uncognisable\": \"enweghị ike ịghọta\",\n    \"uncognizable\": \"-adịghị achọpụta\",\n    \"uncognizant\": \"amataghi\",\n    \"uncognized\": \"amataghi\",\n    \"uncognoscibility\": \"enweghị ike ịghọta ya\",\n    \"uncognoscible\": \"akpokoro agba\",\n    \"uncoherent\": \"enweghị nkwekọrịta\",\n    \"uncoherently\": \"enweghị nkwekọrịta\",\n    \"uncoherentness\": \"enweghị nkwenye\",\n    \"uncohesive\": \"enweghị mkpuchi\",\n    \"uncohesively\": \"n'ikuku\",\n    \"uncohesiveness\": \"enweghị ike\",\n    \"uncoifed\": \"ebughi\",\n    \"uncoil\": \"kpughee\",\n    \"uncoiled\": \"ekpuchighị\",\n    \"uncoyly\": \"okpokoro\",\n    \"uncoiling\": \"na-ekpuchi\",\n    \"uncoined\": \"uncoins\",\n    \"uncoked\": \"agbadoghi\",\n    \"uncoking\": \"na-aokingụ\",\n    \"uncoly\": \"ikpuchi\",\n    \"uncolike\": \"akpachapụghị anya\",\n    \"uncollaborative\": \"anaghị arụkọ ọrụ\",\n    \"uncollaboratively\": \"imekọ ihe ọnụ\",\n    \"uncollapsable\": \"okwuru\",\n    \"uncollapsed\": \"agbasaghị\",\n    \"uncollapsible\": \"okwuru\",\n    \"uncollaring\": \"agbasaghị\",\n    \"uncollated\": \"ejikọtaghị ọnụ\",\n    \"uncollatedness\": \"enweghị nkwenye\",\n    \"uncollectable\": \"anakọtabeghị\",\n    \"uncollected\": \"anakọtabeghị\",\n    \"uncollectedly\": \"anakọtabeghị\",\n    \"uncollectedness\": \"anakọtaghị\",\n    \"uncollectible\": \"anakọta\",\n    \"uncollectibleness\": \"ekweghị omume\",\n    \"uncollectibles\": \"anakọtabeghị\",\n    \"uncollectibly\": \"anakọta\",\n    \"uncollective\": \"anakọtaghị\",\n    \"uncollectively\": \"anakọtaghị\",\n    \"uncolleged\": \"anakọtabeghị\",\n    \"uncolloquial\": \"ezighi ezi\",\n    \"uncollusive\": \"enweghị otu\",\n    \"uncolonial\": \"enweghị ọchịchị\",\n    \"uncolonised\": \"agbachitere\",\n    \"uncolonize\": \"emebela iwu\",\n    \"uncolonized\": \"enweghị ike\",\n    \"uncolonizing\": \"enweghị ikike\",\n    \"uncolorable\": \"enweghị ike ịgbanwe\",\n    \"uncolorably\": \"okpu\",\n    \"uncolored\": \"achaghị acha\",\n    \"uncoloredly\": \"uncoloredly adịghị akwadoro\",\n    \"uncoloredness\": \"enweghị akwụkwọ\",\n    \"uncolourable\": \"enweghị ike ịkọwa\",\n    \"uncolourably\": \"enweghị atụ\",\n    \"uncoloured\": \"mkpuchi\",\n    \"uncolouredness\": \"mkpuchi\",\n    \"uncolt\": \"unkọt\",\n    \"uncombable\": \"ekwekọghị\",\n    \"uncombatable\": \"enweghị ike ịgbagha\",\n    \"uncombatant\": \"ekwekọrịtaghị\",\n    \"uncombated\": \"agbasaghị\",\n    \"uncombative\": \"ekwekọghị\",\n    \"uncombed\": \"agbasaghị\",\n    \"uncombinable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"uncombinableness\": \"ekweghi omume\",\n    \"uncombinably\": \"enweghị atụ\",\n    \"uncombinational\": \"ejikọtaghị ọnụ\",\n    \"uncombinative\": \"edekọtaghị ọnụ\",\n    \"uncombine\": \"agbakọta\",\n    \"uncombined\": \"agbakọta\",\n    \"uncombining\": \"agbakọta\",\n    \"uncombiningness\": \"ejikọtaghị ọnụ\",\n    \"uncombustible\": \"enweghị ike ịgbagha\",\n    \"uncombustive\": \"agbasaghị\",\n    \"uncome\": \"nabata\",\n    \"uncomely\": \"ezughi oke\",\n    \"uncomelier\": \"kompelier\",\n    \"uncomeliest\": \"ezughi oke\",\n    \"uncomelily\": \"adabaghị\",\n    \"uncomeliness\": \"enweghi nsogbu\",\n    \"uncomfy\": \"kelere\",\n    \"uncomfort\": \"erughị ala\",\n    \"uncomfortable\": \"iru ala\",\n    \"uncomfortableness\": \"erughị ala\",\n    \"uncomfortably\": \"iru ala\",\n    \"uncomforted\": \"erughị ala\",\n    \"uncomforting\": \"erughị ala\",\n    \"uncomic\": \"odighi\",\n    \"uncomical\": \"ezighi ezi\",\n    \"uncomically\": \"aghara aghara\",\n    \"uncommanded\": \"akwadoghị\",\n    \"uncommandedness\": \"enweghị atụ\",\n    \"uncommanderlike\": \"dị ka ndị na-adịghị ahụkebe\",\n    \"uncommemorated\": \"akwadoghị\",\n    \"uncommemorative\": \"akwadoghị\",\n    \"uncommemoratively\": \"n'emeghị ihe ọ bụla\",\n    \"uncommenced\": \"emebeghị\",\n    \"uncommendable\": \"akwadoghị\",\n    \"uncommendableness\": \"nkwenye\",\n    \"uncommendably\": \"akwadoghị\",\n    \"uncommendatory\": \"akwadoro\",\n    \"uncommended\": \"akwadoghị\",\n    \"uncommensurability\": \"enweghị atụ\",\n    \"uncommensurable\": \"enweghị atụ\",\n    \"uncommensurableness\": \"enweghị atụ\",\n    \"uncommensurate\": \"enweghị atụ\",\n    \"uncommensurately\": \"n'amaghị ama\",\n    \"uncommented\": \"enweghị nsogbu\",\n    \"uncommenting\": \"na-agbasaghị\",\n    \"uncommerciable\": \"enweghị ike ịgbagha\",\n    \"uncommercial\": \"azụmahịa\",\n    \"uncommercially\": \"n'esemokwu\",\n    \"uncommercialness\": \"azụmahịa\",\n    \"uncommingled\": \"akwadoghi\",\n    \"uncomminuted\": \"enweghị atụ\",\n    \"uncommiserated\": \"akwadoghi\",\n    \"uncommiserating\": \"na-akwado\",\n    \"uncommiserative\": \"akwadoghị\",\n    \"uncommiseratively\": \"akwadoghị\",\n    \"uncommissioned\": \"ezigara\",\n    \"uncommitted\": \"ezughị ezu\",\n    \"uncommitting\": \"na-agbachi nkịtị\",\n    \"uncommixed\": \"Enweghị mgbagwoju anya\",\n    \"uncommodious\": \"ekwesighi\",\n    \"uncommodiously\": \"ekwesighi\",\n    \"uncommodiousness\": \"ekwesighi\",\n    \"uncommon\": \"ezughi oha\",\n    \"uncommonable\": \"ekweghi ekwe\",\n    \"uncommoner\": \"ezughi oha\",\n    \"uncommones\": \"ezughi oha onu\",\n    \"uncommonest\": \"ezughi oha\",\n    \"uncommonly\": \"ezughi oha\",\n    \"uncommonness\": \"ezughi oha\",\n    \"uncommonplace\": \"ezughi ebe\",\n    \"uncommunicable\": \"enweghị nkwurịta okwu\",\n    \"uncommunicableness\": \"enweghị nkwurịta okwu\",\n    \"uncommunicably\": \"enweghị nkwukọrịta\",\n    \"uncommunicated\": \"enweghị nkwukọrịta\",\n    \"uncommunicating\": \"enweghị nkwukọrịta\",\n    \"uncommunicative\": \"ekwughị okwu\",\n    \"uncommunicatively\": \"n'ikwu okwu\",\n    \"uncommunicativeness\": \"enweghị nkwukọrịta\",\n    \"uncommutable\": \"akwadoghi\",\n    \"uncommutative\": \"enweghị ọrụ\",\n    \"uncommutatively\": \"n'ekwadoghị\",\n    \"uncommutativeness\": \"Nkwado\",\n    \"uncommuted\": \"akwadoghị\",\n    \"uncompact\": \"emekoghi\",\n    \"uncompacted\": \"arụghị ọrụ\",\n    \"uncompahgrite\": \"edebeghi\",\n    \"uncompaniable\": \"enweghị nkwekọrịta\",\n    \"uncompanied\": \"akwadoghị\",\n    \"uncompanionability\": \"ekwekọghị ekwekọ\",\n    \"uncompanionable\": \"enweghị atụ\",\n    \"uncompanioned\": \"akpakọrịta\",\n    \"uncomparable\": \"enweghị atụ\",\n    \"uncomparableness\": \"enweghị atụ\",\n    \"uncomparably\": \"enweghị atụ\",\n    \"uncompared\": \"emume\",\n    \"uncompartmentalize\": \"gbasaghị\",\n    \"uncompartmentalized\": \"emeghi kompeni\",\n    \"uncompartmentalizes\": \"ihe mgbagwoju anya\",\n    \"uncompass\": \"agaghị agabiga\",\n    \"uncompassability\": \"enweghị atụ\",\n    \"uncompassable\": \"enweghị atụ\",\n    \"uncompassed\": \"enweghị atụ\",\n    \"uncompassion\": \"enweghị ọmịiko\",\n    \"uncompassionate\": \"enweghị ọmịiko\",\n    \"uncompassionated\": \"enweghị ọmịiko\",\n    \"uncompassionately\": \"enweghị ọmịiko\",\n    \"uncompassionateness\": \"enweghị ọmịiko\",\n    \"uncompassionating\": \"enweghị obi ọmịiko\",\n    \"uncompassioned\": \"enweghị ọmịiko\",\n    \"uncompatible\": \"kedi iche\",\n    \"uncompatibly\": \"n'ụzọ na-enweghị atụ\",\n    \"uncompellable\": \"kompeni\",\n    \"uncompelled\": \"na-agbasaghị\",\n    \"uncompelling\": \"enweghị atụ\",\n    \"uncompendious\": \"na-akwụ ụgwọ\",\n    \"uncompensable\": \"akwụghị akwụ ụgwọ\",\n    \"uncompensated\": \"akwụghị ụgwọ\",\n    \"uncompensating\": \"na-akwụ ụgwọ\",\n    \"uncompensative\": \"enweghi obi ojoo\",\n    \"uncompensatory\": \"akwụ ụgwọ\",\n    \"uncompetent\": \"-amaghi ama\",\n    \"uncompetently\": \"n'amaghị ama\",\n    \"uncompetitive\": \"asọmpi\",\n    \"uncompetitively\": \"n'amaghi aka\",\n    \"uncompetitiveness\": \"enweghị asọmpi\",\n    \"uncompiled\": \"enweghị atụ\",\n    \"uncomplacent\": \"adabaghị\",\n    \"uncomplacently\": \"n'amaghị\",\n    \"uncomplained\": \"enweghị mgbagwoju anya\",\n    \"uncomplaining\": \"agbasaghị\",\n    \"uncomplainingly\": \"n'esepughi\",\n    \"uncomplainingness\": \"agbamume\",\n    \"uncomplaint\": \"ezughị ezu\",\n    \"uncomplaisance\": \"emeghi eme\",\n    \"uncomplaisant\": \"agbasaghị\",\n    \"uncomplaisantly\": \"na-agbagha\",\n    \"uncomplemental\": \"emejuputa\",\n    \"uncomplementally\": \"na-akwadoghị\",\n    \"uncomplementary\": \"emezue\",\n    \"uncomplemented\": \"emejuputa\",\n    \"uncompletable\": \"ekweghi ukwe\",\n    \"uncomplete\": \"ezughi oke\",\n    \"uncompleted\": \"emechaghi\",\n    \"uncompletely\": \"ezughi oke\",\n    \"uncompleteness\": \"ezughị ezu\",\n    \"uncomplex\": \"mgbagwoju anya\",\n    \"uncomplexity\": \"ihe mgbagwoju anya\",\n    \"uncomplexly\": \"mgbagwoju anya\",\n    \"uncomplexness\": \"mgbagwoju anya\",\n    \"uncompliability\": \"enweghị mgbagwoju anya\",\n    \"uncompliable\": \"na-enweghị mgbagwoju anya\",\n    \"uncompliableness\": \"ekweghi ekwe\",\n    \"uncompliably\": \"na-enweghị mgbagwoju anya\",\n    \"uncompliance\": \"enweghị nkwekọrịta\",\n    \"uncompliant\": \"ekwesighi\",\n    \"uncompliantly\": \"enweghị nkwekọrịta\",\n    \"uncomplicated\": \"mgbagwoju anya\",\n    \"uncomplicatedness\": \"mgbagwoju anya\",\n    \"uncomplication\": \"ihe mgbagwoju anya\",\n    \"uncomplying\": \"agbasaghị\",\n    \"uncomplimentary\": \"enweghị mgbagwoju anya\",\n    \"uncomplimented\": \"mgbagwoju anya\",\n    \"uncomplimenting\": \"na-enweghị mgbagwoju anya\",\n    \"uncomportable\": \"akuko\",\n    \"uncomposable\": \"ekwenyeghi\",\n    \"uncomposeable\": \"ekwenyeghi\",\n    \"uncomposed\": \"adabaghị\",\n    \"uncompound\": \"agbagọ\",\n    \"uncompoundable\": \"nke a na-apụghị ịkọwa\",\n    \"uncompounded\": \"enweghị mgbagwoju anya\",\n    \"uncompoundedly\": \"enweghị nkwekọrịta\",\n    \"uncompoundedness\": \"enweghị nghọta\",\n    \"uncompounding\": \"agbasaghị\",\n    \"uncomprehend\": \"aghọtaghị\",\n    \"uncomprehended\": \"aghọtabeghị\",\n    \"uncomprehending\": \"na-enweghị nghọta\",\n    \"uncomprehendingly\": \"enweghị nghọta\",\n    \"uncomprehendingness\": \"enweghị nghọta\",\n    \"uncomprehened\": \"odighi ederede\",\n    \"uncomprehensible\": \"enweghị nghọta\",\n    \"uncomprehensibleness\": \"enweghị nghọta\",\n    \"uncomprehensibly\": \"enweghị nghọta\",\n    \"uncomprehension\": \"enweghị nghọta\",\n    \"uncomprehensive\": \"enweghị nghọta\",\n    \"uncomprehensively\": \"enweghị nghọta\",\n    \"uncomprehensiveness\": \"enweghị nghọta\",\n    \"uncompressed\": \"agwakọta\",\n    \"uncompressible\": \"enweghị ike ịkọwa ya\",\n    \"uncomprised\": \"mgbagwoju anya\",\n    \"uncomprising\": \"mgbagwoju anya\",\n    \"uncomprisingly\": \"n'emeghị ihe ijuanya\",\n    \"uncompromisable\": \"enweghị nkwekọrịta\",\n    \"uncompromised\": \"agbasaghị\",\n    \"uncompromising\": \"agbagha\",\n    \"uncompromisingly\": \"na-agbagha\",\n    \"uncompromisingness\": \"enweghị nkwekọrịta\",\n    \"uncompt\": \"ezughi oke\",\n    \"uncompulsive\": \"enweghị isi\",\n    \"uncompulsively\": \"n'esepụghị ọnụ\",\n    \"uncompulsory\": \"adịchaghị mkpa\",\n    \"uncomputable\": \"agbagha\",\n    \"uncomputableness\": \"arụghị ụka\",\n    \"uncomputably\": \"na-agbagha\",\n    \"uncomputed\": \"gbaghaara\",\n    \"uncomraded\": \"agbagha\",\n    \"unconcealable\": \"enweghị ike ịgbanwe\",\n    \"unconcealed\": \"ekpuchighi\",\n    \"unconcealedly\": \"ekpuchighị\",\n    \"unconcealing\": \"enweghị ike\",\n    \"unconcealment\": \"enweghị ike\",\n    \"unconceded\": \"ekweghị\",\n    \"unconceding\": \"enweghị nkwenye\",\n    \"unconceited\": \"enweghị nkwekọrịta\",\n    \"unconceitedly\": \"enweghị nkwekọrịta\",\n    \"unconceivable\": \"ekweghi ekwe\",\n    \"unconceivableness\": \"enweghị atụ\",\n    \"unconceivably\": \"enweghị mgbagha\",\n    \"unconceived\": \"enwetaghị nghọta\",\n    \"unconceiving\": \"enweghị nkwenye\",\n    \"unconcentrated\": \"etinyeghị uche\",\n    \"unconcentratedly\": \"enweghị uche\",\n    \"unconcentrative\": \"enweghị uche\",\n    \"unconceptual\": \"ekweghị\",\n    \"unconceptualized\": \"anabataghi ya\",\n    \"unconceptually\": \"ekweghị\",\n    \"unconcern\": \"enweghị nchegbu\",\n    \"unconcerned\": \"enweghị nchegbu\",\n    \"unconcernedly\": \"n'echebaraghị ya echiche\",\n    \"unconcernedness\": \"enweghị nchekasị\",\n    \"unconcerning\": \"enweghị nchekasị\",\n    \"unconcernment\": \"enweghị nchekasị\",\n    \"unconcertable\": \"enweghị mgbagwoju anya\",\n    \"unconcerted\": \"enweghị nsogbu\",\n    \"unconcertedly\": \"n'amaghị\",\n    \"unconcertedness\": \"enweghị nchekasị\",\n    \"unconcessible\": \"ekweghi\",\n    \"unconciliable\": \"ekweghi ekwe\",\n    \"unconciliated\": \"enweghị nkwekọrịta\",\n    \"unconciliatedness\": \"enweghị nkwekọrịta\",\n    \"unconciliating\": \"enweghị nkwekọrịta\",\n    \"unconciliative\": \"enweghị nkwekọrịta\",\n    \"unconciliatory\": \"enweghị nkwekọrịta\",\n    \"unconcludable\": \"enweghị nkwekọrịta\",\n    \"unconcluded\": \"agbachi\",\n    \"unconcludent\": \"enweghị nkwekọrịta\",\n    \"unconcluding\": \"agbakọta\",\n    \"unconcludingness\": \"enweghị nkwekọrịta\",\n    \"unconclusive\": \"enweghị nkwekọrịta\",\n    \"unconclusively\": \"enweghị nkwekọrịta\",\n    \"unconclusiveness\": \"enweghị nkwekọrịta\",\n    \"unconcocted\": \"akuko\",\n    \"unconcordant\": \"enweghị nkwekọrịta\",\n    \"unconcordantly\": \"enweghị nkwekọrịta\",\n    \"unconcreted\": \"akuko\",\n    \"unconcretely\": \"enweghị nkwekọrịta\",\n    \"unconcreteness\": \"enweghị nkwanye ùgwù\",\n    \"unconcurred\": \"ekwenyeghi\",\n    \"unconcurring\": \"enweghị nkwekọrịta\",\n    \"uncondemnable\": \"enweghi ike ikpe ikpe\",\n    \"uncondemned\": \"amaghi ikpe\",\n    \"uncondemning\": \"n'ikpeghi ikpe\",\n    \"uncondemningly\": \"n'amaghi ama\",\n    \"uncondensable\": \"enweghi ike ịgbagha\",\n    \"uncondensableness\": \"enweghị atụ\",\n    \"uncondensably\": \"enweghị atụ\",\n    \"uncondensational\": \"enweghị atụ\",\n    \"uncondensed\": \"ejighi akwukwo\",\n    \"uncondensing\": \"enweghị atụ\",\n    \"uncondescending\": \"na-enweghị atụ\",\n    \"uncondescendingly\": \"n'esepughi obula\",\n    \"uncondescension\": \"enweghị nkwekọrịta\",\n    \"uncondited\": \"enweghị atụ\",\n    \"uncondition\": \"onodu\",\n    \"unconditional\": \"onodu\",\n    \"unconditionality\": \"enweghị nkwekọrịta\",\n    \"unconditionally\": \"na-enweghị nkwenye\",\n    \"unconditionalness\": \"enweghị atụ\",\n    \"unconditionate\": \"enweghị nkwekọrịta\",\n    \"unconditionated\": \"enweghị nkwekọrịta\",\n    \"unconditionately\": \"n'enweghị ihe ọ bụla\",\n    \"unconditioned\": \"enweghị nkwenye\",\n    \"unconditionedly\": \"na-enweghị nkwekọrịta\",\n    \"unconditionedness\": \"enweghị nkwanye ugwu\",\n    \"uncondolatory\": \"enweghị atụ\",\n    \"uncondoled\": \"edozila\",\n    \"uncondoling\": \"enweghị edozi\",\n    \"uncondoned\": \"agbasaghị\",\n    \"uncondoning\": \"agbasaghị\",\n    \"unconducing\": \"na-agbakwunye\",\n    \"unconducive\": \"ekwesighi\",\n    \"unconducively\": \"ekwesighi\",\n    \"unconduciveness\": \"enweghị mmasị\",\n    \"unconducted\": \"na-eduzi\",\n    \"unconductible\": \"adabaghi iwu\",\n    \"unconductive\": \"adịghị arụ ọrụ\",\n    \"unconductiveness\": \"enweghị iwu\",\n    \"unconfected\": \"ezughi oke\",\n    \"unconfederated\": \"enweghị nkwekọrịta\",\n    \"unconfess\": \"nkwenye\",\n    \"unconfessed\": \"ekwenyeghi\",\n    \"unconfessing\": \"ekwenyeghị\",\n    \"unconfided\": \"enweghị nkọwa\",\n    \"unconfidence\": \"enweghị ntụkwasị obi\",\n    \"unconfident\": \"enweghị ntụkwasị obi\",\n    \"unconfidential\": \"enweghị nkwenye\",\n    \"unconfidentialness\": \"enweghị obi ike alness\",\n    \"unconfiding\": \"enweghị nkwenye\",\n    \"unconfine\": \"enweghị nkọwa\",\n    \"unconfined\": \"enweghị nkọwa\",\n    \"unconfinedly\": \"enweghị nkọwa\",\n    \"unconfinedness\": \"enweghị nkọwa\",\n    \"unconfinement\": \"nkwupụta\",\n    \"unconfining\": \"enweghị nkọwa\",\n    \"unconfirm\": \"ekwenyeghi\",\n    \"unconfirmability\": \"enweghị nkwenye\",\n    \"unconfirmable\": \"enweghị nkwenye\",\n    \"unconfirmative\": \"ekwenyeghi\",\n    \"unconfirmatory\": \"ekwenyeghi\",\n    \"unconfirmed\": \"ekwenyeghi\",\n    \"unconfirming\": \"ekwenyeghi\",\n    \"unconfiscable\": \"enweghị ike iweghara\",\n    \"unconfiscated\": \"anajighi\",\n    \"unconfiscatory\": \"ekwughi\",\n    \"unconflicting\": \"enweghị nkwekọrịta\",\n    \"unconflictingness\": \"enweghị nsogbu\",\n    \"unconflictive\": \"enweghị nkwekọrịta\",\n    \"unconform\": \"ekwekọghị\",\n    \"unconformability\": \"ekweghị\",\n    \"unconformable\": \"ekweghị\",\n    \"unconformableness\": \"ekweghị\",\n    \"unconformably\": \"ekwekọghị\",\n    \"unconformed\": \"adịghị agbanwe agbanwe\",\n    \"unconformedly\": \"adịghị agbanwe agbanwe\",\n    \"unconforming\": \"ekwekọghị\",\n    \"unconformism\": \"ekwekọghị\",\n    \"unconformist\": \"ekweghị\",\n    \"unconformity\": \"ekwekọghị\",\n    \"unconformities\": \"ekwekọghị\",\n    \"unconfound\": \"enweghị mgbagwoju anya\",\n    \"unconfounded\": \"enweghị isi\",\n    \"unconfoundedly\": \"enweghị isi\",\n    \"unconfounding\": \"enweghị mgbagwoju anya\",\n    \"unconfoundingly\": \"enweghị mgbagwoju anya\",\n    \"unconfrontable\": \"enweghị ihu\",\n    \"unconfronted\": \"enweghị ihu ọma\",\n    \"unconfusable\": \"enweghị mgbagha\",\n    \"unconfusably\": \"enweghị mgbagha\",\n    \"unconfused\": \"enweghị mgbagwoju anya\",\n    \"unconfusedly\": \"enweghị mgbagwoju anya\",\n    \"unconfusing\": \"enweghị mgbagwoju anya\",\n    \"unconfutability\": \"enweghị nkwenye\",\n    \"unconfutable\": \"enweghị mgbagha\",\n    \"unconfutative\": \"enweghị nkwenye\",\n    \"unconfuting\": \"enweghị nkwekọrịta\",\n    \"uncongealed\": \"akpadoghi\",\n    \"uncongenial\": \"ekweghị\",\n    \"uncongeniality\": \"ekweghị\",\n    \"uncongenially\": \"n'emeghị ihe ọ bụla\",\n    \"uncongested\": \"ekweghị\",\n    \"uncongestive\": \"ekweghị\",\n    \"unconglobated\": \"etinyeghị ọnụ\",\n    \"unconglomerated\": \"ekweghị\",\n    \"unconglutinated\": \"etinyeghị akwụkwọ\",\n    \"unconglutinative\": \"ekweghi ekwe\",\n    \"uncongratulate\": \"ekweghị\",\n    \"uncongratulated\": \"edeghị akwụkwọ\",\n    \"uncongratulating\": \"na-adịghị etinye ume\",\n    \"uncongratulatory\": \"ekweghị\",\n    \"uncongregated\": \"edeghị aha\",\n    \"uncongregational\": \"agbasaghị\",\n    \"uncongregative\": \"ekweghi ekwe\",\n    \"uncongressional\": \"enweghị nchekasị\",\n    \"uncongruous\": \"unongruous\",\n    \"uncongruously\": \"ekwekọghị ekwekọ\",\n    \"uncongruousness\": \"ezighi ezi\",\n    \"unconical\": \"ekwekọghị\",\n    \"unconjecturable\": \"enweghị atụ\",\n    \"unconjectural\": \"ekwekọghị\",\n    \"unconjectured\": \"enweghị nkwekọrịta\",\n    \"unconjoined\": \"enweghị njikọ\",\n    \"unconjugal\": \"ekwenyeghi\",\n    \"unconjugated\": \"agbagha\",\n    \"unconjunctive\": \"enweghị njikọ\",\n    \"unconjured\": \"enweghị nkwekọrịta\",\n    \"unconnected\": \"enweghị njikọ\",\n    \"unconnectedly\": \"unconnected\",\n    \"unconnectedness\": \"enweghị njikọ\",\n    \"unconnived\": \"ekwenyeghi\",\n    \"unconniving\": \"enweghị nkwekọrịta\",\n    \"unconnotative\": \"ekwenyeghi\",\n    \"unconquerable\": \"enweghi ike imeri ya\",\n    \"unconquerableness\": \"enweghị atụ\",\n    \"unconquerably\": \"enweghị mmeri\",\n    \"unconquered\": \"enweghi mmeri\",\n    \"unconquest\": \"enweghị mmeri\",\n    \"unconscienced\": \"amaghi\",\n    \"unconscient\": \"amaghị ihe\",\n    \"unconscientious\": \"amaghị ihe\",\n    \"unconscientiously\": \"n'amaghị ama\",\n    \"unconscientiousness\": \"akọghị akọ\",\n    \"unconscionability\": \"enweghị nkwenye\",\n    \"unconscionable\": \"enweghị uche\",\n    \"unconscionableness\": \"nkwenye\",\n    \"unconscionably\": \"n’enweghị atụ\",\n    \"unconscious\": \"amaghị ihe ọ bụla\",\n    \"unconsciously\": \"amaghi ama\",\n    \"unconsciousness\": \"amaghi ama\",\n    \"unconsecrate\": \"akwadoghị\",\n    \"unconsecrated\": \"enweghị iwu\",\n    \"unconsecratedly\": \"n'etinyeghi ya\",\n    \"unconsecratedness\": \"enweghị iwu\",\n    \"unconsecration\": \"enweghị iwu\",\n    \"unconsecrative\": \"enweghị iwu\",\n    \"unconsecutive\": \"enweghị usoro\",\n    \"unconsecutively\": \"n'usoro n'usoro\",\n    \"unconsent\": \"enweghị uche\",\n    \"unconsentaneous\": \"unosentaneous\",\n    \"unconsentaneously\": \"n'esepụghị anya\",\n    \"unconsentaneousness\": \"enweghị nkwanye ùgwù\",\n    \"unconsented\": \"ekweghị\",\n    \"unconsentient\": \"enweghi uche\",\n    \"unconsenting\": \"ekweghị\",\n    \"unconsequential\": \"enweghị isi\",\n    \"unconsequentially\": \"enweghị nsogbu\",\n    \"unconsequentialness\": \"enweghị nsogbu\",\n    \"unconservable\": \"ekweghị\",\n    \"unconservative\": \"echeghị echiche\",\n    \"unconservatively\": \"na-akwadoghị\",\n    \"unconservativeness\": \"echeghị echiche\",\n    \"unconserved\": \"echekwaghị\",\n    \"unconserving\": \"echeghị echekwa\",\n    \"unconsiderable\": \"enweghị atụ\",\n    \"unconsiderablely\": \"enweghị atụ\",\n    \"unconsiderate\": \"echebaraghị echiche\",\n    \"unconsiderately\": \"echeghị echiche\",\n    \"unconsiderateness\": \"enweghị atụ\",\n    \"unconsidered\": \"echeghị echiche\",\n    \"unconsideredly\": \"echeghị echiche\",\n    \"unconsideredness\": \"echeghị echiche\",\n    \"unconsidering\": \"echebaraghị echiche\",\n    \"unconsideringly\": \"na-atụgharị uche\",\n    \"unconsignable\": \"ekweghiekwe\",\n    \"unconsigned\": \"edebanyeghi aha\",\n    \"unconsistent\": \"ekweghị\",\n    \"unconsociable\": \"enweghị ike ijikọ\",\n    \"unconsociated\": \"enweghị njikọ\",\n    \"unconsolability\": \"enweghị nkwekọrịta\",\n    \"unconsolable\": \"ekweghi\",\n    \"unconsolably\": \"enweghị nkwenye\",\n    \"unconsolatory\": \"enweghị nkasi obi\",\n    \"unconsoled\": \"enweghị nkasi obi\",\n    \"unconsolidated\": \"agbasaghị\",\n    \"unconsolidating\": \"anaghị edozi\",\n    \"unconsolidation\": \"enweghị nkwenye\",\n    \"unconsoling\": \"enweghị uche\",\n    \"unconsolingly\": \"n’emeghị nkwanye ùgwù\",\n    \"unconsonancy\": \"nnabata\",\n    \"unconsonant\": \"enweghi uche\",\n    \"unconsonantly\": \"onkonsonso\",\n    \"unconsonous\": \"enweghi uche\",\n    \"unconspicuous\": \"enweghị atụ\",\n    \"unconspicuously\": \"n’amaghị ama\",\n    \"unconspicuousness\": \"amaghị ihe ọ bụla\",\n    \"unconspired\": \"akwụ ụgwọ\",\n    \"unconspiring\": \"na-adịghị akwụ ụgwọ\",\n    \"unconspiringly\": \"amaghi ama\",\n    \"unconspiringness\": \"enweghị ike ọgwụgwụ\",\n    \"unconstancy\": \"enweghị nkwenye\",\n    \"unconstant\": \"ekweghị\",\n    \"unconstantly\": \"n'esepụghị aka\",\n    \"unconstantness\": \"enweghị nkwekọrịta\",\n    \"unconstellated\": \"nkwenye\",\n    \"unconstipated\": \"enweghị nkwenye\",\n    \"unconstituted\": \"enweghị iwu\",\n    \"unconstitutional\": \"ekwekọghị n'ụkpụrụ\",\n    \"unconstitutionalism\": \"ekwekọghị n'ụkpụrụ\",\n    \"unconstitutionality\": \"ekwekọghị n'ụkpụrụ\",\n    \"unconstrained\": \"ejidere ya\",\n    \"unconstrainedly\": \"n'adighi ike\",\n    \"unconstrainedness\": \"enweghị nchịkwa\",\n    \"unconstraining\": \"enweghị nkwekọrịta\",\n    \"unconstraint\": \"ejidere ya\",\n    \"unconstricted\": \"enweghị nkwekọrịta\",\n    \"unconstrictive\": \"na-arụ ọrụ\",\n    \"unconstruable\": \"inconstruable\",\n    \"unconstructed\": \"enweghị ụkpụrụ\",\n    \"unconstructive\": \"adịghị arụ ọrụ\",\n    \"unconstructively\": \"enweghị usoro\",\n    \"unconstrued\": \"enweghị ụkpụrụ\",\n    \"unconsular\": \"anụ ahụ\",\n    \"unconsult\": \"enweghị isi\",\n    \"unconsultable\": \"enweghị ike ịchọta\",\n    \"unconsultative\": \"enweghị nkwenye\",\n    \"unconsultatory\": \"na-akwadoghị\",\n    \"unconsulted\": \"na-akpọghị\",\n    \"unconsulting\": \"enweghị atụ\",\n    \"unconsumable\": \"enweghi ike iche\",\n    \"unconsumed\": \"n'emeghi ozu\",\n    \"unconsuming\": \"anaghị eri ume\",\n    \"unconsummate\": \"emecha\",\n    \"unconsummated\": \"emechaghi iwu\",\n    \"unconsummately\": \"n'emezughị\",\n    \"unconsummative\": \"enweghị nkwenye\",\n    \"unconsumptive\": \"ekweghị\",\n    \"unconsumptively\": \"echeghị echekwa\",\n    \"uncontacted\": \"akpọghị\",\n    \"uncontagious\": \"anaghị efe efe\",\n    \"uncontagiously\": \"amaghi ama\",\n    \"uncontainable\": \"ekweghi\",\n    \"uncontainableness\": \"enweghi ness\",\n    \"uncontainably\": \"enweghị nkwekọrịta\",\n    \"uncontained\": \"enweghị nsogbu\",\n    \"uncontaminable\": \"enweghị nhicha\",\n    \"uncontaminate\": \"emebighi\",\n    \"uncontaminated\": \"enweghi mmetuta\",\n    \"uncontaminative\": \"enweghị mmetọ\",\n    \"uncontemned\": \"achịkwaghị achịkwa\",\n    \"uncontemnedly\": \"a na-akwadoghị ya\",\n    \"uncontemning\": \"anaghị akwụ ụgwọ\",\n    \"uncontemningly\": \"n'emeghị mmehie\",\n    \"uncontemplable\": \"enweghị atụ\",\n    \"uncontemplated\": \"enweghị atụ\",\n    \"uncontemplative\": \"enweghị atụ\",\n    \"uncontemplatively\": \"n'atụghị egwu\",\n    \"uncontemplativeness\": \"enweghị atụ\",\n    \"uncontemporaneous\": \"agụghị akwụkwọ\",\n    \"uncontemporaneously\": \"dịkọrọ ndụ\",\n    \"uncontemporaneousness\": \"ịdị na-agụ akwụkwọ\",\n    \"uncontemporary\": \"oge a\",\n    \"uncontemptibility\": \"ekweghị\",\n    \"uncontemptible\": \"enweghi ike igbochi ya\",\n    \"uncontemptibleness\": \"enweghị nkwanye ugwu\",\n    \"uncontemptibly\": \"n'emeghị ya emee\",\n    \"uncontemptuous\": \"enweghị atụ\",\n    \"uncontemptuously\": \"n'emeghị ya iko\",\n    \"uncontemptuousness\": \"enweghị atụ\",\n    \"uncontended\": \"agbasaghị\",\n    \"uncontending\": \"enweghị nchịkwa\",\n    \"uncontent\": \"enweghị afọ ojuju\",\n    \"uncontentable\": \"ekweghị\",\n    \"uncontented\": \"enweghị afọ ojuju\",\n    \"uncontentedly\": \"ekweghị\",\n    \"uncontentedness\": \"enweghị afọ ojuju\",\n    \"uncontenting\": \"enweghị afọ ojuju\",\n    \"uncontentingness\": \"enweghị afọ ojuju\",\n    \"uncontentious\": \"enweghị afọ ojuju\",\n    \"uncontentiously\": \"enweghị afọ ojuju\",\n    \"uncontentiousness\": \"enweghị afọ ojuju\",\n    \"uncontestability\": \"enweghị nkwenye\",\n    \"uncontestable\": \"enweghị ihe ịma aka\",\n    \"uncontestablely\": \"a na-agbagha\",\n    \"uncontestableness\": \"enweghị nkwekọrịta\",\n    \"uncontestably\": \"n'emeghị ihe ịma aka\",\n    \"uncontestant\": \"ekweghi\",\n    \"uncontested\": \"na-adịghị asọmpi\",\n    \"uncontestedly\": \"n’aghaghi\",\n    \"uncontestedness\": \"enweghị nkwekọrịta\",\n    \"uncontiguous\": \"enweghị nkwekọrịta\",\n    \"uncontiguously\": \"n'esemokwu\",\n    \"uncontiguousness\": \"enweghị nkwekọrịta\",\n    \"uncontinence\": \"eriri afọ\",\n    \"uncontinent\": \"eriri afọ\",\n    \"uncontinented\": \"ekwenyeghi\",\n    \"uncontinently\": \"ekwesighi\",\n    \"uncontingent\": \"enweghị obi abụọ\",\n    \"uncontingently\": \"n'ụzọ na-enweghị isi\",\n    \"uncontinual\": \"kwụsị\",\n    \"uncontinually\": \"mgbe niile\",\n    \"uncontinued\": \"akwụsịla\",\n    \"uncontinuous\": \"adịghị akwụsị akwụsị\",\n    \"uncontinuously\": \"n'akwụsịghị akwụsị\",\n    \"uncontorted\": \"achịkwaghị achịkwa\",\n    \"uncontortedly\": \"achịkwaghị achịkwa\",\n    \"uncontortioned\": \"enweghị nkwenye\",\n    \"uncontortive\": \"enweghị nkwenye\",\n    \"uncontoured\": \"emebeghi\",\n    \"uncontract\": \"agbasaghị\",\n    \"uncontracted\": \"ejighi ya\",\n    \"uncontractedness\": \"enweghị nkwekọrịta\",\n    \"uncontractile\": \"enweghị nkwekọrịta\",\n    \"uncontradictable\": \"enweghị mgbagha\",\n    \"uncontradictablely\": \"enweghị mgbagha\",\n    \"uncontradictableness\": \"ekweghị ekwe ekwe\",\n    \"uncontradictably\": \"enweghị mgbagha\",\n    \"uncontradicted\": \"agbagha\",\n    \"uncontradictedly\": \"n'emeghị ya\",\n    \"uncontradictious\": \"ekweghi ekwe\",\n    \"uncontradictive\": \"ekweghị\",\n    \"uncontradictory\": \"emegideghị\",\n    \"uncontrastable\": \"enweghị mgbagwoju anya\",\n    \"uncontrasted\": \"enweghị mgbagwoju anya\",\n    \"uncontrasting\": \"enweghị nkwekọrịta\",\n    \"uncontrastive\": \"enweghị nkwekọrịta\",\n    \"uncontrastively\": \"enweghị nkwekọrịta\",\n    \"uncontributed\": \"agbasaghị\",\n    \"uncontributing\": \"anaghị enyefe\",\n    \"uncontributive\": \"agbasaghị\",\n    \"uncontributively\": \"agbasaghị\",\n    \"uncontributiveness\": \"agbasaghị\",\n    \"uncontributory\": \"enweghị nchịkwa\",\n    \"uncontrite\": \"enweghị akwụkwọ\",\n    \"uncontriteness\": \"enweghị nchịkwa\",\n    \"uncontrived\": \"ejighi ya\",\n    \"uncontriving\": \"anaghị achịkwa\",\n    \"uncontrol\": \"enweghị nchịkwa\",\n    \"uncontrollability\": \"enweghị nchịkwa\",\n    \"uncontrollable\": \"enweghị nchịkwa\",\n    \"uncontrollableness\": \"enweghị nchịkwa\",\n    \"uncontrollably\": \"enweghị nchịkwa\",\n    \"uncontrolled\": \"enweghị nchịkwa\",\n    \"uncontrolledly\": \"enweghị nchịkwa\",\n    \"uncontrolledness\": \"enweghị nchịkwa\",\n    \"uncontrolling\": \"enweghị nchịkwa\",\n    \"uncontroversial\": \"enweghị mgbagha\",\n    \"uncontroversially\": \"n'esemokwu\",\n    \"uncontrovertable\": \"enweghi ike igbochi ya\",\n    \"uncontrovertableness\": \"enweghi ike igbochi ya\",\n    \"uncontrovertably\": \"enweghi ike igbochi ya\",\n    \"uncontroverted\": \"ejighi ya\",\n    \"uncontrovertedly\": \"agbachitere\",\n    \"uncontrovertible\": \"enweghị ike ịchịkwa\",\n    \"uncontrovertibleness\": \"enweghị ike ịchịkwa ya\",\n    \"uncontrovertibly\": \"enweghị nchịkwa\",\n    \"uncontumacious\": \"ekweghị ekwe\",\n    \"uncontumaciously\": \"n'aghachighị\",\n    \"uncontumaciousness\": \"ekweghị ekwe\",\n    \"unconveyable\": \"enweghị akwụ ụgwọ\",\n    \"unconveyed\": \"ekweghị\",\n    \"unconvenable\": \"ekweghị\",\n    \"unconvened\": \"agbakọta\",\n    \"unconvenience\": \"enweghị ntụsara ahụ\",\n    \"unconvenient\": \"adabaghi\",\n    \"unconveniently\": \"ekwesighi\",\n    \"unconvening\": \"enweghị nkwekọrịta\",\n    \"unconventional\": \"ekwekọghị\",\n    \"unconventionality\": \"enweghị nkwekọrịta\",\n    \"unconventionalities\": \"enweghị nkwekọrịta\",\n    \"unconventionalized\": \"enweghị nkwekọrịta\",\n    \"unconventioned\": \"enweghị nkwekọrịta\",\n    \"unconverged\": \"enweghị atụ\",\n    \"unconvergent\": \"enweghị nkwekọrịta\",\n    \"unconverging\": \"agbakọ\",\n    \"unconversable\": \"enweghị mgbagha\",\n    \"unconversableness\": \"enweghị mgbagha\",\n    \"unconversably\": \"enweghị mgbagha\",\n    \"unconversance\": \"enweghị nkwekọrịta\",\n    \"unconversant\": \"enweghị nkwekọrịta\",\n    \"unconversational\": \"mkparịta ụka\",\n    \"unconversing\": \"emeghe\",\n    \"unconversion\": \"mgbanwe\",\n    \"unconvert\": \"emeghe\",\n    \"unconverted\": \"agbanweghi\",\n    \"unconvertedly\": \"enweghị nkwekọrịta\",\n    \"unconvertedness\": \"enweghị nkwekọrịta\",\n    \"unconvertibility\": \"enweghị ike ịgbanwe agbanwe\",\n    \"unconvertible\": \"enweghị ike ịgbanwe agbanwe\",\n    \"unconvertibleness\": \"enweghị ike ịgbanwe agbanwe\",\n    \"unconvertibly\": \"enweghị nkwekọrịta\",\n    \"unconvicted\": \"ekwenyeghi\",\n    \"unconvicting\": \"ekweghị\",\n    \"unconvictive\": \"enweghị nkwekọrịta\",\n    \"unconvince\": \"ekwenyeghi\",\n    \"unconvinced\": \"ekwenyeghi\",\n    \"unconvincedly\": \"ekwenyeghi\",\n    \"unconvincedness\": \"ekwenyeghi\",\n    \"unconvincibility\": \"enweghị nkwenye\",\n    \"unconvincible\": \"ekweghị\",\n    \"unconvincing\": \"ekwenyeghi\",\n    \"unconvincingly\": \"ekwenyeghi\",\n    \"unconvincingness\": \"ekwenyeghi\",\n    \"unconvoyed\": \"enweghị olu\",\n    \"unconvolute\": \"enweghị nkwekọrịta\",\n    \"unconvoluted\": \"enweghị nkwenye\",\n    \"unconvolutely\": \"enweghị nkwekọrịta\",\n    \"unconvulsed\": \"enweghị nsogbu\",\n    \"unconvulsive\": \"enweghị nkwekọrịta\",\n    \"unconvulsively\": \"enweghị isi\",\n    \"unconvulsiveness\": \"enweghị nkwenye\",\n    \"uncookable\": \"enweghi ike\",\n    \"uncooked\": \"esighe\",\n    \"uncool\": \"unyi\",\n    \"uncooled\": \"ajụghị oyi\",\n    \"uncoop\": \"okpu\",\n    \"uncooped\": \"edebeghị\",\n    \"uncooperating\": \"adịghị arụ ọrụ\",\n    \"uncooperative\": \"ekwenyeghi\",\n    \"uncooperatively\": \"n'ikwekọghị ọnụ\",\n    \"uncooperativeness\": \"arụghị ọrụ\",\n    \"uncoopered\": \"edebeghị\",\n    \"uncooping\": \"ekweghị\",\n    \"uncoordinate\": \"ichikota\",\n    \"uncoordinated\": \"ejikọtaghị ọnụ\",\n    \"uncoordinately\": \"n'adabereghị\",\n    \"uncoordinateness\": \"enweghị nkwekọrịta\",\n    \"uncope\": \"mkpuchi\",\n    \"uncopiable\": \"enweghị ike ịpiomi ya\",\n    \"uncopyable\": \"Enweghị ego\",\n    \"uncopied\": \"enupughi\",\n    \"uncopious\": \"akpoko\",\n    \"uncopyrighted\": \"Nwepu ikike\",\n    \"uncoquettishness\": \"uncoquettishị\",\n    \"uncord\": \"enweghi ike\",\n    \"uncorded\": \"ekweghị\",\n    \"uncordial\": \"onwu\",\n    \"uncordiality\": \"ekweghị\",\n    \"uncordially\": \"aghara aghara\",\n    \"uncordialness\": \"ekweghị n'ihe ọ bụla\",\n    \"uncording\": \"-edobeghi\",\n    \"uncore\": \"etuto\",\n    \"uncored\": \"kpuchido\",\n    \"uncoring\": \"adịghị echekwa\",\n    \"uncork\": \"anụ ọkụ\",\n    \"uncorked\": \"arụghị ọrụ\",\n    \"uncorker\": \"enweghị ike ịrụ ọrụ\",\n    \"uncorking\": \"anaghị arụ ọrụ\",\n    \"uncorks\": \"arụghị ọrụ\",\n    \"uncorned\": \"ejighi akwa\",\n    \"uncorner\": \"buru ibu\",\n    \"uncornered\": \"ejikọtaghị ọnụ\",\n    \"uncorporal\": \"nnweta\",\n    \"uncorpulent\": \"ekweghi\",\n    \"uncorpulently\": \"okpokoro\",\n    \"uncorrect\": \"edozighi\",\n    \"uncorrectable\": \"Edozighi\",\n    \"uncorrectablely\": \"edeghị edezi\",\n    \"uncorrected\": \"edozighi\",\n    \"uncorrectible\": \"Edozighi\",\n    \"uncorrective\": \"anaghị edozi\",\n    \"uncorrectly\": \"ezighi ezi\",\n    \"uncorrectness\": \"edozi adighi\",\n    \"uncorrelated\": \"enweghị njikọ\",\n    \"uncorrelatedly\": \"na-agbakwunye\",\n    \"uncorrelative\": \"ekweghị\",\n    \"uncorrelatively\": \"na-akwadoghị\",\n    \"uncorrelativeness\": \"ekweghị ekwe omume\",\n    \"uncorrelativity\": \"arụghị ọrụ\",\n    \"uncorrespondency\": \"ekwekọghị ekwekọ\",\n    \"uncorrespondent\": \"ekwesighi\",\n    \"uncorresponding\": \"ekwekọghị ekwekọ\",\n    \"uncorrespondingly\": \"kwekọghị ekwekọ\",\n    \"uncorridored\": \"edozighi\",\n    \"uncorrigible\": \"enweghị ike ịkwụsị\",\n    \"uncorrigibleness\": \"ekweghị ekwe ekwe\",\n    \"uncorrigibly\": \"arụghị ọrụ nchịkwa\",\n    \"uncorroborant\": \"ekwenyeghi\",\n    \"uncorroborated\": \"ekwenyeghi\",\n    \"uncorroborative\": \"ekwenyeghi\",\n    \"uncorroboratively\": \"ekwenyeghi\",\n    \"uncorroboratory\": \"ekwesighi\",\n    \"uncorroded\": \"edozie\",\n    \"uncorrugated\": \"okpokoro\",\n    \"uncorrupt\": \"etuto\",\n    \"uncorrupted\": \"emebighi\",\n    \"uncorruptedly\": \"aghara aghara\",\n    \"uncorruptedness\": \"mmebi iwu\",\n    \"uncorruptibility\": \"ekweghị emebi emebi\",\n    \"uncorruptible\": \"ereghi emebi\",\n    \"uncorruptibleness\": \"ekweghị emebi\",\n    \"uncorruptibly\": \"n'emebighị iwu ya\",\n    \"uncorrupting\": \"emebie\",\n    \"uncorruption\": \"enweghị nchịkwa\",\n    \"uncorruptive\": \"enweghị nchịkwa\",\n    \"uncorruptly\": \"aghara aghara\",\n    \"uncorruptness\": \"mmebi iwu\",\n    \"uncorven\": \"ekweghị\",\n    \"uncos\": \"unco\",\n    \"uncosseted\": \"enweghi ego\",\n    \"uncost\": \"uwe\",\n    \"uncostliness\": \"uncostiness\",\n    \"uncottoned\": \"akpukpo aru\",\n    \"uncouch\": \"iku ume\",\n    \"uncouched\": \"enweghị ume\",\n    \"uncouching\": \"enweghị ume\",\n    \"uncounselable\": \"enweghị ike ịkọwa ya\",\n    \"uncounseled\": \"akpoghi\",\n    \"uncounsellable\": \"enweghị ike ịkọwa ya\",\n    \"uncounselled\": \"akwadoghị\",\n    \"uncountable\": \"enweghị ike ịgụta ọnụ\",\n    \"uncountableness\": \"enweghị atụ\",\n    \"uncountably\": \"enweghị atụ\",\n    \"uncounted\": \"agụtabeghị\",\n    \"uncountenanced\": \"enweghị ike ịgụta ọnụ\",\n    \"uncounteracted\": \"enwetaghị ọrụ\",\n    \"uncountervailed\": \"agbachitere\",\n    \"uncountess\": \"ịgụta ọnụ\",\n    \"uncountrified\": \"enweghị ike ịgụta ọnụ\",\n    \"uncoupled\": \"akwadoghi\",\n    \"uncoupling\": \"agbakọta\",\n    \"uncourageous\": \"enweghị ume\",\n    \"uncourageously\": \"n’atụghị egwu\",\n    \"uncourageousness\": \"uko\",\n    \"uncoursed\": \"enweghị ume\",\n    \"uncourted\": \"ekpuchighị\",\n    \"uncourteousness\": \"enweghị nkwanye ùgwù\",\n    \"uncourtierlike\": \"uncourtier dị ka\",\n    \"uncourting\": \"ikpuchi\",\n    \"uncouthly\": \"ekwughị okwu\",\n    \"uncouthness\": \"enweghị isi\",\n    \"uncovenable\": \"enweghị ike ịchọta\",\n    \"uncovenant\": \"ọgbụgba ndụ\",\n    \"uncovenanted\": \"anabataghi\",\n    \"uncover\": \"kpughee\",\n    \"uncoverable\": \"enweghị ike ịchọta\",\n    \"uncovered\": \"ekwuchi\",\n    \"uncoveredly\": \"ekpuchisighi\",\n    \"uncovering\": \"ekpughe\",\n    \"uncovers\": \"kpughee\",\n    \"uncoveted\": \"ekpuchisighi\",\n    \"uncoveting\": \"ikpuchi\",\n    \"uncovetousness\": \"uncovetous\",\n    \"uncowed\": \"ejighi ya\",\n    \"uncracked\": \"agbachi\",\n    \"uncradled\": \"enweghị iwu\",\n    \"uncrafty\": \"emebighe\",\n    \"uncraftiness\": \"enweghị ọrụ\",\n    \"uncraggy\": \"arụghị ọrụ\",\n    \"uncram\": \"unyi\",\n    \"uncramp\": \"enweghị nhicha\",\n    \"uncramped\": \"edebeghị\",\n    \"uncrampedness\": \"enweghị nsogbu\",\n    \"uncranked\": \"echeghi\",\n    \"uncrannied\": \"enweghị iwu\",\n    \"uncrate\": \"edeghị\",\n    \"uncrated\": \"edeghị aha\",\n    \"uncrates\": \"achịcha\",\n    \"uncrating\": \"na-agba ume\",\n    \"uncravatted\": \"agbasaghị\",\n    \"uncraven\": \"enweghị atụ\",\n    \"uncraving\": \"na-achaghị acha\",\n    \"uncravingly\": \"enweghị atụ\",\n    \"uncrazed\": \"unara\",\n    \"uncrazy\": \"aghara\",\n    \"uncream\": \"enweghị mmiri\",\n    \"uncreased\": \"nke a na-edeghị ede\",\n    \"uncreatability\": \"enweghị ike igbochi ya\",\n    \"uncreatable\": \"enweghị ike ịgwọ\",\n    \"uncreatableness\": \"enweghi ike igbochi ya\",\n    \"uncreate\": \"arụghị arụ\",\n    \"uncreated\": \"ekeghị eke\",\n    \"uncreatedness\": \"enweghị ike\",\n    \"uncreates\": \"enweghị ọgwụ\",\n    \"uncreating\": \"adịghị eke\",\n    \"uncreation\": \"kpochapu\",\n    \"uncreative\": \"enweghị atụ\",\n    \"uncreatively\": \"enweghị ọgwụgwọ\",\n    \"uncreativeness\": \"enweghị ike\",\n    \"uncreativity\": \"enweghị ike ime ihe\",\n    \"uncreaturely\": \"enweghị nkwanye\",\n    \"uncredentialed\": \"edebeghị akwụkwọ\",\n    \"uncredentialled\": \"enweghị akwụkwọ\",\n    \"uncredibility\": \"enweghị nkwenye\",\n    \"uncredible\": \"enweghị nkwenye\",\n    \"uncredibly\": \"enweghị atụ\",\n    \"uncredit\": \"enweghị akwụ ụgwọ\",\n    \"uncreditable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"uncreditableness\": \"enweghị nkwanye ùgwù\",\n    \"uncreditably\": \"enweghị atụ\",\n    \"uncredited\": \"enweghị nkwenye\",\n    \"uncrediting\": \"anaghị akwụ ụgwọ\",\n    \"uncredulous\": \"ekweghi ekwe\",\n    \"uncredulously\": \"n'adaghị iwu\",\n    \"uncredulousness\": \"enweghị nchịkwa\",\n    \"uncreeping\": \"enweghị atụ\",\n    \"uncreosoted\": \"megharia\",\n    \"uncrest\": \"agbasaghị\",\n    \"uncrested\": \"ejikọtaghị\",\n    \"uncrevassed\": \"emeghee\",\n    \"uncrib\": \"edebanye aha\",\n    \"uncribbed\": \"ekweghị\",\n    \"uncribbing\": \"na-ewepu\",\n    \"uncried\": \"ejighi akwa\",\n    \"uncrying\": \"na-emebighị\",\n    \"uncrime\": \"enweghị ntụ\",\n    \"uncriminal\": \"enweghị atụ\",\n    \"uncriminally\": \"enweghị iwu\",\n    \"uncringing\": \"ghara igbochi\",\n    \"uncrinkle\": \"atughari\",\n    \"uncrinkled\": \"akpọnwụghị\",\n    \"uncrinkling\": \"enweghị atụ\",\n    \"uncrippled\": \"enweghị ederede\",\n    \"uncrisp\": \"nzuzu\",\n    \"uncrystaled\": \"aghara aghara\",\n    \"uncrystalled\": \"enweghị eriri\",\n    \"uncrystalline\": \"enweghị eriri\",\n    \"uncrystallisable\": \"enweghị ike iwepu ya\",\n    \"uncrystallizability\": \"enweghị ike ịkwụsị\",\n    \"uncrystallizable\": \"enweghị ike iwepu ya\",\n    \"uncrystallized\": \"iwepu\",\n    \"uncritical\": \"enweghị nkatọ\",\n    \"uncritically\": \"enweghị nkatọ\",\n    \"uncriticalness\": \"enweghị nkwenye\",\n    \"uncriticisable\": \"akatọghị\",\n    \"uncriticisably\": \"enweghị nkatọ\",\n    \"uncriticised\": \"akatọghi\",\n    \"uncriticising\": \"adịghị akatọ\",\n    \"uncriticisingly\": \"na-akatọ\",\n    \"uncriticism\": \"nkatọ\",\n    \"uncriticizable\": \"enweghị akatọ\",\n    \"uncriticizably\": \"enweghị nkwenye\",\n    \"uncriticized\": \"akatọghị\",\n    \"uncriticizing\": \"na-akatọ\",\n    \"uncriticizingly\": \"n'etinyeghị aka\",\n    \"uncrochety\": \"amaghi ama\",\n    \"uncrook\": \"enweghị\",\n    \"uncrooked\": \"agbachi\",\n    \"uncrookedly\": \"gbagọrọ agbagọ\",\n    \"uncrooking\": \"na-ekpuchi\",\n    \"uncropped\": \"ejikọtaghị\",\n    \"uncropt\": \"ejikọtaghị\",\n    \"uncross\": \"akuku\",\n    \"uncrossable\": \"nke a na-akwatu akwu\",\n    \"uncrossableness\": \"nkwonkwo\",\n    \"uncrossed\": \"akuku\",\n    \"uncrosses\": \"akuku\",\n    \"uncrossexaminable\": \"agaghị ekwe omume\",\n    \"uncrossexamined\": \"unossexamined\",\n    \"uncrossing\": \"na-agafe\",\n    \"uncrossly\": \"aghara\",\n    \"uncrowded\": \"igwe mmadụ\",\n    \"uncrown\": \"akpọnwụghị\",\n    \"uncrowned\": \"akpọnwụghị\",\n    \"uncrowning\": \"na-emebighị iwu\",\n    \"uncrowns\": \"akpokoro\",\n    \"uncrucified\": \"amaghi\",\n    \"uncrudded\": \"enweghị atụ\",\n    \"uncrude\": \"mebie\",\n    \"uncrudely\": \"n'ụzọ na-enweghị isi\",\n    \"uncrudeness\": \"enweghị nkwanye ùgwù\",\n    \"uncrudity\": \"enweghị isi\",\n    \"uncruel\": \"onwu\",\n    \"uncruelly\": \"enweghị nchịkwa\",\n    \"uncruelness\": \"enweghi obi\",\n    \"uncrumbled\": \"na-emebibeghị\",\n    \"uncrumple\": \"enweghi ike\",\n    \"uncrumpled\": \"na-emebibeghị\",\n    \"uncrumpling\": \"agbasaghị\",\n    \"uncrushable\": \"emebi emebi\",\n    \"uncrushed\": \"Ighapu\",\n    \"uncrusted\": \"enweghị ntụkwasị obi\",\n    \"uncs\": \"unc\",\n    \"unct\": \"unkt\",\n    \"unction\": \"nkeji\",\n    \"unctionless\": \"enweghị atụ\",\n    \"unctions\": \"agbaji\",\n    \"unctiousness\": \"enweghị mmasị\",\n    \"unctorian\": \"mahadum\",\n    \"unctorium\": \"okpokoro\",\n    \"unctuosity\": \"ekwesighi\",\n    \"unctuousness\": \"unọmba\",\n    \"uncubbed\": \"agbasaghị\",\n    \"uncubic\": \"enweghị atụ\",\n    \"uncubical\": \"enweghi ncheta\",\n    \"uncubically\": \"n'esepụghị aka\",\n    \"uncubicalness\": \"enweghị atụ\",\n    \"uncuckold\": \"akuko\",\n    \"uncuckolded\": \"ekeghi iwu\",\n    \"uncudgeled\": \"enweghị atụ\",\n    \"uncudgelled\": \"enweghị atụ\",\n    \"uncuffed\": \"akpachapughi anya\",\n    \"uncular\": \"okpokoro\",\n    \"unculled\": \"kpụrụ\",\n    \"uncullibility\": \"ekweghi ekwe\",\n    \"uncullible\": \"ekweghi ekwe\",\n    \"unculpable\": \"enweghi ike iwepu ya\",\n    \"unculted\": \"agbasaghị\",\n    \"uncultivability\": \"enweghị atụ\",\n    \"uncultivable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"uncultivatable\": \"nke a na-apụghị ịkọwapụta\",\n    \"uncultivate\": \"enweghị atụ\",\n    \"uncultivated\": \"arụghị ọrụ\",\n    \"uncultivatedness\": \"arụghị ọrụ\",\n    \"uncultivation\": \"arụghị ọrụ\",\n    \"unculturable\": \"enweghị atụ\",\n    \"unculture\": \"ozuzu\",\n    \"uncultured\": \"ejighi omenala\",\n    \"unculturedness\": \"aru adighi\",\n    \"uncumber\": \"apịtị\",\n    \"uncumbered\": \"agbasaghị\",\n    \"uncumbrous\": \"enweghị atụ\",\n    \"uncumbrously\": \"unumbburu\",\n    \"uncumbrousness\": \"enweghị nkwarụ\",\n    \"uncumulative\": \"enweghị akwụkwọ\",\n    \"uncunning\": \"enweghi ike\",\n    \"uncunningly\": \"n'emeghị atụmatụ\",\n    \"uncunningness\": \"enweghị atụ\",\n    \"uncupped\": \"akpachapughi anya\",\n    \"uncurable\": \"enweghị ngwọta\",\n    \"uncurableness\": \"ekweghị ekwe ngwọta\",\n    \"uncurably\": \"enweghị atụ\",\n    \"uncurb\": \"etuto\",\n    \"uncurbable\": \"enweghị ike ịgbanwe\",\n    \"uncurbed\": \"ekweghi\",\n    \"uncurbedly\": \"n'esepụghị aka\",\n    \"uncurbing\": \"na-egbo mkpa\",\n    \"uncurbs\": \"enweghị ego\",\n    \"uncurd\": \"enweghị atụ\",\n    \"uncurdled\": \"enweghị usoro\",\n    \"uncurdling\": \"anaghị ekwe ka\",\n    \"uncured\": \"ịkọghị\",\n    \"uncurious\": \"ekweghiekwe\",\n    \"uncuriously\": \"n'amaghị ama\",\n    \"uncurled\": \"ekweghi\",\n    \"uncurling\": \"anaghị ekwe\",\n    \"uncurls\": \"ekweghị\",\n    \"uncurrent\": \"anaghị adịkwa\",\n    \"uncurrently\": \"aghara aghara\",\n    \"uncurrentness\": \"enweghị nsogbu\",\n    \"uncurricularized\": \"enweghị akwụkwọ\",\n    \"uncurried\": \"enweghị akwụkwọ\",\n    \"uncurse\": \"adighi\",\n    \"uncursed\": \"na-abụghị ọnụ\",\n    \"uncursing\": \"adịghị akwụ ụgwọ\",\n    \"uncurtailable\": \"enweghị nkwanye ugwu\",\n    \"uncurtailably\": \"na-enweghị nkwanye ugwu\",\n    \"uncurtailed\": \"nkwudo\",\n    \"uncurtain\": \"untaintain\",\n    \"uncurtained\": \"-enweghị akwụkwọ\",\n    \"uncurved\": \"ekweghi\",\n    \"uncurving\": \"adịghị agwụ agwụ\",\n    \"uncusped\": \"uncuscus\",\n    \"uncustomable\": \"ekweghị\",\n    \"uncustomary\": \"ezighi ezi\",\n    \"uncustomarily\": \"n’adighi\",\n    \"uncustomariness\": \"enweghị ọrụ\",\n    \"uncustomed\": \"ekweghị\",\n    \"uncut\": \"bipu\",\n    \"uncute\": \"nke a dighi\",\n    \"uncuth\": \"okpu\",\n    \"uncuticulate\": \"echeghị echiche\",\n    \"uncuttable\": \"ekweghị\",\n    \"undabbled\": \"agbasaghị\",\n    \"undaggled\": \"enweghị ike\",\n    \"undaily\": \"enweghị nsogbu\",\n    \"undaintiness\": \"enweghị ọrụ\",\n    \"undallying\": \"anaghị adịkwa adị\",\n    \"undamageable\": \"adighi emebi emebi\",\n    \"undamaged\": \"emerụghị\",\n    \"undamaging\": \"na-emebi emebi\",\n    \"undamasked\": \"agbasaghị\",\n    \"undammed\": \"emerighi ahu\",\n    \"undamming\": \"na-emebi\",\n    \"undamn\": \"adighi mma\",\n    \"undamnified\": \"adighi ọcha\",\n    \"undampable\": \"enweghị ike ịgbanwe\",\n    \"undamped\": \"emerụghị\",\n    \"undampened\": \"mebiri emebi\",\n    \"undanceable\": \"enweghị atụ\",\n    \"undancing\": \"ịdị ọcha\",\n    \"undandled\": \"enweghị ihe ọ bụla\",\n    \"undangered\": \"enwetaghị\",\n    \"undangerous\": \"adịghị ize ndụ\",\n    \"undangerously\": \"enweghị ihe egwu\",\n    \"undangerousness\": \"enweghị nsogbu\",\n    \"undapper\": \"emepụtaghị\",\n    \"undappled\": \"enwetaghị\",\n    \"undaring\": \"-ezighị ezi\",\n    \"undaringly\": \"n'adaghị anya\",\n    \"undark\": \"ibuputa\",\n    \"undarken\": \"wepu\",\n    \"undarkened\": \"gbasaa\",\n    \"undarned\": \"enweghị ihe ọ bụla\",\n    \"undashed\": \"atara anya\",\n    \"undatable\": \"enweghi ike iwepu ya\",\n    \"undate\": \"kpughere\",\n    \"undateable\": \"ekweghị\",\n    \"undated\": \"ewepụtaghị\",\n    \"undatedness\": \"enweghị oge\",\n    \"undaughter\": \"nwa nwa\",\n    \"undaughterly\": \"na-achị ọchị\",\n    \"undaughterliness\": \"enweghị obi ụtọ\",\n    \"undauntable\": \"enweghị mgbagha\",\n    \"undaunted\": \"enweghị atụ\",\n    \"undauntedly\": \"n’atụghị egwu\",\n    \"undauntedness\": \"enweghị atụ\",\n    \"undaunting\": \"enweghị atụ\",\n    \"undawning\": \"enweghị atụ\",\n    \"undazed\": \"ejikọtaghị\",\n    \"undazing\": \"enweghị atụ\",\n    \"undazzling\": \"enweghị atụ\",\n    \"undead\": \"anwụ anwụ\",\n    \"undeadly\": \"n'adighi nma\",\n    \"undealable\": \"enweghị ike ịkwụ ụgwọ\",\n    \"undealt\": \"adighi ike\",\n    \"undebarred\": \"achọpụtaghị\",\n    \"undebatable\": \"enweghị mgbagha\",\n    \"undebatably\": \"enweghị mgbagha\",\n    \"undebated\": \"enweghị nsogbu\",\n    \"undebilitated\": \"enweghị ike\",\n    \"undebilitating\": \"na-agbagha\",\n    \"undebilitative\": \"ekweghị\",\n    \"undebited\": \"ọnweghị ego\",\n    \"undecadent\": \"adabaghi\",\n    \"undecadently\": \"aghara aghara\",\n    \"undecayable\": \"enweghị ike ịkwụ ụgwọ\",\n    \"undecayableness\": \"undecaibleness\",\n    \"undecayed\": \"akpọnwụghị\",\n    \"undecayedness\": \"arụghị ọrụ\",\n    \"undecaying\": \"emeghi\",\n    \"undeceased\": \"edebeghị\",\n    \"undeceitful\": \"enweghị aghụghọ\",\n    \"undeceitfully\": \"n'amaghị ama\",\n    \"undeceitfulness\": \"enweghị atụ\",\n    \"undeceivability\": \"enweghị ụgwọ ọrụ\",\n    \"undeceivable\": \"enweghị atụ\",\n    \"undeceivableness\": \"enweghị atụ\",\n    \"undeceivably\": \"enweghị mgbagha\",\n    \"undeceive\": \"ekweghị\",\n    \"undeceived\": \"anabataghị\",\n    \"undeceiver\": \"onye aghụghọ\",\n    \"undeceives\": \"ekweghị\",\n    \"undeceiving\": \"enweghị echiche\",\n    \"undecency\": \"ezughị okè\",\n    \"undecent\": \"adighi mma\",\n    \"undecently\": \"n'adataghị uru\",\n    \"undeceptious\": \"ekweta\",\n    \"undeceptitious\": \"ekweta\",\n    \"undeceptive\": \"adighi eduhie\",\n    \"undeceptively\": \"n'aghughi\",\n    \"undecidable\": \"enweghị atụ\",\n    \"undecide\": \"mkpebi\",\n    \"undecided\": \"emeghi mkpebi\",\n    \"undecidedly\": \"enweghị mkpebi\",\n    \"undecidedness\": \"enweghị mkpebi\",\n    \"undeciding\": \"enweghị mkpebi\",\n    \"undecimal\": \"erughị eru\",\n    \"undecipherability\": \"enweghị nghọta\",\n    \"undecipherable\": \"enweghị atụ\",\n    \"undecipherably\": \"n'amaghị ama\",\n    \"undeciphered\": \"enweghị nkọwa\",\n    \"undecision\": \"ebughi oke\",\n    \"undecisive\": \"ekpebie\",\n    \"undecisiveness\": \"enweghị mkpebi\",\n    \"undecked\": \"enweghị ike\",\n    \"undeclaimed\": \"ekwuputaghi\",\n    \"undeclaiming\": \"ikwupụta\",\n    \"undeclare\": \"ekwuputaghi\",\n    \"undeclared\": \"ekwuputaghi\",\n    \"undeclinable\": \"ekweghị\",\n    \"undeclined\": \"enweghị nkọwa\",\n    \"undeclining\": \"edebeghị\",\n    \"undecocted\": \"achọtabeghị\",\n    \"undecomposable\": \"enweghị atụ\",\n    \"undecompounded\": \"enweghị isi\",\n    \"undecorated\": \"edozighi\",\n    \"undecorative\": \"ịchọ mma\",\n    \"undecorous\": \"ihe ịchọ mma\",\n    \"undecorousness\": \"enweghị ọrụ\",\n    \"undecreased\": \"edebeghị\",\n    \"undecreasing\": \"enweghị nkọwa\",\n    \"undecreasingly\": \"n'adighi ike\",\n    \"undecree\": \"ekwenyeghi\",\n    \"undecreed\": \"ekwenyeghi\",\n    \"undecretive\": \"ekwetaghị\",\n    \"undecried\": \"undecred\",\n    \"undedicate\": \"ewepụtaghị\",\n    \"undedicated\": \"etinyeghị onwe ya\",\n    \"undeduced\": \"eleda anya\",\n    \"undeducted\": \"ewepu\",\n    \"undeductible\": \"enweghị ụgwọ ọrụ\",\n    \"undeductive\": \"enweghị aghụghọ\",\n    \"undeductively\": \"n'adighi nma\",\n    \"undee\": \"n'okpuru\",\n    \"undeeded\": \"enweghị isi\",\n    \"undeemed\": \"enwetaghị\",\n    \"undeep\": \"akuko\",\n    \"undeepened\": \"emebeghị\",\n    \"undeeply\": \"n'edeghị anya\",\n    \"undefaced\": \"echebeghị\",\n    \"undefalcated\": \"enwetaghi\",\n    \"undefatigable\": \"enweghị ike ịgbanwe\",\n    \"undefaulted\": \"enwetaghị\",\n    \"undefaulting\": \"ewepu\",\n    \"undefeasible\": \"enweghị atụ\",\n    \"undefeatable\": \"enweghị atụ\",\n    \"undefeatableness\": \"enweghị atụ\",\n    \"undefeatably\": \"enweghị atụ\",\n    \"undefeatedly\": \"undefeyly\",\n    \"undefeatedness\": \"undefeness\",\n    \"undefecated\": \"enweghị atụ\",\n    \"undefectible\": \"ezughị oke\",\n    \"undefective\": \"ezughị oke\",\n    \"undefectively\": \"ezughị oke\",\n    \"undefectiveness\": \"ezughị okè\",\n    \"undefendable\": \"enweghị ike ịgbaghara\",\n    \"undefendableness\": \"enweghị atụ\",\n    \"undefendant\": \"ekweghị\",\n    \"undefended\": \"echekwara\",\n    \"undefending\": \"agaghị akwụ ụgwọ\",\n    \"undefensed\": \"enwetaghi ikike\",\n    \"undefensible\": \"enweghị ike ịgbagha agbagha\",\n    \"undefensibleness\": \"ekwenyeghi\",\n    \"undefensive\": \"adighi ego\",\n    \"undefensively\": \"n’enweghị ego\",\n    \"undefensiveness\": \"undefensive\",\n    \"undeferrable\": \"agaghị ekwe omume\",\n    \"undeferrably\": \"ekwesighi\",\n    \"undeferred\": \"edebeghị\",\n    \"undefiable\": \"enweghị mgbagha\",\n    \"undefiably\": \"a na-apụghị ịgbagha agbagha\",\n    \"undefiant\": \"ekweghị\",\n    \"undefiantly\": \"n'amaghị ama\",\n    \"undeficient\": \"ezughi oke\",\n    \"undeficiently\": \"ezughị ezu\",\n    \"undefied\": \"akọwaghị\",\n    \"undefilable\": \"enweghị ike ịkọwa\",\n    \"undefiled\": \"akọwaghị\",\n    \"undefiledly\": \"a na-emerụghị emerụ\",\n    \"undefiledness\": \"mmeme,\",\n    \"undefinability\": \"enweghị nkọwa\",\n    \"undefinable\": \"enweghị nkọwa\",\n    \"undefinableness\": \"enweghị nkọwa\",\n    \"undefinably\": \"enweghị nkọwa\",\n    \"undefine\": \"akọwaghị\",\n    \"undefined\": \"akọwaghị\",\n    \"undefinedly\": \"a na-akọwaghị ya\",\n    \"undefinedness\": \"enweghị nkọwa\",\n    \"undefinite\": \"enweghi ngwụcha\",\n    \"undefinitely\": \"n'amaghi ama\",\n    \"undefiniteness\": \"enweghị nkọwa\",\n    \"undefinitive\": \"ekwesighi\",\n    \"undefinitively\": \"n'amaghi ama\",\n    \"undefinitiveness\": \"ezughị ezu\",\n    \"undeflectable\": \"ekweghiekwe\",\n    \"undeflected\": \"a na-ewepụghị\",\n    \"undeflowered\": \"agbasaghị\",\n    \"undeformable\": \"ekweghị\",\n    \"undeformed\": \"undeform\",\n    \"undeformedness\": \"arụghị ọrụ\",\n    \"undefrayed\": \"agbasaghị\",\n    \"undeftly\": \"n'agha\",\n    \"undeftness\": \"enweghị ike\",\n    \"undegenerate\": \"enweghị ike\",\n    \"undegenerateness\": \"ekwesighi\",\n    \"undegenerating\": \"adịghị agbanwe agbanwe\",\n    \"undegenerative\": \"n'agha\",\n    \"undegraded\": \"agbasaghị\",\n    \"undegrading\": \"agbasaghị\",\n    \"undeify\": \"weta\",\n    \"undeification\": \"ịdị n'otu\",\n    \"undeifying\": \"ịdị n'otu\",\n    \"undejected\": \"n'enyemaka\",\n    \"undejectedly\": \"n'enyemaka\",\n    \"undejectedness\": \"enweghị nsogbu\",\n    \"undelayed\": \"n'adighi anya\",\n    \"undelayedly\": \"n'atughi oge\",\n    \"undelaying\": \"igbu oge\",\n    \"undelayingly\": \"n'egbughị oge\",\n    \"undelectable\": \"ekweleghi\",\n    \"undelectably\": \"ekwekọrịtaghị\",\n    \"undelegated\": \"enweghị ikike\",\n    \"undeleted\": \"ehichapụghị\",\n    \"undeleterious\": \"adighi ike\",\n    \"undeleteriously\": \"adighi ike\",\n    \"undeleteriousness\": \"nhichapụ iwu\",\n    \"undeliberate\": \"n'emebighị iwu\",\n    \"undeliberated\": \"ekwughị\",\n    \"undeliberately\": \"n'amaghị ama\",\n    \"undeliberateness\": \"enweghị nchekwube\",\n    \"undeliberating\": \"n'emebighị iwu\",\n    \"undeliberatingly\": \"n'emebighị iwu\",\n    \"undeliberative\": \"ekwenyeghi\",\n    \"undeliberatively\": \"n'emebighị iwu\",\n    \"undeliberativeness\": \"ekwenyeghi\",\n    \"undelible\": \"ekweghi ekwe\",\n    \"undelicious\": \"obi uto\",\n    \"undeliciously\": \"n’enweghi obi uto\",\n    \"undelighted\": \"obi ụtọ\",\n    \"undelightful\": \"adighi enwe obi uto\",\n    \"undelightfully\": \"n'enyemaka\",\n    \"undelightfulness\": \"adabaghi adaba\",\n    \"undelightsome\": \"enweghị obi ụtọ\",\n    \"undelylene\": \"Ugboro abụọ\",\n    \"undelimited\": \"enwetaghị ihe\",\n    \"undelineable\": \"enweghị atụ\",\n    \"undelineated\": \"ewepu\",\n    \"undelineative\": \"na-enweghị atụ\",\n    \"undelinquent\": \"ekwesighi\",\n    \"undelinquently\": \"ekweghi ekwe\",\n    \"undeliriously\": \"n’onwe gị\",\n    \"undeliverable\": \"enweghị ike ịtọhapụ\",\n    \"undeliverableness\": \"nnweta a na-agaghị anabata nke ọma\",\n    \"undelivered\": \"nyefere\",\n    \"undelivery\": \"nyefere\",\n    \"undeludable\": \"enweghị mgbagha\",\n    \"undelude\": \"wepụ\",\n    \"undeluded\": \"enwetaghị\",\n    \"undeludedly\": \"a sụgharịrị\",\n    \"undeluding\": \"ekpughe\",\n    \"undelve\": \"wepụ\",\n    \"undelved\": \"ebuputaghi\",\n    \"undemocratic\": \"undemocracy\",\n    \"undemocratically\": \"n'emeghị ya\",\n    \"undemocratising\": \"undemocraising\",\n    \"undemolished\": \"enweghị ikike\",\n    \"undemonstrable\": \"ngosipụta\",\n    \"undemonstrableness\": \"enweghị atụ\",\n    \"undemonstrably\": \"undemonstably\",\n    \"undemonstrated\": \"ngosipụta\",\n    \"undemonstrational\": \"ngosipụta\",\n    \"undemonstrative\": \"emeghị ka ọ pụta ìhè\",\n    \"undemonstratively\": \"n'egosighi\",\n    \"undemure\": \"undemede\",\n    \"undeniability\": \"ekweghị ekwe\",\n    \"undeniable\": \"-apụghị ịgbagha agbagha\",\n    \"undeniableness\": \"ekweghị ekwe\",\n    \"undeniably\": \"ịgbagha\",\n    \"undenied\": \"ekwetaghị\",\n    \"undeniedly\": \"n'enyeghị ya\",\n    \"undenizened\": \"enenwepụghị\",\n    \"undenotable\": \"enweghị ike ịgbagha agbagha\",\n    \"undenotative\": \"ekweghị\",\n    \"undenotatively\": \"n'enyemaka\",\n    \"undenoted\": \"ekwenyeghi\",\n    \"undenounced\": \"ekwughachi\",\n    \"undented\": \"ekweghị\",\n    \"undenuded\": \"ekwenyeghi\",\n    \"undenunciated\": \"ekwenyeghi\",\n    \"undepartableness\": \"enweghị ike\",\n    \"undepartably\": \"enweghị nkewa\",\n    \"undeparted\": \"enweghị obi\",\n    \"undeparting\": \"na-emeghe\",\n    \"undependability\": \"enweghị atụ\",\n    \"undependable\": \"agaghị akwụ ụgwọ\",\n    \"undependableness\": \"ntụkwasị obi\",\n    \"undependably\": \"agaghị akwụ ụgwọ\",\n    \"undependent\": \"nọọrọ onwe ha\",\n    \"undepending\": \"anaghị akwụ ụgwọ\",\n    \"undepicted\": \"enwetaghi\",\n    \"undepleted\": \"emebeghị\",\n    \"undeplored\": \"ekwupụtaghị\",\n    \"undeported\": \"ekwuputaghi\",\n    \"undeposable\": \"enweghị ego\",\n    \"undeposed\": \"emeghi\",\n    \"undeposited\": \"enwetaghi\",\n    \"undepraved\": \"na-enweghị isi\",\n    \"undepravedness\": \"enweghị ọrụ\",\n    \"undeprecated\": \"akọwapụtaghị ya\",\n    \"undeprecating\": \"ịkọwapụta\",\n    \"undeprecatingly\": \"na-enweghị nkọwa\",\n    \"undeprecative\": \"enweghị atụ\",\n    \"undepreciable\": \"enweghị atụ\",\n    \"undepreciated\": \"enweghị nkọwa\",\n    \"undepreciative\": \"enweghị uru\",\n    \"undepreciatory\": \"enweghị uru\",\n    \"undepressed\": \"na-akọwaghị\",\n    \"undepressible\": \"enweghị atụ\",\n    \"undepressing\": \"na-egosipụta\",\n    \"undepressive\": \"enweghị ike\",\n    \"undepressively\": \"enweghị ike\",\n    \"undepressiveness\": \"enweghị ike\",\n    \"undeprived\": \"enwetaghị ikike\",\n    \"undeputized\": \"ewepụtaghị\",\n    \"under\": \"n'okpuru\",\n    \"underaccident\": \"enweghị nsogbu\",\n    \"underachieved\": \"enwetaghi\",\n    \"underact\": \"emeghi\",\n    \"underacted\": \"a na-ejighi\",\n    \"underacting\": \"emeghi ihe\",\n    \"underaction\": \"iwepu ihe\",\n    \"underactivity\": \"arụghị ọrụ\",\n    \"underactor\": \"onye na-eme ihe ngosi\",\n    \"underadjustment\": \"emezighi\",\n    \"underage\": \"afọ iri na ụma\",\n    \"underagency\": \"enweghị nsogbu\",\n    \"underagent\": \"adịghị edozi\",\n    \"underagitation\": \"arụghị ọrụ\",\n    \"underalderman\": \"ekwuputala\",\n    \"underanged\": \"agbanweghi\",\n    \"underappreciated\": \"a na-enweghị ekele\",\n    \"underarming\": \"enweghị isi\",\n    \"underassessed\": \"ihere\",\n    \"underassessment\": \"ihere\",\n    \"underate\": \"dị umeala\",\n    \"underback\": \"Nkwado\",\n    \"underbailiff\": \"n'okpuru iwu\",\n    \"underbake\": \"ịmalite\",\n    \"underbaked\": \"n'okpuru\",\n    \"underbaking\": \"ebido\",\n    \"underbalance\": \"ndeba anya\",\n    \"underbalanced\": \"emezighị emezi\",\n    \"underbalancing\": \"inbalancing\",\n    \"underballast\": \"okpuru\",\n    \"underbank\": \"banki\",\n    \"underbarber\": \"okpuru\",\n    \"underbarring\": \"chiri\",\n    \"underbasal\": \"n'okpuru\",\n    \"underbeadle\": \"okpuru\",\n    \"underbeak\": \"ime akwa\",\n    \"underbeam\": \"dị n'okpuru\",\n    \"underbear\": \"nọ n'okpuru\",\n    \"underbearer\": \"okpu\",\n    \"underbearing\": \"inogide\",\n    \"underbeat\": \"okpuru\",\n    \"underbeaten\": \"okpuru\",\n    \"underbed\": \"n'okpuru\",\n    \"underbedding\": \"n'okpuru\",\n    \"underbeing\": \"ino na-aga\",\n    \"underbelly\": \"n'okpuru\",\n    \"underbellies\": \"okpuru\",\n    \"underbeveling\": \"Odogwu\",\n    \"underbevelling\": \"chiedozie\",\n    \"underbid\": \"n'okpuru\",\n    \"underbidders\": \"ndị na-akwadoghị\",\n    \"underbidding\": \"na-akwadoghị\",\n    \"underbids\": \"okpuru\",\n    \"underbill\": \"okpuru\",\n    \"underbillow\": \"n'okpuru\",\n    \"underbind\": \"okpuru\",\n    \"underbishop\": \"okpuru\",\n    \"underbishopric\": \"okpuru\",\n    \"underbit\": \"n'okpuru\",\n    \"underbite\": \"n'okpuru\",\n    \"underbitted\": \"n'okpuru\",\n    \"underbitten\": \"n'okpuru\",\n    \"underboard\": \"n'okpuru\",\n    \"underboated\": \"okpuru\",\n    \"underbody\": \"ihe dị n'okpuru\",\n    \"underbodice\": \"ihe omimi\",\n    \"underbodies\": \"okpu\",\n    \"underboy\": \"umu nwoke\",\n    \"underboil\": \"inabata\",\n    \"underboom\": \"okpuru\",\n    \"underborn\": \"n'okpuru\",\n    \"underborne\": \"n'okpuru\",\n    \"underbottom\": \"okpuru\",\n    \"underbough\": \"n'okpuru\",\n    \"underbought\": \"iwu\",\n    \"underbound\": \"dị n'okpuru\",\n    \"underbowed\": \"okpuru\",\n    \"underbowser\": \"onye okpuru\",\n    \"underbox\": \"igbe mbata\",\n    \"underbrace\": \"mechie\",\n    \"underbraced\": \"okpuru\",\n    \"underbracing\": \"inaba\",\n    \"underbranch\": \"okpuru\",\n    \"underbreath\": \"anọrọ\",\n    \"underbreathing\": \"na-eme ihe na-eme eme\",\n    \"underbred\": \"n'okpuru\",\n    \"underbreeding\": \"na-azụ anụ\",\n    \"underbrew\": \"n'okpuru\",\n    \"underbridge\": \"okpuru mmiri\",\n    \"underbridged\": \"n'okpuru\",\n    \"underbridging\": \"Inweta ihe\",\n    \"underbrigadier\": \"okpuru\",\n    \"underbright\": \"okpuru\",\n    \"underbrim\": \"okpuru\",\n    \"underbrush\": \"n'okpuru\",\n    \"underbubble\": \"okpuru\",\n    \"underbud\": \"okpuru\",\n    \"underbudde\": \"okpuru\",\n    \"underbudded\": \"okpuru\",\n    \"underbudding\": \"ịkwụ ụgwọ\",\n    \"underbudgeted\": \"okpuru\",\n    \"underbuds\": \"okpuru\",\n    \"underbuy\": \"dị n'okpuru\",\n    \"underbuying\": \"na-agba izu\",\n    \"underbuild\": \"Wuo\",\n    \"underbuilder\": \"onye na-edozi ihe\",\n    \"underbuilding\": \"na-ewu ihe\",\n    \"underbuilt\": \"n'okpuru\",\n    \"underbuys\": \"dị n'okpuru\",\n    \"underbuoy\": \"okpuru\",\n    \"underbury\": \"okpuru\",\n    \"underburn\": \"okpuru\",\n    \"underburned\": \"okpuru\",\n    \"underburnt\": \"okpuru\",\n    \"underbursar\": \"okpuru\",\n    \"underbush\": \"n'okpuru\",\n    \"underbutler\": \"okpuru\",\n    \"undercanopy\": \"n'okpuru kanopi\",\n    \"undercanvass\": \"okpuru mmiri\",\n    \"undercap\": \"ihe mkpuchi\",\n    \"undercapitaled\": \"okpuru okpu\",\n    \"undercapitalization\": \"okpuru ala\",\n    \"undercapitalize\": \"okpuru okpu\",\n    \"undercapitalized\": \"okpuru okpu\",\n    \"undercapitalizing\": \"okpuru\",\n    \"undercaptain\": \"ihe mkpuchi\",\n    \"undercarder\": \"okpuru\",\n    \"undercarry\": \"okpuru\",\n    \"undercarriage\": \"ime okpuru\",\n    \"undercarriages\": \"ime okpuru\",\n    \"undercarried\": \"ime okpuru\",\n    \"undercarrying\": \"ime okpuru\",\n    \"undercart\": \"okpuru\",\n    \"undercarter\": \"okpuru\",\n    \"undercarve\": \"zoro ezo\",\n    \"undercarved\": \"zoro ezo\",\n    \"undercarving\": \"zoro ezo\",\n    \"undercase\": \"akpa akwa\",\n    \"undercasing\": \"na-agbada\",\n    \"undercast\": \"n'okpuru\",\n    \"undercause\": \"n'okpuru\",\n    \"underceiling\": \"n'okpuru ụlọ\",\n    \"undercellar\": \"okpuru\",\n    \"undercellarer\": \"Onodi\",\n    \"underchamber\": \"ime ụlọ\",\n    \"underchamberlain\": \"n'okpuru ime ụlọ\",\n    \"underchancellor\": \"n'okpuru onye isi ala\",\n    \"underchanter\": \"onye ozo\",\n    \"underchap\": \"okpuru\",\n    \"undercharge\": \"itinye ego\",\n    \"undercharges\": \"undercharged\",\n    \"undercharging\": \"incharging\",\n    \"underchief\": \"okpu\",\n    \"underchime\": \"okpuru mmiri\",\n    \"underchin\": \"n'okpuru agba\",\n    \"underchord\": \"n'okpuru ụda\",\n    \"underchurched\": \"n'okpuru\",\n    \"undercircle\": \"okpuru\",\n    \"undercircled\": \"okpuru\",\n    \"undercircling\": \"Odogwu\",\n    \"undercitizen\": \"okpuru\",\n    \"undercitizenry\": \"okpuru\",\n    \"undercitizenries\": \"okpuru ọchịchị\",\n    \"undercladding\": \"okpuru\",\n    \"underclay\": \"mkpuchi\",\n    \"underclass\": \"okpuru\",\n    \"underclassman\": \"okpuru\",\n    \"underclassmen\": \"ndị nọ n'okpuru\",\n    \"underclearer\": \"n'okpuru\",\n    \"underclerk\": \"okpuru\",\n    \"underclerks\": \"okpuru\",\n    \"underclerkship\": \"okpuru\",\n    \"undercliff\": \"okpuru\",\n    \"underclift\": \"okpuru\",\n    \"undercloak\": \"uwe ime\",\n    \"undercloth\": \"Akwa mkpuchi\",\n    \"underclothe\": \"N'okpuru\",\n    \"underclothed\": \"okpu\",\n    \"underclothes\": \"uwe ime\",\n    \"underclothing\": \"uwe ime\",\n    \"underclub\": \"okpuru\",\n    \"underclutch\": \"mkpuchi\",\n    \"undercoachman\": \"onye isi ala\",\n    \"undercoachmen\": \"ndị uwe ojii\",\n    \"undercoat\": \"kootu\",\n    \"undercoated\": \"Ihe mkpuchi\",\n    \"undercoater\": \"Ihe mkpuchi\",\n    \"undercoating\": \"Ihe mkpuchi\",\n    \"undercoatings\": \"uwe ime\",\n    \"undercoats\": \"uwe ime mkpuchi\",\n    \"undercollector\": \"n'okpuru mkpoko\",\n    \"undercolor\": \"ihe mkpuchi\",\n    \"undercolored\": \"okpu\",\n    \"undercoloring\": \"ihe mkpuchi\",\n    \"undercommander\": \"okpuru\",\n    \"undercomment\": \"okpuru\",\n    \"undercompounded\": \"okpu\",\n    \"underconcerned\": \"na-echegbu onwe\",\n    \"undercondition\": \"n'okpuru ọnọdụ\",\n    \"underconsciousness\": \"n'okpuru nsụhọ\",\n    \"underconstable\": \"n'okpuru\",\n    \"underconstumble\": \"ndaba\",\n    \"underconsume\": \"okpuru\",\n    \"underconsumed\": \"okpuru\",\n    \"underconsuming\": \"okpuru\",\n    \"underconsumption\": \"okpuru\",\n    \"undercook\": \"mechie\",\n    \"undercooked\": \"echekwa\",\n    \"undercooking\": \"na-eri nri\",\n    \"undercooks\": \"chiedozie\",\n    \"undercool\": \"okpuru\",\n    \"undercooled\": \"okpuru\",\n    \"undercooper\": \"okpuru\",\n    \"undercorrect\": \"edozie\",\n    \"undercountenance\": \"mkpuchi\",\n    \"undercourse\": \"okpuru\",\n    \"undercoursed\": \"okpuru\",\n    \"undercoursing\": \"okwukwe\",\n    \"undercourtier\": \"okpu\",\n    \"undercover\": \"mkpuchi\",\n    \"undercovering\": \"na-ekpuchi ekpuchi\",\n    \"undercovert\": \"nzuzo\",\n    \"undercraft\": \"igba okpuru\",\n    \"undercrawl\": \"okpuru\",\n    \"undercreep\": \"Okpuru ala\",\n    \"undercrest\": \"okpuru\",\n    \"undercry\": \"zoro ezo\",\n    \"undercrier\": \"n'okpuru\",\n    \"undercrypt\": \"N'okpuru\",\n    \"undercroft\": \"okpuru\",\n    \"undercrop\": \"okpuru\",\n    \"undercrossing\": \"Akuku\",\n    \"undercrust\": \"mkpuchi\",\n    \"undercumstand\": \"n'okpuruala\",\n    \"undercup\": \"bekee\",\n    \"undercurl\": \"okpuru\",\n    \"undercurrent\": \"n'okpuru\",\n    \"undercurrents\": \"okpuru\",\n    \"undercurve\": \"n'okpuru\",\n    \"undercurved\": \"okpuru\",\n    \"undercurving\": \"N'okpuru\",\n    \"undercut\": \"ịkpụ\",\n    \"undercuts\": \"okpuru\",\n    \"undercutter\": \"okpuru\",\n    \"undercutting\": \"ịkpụgharị\",\n    \"underdauber\": \"okpuru\",\n    \"underdeacon\": \"Ikenna\",\n    \"underdead\": \"nọ n'okpuru\",\n    \"underdealer\": \"onye n'okpuru\",\n    \"underdealing\": \"na-agbada\",\n    \"underdeck\": \"okpuru\",\n    \"underdegreed\": \"n'okpuru\",\n    \"underdepth\": \"n'okpuru\",\n    \"underdevelop\": \"n'okpuru\",\n    \"underdevelope\": \"emeghi\",\n    \"underdeveloped\": \"emeghi\",\n    \"underdevelopement\": \"n'okpuru\",\n    \"underdeveloping\": \"emeghi\",\n    \"underdevelopment\": \"n'okpuru\",\n    \"underdevil\": \"Izuchukwu\",\n    \"underdid\": \"okpuru\",\n    \"underdig\": \"n'okpuru\",\n    \"underdigging\": \"N'okpuru\",\n    \"underdip\": \"okpuru\",\n    \"underdish\": \"n'okpuru\",\n    \"underdistinction\": \"ndozi\",\n    \"underdistributor\": \"okpuru\",\n    \"underditch\": \"n'okpuru\",\n    \"underdive\": \"okpuru mmiri\",\n    \"underdo\": \"mebie\",\n    \"underdoctor\": \"okpuru\",\n    \"underdoer\": \"okpuru\",\n    \"underdoes\": \"mechie\",\n    \"underdog\": \"okpuru\",\n    \"underdogs\": \"okpuru\",\n    \"underdoing\": \"na-eme ihe\",\n    \"underdone\": \"emeela\",\n    \"underdose\": \"mechie\",\n    \"underdosed\": \"N'okpuru\",\n    \"underdosing\": \"ịda\",\n    \"underdot\": \"okpuru\",\n    \"underdotted\": \"okpuru\",\n    \"underdotting\": \"ihe odide\",\n    \"underdown\": \"dị n'okpuru\",\n    \"underdraft\": \"okpuru\",\n    \"underdrag\": \"okpuru\",\n    \"underdrain\": \"okpuru\",\n    \"underdrainage\": \"okpuru ala\",\n    \"underdrainer\": \"onye okpuru\",\n    \"underdraught\": \"okpu\",\n    \"underdraw\": \"n'okpuru\",\n    \"underdrawers\": \"ihe omimi\",\n    \"underdrawing\": \"na-agbada\",\n    \"underdrawn\": \"okpuru\",\n    \"underdress\": \"N'okpuru\",\n    \"underdressed\": \"n'okpuru\",\n    \"underdresses\": \"Uwe ejiji\",\n    \"underdressing\": \"Idozi ije\",\n    \"underdrew\": \"ime okpuru\",\n    \"underdry\": \"N'okpuru\",\n    \"underdried\": \"okpokoro\",\n    \"underdrift\": \"okpuru\",\n    \"underdrying\": \"na-agbachi\",\n    \"underdrive\": \"mechie\",\n    \"underdriven\": \"okpuru\",\n    \"underdrudgery\": \"ịwa ahụ\",\n    \"underdrumming\": \"n'okpuru\",\n    \"underdug\": \"okpuru\",\n    \"underdunged\": \"okpuru\",\n    \"undereat\": \"kpughee\",\n    \"undereate\": \"dochie anya\",\n    \"undereaten\": \"ewepu\",\n    \"undereating\": \"na-arụ ọrụ\",\n    \"undereats\": \"Ndị na-arụ ọrụ\",\n    \"underedge\": \"ebughi\",\n    \"undereducated\": \"agụghị akwụkwọ\",\n    \"undereducation\": \"agụghị akwụkwọ\",\n    \"undereyed\": \"arụ ọrụ\",\n    \"undereying\": \"na-arụ ọrụ\",\n    \"underemphasized\": \"atụgharịghị anya\",\n    \"underemphasizes\": \"na-ekwughị ihe ọ bụla\",\n    \"underemphasizing\": \"na-ekwukarị okwu\",\n    \"underemployed\": \"na-arụ ọrụ\",\n    \"underemployment\": \"enweghị ọrụ\",\n    \"underengraver\": \"na-ewepu ọrụ\",\n    \"underenter\": \"enweghị udo\",\n    \"underer\": \"na-ewe akwa\",\n    \"underestimate\": \"eleda anya\",\n    \"underestimated\": \"elelị\",\n    \"underestimates\": \"na-elelị\",\n    \"underestimating\": \"na-elelị\",\n    \"underestimation\": \"eleda anya\",\n    \"underestimations\": \"eleda anya\",\n    \"underexcited\": \"enwenụghị\",\n    \"underexercise\": \"ịrụ ọrụ\",\n    \"underexercised\": \"emegaghị\",\n    \"underexercising\": \"na-emega ahụ\",\n    \"underexpose\": \"Edozighi\",\n    \"underexposed\": \"enwetaghị\",\n    \"underexposes\": \"enwetaghị\",\n    \"underexposing\": \"na-egosipụta\",\n    \"underexposures\": \"underexposure\",\n    \"underface\": \"isiokwu\",\n    \"underfaced\": \"mechie\",\n    \"underfacing\": \"Ichie\",\n    \"underfaction\": \"arụ ọrụ\",\n    \"underfactor\": \"onye na-arụ ọrụ\",\n    \"underfalconer\": \"ihe ndozi\",\n    \"underfall\": \"ida\",\n    \"underfarmer\": \"n'okpuru\",\n    \"underfeathering\": \"feka okpuru\",\n    \"underfeature\": \"dị n'okpuru\",\n    \"underfed\": \"N'okpuru\",\n    \"underfeed\": \"n'okpuru\",\n    \"underfeeder\": \"onye ọ .ụ .ụ\",\n    \"underfeeding\": \"na-eri mmiri\",\n    \"underfeeds\": \"ndị dị n'okpuru\",\n    \"underfeel\": \"ikekwe\",\n    \"underfeeling\": \"Inwe mmetụta\",\n    \"underfeet\": \"ihe mkpuchi\",\n    \"underfellow\": \"n'okpuru\",\n    \"underffed\": \"N'okpuru\",\n    \"underfiend\": \"n'agha\",\n    \"underfill\": \"n'okpuru\",\n    \"underfilling\": \"Ijuputa\",\n    \"underfinances\": \"okpuru\",\n    \"underfinancing\": \"infincing\",\n    \"underfind\": \"mechie anya\",\n    \"underfire\": \"n'okpuru ọkụ\",\n    \"underfitting\": \"Inyeaka\",\n    \"underflame\": \"onflame\",\n    \"underflannel\": \"n'okpuru ala\",\n    \"underflood\": \"n'okpuru ala\",\n    \"underfloor\": \"n'okpuru ala\",\n    \"underflooring\": \"n'okpuru ala\",\n    \"underflow\": \"igba mmiri\",\n    \"underflowed\": \"idei mmiri\",\n    \"underflowing\": \"na-asọba\",\n    \"underflows\": \"mmiri mmiri\",\n    \"underfo\": \"na-ata\",\n    \"underfold\": \"mechie\",\n    \"underfolded\": \"mechie\",\n    \"underfong\": \"n'okpuru\",\n    \"underfoot\": \"n'okpuru\",\n    \"underfootage\": \"n'okpuru afọ\",\n    \"underfootman\": \"n'okpuru mmadụ\",\n    \"underfootmen\": \"n'okpuru ụmụ nwoke\",\n    \"underforebody\": \"inyocha mmadụ\",\n    \"underform\": \"gosipụta\",\n    \"underfortify\": \"mechie\",\n    \"underfortified\": \"ike adịghị ike\",\n    \"underfortifying\": \"na-enye nkwado\",\n    \"underframe\": \"n'okpuru\",\n    \"underframework\": \"n'okpuru\",\n    \"underframing\": \"n'okpuru\",\n    \"underfreight\": \"Udochukwu\",\n    \"underfrequency\": \"onfrequency\",\n    \"underfrequencies\": \"abaghị uru\",\n    \"underfringe\": \"N'okpuru\",\n    \"underfrock\": \"okpokoro\",\n    \"underfurnish\": \"Anụmanụ\",\n    \"underfurnished\": \"okpu\",\n    \"underfurnisher\": \"Anụmanụ\",\n    \"underfurrow\": \"n'okpuru\",\n    \"underfurs\": \"n'okpuru\",\n    \"undergabble\": \"okpu\",\n    \"undergage\": \"ibu\",\n    \"undergamekeeper\": \"onye na-agba okpuru\",\n    \"undergaoler\": \"okpu\",\n    \"undergarb\": \"akwa mmiri\",\n    \"undergardener\": \"n'okpuru mmiri\",\n    \"undergarment\": \"uwe ime\",\n    \"undergarments\": \"uwe ime\",\n    \"undergarnish\": \"kpuchie\",\n    \"undergauge\": \"Anụmanụ\",\n    \"undergear\": \"okpuru\",\n    \"undergeneral\": \"ihe odidi\",\n    \"undergentleman\": \"Odogwu\",\n    \"undergentlemen\": \"n'okpuru\",\n    \"undergird\": \"okpu\",\n    \"undergirded\": \"na-agbanye\",\n    \"undergirder\": \"n'okpuru mmiri\",\n    \"undergirding\": \"okpuru\",\n    \"undergirdle\": \"n'okpuru ala\",\n    \"undergirds\": \"okpu\",\n    \"undergirt\": \"uwe mkpuchi\",\n    \"undergirth\": \"okpuru\",\n    \"underglaze\": \"gbanye ọkụ\",\n    \"undergloom\": \"okpu\",\n    \"underglow\": \"n'okpuru mmiri\",\n    \"undergnaw\": \"agabigala\",\n    \"undergo\": \"na-ata\",\n    \"undergod\": \"okpuru chi\",\n    \"undergods\": \"n'okpuru ndị na-adịghị asọpụrụ Chineke\",\n    \"undergoer\": \"na-ata ahụhụ\",\n    \"undergoes\": \"na-eme\",\n    \"undergoing\": \"na-agabiga\",\n    \"undergone\": \"agabigala\",\n    \"undergore\": \"agabigala\",\n    \"undergos\": \"na-eme\",\n    \"undergoverness\": \"ọrụ nchịkwa\",\n    \"undergovernment\": \"n'okpuru ọchịchị\",\n    \"undergovernor\": \"onye ọchịchị\",\n    \"undergown\": \"akwa ime akwa\",\n    \"undergrade\": \"undergrad\",\n    \"undergrads\": \"ihe omimi\",\n    \"undergraduatedom\": \"undergraduate ụlọ akwụkwọ\",\n    \"undergraduateness\": \"undergraduate ness\",\n    \"undergraining\": \"dị n'okpuru\",\n    \"undergrass\": \"dị n'okpuru\",\n    \"undergreen\": \"ihe ntanetị\",\n    \"undergrieve\": \"mechie\",\n    \"undergroan\": \"toro\",\n    \"undergrope\": \"okpuru\",\n    \"underground\": \"n'okpuruala\",\n    \"undergrounder\": \"n'okpuruala\",\n    \"undergroundling\": \"n'okpuru\",\n    \"undergroundness\": \"n'okpuruala\",\n    \"undergrounds\": \"n'okpuruala\",\n    \"undergrove\": \"kpuchie\",\n    \"undergrow\": \"mechie\",\n    \"undergrowl\": \"okpuru\",\n    \"undergrown\": \"toro\",\n    \"undergrowth\": \"okpuru\",\n    \"undergrub\": \"n'okpuru osisi\",\n    \"underguard\": \"chebe\",\n    \"underguardian\": \"onye nlekọta\",\n    \"undergunner\": \"okpuru\",\n    \"underhabit\": \"bi n'okpuru\",\n    \"underhammer\": \"okpuru\",\n    \"underhand\": \"n'okpuru\",\n    \"underhanded\": \"n'okpuru\",\n    \"underhandedly\": \"n'okpuru aka\",\n    \"underhandedness\": \"ọrụ aka\",\n    \"underhang\": \"inhang\",\n    \"underhanging\": \"na-agbanwe agbanwe\",\n    \"underhangman\": \"Odogwu\",\n    \"underhangmen\": \"Omenala\",\n    \"underhatch\": \"n'okpuru\",\n    \"underhead\": \"n'okpuru\",\n    \"underheat\": \"okpuru mmiri\",\n    \"underheaven\": \"eluigwe na ala\",\n    \"underhelp\": \"n'okpuru\",\n    \"underhew\": \"n'okpuru\",\n    \"underhid\": \"n'okpuru\",\n    \"underhill\": \"okpuru\",\n    \"underhint\": \"n'okpuru\",\n    \"underhistory\": \"akụkọ ihe mere eme\",\n    \"underhive\": \"n'okpuru\",\n    \"underhold\": \"jide\",\n    \"underhole\": \"n'okpuru\",\n    \"underhonest\": \"ụgha\",\n    \"underhorse\": \"n'okpuru mmiri\",\n    \"underhorsed\": \"okpuru\",\n    \"underhorseman\": \"onye okpuru\",\n    \"underhorsemen\": \"ndị nọ n'okpuru\",\n    \"underhorsing\": \"igba mmiri\",\n    \"underhoused\": \"agbanyeghị\",\n    \"underhousemaid\": \"Ndi na edo edo\",\n    \"underhum\": \"okpuru\",\n    \"underhung\": \"okpuru\",\n    \"underided\": \"n'okpuru\",\n    \"underyield\": \"okpuru\",\n    \"underinstrument\": \"n'okpuru\",\n    \"underinsurance\": \"mkpuchi\",\n    \"underisible\": \"enweghị ike\",\n    \"underisive\": \"ihe efu\",\n    \"underisively\": \"N'okpuru\",\n    \"underisiveness\": \"nsogbu\",\n    \"underisory\": \"okpuru\",\n    \"underissue\": \"n'okpuru\",\n    \"underivable\": \"dị egwu\",\n    \"underivative\": \"dị mkpa\",\n    \"underivatively\": \"n'ụzọ dị mfe\",\n    \"underived\": \"mebiri\",\n    \"underivedly\": \"n'okpuru\",\n    \"underivedness\": \"enweghị ihe kpatara ya\",\n    \"underjacket\": \"n'okpuru\",\n    \"underjailer\": \"onye nlekọta\",\n    \"underjanitor\": \"okpuru\",\n    \"underjawed\": \"na-arụ ọrụ\",\n    \"underjaws\": \"okpuru\",\n    \"underjobbing\": \"na-emegharị\",\n    \"underjoin\": \"dị n'okpuru\",\n    \"underjoint\": \"n'okpuru\",\n    \"underjudge\": \"nyocha\",\n    \"underjudged\": \"ikpe ziri ezi\",\n    \"underjudging\": \"na-amata\",\n    \"underjungle\": \"n'okpuru mmiri\",\n    \"underkeel\": \"okpuru\",\n    \"underkeep\": \"na-elekọta\",\n    \"underkeeper\": \"onye na-elekọta ihe\",\n    \"underkind\": \"obi ọjọọ\",\n    \"underking\": \"ime ihe\",\n    \"underkingdom\": \"Udochim\",\n    \"underlaborer\": \"okpuru\",\n    \"underlabourer\": \"onyeka onyekwere\",\n    \"underlay\": \"n'okpuru\",\n    \"underlaid\": \"A kpụrụ n'ala\",\n    \"underlayer\": \"okpuru\",\n    \"underlayers\": \"Ndị isi ala\",\n    \"underlaying\": \"Na-ekpuchi\",\n    \"underlain\": \"kọwaa ihe\",\n    \"underlays\": \"ihe mkpuchi\",\n    \"underland\": \"n'okpuru ala\",\n    \"underlanguaged\": \"n'okpuru asụsụ\",\n    \"underlap\": \"inlap\",\n    \"underlapped\": \"mechie\",\n    \"underlapping\": \"Na-akụ\",\n    \"underlaps\": \"Ndabere\",\n    \"underlash\": \"gosi\",\n    \"underlaundress\": \"Akwa okpuru\",\n    \"underlawyer\": \"onye ochichi\",\n    \"underlease\": \"hapụ\",\n    \"underleased\": \"N'elu\",\n    \"underleasing\": \"na-agbakwunye\",\n    \"underlegate\": \"n'okpuru\",\n    \"underlessee\": \"nlele\",\n    \"underlet\": \"n'okpuru\",\n    \"underlets\": \"obere akpa\",\n    \"underletter\": \"okpuru mmiri\",\n    \"underletting\": \"okpuru\",\n    \"underlevel\": \"nkechi\",\n    \"underlever\": \"n'okpuru\",\n    \"underli\": \"n'okpuru\",\n    \"underly\": \"n'okpuru\",\n    \"underlid\": \"n'okpuru\",\n    \"underlie\": \"n'okpuru\",\n    \"underlye\": \"dị n'okpuru\",\n    \"underlielay\": \"okpuru\",\n    \"underlier\": \"okpuru\",\n    \"underlies\": \"n'okpuru\",\n    \"underlieutenant\": \"okpuru\",\n    \"underlife\": \"ndu ala\",\n    \"underlift\": \"okpuru\",\n    \"underlight\": \"gosi ihe\",\n    \"underlying\": \"isi\",\n    \"underlyingly\": \"n'okpuru\",\n    \"underliking\": \"na-achọ\",\n    \"underlimbed\": \"okpuru\",\n    \"underlimit\": \"okpuru\",\n    \"underline\": \"mata ihe n'okpuru\",\n    \"underlineation\": \"n'okpuru usoro\",\n    \"underlined\": \"mata ihe\",\n    \"underlineman\": \"gosi mmadu\",\n    \"underlinemen\": \"okpuru\",\n    \"underlinement\": \"underlayment\",\n    \"underliner\": \"okpuru\",\n    \"underlines\": \"gosi\",\n    \"underling\": \"dị n'okpuru\",\n    \"underlings\": \"n'okpuru\",\n    \"underlining\": \"na-egosipụta ihe\",\n    \"underlinings\": \"okpuru\",\n    \"underlip\": \"okpuru\",\n    \"underlips\": \"Gbanwee\",\n    \"underlit\": \"okpuru\",\n    \"underlive\": \"dị ndụ\",\n    \"underload\": \"bufee\",\n    \"underloaded\": \"ebutu\",\n    \"underlodging\": \"n'okpuru\",\n    \"underloft\": \"okpuru\",\n    \"underlook\": \"lelee\",\n    \"underlooker\": \"ihe nlere\",\n    \"underlout\": \"n'okpuru\",\n    \"underlunged\": \"okpuru\",\n    \"undermade\": \"eme\",\n    \"undermaid\": \"odibo\",\n    \"undermaker\": \"okpuru\",\n    \"underman\": \"onye okpuru\",\n    \"undermanager\": \"na-elekọta anya\",\n    \"undermanned\": \"okpuru\",\n    \"undermanning\": \"Ikedude\",\n    \"undermark\": \"okpuru\",\n    \"undermarshal\": \"okpuru\",\n    \"undermarshalman\": \"Onyedi Okwa\",\n    \"undermarshalmen\": \"Onyedi Okwa\",\n    \"undermasted\": \"n'okpuru\",\n    \"undermaster\": \"onye nchịkwa\",\n    \"undermatch\": \"gbaba\",\n    \"undermatched\": \"na-erughị ala\",\n    \"undermate\": \"onye eji\",\n    \"undermath\": \"n'okpuru\",\n    \"undermeaning\": \"izu ụka\",\n    \"undermeasure\": \"mechie\",\n    \"undermeasured\": \"okpuru\",\n    \"undermeasuring\": \"nyocha\",\n    \"undermediator\": \"onye na-emechi ihe\",\n    \"undermelodies\": \"okpuru\",\n    \"undermentioned\": \"n'okpuru\",\n    \"undermiller\": \"okpuru\",\n    \"undermimic\": \"n'okpuru\",\n    \"underminable\": \"emebi emebi\",\n    \"undermine\": \"mebie\",\n    \"undermined\": \"mebie\",\n    \"underminer\": \"mebie\",\n    \"undermines\": \"mebie\",\n    \"undermining\": \"na-emebi\",\n    \"underminingly\": \"na-emebi emebi\",\n    \"underminister\": \"okpuru\",\n    \"underministry\": \"okpuru\",\n    \"undermirth\": \"okpuru\",\n    \"undermist\": \"n'okpuru\",\n    \"undermoney\": \"okpuru\",\n    \"undermoral\": \"dị n'okpuru\",\n    \"undermost\": \"okpuru\",\n    \"undermotion\": \"onmotion\",\n    \"undermount\": \"okpuru\",\n    \"undermountain\": \"okpuru mmiri\",\n    \"undermusic\": \"n'okpuru\",\n    \"undermuslin\": \"okpuru\",\n    \"undern\": \"n'okpuru\",\n    \"undernam\": \"okpu\",\n    \"undername\": \"n'okpuru aha\",\n    \"undernamed\": \"okpuru\",\n    \"undernatural\": \"ihe omimi\",\n    \"underneath\": \"n'okpuru\",\n    \"underness\": \"n'okpuru\",\n    \"underniceness\": \"okpuru\",\n    \"undernim\": \"onnim\",\n    \"undernome\": \"n'okpuru\",\n    \"undernomen\": \"umunwanyi\",\n    \"undernote\": \"ihe odide ala ala peeji\",\n    \"undernoted\": \"anaghi ekele ya\",\n    \"undernourish\": \"nri na-edozi ahụ\",\n    \"undernourished\": \"erighị nri\",\n    \"undernourishment\": \"nri na-edozi ahụ\",\n    \"undernsong\": \"okpuru\",\n    \"underntide\": \"n'okpuru\",\n    \"underntime\": \"n'oge\",\n    \"undernumen\": \"okpuru okpuru\",\n    \"undernurse\": \"okpokoro isi\",\n    \"undernutrition\": \"erighị nri na-edozi ahụ\",\n    \"underoccupied\": \"enweghị ikike\",\n    \"underofficer\": \"enweghị ọrụ\",\n    \"underofficered\": \"enweghị ikike\",\n    \"underogating\": \"na-enweghị atụ\",\n    \"underogative\": \"enweghị echiche\",\n    \"underogatively\": \"n'etughi aka\",\n    \"underogatory\": \"enweghị isi\",\n    \"underorganisation\": \"n'okpuru nzukọ\",\n    \"underorganization\": \"n'okpuru nzukọ\",\n    \"underoxidised\": \"ebughi oke\",\n    \"underoxidising\": \"enweghị atụ\",\n    \"underoxidize\": \"enweghị ike\",\n    \"underoxidizing\": \"enweghị ike\",\n    \"underpacking\": \"ịkwanye\",\n    \"underpay\": \"ịkwụ ụgwọ\",\n    \"underpaid\": \"anaghị akwụ ụgwọ\",\n    \"underpaying\": \"ịkwụ ụgwọ\",\n    \"underpayment\": \"ịkwụ ụgwọ\",\n    \"underpain\": \"n'okpuru\",\n    \"underpainting\": \"na-egosipụta\",\n    \"underpays\": \"ịkwụ ụgwọ\",\n    \"underpan\": \"okpuru\",\n    \"underpants\": \"ndị uwe ojii\",\n    \"underpart\": \"okpuru\",\n    \"underparticipation\": \"ntinye aka\",\n    \"underpartner\": \"onye ozo\",\n    \"underparts\": \"n'okpuru\",\n    \"underpass\": \"gafere\",\n    \"underpasses\": \"overpasses\",\n    \"underpassion\": \"ọmịiko\",\n    \"underpeer\": \"okpuru\",\n    \"underpen\": \"mepee\",\n    \"underpeopled\": \"okpuru\",\n    \"underpetticoat\": \"akwa mkpuchi\",\n    \"underpetticoated\": \"Odogwu\",\n    \"underpicked\": \"n'okpuru\",\n    \"underpier\": \"okpuru\",\n    \"underpilaster\": \"ihe mkpuchi\",\n    \"underpile\": \"okpuru\",\n    \"underpin\": \"mechie\",\n    \"underpinned\": \"n'okpuru\",\n    \"underpinner\": \"okpuru\",\n    \"underpinning\": \"na-akwado\",\n    \"underpinnings\": \"okpuru\",\n    \"underpins\": \"okpuru\",\n    \"underpitch\": \"Ihie\",\n    \"underpitched\": \"okpuru\",\n    \"underplay\": \"ihe ngosi\",\n    \"underplayed\": \"nke ekpughere\",\n    \"underplaying\": \"na-egosipụta\",\n    \"underplain\": \"akọwa\",\n    \"underplays\": \"ihe ngosi\",\n    \"underplan\": \"n'okpuru\",\n    \"underplant\": \"ihe ntanetị\",\n    \"underplanted\": \"n'okpuru\",\n    \"underplanting\": \"ịmịnye ihe\",\n    \"underplate\": \"n'okpuru\",\n    \"underply\": \"n'ụzọ doro anya\",\n    \"underplot\": \"n'okpuru\",\n    \"underplotter\": \"okpuru\",\n    \"underpoint\": \"gosi\",\n    \"underpopulated\": \"ọnụọgụgụ\",\n    \"underpopulating\": \"na-enyocha\",\n    \"underpopulation\": \"ọnụọgụgụ\",\n    \"underporter\": \"onye na-ebu njem\",\n    \"underpose\": \"gosi\",\n    \"underpossessor\": \"okpuru\",\n    \"underpot\": \"okpuru mmiri\",\n    \"underpower\": \"ike\",\n    \"underpowered\": \"okpuru\",\n    \"underpraised\": \"nke dị n'okpuru\",\n    \"underprefect\": \"ezughi oke\",\n    \"underprentice\": \"okpuru\",\n    \"underprepared\": \"njikere\",\n    \"underpresser\": \"nrụgide\",\n    \"underpressure\": \"n'okpuru nrụgide\",\n    \"underpry\": \"mechie\",\n    \"underprice\": \"okpuru\",\n    \"underprices\": \"ọnụahịa\",\n    \"underpricing\": \"ịkwụ ụgwọ\",\n    \"underpriest\": \"onye nlekọta\",\n    \"underprincipal\": \"n'okpuru onye isi\",\n    \"underprint\": \"akara ala\",\n    \"underprior\": \"okpuru\",\n    \"underprivileged\": \"okpuru\",\n    \"underprize\": \"mechie\",\n    \"underprized\": \"n'okpuru\",\n    \"underprizing\": \"Inọk\",\n    \"underproduce\": \"mepụta\",\n    \"underproduced\": \"emeputa\",\n    \"underproducer\": \"onye na-emepụta ihe\",\n    \"underproduces\": \"ngwaahịa\",\n    \"underproducing\": \"na-emepụta\",\n    \"underproduction\": \"Ntughari\",\n    \"underproductive\": \"na-arụpụta ihe\",\n    \"underproficient\": \"n'okpuru amamịghe\",\n    \"underprompt\": \"n'okpuru ozugbo\",\n    \"underprompter\": \"n'okpuru kpaliri\",\n    \"underproof\": \"n'okpuru\",\n    \"underprop\": \"okpuru\",\n    \"underproportion\": \"okpuru\",\n    \"underproportioned\": \"okpuru\",\n    \"underpropped\": \"n'okpuru\",\n    \"underpropper\": \"okpuru\",\n    \"underpropping\": \"na-etinye aka\",\n    \"underprospect\": \"nleda anya\",\n    \"underpuke\": \"okpuru\",\n    \"underpull\": \"okpuru\",\n    \"underpuller\": \"okpuru\",\n    \"underput\": \"ntinye\",\n    \"underqualified\": \"-erughị eru\",\n    \"underqueen\": \"merie\",\n    \"underquote\": \"okpuru mmiri\",\n    \"underquoted\": \"okpuru\",\n    \"underquoting\": \"okpuru\",\n    \"underran\": \"n'okpuru\",\n    \"underranger\": \"okpuru\",\n    \"underrate\": \"n'okpuru\",\n    \"underrated\": \"okpuru\",\n    \"underratement\": \"okpuru\",\n    \"underrates\": \"dị n'okpuru\",\n    \"underrating\": \"N'okpuru\",\n    \"underreach\": \"Igha\",\n    \"underread\": \"n'okpuru\",\n    \"underreader\": \"onye na-ede ihe\",\n    \"underrealise\": \"n'okpuru\",\n    \"underrealised\": \"n'okpuru\",\n    \"underrealising\": \"Udo Oka\",\n    \"underrealize\": \"megharia\",\n    \"underrealized\": \"anabataghi\",\n    \"underrealizing\": \"na-achọpụta\",\n    \"underrealm\": \"okpuru\",\n    \"underream\": \"igba mmiri\",\n    \"underreamer\": \"n'okpuru\",\n    \"underreceiver\": \"onye ozo\",\n    \"underreckoning\": \"okpuru\",\n    \"underrecompense\": \"akwụ ụgwọ\",\n    \"underrecompensed\": \"akwụ ụgwọ\",\n    \"underrecompensing\": \"ugwo\",\n    \"underregion\": \"okpuru ala\",\n    \"underregistration\": \"idebanye aha\",\n    \"underrent\": \"n'okpuru\",\n    \"underrented\": \"okpuru\",\n    \"underrenting\": \"isi mmalite\",\n    \"underreport\": \"akụkọ\",\n    \"underrepresent\": \"anabataghi\",\n    \"underrepresentation\": \"ihe ngosi\",\n    \"underrepresented\": \"egosighi\",\n    \"underrespected\": \"lebara anya\",\n    \"underriddle\": \"okpuru mmiri\",\n    \"underriding\": \"dị n'okpuru\",\n    \"underring\": \"na-ata ahụhụ\",\n    \"underripe\": \"okpu\",\n    \"underripened\": \"n'okpuru\",\n    \"underriver\": \"okpuru\",\n    \"underroarer\": \"ime oba\",\n    \"underroast\": \"N'okpuru\",\n    \"underrobe\": \"akwa ime akwa\",\n    \"underrogue\": \"okpuru\",\n    \"underroll\": \"debanye aha\",\n    \"underroller\": \"okpuru\",\n    \"underroof\": \"Ihe omimi\",\n    \"underroom\": \"okpuru ulo\",\n    \"underroot\": \"n'okpuru\",\n    \"underrooted\": \"gbanye mgbọrọgwụ\",\n    \"underrower\": \"okpuru\",\n    \"underrule\": \"okpuru\",\n    \"underruled\": \"okpuru\",\n    \"underruler\": \"onye n'okpuru\",\n    \"underruling\": \"na-achịkwa\",\n    \"underrun\": \"mebie\",\n    \"underrunning\": \"Na-agba ọsọ\",\n    \"underruns\": \"n'okpuru\",\n    \"undersacristan\": \"onye isi\",\n    \"undersay\": \"okpu\",\n    \"undersail\": \"okpu\",\n    \"undersailed\": \"n'okpuru\",\n    \"undersally\": \"n'okpuru\",\n    \"undersap\": \"n'okpuru\",\n    \"undersatisfaction\": \"enweghị afọ ojuju\",\n    \"undersaturate\": \"okpotokpo\",\n    \"undersaturated\": \"enweghị okpu\",\n    \"undersaturation\": \"okpuru mmiri\",\n    \"undersavior\": \"okpu\",\n    \"undersaw\": \"okpu\",\n    \"undersawyer\": \"okpuru mmiri\",\n    \"underscale\": \"okpuru ala\",\n    \"underscheme\": \"okpuru mmiri\",\n    \"underschool\": \"ụlọ akwụkwọ sekọndrị\",\n    \"underscoop\": \"okpuru\",\n    \"underscore\": \"mesie ike\",\n    \"underscored\": \"mesie ike\",\n    \"underscores\": \"gosi\",\n    \"underscoring\": \"na-egosipụta\",\n    \"underscribe\": \"depụta\",\n    \"underscriber\": \"onye nyocha\",\n    \"underscript\": \"ihe odide\",\n    \"underscrub\": \"okpuru\",\n    \"underscrupulous\": \"enweghị isi\",\n    \"underscrupulously\": \"ekwesighi\",\n    \"undersea\": \"okpuru mmiri\",\n    \"underseal\": \"okpuru\",\n    \"underseam\": \"okpuru\",\n    \"underseaman\": \"n’okpuru mmiri\",\n    \"undersearch\": \"nyocha okpuru\",\n    \"underseas\": \"okpuru\",\n    \"underseated\": \"n'okpuru\",\n    \"undersecretary\": \"onye nlekọta\",\n    \"undersecretariat\": \"okpuru\",\n    \"undersecretaries\": \"ndị odeakwụkwọ\",\n    \"undersecretaryship\": \"ụgbọ mmiri na-arụ ọrụ\",\n    \"undersect\": \"okpuru\",\n    \"underseeded\": \"okpuru\",\n    \"underseedman\": \"onye isi\",\n    \"underseeing\": \"na-enyocha\",\n    \"underseen\": \"zuo ike\",\n    \"undersell\": \"okpuru\",\n    \"underseller\": \"okpuru mmiri\",\n    \"underselling\": \"gosi\",\n    \"undersells\": \"okpuru\",\n    \"undersense\": \"n'okpuru\",\n    \"undersequence\": \"n'okpuru usoro\",\n    \"underservant\": \"n'okpuru\",\n    \"underserve\": \"n'okpuru\",\n    \"underservice\": \"ọrụ\",\n    \"underset\": \"okpuru\",\n    \"undersets\": \"okpuru\",\n    \"undersetter\": \"okpuru\",\n    \"undersetting\": \"okpuru\",\n    \"undersettle\": \"okpuru\",\n    \"undersettler\": \"okpuru\",\n    \"undersettling\": \"okpuru\",\n    \"undersexed\": \"eriri\",\n    \"undersexton\": \"okpuru\",\n    \"undershapen\": \"belata\",\n    \"undersharp\": \"okpu\",\n    \"undersheathing\": \"na-ekpo ọkụ\",\n    \"undershepherd\": \"onye nlekota oru\",\n    \"undersheriff\": \"okpuru\",\n    \"undersheriffry\": \"okpuru\",\n    \"undersheriffship\": \"ụgbọ mmiri undersheriff\",\n    \"undersheriffwick\": \"okpu okpu\",\n    \"undershield\": \"okpuru\",\n    \"undershine\": \"mesie ike\",\n    \"undershining\": \"na-arụ ọrụ\",\n    \"undershire\": \"okpu\",\n    \"undershirt\": \"okpu\",\n    \"undershirts\": \"okpuru\",\n    \"undershoe\": \"okpu\",\n    \"undershone\": \"tinye ekwentị\",\n    \"undershoot\": \"n'okpuru\",\n    \"undershooting\": \"na-egosipụta\",\n    \"undershore\": \"okpuru mmiri\",\n    \"undershored\": \"n'okpuru mmiri\",\n    \"undershoring\": \"okpuru\",\n    \"undershorten\": \"okpu\",\n    \"undershorts\": \"okpuru\",\n    \"undershot\": \"n'okpuru\",\n    \"undershrievalty\": \"ihe isi ike\",\n    \"undershrieve\": \"okpu\",\n    \"undershrievery\": \"okpuru mmiri\",\n    \"undershrub\": \"n'okpuru\",\n    \"undershrubby\": \"N'okpuru\",\n    \"undershrubbiness\": \"ike\",\n    \"undershrubs\": \"okpuru osisi\",\n    \"undershunter\": \"okpuru\",\n    \"undershut\": \"okpuru\",\n    \"underside\": \"n'okpuru\",\n    \"undersides\": \"okpuru\",\n    \"undersight\": \"leba anya\",\n    \"undersighted\": \"enweghị ike\",\n    \"undersign\": \"n'okpuru\",\n    \"undersignalmen\": \"N'okpuru ala\",\n    \"undersigned\": \"n'okpuru\",\n    \"undersigner\": \"tinye okpuru\",\n    \"undersill\": \"gafere\",\n    \"undersinging\": \"na-agbakwunye\",\n    \"undersitter\": \"okpuru\",\n    \"undersize\": \"gosi\",\n    \"undersized\": \"gosiputara\",\n    \"undersky\": \"Ozo\",\n    \"underskin\": \"okpu\",\n    \"underskirt\": \"Uwe mkpuchi\",\n    \"underskirts\": \"Uwe mkpuchi\",\n    \"undersleep\": \"ụra\",\n    \"undersleeping\": \"na-ehi ụra\",\n    \"undersleeve\": \"N'okpuru\",\n    \"underslept\": \"gosiputara\",\n    \"underslip\": \"okpu\",\n    \"underslope\": \"okpuru ala\",\n    \"undersluice\": \"nleba anya\",\n    \"underslung\": \"okpuru\",\n    \"undersneer\": \"okpuru\",\n    \"undersociety\": \"ọha mmadụ\",\n    \"undersoil\": \"okpu\",\n    \"undersold\": \"gosiputa\",\n    \"undersomething\": \"n'okpuru\",\n    \"undersong\": \"okpu\",\n    \"undersorcerer\": \"onye nyocha\",\n    \"undersort\": \"gosipụta\",\n    \"undersoul\": \"okpu\",\n    \"undersound\": \"okpuru\",\n    \"undersovereign\": \"gosiputa\",\n    \"undersow\": \"kpudo\",\n    \"underspan\": \"okpuru\",\n    \"underspar\": \"okpuru\",\n    \"undersparred\": \"okpuru\",\n    \"underspecies\": \"nke okpuru\",\n    \"underspecify\": \"gosipụta\",\n    \"underspecified\": \"akọwapụtaghị ya\",\n    \"underspecifying\": \"na-akọwapụta\",\n    \"underspend\": \"kpọdaa\",\n    \"underspending\": \"okpuru\",\n    \"underspends\": \"na-egosipụta\",\n    \"underspent\": \"okpuru\",\n    \"undersphere\": \"okpuru\",\n    \"underspin\": \"okpuru\",\n    \"underspinner\": \"okpuru\",\n    \"undersplice\": \"gosipụta\",\n    \"underspliced\": \"enweghị nsogbu\",\n    \"undersplicing\": \"gosiputa\",\n    \"underspore\": \"gosi\",\n    \"underspread\": \"Ogba\",\n    \"underspreading\": \"ịkọwapụta\",\n    \"underspring\": \"okpuru\",\n    \"undersprout\": \"okpuru\",\n    \"underspurleather\": \"Ugbo ala\",\n    \"undersquare\": \"okpuru mmiri\",\n    \"undersshot\": \"okpuru\",\n    \"understaff\": \"okpu\",\n    \"understaffed\": \"enweghị okpu\",\n    \"understage\": \"ekwesighi\",\n    \"understay\": \"gosi\",\n    \"understain\": \"okpotokpo\",\n    \"understairs\": \"okpuru\",\n    \"understamp\": \"kọwaa\",\n    \"understand\": \"ịghọta\",\n    \"understandability\": \"nghọta\",\n    \"understandable\": \"kwere nghọta\",\n    \"understandableness\": \"nghọta\",\n    \"understandably\": \"kwere nghọta\",\n    \"understanded\": \"ghọtara\",\n    \"understander\": \"nghọta\",\n    \"understanding\": \"nghọta\",\n    \"understandingly\": \"nghọta\",\n    \"understandingness\": \"nghọta\",\n    \"understandings\": \"nghọta\",\n    \"understands\": \"na-aghọta\",\n    \"understate\": \"gụọ akwụkwọ\",\n    \"understated\": \"ekwupụtala\",\n    \"understatement\": \"ikwu okwu\",\n    \"understatements\": \"okwu\",\n    \"understates\": \"ụmụ akwụkwọ\",\n    \"understating\": \"na-ekwupụta ihe\",\n    \"understeer\": \"okpuru\",\n    \"understem\": \"gụọ\",\n    \"understep\": \"n'okpuru\",\n    \"understeward\": \"n'okpuru\",\n    \"understewardship\": \"okpuru\",\n    \"understimuli\": \"imka\",\n    \"understimulus\": \"ihe omuma\",\n    \"understock\": \"okpuru\",\n    \"understocking\": \"okpu\",\n    \"understood\": \"ghọtara\",\n    \"understory\": \"doro anya\",\n    \"understrain\": \"kọwaa ihe\",\n    \"understrap\": \"Ghọta\",\n    \"understrapped\": \"kọwara\",\n    \"understrapper\": \"gụọ akwụkwọ\",\n    \"understrapping\": \"na-akụda\",\n    \"understrata\": \"n'okpuru\",\n    \"understratum\": \"n'okpuru\",\n    \"understratums\": \"obere\",\n    \"understream\": \"ghọta ihe\",\n    \"understrength\": \"nghọta\",\n    \"understress\": \"mata okwu\",\n    \"understrew\": \"ghọta ihe\",\n    \"understrewed\": \"ghọta ihe\",\n    \"understricken\": \"ghọtahie\",\n    \"understride\": \"zaa\",\n    \"understriding\": \"na-akọwa\",\n    \"understrife\": \"agụ akwụkwọ\",\n    \"understrike\": \"kwuo okwu\",\n    \"understriking\": \"na-akọwa\",\n    \"understring\": \"nghọta\",\n    \"understroke\": \"ikwuru okwu\",\n    \"understruck\": \"ekwuru okwu\",\n    \"understruction\": \"nghọta\",\n    \"understructure\": \"Ihe odidi\",\n    \"understructures\": \"Nkọwapụta\",\n    \"understrung\": \"n'okpuru\",\n    \"understudy\": \"na-amụrụ ihe\",\n    \"understudied\": \"gụrụ akwụkwọ\",\n    \"understudies\": \"ụmụ akwụkwọ\",\n    \"understudying\": \"gụọ akwụkwọ\",\n    \"understuff\": \"ịsụ\",\n    \"understuffing\": \"na-agwụ ike\",\n    \"undersuck\": \"okpu\",\n    \"undersuggestion\": \"mkpuchi\",\n    \"undersuit\": \"okpuru\",\n    \"undersupply\": \"okpuru\",\n    \"undersupplied\": \"enwetaghị\",\n    \"undersupplies\": \"okpuru\",\n    \"undersupplying\": \"na-egosi\",\n    \"undersupport\": \"enweghị nkwado\",\n    \"undersurface\": \"okpuru mmiri\",\n    \"underswain\": \"n'okpuru\",\n    \"underswamp\": \"ide mmiri\",\n    \"undersward\": \"n'okpuru\",\n    \"underswearer\": \"okpuru\",\n    \"undersweat\": \"okpuru mmiri\",\n    \"undersweep\": \"n'okpuru\",\n    \"undersweeping\": \"okpuru\",\n    \"underswell\": \"okpuru\",\n    \"underswept\": \"okpuru mmiri\",\n    \"undertakable\": \"eme ihe\",\n    \"undertake\": \"ibido\",\n    \"undertakement\": \"ọrụ\",\n    \"undertaken\": \"emezu\",\n    \"undertaker\": \"onye na-eme ihe ngosi\",\n    \"undertakery\": \"ebe obibi\",\n    \"undertakerish\": \"okpuru\",\n    \"undertakerly\": \"okpuru\",\n    \"undertakerlike\": \"okpu\",\n    \"undertakers\": \"ndị na-eme mkpọtụ\",\n    \"undertakes\": \"na-eme\",\n    \"undertaking\": \"ibido\",\n    \"undertakingly\": \"n'omume\",\n    \"undertakings\": \"eme ihe\",\n    \"undertalk\": \"mechie\",\n    \"undertapster\": \"okpuru\",\n    \"undertaught\": \"okpuru\",\n    \"undertax\": \"okpuru\",\n    \"undertaxed\": \"N'okpuru\",\n    \"undertaxes\": \"okpuru\",\n    \"undertaxing\": \"tagwọ\",\n    \"underteach\": \"n'okpuru\",\n    \"underteacher\": \"onye nkuzi\",\n    \"underteaching\": \"ịdọta ihe\",\n    \"underteamed\": \"n'okpuru\",\n    \"underteller\": \"onye ozo\",\n    \"undertenancy\": \"nwee ikike\",\n    \"undertenant\": \"dị n'okpuru\",\n    \"undertenter\": \"n'okpuru\",\n    \"undertenure\": \"ihe mkpuchi\",\n    \"underterrestrial\": \"okpuru\",\n    \"undertest\": \"okpuru\",\n    \"underthane\": \"okpuru\",\n    \"underthaw\": \"megharia\",\n    \"underthief\": \"ihi ụra\",\n    \"underthing\": \"n'okpuru\",\n    \"underthings\": \"okpuru\",\n    \"underthink\": \"n'okpuru\",\n    \"underthirst\": \"nkụ\",\n    \"underthought\": \"ichebara echiche\",\n    \"underthroating\": \"okpuru\",\n    \"underthrob\": \"okpuru\",\n    \"underthrust\": \"enweghị ntụkwasị obi\",\n    \"undertide\": \"n'okpuru\",\n    \"undertided\": \"okpuru\",\n    \"undertie\": \"igba okpu\",\n    \"undertied\": \"n'okpuru\",\n    \"undertying\": \"ibudata\",\n    \"undertime\": \"n'okpuru oge\",\n    \"undertimed\": \"okpuru\",\n    \"undertint\": \"ihe mgbochi\",\n    \"undertype\": \"okpuru\",\n    \"undertyrant\": \"okpuru\",\n    \"undertitle\": \"ndepụta okwu\",\n    \"undertone\": \"n'olu\",\n    \"undertoned\": \"okpuru\",\n    \"undertones\": \"okpuru\",\n    \"undertook\": \"malitere\",\n    \"undertow\": \"okpuru\",\n    \"undertows\": \"okpuru\",\n    \"undertrade\": \"imeala\",\n    \"undertraded\": \"okpuru\",\n    \"undertrading\": \"N'okpuru\",\n    \"undertrain\": \"okpuru\",\n    \"undertrained\": \"okpuru\",\n    \"undertread\": \"Igba okpuru\",\n    \"undertreasurer\": \"okpuru\",\n    \"undertreat\": \"okpuru\",\n    \"undertribe\": \"okpuru\",\n    \"undertrick\": \"aghụghọ\",\n    \"undertrodden\": \"okpuru\",\n    \"undertruck\": \"okpuru\",\n    \"undertrump\": \"okpuru\",\n    \"undertruss\": \"Ikuku\",\n    \"undertub\": \"okpuru\",\n    \"undertune\": \"okpuru\",\n    \"undertuned\": \"ihe odide\",\n    \"undertunic\": \"n'okpuru\",\n    \"undertuning\": \"dị n'okpuru\",\n    \"underturf\": \"Iju mmiri\",\n    \"underturnkey\": \"okpu\",\n    \"undertutor\": \"onye nlekọta\",\n    \"undertwig\": \"mbido\",\n    \"underusher\": \"n'okpuru\",\n    \"underutilize\": \"mebie\",\n    \"undervaluation\": \"nyocha\",\n    \"undervalue\": \"abaghị uru\",\n    \"undervalued\": \"leda anya\",\n    \"undervaluement\": \"nyocha\",\n    \"undervaluer\": \"nyocha\",\n    \"undervalues\": \"okpuru ala\",\n    \"undervaluing\": \"na-enyocha\",\n    \"undervaluingly\": \"n'adighi anya\",\n    \"undervaluinglike\": \"dị ka\",\n    \"undervalve\": \"n'okpuru\",\n    \"undervassal\": \"okpuru\",\n    \"undervaulted\": \"okpuru\",\n    \"undervaulting\": \"na-arụ ọrụ\",\n    \"undervegetation\": \"imewe\",\n    \"underventilate\": \"imepe\",\n    \"underventilated\": \"okpuru\",\n    \"underventilating\": \"na-agbado\",\n    \"underventilation\": \"nkwenye\",\n    \"underverse\": \"dị n'okpuru\",\n    \"undervest\": \"n'okpuru\",\n    \"undervicar\": \"okpuru\",\n    \"underviewer\": \"onye nyocha\",\n    \"undervillain\": \"mechie\",\n    \"undervinedresser\": \"okpuru\",\n    \"undervitalized\": \"gosiputara\",\n    \"undervocabularied\": \"okpuru\",\n    \"undervoice\": \"akwụkwọ ọnụahịa\",\n    \"undervoltage\": \"ọkụ\",\n    \"underwage\": \"okpuru mmiri\",\n    \"underway\": \"na-aga n'ihu\",\n    \"underwaist\": \"nọ n'okpuru\",\n    \"underwaistcoat\": \"okpu\",\n    \"underwaists\": \"nọ n'okpuru\",\n    \"underwalk\": \"ụzọ okpuru\",\n    \"underward\": \"n'okpuru\",\n    \"underwarden\": \"n'okpuru\",\n    \"underwarmth\": \"okpuru\",\n    \"underwarp\": \"n'okpuru\",\n    \"underwash\": \"mechie\",\n    \"underwatch\": \"mkpuchi mmiri\",\n    \"underwatcher\": \"mmiri n'okpuru osimiri\",\n    \"underwater\": \"mmiri n'okpuru osimiri\",\n    \"underwaters\": \"mmiri n'okpuru osimiri\",\n    \"underwave\": \"mmiri n'okpuru osimiri\",\n    \"underwaving\": \"na-arụ ọrụ\",\n    \"underweapon\": \"okpuru mmiri\",\n    \"underwear\": \"uwe ime\",\n    \"underweft\": \"ama\",\n    \"underweigh\": \"erughị ala\",\n    \"underweight\": \"erughị ala\",\n    \"underweighted\": \"erughị ala\",\n    \"underwent\": \"ama\",\n    \"underwheel\": \"okpuru ala\",\n    \"underwhistle\": \"n'okpuru\",\n    \"underwind\": \"mechie\",\n    \"underwinding\": \"okpuru\",\n    \"underwinds\": \"okpuru\",\n    \"underwing\": \"N'okpuru\",\n    \"underwit\": \"mechie\",\n    \"underwitch\": \"onye ozo\",\n    \"underwitted\": \"amaghi ama\",\n    \"underwood\": \"n'okpuru osisi\",\n    \"underwooded\": \"n'okpuru osisi\",\n    \"underwool\": \"n'okpuru osisi\",\n    \"underwork\": \"arụ ọrụ\",\n    \"underworked\": \"arụ ọrụ\",\n    \"underworker\": \"onye na-arụ ọrụ\",\n    \"underworking\": \"na-arụ ọrụ\",\n    \"underworkman\": \"onye na-arụ ọrụ\",\n    \"underworkmen\": \"ndị na-arụ ọrụ\",\n    \"underworld\": \"ifo\",\n    \"underwound\": \"n'okpuru\",\n    \"underwrap\": \"mechie\",\n    \"underwrapped\": \"okpu\",\n    \"underwrapping\": \"ịkwanye\",\n    \"underwrit\": \"n'okpuru\",\n    \"underwrite\": \"debanye n'okpuru\",\n    \"underwriter\": \"ihe odide\",\n    \"underwriters\": \"ihe ederede\",\n    \"underwrites\": \"okpuru\",\n    \"underwriting\": \"ide ihe n'okpuru\",\n    \"underwritten\": \"N'okpuru\",\n    \"underwrote\": \"n'okpuru\",\n    \"underwrought\": \"arụ ọrụ\",\n    \"underzeal\": \"ikele\",\n    \"underzealot\": \"agbachi\",\n    \"underzealous\": \"na-ekwo ekworo\",\n    \"underzealously\": \"anyaukwu\",\n    \"underzealousness\": \"ekworo\",\n    \"undescendable\": \"ekweghị\",\n    \"undescended\": \"akara aka\",\n    \"undescendent\": \"ekwesighi\",\n    \"undescendible\": \"ekwesighi\",\n    \"undescending\": \"ekwesighi\",\n    \"undescribable\": \"enweghị atụ\",\n    \"undescribableness\": \"enweghị atụ\",\n    \"undescribably\": \"na-enweghị atụ\",\n    \"undescribed\": \"ekwesighi\",\n    \"undescried\": \"na-achọghị\",\n    \"undescrying\": \"na-ezighi ezi\",\n    \"undescript\": \"edemede\",\n    \"undescriptive\": \"enweghị nkọwa\",\n    \"undescriptively\": \"na-edebanye aha\",\n    \"undescriptiveness\": \"ekwesighi\",\n    \"undesecrated\": \"enweghị atụ\",\n    \"undesert\": \"ekwesighi\",\n    \"undeserted\": \"ekwesighi\",\n    \"undeserting\": \"ekwesighi\",\n    \"undeserve\": \"ekwesighi\",\n    \"undeserved\": \"ekwesighi\",\n    \"undeservedly\": \"ekwesighi\",\n    \"undeservedness\": \"nke na-erughịrị mmadụ\",\n    \"undeserver\": \"ekwesighi\",\n    \"undeserving\": \"ekwesighi\",\n    \"undeservingly\": \"ekwesighi\",\n    \"undeservingness\": \"ekwesighi\",\n    \"undesiccated\": \"ekwesighi\",\n    \"undesign\": \"ekwesighi\",\n    \"undesignated\": \"ekwenyeghi\",\n    \"undesignative\": \"ekwesighi\",\n    \"undesigned\": \"ekwesighi\",\n    \"undesignedly\": \"ekwesighi\",\n    \"undesignedness\": \"ekwesighi\",\n    \"undesigning\": \"ekwesighi\",\n    \"undesigningly\": \"ekwesighi\",\n    \"undesigningness\": \"ekwesighi\",\n    \"undesirability\": \"ekwesighi\",\n    \"undesirable\": \"ekwesighi\",\n    \"undesirableness\": \"achọghị mma\",\n    \"undesirably\": \"ekwesighi\",\n    \"undesire\": \"achọghị\",\n    \"undesired\": \"achọghị\",\n    \"undesiredly\": \"achọghị\",\n    \"undesiring\": \"ekwesighi\",\n    \"undesirous\": \"enweghị atụ\",\n    \"undesirously\": \"n'esighị ike\",\n    \"undesirousness\": \"enweghị ike\",\n    \"undesisting\": \"na-achọghị\",\n    \"undespaired\": \"ekwesighi\",\n    \"undespairing\": \"ekwesighi\",\n    \"undespairingly\": \"ekwesighi\",\n    \"undespatched\": \"ekweghị\",\n    \"undespised\": \"ekwenyeghi\",\n    \"undespising\": \"ekwesighi\",\n    \"undespoiled\": \"na-ekpuchighị\",\n    \"undespondent\": \"ekwesighi\",\n    \"undespondently\": \"ekwesighi\",\n    \"undesponding\": \"ekwesighi\",\n    \"undespondingly\": \"n'echeghị echiche\",\n    \"undespotic\": \"ekwesighi\",\n    \"undespotically\": \"ekwesighi\",\n    \"undestined\": \"n'atughi oke\",\n    \"undestitute\": \"ekpenta\",\n    \"undestroyable\": \"enweghị ike ịda mba\",\n    \"undestroyed\": \"etinyere\",\n    \"undestructible\": \"enweghị ike ịkọwa ya\",\n    \"undestructibleness\": \"emebi emebi\",\n    \"undestructibly\": \"n'emebi emebi\",\n    \"undestructive\": \"na-emebighị iwu\",\n    \"undestructively\": \"n'emebighị iwu\",\n    \"undestructiveness\": \"emebighi iwu\",\n    \"undetachable\": \"enweghi ike iwepu ya\",\n    \"undetached\": \"ewepụtabeghị\",\n    \"undetachment\": \"iwepu\",\n    \"undetailed\": \"ewepụtabeghị\",\n    \"undetainable\": \"enweghị ike inweta\",\n    \"undetained\": \"enwetaghị mmiri\",\n    \"undetectable\": \"achọpụtaghị\",\n    \"undetectably\": \"n'achoputaghi ya\",\n    \"undetected\": \"achọpụtabeghị\",\n    \"undetectible\": \"achọpụtaghị\",\n    \"undeteriorated\": \"njọ\",\n    \"undeteriorating\": \"na-edozi anya\",\n    \"undeteriorative\": \"na-enweghị ike ịchọta\",\n    \"undeterminable\": \"enweghị ike ịkọwapụta\",\n    \"undeterminableness\": \"nke a na-apụghị ịkọwapụta\",\n    \"undeterminably\": \"enweghị ike ịkwụsị\",\n    \"undeterminate\": \"enweghị ike ikpebi\",\n    \"undetermination\": \"enweghị mkpebi\",\n    \"undetermined\": \"atughi anya\",\n    \"undeterminedly\": \"atughi anya\",\n    \"undeterminedness\": \"ọnweghị ike ịchọta ya\",\n    \"undetermining\": \"na-achọpụtachabeghị\",\n    \"undeterrability\": \"ekweghị\",\n    \"undeterrable\": \"ekweghị akwụsị akwụsị\",\n    \"undeterrably\": \"n'ụzọ a na-agaghị akwụsị akwụsị\",\n    \"undeterred\": \"ịda mba\",\n    \"undeterring\": \"ịtọsighị anya\",\n    \"undetestability\": \"enweghị ike ịchịkwa\",\n    \"undetestableness\": \"ekweghị ala ala\",\n    \"undetestably\": \"n'ụzọ na-enweghị atụ\",\n    \"undetested\": \"etinyereghi\",\n    \"undetesting\": \"ịtọhapụ\",\n    \"undethronable\": \"enweghị ike ịhapụ\",\n    \"undethroned\": \"enweghị ikike\",\n    \"undetonated\": \"enweghị ike\",\n    \"undetracting\": \"na-agbasaghị\",\n    \"undetractingly\": \"n'adabaghị ọrụ\",\n    \"undetractive\": \"na-arụ ọrụ\",\n    \"undetractively\": \"na-arụ ọrụ\",\n    \"undetractory\": \"na-arụ ọrụ\",\n    \"undetrimental\": \"enweghị atụ\",\n    \"undetrimentally\": \"enweghị nsogbu\",\n    \"undevastated\": \"bibie\",\n    \"undevastating\": \"na-emebi ihe\",\n    \"undevastatingly\": \"na-ebibi\",\n    \"undevelopable\": \"enweghị ike\",\n    \"undeveloped\": \"emepebeghị\",\n    \"undeveloping\": \"na-emepe emepe\",\n    \"undevelopment\": \"-amalite\",\n    \"undevelopmental\": \"emepeghi\",\n    \"undevelopmentally\": \"na-emepe emepe\",\n    \"undeviable\": \"enweghị atụ\",\n    \"undeviated\": \"edebeghị\",\n    \"undevil\": \"emehie\",\n    \"undevilish\": \"arụghị arụ\",\n    \"undevious\": \"na-amaghị ihe\",\n    \"undeviously\": \"n'amaghị ama\",\n    \"undeviousness\": \"enweghị ọrụ\",\n    \"undevisable\": \"enweghị ike ịkọwa\",\n    \"undevised\": \"enweghị ike\",\n    \"undevoted\": \"enwetaghi\",\n    \"undevotion\": \"ekwupụtaghi echiche\",\n    \"undevotional\": \"ekwesighi\",\n    \"undevoured\": \"enweghị atụ\",\n    \"undevoutness\": \"erughị eru\",\n    \"undewiness\": \"enweghị ike\",\n    \"undexterousness\": \"enweghị nsogbu\",\n    \"undextrously\": \"n'adighi ike\",\n    \"undextrousness\": \"enweghị nsogbu\",\n    \"undflow\": \"igbapu\",\n    \"undy\": \"atọpụ\",\n    \"undiabetic\": \"ọrịa shuga\",\n    \"undyable\": \"agaghị akwụ ụgwọ\",\n    \"undiagnosed\": \"amataghi\",\n    \"undiagrammatic\": \"ihe osise\",\n    \"undiagrammatically\": \"n'etinyeghi anya\",\n    \"undiagrammed\": \"edobeghi\",\n    \"undialed\": \"ewepughi\",\n    \"undialled\": \"ewepu\",\n    \"undiametrically\": \"n'amaghị ama\",\n    \"undiapered\": \"enweghị atụ\",\n    \"undichotomous\": \"enweghị atụ\",\n    \"undichotomously\": \"anya mmiri\",\n    \"undictated\": \"enweghị atụ\",\n    \"undictatorial\": \"na-akụda mmụọ\",\n    \"undictatorially\": \"enweghị nkwanye ùgwù\",\n    \"undid\": \"emezighi\",\n    \"undidactic\": \"emezughị\",\n    \"undye\": \"gbuo\",\n    \"undyeable\": \"ihe a na-apụghị ịgbanwe agbanwe\",\n    \"undyed\": \"etinyere\",\n    \"undieted\": \"enwetaghi\",\n    \"undifferenced\": \"enweghị nkewa\",\n    \"undifferent\": \"enweghị mmasị\",\n    \"undifferentiable\": \"enweghị atụ\",\n    \"undifferential\": \"iche iche\",\n    \"undifferentiated\": \"iche iche\",\n    \"undifferentiating\": \"iche iche\",\n    \"undifferentiation\": \"iche iche\",\n    \"undifferently\": \"n’enweghị mmasị\",\n    \"undiffering\": \"agbasaghị\",\n    \"undiffident\": \"enweghị atụ\",\n    \"undiffidently\": \"n’atụghị egwu\",\n    \"undiffracted\": \"agbasaghị\",\n    \"undiffractive\": \"enweghị atụ\",\n    \"undiffractively\": \"iche\",\n    \"undiffractiveness\": \"undi iche iche\",\n    \"undiffused\": \"agbasaghị\",\n    \"undiffusible\": \"enweghị atụ\",\n    \"undiffusive\": \"enweghị atụ\",\n    \"undiffusively\": \"aghara aghara\",\n    \"undiffusiveness\": \"undiffusive\",\n    \"undig\": \"wepụ\",\n    \"undigenous\": \"adabaghi\",\n    \"undigest\": \"emebeghị\",\n    \"undigestable\": \"indigestible\",\n    \"undigested\": \"emebeghị\",\n    \"undigestible\": \"indigestible\",\n    \"undigesting\": \"emeghi\",\n    \"undigestion\": \"enweghị ihe\",\n    \"undigged\": \"agbasaghị\",\n    \"undight\": \"ikwa akwa\",\n    \"undighted\": \"enweghị atụ\",\n    \"undigitated\": \"enweghị nchekasị\",\n    \"undigne\": \"adịghị mma\",\n    \"undignify\": \"weda n'ala\",\n    \"undignified\": \"enwetaghị aha ọma\",\n    \"undignifiedly\": \"n'enyeghị aha ya\",\n    \"undignifiedness\": \"nlelị\",\n    \"undigressive\": \"adighi ike\",\n    \"undying\": \"na-anwụ anwụ\",\n    \"undyingly\": \"n'adaghị\",\n    \"undyingness\": \"anwụghị anwụ\",\n    \"undiked\": \"isịghị\",\n    \"undilapidated\": \"enweghị atụ\",\n    \"undilatable\": \"enweghị ike ịgbanwe\",\n    \"undilated\": \"ejikọtaghị\",\n    \"undilating\": \"atọpụ\",\n    \"undilative\": \"na-agbanwe agbanwe\",\n    \"undilatorily\": \"n'echeghị echiche\",\n    \"undiligent\": \"enweghị atụ\",\n    \"undiligently\": \"n'atụghị anya\",\n    \"undilute\": \"unwu\",\n    \"undiluted\": \"ewepụghị\",\n    \"undiluting\": \"na-agbasaghị\",\n    \"undilution\": \"enweghị ike\",\n    \"undiluvial\": \"enweghị ihe\",\n    \"undiluvian\": \"Ugboro abụọ\",\n    \"undim\": \"wepụ\",\n    \"undimerous\": \"enweghị atụ\",\n    \"undimidiate\": \"gosiputa\",\n    \"undimidiated\": \"enweghị ike\",\n    \"undiminishable\": \"enweghị ike ịkwụsị\",\n    \"undiminishableness\": \"enweghị ike ọgwụgwụ\",\n    \"undiminishably\": \"n'adighi ike\",\n    \"undiminished\": \"enweghị ike\",\n    \"undiminishing\": \"enweghị ike\",\n    \"undiminutive\": \"enweghị mbibi\",\n    \"undimly\": \"enweghị atụ\",\n    \"undimmed\": \"enweghị atụ\",\n    \"undimpled\": \"ezughị ezu\",\n    \"undynamic\": \"adighi agbanwe agbanwe\",\n    \"undynamically\": \"n'enweghị ike\",\n    \"undynamited\": \"enweghị ike\",\n    \"undine\": \"itughari\",\n    \"undined\": \"ekweghị\",\n    \"undinted\": \"emebighi\",\n    \"undiocesed\": \"ezughị ike\",\n    \"undiplomaed\": \"agbasaghị\",\n    \"undiplomatic\": \"agbasaghị\",\n    \"undiplomatically\": \"agbasaghị ya\",\n    \"undipped\": \"akpaghị aka\",\n    \"undirect\": \"na-agbanwe agbanwe\",\n    \"undirected\": \"ewepughi ya\",\n    \"undirectional\": \"nhazi\",\n    \"undirectly\": \"n'amaghi ama\",\n    \"undirectness\": \"ndezigharị\",\n    \"undirk\": \"ikwapu\",\n    \"undisabled\": \"enweghi ike\",\n    \"undisadvantageous\": \"ọghọm\",\n    \"undisagreeable\": \"ekwetaghị\",\n    \"undisappearing\": \"na-apụ apụ\",\n    \"undisappointable\": \"enweghị atụ\",\n    \"undisappointed\": \"ndakpọ olileanya\",\n    \"undisappointing\": \"na-akụda mmụọ\",\n    \"undisarmed\": \"ejighi ngwa agha\",\n    \"undisastrous\": \"enweghị nsogbu\",\n    \"undisastrously\": \"n'esemokwu\",\n    \"undisbanded\": \"agbasaghi\",\n    \"undisbarred\": \"enweghị atụ\",\n    \"undisburdened\": \"ekwenyeghi\",\n    \"undisbursed\": \"akwụghị ụgwọ\",\n    \"undiscardable\": \"enweghị atụ\",\n    \"undiscarded\": \"wepu ya\",\n    \"undiscernable\": \"enweghị ike ịghọta\",\n    \"undiscernably\": \"n'amaghi ama\",\n    \"undiscerned\": \"amaghị ama\",\n    \"undiscernedly\": \"n'amaghị ama\",\n    \"undiscernible\": \"akpokoputa\",\n    \"undiscerning\": \"enweghị uche\",\n    \"undiscerningly\": \"n'amaghị ama\",\n    \"undiscerningness\": \"amaghi ihe\",\n    \"undischargeable\": \"enweghị ike ịkwụ ụgwọ\",\n    \"undischarged\": \"anaghị akwụ ụgwọ\",\n    \"undiscipled\": \"undisciled\",\n    \"undiscipline\": \"enweghị ntụpọ\",\n    \"undisciplined\": \"adabaghi\",\n    \"undisciplinedness\": \"enweghi nkuzi\",\n    \"undisclaimed\": \"ekwupụtaghị\",\n    \"undisclosable\": \"enweghị ike iwepụ\",\n    \"undisclose\": \"ekpughee\",\n    \"undisclosed\": \"ekwuputaghi\",\n    \"undisclosing\": \"ekpughe\",\n    \"undiscoloured\": \"uncocoured\",\n    \"undiscomfitable\": \"enweghị isi\",\n    \"undiscomfited\": \"agbasaghị\",\n    \"undiscomposed\": \"ekwuputaghi\",\n    \"undisconcerted\": \"enweghị mgbagwoju anya\",\n    \"undisconnected\": \"enweghị njikọ\",\n    \"undiscontinued\": \"akwụsịghị\",\n    \"undiscordant\": \"enweghị isi\",\n    \"undiscordantly\": \"n'esemokwu\",\n    \"undiscording\": \"ekpughere\",\n    \"undiscountable\": \"enweghị ike ịgụta ọnụ\",\n    \"undiscounted\": \"achọpụtabeghị\",\n    \"undiscourageable\": \"enweghị ike ịgbagha agbagha\",\n    \"undiscouraged\": \"enweghị ume\",\n    \"undiscouraging\": \"agbasaghị ike\",\n    \"undiscouragingly\": \"n’enweghị ume ọ bụla\",\n    \"undiscoursed\": \"enweghị ume\",\n    \"undiscoverable\": \"enweghị ike ịchọpụta\",\n    \"undiscoverableness\": \"enweghị ike ịchọta ya\",\n    \"undiscoverably\": \"undiscovevable\",\n    \"undiscovered\": \"achọpụtabeghị\",\n    \"undiscreditable\": \"enweghị atụ\",\n    \"undiscreet\": \"enweghị uche\",\n    \"undiscreetly\": \"n'amaghị ama\",\n    \"undiscretion\": \"enweghị uche\",\n    \"undiscriminated\": \"enweghi nkewa\",\n    \"undiscriminating\": \"enweghị atụ\",\n    \"undiscriminatingly\": \"n'esupughi iche\",\n    \"undiscriminatingness\": \"enweghị atụ\",\n    \"undiscriminative\": \"enweghị nkewa\",\n    \"undiscriminativeness\": \"enweghị nkewa\",\n    \"undiscriminatory\": \"enweghị nkewa\",\n    \"undiscursive\": \"enweghị isi\",\n    \"undiscussable\": \"enweghị mgbagha\",\n    \"undiscussed\": \"enweghi mkparịta ụka\",\n    \"undisdaining\": \"enweghị atụ\",\n    \"undiseased\": \"adịghịzi\",\n    \"undisestablished\": \"ewepụtabeghị\",\n    \"undisfigured\": \"agbanweghi\",\n    \"undisfranchised\": \"enweghị ikike\",\n    \"undisfulfilled\": \"emezughi\",\n    \"undisgorged\": \"agbasaghị\",\n    \"undisgraced\": \"ewepu\",\n    \"undisguisable\": \"enweghị mgbagha\",\n    \"undisguised\": \"edoghi\",\n    \"undisguisedly\": \"n'adighi-ezo\",\n    \"undisguisedness\": \"undisguised\",\n    \"undisguising\": \"anaghị ekpuchi\",\n    \"undisgusted\": \"ekwenyeghi\",\n    \"undisheartened\": \"enweghị obi ike\",\n    \"undished\": \"emeghebeghị\",\n    \"undisheveled\": \"ekpughee\",\n    \"undishonored\": \"nlelị\",\n    \"undisillusioned\": \"enweghị afọ ojuju\",\n    \"undisinfected\": \"oria oria ojoo\",\n    \"undisinheritable\": \"enweghị ike ịkọwa ya\",\n    \"undisinherited\": \"enweghị ihe nketa\",\n    \"undisintegrated\": \"agbasaghi\",\n    \"undisinterested\": \"enweghị mmasị\",\n    \"undisjoined\": \"enweghị\",\n    \"undisliked\": \"achọghị\",\n    \"undislocated\": \"agbasaghi\",\n    \"undislodgeable\": \"enweghị ike ịchụpụ\",\n    \"undislodged\": \"agbasaghị\",\n    \"undismay\": \"enweghị isi\",\n    \"undismayable\": \"enweghị mgbagha\",\n    \"undismayed\": \"obi erughị ala\",\n    \"undismayedly\": \"n'atụghị anya\",\n    \"undismantled\": \"agbasaghi\",\n    \"undismissed\": \"ekwenyeghi\",\n    \"undismounted\": \"ekwupụtaghị\",\n    \"undisobedient\": \"nnupụisi\",\n    \"undisobeyed\": \"erughị eru\",\n    \"undisobliging\": \"ekwenyeghi\",\n    \"undisordered\": \"enweghị nchekwa\",\n    \"undisorderly\": \"enweghị atụ\",\n    \"undisorganized\": \"agbasaghi\",\n    \"undisparaged\": \"enweghị atụ\",\n    \"undisparity\": \"ekwesighi\",\n    \"undispassionate\": \"enweghị obi ọmịiko\",\n    \"undispassionately\": \"enweghị obi ụtọ\",\n    \"undispassionateness\": \"enweghị mmasị\",\n    \"undispatched\": \"ezigara\",\n    \"undispatching\": \"agbasaghị\",\n    \"undispellable\": \"enweghị mgbagha\",\n    \"undispelled\": \"agbasaghị\",\n    \"undispensable\": \"enweghị atụ\",\n    \"undispensed\": \"enweghi ego\",\n    \"undispensing\": \"agbasapụ\",\n    \"undispersed\": \"agbasaghị\",\n    \"undispersing\": \"agbasa\",\n    \"undisplaceable\": \"enweghị atụ\",\n    \"undisplaced\": \"enweghị atụ\",\n    \"undisplay\": \"ngosipụta\",\n    \"undisplayable\": \"enweghị ike ịgbagha\",\n    \"undisplayed\": \"egosighi\",\n    \"undisplaying\": \"egosighi\",\n    \"undisplanted\": \"agbasaghị\",\n    \"undispleased\": \"afọ ojuju\",\n    \"undispose\": \"ekpughee\",\n    \"undisposed\": \"ekwuputaghi\",\n    \"undisposedness\": \"enweghị nkwupụta\",\n    \"undisprovable\": \"enweghị mgbagha\",\n    \"undisproved\": \"ekwenyeghi\",\n    \"undisproving\": \"ekwenyeghi\",\n    \"undisputable\": \"enweghi mgbagha\",\n    \"undisputableness\": \"enweghi mgbagha\",\n    \"undisputably\": \"n’enweghị mgbagha\",\n    \"undisputatious\": \"enweghi mgbagha\",\n    \"undisputatiously\": \"n'esemokwu\",\n    \"undisputatiousness\": \"utgbasi\",\n    \"undisputed\": \"agbagha\",\n    \"undisputedly\": \"n'arụghị ụka\",\n    \"undisputedness\": \"arụ ụka adịghị\",\n    \"undisputing\": \"enweghị mgbagha\",\n    \"undisqualifiable\": \"enweghị atụ\",\n    \"undisqualified\": \"erughị eru\",\n    \"undisquieted\": \"enweghị nsogbu\",\n    \"undisreputable\": \"enweghị mgbagha\",\n    \"undisrobed\": \"disroro\",\n    \"undisrupted\": \"agbasaghi\",\n    \"undissected\": \"achoputaghi\",\n    \"undissembled\": \"enweghị ike\",\n    \"undissembledness\": \"enweghị ike\",\n    \"undissembling\": \"na-agbasasị\",\n    \"undissemblingly\": \"na-agbasaghị\",\n    \"undisseminated\": \"kesaa\",\n    \"undissenting\": \"na-ezighi ezi\",\n    \"undissevered\": \"achọpụtabeghị\",\n    \"undissimulated\": \"enweghị ike\",\n    \"undissimulating\": \"na-ekpuchi\",\n    \"undissipated\": \"agbasaghị\",\n    \"undissociated\": \"kewapu\",\n    \"undissoluble\": \"enweghị ike ịgbasa\",\n    \"undissolute\": \"gbasasịa\",\n    \"undissoluteness\": \"ezighi ezi\",\n    \"undissolvable\": \"enweghị ike ịgbasa\",\n    \"undissolved\": \"agbasaghị\",\n    \"undissolving\": \"na-agbasasị\",\n    \"undissonant\": \"enweghị ihe ọ bụla\",\n    \"undissonantly\": \"n'enweghị ihe ọ bụla\",\n    \"undissuadable\": \"enweghị ike ịgbagha agbagha\",\n    \"undissuadably\": \"enweghị atụ\",\n    \"undissuade\": \"enweghị atụ\",\n    \"undistanced\": \"ekweghị\",\n    \"undistant\": \"adị jụụ\",\n    \"undistantly\": \"n'esepụghị aka\",\n    \"undistasted\": \"enweghị afọ ojuju\",\n    \"undistasteful\": \"enweghị afọ ojuju\",\n    \"undistempered\": \"ezughị ezu\",\n    \"undistend\": \"nokpu\",\n    \"undistended\": \"enweghị ike\",\n    \"undistilled\": \"ekweghị\",\n    \"undistinct\": \"ezighi ezi\",\n    \"undistinctive\": \"ekwesighi\",\n    \"undistinctly\": \"ezighi ezi\",\n    \"undistinctness\": \"ezighi ezi\",\n    \"undistinguish\": \"enweghị nghọta\",\n    \"undistinguishable\": \"unistinguishable\",\n    \"undistinguishableness\": \"enweghị nghọta\",\n    \"undistinguishably\": \"enweghị nghọta\",\n    \"undistinguished\": \"enweghị atụ\",\n    \"undistinguishedness\": \"enweghị nghọta\",\n    \"undistinguishing\": \"undisinguishs\",\n    \"undistinguishingly\": \"n’enweghị nghọta\",\n    \"undistorted\": \"ezughị ezu\",\n    \"undistortedly\": \"ekwupụtaghị ya\",\n    \"undistorting\": \"na-akọwaghị\",\n    \"undistracted\": \"agbasaghị\",\n    \"undistractedly\": \"n'etinyeghi anya\",\n    \"undistractedness\": \"ezughị ezu\",\n    \"undistracting\": \"na-agbasaghị\",\n    \"undistractingly\": \"n'etinyeghi anya\",\n    \"undistrained\": \"agbachi nkịtị\",\n    \"undistraught\": \"enweghị nsogbu\",\n    \"undistress\": \"yipu uwe\",\n    \"undistressed\": \"enwe mmetụta\",\n    \"undistributed\": \"agbasaghị\",\n    \"undistrusted\": \"enweghị ntụkwasị obi\",\n    \"undistrustful\": \"enweghị ntụkwasị obi\",\n    \"undistrustfully\": \"enweghị ntụkwasị obi\",\n    \"undistrustfulness\": \"enweghị ntụkwasị obi\",\n    \"undisturbable\": \"enweghị ike ịgbagha\",\n    \"undisturbance\": \"enweghị nsogbu\",\n    \"undisturbed\": \"ekwesighi\",\n    \"undisturbedly\": \"enweghị nsogbu\",\n    \"undisturbedness\": \"jụụ\",\n    \"undisturbing\": \"enweghị nsogbu\",\n    \"undisturbingly\": \"n'enweghị nsogbu\",\n    \"unditched\": \"kpọpụrụ\",\n    \"undithyrambic\": \"Uchechukwu\",\n    \"undittoed\": \"edozi\",\n    \"undiurnally\": \"na-enweghị akwụkwọ\",\n    \"undivergent\": \"na-agbanwe agbanwe\",\n    \"undivergently\": \"n'amaghi ama\",\n    \"undiverging\": \"na-agbagharị\",\n    \"undiverse\": \"iche\",\n    \"undiversely\": \"n'agha\",\n    \"undiverseness\": \"iche iche\",\n    \"undiversified\": \"agbanwebeghị\",\n    \"undiverted\": \"agbanweghi\",\n    \"undivertible\": \"enweghị ike ịgbanwe agbanwe\",\n    \"undivertibly\": \"enweghị atụ\",\n    \"undiverting\": \"ichegharị\",\n    \"undivertive\": \"agbanwe agbanwe\",\n    \"undivested\": \"ewepụtaghị\",\n    \"undivestedly\": \"agbasaghị\",\n    \"undividable\": \"nkewa\",\n    \"undividableness\": \"nkewa\",\n    \"undividably\": \"kewaa\",\n    \"undivided\": \"ekewaghi\",\n    \"undividedly\": \"iche iche\",\n    \"undividedness\": \"nkewa\",\n    \"undividing\": \"nkewa\",\n    \"undividual\": \"iche iche\",\n    \"undivinable\": \"ekweghị\",\n    \"undivined\": \"enweghị nchekwa\",\n    \"undivining\": \"ịdị iche iche\",\n    \"undivisible\": \"enweghị ike ịkọwa\",\n    \"undivisive\": \"nkewa\",\n    \"undivisively\": \"iche\",\n    \"undivisiveness\": \"nkewa\",\n    \"undivorceable\": \"enweghị mmasị\",\n    \"undivorced\": \"na-achọghị\",\n    \"undivorcedness\": \"enweghị mmasị\",\n    \"undivorcing\": \"iche\",\n    \"undivulgable\": \"ihe a na-apụghị ịkọwa akọwa\",\n    \"undivulgeable\": \"ihe a na-apụghị ịkọwa akọwa\",\n    \"undo\": \"mezie\",\n    \"undoable\": \"edozi\",\n    \"undocible\": \"enweghị ike ịgbagha\",\n    \"undock\": \"mezie\",\n    \"undocked\": \"emeghe\",\n    \"undocketed\": \"ejighi aka\",\n    \"undocking\": \"imeghe\",\n    \"undocks\": \"mezie\",\n    \"undoctor\": \"ndozi\",\n    \"undoctored\": \"edozighị\",\n    \"undoctrinal\": \"enweghị iwu\",\n    \"undoctrined\": \"na-adighi iwu\",\n    \"undocumentary\": \"enweghị akwụkwọ\",\n    \"undocumented\": \"enweghị akwụkwọ\",\n    \"undocumentedness\": \"enweghị akwụkwọ\",\n    \"undodged\": \"kpughere\",\n    \"undoer\": \"mezie\",\n    \"undoers\": \"mezie\",\n    \"undoes\": \"weghachite\",\n    \"undoffed\": \"enweghị atụ\",\n    \"undog\": \"mezie\",\n    \"undogmatic\": \"edozie\",\n    \"undogmatically\": \"n'emeghị iwu\",\n    \"undoing\": \"na-edozi\",\n    \"undoingness\": \"ịdị ọcha\",\n    \"undoings\": \"mmeghe\",\n    \"undolled\": \"emezughị\",\n    \"undolorous\": \"edozi ihe\",\n    \"undolorously\": \"n'udo\",\n    \"undolorousness\": \"enweghị ọrụ\",\n    \"undomed\": \"echekwaghị\",\n    \"undomestic\": \"enweghị nchịkwa\",\n    \"undomesticable\": \"enweghị ihe mgbochi\",\n    \"undomesticate\": \"enweghị ọgwụ\",\n    \"undomesticated\": \"enweghị ọgwụ\",\n    \"undomestication\": \"enweghị nchịkwa\",\n    \"undomicilable\": \"enweghị nchịkwa\",\n    \"undomiciled\": \"emezughi\",\n    \"undominated\": \"okpu\",\n    \"undominative\": \"Okpukpo\",\n    \"undomineering\": \"enweghị nchịkwa\",\n    \"undominical\": \"enweghị isi\",\n    \"undominoed\": \"enweghị atụ\",\n    \"undonated\": \"enweghị atụ\",\n    \"undonating\": \"na-ekpuchi\",\n    \"undone\": \"megharia\",\n    \"undoneness\": \"ịdị n'otu\",\n    \"undoomed\": \"enweghị atụ\",\n    \"undoped\": \"edozi\",\n    \"undormant\": \"na-ehi ụra\",\n    \"undose\": \"wepụ ya\",\n    \"undosed\": \"tọpụ\",\n    \"undoting\": \"na-atọpụ\",\n    \"undotted\": \"kpughere\",\n    \"undouble\": \"agbanyeghị\",\n    \"undoubled\": \"okpukpu abụọ\",\n    \"undoubles\": \"abụọ\",\n    \"undoubling\": \"Udo\",\n    \"undoubtable\": \"enweghị mgbagha\",\n    \"undoubtableness\": \"enweghị mgbagha\",\n    \"undoubtably\": \"n’enweghị mgbagha\",\n    \"undoubted\": \"ịrụ ụka adịghị\",\n    \"undoubtedly\": \"n’enweghị mgbagha\",\n    \"undoubtedness\": \"enweghị mgbagha\",\n    \"undoubtful\": \"enweghị obi abụọ\",\n    \"undoubtfully\": \"n’enweghị mgbagha\",\n    \"undoubtfulness\": \"enweghị obi abụọ\",\n    \"undoubting\": \"ịrụ ụka adịghị\",\n    \"undoubtingly\": \"n’enweghị mgbagha\",\n    \"undoubtingness\": \"enweghị obi abụọ\",\n    \"undouched\": \"undou\",\n    \"undoughty\": \"emeghị ihe ọjọọ\",\n    \"undovelike\": \"enweghị mmasị\",\n    \"undoweled\": \"akpachapụghị anya\",\n    \"undowelled\": \"ihe ngosi\",\n    \"undowered\": \"kpughere\",\n    \"undowned\": \"ebughi\",\n    \"undowny\": \"enweghị nsogbu\",\n    \"undrab\": \"weghasị\",\n    \"undraftable\": \"enweghị ike ịkọwapụta\",\n    \"undrafted\": \"agbasaghị\",\n    \"undrag\": \"tọpụ\",\n    \"undragoned\": \"akpachapụghị anya\",\n    \"undragooned\": \"wepụsịrị\",\n    \"undrainable\": \"ekweghi ekwe\",\n    \"undrained\": \"edebeghị\",\n    \"undramatic\": \"enweghị ihe ọ bụla\",\n    \"undramatical\": \"na-enweghị atụ\",\n    \"undramatically\": \"n'etinyeghi aka\",\n    \"undramatisable\": \"enweghị ike ịkwụsị\",\n    \"undramatizable\": \"enweghị ike iwepụ\",\n    \"undramatized\": \"ewepụtaghị ya\",\n    \"undrape\": \"yipu\",\n    \"undraped\": \"enwetaghị\",\n    \"undraperied\": \"edozighị\",\n    \"undraping\": \"na-ekpuchi\",\n    \"undraw\": \"tọpụ\",\n    \"undrawable\": \"ekweghi ekwe\",\n    \"undrawing\": \"na-agbasapụ\",\n    \"undrawn\": \"tọpụ\",\n    \"undraws\": \"tọpụ\",\n    \"undreaded\": \"enweghị atụ\",\n    \"undreadful\": \"enweghị atụ\",\n    \"undreadfully\": \"n'adabaghị\",\n    \"undreading\": \"igwuputa\",\n    \"undreamed\": \"enweghị ike\",\n    \"undreamy\": \"ihi ụra\",\n    \"undreaming\": \"n'ịnwụ\",\n    \"undreamlike\": \"ihunanya\",\n    \"undreamt\": \"ikwapu\",\n    \"undredged\": \"enweghị ike\",\n    \"undreggy\": \"erughị ala\",\n    \"undrenched\": \"edebeghị mmiri\",\n    \"undress\": \"yipu uwe\",\n    \"undressed\": \"yipụ uwe\",\n    \"undresses\": \"yipụ uwe\",\n    \"undressing\": \"na-eyikwasị uwe\",\n    \"undrest\": \"yipụ uwe\",\n    \"undrew\": \"Andrew\",\n    \"undry\": \"wepụ\",\n    \"undryable\": \"agaghị akwụghachi ụgwọ\",\n    \"undried\": \"akpọnwụghị\",\n    \"undrifting\": \"na-ewepụsị\",\n    \"undrying\": \"atọpụ\",\n    \"undrillable\": \"enweghị ike ịgbagha\",\n    \"undrilled\": \"etinyeghi\",\n    \"undrinkable\": \"enweghị ihe ọrinkụrinkụ\",\n    \"undrinkableness\": \"enweghị ihe ọrinkụrinkụ\",\n    \"undrinkably\": \"anaghị arinkụ\",\n    \"undrinking\": \"na-arinụ\",\n    \"undripping\": \"na-ekpuchi\",\n    \"undrivable\": \"enweghị ike ịgbanwe\",\n    \"undrivableness\": \"ekweghị\",\n    \"undriven\": \"arụ ọrụ\",\n    \"undronelike\": \"Ugboro abụọ\",\n    \"undrooping\": \"na-agbadapụ\",\n    \"undropped\": \"agbasaghị\",\n    \"undropsical\": \"enweghị nchekasị\",\n    \"undrossy\": \"Ahịrị\",\n    \"undrossily\": \"n'ụzọ zuru oke\",\n    \"undrossiness\": \"enweghị ọrụ\",\n    \"undrowned\": \"enweghị ihe ọ bụla\",\n    \"undrubbed\": \"agbachapụghị ya\",\n    \"undrugged\": \"emeghi ihe\",\n    \"undrunk\": \"ghara ịrunkụ\",\n    \"undrunken\": \"mmanya\",\n    \"undrunkenness\": \"mmanya\",\n    \"undualistic\": \"enweghị iwu\",\n    \"undub\": \"wepu\",\n    \"undubbed\": \"wepu\",\n    \"undubious\": \"adabaghị\",\n    \"undubiously\": \"n'adịghị mma\",\n    \"undubiousness\": \"enweghị isi\",\n    \"undubitable\": \"enweghị atụ\",\n    \"undubitably\": \"enweghị ike ịgbagha\",\n    \"undubitative\": \"enweghị atụ\",\n    \"undubitatively\": \"n'esemokwu\",\n    \"unducal\": \"adighi ike\",\n    \"unductile\": \"enweghị iwu\",\n    \"undue\": \"ekweghị\",\n    \"unduelling\": \"enweghị isi\",\n    \"undueness\": \"enweghị ọrụ\",\n    \"undug\": \"wepụ\",\n    \"undulance\": \"elezighị anya\",\n    \"undulant\": \"edozi\",\n    \"undularly\": \"n'udo\",\n    \"undulatance\": \"enweghị isi\",\n    \"undulated\": \"agbachitere\",\n    \"undulately\": \"n'emeghị ya\",\n    \"undulates\": \"Ndị na-akwadoghị\",\n    \"undulating\": \"na-agbasa\",\n    \"undulatingly\": \"n'adighi ike\",\n    \"undulation\": \"undu\",\n    \"undulations\": \"akwụkwọ\",\n    \"undulative\": \"adịghị akwụ ụgwọ\",\n    \"undulatory\": \"enweghị isi\",\n    \"unduly\": \"enweghị isi\",\n    \"undull\": \"ghazue\",\n    \"undulled\": \"wepụ\",\n    \"undullness\": \"enweghị isi\",\n    \"unduloid\": \"enweghị ego\",\n    \"undulose\": \"ekpughee\",\n    \"undulous\": \"enweghị atụ\",\n    \"undumbfounded\": \"Ojuju\",\n    \"undumped\": \"gbasasịa\",\n    \"undunged\": \"arụghị ọrụ\",\n    \"undupability\": \"enweghị ike ịchịkwa\",\n    \"undupable\": \"enweghị ike ịgbanwe\",\n    \"unduped\": \"ejighi\",\n    \"unduplicability\": \"enweghị nsogbu\",\n    \"unduplicable\": \"enweghị ike ịkọwapụta\",\n    \"unduplicated\": \"enweghị nsogbu\",\n    \"unduplicative\": \"enweghị atụ\",\n    \"unduplicity\": \"enweghị nsogbu\",\n    \"undurable\": \"-enweghị ike\",\n    \"undurableness\": \"ndidi\",\n    \"undurably\": \"-enweghị ike\",\n    \"undure\": \"ejighi n'aka\",\n    \"undust\": \"wepụ\",\n    \"undusted\": \"na-enweghị ike\",\n    \"undusty\": \"na-ehi ụra\",\n    \"unduteous\": \"mara mma\",\n    \"unduteously\": \"n'enweghị nsogbu\",\n    \"unduteousness\": \"enweghị ọrụ\",\n    \"unduty\": \"arụghị ọrụ\",\n    \"undutiable\": \"enweghị ike\",\n    \"undutiful\": \"echeghị echiche\",\n    \"undutifully\": \"n'emeghị ebere\",\n    \"undutifulness\": \"enweghị obi ebere\",\n    \"undwarfed\": \"enweghị atụ\",\n    \"undwellable\": \"anaghị edozi\",\n    \"undwelt\": \"enweghị ike\",\n    \"undwindling\": \"na-ekpuchi\",\n    \"uneager\": \"enweghị ike\",\n    \"uneagerly\": \"n’enweghị obi ume\",\n    \"uneagerness\": \"enweghị ike\",\n    \"uneagled\": \"enweghị atụ\",\n    \"uneared\": \"ejighị\",\n    \"unearly\": \"enweghi oke\",\n    \"unearned\": \"enweghị ọrụ\",\n    \"unearnest\": \"enweghị atụ\",\n    \"unearnestly\": \"enweghị atụ\",\n    \"unearnestness\": \"enweghị ọrụ\",\n    \"unearth\": \"gwupụta\",\n    \"unearthed\": \"gwupụtatụrụla\",\n    \"unearthing\": \"igwuputa ihe\",\n    \"unearthly\": \"enweghị nsogbu\",\n    \"unearthliness\": \"enweghị nchekasị\",\n    \"unearths\": \"egwu mmiri\",\n    \"unease\": \"enweghi obi iru ala\",\n    \"uneaseful\": \"enweghi obi iru ala\",\n    \"uneasefulness\": \"enweghị nchekasị\",\n    \"uneases\": \"enweghị nsogbu\",\n    \"uneasy\": \"enwe obi iru ala\",\n    \"uneasier\": \"enweghị atụ\",\n    \"uneasiest\": \"enweghị atụ\",\n    \"uneasily\": \"enweghị nsogbu\",\n    \"uneasiness\": \"obi erughị ala\",\n    \"uneastern\": \"n'ebe ọwụwa anyanwụ\",\n    \"uneatable\": \"enweghị ike ịgbatị\",\n    \"uneatableness\": \"enweghị ike ịdị\",\n    \"uneated\": \"enweghị ike\",\n    \"uneaten\": \"bred\",\n    \"uneath\": \"enweghị isi\",\n    \"uneaths\": \"enweghị atụ\",\n    \"uneating\": \"na-enweghị atụ\",\n    \"uneaved\": \"etinyeghị\",\n    \"unebbed\": \"ejighị ya\",\n    \"unebbing\": \"ibudata\",\n    \"unebullient\": \"enweghị isi\",\n    \"uneccentric\": \"enweghị nkwekọrịta\",\n    \"uneccentrically\": \"enweghị nkwekọrịta\",\n    \"unecclesiastic\": \"ụkọchukwu\",\n    \"unecclesiastical\": \"ụka adịghị\",\n    \"unecclesiastically\": \"n’enweghị usoro ụka\",\n    \"unechoed\": \"enwetaghi\",\n    \"unechoing\": \"na-ehichapụ\",\n    \"uneclectic\": \"anakọta\",\n    \"uneclectically\": \"anakọta\",\n    \"uneclipsed\": \"ekpuchighi\",\n    \"uneclipsing\": \"na-ekpuchi\",\n    \"unecliptical\": \"enecliptical\",\n    \"uneconomic\": \"enweghị ego\",\n    \"uneconomical\": \"enweghị ego\",\n    \"uneconomically\": \"enweghị ego\",\n    \"uneconomicalness\": \"enweghị ego\",\n    \"uneconomizing\": \"enweghị ego\",\n    \"uneddying\": \"adịghị edozi\",\n    \"unedging\": \"uningging\",\n    \"unedible\": \"ekweghị\",\n    \"unedibleness\": \"ekweghị\",\n    \"unedibly\": \"enweghị ike\",\n    \"unedificial\": \"abaghị uru\",\n    \"unedified\": \"adịghị n'otu\",\n    \"unedifying\": \"ịdị n'otu\",\n    \"uneditable\": \"ekweghị\",\n    \"unedited\": \"adịghị edozi\",\n    \"uneducable\": \"agụghị akwụkwọ\",\n    \"uneducableness\": \"agụghị akwụkwọ\",\n    \"uneducably\": \"agụghị akwụkwọ\",\n    \"uneducate\": \"agụghị akwụkwọ\",\n    \"uneducated\": \"agụghị akwụkwọ\",\n    \"uneducatedly\": \"agụghị akwụkwọ\",\n    \"uneducatedness\": \"agụghị akwụkwọ\",\n    \"uneducative\": \"agụghị akwụkwọ\",\n    \"uneduced\": \"eduhie\",\n    \"uneffable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"uneffaceable\": \"enweghị ike ịgbanwe\",\n    \"uneffaceably\": \"enweghị usoro\",\n    \"uneffaced\": \"arụghị ọrụ\",\n    \"uneffected\": \"enweghị mmetụta\",\n    \"uneffectible\": \"enweghi ike ime\",\n    \"uneffective\": \"adịghị arụ ọrụ\",\n    \"uneffectively\": \"enweghị isi\",\n    \"uneffectiveness\": \"enweghị ike ịrụ ọrụ\",\n    \"uneffectless\": \"adịghị arụ ọrụ\",\n    \"uneffectual\": \"adighi ike\",\n    \"uneffectually\": \"enweghị isi\",\n    \"uneffectualness\": \"ezighi ezi\",\n    \"uneffectuated\": \"enwetaghị mmetụta\",\n    \"uneffeminate\": \"enweghị atụ\",\n    \"uneffeminated\": \"enweghị usoro\",\n    \"uneffeminately\": \"n'omume\",\n    \"uneffeness\": \"enweghị ike\",\n    \"uneffervescent\": \"ekwesighi\",\n    \"uneffervescently\": \"ekwesighi\",\n    \"uneffeteness\": \"enweghị ike\",\n    \"unefficacious\": \"enweghị ọrụ\",\n    \"unefficaciously\": \"n'adabaghị uru\",\n    \"unefficient\": \"ezughi oke\",\n    \"uneffigiated\": \"enweghị nchekasị\",\n    \"uneffused\": \"agbasaghị\",\n    \"uneffusing\": \"enweghị ike\",\n    \"uneffusive\": \"enweghị ike\",\n    \"uneffusively\": \"n'usoro\",\n    \"uneffusiveness\": \"enweghị ike\",\n    \"unegally\": \"enweghị iwu\",\n    \"unegalness\": \"enweghị iwu\",\n    \"unegotistically\": \"n'amaghi ama\",\n    \"unegregious\": \"enweghị nkwanye ùgwù\",\n    \"unegregiously\": \"na-enweghị nkwenye\",\n    \"unegregiousness\": \"enweghị nkwanye ùgwù\",\n    \"uneye\": \"enweghị\",\n    \"uneyeable\": \"enweghị ike ịgwọ\",\n    \"uneyed\": \"enweghị ihe ọ bụla\",\n    \"unejaculated\": \"edobeghi iwu\",\n    \"unejected\": \"enweghị atụ\",\n    \"unejective\": \"enweghị echiche\",\n    \"unelaborate\": \"ejikọtaghị ọnụ\",\n    \"unelaborated\": \"enweghị ike\",\n    \"unelaborately\": \"ejighi oke\",\n    \"unelaborateness\": \"enweghị nkwenye\",\n    \"unelapsed\": \"wepu aka\",\n    \"unelastic\": \"adịghị agbanwe agbanwe\",\n    \"unelastically\": \"enweghị mgbanwe\",\n    \"unelasticity\": \"ekwesighi\",\n    \"unelated\": \"enweghị atụ\",\n    \"unelating\": \"na-emeghe\",\n    \"unelect\": \"anakọta\",\n    \"unelectable\": \"enweghi ike\",\n    \"unelected\": \"ahọpụtaghị\",\n    \"unelective\": \"enweghị ike ịhọrọ\",\n    \"unelectric\": \"enweghị atụ\",\n    \"unelectrical\": \"enweghị atụ\",\n    \"unelectrically\": \"enweghị atụ\",\n    \"unelectrify\": \"enwetaghị\",\n    \"unelectrified\": \"enwetatụbeghị\",\n    \"unelectrifying\": \"enweghị mmasị\",\n    \"unelectrized\": \"enwetaghị ikike\",\n    \"unelectronic\": \"enweghị mmasị\",\n    \"uneleemosynary\": \"enweghị atụ\",\n    \"unelegant\": \"enweghị mmasị\",\n    \"unelegantly\": \"n'esepụghị anya\",\n    \"unelegantness\": \"enweghị iwu\",\n    \"unelemental\": \"enweghị atụ\",\n    \"unelementary\": \"enweghị akwụkwọ\",\n    \"unelevated\": \"amụtabeghị\",\n    \"unelicitable\": \"ekweghị ekwe omume\",\n    \"unelicited\": \"enwetaghị akwụkwọ\",\n    \"unelidible\": \"ekweghi omume\",\n    \"uneligibility\": \"ekweghị\",\n    \"uneligible\": \"erughị eru\",\n    \"uneligibly\": \"ekwesighi\",\n    \"unelongated\": \"enweghị ogologo\",\n    \"uneloped\": \"agbachapụghị anya\",\n    \"uneloping\": \"agbachapụghị agbagọ\",\n    \"uneloquent\": \"enweghị mmasị\",\n    \"uneloquently\": \"enweghị aha\",\n    \"unelucidating\": \"enweghị atụ\",\n    \"uneludable\": \"enweghị atụ\",\n    \"uneluded\": \"agụghị akwụkwọ\",\n    \"unelusive\": \"enweghị mmasị\",\n    \"unelusively\": \"unelusely\",\n    \"unelusiveness\": \"enweghị mmasị\",\n    \"unemaciated\": \"unememu aru\",\n    \"unemancipable\": \"ekweghị\",\n    \"unemancipated\": \"enwetaghị ikike\",\n    \"unemancipative\": \"enweghị ikike\",\n    \"unemasculated\": \"enweghị atụ\",\n    \"unemasculative\": \"enweghị atụ\",\n    \"unemasculatory\": \"enweghị atụ\",\n    \"unembayed\": \"unbaba\",\n    \"unembalmed\": \"a na-agbanyeghi ọgwụ\",\n    \"unembarassed\": \"ihere\",\n    \"unembarrassed\": \"ihere\",\n    \"unembarrassedly\": \"ihere\",\n    \"unembarrassedness\": \"ihere\",\n    \"unembarrassing\": \"ihere\",\n    \"unembarrassment\": \"ihere\",\n    \"unembased\": \"ejighi ya\",\n    \"unembattled\": \"na-enweghị atụ\",\n    \"unembellished\": \"enweghị atụ\",\n    \"unembellishedness\": \"enweghị atụ\",\n    \"unembittered\": \"enweghị atụ\",\n    \"unembossed\": \"ebughi\",\n    \"unembowelled\": \"enweghị atụ\",\n    \"unembowered\": \"anaghi ekepu\",\n    \"unembraceable\": \"enweghị ike iwepụ\",\n    \"unembraced\": \"anaghi ahapu ha\",\n    \"unembroidered\": \"enweghị atụ\",\n    \"unemendable\": \"ekweghi ekwe omume\",\n    \"unemended\": \"na-enweghị atụ\",\n    \"unemergent\": \"adighi ihe\",\n    \"unemerging\": \"enweghị atụ\",\n    \"unemigrant\": \"na-eme njem\",\n    \"unemigrating\": \"enweghị atụ\",\n    \"uneminent\": \"enweghị atụ\",\n    \"unemissive\": \"enweghị mmasị\",\n    \"unemitted\": \"anaghi atụ\",\n    \"unemitting\": \"enweghị atụ\",\n    \"unemolumented\": \"anaghi ahia\",\n    \"unemotional\": \"enweghi obi\",\n    \"unemotionally\": \"n'emeghị mmụọ\",\n    \"unemotionalness\": \"enweghị ike\",\n    \"unemotioned\": \"na-atụgharị uche\",\n    \"unemotively\": \"n'emeghị ihe ọ bụla\",\n    \"unemotiveness\": \"unemotive\",\n    \"unempaneled\": \"na-enweghị atụ\",\n    \"unempanelled\": \"na-ebugharị ya\",\n    \"unemphasized\": \"enwetaghị nke ọma\",\n    \"unemphasizing\": \"enweghị atụ\",\n    \"unemphatic\": \"adịghị achọ\",\n    \"unemphatical\": \"ekwesighi\",\n    \"unemphatically\": \"n'emeghị ihe ọ bụla\",\n    \"unempirically\": \"n'amaghi ama\",\n    \"unemploy\": \"enweghị ọrụ\",\n    \"unemployability\": \"enweghị ọrụ\",\n    \"unemployable\": \"enweghị ọrụ\",\n    \"unemployableness\": \"enweghị ọrụ\",\n    \"unemployably\": \"enweghị ọrụ\",\n    \"unemployed\": \"enweghị ọrụ\",\n    \"unemployment\": \"enweghị ọrụ\",\n    \"unempoisoned\": \"enweghị atụ\",\n    \"unempowered\": \"enweghi ike\",\n    \"unempt\": \"ejighị ya kpọrọ ihe\",\n    \"unempty\": \"efu\",\n    \"unemptiable\": \"enweghị atụ\",\n    \"unemptied\": \"emeghị ihe nile\",\n    \"unemulative\": \"enweghị atụ\",\n    \"unemulous\": \"abaghị uru\",\n    \"unenabled\": \"adịghị arụ ọrụ\",\n    \"unenacted\": \"emetụtaghị\",\n    \"unenclosed\": \"ekpuchighi\",\n    \"unencompassed\": \"akuko\",\n    \"unencored\": \"akwadoghị\",\n    \"unencountered\": \"unencount\",\n    \"unencouraged\": \"agbaghị ume\",\n    \"unencouraging\": \"agbado ume\",\n    \"unencrypted\": \"ezoro ezo\",\n    \"unencroached\": \"enwetabeghị\",\n    \"unencumbered\": \"ebughi ibu\",\n    \"unencumberedly\": \"n'agụghị akwụkwọ\",\n    \"unencumberedness\": \"enweghị ibu\",\n    \"unencumbering\": \"etinyeghị akwụkwọ\",\n    \"unendable\": \"ekweghi ekwe\",\n    \"unendamaged\": \"ekweghị\",\n    \"unendangered\": \"a ghara itinye ya\",\n    \"unendeared\": \"enwetaghị\",\n    \"unendeavored\": \"ekweghị\",\n    \"unended\": \"ejighi\",\n    \"unendemic\": \"ekweghi ekwe\",\n    \"unending\": \"anaghị agwụ agwụ\",\n    \"unendingly\": \"ekweghi ekwe\",\n    \"unendingness\": \"adịghị agwụ agwụ\",\n    \"unendly\": \"ekweghị\",\n    \"unendorsable\": \"enweghị atụ\",\n    \"unendorsed\": \"ekwenyeghi\",\n    \"unendowed\": \"enweghi ike\",\n    \"unendowing\": \"inyeghachi\",\n    \"unendued\": \"unendu\",\n    \"unendurable\": \"nke a na-apụghị imeri emeri\",\n    \"unendurableness\": \"ekweghiekwe\",\n    \"unendurably\": \"n’enweghị atụ\",\n    \"unendured\": \"unendu\",\n    \"unenduring\": \"anaghị adịte aka\",\n    \"unenduringly\": \"unendendingly\",\n    \"unenergized\": \"agbasaghị\",\n    \"unenervated\": \"edozi\",\n    \"unenfiladed\": \"enenwetaghi\",\n    \"unenforceability\": \"enweghị ike ịrụ ọrụ\",\n    \"unenforceable\": \"enweghị ike ịmanye ya\",\n    \"unenforced\": \"enwughi\",\n    \"unenforcedness\": \"enweghị ike\",\n    \"unenfranchised\": \"enweghi ikike\",\n    \"unenglished\": \"emechaghi\",\n    \"unengraved\": \"enwetaghị aha\",\n    \"unenhanced\": \"agbasaghị\",\n    \"unenjoyable\": \"enweghị obi ụtọ\",\n    \"unenjoyableness\": \"enweghị obi ụtọ\",\n    \"unenjoyed\": \"enweghị obi ụtọ\",\n    \"unenjoying\": \"enweghị obi ụtọ\",\n    \"unenjoyingly\": \"enweghị obi ụtọ\",\n    \"unenjoined\": \"ejikọtaghị ọnụ\",\n    \"unenkindled\": \"na-akpaliteghi iwe\",\n    \"unenlarged\": \"agbasaghị\",\n    \"unenlarging\": \"eme ka a matawanye onwe ha\",\n    \"unenlightened\": \"enwetaghi ìhè\",\n    \"unenlightening\": \"unenlighting\",\n    \"unenlightenment\": \"enwetụghị ìhè\",\n    \"unenlisted\": \"edebanyeghi aha\",\n    \"unenlivened\": \"unenlive\",\n    \"unenlivening\": \"adịghị adị ndụ\",\n    \"unenounced\": \"enenweghi ego\",\n    \"unenquired\": \"ajuju\",\n    \"unenquiring\": \"unenquending\",\n    \"unenraged\": \"enweghi iwe\",\n    \"unenraptured\": \"enenwetaghi\",\n    \"unenrichable\": \"enweghị atụ\",\n    \"unenrichableness\": \"enweghị atụ\",\n    \"unenriched\": \"enweghị ọnụ\",\n    \"unenrolled\": \"edebanyeghị aha ha\",\n    \"unenslaved\": \"ejighi aho ahia\",\n    \"unensured\": \"echeghị\",\n    \"unentailed\": \"ekweghiekwe\",\n    \"unentangle\": \"unantangle\",\n    \"unentangling\": \"ekweghị\",\n    \"unenterable\": \"ọnweghị ike ijide ya\",\n    \"unentered\": \"ebughi\",\n    \"unentering\": \"ekweghị\",\n    \"unenterprise\": \"na-atụghị anya ya\",\n    \"unenterprised\": \"enweghị mgbagwoju anya\",\n    \"unenterprising\": \"enweghị nsogbu\",\n    \"unenterprisingly\": \"n'amaghi ama\",\n    \"unenterprisingness\": \"enweghị nsogbu\",\n    \"unentertainable\": \"agaghị ekwe omume\",\n    \"unentertained\": \"unentertain\",\n    \"unentertaining\": \"adabaghị\",\n    \"unentertainingly\": \"adabaghị\",\n    \"unentertainingness\": \"enweghị ike ọgwụgwụ\",\n    \"unenthralled\": \"okpokoro\",\n    \"unenthralling\": \"agbagọ\",\n    \"unenthroned\": \"okpokoro\",\n    \"unenthused\": \"ejighi\",\n    \"unenthusiasm\": \"ekweghiekwe\",\n    \"unenthusiastic\": \"enweghị isi\",\n    \"unenthusiastically\": \"n’ike n’ike n’ike\",\n    \"unenticeable\": \"enweghị atụ\",\n    \"unenticed\": \"ahụghị\",\n    \"unenticing\": \"adịghị achọpụta\",\n    \"unentitled\": \"enweghị aha\",\n    \"unentitledness\": \"enweghị aha\",\n    \"unentitlement\": \"unititment\",\n    \"unentombed\": \"ekweghị\",\n    \"unentrapped\": \"enwetaghị\",\n    \"unentreatable\": \"enweghị ọgwụgwọ\",\n    \"unentreated\": \"ekweghị\",\n    \"unentreating\": \"ịgwọ ọrịa\",\n    \"unentrenched\": \"unetrenched\",\n    \"unenumerable\": \"enweghị ike ịgụta ọnụ\",\n    \"unenumerated\": \"enweghị ọgụgụ\",\n    \"unenumerative\": \"enweghị ọgụgụ\",\n    \"unenunciable\": \"enweghị ike ikwupụta ya\",\n    \"unenunciated\": \"ịkpọghị aha\",\n    \"unenunciative\": \"enweghị ike ịkpọ okwu\",\n    \"unenveloped\": \"enwetaghị\",\n    \"unenviable\": \"enweghị atụ\",\n    \"unenvied\": \"enweghi anya\",\n    \"unenviedly\": \"enweghị anya\",\n    \"unenvying\": \"enweghị mmasị\",\n    \"unenvious\": \"adighi anya ozo\",\n    \"unenviously\": \"n'amaghị ama\",\n    \"unenvironed\": \"gburugburu\",\n    \"unepauleted\": \"enweghi iwu\",\n    \"unepauletted\": \"edebeghi akwukwo\",\n    \"unephemerally\": \"n'adighi ike\",\n    \"unepigrammatic\": \"unepigrammat\",\n    \"unepigrammatically\": \"n'emegheghi nke oma\",\n    \"unepiscopally\": \"n'amaghi ama\",\n    \"unepitomised\": \"enweghị nchịkwa\",\n    \"unepitomized\": \"enweghị atụ\",\n    \"unepochal\": \"adịghị edozi\",\n    \"unequability\": \"enweghị ahazi\",\n    \"unequable\": \"enweghị atụ\",\n    \"unequableness\": \"enweghị atụ\",\n    \"unequably\": \"enweghị atụ\",\n    \"unequal\": \"ahaghị nhata\",\n    \"unequalable\": \"enweghị ike ịkọwa ya\",\n    \"unequaled\": \"enweghị atụ\",\n    \"unequalise\": \"ahaghị nhata\",\n    \"unequalised\": \"ahaghị nhata\",\n    \"unequalising\": \"enweghị atụ\",\n    \"unequality\": \"ahaghị nhata\",\n    \"unequalize\": \"enweghị atụ\",\n    \"unequalized\": \"ahaghị nhata\",\n    \"unequalizing\": \"enweghị atụ\",\n    \"unequalled\": \"enweghị atụ\",\n    \"unequally\": \"ahaghị nhata\",\n    \"unequalness\": \"ahaghị nhata\",\n    \"unequals\": \"ahaghị nhata\",\n    \"unequated\": \"enweghị atụ\",\n    \"unequatorial\": \"enweghị atụ\",\n    \"unequestrian\": \"unquestrian\",\n    \"unequiaxed\": \"emeghi\",\n    \"unequilateral\": \"enweghị atụ\",\n    \"unequilaterally\": \"enweghị atụ\",\n    \"unequilibrated\": \"enweghị atụ\",\n    \"unequine\": \"ahaghị nhata\",\n    \"unequipped\": \"enweghị ngwa ọrụ\",\n    \"unequitable\": \"enweghị atụ\",\n    \"unequitableness\": \"ahaghị nhata\",\n    \"unequitably\": \"enweghị atụ\",\n    \"unequivalent\": \"enweghị atụ\",\n    \"unequivalently\": \"enweghị atụ\",\n    \"unequivalve\": \"enweghị ike iche\",\n    \"unequivalved\": \"enweghị nkwekọrịta\",\n    \"unequivocably\": \"n’enweghị mgbagha\",\n    \"unequivocal\": \"doro anya\",\n    \"unequivocally\": \"doro anya\",\n    \"unequivocalness\": \"enweghị mgbagha\",\n    \"unequivocating\": \"doro anya\",\n    \"uneradicable\": \"enweghị ike ịkọwa\",\n    \"unerasable\": \"enweghị ike ịgbanwe\",\n    \"unerased\": \"arụtụbeghị\",\n    \"unerasing\": \"adịghị arụ ọrụ\",\n    \"unerect\": \"adịghị arụ ọrụ\",\n    \"unerected\": \"ewepụtabeghị\",\n    \"unermined\": \"enweghị atụ\",\n    \"unerodable\": \"enweghị ike ịgbanwe\",\n    \"uneroded\": \"agbasaghị\",\n    \"unerodent\": \"adịghị arụ ọrụ\",\n    \"uneroding\": \"anaghị ekpochapụ\",\n    \"unerosive\": \"anaghị arụ ọrụ\",\n    \"unerotic\": \"enweghị atụ\",\n    \"unerrable\": \"enweghi ike\",\n    \"unerrableness\": \"enweghị ike\",\n    \"unerrably\": \"n'ụzọ na-adịghị mma\",\n    \"unerrancy\": \"enweghị ọrụ\",\n    \"unerrant\": \"enweghị nkwenye\",\n    \"unerrantly\": \"n'amaghi ama\",\n    \"unerring\": \"ghara ịhapụ\",\n    \"unerringly\": \"n'adighi ike\",\n    \"unerringness\": \"enweghị ike\",\n    \"unerroneous\": \"ekwenyeghi\",\n    \"unerroneously\": \"n'amaghị ama\",\n    \"unerroneousness\": \"erughị eru\",\n    \"unerudite\": \"agụghị akwụkwọ\",\n    \"unerupted\": \"enwetaghi\",\n    \"uneruptive\": \"arụ ọrụ\",\n    \"unescalloped\": \"akuko\",\n    \"unescapable\": \"enweghị ike ịgbanahụ\",\n    \"unescapableness\": \"enweghị ike ịgbanahụ\",\n    \"unescapably\": \"-napụghị ịgbanahụ\",\n    \"unescheated\": \"eleghi anya\",\n    \"uneschewably\": \"n’enweghị nsogbu\",\n    \"uneschewed\": \"elebanye anya\",\n    \"unescorted\": \"unesgres\",\n    \"unescutcheoned\": \"eleghi anya\",\n    \"unespied\": \"enupughi\",\n    \"unespousable\": \"enweghi ike ịkọwa\",\n    \"unespoused\": \"unospopo\",\n    \"unessayed\": \"unessaisha\",\n    \"unessence\": \"enweghi nkwenye\",\n    \"unessential\": \"adịghị mkpa\",\n    \"unessentially\": \"enweghị atụ\",\n    \"unessentialness\": \"ezighi ezi\",\n    \"unestablish\": \"imeghe\",\n    \"unestablishable\": \"enweghị ike ịkwụsị\",\n    \"unestablished\": \"emeghi ka\",\n    \"unestablishment\": \"emeghe\",\n    \"unesteemed\": \"eleghị anya\",\n    \"unesthetic\": \"enweghị mmasị\",\n    \"unestimable\": \"enweghị atụ\",\n    \"unestimableness\": \"enweghị atụ\",\n    \"unestimably\": \"enweghị atụ\",\n    \"unestimated\": \"enweghị atụ\",\n    \"unestopped\": \"ekpuchighi\",\n    \"unestranged\": \"enwetaghi agbanwe\",\n    \"uneternal\": \"uneterinal\",\n    \"uneternized\": \"unetneeti\",\n    \"unethereal\": \"enweghị nchịkwa\",\n    \"unethereally\": \"ethere\",\n    \"unetherealness\": \"ịdị adị\",\n    \"unethic\": \"adịghị mma\",\n    \"unethical\": \"adịghị mma\",\n    \"unethylated\": \"enweghị njikọ\",\n    \"uneucharistical\": \"adịghị ike ụka\",\n    \"uneugenic\": \"enweghị nchekasị\",\n    \"uneugenical\": \"enweghị atụ\",\n    \"uneugenically\": \"n'amaghi ama\",\n    \"uneulogised\": \"edeghi aha\",\n    \"uneulogized\": \"edebeghị aha\",\n    \"uneuphemistic\": \"enweghị atụ\",\n    \"uneuphemistical\": \"enweghị atụ\",\n    \"uneuphemistically\": \"enweghị atụ\",\n    \"uneuphonic\": \"enweghị atụ\",\n    \"uneuphonious\": \"emeghị ihe n'eziokwu\",\n    \"uneuphoniously\": \"n'amaghị ama\",\n    \"uneuphoniousness\": \"emeghị ihe n'eziokwu\",\n    \"unevacuated\": \"ewepu\",\n    \"unevadable\": \"-apụghị izere ezere\",\n    \"unevaded\": \"enweghị ike\",\n    \"unevadible\": \"-apụghị izere ezere\",\n    \"unevading\": \"anaghị ekpuchi\",\n    \"unevaluated\": \"enweghị ọnụ\",\n    \"unevanescent\": \"enweghị isi\",\n    \"unevanescently\": \"enweghị isi\",\n    \"unevangelic\": \"ezighi ozi\",\n    \"unevangelical\": \"ekwesighi\",\n    \"unevangelically\": \"enweghị ozi\",\n    \"unevangelised\": \"ezisaghị ozi\",\n    \"unevangelized\": \"ekwusighi ozi oma\",\n    \"unevaporate\": \"enweghị isi\",\n    \"unevaporated\": \"enweghị atụ\",\n    \"unevaporative\": \"enweghị isi\",\n    \"unevasive\": \"enweghị atụ\",\n    \"unevasively\": \"enweghị atụ\",\n    \"unevasiveness\": \"enweghị ike\",\n    \"uneven\": \"mkpumkpu\",\n    \"unevener\": \"mkpumkpu\",\n    \"unevenest\": \"ahaghị nhata\",\n    \"unevenly\": \"mkpumkpu\",\n    \"unevenness\": \"enweghi ike\",\n    \"uneventful\": \"enweghi ike\",\n    \"uneventfully\": \"enweghị atụ\",\n    \"uneventfulness\": \"enweghi obi iru ala\",\n    \"uneversible\": \"enweghị ike ịgbanwe agbanwe\",\n    \"uneverted\": \"ekpenta\",\n    \"unevicted\": \"ahụghị anya\",\n    \"unevidenced\": \"enweghi ike igosi\",\n    \"unevidential\": \"ezighi ezi\",\n    \"unevil\": \"enweghi obi ojoo\",\n    \"unevinced\": \"ekwenyeghi\",\n    \"unevincible\": \"ekwetaghị\",\n    \"unevirated\": \"a chọpụtaghị\",\n    \"uneviscerated\": \"emegheghi\",\n    \"unevitable\": \"-apụghị izere ezere\",\n    \"unevitably\": \"-na-apụghị izere ezere\",\n    \"unevocable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"unevocative\": \"adịghị edozi ahụ\",\n    \"unevokable\": \"apụghị izere ezere\",\n    \"unevoked\": \"akpọghị\",\n    \"unevolutional\": \"enweghị echiche\",\n    \"unevolutionary\": \"enweghị echiche\",\n    \"unevolved\": \"enweghị ike\",\n    \"unexacerbated\": \"enweghị ka njọ\",\n    \"unexacerbating\": \"enweghị ka njọ\",\n    \"unexact\": \"ekwughị\",\n    \"unexacted\": \"a chọpụtabeghị\",\n    \"unexactedly\": \"enweghị atụ\",\n    \"unexacting\": \"enweghị nkọwa\",\n    \"unexactingly\": \"n'egbughị oge\",\n    \"unexactingness\": \"enweghị nkọwa\",\n    \"unexactly\": \"enweghị isi\",\n    \"unexactness\": \"enweghị nkọwa\",\n    \"unexaggerable\": \"ikwughachi\",\n    \"unexaggerated\": \"ikwubiga okwu ókè\",\n    \"unexaggerating\": \"ikwubiga okwu ókè\",\n    \"unexaggerative\": \"ikwughachi okwu\",\n    \"unexaggeratory\": \"ikwughachi\",\n    \"unexalted\": \"enweghị elu\",\n    \"unexalting\": \"enweghị nkọwa\",\n    \"unexaminable\": \"enweghị ike ịkọwapụta\",\n    \"unexamined\": \"enweghị atụ\",\n    \"unexamining\": \"enweghị nyocha\",\n    \"unexampled\": \"enweghị atụ\",\n    \"unexampledness\": \"nkọwapụta\",\n    \"unexasperated\": \"enweghị nkọwa\",\n    \"unexasperating\": \"enweghị nkọwa\",\n    \"unexcavated\": \"ekpughere\",\n    \"unexceedable\": \"enweghị ike ịgbanwe\",\n    \"unexceeded\": \"emeghi\",\n    \"unexcelled\": \"enweghị nkọwa\",\n    \"unexcellent\": \"enweghị atụ\",\n    \"unexcellently\": \"a maghị nke ọma\",\n    \"unexcelling\": \"enweghị nkọwa\",\n    \"unexceptable\": \"ekweghi ekwe\",\n    \"unexcepted\": \"ekweghị\",\n    \"unexcepting\": \"na-enweghị atụ\",\n    \"unexceptionability\": \"enweghị ike ịghọta ya\",\n    \"unexceptionable\": \"ekweghi ekwe\",\n    \"unexceptionableness\": \"-enweghị ike ịghọta\",\n    \"unexceptionably\": \"n'ụzọ a na-apụghị ịghọta aghọta\",\n    \"unexceptional\": \"enweghi ike\",\n    \"unexceptionality\": \"enweghị atụ\",\n    \"unexceptionally\": \"na-atụghị anya ya\",\n    \"unexceptionalness\": \"enweghi ike\",\n    \"unexceptive\": \"enweghị nghọta\",\n    \"unexcerpted\": \"enweghị nyocha\",\n    \"unexcessive\": \"enweghị isi\",\n    \"unexcessively\": \"enweghị isi\",\n    \"unexcessiveness\": \"enweghị isi\",\n    \"unexchangeable\": \"enweghị mgbanwe\",\n    \"unexchangeableness\": \"enweghị mgbanwe\",\n    \"unexchangeabness\": \"enweghị mgbanwe\",\n    \"unexchanged\": \"agbanweghi agbanwe\",\n    \"unexcised\": \"ekwughi\",\n    \"unexcitability\": \"enweghị ike ịdị\",\n    \"unexcitable\": \"nke a na-apụghị ịkọwa akọwa\",\n    \"unexcitablely\": \"enweghị atụ\",\n    \"unexcitableness\": \"enweghị ihe ọ bụla\",\n    \"unexcited\": \"a na-akọwaghị\",\n    \"unexciting\": \"enweghị nkọwa\",\n    \"unexclaiming\": \"ikwuputa\",\n    \"unexcludable\": \"enweghị ike ịkọwapụta\",\n    \"unexcluded\": \"achughi\",\n    \"unexcluding\": \"ekpuchighi\",\n    \"unexclusive\": \"enweghị isi\",\n    \"unexclusively\": \"enweghị ihe ọ bụ\",\n    \"unexclusiveness\": \"enweghị ihe ọ bụla\",\n    \"unexcogitable\": \"a na-apụghị ịkọwa akọwa\",\n    \"unexcogitated\": \"ekpughere\",\n    \"unexcogitative\": \"a na-akọwaghị\",\n    \"unexcommunicated\": \"ekwughị okwu\",\n    \"unexcoriated\": \"ekwughị\",\n    \"unexcorticated\": \"a na-akọwaghị\",\n    \"unexcrescent\": \"ekpugheghi\",\n    \"unexcrescently\": \"ekpuchighị\",\n    \"unexcreted\": \"a na-akọwaghị\",\n    \"unexcruciating\": \"enweghị atụ\",\n    \"unexculpable\": \"a na-apụghị ịkọwapụta\",\n    \"unexculpably\": \"enweghi ngosiputa\",\n    \"unexculpated\": \"a na-akọwaghị\",\n    \"unexcursive\": \"enweghị nkọwa\",\n    \"unexcursively\": \"enweghị nkọwa\",\n    \"unexcusable\": \"enweghị ihe ngọpụ\",\n    \"unexcusableness\": \"enweghị ihe ngọpụ\",\n    \"unexcusably\": \"enweghi ihe ngọpụ\",\n    \"unexcused\": \"ekweghi\",\n    \"unexcusedly\": \"n’enweghị ihe kpatara ya\",\n    \"unexcusedness\": \"enweghị ike\",\n    \"unexcusing\": \"enweghị ngọpụ\",\n    \"unexecrated\": \"enweghị nkọwa\",\n    \"unexecutable\": \"a na-apụghị ịgbagha agbagha\",\n    \"unexecuted\": \"a na-akọwaghị\",\n    \"unexecuting\": \"ekpughere\",\n    \"unexecutorial\": \"enweghị nkọwa\",\n    \"unexemplary\": \"ihe atụ\",\n    \"unexemplifiable\": \"enweghị ike ịkọwapụtacha\",\n    \"unexemplified\": \"akọwabeghị\",\n    \"unexempt\": \"enweghị atụ\",\n    \"unexemptable\": \"enweghị atụ\",\n    \"unexempted\": \"anaghi anwaputa\",\n    \"unexemptible\": \"enweghị ike ịkọwapụta\",\n    \"unexempting\": \"enweghị atụ\",\n    \"unexercisable\": \"enweghị ike ịgbanwe\",\n    \"unexercise\": \"emegaghị\",\n    \"unexercised\": \"emeghị\",\n    \"unexerted\": \"a na-ekpughere\",\n    \"unexhalable\": \"enweghị ike ịkọwa\",\n    \"unexhaled\": \"enweghị nkọwa\",\n    \"unexhausted\": \"enweghị ike gwụ\",\n    \"unexhaustedly\": \"n'enweghị ume\",\n    \"unexhaustedness\": \"enweghị ike\",\n    \"unexhaustible\": \"enweghị ike ịkọwapụta\",\n    \"unexhaustibleness\": \"enweghị ike ịkọwapụta\",\n    \"unexhaustibly\": \"enweghị ike ịkwụsị\",\n    \"unexhaustion\": \"enweghị nkọwa\",\n    \"unexhaustive\": \"enweghị ike ikwupụta\",\n    \"unexhaustively\": \"enweghị atụ\",\n    \"unexhaustiveness\": \"enweghị atụ\",\n    \"unexhibitable\": \"a na-enweghị ike ikwupụta\",\n    \"unexhibitableness\": \"a na-enweghị ike ikwupụta ya\",\n    \"unexhibited\": \"ekweghị\",\n    \"unexhilarated\": \"enweghị nkọwa\",\n    \"unexhilarating\": \"enweghị atụ\",\n    \"unexhilarative\": \"enweghị ngosị\",\n    \"unexhortative\": \"enweghị nkọwa\",\n    \"unexhorted\": \"a chọpụtabeghị\",\n    \"unexhumed\": \"agbachapụbeghị\",\n    \"unexigent\": \"enweghi ihe obula\",\n    \"unexigently\": \"na-enweghị atụ\",\n    \"unexigible\": \"enweghị ike ịkọwa\",\n    \"unexilable\": \"enweghị ike ịkọwa\",\n    \"unexiled\": \"enweghị atụ\",\n    \"unexistence\": \"enweghi\",\n    \"unexistent\": \"adịghị adị\",\n    \"unexistential\": \"enweghi ihe omuma\",\n    \"unexistentially\": \"enweghi ike\",\n    \"unexisting\": \"enweghị\",\n    \"unexonerable\": \"enweghi ike ikwusi\",\n    \"unexonerated\": \"enweghị nkọwa\",\n    \"unexonerative\": \"enweghị nkọwa\",\n    \"unexorable\": \"enweghị ike ịkọwapụta\",\n    \"unexorableness\": \"ekwughi okwu\",\n    \"unexorbitant\": \"enweghị mgbagha\",\n    \"unexorbitantly\": \"aghara aghara\",\n    \"unexorcisable\": \"a na-apụghị ịkọwa akọwa\",\n    \"unexorcisably\": \"n'ụzọ a na-apụghị ịgbagha agbagha\",\n    \"unexorcised\": \"enweghị nkọwa\",\n    \"unexotic\": \"ekwesighi\",\n    \"unexotically\": \"n'ụzọ na-enweghị atụ\",\n    \"unexpandable\": \"a na-apụghị ịgbasa\",\n    \"unexpanded\": \"agbasaghị\",\n    \"unexpanding\": \"agbasaghị\",\n    \"unexpansible\": \"enweghị nkọwa\",\n    \"unexpansive\": \"enweghị nghọta\",\n    \"unexpansively\": \"gbasaa\",\n    \"unexpansiveness\": \"Mgbasapụ\",\n    \"unexpect\": \"atụghị anya\",\n    \"unexpectability\": \"enweghị atụ\",\n    \"unexpectable\": \"ekweghi ekwe\",\n    \"unexpectably\": \"na-atụghị anya ya\",\n    \"unexpectant\": \"enweghị atụ\",\n    \"unexpectantly\": \"na-atụghị anya ya\",\n    \"unexpected\": \"atụghị anya\",\n    \"unexpectedly\": \"na-atụghị anya ya\",\n    \"unexpectedness\": \"na-atụghị anya ya\",\n    \"unexpecteds\": \"na-atụghị anya\",\n    \"unexpecting\": \"na-atụghị anya\",\n    \"unexpectingly\": \"na-atụghị anya ya\",\n    \"unexpectorated\": \"enweghị atụ\",\n    \"unexpedient\": \"enweghị atụ\",\n    \"unexpediently\": \"a na-akọwaghị ya\",\n    \"unexpeditable\": \"enweghị ike ịkọwapụta\",\n    \"unexpeditated\": \"enyochaghị\",\n    \"unexpedited\": \"ekwughi okwu\",\n    \"unexpeditious\": \"enweghị nkọwa\",\n    \"unexpeditiously\": \"enweghị nkọwa\",\n    \"unexpeditiousness\": \"enweghị atụ\",\n    \"unexpellable\": \"enweghị ike ịkọwapụta\",\n    \"unexpelled\": \"akọwaghị\",\n    \"unexpendable\": \"akwụghị ụgwọ\",\n    \"unexpended\": \"akwụghị ụgwọ\",\n    \"unexpensive\": \"adịghị ọnụ\",\n    \"unexpensively\": \"enweghị ọnụ\",\n    \"unexpensiveness\": \"enweghị ọnụ\",\n    \"unexperience\": \"enweghị ahụmahụ\",\n    \"unexperienced\": \"enweghị ahụmahụ\",\n    \"unexperiencedness\": \"enweghị ahụmahụ\",\n    \"unexperient\": \"enweghị ahụmahụ\",\n    \"unexperiential\": \"enweghị ihe ọ bụla\",\n    \"unexperientially\": \"enweghị ihe ọhụụ\",\n    \"unexperimental\": \"enweghị atụ\",\n    \"unexperimentally\": \"enweghị mmetụta\",\n    \"unexperimented\": \"echebeghị\",\n    \"unexpert\": \"enweghị nkọwa\",\n    \"unexpertly\": \"enweghị ihe atụ\",\n    \"unexpertness\": \"enweghị ihe ọhụụ\",\n    \"unexpiable\": \"a na-apụghị ịkọwapụta\",\n    \"unexpiated\": \"ekpughere\",\n    \"unexpired\": \"emeghi emecha\",\n    \"unexpiring\": \"enweghị ume\",\n    \"unexplainable\": \"enweghị ike ịkọwa\",\n    \"unexplainableness\": \"enweghị nkọwa\",\n    \"unexplainably\": \"enweghị nkọwa\",\n    \"unexplained\": \"akọwaghị\",\n    \"unexplainedly\": \"akọwaghị\",\n    \"unexplainedness\": \"akọwaghị\",\n    \"unexplaining\": \"na-akọwaghị\",\n    \"unexplanatory\": \"enweghị nkọwa\",\n    \"unexplicable\": \"enweghị nkọwa\",\n    \"unexplicableness\": \"enweghị nkọwa\",\n    \"unexplicably\": \"enweghị nkọwa\",\n    \"unexplicated\": \"enweghị nkọwa\",\n    \"unexplicative\": \"enweghị isi\",\n    \"unexplicit\": \"ekpughere\",\n    \"unexplicitly\": \"n'ụzọ doro anya\",\n    \"unexplicitness\": \"ihe omuma\",\n    \"unexplodable\": \"enweghị ike ịkọwapụta\",\n    \"unexploded\": \"agbasaghị\",\n    \"unexploitable\": \"enweghị ike ịkọwapụta\",\n    \"unexploitation\": \"enweghị ngagharị\",\n    \"unexploitative\": \"enweghị ngagharị\",\n    \"unexploited\": \"a na-akọwaghị\",\n    \"unexplorable\": \"enweghị ike ịkọwapụta\",\n    \"unexplorative\": \"enweghị nkọwa\",\n    \"unexploratory\": \"enweghị nyocha\",\n    \"unexplored\": \"enweghị nyocha\",\n    \"unexplosive\": \"enweghị ike\",\n    \"unexplosively\": \"na-akọwaghị\",\n    \"unexplosiveness\": \"enweghị ike\",\n    \"unexponible\": \"enweghị ike ịkọwa\",\n    \"unexportable\": \"enweghi ike ikwuputa ya\",\n    \"unexported\": \"ekwuputaghi\",\n    \"unexporting\": \"ekwuputaghi\",\n    \"unexposable\": \"a na-ekpugheghi ewepu\",\n    \"unexposed\": \"ekpughere\",\n    \"unexpostulating\": \"enweghị nkọwa\",\n    \"unexpoundable\": \"a na-akpoghi akpo ya\",\n    \"unexpounded\": \"akọwaghị\",\n    \"unexpress\": \"ekwughị\",\n    \"unexpressable\": \"enweghị ike ịkọwapụta\",\n    \"unexpressableness\": \"enweghị nkọwa\",\n    \"unexpressably\": \"a na-apụghị ịkọwapụta\",\n    \"unexpressed\": \"egosighi\",\n    \"unexpressedly\": \"enweghị nkọwa\",\n    \"unexpressible\": \"enweghị nkọwa\",\n    \"unexpressibleness\": \"enweghị nkọwa\",\n    \"unexpressibly\": \"a na-apụghị ịkọwapụta\",\n    \"unexpressive\": \"enweghị ike igosipụta\",\n    \"unexpressively\": \"enweghị nkọwa\",\n    \"unexpressiveness\": \"ekwughị okwu\",\n    \"unexpressly\": \"ekwughị\",\n    \"unexpropriable\": \"ekwesighi\",\n    \"unexpropriated\": \"ekwesighi\",\n    \"unexpugnable\": \"a na-apụghị ịkọwapụta\",\n    \"unexpunged\": \"ekpughere\",\n    \"unexpurgated\": \"enweghị nkọwa\",\n    \"unexpurgatedly\": \"enweghị nkọwa\",\n    \"unexpurgatedness\": \"enweghị nkọwa\",\n    \"unextendable\": \"enweghị ike ịgbanwe\",\n    \"unextended\": \"agbasaghị\",\n    \"unextendedly\": \"enweghị atụ\",\n    \"unextendedness\": \"ogweghi aka\",\n    \"unextendibility\": \"ekwenyeghi\",\n    \"unextendible\": \"ekwenyeghi\",\n    \"unextensibility\": \"enweghị ike ịgbatị agbatị\",\n    \"unextensible\": \"ekweghi ekwe omume\",\n    \"unextenuable\": \"enweghị ike ịgbagha\",\n    \"unextenuated\": \"enweghị ike\",\n    \"unextenuating\": \"n'etinye aka\",\n    \"unexterminable\": \"enweghị ike ịkọwapụta\",\n    \"unexterminated\": \"emeghi ka ebibi ya\",\n    \"unexternal\": \"enweghị nkọwa\",\n    \"unexternality\": \"enweghị ihe ọhụụ\",\n    \"unexterritoriality\": \"nkwupụta okwu\",\n    \"unextinct\": \"enweghi ike\",\n    \"unextinctness\": \"enweghị nsogbu\",\n    \"unextinguishable\": \"enweghị ike ịgbanyụ ya\",\n    \"unextinguishableness\": \"enweghị atụ\",\n    \"unextinguishably\": \"-agaghị agwụ agwụ\",\n    \"unextinguished\": \"emezughi\",\n    \"unextirpable\": \"enweghị ike ịgbagha\",\n    \"unextirpated\": \"edoghi anya\",\n    \"unextolled\": \"agbasaghị\",\n    \"unextortable\": \"enweghị ike ịkọwapụta\",\n    \"unextorted\": \"agunyeghi\",\n    \"unextractable\": \"enweghị ike ịgbagha\",\n    \"unextracted\": \"ewepụtabeghị\",\n    \"unextradited\": \"enwetaghị\",\n    \"unextraneous\": \"enweghị isi\",\n    \"unextraneously\": \"edeghị ede\",\n    \"unextraordinary\": \"enweghị ihe ọhụụ\",\n    \"unextravagance\": \"enweghị nkwekọrịta\",\n    \"unextravagant\": \"enweghị nkọwa\",\n    \"unextravagantly\": \"n’arụghị ụka\",\n    \"unextravagating\": \"na-agbasawanye\",\n    \"unextravasated\": \"na-akọwapụtaghị ya\",\n    \"unextreme\": \"enweghị isi\",\n    \"unextremeness\": \"enweghị echiche\",\n    \"unextricable\": \"enweghị ike ịkọwapụta ya\",\n    \"unextricated\": \"enweghị nkọwa\",\n    \"unextrinsic\": \"enweghị atụ\",\n    \"unextruded\": \"emeputa\",\n    \"unexuberant\": \"enweghị atụ\",\n    \"unexuberantly\": \"enweghị atụ\",\n    \"unexudative\": \"ekwesighi\",\n    \"unexuded\": \"ekwughị\",\n    \"unexultant\": \"enweghị\",\n    \"unexultantly\": \"enweghị atụ\",\n    \"unfabled\": \"enweghị ike\",\n    \"unfabling\": \"enweghị ike\",\n    \"unfabricated\": \"enweghị ike\",\n    \"unfabulous\": \"enweghị atụ\",\n    \"unfabulously\": \"enweghị atụ\",\n    \"unfacaded\": \"emeghị\",\n    \"unface\": \"okwu\",\n    \"unfaceable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"unfaced\": \"emeghị\",\n    \"unfaceted\": \"emeghi\",\n    \"unfacetious\": \"facetious\",\n    \"unfacetiously\": \"n'ụzọ zuru oke\",\n    \"unfacetiousness\": \"enweghị ọrụ\",\n    \"unfacile\": \"na-enweghị ike\",\n    \"unfacilely\": \"enweghị atụ\",\n    \"unfacilitated\": \"adịghị njikere\",\n    \"unfact\": \"ezughi oke\",\n    \"unfactional\": \"arụghị ọrụ\",\n    \"unfactious\": \"arụ ọrụ\",\n    \"unfactiously\": \"n'ụzọ doro anya\",\n    \"unfactitious\": \"arụ ọrụ\",\n    \"unfactorable\": \"enweghị ike ime\",\n    \"unfactored\": \"edozighi\",\n    \"unfactual\": \"ezughi oke\",\n    \"unfactually\": \"enweghị isi\",\n    \"unfactualness\": \"ezughi oke\",\n    \"unfadable\": \"enweghị ike\",\n    \"unfaded\": \"emezughị\",\n    \"unfading\": \"anaghị apụ apụ\",\n    \"unfadingly\": \"n'adighi nma\",\n    \"unfadingness\": \"enweghị atụ\",\n    \"unfagged\": \"enweghị ike\",\n    \"unfagoted\": \"etinyeghị\",\n    \"unfailable\": \"enweghị\",\n    \"unfailableness\": \"enweghị\",\n    \"unfailably\": \"enweghị\",\n    \"unfailed\": \"emeghị\",\n    \"unfailing\": \"adịghị ada ada\",\n    \"unfailingly\": \"adịghị ada ada\",\n    \"unfailingness\": \"enweghị atụ\",\n    \"unfain\": \"ifu\",\n    \"unfaint\": \"edoghi\",\n    \"unfainting\": \"enweghị atụ\",\n    \"unfaintly\": \"n’adaghị\",\n    \"unfair\": \"ikenenke\",\n    \"unfairer\": \"enweghị isi\",\n    \"unfairest\": \"ikenenke\",\n    \"unfairylike\": \"ikenenke nte\",\n    \"unfairly\": \"ikenenke\",\n    \"unfairminded\": \"ikenenke\",\n    \"unfairness\": \"ikenenke\",\n    \"unfaith\": \"ekwesịghị ntụkwasị obi\",\n    \"unfaithful\": \"ekwesịghị ntụkwasị obi\",\n    \"unfaithfully\": \"ekwesịghị ntụkwasị obi\",\n    \"unfaithfulness\": \"ekwesịghị ntụkwasị obi\",\n    \"unfaiths\": \"ekwesịghị ntụkwasị obi\",\n    \"unfaithworthy\": \"ekwesịghị ntụkwasị obi\",\n    \"unfaithworthiness\": \"ekwesịghị ntụkwasị obi\",\n    \"unfakable\": \"enweghị atụ\",\n    \"unfaked\": \"agbachapụghị\",\n    \"unfalcated\": \"enweghị iwu\",\n    \"unfallacious\": \"enweghị atụ\",\n    \"unfallaciously\": \"n'amaghi ama\",\n    \"unfallaciousness\": \"enweghị atụ\",\n    \"unfallen\": \"ida\",\n    \"unfallenness\": \"enweghị ọrụ\",\n    \"unfallible\": \"emechu eme\",\n    \"unfallibleness\": \"enweghị ike ime\",\n    \"unfallibly\": \"enweghị atụ\",\n    \"unfalling\": \"na-ada\",\n    \"unfallowed\": \"ekweghị\",\n    \"unfalse\": \"emeghị\",\n    \"unfalseness\": \"ezughị okè\",\n    \"unfalsifiable\": \"enweghị ike ịkọwapụta\",\n    \"unfalsified\": \"agbasaghi\",\n    \"unfalsifiedness\": \"ezighi ezi\",\n    \"unfalsity\": \"emeghị eme\",\n    \"unfaltering\": \"agbasaghị\",\n    \"unfalteringly\": \"na-enweghị isi\",\n    \"unfamed\": \"enweghị ọkụ\",\n    \"unfamiliar\": \"amaghi\",\n    \"unfamiliarised\": \"amabeghị\",\n    \"unfamiliarity\": \"amaghi ama\",\n    \"unfamiliarized\": \"amaghi onwe ya\",\n    \"unfamiliarly\": \"enweghị atụ\",\n    \"unfamous\": \"amaghi ama\",\n    \"unfanatical\": \"ekwesighi\",\n    \"unfancy\": \"enweghi ike\",\n    \"unfanciable\": \"enweghị atụ\",\n    \"unfanciful\": \"enweghị obi ebere\",\n    \"unfancifulness\": \"enweghị obi ebere\",\n    \"unfanciness\": \"enweghi uche\",\n    \"unfanged\": \"emezughị\",\n    \"unfanned\": \"ekpuchighị\",\n    \"unfantastic\": \"adị efu\",\n    \"unfantastical\": \"abaghị uru\",\n    \"unfantastically\": \"n'izu\",\n    \"unfarewelled\": \"enweghị ntụkwasị obi\",\n    \"unfarmable\": \"enweghị ike ịgbanwe\",\n    \"unfarrowed\": \"emeghere\",\n    \"unfarsighted\": \"elezighi anya\",\n    \"unfasciate\": \"enweghị uche\",\n    \"unfasciated\": \"enweghị afọ ojuju\",\n    \"unfascinate\": \"enweghị isi\",\n    \"unfascinated\": \"enweghị isi\",\n    \"unfascinating\": \"enweghị mmasị\",\n    \"unfashion\": \"ejiji\",\n    \"unfashionable\": \"agbasaghi\",\n    \"unfashionableness\": \"ashionmaghi ihe\",\n    \"unfashionably\": \"N'enweghi ejiji\",\n    \"unfashioned\": \"agbasaghị\",\n    \"unfast\": \"adịghị eguzosi ike\",\n    \"unfasten\": \"tọpụ\",\n    \"unfastenable\": \"enweghị ike\",\n    \"unfastened\": \"emeghewo\",\n    \"unfastening\": \"atọghe\",\n    \"unfastens\": \"na-emeghe\",\n    \"unfastidious\": \"ekwesighi\",\n    \"unfastidiously\": \"ikwesiri ike\",\n    \"unfastidiousness\": \"ekwesighi\",\n    \"unfasting\": \"atọpụ\",\n    \"unfated\": \"echeghị\",\n    \"unfather\": \"nna nna\",\n    \"unfathered\": \"unfat\",\n    \"unfatherly\": \"nna nna\",\n    \"unfatherlike\": \"nna anaghi acho\",\n    \"unfatherliness\": \"enweghị nna\",\n    \"unfathomability\": \"enweghị ike ịghọta\",\n    \"unfathomable\": \"enweghị ike ịghọta\",\n    \"unfathomableness\": \"enweghị atụ\",\n    \"unfathomably\": \"enweghị nghọta\",\n    \"unfatigable\": \"enweghị ike ịgbagha\",\n    \"unfatigue\": \"ike ọgwụgwụ\",\n    \"unfatigueable\": \"enweghị ike ọgwụgwụ\",\n    \"unfatigued\": \"enweghị mmasị\",\n    \"unfatiguing\": \"enweghị obi ụtọ\",\n    \"unfattable\": \"enweghị ike ịgbanwu\",\n    \"unfatted\": \"a na-asachapụghị\",\n    \"unfatten\": \"agbasaghị\",\n    \"unfatty\": \"abaghị uru\",\n    \"unfatuitous\": \"enweghị atụ\",\n    \"unfatuitously\": \"n'echeghị echiche\",\n    \"unfauceted\": \"agụghị akwụkwọ\",\n    \"unfaultable\": \"enweghị ike\",\n    \"unfaultfinding\": \"unappfinding\",\n    \"unfaulty\": \"anaghị adịgboroja\",\n    \"unfavorable\": \"adịghị mma\",\n    \"unfavorableness\": \"adịghị mma\",\n    \"unfavorably\": \"enweghị isi\",\n    \"unfavored\": \"emeghi ebere\",\n    \"unfavoring\": \"enweghị mmasị\",\n    \"unfavorite\": \"enweghị mmasị\",\n    \"unfavourable\": \"adịghị mma\",\n    \"unfavourableness\": \"ekwesighi\",\n    \"unfavourably\": \"enweghị isi\",\n    \"unfavoured\": \"adịghị mma\",\n    \"unfavouring\": \"enweghị mmetụta\",\n    \"unfavourite\": \"enweghị nsogbu\",\n    \"unfawning\": \"anaghị akwụ ụgwọ\",\n    \"unfazed\": \"enweghị isi\",\n    \"unfazedness\": \"enweghị ntụkwasị obi\",\n    \"unfealty\": \"erughị eru\",\n    \"unfeared\": \"enweghị atụ\",\n    \"unfearful\": \"ndị na-enweghị atụ\",\n    \"unfearfully\": \"enweghị atụ\",\n    \"unfearfulness\": \"enweghị ntụkwasị obi\",\n    \"unfearing\": \"egwu\",\n    \"unfearingly\": \"n'atụghị egwu\",\n    \"unfearingness\": \"enweghị ntụkwasị obi\",\n    \"unfeasable\": \"enweghị ego\",\n    \"unfeasableness\": \"enweghị atụ\",\n    \"unfeasably\": \"enweghị atụ\",\n    \"unfeasibility\": \"enweghị ike\",\n    \"unfeasible\": \"agaghị ekwe omume\",\n    \"unfeasibleness\": \"ekweghị omume\",\n    \"unfeasibly\": \"enweghị ike\",\n    \"unfeasted\": \"enweghị nri\",\n    \"unfeastly\": \"n’enweghị nsogbu\",\n    \"unfeather\": \"kootu\",\n    \"unfeathered\": \"enwetaghị\",\n    \"unfebrile\": \"enweghị iwu\",\n    \"unfecund\": \"enwetaghị\",\n    \"unfed\": \"emeghị\",\n    \"unfederal\": \"adịghị anya\",\n    \"unfederated\": \"edozighị\",\n    \"unfederative\": \"enweghị ọrụ\",\n    \"unfederatively\": \"n'adighi\",\n    \"unfeeble\": \"agaghị agbanweli\",\n    \"unfeebleness\": \"enweghị ike ịdị\",\n    \"unfeebly\": \"n'echeghị echiche\",\n    \"unfeedable\": \"enweghị atụ\",\n    \"unfeeding\": \"na-enweghị nri\",\n    \"unfeeing\": \"agbasaghị\",\n    \"unfeel\": \"ghara ịdị\",\n    \"unfeelable\": \"enweghị ike iwepu\",\n    \"unfeeling\": \"enweghị mmetụta\",\n    \"unfeelingly\": \"n’enweghị mmetụta\",\n    \"unfeelingness\": \"enweghị mmetụta\",\n    \"unfeignable\": \"enweghị atụ\",\n    \"unfeignableness\": \"enweghị atụ\",\n    \"unfeignably\": \"enweghị atụ\",\n    \"unfeigned\": \"enwetaghị\",\n    \"unfeignedly\": \"ekweghị\",\n    \"unfeignedness\": \"ekweghị\",\n    \"unfeigning\": \"na-enweghị atụ\",\n    \"unfeigningly\": \"n'amaghi ama\",\n    \"unfeigningness\": \"unignigningness\",\n    \"unfelicitated\": \"amaghị\",\n    \"unfelicitating\": \"na-enweghị uche\",\n    \"unfelicitous\": \"ekweghị\",\n    \"unfelicitously\": \"n’enweghi nsogbu\",\n    \"unfelicitousness\": \"ekweghị\",\n    \"unfeline\": \"emeghe\",\n    \"unfellable\": \"enweghị ike ịkọwa\",\n    \"unfelled\": \"agbasaghị\",\n    \"unfellied\": \"ekweghị\",\n    \"unfellow\": \"enweghị\",\n    \"unfellowed\": \"ewepu\",\n    \"unfellowly\": \"enweghị\",\n    \"unfellowlike\": \"enweghị mmasị\",\n    \"unfellowshiped\": \"emechighi\",\n    \"unfelt\": \"egosighi\",\n    \"unfelted\": \"ewepu\",\n    \"unfemale\": \"umunwanyi\",\n    \"unfeminine\": \"enweghị nwanyị\",\n    \"unfemininely\": \"n'emeghi nwanyi\",\n    \"unfeminineness\": \"enweghị atụ\",\n    \"unfemininity\": \"enweghị nwanyị\",\n    \"unfeminise\": \"emeghi\",\n    \"unfeminised\": \"emeghi\",\n    \"unfeminising\": \"enweghị atụ\",\n    \"unfeminist\": \"unenweghi nwanyi\",\n    \"unfeminize\": \"ewepụtaghị\",\n    \"unfeminized\": \"emeghi\",\n    \"unfeminizing\": \"anaghị edozi\",\n    \"unfence\": \"enweghị\",\n    \"unfenced\": \"enweghi ihe\",\n    \"unfences\": \"arụ\",\n    \"unfencing\": \"na-enweghị nkwụsị\",\n    \"unfended\": \"enweghị\",\n    \"unfendered\": \"emeghebeghị\",\n    \"unfenestrated\": \"enwetabeghị\",\n    \"unfeoffed\": \"enweghị ọrụ\",\n    \"unfermentable\": \"agaghị echefu echefu\",\n    \"unfermentableness\": \"ezighi ezi\",\n    \"unfermentably\": \"n'atinyeghị ọnụ\",\n    \"unfermentative\": \"na-edebanye aha\",\n    \"unfermented\": \"ekwesighi\",\n    \"unfermenting\": \"na-ezighi ezi\",\n    \"unfernlike\": \"enweghị mmasị\",\n    \"unferocious\": \"enweghị atụ\",\n    \"unferociously\": \"enweghị atụ\",\n    \"unferreted\": \"enwetaghị\",\n    \"unferreting\": \"na-egosipụtaghị\",\n    \"unferried\": \"ekwesighi\",\n    \"unfertile\": \"na-amụghị amụ\",\n    \"unfertileness\": \"ekwesighi\",\n    \"unfertilisable\": \"enweghị ike ịkọwapụta\",\n    \"unfertilised\": \"etinyere aka\",\n    \"unfertilising\": \"etinyeghị aka\",\n    \"unfertility\": \"infertility\",\n    \"unfertilized\": \"etinyeghị aka\",\n    \"unfertilizing\": \"etinyeghị aka\",\n    \"unfervent\": \"agbasaghị\",\n    \"unfervently\": \"n'achọghị\",\n    \"unfervidly\": \"n'egosighi\",\n    \"unfester\": \"agbasaghị\",\n    \"unfestered\": \"emeghi ka o doo anya\",\n    \"unfestering\": \"enweghị ihe ọ bụla\",\n    \"unfestival\": \"agbamgbam\",\n    \"unfestive\": \"na-enweghị atụ\",\n    \"unfestively\": \"n'esighi\",\n    \"unfestooned\": \"emegheghi\",\n    \"unfetchable\": \"enweghị ike ịkọwapụta\",\n    \"unfetched\": \"emeghebeghị\",\n    \"unfetching\": \"emeghe\",\n    \"unfeted\": \"emeghebeghị\",\n    \"unfetter\": \"emeghe\",\n    \"unfettered\": \"ederede\",\n    \"unfettering\": \"enweghị atụ\",\n    \"unfetters\": \"ederede\",\n    \"unfettled\": \"agbasaghị\",\n    \"unfeudal\": \"adịgboroja\",\n    \"unfeudalise\": \"ekwesighi\",\n    \"unfeudalised\": \"ekwesighi\",\n    \"unfeudalize\": \"na-atụfu ego\",\n    \"unfeudalized\": \"ekwesighi\",\n    \"unfeudalizing\": \"ekwesighi\",\n    \"unfeudally\": \"ekwesighi\",\n    \"unfeued\": \"enweghị atụ\",\n    \"unfevered\": \"ekpughere\",\n    \"unffroze\": \"kpughee\",\n    \"unfibbed\": \"emegheghị\",\n    \"unfibbing\": \"na-agbasa\",\n    \"unfiber\": \"enweghị eriri\",\n    \"unfibered\": \"enweghị ike\",\n    \"unfibred\": \"enweghị atụ\",\n    \"unfibrous\": \"enweghị atụ\",\n    \"unfibrously\": \"na-enweghị atụ\",\n    \"unfickle\": \"Ighapu\",\n    \"unfictitious\": \"enweghị atụ\",\n    \"unfictitiously\": \"n'ekwu\",\n    \"unfictitiousness\": \"akụkọ ifo\",\n    \"unfidelity\": \"ekwesịghị ntụkwasị obi\",\n    \"unfidgeting\": \"echeghị\",\n    \"unfiducial\": \"enweghị ọdịmma\",\n    \"unfielded\": \"ekpuchighi\",\n    \"unfiendlike\": \"enweghị atụ\",\n    \"unfierce\": \"enweghị mmetụta\",\n    \"unfiercely\": \"n'egwuregwu\",\n    \"unfight\": \"ihihie\",\n    \"unfightable\": \"enweghị atụ\",\n    \"unfighting\": \"enweghị ike\",\n    \"unfigurable\": \"enweghị ike ịkọwapụta\",\n    \"unfigurative\": \"enweghị nkọwa\",\n    \"unfigured\": \"agbanweghi\",\n    \"unfilched\": \"ezughi\",\n    \"unfiled\": \"amaghi\",\n    \"unfilial\": \"emeghị ihe\",\n    \"unfilially\": \"na-ezighi ezi\",\n    \"unfilialness\": \"Enweghị ike\",\n    \"unfiling\": \"anaghị emeghe\",\n    \"unfill\": \"jupụta\",\n    \"unfillable\": \"enweghị ike ịhapụ\",\n    \"unfilled\": \"jupụta n'ime\",\n    \"unfilleted\": \"egosighi\",\n    \"unfilling\": \"jupụta\",\n    \"unfilm\": \"unwu\",\n    \"unfilmed\": \"emeghi\",\n    \"unfilterable\": \"enweghị ike ịgbanwe\",\n    \"unfiltered\": \"ezughị ezu\",\n    \"unfiltering\": \"na-agbasaghị\",\n    \"unfiltrated\": \"ezughị ezu\",\n    \"unfimbriated\": \"fimbriated\",\n    \"unfinable\": \"enweghị ike ịkọwapụta\",\n    \"unfinanced\": \"amaghi\",\n    \"unfinancial\": \"enweghị ego\",\n    \"unfindable\": \"enweghị atụ\",\n    \"unfine\": \"unine\",\n    \"unfineable\": \"enweghị atụ\",\n    \"unfined\": \"akọwaghị\",\n    \"unfinessed\": \"ekwughi\",\n    \"unfingered\": \"enweghị atụ\",\n    \"unfingured\": \"enweghị atụ\",\n    \"unfinical\": \"enweghị ọgụgụ isi\",\n    \"unfinicalness\": \"enweghị nkọwa\",\n    \"unfinish\": \"emechaghi\",\n    \"unfinishable\": \"enweghị ike ịkọwa\",\n    \"unfinished\": \"emechaghi\",\n    \"unfinishedly\": \"emechaghi\",\n    \"unfinishedness\": \"emechaghicha\",\n    \"unfinite\": \"enweghi ngwụcha\",\n    \"unfired\": \"unfiyeghi\",\n    \"unfireproof\": \"ọkụ\",\n    \"unfiring\": \"adịghị agwụ agwụ\",\n    \"unfirmamented\": \"ekwenyeghi\",\n    \"unfirmly\": \"n'etinyeghi aka\",\n    \"unfirmness\": \"nkwenye\",\n    \"unfiscal\": \"un gbasara ego\",\n    \"unfiscally\": \"enweghị\",\n    \"unfishable\": \"anaghị emebi emebi\",\n    \"unfished\": \"emechaghị\",\n    \"unfishing\": \"na-enweghị anya\",\n    \"unfishlike\": \"enweghị mmasị\",\n    \"unfissile\": \"enweghị ike\",\n    \"unfistulous\": \"enweghị uche\",\n    \"unfit\": \"ekwesighi\",\n    \"unfitly\": \"ekwesighi\",\n    \"unfitness\": \"ekwesighi\",\n    \"unfits\": \"anaghị apụ\",\n    \"unfittable\": \"ekwesighi\",\n    \"unfitted\": \"ekwesighi\",\n    \"unfittedness\": \"ekwesighi\",\n    \"unfitten\": \"ekwesighi\",\n    \"unfitty\": \"ekwesighi\",\n    \"unfitting\": \"ekwesighi\",\n    \"unfittingly\": \"ekwesighi\",\n    \"unfittingness\": \"ekwesighi\",\n    \"unfixable\": \"nke a na-apụghị ịgbagha agbagha\",\n    \"unfixative\": \"a naghị akwụ ụgwọ\",\n    \"unfixed\": \"ofu\",\n    \"unfixedness\": \"ogwe aka\",\n    \"unfixing\": \"na-agbasaghị\",\n    \"unflag\": \"ihie\",\n    \"unflagged\": \"emegheghị\",\n    \"unflagging\": \"na-emeghe\",\n    \"unflaggingly\": \"na-agbasaghị\",\n    \"unflaggingness\": \"enweghị ike\",\n    \"unflagitious\": \"enweghị mmasị\",\n    \"unflagrant\": \"enweghị obi ụtọ\",\n    \"unflagrantly\": \"n'amaghị ama\",\n    \"unflayed\": \"egosighi\",\n    \"unflaked\": \"emegheghị\",\n    \"unflaky\": \"enweghị ọrụ\",\n    \"unflaking\": \"na-emeghe\",\n    \"unflamboyant\": \"enweghị mmasị\",\n    \"unflamboyantly\": \"n'emeghị ọnụ\",\n    \"unflame\": \"emeghe\",\n    \"unflaming\": \"na-agbanye\",\n    \"unflanged\": \"agbanweghi\",\n    \"unflank\": \"Ikwesighi\",\n    \"unflanked\": \"edozighi\",\n    \"unflappability\": \"enweghị ọrụ\",\n    \"unflappable\": \"enweghị ike ịgbanyụ\",\n    \"unflappably\": \"enweghị atụ\",\n    \"unflapping\": \"agbasa\",\n    \"unflared\": \"enweghị ike\",\n    \"unflaring\": \"na-ekpughe\",\n    \"unflashy\": \"adịghị edozi\",\n    \"unflashing\": \"na-egosiputa\",\n    \"unflat\": \"Nkọwapụta\",\n    \"unflated\": \"enweghị atụ\",\n    \"unflatted\": \"agbatị\",\n    \"unflattened\": \"agbasaghị\",\n    \"unflatterable\": \"enweghị nkọwa\",\n    \"unflattered\": \"enweghị nkọwa\",\n    \"unflattering\": \"enweghị nkọwa\",\n    \"unflatteringly\": \"n'etughi\",\n    \"unflaunted\": \"enweghị atụ\",\n    \"unflaunting\": \"enweghị atụ\",\n    \"unflauntingly\": \"n'amaghị ama\",\n    \"unflavored\": \"egosighi\",\n    \"unflavorous\": \"enweghị atụ\",\n    \"unflavoured\": \"egosighi\",\n    \"unflavourous\": \"enweghị mmasị\",\n    \"unflawed\": \"enweghị iwu\",\n    \"unflead\": \"igosipụta\",\n    \"unflecked\": \"agbasaghị\",\n    \"unfledge\": \"ekweghị\",\n    \"unfledged\": \"ekweghị\",\n    \"unfledgedness\": \"ekwereghị nkwa\",\n    \"unfleece\": \"Ighapụ\",\n    \"unfleeced\": \"inyochaghị\",\n    \"unfleeing\": \"agbapụ\",\n    \"unfleeting\": \"anaghị achọpụta\",\n    \"unflesh\": \"anụ ahụ\",\n    \"unfleshed\": \"agbasaghị\",\n    \"unfleshy\": \"anụ ahụ\",\n    \"unfleshly\": \"n'anụ ahụ\",\n    \"unfleshliness\": \"anụ ahụ\",\n    \"unfletched\": \"emeghe\",\n    \"unflexed\": \"agbasaghị\",\n    \"unflexibility\": \"mgbanwe\",\n    \"unflexible\": \"ekweghi ekwe\",\n    \"unflexibleness\": \"enweghị mgbanwe\",\n    \"unflexibly\": \"enweghị mgbanwe\",\n    \"unflickering\": \"na-egbukepụ egbukepụ\",\n    \"unflickeringly\": \"n'egwu\",\n    \"unflighty\": \"na-enwu enwu\",\n    \"unflying\": \"na-adịghị\",\n    \"unflinching\": \"anaghị emeghe\",\n    \"unflinchingly\": \"n'echeghị echiche\",\n    \"unflinchingness\": \"enweghị mmasị\",\n    \"unflintify\": \"gosiputa\",\n    \"unflippant\": \"ekweghị\",\n    \"unflippantly\": \"n'emeghị anya\",\n    \"unflirtatious\": \"n'emeghị ihe nkiri\",\n    \"unflirtatiously\": \"n'emeghị ihe nkiri\",\n    \"unflirtatiousness\": \"unana-nzuzu\",\n    \"unflitched\": \"enwetaghị\",\n    \"unfloatable\": \"enweghị atụ\",\n    \"unfloating\": \"na-achagharị\",\n    \"unflock\": \"imeghe\",\n    \"unfloggable\": \"enweghị ike ịgbanwe\",\n    \"unflogged\": \"emegheghị\",\n    \"unflooded\": \"iju mmiri\",\n    \"unfloor\": \"ịkọwapụta\",\n    \"unfloored\": \"emegheghị\",\n    \"unflorid\": \"emeghe\",\n    \"unflossy\": \"enwu\",\n    \"unflounced\": \"emegheghị\",\n    \"unfloundering\": \"na-agbasapụ\",\n    \"unfloured\": \"emegheghị\",\n    \"unflourished\": \"edozighị edozi\",\n    \"unflourishing\": \"anaghị achọ ihe\",\n    \"unflouted\": \"emegheghị\",\n    \"unflower\": \"unubulu\",\n    \"unflowered\": \"agbasaghị\",\n    \"unflowery\": \"sunflower\",\n    \"unflowering\": \"okooko\",\n    \"unflowing\": \"na-adịghị asọpụta\",\n    \"unfluctuant\": \"anaghị agbanwe agbanwe\",\n    \"unfluctuating\": \"na-agbanwe agbanwe\",\n    \"unfluent\": \"amaghi\",\n    \"unfluently\": \"enweghị isi\",\n    \"unfluffed\": \"agbasaghị\",\n    \"unfluffy\": \"enweghị atụ\",\n    \"unfluid\": \"enweghị mmiri\",\n    \"unfluked\": \"agbaghị\",\n    \"unflunked\": \"agbasaghị\",\n    \"unfluorescent\": \"enweghị ike\",\n    \"unfluorinated\": \"enweghị nkọwa\",\n    \"unflurried\": \"agbaghị aka\",\n    \"unflush\": \"iwepụ\",\n    \"unflushed\": \"ewepụ\",\n    \"unflustered\": \"enweghị iwu\",\n    \"unfluted\": \"enweghị\",\n    \"unflutterable\": \"ekweghị\",\n    \"unfluttered\": \"enweghị ngwakọta\",\n    \"unfluttering\": \"agbasaghị\",\n    \"unfluvial\": \"anaghi eri\",\n    \"unfluxile\": \"enweghị ntụpọ\",\n    \"unfoaled\": \"enweghi ike\",\n    \"unfoamed\": \"enweghị aha\",\n    \"unfoaming\": \"enweghị nkwarụ\",\n    \"unfocused\": \"na-elekwasị anya\",\n    \"unfocusing\": \"-enweghị mgbado anya\",\n    \"unfocussed\": \"ekwughị\",\n    \"unfocussing\": \"na-agbasaghị\",\n    \"unfogging\": \"agbasa\",\n    \"unfoisted\": \"akwadoghi\",\n    \"unfold\": \"imeghe\",\n    \"unfoldable\": \"apughi imeghe\",\n    \"unfolded\": \"emeghe\",\n    \"unfolden\": \"mepee\",\n    \"unfolder\": \"ekpughere\",\n    \"unfolders\": \"ekpughe\",\n    \"unfolding\": \"na-emeghe\",\n    \"unfoldment\": \"mkpughe\",\n    \"unfolds\": \"ekpughe\",\n    \"unfoldure\": \"ekpughere\",\n    \"unfoliaged\": \"emegheghị\",\n    \"unfoliated\": \"emegheghị\",\n    \"unfollowable\": \"enweghị ike imeghari\",\n    \"unfollowed\": \"emeghi\",\n    \"unfollowing\": \"enweghị ike\",\n    \"unfomented\": \"ekweghị\",\n    \"unfond\": \"enweghị mmasị\",\n    \"unfondled\": \"obi ụtọ\",\n    \"unfondly\": \"na-enweghị atụ\",\n    \"unfondness\": \"enweghị mmasị\",\n    \"unfoodful\": \"anaghị eri nri\",\n    \"unfool\": \"inyi\",\n    \"unfoolable\": \"enweghị ike ịkwụ ụgwọ\",\n    \"unfooled\": \"emegheghị\",\n    \"unfooling\": \"agbasaghị\",\n    \"unfoolish\": \"nzuzu\",\n    \"unfoolishly\": \"n'amaghi ama\",\n    \"unfoolishness\": \"enweghị nzuzu\",\n    \"unfooted\": \"enweghị isi\",\n    \"unfoppish\": \"unọm\",\n    \"unforaged\": \"enweghị isi\",\n    \"unforbearance\": \"enweghi ndidi\",\n    \"unforbearing\": \"enweghị ntachi obi\",\n    \"unforbid\": \"anaghị akwado\",\n    \"unforbidded\": \"enweghị iwu\",\n    \"unforbidden\": \"machibidoro iwu\",\n    \"unforbiddenly\": \"ekwesighi\",\n    \"unforbiddenness\": \"ekwesighi\",\n    \"unforbidding\": \"enweghị iwu\",\n    \"unforceable\": \"enweghị ike\",\n    \"unforced\": \"enwetaghị\",\n    \"unforcedly\": \"enweghị ike\",\n    \"unforcedness\": \"enweghị ike\",\n    \"unforceful\": \"enweghị ikike\",\n    \"unforcefully\": \"unforcefor\",\n    \"unforcible\": \"ekweghi ekwe\",\n    \"unforcibleness\": \"unforcible\",\n    \"unforcibly\": \"enweghị ike\",\n    \"unforcing\": \"enweghị ike\",\n    \"unfordable\": \"ihe a na-apụghị imeri emeri\",\n    \"unfordableness\": \"ekweghị ekwe omume\",\n    \"unforeboded\": \"unbobo\",\n    \"unforeboding\": \"unbobo\",\n    \"unforecast\": \"enweghị atụ\",\n    \"unforecasted\": \"enweghị amụma\",\n    \"unforegone\": \"enwetabeghị\",\n    \"unforeign\": \"unwelign\",\n    \"unforeknowable\": \"-amaghi ama\",\n    \"unforeknown\": \"amaghi ama\",\n    \"unforensic\": \"enweghi iwu\",\n    \"unforensically\": \"n'esighị ike\",\n    \"unforeordained\": \"enwetaghị iwu\",\n    \"unforesee\": \"atụghị anya\",\n    \"unforeseeable\": \"atụghị anya\",\n    \"unforeseeableness\": \"enweghị atụ nke ness\",\n    \"unforeseeably\": \"atụghị anya\",\n    \"unforeseeing\": \"adịghị atụ anya\",\n    \"unforeseeingly\": \"n'amaghi ama\",\n    \"unforeseen\": \"atụghị anya\",\n    \"unforeseenly\": \"n'atụghị anya\",\n    \"unforeseenness\": \"enweghị atụ ness\",\n    \"unforeshortened\": \"unshoshortened\",\n    \"unforest\": \"oke ohia\",\n    \"unforestallable\": \"enweghị ike ịtọhapụ\",\n    \"unforestalled\": \"enweghi iwu\",\n    \"unforested\": \"enweghi osisi\",\n    \"unforetellable\": \"enweghị atụ\",\n    \"unforethought\": \"enweghi echiche\",\n    \"unforethoughtful\": \"enweghi uche\",\n    \"unforetold\": \"ekwughị amụma\",\n    \"unforewarned\": \"n'amaghi ama\",\n    \"unforewarnedness\": \"enweghị isi\",\n    \"unforfeit\": \"enweghị atụ\",\n    \"unforfeitable\": \"enweghị atụ\",\n    \"unforfeited\": \"enweghị atụ\",\n    \"unforfeiting\": \"enweghị atụ\",\n    \"unforgeability\": \"enweghị atụ\",\n    \"unforgeable\": \"agaghị echefu echefu\",\n    \"unforget\": \"echefughi\",\n    \"unforgetful\": \"echefughi\",\n    \"unforgetfully\": \"echefughi\",\n    \"unforgetfulness\": \"enweghị ekele\",\n    \"unforgettability\": \"echefughi\",\n    \"unforgettable\": \"echefughi\",\n    \"unforgettableness\": \"echefughi\",\n    \"unforgettably\": \"echefughi\",\n    \"unforgetting\": \"echefughi\",\n    \"unforgettingly\": \"echefughi\",\n    \"unforgivable\": \"agbagharaghi\",\n    \"unforgivableness\": \"enweghị mgbaghara\",\n    \"unforgivably\": \"agbagharaghi\",\n    \"unforgiven\": \"agbagharaghi\",\n    \"unforgiveness\": \"enweghị mgbaghara\",\n    \"unforgiver\": \"agbagharaghi agbaghara\",\n    \"unforgiving\": \"agbaghara\",\n    \"unforgivingly\": \"agbaghara\",\n    \"unforgivingness\": \"enweghị mgbaghara\",\n    \"unforgoable\": \"agaghị echefu\",\n    \"unforgone\": \"echefughi\",\n    \"unforgot\": \"echefughi\",\n    \"unforgotten\": \"echefughi\",\n    \"unfork\": \"unifk\",\n    \"unforked\": \"enweghị ike\",\n    \"unforlorn\": \"ikekwe\",\n    \"unform\": \"edo\",\n    \"unformal\": \"n'ịgba\",\n    \"unformalised\": \"emezighi\",\n    \"unformalistic\": \"ezighi ezi\",\n    \"unformality\": \"ezighi ezi\",\n    \"unformalized\": \"emezughi\",\n    \"unformally\": \"n'emeghị ya\",\n    \"unformalness\": \"ezighi ezi\",\n    \"unformidableness\": \"enweghị mgbanwe\",\n    \"unformulable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"unformulated\": \"emezighi\",\n    \"unformulistic\": \"ezighi ezi\",\n    \"unforsaken\": \"atụghị anya\",\n    \"unforsaking\": \"unforsaken\",\n    \"unforseen\": \"atụghị anya\",\n    \"unforthright\": \"ezighi ezi\",\n    \"unfortify\": \"akwadoghị\",\n    \"unfortifiable\": \"agaghị ekwe omume\",\n    \"unfortuitous\": \"erughị ala\",\n    \"unfortuitously\": \"n'enweghi nsogbu\",\n    \"unfortuitousness\": \"enweghị nsogbu\",\n    \"unfortunate\": \"kechioma\",\n    \"unfortunately\": \"dị mwute ikwu na\",\n    \"unfortunateness\": \"enweghị nsogbu\",\n    \"unfortunates\": \"enweghị nsogbu\",\n    \"unfortune\": \"enweghi nsogbu\",\n    \"unforward\": \"enweghị atụ\",\n    \"unforwarded\": \"enwetaghi\",\n    \"unfossiliferous\": \"ihe na-enweghị isi\",\n    \"unfossilised\": \"enweghị ike\",\n    \"unfossilized\": \"enweghị ike\",\n    \"unfostered\": \"egbochiela\",\n    \"unfostering\": \"na-agbakwunye\",\n    \"unfought\": \"achoghi\",\n    \"unfoughten\": \"na-achọghị\",\n    \"unfoul\": \"enweghi ike\",\n    \"unfoulable\": \"enweghị ike ịgbanwe\",\n    \"unfouled\": \"enweghị akwụkwọ\",\n    \"unfound\": \"ihe omimi\",\n    \"unfounded\": \"enweghị ntọala\",\n    \"unfoundedly\": \"enweghị isi\",\n    \"unfoundedness\": \"enweghị isi\",\n    \"unfoundered\": \"ihe omimi\",\n    \"unfoundering\": \"ihe omimi\",\n    \"unfountained\": \"isi mmiri\",\n    \"unfowllike\": \"enweghị ntụ\",\n    \"unfoxed\": \"igbanweghi\",\n    \"unfractious\": \"enweghị atụ\",\n    \"unfractiously\": \"enweghị atụ\",\n    \"unfractiousness\": \"nkụda mmụọ\",\n    \"unfractured\": \"enweghị atụ\",\n    \"unfragile\": \"ihe mgbochi\",\n    \"unfragmented\": \"nkewa\",\n    \"unfragrance\": \"ekpuchighi\",\n    \"unfragrant\": \"ungragrant\",\n    \"unfragrantly\": \"n’enweghi nkwanye ugwu\",\n    \"unfrayed\": \"ekpuchighi\",\n    \"unfrail\": \"kpuchie\",\n    \"unframable\": \"enweghị ike ịgbanwe\",\n    \"unframableness\": \"enweghị nkwanye ùgwù\",\n    \"unframably\": \"enweghị ike\",\n    \"unframeable\": \"ihe a na-apụghị ịkọwa agwa\",\n    \"unfranchised\": \"enweghị ngalaba\",\n    \"unfrangible\": \"enweghị ike ịkọwa ya\",\n    \"unfrank\": \"ihe omimi\",\n    \"unfrankable\": \"enweghị nkọwa\",\n    \"unfranked\": \"emegheghị\",\n    \"unfrankly\": \"n'eziokwu\",\n    \"unfrankness\": \"ikwu eziokwu\",\n    \"unfraternally\": \"na ntanetị\",\n    \"unfraternised\": \"agbasaghi\",\n    \"unfraternized\": \"emeghi\",\n    \"unfraternizing\": \"na-agbasa\",\n    \"unfraudulent\": \"aghụghọ\",\n    \"unfraudulently\": \"aghụghọ\",\n    \"unfraught\": \"emeghi\",\n    \"unfreakishly\": \"na-ezighi ezi\",\n    \"unfreakishness\": \"enweghị nkwanye ùgwù\",\n    \"unfreckled\": \"enweghị atụ\",\n    \"unfree\": \"inwere onwe\",\n    \"unfreed\": \"enweghị onwe\",\n    \"unfreedom\": \"nnwere onwe\",\n    \"unfreehold\": \"enweghị ike\",\n    \"unfreeing\": \"anaghị apụ apụ\",\n    \"unfreeingly\": \"n'arụghị\",\n    \"unfreely\": \"enweghị atụ\",\n    \"unfreeman\": \"ekweghị\",\n    \"unfreeness\": \"enweghị ọrụ\",\n    \"unfrees\": \"anaghị ahapụ\",\n    \"unfreezable\": \"enweghị ike ịgbanwe\",\n    \"unfreeze\": \"inyochaghị\",\n    \"unfreezes\": \"anaghị apụ apụ\",\n    \"unfreezing\": \"enweghị atụ\",\n    \"unfreight\": \"ezighi ezi\",\n    \"unfreighted\": \"enweghị echiche\",\n    \"unfreighting\": \"enweghị nkọwa\",\n    \"unfrenchified\": \"enweghị afọ ojuju\",\n    \"unfrenzied\": \"ezughi oke\",\n    \"unfrequency\": \"ekwesighi\",\n    \"unfrequent\": \"nke na-adịghị mkpa\",\n    \"unfrequentable\": \"enweghị atụ\",\n    \"unfrequentative\": \"enweghị atụ\",\n    \"unfrequented\": \"nke na-enweghị atụ\",\n    \"unfrequentedness\": \"enweghị mmasị\",\n    \"unfrequently\": \"na-enweghị atụ\",\n    \"unfrequentness\": \"ekwesighi\",\n    \"unfret\": \"emeghe\",\n    \"unfretful\": \"enweghị atụ\",\n    \"unfretfully\": \"n'amaghi ama\",\n    \"unfretted\": \"agbatịwo\",\n    \"unfretty\": \"enweghị ihe ọ bụla\",\n    \"unfretting\": \"agbasaghị m\",\n    \"unfriable\": \"enweghị ike ịgbanwe\",\n    \"unfriableness\": \"enweghị ike\",\n    \"unfriarlike\": \"enweghị mmasị\",\n    \"unfricative\": \"enweghị atụ\",\n    \"unfrictional\": \"enweghị uche\",\n    \"unfrictionally\": \"n'icheghị echiche\",\n    \"unfrictioned\": \"enweghị nkọwa\",\n    \"unfried\": \"eghe\",\n    \"unfriend\": \"enweghị enyi\",\n    \"unfriended\": \"emeghi enyi\",\n    \"unfriendedness\": \"enweghị enyi\",\n    \"unfriending\": \"enweghị enyi\",\n    \"unfriendly\": \"enyi na enyi\",\n    \"unfriendlier\": \"emeghi enyi\",\n    \"unfriendliest\": \"enyi na enyi\",\n    \"unfriendlike\": \"enweghị mmasị\",\n    \"unfriendlily\": \"enyi na enyi\",\n    \"unfriendliness\": \"enweghị omume enyi\",\n    \"unfriendship\": \"enweghị enyi\",\n    \"unfrighted\": \"amaghi\",\n    \"unfrightenable\": \"enweghị ike ịkọwapụta\",\n    \"unfrightened\": \"enweghị mmụọ\",\n    \"unfrightenedness\": \"enweghị anya\",\n    \"unfrightening\": \"apụtaghị ihe\",\n    \"unfrightful\": \"n'egwu\",\n    \"unfrigid\": \"ajụghị mmiri\",\n    \"unfrigidity\": \"enweghị mmiri\",\n    \"unfrigidly\": \"n'adaghị mmiri\",\n    \"unfrigidness\": \"enweghị mmụọ\",\n    \"unfrill\": \"frill\",\n    \"unfrilled\": \"emezughị\",\n    \"unfrilly\": \"enweghị isi\",\n    \"unfringe\": \"enweghị isi\",\n    \"unfringed\": \"enweghị atụ\",\n    \"unfringing\": \"enweghị atụ\",\n    \"unfrisky\": \"enweghị atụ\",\n    \"unfrisking\": \"enweghị nkọwa\",\n    \"unfrittered\": \"ekwupughi\",\n    \"unfrivolous\": \"na-enweghị isi\",\n    \"unfrivolously\": \"n'amaghị ama\",\n    \"unfrivolousness\": \"enweghị ọrụ\",\n    \"unfrizzy\": \"enweghị atụ\",\n    \"unfrizzled\": \"Okpukpo\",\n    \"unfrizzly\": \"n'etinyeghi egwu\",\n    \"unfrock\": \"enweghị\",\n    \"unfrocked\": \"ebughi\",\n    \"unfrocking\": \"na-emeghe\",\n    \"unfrocks\": \"na-emeghe\",\n    \"unfroglike\": \"enweghị mmasị\",\n    \"unfrolicsome\": \"enweghị atụ\",\n    \"unfronted\": \"enweghị ihu\",\n    \"unfrost\": \"ntu oyi\",\n    \"unfrosted\": \"enweghị oyi\",\n    \"unfrosty\": \"ntu oyi\",\n    \"unfrothed\": \"emeghe\",\n    \"unfrothing\": \"anaghị edozi\",\n    \"unfrounced\": \"enweghị iwu\",\n    \"unfroward\": \"ịgbanwee\",\n    \"unfrowardly\": \"enweghị echiche\",\n    \"unfrowning\": \"enweghị atụ\",\n    \"unfroze\": \"meghee\",\n    \"unfrozen\": \"enweghị oyi\",\n    \"unfructed\": \"emebighi\",\n    \"unfructify\": \"mezie\",\n    \"unfructified\": \"edobeghi\",\n    \"unfructuous\": \"n'emebi iwu\",\n    \"unfructuously\": \"n'emebi iwu\",\n    \"unfrugal\": \"anaghị akwụ ụgwọ\",\n    \"unfrugality\": \"ekwesighi\",\n    \"unfrugally\": \"n'esighị\",\n    \"unfrugalness\": \"enweghị atụ\",\n    \"unfruitful\": \"adịghị amị mkpụrụ\",\n    \"unfruitfully\": \"adịghị amị mkpụrụ\",\n    \"unfruitfulness\": \"enweghị mkpụrụ\",\n    \"unfruity\": \"abaghị uru\",\n    \"unfrustrable\": \"enweghị ntụkwasị obi\",\n    \"unfrustrably\": \"enweghị ntụkwasị obi\",\n    \"unfrustratable\": \"enweghị ntụkwasị obi\",\n    \"unfrustrated\": \"enweghị ntụkwasị obi\",\n    \"unfrutuosity\": \"ezighi ezi\",\n    \"unfuddled\": \"enweghị nchekwa\",\n    \"unfudged\": \"enweghị akwụkwọ\",\n    \"unfueled\": \"enweghị mmiri\",\n    \"unfuelled\": \"unfuel\",\n    \"unfugal\": \"enweghị nsogbu\",\n    \"unfugally\": \"n'echeghị anya\",\n    \"unfugitive\": \"ekweghi ekwe\",\n    \"unfugitively\": \"n'arụghị anya\",\n    \"unfulfil\": \"emezughi\",\n    \"unfulfill\": \"emezughi\",\n    \"unfulfillable\": \"enweghị ike ịda mba\",\n    \"unfulfilled\": \"emezughi\",\n    \"unfulfilling\": \"emejuputa\",\n    \"unfulfillment\": \"emezughi\",\n    \"unfulfilment\": \"emezughi\",\n    \"unfulgent\": \"adịghị arụ ọrụ\",\n    \"unfulgently\": \"unfulgful\",\n    \"unfulminant\": \"enweghị atụ\",\n    \"unfulminated\": \"emezughị\",\n    \"unfulminating\": \"emezughị\",\n    \"unfulsome\": \"enweghị atụ\",\n    \"unfumbled\": \"agbasaghị\",\n    \"unfumbling\": \"agbasaghị\",\n    \"unfumed\": \"emeghebeghị\",\n    \"unfumigated\": \"enweghị atụ\",\n    \"unfuming\": \"anaghị atụgharị\",\n    \"unfunctional\": \"arụ ọrụ\",\n    \"unfunctionally\": \"arụ ọrụ\",\n    \"unfunctioning\": \"anaghị arụ ọrụ\",\n    \"unfundable\": \"enweghị atụ\",\n    \"unfundamental\": \"enweghị isi\",\n    \"unfundamentally\": \"enweghị isi\",\n    \"unfunded\": \"enweghị ego\",\n    \"unfunereal\": \"enweghị ọrụ\",\n    \"unfunereally\": \"n'emezighị emezi\",\n    \"unfungible\": \"enweghị atụ\",\n    \"unfunniness\": \"enweghị ọrụ\",\n    \"unfurbished\": \"emebighi\",\n    \"unfurcate\": \"kpughee\",\n    \"unfurious\": \"unfurfur\",\n    \"unfurl\": \"kpughee\",\n    \"unfurlable\": \"agbasaghị\",\n    \"unfurled\": \"kpughee\",\n    \"unfurling\": \"agbasapụ\",\n    \"unfurls\": \"kpuchie\",\n    \"unfurnish\": \"adịghị apụ\",\n    \"unfurnished\": \"adịghị mma\",\n    \"unfurnishedness\": \"unyi ga-eri\",\n    \"unfurnitured\": \"edebeghị\",\n    \"unfurred\": \"kpughere\",\n    \"unfurrow\": \"kpughee\",\n    \"unfurrowable\": \"nke a na-apụghị ịkọwapụta\",\n    \"unfurrowed\": \"agbamgbam\",\n    \"unfurthersome\": \"enweghị ihe ọ bụla\",\n    \"unfused\": \"ejibeghi\",\n    \"unfusibility\": \"ekweghị\",\n    \"unfusible\": \"ekweghiekwe\",\n    \"unfusibleness\": \"ezughị ezu\",\n    \"unfusibly\": \"enweghị atụ\",\n    \"unfusibness\": \"enweghị ọrụ\",\n    \"unfussed\": \"n’achọghị\",\n    \"unfussy\": \"amaghị ihe\",\n    \"unfussily\": \"enweghị nsogbu\",\n    \"unfussiness\": \"enweghi ike\",\n    \"unfussing\": \"enweghị echiche\",\n    \"unfutile\": \"emeghi ihe efu\",\n    \"unfuturistic\": \"enweghị atụ\",\n    \"ungabled\": \"agaghị agbanweli\",\n    \"ungaged\": \"ejighi ya\",\n    \"ungagging\": \"ịgbanye\",\n    \"ungainable\": \"enweghị atụ\",\n    \"ungainful\": \"enweghị atụ\",\n    \"ungainfully\": \"enweghị atụ\",\n    \"ungainfulness\": \"enweghị ego\",\n    \"ungaining\": \"enweghị nkwekọrịta\",\n    \"ungainly\": \"enweghị atụ\",\n    \"ungainlier\": \"enweghị ike\",\n    \"ungainliest\": \"enweghị atụ\",\n    \"ungainlike\": \"enweghị atụ\",\n    \"ungainliness\": \"ungaineness\",\n    \"ungainsayable\": \"enweghị ike ịkwụ ụgwọ\",\n    \"ungainsaying\": \"adịghị akwụ ụgwọ\",\n    \"ungaite\": \"ịdị n'otu\",\n    \"ungaited\": \"anakweghi\",\n    \"ungalling\": \"na-enweghị obi ụtọ\",\n    \"ungalloping\": \"agbasaghị\",\n    \"ungalvanized\": \"ekpudoghi\",\n    \"ungambled\": \"agbachitere\",\n    \"ungambling\": \"ịgba chaa chaa\",\n    \"ungamboled\": \"anwughi\",\n    \"ungamboling\": \"iwepu\",\n    \"ungambolled\": \"agbasaghị\",\n    \"ungamy\": \"ịlụghị otu nwanyị\",\n    \"unganged\": \"akwadoghị\",\n    \"ungangrened\": \"adịghị edozi\",\n    \"ungangrenous\": \"adịghị ọcha\",\n    \"ungaping\": \"enweghị nchịkwa\",\n    \"ungaraged\": \"agbagha\",\n    \"ungarbed\": \"ungarging\",\n    \"ungarbled\": \"ejighi aka ya\",\n    \"ungardened\": \"echefughi\",\n    \"ungargled\": \"ungarghaa\",\n    \"ungarment\": \"uwe\",\n    \"ungarmented\": \"ungarịa\",\n    \"ungarnered\": \"erughị ala\",\n    \"ungarnish\": \"icho mma\",\n    \"ungarnished\": \"edozighi\",\n    \"ungarrisoned\": \"ejighi n'aka\",\n    \"ungarrulous\": \"adịghị emebi emebi\",\n    \"ungartered\": \"ejighi akwukwo\",\n    \"ungassed\": \"anwughi\",\n    \"ungastric\": \"abaghị uru\",\n    \"ungathered\": \"ezukọtaghị\",\n    \"ungauntleted\": \"enweghi ikike\",\n    \"ungazing\": \"-adịghị\",\n    \"ungeared\": \"ungear\",\n    \"ungelatinizable\": \"enweghị atụ\",\n    \"ungelatinized\": \"etinyeghị\",\n    \"ungelded\": \"agbachitere\",\n    \"ungelt\": \"wepu\",\n    \"ungendered\": \"agbaghaghi\",\n    \"ungenerable\": \"agaghị akwụ ụgwọ\",\n    \"ungeneral\": \"enweghị atụ\",\n    \"ungeneralised\": \"eweputaghi\",\n    \"ungeneralising\": \"ewepụtaghị ihe niile\",\n    \"ungeneralized\": \"agbasaghi\",\n    \"ungeneralizing\": \"na-ewepụtaghị ihe niile\",\n    \"ungenerate\": \"adịghị agbanwe agbanwe\",\n    \"ungenerated\": \"enwetaghị\",\n    \"ungenerating\": \"anaghị adịkwa ọhụrụ\",\n    \"ungenerative\": \"anaghị akwụ ụgwọ\",\n    \"ungeneric\": \"adịghị akwụ ụgwọ\",\n    \"ungenerical\": \"adịghị arụ ọrụ\",\n    \"ungenerosity\": \"ezighi ezi\",\n    \"ungenerous\": \"enweghị mmụọ\",\n    \"ungenerously\": \"n'amaghi ama\",\n    \"ungenerousness\": \"enweghị ike\",\n    \"ungenial\": \"adịghị edozi\",\n    \"ungeniality\": \"enweghị ọrụ\",\n    \"ungenialness\": \"ezughị oke\",\n    \"ungenitive\": \"adịghị achọpụta\",\n    \"ungenitured\": \"etinyeghị aka\",\n    \"ungenteely\": \"n'atụghị egwu\",\n    \"ungenteelness\": \"enweghị nchekasị\",\n    \"ungentile\": \"agaghi adi\",\n    \"ungentility\": \"enweghị ọrụ\",\n    \"ungentilize\": \"etinyeghị aka\",\n    \"ungentle\": \"etinyeghị\",\n    \"ungentled\": \"etinyere\",\n    \"ungentlemanlikeness\": \"ungentlemanikenke\",\n    \"ungentlemanliness\": \"adịghị agbanwe agbanwe\",\n    \"ungentlewomanlike\": \"ungwanwanyị\",\n    \"ungently\": \"emana\",\n    \"ungenuine\": \"erughị eru\",\n    \"ungenuinely\": \"enweghị ọgụgụ isi\",\n    \"ungeometricalness\": \"ungeometricality\",\n    \"ungerminated\": \"agaghị achịkwa ya\",\n    \"ungerminating\": \"agaghị agbasi mbọ ike\",\n    \"ungerminative\": \"agaghị ekwe omume\",\n    \"ungerontic\": \"akuko\",\n    \"ungesticulating\": \"na-eri nri\",\n    \"ungesticulatory\": \"ekwesighi\",\n    \"ungesting\": \"ungeting\",\n    \"ungesturing\": \"enweghị mkpuchi\",\n    \"unget\": \"Echefula\",\n    \"ungetable\": \"echefughi\",\n    \"ungetatable\": \"echefughi\",\n    \"ungettable\": \"echefughi\",\n    \"ungeuntarium\": \"unguentarium\",\n    \"unghostly\": \"mmụọ\",\n    \"ungiant\": \"adịghị ọcha\",\n    \"ungift\": \"onyinye\",\n    \"ungifted\": \"enwetaghi onyinye\",\n    \"ungiftedness\": \"enweghị onyinye\",\n    \"ungild\": \"ewepụghị\",\n    \"ungilded\": \"enweghị akwụ ụgwọ\",\n    \"ungilled\": \"akwụghị ụgwọ\",\n    \"ungingled\": \"agbasaghị\",\n    \"unginned\": \"etinyeghị\",\n    \"ungyrating\": \"na-agwụ ike\",\n    \"ungirded\": \"agbadoghi\",\n    \"ungirding\": \"ekweghị\",\n    \"ungirdling\": \"na-agbasaghị\",\n    \"ungirlish\": \"etolite\",\n    \"ungirthed\": \"edozi\",\n    \"ungivable\": \"agbagharaghi\",\n    \"ungive\": \"gbaghara\",\n    \"ungiveable\": \"agaghị agbaghara\",\n    \"ungyved\": \"ekweghị mmụọ\",\n    \"ungiven\": \"gbaghara\",\n    \"ungiving\": \"agbagharaghị\",\n    \"ungivingness\": \"enweghị obi ike\",\n    \"unglacial\": \"agbasaghị\",\n    \"unglacially\": \"n'adịghị iche\",\n    \"unglaciated\": \"enweghị ọkwa\",\n    \"unglad\": \"enweghi obi uto\",\n    \"ungladdened\": \"ungladden\",\n    \"ungladness\": \"unglading\",\n    \"ungladsome\": \"adịghị mma\",\n    \"unglamorous\": \"ihe adighi mma\",\n    \"unglandular\": \"ezighi ezi\",\n    \"unglaring\": \"ekpughere\",\n    \"unglassed\": \"emeghi nke oma\",\n    \"unglaze\": \"unwu gbaa\",\n    \"unglazed\": \"unaraghị ọkụ\",\n    \"ungleaming\": \"na-enwu enwu\",\n    \"ungleaned\": \"agbachapụbeghị\",\n    \"unglee\": \"wepụ\",\n    \"ungleeful\": \"enweghị obi ụtọ\",\n    \"ungleefully\": \"enweghị obi ụtọ\",\n    \"unglibly\": \"ekweghị\",\n    \"ungliding\": \"agbaghị ama\",\n    \"unglimpsed\": \"enwetabeghi\",\n    \"unglistening\": \"unglisting\",\n    \"unglittery\": \"nzuzu\",\n    \"unglittering\": \"na-enwu gbaa\",\n    \"ungloating\": \"na-enweghị isi\",\n    \"unglobular\": \"ungbakpọ\",\n    \"unglorify\": \"unglologo\",\n    \"unglorifying\": \"adịghị achọ\",\n    \"unglorious\": \"enweghị nsọpụrụ\",\n    \"ungloriously\": \"n'etinyeghi ugwu\",\n    \"ungloriousness\": \"enweghị nsọpụrụ\",\n    \"unglosed\": \"emechighi\",\n    \"unglove\": \"egosighi\",\n    \"ungloved\": \"a hụghị ya n'anya\",\n    \"ungloving\": \"enweghị ịhụnanya\",\n    \"unglowering\": \"na-acha ọkụ\",\n    \"ungloweringly\": \"na-enweghị isi\",\n    \"unglowing\": \"na-ekpo ọkụ\",\n    \"ungluing\": \"agba\",\n    \"unglutinate\": \"unglutin\",\n    \"unglutinousness\": \"ekwetaghị ihe ọ bụla\",\n    \"unglutted\": \"adịgboroja\",\n    \"ungluttonous\": \"enweghị nkwanye ùgwù\",\n    \"ungnarled\": \"ejighi aha ya\",\n    \"ungnarred\": \"ejighị ya kpọrọ ihe\",\n    \"ungnostic\": \"amaghi ihe\",\n    \"ungoaded\": \"enweghị ike\",\n    \"ungoatlike\": \"enweghị atụ\",\n    \"ungod\": \"adịghị asọpụrụ Chineke\",\n    \"ungoddess\": \"adịghị asọpụrụ Chineke\",\n    \"ungodly\": \"asọpụrụghị Chineke\",\n    \"ungodlier\": \"adịghị asọpụrụ Chineke\",\n    \"ungodliest\": \"adịghị asọpụrụ Chineke\",\n    \"ungodlike\": \"adịghị amasị Chineke\",\n    \"ungodlily\": \"asọpụrụghị Chineke\",\n    \"ungodliness\": \"asọpụrụghị Chineke\",\n    \"ungodmothered\": \"adighi asọpuru\",\n    \"ungoggled\": \"undoggled\",\n    \"ungoitered\": \"etinyeghị\",\n    \"ungold\": \"ekpuchighị\",\n    \"ungone\": \"emebeghị\",\n    \"ungood\": \"adịghị mma\",\n    \"ungoodly\": \"adịghị mma\",\n    \"ungoodliness\": \"enweghị ike\",\n    \"ungoodness\": \"enweghị ike\",\n    \"ungored\": \"leghaara anya\",\n    \"ungorge\": \"kpughee\",\n    \"ungorged\": \"ebughi\",\n    \"ungorgeous\": \"adịghị mma\",\n    \"ungospel\": \"ekpuchighi\",\n    \"ungospelled\": \"ekpuchighị\",\n    \"ungossiping\": \"adịghị ama ama\",\n    \"ungot\": \"enwetaghị\",\n    \"ungotten\": \"echefughi\",\n    \"ungouged\": \"agbasaghị\",\n    \"ungouty\": \"enweghị ọrụ\",\n    \"ungovernability\": \"enweghị ike ọchịchị\",\n    \"ungovernable\": \"enweghị ike ịchịkwa\",\n    \"ungovernableness\": \"ọchịchị\",\n    \"ungovernably\": \"n'achọghị\",\n    \"ungoverned\": \"achịkwa\",\n    \"ungovernedness\": \"ochichi\",\n    \"ungoverning\": \"ochichi\",\n    \"ungovernmental\": \"ndi ochichi\",\n    \"ungovernmentally\": \"n'ọchịchị\",\n    \"ungown\": \"uwe\",\n    \"ungowned\": \"eji ejiji\",\n    \"ungrabbing\": \"na-agbagha\",\n    \"ungrace\": \"ihere\",\n    \"ungraced\": \"enweghị ike\",\n    \"ungraceful\": \"enweghị ekele\",\n    \"ungracefully\": \"enweghị ekele\",\n    \"ungracefulness\": \"enweghị ekele\",\n    \"ungracious\": \"enweghi obi ojoo\",\n    \"ungraciously\": \"enweghị obi ebere\",\n    \"ungraciousness\": \"amaghi ama\",\n    \"ungradated\": \"agbasaghị\",\n    \"ungradating\": \"na-emebi emebi\",\n    \"ungraded\": \"agbasaghị\",\n    \"ungraduated\": \"undergraduate\",\n    \"ungraduating\": \"na-agụsị akwụkwọ\",\n    \"ungrafted\": \"edoghi\",\n    \"ungrayed\": \"agbasaghị\",\n    \"ungrainable\": \"enweghị atụ\",\n    \"ungrammared\": \"ungramared\",\n    \"ungrantable\": \"enweghị obi ụtọ\",\n    \"ungranted\": \"ungrantar\",\n    \"ungranular\": \"anaghị eri anụ\",\n    \"ungranulated\": \"edoghi\",\n    \"ungraphable\": \"enweghị ike ịkọwapụta\",\n    \"ungraphic\": \"enweghị atụ\",\n    \"ungraphical\": \"enweghị edemede\",\n    \"ungraphically\": \"n'ahughi\",\n    \"ungraphitized\": \"edeghi aha\",\n    \"ungrapple\": \"ihe nlere\",\n    \"ungrappled\": \"ungrapple\",\n    \"ungrasp\": \"enweghị ike ịghọta\",\n    \"ungraspable\": \"enweghị ike ịkọwapụ\",\n    \"ungrasped\": \"enweghị ike\",\n    \"ungrasping\": \"enweghị ike\",\n    \"ungrassed\": \"na-enweghị atụ\",\n    \"ungrated\": \"ewepu\",\n    \"ungrateful\": \"enweghị ekele\",\n    \"ungratefully\": \"enweghị ekele\",\n    \"ungratefulness\": \"enweghị ekele\",\n    \"ungratifiable\": \"a naghị akwụ ụgwọ\",\n    \"ungratification\": \"asambodo\",\n    \"ungratifying\": \"enweghị afọ ojuju\",\n    \"ungratifyingly\": \"enweghị afọ ojuju\",\n    \"ungrating\": \"na-ewepụ\",\n    \"ungratitude\": \"enweghị ekele\",\n    \"ungratuitous\": \"enweghị ekele\",\n    \"ungratuitousness\": \"enweghị ekele\",\n    \"ungrave\": \"ewepu\",\n    \"ungraved\": \"ungragrad\",\n    \"ungraveled\": \"ewepụghị ya\",\n    \"ungravelled\": \"agbasaghị\",\n    \"ungravitating\": \"adịghị akwụ ụgwọ\",\n    \"ungravitative\": \"enweghị ekele\",\n    \"ungrazed\": \"ungragrad\",\n    \"ungreased\": \"edoghị\",\n    \"ungreasy\": \"erughị ala\",\n    \"ungreat\": \"adịghị mma\",\n    \"ungreatly\": \"n'ụzọ na-adịghị mma\",\n    \"ungreatness\": \"adịghị ọcha\",\n    \"ungreeable\": \"ekweghiekwe\",\n    \"ungreedy\": \"ekweghị\",\n    \"ungreened\": \"na-edeghị akwụkwọ\",\n    \"ungreeted\": \"anaghi ekele\",\n    \"ungregarious\": \"iche\",\n    \"ungregariously\": \"iche\",\n    \"ungregariousness\": \"ikewapụ iche\",\n    \"ungreyed\": \"ungregrant\",\n    \"ungrid\": \"eriri\",\n    \"ungrieve\": \"ewela iwe\",\n    \"ungrieved\": \"eweghi iwe\",\n    \"ungrieving\": \"eweghi iwe\",\n    \"ungrilled\": \"agbaghị\",\n    \"ungrimed\": \"na-adịghị njem\",\n    \"ungrinned\": \"enweghị isi\",\n    \"ungrip\": \"ijichi\",\n    \"ungripped\": \"ejideghị\",\n    \"ungripping\": \"na-emeghe\",\n    \"ungritty\": \"enweghị nkwupụta\",\n    \"ungroaning\": \"na-eto eto\",\n    \"ungroomed\": \"alụghị nwaanyị\",\n    \"ungropeable\": \"enweghị atụ\",\n    \"ungrotesque\": \"grotesque\",\n    \"unground\": \"olulu\",\n    \"ungroundable\": \"enweghị ike ịgbagha\",\n    \"ungroundably\": \"enweghị ihe ọ bụla\",\n    \"ungrounded\": \"enweghị ihe ọ bụla\",\n    \"ungroundedly\": \"enweghị ihe ọ bụla\",\n    \"ungroundedness\": \"enweghị ihe ọ bụla\",\n    \"ungroupable\": \"enweghị ike ịchịkọta\",\n    \"ungrouped\": \"agbasaghi\",\n    \"ungroveling\": \"na-emegharị\",\n    \"ungrow\": \"kpoo\",\n    \"ungrowing\": \"na-agbago\",\n    \"ungrowling\": \"na-atụgharị uche\",\n    \"ungrown\": \"etolite\",\n    \"ungrubbed\": \"unbrubbed\",\n    \"ungrudged\": \"enweghị atụ\",\n    \"ungrudging\": \"enweghị nkwanye\",\n    \"ungrudgingly\": \"n'emeghị ihe ọ bụla\",\n    \"ungrudgingness\": \"enweghị nkwanye ùgwù\",\n    \"ungruesome\": \"adịghị mma\",\n    \"ungrumbling\": \"na-agbagha\",\n    \"ungrumblingly\": \"na-enweghị atụ\",\n    \"ungrumpy\": \"ekweghị ekwe\",\n    \"unguaranteed\": \"enweghị nkwa\",\n    \"unguardable\": \"echekwala\",\n    \"unguarded\": \"echekwala\",\n    \"unguardedly\": \"echekwala\",\n    \"unguardedness\": \"echekwa\",\n    \"unguarding\": \"echekwa\",\n    \"unguards\": \"ndị nche\",\n    \"unguentiferous\": \"enweghị nsogbu\",\n    \"ungues\": \"asụsụ\",\n    \"unguidable\": \"enweghị nchebe\",\n    \"unguidableness\": \"enweghị nchebe\",\n    \"unguidably\": \"enweghị nchebe\",\n    \"unguided\": \"enweghị nduzi\",\n    \"unguidedly\": \"enweghị nduzi\",\n    \"unguiled\": \"enweghị nsogbu\",\n    \"unguileful\": \"enweghị nchebe\",\n    \"unguilefully\": \"n'enweghị mmachi\",\n    \"unguilefulness\": \"enweghị nchebe\",\n    \"unguillotined\": \"enweghị nsogbu\",\n    \"unguilty\": \"enweghị obi ọjọọ\",\n    \"unguiltiness\": \"enweghị nsogbu\",\n    \"ungulated\": \"enweghị atụ\",\n    \"unguled\": \"enweghị\",\n    \"ungullibility\": \"ekwenyeghi\",\n    \"ungullible\": \"-aghara ịgbagha\",\n    \"ungulous\": \"enweghị mmetụta\",\n    \"ungummed\": \"ungum\",\n    \"ungushing\": \"na-emerụ ahụ\",\n    \"ungustatory\": \"enweghị iwu\",\n    \"ungutted\": \"ungut\",\n    \"unguttural\": \"adịghị arụ ọrụ\",\n    \"unguzzled\": \"enweghị nsogbu\",\n    \"unhabit\": \"ebighi ebi\",\n    \"unhabitability\": \"ebighi ebi\",\n    \"unhabitable\": \"ebighi ebi\",\n    \"unhabitableness\": \"ebighi ebi\",\n    \"unhabitably\": \"enweghị ike ibi\",\n    \"unhabited\": \"ebighi ebi\",\n    \"unhabitual\": \"ebighi ebi\",\n    \"unhabitually\": \"enweghị ebe obibi\",\n    \"unhabituate\": \"ebighi ebi\",\n    \"unhabituated\": \"ebighi ebi\",\n    \"unhabituatedness\": \"ebighi ebi\",\n    \"unhacked\": \"agbagha\",\n    \"unhackled\": \"unhack\",\n    \"unhad\": \"enweghị\",\n    \"unhaft\": \"agbagha\",\n    \"unhafted\": \"agbanweghi\",\n    \"unhaggled\": \"agbagha\",\n    \"unhaggling\": \"agbagha\",\n    \"unhayed\": \"enweghị obi ụtọ\",\n    \"unhailable\": \"enweghị ike ịkọwapụ ya\",\n    \"unhairy\": \"enweghị ntutu\",\n    \"unhairily\": \"enweghị isi\",\n    \"unhairiness\": \"enweghị obi ụtọ\",\n    \"unhale\": \"kpoo\",\n    \"unhallowing\": \"na-agbasaghị\",\n    \"unhallucinating\": \"enweghị nchekasị\",\n    \"unhalted\": \"agbasaghị\",\n    \"unhaltered\": \"agbanweghi agbanwe\",\n    \"unhaltering\": \"na-agbagha\",\n    \"unhalting\": \"na-ewepụ\",\n    \"unhaltingly\": \"na-agbagha\",\n    \"unhalved\": \"ebupụtaghị\",\n    \"unhammered\": \"emerụghị\",\n    \"unhamper\": \"unamper\",\n    \"unhampered\": \"emerụbeghị\",\n    \"unhampering\": \"agbasaghị\",\n    \"unhand\": \"emeghị\",\n    \"unhandcuff\": \"akpachapụghị anya\",\n    \"unhandcuffed\": \"ejighi n'aka\",\n    \"unhanded\": \"ejighi n'aka\",\n    \"unhandy\": \"adịghị edozi\",\n    \"unhandicapped\": \"ejighi n'aka\",\n    \"unhandiest\": \"adịghị adị\",\n    \"unhandiness\": \"enweghị ọrụ\",\n    \"unhanding\": \"adịghị edozi\",\n    \"unhandled\": \"ejighi ya\",\n    \"unhands\": \"emeghi\",\n    \"unhandseled\": \"emebighi\",\n    \"unhandselled\": \"adịghị edozi\",\n    \"unhang\": \"enweghị ike\",\n    \"unhanged\": \"agbanweghi\",\n    \"unhanging\": \"agbanweghi\",\n    \"unhangs\": \"emeghara\",\n    \"unhap\": \"ikpochapu\",\n    \"unhappen\": \"enweghị obi ụtọ\",\n    \"unhappi\": \"enweghị obi ụtọ\",\n    \"unhappy\": \"enweghị obi ụtọ\",\n    \"unhappier\": \"enweghị obi ụtọ\",\n    \"unhappiest\": \"enweghị obi ụtọ\",\n    \"unhappily\": \"enweghị obi ụtọ\",\n    \"unhappiness\": \"enweghị obi ụtọ\",\n    \"unharassed\": \"enwetaghi iwu\",\n    \"unharbor\": \"unborbor\",\n    \"unharbored\": \"enweghị atụ\",\n    \"unharboured\": \"enweghị nsogbu\",\n    \"unhardenable\": \"enweghị ike ịgbagha\",\n    \"unhardened\": \"unharden\",\n    \"unharked\": \"ebughi\",\n    \"unharmable\": \"enweghị ike ịgwọ\",\n    \"unharmed\": \"emerighi ahu\",\n    \"unharmful\": \"adịghị emerụ ahụ\",\n    \"unharmfully\": \"n'emeghị ya\",\n    \"unharming\": \"adịghị emerụ ahụ\",\n    \"unharmony\": \"enweghị nkwekọrịta\",\n    \"unharmonic\": \"ekwekọghị\",\n    \"unharmonical\": \"ekwekọghị\",\n    \"unharmonious\": \"ekwekọghị ekwekọ\",\n    \"unharmoniousness\": \"ekweghị\",\n    \"unharmonised\": \"ekweghị\",\n    \"unharmonising\": \"enweghị nkwekọrịta\",\n    \"unharmonize\": \"kwenye\",\n    \"unharmonized\": \"ekwenyeghi\",\n    \"unharmonizing\": \"adịghị ekwekọrịta\",\n    \"unharness\": \"unhar\",\n    \"unharnessed\": \"unharhar\",\n    \"unharnesses\": \"ọrịa\",\n    \"unharnessing\": \"adịghị ọcha\",\n    \"unharped\": \"odighi\",\n    \"unharping\": \"adịghị edozi\",\n    \"unharrowed\": \"mbibi\",\n    \"unharvested\": \"egbute\",\n    \"unhashed\": \"wepụtabeghị\",\n    \"unhasp\": \"gharazie\",\n    \"unhasped\": \"enweghị ike\",\n    \"unhaste\": \"adighi ngwa ngwa\",\n    \"unhasted\": \"weghachite\",\n    \"unhastiness\": \"unhastha\",\n    \"unhatcheled\": \"unchapu\",\n    \"unhateful\": \"enweghị mmanụ\",\n    \"unhating\": \"adịghị agwụ agwụ\",\n    \"unhatingly\": \"enweghị mmasị\",\n    \"unhatting\": \"emezughị\",\n    \"unhauled\": \"enweghị ike\",\n    \"unhaunt\": \"agbagha\",\n    \"unhaunted\": \"ebughi ibu\",\n    \"unhave\": \"kpughee\",\n    \"unhawked\": \"emebisighi\",\n    \"unhazarded\": \"enweghị nsogbu\",\n    \"unhazarding\": \"enweghị ihe ọghọm\",\n    \"unhazardous\": \"adighi egwu\",\n    \"unhazardously\": \"enweghị nsogbu\",\n    \"unhazardousness\": \"enweghị nsogbu\",\n    \"unhazy\": \"ewe iwe\",\n    \"unhaziness\": \"enweghi obi uto\",\n    \"unhead\": \"isi\",\n    \"unheaded\": \"isi\",\n    \"unheader\": \"isi\",\n    \"unheady\": \"isi\",\n    \"unhealable\": \"ekweghi ekwe\",\n    \"unhealableness\": \"unheala\",\n    \"unhealably\": \"ekweghi ekwe\",\n    \"unhealed\": \"unwoke\",\n    \"unhealing\": \"ịgwọ ọrịa\",\n    \"unhealth\": \"ahụike\",\n    \"unhealthful\": \"adịghị mma\",\n    \"unhealthfully\": \"adịghị mma\",\n    \"unhealthfulness\": \"adịghị ike\",\n    \"unhealthy\": \"ahụike\",\n    \"unhealthier\": \"ahụike\",\n    \"unhealthiest\": \"ahụ ike\",\n    \"unhealthily\": \"enweghị ahụike\",\n    \"unhealthiness\": \"ahụ ike\",\n    \"unhealthsome\": \"adịghị mma\",\n    \"unhealthsomeness\": \"adịghị ike\",\n    \"unheaped\": \"ebughi\",\n    \"unhearable\": \"unheara\",\n    \"unheard\": \"anughi\",\n    \"unhearing\": \"anụghị\",\n    \"unhearse\": \"mụgharịa\",\n    \"unhearsed\": \"amụtabeghị\",\n    \"unhearten\": \"unatarten\",\n    \"unhearty\": \"enweghi obi uto\",\n    \"unheartily\": \"unatarthe\",\n    \"unheartsome\": \"unhearts\",\n    \"unheatable\": \"enweghị ike ikpo ọkụ\",\n    \"unheated\": \"na-ekpo ọkụ\",\n    \"unheathen\": \"unhe ọkụ\",\n    \"unheaved\": \"enweghị nsogbu\",\n    \"unheaven\": \"unwoke\",\n    \"unheavenly\": \"enweghị nsogbu\",\n    \"unheavy\": \"enweghị nsogbu\",\n    \"unheavily\": \"enweghị nsogbu\",\n    \"unheaviness\": \"ọgba aghara\",\n    \"unhectic\": \"adighi nma\",\n    \"unhedged\": \"unhedhed\",\n    \"unhedging\": \"ịtọghe\",\n    \"unheed\": \"ekweghị\",\n    \"unheeded\": \"aheedaghị ntị\",\n    \"unheededly\": \"aheedaghị ntị\",\n    \"unheedful\": \"a unaghị ntị\",\n    \"unheedfully\": \"egeghị ntị\",\n    \"unheedfulness\": \"anaghị ege ntị\",\n    \"unheeding\": \"egeghị ntị\",\n    \"unheedingly\": \"adighi\",\n    \"unheeled\": \"agbasaghị\",\n    \"unheelpieced\": \"unheelpiece\",\n    \"unhefted\": \"na-agbasaghị\",\n    \"unheightened\": \"unhehe\",\n    \"unheld\": \"ahụghị\",\n    \"unhelming\": \"adịghị edozi\",\n    \"unhelp\": \"nyere aka\",\n    \"unhelpable\": \"enweghị ike inyere aka\",\n    \"unhelpableness\": \"unhelpable\",\n    \"unhelped\": \"enwetaghi\",\n    \"unhelpful\": \"anaghị enyere aka\",\n    \"unhelpfully\": \"n'enyemaka\",\n    \"unhelpfulness\": \"enweghị enyemaka\",\n    \"unhelping\": \"enweghị enyemaka\",\n    \"unhelved\": \"enwetaghị\",\n    \"unhent\": \"adighi\",\n    \"unheralded\": \"ekwuputaghi\",\n    \"unherd\": \"enweghi ike\",\n    \"unherded\": \"enweghị ike\",\n    \"unhereditary\": \"unaritary\",\n    \"unheretical\": \"enweghị nkwekọrịta\",\n    \"unheritable\": \"enweghi ike\",\n    \"unhermetic\": \"na-enweghị atụ\",\n    \"unheroicness\": \"enweghị nsogbu\",\n    \"unhesitant\": \"adighi adi ndu\",\n    \"unhesitantly\": \"n’atughi uchu\",\n    \"unhesitating\": \"adịghị akwụ ụgwọ\",\n    \"unhesitatingly\": \"n’esepughi aka\",\n    \"unhesitatingness\": \"enweghị ume\",\n    \"unhesitative\": \"ekweghi ekwe\",\n    \"unhesitatively\": \"adighi akwado\",\n    \"unheuristic\": \"ekwesighi\",\n    \"unhewable\": \"unchewable\",\n    \"unhewed\": \"unhewn\",\n    \"unhid\": \"zoo\",\n    \"unhidable\": \"ekweghiekwe\",\n    \"unhidableness\": \"ekweghị ekwe\",\n    \"unhidably\": \"enweghị isi\",\n    \"unhidden\": \"ezighi ezi\",\n    \"unhide\": \"zoo\",\n    \"unhideable\": \"enweghị ike ikpuchi\",\n    \"unhideably\": \"enweghị ike izoro ezo\",\n    \"unhidebound\": \"enweghị ihe ọhụụ\",\n    \"unhideous\": \"ihe omimi\",\n    \"unhideously\": \"ezoro ezo\",\n    \"unhideousness\": \"ihe ojoo\",\n    \"unhydrolized\": \"unhydrolyzed\",\n    \"unhygenic\": \"adịghị ọcha\",\n    \"unhygienic\": \"adịghị ọcha\",\n    \"unhygienically\": \"n'adịghị ọcha\",\n    \"unhygrometric\": \"hygrometric\",\n    \"unhilarious\": \"enweghị atụ\",\n    \"unhilariousness\": \"enweghị nghọta\",\n    \"unhinderably\": \"enweghị atụ\",\n    \"unhindered\": \"enweghị nsogbu\",\n    \"unhindering\": \"n'azụ azụ\",\n    \"unhinderingly\": \"n'esepughi\",\n    \"unhip\": \"ibu\",\n    \"unhyphenable\": \"enweghị ike ịkọwapụta\",\n    \"unhyphenated\": \"enweghị atụ\",\n    \"unhypnotisable\": \"enweghị ike ịghọta\",\n    \"unhypnotise\": \"enweghị nkọwa\",\n    \"unhypnotising\": \"enweghị nkọwa\",\n    \"unhypnotized\": \"enweghị nkọwa\",\n    \"unhypnotizing\": \"enweghị nkọwa\",\n    \"unhypocritical\": \"adịghị adị aghụghọ\",\n    \"unhypocritically\": \"n'emeghị ihu abụọ\",\n    \"unhypothecated\": \"enweghị ike igbochi\",\n    \"unhypothetical\": \"enweghị atụ\",\n    \"unhypothetically\": \"n'emeghị nkwanye ùgwù\",\n    \"unhipped\": \"agbachapụghị aka\",\n    \"unhistory\": \"akụkọ ihe mere eme\",\n    \"unhistoric\": \"akụkọ ihe mere eme\",\n    \"unhistorical\": \"akụkọ ihe mere eme\",\n    \"unhistorically\": \"n'akụkọ ihe mere eme\",\n    \"unhistoried\": \"ezighi ezi\",\n    \"unhistrionic\": \"ezighi ezi\",\n    \"unhit\": \"ikpochapu\",\n    \"unhitched\": \"akpachapụghị anya\",\n    \"unhitching\": \"unhitch\",\n    \"unhive\": \"itupu\",\n    \"unhoard\": \"anughi\",\n    \"unhoarded\": \"elekwasighi anya\",\n    \"unhoarding\": \"enweghị mmasị\",\n    \"unhoary\": \"adịghị ọcha\",\n    \"unhoaxed\": \"agbasaghị\",\n    \"unhobbling\": \"na-agbagha\",\n    \"unhocked\": \"agbachi\",\n    \"unhogged\": \"ebupụtaghị\",\n    \"unhoist\": \"adịghị ọcha\",\n    \"unhoisted\": \"akwadoghị\",\n    \"unhold\": \"jide\",\n    \"unholy\": \"adịghị ọcha\",\n    \"unholiday\": \"ezumike\",\n    \"unholier\": \"adịghị ọcha\",\n    \"unholiest\": \"adịghị ọcha\",\n    \"unholily\": \"unholly\",\n    \"unholiness\": \"adịghị ọcha\",\n    \"unhollowed\": \"adịghị edozi\",\n    \"unholpen\": \"meghepu\",\n    \"unhomelikeness\": \"emeghị eme\",\n    \"unhomeliness\": \"ezughị ezu\",\n    \"unhomicidal\": \"ebughi\",\n    \"unhomiletically\": \"n'emeghị egwuregwu\",\n    \"unhomogeneous\": \"enweghi mmetuta\",\n    \"unhomogeneously\": \"inhomogeneously\",\n    \"unhomogeneousness\": \"odidi otu\",\n    \"unhomological\": \"adabaghị\",\n    \"unhomologically\": \"n’enweghị nkwanye ugwu\",\n    \"unhomologous\": \"nonhomologous\",\n    \"unhoneyed\": \"ekwentị\",\n    \"unhonest\": \"emeghị ihe n'eziokwu\",\n    \"unhonesty\": \"emeghị ihe n'eziokwu\",\n    \"unhonestly\": \"emeghị ihe n'eziokwu\",\n    \"unhonied\": \"edoghị ya\",\n    \"unhonorably\": \"unhonovable\",\n    \"unhonored\": \"enweghi nkwanye ugwu\",\n    \"unhonourably\": \"n’adịghị ọcha\",\n    \"unhood\": \"ịdị n'otu\",\n    \"unhooded\": \"ekweghị\",\n    \"unhooding\": \"ịdị n'otu\",\n    \"unhoods\": \"ịdị n'otu\",\n    \"unhoodwink\": \"unwukwe\",\n    \"unhoodwinked\": \"ekweghị\",\n    \"unhoofed\": \"ekpuchighi\",\n    \"unhooked\": \"emegheghị\",\n    \"unhooking\": \"na-emeghe\",\n    \"unhooks\": \"unhook\",\n    \"unhoop\": \"imeghe\",\n    \"unhoopable\": \"emeghee\",\n    \"unhooped\": \"emeghebeghị\",\n    \"unhooted\": \"ewepụtaghị\",\n    \"unhope\": \"unpepe\",\n    \"unhopeful\": \"unpepe\",\n    \"unhopefully\": \"n'amaghị ama\",\n    \"unhopefulness\": \"enweghị ọrụ\",\n    \"unhoping\": \"na-emeghe\",\n    \"unhopingly\": \"enweghị anya\",\n    \"unhopped\": \"emeghebeghị\",\n    \"unhoppled\": \"unopple\",\n    \"unhorned\": \"akwadoghị\",\n    \"unhoroscopic\": \"unoroscopic\",\n    \"unhorrified\": \"unhorified\",\n    \"unhorse\": \"adịghị agwụ agwụ\",\n    \"unhorsed\": \"edoghị anya\",\n    \"unhorsing\": \"na-emeghe\",\n    \"unhortative\": \"adịghị akwụ ụgwọ\",\n    \"unhortatively\": \"n'adaghị ọrụ\",\n    \"unhospitable\": \"adịghị asọpụrụ\",\n    \"unhospitableness\": \"enweghị mmasị\",\n    \"unhospitably\": \"n’enweghị nsogbu\",\n    \"unhospitalized\": \"na-akwadoghị\",\n    \"unhounded\": \"unhound\",\n    \"unhoused\": \"enweghị ebe obibi\",\n    \"unhouseled\": \"enweghị ụlọ\",\n    \"unhouses\": \"ụlọ ụlọ\",\n    \"unhousing\": \"adịghị akwụ ụgwọ\",\n    \"unhuddled\": \"agbasaghị\",\n    \"unhuddling\": \"na-agbasaghị\",\n    \"unhued\": \"unhu\",\n    \"unhull\": \"kpughee\",\n    \"unhulled\": \"unhulul\",\n    \"unhuman\": \"onye mmadu\",\n    \"unhumane\": \"enweghi obi ojoo\",\n    \"unhumanely\": \"obi ọjọọ\",\n    \"unhumaneness\": \"inhumaneness\",\n    \"unhumanised\": \"agbasaghị mmadụ\",\n    \"unhumanising\": \"enweghị obi mmadụ\",\n    \"unhumanistic\": \"agbasaghị mmadụ\",\n    \"unhumanitarian\": \"enweghị obi mmadụ\",\n    \"unhumanizing\": \"ekwesighi\",\n    \"unhumanly\": \"n'anaghi mmadu\",\n    \"unhumanness\": \"enweghi obi mmadu\",\n    \"unhumble\": \"enweghi obi\",\n    \"unhumbled\": \"agbasaghị\",\n    \"unhumbledness\": \"nkwanye ugwu\",\n    \"unhumbleness\": \"enweghi obi ume ala\",\n    \"unhumbly\": \"n'emeghị ihere\",\n    \"unhumid\": \"olulu\",\n    \"unhumidifying\": \"na-emepụtaghị ihe\",\n    \"unhumiliated\": \"agbasaghị\",\n    \"unhumiliating\": \"na-ewepụsị\",\n    \"unhumiliatingly\": \"n'emegide mmadu\",\n    \"unhumored\": \"unọm\",\n    \"unhumorous\": \"ekwughachi\",\n    \"unhumorously\": \"n'ụzọ na-enweghị nchịkwa\",\n    \"unhumorousness\": \"enweghị nkwanye ùgwù\",\n    \"unhumourous\": \"adighi adi nma\",\n    \"unhung\": \"hapụ\",\n    \"unhuntable\": \"enweghị atụ\",\n    \"unhunted\": \"unhunt\",\n    \"unhurdled\": \"agbasaghị\",\n    \"unhurled\": \"agbasaghị\",\n    \"unhurried\": \"adịghị ngwa ngwa\",\n    \"unhurriedly\": \"ngwa ngwa\",\n    \"unhurriedness\": \"ịdị ngwa ngwa\",\n    \"unhurrying\": \"adịghị adị ngwa\",\n    \"unhurryingly\": \"adịghị ngwa ngwa\",\n    \"unhurt\": \"emerụghị ahụ\",\n    \"unhurted\": \"agbasaghị\",\n    \"unhurtful\": \"emerụghị ahụ\",\n    \"unhurtfully\": \"n'enweghị nsogbu\",\n    \"unhurtfulness\": \"enweghị mmerụ\",\n    \"unhurting\": \"na-emekpa ahụ\",\n    \"unhusbanded\": \"agbasaghị\",\n    \"unhusbandly\": \"unhusband\",\n    \"unhushed\": \"agbasaghị\",\n    \"unhushing\": \"-achapu\",\n    \"unhusked\": \"ibughi\",\n    \"unhusking\": \"n'achọghị\",\n    \"unhustled\": \"agbasaghị\",\n    \"unhustling\": \"na-agbagha\",\n    \"unhutched\": \"a na-ewepụbeghị\",\n    \"unhuzzaed\": \"agbasaghị\",\n    \"uniambically\": \"n’enweghi nsogbu\",\n    \"uniangulate\": \"nhazi\",\n    \"uniarticular\": \"iche\",\n    \"uniarticulate\": \"iche\",\n    \"uniat\": \"dịrị\",\n    \"uniate\": \"dịrị n'otu\",\n    \"uniatism\": \"ịdị n'otu\",\n    \"unibivalent\": \"enweghị atụ\",\n    \"unible\": \"ekweghi\",\n    \"unibracteate\": \"anaghị egosipụta\",\n    \"unicamerally\": \"enweghị aha\",\n    \"unicamerate\": \"enweghị aha\",\n    \"uniced\": \"ahụghị ya\",\n    \"unicellate\": \"unekel\",\n    \"unicelled\": \"enweghị ikike\",\n    \"unicellular\": \"ekwenti\",\n    \"unicellularity\": \"ogwe\",\n    \"unicycle\": \"igwe\",\n    \"unicycles\": \"unek\",\n    \"unicing\": \"edetu\",\n    \"unicity\": \"ịdị n'otu\",\n    \"unicolor\": \"agba agba\",\n    \"unicolorate\": \"achala\",\n    \"unicolored\": \"achaghị acha\",\n    \"unicolorous\": \"unyiiki\",\n    \"unicolour\": \"unyiikpu\",\n    \"unicornlike\": \"unicorn dị ka\",\n    \"unicornous\": \"unicorns\",\n    \"unicornuted\": \"na-akwadoghị\",\n    \"unicostate\": \"edozie\",\n    \"unicotyledonous\": \"monocotyledonous\",\n    \"unicuspid\": \"enweghị atụ\",\n    \"unicuspidate\": \"enweghị atụ\",\n    \"unidactylous\": \"emeghị eme\",\n    \"unidealistic\": \"enweghị akwụkwọ\",\n    \"unideating\": \"na-ekpo ọkụ\",\n    \"unidentate\": \"achoputaghi\",\n    \"unidentated\": \"achoputaghi\",\n    \"unidentically\": \"na-atụghị anya ya\",\n    \"unidentifiable\": \"amataghi\",\n    \"unidentifiableness\": \"enweghi ike mata\",\n    \"unidentifiably\": \"amaghi ama\",\n    \"unidentified\": \"amataghi\",\n    \"unidentifiedly\": \"amataghi\",\n    \"unidentifying\": \"amaghi\",\n    \"unideographic\": \"ihe nkiri\",\n    \"unideographical\": \"ihe omimi\",\n    \"unideographically\": \"n'udoghi\",\n    \"unidextral\": \"ajuju\",\n    \"unidigitate\": \"unidigit\",\n    \"unidirected\": \"ewepughi ya\",\n    \"unidirection\": \"unidirectional\",\n    \"unidleness\": \"abaghị uru\",\n    \"unidly\": \"unatly\",\n    \"unidolatrous\": \"ikpere arụsị\",\n    \"unidolised\": \"edozighi\",\n    \"unidolized\": \"agbasaghị\",\n    \"unyeaned\": \"unweed\",\n    \"unyearned\": \"amaghị ihe\",\n    \"uniembryonate\": \"dịrị iche\",\n    \"uniequivalent\": \"ị kwekọrọ\",\n    \"uniface\": \"ịdị n'otu\",\n    \"unifaced\": \"edo\",\n    \"unifaces\": \"kootu\",\n    \"unifacial\": \"edo\",\n    \"unifactoral\": \"yunifik\",\n    \"unifactorial\": \"yunifọtọ\",\n    \"unifarious\": \"yunifor\",\n    \"unify\": \"dịrị n'otu\",\n    \"unifiable\": \"enweghi iwepu\",\n    \"unific\": \"ekwesighi\",\n    \"unification\": \"ịdị n'otu\",\n    \"unificationist\": \"ịdị n'otu\",\n    \"unifications\": \"njikota\",\n    \"unified\": \"adị n'otu\",\n    \"unifiedly\": \"n'ịdị n'otu\",\n    \"unifiedness\": \"ịdị n'otu\",\n    \"unifier\": \"ikpokọta\",\n    \"unifiers\": \"kpalie\",\n    \"unifies\": \"uwe\",\n    \"unifying\": \"na-eme ka a dịrị n'otu\",\n    \"uniflagellate\": \"edo edo\",\n    \"unifloral\": \"kootu\",\n    \"uniflorate\": \"ịdị n'otu\",\n    \"uniflorous\": \"dị iche iche\",\n    \"uniflow\": \"yunifọl\",\n    \"uniflowered\": \"edoziri\",\n    \"unifocal\": \"edo\",\n    \"unifoliar\": \"yunifọl\",\n    \"unifoliate\": \"ịdị n'otu\",\n    \"unifoliolate\": \"bifoliate\",\n    \"unifolium\": \"Otuolum\",\n    \"uniform\": \"edo\",\n    \"uniformal\": \"edo\",\n    \"uniformalization\": \"ịdị n'otu\",\n    \"uniformalize\": \"edozie\",\n    \"uniformally\": \"otu\",\n    \"uniformation\": \"ịdị n'otu\",\n    \"uniformed\": \"yunifọm\",\n    \"uniformer\": \"yunifọm\",\n    \"uniformest\": \"otu\",\n    \"uniforming\": \"edo edo\",\n    \"uniformisation\": \"ịdị n'otu\",\n    \"uniformise\": \"edo\",\n    \"uniformised\": \"edoziri\",\n    \"uniformising\": \"ịdị n'otu\",\n    \"uniformist\": \"edo edo\",\n    \"uniformitarian\": \"yuniforist\",\n    \"uniformitarianism\": \"ịdị n'otu\",\n    \"uniformity\": \"ịdị n'otu\",\n    \"uniformities\": \"edo\",\n    \"uniformization\": \"ịdị n'otu\",\n    \"uniformize\": \"yunifọmi\",\n    \"uniformized\": \"edoziri\",\n    \"uniformizing\": \"ịdị n'otu\",\n    \"uniformless\": \"enweghị otu\",\n    \"uniformly\": \"otu\",\n    \"uniformness\": \"ịdị n'otu\",\n    \"uniforms\": \"yunifọm\",\n    \"unigeniture\": \"ekweghị ibe ha\",\n    \"unigenous\": \"amaala\",\n    \"unignitable\": \"ekweghị\",\n    \"unignited\": \"iweghị\",\n    \"unignitible\": \"ekweghị\",\n    \"unigniting\": \"ịhapụ\",\n    \"unignominious\": \"unignominign\",\n    \"unignominiousness\": \"enweghị mmasị\",\n    \"unignorant\": \"amaghi ama\",\n    \"unignorantly\": \"amaghi ama\",\n    \"unignored\": \"enwetaghị\",\n    \"unignoring\": \"wepụ\",\n    \"unyielded\": \"enweghị ikike\",\n    \"unyielding\": \"adịghị agbanwe agbanwe\",\n    \"unyieldingly\": \"adighi ike\",\n    \"unyieldingness\": \"enweghị ike\",\n    \"unilaterally\": \"n’onwe ya\",\n    \"unilingual\": \"enweghi asusu\",\n    \"unilluded\": \"enweghị atụ\",\n    \"unilludedly\": \"enweghị atụ\",\n    \"unillumed\": \"unillill\",\n    \"unilluminant\": \"uniluminụ\",\n    \"unilluminated\": \"enwetaghị ọkụ\",\n    \"unilluminating\": \"na-enye ọkụ\",\n    \"unillumination\": \"unye ọkụ\",\n    \"unilluminative\": \"enwu enwu\",\n    \"unillumined\": \"enweghi atụ\",\n    \"unillusioned\": \"ndabia\",\n    \"unillusive\": \"enweghị isi\",\n    \"unillusory\": \"enweghị atụ\",\n    \"unillustrated\": \"enweghị nsogbu\",\n    \"unillustrative\": \"na-enweghị atụ\",\n    \"unilobed\": \"ejikọtara\",\n    \"unilocular\": \"iche\",\n    \"uniloculate\": \"buputa ihe\",\n    \"unimaged\": \"enweghị atụ\",\n    \"unimaginability\": \"enweghị atụ\",\n    \"unimaginable\": \"-enweghị atụ\",\n    \"unimaginableness\": \"enweghị atụ\",\n    \"unimaginably\": \"enweghị atụ\",\n    \"unimagined\": \"atụghị anya\",\n    \"unimbellished\": \"ịchọghị mma\",\n    \"unimbibed\": \"ebughi\",\n    \"unimbibing\": \"enweghị atụ\",\n    \"unimbittered\": \"enweghị atụ\",\n    \"unimboldened\": \"enweghị obi ike\",\n    \"unimbordered\": \"enweghị ikike\",\n    \"unimbowed\": \"enweghị atụ\",\n    \"unimbowered\": \"enweghị ikike\",\n    \"unimbroiled\": \"enweghị nsogbu\",\n    \"unimbrowned\": \"agbachi\",\n    \"unimbrued\": \"unimbru\",\n    \"unimedial\": \"ejighi ya\",\n    \"unimitable\": \"enweghị atụ\",\n    \"unimitableness\": \"ekwesighi\",\n    \"unimitably\": \"enweghị atụ\",\n    \"unimitated\": \"enweghị atụ\",\n    \"unimitating\": \"enweghị atụ\",\n    \"unimitative\": \"enweghị atụ\",\n    \"unimmediate\": \"oge adịghị anya\",\n    \"unimmediately\": \"na-enweghị atụ\",\n    \"unimmersed\": \"emebisie\",\n    \"unimmigrating\": \"enweghị atụ\",\n    \"unimminent\": \"-adịghị anya\",\n    \"unimmolated\": \"enweghị atụ\",\n    \"unimmortal\": \"enweghi anwu\",\n    \"unimmunised\": \"enweghị ọgwụ\",\n    \"unimmunized\": \"enweghị ọgwụ mgbochi\",\n    \"unimmured\": \"enweghị atụ\",\n    \"unimpacted\": \"enweghị mmetụta\",\n    \"unimpairable\": \"enweghị atụ\",\n    \"unimpaired\": \"enweghi nsogbu\",\n    \"unimpartable\": \"enweghị ike iwepụ\",\n    \"unimparted\": \"enweghị obi\",\n    \"unimpartial\": \"enweghị atụ\",\n    \"unimpartially\": \"enweghị atụ\",\n    \"unimpartible\": \"enweghị atụ\",\n    \"unimpassionate\": \"enweghị obi ọmịiko\",\n    \"unimpassionately\": \"enweghị ọmịiko\",\n    \"unimpassioned\": \"enweghị ọmịiko\",\n    \"unimpassionedly\": \"enweghị ọmịiko\",\n    \"unimpassionedness\": \"enweghị ọmịiko\",\n    \"unimpatient\": \"enweghị ndidi\",\n    \"unimpatiently\": \"enweghị ndidi\",\n    \"unimpawned\": \"enweghi ike\",\n    \"unimpeachability\": \"enweghị ike ịrụ ọrụ\",\n    \"unimpeachable\": \"enweghị ike ịchọta ya\",\n    \"unimpearled\": \"enweghị atụ\",\n    \"unimped\": \"enweghị okpu\",\n    \"unimpeded\": \"enweghi nsogbu\",\n    \"unimpededly\": \"n’enweghị nsogbu\",\n    \"unimpedible\": \"enweghị ike igbochi\",\n    \"unimpeding\": \"na-agbagha\",\n    \"unimpedingly\": \"n'emeghị ihe ọ bụla\",\n    \"unimpedness\": \"enweghị nsọpụrụ\",\n    \"unimpelled\": \"enweghị ike\",\n    \"unimperative\": \"enweghị isi\",\n    \"unimperatively\": \"enweghị isi\",\n    \"unimperial\": \"enweghị uru\",\n    \"unimperious\": \"enweghị mmasị\",\n    \"unimpertinent\": \"enweghị uru\",\n    \"unimpinging\": \"na-ekpochapụ\",\n    \"unimplanted\": \"akuku\",\n    \"unimplemented\": \"emejuputaghi\",\n    \"unimplicable\": \"enweghị atụ\",\n    \"unimplicate\": \"adịghị mfe\",\n    \"unimplicated\": \"enweghị atụ\",\n    \"unimplicit\": \"egosipụtaghị\",\n    \"unimplicitly\": \"n'emeghị ya\",\n    \"unimplied\": \"enweghị ike\",\n    \"unimplorable\": \"enweghị atụ\",\n    \"unimplored\": \"enweghị atụ\",\n    \"unimpoisoned\": \"unimpoison\",\n    \"unimportance\": \"adịghị mkpa\",\n    \"unimportant\": \"adịghị mkpa\",\n    \"unimportantly\": \"adabaghị\",\n    \"unimportantness\": \"abaghị uru\",\n    \"unimported\": \"ebubatabeghị\",\n    \"unimporting\": \"ibubata\",\n    \"unimportunate\": \"ekwesighi\",\n    \"unimportunately\": \"adabaghị\",\n    \"unimportunateness\": \"ekwesighi\",\n    \"unimportuned\": \"ekwusighi\",\n    \"unimposed\": \"enweghị atụ\",\n    \"unimposedly\": \"na-akwadoghị\",\n    \"unimposing\": \"na-enweghị atụ\",\n    \"unimpostrous\": \"enweghị atụ\",\n    \"unimpounded\": \"enweghị ikike\",\n    \"unimpoverished\": \"ida mba\",\n    \"unimpowered\": \"enweghị ike\",\n    \"unimprecated\": \"enweghị nkọwa\",\n    \"unimpregnable\": \"enweghị ike iwepụ\",\n    \"unimpregnated\": \"enweghị atụ\",\n    \"unimpressed\": \"enweghị mmasị\",\n    \"unimpressibility\": \"enweghị ike\",\n    \"unimpressible\": \"enweghị ike ịgbanwe\",\n    \"unimpressibly\": \"enweghị atụ\",\n    \"unimpressionability\": \"enweghị atụ\",\n    \"unimpressionable\": \"enweghị atụ\",\n    \"unimpressionableness\": \"enweghị atụ\",\n    \"unimpressive\": \"enweghị ume\",\n    \"unimpressively\": \"enweghị isi\",\n    \"unimpressiveness\": \"enweghị ike\",\n    \"unimprinted\": \"enweghị atụ\",\n    \"unimprison\": \"mkpọrọ\",\n    \"unimprisonable\": \"enweghị atụ\",\n    \"unimprisoned\": \"atụghị mkpọrọ\",\n    \"unimpropriated\": \"enweghị ikike\",\n    \"unimprovable\": \"enweghị atụ\",\n    \"unimprovableness\": \"enweghị atụ\",\n    \"unimprovably\": \"enweghị atụ\",\n    \"unimproved\": \"enwetaghi\",\n    \"unimprovedly\": \"n'amaghi ama\",\n    \"unimprovedness\": \"enweghị ike\",\n    \"unimprovement\": \"enweghị ọrụ\",\n    \"unimproving\": \"enweghị uru\",\n    \"unimprovised\": \"enweghị ikike\",\n    \"unimpulsive\": \"enweghị atụ\",\n    \"unimpulsively\": \"enweghị isi\",\n    \"unimpurpled\": \"enweghị atụ\",\n    \"unimputable\": \"enweghị ike iwepụ\",\n    \"unimputed\": \"enweghị atụ\",\n    \"unincantoned\": \"enweghị atụ\",\n    \"unincarcerated\": \"iwepu\",\n    \"unincensed\": \"enweghi ego\",\n    \"uninceptive\": \"enweghị obi abụọ\",\n    \"uninceptively\": \"enweghị obi abụọ\",\n    \"uninchoative\": \"na-amụtaghị ihe\",\n    \"unincidental\": \"a na-atụghị anya ya\",\n    \"unincidentally\": \"n'amaghi ama\",\n    \"unincisiveness\": \"enweghị nsogbu\",\n    \"unincited\": \"enweghị atụ\",\n    \"uninclinable\": \"ekweghi ekwe\",\n    \"uninclined\": \"enweghị mmasị\",\n    \"uninclining\": \"n'etinyeghi aka\",\n    \"uninclosed\": \"ekpuchighi\",\n    \"uninclosedness\": \"ekpuchighi\",\n    \"unincludable\": \"enweghị ike igbochi\",\n    \"unincluded\": \"agbasaghị\",\n    \"unincludible\": \"enweghị nkwenye\",\n    \"uninclusive\": \"enweghị isi\",\n    \"uninclusiveness\": \"enweghị atụ\",\n    \"uninconvenienced\": \"enweghị nsogbu\",\n    \"unincorporate\": \"enweghị akwụkwọ\",\n    \"unincorporated\": \"enweghị atụ\",\n    \"unincorporatedly\": \"enweghị atụ\",\n    \"unincorporatedness\": \"enweghị ọnụ ness\",\n    \"unincriminated\": \"enweghị atụ\",\n    \"unincriminating\": \"enweghị atụ\",\n    \"unincumbered\": \"agbasaghị\",\n    \"unindebted\": \"akọwapụtaghị\",\n    \"unindebtedly\": \"n'enweghị mgbagha\",\n    \"unindebtedness\": \"enweghị nkwupụta\",\n    \"unindemnified\": \"amaghi akwukwo\",\n    \"unindentable\": \"enweghị atụ\",\n    \"unindented\": \"na-atụghị anya ya\",\n    \"unindexed\": \"ewepu\",\n    \"unindicable\": \"enweghi nkwenye\",\n    \"unindicated\": \"akwadoghị\",\n    \"unindicative\": \"enweghị nkwupụta\",\n    \"unindicatively\": \"n'etinyeghi aka\",\n    \"unindictableness\": \"enweghị atụ\",\n    \"unindicted\": \"akwadoghi\",\n    \"unindifference\": \"enweghị mmasị\",\n    \"unindifferent\": \"enweghị mmasị\",\n    \"unindifferently\": \"enweghị mmasị\",\n    \"unindigent\": \"unitigent\",\n    \"unindignant\": \"enweghị obi iru ala\",\n    \"unindividualized\": \"enweghi aha\",\n    \"unindoctrinated\": \"undoctrinated\",\n    \"unindorsed\": \"etinyeghị aka\",\n    \"uninduced\": \"achọrọ\",\n    \"uninducible\": \"enweghị ike iwepu\",\n    \"uninducted\": \"ejighi ya\",\n    \"uninductive\": \"enweghị mmetụta\",\n    \"unindulged\": \"enweghị mmasị\",\n    \"unindulging\": \"unindul\",\n    \"unindurate\": \"amụghị akwụkwọ\",\n    \"unindurated\": \"agụghị akwụkwọ\",\n    \"unindurative\": \"anaghị amụrụ ihe\",\n    \"unindwellable\": \"enweghị ike ịkwụkwụ\",\n    \"uninebrious\": \"amaghi akwukwo\",\n    \"uninert\": \"iwepụ\",\n    \"uninertly\": \"atughari\",\n    \"uninervate\": \"ewepu\",\n    \"uninerved\": \"ewepu\",\n    \"uninfallibility\": \"ezighi ezi\",\n    \"uninfallible\": \"enweghị ike ịda mba\",\n    \"uninfatuated\": \"enweghi uche\",\n    \"uninfected\": \"ejighi oria\",\n    \"uninfectious\": \"enweghị ọrịa\",\n    \"uninfectiously\": \"enweghị nsogbu\",\n    \"uninfectiousness\": \"enweghị ọrịa\",\n    \"uninfective\": \"enweghị ike\",\n    \"uninfeft\": \"ezighi ezi\",\n    \"uninferable\": \"nke a na-enweghị ike ịkọwapụ\",\n    \"uninferably\": \"ewepu\",\n    \"uninferential\": \"enweghị atụ\",\n    \"uninferentially\": \"n'adịghị iche\",\n    \"uninferrable\": \"ewepu\",\n    \"uninferrably\": \"ewepu\",\n    \"uninferred\": \"ebunyeghị\",\n    \"uninferrible\": \"na-enweghị nchekasị\",\n    \"uninferribly\": \"agbasaghị\",\n    \"uninfiltrated\": \"etinyereghi\",\n    \"uninfinite\": \"enweghị njedebe\",\n    \"uninfinitely\": \"akaghi aka\",\n    \"uninfiniteness\": \"njedebe\",\n    \"uninfixed\": \"ejighi ya\",\n    \"uninflamed\": \"agbasaghị\",\n    \"uninflammability\": \"Enweghi ike iwepu\",\n    \"uninflammable\": \"enweghị ike iwe ọkụ\",\n    \"uninflated\": \"agbasaghị\",\n    \"uninflected\": \"ewepụtaghị\",\n    \"uninflectedness\": \"ezighi ezi\",\n    \"uninflective\": \"enweghị ike\",\n    \"uninflicted\": \"agbasaghị\",\n    \"uninfluenceability\": \"enweghị mmetụta\",\n    \"uninfluenceable\": \"enweghị ike ịgbanwe\",\n    \"uninfluenced\": \"enweghi mmuta\",\n    \"uninfluencing\": \"na-enweghị atụ\",\n    \"uninfluencive\": \"ewepu\",\n    \"uninfluential\": \"enweghị isi\",\n    \"uninfluentiality\": \"enweghị isi\",\n    \"uninfluentially\": \"enweghị ike\",\n    \"uninfolded\": \"agbasaghi\",\n    \"uninformative\": \"ezighi ezi\",\n    \"uninformatively\": \"na-agbasaghị\",\n    \"uninformed\": \"amaghi\",\n    \"uninforming\": \"n'etinyeghi ihe omuma\",\n    \"uninfracted\": \"ewepu\",\n    \"uninfringeable\": \"enweghị ike iwepu\",\n    \"uninfringed\": \"na-enweghị atụ\",\n    \"uninfringible\": \"enweghị ike ịkọwa\",\n    \"uninfuriated\": \"agbasaghị\",\n    \"uninfused\": \"agbasaghị\",\n    \"uninfusing\": \"na-enweghị afọ ojuju\",\n    \"uninfusive\": \"anaghị edozi anya\",\n    \"uningenious\": \"enweghị atụ\",\n    \"uningeniousness\": \"enweghị mmasị\",\n    \"uningenuity\": \"akpacharaghị anya\",\n    \"uningenuous\": \"enweghị atụ\",\n    \"uningenuously\": \"n’enweghị nkwanye ùgwù\",\n    \"uningenuousness\": \"enweghị uche\",\n    \"uningested\": \"uningesting\",\n    \"uningestive\": \"enweghị atụ\",\n    \"uningrafted\": \"na-agbasaghị\",\n    \"uningrained\": \"ejighi ọzụzụ\",\n    \"uninhabitability\": \"ebighi ebi\",\n    \"uninhabitable\": \"enweghị ike ibi\",\n    \"uninhabitableness\": \"ebighi ebi\",\n    \"uninhabitably\": \"agaghị ebi ebi\",\n    \"uninhabited\": \"ebighi ebi\",\n    \"uninhabitedness\": \"ebighi ebi\",\n    \"uninhaled\": \"enweghị ike\",\n    \"uninherent\": \"enweghị ihe ọ bụla\",\n    \"uninherently\": \"n'enweghi ike\",\n    \"uninheritability\": \"anaghị ebi ebi\",\n    \"uninheritable\": \"nke na-enweghị ike ibibi ya\",\n    \"uninherited\": \"enweghị ihe nketa\",\n    \"uninhibited\": \"egbochiri\",\n    \"uninhibitedly\": \"n'esepụghị aka\",\n    \"uninhibitedness\": \"igbochi\",\n    \"uninhibiting\": \"igbochi\",\n    \"uninhibitive\": \"anaghị egbochi ya\",\n    \"uninhumed\": \"agbasaghị\",\n    \"uninimical\": \"enweghị atụ\",\n    \"uninimically\": \"n'enweghị atụ\",\n    \"uniniquitousness\": \"enweghị amamịghe\",\n    \"uninitialed\": \"ejighị ya\",\n    \"uninitialized\": \"amaghị ihe\",\n    \"uninitialled\": \"akpaghị nke ọma\",\n    \"uninitiate\": \"amaghị ihe\",\n    \"uninitiated\": \"amaghi ihe\",\n    \"uninitiatedness\": \"amaghi ihe\",\n    \"uninitiation\": \"amaghị ihe\",\n    \"uninitiative\": \"amaghị ihe\",\n    \"uninjectable\": \"a na-enweghị atụ\",\n    \"uninjected\": \"agbasaghị\",\n    \"uninjurable\": \"nke a na-apụghị izere ezere\",\n    \"uninjured\": \"enweghi mmerụ ahụ\",\n    \"uninjuredness\": \"enweghị mmerụ ahụ\",\n    \"uninjuring\": \"na-emerụ ahụ\",\n    \"uninjurious\": \"na-adịghị emerụ ahụ\",\n    \"uninjuriously\": \"n'adighi ike\",\n    \"uninjuriousness\": \"enweghị mmerụ\",\n    \"uninked\": \"enwetaghi\",\n    \"uninlaid\": \"ewepu\",\n    \"uninnocence\": \"amaghị ihe\",\n    \"uninnocent\": \"amaghị ihe\",\n    \"uninnocently\": \"noosisi\",\n    \"uninnocuous\": \"ejighi ya\",\n    \"uninnocuously\": \"n'enweghị nsogbu\",\n    \"uninnocuousness\": \"ejighi n'aka\",\n    \"uninnovating\": \"adịghị edozi\",\n    \"uninnovative\": \"amaghị ihe\",\n    \"uninoculable\": \"enweghị atụ\",\n    \"uninoculated\": \"enweghị atụ\",\n    \"uninoculative\": \"enweghị atụ\",\n    \"uninodal\": \"ezighi ezi\",\n    \"uninominal\": \"ejighi elu\",\n    \"uninquired\": \"ajụghị ase\",\n    \"uninquiring\": \"na-enweghịkwa\",\n    \"uninquisitive\": \"amaghi akwukwo\",\n    \"uninquisitively\": \"aghara aghara\",\n    \"uninquisitiveness\": \"amaghi ihe\",\n    \"uninquisitorial\": \"enweghị akwụkwọ\",\n    \"uninquisitorially\": \"n'etinyeghi akwukwo\",\n    \"uninsane\": \"ara\",\n    \"uninscribed\": \"na-edeghị aha\",\n    \"uninserted\": \"etinyeghi\",\n    \"uninsightful\": \"amaghi ama\",\n    \"uninsinuating\": \"enweghị atụ\",\n    \"uninsistent\": \"ekwenyeghi\",\n    \"uninsistently\": \"ekwesighi\",\n    \"uninsolated\": \"enweghị njikọ\",\n    \"uninsolating\": \"ewepu\",\n    \"uninsolvent\": \"unosolvent\",\n    \"uninspected\": \"eleghi anya\",\n    \"uninspirable\": \"adighi nma\",\n    \"uninspired\": \"enyeghi mmụọ nsọ\",\n    \"uninspiring\": \"uninsing\",\n    \"uninspirited\": \"Enweghị mmụọ\",\n    \"uninspissated\": \"enweghị obi ụtọ\",\n    \"uninstalled\": \"ewepu\",\n    \"uninstanced\": \"enweghị isi\",\n    \"uninstated\": \"ewepụtaghi\",\n    \"uninstigated\": \"ewepu ya\",\n    \"uninstigative\": \"enweghị atụ\",\n    \"uninstilled\": \"etisaghị\",\n    \"uninstinctive\": \"enweghị nzube\",\n    \"uninstinctively\": \"n'echeghị echiche\",\n    \"uninstinctiveness\": \"enweghị ọrụ\",\n    \"uninstituted\": \"iwepụ\",\n    \"uninstitutional\": \"iwu\",\n    \"uninstitutionally\": \"n'usoro iwu\",\n    \"uninstitutive\": \"iwepụ\",\n    \"uninstitutively\": \"n'usoro\",\n    \"uninstructed\": \"achughi ya\",\n    \"uninstructedly\": \"n'esighi ya\",\n    \"uninstructedness\": \"ezighi ezi\",\n    \"uninstructible\": \"anaghị egbochi ya\",\n    \"uninstructing\": \"iwepu ihe\",\n    \"uninstructive\": \"adịghị akụzi ihe\",\n    \"uninstructively\": \"n'emeghị nhazi\",\n    \"uninstructiveness\": \"adịghị emerụ ahụ\",\n    \"uninstrumental\": \"na-ewepụsị\",\n    \"uninstrumentally\": \"n'esighi ike\",\n    \"uninsulated\": \"echekwaghi\",\n    \"uninsulating\": \"anaghị egbochi\",\n    \"uninsulted\": \"enwetaghị\",\n    \"uninsurable\": \"enweghị ngwọta\",\n    \"unintegrable\": \"enweghị ike ịkọwa\",\n    \"unintegral\": \"iwepu\",\n    \"unintegrally\": \"agbasaghị\",\n    \"unintegrated\": \"agbasaghi\",\n    \"unintegrative\": \"enweghị atụ\",\n    \"unintellective\": \"ọgụgụ isi\",\n    \"unintellectual\": \"ọgụgụ isi\",\n    \"unintellectualism\": \"amaghi ihe\",\n    \"unintellectuality\": \"amaghi ihe\",\n    \"unintellectually\": \"n'amaghi ihe\",\n    \"unintelligence\": \"enweghị ọgụgụ isi\",\n    \"unintelligent\": \"enweghị ọgụgụ isi\",\n    \"unintelligently\": \"n'amaghi ihe\",\n    \"unintelligibility\": \"enweghị nghọta\",\n    \"unintelligible\": \"enweghị nghọta\",\n    \"unintelligibleness\": \"enweghị nghọta\",\n    \"unintelligibly\": \"n’enweghi nghọta\",\n    \"unintended\": \"ebughi n'uche\",\n    \"unintendedly\": \"n'atụghị anya\",\n    \"unintensively\": \"n'atụghị egwu\",\n    \"unintent\": \"amaghi ama\",\n    \"unintentional\": \"n'amaghị ama\",\n    \"unintentionality\": \"amaghị ama\",\n    \"unintentionally\": \"n'amaghị ama\",\n    \"unintentionalness\": \"amaghi ama\",\n    \"unintentiveness\": \"enweghị mmasị\",\n    \"unintently\": \"na-atụghị anya\",\n    \"unintercalated\": \"agbasaghị\",\n    \"unintercepted\": \"agbasaghị\",\n    \"unintercepting\": \"na-ezighi ezi\",\n    \"uninterchangeable\": \"-enweghi mgbanwe\",\n    \"uninterdicted\": \"agbasaghị\",\n    \"uninterested\": \"enweghị mmasị\",\n    \"uninterestedly\": \"enweghị mmasị\",\n    \"uninterestedness\": \"enweghị mmasị\",\n    \"uninteresting\": \"enweghị mmasị\",\n    \"uninterestingly\": \"enweghị mmasị\",\n    \"uninterestingness\": \"enweghị mmasị\",\n    \"uninterferedwith\": \"Iwebata\",\n    \"uninterjected\": \"agbasaghị\",\n    \"uninterlaced\": \"na-enweghị atụ\",\n    \"uninterlarded\": \"agbasaghị\",\n    \"uninterleave\": \"ekoghị eko\",\n    \"uninterleaved\": \"achicha\",\n    \"uninterlined\": \"agbasaghị\",\n    \"uninterlinked\": \"iwepụ\",\n    \"uninterlocked\": \"agbachi\",\n    \"unintermarrying\": \"ndidọ owo\",\n    \"unintermediate\": \"agbakwunye\",\n    \"unintermediately\": \"n'egbughị oge\",\n    \"unintermediateness\": \"ezighi ezi\",\n    \"unintermingled\": \"agbasaghị\",\n    \"unintermission\": \"iwepu\",\n    \"unintermissive\": \"ekweghị\",\n    \"unintermitted\": \"ezighi ezi\",\n    \"unintermittedly\": \"ezighi ezi\",\n    \"unintermittedness\": \"ezighi ezi\",\n    \"unintermittent\": \"ezighi ezi\",\n    \"unintermittently\": \"n'esepụghị anya\",\n    \"unintermitting\": \"izisa ozi\",\n    \"unintermittingly\": \"n'esighi ike\",\n    \"unintermittingness\": \"mgbasa ozi\",\n    \"unintermixed\": \"iwepu\",\n    \"uninternalized\": \"ewepụtaghị ya\",\n    \"uninternational\": \"agbasaghị\",\n    \"uninterpleaded\": \"agbasaghị\",\n    \"uninterpolated\": \"agbasaghị\",\n    \"uninterpolative\": \"iwepụta\",\n    \"uninterposed\": \"agbasaghi\",\n    \"uninterposing\": \"iwepụ\",\n    \"uninterpretability\": \"enweghị nkọwa\",\n    \"uninterpretable\": \"enweghị ike ịkọwa\",\n    \"uninterpretative\": \"ntughari\",\n    \"uninterpreted\": \"a sụgharịrị\",\n    \"uninterpretive\": \"enweghị nkọwa\",\n    \"uninterpretively\": \"na-akọwaghị\",\n    \"uninterred\": \"agbasaghị\",\n    \"uninterrogable\": \"enweghị mgbagha\",\n    \"uninterrogated\": \"ajuju\",\n    \"uninterrogative\": \"enweghị nkọwa\",\n    \"uninterrogatively\": \"n'etughari\",\n    \"uninterrogatory\": \"na-enweghị mgbagha\",\n    \"uninterruptable\": \"enweghị ike ịgbagha\",\n    \"uninterrupted\": \"agbasaghị\",\n    \"uninterruptedly\": \"agbasaghị\",\n    \"uninterruptedness\": \"aghara\",\n    \"uninterruptible\": \"ezighi ezi\",\n    \"uninterruptibleness\": \"ezighi ezi\",\n    \"uninterrupting\": \"na-agbasaghị\",\n    \"uninterruption\": \"nsogbu\",\n    \"uninterruptive\": \"anaghị egbochi\",\n    \"unintersected\": \"na-adịghị anya\",\n    \"unintersecting\": \"ịtọpụ\",\n    \"unintervening\": \"anaghị egbochi\",\n    \"uninterviewed\": \"na-enyochapụghị\",\n    \"unintervolved\": \"etinyeghị aka\",\n    \"uninterwoven\": \"etinyeghị\",\n    \"uninthralled\": \"agbasaghị\",\n    \"uninthroned\": \"a na-ebupụtaghị ya\",\n    \"unintialized\": \"amaghị ihe\",\n    \"unintimate\": \"enweghị atụ\",\n    \"unintimated\": \"enweghị atụ\",\n    \"unintimately\": \"chiri anya\",\n    \"unintimidated\": \"egwu\",\n    \"unintimidating\": \"na-enweghị atụ\",\n    \"unintitled\": \"ekweghi\",\n    \"unintoned\": \"unintones\",\n    \"unintoxicated\": \"adịghị egbu egbu\",\n    \"unintoxicatedness\": \"mmanya na-egbu egbu\",\n    \"unintoxicating\": \"adịghị egbu egbu\",\n    \"unintrenched\": \"adịghị njikere\",\n    \"unintricately\": \"n'amaghị ama\",\n    \"unintrigued\": \"enweghị mmasị\",\n    \"unintriguing\": \"na-enweghị atụ\",\n    \"unintrlined\": \"adịghị njikere\",\n    \"unintroduced\": \"ewebata\",\n    \"unintroductive\": \"na-adịghị arụpụta ihe\",\n    \"unintroductory\": \"emeputa\",\n    \"unintroitive\": \"enweghị obi abụọ\",\n    \"unintromitted\": \"enweghị atụ\",\n    \"unintromittive\": \"enweghị okwukwe\",\n    \"unintrospective\": \"elepụghị anya\",\n    \"unintrospectively\": \"n'atụghị anya\",\n    \"unintroversive\": \"enweghị esemokwu\",\n    \"unintroverted\": \"etinyeghi aka\",\n    \"unintruded\": \"enweghị atụ\",\n    \"unintruding\": \"enweghị atụ\",\n    \"unintrudingly\": \"n'etinyeghi uche\",\n    \"unintrusively\": \"n'emeghị ya\",\n    \"unintrusted\": \"enweghị ntụkwasị obi\",\n    \"unintuitable\": \"enweghị isi\",\n    \"unintuitional\": \"enweghị nchekasị\",\n    \"unintuitive\": \"enweghị ncheta\",\n    \"unintwined\": \"unintwins\",\n    \"uninuclear\": \"ekwenyeghi\",\n    \"uninundated\": \"agbasaghị\",\n    \"uninured\": \"ejighi mkpuchi\",\n    \"uninurned\": \"iwepu\",\n    \"uninvadable\": \"enweghị ike ikpochapụ\",\n    \"uninvaded\": \"ebughi agha\",\n    \"uninvaginated\": \"amaghị nke ọma\",\n    \"uninvalidated\": \"ebughi oke\",\n    \"uninvasive\": \"enweghị ebibi\",\n    \"uninvective\": \"anaghị arụ ọrụ\",\n    \"uninveighing\": \"iwepu\",\n    \"uninveigled\": \"ewepụtaghị\",\n    \"uninvented\": \"agbasaghị\",\n    \"uninventful\": \"enweghị ihe ọ bụla\",\n    \"uninventibleness\": \"enweghị ike\",\n    \"uninventive\": \"enweghị ihe ọ bụla\",\n    \"uninventively\": \"n'enweghi nkwanye ugwu\",\n    \"uninventiveness\": \"enweghị ọrụ\",\n    \"uninverted\": \"ewepụ\",\n    \"uninvertible\": \"enweghị ike ịgbanwe agbanwe\",\n    \"uninvestable\": \"ewepu\",\n    \"uninvested\": \"etinyeghi\",\n    \"uninvestigable\": \"enweghị ike ịchọpụta ya\",\n    \"uninvestigated\": \"enyochaghi\",\n    \"uninvestigating\": \"anaghị achọpụta ihe\",\n    \"uninvestigative\": \"anaghị achọpụta ihe\",\n    \"uninvestigatory\": \"anaghị achọpụta\",\n    \"uninvidious\": \"enweghị atụ\",\n    \"uninvidiously\": \"n'esepughi anya\",\n    \"uninvigorated\": \"enweghị ume\",\n    \"uninvigorating\": \"adịghị agbanwe agbanwe\",\n    \"uninvigorative\": \"enweghị ume\",\n    \"uninvigoratively\": \"n'esighi ike\",\n    \"uninvincible\": \"nke a na-apụghị ịkọwa\",\n    \"uninvincibleness\": \"unachonible\",\n    \"uninvincibly\": \"na-enweghị isi\",\n    \"uninvite\": \"ikpo oku\",\n    \"uninvited\": \"akpọghị\",\n    \"uninvitedly\": \"n'ekweghi\",\n    \"uninviting\": \"na-akpọ oku\",\n    \"uninvitingly\": \"n'echeghi echiche\",\n    \"uninvitingness\": \"ikpo oku\",\n    \"uninvocative\": \"enweghị atụ\",\n    \"uninvoiced\": \"ezighi ezi\",\n    \"uninvokable\": \"ewepụ\",\n    \"uninvoked\": \"akpọghị\",\n    \"uninvoluted\": \"enweghị\",\n    \"uninvolved\": \"etinyeghị aka\",\n    \"uninvolvement\": \"anaghị etinye aka\",\n    \"uninweaved\": \"ejighi akwa\",\n    \"uninwoven\": \"enweghị eriri\",\n    \"uninwrapped\": \"ewepu\",\n    \"uninwreathed\": \"emerụghị ahụ\",\n    \"union\": \"njikọ\",\n    \"unioned\": \"jikọrọ ọnụ\",\n    \"unionic\": \"n'otu\",\n    \"unionisation\": \"njikọ\",\n    \"unionise\": \"njikọ\",\n    \"unionised\": \"n'otu\",\n    \"unionises\": \"njikọ\",\n    \"unionising\": \"ịdị n'otu\",\n    \"unionism\": \"ịdị n'otu\",\n    \"unionisms\": \"njikọ\",\n    \"unionist\": \"onye n'otu\",\n    \"unionistic\": \"ịdị n'otu\",\n    \"unionists\": \"ndị ọrụ n'otu\",\n    \"unionization\": \"njikọ\",\n    \"unionize\": \"jikota\",\n    \"unionized\": \"n'otu\",\n    \"unionizer\": \"njikọ\",\n    \"unionizers\": \"njikọ\",\n    \"unionizes\": \"na-ejikọ\",\n    \"unionizing\": \"ịdị n'otu\",\n    \"unionoid\": \"njikọ\",\n    \"unions\": \"ịlụ\",\n    \"unyouthful\": \"enweghị obi ụtọ\",\n    \"unyouthfully\": \"n’enweghị nsogbu\",\n    \"unyouthfulness\": \"unwouthness\",\n    \"uniovulate\": \"kpachara anya\",\n    \"uniparental\": \"enweghị nne na nna\",\n    \"uniparient\": \"enweghị atụ\",\n    \"uniparous\": \"na-enweghị atụ\",\n    \"unipart\": \"wepụ\",\n    \"unipartite\": \"nkebi\",\n    \"uniped\": \"ebughi\",\n    \"uniperiodic\": \"pụrụ iche\",\n    \"unipersonal\": \"onye n’onwe ya\",\n    \"unipersonalist\": \"onye n’onwe ya\",\n    \"unipersonality\": \"enweghị mmadụ\",\n    \"uniporous\": \"na-arụ ọrụ\",\n    \"unipotence\": \"enweghị ike\",\n    \"unipotent\": \"enweghị ncheta\",\n    \"unipotential\": \"enweghị atụ\",\n    \"unique\": \"pụrụ iche\",\n    \"uniquely\": \"iche\",\n    \"uniqueness\": \"ịpụ iche\",\n    \"uniquer\": \"pụọ iche\",\n    \"uniques\": \"iche\",\n    \"uniquest\": \"pụọ iche\",\n    \"uniquity\": \"enweghị nsogbu\",\n    \"unirascible\": \"enweghị ike ịchọta\",\n    \"unirenic\": \"iche\",\n    \"unironed\": \"iche\",\n    \"unironically\": \"na-enweghị atụ\",\n    \"unirrigable\": \"enweghị ike ịgbanwe\",\n    \"unirrigated\": \"na-enweghị mmiri\",\n    \"unirritable\": \"enweghị ike ịkọwa ya\",\n    \"unirritableness\": \"enweghị atụ\",\n    \"unirritably\": \"enweghị ike\",\n    \"unirritant\": \"enweghị ike\",\n    \"unirritated\": \"enweghị ike\",\n    \"unirritatedly\": \"n'etinyeghi aka\",\n    \"unirritating\": \"enweghị ike\",\n    \"unirritative\": \"enweghị nkwenye\",\n    \"unirrupted\": \"enweghị nsogbu\",\n    \"unirruptive\": \"enweghị nsogbu\",\n    \"unisepalous\": \"enweghị atụ\",\n    \"uniseptate\": \"enweghị nsogbu\",\n    \"uniserial\": \"enweghị ihe\",\n    \"uniserrate\": \"gosipụta\",\n    \"unisexed\": \"ejikọtaghị\",\n    \"unism\": \"ịdị n'otu\",\n    \"unisolable\": \"enweghị ike ịtọ\",\n    \"unisolate\": \"enweghị atụ\",\n    \"unisolated\": \"enweghị nkwekọrịta\",\n    \"unisolating\": \"enweghị atụ\",\n    \"unisolationist\": \"enweghị mmekọrịta\",\n    \"unisolative\": \"ekweghị\",\n    \"unison\": \"dịrị n'otu\",\n    \"unisonal\": \"enweghi aha\",\n    \"unisonally\": \"n'otu\",\n    \"unisonance\": \"ịdị n'otu\",\n    \"unisonant\": \"ịdị n'otu\",\n    \"unispiculate\": \"enweghị atụ\",\n    \"unispiral\": \"enweghị isi\",\n    \"unissuable\": \"enweghi ike\",\n    \"unissuant\": \"enweghi ike\",\n    \"unissued\": \"ekpuchighi\",\n    \"unist\": \"adịghị adị\",\n    \"unit\": \"nkeji\",\n    \"unitable\": \"adabaghi\",\n    \"unitages\": \"nkeji\",\n    \"unital\": \"odighi\",\n    \"unitary\": \"nkewa\",\n    \"unitarian\": \"otu\",\n    \"unitarianism\": \"ịdị n'otu\",\n    \"unitarians\": \"ndị otu\",\n    \"unitarily\": \"n'otu\",\n    \"unitariness\": \"ịdị n'otu\",\n    \"unitarism\": \"ịdị n'otu\",\n    \"unite\": \"dịrị n'otu\",\n    \"uniteability\": \"ịdị n'otu\",\n    \"uniteable\": \"dịrị n'otu\",\n    \"uniteably\": \"n'otu\",\n    \"united\": \"dịrị n'otu\",\n    \"unitedly\": \"n'otu\",\n    \"unitedness\": \"ịdị n'otu\",\n    \"unitemized\": \"ejikọtara ọnụ\",\n    \"unitentacular\": \"otu\",\n    \"uniterated\": \"jikọtara ọnụ\",\n    \"uniterative\": \"n'otu\",\n    \"uniters\": \"ndị nọ n'otu\",\n    \"unites\": \"na-ejikọ\",\n    \"unity\": \"ịdị n'otu\",\n    \"unities\": \"ịdị n'otu\",\n    \"unitinerant\": \"otu\",\n    \"uniting\": \"na-ejikọ\",\n    \"unitingly\": \"n'ịdị n'otu\",\n    \"unition\": \"njikọ\",\n    \"unitism\": \"ịdị n'otu\",\n    \"unitistic\": \"unit\",\n    \"unitive\": \"ekweghị\",\n    \"unitiveness\": \"enweghi ike\",\n    \"unitization\": \"ịdị n'otu\",\n    \"unitize\": \"wepụ n'otu\",\n    \"unitized\": \"nkewa\",\n    \"unitizes\": \"na-ejikọtaghị\",\n    \"unitizing\": \"ịdị n'otu\",\n    \"unitrivalent\": \"otu\",\n    \"unitrope\": \"otu\",\n    \"units\": \"nkeji\",\n    \"uniungulate\": \"nweghi ike\",\n    \"unius\": \"amaghị ihe\",\n    \"univalent\": \"enweghi ike iru\",\n    \"univalvate\": \"ebighi ebi\",\n    \"univalve\": \"megharia\",\n    \"univalved\": \"univival\",\n    \"univalves\": \"na-agbasaghị\",\n    \"univalvular\": \"enweghị isi\",\n    \"univariant\": \"enweghị atụ\",\n    \"univariate\": \"ewepụtaghị\",\n    \"univerbal\": \"ejikọtara ọnụ\",\n    \"universal\": \"eluigwe na ala\",\n    \"universalia\": \"ụwa\",\n    \"universalian\": \"ụwa\",\n    \"universalis\": \"ụwa\",\n    \"universalisation\": \"ụwa niile\",\n    \"universalise\": \"eluigwe na ala\",\n    \"universalised\": \"jikọrọ\",\n    \"universaliser\": \"ụwa niile\",\n    \"universalising\": \"ụwa niile\",\n    \"universalism\": \"ụwa niile\",\n    \"universalist\": \"ụwa dum\",\n    \"universalistic\": \"ụwa niile\",\n    \"universalisties\": \"ụwa niile\",\n    \"universalists\": \"ụwa niile\",\n    \"universality\": \"eluigwe na ala\",\n    \"universalization\": \"nsonaazụ ụwa\",\n    \"universalize\": \"jikọtara ọnụ\",\n    \"universalized\": \"jikọtara ọnụ\",\n    \"universalizer\": \"ụwa\",\n    \"universalizes\": \"ụwa\",\n    \"universalizing\": \"ụwa niile\",\n    \"universally\": \"gburugburu\",\n    \"universalness\": \"eluigwe na ala\",\n    \"universals\": \"ụwa\",\n    \"universanimous\": \"ụwa niile\",\n    \"universe\": \"eluigwe na ala\",\n    \"universeful\": \"eluigwe na ala\",\n    \"universes\": \"ụwa\",\n    \"universitary\": \"ụwa niile\",\n    \"universitarian\": \"zuru ụwa ọnụ\",\n    \"universitarianism\": \"zuru ụwa ọnụ\",\n    \"universitas\": \"mahadum\",\n    \"universitatis\": \"mahadum\",\n    \"universite\": \"mahadum\",\n    \"university\": \"mahadum\",\n    \"universities\": \"mahadum\",\n    \"universityless\": \"enweghị mahadum\",\n    \"universitylike\": \"dị ka mahadum\",\n    \"universityship\": \"mahadum\",\n    \"universitize\": \"tinyekwa\",\n    \"universology\": \"ihe omumu\",\n    \"universological\": \"ihe omumu\",\n    \"universologist\": \"ọkà mmụta sayensị\",\n    \"univied\": \"achọghị\",\n    \"univocal\": \"enweghị mgbagha\",\n    \"univocalized\": \"enivocalized\",\n    \"univocally\": \"n’enweghị atụ\",\n    \"univorous\": \"enweghị atụ\",\n    \"uniwear\": \"uwe elu\",\n    \"unjacketed\": \"ebughi\",\n    \"unjaded\": \"ejikọtaghị\",\n    \"unjailed\": \"ekweghị\",\n    \"unjapanned\": \"agbasaghị\",\n    \"unjarring\": \"imebi\",\n    \"unjaundiced\": \"enyoghi anya\",\n    \"unjealous\": \"enweghị ekworo\",\n    \"unjealously\": \"enweghị ekworo\",\n    \"unjeered\": \"ejighị akwụkwọ\",\n    \"unjeering\": \"-apụghị\",\n    \"unjelled\": \"arụghị ọrụ\",\n    \"unjellied\": \"enwetaghị ikike\",\n    \"unjeopardised\": \"enwetatụbeghị\",\n    \"unjeopardized\": \"enwetaghi nsogbu\",\n    \"unjesting\": \"Iju mmiri\",\n    \"unjestingly\": \"n'etu\",\n    \"unjeweled\": \"enweghị ọla\",\n    \"unjilted\": \"ejikọtaghị\",\n    \"unjogging\": \"agbachapụ\",\n    \"unjoyed\": \"enweghị obi ụtọ\",\n    \"unjoyful\": \"enweghị obi ụtọ\",\n    \"unjoyfully\": \"enweghị obi ụtọ\",\n    \"unjoyfulness\": \"enweghị obi ụtọ\",\n    \"unjoinable\": \"enweghị obi ụtọ\",\n    \"unjoined\": \"ejikọtaghị ọnụ\",\n    \"unjointed\": \"enweghị njikọ\",\n    \"unjointedness\": \"enweghị ọrụ\",\n    \"unjointing\": \"enweghị njikọ\",\n    \"unjoyous\": \"enweghị obi ụtọ\",\n    \"unjoyously\": \"enweghị obi ụtọ\",\n    \"unjoyousness\": \"enweghị ọyoụ\",\n    \"unjoking\": \"ịụ sịga\",\n    \"unjokingly\": \"n'achọghị\",\n    \"unjolly\": \"nzuzu\",\n    \"unjolted\": \"unwolted\",\n    \"unjovial\": \"adighi\",\n    \"unjudgable\": \"enweghị ikpe\",\n    \"unjudge\": \"ekweghị\",\n    \"unjudgeable\": \"enweghị ikpe\",\n    \"unjudged\": \"enweghị ikpe\",\n    \"unjudging\": \"na-ekpe ikpe\",\n    \"unjudicable\": \"enweghị ikpe\",\n    \"unjudicative\": \"na-enweghị ikpe\",\n    \"unjudiciable\": \"enweghị ikpe\",\n    \"unjudicial\": \"ele mmadụ anya n'ihu\",\n    \"unjudicially\": \"n'emeghị ya ikpe\",\n    \"unjudicious\": \"ekweghị ekwe\",\n    \"unjudiciously\": \"n'echeghị echiche\",\n    \"unjudiciousness\": \"enweghị mbunobi\",\n    \"unjuiced\": \"ekpuchighị\",\n    \"unjumbled\": \"agbagha\",\n    \"unjuridically\": \"n'esepụghị aka\",\n    \"unjust\": \"ikpe na-ezighị ezi\",\n    \"unjustice\": \"ikpe na-ezighị ezi\",\n    \"unjusticiable\": \"enweghị ikpe\",\n    \"unjustify\": \"ekwetaghị\",\n    \"unjustifiability\": \"ezighi ezi\",\n    \"unjustifiable\": \"ezighi ezi\",\n    \"unjustifiableness\": \"ezighi ezi\",\n    \"unjustifiably\": \"enweghị nkwenye\",\n    \"unjustification\": \"ezighi ezi\",\n    \"unjustified\": \"ezighi ezi\",\n    \"unjustifiedly\": \"ezighi ezi\",\n    \"unjustifiedness\": \"ekwesighi\",\n    \"unjustled\": \"ikpe\",\n    \"unjustly\": \"n'emeghị ya\",\n    \"unjustness\": \"ikpe na-ezighị ezi\",\n    \"unkeeled\": \"achapu\",\n    \"unkeyed\": \"enweghị ọrụ\",\n    \"unkembed\": \"akpachapụrụ anya\",\n    \"unkempt\": \"unyi\",\n    \"unkemptly\": \"n'ụzọ nzuzu\",\n    \"unkemptness\": \"unọm\",\n    \"unkend\": \"gbanye\",\n    \"unkenned\": \"unkenyeghi\",\n    \"unkennedness\": \"akuko\",\n    \"unkennelling\": \"ekwenyeghi\",\n    \"unkensome\": \"enweghi mmetuta\",\n    \"unkent\": \"unyi\",\n    \"unkept\": \"unyi\",\n    \"unkerchiefed\": \"kerchiefed\",\n    \"unkicked\": \"adabaghị\",\n    \"unkid\": \"akwụghị ụgwọ\",\n    \"unkidnaped\": \"zuo mmadu\",\n    \"unkidnapped\": \"tọọrọ\",\n    \"unkillable\": \"okpu\",\n    \"unkilled\": \"akwula\",\n    \"unkilling\": \"achọghị\",\n    \"unkilned\": \"akwula\",\n    \"unkin\": \"akwa\",\n    \"unkind\": \"enweghị obi ebere\",\n    \"unkinder\": \"obi ojoo\",\n    \"unkindest\": \"nke obi ọjọọ\",\n    \"unkindhearted\": \"ndị na-enweghị obi ebere\",\n    \"unkindled\": \"enweghị obiọma\",\n    \"unkindledness\": \"enweghị obiọma\",\n    \"unkindly\": \"obi ọjọọ\",\n    \"unkindlier\": \"enweghị obi ọjọọ\",\n    \"unkindliest\": \"nke na-adịghị obiọma\",\n    \"unkindliness\": \"obiọma\",\n    \"unkindling\": \"enweghị obi ebere\",\n    \"unkindness\": \"enweghị obiọma\",\n    \"unkindred\": \"emeghị ebere\",\n    \"unkindredly\": \"enweghị obiọma\",\n    \"unkingly\": \"n'emeghi\",\n    \"unkneeling\": \"okpu\",\n    \"unknelled\": \"unek\",\n    \"unknew\": \"amaghi\",\n    \"unknighted\": \"amataghi\",\n    \"unknightlike\": \"unkightlike\",\n    \"unknightliness\": \"enweghị mmasị\",\n    \"unknit\": \"adịghị\",\n    \"unknittable\": \"enweghị ike ịchọta\",\n    \"unknitted\": \"enweghị akọ\",\n    \"unknitting\": \"ekpuchighị\",\n    \"unknocked\": \"kụrụ aka\",\n    \"unknocking\": \"na-emeghe\",\n    \"unknots\": \"mara akpụ\",\n    \"unknotted\": \"uneknotu\",\n    \"unknotty\": \"unknot\",\n    \"unknow\": \"amaghi\",\n    \"unknowability\": \"amaghị ama\",\n    \"unknowable\": \"amaghi\",\n    \"unknowableness\": \"amaghị ama\",\n    \"unknowably\": \"n'amaghi ama\",\n    \"unknowen\": \"amaghi\",\n    \"unknowing\": \"n'amaghi ama\",\n    \"unknowingly\": \"n'amaghi ama\",\n    \"unknowingness\": \"amaghi ama\",\n    \"unknowledgeable\": \"amaghi\",\n    \"unknown\": \"amaghi\",\n    \"unknownly\": \"amaghi\",\n    \"unknownness\": \"amaghi ama\",\n    \"unknowns\": \"amaghi\",\n    \"unknownst\": \"amaghi\",\n    \"unkoshered\": \"akuko\",\n    \"unlabeled\": \"enweghị iwu\",\n    \"unlabelled\": \"enweghị aha\",\n    \"unlabialising\": \"enweghị aha\",\n    \"unlabialized\": \"enwetaghi iwu\",\n    \"unlabializing\": \"ikweghi\",\n    \"unlaborable\": \"enweghị ike ịchịkọta\",\n    \"unlabored\": \"enweghị ike\",\n    \"unlaboring\": \"na-achịkwa\",\n    \"unlaborious\": \"enweghị mmasị\",\n    \"unlaboriously\": \"enweghị nkwanye ùgwù\",\n    \"unlaboriousness\": \"enweghị nkwanye ùgwù\",\n    \"unlaboured\": \"enwughi aka\",\n    \"unlabouring\": \"ikwughachi\",\n    \"unlace\": \"iwepu\",\n    \"unlaced\": \"agaghi adi\",\n    \"unlacerated\": \"enweghị mkpuchi\",\n    \"unlacerating\": \"iwepu\",\n    \"unlacing\": \"iwepu\",\n    \"unlackeyed\": \"enweghị aka\",\n    \"unlaconic\": \"unconconic\",\n    \"unlacquered\": \"enweghị ikike\",\n    \"unlade\": \"wepu\",\n    \"unladed\": \"wepu\",\n    \"unlades\": \"weghachite\",\n    \"unladyfied\": \"enweghị afọ ojuju\",\n    \"unlading\": \"atọpụ\",\n    \"unladled\": \"ejighi aka\",\n    \"unlagging\": \"untọpụ\",\n    \"unlay\": \"wepụ\",\n    \"unlayable\": \"enweghị ike ịgbanye\",\n    \"unlaid\": \"akpọghị\",\n    \"unlaying\": \"na-ekpuchi\",\n    \"unlays\": \"anaghị ahapụ\",\n    \"unlame\": \"iweghari\",\n    \"unlamed\": \"ejighị n'aka\",\n    \"unlamentable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"unlamented\": \"kwara ákwá\",\n    \"unlaminated\": \"enweghị\",\n    \"unlampooned\": \"emeghi ka o doo anya\",\n    \"unlanded\": \"agbachitere\",\n    \"unlandmarked\": \"enweghi akara\",\n    \"unlanguaged\": \"ejighi asusu\",\n    \"unlanguishing\": \"anaghị ahapụ ya\",\n    \"unlanterned\": \"ezughi oke\",\n    \"unlap\": \"mepee\",\n    \"unlapped\": \"agbachi\",\n    \"unlapsed\": \"agbagha\",\n    \"unlapsing\": \"agbagha\",\n    \"unlarcenously\": \"n'amaghi ama\",\n    \"unlarded\": \"agbasapụ\",\n    \"unlarge\": \"emeghe\",\n    \"unlash\": \"kpughee\",\n    \"unlashed\": \"kpughere\",\n    \"unlasher\": \"ewepu\",\n    \"unlashes\": \"ihe mgbochi\",\n    \"unlashing\": \"na-ekpuchi\",\n    \"unlassoed\": \"emeghi\",\n    \"unlasting\": \"ebighi ebi\",\n    \"unlatching\": \"akpochapu\",\n    \"unlath\": \"iwu\",\n    \"unlathed\": \"agbasapụ\",\n    \"unlatinized\": \"unlatized\",\n    \"unlatticed\": \"Uchechukwu\",\n    \"unlaudable\": \"enweghị nkwupụta\",\n    \"unlaudableness\": \"enweghị nkwupụta\",\n    \"unlaudably\": \"enweghị mgbagha\",\n    \"unlaudative\": \"na-aja mma\",\n    \"unlaudatory\": \"Egwuregwu\",\n    \"unlauded\": \"toro\",\n    \"unlaugh\": \"ọchị\",\n    \"unlaughing\": \"na-achị ọchị\",\n    \"unlaunched\": \"agbasaghị\",\n    \"unlaundered\": \"agbasaghi\",\n    \"unlaureled\": \"ejighi iwu\",\n    \"unlaurelled\": \"enweghị iwu\",\n    \"unlaved\": \"enweghị ịhụnanya\",\n    \"unlaving\": \"enweghị ịhụnanya\",\n    \"unlavish\": \"enweghị atụ\",\n    \"unlavished\": \"enwetala\",\n    \"unlaw\": \"iwu\",\n    \"unlawed\": \"enweghị iwu\",\n    \"unlawful\": \"iwu akwadoghị\",\n    \"unlawfully\": \"na-akwadoghị\",\n    \"unlawfulness\": \"iwu\",\n    \"unlawyered\": \"akwadoghị\",\n    \"unlawyerlike\": \"enweghị iwu\",\n    \"unlawlearned\": \"adighi iwu\",\n    \"unlawly\": \"na-akwadoghị\",\n    \"unlawlike\": \"enweghị iwu\",\n    \"unlax\": \"gbanye\",\n    \"unleached\": \"weputara\",\n    \"unlead\": \"enweghị akwụkwọ\",\n    \"unleaded\": \"enweghị akwụkwọ\",\n    \"unleaderly\": \"enweghị akwụkwọ\",\n    \"unleading\": \"na-emeghe\",\n    \"unleads\": \"enweghị akwụkwọ\",\n    \"unleaf\": \"enweghị akwụkwọ\",\n    \"unleafed\": \"enweghị akwụkwọ\",\n    \"unleagued\": \"agbasaghi\",\n    \"unleakable\": \"enweghị ike ịchọta\",\n    \"unleaky\": \"elele\",\n    \"unleal\": \"hapụ\",\n    \"unlean\": \"weputara\",\n    \"unleared\": \"unlele\",\n    \"unlearn\": \"agụghị akwụkwọ\",\n    \"unlearnability\": \"enweghị ike ịmụ ihe\",\n    \"unlearnable\": \"enweghị ike ịmụ\",\n    \"unlearnableness\": \"enweghị mmụta\",\n    \"unlearned\": \"agụghị akwụkwọ\",\n    \"unlearnedly\": \"agụghị akwụkwọ\",\n    \"unlearnedness\": \"agụghị akwụkwọ\",\n    \"unlearning\": \"agụghị akwụkwọ\",\n    \"unlearns\": \"agụghị akwụkwọ\",\n    \"unlearnt\": \"agụghị akwụkwọ\",\n    \"unleasable\": \"enweghị iwepụ\",\n    \"unleased\": \"weputara\",\n    \"unleash\": \"palitere\",\n    \"unleashed\": \"weputara\",\n    \"unleashes\": \"na-emeghe\",\n    \"unleashing\": \"na-ahapụ\",\n    \"unleathered\": \"enwetabeghi\",\n    \"unleave\": \"ekoghị eko\",\n    \"unleaved\": \"ekoghị eko\",\n    \"unleavenable\": \"-achọpụtaghị\",\n    \"unleavened\": \"ekoghị eko\",\n    \"unlecherous\": \"adighi anuri\",\n    \"unlecherously\": \"adighi\",\n    \"unlecherousness\": \"ekweghị ekwe\",\n    \"unlectured\": \"ahọpụtaghị\",\n    \"unledged\": \"ekweghi\",\n    \"unleft\": \"Agbanye\",\n    \"unlegal\": \"n'uzo na ezighi ezi\",\n    \"unlegalised\": \"enwetaghị ikike\",\n    \"unlegalized\": \"enwetaghị iwu\",\n    \"unlegalness\": \"enweghị iwu\",\n    \"unlegate\": \"ghara iwu\",\n    \"unlegible\": \"ekweghi\",\n    \"unlegislated\": \"enwetaghị iwu\",\n    \"unlegislative\": \"enweghị iwu\",\n    \"unlegislatively\": \"mmebe iwu\",\n    \"unleisured\": \"unleisure\",\n    \"unleisuredness\": \"unleisureness\",\n    \"unlengthened\": \"agbasighi\",\n    \"unlenient\": \"enweghị mmasị\",\n    \"unleniently\": \"elele\",\n    \"unlent\": \"ekweghị\",\n    \"unless\": \"belụsọ\",\n    \"unlessened\": \"belụsọ\",\n    \"unlessoned\": \"belụsọ\",\n    \"unlethargic\": \"ezighi ezi\",\n    \"unlethargical\": \"ejighi ezi uche\",\n    \"unlethargically\": \"n'amaghị ama\",\n    \"unlettable\": \"agbasaghị\",\n    \"unletted\": \"agụghị akwụkwọ\",\n    \"unlettered\": \"agụghị akwụkwọ\",\n    \"unletteredly\": \"agụghị akwụkwọ\",\n    \"unletteredness\": \"agụghị akwụkwọ\",\n    \"unlettering\": \"akwụkwọ\",\n    \"unletterlike\": \"enweghị mmasị\",\n    \"unleveled\": \"unlevel\",\n    \"unleveling\": \"na-emeghe\",\n    \"unlevelled\": \"akuko\",\n    \"unlevelly\": \"unlevel\",\n    \"unlevelling\": \"unlevel ling\",\n    \"unleviable\": \"enweghị atụ\",\n    \"unliability\": \"enweghị ntụkwasị obi\",\n    \"unliable\": \"ihe adighi agbanwe agbanwe\",\n    \"unlibeled\": \"elele\",\n    \"unlibelous\": \"amaghi ama\",\n    \"unliberal\": \"ekweghiekwe\",\n    \"unliberalised\": \"itinyeghị aka\",\n    \"unliberalized\": \"iwepụghị aka\",\n    \"unliberally\": \"enweghị atụ\",\n    \"unliberated\": \"enweghị ike itinye ụgwọ\",\n    \"unlibidinous\": \"ebughi ụzọ\",\n    \"unlicensed\": \"enweghi ikike\",\n    \"unlicentiated\": \"enweghị akwụkwọ\",\n    \"unlickable\": \"enweghi ike imeghe\",\n    \"unlicked\": \"agbachi\",\n    \"unlid\": \"ọnyá afọ\",\n    \"unlidded\": \"agbachitere\",\n    \"unlie\": \"unli\",\n    \"unliftable\": \"enweghị ike ibuli\",\n    \"unlifted\": \"agbasaghị\",\n    \"unlifting\": \"na-ebuli elu\",\n    \"unligable\": \"erughị eru\",\n    \"unligatured\": \"amaghi akwukwo\",\n    \"unlight\": \"mepee\",\n    \"unlightedly\": \"n'amaghi ama\",\n    \"unlightened\": \"enwetaghi ìhè\",\n    \"unlignified\": \"enwetaghị aha\",\n    \"unlying\": \"na-enweghị atụ\",\n    \"unlikable\": \"enweghị mmasị\",\n    \"unlikableness\": \"unlikable\",\n    \"unlikably\": \"enweghị mmasị\",\n    \"unlike\": \"n'adịghị ka\",\n    \"unlikeable\": \"enweghị atụ\",\n    \"unlikeableness\": \"enweghị atụ\",\n    \"unlikeably\": \"enweghị atụ\",\n    \"unliked\": \"achọghị\",\n    \"unlikely\": \"eleghi anya\",\n    \"unlikelihood\": \"ekweghị\",\n    \"unlikeliness\": \"enweghị mmasị\",\n    \"unlikened\": \"enweghị mmasị\",\n    \"unlikeness\": \"ịdị ọcha\",\n    \"unliking\": \"achọghị\",\n    \"unlimb\": \"unbal\",\n    \"unlimber\": \"iwepụtụ\",\n    \"unlimbers\": \"ewepu\",\n    \"unlime\": \"akparaghị ókè\",\n    \"unlimed\": \"akparaghị ókè\",\n    \"unlimitable\": \"enweghị atụ\",\n    \"unlimitableness\": \"enweghị atụ\",\n    \"unlimitably\": \"na-akparaghị ókè\",\n    \"unlimited\": \"akparaghị ókè\",\n    \"unlimitedly\": \"na-akparaghị ókè\",\n    \"unlimitedness\": \"enweghị njedebe\",\n    \"unlimitless\": \"enweghị atụ\",\n    \"unlimned\": \"unlimened\",\n    \"unline\": \"kwụ n'ahịrị\",\n    \"unlined\": \"ekwuputaghi\",\n    \"unlingering\": \"agbasaghị\",\n    \"unlink\": \"njikọ\",\n    \"unlinked\": \"ejikọtaghị\",\n    \"unlinking\": \"iwepu\",\n    \"unlinks\": \"njikọ\",\n    \"unlionlike\": \"unlion yiri\",\n    \"unliquefiable\": \"akugaghi\",\n    \"unliquid\": \"mmiri ara ehi\",\n    \"unliquidated\": \"enweghị mmiri\",\n    \"unliquidation\": \"mmiri mmiri\",\n    \"unliquored\": \"enwetaghị ikike\",\n    \"unlyric\": \"adabaghị adaba\",\n    \"unlyrical\": \"adighi ọnụ\",\n    \"unlyricalness\": \"unalricalness\",\n    \"unlisping\": \"enweghị ntụpọ\",\n    \"unlist\": \"depụta\",\n    \"unlisted\": \"edeghị aha\",\n    \"unlistened\": \"adịghị ntị\",\n    \"unlistening\": \"anaghị ege ntị\",\n    \"unlisty\": \"edeghị aha\",\n    \"unlit\": \"unlitlit\",\n    \"unliteralised\": \"agbasaghi\",\n    \"unliteralized\": \"ejikọtaghị ya\",\n    \"unliterally\": \"n'etinyeghi aka\",\n    \"unliteralness\": \"enweghị nchịkwa\",\n    \"unliterary\": \"edeghi ihe\",\n    \"unliterate\": \"kpochapu\",\n    \"unlitten\": \"enweghị atụ\",\n    \"unlittered\": \"enweghị atụ\",\n    \"unlivability\": \"enweghị atụ\",\n    \"unlivable\": \"unlili\",\n    \"unlivably\": \"enweghị atụ\",\n    \"unlive\": \"ịdị ndụ\",\n    \"unliveable\": \"agbagharaghi\",\n    \"unliveableness\": \"ekweghị ekwe\",\n    \"unliveably\": \"ebighi ebi\",\n    \"unlived\": \"unlive\",\n    \"unlively\": \"unlly\",\n    \"unliveliness\": \"enweghị ndụ\",\n    \"unliver\": \"adịghị agbanwe agbanwe\",\n    \"unlivery\": \"nnyefe\",\n    \"unliveried\": \"unlivel\",\n    \"unliveries\": \"unlivel\",\n    \"unlives\": \"dịrị ndụ\",\n    \"unliving\": \"adịghị adị ndụ\",\n    \"unlizardlike\": \"enweghị mmasị\",\n    \"unload\": \"ibuputa\",\n    \"unloaded\": \"ebuputala\",\n    \"unloaden\": \"ebuputala\",\n    \"unloader\": \"ebutu\",\n    \"unloaders\": \"ndị na-ebutu ibu\",\n    \"unloading\": \"ibudata\",\n    \"unloads\": \"ebutu\",\n    \"unloafing\": \"agbasapụ\",\n    \"unloaned\": \"anaputaghi\",\n    \"unloaning\": \"na-emeghe\",\n    \"unloathed\": \"agbapụghị\",\n    \"unloathful\": \"enweghị ịhụnanya\",\n    \"unloathly\": \"n'egwuregwu\",\n    \"unloathness\": \"enweghị ọrụ\",\n    \"unlobbied\": \"enweghị mmasị na ya\",\n    \"unlobbying\": \"na-ekpuchi\",\n    \"unlobed\": \"agbachi\",\n    \"unlocal\": \"enweghị ego\",\n    \"unlocalisable\": \"enweghị ike ịkọwapụ\",\n    \"unlocalise\": \"edeghị ede\",\n    \"unlocalised\": \"lekọtaghị\",\n    \"unlocalising\": \"ewepu\",\n    \"unlocalizable\": \"enweghị ike ịkọwapụ ya\",\n    \"unlocalize\": \"wepu ha\",\n    \"unlocalized\": \"enweghị aha\",\n    \"unlocated\": \"anaghị ebugharị\",\n    \"unlocative\": \"enweghị ebe obibi\",\n    \"unlock\": \"imehe\",\n    \"unlockable\": \"agbachi\",\n    \"unlocked\": \"agbachi\",\n    \"unlocker\": \"kpọghee\",\n    \"unlocking\": \"akpọchi\",\n    \"unlocks\": \"akpọchi\",\n    \"unlodge\": \"tọpụ\",\n    \"unlodged\": \"unlodled\",\n    \"unlofty\": \"adighi elu\",\n    \"unlogical\": \"enweghị ọgụgụ isi\",\n    \"unlogically\": \"enweghị usoro\",\n    \"unlogicalness\": \"enweghị ike\",\n    \"unlogistic\": \"enweghị nkwenye\",\n    \"unlogistical\": \"enweghị mmụta\",\n    \"unloyal\": \"eguzosighị ike n'ihe\",\n    \"unloyally\": \"eguzosighị ike n'ihe\",\n    \"unloyalty\": \"eguzosighị ike n'ihe\",\n    \"unlook\": \"imehe\",\n    \"unlooked\": \"agbachi\",\n    \"unloop\": \"imeghe\",\n    \"unlooped\": \"emegheghị\",\n    \"unloosable\": \"enweghi ike imeghe\",\n    \"unloosed\": \"agbasaghị\",\n    \"unloosen\": \"esighi ike\",\n    \"unloosened\": \"emegheghị\",\n    \"unloosening\": \"emeghe\",\n    \"unloosing\": \"na-emeghe\",\n    \"unlooted\": \"agbasaghị\",\n    \"unlopped\": \"agbachi\",\n    \"unlord\": \"onye nwe ulo\",\n    \"unlorded\": \"ejikọtaghị\",\n    \"unlordly\": \"unyọdụn\",\n    \"unlosable\": \"enweghi ike imeghe\",\n    \"unlosableness\": \"enweghi ike imeghe\",\n    \"unlost\": \"enweghị mmasị\",\n    \"unlotted\": \"unlotlot\",\n    \"unloudly\": \"n’olu dara ụda\",\n    \"unlounging\": \"na-emeghe\",\n    \"unlousy\": \"enweghị ihu ọma\",\n    \"unlovable\": \"enweghị mmasị\",\n    \"unlovableness\": \"enweghị ịhụnanya\",\n    \"unlovably\": \"enweghị mmasị\",\n    \"unlove\": \"hụ n'anya\",\n    \"unloveable\": \"enweghị ịhụnanya\",\n    \"unloveableness\": \"enweghị ịhụnanya\",\n    \"unloveably\": \"enweghị ịhụnanya\",\n    \"unloved\": \"ahụghị n'anya\",\n    \"unlovely\": \"enweghị ịhụnanya\",\n    \"unlovelier\": \"enweghị ịhụnanya\",\n    \"unloveliest\": \"enweghị ịhụnanya\",\n    \"unloveliness\": \"unlovello\",\n    \"unloverly\": \"enweghị ịhụnanya\",\n    \"unloverlike\": \"enweghị ịhụnanya\",\n    \"unlovesome\": \"enweghị ịhụnanya\",\n    \"unloving\": \"enweghị ịhụnanya\",\n    \"unlovingly\": \"enweghị ịhụnanya\",\n    \"unlovingness\": \"enweghị ịhụnanya\",\n    \"unlowered\": \"emegheghị\",\n    \"unltraconservative\": \"ekwughaghi ihe\",\n    \"unlubricant\": \"adịghị eri nri\",\n    \"unlubricated\": \"ejikọtaghị ọnụ\",\n    \"unlubricating\": \"ịdị ọcha\",\n    \"unlubricative\": \"enweghị atụ\",\n    \"unlubricious\": \"unubricity\",\n    \"unlucent\": \"eleghi anya\",\n    \"unlucid\": \"enweghi mmiri\",\n    \"unlucidly\": \"enweghị ntụpọ\",\n    \"unlucidness\": \"enweghị ntụpọ\",\n    \"unluck\": \"tọpụ\",\n    \"unluckful\": \"enweghị ike\",\n    \"unlucky\": \"keihuoma\",\n    \"unluckiness\": \"enweghị isi\",\n    \"unlucrative\": \"adịghị arụ ọrụ\",\n    \"unludicrous\": \"amụrụ\",\n    \"unludicrously\": \"jiri nwayọ\",\n    \"unludicrousness\": \"ifeanyi\",\n    \"unlugged\": \"wepụghị\",\n    \"unlumbering\": \"osondo\",\n    \"unluminiferous\": \"enwu enwu\",\n    \"unluminous\": \"enwu gbaa\",\n    \"unlumped\": \"anakpo\",\n    \"unlunar\": \"onwa onwa\",\n    \"unlunated\": \"unlun\",\n    \"unlurking\": \"anaghị enye iwu\",\n    \"unlust\": \"enweghị mmasị\",\n    \"unlustered\": \"enweghị mmụọ\",\n    \"unlustful\": \"enweghi isi\",\n    \"unlustfully\": \"unlly\",\n    \"unlusty\": \"na-adịghị ọcha\",\n    \"unlustie\": \"itule\",\n    \"unlustier\": \"enweghị isi\",\n    \"unlustily\": \"unlly\",\n    \"unlustiness\": \"unlich\",\n    \"unlusting\": \"na-enweghị isi\",\n    \"unlustred\": \"unlred\",\n    \"unlustrous\": \"ekwo ekwo\",\n    \"unlustrously\": \"unlustly\",\n    \"unluted\": \"enweghị ike\",\n    \"unluxuriously\": \"n'adighi ike\",\n    \"unmacerated\": \"enweghị mmachi\",\n    \"unmachinable\": \"ihe a na-apụghị ime eme\",\n    \"unmachinating\": \"enweghị nchekasị\",\n    \"unmachineable\": \"enweghị igwe\",\n    \"unmadded\": \"enweghị ntụ\",\n    \"unmaddened\": \"unmadden\",\n    \"unmade\": \"emeghi\",\n    \"unmagic\": \"adabaghi\",\n    \"unmagical\": \"eme anwansi\",\n    \"unmagically\": \"n'amaghi ama\",\n    \"unmagisterial\": \"unmagialial\",\n    \"unmagistrate\": \"enweghị atụ\",\n    \"unmagnifying\": \"eme ka iwe ghara ịdị\",\n    \"unmaid\": \"ozi\",\n    \"unmaiden\": \"adighi\",\n    \"unmaidenly\": \"n'atụghị egwu\",\n    \"unmaidenlike\": \"adighi ka umu nwanyi\",\n    \"unmaidenliness\": \"enweghị atụ\",\n    \"unmail\": \"izipu ozi\",\n    \"unmailable\": \"enweghị ike ịkwụ ụgwọ\",\n    \"unmailableness\": \"enweghị ike ibudata\",\n    \"unmailed\": \"ozi\",\n    \"unmaimable\": \"enweghị atụ\",\n    \"unmaimed\": \"enweghị isi\",\n    \"unmaintainable\": \"agaghị adịgide\",\n    \"unmaintained\": \"ejighi\",\n    \"unmakable\": \"enweghị ike ịgbagha\",\n    \"unmake\": \"imeghe\",\n    \"unmaker\": \"emeghị ihe\",\n    \"unmakers\": \"ndị na-eme iwu\",\n    \"unmakes\": \"emechi\",\n    \"unmaking\": \"emeghị ihe\",\n    \"unmaledictive\": \"unmaledical\",\n    \"unmaledictory\": \"enweghị atụ\",\n    \"unmalignant\": \"adabaghi\",\n    \"unmalignantly\": \"n'esepughi\",\n    \"unmaligned\": \"emezighi\",\n    \"unmalleability\": \"enweghị ike ịgbanwe agbanwe\",\n    \"unmalleable\": \"enweghị atụ\",\n    \"unmalleableness\": \"ekweghị\",\n    \"unmaltable\": \"enweghị ike ịgbanwe\",\n    \"unmalted\": \"emezughị\",\n    \"unmammonized\": \"unammonized\",\n    \"unmanageability\": \"enweghị ike ịchịkwa\",\n    \"unmanageable\": \"enweghị ike ịchịkwa\",\n    \"unmanageableness\": \"enweghị ike ịchịkwa\",\n    \"unmanageably\": \"enweghị nchịkwa\",\n    \"unmanaged\": \"ejighi ya\",\n    \"unmancipated\": \"enwetaghị ikike\",\n    \"unmandatory\": \"iwu\",\n    \"unmanducated\": \"unmaneduated\",\n    \"unmaned\": \"ejighi ya\",\n    \"unmaneged\": \"ejighi ya\",\n    \"unmaneuverable\": \"enweghị ike iwepụ\",\n    \"unmaneuvered\": \"ekpuchighị\",\n    \"unmanfully\": \"enweghị nchịkwa\",\n    \"unmanfulness\": \"ezighi ezi\",\n    \"unmaniable\": \"enweghị atụ\",\n    \"unmanifest\": \"ekpugheghi\",\n    \"unmanifestative\": \"ekpugheghi\",\n    \"unmanifested\": \"ekpughere\",\n    \"unmanipulable\": \"enweghị atụ\",\n    \"unmanipulatable\": \"enweghị atụ\",\n    \"unmanipulated\": \"agbachitere\",\n    \"unmannered\": \"ekpuchighị\",\n    \"unmanneredly\": \"agbachitere\",\n    \"unmannerly\": \"enweghị nchịkwa\",\n    \"unmannerliness\": \"ezighi ezi\",\n    \"unmanored\": \"ejikwala\",\n    \"unmantle\": \"ikposa\",\n    \"unmantled\": \"ewepu\",\n    \"unmanufactured\": \"emeghi ya\",\n    \"unmanumissible\": \"ekweghi ekwe omume\",\n    \"unmanumitted\": \"agbachitere\",\n    \"unmanurable\": \"enweghị nchịkwa\",\n    \"unmappable\": \"agaghị ekwe omume\",\n    \"unmapped\": \"ebughi\",\n    \"unmarbelizing\": \"na-enweghị atụ\",\n    \"unmarbled\": \"alụghị\",\n    \"unmarbleize\": \"marbleize\",\n    \"unmarbleized\": \"marble\",\n    \"unmarbleizing\": \"ịmara\",\n    \"unmarching\": \"unmarị\",\n    \"unmarginal\": \"ejighi oke\",\n    \"unmarginally\": \"n'amaghi ama\",\n    \"unmarginated\": \"na-enweghị ikike\",\n    \"unmaritime\": \"alụghị oge\",\n    \"unmarkable\": \"enweghị atụ\",\n    \"unmarked\": \"enweghi akara\",\n    \"unmarketable\": \"enweghị atụ\",\n    \"unmarketed\": \"etinyeghị aha\",\n    \"unmarking\": \"iwepu\",\n    \"unmarled\": \"alụghị di\",\n    \"unmarred\": \"alụghị di\",\n    \"unmarry\": \"ịlụ nwanyị\",\n    \"unmarriable\": \"alụghị di\",\n    \"unmarriageability\": \"alụghị di na nwunye\",\n    \"unmarriageable\": \"alụghị di\",\n    \"unmarried\": \"na-alụghị di\",\n    \"unmarrying\": \"na-alụghị di\",\n    \"unmarring\": \"na-alụghị di\",\n    \"unmarshaled\": \"enweghị atụ\",\n    \"unmarshalled\": \"ewepu\",\n    \"unmartial\": \"alụghị agha\",\n    \"unmartyred\": \"untarty\",\n    \"unmarveling\": \"enweghị atụ\",\n    \"unmarvellous\": \"enweghị atụ\",\n    \"unmarvellously\": \"n'amaghi ama\",\n    \"unmarvellousness\": \"unana-ndudue\",\n    \"unmarvelous\": \"adighi adi nma\",\n    \"unmarvelously\": \"na-enweghị atụ\",\n    \"unmarvelousness\": \"unana-utịbe\",\n    \"unmashed\": \"ekpughere\",\n    \"unmask\": \"kpughee\",\n    \"unmasking\": \"ekpughe\",\n    \"unmassacred\": \"ebibi\",\n    \"unmassed\": \"unmass\",\n    \"unmasterable\": \"enweghị nchịkwa\",\n    \"unmastered\": \"enweghị nchịkwa\",\n    \"unmasterful\": \"enweghị nchịkwa\",\n    \"unmasterfully\": \"enweghị nchịkwa\",\n    \"unmasticated\": \"akparaghị ókè\",\n    \"unmasticatory\": \"ọ dịghị\",\n    \"unmatchable\": \"enweghị atụ\",\n    \"unmatchableness\": \"unmatchable\",\n    \"unmatchably\": \"enweghị atụ\",\n    \"unmatched\": \"enweghị atụ\",\n    \"unmatchedness\": \"enweghị atụ\",\n    \"unmatching\": \"ikpa\",\n    \"unmated\": \"unmatị\",\n    \"unmaterialised\": \"na-ejighi ya\",\n    \"unmaterialized\": \"enwetaghi aha\",\n    \"unmaterially\": \"unmatị ụwa\",\n    \"unmaternal\": \"nne di\",\n    \"unmaternally\": \"n'amaghi ama\",\n    \"unmathematical\": \"mgbakọ na mwepụ\",\n    \"unmathematically\": \"n'amaghi akwukwo\",\n    \"unmating\": \"na-ekpo ọkụ\",\n    \"unmatriculated\": \"enweghị atụ\",\n    \"unmatrimonial\": \"ekwekọrịtaghị\",\n    \"unmatted\": \"enweghị atụ\",\n    \"unmaturative\": \"unmatura\",\n    \"unmature\": \"akaghi aka\",\n    \"unmatured\": \"na-eto eto\",\n    \"unmaturely\": \"akaghi aka\",\n    \"unmatureness\": \"akaghi aka\",\n    \"unmaturity\": \"akaghi aka\",\n    \"unmauled\": \"unmau\",\n    \"unmaze\": \"unwu\",\n    \"unmeandering\": \"enweghị atụ\",\n    \"unmeanderingly\": \"n’enweghị atụ\",\n    \"unmeaning\": \"na-apụtaghị\",\n    \"unmeaningful\": \"unmeless\",\n    \"unmeaningfully\": \"n'amaghị ama\",\n    \"unmeaningfulness\": \"enweghị atụ\",\n    \"unmeaningly\": \"n'emeghị ya\",\n    \"unmeaningness\": \"enweghị atụ\",\n    \"unmeant\": \"adabaghị\",\n    \"unmeasurability\": \"enweghị atụ\",\n    \"unmeasurable\": \"enweghị atụ\",\n    \"unmeasurableness\": \"enweghị atụ\",\n    \"unmeasurably\": \"enweghị atụ\",\n    \"unmeasured\": \"enweghị atụ\",\n    \"unmeasuredly\": \"n’enweghị atụ\",\n    \"unmeasuredness\": \"enweghị atụ\",\n    \"unmeated\": \"na-enweghị atụ\",\n    \"unmechanic\": \"akuko\",\n    \"unmechanical\": \"akuko\",\n    \"unmechanically\": \"n'emeghi ya\",\n    \"unmechanised\": \"ngwa\",\n    \"unmechanistic\": \"akuko\",\n    \"unmechanize\": \"adịghị arụ ọrụ\",\n    \"unmechanized\": \"ngwa agha\",\n    \"unmedaled\": \"enweghị ọgwụgwọ\",\n    \"unmedalled\": \"etinyeghị ya\",\n    \"unmeddling\": \"adịghị edozi\",\n    \"unmediaeval\": \"oge\",\n    \"unmediating\": \"adịghị arụ ọrụ\",\n    \"unmediative\": \"adịghịzi\",\n    \"unmedicable\": \"ekweghị\",\n    \"unmedical\": \"ọgwụgwọ\",\n    \"unmedically\": \"enweghị ọgwụgwọ\",\n    \"unmedicated\": \"enweghị ọgwụ\",\n    \"unmedicative\": \"enweghị ọgwụgwọ\",\n    \"unmedicinable\": \"enweghị ebe obibi\",\n    \"unmedicinal\": \"ejighị ọgwụ\",\n    \"unmedicinally\": \"gburugburu\",\n    \"unmeditated\": \"enweghị atụ\",\n    \"unmeditating\": \"enweghị atụ\",\n    \"unmeditative\": \"adịghị edozi ahụ\",\n    \"unmeedful\": \"unmeed\",\n    \"unmeekness\": \"ịdị nwayọọ n'obi\",\n    \"unmeetable\": \"unmeet\",\n    \"unmeetly\": \"unmeetu\",\n    \"unmeetness\": \"enweghị ike\",\n    \"unmeliorated\": \"enweghị nchịkwa\",\n    \"unmellifluent\": \"ezighi ezi\",\n    \"unmellifluous\": \"ezighi ezi\",\n    \"unmellowed\": \"ewepu\",\n    \"unmelodically\": \"n’enweghị atụ\",\n    \"unmelodiousness\": \"enweghị mmasị\",\n    \"unmelt\": \"gbazee\",\n    \"unmeltable\": \"ọkụ\",\n    \"unmeltableness\": \"enweghị ike ịgbanwe\",\n    \"unmeltably\": \"enweghị atụ\",\n    \"unmeltedness\": \"enweghị nkwenye\",\n    \"unmelting\": \"na-ekpuchi\",\n    \"unmemoired\": \"a ga-ewepụsị\",\n    \"unmemorable\": \"-enweghị ike icheta\",\n    \"unmemorably\": \"n'emeghị ihe ọ bụla\",\n    \"unmemorialised\": \"echefughi\",\n    \"unmemorialized\": \"unemoriori\",\n    \"unmemoried\": \"unemori\",\n    \"unmenacing\": \"adịghị etinye aka\",\n    \"unmendable\": \"enweghị ike ịgbaghara\",\n    \"unmendableness\": \"unmmadu\",\n    \"unmendably\": \"n'enweghi obi ojoo\",\n    \"unmended\": \"na -enweghị atụ\",\n    \"unmenial\": \"adighi ike\",\n    \"unmenseful\": \"enweghị ego\",\n    \"unmenstruating\": \"iweghachị akwụkwọ\",\n    \"unmensurable\": \"ihe anaghi acho nkowa\",\n    \"unmentionably\": \"n'agha\",\n    \"unmentioned\": \"ekwughi\",\n    \"unmercenarily\": \"n'adighi ike\",\n    \"unmercenariness\": \"emeghị ihe ọjọọ\",\n    \"unmerchandised\": \"enweghi ahia\",\n    \"unmerchantable\": \"azụmahịa\",\n    \"unmerchantly\": \"n'amaghị ama\",\n    \"unmerciful\": \"enweghị obi ebere\",\n    \"unmercifully\": \"enweghị obi ebere\",\n    \"unmercifulness\": \"enweghị obi ebere\",\n    \"unmercurial\": \"ekwekọrịtaghị\",\n    \"unmercurialness\": \"erughị eru\",\n    \"unmeretricious\": \"enweghị ụkpụrụ\",\n    \"unmeretriciously\": \"n'emeghị iwu\",\n    \"unmeretriciousness\": \"enweghị ụkpụrụ\",\n    \"unmerge\": \"wepu\",\n    \"unmerging\": \"na-ebugharị\",\n    \"unmeringued\": \"unmeringu\",\n    \"unmeritability\": \"enweghi ike idi ya\",\n    \"unmeritable\": \"agaghị ekwe omume\",\n    \"unmerited\": \"enwetaghị\",\n    \"unmeritedly\": \"n'enweghị atụ\",\n    \"unmeritedness\": \"enweghị ike\",\n    \"unmeriting\": \"na-enweghị atụ\",\n    \"unmeritorious\": \"ekwenyeghi\",\n    \"unmeritoriousness\": \"unmegbekpe\",\n    \"unmesmerically\": \"n'emeghị ya\",\n    \"unmesmerised\": \"akpaghị aka\",\n    \"unmetaled\": \"unmeta\",\n    \"unmetalised\": \"ebughi oke\",\n    \"unmetalized\": \"unmetized\",\n    \"unmetallically\": \"unmetallally\",\n    \"unmetallurgical\": \"unmetall ịwa ahụ\",\n    \"unmetallurgically\": \"n'emeghị ya ọallụ\",\n    \"unmetaphysic\": \"unetaphysic\",\n    \"unmetaphorical\": \"ezighi ezi\",\n    \"unmeteorologically\": \"n'etule ihu igwe\",\n    \"unmethylated\": \"enweghị mmasị\",\n    \"unmethodical\": \"ekweghị\",\n    \"unmethodising\": \"unethodising\",\n    \"unmeticulous\": \"uneticulous\",\n    \"unmeticulously\": \"lezie anya\",\n    \"unmeticulousness\": \"lezie anya\",\n    \"unmetred\": \"unmetered\",\n    \"unmetrified\": \"enyochaghi\",\n    \"unmetropolitan\": \"unetropolitan\",\n    \"unmettle\": \"gbasaa\",\n    \"unmewing\": \"unmew\",\n    \"unmiasmatic\": \"enweghị akara\",\n    \"unmiasmatical\": \"enweghị atụ\",\n    \"unmiasmic\": \"unmyasmic\",\n    \"unmicroscopic\": \"ihe omimi\",\n    \"unmicroscopically\": \"n'emeghara ihe ọ bụla\",\n    \"unmidwifed\": \"ekpuchighi\",\n    \"unmighty\": \"enweghị ike\",\n    \"unmigrant\": \"ebighi ebi\",\n    \"unmigrating\": \"na-agbagharị\",\n    \"unmigrative\": \"na-eme njem\",\n    \"unmigratory\": \"na-eme njem\",\n    \"unmild\": \"adịghị edozi\",\n    \"unmildness\": \"ịdị nwayọọ\",\n    \"unmilitant\": \"enweghị atụ\",\n    \"unmilitantly\": \"n’achọghị\",\n    \"unmilitary\": \"adịghị ọcha\",\n    \"unmilitarily\": \"n'agha\",\n    \"unmilitarised\": \"emebighi\",\n    \"unmilled\": \"unmill\",\n    \"unmillinered\": \"emebighi\",\n    \"unmimetic\": \"enweghị mmeta\",\n    \"unmimetically\": \"n'emebighị iwu\",\n    \"unmimicked\": \"enweghi obi ojoo\",\n    \"unminable\": \"enweghị atụ\",\n    \"unminced\": \"enweghị atụ\",\n    \"unmincing\": \"na-ewepu\",\n    \"unminded\": \"unmind\",\n    \"unmindful\": \"echefuru\",\n    \"unmindfully\": \"n'amaghi ama\",\n    \"unminding\": \"na-ewepụsị\",\n    \"unmined\": \"enweghị atụ\",\n    \"unmineralised\": \"emebighi\",\n    \"unmineralized\": \"emebisighi\",\n    \"unmingle\": \"imeghe\",\n    \"unmingleable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"unmingled\": \"na-agbanwe agbanwe\",\n    \"unmingling\": \"unming\",\n    \"unminimised\": \"enweghị atụ\",\n    \"unminimising\": \"enweghị atụ\",\n    \"unminimized\": \"enweghị atụ\",\n    \"unminimizing\": \"enweghị ike imebi\",\n    \"unminished\": \"emebighi\",\n    \"unministered\": \"enweghị nchịkwa\",\n    \"unministrant\": \"enweghị okwukwe\",\n    \"unministrative\": \"enweghị ọrụ\",\n    \"unminted\": \"enweghị atụ\",\n    \"unminuted\": \"enweghị atụ\",\n    \"unmiracled\": \"enweghị atụ\",\n    \"unmiraculous\": \"amaghi ihe\",\n    \"unmiraculously\": \"n'amaghi ama\",\n    \"unmired\": \"enweghị atụ\",\n    \"unmirthful\": \"enweghị atụ\",\n    \"unmirthfully\": \"n'emeghị ya\",\n    \"unmirthfulness\": \"ezighi ezi\",\n    \"unmiscarrying\": \"na-agbagha\",\n    \"unmischievous\": \"ezighi ezi\",\n    \"unmiscible\": \"ejighi ike\",\n    \"unmisconceivable\": \"enweghị atụ\",\n    \"unmiserly\": \"n'emeghị ya\",\n    \"unmisgiving\": \"enweghị obi ebere\",\n    \"unmisgivingly\": \"n’enweghi obi ojoo\",\n    \"unmisguided\": \"enweghị ntuziaka\",\n    \"unmisguidedly\": \"na-enweghị nsogbu\",\n    \"unmisinterpretable\": \"enweghị ike ịkọwa ya\",\n    \"unmisled\": \"unmism\",\n    \"unmissable\": \"ekweghi\",\n    \"unmissed\": \"ekweghị\",\n    \"unmissionary\": \"ekweghị\",\n    \"unmissionized\": \"ekwenyeghi\",\n    \"unmistakable\": \"enweghị mgbagha\",\n    \"unmistakableness\": \"emeghi ka o doo anya\",\n    \"unmistakably\": \"enweghị mgbagha\",\n    \"unmistakedly\": \"n'amaghị ama\",\n    \"unmistaken\": \"ezighi ezi\",\n    \"unmistaking\": \"emehie\",\n    \"unmistakingly\": \"n'amaghị ama\",\n    \"unmystery\": \"ihe omimi\",\n    \"unmysterious\": \"ihe omimi\",\n    \"unmysteriousness\": \"unmysterism\",\n    \"unmystical\": \"ihe omimi\",\n    \"unmystically\": \"n'amaghi ama\",\n    \"unmysticalness\": \"unmysticalism\",\n    \"unmysticised\": \"na-agbasaghị\",\n    \"unmysticising\": \"na-agbasaghị\",\n    \"unmysticize\": \"unystystize\",\n    \"unmysticizing\": \"na-emeghe\",\n    \"unmystified\": \"amaghi\",\n    \"unmistressed\": \"enweghị nsogbu\",\n    \"unmistrusted\": \"enweghị ntụkwasị obi\",\n    \"unmistrustful\": \"enweghị ntụkwasị obi\",\n    \"unmistrustfully\": \"enweghị ntụkwasị obi\",\n    \"unmistrusting\": \"ikwenyeghi ntụkwasị obi\",\n    \"unmisunderstandable\": \"enweghị nghọta\",\n    \"unmisunderstanding\": \"nghọtahie\",\n    \"unmisunderstood\": \"aghọtaghị\",\n    \"unmiter\": \"itule\",\n    \"unmitered\": \"enweghị atụ\",\n    \"unmitering\": \"ewepụ\",\n    \"unmythological\": \"emeghi eme\",\n    \"unmitigability\": \"enweghị atụ\",\n    \"unmitigable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"unmitigatedly\": \"n'amaghi ama\",\n    \"unmitigatedness\": \"enweghị atụ\",\n    \"unmitre\": \"amaghi ama\",\n    \"unmitred\": \"enweghị atụ\",\n    \"unmitring\": \"enweghị atụ\",\n    \"unmittened\": \"enwetaghị\",\n    \"unmixable\": \"enweghị atụ\",\n    \"unmixed\": \"agwakọta\",\n    \"unmixedly\": \"na-ejikọtaghị ọnụ\",\n    \"unmixedness\": \"ogwe\",\n    \"unmixt\": \"wepụ\",\n    \"unmoaned\": \"na-atụghị anya\",\n    \"unmoaning\": \"iwepụ\",\n    \"unmoated\": \"unmola\",\n    \"unmobbed\": \"wepu aka\",\n    \"unmobilised\": \"emebighi\",\n    \"unmobilized\": \"emebighi\",\n    \"unmoble\": \"ogwe\",\n    \"unmocked\": \"agbachi\",\n    \"unmocking\": \"ịkpọghe\",\n    \"unmockingly\": \"ịkpọghe\",\n    \"unmodel\": \"adịghị adị\",\n    \"unmodelled\": \"emeghi ihe\",\n    \"unmoderate\": \"edozila\",\n    \"unmoderated\": \"adịghị edozi\",\n    \"unmoderately\": \"n'amaghi ama\",\n    \"unmoderateness\": \"enweghị nchịkwa\",\n    \"unmoderating\": \"adịghị edozi\",\n    \"unmodern\": \"adịghị adị\",\n    \"unmodernised\": \"adịghị edozi\",\n    \"unmodernity\": \"adịghị adị\",\n    \"unmodernize\": \"adịghị edozi anya\",\n    \"unmodernized\": \"adịghị edozi\",\n    \"unmodest\": \"adịghị mma\",\n    \"unmodestly\": \"adịghị mma\",\n    \"unmodestness\": \"ịdị umeala n'obi\",\n    \"unmodifiable\": \"enweghị ike ịgbanwe\",\n    \"unmodifiableness\": \"enweghị ike ịgbanwe\",\n    \"unmodifiably\": \"enweghị ike\",\n    \"unmodified\": \"emebighi\",\n    \"unmodifiedness\": \"enweghị ike\",\n    \"unmodish\": \"adịghị edozi\",\n    \"unmodishly\": \"adịghị mma\",\n    \"unmodulated\": \"adịghị edozi\",\n    \"unmodulative\": \"adịghị edozi ahụ\",\n    \"unmoiled\": \"emechi\",\n    \"unmold\": \"unold\",\n    \"unmoldableness\": \"unoldold\",\n    \"unmolded\": \"kpụrụ\",\n    \"unmoldered\": \"unoldold\",\n    \"unmoldering\": \"na-agbasi mbọ ike\",\n    \"unmolding\": \"iwepu\",\n    \"unmolds\": \"na-agbasa\",\n    \"unmolested\": \"emechi\",\n    \"unmolesting\": \"adịghị edozi\",\n    \"unmollifiable\": \"unlollifiable\",\n    \"unmollifiably\": \"ekweghi omume\",\n    \"unmollifying\": \"na-agbagha\",\n    \"unmolten\": \"wụrụ awụ\",\n    \"unmomentousness\": \"amaghi ama\",\n    \"unmonastic\": \"adịghị adị\",\n    \"unmonastically\": \"n'emeghị ya\",\n    \"unmoneyed\": \"emezighi\",\n    \"unmonetary\": \"enweghị ego\",\n    \"unmonistic\": \"ekweghị\",\n    \"unmonitored\": \"akwadoghị\",\n    \"unmonopolised\": \"enweghị nkwekọrịta\",\n    \"unmonopolising\": \"enweghị nkwekọrịta\",\n    \"unmonopolize\": \"iwepụtaghị\",\n    \"unmonopolized\": \"agbasaghị\",\n    \"unmonopolizing\": \"adịghị edozi\",\n    \"unmonumented\": \"asambodo\",\n    \"unmooring\": \"adịghị edozi\",\n    \"unmooted\": \"wepụ\",\n    \"unmopped\": \"wepu\",\n    \"unmoral\": \"omume rụrụ arụ\",\n    \"unmoralising\": \"akpochapu\",\n    \"unmoralistic\": \"ekweghị\",\n    \"unmorality\": \"Omume rụrụ arụ\",\n    \"unmoralize\": \"megharia\",\n    \"unmoralized\": \"enweghị nchịkwa\",\n    \"unmoralizing\": \"iwepụ\",\n    \"unmorally\": \"emeghi\",\n    \"unmoralness\": \"omume rụrụ arụ\",\n    \"unmorbid\": \"enweghị iwu\",\n    \"unmorbidly\": \"na-akwadoghị\",\n    \"unmorbidness\": \"enweghị nchịkwa\",\n    \"unmordant\": \"adịkwa\",\n    \"unmordanted\": \"na-achọghị\",\n    \"unmordantly\": \"n'amaghị ama\",\n    \"unmoribund\": \"ebughachi\",\n    \"unmoribundly\": \"akachaghi ego\",\n    \"unmorose\": \"emeghari\",\n    \"unmorosely\": \"enweghị nchịkwa\",\n    \"unmoroseness\": \"Omume\",\n    \"unmorphological\": \"ezighi ezi\",\n    \"unmorrised\": \"ekweghi\",\n    \"unmortal\": \"anwụ anwụ\",\n    \"unmortalize\": \"weghachite\",\n    \"unmortared\": \"unmorta\",\n    \"unmortgage\": \"ejighi ego\",\n    \"unmortgageable\": \"enweghị ike ibugharị\",\n    \"unmortgaged\": \"agaghị ekwekwa\",\n    \"unmortgaging\": \"iwepu\",\n    \"unmortified\": \"enwetaghi ikike\",\n    \"unmortifiedly\": \"enwetaghị ikike\",\n    \"unmortifiedness\": \"enweghị ikike\",\n    \"unmortise\": \"iwepu\",\n    \"unmortised\": \"adịghị emerụ ahụ\",\n    \"unmortising\": \"na-ewepụ\",\n    \"unmossed\": \"emeghị\",\n    \"unmossy\": \"enweghị ihe\",\n    \"unmothered\": \"nnabata\",\n    \"unmotherly\": \"na-enweghị nne\",\n    \"unmotionable\": \"Enweghị ike\",\n    \"unmotioned\": \"na-emegharị\",\n    \"unmotioning\": \"na-emeghe\",\n    \"unmotivated\": \"enweghị obi ụtọ\",\n    \"unmotivatedly\": \"n’ebughị n’obi\",\n    \"unmotivatedness\": \"enweghị mmasị\",\n    \"unmotivating\": \"na-agbasi mbọ ike\",\n    \"unmotived\": \"amataghi\",\n    \"unmould\": \"enweghi ike\",\n    \"unmouldable\": \"enweghị ike\",\n    \"unmouldered\": \"unmould\",\n    \"unmouldering\": \"unmoulding\",\n    \"unmouldy\": \"unululd\",\n    \"unmount\": \"iwepụ\",\n    \"unmountable\": \"enweghị ike iwepụ\",\n    \"unmountainous\": \"ihe omimi\",\n    \"unmounted\": \"ebupụ\",\n    \"unmounting\": \"ịtọpụ\",\n    \"unmourned\": \"ebugharị\",\n    \"unmournful\": \"unmourn\",\n    \"unmournfully\": \"n'ụzọ na-adịghị mma\",\n    \"unmourning\": \"iwepụ\",\n    \"unmouthable\": \"enweghị ike iwepu\",\n    \"unmouthed\": \"mechie\",\n    \"unmouthpieced\": \"akuko\",\n    \"unmovableness\": \"unmovable\",\n    \"unmovablety\": \"unmovable\",\n    \"unmovably\": \"enweghị atụ\",\n    \"unmoveable\": \"unmover\",\n    \"unmoved\": \"emegharịghị\",\n    \"unmovedly\": \"enweghị anya\",\n    \"unmoving\": \"adịghị apụ apụ\",\n    \"unmovingly\": \"enweghị mmasị\",\n    \"unmovingness\": \"Enweghị ike\",\n    \"unmowed\": \"ebughi\",\n    \"unmuddle\": \"unweldle\",\n    \"unmuffled\": \"na-achịkwa\",\n    \"unmuffles\": \"adịghị edozi\",\n    \"unmuffling\": \"adịghị ekwe ka\",\n    \"unmulcted\": \"emebighi\",\n    \"unmulled\": \"kpochapu\",\n    \"unmultipliable\": \"enweghị ike ịgbagha\",\n    \"unmultiplicable\": \"enweghị ike ịkọwapụta\",\n    \"unmultiplicative\": \"enweghị nkọwa\",\n    \"unmultiplied\": \"agbasaghị\",\n    \"unmultipliedly\": \"unmultiplied\",\n    \"unmultiplying\": \"emeghi\",\n    \"unmumbled\": \"gbasie ike\",\n    \"unmumbling\": \"unmumb\",\n    \"unmummied\": \"atụghị anya\",\n    \"unmummify\": \"iwepu\",\n    \"unmummified\": \"mebiri\",\n    \"unmummifying\": \"iwepu\",\n    \"unmunched\": \"ebughi agha\",\n    \"unmundified\": \"enweghị ikike\",\n    \"unmunicipalised\": \"ọchịchị\",\n    \"unmunicipalized\": \"emeghi obodo\",\n    \"unmunificent\": \"enweghị uru\",\n    \"unmunificently\": \"n'emeghị ya ọnụ\",\n    \"unmunitioned\": \"na-enweghị mgbagha\",\n    \"unmurmuring\": \"adịghị echekwa\",\n    \"unmurmuringly\": \"unmurmuring\",\n    \"unmuscularly\": \"n'adighi ike\",\n    \"unmusicianly\": \"n'amaghi ama\",\n    \"unmusing\": \"enweghị ihe\",\n    \"unmusked\": \"unmusmus\",\n    \"unmusted\": \"unmkpa\",\n    \"unmusterable\": \"enweghị ike ịgbanwe\",\n    \"unmustered\": \"unmust\",\n    \"unmutable\": \"enweghị ike ịgbagha\",\n    \"unmutation\": \"mwepu\",\n    \"unmutational\": \"enweghị ikike\",\n    \"unmutative\": \"enweghị atụ\",\n    \"unmuted\": \"agbagha\",\n    \"unmutilated\": \"ewepu\",\n    \"unmutilative\": \"adịghị agbanwe agbanwe\",\n    \"unmutinous\": \"enweghị atụ\",\n    \"unmutinousness\": \"ekwesighi\",\n    \"unmuttered\": \"enweghị ọnụ\",\n    \"unmuttering\": \"na-ada ụda\",\n    \"unmutteringly\": \"n'amaghị ama\",\n    \"unmutualised\": \"emeghi\",\n    \"unmutually\": \"n'emeghị ya\",\n    \"unmuzzling\": \"adịghị agbarụ\",\n    \"unnagging\": \"ịtọpụ\",\n    \"unnaggingly\": \"n'emeghị anya\",\n    \"unnailed\": \"nke a na-ejighị\",\n    \"unnailing\": \"ewepu\",\n    \"unnamability\": \"enweghị aha\",\n    \"unnamable\": \"enweghị atụ\",\n    \"unnamably\": \"n'enweghi obi ojoo\",\n    \"unname\": \"enweghị aha\",\n    \"unnameability\": \"enweghị aha\",\n    \"unnameable\": \"enweghị aha\",\n    \"unnameableness\": \"enweghị aha\",\n    \"unnameably\": \"enweghị aha\",\n    \"unnamed\": \"akpọghị aha\",\n    \"unnapped\": \"iwepu\",\n    \"unnapt\": \"unnaptị\",\n    \"unnarratable\": \"enweghị atụ\",\n    \"unnarrated\": \"enweghị iwu\",\n    \"unnarrative\": \"enweghị nyocha\",\n    \"unnasal\": \"enweghi obi\",\n    \"unnascent\": \"enweghị nchekasị\",\n    \"unnational\": \"mba\",\n    \"unnationalised\": \"mba\",\n    \"unnationalized\": \"ejighi aha\",\n    \"unnationally\": \"n'amaghị ama\",\n    \"unnative\": \"ebighi ebi\",\n    \"unnatural\": \"na-ekwekọghị n'okike\",\n    \"unnaturalise\": \"ekweghị n'okike\",\n    \"unnaturalised\": \"ekweghị n'okike\",\n    \"unnaturalising\": \"ekweghị n'okike\",\n    \"unnaturalism\": \"ekweghị n'okike\",\n    \"unnaturalist\": \"onye na-ekweghị n'okike\",\n    \"unnaturalistic\": \"ekweghị n'okike\",\n    \"unnaturality\": \"ekweghị n'okike\",\n    \"unnaturalizable\": \"ihe na-ekweghị omume\",\n    \"unnaturalize\": \"ekwekọghị n'okike\",\n    \"unnaturalized\": \"ekweghị n'okike\",\n    \"unnaturalizing\": \"na-ekwekọghị n'okike\",\n    \"unnaturally\": \"na-ekwekọghị n'okike\",\n    \"unnaturalness\": \"ekweghị n'okike\",\n    \"unnauseated\": \"nke na-adịghị arụ ọrụ\",\n    \"unnauseating\": \"edeghị aha\",\n    \"unnautical\": \"onye na-ejighi n'aka\",\n    \"unnavigably\": \"a chọpụtaghị\",\n    \"unnavigated\": \"achọtaghị\",\n    \"unneaped\": \"abaghị uru\",\n    \"unnear\": \"na-adịghị mkpa\",\n    \"unnearable\": \"enweghị isi\",\n    \"unneared\": \"enweghị atụ\",\n    \"unnearly\": \"na-enweghị isi\",\n    \"unnearness\": \"enweghị isi\",\n    \"unneat\": \"enweghị\",\n    \"unneath\": \"enweghị isi\",\n    \"unneatly\": \"enweghị isi\",\n    \"unneatness\": \"enweghị isi\",\n    \"unnebulous\": \"enweghị isi\",\n    \"unneccessary\": \"enweghị isi\",\n    \"unnecessary\": \"enweghị isi\",\n    \"unnecessaries\": \"enweghị isi\",\n    \"unnecessarily\": \"n’enweghị isi\",\n    \"unnecessariness\": \"enweghị isi\",\n    \"unnecessitated\": \"enweghị isi\",\n    \"unnecessitating\": \"enweghị isi\",\n    \"unnecessity\": \"enweghị isi\",\n    \"unnecessitous\": \"enweghị isi\",\n    \"unnecessitously\": \"enweghị isi\",\n    \"unnecessitousness\": \"enweghị isi\",\n    \"unneeded\": \"enweghị isi\",\n    \"unneedful\": \"enweghị isi\",\n    \"unneedfully\": \"na-enweghị isi\",\n    \"unneedfulness\": \"enweghị isi\",\n    \"unneedy\": \"enweghị isi\",\n    \"unnefarious\": \"na-enweghị isi\",\n    \"unnefariously\": \"na-enweghị isi\",\n    \"unnefariousness\": \"enweghị isi\",\n    \"unnegated\": \"enweghị isi\",\n    \"unneglected\": \"na-enweghị isi\",\n    \"unneglectful\": \"ezighi ezi\",\n    \"unneglectfully\": \"na-achọghị\",\n    \"unnegligent\": \"enweghị isi\",\n    \"unnegotiable\": \"ekwetaghị\",\n    \"unnegotiableness\": \"ekwetaghị ihe ọ bụla\",\n    \"unnegotiably\": \"na-enweghị nkata\",\n    \"unnegotiated\": \"ekwesighi\",\n    \"unnegro\": \"ghigro\",\n    \"unneighbored\": \"enweghị nkwado\",\n    \"unneighborly\": \"enweghị agbata obi\",\n    \"unneighborlike\": \"enweghị ekike\",\n    \"unneighborliness\": \"enweghị agbataobi\",\n    \"unneighbourly\": \"enweghị isi\",\n    \"unneighbourliness\": \"enweghị nzukọ\",\n    \"unnephritic\": \"na-enweghị nkatọ\",\n    \"unnerved\": \"ekpuchighị\",\n    \"unnerving\": \"enweghị mmasị\",\n    \"unnervingly\": \"n'amaghị ama\",\n    \"unnervous\": \"adịghị mma\",\n    \"unnervously\": \"enweghị nsogbu\",\n    \"unnervousness\": \"enweghi ike\",\n    \"unnestle\": \"wepu aka\",\n    \"unnestled\": \"ejighi ya\",\n    \"unnet\": \"ọnụọgụ\",\n    \"unnetted\": \"akuku\",\n    \"unneural\": \"adịghị mkpa\",\n    \"unneuralgic\": \"enweghị isi\",\n    \"unneurotic\": \"enweghị isi\",\n    \"unneurotically\": \"enweghị isi\",\n    \"unneutered\": \"enweghị isi\",\n    \"unneutral\": \"enweghị isi\",\n    \"unneutralise\": \"enweghị isi\",\n    \"unneutralised\": \"ezighi ezi\",\n    \"unneutralising\": \"enweghị isi\",\n    \"unneutrality\": \"enweghị isi\",\n    \"unneutralize\": \"enweghị isi\",\n    \"unneutralized\": \"ekwesighi\",\n    \"unneutralizing\": \"enweghị isi\",\n    \"unneutrally\": \"enweghị isi\",\n    \"unnew\": \"enweghị isi\",\n    \"unnewly\": \"enweghị\",\n    \"unnewness\": \"enweghị isi\",\n    \"unnewsed\": \"ekwuputaghi\",\n    \"unnibbed\": \"unnibed\",\n    \"unnibbled\": \"agbasaghị\",\n    \"unniceness\": \"enweghị aha\",\n    \"unniched\": \"adịghị ọcha\",\n    \"unnicked\": \"unnken\",\n    \"unnickeled\": \"na-atụghị anya ya\",\n    \"unnicknamed\": \"unnicknname\",\n    \"unniggardly\": \"unnggardly\",\n    \"unnimble\": \"ekweghiekwe\",\n    \"unnimbly\": \"enweghị mmasị\",\n    \"unnipped\": \"ekechi\",\n    \"unnitrogenised\": \"etinyeghị aka\",\n    \"unnitrogenized\": \"enweghị ike ịbanye\",\n    \"unnobilitated\": \"emebighi\",\n    \"unnobility\": \"enweghị ike\",\n    \"unnobleness\": \"unnoble\",\n    \"unnocturnal\": \"n'abalịghị\",\n    \"unnodding\": \"echekwa\",\n    \"unnoddingly\": \"n'adighi ike\",\n    \"unnoised\": \"ekpuchighị\",\n    \"unnoisy\": \"emeghị mkpọtụ\",\n    \"unnomadic\": \"unomadic\",\n    \"unnomadically\": \"n'amaghi ama\",\n    \"unnominal\": \"ejighị elu ọnụ\",\n    \"unnominated\": \"akpọghị aha\",\n    \"unnominative\": \"ekweghi-ekwe\",\n    \"unnooked\": \"esighe\",\n    \"unnoosed\": \"n’achọghị\",\n    \"unnormal\": \"ezighi ezi\",\n    \"unnormalised\": \"emezighi\",\n    \"unnormalising\": \"ezighi ezi\",\n    \"unnormalized\": \"ezighi ezi\",\n    \"unnormalizing\": \"unnorming\",\n    \"unnormalness\": \"ezighi ezi\",\n    \"unnormative\": \"ekweghi ekwe\",\n    \"unnorthern\": \"n'akuku ugwu\",\n    \"unnosed\": \"amaghi\",\n    \"unnotable\": \"unnotible\",\n    \"unnotational\": \"enweghị akwụkwọ\",\n    \"unnoted\": \"aghotaghi ya\",\n    \"unnoteworthy\": \"ekwenyeghi\",\n    \"unnoteworthiness\": \"ekwesighi ekwesighi\",\n    \"unnoticed\": \"ahụghị\",\n    \"unnoticing\": \"ahụghị ihe\",\n    \"unnotify\": \"mata\",\n    \"unnotified\": \"amaghi\",\n    \"unnoting\": \"n'aghọta\",\n    \"unnotionally\": \"n'amaghi ama\",\n    \"unnotioned\": \"amaghi\",\n    \"unnourished\": \"erighi nri\",\n    \"unnourishing\": \"adịghị edozi ahụ\",\n    \"unnovel\": \"unnevel\",\n    \"unnucleated\": \"unalucle\",\n    \"unnullified\": \"achoputaghi\",\n    \"unnumbed\": \"agụtaghị\",\n    \"unnumber\": \"enweghi ọgụgụ\",\n    \"unnumberable\": \"enweghị ike ịkọwa ya\",\n    \"unnumberableness\": \"enweghị ike ịgbakọ\",\n    \"unnumberably\": \"agụkọtaghị ọnụ\",\n    \"unnumbered\": \"enweghị ọgụgụ\",\n    \"unnumberedness\": \"enweghị ọgụgụ\",\n    \"unnumerable\": \"enweghị ike ịgụta ọnụ\",\n    \"unnumerated\": \"enweghị ọgụgụ\",\n    \"unnumerical\": \"ọnụọgụgụ\",\n    \"unnumerous\": \"ọnụọgụgụ\",\n    \"unnumerously\": \"agụghị ọnụ\",\n    \"unnumerousness\": \"enweghị ọgụgụ\",\n    \"unnurtured\": \"unturt\",\n    \"unnutritious\": \"erighị nri\",\n    \"unnutritiously\": \"n'etinyeghi nri\",\n    \"unnutritive\": \"erighị nri\",\n    \"unoared\": \"ejighi\",\n    \"unobdurate\": \"kpachara anya\",\n    \"unobdurately\": \"n'amaghị ama\",\n    \"unobdurateness\": \"ezighi ezi\",\n    \"unobedience\": \"nnupụisi\",\n    \"unobedient\": \"inupụrụ isi\",\n    \"unobediently\": \"inupụrụ isi\",\n    \"unobeyed\": \"akpachapụghị anya\",\n    \"unobeying\": \"emeghị ihe ọ bụla\",\n    \"unobeseness\": \"ezighi ezi\",\n    \"unobfuscated\": \"Achọpụtaghị ya\",\n    \"unobjected\": \"emechighi\",\n    \"unobjectified\": \"ebughi\",\n    \"unobjectionability\": \"enweghị ikike\",\n    \"unobjectionable\": \"enweghị ikike\",\n    \"unobjectionableness\": \"enweghị ikike\",\n    \"unobjectionably\": \"n’enweghị ikike\",\n    \"unobjectional\": \"ekweghị\",\n    \"unobjective\": \"ebughi ebumnobi\",\n    \"unobjectivized\": \"eweghi\",\n    \"unobligated\": \"enweghị ikike\",\n    \"unobligating\": \"emeghị ihe\",\n    \"unobligative\": \"ekweghi nkwa\",\n    \"unobligatory\": \"ekwesighi\",\n    \"unobliged\": \"enweghị ikike\",\n    \"unobliging\": \"emeghị ihe ọ bụla\",\n    \"unobligingly\": \"n’esighi ya\",\n    \"unobligingness\": \"ekweghị\",\n    \"unobliterable\": \"enweghi ike iwepu ya\",\n    \"unobliterated\": \"ewepụghị\",\n    \"unoblivious\": \"ezighi ezi\",\n    \"unobliviously\": \"n'amaghị ama\",\n    \"unobliviousness\": \"ezighi ezi\",\n    \"unobnoxious\": \"enweghị nsogbu\",\n    \"unobnoxiously\": \"n’enweghi nsogbu\",\n    \"unobscenely\": \"n’enweghi uche\",\n    \"unobsceneness\": \"arụghị ọrụ\",\n    \"unobscure\": \"ekpuchighị\",\n    \"unobscured\": \"ekpuchighị\",\n    \"unobscurely\": \"edozighi\",\n    \"unobscureness\": \"unobsureness\",\n    \"unobsequious\": \"adighi\",\n    \"unobsequiously\": \"n'agha\",\n    \"unobsequiousness\": \"enweghị isi\",\n    \"unobservable\": \"unobsible\",\n    \"unobservance\": \"idebe iwu\",\n    \"unobservant\": \"elezighi anya\",\n    \"unobservantly\": \"elezighi anya\",\n    \"unobservantness\": \"eleghị anya\",\n    \"unobserved\": \"ahughi\",\n    \"unobservedly\": \"echekwaghị\",\n    \"unobserving\": \"na-edebe ihe\",\n    \"unobservingly\": \"n'achọghị\",\n    \"unobsessed\": \"ejighi ikike\",\n    \"unobsolete\": \"ewepu\",\n    \"unobstinate\": \"ezighi ezi\",\n    \"unobstinately\": \"n'amaghi ama\",\n    \"unobstruct\": \"igbochi\",\n    \"unobstructed\": \"egbochighi\",\n    \"unobstructedly\": \"n’enweghi nsogbu\",\n    \"unobstructedness\": \"enweghi nsogbu\",\n    \"unobstructive\": \"abaghị uru\",\n    \"unobstruent\": \"enweghi mmachi\",\n    \"unobstruently\": \"n’enweghị nsogbu\",\n    \"unobtainability\": \"enweghi ike iru\",\n    \"unobtainable\": \"enweghị ike inweta\",\n    \"unobtainableness\": \"enweghi ike inweta\",\n    \"unobtainably\": \"enweghị ike inweta\",\n    \"unobtained\": \"enwetaghị\",\n    \"unobtruded\": \"emeghi\",\n    \"unobtruding\": \"emeheghi anya\",\n    \"unobtrusive\": \"ezighi ezi\",\n    \"unobtrusively\": \"n'etinyeghi anya\",\n    \"unobtrusiveness\": \"ezighi ezi\",\n    \"unobtunded\": \"Emechieghi\",\n    \"unobumbrated\": \"anaghi ahapu ya\",\n    \"unobverted\": \"ahughi\",\n    \"unobviable\": \"enweghị ike iwepụ\",\n    \"unobvious\": \"unobughi\",\n    \"unobviously\": \"n'emegheghi anya\",\n    \"unobviousness\": \"emeghị ihe ọhụụ\",\n    \"unoccasional\": \"oge ufodu\",\n    \"unoccasionally\": \"mgbe ụfọdụ\",\n    \"unoccasioned\": \"enweghị ohere\",\n    \"unoccidental\": \"na-atụghị anya ya\",\n    \"unoccidentally\": \"n'amaghị ama\",\n    \"unoccluded\": \"enweghị\",\n    \"unoccupancy\": \"enweghị ọrụ\",\n    \"unoccupation\": \"enweghị ọrụ\",\n    \"unoccupiable\": \"enweghị ọrụ\",\n    \"unoccupied\": \"enweghị ọrụ\",\n    \"unoccupiedly\": \"unyeghi aka\",\n    \"unoccupiedness\": \"enweghị ọrụ\",\n    \"unoccurring\": \"enweghị nsogbu\",\n    \"unoceanic\": \"mmiri\",\n    \"unodious\": \"adịghị mma\",\n    \"unodiously\": \"ekwesighi\",\n    \"unodiousness\": \"ekwenyeghị\",\n    \"unodored\": \"edozighi\",\n    \"unodoriferous\": \"enweghị ndụ\",\n    \"unodoriferously\": \"n'adighi mkpa\",\n    \"unodoriferousness\": \"enweghị atụ\",\n    \"unodorously\": \"n’enweghị nsogbu\",\n    \"unoffendable\": \"anaghị akwụ ụgwọ\",\n    \"unoffended\": \"ejighi ego\",\n    \"unoffendedly\": \"n’achọghị\",\n    \"unoffending\": \"anaghị edozi\",\n    \"unoffendingly\": \"anaghị akwụ ụgwọ\",\n    \"unoffensive\": \"adịghị arụ ọrụ\",\n    \"unoffensively\": \"n’enyeghị ego\",\n    \"unoffensiveness\": \"enweghị ọnụ\",\n    \"unoffered\": \"enyeghị\",\n    \"unofficed\": \"enenyeghi iwu\",\n    \"unofficered\": \"enenyeghi iwu\",\n    \"unofficerlike\": \"adabaghi oru\",\n    \"unofficiated\": \"anaghị arụ ọrụ\",\n    \"unofficiating\": \"anaghị arụ ọrụ\",\n    \"unofficinal\": \"unofficial\",\n    \"unofficious\": \"unofficial\",\n    \"unofficiously\": \"unofficially\",\n    \"unofficiousness\": \"enweghị ọrụ\",\n    \"unoffset\": \"emeghe\",\n    \"unoften\": \"agbagọghị\",\n    \"unogled\": \"emeghe\",\n    \"unoiled\": \"unere\",\n    \"unoiling\": \"emeghe\",\n    \"unold\": \"megharia\",\n    \"unomened\": \"emegheghị\",\n    \"unominousness\": \"enweghi ike\",\n    \"unomitted\": \"ekweghị\",\n    \"unomnipotent\": \"enweghị ikike\",\n    \"unomnipotently\": \"enweghị ike\",\n    \"unomniscient\": \"amaghị ama\",\n    \"unomnisciently\": \"unomnikap\",\n    \"unonerously\": \"enweghị atụ\",\n    \"unonerousness\": \"enweghị ọrụ\",\n    \"unoped\": \"emeghe\",\n    \"unopen\": \"emeghe\",\n    \"unopenable\": \"enweghị ike imeghe\",\n    \"unopened\": \"emeghe\",\n    \"unopening\": \"imeghe\",\n    \"unopenly\": \"imeghe\",\n    \"unopenness\": \"mmeghe\",\n    \"unoperably\": \"okpu\",\n    \"unoperatable\": \"arụ ọrụ\",\n    \"unoperated\": \"ejighi ya\",\n    \"unoperatically\": \"n'amaghị ama\",\n    \"unoperating\": \"ịrụ ọrụ\",\n    \"unoperative\": \"arụghị ọrụ\",\n    \"unoperculated\": \"enweghị atụ\",\n    \"unopiated\": \"emegheghị\",\n    \"unopined\": \"emegheghị\",\n    \"unopinionatedness\": \"enweghị echiche\",\n    \"unoppignorated\": \"enwetaghị ikike\",\n    \"unopportune\": \"enweghị atụ\",\n    \"unopportunely\": \"ekwesighi\",\n    \"unopportuneness\": \"ekwesighi\",\n    \"unopportunistic\": \"ekweghị\",\n    \"unopposable\": \"enweghị atụ\",\n    \"unopposed\": \"imegide\",\n    \"unopposedly\": \"n’enweghị onye ịma aka\",\n    \"unopposedness\": \"enweghị onye na-emegide ya\",\n    \"unopposing\": \"imeghe\",\n    \"unopposite\": \"emegiderịta\",\n    \"unoppositional\": \"nkwenye\",\n    \"unoppressed\": \"na-ejikọtaghị\",\n    \"unoppressive\": \"enweghị nsogbu\",\n    \"unoppressively\": \"enweghị nsogbu\",\n    \"unoppressiveness\": \"enweghị nsogbu\",\n    \"unoppugned\": \"akwadoghi\",\n    \"unopressible\": \"enweghị ike ịkọwapụta\",\n    \"unopted\": \"agbachi\",\n    \"unoptimistic\": \"enweghị atụ\",\n    \"unoptimized\": \"enwetaghị ikike\",\n    \"unoptional\": \"nhọrọ\",\n    \"unopulent\": \"enweghị nsogbu\",\n    \"unoral\": \"nkịtị\",\n    \"unorally\": \"enweghị nchịkwa\",\n    \"unorational\": \"enweghị isi\",\n    \"unoratorial\": \"anaghị arụ ọrụ\",\n    \"unoratorical\": \"arụghị ọrụ\",\n    \"unoratorically\": \"n'emeghị ya\",\n    \"unorbed\": \"ejikọtaghị\",\n    \"unorbitally\": \"ekwesighi\",\n    \"unorchestrated\": \"ejikọtaghị ọnụ\",\n    \"unordainable\": \"enweghị atụ\",\n    \"unordained\": \"edobeghi iwu\",\n    \"unorder\": \"anaghị edozi\",\n    \"unorderable\": \"agaghị ekwe omume\",\n    \"unordered\": \"ejighi\",\n    \"unorderly\": \"enweghị nchịkwa\",\n    \"unordinary\": \"ihe omimi\",\n    \"unordinarily\": \"n'ụzọ na-enweghị isi\",\n    \"unordinariness\": \"enweghị ọrụ\",\n    \"unordinate\": \"ejikọtaghị ọnụ\",\n    \"unordinately\": \"enweghị isi\",\n    \"unordinateness\": \"enweghị ọrụ\",\n    \"unorganed\": \"akwadoghị\",\n    \"unorganic\": \"enweghị nchịkwa\",\n    \"unorganical\": \"ekwesighi\",\n    \"unorganically\": \"enweghị nchịkwa\",\n    \"unorganicalness\": \"enweghị aha\",\n    \"unorganisable\": \"enweghị ike ịhazi\",\n    \"unorganised\": \"ahazighi\",\n    \"unorganizable\": \"enweghị ike ịhazi\",\n    \"unorganized\": \"ahazighi\",\n    \"unorganizedly\": \"n’usoro\",\n    \"unorganizedness\": \"nhazi\",\n    \"unoriental\": \"enweghị atụ\",\n    \"unorientalness\": \"enweghị mmụọ\",\n    \"unoriented\": \"enweghị atụ\",\n    \"unoriginality\": \"enweghị aha\",\n    \"unoriginalness\": \"enweghị aha\",\n    \"unoriginate\": \"enwetaghi aha ya\",\n    \"unoriginated\": \"enwetaghị aha\",\n    \"unoriginatedness\": \"enweghị aha\",\n    \"unoriginately\": \"n'amaghi ama\",\n    \"unoriginateness\": \"enweghị aha\",\n    \"unorigination\": \"edebanye aha\",\n    \"unoriginative\": \"enweghị atụ\",\n    \"unoriginatively\": \"n'amaghi ama\",\n    \"unoriginativeness\": \"enweghị aha\",\n    \"unorn\": \"adighi\",\n    \"unornamental\": \"ihe osise\",\n    \"unornamentation\": \"ịchọghị\",\n    \"unornamented\": \"enweghị\",\n    \"unornate\": \"anaghị achọ\",\n    \"unornately\": \"unorny\",\n    \"unornateness\": \"enweghị aha\",\n    \"unornly\": \"enweghị mmụọ\",\n    \"unorphaned\": \"na-agụghị ụmụ\",\n    \"unorthodox\": \"ekwekọghị ekwekọ\",\n    \"unorthodoxically\": \"n'ụzọ na-ekwekọghị ekwekọ\",\n    \"unorthodoxly\": \"n'ụzọ na-ekwekọghị ekwekọ\",\n    \"unorthodoxness\": \"ekweghị\",\n    \"unorthographically\": \"n'aghari\",\n    \"unoscillating\": \"adịghị edozi\",\n    \"unosculated\": \"emeghi ahia\",\n    \"unossified\": \"enweghi ike\",\n    \"unossifying\": \"enweghị ike\",\n    \"unostensible\": \"unensensible\",\n    \"unostensive\": \"adịghị akwụ ụgwọ\",\n    \"unostensively\": \"adịghị akwụ ụgwọ\",\n    \"unostentation\": \"ezighi ezi\",\n    \"unostentatiously\": \"ezighi ezi\",\n    \"unousted\": \"unosto\",\n    \"unoutlawed\": \"enweghị iwu\",\n    \"unoutraged\": \"ekwughi okwu\",\n    \"unoutspeakable\": \"enweghị ike ikwu okwu\",\n    \"unoutspoken\": \"ekwughi okwu\",\n    \"unoutworn\": \"n'adighi akwa\",\n    \"unoverclouded\": \"emechiela\",\n    \"unovercomable\": \"enweghị ike ịgbagha\",\n    \"unovercome\": \"adabaghi\",\n    \"unoverdone\": \"emezighi\",\n    \"unoverdrawn\": \"akpochapu\",\n    \"unoverflowing\": \"ofụba\",\n    \"unoverhauled\": \"akpochapu\",\n    \"unoverleaped\": \"ebughi\",\n    \"unoverlooked\": \"leghaara anya\",\n    \"unoverpaid\": \"akwụghị ụgwọ\",\n    \"unoverpowered\": \"enweghị ike\",\n    \"unoverruled\": \"enweghị nchịkwa\",\n    \"unovert\": \"emeghe\",\n    \"unovertaken\": \"emegheghị\",\n    \"unoverthrown\": \"agbachitere\",\n    \"unovervalued\": \"enweghị atụ\",\n    \"unoverwhelmed\": \"enweghị ike ichegbu ya\",\n    \"unowed\": \"ejighi\",\n    \"unowing\": \"inyefe\",\n    \"unowned\": \"ejighi\",\n    \"unoxidised\": \"edozighi\",\n    \"unp\": \"enweghi\",\n    \"unpacable\": \"enweghị ike ịgbanwu\",\n    \"unpaced\": \"enweghị ike\",\n    \"unpacifiable\": \"enweghị ike ịgbaghara\",\n    \"unpacific\": \"enweghị uru\",\n    \"unpacified\": \"enweghị akwụkwọ\",\n    \"unpacifiedly\": \"n'achaghị anya\",\n    \"unpacifiedness\": \"enweghị akwụkwọ\",\n    \"unpacifist\": \"enweghị ọrụ\",\n    \"unpacifistic\": \"enweghị atụ\",\n    \"unpack\": \"mepee\",\n    \"unpackaged\": \"enweghị ngwugwu\",\n    \"unpacked\": \"ebupụtaghị\",\n    \"unpacker\": \"buru ngwugwu\",\n    \"unpackers\": \"ndị na-enweghị ike\",\n    \"unpacking\": \"ebupusi\",\n    \"unpacks\": \"ibupụta\",\n    \"unpadded\": \"akpachapụghị anya\",\n    \"unpadlocked\": \"enweghị ikike\",\n    \"unpagan\": \"enweghị nsọpụrụ\",\n    \"unpaganize\": \"enweghị ike\",\n    \"unpaganized\": \"enweghị atụ\",\n    \"unpaganizing\": \"enweghị atụ\",\n    \"unpaged\": \"enweghị akwa\",\n    \"unpaginal\": \"enweghị nchekasị\",\n    \"unpaginated\": \"enweghị atụ\",\n    \"unpay\": \"akwughi ugwo\",\n    \"unpayable\": \"agaghị akwụ ụgwọ\",\n    \"unpayableness\": \"enweghị akwụ ụgwọ\",\n    \"unpayably\": \"agaghị akwụ ụgwọ\",\n    \"unpaid\": \"akwughi ugwo\",\n    \"unpaying\": \"anaghị akwụ ụgwọ\",\n    \"unpayment\": \"ịkwụ ụgwọ\",\n    \"unpained\": \"edozibeghị\",\n    \"unpainful\": \"enweghị atụ\",\n    \"unpainfully\": \"enweghị atụ\",\n    \"unpaining\": \"edozighị\",\n    \"unpainstaking\": \"enweghị atụ\",\n    \"unpaint\": \"edo edo\",\n    \"unpaintability\": \"enweghị atụ\",\n    \"unpaintable\": \"enweghị atụ\",\n    \"unpaintableness\": \"enweghị atụ\",\n    \"unpaintably\": \"enweghị atụ\",\n    \"unpainted\": \"na-eteghị aka\",\n    \"unpaintedly\": \"n’enweghị ntụpọ\",\n    \"unpaintedness\": \"edoghị anya\",\n    \"unpaired\": \"ejikọtaghị ya\",\n    \"unpaised\": \"edozighi\",\n    \"unpalatability\": \"enweghị atụ\",\n    \"unpalatable\": \"enweghị atụ\",\n    \"unpalatableness\": \"enweghị atụ\",\n    \"unpalatably\": \"enweghị atụ\",\n    \"unpalatal\": \"enweghị atụ\",\n    \"unpalatalized\": \"enweghị iwu\",\n    \"unpalatally\": \"n'emeghị ya ọfụma\",\n    \"unpale\": \"mepee\",\n    \"unpaled\": \"akpachapụghị anya\",\n    \"unpalisaded\": \"enweghị atụ\",\n    \"unpalisadoed\": \"enweghị atụ\",\n    \"unpalled\": \"ewepu\",\n    \"unpalliable\": \"enweghị atụ\",\n    \"unpalliated\": \"enweghị\",\n    \"unpalliative\": \"enweghị nchekwube\",\n    \"unpalpable\": \"enweghị ike ịgbagha\",\n    \"unpalped\": \"unpalpe\",\n    \"unpalpitating\": \"na-enweghị atụ\",\n    \"unpaltry\": \"enweghị atụ\",\n    \"unpampered\": \"enweghị isi\",\n    \"unpanegyrised\": \"akpoghi\",\n    \"unpanegyrized\": \"enwetaghị ikike\",\n    \"unpaneled\": \"enweghị nhazi\",\n    \"unpanelled\": \"unpanel\",\n    \"unpanged\": \"enweghị nsogbu\",\n    \"unpanicky\": \"ekweghị\",\n    \"unpanniered\": \"enweghị nchịkwa\",\n    \"unpanoplied\": \"enweghị ikike\",\n    \"unpantheistic\": \"enweghị uche\",\n    \"unpantheistical\": \"enweghị nkwenye\",\n    \"unpantheistically\": \"n'amaghi ama\",\n    \"unpanting\": \"n'atụghị egwu\",\n    \"unpapaverous\": \"enweghị ntụ\",\n    \"unpaper\": \"akwukwo\",\n    \"unpapered\": \"enweghị odo odo\",\n    \"unparaded\": \"enweghị atụ\",\n    \"unparadise\": \"enweghị atụ\",\n    \"unparadox\": \"ekweghi ekwe\",\n    \"unparadoxal\": \"enweghị atụ\",\n    \"unparadoxical\": \"ekweghi ekwe\",\n    \"unparadoxically\": \"enweghị atụ\",\n    \"unparagoned\": \"enweghị atụ\",\n    \"unparagonized\": \"enweghị atụ\",\n    \"unparagraphed\": \"enweghị atụ\",\n    \"unparalysed\": \"enweghị atụ\",\n    \"unparalyzed\": \"enweghị atụ\",\n    \"unparallel\": \"enweghị atụ\",\n    \"unparallelable\": \"enweghị atụ\",\n    \"unparalleled\": \"enweghị atụ\",\n    \"unparalleledly\": \"enweghị atụ\",\n    \"unparalleledness\": \"enweghị atụ\",\n    \"unparallelled\": \"enweghị atụ\",\n    \"unparallelness\": \"enweghị atụ\",\n    \"unparametrized\": \"enweghị ikike\",\n    \"unparaphrased\": \"enweghị atụ\",\n    \"unparasitic\": \"enweghị atụ\",\n    \"unparasitical\": \"enweghị atụ\",\n    \"unparasitically\": \"n'etinyeghi aka\",\n    \"unparcel\": \"enweghị ngwugwu\",\n    \"unparceled\": \"enweghị atụ\",\n    \"unparceling\": \"ewepu\",\n    \"unparcelled\": \"agbasaghị\",\n    \"unparcelling\": \"enweghị atụ\",\n    \"unparch\": \"ekpuchighị\",\n    \"unparched\": \"enweghị nyocha\",\n    \"unparching\": \"enweghị ozu\",\n    \"unpardon\": \"enweghị mgbaghara\",\n    \"unpardonability\": \"enweghị ntụkwasị obi\",\n    \"unpardonable\": \"enweghị mgbaghara\",\n    \"unpardonableness\": \"enweghị ntụkwasị obi\",\n    \"unpardonably\": \"agaghị agbaghara\",\n    \"unpardoned\": \"enweghị iwu\",\n    \"unpardonedness\": \"enweghị ntụkwasị obi\",\n    \"unpardoning\": \"enweghị mgbaghara\",\n    \"unpared\": \"adịghị edozi\",\n    \"unparental\": \"nne na nna\",\n    \"unparentally\": \"nne na nna\",\n    \"unparented\": \"enweghị nne na nna\",\n    \"unparenthesised\": \"ejighi uwe\",\n    \"unparenthetic\": \"enweghị nne na nna\",\n    \"unparenthetical\": \"enweghị atụ\",\n    \"unparenthetically\": \"n’enweghị nne na nna\",\n    \"unparfit\": \"ekwesịghị ekwesị\",\n    \"unpargeted\": \"enweghị atụ\",\n    \"unpark\": \"ibupute\",\n    \"unparked\": \"apụtaghị\",\n    \"unparking\": \"agbasapụ\",\n    \"unparliamentary\": \"enweghị iwu\",\n    \"unparliamented\": \"enweghị iwu\",\n    \"unparodied\": \"unparodieded\",\n    \"unparolable\": \"enweghị ike ịkọwa\",\n    \"unparoled\": \"a na-edozi\",\n    \"unparrel\": \"kpara\",\n    \"unparriable\": \"enweghị ike ịkọwapụta\",\n    \"unparried\": \"alụghị di\",\n    \"unparrying\": \"anaghị achọgharị\",\n    \"unparroted\": \"enweghị ikike\",\n    \"unparsed\": \"enweghị atụ\",\n    \"unparsimonious\": \"enweghị atụ\",\n    \"unparsimoniously\": \"n'amaghị ama\",\n    \"unparsonic\": \"adịghị adị\",\n    \"unparsonical\": \"na-enweghị atụ\",\n    \"unpartable\": \"enweghi ike iwepu ya\",\n    \"unpartableness\": \"enweghị atụ\",\n    \"unpartably\": \"enweghị ike\",\n    \"unpartaken\": \"enweghị atụ\",\n    \"unpartaking\": \"anaghị arụ ọrụ\",\n    \"unparted\": \"ewepughi\",\n    \"unparty\": \"enweghi ike\",\n    \"unpartial\": \"enweghị ele mmadụ anya n'ihu\",\n    \"unpartiality\": \"ele mmadụ anya n'ihu\",\n    \"unpartially\": \"enweghị ele mmadụ anya n'ihu\",\n    \"unpartialness\": \"ele mmadụ anya n'ihu\",\n    \"unpartible\": \"enweghị atụ\",\n    \"unparticipant\": \"enweghị atụ\",\n    \"unparticipated\": \"enweghị ike ime\",\n    \"unparticipating\": \"enweghị atụ\",\n    \"unparticipative\": \"enweghị atụ\",\n    \"unparticular\": \"enweghị atụ\",\n    \"unparticularised\": \"enweghị usoro\",\n    \"unparticularising\": \"enweghị usoro\",\n    \"unparticularized\": \"enweghị ikike\",\n    \"unparticularizing\": \"enweghị atụ\",\n    \"unparticularness\": \"enweghị atụ\",\n    \"unpartisan\": \"enweghị ọrụ\",\n    \"unpartitioned\": \"enweghị nkewa\",\n    \"unpartitive\": \"enweghị nkewa\",\n    \"unpartizan\": \"partizan\",\n    \"unpartnered\": \"enweghị ike\",\n    \"unpartook\": \"wepụ\",\n    \"unpass\": \"gafere\",\n    \"unpassable\": \"agaghị agafe\",\n    \"unpassableness\": \"enweghị ike ịgbanwe agbanwe\",\n    \"unpassably\": \"enweghị atụ\",\n    \"unpassed\": \"enweghị atụ\",\n    \"unpassing\": \"akuku\",\n    \"unpassionate\": \"enweghị ọmịiko\",\n    \"unpassionately\": \"enweghị ọmịiko\",\n    \"unpassionateness\": \"enweghị ọmịiko\",\n    \"unpassioned\": \"enweghị ọmịiko\",\n    \"unpassive\": \"akasighi\",\n    \"unpassively\": \"enweghị atụ\",\n    \"unpaste\": \"kpochaa\",\n    \"unpasted\": \"etinyeghi\",\n    \"unpasteurised\": \"unchachaghị\",\n    \"unpasteurized\": \"uncha ogwu\",\n    \"unpasting\": \"agbasa\",\n    \"unpastor\": \"enweghị\",\n    \"unpastorally\": \"enweghị ike\",\n    \"unpastured\": \"enweghị nchịkwa\",\n    \"unpatent\": \"enweghị ọmịiko\",\n    \"unpatentable\": \"enweghị mmetụta\",\n    \"unpatented\": \"enweghị afọ ojuju\",\n    \"unpaternal\": \"enweghị ọmịiko\",\n    \"unpaternally\": \"n'emeghị ebere\",\n    \"unpathetic\": \"enweghị ọmịiko\",\n    \"unpathetically\": \"enweghị ọmịiko\",\n    \"unpathwayed\": \"enweghị atụ\",\n    \"unpatience\": \"enweghi ndidi\",\n    \"unpatient\": \"enweghi ndidi\",\n    \"unpatiently\": \"n'enweghị ndidi\",\n    \"unpatientness\": \"enweghi ndidi\",\n    \"unpatinated\": \"enweghị atụ\",\n    \"unpatriotic\": \"enweghị ọmịiko\",\n    \"unpatriotically\": \"enweghị mba\",\n    \"unpatriotism\": \"enweghị mmasị na mba\",\n    \"unpatristic\": \"enweghị obi ebere\",\n    \"unpatristical\": \"ekweghị ekwe\",\n    \"unpatristically\": \"enweghị ọmịiko\",\n    \"unpatrolled\": \"enweghi ike\",\n    \"unpatronisable\": \"enweghị atụ\",\n    \"unpatronizable\": \"enweghị ike ijikọ\",\n    \"unpatronized\": \"akpakọrịta\",\n    \"unpatronizing\": \"enweghị njikọ\",\n    \"unpatronizingly\": \"na-akwadoghị\",\n    \"unpatted\": \"enweghị\",\n    \"unpatternized\": \"ejikọtaghị\",\n    \"unpaunched\": \"emeghere\",\n    \"unpausing\": \"adịghị akwụ ụgwọ\",\n    \"unpausingly\": \"n'emeghị ya\",\n    \"unpave\": \"imeghe\",\n    \"unpaved\": \"a na-eteghị ya\",\n    \"unpaving\": \"enweghị ntụpọ\",\n    \"unpawed\": \"ejighi\",\n    \"unpeace\": \"udo\",\n    \"unpeaceable\": \"enweghị udo\",\n    \"unpeaceableness\": \"enweghị udo\",\n    \"unpeaceably\": \"n'udo\",\n    \"unpeaceful\": \"enweghị udo\",\n    \"unpeacefully\": \"enweghị udo\",\n    \"unpeacefulness\": \"udo\",\n    \"unpeaked\": \"emegheghi\",\n    \"unpealed\": \"ekpughere\",\n    \"unpearled\": \"enwenwughi\",\n    \"unpebbled\": \"unpebbbs\",\n    \"unpecked\": \"unpepe\",\n    \"unpeculating\": \"akpochapu\",\n    \"unpeculiarly\": \"enweghị atụ\",\n    \"unpecuniarily\": \"n'emeghị ọnụ\",\n    \"unpedagogical\": \"emeghi nke oma\",\n    \"unpedagogically\": \"n'agụghị akwụkwọ\",\n    \"unpedantic\": \"adighi\",\n    \"unpedantical\": \"Ugboro\",\n    \"unpeddled\": \"eriri\",\n    \"unpedestal\": \"ejighi\",\n    \"unpedestaling\": \"emeghi iwu\",\n    \"unpedigreed\": \"agbasaghi\",\n    \"unpeel\": \"igwu\",\n    \"unpeelable\": \"okpokoro\",\n    \"unpeeled\": \"akpachapụghị anya\",\n    \"unpeeling\": \"ekpenta\",\n    \"unpeerable\": \"enweghị ike ịkọwa\",\n    \"unpeevish\": \"ekpuchighị\",\n    \"unpeevishly\": \"n’enweghị atụ\",\n    \"unpeevishness\": \"enweghị atụ\",\n    \"unpegging\": \"ekpughe\",\n    \"unpegs\": \"unpepe\",\n    \"unpejorative\": \"enweghị obi ụtọ\",\n    \"unpejoratively\": \"enweghị mmụọ\",\n    \"unpelted\": \"enweghị\",\n    \"unpen\": \"enweghị ihe\",\n    \"unpenal\": \"enweghị ntaramahụhụ\",\n    \"unpenalised\": \"enweghi iwu\",\n    \"unpenalized\": \"enweghị atụ\",\n    \"unpenally\": \"n'amaghi ama\",\n    \"unpenanced\": \"enweghị atụ\",\n    \"unpenciled\": \"enweghị atụ\",\n    \"unpencilled\": \"enweghị iwu\",\n    \"unpendant\": \"akwughi ugwo\",\n    \"unpendent\": \"akwụghị ụgwọ\",\n    \"unpending\": \"anaghị akwụsị akwụsị\",\n    \"unpendulous\": \"enweghị atụ\",\n    \"unpendulously\": \"n'enweghị atụ\",\n    \"unpendulousness\": \"enweghị nchịkwa\",\n    \"unpenetrable\": \"enweghị ike igbochi ya\",\n    \"unpenetrably\": \"enweghị atụ\",\n    \"unpenetrant\": \"enweghị atụ\",\n    \"unpenetrated\": \"enweghị iwu\",\n    \"unpenetrating\": \"anaghị edozi\",\n    \"unpenetratingly\": \"na-enweghị usoro\",\n    \"unpenetrative\": \"enweghị atụ\",\n    \"unpenetratively\": \"na-enweghị usoro\",\n    \"unpenitent\": \"enweghi ncheta\",\n    \"unpenitential\": \"enweghị atụ\",\n    \"unpenitentially\": \"enweghị atụ\",\n    \"unpenitently\": \"n'enweghị atụ\",\n    \"unpenitentness\": \"enweghị atụ\",\n    \"unpenned\": \"enweghị atụ\",\n    \"unpennied\": \"enweghị atụ\",\n    \"unpenning\": \"enweghị atụ\",\n    \"unpennoned\": \"enweghị atụ\",\n    \"unpens\": \"enweghị\",\n    \"unpensionable\": \"agaghị akwụ ụgwọ\",\n    \"unpensionableness\": \"enweghị ike ọgwụgwụ\",\n    \"unpensioned\": \"anaghị akwụ ụgwọ\",\n    \"unpensioning\": \"anaghị akwụ ụgwọ\",\n    \"unpent\": \"agwọ\",\n    \"unpenurious\": \"enweghị atụ\",\n    \"unpenuriously\": \"na-enweghị atụ\",\n    \"unpenuriousness\": \"enweghị atụ\",\n    \"unpeople\": \"ndị mmadụ\",\n    \"unpeopled\": \"ndị mmadụ\",\n    \"unpeoples\": \"ndị mmadụ\",\n    \"unpeopling\": \"imeghe\",\n    \"unpeppered\": \"enweghi ike igbochi ya\",\n    \"unperceivability\": \"enweghị ike ịgụta ihe\",\n    \"unperceivable\": \"enweghị ike ịgbaghara\",\n    \"unperceivably\": \"a na-apụghị ịgbagha agbagha\",\n    \"unperceived\": \"enwetaghị\",\n    \"unperceivedly\": \"enwetaghị echiche\",\n    \"unperceiving\": \"enweghị ike ịghọta\",\n    \"unperceptible\": \"enweghi ike ịghọta\",\n    \"unperceptibleness\": \"enweghị ike ịghọta\",\n    \"unperceptibly\": \"n'amaghị ama\",\n    \"unperceptional\": \"enweghi uche\",\n    \"unperceptive\": \"enweghị ike ịghọta\",\n    \"unperceptively\": \"n'amaghị ama\",\n    \"unperceptual\": \"anabatabeghị\",\n    \"unperceptually\": \"unepcept\",\n    \"unpercipient\": \"ezighi ezi\",\n    \"unpercolated\": \"enweghị akwụkwọ\",\n    \"unpercussed\": \"enweghị nsogbu\",\n    \"unpercussive\": \"enweghị isi\",\n    \"unperdurable\": \"agaghị ekwe omume\",\n    \"unperdurably\": \"enweghị nchịkwa\",\n    \"unperemptory\": \"enweghị atụ\",\n    \"unperemptorily\": \"enweghị nsogbu\",\n    \"unperemptoriness\": \"enweghị nkwanye ùgwù\",\n    \"unperfect\": \"ezughi oke\",\n    \"unperfected\": \"ezughị okè\",\n    \"unperfectedly\": \"enweghị ntụpọ\",\n    \"unperfectedness\": \"ezughị okè\",\n    \"unperfectible\": \"ezughị ezu\",\n    \"unperfection\": \"ezughị okè\",\n    \"unperfective\": \"ezughị oke\",\n    \"unperfectively\": \"ezughị oke\",\n    \"unperfectiveness\": \"ezughị okè\",\n    \"unperfectly\": \"ezughị oke\",\n    \"unperfectness\": \"ezughị okè\",\n    \"unperfidious\": \"enweghị okwukwe\",\n    \"unperfidiously\": \"n'amaghị ama\",\n    \"unperfidiousness\": \"enweghị okwukwe\",\n    \"unperflated\": \"enweghị atụ\",\n    \"unperforable\": \"enweghi ike ịchọta ya\",\n    \"unperforating\": \"enweghị isi\",\n    \"unperforative\": \"enweghị isi\",\n    \"unperformability\": \"enweghị ike ịrụ ọrụ\",\n    \"unperformable\": \"ezughi oke\",\n    \"unperformance\": \"arụ ọrụ\",\n    \"unperformed\": \"edozighi\",\n    \"unperforming\": \"adịghị arụ ọrụ\",\n    \"unperfumed\": \"unere ọkụ\",\n    \"unperilous\": \"enweghị atụ\",\n    \"unperilously\": \"n'amaghị ama\",\n    \"unperiodic\": \"oge\",\n    \"unperiodical\": \"oge\",\n    \"unperiodically\": \"oge adịghị\",\n    \"unperipheral\": \"ezighi ezi\",\n    \"unperipherally\": \"n'ahughi\",\n    \"unperiphrased\": \"emeghebeghị\",\n    \"unperiphrastically\": \"n'amaghi ama\",\n    \"unperishable\": \"enweghi ike idi ire\",\n    \"unperishableness\": \"ezighi ezi\",\n    \"unperished\": \"ezughị\",\n    \"unperishing\": \"na-adịghị agwụ agwụ\",\n    \"unperjuring\": \"unperjering\",\n    \"unpermanency\": \"enweghị ndidi\",\n    \"unpermanent\": \"na-adịgide adịgide\",\n    \"unpermeated\": \"enweghị nkọwa\",\n    \"unpermeating\": \"na-enweghị atụ\",\n    \"unpermeative\": \"abaghị uru\",\n    \"unpermissible\": \"ekweghi\",\n    \"unpermissibly\": \"ekwenyeghi\",\n    \"unpermissive\": \"ekweghị\",\n    \"unpermit\": \"ekweghị\",\n    \"unpermits\": \"ekwetaghị\",\n    \"unpermitted\": \"ekweghị\",\n    \"unpermitting\": \"ekweghị\",\n    \"unpermixed\": \"enweghị atụ\",\n    \"unpernicious\": \"Okpukpe\",\n    \"unperpendicular\": \"enweghị ego\",\n    \"unperpendicularly\": \"ikwadoghi\",\n    \"unperpetrated\": \"enweghị isi\",\n    \"unperpetuable\": \"enweghị ike ịgbagha\",\n    \"unperpetuated\": \"enweghị ikike\",\n    \"unperpetuating\": \"enweghị ikike\",\n    \"unperplex\": \"unpleplex\",\n    \"unperplexed\": \"ezughi oke\",\n    \"unperplexing\": \"na-agbasaghị\",\n    \"unpersecuted\": \"echeghị\",\n    \"unpersecuting\": \"Idozi\",\n    \"unpersecutive\": \"nke a na-agbasaghị\",\n    \"unperseverance\": \"nkwenye\",\n    \"unpersevering\": \"enweghị obi ụtọ\",\n    \"unperseveringly\": \"n'esepụghị aka\",\n    \"unperseveringness\": \"enweghi obi ojoo\",\n    \"unpersisting\": \"ekwesighi\",\n    \"unpersonable\": \"ekweghị\",\n    \"unpersonableness\": \"enweghị ike\",\n    \"unpersonal\": \"nke ndi mmadu\",\n    \"unpersonalised\": \"nkewa\",\n    \"unpersonalising\": \"ewepu aha\",\n    \"unpersonality\": \"ekweghiekwe\",\n    \"unpersonalized\": \"ejighi aha\",\n    \"unpersonalizing\": \"adịghị agbanwe agbanwe\",\n    \"unpersonally\": \"n’onwe ya\",\n    \"unpersonify\": \"gosipụta\",\n    \"unpersonified\": \"ejighi aha\",\n    \"unpersonifying\": \"adịghị egosipụta mmadụ\",\n    \"unpersons\": \"ndị mmadụ\",\n    \"unperspicuous\": \"ihe ngosi\",\n    \"unperspicuously\": \"n'amaghị ama\",\n    \"unperspicuousness\": \"ihe ngosi\",\n    \"unperspirable\": \"ekwesighi\",\n    \"unperspired\": \"ekpughere\",\n    \"unperspiring\": \"Udochukwu\",\n    \"unpersuadability\": \"ududo\",\n    \"unpersuadable\": \"nke a na-apụghị ịkọwa akọwa\",\n    \"unpersuadably\": \"enweghị nkwanye ùgwù\",\n    \"unpersuaded\": \"agbasaghị\",\n    \"unpersuadedness\": \"enweghị nkwanye ùgwù\",\n    \"unpersuasibility\": \"ezughi oke\",\n    \"unpersuasible\": \"enweghị ikike\",\n    \"unpersuasibleness\": \"ezighi ezi\",\n    \"unpersuasion\": \"enweghị akwụkwọ\",\n    \"unpersuasive\": \"enweghị atụ\",\n    \"unpersuasively\": \"n'izu iche\",\n    \"unpersuasiveness\": \"enweghị atụ\",\n    \"unpertaining\": \"enweghị\",\n    \"unpertinent\": \"ekwesighi\",\n    \"unpertinently\": \"enweghị isi\",\n    \"unperturbable\": \"enweghị mgbagha\",\n    \"unperturbably\": \"enweghi ike\",\n    \"unperturbed\": \"enweghị nsogbu\",\n    \"unperturbedly\": \"n'enweghị nsogbu\",\n    \"unperturbedness\": \"enweghi nsogbu\",\n    \"unperturbing\": \"enweghị nsogbu\",\n    \"unperuked\": \"enwetaghị\",\n    \"unperused\": \"ejibeghi\",\n    \"unpervaded\": \"enwetaghị ya\",\n    \"unpervading\": \"adịghị emetụta\",\n    \"unpervasive\": \"ezighi ezi\",\n    \"unpervasively\": \"enweghị ebe niile\",\n    \"unpervasiveness\": \"enweghị ebelata\",\n    \"unperverse\": \"agbasaghị\",\n    \"unperversive\": \"enwetaghị\",\n    \"unpervert\": \"emeghe\",\n    \"unperverted\": \"ezughị ezu\",\n    \"unpervertedly\": \"n'amaghị ama\",\n    \"unpervious\": \"ahụghị ọrụ\",\n    \"unperviously\": \"n'amaghị ama\",\n    \"unperviousness\": \"enweghị mmasị\",\n    \"unpessimistic\": \"enweghị atụ\",\n    \"unpessimistically\": \"enweghị atụ\",\n    \"unpestered\": \"enweghị iwu\",\n    \"unpesterous\": \"enweghị atụ\",\n    \"unpestilent\": \"enweghị atụ\",\n    \"unpestilently\": \"n'emeghị ya\",\n    \"unpetal\": \"adighi ike\",\n    \"unpetaled\": \"enweghị atụ\",\n    \"unpetalled\": \"enweghi ike\",\n    \"unpetitioned\": \"amamịghe\",\n    \"unpetrify\": \"mee ka obi sie gị ike\",\n    \"unpetrified\": \"amataghi\",\n    \"unpetrifying\": \"enweghị isi\",\n    \"unpetted\": \"enweghị isi\",\n    \"unpetticoated\": \"na-enweghị isi\",\n    \"unpetulant\": \"enweghị isi\",\n    \"unpetulantly\": \"n'amaghị ama\",\n    \"unpharasaic\": \"enweghị nkwonkwo\",\n    \"unpharasaical\": \"enweghị atụ\",\n    \"unphased\": \"ebughi\",\n    \"unphenomenal\": \"enweghi uche\",\n    \"unphenomenally\": \"na-ezighi ezi\",\n    \"unphilanthropic\": \"enweghị ihe\",\n    \"unphilanthropically\": \"enweghị mmụba\",\n    \"unphilologic\": \"enweghị echiche\",\n    \"unphilological\": \"enweghị atụ\",\n    \"unphilosophy\": \"enweghị echiche\",\n    \"unphilosophic\": \"enweghị amamihe\",\n    \"unphilosophical\": \"enweghị amamihe\",\n    \"unphilosophically\": \"enweghị amamihe\",\n    \"unphilosophicalness\": \"enweghị echiche\",\n    \"unphilosophize\": \"enweghị echiche\",\n    \"unphilosophized\": \"enweghị echiche\",\n    \"unphysical\": \"enweghị ume\",\n    \"unphysicianlike\": \"unysysicianlike\",\n    \"unphysicked\": \"enweghị anụ ọkụ\",\n    \"unphysiological\": \"ezighi ezi\",\n    \"unphlegmatic\": \"adịghị ekwupụta\",\n    \"unphlegmatically\": \"n'amaghi ama\",\n    \"unphonetic\": \"enweghị nkwanye ùgwù\",\n    \"unphoneticness\": \"enweghị nkwanye ùgwù\",\n    \"unphonnetical\": \"ekwesighi\",\n    \"unphonnetically\": \"n'amaghị ama\",\n    \"unphonographed\": \"enweghị ike ịkọwapụta\",\n    \"unphosphatised\": \"emegheghị anya\",\n    \"unphosphatized\": \"agbasaghi\",\n    \"unphotographable\": \"enweghị ike ịkọwapụta ya\",\n    \"unphotographed\": \"enweghị foto\",\n    \"unphotographic\": \"enweghị foto\",\n    \"unphrasable\": \"enweghị ike ịkọwa\",\n    \"unphrasableness\": \"enweghị ike ịkọwapụta\",\n    \"unphrased\": \"agbasaghị\",\n    \"unphrenological\": \"ezighi ezi\",\n    \"unpicaresque\": \"enweghị nkwanye ugwu\",\n    \"unpick\": \"wepụ\",\n    \"unpickable\": \"enweghi ike ijikwa\",\n    \"unpicked\": \"ebupughi\",\n    \"unpicketed\": \"enweghị akwụkwọ\",\n    \"unpicking\": \"na-ebupụ\",\n    \"unpickled\": \"akpachapụghị anya\",\n    \"unpicks\": \"na-ebupụ\",\n    \"unpictorial\": \"enweghị atụ\",\n    \"unpictorialise\": \"enweghị ihe ọ bụla\",\n    \"unpictorialised\": \"enweghị atụ\",\n    \"unpictorialising\": \"enweghị atụ\",\n    \"unpictorialize\": \"enweghị atụ\",\n    \"unpictorialized\": \"enweghị atụ\",\n    \"unpictorializing\": \"n'amaghi ihe\",\n    \"unpictorially\": \"n'amaghị ama\",\n    \"unpicturability\": \"enweghị atụ\",\n    \"unpicturable\": \"enweghị atụ\",\n    \"unpictured\": \"enweghị atụ\",\n    \"unpicturesque\": \"enweghị atụ\",\n    \"unpicturesquely\": \"enweghị iwu\",\n    \"unpicturesqueness\": \"enweghị amụma\",\n    \"unpiece\": \"ibugide\",\n    \"unpieced\": \"na-ejighị ụgbọ mmiri\",\n    \"unpierceable\": \"enweghị ike ịgbagha\",\n    \"unpierced\": \"ebughi\",\n    \"unpiercing\": \"na-ekpopụ\",\n    \"unpiety\": \"enweghị isi\",\n    \"unpigmented\": \"enweghị iwu\",\n    \"unpile\": \"enweghị atụ\",\n    \"unpiled\": \"idetuo\",\n    \"unpiles\": \"apịtị\",\n    \"unpilfered\": \"enweghị\",\n    \"unpilgrimlike\": \"enweghị atụ\",\n    \"unpiling\": \"agbasapụ\",\n    \"unpillaged\": \"enweghị\",\n    \"unpillared\": \"enweghị atụ\",\n    \"unpilled\": \"emechabeghị\",\n    \"unpilloried\": \"enweghị ọrụ\",\n    \"unpillowed\": \"enweghị\",\n    \"unpiloted\": \"a na-edepụtaghị\",\n    \"unpimpled\": \"enweghị atụ\",\n    \"unpin\": \"wepụ\",\n    \"unpinched\": \"ewepu\",\n    \"unpining\": \"na-enweghị atụ\",\n    \"unpinioned\": \"akpochapu\",\n    \"unpinked\": \"enweghị anya\",\n    \"unpinned\": \"unpin\",\n    \"unpinning\": \"agbaghe\",\n    \"unpins\": \"enweghị\",\n    \"unpioneering\": \"enweghị ọrụ\",\n    \"unpious\": \"enweghị uche\",\n    \"unpiously\": \"enweghị uche\",\n    \"unpiped\": \"akpachapụghị anya\",\n    \"unpiqued\": \"ebughi\",\n    \"unpirated\": \"enweghị\",\n    \"unpiratical\": \"enweghị atụ\",\n    \"unpiratically\": \"n'amaghị ama\",\n    \"unpitched\": \"akpachapụghị anya\",\n    \"unpited\": \"atụghị anya\",\n    \"unpiteous\": \"ekwesighi\",\n    \"unpiteously\": \"n'agbanyeghi\",\n    \"unpiteousness\": \"enweghị atụ\",\n    \"unpity\": \"enweghi uche\",\n    \"unpitiable\": \"enweghị atụ\",\n    \"unpitiably\": \"n'udo\",\n    \"unpitied\": \"enweghị atụ\",\n    \"unpitiedly\": \"n'atụghị ụjọ\",\n    \"unpitiedness\": \"enweghị nchekasị\",\n    \"unpitiful\": \"enweghị ọmịiko\",\n    \"unpitifully\": \"n'udo\",\n    \"unpitifulness\": \"enweghị obi ebere\",\n    \"unpitying\": \"enweghị atụ\",\n    \"unpityingly\": \"n'amaghi ama\",\n    \"unpityingness\": \"enweghị atụ\",\n    \"unpitted\": \"enweghị\",\n    \"unplacable\": \"enweghị atụ\",\n    \"unplacably\": \"enweghị atụ\",\n    \"unplacated\": \"akọwaghị\",\n    \"unplacatory\": \"na-enweghị nkọwa\",\n    \"unplace\": \"etinyeghi ebe\",\n    \"unplaced\": \"enweghị atụ\",\n    \"unplacement\": \"enweghị ebe\",\n    \"unplacid\": \"enweghị nkọwa\",\n    \"unplacidly\": \"na-akọwaghị\",\n    \"unplacidness\": \"enweghị ike\",\n    \"unplagiarised\": \"enweghị nkọwa\",\n    \"unplagued\": \"ungubeghi\",\n    \"unplayable\": \"enweghị ike ịgbanye\",\n    \"unplaid\": \"enweghị nkọwa\",\n    \"unplayed\": \"agbasaghị\",\n    \"unplayful\": \"ekpuchighi\",\n    \"unplayfully\": \"n'egwuregwu\",\n    \"unplaying\": \"na-egosipụta\",\n    \"unplain\": \"ịkọwapụtaghị ya\",\n    \"unplained\": \"akọwaghị\",\n    \"unplainly\": \"akọwapụtaghị ya\",\n    \"unplainness\": \"enweghị nkọwa\",\n    \"unplait\": \"ikpofu\",\n    \"unplaited\": \"enweghị atụ\",\n    \"unplaiting\": \"na-enweghị isi\",\n    \"unplan\": \"enweghị atụmatụ\",\n    \"unplaned\": \"akwadoghi\",\n    \"unplanished\": \"emeghi atụmatụ\",\n    \"unplank\": \"akwadoghị\",\n    \"unplanked\": \"emeghi atụmatụ\",\n    \"unplanned\": \"akwadoghi\",\n    \"unplannedly\": \"akwadoghi\",\n    \"unplannedness\": \"ness na-emeghị atụmatụ\",\n    \"unplanning\": \"ịhazi ihe\",\n    \"unplant\": \"akuku\",\n    \"unplantable\": \"enweghị nkwanye\",\n    \"unplanted\": \"akuku\",\n    \"unplantlike\": \"enweghị atụ\",\n    \"unplashed\": \"enweghị iwu\",\n    \"unplaster\": \"uwe ojii\",\n    \"unplastered\": \"enweghị nchara\",\n    \"unplastic\": \"enweghị\",\n    \"unplat\": \"enweghị atụ\",\n    \"unplated\": \"enweghị atụ\",\n    \"unplatitudinous\": \"enweghị ihe ọhụụ\",\n    \"unplatitudinously\": \"ekwesighi\",\n    \"unplatitudinousness\": \"enweghị nkwanye ùgwù\",\n    \"unplatted\": \"agbasaghị\",\n    \"unplausible\": \"-adịghị ekwe nghọta\",\n    \"unplausibleness\": \"enweghị atụ\",\n    \"unplausibly\": \"enweghị atụ\",\n    \"unplausive\": \"enweghị ezi uche\",\n    \"unpleached\": \"unwelitere\",\n    \"unpleadable\": \"unadul\",\n    \"unpleading\": \"enweghị nkwupụta\",\n    \"unpleasant\": \"wetara\",\n    \"unpleasantish\": \"na-atọ ụtọ\",\n    \"unpleasantness\": \"enweghi obi uto\",\n    \"unpleasantry\": \"ihe na-adighi nma\",\n    \"unpleasantries\": \"ihe na-adịghị mma\",\n    \"unpleased\": \"iwe\",\n    \"unpleasing\": \"adịghị atọ ụtọ\",\n    \"unpleasingly\": \"n’enweghi obi uto\",\n    \"unpleasingness\": \"ihe na-adịghị atọ ụtọ\",\n    \"unpleasive\": \"enweghi obi uto\",\n    \"unpleasurable\": \"enweghị obi ụtọ\",\n    \"unpleasurably\": \"enweghị atụ\",\n    \"unpleasure\": \"iwe\",\n    \"unpleated\": \"achoputaghi\",\n    \"unplenished\": \"mejughị afọ\",\n    \"unplentifulness\": \"enweghị mmasị\",\n    \"unpliability\": \"enweghị atụ\",\n    \"unpliable\": \"enweghị atụ\",\n    \"unpliableness\": \"enweghị ntụkwasị obi\",\n    \"unpliably\": \"enweghị\",\n    \"unpliancy\": \"enweghị ikike\",\n    \"unpliant\": \"ekwesighi\",\n    \"unpliantly\": \"n'emebighị iwu\",\n    \"unpliantness\": \"enweghị ndidi\",\n    \"unplied\": \"enweghị\",\n    \"unplight\": \"mepee\",\n    \"unplighted\": \"enweghị ìhè\",\n    \"unplodding\": \"agbasa\",\n    \"unplotted\": \"enweghị iwu\",\n    \"unplotting\": \"ịgba agba\",\n    \"unplough\": \"imeghe\",\n    \"unploughed\": \"agbasaghị ya\",\n    \"unplow\": \"emeghe\",\n    \"unplowed\": \"akwupu\",\n    \"unplucked\": \"enweghị ike\",\n    \"unplug\": \"wepụ\",\n    \"unplugged\": \"kwụpụ\",\n    \"unplugging\": \"ịkwụpụ\",\n    \"unplumbed\": \"unplum\",\n    \"unplume\": \"mepee\",\n    \"unplumed\": \"unplpl\",\n    \"unplummeted\": \"unplummet\",\n    \"unplump\": \"wepụ\",\n    \"unplundered\": \"akpachapụghị anya\",\n    \"unplunderous\": \"enweghị atụ\",\n    \"unplunge\": \"itopusi\",\n    \"unplunged\": \"akwupu\",\n    \"unpluralised\": \"ejighi\",\n    \"unpluralistic\": \"enweghị atụ\",\n    \"unpluralized\": \"enweghị\",\n    \"unplutocratic\": \"enweghị ụkpụrụ\",\n    \"unplutocratical\": \"onye na-achọghị ọchịchị\",\n    \"unplutocratically\": \"n'amaghi ama\",\n    \"unpneumatic\": \"enweghị mmerụ\",\n    \"unpneumatically\": \"enweghị mmerụ ahụ\",\n    \"unpocket\": \"akpa\",\n    \"unpocketed\": \"ebughi\",\n    \"unpodded\": \"ekwupụtaghị\",\n    \"unpoetic\": \"enweghị mmụọ\",\n    \"unpoetical\": \"enweghị akwụkwọ\",\n    \"unpoetically\": \"n'amaghị ama\",\n    \"unpoeticalness\": \"enweghị akwụkwọ\",\n    \"unpoeticised\": \"enweghị akwụkwọ\",\n    \"unpoeticized\": \"enweghị akwụkwọ\",\n    \"unpoetize\": \"enweghị akwụkwọ\",\n    \"unpoetized\": \"enweghị akwụkwọ\",\n    \"unpoignant\": \"enweghị nkwekọ\",\n    \"unpoignantly\": \"n'amaghị ama\",\n    \"unpointed\": \"enweghị ntụpọ\",\n    \"unpointing\": \"n'etinye aka\",\n    \"unpoise\": \"enweghị iwu\",\n    \"unpoised\": \"ekpuchighị\",\n    \"unpoison\": \"enweghị isi\",\n    \"unpoisonable\": \"enweghị nsogbu\",\n    \"unpoisoned\": \"enweghị mmenye\",\n    \"unpoisonous\": \"enweghị isi\",\n    \"unpoisonously\": \"n'amaghị ama\",\n    \"unpolarised\": \"enweghị akwụkwọ\",\n    \"unpolarizable\": \"enweghị ike ịkọwa\",\n    \"unpolarized\": \"akwadoghị\",\n    \"unpoliced\": \"etinyeghị aka\",\n    \"unpolicied\": \"enweghị iwu\",\n    \"unpolymerised\": \"enweghị nchịkwa\",\n    \"unpolish\": \"ikpochapụ\",\n    \"unpolishable\": \"enweghị iwu\",\n    \"unpolished\": \"emerụghị\",\n    \"unpolishedness\": \"enweghị mmerụ\",\n    \"unpolite\": \"enweghị isi\",\n    \"unpolitely\": \"n'amaghị ama\",\n    \"unpoliteness\": \"enweghị iwu\",\n    \"unpolitic\": \"enweghị iwu\",\n    \"unpolitical\": \"ndọrọ ndọrọ ọchịchị\",\n    \"unpolitically\": \"ndọrọ ndọrọ ọchịchị\",\n    \"unpoliticly\": \"enweghị iwu\",\n    \"unpollarded\": \"agbasaghị\",\n    \"unpollened\": \"enweghị iwu\",\n    \"unpollutable\": \"erughị eru\",\n    \"unpolluted\": \"emerụghị\",\n    \"unpollutedly\": \"n'emeghị mpi\",\n    \"unpolluting\": \"imebi iwu\",\n    \"unpompous\": \"enweghị isi\",\n    \"unpompously\": \"enweghị isi\",\n    \"unpompousness\": \"enweghị nchịkwa\",\n    \"unponderable\": \"enweghị atụ\",\n    \"unpondered\": \"enweghị atụ\",\n    \"unponderous\": \"enweghị atụ\",\n    \"unponderously\": \"enweghị atụ\",\n    \"unponderousness\": \"enweghị nkwanye ùgwù\",\n    \"unpontifical\": \"enweghị akwụkwọ\",\n    \"unpontifically\": \"n'amaghị ama\",\n    \"unpooled\": \"akpachaghị anya\",\n    \"unpopular\": \"enweghị mmasị\",\n    \"unpopularity\": \"enweghị mmasị\",\n    \"unpopularized\": \"agbasaghị\",\n    \"unpopularly\": \"enweghị mmasị\",\n    \"unpopularness\": \"enweghị mmasị\",\n    \"unpopulate\": \"enweghị mmasị\",\n    \"unpopulated\": \"ọnụọgụgụ\",\n    \"unpopulous\": \"enweghị mmasị\",\n    \"unpopulously\": \"enweghị mmasị\",\n    \"unpopulousness\": \"enweghị mmasị\",\n    \"unporcelainized\": \"enweghị nkọwa\",\n    \"unporness\": \"enweghị nsogbu\",\n    \"unpornographic\": \"ihe na-akpali agụụ mmekọahụ\",\n    \"unporous\": \"enweghị mmasị\",\n    \"unporousness\": \"enweghị ndidi\",\n    \"unportable\": \"agaghị ebugharị\",\n    \"unportended\": \"ekwupụtaghị\",\n    \"unportentous\": \"adighi mkpa\",\n    \"unportentously\": \"n'ụzọ na-enweghị isi\",\n    \"unportentousness\": \"enweghị ọrụ\",\n    \"unporticoed\": \"ebughi oke\",\n    \"unportionable\": \"enweghị atụ\",\n    \"unportioned\": \"enweghị nke ọ bụla\",\n    \"unportly\": \"adabaghị\",\n    \"unportrayable\": \"enweghị ike ịkọwapụta\",\n    \"unportrayed\": \"egosighi\",\n    \"unportraited\": \"ekwuputaghi\",\n    \"unportunate\": \"ekwesighi\",\n    \"unportuous\": \"ekwesighi\",\n    \"unposed\": \"akwadoghị\",\n    \"unposing\": \"ikpughe\",\n    \"unpositive\": \"adịghị akwụ ụgwọ\",\n    \"unpositively\": \"n’enweghị nsogbu\",\n    \"unpositiveness\": \"ekwesighi\",\n    \"unpositivistic\": \"enweghị atụ\",\n    \"unpossess\": \"anaraghị ihe\",\n    \"unpossessable\": \"agaghị ekwe omume\",\n    \"unpossessed\": \"enwetaghị ya\",\n    \"unpossessedness\": \"enweghị ikike\",\n    \"unpossessing\": \"anapụghị ụgwọ\",\n    \"unpossessive\": \"anabataghị\",\n    \"unpossessively\": \"enweghị isi\",\n    \"unpossessiveness\": \"ekwesighi\",\n    \"unpossibility\": \"ekweghị\",\n    \"unpossible\": \"agaghị ekwe omume\",\n    \"unpossibleness\": \"ekweghị omume\",\n    \"unpossibly\": \"enweghị ike\",\n    \"unposted\": \"ezighi ezi\",\n    \"unpostered\": \"ekpuchighị\",\n    \"unposthumous\": \"ezighi ezi\",\n    \"unpostmarked\": \"enweghị akara\",\n    \"unpostponable\": \"enweghị ike ịkọwapụta\",\n    \"unpostponed\": \"ekwuputaghi\",\n    \"unpostulated\": \"ekpuchighị\",\n    \"unpotable\": \"enweghị ike\",\n    \"unpotent\": \"enweghị ike\",\n    \"unpotently\": \"n'emeghị ihe ọ bụla\",\n    \"unpotted\": \"akpado\",\n    \"unpotting\": \"ikpochapu\",\n    \"unpouched\": \"akpataghị aka\",\n    \"unpoulticed\": \"enweghị akwụkwọ\",\n    \"unpounced\": \"enweghị isi\",\n    \"unpourable\": \"enweghị nchịkwa\",\n    \"unpoured\": \"unpopo\",\n    \"unpouting\": \"n'ikwu\",\n    \"unpoutingly\": \"n'ikwu okwu\",\n    \"unpowdered\": \"enweghị ikike\",\n    \"unpower\": \"enweghị ike\",\n    \"unpowerful\": \"enweghị ike\",\n    \"unpowerfulness\": \"enweghị ike\",\n    \"unpracticability\": \"enweghị atụ\",\n    \"unpracticable\": \"enweghị atụ\",\n    \"unpracticableness\": \"enweghị atụ\",\n    \"unpracticably\": \"enweghị atụ\",\n    \"unpractical\": \"enweghị ọrụ\",\n    \"unpracticality\": \"enweghị ọrụ\",\n    \"unpractically\": \"enweghị atụ\",\n    \"unpracticalness\": \"enweghị ọrụ\",\n    \"unpractice\": \"enweghị ọrụ\",\n    \"unpracticed\": \"enweghị ọrụ\",\n    \"unpracticedness\": \"enweghị ọrụ\",\n    \"unpractised\": \"enweghị ọrụ\",\n    \"unpragmatic\": \"enweghị nkwekọrịta\",\n    \"unpragmatical\": \"enweghị nhazi\",\n    \"unpragmatically\": \"n'amaghi ama\",\n    \"unpray\": \"enweghị atụ\",\n    \"unprayable\": \"enweghị ike ịkọwapụta\",\n    \"unprayed\": \"enweghị akwa\",\n    \"unprayerful\": \"enweghị ọrụ\",\n    \"unprayerfully\": \"enweghị ọrụ\",\n    \"unprayerfulness\": \"enweghị ọrụ\",\n    \"unpraying\": \"n'aghari\",\n    \"unpraisable\": \"enweghị atụ\",\n    \"unpraise\": \"enweghị atụ\",\n    \"unpraised\": \"ejighi\",\n    \"unpraiseful\": \"enweghị atụ\",\n    \"unpraiseworthy\": \"enweghị atụ\",\n    \"unpraising\": \"enweghị atụ\",\n    \"unpranked\": \"enweghị\",\n    \"unprating\": \"enweghị atụ\",\n    \"unpreach\": \"ikwusa ozi ọma\",\n    \"unpreached\": \"enweghị nkwusa\",\n    \"unpreaching\": \"ikwusa ozi ọma\",\n    \"unprecarious\": \"enweghị atụ\",\n    \"unprecautioned\": \"akpachapụghị anya\",\n    \"unpreceded\": \"enwetụbeghị ụdị\",\n    \"unprecedented\": \"enwetụbeghị ụdị ya\",\n    \"unprecedentedly\": \"enwetụbeghị ụdị ya\",\n    \"unprecedentedness\": \"a hụtụbeghị mbụ\",\n    \"unprecedential\": \"enwetụbeghị ụdị ya\",\n    \"unprecedently\": \"enwetụbeghị ụdị ya\",\n    \"unpreceptive\": \"enweghị atụ\",\n    \"unpreceptively\": \"enweghị uche\",\n    \"unprecious\": \"enweghị atụ\",\n    \"unpreciously\": \"n'amaghị ama\",\n    \"unpreciousness\": \"amaghị ama\",\n    \"unprecipiced\": \"enweghị nchịkwa\",\n    \"unprecipitant\": \"enweghị nchịkwa\",\n    \"unprecipitantly\": \"enweghị nchịkwa\",\n    \"unprecipitate\": \"ikpochapu\",\n    \"unprecipitated\": \"enweghị nchịkwa\",\n    \"unprecipitateness\": \"enweghị nchịkwa\",\n    \"unprecipitative\": \"enweghị atụ\",\n    \"unprecipitous\": \"enweghị atụ\",\n    \"unprecipitousness\": \"enweghị nchịkwa\",\n    \"unprecise\": \"enweghị isi\",\n    \"unprecisely\": \"ezughi oke\",\n    \"unpreciseness\": \"ezughi oke\",\n    \"unprecisive\": \"ezughi oke\",\n    \"unprecludable\": \"enweghị ike ịchọta\",\n    \"unprecluded\": \"egbochighi\",\n    \"unprecludible\": \"enweghị atụ\",\n    \"unpreclusive\": \"enweghị isi\",\n    \"unpreclusively\": \"enweghị isi\",\n    \"unprecociously\": \"n'amaghị ama\",\n    \"unprecociousness\": \"enweghị ọgụgụ isi\",\n    \"unpredaceous\": \"enweghị atụ\",\n    \"unpredaceously\": \"n'atụghị egwu\",\n    \"unpredaceousness\": \"enweghị atụ\",\n    \"unpredacious\": \"enweghị atụ\",\n    \"unpredaciously\": \"enweghị atụ\",\n    \"unpredaciousness\": \"enweghị atụ\",\n    \"unpredatory\": \"enweghị atụ\",\n    \"unpredestinated\": \"enweghị amụma\",\n    \"unpredestined\": \"amaghi ama\",\n    \"unpredetermined\": \"kara aka\",\n    \"unpredicable\": \"enweghị atụ\",\n    \"unpredicableness\": \"enweghị atụ\",\n    \"unpredicably\": \"n'atụghị anya\",\n    \"unpredicated\": \"enweghị atụ\",\n    \"unpredicative\": \"enweghị atụ\",\n    \"unpredicatively\": \"n'amaghị ama\",\n    \"unpredict\": \"enweghị atụ\",\n    \"unpredictability\": \"enweghị atụ\",\n    \"unpredictabilness\": \"enweghị atụ\",\n    \"unpredictable\": \"enweghị atụ\",\n    \"unpredictableness\": \"enweghị atụ\",\n    \"unpredictably\": \"n'atụghị anya\",\n    \"unpredicted\": \"enweghị atụ\",\n    \"unpredictedness\": \"enweghị atụ\",\n    \"unpredicting\": \"enweghị atụ\",\n    \"unpredictive\": \"enweghị atụ\",\n    \"unpredictively\": \"n'atụghị egwu\",\n    \"unpredisposed\": \"enweghị atụ\",\n    \"unpredisposing\": \"enweghị atụ\",\n    \"unpreempted\": \"enwetatụbeghị\",\n    \"unpreened\": \"enweghị akwụkwọ\",\n    \"unprefaced\": \"enwetabeghị\",\n    \"unpreferable\": \"enweghị atụ\",\n    \"unpreferableness\": \"enweghị atụ\",\n    \"unpreferably\": \"enweghị mmasị\",\n    \"unpreferred\": \"enwetaghị\",\n    \"unprefigured\": \"edoghi ya\",\n    \"unprefined\": \"akọwaghị\",\n    \"unprefixally\": \"n'egosighi\",\n    \"unprefixed\": \"enwetaghi\",\n    \"unpregnable\": \"enweghi ike iwepu\",\n    \"unpregnant\": \"enweghị afọ ime\",\n    \"unprehensive\": \"enweghị nghọta\",\n    \"unpreying\": \"enweghị nkọwa\",\n    \"unprejudged\": \"enweghị ikike\",\n    \"unprejudicated\": \"enweghị mbunobi\",\n    \"unprejudice\": \"enweghị mbunobi\",\n    \"unprejudiced\": \"enweghị mbunobi\",\n    \"unprejudicedly\": \"n'amaghị uru\",\n    \"unprejudicedness\": \"enweghị mbunobi\",\n    \"unprejudiciable\": \"enweghi njikota\",\n    \"unprejudicial\": \"emeghị nke ọma\",\n    \"unprejudicially\": \"n'amaghi ama\",\n    \"unprejudicialness\": \"ele mmadụ anya n'ihu\",\n    \"unprelatic\": \"enweghị nkọwa\",\n    \"unprelatical\": \"enweghị nkọwa\",\n    \"unpreluded\": \"egbochighi\",\n    \"unpremature\": \"akaghi aka\",\n    \"unprematurely\": \"akaghi aka\",\n    \"unprematureness\": \"akaghi aka\",\n    \"unpremeditate\": \"adịghị njikere\",\n    \"unpremeditated\": \"enweghị atụ\",\n    \"unpremeditatedly\": \"enweghị atụ\",\n    \"unpremeditatedness\": \"enweghị atụ\",\n    \"unpremeditately\": \"n'amaghi ama\",\n    \"unpremeditation\": \"enweghị nchịkwa\",\n    \"unpremonished\": \"enweghị atụ\",\n    \"unpremonstrated\": \"enweghị atụ\",\n    \"unprenominated\": \"enweghị nchịkwa\",\n    \"unprenticed\": \"enweghị ọrụ\",\n    \"unpreoccupied\": \"enweghị uche\",\n    \"unpreordained\": \"edozighi\",\n    \"unpreparation\": \"akwadebe\",\n    \"unprepare\": \"akwadebe\",\n    \"unprepared\": \"akwadoghị\",\n    \"unpreparedly\": \"akwadoghị\",\n    \"unpreparedness\": \"ejikere ejikere\",\n    \"unpreparing\": \"-ekwadebe\",\n    \"unpreponderated\": \"enweghị nkọwa\",\n    \"unpreponderating\": \"enweghị nkọwa\",\n    \"unprepossessed\": \"enweghị ikike\",\n    \"unprepossessedly\": \"n’enweghị ikike\",\n    \"unprepossessing\": \"enweghị ikike\",\n    \"unprepossessingly\": \"enweghị ikike\",\n    \"unprepossessingness\": \"enweghị ikike\",\n    \"unpreposterous\": \"ekwughị okwu\",\n    \"unpreposterously\": \"n'etinyeghị mkpọtụ\",\n    \"unpreposterousness\": \"enweghị nkwanye ùgwù\",\n    \"unpresaged\": \"enweghị nchịkwa\",\n    \"unpresageful\": \"enweghị nkwanye ùgwù\",\n    \"unpresaging\": \"enweghị nkwusa\",\n    \"unpresbyterated\": \"echeghị\",\n    \"unprescient\": \"enweghị uche\",\n    \"unpresciently\": \"n'amaghị akwụkwọ\",\n    \"unprescinded\": \"enweghị uche\",\n    \"unprescribed\": \"enweghị ederede\",\n    \"unpresentability\": \"enweghị nkwupụta\",\n    \"unpresentable\": \"enweghị nkwupụta\",\n    \"unpresentableness\": \"enweghị nkwupụta\",\n    \"unpresentably\": \"enweghi nkwanye ugwu\",\n    \"unpresentative\": \"enweghị nkwupụta\",\n    \"unpresented\": \"ekwuputaghi\",\n    \"unpreservable\": \"enweghị atụ\",\n    \"unpreserved\": \"echekwaghi\",\n    \"unpresidential\": \"enweghị isi\",\n    \"unpresidentially\": \"enweghị isi\",\n    \"unpresiding\": \"enweghị atụ\",\n    \"unpressed\": \"enweghị akwa\",\n    \"unpresses\": \"kpughere\",\n    \"unpressured\": \"enweghị nsogbu\",\n    \"unprest\": \"enweghị nsogbu\",\n    \"unpresumable\": \"enweghị atụ\",\n    \"unpresumably\": \"enweghị atụ\",\n    \"unpresumed\": \"enweghị mmetụ\",\n    \"unpresuming\": \"enweghị atụ\",\n    \"unpresumingness\": \"enweghị atụ\",\n    \"unpresumptive\": \"enweghị atụ\",\n    \"unpresumptively\": \"enweghị nkwanye ùgwù\",\n    \"unpresumptuous\": \"enweghị atụ\",\n    \"unpresumptuously\": \"enweghị nchekwube\",\n    \"unpresumptuousness\": \"enweghị atụ\",\n    \"unpresupposed\": \"a na-akwadoghị\",\n    \"unpretended\": \"enweghị atụ\",\n    \"unpretending\": \"enweghị atụ\",\n    \"unpretendingly\": \"n'adabereghị\",\n    \"unpretendingness\": \"enweghị nkọwa\",\n    \"unpretentious\": \"adabaghi\",\n    \"unpretentiousness\": \"enweghị atụ\",\n    \"unpretermitted\": \"enwetatụbeghị\",\n    \"unpreternatural\": \"ihe omuma\",\n    \"unpreternaturally\": \"enweghị nkọwa\",\n    \"unpretty\": \"enweghị nkọwa\",\n    \"unprettified\": \"enweghị nkọwa\",\n    \"unprettily\": \"adabaghi\",\n    \"unprettiness\": \"enweghị nkọwa\",\n    \"unprevailing\": \"enweghị atụ\",\n    \"unprevalence\": \"enweghị nchịkwa\",\n    \"unprevalent\": \"enweghị atụ\",\n    \"unprevaricating\": \"na-enweghị nkọwa\",\n    \"unpreventability\": \"enweghi ike igbochi ya\",\n    \"unpreventable\": \"enweghi ike igbochi\",\n    \"unpreventableness\": \"enweghi ike igbochi ya\",\n    \"unpreventably\": \"enweghị atụ\",\n    \"unpreventative\": \"enweghị ihe mgbochi\",\n    \"unprevented\": \"egbochibeghị\",\n    \"unpreventible\": \"enweghị ike ịkọwapụta\",\n    \"unpreventive\": \"enweghị atụ\",\n    \"unpreventiveness\": \"enweghị nchịkwa\",\n    \"unpreviewed\": \"enwetabeghị\",\n    \"unpriceably\": \"enweghị atụ\",\n    \"unpriced\": \"enweghị ọnụ\",\n    \"unpricked\": \"enweghị nkọwa\",\n    \"unprickled\": \"enweghị\",\n    \"unprickly\": \"enweghị aghụghọ\",\n    \"unprideful\": \"enweghị nchịkwa\",\n    \"unpridefully\": \"n'achọghị\",\n    \"unpriest\": \"enweghị atụ\",\n    \"unpriestly\": \"n'atụghị egwu\",\n    \"unpriestlike\": \"enweghị mmasị\",\n    \"unpriggish\": \"n'etinyeghi ihe\",\n    \"unprying\": \"na-agbagharị\",\n    \"unprim\": \"enweghị atụ\",\n    \"unprime\": \"enweghị\",\n    \"unprimed\": \"enweghị atụ\",\n    \"unprimitive\": \"enweghị atụ\",\n    \"unprimitively\": \"n'agha\",\n    \"unprimitiveness\": \"enweghị atụ\",\n    \"unprimitivistic\": \"enweghị atụ\",\n    \"unprimly\": \"enweghị atụ\",\n    \"unprimmed\": \"enweghị nsogbu\",\n    \"unprimness\": \"enweghị nkwanye ùgwù\",\n    \"unprince\": \"enweghị\",\n    \"unprincely\": \"enweghị atụ\",\n    \"unprincelike\": \"enweghị nkwanye\",\n    \"unprinceliness\": \"enweghị nkwanye ùgwù\",\n    \"unprincess\": \"enweghị\",\n    \"unprincipal\": \"enweghị ụkpụrụ\",\n    \"unprinciple\": \"enweghị ụkpụrụ\",\n    \"unprincipled\": \"enweghị ụkpụrụ\",\n    \"unprincipledly\": \"enweghị ụkpụrụ\",\n    \"unprincipledness\": \"enweghị ụkpụrụ\",\n    \"unprint\": \"mbupute\",\n    \"unprintable\": \"enweghị ike ibipụta\",\n    \"unprintableness\": \"enweghị ike ibipụta ya\",\n    \"unprintably\": \"enweghị mbipụta\",\n    \"unprinted\": \"ekwupughi\",\n    \"unpriority\": \"abaghị uru\",\n    \"unprismatic\": \"uniche\",\n    \"unprismatical\": \"unacmatical\",\n    \"unprismatically\": \"n'amaghi ama\",\n    \"unprison\": \"mkpọrọ\",\n    \"unprisonable\": \"enweghị atụ\",\n    \"unprisoned\": \"atụghị mkpọrọ\",\n    \"unprivate\": \"enweghị atụ\",\n    \"unprivately\": \"n'amaghị ama\",\n    \"unprivateness\": \"enweghị atụ\",\n    \"unprivileged\": \"enweghị ikike\",\n    \"unprizable\": \"enweghị ike ịkọwapụta\",\n    \"unprized\": \"n'enweghị ikike\",\n    \"unprobable\": \"enweghị ike ịgbagha\",\n    \"unprobably\": \"eleghi anya\",\n    \"unprobated\": \"akwụghị ụgwọ\",\n    \"unprobational\": \"enweghị ọrụ\",\n    \"unprobationary\": \"erughị eru\",\n    \"unprobative\": \"enweghị uru\",\n    \"unprobed\": \"anaghị akwụ ụgwọ\",\n    \"unprobity\": \"abaghi uru\",\n    \"unproblematic\": \"nsogbu\",\n    \"unproblematically\": \"n'amaghi ama\",\n    \"unprocessed\": \"enweghị usoro\",\n    \"unprocessional\": \"ekwesighi\",\n    \"unproclaimed\": \"ekwuputaghi\",\n    \"unprocrastinated\": \"anaghị edozi\",\n    \"unprocreant\": \"abaghị uru\",\n    \"unprocreate\": \"ekwesighi\",\n    \"unprocreated\": \"enweghi ike\",\n    \"unproctored\": \"akwadoro\",\n    \"unprocurableness\": \"ezighi ezi\",\n    \"unprocure\": \"anaghi ahia\",\n    \"unprocured\": \"enwetaghi\",\n    \"unprodded\": \"enweghị nchịkwa\",\n    \"unproded\": \"enweghị ahịa\",\n    \"unprodigious\": \"enweghị nchịkwa\",\n    \"unprodigiously\": \"n'etinyeghi echiche\",\n    \"unprodigiousness\": \"enweghị ụkpụrụ\",\n    \"unproduceable\": \"enweghị ike ịmịpụta\",\n    \"unproduceableness\": \"enweghị ike ịmịpụta\",\n    \"unproduceably\": \"enweghị ike ịmịpụta\",\n    \"unproduced\": \"enweghị\",\n    \"unproducedness\": \"enweghị\",\n    \"unproducible\": \"enweghi ike imeputa ihe\",\n    \"unproducibleness\": \"enweghị uru\",\n    \"unproducibly\": \"n'etinyeghi uru\",\n    \"unproductive\": \"arụpụtaghị ihe\",\n    \"unproductively\": \"n'emepụtaghị ihe\",\n    \"unproductiveness\": \"arụpụtaghị ihe\",\n    \"unproductivity\": \"arụpụtaghị\",\n    \"unprofanable\": \"enweghi ike ịkọwapụta\",\n    \"unprofaned\": \"enwetaghi\",\n    \"unprofessed\": \"ekwuwaala\",\n    \"unprofessing\": \"enweghị nkwupụta\",\n    \"unprofessional\": \"abaghi uru\",\n    \"unprofessionalism\": \"abaghị uru\",\n    \"unprofessionally\": \"abaghị uru\",\n    \"unprofessionalness\": \"abaghị uru\",\n    \"unprofessorial\": \"abaghi uru\",\n    \"unprofessorially\": \"n'amaghi uru\",\n    \"unproffered\": \"enwetaghi\",\n    \"unproficiency\": \"ezughi oke\",\n    \"unproficient\": \"amaghi ama\",\n    \"unproficiently\": \"enweghị nkà\",\n    \"unprofit\": \"irite uru\",\n    \"unprofitability\": \"enweghi uru\",\n    \"unprofitable\": \"abaghi uru\",\n    \"unprofitableness\": \"abaghi uru\",\n    \"unprofitably\": \"n'ego oru\",\n    \"unprofited\": \"enweghi uru\",\n    \"unprofiteering\": \"enweghị uru\",\n    \"unprofiting\": \"na-abaghị uru\",\n    \"unprofound\": \"enweghi omimi\",\n    \"unprofoundly\": \"ezughi oke\",\n    \"unprofoundness\": \"enweghị nghọta\",\n    \"unprofundity\": \"enweghi ego\",\n    \"unprofuse\": \"ezighi ezi\",\n    \"unprofuseness\": \"ezighi ezi\",\n    \"unprognosticated\": \"enweghị amụma\",\n    \"unprognosticative\": \"enweghị amụma\",\n    \"unprogressed\": \"enweghị iwu\",\n    \"unprogressive\": \"enweghị ọganihu\",\n    \"unprogressively\": \"n'esepụghị aka\",\n    \"unprogressiveness\": \"enweghị ọganihu\",\n    \"unprohibited\": \"egbochighi\",\n    \"unprohibitedness\": \"ezighi ezi\",\n    \"unprohibitive\": \"anaghị akwado iwu\",\n    \"unprohibitively\": \"n'esepụghị aka\",\n    \"unprojected\": \"enweghị ọrụ\",\n    \"unprojecting\": \"arụghị ọrụ\",\n    \"unprojective\": \"enweghị ọrụ\",\n    \"unproliferous\": \"enweghị nchịkwa\",\n    \"unprolific\": \"enweghị atụ\",\n    \"unprolifically\": \"enweghị isi\",\n    \"unprolificness\": \"enweghị uru\",\n    \"unprolifiness\": \"enweghị ụgwọ ọrụ\",\n    \"unprolongable\": \"anaghị adịte aka\",\n    \"unprolonged\": \"agbatịghị oge\",\n    \"unpromiscuous\": \"enweghị nchịkwa\",\n    \"unpromiscuously\": \"na-akwa iko\",\n    \"unpromiscuousness\": \"kwara iko\",\n    \"unpromise\": \"ekwenyeghi\",\n    \"unpromised\": \"enweghị nkwekọrịta\",\n    \"unpromising\": \"enweghị nkwenye\",\n    \"unpromisingly\": \"n'atụghị anya\",\n    \"unpromisingness\": \"enweghị nkwenye\",\n    \"unpromotable\": \"enweghị ike ijikwa ya\",\n    \"unpromoted\": \"enweghị nchịkwa\",\n    \"unpromotional\": \"nkwalite\",\n    \"unpromotive\": \"enweghị nkwanye ugwu\",\n    \"unprompt\": \"enweghị atụ\",\n    \"unprompted\": \"enweghị nchịkwa\",\n    \"unpromptly\": \"n'amaghị ama\",\n    \"unpromptness\": \"enweghị nkwanye ùgwù\",\n    \"unpromulgated\": \"enweghị nchịkwa\",\n    \"unpronounce\": \"kpọsaa\",\n    \"unpronounced\": \"ekwuputaghi\",\n    \"unpronouncing\": \"ekwuputa\",\n    \"unproofread\": \"enweghị akwụkwọ\",\n    \"unprop\": \"akpochapu\",\n    \"unpropagable\": \"enweghị ike iwepu\",\n    \"unpropagandistic\": \"na-agbasa\",\n    \"unpropagated\": \"enweghị nchịkwa\",\n    \"unpropagative\": \"enweghị nkwupụta\",\n    \"unpropelled\": \"enweghị nchịkwa\",\n    \"unpropellent\": \"enweghị nchịkwa\",\n    \"unpropense\": \"enweghị ike\",\n    \"unproper\": \"ezighi ezi\",\n    \"unproperly\": \"ezighi ezi\",\n    \"unproperness\": \"enweghị ọrụ\",\n    \"unpropertied\": \"enweghị ọrụ\",\n    \"unprophesiable\": \"enweghị nkwupụta\",\n    \"unprophesied\": \"ekwughị amụma\",\n    \"unprophetic\": \"enweghị amụma\",\n    \"unprophetical\": \"amuma\",\n    \"unprophetically\": \"n'amụma\",\n    \"unprophetlike\": \"onye amuma\",\n    \"unpropice\": \"enweghị ihe\",\n    \"unpropitiable\": \"enweghị nsogbu\",\n    \"unpropitiated\": \"enweghị nsogbu\",\n    \"unpropitiatedness\": \"enweghị nsogbu\",\n    \"unpropitiating\": \"enweghị atụ\",\n    \"unpropitiative\": \"enweghị nsogbu\",\n    \"unpropitiatory\": \"enweghị nsogbu\",\n    \"unpropitious\": \"enweghị mmachi\",\n    \"unpropitiously\": \"n'etinyeghị aka\",\n    \"unpropitiousness\": \"enweghị mmachi\",\n    \"unproportion\": \"enweghị aha\",\n    \"unproportionable\": \"enweghị atụ\",\n    \"unproportionableness\": \"enweghị atụ\",\n    \"unproportionably\": \"enweghị atụ\",\n    \"unproportional\": \"enweghị atụ\",\n    \"unproportionality\": \"enweghị atụ\",\n    \"unproportionally\": \"enweghị atụ\",\n    \"unproportionate\": \"enweghị atụ\",\n    \"unproportionately\": \"enweghị atụ\",\n    \"unproportionateness\": \"enweghị atụ\",\n    \"unproportioned\": \"enweghị nhazi\",\n    \"unproportionedly\": \"n'etinyeghị aka\",\n    \"unproportionedness\": \"enweghị ikike\",\n    \"unproposable\": \"enweghi ego\",\n    \"unproposed\": \"akwadoghi\",\n    \"unproposing\": \"anaghị akwụ ụgwọ\",\n    \"unpropounded\": \"enwetaghi\",\n    \"unpropped\": \"agbakwunyere\",\n    \"unpropriety\": \"ekwesighi ekwesi\",\n    \"unprosaic\": \"adabaghi\",\n    \"unprosaical\": \"ezighi ezi\",\n    \"unprosaically\": \"n'esighi ahia\",\n    \"unprosaicness\": \"enweghị amụma\",\n    \"unproscribable\": \"enweghị nkọwa\",\n    \"unproscribed\": \"enweghị iwu\",\n    \"unproscriptive\": \"enweghị nchịkwa\",\n    \"unproscriptively\": \"n'etinyeghi aka\",\n    \"unprosecuted\": \"akwadoghi\",\n    \"unprosecuting\": \"unprosec\",\n    \"unproselyte\": \"enweghị nchịkwa\",\n    \"unproselyted\": \"enweghị nchịkwa\",\n    \"unprosodic\": \"enweghị nchịkwa\",\n    \"unprospected\": \"enweghị nchekwube\",\n    \"unprospective\": \"enweghị atụ\",\n    \"unprosperably\": \"enweghị nchịkwa\",\n    \"unprospered\": \"adighi\",\n    \"unprospering\": \"enweghị nchịkwa\",\n    \"unprosperity\": \"enweghị nkwanye ùgwù\",\n    \"unprosperous\": \"enweghị nchịkwa\",\n    \"unprosperously\": \"n'etinyeghị aka\",\n    \"unprosperousness\": \"enweghị nchịkwa\",\n    \"unprostitute\": \"anaghị akwụ ụgwọ\",\n    \"unprostituted\": \"na-akwadoghị\",\n    \"unprostrated\": \"akuko\",\n    \"unprotect\": \"echekwaghi\",\n    \"unprotectable\": \"enweghị nchedo\",\n    \"unprotected\": \"echebeghi\",\n    \"unprotectedly\": \"echekwabara\",\n    \"unprotectedness\": \"enweghị nchebe\",\n    \"unprotecting\": \"anaghị echebe\",\n    \"unprotection\": \"nchebe\",\n    \"unprotective\": \"echebeghi\",\n    \"unprotectively\": \"n'echebeghi ya\",\n    \"unprotestant\": \"unprotest\",\n    \"unprotesting\": \"unprotest\",\n    \"unprotestingly\": \"n'amaghi ama\",\n    \"unprotracted\": \"atumatu\",\n    \"unprotractive\": \"abaghị uru\",\n    \"unprotrudent\": \"enweghị okwukwe\",\n    \"unprotrusive\": \"enweghị uru\",\n    \"unprotuberantly\": \"ekwesighi\",\n    \"unproud\": \"anaghị akwụ ụgwọ\",\n    \"unproudly\": \"anaghị akwụ ụgwọ\",\n    \"unprovability\": \"enweghị nchịkwa\",\n    \"unprovable\": \"enweghị nchịkwa\",\n    \"unprovableness\": \"enweghị nkwanye\",\n    \"unprovably\": \"enweghị nchekwa\",\n    \"unproved\": \"akwadoghi\",\n    \"unprovedness\": \"enweghị ike\",\n    \"unproven\": \"enwetaghi\",\n    \"unproverbial\": \"enweghị uru\",\n    \"unprovide\": \"adịghị edozi\",\n    \"unprovided\": \"enwetaghị\",\n    \"unprovidedly\": \"na-akwadoghị\",\n    \"unprovidedness\": \"enweghị nkwupụta\",\n    \"unprovidenced\": \"enwetaghi\",\n    \"unprovident\": \"enweghị nkwupụta\",\n    \"unprovidential\": \"enweghị nchekwa\",\n    \"unprovidentially\": \"n'amaghi ama\",\n    \"unprovidently\": \"n'amaghi ama\",\n    \"unproviding\": \"anaghị enye aka\",\n    \"unprovincial\": \"enweghị nchịkwa\",\n    \"unprovincialism\": \"enweghị nchịkwa\",\n    \"unprovincially\": \"enweghị ọrụ\",\n    \"unproving\": \"abaghị uru\",\n    \"unprovised\": \"ekwupụtaghị\",\n    \"unprovisedly\": \"n'etinyeghi anya\",\n    \"unprovision\": \"enweghi ike\",\n    \"unprovisional\": \"ezighi ezi\",\n    \"unprovisioned\": \"edozighi ya\",\n    \"unprovocative\": \"enweghị uru\",\n    \"unprovocatively\": \"n'esepụghị aka\",\n    \"unprovocativeness\": \"enweghị uru\",\n    \"unprovokable\": \"enweghị ike igbochi\",\n    \"unprovoke\": \"kpalite\",\n    \"unprovoked\": \"ekwughị\",\n    \"unprovokedly\": \"n'etinyeghị aka\",\n    \"unprovokedness\": \"enweghị nkwanye ùgwù\",\n    \"unprovoking\": \"anaghị akọchi\",\n    \"unprovokingly\": \"n'etinyeghị aka\",\n    \"unprowling\": \"na-agbagharị\",\n    \"unproximity\": \"ịbịaru nso\",\n    \"unprudence\": \"enweghị uche\",\n    \"unprudent\": \"enweghị uche\",\n    \"unprudential\": \"enweghị isi\",\n    \"unprudentially\": \"n'emeghị ihe ọ bụla\",\n    \"unprudently\": \"n'achọghị\",\n    \"unprunable\": \"enweghị atụ\",\n    \"unpruned\": \"enweghị eriri\",\n    \"unpsychic\": \"enweghi uche\",\n    \"unpsychically\": \"n'amaghi ama\",\n    \"unpublic\": \"enweghị ọha\",\n    \"unpublicity\": \"enweghị iwu\",\n    \"unpublicized\": \"enweghị iwu\",\n    \"unpublicly\": \"n'ihu ọha\",\n    \"unpublishable\": \"enweghị ike iwepụta\",\n    \"unpublishableness\": \"enweghị ike ịkọwapụta ya\",\n    \"unpublishably\": \"enweghị ike iwepụta\",\n    \"unpublished\": \"agbasaghi\",\n    \"unpuckered\": \"enweghị akọ\",\n    \"unpuckering\": \"ikpopu\",\n    \"unpuckers\": \"ndị na-eme mkpọtụ\",\n    \"unpuddled\": \"enweghị atụ\",\n    \"unpuffing\": \"unyipu\",\n    \"unpugilistic\": \"enweghị iwu\",\n    \"unpugnacious\": \"anaghị akwụ ụgwọ\",\n    \"unpugnaciously\": \"n'amaghi ama\",\n    \"unpugnaciousness\": \"enweghị iwu\",\n    \"unpulled\": \"enweghị\",\n    \"unpulleyed\": \"enweghi ike\",\n    \"unpulped\": \"enweghị\",\n    \"unpulsating\": \"na-enweghị isi\",\n    \"unpulsative\": \"enweghị ikike\",\n    \"unpulverable\": \"enweghị atụ\",\n    \"unpulverised\": \"enweghị iwu\",\n    \"unpulverize\": \"enweghị iwu\",\n    \"unpulverized\": \"enweghị ikike\",\n    \"unpulvinate\": \"enweghi obi\",\n    \"unpulvinated\": \"enweghị nkwenye\",\n    \"unpumicated\": \"enweghị atụ\",\n    \"unpummeled\": \"agbasaghị\",\n    \"unpummelled\": \"ebupusi\",\n    \"unpumpable\": \"enweghị ike ịgbagha\",\n    \"unpumped\": \"agbasaghị\",\n    \"unpunched\": \"kwụpụ\",\n    \"unpunctate\": \"akwachapụ anya\",\n    \"unpunctated\": \"enweghị iwu\",\n    \"unpunctilious\": \"enweghị ikike\",\n    \"unpunctiliously\": \"n'esepụghị aka\",\n    \"unpunctiliousness\": \"enweghị iwu\",\n    \"unpunctual\": \"enweghi ntughari\",\n    \"unpunctuality\": \"enweghị nsogbu\",\n    \"unpunctually\": \"n'amaghị ama\",\n    \"unpunctualness\": \"enweghị ọgụgụ isi\",\n    \"unpunctuated\": \"enweghị atụ\",\n    \"unpunctuating\": \"adịghị akwụsị akwụsị\",\n    \"unpunctured\": \"enweghị ọrụ\",\n    \"unpunishable\": \"enweghi ntaramahụhụ\",\n    \"unpunishably\": \"n'anaghi iwu\",\n    \"unpunished\": \"ata ahuhu\",\n    \"unpunishedly\": \"ufen\",\n    \"unpunishedness\": \"ntaramahụhụ\",\n    \"unpunishing\": \"ntaramahụhụ\",\n    \"unpunishingly\": \"n'amaghi ihe\",\n    \"unpunitive\": \"enweghị ntaramahụhụ\",\n    \"unpurchasable\": \"enweghị ike ịzụta\",\n    \"unpurchased\": \"azụtabeghị\",\n    \"unpure\": \"ejighi n'aka\",\n    \"unpured\": \"enweghị atụ\",\n    \"unpurely\": \"adịghị ọcha\",\n    \"unpureness\": \"adịghị ọcha\",\n    \"unpurgative\": \"enweghị Ọrịa\",\n    \"unpurgatively\": \"n'emeghị ihe ọ bụla\",\n    \"unpurgeable\": \"enweghị ike ịgbagha agbagha\",\n    \"unpurged\": \"enweghị nsogbu\",\n    \"unpurifiable\": \"enweghị nchekwube\",\n    \"unpurified\": \"ejighi\",\n    \"unpurifying\": \"enweghị isi\",\n    \"unpuristic\": \"ekwesighi\",\n    \"unpuritan\": \"ekwesighi\",\n    \"unpuritanic\": \"enweghị iwu\",\n    \"unpuritanical\": \"enweghị iwu\",\n    \"unpuritanically\": \"n'adighi anya\",\n    \"unpurled\": \"enweghị nchịkwa\",\n    \"unpurloined\": \"enweghị iwu\",\n    \"unpurpled\": \"enweghi ike\",\n    \"unpurported\": \"ekwesighi\",\n    \"unpurposed\": \"agbasaghị\",\n    \"unpurposely\": \"enweghị atụ\",\n    \"unpurposelike\": \"enweghị atụ\",\n    \"unpurposing\": \"enweghị nkwanye\",\n    \"unpurposive\": \"ekwesighi\",\n    \"unpurse\": \"mepee\",\n    \"unpursed\": \"enweghị akwụ ụgwọ\",\n    \"unpursuable\": \"enweghị atụ\",\n    \"unpursuant\": \"ekwesighi\",\n    \"unpursued\": \"enweghị ikike\",\n    \"unpursuing\": \"enweghị ikike\",\n    \"unpurveyed\": \"enweghị atụ\",\n    \"unpushed\": \"enweghị isi\",\n    \"unput\": \"wepụ\",\n    \"unputative\": \"ekweghi ekwe\",\n    \"unputatively\": \"n'agha\",\n    \"unputrefiable\": \"enweghị ike ịkọwapụta\",\n    \"unputrefied\": \"enwetaghị\",\n    \"unputrid\": \"iwepu\",\n    \"unputridity\": \"enweghị ike\",\n    \"unputridly\": \"akwughi akwukwu\",\n    \"unputridness\": \"enweghị ike\",\n    \"unputtied\": \"ebipụbeghị\",\n    \"unquadded\": \"ebuputaghi ya\",\n    \"unquaffed\": \"ekwughi\",\n    \"unquayed\": \"unquawa\",\n    \"unquailed\": \"enweghi ike\",\n    \"unquailing\": \"enweghị atụ\",\n    \"unquailingly\": \"n'esepụghị aka\",\n    \"unquaking\": \"arụ\",\n    \"unqualify\": \"iru eru\",\n    \"unqualifiable\": \"erughị eru\",\n    \"unqualification\": \"iru eru\",\n    \"unqualified\": \"erughị eru\",\n    \"unqualifiedly\": \"erughị eru\",\n    \"unqualifiedness\": \"erughị eru\",\n    \"unqualifying\": \"erughị eru\",\n    \"unqualifyingly\": \"erughị eru\",\n    \"unquality\": \"ahaghị nhata\",\n    \"unqualitied\": \"erughị eru\",\n    \"unquantified\": \"enwetaghị akara\",\n    \"unquantitative\": \"ekwesighi\",\n    \"unquarantined\": \"akparaghị ókè\",\n    \"unquarreled\": \"enweghị akarị\",\n    \"unquarreling\": \"enweghị atụ\",\n    \"unquarrelled\": \"akparaghị ókè\",\n    \"unquarrelling\": \"akuko\",\n    \"unquarrelsome\": \"ekweghị\",\n    \"unquarried\": \"na-enweghị nwunye\",\n    \"unquartered\": \"na-enweghị nchịkwa\",\n    \"unquashed\": \"unquares\",\n    \"unquavering\": \"na-agbaghara\",\n    \"unqueened\": \"enweghị atụ\",\n    \"unqueening\": \"enweghị atụ\",\n    \"unqueenly\": \"enweghị atụ\",\n    \"unquelled\": \"enweghị ikike\",\n    \"unquenchably\": \"enweghị atụ\",\n    \"unquert\": \"wepụ\",\n    \"unquerulous\": \"enweghị ọgụgụ isi\",\n    \"unquerulously\": \"enweghị ụkpụrụ\",\n    \"unquerulousness\": \"enweghị ụkpụrụ\",\n    \"unquestionability\": \"enweghi mgbagha\",\n    \"unquestionable\": \"enweghi mgbagha\",\n    \"unquestionableness\": \"enweghị mgbagha\",\n    \"unquestionably\": \"n'enweghị mgbagha\",\n    \"unquestionate\": \"enweghi mgbagha\",\n    \"unquestioned\": \"ajuju\",\n    \"unquestionedly\": \"n'enweghị mgbagha\",\n    \"unquestionedness\": \"enweghị ajụjụ\",\n    \"unquestioning\": \"enweghị ajụjụ\",\n    \"unquestioningly\": \"n'ajụghị ase\",\n    \"unquestioningness\": \"enweghị ajụjụ\",\n    \"unquibbled\": \"enweghị atụ\",\n    \"unquibbling\": \"enweghị atụ\",\n    \"unquicksilvered\": \"unquickilvered\",\n    \"unquiet\": \"enweghị obi iru ala\",\n    \"unquietable\": \"enweghi obi iru ala\",\n    \"unquieted\": \"enweghị nsogbu\",\n    \"unquieter\": \"adighi adighi nma\",\n    \"unquietest\": \"enweghi obi iru ala\",\n    \"unquieting\": \"erughị ala\",\n    \"unquietly\": \"n'atụghị egwu\",\n    \"unquietness\": \"enweghị obi iru ala\",\n    \"unquietous\": \"enweghị nsogbu\",\n    \"unquietude\": \"enweghị nchekasị\",\n    \"unquilleted\": \"ekwekọrịtaghị\",\n    \"unquilted\": \"ekweghi\",\n    \"unquit\": \"unitit\",\n    \"unquittable\": \"enweghị akwụ ụgwọ\",\n    \"unquitted\": \"akagbuo\",\n    \"unquivered\": \"enwetaghị\",\n    \"unquivering\": \"na-agbagha\",\n    \"unquixotically\": \"enweghị nkwekọrịta\",\n    \"unquoted\": \"enweghi iwu\",\n    \"unquoting\": \"na-agbagha\",\n    \"unrabbeted\": \"odighi aka\",\n    \"unrabbinic\": \"ekweghị ekwe\",\n    \"unrabbinical\": \"enweghị atụ\",\n    \"unraced\": \"enweghị atụ\",\n    \"unrack\": \"kpughee\",\n    \"unracked\": \"agbachi\",\n    \"unracking\": \"agbachi\",\n    \"unradiant\": \"enweghị mgbanwe\",\n    \"unradiated\": \"ewepụtaghị\",\n    \"unradiative\": \"anaghị akwụ ụgwọ\",\n    \"unradical\": \"enweghị atụ\",\n    \"unradicalize\": \"ekwetaghị\",\n    \"unradically\": \"n'ụzọ na-enweghị isi\",\n    \"unraffled\": \"a kpochapụrụ\",\n    \"unraftered\": \"emeghị\",\n    \"unray\": \"enweghị mmiri\",\n    \"unraided\": \"Ugboro abụọ\",\n    \"unrayed\": \"Ugboro abụọ\",\n    \"unrailed\": \"unrara\",\n    \"unrailwayed\": \"arụghị ọrụ\",\n    \"unraisable\": \"enweghị atụ\",\n    \"unraiseable\": \"enweghị atụ\",\n    \"unraised\": \"edoghi\",\n    \"unrake\": \"itule\",\n    \"unraked\": \"agbasaghị\",\n    \"unraking\": \"na-emeghe\",\n    \"unrallied\": \"ejikọtaghị ọnụ\",\n    \"unrallying\": \"enweghị njikọ\",\n    \"unrambling\": \"n'ikwu\",\n    \"unramified\": \"agbachitere\",\n    \"unrammed\": \"enweghị ike\",\n    \"unramped\": \"enweghị nsogbu\",\n    \"unranched\": \"enweghị ike\",\n    \"unrancored\": \"akwadoghị\",\n    \"unrancoured\": \"unracoured\",\n    \"unrancourous\": \"dị mfe\",\n    \"unrandom\": \"ekweghị\",\n    \"unranging\": \"adịghị agbanwe agbanwe\",\n    \"unrank\": \"unranked\",\n    \"unrankled\": \"unranked\",\n    \"unransacked\": \"ebugharị\",\n    \"unransomable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"unransomed\": \"enweghị atụ\",\n    \"unranting\": \"ahapụghị\",\n    \"unrapacious\": \"enweghị ọgwụgwọ\",\n    \"unrapaciously\": \"n'esepụghị aka\",\n    \"unrapaciousness\": \"enweghị ọrụ\",\n    \"unraped\": \"atughari\",\n    \"unraptured\": \"enwetaghị\",\n    \"unrarefied\": \"enwetaghị\",\n    \"unrash\": \"mepee\",\n    \"unrasped\": \"enweghị atụpịa\",\n    \"unrasping\": \"na-emepụtaghị\",\n    \"unratable\": \"enweghị ike ịgbanwe\",\n    \"unrated\": \"Ugboro abụọ\",\n    \"unrationable\": \"enweghị ike ịgbanwe\",\n    \"unrational\": \"enweghị uche\",\n    \"unrationalised\": \"emezughị\",\n    \"unrationalising\": \"enweghị atụ\",\n    \"unrationalized\": \"ejikọtaghị\",\n    \"unrationalizing\": \"adịghị aghọta\",\n    \"unrationally\": \"enweghị uche\",\n    \"unrationed\": \"enweghị iwu\",\n    \"unrattled\": \"unettled\",\n    \"unravaged\": \"enweghị atụ\",\n    \"unravel\": \"ịkọwa\",\n    \"unravelable\": \"enweghị ike ịkọwa\",\n    \"unraveled\": \"ekpughere\",\n    \"unraveler\": \"onye isi okike\",\n    \"unraveling\": \"na-akọwapụta\",\n    \"unravellable\": \"enweghị ike ịkọwa\",\n    \"unravelled\": \"ekpughere\",\n    \"unraveller\": \"ịkọwapụta\",\n    \"unravelling\": \"na-akọwapụta\",\n    \"unravelment\": \"ịtọpụ\",\n    \"unravels\": \"ekpughe\",\n    \"unraving\": \"enweghị atụ\",\n    \"unravished\": \"enwetaghị\",\n    \"unravishing\": \"adịghị achọpụ\",\n    \"unreachable\": \"enweghi ike inweta ya\",\n    \"unreachableness\": \"enweghi ike iru ya\",\n    \"unreachably\": \"enweghị ike ịbanye\",\n    \"unreached\": \"enwetaghị\",\n    \"unreactionary\": \"emeghi eme\",\n    \"unreactive\": \"anaghị arụ ọrụ\",\n    \"unread\": \"agụghị\",\n    \"unreadability\": \"enweghị ike ịgụ\",\n    \"unreadable\": \"unreadible\",\n    \"unreadableness\": \"unreadible\",\n    \"unreadably\": \"agụghị agụ\",\n    \"unready\": \"ugbua\",\n    \"unreadier\": \"adịghị echefu echefu\",\n    \"unreadiest\": \"enweghị atụ\",\n    \"unreadily\": \"agụghị ya\",\n    \"unreadiness\": \"agụghị akwụkwọ\",\n    \"unreal\": \"emeghi eme\",\n    \"unrealise\": \"emeghi eme\",\n    \"unrealised\": \"enweghi uche\",\n    \"unrealising\": \"enweghị aha\",\n    \"unrealism\": \"emeghi eme\",\n    \"unrealist\": \"emeghi eme\",\n    \"unrealistic\": \"emeghi eme\",\n    \"unrealistically\": \"emeghi eme\",\n    \"unreality\": \"emeghi eme\",\n    \"unrealities\": \"emeghi eme\",\n    \"unrealizability\": \"ezighi ezi\",\n    \"unrealizable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"unrealize\": \"enweghi uche\",\n    \"unrealized\": \"enweghi uche\",\n    \"unrealizing\": \"n'adighi uche\",\n    \"unreally\": \"emeghi eme\",\n    \"unrealmed\": \"emeghi eme\",\n    \"unrealness\": \"emeghi eme\",\n    \"unreaped\": \"agwaghị\",\n    \"unreared\": \"enweghi ego\",\n    \"unreason\": \"enweghị uche\",\n    \"unreasonability\": \"enweghị ezi uche\",\n    \"unreasonable\": \"enweghị ezi uche\",\n    \"unreasonableness\": \"enweghị ezi uche\",\n    \"unreasonably\": \"enweghị ezi uche\",\n    \"unreasoned\": \"enweghị uche\",\n    \"unreasoning\": \"enweghị uche\",\n    \"unreasoningly\": \"enweghị uche\",\n    \"unreasoningness\": \"enweghị uche\",\n    \"unreasons\": \"enweghị isi\",\n    \"unreassuring\": \"enweghị obi ike\",\n    \"unreassuringly\": \"n'esighi ike\",\n    \"unreave\": \"itughari\",\n    \"unreaving\": \"anaghị akwụ ụgwọ\",\n    \"unrebated\": \"akwụghị ụgwọ\",\n    \"unrebel\": \"ekweghị\",\n    \"unrebellious\": \"ekweghị ekwe\",\n    \"unrebelliously\": \"enweghị isi\",\n    \"unrebelliousness\": \"nnupụisi\",\n    \"unrebuffable\": \"enweghị ike ịgbagha agbagha\",\n    \"unrebuffably\": \"anaghị akwụ ụgwọ\",\n    \"unrebuffed\": \"enweghị atụ\",\n    \"unrebuilt\": \"ewughachi\",\n    \"unrebukable\": \"enweghị nkwulu\",\n    \"unrebukably\": \"n'ebughị ụzọ kwuo okwu\",\n    \"unrebukeable\": \"enweghị ike ịgbagha\",\n    \"unrebuked\": \"akatọghị\",\n    \"unrebuttable\": \"enweghị ike ịgbagha agbagha\",\n    \"unrebuttableness\": \"enweghị nkwupụta\",\n    \"unrebutted\": \"enweghị nkwanye ùgwù\",\n    \"unrecalcitrant\": \"ekweghi ekwe\",\n    \"unrecallable\": \"enweghị ike ịghaghachi\",\n    \"unrecallably\": \"enweghị akwụ ụgwọ\",\n    \"unrecalled\": \"echeghị\",\n    \"unrecalling\": \"anaghị akpọghachi\",\n    \"unrecantable\": \"ekweghị\",\n    \"unrecanted\": \"achọghị\",\n    \"unrecanting\": \"n'aghaghi\",\n    \"unrecaptured\": \"enwetaghị\",\n    \"unreceding\": \"na-agbagha\",\n    \"unreceipted\": \"anabataghi\",\n    \"unreceivable\": \"agaghị anabata\",\n    \"unreceived\": \"enwetaghị\",\n    \"unreceiving\": \"nnata\",\n    \"unrecent\": \"anaghị akwụ ụgwọ\",\n    \"unreceptant\": \"ekweghị\",\n    \"unreceptive\": \"anaghị anabata\",\n    \"unreceptively\": \"na-adịghị anabata ya\",\n    \"unreceptiveness\": \"ekweghi ekwe\",\n    \"unreceptivity\": \"nnabata\",\n    \"unrecessive\": \"anaghị edozi\",\n    \"unrecessively\": \"enweghị ihe ọ bụla\",\n    \"unrecipient\": \"enweghị nnabata\",\n    \"unreciprocal\": \"enweghị uru\",\n    \"unreciprocally\": \"enweghị uru\",\n    \"unreciprocated\": \"enweghị ụgwọ ọrụ\",\n    \"unreciprocating\": \"anaghị akwụghachi\",\n    \"unrecitative\": \"enweghị akwụ ụgwọ\",\n    \"unrecited\": \"enweghị akwụ ụgwọ\",\n    \"unrecked\": \"edebanyeghi\",\n    \"unrecking\": \"edeghari\",\n    \"unreckingness\": \"enweghị atụ\",\n    \"unreckless\": \"aghara aghara\",\n    \"unreckon\": \"akwụghị ụgwọ\",\n    \"unreckonable\": \"enweghị atụ\",\n    \"unreckoned\": \"agụghị\",\n    \"unreclaimable\": \"enweghị ike iweghachi\",\n    \"unreclaimably\": \"enweghị nkwupụta\",\n    \"unreclaimed\": \"ekwuputaghi\",\n    \"unreclaimedness\": \"ekwughachi\",\n    \"unreclaiming\": \"ikwughachi\",\n    \"unreclined\": \"edeghi aha\",\n    \"unreclining\": \"anaghị akwụ ụgwọ\",\n    \"unrecluse\": \"edeghari\",\n    \"unreclusive\": \"enweghị ihe ọ bụla\",\n    \"unrecoded\": \"emeghi ihe\",\n    \"unrecognisable\": \"enweghi ike mata\",\n    \"unrecognisably\": \"enweghi nkwenye\",\n    \"unrecognition\": \"enweghị nkwenye\",\n    \"unrecognitory\": \"enweghi uche\",\n    \"unrecognizable\": \"enweghi ike mata\",\n    \"unrecognizableness\": \"enweghị ike ịmata ya\",\n    \"unrecognizably\": \"ekweghi ekwe\",\n    \"unrecognized\": \"amataghi\",\n    \"unrecognizing\": \"adighi amata\",\n    \"unrecognizingly\": \"n'amaghị ama\",\n    \"unrecoined\": \"echekwaghi\",\n    \"unrecollectable\": \"agaghị anakọta\",\n    \"unrecollected\": \"anakọtaghị\",\n    \"unrecollective\": \"anakọtaghị\",\n    \"unrecommendable\": \"anaghị akwado ya\",\n    \"unrecommended\": \"akwadoghi\",\n    \"unrecompensable\": \"enweghị akwụ ụgwọ\",\n    \"unrecompensed\": \"anaghị akwụ ụgwọ\",\n    \"unreconcilable\": \"ekweghi ekwe\",\n    \"unreconcilableness\": \"ekweghị\",\n    \"unreconcilably\": \"n'esemokwu\",\n    \"unreconciled\": \"enweghị nkwekọrịta\",\n    \"unreconciling\": \"na-enweghị nkwekọrịta\",\n    \"unrecondite\": \"enweghị atụ\",\n    \"unreconnoitered\": \"enweghị nchekasị\",\n    \"unreconnoitred\": \"enweghị nkwenye\",\n    \"unreconsidered\": \"echeghị echiche\",\n    \"unreconstructed\": \"emezighi\",\n    \"unreconstructible\": \"nke a na-apụghị imebi\",\n    \"unrecordable\": \"enweghị ihe ndekọ\",\n    \"unrecorded\": \"edekọtaghị\",\n    \"unrecordedness\": \"enweghị ndekọ\",\n    \"unrecording\": \"edekọtaghị\",\n    \"unrecountable\": \"enweghị ike ịgụta ọnụ\",\n    \"unrecounted\": \"agụghị\",\n    \"unrecoverable\": \"enweghị ike ịchọta\",\n    \"unrecoverableness\": \"enweghị ike ịchọta\",\n    \"unrecoverably\": \"aghara aghara\",\n    \"unrecovered\": \"ekpuchighi\",\n    \"unrecreant\": \"enweghị akwụ ụgwọ\",\n    \"unrecreated\": \"edebeghị\",\n    \"unrecreating\": \"enweghị ike\",\n    \"unrecreational\": \"enweghị akwụkwọ\",\n    \"unrecriminative\": \"enweghị nkewa\",\n    \"unrecruitable\": \"enweghị uru\",\n    \"unrecruited\": \"enweghị akwụ ụgwọ\",\n    \"unrectangularly\": \"unrectangular\",\n    \"unrectifiable\": \"unififiili\",\n    \"unrectifiably\": \"enwetaghị nke ọma\",\n    \"unrectified\": \"ejighi ya\",\n    \"unrecumbent\": \"ekweghị\",\n    \"unrecumbently\": \"ekweghị\",\n    \"unrecuperated\": \"akuku\",\n    \"unrecuperatiness\": \"enweghị nnabata\",\n    \"unrecuperative\": \"ekwesighi\",\n    \"unrecuperatory\": \"akuku nyocha\",\n    \"unrecuring\": \"anaghị edozi\",\n    \"unrecurrent\": \"anaghị adịghachi\",\n    \"unrecurrently\": \"ugboro ugboro\",\n    \"unrecurring\": \"anaghị akwụ ụgwọ\",\n    \"unrecusant\": \"enweghị nchegharị\",\n    \"unredacted\": \"enweghị ike\",\n    \"unredeemable\": \"enweghị atụ\",\n    \"unredeemableness\": \"enweghị atụ\",\n    \"unredeemably\": \"agaghị akwụ ụgwọ\",\n    \"unredeemed\": \"echeghị\",\n    \"unredeemedly\": \"echeghị\",\n    \"unredeemedness\": \"enweghị akwụ ụgwọ\",\n    \"unredeeming\": \"anaghị akwụ ụgwọ\",\n    \"unredemptive\": \"enweghị atụ\",\n    \"unredressable\": \"enweghị ike ịkwụsị\",\n    \"unredressed\": \"ejikọtaghị\",\n    \"unreduceable\": \"agaghị akwụghachi\",\n    \"unreduced\": \"enweghị akara\",\n    \"unreducible\": \"ekweghi ala\",\n    \"unreducibleness\": \"enweghị ike\",\n    \"unreducibly\": \"anaghị akwụ ụgwọ\",\n    \"unreduct\": \"adịghị adị\",\n    \"unreefed\": \"ekweghị\",\n    \"unreel\": \"echeghị\",\n    \"unreelable\": \"enweghị ike ịchịkwa\",\n    \"unreeled\": \"ekweghi\",\n    \"unreelers\": \"ndị nkịtị\",\n    \"unreeling\": \"enweghị atụ\",\n    \"unreels\": \"adighi\",\n    \"unreeve\": \"ekwenyeghi\",\n    \"unreeved\": \"ekwuputaghi\",\n    \"unreeves\": \"ekwenyeghi\",\n    \"unreeving\": \"na-enweghị ịhụnanya\",\n    \"unreferenced\": \"na-edeghị akwụkwọ\",\n    \"unreferred\": \"zigara\",\n    \"unrefilled\": \"emejughi\",\n    \"unrefine\": \"enweghị nkọwa\",\n    \"unrefined\": \"enweghị nkọwa\",\n    \"unrefinedly\": \"enweghị nkọwa\",\n    \"unrefinedness\": \"ederede a na-akọwaghị\",\n    \"unrefinement\": \"enweghị nkọwa\",\n    \"unrefining\": \"enweghị nkọwa\",\n    \"unrefitted\": \"ekwesighi\",\n    \"unreflected\": \"agbanweghi\",\n    \"unreflecting\": \"adịghị anabata\",\n    \"unreflectingly\": \"n'echeghị anya\",\n    \"unreflectingness\": \"enweghị mmasị\",\n    \"unreflective\": \"enweghị ike\",\n    \"unreflectively\": \"n'echeghị ya\",\n    \"unreformable\": \"enweghi ike ịgbanwe agbanwe\",\n    \"unreformative\": \"enweghị mgbanwe\",\n    \"unreformed\": \"enweghi mgbanwe\",\n    \"unreformedness\": \"enweghi mgbanwe\",\n    \"unreforming\": \"adịghị agbanwe agbanwe\",\n    \"unrefracted\": \"anaghị edozi\",\n    \"unrefracting\": \"na-agbasaghị\",\n    \"unrefractive\": \"anaghị arụ ọrụ\",\n    \"unrefractively\": \"enweghị arụ ọrụ\",\n    \"unrefractiveness\": \"enweghị ọrụ\",\n    \"unrefractory\": \"abaghị uru\",\n    \"unrefrainable\": \"ekweghi ekwe\",\n    \"unrefrained\": \"enweghị nchịkwa\",\n    \"unrefraining\": \"anaghị egbochi\",\n    \"unrefrangible\": \"agaghị ekwe omume\",\n    \"unrefreshed\": \"abaghị uru\",\n    \"unrefreshful\": \"anaghị enye ume ọhụrụ\",\n    \"unrefreshing\": \"adịghị enye ume ọhụrụ\",\n    \"unrefreshingly\": \"enweghị mmụba\",\n    \"unrefrigerated\": \"friji\",\n    \"unrefulgent\": \"anaghị akwụ ụgwọ\",\n    \"unrefulgently\": \"anaghị akwụ ụgwọ\",\n    \"unrefundable\": \"enweghị ike ịkwụghachi\",\n    \"unrefunded\": \"enweghị ego\",\n    \"unrefunding\": \"anaghị akwụghachi ụgwọ\",\n    \"unrefusable\": \"ihe a na-apụghị ịgbagha agbagha\",\n    \"unrefusably\": \"a na-apụghị ịgbagha agbagha\",\n    \"unrefused\": \"arụghị\",\n    \"unrefusing\": \"anaghị edozi\",\n    \"unrefusingly\": \"na-agbagha\",\n    \"unrefutability\": \"enweghị nkwenye\",\n    \"unrefutable\": \"a na-apụghị ịgbagha agbagha\",\n    \"unrefutably\": \"n'eziokwu\",\n    \"unrefuted\": \"enweghị atụ\",\n    \"unrefuting\": \"anaghị akwụ ụgwọ\",\n    \"unregainable\": \"enweghị ego\",\n    \"unregained\": \"enwetatụbeghị\",\n    \"unregaled\": \"agbaghaghi\",\n    \"unregality\": \"enweghị iwu\",\n    \"unregally\": \"n'emeghị ya\",\n    \"unregard\": \"eleghara anya\",\n    \"unregardable\": \"anaghi-ekwe omume\",\n    \"unregardant\": \"eleghara anya\",\n    \"unregarded\": \"elegharaghị anya\",\n    \"unregardedly\": \"eleghara anya\",\n    \"unregardful\": \"eleghara anya\",\n    \"unregenerable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"unregeneracy\": \"adịghị amụ ọhụụ\",\n    \"unregenerate\": \"adịghị agbanwe agbanwe\",\n    \"unregenerated\": \"enweteghi ohuru\",\n    \"unregenerately\": \"n'amaghị ama\",\n    \"unregenerateness\": \"adịghị ọhụrụ\",\n    \"unregenerating\": \"adịghị agbanwe agbanwe\",\n    \"unregeneration\": \"enweteghachi ohuru\",\n    \"unregenerative\": \"adịghị agbanwe agbanwe\",\n    \"unregimental\": \"enweghị atụ\",\n    \"unregimentally\": \"n’enweghi uche\",\n    \"unregistered\": \"edebanyeghị aha\",\n    \"unregistrable\": \"enweghị ike ịbanye\",\n    \"unregressiveness\": \"enweghị isi\",\n    \"unregretful\": \"enweghị ekele\",\n    \"unregretfully\": \"enweghị isi\",\n    \"unregretfulness\": \"enweghị mmasị\",\n    \"unregrettable\": \"enweghị ncheta\",\n    \"unregrettably\": \"enweghị mgbagha\",\n    \"unregretted\": \"enwetaghị ụta\",\n    \"unregretting\": \"enweghị ncheta\",\n    \"unregulable\": \"enweghị nchịkwa\",\n    \"unregular\": \"oge ufodu\",\n    \"unregularised\": \"enwetaghị iwu\",\n    \"unregularized\": \"enwetaghị ikike\",\n    \"unregulated\": \"na-achịkwaghị achịkwa\",\n    \"unregulative\": \"na-achịkwaghị achịkwa\",\n    \"unregulatory\": \"anaghị achịkwa\",\n    \"unregurgitated\": \"regurgrated\",\n    \"unrehabilitated\": \"adịghị edozi\",\n    \"unrehearsable\": \"enweghị ike ịkọ\",\n    \"unrehearsed\": \"amụtaghị\",\n    \"unrehearsing\": \"imeghari\",\n    \"unreigning\": \"ekweghị\",\n    \"unreimbodied\": \"enweghị ikike\",\n    \"unrein\": \"adighi\",\n    \"unreined\": \"echeghị\",\n    \"unreinforced\": \"enweghị ike\",\n    \"unreinstated\": \"akukoghi\",\n    \"unreiterable\": \"enweghị atụ\",\n    \"unreiterated\": \"ekwughị okwu\",\n    \"unreiterating\": \"ekwughị okwu\",\n    \"unreiterative\": \"enweghị atụ\",\n    \"unrejectable\": \"enweghị atụ\",\n    \"unrejected\": \"ekweghị\",\n    \"unrejective\": \"enweghị atụ\",\n    \"unrejoiced\": \"enweghị obi ụtọ\",\n    \"unrejoicing\": \"anaghị aụrị ọ .ụ\",\n    \"unrejuvenated\": \"adịghị ọhụrụ\",\n    \"unrejuvenating\": \"adịghị agbanwe agbanwe\",\n    \"unrelayed\": \"akukoghi\",\n    \"unrelapsing\": \"agbapụtaghị\",\n    \"unrelatable\": \"enweghị ike ikweta\",\n    \"unrelated\": \"na-enweghị njikọ\",\n    \"unrelatedness\": \"enweghị njikọ\",\n    \"unrelating\": \"enweghị atụ\",\n    \"unrelational\": \"enweghị mmekọ\",\n    \"unrelative\": \"enweghị atụ\",\n    \"unrelatively\": \"n'echeghị echiche\",\n    \"unrelativistic\": \"enweghị echiche\",\n    \"unrelaxable\": \"enweghị mgbagha\",\n    \"unrelaxed\": \"agbasaghị\",\n    \"unrelaxing\": \"na-agbagha\",\n    \"unrelaxingly\": \"na-agbagha\",\n    \"unreleasable\": \"enweghị nkwupụta\",\n    \"unreleased\": \"eweputaghi\",\n    \"unreleasible\": \"enweghị ntụkwasị obi\",\n    \"unreleasing\": \"anaghị ahapụ\",\n    \"unrelegable\": \"enweghị ike ịgbagha\",\n    \"unrelegated\": \"ekweghị\",\n    \"unrelentable\": \"ekweghi ekwe\",\n    \"unrelentance\": \"ekweghị\",\n    \"unrelented\": \"ekweghi ekwe\",\n    \"unrelenting\": \"na-adịghị akwụsị akwụsị\",\n    \"unrelentingly\": \"n'esepụghị aka\",\n    \"unrelentingness\": \"ekweghi ekwe\",\n    \"unrelentless\": \"ekweghi ekwe\",\n    \"unrelentor\": \"ekweghiekwe\",\n    \"unrelevant\": \"adịghị mkpa\",\n    \"unrelevantly\": \"enweghị mmasị\",\n    \"unreliability\": \"enweghị ntụkwasị obi\",\n    \"unreliable\": \"enweghị ntụkwasị obi\",\n    \"unreliableness\": \"enweghị ntụkwasị obi\",\n    \"unreliably\": \"enweghị ntụkwasị obi\",\n    \"unreliance\": \"ekweghị\",\n    \"unreliant\": \"enweghị ntụkwasị obi\",\n    \"unrelievability\": \"enweghị ike ịgbanwe agbanwe\",\n    \"unrelievable\": \"enweghị ike ịgbagha\",\n    \"unrelievableness\": \"ekweghị ekwe omume\",\n    \"unrelieving\": \"anaghị ekwe ekwe\",\n    \"unreligion\": \"Okpukpe\",\n    \"unreligioned\": \"ejighi okpukpe\",\n    \"unreligious\": \"ekweghi okpukpe\",\n    \"unreligiously\": \"enweghị okwukwe\",\n    \"unreligiousness\": \"enweghị okwukwe\",\n    \"unrelinquishable\": \"ekweghi ekwe\",\n    \"unrelinquishably\": \"n'emeghara iwu\",\n    \"unrelinquished\": \"ekweghị\",\n    \"unrelinquishing\": \"ekweghi ekwe\",\n    \"unrelishable\": \"enweghị ike ịgbanwe\",\n    \"unrelished\": \"anaghị eweghachi\",\n    \"unrelishing\": \"anaghị ahapụ\",\n    \"unreluctance\": \"abaghị uru\",\n    \"unreluctant\": \"adịghị agbanwe agbanwe\",\n    \"unreluctantly\": \"n'adighi ike\",\n    \"unremaining\": \"anaghị adịgide adịgide\",\n    \"unremanded\": \"iwu\",\n    \"unremarkable\": \"enweghị atụ\",\n    \"unremarkableness\": \"enweghị atụ\",\n    \"unremarked\": \"enwetaghị\",\n    \"unremarking\": \"akpochapu\",\n    \"unremarried\": \"na-alụghị di\",\n    \"unremediable\": \"enweghi ike idozi ya\",\n    \"unremedied\": \"emeghi\",\n    \"unremember\": \"icheta\",\n    \"unrememberable\": \"enweghị ike ịgbanwe\",\n    \"unremembered\": \"echetaghị\",\n    \"unremembering\": \"icheta\",\n    \"unremembrance\": \"ncheta\",\n    \"unreminded\": \"emebighi\",\n    \"unreminiscent\": \"na-echetaghị\",\n    \"unreminiscently\": \"na-echetaghị\",\n    \"unremissible\": \"enweghi ike iwepu\",\n    \"unremissive\": \"enweghị isi\",\n    \"unremittable\": \"ekweghiekwe\",\n    \"unremitted\": \"ekweghi ekwe\",\n    \"unremittedly\": \"ekweghi ekwe\",\n    \"unremittence\": \"enweghị isi\",\n    \"unremittency\": \"ekweghị\",\n    \"unremittent\": \"ekweghiekwe\",\n    \"unremittently\": \"n'echeghị echiche\",\n    \"unremitting\": \"na-agbasaghị\",\n    \"unremittingly\": \"n'egbughị oge\",\n    \"unremittingness\": \"enweghị nkwụsị\",\n    \"unremonstrant\": \"ekweghi ekwe\",\n    \"unremonstrated\": \"enweghi ncheghari\",\n    \"unremonstrating\": \"adịghị akwụ ụgwọ\",\n    \"unremonstrative\": \"enweghị nchegharị\",\n    \"unremorseful\": \"agaghị echegharị\",\n    \"unremorsefully\": \"aghara aghara\",\n    \"unremorsefulness\": \"aghara aghara\",\n    \"unremote\": \"wepu\",\n    \"unremoteness\": \"enweghị nkwanye ùgwù\",\n    \"unremounted\": \"ewepụtaghị\",\n    \"unremovable\": \"anaghị ewepu\",\n    \"unremovableness\": \"ekweghị ekwe omume\",\n    \"unremovably\": \"enweghị ike ịgbanwe agbanwe\",\n    \"unremoved\": \"emeghara\",\n    \"unremunerated\": \"enweghị ncheta\",\n    \"unremunerating\": \"enweghị nchịkwa\",\n    \"unremunerative\": \"enweghị atụ\",\n    \"unremuneratively\": \"n'emeghi iwu\",\n    \"unrenderable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"unrendered\": \"edeghachighi\",\n    \"unrenewable\": \"ekweghi ekwe\",\n    \"unrenewed\": \"ekweghi\",\n    \"unrenounceable\": \"enweghị nkwanye ugwu\",\n    \"unrenounced\": \"enweghị nkwupụta\",\n    \"unrenouncing\": \"na-agbagha\",\n    \"unrenovated\": \"arụghị ọrụ\",\n    \"unrenovative\": \"na-agbanwe agbanwe\",\n    \"unrenownedly\": \"n'amaghị ama\",\n    \"unrent\": \"enweghị isi\",\n    \"unrentable\": \"enweghị ike\",\n    \"unrented\": \"na-amụghị amụ\",\n    \"unrenunciable\": \"enweghị ike ịkọwa ya\",\n    \"unrenunciative\": \"enweghị ike ikwu okwu\",\n    \"unrenunciatory\": \"ekwenyeghi\",\n    \"unreorganised\": \"edozighi\",\n    \"unreorganized\": \"ahazighi\",\n    \"unrepayable\": \"anaghị akwụghachi ụgwọ\",\n    \"unrepaid\": \"akwụghị ụgwọ\",\n    \"unrepair\": \"anaghị edozi\",\n    \"unrepairable\": \"anaghị edozi\",\n    \"unrepaired\": \"edozila\",\n    \"unrepairs\": \"arụzigharị\",\n    \"unrepartable\": \"enweghị ike imegharị\",\n    \"unreparted\": \"emeghachighi\",\n    \"unrepealable\": \"enweghị ike ịkọwa\",\n    \"unrepealableness\": \"enweghị ike ịkọwa ya\",\n    \"unrepealably\": \"enweghị nkwupụta\",\n    \"unrepealed\": \"akpoghi\",\n    \"unrepeatable\": \"ekwughachi\",\n    \"unrepeated\": \"ekwughachighi\",\n    \"unrepellable\": \"enweghi ntughari\",\n    \"unrepelled\": \"edeghị ede\",\n    \"unrepellent\": \"adighi mma\",\n    \"unrepellently\": \"enweghị atụ\",\n    \"unrepent\": \"na-echegharịghị\",\n    \"unrepentable\": \"enweghị nchegharị\",\n    \"unrepentance\": \"enweghị nchegharị\",\n    \"unrepentant\": \"na-echegharịghị\",\n    \"unrepentantly\": \"n'ichegharị\",\n    \"unrepentantness\": \"enweghị nchegharị\",\n    \"unrepented\": \"echegharịghị\",\n    \"unrepenting\": \"na-echegharị\",\n    \"unrepentingly\": \"n'ichegharịghị\",\n    \"unrepentingness\": \"enweghị nchegharị\",\n    \"unrepetitious\": \"enweghị aka\",\n    \"unrepetitiously\": \"n'amaghị ama\",\n    \"unrepetitiousness\": \"enweghị isi\",\n    \"unrepetitive\": \"enweghị aka\",\n    \"unrepetitively\": \"n'amaghi aka\",\n    \"unrepined\": \"enweghị ederede\",\n    \"unrepining\": \"anaghị edegharị\",\n    \"unrepiningly\": \"n'achọghị\",\n    \"unrepiqued\": \"agaghị edepụtaghachi ya\",\n    \"unreplaceable\": \"enweghị ebe ọzọ\",\n    \"unreplaced\": \"agbanweghi\",\n    \"unrepleness\": \"enweghị afọ ojuju\",\n    \"unreplenished\": \"mejuputaghi\",\n    \"unreplete\": \"ezughi oke\",\n    \"unrepleteness\": \"enweghị ezu\",\n    \"unrepleviable\": \"enweghi ike igbochi ya\",\n    \"unreplevinable\": \"ekweghi kwenye\",\n    \"unreplevined\": \"emezughi\",\n    \"unreplevisable\": \"ekweleghi\",\n    \"unrepliable\": \"enweghị ntụkwasị obi\",\n    \"unrepliably\": \"enweghị ntụkwasị obi\",\n    \"unreplied\": \"azaghị\",\n    \"unreplying\": \"ekweghị\",\n    \"unreportable\": \"akukoghi\",\n    \"unreported\": \"akukoghi\",\n    \"unreportedly\": \"akukoghi\",\n    \"unreportedness\": \"enweghị akụkọ\",\n    \"unreportorial\": \"ezighi ezi\",\n    \"unrepose\": \"echeghari\",\n    \"unreposed\": \"ekpughere\",\n    \"unreposeful\": \"anaghị akwụghachi ụgwọ\",\n    \"unreposefully\": \"enweghị atụ\",\n    \"unreposefulness\": \"enweghị ntụkwasị obi\",\n    \"unreposing\": \"anaghị anabata\",\n    \"unrepossessed\": \"ekweghị\",\n    \"unreprehended\": \"aghọtabeghị\",\n    \"unreprehensible\": \"enweghị ike ịghọta\",\n    \"unreprehensibleness\": \"enweghị nghọta\",\n    \"unreprehensibly\": \"enweghị nghọta\",\n    \"unrepreseed\": \"enwetabeghị\",\n    \"unrepresentable\": \"ezighi ezi\",\n    \"unrepresentation\": \"nkwuputa\",\n    \"unrepresentational\": \"enweghi akuko\",\n    \"unrepresentative\": \"enweghị atụ\",\n    \"unrepresentatively\": \"n'achọghị anya\",\n    \"unrepresentativeness\": \"enweghi mmuta\",\n    \"unrepresented\": \"na-egosighi\",\n    \"unrepresentedness\": \"ezighi ezi\",\n    \"unrepressed\": \"edeghi\",\n    \"unrepressible\": \"ihe a na-apụghị ịkọwa akọwa\",\n    \"unrepression\": \"enweghị ike\",\n    \"unrepressive\": \"enweghị ike\",\n    \"unrepressively\": \"n'echeghị echiche\",\n    \"unrepressiveness\": \"enweghị ike\",\n    \"unreprievable\": \"enweghị ike iweghachi\",\n    \"unreprievably\": \"enweghị nkwụghachi\",\n    \"unreprieved\": \"enwetaghị nsogbu\",\n    \"unreprimanded\": \"n'etinyeghi iwu\",\n    \"unreprimanding\": \"enweghị atụ\",\n    \"unreprinted\": \"edeghi ozo\",\n    \"unreproachable\": \"anaghị akwụghachi ụgwọ\",\n    \"unreproachableness\": \"ezighi ezi aka\",\n    \"unreproachably\": \"anaghị akwụ ụgwọ\",\n    \"unreproached\": \"enweghị nkwupụta\",\n    \"unreproachful\": \"ekwesighi ikwuwa okwu\",\n    \"unreproachfully\": \"n'ikwupụtaghị ya\",\n    \"unreproachfulness\": \"enweghị nkwuwa okwu\",\n    \"unreproaching\": \"anaghị akwụ ụgwọ\",\n    \"unreproachingly\": \"n'etinyeghị aka\",\n    \"unreprobated\": \"akwụghị ụgwọ\",\n    \"unreprobative\": \"anaghị akwụ ụgwọ\",\n    \"unreprobatively\": \"n'etinyeghị ụgwọ\",\n    \"unreproduced\": \"ekwuputaghi\",\n    \"unreproducible\": \"anaghị akwụ ụgwọ\",\n    \"unreproductive\": \"anaghị arụpụta ihe\",\n    \"unreproductively\": \"anaghị emepụta ihe\",\n    \"unreproductiveness\": \"arụpụtaghị ihe\",\n    \"unreprovable\": \"kwughachi\",\n    \"unreprovableness\": \"ekwetaghị\",\n    \"unreprovably\": \"nke a na-apụghị ịkọwapụta\",\n    \"unreproved\": \"enwetabeghi ya\",\n    \"unreprovedly\": \"n'azaghị akwụ ụgwọ\",\n    \"unreprovedness\": \"enweghị nkwupụta\",\n    \"unreproving\": \"anaghị akwụ ụgwọ\",\n    \"unrepublican\": \"ezighi ezi\",\n    \"unrepudiable\": \"nke a na-apụghị ikweta\",\n    \"unrepudiated\": \"ekwughachi\",\n    \"unrepudiative\": \"anaghị akwụ ụgwọ\",\n    \"unrepugnable\": \"nke a na-apụghị ịgbagha agbagha\",\n    \"unrepugnant\": \"anaghị asọpụrụ\",\n    \"unrepugnantly\": \"n'echeghị echiche\",\n    \"unrepulsable\": \"enweghị ike ịgbagha\",\n    \"unrepulsed\": \"ezughị\",\n    \"unrepulsing\": \"anaghị achọgharị\",\n    \"unrepulsive\": \"enweghị ike\",\n    \"unrepulsively\": \"n'esepụghị aka\",\n    \"unrepulsiveness\": \"enweghị ike\",\n    \"unreputable\": \"agaghị akwụghachi ụgwọ\",\n    \"unreputed\": \"enweghị atụ\",\n    \"unrequalified\": \"emeghi nke ọma\",\n    \"unrequest\": \"emeghi eme\",\n    \"unrequested\": \"ekweghi\",\n    \"unrequickened\": \"enwetaghị\",\n    \"unrequired\": \"achọghị\",\n    \"unrequisite\": \"ezughi oke\",\n    \"unrequisitely\": \"aghara aghara\",\n    \"unrequisiteness\": \"ekwesighi\",\n    \"unrequisitioned\": \"enweghị akwụkwọ\",\n    \"unrequitable\": \"ezighi ezi\",\n    \"unrequital\": \"agbaghị akwụkwọ\",\n    \"unrequited\": \"ekweghi\",\n    \"unrequitedly\": \"n'esighi ya\",\n    \"unrequitedness\": \"enweghị okwukwe\",\n    \"unrequitement\": \"enweghị nkwekọrịta\",\n    \"unrequiter\": \"odighi ede\",\n    \"unrequiting\": \"anaghị akwụ ụgwọ\",\n    \"unrescinded\": \"akpochapu\",\n    \"unrescissable\": \"enweghị ike ịgbagha agbagha\",\n    \"unrescissory\": \"ekwenyeghi\",\n    \"unrescuable\": \"enweghị nchedo\",\n    \"unrescued\": \"echebeghi\",\n    \"unresearched\": \"achọpụtaghị\",\n    \"unresembling\": \"enweghị atụ\",\n    \"unresented\": \"ekwuputaghi\",\n    \"unresentful\": \"enweghị nkwupụta\",\n    \"unresentfully\": \"nnenneghi\",\n    \"unresentfulness\": \"enweghị nkwupụta\",\n    \"unresenting\": \"na-eweta\",\n    \"unreserve\": \"echekwaghi\",\n    \"unreserved\": \"echekwaghi\",\n    \"unreservedly\": \"aghara aghara\",\n    \"unreservedness\": \"echebeghị ness\",\n    \"unresident\": \"onye bi na mba\",\n    \"unresidential\": \"ebighi ebi\",\n    \"unresidual\": \"a na-agbakebeghị\",\n    \"unresifted\": \"adighi\",\n    \"unresigned\": \"ejighi aha\",\n    \"unresignedly\": \"na-enweghị aha\",\n    \"unresilient\": \"ekweghi ekwe\",\n    \"unresiliently\": \"n'esighi ike\",\n    \"unresistable\": \"ekweghị\",\n    \"unresistably\": \"ekweghị\",\n    \"unresistance\": \"eguzogide\",\n    \"unresistant\": \"eguzogide\",\n    \"unresistantly\": \"ekwesighi\",\n    \"unresisted\": \"egbochie\",\n    \"unresistedly\": \"n'enweghị nsogbu\",\n    \"unresistedness\": \"enweghị ike\",\n    \"unresistible\": \"ekweghị\",\n    \"unresistibleness\": \"ekweghị\",\n    \"unresistibly\": \"ekweghị ekwe\",\n    \"unresisting\": \"eguzogide\",\n    \"unresistingly\": \"n'adabereghị\",\n    \"unresistingness\": \"enweghị ike\",\n    \"unresistive\": \"adịghị akwụ ụgwọ\",\n    \"unresolute\": \"edozi\",\n    \"unresolutely\": \"n'enweghị nsogbu\",\n    \"unresolvable\": \"enweghị ike ịgbanwe\",\n    \"unresolve\": \"edozi\",\n    \"unresolved\": \"edozibeghị\",\n    \"unresolvedly\": \"edozibeghị\",\n    \"unresolvedness\": \"enweghị nsogbu\",\n    \"unresolving\": \"edozi\",\n    \"unresonant\": \"ekwughị okwu\",\n    \"unresonantly\": \"n'amaghị ama\",\n    \"unresonating\": \"ekwenyeghi\",\n    \"unresounded\": \"enweghị ike\",\n    \"unresounding\": \"akuko\",\n    \"unresourceful\": \"na-enweghị isi\",\n    \"unresourcefully\": \"na-enweghị isi\",\n    \"unresourcefulness\": \"iji akọ\",\n    \"unrespect\": \"nkwanye ùgwù\",\n    \"unrespectability\": \"enweghị nkwanye ùgwù\",\n    \"unrespectable\": \"enweghị nkwanye ùgwù\",\n    \"unrespectably\": \"enweghị nkwanye ùgwù\",\n    \"unrespected\": \"enweghị nkwanye ùgwù\",\n    \"unrespectful\": \"enweghị nkwanye ùgwù\",\n    \"unrespectfully\": \"enweghị nkwanye ùgwù\",\n    \"unrespectfulness\": \"enweghị nkwanye ùgwù\",\n    \"unrespective\": \"eleghi anya\",\n    \"unrespectively\": \"enweghị nkwanye ùgwù\",\n    \"unrespectiveness\": \"enweghị mmasị\",\n    \"unrespirable\": \"ekwenyeghi\",\n    \"unrespired\": \"ezigara\",\n    \"unrespited\": \"anabataghị\",\n    \"unresponding\": \"ekwekọghị\",\n    \"unresponsal\": \"ezighi ezi\",\n    \"unresponsible\": \"ezighi ezi\",\n    \"unresponsibleness\": \"ezighi ezi\",\n    \"unresponsibly\": \"ezighi ezi\",\n    \"unresponsive\": \"azaghị\",\n    \"unresponsively\": \"anaghị anabata ozi ọma\",\n    \"unresponsiveness\": \"anabataghị\",\n    \"unrest\": \"ọgba aghara\",\n    \"unrestable\": \"enweghi obi\",\n    \"unrested\": \"agbagha\",\n    \"unrestful\": \"enweghị nchịkwa\",\n    \"unrestfully\": \"enweghị mgbagha\",\n    \"unrestfulness\": \"enweghị ntụkwasị obi\",\n    \"unresty\": \"Ọgba aghara\",\n    \"unresting\": \"ọgba aghara\",\n    \"unrestingly\": \"enweghị nchịkwa\",\n    \"unrestingness\": \"enweghị mgbagha\",\n    \"unrestitutive\": \"enweghị nchịkwa\",\n    \"unrestorable\": \"enweghị ike ịgbanwe\",\n    \"unrestorableness\": \"enweghị ike ịgbanwe agbanwe\",\n    \"unrestorative\": \"enweghị mgbanwe\",\n    \"unrestored\": \"kwụsị\",\n    \"unrestrainable\": \"ekweghị ekwe omume\",\n    \"unrestrainably\": \"enweghị mgbochi\",\n    \"unrestrained\": \"igbochi\",\n    \"unrestrainedly\": \"n'esepụghị aka\",\n    \"unrestrainedness\": \"enweghị nchịkwa\",\n    \"unrestraint\": \"enweghị nchịkwa\",\n    \"unrestrictable\": \"enweghi ike igbochi ya\",\n    \"unrestricted\": \"mgbochi\",\n    \"unrestrictedly\": \"n'emechighi anya\",\n    \"unrestrictedness\": \"mmachi\",\n    \"unrestriction\": \"mgbochi\",\n    \"unrestrictive\": \"mmachi\",\n    \"unrestrictively\": \"n'enyeghi iwu\",\n    \"unrests\": \"ọgba aghara\",\n    \"unresultive\": \"ekweghị ekwe\",\n    \"unresumed\": \"n'etinyeghi\",\n    \"unresumptive\": \"ekweta\",\n    \"unresurrected\": \"ekwughachighi\",\n    \"unresuscitated\": \"a na-akwụghị ụgwọ\",\n    \"unresuscitating\": \"adịghị akwụ ụgwọ\",\n    \"unresuscitative\": \"ekwenyeghi\",\n    \"unretainable\": \"enweghị ike ịdabere\",\n    \"unretained\": \"ejighi\",\n    \"unretaining\": \"anaghị echekwa\",\n    \"unretaliated\": \"enweghị atụ\",\n    \"unretaliating\": \"enweghị ike\",\n    \"unretaliative\": \"enweghị ihe ọ bụla\",\n    \"unretaliatory\": \"enweghị ike\",\n    \"unretardable\": \"enweghị ike ịgbanwe\",\n    \"unretarded\": \"akuko\",\n    \"unretentiveness\": \"Enweghị obi abụọ\",\n    \"unreticence\": \"enweghị nkwanye ùgwù\",\n    \"unreticent\": \"enweghị nchekwube\",\n    \"unreticently\": \"n'echeghị echiche\",\n    \"unretinued\": \"adabaghi\",\n    \"unretired\": \"anaghị akwụ ụgwọ\",\n    \"unretiring\": \"unretret\",\n    \"unretorted\": \"ekwuputaghi\",\n    \"unretouched\": \"echekwaghi\",\n    \"unretractable\": \"enweghị ike ịgbanwe\",\n    \"unretracted\": \"ewepụtabeghị\",\n    \"unretractive\": \"enweghị ọrụ\",\n    \"unretreated\": \"emebeghị\",\n    \"unretreating\": \"adịghị edozi\",\n    \"unretrenchable\": \"enweghị ike ịchịkwa ya\",\n    \"unretrenched\": \"ewezuga onwe ya\",\n    \"unretributive\": \"enweghị atụ\",\n    \"unretributory\": \"enweghị nchịkwa\",\n    \"unretrieved\": \"eweghachitere\",\n    \"unretrievingly\": \"n'izu\",\n    \"unretroactive\": \"adịghị arụ ọrụ\",\n    \"unretroactively\": \"enweghị ike\",\n    \"unretrograded\": \"adịghị edozi\",\n    \"unretrograding\": \"adịghị edozi\",\n    \"unretrogressive\": \"enweghị ike ịmaliteghachi\",\n    \"unretrogressively\": \"enweghị nsogbu\",\n    \"unretted\": \"ewepụtaghị\",\n    \"unreturnable\": \"enweghi ike iweghachi\",\n    \"unreturnably\": \"enweghị mgbagha\",\n    \"unreturned\": \"biaghachi\",\n    \"unreturning\": \"imeghachi\",\n    \"unreturningly\": \"n'amaghi ama\",\n    \"unrevealable\": \"enweghị ike ịkọwa\",\n    \"unrevealed\": \"ekpughereghi\",\n    \"unrevealedness\": \"ekpugheghi ekpughe\",\n    \"unrevealing\": \"anaghị ekpughe ihe\",\n    \"unrevealingly\": \"anaghị akwụ ụgwọ\",\n    \"unrevelational\": \"enweghị nkọwa\",\n    \"unrevelationize\": \"megharia\",\n    \"unreveling\": \"enweghị atụ\",\n    \"unrevelling\": \"na-agbagha\",\n    \"unrevenged\": \"ghara imegwara\",\n    \"unrevengeful\": \"imegwara\",\n    \"unrevengefully\": \"imegwara\",\n    \"unrevengefulness\": \"imegwara\",\n    \"unrevenging\": \"anaghị akwụghachi\",\n    \"unrevengingly\": \"n'echeghị echiche\",\n    \"unrevenue\": \"enweghị ego\",\n    \"unrevenued\": \"akwụghị ụgwọ\",\n    \"unreverberant\": \"ekweghị ekwe\",\n    \"unreverberated\": \"agbanyeghị\",\n    \"unreverberating\": \"anaghị echegharị echiche\",\n    \"unreverberative\": \"ekwenyeghi\",\n    \"unrevered\": \"enweghị nkwanye ùgwù\",\n    \"unreverence\": \"enweghị nkwanye ùgwù\",\n    \"unreverenced\": \"echeghị echiche\",\n    \"unreverend\": \"anaghị eweghachi\",\n    \"unreverendly\": \"n'ekwughi\",\n    \"unreverent\": \"enweghị nkwanye ùgwù\",\n    \"unreverential\": \"anaghị asọpụrụ\",\n    \"unreverentially\": \"enweghị nkwanye ùgwù\",\n    \"unreverently\": \"enweghị nkwanye ùgwù\",\n    \"unreverentness\": \"enweghị nkwanye ùgwù\",\n    \"unreversable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"unreversed\": \"agbagha\",\n    \"unreversible\": \"enweghị ike ịgbanwe agbanwe\",\n    \"unreversibleness\": \"enweghị ike ịgbanwe agbanwe\",\n    \"unreversibly\": \"enweghị nkwenye\",\n    \"unreverted\": \"agbanweghi\",\n    \"unrevertible\": \"enweghị ike ịgbanwe agbanwe\",\n    \"unreverting\": \"na-agbanwe agbanwe\",\n    \"unrevested\": \"anaghị etinye ya\",\n    \"unrevetted\": \"ekweghi dibia\",\n    \"unreviewable\": \"enweghi ike ihu\",\n    \"unreviewed\": \"enyochaghi\",\n    \"unreviled\": \"enweghị nkwanye ugwu\",\n    \"unreviling\": \"adịghị akọcha\",\n    \"unrevised\": \"enyochaghi\",\n    \"unrevivable\": \"achọtaghị\",\n    \"unrevived\": \"enwetaghi\",\n    \"unrevocable\": \"enweghị mgbagha\",\n    \"unrevocableness\": \"enweghị ike ịgbanwe agbanwe\",\n    \"unrevocably\": \"enweghị mgbagha\",\n    \"unrevokable\": \"enweghị ike ịgbanwe\",\n    \"unrevoked\": \"eweghachighi\",\n    \"unrevolted\": \"emeghi\",\n    \"unrevolting\": \"anaghị egbochi\",\n    \"unrevolutionary\": \"enweghị mgbanwe\",\n    \"unrevolutionized\": \"agbanweghi\",\n    \"unrevolved\": \"enweghị\",\n    \"unrevolving\": \"anaghị agbanwe agbanwe\",\n    \"unrewardable\": \"enweghị akwụ ụgwọ\",\n    \"unrewarded\": \"enweghị ụgwọ ọrụ\",\n    \"unrewardedly\": \"enweghị ụgwọ ọrụ\",\n    \"unrewarding\": \"anaghị akwụghachi ụgwọ\",\n    \"unrewardingly\": \"enweghị ụgwọ ọrụ\",\n    \"unreworded\": \"enweghị ike\",\n    \"unrhapsodic\": \"ekwesighi\",\n    \"unrhapsodical\": \"ekwesighi\",\n    \"unrhapsodically\": \"ekwesighi\",\n    \"unrhetorically\": \"n'esighi ya\",\n    \"unrhetoricalness\": \"enweghị atụ\",\n    \"unrhythmic\": \"adịghị adị egwu\",\n    \"unribbed\": \"ebughi\",\n    \"unribboned\": \"ejighi ya\",\n    \"unrich\": \"ba uba\",\n    \"unriched\": \"enweghị\",\n    \"unricked\": \"etinyere\",\n    \"unridable\": \"enweghi ike igbochi ya\",\n    \"unridableness\": \"enweghị ike iwepu ya\",\n    \"unridably\": \"enweghị ihe mgbochi\",\n    \"unridden\": \"a na-ebupụtaghị ya\",\n    \"unriddle\": \"meghechaa\",\n    \"unriddleable\": \"enweghi ike igbochi ya\",\n    \"unriddled\": \"agbasaghị\",\n    \"unriddles\": \"ekwekọghị\",\n    \"unriddling\": \"agbasaghị\",\n    \"unride\": \"hapụ\",\n    \"unridely\": \"enweghị atụ\",\n    \"unridered\": \"enweghi nsogbu\",\n    \"unridged\": \"a na-agbagha\",\n    \"unridiculed\": \"enweghi nsogbu\",\n    \"unridiculous\": \"mkpari\",\n    \"unridiculously\": \"ọchị\",\n    \"unridiculousness\": \"na-akwa emo\",\n    \"unrife\": \"enweghị nchekwa\",\n    \"unriffled\": \"enweghị aka\",\n    \"unrifled\": \"kpughee\",\n    \"unrifted\": \"ejighi\",\n    \"unrig\": \"gbapụ\",\n    \"unrigged\": \"n'agha mmiri\",\n    \"unrigging\": \"n'ikuku\",\n    \"unrighteous\": \"ajọ omume\",\n    \"unrighteously\": \"n'ajọ omume\",\n    \"unrighteousness\": \"ajọ omume\",\n    \"unrightfully\": \"n'atụghị egwu\",\n    \"unrightfulness\": \"enweghị ntụkwasị obi\",\n    \"unrightwise\": \"n'amaghi ihe\",\n    \"unrigid\": \"enweghị mmiri\",\n    \"unrigidly\": \"n'adaghị mmiri\",\n    \"unrigorous\": \"n'etinyeghi udiri\",\n    \"unrigorously\": \"n'esepụghị aka\",\n    \"unrimed\": \"enweghị oke\",\n    \"unrimpled\": \"enweghị atụ\",\n    \"unrind\": \"gbasaa\",\n    \"unring\": \"agbaji\",\n    \"unringable\": \"enweghị ike ịgbanwe\",\n    \"unringed\": \"agbasaghị\",\n    \"unringing\": \"agbawa\",\n    \"unrinsed\": \"ewepụghị ya\",\n    \"unrioted\": \"enweghị\",\n    \"unrioting\": \"na-enweghị mmasị\",\n    \"unriotous\": \"enweghị isi\",\n    \"unriotously\": \"enweghị isi\",\n    \"unriotousness\": \"ajọ omume\",\n    \"unrip\": \"unri\",\n    \"unripe\": \"unri\",\n    \"unriped\": \"unri\",\n    \"unripely\": \"enweghị nchịkwa\",\n    \"unripened\": \"ewepu\",\n    \"unripening\": \"atọpụ\",\n    \"unrippable\": \"enweghị ike igbochi ya\",\n    \"unripped\": \"ewepu\",\n    \"unripping\": \"na-emeghe\",\n    \"unrippled\": \"ewepu\",\n    \"unrippling\": \"na-agbasaghị\",\n    \"unripplingly\": \"n'agha\",\n    \"unrisen\": \"wepu\",\n    \"unrisible\": \"enweghị ike ịgbanwe\",\n    \"unrising\": \"na-ewepụ\",\n    \"unriskable\": \"enweghị ike ịgbanwe\",\n    \"unrisked\": \"ewepu\",\n    \"unritual\": \"enweghị ike\",\n    \"unritualistic\": \"enweghị atụ\",\n    \"unritually\": \"n’enweghị nsogbu\",\n    \"unrivalable\": \"enweghị ike ịgbanwe\",\n    \"unrivaled\": \"enweghị atụ\",\n    \"unrivaledly\": \"na-enweghị atụ\",\n    \"unrivaledness\": \"enweghị atụ\",\n    \"unrivaling\": \"anaghị agbanwe agbanwe\",\n    \"unrivalled\": \"enweghị atụ\",\n    \"unrivalling\": \"enweghị atụ\",\n    \"unrivalrous\": \"enweghị uru\",\n    \"unriveted\": \"agbasaghị\",\n    \"unriveting\": \"enweghị ihe ọ bụla\",\n    \"unroaded\": \"enweghị ụzọ\",\n    \"unroadworthy\": \"enweghị isi\",\n    \"unroasted\": \"igbochi\",\n    \"unrobe\": \"akwa akwa\",\n    \"unrobed\": \"ejighị n'aka\",\n    \"unrobing\": \"na-emeghe\",\n    \"unrocked\": \"emeghe\",\n    \"unrocky\": \"enweghị isi\",\n    \"unrodded\": \"enweghị nchịkwa\",\n    \"unroyal\": \"adịghị eguzosi ike n'ihe\",\n    \"unroyalist\": \"ekweghị ekwe\",\n    \"unroyally\": \"eguzosighị ike n'ihe\",\n    \"unroyalness\": \"eguzosighị ike n'ihe\",\n    \"unroiled\": \"emeghe\",\n    \"unroll\": \"wepu\",\n    \"unrollable\": \"enweghị ike ịchịkwa\",\n    \"unrolled\": \"ewepụghị ya\",\n    \"unrolling\": \"idebanye aha\",\n    \"unrollment\": \"idebanye aha\",\n    \"unrolls\": \"ewepu\",\n    \"unromanticised\": \"emeghi atughari\",\n    \"unroofed\": \"ekpuchighi\",\n    \"unroofing\": \"enweghị nkwupụta\",\n    \"unroost\": \"enweghị ike\",\n    \"unroosted\": \"kpuchido\",\n    \"unroosting\": \"na-emeghe\",\n    \"unrooted\": \"agbasaghị\",\n    \"unrooting\": \"ewepu\",\n    \"unrosed\": \"okpokoro\",\n    \"unrosined\": \"enweghị mmachi\",\n    \"unrostrated\": \"kpọnwụrụ akpọnwụ\",\n    \"unrotating\": \"unetating\",\n    \"unrotational\": \"enweghị njikọ\",\n    \"unrotatory\": \"enweghị nchịkwa\",\n    \"unroted\": \"na-emeghe\",\n    \"unrotted\": \"ekwenti\",\n    \"unrotten\": \"edozi\",\n    \"unrouged\": \"agbanyeghị\",\n    \"unrough\": \"nsogbu\",\n    \"unrounded\": \"agbachitere\",\n    \"unrounding\": \"agbachi\",\n    \"unrounds\": \"ala ala\",\n    \"unrousable\": \"enweghị ike ịgbanwe\",\n    \"unroused\": \"etinyere\",\n    \"unrousing\": \"na-ebugharị\",\n    \"unrout\": \"ọgba aghara\",\n    \"unroutinely\": \"edebeghi iwu\",\n    \"unrove\": \"kpughee\",\n    \"unroved\": \"emeghee\",\n    \"unroving\": \"na-enweghị ịhụnanya\",\n    \"unrow\": \"imepe\",\n    \"unrowdy\": \"otu\",\n    \"unrowed\": \"etinyere\",\n    \"unroweled\": \"enweghị atụ\",\n    \"unrowelled\": \"etinyere\",\n    \"unrubbed\": \"agbachapụghị\",\n    \"unrubbish\": \"unubbish\",\n    \"unrubified\": \"adịghị edozi\",\n    \"unrubrical\": \"agbasaghị\",\n    \"unrubrically\": \"n'etinyeghi iwu\",\n    \"unrubricated\": \"agbasaghị\",\n    \"unruddered\": \"emeghi\",\n    \"unruddled\": \"enweghị iwu\",\n    \"unrude\": \"kpalie\",\n    \"unrudely\": \"n'emebighị iwu ya\",\n    \"unrued\": \"emerụghị\",\n    \"unrueful\": \"adịghị emerụ ahụ\",\n    \"unruefully\": \"enweghị nchịkwa\",\n    \"unruefulness\": \"adịghị mma\",\n    \"unrufe\": \"adịghị emerụ ahụ\",\n    \"unruffable\": \"enweghị ike ịgbagha\",\n    \"unruffed\": \"afụghị\",\n    \"unruffle\": \"ghara\",\n    \"unruffled\": \"enweghi obi\",\n    \"unruffledness\": \"enweghị ike\",\n    \"unruffling\": \"na-achịkwa\",\n    \"unruinated\": \"enweghi mmeru\",\n    \"unruined\": \"enweghi mmeru\",\n    \"unruinous\": \"adịghị emebi emebi\",\n    \"unruinously\": \"n'adighi ike\",\n    \"unruinousness\": \"adighi ike\",\n    \"unrulable\": \"enweghị ike ịchịkwa\",\n    \"unrulableness\": \"enweghị nchịkwa\",\n    \"unruled\": \"enweghị nchịkwa\",\n    \"unruledly\": \"enweghị nchịkwa\",\n    \"unruledness\": \"enweghi ike\",\n    \"unruleful\": \"enweghi iwu\",\n    \"unruly\": \"isi ike\",\n    \"unrulier\": \"adịghị ike\",\n    \"unruliest\": \"adighi ike\",\n    \"unrulily\": \"ekweghị\",\n    \"unruliness\": \"unrul\",\n    \"unruminant\": \"adịghị enye ìhè\",\n    \"unruminated\": \"enwu enwu\",\n    \"unruminating\": \"na-enye ìhè\",\n    \"unruminative\": \"na-enye ihe ọmụma\",\n    \"unrummaged\": \"ekweghị\",\n    \"unrumored\": \"enweghị nchịkwa\",\n    \"unrumoured\": \"ekpuchighi\",\n    \"unrumple\": \"agbasaghị\",\n    \"unrumpled\": \"agbasaghị\",\n    \"unrun\": \"kwatuo\",\n    \"unrung\": \"wepu\",\n    \"unrupturable\": \"akwughi igbochi\",\n    \"unruptured\": \"enweghị nsogbu\",\n    \"unrural\": \"enweghị nchịkwa\",\n    \"unrurally\": \"enweghị nsogbu\",\n    \"unrushed\": \"akpukpo aru\",\n    \"unrushing\": \"na-emerụ emerụ\",\n    \"unrussian\": \"Russia\",\n    \"unrust\": \"ntụkwasị obi\",\n    \"unrusted\": \"enweghị ntụkwasị obi\",\n    \"unrustic\": \"enweghị ntụkwasị obi\",\n    \"unrustically\": \"enweghị ntụkwasị obi\",\n    \"unrusticated\": \"enweghị ntụkwasị obi\",\n    \"unrustling\": \"enweghị ntụkwasị obi\",\n    \"unruth\": \"eziokwu\",\n    \"uns\": \"enweghị\",\n    \"unsabbatical\": \"enweghị nkwekọrịta\",\n    \"unsabered\": \"enweghị ike ichekwa\",\n    \"unsabled\": \"enweghi ike\",\n    \"unsabotaged\": \"emerụghị\",\n    \"unsabred\": \"agbasaghị\",\n    \"unsaccharic\": \"abaghị uru\",\n    \"unsaccharine\": \"enweghị iwu\",\n    \"unsacerdotal\": \"enweghị nsogbu\",\n    \"unsacerdotally\": \"n'enweghị nsogbu\",\n    \"unsack\": \"itopusi\",\n    \"unsacked\": \"agbasaghị\",\n    \"unsacrament\": \"ekwesighi\",\n    \"unsacramental\": \"enweghị iwu\",\n    \"unsacramentally\": \"n'esighi iwu\",\n    \"unsacramentarian\": \"ekwesighi\",\n    \"unsacred\": \"etinyere\",\n    \"unsacredly\": \"n’atụghị anya\",\n    \"unsacrificeable\": \"enweghị ike ịkwụ ụgwọ\",\n    \"unsacrificeably\": \"n’achọpụtaghị\",\n    \"unsacrificed\": \"enwetaghi iwu\",\n    \"unsacrificial\": \"ekwesighi\",\n    \"unsacrificially\": \"n'adighi aru\",\n    \"unsacrificing\": \"na-enweghị atụ\",\n    \"unsacrilegious\": \"enenyeghi iwu\",\n    \"unsacrilegiously\": \"n'etinyeghi ọkwa\",\n    \"unsacrilegiousness\": \"enweghị iwu\",\n    \"unsad\": \"enweghị iwu\",\n    \"unsadden\": \"wezuga\",\n    \"unsaddened\": \"enweghị ihe ọ bụla\",\n    \"unsaddle\": \"Wepu ihe\",\n    \"unsaddled\": \"Wepu ya\",\n    \"unsaddles\": \"Ihe mkpuchi\",\n    \"unsaddling\": \"Idochi\",\n    \"unsadistic\": \"enweghị echiche\",\n    \"unsadistically\": \"n'adịghị iche\",\n    \"unsadly\": \"na-enweghị atụ\",\n    \"unsadness\": \"enweghi nchekwube\",\n    \"unsafe\": \"enweghi nchedo\",\n    \"unsafeguarded\": \"echekwadoghi\",\n    \"unsafer\": \"ekwesighi\",\n    \"unsafety\": \"enweghi nchedo\",\n    \"unsafetied\": \"enweghị nchekwa\",\n    \"unsafeties\": \"enweghị nchekwa\",\n    \"unsagacious\": \"sagacious\",\n    \"unsagaciously\": \"sagacious\",\n    \"unsagaciousness\": \"arụghị ọrụ\",\n    \"unsage\": \"ejighị ya kpọrọ ihe\",\n    \"unsagely\": \"n'esepughi\",\n    \"unsagging\": \"na-emegharị\",\n    \"unsay\": \"wezuga\",\n    \"unsayability\": \"unsay ike\",\n    \"unsayable\": \"agaghị ekwe omume\",\n    \"unsaid\": \"ekwughi\",\n    \"unsaying\": \"enweghị ike\",\n    \"unsailed\": \"enweghị ike\",\n    \"unsailorlike\": \"enweghị atụ\",\n    \"unsaint\": \"enweghị nchekwa\",\n    \"unsainted\": \"na-edoghi\",\n    \"unsaintly\": \"enweghị nchekwa\",\n    \"unsaintlike\": \"enweghị mmasị\",\n    \"unsaintliness\": \"adịghị ọcha\",\n    \"unsays\": \"adighi\",\n    \"unsaked\": \"ejighi\",\n    \"unsalable\": \"enweghị ike ire ere\",\n    \"unsalableness\": \"unsalaus\",\n    \"unsalably\": \"enweghị ike ịkwụ ụgwọ\",\n    \"unsalacious\": \"akwụghị ụgwọ\",\n    \"unsalaciously\": \"n’enweghi uche\",\n    \"unsalaciousness\": \"amaghi ama\",\n    \"unsalaried\": \"akwụghị ụgwọ\",\n    \"unsaleable\": \"enweghị ike ire ahịa\",\n    \"unsaleably\": \"ejighi\",\n    \"unsalient\": \"enweghị atụ\",\n    \"unsaliently\": \"n'esighi ike\",\n    \"unsalivated\": \"ebughi oke\",\n    \"unsalivating\": \"agbasaghị\",\n    \"unsallying\": \"enweghị atụ\",\n    \"unsallow\": \"ekweghị\",\n    \"unsallowness\": \"ekweghị\",\n    \"unsalmonlike\": \"ududo\",\n    \"unsalness\": \"arụ ọrụ\",\n    \"unsalt\": \"agbasaghị\",\n    \"unsaltable\": \"edozi\",\n    \"unsaltatory\": \"adịghị edozi\",\n    \"unsaltatorial\": \"agbasaghị\",\n    \"unsalted\": \"ejighị elu\",\n    \"unsalty\": \"ejighị ụgwọ\",\n    \"unsalubrious\": \"agbasaghị\",\n    \"unsalubriously\": \"n'esepụghị aka\",\n    \"unsalubriousness\": \"enweghị nkwenye\",\n    \"unsalutary\": \"ejighị ụgwọ\",\n    \"unsalutariness\": \"enweghị nchekwube\",\n    \"unsalutatory\": \"agbachitere\",\n    \"unsaluted\": \"agbachitere\",\n    \"unsaluting\": \"anaghị akwụ ụgwọ\",\n    \"unsalvability\": \"enweghị atụ\",\n    \"unsalvable\": \"enweghị atụ\",\n    \"unsalvableness\": \"enweghị okwukwe\",\n    \"unsalvably\": \"enweghị atụ\",\n    \"unsalvageability\": \"enweghị ike ịkwụ ụgwọ\",\n    \"unsalvageable\": \"enweghị ike ịkwụ ụgwọ\",\n    \"unsalvageably\": \"enweghị ike ịkwụ ụgwọ\",\n    \"unsalvaged\": \"ekewapughi\",\n    \"unsalved\": \"edozighi\",\n    \"unsame\": \"enweghị aha\",\n    \"unsameness\": \"ezighi ezi\",\n    \"unsampled\": \"unampled\",\n    \"unsanctify\": \"edochaghị nsọ\",\n    \"unsanctification\": \"adịghị ọcha\",\n    \"unsanctified\": \"adịghị ọcha\",\n    \"unsanctifiedly\": \"n'adighi ọcha\",\n    \"unsanctifiedness\": \"adịghị ọcha\",\n    \"unsanctifying\": \"adịghị ọcha\",\n    \"unsanctimoniously\": \"unsanctimonious\",\n    \"unsanctimoniousness\": \"ịdị nsọ\",\n    \"unsanction\": \"ugwo\",\n    \"unsanctioned\": \"akwadoghi\",\n    \"unsanctioning\": \"anaghị akwụ ụgwọ\",\n    \"unsanctity\": \"adighi ọcha\",\n    \"unsanctitude\": \"adighi ọcha\",\n    \"unsanctuaried\": \"adịghị ọcha\",\n    \"unsandalled\": \"awụpụghị anya\",\n    \"unsanded\": \"agwaghị any\",\n    \"unsane\": \"ara\",\n    \"unsaneness\": \"enweghi isi\",\n    \"unsanguinarily\": \"n'adighi iwu\",\n    \"unsanguineously\": \"n'adighi anya\",\n    \"unsanitary\": \"adịghị ọcha\",\n    \"unsanitated\": \"adịghị ọcha\",\n    \"unsanitation\": \"adịghị ọcha\",\n    \"unsanity\": \"ara ara\",\n    \"unsanitized\": \"adighi ọcha\",\n    \"unsapient\": \"enweghị ncheta\",\n    \"unsapiential\": \"enweghị nchekwube\",\n    \"unsapientially\": \"enweghị nchekwa\",\n    \"unsapiently\": \"enweghị nchedo\",\n    \"unsaponifiable\": \"enweghị ike ịkọwapụta\",\n    \"unsaponified\": \"enwetaghi aha\",\n    \"unsapped\": \"agbasaghi\",\n    \"unsappy\": \"enweghị obi ụtọ\",\n    \"unsarcastical\": \"ekwesighi\",\n    \"unsarcastically\": \"n'egosighi nkwuputa\",\n    \"unsardonic\": \"enweghị atụ\",\n    \"unsardonically\": \"na-enweghị atụ\",\n    \"unsartorial\": \"enweghị mmalite\",\n    \"unsartorially\": \"unartorially\",\n    \"unsash\": \"fepu\",\n    \"unsashed\": \"aasara emerughi\",\n    \"unsatable\": \"enweghị afọ ojuju\",\n    \"unsatanic\": \"ekwensu\",\n    \"unsatanical\": \"ekwensu\",\n    \"unsatanically\": \"ke Satan\",\n    \"unsated\": \"ekwughị\",\n    \"unsatedly\": \"na-enweghị atụ\",\n    \"unsatedness\": \"ekwesighi\",\n    \"unsatiability\": \"enweghị atụ\",\n    \"unsatiable\": \"enweghị afọ ojuju\",\n    \"unsatiableness\": \"enweghị afọ ojuju\",\n    \"unsatiably\": \"enweghị afọ ojuju\",\n    \"unsatiate\": \"enweghị afọ ojuju\",\n    \"unsatiated\": \"enweghị afọ ojuju\",\n    \"unsatiating\": \"enweghị atụ\",\n    \"unsating\": \"ekwesighi\",\n    \"unsatire\": \"enweghị atụ\",\n    \"unsatiric\": \"enweghị afọ ojuju\",\n    \"unsatirical\": \"enweghị afọ ojuju\",\n    \"unsatirised\": \"enweghị afọ ojuju\",\n    \"unsatirized\": \"enweghị afọ ojuju\",\n    \"unsatisfaction\": \"afọ ojuju\",\n    \"unsatisfactory\": \"adịghị eju afọ\",\n    \"unsatisfactorily\": \"enweghị afọ ojuju\",\n    \"unsatisfactoriness\": \"enweghị afọ ojuju\",\n    \"unsatisfy\": \"enweghi afọ ojuju\",\n    \"unsatisfiability\": \"enweghi afọ ojuju\",\n    \"unsatisfiable\": \"enweghi afọ ojuju\",\n    \"unsatisfiableness\": \"afọ ojuju\",\n    \"unsatisfiably\": \"enweghị afọ ojuju\",\n    \"unsatisfied\": \"afọ ojuju\",\n    \"unsatisfiedly\": \"afọ ojuju\",\n    \"unsatisfiedness\": \"enweghi afọ ojuju\",\n    \"unsatisfying\": \"enweghi afọ ojuju\",\n    \"unsatisfyingly\": \"afọ ojuju\",\n    \"unsatisfyingness\": \"afọ ojuju\",\n    \"unsaturate\": \"adịghị eju afọ\",\n    \"unsaturated\": \"adịghị eju afọ\",\n    \"unsaturatedly\": \"adịghị eju afọ\",\n    \"unsaturatedness\": \"enweghị afọ ojuju\",\n    \"unsaturation\": \"enweghị afọ ojuju\",\n    \"unsauced\": \"ebughi\",\n    \"unsaught\": \"achọtaghị\",\n    \"unsavable\": \"unsaible\",\n    \"unsavageness\": \"ezighi ezi\",\n    \"unsaveable\": \"nke a na-azoputa\",\n    \"unsaved\": \"azoputaghi\",\n    \"unsaving\": \"adighi echekwa\",\n    \"unsavingly\": \"n’enweghi nchebe\",\n    \"unsavor\": \"enweghi obi uto\",\n    \"unsavored\": \"echekwara\",\n    \"unsavoredly\": \"na-echekwa\",\n    \"unsavoredness\": \"enweghị nchedo\",\n    \"unsavory\": \"ezighi ezi\",\n    \"unsavorily\": \"enweghị obi ụtọ\",\n    \"unsavoriness\": \"enweghị obi ụtọ\",\n    \"unsavorly\": \"unsavor\",\n    \"unsavoured\": \"unsavosa\",\n    \"unsavoury\": \"ezighi ezi\",\n    \"unsavourily\": \"ekwesighi\",\n    \"unsavouriness\": \"enweghị nsogbu\",\n    \"unsawed\": \"enweghị ụgwọ\",\n    \"unscabbarded\": \"na-akwadoghị\",\n    \"unscabbed\": \"okpu\",\n    \"unscabrous\": \"enweghị atụ\",\n    \"unscabrously\": \"n'enweghị mkpali\",\n    \"unscabrousness\": \"enweghị nkwanye ùgwù\",\n    \"unscaffolded\": \"agbasaghị\",\n    \"unscalable\": \"enweghị ike ịkọwa\",\n    \"unscalableness\": \"enweghị atụ\",\n    \"unscalably\": \"enweghị ike ịkọwa ya\",\n    \"unscalded\": \"ebupughi\",\n    \"unscalding\": \"agbasaghị\",\n    \"unscale\": \"itule\",\n    \"unscaled\": \"akpachapụghị anya\",\n    \"unscaledness\": \"ịkwụghị ụgwọ\",\n    \"unscaly\": \"enweghị atụ\",\n    \"unscaling\": \"agbasaghị\",\n    \"unscalloped\": \"agbasaghị\",\n    \"unscandalised\": \"agbasaghị\",\n    \"unscandalize\": \"kwụpụ\",\n    \"unscandalized\": \"enweghị iwu\",\n    \"unscandalous\": \"enweghị atụ\",\n    \"unscandalously\": \"n'amaghị ama\",\n    \"unscannable\": \"enweghị atụ\",\n    \"unscanned\": \"aghara aghara\",\n    \"unscanted\": \"achọghị\",\n    \"unscanty\": \"ekwesighi\",\n    \"unscapable\": \"enweghị ike\",\n    \"unscarb\": \"ibupute\",\n    \"unscarce\": \"ibupute\",\n    \"unscarceness\": \"agba nkịtị\",\n    \"unscared\": \"enweghị atụ\",\n    \"unscarfed\": \"agbasaghị\",\n    \"unscarified\": \"ekwesighi\",\n    \"unscarred\": \"enweghị atụ\",\n    \"unscarved\": \"agbasaghị\",\n    \"unscathed\": \"emerụghị ahụ\",\n    \"unscathedly\": \"ebughi oke mmiri\",\n    \"unscathedness\": \"enweghị nsogbu\",\n    \"unscattered\": \"ichebeghi\",\n    \"unscavenged\": \"edozighi\",\n    \"unscavengered\": \"ebughi oke\",\n    \"unscenic\": \"adighi ama\",\n    \"unscenically\": \"n'enweghi obi ojoo\",\n    \"unscent\": \"na-enweghị isi\",\n    \"unscented\": \"na-enweghị isi\",\n    \"unscepter\": \"mkpanaka\",\n    \"unsceptered\": \"enwetaghị\",\n    \"unsceptical\": \"enweghi uche\",\n    \"unsceptically\": \"enweghị atụ\",\n    \"unsceptre\": \"enweghị isi\",\n    \"unsceptred\": \"enweghị atụ\",\n    \"unscheduled\": \"akwughi oge\",\n    \"unschematic\": \"arụ ọrụ\",\n    \"unschematically\": \"n'emeghị usoro\",\n    \"unschematised\": \"enyochaghi\",\n    \"unschematized\": \"enyochaghị\",\n    \"unschemed\": \"echeghị\",\n    \"unscheming\": \"adịghị edozi\",\n    \"unschismatic\": \"enweghị nsogbu\",\n    \"unscholarlike\": \"yiri\",\n    \"unscholastic\": \"enweghị nchịkwa\",\n    \"unscholastically\": \"enweghị nchịkwa\",\n    \"unschool\": \"ụlọ akwụkwọ\",\n    \"unschooled\": \"ụlọ akwụkwọ\",\n    \"unschooledly\": \"ụlọ akwụkwọ\",\n    \"unschooledness\": \"enweghị akwụkwọ\",\n    \"unscience\": \"akọ na uche\",\n    \"unscienced\": \"ejighi\",\n    \"unscientific\": \"nke sayensi\",\n    \"unscientifical\": \"abụghị nke sayensị\",\n    \"unscientifically\": \"nke sayensị\",\n    \"unscientificness\": \"enweghị sayensị\",\n    \"unscioned\": \"enweghị nkọwa\",\n    \"unscissored\": \"ewepu\",\n    \"unscoffed\": \"kpughee\",\n    \"unscoffing\": \"ịtọpụ\",\n    \"unscolded\": \"emebighi\",\n    \"unscolding\": \"ewepu\",\n    \"unsconced\": \"enweghị nkwekọrịta\",\n    \"unscooped\": \"unọk\",\n    \"unscorched\": \"a kpobeghị\",\n    \"unscorching\": \"na-agba ume\",\n    \"unscored\": \"akwadoghị\",\n    \"unscorified\": \"ejighi n'aka\",\n    \"unscoring\": \"ekpuchighị\",\n    \"unscorned\": \"na-akwadoghị\",\n    \"unscornful\": \"enweghị atụ\",\n    \"unscornfully\": \"n'emeghị anya ọ bụla\",\n    \"unscornfulness\": \"enweghị uche\",\n    \"unscotch\": \"kpochapu\",\n    \"unscotched\": \"akpachapụghị anya\",\n    \"unscottify\": \"kọwaa\",\n    \"unscoured\": \"ejighi mkpuchi\",\n    \"unscourged\": \"emerụghị ahụ\",\n    \"unscourging\": \"ịtọghe\",\n    \"unscouring\": \"ịkwado\",\n    \"unscowling\": \"enweghị atụ\",\n    \"unscowlingly\": \"n'emeghị anya ọ bụla\",\n    \"unscramble\": \"agbasaghị\",\n    \"unscrambled\": \"agbasaghị\",\n    \"unscrambler\": \"agbasaghị\",\n    \"unscrambles\": \"agbasaghị\",\n    \"unscrambling\": \"na-agba aghara\",\n    \"unscraped\": \"a na-emerụghị emerụ\",\n    \"unscraping\": \"ịkpụchasị\",\n    \"unscratchable\": \"enweghị ike ịgbagha\",\n    \"unscratched\": \"a kpobeghị\",\n    \"unscratching\": \"ịkọcha\",\n    \"unscratchingly\": \"n'emeghị anya\",\n    \"unscrawled\": \"agbasaghị\",\n    \"unscrawling\": \"ịtọpụ\",\n    \"unscreen\": \"Ihuenyo\",\n    \"unscreenable\": \"ewepu\",\n    \"unscreened\": \"na-akwadoghị\",\n    \"unscrew\": \"ihighari\",\n    \"unscrewed\": \"agbachapụghị\",\n    \"unscrewing\": \"na-emeghe\",\n    \"unscribal\": \"enweghị atụ\",\n    \"unscribbled\": \"enweghị ike ịdebanye aha\",\n    \"unscribed\": \"edeghị aha\",\n    \"unscrimped\": \"enweghị okpu\",\n    \"unscripted\": \"edeghị ederede\",\n    \"unscriptural\": \"Akwụkwọ Nsọ na-akwadoghị\",\n    \"unscripturally\": \"Akwụkwọ Nsọ na-akwadoghị\",\n    \"unscripturalness\": \"Akwụkwọ Nsọ na-akwadoghị\",\n    \"unscrubbed\": \"kpochapu\",\n    \"unscrupled\": \"a na-emerụghị emerụ\",\n    \"unscrupulosity\": \"nkwenye\",\n    \"unscrupulous\": \"enweghị ụkpụrụ\",\n    \"unscrupulously\": \"n'amaghị ama\",\n    \"unscrupulousness\": \"enweghị ụkpụrụ\",\n    \"unscrutable\": \"enweghị ike ịgbagha\",\n    \"unscrutinised\": \"enyochaghi\",\n    \"unscrutinising\": \"enyochaghị\",\n    \"unscrutinisingly\": \"n'emeghị anya\",\n    \"unscrutinized\": \"enyochaghi\",\n    \"unscrutinizing\": \"na-enyocha\",\n    \"unscrutinizingly\": \"n'adighi iche\",\n    \"unsculptural\": \"enweghị okwukwe\",\n    \"unsculptured\": \"agbasaghị\",\n    \"unscummed\": \"agbasaghị\",\n    \"unscutcheoned\": \"n'enyeghi aka\",\n    \"unseafaring\": \"adịghị eche nche\",\n    \"unseal\": \"iwepụ\",\n    \"unsealable\": \"enweghị ike ịkwụ ụgwọ\",\n    \"unsealed\": \"akaghi aka\",\n    \"unsealing\": \"ịtọpụ\",\n    \"unseals\": \"akpo\",\n    \"unseam\": \"ịtọpụ\",\n    \"unseamanlike\": \"unamanaman\",\n    \"unseamed\": \"ahaghị\",\n    \"unseaming\": \"na-enweghị aka\",\n    \"unsearchable\": \"amataghi\",\n    \"unsearchableness\": \"amataghi\",\n    \"unsearchably\": \"amataghi\",\n    \"unsearched\": \"achoputaghi\",\n    \"unsearcherlike\": \"achọghị ka nchọpụta\",\n    \"unsearching\": \"ịchọpụta\",\n    \"unsearchingly\": \"n'achọ\",\n    \"unseared\": \"achoputaghi\",\n    \"unseason\": \"oge\",\n    \"unseasonable\": \"enweghị ezi uche\",\n    \"unseasonableness\": \"enweghị ezi uche\",\n    \"unseasonably\": \"n'oge adịghị\",\n    \"unseasoned\": \"enweghị oge\",\n    \"unseat\": \"see okwu\",\n    \"unseating\": \"okpokoro\",\n    \"unseats\": \"oche\",\n    \"unseaworthy\": \"enweghị ike ịdị\",\n    \"unseceded\": \"ahụghị\",\n    \"unsecluded\": \"agụghị\",\n    \"unsecludedly\": \"na-ekwupụtaghị\",\n    \"unsecluding\": \"ewepu\",\n    \"unseclusively\": \"n'emeghị naanị ya\",\n    \"unseclusiveness\": \"enweghị nkwupụta\",\n    \"unsecrecy\": \"enweghị nchedo\",\n    \"unsecret\": \"ekpughere\",\n    \"unsecretarylike\": \"unestaretarylike\",\n    \"unsecreted\": \"enwetaghi\",\n    \"unsecretive\": \"enweghị nchekwa\",\n    \"unsecretively\": \"n'emekpu\",\n    \"unsecretly\": \"na nzuzo\",\n    \"unsecretness\": \"enweghị nkwupụta\",\n    \"unsectarian\": \"onye ugwo\",\n    \"unsectional\": \"nkebi\",\n    \"unsectionalised\": \"anaghi ekewa\",\n    \"unsectionalized\": \"na-emegheghị\",\n    \"unsectionally\": \"na ngalaba\",\n    \"unsectioned\": \"akpoghi\",\n    \"unsecularized\": \"enwetaghi ikike\",\n    \"unsecurable\": \"enweghị nchekwa\",\n    \"unsecurableness\": \"enweghị nchekwa\",\n    \"unsecure\": \"enweghị nchedo\",\n    \"unsecured\": \"echekwa\",\n    \"unsecuredly\": \"echekwa\",\n    \"unsecuredness\": \"enweghị nchedo\",\n    \"unsecurely\": \"enweghị nchedo\",\n    \"unsecureness\": \"enweghị nchedo\",\n    \"unsecurity\": \"enweghị nchedo\",\n    \"unsedative\": \"enweghị uche\",\n    \"unseditious\": \"enweghị mmasị\",\n    \"unseditiousness\": \"enweghị mmasị\",\n    \"unseduce\": \"aghụghọ\",\n    \"unseduceability\": \"enweghị mmasị\",\n    \"unseduceable\": \"enweghị atụ\",\n    \"unseduced\": \"eduhie\",\n    \"unseducibly\": \"enweghị nchịkwa\",\n    \"unseductive\": \"enweghị aghụghọ\",\n    \"unseductively\": \"adịghị akwụ ụgwọ\",\n    \"unseductiveness\": \"enweghị aghụghọ\",\n    \"unsedulous\": \"enweghị ọgụgụ isi\",\n    \"unsedulously\": \"enweghị uche\",\n    \"unsedulousness\": \"enweghị ọgụgụ isi\",\n    \"unsee\": \"ahụghị\",\n    \"unseeable\": \"ahụghị anya\",\n    \"unseeableness\": \"enweghị ike ịhụ\",\n    \"unseeded\": \"emeghị\",\n    \"unseeing\": \"ahụghị\",\n    \"unseeingly\": \"n’enweghị anya\",\n    \"unseeking\": \"na-achọ\",\n    \"unseel\": \"kpochapu\",\n    \"unseeming\": \"achọpụtaghị\",\n    \"unseemingly\": \"n'adighi nma\",\n    \"unseemly\": \"unememke\",\n    \"unseemlier\": \"ekweghị\",\n    \"unseemliest\": \"enweghị atụ\",\n    \"unseemliness\": \"unememede\",\n    \"unseen\": \"ahụghị anya\",\n    \"unseethed\": \"apụtaghị\",\n    \"unseething\": \"ịtọpụ\",\n    \"unsegmental\": \"nkebi\",\n    \"unsegmentally\": \"nkewa\",\n    \"unsegmentary\": \"nkebi\",\n    \"unsegmented\": \"nkewa\",\n    \"unsegregable\": \"nkewa\",\n    \"unsegregated\": \"nkewa\",\n    \"unsegregatedness\": \"nkewa\",\n    \"unsegregating\": \"nkewa\",\n    \"unsegregational\": \"nkewa\",\n    \"unsegregative\": \"nkewa\",\n    \"unseignioral\": \"enwetaghi aha\",\n    \"unseismal\": \"adighi ike\",\n    \"unseismic\": \"enweghị mmasị\",\n    \"unseize\": \"ewepụ\",\n    \"unseized\": \"unsese\",\n    \"unseldom\": \"enweghị amamihe\",\n    \"unselect\": \"ahọpụtaghị\",\n    \"unselected\": \"ahọpụtaghị\",\n    \"unselecting\": \"ahọpụtaghị\",\n    \"unselective\": \"ahọpụtaghị\",\n    \"unselectiveness\": \"ahọpụtaghị\",\n    \"unself\": \"onwe\",\n    \"unselfassured\": \"ejighi n'aka\",\n    \"unselfconfident\": \"enweghị ntụkwasị obi\",\n    \"unselfconscious\": \"enweghị uche\",\n    \"unselfconsciously\": \"n'amaghị ama\",\n    \"unselfconsciousness\": \"amaghi onwe ya\",\n    \"unselfish\": \"achọghị ọdịmma onwe gị naanị\",\n    \"unselfishly\": \"achọghị ọdịmma onwe gị naanị\",\n    \"unselfishness\": \"achọghị ọdịmma onwe onye nanị\",\n    \"unselflike\": \"enweghị mmasị\",\n    \"unselfness\": \"achọghị onwe\",\n    \"unselfreliant\": \"na-achọghị ntụkwasị obi\",\n    \"unsell\": \"agaghị ere\",\n    \"unselling\": \"n'ireghi ere\",\n    \"unseminared\": \"uneminared\",\n    \"unsenatorial\": \"ekwenyeghi\",\n    \"unsenescent\": \"enweghị atụ\",\n    \"unsensate\": \"ebughi oke\",\n    \"unsensational\": \"enweghi ike\",\n    \"unsensationally\": \"n’enweghị atụ\",\n    \"unsense\": \"enweghị isi\",\n    \"unsensed\": \"eweghi iwe\",\n    \"unsensibility\": \"enweghị nkwenye\",\n    \"unsensible\": \"-enweghị ezi uche\",\n    \"unsensibleness\": \"ihe ezighi ezi\",\n    \"unsensing\": \"enweghị ike\",\n    \"unsensitise\": \"elezighị anya\",\n    \"unsensitised\": \"eleghi anya\",\n    \"unsensitising\": \"echeghị echiche\",\n    \"unsensitive\": \"enweghi mmetụta\",\n    \"unsensitively\": \"n'enweghị mmetụta\",\n    \"unsensitiveness\": \"enweghị mmetụta\",\n    \"unsensitize\": \"ewepụtaghị\",\n    \"unsensitized\": \"eleghi anya\",\n    \"unsensitizing\": \"enwetaghị ihe\",\n    \"unsensory\": \"enweghi uche\",\n    \"unsensual\": \"enweghi ike\",\n    \"unsensualised\": \"enwetaghị iwu\",\n    \"unsensualistic\": \"ekwesighi\",\n    \"unsensualize\": \"ewezuga onwe ya\",\n    \"unsensualized\": \"enwetaghị iwu\",\n    \"unsensuousness\": \"enweghị ọrụ\",\n    \"unsentenced\": \"enweghị akwụkwọ\",\n    \"unsententious\": \"enweghị atụ\",\n    \"unsententiously\": \"agbasaghị\",\n    \"unsententiousness\": \"arụghị ọrụ\",\n    \"unsentient\": \"ejighi oru\",\n    \"unsentiently\": \"n'esighi ike\",\n    \"unsentimental\": \"enweghị atụ\",\n    \"unsentimentalised\": \"enwetaghị echiche\",\n    \"unsentimentalist\": \"akuko\",\n    \"unsentimentality\": \"unentimentality\",\n    \"unsentimentalize\": \"unentimentalize\",\n    \"unsentimentalized\": \"enwetaghi ahuhu\",\n    \"unsentimentally\": \"unentimentally\",\n    \"unsentineled\": \"enyochaghị\",\n    \"unsentinelled\": \"etinyeghị aka\",\n    \"unseparable\": \"enweghị atụ\",\n    \"unseparableness\": \"enweghị atụ\",\n    \"unseparably\": \"enweghị atụ\",\n    \"unseparate\": \"kewara\",\n    \"unseparated\": \"nkewa\",\n    \"unseparately\": \"iche\",\n    \"unseparateness\": \"enweghị nhazi\",\n    \"unseparating\": \"nkewa\",\n    \"unseparative\": \"nkewa\",\n    \"unseptate\": \"achọrọ\",\n    \"unseptated\": \"achọrọghị ya\",\n    \"unsepultured\": \"unenke\",\n    \"unsequenced\": \"enweghi ike\",\n    \"unsequent\": \"adịghị arụpụta\",\n    \"unsequential\": \"enweghị isi\",\n    \"unsequentially\": \"na-enweghị isi\",\n    \"unsequestered\": \"enweghi nsogbu\",\n    \"unseraphically\": \"n'usoro n'usoro\",\n    \"unserenaded\": \"enweghị nchịkwa\",\n    \"unserenely\": \"enweghị nsogbu\",\n    \"unsereneness\": \"arụghị ọrụ\",\n    \"unserialised\": \"anaghị edozi\",\n    \"unserialized\": \"arụghị ọrụ\",\n    \"unserious\": \"ejighị egwu\",\n    \"unseriousness\": \"arụghị ọrụ\",\n    \"unserrate\": \"edebeghi\",\n    \"unserrated\": \"ekwenyeghi\",\n    \"unserried\": \"edobeghi\",\n    \"unserved\": \"ejighi\",\n    \"unservice\": \"ọrụ\",\n    \"unserviceability\": \"arụ ọrụ\",\n    \"unserviceable\": \"anaghị arụ ọrụ\",\n    \"unserviceableness\": \"unsessviceable ness\",\n    \"unserviceably\": \"arụ ọrụ\",\n    \"unserviced\": \"lekọtara\",\n    \"unservilely\": \"n'esepughi\",\n    \"unserving\": \"na-enweghị nchebe\",\n    \"unsesquipedalian\": \"unesquipedalian\",\n    \"unsets\": \"edozi\",\n    \"unsetting\": \"na-emeghe\",\n    \"unsettle\": \"adighi ike\",\n    \"unsettleable\": \"enweghị nsogbu\",\n    \"unsettled\": \"nsogbu\",\n    \"unsettledness\": \"enweghi obi iru ala\",\n    \"unsettlement\": \"unọmọ\",\n    \"unsettles\": \"nsogbu\",\n    \"unsettling\": \"ekweghị\",\n    \"unsettlingly\": \"enweghị nsogbu\",\n    \"unseverable\": \"enweghị ike ịgbanwe\",\n    \"unseverableness\": \"enweghị atụ\",\n    \"unsevere\": \"ekpughee\",\n    \"unsevered\": \"enyochaghị\",\n    \"unseveredly\": \"ekpuchighi\",\n    \"unseveredness\": \"mkpughe\",\n    \"unseverely\": \"n'ụzọ doro anya\",\n    \"unsevereness\": \"enweghị nchegharị\",\n    \"unsewered\": \"azughi\",\n    \"unsewing\": \"ịtọpụ\",\n    \"unsex\": \"adighi nwoke\",\n    \"unsexed\": \"unsese\",\n    \"unsexes\": \"adighi\",\n    \"unsexing\": \"adighi\",\n    \"unsexlike\": \"enweghị mmasị\",\n    \"unsexual\": \"nwoke idina nwoke\",\n    \"unsexually\": \"n'amaghi ama\",\n    \"unshabby\": \"enweghị obi abụọ\",\n    \"unshabbily\": \"adabaghi\",\n    \"unshackle\": \"Kpọghe\",\n    \"unshackled\": \"shaha\",\n    \"unshackling\": \"Ikedo\",\n    \"unshade\": \"ikpocha\",\n    \"unshaded\": \"unshasha\",\n    \"unshading\": \"mbibi\",\n    \"unshadow\": \"onyinyo\",\n    \"unshadowable\": \"onwughi\",\n    \"unshadowed\": \"onyinyo\",\n    \"unshafted\": \"agbasaghi\",\n    \"unshakable\": \"enweghị ike ịma jijiji\",\n    \"unshakableness\": \"ogwugwu\",\n    \"unshakeable\": \"ogwugwu\",\n    \"unshakeably\": \"enweghị atụ\",\n    \"unshaked\": \"imeghe\",\n    \"unshaken\": \"imeghe\",\n    \"unshakenness\": \"ogwugwu\",\n    \"unshaking\": \"ghara ịma jijiji\",\n    \"unshakingness\": \"unshaking\",\n    \"unshale\": \"ikpochapụ\",\n    \"unshaled\": \"enweghị akara\",\n    \"unshamable\": \"enweghị ike ịgbanwe\",\n    \"unshamableness\": \"enweghị ike ịgbanwe\",\n    \"unshamably\": \"enweghị atụ\",\n    \"unshameable\": \"ihere\",\n    \"unshameableness\": \"ihere enweghị atụ\",\n    \"unshameably\": \"n’enweghị ihere\",\n    \"unshamed\": \"ihere\",\n    \"unshamefaced\": \"Ihere\",\n    \"unshamefacedness\": \"ihere emeghi ihere\",\n    \"unshameful\": \"ihere\",\n    \"unshamefully\": \"n'emeghị ihere\",\n    \"unshamefulness\": \"ihere\",\n    \"unshammed\": \"emerụghị emerụ\",\n    \"unshanked\": \"enweghị ekele\",\n    \"unshapable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"unshape\": \"nhazi\",\n    \"unshapeable\": \"okpu\",\n    \"unshaped\": \"enwetaghi\",\n    \"unshapedness\": \"enweghị atụ\",\n    \"unshapeliness\": \"enweghị nsogbu\",\n    \"unshapen\": \"mepee\",\n    \"unshapenness\": \"imeghe\",\n    \"unshaping\": \"adịghị agbanwe agbanwe\",\n    \"unsharable\": \"unshasha\",\n    \"unshareable\": \"okpueze\",\n    \"unshared\": \"nkekọ\",\n    \"unsharedness\": \"enweghị nkwekọrịta\",\n    \"unsharing\": \"enweghị nkwekọrịta\",\n    \"unsharp\": \"mbibi\",\n    \"unsharped\": \"shakara\",\n    \"unsharpen\": \"emeghe\",\n    \"unsharpened\": \"emebeghị\",\n    \"unsharpening\": \"adịghị edozi\",\n    \"unsharping\": \"na-akpụgharị\",\n    \"unsharply\": \"enweghị nsogbu\",\n    \"unsharpness\": \"enweghị nsogbu\",\n    \"unshatterable\": \"enweghị ike ịkọwa ya\",\n    \"unshattered\": \"enwetachabeghị\",\n    \"unshavable\": \"okpu\",\n    \"unshave\": \"afụcha\",\n    \"unshaveable\": \"okpueze\",\n    \"unshaved\": \"asacha\",\n    \"unshavedly\": \"unyeghi anya\",\n    \"unshavedness\": \"afụfụ\",\n    \"unshaven\": \"na-akpụ afụ ọnụ\",\n    \"unshavenly\": \"na-enweghị atụ\",\n    \"unshavenness\": \"enweghị ntutu\",\n    \"unshawl\": \"Ogba\",\n    \"unsheaf\": \"efere\",\n    \"unsheathe\": \"sepu aka\",\n    \"unsheathed\": \"fepụ\",\n    \"unsheathes\": \"awara aka\",\n    \"unsheathing\": \"ịtọpụ\",\n    \"unshed\": \"asacha\",\n    \"unshedding\": \"ikpochapu\",\n    \"unsheer\": \"ịtọpụ ya\",\n    \"unsheerness\": \"enweghị ọrụ\",\n    \"unsheet\": \"mpempe akwụkwọ\",\n    \"unsheeted\": \"nwetaghị ya\",\n    \"unsheeting\": \"depụta\",\n    \"unshell\": \"unupel\",\n    \"unshelled\": \"akpaghị aka\",\n    \"unshelling\": \"ịtọghe\",\n    \"unshells\": \"igbe\",\n    \"unshelterable\": \"enweghị ike ịkọwa ya\",\n    \"unsheltered\": \"enweghị nchekwa\",\n    \"unsheltering\": \"Okwesighi\",\n    \"unshelve\": \"ibunye\",\n    \"unshelved\": \"ekwughị\",\n    \"unshent\": \"unyi\",\n    \"unshepherded\": \"ezighi ezi\",\n    \"unshepherding\": \"ọzụzụ atụrụ\",\n    \"unshewed\": \"awụpụ\",\n    \"unshy\": \"adighi ihere\",\n    \"unshieldable\": \"nke a na-apughi igbochi\",\n    \"unshielded\": \"na-ekpuchi\",\n    \"unshielding\": \"enweghị nchịkwa\",\n    \"unshiftable\": \"nke a na-enweghị ike ịgbanwe agbanwe\",\n    \"unshifted\": \"na-agbanwe agbanwe\",\n    \"unshiftiness\": \"enweghị ọrụ\",\n    \"unshifting\": \"anaghị agbanwe agbanwe\",\n    \"unshifts\": \"adịghị agbanwe agbanwe\",\n    \"unshyly\": \"n'emeghị ihere\",\n    \"unshimmering\": \"na-enweghị isi\",\n    \"unshimmeringly\": \"n'emeghị ihe niile\",\n    \"unshingled\": \"agbasaghị\",\n    \"unship\": \"nnupụisi\",\n    \"unshiplike\": \"enweghị mmasị\",\n    \"unshipment\": \"Mbupu\",\n    \"unshippable\": \"enweghị ike ịgbanyụ\",\n    \"unshipped\": \"unupupughi\",\n    \"unshipping\": \"na-ekpuchi\",\n    \"unships\": \"enweghị\",\n    \"unshipshape\": \"enweghị atụ\",\n    \"unshipwrecked\": \"ebughi\",\n    \"unshirked\": \"agbasaghị\",\n    \"unshirking\": \"tọpụ\",\n    \"unshirred\": \"unyi\",\n    \"unshirted\": \"agbapụbeghị\",\n    \"unshivered\": \"ekpuchighi\",\n    \"unshivering\": \"adịghị agbanwe agbanwe\",\n    \"unshocked\": \"unshock\",\n    \"unshocking\": \"Ighepu\",\n    \"unshod\": \"unyi\",\n    \"unshodden\": \"agbapụghị anya\",\n    \"unshoe\": \"unyemi\",\n    \"unshoed\": \"unye aka\",\n    \"unshoeing\": \"ikpuchi\",\n    \"unshook\": \"emeghe\",\n    \"unshore\": \"ikpere mmiri\",\n    \"unshored\": \"unọsọ\",\n    \"unshort\": \"mkpirisi\",\n    \"unshot\": \"gbara\",\n    \"unshotted\": \"agbapụ\",\n    \"unshoulder\": \"awụlikwa elu\",\n    \"unshout\": \"anaghị eti mkpu\",\n    \"unshouted\": \"anaghị eti mkpu\",\n    \"unshouting\": \"anaghị eti mkpu\",\n    \"unshoved\": \"unshoven\",\n    \"unshoveled\": \"akpụrụ aka\",\n    \"unshovelled\": \"unye aka\",\n    \"unshowable\": \"enweghị ike igosi\",\n    \"unshowered\": \"unshow\",\n    \"unshowering\": \"igosipụta\",\n    \"unshown\": \"ekpughere\",\n    \"unshredded\": \"unshred\",\n    \"unshrew\": \"kpughee\",\n    \"unshrined\": \"unshrin\",\n    \"unshrink\": \"wepụ\",\n    \"unshrinkability\": \"enweghị ike ịkwụsị\",\n    \"unshrinkable\": \"enweghị ike ịkwụsị\",\n    \"unshrinkingly\": \"n'achọghị\",\n    \"unshrinkingness\": \"unshrinking\",\n    \"unshrived\": \"unshri\",\n    \"unshriveled\": \"unlghal\",\n    \"unshrivelled\": \"unshrivel\",\n    \"unshrugging\": \"na-ebugharị\",\n    \"unshrunk\": \"ibupute ya\",\n    \"unshuddering\": \"ebugharị\",\n    \"unshuffle\": \"Sụgharịa\",\n    \"unshuffled\": \"agbasaghị\",\n    \"unshunnable\": \"enweghị ike ịgbaghara\",\n    \"unshunned\": \"agbachitere\",\n    \"unshunning\": \"na-ezere\",\n    \"unshut\": \"mechie\",\n    \"unshuttered\": \"unshute\",\n    \"unsibilant\": \"ejighị n’aka\",\n    \"unsiccated\": \"na-akwadoghị\",\n    \"unsiccative\": \"enweghị atụ\",\n    \"unsick\": \"ahụ adịghị\",\n    \"unsickened\": \"enweghị ọgwụ\",\n    \"unsicker\": \"ọrịa\",\n    \"unsickered\": \"na-akwadoghị\",\n    \"unsickerly\": \"n'enweghị ọrịa\",\n    \"unsickerness\": \"ọrịa\",\n    \"unsickled\": \"enweghị ike\",\n    \"unsickly\": \"n'enweghị nsogbu\",\n    \"unsided\": \"enweghị enyemaka\",\n    \"unsidereal\": \"enweghị atụ\",\n    \"unsiding\": \"enweghị enyemaka\",\n    \"unsidling\": \"enweghị atụ\",\n    \"unsiege\": \"sie ike\",\n    \"unsieged\": \"ejikereghi\",\n    \"unsieved\": \"na-ejighi akwa\",\n    \"unsifted\": \"ejighi anya\",\n    \"unsighing\": \"na-amụ anya\",\n    \"unsight\": \"ihunanya\",\n    \"unsightable\": \"enweghị atụ\",\n    \"unsighted\": \"elezighi anya\",\n    \"unsightedly\": \"elezighi anya\",\n    \"unsighting\": \"n'ịnyocha\",\n    \"unsightless\": \"enweghị atụ\",\n    \"unsightlier\": \"buru ibu\",\n    \"unsightliness\": \"enweghị mmasị\",\n    \"unsights\": \"enweghị ike\",\n    \"unsigmatic\": \"enweghị nsogbu\",\n    \"unsignable\": \"ekweghị\",\n    \"unsignaled\": \"ejighi aha ya\",\n    \"unsignalised\": \"edebanye aha\",\n    \"unsignalized\": \"edebanye aha\",\n    \"unsignalled\": \"enwetaghi\",\n    \"unsignatured\": \"enenyeghi aha\",\n    \"unsigned\": \"ejighi aha\",\n    \"unsigneted\": \"enenyeghi aha\",\n    \"unsignifiable\": \"enweghị ike ịkọwapụta\",\n    \"unsignificancy\": \"abaghị uru\",\n    \"unsignificant\": \"adịghị mkpa\",\n    \"unsignificantly\": \"enweghị isi\",\n    \"unsignificative\": \"enweghị isi\",\n    \"unsignified\": \"enwetaghị aha\",\n    \"unsignifying\": \"enweghị aha\",\n    \"unsilenceable\": \"enweghị mgbagha\",\n    \"unsilenceably\": \"n'esemokwu\",\n    \"unsilenced\": \"nkịtị\",\n    \"unsilent\": \"enweghị ume\",\n    \"unsilentious\": \"enweghị atụ\",\n    \"unsilently\": \"n'esepụghị aka\",\n    \"unsilhouetted\": \"a na-edozi\",\n    \"unsilicated\": \"enweghị iwu\",\n    \"unsilicified\": \"asambodo\",\n    \"unsyllabic\": \"adabeghi\",\n    \"unsyllabicated\": \"ekpughe\",\n    \"unsyllabified\": \"akpoghi\",\n    \"unsyllabled\": \"emebighi\",\n    \"unsyllogistic\": \"nkwenyeghi\",\n    \"unsyllogistical\": \"ọkà mmụta sayensị\",\n    \"unsyllogistically\": \"n'emeghị ihe ọ bụla\",\n    \"unsilvered\": \"enweghị mkpuchi\",\n    \"unsymbolic\": \"enweghị atụ\",\n    \"unsymbolical\": \"nke na-emegideghị Akwụkwọ Nsọ\",\n    \"unsymbolically\": \"n'etinyeghi aka\",\n    \"unsymbolised\": \"emeghị ihe ngosi\",\n    \"unsymbolized\": \"enweghị atụ\",\n    \"unsimilar\": \"enweghị ihe ọzọ\",\n    \"unsimmered\": \"emerụghị ahụ\",\n    \"unsimmering\": \"buru ibu\",\n    \"unsymmetry\": \"enweghị atụ\",\n    \"unsymmetric\": \"enweghị atụ\",\n    \"unsymmetrical\": \"enweghị atụ\",\n    \"unsymmetrically\": \"n'etinyeghi aka\",\n    \"unsymmetricalness\": \"enweghị mgbatị\",\n    \"unsymmetrized\": \"enwetaghi ikike\",\n    \"unsympathetic\": \"enweghị ọmịiko\",\n    \"unsympathetically\": \"n'emeghị ebere\",\n    \"unsympatheticness\": \"enweghị ọmịiko\",\n    \"unsympathy\": \"enweghị ọmịiko\",\n    \"unsympathised\": \"na-enweghị obi ebere\",\n    \"unsympathising\": \"na-enweghị obi ebere\",\n    \"unsympathisingly\": \"n'emeghị ebere\",\n    \"unsympathizability\": \"Enweghị obi ebere\",\n    \"unsympathizable\": \"na-enweghị obi ebere\",\n    \"unsympathized\": \"enweghị ọmịiko\",\n    \"unsympathizing\": \"na-enweghị obi ebere\",\n    \"unsympathizingly\": \"n'emeghị ebere\",\n    \"unsimpering\": \"enweghị mmiri\",\n    \"unsymphonious\": \"enweghị okwukwe\",\n    \"unsymphoniously\": \"na-akwadoghị\",\n    \"unsimple\": \"enweghị atụ\",\n    \"unsimpleness\": \"unimpleim\",\n    \"unsimply\": \"enweghị isi\",\n    \"unsimplicity\": \"enweghị isi\",\n    \"unsimplify\": \"iwepu\",\n    \"unsimplified\": \"enweghị nkọwa\",\n    \"unsimplifying\": \"na-eme ka ọ dị mfe\",\n    \"unsymptomatic\": \"enweghị atụ\",\n    \"unsymptomatical\": \"enweghị atụ\",\n    \"unsymptomatically\": \"n'enweghị nsogbu\",\n    \"unsimular\": \"enweghị atụ\",\n    \"unsimulated\": \"enweghị atụ\",\n    \"unsimulating\": \"enweghị ihe\",\n    \"unsimulative\": \"enweghị atụ\",\n    \"unsimultaneous\": \"oge adighi\",\n    \"unsimultaneously\": \"oge niile\",\n    \"unsimultaneousness\": \"enweghị otu oge\",\n    \"unsincere\": \"enweghị obi eziokwu\",\n    \"unsincerely\": \"n'ekwesighi\",\n    \"unsincereness\": \"enweghi obi amaghi\",\n    \"unsincerity\": \"enweghi uche\",\n    \"unsynchronised\": \"na-akwadoghi iwu\",\n    \"unsynchronized\": \"anaghị arụ ọrụ\",\n    \"unsynchronous\": \"ezighi ezi\",\n    \"unsynchronousness\": \"unyn-ezighi ezi\",\n    \"unsyncopated\": \"akukoghi\",\n    \"unsyndicated\": \"enwetaghi iwu\",\n    \"unsinew\": \"amaghị nke a\",\n    \"unsinewed\": \"ebughi\",\n    \"unsinewy\": \"amaghị nke ọma\",\n    \"unsinewing\": \"na-asachapụ\",\n    \"unsinful\": \"emehie\",\n    \"unsinfully\": \"emehie\",\n    \"unsinfulness\": \"enweghị isi\",\n    \"unsing\": \"eji\",\n    \"unsingability\": \"enweghị ike\",\n    \"unsingable\": \"enweghị ike ịgbanwe\",\n    \"unsingableness\": \"enweghị ike ịkọwa ya\",\n    \"unsinged\": \"ejighi aha\",\n    \"unsingled\": \"ejighi aha\",\n    \"unsingleness\": \"alụghị di ma ọ bụ nwunye\",\n    \"unsingular\": \"enweghị atụ\",\n    \"unsingularness\": \"unsingular\",\n    \"unsinkable\": \"nke a na-apụghị ịkọwa\",\n    \"unsinking\": \"n'ichapụ\",\n    \"unsinning\": \"emehie\",\n    \"unsynonymous\": \"nke na-amaghị aha\",\n    \"unsynonymously\": \"na-enweghị aha\",\n    \"unsyntactic\": \"ekwenyeghi\",\n    \"unsyntactical\": \"ekwenyeghi\",\n    \"unsyntactically\": \"sịntetik\",\n    \"unsynthesised\": \"Achịkọtara\",\n    \"unsynthesized\": \"na-akwadoghị\",\n    \"unsynthetic\": \"ogwugwu\",\n    \"unsynthetically\": \"n'emeghị ya anya\",\n    \"unsyntheticness\": \"arụghị ọrụ\",\n    \"unsinuate\": \"ebughi\",\n    \"unsinuated\": \"na-enweghị atụ\",\n    \"unsinuately\": \"n'esepụghị aka\",\n    \"unsinuous\": \"enweghị isi\",\n    \"unsinuously\": \"n'esepụghị aka\",\n    \"unsinuousness\": \"enweghị isi\",\n    \"unsipped\": \"ebughi\",\n    \"unsyringed\": \"ọnweghị ọnye\",\n    \"unsystematic\": \"enweghị usoro\",\n    \"unsystematical\": \"enweghị usoro\",\n    \"unsystematically\": \"enweghị usoro\",\n    \"unsystematicness\": \"enweghị usoro\",\n    \"unsystematised\": \"enweghị usoro\",\n    \"unsystematising\": \"Nhazi usoro\",\n    \"unsystematized\": \"enweghị usoro\",\n    \"unsystematizedly\": \"enweghị usoro\",\n    \"unsystematizing\": \"enweghị usoro\",\n    \"unsystemizable\": \"enweghị usoro\",\n    \"unsister\": \"nnenne\",\n    \"unsistered\": \"edeghị aha\",\n    \"unsisterly\": \"enweghị ike\",\n    \"unsisterliness\": \"enweghị okwukwe\",\n    \"unsisting\": \"adighi\",\n    \"unsitting\": \"na-agbasaghị\",\n    \"unsittingly\": \"n'atụghị egwu\",\n    \"unsituated\": \"enweghị ọnọdụ\",\n    \"unsizable\": \"enweghị ike ịgbagha\",\n    \"unsizableness\": \"unsizable\",\n    \"unsizeable\": \"enweghị ike ịgbanwe\",\n    \"unsizeableness\": \"unsizeable\",\n    \"unsized\": \"ejighị ya\",\n    \"unskaithed\": \"enweghị nsogbu\",\n    \"unskeptical\": \"enweghi obi abụọ\",\n    \"unskeptically\": \"n'amaghi ama\",\n    \"unskepticalness\": \"enweghị nkwenye\",\n    \"unsketched\": \"n'etinyeghi ya aka\",\n    \"unskewed\": \"ajuju\",\n    \"unskewered\": \"enweghị iwu\",\n    \"unskilful\": \"enweghị nkà\",\n    \"unskilfully\": \"n'amaghị ama\",\n    \"unskilfulness\": \"enweghị nkà\",\n    \"unskilled\": \"amaghi ihe\",\n    \"unskilledly\": \"enweghị nkà\",\n    \"unskilledness\": \"amaghi ama\",\n    \"unskillful\": \"enweghị nkà\",\n    \"unskillfully\": \"n'amaghị ama\",\n    \"unskillfulness\": \"enweghị nkà\",\n    \"unskin\": \"akpukpo aru\",\n    \"unskinned\": \"akpachapuru anya\",\n    \"unskirmished\": \"enweghị nkwarụ\",\n    \"unskirted\": \"uwe\",\n    \"unslack\": \"tọpụ\",\n    \"unslacked\": \"agbasaghị\",\n    \"unslackened\": \"agbasaghị\",\n    \"unslackening\": \"agbasaghị\",\n    \"unslacking\": \"agbasapụ\",\n    \"unslagged\": \"ewepu\",\n    \"unslayable\": \"enweghị ike ịkwụ ụgwọ\",\n    \"unslain\": \"ejighi\",\n    \"unslakable\": \"enweghị ụgwọ\",\n    \"unslakeable\": \"enweghị atụ\",\n    \"unslaked\": \"enweghị iwu\",\n    \"unslammed\": \"enweghị ọkụ\",\n    \"unslandered\": \"akọghị\",\n    \"unslanderous\": \"enweghị nkwupụta\",\n    \"unslanderously\": \"mkpọtụ\",\n    \"unslanderousness\": \"nkwutọ\",\n    \"unslanted\": \"agbasaghị\",\n    \"unslanting\": \"ịtọpu\",\n    \"unslapped\": \"agbasaghị\",\n    \"unslashed\": \"ewepu\",\n    \"unslate\": \"ewepụtaghị\",\n    \"unslated\": \"enweghị mmekọ\",\n    \"unslating\": \"ewepu\",\n    \"unslatted\": \"Emeghe\",\n    \"unslaughtered\": \"ebughi oke\",\n    \"unslave\": \"agba ohu\",\n    \"unsleaved\": \"ekoghị eko\",\n    \"unsleek\": \"nlele\",\n    \"unsleepably\": \"n’enweghị ụra\",\n    \"unsleepy\": \"ehighị ụra\",\n    \"unsleeping\": \"ehighị ụra\",\n    \"unsleepingly\": \"n’enweghị ụra\",\n    \"unsleeve\": \"uwe\",\n    \"unsleeved\": \"anaghị etinye aka\",\n    \"unslept\": \"esifughi\",\n    \"unsly\": \"ejighị ya kpọrọ ihe\",\n    \"unsliced\": \"enweghị akwụkwọ\",\n    \"unslicked\": \"adịghị ọcha\",\n    \"unsliding\": \"anaghị efe efe\",\n    \"unslighted\": \"enwupụtabeghị\",\n    \"unslyly\": \"ejighị ya kpọrọ ihe\",\n    \"unslyness\": \"enweghị atụ\",\n    \"unsling\": \"budata\",\n    \"unslinging\": \"agbapụ\",\n    \"unslinking\": \"iwepu\",\n    \"unslip\": \"wepụ\",\n    \"unslipped\": \"agbachapụghị\",\n    \"unslippered\": \"agbasaghị\",\n    \"unslippery\": \"aforizie\",\n    \"unslipping\": \"wepụpu\",\n    \"unslit\": \"enweghị nkewa\",\n    \"unslockened\": \"emegheghi\",\n    \"unslogh\": \"wezuga\",\n    \"unsloped\": \"agbachapụghị\",\n    \"unsloping\": \"agbasaghị\",\n    \"unslopped\": \"emegheghị\",\n    \"unslothful\": \"enweghị atụ\",\n    \"unslothfully\": \"n'esepughi\",\n    \"unslothfulness\": \"enweghị mmasị\",\n    \"unslotted\": \"edebeghi iwu\",\n    \"unslouched\": \"emeghebeghị\",\n    \"unslouchy\": \"edepu aha\",\n    \"unslouching\": \"ịtọpụ\",\n    \"unsloughed\": \"agbachapụghị anya\",\n    \"unsloughing\": \"itughari\",\n    \"unslowly\": \"n'emeghị nwayọ\",\n    \"unslowness\": \"ịdị nwayọọ\",\n    \"unsluggish\": \"ebughi ahia\",\n    \"unsluggishly\": \"n'emeghị anya\",\n    \"unsluggishness\": \"enweghị iwu\",\n    \"unsluiced\": \"enweghị mmetụ\",\n    \"unslumbery\": \"ikwuputa ugwu\",\n    \"unslumbering\": \"agbasaghị\",\n    \"unslumberous\": \"enweghị atụ\",\n    \"unslumbrous\": \"enweghị atụ\",\n    \"unslumped\": \"agbasaghị\",\n    \"unslumping\": \"agbasaghị\",\n    \"unslung\": \"fepụ\",\n    \"unslurred\": \"emerụghị\",\n    \"unsmacked\": \"ebupughi\",\n    \"unsmart\": \"wepu\",\n    \"unsmarting\": \"iwepu\",\n    \"unsmartly\": \"unacartly\",\n    \"unsmartness\": \"unmartart\",\n    \"unsmashed\": \"ibibi\",\n    \"unsmeared\": \"enweghị atụ\",\n    \"unsmelled\": \"ekpuchighị\",\n    \"unsmelling\": \"na-ere ere\",\n    \"unsmelted\": \"agbasaghị\",\n    \"unsmiled\": \"enwu\",\n    \"unsmiling\": \"na-enweghị ike\",\n    \"unsmilingly\": \"n'esepụghị aka\",\n    \"unsmilingness\": \"enweghị nchekasị\",\n    \"unsmirched\": \"unmirmit\",\n    \"unsmirking\": \"na-enweghị egwu\",\n    \"unsmirkingly\": \"n'amaghị ama\",\n    \"unsmitten\": \"etinyeghị aka\",\n    \"unsmocked\": \"kpochie\",\n    \"unsmokable\": \"enweghị ike iwepụ\",\n    \"unsmokeable\": \"enweghị atụ\",\n    \"unsmoked\": \"wepu\",\n    \"unsmoky\": \"unmoky\",\n    \"unsmokified\": \"asambodo\",\n    \"unsmokily\": \"n'enweghi nsogbu\",\n    \"unsmokiness\": \"enweghị ọrụ\",\n    \"unsmoking\": \"na-ese anwụrụ\",\n    \"unsmoldering\": \"na-agbasasị\",\n    \"unsmooth\": \"edozi\",\n    \"unsmoothed\": \"kpochapu\",\n    \"unsmoothened\": \"kpochapu\",\n    \"unsmoothness\": \"adị mfe\",\n    \"unsmote\": \"wepu aha\",\n    \"unsmotherable\": \"edozi\",\n    \"unsmothered\": \"akpokoro\",\n    \"unsmothering\": \"nne nne\",\n    \"unsmouldering\": \"unsululdering\",\n    \"unsmoulderingly\": \"n'esepụghị aka\",\n    \"unsmudged\": \"agbasaghị\",\n    \"unsmug\": \"wepụ\",\n    \"unsmuggled\": \"ebughie\",\n    \"unsmugness\": \"Ikpuchi\",\n    \"unsmutched\": \"akpụrụ aka\",\n    \"unsmutted\": \"okpokoro\",\n    \"unsmutty\": \"Enweghị ihe ọ bụla\",\n    \"unsnaffled\": \"wepu aka\",\n    \"unsnagged\": \"ebughi\",\n    \"unsnaggled\": \"agbasaghị\",\n    \"unsnaky\": \"wepu\",\n    \"unsnap\": \"wepu\",\n    \"unsnapped\": \"ebughi\",\n    \"unsnapping\": \"wepu aka\",\n    \"unsnaps\": \"nyocha\",\n    \"unsnare\": \"nyocha\",\n    \"unsnared\": \"ọnweghị ọnya\",\n    \"unsnarled\": \"enweghị nchịkwa\",\n    \"unsnarling\": \"enweghị atụ\",\n    \"unsnarls\": \"Udochukwu\",\n    \"unsnatch\": \"wepu\",\n    \"unsnatched\": \"emetụtaghị ya\",\n    \"unsneck\": \"wepu aka\",\n    \"unsneering\": \"enweghị ike\",\n    \"unsnipped\": \"edeghi\",\n    \"unsnobbish\": \"agbasaghị\",\n    \"unsnobbishly\": \"agbasaghị\",\n    \"unsnobbishness\": \"enweghị nchịkwa\",\n    \"unsnoring\": \"adịghị edozi\",\n    \"unsnouted\": \"enweghị nkwanye ugwu\",\n    \"unsnow\": \"amaghị\",\n    \"unsnubbable\": \"enweghị atụ\",\n    \"unsnubbed\": \"wepu aka\",\n    \"unsnuffed\": \"afụghị\",\n    \"unsnug\": \"wepụ\",\n    \"unsnugly\": \"kpachara anya\",\n    \"unsnugness\": \"agbapụ\",\n    \"unsoaked\": \"unoaked\",\n    \"unsoaped\": \"ebughi\",\n    \"unsoarable\": \"enweghị atụ\",\n    \"unsoaring\": \"enweghị atụ\",\n    \"unsober\": \"enweghị ike\",\n    \"unsobered\": \"enweghị ike\",\n    \"unsobering\": \"enweghị atụ\",\n    \"unsoberly\": \"enweghị atụ\",\n    \"unsoberness\": \"ịnọ nkịtị\",\n    \"unsobriety\": \"enweghị nsogbu\",\n    \"unsociability\": \"enweghị ike\",\n    \"unsociable\": \"enweghị ike\",\n    \"unsociableness\": \"enweghị ike\",\n    \"unsociably\": \"n’enweghi ike\",\n    \"unsocial\": \"enweghị mmekọrịta\",\n    \"unsocialised\": \"enweghị mmekọrịta\",\n    \"unsocialising\": \"enweghị mmekọrịta\",\n    \"unsocialism\": \"enweghị mmekọrịta\",\n    \"unsocialistic\": \"enweghị mmekọrịta\",\n    \"unsociality\": \"enweghị mmekọrịta\",\n    \"unsocializable\": \"enweghị ike ịkekọrịta\",\n    \"unsocialized\": \"ejikọtaghị\",\n    \"unsocializing\": \"ịdị n'otu\",\n    \"unsocially\": \"n'udo\",\n    \"unsocialness\": \"enweghị mmekọrịta\",\n    \"unsocket\": \"akpa\",\n    \"unsocketed\": \"ejighi aka\",\n    \"unsodden\": \"edebeghị\",\n    \"unsoggy\": \"enweghị ike\",\n    \"unsoil\": \"tọpụ\",\n    \"unsoiled\": \"edozi\",\n    \"unsoiledness\": \"unsoiled\",\n    \"unsoiling\": \"enweghị ike\",\n    \"unsolaced\": \"enweghi oke\",\n    \"unsolacing\": \"enweghị ike\",\n    \"unsold\": \"ereghị\",\n    \"unsolder\": \"ewepụghị\",\n    \"unsoldered\": \"anaghị ere\",\n    \"unsoldering\": \"agbasaghị\",\n    \"unsolders\": \"ndị ahịa\",\n    \"unsoldiered\": \"edozibeghị\",\n    \"unsoldiery\": \"arụ ọrụ\",\n    \"unsoldierly\": \"enweghị ike\",\n    \"unsolemness\": \"enweghị nsogbu\",\n    \"unsolemnized\": \"enweghị iwu\",\n    \"unsolemnly\": \"enweghị iwu\",\n    \"unsolemnness\": \"ukwu\",\n    \"unsolicitated\": \"n’achọghị\",\n    \"unsolicited\": \"n’achọghị\",\n    \"unsolicitedly\": \"n’achọghị\",\n    \"unsolicitous\": \"n’achọghị\",\n    \"unsolicitously\": \"n’enweghị nsogbu\",\n    \"unsolicitousness\": \"enweghị iwu\",\n    \"unsolicitude\": \"enweghị atụ\",\n    \"unsolid\": \"edozibeghị\",\n    \"unsolidarity\": \"enweghị nkwado\",\n    \"unsolidifiable\": \"enweghị ike ịkọwapụta\",\n    \"unsolidified\": \"edozighi\",\n    \"unsolidity\": \"agbasaghị\",\n    \"unsolidly\": \"agbasaghị\",\n    \"unsolidness\": \"enweghị ike\",\n    \"unsoling\": \"na-edozi\",\n    \"unsolitary\": \"edozibeghị\",\n    \"unsolubility\": \"agbasaghị\",\n    \"unsoluble\": \"agbasaghị\",\n    \"unsolubleness\": \"agbasapụ\",\n    \"unsolubly\": \"agbasaghị\",\n    \"unsolvable\": \"edozighị\",\n    \"unsolvableness\": \"ekweghị edozi\",\n    \"unsolvably\": \"n’enweghi nsogbu\",\n    \"unsolve\": \"edozi\",\n    \"unsolved\": \"edozighi\",\n    \"unsomatic\": \"nsogbu\",\n    \"unsomber\": \"amaghi ụra\",\n    \"unsomberness\": \"enweghi nsogbu\",\n    \"unsombreness\": \"amaghị ama\",\n    \"unsome\": \"amaghi\",\n    \"unsomnolent\": \"enweghị nsogbu\",\n    \"unsonable\": \"enweghi ike\",\n    \"unsoncy\": \"enweghi ike\",\n    \"unsonneted\": \"unnetneted\",\n    \"unsonsy\": \"izu ike\",\n    \"unsoothable\": \"unoothable\",\n    \"unsoothed\": \"ebughi\",\n    \"unsoothfast\": \"na-ehi ụra\",\n    \"unsoothing\": \"emeghe\",\n    \"unsophistic\": \"unso sophisticated\",\n    \"unsophistical\": \"enweghị akwụkwọ\",\n    \"unsophisticate\": \"osioma\",\n    \"unsophisticated\": \"osioma\",\n    \"unsophisticatedly\": \"osioma\",\n    \"unsophisticatedness\": \"unsoplified\",\n    \"unsophistication\": \"ogwugwo\",\n    \"unsophomoric\": \"akwadoghị akwadoghị\",\n    \"unsophomorical\": \"enweghị akwụkwọ\",\n    \"unsophomorically\": \"unọm-akwụkwọ\",\n    \"unsoporiferous\": \"enweghị nkwado\",\n    \"unsoporiferously\": \"na-akwadoghị\",\n    \"unsoporiferousness\": \"enweghị nkwekọrịta\",\n    \"unsoporific\": \"enweghị aha\",\n    \"unsordid\": \"enweghị iwu\",\n    \"unsordidly\": \"na-akwadoghị\",\n    \"unsordidness\": \"ekwenyeghi\",\n    \"unsore\": \"arụghị ọrụ\",\n    \"unsorely\": \"n'enyemaka\",\n    \"unsoreness\": \"arụghị ọrụ\",\n    \"unsorry\": \"udo adịghị\",\n    \"unsorriness\": \"enweghị ọrụ\",\n    \"unsorrowed\": \"abaghị uru\",\n    \"unsorrowful\": \"enweghị atụ\",\n    \"unsorrowing\": \"enweghị nsogbu\",\n    \"unsort\": \"ewepụghị\",\n    \"unsortable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"unsorted\": \"agwaghị agwa\",\n    \"unsorting\": \"ịtọpụ\",\n    \"unsought\": \"achọghị\",\n    \"unsoul\": \"enweghi obi\",\n    \"unsoulful\": \"enweghi obi ike\",\n    \"unsoundableness\": \"enweghị ike\",\n    \"unsounded\": \"enweghị isi\",\n    \"unsounder\": \"enweghị ike\",\n    \"unsounding\": \"enweghị isi\",\n    \"unsoundly\": \"n'amaghị ama\",\n    \"unsoundness\": \"enweghị nkwanye ùgwù\",\n    \"unsourness\": \"enweghị ihe ọzọ\",\n    \"unsoused\": \"ejibeghi\",\n    \"unsovereign\": \"unsoversign\",\n    \"unsowed\": \"ejighi\",\n    \"unsown\": \"ekwughị\",\n    \"unspaced\": \"ebughi\",\n    \"unspacious\": \"mbara\",\n    \"unspaciousness\": \"unachie\",\n    \"unspaded\": \"ebughi\",\n    \"unspayed\": \"enweghị ụgwọ ọrụ\",\n    \"unspangled\": \"ghara ịdapụ\",\n    \"unspanned\": \"agbasaghi\",\n    \"unspanning\": \"ịgbasa\",\n    \"unsparable\": \"ọnara\",\n    \"unspared\": \"enweghị atụ\",\n    \"unsparing\": \"emeghi ebere\",\n    \"unsparingly\": \"n'emeghị ebere\",\n    \"unsparingness\": \"enweghị mmesapụ aka\",\n    \"unsparked\": \"emeghi\",\n    \"unsparkling\": \"na-egbukepụ egbukepụ\",\n    \"unsparred\": \"enweghị atụ\",\n    \"unsparse\": \"enweghị atụ\",\n    \"unsparsely\": \"enweghị atụ\",\n    \"unsparseness\": \"enweghị atụ\",\n    \"unspasmed\": \"emezughị\",\n    \"unspasmodic\": \"mkpirisi\",\n    \"unspasmodical\": \"ezighi ezi\",\n    \"unspasmodically\": \"adịghị ahụkebe\",\n    \"unspatiality\": \"ekwesighi\",\n    \"unspatially\": \"enweghi obi ebere\",\n    \"unspattered\": \"agbasaghị\",\n    \"unspawned\": \"enweghị eriri\",\n    \"unspeak\": \"ikwu okwu\",\n    \"unspeakability\": \"ekwughị okwu\",\n    \"unspeakable\": \"enweghị ike ịkọwa\",\n    \"unspeakableness\": \"ekwughị okwu\",\n    \"unspeakably\": \"Apụghị ikwu\",\n    \"unspeaking\": \"ekwughị\",\n    \"unspeaks\": \"kọwaa\",\n    \"unspeared\": \"enyochaghị\",\n    \"unspecialised\": \"uneniche\",\n    \"unspecialising\": \"enweghị ụdị\",\n    \"unspecialized\": \"enweghị ahaziri iche\",\n    \"unspecializing\": \"amaghị ama\",\n    \"unspecifiable\": \"enweghị ike ịkọwapụta\",\n    \"unspecific\": \"ekwughi okwu\",\n    \"unspecifically\": \"n'amaghị ama\",\n    \"unspecified\": \"ekwughi\",\n    \"unspecifiedly\": \"n'etinyeghi aka\",\n    \"unspecifying\": \"kọwaa\",\n    \"unspecious\": \"amaghi ama\",\n    \"unspeciously\": \"n'amaghị ama\",\n    \"unspeciousness\": \"amaghi ama\",\n    \"unspecked\": \"enyochaghị\",\n    \"unspeckled\": \"na-enweghị atụ\",\n    \"unspectacular\": \"enweghị atụ\",\n    \"unspectrelike\": \"enweghị atụ\",\n    \"unspeculating\": \"enweghị ike ịgbakọ\",\n    \"unspeculative\": \"enweghị atụ\",\n    \"unspeculatively\": \"enweghị atụ\",\n    \"unspeculatory\": \"enweghị atụ\",\n    \"unsped\": \"emeghi\",\n    \"unspeed\": \"ekwughi\",\n    \"unspeedful\": \"enweghị ike\",\n    \"unspeedy\": \"enweghị nsogbu\",\n    \"unspeedily\": \"n'esighi ike\",\n    \"unspeediness\": \"enweghị ọrụ\",\n    \"unspeered\": \"ekwughi\",\n    \"unspelled\": \"ekwughị\",\n    \"unspelling\": \"enweghị nkwupụta\",\n    \"unspendable\": \"agaghị akwụ ụgwọ\",\n    \"unspending\": \"anaghị akwụ ụgwọ\",\n    \"unspent\": \"enweghi obi ojoo\",\n    \"unspewed\": \"ekwupughi\",\n    \"unsphere\": \"enweghị ebe\",\n    \"unspheres\": \"ndị nna nna\",\n    \"unsphering\": \"emeghi\",\n    \"unspiable\": \"enweghi ike\",\n    \"unspiced\": \"enweghi mmetụta\",\n    \"unspied\": \"emeghi\",\n    \"unspilled\": \"emebighi\",\n    \"unspinning\": \"akpochapu\",\n    \"unspiraled\": \"emeghi\",\n    \"unspiralled\": \"Enweghị ike\",\n    \"unspirally\": \"unspiral\",\n    \"unspired\": \"n'ike mmụọ nsọ\",\n    \"unspiring\": \"na-enweghị obi ụtọ\",\n    \"unspirit\": \"mmụọ nsọ\",\n    \"unspirited\": \"mmụọ nsọ\",\n    \"unspiritedly\": \"n'emeghị mmụọ nsọ\",\n    \"unspiriting\": \"adịghị enye mmụọ\",\n    \"unspiritual\": \"mmụọ nsọ\",\n    \"unspiritualised\": \"mm uoghi ndu\",\n    \"unspiritualising\": \"adịghị asọpụrụ mmụọ\",\n    \"unspirituality\": \"enweghi mmuo\",\n    \"unspiritualize\": \"na-akwadoghị\",\n    \"unspiritualized\": \"na-emeghị mmụọ\",\n    \"unspiritualizing\": \"adịghị enye mmụọ\",\n    \"unspiritually\": \"nke mmụọ\",\n    \"unspiritualness\": \"mmuo nke mmuo\",\n    \"unspirituous\": \"enweghị mmụọ\",\n    \"unspissated\": \"enweghị obi ụtọ\",\n    \"unspit\": \"iwepụ\",\n    \"unspited\": \"agbaghara\",\n    \"unspiteful\": \"enweghị obi ebere\",\n    \"unspitefully\": \"n'amaghi ama\",\n    \"unspitted\": \"agbasaghị\",\n    \"unsplayed\": \"ekpughee\",\n    \"unsplashed\": \"emegheghị\",\n    \"unsplattered\": \"Okpukpo\",\n    \"unspleened\": \"edozibeghị\",\n    \"unspleenish\": \"unpleen\",\n    \"unspleenishly\": \"na-ezughị ezu\",\n    \"unsplendid\": \"adịghị mma\",\n    \"unsplendidly\": \"n'amaghị ama\",\n    \"unsplendidness\": \"unplendidness\",\n    \"unsplendorous\": \"mara mma\",\n    \"unsplendorously\": \"n'amaghi ama\",\n    \"unsplendourous\": \"enweghị atụ\",\n    \"unsplendourously\": \"unplendourously\",\n    \"unsplenetic\": \"adịghị edozi\",\n    \"unsplenetically\": \"n’enweghị atụ\",\n    \"unspliced\": \"enweghị nsogbu\",\n    \"unsplinted\": \"na-enweghị atụ\",\n    \"unsplintered\": \"unsplint\",\n    \"unsplit\": \"kewaa\",\n    \"unspoil\": \"kpochapu\",\n    \"unspoiled\": \"enweghị mmetọ\",\n    \"unspoiledness\": \"enweghị nsogbu\",\n    \"unspoilt\": \"akpoghi\",\n    \"unspoke\": \"ikwusi\",\n    \"unspoken\": \"ekwughi okwu\",\n    \"unspokenly\": \"ekwughị\",\n    \"unsponged\": \"undogbe\",\n    \"unsponsored\": \"na-akwadoghị\",\n    \"unspontaneous\": \"enweghi obi ojoo\",\n    \"unspontaneously\": \"n'amaghi ama\",\n    \"unspontaneousness\": \"okirikiri\",\n    \"unspookish\": \"ezighi ezi\",\n    \"unsported\": \"akwadoghi\",\n    \"unsportful\": \"ekwesighi\",\n    \"unsporting\": \"akuko\",\n    \"unsportive\": \"na-akwadoghị\",\n    \"unsportively\": \"na-akwadoghị\",\n    \"unsportiveness\": \"enweghị nkwado\",\n    \"unsportsmanly\": \"unsportsman\",\n    \"unsportsmanlikeness\": \"unsportsmanlike ness\",\n    \"unspotlighted\": \"enwetabeghị ọkụ\",\n    \"unspotted\": \"emebighi\",\n    \"unspottedly\": \"n'amaghị ama\",\n    \"unspottedness\": \"enweghị ike\",\n    \"unspoused\": \"enweghị akwụkwọ\",\n    \"unspouted\": \"enweghị nkwupụta\",\n    \"unsprayed\": \"n'egwuregwu\",\n    \"unsprained\": \"mkpachapu\",\n    \"unspread\": \"agbasa\",\n    \"unspreadable\": \"agbasaghi\",\n    \"unspreading\": \"agbasa\",\n    \"unspring\": \"nkpuru\",\n    \"unspringing\": \"unyi\",\n    \"unspringlike\": \"unkpu\",\n    \"unsprinkled\": \"agbasaghị\",\n    \"unsprinklered\": \"agbasaghị\",\n    \"unsprouted\": \"akparaghị ókè\",\n    \"unsproutful\": \"Udo\",\n    \"unsprouting\": \"na-egosipụta\",\n    \"unspruced\": \"unspruwed\",\n    \"unspun\": \"emebighi\",\n    \"unspurious\": \"adịghị akwụ ụgwọ\",\n    \"unspuriously\": \"n'amaghị ama\",\n    \"unspuriousness\": \"ekwesighi\",\n    \"unspurned\": \"emegheghi\",\n    \"unspurred\": \"emezighi\",\n    \"unsputtering\": \"ekwupụta\",\n    \"unsquabbling\": \"ịtọpụ\",\n    \"unsquandered\": \"enweghị iwu\",\n    \"unsquarable\": \"enweghị atụ\",\n    \"unsquare\": \"ebuputaghi\",\n    \"unsquared\": \"enweghị eriri\",\n    \"unsquashable\": \"enweghị ike ikwupụta\",\n    \"unsquashed\": \"ebughi mmiri\",\n    \"unsqueamish\": \"asambodo\",\n    \"unsqueamishly\": \"n'amaghị ama\",\n    \"unsqueamishness\": \"enweghị iwu\",\n    \"unsqueezable\": \"enweghị ike ịkọwapụta\",\n    \"unsqueezed\": \"enweghị atụ\",\n    \"unsquelched\": \"unwelitebeghị\",\n    \"unsquinting\": \"na-enweghị atụ\",\n    \"unsquire\": \"jua\",\n    \"unsquired\": \"achoputaghi\",\n    \"unsquirelike\": \"na-enweghị ọdịdị\",\n    \"unsquirming\": \"na-enweghị mmiri\",\n    \"unsquirted\": \"achọpụtaghị\",\n    \"unstabbed\": \"ejighị n'aka\",\n    \"unstabilised\": \"akwụsịghị\",\n    \"unstabilising\": \"na-agbagha\",\n    \"unstability\": \"enweghi nsogbu\",\n    \"unstabilized\": \"akwụsịghị\",\n    \"unstabilizing\": \"na-akwusi\",\n    \"unstable\": \"ejighị n'aka\",\n    \"unstabled\": \"enweghi ike\",\n    \"unstableness\": \"enweghi ike\",\n    \"unstabler\": \"ejighị ike\",\n    \"unstablest\": \"akwụghị ike\",\n    \"unstably\": \"kwusiri ike\",\n    \"unstablished\": \"etoliteghi\",\n    \"unstack\": \"mepee\",\n    \"unstacked\": \"ebupughi\",\n    \"unstacker\": \"imeghe\",\n    \"unstacking\": \"atọpụ\",\n    \"unstacks\": \"Mmechi\",\n    \"unstaffed\": \"ekwuputaghi\",\n    \"unstaged\": \"emebeghi\",\n    \"unstaggered\": \"agharaghị\",\n    \"unstaggering\": \"na-agbagha\",\n    \"unstagy\": \"nkwanye ugwu\",\n    \"unstaginess\": \"nkwenye\",\n    \"unstagnant\": \"eguzosie ike\",\n    \"unstagnantly\": \"unagwa\",\n    \"unstagnating\": \"na-agbagha\",\n    \"unstaid\": \"ekwughi\",\n    \"unstaidly\": \"ikwesighi\",\n    \"unstayed\": \"unstasta\",\n    \"unstaying\": \"atọpụ\",\n    \"unstained\": \"unetains\",\n    \"unstainedly\": \"n'esachapụghị anya\",\n    \"unstainedness\": \"nhicha\",\n    \"unstaled\": \"emeghebeghị\",\n    \"unstalked\": \"emeghi njem\",\n    \"unstalled\": \"ewepu\",\n    \"unstammeringly\": \"n'amaghi ama\",\n    \"unstamped\": \"akara aka\",\n    \"unstampeded\": \"emeghi emechi\",\n    \"unstanchable\": \"ọnwu\",\n    \"unstandard\": \"eleghi anya\",\n    \"unstandardisable\": \"tozuru oke\",\n    \"unstandardised\": \"adabaghi iwu\",\n    \"unstandardizable\": \"edozighi\",\n    \"unstandardized\": \"edozighi\",\n    \"unstanding\": \"enweghị atụ\",\n    \"unstapled\": \"achọpụtabeghị\",\n    \"unstar\": \"kpakpando\",\n    \"unstarched\": \"enyochabeghị\",\n    \"unstarlike\": \"enweghi mmasị\",\n    \"unstarred\": \"kpakpando\",\n    \"unstarted\": \"ebupughi\",\n    \"unstarting\": \"ibido\",\n    \"unstartled\": \"emebighi\",\n    \"unstartling\": \"tọpụ\",\n    \"unstarved\": \"a na-atụghị anya\",\n    \"unstatable\": \"agaghi amatu\",\n    \"unstate\": \"ala\",\n    \"unstateable\": \"udo\",\n    \"unstated\": \"ekwughi\",\n    \"unstately\": \"aghara aghara\",\n    \"unstates\": \"obodo\",\n    \"unstatic\": \"enweghị nsogbu\",\n    \"unstatically\": \"n'esepụghị aka\",\n    \"unstating\": \"na-akọwa\",\n    \"unstation\": \"nkwụsị\",\n    \"unstationary\": \"enweghị akwụkwọ\",\n    \"unstationed\": \"ekwupughi\",\n    \"unstatistic\": \"enweghị ụkpụrụ\",\n    \"unstatistically\": \"n'amaghị ama\",\n    \"unstatued\": \"unatu\",\n    \"unstatutable\": \"enweghị ike ịkọwapụta\",\n    \"unstatutably\": \"ekwughị\",\n    \"unstatutory\": \"akụkọ\",\n    \"unstaunch\": \"mepee\",\n    \"unstaunchable\": \"enweghị ike ịkọwapụta\",\n    \"unstaunched\": \"ekpughere\",\n    \"unstaveable\": \"ekweghi\",\n    \"unstaved\": \"ekpuchighị\",\n    \"unsteadfast\": \"akwụghị ụgwọ\",\n    \"unsteadfastly\": \"kwụsie ike\",\n    \"unsteadfastness\": \"ikwesighi ike\",\n    \"unsteady\": \"kwụsie ike\",\n    \"unsteadied\": \"unadibeghi\",\n    \"unsteadier\": \"unadi\",\n    \"unsteadies\": \"ekweghị\",\n    \"unsteadying\": \"adịghị eguzosi ike\",\n    \"unsteadily\": \"n'esighi ike\",\n    \"unsteadiness\": \"nkwenye\",\n    \"unstealthy\": \"adighi aru ike\",\n    \"unstealthiness\": \"enweghị nsogbu\",\n    \"unsteamed\": \"adighi\",\n    \"unsteaming\": \"Uwa\",\n    \"unstecked\": \"ezughi oke\",\n    \"unsteek\": \"kpughee\",\n    \"unsteel\": \"izu ike\",\n    \"unsteeled\": \"anapụtaghị\",\n    \"unsteeling\": \"enweghị akwụkwọ\",\n    \"unsteels\": \"ekweghị\",\n    \"unsteep\": \"adighi\",\n    \"unsteeped\": \"akpachaghị anya\",\n    \"unsteepled\": \"adighi\",\n    \"unsteered\": \"enweghị akwụkwọ\",\n    \"unstemmable\": \"enweghị ike ịkwụsị\",\n    \"unstemmed\": \"emebisighi\",\n    \"unstentoriously\": \"n'amaghi ama\",\n    \"unstep\": \"awụpụ\",\n    \"unstepped\": \"adighi\",\n    \"unstepping\": \"na-emeghe\",\n    \"unsteps\": \"nzọụkwụ\",\n    \"unstercorated\": \"mkpuchi\",\n    \"unstereotyped\": \"unerekere\",\n    \"unsterile\": \"ezighi ezi\",\n    \"unsterilized\": \"na-emeghe\",\n    \"unstewed\": \"akpachapụghị anya\",\n    \"unsticked\": \"agbadoro\",\n    \"unsticky\": \"ejighị n'aka\",\n    \"unsticking\": \"Na-emeghe\",\n    \"unstickingness\": \"nkwanye ùgwù\",\n    \"unstiffened\": \"ekwesighi\",\n    \"unstiffly\": \"ekwesighi\",\n    \"unstiffness\": \"ekwenti\",\n    \"unstifled\": \"agbasaghị\",\n    \"unstifling\": \"agbasapụ\",\n    \"unstigmatised\": \"eleghi anya\",\n    \"unstyled\": \"kpughee\",\n    \"unstylishness\": \"unstylish\",\n    \"unstylized\": \"emegharịghi\",\n    \"unstill\": \"iwepụ\",\n    \"unstilled\": \"akwụbeghị\",\n    \"unstillness\": \"izu ike\",\n    \"unstilted\": \"agbasaghi\",\n    \"unstimulable\": \"enweghị atụ\",\n    \"unstimulated\": \"enweghị atụ\",\n    \"unstimulating\": \"na-akpali akpali\",\n    \"unstimulatingly\": \"na-akpali akpali\",\n    \"unstimulative\": \"enweghị atụ\",\n    \"unsting\": \"emeghe\",\n    \"unstinged\": \"emeghi\",\n    \"unstinging\": \"na-emeghe\",\n    \"unstingingly\": \"n'udo\",\n    \"unstinted\": \"achaghị\",\n    \"unstintedly\": \"n'egosighi ike\",\n    \"unstinting\": \"n'apupụta\",\n    \"unstintingly\": \"n'etu aka\",\n    \"unstippled\": \"agbasaghị\",\n    \"unstipulated\": \"n'amaghi ama\",\n    \"unstirrable\": \"ekweghị\",\n    \"unstirred\": \"kpakpando\",\n    \"unstirring\": \"kpakpando\",\n    \"unstitch\": \"unet\",\n    \"unstitched\": \"unitit\",\n    \"unstitching\": \"ịtọpụ\",\n    \"unstocked\": \"agbaghe\",\n    \"unstocking\": \"emeghe\",\n    \"unstockinged\": \"agbaghe\",\n    \"unstoic\": \"ihe omimi\",\n    \"unstoical\": \"ihe omimi\",\n    \"unstoically\": \"n'amaghi ama\",\n    \"unstoicize\": \"itughari\",\n    \"unstoked\": \"emeghi\",\n    \"unstolen\": \"emeghe\",\n    \"unstonable\": \"unston\",\n    \"unstoneable\": \"enweghị ike\",\n    \"unstoned\": \"na-atụghị ya anya\",\n    \"unstooped\": \"unetoopu\",\n    \"unstooping\": \"Utuakpu\",\n    \"unstop\": \"ịkwụsị\",\n    \"unstoppable\": \"enweghị ike ịkwụsị\",\n    \"unstoppably\": \"enweghị ike ịkwụsị\",\n    \"unstopped\": \"emeghe\",\n    \"unstopper\": \"emeghe\",\n    \"unstoppered\": \"emeghe\",\n    \"unstopping\": \"emeghe\",\n    \"unstopple\": \"nkwụsị\",\n    \"unstops\": \"emeghe\",\n    \"unstorable\": \"enweghi ike igbochi\",\n    \"unstore\": \"unlọ ahịa\",\n    \"unstored\": \"echekwara\",\n    \"unstoried\": \"akuko\",\n    \"unstormable\": \"enweghị ike ịkwụsị\",\n    \"unstormed\": \"emebere\",\n    \"unstormy\": \"oké ụlọ\",\n    \"unstorminess\": \"ezighi ezi\",\n    \"unstout\": \"emeghe\",\n    \"unstoved\": \"emegheghi\",\n    \"unstow\": \"tọpụ\",\n    \"unstowed\": \"enweghi ike\",\n    \"unstraddled\": \"emeghara\",\n    \"unstrafed\": \"agbaghaghi\",\n    \"unstraightened\": \"emeghi emezi\",\n    \"unstraightforward\": \"enweghị nsogbu\",\n    \"unstraightness\": \"enweghị ikike\",\n    \"unstraying\": \"emehie\",\n    \"unstrained\": \"ejighi aka\",\n    \"unstraitened\": \"n'adighi ike\",\n    \"unstrange\": \"igbapu\",\n    \"unstrangered\": \"akparaghị ókè\",\n    \"unstrangled\": \"na-achịkwa\",\n    \"unstrangulable\": \"enweghị ike ịkọwa ya\",\n    \"unstrap\": \"eriri\",\n    \"unstrapped\": \"tọpụ\",\n    \"unstrapping\": \"eriri\",\n    \"unstraps\": \"eriri\",\n    \"unstrategical\": \"enweghị echiche\",\n    \"unstrategically\": \"n'amaghị ama\",\n    \"unstreamed\": \"awughi\",\n    \"unstreaming\": \"awụgharị\",\n    \"unstreamlined\": \"emezighi\",\n    \"unstrength\": \"ike\",\n    \"unstrengthen\": \"wusi ike\",\n    \"unstrengthened\": \"ike\",\n    \"unstrengthening\": \"na-eme ka ike\",\n    \"unstrenuous\": \"enweghị nsogbu\",\n    \"unstrenuously\": \"n'esemokwu\",\n    \"unstrenuousness\": \"enweghị nchịkwa\",\n    \"unstrepitous\": \"enweghị isi\",\n    \"unstress\": \"yipu uwe\",\n    \"unstressed\": \"ekpuchighị\",\n    \"unstressedly\": \"ekpuchighị\",\n    \"unstressedness\": \"enweghị nsogbu\",\n    \"unstresses\": \"ekpuchighị\",\n    \"unstretch\": \"igbasa\",\n    \"unstretchable\": \"ekweghi ekwe omume\",\n    \"unstretched\": \"agbatị\",\n    \"unstriated\": \"enweghị akara\",\n    \"unstricken\": \"amaghi\",\n    \"unstrict\": \"mmachi\",\n    \"unstrictly\": \"n'esighi ike\",\n    \"unstrictness\": \"mmachi\",\n    \"unstrictured\": \"mmachi\",\n    \"unstride\": \"atopu\",\n    \"unstrident\": \"enweghi obi iru ala\",\n    \"unstridently\": \"n'amaghi ama\",\n    \"unstridulating\": \"na-akọwapụta\",\n    \"unstridulous\": \"enweghị iwu\",\n    \"unstrike\": \"pịa\",\n    \"unstriking\": \"na-akụ\",\n    \"unstring\": \"eriri\",\n    \"unstringed\": \"eriri\",\n    \"unstringently\": \"unstring\",\n    \"unstringing\": \"eriri\",\n    \"unstrings\": \"eriri\",\n    \"unstrip\": \"tọpụ\",\n    \"unstriped\": \"eriri\",\n    \"unstripped\": \"akpachapụghị anya\",\n    \"unstriving\": \"na-adịghị agbanwe agbanwe\",\n    \"unstroked\": \"kwụsịrị\",\n    \"unstrong\": \"ekweghị\",\n    \"unstruck\": \"akwara\",\n    \"unstructural\": \"ezighi ezi\",\n    \"unstructurally\": \"ezighi ezi\",\n    \"unstructured\": \"ezighi ezi\",\n    \"unstruggling\": \"enweghị mgba\",\n    \"unstrung\": \"a tọhapụrụ ya\",\n    \"unstubbed\": \"agbasaghị\",\n    \"unstubbled\": \"agbasaghị\",\n    \"unstubborn\": \"ekweghi ekwe\",\n    \"unstubbornly\": \"n'arụbeghị\",\n    \"unstubbornness\": \"unubens nke\",\n    \"unstudied\": \"agụghị akwụkwọ\",\n    \"unstudiedness\": \"akwụkwọ\",\n    \"unstudious\": \"enweghị uche\",\n    \"unstudiousness\": \"enweghị ntụkwasị obi\",\n    \"unstuffed\": \"adịghị\",\n    \"unstuffiness\": \"enweghi ike\",\n    \"unstuffing\": \"Utu\",\n    \"unstultified\": \"enweghi iwu\",\n    \"unstultifying\": \"na-emezigharị\",\n    \"unstumbling\": \"ọgba aghara\",\n    \"unstung\": \"ibupụrụ\",\n    \"unstunned\": \"enweghị nsogbu\",\n    \"unstunted\": \"ebughi\",\n    \"unstupefied\": \"amataghi\",\n    \"unstupid\": \"nzuzu\",\n    \"unstupidly\": \"nzuzu\",\n    \"unstupidness\": \"nzuzu\",\n    \"unsturdy\": \"ezighi ezi\",\n    \"unstuttered\": \"ekwughị okwu\",\n    \"unstuttering\": \"n'ikwu okwu\",\n    \"unsubdivided\": \"enweghị nkewa\",\n    \"unsubduable\": \"enweghị ike ịgbagha\",\n    \"unsubduableness\": \"enweghị ike ịgbagha\",\n    \"unsubduably\": \"enweghị mgbagha\",\n    \"unsubducted\": \"echeghị\",\n    \"unsubdued\": \"enweghị nchịkwa\",\n    \"unsubduedly\": \"n’enweghị atụ\",\n    \"unsubduedness\": \"enweghị atụ\",\n    \"unsubject\": \"wepu\",\n    \"unsubjectable\": \"enweghị mgbagha\",\n    \"unsubjected\": \"enweghị isi\",\n    \"unsubjectedness\": \"enweghị isi\",\n    \"unsubjection\": \"enweghị nkwenye\",\n    \"unsubjective\": \"enweghị isi\",\n    \"unsubjectively\": \"n'arụghị ụka\",\n    \"unsubjectlike\": \"dị ka\",\n    \"unsubjugate\": \"wepu aka\",\n    \"unsubjugated\": \"agbasaghị\",\n    \"unsublimable\": \"enweghị atụ\",\n    \"unsublimated\": \"enweghị atụ\",\n    \"unsublimed\": \"enweghị atụ\",\n    \"unsubmerged\": \"agbasaghị\",\n    \"unsubmergible\": \"enweghị ike ịgbagha\",\n    \"unsubmerging\": \"agbasaghị\",\n    \"unsubmersible\": \"agbasaghị\",\n    \"unsubmission\": \"nnyefe\",\n    \"unsubmissive\": \"ekweghị\",\n    \"unsubmissively\": \"ekweghị\",\n    \"unsubmissiveness\": \"ekweghị\",\n    \"unsubmitted\": \"enwetaghị\",\n    \"unsubmitting\": \"ewebata\",\n    \"unsubordinate\": \"enweghị isi\",\n    \"unsubordinated\": \"enweghị nchịkwa\",\n    \"unsubordinative\": \"enweghị isi\",\n    \"unsuborned\": \"a na-amụbeghị\",\n    \"unsubpoenaed\": \"enyoghi anya\",\n    \"unsubrogated\": \"enweghị ajụjụ\",\n    \"unsubscribed\": \"wepu aha\",\n    \"unsubscribing\": \"wepu aha\",\n    \"unsubscripted\": \"banyeghi\",\n    \"unsubservient\": \"anaghị akwado iwu\",\n    \"unsubserviently\": \"n'esepụghị aka\",\n    \"unsubsided\": \"a na-akwadoghị\",\n    \"unsubsidiary\": \"enweghị nkwanye ugwu\",\n    \"unsubsiding\": \"enweghị isi\",\n    \"unsubsidized\": \"enweghị atụ\",\n    \"unsubstanced\": \"enweghị isi\",\n    \"unsubstantial\": \"enweghị isi\",\n    \"unsubstantiality\": \"enweghị nkwenye\",\n    \"unsubstantialization\": \"enweghị nkwenye\",\n    \"unsubstantialize\": \"gosipụta\",\n    \"unsubstantially\": \"n'ụzọ na-enweghị isi\",\n    \"unsubstantialness\": \"enweghị nkwenye\",\n    \"unsubstantiatable\": \"enweghị nkwenye\",\n    \"unsubstantiate\": \"agbasaghị\",\n    \"unsubstantiated\": \"enyoghi anya\",\n    \"unsubstantiation\": \"enweghị nkwenye\",\n    \"unsubstantive\": \"enweghị nkwenye\",\n    \"unsubstituted\": \"agbanyeghị\",\n    \"unsubstitutive\": \"enweghị atụ\",\n    \"unsubtle\": \"wepu aka\",\n    \"unsubtleness\": \"nnupụisi\",\n    \"unsubtlety\": \"agbasaghị\",\n    \"unsubtly\": \"n'esepụghị aka\",\n    \"unsubtracted\": \"ewepu\",\n    \"unsubtractive\": \"agbasaghị\",\n    \"unsuburbed\": \"enweghị atụ\",\n    \"unsubventioned\": \"agbasaghị\",\n    \"unsubventionized\": \"agbasaghị\",\n    \"unsubversive\": \"enweghị mgbagha\",\n    \"unsubversively\": \"n'esemokwu\",\n    \"unsubversiveness\": \"enweghị mgbagha\",\n    \"unsubvertable\": \"enweghị mgbagha\",\n    \"unsubverted\": \"ewepụtaghị\",\n    \"unsubvertive\": \"agbagha\",\n    \"unsucceedable\": \"agaghị enwe ike ịga nke ọma\",\n    \"unsucceeded\": \"enweghị ike\",\n    \"unsucceeding\": \"enweghị ihe ịga nke ọma\",\n    \"unsuccess\": \"enweghị ihe ịga nke ọma\",\n    \"unsuccessful\": \"emeghi nkeoma\",\n    \"unsuccessfully\": \"enweghị ihe ịga nke ọma\",\n    \"unsuccessfulness\": \"enweghị ihe ịga nke ọma\",\n    \"unsuccessive\": \"emeghi nkeoma\",\n    \"unsuccessively\": \"enweghị ihe ịga nke ọma\",\n    \"unsuccessiveness\": \"enweghị ihe ịga nke ọma\",\n    \"unsuccinct\": \"enweghị mmetụta\",\n    \"unsuccinctly\": \"unsuinctly\",\n    \"unsuccorable\": \"enweghị atụ\",\n    \"unsuccored\": \"enweghị isi\",\n    \"unsucculent\": \"enweghị nsogbu\",\n    \"unsucculently\": \"succulently\",\n    \"unsuccumbing\": \"ayak idem ọnọ\",\n    \"unsuckled\": \"unsuckless\",\n    \"unsued\": \"ejibeghi\",\n    \"unsufferable\": \"enweghị atụ\",\n    \"unsufferableness\": \"enweghị ike ọgwụgwụ\",\n    \"unsufferably\": \"ekwesighi\",\n    \"unsuffered\": \"a naghị akwụ ụgwọ\",\n    \"unsuffering\": \"enweghị nsogbu\",\n    \"unsufficed\": \"ejighi ọkwa\",\n    \"unsufficience\": \"enweghị ike\",\n    \"unsufficiency\": \"enweghị ike\",\n    \"unsufficient\": \"ezughi oke\",\n    \"unsufficiently\": \"ezughi oke\",\n    \"unsufficing\": \"ezighi ezi\",\n    \"unsufficingness\": \"ezighi ezi\",\n    \"unsuffixed\": \"ajuju\",\n    \"unsufflated\": \"enweghị nkwado\",\n    \"unsuffocate\": \"ezughi oke\",\n    \"unsuffocative\": \"ekwesighi\",\n    \"unsuffused\": \"enweghị afọ ojuju\",\n    \"unsuffusive\": \"enweghị ike\",\n    \"unsugary\": \"ejighị n'aka\",\n    \"unsuggested\": \"agbabeghị\",\n    \"unsuggestedness\": \"arụghị ọrụ\",\n    \"unsuggestibility\": \"arụghị ọrụ\",\n    \"unsuggesting\": \"na-agbakwunye\",\n    \"unsuggestive\": \"anaghị akwụ ụgwọ\",\n    \"unsuggestively\": \"n'esepụghị aka\",\n    \"unsuggestiveness\": \"arụghị ọrụ\",\n    \"unsuicidal\": \"enweghị echiche\",\n    \"unsuit\": \"enweghị ike\",\n    \"unsuitability\": \"enweghị atụ\",\n    \"unsuitable\": \"ekwesighi\",\n    \"unsuitableness\": \"ekwesighi\",\n    \"unsuitably\": \"enweghị atụ\",\n    \"unsuited\": \"ekwesighi\",\n    \"unsuitedness\": \"ekwesighi\",\n    \"unsuiting\": \"enweghị udo\",\n    \"unsulfonated\": \"anaghị emerụ\",\n    \"unsulfureness\": \"nkwenye\",\n    \"unsulfureous\": \"anaghị emerụ\",\n    \"unsulfureousness\": \"enweghị ike\",\n    \"unsulfurized\": \"anaghị emerụ\",\n    \"unsulky\": \"enweghị isi\",\n    \"unsulkiness\": \"arụghị ọrụ\",\n    \"unsullen\": \"enweghị ike\",\n    \"unsulliable\": \"enweghị atụ\",\n    \"unsullied\": \"agbasaghị\",\n    \"unsulliedly\": \"n'emeghị ihe ọ bụla\",\n    \"unsulliedness\": \"arụghị ọrụ\",\n    \"unsulphonated\": \"ekwupụtaghị\",\n    \"unsulphureness\": \"arụghị ọrụ\",\n    \"unsulphureous\": \"arụghị ọrụ\",\n    \"unsulphureousness\": \"enweghị atụ\",\n    \"unsulphurized\": \"agbasaghị\",\n    \"unsultry\": \"udo adịghị\",\n    \"unsummable\": \"enweghị nkwubi\",\n    \"unsummarisable\": \"enweghị ike ịkọwa\",\n    \"unsummarised\": \"enweghị nchịkọta\",\n    \"unsummarizable\": \"enweghị nchịkọta\",\n    \"unsummarized\": \"na-achikota\",\n    \"unsummed\": \"ekewetde ikanam\",\n    \"unsummered\": \"enyochaghị\",\n    \"unsummonable\": \"ekweghị ekwe omume\",\n    \"unsummoned\": \"akpọghị\",\n    \"unsumptuary\": \"olulu ozu\",\n    \"unsumptuous\": \"ebuli elu\",\n    \"unsumptuously\": \"n'amaghị ama\",\n    \"unsumptuousness\": \"enweghị mpako\",\n    \"unsun\": \"gharazie\",\n    \"unsunburned\": \"a na-agbanyeghị ọkụ\",\n    \"unsunburnt\": \"agbasaghị\",\n    \"unsundered\": \"ududo\",\n    \"unsung\": \"tụọ\",\n    \"unsunken\": \"aghara aghara\",\n    \"unsunned\": \"aghara aghara\",\n    \"unsunny\": \"aghara aghara\",\n    \"unsuperable\": \"enweghị atụ\",\n    \"unsuperannuated\": \"ekwughi okwu\",\n    \"unsupercilious\": \"anaghị arụ ọrụ\",\n    \"unsuperciliously\": \"n'esepụghị aka\",\n    \"unsuperciliousness\": \"enweghị ike ịrụ ọrụ\",\n    \"unsuperficial\": \"abaghị uru\",\n    \"unsuperficially\": \"n'adighi uru\",\n    \"unsuperfluous\": \"enweghị atụ\",\n    \"unsuperfluousness\": \"enweghị nchịkwa\",\n    \"unsuperior\": \"enweghị ike\",\n    \"unsuperiorly\": \"enweghị isi\",\n    \"unsuperlative\": \"anaghị achịkwa\",\n    \"unsuperlatively\": \"n'esepụghị aka\",\n    \"unsupernatural\": \"enweghị nchịkwa\",\n    \"unsupernaturally\": \"n'enweghị nsogbu\",\n    \"unsupernaturalness\": \"enweghị nchịkwa\",\n    \"unsuperscribed\": \"edebanyeghị aha\",\n    \"unsuperseded\": \"enyochaghị\",\n    \"unsuperseding\": \"na-enweghị atụ\",\n    \"unsuperstitious\": \"enweghị nkwenkwe\",\n    \"unsuperstitiously\": \"n’enweghị ezi uche\",\n    \"unsuperstitiousness\": \"enweghị okwukwe\",\n    \"unsupervised\": \"a lekọtaghị ya anya\",\n    \"unsupervisedly\": \"na-adịghị elekọta anya\",\n    \"unsupervisory\": \"nlekọta\",\n    \"unsupped\": \"ebughi\",\n    \"unsupplantable\": \"enweghị ike ịkwado ya\",\n    \"unsupplanted\": \"akwadoghị\",\n    \"unsupple\": \"unpleple\",\n    \"unsuppled\": \"enwughi\",\n    \"unsupplemental\": \"enweghị ike\",\n    \"unsupplementary\": \"agbasaghị\",\n    \"unsupplemented\": \"emejuputaghi\",\n    \"unsuppleness\": \"enweghị nsogbu\",\n    \"unsupply\": \"enweghị nkwado\",\n    \"unsuppliable\": \"enweghị ike ịkwado ya\",\n    \"unsuppliant\": \"ekwenyeghi\",\n    \"unsupplicated\": \"enweghị nsogbu\",\n    \"unsupplicating\": \"enweghị iwu\",\n    \"unsupplicatingly\": \"n’akụkọghị\",\n    \"unsupplied\": \"akwadoghị\",\n    \"unsupportable\": \"akwadoghi\",\n    \"unsupportableness\": \"enweghị ike ịkwado ya\",\n    \"unsupportably\": \"akwadoghi\",\n    \"unsupported\": \"akwadoghi\",\n    \"unsupportedly\": \"akwadoghị\",\n    \"unsupportedness\": \"akwadoghị akwado\",\n    \"unsupporting\": \"akwadoghi\",\n    \"unsupposable\": \"enweghị atụ\",\n    \"unsupposed\": \"na-akwadoghị\",\n    \"unsuppositional\": \"enweghị isi\",\n    \"unsuppositive\": \"ekwesighi ekwesighi\",\n    \"unsuppressed\": \"enweghị afọ ojuju\",\n    \"unsuppressible\": \"enweghị ike ịkwado ya\",\n    \"unsuppressibly\": \"enweghị ike ịkwado ya\",\n    \"unsuppression\": \"enweghị ike\",\n    \"unsuppressive\": \"enweghị nsogbu\",\n    \"unsuppurated\": \"akwadoghi\",\n    \"unsuppurative\": \"enweghị nkọwa\",\n    \"unsupreme\": \"enweghị atụ\",\n    \"unsurcharge\": \"anaghị akwụ ụgwọ\",\n    \"unsurcharged\": \"a na-akwụghị ụgwọ\",\n    \"unsure\": \"ejighi n'aka\",\n    \"unsurely\": \"ejighị n'aka\",\n    \"unsureness\": \"ejighi n'aka\",\n    \"unsurety\": \"ejighị n'aka\",\n    \"unsurfaced\": \"echebeghị\",\n    \"unsurfeited\": \"enweghị atụ\",\n    \"unsurfeiting\": \"enweghị atụ\",\n    \"unsurgical\": \"ogwugwo\",\n    \"unsurgically\": \"n'emeghị ihe ọ bụla\",\n    \"unsurging\": \"agbasaghị\",\n    \"unsurly\": \"ejighị n'aka\",\n    \"unsurliness\": \"ejighị n'aka\",\n    \"unsurmised\": \"agbachitere\",\n    \"unsurmising\": \"anaghị emerụ ahụ\",\n    \"unsurmountable\": \"enweghị ike ịkwụsị\",\n    \"unsurmountableness\": \"enweghị ike imeri ya\",\n    \"unsurmountably\": \"a na-apụghị imeri emeri\",\n    \"unsurmounted\": \"enweghị ikike\",\n    \"unsurnamed\": \"ahaghị aha\",\n    \"unsurpassable\": \"enweghị atụ\",\n    \"unsurpassableness\": \"enweghị atụ\",\n    \"unsurpassably\": \"enweghị atụ\",\n    \"unsurpassed\": \"enweghị atụ\",\n    \"unsurpassedly\": \"enweghị atụ\",\n    \"unsurpassedness\": \"enweghị atụ\",\n    \"unsurplice\": \"nzuzu\",\n    \"unsurpliced\": \"enweghị nsogbu\",\n    \"unsurprise\": \"ihe ijuanya\",\n    \"unsurprised\": \"enweghị mgbagwoju anya\",\n    \"unsurprisedness\": \"na-atụghị anya ya\",\n    \"unsurprising\": \"enweghị ịtụnanya\",\n    \"unsurprisingly\": \"n'atụghị egwu\",\n    \"unsurrealistic\": \"ekweghị ekwe\",\n    \"unsurrealistically\": \"enweghị nkwenye\",\n    \"unsurrendered\": \"ekweghị\",\n    \"unsurrendering\": \"ekweghị ekwe\",\n    \"unsurrounded\": \"agbachitere\",\n    \"unsurveyable\": \"enweghị akwụ ụgwọ\",\n    \"unsurveyed\": \"arụghị ọrụ\",\n    \"unsurvived\": \"enwetaghi\",\n    \"unsurviving\": \"echekwa\",\n    \"unsusceptible\": \"nke a na-apụghị ịkọwapụta\",\n    \"unsusceptibleness\": \"enweghị ike ịkọwapụta\",\n    \"unsusceptibly\": \"n'esepụghị aka\",\n    \"unsusceptive\": \"unusus\",\n    \"unsuspect\": \"amaghị ama\",\n    \"unsuspectable\": \"akwughi ugwo\",\n    \"unsuspectably\": \"n'amaghi ama\",\n    \"unsuspected\": \"enyoghi anya\",\n    \"unsuspectedly\": \"n'amaghi ama\",\n    \"unsuspectedness\": \"enweghị atụ\",\n    \"unsuspectful\": \"enweghị atụ\",\n    \"unsuspectfully\": \"n'amaghị ama\",\n    \"unsuspectfulness\": \"enweghị ntụkwasị obi\",\n    \"unsuspecting\": \"enweghị atụ\",\n    \"unsuspectingly\": \"n'amaghi ama\",\n    \"unsuspectingness\": \"enweghị atụ\",\n    \"unsuspective\": \"eleghi anya\",\n    \"unsuspendible\": \"unsuspended\",\n    \"unsuspicion\": \"enyo\",\n    \"unsuspicious\": \"enweghị atụ\",\n    \"unsuspiciously\": \"n'enweghị obi abụọ\",\n    \"unsuspiciousness\": \"enyo enyo\",\n    \"unsustainability\": \"ejighi nkwado\",\n    \"unsustainable\": \"ejighi n'aka\",\n    \"unsustainably\": \"ejighi n'aka\",\n    \"unsustained\": \"ejighị n'aka\",\n    \"unsustaining\": \"ejighị n'aka\",\n    \"unsutured\": \"ejighi nlezianya\",\n    \"unswabbed\": \"enweghị ike\",\n    \"unswaddle\": \"Wepu ihe\",\n    \"unswaddled\": \"Ihupụ\",\n    \"unswaddling\": \"Ighapu\",\n    \"unswaggering\": \"na-enweghị atụ\",\n    \"unswaggeringly\": \"n'emeghị ụjọ\",\n    \"unswayable\": \"enweghi ike ikwuputa ya\",\n    \"unswayableness\": \"nkwanye ugwu\",\n    \"unswayed\": \"emenyeghi egwu\",\n    \"unswayedness\": \"enweghị atụ\",\n    \"unswaying\": \"adịghị agafe agafe\",\n    \"unswallowable\": \"Akwụghị ụgwọ ya\",\n    \"unswallowed\": \"na-agbanyeghị\",\n    \"unswapped\": \"ejighi anya\",\n    \"unswarming\": \"adịghị edozi\",\n    \"unswathable\": \"enweghị ike ịsa ya\",\n    \"unswathe\": \"awụghị\",\n    \"unswatheable\": \"enweghị mmiri\",\n    \"unswathed\": \"awụbeghị\",\n    \"unswathes\": \"awụghị\",\n    \"unswathing\": \"awụghị\",\n    \"unswear\": \"Uwe nwu\",\n    \"unswearing\": \"enweghị atụ\",\n    \"unswears\": \"iyi egwu\",\n    \"unsweat\": \"na mmiri\",\n    \"unsweated\": \"enweghị okpu\",\n    \"unsweating\": \"na-enweghị ogwugwu\",\n    \"unsweepable\": \"nke a na-ewepụghị\",\n    \"unsweet\": \"Urụk\",\n    \"unsweeten\": \"Urụk\",\n    \"unsweetened\": \"tinyeghị\",\n    \"unsweetenedness\": \"nessenedened ness\",\n    \"unsweetly\": \"na-enweghị atụ\",\n    \"unsweetness\": \"ness\",\n    \"unswell\": \"aghara ire\",\n    \"unswelled\": \"agbasaghị\",\n    \"unswelling\": \"enweghị iwu\",\n    \"unsweltered\": \"enweghị nsogbu\",\n    \"unsweltering\": \"na-agbasaghị\",\n    \"unswept\": \"enwetaghi\",\n    \"unswerved\": \"emegheghị\",\n    \"unswerving\": \"agbasaghị\",\n    \"unswervingly\": \"n’esepụghị aka\",\n    \"unswervingness\": \"enweghị ọrụ\",\n    \"unswilled\": \"atughi anya\",\n    \"unswing\": \"ịghagharị\",\n    \"unswingled\": \"agbasaghị\",\n    \"unswitched\": \"amaghi ama\",\n    \"unswivel\": \"gbasaa\",\n    \"unswiveled\": \"ebughi\",\n    \"unswiveling\": \"ịgbanyụ\",\n    \"unswollen\": \"unwollen\",\n    \"unswooning\": \"onwughi\",\n    \"unswore\": \"ebugharị\",\n    \"unsworn\": \"na-agbanyeghị\",\n    \"unswung\": \"ebupusi\",\n    \"untabled\": \"enweghi ike\",\n    \"untabulable\": \"enweghị atụ\",\n    \"untabulated\": \"agbasaghị\",\n    \"untaciturnity\": \"ezighi ezi\",\n    \"untack\": \"tọpụ\",\n    \"untacked\": \"ebupughi\",\n    \"untacking\": \"atọpụ\",\n    \"untackle\": \"tọpụ\",\n    \"untackled\": \"ebupughi\",\n    \"untackling\": \"atọpụ\",\n    \"untacks\": \"untack\",\n    \"untactful\": \"emeghị eme\",\n    \"untactfully\": \"ekwughị\",\n    \"untactfulness\": \"emeghị ihe n'eziokwu\",\n    \"untactical\": \"emeghị eme\",\n    \"untactically\": \"ekwesighi\",\n    \"untactile\": \"ekwesighi\",\n    \"untactual\": \"ezighi ezi\",\n    \"untactually\": \"ezighi ezi\",\n    \"untainted\": \"enweghị ike\",\n    \"untaintedly\": \"n'agha\",\n    \"untaintedness\": \"enweghị ike\",\n    \"untainting\": \"na-ejighị\",\n    \"untakable\": \"enweghị ike\",\n    \"untakableness\": \"enweghị ike\",\n    \"untakeable\": \"enweghi ike\",\n    \"untakeableness\": \"enweghi ike\",\n    \"untaken\": \"weghaara\",\n    \"untaking\": \"ibido\",\n    \"untalented\": \"ekweghị\",\n    \"untalkative\": \"enweghị nkwupụta\",\n    \"untalkativeness\": \"ikwu okwu\",\n    \"untalked\": \"emeghi\",\n    \"untall\": \"dapụ\",\n    \"untallied\": \"ekweghị\",\n    \"untallowed\": \"unhallowed\",\n    \"untamable\": \"enweghi ike ime\",\n    \"untamableness\": \"enweghị atụ\",\n    \"untamably\": \"enweghị atụ\",\n    \"untame\": \"ekweghị\",\n    \"untameable\": \"ekweghi ekwe\",\n    \"untamedness\": \"enweghị aha\",\n    \"untamely\": \"enweghi ike\",\n    \"untameness\": \"ezighi ezi\",\n    \"untampered\": \"enweghị nsogbu\",\n    \"untangental\": \"enweghi nsogbu\",\n    \"untangentally\": \"n'esepụghị anya\",\n    \"untangential\": \"ezighi ezi\",\n    \"untangentially\": \"enweghị atụ\",\n    \"untangibility\": \"ekweghị ekwe omume\",\n    \"untangible\": \"ekweghi ekwe omume\",\n    \"untangibleness\": \"ekweghị ekwe omume\",\n    \"untangibly\": \"enweghị atụ\",\n    \"untangled\": \"enweghị nsogbu\",\n    \"untangling\": \"ịtọpụ\",\n    \"untantalised\": \"ekweghị\",\n    \"untantalising\": \"ekweghị\",\n    \"untantalized\": \"ezighi ezi\",\n    \"untantalizing\": \"ekweghị\",\n    \"untaped\": \"untape\",\n    \"untapered\": \"enweghị atụ\",\n    \"untapering\": \"enweghị ike\",\n    \"untappable\": \"agaghị ekwe omume\",\n    \"untapped\": \"akpataghi\",\n    \"untappice\": \"enwetaghị\",\n    \"untarnishable\": \"ezighi ezi\",\n    \"untarnished\": \"emechabeghị\",\n    \"untarnishedness\": \"enweghị ọrụ\",\n    \"untarnishing\": \"na-enweghị atụ\",\n    \"untarred\": \"untartar\",\n    \"untarrying\": \"na-emeghe\",\n    \"untartarized\": \"ezughi oke\",\n    \"untasked\": \"ebughi\",\n    \"untasseled\": \"ezughị ezu\",\n    \"untasselled\": \"enweghị ikike\",\n    \"untastable\": \"enweghị ụtọ\",\n    \"untaste\": \"ezé\",\n    \"untasteable\": \"enweghị ụtọ\",\n    \"untasted\": \"ekweghi ekwe\",\n    \"untasteful\": \"enweghị ekele\",\n    \"untastefully\": \"enweghị ekele\",\n    \"untastefulness\": \"enweghị ntụkwasị obi\",\n    \"untasty\": \"enweghi obi uto\",\n    \"untasting\": \"atọghị ụtọ\",\n    \"untattered\": \"etisaghị\",\n    \"untattooed\": \"akpachapụghị anya\",\n    \"untaught\": \"agụghị\",\n    \"untaughtness\": \"unta-uto\",\n    \"untaunted\": \"ejighi iwu\",\n    \"untaunting\": \"enweghị atụ\",\n    \"untauntingly\": \"n'atụghị egwu\",\n    \"untautly\": \"aghara aghara\",\n    \"untautness\": \"untautta\",\n    \"untautologically\": \"untoutologically\",\n    \"untaxable\": \"-na-akwụ ụgwọ\",\n    \"untaxed\": \"ejikọtaghị\",\n    \"untaxied\": \"untixied\",\n    \"untaxing\": \"anaghị atọ ụtọ\",\n    \"unteachability\": \"enweghị ike ịbanye\",\n    \"unteachable\": \"ekweghiekwe\",\n    \"unteachableness\": \"unteachable\",\n    \"unteacherlike\": \"onye nkuzi\",\n    \"unteaching\": \"ịkụziri ihe\",\n    \"unteamed\": \"ekweghị\",\n    \"unteaming\": \"unteam\",\n    \"untearable\": \"unteara\",\n    \"unteased\": \"ekpuchighị\",\n    \"unteaseled\": \"ekpuchighị\",\n    \"unteaselled\": \"unetaset\",\n    \"untechnical\": \"teknụzụ\",\n    \"untechnicalize\": \"mepee aka\",\n    \"untechnically\": \"na nkà na ụzụ\",\n    \"untedded\": \"agbasaghị\",\n    \"untedious\": \"ekweghị\",\n    \"untediously\": \"n'amaghị ama\",\n    \"unteethed\": \"unetethe\",\n    \"untelegraphed\": \"akukoghi\",\n    \"untelic\": \"ekwughị okwu\",\n    \"untell\": \"ezighi ezi\",\n    \"untellable\": \"ekwenyeghi\",\n    \"untellably\": \"n'ikwu okwu\",\n    \"untelling\": \"ikwu okwu\",\n    \"untemper\": \"amụghị amụ\",\n    \"untemperable\": \"ekweghị ekwe omume\",\n    \"untemperamental\": \"enweghi ike\",\n    \"untemperamentally\": \"n'emeghị ya ihe\",\n    \"untemperance\": \"enweghị atụ\",\n    \"untemperate\": \"enweghị atụ\",\n    \"untemperately\": \"enweghị atụ\",\n    \"untemperateness\": \"enweghị atụ\",\n    \"untempered\": \"atụghị anya\",\n    \"untempering\": \"enweghị atụ\",\n    \"untempested\": \"etinyere iwu\",\n    \"untempestuous\": \"oke ikuku\",\n    \"untempestuously\": \"ifufe\",\n    \"untempestuousness\": \"oke iwe\",\n    \"untempled\": \"untemple\",\n    \"untemporal\": \"oge ochie\",\n    \"untemporally\": \"emeghi ka o doo anya\",\n    \"untemporary\": \"oge\",\n    \"untemporizing\": \"enweghị atụ\",\n    \"untemptability\": \"enweghị atụ\",\n    \"untemptable\": \"enweghị atụ\",\n    \"untemptably\": \"enweghị atụ\",\n    \"untempted\": \"ekweghị\",\n    \"untemptible\": \"enweghị atụ\",\n    \"untemptibly\": \"enweghị atụ\",\n    \"untempting\": \"enweghị atụ\",\n    \"untemptingly\": \"n'emeghị ihere\",\n    \"untemptingness\": \"enweghị atụ\",\n    \"untenability\": \"enweghị ike\",\n    \"untenable\": \"enweghi ike\",\n    \"untenableness\": \"ekweghị\",\n    \"untenably\": \"n'enweghị nkwenye\",\n    \"untenacity\": \"enweghị ọrụ\",\n    \"untenant\": \"ekweghị\",\n    \"untenantable\": \"ekweghị\",\n    \"untenantableness\": \"ekweghị ekwe omume\",\n    \"untenanted\": \"ekwughị\",\n    \"untended\": \"ekweghị\",\n    \"untendered\": \"ekweghị\",\n    \"untenderized\": \"ezighi ezi\",\n    \"untenderness\": \"ezighi ezi\",\n    \"untenebrous\": \"enweghi ike\",\n    \"untenible\": \"ekweghi ekwe\",\n    \"untenibleness\": \"ekweghị\",\n    \"untenibly\": \"enweghị ike\",\n    \"untense\": \"kpụ ọkụ n'ọnụ\",\n    \"untensely\": \"ike\",\n    \"untenseness\": \"ezighi ezi\",\n    \"untensibility\": \"ezighi ezi\",\n    \"untensible\": \"ekweghi ekwe\",\n    \"untensibly\": \"enweghị atụ\",\n    \"untensile\": \"arịa\",\n    \"untensing\": \"na-adịghị edozi\",\n    \"untent\": \"ekweghị\",\n    \"untentacled\": \"ezughị ike\",\n    \"untentaculate\": \"ezughị ike\",\n    \"untented\": \"ekweghị\",\n    \"untentered\": \"ekweghị\",\n    \"untenty\": \"iri abụọ\",\n    \"untenuously\": \"n'amaghị ama\",\n    \"untermed\": \"etinyere\",\n    \"unterminable\": \"enweghị ike iwepụ\",\n    \"unterminableness\": \"enweghị ike ịkwụsị\",\n    \"unterminably\": \"n’enweghị nsogbu\",\n    \"unterminated\": \"kpochapụrụ\",\n    \"unterminating\": \"ikpochapu\",\n    \"unterminative\": \"ewepụ\",\n    \"unterraced\": \"ejighị n'aka\",\n    \"unterrible\": \"adịghị mma\",\n    \"unterrifiable\": \"ezighi ezi\",\n    \"unterrific\": \"adịghị adị egwu\",\n    \"unterrifically\": \"n'atughi\",\n    \"unterrified\": \"Enweghị nsogbu\",\n    \"unterrifying\": \"n'enyeghị ụjọ\",\n    \"unterrorized\": \"enweghị ikike\",\n    \"unterse\": \"ghasaa\",\n    \"untersely\": \"n'udo\",\n    \"unterseness\": \"enweghị nsogbu\",\n    \"untessellated\": \"ezughị oke\",\n    \"untestable\": \"agaghị agbagha\",\n    \"untestamental\": \"unestamental\",\n    \"untestamentary\": \"untestary\",\n    \"untestifying\": \"adịghị ekwe ekwe\",\n    \"untether\": \"ewepụghị\",\n    \"untethered\": \"enweghi nsogbu\",\n    \"untethering\": \"iwebata\",\n    \"untethers\": \"ekweghị\",\n    \"untewed\": \"untwed\",\n    \"untextually\": \"n'enweghi isi\",\n    \"unthank\": \"ekele\",\n    \"unthanked\": \"ekele\",\n    \"unthankful\": \"enweghị ekele\",\n    \"unthankfully\": \"ekele\",\n    \"unthankfulness\": \"enweghị ekele\",\n    \"unthanking\": \"ekele\",\n    \"unthatch\": \"ekweghị\",\n    \"unthatched\": \"ezughị ezu\",\n    \"unthaw\": \"ghagha\",\n    \"unthawed\": \"enweghị nsogbu\",\n    \"unthawing\": \"ịtọpụsị\",\n    \"untheatric\": \"unetatrical\",\n    \"untheatrical\": \"unetatrical\",\n    \"untheatrically\": \"untheatrical ekweghị\",\n    \"untheistic\": \"ekweghị\",\n    \"unthematically\": \"enweghị atụ\",\n    \"untheologic\": \"unologi\",\n    \"untheological\": \"unheological\",\n    \"untheologically\": \"unologi\",\n    \"untheologize\": \"unologi\",\n    \"untheoretic\": \"enweghị echiche\",\n    \"untheoretical\": \"ekwekọghị ekwekọ\",\n    \"untheoretically\": \"n'ederede\",\n    \"untheorizable\": \"ekweghị ekwe omume\",\n    \"untherapeutic\": \"ọgwụgwọ\",\n    \"untherapeutical\": \"enweghị ọgwụgwọ\",\n    \"untherapeutically\": \"n'enyeghi ọgwụgwọ\",\n    \"unthewed\": \"alụghị di\",\n    \"unthickness\": \"unthick\",\n    \"unthievish\": \"enweghi obi ojoo\",\n    \"unthievishly\": \"ezughi oke\",\n    \"unthievishness\": \"enweghị mmasị\",\n    \"unthink\": \"echeghị\",\n    \"unthinkability\": \"enweghị atụ\",\n    \"unthinkable\": \"ihe a na-apụghị ichetụ n'echiche\",\n    \"unthinkableness\": \"ebughi n'uche\",\n    \"unthinkables\": \"ihe a na-apụghị iche n'echiche\",\n    \"unthinkably\": \"ebughi n'uche\",\n    \"unthinker\": \"echeghị\",\n    \"unthinking\": \"n'echeghị echiche\",\n    \"unthinkingly\": \"n'echeghị echiche\",\n    \"unthinkingness\": \"Echeghị echiche\",\n    \"unthinks\": \"na-echeghị\",\n    \"unthinning\": \"emeghi ihe\",\n    \"unthirsty\": \"enweghị obi ọjọọ\",\n    \"unthirsting\": \"enweghị mmiri\",\n    \"untholeable\": \"ekweghị nchịkwa\",\n    \"untholeably\": \"enweghị nchịkwa\",\n    \"unthorough\": \"aghara aghara\",\n    \"unthoroughly\": \"aghara aghara\",\n    \"unthoroughness\": \"enweghị nsogbu\",\n    \"unthoughful\": \"n'agbanyeghị\",\n    \"unthought\": \"enweghi uche\",\n    \"unthoughted\": \"n’echiche\",\n    \"unthoughtedly\": \"n’echiche\",\n    \"unthoughtful\": \"enweghi uche\",\n    \"unthoughtfully\": \"n'amaghi ama\",\n    \"unthoughtfulness\": \"enweghị uche\",\n    \"unthralled\": \"agbasaghị\",\n    \"unthrashed\": \"ebibi\",\n    \"unthreadable\": \"enweghị ike ịghọta aghọta\",\n    \"unthreaded\": \"agughi akwukwo\",\n    \"unthreading\": \"-agughi\",\n    \"unthreatened\": \"enweghị ọgwụgwọ\",\n    \"unthreatening\": \"na-enweghị ọgwụgwọ\",\n    \"unthreateningly\": \"n'adighi ike\",\n    \"unthreshed\": \"a tọhapụrụ\",\n    \"unthrifty\": \"enweghị atụ\",\n    \"unthriftier\": \"na-enweghị atụ\",\n    \"unthriftiest\": \"enweghị atụ\",\n    \"unthriftihood\": \"enweghị akwụ ụgwọ\",\n    \"unthriftiness\": \"enweghị ọrụ\",\n    \"unthrilled\": \"enweghi obi uto\",\n    \"unthrive\": \"emeghị nke ọma\",\n    \"unthriving\": \"na-agaghị achọ ọrụ\",\n    \"unthrivingly\": \"n'achọghị\",\n    \"unthrivingness\": \"enweghi ike\",\n    \"unthrobbing\": \"na-agbagha\",\n    \"unthroned\": \"achọghị\",\n    \"unthronged\": \"ezighi ezi\",\n    \"unthrown\": \"agbachitere\",\n    \"unthrust\": \"ntụkwasị obi\",\n    \"unthumbed\": \"ebupụtaghị\",\n    \"unthumped\": \"agbasaghị\",\n    \"unthundered\": \"enwetaghi\",\n    \"unthundering\": \"enweghị atụ\",\n    \"unthwacked\": \"enwetaghi\",\n    \"unthwartable\": \"ekweghị\",\n    \"unthwarted\": \"enweghi obi\",\n    \"unthwarting\": \"iwepu aka\",\n    \"untiaraed\": \"untiara\",\n    \"unticketed\": \"ezughị ezu\",\n    \"untickled\": \"enweghị akwụkwọ\",\n    \"untidal\": \"adịghị edozi\",\n    \"untidy\": \"adịghị edozi\",\n    \"untidied\": \"ekweghị\",\n    \"untidier\": \"ekwenyeghi\",\n    \"untidies\": \"edezi\",\n    \"untidiest\": \"ezighi ezi\",\n    \"untidying\": \"etinyekwa aka\",\n    \"untidily\": \"n'esepụghị aka\",\n    \"untidiness\": \"adịghị edozi\",\n    \"untie\": \"tọpụ\",\n    \"untied\": \"tọpụ\",\n    \"untieing\": \"atọpụ\",\n    \"untiered\": \"tọpụ\",\n    \"untight\": \"ezighi ezi\",\n    \"untighten\": \"adịghị edozi\",\n    \"untightened\": \"enweghị ike\",\n    \"untightening\": \"ezighi ezi\",\n    \"untightness\": \"tightness\",\n    \"untiing\": \"atọpụ\",\n    \"untying\": \"atọpụ\",\n    \"until\": \"ruo\",\n    \"untile\": \"ekwesighi\",\n    \"untiled\": \"tọpụ\",\n    \"untillable\": \"enweghị ike ịhapụ\",\n    \"untilled\": \"emebeghị\",\n    \"untilling\": \"emezughị\",\n    \"untilt\": \"mgbe\",\n    \"untilted\": \"Maara\",\n    \"untilting\": \"na-agbatị\",\n    \"untimbered\": \"enweghị atụ\",\n    \"untimed\": \"ebughi\",\n    \"untimedness\": \"enweghị ike\",\n    \"untimeless\": \"na-enweghị oge\",\n    \"untimely\": \"na-enweghị oge\",\n    \"untimelier\": \"enweghi oge\",\n    \"untimeliest\": \"ezughị oke\",\n    \"untimeliness\": \"enweghị atụ\",\n    \"untimeous\": \"oge\",\n    \"untimeously\": \"mgbe\",\n    \"untimesome\": \"enweghi nsogbu\",\n    \"untimid\": \"enweghị ụjọ\",\n    \"untimidly\": \"n'atụghị ụjọ\",\n    \"untimidness\": \"enweghị ụjọ\",\n    \"untimorous\": \"enweghị atụ\",\n    \"untimorousness\": \"timorousness\",\n    \"untimous\": \"-acha oge\",\n    \"untin\": \"nkeji\",\n    \"untindered\": \"enyochaghị\",\n    \"untine\": \"enweghi nri\",\n    \"untinged\": \"unting\",\n    \"untinkered\": \"enweghị eriri\",\n    \"untinseled\": \"enweghị nsogbu\",\n    \"untinted\": \"ekweghị\",\n    \"untyped\": \"untypes\",\n    \"untypically\": \"n'etu\",\n    \"untippable\": \"enweghị ike\",\n    \"untipped\": \"akpachapụghị anya\",\n    \"untippled\": \"agbasaghị\",\n    \"untipt\": \"ibido\",\n    \"untirable\": \"enweghị ike\",\n    \"untyrannical\": \"untyrannika\",\n    \"untyrannised\": \"untirannised\",\n    \"untired\": \"unti\",\n    \"untiredly\": \"n'udo\",\n    \"untiring\": \"adịghị agwụ ike\",\n    \"untiringly\": \"enweghị ọgwụgwụ\",\n    \"untissued\": \"ezighi ezi\",\n    \"untithability\": \"enweghị ebe obibi\",\n    \"untithable\": \"ekwela\",\n    \"untithed\": \"edetu\",\n    \"untitillated\": \"etinyere aka\",\n    \"untitillating\": \"ekweghị\",\n    \"untitled\": \"ekweghi\",\n    \"untittering\": \"enweghị atụ\",\n    \"untitular\": \"ekweghi\",\n    \"untitularly\": \"na-ekwu okwu\",\n    \"unto\": \"ka\",\n    \"untoadying\": \"adbụ onye akaebe\",\n    \"untoasted\": \"toasiri\",\n    \"untogaed\": \"etinyere\",\n    \"untoggle\": \"toggle\",\n    \"untoggler\": \"toggler\",\n    \"untoiled\": \"toiled\",\n    \"untoileted\": \"ahaghị\",\n    \"untoiling\": \"na-adọgbu onwe ha n'ọrụ\",\n    \"untold\": \"enweghị atụ\",\n    \"untolerable\": \"enweghi ike idi\",\n    \"untolerableness\": \"enweghi ndidi\",\n    \"untolerably\": \"enweghi ike\",\n    \"untolerated\": \"ekweghị\",\n    \"untolerating\": \"ekweghị\",\n    \"untolerative\": \"enweghị ike ịgụta ihe\",\n    \"untolled\": \"emezughị\",\n    \"untomb\": \"ekweghị\",\n    \"untombed\": \"ekweghị\",\n    \"untone\": \"mepee\",\n    \"untoned\": \"emeghe\",\n    \"untongued\": \"emegheghị\",\n    \"untonsured\": \"unnetured\",\n    \"untooled\": \"ekpuchighị\",\n    \"untooth\": \"ezé\",\n    \"untoothed\": \"ezé\",\n    \"untoothsome\": \"ezighi ezi\",\n    \"untoothsomeness\": \"enweghi nsogbu\",\n    \"untop\": \"top\",\n    \"untopographical\": \"ntụgharị\",\n    \"untopographically\": \"ederede\",\n    \"untoppable\": \"okpokoro\",\n    \"untopped\": \"topped\",\n    \"untopping\": \"topping\",\n    \"untoppled\": \"toppled\",\n    \"untormented\": \"erughị ala\",\n    \"untormenting\": \"itufu\",\n    \"untormentingly\": \"n'amaghị ama\",\n    \"untorn\": \"atọpụ\",\n    \"untorpedoed\": \"akuko\",\n    \"untorpid\": \"ugwo\",\n    \"untorpidly\": \"ekwesighi\",\n    \"untorporific\": \"enweghị atụ\",\n    \"untorrid\": \"Udochukwu\",\n    \"untorridity\": \"enweghị nkwenye\",\n    \"untorridly\": \"enweghị isi\",\n    \"untorridness\": \"enweghị ike\",\n    \"untortious\": \"enweghị atụ\",\n    \"untortiously\": \"ezighi ezi\",\n    \"untortuous\": \"enweghị atụ\",\n    \"untortuously\": \"enweghị atụ\",\n    \"untortuousness\": \"ezighi ezi\",\n    \"untorture\": \"ekweghị\",\n    \"untortured\": \"ekweghị\",\n    \"untossed\": \"toss\",\n    \"untotaled\": \"ezughi oke\",\n    \"untotalled\": \"unotala\",\n    \"untotted\": \"ekweghị\",\n    \"untottering\": \"ederede\",\n    \"untouch\": \"touch\",\n    \"untouchability\": \"ibughachi\",\n    \"untouchable\": \"nke enweghi isi\",\n    \"untouchableness\": \"ibughari aka\",\n    \"untouchables\": \"ihe anaghi aru\",\n    \"untouchably\": \"enweghi isi\",\n    \"untouched\": \"akpatu aka\",\n    \"untouchedness\": \"imetụ aka\",\n    \"untouching\": \"emetu aka\",\n    \"untough\": \"siri ike\",\n    \"untoughly\": \"siri ike\",\n    \"untoughness\": \"ekweghị\",\n    \"untoured\": \"toured\",\n    \"untouristed\": \"zụrụ\",\n    \"untowardly\": \"enweghị atụ\",\n    \"untowardliness\": \"enweghị atụ\",\n    \"untowardness\": \"nkwenye\",\n    \"untowered\": \"ekweghị\",\n    \"untoxic\": \"na-egbu egbu\",\n    \"untoxically\": \"abụghị toxically\",\n    \"untraceable\": \"achọpụtaghị\",\n    \"untraceableness\": \"untraceable ness\",\n    \"untraceably\": \"achọpụtaghị\",\n    \"untraceried\": \"enweghị ọrụ\",\n    \"untracked\": \"agbagha\",\n    \"untractability\": \"enweghị atụ\",\n    \"untractable\": \"enweghị atụ\",\n    \"untractableness\": \"enweghị atụ\",\n    \"untractably\": \"ekweghị\",\n    \"untractarian\": \"enweghị atụ\",\n    \"untracted\": \"adọtara\",\n    \"untractible\": \"ekweghi ekwe\",\n    \"untractibleness\": \"ekweghị\",\n    \"untradable\": \"enweghị atụ\",\n    \"untradeable\": \"ekweghị\",\n    \"untraded\": \"ekwughị\",\n    \"untradesmanlike\": \"ezighi ezi dika mmadu\",\n    \"untrading\": \"agbasa\",\n    \"untraditional\": \"ọdịnala\",\n    \"untraduced\": \"unaradu\",\n    \"untrafficked\": \"ahia ahia\",\n    \"untragical\": \"adabaghi\",\n    \"untragicalness\": \"ezighi ezi\",\n    \"untrailed\": \"untratra\",\n    \"untrailerable\": \"enweghi ike imeghari\",\n    \"untrailered\": \"unhazi\",\n    \"untrained\": \"ozuzu\",\n    \"untrainedly\": \"adighi ozuzu\",\n    \"untrainedness\": \"enweghi mmuta\",\n    \"untraitored\": \"enwetaghị\",\n    \"untraitorously\": \"n'udo\",\n    \"untrammed\": \"enweghị nhazi\",\n    \"untrammelled\": \"untrammeled\",\n    \"untramped\": \"untara\",\n    \"untrance\": \"enweghị nkwenye\",\n    \"untranquil\": \"enweghị ike\",\n    \"untranquilized\": \"enweghị ikike\",\n    \"untranquilizing\": \"n'enyeghi iwu\",\n    \"untranquilly\": \"enweghi ike\",\n    \"untranquillise\": \"ekweghị emezu\",\n    \"untranquillised\": \"emeghi iwu\",\n    \"untranquillising\": \"enweghị ike ịkwụsị\",\n    \"untranquillize\": \"ekwesighi\",\n    \"untranquillized\": \"enweghị ikike\",\n    \"untranquilness\": \"enweghị ikike\",\n    \"untransacted\": \"emegharia\",\n    \"untranscended\": \"enweghị ntụgharị\",\n    \"untranscendent\": \"nkwenye\",\n    \"untranscendental\": \"ezighi ezi\",\n    \"untranscendentally\": \"n'usoro ezighi ezi\",\n    \"untranscribable\": \"enweghị atụ\",\n    \"untranscribed\": \"ezughi ederede\",\n    \"untransferable\": \"ezighi ezi\",\n    \"untransferred\": \"ebunyeghi\",\n    \"untransferring\": \"ebugharị\",\n    \"untransfigured\": \"agbanweghi agbanwe\",\n    \"untransfixed\": \"ezighi ezi\",\n    \"untransformable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"untransformative\": \"enweghị ntụgharị\",\n    \"untransformed\": \"agbanweghi agbanwe\",\n    \"untransforming\": \"anaghị agbanwe agbanwe\",\n    \"untransfused\": \"agbasaghi\",\n    \"untransfusible\": \"enweghị nkwenye\",\n    \"untransgressed\": \"enweghị ntụgharị\",\n    \"untransient\": \"enweghị ntụkwasị obi\",\n    \"untransientness\": \"enweghị ndidi\",\n    \"untransitable\": \"ezighi ezi\",\n    \"untransitional\": \"enweghị mgbanwe\",\n    \"untransitionally\": \"enweghị ntụgharị\",\n    \"untransitive\": \"ezighi ezi\",\n    \"untransitively\": \"n'esighi ezi okwu\",\n    \"untransitiveness\": \"ekwesighi ekwesighi\",\n    \"untransitory\": \"ezighi ezi\",\n    \"untransitorily\": \"enweghị nkwanye ugwu\",\n    \"untransitoriness\": \"enweghị nkwanye ugwu\",\n    \"untranslatability\": \"nsụgharị\",\n    \"untranslatable\": \"asụgharị\",\n    \"untranslatableness\": \"asụgharị\",\n    \"untranslatably\": \"asụgharị\",\n    \"untranslated\": \"sụgharịrị\",\n    \"untransmigrated\": \"enweghị ntụgharị\",\n    \"untransmissible\": \"ekweghi ekwe\",\n    \"untransmissive\": \"ezighi ezi\",\n    \"untransmitted\": \"ebugharighi ya\",\n    \"untransmutability\": \"ezighi ezi\",\n    \"untransmutable\": \"enweghị ntụgharị\",\n    \"untransmutableness\": \"ezighi ezi\",\n    \"untransmutably\": \"enweghị nkwanye ùgwù\",\n    \"untransmuted\": \"enweghị ntụgharị\",\n    \"untransparent\": \"ezighi ezi\",\n    \"untransparently\": \"ezighi ezi\",\n    \"untransparentness\": \"ezighi ezi\",\n    \"untranspassable\": \"enweghị atụ\",\n    \"untranspired\": \"a ghaghi ikwughachi ya\",\n    \"untranspiring\": \"enweghị ntụgharị\",\n    \"untransplanted\": \"etinyereghi\",\n    \"untransportable\": \"ezighi ezi\",\n    \"untransported\": \"ebughari\",\n    \"untransposed\": \"ebughari\",\n    \"untransubstantiated\": \"ezighi ezi\",\n    \"untrappable\": \"enweghị ike ịgbanwe\",\n    \"untrapped\": \"ewepụtaghị\",\n    \"untrashed\": \"asachapụghị ya\",\n    \"untravelable\": \"untravela\",\n    \"untraveled\": \"emeghere\",\n    \"untravelled\": \"na-agbagha\",\n    \"untraversable\": \"enweghị mgbanwe\",\n    \"untraversed\": \"emeghariri\",\n    \"untravestied\": \"enweghị ọrụ\",\n    \"untreacherous\": \"aghụghọ\",\n    \"untreacherously\": \"aghụghọ\",\n    \"untreacherousness\": \"aghụghọ\",\n    \"untread\": \"agụghị ya\",\n    \"untreadable\": \"agụghị agụ\",\n    \"untreading\": \"agụpụtaghị\",\n    \"untreads\": \"agụghị akwụkwọ\",\n    \"untreasonable\": \"enweghị ezi uche\",\n    \"untreasurable\": \"eziokwu\",\n    \"untreasure\": \"ekweghị\",\n    \"untreasured\": \"akwụghị ụgwọ\",\n    \"untreatable\": \"enweghị ọgwụgwọ\",\n    \"untreatableness\": \"enweghị ọgwụgwọ\",\n    \"untreatably\": \"enweghị ọgwụgwọ\",\n    \"untreated\": \"enweghị ọgwụgwọ\",\n    \"untreed\": \"ekweghị\",\n    \"untrellised\": \"ezighi ezi\",\n    \"untrembling\": \"ịdị na-akụda\",\n    \"untremblingly\": \"enweghị nkwanye ùgwù\",\n    \"untremendous\": \"enweghi oke\",\n    \"untremendously\": \"enweghị nkwanye ùgwù\",\n    \"untremendousness\": \"ekwesighi\",\n    \"untremulant\": \"ezighi ezi\",\n    \"untremulent\": \"enweghi ike\",\n    \"untremulous\": \"ezighi ezi\",\n    \"untremulously\": \"ezighi ezi\",\n    \"untremulousness\": \"enweghị nkwanye ùgwù\",\n    \"untrenched\": \"edozibeghị\",\n    \"untrend\": \"ezighi ezi\",\n    \"untrepanned\": \"ekwughi\",\n    \"untrespassed\": \"ezighi ezi\",\n    \"untrespassing\": \"ezighi ezi\",\n    \"untress\": \"kwụpụ\",\n    \"untressed\": \"edozighị\",\n    \"untriable\": \"enweghị ike\",\n    \"untriableness\": \"enweghị nkwupụta\",\n    \"untribal\": \"enweghị atụ\",\n    \"untribally\": \"enweghị atụ\",\n    \"untributary\": \"ezighi ezi\",\n    \"untributarily\": \"n'emeghị ya iwu\",\n    \"untriced\": \"enweghị nkọwa\",\n    \"untrickable\": \"ekweghị\",\n    \"untricked\": \"enweghị nkọwa\",\n    \"untrifling\": \"na-enweghị atụ\",\n    \"untriflingly\": \"n'etinyeghi anya\",\n    \"untriggered\": \"enweghị nhazi\",\n    \"untrigonometric\": \"trigonometric\",\n    \"untrigonometrical\": \"trigonometrical\",\n    \"untrigonometrically\": \"trigonometrically\",\n    \"untrill\": \"ezighi ezi\",\n    \"untrim\": \"enweghị atụ\",\n    \"untrimmable\": \"enweghị atụ\",\n    \"untrimmed\": \"enweghị nsogbu\",\n    \"untrimmedness\": \"enweghị nsogbu\",\n    \"untrimming\": \"enweghị nsogbu\",\n    \"untrims\": \"enweghị atụ\",\n    \"untrinitarian\": \"enweghị okwukwe\",\n    \"untrippable\": \"enweghị ike igbochi\",\n    \"untripped\": \"unri\",\n    \"untrist\": \"ekweghị\",\n    \"untrite\": \"edeghị ede\",\n    \"untritely\": \"enweghị nkwenye\",\n    \"untriteness\": \"ezighi ezi\",\n    \"untriturated\": \"enweghị nchịkwa\",\n    \"untriumphable\": \"enweghị ike ịgbanwe\",\n    \"untriumphant\": \"enweghị atụ\",\n    \"untriumphantly\": \"na-enwe mmeri\",\n    \"untriumphed\": \"merie\",\n    \"untrivial\": \"ezughị oke\",\n    \"untrochaic\": \"ekwesighi\",\n    \"untrod\": \"enweghị\",\n    \"untrodden\": \"enweghị iwu\",\n    \"untroddenness\": \"enweghị nkwanye ùgwù\",\n    \"untrolled\": \"enweghị ike\",\n    \"untrophied\": \"ezughi oke\",\n    \"untropic\": \"Ugboro\",\n    \"untropical\": \"enweghị atụ\",\n    \"untropically\": \"enweghị nsogbu\",\n    \"untroth\": \"ezighi ezi\",\n    \"untrotted\": \"ekweghị\",\n    \"untroublable\": \"enweghị ike ịgbagha\",\n    \"untrouble\": \"enweghị nsogbu\",\n    \"untroubled\": \"enweghị nsogbu\",\n    \"untroubledly\": \"enweghị nsogbu\",\n    \"untroubledness\": \"enweghị nsogbu\",\n    \"untroublesome\": \"ezighi ezi\",\n    \"untroublesomeness\": \"ezighi ezi\",\n    \"untrounced\": \"enweghị iwu\",\n    \"untrowable\": \"enweghị atụ\",\n    \"untrowed\": \"etinyere\",\n    \"untruant\": \"eziokwu\",\n    \"untruced\": \"eziokwu\",\n    \"untruck\": \"ebughi ibu\",\n    \"untruckled\": \"aghara aghara\",\n    \"untruckling\": \"enweghị atụ\",\n    \"untrue\": \"eziokwu\",\n    \"untrueness\": \"eziokwu\",\n    \"untruer\": \"eziokwu\",\n    \"untruest\": \"eziokwu\",\n    \"untruism\": \"eziokwu\",\n    \"untruly\": \"eziokwu\",\n    \"untrumped\": \"atụghị anya\",\n    \"untrumpeted\": \"ekweghị\",\n    \"untrumping\": \"na-enweghị atụ\",\n    \"untrundled\": \"ezughị ezu\",\n    \"untrunked\": \"agbasaghị\",\n    \"untruss\": \"Ugha\",\n    \"untrussed\": \"Udochukwu\",\n    \"untrusser\": \"ezighi ezi\",\n    \"untrussing\": \"unubọk\",\n    \"untrust\": \"ntụkwasị obi\",\n    \"untrustable\": \"enweghị ntụkwasị obi\",\n    \"untrustably\": \"enweghị ntụkwasị obi\",\n    \"untrusted\": \"enweghị ntụkwasị obi\",\n    \"untrustful\": \"enweghị ntụkwasị obi\",\n    \"untrustfully\": \"enweghị ntụkwasị obi\",\n    \"untrusty\": \"ntụkwasị obi\",\n    \"untrustiness\": \"enweghị ntụkwasị obi\",\n    \"untrusting\": \"ntụkwasị obi\",\n    \"untrustness\": \"enweghị ntụkwasị obi\",\n    \"untrustworthy\": \"enweghị ntụkwasị obi\",\n    \"untrustworthily\": \"enweghị ntụkwasị obi\",\n    \"untrustworthiness\": \"enweghị ntụkwasị obi\",\n    \"untruth\": \"ụgha\",\n    \"untruther\": \"ezighi ezi\",\n    \"untruthful\": \"okwu ugha\",\n    \"untruthfully\": \"eziokwu\",\n    \"untruthfulness\": \"okwu ugha\",\n    \"untruths\": \"ụgha\",\n    \"untubbed\": \"agbasaghị\",\n    \"untubercular\": \"atọghị\",\n    \"untuberculous\": \"enweghị atụ\",\n    \"untuckered\": \"enweghị atụ\",\n    \"untucking\": \"ebutu\",\n    \"untucks\": \"untucked\",\n    \"untufted\": \"ekwughị\",\n    \"untugged\": \"untucked\",\n    \"untumbled\": \"daa\",\n    \"untumefied\": \"ekweghiekwe\",\n    \"untumidity\": \"ekwesighi\",\n    \"untumidness\": \"enweghị atụ\",\n    \"untumultuous\": \"aghara\",\n    \"untumultuousness\": \"enweghị atụ\",\n    \"untunable\": \"kechioma\",\n    \"untunableness\": \"enweghị atụ\",\n    \"untunably\": \"dị mma\",\n    \"untune\": \"eziokwu\",\n    \"untuneable\": \"enweghị atụ\",\n    \"untuneableness\": \"enweghị atụ\",\n    \"untuneably\": \"enweghi nsogbu\",\n    \"untuned\": \"enweghị isi\",\n    \"untuneful\": \"enweghị ntụkwasị obi\",\n    \"untunefully\": \"n'agbanyeghi\",\n    \"untunefulness\": \"enweghị ntụkwasị obi\",\n    \"untuning\": \"enweghị isi\",\n    \"untunneled\": \"untunne\",\n    \"untupped\": \"ebughi\",\n    \"unturbaned\": \"ekweghị\",\n    \"unturbid\": \"ekwesighi\",\n    \"unturbidly\": \"ekwesighi\",\n    \"unturbulent\": \"ekwesighi\",\n    \"unturbulently\": \"enweghị nkwanye ùgwù\",\n    \"unturf\": \"ekweghị\",\n    \"unturfed\": \"ekweghị\",\n    \"unturgid\": \"ezighi ezi\",\n    \"unturn\": \"ụgha\",\n    \"unturnable\": \"ekweghi ekwe\",\n    \"unturned\": \"awughi\",\n    \"unturning\": \"atọpụ\",\n    \"unturpentined\": \"na-adịghị asachapụ\",\n    \"unturreted\": \"ekweghị\",\n    \"untusked\": \"ekwughị\",\n    \"untutelar\": \"ezighi ezi\",\n    \"untutored\": \"ekwughị okwu\",\n    \"untutoredly\": \"n'atụghị anya\",\n    \"untutoredness\": \"enweghi nkwanye ugwu\",\n    \"untwilled\": \"ekweghị\",\n    \"untwinable\": \"enweghị atụ\",\n    \"untwine\": \"atọghị ọbara\",\n    \"untwineable\": \"ekweghị agwọ\",\n    \"untwined\": \"enweghị atụ\",\n    \"untwining\": \"ekweghị\",\n    \"untwinkled\": \"ekweghi ka\",\n    \"untwinkling\": \"na-enweghị atụ\",\n    \"untwinned\": \"ekweghị\",\n    \"untwirl\": \"ekweghiekwe\",\n    \"untwirled\": \"ekweghị\",\n    \"untwirling\": \"ekweghị\",\n    \"untwistable\": \"ekweghị\",\n    \"untwisted\": \"ekweghị\",\n    \"untwister\": \"ekweghikwa\",\n    \"untwists\": \"ekweghị\",\n    \"untwitched\": \"amaghi ama\",\n    \"untwitching\": \"n'amaghi ama\",\n    \"untwitten\": \"n'amaghi ama\",\n    \"untz\": \"Ugha\",\n    \"unulcerated\": \"enweghị iwu\",\n    \"unulcerative\": \"enweghị ọrụ\",\n    \"unulcerous\": \"unulceul\",\n    \"unulcerously\": \"n'adighi ike\",\n    \"unulcerousness\": \"enweghị mmasị\",\n    \"unumpired\": \"emebighi\",\n    \"ununderstandability\": \"enweghị nghọta\",\n    \"ununderstandable\": \"enweghị nghọta\",\n    \"ununderstandably\": \"n’enweghị nghọta\",\n    \"ununderstanding\": \"nghotahie\",\n    \"ununderstood\": \"aghotaghi\",\n    \"unundertaken\": \"etinyeghị aka\",\n    \"ununifiable\": \"enweghị atụ\",\n    \"ununified\": \"adịghị n'otu\",\n    \"ununiformness\": \"ununiformness. adịghị\",\n    \"ununitable\": \"ekwesighi\",\n    \"ununitableness\": \"ekwesighi\",\n    \"ununitably\": \"enweghị atụ\",\n    \"ununited\": \"adịghị n'otu\",\n    \"ununiting\": \"emekọ ọnụ\",\n    \"ununiversity\": \"mahadum\",\n    \"ununiversitylike\": \"ununiversity dị\",\n    \"unupbraided\": \"ekweghị\",\n    \"unupbraiding\": \"ekweghị\",\n    \"unupbraidingly\": \"n'amaghị ama\",\n    \"unupdated\": \"agbasaghị\",\n    \"unupset\": \"emeghe\",\n    \"unupsettable\": \"enweghị atụ\",\n    \"unurbanized\": \"emezighi\",\n    \"unurged\": \"ejighị n'aka\",\n    \"unurgently\": \"n'emeghị ihe ọ bụla\",\n    \"unurging\": \"na-ebugharị\",\n    \"unusability\": \"enweghị ike\",\n    \"unusable\": \"enweghị ike\",\n    \"unusableness\": \"eji eme ihe\",\n    \"unusably\": \"eji eme ihe\",\n    \"unusage\": \"ejije\",\n    \"unuse\": \"ejibeghi\",\n    \"unuseable\": \"enweghị ike\",\n    \"unuseableness\": \"ezughi oke\",\n    \"unuseably\": \"eji eme ihe\",\n    \"unused\": \"ejibeghi\",\n    \"unusedness\": \"ojiji\",\n    \"unuseful\": \"enweghi uru\",\n    \"unusefully\": \"ejije\",\n    \"unusefulness\": \"enweghị isi\",\n    \"unusual\": \"ihe puru iche\",\n    \"unusuality\": \"enweghi aru\",\n    \"unusually\": \"iche\",\n    \"unusualness\": \"ihe omimi\",\n    \"unusurious\": \"na-adịghị ahụkebe\",\n    \"unusuriously\": \"n'ụzọ na-enweghị atụ\",\n    \"unusuriousness\": \"arụghị ọrụ\",\n    \"unusurped\": \"agbasaghị\",\n    \"unusurping\": \"agbasaghị\",\n    \"unutilitarian\": \"enweghị enyemaka\",\n    \"unutilizable\": \"enweghị ike ịgbagha agbagha\",\n    \"unutterableness\": \"ekwughị okwu\",\n    \"unutterably\": \"n'esemokwu\",\n    \"unuttered\": \"ekwughi okwu\",\n    \"unvacant\": \"adighi\",\n    \"unvaccinated\": \"enweghị ọgwụ mgbochi\",\n    \"unvacuous\": \"enweghị ebe obibi\",\n    \"unvacuousness\": \"unwu ala\",\n    \"unvagrant\": \"anaghị akwụ ụgwọ\",\n    \"unvagrantly\": \"n'emeghị ebere\",\n    \"unvagrantness\": \"enweghị nkwenye\",\n    \"unvague\": \"ekwughi okwu\",\n    \"unvaguely\": \"vaguely\",\n    \"unvagueness\": \"vagueness\",\n    \"unvailable\": \"adịghị\",\n    \"unvainly\": \"unainains\",\n    \"unvainness\": \"enweghị ebe obibi\",\n    \"unvaleted\": \"akpoghi\",\n    \"unvaletudinary\": \"Uchenna Onyekwere\",\n    \"unvaliant\": \"enweghị ike\",\n    \"unvaliantly\": \"enweghị ike\",\n    \"unvaliantness\": \"enweghị ike\",\n    \"unvalid\": \"abaghi uru\",\n    \"unvalidated\": \"ekwughi\",\n    \"unvalidating\": \"ghara ịdị irè\",\n    \"unvalidity\": \"ezighi ezi\",\n    \"unvalidness\": \"ezighi ezi\",\n    \"unvalorously\": \"unana-aghara\",\n    \"unvalorousness\": \"enweghị ike\",\n    \"unvaluable\": \"enweghị uru\",\n    \"unvaluableness\": \"enweghị uru\",\n    \"unvaluably\": \"enweghị ọnụ\",\n    \"unvalue\": \"enweghị uru\",\n    \"unvalued\": \"ebughi\",\n    \"unvanishing\": \"enweghị nkwanye\",\n    \"unvanquished\": \"enweghị mmeri\",\n    \"unvanquishing\": \"enweghị mmiri\",\n    \"unvantaged\": \"enweghị mmasị\",\n    \"unvaporized\": \"ebupụtaghị\",\n    \"unvaporosity\": \"enweghi ike\",\n    \"unvaporous\": \"enweghị ume\",\n    \"unvaporously\": \"enweghị isi\",\n    \"unvaporousness\": \"enweghị ike\",\n    \"unvariable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"unvariableness\": \"enweghị mgbanwe\",\n    \"unvariably\": \"enweghị mgbanwe\",\n    \"unvariant\": \"enweghị mgbanwe\",\n    \"unvariation\": \"mgbanwe\",\n    \"unvaried\": \"agbanweghi\",\n    \"unvariedly\": \"enweghị atụ\",\n    \"unvarying\": \"unvary\",\n    \"unvaryingly\": \"n'amaghị ama\",\n    \"unvaryingness\": \"unvarying\",\n    \"unvarnished\": \"unvarnishment\",\n    \"unvarnishedly\": \"n’enweghi mmasi\",\n    \"unvarnishedness\": \"enweghị mmerụ\",\n    \"unvascular\": \"akwara\",\n    \"unvascularly\": \"enweghị nkwonkwo\",\n    \"unvasculous\": \"enweghị ọrụ ebube\",\n    \"unvassal\": \"enweghị ike\",\n    \"unvatted\": \"ekpughe\",\n    \"unvaulted\": \"unvailable\",\n    \"unvaunted\": \"enwetaghị ya\",\n    \"unvaunting\": \"Uwa\",\n    \"unvauntingly\": \"enweghị isi\",\n    \"unveering\": \"ekpughe\",\n    \"unveeringly\": \"na-ekpughe\",\n    \"unvehement\": \"oghe\",\n    \"unvehemently\": \"ekpughere\",\n    \"unveil\": \"kpughee\",\n    \"unveiled\": \"ekpughere\",\n    \"unveiledly\": \"ekpughere\",\n    \"unveiledness\": \"ekpughere\",\n    \"unveiler\": \"kpughee ihe\",\n    \"unveiling\": \"na-ekpughe\",\n    \"unveilment\": \"mmeghe\",\n    \"unveils\": \"ekpughe\",\n    \"unveined\": \"ekpughere\",\n    \"unvendable\": \"ekpughere\",\n    \"unvendableness\": \"ekpughere\",\n    \"unvended\": \"ekpughere\",\n    \"unvendible\": \"ekwenyeghi\",\n    \"unvendibleness\": \"ekwenyeghi\",\n    \"unveneered\": \"ekpughere\",\n    \"unvenerability\": \"nkwupụta\",\n    \"unvenerable\": \"ekpughee\",\n    \"unvenerableness\": \"ekpughee ekpughe\",\n    \"unvenerably\": \"ekpughee\",\n    \"unvenerated\": \"ekpughere\",\n    \"unvenerative\": \"ekpughere\",\n    \"unvenereal\": \"mkpali\",\n    \"unvenged\": \"ekpughere\",\n    \"unvengeful\": \"ekpughe\",\n    \"unveniable\": \"-enweghi ike\",\n    \"unvenially\": \"n'ụzọ na-enweghị nsogbu\",\n    \"unventable\": \"enweghị ike ịgbanwe\",\n    \"unvented\": \"emebighi\",\n    \"unventilated\": \"agbasaghị\",\n    \"unventured\": \"ebughi\",\n    \"unventuresome\": \"enweghị ike ịzụ ahịa\",\n    \"unventurousness\": \"ebighi ebi\",\n    \"unvenued\": \"enwetaghị\",\n    \"unveracious\": \"adịghị akwụ ụgwọ\",\n    \"unveraciously\": \"n’enweghị atụ\",\n    \"unveraciousness\": \"erughị eru\",\n    \"unveracity\": \"ekpughere\",\n    \"unverbal\": \"emezughị\",\n    \"unverbalized\": \"agbanwebeghị\",\n    \"unverbally\": \"n'ụzọ na-enweghị isi\",\n    \"unverbose\": \"adịghị akwado\",\n    \"unverboseness\": \"enweghị nkwanye ùgwù\",\n    \"unverdant\": \"adịghị agbanwe agbanwe\",\n    \"unverdured\": \"enweghị atụ\",\n    \"unverdurness\": \"enweghị nkwanye ùgwù\",\n    \"unverdurous\": \"amụghị ihe\",\n    \"unverdurousness\": \"enweghị ike\",\n    \"unveridical\": \"ezighi ezi\",\n    \"unverifiability\": \"ekwuwapụta\",\n    \"unverifiable\": \"ekpughere\",\n    \"unverifiableness\": \"ekpughere\",\n    \"unverifiably\": \"ekpughere\",\n    \"unverificative\": \"na-ekpughere\",\n    \"unverified\": \"enweghị nkwenye\",\n    \"unverifiedness\": \"enweghị nkwenye\",\n    \"unveritable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"unveritableness\": \"enweghị ike ịgbanwe agbanwe\",\n    \"unveritably\": \"enweghị atụ\",\n    \"unverity\": \"mahadum\",\n    \"unvermiculated\": \"emebighi\",\n    \"unverminous\": \"enweghị atụ\",\n    \"unverminously\": \"enweghị nsogbu\",\n    \"unverminousness\": \"enweghị atụ\",\n    \"unvernicular\": \"ọchịchị\",\n    \"unversatile\": \"enweghị atụ\",\n    \"unversatilely\": \"vasatail\",\n    \"unversatileness\": \"unversatile ness\",\n    \"unversatility\": \"enweghị mgbanwe\",\n    \"unversed\": \"agbasaghi\",\n    \"unversedly\": \"na-agbagharị\",\n    \"unversedness\": \"imeghe\",\n    \"unversified\": \"ekpughere\",\n    \"unvertebrate\": \"Okwesighi\",\n    \"unvertical\": \"ihe omuma\",\n    \"unvertically\": \"n'amaghị ama\",\n    \"unvertiginous\": \"ezighi ezi\",\n    \"unvertiginousness\": \"ezighi ezi\",\n    \"unvesiculated\": \"ajuju\",\n    \"unvessel\": \"ekpughe\",\n    \"unvesseled\": \"emeghe\",\n    \"unvested\": \"etinyeghị aka\",\n    \"unvetoed\": \"ekpughere\",\n    \"unvexatious\": \"ihe ojoo\",\n    \"unvexatiously\": \"vexatiously\",\n    \"unvexatiousness\": \"oke iwe\",\n    \"unvexed\": \"ekpughere\",\n    \"unvext\": \"ekpughe\",\n    \"unvibrant\": \"ekwesighi\",\n    \"unvibrantly\": \"n'esepụghị aka\",\n    \"unvibrating\": \"na-emeghe\",\n    \"unvicariousness\": \"enweghị mmasị\",\n    \"unvicious\": \"ekwesighi\",\n    \"unviciously\": \"enweghị isi\",\n    \"unviciousness\": \"enweghị isi\",\n    \"unvictimized\": \"enweghị iwu\",\n    \"unvictorious\": \"enweghị isi\",\n    \"unvictualed\": \"enweghị akwụkwọ\",\n    \"unviewed\": \"enwetabeghi\",\n    \"unvigilant\": \"etinyeghị anya\",\n    \"unvigorous\": \"adịghị agbanwe agbanwe\",\n    \"unvigorously\": \"n'esepụghị aka\",\n    \"unvigorousness\": \"enweghị ike\",\n    \"unvying\": \"ahụrụ n'anya\",\n    \"unvilified\": \"adịghị ọcha\",\n    \"unvindicable\": \"a naghị egosipụta ya\",\n    \"unvindicated\": \"ekwupụtaghị\",\n    \"unvindictive\": \"enweghị nkwanye\",\n    \"unvindictively\": \"n'egosighi\",\n    \"unvindictiveness\": \"ekwesighi\",\n    \"unvinous\": \"enweghi obi ojoo\",\n    \"unvintaged\": \"enweghị atụ\",\n    \"unviolable\": \"odighi adi ire\",\n    \"unviolableness\": \"enweghị atụ\",\n    \"unviolably\": \"n’enweghị atụ\",\n    \"unviolate\": \"megharia\",\n    \"unviolated\": \"enweghị ike\",\n    \"unviolative\": \"enweghị iwu\",\n    \"unviolenced\": \"enweghị nkwenye\",\n    \"unviolent\": \"enweghị isi\",\n    \"unviolently\": \"aghara aghara\",\n    \"unviolined\": \"emeghi ihe ike\",\n    \"unvirginal\": \"ezighi ezi\",\n    \"unvirility\": \"enweghi ike\",\n    \"unvirulent\": \"enweghi ike\",\n    \"unvirulently\": \"enweghị ike\",\n    \"unvisibleness\": \"unvisible\",\n    \"unvisibly\": \"enweghi ike ịhụ ya\",\n    \"unvision\": \"nyocha\",\n    \"unvisionary\": \"eleghi anya\",\n    \"unvisioned\": \"eleghi anya\",\n    \"unvisitable\": \"enweghị ike ịhụ anya\",\n    \"unvisited\": \"a chọghị\",\n    \"unvisiting\": \"agaghị eleta\",\n    \"unvisor\": \"onye nyocha\",\n    \"unvisored\": \"achọpụtaghị\",\n    \"unvistaed\": \"unvista\",\n    \"unvisualized\": \"eleghi anya\",\n    \"unvital\": \"adighi\",\n    \"unvitalized\": \"akpọghị\",\n    \"unvitalizing\": \"ekwuputaghi\",\n    \"unvitalness\": \"alụghị di\",\n    \"unvitiable\": \"nke a na-apụghị ịhụta\",\n    \"unvitiated\": \"akpọghị\",\n    \"unvitiatedly\": \"n'amaghị ama\",\n    \"unvitiatedness\": \"enweghị mmasị\",\n    \"unvitiating\": \"enweghị mmasị\",\n    \"unvitreosity\": \"nkwenye\",\n    \"unvitreous\": \"enweghị isi\",\n    \"unvitreousness\": \"enweghị nkwanye ùgwù\",\n    \"unvitrescent\": \"ekwesighi\",\n    \"unvitrescibility\": \"ekwenyeghi\",\n    \"unvitrescible\": \"-enweghị ike ịgbagha\",\n    \"unvitrifiable\": \"enweghị ike ịkọwapụta\",\n    \"unvitrified\": \"ekwuputaghi\",\n    \"unvituperated\": \"enweghị ebe obibi\",\n    \"unvituperative\": \"ekwesighi\",\n    \"unvituperatively\": \"n'adighi ike\",\n    \"unvivacious\": \"agbasaghị\",\n    \"unvividly\": \"n'ụzọ doro anya\",\n    \"unvividness\": \"enweghị ihe ọ bụla\",\n    \"unvivified\": \"a chọtaghị\",\n    \"unvizarded\": \"unvardard\",\n    \"unvizored\": \"unvizred\",\n    \"unvocable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"unvocal\": \"enweghị isi\",\n    \"unvocalised\": \"atụghị anya\",\n    \"unvocalized\": \"akpọghị aha\",\n    \"unvociferous\": \"enweghị ntụpọ\",\n    \"unvociferously\": \"n'esepughi aka\",\n    \"unvociferousness\": \"enweghị nkwanye ùgwù\",\n    \"unvoyaging\": \"itughari\",\n    \"unvoice\": \"abụghị olu\",\n    \"unvoiced\": \"adịghị anụ olu\",\n    \"unvoiceful\": \"adịghị anụ ụtọ\",\n    \"unvoices\": \"akwụkwọ ozi\",\n    \"unvoicing\": \"ekpenta\",\n    \"unvoid\": \"zere\",\n    \"unvoidable\": \"izere\",\n    \"unvoided\": \"enweghị atụ\",\n    \"unvoidness\": \"izere\",\n    \"unvolatile\": \"anaghị agbanwe agbanwe\",\n    \"unvolatilize\": \"weghachite\",\n    \"unvolitional\": \"enweghị isi\",\n    \"unvolitioned\": \"enweghị\",\n    \"unvolitive\": \"ekweghị\",\n    \"unvoluble\": \"enweghị ike ịgbagha\",\n    \"unvolubleness\": \"enweghị ike\",\n    \"unvolubly\": \"enweghị okwukwe\",\n    \"unvolumed\": \"agbaghaghị\",\n    \"unvoluminousness\": \"enweghị nchịkwa\",\n    \"unvoluntary\": \"enweghị isi\",\n    \"unvoluntarily\": \"enweghị isi\",\n    \"unvoluntariness\": \"unvoluntarin\",\n    \"unvolunteering\": \"enweghị ọrụ\",\n    \"unvoluptuous\": \"enweghị\",\n    \"unvomited\": \"akpọghị\",\n    \"unvoracious\": \"nzuzu\",\n    \"unvoraciously\": \"n'amaghị ama\",\n    \"unvoraciousness\": \"amaghi ama\",\n    \"unvote\": \"gosipụta\",\n    \"unvoted\": \"enwetaghị\",\n    \"unvoting\": \"ịmeghe\",\n    \"unvouched\": \"anwughi\",\n    \"unvouchedly\": \"ejighi aka\",\n    \"unvowed\": \"emeghi\",\n    \"unvowelled\": \"enweghi ike\",\n    \"unvulgarised\": \"unvulgargarised\",\n    \"unvulgarising\": \"adịghị emerụ ahụ\",\n    \"unwadable\": \"enweghị atụ\",\n    \"unwadded\": \"kpughee\",\n    \"unwaddling\": \"ibupụta\",\n    \"unwadeable\": \"enweghị ike\",\n    \"unwaded\": \"ejikọtaghị ọnụ\",\n    \"unwading\": \"ikpochapu\",\n    \"unwafted\": \"adighi agbanwe agbanwe\",\n    \"unwaged\": \"akpaghị aka\",\n    \"unwagered\": \"enweghị nsogbu\",\n    \"unwaggable\": \"enweghị nsogbu\",\n    \"unwaggably\": \"n'enweghị nsogbu\",\n    \"unwagged\": \"enweghị nsogbu\",\n    \"unwayed\": \"unwa ujo\",\n    \"unwailed\": \"tinyeghị aka\",\n    \"unwainscoted\": \"akwadoghi\",\n    \"unwaited\": \"n’atụghị anya\",\n    \"unwaiting\": \"na-echeghi\",\n    \"unwaivable\": \"enweghị atụ\",\n    \"unwaived\": \"ebughi oke\",\n    \"unwakeful\": \"amụghị anya\",\n    \"unwakefully\": \"ịdịghị njikere\",\n    \"unwakefulness\": \"amaghi ama\",\n    \"unwakened\": \"amaghi ụra\",\n    \"unwakening\": \"ibido\",\n    \"unwaking\": \"na-adịghị njikere\",\n    \"unwalkable\": \"enweghị ike ịgbagha\",\n    \"unwalked\": \"emegheghị\",\n    \"unwalking\": \"na-emeghe\",\n    \"unwall\": \"dapụ\",\n    \"unwalled\": \"agbasighi\",\n    \"unwallowed\": \"agbanyeghị\",\n    \"unwandered\": \"achọghị\",\n    \"unwandering\": \"n'adabereghị\",\n    \"unwanderingly\": \"n'adaghị mmiri\",\n    \"unwaned\": \"achọghị\",\n    \"unwaning\": \"achọghị\",\n    \"unwanted\": \"achọghị\",\n    \"unwanton\": \"achọghị\",\n    \"unwarbled\": \"enweghị nsogbu\",\n    \"unwarded\": \"ebughi\",\n    \"unware\": \"amaghi\",\n    \"unwarely\": \"n’amaghi ama\",\n    \"unwareness\": \"amaghi ama\",\n    \"unwary\": \"anya\",\n    \"unwarlike\": \"enweghị atụ\",\n    \"unwarlikeness\": \"unwarliken\",\n    \"unwarmable\": \"enweghị atụ\",\n    \"unwarming\": \"ekweghị\",\n    \"unwarned\": \"n'amaghi ama\",\n    \"unwarnedly\": \"n'atụghị egwu\",\n    \"unwarnedness\": \"unwarneding\",\n    \"unwarning\": \"ekweghị\",\n    \"unwarnished\": \"enweghị atụ\",\n    \"unwarp\": \"unuwa\",\n    \"unwarpable\": \"enweghị atụ\",\n    \"unwarping\": \"adịghị efe efe\",\n    \"unwarrayed\": \"enweghị atụ\",\n    \"unwarrant\": \"enweghị nkwenye\",\n    \"unwarrantability\": \"enweghị nkwenye\",\n    \"unwarrantable\": \"ekweghi ekwe\",\n    \"unwarrantableness\": \"enweghị nkwenye\",\n    \"unwarrantably\": \"enweghị nkwenye\",\n    \"unwarrantabness\": \"enweghị nkwenye\",\n    \"unwarranted\": \"ekwesighi\",\n    \"unwarrantedly\": \"n'amaghi ama\",\n    \"unwarrantedness\": \"ekwesighi\",\n    \"unwarred\": \"n’atụghị anya\",\n    \"unwashable\": \"onwu\",\n    \"unwashed\": \"asacha\",\n    \"unwashedness\": \"asacha\",\n    \"unwasheds\": \"asacha\",\n    \"unwashen\": \"adịghị ọcha\",\n    \"unwassailing\": \"na-asaghi\",\n    \"unwastable\": \"enweghị ike\",\n    \"unwasted\": \"asacha\",\n    \"unwasteful\": \"enweghi mmiri\",\n    \"unwastefully\": \"n'amaghi ama\",\n    \"unwastefulness\": \"ezighi ezi\",\n    \"unwasting\": \"na-emeghe\",\n    \"unwastingly\": \"n'emeghị ihe ọ bụla\",\n    \"unwatchful\": \"mụrụ anya\",\n    \"unwatchfully\": \"mụrụ anya\",\n    \"unwatchfulness\": \"ukpeme\",\n    \"unwatching\": \"n'ichegharị\",\n    \"unwater\": \"mmiri n'okpuru osimiri\",\n    \"unwatered\": \"enweghị mmiri\",\n    \"unwatery\": \"erughị ala\",\n    \"unwaterlike\": \"enweghị mmasị\",\n    \"unwatermarked\": \"na-enweghị akara\",\n    \"unwattled\": \"agbasaghị\",\n    \"unwaved\": \"emeghi elu\",\n    \"unwaverable\": \"enweghị ike ịgbagha\",\n    \"unwavered\": \"enweghi ike\",\n    \"unwavering\": \"-adaghị ada ada\",\n    \"unwaveringly\": \"-adaghị ada ada\",\n    \"unwaving\": \"-adaghị ada ada\",\n    \"unwaxed\": \"na-agbanwe agbanwe\",\n    \"unweaken\": \"ejighi ya\",\n    \"unweakened\": \"esighi ike\",\n    \"unweakening\": \"adịghị ike\",\n    \"unweal\": \"adighi ike\",\n    \"unwealthy\": \"adighi aru ike\",\n    \"unweaned\": \"unweed\",\n    \"unweapon\": \"Ngwá agha\",\n    \"unweaponed\": \"enweghị atụ\",\n    \"unwearable\": \"unwearị\",\n    \"unweary\": \"adighi ike\",\n    \"unweariability\": \"enweghị ike ịgbanwe agbanwe\",\n    \"unweariable\": \"enweghị ike ịgbanwe agbanwe\",\n    \"unweariableness\": \"enweghị ike ịgbanwe agbanwe\",\n    \"unweariably\": \"enweghị mgbanwe\",\n    \"unwearied\": \"ike gwụrụ\",\n    \"unweariedly\": \"enweghị ike ọgwụgwụ\",\n    \"unweariedness\": \"enweghị ike ọgwụgwụ\",\n    \"unwearying\": \"ike ọgwụgwụ\",\n    \"unwearyingly\": \"edeghị akwụkwọ\",\n    \"unwearily\": \"unwewe\",\n    \"unweariness\": \"ike ọgwụgwụ\",\n    \"unwearing\": \"enweghịzi\",\n    \"unwearisome\": \"uwe\",\n    \"unwearisomeness\": \"Uwe ejiji\",\n    \"unweathered\": \"agwaghị anyị\",\n    \"unweatherly\": \"unweatherwe\",\n    \"unweatherwise\": \"unweatherwe\",\n    \"unweave\": \"wepụta akwa\",\n    \"unweaving\": \"ịkwa akwa\",\n    \"unweb\": \"wepu\",\n    \"unwebbed\": \"iwepụ\",\n    \"unwebbing\": \"ikwupụta\",\n    \"unwed\": \"alụghị di\",\n    \"unwedded\": \"unwedwed\",\n    \"unweddedly\": \"unwedwedly\",\n    \"unweddedness\": \"alụghị di na nwunye\",\n    \"unwedgeable\": \"enweghị ụgwọ\",\n    \"unwedged\": \"enweghị akwụkwọ\",\n    \"unwedging\": \"enweghị atụ\",\n    \"unweeded\": \"akpachapụghị anya\",\n    \"unweel\": \"ike adịghị\",\n    \"unweelness\": \"ọrịa\",\n    \"unweened\": \"unweed\",\n    \"unweeping\": \"na-ehichapụ\",\n    \"unweeting\": \"adịghị atọ ụtọ\",\n    \"unweetingly\": \"n'ikwekọ\",\n    \"unweft\": \"unwepu\",\n    \"unweighability\": \"enweghị ike ịbanye\",\n    \"unweighable\": \"enweghị ike ịgbanwe\",\n    \"unweighableness\": \"enweghị ike ịgbanwe agbanwe\",\n    \"unweighed\": \"enweghị ibu\",\n    \"unweighing\": \"na-ebu ibu\",\n    \"unweight\": \"buru ibu\",\n    \"unweighted\": \"ebughi ibu\",\n    \"unweighty\": \"enweghi ike\",\n    \"unweighting\": \"na-ebu ibu\",\n    \"unweights\": \"unweigh\",\n    \"unwelcome\": \"adabaghi\",\n    \"unwelcomed\": \"ekwenyeghi\",\n    \"unwelcomely\": \"enweghị mmasị\",\n    \"unwelcoming\": \"adabaghi\",\n    \"unweld\": \"ebughi\",\n    \"unweldable\": \"enweghi ike iwepu ya\",\n    \"unwelde\": \"unwelwel\",\n    \"unwelded\": \"ekpuchighị\",\n    \"unwell\": \"ike adịghị\",\n    \"unwellness\": \"ọrịa\",\n    \"unwelted\": \"agbasaghị\",\n    \"unwelth\": \"nke iri na abụọ\",\n    \"unwept\": \"akpachapụghị anya\",\n    \"unwestern\": \"N'ebe ọdịda anyanwụ\",\n    \"unwesternized\": \"na-agbasaghị\",\n    \"unwheedled\": \"akpachapụghị anya\",\n    \"unwheel\": \"kwụpụ\",\n    \"unwheeled\": \"tọpụ\",\n    \"unwhelmed\": \"enweghị mmasị\",\n    \"unwhelped\": \"enweghị mmasị\",\n    \"unwhetted\": \"agbachapụghị\",\n    \"unwhig\": \"unyeghi\",\n    \"unwhiglike\": \"adịghị egosi\",\n    \"unwhimpering\": \"na-agbasaghị\",\n    \"unwhimperingly\": \"n'emeghị nkwanye ùgwù\",\n    \"unwhimsical\": \"ekwesighi\",\n    \"unwhimsically\": \"n'emeghị nkwanye ùgwù\",\n    \"unwhimsicalness\": \"ekwesighi\",\n    \"unwhining\": \"n'ichekwa\",\n    \"unwhiningly\": \"n'amaghị ama\",\n    \"unwhip\": \"ibupute\",\n    \"unwhipped\": \"agbasaghị\",\n    \"unwhipt\": \"enweghị isi\",\n    \"unwhirled\": \"agbasaghị\",\n    \"unwhisked\": \"achọghị\",\n    \"unwhiskered\": \"akwadoghị\",\n    \"unwhisperable\": \"ekwesighi\",\n    \"unwhispered\": \"ekwughị\",\n    \"unwhispering\": \"agbasaghị\",\n    \"unwhistled\": \"ekwughi okwu\",\n    \"unwhite\": \"ọcha\",\n    \"unwhited\": \"ekewetkeghi\",\n    \"unwhitened\": \"ekechaghị ọcha\",\n    \"unwhitewashed\": \"asacha\",\n    \"unwhole\": \"izu ike\",\n    \"unwholesome\": \"na-adịghị mma\",\n    \"unwholesomely\": \"n'enweghị nsogbu\",\n    \"unwholesomeness\": \"ekwesighi ike\",\n    \"unwicked\": \"adịghị njikere\",\n    \"unwickedly\": \"n'enweghị mmasị\",\n    \"unwickedness\": \"adịghị mma\",\n    \"unwidened\": \"ekwughị\",\n    \"unwidowed\": \"na-akwadoghị\",\n    \"unwield\": \"mebiri\",\n    \"unwieldable\": \"enweghị atụ\",\n    \"unwieldy\": \"enweghị atụ\",\n    \"unwieldily\": \"n'ụzọ na-enweghị atụ\",\n    \"unwieldiness\": \"enweghị ike\",\n    \"unwieldly\": \"n’enweghị nsogbu\",\n    \"unwieldsome\": \"ezighi ezi\",\n    \"unwifed\": \"achọghị\",\n    \"unwifely\": \"ekwesighi\",\n    \"unwifelike\": \"adịghị njikere\",\n    \"unwig\": \"Ighaghi\",\n    \"unwigged\": \"ejighi\",\n    \"unwigging\": \"imeghe\",\n    \"unwild\": \"ebughi\",\n    \"unwildly\": \"na-agbasaghị\",\n    \"unwildness\": \"unana-unana\",\n    \"unwilful\": \"ekweghị\",\n    \"unwilfully\": \"achọghị\",\n    \"unwilfulness\": \"iwu\",\n    \"unwily\": \"achọghị\",\n    \"unwilier\": \"adịghị njikere\",\n    \"unwilily\": \"ịdị njikere\",\n    \"unwiliness\": \"enweghị ike\",\n    \"unwill\": \"ekweghị\",\n    \"unwillable\": \"enweghị ike\",\n    \"unwille\": \"achọghị\",\n    \"unwilled\": \"achọghị\",\n    \"unwilledness\": \"achọghị\",\n    \"unwillful\": \"ekweghị\",\n    \"unwillfully\": \"achọghị\",\n    \"unwillfulness\": \"ekweghị\",\n    \"unwilling\": \"achọghị\",\n    \"unwillingly\": \"achọghị\",\n    \"unwillingness\": \"achọghị\",\n    \"unwilted\": \"achọghị\",\n    \"unwilting\": \"agbasapụ\",\n    \"unwimple\": \"enweghị atụ\",\n    \"unwincing\": \"unwin\",\n    \"unwincingly\": \"unwincing\",\n    \"unwind\": \"tụsaratụ\",\n    \"unwindable\": \"ekweghị\",\n    \"unwinded\": \"tụsara ahụ\",\n    \"unwinder\": \"tụọ\",\n    \"unwinders\": \"ihe nkwụsị\",\n    \"unwindy\": \"tụsara ahụ\",\n    \"unwinding\": \"tọpụ\",\n    \"unwindingly\": \"n'achọghị\",\n    \"unwindowed\": \"enweghị windo\",\n    \"unwinds\": \"tụsara ahụ\",\n    \"unwingable\": \"ekweghị ekwe\",\n    \"unwinged\": \"ghara ịtụpu ya\",\n    \"unwink\": \"itinye anya\",\n    \"unwinking\": \"n'enyeghi anya\",\n    \"unwinkingly\": \"n'emeghị anya\",\n    \"unwinning\": \"ekpuchita\",\n    \"unwinnowed\": \"amaghi\",\n    \"unwinsome\": \"na-edozi ahụ\",\n    \"unwintry\": \"achọghị\",\n    \"unwiped\": \"ebughi\",\n    \"unwirable\": \"achọghị\",\n    \"unwire\": \"achọghị\",\n    \"unwired\": \"achọghị\",\n    \"unwisdom\": \"amaghi ama\",\n    \"unwisdoms\": \"ekwesighi\",\n    \"unwise\": \"nzuzu\",\n    \"unwisely\": \"nzuzu\",\n    \"unwiseness\": \"enweghi uche\",\n    \"unwiser\": \"kpachapụ anya\",\n    \"unwisest\": \"enweghị uche\",\n    \"unwish\": \"achọghị\",\n    \"unwished\": \"achọghị\",\n    \"unwishes\": \"achọghị\",\n    \"unwishful\": \"achọghị\",\n    \"unwishfully\": \"n'achọghị\",\n    \"unwishfulness\": \"achọghị\",\n    \"unwishing\": \"achọghị\",\n    \"unwist\": \"adịghị njikere\",\n    \"unwistful\": \"ekwenyeghi\",\n    \"unwistfully\": \"n'esepụghị aka\",\n    \"unwistfulness\": \"enweghị nchekwube\",\n    \"unwit\": \"amaghi\",\n    \"unwitch\": \"amaghi ama\",\n    \"unwitched\": \"amaghi ama\",\n    \"unwithdrawable\": \"ekweghị\",\n    \"unwithdrawing\": \"ekweghị\",\n    \"unwithdrawn\": \"ekweghị\",\n    \"unwitherable\": \"amataghi\",\n    \"unwithered\": \"akpachiri anya\",\n    \"unwithering\": \"adịghị achọ\",\n    \"unwithheld\": \"ekweghị\",\n    \"unwithholden\": \"ekwenyeghi\",\n    \"unwithholding\": \"ekwesighi\",\n    \"unwithstanding\": \"ekweghị\",\n    \"unwithstood\": \"ekweghị\",\n    \"unwitless\": \"n'amaghị ama\",\n    \"unwitnessed\": \"amaghi ama\",\n    \"unwits\": \"ghara\",\n    \"unwitted\": \"n'amaghi ama\",\n    \"unwitty\": \"n'amaghi ama\",\n    \"unwittily\": \"n'amaghị ama\",\n    \"unwitting\": \"n'amaghi ama\",\n    \"unwittingly\": \"n'amaghị ama\",\n    \"unwittingness\": \"amaghi ama\",\n    \"unwive\": \"achọghị\",\n    \"unwived\": \"achọghị\",\n    \"unwoefulness\": \"enweghị ike\",\n    \"unwoman\": \"unwanwanyi\",\n    \"unwomanized\": \"emeghi nwanyi\",\n    \"unwomanlike\": \"unwanwanyi\",\n    \"unwomanliness\": \"unwoke\",\n    \"unwonderful\": \"enweghị atụ\",\n    \"unwonderfully\": \"enweghị ebube\",\n    \"unwondering\": \"enweghị atụ\",\n    \"unwontedly\": \"n'amaghi ama\",\n    \"unwontedness\": \"enweghị uche\",\n    \"unwooded\": \"ekwughị osisi\",\n    \"unwooed\": \"ịraghị ụra\",\n    \"unwoof\": \"unoof\",\n    \"unwooly\": \"ịdị jụụ\",\n    \"unwordable\": \"enweghị ike ịgbagha\",\n    \"unwordably\": \"enweghị isiokwu\",\n    \"unworded\": \"ebughi\",\n    \"unwordy\": \"enweghị nsogbu\",\n    \"unwork\": \"arụghị ọrụ\",\n    \"unworkability\": \"arụ ọrụ\",\n    \"unworkable\": \"arụ ọrụ\",\n    \"unworkableness\": \"arụ ọrụ\",\n    \"unworkably\": \"arụ ọrụ\",\n    \"unworked\": \"arụghị ọrụ\",\n    \"unworkedness\": \"arụghị ọrụ\",\n    \"unworker\": \"adịghị arụ ọrụ\",\n    \"unworking\": \"adịghị arụ ọrụ\",\n    \"unworkmanly\": \"arụghị ọrụ\",\n    \"unworkmanlike\": \"adịghị ka ọrụ\",\n    \"unworld\": \"enweghị atụ\",\n    \"unworldliness\": \"enweghị nkwanye ùgwù\",\n    \"unwormed\": \"ebido\",\n    \"unworminess\": \"enweghị nsogbu\",\n    \"unworn\": \"agbadoghị\",\n    \"unworried\": \"enweghị nsogbu\",\n    \"unworriedly\": \"unworldly\",\n    \"unworriedness\": \"enweghị ọrụ\",\n    \"unworship\": \"enweghị ọrụ\",\n    \"unworshiped\": \"enweghị iwu\",\n    \"unworshipful\": \"enweghị nkwado\",\n    \"unworshiping\": \"enweghị ọrụ\",\n    \"unworshipped\": \"na -enweghị okwukwe\",\n    \"unworshipping\": \"n'adịghị efe\",\n    \"unworth\": \"abaghị uru\",\n    \"unworthy\": \"ekwesighi\",\n    \"unworthier\": \"ekwesighi\",\n    \"unworthies\": \"ekwesighi\",\n    \"unworthiest\": \"ekwesighi\",\n    \"unworthily\": \"ekwesighi\",\n    \"unworthiness\": \"erughị eru\",\n    \"unwotting\": \"imeghe\",\n    \"unwounded\": \"unwoundị\",\n    \"unwove\": \"unyeve\",\n    \"unwrangling\": \"na-agbasa\",\n    \"unwrap\": \"tọpụ\",\n    \"unwrapped\": \"ewepu\",\n    \"unwrapper\": \"iwepu\",\n    \"unwrappered\": \"egbochiri\",\n    \"unwrapping\": \"na-emeghe\",\n    \"unwraps\": \"na-emeghe\",\n    \"unwrathful\": \"enweghị mmasị\",\n    \"unwrathfully\": \"n'esighi ike\",\n    \"unwrathfulness\": \"enweghị nchekasị\",\n    \"unwreaked\": \"agbasaghị\",\n    \"unwreaken\": \"ebughi\",\n    \"unwreathe\": \"ịgwọ ọrịa\",\n    \"unwreathed\": \"enweghị ọgwụgwọ\",\n    \"unwreathing\": \"adịghị edozi ahụ\",\n    \"unwrecked\": \"agbasaghị\",\n    \"unwrench\": \"mepee\",\n    \"unwrenched\": \"edozi\",\n    \"unwrest\": \"ọgba aghara\",\n    \"unwrested\": \"edozi\",\n    \"unwrestedly\": \"n'enweghị nsogbu\",\n    \"unwresting\": \"enweghị nchịkwa\",\n    \"unwrestled\": \"edozi\",\n    \"unwretched\": \"erughị ala\",\n    \"unwry\": \"adịghị\",\n    \"unwriggled\": \"n'adịghị\",\n    \"unwrinkle\": \"un ahunsenwu\",\n    \"unwrinkleable\": \"alala azụ\",\n    \"unwrinkled\": \"agbachapụ\",\n    \"unwrinkles\": \"agbachapụ\",\n    \"unwrinkling\": \"agbasaghị\",\n    \"unwrit\": \"edeghị\",\n    \"unwritable\": \"edeghị ede\",\n    \"unwrite\": \"edeghị\",\n    \"unwriteable\": \"edetu\",\n    \"unwriting\": \"edekọ\",\n    \"unwritten\": \"edeghị\",\n    \"unwroken\": \"emegheghị\",\n    \"unwronged\": \"ezighi ezi\",\n    \"unwrongful\": \"ezighi ezi\",\n    \"unwrongfully\": \"na-ezighi ezi\",\n    \"unwrongfulness\": \"ezighi ezi\",\n    \"unwrote\": \"edeghị\",\n    \"unwrought\": \"ebughi\",\n    \"unwrung\": \"wepu\",\n    \"unwwove\": \"unwughi\",\n    \"unwwoven\": \"ịghasa\",\n    \"unzealous\": \"enweghị anyaụfụ\",\n    \"unzealously\": \"n'enweghị ekworo\",\n    \"unzealousness\": \"enweghị anyaụfụ\",\n    \"unzipping\": \"mbido\",\n    \"unzoned\": \"emezighi\",\n    \"unzoning\": \"imeghe\",\n    \"up\": \"elu\",\n    \"upaya\": \"ịpaya\",\n    \"uparch\": \"elu\",\n    \"uparm\": \"ibuli elu\",\n    \"upas\": \"Ugwu\",\n    \"upases\": \"ebili\",\n    \"upattic\": \"anya mmiri\",\n    \"upband\": \"bido\",\n    \"upbank\": \"banki\",\n    \"upbborne\": \"bulie elu\",\n    \"upbear\": \"bulie elu\",\n    \"upbearer\": \"onye nnabata\",\n    \"upbearers\": \"ndị na-ebu ihe\",\n    \"upbearing\": \"ndidi\",\n    \"upbears\": \"eleba anya\",\n    \"upbeat\": \"gbasie ike\",\n    \"upbeats\": \"elu\",\n    \"upbelt\": \"elu\",\n    \"upbend\": \"gbagoo\",\n    \"upby\": \"site na\",\n    \"upbid\": \"kwalite\",\n    \"upbye\": \"daalụ\",\n    \"upbind\": \"elu\",\n    \"upbinding\": \"na-agbakọta\",\n    \"upbinds\": \"elu\",\n    \"upblacken\": \"agbachi\",\n    \"upblast\": \"mgbapụta\",\n    \"upblaze\": \"gbasaa\",\n    \"upblow\": \"gbasaa\",\n    \"upboil\": \"gbanye onu\",\n    \"upboiling\": \"na-ebuli elu\",\n    \"upboils\": \"elu\",\n    \"upboost\": \"elu ugwu\",\n    \"upborne\": \"elu\",\n    \"upboulevard\": \"Ugwuoba\",\n    \"upbound\": \"gbagota\",\n    \"upbrace\": \"kootu\",\n    \"upbraid\": \"mba elu\",\n    \"upbraided\": \"akwara\",\n    \"upbraider\": \"onye na-enyocha ihe\",\n    \"upbraiders\": \"ndị na-agba mbọ\",\n    \"upbraiding\": \"upbrabra\",\n    \"upbraidingly\": \"elu ihu\",\n    \"upbrast\": \"elu ugwu\",\n    \"upbreak\": \"bibie\",\n    \"upbreathe\": \"gbakee\",\n    \"upbred\": \"zụrụ\",\n    \"upbreed\": \"elu ugwu\",\n    \"upbrighten\": \"bulie elu\",\n    \"upbrim\": \"elu\",\n    \"upbring\": \"nzụlite\",\n    \"upbringing\": \"nzụlite\",\n    \"upbroken\": \"agbagha\",\n    \"upbrought\": \"nsogbu\",\n    \"upbrow\": \"itoolu\",\n    \"upbubble\": \"mkpọtụ\",\n    \"upbuy\": \"bulie elu\",\n    \"upbuild\": \"na-ewuli elu\",\n    \"upbuilder\": \"onye na-ewuli elu\",\n    \"upbuilding\": \"na-ewuli elu\",\n    \"upbuilds\": \"na-ewuli elu\",\n    \"upbuilt\": \"elu\",\n    \"upbulging\": \"na-ebugharị\",\n    \"upbuoying\": \"na-ewuli elu\",\n    \"upburn\": \"iwe\",\n    \"upburst\": \"iwe\",\n    \"upcall\": \"iti mkpu\",\n    \"upcard\": \"kaadị\",\n    \"upcarry\": \"elu\",\n    \"upcast\": \"agbagọ\",\n    \"upcasted\": \"agbadoro\",\n    \"upcasting\": \"na-agbagha\",\n    \"upcasts\": \"nkwalite\",\n    \"upcaught\": \"weghaara\",\n    \"upchamber\": \"nwe ụlọ\",\n    \"upchaunce\": \"mgbanaka\",\n    \"upcheer\": \"ngwugwu\",\n    \"upchucking\": \"na-azụ\",\n    \"upcity\": \"nnweta\",\n    \"upclimb\": \"ịrị elu\",\n    \"upclimbed\": \"elu ugwu\",\n    \"upclimbing\": \"na-arịgo\",\n    \"upclimbs\": \"elu ugwu\",\n    \"upclose\": \"mechie\",\n    \"upcloser\": \"mechie\",\n    \"upcoast\": \"kootu\",\n    \"upcock\": \"elu\",\n    \"upcoiled\": \"Ihe mechiri emechi\",\n    \"upcolumn\": \"elu akwukwo\",\n    \"upcome\": \"na-abịa\",\n    \"upcoming\": \"na-abịa\",\n    \"upconjure\": \"nnabata\",\n    \"upcountry\": \"elu ugwu\",\n    \"upcourse\": \"ihe mgbochi\",\n    \"upcover\": \"kpuchie\",\n    \"upcreek\": \"elu ugwu\",\n    \"upcreep\": \"elu ugwu\",\n    \"upcry\": \"mkpu\",\n    \"upcrop\": \"elu ugwu\",\n    \"upcrowd\": \"igwe mmadụ\",\n    \"upcurled\": \"emeghari\",\n    \"upcurling\": \"na-agbago\",\n    \"upcurls\": \"Ugochukwu\",\n    \"upcurve\": \"Ugodi\",\n    \"upcurved\": \"etolite\",\n    \"upcurves\": \"Ugodi\",\n    \"upcurving\": \"Ugboro\",\n    \"upcushion\": \"mgbatị\",\n    \"upcut\": \"elu\",\n    \"upcutting\": \"ịchapu\",\n    \"updart\": \"mmelite\",\n    \"updarted\": \"emelitere\",\n    \"updarting\": \"mmelite\",\n    \"updarts\": \"mmelite\",\n    \"updatable\": \"emelitere\",\n    \"update\": \"nwelite\",\n    \"updated\": \"emelitere\",\n    \"updater\": \"mmelite\",\n    \"updaters\": \"mmelite\",\n    \"updates\": \"mmelite\",\n    \"updating\": \"na-emelite\",\n    \"updelve\": \"mmelite\",\n    \"updive\": \"updidi\",\n    \"updived\": \"bulie elu\",\n    \"updiving\": \"elu ugwu\",\n    \"updo\": \"gbagoo\",\n    \"updome\": \"gbagoo\",\n    \"updos\": \"mmelite\",\n    \"updove\": \"gbagoo\",\n    \"updraft\": \"mmelite\",\n    \"updrafts\": \"mmelite\",\n    \"updrag\": \"mmelite\",\n    \"updraught\": \"mmelite\",\n    \"updraw\": \"mmelite\",\n    \"updress\": \"nkwalite\",\n    \"updry\": \"mmelite\",\n    \"updried\": \"emelitere\",\n    \"updries\": \"mmelite\",\n    \"updrying\": \"na-emelite\",\n    \"updrink\": \"mmelite\",\n    \"upend\": \"gbagoo\",\n    \"upended\": \"welitere\",\n    \"upending\": \"na-akwado\",\n    \"upends\": \"gbagoo\",\n    \"uperize\": \"bulie ike\",\n    \"upfield\": \"elu ugwu\",\n    \"upfingered\": \"elu\",\n    \"upflame\": \"kpuchie\",\n    \"upfly\": \"elu\",\n    \"upfling\": \"na-atụgharị\",\n    \"upflinging\": \"na-atụgharị\",\n    \"upfloat\": \"elu mmiri\",\n    \"upflood\": \"iju mmiri\",\n    \"upflow\": \"nwuo\",\n    \"upflowed\": \"tochie\",\n    \"upflower\": \"ndagwurugwu\",\n    \"upflowing\": \"na-ejuputa\",\n    \"upflows\": \"iju mmiri\",\n    \"upfold\": \"elu\",\n    \"upfolding\": \"nkwanye\",\n    \"upfolds\": \"elu\",\n    \"upframe\": \"ebido\",\n    \"upgale\": \"gbagoo\",\n    \"upgape\": \"elu\",\n    \"upgather\": \"elu\",\n    \"upgathered\": \"togburu\",\n    \"upgathering\": \"ichikota\",\n    \"upgathers\": \"elu\",\n    \"upgaze\": \"elu\",\n    \"upgazed\": \"upga\",\n    \"upgazing\": \"elu\",\n    \"upget\": \"welite\",\n    \"upgirded\": \"gbagoo\",\n    \"upgirding\": \"na-agbago\",\n    \"upgirt\": \"elu\",\n    \"upgive\": \"gbaghara\",\n    \"upglean\": \"weghara\",\n    \"upglide\": \"gbagoo\",\n    \"upgo\": \"togo\",\n    \"upgoing\": \"na-aga\",\n    \"upgrade\": \"nweta nkwalite\",\n    \"upgraded\": \"kwalite\",\n    \"upgrader\": \"nkwalite\",\n    \"upgrades\": \"nkwalite\",\n    \"upgrading\": \"nweta nkwalite\",\n    \"upgrave\": \"nweta nkwalite\",\n    \"upgrew\": \"nweta nkwalite\",\n    \"upgrow\": \"tolite\",\n    \"upgrowing\": \"na-eto\",\n    \"upgrown\": \"tolite\",\n    \"upgrows\": \"elu\",\n    \"upgrowth\": \"uto\",\n    \"upgrowths\": \"na-eto\",\n    \"upharbor\": \"elu ugwu\",\n    \"upheal\": \"elu\",\n    \"upheap\": \"ugwu\",\n    \"upheaping\": \"na-ebuli elu\",\n    \"upheaps\": \"ọgba aghara\",\n    \"uphearted\": \"nwee obi\",\n    \"upheaval\": \"ọgba aghara\",\n    \"upheavalist\": \"onye mgbagha\",\n    \"upheavals\": \"ọgba aghara\",\n    \"upheave\": \"gbaghaa\",\n    \"upheaved\": \"gbamgbam\",\n    \"upheaven\": \"gbagwojuo anya\",\n    \"upheaver\": \"mgbaghari\",\n    \"upheavers\": \"ọgba aghara\",\n    \"upheaves\": \"nsogbu\",\n    \"upheaving\": \"nsogbu\",\n    \"upheld\": \"kwagidere\",\n    \"upher\": \"elu\",\n    \"uphhove\": \"elu ugwu\",\n    \"uphill\": \"ugwu\",\n    \"uphills\": \"ugwu\",\n    \"uphillward\": \"n’elu ugwu\",\n    \"uphoard\": \"noururu\",\n    \"uphoarded\": \"nourd\",\n    \"uphoarding\": \"uphoing\",\n    \"uphoards\": \"akara aka\",\n    \"uphold\": \"kwadoo\",\n    \"upholden\": \"kwadoo\",\n    \"upholder\": \"onye nkwado\",\n    \"upholders\": \"ndị na-akwado ya\",\n    \"upholding\": \"na-akwado\",\n    \"upholds\": \"na-akwado\",\n    \"upholsterers\": \"ndị na-eme ihe nchịkwa\",\n    \"upholsterous\": \"upholstery\",\n    \"upholsters\": \"ndị na-eme ihe nchịkwa\",\n    \"upholstress\": \"upholstery\",\n    \"uphove\": \"elu ugwu\",\n    \"upyard\": \"elu ụlọ\",\n    \"upyoke\": \"uto\",\n    \"upisland\": \"ugwu ugwu\",\n    \"upkeep\": \"ndozi\",\n    \"upkeeps\": \"ndokwa\",\n    \"upkindle\": \"bulie elu\",\n    \"uplay\": \"mbadamba\",\n    \"uplaid\": \"ugwu\",\n    \"uplake\": \"tie elu\",\n    \"upland\": \"ugwu\",\n    \"uplanders\": \"ugwu\",\n    \"uplandish\": \"ugwu\",\n    \"uplands\": \"ugwu\",\n    \"uplead\": \"gbasie\",\n    \"uplean\": \"agbakwunye\",\n    \"uplick\": \"uplink\",\n    \"uplift\": \"bulie elu\",\n    \"upliftable\": \"ebuli elu\",\n    \"uplifted\": \"wulitere\",\n    \"upliftedly\": \"elu ugwu\",\n    \"upliftedness\": \"elu ugwu\",\n    \"uplifter\": \"bulie elu\",\n    \"uplifters\": \"mbuli elu\",\n    \"uplifting\": \"na-ewuli elu\",\n    \"upliftingly\": \"na-ewuli elu\",\n    \"upliftingness\": \"mbuli elu\",\n    \"upliftment\": \"mbuli elu\",\n    \"uplifts\": \"N'elu ugwu\",\n    \"uplight\": \"bulie elu\",\n    \"uplighted\": \"kpaliri\",\n    \"uplights\": \"ihe ngosi\",\n    \"uplying\": \"na-ebuli elu\",\n    \"uplimb\": \"ịrị elu\",\n    \"uplimber\": \"gbagoo\",\n    \"uplinks\": \"Mgbakwunye\",\n    \"uplit\": \"gbagoo\",\n    \"upload\": \"bulite\",\n    \"uploadable\": \"ebugote\",\n    \"uploaded\": \"ebudatara\",\n    \"uploading\": \"na-ebugote\",\n    \"uploads\": \"na-ebugo\",\n    \"uplong\": \"gbagoo\",\n    \"uplook\": \"ele anya\",\n    \"uplooker\": \"ihe nlere\",\n    \"upmaking\": \"mbido\",\n    \"upmanship\": \"ebuli\",\n    \"upmost\": \"elu\",\n    \"upmount\": \"bulie elu\",\n    \"upmountain\": \"ugwu\",\n    \"upmove\": \"bulie ije\",\n    \"upness\": \"Nkwalite\",\n    \"upon\": \"n'elu\",\n    \"uppbad\": \"ndokwa\",\n    \"upped\": \"agbakwunye\",\n    \"uppent\": \"kpuru\",\n    \"upper\": \"elu\",\n    \"uppercase\": \"nnukwu mkpụrụedemede\",\n    \"upperch\": \"elu\",\n    \"upperclassman\": \"nnukwu ụlọ ọrụ\",\n    \"upperclassmen\": \"clọ elu\",\n    \"uppercut\": \"shortcut\",\n    \"uppercuts\": \"elucuts\",\n    \"uppercutted\": \"ekweekpọ\",\n    \"upperer\": \"na-agbakwunye\",\n    \"upperest\": \"masịrị\",\n    \"upperhandism\": \"ihe isi ike\",\n    \"uppermore\": \"elu\",\n    \"uppermost\": \"nke kachasị elu\",\n    \"upperpart\": \"akuko elu\",\n    \"uppers\": \"elu\",\n    \"upperstocks\": \"elu\",\n    \"uppertendom\": \"elu ụlọ\",\n    \"upperworks\": \"ihe ndi ozo\",\n    \"uppile\": \"dakọtara\",\n    \"uppiled\": \"agbakwunyere\",\n    \"uppiles\": \"elu\",\n    \"uppiling\": \"na-agbakwunye\",\n    \"upping\": \"mbido\",\n    \"uppings\": \"elu\",\n    \"uppish\": \"gbanye ugwu\",\n    \"uppishly\": \"n'ụzọ zuru oke\",\n    \"uppishness\": \"uppish\",\n    \"uppityness\": \"uppity\",\n    \"upplow\": \"gbanye\",\n    \"uppluck\": \"gbanye\",\n    \"uppoint\": \"gbanye\",\n    \"uppoise\": \"nkwukpo\",\n    \"uppop\": \"gbanye\",\n    \"uppour\": \"okpokoro\",\n    \"upprick\": \"Upprick\",\n    \"uppropped\": \"gbanyụọ\",\n    \"uppropping\": \"ịpinye\",\n    \"upprops\": \"elu\",\n    \"uppull\": \"gbagoo\",\n    \"uppush\": \"kpuchie\",\n    \"upquiver\": \"elu\",\n    \"upraisal\": \"nyocha\",\n    \"upraiser\": \"onye nyocha\",\n    \"upraisers\": \"ndị nyocha\",\n    \"upraising\": \"nsogbu\",\n    \"upraught\": \"amaokwu\",\n    \"upreached\": \"efere\",\n    \"upreaches\": \"Mgbanwe\",\n    \"upreaching\": \"na-aga ozi ọma\",\n    \"upreared\": \"gbagoo\",\n    \"uprearing\": \"na-achị\",\n    \"uprears\": \"reda\",\n    \"uprest\": \"Ogbaaghara\",\n    \"uprestore\": \"weghachite\",\n    \"upright\": \"ziri ezi\",\n    \"uprighted\": \"ziri ezi\",\n    \"uprighteous\": \"ziri ezi\",\n    \"uprighteously\": \"n'ụzọ ezi omume\",\n    \"uprighteousness\": \"ezi omume\",\n    \"uprighting\": \"ziri ezi\",\n    \"uprightish\": \"ziri ezi\",\n    \"uprightly\": \"n'ụzọ ziri ezi\",\n    \"uprightman\": \"ziri ezi\",\n    \"uprightness\": \"ziri ezi\",\n    \"uprights\": \"eziokwu\",\n    \"uprisal\": \"nsogbu\",\n    \"uprise\": \"nsogbu\",\n    \"uprisement\": \"ọgba aghara\",\n    \"uprisen\": \"nsogbu\",\n    \"upriser\": \"nsogbu\",\n    \"uprisers\": \"ọgba aghara\",\n    \"uprises\": \"nsogbu\",\n    \"uprising\": \"nsogbu\",\n    \"uprisings\": \"ọgba aghara\",\n    \"uprive\": \"itolite\",\n    \"upriver\": \"weghaara\",\n    \"uprivers\": \"Ochie\",\n    \"uproad\": \"n'okporo ụzọ\",\n    \"uproar\": \"ọgba aghara\",\n    \"uproarer\": \"Ntughari\",\n    \"uproariness\": \"oke iwe\",\n    \"uproarious\": \"aghara\",\n    \"uproariously\": \"na-atụgharị uche\",\n    \"uproariousness\": \"aghara\",\n    \"uproars\": \"ọgba aghara\",\n    \"uproom\": \"ime ụlọ\",\n    \"uproot\": \"mgbọrọgwụ\",\n    \"uprooted\": \"wepụrụ\",\n    \"uprootedness\": \"isi ike\",\n    \"uprooting\": \"na-efopụ\",\n    \"uproots\": \"mgbọrọgwụ\",\n    \"uprouse\": \"rogha\",\n    \"uproused\": \"kpasuru iwe\",\n    \"uprouses\": \"na-eme mkpọtụ\",\n    \"uprousing\": \"na-agbagha\",\n    \"uprushed\": \"akuko\",\n    \"uprushes\": \"elu\",\n    \"uprushing\": \"Ntughari\",\n    \"ups\": \"acha ọkụ\",\n    \"upsaddle\": \"gbasie\",\n    \"upscrew\": \"acha anụnụ anụnụ\",\n    \"upscuddle\": \"ihe nzuzu\",\n    \"upsedoun\": \"agbago\",\n    \"upseek\": \"Ugboro\",\n    \"upsey\": \"Uzoamaka\",\n    \"upseize\": \"gbagoo\",\n    \"upsend\": \"gbasie\",\n    \"upsending\": \"na-ewuli elu\",\n    \"upsends\": \"ewe iwe\",\n    \"upsent\": \"na-ewe iwe\",\n    \"upset\": \"bilie dị njikere\",\n    \"upsetment\": \"iwe\",\n    \"upsets\": \"ewe iwe\",\n    \"upsettable\": \"iwe\",\n    \"upsettal\": \"iwe\",\n    \"upsetted\": \"iwe\",\n    \"upsetter\": \"iwe\",\n    \"upsetters\": \"ndị iwe\",\n    \"upsetting\": \"ewe iwe\",\n    \"upsettingly\": \"na-agbaghara\",\n    \"upshear\": \"nyocha\",\n    \"upsheath\": \"elu\",\n    \"upshift\": \"nnabata\",\n    \"upshifted\": \"upshiashi\",\n    \"upshifting\": \"na-enye aka\",\n    \"upshifts\": \"elu\",\n    \"upshoot\": \"elu ugwu\",\n    \"upshooting\": \"elu\",\n    \"upshoots\": \"elu ala\",\n    \"upshore\": \"n'ụsọ oké osimiri\",\n    \"upshot\": \"elu\",\n    \"upshots\": \"elu\",\n    \"upshoulder\": \"pụọ n'ubu\",\n    \"upshove\": \"elu ugwu\",\n    \"upshut\": \"elu\",\n    \"upsy\": \"elu\",\n    \"upsidaisy\": \"upin daisy\",\n    \"upside\": \"kpodoro isi ala\",\n    \"upsides\": \"acha ọkụ\",\n    \"upsighted\": \"emegharị\",\n    \"upsilons\": \"Ugwu\",\n    \"upsit\": \"bulie\",\n    \"upsitten\": \"bulie elu\",\n    \"upsitting\": \"na-ebuli elu\",\n    \"upskip\": \"bulie\",\n    \"upslant\": \"bulie elu\",\n    \"upslip\": \"gbasie\",\n    \"upslope\": \"elu\",\n    \"upsloping\": \"na-ebuli elu\",\n    \"upsmite\": \"bulie\",\n    \"upsnatch\": \"elu\",\n    \"upsoak\": \"elu\",\n    \"upsoared\": \"Akpadoro\",\n    \"upsoaring\": \"Udo\",\n    \"upsolve\": \"bibie\",\n    \"upspeak\": \"na-ekwu okwu\",\n    \"upspear\": \"achapu\",\n    \"upspeed\": \"agbago\",\n    \"upspin\": \"ihe omimi\",\n    \"upspire\": \"gbagoo\",\n    \"upspout\": \"nnweta\",\n    \"upsprang\": \"elu\",\n    \"upspread\": \"gbasaa\",\n    \"upspring\": \"nkpuru\",\n    \"upspringing\": \"mmụba\",\n    \"upsprings\": \"nkwalite\",\n    \"upsprinkle\": \"wulite\",\n    \"upsprung\": \"Ugboro abụọ\",\n    \"upspurt\": \"Nkwalite\",\n    \"upsring\": \"na-ewe iwe\",\n    \"upstaff\": \"elu\",\n    \"upstage\": \"elu\",\n    \"upstaged\": \"gbagoo\",\n    \"upstages\": \"elu\",\n    \"upstaging\": \"elu\",\n    \"upstay\": \"guzosie ike\",\n    \"upstairs\": \"n’elu ụlọ\",\n    \"upstamp\": \"elu\",\n    \"upstand\": \"kwụrụ ọtọ\",\n    \"upstanding\": \"di elu\",\n    \"upstandingly\": \"n'ụzọ pụtara ìhè\",\n    \"upstandingness\": \"elu\",\n    \"upstands\": \"na-eguzo\",\n    \"upstare\": \"elu ụlọ\",\n    \"upstares\": \"elu ugwu\",\n    \"upstaring\": \"N'elu ugwu\",\n    \"upstart\": \"malite\",\n    \"upstarted\": \"kpụrụ\",\n    \"upstartness\": \"Ndidi\",\n    \"upstarts\": \"elu\",\n    \"upstate\": \"ugwu\",\n    \"upstater\": \"ụlọ elu\",\n    \"upstaters\": \"ụlọ elu\",\n    \"upstates\": \"ugwu\",\n    \"upsteam\": \"elu ugwu\",\n    \"upstem\": \"elu ugwu\",\n    \"upstep\": \"elu\",\n    \"upstepped\": \"gbagoo\",\n    \"upstepping\": \"N'elu ugwu\",\n    \"upsteps\": \"elu\",\n    \"upstick\": \"elu ugwu\",\n    \"upstirred\": \"elu ugwu\",\n    \"upstirring\": \"elu ugwu\",\n    \"upstirs\": \"ụlọ elu\",\n    \"upstraight\": \"N'elu ala\",\n    \"upstream\": \"elu ugwu\",\n    \"upstreamward\": \"gbagoo\",\n    \"upstretch\": \"Ebe ugwu\",\n    \"upstretched\": \"agbatị\",\n    \"upstrike\": \"Ọdụdọ\",\n    \"upstrive\": \"gbasie ike\",\n    \"upstroke\": \"elu ugwu\",\n    \"upstrokes\": \"elu\",\n    \"upstruggle\": \"mgba\",\n    \"upsun\": \"gbagote\",\n    \"upsup\": \"bulie elu\",\n    \"upsurge\": \"ịgbagha\",\n    \"upsurged\": \"gbagoro\",\n    \"upsurgence\": \"mbido\",\n    \"upsurges\": \"nsogbu\",\n    \"upsurging\": \"na-agbagha\",\n    \"upsway\": \"gbasaa\",\n    \"upswallow\": \"mbughari\",\n    \"upswarm\": \"gbasie ike\",\n    \"upsweep\": \"nwe elu\",\n    \"upsweeping\": \"achapu\",\n    \"upsweeps\": \"achaa\",\n    \"upswell\": \"gbasili\",\n    \"upswelled\": \"agbalite\",\n    \"upswelling\": \"ihe nnweta\",\n    \"upswells\": \"gbasili\",\n    \"upswept\": \"gbasaa\",\n    \"upswing\": \"na-agbago\",\n    \"upswinging\": \"na-agbago\",\n    \"upswings\": \"ihe ngosi\",\n    \"upswollen\": \"gbamgbam\",\n    \"upswung\": \"agbasa\",\n    \"uptake\": \"iburu\",\n    \"uptakes\": \"were\",\n    \"uptears\": \"ihe mmuta\",\n    \"upthrew\": \"elu\",\n    \"upthrow\": \"ugwu\",\n    \"upthrowing\": \"na-agbago\",\n    \"upthrown\": \"toro\",\n    \"upthrows\": \"ihe isi ike\",\n    \"upthrust\": \"ntụkwasị obi\",\n    \"upthrusted\": \"ekweghị\",\n    \"upthrusting\": \"ikwenye ekwenye\",\n    \"upthrusts\": \"elu\",\n    \"upthunder\": \"gbagotere\",\n    \"uptide\": \"elu ugwu\",\n    \"uptightness\": \"ekweghị\",\n    \"uptilted\": \"kpaliri\",\n    \"uptilting\": \"na-akwado nri\",\n    \"uptime\": \"oge\",\n    \"uptimes\": \"oge\",\n    \"uptore\": \"elu\",\n    \"uptossed\": \"Ugbor\",\n    \"uptosses\": \"Uchechukwu\",\n    \"uptossing\": \"Udochukwu\",\n    \"uptower\": \"elu\",\n    \"uptown\": \"ugwu\",\n    \"uptowner\": \"nwe obodo\",\n    \"uptowners\": \"ndị nwe ụlọ\",\n    \"uptowns\": \"ugwu\",\n    \"uptrace\": \"elu\",\n    \"uptrail\": \"elu\",\n    \"uptree\": \"elu ugwu\",\n    \"uptrunk\": \"elu\",\n    \"uptruss\": \"elu\",\n    \"upttore\": \"elu\",\n    \"upttorn\": \"uptorn\",\n    \"upturned\": \"gbagọrọ agbagọ\",\n    \"upwafted\": \"gbagoo\",\n    \"upwafting\": \"na-agbago\",\n    \"upwafts\": \"elu\",\n    \"upway\": \"ugwu\",\n    \"upways\": \"n'okporo ụzọ\",\n    \"upward\": \"elu\",\n    \"upwardly\": \"elu\",\n    \"upwardness\": \"elu\",\n    \"upwards\": \"elu\",\n    \"upwell\": \"gbagoo\",\n    \"upwelled\": \"Uzo abuo\",\n    \"upwelling\": \"elu\",\n    \"upwells\": \"gbagoo\",\n    \"upwent\": \"gbagoro\",\n    \"upwheel\": \"elu\",\n    \"upwhelm\": \"elu\",\n    \"upwhir\": \"Ugwu\",\n    \"upwhirl\": \"elu\",\n    \"upwind\": \"atọrọ\",\n    \"upwith\": \"N'elu\",\n    \"upwork\": \"arụ ọrụ\",\n    \"upwound\": \"nweghari\",\n    \"upwreathe\": \"elu ugwu\",\n    \"upwrench\": \"elu ugwu\",\n    \"upwring\": \"n'omume\",\n    \"upwrought\": \"mebiri\",\n    \"ur\": \"Uche\",\n    \"ura\": \"ọra\",\n    \"uralic\": \"uralik\",\n    \"uralitization\": \"iwepu aha\",\n    \"uralitize\": \"wepu aka\",\n    \"uralitized\": \"etinyere aka\",\n    \"uralitizing\": \"iwepụ aha\",\n    \"uramilic\": \"uramilik\",\n    \"uranian\": \"urani\",\n    \"uranic\": \"uranik\",\n    \"uranism\": \"uran\",\n    \"uranisms\": \"uranism\",\n    \"uranitic\": \"uranik\",\n    \"uranologist\": \"ọkà mmụta banyere uranologist\",\n    \"uranous\": \"uran\",\n    \"urase\": \"wepu\",\n    \"uratic\": \"uratik\",\n    \"urban\": \"mepere emepe\",\n    \"urbane\": \"mepere emepe\",\n    \"urbanely\": \"bi n'obodo ukwu\",\n    \"urbaneness\": \"ime obodo\",\n    \"urbaner\": \"onye mepere emepe\",\n    \"urbanest\": \"nke ime obodo\",\n    \"urbanisation\": \"mmepe obodo\",\n    \"urbanise\": \"ime obodo\",\n    \"urbanised\": \"mebigo\",\n    \"urbanises\": \"ime obodo\",\n    \"urbanising\": \"ime obodo\",\n    \"urbanism\": \"ime obodo\",\n    \"urbanisms\": \"obodo mepere emepe\",\n    \"urbanist\": \"onye mepere emepe\",\n    \"urbanistic\": \"ime obodo\",\n    \"urbanistically\": \"nke ime obodo\",\n    \"urbanists\": \"ndị mepere emepe\",\n    \"urbanite\": \"onye mepere emepe\",\n    \"urbanites\": \"ndị mepere emepe\",\n    \"urbanity\": \"Obodo mepere emepe\",\n    \"urbanities\": \"obodo mepere emepe\",\n    \"urbanization\": \"mmepe obodo\",\n    \"urbanize\": \"mebigo\",\n    \"urbanized\": \"mebigo\",\n    \"urbanizes\": \"mebigo\",\n    \"urbanizing\": \"mebigo\",\n    \"urbanolatry\": \"ime obodo\",\n    \"urbanology\": \"nkà mmụta obodo mepere emepe\",\n    \"urbanologist\": \"ọkà mmụta ihe gbasara ndụ obodo\",\n    \"urbanologists\": \"ndị na-amụ banyere ime obodo\",\n    \"urbic\": \"asụsụ igbo\",\n    \"urbiculture\": \"ịkpa nri\",\n    \"urbify\": \"igba\",\n    \"urbification\": \"ndozi\",\n    \"urbinate\": \"gbasaa\",\n    \"urbs\": \"igwe\",\n    \"urceolate\": \"kwado\",\n    \"urchiness\": \"Uchu\",\n    \"urchins\": \"ume\",\n    \"urd\": \"Uk\",\n    \"urdy\": \"Uri\",\n    \"urds\": \"-akpali\",\n    \"uredinial\": \"ureinial\",\n    \"uredinologist\": \"ọkà mmụta uredinologist\",\n    \"uredosporic\": \"okpokoro\",\n    \"uredosporiferous\": \"akuko-mmiri\",\n    \"ureometer\": \"ureometa\",\n    \"ureteral\": \"ureral\",\n    \"ureteralgia\": \"ureralgia\",\n    \"ureterocervical\": \"akwara\",\n    \"ureteroenteric\": \"okpokoro\",\n    \"ureteroenterostomy\": \"urektenterostomy\",\n    \"ureterography\": \"akwara\",\n    \"ureterointestinal\": \"eriri afọ\",\n    \"ureterolithiasis\": \"urerolithiasis\",\n    \"ureterolithic\": \"uhererolithic\",\n    \"ureteronephrectomy\": \"ureronephrectomy\",\n    \"ureteropyelography\": \"akwara\",\n    \"ureteroradiography\": \"akwara\",\n    \"ureterosalpingostomy\": \"urerosalpingostomy\",\n    \"ureterotomy\": \"urerotomy\",\n    \"ureterouteral\": \"akwara\",\n    \"urethan\": \"urethane\",\n    \"urethans\": \"urethane\",\n    \"urethylane\": \"urethane\",\n    \"urethra\": \"eriri afọ\",\n    \"urethrae\": \"urera\",\n    \"urethragraph\": \"ureragraph\",\n    \"urethral\": \"eriri afọ\",\n    \"urethratresia\": \"ureratresia\",\n    \"urethrectomy\": \"urektomy\",\n    \"urethritic\": \"ureritic\",\n    \"urethroplastic\": \"akwara mmiri\",\n    \"uretic\": \"mamịrị\",\n    \"urge\": \"gbaa ya ume\",\n    \"urged\": \"gbara\",\n    \"urgeful\": \"na-agba ume\",\n    \"urgence\": \"mgbali\",\n    \"urgency\": \"ngwa ngwa\",\n    \"urgencies\": \"ngwa ngwa\",\n    \"urgent\": \"ngwa ngwa\",\n    \"urgently\": \"ngwa ngwa\",\n    \"urgentness\": \"ngwa ngwa\",\n    \"urger\": \"igha\",\n    \"urgers\": \"na-agba ume\",\n    \"urges\": \"na-agba ume\",\n    \"urginea\": \"ọrịrị\",\n    \"urging\": \"na-agba ume\",\n    \"urgingly\": \"na-agba ume\",\n    \"urgings\": \"na-agba ume\",\n    \"uri\": \"ukwu\",\n    \"uria\": \"ọnụ\",\n    \"uriah\": \"ọnụ\",\n    \"urian\": \"mmamịrị\",\n    \"uricaciduria\": \"uric aciduria\",\n    \"uricemic\": \"ikekwe\",\n    \"uricolytic\": \"uricytic\",\n    \"uricotelic\": \"okirikiri\",\n    \"uricotelism\": \"echiche ọma\",\n    \"uridines\": \"uridine\",\n    \"urinal\": \"mmamịrị\",\n    \"urinalysis\": \"mmamịrị\",\n    \"urinalist\": \"onye mamiri\",\n    \"urinant\": \"mmamịrị\",\n    \"urinary\": \"mmamịrị\",\n    \"urinate\": \"mmamịrị\",\n    \"urinated\": \"mmamịrị\",\n    \"urinating\": \"mmamịrị\",\n    \"urination\": \"mmamịrị\",\n    \"urinative\": \"mmamịrị\",\n    \"urinator\": \"ihe mmamịrị\",\n    \"urine\": \"mmamịrị\",\n    \"urinemic\": \"mmamịrị\",\n    \"uriniferous\": \"na-anyụ mamịrị\",\n    \"urinogenital\": \"ekweremadu\",\n    \"urinologist\": \"ọkà mmụta urinologist\",\n    \"urinomancy\": \"mmamịrị\",\n    \"urinoscopies\": \"ndioyi\",\n    \"urinosexual\": \"Uche nwoke na nwanyi\",\n    \"urinous\": \"ịba uru\",\n    \"urinousness\": \"ịba uru\",\n    \"urite\": \"kpọọ\",\n    \"urlar\": \"urla\",\n    \"urled\": \"kpaliri\",\n    \"urling\": \"na-arịọ\",\n    \"urn\": \"onwa\",\n    \"urnal\": \"urnalbọchị\",\n    \"urnfield\": \"Ugboro\",\n    \"urnful\": \"Udiri\",\n    \"urnfuls\": \"Ngwa\",\n    \"urning\": \"Na-ehicha\",\n    \"urningism\": \"gba mbọ\",\n    \"urnlike\": \"yiri\",\n    \"urnmaker\": \"onye na-eme ihe\",\n    \"urns\": \"Ure\",\n    \"uroacidimeter\": \"uroacidimita\",\n    \"uroazotometer\": \"uroazotometa\",\n    \"urochord\": \"okwe\",\n    \"urochorda\": \"okpala\",\n    \"urochordal\": \"uọkhordal\",\n    \"urochordate\": \"Ugbapu\",\n    \"urochords\": \"okwe\",\n    \"urochrome\": \"yurochrome\",\n    \"urocyon\": \"okwe\",\n    \"urocyst\": \"okirikiri\",\n    \"urofuscohematin\": \"urofoscohematin\",\n    \"urography\": \"uragraphy\",\n    \"urolytic\": \"urolyti\",\n    \"urologist\": \"ọkà mmụta urologist\",\n    \"urologists\": \"ndị urologists\",\n    \"uromancy\": \"uromanin\",\n    \"uromantia\": \"Uromantia\",\n    \"uromantist\": \"onye uromantist\",\n    \"urometer\": \"uromita\",\n    \"uromyces\": \"akwara\",\n    \"urophi\": \"ọrophi\",\n    \"urophobia\": \"Urophobia\",\n    \"uroplania\": \"Uroplania\",\n    \"uropsile\": \"Uropsile\",\n    \"uroscopic\": \"akwara\",\n    \"uroscopist\": \"onye nyocha\",\n    \"uroseptic\": \"uroseptik\",\n    \"urosthenic\": \"urosthenik\",\n    \"urotoxicity\": \"urotoxin\",\n    \"urpriser\": \"ngwa ngwa\",\n    \"urradhus\": \"nnukwu\",\n    \"urrhodinic\": \"igha\",\n    \"ursicidal\": \"mgbugbu\",\n    \"ursicide\": \"igbu onwe ya\",\n    \"urtext\": \"ihe obula\",\n    \"urtica\": \"urtik\",\n    \"urtical\": \"urtzụ\",\n    \"urticales\": \"eriri afọ\",\n    \"urticant\": \"ịgba ume\",\n    \"urticants\": \"agbatị\",\n    \"urticaria\": \"urtiaria\",\n    \"urticarial\": \"ticgba aghara\",\n    \"urticarious\": \"akpali akpali\",\n    \"urticastrum\": \"eriri afọ\",\n    \"urticate\": \"gbaa ume\",\n    \"urticated\": \"ume\",\n    \"urticates\": \"na-agba ume\",\n    \"urticating\": \"na-akpali akpali\",\n    \"urtication\": \"ume\",\n    \"urtite\": \"zụọ\",\n    \"uruses\": \"na-agbali\",\n    \"urushic\": \"ngwa ngwa\",\n    \"urushiol\": \"Uchechi\",\n    \"urushiols\": \"nweze\",\n    \"urva\": \"ọva\",\n    \"us\": \"anyị\",\n    \"usability\": \"eji\",\n    \"usable\": \"eji\",\n    \"usableness\": \"eji eme ihe\",\n    \"usably\": \"eji\",\n    \"usage\": \"ojiji\",\n    \"usager\": \"agerma jijiji\",\n    \"usages\": \"ojiji\",\n    \"usance\": \"eji eji\",\n    \"usances\": \"eji eji eji\",\n    \"usant\": \"ihe\",\n    \"usar\": \"yikwasị\",\n    \"usation\": \"eji\",\n    \"usaunce\": \"wezuga\",\n    \"usaunces\": \"njiri\",\n    \"use\": \"jiri\",\n    \"useability\": \"ojiji\",\n    \"useable\": \"eji\",\n    \"useably\": \"eji\",\n    \"used\": \"eji\",\n    \"usedly\": \"eji\",\n    \"usedness\": \"eji\",\n    \"usednt\": \"eji\",\n    \"usee\": \"jiri\",\n    \"useful\": \"bara uru\",\n    \"usefully\": \"bara uru\",\n    \"usefullish\": \"bara uru\",\n    \"usefulness\": \"uru\",\n    \"usehold\": \"jiri\",\n    \"useless\": \"abaghị uru\",\n    \"uselessly\": \"enweghị isi\",\n    \"uselessness\": \"abaghị uru\",\n    \"usent\": \"jiri\",\n    \"user\": \"onye ọrụ\",\n    \"users\": \"ọrụ\",\n    \"uses\": \"eji\",\n    \"usher\": \"webata\",\n    \"usherance\": \"nnabata\",\n    \"usherdom\": \"nweta\",\n    \"ushered\": \"kpọtara\",\n    \"usheress\": \"eji ejiji\",\n    \"ushering\": \"na-eweta\",\n    \"usherism\": \"nnweta\",\n    \"usherless\": \"enweghị ike\",\n    \"ushers\": \"kpọta\",\n    \"ushership\": \"ndozi\",\n    \"usine\": \"rie\",\n    \"using\": \"eji\",\n    \"usings\": \"eji\",\n    \"usipetes\": \"eriri igwe\",\n    \"usitate\": \"were\",\n    \"usitative\": \"bara uru\",\n    \"uskok\": \"anyịnya\",\n    \"usnic\": \"usman\",\n    \"uspeaking\": \"ịpeụ ọka\",\n    \"usquabaes\": \"usquabae\",\n    \"usquebae\": \"usque bae\",\n    \"usquebaes\": \"usque baes\",\n    \"usself\": \"onwe anyị\",\n    \"ussels\": \"anyị\",\n    \"ussingite\": \"iji\",\n    \"ussr\": \"usr\",\n    \"uster\": \"ter\",\n    \"ustion\": \"oriri\",\n    \"ustorious\": \"ekwuru okwu\",\n    \"ustulate\": \"ikwughachi\",\n    \"ustulation\": \"ikpo ume\",\n    \"usual\": \"adịbu\",\n    \"usualism\": \"Omenala\",\n    \"usually\": \"na-emekarị\",\n    \"usualness\": \"adịkarị\",\n    \"usuals\": \"ihe eji arụ ọrụ\",\n    \"usuary\": \"ihe eji etinye mmiri\",\n    \"usurers\": \"ndị ji ụgwọ\",\n    \"usury\": \"ọmụrụ nwa\",\n    \"usuries\": \"usures\",\n    \"usurious\": \"usur\",\n    \"usuriousness\": \"usur\",\n    \"usurped\": \"anapụrụ anyị\",\n    \"usurping\": \"na-ewere usur\",\n    \"usurpingly\": \"na-ewe iwe\",\n    \"usurption\": \"njichara\",\n    \"usward\": \"buru ibu\",\n    \"uswards\": \"ziga\",\n    \"ut\": \"Ut\",\n    \"uta\": \"utata\",\n    \"utahan\": \"utatọ\",\n    \"utahans\": \"utahahans\",\n    \"utas\": \"ma ọ bụ\",\n    \"utees\": \"ndi nwanyi\",\n    \"utensil\": \"arịa\",\n    \"utensils\": \"arịa\",\n    \"uteri\": \"ikwu\",\n    \"uterine\": \"Eriri akpa nwa\",\n    \"uteritis\": \"akpa nwa\",\n    \"uterointestinal\": \"eriri afọ\",\n    \"uteropelvic\": \"uretropelvic\",\n    \"uterus\": \"akpanwa\",\n    \"uteruses\": \"akpanwa\",\n    \"utible\": \"ezigbo\",\n    \"utick\": \"tinye\",\n    \"util\": \"tinye\",\n    \"utilidor\": \"ejie\",\n    \"utilidors\": \"ndị na-arụ ọrụ\",\n    \"utilise\": \"ahu nagide\",\n    \"utilised\": \"tinye n'ọrụ\",\n    \"utiliser\": \"onye ọrụ\",\n    \"utilisers\": \"ndị ọrụ\",\n    \"utilises\": \"tinye n'ọrụ\",\n    \"utilising\": \"tinye n'ọrụ\",\n    \"utilitarian\": \"bara uru\",\n    \"utilitarianism\": \"tinye n'ọrụ\",\n    \"utilitarianist\": \"onye enyemaka\",\n    \"utilitarianize\": \"tinye n'ọrụ\",\n    \"utilitarianly\": \"bara uru\",\n    \"utilitarians\": \"ndị na-eji ọrụ\",\n    \"utility\": \"mmekọ\",\n    \"utilities\": \"ụlọ ọrụ\",\n    \"utilizability\": \"eji eme ihe\",\n    \"utilizable\": \"eji eme ihe\",\n    \"utilization\": \"itinye n'ọrụ\",\n    \"utilizations\": \"tinye n'ọrụ\",\n    \"utilize\": \"ahu nagide\",\n    \"utilized\": \"tinye n'ọrụ\",\n    \"utilizer\": \"tinye n'ọrụ\",\n    \"utilizers\": \"tinye n'ọrụ\",\n    \"utilizes\": \"tinye n'ọrụ\",\n    \"utilizing\": \"tinye n'ọrụ\",\n    \"utmost\": \"ike\",\n    \"utmostness\": \"ike\",\n    \"utmosts\": \"ike\",\n    \"utopia\": \"Udo\",\n    \"utopians\": \"utopia\",\n    \"utopiast\": \"Udochukwu\",\n    \"utopisms\": \"nkwupụta\",\n    \"utopists\": \"ndị na-ekwu okwu\",\n    \"utopographer\": \"onye na-ese ihe\",\n    \"utraquistic\": \"Ike\",\n    \"utricul\": \"akụkụ\",\n    \"utriculate\": \"tinye\",\n    \"utriform\": \"kwuwe\",\n    \"uts\": \"Uts\",\n    \"utter\": \"kwupụta\",\n    \"utterability\": \"ike ikwu okwu\",\n    \"utterable\": \"kwuo\",\n    \"utterableness\": \"okwu\",\n    \"utterance\": \"okwu\",\n    \"utterances\": \"okwu\",\n    \"utterancy\": \"okwu\",\n    \"uttered\": \"kwuru\",\n    \"utterer\": \"okwu\",\n    \"utterers\": \"ndị na-ekwu okwu\",\n    \"utterest\": \"utt\",\n    \"uttering\": \"na-ekwu okwu\",\n    \"utterless\": \"enweghị\",\n    \"utterly\": \"kpam kpam\",\n    \"uttermost\": \"kpam kpam\",\n    \"utterness\": \"uto\",\n    \"utters\": \"na-ekwu\",\n    \"utum\": \"Ọgwụgwụ\",\n    \"uucpnet\": \"uuppnet\",\n    \"uva\": \"ọva\",\n    \"uvala\": \"ịvala\",\n    \"uvate\": \"gbakwunye\",\n    \"uveitises\": \"anwuru\",\n    \"uvitic\": \"Uvitic\",\n    \"uvre\": \"ivre\",\n    \"uvrou\": \"rolọ\",\n    \"uvulae\": \"uvula\",\n    \"uvular\": \"uvula\",\n    \"uvulatomy\": \"ọvulatomy\",\n    \"uvulectomy\": \"Uvulectomy\",\n    \"uvuloptosis\": \"Uvuloptosis\",\n    \"uvulotomy\": \"Uvulotomy\",\n    \"uvver\": \"enwu\",\n    \"uxorially\": \"n'ụzọ nkịtị\",\n    \"uxoricidal\": \"keobere\",\n    \"uxoricide\": \"igbu egbu\",\n    \"uxorious\": \"ogwugwu\",\n    \"uxoriously\": \"ịma ọkwa\",\n    \"uxoriousness\": \"ogwugwu\",\n    \"vac\": \"ohere\",\n    \"vacabond\": \"ohere\",\n    \"vacance\": \"ohere\",\n    \"vacancy\": \"ohere\",\n    \"vacancies\": \"ohere\",\n    \"vacandi\": \"ohere\",\n    \"vacant\": \"ohere iputa\",\n    \"vacante\": \"ohere\",\n    \"vacanthearted\": \"enwere obi\",\n    \"vacantheartedness\": \"enweghị ohere\",\n    \"vacantia\": \"ohere\",\n    \"vacantly\": \"n'efu\",\n    \"vacantness\": \"ohere\",\n    \"vacantry\": \"ohere\",\n    \"vacatable\": \"ohere\",\n    \"vacate\": \"pụọ\",\n    \"vacated\": \"hapụrụ\",\n    \"vacates\": \"ezumike\",\n    \"vacating\": \"na-ahapụ\",\n    \"vacation\": \"ezumike\",\n    \"vacational\": \"ezumike\",\n    \"vacationed\": \"ezumike\",\n    \"vacationer\": \"ezumike\",\n    \"vacationers\": \"ezumike\",\n    \"vacationing\": \"ezumike\",\n    \"vacationist\": \"onye ezumike\",\n    \"vacationists\": \"ezumike\",\n    \"vacationland\": \"ezumike\",\n    \"vacationless\": \"ezumike\",\n    \"vacations\": \"ezumike\",\n    \"vaccicide\": \"igbu egbu\",\n    \"vaccinable\": \"ịgba ọgwụ mgbochi\",\n    \"vaccinal\": \"ịgba ọgwụ mgbochi\",\n    \"vaccinas\": \"ogwu ogwu\",\n    \"vaccinate\": \"vasinet\",\n    \"vaccinated\": \"ogwu\",\n    \"vaccinates\": \"ogwu\",\n    \"vaccinating\": \"ịgba ọgwụ mgbochi ọrịa\",\n    \"vaccination\": \"ịgba ọgwụ mgbochi ọrịa\",\n    \"vaccinationist\": \"onye mgbochi\",\n    \"vaccinations\": \"ịgba ọgwụ mgbochi\",\n    \"vaccinator\": \"ọgwụ mgbochi\",\n    \"vaccinatory\": \"ọgwụ mgbochi\",\n    \"vaccinators\": \"ọgwụ mgbochi\",\n    \"vaccine\": \"ogwu\",\n    \"vaccinee\": \"ogwu\",\n    \"vaccinella\": \"ogwu ogbugba\",\n    \"vaccines\": \"ọgwụ mgbochi\",\n    \"vaccinia\": \"ogwu\",\n    \"vaccinial\": \"ịgba ọgwụ mgbochi ọrịa\",\n    \"vaccinifer\": \"ogwu\",\n    \"vaccinist\": \"ogwu ogwu\",\n    \"vaccinization\": \"ịgba ọgwụ mgbochi ọrịa\",\n    \"vaccinotherapy\": \"ọgwụ mgbochi\",\n    \"vacherin\": \"ohere\",\n    \"vacillancy\": \"enweghị ohere\",\n    \"vacillant\": \"ohere\",\n    \"vacillate\": \"hapụzie\",\n    \"vacillated\": \"mebiri\",\n    \"vacillates\": \"ndị na-enweghị atụ\",\n    \"vacillating\": \"ikpochapu\",\n    \"vacillatingly\": \"n'egwu\",\n    \"vacillation\": \"mgbochi\",\n    \"vacillations\": \"agụụ\",\n    \"vacillator\": \"Onye ọrụ ọkụ\",\n    \"vacillatory\": \"agụụ\",\n    \"vacillators\": \"ndị agụụ\",\n    \"vacoa\": \"ohere\",\n    \"vacona\": \"ohere\",\n    \"vacoua\": \"ohere\",\n    \"vacouf\": \"ohere\",\n    \"vacual\": \"ohere\",\n    \"vacuate\": \"igbapu\",\n    \"vacuation\": \"agụụ\",\n    \"vacuefy\": \"gbaa ume\",\n    \"vacuist\": \"onye anoghi\",\n    \"vacuit\": \"ohere\",\n    \"vacuity\": \"ohere\",\n    \"vacuities\": \"ohere\",\n    \"vacuolary\": \"igbapu\",\n    \"vacuolate\": \"kpobie\",\n    \"vacuolated\": \"kpopusoro\",\n    \"vacuolation\": \"agụụ\",\n    \"vacuoles\": \"akpaaka\",\n    \"vacuome\": \"ohere\",\n    \"vacuometer\": \"vakuometer\",\n    \"vacuous\": \"ohere\",\n    \"vacuously\": \"ohere\",\n    \"vacuousness\": \"enweghị ohere\",\n    \"vacuua\": \"agụụ\",\n    \"vacuum\": \"agụụ\",\n    \"vacuuma\": \"agụụ\",\n    \"vacuumed\": \"ekpochapu\",\n    \"vacuuming\": \"agụụ\",\n    \"vacuumize\": \"kpochapu\",\n    \"vacuums\": \"agụụ\",\n    \"vadelect\": \"mmachi\",\n    \"vady\": \"Ihe nzuzu\",\n    \"vadim\": \"okpokoro\",\n    \"vadimony\": \"okpokoro\",\n    \"vadis\": \"okpokoro\",\n    \"vafrous\": \"kechie\",\n    \"vag\": \"ikpu\",\n    \"vagabond\": \"onye isi\",\n    \"vagabondage\": \"nkwaghari\",\n    \"vagabondager\": \"onyekwere\",\n    \"vagabonded\": \"onye isi\",\n    \"vagabondia\": \"ifeoma\",\n    \"vagabonding\": \"ịkwado\",\n    \"vagabondish\": \"nkwanye ugwu\",\n    \"vagabondism\": \"nkwanye ugwu\",\n    \"vagabondismus\": \"nkwanye ugwu\",\n    \"vagabondize\": \"mgbaze\",\n    \"vagabondized\": \"okirikiri\",\n    \"vagabondizer\": \"ngwa ngwa\",\n    \"vagabondizing\": \"ịgbanwuo ọkụ\",\n    \"vagabondry\": \"nkwanye ugwu\",\n    \"vagabonds\": \"ndokwa\",\n    \"vagally\": \"n'efu\",\n    \"vagancy\": \"nkwanye ugwu\",\n    \"vagant\": \"ihe efu\",\n    \"vagary\": \"ikpu\",\n    \"vagarian\": \"ikpu\",\n    \"vagaries\": \"ihe nzuzu\",\n    \"vagarious\": \"eme ihe ojoo\",\n    \"vagariously\": \"n’agha\",\n    \"vagarish\": \"Ezigbo\",\n    \"vagarist\": \"onye nzuzu\",\n    \"vagaristic\": \"na-emegide\",\n    \"vagarity\": \"ihe ojoo\",\n    \"vagas\": \"ikpu\",\n    \"vagation\": \"ọgbụgba\",\n    \"vagbondia\": \"obobodia\",\n    \"vagiform\": \"ihe omimi\",\n    \"vagile\": \"ihe efu\",\n    \"vagility\": \"oghom\",\n    \"vagilities\": \"oghom\",\n    \"vagina\": \"ikpu\",\n    \"vaginae\": \"ikpu\",\n    \"vaginal\": \"ikpu\",\n    \"vaginalectomy\": \"ikpu ikpu\",\n    \"vaginalectomies\": \"ndiegwu\",\n    \"vaginaless\": \"enweghị ikpu\",\n    \"vaginalitis\": \"ekpenta\",\n    \"vaginally\": \"ikpu\",\n    \"vaginant\": \"ikpu\",\n    \"vaginas\": \"ikpu\",\n    \"vaginate\": \"ikpu ikpu\",\n    \"vaginated\": \"na-ahụ anya\",\n    \"vaginectomy\": \"ikpu ikpu\",\n    \"vaginectomies\": \"okpu\",\n    \"vaginervose\": \"vinervose\",\n    \"vaginicola\": \"ihe omimi\",\n    \"vaginicoline\": \"ihe omimi\",\n    \"vaginicolous\": \"ihe omimi\",\n    \"vaginiferous\": \"ihe omimi\",\n    \"vaginismus\": \"ihe omimi\",\n    \"vaginitis\": \"ihe omimi\",\n    \"vaginoabdominal\": \"mmmmmmmmmmmmm\",\n    \"vaginocele\": \"ikpuchi\",\n    \"vaginofixation\": \"ikpuchi\",\n    \"vaginolabial\": \"ngbako\",\n    \"vaginometer\": \"vinomita\",\n    \"vaginomycosis\": \"ikpu ikpu\",\n    \"vaginoperineal\": \"ikpuchi\",\n    \"vaginoperitoneal\": \"ikpuchi\",\n    \"vaginopexy\": \"ikpuchi\",\n    \"vaginoplasty\": \"ikpuchi\",\n    \"vaginoscope\": \"ihe omimi\",\n    \"vaginoscopy\": \"ihe omimi\",\n    \"vaginotome\": \"ihe omimi\",\n    \"vaginotomy\": \"ikpu ikpu\",\n    \"vaginotomies\": \"nkwanye ugwu\",\n    \"vaginovesical\": \"ihe omimi\",\n    \"vaginula\": \"vainula\",\n    \"vaginulate\": \"ikpuchi\",\n    \"vaginule\": \"ihe efu\",\n    \"vagitus\": \"okpu\",\n    \"vagnera\": \"ikpuru\",\n    \"vagodepressor\": \"ihe ijuanya\",\n    \"vagosympathetic\": \"onye nzuzu\",\n    \"vagotomy\": \"ihe omimi\",\n    \"vagotomies\": \"otmụnna ndị ahụ\",\n    \"vagotomize\": \"zobe\",\n    \"vagotony\": \"ikpu\",\n    \"vagotonia\": \"Obosara\",\n    \"vagotonic\": \"Ogbogu Okonji\",\n    \"vagotropic\": \"Uzoigwe\",\n    \"vagotropism\": \"ihe omimi\",\n    \"vagous\": \"ikpu\",\n    \"vagrance\": \"ihe efu\",\n    \"vagrancy\": \"ihe efu\",\n    \"vagrancies\": \"ihe omimi\",\n    \"vagrant\": \"ihe efu\",\n    \"vagrantism\": \"ndị na-efu efu\",\n    \"vagrantize\": \"ikpu ikpu\",\n    \"vagrantly\": \"n'efu\",\n    \"vagrantlike\": \"keezube\",\n    \"vagrantness\": \"efu efu\",\n    \"vagrants\": \"ndị na-efu efu\",\n    \"vagrate\": \"ikpughari\",\n    \"vagrom\": \"ihihie\",\n    \"vague\": \"na-edochaghị anya\",\n    \"vaguity\": \"vagu\",\n    \"vagulous\": \"nzuzu\",\n    \"vagus\": \"ihe omimi\",\n    \"vahines\": \"ndiegwu\",\n    \"vail\": \"ihe mkpuchi\",\n    \"vailable\": \"odi\",\n    \"vailed\": \"gbara\",\n    \"vails\": \"ihe mkpuchi\",\n    \"vain\": \"ihe-efu\",\n    \"vainer\": \"ihe efu\",\n    \"vainest\": \"n'efu\",\n    \"vainful\": \"ihe efu\",\n    \"vainglorious\": \"ihe nzuzu\",\n    \"vaingloriously\": \"Onyeka Onwenu\",\n    \"vaingloriousness\": \"ịdị ebube\",\n    \"vainly\": \"n'efu\",\n    \"vainness\": \"efu\",\n    \"vainnesses\": \"enweghị isi\",\n    \"vairy\": \"vaị\",\n    \"vairs\": \"votu\",\n    \"vajra\": \"vaịra\",\n    \"vakeels\": \"vakeel\",\n    \"vakils\": \"vakil\",\n    \"valance\": \"enweghị ikike\",\n    \"valanced\": \"agbaala\",\n    \"valanche\": \"nnukwu\",\n    \"valancing\": \"guzozie\",\n    \"valbellite\": \"mmmmmmmmmmmmm\",\n    \"vale\": \"ndagwurugwu\",\n    \"valediction\": \"onye aka ike\",\n    \"valedictions\": \"ndị a gwọrọ\",\n    \"valedictory\": \"akwụkwọ ikike\",\n    \"valedictorian\": \"onye aka ike\",\n    \"valedictorians\": \"ndi edokpu\",\n    \"valedictories\": \"akwụkwọ ikike\",\n    \"valedictorily\": \"Onye Ozi\",\n    \"valence\": \"enweghi isi\",\n    \"valences\": \"valence\",\n    \"valency\": \"valence\",\n    \"valentine\": \"lentpo\",\n    \"valentinian\": \"valentine\",\n    \"valentinianism\": \"valentinism\",\n    \"valerianaceous\": \"Ndidiamatu\",\n    \"valerianic\": \"iheanacho\",\n    \"valerians\": \"ndị na-elekọta ha\",\n    \"valeting\": \"Ntughari\",\n    \"valetry\": \"valetri\",\n    \"valets\": \"valet\",\n    \"valetudinary\": \"Uchenna Onyekwere\",\n    \"valetudinarist\": \"valenudinarist\",\n    \"valguses\": \"ndagwurugwu\",\n    \"valiance\": \"ikike\",\n    \"valiances\": \"ihe eji eme ihe\",\n    \"valiancy\": \"ikike\",\n    \"valiancies\": \"ndị dike\",\n    \"valiant\": \"ndị dimkpa\",\n    \"valiantly\": \"dị ike\",\n    \"valiantness\": \"idi ike\",\n    \"valiants\": \"ndị dimkpa\",\n    \"valid\": \"nti\",\n    \"validatable\": \"na-egosipụta\",\n    \"validate\": \"gosipụta\",\n    \"validated\": \"kwadoro\",\n    \"validates\": \"na-akwado\",\n    \"validating\": \"na-akwado\",\n    \"validation\": \"nkwado\",\n    \"validations\": \"nkwado\",\n    \"validatory\": \"na-akwado\",\n    \"validification\": \"nkwado\",\n    \"validity\": \"ndaba\",\n    \"validities\": \"ndaba\",\n    \"validly\": \"ziri ezi\",\n    \"validness\": \"ndaba\",\n    \"validous\": \"ziri ezi\",\n    \"valyl\": \"valịl\",\n    \"valylene\": \"valili\",\n    \"valines\": \"vine\",\n    \"valises\": \"valves\",\n    \"valiship\": \"iwu\",\n    \"valkyr\": \"Ugochukwu\",\n    \"valkyria\": \"Onwuchekwa\",\n    \"valkyrian\": \"Onyeka Onwenu\",\n    \"valkyrie\": \"Onyinyechukwu\",\n    \"valkyries\": \"ndiegwu\",\n    \"valkyrs\": \"ndiegwu\",\n    \"vallancy\": \"ndagide\",\n    \"vallar\": \"okpuru\",\n    \"vallated\": \"Emebiri\",\n    \"vallation\": \"nkwanye\",\n    \"vallecula\": \"ndagwurugwu\",\n    \"valleculae\": \"ndagwurugwu\",\n    \"vallecular\": \"ndagwurugwu\",\n    \"valleculate\": \"ndagwurugwu\",\n    \"valley\": \"Ndagwurugwu\",\n    \"valleyful\": \"ndagwurugwu\",\n    \"valleyite\": \"Ndagwurugwu\",\n    \"valleylet\": \"ndagwurugwu\",\n    \"valleylike\": \"ndagwurugwu\",\n    \"valleys\": \"ndagwurugwu\",\n    \"valleyward\": \"ndagwurugwu\",\n    \"valleywise\": \"Ndagwurugwu\",\n    \"vallevarite\": \"ndagwurugwu\",\n    \"vallicular\": \"ihe omimi\",\n    \"vallisneriaceous\": \"onyedikachi\",\n    \"vallombrosan\": \"mmmmmmmmmmmmm\",\n    \"valmy\": \"Ezigbo ihe\",\n    \"valor\": \"obi ike\",\n    \"valorisation\": \"nkwanye ugwu\",\n    \"valorised\": \"okpokoro\",\n    \"valorizations\": \"nkwanye ugwu\",\n    \"valorized\": \"itughari\",\n    \"valorizing\": \"okpokoro\",\n    \"valorous\": \"okpokoro\",\n    \"valorously\": \"okpokoro\",\n    \"valorousness\": \"nkwanye ugwu\",\n    \"valour\": \"obi ike\",\n    \"valsalvan\": \"Onyinyechukwu\",\n    \"valuable\": \"bara uru\",\n    \"valuableness\": \"bara uru\",\n    \"valuables\": \"ihe bara oke uru\",\n    \"valuably\": \"bara uru\",\n    \"valuate\": \"bara uru\",\n    \"valuated\": \"bara uru\",\n    \"valuates\": \"bara uru\",\n    \"valuating\": \"bara uru\",\n    \"valuation\": \"ọnụahịa\",\n    \"valuational\": \"dị oké ọnụ ahịa\",\n    \"valuationally\": \"akpọrọ\",\n    \"valuations\": \"ọnụahịa\",\n    \"valuative\": \"bara uru\",\n    \"valuator\": \"ọnụahịa\",\n    \"valuators\": \"- ọnụ ahịa\",\n    \"value\": \"uru\",\n    \"valued\": \"bara uru\",\n    \"valueless\": \"abaghị uru\",\n    \"valuelessness\": \"abaghị uru\",\n    \"valuer\": \"ọnụ ahịa\",\n    \"valuers\": \"akpọrọ ihe\",\n    \"values\": \"ụkpụrụ\",\n    \"valuing\": \"akpọrọ ihe\",\n    \"valure\": \"ndaghari\",\n    \"valvate\": \"tụgharịa\",\n    \"valve\": \"valvụ\",\n    \"valved\": \"valvụ\",\n    \"valveless\": \"enweghị valvụ\",\n    \"valvelet\": \"valvụ\",\n    \"valvelets\": \"valvụ\",\n    \"valvelike\": \"valvụ\",\n    \"valveman\": \"valvụ\",\n    \"valvemen\": \"ndị ntụ\",\n    \"valves\": \"valvụ\",\n    \"valviferous\": \"nkechi\",\n    \"valving\": \"ịgbanye\",\n    \"valvulate\": \"kpochapụ\",\n    \"valvulotome\": \"ikpa\",\n    \"vambraced\": \"vambra\",\n    \"vambraces\": \"vambra\",\n    \"vamoosed\": \"vamoose\",\n    \"vamose\": \"vamos\",\n    \"vamosed\": \"vamos\",\n    \"vamoses\": \"Onwuka\",\n    \"vamped\": \"kpakpando\",\n    \"vampey\": \"vamp\",\n    \"vamper\": \"vampire\",\n    \"vampyrellidae\": \"vampyre lidae\",\n    \"vampireproof\": \"ihe akaebe vampire\",\n    \"vampirize\": \"vampirism\",\n    \"vamure\": \"mebie\",\n    \"vanadiate\": \"iche\",\n    \"vanadiferous\": \"Onyeka Onwenu\",\n    \"vanadyl\": \"Anyanwu\",\n    \"vanadious\": \"ihe efu\",\n    \"vanadiums\": \"vanadium\",\n    \"vanadous\": \"efu\",\n    \"vanaheim\": \"ndiegwu\",\n    \"vanbrace\": \"idaba\",\n    \"vance\": \"Ihe ngosi\",\n    \"vancourier\": \"Vancourier\",\n    \"vancouver\": \"Vancouver\",\n    \"vancouveria\": \"Vancouveria\",\n    \"vandal\": \"mebisie ihe\",\n    \"vandalic\": \"vandalika\",\n    \"vandalish\": \"mebisie ihe\",\n    \"vandalism\": \"imebisị ihe\",\n    \"vandalistic\": \"imebisị ihe\",\n    \"vandalization\": \"imebisị ihe\",\n    \"vandalize\": \"mebisie ihe\",\n    \"vandalized\": \"bibiri\",\n    \"vandalizes\": \"mebisie ihe\",\n    \"vandalizing\": \"imebisị ihe\",\n    \"vandalroot\": \"ndiegwu\",\n    \"vandals\": \"ndị ohi\",\n    \"vandemonian\": \"Onyebuchi\",\n    \"vandiemenian\": \"Onyedika Chukwudi\",\n    \"vandyke\": \"andlọ\",\n    \"vandyked\": \"mebiri\",\n    \"vandykes\": \"ndiegwu\",\n    \"vaned\": \"kwụsịrị\",\n    \"vaneless\": \"enweghị onwe\",\n    \"vanes\": \"ihe anakpo\",\n    \"vanessian\": \"Onyeukwu\",\n    \"vangloe\": \"bangalore\",\n    \"vangs\": \"ihe ọjọọ\",\n    \"vanguard\": \"chebe\",\n    \"vanguardist\": \"Onye nche\",\n    \"vanguards\": \"ndị agha\",\n    \"vangueria\": \"vangeria\",\n    \"vanillal\": \"vanilla\",\n    \"vanillaldehyde\": \"vanilla aldehyde\",\n    \"vanillism\": \"ihe efu\",\n    \"vanilloes\": \"ihe efu\",\n    \"vanir\": \"pụọ\",\n    \"vanish\": \"ifu efu\",\n    \"vanished\": \"lara n'iyi\",\n    \"vanisher\": \"na-efu\",\n    \"vanishers\": \"ndị na-efu\",\n    \"vanishes\": \"na-efu efu\",\n    \"vanishing\": \"na-efu efu\",\n    \"vanishingly\": \"na-efu efu\",\n    \"vanishment\": \"ihe efu\",\n    \"vanist\": \"onye na-efu\",\n    \"vanitarianism\": \"ime ihe ike\",\n    \"vanity\": \"ihe-efu\",\n    \"vanitied\": \"lara n'iyi\",\n    \"vanities\": \"ihe-efu\",\n    \"vanitous\": \"efu\",\n    \"vanlay\": \"vanley\",\n    \"vanload\": \"ibu\",\n    \"vanmen\": \"Onyeukwu\",\n    \"vanmost\": \"fọrọ nke nta\",\n    \"vanned\": \"kwụsịrị\",\n    \"vanner\": \"ihe anakpo\",\n    \"vannerman\": \"Onyekachukwu\",\n    \"vannermen\": \"ndiegwu\",\n    \"vannic\": \"mmmmmmmmmmmmm\",\n    \"vanning\": \"na-akụ\",\n    \"vanquish\": \"merie\",\n    \"vanquishable\": \"merie\",\n    \"vanquished\": \"meriri\",\n    \"vanquisher\": \"onye mmeri\",\n    \"vanquishers\": \"ndi mmeri\",\n    \"vanquishes\": \"na-emeri\",\n    \"vanquishing\": \"na-emeri\",\n    \"vanquishment\": \"mmeri\",\n    \"vans\": \"gwongworo\",\n    \"vantage\": \"elele\",\n    \"vantageless\": \"enweghị nkwanye\",\n    \"vantbrass\": \"Ugochukwu\",\n    \"vanterie\": \"Vanterie\",\n    \"vantguard\": \"nchekwa\",\n    \"vanward\": \"feda\",\n    \"vapidly\": \"jiri nwayọ\",\n    \"vapidness\": \"enweghị ihe ọ bụla\",\n    \"vapor\": \"Alụlụụ\",\n    \"vaporary\": \"vaili\",\n    \"vaporate\": \"ikusi\",\n    \"vapored\": \"Alụlụụ\",\n    \"vaporer\": \"vaporizer\",\n    \"vaporers\": \"ndigbo\",\n    \"vaporescent\": \"Anyanka\",\n    \"vapory\": \"vapu\",\n    \"vaporiferousness\": \"ọlụlụ nwunye\",\n    \"vaporiness\": \"Uzuoku\",\n    \"vaporing\": \"na-agba ume\",\n    \"vaporingly\": \"na-achọgharị\",\n    \"vaporings\": \"Alụlụụ\",\n    \"vaporise\": \"vepo\",\n    \"vaporised\": \"gbanwere\",\n    \"vaporishness\": \"uzuoku\",\n    \"vaporising\": \"vepo\",\n    \"vaporization\": \"Vaporization\",\n    \"vaporize\": \"vapopo\",\n    \"vaporized\": \"kwenyere\",\n    \"vaporizers\": \"Ndị na-ekpo ekpo ekpo ọkụ\",\n    \"vaporizes\": \"na-ekpo ọkụ\",\n    \"vaporizing\": \"na-agbagha\",\n    \"vaporless\": \"enweghị vapor\",\n    \"vaporlike\": \"vepo\",\n    \"vaportight\": \"vaightight\",\n    \"vapour\": \"Alụlụụ\",\n    \"vapourimeter\": \"vapourimita\",\n    \"vapourishness\": \"vapourness\",\n    \"vapourising\": \"na-agbagha\",\n    \"vapourized\": \"kwenyere\",\n    \"vapourizing\": \"na-agbagha\",\n    \"vapours\": \"vapors\",\n    \"vappa\": \"vapa\",\n    \"vapulate\": \"vapu\",\n    \"vapulation\": \"vapula\",\n    \"var\": \"Dị iche\",\n    \"varactor\": \"varaktọ\",\n    \"varanger\": \"onye ngbanwe\",\n    \"varec\": \"nwekwa\",\n    \"vareheaded\": \"varehead\",\n    \"vareuse\": \"ileghara anya\",\n    \"vari\": \"Ndiiche\",\n    \"vary\": \"iche iche\",\n    \"variability\": \"mgbanwe\",\n    \"variabilities\": \"ọdịiche\",\n    \"variable\": \"agbanwe\",\n    \"variableness\": \"mgbanwe\",\n    \"variables\": \"mgbanwe\",\n    \"variably\": \"iche\",\n    \"variac\": \"Mgbanwe\",\n    \"variadic\": \"Mgbanwe\",\n    \"variag\": \"iche\",\n    \"variagles\": \"Mgbanwe\",\n    \"variance\": \"ndiiche\",\n    \"variances\": \"ọdịiche\",\n    \"variancy\": \"ndiiche\",\n    \"variant\": \"iche\",\n    \"variantly\": \"dịgasị iche iche\",\n    \"variants\": \"dị iche iche\",\n    \"variate\": \"ịdị iche iche\",\n    \"variated\": \"iche\",\n    \"variates\": \"dịgasị\",\n    \"variating\": \"ndiiche\",\n    \"variation\": \"mgbanwe\",\n    \"variational\": \"mgbanwe\",\n    \"variationally\": \"iche\",\n    \"variationist\": \"ọdịiche\",\n    \"variations\": \"ọdịiche\",\n    \"variatious\": \"Mgbanwe\",\n    \"variative\": \"iche\",\n    \"variatively\": \"iche iche\",\n    \"variator\": \"onye ozo\",\n    \"varical\": \"dịgasị iche\",\n    \"varicated\": \"na-agbanwe\",\n    \"varication\": \"mgbanwe\",\n    \"varicellar\": \"varicella\",\n    \"varicellate\": \"ụdị\",\n    \"varicellation\": \"mgbanwe\",\n    \"varicelliform\": \"Ọrịa varicelliform\",\n    \"varicelloid\": \"varicella\",\n    \"varicellous\": \"varicella\",\n    \"varices\": \"iche\",\n    \"varicolored\": \"acha uhie uhie\",\n    \"varicolorous\": \"mgbanwe\",\n    \"varicosed\": \"ịgbanwee\",\n    \"varicoseness\": \"iche\",\n    \"varicosis\": \"nsogbu\",\n    \"varicosity\": \"ọdịiche\",\n    \"varicosities\": \"ọdịiche\",\n    \"varicotomies\": \"ụdịrị iche\",\n    \"varicula\": \"nsogbu\",\n    \"varidical\": \"Mgbanwe\",\n    \"varied\": \"iche-iche\",\n    \"variedly\": \"iche-iche\",\n    \"variedness\": \"iche iche\",\n    \"variegated\": \"dịgasị iche\",\n    \"variegates\": \"iche iche\",\n    \"variegating\": \"na-agbanwe agbanwe\",\n    \"variegation\": \"mgbanwe\",\n    \"variegations\": \"ọdịiche\",\n    \"variegator\": \"Onye Nlegharị\",\n    \"varier\": \"iche\",\n    \"variers\": \"iche\",\n    \"varies\": \"dịgasị\",\n    \"varietal\": \"iche\",\n    \"varietally\": \"dịgasị iche iche\",\n    \"varietals\": \"iche iche\",\n    \"varietas\": \"ụdị\",\n    \"variety\": \"iche iche\",\n    \"varieties\": \"iche\",\n    \"varietism\": \"ụdị\",\n    \"varietist\": \"iche\",\n    \"varietur\": \"ụdịdị\",\n    \"varify\": \"nyochaa\",\n    \"varificatory\": \"nwee mgbanwe\",\n    \"variformed\": \"ụdịdị\",\n    \"variformity\": \"mgbanwe\",\n    \"variformly\": \"dịgasị iche iche\",\n    \"varigradation\": \"mgbanwe\",\n    \"varying\": \"mgbanwe\",\n    \"varyingly\": \"dịgasị iche iche\",\n    \"varyings\": \"ọdịiche\",\n    \"varindor\": \"mgbanwe\",\n    \"varing\": \"ọdịiche\",\n    \"variolate\": \"gbanwee\",\n    \"variolated\": \"ọdịiche\",\n    \"variolating\": \"ọdịiche\",\n    \"variolation\": \"mgbanwe\",\n    \"varioles\": \"ụdị\",\n    \"variolic\": \"ọdịiche\",\n    \"varioliform\": \"Omenala\",\n    \"variolitic\": \"ọdịiche\",\n    \"variolitization\": \"mgbanwe\",\n    \"variolization\": \"mgbanwe\",\n    \"variolous\": \"dịgasị iche iche\",\n    \"variolovaccine\": \"ogwu variolov\",\n    \"variometer\": \"ụdịdị\",\n    \"variorum\": \"Ahụhụ\",\n    \"variorums\": \"ụdịdị\",\n    \"varios\": \"iche\",\n    \"variotinted\": \"mgbanwe\",\n    \"various\": \"dị iche iche\",\n    \"variously\": \"iche iche\",\n    \"variousness\": \"iche iche\",\n    \"variscite\": \"iche\",\n    \"varisized\": \"dịgasị iche\",\n    \"varisse\": \"iche\",\n    \"varistor\": \"mgbanwe\",\n    \"varistors\": \"ndị ntụgharị\",\n    \"varitype\": \"ọdịiche\",\n    \"varityped\": \"ọdịiche\",\n    \"varityping\": \"ọdịiche\",\n    \"varix\": \"Mgbanwe\",\n    \"varlet\": \"varịl\",\n    \"varletess\": \"ọdịiche\",\n    \"varletry\": \"ọdịiche\",\n    \"varletries\": \"iche iche\",\n    \"varlets\": \"asụsụ\",\n    \"varletto\": \"asụsụ\",\n    \"varmannie\": \"Nwokeji\",\n    \"varment\": \"mgbanwe\",\n    \"varments\": \"ụdị\",\n    \"varmint\": \"mgbanwe\",\n    \"varmints\": \"ụdị\",\n    \"varnas\": \"varna\",\n    \"varnished\": \"okpokoro\",\n    \"varnishes\": \"varnda\",\n    \"varnishing\": \"varn ahụ\",\n    \"varnishlike\": \"dị ka varnish\",\n    \"varnishment\": \"varnish ahụ\",\n    \"varronia\": \"nkwalite\",\n    \"varronian\": \"asụsụ\",\n    \"varsal\": \"vasal\",\n    \"varsiter\": \"varsita\",\n    \"varsity\": \"nkwanye ugwu\",\n    \"varuses\": \"iche iche\",\n    \"varve\": \"iche\",\n    \"varved\": \"iche\",\n    \"varvel\": \"dị iche iche\",\n    \"vasalled\": \"gbajiri\",\n    \"vascla\": \"vaskụla\",\n    \"vascons\": \"vascon\",\n    \"vascula\": \"vaskụla\",\n    \"vascular\": \"vaskụla\",\n    \"vascularity\": \"akwara\",\n    \"vascularities\": \"ihe vasula\",\n    \"vascularized\": \"vasculatured\",\n    \"vascularizing\": \"akpo\",\n    \"vascularly\": \"vaskụl\",\n    \"vasculated\": \"gbasara\",\n    \"vasculiferous\": \"ihe omimi\",\n    \"vasculiform\": \"vaskuliform\",\n    \"vasculitis\": \"vaskulitis\",\n    \"vasculolymphatic\": \"akwara vasculolymphatic\",\n    \"vasculous\": \"ihe omimi\",\n    \"vasculums\": \"vaskulọm\",\n    \"vase\": \"ite ite\",\n    \"vasectomised\": \"onye anakpo\",\n    \"vasectomizing\": \"vasektoming\",\n    \"vaseful\": \"vaseese\",\n    \"vaselet\": \"vasilet\",\n    \"vasemaker\": \"ihe na-eme ihe nnabata\",\n    \"vasemaking\": \"ihe na-eme vas\",\n    \"vases\": \"vasi\",\n    \"vasework\": \"ihe ndi ozo\",\n    \"vashegyite\": \"ikechi\",\n    \"vasoconstricting\": \"vasoconstricting na-akụda\",\n    \"vasoconstrictor\": \"ndiigbo\",\n    \"vasodepressor\": \"ihebany\",\n    \"vasodilating\": \"vasodilaịtị\",\n    \"vasoligation\": \"vasoligasị\",\n    \"vasovagal\": \"Uzoigwe\",\n    \"vassal\": \"onye isi\",\n    \"vassaled\": \"merie\",\n    \"vassaless\": \"enweghị vassaless\",\n    \"vassaling\": \"Udogwu\",\n    \"vassality\": \"ihe ojoo\",\n    \"vassalize\": \"gbasaa\",\n    \"vassalized\": \"anya\",\n    \"vassalizing\": \"vassing\",\n    \"vassalless\": \"enweghị ihe\",\n    \"vassalling\": \"Ihechi\",\n    \"vassals\": \"vass\",\n    \"vast\": \"buru ibu\",\n    \"vastate\": \"buru ibu\",\n    \"vastation\": \"nke zuru oke\",\n    \"vaster\": \"onye okacha amara\",\n    \"vastest\": \"nke kachasị\",\n    \"vasty\": \"nke sara mbara\",\n    \"vastidity\": \"oke ibu\",\n    \"vastiest\": \"nkechi\",\n    \"vastily\": \"juputara\",\n    \"vastiness\": \"ịdị ukwuu\",\n    \"vastity\": \"ibu\",\n    \"vastities\": \"ọtụtụ\",\n    \"vastitude\": \"ịdị ukwuu\",\n    \"vastly\": \"nke ukwuu\",\n    \"vastness\": \"ịdị ukwuu\",\n    \"vastnesses\": \"ịdị ukwuu\",\n    \"vastus\": \"Nkechi\",\n    \"vates\": \"votu\",\n    \"vatful\": \"Nkechi\",\n    \"vatfuls\": \"chukwunonso\",\n    \"vatical\": \"vatikal\",\n    \"vatically\": \"na-ekpo ọkụ\",\n    \"vaticanic\": \"vaticanik\",\n    \"vaticanical\": \"vaticanikal\",\n    \"vaticanist\": \"onye vaịn\",\n    \"vaticides\": \"ndi igbo\",\n    \"vaticination\": \"ndisobo owo\",\n    \"vaticinatress\": \"onye na-elekọta ụlọ\",\n    \"vaticinatrix\": \"mmmmmmmmmmmmm\",\n    \"vatmaker\": \"onye anakpo\",\n    \"vatman\": \"onyedi\",\n    \"vatted\": \"enwetara\",\n    \"vatter\": \"vatere\",\n    \"vatting\": \"vatịl\",\n    \"vaudevillians\": \"ndiegwu\",\n    \"vaudevillist\": \"ndiegwu\",\n    \"vaudy\": \"Onye nzuzu\",\n    \"vault\": \"volt\",\n    \"vaulted\": \"dị elu\",\n    \"vaultedly\": \"dị mpako\",\n    \"vaulty\": \"enweghi ike\",\n    \"vaultiest\": \"kasị\",\n    \"vaulting\": \"inyocha\",\n    \"vaultlike\": \"vault yiri\",\n    \"vaunce\": \"nwepu\",\n    \"vaunt\": \"mpako\",\n    \"vauntage\": \"mpako\",\n    \"vaunted\": \"mpako\",\n    \"vauntful\": \"mpako\",\n    \"vauntiness\": \"mpako\",\n    \"vaunting\": \"na-agbakasị\",\n    \"vauntingly\": \"mpako\",\n    \"vauntmure\": \"mpako\",\n    \"vavassors\": \"ihe nkpuchi\",\n    \"vavs\": \"vava\",\n    \"vaw\": \"igwu\",\n    \"vaward\": \"vawada\",\n    \"veal\": \"anụ nwa ehi\",\n    \"vealed\": \"zoro ezo\",\n    \"vealer\": \"mkpuchi\",\n    \"vealers\": \"ndị na-azụ anụ\",\n    \"vealier\": \"veilier\",\n    \"vealiest\": \"veeliest\",\n    \"vection\": \"mpi\",\n    \"vectitation\": \"nyocha\",\n    \"vector\": \"vektọ\",\n    \"vectored\": \"leghaara anya\",\n    \"vectorial\": \"vetikal\",\n    \"vectoring\": \"vetiiki\",\n    \"vectorizing\": \"na-agbagharị\",\n    \"vectors\": \"vektọ\",\n    \"vecture\": \"nlegharị anya\",\n    \"vedaic\": \"vedaiki\",\n    \"vedana\": \"Vedana\",\n    \"vedet\": \"ọzọ\",\n    \"vedic\": \"ededị\",\n    \"vediovis\": \"ogwe\",\n    \"vedism\": \"zọ\",\n    \"veepees\": \"veepee\",\n    \"veerable\": \"veera\",\n    \"veered\": \"chere\",\n    \"veeries\": \"mkpuchi\",\n    \"veering\": \"ikwu okwu\",\n    \"veeringly\": \"veering\",\n    \"veganisms\": \"vegan\",\n    \"vegans\": \"ndị vegans\",\n    \"vegas\": \"anụ ahụ\",\n    \"vegeculture\": \"anụ ọhịa\",\n    \"vegetability\": \"ahịhịa ndụ\",\n    \"vegetable\": \"akwukwo nri\",\n    \"vegetablelike\": \"akwukwo nri\",\n    \"vegetables\": \"akwụkwọ nri\",\n    \"vegetablewise\": \"akwukwo nri\",\n    \"vegetably\": \"na-ere ahịhịa\",\n    \"vegetablize\": \"akwukwo nri\",\n    \"vegetal\": \"akwukwo nri\",\n    \"vegetalcule\": \"ahịhịa\",\n    \"vegetality\": \"ahịhịa ndụ\",\n    \"vegetant\": \"akwukwo nri\",\n    \"vegetarian\": \"onye anaghị eri anụ\",\n    \"vegetarianism\": \"anaghị eri anụ\",\n    \"vegetarians\": \"ndị anaghị eri anụ\",\n    \"vegetate\": \"akwukwo nri\",\n    \"vegetated\": \"ahịhịa\",\n    \"vegetates\": \"ahịhịa\",\n    \"vegetating\": \"ahihia\",\n    \"vegetation\": \"ahịhịa\",\n    \"vegetational\": \"ahịhịa\",\n    \"vegetationally\": \"ahịhịa\",\n    \"vegetationless\": \"ahịhịa ndụ\",\n    \"vegetative\": \"nke ahihia\",\n    \"vegetatively\": \"na ahịhịa ndụ\",\n    \"vegetativeness\": \"ahịhịa ndụ\",\n    \"vegete\": \"ahihia\",\n    \"vegeteness\": \"ahịhịa\",\n    \"vegeterianism\": \"anaghị eri anụ\",\n    \"vegetism\": \"veganism\",\n    \"vegetist\": \"onye maara ihe\",\n    \"vegetists\": \"ndị na-eri anụ ọkụ\",\n    \"vegetive\": \"ahihia\",\n    \"vegetivorous\": \"na-ahapụghị gị\",\n    \"vegetoanimal\": \"nri anaghị eri anụ\",\n    \"vegetobituminous\": \"onye na-eto eto\",\n    \"vegetocarbonaceous\": \"ahịhịa\",\n    \"vegetomineral\": \"akwukwo nri\",\n    \"vegetous\": \"nke ahihia\",\n    \"vehemence\": \"mmeri\",\n    \"vehemency\": \"ikekwe\",\n    \"vehement\": \"ikwusi ike\",\n    \"vehemently\": \"gbasiri ike\",\n    \"vehicle\": \"ugbo ala\",\n    \"vehicles\": \"ugbo ala\",\n    \"vehicula\": \"ụgbọala\",\n    \"vehicular\": \"ụgbọala\",\n    \"vehiculary\": \"ugbo ala\",\n    \"vehicularly\": \"n'ụgbọala\",\n    \"vehiculate\": \"na-agbagharị\",\n    \"vehiculation\": \"ụgbọala\",\n    \"vehiculatory\": \"na-ebugharị\",\n    \"vehiculum\": \"ụgbọala\",\n    \"veil\": \"ihe mkpuchi\",\n    \"veiled\": \"kpuchie ihu\",\n    \"veiledly\": \"na-ekpuchi ihu\",\n    \"veiledness\": \"ihe mgbochi\",\n    \"veiler\": \"ihe mkpuchi\",\n    \"veilings\": \"ihe mkpuchi\",\n    \"veilmaker\": \"ihe mkpuchi\",\n    \"veilmaking\": \"ihe mkpuchi\",\n    \"veils\": \"ihe mkpuchi\",\n    \"vein\": \"akwara\",\n    \"veined\": \"ma\",\n    \"veiner\": \"mkpuchi\",\n    \"veiners\": \"akwara\",\n    \"veiny\": \"akwara\",\n    \"veiniest\": \"kacha mma\",\n    \"veininess\": \"akwara\",\n    \"veinings\": \"vein vein\",\n    \"veinlet\": \"akwara\",\n    \"vejoces\": \"vejo\",\n    \"vejoz\": \"Udochukwu\",\n    \"velamen\": \"mkpuchi\",\n    \"velamentous\": \"Ukwuuukwu\",\n    \"velar\": \"vela\",\n    \"velary\": \"vela\",\n    \"velarization\": \"nkwanye ugwu\",\n    \"velarized\": \"ịkwanyere ugwu\",\n    \"velarizing\": \"latọ\",\n    \"velars\": \"velu\",\n    \"velate\": \"lelee\",\n    \"velated\": \"kwupụtara\",\n    \"velating\": \"nyocha\",\n    \"veld\": \"anụghị\",\n    \"veldcraft\": \"ihe omimi\",\n    \"veldman\": \"Onyekachi\",\n    \"veldschoen\": \"onyinyechi\",\n    \"veldschoenen\": \"mmmmmmmmmmmm\",\n    \"veldschoens\": \"ụlọ akwụkwọ\",\n    \"veldskoen\": \"Nwachukwu\",\n    \"veldt\": \"ikechi\",\n    \"veldts\": \"veldị\",\n    \"veldtschoen\": \"mmmmmmmmmmmm\",\n    \"veldtsman\": \"Onyekachukwu\",\n    \"velicate\": \"velicet\",\n    \"veliferous\": \"velgha\",\n    \"veligerous\": \"na-ekwu okwu\",\n    \"velitation\": \"ume\",\n    \"velleity\": \"ogwugwu\",\n    \"velleities\": \"Ihe ngosi\",\n    \"vellicate\": \"gbamgbam\",\n    \"vellicated\": \"agbakwanụ\",\n    \"vellicating\": \"velrịgharị\",\n    \"vellication\": \"velvel\",\n    \"velocimeter\": \"velocimeta\",\n    \"velociously\": \"n'eziokwu\",\n    \"velocipeded\": \"velociedị\",\n    \"velocipedes\": \"ndiegwu\",\n    \"velocipeding\": \"ichilo\",\n    \"velocity\": \"ọsọ\",\n    \"velocities\": \"ngwa ngwa\",\n    \"velocitous\": \"ọsọ ọsọ\",\n    \"velodrome\": \"Okechukwu\",\n    \"velometer\": \"velomita\",\n    \"velour\": \"velor\",\n    \"velout\": \"mkpuchi\",\n    \"veltfare\": \"gha\",\n    \"velunge\": \"velgha\",\n    \"velure\": \"velel\",\n    \"velured\": \"ajuju\",\n    \"velures\": \"velure\",\n    \"veluring\": \"velgba\",\n    \"velverets\": \"Ugba\",\n    \"velveted\": \"amala\",\n    \"velveteen\": \"iri na ise\",\n    \"velveteened\": \"gbamgbam\",\n    \"velvetiness\": \"anya\",\n    \"velvetlike\": \"velmụaka\",\n    \"venal\": \"veal\",\n    \"venality\": \"anwansị\",\n    \"venalization\": \"ebelata\",\n    \"venalize\": \"gbasaa\",\n    \"venalness\": \"ugba\",\n    \"venantes\": \"ọgbụgba ndụ\",\n    \"venanzite\": \"Ọrịa venanzite\",\n    \"venatical\": \"Egwu\",\n    \"venatically\": \"n'ụzọ dị egwu\",\n    \"venation\": \"ebe obibi\",\n    \"venational\": \"anụ ọkụkụ\",\n    \"venations\": \"ikuku\",\n    \"venator\": \"anụ ọkụkụ\",\n    \"venatory\": \"anụ\",\n    \"venatorial\": \"anụ ọkụkụ\",\n    \"venatorious\": \"Okpokoro\",\n    \"vencola\": \"okpokoro\",\n    \"vend\": \"ire\",\n    \"vendable\": \"na-ere ahịa\",\n    \"vendace\": \"ngwa ahia\",\n    \"vendaces\": \"Mgbere ahịa\",\n    \"vendage\": \"ire\",\n    \"vendaval\": \"vedaval\",\n    \"vended\": \"na-ere\",\n    \"vendee\": \"na-ere ahịa\",\n    \"vendees\": \"anụ ọhịa\",\n    \"vender\": \"nyeghachi\",\n    \"venders\": \"ndị na-ere ahịa\",\n    \"vendetta\": \"Veta\",\n    \"vendettas\": \"ebe nchekwa\",\n    \"vendettist\": \"onye na-ere ahia\",\n    \"vendeuse\": \"nweghachi\",\n    \"vendibility\": \"ịtụkwasị obi\",\n    \"vendibilities\": \"nkwenye\",\n    \"vendible\": \"ekweta\",\n    \"vendibleness\": \"nkwenye\",\n    \"vendibly\": \"dị mfe\",\n    \"vendicate\": \"gbuo\",\n    \"vendidad\": \"Mgbidi\",\n    \"vending\": \"na-ere ahịa\",\n    \"vendis\": \"ere\",\n    \"venditate\": \"gbasaa\",\n    \"venditation\": \"Mgbasa ozi\",\n    \"vendition\": \"ire\",\n    \"venditor\": \"mgbere\",\n    \"vendor\": \"na-ere\",\n    \"vendors\": \"ndị na-ere ahịa\",\n    \"vends\": \"ahịa\",\n    \"vendue\": \"ahia\",\n    \"vendues\": \"ahia\",\n    \"vened\": \"kporo\",\n    \"venedotian\": \"Onyebisi\",\n    \"veneer\": \"mkpuchi\",\n    \"veneered\": \"veneedi\",\n    \"veneerer\": \"mkpuchi\",\n    \"veneerers\": \"ndị mkpuchi\",\n    \"veneering\": \"inye iwu\",\n    \"veneers\": \"mkpuchi\",\n    \"venefic\": \"onyinyechi\",\n    \"veneficious\": \"ndị dị egwu\",\n    \"veneficness\": \"Udodi\",\n    \"venemous\": \"okpokoro\",\n    \"venenately\": \"gbasaa\",\n    \"venenating\": \"mgbanye\",\n    \"veneniferous\": \"ihe ubi\",\n    \"venenific\": \"mmeghachi omume\",\n    \"venenosalivary\": \"mgbada\",\n    \"venenosity\": \"nkwanye ugwu\",\n    \"venenosus\": \"Ọrịa venenosus\",\n    \"venenous\": \"Okpoko\",\n    \"venenousness\": \"egwu\",\n    \"venerableness\": \"ebube\",\n    \"venerably\": \"vene vene\",\n    \"venerance\": \"nsọpụrụ\",\n    \"venerant\": \"onye vene\",\n    \"venerate\": \"sọpụrụ\",\n    \"venerated\": \"asọpụrụ\",\n    \"venerates\": \"na-asọpụrụ\",\n    \"venerating\": \"na-akpọ isiala\",\n    \"veneration\": \"nsọpụrụ\",\n    \"venerational\": \"asọpụrụ\",\n    \"venerative\": \"vene vene\",\n    \"veneratively\": \"nke venerative\",\n    \"venerator\": \"ihe nketa\",\n    \"venerealness\": \"mmekorita\",\n    \"venerean\": \"nwoke obula\",\n    \"venereology\": \"ihe omuma\",\n    \"venereologist\": \"ọkà mmụta ihe banyere anụ ahụ\",\n    \"venereous\": \"egwu\",\n    \"venerer\": \"onye nnabata\",\n    \"venery\": \"ebe ogwu\",\n    \"venerial\": \"ikuku\",\n    \"venerian\": \"Onyeegwu\",\n    \"veneries\": \"ebe obibi\",\n    \"veneriform\": \"anwansị\",\n    \"veneris\": \"osisi\",\n    \"veneros\": \"Uchechukwu\",\n    \"venerous\": \"nke vene\",\n    \"venesection\": \"ebebido\",\n    \"venesector\": \"Ebe obibi\",\n    \"venesia\": \"Vesia\",\n    \"venetian\": \"Ochie\",\n    \"venetianed\": \"Ekechukwu\",\n    \"venetians\": \"ndị venetian\",\n    \"venetic\": \"anụ ọkụkụ\",\n    \"venge\": \"ịbọ ọbọ\",\n    \"vengeable\": \"ịbọ ọbọ\",\n    \"vengeance\": \"ịbọ ọbọ\",\n    \"vengeancely\": \"ịbọ ọbọ\",\n    \"vengeant\": \"mmegwara\",\n    \"venged\": \"gbanwee\",\n    \"vengeful\": \"mmegwara\",\n    \"vengefully\": \"ịbọ ọbọ\",\n    \"vengefulness\": \"ịbọ ọbọ\",\n    \"vengeously\": \"ịbọ ọbọ\",\n    \"venger\": \"onye mmegwara\",\n    \"venging\": \"na-agbanwe\",\n    \"veny\": \"ikuku\",\n    \"veniable\": \"dị mfe\",\n    \"venial\": \"ebelebe\",\n    \"veniality\": \"ihe oriri\",\n    \"venialities\": \"ebe obibi\",\n    \"venially\": \"dị mfe\",\n    \"venialness\": \"ebe obibi\",\n    \"veniam\": \"dị mfe\",\n    \"venin\": \"akwara\",\n    \"venine\": \"akwara\",\n    \"venins\": \"Ogwu\",\n    \"veniplex\": \"venipaplex\",\n    \"venireman\": \"Onyebueze\",\n    \"veniremen\": \"ndị ọbịa\",\n    \"venisection\": \"ebe obibi\",\n    \"venison\": \"anụ ọkụkụ\",\n    \"venisonivorous\": \"anụ ọkụ\",\n    \"venisonlike\": \"yiri\",\n    \"venisuture\": \"ihe ubi\",\n    \"venizelist\": \"onye venizelist\",\n    \"venkisen\": \"Ugba\",\n    \"venlin\": \"Ogwu\",\n    \"vennel\": \"oghere\",\n    \"venoatrial\": \"ihe omimi\",\n    \"venoauricular\": \"okpokoro\",\n    \"venography\": \"ihe omimi\",\n    \"venom\": \"nsi\",\n    \"venomed\": \"nsi\",\n    \"venomy\": \"Ogwu\",\n    \"venoming\": \"nsi\",\n    \"venomization\": \"nsi\",\n    \"venomize\": \"nsi\",\n    \"venomly\": \"ihe ojoo\",\n    \"venomness\": \"nsi\",\n    \"venomosalivary\": \"venom asọ mmiri\",\n    \"venomous\": \"nsi\",\n    \"venomously\": \"venom n'ụzọ\",\n    \"venomousness\": \"venomous ness\",\n    \"venomsome\": \"ara\",\n    \"venosinal\": \"Ahụhụ\",\n    \"venosity\": \"ebibi\",\n    \"venously\": \"ikuku\",\n    \"venta\": \"mgbapu\",\n    \"ventage\": \"Devid agụghị ndị gbara\",\n    \"ventages\": \"ahịa\",\n    \"ventail\": \"vetiil\",\n    \"ventails\": \"veta\",\n    \"vented\": \"gbasaa\",\n    \"venter\": \"mgbapu\",\n    \"venters\": \"mgbasa ozi\",\n    \"ventersdorp\": \"Ugboro abụọ\",\n    \"venthole\": \"okuku\",\n    \"ventiduct\": \"ikuku\",\n    \"ventifact\": \"akuku ikuku\",\n    \"ventilable\": \"akuku ventila\",\n    \"ventilate\": \"ventilet\",\n    \"ventilated\": \"ikuku\",\n    \"ventilates\": \"na-ekpo ọkụ\",\n    \"ventilating\": \"ikuku\",\n    \"ventilation\": \"ventilashion\",\n    \"ventilative\": \"Igwe ikuku\",\n    \"ventilator\": \"akuku ikuku\",\n    \"ventilators\": \"ndị na-akwọ ikuku\",\n    \"ventin\": \"oghere\",\n    \"venting\": \"ịgbanye\",\n    \"ventless\": \"enweghị ike\",\n    \"ventoy\": \"ikuku\",\n    \"ventose\": \"ịgbanye\",\n    \"ventoseness\": \"nkwanye ugwu\",\n    \"ventosity\": \"enweghi obi ike\",\n    \"ventpiece\": \"windo\",\n    \"ventrad\": \"okuku\",\n    \"ventral\": \"okpokoro\",\n    \"ventrally\": \"n'ụzọ ikuku\",\n    \"ventralmost\": \"kasị\",\n    \"ventrals\": \"ikuku\",\n    \"ventricolumna\": \"okuku\",\n    \"ventricolumnar\": \"ogwe osisi\",\n    \"ventricosity\": \"ikuku\",\n    \"ventricous\": \"ventricular\",\n    \"ventriculite\": \"Ọrịa\",\n    \"ventriculitic\": \"Ọrịa\",\n    \"ventriculitidae\": \"okuku\",\n    \"ventriculous\": \"ọpụpụ\",\n    \"ventrilocution\": \"okuku\",\n    \"ventriloque\": \"okpokoro\",\n    \"ventriloquised\": \"okpokoro\",\n    \"ventriloquist\": \"okpokoro\",\n    \"ventriloquists\": \"ndị ventriloquists\",\n    \"ventriloquizing\": \"okpokoro\",\n    \"ventriloquous\": \"okuku\",\n    \"ventrimesal\": \"okpokoro\",\n    \"ventrimeson\": \"okpokoro\",\n    \"ventrine\": \"oghere\",\n    \"ventripotence\": \"ikike\",\n    \"ventripotency\": \"ikuku\",\n    \"ventripotent\": \"ike\",\n    \"ventripotential\": \"nwee ike\",\n    \"ventroaxial\": \"ikuku axial\",\n    \"ventroaxillary\": \"ventro axillary\",\n    \"ventrocystorrhaphy\": \"ventro cystorrhaphy\",\n    \"ventrodorsad\": \"okpokoro\",\n    \"ventrodorsally\": \"n'egbughị oge\",\n    \"ventrofixation\": \"Ntughari\",\n    \"ventrohysteropexy\": \"Ugboro abụọ\",\n    \"ventroinguinal\": \"asụsụ\",\n    \"ventrolateral\": \"vetikal\",\n    \"ventrolaterally\": \"na nkwonkwo\",\n    \"ventromedial\": \"okpokoro\",\n    \"ventromedian\": \"okpokoro\",\n    \"ventromesal\": \"ikuku mmiri\",\n    \"ventromesial\": \"ikuku mmiri\",\n    \"ventromyel\": \"okpokoro\",\n    \"ventroposterior\": \"Ugboro abụọ\",\n    \"ventroptosia\": \"okpokoro\",\n    \"ventroptosis\": \"Ventroptosis\",\n    \"ventroscopy\": \"ikuku ikuku\",\n    \"ventrose\": \"ikuku\",\n    \"ventrosity\": \"nkwenye\",\n    \"ventrosuspension\": \"nkwanye ugwu\",\n    \"ventrotomy\": \"ogwe aka\",\n    \"ventrotomies\": \"ogwe mgbochi\",\n    \"venture\": \"ịmalite\",\n    \"ventured\": \"anwa anwa\",\n    \"venturer\": \"onye ọchụnta ego\",\n    \"venturers\": \"ndị ọchụnta ego\",\n    \"ventures\": \"ahịa\",\n    \"venturesomely\": \"Anyanwu\",\n    \"venturesomeness\": \"anwuru\",\n    \"venturi\": \"Votu\",\n    \"venturia\": \"Venturia\",\n    \"venturine\": \"gbasaa\",\n    \"venturing\": \"ịghara\",\n    \"venturings\": \"azụmahịa\",\n    \"venturis\": \"ikuku\",\n    \"venturous\": \"Okpokoro\",\n    \"venturously\": \"jiri ike\",\n    \"venturousness\": \"ndaghari\",\n    \"venue\": \"ebe mgbakọ\",\n    \"venues\": \"ebe\",\n    \"venular\": \"anụ arụ\",\n    \"venule\": \"venulel\",\n    \"venulous\": \"anụ ọkụ\",\n    \"venusberg\": \"anụ ọhịa\",\n    \"venushair\": \"ntutu venus\",\n    \"venusian\": \"Vosusian\",\n    \"venusians\": \"Vosusian\",\n    \"venust\": \"ikuku\",\n    \"venutian\": \"Vosusian\",\n    \"venville\": \"okpokoro\",\n    \"vepse\": \"inwu\",\n    \"veraciously\": \"n'eziokwu\",\n    \"veraciousness\": \"veracious\",\n    \"veracity\": \"eziokwu\",\n    \"verament\": \"ọkụ ọkụ\",\n    \"verandahed\": \"veranda\",\n    \"veratrate\": \"veratra\",\n    \"veratrinizing\": \"veratrin na-achịkwa\",\n    \"veratrize\": \"veratrire\",\n    \"veratrized\": \"veratrated\",\n    \"veratrizing\": \"veratri na-achịkwa\",\n    \"veratrums\": \"veratrum\",\n    \"verb\": \"ngwaa\",\n    \"verbal\": \"okwu\",\n    \"verbalisation\": \"ikwuru okwu\",\n    \"verbalise\": \"okwu ọnụ\",\n    \"verbalised\": \"ọnụ\",\n    \"verbaliser\": \"ikwu okwu\",\n    \"verbalising\": \"ikwu okwu\",\n    \"verbalism\": \"okwu ọnụ\",\n    \"verbalist\": \"onye na-ekwu okwu\",\n    \"verbalistic\": \"ikwuru okwu\",\n    \"verbality\": \"ikwupụta eziokwu\",\n    \"verbalities\": \"okwu\",\n    \"verbalization\": \"ikwu okwu\",\n    \"verbalize\": \"kwuo okwu\",\n    \"verbalized\": \"kwupụtara\",\n    \"verbalizes\": \"na-egosi\",\n    \"verbalizing\": \"ikwu okwu\",\n    \"verbally\": \"n’okwu\",\n    \"verbals\": \"ngwaa\",\n    \"verbarian\": \"ngwaa\",\n    \"verbate\": \"ngwa ngwa\",\n    \"verbenate\": \"ikwu okwu\",\n    \"verbenated\": \"ekwuputala\",\n    \"verbenating\": \"ikwu okwu\",\n    \"verberate\": \"ikwupụta okwu\",\n    \"verberation\": \"ikwupụta okwu\",\n    \"verberative\": \"ikwu okwu\",\n    \"verbiage\": \"ngwaa\",\n    \"verbiages\": \"ngwaa\",\n    \"verbicide\": \"igbu egbu\",\n    \"verbid\": \"ekwupụta\",\n    \"verbids\": \"ngwa ngwa\",\n    \"verbify\": \"ikwuputa\",\n    \"verbification\": \"ikwupụta okwu\",\n    \"verbified\": \"ekwuru\",\n    \"verbifies\": \"na-egosi\",\n    \"verbifying\": \"ikwupụta\",\n    \"verbigerate\": \"ngwa ngwa\",\n    \"verbile\": \"ngwa ngwa\",\n    \"verbiles\": \"ngwaaji\",\n    \"verbless\": \"ekwughị\",\n    \"verbolatry\": \"ikwu okwu\",\n    \"verboseness\": \"ikwu okwu\",\n    \"verbous\": \"ikwu okwu\",\n    \"verbs\": \"ngwaa\",\n    \"verbum\": \"ngwaa\",\n    \"verdancies\": \"vedanda\",\n    \"verdant\": \"acha akwụkwọ\",\n    \"verdantly\": \"n'ezi\",\n    \"verdantness\": \"nkwupụta okwu\",\n    \"verderer\": \"onyekpe\",\n    \"verderers\": \"ndị na-ede ihe\",\n    \"verderership\": \"ikpe ikpe\",\n    \"verderors\": \"ngwa-ngwa\",\n    \"verdict\": \"mkpebi\",\n    \"verdicts\": \"iwu\",\n    \"verdigris\": \"Mmechi\",\n    \"verdigrised\": \"mmeghachi omume\",\n    \"verdite\": \"ahihia\",\n    \"verdured\": \"verdu\",\n    \"verdureless\": \"adịghị agwụ agwụ\",\n    \"verdures\": \"ngwa ngwa\",\n    \"verdurous\": \"verdu\",\n    \"verdurousness\": \"verdu\",\n    \"verecundity\": \"ihere\",\n    \"verecundness\": \"ịda mba\",\n    \"veredict\": \"redgha\",\n    \"veredicto\": \"echekwara\",\n    \"veredictum\": \"redlọ\",\n    \"vergence\": \"ekwupụta okwu\",\n    \"vergences\": \"vergen\",\n    \"vergency\": \"ngwa ngwa\",\n    \"vergentness\": \"ikwu okwu\",\n    \"vergerism\": \"ikwu okwu\",\n    \"vergerless\": \"anaghị ekwu okwu\",\n    \"very\": \"ukwu\",\n    \"veridicality\": \"veridical dị mkpa\",\n    \"veridically\": \"n'ụzọ doro anya\",\n    \"veridity\": \"ekwenti\",\n    \"verier\": \"ihe mgbochi\",\n    \"verify\": \"nyochaa\",\n    \"verifiableness\": \"verifiable\",\n    \"verificate\": \"nyochaa\",\n    \"verification\": \"nkwenye\",\n    \"verifications\": \"nkwenye\",\n    \"verificative\": \"nkwenye\",\n    \"verificatory\": \"nkwenye\",\n    \"verified\": \"kwupụtara\",\n    \"verifier\": \"onye nyocha\",\n    \"verifiers\": \"ndị na-enyocha akwụkwọ\",\n    \"verifies\": \"na-enyocha\",\n    \"verifying\": \"inyocha\",\n    \"verily\": \"n'ezie\",\n    \"veriment\": \"ikwu okwu\",\n    \"verisimility\": \"ikpe ziri ezi\",\n    \"verism\": \"kwuo\",\n    \"verisms\": \"okwu\",\n    \"veristic\": \"ezi uche\",\n    \"verists\": \"ederede\",\n    \"veritability\": \"kwupụta\",\n    \"veritable\": \"n'eziokwu\",\n    \"veritableness\": \"eziokwu\",\n    \"veritably\": \"n'ụzọ doro anya\",\n    \"verite\": \"eziokwu\",\n    \"verity\": \"eziokwu\",\n    \"verities\": \"eziokwu\",\n    \"verjuiced\": \"kwupụta\",\n    \"vermeologist\": \"ọkà mmụta ọgwụ\",\n    \"vermetid\": \"gbamgbam\",\n    \"vermicide\": \"igbu anụ\",\n    \"vermicious\": \"vermical\",\n    \"vermiculating\": \"na-emegharị ahụ\",\n    \"vermigerous\": \"ekwupụta okwu\",\n    \"vermin\": \"ụmụ ahụhụ\",\n    \"verminal\": \"kpara\",\n    \"verminate\": \"wepụ\",\n    \"verminated\": \"okpu\",\n    \"verminating\": \"vermining\",\n    \"vermination\": \"mkpachapu\",\n    \"verminy\": \"ihe ojoo\",\n    \"verminicide\": \"mkpochapu\",\n    \"verminly\": \"n'eziokwu\",\n    \"verminlike\": \"yiri vermin\",\n    \"verminous\": \"dị egwu\",\n    \"verminously\": \"n'ụzọ dị egwu\",\n    \"verminousness\": \"arụ ọrụ\",\n    \"vermivorous\": \"dị egwu\",\n    \"vermivorousness\": \"ikwu eziokwu\",\n    \"vermonters\": \"ederede\",\n    \"vermorel\": \"n'ezie\",\n    \"vernacle\": \"ebe obibi\",\n    \"vernacles\": \"ihe mgbochi\",\n    \"vernacular\": \"asụsụ obodo\",\n    \"vernacularisation\": \"asụsụ obodo\",\n    \"vernacularise\": \"asụsụ dị iche iche\",\n    \"vernacularised\": \"asụsụ na-asụ asụsụ\",\n    \"vernacularising\": \"asụsụ na-asụ asụsụ\",\n    \"vernacularism\": \"asụsụ obodo\",\n    \"vernacularist\": \"okacha amara\",\n    \"vernacularity\": \"asụsụ obodo\",\n    \"vernacularization\": \"nchịkwa asụsụ\",\n    \"vernacularize\": \"verndị asụsụ\",\n    \"vernacularized\": \"gaa n'ihu\",\n    \"vernacularizing\": \"asụsụ na-asụ asụsụ\",\n    \"vernacularly\": \"asụsụ\",\n    \"vernacularness\": \"asụsụ dị iche iche\",\n    \"vernaculars\": \"asụsụ\",\n    \"vernaculate\": \"gaa asụsụ\",\n    \"vernaculous\": \"asụsụ ndị ara\",\n    \"vernal\": \"vernbọchị\",\n    \"vernalisation\": \"nchịkwa\",\n    \"vernalised\": \"gbanwere\",\n    \"vernalising\": \"verngbo\",\n    \"vernality\": \"omume\",\n    \"vernalization\": \"nchịkwa\",\n    \"vernalize\": \"dị\",\n    \"vernalized\": \"gaa n'ihu\",\n    \"vernalizes\": \"vernmara\",\n    \"vernalizing\": \"me ihe\",\n    \"vernally\": \"vernbọchị\",\n    \"vernant\": \"Ugboro\",\n    \"vernation\": \"vernbọchị\",\n    \"vernicle\": \"asụsụ\",\n    \"vernicles\": \"asụsụ\",\n    \"vernility\": \"ikike\",\n    \"vernissage\": \"vernbụ asụsụ\",\n    \"vernition\": \"verngha\",\n    \"verray\": \"ikwuputa\",\n    \"verrel\": \"gbọmgbọm\",\n    \"verriculate\": \"vetikal\",\n    \"verriculated\": \"kwupụtara\",\n    \"verrucated\": \"ekwuru\",\n    \"verrucoseness\": \"ikwu eziokwu\",\n    \"verrucosity\": \"eziokwu\",\n    \"verrucous\": \"ikwu eziokwu\",\n    \"vers\": \"Nke ozo\",\n    \"versa\": \"uzo ozo\",\n    \"versability\": \"ntụgharị\",\n    \"versable\": \"nke nwere ike ịgbagha\",\n    \"versableness\": \"ịgbanwee\",\n    \"versailles\": \"vasilil\",\n    \"versal\": \"nhata\",\n    \"versant\": \"dịgasị\",\n    \"versants\": \"ndi ozo\",\n    \"versate\": \"ntụgharị\",\n    \"versatec\": \"ntụgharị\",\n    \"versatile\": \"vasatail\",\n    \"versatilely\": \"vasatail\",\n    \"versatileness\": \"ọdịdị\",\n    \"versatility\": \"egosipụta ọtụtụ ihe\",\n    \"versatilities\": \"ngosipụta dị iche iche\",\n    \"versation\": \"ntụgharị\",\n    \"versative\": \"ntụgharị\",\n    \"verse\": \"amaokwu\",\n    \"versecraft\": \"ihe omuma\",\n    \"versed\": \"maara\",\n    \"verseless\": \"amaokwu\",\n    \"verselet\": \"akwukwo\",\n    \"versemaker\": \"onye oku\",\n    \"versemaking\": \"ịrụ ọrụ\",\n    \"versemanship\": \"ntụgharị\",\n    \"versemen\": \"dị iche iche\",\n    \"versemonger\": \"onye nzuzu\",\n    \"versemongery\": \"ihe omuma\",\n    \"versemongering\": \"ịgụ amaokwu\",\n    \"verser\": \"amaokwu\",\n    \"versers\": \"vesos\",\n    \"verses\": \"amaokwu\",\n    \"versesmith\": \"amaokwu\",\n    \"verset\": \"votu\",\n    \"versette\": \"nke ozo\",\n    \"verseward\": \"amaokwu\",\n    \"versewright\": \"amaokwu\",\n    \"versicle\": \"vidio\",\n    \"versicler\": \"na-arụ ọrụ\",\n    \"versicles\": \"ihe omuma\",\n    \"versicolor\": \"dị iche iche\",\n    \"versicolorate\": \"dị iche iche\",\n    \"versicolored\": \"dị iche iche\",\n    \"versicolorous\": \"dị iche iche\",\n    \"versicoloured\": \"ọdịdị\",\n    \"versicular\": \"dịgasị iche iche\",\n    \"versicule\": \"ihe omuma\",\n    \"versiculi\": \"dị iche iche\",\n    \"versiculus\": \"ntụgharị\",\n    \"versify\": \"gosipụta\",\n    \"versifiable\": \"egosipụta\",\n    \"versifiaster\": \"dị iche iche\",\n    \"versification\": \"ntụgharị\",\n    \"versifications\": \"ngosipụta\",\n    \"versificator\": \"ntụgharị\",\n    \"versificatory\": \"ntụgharị\",\n    \"versificatrix\": \"gbamgbam\",\n    \"versified\": \"kwupụta\",\n    \"versifier\": \"nyocha\",\n    \"versifiers\": \"ihe ngosi\",\n    \"versifies\": \"egosipụta\",\n    \"versifying\": \"pụtara\",\n    \"versiform\": \"dị iche iche\",\n    \"versin\": \"versine\",\n    \"versines\": \"versine\",\n    \"versing\": \"versine\",\n    \"version\": \"mbipute\",\n    \"versional\": \"nke\",\n    \"versioner\": \"mbipute\",\n    \"versionist\": \"nsụgharị\",\n    \"versionize\": \"gosipụta\",\n    \"versions\": \"nsụgharị\",\n    \"versipel\": \"Ohere\",\n    \"verso\": \"ntụgharị\",\n    \"versor\": \"amaokwu\",\n    \"versos\": \"esemokwu\",\n    \"versta\": \"dịgasị iche\",\n    \"verste\": \"weghachi\",\n    \"versts\": \"vesos\",\n    \"versual\": \"vesos\",\n    \"versus\": \"vesos\",\n    \"versute\": \"ntụgharị\",\n    \"vertebraless\": \"vertebrales\",\n    \"vertebrocostal\": \"ọrịre\",\n    \"vertebrosacral\": \"vertebro sacral\",\n    \"vertep\": \"vertex\",\n    \"vertexes\": \"oghere\",\n    \"verty\": \"eziokwu\",\n    \"vertible\": \"kwue okwu\",\n    \"vertibleness\": \"ikwupụta okwu\",\n    \"vertical\": \"vetikal\",\n    \"verticaled\": \"vetikal\",\n    \"verticaling\": \"vetikal\",\n    \"verticalism\": \"kwụ ọtọ\",\n    \"verticality\": \"vetikal\",\n    \"verticalled\": \"kwụ ọtọ\",\n    \"vertically\": \"kwụ ọtọ\",\n    \"verticalling\": \"na-arụ ọrụ\",\n    \"verticalness\": \"vetikal\",\n    \"verticals\": \"vetikal\",\n    \"vertices\": \"oghere\",\n    \"verticil\": \"oghe\",\n    \"verticillary\": \"vetikal\",\n    \"verticillaster\": \"ogwe osisi\",\n    \"verticillated\": \"gbaa gburugburu\",\n    \"verticillately\": \"kwụ ọtọ\",\n    \"verticils\": \"oghere\",\n    \"verticity\": \"eziokwu\",\n    \"verticordious\": \"ekwenti\",\n    \"veruled\": \"veru\",\n    \"vervel\": \"ngwa ngwa\",\n    \"verveled\": \"kwupụtara\",\n    \"vervelle\": \"ngwa ngwa\",\n    \"verves\": \"ngwa\",\n    \"vervet\": \"veti\",\n    \"vesicated\": \"achọrọ\",\n    \"vesicating\": \"na-amụgharị\",\n    \"vesicoabdominal\": \"okpokoro\",\n    \"vesicoprostatic\": \"okpokoro\",\n    \"vesicopubic\": \"okpokoro\",\n    \"vesicorectal\": \"okpokoro\",\n    \"vesicospinal\": \"nkechi\",\n    \"vesiculated\": \"achọrọ\",\n    \"vesiculating\": \"na-arụ ọrụ\",\n    \"vesiculiferous\": \"iheanacho\",\n    \"vesiculigerous\": \"ihe na-akpali akpali\",\n    \"vesiculopustular\": \"chukwuemeka\",\n    \"vesiculotympanic\": \"mmmmmmmmmmmmm\",\n    \"vesiculotubular\": \"kpakpando\",\n    \"vesiculous\": \"uche\",\n    \"veskit\": \"Obosara\",\n    \"vesperal\": \"okpokoro\",\n    \"vesperals\": \"vesperal\",\n    \"vesperian\": \"Udochukwu\",\n    \"vespering\": \"Udochukwu\",\n    \"vespers\": \"ụmụ anụmanụ\",\n    \"vespertilian\": \"onyeegwu\",\n    \"vespertiliones\": \"ndiegwu\",\n    \"vespertilionid\": \"ukpala\",\n    \"vespertilionine\": \"gwongworo\",\n    \"vespertinal\": \"Ugwuoba\",\n    \"vespetro\": \"okpokoro\",\n    \"vespiary\": \"okpokoro\",\n    \"vessel\": \"arịa\",\n    \"vesseled\": \"Ogbe\",\n    \"vesselful\": \"kwo\",\n    \"vesselled\": \"agbaa\",\n    \"vessels\": \"arịa\",\n    \"vesses\": \"ite\",\n    \"vessets\": \"ite mmiri\",\n    \"vessicnon\": \"okpokoro\",\n    \"vessignon\": \"Mbadamba\",\n    \"vest\": \"uwe\",\n    \"vestal\": \"veti\",\n    \"vestals\": \"ihe mkpuchi\",\n    \"vested\": \"kwere\",\n    \"vestees\": \"uwe\",\n    \"vestiarian\": \"onye nlekọta anụ ọhịa\",\n    \"vestiaries\": \"ụlọ oriri na ọstụ .ụ\",\n    \"vestibulate\": \"vestibula\",\n    \"vestibuled\": \"kwupụtara\",\n    \"vestibuling\": \"vestibel na-ebugharị\",\n    \"vestiment\": \"uwe\",\n    \"vesting\": \"vest\",\n    \"vestings\": \"uwe mwụda\",\n    \"vestinian\": \"onye vetikal\",\n    \"vestiture\": \"uwe\",\n    \"vestless\": \"enweghi ihu\",\n    \"vestment\": \"uwe\",\n    \"vestmental\": \"uwe\",\n    \"vestmentary\": \"vestimentary\",\n    \"vestmented\": \"uwe\",\n    \"vestments\": \"uwe\",\n    \"vestralization\": \"vestralisation\",\n    \"vestry\": \"uwe\",\n    \"vestries\": \"akwa\",\n    \"vestrify\": \"nyochaa\",\n    \"vestrification\": \"nyocha\",\n    \"vestryhood\": \"Udochukwu\",\n    \"vestryish\": \"onyinyechi\",\n    \"vestryism\": \"vestism\",\n    \"vestryize\": \"ichi\",\n    \"vestryman\": \"onyechi\",\n    \"vestrymanly\": \"onyebuchi\",\n    \"vestrymanship\": \"ihe omimi\",\n    \"vestrymen\": \"ndị na-elekọta iwu\",\n    \"vests\": \"uwe elu\",\n    \"vestuary\": \"ebe nchekwa\",\n    \"vesture\": \"uwe\",\n    \"vestured\": \"uwe\",\n    \"vesturer\": \"Onye eji ejiji\",\n    \"vestures\": \"uwe elu\",\n    \"vesturing\": \"ihe mkpuchi\",\n    \"vesuvin\": \"Onyema\",\n    \"veszelyite\": \"Uzochi\",\n    \"vetchy\": \"ugba\",\n    \"vetchier\": \"vetichi\",\n    \"vetchling\": \"ichoro\",\n    \"veteran\": \"vetiran soja\",\n    \"veterancy\": \"veranda\",\n    \"veteraness\": \"ndị lagoro ezumike nka\",\n    \"veteranize\": \"ochie\",\n    \"veterans\": \"ndị lagoro ezumike nka\",\n    \"veterinary\": \"ọgwụgwọ ọrịa anụmanụ\",\n    \"veterinarian\": \"dibia vetiran\",\n    \"veterinarianism\": \"ndị na-agwọ ọrịa anụmanụ\",\n    \"veterinarians\": \"ndị na-agwọ ọrịa anụmanụ\",\n    \"veterinaries\": \"ndị na-agwọ ọrịa anụmanụ\",\n    \"vetitive\": \"vetiti\",\n    \"vetivers\": \"ndị na-azụ veti\",\n    \"vetoed\": \"veto\",\n    \"vetoer\": \"veto\",\n    \"vetoers\": \"veto\",\n    \"vetoes\": \"veto\",\n    \"vetoing\": \"veto\",\n    \"vetoism\": \"veto\",\n    \"vetoist\": \"onye veto\",\n    \"vetted\": \"nyocha\",\n    \"vetting\": \"nyocha\",\n    \"vetture\": \"vettre\",\n    \"vetust\": \"veti\",\n    \"vetusty\": \"nkechi\",\n    \"vexable\": \"vex\",\n    \"vexation\": \"iwe\",\n    \"vexations\": \"mmekpa ahụ\",\n    \"vexatious\": \"ihe ojoo\",\n    \"vexatiousness\": \"oke iwe\",\n    \"vexed\": \"iwe\",\n    \"vexedly\": \"kpasuru iwe\",\n    \"vexedness\": \"iwe\",\n    \"vexes\": \"vex\",\n    \"vexful\": \"iwe iwe\",\n    \"vexil\": \"mkpuchi\",\n    \"vexillaries\": \"ihe mkpuchi\",\n    \"vexillation\": \"anụrị\",\n    \"vexillology\": \"ihe omumu\",\n    \"vexillologist\": \"onye ọkachamara vexillologist\",\n    \"vexils\": \"ihe mkpuchi\",\n    \"vexing\": \"mkpasu iwe\",\n    \"vexingly\": \"n'oké mwute\",\n    \"vexingness\": \"oke iwe\",\n    \"via\": \"site na\",\n    \"viabilities\": \"ikike\",\n    \"viableness\": \"nwere ike ịdị\",\n    \"viably\": \"viaila\",\n    \"viagram\": \"ihe osise\",\n    \"vialed\": \"site na\",\n    \"vialful\": \"vialial\",\n    \"vialing\": \"ịgba ụgwọ\",\n    \"vialled\": \"vial\",\n    \"vialmaker\": \"onye na-eme vial\",\n    \"vialmaking\": \"ịmị vialm\",\n    \"vialogue\": \"site na okwu\",\n    \"vials\": \"vial\",\n    \"viameter\": \"viameta\",\n    \"viander\": \"vianda\",\n    \"viatometer\": \"viatometa\",\n    \"viatores\": \"viatore\",\n    \"viatorial\": \"vi viari\",\n    \"vibes\": \"Ogbe\",\n    \"vibetoite\": \"Nkechi\",\n    \"vibgyor\": \"ịma jijiji\",\n    \"vibices\": \"mkpọtụ\",\n    \"vibioid\": \"Okpu\",\n    \"vibists\": \"ndị na-eme mkpọtụ\",\n    \"vibraharp\": \"okpokoro\",\n    \"vibraharpist\": \"onyendu\",\n    \"vibrance\": \"ịma jijiji\",\n    \"vibrant\": \"dị egwu\",\n    \"vibrantly\": \"nke ọma\",\n    \"vibrants\": \"vibrant\",\n    \"vibraphone\": \"ekwentị\",\n    \"vibraphonist\": \"okirikiri\",\n    \"vibrate\": \"vaibret\",\n    \"vibrated\": \"mara jijiji\",\n    \"vibrates\": \"na-ama jijiji\",\n    \"vibratile\": \"kemgbali\",\n    \"vibratility\": \"ịma jijiji\",\n    \"vibrating\": \"na-ama jijiji\",\n    \"vibratingly\": \"jijiji\",\n    \"vibrational\": \"ịma jijiji\",\n    \"vibrationless\": \"enweghị mkpọtụ\",\n    \"vibrations\": \"ịma jijiji\",\n    \"vibratiunculation\": \"ịma jijiji\",\n    \"vibrative\": \"jijiji\",\n    \"vibratory\": \"jijiji\",\n    \"vibrators\": \"ndị na-eme mkpọtụ\",\n    \"vibrioid\": \"dị egwu\",\n    \"vibrion\": \"ịma jijiji\",\n    \"vibrionic\": \"Okwuchukwu\",\n    \"vibrions\": \"Ntughari\",\n    \"vibriosis\": \"ịma jijiji\",\n    \"vibrissal\": \"ịma jijiji\",\n    \"vibrograph\": \"ihe osise\",\n    \"vibromassage\": \"ịma jijiji\",\n    \"vibromotive\": \"ịma jijiji\",\n    \"vibronic\": \"mara jijiji\",\n    \"vibrophone\": \"ekwentị\",\n    \"vibroscope\": \"igwe onyonyo\",\n    \"vibroscopic\": \"okirikiri\",\n    \"vibrotherapeutics\": \"ọgwụgwọ ọrịa\",\n    \"viburnic\": \"viburnum\",\n    \"viburnin\": \"viburnum\",\n    \"vic\": \"kwere\",\n    \"vicaire\": \"onye mmeri\",\n    \"vicar\": \"Nnọchianya\",\n    \"vicarage\": \"ịda mba\",\n    \"vicary\": \"onye mmeri\",\n    \"vicarian\": \"onye vicarian\",\n    \"vicariate\": \"viciire\",\n    \"vicariates\": \"ndi vicari\",\n    \"vicariousness\": \"nkwanye ùgwù\",\n    \"vicarly\": \"dị mfe\",\n    \"vicars\": \"vicar\",\n    \"vicarship\": \"ịbụisi\",\n    \"vice\": \"osote\",\n    \"vicecomes\": \"osote\",\n    \"vicecomital\": \"mmekorita\",\n    \"vicecomites\": \"ndị ọzọ\",\n    \"viced\": \"bụrụ\",\n    \"vicegeral\": \"osote\",\n    \"vicegerency\": \"osoje\",\n    \"vicegerencies\": \"ochichi osote\",\n    \"vicegerent\": \"osote\",\n    \"vicegerents\": \"osoje\",\n    \"vicegerentship\": \"osotegerentship\",\n    \"viceless\": \"enweghị ike\",\n    \"viceregency\": \"Nsogbu\",\n    \"viceregents\": \"ndị na-emebi iwu\",\n    \"viceroy\": \"Ogbe\",\n    \"viceroyal\": \"Osote\",\n    \"viceroyalty\": \"nnọchigide\",\n    \"viceroydom\": \"Omechi\",\n    \"viceroies\": \"nnọchi anya\",\n    \"viceroys\": \"Osote\",\n    \"viceroyship\": \"Osote\",\n    \"vices\": \"omume ọjọọ\",\n    \"vicesimal\": \"ajọ omume\",\n    \"vicety\": \"osobo\",\n    \"viceversally\": \"ọzọ\",\n    \"vicianin\": \"dibia\",\n    \"vicianose\": \"mmuta\",\n    \"vicinage\": \"gburugburu\",\n    \"vicinages\": \"gburugburu\",\n    \"vicine\": \"vine\",\n    \"vicing\": \"na-arụ ọrụ\",\n    \"vicinity\": \"gburugburu\",\n    \"vicinities\": \"gburugburu\",\n    \"viciosity\": \"ihe ijuanya\",\n    \"vicious\": \"ajọ njọ\",\n    \"viciously\": \"jiri obi ọjọọ\",\n    \"viciousness\": \"ihe ojoo\",\n    \"vicissitudes\": \"mgbanwe\",\n    \"vick\": \"Nkechi\",\n    \"vicky\": \"onye nzuzu\",\n    \"vickie\": \"Nkechi\",\n    \"vicomtes\": \"vicometi\",\n    \"vicomtesses\": \"ndiegwu\",\n    \"vicontiel\": \"Obinna\",\n    \"vicontiels\": \"Obinna\",\n    \"victal\": \"mmeri\",\n    \"victim\": \"onye e megburu\",\n    \"victimhood\": \"mmekpa ahụ\",\n    \"victimisation\": \"mmekpa ahụ\",\n    \"victimise\": \"na-eti ihe\",\n    \"victimised\": \"emekpa\",\n    \"victimiser\": \"onye obula\",\n    \"victimising\": \"na-emekpa ahụ\",\n    \"victimizable\": \"emekpala\",\n    \"victimization\": \"mmekpa ahụ\",\n    \"victimizations\": \"emekpa ahụ\",\n    \"victimize\": \"na-eti ihe\",\n    \"victimized\": \"emekpa\",\n    \"victimizer\": \"onye mmekpa ahụ\",\n    \"victimizers\": \"emekpala\",\n    \"victimizes\": \"na-ata ahụhụ\",\n    \"victimizing\": \"na-emekpa ahụ\",\n    \"victimless\": \"enweghị aja\",\n    \"victims\": \"ndị ahụ metụtara\",\n    \"victless\": \"enweghị mmeri\",\n    \"victor\": \"onye mmeri\",\n    \"victordom\": \"Anyanwu\",\n    \"victoress\": \"Onyebuchi\",\n    \"victorfishes\": \"anwuru\",\n    \"victory\": \"mmeri\",\n    \"victoria\": \"Anyanwu\",\n    \"victorian\": \"onye mmeri\",\n    \"victorianism\": \"mmeri\",\n    \"victorianize\": \"mmeri\",\n    \"victorianly\": \"nkeiruka\",\n    \"victorians\": \"ndị mmeri\",\n    \"victorias\": \"mmeri\",\n    \"victoriate\": \"merie\",\n    \"victoriatus\": \"mmeri\",\n    \"victories\": \"mmeri\",\n    \"victoryless\": \"enweghị mmeri\",\n    \"victorine\": \"nkechi\",\n    \"victorious\": \"mmeri\",\n    \"victoriously\": \"mmeri\",\n    \"victoriousness\": \"mmeri\",\n    \"victors\": \"ndi meriri\",\n    \"victress\": \"onye mmeri\",\n    \"victresses\": \"Mmeri\",\n    \"victrices\": \"mmeri\",\n    \"victrix\": \"mmeri\",\n    \"victrola\": \"Anyanwu\",\n    \"victual\": \"mmeri\",\n    \"victualage\": \"mmeri\",\n    \"victualed\": \"merie\",\n    \"victualer\": \"onye mmeri\",\n    \"victualers\": \"ndị mmeri\",\n    \"victualing\": \"mmeri\",\n    \"victualled\": \"mmeri\",\n    \"victualler\": \"onye mmeri\",\n    \"victuallers\": \"ndị mmeri\",\n    \"victuallership\": \"mmeri\",\n    \"victualless\": \"enweghị mmeri\",\n    \"victualling\": \"mmeri\",\n    \"victualry\": \"mmeri\",\n    \"victuals\": \"nri\",\n    \"victus\": \"mmeri\",\n    \"viddhal\": \"Ugbok\",\n    \"vidduy\": \"Ntughari\",\n    \"video\": \"vidiyo\",\n    \"videocassette\": \"kaseti vidiyo\",\n    \"videocassettes\": \"kaseti vidiyo\",\n    \"videocast\": \"vidiyo\",\n    \"videocasting\": \"ntaneti vidiyo\",\n    \"videodisc\": \"vidiyo\",\n    \"videodiscs\": \"vidiyo\",\n    \"videophone\": \"ekwentị vidiyo\",\n    \"videos\": \"vidiyo\",\n    \"videotape\": \"vidiyo vidiyo\",\n    \"videotaped\": \"vidiyo\",\n    \"videotapes\": \"ihe nkiri vidio\",\n    \"videotaping\": \"vidio vidio\",\n    \"videotext\": \"vidiyo\",\n    \"vidhyanath\": \"Nwachukwu\",\n    \"vidian\": \"Nwachukwu\",\n    \"vidicon\": \"Onyinye\",\n    \"vidkid\": \"Onyinye\",\n    \"vidkids\": \"ụmụaka vid\",\n    \"vidual\": \"visual\",\n    \"vidually\": \"anya\",\n    \"viduate\": \"gbanye\",\n    \"viduated\": \"kwadoro\",\n    \"viduation\": \"Nkwupụta\",\n    \"viduity\": \"nkwa\",\n    \"viduous\": \"ndu\",\n    \"vied\": \"soro\",\n    \"viennese\": \"vienna\",\n    \"vierling\": \"vier na\",\n    \"vies\": \"ga\",\n    \"vietnamese\": \"Vietnam\",\n    \"vietnamization\": \"vaịn vaịn\",\n    \"view\": \"nlele\",\n    \"viewably\": \"anya\",\n    \"viewed\": \"anya\",\n    \"viewer\": \"onye nlere\",\n    \"viewers\": \"ndị na-ekiri\",\n    \"viewfinder\": \"ihe nlere\",\n    \"viewfinders\": \"ihe nlere\",\n    \"viewy\": \"onye nlere\",\n    \"viewier\": \"onye nlere\",\n    \"viewiest\": \"anya\",\n    \"viewiness\": \"Anya\",\n    \"viewing\": \"ikiri\",\n    \"viewings\": \"nlele\",\n    \"viewless\": \"na-eleghi anya\",\n    \"viewlessly\": \"ikuku\",\n    \"viewlessness\": \"lee obere\",\n    \"viewly\": \"na-ele anya\",\n    \"viewpoint\": \"echiche\",\n    \"viewpoints\": \"echiche\",\n    \"viewport\": \"nlele\",\n    \"views\": \"echiche\",\n    \"viewsome\": \"na-ele anya\",\n    \"viewster\": \"Ihe nlere\",\n    \"viewworthy\": \"ele kwesiri\",\n    \"vifda\": \"vida\",\n    \"vigas\": \"Ike\",\n    \"vigentennial\": \"gbasie ike\",\n    \"vigesimal\": \"gbasie ike\",\n    \"vigesimation\": \"nche\",\n    \"viggle\": \"tugharia\",\n    \"vigil\": \"mụrụ anya\",\n    \"vigilance\": \"mụrụ anya\",\n    \"vigilancy\": \"kpachapụ anya\",\n    \"vigilant\": \"mụrụ anya\",\n    \"vigilante\": \"mụrụ anya\",\n    \"vigilantes\": \"ndị na-amụ anya\",\n    \"vigilantism\": \"ịmụrụ anya\",\n    \"vigilantist\": \"mụrụ anya\",\n    \"vigilantly\": \"anya\",\n    \"vigilantness\": \"mụrụ anya\",\n    \"vigilate\": \"mụrụ anya\",\n    \"vigilation\": \"mụrụ anya\",\n    \"vigils\": \"na-eche nche\",\n    \"vigintillionth\": \"echekwa\",\n    \"vigneron\": \"ume\",\n    \"vignerons\": \"ndị nlekọta\",\n    \"vignette\": \"ihe ngosi\",\n    \"vignettists\": \"ndị vignettists\",\n    \"vignin\": \"ihe ojoo\",\n    \"vigogne\": \"ume\",\n    \"vigone\": \"ume\",\n    \"vigor\": \"ume\",\n    \"vigorish\": \"gbasie ike\",\n    \"vigorishes\": \"na-akwado\",\n    \"vigorist\": \"nwee ume\",\n    \"vigorless\": \"enweghị ume\",\n    \"vigorous\": \"gbasie ike\",\n    \"vigorously\": \"n'ike\",\n    \"vigorousness\": \"ume\",\n    \"vigors\": \"ume\",\n    \"vigour\": \"ume\",\n    \"vigours\": \"ume\",\n    \"vying\": \"na-egwu egwu\",\n    \"vyingly\": \"n'egwuregwu\",\n    \"vikinglike\": \"ndiegwu\",\n    \"vila\": \"Nkechi\",\n    \"vilayet\": \"mmmmmmmmmmmm\",\n    \"vilayets\": \"Ndịna\",\n    \"vild\": \"ilddị\",\n    \"vildly\": \"Onyedika\",\n    \"vildness\": \"ilddị ọcha\",\n    \"vile\": \"ihe ojoo\",\n    \"vilehearted\": \"ndị obi ha\",\n    \"vilely\": \"ihe ojoo\",\n    \"vileness\": \"ihe ojoo\",\n    \"vilenesses\": \"ihere\",\n    \"vilest\": \"kasị njọ\",\n    \"vilicate\": \"vilikọọ\",\n    \"vilify\": \"kwulu\",\n    \"vilification\": \"mmegbu\",\n    \"vilifications\": \"nkwupụta\",\n    \"vilified\": \"ekwulu\",\n    \"vilifies\": \"na-ekwuchi\",\n    \"vilifying\": \"ikwuto\",\n    \"vilifyingly\": \"na-akọcha\",\n    \"vilipended\": \"kpakpando\",\n    \"vilipending\": \"na-agbaghara\",\n    \"vility\": \"enweghi ike\",\n    \"vilities\": \"akwamozu\",\n    \"villa\": \"obodo\",\n    \"villache\": \"obodo nta\",\n    \"villadom\": \"obodo\",\n    \"villadoms\": \"ndị obodo\",\n    \"villae\": \"obodo\",\n    \"village\": \"obodo\",\n    \"villageful\": \"onye ime obodo\",\n    \"villagehood\": \"obodo\",\n    \"villagey\": \"ime obodo\",\n    \"villageless\": \"enweghị obodo\",\n    \"villagelet\": \"obodo nta\",\n    \"villageous\": \"nke ime obodo\",\n    \"villager\": \"onye ime obodo\",\n    \"villageress\": \"onye nwe obodo\",\n    \"villagery\": \"obodo\",\n    \"villagers\": \"ndị obodo\",\n    \"villages\": \"obodo ntà\",\n    \"villaget\": \"onye ime obodo\",\n    \"villageward\": \"obodo ward\",\n    \"villagy\": \"obodo\",\n    \"villagism\": \"ime obodo\",\n    \"villayet\": \"yelọ\",\n    \"villain\": \"onye ojoo\",\n    \"villainage\": \"obodo\",\n    \"villainesses\": \"obodo\",\n    \"villainy\": \"ihe ojoo\",\n    \"villainies\": \"ndị ọjọọ\",\n    \"villainist\": \"onye omekome\",\n    \"villainous\": \"ihe ojoo\",\n    \"villainousness\": \"ihe ojoo\",\n    \"villains\": \"ndị ọjọọ\",\n    \"villaless\": \"enweghị ebe obibi\",\n    \"villanella\": \"Onyinyechukwu\",\n    \"villarsite\": \"Obodo\",\n    \"villas\": \"Obodo\",\n    \"villate\": \"obodo\",\n    \"villatic\": \"nke ojoo\",\n    \"villegiatura\": \"villeggiatura\",\n    \"villeiness\": \"villainess\",\n    \"villeity\": \"ogwugwu\",\n    \"villi\": \"amachi\",\n    \"villosity\": \"enweghị ikike\",\n    \"villosities\": \"ihe omimi\",\n    \"villous\": \"ihe jọgburu onwe ya\",\n    \"villously\": \"ihe nzuzu\",\n    \"vimful\": \"ihe nzuzu\",\n    \"viminal\": \"nke viminal\",\n    \"vims\": \"vim\",\n    \"vinage\": \"mmanya vaịn\",\n    \"vinaigretted\": \"onye nzuzu\",\n    \"vinaigrier\": \"onye vinaigrier\",\n    \"vinaigrous\": \"vinajị\",\n    \"vinals\": \"vinal\",\n    \"vincibleness\": \"enweghị ihe ọ bụla\",\n    \"vincibly\": \"n'agha\",\n    \"vincula\": \"vinkupọ\",\n    \"vinculate\": \"vinculata\",\n    \"vindicability\": \"ngosipụta\",\n    \"vindicable\": \"ga-egosipụta\",\n    \"vindicableness\": \"ngosipụta\",\n    \"vindicably\": \"n'agha\",\n    \"vindicate\": \"gosi\",\n    \"vindicated\": \"gosipụtara\",\n    \"vindicates\": \"na-egosipụta\",\n    \"vindicating\": \"igosipụta\",\n    \"vindication\": \"gosiputara\",\n    \"vindications\": \"igosipụta\",\n    \"vindicative\": \"na-egosi\",\n    \"vindicatively\": \"n'etu aka ya\",\n    \"vindicativeness\": \"igosipụta onwe\",\n    \"vindicator\": \"onye na-ewepịa ihe\",\n    \"vindicatory\": \"ọ na-egosi ha\",\n    \"vindicatorily\": \"na-egosipụtakwa\",\n    \"vindicators\": \"ndi na-ewepuga ihe\",\n    \"vindicatorship\": \"igosipụta onwe ya\",\n    \"vindicatress\": \"Udochukwu\",\n    \"vindices\": \"vindị\",\n    \"vindict\": \"vindị\",\n    \"vindicta\": \"gosiputara\",\n    \"vindictive\": \"na-akwụ ụgwọ\",\n    \"vindictively\": \"n'ikpe\",\n    \"vindictiveness\": \"gosiputara\",\n    \"vindictivolence\": \"gosiputara\",\n    \"vindresser\": \"onye na-elekọta mmanya\",\n    \"vine\": \"osisi vaịn\",\n    \"vinea\": \"ubi vaịn\",\n    \"vineae\": \"ubi vaịn\",\n    \"vineal\": \"vaịn\",\n    \"vineatic\": \"vaịn\",\n    \"vined\": \"osisi vaịn\",\n    \"vinedresser\": \"onye ọrụ ubi vaịn\",\n    \"vinegar\": \"mmanya gbara ụka\",\n    \"vinegarer\": \"mmanya gbara ụka\",\n    \"vinegarette\": \"vinaigrette\",\n    \"vinegary\": \"ubi vaịn\",\n    \"vinegariness\": \"vaịn vaịn\",\n    \"vinegarish\": \"mmanya gbara ụka\",\n    \"vinegarishness\": \"mmanya\",\n    \"vinegarist\": \"onye na-eme mmanya\",\n    \"vinegarlike\": \"mmanya gbara ụka\",\n    \"vinegarroon\": \"mmanya\",\n    \"vinegars\": \"ndị vaịn\",\n    \"vinegarweed\": \"mmanya mmanya\",\n    \"vinegerone\": \"ubi vaịn\",\n    \"vinegrower\": \"onye na-akụ ubi vaịn\",\n    \"vineyard\": \"ubi-vine\",\n    \"vineyarder\": \"ubi vaịn\",\n    \"vineyarding\": \"ubi vaịn\",\n    \"vineyardist\": \"onye ọrụ ubi vaịn\",\n    \"vineyards\": \"ubi vaịn\",\n    \"vineity\": \"ihe-efu\",\n    \"vineland\": \"ubi vaịn\",\n    \"vineless\": \"enweghị osisi vaịn\",\n    \"vinelet\": \"ubi vaịn\",\n    \"vinelike\": \"osisi vaịn dị ka\",\n    \"viner\": \"mmanya vaịn\",\n    \"vines\": \"vine\",\n    \"vinewise\": \"vine\",\n    \"vingerhoed\": \"gbanye aka\",\n    \"vingt\": \"Ugochi\",\n    \"vinic\": \"vinik\",\n    \"viniculture\": \"ihe ubi\",\n    \"viniculturist\": \"ndị ọkachamara vinic\",\n    \"vinier\": \"mmanya\",\n    \"viniest\": \"ndị kasị nta\",\n    \"vinification\": \"vaịn\",\n    \"vinificator\": \"onye na-akụ vaịn\",\n    \"vinylated\": \"vinylatedonye\",\n    \"vinylating\": \"vinyịlị\",\n    \"vinylation\": \"vinyụlị\",\n    \"vining\": \"vine\",\n    \"vinitor\": \"onye vaịn\",\n    \"vinolence\": \"ihe ojoo\",\n    \"vinolent\": \"onye nzuzu\",\n    \"vinologist\": \"onye nyocha vino\",\n    \"vinometer\": \"vinomita\",\n    \"vinos\": \"viniki\",\n    \"vinosity\": \"anwansi\",\n    \"vinosulphureous\": \"vino sulphureous\",\n    \"vinous\": \"nke jọgburu onwe ya\",\n    \"vinously\": \"nke jọgburu onwe ya\",\n    \"vinousness\": \"nino vino\",\n    \"vintage\": \"Devid agụghị ndị gbara\",\n    \"vintaged\": \"Devid agụghị ndị gbara\",\n    \"vintager\": \"Devid agụghị ndị gbara\",\n    \"vintagers\": \"vintages\",\n    \"vintaging\": \"vinting\",\n    \"vintneress\": \"Onyinye\",\n    \"vintress\": \"Devid agụghị ndị gbara\",\n    \"vintry\": \"vintiri\",\n    \"viol\": \"violin\",\n    \"violability\": \"imebi iwu\",\n    \"violable\": \"nwere ike ịgbanwe\",\n    \"violableness\": \"ime ihe ike\",\n    \"violably\": \"n'ike n'ike\",\n    \"violacean\": \"mgbaka\",\n    \"violaceous\": \"ihe ike\",\n    \"violaceously\": \"n'ụzọ ike\",\n    \"violales\": \"Ihe ike\",\n    \"violan\": \"violin\",\n    \"violand\": \"violin\",\n    \"violate\": \"mebie\",\n    \"violated\": \"emebi\",\n    \"violater\": \"onye dara iwu\",\n    \"violaters\": \"ndị na-emebi iwu\",\n    \"violates\": \"na-emebi\",\n    \"violating\": \"imebi\",\n    \"violation\": \"imebi iwu\",\n    \"violational\": \"imebi iwu\",\n    \"violations\": \"imebi\",\n    \"violative\": \"imebi iwu\",\n    \"violator\": \"onye dara iwu\",\n    \"violatory\": \"mmebi iwu\",\n    \"violators\": \"ndị na-emebi iwu\",\n    \"violature\": \"ndị na-emebi iwu\",\n    \"violence\": \"ime ihe ike\",\n    \"violences\": \"ime ihe ike\",\n    \"violency\": \"ime ihe ike\",\n    \"violent\": \"ime ihe ike\",\n    \"violently\": \"ime ihe ike\",\n    \"violentness\": \"ime ihe ike\",\n    \"violer\": \"onye na-emebi iwu\",\n    \"violescent\": \"ihe nlele\",\n    \"violety\": \"kelechi\",\n    \"violetish\": \"odo odo\",\n    \"violetlike\": \"violet dị\",\n    \"violets\": \"violet\",\n    \"violette\": \"violet\",\n    \"violine\": \"mebi iwu\",\n    \"violined\": \"emebi\",\n    \"violinette\": \"onye violin\",\n    \"violining\": \"na-emebi iwu\",\n    \"violinist\": \"onye violin\",\n    \"violinistic\": \"onye violin\",\n    \"violinistically\": \"na-emebi iwu\",\n    \"violinists\": \"ndị violin\",\n    \"violinless\": \"enweghị violin\",\n    \"violinlike\": \"violin yiri\",\n    \"violinmaker\": \"onye na-eme violin\",\n    \"violinmaking\": \"eme violin\",\n    \"violins\": \"violin\",\n    \"violist\": \"violin\",\n    \"violists\": \"ndị na-emebi iwu\",\n    \"violmaker\": \"onye mmebe iwu\",\n    \"violmaking\": \"mmebe iwu\",\n    \"violoncellist\": \"onyediegwu\",\n    \"violoncellists\": \"ndiegwu\",\n    \"violoncello\": \"mmmmmmmmmmmmm\",\n    \"violone\": \"violin\",\n    \"violones\": \"violon\",\n    \"violotta\": \"ifeoma\",\n    \"violous\": \"na-emebi iwu\",\n    \"violuric\": \"mmmmmmmmmmmmm\",\n    \"viosterol\": \"mmmmmmmmmmmmm\",\n    \"viperfish\": \"azụ azụ\",\n    \"viperfishes\": \"azụ azụ\",\n    \"viperous\": \"vipe\",\n    \"viperously\": \"vipeos\",\n    \"viperousness\": \"ịdị ndụ\",\n    \"viraginity\": \"enweghị ikike\",\n    \"viraginous\": \"dị egwu\",\n    \"viragoes\": \"virago\",\n    \"viral\": \"malitere ịrịa\",\n    \"virales\": \"vira\",\n    \"virally\": \"n'ụzọ zuru oke\",\n    \"virbius\": \"nje\",\n    \"virement\": \"vire\",\n    \"virent\": \"Ntughari\",\n    \"vireos\": \"ndiegwu\",\n    \"virescence\": \"Ahụhụ\",\n    \"virga\": \"Virga\",\n    \"virgal\": \"Virgal\",\n    \"virgas\": \"nje\",\n    \"virgate\": \"nje\",\n    \"virgated\": \"na-amaghị nwoke\",\n    \"virgater\": \"na-amaghị nwoke\",\n    \"virgates\": \"ụmụ agbọghọ\",\n    \"virgation\": \"na-amaghị nwoke\",\n    \"virge\": \"ịdị ọcha\",\n    \"virger\": \"nwa agbọghọ\",\n    \"virgil\": \"amaghị nwoke\",\n    \"virgilia\": \"nwa agbọghọ\",\n    \"virgilian\": \"nwa agbọghọ na-amaghị nwoke\",\n    \"virgilism\": \"amaghị nwoke\",\n    \"virgin\": \"amaghị nwoke\",\n    \"virginal\": \"amaghị nwoke\",\n    \"virginale\": \"amaghị nwoke\",\n    \"virginality\": \"amaghị nwoke\",\n    \"virginally\": \"na-amaghị nwoke\",\n    \"virginals\": \"ụmụ agbọghọ\",\n    \"virgineous\": \"na-amaghị nwoke\",\n    \"virginhead\": \"nwa nwanyi\",\n    \"virginia\": \"Virginia\",\n    \"virginian\": \"Nwanyị amaghị nwoke\",\n    \"virginians\": \"ụmụ agbọghọ na-amaghị nwoke\",\n    \"virginid\": \"amaghị nwoke\",\n    \"virginity\": \"amaghị nwoke\",\n    \"virginities\": \"amaghị nwoke\",\n    \"virginitis\": \"amaghị nwoke\",\n    \"virginityship\": \"amaghị nwoke\",\n    \"virginium\": \"nwa agbọghọ\",\n    \"virginly\": \"amaghị nwoke\",\n    \"virginlike\": \"amaghị nwoke dị ka\",\n    \"virgins\": \"ụmụ agbọghọ\",\n    \"virginship\": \"amaghị nwoke ụgbọ mmiri\",\n    \"virgo\": \"nwa agbọghọ\",\n    \"virgos\": \"ụmụ agbọghọ\",\n    \"virgouleuse\": \"nwa agbọghọ\",\n    \"virgula\": \"nwa agbọghọ\",\n    \"virgular\": \"ihe omuma\",\n    \"virgularian\": \"nwa agbọghọ\",\n    \"virgules\": \"ụmụ agbọghọ\",\n    \"virgultum\": \"nwa agbọghọ\",\n    \"virial\": \"ike\",\n    \"viricidal\": \"na-egbu nje\",\n    \"viricide\": \"na-egbu egbu\",\n    \"viricides\": \"ọgwụ nje\",\n    \"viridescence\": \"enweghị ikike\",\n    \"viridescent\": \"dị ọcha\",\n    \"viridian\": \"nwa agbọghọ\",\n    \"viridians\": \"ndị viridians\",\n    \"viridity\": \"amaghị nwoke\",\n    \"viridities\": \"njehie\",\n    \"virify\": \"dị ọcha\",\n    \"virific\": \"nke oma\",\n    \"virile\": \"ike\",\n    \"virilely\": \"n'ike\",\n    \"virileness\": \"ike\",\n    \"virilescence\": \"ike\",\n    \"virilify\": \"dị ọcha\",\n    \"viriliously\": \"na-agbasi ike\",\n    \"virilism\": \"amaghị nwoke\",\n    \"virilisms\": \"nje\",\n    \"virility\": \"enweghi nsogbu\",\n    \"virilities\": \"nje\",\n    \"virilization\": \"ịmalite ịmụ nwa\",\n    \"virilizing\": \"na-agbanwe agbanwe\",\n    \"virion\": \"nje\",\n    \"virions\": \"nje\",\n    \"viripotent\": \"ike\",\n    \"viritrate\": \"gbasasịa\",\n    \"virl\": \"amaghị\",\n    \"virled\": \"agba\",\n    \"virls\": \"ụmụ agbọghọ\",\n    \"vyrnwy\": \"Ugochukwu\",\n    \"viroled\": \"mebiri\",\n    \"virologically\": \"n'omume\",\n    \"virologies\": \"vidio\",\n    \"virologist\": \"onye nyocha\",\n    \"virologists\": \"ndị ọkachamara viro\",\n    \"viron\": \"Ugwu\",\n    \"viroses\": \"viros\",\n    \"virous\": \"nje\",\n    \"virtu\": \"ezigbo\",\n    \"virtual\": \"mebere\",\n    \"virtualism\": \"arụmọrụ\",\n    \"virtualist\": \"omume ọma\",\n    \"virtuality\": \"omume ọma\",\n    \"virtualize\": \"jiri nlezianya\",\n    \"virtually\": \"ọ fọrọ nke nta\",\n    \"virtue\": \"omume\",\n    \"virtued\": \"omume\",\n    \"virtuefy\": \"kpachara anya\",\n    \"virtueless\": \"enweghị atụ\",\n    \"virtuelessness\": \"enweghị omume\",\n    \"virtueproof\": \"ụkpụrụ ọma\",\n    \"virtues\": \"omume ọma\",\n    \"virtuless\": \"enweghi ike\",\n    \"virtuose\": \"ụkpụrụ ọma\",\n    \"virtuosic\": \"omume ọma\",\n    \"virtuosity\": \"omume ọma\",\n    \"virtuosities\": \"nti ido\",\n    \"virtuosoship\": \"nwee ikike\",\n    \"virtuous\": \"omume oma\",\n    \"virtuously\": \"n'omume ọma\",\n    \"virtuouslike\": \"omume oma\",\n    \"virtuousness\": \"omume ọma\",\n    \"virtus\": \"omume\",\n    \"virtuti\": \"ọma\",\n    \"virtutis\": \"omume\",\n    \"viruela\": \"Viruela\",\n    \"virulence\": \"Ọrịa\",\n    \"virulences\": \"Ọrịa\",\n    \"virulency\": \"ọjọọ\",\n    \"virulencies\": \"virulens\",\n    \"virulent\": \"egwu\",\n    \"virulented\": \"emekpala\",\n    \"virulently\": \"dị egwu\",\n    \"virulentness\": \"Nsogbu\",\n    \"viruliferous\": \"dị ike\",\n    \"virus\": \"nje\",\n    \"viruscidal\": \"nje virus\",\n    \"viruscide\": \"nje virus\",\n    \"virusemic\": \"nje\",\n    \"viruses\": \"nje\",\n    \"viruslike\": \"nje\",\n    \"virustatic\": \"nke oma\",\n    \"visaed\": \"visa\",\n    \"visaged\": \"hụrụ\",\n    \"visaing\": \"visa\",\n    \"visas\": \"visa\",\n    \"visceralness\": \"viscerality\",\n    \"viscerate\": \"lee anya\",\n    \"viscerated\": \"hụrụ\",\n    \"viscerating\": \"visceing\",\n    \"visceration\": \"viscece\",\n    \"viscerous\": \"viscezos\",\n    \"viscidulous\": \"onye nzuzu\",\n    \"viscousness\": \"ọhụhụ\",\n    \"vise\": \"kwuo\",\n    \"vised\": \"hụrụ\",\n    \"viseed\": \"kwere\",\n    \"viseing\": \"vise\",\n    \"viseman\": \"onye nlere\",\n    \"visement\": \"ọhụụ\",\n    \"visenomy\": \"visenomi\",\n    \"visibility\": \"visibiliti\",\n    \"visibilities\": \"visibiliti\",\n    \"visible\": \"anya\",\n    \"visibleness\": \"anya\",\n    \"visibly\": \"n'ile anya\",\n    \"visigoth\": \"visigọt\",\n    \"visigothic\": \"visigothiki\",\n    \"vising\": \"ịhụ ihe\",\n    \"vision\": \"ọhụụ\",\n    \"visional\": \"ọhụụ\",\n    \"visionally\": \"n'ọhụụ\",\n    \"visionary\": \"ọhụụ\",\n    \"visionaries\": \"ndị ọhụụ\",\n    \"visionarily\": \"n'ọhụụ\",\n    \"visionariness\": \"ọhụụ\",\n    \"visioned\": \"ọhụụ\",\n    \"visioner\": \"ọhụ ụzọ\",\n    \"visionic\": \"ọhụụ\",\n    \"visioning\": \"ọhụụ\",\n    \"visionist\": \"onye ọhụụ\",\n    \"visionize\": \"gosi\",\n    \"visionless\": \"ọhụụ\",\n    \"visionlike\": \"dị ka ọhụụ\",\n    \"visionmonger\": \"ọhụhụ\",\n    \"visionproof\": \"ọhụụ\",\n    \"visions\": \"ọhụụ\",\n    \"visit\": \"nleta\",\n    \"visitable\": \"gaa leta\",\n    \"visitador\": \"Njem nleta\",\n    \"visitandine\": \"obiajikwa\",\n    \"visitant\": \"onye obia\",\n    \"visitants\": \"ndị nleta\",\n    \"visitate\": \"gaa leta\",\n    \"visitation\": \"nleta\",\n    \"visitational\": \"nleta\",\n    \"visitations\": \"nleta\",\n    \"visitative\": \"nleta\",\n    \"visitator\": \"nleta\",\n    \"visitatorial\": \"onye nleta\",\n    \"visited\": \"gara\",\n    \"visiter\": \"esenowo\",\n    \"visiters\": \"ndị ọbịa\",\n    \"visiting\": \"ileta\",\n    \"visitment\": \"ileta\",\n    \"visitor\": \"esenowo\",\n    \"visitoress\": \"obia\",\n    \"visitorial\": \"nleta\",\n    \"visitors\": \"ndị ọbịa\",\n    \"visitorship\": \"nleta\",\n    \"visitress\": \"ndị ọbịa\",\n    \"visitrix\": \"esenowo\",\n    \"visits\": \"nleta\",\n    \"visnomy\": \"ọhụụ\",\n    \"vison\": \"ọhụụ\",\n    \"visored\": \"hụrụ\",\n    \"visory\": \"visor\",\n    \"visoring\": \"inyocha ihe\",\n    \"visorless\": \"enweghị atụ\",\n    \"visorlike\": \"visor dị ka\",\n    \"vistaed\": \"vista\",\n    \"vistal\": \"vista\",\n    \"vistaless\": \"enweghị vista\",\n    \"vistamente\": \"anya\",\n    \"vistlik\": \"anya\",\n    \"vistulian\": \"Ntughari\",\n    \"visualisable\": \"visisible\",\n    \"visualisation\": \"anya\",\n    \"visualiser\": \"ihe nlere\",\n    \"visualist\": \"onye nlere\",\n    \"visuality\": \"ọhụụ\",\n    \"visualizable\": \"a pụrụ ịhụ anya\",\n    \"visualization\": \"anya\",\n    \"visualize\": \"jiri anya nke uche hụ\",\n    \"visualized\": \"anya\",\n    \"visualizing\": \"iji anya nke uche\",\n    \"visually\": \"anya\",\n    \"visuometer\": \"visuometa\",\n    \"vitagraph\": \"nwagraph\",\n    \"vital\": \"dị oke mkpa\",\n    \"vitalic\": \"dị mkpa\",\n    \"vitalisation\": \"mkpa\",\n    \"vitalise\": \"dị mkpa\",\n    \"vitalised\": \"dị mkpa\",\n    \"vitaliser\": \"dị mkpa\",\n    \"vitalises\": \"dị mkpa\",\n    \"vitalising\": \"dị egwu\",\n    \"vitalism\": \"dị mkpa\",\n    \"vitalisms\": \"ihe dị mkpa\",\n    \"vitalist\": \"dị mkpa\",\n    \"vitalistic\": \"dị mkpa\",\n    \"vitalistically\": \"n'ụzọ dị mkpa\",\n    \"vitalists\": \"ndị dị mkpa\",\n    \"vitality\": \"ike\",\n    \"vitalities\": \"mkpa\",\n    \"vitalization\": \"nyocha\",\n    \"vitalize\": \"Nyocha\",\n    \"vitalized\": \"Nyocha\",\n    \"vitalizer\": \"ihe eji eme ihe\",\n    \"vitalizers\": \"ihe ndozi\",\n    \"vitalizes\": \"Nyocha\",\n    \"vitalizing\": \"nyocha\",\n    \"vitalizingly\": \"n'ụzọ dị mfe\",\n    \"vitally\": \"n’ike n’ike\",\n    \"vitalness\": \"ike\",\n    \"vitals\": \"Ihe omimi\",\n    \"vitamines\": \"vitamin\",\n    \"vitaminized\": \"nwere vitamin\",\n    \"vitaminizing\": \"na-edozi ahụ\",\n    \"vitaminologist\": \"ọkà mmụta banyere ọrịa ọgwụ\",\n    \"vitamins\": \"vitamin\",\n    \"vitascopic\": \"nwachukwu\",\n    \"vitativeness\": \"nkwanye ugwu\",\n    \"vite\": \"rie\",\n    \"vitellarian\": \"onyenze\",\n    \"vitellicle\": \"Nwachukwu\",\n    \"vitelliferous\": \"onyebuchi\",\n    \"vitelligenous\": \"nke nwere ọgụgụ isi\",\n    \"vitelligerous\": \"na-ada ụda\",\n    \"vitellogenous\": \"nkwonkwo\",\n    \"vitellus\": \"onyeka onwenu\",\n    \"vitesse\": \"Ihe nkiri\",\n    \"vitesses\": \"Ihe nkiri\",\n    \"vithayasai\": \"vijayasai\",\n    \"vitiable\": \"dị mkpa\",\n    \"vitial\": \"dị oke mkpa\",\n    \"vitiate\": \"viti\",\n    \"vitiated\": \"enwere ọhụụ\",\n    \"vitiates\": \"vitiat\",\n    \"vitiating\": \"viti\",\n    \"vitiation\": \"vitiiti\",\n    \"vitiators\": \"vitiat\",\n    \"viticetum\": \"nwachukwu\",\n    \"viticulose\": \"onyeoma\",\n    \"viticultural\": \"omenala\",\n    \"viticulture\": \"nri ubi\",\n    \"viticulturer\": \"Onyebuchi\",\n    \"viticulturist\": \"onye maara ihe\",\n    \"viticulturists\": \"ndị ọkachamara\",\n    \"vitilago\": \"vitiligo\",\n    \"vitiligoid\": \"vitiligo\",\n    \"vitiligoidea\": \"echiche vitiligo\",\n    \"vitilitigate\": \"Nyochaa\",\n    \"vitiosity\": \"ikekwe\",\n    \"vitiosities\": \"ihe omimi\",\n    \"vitrage\": \"nri\",\n    \"vitrailed\": \"Nyocha\",\n    \"vitrailist\": \"onye nyocha\",\n    \"vitraillist\": \"onye nyocha\",\n    \"vitraux\": \"nwachukwu\",\n    \"vitreal\": \"ezigbo\",\n    \"vitrella\": \"onyeoma\",\n    \"vitremyte\": \"Anyi\",\n    \"vitreoelectric\": \"ihe omimi\",\n    \"vitreosity\": \"Ntughari\",\n    \"vitreous\": \"Ntughari\",\n    \"vitreously\": \"nke ukwuu\",\n    \"vitreouslike\": \"nwaobidi\",\n    \"vitreousness\": \"Ogologo\",\n    \"vitrescence\": \"Ntughari\",\n    \"vitrescency\": \"nyocha\",\n    \"vitrescent\": \"Ntughari\",\n    \"vitrescibility\": \"Ntughari\",\n    \"vitrescible\": \"ikekwe\",\n    \"vitric\": \"nkpuru osisi\",\n    \"vitrics\": \"ihe omimi\",\n    \"vitrifaction\": \"Ntughari\",\n    \"vitrify\": \"Nyochaa\",\n    \"vitrifiability\": \"Ntughari\",\n    \"vitrificate\": \"na-eme ka nri\",\n    \"vitrification\": \"nyocha\",\n    \"vitrified\": \"Nyocha\",\n    \"vitrifying\": \"na-enyocha\",\n    \"vitriol\": \"ihe omimi\",\n    \"vitriolating\": \"nyocha\",\n    \"vitriolation\": \"nyocha\",\n    \"vitrioled\": \"nwere ike\",\n    \"vitriolic\": \"ihe omimi\",\n    \"vitriolically\": \"n'ụzọ doro anya\",\n    \"vitrioling\": \"Ntughari\",\n    \"vitriolizable\": \"ihe omimi\",\n    \"vitriolization\": \"nyocha\",\n    \"vitriolize\": \"Ntughari\",\n    \"vitriolized\": \"Nyocha\",\n    \"vitriolizer\": \"ihe omimi\",\n    \"vitriolizing\": \"Nyocha\",\n    \"vitriolled\": \"Ntughari\",\n    \"vitriolling\": \"ihe omimi\",\n    \"vitriols\": \"ihe omimi\",\n    \"vitrous\": \"N'ike\",\n    \"vitruvian\": \"onyeoma\",\n    \"vittle\": \"Ntughari\",\n    \"vittled\": \"nwetụrụ\",\n    \"vittling\": \"Ntughari\",\n    \"vituperate\": \"Ntughari\",\n    \"vituperated\": \"Nyocha\",\n    \"vituperating\": \"Nyocha\",\n    \"vituperation\": \"Ntughari\",\n    \"vituperative\": \"Ntughari\",\n    \"vituperatively\": \"na nkwanye ugwu\",\n    \"vituperator\": \"onye isi ihe\",\n    \"vituperatory\": \"nyocha\",\n    \"vituperious\": \"Ntughari\",\n    \"vivacious\": \"dị egwu\",\n    \"vivaciously\": \"n'ụzọ dị egwu\",\n    \"vivaciousness\": \"Mkpa ike\",\n    \"vivandier\": \"ndụ\",\n    \"vivant\": \"ndụ\",\n    \"vivants\": \"ndụ\",\n    \"vivary\": \"ndụ\",\n    \"vivaries\": \"ndụ\",\n    \"vivariums\": \"ndụ ndụ\",\n    \"vivat\": \"ndụ\",\n    \"vive\": \"gbanye\",\n    \"vivek\": \"gbamgbam\",\n    \"vively\": \"Ugwu\",\n    \"vivency\": \"nnoo\",\n    \"vivendi\": \"nnenne\",\n    \"viverrid\": \"Ezigbo\",\n    \"viverrids\": \"Udochukwu\",\n    \"vivers\": \"dị ọkụ\",\n    \"vives\": \"nkwa\",\n    \"vivian\": \"Anyi\",\n    \"vivianite\": \"okpokoro\",\n    \"vivicremation\": \"Ntughari\",\n    \"vivid\": \"doro anya\",\n    \"vividest\": \"nke doro anya\",\n    \"vividity\": \"doro anya\",\n    \"vividly\": \"n'ụzọ doro anya\",\n    \"vividness\": \"doro anya\",\n    \"vivify\": \"gbasie ike\",\n    \"vivific\": \"ndụ\",\n    \"vivificant\": \"bara uru\",\n    \"vivificate\": \"gbasie ike\",\n    \"vivificated\": \"gbasasịa\",\n    \"vivificating\": \"na-akpali akpali\",\n    \"vivification\": \"ndụ\",\n    \"vivificative\": \"ihe bara uru\",\n    \"vivificator\": \"ihe ndụ\",\n    \"vivified\": \"dị ndụ\",\n    \"vivifier\": \"ihe ndụ\",\n    \"vivifies\": \"na-agbasi ike\",\n    \"vivifying\": \"ndụ\",\n    \"vivipary\": \"ume\",\n    \"viviparous\": \"ndụ ike\",\n    \"viviparously\": \"dị ndụ\",\n    \"viviparousness\": \"Ahụhụ\",\n    \"vivisecting\": \"ihe na-akpali akpali\",\n    \"vivisectional\": \"ihe bara uru\",\n    \"vivisectionally\": \"Ntughari\",\n    \"vivisectionist\": \"onye na-eme ihe\",\n    \"vivisectionists\": \"Ndị na-eme ihe nkiri\",\n    \"vivisective\": \"Na-arụ ọrụ\",\n    \"vivisepulture\": \"Ogwu\",\n    \"vivre\": \"ndụ\",\n    \"vivres\": \"ndụ\",\n    \"vixen\": \"Oyibo\",\n    \"vixenish\": \"Ikechukwu\",\n    \"vixenishness\": \"ndụ nwa\",\n    \"vixenlike\": \"iheike\",\n    \"vixens\": \"Ugochukwu\",\n    \"viz\": \"dịka\",\n    \"vizament\": \"anya mmiri\",\n    \"vizard\": \"ọkachamara\",\n    \"vizarded\": \"vizard\",\n    \"vizarding\": \"vizard\",\n    \"vizardless\": \"enweghị ihe ọ bụla\",\n    \"vizardlike\": \"dị ka vizard\",\n    \"vizierate\": \"lezie anya\",\n    \"viziercraft\": \"Egwuonwu\",\n    \"vizierial\": \"vizieri\",\n    \"vizirate\": \"vizize\",\n    \"vizirs\": \"viọrs\",\n    \"vizirship\": \"vizi vizi\",\n    \"vizor\": \"onye nzuzu\",\n    \"vizored\": \"amaokwu\",\n    \"vizoring\": \"vizising\",\n    \"vizorless\": \"enweghị ike\",\n    \"vizors\": \"ndị aghụghọ\",\n    \"vlach\": \"Ukwuu\",\n    \"vladislav\": \"Onyinyechukwu\",\n    \"vlsi\": \"Ugboro\",\n    \"vmintegral\": \"okpokoro\",\n    \"vo\": \"Nke abụọ\",\n    \"voar\": \"ikwu okwu\",\n    \"voc\": \"olu\",\n    \"vocab\": \"olu\",\n    \"vocability\": \"olu\",\n    \"vocable\": \"ikwupụta olu\",\n    \"vocables\": \"olu\",\n    \"vocably\": \"okwu\",\n    \"vocabular\": \"okwu\",\n    \"vocabulary\": \"okwu\",\n    \"vocabularian\": \"okwu\",\n    \"vocabularied\": \"okwu\",\n    \"vocabularies\": \"okwu\",\n    \"vocabulation\": \"olu\",\n    \"vocabulist\": \"onye na-ekwu okwu\",\n    \"vocal\": \"olu\",\n    \"vocalic\": \"olu olu\",\n    \"vocalically\": \"n'olu olu\",\n    \"vocalics\": \"olu\",\n    \"vocalion\": \"olu\",\n    \"vocalisation\": \"olu\",\n    \"vocalisations\": \"mkpọtụ\",\n    \"vocalise\": \"olu\",\n    \"vocalised\": \"kwughachiri\",\n    \"vocalises\": \"olu\",\n    \"vocalising\": \"ịkpọ olu\",\n    \"vocalism\": \"olu\",\n    \"vocalisms\": \"alisda olu\",\n    \"vocalist\": \"ukwe\",\n    \"vocalistic\": \"olu olu\",\n    \"vocalists\": \"ndị olu\",\n    \"vocality\": \"olu\",\n    \"vocalities\": \"olu\",\n    \"vocalizable\": \"olu\",\n    \"vocalization\": \"ịkpọ olu\",\n    \"vocalizations\": \"olu\",\n    \"vocalize\": \"kpọọ ụda\",\n    \"vocalized\": \"kwupụtara\",\n    \"vocalizer\": \"uda olu\",\n    \"vocalizers\": \"ndị olu\",\n    \"vocalizes\": \"olu\",\n    \"vocalizing\": \"na-akpọ ụda\",\n    \"vocaller\": \"ukwe olu\",\n    \"vocally\": \"olu\",\n    \"vocalness\": \"olu okwu\",\n    \"vocals\": \"olu\",\n    \"vocat\": \"olu\",\n    \"vocate\": \"ịkpọ olu\",\n    \"vocation\": \"ọrụ\",\n    \"vocational\": \"aka ọrụ\",\n    \"vocationalism\": \"ọrụ aka ọrụ\",\n    \"vocationalist\": \"ọkachamara\",\n    \"vocationalization\": \"ịrụ ọrụ\",\n    \"vocationalize\": \"ịkpọ ọrụ\",\n    \"vocationally\": \"olu\",\n    \"vocations\": \"olu\",\n    \"vocative\": \"olu\",\n    \"vocatively\": \"mkpọtụ\",\n    \"vocatives\": \"olu\",\n    \"voce\": \"kwuo\",\n    \"voces\": \"olu\",\n    \"vochysiaceous\": \"Uchechi\",\n    \"vocicultural\": \"omenala\",\n    \"vociferance\": \"olu\",\n    \"vociferanced\": \"gbanwere olu\",\n    \"vociferancing\": \"olu\",\n    \"vociferant\": \"olu\",\n    \"vociferate\": \"olu\",\n    \"vociferated\": \"olu\",\n    \"vociferates\": \"onyeka olu\",\n    \"vociferating\": \"olu\",\n    \"vociferation\": \"olu\",\n    \"vociferations\": \"olu\",\n    \"vociferative\": \"olu\",\n    \"vociferator\": \"olu olu\",\n    \"vociferize\": \"na-eme mkpọtụ\",\n    \"vociferosity\": \"olu ike\",\n    \"vociferous\": \"olu olu\",\n    \"vociferously\": \"olu olu,\",\n    \"vociferousness\": \"olu olu\",\n    \"vocification\": \"olu\",\n    \"vocimotor\": \"onye isi olu\",\n    \"vocoder\": \"olu\",\n    \"vocoders\": \"olu\",\n    \"vocoid\": \"enweghị oghere\",\n    \"vocular\": \"olu\",\n    \"vocule\": \"olu\",\n    \"vodums\": \"vodọm\",\n    \"voetganger\": \"okpokoro\",\n    \"voetian\": \"onye voetian\",\n    \"voetsak\": \"nnụnnụ\",\n    \"voetsek\": \"nnkwu\",\n    \"voetstoots\": \"mkpọtụ\",\n    \"vogesite\": \"Obodo\",\n    \"vogue\": \"ewu\",\n    \"vogues\": \"asụsụ\",\n    \"voguish\": \"ire\",\n    \"voguishness\": \"ire\",\n    \"voyage\": \"njem\",\n    \"voyageable\": \"njem\",\n    \"voyaged\": \"njem\",\n    \"voyager\": \"njem\",\n    \"voyagers\": \"ndị njem\",\n    \"voyages\": \"njem\",\n    \"voyageur\": \"njem\",\n    \"voyageurs\": \"njem\",\n    \"voyaging\": \"ịga njem\",\n    \"voyagings\": \"njem\",\n    \"voyance\": \"olu\",\n    \"voice\": \"olu\",\n    \"voiceband\": \"olu olu\",\n    \"voiced\": \"kwupụtara\",\n    \"voicedness\": \"n'olu\",\n    \"voiceful\": \"na-ekwupụta olu\",\n    \"voicefulness\": \"olu\",\n    \"voiceless\": \"enweghị olu\",\n    \"voicelessly\": \"n'olu n'olu\",\n    \"voicelessness\": \"enweghị olu\",\n    \"voicelet\": \"olu\",\n    \"voiceprint\": \"akara olu\",\n    \"voiceprints\": \"olu olu\",\n    \"voicer\": \"olu\",\n    \"voicers\": \"ndị voot\",\n    \"voices\": \"olu\",\n    \"voicing\": \"ikwupụta\",\n    \"void\": \"abaghị uru\",\n    \"voidableness\": \"enweghị isi\",\n    \"voidance\": \"enweghị isi\",\n    \"voidances\": \"ụgha\",\n    \"voided\": \"abaghị uru\",\n    \"voidee\": \"Nnukwu\",\n    \"voider\": \"onye ogbi\",\n    \"voiders\": \"onye nzuzu\",\n    \"voiding\": \"efu\",\n    \"voidless\": \"enweghị isi\",\n    \"voidly\": \"cha cha\",\n    \"voidness\": \"enweghị isi\",\n    \"voidnesses\": \"enweghị isi\",\n    \"voyeur\": \"onye ọhụụ\",\n    \"voyeuristic\": \"n'egwuregwu\",\n    \"voyeuristically\": \"n'agbụrụ\",\n    \"voyeurs\": \"ndị njem\",\n    \"voila\": \"okpo\",\n    \"voilier\": \"vilier\",\n    \"voiture\": \"mmefu\",\n    \"voiturette\": \"okpokoro\",\n    \"voivodeship\": \"okwey\",\n    \"vol\": \"mp\",\n    \"volable\": \"lagha\",\n    \"volacious\": \"mkpọtụ\",\n    \"volage\": \"ntorobịa\",\n    \"volaille\": \"Igbala\",\n    \"volant\": \"okpokoro\",\n    \"volante\": \"okpokoro\",\n    \"volapukist\": \"Onyeka Onwenu\",\n    \"volary\": \"vola\",\n    \"volata\": \"volta\",\n    \"volatic\": \"voltaiki\",\n    \"volatile\": \"Obodo\",\n    \"volatilely\": \"Ugboro\",\n    \"volatileness\": \"ọnụ ala\",\n    \"volatiles\": \"lagha\",\n    \"volatilisable\": \"akuku\",\n    \"volatilisation\": \"mbibi\",\n    \"volatilise\": \"kwuwe\",\n    \"volatilised\": \"kwupụtara\",\n    \"volatiliser\": \"Mgbasa ozi\",\n    \"volatilising\": \"ikwusa\",\n    \"volatilities\": \"Ngwongwo\",\n    \"volatilization\": \"nkwalite\",\n    \"volatilize\": \"kwuwe\",\n    \"volatilized\": \"kwupụtara\",\n    \"volatilizer\": \"Ngwunye ihe\",\n    \"volatilizes\": \"na-agbanwe\",\n    \"volatilizing\": \"vogha\",\n    \"volational\": \"nke ike\",\n    \"volatize\": \"kwuwe\",\n    \"volcae\": \"ugwu ugwu\",\n    \"volcan\": \"mgbawa ugwu\",\n    \"volcanalia\": \"mgbawa ugwu\",\n    \"volcanian\": \"ugwu ugwu\",\n    \"volcanic\": \"mgbawa ugwu\",\n    \"volcanically\": \"ugwu mgbawa\",\n    \"volcanicity\": \"mgbawa ugwu\",\n    \"volcanics\": \"mgbawa ugwu\",\n    \"volcanism\": \"mgbawa ugwu\",\n    \"volcanist\": \"ugwu mgbawa\",\n    \"volcanite\": \"mgbawa ugwu\",\n    \"volcanity\": \"mgbawa ugwu\",\n    \"volcanizate\": \"ugwu mgbawa\",\n    \"volcanization\": \"ugwu mgbawa\",\n    \"volcanize\": \"ugwu mgbawa\",\n    \"volcanized\": \"ugwu mgbawa\",\n    \"volcanizing\": \"na-ekwu\",\n    \"volcano\": \"ugwu mgbawa\",\n    \"volcanoes\": \"ugwu mgbawa\",\n    \"volcanoism\": \"mgbawa ugwu\",\n    \"volcanology\": \"ugwu mgbawa\",\n    \"volcanologic\": \"ugwu mgbawa\",\n    \"volcanological\": \"ugwu mgbawa\",\n    \"volcanologist\": \"ọkà mmụta banyere ugwu mgbawa\",\n    \"volcanologists\": \"ndị ọkà n'ihe banyere ugwu mgbawa\",\n    \"volcanologize\": \"ugwu mgbawa\",\n    \"volcanos\": \"ugwu mgbawa\",\n    \"volcanus\": \"ugwu mgbawa\",\n    \"voled\": \"amaokwu\",\n    \"volency\": \"ụgha\",\n    \"volent\": \"enweghị isi\",\n    \"volenti\": \"ukwu\",\n    \"volently\": \"n’ikwu okwu\",\n    \"voleries\": \"vole\",\n    \"volyer\": \"volta\",\n    \"voling\": \"ịgba\",\n    \"volipresence\": \"ọnụnọ voli\",\n    \"volipresent\": \"voli chee\",\n    \"volitant\": \"nnwa obi\",\n    \"volitate\": \"Obodo\",\n    \"volitation\": \"mmụọ\",\n    \"volitational\": \"arụ ọrụ ego\",\n    \"volitiency\": \"ikike\",\n    \"volitient\": \"nnabata\",\n    \"volition\": \"mkpebi\",\n    \"volitional\": \"nkwenye\",\n    \"volitionalist\": \"onye ji olu ike eme ihe\",\n    \"volitionality\": \"ime mkpebi\",\n    \"volitionally\": \"oke olu\",\n    \"volitionary\": \"oke afọ ofufo\",\n    \"volitionate\": \"volition\",\n    \"volitionless\": \"enweghị ụkpụrụ\",\n    \"volitions\": \"ikike\",\n    \"volitorial\": \"volitiali\",\n    \"volkslied\": \"mpako\",\n    \"volkswagen\": \"Volkswagen\",\n    \"volkswagens\": \"Volkswagens\",\n    \"volleyballs\": \"bọọlụ volley\",\n    \"volleyed\": \"mpịakọta\",\n    \"volleyer\": \"mpịakọta\",\n    \"volleyers\": \"ndị mpịakọta\",\n    \"volleying\": \"na-egwu mmiri\",\n    \"volleyingly\": \"ọkụ ọkụ\",\n    \"vollenge\": \"mpịakọta\",\n    \"volost\": \"okpokoro\",\n    \"volosts\": \"okpo\",\n    \"volow\": \"kwupu\",\n    \"volpane\": \"ugwu ugwu\",\n    \"volplanes\": \"ugbo elu\",\n    \"volplaning\": \"na -eme atụmatụ\",\n    \"vols\": \"olu\",\n    \"volsella\": \"Ugochukwu\",\n    \"volsteadism\": \"olu ike\",\n    \"voltaelectric\": \"volta eletrik\",\n    \"voltaelectricity\": \"volta ọkụ eletrik\",\n    \"voltaelectrometric\": \"volta electrometric\",\n    \"voltage\": \"voltaji\",\n    \"voltaic\": \"voltaiki\",\n    \"voltairian\": \"voltairi\",\n    \"voltaisms\": \"emume\",\n    \"voltameter\": \"voltameta\",\n    \"volteador\": \"ugwu ugwu\",\n    \"volteadores\": \"ugwu ugwu\",\n    \"voltivity\": \"oke iwe\",\n    \"voltmeter\": \"voltmita\",\n    \"voltmeters\": \"igwe volta\",\n    \"volubilate\": \"mpịakọta\",\n    \"volubility\": \"ikekwe\",\n    \"voluble\": \"mpịakọta\",\n    \"volubleness\": \"olu\",\n    \"volubly\": \"afọ ofufo\",\n    \"volucrine\": \"oke olu\",\n    \"volume\": \"olu\",\n    \"volumed\": \"mpịakọta\",\n    \"volumenometer\": \"volumenometa\",\n    \"volumes\": \"mpịakọta\",\n    \"volumescope\": \"mpịakọta\",\n    \"volumeter\": \"volumeta\",\n    \"volumetry\": \"oke\",\n    \"volumetric\": \"oke\",\n    \"volumetrical\": \"oke\",\n    \"volumetrically\": \"oke\",\n    \"volumette\": \"mpịakọta\",\n    \"voluminal\": \"oke\",\n    \"voluming\": \"olu\",\n    \"voluminosity\": \"ọkụ\",\n    \"voluminous\": \"oke\",\n    \"voluminously\": \"oke\",\n    \"voluminousness\": \"oke\",\n    \"volumometer\": \"volumeta\",\n    \"voluntary\": \"afọ ofufo\",\n    \"voluntariate\": \"nye aka\",\n    \"voluntaries\": \"ndị ọrụ afọ ofufo\",\n    \"voluntaryism\": \"afọ ofufo\",\n    \"voluntaryist\": \"afọ ofufo\",\n    \"voluntarily\": \"n'afọ ofufo\",\n    \"voluntariness\": \"afọ ofufo\",\n    \"voluntarious\": \"afọ ofufo\",\n    \"voluntarism\": \"nnwere onwe\",\n    \"voluntarist\": \"afọ ofufo\",\n    \"voluntaristic\": \"afọ ofufo\",\n    \"voluntarity\": \"afọ ofufo\",\n    \"voluntative\": \"n'afọ ofufo\",\n    \"volunteer\": \"ọrụ afọ ofufo\",\n    \"volunteered\": \"wepụtara onwe ya\",\n    \"volunteering\": \"wepụta onwe gị\",\n    \"volunteerism\": \"ọrụ afọ ofufo\",\n    \"volunteerly\": \"wepụta onwe gị\",\n    \"volunteers\": \"ndị ọrụ afọ ofufo\",\n    \"volunteership\": \"ọrụ afọ ofufo\",\n    \"volunty\": \"olu\",\n    \"voluper\": \"mpuputa\",\n    \"volupt\": \"volupte\",\n    \"voluptary\": \"afọ ofufo\",\n    \"voluptas\": \"volupta\",\n    \"volupty\": \"volupte\",\n    \"voluptuary\": \"afọ ofufo\",\n    \"voluptuarian\": \"Udo\",\n    \"voluptuate\": \"mpuputa\",\n    \"voluptuosity\": \"oke ọkụ\",\n    \"voluptuous\": \"oke\",\n    \"voluptuously\": \"oke\",\n    \"voluptuousness\": \"oke ibu\",\n    \"volutation\": \"nnabata\",\n    \"volute\": \"mpịakọta\",\n    \"voluted\": \"mpako\",\n    \"volutins\": \"ndị nkwado\",\n    \"volution\": \"mpịakọta\",\n    \"volutions\": \"mpịakọta\",\n    \"volvas\": \"volva\",\n    \"volvate\": \"bulie elu\",\n    \"volvelle\": \"mgbawa\",\n    \"volvent\": \"volven\",\n    \"volvulus\": \"mpịakọta\",\n    \"vombatid\": \"na-egbu egbu\",\n    \"vomer\": \"Ogbọ\",\n    \"vomerine\": \"Afọ\",\n    \"vomers\": \"Na-agbapụta\",\n    \"vomica\": \"vomiting\",\n    \"vomicae\": \"na-egbu egbu\",\n    \"vomicine\": \"ọgbụgbọ\",\n    \"vomit\": \"gbọpụ\",\n    \"vomitable\": \"na-agbọ agbọ\",\n    \"vomited\": \"gbupụrụ\",\n    \"vomiter\": \"Agbụrụ\",\n    \"vomiters\": \"Ndị na-agbọ agbọ\",\n    \"vomity\": \"Ọgbọ\",\n    \"vomiting\": \"agbọ agbọ\",\n    \"vomitingly\": \"agbọ agbọ\",\n    \"vomition\": \"agbọ agbọ\",\n    \"vomitive\": \"agbọ agbọ\",\n    \"vomitiveness\": \"vomkọ agbọ\",\n    \"vomitives\": \"Ihe mkpọ\",\n    \"vomitory\": \"Ntughari\",\n    \"vomitoria\": \"Ogbuagu\",\n    \"vomitories\": \"Na-agbọ agbọ\",\n    \"vomitorium\": \"ọkpọkọ\",\n    \"vomitos\": \"na-agbọ agbọ\",\n    \"vomitous\": \"na-agbọ agbọ\",\n    \"vomits\": \"Na-agbọ agbọ\",\n    \"vomiture\": \"Okpokoro\",\n    \"vomiturition\": \"ọgbụgbọ\",\n    \"vomitus\": \"na-agbọ agbọ\",\n    \"vomituses\": \"na-agbọ agbọ\",\n    \"vomitwort\": \"Okpoko\",\n    \"vomtoria\": \"Nwoko\",\n    \"voodooed\": \"ndiegwu\",\n    \"voorlooper\": \"onye ugha\",\n    \"voracious\": \"ragha\",\n    \"voraciously\": \"n'egwu\",\n    \"voraciousness\": \"ragha\",\n    \"voracity\": \"ure\",\n    \"vorage\": \"olu\",\n    \"voraginous\": \"ume\",\n    \"vorant\": \"enweghị isi\",\n    \"voraz\": \"okpoko\",\n    \"vorhand\": \"Ikekwe\",\n    \"vortically\": \"Ugboro ugboro\",\n    \"vorticial\": \"nkwanye ugwu\",\n    \"vorticist\": \"onye egwuregwu vorticist\",\n    \"vorticity\": \"okwesighi\",\n    \"vorticities\": \"ndabichi\",\n    \"vorticularly\": \"vorticular dị\",\n    \"votable\": \"a pụrụ ịtụ vootu\",\n    \"votal\": \"votu\",\n    \"votally\": \"votu\",\n    \"votary\": \"ntuli aka\",\n    \"votaries\": \"ntuli aka\",\n    \"votarist\": \"onye nhoputa ndi ochichi\",\n    \"votarists\": \"ndi nhoputa ndi ochichi\",\n    \"votation\": \"ntuli aka\",\n    \"vote\": \"votu\",\n    \"voteable\": \"a pụrụ ịtụ vootu\",\n    \"voted\": \"tozuru oke\",\n    \"voteen\": \"kpakpando\",\n    \"voteless\": \"onye obula\",\n    \"voter\": \"Onye ntuli aka\",\n    \"voters\": \"Ndi nhoputa ndi mmadu\",\n    \"votes\": \"votu\",\n    \"votyak\": \"votu\",\n    \"voting\": \"ịtụ vootu\",\n    \"votish\": \"kwụọ ụgwọ\",\n    \"votist\": \"onye nhoputa ndi ochichi\",\n    \"votive\": \"votu\",\n    \"votively\": \"votu\",\n    \"votiveness\": \"ntinye aka\",\n    \"votometer\": \"votu\",\n    \"votress\": \"onye nhoputa ndi ochichi\",\n    \"votresses\": \"ndi nwanyi\",\n    \"vouch\": \"ego\",\n    \"vouched\": \"gbanye\",\n    \"vouchee\": \"ndepụta ego\",\n    \"vouchees\": \"akwụkwọ ego\",\n    \"voucher\": \"ndepụta ego\",\n    \"voucherable\": \"akwadoro\",\n    \"vouchered\": \"ndepụta ego\",\n    \"voucheress\": \"ndepụta ego\",\n    \"vouchering\": \"ndepụta ego\",\n    \"vouchers\": \"akwụkwọ ego\",\n    \"vouches\": \"akwụkwọ ego\",\n    \"vouchsafement\": \"vouchsafing\",\n    \"vouchsafer\": \"vouchsafe\",\n    \"vouge\": \"ewu\",\n    \"voulge\": \"ikwu okwu\",\n    \"voussoir\": \"Uzoamaka\",\n    \"voust\": \"igwu\",\n    \"vouster\": \"onyechi\",\n    \"vousty\": \"ustlọ\",\n    \"vow\": \"nkwa\",\n    \"vowed\": \"kwere nkwa\",\n    \"vowel\": \"udaume\",\n    \"vowely\": \"ikwusi\",\n    \"vowelisation\": \"udaume\",\n    \"vowelish\": \"udaume\",\n    \"vowelism\": \"udaume\",\n    \"vowelist\": \"udaume\",\n    \"vowelization\": \"udaume\",\n    \"vowelize\": \"udaume\",\n    \"vowelized\": \"udaume\",\n    \"vowelizes\": \"udaume\",\n    \"vowelizing\": \"udaume\",\n    \"vowelled\": \"kwere nkwa\",\n    \"vowelless\": \"udaume\",\n    \"vowellessness\": \"udaume\",\n    \"vowelly\": \"udaume\",\n    \"vowellike\": \"udaume\",\n    \"vowels\": \"udaume\",\n    \"vower\": \"ikike\",\n    \"vowers\": \"ndị kwere ekwe\",\n    \"vowess\": \"nkwa\",\n    \"vowing\": \"na-ekwe nkwa\",\n    \"vowless\": \"enweghị nkwa\",\n    \"vowmaker\": \"onye kwere nkwa\",\n    \"vowmaking\": \"ikwere nkwa\",\n    \"vows\": \"nkwa\",\n    \"vowson\": \"udaume\",\n    \"vraicker\": \"Onyekachi\",\n    \"vraicking\": \"Ugboro\",\n    \"vriddhi\": \"Onyinyechi\",\n    \"vrilled\": \"mechie\",\n    \"vrilling\": \"Ezinne\",\n    \"vroomed\": \"vroom\",\n    \"vrooming\": \"vroom na\",\n    \"vrother\": \"Vrother\",\n    \"vrouw\": \"Nkiruka\",\n    \"vrow\": \"Nkiruka\",\n    \"vrows\": \"vrouws\",\n    \"vs\": \"vs.\",\n    \"vuggy\": \"Okpukpo\",\n    \"vuggs\": \"Nnukwu\",\n    \"vugs\": \"ihe nzuzu\",\n    \"vulcanalian\": \"Nwa nwanyi\",\n    \"vulcanian\": \"okirikiri\",\n    \"vulcanicity\": \"nkwanye ugwu\",\n    \"vulcanisable\": \"nke nwere ike ime\",\n    \"vulcanisation\": \"nkwanye ugwu\",\n    \"vulcanised\": \"na-egosi\",\n    \"vulcanising\": \"na-ekwu okwu\",\n    \"vulcanism\": \"omume rụrụ arụ\",\n    \"vulcanist\": \"onye nzuzu\",\n    \"vulcanizable\": \"Nkechi\",\n    \"vulcanizate\": \"Nkechi\",\n    \"vulcanization\": \"nkwanye ugwu\",\n    \"vulcanize\": \"Nwoke Ochie\",\n    \"vulcanized\": \"Nkechi\",\n    \"vulcanizer\": \"Omenala\",\n    \"vulcanizers\": \"ndiegwu\",\n    \"vulcanizing\": \"na-ekwu\",\n    \"vulcanology\": \"Ọgba aghara\",\n    \"vulcanological\": \"ihe omimi\",\n    \"vulcanologist\": \"Ọkachamara n’ihe gbasara omume\",\n    \"vulg\": \"Uchechukwu\",\n    \"vulgar\": \"rụrụ arụ\",\n    \"vulgare\": \"nzuzu\",\n    \"vulgarer\": \"onye nzuzu\",\n    \"vulgarest\": \"na-asọ asọ\",\n    \"vulgarian\": \"nwa agbogho\",\n    \"vulgarians\": \"ndị nzuzu\",\n    \"vulgarisation\": \"nchịkwa\",\n    \"vulgarise\": \"okwu ojoo\",\n    \"vulgarised\": \"rụrụ arụ\",\n    \"vulgariser\": \"Okwu nzuzu\",\n    \"vulgarish\": \"okwu rụrụ arụ\",\n    \"vulgarising\": \"Okwu nzuzu\",\n    \"vulgarism\": \"okwu rụrụ arụ\",\n    \"vulgarisms\": \"omume rụrụ arụ\",\n    \"vulgarist\": \"onye nzuzu\",\n    \"vulgarity\": \"okwu ojoo\",\n    \"vulgarities\": \"okwu rụrụ arụ\",\n    \"vulgarization\": \"nchịkwa\",\n    \"vulgarizing\": \"na-ekwu okwu\",\n    \"vulgarly\": \"ihe nzuzu\",\n    \"vulgarlike\": \"ihe rụrụ arụ\",\n    \"vulgarness\": \"okwu rụrụ arụ\",\n    \"vulgars\": \"nzuzu\",\n    \"vulgarwise\": \"nzuzu\",\n    \"vulgate\": \"iwu\",\n    \"vulgates\": \"nzuzu\",\n    \"vulgo\": \"nzuzu\",\n    \"vulguses\": \"nzuzu\",\n    \"vuln\": \"nchoputa\",\n    \"vulned\": \"na-akọkarị\",\n    \"vulnerability\": \"ndozi\",\n    \"vulnerabilities\": \"nsogbu\",\n    \"vulnerable\": \"ngwangwa\",\n    \"vulnerableness\": \"ngwangwa\",\n    \"vulnerably\": \"ngwangwa\",\n    \"vulneral\": \"ngwangwa\",\n    \"vulnerary\": \"nje\",\n    \"vulneraries\": \"nsogbu\",\n    \"vulnerate\": \"melata\",\n    \"vulneration\": \"nsogbu\",\n    \"vulnerative\": \"adighi ike\",\n    \"vulnerose\": \"ngwa ngwa\",\n    \"vulnific\": \"Okwu nzuzu\",\n    \"vulnifical\": \"ekwenti\",\n    \"vulnose\": \"nzuzu\",\n    \"vulpanser\": \"ọkpụrụkpụ\",\n    \"vulpecula\": \"okpokoro\",\n    \"vulpecular\": \"akwara\",\n    \"vulpic\": \"okpokoro\",\n    \"vulpicidal\": \"akpo\",\n    \"vulpicide\": \"igbu egbu\",\n    \"vulpine\": \"akpo\",\n    \"vulpinic\": \"ekwenti\",\n    \"vulsella\": \"Nwaogwugwu\",\n    \"vulsinite\": \"osinachi\",\n    \"vultur\": \"udele\",\n    \"vulture\": \"udele\",\n    \"vulturelike\": \"udele dị ka\",\n    \"vultures\": \"udele\",\n    \"vulturewise\": \"udele maara ihe\",\n    \"vulturn\": \"ugo\",\n    \"vulval\": \"nzuzu\",\n    \"vulvate\": \"na-akpa aghara\",\n    \"vulviform\": \"Ugboro abụọ\",\n    \"vulvitises\": \"ihe omimi\",\n    \"vulvocrural\": \"nzuzu\",\n    \"vulvouterine\": \"Nwa nwanyi\",\n    \"vulvovaginal\": \"Omenala\",\n    \"vvll\": \"Nkechi\",\n    \"waapa\": \"wapa\",\n    \"wabble\": \"wabab\",\n    \"wabbled\": \"agbagha\",\n    \"wabblers\": \"ndị wabblers\",\n    \"wabbles\": \"ogwe aka\",\n    \"wabblier\": \"wababel\",\n    \"wabbliness\": \"nkwanye ugwu\",\n    \"wabbling\": \"ikwuru\",\n    \"wabblingly\": \"n'udo\",\n    \"wabron\": \"Wabron\",\n    \"wacken\": \"meenụ\",\n    \"wacker\": \"okpu\",\n    \"wackes\": \"wacks\",\n    \"wacky\": \"kechi\",\n    \"wackier\": \"ukpa\",\n    \"wackiest\": \"kachasị\",\n    \"wackiness\": \"amamịghe\",\n    \"wacks\": \"wacs\",\n    \"wadder\": \"wader\",\n    \"wadders\": \"okporo\",\n    \"waddied\": \"jiri\",\n    \"waddying\": \"na-agbagharị\",\n    \"waddled\": \"gbapụrụ\",\n    \"waddlers\": \"ndi ije\",\n    \"waddling\": \"Na-agbagharị\",\n    \"waddlingly\": \"na-agbagharị\",\n    \"waded\": \"wuru\",\n    \"waders\": \"okporo\",\n    \"wady\": \"dị mma\",\n    \"wadies\": \"udo\",\n    \"wading\": \"na-achọ\",\n    \"wadingly\": \"n'ụzọ\",\n    \"wadlike\": \"dị ka\",\n    \"wadmaking\": \"igwu\",\n    \"wadmals\": \"iheanacho\",\n    \"wadmel\": \"Uzochi\",\n    \"wadmels\": \"Uzoamaka\",\n    \"wadmolls\": \"amaka\",\n    \"wadmols\": \"wadmol\",\n    \"wads\": \"nws\",\n    \"wadsetted\": \"dara\",\n    \"wadsetting\": \"mbanye\",\n    \"waenesses\": \"na-agbanye aka\",\n    \"waes\": \"Wes\",\n    \"waesome\": \"dị egwu\",\n    \"wafered\": \"wafere\",\n    \"wafers\": \"wafer\",\n    \"waffed\": \"wafer\",\n    \"waffies\": \"waffles\",\n    \"waffing\": \"egwu\",\n    \"waffled\": \"waffles\",\n    \"wafflike\": \"waffle\",\n    \"waffling\": \"na-akọ\",\n    \"wafter\": \"wafer\",\n    \"wafting\": \"na-agbagharị\",\n    \"wafts\": \"na-ada ụda\",\n    \"waganging\": \"na-azọ ije\",\n    \"wage\": \"ụgwọ\",\n    \"waged\": \"gbara\",\n    \"wagedom\": \"agha\",\n    \"wageless\": \"enweghị ụgwọ ọrụ\",\n    \"wagelessness\": \"enweghị ọrụ\",\n    \"wageling\": \"ịgbaghari\",\n    \"wagener\": \"onye okpokoro\",\n    \"wager\": \"ịgba mbọ\",\n    \"wagered\": \"gbanye\",\n    \"wagerer\": \"onye na-agba oso\",\n    \"wagerers\": \"ndị ogba\",\n    \"wages\": \"ụgwọ ọrụ\",\n    \"wagesman\": \"onye ego ugwo\",\n    \"waget\": \"ugba\",\n    \"wagework\": \"ụgwọ ọrụ\",\n    \"wageworker\": \"onye na-aru oru\",\n    \"wageworking\": \"arụ ọrụ\",\n    \"waggably\": \"ikwere\",\n    \"wagged\": \"kwara\",\n    \"waggery\": \"ikwadoro\",\n    \"waggeries\": \"ikwere\",\n    \"waggy\": \"ikuku\",\n    \"wagging\": \"ogwugwu\",\n    \"waggish\": \"igwu\",\n    \"waggishly\": \"igwu\",\n    \"waggishness\": \"okpokoro\",\n    \"waggled\": \"na-agbagha\",\n    \"waggles\": \"wagles\",\n    \"waggling\": \"na-efegharị\",\n    \"wagglingly\": \"na-agbagha\",\n    \"waggoned\": \"okpokoro\",\n    \"waggoner\": \"wagoner\",\n    \"waggoners\": \"ndị na-agagharị\",\n    \"waggonette\": \"ozigbo\",\n    \"waggonry\": \"okpokoro\",\n    \"waggons\": \"ụgbọ ịnyịnya\",\n    \"waggonsmith\": \"ugogbe\",\n    \"waggonwright\": \"okpokoro\",\n    \"waging\": \"egwu\",\n    \"wagling\": \"na-egwu egwu\",\n    \"wagner\": \"onye igba oso\",\n    \"wagneresque\": \"okwe\",\n    \"wagnerian\": \"onye mgba\",\n    \"wagnerians\": \"ndị mgbagwọ\",\n    \"wagnerism\": \"okpokoro\",\n    \"wagnerist\": \"onye na-agba oso\",\n    \"wagnerize\": \"ikwado\",\n    \"wagon\": \"ụgbọala\",\n    \"wagonable\": \"kwụrụ\",\n    \"wagonage\": \"ụgbọala\",\n    \"wagonages\": \"ụgbọala\",\n    \"wagoned\": \"kwagharia\",\n    \"wagoneer\": \"onye nnabata\",\n    \"wagoners\": \"wagon\",\n    \"wagoness\": \"ụgbọ ịnyịnya\",\n    \"wagonette\": \"ụgbọ ịnyịnya\",\n    \"wagoning\": \"ịgba ụgbọ\",\n    \"wagonless\": \"enweghị ụgbọ\",\n    \"wagonload\": \"ibu ibu\",\n    \"wagonmaker\": \"wagon wagon\",\n    \"wagonry\": \"ụgbọ ịnyịnya\",\n    \"wagons\": \"ụgbọ ala\",\n    \"wagonsmith\": \"ukpa okpokoro\",\n    \"waguha\": \"wag uha\",\n    \"wagwag\": \"agbagwo\",\n    \"wahabiism\": \"wahabi ism\",\n    \"wahabit\": \"wahabi\",\n    \"way\": \"ụzọ\",\n    \"waybill\": \"ụzọ\",\n    \"waybills\": \"ogwe osisi\",\n    \"waybird\": \"nnụnụ\",\n    \"waibling\": \"na-atụ egwu\",\n    \"waybook\": \"Akwụkwọ ọgụgụ\",\n    \"waybread\": \"bred achicha\",\n    \"waybung\": \"Ogba\",\n    \"wayfare\": \"ụzọ\",\n    \"wayfarer\": \"onye ije\",\n    \"wayfarers\": \"ndị ije\",\n    \"wayfaringly\": \"n'ụzọ\",\n    \"wayfarings\": \"ụzọ\",\n    \"waifed\": \"chere\",\n    \"waifing\": \"na-atụgharị\",\n    \"waygang\": \"ụzọ\",\n    \"waygate\": \"ụzọ\",\n    \"waygoer\": \"onye na-agagharị agagharị\",\n    \"waygoing\": \"na-agagharị\",\n    \"waygoings\": \"ụzọ\",\n    \"waygone\": \"ụzọ\",\n    \"wayhouse\": \"ụzọ ụlọ\",\n    \"waying\": \"na-aga\",\n    \"waikness\": \"Waikness\",\n    \"wail\": \"tie mkpu arịrị\",\n    \"waylaidlessness\": \"enweghị ụzọ\",\n    \"waylayers\": \"ndị gara aga\",\n    \"waylaying\": \"waylay\",\n    \"wayland\": \"ugwu ala\",\n    \"wayleave\": \"wayleeve\",\n    \"wailed\": \"kwara ákwá\",\n    \"wailer\": \"waili\",\n    \"wayless\": \"enweghi uzo\",\n    \"wailful\": \"na-eti mkpu\",\n    \"wailfully\": \"na-eti mkpu\",\n    \"wailing\": \"iti mkpu\",\n    \"wailingly\": \"na-eti mkpu\",\n    \"wailment\": \"kwara ariri\",\n    \"wails\": \"kwara ákwá\",\n    \"wailsome\": \"mkpu ákwá\",\n    \"wayman\": \"Wayman\",\n    \"waymark\": \"akara aka\",\n    \"waymate\": \"onye otu\",\n    \"waymen\": \"ndị ọrụ\",\n    \"wayment\": \"ndọtị\",\n    \"wainful\": \"na-atụ ụjọ\",\n    \"wainscoted\": \"echekwara\",\n    \"wainscoting\": \"wains\",\n    \"wainscotted\": \"chebere\",\n    \"wainscotting\": \"wains\",\n    \"waypost\": \"ụzọ\",\n    \"waird\": \"adighi\",\n    \"waired\": \"chere\",\n    \"wairing\": \"na-akwa ákwá\",\n    \"wairs\": \"wair\",\n    \"wairsh\": \"wair\",\n    \"ways\": \"ụzọ\",\n    \"wayside\": \"n'akụkụ ụzọ\",\n    \"waysider\": \"ụzọ\",\n    \"waysides\": \"ụzọ\",\n    \"waysliding\": \"ụzọ\",\n    \"waist\": \"n'úkwù\",\n    \"waistband\": \"n'úkwù\",\n    \"waistbands\": \"n'úkwù n'úkwù\",\n    \"waistcloth\": \"n'úkwù\",\n    \"waistcloths\": \"n'úkwù\",\n    \"waistcoated\": \"waistcoat\",\n    \"waistcoateer\": \"waistcoat\",\n    \"waistcoathole\": \"waistcoat onu\",\n    \"waistcoatless\": \"n'úkwù\",\n    \"waisted\": \"kwara\",\n    \"waister\": \"odibo\",\n    \"waisters\": \"ụmụ nwanyị\",\n    \"waisting\": \"n'úkwù\",\n    \"waistings\": \"n'úkwù\",\n    \"waistless\": \"n'úkwù\",\n    \"waists\": \"n'úkwù\",\n    \"wait\": \"chere\",\n    \"waited\": \"chere\",\n    \"waiter\": \"Onye na-ebu nri\",\n    \"waiterage\": \"ncheta\",\n    \"waiterdom\": \"odika\",\n    \"waiterhood\": \"odika\",\n    \"waitering\": \"na-eche\",\n    \"waiterlike\": \"dị ka onye nlekọta\",\n    \"waiters\": \"ndị na-echere\",\n    \"waitership\": \"ichere\",\n    \"waitewoman\": \"chere nwanyi\",\n    \"waiting\": \"na-eche\",\n    \"waitingly\": \"na-eche\",\n    \"waitings\": \"na-eche\",\n    \"waitlist\": \"ndepụta nchere\",\n    \"waitress\": \"odibo\",\n    \"waitresses\": \"ndeewo\",\n    \"waitressless\": \"echeghi eche\",\n    \"waits\": \"na-eche\",\n    \"waitsmen\": \"na-eche\",\n    \"waived\": \"wafere\",\n    \"waiverable\": \"waive\",\n    \"waivery\": \"nwepu\",\n    \"waivers\": \"ịgbaghara\",\n    \"waives\": \"na-agbaghara\",\n    \"waiving\": \"ịhapụ\",\n    \"wayward\": \"enupụ isi\",\n    \"waywardly\": \"enupụ isi\",\n    \"waywardness\": \"isi ike\",\n    \"waywiser\": \"Uwe Ojukwu\",\n    \"wayworn\": \"adighi anya\",\n    \"waywort\": \"ụzọ mgbawa\",\n    \"wake\": \"teta\",\n    \"waked\": \"kulitere\",\n    \"wakeel\": \"edemede\",\n    \"wakeful\": \"na-amụ anya\",\n    \"wakefully\": \"n'ụra\",\n    \"wakefulness\": \"edemede\",\n    \"wakeless\": \"anya\",\n    \"wakemen\": \"wakeman\",\n    \"waken\": \"teta\",\n    \"wakened\": \"kpọtere n'ụra\",\n    \"wakener\": \"edemede\",\n    \"wakeners\": \"edemede\",\n    \"wakening\": \"edemede\",\n    \"wakenings\": \"edemede\",\n    \"wakens\": \"kpọtere n'ụra\",\n    \"waker\": \"edemede\",\n    \"wakers\": \"kpọtere\",\n    \"wakes\": \"kpọtere\",\n    \"waketime\": \"oge ncheta\",\n    \"wakeup\": \"kulie\",\n    \"waking\": \"edemede\",\n    \"wakingly\": \"na-amụ anya\",\n    \"wakken\": \"n'ụra\",\n    \"wakore\": \"teta\",\n    \"waldenses\": \"ihe mgbochi\",\n    \"waldensian\": \"mmmmmmmmmmmm\",\n    \"waldflute\": \"wolflute\",\n    \"waldhorn\": \"wodhorn\",\n    \"waled\": \"kwara ákwá\",\n    \"waling\": \"ịingagharị\",\n    \"walk\": \"jee ije\",\n    \"walkable\": \"ije ije\",\n    \"walkabout\": \"Walkabout\",\n    \"walked\": \"jere ije\",\n    \"walkene\": \"Walkene\",\n    \"walker\": \"Walker\",\n    \"walkerite\": \"Walkerite\",\n    \"walkers\": \"ndị na-eje ije\",\n    \"walkie\": \"Walkie\",\n    \"walking\": \"na-eje ije\",\n    \"walkings\": \"na-eje ije\",\n    \"walkingstick\": \"mkpara ije\",\n    \"walkyrie\": \"Walkyrie\",\n    \"walkyries\": \"Walkyries\",\n    \"walkist\": \"onye ije\",\n    \"walkmill\": \"igwe eji egwo ihe\",\n    \"walkmiller\": \"igwe eji egwo ihe\",\n    \"walkout\": \"walkouts\",\n    \"walks\": \"na-ejegharị\",\n    \"walkside\": \"ije ije\",\n    \"walksman\": \"waksman\",\n    \"walksmen\": \"ndị ije\",\n    \"wall\": \"mgbidi\",\n    \"wallbird\": \"nchara nchara\",\n    \"wallboard\": \"Mgbidi\",\n    \"walleyed\": \"walley\",\n    \"wallerian\": \"onye wallerian\",\n    \"wallet\": \"obere akpa\",\n    \"walletful\": \"obere akpa\",\n    \"wallets\": \"obere akpa\",\n    \"wallflower\": \"ihe mgbochi mmiri\",\n    \"wallflowers\": \"ihe mgbochi mgbidi\",\n    \"wallful\": \"mgbidi zuru\",\n    \"wallhick\": \"mgbidihack\",\n    \"wallydrag\": \"mmmmmmmmmmmmm\",\n    \"wallies\": \"mgbidi\",\n    \"walling\": \"ịgba mgbidi\",\n    \"wallise\": \"mgbidi\",\n    \"wallless\": \"mgbidi dị obere\",\n    \"wallman\": \"onye na-eme mgbidi\",\n    \"wallon\": \"walloon\",\n    \"walloper\": \"walloped\",\n    \"walloping\": \"ịlọgharị\",\n    \"wallow\": \"kpaa\",\n    \"wallowers\": \"ndị wallowers\",\n    \"wallowing\": \"na-amagharị\",\n    \"wallowishness\": \"ịma mma\",\n    \"wallpaper\": \"akwụkwọ ahụaja\",\n    \"wallpapered\": \"achara\",\n    \"wallpapering\": \"akwụkwọ ahụaja\",\n    \"wallpapers\": \"na akwụkwọ ahụ aja\",\n    \"wallpiece\": \"mpempe mgbidi\",\n    \"walls\": \"mgbidi\",\n    \"wallsend\": \"mgbidi\",\n    \"wallwise\": \"nke ọma\",\n    \"wallwork\": \"mgbidi\",\n    \"wallwort\": \"mgbidi mgbidi\",\n    \"walnut\": \"ukpa\",\n    \"walnuts\": \"ukpa\",\n    \"walruses\": \"ekwenti\",\n    \"walspere\": \"okpokoro\",\n    \"walth\": \"enweta ego\",\n    \"walty\": \"walti\",\n    \"waltz\": \"Ukpa\",\n    \"wamble\": \"kwatuo\",\n    \"wambled\": \"gbawara\",\n    \"wamblier\": \"onye nzuzu\",\n    \"wambliness\": \"nzuzu\",\n    \"wambling\": \"ịgba chaa chaa\",\n    \"wamblingly\": \"na-agba chaa chaa\",\n    \"wamefull\": \"mmmmmmmmmmmm\",\n    \"wamefuls\": \"ndiegwu\",\n    \"wames\": \"aha\",\n    \"wammuses\": \"ụmụ nwanyị\",\n    \"wampished\": \"gbachapụrụ\",\n    \"wampishes\": \"Na-agbachi\",\n    \"wampishing\": \"Na-egwu mmiri\",\n    \"wampums\": \"wampum\",\n    \"wamuses\": \"ndị enyi\",\n    \"wanchancy\": \"ebumnuche\",\n    \"wander\": \"kpafuo\",\n    \"wanderable\": \"na-awagharị\",\n    \"wandered\": \"awagharị\",\n    \"wanderer\": \"na-awagharị\",\n    \"wanderers\": \"na-awagharị\",\n    \"wandering\": \"na-awagharị\",\n    \"wanderingly\": \"na-awagharị\",\n    \"wanderingness\": \"dergha\",\n    \"wanderlustful\": \"na-awagharị\",\n    \"wanders\": \"na-awagharị\",\n    \"wandflower\": \"Wodflower\",\n    \"wandreth\": \"ichoro\",\n    \"wandsman\": \"Wandsman\",\n    \"waned\": \"chọrọ\",\n    \"waneless\": \"enweghị kwa\",\n    \"wangler\": \"onye na-awagharị\",\n    \"wanglers\": \"ndị na-agagharị\",\n    \"wangles\": \"ngagharị\",\n    \"wangling\": \"na-agbagharị\",\n    \"wangrace\": \"ichoro\",\n    \"waning\": \"na-agbagharị\",\n    \"wanion\": \"icho\",\n    \"wanions\": \"chọrọ\",\n    \"wankliness\": \"ịdị adị\",\n    \"wanned\": \"chọrọ\",\n    \"wanness\": \"ịdị njikere\",\n    \"wannesses\": \"chọrọ\",\n    \"wannest\": \"nara\",\n    \"wanny\": \"wann\",\n    \"wannigans\": \"ndiegwu\",\n    \"wanning\": \"na-achọ\",\n    \"wannish\": \"icho\",\n    \"wanrestful\": \"na-awagharị\",\n    \"wanruly\": \"narau\",\n    \"wansith\": \"nwachukwu\",\n    \"wansonsy\": \"mmmmmmmmmmmmm\",\n    \"want\": \"chọrọ\",\n    \"wantage\": \"chọrọ\",\n    \"wantages\": \"chọrọ\",\n    \"wanted\": \"chọrọ\",\n    \"wanter\": \"chọrọ\",\n    \"wanters\": \"ndị chọrọ\",\n    \"wantful\": \"na-achọsi ike\",\n    \"wanthill\": \"chọrọ\",\n    \"wanthrift\": \"ichoro\",\n    \"wanty\": \"choro\",\n    \"wanting\": \"chọrọ\",\n    \"wantingly\": \"n'achọ\",\n    \"wantingness\": \"achọghị\",\n    \"wantless\": \"enweghị isi\",\n    \"wantlessness\": \"enweghị agụụ\",\n    \"wanton\": \"agụụ\",\n    \"wantoned\": \"chọrọ\",\n    \"wantoner\": \"onyeoma\",\n    \"wantoners\": \"ihe achọrọ\",\n    \"wantoning\": \"agụụ\",\n    \"wantonize\": \"ichikota\",\n    \"wantonly\": \"na-achọghị\",\n    \"wantonlike\": \"achọghị\",\n    \"wantonness\": \"onkwa iko\",\n    \"wantons\": \"ihe nzuzu\",\n    \"wantroke\": \"ichoro\",\n    \"wantrust\": \"ntụkwasị obi\",\n    \"wants\": \"chọrọ\",\n    \"wantwit\": \"chọrọ\",\n    \"wanwit\": \"wanwen\",\n    \"wanze\": \"nara\",\n    \"wapped\": \"chere\",\n    \"wappened\": \"mebie\",\n    \"wapperjawed\": \"Uche Onyekwere\",\n    \"wappet\": \"na-eche\",\n    \"wapping\": \"na-eche\",\n    \"war\": \"agha\",\n    \"warantee\": \"kwere nkwa\",\n    \"warbird\": \"agha\",\n    \"warbite\": \"agha\",\n    \"warble\": \"agha\",\n    \"warbled\": \"warb\",\n    \"warblelike\": \"dị egwu\",\n    \"warblerlike\": \"warbler dị ka\",\n    \"warbles\": \"agha\",\n    \"warblet\": \"warbler\",\n    \"warbly\": \"n'agha\",\n    \"warbling\": \"na-ebu agha\",\n    \"warblingly\": \"n'agha\",\n    \"warbonnet\": \"agha\",\n    \"warch\": \"nche\",\n    \"warcraft\": \"agha\",\n    \"warcrafts\": \"ihe owuwu\",\n    \"wardage\": \"nchekwa\",\n    \"wardapet\": \"agha\",\n    \"wardcors\": \"uwe mgbochi\",\n    \"warded\": \"echekwa\",\n    \"warden\": \"woden\",\n    \"wardency\": \"nlekọta\",\n    \"wardenry\": \"nchekwa ụlọ\",\n    \"wardenries\": \"ndi nlekọta ulo\",\n    \"wardens\": \"ndi nche\",\n    \"wardenship\": \"ilekọta anya\",\n    \"warder\": \"wodor\",\n    \"warderer\": \"onye nlekọta\",\n    \"warders\": \"ndi nche\",\n    \"wardership\": \"nchekwa\",\n    \"wardholding\": \"ilekọta\",\n    \"warding\": \"iwesa\",\n    \"wardite\": \"Wardara\",\n    \"wardless\": \"echekwala\",\n    \"wardlike\": \"dị ka ward\",\n    \"wardmaid\": \"wodima\",\n    \"wardman\": \"onye nche\",\n    \"wardmen\": \"ndi nche\",\n    \"wardress\": \"ndi nche\",\n    \"wardresses\": \"wardress\",\n    \"wardrobe\": \"wodrobu\",\n    \"wardrober\": \"wodrobu\",\n    \"wardrobes\": \"wodrobu\",\n    \"wardroom\": \"ime ụlọ\",\n    \"wardrooms\": \"wodrobu\",\n    \"wards\": \"ngalaba\",\n    \"wardship\": \"ndu\",\n    \"wardships\": \"ndi nlekota oru\",\n    \"wardsmaid\": \"odibo\",\n    \"wardsman\": \"onyebu\",\n    \"wardswoman\": \"nwanyi\",\n    \"wardwoman\": \"nwanyị, nwanyị\",\n    \"wardwomen\": \"umu nwanyi\",\n    \"wared\": \"gafere\",\n    \"wareful\": \"ngwakọ\",\n    \"warehouse\": \"nkwakọba\",\n    \"warehouseage\": \"nkwakọba\",\n    \"warehoused\": \"nkwakọba\",\n    \"warehouseful\": \"nkwakọba\",\n    \"warehouseman\": \"n'ụlọ nkwakọba ihe\",\n    \"warehousemen\": \"n'ụlọ nkwakọba ihe\",\n    \"warehouser\": \"nkwakọba\",\n    \"warehousers\": \"ụlọ nkwakọba ihe\",\n    \"warehouses\": \"n'ụlọ nkwakọba\",\n    \"warehousing\": \"nkwakọba\",\n    \"wareless\": \"ikuku\",\n    \"warely\": \"n'ụzọ zuru ezu\",\n    \"waremaker\": \"onye na-egwu mmiri\",\n    \"waremaking\": \"warem\",\n    \"wareman\": \"onye nkwakọba\",\n    \"wareroom\": \"nkwakọba\",\n    \"warerooms\": \"ụlọ nkwakọba ihe\",\n    \"wares\": \"ngwongwo\",\n    \"warf\": \"рфарф\",\n    \"warfare\": \"agha\",\n    \"warfared\": \"warfa\",\n    \"warfarer\": \"agha\",\n    \"warfaring\": \"warfarin\",\n    \"warfarins\": \"warfarin\",\n    \"warful\": \"agha\",\n    \"warhead\": \"isi\",\n    \"warhorse\": \"agha\",\n    \"warhorses\": \"agha\",\n    \"wary\": \"kpachara anya\",\n    \"waried\": \"wari\",\n    \"wariment\": \"ngwa agha\",\n    \"wariness\": \"ịkpachara anya\",\n    \"warinesses\": \"iche nche\",\n    \"waring\": \"na-alụ ọgụ\",\n    \"warked\": \"amai\",\n    \"warking\": \"egwu\",\n    \"warless\": \"ikuku\",\n    \"warlessly\": \"n'agha\",\n    \"warlessness\": \"enweghị agha\",\n    \"warly\": \"agha\",\n    \"warlike\": \"dị ka agha\",\n    \"warlikely\": \"dị ka agha\",\n    \"warlikeness\": \"agha yiri\",\n    \"warling\": \"na-ebu agha\",\n    \"warlock\": \"Warlock\",\n    \"warlord\": \"onye isi ogu\",\n    \"warlords\": \"ndị isi agha\",\n    \"warm\": \"kpoo ọkụ\",\n    \"warmable\": \"na-ekpo ọkụ\",\n    \"warmaker\": \"onye na-ekpo ọkụ\",\n    \"warmakers\": \"ndị na-ekpo ọkụ\",\n    \"warmaking\": \"na-ekpo ọkụ\",\n    \"warman\": \"onye agha\",\n    \"warmblooded\": \"ọbara ọbara\",\n    \"warmedly\": \"warmed\",\n    \"warmen\": \"onye agha\",\n    \"warmer\": \"ọkụ\",\n    \"warmers\": \"ndị na-ekpo ọkụ\",\n    \"warmest\": \"kacha ekpo ọkụ\",\n    \"warmful\": \"na-ekpo ọkụ\",\n    \"warmhearted\": \"nwee obi ụtọ\",\n    \"warmheartedly\": \"ji obi ụtọ\",\n    \"warmheartedness\": \"ịhụnanya\",\n    \"warmhouse\": \"okpomoku\",\n    \"warming\": \"okpomoku\",\n    \"warmish\": \"na-ekpo ọkụ\",\n    \"warmly\": \"jiri obi ụtọ\",\n    \"warmmess\": \"okpomoku\",\n    \"warmness\": \"ima\",\n    \"warmnesses\": \"ọkụ\",\n    \"warmonger\": \"na-ekpo ọkụ\",\n    \"warmongering\": \"na-ekpo ọkụ\",\n    \"warmongers\": \"ndị na-ekpo ọkụ\",\n    \"warms\": \"na-ekpo ọkụ\",\n    \"warmth\": \"ima\",\n    \"warmthless\": \"enweghị ịhụnanya\",\n    \"warmthlessness\": \"enweghị ịhụnanya\",\n    \"warmths\": \"okpomoku\",\n    \"warmup\": \"kpoo ahụ ọkụ\",\n    \"warmups\": \"mmụ ọkụ\",\n    \"warmus\": \"kelechi\",\n    \"warn\": \"dọọ aka na ntị\",\n    \"warnage\": \"ịdọ aka na ntị\",\n    \"warned\": \"dọrọ aka ná ntị\",\n    \"warnel\": \"agha\",\n    \"warner\": \"onye ndumodu\",\n    \"warners\": \"ịdọ aka ná ntị\",\n    \"warning\": \"ịdọ aka na ntị\",\n    \"warningly\": \"adọ aka na ntị\",\n    \"warningproof\": \"ịdọ aka ná ntị\",\n    \"warnings\": \"ịdọ aka na ntị\",\n    \"warnish\": \"dọọ aka ná ntị\",\n    \"warnison\": \"ịdọ aka ná ntị\",\n    \"warniss\": \"adọ aka na ntị\",\n    \"warnoth\": \"dọọ aka na ntị\",\n    \"warns\": \"dọrọ aka ná ntị\",\n    \"warp\": \"ogologo oge\",\n    \"warpable\": \"kepu\",\n    \"warpath\": \"ụzọ\",\n    \"warpaths\": \"ụzọ agha\",\n    \"warped\": \"ama\",\n    \"warpers\": \"waatị\",\n    \"warping\": \"na-agba mbọ\",\n    \"warplane\": \"ụgbọelu\",\n    \"warplanes\": \"ụgbọelu agha\",\n    \"warple\": \"okpukpu\",\n    \"warplike\": \"yiri warp\",\n    \"warpower\": \"ike\",\n    \"warpowers\": \"ndi agha\",\n    \"warproof\": \"agha\",\n    \"warps\": \"waatị\",\n    \"warpwise\": \"agha\",\n    \"warragals\": \"ndị agha\",\n    \"warran\": \"ikike\",\n    \"warrand\": \"ikike\",\n    \"warrant\": \"ikike\",\n    \"warrantability\": \"enweghị ikike\",\n    \"warrantable\": \"kwere\",\n    \"warrantableness\": \"nwee ikike\",\n    \"warrantably\": \"n'eleghị anya\",\n    \"warranted\": \"kwere nkwa\",\n    \"warrantedly\": \"asambodo\",\n    \"warrantedness\": \"akwụkwọ ikike\",\n    \"warrantee\": \"akwụkwọ ikike\",\n    \"warranteed\": \"kwere nkwa\",\n    \"warrantees\": \"ikike\",\n    \"warranter\": \"warranta\",\n    \"warranty\": \"akwụkwọ ikike\",\n    \"warranties\": \"akwụkwọ ikike\",\n    \"warrantise\": \"akwụkwọ ikike\",\n    \"warrantless\": \"enweghị ikike\",\n    \"warranto\": \"waranti\",\n    \"warrantor\": \"onye ikike\",\n    \"warrantors\": \"ndị nkwado\",\n    \"warrants\": \"akwụkwọ ikike\",\n    \"warrau\": \"warren\",\n    \"warred\": \"warren\",\n    \"warree\": \"warren\",\n    \"warreners\": \"warren\",\n    \"warrer\": \"onye agha\",\n    \"warrigal\": \"okpuru\",\n    \"warrigals\": \"ndị agha\",\n    \"warring\": \"na-ebu agha\",\n    \"warrior\": \"dike\",\n    \"warrioress\": \"dike\",\n    \"warriorhood\": \"ndị isi\",\n    \"warriorism\": \"agha\",\n    \"warriorlike\": \"warrior like\",\n    \"warriors\": \"ndị dike\",\n    \"warriorship\": \"agha\",\n    \"warriorwise\": \"dike mara ihe\",\n    \"warrish\": \"agha\",\n    \"warrok\": \"agha\",\n    \"warrty\": \"iri atọ\",\n    \"wars\": \"agha\",\n    \"warsaws\": \"warsaw\",\n    \"warse\": \"ugha\",\n    \"warsel\": \"agha\",\n    \"warship\": \"ugbo agha\",\n    \"warships\": \"ụgbọ agha\",\n    \"warsle\": \"agha\",\n    \"warsled\": \"buo agha\",\n    \"warsler\": \"warler\",\n    \"warslers\": \"ndị agha\",\n    \"warsles\": \"agha\",\n    \"warsling\": \"na-ebu agha\",\n    \"warst\": \"ma ọ bụ\",\n    \"warstle\": \"ma ọ bụ\",\n    \"warstled\": \"duru ụzọ\",\n    \"warstlers\": \"ndị na-ama jijiji\",\n    \"warstling\": \"mgba\",\n    \"warted\": \"gbawara\",\n    \"wartern\": \"agha\",\n    \"wartflower\": \"ihe mgbochi mmiri\",\n    \"warth\": \"nnweta\",\n    \"warty\": \"nnweta\",\n    \"wartyback\": \"ukpa\",\n    \"wartiest\": \"warti\",\n    \"wartime\": \"oge agha\",\n    \"wartimes\": \"oge\",\n    \"wartiness\": \"amala\",\n    \"wartless\": \"akpa mba\",\n    \"warts\": \"waatị\",\n    \"warwards\": \"ndị agha\",\n    \"warwork\": \"agha\",\n    \"warworker\": \"ọrụ agha\",\n    \"warworks\": \"ọrụ agha\",\n    \"was\": \"bụ\",\n    \"wasat\": \"oria\",\n    \"wasatch\": \"ihe omuma\",\n    \"wash\": \"saa\",\n    \"washable\": \"keukwu\",\n    \"washableness\": \"washable\",\n    \"washbasin\": \"efere saa\",\n    \"washbasins\": \"efere saa\",\n    \"washbasket\": \"Akpata nkata\",\n    \"washboard\": \"asacha\",\n    \"washboards\": \"ogwe aka\",\n    \"washbowl\": \"asacha\",\n    \"washbowls\": \"asacha\",\n    \"washbrew\": \"asacha\",\n    \"washcloth\": \"akwa akwa\",\n    \"washcloths\": \"akwa mmiri\",\n    \"washday\": \"ịsa ahụ\",\n    \"washdays\": \"saa\",\n    \"washdish\": \"saa\",\n    \"washdown\": \"nkwụsị\",\n    \"washed\": \"saa\",\n    \"washery\": \"washer\",\n    \"washeries\": \"washịrị\",\n    \"washeryman\": \"onye na-amakarị\",\n    \"washerymen\": \"ndi nkesa\",\n    \"washerless\": \"enweghi aru\",\n    \"washerman\": \"onye na-asacha\",\n    \"washermen\": \"ndị na-asacha\",\n    \"washers\": \"ndị na-asacha\",\n    \"washerwife\": \"nwunyem\",\n    \"washerwoman\": \"onye-obu nwanyi\",\n    \"washerwomen\": \"ndi nwanyi\",\n    \"washes\": \"saa\",\n    \"washhand\": \"saa aka\",\n    \"washhouse\": \"ụlọ ịsa ahụ\",\n    \"washier\": \"washer\",\n    \"washiest\": \"ihe kachasi mmiri ike\",\n    \"washiness\": \"ịkwa iko\",\n    \"washing\": \"saa\",\n    \"washings\": \"asacha\",\n    \"washington\": \"asacha\",\n    \"washingtonia\": \"asacha\",\n    \"washingtonian\": \"asacha\",\n    \"washingtoniana\": \"asacha\",\n    \"washingtonians\": \"ndị na-asachapụ\",\n    \"washita\": \"asacha\",\n    \"washland\": \"asacha\",\n    \"washleather\": \"akwa nhicha\",\n    \"washmaid\": \"saa nwada\",\n    \"washman\": \"asacha\",\n    \"washmen\": \"ndị na-asacha\",\n    \"washout\": \"akwa\",\n    \"washouts\": \"asacha\",\n    \"washpot\": \"ite mmiri\",\n    \"washproof\": \"saa\",\n    \"washrag\": \"ịsa ahụ\",\n    \"washrags\": \"asacha\",\n    \"washroad\": \"saa mmiri\",\n    \"washroom\": \"asacha\",\n    \"washrooms\": \"ụlọ ịsa ahụ\",\n    \"washshed\": \"saa ahụ\",\n    \"washstand\": \"na-asa ihe\",\n    \"washstands\": \"ihe ndozi\",\n    \"washtail\": \"saa\",\n    \"washtray\": \"efere efere\",\n    \"washtrough\": \"zuru ezu\",\n    \"washtub\": \"ihe anakpo\",\n    \"washtubs\": \"efere efere\",\n    \"washway\": \"ịsa ahụ\",\n    \"washwoman\": \"nwanyi\",\n    \"washwomen\": \"umunwanyi\",\n    \"washwork\": \"saa\",\n    \"wasn\": \"ọ bụghị\",\n    \"wasnt\": \"egbughị\",\n    \"wasp\": \"ebu\",\n    \"waspen\": \"ebu\",\n    \"wasphood\": \"ebu ebu\",\n    \"waspy\": \"ihe mgbapu\",\n    \"waspier\": \"ihe mkpofu\",\n    \"waspiest\": \"kacha dị njọ\",\n    \"waspiness\": \"nzuzu\",\n    \"waspishly\": \"ama\",\n    \"waspishness\": \"ihe efu\",\n    \"wasplike\": \"yiri ka ọ dị\",\n    \"waspling\": \"na-ama jijiji\",\n    \"waspnesting\": \"na-ata ahụhụ\",\n    \"wassailed\": \"gbusiri\",\n    \"wassailer\": \"onye na-egbu egbu\",\n    \"wassailers\": \"ndị na-egbu mmiri\",\n    \"wassailous\": \"eme ihere\",\n    \"wast\": \"ihe efu\",\n    \"wastable\": \"mkpofu\",\n    \"wastage\": \"ihe efu\",\n    \"wastages\": \"mbibi\",\n    \"waste\": \"n'efu\",\n    \"wastebasket\": \"Akpata\",\n    \"wastebaskets\": \"Iberibe nkata\",\n    \"wastebin\": \"ahihia\",\n    \"wasteboard\": \"mkpofu\",\n    \"wasted\": \"egburu\",\n    \"wasteful\": \"mmebi\",\n    \"wastefully\": \"n'efu\",\n    \"wastefulness\": \"mmebi\",\n    \"wasteyard\": \"mkpofu\",\n    \"wastel\": \"ihe efu\",\n    \"wasteland\": \"ala tọgbọrọ n’efu\",\n    \"wastelands\": \"ala nkpọnkpọ ebe\",\n    \"wastelbread\": \"achicha\",\n    \"wasteless\": \"n'efu\",\n    \"wastely\": \"emebu\",\n    \"wastelot\": \"efula\",\n    \"wastelots\": \"ndị na-emefusi ihe\",\n    \"wasteman\": \"onye nzuzu\",\n    \"wastemen\": \"onye nzuzu\",\n    \"wastement\": \"onye nzuzu\",\n    \"wasteness\": \"enweghị ọrụ\",\n    \"wastepaper\": \"ihe mkpofu\",\n    \"wastepile\": \"ikpofu\",\n    \"wasteproof\": \"mgbochi mmiri\",\n    \"waster\": \"onye mmefu\",\n    \"wasterful\": \"ihe efu\",\n    \"wasterfully\": \"ama\",\n    \"wasterfulness\": \"nzuzu\",\n    \"wastery\": \"ihe isi ike\",\n    \"wasterie\": \"mmekpa ahụ\",\n    \"wasteries\": \"akwara\",\n    \"wastern\": \"odida anyanwu\",\n    \"wasters\": \"ihe mkpofu\",\n    \"wastes\": \"ihe mkpofu\",\n    \"wastethrift\": \"mmefu ego\",\n    \"wasteway\": \"uzo mkporo\",\n    \"wasteways\": \"ụzọ\",\n    \"wastewater\": \"mmiri mmiri\",\n    \"wasteweir\": \"ahihia\",\n    \"wasteword\": \"okwu efu\",\n    \"wasty\": \"ihe efu\",\n    \"wastiest\": \"onye kacha mara ihe\",\n    \"wastine\": \"ahihia\",\n    \"wasting\": \"imefusị\",\n    \"wastingly\": \"n'efu\",\n    \"wastingness\": \"ihe efu\",\n    \"wastland\": \"ala tọgbọrọ n’efu\",\n    \"wastme\": \"n'efu\",\n    \"wastrels\": \"ihe anakpo\",\n    \"wastry\": \"efere\",\n    \"wastries\": \"efere\",\n    \"wastrife\": \"ihe efu\",\n    \"wasts\": \"n'efu\",\n    \"watch\": \"nche\",\n    \"watchable\": \"Ikiri\",\n    \"watchband\": \"nche nche\",\n    \"watchbands\": \"ihe nche\",\n    \"watchbill\": \"ihe nlere\",\n    \"watchboat\": \"ụgbọ mmiri nche\",\n    \"watchcase\": \"nche\",\n    \"watchcry\": \"nche\",\n    \"watchcries\": \"nche\",\n    \"watchdog\": \"nche\",\n    \"watchdogged\": \"lelee\",\n    \"watchdogging\": \"ledo anya\",\n    \"watchdogs\": \"nkịta nche\",\n    \"watched\": \"lere anya\",\n    \"watcheyes\": \"nche\",\n    \"watcher\": \"nche\",\n    \"watchers\": \"ndị nche\",\n    \"watches\": \"nche\",\n    \"watchet\": \"nche\",\n    \"watchfire\": \"elekere ọkụ\",\n    \"watchfree\": \"elekere\",\n    \"watchful\": \"mụrụ anya\",\n    \"watchfully\": \"n'eche nche\",\n    \"watchfulness\": \"ukpeme\",\n    \"watchglass\": \"nche iko\",\n    \"watchglassful\": \"ihe nlele\",\n    \"watchhouse\": \"ulo nche\",\n    \"watching\": \"ikiri\",\n    \"watchingly\": \"ikiri\",\n    \"watchings\": \"ikiri\",\n    \"watchkeeper\": \"onye nche\",\n    \"watchless\": \"nche\",\n    \"watchlessness\": \"ịnọ na-enweghị nche\",\n    \"watchmaker\": \"onye nche\",\n    \"watchmakers\": \"ndị nche\",\n    \"watchmaking\": \"nche\",\n    \"watchman\": \"onye-nche\",\n    \"watchmanly\": \"onye-nche\",\n    \"watchmanship\": \"nche\",\n    \"watchmate\": \"onye nche\",\n    \"watchmen\": \"ndị nche\",\n    \"watchment\": \"onye-nche\",\n    \"watchout\": \"Lee anya\",\n    \"watchouts\": \"Lee anya\",\n    \"watchstrap\": \"eriri eriri\",\n    \"watchtower\": \"ụlọ nche\",\n    \"watchtowers\": \"ụlọ nche\",\n    \"watchwise\": \"nche\",\n    \"watchwoman\": \"nwanyi eche nche\",\n    \"watchwomen\": \"umu nwanyi\",\n    \"watchword\": \"nche\",\n    \"watchwords\": \"ihe nlere\",\n    \"watchwork\": \"ihe nlere\",\n    \"watchworks\": \"ihe nlere\",\n    \"water\": \"mmiri\",\n    \"waterage\": \"iwu\",\n    \"waterbailage\": \"mmiribailage\",\n    \"waterbank\": \"mmiri mmiri\",\n    \"waterbear\": \"mmiri mmiri\",\n    \"waterbed\": \"gbara mmiri\",\n    \"waterbeds\": \"akwa mmiri\",\n    \"waterbelly\": \"mmiri\",\n    \"waterberg\": \"mmiri mmiri\",\n    \"waterbloom\": \"agba mmiri\",\n    \"waterboard\": \"bọọdụ mmiri\",\n    \"waterbok\": \"mmiri mmiri\",\n    \"waterborne\": \"mmiri\",\n    \"waterbosh\": \"mmiri mmiri\",\n    \"waterbottle\": \"mmiri mmiri\",\n    \"waterbound\": \"mmiri gbara\",\n    \"waterbrain\": \"mmiri mmiri\",\n    \"waterbroo\": \"mmirieji\",\n    \"waterbrose\": \"mmiri mmiri\",\n    \"waterbuck\": \"Mmiri mmiri\",\n    \"waterbucks\": \"Mmiri mmiri\",\n    \"waterbury\": \"mmiri mmiri\",\n    \"waterbush\": \"ihe ndozi mmiri\",\n    \"watercart\": \"ụgbọ mmiri\",\n    \"watercaster\": \"mmiri mmiri\",\n    \"waterchat\": \"isi mmiri\",\n    \"watercycle\": \"mmiri okirikiri\",\n    \"watercolor\": \"mmiri mmiri\",\n    \"watercoloring\": \"ịcha mmiri\",\n    \"watercolorist\": \"mmiri mmiri\",\n    \"watercolors\": \"mmiri mmiri\",\n    \"watercolour\": \"mmiri mmiri\",\n    \"watercolourist\": \"onye na-elekọta mmiri\",\n    \"watercourse\": \"ọwa mmiri\",\n    \"watercourses\": \"ọwa mmiri\",\n    \"watercraft\": \"ụgbọ mmiri\",\n    \"watercress\": \"mmiri mmiri\",\n    \"watercresses\": \"mmiri mmiri\",\n    \"watercup\": \"mmiri mmiri\",\n    \"waterdoe\": \"mmiri mmiri\",\n    \"waterdog\": \"mmiri mmiri\",\n    \"waterdogs\": \"mmiri mmiri\",\n    \"waterdrop\": \"mmiri iyi\",\n    \"watered\": \"mmiri\",\n    \"waterer\": \"mmiri na-agba\",\n    \"waterers\": \"ndị na-agba mmiri\",\n    \"waterfall\": \"nsụda mmiri\",\n    \"waterfalls\": \"nsụda mmiri\",\n    \"waterfinder\": \"mmiri mmiri\",\n    \"waterflood\": \"mmiri mmiri\",\n    \"waterfowl\": \"anụ mmiri\",\n    \"waterfowler\": \"mmiri mmiri\",\n    \"waterfowls\": \"umu anumanu\",\n    \"waterfree\": \"ihe na-enye mmiri\",\n    \"waterfront\": \"mmiri mmiri\",\n    \"waterfronts\": \"ogbe mmiri\",\n    \"watergate\": \"mmiri mmiri\",\n    \"waterglass\": \"iko mmiri\",\n    \"waterhead\": \"isi mmiri\",\n    \"waterheap\": \"isi mmiri\",\n    \"waterhorse\": \"ịnyịnya mmiri\",\n    \"watery\": \"mmiri\",\n    \"waterie\": \"mmiri\",\n    \"waterier\": \"mmiri mmiri\",\n    \"wateriest\": \"mmiri\",\n    \"waterily\": \"mmiri\",\n    \"wateriness\": \"ịdị ọcha\",\n    \"watering\": \"na-agba mmiri\",\n    \"wateringly\": \"na-agba mmiri\",\n    \"wateringman\": \"onye isi mmiri\",\n    \"waterings\": \"na-agba mmiri\",\n    \"waterish\": \"na-agba mmiri\",\n    \"waterishly\": \"mmiri\",\n    \"waterishness\": \"ịgba mmiri\",\n    \"waterlander\": \"mmiri mmiri\",\n    \"waterlandian\": \"mmiri mmiri\",\n    \"waterleaf\": \"ahịhịa mmiri\",\n    \"waterleafs\": \"mmiri mmiri\",\n    \"waterleave\": \"akwa mmiri\",\n    \"waterleaves\": \"akwa mmiri\",\n    \"waterless\": \"enweghị mmiri\",\n    \"waterlessly\": \"n’enweghị mmiri\",\n    \"waterlessness\": \"enweghị mmiri\",\n    \"waterlike\": \"mmiri\",\n    \"waterlily\": \"mmiri\",\n    \"waterlilies\": \"mmiri mmiri\",\n    \"waterlilly\": \"mmiri\",\n    \"waterline\": \"mmiri mmiri\",\n    \"waterlocked\": \"Mmiri mmiri\",\n    \"waterlog\": \"mmiri mmiri\",\n    \"waterlogged\": \"mmiri gbara\",\n    \"waterloggedness\": \"mmachi mmiri\",\n    \"waterlogger\": \"mmiri mmiri\",\n    \"waterlogging\": \"ịgba mmiri\",\n    \"waterlogs\": \"ọwa mmiri\",\n    \"waterloo\": \"mmiri mmiri\",\n    \"waterloos\": \"mmiri\",\n    \"watermain\": \"mmiri mmiri\",\n    \"waterman\": \"onye na-egwu mmiri\",\n    \"watermanship\": \"mmiri mmiri\",\n    \"watermark\": \"akara mmiri\",\n    \"watermarked\": \"mmiri mmiri\",\n    \"watermarking\": \"ịkụ mmiri\",\n    \"watermarks\": \"akara mmiri\",\n    \"watermaster\": \"onye ndozi mmiri\",\n    \"watermelon\": \"anyụ\",\n    \"watermelons\": \"anyụ\",\n    \"watermen\": \"ndị mmiri\",\n    \"watermonger\": \"mmiri mmiri\",\n    \"waterphone\": \"ekwentị mkpanaaka\",\n    \"waterpit\": \"olulu mmiri\",\n    \"waterplane\": \"ụgbọ mmiri\",\n    \"waterpot\": \"ite mmiri\",\n    \"waterpower\": \"mmiri mmiri\",\n    \"waterproof\": \"mgbochi mmiri\",\n    \"waterproofed\": \"mgbochi mmiri\",\n    \"waterproofer\": \"mgbochi mmiri\",\n    \"waterproofing\": \"mgbochi mmiri\",\n    \"waterproofness\": \"mgbochi mmiri\",\n    \"waterproofs\": \"mmiri mmiri\",\n    \"waterquake\": \"mmiri mmiri\",\n    \"waterrug\": \"mmiri mmiri\",\n    \"waters\": \"mmiri\",\n    \"waterscape\": \"mmiri mmiri\",\n    \"watershake\": \"Mmiri mmiri\",\n    \"watershed\": \"mmiri mmiri\",\n    \"watersheds\": \"mmiri mmiri\",\n    \"watershoot\": \"mmiri mmiri\",\n    \"watershut\": \"mmiri mmiri\",\n    \"waterside\": \"mmiri\",\n    \"watersider\": \"mmiri\",\n    \"waterskier\": \"mmiri mmiri\",\n    \"waterskiing\": \"egwuregwu mmiri\",\n    \"waterskin\": \"akwa mmiri\",\n    \"watersmeet\": \"mmiri mmiri\",\n    \"watersoaked\": \"mmiri gbara\",\n    \"waterspout\": \"mmiri mmiri\",\n    \"waterspouts\": \"mmiri mmiri\",\n    \"waterstead\": \"mmiri mmiri\",\n    \"waterstoup\": \"mmiri mmiri\",\n    \"watertight\": \"mmiri mmiri\",\n    \"watertightal\": \"mmiri mmiri\",\n    \"watertightness\": \"enweghị mmiri\",\n    \"waterway\": \"mmiri mmiri\",\n    \"waterways\": \"mmiri mmiri\",\n    \"waterwall\": \"nsụda mmiri\",\n    \"waterward\": \"osisi mmiri\",\n    \"waterwards\": \"mmiri mmiri\",\n    \"waterweed\": \"mmiri mmiri\",\n    \"waterwheel\": \"ahịhịa mmiri\",\n    \"waterwise\": \"mmiri\",\n    \"waterwoman\": \"Nwanyị mmiri\",\n    \"waterwood\": \"osisi mmiri\",\n    \"waterwork\": \"ọrụ mmiri\",\n    \"waterworker\": \"onye na-arụ ọrụ mmiri\",\n    \"waterworks\": \"ọrụ mmiri\",\n    \"waterworm\": \"ọrụ mmiri\",\n    \"waterworn\": \"akwa mmiri\",\n    \"waterwort\": \"mmiri mmiri\",\n    \"waterworthy\": \"mmiri mmiri\",\n    \"wather\": \"ihu igwe\",\n    \"watthour\": \"watt awa\",\n    \"watthours\": \"watt awa\",\n    \"wattlebird\": \"nnụnnụ mmiri\",\n    \"wattleboy\": \"nwata wattle\",\n    \"wattled\": \"gbara\",\n    \"wattmeter\": \"wattmita\",\n    \"wauchted\": \"wauch\",\n    \"wauchting\": \"na-efe\",\n    \"waught\": \"chere\",\n    \"waughted\": \"waugh\",\n    \"waughting\": \"na-akọ\",\n    \"waughts\": \"waught\",\n    \"wauked\": \"wauk\",\n    \"wauken\": \"wauk\",\n    \"wauking\": \"wauk na\",\n    \"waukit\": \"chuo\",\n    \"waul\": \"iche\",\n    \"wauled\": \"tiyere mkpu\",\n    \"wauling\": \"n'ili\",\n    \"wauls\": \"mkpu\",\n    \"wavably\": \"n'ụzọ\",\n    \"wave\": \"ife\",\n    \"waveband\": \"efegharị efegharị\",\n    \"wavebands\": \"eriri igwe\",\n    \"waved\": \"feere ya aka\",\n    \"waveform\": \"ogwe igwe\",\n    \"waveforms\": \"ogwe aka\",\n    \"wavefront\": \"ogwe ihu\",\n    \"wavefronts\": \"ogwe ihu\",\n    \"waveguide\": \"ebili mmiri\",\n    \"waveguides\": \"ntuziaka\",\n    \"waveys\": \"Ebili mmiri\",\n    \"wavelength\": \"ogologo ọsọ\",\n    \"wavelengths\": \"ogologo nju\",\n    \"waveless\": \"enweghị nkwanye\",\n    \"wavelessly\": \"n'egwu\",\n    \"wavelessness\": \"ebili mmiri\",\n    \"wavelet\": \"aka mgba\",\n    \"wavelets\": \"mgbaaka\",\n    \"wavelike\": \"ife-ebili\",\n    \"wavellite\": \"Anyi\",\n    \"wavemark\": \"akara aka\",\n    \"wavemeter\": \"ọkụ ọkụ\",\n    \"waveoff\": \"efegharị efe\",\n    \"waveoffs\": \"ebili\",\n    \"waveproof\": \"ebili mmiri\",\n    \"waverable\": \"ebili\",\n    \"wavered\": \"na-efegharị\",\n    \"waverer\": \"ifeanyi\",\n    \"waverers\": \"ndiegwu\",\n    \"wavery\": \"ebili\",\n    \"wavering\": \"na-agbagharị\",\n    \"waveringly\": \"n'egwu\",\n    \"waveringness\": \"nkwuwa okwu\",\n    \"waverous\": \"Okwukwu\",\n    \"waves\": \"ebili mmiri\",\n    \"waveshape\": \"ebili mmiri\",\n    \"waveson\": \"ebili mmiri\",\n    \"waveward\": \"na-ebugharị\",\n    \"wavewise\": \"na-ebugharị\",\n    \"wavinesses\": \"waviness\",\n    \"waving\": \"na-efe\",\n    \"wavingly\": \"n'ikuku\",\n    \"waw\": \"wawa\",\n    \"wawah\": \"wawa\",\n    \"wawaskeesh\": \"wawa keesh\",\n    \"wawled\": \"kwara\",\n    \"wawling\": \"ntamu\",\n    \"wax\": \"waks\",\n    \"waxand\": \"wakand\",\n    \"waxbill\": \"wakbill\",\n    \"waxchandler\": \"wakchandler\",\n    \"waxchandlery\": \"wakchandlery\",\n    \"waxed\": \"waks\",\n    \"waxen\": \"waken\",\n    \"waxers\": \"ndị na-eme ihe\",\n    \"waxes\": \"waks\",\n    \"waxhearted\": \"nwee obi\",\n    \"waxiest\": \"kasịnụ\",\n    \"waxiness\": \"ịdị ọcha\",\n    \"waxinesses\": \"ndi mmadu\",\n    \"waxing\": \"ịme waksị\",\n    \"waxingly\": \"ịme waksị\",\n    \"waxings\": \"ịme waksị\",\n    \"waxlike\": \"wak dị ka\",\n    \"waxmaker\": \"eme wax\",\n    \"waxmaking\": \"ịme waksị\",\n    \"waxplant\": \"wakplant\",\n    \"waxplants\": \"osisi\",\n    \"waxweed\": \"wewe\",\n    \"waxwing\": \"ịme waks\",\n    \"waxworking\": \"na-arụ ọrụ\",\n    \"waxworks\": \"na-arụ ọrụ\",\n    \"waxworm\": \"wakworm\",\n    \"waxworms\": \"wakworms\",\n    \"wazirate\": \"kpoo\",\n    \"we\": \"anyị\",\n    \"weak\": \"adịghị ike\",\n    \"weakbrained\": \"adịghị ike\",\n    \"weaken\": \"daa mbà\",\n    \"weakened\": \"esighi ike\",\n    \"weakener\": \"eme ka ike gwụ\",\n    \"weakeners\": \"ndị na-adịghị ike\",\n    \"weakening\": \"na-eme ka ike gwụ gị\",\n    \"weakens\": \"na-adalata\",\n    \"weaker\": \"na-esighi ike\",\n    \"weakest\": \"adighi ike\",\n    \"weakfish\": \"azụ azụ\",\n    \"weakfishes\": \"adịghị ike azụ\",\n    \"weakhanded\": \"adịghị ike\",\n    \"weakhearted\": \"ndị dara mbà n’obi\",\n    \"weakheartedly\": \"n’enweghi obi ike\",\n    \"weakheartedness\": \"adịghị ike\",\n    \"weaky\": \"esighi ike\",\n    \"weakish\": \"mee ka ike gwụ gị\",\n    \"weakishly\": \"adịghị ike\",\n    \"weakishness\": \"adịghị ike\",\n    \"weakly\": \"na-adịghị ike\",\n    \"weaklier\": \"na-esighi ike\",\n    \"weakliest\": \"adịghị ike\",\n    \"weakliness\": \"adịghị ike\",\n    \"weakling\": \"na-adịghị ike\",\n    \"weaklings\": \"ndị na-adịghị ike\",\n    \"weakmouthed\": \"adịghị ike\",\n    \"weakness\": \"adịghị ike\",\n    \"weaknesses\": \"adịghị ike\",\n    \"weald\": \"Weald\",\n    \"wealden\": \"weal\",\n    \"wealdish\": \"Wealish\",\n    \"wealds\": \"weals\",\n    \"wealdsman\": \"Onye weal\",\n    \"wealdsmen\": \"ndị weal\",\n    \"wealful\": \"weal\",\n    \"wealsman\": \"onye wealsman\",\n    \"wealsome\": \"gbasiri ike\",\n    \"wealth\": \"akụnụba\",\n    \"wealthful\": \"bara ọgaranya\",\n    \"wealthfully\": \"n'ụba\",\n    \"wealthy\": \"bara ọgaranya\",\n    \"wealthier\": \"baa ọgaranya\",\n    \"wealthiest\": \"baa ọgaranya\",\n    \"wealthily\": \"baa ọgaranya\",\n    \"wealthiness\": \"ịba ọgaranya\",\n    \"wealthless\": \"enweghị akụnụba\",\n    \"wealthmaker\": \"onye nwere akụnụba\",\n    \"wealthmaking\": \"ịchụ akụnụba\",\n    \"wealthmonger\": \"Onyeoma\",\n    \"wealths\": \"akụnụba\",\n    \"weaned\": \"ka arapu ara\",\n    \"weanedness\": \"arapu ara\",\n    \"weanel\": \"akwa ara\",\n    \"weaner\": \"wezuga ya\",\n    \"weaners\": \"ndị na-ara ara\",\n    \"weanyer\": \"onye wepu aka\",\n    \"weaning\": \"arapu ara\",\n    \"weanling\": \"na-arapu ara\",\n    \"weanlings\": \"wean\",\n    \"weapemeoc\": \"ngwáemeoc\",\n    \"weapon\": \"ngwa agha\",\n    \"weaponed\": \"ebu agha\",\n    \"weaponeer\": \"ngwáoneer\",\n    \"weaponing\": \"agha\",\n    \"weaponless\": \"enweghị agha\",\n    \"weaponmaker\": \"onye na-eme ngwa ọgụ\",\n    \"weaponmaking\": \"ngwá agha\",\n    \"weaponproof\": \"mgbochi\",\n    \"weaponry\": \"ngwa agha\",\n    \"weaponries\": \"ngwa agha\",\n    \"weapons\": \"ngwa agha\",\n    \"weaponshaw\": \"ngwá agha\",\n    \"weaponshow\": \"ngwá agha\",\n    \"weaponshowing\": \"ngwa agha\",\n    \"weaponsmith\": \"ngwá agha\",\n    \"weaponsmithy\": \"ngwa agha\",\n    \"weapschawing\": \"ịkwa akwa\",\n    \"wear\": \"eyi\",\n    \"wearable\": \"eyi\",\n    \"wearables\": \"Ihe eji ejiji\",\n    \"weared\": \"yi\",\n    \"wearer\": \"onye nwe\",\n    \"wearers\": \"ndị ji ejiji\",\n    \"weary\": \"ike gwụrụ\",\n    \"weariable\": \"ike ghari\",\n    \"weariableness\": \"ike ọgwụgwụ\",\n    \"wearied\": \"ike gwụrụ\",\n    \"weariedly\": \"ike gwụrụ\",\n    \"weariedness\": \"ike gwụrụ\",\n    \"wearier\": \"ike gwụrụ\",\n    \"wearies\": \"ike gwụrụ\",\n    \"weariest\": \"ike gwụrụ\",\n    \"weariful\": \"na-akpa ike\",\n    \"wearifully\": \"kechie\",\n    \"wearifulness\": \"ịdị nwayọọ\",\n    \"wearying\": \"ike gwụrụ\",\n    \"wearyingly\": \"ike gwụrụ\",\n    \"weariless\": \"ike gwụrụ\",\n    \"wearilessly\": \"adịghị agwụ ike\",\n    \"wearily\": \"ike ọgwụgwụ\",\n    \"weariness\": \"ike ọgwụgwụ\",\n    \"wearing\": \"yi\",\n    \"wearingly\": \"na-eyikwasị uwe\",\n    \"wearish\": \"eyi\",\n    \"wearishly\": \"ike ọgwụgwụ\",\n    \"wearishness\": \"uwe\",\n    \"wearisome\": \"na-agwụ ike\",\n    \"wearisomely\": \"Ugboro abụọ\",\n    \"wearisomeness\": \"Okike\",\n    \"wearproof\": \"ihe mkpuchi\",\n    \"wears\": \"na-ebu\",\n    \"weasel\": \"akwa ukwu\",\n    \"weaseled\": \"wease\",\n    \"weaseling\": \"weasching\",\n    \"weasels\": \"akwa\",\n    \"weaselskin\": \"akwaukpa\",\n    \"weaselsnout\": \"Weaselsnout\",\n    \"weasons\": \"oge\",\n    \"weather\": \"ihu igwe\",\n    \"weatherbeaten\": \"ihu igwe\",\n    \"weatherboard\": \"ihu igwe\",\n    \"weatherboarding\": \"ihu igwe\",\n    \"weatherbound\": \"ihu igwe\",\n    \"weatherbreak\": \"ihu igwe\",\n    \"weathercast\": \"ihu igwe\",\n    \"weathercock\": \"ihu igwe\",\n    \"weathercocky\": \"ihu igwe\",\n    \"weathercockish\": \"ihu igwe\",\n    \"weathercockism\": \"ihu igwe\",\n    \"weathercocks\": \"ihu igwe\",\n    \"weathered\": \"ihu igwe\",\n    \"weatherfish\": \"azụ azụ\",\n    \"weatherfishes\": \"azụ azụ\",\n    \"weatherglass\": \"ihu igwe\",\n    \"weatherglasses\": \"ihu igwe\",\n    \"weathergleam\": \"ihu igwe gleam\",\n    \"weatherhead\": \"ihu igwe\",\n    \"weatherheaded\": \"ihu igwe\",\n    \"weathery\": \"ihu igwe\",\n    \"weathering\": \"ihu igwe\",\n    \"weatherly\": \"ihu igwe\",\n    \"weatherliness\": \"ihu igwe\",\n    \"weathermaker\": \"onye na-eme ihu igwe\",\n    \"weathermaking\": \"nhazi ihu igwe\",\n    \"weatherman\": \"onye ihu igwe\",\n    \"weathermen\": \"ndị ihu igwe\",\n    \"weathermost\": \"ihu igwe kachasị\",\n    \"weatherology\": \"ihu igwe\",\n    \"weatherologist\": \"ọkà mmụta banyere ihu igwe\",\n    \"weatherproof\": \"ihu igwe na-egbochi\",\n    \"weatherproofed\": \"ihu igwe na-ekpuchi\",\n    \"weatherproofing\": \"mkpuchi ihu igwe\",\n    \"weatherproofness\": \"mgbochi mmiri\",\n    \"weatherproofs\": \"ihu igwe\",\n    \"weathers\": \"ihu igwe\",\n    \"weathertight\": \"ihu igwe\",\n    \"weathertightness\": \"ihu igwe\",\n    \"weatherward\": \"ihu igwe\",\n    \"weatherwise\": \"ihu igwe\",\n    \"weatherworn\": \"ihu igwe\",\n    \"weatings\": \"weat\",\n    \"weavable\": \"ikpa\",\n    \"weave\": \"ikpa\",\n    \"weaveable\": \"ikpa\",\n    \"weaved\": \"ikpa\",\n    \"weavement\": \"ịkpa ákwà\",\n    \"weaver\": \"ikpa\",\n    \"weaveress\": \"ikpa ákwà\",\n    \"weavers\": \"ndị na-akpa ákwà\",\n    \"weaves\": \"ikpa\",\n    \"weaving\": \"ịkpa ákwà\",\n    \"weazand\": \"wezanda\",\n    \"weazands\": \"wezands\",\n    \"weazen\": \"ikpa\",\n    \"weazened\": \"buru ibu\",\n    \"web\": \"weebụ\",\n    \"webbing\": \"ntaneti\",\n    \"webers\": \"weba\",\n    \"webfoot\": \"ụkwụ ụkwụ\",\n    \"weblike\": \"yiri\",\n    \"webmaker\": \"onye mmebe webusaiti\",\n    \"webmaking\": \"ntaneti\",\n    \"webwork\": \"ọrụ weebụ\",\n    \"wechts\": \"okpa\",\n    \"wedbed\": \"di na nwunye\",\n    \"wedbedrip\": \"agbamakwụkwọ\",\n    \"weddedly\": \"di na nwunye\",\n    \"weddedness\": \"di na nwunye\",\n    \"wedder\": \"di na nwunye\",\n    \"wedders\": \"di na nwunye\",\n    \"wedding\": \"agbamakwụkwọ\",\n    \"weddinger\": \"agbamakwụkwọ\",\n    \"weddings\": \"agbamakwụkwọ\",\n    \"wede\": \"di na nwunye\",\n    \"wedel\": \"di na nwunye\",\n    \"wedeled\": \"di na nwunye\",\n    \"wedeling\": \"ịlụ di\",\n    \"wedeln\": \"di na nwunye\",\n    \"wedelns\": \"agbamakwụkwọ\",\n    \"wedels\": \"alụmdi na nwunye\",\n    \"wedge\": \"nkpirikpi\",\n    \"wedger\": \"ahihia\",\n    \"wedgy\": \"di na nwunye\",\n    \"wedgies\": \"agbamakwụkwọ\",\n    \"wedging\": \"ịlụ di\",\n    \"wedlock\": \"ndọ\",\n    \"wedlocks\": \"ndọ\",\n    \"wednesdays\": \"ụbọchị wednes\",\n    \"weds\": \"nwunye\",\n    \"wedset\": \"weebụsaịtị\",\n    \"wee\": \"wewe\",\n    \"weeble\": \"nooble\",\n    \"weed\": \"igbo\",\n    \"weeda\": \"ata igbo\",\n    \"weedable\": \"igbo\",\n    \"weedage\": \"igbo\",\n    \"weeded\": \"igbo igbo\",\n    \"weeder\": \"igbo\",\n    \"weedery\": \"igbo igbo\",\n    \"weeders\": \"igbo\",\n    \"weedful\": \"igbo\",\n    \"weedhook\": \"igbo igbo\",\n    \"weedy\": \"igbo\",\n    \"weedicide\": \"weediide\",\n    \"weediest\": \"ike gwụrụ\",\n    \"weedily\": \"igbo\",\n    \"weediness\": \"igbo\",\n    \"weeding\": \"igbo\",\n    \"weedingtime\": \"oge igbo\",\n    \"weedless\": \"igbo\",\n    \"weedlike\": \"igbo\",\n    \"weedling\": \"igbo\",\n    \"weedow\": \"nwanyị di ya nwụrụ\",\n    \"weedproof\": \"igbo ihe akaebe\",\n    \"weeds\": \"ata igbo\",\n    \"week\": \"izu\",\n    \"weekday\": \"ụbọchị izu\",\n    \"weekdays\": \"ụbọchị izu\",\n    \"weekend\": \"izu ụka\",\n    \"weekended\": \"izu ụka\",\n    \"weekender\": \"izu ụka\",\n    \"weekending\": \"ngwụsị izu\",\n    \"weekends\": \"ngwụsị izu\",\n    \"weekly\": \"kwa izu\",\n    \"weeklies\": \"izu\",\n    \"weekling\": \"izu\",\n    \"weeklong\": \"izu\",\n    \"weeknight\": \"Izu ụka\",\n    \"weeknights\": \"abalị\",\n    \"weeks\": \"izu\",\n    \"weel\": \"igbo\",\n    \"weelfard\": \"ọdịmma\",\n    \"weelfaured\": \"ọdịmma\",\n    \"weem\": \"igbo\",\n    \"weemen\": \"usem\",\n    \"weened\": \"ida\",\n    \"weeness\": \"ịdị n'otu\",\n    \"weenier\": \"weenie\",\n    \"weeniest\": \"weenies\",\n    \"weening\": \"arapu ara\",\n    \"weenong\": \"ikekwe\",\n    \"weenty\": \"afọ iri abụọ\",\n    \"weep\": \"kwaa ákwá\",\n    \"weepable\": \"kwaa ákwá\",\n    \"weeped\": \"kwara ákwá\",\n    \"weeper\": \"na-akwa ákwá\",\n    \"weepered\": \"bere ákwá\",\n    \"weepers\": \"na-akwa ákwá\",\n    \"weepful\": \"na-akwa ákwá\",\n    \"weepy\": \"kwaa ákwá\",\n    \"weepier\": \"kwaa ákwá\",\n    \"weepiest\": \"bere ákwá\",\n    \"weepiness\": \"ákwá\",\n    \"weeping\": \"na-akwa ákwá\",\n    \"weepingly\": \"na-ebe ákwá\",\n    \"weeply\": \"kwaa ákwá\",\n    \"weeps\": \"na-ebe ákwá\",\n    \"weerish\": \"ike gwụrụ\",\n    \"wees\": \"igbo\",\n    \"weest\": \"igbo\",\n    \"weet\": \"Weet\",\n    \"weety\": \"igbo\",\n    \"weeting\": \"Weeting\",\n    \"weets\": \"weet\",\n    \"weever\": \"ahịhịa\",\n    \"weevers\": \"Weebụ\",\n    \"weevil\": \"Weevil\",\n    \"weeviled\": \"wee too\",\n    \"weevily\": \"wee wewe\",\n    \"weevilled\": \"wee ghara\",\n    \"weevilly\": \"Weegwu\",\n    \"weevilproof\": \"Wee mgbochi\",\n    \"weevils\": \"gbakashịhu\",\n    \"weeweed\": \"weweed\",\n    \"weewees\": \"wewees\",\n    \"weeze\": \"kpakpando\",\n    \"weezle\": \"Wezel\",\n    \"wefted\": \"wefta\",\n    \"wefty\": \"dị egwu\",\n    \"weichselwood\": \"ukwah\",\n    \"weigelias\": \"weigelia\",\n    \"weigelite\": \"weigelia\",\n    \"weigh\": \"tụọ\",\n    \"weighable\": \"Weighable\",\n    \"weighbar\": \"ntụ ntụ\",\n    \"weighbauk\": \"baba\",\n    \"weighbeam\": \"ọtùtù\",\n    \"weighbridge\": \"mbadamba\",\n    \"weighbridgeman\": \"Obinwanyi\",\n    \"weighed\": \"atụle\",\n    \"weigher\": \"dị arọ\",\n    \"weighers\": \"atụ\",\n    \"weighership\": \"ibu ibu\",\n    \"weighhouse\": \"nnukwu ụlọ\",\n    \"weighin\": \"tụọ\",\n    \"weighing\": \"na-erikpu\",\n    \"weighings\": \"arọ\",\n    \"weighlock\": \"lelee\",\n    \"weighman\": \"Tụọ aro\",\n    \"weighmaster\": \"Ihe nlere\",\n    \"weighmen\": \"Ndi aro\",\n    \"weighment\": \"arọ\",\n    \"weighs\": \"atụle\",\n    \"weighshaft\": \"tụọ\",\n    \"weight\": \"ibu ibu\",\n    \"weightchaser\": \"ibu arọ\",\n    \"weighted\": \"dara nha\",\n    \"weightedly\": \"dara nha\",\n    \"weightedness\": \"arọ\",\n    \"weighter\": \"dara nha\",\n    \"weighters\": \"weightings\",\n    \"weighty\": \"dị arọ\",\n    \"weightier\": \"dị arọ\",\n    \"weightiest\": \"dị arọ\",\n    \"weightily\": \"dị arọ\",\n    \"weightiness\": \"ịdị arọ\",\n    \"weighting\": \"arọ\",\n    \"weightless\": \"enweghị ibu\",\n    \"weightlessly\": \"enweghị ibu\",\n    \"weightlessness\": \"enweghị ibu\",\n    \"weightlifter\": \"arọ\",\n    \"weightlifting\": \"ibuli elu\",\n    \"weightometer\": \"kilogram\",\n    \"weights\": \"igwe\",\n    \"weightwith\": \"ibu ibu na\",\n    \"weilang\": \"wenliang\",\n    \"weiners\": \"wieners\",\n    \"weinschenkite\": \"weinschenke\",\n    \"weir\": \"dị egwu\",\n    \"weird\": \"dị egwu\",\n    \"weirdful\": \"dị egwu\",\n    \"weirdy\": \"dị egwu\",\n    \"weirdie\": \"weirdies\",\n    \"weirdish\": \"weirdies\",\n    \"weirdless\": \"weirdies\",\n    \"weirds\": \"weir\",\n    \"weirdsome\": \"dị egwu\",\n    \"weirdward\": \"dị egwu\",\n    \"weirdwoman\": \"weird nwanyị\",\n    \"weiring\": \"egwu\",\n    \"weirs\": \"weir\",\n    \"weys\": \"igbo\",\n    \"weism\": \"ara\",\n    \"weitspekan\": \"Weitspekan\",\n    \"wejack\": \"weghara\",\n    \"wekeen\": \"anyị\",\n    \"welched\": \"welche\",\n    \"welchers\": \"welches\",\n    \"welching\": \"ịgbado ọkụ\",\n    \"welcome\": \"nabata\",\n    \"welcomed\": \"nabata\",\n    \"welcomeless\": \"nabata obere\",\n    \"welcomely\": \"nnabata\",\n    \"welcomeness\": \"nnabata\",\n    \"welcomer\": \"onye nnabata\",\n    \"welcomers\": \"ndị nnabata\",\n    \"welcomes\": \"na-anabata\",\n    \"welcoming\": \"na-anabata\",\n    \"welcomingly\": \"na-anabata\",\n    \"weld\": \"ịgbado ọkụ\",\n    \"weldability\": \"ịgbado ọkụ\",\n    \"weldable\": \"ịgbado ọkụ\",\n    \"welded\": \"ịgbado ọkụ\",\n    \"welding\": \"ịgbado ọkụ\",\n    \"weldless\": \"enweghị weld\",\n    \"weldment\": \"ịgbado ọkụ\",\n    \"weldments\": \"ịgbado ọkụ\",\n    \"weldor\": \"welder\",\n    \"weldors\": \"welders\",\n    \"welf\": \"ịgbado ọkụ\",\n    \"welfare\": \"ọdịmma\",\n    \"welfaring\": \"Onyegbula\",\n    \"welfarism\": \"onwe ya\",\n    \"welfarist\": \"onyechi\",\n    \"welfaristic\": \"onyebuchi\",\n    \"welfic\": \"Onyek\",\n    \"well\": \"nke ọma\",\n    \"wellacquainted\": \"achikwaa\",\n    \"welladays\": \"mgbe niile\",\n    \"welladvised\": \"ajuju\",\n    \"wellbeing\": \"ọdịmma\",\n    \"wellborn\": \"a maara nke ọma\",\n    \"wellbred\": \"ama nke ọma\",\n    \"wellchosen\": \"azizie\",\n    \"wellconnected\": \"ejikọtara ọnụ\",\n    \"wellcontent\": \"afọ ojuju\",\n    \"wellcurb\": \"nhazi\",\n    \"wellcurbs\": \"olulu mmiri\",\n    \"welldecked\": \"ikekwe\",\n    \"welldoing\": \"ịgbado ọkụ\",\n    \"welldone\": \"ị mere nke ọma\",\n    \"welled\": \"jupụta\",\n    \"weller\": \"wel wel\",\n    \"welleresque\": \"Welleresque\",\n    \"wellerism\": \"odumegwu\",\n    \"wellfound\": \"ọfụma\",\n    \"wellfounded\": \"mee nke ọma\",\n    \"wellhead\": \"isi ọma\",\n    \"wellheads\": \"mma\",\n    \"wellhole\": \"olulu mmiri\",\n    \"wellholes\": \"olulu mmiri\",\n    \"wellhouse\": \"ezi ulo\",\n    \"wellhouses\": \"ụlọ mmiri\",\n    \"welly\": \"ịdị mma\",\n    \"wellyard\": \"olulu mmiri\",\n    \"wellies\": \"olulu mmiri\",\n    \"welling\": \"ọdịmma\",\n    \"wellington\": \"Udo Obinna\",\n    \"wellingtonia\": \"Ikechukwu\",\n    \"wellingtonian\": \"Ikechukwu\",\n    \"wellish\": \"ọdịmma\",\n    \"wellknown\": \"maara nke ọma\",\n    \"wellmaker\": \"emezi ihe\",\n    \"wellmaking\": \"eme nke oma\",\n    \"wellman\": \"ezigbo\",\n    \"wellmen\": \"ezigbo\",\n    \"wellmost\": \"ọ kachasị mma\",\n    \"wellnear\": \"nso nke ọma\",\n    \"wellness\": \"ọdịmma\",\n    \"wellnesses\": \"ịdị mma\",\n    \"wellnigh\": \"dị nso\",\n    \"wellpoint\": \"nke ọma\",\n    \"wellqueme\": \"ọ dị mma\",\n    \"wellread\": \"agụrụ nke ọma\",\n    \"wellring\": \"rie\",\n    \"wells\": \"olulu mmiri\",\n    \"wellseen\": \"maara nke ọma\",\n    \"wellset\": \"ọfụma\",\n    \"wellsian\": \"Wellsian\",\n    \"wellsite\": \"olulu mmiri\",\n    \"wellsites\": \"olulu mmiri\",\n    \"wellspoken\": \"na-ekwu okwu\",\n    \"wellspring\": \"isi iyi\",\n    \"wellsprings\": \"isi iyi\",\n    \"wellstead\": \"nke ọma\",\n    \"wellstrand\": \"nkechi\",\n    \"welsbach\": \"Welsbach\",\n    \"welsh\": \"Welsh\",\n    \"welshed\": \"kpara\",\n    \"welshery\": \"Omenala\",\n    \"welshy\": \"Welshy\",\n    \"welshing\": \"na-eme iwe\",\n    \"welshism\": \"Welshism\",\n    \"welshland\": \"Welshland\",\n    \"welshlike\": \"welsh yiri\",\n    \"welshman\": \"Onye Welshman\",\n    \"welshmen\": \"ndị Welsh\",\n    \"welshness\": \"Welsh adụ\",\n    \"welshry\": \"Welshry\",\n    \"welshwoman\": \"Nwa nwanyi welsh\",\n    \"welshwomen\": \"umunwanyi\",\n    \"welted\": \"gbanye\",\n    \"weltered\": \"nụchara\",\n    \"weltering\": \"ịgbado ọkụ\",\n    \"welting\": \"ịgbado ọkụ\",\n    \"weltings\": \"ịgbado ọkụ\",\n    \"weltschmerz\": \"okpokoro\",\n    \"wemless\": \"unem\",\n    \"wemodness\": \"anwuru\",\n    \"wenched\": \"gbajiri\",\n    \"wenchel\": \"Uchechi\",\n    \"wenchers\": \"ndị nkịta\",\n    \"wenching\": \"na-agbaghara\",\n    \"wenchlike\": \"wenchike\",\n    \"wende\": \"nnweta\",\n    \"wended\": \"chọrọ\",\n    \"wending\": \"na-echere\",\n    \"wends\": \"chọrọ\",\n    \"wenniest\": \"kacha njọ\",\n    \"went\": \"gara\",\n    \"wentle\": \"gole\",\n    \"wentletrap\": \"goletrap\",\n    \"wept\": \"kwara ákwá\",\n    \"were\": \"nọ\",\n    \"wereass\": \"were\",\n    \"werebear\": \"bebe\",\n    \"wereboar\": \"Wereboar\",\n    \"werecat\": \"anụ ọhịa\",\n    \"werecrocodile\": \"were were\",\n    \"werefolk\": \"ndi ozo\",\n    \"weregild\": \"were were\",\n    \"weregilds\": \"were\",\n    \"werelion\": \"Werelion\",\n    \"weren\": \"e\",\n    \"werent\": \"agaghị\",\n    \"werewall\": \"wwall\",\n    \"werewolf\": \"anụ ọhịa wolf\",\n    \"werewolfism\": \"Werewolfism\",\n    \"werewolves\": \"wolves\",\n    \"wergelds\": \"ọmarịcha\",\n    \"wering\": \"na-ada\",\n    \"werowance\": \"Weanwance\",\n    \"werslete\": \"gbanye\",\n    \"werther\": \"Nke ka nma\",\n    \"wertherian\": \"Onyekwere\",\n    \"wertherism\": \"nkwonkwo\",\n    \"wesleyanism\": \"Wesleyanism\",\n    \"wesleyism\": \"wesley\",\n    \"wessand\": \"Wessand\",\n    \"wesselton\": \"Wesselton\",\n    \"wessexman\": \"Nwoke\",\n    \"west\": \"odida anyanwu\",\n    \"westabout\": \"n'ebe ọdịda anyanwụ\",\n    \"westbound\": \"n'ebe ọdịda anyanwụ\",\n    \"wester\": \"onyenwe\",\n    \"westered\": \"ọdịda anyanwụ\",\n    \"westering\": \"na-egbu egbu\",\n    \"westerly\": \"ebe ugwu\",\n    \"westerliness\": \"Ogbodo\",\n    \"westerling\": \"Ogba\",\n    \"westermost\": \"kacha nso\",\n    \"western\": \"odida anyanwu\",\n    \"westerner\": \"onye odida anyanwu\",\n    \"westerners\": \"odida-anyanwu\",\n    \"westernisation\": \"odida anyanwu\",\n    \"westernise\": \"n'ebe ọdịda anyanwụ\",\n    \"westernised\": \"Okenye\",\n    \"westernising\": \"n'ebe ọdịda anyanwụ\",\n    \"westernism\": \"odida anyanwu\",\n    \"westernization\": \"Ogbe\",\n    \"westernize\": \"Okenye\",\n    \"westernized\": \"Okenye\",\n    \"westernizes\": \"oge obula\",\n    \"westernizing\": \"Ogbogu Okonji\",\n    \"westernly\": \"n'ebe ọdịda anyanwụ\",\n    \"westernmost\": \"ebe ọdịda anyanwụ\",\n    \"westerns\": \"odida-anyanwu\",\n    \"westers\": \"odida-anyanwu\",\n    \"westerwards\": \"Omenala\",\n    \"westy\": \"eziokwu\",\n    \"westing\": \"n'ebe ọdịda anyanwụ\",\n    \"westinghouse\": \"inglọ ọdịda anyanwụ\",\n    \"westings\": \"ọdịda anyanwụ\",\n    \"westlan\": \"ọdịda anyanwụ\",\n    \"westland\": \"ọdịda anyanwụ\",\n    \"westlander\": \"ọdịda anyanwụ\",\n    \"westlandways\": \"Westland ụzọ\",\n    \"westlaw\": \"odida-anyanwu\",\n    \"westlin\": \"ọdịda anyanwụ\",\n    \"westling\": \"N'ebe ọdịda anyanwụ\",\n    \"westlings\": \"ọdịda anyanwụ\",\n    \"westlins\": \"N'ebe ọdịda anyanwụ\",\n    \"westmeless\": \"enweghị ọdịda anyanwụ\",\n    \"westminster\": \"ọdịda anyanwụ\",\n    \"westmost\": \"n'ebe ọdịda anyanwụ\",\n    \"westness\": \"odida anyanwu\",\n    \"westnorthwestwardly\": \"ọdịda anyanwụ ọdịda anyanwụ\",\n    \"westphalian\": \"ọwụwa anyanwụ\",\n    \"westralian\": \"onye ọdịda anyanwụ\",\n    \"westralianism\": \"odida anyanwu\",\n    \"wests\": \"idomo\",\n    \"westward\": \"n'ebe ọdịda anyanwụ\",\n    \"westwardly\": \"n'ebe ọdịda anyanwụ\",\n    \"westwardmost\": \"n'ebe ọdịda anyanwụ ọtụtụ\",\n    \"westwards\": \"n'ebe ọdịda anyanwụ\",\n    \"westwork\": \"ọrụ ọdịda anyanwụ\",\n    \"wet\": \"mgbochi mmiri\",\n    \"wetbacks\": \"nweghachi\",\n    \"wetbird\": \"nnụnnụ mmiri\",\n    \"wether\": \"mmiri\",\n    \"wetherhog\": \"mmiri mmiri\",\n    \"wethers\": \"ndi huru mmiri\",\n    \"wetherteg\": \"mmiri mmiri\",\n    \"wetland\": \"Wetland\",\n    \"wetlands\": \"ala mmiri\",\n    \"wetness\": \"mmiri\",\n    \"wetnesses\": \"mmiri\",\n    \"wetproof\": \"mgbochi mmiri\",\n    \"wetter\": \"onye ndu\",\n    \"wetters\": \"ndị na-agba mmiri\",\n    \"wettest\": \"nwe mmiri\",\n    \"wetting\": \"na-agba mmiri\",\n    \"wettings\": \"mmiri\",\n    \"wettish\": \"Utu mmiri\",\n    \"wettishness\": \"Utu mmiri\",\n    \"weve\": \"wewe\",\n    \"wevet\": \"wepa\",\n    \"wezn\": \"wez\",\n    \"whabby\": \"Nnenna\",\n    \"whack\": \"gbue\",\n    \"whacked\": \"whawara\",\n    \"whacker\": \"onye whacker\",\n    \"whacking\": \"ịkụ aka\",\n    \"whaddie\": \"ubochi\",\n    \"whaleboats\": \"ụgbọ mmiri whalebo\",\n    \"whaled\": \"whale\",\n    \"whales\": \"whale\",\n    \"whaling\": \"na-efe\",\n    \"whalings\": \"igbu\",\n    \"whalish\": \"ikpochapu\",\n    \"whallock\": \"gbaagburu\",\n    \"whalm\": \"mgbe\",\n    \"whalp\": \"gburu\",\n    \"wham\": \"Wham\",\n    \"whamble\": \"kpughari\",\n    \"whammed\": \"Chọrọ\",\n    \"whammy\": \"okpu\",\n    \"whammies\": \"ndozi\",\n    \"whamming\": \"n'iwu\",\n    \"whammle\": \"gwuru\",\n    \"whammo\": \"okpokoro\",\n    \"whamp\": \"ichi\",\n    \"whample\": \"gbaba\",\n    \"whams\": \"okpa\",\n    \"whand\": \"Nweta\",\n    \"whanged\": \"gbanwere\",\n    \"whangees\": \"whangez\",\n    \"whanging\": \"na-agbasa\",\n    \"whank\": \"ghaa\",\n    \"whapped\": \"pịa\",\n    \"whapping\": \"na-akụ\",\n    \"whaps\": \"Ikekwe\",\n    \"whare\": \"gbaa\",\n    \"wharfage\": \"irighiri mmiri\",\n    \"wharfages\": \"ihe mgbaji\",\n    \"wharfhead\": \"isi\",\n    \"wharfing\": \"ịdọka\",\n    \"wharfingers\": \"wharfinger\",\n    \"wharfless\": \"enweghị isi\",\n    \"wharfmaster\": \"nchịkwa\",\n    \"wharfmen\": \"wharfman\",\n    \"wharfrae\": \"agha\",\n    \"wharfs\": \"eriri\",\n    \"wharfside\": \"akụkụ\",\n    \"wharl\": \"wharf\",\n    \"wharp\": \"gbajie\",\n    \"wharry\": \"ụgbọ mmiri\",\n    \"whartonian\": \"onyenwenu\",\n    \"wharve\": \"gbazee\",\n    \"wharves\": \"kporo whar\",\n    \"whasle\": \"kwee\",\n    \"what\": \"Kedu\",\n    \"whata\": \"kedu\",\n    \"whatabouts\": \"kedu ebe\",\n    \"whatchy\": \"kedu\",\n    \"whatd\": \"kedu\",\n    \"whatever\": \"ihe obula\",\n    \"whatkin\": \"kedu\",\n    \"whatlike\": \"kedu ihe\",\n    \"whatman\": \"ihe gini\",\n    \"whatna\": \"kedu\",\n    \"whatness\": \"kedu ihe ọ bụ\",\n    \"whatnot\": \"gini\",\n    \"whatnots\": \"gini\",\n    \"whatre\": \"Kedu ihe\",\n    \"whatreck\": \"ihe nzuzu\",\n    \"whats\": \"kedu\",\n    \"whatsis\": \"ịkọwapụta\",\n    \"whatso\": \"kedu\",\n    \"whatsoeer\": \"ihe obula\",\n    \"whatsoever\": \"ihe obula\",\n    \"whatsomever\": \"ihe obula\",\n    \"whatten\": \"gini\",\n    \"whatzit\": \"kedu\",\n    \"whealed\": \"whe whel\",\n    \"wheat\": \"ọka wit\",\n    \"wheatbird\": \"ọka wheat\",\n    \"wheaten\": \"ọka wit\",\n    \"wheatflakes\": \"ọka wit\",\n    \"wheatgrass\": \"ọka wheat\",\n    \"wheatgrower\": \"ọka wit\",\n    \"wheaty\": \"ọka wit\",\n    \"wheaties\": \"ọka wit\",\n    \"wheatland\": \"ọka wit\",\n    \"wheatless\": \"enweghị ọka wit\",\n    \"wheatlike\": \"yiri ọka wit\",\n    \"wheatmeal\": \"ọka wit\",\n    \"wheatstalk\": \"ọka wheat\",\n    \"wheatstone\": \"nkume ọka wit\",\n    \"wheatworm\": \"ọka wit\",\n    \"wheedled\": \"wheed\",\n    \"wheedlers\": \"ndị na-agba ịnyịnya\",\n    \"wheedling\": \"wheingling\",\n    \"wheedlingly\": \"Ugboro abụọ\",\n    \"wheel\": \"wiil\",\n    \"wheelband\": \"wiilị wiilị\",\n    \"wheelbarrow\": \"wiilbaro\",\n    \"wheelbarrower\": \"wiilbaro\",\n    \"wheelbarrowful\": \"wiilbaro juputara\",\n    \"wheelbarrows\": \"wiilbaro\",\n    \"wheelbase\": \"wiil azu\",\n    \"wheelbases\": \"whebases\",\n    \"wheelbird\": \"wiilịaka\",\n    \"wheelbox\": \"wheebox\",\n    \"wheelchair\": \"oche nkwagharị\",\n    \"wheelchairs\": \"oche nkwagharị\",\n    \"wheeldom\": \"wheeldon\",\n    \"wheeled\": \"whee\",\n    \"wheelery\": \"wheeler\",\n    \"wheelerite\": \"wheelers\",\n    \"wheelhorse\": \"oche nkwagharị\",\n    \"wheelhouse\": \"oche ndi agha\",\n    \"wheelhouses\": \"oche ndi agha\",\n    \"wheely\": \"wheelie\",\n    \"wheelies\": \"whei\",\n    \"wheeling\": \"ịgbagharị\",\n    \"wheelingly\": \"ịgbagharị\",\n    \"wheelings\": \"ịgbagharị\",\n    \"wheelless\": \"enweghị ụkwụ\",\n    \"wheelmaker\": \"onye na-emegharị ụkwụ\",\n    \"wheelmaking\": \"ịgba ígwè\",\n    \"wheelman\": \"Nwoke ugbala\",\n    \"wheelmen\": \"ndị na-agba ụkwụ ụkwụ\",\n    \"wheelrace\": \"ịgba ọsọ ụkwụ\",\n    \"wheelroad\": \"okporo ụzọ\",\n    \"wheels\": \"wiil\",\n    \"wheelsman\": \"Nwa anumanu\",\n    \"wheelsmen\": \"ndị na-agba ụkwụ ụkwụ\",\n    \"wheelsmith\": \"whemith\",\n    \"wheelspin\": \"wiilị\",\n    \"wheelswarf\": \"wheelwarf\",\n    \"wheelway\": \"ụzọ ụgbọala\",\n    \"wheelwise\": \"wiilịgharị\",\n    \"wheelwork\": \"wheel ọrụ\",\n    \"wheelworks\": \"wiilị ọrụ\",\n    \"wheelwrighting\": \"ịgbagharị\",\n    \"wheem\": \"wiil\",\n    \"wheen\": \"wiil\",\n    \"wheens\": \"ndị eze nwanyị\",\n    \"wheeping\": \"na-asụ ude\",\n    \"wheepled\": \"wheeple\",\n    \"wheepling\": \"na-eti mkpu\",\n    \"wheeps\": \"umuaka\",\n    \"wheesht\": \"wheysht\",\n    \"wheeze\": \"kwusi\",\n    \"wheezed\": \"wheezer\",\n    \"wheezier\": \"wheezer\",\n    \"wheeziest\": \"wheezes\",\n    \"wheeziness\": \"iku ume\",\n    \"wheezing\": \"iku ume\",\n    \"wheezingly\": \"iku ume\",\n    \"wheezle\": \"akwa ukwu\",\n    \"wheft\": \"ịtọ\",\n    \"wheyfaced\": \"Ugboro ugboro\",\n    \"whelklike\": \"whelkike\",\n    \"whelphood\": \"Udogbe\",\n    \"whelping\": \"ịsị\",\n    \"whelpling\": \"whelp\",\n    \"when\": \"mgbe ole\",\n    \"whenabouts\": \"mgbe\",\n    \"whenas\": \"mgbe\",\n    \"whence\": \"olee ebe\",\n    \"whenceeer\": \"Kedu ebe\",\n    \"whenceforth\": \"mgbe ozo\",\n    \"whenceforward\": \"mgbe ozo\",\n    \"whencesoeer\": \"mgbe ọ bụla\",\n    \"whencesoever\": \"mgbe ọ bụla\",\n    \"whencever\": \"mgbe\",\n    \"whenever\": \"mgbe obula\",\n    \"whenness\": \"mgbe\",\n    \"whens\": \"mgbe\",\n    \"whenso\": \"mgbe\",\n    \"whensoever\": \"mgbe obula\",\n    \"whensomever\": \"mgbe obula\",\n    \"where\": \"ebee\",\n    \"whereabout\": \"ebe\",\n    \"whereabouts\": \"ebe\",\n    \"whereafter\": \"ebede\",\n    \"whereanent\": \"ebe\",\n    \"whereas\": \"ebe\",\n    \"whereases\": \"ebe\",\n    \"whereat\": \"iku ume\",\n    \"whereaway\": \"ebee\",\n    \"whereby\": \"olee nke\",\n    \"whereer\": \"ebe\",\n    \"wherefor\": \"n'ihi\",\n    \"wherefore\": \"gịnị\",\n    \"wherefores\": \"gini mere\",\n    \"whereforth\": \"gaa n'ihu\",\n    \"wherefrom\": \"ebe\",\n    \"wherehence\": \"ebee\",\n    \"wherein\": \"kedu\",\n    \"whereinsoever\": \"nke o bula\",\n    \"whereinto\": \"n'ime\",\n    \"whereis\": \"kedu ebe\",\n    \"whereness\": \"iku ume\",\n    \"whereof\": \"nke\",\n    \"whereon\": \"ebe\",\n    \"whereout\": \"ebee\",\n    \"whereover\": \"n'agbanyeghị\",\n    \"wherere\": \"ebe\",\n    \"wheresoever\": \"ebe ọ bụla\",\n    \"wherethrough\": \"olee ebe\",\n    \"wheretill\": \"kedu\",\n    \"whereto\": \"kedu\",\n    \"wheretoever\": \"ebe ọ bụla\",\n    \"wheretosoever\": \"ọ bụla\",\n    \"whereunder\": \"ebe\",\n    \"whereuntil\": \"ebee\",\n    \"whereup\": \"ebe\",\n    \"whereupon\": \"mgbe\",\n    \"wherever\": \"ebe obula\",\n    \"wherewith\": \"jiri\",\n    \"wherewithal\": \"gbuo\",\n    \"wherret\": \"akara\",\n    \"wherry\": \"gbanye ọkụ\",\n    \"wherried\": \"ekwere\",\n    \"wherries\": \"Ngwongwo\",\n    \"wherrying\": \"na-agbagharị\",\n    \"wherryman\": \"onyechi nwoke\",\n    \"wherve\": \"kpoo\",\n    \"wherves\": \"nkedo\",\n    \"whesten\": \"gbanye\",\n    \"whether\": \"ma\",\n    \"whetstones\": \"nkume whetstones\",\n    \"whetted\": \"whet whet\",\n    \"whetters\": \"whetters si\",\n    \"whetting\": \"whet\",\n    \"whewl\": \"whew\",\n    \"whews\": \"whew\",\n    \"whewt\": \"whew\",\n    \"why\": \"gịnị kpatara\",\n    \"which\": \"Kedu\",\n    \"whichever\": \"nke ọ bụla\",\n    \"whichsoever\": \"nke obula\",\n    \"whichway\": \"kedu\",\n    \"whichways\": \"olee mgbe\",\n    \"whick\": \"acha ọcha\",\n    \"whicken\": \"acha ọcha\",\n    \"whicker\": \"na-acha ọcha\",\n    \"whickered\": \"acha ọcha\",\n    \"whickering\": \"na-acha ọcha\",\n    \"whickers\": \"okpu\",\n    \"whid\": \"akwa\",\n    \"whidah\": \"obia\",\n    \"whydah\": \"gini mere\",\n    \"whidahs\": \"Udo Oma\",\n    \"whydahs\": \"gini mere\",\n    \"whidded\": \"acha ọcha\",\n    \"whidding\": \"idbụ ọcha\",\n    \"whids\": \"na-acha ọcha\",\n    \"whyever\": \"ọ bụla\",\n    \"whiff\": \"mmiri\",\n    \"whiffable\": \"chiri\",\n    \"whiffed\": \"pịa\",\n    \"whiffer\": \"pịa\",\n    \"whiffers\": \"ihe otiti\",\n    \"whiffet\": \"achịcha\",\n    \"whiffets\": \"achịcha\",\n    \"whiffy\": \"igirigi\",\n    \"whiffing\": \"ịkụ aka\",\n    \"whiffle\": \"pịa\",\n    \"whiffled\": \"pịa\",\n    \"whiffler\": \"ihe ochi\",\n    \"whifflery\": \"ọkpọ\",\n    \"whiffleries\": \"ịkpa aka\",\n    \"whifflers\": \"ndị oti\",\n    \"whiffles\": \"ọkpọ\",\n    \"whiffletree\": \"nwekwere\",\n    \"whiffletrees\": \"ogwugwu\",\n    \"whiffling\": \"ịkụ aka\",\n    \"whifflingly\": \"na-eti mkpu\",\n    \"whiffs\": \"ịkụ aka\",\n    \"whyfor\": \"gịnị kpatara\",\n    \"whift\": \"otiti\",\n    \"whigged\": \"whig\",\n    \"whiggery\": \"na-acha ọcha\",\n    \"whiggess\": \"nzuzu\",\n    \"whiggification\": \"nkesa\",\n    \"whigging\": \"na-acha ọcha\",\n    \"whiggish\": \"nwuo\",\n    \"whiggishness\": \"nzuzu\",\n    \"whiggism\": \"ịkpa ntụtụ\",\n    \"whigling\": \"na-efegharị\",\n    \"whigmaleery\": \"whigmaleerie\",\n    \"whigmaleeries\": \"igmụ nwanyị\",\n    \"whigmeleerie\": \"whigmaleerie\",\n    \"whigship\": \"whigs hip\",\n    \"whikerby\": \"ikechukwu\",\n    \"while\": \"mgbe\",\n    \"whileas\": \"ebe\",\n    \"whiled\": \"pịa\",\n    \"whileen\": \"mgbe\",\n    \"whiley\": \"nwa oge\",\n    \"whilend\": \"mgbe na\",\n    \"whilere\": \"mgbe\",\n    \"whiles\": \"oge\",\n    \"whilie\": \"mgbe\",\n    \"whiling\": \"ịkụ aka\",\n    \"whilk\": \"ebe\",\n    \"whilkut\": \"nkpa\",\n    \"whill\": \"iti\",\n    \"whillikers\": \"na-egbu mara\",\n    \"whillilew\": \"nweghala\",\n    \"whilock\": \"nweghachi\",\n    \"whils\": \"mkpu\",\n    \"whilst\": \"ebe\",\n    \"whilter\": \"mgbe\",\n    \"whimberry\": \"mkpuru osisi\",\n    \"whimble\": \"tie mkpu\",\n    \"whimbrel\": \"Udochukwu\",\n    \"whimbrels\": \"Udogbe\",\n    \"whimling\": \"immụ anya\",\n    \"whimming\": \"na-acha ọcha\",\n    \"whimper\": \"tie mkpu\",\n    \"whimpered\": \"were iwe\",\n    \"whimperer\": \"Ukpeme\",\n    \"whimpering\": \"na-asụ ude\",\n    \"whimperingly\": \"whimperings\",\n    \"whims\": \"chọrọ\",\n    \"whimsey\": \"Ugboro abụọ\",\n    \"whimseys\": \"Ugboro abụọ\",\n    \"whimsy\": \"Udo\",\n    \"whimsic\": \"ihe nzuzu\",\n    \"whimsical\": \"ihe nzuzu\",\n    \"whimsicality\": \"nzuzu\",\n    \"whimsicalities\": \"ihe ojoo\",\n    \"whimsicalness\": \"nzuzu\",\n    \"whimsied\": \"Udo\",\n    \"whimwhams\": \"Ukpeme\",\n    \"whinberry\": \"whinberị\",\n    \"whinchat\": \"Udiri\",\n    \"whinchats\": \"Udodi\",\n    \"whincow\": \"kwụrụ\",\n    \"whine\": \"akwa\",\n    \"whined\": \"akwa\",\n    \"whiney\": \"akwa\",\n    \"whiner\": \"akwa\",\n    \"whiners\": \"na-acha ọcha\",\n    \"whines\": \"ọcha\",\n    \"whyness\": \"ihere\",\n    \"whing\": \"iku ume\",\n    \"whinge\": \"whing\",\n    \"whinyard\": \"okpokoro\",\n    \"whiniest\": \"kachasị\",\n    \"whininess\": \"inbụ ọcha\",\n    \"whining\": \"na-ebe ákwá\",\n    \"whiningly\": \"na-ebe ákwá\",\n    \"whinnel\": \"akwa\",\n    \"whinny\": \"ntakịrị\",\n    \"whinnied\": \"tiri mkpu\",\n    \"whinnier\": \"nwekwuo\",\n    \"whinniest\": \"kasị njọ\",\n    \"whinnying\": \"na-acha ọcha\",\n    \"whinnock\": \"mkpọtụ\",\n    \"whip\": \"otiti\",\n    \"whipbelly\": \"ọpịpịa\",\n    \"whipbird\": \"nnụnnụ nnụnnụ\",\n    \"whipcat\": \"mgbaaka\",\n    \"whipcord\": \"ụtarị\",\n    \"whipcordy\": \"okpokoro\",\n    \"whipcords\": \"okpokoro\",\n    \"whipcrack\": \"ụtarị\",\n    \"whipcracker\": \"okpokoro\",\n    \"whipcraft\": \"okpokoro\",\n    \"whipgraft\": \"ihe mgbaaka\",\n    \"whipjack\": \"ụtarị\",\n    \"whipking\": \"ịkụ aka\",\n    \"whiplash\": \"iti ọkpọ\",\n    \"whiplashes\": \"ihe otiti\",\n    \"whiplike\": \"yiri\",\n    \"whipmaker\": \"onye na-eti ihe\",\n    \"whipmaking\": \"ịkụ ụtarị\",\n    \"whipman\": \"ụtarị\",\n    \"whipmanship\": \"ịbụ mmadu\",\n    \"whipmaster\": \"okpokoro\",\n    \"whipoorwill\": \"nwekewill\",\n    \"whippa\": \"nkpa\",\n    \"whippable\": \"tiri aka\",\n    \"whipparee\": \"ogechi\",\n    \"whipped\": \"pịa\",\n    \"whipper\": \"otiti\",\n    \"whipperginny\": \"ọkpọka\",\n    \"whippers\": \"ndị ọkpọ\",\n    \"whippersnapper\": \"pịa\",\n    \"whippersnappers\": \"ndị na-egbu egbu\",\n    \"whippertail\": \"pịa\",\n    \"whippet\": \"iti\",\n    \"whippeter\": \"iti\",\n    \"whippets\": \"mkpu\",\n    \"whippy\": \"nkiti\",\n    \"whippier\": \"obi tara mmiri\",\n    \"whippiness\": \"obi ojoo\",\n    \"whipping\": \"ịkụ aka\",\n    \"whippingly\": \"iti aka\",\n    \"whippings\": \"otiti\",\n    \"whippletree\": \"iti nkpu\",\n    \"whippoorwill\": \"ogechi\",\n    \"whippost\": \"tie mkpu\",\n    \"whippowill\": \"igwu mmiri\",\n    \"whipray\": \"mgbapụ\",\n    \"whiprays\": \"okpokoro\",\n    \"whips\": \"ụtarị\",\n    \"whipsaw\": \"ụtarị\",\n    \"whipsawed\": \"piapia\",\n    \"whipsawyer\": \"okpokoro\",\n    \"whipsawing\": \"ịkụ ụtarị\",\n    \"whipsawn\": \"ụtarị\",\n    \"whipsaws\": \"ụtarị\",\n    \"whipship\": \"ụtarị\",\n    \"whipsocket\": \"mgbaaka\",\n    \"whipstaff\": \"okpokoro\",\n    \"whipstaffs\": \"okpokoro\",\n    \"whipstalk\": \"mgbaaka\",\n    \"whipstall\": \"pịa\",\n    \"whipstaves\": \"ụtarị\",\n    \"whipster\": \"ụtarị\",\n    \"whipstick\": \"mgbaaka\",\n    \"whipstitch\": \"ụtarị\",\n    \"whipstitching\": \"ịkụ ụtarị\",\n    \"whipstock\": \"ụtarị\",\n    \"whipt\": \"pịa\",\n    \"whiptail\": \"iti okpokoro\",\n    \"whiptails\": \"ihe mgbawa\",\n    \"whiptree\": \"ọfụma\",\n    \"whipwise\": \"pịa\",\n    \"whipworm\": \"okpokoro\",\n    \"whipworms\": \"okpokoro\",\n    \"whir\": \"gbanye\",\n    \"whirken\": \"tie mkpu\",\n    \"whirl\": \"okwo\",\n    \"whirlbat\": \"okpokoro\",\n    \"whirlblast\": \"okpokoro\",\n    \"whirlbone\": \"okirikiri\",\n    \"whirlbrain\": \"okpokoro\",\n    \"whirled\": \"kpuchie\",\n    \"whirley\": \"nkuchi\",\n    \"whirler\": \"kpụ ọkụ n'ọnụ\",\n    \"whirlers\": \"gbaa gburugburu\",\n    \"whirlgig\": \"okpokoro\",\n    \"whirly\": \"nke ọma\",\n    \"whirlybird\": \"mmmmmmmmmmmmm\",\n    \"whirlybirds\": \"nkuchi whirlybirds\",\n    \"whirlicote\": \"okpokoro\",\n    \"whirlier\": \"dịkwu ọkụ\",\n    \"whirlies\": \"ikuku\",\n    \"whirliest\": \"kachasị\",\n    \"whirling\": \"ikuku\",\n    \"whirlingly\": \"na-efegharị\",\n    \"whirlmagee\": \"okpokoro\",\n    \"whirlpit\": \"okpokoro\",\n    \"whirlpool\": \"okpokoro\",\n    \"whirlpools\": \"okpokoro\",\n    \"whirlpuff\": \"okpokoro\",\n    \"whirls\": \"nkuchi\",\n    \"whirlwig\": \"okpokoro\",\n    \"whirlwind\": \"oké ifufe\",\n    \"whirlwindy\": \"okpokoro\",\n    \"whirlwindish\": \"okpokoro\",\n    \"whirlwinds\": \"oké ifufe\",\n    \"whirr\": \"okirikiri\",\n    \"whirred\": \"gbara mgba\",\n    \"whirrey\": \"okirikiri\",\n    \"whirret\": \"okpokoro\",\n    \"whirry\": \"ikuaka\",\n    \"whirrick\": \"nkuchi\",\n    \"whirried\": \"okpokoro\",\n    \"whirries\": \"ọkpọkọ\",\n    \"whirrying\": \"ịkụ aka\",\n    \"whirring\": \"ịgba ọkụ\",\n    \"whirrs\": \"udo\",\n    \"whirs\": \"mgbe\",\n    \"whirtle\": \"mkpu\",\n    \"whish\": \"chọrọ\",\n    \"whished\": \"chọrọ\",\n    \"whishes\": \"chọrọ\",\n    \"whishing\": \"na-achọ inwere\",\n    \"whisht\": \"whish\",\n    \"whishted\": \"okwo\",\n    \"whishting\": \"icho\",\n    \"whishts\": \"chọrọ\",\n    \"whiskbroom\": \"igwu\",\n    \"whisked\": \"toyero\",\n    \"whiskey\": \"wiski\",\n    \"whiskeys\": \"wiski\",\n    \"whisker\": \"wiska\",\n    \"whiskerage\": \"aji\",\n    \"whiskerandoed\": \"whiskerando\",\n    \"whiskerandos\": \"whiskerando\",\n    \"whiskered\": \"gbanye izu\",\n    \"whiskerer\": \"gbaa\",\n    \"whiskerette\": \"kere\",\n    \"whiskery\": \"iti mkpu\",\n    \"whiskerless\": \"enweghị isi\",\n    \"whiskerlike\": \"wiska dị ka\",\n    \"whiskers\": \"aji\",\n    \"whisket\": \"wiski\",\n    \"whiskful\": \"too\",\n    \"whisky\": \"wiski\",\n    \"whiskied\": \"wiski\",\n    \"whiskies\": \"wiski\",\n    \"whiskified\": \"gbanye\",\n    \"whiskyfied\": \"okomoko\",\n    \"whiskylike\": \"dị ka\",\n    \"whiskin\": \"whisk\",\n    \"whisking\": \"ikwuru\",\n    \"whiskingly\": \"ikwuru\",\n    \"whisks\": \"ngwa\",\n    \"whisp\": \"gbanye onu\",\n    \"whisper\": \"gbanye onu\",\n    \"whisperable\": \"gbaa gburugburu\",\n    \"whisperation\": \"gbaa\",\n    \"whispered\": \"gbanye izu\",\n    \"whisperer\": \"gbaa izu\",\n    \"whisperhood\": \"gbaa izu\",\n    \"whispery\": \"gbaa ihe\",\n    \"whispering\": \"na-agba ume\",\n    \"whisperingly\": \"na-agba ume\",\n    \"whisperingness\": \"izu ike\",\n    \"whisperings\": \"gbaa izu\",\n    \"whisperless\": \"gbaa nkiti\",\n    \"whisperous\": \"gbaa izu\",\n    \"whisperously\": \"na ntamu\",\n    \"whisperproof\": \"gbanye ihe\",\n    \"whispers\": \"gbaa\",\n    \"whissle\": \"isi\",\n    \"whist\": \"ọkpọ\",\n    \"whisted\": \"ọkpọ\",\n    \"whister\": \"mkpọrọhịhị\",\n    \"whisterpoop\": \"nkpochapu\",\n    \"whisting\": \"na-afụrụ mkpọrọhịhị\",\n    \"whistle\": \"fụrụ mkpọrọhịhị\",\n    \"whistleable\": \"fụrụ afụ\",\n    \"whistled\": \"fụrụ mkpọrọhịhị\",\n    \"whistlefish\": \"nkuanya\",\n    \"whistlefishes\": \"afụzụ azụ\",\n    \"whistlelike\": \"afụọnụ\",\n    \"whistler\": \"mkpọrọhịhị\",\n    \"whistlerian\": \"whistlers\",\n    \"whistlerism\": \"whistlers\",\n    \"whistles\": \"mkpọrọhịhị\",\n    \"whistlewing\": \"na-afụ mkpọrọ\",\n    \"whistly\": \"whist\",\n    \"whistlike\": \"fụrụ mkpọrọhịhị\",\n    \"whistling\": \"na-afụrụ mkpọrọhịhị\",\n    \"whistlingly\": \"na-afụ mkpọrọ\",\n    \"whistness\": \"ọkpọ\",\n    \"whistonian\": \"Asụsụ Igbo\",\n    \"whists\": \"ọkpọ\",\n    \"whitblow\": \"Akwa Ochie\",\n    \"white\": \"ọcha\",\n    \"whiteacre\": \"ọcha\",\n    \"whitebait\": \"acha ọcha\",\n    \"whitebark\": \"ọcha\",\n    \"whitebeam\": \"acha ọcha\",\n    \"whitebeard\": \"acha ọcha\",\n    \"whitebelt\": \"acha ọcha\",\n    \"whitebill\": \"ọla ọcha\",\n    \"whitebird\": \"nnụnụ ọcha\",\n    \"whiteblaze\": \"nchara nchara\",\n    \"whiteblow\": \"ncha ọcha\",\n    \"whiteboy\": \"ocha\",\n    \"whiteboyism\": \"ocha ocha\",\n    \"whitebottle\": \"ọcha kalama\",\n    \"whitecapper\": \"whitecaps\",\n    \"whitecapping\": \"acha ọcha\",\n    \"whitechapel\": \"ọcha\",\n    \"whitecoat\": \"acha ọcha\",\n    \"whitecomb\": \"Ohere\",\n    \"whitecorn\": \"acha ọcha\",\n    \"whitecup\": \"acha ọcha\",\n    \"whited\": \"acha ọcha\",\n    \"whitedamp\": \"acha ọcha\",\n    \"whitefeet\": \"acha ọcha\",\n    \"whitefieldian\": \"onye nzuzu\",\n    \"whitefieldism\": \"ọcha okirikiri\",\n    \"whitefieldite\": \"ọcha ọcha\",\n    \"whitefish\": \"azụ azụ\",\n    \"whitefisher\": \"onye na-acha ọcha\",\n    \"whitefishes\": \"ọla ọcha\",\n    \"whitefootism\": \"acha ọcha ọcha\",\n    \"whitehall\": \"ọcha\",\n    \"whitehanded\": \"acha ọcha\",\n    \"whitehass\": \"acha ọcha\",\n    \"whitehead\": \"isi oji\",\n    \"whiteheads\": \"acha ọcha\",\n    \"whiteheart\": \"onye ocha\",\n    \"whitehearted\": \"ọcha\",\n    \"whitey\": \"acha ọcha\",\n    \"whiteys\": \"ọcha\",\n    \"whitely\": \"n'ụzọ ọ bụla\",\n    \"whiteline\": \"acha ọcha\",\n    \"whiten\": \"acha ọcha\",\n    \"whitened\": \"achacha ọcha\",\n    \"whitener\": \"ọcha\",\n    \"whiteners\": \"ọcha\",\n    \"whiteness\": \"ọcha\",\n    \"whitening\": \"na-acha ọcha\",\n    \"whitens\": \"na-acha ọcha\",\n    \"whiteout\": \"acha ọcha\",\n    \"whiteouts\": \"acha ọcha\",\n    \"whitepot\": \"acha ọcha\",\n    \"whiter\": \"na-acha ọcha\",\n    \"whiteroot\": \"acha ọcha\",\n    \"whiterump\": \"acha ọcha\",\n    \"whites\": \"ọcha\",\n    \"whitesark\": \"ọcha\",\n    \"whiteseam\": \"Whiteseam\",\n    \"whiteshank\": \"ọcha\",\n    \"whiteside\": \"ọcha\",\n    \"whiteslave\": \"ọcha\",\n    \"whitesmith\": \"onye ọcha\",\n    \"whitespace\": \"ọcha\",\n    \"whitest\": \"kachasị ọcha\",\n    \"whitetail\": \"Ntọala\",\n    \"whitethorn\": \"icha\",\n    \"whitethroat\": \"Akwa Ono\",\n    \"whitetip\": \"Whitetip\",\n    \"whitetop\": \"ọcha\",\n    \"whiteveins\": \"ọcha\",\n    \"whitewards\": \"na-acha ọcha\",\n    \"whiteware\": \"ọcha\",\n    \"whitewash\": \"ọcha\",\n    \"whitewashed\": \"acha ọcha\",\n    \"whitewasher\": \"ncha ọcha\",\n    \"whitewashes\": \"ọcha\",\n    \"whitewashing\": \"ọcha\",\n    \"whiteweed\": \"acha ọcha\",\n    \"whitewing\": \"na-acha ọcha\",\n    \"whiteworm\": \"acha ọcha\",\n    \"whitewort\": \"acha ọcha\",\n    \"whitfield\": \"Oyibo\",\n    \"whitfinch\": \"Ugboro abụọ\",\n    \"whither\": \"ebee\",\n    \"whitherso\": \"ọcha\",\n    \"whithersoever\": \"ebe ọ bụla\",\n    \"whitherto\": \"ruo\",\n    \"whitherward\": \"ebe ọ bụla\",\n    \"whitherwards\": \"ebe ọ bụla\",\n    \"whity\": \"ọcha\",\n    \"whitier\": \"whiter\",\n    \"whities\": \"ọcha\",\n    \"whitiest\": \"kachasị\",\n    \"whiting\": \"na-acha ọcha\",\n    \"whitishness\": \"whitish ness\",\n    \"whitleyism\": \"Whitley si\",\n    \"whitling\": \"na-acha ọcha\",\n    \"whitlows\": \"Whitlows\",\n    \"whitlowwort\": \"whitlow wort\",\n    \"whitman\": \"Nwoke\",\n    \"whitmanese\": \"asụsụ ọcha\",\n    \"whitmanesque\": \"Chidinma\",\n    \"whitmanism\": \"ịbụ onye ọcha\",\n    \"whitmanize\": \"Whitmanize\",\n    \"whitney\": \"Whitney\",\n    \"whitneyite\": \"ọcha\",\n    \"whitrack\": \"ogbe\",\n    \"whitracks\": \"Akwa Ochie\",\n    \"whits\": \"Udo\",\n    \"whitsun\": \"Ugboro abụọ\",\n    \"whitsuntide\": \"Ugboro abụọ\",\n    \"whittaw\": \"ọcha\",\n    \"whitten\": \"ọcha\",\n    \"whittener\": \"ọcha\",\n    \"whitter\": \"kpoo\",\n    \"whitterick\": \"Udochukwu\",\n    \"whitters\": \"na-acha ọcha\",\n    \"whittled\": \"okpuru\",\n    \"whittler\": \"Udochukwu\",\n    \"whittles\": \"Ugboro abụọ\",\n    \"whittling\": \"Udochukwu\",\n    \"whittlings\": \"Udochukwu\",\n    \"whittret\": \"Ugboro abụọ\",\n    \"whittrets\": \"Udogbe\",\n    \"whittrick\": \"Ugboro abụọ\",\n    \"whitworth\": \"akwa\",\n    \"whiz\": \"Nkechi\",\n    \"whizz\": \"Nkechi\",\n    \"whizzed\": \"pịa\",\n    \"whizzerman\": \"nwoke whizzer\",\n    \"whizzers\": \"whizzer\",\n    \"whizziness\": \"nzuzu\",\n    \"whizzing\": \"na-egbu mmụọ\",\n    \"whizzingly\": \"na-ebe ákwá\",\n    \"whizzle\": \"pịa\",\n    \"who\": \"WHO\",\n    \"whoa\": \"onye\",\n    \"whod\": \"ọ bụ\",\n    \"whodunits\": \"Onyebuchi\",\n    \"whoever\": \"onye obula\",\n    \"whole\": \"dum\",\n    \"wholefood\": \"nri zuru ezu\",\n    \"wholehearted\": \"ji obi dum\",\n    \"wholeheartedly\": \"ji obi dum\",\n    \"wholeheartedness\": \"ji obi dum\",\n    \"wholely\": \"n'ozuzu\",\n    \"wholemeal\": \"dummeal\",\n    \"wholeness\": \"zuru ezu\",\n    \"wholesale\": \"N'ogbe\",\n    \"wholesaled\": \"N'ogbe\",\n    \"wholesalely\": \"N'ogbe\",\n    \"wholesaleness\": \"N'ogbe ness\",\n    \"wholesaler\": \"onye na-ere ahịa\",\n    \"wholesalers\": \"ndị na-ere ahịa\",\n    \"wholesales\": \"N'ogbe\",\n    \"wholesaling\": \"Ahụ ike\",\n    \"wholesome\": \"Ahụ dị mma\",\n    \"wholesomely\": \"nanị\",\n    \"wholesomeness\": \"nnabata\",\n    \"wholesomer\": \"onye ahu\",\n    \"wholesomest\": \"Nke kachasị njọ\",\n    \"wholetone\": \"onye ahu\",\n    \"wholewise\": \"dum\",\n    \"wholism\": \"Nwoke\",\n    \"wholisms\": \"onyegbula\",\n    \"wholistic\": \"Uchechukwu\",\n    \"wholl\": \"kụọ\",\n    \"wholly\": \"kpam kpam\",\n    \"whom\": \"onye\",\n    \"whomble\": \"na-egbu egbu\",\n    \"whomever\": \"onye obula\",\n    \"whomp\": \"onye ọ bụla\",\n    \"whomped\": \"Ihiak\",\n    \"whomping\": \"na-egbusi\",\n    \"whomps\": \"ọmarịcha\",\n    \"whomso\": \"onye\",\n    \"whomsoever\": \"onye obula\",\n    \"whone\": \"onye\",\n    \"whoo\": \"onye\",\n    \"whoof\": \"Nwoke\",\n    \"whoop\": \"Nwoke\",\n    \"whoope\": \"Nwoke\",\n    \"whooped\": \"Nwoke\",\n    \"whoopees\": \"onyechi\",\n    \"whooper\": \"onye nzuzu\",\n    \"whoopers\": \"Nwoke\",\n    \"whooping\": \"ikpa\",\n    \"whoopingly\": \"na-eche\",\n    \"whoopla\": \"Onyema\",\n    \"whooplas\": \"Onyegbula\",\n    \"whooplike\": \"onyeano\",\n    \"whoops\": \"ọnye\",\n    \"whooses\": \"Nwokochi\",\n    \"whooshed\": \"Uchechukwu\",\n    \"whooshes\": \"Uchechukwu\",\n    \"whooshing\": \"na-egbu\",\n    \"whoosy\": \"OnyeIke\",\n    \"whoosies\": \"Ugbala\",\n    \"whoosis\": \"onye oria\",\n    \"whoosises\": \"Onyebueze\",\n    \"whoot\": \"Onyeukwu\",\n    \"whop\": \"onye\",\n    \"whopped\": \"Ihiala\",\n    \"whopper\": \"onye ọ bụla\",\n    \"whoppers\": \"ndị na-egbu egbu\",\n    \"whopping\": \"ịppingụ\",\n    \"whorage\": \"ịkwụ ụgwọ\",\n    \"whore\": \"akwụna\",\n    \"whored\": \"akwuna\",\n    \"whoredom\": \"akwụna\",\n    \"whoredoms\": \"akwụna\",\n    \"whorehouse\": \"ụlọ akwụna\",\n    \"whorehouses\": \"ụlọ akwụna\",\n    \"whoreishly\": \"akwụna\",\n    \"whoreishness\": \"akwụna\",\n    \"whorelike\": \"akwụna akwụna\",\n    \"whoremaster\": \"onye akwụna\",\n    \"whoremastery\": \"akwụna\",\n    \"whoremasterly\": \"onye nzuzu\",\n    \"whoremonger\": \"onye na-akwa iko\",\n    \"whoremongering\": \"na-akwa iko\",\n    \"whoremonging\": \"na-akwa iko\",\n    \"whores\": \"akwụna\",\n    \"whoreship\": \"akwụna\",\n    \"whoreson\": \"Nwanyị akwụna\",\n    \"whoresons\": \"akwụna\",\n    \"whory\": \"onye nzuzu\",\n    \"whoring\": \"iko\",\n    \"whorish\": \"Igha\",\n    \"whorishly\": \"igha\",\n    \"whorishness\": \"iko\",\n    \"whorl\": \"Ichie\",\n    \"whorle\": \"Iri ahu\",\n    \"whorled\": \"Onyekwena\",\n    \"whorlflower\": \"ifuru ifuru\",\n    \"whorly\": \"Onyeukwu\",\n    \"whorlywort\": \"whorl wort\",\n    \"whorls\": \"Onyeukwu\",\n    \"whorry\": \"igha\",\n    \"whort\": \"kootu\",\n    \"whortle\": \"akwa nwa\",\n    \"whortleberry\": \"Onyegbula\",\n    \"whortleberries\": \"Nwa osisi\",\n    \"whortles\": \"na-agbatị\",\n    \"whorts\": \"Onyekwere\",\n    \"whose\": \"onye\",\n    \"whosen\": \"Osiak\",\n    \"whosesoever\": \"onye o bula\",\n    \"whosever\": \"onye nwe\",\n    \"whosis\": \"onye\",\n    \"whosises\": \"na-ekwu\",\n    \"whoso\": \"onye\",\n    \"whosoever\": \"onye obula\",\n    \"whosome\": \"Ahụ dị mma\",\n    \"whosomever\": \"onye obula\",\n    \"whosumdever\": \"onye\",\n    \"whsle\": \"whale\",\n    \"whud\": \"ekwenti\",\n    \"whuff\": \"afụ\",\n    \"whuffle\": \"ikwusi ike\",\n    \"whulk\": \"ịkpa\",\n    \"whummle\": \"tie mkpu\",\n    \"whump\": \"nna ukwu\",\n    \"whumped\": \"gbaba\",\n    \"whumping\": \"na-ada ụda\",\n    \"whumps\": \"mkpọtụ\",\n    \"whunstane\": \"okpokoro\",\n    \"whup\": \"kpuchie\",\n    \"whussle\": \"mkpọsa\",\n    \"whute\": \"nzuzu\",\n    \"whuther\": \"achakwu\",\n    \"whutter\": \"kpoo\",\n    \"whuttering\": \"na-ekwu okwu\",\n    \"wibble\": \"okwute\",\n    \"wice\": \"nzu\",\n    \"wick\": \"ogho\",\n    \"wicked\": \"mmebi iwu\",\n    \"wickeder\": \"onye ojoo\",\n    \"wickedest\": \"kasị njọ\",\n    \"wickedish\": \"imebi iwu\",\n    \"wickedly\": \"dị njọ\",\n    \"wickedlike\": \"dị njọ\",\n    \"wickedness\": \"mmebi iwu\",\n    \"wicken\": \"ọgbụgba\",\n    \"wicker\": \"Ọka\",\n    \"wickerby\": \"Onyeka\",\n    \"wickers\": \"Wichie\",\n    \"wickerwork\": \"ọrụ wickerwork\",\n    \"wickerworked\": \"wickerwork-arụ ọrụ\",\n    \"wickerworker\": \"onye na acho\",\n    \"wicket\": \"eriri\",\n    \"wicketkeep\": \"ihe ndozi\",\n    \"wicketkeeper\": \"osikapa\",\n    \"wicketkeeping\": \"nchekwa wicket\",\n    \"wickets\": \"wịketị\",\n    \"wicketwork\": \"eriri ntụtụ\",\n    \"wicky\": \"onye nzuzu\",\n    \"wicking\": \"ịkọ\",\n    \"wickings\": \"ọmarịcha\",\n    \"wickiup\": \"Wickiup\",\n    \"wickyup\": \"Onyekwere\",\n    \"wickiups\": \"mmachi\",\n    \"wickyups\": \"Onyekachukwu\",\n    \"wickless\": \"enweghị adighi\",\n    \"wicks\": \"ọrịre\",\n    \"wickthing\": \"ihe ọ bụla\",\n    \"wickup\": \"iti mkpu\",\n    \"wycliffian\": \"Nwachị\",\n    \"wycliffist\": \"Onyema Nwoke\",\n    \"wyclifian\": \"Onye Ike\",\n    \"wyclifism\": \"okwe\",\n    \"wyclifite\": \"Onyebisi\",\n    \"wicopy\": \"ọicoụ\",\n    \"wid\": \"obosara\",\n    \"widdendream\": \"Anya mmiri\",\n    \"widder\": \"wider\",\n    \"widders\": \"ndị widwid\",\n    \"widdie\": \"nke ukwuu\",\n    \"widdies\": \"ụmụ nwanyị\",\n    \"widdifow\": \"Nwunye\",\n    \"widdle\": \"ogwe aka\",\n    \"widdled\": \"gbasaa\",\n    \"widdles\": \"ndudue\",\n    \"widdling\": \"ịgbasa\",\n    \"widdrim\": \"obosara\",\n    \"wide\": \"obosara\",\n    \"wideawake\": \"saghepụrụ anya\",\n    \"wideband\": \"eriri\",\n    \"widegab\": \"Obosara\",\n    \"widegap\": \"mbara\",\n    \"widehearted\": \"obi dum\",\n    \"widely\": \"n'ọtụtụ ebe\",\n    \"widemouthed\": \"saa mbara\",\n    \"widen\": \"gbasawanụ\",\n    \"widened\": \"gbasaa\",\n    \"widener\": \"widena\",\n    \"wideners\": \"Mgbasawanye\",\n    \"wideness\": \"obosara\",\n    \"widenesses\": \"obosara\",\n    \"widening\": \"na-agbasa\",\n    \"widens\": \"gbasaa\",\n    \"wider\": \"sara mbara\",\n    \"widershins\": \"Mgbasawanye\",\n    \"wides\": \"saa mbara\",\n    \"widespread\": \"gbasasịa\",\n    \"widespreadedly\": \"n'ọtụtụ ebe\",\n    \"widespreading\": \"agbasa\",\n    \"widespreadly\": \"n'ọtụtụ ebe\",\n    \"widespreadness\": \"mgbasa\",\n    \"widewhere\": \"n'obosara\",\n    \"widework\": \"Obosara\",\n    \"widgeons\": \"Oyibo\",\n    \"widget\": \"wijetị\",\n    \"widgets\": \"wijetị\",\n    \"widish\": \"gbasawanụ\",\n    \"widorror\": \"onye ozo\",\n    \"widow\": \"nwanyị di ya nwụrụ\",\n    \"widowed\": \"nwanyị di ya nwụrụ\",\n    \"widower\": \"nwoke di ya nwụrụ\",\n    \"widowered\": \"nwanyị nwụrụ\",\n    \"widowerhood\": \"nwunye di ma ọ bụ nwunye ya\",\n    \"widowery\": \"nwaanyị di ya nwụrụ\",\n    \"widowers\": \"ụmụ nwanyị di ha nwụrụ\",\n    \"widowership\": \"nwunye di ya nwụrụ\",\n    \"widowhood\": \"nwanyị di ya nwụrụ\",\n    \"widowy\": \"nwanyị di ya nwụrụ\",\n    \"widowing\": \"ebeakpa\",\n    \"widowish\": \"di ya nwụrụ\",\n    \"widowly\": \"di ya nwụrụ\",\n    \"widowlike\": \"nwanyị di ya nwụrụ\",\n    \"widowman\": \"nwanyị di ya nwụrụ\",\n    \"widowmen\": \"ụmụ nwanyị di ha nwụrụ\",\n    \"widows\": \"ndị inyom di ha nwụrụ\",\n    \"width\": \"obosara\",\n    \"widthless\": \"obosara\",\n    \"widths\": \"Obosara\",\n    \"widthway\": \"obosara\",\n    \"widthways\": \"obosara\",\n    \"widthwise\": \"obosara\",\n    \"wiedersehen\": \"wiedershen\",\n    \"wield\": \"jikwaa\",\n    \"wieldable\": \"nwere ike\",\n    \"wieldableness\": \"njikwa\",\n    \"wielded\": \"ejiri\",\n    \"wielders\": \"Ndị na-ekpo wiel\",\n    \"wieldy\": \"jisie ike\",\n    \"wieldiest\": \"kacha mma\",\n    \"wieldiness\": \"njigide\",\n    \"wielding\": \"iji\",\n    \"wyes\": \"anya\",\n    \"wife\": \"nwunye\",\n    \"wifecarl\": \"Nwunye\",\n    \"wifed\": \"wifif\",\n    \"wifehood\": \"nwunye\",\n    \"wifehoods\": \"nwunye\",\n    \"wifeism\": \"nwunye\",\n    \"wifekin\": \"nwunye\",\n    \"wifeless\": \"nwunye\",\n    \"wifelessness\": \"enweghị nwunye\",\n    \"wifelet\": \"nwunye\",\n    \"wifely\": \"nwunye\",\n    \"wifeliness\": \"Nwunye\",\n    \"wifeling\": \"na-egbu egbu\",\n    \"wifeship\": \"ịbụ nwunye\",\n    \"wifething\": \"ihe\",\n    \"wifeward\": \"nwunye\",\n    \"wigdom\": \"nzuzu\",\n    \"wigeons\": \"ndi kpalakwukwu\",\n    \"wigged\": \"wig\",\n    \"wiggery\": \"ntighari\",\n    \"wigging\": \"wiggins\",\n    \"wiggings\": \"wiggins\",\n    \"wiggishness\": \"nzuzu\",\n    \"wiggism\": \"nkwochi\",\n    \"wiggled\": \"wiggle\",\n    \"wigglier\": \"ọfụma\",\n    \"wiggling\": \"na-agbagharị\",\n    \"wightness\": \"ịdị uchu\",\n    \"wigless\": \"wig obere\",\n    \"wiglike\": \"wig dị ka\",\n    \"wigmaking\": \"wig na-eme\",\n    \"wigtail\": \"pigtail\",\n    \"wigwag\": \"wig wag\",\n    \"wigwagging\": \"na-agbagharị\",\n    \"wigwags\": \"wigwams\",\n    \"wykehamical\": \"Onyedikachukwu\",\n    \"wykehamist\": \"Onyebuchukwu Nwoke\",\n    \"wiking\": \"ịgba ọsọ\",\n    \"wilcoxon\": \"Nwoke\",\n    \"wild\": \"ohia\",\n    \"wildbore\": \"ọhịa\",\n    \"wildcard\": \"anụ ọhịa\",\n    \"wildcat\": \"anụ ọhịa\",\n    \"wildcats\": \"anụ ọhịa\",\n    \"wildcatted\": \"anụ ọhịa\",\n    \"wildcatter\": \"ịkpa anụ ọhịa\",\n    \"wildcatting\": \"ịkpa anụ ọhịa\",\n    \"wilded\": \"igbo\",\n    \"wilder\": \"onye wilder\",\n    \"wildered\": \"bie\",\n    \"wilderedly\": \"jiri anya\",\n    \"wildering\": \"na-agbasi ike\",\n    \"wilderment\": \"ebibi\",\n    \"wildern\": \"Onyewu\",\n    \"wilderness\": \"ozara\",\n    \"wildernesses\": \"ebili\",\n    \"wilders\": \"igbo\",\n    \"wildest\": \"kasị dị\",\n    \"wildfire\": \"ọkụ ọgbụgba\",\n    \"wildfires\": \"oku oku\",\n    \"wildflower\": \"okooko osisi\",\n    \"wildflowers\": \"okooko osisi\",\n    \"wildfowl\": \"Anụ ọhịa\",\n    \"wildfowler\": \"ohia ohia\",\n    \"wildfowling\": \"anụ ọhịa\",\n    \"wildfowls\": \"anu ohia\",\n    \"wildgrave\": \"kechie\",\n    \"wilding\": \"Onyegbula\",\n    \"wildings\": \"igbochi\",\n    \"wildish\": \"igbo\",\n    \"wildishly\": \"igbo\",\n    \"wildishness\": \"ọhia\",\n    \"wildly\": \"igbo\",\n    \"wildlife\": \"anụ ọhịa\",\n    \"wildlike\": \"anụ ọhịa\",\n    \"wildling\": \"anụ ọkụ\",\n    \"wildlings\": \"anụ ọkụ\",\n    \"wildness\": \"ozara\",\n    \"wildnesses\": \"Ọhịa\",\n    \"wilds\": \"ohia\",\n    \"wildsome\": \"Onyekwere\",\n    \"wildtype\": \"ụdị ohia\",\n    \"wildwind\": \"ohia\",\n    \"wildwood\": \"Anụ ọhịa\",\n    \"wildwoods\": \"Anụ ọhịa\",\n    \"wyle\": \"wile\",\n    \"wyled\": \"akwa\",\n    \"wileful\": \"kpachaara anya\",\n    \"wyles\": \"ugogbe\",\n    \"wilful\": \"kpachaara anya\",\n    \"wilfully\": \"kpachara anya\",\n    \"wilfulness\": \"nzuzu\",\n    \"wilhelm\": \"Nkechi\",\n    \"wilhelmine\": \"Onyekachukwu\",\n    \"wilycoat\": \"okpokoro\",\n    \"wilily\": \"wilil\",\n    \"wiliness\": \"nzuzu\",\n    \"wilinesses\": \"Ikechukwu\",\n    \"wiling\": \"na-afụ ụfụ\",\n    \"wyling\": \"Onyeka\",\n    \"wilkeite\": \"Nwokeji\",\n    \"wilkinson\": \"Onyekachukwu\",\n    \"will\": \"ga\",\n    \"willable\": \"willal\",\n    \"willble\": \"dị egwu\",\n    \"willed\": \"chọrọ\",\n    \"willedness\": \"ịdị njikere\",\n    \"willeyer\": \"onye nkuku\",\n    \"willful\": \"kpachaara anya\",\n    \"willfully\": \"kpachara anya\",\n    \"willfulness\": \"ịdị njikere\",\n    \"willi\": \"ga\",\n    \"willyard\": \"ogige\",\n    \"willyart\": \"ucheyart\",\n    \"willied\": \"ekwere\",\n    \"willier\": \"ga-adịkwu ọkụ\",\n    \"willyer\": \"onye obula\",\n    \"williewaucht\": \"mmmmmmmmmmmmm\",\n    \"willying\": \"inyocha\",\n    \"willing\": \"dị njikere\",\n    \"willinger\": \"njikere\",\n    \"willingest\": \"njikere\",\n    \"willinghearted\": \"afọ ofufo\",\n    \"willinghood\": \"njikere\",\n    \"willingly\": \"n'afọ ofufo\",\n    \"willingness\": \"njikere\",\n    \"williwaus\": \"ucheiwaus\",\n    \"willywaws\": \"williwaws\",\n    \"willmaker\": \"emee\",\n    \"willmaking\": \"emee\",\n    \"willness\": \"ọdịmma\",\n    \"willowed\": \"willow\",\n    \"willower\": \"willowy\",\n    \"willowiness\": \"ịba amị\",\n    \"willowing\": \"na-egbu mara\",\n    \"willowlike\": \"willow dị ka\",\n    \"willowware\": \"willow ware\",\n    \"willowweed\": \"igbo willow\",\n    \"willpower\": \"ike\",\n    \"wills\": \"uche\",\n    \"willugbaeya\": \"willughbeia\",\n    \"wilning\": \"Na-achọ\",\n    \"wilroun\": \"Nweta\",\n    \"wilsome\": \"amamiihe\",\n    \"wilsomeness\": \"nweghi mara\",\n    \"wilson\": \"Wilson\",\n    \"wilsonian\": \"Wishọnian\",\n    \"wilt\": \"uche\",\n    \"wilted\": \"chọrọ\",\n    \"wilting\": \"Iwepụ\",\n    \"wilton\": \"Wilton\",\n    \"wiltshire\": \"ogha\",\n    \"wimberry\": \"wimberị\",\n    \"wimble\": \"wimkpu\",\n    \"wimbled\": \"wimkpu\",\n    \"wimblelike\": \"kpafuo dị ka\",\n    \"wimbling\": \"wgba\",\n    \"wimbrel\": \"Udochukwu\",\n    \"wimick\": \"ọsịm\",\n    \"wimlunge\": \"igwu mmiri\",\n    \"wymote\": \"akara aka\",\n    \"wimple\": \"nkuchi\",\n    \"wimpled\": \"anya\",\n    \"wimpleless\": \"enweghị atụ\",\n    \"wimples\": \"nkuchi\",\n    \"wimpling\": \"ịkpa\",\n    \"win\": \"merie\",\n    \"winare\": \"oku\",\n    \"winced\": \"merie\",\n    \"wincey\": \"Ohere\",\n    \"winceys\": \"mmanya\",\n    \"wincer\": \"onye mmeri\",\n    \"winched\": \"Ogbe\",\n    \"winchers\": \"Ndị mmeri\",\n    \"winches\": \"winch\",\n    \"winchester\": \"Ogba\",\n    \"winching\": \"mmeri\",\n    \"wincing\": \"na-emeri\",\n    \"wincingly\": \"na-emeri\",\n    \"wind\": \"ifufe\",\n    \"wynd\": \"mmmmmmmmmmmm\",\n    \"windable\": \"ikuku\",\n    \"windage\": \"ikuku mmiri\",\n    \"windages\": \"ikuku\",\n    \"windas\": \"ifufe\",\n    \"windbag\": \"Akpa ikuku\",\n    \"windbagged\": \"akpa ikuku\",\n    \"windbaggery\": \"akpa ikuku\",\n    \"windbags\": \"Akpa ikuku\",\n    \"windball\": \"ikuku ikuku\",\n    \"windberry\": \"ntụ ntụ\",\n    \"windbibber\": \"ikuku ikuku\",\n    \"windblast\": \"ikuku ikuku\",\n    \"windblown\": \"ifufe\",\n    \"windboat\": \"ụgbọ mmiri\",\n    \"windbore\": \"ikuku\",\n    \"windbound\": \"ikuku\",\n    \"windbracing\": \"ikuku nkwado\",\n    \"windbreak\": \"ikuku ikuku\",\n    \"windbreaker\": \"ikuku ikuku\",\n    \"windbroach\": \"ikuku ikuku\",\n    \"windburn\": \"ikuku ikuku\",\n    \"windburned\": \"ikuku gbara\",\n    \"windburning\": \"ikuku ikuku\",\n    \"windburns\": \"ikuku ikuku\",\n    \"windburnt\": \"ikuku ikuku\",\n    \"windcatcher\": \"ifufe\",\n    \"windcheater\": \"ikuku mmiri\",\n    \"windchest\": \"ikuku\",\n    \"windclothes\": \"akwa ifufe\",\n    \"windcuffer\": \"ikuku ikuku\",\n    \"winddog\": \"ikuku\",\n    \"winded\": \"ikuku\",\n    \"windedly\": \"ikuku\",\n    \"windedness\": \"ifufe\",\n    \"windel\": \"ikuku\",\n    \"winder\": \"ikuku mmiri\",\n    \"windfall\": \"ikuku mmiri\",\n    \"windfish\": \"ifufe\",\n    \"windfishes\": \"windfish\",\n    \"windflaw\": \"ikuku mmiri\",\n    \"windflower\": \"okpokoro\",\n    \"windflowers\": \"ikuku mmiri\",\n    \"windgalled\": \"ikuku\",\n    \"windhole\": \"ikuku mmiri\",\n    \"windhover\": \"ikuku mmiri\",\n    \"windy\": \"ikuku ikuku\",\n    \"windiest\": \"kasị nwee mmeri\",\n    \"windily\": \"ikuku\",\n    \"windill\": \"ikuku\",\n    \"windiness\": \"ifufe\",\n    \"winding\": \"asọfe\",\n    \"windingly\": \"ikuku\",\n    \"windingness\": \"ikuku\",\n    \"windjam\": \"ifufe\",\n    \"windjammer\": \"ifufe\",\n    \"windjamming\": \"ifufe\",\n    \"windlass\": \"ikuku mmiri\",\n    \"windlasses\": \"ugogbe anya\",\n    \"windlassing\": \"ikuku mmiri\",\n    \"windled\": \"gbara gburugburu\",\n    \"windles\": \"ikuku\",\n    \"windless\": \"enweghi ikuku\",\n    \"windlessly\": \"n'emeghị ikuku\",\n    \"windlessness\": \"enweghi ikuku\",\n    \"windlestraw\": \"ikuku mmiri\",\n    \"windlike\": \"ikuku\",\n    \"windling\": \"ikuku\",\n    \"windlings\": \"windings\",\n    \"windmill\": \"igwe ikuku\",\n    \"windmilled\": \"igwe ikuku\",\n    \"windmilly\": \"igwe ikuku\",\n    \"windmilling\": \"ikuku mmiri\",\n    \"windmills\": \"igwe ikuku\",\n    \"windock\": \"ikuku\",\n    \"windore\": \"ikuku\",\n    \"window\": \"windo\",\n    \"windowful\": \"enweghị windo\",\n    \"windowy\": \"windo\",\n    \"windowless\": \"enweghị windo\",\n    \"windowlessness\": \"enweghị windo ness\",\n    \"windowlet\": \"windo\",\n    \"windowlight\": \"ọkụ windo\",\n    \"windowlike\": \"yiri window\",\n    \"windowmaker\": \"eme windo\",\n    \"windowmaking\": \"eme window\",\n    \"windowpane\": \"mpio windo\",\n    \"windowpanes\": \"windo windo\",\n    \"windowpeeper\": \"mpio windo\",\n    \"windows\": \"windo\",\n    \"windowshopping\": \"ịzụ ahịa na windo\",\n    \"windowshut\": \"window mechie\",\n    \"windowsill\": \"windo\",\n    \"windowward\": \"n'ihu\",\n    \"windowwards\": \"windo windo\",\n    \"windpipe\": \"ikuku ikuku\",\n    \"windpipes\": \"ọkpọkọ ikuku\",\n    \"windplayer\": \"ikuku mmiri\",\n    \"windring\": \"ikuku\",\n    \"windroad\": \"ikuku\",\n    \"windrode\": \"ikuku\",\n    \"windroot\": \"ikuku ikuku\",\n    \"windrow\": \"ikuku\",\n    \"windrowed\": \"ikuku okuku\",\n    \"windrower\": \"ikuku ikuku\",\n    \"windrowing\": \"ikuku\",\n    \"windrows\": \"ikuku\",\n    \"winds\": \"ifufe\",\n    \"wynds\": \"mmmmmmmmmmmm\",\n    \"windsailor\": \"ifufe akuku\",\n    \"windshake\": \"ikuku ikuku\",\n    \"windshields\": \"okirikiri windo\",\n    \"windship\": \"ifufe\",\n    \"windshock\": \"windsock\",\n    \"windslab\": \"ikuku ikuku\",\n    \"windsor\": \"ikuku ikuku\",\n    \"windsorite\": \"ikuku mmiri\",\n    \"windstorm\": \"ifufe\",\n    \"windstorms\": \"oké ifufe\",\n    \"windstream\": \"ikuku ikuku\",\n    \"windsurf\": \"ikuku ikuku\",\n    \"windswept\": \"ikuku ikuku\",\n    \"windtight\": \"ikuku\",\n    \"windway\": \"uzo ikuku\",\n    \"windways\": \"okporo ụzọ windo\",\n    \"windward\": \"ikuku\",\n    \"windwardly\": \"ifufe\",\n    \"windwardmost\": \"nke kachasi nso\",\n    \"windwardness\": \"ifufe\",\n    \"windwards\": \"ikuku\",\n    \"wine\": \"mmanya\",\n    \"wineball\": \"bọl\",\n    \"wineberry\": \"mmanya mmanya\",\n    \"wineberries\": \"mmanya mmanya\",\n    \"winebibber\": \"mmanya mmanya\",\n    \"winebibbery\": \"mmanya mmanya mmanya\",\n    \"winebibbing\": \"ịbụ mmanya\",\n    \"winebrennerian\": \"onyenwenu\",\n    \"wineconner\": \"mmanya mmanya\",\n    \"wined\": \"chọrọ\",\n    \"winedraf\": \"Winedraf\",\n    \"wineglass\": \"mmanya iko\",\n    \"wineglasses\": \"mmanya iko\",\n    \"wineglassful\": \"mmanya na-egbu egbu\",\n    \"wineglassfuls\": \"ihe ọgụ wineụ mmanya\",\n    \"winegrower\": \"onye na-akụ mmanya\",\n    \"winegrowing\": \"ịgụ mmanya\",\n    \"winehouse\": \"ụlọ mmanya\",\n    \"winey\": \"mmanya na-egbu egbu\",\n    \"wineyard\": \"ogige mmanya\",\n    \"wineier\": \"windier\",\n    \"wineiest\": \"kasị nwee mmeri\",\n    \"wineless\": \"enweghị mmanya\",\n    \"winelike\": \"mmanya dị ka\",\n    \"winemake\": \"mmanya winem\",\n    \"winemaker\": \"mmanya winem\",\n    \"winemaking\": \"mmanya na-eme\",\n    \"winemaster\": \"mmanya mmanya\",\n    \"winepot\": \"ite mmanya\",\n    \"winepress\": \"ebe nzọchapụta mmanya\",\n    \"winepresser\": \"onye na-azọcha mmanya\",\n    \"winer\": \"onye mmeri\",\n    \"winery\": \"mmanya\",\n    \"winers\": \"ndị mmeri\",\n    \"wines\": \"mmanya\",\n    \"winesap\": \"mmanya\",\n    \"wineshop\": \"ụlọ ahịa mmanya\",\n    \"wineshops\": \"ụlọ ahịa mmanya\",\n    \"wineskin\": \"akpụkpọ mmanya\",\n    \"wineskins\": \"karama akpụkpọ\",\n    \"winesop\": \"mmanya\",\n    \"winetaster\": \"mmanya ụtọ\",\n    \"winetasting\": \"mmanya ụtọ\",\n    \"winetree\": \"mmanya vine\",\n    \"winevat\": \"olulu mmanya\",\n    \"winful\": \"mmeri\",\n    \"wing\": \"nku\",\n    \"wingable\": \"nku\",\n    \"wingate\": \"nku\",\n    \"wingback\": \"nku\",\n    \"wingbacks\": \"nku nku\",\n    \"wingbeat\": \"nku\",\n    \"wingbow\": \"nkuaka\",\n    \"wingbows\": \"nku nku\",\n    \"wingcut\": \"nku\",\n    \"wingding\": \"nku\",\n    \"wingdings\": \"nku\",\n    \"winged\": \"nku ya\",\n    \"wingedly\": \"nku\",\n    \"wingedness\": \"nku\",\n    \"winger\": \"nkpuru\",\n    \"wingers\": \"nku\",\n    \"wingfish\": \"nku azụ\",\n    \"wingfishes\": \"nku nku\",\n    \"winghanded\": \"nku aka\",\n    \"wingy\": \"nku\",\n    \"wingier\": \"nku\",\n    \"wingiest\": \"nku\",\n    \"winging\": \"nku\",\n    \"wingle\": \"nku\",\n    \"wingless\": \"nku na nku\",\n    \"winglessness\": \"enweghị nku\",\n    \"winglet\": \"nkuchi\",\n    \"winglets\": \"nkuchi\",\n    \"winglike\": \"nku\",\n    \"wingman\": \"nkuchi\",\n    \"wingmanship\": \"nku\",\n    \"wingmen\": \"ndi nku nku\",\n    \"wingover\": \"nku nku\",\n    \"wingpiece\": \"nku\",\n    \"wingpost\": \"nkuchi\",\n    \"wings\": \"nku\",\n    \"wingseed\": \"nku nku\",\n    \"wingspan\": \"nku\",\n    \"wingspans\": \"nku nku\",\n    \"wingspread\": \"nku nku\",\n    \"wingspreads\": \"nku nku\",\n    \"wingstem\": \"nku\",\n    \"wingtip\": \"nku\",\n    \"winy\": \"mmanya\",\n    \"winiest\": \"kasị mma\",\n    \"wining\": \"na-emeri\",\n    \"wink\": \"iku anya\",\n    \"winked\": \"ntabi anya\",\n    \"winkel\": \"ntabi\",\n    \"winkelman\": \"Onyekachukwu\",\n    \"winker\": \"ntabi anya\",\n    \"winkered\": \"nteke\",\n    \"winking\": \"iku anya\",\n    \"winkingly\": \"n'ilu anya\",\n    \"winkle\": \"iku anya\",\n    \"winkled\": \"ntabi anya\",\n    \"winkles\": \"ntabi anya\",\n    \"winklet\": \"ntabi anya\",\n    \"winkling\": \"iku anya\",\n    \"winklot\": \"ntabi anya\",\n    \"winless\": \"enweghị mmeri\",\n    \"winlestrae\": \"windlestrae\",\n    \"winly\": \"mmeri\",\n    \"winnable\": \"emeri\",\n    \"winnecowet\": \"Obiakor\",\n    \"winned\": \"merie\",\n    \"winnel\": \"okpuru mmiri\",\n    \"winner\": \"onye mmeri\",\n    \"winners\": \"ndi mmeri\",\n    \"winning\": \"na-emeri\",\n    \"winningly\": \"na-emeri\",\n    \"winningness\": \"mmeri\",\n    \"winnings\": \"mmeri\",\n    \"winnocks\": \"Onochi\",\n    \"winnonish\": \"mmmmmmmmmmmm\",\n    \"winnow\": \"afụcha\",\n    \"winnowed\": \"afụcha\",\n    \"winnower\": \"emeri\",\n    \"winnowers\": \"ndị ọkpọ mmiri\",\n    \"winnowing\": \"ịchacha mmiri\",\n    \"winnowingly\": \"n'emeghị anya\",\n    \"winnows\": \"sọfụ\",\n    \"winos\": \"mmanya\",\n    \"wins\": \"mmeri\",\n    \"winslow\": \"winlow\",\n    \"winsome\": \"winoms\",\n    \"winsomely\": \"na-emeri\",\n    \"winsomeness\": \"Nwunye\",\n    \"winsomer\": \"Onye mmeri\",\n    \"winsomest\": \"Onyema\",\n    \"winston\": \"mmeri\",\n    \"winter\": \"oyi\",\n    \"winterage\": \"mmanya\",\n    \"winterberry\": \"oyi\",\n    \"winterbloom\": \"Oge oyi\",\n    \"winterbound\": \"Oge oyi\",\n    \"winterbourne\": \"oge oyi\",\n    \"wintercreeper\": \"oge oyi\",\n    \"winterdykes\": \"Oge oyi\",\n    \"wintered\": \"oyi\",\n    \"winterfed\": \"Oge oyi\",\n    \"winterfeed\": \"Oge oyi\",\n    \"winterfeeding\": \"Ugwu oyi\",\n    \"winterffed\": \"Oge oyi\",\n    \"wintergreen\": \"Ugba oyi\",\n    \"wintergreens\": \"Oyi-oyi\",\n    \"winterhain\": \"Oge oyi\",\n    \"wintery\": \"mmanya\",\n    \"winterier\": \"Oge oyi\",\n    \"winteriest\": \"n'oge oyi\",\n    \"wintering\": \"oge oyi\",\n    \"winterish\": \"oyi\",\n    \"winterishly\": \"n'oge oyi\",\n    \"winterishness\": \"oyi\",\n    \"winterization\": \"Oge oyi\",\n    \"winterize\": \"oyi\",\n    \"winterized\": \"oge oyi\",\n    \"winterizes\": \"na-ajụ oyi\",\n    \"winterizing\": \"na-ajụ oyi\",\n    \"winterkill\": \"ihechi oyi\",\n    \"winterkilled\": \"oyi egbuo\",\n    \"winterkilling\": \"oyi egbu\",\n    \"winterkills\": \"ihe oyi\",\n    \"winterly\": \"n'oge oyi\",\n    \"winterlike\": \"oyi\",\n    \"winterliness\": \"ini etuep\",\n    \"winterling\": \"oyi\",\n    \"winterproof\": \"oyi na-egbochi oyi\",\n    \"winters\": \"wintter\",\n    \"wintertide\": \"oge oyi\",\n    \"wintertime\": \"ini etuep\",\n    \"winterward\": \"n'oge oyi\",\n    \"winterwards\": \"n'oge oyi\",\n    \"winterweed\": \"Oge oyi\",\n    \"winterweight\": \"oyi\",\n    \"wintling\": \"na-ada\",\n    \"wintry\": \"wintiri\",\n    \"wintrify\": \"wintify\",\n    \"wintrous\": \"wint\",\n    \"winzes\": \"mmeri\",\n    \"wyoming\": \"Nwoke\",\n    \"wyomingite\": \"nnenyi\",\n    \"wipe\": \"hichapụ\",\n    \"wiped\": \"kpochapụrụ\",\n    \"wipeout\": \"hichapụ\",\n    \"wipeouts\": \"na-ehichapụ\",\n    \"wiper\": \"ihichapu\",\n    \"wipers\": \"ndị na-ehichapụ ya\",\n    \"wipes\": \"na-ehichapụ\",\n    \"wiping\": \"ihicha\",\n    \"wips\": \"na-ehichapụ\",\n    \"wirable\": \"wiable\",\n    \"wirble\": \"na-agbarụ\",\n    \"wird\": \"adighi\",\n    \"wire\": \"waya\",\n    \"wirebar\": \"wayabar\",\n    \"wirebird\": \"eriri waya\",\n    \"wirecutters\": \"ihe nkedo\",\n    \"wired\": \"waya\",\n    \"wiredancing\": \"wiredncing\",\n    \"wiregrass\": \"wayagrass\",\n    \"wirehair\": \"waya\",\n    \"wirehaired\": \"Ejiri waya\",\n    \"wirehairs\": \"waya wayars\",\n    \"wireless\": \"ikuku\",\n    \"wirelessed\": \"ikuku\",\n    \"wirelesses\": \"ikuku\",\n    \"wirelessing\": \"Ikuku\",\n    \"wirelessly\": \"ikuku\",\n    \"wirelessness\": \"ikuku\",\n    \"wirelike\": \"waya\",\n    \"wiremaking\": \"ihichapu\",\n    \"wireman\": \"waya\",\n    \"wiremen\": \"waya\",\n    \"wirephoto\": \"wayaphoto\",\n    \"wirephotos\": \"foto\",\n    \"wirepull\": \"wayapull\",\n    \"wirepuller\": \"wayapuller\",\n    \"wirepullers\": \"wayapullers\",\n    \"wirepulling\": \"waya Anam Udeme\",\n    \"wirer\": \"waya\",\n    \"wirers\": \"wires\",\n    \"wiretail\": \"waya\",\n    \"wiretap\": \"wayatap\",\n    \"wiretapped\": \"izipu ya\",\n    \"wiretapper\": \"wayatapa\",\n    \"wiretappers\": \"wayatippers\",\n    \"wiretapping\": \"wayatipping\",\n    \"wiretaps\": \"wayataps\",\n    \"wireway\": \"waya\",\n    \"wireways\": \"waya\",\n    \"wireweed\": \"waya\",\n    \"wirework\": \"waya\",\n    \"wireworker\": \"onye na-arụ ọrụ waya\",\n    \"wireworking\": \"ịrụ ọrụ waya\",\n    \"wireworks\": \"waya\",\n    \"wiry\": \"wiri\",\n    \"wirier\": \"okpu\",\n    \"wiriest\": \"kachasị\",\n    \"wiriness\": \"ọnya\",\n    \"wirinesses\": \"Nwabueze\",\n    \"wirl\": \"chiri\",\n    \"wirling\": \"Ekwuru\",\n    \"wyrock\": \"Nwabueze\",\n    \"wirr\": \"Ugochukwu\",\n    \"wirra\": \"Wirra\",\n    \"wirrah\": \"Wirrah\",\n    \"wis\": \"amamihe\",\n    \"wisconsin\": \"amamihe\",\n    \"wisconsinite\": \"amamihe\",\n    \"wisconsinites\": \"amamihe\",\n    \"wisdom\": \"amamihe\",\n    \"wisdomful\": \"amamihe\",\n    \"wisdomless\": \"enweghị amamihe\",\n    \"wisdomproof\": \"amaghi ihe\",\n    \"wisdoms\": \"amamihe\",\n    \"wisdomship\": \"amamihe\",\n    \"wise\": \"maara ihe\",\n    \"wiseacre\": \"maara ihe\",\n    \"wiseacred\": \"maara ihe\",\n    \"wiseacredness\": \"amamihe\",\n    \"wiseacredom\": \"maara ihe\",\n    \"wiseacreish\": \"maara ihe\",\n    \"wiseacreishness\": \"amamihe\",\n    \"wiseacreism\": \"amamihe\",\n    \"wiseacres\": \"amamihe\",\n    \"wisecrack\": \"maara ihe\",\n    \"wisecracked\": \"maara ihe\",\n    \"wisecracker\": \"maara ihe\",\n    \"wisecrackery\": \"amamihe\",\n    \"wisecrackers\": \"ndi nzuzu\",\n    \"wisecracking\": \"maara ihe\",\n    \"wisecracks\": \"nzuzu\",\n    \"wised\": \"mara ihe\",\n    \"wiseguy\": \"maara ihe\",\n    \"wisehead\": \"amamihe\",\n    \"wisehearted\": \"nwere obi\",\n    \"wiseheartedly\": \"jiri obi\",\n    \"wiseheimer\": \"onye amamihe\",\n    \"wisely\": \"amamihe\",\n    \"wiselier\": \"mara ihe\",\n    \"wiseliest\": \"amamihe\",\n    \"wiselike\": \"jiri amamihe\",\n    \"wiseling\": \"amamihe\",\n    \"wiseman\": \"Wiseman\",\n    \"wisen\": \"maara\",\n    \"wiseness\": \"amamihe\",\n    \"wisenesses\": \"amamihe\",\n    \"wisenheimer\": \"Wisenheimer\",\n    \"wisent\": \"maara ihe\",\n    \"wisents\": \"maara ihe\",\n    \"wiser\": \"mara ihe\",\n    \"wisest\": \"maara ihe\",\n    \"wiseweed\": \"maara ihe\",\n    \"wisewoman\": \"Nwanyị maara ihe\",\n    \"wisewomen\": \"ndi maara ihe\",\n    \"wish\": \"chọrọ\",\n    \"wishable\": \"wisha\",\n    \"wishbone\": \"Ọchịchọ\",\n    \"wishbones\": \"ọchịchọ\",\n    \"wished\": \"chọrọ\",\n    \"wishedly\": \"chọrọ\",\n    \"wisher\": \"maara ihe\",\n    \"wishers\": \"maara\",\n    \"wishes\": \"chọrọ\",\n    \"wishful\": \"na-achọsi ike\",\n    \"wishfully\": \"na-achọ\",\n    \"wishfulness\": \"ọchịchọ\",\n    \"wishy\": \"riọrọ\",\n    \"wishing\": \"na-achọ inwere\",\n    \"wishingly\": \"na-achọ\",\n    \"wishless\": \"enweghị olileanya\",\n    \"wishly\": \"na-achọ\",\n    \"wishmay\": \"ọchịchọ\",\n    \"wishness\": \"ọchịchọ\",\n    \"wishram\": \"chọrọ\",\n    \"wisht\": \"chọrọ\",\n    \"wishtonwish\": \"ọtonụ wishụ\",\n    \"wisigothic\": \"visigothiki\",\n    \"wising\": \"na-achọ inwere\",\n    \"wisket\": \"wiski\",\n    \"wisking\": \"na-egosi\",\n    \"wyson\": \"ugochukwu\",\n    \"wispier\": \"onye amamihe\",\n    \"wispiest\": \"maara ihe\",\n    \"wispily\": \"amamihe\",\n    \"wispiness\": \"amamihe\",\n    \"wisping\": \"amamihe\",\n    \"wisplike\": \"amamihe\",\n    \"wisps\": \"maara\",\n    \"wisse\": \"maara ihe\",\n    \"wissed\": \"wiss\",\n    \"wissing\": \"wiss\",\n    \"wist\": \"ọkpọ\",\n    \"wiste\": \"hụta\",\n    \"wisted\": \"kpaliri\",\n    \"wistened\": \"kpaliri\",\n    \"wister\": \"nwunye\",\n    \"wistful\": \"nzuzu\",\n    \"wistfully\": \"n'ụzọ doro anya\",\n    \"wistfulness\": \"nzuzu\",\n    \"wysty\": \"ihe ijuanya\",\n    \"wisting\": \"ọkpọ\",\n    \"wistit\": \"pịa\",\n    \"wistless\": \"enweghị aka\",\n    \"wistlessness\": \"enweghị ebelata\",\n    \"wistly\": \"nkwoji\",\n    \"wists\": \"ọkpọ\",\n    \"wisure\": \"amamihe\",\n    \"wit\": \"nzu\",\n    \"witan\": \"wit\",\n    \"witch\": \"amoosu\",\n    \"witchbells\": \"amoosu\",\n    \"witchbroom\": \"amoosu\",\n    \"witchcraft\": \"amoosu\",\n    \"witched\": \"amoosu\",\n    \"witchedly\": \"amoosu\",\n    \"witchen\": \"amoosu\",\n    \"witcher\": \"amoosu\",\n    \"witchercully\": \"amoosu cully\",\n    \"witchery\": \"amoosu\",\n    \"witcheries\": \"amoosu\",\n    \"witchering\": \"amoosu\",\n    \"witches\": \"amoosu\",\n    \"witchet\": \"amoosu\",\n    \"witchetty\": \"amoosu\",\n    \"witchgrass\": \"amoosu\",\n    \"witchhood\": \"amoosu\",\n    \"witchy\": \"amoosu\",\n    \"witchier\": \"amoosu\",\n    \"witchiest\": \"amusu\",\n    \"witching\": \"amoosu\",\n    \"witchingly\": \"amusu\",\n    \"witchings\": \"amoosu\",\n    \"witchleaf\": \"amoosu\",\n    \"witchlike\": \"amoosu\",\n    \"witchman\": \"amoosu\",\n    \"witchmonger\": \"amoosu\",\n    \"witchuck\": \"nzu\",\n    \"witchweed\": \"amoosu\",\n    \"witchwife\": \"amoosu\",\n    \"witchwoman\": \"nwaanyi ojoo\",\n    \"witchwood\": \"amoosu\",\n    \"witchwork\": \"amoosu\",\n    \"witcraft\": \"amoosu\",\n    \"wite\": \"gbanye\",\n    \"wited\": \"chọrọ\",\n    \"wyted\": \"Onyema\",\n    \"witeless\": \"enweghị\",\n    \"witen\": \"gbanye\",\n    \"witenagemote\": \"witenagemot\",\n    \"witepenny\": \"acha ọcha\",\n    \"witereden\": \"kpọnwụrụ\",\n    \"wites\": \"wires\",\n    \"witess\": \"ikuku\",\n    \"witful\": \"nwee uche\",\n    \"with\": \"na\",\n    \"withal\": \"dika\",\n    \"withbeg\": \"na nnukwu\",\n    \"withcall\": \"kpokuo\",\n    \"withdaw\": \"wepụ\",\n    \"withdraught\": \"wepụrụ\",\n    \"withdraw\": \"wepụ\",\n    \"withdrawable\": \"wepụ\",\n    \"withdrawal\": \"nwepu\",\n    \"withdrawals\": \"wepụ\",\n    \"withdrawer\": \"na-ewepu\",\n    \"withdrawing\": \"na-ewepu\",\n    \"withdrawingness\": \"nwepu\",\n    \"withdrawment\": \"mwepu\",\n    \"withdrawn\": \"napụrụ\",\n    \"withdrawnness\": \"ndọrọ ego\",\n    \"withdraws\": \"ewepu\",\n    \"withdrew\": \"laa azụ\",\n    \"withe\": \"na\",\n    \"withed\": \"akpọnwụ\",\n    \"withen\": \"na\",\n    \"wither\": \"akpọnwụ\",\n    \"witherband\": \"akpọnwụ\",\n    \"witherblench\": \"akpọnwụ\",\n    \"withercraft\": \"amoosu\",\n    \"witherdeed\": \"akpọnwụ\",\n    \"withered\": \"kpọnwụrụ\",\n    \"witheredly\": \"akpọnwụ\",\n    \"witheredness\": \"akpọnwụ\",\n    \"witherer\": \"kpọnwụrụ\",\n    \"witherers\": \"ndị mmụọ ọjọọ\",\n    \"withergloom\": \"kpakpando\",\n    \"withery\": \"akpọnwụ\",\n    \"withering\": \"akpọnwụ\",\n    \"witheringly\": \"kpọnwụọ\",\n    \"witherite\": \"akpọnwụ\",\n    \"witherly\": \"kpọnwụọ\",\n    \"witherling\": \"kpọnwụọ\",\n    \"withers\": \"kpọnwụọ\",\n    \"withershins\": \"akpọnwụ\",\n    \"withertip\": \"akpọnwụ\",\n    \"witherwards\": \"kpọnwụọ\",\n    \"witherweight\": \"kpọnwụọ\",\n    \"withes\": \"akpọnwụ\",\n    \"withewood\": \"gbachapụrụ anya\",\n    \"withgang\": \"imeka\",\n    \"withheld\": \"gbochiri\",\n    \"withhold\": \"jigide\",\n    \"withholdable\": \"na-egbochi\",\n    \"withholdal\": \"ghara ịhapụ\",\n    \"withholden\": \"hapụ\",\n    \"withholder\": \"onye nwere\",\n    \"withholders\": \"ndị ji\",\n    \"withholding\": \"igbochi\",\n    \"withholdings\": \"igbochi\",\n    \"withholdment\": \"igbochi\",\n    \"withholds\": \"na-ejichi\",\n    \"withy\": \"na\",\n    \"withier\": \"ndị mmụọ\",\n    \"withies\": \"ndị mmụọ\",\n    \"withiest\": \"ndị mmụọ\",\n    \"within\": \"n'ime\",\n    \"withindoors\": \"inindoors\",\n    \"withinforth\": \"na-aga n'ihu\",\n    \"withing\": \"inwere\",\n    \"withins\": \"mkpụrụ osisi\",\n    \"withinside\": \"n'akụkụ\",\n    \"withinsides\": \"Ininsides\",\n    \"withinward\": \"n'ime\",\n    \"withinwards\": \"n'ime\",\n    \"withywind\": \"withyindind\",\n    \"withness\": \"enweghị\",\n    \"witholden\": \"gbagọọ\",\n    \"without\": \"na-enweghị\",\n    \"withoutdoors\": \"n'èzí\",\n    \"withouten\": \"ghara\",\n    \"withoutforth\": \"na-aga n'ihu\",\n    \"withouts\": \"na-enweghị\",\n    \"withoutside\": \"n'èzí\",\n    \"withoutwards\": \"n'èzí\",\n    \"withsay\": \"wepụ\",\n    \"withsayer\": \"ihe mgbapụta\",\n    \"withsave\": \"zọpụta\",\n    \"withsaw\": \"weresaw\",\n    \"withset\": \"na mbido\",\n    \"withslip\": \"weghaara\",\n    \"withstay\": \"jiri ya\",\n    \"withstand\": \"iguzogide\",\n    \"withstander\": \"na-eguzo\",\n    \"withstanding\": \"iguzo\",\n    \"withstandingness\": \"iguzosi ike\",\n    \"withstands\": \"na-eguzogide\",\n    \"withstood\": \"guzogidere\",\n    \"withstrain\": \"guzogide\",\n    \"withtake\": \"weghaara\",\n    \"withturn\": \"Ikwughachi\",\n    \"withvine\": \"inine\",\n    \"withwind\": \"na anya\",\n    \"witing\": \"wiring\",\n    \"wyting\": \"Ime\",\n    \"witjar\": \"anya\",\n    \"witless\": \"enweghi isi\",\n    \"witlessly\": \"enweghi isi\",\n    \"witlessness\": \"enweghị uche\",\n    \"witlet\": \"amoosu\",\n    \"witling\": \"Udochukwu\",\n    \"witlings\": \"kpọnwụrụ\",\n    \"witloof\": \"mmụọ\",\n    \"witloofs\": \"mmụọ\",\n    \"witlosen\": \"mmụọ\",\n    \"witmonger\": \"na-ekpo ọkụ\",\n    \"witneyer\": \"dibịa afa\",\n    \"witneys\": \"amusu\",\n    \"witness\": \"àmà\",\n    \"witnessable\": \"gbara ama\",\n    \"witnessdom\": \"ịgba akaebe\",\n    \"witnessed\": \"gbara ama\",\n    \"witnesser\": \"onye akaebe\",\n    \"witnessers\": \"ndị àmà\",\n    \"witnesses\": \"ndị akaebe\",\n    \"witnesseth\": \"na-agba akaebe\",\n    \"witnessing\": \"ịgba àmà\",\n    \"wits\": \"uche\",\n    \"witship\": \"amoosu\",\n    \"wittal\": \"wepụ\",\n    \"wittawer\": \"onye nzuzu\",\n    \"witted\": \"nwee uche\",\n    \"wittedness\": \"amaghi ama\",\n    \"witten\": \"nwee mmụọ\",\n    \"witter\": \"mmụọ\",\n    \"wittering\": \"mmụọ\",\n    \"witterly\": \"mmụọ\",\n    \"witterness\": \"nzuzu\",\n    \"witty\": \"maara ihe\",\n    \"witticaster\": \"onye amoosu\",\n    \"wittichenite\": \"kpoo\",\n    \"witticism\": \"ịta mmụọ\",\n    \"witticisms\": \"mmụọ\",\n    \"witticize\": \"kpoo\",\n    \"wittier\": \"nwee ike\",\n    \"wittiest\": \"kpachapụrụ anya\",\n    \"wittified\": \"kpọnwụrụ\",\n    \"wittily\": \"ajuju\",\n    \"wittiness\": \"amoosu\",\n    \"witting\": \"nzuzu\",\n    \"wittingite\": \"nzuzu\",\n    \"wittingly\": \"jiri uche\",\n    \"wittings\": \"kpakpando\",\n    \"wittolly\": \"nzuzu\",\n    \"wittols\": \"amoosu\",\n    \"wittome\": \"amamihe\",\n    \"witword\": \"okwu\",\n    \"wive\": \"gbam\",\n    \"wived\": \"kwere\",\n    \"wiver\": \"oyi\",\n    \"wyver\": \"Wyvern\",\n    \"wivern\": \"wiver\",\n    \"wyvern\": \"Wyvern\",\n    \"wiverns\": \"Wyverns\",\n    \"wyverns\": \"Wyverns\",\n    \"wivers\": \"nyemaka\",\n    \"wives\": \"nwunye\",\n    \"wiving\": \"ihicha\",\n    \"wiz\": \"ma ọ bụ\",\n    \"wizard\": \"dibia-afa\",\n    \"wizardess\": \"dibịa afa\",\n    \"wizardism\": \"ndị amoosu\",\n    \"wizardly\": \"dibịa afa\",\n    \"wizardlike\": \"ọkachamara dị ka\",\n    \"wizardry\": \"ọkachamara\",\n    \"wizardries\": \"ọkachamara\",\n    \"wizards\": \"ndị amoosu\",\n    \"wizened\": \"anya\",\n    \"wizenedness\": \"nzuzu\",\n    \"wizening\": \"agbacha\",\n    \"wizens\": \"ọkachamara\",\n    \"wizes\": \"wates\",\n    \"wizzens\": \"amaka\",\n    \"wl\": \"mgbee\",\n    \"wlatful\": \"wlat\",\n    \"wlecche\": \"Ihere\",\n    \"wlench\": \"ikwo\",\n    \"woad\": \"woadia\",\n    \"woaded\": \"amabi\",\n    \"woader\": \"onye ochichi\",\n    \"woady\": \"nsogbu\",\n    \"woads\": \"waads\",\n    \"woak\": \"ukpa\",\n    \"woald\": \"rie\",\n    \"woalds\": \"nsogbu\",\n    \"woan\": \"Ahụhụ\",\n    \"wobble\": \"tiebulu\",\n    \"wobblier\": \"amaokwu\",\n    \"wobbling\": \"na-ama jijiji\",\n    \"wobblingly\": \"na-ama jijiji\",\n    \"wobegone\": \"wobegon\",\n    \"wobegoneness\": \"wobeghara\",\n    \"wobster\": \"eriri\",\n    \"wocas\": \"okpu\",\n    \"woddie\": \"nri\",\n    \"wode\": \"wɔde\",\n    \"wodgy\": \"ndiegwu\",\n    \"woe\": \"ahuhu\",\n    \"woefare\": \"ahụhụ\",\n    \"woeful\": \"ahuhu\",\n    \"woefuller\": \"onye nnochi\",\n    \"woefullest\": \"ahụhụ\",\n    \"woefully\": \"ahụhụ\",\n    \"woefulness\": \"ahụhụ\",\n    \"woeness\": \"ahụhụ\",\n    \"woenesses\": \"Ahụhụ\",\n    \"woes\": \"ahụhụ\",\n    \"woesome\": \"dị egwu\",\n    \"woft\": \"tiwa\",\n    \"woful\": \"ke ojoo\",\n    \"wofully\": \"n'ụzọ dị nro\",\n    \"wofulness\": \"ịdị ọcha\",\n    \"woggle\": \"ugogbe\",\n    \"woghness\": \"oke iwe\",\n    \"woy\": \"ahụhụ\",\n    \"woidre\": \"kpọọ\",\n    \"woke\": \"teta\",\n    \"woken\": \"teta\",\n    \"woldy\": \"odibo\",\n    \"wolds\": \"nkịta\",\n    \"wolfed\": \"wolfs\",\n    \"wolfer\": \"onye nkpa\",\n    \"wolfers\": \"nkịta ọhịa\",\n    \"wolfhounds\": \"nkịta ọhịa\",\n    \"wolfing\": \"ikpa ohi\",\n    \"wolfishly\": \"ikwekọtị\",\n    \"wolfishness\": \"wolffish\",\n    \"wolfless\": \"enweghị anụ ọhịa\",\n    \"wolflike\": \"yiri wolf\",\n    \"wolfling\": \"ikwo ohi\",\n    \"wolfman\": \"onye wolfman\",\n    \"wolfmen\": \"nkịta ọhịa\",\n    \"wolframic\": \"wolfram\",\n    \"wolly\": \"wooly\",\n    \"wollop\": \"wallop\",\n    \"wolve\": \"wolia\",\n    \"wolveboon\": \"wolboonboon\",\n    \"wolver\": \"ikpa mba\",\n    \"wolverene\": \"wolverine\",\n    \"wolvers\": \"nkịta ọhịa\",\n    \"wolves\": \"anụ ọhịa wolf\",\n    \"wolvish\": \"wollish\",\n    \"woman\": \"nwanyi\",\n    \"womanbody\": \"nwaanyị\",\n    \"womanbodies\": \"nwanyi\",\n    \"womaned\": \"nwanyị\",\n    \"womanfolk\": \"nwanyi\",\n    \"womanfully\": \"nwanyị\",\n    \"womanhead\": \"isi nwanyi\",\n    \"womanhearted\": \"nwanyị obi\",\n    \"womanhood\": \"ịbụ nwanyị\",\n    \"womanhouse\": \"ulo nwanyi\",\n    \"womaning\": \"nwanyị\",\n    \"womanise\": \"nwanyi\",\n    \"womanised\": \"nwanyị\",\n    \"womanises\": \"nwanyi\",\n    \"womanish\": \"nwanyị\",\n    \"womanishly\": \"Nwanyi\",\n    \"womanishness\": \"nwanyị\",\n    \"womanising\": \"nwanyi\",\n    \"womanism\": \"nwanyi\",\n    \"womanist\": \"Nwanyị\",\n    \"womanity\": \"nwanyị\",\n    \"womanization\": \"nwanyi\",\n    \"womanize\": \"nwanyi\",\n    \"womanized\": \"nwanyi\",\n    \"womanizer\": \"nwanyi\",\n    \"womanizers\": \"ụmụ nwanyị\",\n    \"womanizes\": \"nwanyi\",\n    \"womanizing\": \"nwanyi\",\n    \"womankind\": \"nwanyi\",\n    \"womanless\": \"enweghị nwanyị\",\n    \"womanly\": \"nwanyị\",\n    \"womanlier\": \"nwanyi\",\n    \"womanliest\": \"nwanyị kachasị\",\n    \"womanlihood\": \"nwanyi\",\n    \"womanlike\": \"dị ka nwanyị\",\n    \"womanlikeness\": \"dị ka nwanyị\",\n    \"womanliness\": \"nwanyị\",\n    \"womanmuckle\": \"Nwanyi okike\",\n    \"womanness\": \"nwanyị\",\n    \"womanpost\": \"nwanyịpost\",\n    \"womanpower\": \"ike nwanyi\",\n    \"womanproof\": \"nwanyị na-egbochi ya\",\n    \"womans\": \"ụmụ nwanyị\",\n    \"womanship\": \"nwaanyi\",\n    \"womanways\": \"nwanyi\",\n    \"womanwise\": \"nwaanyị\",\n    \"womb\": \"akpa nwa\",\n    \"wombats\": \"akpa nwa\",\n    \"wombed\": \"buru\",\n    \"wombier\": \"nwanyị\",\n    \"wombiest\": \"nwanyi\",\n    \"womble\": \"sọpụrụ\",\n    \"wombs\": \"akpa nwa\",\n    \"wombside\": \"umu nwanyi\",\n    \"wombstone\": \"mgbaji afọ\",\n    \"women\": \"ụmụ nwanyị\",\n    \"womenfolk\": \"nwanyi\",\n    \"womenfolks\": \"nwanyi\",\n    \"womenkind\": \"ụmụ nwanyị\",\n    \"womenswear\": \"uwe ụmụ nwanyị\",\n    \"womp\": \"onu\",\n    \"womplit\": \"nwaanyi\",\n    \"won\": \"merie\",\n    \"wonder\": \"iju\",\n    \"wonderberry\": \"ihe ijuanya\",\n    \"wonderberries\": \"ihe ijuanya\",\n    \"wonderbright\": \"ijuanya\",\n    \"wondercraft\": \"ọrụ ebube\",\n    \"wonderdeed\": \"echekwa\",\n    \"wondered\": \"na-eche\",\n    \"wonderer\": \"onye ebube\",\n    \"wonderers\": \"ndi ebube\",\n    \"wonderful\": \"magburu onwe\",\n    \"wonderfuller\": \"ebube\",\n    \"wonderfully\": \"magburu onwe ya\",\n    \"wonderfulness\": \"ebube\",\n    \"wondering\": \"na-eche\",\n    \"wonderingly\": \"ijuanya\",\n    \"wonderland\": \"ala mara mma\",\n    \"wonderlandish\": \"ọmarịcha\",\n    \"wonderlands\": \"ọmarịcha ala\",\n    \"wonderless\": \"iju anya\",\n    \"wonderlessness\": \"enweghị atụ\",\n    \"wonderment\": \"ijuanya\",\n    \"wondermonger\": \"ihe ijuanya\",\n    \"wondermongering\": \"ịtụnanya\",\n    \"wonders\": \"ebube\",\n    \"wondersmith\": \"odo odo\",\n    \"wondersome\": \"ebube\",\n    \"wonderstrong\": \"ihe ijuanya\",\n    \"wonderstruck\": \"ebube\",\n    \"wonderwell\": \"ebube\",\n    \"wonderwork\": \"ọrụ ebube\",\n    \"wonderworthy\": \"di ebube\",\n    \"wondrous\": \"di ebube\",\n    \"wondrously\": \"di ebube\",\n    \"wondrousness\": \"ebube\",\n    \"wonegan\": \"merie\",\n    \"wong\": \"ukpa\",\n    \"wongshy\": \"okongwo\",\n    \"wongsky\": \"ugochukwu\",\n    \"woning\": \"na-emeri\",\n    \"wonk\": \"merie\",\n    \"wonky\": \"merie\",\n    \"wonkier\": \"merie\",\n    \"wonkiest\": \"ndika\",\n    \"wonned\": \"merie\",\n    \"wonner\": \"onye mmeri\",\n    \"wonners\": \"ndi mmeri\",\n    \"wonning\": \"na-emeri\",\n    \"wonnot\": \"ha agaghị\",\n    \"wonted\": \"merie\",\n    \"wontedly\": \"ma ọ bụrụ\",\n    \"wontedness\": \"Obi ojoo\",\n    \"wonting\": \"na-emeri\",\n    \"wontless\": \"enweghị\",\n    \"wonton\": \"Nwoke\",\n    \"wontons\": \"Gbọ\",\n    \"wonts\": \"chọrọ\",\n    \"wooable\": \"woo ike\",\n    \"wood\": \"osisi\",\n    \"woodagate\": \"osisi\",\n    \"woodbark\": \"osisi osisi\",\n    \"woodbin\": \"osisi\",\n    \"woodbind\": \"osisi\",\n    \"woodbinds\": \"osisi\",\n    \"woodbine\": \"osisi\",\n    \"woodbined\": \"osisi\",\n    \"woodbines\": \"osisi\",\n    \"woodbins\": \"osisi\",\n    \"woodblock\": \"mkpọchi osisi\",\n    \"woodblocks\": \"mgbochi osisi\",\n    \"woodborer\": \"nkụ osisi\",\n    \"woodbound\": \"osisi\",\n    \"woodbox\": \"igbe osisi\",\n    \"woodboxes\": \"igbe osisi\",\n    \"woodbury\": \"ohia\",\n    \"woodburytype\": \"osisi osisi\",\n    \"woodburning\": \"ịkwa nkụ\",\n    \"woodbush\": \"Ohia\",\n    \"woodcarver\": \"ogbe osisi\",\n    \"woodcarvers\": \"osisi ohia\",\n    \"woodcarving\": \"ịkpụ osisi\",\n    \"woodcarvings\": \"osisi\",\n    \"woodchat\": \"osisi\",\n    \"woodchats\": \"osisi\",\n    \"woodchopper\": \"osisi opa\",\n    \"woodchopping\": \"Osisi osisi\",\n    \"woodcoc\": \"woodcock\",\n    \"woodcockize\": \"woodcocks\",\n    \"woodcracker\": \"onye na-egbu osisi\",\n    \"woodcraf\": \"osisi\",\n    \"woodcraft\": \"osisi\",\n    \"woodcrafter\": \"onye na-egbu osisi\",\n    \"woodcrafty\": \"osisi\",\n    \"woodcraftiness\": \"osisi\",\n    \"woodcraftsman\": \"onye omenkà\",\n    \"woodcreeper\": \"osisi\",\n    \"woodcut\": \"ịkpụ osisi\",\n    \"woodcuts\": \"osisi\",\n    \"woodcutter\": \"onye na-egbu osisi\",\n    \"woodcutters\": \"ndị na-egbutu osisi\",\n    \"woodcutting\": \"ịkpụ osisi\",\n    \"wooded\": \"osisi\",\n    \"wooden\": \"osisi\",\n    \"woodendite\": \"osisi\",\n    \"woodener\": \"onye na-akpụ osisi\",\n    \"woodenest\": \"osisi\",\n    \"woodenhead\": \"woodhead\",\n    \"woodenheaded\": \"woodheaded\",\n    \"woodenheadedness\": \"isi osisi\",\n    \"woodeny\": \"osisi\",\n    \"woodenly\": \"eji osisi\",\n    \"woodenness\": \"osisi\",\n    \"woodenware\": \"osisi\",\n    \"woodenweary\": \"osisi\",\n    \"woodfall\": \"ohia\",\n    \"woodfish\": \"Osisi azu\",\n    \"woodgeld\": \"osisi\",\n    \"woodgrain\": \"osisi\",\n    \"woodgraining\": \"nhazi osisi\",\n    \"woodgrouse\": \"osisi\",\n    \"woodgrub\": \"osisi\",\n    \"woodhacker\": \"Onye na-egbu osisi\",\n    \"woodhen\": \"osisi\",\n    \"woodhens\": \"osisi\",\n    \"woodhewer\": \"Onye na-egbu ohia\",\n    \"woodhole\": \"olulu\",\n    \"woodhorse\": \"Osisi\",\n    \"woodhouse\": \"osisi\",\n    \"woodhouses\": \"holọ osisi\",\n    \"woodhung\": \"Osisi\",\n    \"woody\": \"osisi\",\n    \"woodyard\": \"Ogige\",\n    \"woodie\": \"nri\",\n    \"woodier\": \"onye nri\",\n    \"woodiest\": \"ihe oriri\",\n    \"woodine\": \"osisi\",\n    \"woodiness\": \"osisi\",\n    \"wooding\": \"osisi\",\n    \"woodish\": \"osisi\",\n    \"woodjobber\": \"osisijobber\",\n    \"woodkern\": \"Osisi\",\n    \"woodknacker\": \"Ogwu osisi\",\n    \"woodland\": \"Ohia\",\n    \"woodlander\": \"Ohia\",\n    \"woodlands\": \"Ọhia osisi\",\n    \"woodlark\": \"osisi\",\n    \"woodlarks\": \"osisi\",\n    \"woodless\": \"enweghị osisi\",\n    \"woodlessness\": \"enweghị osisi\",\n    \"woodlet\": \"Osisi\",\n    \"woodly\": \"Osisi\",\n    \"woodlike\": \"yiri osisi\",\n    \"woodlind\": \"osisi\",\n    \"woodlocked\": \"Osisi nwere osisi\",\n    \"woodlore\": \"osisi\",\n    \"woodlores\": \"osisi\",\n    \"woodlot\": \"osisi\",\n    \"woodlots\": \"osisi ohia\",\n    \"woodlouse\": \"Osisi osisi\",\n    \"woodmaid\": \"onye na-elekọta osisi\",\n    \"woodman\": \"Onye na-egbu osisi\",\n    \"woodmancraft\": \"osisi\",\n    \"woodmanship\": \"osisi\",\n    \"woodmen\": \"ndi ohia\",\n    \"woodmonger\": \"Onye na-egbu osisi\",\n    \"woodmote\": \"osisi\",\n    \"woodness\": \"osisi\",\n    \"woodnote\": \"nkọwa osisi\",\n    \"woodnotes\": \"osisi osisi\",\n    \"woodpeck\": \"ogbe\",\n    \"woodpecker\": \"ogbe osisi\",\n    \"woodpeckers\": \"ogbe ohia\",\n    \"woodpenny\": \"Osisi\",\n    \"woodpile\": \"osisi\",\n    \"woodpiles\": \"Ogwe osisi\",\n    \"woodprint\": \"osisi osisi\",\n    \"woodranger\": \"onye na-akpụ osisi\",\n    \"woodreed\": \"osisi\",\n    \"woodreeve\": \"osisi\",\n    \"woodrick\": \"Osisi\",\n    \"woodrime\": \"Osisi osisi\",\n    \"woodris\": \"ohia\",\n    \"woodrock\": \"ohia\",\n    \"woodroof\": \"osisi mkpuchi\",\n    \"woodrow\": \"Ohia osisi\",\n    \"woodrowel\": \"Ohia osisi\",\n    \"woodruff\": \"osisi\",\n    \"woodruffs\": \"woodruff si\",\n    \"woodrush\": \"Osisi\",\n    \"woods\": \"osisi\",\n    \"woodscrew\": \"nkụ\",\n    \"woodsere\": \"Ohia\",\n    \"woodshed\": \"osisi\",\n    \"woodshedde\": \"Osisi de\",\n    \"woodshedded\": \"osisi\",\n    \"woodsheddi\": \"Osisi\",\n    \"woodshedding\": \"ohia\",\n    \"woodsheds\": \"osisi awụ\",\n    \"woodship\": \"Osisi\",\n    \"woodshock\": \"Osisi\",\n    \"woodshop\": \"Osisi\",\n    \"woodsy\": \"Osisi\",\n    \"woodsia\": \"osisi\",\n    \"woodsias\": \"Osisi\",\n    \"woodside\": \"Osisi\",\n    \"woodsier\": \"Osisi\",\n    \"woodsiest\": \"osisi\",\n    \"woodsilver\": \"osisi\",\n    \"woodskin\": \"ohia\",\n    \"woodsman\": \"onye ohia\",\n    \"woodsmen\": \"Ndị ọrụ ohia\",\n    \"woodsorrel\": \"Ogbe\",\n    \"woodspite\": \"osisi\",\n    \"woodstone\": \"Nkume\",\n    \"woodturner\": \"osisi\",\n    \"woodturning\": \"osisi\",\n    \"woodward\": \"osisi\",\n    \"woodwardia\": \"osisiwardia\",\n    \"woodwardship\": \"ọmarịcha osisi\",\n    \"woodware\": \"osisi\",\n    \"woodwax\": \"osisiwax\",\n    \"woodwaxen\": \"osisiwaxen\",\n    \"woodwaxes\": \"osisi osisi\",\n    \"woodwise\": \"osisi\",\n    \"woodwork\": \"osisi\",\n    \"woodworker\": \"onye na-akpụ osisi\",\n    \"woodworking\": \"ịkwa osisi\",\n    \"woodworks\": \"osisi\",\n    \"woodworm\": \"ohia\",\n    \"woodworms\": \"ohia osisi\",\n    \"woodwright\": \"onyegbako\",\n    \"woofing\": \"ikwo ihe\",\n    \"wooing\": \"ikpa ike\",\n    \"wooingly\": \"woooo\",\n    \"wool\": \"ajị anụ\",\n    \"woold\": \"ukpa\",\n    \"woolded\": \"onye nzuzu\",\n    \"woolder\": \"onye nzuzu\",\n    \"woolding\": \"ukpa\",\n    \"woolenization\": \"nnabata\",\n    \"woolers\": \"ndi woolers\",\n    \"woolf\": \"ajị anụ\",\n    \"woolfell\": \"cottonfell\",\n    \"woolfells\": \"ajị anụ\",\n    \"woolgather\": \"owuwu\",\n    \"woolgatherer\": \"owuwe ihe ubi\",\n    \"woolgathering\": \"gchịkọta ajị anụ\",\n    \"woolgrower\": \"owuwu\",\n    \"woolgrowing\": \"owuwu\",\n    \"woolhead\": \"ajị anụ\",\n    \"woolies\": \"ajị anụ\",\n    \"wooliness\": \"ajị anụ\",\n    \"woolled\": \"wuru\",\n    \"woollen\": \"woolen\",\n    \"woollenize\": \"le nwere ike\",\n    \"woollens\": \"ajị anụ\",\n    \"woolly\": \"jiri ajị anụ\",\n    \"woollybutt\": \"owuwu\",\n    \"woollier\": \"ajị anụ\",\n    \"woollies\": \"nwoollies\",\n    \"woolliest\": \"kasị dị ọcha\",\n    \"woollyish\": \"buru ihe-nzuzu\",\n    \"woollike\": \"yiri owu\",\n    \"woolman\": \"onye isi\",\n    \"woolmen\": \"ndị isi\",\n    \"woolpack\": \"ajị anụ\",\n    \"woolpacks\": \"akwa aji\",\n    \"woolpress\": \"ihe mkpuchi\",\n    \"wools\": \"ajị anụ\",\n    \"woolsack\": \"ajị anụ\",\n    \"woolsacks\": \"Uwe ajị anụ\",\n    \"woolsaw\": \"cottonsaw\",\n    \"woolsey\": \"aji\",\n    \"woolshearer\": \"onye na-eji ajị anụ ajị ajị\",\n    \"woolshearing\": \"aji owu\",\n    \"woolshears\": \"ajị anụ\",\n    \"woolshed\": \"wuru\",\n    \"woolsheds\": \"Uwe ajị anụ\",\n    \"woolskin\": \"ajị anụ\",\n    \"woolskins\": \"akpukpọ aji\",\n    \"woolsorter\": \"ajị anụ\",\n    \"woolsorting\": \"Uwe owu\",\n    \"woolsower\": \"owu owu\",\n    \"woolstapling\": \"woolkpụ\",\n    \"woolstock\": \"ajị anụ\",\n    \"woolward\": \"ajị anụ\",\n    \"woolwasher\": \"ajị anụ\",\n    \"woolweed\": \"owuwe\",\n    \"woolwheel\": \"ajị anụ\",\n    \"woolwich\": \"ajị anụ\",\n    \"woolwinder\": \"cottonwinder\",\n    \"woolwork\": \"ajị anụ\",\n    \"woolworker\": \"onye na-eme ajị anụ\",\n    \"woolworking\": \"ọrụ ajị anụ\",\n    \"woolworth\": \"cottonworth\",\n    \"woomping\": \"na-arụ\",\n    \"wooshed\": \"kpoo\",\n    \"wooshes\": \"Uchechukwu\",\n    \"wooshing\": \"na-egbu\",\n    \"wootz\": \"Wootz\",\n    \"woozily\": \"nwoozily\",\n    \"wooziness\": \"Ibu ubo\",\n    \"woppish\": \"kpoo\",\n    \"wops\": \"mkpọchi\",\n    \"wopsy\": \"ikpomkpu\",\n    \"worble\": \"irighiri\",\n    \"worcester\": \"mgbatị\",\n    \"worcestershire\": \"uto-owuwu\",\n    \"word\": \"okwu\",\n    \"wordable\": \"okwu\",\n    \"wordably\": \"n'okwu\",\n    \"wordage\": \"okwu\",\n    \"wordages\": \"okwu\",\n    \"wordbook\": \"akwụkwọ ọgụgụ\",\n    \"wordbooks\": \"akwụkwọ ọgụgụ\",\n    \"wordbreak\": \"nkwusi okwu\",\n    \"wordbuilding\": \"ụwa dum\",\n    \"wordcraft\": \"okwu\",\n    \"wordcraftsman\": \"onye omenkà okwu\",\n    \"worded\": \"kwuru\",\n    \"worden\": \"kpom\",\n    \"wordiers\": \"ndị na-arụ ọrụ\",\n    \"wordily\": \"n'okwu\",\n    \"wordiness\": \"okwu\",\n    \"wording\": \"okwu\",\n    \"wordings\": \"okwu\",\n    \"wordish\": \"okwu\",\n    \"wordishness\": \"okwu\",\n    \"wordle\": \"okwu\",\n    \"wordlength\": \"ogologo okwu\",\n    \"wordless\": \"ekwughi okwu\",\n    \"wordlessly\": \"ekwughi okwu\",\n    \"wordlessness\": \"enweghị okwu\",\n    \"wordlier\": \"okwu\",\n    \"wordlike\": \"okwu\",\n    \"wordmaker\": \"Okwu\",\n    \"wordmaking\": \"ikwu okwu\",\n    \"wordman\": \"okwu\",\n    \"wordmanship\": \"okwu\",\n    \"wordmen\": \"ndị okwu\",\n    \"wordmonger\": \"okwu\",\n    \"wordmongery\": \"okwu\",\n    \"wordmongering\": \"ikwu okwu\",\n    \"wordness\": \"okwu\",\n    \"wordprocessors\": \"ndi okwu n’ile\",\n    \"words\": \"okwu\",\n    \"wordsman\": \"okwu\",\n    \"wordsmanship\": \"okwu okwu\",\n    \"wordsmen\": \"okwu\",\n    \"wordsmith\": \"okwukwu\",\n    \"wordspinner\": \"Okwu Nkuzi\",\n    \"wordspite\": \"okwu n'agbanyeghị\",\n    \"wordstar\": \"kpakpando\",\n    \"wordster\": \"okwu\",\n    \"wordsworthian\": \"okwu echi\",\n    \"wordsworthianism\": \"okwuWorthianism\",\n    \"wore\": \"gbara\",\n    \"work\": \"ọrụ\",\n    \"workability\": \"arụ ọrụ\",\n    \"workable\": \"na-arụ ọrụ\",\n    \"workableness\": \"arụ ọrụ ness\",\n    \"workably\": \"na-arụ ọrụ\",\n    \"workaday\": \"arụ ọrụ\",\n    \"workaholic\": \"arụ ọrụ\",\n    \"workaholics\": \"na-arụ ọrụ\",\n    \"workaway\": \"arụ ọrụ\",\n    \"workbag\": \"Akpa ọrụ\",\n    \"workbags\": \"ọrụ akpa\",\n    \"workbank\": \"banki ọrụ\",\n    \"workbasket\": \"nkata\",\n    \"workboat\": \"ụgbọ mmiri\",\n    \"workboats\": \"ụgbọ mmiri\",\n    \"workbook\": \"akwụkwọ ọrụ\",\n    \"workbooks\": \"akwụkwọ ọrụ\",\n    \"workbox\": \"igbe ọrụ\",\n    \"workboxes\": \"igbe ọrụ\",\n    \"workbrittle\": \"na-arụ ọrụ\",\n    \"workday\": \"ụbọchị ọrụ\",\n    \"workdays\": \"ụbọchị ọrụ\",\n    \"worked\": \"ọrụ\",\n    \"worker\": \"onye oru\",\n    \"workers\": \"ndị ọrụ\",\n    \"workfile\": \"profaịlụ ọrụ\",\n    \"workfolk\": \"folda\",\n    \"workfolks\": \"arụ ọrụ\",\n    \"workforce\": \"ndị ọrụ\",\n    \"workful\": \"arụ ọrụ\",\n    \"workgirl\": \"nwa agbogho\",\n    \"workhand\": \"ọrụ aka\",\n    \"workhorse\": \"arụ ọrụ\",\n    \"workhorses\": \"ebe ọrụ\",\n    \"workhouse\": \"ụlọ ọrụ\",\n    \"workhoused\": \"arụ ọrụ\",\n    \"workhouses\": \"ụlọ ọrụ\",\n    \"worky\": \"arụ ọrụ\",\n    \"workyard\": \"ogige ọrụ\",\n    \"working\": \"na-arụ ọrụ\",\n    \"workingly\": \"na-arụ ọrụ\",\n    \"workingman\": \"onye ọrụ\",\n    \"workingmen\": \"ndị ọrụ\",\n    \"workings\": \"arụ ọrụ\",\n    \"workingwoman\": \"nwanyị na-arụ ọrụ\",\n    \"workingwomen\": \"ụmụ nwanyị na-arụ ọrụ\",\n    \"workingwonan\": \"arụ ọrụ\",\n    \"workless\": \"na-arụ ọrụ\",\n    \"worklessness\": \"enweghị ọrụ\",\n    \"workload\": \"arụ ọrụ\",\n    \"workloads\": \"arụ ọrụ\",\n    \"workloom\": \"ọrụ\",\n    \"workman\": \"onye oru\",\n    \"workmanly\": \"arụ ọrụ\",\n    \"workmanlike\": \"dị ka workman\",\n    \"workmanlikeness\": \"ọrụ\",\n    \"workmanliness\": \"arụ ọrụ\",\n    \"workmanship\": \"oru\",\n    \"workmaster\": \"onye nlekọta\",\n    \"workmen\": \"ndị ọrụ\",\n    \"workmistress\": \"nwaanyị na-arụ ọrụ\",\n    \"workout\": \"rụpụta\",\n    \"workouts\": \"mgbatị\",\n    \"workpan\": \"ọrụ\",\n    \"workpeople\": \"ndị ọrụ\",\n    \"workpiece\": \"arụ ọrụ\",\n    \"workplace\": \"ebe ọrụ\",\n    \"workroom\": \"ime ụlọ ọrụ\",\n    \"workrooms\": \"ụlọ ọrụ\",\n    \"works\": \"ọrụ\",\n    \"worksheet\": \"mpempe akwụkwọ\",\n    \"worksheets\": \"mpempe akwụkwọ ọrụ\",\n    \"workshy\": \"arụ ọrụ\",\n    \"workship\": \"ọrụ\",\n    \"workshop\": \"omumuihe\",\n    \"workshops\": \"noo\",\n    \"worksome\": \"arụ ọrụ\",\n    \"workspace\": \"oghere ọrụ\",\n    \"workstand\": \"arụ ọrụ\",\n    \"workstation\": \"ebe ọrụ\",\n    \"workstations\": \"ụlọ ọrụ\",\n    \"worktables\": \"worktable\",\n    \"worktime\": \"oge ọrụ\",\n    \"workup\": \"arụ ọrụ\",\n    \"workups\": \"arụ ọrụ\",\n    \"workways\": \"arụ ọrụ\",\n    \"workwise\": \"arụ ọrụ\",\n    \"world\": \"ụwa\",\n    \"worldaught\": \"okpu\",\n    \"worldbeater\": \"ụwa dum\",\n    \"worldbeaters\": \"ndị na-akụ ụwa\",\n    \"worlded\": \"ụwa\",\n    \"worldful\": \"ụwa\",\n    \"worldy\": \"ụwa\",\n    \"worldish\": \"ụwa\",\n    \"worldless\": \"ekwughi okwu\",\n    \"worldlet\": \"ụwa\",\n    \"worldly\": \"ụwa\",\n    \"worldlier\": \"ụwa\",\n    \"worldliest\": \"ụwa\",\n    \"worldlike\": \"ụwa\",\n    \"worldlily\": \"ụwa\",\n    \"worldliness\": \"ụwa\",\n    \"worldling\": \"ụwa\",\n    \"worldlings\": \"ụwa\",\n    \"worldmaker\": \"eme ụwa\",\n    \"worldmaking\": \"ịrụ ụwa\",\n    \"worldman\": \"onye uwa\",\n    \"worldproof\": \"ụwa\",\n    \"worldquake\": \"ala oma uwa\",\n    \"worlds\": \"ụwa\",\n    \"worldway\": \"ụwa\",\n    \"worldward\": \"ụwa\",\n    \"worldwards\": \"ụwa\",\n    \"worldwide\": \"n'ụwa nile\",\n    \"worldwideness\": \"mgbasa ozi zuru ụwa ọnụ\",\n    \"worm\": \"irighiri\",\n    \"wormed\": \"irighiri\",\n    \"wormer\": \"irighiri\",\n    \"wormers\": \"kpakpando\",\n    \"wormfish\": \"okpokoro okpo\",\n    \"wormfishes\": \"wormfish\",\n    \"wormgear\": \"wormar\",\n    \"wormholed\": \"rikpuru\",\n    \"wormhood\": \"worm\",\n    \"wormy\": \"idide\",\n    \"wormier\": \"wormaer\",\n    \"wormiest\": \"wormest\",\n    \"wormils\": \"irighiri\",\n    \"worminess\": \"nchegbu\",\n    \"worming\": \"na-emekpa ahụ\",\n    \"wormish\": \"worm\",\n    \"wormless\": \"irighiri\",\n    \"wormlike\": \"ikpuru\",\n    \"wormling\": \"na-agbasi\",\n    \"wormproof\": \"mgbatị\",\n    \"wormroots\": \"wormots\",\n    \"worms\": \"ikpuru\",\n    \"wormship\": \"ikpuru\",\n    \"worn\": \"eyi\",\n    \"wornil\": \"Ikike\",\n    \"wornness\": \"eyi\",\n    \"wornnesses\": \"ndị akaebe\",\n    \"wornout\": \"rụpụta\",\n    \"worral\": \"okpokoro\",\n    \"worrel\": \"gbọmgbọm\",\n    \"worry\": \"ichegbu onwe\",\n    \"worriable\": \"ichegbu\",\n    \"worriecow\": \"worricow\",\n    \"worried\": \"nchegbu\",\n    \"worriedly\": \"na-echegbu onwe\",\n    \"worriedness\": \"nchegbu\",\n    \"worrier\": \"nsogbu\",\n    \"worriers\": \"ndị na-elekọta\",\n    \"worries\": \"nchegbu\",\n    \"worrying\": \"na-echegbu onwe\",\n    \"worryingly\": \"iche\",\n    \"worriless\": \"enweghị nsogbu\",\n    \"worriment\": \"nsogbu\",\n    \"worriments\": \"mmekpa ahụ\",\n    \"worryproof\": \"echegbula\",\n    \"worrisome\": \"na-enye nsogbu\",\n    \"worrisomeness\": \"arụ ọrụ\",\n    \"worrit\": \"iche\",\n    \"worrited\": \"nsogbu\",\n    \"worriter\": \"kpalie\",\n    \"worriting\": \"na-emekpa ahụ\",\n    \"worrits\": \"okpokoro\",\n    \"worrywart\": \"chekwaa\",\n    \"worrywarts\": \"echekwa\",\n    \"worrywort\": \"echekwa\",\n    \"worse\": \"ka njọ\",\n    \"worsement\": \"njọ\",\n    \"worsen\": \"njọ\",\n    \"worsened\": \"ka njọ\",\n    \"worseness\": \"njọ\",\n    \"worsening\": \"na-akawanye njọ\",\n    \"worsens\": \"na-akawanye njọ\",\n    \"worser\": \"ka njọ\",\n    \"worserment\": \"njọ\",\n    \"worses\": \"ka njọ\",\n    \"worset\": \"ka njọ\",\n    \"worsets\": \"kasị njọ\",\n    \"worship\": \"ife ofufe\",\n    \"worshipability\": \"ikike ofufe\",\n    \"worshipable\": \"na-efe ofufe\",\n    \"worshiped\": \"fee ofufe\",\n    \"worshiper\": \"onye na-efe\",\n    \"worshipers\": \"ndị na-efe ofufe\",\n    \"worshipful\": \"na-efe ofufe\",\n    \"worshipfully\": \"na-efe ofufe\",\n    \"worshipfulness\": \"ife ofufe\",\n    \"worshiping\": \"ife ofufe\",\n    \"worshipingly\": \"na-efe ofufe\",\n    \"worshipless\": \"adighi efe\",\n    \"worshipped\": \"fee ofufe\",\n    \"worshipper\": \"onye na-efe\",\n    \"worshippers\": \"ndị na-efe ofufe\",\n    \"worshipping\": \"ife ofufe\",\n    \"worshippingly\": \"ife ofufe\",\n    \"worships\": \"ife ofufe\",\n    \"worshipworth\": \"efe ofufe\",\n    \"worshipworthy\": \"ofufe kwesịrị\",\n    \"worsle\": \"njọ\",\n    \"worssett\": \"njọ\",\n    \"worst\": \"kasị njọ\",\n    \"worsted\": \"njọ\",\n    \"worsteds\": \"njọ\",\n    \"worsting\": \"kasị njọ\",\n    \"worsts\": \"njọ\",\n    \"worsum\": \"njọ\",\n    \"worth\": \"kwesịrị\",\n    \"worthed\": \"ọ dabara adaba\",\n    \"worthful\": \"uru\",\n    \"worthfulness\": \"uru\",\n    \"worthy\": \"kwesiri\",\n    \"worthier\": \"kwesịrị\",\n    \"worthies\": \"kwesịrị\",\n    \"worthiest\": \"kwesịrị\",\n    \"worthily\": \"kwesịrị\",\n    \"worthiness\": \"ntozu\",\n    \"worthing\": \"na-emekpa ahụ\",\n    \"worthless\": \"abaghị uru\",\n    \"worthlessly\": \"abaghị uru\",\n    \"worthlessness\": \"abaghị uru\",\n    \"worths\": \"uru\",\n    \"worthship\": \"ife ofufe\",\n    \"worthward\": \"uru\",\n    \"worthwhile\": \"bara uru\",\n    \"worthwhileness\": \"uru\",\n    \"wortle\": \"ndigbo\",\n    \"worts\": \"irighiri\",\n    \"wostteth\": \"na-afụ ụfụ\",\n    \"wotted\": \"zigara\",\n    \"wotteth\": \"nkechi\",\n    \"wotting\": \"na-akpọ\",\n    \"woubit\": \"kpachara anya\",\n    \"wouch\": \"rie\",\n    \"wouhleche\": \"wough leche\",\n    \"would\": \"ga\",\n    \"wouldest\": \"ga-ama\",\n    \"woulding\": \"na-eme\",\n    \"wouldn\": \"agaghị\",\n    \"wouldnt\": \"agaghị\",\n    \"wouldst\": \"ga-ama\",\n    \"woulfe\": \"okpu\",\n    \"wound\": \"ọnya\",\n    \"woundability\": \"ọnya\",\n    \"woundable\": \"na-emerụ ahụ\",\n    \"woundableness\": \"ọnya\",\n    \"wounded\": \"merụrụ ahụ\",\n    \"woundedly\": \"merụrụ ahụ\",\n    \"wounder\": \"ọnya\",\n    \"woundy\": \"ọnya\",\n    \"woundily\": \"ọnya\",\n    \"wounding\": \"emerụ\",\n    \"woundingly\": \"na-emerụ ahụ\",\n    \"woundless\": \"enweghị ọnya\",\n    \"woundly\": \"n'ụzọ dị nro\",\n    \"wounds\": \"ọnya\",\n    \"woundwort\": \"ọnya\",\n    \"woundworth\": \"ọnya ọnya\",\n    \"woustour\": \"anya\",\n    \"wove\": \"kpoo\",\n    \"woven\": \"kpara\",\n    \"wow\": \"Chaị\",\n    \"wowed\": \"kwere\",\n    \"wowening\": \"na-emeghe\",\n    \"wowing\": \"Ikomi\",\n    \"wows\": \"kwere\",\n    \"wowser\": \"onye ndu\",\n    \"wowserdom\": \"ọchịchị\",\n    \"wowserian\": \"Onyekwere\",\n    \"wowserism\": \"nkwanye ugwu\",\n    \"wowsers\": \"ndị kwere nkwa\",\n    \"wpm\": \"Wpm\",\n    \"wrack\": \"mechie\",\n    \"wracked\": \"juru\",\n    \"wracker\": \"Ihe mkpuchi\",\n    \"wrackful\": \"kechie\",\n    \"wracking\": \"Na-agbanye\",\n    \"wracks\": \"kechie\",\n    \"wraf\": \"uwe\",\n    \"wrager\": \"Ihe mkpuchi\",\n    \"wraggle\": \"ugogbe anya\",\n    \"wrayful\": \"wray\",\n    \"wrainbolt\": \"kechie\",\n    \"wrainstaff\": \"kechie\",\n    \"wrainstave\": \"kechie\",\n    \"wraist\": \"nkwojiaka\",\n    \"wraith\": \"uwe\",\n    \"wraithe\": \"uwe\",\n    \"wraithy\": \"nkwanye\",\n    \"wraiths\": \"ihe mkpuchi\",\n    \"wraitly\": \"kpam kpam\",\n    \"wraker\": \"Ihe mkpuchi\",\n    \"wramp\": \"mechie\",\n    \"wran\": \"okwa\",\n    \"wrang\": \"uwe\",\n    \"wrangle\": \"esemokwu\",\n    \"wrangled\": \"agbagha\",\n    \"wrangler\": \"ihe mgbochi\",\n    \"wranglers\": \"ndị na-ese okwu\",\n    \"wranglership\": \"esemokwu\",\n    \"wrangles\": \"Ngwakọta\",\n    \"wranglesome\": \"na-ese okwu\",\n    \"wrangling\": \"na-ese okwu\",\n    \"wranglingly\": \"n'ikpo\",\n    \"wrangs\": \"Ngwakọta\",\n    \"wrannock\": \"nkwechi\",\n    \"wrap\": \"kechie\",\n    \"wraparounds\": \"gburugburu\",\n    \"wraple\": \"kechie\",\n    \"wrappage\": \"ihe mkpuchi\",\n    \"wrapped\": \"ọbọp\",\n    \"wrapper\": \"ihe mkpuchi\",\n    \"wrapperer\": \"Ihe mkpuchi\",\n    \"wrappering\": \"na-agbanye\",\n    \"wrappers\": \"ihe mkpuchi\",\n    \"wrapping\": \"kechi\",\n    \"wrappings\": \"uwe\",\n    \"wraprascal\": \"kechie nzuzu\",\n    \"wrapround\": \"wraparound\",\n    \"wraps\": \"eyiri\",\n    \"wrapt\": \"mechie\",\n    \"wrapup\": \"kechie\",\n    \"wrasse\": \"ihichapu\",\n    \"wrasses\": \"ahịhịa\",\n    \"wrast\": \"uwe\",\n    \"wrastle\": \"ngwugwu\",\n    \"wrastled\": \"kpuchiri\",\n    \"wrastler\": \"mgba mgba\",\n    \"wrastles\": \"eyiri\",\n    \"wrastling\": \"mgba\",\n    \"wratack\": \"mebiri\",\n    \"wrath\": \"iwe\",\n    \"wrathed\": \"kpakpando\",\n    \"wrathful\": \"iwe\",\n    \"wrathfully\": \"iwe\",\n    \"wrathfulness\": \"iwe\",\n    \"wrathy\": \"kechie\",\n    \"wrathily\": \"n'amaghị ama\",\n    \"wrathiness\": \"iwe\",\n    \"wrathing\": \"ihe mkpuchi\",\n    \"wrathless\": \"enweghị ọnụma\",\n    \"wrathlike\": \"dika iwe\",\n    \"wraths\": \"iwe\",\n    \"wrawl\": \"wraw\",\n    \"wraxled\": \"kpụrụ\",\n    \"wraxling\": \"na-agbasi\",\n    \"wreak\": \"bibie\",\n    \"wreaked\": \"mebiri\",\n    \"wreaker\": \"onye na-ebibi ihe\",\n    \"wreakers\": \"ndị ohi\",\n    \"wreakful\": \"Ihe ojoo\",\n    \"wreaking\": \"na-emebi\",\n    \"wreaks\": \"mbibi\",\n    \"wreathe\": \"kpoo\",\n    \"wreathed\": \"kpoo\",\n    \"wreathen\": \"kpoo\",\n    \"wreather\": \"ihu igwe\",\n    \"wreathes\": \"okooko osisi\",\n    \"wreathy\": \"okooko\",\n    \"wreathing\": \"na-agba ọsọ\",\n    \"wreathmaking\": \"wreath eme\",\n    \"wreathpiece\": \"ibe ukpa\",\n    \"wreaths\": \"okooko osisi\",\n    \"wreathwise\": \"wreath maara ihe\",\n    \"wreathwork\": \"ọrụ wreath\",\n    \"wreck\": \"bibie\",\n    \"wreckage\": \"ihe mebiri emebi\",\n    \"wreckages\": \"mkpọmkpọ ebe\",\n    \"wrecked\": \"mebiri\",\n    \"wrecker\": \"onye na-ebibi ihe\",\n    \"wreckers\": \"ndị ohi\",\n    \"wreckfish\": \"azụ azụ\",\n    \"wreckfishes\": \"azụ azụ azụ\",\n    \"wreckful\": \"gụọ\",\n    \"wrecky\": \"ihe ojoo\",\n    \"wrecking\": \"na-ebibi\",\n    \"wreckings\": \"na-ebibi\",\n    \"wrecks\": \"emebi\",\n    \"wren\": \"ikwe\",\n    \"wrench\": \"spana\",\n    \"wrenched\": \"agbaala agbawa\",\n    \"wrencher\": \"ogbugba\",\n    \"wrenches\": \"mgbape\",\n    \"wrenching\": \"na-agba mbọ\",\n    \"wrenchingly\": \"na-agbada\",\n    \"wrenlike\": \"Nwunye\",\n    \"wrest\": \"mgba\",\n    \"wrestable\": \"mgba mgba\",\n    \"wrested\": \"gbaa mgba\",\n    \"wrester\": \"mgba mgba\",\n    \"wresters\": \"mgba mgba\",\n    \"wresting\": \"mgba\",\n    \"wrestingly\": \"ịgba mgba\",\n    \"wrestle\": \"mgba\",\n    \"wrestled\": \"mgba\",\n    \"wrestler\": \"mgba mgba\",\n    \"wrestlerlike\": \"mgba dị ka\",\n    \"wrestlers\": \"ndị mgba\",\n    \"wrestles\": \"mgba\",\n    \"wrestling\": \"mgba\",\n    \"wrestlings\": \"mgba\",\n    \"wrests\": \"mgba\",\n    \"wretch\": \"ihe ojoo\",\n    \"wretched\": \"o wutere ya\",\n    \"wretcheder\": \"onye ojoo\",\n    \"wretchedest\": \"kacha njọ\",\n    \"wretchedly\": \"dị mwute\",\n    \"wretchedness\": \"obi ojoo\",\n    \"wretchlessly\": \"n'amaghi ama\",\n    \"wretchlessness\": \"enweghi obi ojoo\",\n    \"wrible\": \"jọgburu\",\n    \"wricht\": \"ukpa\",\n    \"wrick\": \"nkwoji\",\n    \"wride\": \"tie mkpu\",\n    \"wried\": \"chọrọ\",\n    \"wrier\": \"onye obu ozo\",\n    \"wries\": \"mkpu\",\n    \"wriest\": \"nkwojiaka\",\n    \"wryest\": \"nkwojiaka\",\n    \"wriggle\": \"gbajie\",\n    \"wriggled\": \"ghagburu\",\n    \"wrigglers\": \"ndị wrigg\",\n    \"wriggly\": \"n'egwu\",\n    \"wrigglier\": \"onye nzuzu\",\n    \"wriggling\": \"na-agbagharị\",\n    \"wrigglingly\": \"n'egwu\",\n    \"wrightine\": \"nkechi\",\n    \"wrights\": \"Egwu\",\n    \"wrying\": \"na-agbasa\",\n    \"wrymouth\": \"Ugochukwu\",\n    \"wrymouths\": \"ndiegwu\",\n    \"wrimple\": \"okpu\",\n    \"wrynecked\": \"gbanye aka\",\n    \"wrynecks\": \"Wrynecks\",\n    \"wryness\": \"wry\",\n    \"wrynesses\": \"wryry\",\n    \"wring\": \"agbaji\",\n    \"wringed\": \"gbarụrụ\",\n    \"wringer\": \"gbamgbam\",\n    \"wringers\": \"nkụchi\",\n    \"wringing\": \"ịgba\",\n    \"wringle\": \"gbamgbam\",\n    \"wringman\": \"ịgba\",\n    \"wrings\": \"gbamgbam\",\n    \"wrinkle\": \"ahunsenwu\",\n    \"wrinkleable\": \"Wrinkleable\",\n    \"wrinkled\": \"ndọlị\",\n    \"wrinkledy\": \"obula\",\n    \"wrinkledness\": \"ndọlị\",\n    \"wrinkleful\": \"na-agbaghari\",\n    \"wrinkleproof\": \"ndọlị\",\n    \"wrinkles\": \"ndọlị\",\n    \"wrinklet\": \"ndọlị\",\n    \"wrinkly\": \"wrinkrink\",\n    \"wrinklier\": \"aju\",\n    \"wrinkling\": \"ndọlị\",\n    \"wrist\": \"nkwojiaka\",\n    \"wristband\": \"eriri aka\",\n    \"wristbands\": \"eriri aka\",\n    \"wristbone\": \"nkwojiaka\",\n    \"wristed\": \"nkwojiaka\",\n    \"wrister\": \"nkwojiaka\",\n    \"wristfall\": \"nkwojiaka\",\n    \"wristy\": \"nkwojiaka\",\n    \"wristier\": \"Onyeozi\",\n    \"wristiest\": \"nke kachasị\",\n    \"wristikin\": \"wristkin\",\n    \"wristlet\": \"mgbaaka\",\n    \"wristlets\": \"nkwojiaka\",\n    \"wristlock\": \"nkwojiaka\",\n    \"wrists\": \"nkwojiaka\",\n    \"wristwatch\": \"elekere mgbaaka\",\n    \"wristwatches\": \"elekere aka\",\n    \"wristwork\": \"nkwojiaka\",\n    \"writ\": \"dee\",\n    \"writability\": \"ederede\",\n    \"writable\": \"ederede\",\n    \"writation\": \"ede\",\n    \"writative\": \"ederede\",\n    \"write\": \"dee\",\n    \"writeable\": \"ederede\",\n    \"writee\": \"dee\",\n    \"writeoff\": \"depụ\",\n    \"writeoffs\": \"dee akwụkwọ\",\n    \"writer\": \"onye edemede\",\n    \"writeress\": \"ndị edemede\",\n    \"writerling\": \"edemede\",\n    \"writers\": \"ndị edemede\",\n    \"writership\": \"edemede\",\n    \"writes\": \"na-ede,\",\n    \"writeup\": \"ide\",\n    \"writeups\": \"edemede\",\n    \"writh\": \"mebie\",\n    \"writhe\": \"mebie\",\n    \"writhed\": \"mebie\",\n    \"writhedly\": \"edunye\",\n    \"writhedness\": \"writgha\",\n    \"writhen\": \"gbanwee\",\n    \"writheneck\": \"henegha\",\n    \"writher\": \"dee\",\n    \"writhers\": \"ede\",\n    \"writhes\": \"ede\",\n    \"writhy\": \"Ugochi\",\n    \"writhing\": \"na-agbagbu\",\n    \"writhingly\": \"na-agbagbu\",\n    \"writhled\": \"gbasaa\",\n    \"writing\": \"ederede\",\n    \"writinger\": \"ederede\",\n    \"writings\": \"ihe odide\",\n    \"writmaker\": \"ede\",\n    \"writmaking\": \"mgha\",\n    \"writproof\": \"ederede\",\n    \"writs\": \"ede\",\n    \"written\": \"edere\",\n    \"writter\": \"dee\",\n    \"wrive\": \"kpaa\",\n    \"wrixle\": \"otiti\",\n    \"wrizzled\": \"gbanye mkpọrọgwụ\",\n    \"wrocht\": \"okwa\",\n    \"wroke\": \"kpụọ\",\n    \"wroken\": \"kụrụ aka\",\n    \"wrong\": \"ezighi ezi\",\n    \"wrongdo\": \"mmebi iwu\",\n    \"wrongdoer\": \"onye ajọ omume\",\n    \"wrongdoers\": \"ndị na-eme ihe ọjọọ\",\n    \"wrongdoing\": \"emehie ihe\",\n    \"wronged\": \"mehiere\",\n    \"wronger\": \"ihe ojoo\",\n    \"wrongers\": \"ndị na-emehie ihe\",\n    \"wrongest\": \"adabaghị\",\n    \"wrongfile\": \"adabaghi\",\n    \"wrongful\": \"adabaghi\",\n    \"wrongfuly\": \"adabaghị\",\n    \"wrongfully\": \"adabaghị\",\n    \"wrongfulness\": \"ezighi ezi\",\n    \"wronghead\": \"isi okwu\",\n    \"wrongheaded\": \"ezighi ezi\",\n    \"wrongheadedly\": \"ezighi ezi n'isi\",\n    \"wrongheadedness\": \"ezighi ezi\",\n    \"wronghearted\": \"obi ezighi ezi\",\n    \"wrongheartedly\": \"ezighi ezi\",\n    \"wrongheartedness\": \"obi ezighi ezi\",\n    \"wronging\": \"emehie\",\n    \"wrongish\": \"emehie\",\n    \"wrongless\": \"ezighi ezi\",\n    \"wronglessly\": \"n'amaghị ama\",\n    \"wrongly\": \"adabaghị\",\n    \"wrongness\": \"ezighi ezi\",\n    \"wrongous\": \"adabaghi\",\n    \"wrongously\": \"adabaghị\",\n    \"wrongousness\": \"ezighi ezi\",\n    \"wrongrel\": \"Ugboro abụọ\",\n    \"wrongs\": \"mmejọ\",\n    \"wrongwise\": \"adabaghị\",\n    \"wronskian\": \"Ugbor\",\n    \"wroot\": \"gbapụ\",\n    \"wrossle\": \"okpokoro\",\n    \"wrote\": \"dere\",\n    \"wroth\": \"iwe\",\n    \"wrothe\": \"ewe\",\n    \"wrothful\": \"na-ewe iwe\",\n    \"wrothfully\": \"n'iwe\",\n    \"wrothy\": \"iwe\",\n    \"wrothily\": \"ugochukwu\",\n    \"wrothiness\": \"iwe\",\n    \"wrothly\": \"n'iwe\",\n    \"wrothsome\": \"na-ewe iwe\",\n    \"wrought\": \"mezuru\",\n    \"wrox\": \"Ugboro abụọ\",\n    \"wrung\": \"mebiri\",\n    \"wrungness\": \"ọnya\",\n    \"wud\": \"ikpa\",\n    \"wuddie\": \"nwuddie\",\n    \"wudge\": \"mpako\",\n    \"wuggishness\": \"okwe\",\n    \"wulder\": \"wuld\",\n    \"wumble\": \"gbawa\",\n    \"wummel\": \"wumel\",\n    \"wun\": \"choo\",\n    \"wunner\": \"onye choro\",\n    \"wurrung\": \"ịgbanwee\",\n    \"wurset\": \"ihu igwe\",\n    \"wursts\": \"nwa oge\",\n    \"wurtzite\": \"Nwosu\",\n    \"wurzburger\": \"mmmmmmmmmmmmm\",\n    \"wush\": \"zuo\",\n    \"wusser\": \"nwaeze\",\n    \"wuthering\": \"ịkwa ụfụ\",\n    \"wuzzling\": \"na-egbuke egbuke\",\n    \"xanthation\": \"mmmmmmmmmmmmm\",\n    \"xanthein\": \"nwanthein\",\n    \"xantheins\": \"nwantheins\",\n    \"xanthelasmic\": \"nwanthelasmic\",\n    \"xanthocarpous\": \"mmethocarpous\",\n    \"xanthochroic\": \"mmethochroic\",\n    \"xanthochromic\": \"mmethochromic\",\n    \"xanthochroous\": \"Onyekwere\",\n    \"xanthocobaltic\": \"mmethocobaltic\",\n    \"xanthones\": \"ekwentị\",\n    \"xanthophyl\": \"mmmmmmmmmmmmm\",\n    \"xanthophyll\": \"mmmmmmmmmmmmm\",\n    \"xanthophose\": \"Onyekwere\",\n    \"xanthoproteic\": \"mmmmmmmmmmmmm\",\n    \"xanthotic\": \"mmmmmmmmmmmmm\",\n    \"xanthous\": \"mmmmmmmmmmmmm\",\n    \"xanthoxylin\": \"mmethoxylin\",\n    \"xat\": \"xAT\",\n    \"xcl\": \"Nkechi\",\n    \"xctl\": \"Nkechi\",\n    \"xdiv\": \"Nkeji\",\n    \"xebec\": \"mmebec\",\n    \"xebecs\": \"Ikechi\",\n    \"xenacanthine\": \"mmenacanthine\",\n    \"xenagogue\": \"mmakuago\",\n    \"xenarthrous\": \"kechinwe\",\n    \"xenian\": \"xenyan\",\n    \"xenyl\": \"Nkechi\",\n    \"xenoblast\": \"mmnoblast\",\n    \"xenocryst\": \"mmmmmmmmmmmmm\",\n    \"xenocrystic\": \"mmenocrystic\",\n    \"xenodocheion\": \"mmmmmmmmmmmmm\",\n    \"xenogenies\": \"ndiegwu\",\n    \"xenogenous\": \"Onyebuchi\",\n    \"xenograft\": \"mmakograft\",\n    \"xenophobe\": \"mmoophobe\",\n    \"xenophobes\": \"mmmmmmmmmmmmm\",\n    \"xenophobian\": \"onye xenophobian\",\n    \"xenophontine\": \"mmenophontine\",\n    \"xenophoran\": \"mmenophoran\",\n    \"xenopsylla\": \"mmmmmmmmmmmm\",\n    \"xenopterygian\": \"mmmmmmmmmmmmm\",\n    \"xenos\": \"mmwe\",\n    \"xerographer\": \"onye na-ese ihe\",\n    \"xerography\": \"ihe osise\",\n    \"xerophagies\": \"Mmetụta\",\n    \"xeroxed\": \"xerox\",\n    \"xeruses\": \"xer nile\",\n    \"xicak\": \"mmachi\",\n    \"xylans\": \"ndiegwu\",\n    \"xyleborus\": \"mmyborbor\",\n    \"xylems\": \"mmmmmmmmmmmm\",\n    \"xylene\": \"Nwachukwu\",\n    \"xylenyl\": \"mmmmmmmmmmmm\",\n    \"xyletic\": \"mmmmmmmmmmmmm\",\n    \"xylidic\": \"mmmmmmmmmm\",\n    \"xylyls\": \"mmmmmmmmmmmm\",\n    \"xylite\": \"wuchi\",\n    \"xylitol\": \"mmilitol\",\n    \"xylitols\": \"xylitol\",\n    \"xylocarpous\": \"mmylocarpous\",\n    \"xylograph\": \"Nkeji\",\n    \"xylographer\": \"onyeegwu\",\n    \"xylography\": \"ihe nkiri\",\n    \"xyloyl\": \"Nkeji\",\n    \"xylols\": \"Nkeji\",\n    \"xylomancy\": \"Nwachukwu\",\n    \"xylometer\": \"xylomita\",\n    \"xylophonists\": \"xylophonist\",\n    \"xylopyrographer\": \"onyeegwu\",\n    \"xylopyrography\": \"ihe nkiri\",\n    \"xyloplastic\": \"nwyloplastic\",\n    \"xyloses\": \"Nwachukwu\",\n    \"xylotile\": \"Nkeji\",\n    \"xylotypography\": \"mmmmmmmmmmmmm\",\n    \"xylotomies\": \"Nkeji\",\n    \"xylotomist\": \"onyechi\",\n    \"xiphodon\": \"xipodon\",\n    \"xyphoid\": \"xiphoid\",\n    \"xiphoidal\": \"xiphoid\",\n    \"xiphopagous\": \"xiphopagus\",\n    \"xyrichthys\": \"nwachichthys\",\n    \"xyridaceous\": \"Nwokeji\",\n    \"xyridales\": \"nwachịles\",\n    \"xyst\": \"agbụ\",\n    \"xyster\": \"ogu\",\n    \"xysts\": \"mmmmmmmmmm\",\n    \"xiv\": \"mgbo\",\n    \"xyz\": \"mmmmmm\",\n    \"xr\": \"Nkeji\",\n    \"xref\": \"nwref\",\n    \"xvii\": \"Nkeji\",\n    \"xx\": \"mmb\",\n    \"xxiv\": \"nwxiv\",\n    \"xxv\": \"Nkeji\",\n    \"zabaiones\": \"zabaione\",\n    \"zabaism\": \"sabaism\",\n    \"zabajones\": \"Onyebuchi\",\n    \"zaboglione\": \"zabaglione\",\n    \"zacatons\": \"zacatọn\",\n    \"zad\": \"zada\",\n    \"zaddickim\": \"Onyinyechi\",\n    \"zaddik\": \"Ikwerre\",\n    \"zadokite\": \"Zadokite\",\n    \"zagged\": \"zara\",\n    \"zayins\": \"Onyekwere\",\n    \"zalophus\": \"Ijeoma\",\n    \"zambians\": \"ndị Zambia\",\n    \"zananas\": \"zaghachi\",\n    \"zanders\": \"ihe ndozi\",\n    \"zanies\": \"ndichi\",\n    \"zanyish\": \"zaghachi\",\n    \"zanyism\": \"mmmmmmmmmmmmm\",\n    \"zanily\": \"mgboko\",\n    \"zannichellia\": \"mmmmmmmmmmmm\",\n    \"zante\": \"Mgbaa\",\n    \"zantewood\": \"Mgbaze\",\n    \"zanthoxylum\": \"ebe mgbaba\",\n    \"zantiot\": \"Ezenwanyi\",\n    \"zanzalian\": \"Obinna\",\n    \"zanzas\": \"ogbe\",\n    \"zanze\": \"owuwu\",\n    \"zapateados\": \"Nwachukwu\",\n    \"zapateos\": \"Nwachukwu\",\n    \"zapatero\": \"Nwachukwu\",\n    \"zaphetic\": \"agbụ\",\n    \"zaphrentid\": \"Nwachukwu\",\n    \"zaphrentis\": \"Nwachukwu\",\n    \"zaphrentoid\": \"Nwachukwu\",\n    \"zaporogian\": \"onyenwe\",\n    \"zapotec\": \"Nwachukwu\",\n    \"zapotecan\": \"Nwachukwu\",\n    \"zapoteco\": \"Nwachukwu\",\n    \"zapped\": \"zụrụ\",\n    \"zapping\": \"na-amị\",\n    \"zaptiah\": \"aghugha\",\n    \"zaptiahs\": \"Egbema\",\n    \"zaptieh\": \"Nwachukwu\",\n    \"zaptiehs\": \"pti zaee\",\n    \"zapus\": \"Nnanna\",\n    \"zarathustrian\": \"Nwogu\",\n    \"zarathustrianism\": \"anwuru-egwu\",\n    \"zarathustrism\": \"anwuru\",\n    \"zardushti\": \"onyekwere\",\n    \"zarnich\": \"Nwachukwu\",\n    \"zauschneria\": \"Nwachukwu\",\n    \"zavijava\": \"Ekwueme\",\n    \"zazen\": \"Egwuregwu\",\n    \"zazens\": \"ọtụtụ\",\n    \"zea\": \"ịnụ ọkụ\",\n    \"zeal\": \"ịnụ ọkụ n'obi\",\n    \"zealand\": \"Jezeland\",\n    \"zealanders\": \"ndị na-anụ ọkụ n'obi\",\n    \"zealed\": \"ịnụ ọkụ n'obi\",\n    \"zealful\": \"ịnụ ọkụ n'obi\",\n    \"zealless\": \"ịnụ ọkụ n'obi\",\n    \"zeallessness\": \"enweghị ịnụ ọkụ n'obi\",\n    \"zealot\": \"ịnụ ọkụ n'obi\",\n    \"zealotical\": \"na-anụ ọkụ n'obi\",\n    \"zealotism\": \"ịnụ ọkụ n'obi\",\n    \"zealotist\": \"onye na-anụ ọkụ n'obi\",\n    \"zealotry\": \"ịnụ ọkụ n'obi\",\n    \"zealotries\": \"ịnụ ọkụ n'obi\",\n    \"zealots\": \"ndị na-anụ ọkụ n'obi\",\n    \"zealous\": \"na-anụ ọkụ n'obi\",\n    \"zealousy\": \"ịnụ ọkụ n'obi\",\n    \"zealously\": \"jiri ịnụ ọkụ n'obi\",\n    \"zealousness\": \"ịnụ ọkụ n'obi\",\n    \"zealproof\": \"ịnụ ọkụ n'obi\",\n    \"zeals\": \"ịnụ ọkụ n'obi\",\n    \"zeatins\": \"nneoma\",\n    \"zebec\": \"Nwachukwu\",\n    \"zebeck\": \"Nwabueze\",\n    \"zebecks\": \"Nwabueze\",\n    \"zebecs\": \"Nwabueze\",\n    \"zebra\": \"ịnyịnya ọhịa\",\n    \"zebrafishes\": \"zebrafish\",\n    \"zebraic\": \"zebra\",\n    \"zebras\": \"ịnyịnya ọhịa\",\n    \"zebrass\": \"ịnyịnya ọhịa\",\n    \"zebrasses\": \"ịnyịnya ọhịa\",\n    \"zebrine\": \"zebra\",\n    \"zebrinnies\": \"ndiegwu\",\n    \"zebrule\": \"ịnyịnya\",\n    \"zebus\": \"ịnyịnya ibu\",\n    \"zecchins\": \"Nwachukwu\",\n    \"zechariah\": \"zekaya\",\n    \"zechstein\": \"Onyebuchi\",\n    \"zees\": \"ịnyịnya\",\n    \"zehner\": \"ihuọchị\",\n    \"zeins\": \"zein\",\n    \"zeism\": \"ịnụ ọkụ n'obi\",\n    \"zeist\": \"ịnụ ọkụ n'obi\",\n    \"zeitgeist\": \"okpe\",\n    \"zeke\": \"ịnyịnya\",\n    \"zelanian\": \"Jelanian\",\n    \"zelator\": \"onye nlekota\",\n    \"zelatrice\": \"okechukwu\",\n    \"zelkova\": \"Ezenwe\",\n    \"zelotic\": \"Egwu\",\n    \"zelotypie\": \"chidiebere\",\n    \"zendician\": \"Onyebuchi\",\n    \"zendos\": \"Onyebuchi\",\n    \"zenonian\": \"zenonia\",\n    \"zeolitization\": \"itinye akwụkwọ\",\n    \"zeolitize\": \"itughari\",\n    \"zeolitized\": \"ikekwe\",\n    \"zeolitizing\": \"ikwe\",\n    \"zeoscope\": \"okpu\",\n    \"zephaniah\": \"Zefanaya\",\n    \"zereba\": \"zareba\",\n    \"zermahbub\": \"Zermahbub\",\n    \"zero\": \"efu\",\n    \"zeroaxial\": \"efu axial\",\n    \"zeroed\": \"adighi\",\n    \"zeroes\": \"mkpụrụ\",\n    \"zeroeth\": \"nke isii\",\n    \"zeroing\": \"na-agbagha\",\n    \"zeros\": \"ihe efu\",\n    \"zeroth\": \"nke isii\",\n    \"zested\": \"Onyekwere\",\n    \"zestful\": \"Ezekwe\",\n    \"zestfully\": \"Ezigbo\",\n    \"zestfulness\": \"Ezigbo\",\n    \"zestiness\": \"ogbe\",\n    \"zeuctocoelomatic\": \"ikechukwu\",\n    \"zeuctocoelomic\": \"ikechiokechukwu\",\n    \"zeuglodon\": \"Uduak\",\n    \"zeuglodont\": \"nweze\",\n    \"zeugmatic\": \"nweze\",\n    \"zeugmatically\": \"keobegwu\",\n    \"zeus\": \"ịnụ ọkụ\",\n    \"zeuzerian\": \"Ugwuoba\",\n    \"zibeths\": \"akwa\",\n    \"zydeco\": \"Nwachukwu\",\n    \"zydecos\": \"Nwachukwu\",\n    \"ziffs\": \"zif\",\n    \"zygion\": \"Chidinma\",\n    \"zygnemaceous\": \"Uchechukwu\",\n    \"zygnemataceous\": \"Uchechukwu\",\n    \"zygodactyl\": \"Chidinma\",\n    \"zygodactyle\": \"Chidinma\",\n    \"zygomaticus\": \"mmmmmmmmmmmmm\",\n    \"zygomycetes\": \"iheanacho\",\n    \"zygophyceous\": \"Chidinma\",\n    \"zygopleural\": \"Chidinma\",\n    \"zygopteris\": \"Nwachukwu\",\n    \"zygose\": \"Nwachukwu\",\n    \"zygoses\": \"mmygoses\",\n    \"zygostyle\": \"Nwachukwu\",\n    \"zygotes\": \"chukwuemeka\",\n    \"zygotic\": \"Nwachukwu\",\n    \"zygous\": \"Uzoamaka\",\n    \"zigzaggery\": \"zigzagwa\",\n    \"zillion\": \"nde\",\n    \"zillions\": \"amara\",\n    \"zillionths\": \"chukwuezigbo\",\n    \"zills\": \"zill\",\n    \"zilpah\": \"Zilpah\",\n    \"zimentwater\": \"mmiri ziment\",\n    \"zymes\": \"zym\",\n    \"zimmerwaldian\": \"mmmmmmmmmmmmm\",\n    \"zimmerwaldist\": \"onyekwere\",\n    \"zymogenous\": \"Uzoigwe\",\n    \"zymograms\": \"zymogram\",\n    \"zymolyis\": \"Nwachukwu\",\n    \"zymolytic\": \"mmmmmmmmmmmmm\",\n    \"zymologic\": \"Uchechukwu\",\n    \"zymometer\": \"zymometa\",\n    \"zymoscope\": \"zymoskopu\",\n    \"zymosimeter\": \"zymosimita\",\n    \"zymosthenic\": \"Nwachukwu\",\n    \"zinced\": \"gbanye\",\n    \"zincy\": \"Inye\",\n    \"zincic\": \"zinc\",\n    \"zincifying\": \"zincing\",\n    \"zincing\": \"Inye\",\n    \"zincked\": \"amaokwu\",\n    \"zincky\": \"ọmarịcha\",\n    \"zincking\": \"iduga\",\n    \"zincography\": \"ihe osise\",\n    \"zincs\": \"zinc\",\n    \"zinged\": \"zing\",\n    \"zingers\": \"zinger\",\n    \"zinging\": \"zing\",\n    \"zinked\": \"Ochie\",\n    \"zinky\": \"nwuez\",\n    \"zinkiferous\": \"zokiferous\",\n    \"zinkified\": \"Ozoemegwu\",\n    \"zinkifying\": \"zinking\",\n    \"zionless\": \"enweghị\",\n    \"zipped\": \"zipụ\",\n    \"zipper\": \"zipa\",\n    \"zippered\": \"zippet\",\n    \"zippers\": \"zipa\",\n    \"zipppier\": \"zipapier\",\n    \"zircalloy\": \"zircaloy\",\n    \"zircofluoride\": \"zirco fluoride\",\n    \"zirconian\": \"zirconia\",\n    \"zirconyl\": \"okpokoro\",\n    \"zyrenian\": \"Ezenwanyi\",\n    \"zyrian\": \"Nwachukwu\",\n    \"zyryan\": \"Ozi\",\n    \"zirianian\": \"ziri ezi\",\n    \"zither\": \"Nwere\",\n    \"zitherist\": \"Onyebuchi\",\n    \"zitherists\": \"ndiegwu\",\n    \"zithern\": \"Nwachukwu\",\n    \"zitherns\": \"Uchenna\",\n    \"zithers\": \"zither\",\n    \"zythum\": \"Nkechi\",\n    \"zitter\": \"zita\",\n    \"zitzit\": \"Onwuka\",\n    \"zyzomys\": \"Obinwanne\",\n    \"zyzzyva\": \"Chukwunonso\",\n    \"zyzzyvas\": \"Chidinma\",\n    \"zizzled\": \"ezugbe\",\n    \"zizzling\": \"Zizzling\",\n    \"zmudz\": \"Onyebuchi\",\n    \"zo\": \"bia\",\n    \"zoanthacea\": \"Ezenwanyi\",\n    \"zoantharian\": \"Ezenwanyi\",\n    \"zoanthus\": \"Uzoamaka\",\n    \"zoarces\": \"zoar\",\n    \"zoetic\": \"zoctic\",\n    \"zoetropic\": \"zootropic\",\n    \"zoic\": \"zoi\",\n    \"zoilism\": \"zoelism\",\n    \"zoilist\": \"onyechi\",\n    \"zoistic\": \"zoist\",\n    \"zolaesque\": \"Ezenwanyi\",\n    \"zolaistic\": \"zolaist\",\n    \"zolaize\": \"bupula\",\n    \"zolotink\": \"Ikenna\",\n    \"zombiisms\": \"zombiism\",\n    \"zombis\": \"zombie\",\n    \"zomotherapeutic\": \"ịgwọ ọrịa ọgwụ\",\n    \"zonaesthesia\": \"ahu izizi\",\n    \"zonations\": \"zon\",\n    \"zone\": \"mpaghara\",\n    \"zoned\": \"zony\",\n    \"zoneless\": \"na-enweghị mpaghara\",\n    \"zonelet\": \"zolet\",\n    \"zones\": \"Mpaghara\",\n    \"zonetime\": \"oge mpaghara\",\n    \"zonetimes\": \"oge mpaghara\",\n    \"zoniferous\": \"conifeife\",\n    \"zoning\": \"zon\",\n    \"zoochemical\": \"kemikal\",\n    \"zoodendria\": \"Onyekwere\",\n    \"zoodynamic\": \"Onyekwere\",\n    \"zoogeologist\": \"onye na-amụ gbasara anụ ụlọ\",\n    \"zoographer\": \"onye na-edebe ihe nkiri\",\n    \"zoographist\": \"onye na-edebe ihe nkiri\",\n    \"zoologicoarchaeologist\": \"onye na-amụ banyere ụmụ anụmanụ\",\n    \"zoologist\": \"onye na-amụ banyere anụ ụlọ\",\n    \"zoologists\": \"ndị na-amụ banyere anụmanụ\",\n    \"zoologizing\": \"logmụ anụmanụ\",\n    \"zoom\": \"mbugharị\",\n    \"zoomed\": \"mbubata\",\n    \"zoometries\": \"zoometri\",\n    \"zoomimetic\": \"zoomimetik\",\n    \"zoomimic\": \"zoomimiki\",\n    \"zooming\": \"mbugharị\",\n    \"zoomorphy\": \"mbugharị\",\n    \"zoonal\": \"zoon\",\n    \"zoonic\": \"zoon\",\n    \"zoonomy\": \"zoonomi\",\n    \"zoonomical\": \"zoomical\",\n    \"zoonosologist\": \"zoonosologistị\",\n    \"zooperist\": \"onye na-elekọta ihe\",\n    \"zoophysicist\": \"onye maara ihe\",\n    \"zoophytologist\": \"onye na-agwọ ọrịa zoophytologist\",\n    \"zoopsychologist\": \"ọkà mmụta zoopsychologist\",\n    \"zoospores\": \"Ogige ụmụ anụmanụ\",\n    \"zoosporiferous\": \"mbaeze\",\n    \"zoosporous\": \"okpokoro\",\n    \"zootechnical\": \"zootechnke\",\n    \"zoothecia\": \"zootia\",\n    \"zoothecial\": \"zootial\",\n    \"zootheism\": \"zootizim\",\n    \"zootheist\": \"zootist\",\n    \"zootheistic\": \"zootist\",\n    \"zootomy\": \"zootomi\",\n    \"zootomic\": \"zootomiki\",\n    \"zoroastrians\": \"ndị zoroastrian\",\n    \"zorrillo\": \"Ezenwanyi\",\n    \"zortzico\": \"Nwachukwu\",\n    \"zosteropinae\": \"zosteropina\",\n    \"zosters\": \"zoster\",\n    \"zounds\": \"zound\",\n    \"zucchettos\": \"izuchi\",\n    \"zucchini\": \"zukini\",\n    \"zucchinis\": \"zukini\",\n    \"zugtierlast\": \"Uzoigwe\",\n    \"zugtierlaster\": \"Nwachukwu\",\n    \"zulus\": \"zulu\",\n    \"zurich\": \"Nkechi\",\n    \"zwieselite\": \"Onyebuchi\",\n    \"zwinglianist\": \"Onyewuchi\"\n}"
  },
  {
    "path": "src/dictionaries/ig-en/ig-en.json",
    "content": "{\"A\":[{\"word\":\"A\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"a\":[{\"word\":\"a\",\"wordClass\":\"\",\"definitions\":[\"see e\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"a-\":[{\"word\":\"a-\",\"wordClass\":\"\",\"definitions\":[\"see e-\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"a-  m\":[{\"word\":\"a-  m\",\"wordClass\":\"\",\"definitions\":[\"see e- ... m\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-a/-e/-ọ/-o\":[{\"word\":\"-a/-e/-ọ/-o\",\"wordClass\":\"ISUF\",\"definitions\":[\"(-a after a ị ụ; -e after e i u; -ọ after ọ; -o after o) completive or open vowel suffix, used with most verbs in the imperative, the subjunctive, and the sequential forms Lùa ọlū Do the work: Kà ànyị jee Let us go ... ò wèe nalue ụnò wèe fụ yā ... and then he got home and found it\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ife à\":[{\"word\":\"ife à\",\"wordClass\":\"DEM\",\"definitions\":[\"this (thing)\"],\"examples\":[],\"variations\":[],\"stems\":[\"à\"]}],\"onye à\":[{\"word\":\"onye à\",\"wordClass\":\"DEM\",\"definitions\":[\"this person\"],\"examples\":[],\"variations\":[],\"stems\":[\"à\"]}],\"ebe à\":[{\"word\":\"ebe à\",\"wordClass\":\"DEM\",\"definitions\":[\"this place, here\",\"this place\"],\"examples\":[],\"variations\":[],\"stems\":[\"à\",\"ebe\"]}],\"etu à\":[{\"word\":\"etu à\",\"wordClass\":\"DEM\",\"definitions\":[\"this way\",\"thus; in this manner\"],\"examples\":[],\"variations\":[],\"stems\":[\"à\",\"etu\"]}],\"à\":[{\"word\":\"à\",\"wordClass\":\"DEM\",\"definitions\":[\"this\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"aà\":[{\"word\":\"aà\",\"wordClass\":\"INTJ\",\"definitions\":[\"oh! (surprise)\"],\"examples\":[],\"variations\":[\"aā\"],\"stems\":null}],\"àa\":[{\"word\":\"àa\",\"wordClass\":\"INTJ\",\"definitions\":[\"answer to a call, e.g. yes; a low murmuring or exclamation over tragic news or surprise\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"Àba\":[{\"word\":\"Àba\",\"wordClass\":\"NNC\",\"definitions\":[\"Aba\"],\"examples\":[{\"igbo\":\"Òbìàgèlì bì n’Àba\",\"english\":\"Ọbịageli lives in Aba\"}],\"variations\":[],\"stems\":null}],\"-chalụ àba\":[{\"word\":\"-chalụ àba\",\"wordClass\":\"AV\",\"definitions\":[\"lie flat on the back Òfô sì mù chàlụ āba Ọfọ asked me to lie flat on my back\",\"lie flat on the back\"],\"examples\":[],\"variations\":[],\"stems\":[\"àba\",\"-cha\"]}],\"-dinà n’àba\":[{\"word\":\"-dinà n’àba\",\"wordClass\":\"NNC\",\"definitions\":[\"sleep on the back\"],\"examples\":[],\"variations\":[\"dinà\"],\"stems\":[\"àba\"]}],\"àba\":[{\"word\":\"àba\",\"wordClass\":\"NNC\",\"definitions\":[\"flatness; lying flat on the back Ọ tògbòlù àba He lay flat\",\"iron hook for fastening windows or doors or joining a canoe, or used by medicine men, usually forced into ground\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"àbàchà\":[{\"word\":\"àbàchà\",\"wordClass\":\"NNC\",\"definitions\":[\"cassava (especially boiled and sliced) (compare okìlì 2.)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àbàda\":[{\"word\":\"àbàda\",\"wordClass\":\"NNC\",\"definitions\":[\"cloth used mostly by women (Dutch print), also akwā àbàda\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-dị abadaba\":[{\"word\":\"-dị abadaba\",\"wordClass\":\"NNC\",\"definitions\":[\"be wide, broad, flat Wètalụ m#nni ǹkè m n’ime afele dī abadaba Bring me my own food in a broad flat plate\"],\"examples\":[],\"variations\":[],\"stems\":[\"abadaba\"]}],\"abadaba\":[{\"word\":\"abadaba\",\"wordClass\":\"NNC\",\"definitions\":[\"width; breadth; state or quality of being wide or broad\"],\"examples\":[],\"variations\":[\"abasāla\"],\"stems\":null}],\"àbalà\":[{\"word\":\"àbalà\",\"wordClass\":\"NNC\",\"definitions\":[\"fruit of iroko (used for feeding goats, sheep, etc.) also àbalà ọjì\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àbànà\":[{\"word\":\"àbànà\",\"wordClass\":\"NNC\",\"definitions\":[\"wateryam (Dioscorea alata Linn.) (also ji àbànà)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ètitī àbànì\":[{\"word\":\"ètitī àbànì\",\"wordClass\":\"NNC\",\"definitions\":[\"midnight\"],\"examples\":[],\"variations\":[],\"stems\":[\"àbànì\"]}],\"(onye) àbànì dì egwù\":[{\"word\":\"(onye) àbànì dì egwù\",\"wordClass\":\"NNC\",\"definitions\":[\"bandit (literally the night is dangerous) Onye àbànì dì egwù\"],\"examples\":[],\"variations\":[],\"stems\":[\"àbànì\"]}],\"òtu àbànì dì egwù\":[{\"word\":\"òtu àbànì dì egwù\",\"wordClass\":\"NNC\",\"definitions\":[\"gang of bandits\"],\"examples\":[],\"variations\":[],\"stems\":[\"àbànì\"]}],\"àbànì\":[{\"word\":\"àbànì\",\"wordClass\":\"NNC\",\"definitions\":[\"midnight; night\",\"royal sword, double-edged and made of brass, with which the king touches the ozì gong to direct the sounding of the war- drums and leads his soldiers to war (also mmā àbànì)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"àbị\":[{\"word\":\"àbị\",\"wordClass\":\"NNC\",\"definitions\":[\"yam cv. (sausage-shaped)\"],\"examples\":[],\"variations\":[\"àbịì\"],\"stems\":null}],\"abìà\":[{\"word\":\"abìà\",\"wordClass\":\"NNC\",\"definitions\":[\"music played on ìgbà ogwè, a tall standing drum, when great warriors die\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"abō\":[{\"word\":\"abō\",\"wordClass\":\"NNC\",\"definitions\":[\"long basket used for fishing (also ǹkàtà abō)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àbọ\":[{\"word\":\"àbọ\",\"wordClass\":\"NNC\",\"definitions\":[\"plantation\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"abòsì\":[{\"word\":\"abòsì\",\"wordClass\":\"NNC\",\"definitions\":[\"shrub whose twigs are used for chewing-sticks and for àkàloògòlì figures\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àbù\":[{\"word\":\"àbù\",\"wordClass\":\"NNC\",\"definitions\":[\"plant resembling aŋā, used for its fibres\",\"the rope made from it\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"abukè\":[{\"word\":\"abukè\",\"wordClass\":\"NNC\",\"definitions\":[\"wooden vessel used for carrying\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"abùke\":[{\"word\":\"abùke\",\"wordClass\":\"NNC\",\"definitions\":[\"(usually òkụkù abùke) kind of fowl which never grows to a large size but is tough (usually used for sacrifice)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"abụ\":[{\"word\":\"abụ\",\"wordClass\":\"NNC\",\"definitions\":[\"pus\",\"cat-like animal that sleeps by day, probably the Two-Spotted Palm Civet or genet\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"àkpà abù\":[{\"word\":\"àkpà abù\",\"wordClass\":\"NNC\",\"definitions\":[\"boil in armpit\"],\"examples\":[],\"variations\":[],\"stems\":[\"abù\",\"àkpà\"]}],\"abù akwā\":[{\"word\":\"abù akwā\",\"wordClass\":\"NNC\",\"definitions\":[\"song (esp Song of Solomon)\",\"mourning song\"],\"examples\":[],\"variations\":[],\"stems\":[\"abù\",\"akwa\"]}],\"abù mbido\":[{\"word\":\"abù mbido\",\"wordClass\":\"AV\",\"definitions\":[\"opening song\"],\"examples\":[],\"variations\":[],\"stems\":[\"abù\",\"-bi-do\"]}],\"abù mgbasà\":[{\"word\":\"abù mgbasà\",\"wordClass\":\"NNC\",\"definitions\":[\"dismissal song\"],\"examples\":[],\"variations\":[],\"stems\":[\"abù\"]}],\"abù mmeli\":[{\"word\":\"abù mmeli\",\"wordClass\":\"AV\",\"definitions\":[\"victory song\",\"song of victory\"],\"examples\":[],\"variations\":[],\"stems\":[\"abù\",\"-me\"]}],\"abù nchèta\":[{\"word\":\"abù nchèta\",\"wordClass\":\"AV\",\"definitions\":[\"memorial song\"],\"examples\":[],\"variations\":[],\"stems\":[\"abù\",\"-chè\"]}],\"abù ochiè\":[{\"word\":\"abù ochiè\",\"wordClass\":\"NNC\",\"definitions\":[\"old hymn book\"],\"examples\":[],\"variations\":[],\"stems\":[\"abù\"]}],\"abù òtuto\":[{\"word\":\"abù òtuto\",\"wordClass\":\"NNC\",\"definitions\":[\"songs of praise\"],\"examples\":[],\"variations\":[],\"stems\":[\"abù\"]}],\"abù ọfụū\":[{\"word\":\"abù ọfụū\",\"wordClass\":\"NNC\",\"definitions\":[\"new hymn book\"],\"examples\":[{\"igbo\":\"Àgbà ọfụū\",\"english\":\"New Testament\"}],\"variations\":[],\"stems\":[\"abù\",\"ọfụū\"]}],\"abù ọma\":[{\"word\":\"abù ọma\",\"wordClass\":\"NNC\",\"definitions\":[\"psalm\"],\"examples\":[],\"variations\":[],\"stems\":[\"abù\",\"ọma\"]}],\"-bù abù\":[{\"word\":\"-bù abù\",\"wordClass\":\"AV\",\"definitions\":[\"sing (a solo)\"],\"examples\":[],\"variations\":[],\"stems\":[\"abù\",\"-bù\"]}],\"òkwa àbù\":[{\"word\":\"òkwa àbù\",\"wordClass\":\"AV\",\"definitions\":[\"soloist\"],\"examples\":[],\"variations\":[],\"stems\":[\"abù\",\"-kwà\",\"òkwà\"]}],\"abù\":[{\"word\":\"abù\",\"wordClass\":\"NNC\",\"definitions\":[\"armpit\",\"song; solo\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"àbùa\":[{\"word\":\"àbùa\",\"wordClass\":\"CD\",\"definitions\":[\"two (= ìbùa, ìbùọ)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"abụba\":[{\"word\":\"abụba\",\"wordClass\":\"NNC\",\"definitions\":[\"feather; leaf; fibre\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-ma àbùbà\":[{\"word\":\"-ma àbùbà\",\"wordClass\":\"AV\",\"definitions\":[\"be fatty, plumpy, fat\"],\"examples\":[{\"igbo\":\"Mkpi ǹkaà màlù àbùbà\",\"english\":\"This he-goat is fat, or, the meat of this he-goat is fatty\"}],\"variations\":[],\"stems\":[\"àbùbà\",\"-ma\"]}],\"àbùbà\":[{\"word\":\"àbùbà\",\"wordClass\":\"NNC\",\"definitions\":[\"fat\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nni abụbọ\":[{\"word\":\"nni abụbọ\",\"wordClass\":\"NNC\",\"definitions\":[\"food prepared with vegetables\"],\"examples\":[],\"variations\":[],\"stems\":[\"abụbọ\",\"nni\"]}],\"abụbọ\":[{\"word\":\"abụbọ\",\"wordClass\":\"NNC\",\"definitions\":[\"vegetables\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"abụbù akwū\":[{\"word\":\"abụbù akwū\",\"wordClass\":\"NNC\",\"definitions\":[\"pounded palm nut fibre left after removal of kernels\"],\"examples\":[],\"variations\":[],\"stems\":[\"abụbù\",\"akwụ\"]}],\"abụbù\":[{\"word\":\"abụbù\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àbùbùụ jī\":[{\"word\":\"àbùbùụ jī\",\"wordClass\":\"\",\"definitions\":[\"cooked yam mashed to feed child or for sacrifice\"],\"examples\":[],\"variations\":[],\"stems\":[\"àbùbù\"]}],\"àbùbù\":[{\"word\":\"àbùbù\",\"wordClass\":\"\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"abụzù\":[{\"word\":\"abụzù\",\"wordClass\":\"NNC\",\"definitions\":[\"mole-cricket (edible)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àchàlà\":[{\"word\":\"àchàlà\",\"wordClass\":\"NNC\",\"definitions\":[\"generic name for coarse grass or straw, including bamboo (Oxytenanthera sp.), elephant grass (Pennisetum purpureum) and spear-grass (Imperata cylindrica).\"],\"examples\":[{\"igbo\":\"òpi àchàlà\",\"english\":\"Peugeot 404\"}],\"variations\":[],\"stems\":null}],\"achị\":[{\"word\":\"achị\",\"wordClass\":\"NNC\",\"definitions\":[\"hip-joint\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"achịcha\":[{\"word\":\"achịcha\",\"wordClass\":\"\",\"definitions\":[\"see asịsa\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àchìchà\":[{\"word\":\"àchìchà\",\"wordClass\":\"NNC\",\"definitions\":[\"biscuit; cake;\",\"dried food (prepared by boiling plantain or banana and cutting it up into small bits, after removing the skin, and drying it in sun. In the dry form this is stored in a bag and preserved in ùko till used. It is then measured out like beans and steeped in water for a few minutes, removed and wrapped in balls with leaves and boiled. It is then emptied on to boiled pieces of yam or cocoyam, sometimes with vegetables added, and stirred and rolled thoroughly with other ingredients - pepper, oil, etc. - and served)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"Adà\":[{\"word\":\"Adà\",\"wordClass\":\"NNC\",\"definitions\":[\"a warlike people living to the north of the Ọhafịa, who traditionally acted as head-hunting mercenaries to the Nike and the Arụ\",\"a feast, celebrated to commemorate a victory of Onitsha North people over the Ada, in which large numbers of small masquerades throw sticks and stones at people\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-dà adà\":[{\"word\":\"-dà adà\",\"wordClass\":\"AV\",\"definitions\":[\"fall; fall down (usually of persons ( -dà 1.))\"],\"examples\":[{\"igbo\":\"Ọ dàlù adà\",\"english\":\"She fell down\"}],\"variations\":[\"ada\"],\"stems\":[\"adà \",\"-dà\"]}],\"adà \":[{\"word\":\"adà \",\"wordClass\":\"NNC\",\"definitions\":[\"a fall\"],\"examples\":[],\"variations\":[\"ada\"],\"stems\":null}],\"adà akā\":[{\"word\":\"adà akā\",\"wordClass\":\"NNC\",\"definitions\":[\"ganglion, tumour on arm or hand\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àda èzè\":[{\"word\":\"àda èzè\",\"wordClass\":\"NNC\",\"definitions\":[\"princess\"],\"examples\":[],\"variations\":[],\"stems\":[\"àda\",\"ezè\"]}],\"Àdaèzè\":[{\"word\":\"àda èzè\",\"wordClass\":\"NNC\",\"definitions\":[\"princess\"],\"examples\":[],\"variations\":[],\"stems\":[\"àda\",\"ezè\"]}],\"àda ìbà\":[{\"word\":\"àda ìbà\",\"wordClass\":\"NNC\",\"definitions\":[\"daughter of the family\",\"female name\"],\"examples\":[],\"variations\":[],\"stems\":[\"àda\",\"ìbà\"]}],\"àda mmā\":[{\"word\":\"àda mmā\",\"wordClass\":\"NNC\",\"definitions\":[\"fine daughter (used to praise a small girl)\",\"female name\"],\"examples\":[],\"variations\":[],\"stems\":[\"àda\",\"mmā\"]}],\"àda nne nnà\":[{\"word\":\"àda nne nnà\",\"wordClass\":\"NNC\",\"definitions\":[\"paternal aunt\"],\"examples\":[],\"variations\":[],\"stems\":[\"àda\",\"nnà\",\"nne\"]}],\"àda nne nnē\":[{\"word\":\"àda nne nnē\",\"wordClass\":\"NNC\",\"definitions\":[\"maternal aunt\"],\"examples\":[],\"variations\":[],\"stems\":[\"àda\",\"nne\"]}],\"àda Ǹrì\":[{\"word\":\"àda Ǹrì\",\"wordClass\":\"NNC\",\"definitions\":[\"female palace dwarf associated with Ezē Ǹrì\"],\"examples\":[],\"variations\":[],\"stems\":[\"àda\"]}],\"àda òrà\":[{\"word\":\"àda òrà\",\"wordClass\":\"NNC\",\"definitions\":[\"daughter of all\",\"female name\"],\"examples\":[],\"variations\":[],\"stems\":[\"àda\",\"òrà\"]}],\"Nwaāda\":[{\"word\":\"Nwaāda\",\"wordClass\":\"NNC\",\"definitions\":[\"same as àda (for petting)\",\"female name\"],\"examples\":[],\"variations\":[],\"stems\":[\"àda\"]}],\"ụmū āda\":[{\"word\":\"ụmū āda\",\"wordClass\":\"NNC\",\"definitions\":[\"group of married women who originate from a particular town and, even though they are usually married outside it, influence the affairs, of their home town and particularly the women who marry into it.\"],\"examples\":[],\"variations\":[],\"stems\":[\"àda\"]}],\"àda\":[{\"word\":\"àda\",\"wordClass\":\"NNC\",\"definitions\":[\"eldest daughter; chief woman of family; loosely used for all daughters\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àdakā\":[{\"word\":\"àdakā\",\"wordClass\":\"NNC\",\"definitions\":[\"baboon (also used to abuse someone)\",\"(also egbē ādakā) type of locally-made gun\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ute Ādo (= ute\":[{\"word\":\"ute Ādo (= ute\",\"wordClass\":\"NNC\",\"definitions\":[\"stiff mat used in burial ceremonies, in roofing, and to make\",\"stiff mat used for burial ceremonies or to form roofing or\"],\"examples\":[],\"variations\":[],\"stems\":[\"Àdo\",\"ute\"]}],\"mkpàla\":[{\"word\":\"mkpàla\",\"wordClass\":\"NNC\",\"definitions\":[\"shelters\",\"cane, e.g. midrib of mkpàla egbò, the boundary tree Dracaena fragrans (Linn.) Ker-Gawl.\",\"(also ute mkpàla) type of mat which can be used for building ìgbùdù or as shelter (= ute Ādo)\"],\"examples\":[],\"variations\":[],\"stems\":[\"Àdo\",\"ute\"]}],\"Àdo\":[{\"word\":\"Àdo\",\"wordClass\":\"NNC\",\"definitions\":[\"an old name for Onitsha people\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àdù\":[{\"word\":\"àdù\",\"wordClass\":\"NNC\",\"definitions\":[\"bitter kola (Garcinia kola Heckel)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"adù\":[{\"word\":\"adù\",\"wordClass\":\"NNC\",\"definitions\":[\"creeping plant with edible fruit, like potato in appearance\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àkpà afā\":[{\"word\":\"àkpà afā\",\"wordClass\":\"NNC\",\"definitions\":[\"diviner’s bag\"],\"examples\":[],\"variations\":[],\"stems\":[\"afa\",\"àkpà\"]}],\"-gba afa\":[{\"word\":\"-gba afa\",\"wordClass\":\"AV\",\"definitions\":[\"practise divination. This is part of the work of certain native doctors. A collection of various objects is used, including human and animal teeth, cowries, seeds, coins, pieces of bone, seeds of certain plants. This collection is kept in a container. Divination is then carried out by collecting these objects in the hand and throwing them on the floor or table, picking them up and repeating the throwing one or several times more. The diviner then remains silent or mutters some incantation. He stares steadily at the objects for some minutes, then directs his gaze to his client, to whom he tells the revelation of the divination. Before concluding this report he can throw the objects once, twice or more times with the necessary additional revelation. He sometimes takes up some of the objects and gives them special attention. Some diviners tie the objects of divination to a string. The throwing is then done in this form\",\"divine; practise divination\"],\"examples\":[],\"variations\":[],\"stems\":[\"afa\",\"-gba\"]}],\"afa\":[{\"word\":\"afa\",\"wordClass\":\"NNC\",\"definitions\":[\"divination; shells of native mango fruit strung together and used by medicine men in divination\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"afā Ìgbò i\":[{\"word\":\"afā Ìgbò i\",\"wordClass\":\"NNC\",\"definitions\":[\"your Igbo name\"],\"examples\":[],\"variations\":[],\"stems\":[\"afà\"]}],\"afà ị\":[{\"word\":\"afà ị\",\"wordClass\":\"NNC\",\"definitions\":[\"your personal name\"],\"examples\":[],\"variations\":[],\"stems\":[\"afà\"]}],\"afà nnà ị\":[{\"word\":\"afà nnà ị\",\"wordClass\":\"NNC\",\"definitions\":[\"your father’s name, surname\"],\"examples\":[],\"variations\":[],\"stems\":[\"afà\"]}],\"afā ōtutu\":[{\"word\":\"afā ōtutu\",\"wordClass\":\"NNC\",\"definitions\":[\"name by which someone is called on solemn occasions; praise-name\"],\"examples\":[],\"variations\":[],\"stems\":[\"afà\"]}],\"afà Oyìbo ī\":[{\"word\":\"afà Oyìbo ī\",\"wordClass\":\"NNC\",\"definitions\":[\"your English name\"],\"examples\":[],\"variations\":[],\"stems\":[\"afà\"]}],\"-ba afà\":[{\"word\":\"-ba afà\",\"wordClass\":\"NNC\",\"definitions\":[\"give a name\"],\"examples\":[],\"variations\":[],\"stems\":[\"afà\"]}],\"-fo afà\":[{\"word\":\"-fo afà\",\"wordClass\":\"AV\",\"definitions\":[\"mention; mention name\"],\"examples\":[],\"variations\":[],\"stems\":[\"afà\",\"-fo\"]}],\"-fota afà\":[{\"word\":\"-fota afà\",\"wordClass\":\"AV\",\"definitions\":[\"make mention; mention\"],\"examples\":[],\"variations\":[],\"stems\":[\"afà\",\"-fo\"]}],\"-gù afà\":[{\"word\":\"-gù afà\",\"wordClass\":\"AV\",\"definitions\":[\"name; give a name to\"],\"examples\":[],\"variations\":[],\"stems\":[\"afà\",\"-gù\"]}],\"-kpọ afà\":[{\"word\":\"-kpọ afà\",\"wordClass\":\"AV\",\"definitions\":[\"call by name; name\",\"call by name; name Kpòọ onye oriì afà Call the thief by name Agà m àkpọ yā afà I shall call him by name Kpòọ yā afà Name him\"],\"examples\":[],\"variations\":[],\"stems\":[\"afà\",\"-kpọ\"]}],\"-malụ afà\":[{\"word\":\"-malụ afà\",\"wordClass\":\"AV\",\"definitions\":[\"be well-known, important\"],\"examples\":[{\"igbo\":\"Nwoke afù bù onye a màlù afà ya\",\"english\":\"The man is well-known\"}],\"variations\":[],\"stems\":[\"afà\",\"-ma\"]}],\"A màlù afà ya\":[{\"word\":\"A màlù afà ya\",\"wordClass\":\"NNC\",\"definitions\":[\"He is well-known\"],\"examples\":[],\"variations\":[],\"stems\":[\"afà\"]}],\"A mārọ afà ya\":[{\"word\":\"A mārọ afà ya\",\"wordClass\":\"NNC\",\"definitions\":[\"No one has heard of him; he is unknown\"],\"examples\":[],\"variations\":[],\"stems\":[\"afà\"]}],\"-tu afà\":[{\"word\":\"-tu afà\",\"wordClass\":\"AV\",\"definitions\":[\"extol; salute by title, nickname\",\"extol, salute by title e.g. Ikè enyī Elephant's buttocks\"],\"examples\":[],\"variations\":[],\"stems\":[\"afà\",\"-tu\"]}],\"-za afà\":[{\"word\":\"-za afà\",\"wordClass\":\"AV\",\"definitions\":[\"bear a name; answer to one's name\"],\"examples\":[],\"variations\":[],\"stems\":[\"afà\",\"-za\"]}],\"afà\":[{\"word\":\"afà\",\"wordClass\":\"NNC\",\"definitions\":[\"name; sort; kind\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àfaà\":[{\"word\":\"àfaà\",\"wordClass\":\"NNC\",\"definitions\":[\"title given to chiefs\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àfe mmọọ\":[{\"word\":\"àfe mmọọ\",\"wordClass\":\"NNC\",\"definitions\":[\"mask of the masquerader; masquerader's cloth\"],\"examples\":[],\"variations\":[],\"stems\":[\"àfè\",\"mmụō\"]}],\"àfè ọnū\":[{\"word\":\"àfè ọnū\",\"wordClass\":\"NNC\",\"definitions\":[\"see àfù ọnū\"],\"examples\":[],\"variations\":[],\"stems\":[\"àfè\"]}],\"àfè ụkà\":[{\"word\":\"àfè ụkà\",\"wordClass\":\"NNC\",\"definitions\":[\"cloth, garment, robe set aside and devoted to wearing to divine service; Sunday best\"],\"examples\":[],\"variations\":[],\"stems\":[\"àfè\",\"ụkà\"]}],\"àfè ụlā\":[{\"word\":\"àfè ụlā\",\"wordClass\":\"NNC\",\"definitions\":[\"night-gown\"],\"examples\":[],\"variations\":[],\"stems\":[\"àfè\",\"ụla\"]}],\"aka àfè\":[{\"word\":\"aka àfè\",\"wordClass\":\"NNC\",\"definitions\":[\"garment sleeve\",\"sleeve of garment\"],\"examples\":[],\"variations\":[],\"stems\":[\"àfè\",\"aka\"]}],\"onye àfè ojiī\":[{\"word\":\"onye àfè ojiī\",\"wordClass\":\"NNC\",\"definitions\":[\"a policeman (-woman)\"],\"examples\":[],\"variations\":[],\"stems\":[\"àfè\",\"ojiī\",\"onye\"]}],\"-wopù àfè\":[{\"word\":\"-wopù àfè\",\"wordClass\":\"NNC\",\"definitions\":[\"put off clothes\"],\"examples\":[],\"variations\":[],\"stems\":[\"àfè\"]}],\"-yi àfè\":[{\"word\":\"-yi àfè\",\"wordClass\":\"AV\",\"definitions\":[\"wear cloth\"],\"examples\":[],\"variations\":[],\"stems\":[\"àfè\",\"-yi\"]}],\"-yili àfè\":[{\"word\":\"-yili àfè\",\"wordClass\":\"NNC\",\"definitions\":[\"put on clothes\"],\"examples\":[{\"igbo\":\"Yili àfè gị kà ànyị je Ukà\",\"english\":\"Put on your clothes and let us go to Church\"}],\"variations\":[],\"stems\":[\"àfè\"]}],\"àfè\":[{\"word\":\"àfè\",\"wordClass\":\"NNC\",\"definitions\":[\"dress; clothes; sewn garment; mask\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"afele nsansa\":[{\"word\":\"afele nsansa\",\"wordClass\":\"NNC\",\"definitions\":[\"flat plate\"],\"examples\":[],\"variations\":[],\"stems\":[\"afele\",\"nsansa\"]}],\"afele ōwịwa\":[{\"word\":\"afele ōwịwa\",\"wordClass\":\"AV\",\"definitions\":[\"breakable dish\"],\"examples\":[],\"variations\":[],\"stems\":[\"afele\",\"-wa\"]}],\"afele ùkòlò\":[{\"word\":\"afele ùkòlò\",\"wordClass\":\"NNC\",\"definitions\":[\"hollow plate\"],\"examples\":[],\"variations\":[],\"stems\":[\"afele\",\"ùkòlò\"]}],\"-gbacha afele\":[{\"word\":\"-gbacha afele\",\"wordClass\":\"AV\",\"definitions\":[\"clean the plate (of food)\"],\"examples\":[],\"variations\":[],\"stems\":[\"afele\",\"-gba\"]}],\"afele\":[{\"word\":\"afele\",\"wordClass\":\"NNC\",\"definitions\":[\"plate; flat dish\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"afịa ōlile\":[{\"word\":\"afịa ōlile\",\"wordClass\":\"AV\",\"definitions\":[\"merchandise; commodity\"],\"examples\":[],\"variations\":[],\"stems\":[\"afịa\",\"-le\"]}],\"àtụmafịa\":[{\"word\":\"àtụmafịa\",\"wordClass\":\"AV\",\"definitions\":[\"commission to buy in the market; order\"],\"examples\":[],\"variations\":[],\"stems\":[\"afịa\",\"-tụ\"]}],\"-gba afịa\":[{\"word\":\"-gba afịa\",\"wordClass\":\"AV\",\"definitions\":[\"trade\"],\"examples\":[],\"variations\":[],\"stems\":[\"afịa\",\"-gba\"]}],\"-ghọ afịa\":[{\"word\":\"-ghọ afịa\",\"wordClass\":\"AV\",\"definitions\":[\"suffer loss in trade\"],\"examples\":[{\"igbo\":\"Àda àkwụsigo mgbele azù màkà nà ọ ghōgo yā afịa\",\"english\":\"Ada has stopped her fish trade because it has shown a loss\"}],\"variations\":[],\"stems\":[\"afịa\",\"-ghọ\"]}],\"ife afīa\":[{\"word\":\"ife afīa\",\"wordClass\":\"NNC\",\"definitions\":[\"small edible articles bought by women for their children\"],\"examples\":[],\"variations\":[],\"stems\":[\"afịa\",\"ife\"]}],\"izù afīa\":[{\"word\":\"izù afīa\",\"wordClass\":\"NNC\",\"definitions\":[\"market week of four days\",\"market week of 4 days\"],\"examples\":[],\"variations\":[],\"stems\":[\"afịa\",\"izù\"]}],\"-kpọba afịa\":[{\"word\":\"-kpọba afịa\",\"wordClass\":\"AV\",\"definitions\":[\"expose, display wares for sale\"],\"examples\":[],\"variations\":[],\"stems\":[\"afịa\",\"-kpọ\"]}],\"-kwalụ afịa\":[{\"word\":\"-kwalụ afịa\",\"wordClass\":\"NNC\",\"definitions\":[\"pack and move wares away\"],\"examples\":[],\"variations\":[],\"stems\":[\"afịa\",\"-kwa\"]}],\"-le afịa ọkshòm\":[{\"word\":\"-le afịa ọkshòm\",\"wordClass\":\"NNC\",\"definitions\":[\"sell wares at an auction\"],\"examples\":[],\"variations\":[],\"stems\":[\"afịa\",\"ọkshòm\"]}],\"onye afīa\":[{\"word\":\"onye afīa\",\"wordClass\":\"NNC\",\"definitions\":[\"merchant; customer; trader\"],\"examples\":[{\"igbo\":\"Jèe nàtalụ m azù ego naàbò n’aka onye afīa m\",\"english\":\"Go and get me twenty kobo's worth of fish from my merchant\"}],\"variations\":[],\"stems\":[\"afịa\",\"onye\"]}],\"ọmà afīa\":[{\"word\":\"ọmà afīa\",\"wordClass\":\"NNC\",\"definitions\":[\"centre of market\"],\"examples\":[],\"variations\":[],\"stems\":[\"afịa\",\"ọmà\"]}],\"ọnụ afīa\":[{\"word\":\"ọnụ afīa\",\"wordClass\":\"NNC\",\"definitions\":[\"price; market price; cost\",\"(also shortened to ọnū) price; market price; cost\"],\"examples\":[{\"igbo\":\"Nnā ānyî zùtààlù m ife dī ọke ọnụ afīa n’Ònìchà\",\"english\":\"Father bought for me something costly from Onitsha\"},{\"igbo\":\"Kèdu ọnū ya?\",\"english\":\"What is its price?\"},{\"igbo\":\"Achòlù m ịmā ọnū ya\",\"english\":\"I want to know its price\"}],\"variations\":[],\"stems\":[\"afịa\",\"ọnū\"]}],\"-sù afịa\":[{\"word\":\"-sù afịa\",\"wordClass\":\"AV\",\"definitions\":[\"flood the market (of excess commodity) The shoes I bought from Aba last month were sold at a loss\",\"(fig., of person) be useless\",\"flood the market (of excess commodity); (fig.) of a person, be useless\"],\"examples\":[{\"igbo\":\"Azù sùlù afịa\",\"english\":\"The market is flooded with fish\"},{\"igbo\":\"Akpụkpọ ụkwū m zūtalụ n’Àba n’ọnwa gālụ agâ sùlù afịa\",\"english\":\"The shoes I bought from Aba last month were sold at a loss\"},{\"igbo\":\"Ị sùlù afịa\",\"english\":\"You are pretty useless\"}],\"variations\":[],\"stems\":[\"afịa\",\"-sù\"]}],\"-tụ afịa\":[{\"word\":\"-tụ afịa\",\"wordClass\":\"AV\",\"definitions\":[\"request someone going to market to help buy something; commission someone to buy something\",\"request someone going to a market to help buy something\"],\"examples\":[],\"variations\":[],\"stems\":[\"afịa\",\"-tụ\"]}],\"ụnò afīa\":[{\"word\":\"ụnò afīa\",\"wordClass\":\"NNC\",\"definitions\":[\"market stall\"],\"examples\":[{\"igbo\":\"Ọ bụlụ nà ị chòlù inwēta ụdị àkpà ị nà-àchọ ịzū jèe n’ụnò afīa Ŏfọ\",\"english\":\"If you want to get the kind of bag you were wanting to buy, go to Ọfọ's market stall\"}],\"variations\":[],\"stems\":[\"afịa\",\"ụnò\"]}],\"-zụ afịa\":[{\"word\":\"-zụ afịa\",\"wordClass\":\"AV\",\"definitions\":[\"trade; hold market; buy and sell in market\"],\"examples\":[],\"variations\":[],\"stems\":[\"afịa\",\"-zụ\"]}],\"afịa\":[{\"word\":\"afịa\",\"wordClass\":\"NNC\",\"definitions\":[\"market; trade\"],\"examples\":[{\"igbo\":\"Afịa yā dachìghàlù àzụ, màkà nà o nwērọ ike ịzū ego e nyèlù ya\",\"english\":\"His trade declined because he could not build up his capital\"}],\"variations\":[],\"stems\":null}],\"afịfịa ọgwù\":[{\"word\":\"afịfịa ọgwù\",\"wordClass\":\"NNC\",\"definitions\":[\"herb (for the preparation of native medicine)\"],\"examples\":[],\"variations\":[],\"stems\":[\"afịfịa\",\"ọgwù\"]}],\"-gbu afịfịa\":[{\"word\":\"-gbu afịfịa\",\"wordClass\":\"AV\",\"definitions\":[\"clear weeds\"],\"examples\":[],\"variations\":[],\"stems\":[\"afịfịa\",\"-gbu\"]}],\"-kpa afịfịa\":[{\"word\":\"-kpa afịfịa\",\"wordClass\":\"NNC\",\"definitions\":[\"collect herbs\"],\"examples\":[{\"igbo\":\"Onye dibìà nà-èje ịkpā afịfịa\",\"english\":\"The native doctor is going to collect the herbs\"}],\"variations\":[],\"stems\":[\"afịfịa\"]}],\"afịfịa\":[{\"word\":\"afịfịa\",\"wordClass\":\"NNC\",\"definitions\":[\"grass; sweepings; parings; herb; native medicine prepared with herbs. Used abusively\"],\"examples\":[{\"igbo\":\"Ọ nà-àgwa ụmù afịfịa okwū\",\"english\":\"He is speaking to low-grade people\"}],\"variations\":[],\"stems\":null}],\"afọ imē\":[{\"word\":\"afọ imē\",\"wordClass\":\"NNC\",\"definitions\":[\"pregnancy (literally belly of pregnancy)\",\"pregnancy (literally pregnant abdomen)\"],\"examples\":[],\"variations\":[],\"stems\":[\"afọ\",\"imē\"]}],\"afọ njō\":[{\"word\":\"afọ njō\",\"wordClass\":\"NNC\",\"definitions\":[\"unkindness\"],\"examples\":[],\"variations\":[],\"stems\":[\"afọ\"]}],\"afọ nnī\":[{\"word\":\"afọ nnī\",\"wordClass\":\"NNC\",\"definitions\":[\"gluttony\"],\"examples\":[],\"variations\":[],\"stems\":[\"afọ\",\"nni\"]}],\"afọ òfùfù\":[{\"word\":\"afọ òfùfù\",\"wordClass\":\"NNC\",\"definitions\":[\"(Biblical) liberality; generosity\"],\"examples\":[],\"variations\":[],\"stems\":[\"afọ\"]}],\"afọ òbàlà\":[{\"word\":\"afọ òbàlà\",\"wordClass\":\"NNC\",\"definitions\":[\"dysentery\"],\"examples\":[],\"variations\":[],\"stems\":[\"afọ\",\"òbàlà\"]}],\"afọ ōchịchị\":[{\"word\":\"afọ ōchịchị\",\"wordClass\":\"AV\",\"definitions\":[\"diarrhoea\"],\"examples\":[],\"variations\":[],\"stems\":[\"afọ\",\"-chị\"]}],\"afọ ōlụlụ\":[{\"word\":\"afọ ōlụlụ\",\"wordClass\":\"NNC\",\"definitions\":[\"colic; stomach-ache\"],\"examples\":[],\"variations\":[],\"stems\":[\"afọ\"]}],\"afọ ọma\":[{\"word\":\"afọ ọma\",\"wordClass\":\"NNC\",\"definitions\":[\"kindness\"],\"examples\":[],\"variations\":[],\"stems\":[\"afọ\",\"ọma\"]}],\"afọ òrà\":[{\"word\":\"afọ òrà\",\"wordClass\":\"NNC\",\"definitions\":[\"sacrifice before cultivation\"],\"examples\":[],\"variations\":[],\"stems\":[\"afọ\",\"òrà\"]}],\"afọ ōsịsa\":[{\"word\":\"afọ ōsịsa\",\"wordClass\":\"AV\",\"definitions\":[\"dysentery\"],\"examples\":[],\"variations\":[],\"stems\":[\"afọ\",\"-sa\"]}],\"afọ òsùsù\":[{\"word\":\"afọ òsùsù\",\"wordClass\":\"AV\",\"definitions\":[\"flatulence\",\"flatulence; distended stomach; rumbling stomach\"],\"examples\":[],\"variations\":[\"afọ ōzịza\"],\"stems\":[\"afọ\",\"-sù\"]}],\"afọ ukwu\":[{\"word\":\"afọ ukwu\",\"wordClass\":\"NNC\",\"definitions\":[\"gluttony\"],\"examples\":[],\"variations\":[],\"stems\":[\"afọ\",\"ukwu\"]}],\"afọ ụkwū\":[{\"word\":\"afọ ụkwū\",\"wordClass\":\"NNC\",\"definitions\":[\"calf of leg\"],\"examples\":[],\"variations\":[],\"stems\":[\"afọ\",\"ụkwụ\"]}],\"arụrụ afō\":[{\"word\":\"arụrụ afō\",\"wordClass\":\"NNC\",\"definitions\":[\"intestinal worm, very tiny; pinworm (literally ants of belly)\"],\"examples\":[],\"variations\":[],\"stems\":[\"afọ\"]}],\"-bu afọ imē\":[{\"word\":\"-bu afọ imē\",\"wordClass\":\"AV\",\"definitions\":[\"be pregnant (literally carry pregnant belly)\",\"be pregnant\",\"be pregnant (literally carry pregnant abdomen)\"],\"examples\":[{\"igbo\":\"Ngọzī bù afọ imē\",\"english\":\"Ngọzi is pregnant\"}],\"variations\":[],\"stems\":[\"afọ\",\"-bu\",\"imē\"]}],\"elili afō\":[{\"word\":\"elili afō\",\"wordClass\":\"NNC\",\"definitions\":[\"the intestines\"],\"examples\":[],\"variations\":[],\"stems\":[\"afọ\",\"elili\"]}],\"-ju afọ\":[{\"word\":\"-ju afọ\",\"wordClass\":\"AV\",\"definitions\":[\"satisfy\",\"be satisfied, satisfy\"],\"examples\":[{\"igbo\":\"O jùlù m afọ\",\"english\":\"It satisfies me.\"},{\"igbo\":\"Afô jùlù m\",\"english\":\"I am satisfied\"},{\"igbo\":\"Okwu à ejūrọ m afọ\",\"english\":\"I am not satisfied with this case (statement)\"}],\"variations\":[],\"stems\":[\"afọ\",\"-ju\"]}],\"-kò afọ\":[{\"word\":\"-kò afọ\",\"wordClass\":\"AV\",\"definitions\":[\"distend abdomen\"],\"examples\":[{\"igbo\":\"Nni ǹkaà nà-ekò afō\",\"english\":\"This food is stodgy distend; swell; bulge\"}],\"variations\":[],\"stems\":[\"afọ\",\"-kò\"]}],\"-laju afọ\":[{\"word\":\"-laju afọ\",\"wordClass\":\"AV\",\"definitions\":[\"drink to satisfy\",\"drink to satiety\"],\"examples\":[],\"variations\":[],\"stems\":[\"afọ\",\"-la\"]}],\"-lụ afọ\":[{\"word\":\"-lụ afọ\",\"wordClass\":\"AV\",\"definitions\":[\"have stomach-ache\"],\"examples\":[],\"variations\":[],\"stems\":[\"afọ\",\"-lụ\"]}],\"ngịlị afō\":[{\"word\":\"ngịlị afō\",\"wordClass\":\"NNC\",\"definitions\":[\"intestine; bowels\"],\"examples\":[],\"variations\":[],\"stems\":[\"afọ\"]}],\"-nupù afọ\":[{\"word\":\"-nupù afọ\",\"wordClass\":\"AV\",\"definitions\":[\"act as purgative;\",\"have swollen belly\",\"act as purgative; have a big belly\"],\"examples\":[],\"variations\":[],\"stems\":[\"afọ\",\"-nu\"]}],\"nwannē afō\":[{\"word\":\"nwannē afō\",\"wordClass\":\"NNC\",\"definitions\":[\"brother or sister of same father and mother; full brother or sister (literally brother or sister of same womb)\"],\"examples\":[],\"variations\":[],\"stems\":[\"afọ\"]}],\"-nwe afọ ọma\":[{\"word\":\"-nwe afọ ọma\",\"wordClass\":\"NNC\",\"definitions\":[\"be generous, kind, benevolent\"],\"examples\":[{\"igbo\":\"Ozi Ọma\",\"english\":\"the Gospel; good news, message\"}],\"variations\":[],\"stems\":[\"afọ\",\"-nwe\",\"ọma\"]}],\"-nyeju afọ\":[{\"word\":\"-nyeju afọ\",\"wordClass\":\"NNC\",\"definitions\":[\"feed well\"],\"examples\":[],\"variations\":[],\"stems\":[\"afọ\",\"-nyefè\"]}],\"ọgwù afō\":[{\"word\":\"ọgwù afō\",\"wordClass\":\"NNC\",\"definitions\":[\"purgative\"],\"examples\":[],\"variations\":[],\"stems\":[\"afọ\",\"ọgwù\"]}],\"-tepùlù afọ\":[{\"word\":\"-tepùlù afọ\",\"wordClass\":\"NNC\",\"definitions\":[\"have distended abdomen like that of ascitic or overfed child\"],\"examples\":[],\"variations\":[],\"stems\":[\"afọ\"]}],\"-tepùbè afọ\":[{\"word\":\"-tepùbè afọ\",\"wordClass\":\"NNC\",\"definitions\":[\"have a bulging distended abdomen\"],\"examples\":[],\"variations\":[],\"stems\":[\"afọ\"]}],\"-to afọ\":[{\"word\":\"-to afọ\",\"wordClass\":\"AV\",\"definitions\":[\"have great swollen belly; develop ascites\"],\"examples\":[{\"igbo\":\"Ọyā Ōfọ èsigo n’òzịza ghòlụ itō afọ\",\"english\":\"Ọfọ's illness has passed from general oedema into ascites\"}],\"variations\":[],\"stems\":[\"afọ\",\"-to\"]}],\"ụma afō\":[{\"word\":\"ụma afō\",\"wordClass\":\"NNC\",\"definitions\":[\"enlarged spleen; kind of abdominal disorder in children characterized by swelling of the spleen in the left side of the abdomen. It is felt to be round and hard when pressed. It is wrongly believed by many to be a living thing in the stomach which resembles a crab and walks up and down the stomach\",\"enlarged spleen (see afọ)\"],\"examples\":[],\"variations\":[],\"stems\":[\"afọ\",\"ụma\"]}],\"afọ\":[{\"word\":\"afọ\",\"wordClass\":\"NNC\",\"definitions\":[\"stomach; bowels; belly; abdomen (regarded as the seat of the affections)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"Àfò\":[{\"word\":\"Àfò\",\"wordClass\":\"NNC\",\"definitions\":[\"a day in the Igbo four-day week, following Oyè, personified as an alūsị\"],\"examples\":[{\"igbo\":\"Àfòọma\",\"english\":\"name of female person born on Àfò\"},{\"igbo\":\"Nwaàfò\",\"english\":\"name of male person born on Àfò\"}],\"variations\":[],\"stems\":null}],\"Afrịkà\":[{\"word\":\"Afrịkà\",\"wordClass\":\"NNC\",\"definitions\":[\"Africa (English)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àkà afù\":[{\"word\":\"àkà afù\",\"wordClass\":\"\",\"definitions\":[\"last year; (generally) old times, days of old\"],\"examples\":[],\"variations\":[],\"stems\":[\"afù\"]}],\"ebe afù\":[{\"word\":\"ebe afù\",\"wordClass\":\"\",\"definitions\":[\"that place; there\",\"that place\"],\"examples\":[],\"variations\":[],\"stems\":[\"afù\",\"ebe\"]}],\"Ònyê nò ebe afù?\":[{\"word\":\"Ònyê nò ebe afù?\",\"wordClass\":\"\",\"definitions\":[\"Who is there?\"],\"examples\":[],\"variations\":[],\"stems\":[\"afù\"]}],\"èkpè afù\":[{\"word\":\"èkpè afù\",\"wordClass\":\"\",\"definitions\":[\"then; at that time\"],\"examples\":[],\"variations\":[],\"stems\":[\"afù\",\"èkpè\"]}],\"etu afù\":[{\"word\":\"etu afù\",\"wordClass\":\"\",\"definitions\":[\"so; in that manner\"],\"examples\":[],\"variations\":[],\"stems\":[\"afù\",\"etu\"]}],\"mgbè afù\":[{\"word\":\"mgbè afù\",\"wordClass\":\"\",\"definitions\":[\"then; at that time\"],\"examples\":[],\"variations\":[],\"stems\":[\"afù\",\"mgbè\"]}],\"ndị afù\":[{\"word\":\"ndị afù\",\"wordClass\":\"\",\"definitions\":[\"those (people)\",\"those\"],\"examples\":[],\"variations\":[],\"stems\":[\"afù\",\"ndị\"]}],\"òfu afù\":[{\"word\":\"òfu afù\",\"wordClass\":\"\",\"definitions\":[\"that very one\",\"that very thing\"],\"examples\":[],\"variations\":[],\"stems\":[\"afù\",\"òfu\"]}],\"onye afù\":[{\"word\":\"onye afù\",\"wordClass\":\"\",\"definitions\":[\"that person\"],\"examples\":[],\"variations\":[],\"stems\":[\"afù\"]}],\"afù\":[{\"word\":\"afù\",\"wordClass\":\"NNC\",\"definitions\":[\"halfpenny (English halfpenny)\",\"that\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"àfù ọnū\":[{\"word\":\"àfù ọnū\",\"wordClass\":\"NNC\",\"definitions\":[\"moustache; beard\"],\"examples\":[],\"variations\":[\"àfè ọnū\"],\"stems\":[\"àfù\",\"ọnū\"]}],\"-gba àfù ọnū\":[{\"word\":\"-gba àfù ọnū\",\"wordClass\":\"AV\",\"definitions\":[\"grow beard, moustache\"],\"examples\":[],\"variations\":[],\"stems\":[\"àfù\",\"-gba\",\"ọnū\"]}],\"àfù\":[{\"word\":\"àfù\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àfụfā\":[{\"word\":\"àfụfā\",\"wordClass\":\"NNC\",\"definitions\":[\"eggplant (Solanum macrocarpon Linn.) (= aŋàlà)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"afụfụ mmụọ\":[{\"word\":\"afụfụ mmụọ\",\"wordClass\":\"NNC\",\"definitions\":[\"punishment in underworld\",\"very severe punishment or trouble\"],\"examples\":[],\"variations\":[],\"stems\":[\"afụfụ\",\"mmụō\"]}],\"afụfụ ùwà\":[{\"word\":\"afụfụ ùwà\",\"wordClass\":\"NNC\",\"definitions\":[\"misfortune; ups and downs of life\"],\"examples\":[],\"variations\":[],\"stems\":[\"afụfụ\",\"ùwà\"]}],\"-fụ afụfụ\":[{\"word\":\"-fụ afụfụ\",\"wordClass\":\"AV\",\"definitions\":[\"suffer\",\"suffer (compare -ta afụfụ)\"],\"examples\":[],\"variations\":[],\"stems\":[\"afụfụ\",\"-fụ\"]}],\"-ta afụfụ\":[{\"word\":\"-ta afụfụ\",\"wordClass\":\"AV\",\"definitions\":[\"suffer; punish; be in suffering, trouble\",\"suffer\"],\"examples\":[{\"igbo:\":\"Ị gà-àta afụfụ n’òdìniiru ọ bụlụ nà ị rāpùrò ajọ òmùme gī\",\"english\":\"You will suffer in future if you do not abandon your bad behaviour\"}],\"variations\":[],\"stems\":[\"afụfụ\",\"-ta\"]}],\"Ị gà-àta afụfụ\":[{\"word\":\"Ị gà-àta afụfụ\",\"wordClass\":\"NNC\",\"definitions\":[\"You will suffer\"],\"examples\":[],\"variations\":[],\"stems\":[\"afụfụ\"]}],\"ùwà afụfụ\":[{\"word\":\"ùwà afụfụ\",\"wordClass\":\"NNC\",\"definitions\":[\"world of suffering\"],\"examples\":[{\"igbo\":\"Àbịarō m ùwà afụfụ\",\"english\":\"I do not come to the world to suffer\"}],\"variations\":[],\"stems\":[\"afụfụ\",\"ùwà\"]}],\"afụfụ\":[{\"word\":\"afụfụ\",\"wordClass\":\"NNC\",\"definitions\":[\"trouble; difficulty\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"afùfù\":[{\"word\":\"afùfù\",\"wordClass\":\"NNC\",\"definitions\":[\"any rash caused by perspiration; dermatitis; eczema; uticaria; swollen patches due to sensitivity to some particular food, serum, drug, etc. ( -fù 1. swell)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"agā\":[{\"word\":\"agā\",\"wordClass\":\"NNC\",\"definitions\":[\"adze\",\"large needle for sewing sacks, etc.\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"àgà\":[{\"word\":\"àgà\",\"wordClass\":\"NNC\",\"definitions\":[\"variety of yam\",\"barren woman\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"agàba\":[{\"word\":\"agàba\",\"wordClass\":\"NNC\",\"definitions\":[\"lion\",\"name of masquerade\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"agadī nwaànyì\":[{\"word\":\"agadī nwaànyì\",\"wordClass\":\"NNC\",\"definitions\":[\"old woman\"],\"examples\":[],\"variations\":[],\"stems\":[\"agadī\"]}],\"agadī nwaànyì isi\":[{\"word\":\"agadī nwaànyì isi\",\"wordClass\":\"NNC\",\"definitions\":[\"(literally an old woman with grey hair) plant used as medicine to\"],\"examples\":[],\"variations\":[],\"stems\":[\"agadī\"]}],\"awọ\":[{\"word\":\"awọ\",\"wordClass\":\"NNC\",\"definitions\":[\"see night witches\"],\"examples\":[],\"variations\":[],\"stems\":[\"agadī\"]}],\"agadī nwokē\":[{\"word\":\"agadī nwokē\",\"wordClass\":\"NNC\",\"definitions\":[\"old man\"],\"examples\":[],\"variations\":[],\"stems\":[\"agadī\"]}],\"-me agadī\":[{\"word\":\"-me agadī\",\"wordClass\":\"NNC\",\"definitions\":[\"be old, decrepit; become old\"],\"examples\":[],\"variations\":[],\"stems\":[\"agadī\"]}],\"agadī\":[{\"word\":\"agadī\",\"wordClass\":\"NNC\",\"definitions\":[\"old person\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àgàfù\":[{\"word\":\"àgàfù\",\"wordClass\":\"NNC\",\"definitions\":[\"bandit; expert thief\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"agàmeèbù\":[{\"word\":\"agàmeèbù\",\"wordClass\":\"NNC\",\"definitions\":[\"false thistle (Acanthus montanus T. Anders.)\",\"name of a masquerade\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àgànà\":[{\"word\":\"àgànà\",\"wordClass\":\"NNC\",\"definitions\":[\"barbed spear for hunting or fighting\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àgìdi\":[{\"word\":\"àgìdi\",\"wordClass\":\"NNC\",\"definitions\":[\"maize gruel (derived from Yoruba àgìdì)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-gbà agịdịgị\":[{\"word\":\"-gbà agịdịgị\",\"wordClass\":\"NNC\",\"definitions\":[\"be fat, plump; have stout build (of human being only)\"],\"examples\":[],\"variations\":[],\"stems\":[\"agịdịgị\"]}],\"agịdịgị\":[{\"word\":\"agịdịgị\",\"wordClass\":\"NNC\",\"definitions\":[\"fatness; stoutness; bigness\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àgìgò\":[{\"word\":\"àgìgò\",\"wordClass\":\"\",\"definitions\":[\"see àgùgò\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"agịlị isī\":[{\"word\":\"agịlị isī\",\"wordClass\":\"NNP\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"agogo\":[{\"word\":\"agogo\",\"wordClass\":\"NNC\",\"definitions\":[\"iron gong for proclamations (compare derived from Yoruba agogo ‘bell’)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àgòlò\":[{\"word\":\"àgòlò\",\"wordClass\":\"NNC\",\"definitions\":[\"medicinal plant with reddish seeds\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"agrì\":[{\"word\":\"agrì\",\"wordClass\":\"NNC\",\"definitions\":[\"wild Canna (Canna indica Linn.), seen in Agwụ shrines\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"agụ atā\":[{\"word\":\"agụ atā\",\"wordClass\":\"NNC\",\"definitions\":[\"jackal-like animal\",\"name of a town (literally leopard of the wilderness)\"],\"examples\":[],\"variations\":[],\"stems\":[\"agū\"]}],\"agụ iyī\":[{\"word\":\"agụ iyī\",\"wordClass\":\"NNC\",\"definitions\":[\"crocodile\"],\"examples\":[],\"variations\":[],\"stems\":[\"agū\",\"iyī\"]}],\"agụ ọgbà\":[{\"word\":\"agụ ọgbà\",\"wordClass\":\"NNC\",\"definitions\":[\"leopard which is weaker and less ferocious than the real leopard\"],\"examples\":[],\"variations\":[],\"stems\":[\"agū\"]}],\"nwa agū\":[{\"word\":\"nwa agū\",\"wordClass\":\"NNC\",\"definitions\":[\"very young leopard\"],\"examples\":[],\"variations\":[],\"stems\":[\"agū\",\"ǹnwa\"]}],\"obi agū\":[{\"word\":\"obi agū\",\"wordClass\":\"NNC\",\"definitions\":[\"daring, fearless like a leopard; brave\"],\"examples\":[],\"variations\":[],\"stems\":[\"agū\"]}],\"Ògbu āgụ\":[{\"word\":\"Ògbu āgụ\",\"wordClass\":\"NNC\",\"definitions\":[\"title; holder of Ògbu āgụ title\",\"male name (literally leopard killer)\"],\"examples\":[],\"variations\":[],\"stems\":[\"agū\",\"ògbu\"]}],\"Ògbà agū\":[{\"word\":\"Ògbà agū\",\"wordClass\":\"NNC\",\"definitions\":[\"secret night society (using agụ ọgbà); Leopard Society\"],\"examples\":[],\"variations\":[],\"stems\":[\"agū\"]}],\"agū\":[{\"word\":\"agū\",\"wordClass\":\"NNC\",\"definitions\":[\"leopard\",\"open grassy country; wilderness\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"agù\":[{\"word\":\"agù\",\"wordClass\":\"AV\",\"definitions\":[\"person bearing same name as oneself; namesake (compare ògbò)\",\"namesake\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gù\"]}],\"agùba\":[{\"word\":\"agùba\",\"wordClass\":\"NNC\",\"definitions\":[\"razor\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-gọ àgùgò\":[{\"word\":\"-gọ àgùgò\",\"wordClass\":\"NNC\",\"definitions\":[\"deny\"],\"examples\":[{\"igbo\":\"Adā m àchọ ūkpa onye nā-agọ àgùgò ife o mēlụ\",\"english\":\"I do not like the company of anybody who denies what he has done ( - gọ 1. deny)\"}],\"variations\":[],\"stems\":[\"àgùgò\"]}],\"àgùgò\":[{\"word\":\"àgùgò\",\"wordClass\":\"NNC\",\"definitions\":[\"denial; plea\"],\"examples\":[{\"igbo\":\"Ènwerō m àgùgò\",\"english\":\"I have no plea\"}],\"variations\":[\"àgìgò\"],\"stems\":null}],\"agụgụ\":[{\"word\":\"agụgụ\",\"wordClass\":\"NNC\",\"definitions\":[\"festival\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"Agụnyego\":[{\"word\":\"Agụnyego\",\"wordClass\":\"NNC\",\"definitions\":[\"name for a child believed an ọgbanje (literally Are we to count you among our family circle (or are you going to leave us again?))\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"Agù\":[{\"word\":\"Agù\",\"wordClass\":\"NNC\",\"definitions\":[\"see Agwù\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"(agụū) -gụ\":[{\"word\":\"(agụū) -gụ\",\"wordClass\":\"AV\",\"definitions\":[\"be hungry\"],\"examples\":[],\"variations\":[],\"stems\":[\"agụū\",\"-gụ-\"]}],\"agụū mmīli\":[{\"word\":\"agụū mmīli\",\"wordClass\":\"NNC\",\"definitions\":[\"thirst\"],\"examples\":[],\"variations\":[],\"stems\":[\"agụū\",\"mmilī\"]}],\"-gụ agụū\":[{\"word\":\"-gụ agụū\",\"wordClass\":\"AV\",\"definitions\":[\"hunger; desire; long for ( -gụ 2. desire)\",\"hunger; desire; long for\"],\"examples\":[],\"variations\":[],\"stems\":[\"agụū\",\"-gụ-\"]}],\"agụū\":[{\"word\":\"agụū\",\"wordClass\":\"NNC\",\"definitions\":[\"hunger; desire; eagerness\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"agbā\":[{\"word\":\"agbā\",\"wordClass\":\"NNC\",\"definitions\":[\"title given to chiefs\",\"tree from which firewood and incense are obtained\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"Àgbà Ochīè\":[{\"word\":\"Àgbà Ochīè\",\"wordClass\":\"NNC\",\"definitions\":[\"Old Testament\"],\"examples\":[],\"variations\":[],\"stems\":[\"àgbà\",\"oche\"]}],\"Àgbà Ọfụū\":[{\"word\":\"Àgbà Ọfụū\",\"wordClass\":\"NNC\",\"definitions\":[\"New Testament\"],\"examples\":[],\"variations\":[],\"stems\":[\"àgbà\"]}],\"-kà àgbà\":[{\"word\":\"-kà àgbà\",\"wordClass\":\"AV\",\"definitions\":[\"make appointment\",\"make arrangement (for meeting)\"],\"examples\":[],\"variations\":[],\"stems\":[\"àgbà\",\"-kà\"]}],\"-nwe àgbà\":[{\"word\":\"-nwe àgbà\",\"wordClass\":\"NNC\",\"definitions\":[\"(fig.) have a say in; have influence\"],\"examples\":[],\"variations\":[],\"stems\":[\"àgbà\",\"-nwe\"]}],\"àgbà\":[{\"word\":\"àgbà\",\"wordClass\":\"NNC\",\"definitions\":[\"covenant; appointment\",\"jaw\",\"rheumatism (compare òkpoòmìlì)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"àgbadàgba ntì\":[{\"word\":\"àgbadàgba ntì\",\"wordClass\":\"NNC\",\"definitions\":[\"mumps\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-do Agbàlà\":[{\"word\":\"-do Agbàlà\",\"wordClass\":\"AV\",\"definitions\":[\"perform routine sacrifice to Agbala\",\"swear blood-brotherhood; make covenant (between two or more parties) vowing not to do anything to endanger either party’s life safety, etc.\",\"perform routine sacrifice to the god Agbàlà\"],\"examples\":[],\"variations\":[],\"stems\":[\"Agbàlà\",\"-do\"]}],\"-je Agbàlà\":[{\"word\":\"-je Agbàlà\",\"wordClass\":\"NNC\",\"definitions\":[\"consult the Agbala in Awka, the most famous one\"],\"examples\":[],\"variations\":[],\"stems\":[\"Agbàlà\"]}],\"Agbàlà\":[{\"word\":\"Agbàlà\",\"wordClass\":\"NNC\",\"definitions\":[\"the author of fertility, one of the manifestations of Chukwu Òkìke, Creator\",\"child (usually male) whose pregnancy and delivery was made possible by Agbala\",\"male name\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"agbàlà\":[{\"word\":\"agbàlà\",\"wordClass\":\"NNC\",\"definitions\":[\"(also agbàlà nwaànyì) woman of great influence or of strong, stout build\",\"an object about 8’ long, made of two long bamboos, with a number of coconut shells fixed between them representing the number of girls the owner was on intimate terms with in his youth\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"àgbàlà\":[{\"word\":\"àgbàlà\",\"wordClass\":\"NNC\",\"definitions\":[\"cow-itch (Mucuna pruriens Linn.)\"],\"examples\":[],\"variations\":[\"àgbalà\"],\"stems\":null}],\"àgbàtà obì\":[{\"word\":\"àgbàtà obì\",\"wordClass\":\"NNC\",\"definitions\":[\"neighbourhood; neighbour\"],\"examples\":[],\"variations\":[],\"stems\":[\"àgbàtà\",\"obì\"]}],\"onye àgbàtà obì\":[{\"word\":\"onye àgbàtà obì\",\"wordClass\":\"NNC\",\"definitions\":[\"neighbour; next-door neighbour\",\"neighbour\"],\"examples\":[{\"igbo\":\"Ọnwụūkâ bù onye àgbàtà obì m\",\"english\":\"Ọnwụụka is my neighbour\"},{\"igbo\":\"Proverb: Àgbàtà obī onyê bù nwa nnē ya\",\"english\":\"A person’s neighbour is his brother (or sister)\"},{\"igbo\":\"Àzụùkà bù onye àgbàtà obì m\",\"english\":\"Azụụka is my neighbour\"}],\"variations\":[],\"stems\":[\"àgbàtà\",\"obì\",\"onye\"]}],\"àgbàtà\":[{\"word\":\"àgbàtà\",\"wordClass\":\"NNC\",\"definitions\":[\"boundary line; border\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"Àgbàtà\":[{\"word\":\"Àgbàtà\",\"wordClass\":\"NNC\",\"definitions\":[\"a god\",\"male name\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"agbè\":[{\"word\":\"agbè\",\"wordClass\":\"NNC\",\"definitions\":[\"long, narrow calabash for carrying water or wine; calabash\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"agbidi\":[{\"word\":\"agbidi\",\"wordClass\":\"NNC\",\"definitions\":[\"solid, thick palm oil\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"agbịsì\":[{\"word\":\"agbịsì\",\"wordClass\":\"NNC\",\"definitions\":[\"black ant infesting houses, living in holes in mud floors\"],\"examples\":[],\"variations\":[\"agbụsì\"],\"stems\":null}],\"agbō\":[{\"word\":\"agbō\",\"wordClass\":\"NNC\",\"definitions\":[\"(also agbọ ajō ọfịa) very thick forest, especially that devoted to a god, out of bounds to all except the priests of that particular god\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"Àgbòmmā\":[{\"word\":\"Àgbòmmā\",\"wordClass\":\"NNC\",\"definitions\":[\"female name\"],\"examples\":[],\"variations\":[],\"stems\":[\"àgbò\"]}],\"àgbò\":[{\"word\":\"àgbò\",\"wordClass\":\"NNC\",\"definitions\":[\"growing calabash\",\"covering cloth\",\"descent; family; lineage; inheritable characteristic of a family\"],\"examples\":[{\"igbo\":\"Àgbọ Ǹgọzî bù àgbọ nā-adị nkenke\",\"english\":\"Ngọzi’s lineage is one of short people\"}],\"variations\":[],\"stems\":[]}],\"àgbọghò\":[{\"word\":\"àgbọghò\",\"wordClass\":\"\",\"definitions\":[\"see àgbọò\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"agbọlō\":[{\"word\":\"agbọlō\",\"wordClass\":\"NNC\",\"definitions\":[\"slimy substance, e.g. from fish\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àgbònò\":[{\"word\":\"àgbònò\",\"wordClass\":\"\",\"definitions\":[\"see ògbònò\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-gbọ agbọō\":[{\"word\":\"-gbọ agbọō\",\"wordClass\":\"AV\",\"definitions\":[\"vomit\",\"vomit (vomit)\"],\"examples\":[{\"igbo\":\"Àda nà-àgbọ agbọō\",\"english\":\"Ada is vomiting\"},{\"igbo\":\"Ọ gịnī kpàtàlù ị jì àgbọ agbọō n'ùtụtù?\",\"english\":\"Why were you vomiting in the morning?\"}],\"variations\":[],\"stems\":[\"agbọō\",\"-gbọ\"]}],\"-rù agbọō\":[{\"word\":\"-rù agbọō\",\"wordClass\":\"AV\",\"definitions\":[\"retch; make feel nausea; cause nausea\"],\"examples\":[{\"igbo\":\"Ọnya dī n’isi Āda nà-arū m agbọō\",\"english\":\"The sore on Ada's head is causing me nausea\"}],\"variations\":[],\"stems\":[\"agbọō\",\"-rù\"]}],\"( -gbọ 1.\":[{\"word\":\"( -gbọ 1.\",\"wordClass\":\"NNC\",\"definitions\":[\"vomit; = ògbụgbọ)\"],\"examples\":[],\"variations\":[],\"stems\":[\"agbọō\"]}],\"agbọō\":[{\"word\":\"agbọō\",\"wordClass\":\"NNC\",\"definitions\":[\"vomit\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àgbọọbìà\":[{\"word\":\"àgbọọbìà\",\"wordClass\":\"NNC\",\"definitions\":[\"girl of marriageable age\"],\"examples\":[],\"variations\":[],\"stems\":[\"àgbọò\"]}],\"-me àgbọghò\":[{\"word\":\"-me àgbọghò\",\"wordClass\":\"NNC\",\"definitions\":[\"act as or be a young woman\"],\"examples\":[],\"variations\":[],\"stems\":[\"àgbọò\"]}],\"àgbọò\":[{\"word\":\"àgbọò\",\"wordClass\":\"NNC\",\"definitions\":[\"girl of marriageable age; young girl\"],\"examples\":[{\"igbo\":\"Roseline bù nwa āgbọò\",\"english\":\"Roseline is a young girl\"}],\"variations\":[\"àgbọghò\"],\"stems\":null}],\"-fie agbụ\":[{\"word\":\"-fie agbụ\",\"wordClass\":\"AV\",\"definitions\":[\"bind; cord\"],\"examples\":[],\"variations\":[],\"stems\":[\"agbụ\",\"-fie\"]}],\"-ke agbụ\":[{\"word\":\"-ke agbụ\",\"wordClass\":\"AV\",\"definitions\":[\"bind\",\"rope used for climbing, made from ngwò fronds\"],\"examples\":[{\"igbo\":\"O kèlù yà agbụ\",\"english\":\"He bound him\"}],\"variations\":[],\"stems\":[\"agbụ\",\"-ke\"]}],\"agbụ\":[{\"word\":\"agbụ\",\"wordClass\":\"NNC\",\"definitions\":[\"bonds; a binding\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àkpa āgbụgbō\":[{\"word\":\"àkpa āgbụgbō\",\"wordClass\":\"NNC\",\"definitions\":[\"grub usually found in a decaying compost heap\"],\"examples\":[],\"variations\":[],\"stems\":[\"àgbụgbō\"]}],\"-kpo àgbụgbō\":[{\"word\":\"-kpo àgbụgbō\",\"wordClass\":\"NNC\",\"definitions\":[\"collect decayed compost for application to crops\"],\"examples\":[],\"variations\":[],\"stems\":[\"àgbụgbō\"]}],\"àgbụgbō\":[{\"word\":\"àgbụgbō\",\"wordClass\":\"NNC\",\"definitions\":[\"place where refuse is disposed; dunghill (usually deliberately kept as store of manure for fertilizing land); compost heap; rubbish heap\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"agbùlùgada\":[{\"word\":\"agbùlùgada\",\"wordClass\":\"NNC\",\"definitions\":[\"molar teeth; part of the jaw where they are situated\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"agbụsì\":[{\"word\":\"agbụsì\",\"wordClass\":\"\",\"definitions\":[\"see agbịsì\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-bu agha\":[{\"word\":\"-bu agha\",\"wordClass\":\"AV\",\"definitions\":[\"fight\"],\"examples\":[],\"variations\":[],\"stems\":[\"agha\",\"-bu\"]}],\"-busò agha\":[{\"word\":\"-busò agha\",\"wordClass\":\"AV\",\"definitions\":[\"fight or war against; carry war against\",\"war against\"],\"examples\":[{\"igbo\":\"Ànyị nà-àchọ ibūsò fa agha\",\"english\":\"We are going to carry war against them\"}],\"variations\":[],\"stems\":[\"agha\",\"-bu\"]}],\"-dọ n’agha\":[{\"word\":\"-dọ n’agha\",\"wordClass\":\"AV\",\"definitions\":[\"take prisoner in war\"],\"examples\":[],\"variations\":[],\"stems\":[\"agha\",\"-dọ\"]}],\"ọdịdọ n’agha\":[{\"word\":\"ọdịdọ n’agha\",\"wordClass\":\"NNC\",\"definitions\":[\"captivity; state of being a prisoner of war\"],\"examples\":[],\"variations\":[],\"stems\":[\"agha\"]}],\"ife aghā\":[{\"word\":\"ife aghā\",\"wordClass\":\"NNC\",\"definitions\":[\"weapon\"],\"examples\":[],\"variations\":[\"ife ayā\"],\"stems\":[\"agha\",\"ife\"]}],\"-je agha\":[{\"word\":\"-je agha\",\"wordClass\":\"AV\",\"definitions\":[\"go to war; be recruited into army\"],\"examples\":[],\"variations\":[],\"stems\":[\"agha\",\"-je\"]}],\"ndi aghā\":[{\"word\":\"ndi aghā\",\"wordClass\":\"NNC\",\"definitions\":[\"soldiers; warriors\"],\"examples\":[],\"variations\":[],\"stems\":[\"agha\"]}],\"-nù agha\":[{\"word\":\"-nù agha\",\"wordClass\":\"AV\",\"definitions\":[\"fight a war; war\"],\"examples\":[],\"variations\":[],\"stems\":[\"agha\",\"-nù\"]}],\"-nụsò agha\":[{\"word\":\"-nụsò agha\",\"wordClass\":\"NNC\",\"definitions\":[\"fight or war against\"],\"examples\":[],\"variations\":[],\"stems\":[\"agha\"]}],\"òchì agha\":[{\"word\":\"òchì agha\",\"wordClass\":\"AV\",\"definitions\":[\"military officer, leader; commanding officer\",\"male name\",\"military officer; commanding officer; military leader\"],\"examples\":[],\"variations\":[],\"stems\":[\"agha\",\"-chị\"]}],\"agha\":[{\"word\":\"agha\",\"wordClass\":\"NNC\",\"definitions\":[\"war\",\"used in agha ōghụgha changing of state of things for worse\"],\"examples\":[],\"variations\":[\"aya\"],\"stems\":[]}],\"-gba àghalā\":[{\"word\":\"-gba àghalā\",\"wordClass\":\"AV\",\"definitions\":[\"riot; be disorderly; be rascally\"],\"examples\":[],\"variations\":[],\"stems\":[\"àghalā\",\"-gba\"]}],\"-kpọ àghalā\":[{\"word\":\"-kpọ àghalā\",\"wordClass\":\"AV\",\"definitions\":[\"cause confusion, riot, tumult\",\"be in an uproar Àda āna-àkpọka aghalā Ada is very fond of causing an uproar, or creating a disturbance\"],\"examples\":[],\"variations\":[\"àyalā\"],\"stems\":[\"àghalā\",\"-kpọ\"]}],\"onye āghala\":[{\"word\":\"onye āghala\",\"wordClass\":\"NNC\",\"definitions\":[\"lawless person\",\"wild person; careless person\"],\"examples\":[],\"variations\":[\"āyala\"],\"stems\":[\"àghalā\",\"onye\"]}],\"àghalā\":[{\"word\":\"àghalā\",\"wordClass\":\"NNC\",\"definitions\":[\"lawlessness; confusion\"],\"examples\":[{\"igbo\":\"Ọjì nà-àbịa ebe à ịkpā àghalā\",\"english\":\"Ọjị is coming here to cause confusion\"}],\"variations\":[\"àyalā\"],\"stems\":null}],\"-ghò aghùghò\":[{\"word\":\"-ghò aghùghò\",\"wordClass\":\"AV\",\"definitions\":[\"be tricky, cunning, fond of setting persons against one another (such activity usually being done underground); carry on double-dealing\",\"be cunning; deceive; work deceit; play trick; trick\"],\"examples\":[{\"igbo\":\"Èmeka āna aghòka aghùghò\",\"english\":\"Emeka is very fond of double-dealing\"}],\"variations\":[],\"stems\":[\"aghùghò\",\"-ghò\"]}],\"-pù ala aghùghò\":[{\"word\":\"-pù ala aghùghò\",\"wordClass\":\"AV\",\"definitions\":[\"pretend to be mad (in order to cheat or trick)\"],\"examples\":[],\"variations\":[],\"stems\":[\"aghùghò\",\"ala\",\"-pù\"]}],\"aghùghò\":[{\"word\":\"aghùghò\",\"wordClass\":\"NNC\",\"definitions\":[\"guile; deceitfulness; cunning; double-dealing\"],\"examples\":[],\"variations\":[\"awùwò\"],\"stems\":null}],\"(agwa) -ma\":[{\"word\":\"(agwa) -ma\",\"wordClass\":\"AV\",\"definitions\":[\"miss\"],\"examples\":[{\"igbo\":\"Agwa enyì m nwokē nō n’Òbòdò Oyìbo nà-àma m#\",\"english\":\"I miss my friend who is in England (i.e. I feel his absence)\"}],\"variations\":[],\"stems\":[\"agwa\",\"-ma\"]}],\"agwa\":[{\"word\":\"agwa\",\"wordClass\":\"NNC\",\"definitions\":[\"homesickness; nostalgia\"],\"examples\":[],\"variations\":[\"agwaā\"],\"stems\":null}],\"àgwà ọcha\":[{\"word\":\"àgwà ọcha\",\"wordClass\":\"NNC\",\"definitions\":[\"cowpea (Vigna unguiculata Walp.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"àgwà\"]}],\"ịfùlịfū àgwà\":[{\"word\":\"ịfùlịfū àgwà\",\"wordClass\":\"NNC\",\"definitions\":[\"pod of beans\"],\"examples\":[],\"variations\":[],\"stems\":[\"àgwà\"]}],\"-tù àgwà\":[{\"word\":\"-tù àgwà\",\"wordClass\":\"AV\",\"definitions\":[\"be spotted, variegated in colour\",\"be variegated in colour, mottled, striped, spotted\"],\"examples\":[{\"igbo\":\"Akwụkwọ ǹkaà tùlù àgwà ọcha nà èdò\",\"english\":\"This leaf is coloured white and yellow\"},{\"igbo\":\"Nkịtā m^tùlù àgwà kà agū\",\"english\":\"My dog is spotted like a leopard\"},{\"igbo\":\"Nkịtā m^tùlù àgwà kà agū\",\"english\":\"My dog is spotted like a leopard\"},{\"igbo\":\"Èbùnu à tùlù àgwà òji nà òcha\",\"english\":\"This ram is spotted black and white\"}],\"variations\":[],\"stems\":[\"àgwà\",\"-tù\"]}],\"àgwà ochīè\":[{\"word\":\"àgwà ochīè\",\"wordClass\":\"NNC\",\"definitions\":[\"old custom\"],\"examples\":[],\"variations\":[],\"stems\":[\"àgwà\",\"oche\"]}],\"-kpa àgwà\":[{\"word\":\"-kpa àgwà\",\"wordClass\":\"AV\",\"definitions\":[\"behave (usually badly)\",\"behave (usually in a bad sense)\"],\"examples\":[],\"variations\":[],\"stems\":[\"àgwà\",\"-kpa\"]}],\"-kpa àgwà ọjọō\":[{\"word\":\"-kpa àgwà ọjọō\",\"wordClass\":\"NNC\",\"definitions\":[\"behave badly\"],\"examples\":[],\"variations\":[],\"stems\":[\"àgwà\"]}],\"àgwà\":[{\"word\":\"àgwà\",\"wordClass\":\"NNC\",\"definitions\":[\"beans; Lima bean (Phaseolus lunatus Linn.)\",\"colour\",\"manners; behaviour\"],\"examples\":[{\"igbo\":\"Àgwà ya adīsịrọ mmā\",\"english\":\"His manners leave something to be desired\"}],\"variations\":[],\"stems\":[]}],\"agwọ\":[{\"word\":\"agwọ\",\"wordClass\":\"NNC\",\"definitions\":[\"snake (generic)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"agwò\":[{\"word\":\"agwò\",\"wordClass\":\"NNC\",\"definitions\":[\"raffia\",\"raffia dancing-skirt used by masquerades\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"(Agwù) -kpa\":[{\"word\":\"(Agwù) -kpa\",\"wordClass\":\"NNC\",\"definitions\":[\"be possessed by Agwụ; be mildly eccentric or mentally deranged\"],\"examples\":[{\"igbo\":\"Agwù nà-àkpa Okaàfò; ònyê mà mà ò mego ife anarō ème ēme?\",\"english\":\"Okaafọ is disturbed in his mind; who knows if he has committed an abomination?\"}],\"variations\":[],\"stems\":[\"Agwù\"]}],\"-lu Agwù\":[{\"word\":\"-lu Agwù\",\"wordClass\":\"NNC\",\"definitions\":[\"perform the preliminary sacrifice before being initiated into Agwù\"],\"examples\":[],\"variations\":[],\"stems\":[\"Agwù\"]}],\"nne Agwù\":[{\"word\":\"nne Agwù\",\"wordClass\":\"NNC\",\"definitions\":[\"figure to the right of Agwù\"],\"examples\":[],\"variations\":[],\"stems\":[\"Agwù\"]}],\"nwa Agwù\":[{\"word\":\"nwa Agwù\",\"wordClass\":\"NNC\",\"definitions\":[\"figure to the left of Agwù\"],\"examples\":[],\"variations\":[],\"stems\":[\"Agwù\"]}],\"ùdènè Agwù\":[{\"word\":\"ùdènè Agwù\",\"wordClass\":\"NNC\",\"definitions\":[\"vulture associated with Agwù, an image of which is made\"],\"examples\":[],\"variations\":[],\"stems\":[\"Agwù\"]}],\"Agwù\":[{\"word\":\"Agwù\",\"wordClass\":\"NNC\",\"definitions\":[\"an alūsị, or class of alūsị, of ambivalent character, the spirit of afa divination. Agwụ possesses those who are called to serve as ndị dibìà, the signs of a vocation being absent- mindedness, disorientation, and the like\"],\"examples\":[{\"igbo\":\"Ndị nā-eme Agwù kà Agwù nà-àkpa\",\"english\":\"It is those who minister to Agwụ that Agwụ possesses\"}],\"variations\":[\"Agù\"],\"stems\":null}],\"àhaà!\":[{\"word\":\"àhaà!\",\"wordClass\":\"INTJ\",\"definitions\":[\"aha! (surprise)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"Ajaànà\":[{\"word\":\"Ajaànà\",\"wordClass\":\"NNC\",\"definitions\":[\"see Ànì\",\"aspect of the earth related to death rites\"],\"examples\":[],\"variations\":[],\"stems\":[\"ajā\",\"ànì\"]}],\"aja idèì\":[{\"word\":\"aja idèì\",\"wordClass\":\"NNC\",\"definitions\":[\"heap of sand collected by flood after rainfall\"],\"examples\":[],\"variations\":[],\"stems\":[\"ajā\",\"idèì\"]}],\"aja ngwe\":[{\"word\":\"aja ngwe\",\"wordClass\":\"NNC\",\"definitions\":[\"wall\"],\"examples\":[],\"variations\":[],\"stems\":[\"ajā\"]}],\"aja ōdido\":[{\"word\":\"aja ōdido\",\"wordClass\":\"AV\",\"definitions\":[\"wall\"],\"examples\":[],\"variations\":[],\"stems\":[\"ajā\",\"-do\"]}],\"aja ubòm\":[{\"word\":\"aja ubòm\",\"wordClass\":\"NNC\",\"definitions\":[\"white sand from river, used in building\",\"the old boundary market, held in the dry season on the sandbar in the middle of the Niger opposite Onitsha\",\"male name\"],\"examples\":[],\"variations\":[],\"stems\":[\"ajā\",\"ubòm\"]}],\"aja ūke\":[{\"word\":\"aja ūke\",\"wordClass\":\"NNC\",\"definitions\":[\"red soil\"],\"examples\":[],\"variations\":[],\"stems\":[\"ajā\"]}],\"aja ụpà\":[{\"word\":\"aja ụpà\",\"wordClass\":\"NNC\",\"definitions\":[\"red clay used for building in upland areas (compare ụlō)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ajā\"]}],\"-do ajā\":[{\"word\":\"-do ajā\",\"wordClass\":\"AV\",\"definitions\":[\"build a wall\"],\"examples\":[],\"variations\":[],\"stems\":[\"ajā\",\"-do\"]}],\"-gbu aja ụnò\":[{\"word\":\"-gbu aja ụnò\",\"wordClass\":\"AV\",\"definitions\":[\"build walls of mud building\"],\"examples\":[],\"variations\":[],\"stems\":[\"ajā\",\"-gbu\",\"ụnò\"]}],\"nwa ezè alā aja\":[{\"word\":\"nwa ezè alā aja\",\"wordClass\":\"NNC\",\"definitions\":[\"instep of foot (literally the king’s baby never licks the sand)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ajā\"]}],\"-te ajā\":[{\"word\":\"-te ajā\",\"wordClass\":\"AV\",\"definitions\":[\"rub, smoothe, wet wall; paint wall\"],\"examples\":[],\"variations\":[],\"stems\":[\"ajā\",\"-te\"]}],\"-tibo ajā\":[{\"word\":\"-tibo ajā\",\"wordClass\":\"AV\",\"definitions\":[\"break piece of wall of with blow; remove part of wall with blow\",\"remove part of wall with blow\"],\"examples\":[{\"igbo\":\"Akwụ e gbūlu n’àzụ ụnò n’ùtụtū à tìbòlù aja āzụ ụnò\",\"english\":\"The palm-fruit that was cut at the back of the house this morning broke off part of the wall at the back of the compound\"}],\"variations\":[],\"stems\":[\"ajā\",\"-ti\"]}],\"ùwà aja āja\":[{\"word\":\"ùwà aja āja\",\"wordClass\":\"NNC\",\"definitions\":[\"troublesome world; world of trials and tribulations (literally world of sands; any food or beautiful thing, once sand is spilt into it, is fouled)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ajā\",\"ùwà\"]}],\"ajā\":[{\"word\":\"ajā\",\"wordClass\":\"NNC\",\"definitions\":[\"earth; trodden clay; building mud; sand\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ajà\":[{\"word\":\"ajà\",\"wordClass\":\"NNC\",\"definitions\":[\"cymbal\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àkàloògòlì\":[{\"word\":\"àkàloògòlì\",\"wordClass\":\"NNC\",\"definitions\":[\"spirits of the dead of worthless people (see mmụō)\",\"unambititious, easy-going, prodigal person\"],\"examples\":[{\"igbo\":\"Ndị àkàloògòlì jì yà aka\",\"english\":\"He is possessed by the spirits of worthless people\"}],\"variations\":[],\"stems\":null}],\"-chụ àjà\":[{\"word\":\"-chụ àjà\",\"wordClass\":\"AV\",\"definitions\":[\"offer joyless sacrifice to drive out evil spirits\",\"offer joyless sacrifice to evil spirits (sometimes connected with 1., as the sacrifice is to drive out the spirits)\"],\"examples\":[],\"variations\":[],\"stems\":[\"àjà\",\"-chụ\"]}],\"-do àjà\":[{\"word\":\"-do àjà\",\"wordClass\":\"AV\",\"definitions\":[\"deposit joyless sacrifice\",\"place object(s) of sacrifice in a place\"],\"examples\":[],\"variations\":[],\"stems\":[\"àjà\",\"-do\"]}],\"ụgbọ àjà\":[{\"word\":\"ụgbọ àjà\",\"wordClass\":\"NNC\",\"definitions\":[\"roughly-woven basket containing joyless sacrifice\",\"basket containing offering to deity or sacrifice on a forked stick\"],\"examples\":[],\"variations\":[],\"stems\":[\"àjà\",\"ụgbọ\"]}],\"nkōlọ àjà\":[{\"word\":\"nkōlọ àjà\",\"wordClass\":\"\",\"definitions\":[\"smaller sized àjà\"],\"examples\":[],\"variations\":[],\"stems\":[\"àjà\"]}],\"àjà\":[{\"word\":\"àjà\",\"wordClass\":\"NNC\",\"definitions\":[\"sacrifice, particularly the joyless sacrifice offered to pacify or drive out evil spirits\",\"Nile Perch, the largest fish in the area (Lates niloticus)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"àjàdù nwaànyì\":[{\"word\":\"àjàdù nwaànyì\",\"wordClass\":\"NNC\",\"definitions\":[\"widow\"],\"examples\":[],\"variations\":[],\"stems\":[\"àjàdù\",\"nwaāmili\"]}],\"àjàdu nwokè\":[{\"word\":\"àjàdu nwokè\",\"wordClass\":\"NNC\",\"definitions\":[\"widower\"],\"examples\":[],\"variations\":[],\"stems\":[\"àjàdù\"]}],\"àjàdu nwokē\":[{\"word\":\"àjàdu nwokē\",\"wordClass\":\"NNC\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":[\"àjàdù\"]}],\"àjàdù\":[{\"word\":\"àjàdù\",\"wordClass\":\"NNC\",\"definitions\":[\"widower; widow\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kpàcha ajị\":[{\"word\":\"-kpàcha ajị\",\"wordClass\":\"AV\",\"definitions\":[\"crop, shave, cut hair\"],\"examples\":[],\"variations\":[],\"stems\":[\"ajị\",\"-kpà\"]}],\"-kpàcha ajị anū\":[{\"word\":\"-kpàcha ajị anū\",\"wordClass\":\"NNC\",\"definitions\":[\"crop, cut hair of animal\"],\"examples\":[],\"variations\":[],\"stems\":[\"ajị\"]}],\"ajị iyī\":[{\"word\":\"ajị iyī\",\"wordClass\":\"NNC\",\"definitions\":[\"crocodile\"],\"examples\":[],\"variations\":[],\"stems\":[\"ajị\"]}],\"ajị\":[{\"word\":\"ajị\",\"wordClass\":\"NNC\",\"definitions\":[\"hair of humans or animals (excluding hair of head and eyelashes, which are known as ntùtù (isī) and ntùtù anyā respectively)\",\"used in\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ajì enyī\":[{\"word\":\"ajì enyī\",\"wordClass\":\"NNC\",\"definitions\":[\"severe dysmenorrhoea (painful menstruation) which occurs mostly in young women; in severe cases leaves the patient prostrate, and can be disabling\",\"severe dysmenorrhoea (see ajì)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ajì\",\"enyi\"]}],\"ajì\":[{\"word\":\"ajì\",\"wordClass\":\"NNC\",\"definitions\":[\"(also akwà ajì) a kind of native woven cloth, rough, coarse and thick\",\"used in\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ajiī\":[{\"word\":\"ajiī\",\"wordClass\":\"NNC\",\"definitions\":[\"shortened form of ajị iyī crocodile\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-gba ajịlịja\":[{\"word\":\"-gba ajịlịja\",\"wordClass\":\"AV\",\"definitions\":[\"perspire\"],\"examples\":[],\"variations\":[],\"stems\":[\"ajịlịja\",\"-gba\"]}],\"ajịlịja\":[{\"word\":\"ajịlịja\",\"wordClass\":\"NNC\",\"definitions\":[\"sweat; perspiration\",\"smooth pebble\",\"(fig.) strong and wiry\"],\"examples\":[{\"igbo\":\"Ọ bù ajịlịja mmadù/Ọ dì ajịlịja n’anya\",\"english\":\"He is strong and wiry\"}],\"variations\":[],\"stems\":[]}],\"ajō arụ\":[{\"word\":\"ajō arụ\",\"wordClass\":\"AV\",\"definitions\":[\"bad luck\"],\"examples\":[],\"variations\":[],\"stems\":[\"ajō\"]}],\"ajō ife\":[{\"word\":\"ajō ife\",\"wordClass\":\"AV\",\"definitions\":[\"crime, including abomination and defilement\",\"abomination; defilement\"],\"examples\":[],\"variations\":[],\"stems\":[\"ajō\",\"ife\"]}],\"ajō isi\":[{\"word\":\"ajō isi\",\"wordClass\":\"AV\",\"definitions\":[\"back luck\",\"ill luck\"],\"examples\":[],\"variations\":[],\"stems\":[\"ajō\",\"isi\"]}],\"ajō mmụō\":[{\"word\":\"ajō mmụō\",\"wordClass\":\"AV\",\"definitions\":[\"bad spirit\",\"bad dead spirit\"],\"examples\":[],\"variations\":[],\"stems\":[\"ajō\",\"mmụō\"]}],\"ajō oyi\":[{\"word\":\"ajō oyi\",\"wordClass\":\"AV\",\"definitions\":[\"rheumatism\"],\"examples\":[],\"variations\":[],\"stems\":[\"ajō\",\"oyī\"]}],\"ajō ọfịa\":[{\"word\":\"ajō ọfịa\",\"wordClass\":\"AV\",\"definitions\":[\"see under ọfịa\",\"a piece of land dedicated to a god\",\"a piece of land where people who die of serious diseases (e.g. smallpox, leprosy) or whose death is mysterious, are buried (literally bad forest)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ajō\",\"ọfịa\"]}],\"ajō ọlụ\":[{\"word\":\"ajō ọlụ\",\"wordClass\":\"AV\",\"definitions\":[\"very, exceedingly, hard\"],\"examples\":[],\"variations\":[],\"stems\":[\"ajō\"]}],\"Ọ dì ajō ọlụ\":[{\"word\":\"Ọ dì ajō ọlụ\",\"wordClass\":\"AV\",\"definitions\":[\"It is very hard\"],\"examples\":[],\"variations\":[],\"stems\":[\"ajō\"]}],\"ajō ọnòdù\":[{\"word\":\"ajō ọnòdù\",\"wordClass\":\"AV\",\"definitions\":[\"bad position or condition\"],\"examples\":[],\"variations\":[],\"stems\":[\"ajō\"]}],\"ajō ọnụ\":[{\"word\":\"ajō ọnụ\",\"wordClass\":\"AV\",\"definitions\":[\"bad speech; foul-mouthedness\",\"rudeness\"],\"examples\":[],\"variations\":[],\"stems\":[\"ajō\",\"ọnū\"]}],\"ajō ọyà\":[{\"word\":\"ajō ọyà\",\"wordClass\":\"AV\",\"definitions\":[\"malignant disease\"],\"examples\":[],\"variations\":[],\"stems\":[\"ajō\",\"ọyà\"]}],\"ajō mmadù\":[{\"word\":\"ajō mmadù\",\"wordClass\":\"AV\",\"definitions\":[\"wicked person\"],\"examples\":[{\"igbo\":\"Ànyị àmalụgo nà Òbìàgèli abūrọ ajō mmadù\",\"english\":\"We know that Ọbịageli is not a wicked person\"}],\"variations\":[],\"stems\":[\"ajō\"]}],\"ajō uchè\":[{\"word\":\"ajō uchè\",\"wordClass\":\"AV\",\"definitions\":[\"bad plan\"],\"examples\":[],\"variations\":[],\"stems\":[\"ajō\",\"uchè\"]}],\"-lụ ajọ ōlụ\":[{\"word\":\"-lụ ajọ ōlụ\",\"wordClass\":\"AV\",\"definitions\":[\"do work badly\"],\"examples\":[],\"variations\":[],\"stems\":[\"ajō\"]}],\"ajō\":[{\"word\":\"ajō\",\"wordClass\":\"AV\",\"definitions\":[\"bad\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ajụ ụtabà\":[{\"word\":\"ajụ ụtabà\",\"wordClass\":\"NNC\",\"definitions\":[\"roll of tobacco\"],\"examples\":[],\"variations\":[],\"stems\":[\"ajụ\"]}],\"ajụ\":[{\"word\":\"ajụ\",\"wordClass\":\"NNC\",\"definitions\":[\"headpad\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"(ajù) -bu\":[{\"word\":\"(ajù) -bu\",\"wordClass\":\"NNC\",\"definitions\":[\"be dizzy\"],\"examples\":[],\"variations\":[],\"stems\":[\"ajù\"]}],\"Ajù nà-èbu m#\":[{\"word\":\"Ajù nà-èbu m#\",\"wordClass\":\"NNC\",\"definitions\":[\"I am dizzy\"],\"examples\":[],\"variations\":[],\"stems\":[\"ajù\"]}],\"-bu ajù\":[{\"word\":\"-bu ajù\",\"wordClass\":\"AV\",\"definitions\":[\"cause dizziness\"],\"examples\":[{\"igbo\":\"Ọgwù m ŋūlụ n’ùtụtū à nà-èbu m#ajù\",\"english\":\"The medicine I drank this morning is making me dizzy\"}],\"variations\":[],\"stems\":[\"ajù\",\"-bu\"]}],\"-chụ ajù\":[{\"word\":\"-chụ ajù\",\"wordClass\":\"AV\",\"definitions\":[\"be giddy; feel giddy\",\"be, feel giddy\"],\"examples\":[],\"variations\":[],\"stems\":[\"ajù\",\"-chụ\"]}],\"ajù\":[{\"word\":\"ajù\",\"wordClass\":\"NNC\",\"definitions\":[\"dizziness\",\"tall coarse grass used for thatching\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-jụ ajùjụ\":[{\"word\":\"-jụ ajùjụ\",\"wordClass\":\"AV\",\"definitions\":[\"ask a question\"],\"examples\":[],\"variations\":[],\"stems\":[\"ajùjụ\",\"-jụ\"]}],\"ajùjụ\":[{\"word\":\"ajùjụ\",\"wordClass\":\"AV\",\"definitions\":[\"a question\"],\"examples\":[],\"variations\":[],\"stems\":[\"-jụ\"]}],\"aka āzụ\":[{\"word\":\"aka āzụ\",\"wordClass\":\"NNC\",\"definitions\":[\"bribery (literally back-hand)\"],\"examples\":[{\"igbo\":\"Ọ nà-àchọ ilī aka āzụ\",\"english\":\"He wants to take a bribe\"}],\"variations\":[],\"stems\":[\"aka\"]}],\"aka ebē\":[{\"word\":\"aka ebē\",\"wordClass\":\"NNC\",\"definitions\":[\"witness; surety\",\"pledge\"],\"examples\":[{\"igbo\":\"Ọ bù onye aka ebē m\",\"english\":\"He is my witness\"},{\"igbo\":\"Kà ife à nòdụ n’aka ebē\",\"english\":\"Let this (thing) stand as a pledge\"}],\"variations\":[],\"stems\":[\"aka\"]}],\"aka èkpè\":[{\"word\":\"aka èkpè\",\"wordClass\":\"NNC\",\"definitions\":[\"left hand\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"èkpè\"]}],\"aka ezē\":[{\"word\":\"aka ezē\",\"wordClass\":\"NNC\",\"definitions\":[\"toothache\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"ezē\"]}],\"aka ikē\":[{\"word\":\"aka ikē\",\"wordClass\":\"NNC\",\"definitions\":[\"stinginess\",\"rigid discipline\",\"force; violence\",\"rigid discipline\",\"stinginess\",\"force; violence enforces rigid discipline in his town\"],\"examples\":[{\"igbo\":\"Ezè afù jì aka ikē wèlu àchị ndi òbòdò ya\",\"english\":\"The chief enforces rigid discipline in his town\"}],\"variations\":[],\"stems\":[\"aka\",\"ike\"]}],\"aka ikeǹgà\":[{\"word\":\"aka ikeǹgà\",\"wordClass\":\"NNC\",\"definitions\":[\"right hand\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\"]}],\"aka izizē\":[{\"word\":\"aka izizē\",\"wordClass\":\"NNC\",\"definitions\":[\"shaky hand>> (e.g. some people cannot bear to inflict injury on other even in treatment, as in incision of abscess, injection, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\"]}],\"(aka) -ka āka\":[{\"word\":\"(aka) -ka āka\",\"wordClass\":\"NNC\",\"definitions\":[\"be stronger than (literally hand to be greater than hand)\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\"]}],\"Aka m`kà aka yā\":[{\"word\":\"Aka m`kà aka yā\",\"wordClass\":\"NNC\",\"definitions\":[\"I am stronger than he\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\"]}],\"akâ mèlù\":[{\"word\":\"akâ mèlù\",\"wordClass\":\"AV\",\"definitions\":[\"illicit gin (literally made by hand)\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"-me\"]}],\"aka mkpà\":[{\"word\":\"aka mkpà\",\"wordClass\":\"NNC\",\"definitions\":[\"one’s very own\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\"]}],\"aka nchịchā\":[{\"word\":\"aka nchịchā\",\"wordClass\":\"NNC\",\"definitions\":[\"hand with white patches (due to depigmentation)\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\"]}],\"aka ngwe\":[{\"word\":\"aka ngwe\",\"wordClass\":\"NNC\",\"definitions\":[\"stone or wooden pestle for pepper, egusi, herbs, etc.\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\"]}],\"aka ǹkà\":[{\"word\":\"aka ǹkà\",\"wordClass\":\"NNC\",\"definitions\":[\"artistically inclined, talented\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\"]}],\"aka nkō\":[{\"word\":\"aka nkō\",\"wordClass\":\"NNC\",\"definitions\":[\"handy; quick-handed\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"nkọ\"]}],\"aka nlō\":[{\"word\":\"aka nlō\",\"wordClass\":\"NNC\",\"definitions\":[\"gentleness\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\"]}],\"aka nnī\":[{\"word\":\"aka nnī\",\"wordClass\":\"NNC\",\"definitions\":[\"right hand\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"nni\"]}],\"aka ntadide\":[{\"word\":\"aka ntadide\",\"wordClass\":\"AV\",\"definitions\":[\"stinginess\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"-ta\"]}],\"aka ntụtù\":[{\"word\":\"aka ntụtù\",\"wordClass\":\"AV\",\"definitions\":[\"pilfering; light fingers\",\"pilfering; having light fingers\"],\"examples\":[{\"igbo\":\"Ọ bù onye aka ntụtù\",\"english\":\"He is light-fingered\"}],\"variations\":[],\"stems\":[\"aka\",\"-tù-tù\"]}],\"aka odō\":[{\"word\":\"aka odō\",\"wordClass\":\"NNC\",\"definitions\":[\"wooden pestle for yam pounding\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"odō\"]}],\"aka ōkwute\":[{\"word\":\"aka ōkwute\",\"wordClass\":\"NNC\",\"definitions\":[\"stone for grinding corn\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\"]}],\"akàlà akā\":[{\"word\":\"akàlà akā\",\"wordClass\":\"NNC\",\"definitions\":[\"lines on the hand; destiny\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"akàlà\"]}],\"akpù akā\":[{\"word\":\"akpù akā\",\"wordClass\":\"NNC\",\"definitions\":[\"biceps\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"akpù\"]}],\"amà akā\":[{\"word\":\"amà akā\",\"wordClass\":\"NNC\",\"definitions\":[\"span (of thumb and forefinger)\",\"span\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"amà\"]}],\"ànì ogwē akā\":[{\"word\":\"ànì ogwē akā\",\"wordClass\":\"NNC\",\"definitions\":[\"forearm\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"ànì\"]}],\"àzụ akā\":[{\"word\":\"àzụ akā\",\"wordClass\":\"NNC\",\"definitions\":[\"(fig.) hypocrisy (literally back of hand)\"],\"examples\":[{\"igbo\":\"Ọ nà-èzi ānyị àzụ akā\",\"english\":\"He is being hypocritical with us. (literally He is showing us the back of the hand)\"}],\"variations\":[],\"stems\":[\"aka\"]}],\"-bìkwàsị aka\":[{\"word\":\"-bìkwàsị aka\",\"wordClass\":\"AV\",\"definitions\":[\"lay hands upon\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"-bì\"]}],\"-bìkwàsị aka n’isi\":[{\"word\":\"-bìkwàsị aka n’isi\",\"wordClass\":\"AV\",\"definitions\":[\"confirm (in church confirmation)\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"-bì\",\"isi\"]}],\"-bìtụ aka\":[{\"word\":\"-bìtụ aka\",\"wordClass\":\"AV\",\"definitions\":[\"take hold of; grasp; press with hand lightly (e.g. as when feeling the temperature of a person with hand)\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"-bì\"]}],\"-chịni aka\":[{\"word\":\"-chịni aka\",\"wordClass\":\"AV\",\"definitions\":[\"lift up hands\",\"take the hands off; desist from\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"-chị\"]}],\"-chịnita aka\":[{\"word\":\"-chịnita aka\",\"wordClass\":\"AV\",\"definitions\":[\"hold up the hands\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"-chị\"]}],\"-dà aka\":[{\"word\":\"-dà aka\",\"wordClass\":\"AV\",\"definitions\":[\"lay hands on\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"-dà\"]}],\"-dị n’aka\":[{\"word\":\"-dị n’aka\",\"wordClass\":\"PV\",\"definitions\":[\"be responsible\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"-dị\"]}],\"-du aka\":[{\"word\":\"-du aka\",\"wordClass\":\"AV\",\"definitions\":[\"help\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"-du\"]}],\"-dụ aka\":[{\"word\":\"-dụ aka\",\"wordClass\":\"AV\",\"definitions\":[\"poke\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"-dụ\"]}],\"èfelì akā\":[{\"word\":\"èfelì akā\",\"wordClass\":\"NNC\",\"definitions\":[\"withered hand\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\"]}],\"-fe aka\":[{\"word\":\"-fe aka\",\"wordClass\":\"AV\",\"definitions\":[\"beckon\",\"wave hand\"],\"examples\":[{\"igbo\":\"O fèèlù m aka\",\"english\":\"He waved to me\"}],\"variations\":[],\"stems\":[\"aka\",\"-fe\"]}],\"-gado aka\":[{\"word\":\"-gado aka\",\"wordClass\":\"AV\",\"definitions\":[\"hold someone responsible\"],\"examples\":[{\"igbo\":\"Ọ gàdò m aka\",\"english\":\"He held me responsible\"}],\"variations\":[],\"stems\":[\"aka\",\"-ga\"]}],\"-gịgàdo aka\":[{\"word\":\"-gịgàdo aka\",\"wordClass\":\"NNC\",\"definitions\":[\"catch hold of lightly\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\"]}],\"-gba aka\":[{\"word\":\"-gba aka\",\"wordClass\":\"AV\",\"definitions\":[\"snap fingers to show interest\",\"be empty-handed empty-handed\",\"snap fingers to show interest (v) kick\",\"be empty-handed; go without\"],\"examples\":[{\"igbo\":\"Agà m àgba akā je be ezè\",\"english\":\"I shall go to the King’s house\"}],\"variations\":[],\"stems\":[\"aka\",\"-gba\"]}],\"-gba aka nwā\":[{\"word\":\"-gba aka nwā\",\"wordClass\":\"NNC\",\"definitions\":[\"be childless\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"ǹnwa\"]}],\"-gba aka ōkpọrọ\":[{\"word\":\"-gba aka ōkpọrọ\",\"wordClass\":\"AV\",\"definitions\":[\"be empty-handed\",\"be empty-handed (compare aka nkịtị)\"],\"examples\":[{\"igbo\":\"Gịnī kpàtàlù nà ị gbà aka ōkpọrọ bịa ebe à?\",\"english\":\"Why do you come here empty-handed?\"}],\"variations\":[],\"stems\":[\"aka\",\"-gba\",\"òkpọrọ\"]}],\"-gba aka ọlū\":[{\"word\":\"-gba aka ọlū\",\"wordClass\":\"AV\",\"definitions\":[\"be unemployed\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"-gba\",\"ọlụ\"]}],\"ikili akā\":[{\"word\":\"ikili akā\",\"wordClass\":\"NNC\",\"definitions\":[\"elbow\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\"]}],\"iru akā\":[{\"word\":\"iru akā\",\"wordClass\":\"NNC\",\"definitions\":[\"forearm\",\"fore-arm\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"iru\"]}],\"isi akā\":[{\"word\":\"isi akā\",\"wordClass\":\"NNC\",\"definitions\":[\"thumb\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"isi\"]}],\"-jì aka\":[{\"word\":\"-jì aka\",\"wordClass\":\"AV\",\"definitions\":[\"be sure; hope\",\"expect; hope; be confident\"],\"examples\":[{\"igbo\":\"Ì jì aka nà Nwaàmàlùbịa gà-àbịa taà? Ee, ejì m aka nà ọ gà-àbịa taà\",\"english\":\"Are you sure Nwaamalụbịa will come today? Yes, I am sure she will come today\"},{\"igbo\":\"Ejì m aka nà Chukwu gà-ènyelụ ānyị aka\",\"english\":\"I am hopeful that God will help us\"},{\"igbo\":\"Ejì m aka nà ị gà-àbịa\",\"english\":\"I hope you will come\"}],\"variations\":[],\"stems\":[\"aka\",\"-jì\"]}],\"-jikò aka\":[{\"word\":\"-jikò aka\",\"wordClass\":\"NNC\",\"definitions\":[\"join hands in doing something, especially in marriage\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\"]}],\"-jipù aka\":[{\"word\":\"-jipù aka\",\"wordClass\":\"NNC\",\"definitions\":[\"be disappointed\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\"]}],\"-ju aka\":[{\"word\":\"-ju aka\",\"wordClass\":\"AV\",\"definitions\":[\"be plentiful\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"-ju\"]}],\"-kù n’aka\":[{\"word\":\"-kù n’aka\",\"wordClass\":\"AV\",\"definitions\":[\"nurse; hold in the arms\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"-kù-\"]}],\"-kụ aka\":[{\"word\":\"-kụ aka\",\"wordClass\":\"AV\",\"definitions\":[\"clap hands\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"-kụ\"]}],\"-kụpù aka\":[{\"word\":\"-kụpù aka\",\"wordClass\":\"NNC\",\"definitions\":[\"fail; give up\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\"]}],\"-kpukpù aka\":[{\"word\":\"-kpukpù aka\",\"wordClass\":\"NNC\",\"definitions\":[\"motion with hands for silence\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\"]}],\"-kwà aka\":[{\"word\":\"-kwà aka\",\"wordClass\":\"AV\",\"definitions\":[\"push; urge; drive\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"-kwà\"]}],\"-kwe n’aka\":[{\"word\":\"-kwe n’aka\",\"wordClass\":\"AV\",\"definitions\":[\"shake hands\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"-kwe\"]}],\"-kwedo aka\":[{\"word\":\"-kwedo aka\",\"wordClass\":\"NNC\",\"definitions\":[\"lay hold of\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\"]}],\"-kwọ aka\":[{\"word\":\"-kwọ aka\",\"wordClass\":\"NNC\",\"definitions\":[\"wash the hands\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"-kwọ\"]}],\"-kwukwù aka\":[{\"word\":\"-kwukwù aka\",\"wordClass\":\"NNC\",\"definitions\":[\"clench, close the hand\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\"]}],\"nkwukwù akā\":[{\"word\":\"nkwukwù akā\",\"wordClass\":\"AV\",\"definitions\":[\"fist\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"-kwù-kwù\"]}],\"-kwụkọ aka\":[{\"word\":\"-kwụkọ aka\",\"wordClass\":\"AV\",\"definitions\":[\"rub the hands together in supplication\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"-kwu-do\"]}],\"-lu aka\":[{\"word\":\"-lu aka\",\"wordClass\":\"AV\",\"definitions\":[\"receive; reach\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"-lu\"]}],\"-malụ aka\":[{\"word\":\"-malụ aka\",\"wordClass\":\"AV\",\"definitions\":[\"be friendly; be familiar with\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"-ma\"]}],\"mbè aka nnī\":[{\"word\":\"mbè aka nnī\",\"wordClass\":\"AV\",\"definitions\":[\"handful of food (e.g. fufu)\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"-bè\"]}],\"-me aka ntụtù\":[{\"word\":\"-me aka ntụtù\",\"wordClass\":\"AV\",\"definitions\":[\"be fond of pilfering, picking and stealing\"],\"examples\":[{\"igbo\":\"Mụ nà onye nā-eme aka ntụtù adī ayì\",\"english\":\"I never walk in company of a person who is fond of picking and stealing\"}],\"variations\":[],\"stems\":[\"aka\",\"-me\",\"-tù-tù\"]}],\"-metụ aka\":[{\"word\":\"-metụ aka\",\"wordClass\":\"AV\",\"definitions\":[\"touch lightly\"],\"examples\":[{\"igbo\":\"O mètù m~aka\",\"english\":\"He touched me (with the hand)\"}],\"variations\":[],\"stems\":[\"aka\",\"-me\"]}],\"mgbà akā\":[{\"word\":\"mgbà akā\",\"wordClass\":\"AV\",\"definitions\":[\"ring\"],\"examples\":[],\"variations\":[\"mgba akā\",\"mgba\"],\"stems\":[\"aka\",\"-gbà\"]}],\"mkpà akā\":[{\"word\":\"mkpà akā\",\"wordClass\":\"NNC\",\"definitions\":[\"biceps\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\"]}],\"mkpà n’aka\":[{\"word\":\"mkpà n’aka\",\"wordClass\":\"NNC\",\"definitions\":[\"walking-stick; staff\",\"walking stick; staff (literally what is held in hand)\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"mkpà\"]}],\"mkpịsị akā\":[{\"word\":\"mkpịsị akā\",\"wordClass\":\"NNC\",\"definitions\":[\"finger\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"mkpịsī\"]}],\"ǹju āka\":[{\"word\":\"ǹju āka\",\"wordClass\":\"NNC\",\"definitions\":[\"handful\"],\"examples\":[{\"igbo\":\"Tìnye nnu nju akā naàbò n’ime ofe afù\",\"english\":\"Put two handfuls of salt into that soup\"}],\"variations\":[],\"stems\":[\"aka\",\"ǹju\"]}],\"ǹkù akā\":[{\"word\":\"ǹkù akā\",\"wordClass\":\"NNC\",\"definitions\":[\"elbow\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"ǹkù\"]}],\"-nu aka\":[{\"word\":\"-nu aka\",\"wordClass\":\"AV\",\"definitions\":[\"push\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"-nu\"]}],\"-nye aka\":[{\"word\":\"-nye aka\",\"wordClass\":\"AV\",\"definitions\":[\"help; assist; give a helping hand\",\"help; assist; aid (literally give a hand to) Bikō nyè akā Please help Nyèlụ m  aka Help me\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"-nye\"]}],\"nnweju akā\":[{\"word\":\"nnweju akā\",\"wordClass\":\"NNC\",\"definitions\":[\"sufficiency; enough\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\"]}],\"ọbù akā\":[{\"word\":\"ọbù akā\",\"wordClass\":\"NNC\",\"definitions\":[\"palm of hand\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"ọbù  ọbò\"]}],\"òchịchị aka ikē\":[{\"word\":\"òchịchị aka ikē\",\"wordClass\":\"NNC\",\"definitions\":[\"tyranny\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"ike\"]}],\"ọdù akā\":[{\"word\":\"ọdù akā\",\"wordClass\":\"NNC\",\"definitions\":[\"little finger\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"ọdù \"]}],\"ọgwè akā\":[{\"word\":\"ọgwè akā\",\"wordClass\":\"NNC\",\"definitions\":[\"arm\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\"]}],\"ọgwù akā\":[{\"word\":\"ọgwù akā\",\"wordClass\":\"NNC\",\"definitions\":[\"whitlow (on the finger or hand)\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"ọgwù\"]}],\"òtùtù akā\":[{\"word\":\"òtùtù akā\",\"wordClass\":\"AV\",\"definitions\":[\"arm’s length\",\"arm's length\"],\"examples\":[{\"igbo\":\"Ife ofu onyē kètàlù n’ànì e kèlù ǹnyàafù bù òfu òtùtù akā\",\"english\":\"What each person got out of the land which was shared yesterday is one arm's length\"}],\"variations\":[],\"stems\":[\"aka\",\"-tù\"]}],\"-sà aka\":[{\"word\":\"-sà aka\",\"wordClass\":\"AV\",\"definitions\":[\"open the hand\"],\"examples\":[{\"igbo\":\"Sàa akā gị\",\"english\":\"Open your hand(s)\"}],\"variations\":[],\"stems\":[\"aka\",\"-sà\"]}],\"-ti aka\":[{\"word\":\"-ti aka\",\"wordClass\":\"AV\",\"definitions\":[\"strike, beat, with hand\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"-ti\"]}],\"-tinye aka na nni\":[{\"word\":\"-tinye aka na nni\",\"wordClass\":\"AV\",\"definitions\":[\"dine; have meal; dine with (used as an invitation to a friend present during a meal)\"],\"examples\":[{\"igbo\":\"Bikō tìnyelu ānyị aka na nni\",\"english\":\"Please eat with us\"}],\"variations\":[],\"stems\":[\"aka\",\"nni\",\"-ti-\"]}],\"-tị aka\":[{\"word\":\"-tị aka\",\"wordClass\":\"AV\",\"definitions\":[\"stretch hands, fingers; crack the knuckles\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"-tị\"]}],\"-tụkpò aka\":[{\"word\":\"-tụkpò aka\",\"wordClass\":\"AV\",\"definitions\":[\"clasp\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"-tụ\"]}],\"-tụtù aka (ntụtù)\":[{\"word\":\"-tụtù aka (ntụtù)\",\"wordClass\":\"NNC\",\"definitions\":[\"pilfer; pick and steal\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\"]}],\"ụmù akā\":[{\"word\":\"ụmù akā\",\"wordClass\":\"NNC\",\"definitions\":[\"(young) children; babes in arms\",\"(young) children\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"ụmù\"]}],\"-wèni aka\":[{\"word\":\"-wèni aka\",\"wordClass\":\"AV\",\"definitions\":[\"take hand from; raise hand; abandon; leave alone\"],\"examples\":[{\"igbo\":\"Wènie akā gị\",\"english\":\"Hands off! or, Stop being involved\"},{\"igbo\":\"Wènie akā gị n’ànì afù\",\"english\":\"Take your hand off that land or, Have nothing to do with that land any longer or, Abandon the land\"}],\"variations\":[],\"stems\":[\"aka\",\"-wè\"]}],\"-wèni aka enū\":[{\"word\":\"-wèni aka enū\",\"wordClass\":\"AV\",\"definitions\":[\"raise hand\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"enū\",\"-wè\"]}],\"-wèpù aka\":[{\"word\":\"-wèpù aka\",\"wordClass\":\"AV\",\"definitions\":[\"take hands off (e.g. a matter)\"],\"examples\":[{\"igbo\":\"Wepù akā gị\",\"english\":\"Remove your hand\"}],\"variations\":[],\"stems\":[\"aka\",\"-wè\"]}],\"-zo aka\":[{\"word\":\"-zo aka\",\"wordClass\":\"AV\",\"definitions\":[\"point at; point with the hand\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"-zo\"]}],\"-bitè aka\":[{\"word\":\"-bitè aka\",\"wordClass\":\"AV\",\"definitions\":[\"live far away\",\"live for long\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"-bi\"]}],\"-butè aka\":[{\"word\":\"-butè aka\",\"wordClass\":\"AV\",\"definitions\":[\"carry to a great distance\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\",\"-bu\"]}],\"-gatè/jetè aka\":[{\"word\":\"-gatè/jetè aka\",\"wordClass\":\"NNC\",\"definitions\":[\"go far away\"],\"examples\":[],\"variations\":[],\"stems\":[\"aka\"]}],\"-tè aka\":[{\"word\":\"-tè aka\",\"wordClass\":\"AV\",\"definitions\":[\"be distant, far, afar off; be long (in time), remote\"],\"examples\":[{\"igbo\":\"Isī Port Harcourt je Lagos tèlù nnukwu akā\",\"english\":\"To travel from Port Harcourt to Lagos is very far\"}],\"variations\":[],\"stems\":[\"aka\",\"-tè\"]}],\"aka\":[{\"word\":\"aka\",\"wordClass\":\"NNC\",\"definitions\":[\"arm; hand; foreleg; handle; part; portion\",\"length; distance\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"akà\":[{\"word\":\"akà\",\"wordClass\":\"NNC\",\"definitions\":[\"kind of bead worn round neck; necklace; bead worn on wrist by renowned men\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àka Ǹrì\":[{\"word\":\"àka Ǹrì\",\"wordClass\":\"NNC\",\"definitions\":[\"male palace dwarf associated with Ezē Ǹrì\",\"dwarf associated with Nri people\"],\"examples\":[{\"igbo\":\"Ama Ǹrì\",\"english\":\"the Nri village square, believed by many surrounding groups to be a resting place en route to the land of the dead\"},{\"igbo\":\"Ezē Ǹrì\",\"english\":\"the sacred king of Nri\"}],\"variations\":[],\"stems\":[\"àkà\",\"Ǹrì\"]}],\"àkǎ à\":[{\"word\":\"àkǎ à\",\"wordClass\":\"NNC\",\"definitions\":[\"last year; old times; days of old\"],\"examples\":[],\"variations\":[\"àkà afù\"],\"stems\":[\"àkà\"]}],\"àkà\":[{\"word\":\"àkà\",\"wordClass\":\"NNC\",\"definitions\":[\"dwarf; midget (compare àkàkpò)\",\"year\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"àkà nwa ǹtùgbu\":[{\"word\":\"àkà nwa ǹtùgbu\",\"wordClass\":\"NNC\",\"definitions\":[\"insect seen on unscrubbed mud floors\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkà \"]}],\"àkà \":[{\"word\":\"àkà \",\"wordClass\":\"NNC\",\"definitions\":[\"jigger; animal tick\"],\"examples\":[],\"variations\":[\"òkà\"],\"stems\":null}],\"akàbò\":[{\"word\":\"akàbò\",\"wordClass\":\"NNC\",\"definitions\":[\"pangolin, whose skin is used for medicine\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-me àkàjè\":[{\"word\":\"-me àkàjè\",\"wordClass\":\"AV\",\"definitions\":[\"humiliate; disgrace\"],\"examples\":[{\"igbo\":\"Ọ bụlụ nà nwokē afù àbịazie ebe à òzọ ànyị gà-ème yā àkàjè\",\"english\":\"If that man dares come here again we shall humiliate him\"}],\"variations\":[],\"stems\":[\"àkàjè\",\"-me\"]}],\"àkàjè\":[{\"word\":\"àkàjè\",\"wordClass\":\"NNC\",\"definitions\":[\"mockery; humiliation\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-dà àkàkpò\":[{\"word\":\"-dà àkàkpò\",\"wordClass\":\"AV\",\"definitions\":[\"be stunted in growth\",\"be stunted (of person)\"],\"examples\":[{\"igbo\":\"Ọ dàlù àkàkpò\",\"english\":\"He is stunted in growth\"}],\"variations\":[],\"stems\":[\"àkàkpò\",\"-dà\"]}],\"nwa àkàkpò\":[{\"word\":\"nwa àkàkpò\",\"wordClass\":\"NNC\",\"definitions\":[\"dwarf; stunted person\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkàkpò\",\"ǹnwa\"]}],\"-sù àkàkpò\":[{\"word\":\"-sù àkàkpò\",\"wordClass\":\"AV\",\"definitions\":[\"be stunted in growth\",\"be stunted in growth (= -dà àkàkpò)\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkàkpò\",\"-sù\"]}],\"àkàkpò\":[{\"word\":\"àkàkpò\",\"wordClass\":\"NNC\",\"definitions\":[\"person (usually child) of stunted growth; underdeveloped person (usually child or young person); dwarf (compare àkà 1.)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kà akàlà\":[{\"word\":\"-kà akàlà\",\"wordClass\":\"AV\",\"definitions\":[\"draw a line\",\"draw a line, mark\"],\"examples\":[],\"variations\":[],\"stems\":[\"akàlà\",\"-kà\"]}],\"akàlà ọkwā\":[{\"word\":\"akàlà ọkwā\",\"wordClass\":\"NNC\",\"definitions\":[\"insignia of office\"],\"examples\":[],\"variations\":[],\"stems\":[\"akàlà\",\"ọkwa\"]}],\"akàlà\":[{\"word\":\"akàlà\",\"wordClass\":\"NNC\",\"definitions\":[\"sign; mark; cut; footprint\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àkàlà\":[{\"word\":\"àkàlà\",\"wordClass\":\"NNC\",\"definitions\":[\"cake made of beans (derived from Yoruba àkàrà)\"],\"examples\":[],\"variations\":[\"àkàrà\"],\"stems\":null}],\"-gbe àkàmù\":[{\"word\":\"-gbe àkàmù\",\"wordClass\":\"NNC\",\"definitions\":[\"mix, prepare liquid pap\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkàmù\"]}],\"àkàmù\":[{\"word\":\"àkàmù\",\"wordClass\":\"NNC\",\"definitions\":[\"guinea corn gruel; hot pap (? Hausa)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àkanwụ\":[{\"word\":\"àkanwụ\",\"wordClass\":\"NNC\",\"definitions\":[\"potash (Hausa kanwaa)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-do àkanya\":[{\"word\":\"-do àkanya\",\"wordClass\":\"NNC\",\"definitions\":[\"make thatch\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkanya\"]}],\"-tụ àkanya\":[{\"word\":\"-tụ àkanya\",\"wordClass\":\"AV\",\"definitions\":[\"build thatch roof; build thatch-roofed house\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkanya\",\"-tụ\"]}],\"-tụ ụnō akanya\":[{\"word\":\"-tụ ụnō akanya\",\"wordClass\":\"NNC\",\"definitions\":[\"build thatch-roofed house\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkanya\"]}],\"àkanya\":[{\"word\":\"àkanya\",\"wordClass\":\"NNC\",\"definitions\":[\"thatching mats made of ngwò leaves\"],\"examples\":[],\"variations\":[\"àkanyị\"],\"stems\":null}],\"àkàrà\":[{\"word\":\"àkàrà\",\"wordClass\":\"\",\"definitions\":[\"see akàlà\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àkàsì\":[{\"word\":\"àkàsì\",\"wordClass\":\"NNC\",\"definitions\":[\"common type of cocoyam (compare edè)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àkàtaàkà\":[{\"word\":\"àkàtaàkà\",\"wordClass\":\"NNC\",\"definitions\":[\"masquerade with a large head\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àkàtàkpo\":[{\"word\":\"àkàtàkpo\",\"wordClass\":\"NNC\",\"definitions\":[\"great person (used as a praise-name\"],\"examples\":[{\"igbo\":\"Ọ bù àkàtàkpo mmadù\",\"english\":\"He is a great person\"}],\"variations\":[],\"stems\":null}],\"àkèle\":[{\"word\":\"àkèle\",\"wordClass\":\"NNC\",\"definitions\":[\"frog whose cry is a sign of the annual flood of the Niger\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-tụ (unò) akịlịka\":[{\"word\":\"-tụ (unò) akịlịka\",\"wordClass\":\"NNC\",\"definitions\":[\"build grass-roofed house\"],\"examples\":[],\"variations\":[],\"stems\":[\"akịlịka\"]}],\"akịlịka\":[{\"word\":\"akịlịka\",\"wordClass\":\"NNC\",\"definitions\":[\"dry grass; grass for thatching; dry palm fronds\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-tù àkịkà\":[{\"word\":\"-tù àkịkà\",\"wordClass\":\"AV\",\"definitions\":[\"be spotted\",\"cause (pattern on)\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkịkà\",\"-tù\"]}],\"àkịkà\":[{\"word\":\"àkịkà\",\"wordClass\":\"NNC\",\"definitions\":[\"termite\",\"pattern of spots\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"akịkọ\":[{\"word\":\"akịkọ\",\"wordClass\":\"\",\"definitions\":[\"see akụkọ\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"akìlịkō\":[{\"word\":\"akìlịkō\",\"wordClass\":\"NNC\",\"definitions\":[\"peeling or scraping of roasted yam; food burnt in cooking\",\"dry yam plant (external stem which looks like rope and which when twined into a bundle resembles a sponge, sometimes used for hard scrubbing)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àkọ nà uchè\":[{\"word\":\"àkọ nà uchè\",\"wordClass\":\"NNC\",\"definitions\":[\"intelligence; mind\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkọ\",\"uchè\"]}],\"-nwe àkọ\":[{\"word\":\"-nwe àkọ\",\"wordClass\":\"NNC\",\"definitions\":[\"be intelligent\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkọ\"]}],\"-nwe àkọ nà uchè\":[{\"word\":\"-nwe àkọ nà uchè\",\"wordClass\":\"NNC\",\"definitions\":[\"be sensible, intelligent\"],\"examples\":[{\"igbo\":\"Nwaàmàlùbịa nwèlù nnukwu ākọ nà uchè\",\"english\":\"Nwaamalụbịa is very intelligent (or sensible)\"}],\"variations\":[],\"stems\":[\"àkọ\"]}],\"àkọ\":[{\"word\":\"àkọ\",\"wordClass\":\"NNC\",\"definitions\":[\"sense\",\"food prepared from ground maize for feasts\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"àkọlọ\":[{\"word\":\"àkọlọ\",\"wordClass\":\"NNC\",\"definitions\":[\"dry (land)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àkọlō\":[{\"word\":\"àkọlō\",\"wordClass\":\"\",\"definitions\":[\"see àkụlō\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"akòm\":[{\"word\":\"akòm\",\"wordClass\":\"NNC\",\"definitions\":[\"fever; malaria; jaundice (compare ịbà)\"],\"examples\":[],\"variations\":[\"akùm\"],\"stems\":null}],\"àkọmọọnū\":[{\"word\":\"àkọmọọnū\",\"wordClass\":\"NNC\",\"definitions\":[\"abuse; vituperation\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"akūlu\":[{\"word\":\"akūlu\",\"wordClass\":\"NNC\",\"definitions\":[\"plant with tiny thorns which yields strings, used to tie up seed-yams or to make àkwalī B.\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kù àkùpè\":[{\"word\":\"-kù àkùpè\",\"wordClass\":\"AV\",\"definitions\":[\"fan\"],\"examples\":[{\"igbo\":\"Fa nà-ekù mmūọ fa àkùpè\",\"english\":\"They are fanning their masquerade\"}],\"variations\":[],\"stems\":[\"àkùpè\",\"-kù\"]}],\"àkùpè\":[{\"word\":\"àkùpè\",\"wordClass\":\"NNC\",\"definitions\":[\"fan\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"akụ mmili igwē\":[{\"word\":\"akụ mmili igwē\",\"wordClass\":\"NNC\",\"definitions\":[\"hail\"],\"examples\":[],\"variations\":[],\"stems\":[\"akụ\",\"mmilī\"]}],\"akụ oyìbo\":[{\"word\":\"akụ oyìbo\",\"wordClass\":\"NNC\",\"definitions\":[\"coconut\"],\"examples\":[],\"variations\":[],\"stems\":[\"akụ\"]}],\"akụ ùtùtọlō\":[{\"word\":\"akụ ùtùtọlō\",\"wordClass\":\"NNC\",\"definitions\":[\"kernels of unripe palm fruits (usually white)\"],\"examples\":[],\"variations\":[],\"stems\":[\"akụ\"]}],\"ichèlè akū\":[{\"word\":\"ichèlè akū\",\"wordClass\":\"NNC\",\"definitions\":[\"shells of palm kernels\"],\"examples\":[],\"variations\":[],\"stems\":[\"akụ\",\"ichèlè\"]}],\"-kpa akụ\":[{\"word\":\"-kpa akụ\",\"wordClass\":\"NNC\",\"definitions\":[\"search for palm kernels at the farm (usually of children)\",\"B. play a board game like draughts\"],\"examples\":[],\"variations\":[],\"stems\":[\"akụ\"]}],\"mkpa akū\":[{\"word\":\"mkpa akū\",\"wordClass\":\"NNC\",\"definitions\":[\"the search for kernels\"],\"examples\":[],\"variations\":[],\"stems\":[\"akụ\"]}],\"mkpụlụ akū\":[{\"word\":\"mkpụlụ akū\",\"wordClass\":\"NNC\",\"definitions\":[\"palm kernel\"],\"examples\":[],\"variations\":[],\"stems\":[\"akụ\",\"mkpụlū\"]}],\"-ta akụ\":[{\"word\":\"-ta akụ\",\"wordClass\":\"AV\",\"definitions\":[\"be dried, without juice, as of some fruits and tubers; non- succulent\",\"be dried, without juice, non-succulent (of fruits or tubers)\"],\"examples\":[],\"variations\":[],\"stems\":[\"akụ\",\"-ta\"]}],\"ùde akū\":[{\"word\":\"ùde akū\",\"wordClass\":\"NNC\",\"definitions\":[\"palm kernel oil\"],\"examples\":[],\"variations\":[],\"stems\":[\"akụ\",\"ùde\"]}],\"-gba akụ\":[{\"word\":\"-gba akụ\",\"wordClass\":\"AV\",\"definitions\":[\"grow pubic hair\"],\"examples\":[],\"variations\":[],\"stems\":[\"akụ\",\"-gba\"]}],\"akụ\":[{\"word\":\"akụ\",\"wordClass\":\"NNC\",\"definitions\":[\"palm kernel\",\"pubic hair\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"àkpa ākụ\":[{\"word\":\"àkpa ākụ\",\"wordClass\":\"NNC\",\"definitions\":[\"quiver\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkụ\",\"àkpà\"]}],\"àkụ\":[{\"word\":\"àkụ\",\"wordClass\":\"NNC\",\"definitions\":[\"arrow\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-li àkù\":[{\"word\":\"-li àkù\",\"wordClass\":\"AV\",\"definitions\":[\"inherit wealth\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkù\",\"-li\"]}],\"òli àkù\":[{\"word\":\"òli àkù\",\"wordClass\":\"AV\",\"definitions\":[\"(loved) wife; heir; inheritor\",\"(beloved) wife (literally devourer of wealth)\"],\"examples\":[{\"igbo\":\"Ndùbụezè nà òliàkù ya nà-àbịa\",\"english\":\"Ndụbụeze and his wife are coming\"}],\"variations\":[],\"stems\":[\"àkù\",\"-li\",\"òli\"]}],\"-kpata àkù\":[{\"word\":\"-kpata àkù\",\"wordClass\":\"AV\",\"definitions\":[\"acquire wealth\",\"amass wealth\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkù\",\"-kpa\"]}],\"unō àkù\":[{\"word\":\"unō àkù\",\"wordClass\":\"NNC\",\"definitions\":[\"bank; departmental store; trading post\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkù\"]}],\"àkù\":[{\"word\":\"àkù\",\"wordClass\":\"NNC\",\"definitions\":[\"wealth; riches\",\"winged termite (edible)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-kọ akụkọ\":[{\"word\":\"-kọ akụkọ\",\"wordClass\":\"AV\",\"definitions\":[\"tell a story; give news\"],\"examples\":[],\"variations\":[],\"stems\":[\"akụkọ\",\"-kọ\"]}],\"akụkọ irò\":[{\"word\":\"akụkọ irò\",\"wordClass\":\"NNC\",\"definitions\":[\"fable; myth\",\"true narrative; history (as opposed to akụkọ irò)\"],\"examples\":[],\"variations\":[],\"stems\":[\"akụkọ\",\"irò\"]}],\"akụkọ\":[{\"word\":\"akụkọ\",\"wordClass\":\"NNC\",\"definitions\":[\"story (in general)\"],\"examples\":[],\"variations\":[\"akịkọ\"],\"stems\":null}],\"n’akùkù\":[{\"word\":\"n’akùkù\",\"wordClass\":\"NNC\",\"definitions\":[\"beside\"],\"examples\":[],\"variations\":[],\"stems\":[\"akùkù\"]}],\"akùkù\":[{\"word\":\"akùkù\",\"wordClass\":\"NNC\",\"definitions\":[\"side; part; locality\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àkùkù ọfụū\":[{\"word\":\"àkùkù ọfụū\",\"wordClass\":\"NNC\",\"definitions\":[\"new piece of slang\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkùkù\",\"ọfụū\"]}],\"-kụ àkùkù\":[{\"word\":\"-kụ àkùkù\",\"wordClass\":\"NNC\",\"definitions\":[\"say slang word\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkùkù\"]}],\"àkùkù\":[{\"word\":\"àkùkù\",\"wordClass\":\"NNC\",\"definitions\":[\"slang\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àkụlō\":[{\"word\":\"àkụlō\",\"wordClass\":\"NNC\",\"definitions\":[\"plant (Selaginella)\"],\"examples\":[],\"variations\":[\"àkọlō\"],\"stems\":null}],\"akùm\":[{\"word\":\"akùm\",\"wordClass\":\"\",\"definitions\":[\"see akòm\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"akpà\":[{\"word\":\"akpà\",\"wordClass\":\"NNC\",\"definitions\":[\"strip iron used to strengthen a mud building and join timbers\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àkpa āgbụgbọ\":[{\"word\":\"àkpa āgbụgbọ\",\"wordClass\":\"NNC\",\"definitions\":[\"grub usually found in a decaying compost heap\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkpa\"]}],\"àkpa nkwū\":[{\"word\":\"àkpa nkwū\",\"wordClass\":\"NNC\",\"definitions\":[\"grub found on palm tree and in decaying palm tree trunk (literally palm tree grub)\",\"palm fronds; long broom of palm fronds\",\"grub found on palm tree and in decaying palm trunk\",\"palm fronds; long broom prepared from palm fronds, used for sweeping outside\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkpa\",\"nkwụ\"]}],\"oke ākpa\":[{\"word\":\"oke ākpa\",\"wordClass\":\"NNC\",\"definitions\":[\"long broom of palm fronds\",\"large broom (for outdoor sweeping) (= ǹzìzà)\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkpa\",\"oke\"]}],\"àkpa\":[{\"word\":\"àkpa\",\"wordClass\":\"NNC\",\"definitions\":[\"grub such as found in compost heap or decaying palm tree\",\"living or dead palm fronds; long broom prepared from palm fronds, used for sweeping outside\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"àkpà egō\":[{\"word\":\"àkpà egō\",\"wordClass\":\"NNC\",\"definitions\":[\"purse\",\"24,000 cowries (= 20 akwà)\",\"a hundred pounds\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkpà\",\"egō\"]}],\"àkpàkwùlù\":[{\"word\":\"àkpàkwùlù\",\"wordClass\":\"NNC\",\"definitions\":[\"stomach\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkpà\"]}],\"àkpà nnwā\":[{\"word\":\"àkpà nnwā\",\"wordClass\":\"NNC\",\"definitions\":[\"womb; uterus\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkpà\",\"ǹnwa\"]}],\"àkpà nnwammīli\":[{\"word\":\"àkpà nnwammīli\",\"wordClass\":\"NNC\",\"definitions\":[\"bladder\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkpà\"]}],\"àkpà ọjī\":[{\"word\":\"àkpà ọjī\",\"wordClass\":\"NNC\",\"definitions\":[\"pod of kolanut\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkpà\",\"ọjị\"]}],\"àkpà uchè\":[{\"word\":\"àkpà uchè\",\"wordClass\":\"NNC\",\"definitions\":[\"mind; memory\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkpà\",\"uchè\"]}],\"àkpà ụkwalà\":[{\"word\":\"àkpà ụkwalà\",\"wordClass\":\"NNC\",\"definitions\":[\"asthma\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkpà\",\"ụkwalà\"]}],\"àkpà anwū\":[{\"word\":\"àkpà anwū\",\"wordClass\":\"NNC\",\"definitions\":[\"bees’ nest\",\"beehive\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkpà\",\"anwū\"]}],\"àkpa èbù\":[{\"word\":\"àkpa èbù\",\"wordClass\":\"NNC\",\"definitions\":[\"wasps’ nest\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkpà\"]}],\"àkpà\":[{\"word\":\"àkpà\",\"wordClass\":\"NNC\",\"definitions\":[\"bag; sack; container\",\"nest (of bees or wasps)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"àkpaka ụzū\":[{\"word\":\"àkpaka ụzū\",\"wordClass\":\"NNC\",\"definitions\":[\"log of wood on which the blacksmith’s anvil is set. It is buried in the ground with raffia fibres forming the base so that the log of wood jumps when the iron is hit by the blacksmith. This lightens the jarring of the hammer on the blacksmith’s hand\",\"log of wood on which blacksmith's anvil is set (see àkpaka)\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkpaka\",\"ụzụ\"]}],\"àkpaka\":[{\"word\":\"àkpaka\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"akpàlàtà\":[{\"word\":\"akpàlàtà\",\"wordClass\":\"NNC\",\"definitions\":[\"long bamboo frame for carrying load; stretcher for sick person\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"akpàlataā\":[{\"word\":\"akpàlataā\",\"wordClass\":\"NNC\",\"definitions\":[\"tree whose seed is used in making soup (Afzelia africana)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àkpammānụ\":[{\"word\":\"àkpammānụ\",\"wordClass\":\"NNC\",\"definitions\":[\"yellow; brown\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àkpanā\":[{\"word\":\"àkpanā\",\"wordClass\":\"NNC\",\"definitions\":[\"dung of fowls and birds\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àkpànì\":[{\"word\":\"àkpànì\",\"wordClass\":\"NNC\",\"definitions\":[\"used in -tụ àkpànì be bellicose, pugnacious\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àkpàràjà\":[{\"word\":\"àkpàràjà\",\"wordClass\":\"NNC\",\"definitions\":[\"(fig.) someone who can behave badly because he is protected at a higher level\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"akpata\":[{\"word\":\"akpata\",\"wordClass\":\"NNC\",\"definitions\":[\"shelf for storing\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"akpàtì ozū\":[{\"word\":\"akpàtì ozū\",\"wordClass\":\"NNC\",\"definitions\":[\"coffin\"],\"examples\":[],\"variations\":[],\"stems\":[\"akpàtì\",\"ozu\"]}],\"akpàtì\":[{\"word\":\"akpàtì\",\"wordClass\":\"NNC\",\"definitions\":[\"box\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àkpelè\":[{\"word\":\"àkpelè\",\"wordClass\":\"NNC\",\"definitions\":[\"trumpet; horn\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"akpì\":[{\"word\":\"akpì\",\"wordClass\":\"NNC\",\"definitions\":[\"scorpion (compare òdogwu òzàlà)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àkpị\":[{\"word\":\"àkpị\",\"wordClass\":\"NNC\",\"definitions\":[\"tick; bedbug\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"(àkpịlī) -gù\":[{\"word\":\"(àkpịlī) -gù\",\"wordClass\":\"AV\",\"definitions\":[\"lose voice (as a result of excessive straining of the voice resulting from long speech or cold)\"],\"examples\":[{\"igbo\":\"Àkpịlī`gùlù m\",\"english\":\"I have lost my voice\"}],\"variations\":[],\"stems\":[\"àkpịlī\",\"-gù\"]}],\"amāafịa ǹtùtọ ākpịlị\":[{\"word\":\"amāafịa ǹtùtọ ākpịlị\",\"wordClass\":\"NNC\",\"definitions\":[\"sore throat\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkpịlī\"]}],\"-gù àkpịlī\":[{\"word\":\"-gù àkpịlī\",\"wordClass\":\"NNC\",\"definitions\":[\"make to lose voice\"],\"examples\":[{\"igbo\":\"Ukwalà gùlù m àkpịlī\",\"english\":\"A cough has taken away my voice\"}],\"variations\":[],\"stems\":[\"àkpịlī\"]}],\"òpu ākpịlị\":[{\"word\":\"òpu ākpịlị\",\"wordClass\":\"NNC\",\"definitions\":[\"goitre\",\"desire; greed; lust\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkpịlī\"]}],\"àkpịlī ịkpō nkụ\":[{\"word\":\"àkpịlī ịkpō nkụ\",\"wordClass\":\"NNC\",\"definitions\":[\"intense thirst\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkpịlī\"]}],\"-dọ àkpịlī\":[{\"word\":\"-dọ àkpịlī\",\"wordClass\":\"NNC\",\"definitions\":[\"long after\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkpịlī\"]}],\"-to àkpịlī\":[{\"word\":\"-to àkpịlī\",\"wordClass\":\"NNC\",\"definitions\":[\"delight; appeal to; also specifically used to refer to practice by some children who gaze steadily at person eating or holding eatable thing which greatly appeals to them\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkpịlī\"]}],\"àkpịlī\":[{\"word\":\"àkpịlī\",\"wordClass\":\"NNC\",\"definitions\":[\"throat\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"akpìlịkpā\":[{\"word\":\"akpìlịkpā\",\"wordClass\":\"NNC\",\"definitions\":[\"scale of fish\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"sò òfu akpō\":[{\"word\":\"sò òfu akpō\",\"wordClass\":\"NNC\",\"definitions\":[\"once only; once for all\"],\"examples\":[],\"variations\":[],\"stems\":[\"akpo\",\"òfu\"]}],\"akpo\":[{\"word\":\"akpo\",\"wordClass\":\"NNC\",\"definitions\":[\"round; number of times\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àkpo\":[{\"word\":\"àkpo\",\"wordClass\":\"NNC\",\"definitions\":[\"soft palate; (more generally) roof of the mouth\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"akpụ àpàlàpà\":[{\"word\":\"akpụ àpàlàpà\",\"wordClass\":\"NNC\",\"definitions\":[\"raw fufu (sieved and ready for cooking)\"],\"examples\":[],\"variations\":[],\"stems\":[\"àpàlàpà\"]}],\"àpìlàpì\":[{\"word\":\"àpìlàpì\",\"wordClass\":\"\",\"definitions\":[\"see àpàlàpà\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"akpụ ǹkòlò\":[{\"word\":\"akpụ ǹkòlò\",\"wordClass\":\"NNC\",\"definitions\":[\"shredded cassava; raw or pounded fufu; archaic name loosely used for cassava generally\"],\"examples\":[],\"variations\":[],\"stems\":[\"akpụ\"]}],\"-gbunye akpụ\":[{\"word\":\"-gbunye akpụ\",\"wordClass\":\"AV\",\"definitions\":[\"steep, soak cassava in water\"],\"examples\":[],\"variations\":[],\"stems\":[\"akpụ\",\"-gbu\"]}],\"-kwọ akpụ\":[{\"word\":\"-kwọ akpụ\",\"wordClass\":\"NNC\",\"definitions\":[\"grate cassava; make gari\",\"grate cassava; make gari Ọ nà-àkwọ akpụ ọ gà-ejì ghe gàlị She is grating the cassava with which she is going to make farina\"],\"examples\":[],\"variations\":[],\"stems\":[\"akpụ\",\"-kwọ\"]}],\"òdọ akpū\":[{\"word\":\"òdọ akpū\",\"wordClass\":\"NNC\",\"definitions\":[\"cassava, raw fufu stalls - a section of the market where cassava, raw fufu, is displayed for sale\",\"area full of cassava-farms\"],\"examples\":[],\"variations\":[],\"stems\":[\"akpụ\",\"òdọ\"]}],\"òwu akpū\":[{\"word\":\"òwu akpū\",\"wordClass\":\"NNC\",\"definitions\":[\"kapok\",\"kapok from akpụ tree\"],\"examples\":[],\"variations\":[],\"stems\":[\"akpụ\",\"òwu\"]}],\"ùlume akpū\":[{\"word\":\"ùlume akpū\",\"wordClass\":\"NNC\",\"definitions\":[\"kapok\"],\"examples\":[],\"variations\":[],\"stems\":[\"akpụ\",\"ùlumē\"]}],\"akpụ\":[{\"word\":\"akpụ\",\"wordClass\":\"NNC\",\"definitions\":[\"cassava; cassava starch; fufu (raw and pounded)\",\"cottonwood; silk cotton tree (Ceiba pentandra (Linn.) Gaertn.), found at Agwù shrine\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"akpū jī\":[{\"word\":\"akpū jī\",\"wordClass\":\"NNC\",\"definitions\":[\"2nd yam for replanting. At the beginning of yam harvest, the first yams harvested are not quite as firm as those harvested at the end, so some early harvested yams when dug up are not completely rooted out from the soil; the tuber is carefully cut leaving the very tip of the head and the roots in the soil. These are properly covered back in the soil. By the end of the yam harvest these are harvested together with the remaining yams. By this time the small piece of the yam left with the tip of the head of the yam in the soil has grown more yam\"],\"examples\":[],\"variations\":[],\"stems\":[\"akpù\"]}],\"akpǔ jī\":[{\"word\":\"akpǔ jī\",\"wordClass\":\"NNC\",\"definitions\":[\"2nd yam for replanting. At the beginning of yam harvest, the first yams harvested are not quite as firm as those harvested at the end, so some early harvested yams when dug up are not completely rooted out from the soil; the tuber is carefully cut leaving the very tip of the head and the roots in the soil. These are properly covered back in the soil. By the end of the yam harvest these are harvested together with the remaining yams. By this time the small piece of the yam left with the tip of the head of the yam in the soil has grown more yam\"],\"examples\":[],\"variations\":[],\"stems\":[\"akpù\"]}],\"akpù onū\":[{\"word\":\"akpù onū\",\"wordClass\":\"NNC\",\"definitions\":[\"goitre\"],\"examples\":[],\"variations\":[],\"stems\":[\"akpù\",\"onu\"]}],\"akpù ụkwū\":[{\"word\":\"akpù ụkwū\",\"wordClass\":\"NNC\",\"definitions\":[\"thigh muscle\"],\"examples\":[],\"variations\":[],\"stems\":[\"akpù\",\"ụkwụ\"]}],\"-wụ akpù\":[{\"word\":\"-wụ akpù\",\"wordClass\":\"AV\",\"definitions\":[\"extract, excise tumour\",\"cut, excise a tumour, growth\"],\"examples\":[],\"variations\":[],\"stems\":[\"akpù\",\"-wụ\"]}],\"akpù\":[{\"word\":\"akpù\",\"wordClass\":\"NNC\",\"definitions\":[\"knot; lump; cyst; hump (compare òkpù)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"(akpụkpa) -ta\":[{\"word\":\"(akpụkpa) -ta\",\"wordClass\":\"NNC\",\"definitions\":[\"attack (of crawcraw)\"],\"examples\":[{\"igbo\":\"Akpụkpa nà-àta Azụbūògù\",\"english\":\"Azụbụọgụ has crawcraw\"}],\"variations\":[],\"stems\":[\"akpụkpa\"]}],\"-ta akpụkpa\":[{\"word\":\"-ta akpụkpa\",\"wordClass\":\"AV\",\"definitions\":[\"cause crawcraw\"],\"examples\":[{\"igbo\":\"Nnu òchàǹjà nà-àta akpụkpa\",\"english\":\"Ọchanja salt causes crawcraw\"}],\"variations\":[],\"stems\":[\"akpụkpa\",\"-ta\"]}],\"akpụkpa\":[{\"word\":\"akpụkpa\",\"wordClass\":\"NNC\",\"definitions\":[\"crawcraw\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"akpụkpọ ụkwū\":[{\"word\":\"akpụkpọ ụkwū\",\"wordClass\":\"NNC\",\"definitions\":[\"boot; shoe; sandal\"],\"examples\":[],\"variations\":[],\"stems\":[\"akpụkpọ\",\"ụkwụ\"]}],\"-gba akpụkpọ\":[{\"word\":\"-gba akpụkpọ\",\"wordClass\":\"AV\",\"definitions\":[\"flay\"],\"examples\":[],\"variations\":[],\"stems\":[\"akpụkpọ\",\"-gba\"]}],\"-yi akpụkpọ ụkwū\":[{\"word\":\"-yi akpụkpọ ụkwū\",\"wordClass\":\"AV\",\"definitions\":[\"wear shoes\"],\"examples\":[],\"variations\":[],\"stems\":[\"akpụkpọ\",\"ụkwụ\",\"-yi\"]}],\"akpụkpọ\":[{\"word\":\"akpụkpọ\",\"wordClass\":\"NNC\",\"definitions\":[\"skin; leather; hide\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"akpụkpụ\":[{\"word\":\"akpụkpụ\",\"wordClass\":\"NNC\",\"definitions\":[\"crumbs (of pounded food)\"],\"examples\":[{\"igbo\":\"Proverb Akpụkpụ ikwè ka nne nnī, ònye nwē nni ebulukwọ nnī ya\",\"english\":\"(Lit. If crumbs of pounded food tend to be larger than the main food, the owner of the food will take back his food [in annoyance, discontinuing the pounding])\"}],\"variations\":[],\"stems\":null}],\"akpùlụ\":[{\"word\":\"akpùlụ\",\"wordClass\":\"NNC\",\"definitions\":[\"droppings, dung, of animals (the kind that is rolled in small balls, made especially by goats)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"akpùlù ekwē\":[{\"word\":\"akpùlù ekwē\",\"wordClass\":\"NNC\",\"definitions\":[\"unsplit cane\"],\"examples\":[],\"variations\":[],\"stems\":[\"akpùlù\",\"ekwe\"]}],\"akpùlù\":[{\"word\":\"akpùlù\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"akwa àlìlì\":[{\"word\":\"akwa àlìlì\",\"wordClass\":\"NNC\",\"definitions\":[\"weeping over personal tragedy or misfortune, e.g. death of one’s dear one; unnatural misfortune, e.g. thrashing by one’s child or lover\"],\"examples\":[{\"igbo\":\"Onye m bù n’obì àrapụgo m wèlụ naba, akwa àlìlì ègbue m#\",\"english\":\"My sweetheart has left me and died, I am dying of a broken heart\"}],\"variations\":[],\"stems\":[\"akwa\"]}],\"akwa nnī\":[{\"word\":\"akwa nnī\",\"wordClass\":\"NNC\",\"definitions\":[\"greediness; lack of hospitality (literally crying for food)\",\"stinginess over food\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwa\",\"nni\"]}],\"àkwamozu\":[{\"word\":\"àkwamozu\",\"wordClass\":\"AV\",\"definitions\":[\"funeral ceremony\",\"funeral ceremony Ànyị gà-èje ākwamozu echi We shall attend a funeral ceremony tomorrow\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwa\"]}],\"-be akwa\":[{\"word\":\"-be akwa\",\"wordClass\":\"AV\",\"definitions\":[\"cry\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwa\",\"-be\"]}],\"-chì akwa\":[{\"word\":\"-chì akwa\",\"wordClass\":\"AV\",\"definitions\":[\"cry very much; sob (harder than -kwa akwa)\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwa\",\"-chì\"]}],\"òchìchì akwā\":[{\"word\":\"òchìchì akwā\",\"wordClass\":\"AV\",\"definitions\":[\"hard sobbing\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwa\",\"-chì\"]}],\"-gò akwa\":[{\"word\":\"-gò akwa\",\"wordClass\":\"AV\",\"definitions\":[\"bewail; lament\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwa\",\"-gò\"]}],\"-kwa akwa\":[{\"word\":\"-kwa akwa\",\"wordClass\":\"AV\",\"definitions\":[\"cry; weep; lament\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwa\",\"-kwa\"]}],\"-mìkpọ akwa\":[{\"word\":\"-mìkpọ akwa\",\"wordClass\":\"AV\",\"definitions\":[\"burst out crying\",\"sob\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwa\",\"-mì\"]}],\"-sù mbimbi akwā\":[{\"word\":\"-sù mbimbi akwā\",\"wordClass\":\"AV\",\"definitions\":[\"sob\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwa\",\"-sù\"]}],\"-tipu akwa\":[{\"word\":\"-tipu akwa\",\"wordClass\":\"AV\",\"definitions\":[\"burst out crying\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwa\",\"-ti\"]}],\"akwa\":[{\"word\":\"akwa\",\"wordClass\":\"NNC\",\"definitions\":[\"cry; weeping\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"akwà ajì\":[{\"word\":\"akwà ajì\",\"wordClass\":\"NNC\",\"definitions\":[\"native woven cloth, very thick, rough and coarse\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwà\"]}],\"akwà mgbòchi\":[{\"word\":\"akwà mgbòchi\",\"wordClass\":\"AV\",\"definitions\":[\"curtain\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwà\",\"-gbò\"]}],\"akwà mmīli\":[{\"word\":\"akwà mmīli\",\"wordClass\":\"NNC\",\"definitions\":[\"rain-coat\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwà\"]}],\"akwà oyī\":[{\"word\":\"akwà oyī\",\"wordClass\":\"NNC\",\"definitions\":[\"blanket\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwà\",\"oyī\"]}],\"akwā ōmụma\":[{\"word\":\"akwā ōmụma\",\"wordClass\":\"AV\",\"definitions\":[\"blanket; wrapper\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwà\",\"-ma\"]}],\"akwā ùfùfè\":[{\"word\":\"akwā ùfùfè\",\"wordClass\":\"AV\",\"definitions\":[\"sail\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwà\",\"-fe\"]}],\"akwā ūru\":[{\"word\":\"akwā ūru\",\"wordClass\":\"NNC\",\"definitions\":[\"mourning garment (usually of black cloth); sackcloth\",\"sackcloth; mourning garment (usually black)\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwà\",\"ùru\"]}],\"akwà ụjū\":[{\"word\":\"akwà ụjū\",\"wordClass\":\"NNC\",\"definitions\":[\"black cloth worn by mourners\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwà\",\"ụjū\"]}],\"-chì akwà\":[{\"word\":\"-chì akwà\",\"wordClass\":\"NNC\",\"definitions\":[\"scrub cloth\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwà\",\"-chì\"]}],\"-de akwà\":[{\"word\":\"-de akwà\",\"wordClass\":\"AV\",\"definitions\":[\"iron clothes\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwà\",\"-de\"]}],\"-gbasà akwà\":[{\"word\":\"-gbasà akwà\",\"wordClass\":\"AV\",\"definitions\":[\"spread cloth\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwà\",\"-gba\"]}],\"-gbò akwà\":[{\"word\":\"-gbò akwà\",\"wordClass\":\"AV\",\"definitions\":[\"cover with cloth\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwà\",\"-gbò\"]}],\"igwu akwà\":[{\"word\":\"igwu akwà\",\"wordClass\":\"NNC\",\"definitions\":[\"cloth-louse\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwà\",\"igwu\"]}],\"-jelụ akwà\":[{\"word\":\"-jelụ akwà\",\"wordClass\":\"AV\",\"definitions\":[\"put on clothes; gird\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwà\",\"-je\"]}],\"-kowàsị akwà\":[{\"word\":\"-kowàsị akwà\",\"wordClass\":\"NNC\",\"definitions\":[\"wrap a cloth about the body\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwà\"]}],\"-kpà akwà\":[{\"word\":\"-kpà akwà\",\"wordClass\":\"AV\",\"definitions\":[\"weave cloth\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwà\",\"-kpà\"]}],\"-kpù akwà\":[{\"word\":\"-kpù akwà\",\"wordClass\":\"AV\",\"definitions\":[\"cover the body with cloth\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwà\",\"-kpù\"]}],\"-kpupù akwà\":[{\"word\":\"-kpupù akwà\",\"wordClass\":\"NNC\",\"definitions\":[\"take off coverlet\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwà\"]}],\"-kwe akwà\":[{\"word\":\"-kwe akwà\",\"wordClass\":\"AV\",\"definitions\":[\"weave cloth (usually with hand-loom)\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwà\",\"-kwe\"]}],\"-ma akwà\":[{\"word\":\"-ma akwà\",\"wordClass\":\"AV\",\"definitions\":[\"wear, tie wrapper; be dressed in wrapper\",\"wear, tie wrapper; be dressed in wrapper (compare -mà ògòdò)\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwà\",\"-ma\"]}],\"nkịlịka akwà\":[{\"word\":\"nkịlịka akwà\",\"wordClass\":\"NNC\",\"definitions\":[\"rag; ragged cloth\",\"rag\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwà\",\"nkịlịka\"]}],\"òkwa àkwà\":[{\"word\":\"òkwa àkwà\",\"wordClass\":\"AV\",\"definitions\":[\"tailor\",\"tailor (literally sewer of clothes)\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwà\",\"-kwa\"]}],\"-sụ akwà\":[{\"word\":\"-sụ akwà\",\"wordClass\":\"AV\",\"definitions\":[\"wash clothes\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwà\",\"-sụ\"]}],\"-tọ akwà\":[{\"word\":\"-tọ akwà\",\"wordClass\":\"AV\",\"definitions\":[\"strip body; make nude by stripping\",\"strip body; make naked by stripping\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwà\",\"-tọ\"]}],\"-tụ akwà\":[{\"word\":\"-tụ akwà\",\"wordClass\":\"AV\",\"definitions\":[\"roll, fold cloth\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwà\",\"-tụ\"]}],\"-wà akwà\":[{\"word\":\"-wà akwà\",\"wordClass\":\"AV\",\"definitions\":[\"wear loincloth\",\"put on loincloth\",\"= -wà ògòdò\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwà\",\"-wà\"]}],\"-yi akwà\":[{\"word\":\"-yi akwà\",\"wordClass\":\"AV\",\"definitions\":[\"wear cloth\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwà\",\"-yi\"]}],\"akwà\":[{\"word\":\"akwà\",\"wordClass\":\"NNC\",\"definitions\":[\"cloth\",\"1200 cowries (= 20 ùkwù)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"àkwa ògàzì\":[{\"word\":\"àkwa ògàzì\",\"wordClass\":\"NNC\",\"definitions\":[\"egg of guineafowl\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkwa\",\"ògàzì\"]}],\"-bụ àkwa\":[{\"word\":\"-bụ àkwa\",\"wordClass\":\"NNC\",\"definitions\":[\"hatch eggs\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkwa\"]}],\"òbùbụ ākwa\":[{\"word\":\"òbùbụ ākwa\",\"wordClass\":\"NNC\",\"definitions\":[\"contents of egg\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkwa\"]}],\"ikèlikē ākwa\":[{\"word\":\"ikèlikē ākwa\",\"wordClass\":\"NNC\",\"definitions\":[\"eggshell\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkwa\"]}],\"-kpù n’àkwa\":[{\"word\":\"-kpù n’àkwa\",\"wordClass\":\"AV\",\"definitions\":[\"sit on eggs; brood\",\"sit on eggs; brood ÒCkụkò m e bidogo ikpù n’àkwa yā My hen has started to sit on its eggs\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkwa\",\"-kpù\"]}],\"mgbụgbō ākwa\":[{\"word\":\"mgbụgbō ākwa\",\"wordClass\":\"NNC\",\"definitions\":[\"eggshell\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkwa\",\"mgbụgbò\"]}],\"okuko ākwa\":[{\"word\":\"okuko ākwa\",\"wordClass\":\"NNC\",\"definitions\":[\"eggshell\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkwa\",\"okuko\"]}],\"ùbùlụ ākwa\":[{\"word\":\"ùbùlụ ākwa\",\"wordClass\":\"NNC\",\"definitions\":[\"eggshell\",\"eggshell (of fowl)\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkwa\",\"ùbùlù\"]}],\"-yi àkwa\":[{\"word\":\"-yi àkwa\",\"wordClass\":\"AV\",\"definitions\":[\"lay eggs\"],\"examples\":[{\"igbo\":\"Òkụkò m nà-èyi ākwa\",\"english\":\"My fowl is laying eggs\"}],\"variations\":[],\"stems\":[\"àkwa\",\"-yi\"]}],\"àkwa\":[{\"word\":\"àkwa\",\"wordClass\":\"NNC\",\"definitions\":[\"egg\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àkwà edinà\":[{\"word\":\"àkwà edinà\",\"wordClass\":\"AV\",\"definitions\":[\"bed\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkwà\",\"-di-nà\"]}],\"àkwà\":[{\"word\":\"àkwà\",\"wordClass\":\"NNC\",\"definitions\":[\"bed; bridge\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùbọ akwalà\":[{\"word\":\"ùbọ akwalà\",\"wordClass\":\"NNC\",\"definitions\":[\"stringed instrument resembling guitar\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwalà\"]}],\"akwalà\":[{\"word\":\"akwalà\",\"wordClass\":\"NNC\",\"definitions\":[\"vein; sinew; muscle\",\"fibres from raphia palm; rope made from them (also akwalà ngwò)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àkwalī\":[{\"word\":\"àkwalī\",\"wordClass\":\"NNC\",\"definitions\":[\"creeping plant in the bush, whose vines can be made into strings (Landolphia dulcis)\",\"a charm, made of the strings of àkwalī A. or akwūlu to increase fruitfulness (òmùmù). It can be for a whole village or family, or for an individual woman (àkwalị nwaànyì)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"akwụ ànì\":[{\"word\":\"akwụ ànì\",\"wordClass\":\"NNC\",\"definitions\":[\"white ant (the type that lives in the ground) (literally palmnut of the ground)\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwụ\",\"ànì\"]}],\"akwụ(kwọ) olū\":[{\"word\":\"akwụ(kwọ) olū\",\"wordClass\":\"NNC\",\"definitions\":[\"pineapple (Ananas comosus Linn.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwụ\"]}],\"akwū ōsụkwū\":[{\"word\":\"akwū ōsụkwū\",\"wordClass\":\"NNC\",\"definitions\":[\"fruit of a type of palm, easy to break\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwụ\"]}],\"-gbu akwụ\":[{\"word\":\"-gbu akwụ\",\"wordClass\":\"AV\",\"definitions\":[\"cut palm fruit\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwụ\",\"-gbu\"]}],\"ògùlù akwū\":[{\"word\":\"ògùlù akwū\",\"wordClass\":\"NNC\",\"definitions\":[\"inferior palm-oil\",\"inferior palm-oil (yellow in colour)\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwụ\",\"ògùlù\"]}],\"ọgbè akwū\":[{\"word\":\"ọgbè akwū\",\"wordClass\":\"NNC\",\"definitions\":[\"head of palmnuts\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwụ\"]}],\"akwụ\":[{\"word\":\"akwụ\",\"wordClass\":\"NNC\",\"definitions\":[\"palmnut; palm fruit\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àkwụ\":[{\"word\":\"àkwụ\",\"wordClass\":\"NNC\",\"definitions\":[\"bird’s nest (= anì)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-fi akwùkwà\":[{\"word\":\"-fi akwùkwà\",\"wordClass\":\"AV\",\"definitions\":[\"make a cooking-pot stand\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwùkwà\",\"-fi\"]}],\"akwùkwà\":[{\"word\":\"akwùkwà\",\"wordClass\":\"NNC\",\"definitions\":[\"mud cooking-stand or metal tripod\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"akwụkwọ nnī\":[{\"word\":\"akwụkwọ nnī\",\"wordClass\":\"NNC\",\"definitions\":[\"vegetable\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwụkwọ\",\"nni\"]}],\"akwụkwọ ōbodòlòbo\":[{\"word\":\"akwụkwọ ōbodòlòbo\",\"wordClass\":\"NNC\",\"definitions\":[\"broad leaf\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwụkwọ\"]}],\"akwụkwọ osisi\":[{\"word\":\"akwụkwọ osisi\",\"wordClass\":\"NNC\",\"definitions\":[\"leaf of tree\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwụkwọ\",\"osisi\"]}],\"akwụkwọ ūma\":[{\"word\":\"akwụkwọ ūma\",\"wordClass\":\"NNC\",\"definitions\":[\"Sarcophrynium spp.; of leaf with smooth surface much used in wrapping food and kola nuts\",\"leaf, shiny, broad and smooth, used for wrapping food (especially in convenient bits for sale) and for thatching (Sarcophrynium brachystachys (Benth.) K. Schum.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwụkwọ\",\"ùma\"]}],\"-kpa akwụkwọ\":[{\"word\":\"-kpa akwụkwọ\",\"wordClass\":\"AV\",\"definitions\":[\"collect leaves (e.g. like a herbalist)\",\"collect, pluck leaves (e.g. as herbalist)\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwụkwọ\",\"-kpa\"]}],\"mgbụ ākwụkwọ\":[{\"word\":\"mgbụ ākwụkwọ\",\"wordClass\":\"AV\",\"definitions\":[\"(shed) leaves\",\"fallen leaves\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwụkwọ\",\"-gbụ\"]}],\"mkpa ākwụkwọ\":[{\"word\":\"mkpa ākwụkwọ\",\"wordClass\":\"NNC\",\"definitions\":[\"(shed) leaves\",\"book; paper; letter\",\"(shed) leaf, leaves\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwụkwọ\",\"mkpa\"]}],\"akwụkwọ īwu\":[{\"word\":\"akwụkwọ īwu\",\"wordClass\":\"NNC\",\"definitions\":[\"law book\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwụkwọ\",\"ìwu\"]}],\"akwụkwọ mfụkòba\":[{\"word\":\"akwụkwọ mfụkòba\",\"wordClass\":\"NNC\",\"definitions\":[\"folded paper\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwụkwọ\"]}],\"Akwụkwọ Nsō\":[{\"word\":\"Akwụkwọ Nsō\",\"wordClass\":\"NNC\",\"definitions\":[\"Holy Bible\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwụkwọ\"]}],\"akwụkwọ ọfụū\":[{\"word\":\"akwụkwọ ọfụū\",\"wordClass\":\"NNC\",\"definitions\":[\"new book\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwụkwọ\"]}],\"akwụkwọ ọlū\":[{\"word\":\"akwụkwọ ọlū\",\"wordClass\":\"NNC\",\"definitions\":[\"letter of appointment\"],\"examples\":[{\"igbo\":\"Fà ènyego ī akwụkwọ ọlū?\",\"english\":\"Have they given you the letter of appointment?\"}],\"variations\":[],\"stems\":[\"akwụkwọ\",\"ọlụ\"]}],\"akwụkwọ ūkwe\":[{\"word\":\"akwụkwọ ūkwe\",\"wordClass\":\"NNC\",\"definitions\":[\"hymnbook\",\"hymn-book\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwụkwọ\",\"ùkwe\"]}],\"-bì akwụkwọ\":[{\"word\":\"-bì akwụkwọ\",\"wordClass\":\"AV\",\"definitions\":[\"print, type paper, book\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwụkwọ\",\"-bì\"]}],\"-de akwụkwọ\":[{\"word\":\"-de akwụkwọ\",\"wordClass\":\"AV\",\"definitions\":[\"write letter\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwụkwọ\",\"-de\"]}],\"-degalụ akwụkwọ\":[{\"word\":\"-degalụ akwụkwọ\",\"wordClass\":\"AV\",\"definitions\":[\"write (letter) to\"],\"examples\":[{\"igbo\":\"Achòlù m idēgalụ onye isī akwụkwọ\",\"english\":\"I want to write to the manager\"}],\"variations\":[\"letà\"],\"stems\":[\"akwụkwọ\",\"-de\"]}],\"-delụ akwụkwọ\":[{\"word\":\"-delụ akwụkwọ\",\"wordClass\":\"AV\",\"definitions\":[\"write (letter) to\",\"help to write a letter\"],\"examples\":[],\"variations\":[],\"stems\":[\"-de\"]}],\"ego akwụkwọ\":[{\"word\":\"ego akwụkwọ\",\"wordClass\":\"NNC\",\"definitions\":[\"currency note\",\"currency note; paper money\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwụkwọ\",\"egō\"]}],\"òde ākwụkwọ\":[{\"word\":\"òde ākwụkwọ\",\"wordClass\":\"AV\",\"definitions\":[\"clerk; letter-writer\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwụkwọ\",\"-de\"]}],\"-sà akwụkwọ\":[{\"word\":\"-sà akwụkwọ\",\"wordClass\":\"AV\",\"definitions\":[\"open leaves of a book (looking for a particular page or chapter)\",\"legal paper; matters arranged by means of legal papers\"],\"examples\":[{\"igbo\":\"Ọ nà-asà akwụkwọ\",\"english\":\"He is opening the pages of a book\"}],\"variations\":[],\"stems\":[\"akwụkwọ\",\"-sà\"]}],\"akwụkwọ isī\":[{\"word\":\"akwụkwọ isī\",\"wordClass\":\"NNC\",\"definitions\":[\"tax; tax receipt, payment (literally head paper)\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwụkwọ\",\"isi\"]}],\"-dọka akwụkwọ\":[{\"word\":\"-dọka akwụkwọ\",\"wordClass\":\"AV\",\"definitions\":[\"dismiss a case\",\"dismiss a case (literally tear paper)\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwụkwọ\",\"-dọ\"]}],\"-gba akwụkwọ\":[{\"word\":\"-gba akwụkwọ\",\"wordClass\":\"NNC\",\"definitions\":[\"prosecute (by law)\"],\"examples\":[{\"igbo\":\"Ọ bụlụ nà ị bàta ugbō m ọgē ōzọ agà m àgba gī akwụkwọ\",\"english\":\"If you dare trespass on my farm another time I shall prosecute you\"},{\"igbo\":\"X: Agà m àgba gī akwụkwọ\\nY: Ì pụrò ya; mà jèe gbàa m#ọ bụlụ nà ị nwèlù ike\\nX: Ò bù m gbaa gī ì dọkaa?\",\"english\":\"X: I shall prosecute you!\\nY: You can’t; just go and prosecute me if you can\\nX: If I prosecute you, can you get it dismissed?\"}],\"variations\":[],\"stems\":[\"akwụkwọ\"]}],\"-gbà akwụkwọ\":[{\"word\":\"-gbà akwụkwọ\",\"wordClass\":\"AV\",\"definitions\":[\"wed (in church or under ordinance)\",\"marry by church and/or ordinance, especially by church wedding\"],\"examples\":[{\"igbo\":\"Roseline nà-àkwadebe ịgbà akwụkwọ n’ọnwa nā-abịa\",\"english\":\"Roseline is preparing to wed next month\"},{\"ibgo\":\"Ndù gà-agbà akwụkwọ echī\",\"english\":\"Ndụ will get married tomorrow\"}],\"variations\":[],\"stems\":[\"akwụkwọ\",\"-gbà\"]}],\"-na akwụkwọ isī\":[{\"word\":\"-na akwụkwọ isī\",\"wordClass\":\"AV\",\"definitions\":[\"pay tax\",\"pay tax (literally take tax-receipt)\"],\"examples\":[{\"igbo\":\"Ì nago akwụkwọ isī gị?\",\"english\":\"Have you paid your tax?\"}],\"variations\":[],\"stems\":[\"akwụkwọ\",\"isi\",\"-na\"]}],\"-sèkà akwụkwọ\":[{\"word\":\"-sèkà akwụkwọ\",\"wordClass\":\"NNC\",\"definitions\":[\"dismiss a case (literally tear papers)\"],\"examples\":[{\"igbo\":\"Anà m elò nà a gà-esèka akwụkwọ Ọnwụūka gà-àgba m#\",\"english\":\"I think that the prosecution Ọnwụụka is going to bring against me will be dismissed\"}],\"variations\":[],\"stems\":[\"akwụkwọ\"]}],\"ògbụgba ākwụkwọ\":[{\"word\":\"ògbụgba ākwụkwọ\",\"wordClass\":\"NNC\",\"definitions\":[\"legal prosecution\",\"school\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwụkwọ\"]}],\"nwatà akwụkwọ\":[{\"word\":\"nwatà akwụkwọ\",\"wordClass\":\"NNC\",\"definitions\":[\"student; school-child\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwụkwọ\",\"ǹnwa\"]}],\"ụmù akwụkwọ\":[{\"word\":\"ụmù akwụkwọ\",\"wordClass\":\"NNC\",\"definitions\":[\"school-children; student\",\"school children\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwụkwọ\",\"ụmù\"]}],\"ụnò akwụkwọ\":[{\"word\":\"ụnò akwụkwọ\",\"wordClass\":\"NNC\",\"definitions\":[\"school; place of learning\",\"book-learning in general\",\"school (of all types, including primary schools, grammar schools, colleges, and universities; compare ụnò mmùta)\"],\"examples\":[{\"igbo\":\"Ikê nò na nnukwu ụnò akwụkwọ a nà-àkpọ University of Ibadan\",\"english\":\"Ike is in the University of Ibadan\"}],\"variations\":[],\"stems\":[\"akwụkwọ\",\"ụnò\"]}],\"ògụ ākwụkwọ\":[{\"word\":\"ògụ ākwụkwọ\",\"wordClass\":\"NNC\",\"definitions\":[\"reader; scholar\"],\"examples\":[{\"igbo\":\"Akwụkwô bàlù ulù\",\"english\":\"Book knowledge is useful\"}],\"variations\":[],\"stems\":[\"akwụkwọ\",\"ògụ\"]}],\"-ma akwụkwọ\":[{\"word\":\"-ma akwụkwọ\",\"wordClass\":\"AV\",\"definitions\":[\"(literally know book); be brainy\",\"be literate, brainy\"],\"examples\":[{\"igbo\":\"Ọ nà-èsilị ndị āmarō akwụkwọ ike inwēta ọlụ n’ọgè kịtaà\",\"english\":\"It is difficult for illiterates to secure employment nowadays\"},{\"igbo\":\"Rose mà akwụkwọ\",\"english\":\"Rose is brilliant (in studies)\"}],\"variations\":[],\"stems\":[\"akwụkwọ\",\"-ma\"]}],\"-mù akwụkwọ\":[{\"word\":\"-mù akwụkwọ\",\"wordClass\":\"AV\",\"definitions\":[\"study (literally study book)\"],\"examples\":[{\"igbo\":\"Anà m èje Òbòdò Oyìbo ịmù etu esì ebì akwụkwọ\",\"english\":\"I am going to the United Kingdom to study printing\"}],\"variations\":[],\"stems\":[\"akwụkwọ\",\"-mù\"]}],\"-nwe isi akwụkwọ\":[{\"word\":\"-nwe isi akwụkwọ\",\"wordClass\":\"NNC\",\"definitions\":[\"be brainy, brilliant (at studies)\"],\"examples\":[],\"variations\":[],\"stems\":[\"akwụkwọ\",\"isi\",\"-nwe\"]}],\"akwụkwọ\":[{\"word\":\"akwụkwọ\",\"wordClass\":\"NNC\",\"definitions\":[\"leaf\",\"broad leaf\"],\"examples\":[],\"variations\":[],\"stems\":[\"obodobo\"]}],\"-dà àkwụkwù\":[{\"word\":\"-dà àkwụkwù\",\"wordClass\":\"AV\",\"definitions\":[\"have epilepsy; be epileptic; have epileptic fits\"],\"examples\":[{\"igbo\":\"Òfọ nà-adā ākwụkwù\",\"english\":\"Òfọ has epilepsy\"}],\"variations\":[],\"stems\":[\"àkwụkwù\",\"-dà\"]}],\"àkwụkwù\":[{\"word\":\"àkwụkwù\",\"wordClass\":\"NNC\",\"definitions\":[\"epilepsy\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àkwụmà ụkwū\":[{\"word\":\"àkwụmà ụkwū\",\"wordClass\":\"NNC\",\"definitions\":[\"corn (on foot)\"],\"examples\":[],\"variations\":[],\"stems\":[\"àkwụmà\"]}],\"àkwụmà\":[{\"word\":\"àkwụmà\",\"wordClass\":\"NNC\",\"definitions\":[\"yaws (compare òfì)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àkwùnàkwụnà\":[{\"word\":\"àkwùnàkwụnà\",\"wordClass\":\"NNC\",\"definitions\":[\"prostitute; harlot (compare ògàcha)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ala efī\":[{\"word\":\"ala efī\",\"wordClass\":\"NNC\",\"definitions\":[\"milk (from cow)\",\"cow’s milk\"],\"examples\":[],\"variations\":[],\"stems\":[\"ala\",\"efi\"]}],\"-chụ ala\":[{\"word\":\"-chụ ala\",\"wordClass\":\"AV\",\"definitions\":[\"wean\"],\"examples\":[{\"igbo\":\"Ànyị gà-àchụ nwa ānyị ala n’ọnwa īsiì\",\"english\":\"We shall wean our child at six months\"}],\"variations\":[],\"stems\":[\"ala\",\"-chụ\"]}],\"-gba mmili alā\":[{\"word\":\"-gba mmili alā\",\"wordClass\":\"AV\",\"definitions\":[\"contain breast milk; have flow of milk from the breast\"],\"examples\":[],\"variations\":[],\"stems\":[\"ala\",\"-gba\",\"mmilī\"]}],\"mmili alā\":[{\"word\":\"mmili alā\",\"wordClass\":\"NNC\",\"definitions\":[\"milk\",\"breast-milk\"],\"examples\":[],\"variations\":[],\"stems\":[\"ala\",\"mmilī\"]}],\"mmili ala efī\":[{\"word\":\"mmili ala efī\",\"wordClass\":\"NNC\",\"definitions\":[\"cow’s milk\",\"cow's milk\"],\"examples\":[],\"variations\":[],\"stems\":[\"ala\",\"mmilī\"]}],\"-nye ala\":[{\"word\":\"-nye ala\",\"wordClass\":\"AV\",\"definitions\":[\"breast-feed\",\"breast-feed (literally give breast)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ala\",\"-nye\"]}],\"-ŋụ ala\":[{\"word\":\"-ŋụ ala\",\"wordClass\":\"AV\",\"definitions\":[\"suck breast (of infant)\"],\"examples\":[{\"igbo\":\"Nnwa nà-àŋụ alā\",\"english\":\"The child is sucking\"}],\"variations\":[],\"stems\":[\"ala\",\"-ŋụ\"]}],\"-sa ala\":[{\"word\":\"-sa ala\",\"wordClass\":\"AV\",\"definitions\":[\"wash breasts, especially of a newly delivered mother, to induce breast milk\",\"artificially induce the breasts of a non-pregnant woman to begin to produce milk by washing with a certain native medicine preparation. This is usually done when the mother of a sucking infant dies, or when the child is taken from her on medical grounds, etc. A healthy woman is asked to take up the infant’s breast-feeding. Her breasts are then medicinally washed to induce milk\",\"wash breasts, especially of a newly-delivered mother, to induce breast milk\",\"artificially induce the breasts of a non-pregnant woman to begin to produce milk by washing with a local medicine (see ala 1.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ala\",\"-sa\"]}],\"ọgbòdògbò alā\":[{\"word\":\"ọgbòdògbò alā\",\"wordClass\":\"NNC\",\"definitions\":[\"abnormally heavy, large and long breasts\"],\"examples\":[],\"variations\":[],\"stems\":[\"ala\",\"ọgbòdògbò\"]}],\"nwaànyì\":[{\"word\":\"nwaànyì\",\"wordClass\":\"NNC\",\"definitions\":[\"woman with abnormally large and heavy breasts\"],\"examples\":[{\"igbo\":\"Ǹgwụlō kà ị bù\",\"english\":\"You are a powerless person (incapable of doing anything)\"},{\"igbo\":\"Nwokē afù bìàlù kà m nà-èsi nnī\",\"english\":\"The man came when I was cooking\"},{\"igbo\":\"Ò gịnī kà ị nà-èle?\",\"english\":\"What is it that you are selling?\"}],\"variations\":[],\"stems\":[\"ala\",\"kà\"]}],\"(ala) -kpa\":[{\"word\":\"(ala) -kpa\",\"wordClass\":\"AV\",\"definitions\":[\"be mad (literally be moved with madness)\",\"be mad (literally be moved by madness) Òòala nà-àkpa ī? Are you mad?\"],\"examples\":[],\"variations\":[],\"stems\":[\"ala\",\"-kpa\"]}],\"onye alā\":[{\"word\":\"onye alā\",\"wordClass\":\"NNC\",\"definitions\":[\"mad person\"],\"examples\":[],\"variations\":[],\"stems\":[\"ala\",\"onye\"]}],\"-pù ala\":[{\"word\":\"-pù ala\",\"wordClass\":\"AV\",\"definitions\":[\"become mad; be mad\"],\"examples\":[{\"igbo\":\"Ì nà-apù alā?\",\"english\":\"Are you mad?\"}],\"variations\":[],\"stems\":[\"ala\",\"-pù\"]}],\"-yì ala\":[{\"word\":\"-yì ala\",\"wordClass\":\"NNC\",\"definitions\":[\"be mad; become mad\"],\"examples\":[{\"igbo\":\"Ọ nà-ayì alā\",\"english\":\"He is mad\"}],\"variations\":[\"-wì ala\"],\"stems\":[\"ala\"]}],\"ala\":[{\"word\":\"ala\",\"wordClass\":\"NNC\",\"definitions\":[\"breast; milk\",\"madness\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"àlakùba\":[{\"word\":\"àlakùba\",\"wordClass\":\"NNC\",\"definitions\":[\"Arabic language, named after the phrase in Moslem prayers ’Allāhu ’akbar\"],\"examples\":[{\"igbo\":\"Ọ nà-àsụ àlakùba\",\"english\":\"He is talking double Dutch\"}],\"variations\":[],\"stems\":null}],\"Àlàhambrà\":[{\"word\":\"Àlàhambrà\",\"wordClass\":\"NNC\",\"definitions\":[\"name of a particular small market in Onitsha, now replaced by Òchàǹjà\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"alā ụla\":[{\"word\":\"alā ụla\",\"wordClass\":\"NNC\",\"definitions\":[\"sleeplessness\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"alịlị\":[{\"word\":\"alịlị\",\"wordClass\":\"NNC\",\"definitions\":[\"a millipede (compare esu)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-be àlìlì\":[{\"word\":\"-be àlìlì\",\"wordClass\":\"AV\",\"definitions\":[\"mourn; lament\"],\"examples\":[],\"variations\":[],\"stems\":[\"àlìlì\",\"-be\"]}],\"àlìlì\":[{\"word\":\"àlìlì\",\"wordClass\":\"NNC\",\"definitions\":[\"resentment at misfortune\"],\"examples\":[{\"igbo\":\"Ọ nà-àkwa àlìlì\",\"english\":\"He resents his misfortune\"}],\"variations\":[],\"stems\":null}],\"-ra alò\":[{\"word\":\"-ra alò\",\"wordClass\":\"AV\",\"definitions\":[\"consider; take counsel; consult together; advise\"],\"examples\":[],\"variations\":[\"-ralu alò\"],\"stems\":[\"alò\",\"-ra\"]}],\"-ranye alò\":[{\"word\":\"-ranye alò\",\"wordClass\":\"AV\",\"definitions\":[\"advise; give advice\"],\"examples\":[{\"igbo\":\"Achòlù m onye gā-aranye m alò bànyelụ ịfe m gà-ème onye nā ada àbịa ebe à kwà anyàsì inyē nnwa m nsògbu\",\"english\":\"I want someone to advise me on what to do with the person who comes here every night to trouble my child\"}],\"variations\":[],\"stems\":[\"alò\",\"-ra\"]}],\"-tụ alò\":[{\"word\":\"-tụ alò\",\"wordClass\":\"AV\",\"definitions\":[\"advise; counsel; deliberate on and give advice or offer suggestion\",\"deliberate; consider; counsel; suggest; advise\"],\"examples\":[],\"variations\":[],\"stems\":[\"alò\",\"-tụ\"]}],\"-tụnye alò\":[{\"word\":\"-tụnye alò\",\"wordClass\":\"AV\",\"definitions\":[\"advise; counsel; suggest; give opinion\"],\"examples\":[{\"igbo\":\"Anà m àchọ onye gā-atụnye m alò bànyelụ nwunyè m mmadū kpòlù gbafèlụ ọsō\",\"englsih\":\"I am looking for someone to advise me on what to do concerning my wife whom somebody has run away with\"},{\"igbo\":\"Ànyị nà-àtụ alò etu ànyị gà-èsi sò ịfe ndapùta ā dāpùtàlù n’ùtụtū à\",\"english\":\"We are deliberating on how to tackle this emergency that occurred this morning\"}],\"variations\":[\"elò\"],\"stems\":[\"alò\",\"-tụ\"]}],\"alò\":[{\"word\":\"alò\",\"wordClass\":\"AV\",\"definitions\":[\"advice; counsel; suggestion; idea; consultation\",\"cock’s comb\",\"spear used by titled men for ceremonies (= ubē ǹzè)\",\"(in Nri) staff symbolizing the power which a lineage received from Chukwu during its creation\",\"advice; suggestion\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lò\"]}],\"àrụ alō\":[{\"word\":\"àrụ alō\",\"wordClass\":\"NNC\",\"definitions\":[\"dullness; sloth; sluggishness\"],\"examples\":[],\"variations\":[],\"stems\":[\"alọ\"]}],\"-dị alọ\":[{\"word\":\"-dị alọ\",\"wordClass\":\"NNC\",\"definitions\":[\"be heavy\"],\"examples\":[{\"igbo\":\"Akpàti ǹkaà dì alọ\",\"english\":\"This box is heavy\"}],\"variations\":[],\"stems\":[\"alọ\"]}],\"ibu alō\":[{\"word\":\"ibu alō\",\"wordClass\":\"NNC\",\"definitions\":[\"heavy load\"],\"examples\":[{\"igbo\":\"O bù ibu alō\",\"english\":\"He is carrying a heavy load\"}],\"variations\":[],\"stems\":[\"alọ\",\"ibu\"]}],\"alọ\":[{\"word\":\"alọ\",\"wordClass\":\"NNC\",\"definitions\":[\"heaviness; grievousness\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àlòmmụō\":[{\"word\":\"àlòmmụō\",\"wordClass\":\"NNC\",\"definitions\":[\"feast for sacrificing to the ancestors\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àluluū\":[{\"word\":\"àluluū\",\"wordClass\":\"NNC\",\"definitions\":[\"mist; cloud; vapour\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-ta alụ\":[{\"word\":\"-ta alụ\",\"wordClass\":\"AV\",\"definitions\":[\"bite\"],\"examples\":[{\"igbo:\":\"Agà m àta gī alụ ọ bụlụ nà ị rāpùrò m\",\"english\":\"I shall bite you if you don’t leave me alone\"}],\"variations\":[],\"stems\":[\"alụ\",\"-ta\"]}],\"alụ\":[{\"word\":\"alụ\",\"wordClass\":\"NNC\",\"definitions\":[\"bite\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ife alū\":[{\"word\":\"ife alū\",\"wordClass\":\"NNC\",\"definitions\":[\"abomination; used with verbs to signify intensity\",\"abomination\"],\"examples\":[{\"igbo\":\"Ọ mèlù ịfe alū\",\"english\":\"He committed an abomination, sacrilege\"}],\"variations\":[],\"stems\":[\"alū\",\"ife\"]}],\"-kwu okwu alū\":[{\"word\":\"-kwu okwu alū\",\"wordClass\":\"NNC\",\"definitions\":[\"speak abominable word(s)\"],\"examples\":[],\"variations\":[],\"stems\":[\"alū\",\"okwu\"]}],\"-me alū\":[{\"word\":\"-me alū\",\"wordClass\":\"AV\",\"definitions\":[\"commit abomination; break taboo; do something traditionally forbidden\"],\"examples\":[],\"variations\":[],\"stems\":[\"alū\",\"-me\"]}],\"alū\":[{\"word\":\"alū\",\"wordClass\":\"NNC\",\"definitions\":[\"abomination; hurtful, obnoxious thing; taboo\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"alụlụ ànì\":[{\"word\":\"alụlụ ànì\",\"wordClass\":\"NNC\",\"definitions\":[\"injustice; maltreatment; wickedness\"],\"examples\":[],\"variations\":[],\"stems\":[\"alụlụ\"]}],\"alụlụ\":[{\"word\":\"alụlụ\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àlụlù\":[{\"word\":\"àlụlù\",\"wordClass\":\"NNC\",\"definitions\":[\"medicinal plant, also used for stew\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kwụ àlùlù\":[{\"word\":\"-kwụ àlùlù\",\"wordClass\":\"NNC\",\"definitions\":[\"be misty\"],\"examples\":[],\"variations\":[],\"stems\":[\"àlùlù\"]}],\"àlùlù\":[{\"word\":\"àlùlù\",\"wordClass\":\"NNC\",\"definitions\":[\"yamsticks\",\"used in\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-do alūsị\":[{\"word\":\"-do alūsị\",\"wordClass\":\"AV\",\"definitions\":[\"erect a shrine\"],\"examples\":[],\"variations\":[],\"stems\":[\"alūsị\",\"-do\"]}],\"efi alūsị\":[{\"word\":\"efi alūsị\",\"wordClass\":\"NNC\",\"definitions\":[\"sacred cow (efi Ìgbò type) owned by village; cannot be killed; if it dies, it is given burial like a human\"],\"examples\":[],\"variations\":[],\"stems\":[\"alūsị\",\"efi\"]}],\"egwu alūsị\":[{\"word\":\"egwu alūsị\",\"wordClass\":\"NNC\",\"definitions\":[\"traditional religious dances\",\"sacred dances\"],\"examples\":[],\"variations\":[],\"stems\":[\"alūsị\",\"egwu\"]}],\"ezè alūsị\":[{\"word\":\"ezè alūsị\",\"wordClass\":\"NNC\",\"definitions\":[\"priest\",\"priest (of a particular spirit that has a shrine and an organized cult)\"],\"examples\":[],\"variations\":[],\"stems\":[\"alūsị\",\"ezè\"]}],\"-gọ alūsi\":[{\"word\":\"-gọ alūsi\",\"wordClass\":\"NNC\",\"definitions\":[\"worship a spirit\"],\"examples\":[],\"variations\":[],\"stems\":[\"alūsị\"]}],\"òkwu alūsị\":[{\"word\":\"òkwu alūsị\",\"wordClass\":\"NNC\",\"definitions\":[\"shrine\",\"shrine of a spirit\"],\"examples\":[],\"variations\":[],\"stems\":[\"alūsị\",\"òkwu\"]}],\"Ọnwa Uzo Alūsị\":[{\"word\":\"Ọnwa Uzo Alūsị\",\"wordClass\":\"NNC\",\"definitions\":[\"twelfth month of the traditional Nri calender, devoted to rituals and offerings to the alūsị and to wrestling matches and dances before the temples\"],\"examples\":[],\"variations\":[],\"stems\":[\"alūsị\"]}],\"-pị alūsị\":[{\"word\":\"-pị alūsị\",\"wordClass\":\"AV\",\"definitions\":[\"carve, shape image\"],\"examples\":[],\"variations\":[],\"stems\":[\"alūsị\",\"-pị\"]}],\"-rù alūsị\":[{\"word\":\"-rù alūsị\",\"wordClass\":\"AV\",\"definitions\":[\"worship a spirit\",\"serve a deity\"],\"examples\":[],\"variations\":[],\"stems\":[\"alūsị\",\"-rù\"]}],\"ụnò alūsị\":[{\"word\":\"ụnò alūsị\",\"wordClass\":\"NNC\",\"definitions\":[\"shrine; building consecrated to a deity\",\"shrine\"],\"examples\":[],\"variations\":[],\"stems\":[\"alūsị\",\"ụnò\"]}],\"alūsị\":[{\"word\":\"alūsị\",\"wordClass\":\"NNC\",\"definitions\":[\"spirit; divinity; deity; invisible supernatural ‘being-force’, divided by Nri into four types those directly established by Chukwu such as Igwē, the firmament those established by Eri such as Ànì, Ajaànà, Ìfèjiọkū, Onuebo, and the market days Èke, Oyè, Àfò, and Ǹkwọ; those established by the ancestors such as Idemmīli, Udō, Arò, Àkwalị Òmùmù, Ǹgènè, Ògwùgwù, and Òrìmmìlì; those called Agwù. The market-days and the alūsị of the third and fourth types have human temperaments and are represented by nkwu (images). Others are regarded as forces rather than beings and so can be represented only symbolically in shrines (Onwuejeogwu 1974:85 ff.)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-nò n’ama\":[{\"word\":\"-nò n’ama\",\"wordClass\":\"NNC\",\"definitions\":[\"(fig.) menstruate\"],\"examples\":[{\"igbo\":\"Nwaànyì nò n’ama\",\"english\":\"The woman is menstruating\"}],\"variations\":[],\"stems\":[\"ama\"]}],\"-pù ama\":[{\"word\":\"-pù ama\",\"wordClass\":\"AV\",\"definitions\":[\"go to the toilet (literally go out to the fore-compound, beyond the main compound door)\"],\"examples\":[{\"igbo\":\"Anà m apù amā\",\"english\":\"I am going to the toilet\"}],\"variations\":[],\"stems\":[\"ama\",\"-pù\"]}],\"-pù n’ama\":[{\"word\":\"-pù n’ama\",\"wordClass\":\"NNC\",\"definitions\":[\"reach age of menstruation\"],\"examples\":[{\"igbo\":\"Nwaànyì pùlù n’ama\",\"english\":\"The girl has reached puberty\"}],\"variations\":[],\"stems\":[\"ama\"]}],\"ụzò ezi amā\":[{\"word\":\"ụzò ezi amā\",\"wordClass\":\"NNC\",\"definitions\":[\"main entrance to a compound\"],\"examples\":[],\"variations\":[],\"stems\":[\"ama\",\"èzi \"]}],\"ama\":[{\"word\":\"ama\",\"wordClass\":\"NNC\",\"definitions\":[\"(also èzi amā) space in front of the compound, outside the compound wall and beginning from the main gate; street\"],\"examples\":[{\"igbo\":\"Ama Madùnààgụ\",\"english\":\"Madụnaagụ street\"}],\"variations\":[],\"stems\":null}],\"ife ịrìbà amā\":[{\"word\":\"ife ịrìbà amā\",\"wordClass\":\"NNC\",\"definitions\":[\"token\"],\"examples\":[{\"igbo\":\"Enyē m#gị akwụkwọ ǹkaà kà ọ bụlụ ife ịrìbà amā nà a kpōbàtàlù gị nà òtu ānyị taàtà\",\"english\":\"I present this book to you as a token to your admission into our society today\"}],\"variations\":[],\"stems\":[\"amā\"]}],\"-rì(bà)amā\":[{\"word\":\"-rì(bà)amā\",\"wordClass\":\"NNC\",\"definitions\":[\"mark; put distinguishing mark on\"],\"examples\":[],\"variations\":[],\"stems\":[\"amā\"]}],\"nrìba amā\":[{\"word\":\"nrìba amā\",\"wordClass\":\"AV\",\"definitions\":[\"(distinguishing) mark\",\"mark; distinguishing mark\"],\"examples\":[],\"variations\":[],\"stems\":[\"amā\",\"-rì\"]}],\"amā\":[{\"word\":\"amā\",\"wordClass\":\"AV\",\"definitions\":[\"distinguishing mark\",\"(negative form), used in many negative noun phrases, e.g.\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma\"]}],\"amà okwū\":[{\"word\":\"amà okwū\",\"wordClass\":\"NNC\",\"definitions\":[\"verse\"],\"examples\":[],\"variations\":[],\"stems\":[\"amà\",\"okwu\"]}],\"amà ụkwū\":[{\"word\":\"amà ụkwū\",\"wordClass\":\"NNC\",\"definitions\":[\"pace; footstep ( -mà measure)\",\"pace; footstep\"],\"examples\":[],\"variations\":[],\"stems\":[\"amà\",\"ụkwụ\"]}],\"amà\":[{\"word\":\"amà\",\"wordClass\":\"NNC\",\"definitions\":[\"measure\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àma ụghā\":[{\"word\":\"àma ụghā\",\"wordClass\":\"NNC\",\"definitions\":[\"false witness\"],\"examples\":[{\"igbo\":\"Ọ bù ife ọjọō ịgbā àma ūgha\",\"english\":\"It is a bad thing to bear false witness\"}],\"variations\":[],\"stems\":[\"àmà\"]}],\"-gba àmà\":[{\"word\":\"-gba àmà\",\"wordClass\":\"AV\",\"definitions\":[\"bear witness; divulge secret; betray\",\"act as informer; bear witness (in bad sense); reveal secrets; betray\"],\"examples\":[{\"igbo\":\"Ndi àmà Chukwu\",\"english\":\"God’s witnesses; the martyrs\"},{\"igbo\":\"Unù bù ndi àmà m\",\"english\":\"You are my witnesses\"},{\"igbo\":\"Ndi àmà Ị nà-etō ị n’enu igwē\",\"english\":\"Thy Martyrs (witnesses) are praising Thee in Heaven\"},{\"igbo\":\"Ndi àma Jèhovà\",\"english\":\"Jehovah`s Witnesses\"}],\"variations\":[],\"stems\":[\"àmà\",\"-gba\"]}],\"onye àmà\":[{\"word\":\"onye àmà\",\"wordClass\":\"NNC\",\"definitions\":[\"talebearer; gossip; informer\"],\"examples\":[],\"variations\":[],\"stems\":[\"àmà\",\"onye\"]}],\"àmà\":[{\"word\":\"àmà\",\"wordClass\":\"NNC\",\"definitions\":[\"witness; secret divulged (e.g. if a person is planning to kill me on a certain day and a friend happens to know of this and tells me beforehand this information is àmà); information; testimony\"],\"examples\":[{\"igbo\":\"Ndi àfè ojiī nà-àkwadebe ijīde Chiìnwè mà ndi enyì ya āgbagolụ yā àmà\",\"english\":\"The police were going to arrest Chiinwe but her friends have warned her of this\"}],\"variations\":[],\"stems\":null}],\"amāafịa ǹtùtọ\":[{\"word\":\"amāafịa ǹtùtọ\",\"wordClass\":\"NNC\",\"definitions\":[\"sore throat\"],\"examples\":[],\"variations\":[],\"stems\":[\"amāafịa\"]}],\"ākpịlị\":[{\"word\":\"ākpịlị\",\"wordClass\":\"NNC\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":[\"amāafịa\"]}],\"amāafịa\":[{\"word\":\"amāafịa\",\"wordClass\":\"NNC\",\"definitions\":[\"tooth-ache\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"amàlà\":[{\"word\":\"amàlà\",\"wordClass\":\"NNC\",\"definitions\":[\"type of fish\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ụgbọ àmàlà\":[{\"word\":\"ụgbọ àmàlà\",\"wordClass\":\"NNC\",\"definitions\":[\"canoe\"],\"examples\":[],\"variations\":[],\"stems\":[\"àmàlà\",\"ụgbọ\"]}],\"àmàlà\":[{\"word\":\"àmàlà\",\"wordClass\":\"NNC\",\"definitions\":[\"favour\",\"paddle (for canoe)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"àmànì\":[{\"word\":\"àmànì\",\"wordClass\":\"NNC\",\"definitions\":[\"point of time; hour\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àme\":[{\"word\":\"àme\",\"wordClass\":\"NNC\",\"definitions\":[\"black plaited necklace\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"amì\":[{\"word\":\"amì\",\"wordClass\":\"NNC\",\"definitions\":[\"(also amì mịlō) reed\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ezè amōosu\":[{\"word\":\"ezè amōosu\",\"wordClass\":\"NNC\",\"definitions\":[\"chief of witches\",\"chief of wizards\"],\"examples\":[],\"variations\":[],\"stems\":[\"amōosu\",\"ezè\"]}],\"-ta amōosu\":[{\"word\":\"-ta amōosu\",\"wordClass\":\"AV\",\"definitions\":[\"be a witch; practise witchcraft\",\"be a witch; practise witchcraft (compare -li amōosu and -ta mbili)\"],\"examples\":[],\"variations\":[],\"stems\":[\"amōosu\",\"-ta\"]}],\"amōosu\":[{\"word\":\"amōosu\",\"wordClass\":\"NNC\",\"definitions\":[\"witch\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kpa amụ\":[{\"word\":\"-kpa amụ\",\"wordClass\":\"AV\",\"definitions\":[\"cause laughter; be absurd; jest; trifle; amuse\",\"cause laughter Ọ kpàlù amụ He made a joke O jì m àkpa amụ  He’s making fun of me\",\"jest; trifle; amuse\"],\"examples\":[],\"variations\":[],\"stems\":[\"amụ\",\"-kpa\"]}],\"-kpùmùlị amụ\":[{\"word\":\"-kpùmùlị amụ\",\"wordClass\":\"NNC\",\"definitions\":[\"smile, laugh, chuckle, in a gentle way (as a sign of pleasure)\"],\"examples\":[],\"variations\":[],\"stems\":[\"amụ\"]}],\"mkpụlụ amū\":[{\"word\":\"mkpụlụ amū\",\"wordClass\":\"NNC\",\"definitions\":[\"a smile\"],\"examples\":[],\"variations\":[],\"stems\":[\"amụ\",\"mkpụlū\"]}],\"-sọ amụ\":[{\"word\":\"-sọ amụ\",\"wordClass\":\"AV\",\"definitions\":[\"make laugh; please; amuse; delight; be funny\"],\"examples\":[],\"variations\":[],\"stems\":[\"amụ\",\"-sọ\"]}],\"amụ\":[{\"word\":\"amụ\",\"wordClass\":\"NNC\",\"definitions\":[\"laugh; laughter\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"amù ibì\":[{\"word\":\"amù ibì\",\"wordClass\":\"NNC\",\"definitions\":[\"hydrocele\"],\"examples\":[],\"variations\":[],\"stems\":[\"amù\",\"ibì\"]}],\"-gba amù\":[{\"word\":\"-gba amù\",\"wordClass\":\"AV\",\"definitions\":[\"castrate\"],\"examples\":[],\"variations\":[],\"stems\":[\"amù\",\"-gba\"]}],\"mkpụlụ amù\":[{\"word\":\"mkpụlụ amù\",\"wordClass\":\"NNC\",\"definitions\":[\"testis\",\"testicle\"],\"examples\":[],\"variations\":[],\"stems\":[\"amù\",\"mkpụlū\"]}],\"-pì amù\":[{\"word\":\"-pì amù\",\"wordClass\":\"AV\",\"definitions\":[\"castrate\",\"(compare -gba amù) castrate\"],\"examples\":[{\"igbo\":\"Nnā ānyị nà-àkwadebe ịpì mkpi ọ zùtàlù n’afịa ǹnyàafù amù\",\"english\":\"Father is preparing to castrate the he-goat he bought from the market yesterday\"}],\"variations\":[],\"stems\":[\"amù\",\"-pì\"]}],\"amù\":[{\"word\":\"amù\",\"wordClass\":\"NNC\",\"definitions\":[\"scrotum\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-bu amụma\":[{\"word\":\"-bu amụma\",\"wordClass\":\"AV\",\"definitions\":[\"prophesy\"],\"examples\":[],\"variations\":[],\"stems\":[\"amụma\",\"-bu\"]}],\"-ma amụma\":[{\"word\":\"-ma amụma\",\"wordClass\":\"AV\",\"definitions\":[\"prophesy; foretell\"],\"examples\":[],\"variations\":[],\"stems\":[\"amụma\",\"-ma\"]}],\"onye amụma\":[{\"word\":\"onye amụma\",\"wordClass\":\"NNC\",\"definitions\":[\"prophet\"],\"examples\":[],\"variations\":[],\"stems\":[\"amụma\"]}],\"onye amụma āsị\":[{\"word\":\"onye amụma āsị\",\"wordClass\":\"NNC\",\"definitions\":[\"false prophet ( -ma + 8. announce)\"],\"examples\":[],\"variations\":[],\"stems\":[\"amụma\"]}],\"amụma\":[{\"word\":\"amụma\",\"wordClass\":\"NNC\",\"definitions\":[\"prophecy\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-sè àmùmà\":[{\"word\":\"-sè àmùmà\",\"wordClass\":\"AV\",\"definitions\":[\"flash; lighten; show lightning\"],\"examples\":[],\"variations\":[],\"stems\":[\"àmùmà\",\"-sè\"]}],\"àmùmà\":[{\"word\":\"àmùmà\",\"wordClass\":\"NNC\",\"definitions\":[\"lightning\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ànà\":[{\"word\":\"ànà\",\"wordClass\":\"\",\"definitions\":[\"see ànì\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"anakā osisi\":[{\"word\":\"anakā osisi\",\"wordClass\":\"NNC\",\"definitions\":[\"branch of tree\"],\"examples\":[],\"variations\":[],\"stems\":[\"anakā\"]}],\"-du anakā\":[{\"word\":\"-du anakā\",\"wordClass\":\"AV\",\"definitions\":[\"put out shoots, suckers\"],\"examples\":[],\"variations\":[],\"stems\":[\"anakā\",\"-du\"]}],\"anakā\":[{\"word\":\"anakā\",\"wordClass\":\"NNC\",\"definitions\":[\"branch\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"Ànàndiìchè\":[{\"word\":\"Ànàndiìchè\",\"wordClass\":\"NNC\",\"definitions\":[\"god of family, represented by a tree\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ànàsì\":[{\"word\":\"ànàsì\",\"wordClass\":\"NNC\",\"definitions\":[\"chief or favourite wife (usually first) of a king\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"anì\":[{\"word\":\"anì\",\"wordClass\":\"NNC\",\"definitions\":[\"(also anì nnùnù) bird’s nest (= àkwụ)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ànì apìtì\":[{\"word\":\"ànì apìtì\",\"wordClass\":\"NNC\",\"definitions\":[\"swamp\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\",\"apìtì\"]}],\"ànị èdò\":[{\"word\":\"ànị èdò\",\"wordClass\":\"NNC\",\"definitions\":[\"Atanị area\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\"]}],\"ànì ezè\":[{\"word\":\"ànì ezè\",\"wordClass\":\"NNC\",\"definitions\":[\"kingdom\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\",\"ezè\"]}],\"ànì isī\":[{\"word\":\"ànì isī\",\"wordClass\":\"NNC\",\"definitions\":[\"skull of head\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\",\"isi\"]}],\"ànị mmadù\":[{\"word\":\"ànị mmadù\",\"wordClass\":\"NNC\",\"definitions\":[\"foreign country; another person’s land\",\"land of the living (opposed to ànì mmụọ)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\"]}],\"ànì mmanụ anwū nà mmili ala efī\":[{\"word\":\"ànì mmanụ anwū nà mmili ala efī\",\"wordClass\":\"NNC\",\"definitions\":[\"promised land (land of milk and honey)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\"]}],\"ànị mmānya\":[{\"word\":\"ànị mmānya\",\"wordClass\":\"NNC\",\"definitions\":[\"dregs of wine\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\"]}],\"ànì mmarùbe\":[{\"word\":\"ànì mmarùbe\",\"wordClass\":\"AV\",\"definitions\":[\"earthquake\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\",\"-ma\"]}],\"ànị mmụọ\":[{\"word\":\"ànị mmụọ\",\"wordClass\":\"NNC\",\"definitions\":[\"land of the dead (opposed to ànị mmadù, land of the living) (Christian usage) hell; Hades\",\"lands of the dead; (Christian usage) hell\"],\"examples\":[{\"igbo\":\"Ọ līdàlù n’ànị mmụọ\",\"english\":\"He descended into hell\"}],\"variations\":[],\"stems\":[\"ànì\",\"mmụō\"]}],\"ànì obì\":[{\"word\":\"ànì obì\",\"wordClass\":\"NNC\",\"definitions\":[\"place of abode; settlement\",\"empty plot for future building (of dwelling)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\",\"obì\"]}],\"ànì okwū\":[{\"word\":\"ànì okwū\",\"wordClass\":\"NNC\",\"definitions\":[\"most important part of the story\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\",\"okwu\"]}],\"ànì olū\":[{\"word\":\"ànì olū\",\"wordClass\":\"NNC\",\"definitions\":[\"land overflowed in wet season\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\"]}],\"ànì ọcha\":[{\"word\":\"ànì ọcha\",\"wordClass\":\"NNC\",\"definitions\":[\"dry land, not overflowed in wet season\",\"Ìgbò land\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\",\"ọcha\"]}],\"ànị ōma jìjìjì\":[{\"word\":\"ànị ōma jìjìjì\",\"wordClass\":\"AV\",\"definitions\":[\"earthquake\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\",\"-ma\"]}],\"ànì ọnà ọcha nà ọnā èdò\":[{\"word\":\"ànì ọnà ọcha nà ọnā èdò\",\"wordClass\":\"NNC\",\"definitions\":[\"land of gold and silver\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\"]}],\"ànì ụkwū\":[{\"word\":\"ànì ụkwū\",\"wordClass\":\"NNC\",\"definitions\":[\"heel of the foot\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\",\"ụkwụ\"]}],\"ànì ụlō\":[{\"word\":\"ànì ụlō\",\"wordClass\":\"NNC\",\"definitions\":[\"clay soil\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\",\"ụlō\"]}],\"àrụ ànì\":[{\"word\":\"àrụ ànì\",\"wordClass\":\"NNC\",\"definitions\":[\"quietness\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\"]}],\"awa ànì\":[{\"word\":\"awa ànì\",\"wordClass\":\"AV\",\"definitions\":[\"division, plot, of land\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\",\"-wa\"]}],\"-bọ ànì\":[{\"word\":\"-bọ ànì\",\"wordClass\":\"AV\",\"definitions\":[\"scratch, paw the ground (of fowls, dogs)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\",\"-bọ\"]}],\"-dị ànì\":[{\"word\":\"-dị ànì\",\"wordClass\":\"PV\",\"definitions\":[\"be low\",\"be humble, low, of low estate, contemptible\"],\"examples\":[{\"igbo\":\"Oche à dì ànì\",\"english\":\"This chair is low\"}],\"variations\":[],\"stems\":[\"ànì\",\"-dị\"]}],\"-do ànì\":[{\"word\":\"-do ànì\",\"wordClass\":\"AV\",\"definitions\":[\"settle a country; establish place\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\",\"-do\"]}],\"-dolu ànì\":[{\"word\":\"-dolu ànì\",\"wordClass\":\"AV\",\"definitions\":[\"put down\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\",\"-do\"]}],\"-dolu àrụ ànì\":[{\"word\":\"-dolu àrụ ànì\",\"wordClass\":\"AV\",\"definitions\":[\"take things easy\",\"take things quietly\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\",\"-do\"]}],\"enu ànì\":[{\"word\":\"enu ànì\",\"wordClass\":\"NNC\",\"definitions\":[\"dry land (as opposed to water); high land between Asaba and Agbor\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\",\"enū\"]}],\"enū nà ànì\":[{\"word\":\"enū nà ànì\",\"wordClass\":\"NNC\",\"definitions\":[\"‘up and down’; blouse and wrapper made of same material\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\"]}],\"-fè ànì\":[{\"word\":\"-fè ànì\",\"wordClass\":\"AV\",\"definitions\":[\"prepare land for planting by propitiating the spirits (or gods) concerned\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\",\"-fè\"]}],\"-gbabo ànì\":[{\"word\":\"-gbabo ànì\",\"wordClass\":\"AV\",\"definitions\":[\"kick up the ground\"],\"examples\":[{\"igbo\":\"Òkwute ị dèbèlù n’ebe afù gà-àgbabo ànì ụnò\",\"english\":\"The stone you placed in that place is going to break the floor\"}],\"variations\":[],\"stems\":[\"ànì\",\"-gba-\"]}],\"-gbakìlì ànì\":[{\"word\":\"-gbakìlì ànì\",\"wordClass\":\"NNC\",\"definitions\":[\"run hither and thither; make fuss; be dilatory, going hither and thither without anything being seen done by the person; dilly- dally\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\"]}],\"-kpa okē ànì\":[{\"word\":\"-kpa okē ànì\",\"wordClass\":\"NNC\",\"definitions\":[\"make boundary between lands\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\"]}],\"-kpọbo ànì\":[{\"word\":\"-kpọbo ànì\",\"wordClass\":\"AV\",\"definitions\":[\"level ground; break ground for planting\",\"level ground; break ground\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\",\"-kpọ\"]}],\"-kpọ isi ànì\":[{\"word\":\"-kpọ isi ànì\",\"wordClass\":\"NNC\",\"definitions\":[\"prostrate; cringe; worship; beg\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\"]}],\"-kpọ ànì\":[{\"word\":\"-kpọ ànì\",\"wordClass\":\"AV\",\"definitions\":[\"clear ground by burning\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\",\"-kpọ\"]}],\"-lu ànì\":[{\"word\":\"-lu ànì\",\"wordClass\":\"NNC\",\"definitions\":[\"arrive at a settlement or conclusion\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\"]}],\"-lụ ànì\":[{\"word\":\"-lụ ànì\",\"wordClass\":\"AV\",\"definitions\":[\"wreak havoc; commit treachery, abominably wicked or cruel act\",\"commit abomination, havoc, treachery\"],\"examples\":[{\"igbo\":\"Ibè lùlù ànì\",\"english\":\"Ibe committed an abomination\"}],\"variations\":[],\"stems\":[\"ànì\",\"-lụ\"]}],\"-lụcha ànì\":[{\"word\":\"-lụcha ànì\",\"wordClass\":\"AV\",\"definitions\":[\"cultivate land; clear weeds\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\",\"-lụ\"]}],\"ǹgwu ànì\":[{\"word\":\"ǹgwu ànì\",\"wordClass\":\"NNC\",\"definitions\":[\"tool for digging; digger\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\",\"ǹgwu\"]}],\"ǹtọ ànì\":[{\"word\":\"ǹtọ ànì\",\"wordClass\":\"AV\",\"definitions\":[\"foundation; origin\"],\"examples\":[{\"igbo\":\"Achòlù m ịmā ǹtọ ànì emume afù\",\"english\":\"I want to know the origin of the custom\"}],\"variations\":[],\"stems\":[\"ànì\",\"ǹtò\",\"-tò\"]}],\"òbì n’ànà alā ajā\":[{\"word\":\"òbì n’ànà alā ajā\",\"wordClass\":\"NNC\",\"definitions\":[\"one who lives underground but does not absorb earth (i.e. masquerade)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\"]}],\"onu ànì\":[{\"word\":\"onu ànì\",\"wordClass\":\"NNC\",\"definitions\":[\"low tone\"],\"examples\":[{\"igbo\":\"Fa nà-àgụ egwu n’onu ànì\",\"english\":\"They were singing in low tones\"}],\"variations\":[],\"stems\":[\"ànì\",\"onu\"]}],\"Ọ nà-èkwu n’onu ànì\":[{\"word\":\"Ọ nà-èkwu n’onu ànì\",\"wordClass\":\"NNC\",\"definitions\":[\"He is speaking in low tones\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\"]}],\"onye ànì\":[{\"word\":\"onye ànì\",\"wordClass\":\"NNC\",\"definitions\":[\"fellow countryman\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\",\"onye\"]}],\"onye ànị mmadù\":[{\"word\":\"onye ànị mmadù\",\"wordClass\":\"NNC\",\"definitions\":[\"foreigner; stranger\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\",\"onye\"]}],\"ọkpụ ànì\":[{\"word\":\"ọkpụ ànì\",\"wordClass\":\"NNC\",\"definitions\":[\"ancient; long-established\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\",\"ọkpụ\"]}],\"òkpụkpa ànì\":[{\"word\":\"òkpụkpa ànì\",\"wordClass\":\"AV\",\"definitions\":[\"making of boundary\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\",\"-kpa\"]}],\"ọmụ ànì\":[{\"word\":\"ọmụ ànì\",\"wordClass\":\"NNC\",\"definitions\":[\"bottom\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\",\"ọmụ\"]}],\"ọrụ ànì\":[{\"word\":\"ọrụ ànì\",\"wordClass\":\"NNC\",\"definitions\":[\"dregs (of wine)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\",\"ọrụ\"]}],\"òsụsụ ànì\":[{\"word\":\"òsụsụ ànì\",\"wordClass\":\"NNC\",\"definitions\":[\"cutting, clearing of bush preparatory to farming\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\"]}],\"-pu n’ànì\":[{\"word\":\"-pu n’ànì\",\"wordClass\":\"AV\",\"definitions\":[\"be native or home-born, indigenous (literally grow, sprout in the soil)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\",\"-pu\"]}],\"-rulu ànì\":[{\"word\":\"-rulu ànì\",\"wordClass\":\"AV\",\"definitions\":[\"stoop down\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\",\"-ru\"]}],\"-runata ànì\":[{\"word\":\"-runata ànì\",\"wordClass\":\"AV\",\"definitions\":[\"stoop down a bit\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\",\"-ru\"]}],\"-sekpùlu ànì\":[{\"word\":\"-sekpùlu ànì\",\"wordClass\":\"AV\",\"definitions\":[\"worship; bow, kneel down; give honour to\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\",\"-se-kpù\"]}],\"-sù isi n’ànì\":[{\"word\":\"-sù isi n’ànì\",\"wordClass\":\"AV\",\"definitions\":[\"fall headlong; throw oneself headlong\"],\"examples\":[{\"igbo:\":\"Onye iwe nà-èwe sùa isī n’ànì kà a malụ nà iwe obì nà-èwe yā\",\"english\":\"Let whoever is annoyed (or angry) put his head on the ground to prove that he is annoyed (lit know that anger is burning in his heart)\"}],\"variations\":[],\"stems\":[\"ànì\",\"isi\",\"-sù\"]}],\"-sù n’ànì\":[{\"word\":\"-sù n’ànì\",\"wordClass\":\"AV\",\"definitions\":[\"thump on the ground; set down heavily\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\",\"-sù\"]}],\"-tò anya n’ànì\":[{\"word\":\"-tò anya n’ànì\",\"wordClass\":\"AV\",\"definitions\":[\"be observant, watchful, careful; take notice of; watch (literally lay the eyes on the ground)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\",\"anya\",\"-tò\"]}],\"-tò ntì n’ànì\":[{\"word\":\"-tò ntì n’ànì\",\"wordClass\":\"AV\",\"definitions\":[\"hearken; pay attention (literally lay the ear on the ground)\"],\"examples\":[{\"igbo\":\"Nnā ānyị nà-àchọ ikwū okwu, madù niīne tò ntì n’ànì\",\"english\":\"Father is going to speak, would you all be attentive\"}],\"variations\":[],\"stems\":[\"ànì\",\"ntì\",\"-tò\"]}],\"-tò ǹtọ ànì\":[{\"word\":\"-tò ǹtọ ànì\",\"wordClass\":\"AV\",\"definitions\":[\"lay foundation\",\"lay foundation; start from the beginning\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\",\"ǹtò\",\"-tò\"]}],\"ụgbọ ànì\":[{\"word\":\"ụgbọ ànì\",\"wordClass\":\"NNC\",\"definitions\":[\"lorry; car\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\",\"ụgbọ\"]}],\"ùsọ ànì\":[{\"word\":\"ùsọ ànì\",\"wordClass\":\"NNC\",\"definitions\":[\"boundary (of farmland)\",\"bank of river\",\"border; place of no consequence; the country, countryside\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\",\"ùsọ\"]}],\"-wa ànì\":[{\"word\":\"-wa ànì\",\"wordClass\":\"AV\",\"definitions\":[\"break up land by digging; divide land for planting; dig ground\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\",\"-wa\"]}],\"-wedàta ànì\":[{\"word\":\"-wedàta ànì\",\"wordClass\":\"NNC\",\"definitions\":[\"bring down; humble; humiliate\",\"Ànì, Ànà the Earth Spirit, regarded as the mother of all men, the queen of the underworld, and the custodian of public morality\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\"]}],\"Ànìegbòka\":[{\"word\":\"Ànìegbòka\",\"wordClass\":\"AV\",\"definitions\":[\"person’s name\",\"person's name (literally the land has offered very formidable protection)\",\"cover in order to prevent; cover\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\",\"-gbò\"]}],\"Ànìèmeka\":[{\"word\":\"Ànìèmeka\",\"wordClass\":\"AV\",\"definitions\":[\"person’s name (literally The land has done very well)\",\"male name\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\",\"-me\"]}],\"Ànị ēzi\":[{\"word\":\"Ànị ēzi\",\"wordClass\":\"NNC\",\"definitions\":[\"the shrine of Ànì owned by the head of a compound, kept in front of his house\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\"]}],\"Ànị Ònìchà\":[{\"word\":\"Ànị Ònìchà\",\"wordClass\":\"NNC\",\"definitions\":[\"secret place worshipped by Onitsha people\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\"]}],\"alụlụ Ànì\":[{\"word\":\"alụlụ Ànì\",\"wordClass\":\"NNC\",\"definitions\":[\"injustice; maltreatment; wickedness\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\"]}],\"ezē Ànì\":[{\"word\":\"ezē Ànì\",\"wordClass\":\"NNC\",\"definitions\":[\"life-size status of carved wood, representing Ànì\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\"]}],\"nsọ Ànì\":[{\"word\":\"nsọ Ànì\",\"wordClass\":\"NNC\",\"definitions\":[\"abomination\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\"]}],\"-rù Ànì\":[{\"word\":\"-rù Ànì\",\"wordClass\":\"NNC\",\"definitions\":[\"sacrifice to Ànì\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànì\"]}],\"ànì\":[{\"word\":\"ànì\",\"wordClass\":\"NNC\",\"definitions\":[\"land; ground; soil\"],\"examples\":[],\"variations\":[\"ànà\"],\"stems\":null}],\"anịkịlịjā\":[{\"word\":\"anịkịlịjā\",\"wordClass\":\"NNC\",\"definitions\":[\"old, worn-out thing, usually machine or vehicle\"],\"examples\":[{\"igbo\":\"Igwē ǹkaà bù anịkịlịjā\",\"english\":\"This bicycle is very old and worn-out\"}],\"variations\":[],\"stems\":null}],\"ànịnị\":[{\"word\":\"ànịnị\",\"wordClass\":\"NNC\",\"definitions\":[\"tenth of a penny (Hausa àniinii)\"],\"examples\":[],\"variations\":[\"àniniī\"],\"stems\":null}],\"ànọ\":[{\"word\":\"ànọ\",\"wordClass\":\"CD\",\"definitions\":[\"Central Igbo form of ìnọ, used in ta à bụ ànọ three days ago (literally today is four)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ànunuū\":[{\"word\":\"ànunuū\",\"wordClass\":\"NNC\",\"definitions\":[\"plant yielding black dye\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"anụ atụlū\":[{\"word\":\"anụ atụlū\",\"wordClass\":\"NNC\",\"definitions\":[\"mutton\"],\"examples\":[],\"variations\":[],\"stems\":[\"anụ\"]}],\"anụ efī\":[{\"word\":\"anụ efī\",\"wordClass\":\"NNC\",\"definitions\":[\"beef\"],\"examples\":[],\"variations\":[],\"stems\":[\"anụ\",\"efi\"]}],\"anụ ewū\":[{\"word\":\"anụ ewū\",\"wordClass\":\"NNC\",\"definitions\":[\"goat’s meat\",\"goat-meat\"],\"examples\":[],\"variations\":[],\"stems\":[\"anụ\",\"ewu\"]}],\"anụ ezì\":[{\"word\":\"anụ ezì\",\"wordClass\":\"NNC\",\"definitions\":[\"pork\"],\"examples\":[],\"variations\":[],\"stems\":[\"anụ\",\"ezì\"]}],\"anụmànù\":[{\"word\":\"anụmànù\",\"wordClass\":\"NNC\",\"definitions\":[\"animal (generic)\"],\"examples\":[],\"variations\":[],\"stems\":[\"anụ\"]}],\"anụ namà\":[{\"word\":\"anụ namà\",\"wordClass\":\"NNC\",\"definitions\":[\"beef\"],\"examples\":[],\"variations\":[],\"stems\":[\"anụ\"]}],\"anụ ọfīa\":[{\"word\":\"anụ ọfīa\",\"wordClass\":\"NNC\",\"definitions\":[\"wild animal\",\"(fig.) any person who behaves like an animal; foolish person\",\"wild animal; (fig.) stupid, foolish person\"],\"examples\":[],\"variations\":[],\"stems\":[\"anụ\",\"ọfịa\"]}],\"anụ ūfe\":[{\"word\":\"anụ ūfe\",\"wordClass\":\"AV\",\"definitions\":[\"flying creature; bird; bat\"],\"examples\":[],\"variations\":[],\"stems\":[\"anụ\",\"-fe\"]}],\"anụ ugbokō\":[{\"word\":\"anụ ugbokō\",\"wordClass\":\"NNC\",\"definitions\":[\"stupid, uncivilized person\",\"name of a town in Bendel State\"],\"examples\":[],\"variations\":[],\"stems\":[\"anụ\",\"ugbokō\"]}],\"-chụ anụ\":[{\"word\":\"-chụ anụ\",\"wordClass\":\"AV\",\"definitions\":[\"chase animals\"],\"examples\":[],\"variations\":[],\"stems\":[\"anụ\",\"-chụ\"]}],\"-dọka anụ\":[{\"word\":\"-dọka anụ\",\"wordClass\":\"AV\",\"definitions\":[\"tear, rend (flesh)\"],\"examples\":[],\"variations\":[],\"stems\":[\"anụ\",\"-dọ\"]}],\"ezè anụmànù\":[{\"word\":\"ezè anụmànù\",\"wordClass\":\"NNC\",\"definitions\":[\"king of the beasts; elephant\"],\"examples\":[],\"variations\":[],\"stems\":[\"anụ\",\"ezè\"]}],\"onye anū\":[{\"word\":\"onye anū\",\"wordClass\":\"NNC\",\"definitions\":[\"meat seller, dealer\",\"meat-seller (-dealer)\"],\"examples\":[],\"variations\":[],\"stems\":[\"anụ\",\"onye\"]}],\"ọkpùlùkpù anū\":[{\"word\":\"ọkpùlùkpù anū\",\"wordClass\":\"NNC\",\"definitions\":[\"piece of meat\"],\"examples\":[],\"variations\":[],\"stems\":[\"anụ\",\"ọkpùlùkpù\"]}],\"ọlụ anū\":[{\"word\":\"ọlụ anū\",\"wordClass\":\"NNC\",\"definitions\":[\"leg (of meat)\"],\"examples\":[],\"variations\":[],\"stems\":[\"anụ\",\"ọlụ\"]}],\"ugwùlùgwù anū\":[{\"word\":\"ugwùlùgwù anū\",\"wordClass\":\"NNC\",\"definitions\":[\"breast (of meat)\"],\"examples\":[],\"variations\":[],\"stems\":[\"anụ\",\"ugwùlùgwù\"]}],\"ùw’a anụmànù\":[{\"word\":\"ùw’a anụmànù\",\"wordClass\":\"NNC\",\"definitions\":[\"the animal world\"],\"examples\":[],\"variations\":[],\"stems\":[\"anụ\"]}],\"anụ\":[{\"word\":\"anụ\",\"wordClass\":\"NNC\",\"definitions\":[\"animal; meat\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ànùm\":[{\"word\":\"ànùm\",\"wordClass\":\"NNC\",\"definitions\":[\"female tortoise\",\"wife of Tortoise in fables\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ànụmdi\":[{\"word\":\"ànụmdi\",\"wordClass\":\"NNC\",\"definitions\":[\"marriage (of woman to man); wedding\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ànùnù ebè\":[{\"word\":\"ànùnù ebè\",\"wordClass\":\"AV\",\"definitions\":[\"tree supposed very poisonous, associated with ànùnù\",\"tree, supposed very poisonous, associated with ànùnù (literally ànùnù never settles on it)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànùnù\",\"-bè\"]}],\"ànùnụ ngwe\":[{\"word\":\"ànùnụ ngwe\",\"wordClass\":\"NNC\",\"definitions\":[\"vegetable\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànùnù\"]}],\"ànùnù\":[{\"word\":\"ànùnù\",\"wordClass\":\"NNC\",\"definitions\":[\"bird (rare, small)\",\"indigo vine (Lonchocarpus cyanescens Benth.)\",\"type of game played by children\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ànwàlì\":[{\"word\":\"ànwàlì\",\"wordClass\":\"NNC\",\"definitions\":[\"(also ìpo ànwàlì) a fish (Alestes leuciscus); ìpo is regarded as the larger size of ànwàlì\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-me ànwàǹsì\":[{\"word\":\"-me ànwàǹsì\",\"wordClass\":\"AV\",\"definitions\":[\"conjure; do wizardry\",\"conjure; perform magic\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànwàǹsì\",\"-me\"]}],\"ànwàǹsì\":[{\"word\":\"ànwàǹsì\",\"wordClass\":\"NNC\",\"definitions\":[\"conjuring, magic, jugglery, by dibìà\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"(anwū) -cha\":[{\"word\":\"(anwū) -cha\",\"wordClass\":\"NNC\",\"definitions\":[\"beat (of sun)\"],\"examples\":[],\"variations\":[],\"stems\":[\"anwū\"]}],\"-cha n’anwū\":[{\"word\":\"-cha n’anwū\",\"wordClass\":\"AV\",\"definitions\":[\"be apparent, obvious, conspicuous\",\"be apparent, obvious, conspicuous (compare -gba n’anwū)\"],\"examples\":[],\"variations\":[],\"stems\":[\"anwū\",\"-cha\"]}],\"-kpọ anwū\":[{\"word\":\"-kpọ anwū\",\"wordClass\":\"NNC\",\"definitions\":[\"wither\"],\"examples\":[],\"variations\":[],\"stems\":[\"anwū\"]}],\"mkpọ ānwụ\":[{\"word\":\"mkpọ ānwụ\",\"wordClass\":\"AV\",\"definitions\":[\"drought; extended dry season; severe dry season; long period without rain\"],\"examples\":[],\"variations\":[],\"stems\":[\"anwū\",\"-kpọ\"]}],\"òche anwū\":[{\"word\":\"òche anwū\",\"wordClass\":\"NNC\",\"definitions\":[\"umbrella; sunshade\"],\"examples\":[],\"variations\":[],\"stems\":[\"anwū\"]}],\"oke anwū\":[{\"word\":\"oke anwū\",\"wordClass\":\"NNC\",\"definitions\":[\"intense sunshine\"],\"examples\":[],\"variations\":[],\"stems\":[\"anwū\",\"oke\"]}],\"ọjì anwū\":[{\"word\":\"ọjì anwū\",\"wordClass\":\"NNC\",\"definitions\":[\"false iroko (Antiaris africana Engl.)\",\"kind of ọjì with leaves less broad than that of ọjì; false iroko (Antiaris africana Engl.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"anwū\",\"ọjì\"]}],\"-zè(lụ) anwū\":[{\"word\":\"-zè(lụ) anwū\",\"wordClass\":\"AV\",\"definitions\":[\"shelter from sun\"],\"examples\":[],\"variations\":[],\"stems\":[\"anwū\",\"-zè\"]}],\"mmanụ anwū\":[{\"word\":\"mmanụ anwū\",\"wordClass\":\"NNC\",\"definitions\":[\"honey\"],\"examples\":[],\"variations\":[],\"stems\":[\"anwū\"]}],\"-ra anwū\":[{\"word\":\"-ra anwū\",\"wordClass\":\"NNC\",\"definitions\":[\"take honey from the comb (after driving away the bees)\",\"(fig.) cause great trouble or hardship\"],\"examples\":[],\"variations\":[],\"stems\":[\"anwū\",\"-ra\"]}],\"anwụ ntà\":[{\"word\":\"anwụ ntà\",\"wordClass\":\"NNC\",\"definitions\":[\"mosquito\"],\"examples\":[],\"variations\":[],\"stems\":[\"anwū\"]}],\"ụnò anwū\":[{\"word\":\"ụnò anwū\",\"wordClass\":\"NNC\",\"definitions\":[\"mosquito-net\"],\"examples\":[],\"variations\":[],\"stems\":[\"anwū\",\"ụnò\"]}],\"anwū\":[{\"word\":\"anwū\",\"wordClass\":\"NNC\",\"definitions\":[\"sunshine; heat of sun\",\"bee\",\"mosquito\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"anwùlị\":[{\"word\":\"anwùlị\",\"wordClass\":\"\",\"definitions\":[\"see aŋùlị\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"anwụlịnwụ\":[{\"word\":\"anwụlịnwụ\",\"wordClass\":\"NNC\",\"definitions\":[\"rough surface\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"anwụlū èkèlèke\":[{\"word\":\"anwụlū èkèlèke\",\"wordClass\":\"NNC\",\"definitions\":[\"tied tobacco; bits of tied tobacco retailed in small amounts - 1d, 3d, etc.\"],\"examples\":[],\"variations\":[],\"stems\":[\"anwụlù\"]}],\"isi anwūlù\":[{\"word\":\"isi anwūlù\",\"wordClass\":\"NNC\",\"definitions\":[\"head of tobacco; bunch of prepared tobacco leaves (usually black tobacco) containing 5 leaves in one head\"],\"examples\":[],\"variations\":[],\"stems\":[\"anwụlù\",\"isi\"]}],\"-kpọ anwụlù\":[{\"word\":\"-kpọ anwụlù\",\"wordClass\":\"AV\",\"definitions\":[\"take snuff\"],\"examples\":[{\"igbo\":\"Ọ nà-àkpọ anwūlù\",\"english\":\"He is taking (tobacco) snuff\"}],\"variations\":[],\"stems\":[\"anwụlù\",\"-kpọ\"]}],\"mkpò anwūlù\":[{\"word\":\"mkpò anwūlù\",\"wordClass\":\"NNC\",\"definitions\":[\"snuffbox\",\"snuff-box\"],\"examples\":[],\"variations\":[],\"stems\":[\"anwụlù\",\"mkpò\"]}],\"-kwụ anwụlù\":[{\"word\":\"-kwụ anwụlù\",\"wordClass\":\"AV\",\"definitions\":[\"smoke (of a fire)\"],\"examples\":[],\"variations\":[],\"stems\":[\"anwụlù\",\"-kwụ\"]}],\"òkwute anwūlù\":[{\"word\":\"òkwute anwūlù\",\"wordClass\":\"NNC\",\"definitions\":[\"stone for grinding snuff\"],\"examples\":[],\"variations\":[],\"stems\":[\"anwụlù\",\"okwumkwudo\"]}],\"òkwùma\":[{\"word\":\"òkwùma\",\"wordClass\":\"NNC\",\"definitions\":[\"shea butter (Vitellaria paradoxa)\"]}],\"-sè anwụlù\":[{\"word\":\"-sè anwụlù\",\"wordClass\":\"NNC\",\"definitions\":[\"smoke tobacco\"],\"examples\":[{\"igbo\":\"Adā m esè anwūlù\",\"english\":\"I never smoke\"}],\"variations\":[],\"stems\":[\"anwụlù\"]}],\"anwụlù\":[{\"word\":\"anwụlù\",\"wordClass\":\"NNC\",\"definitions\":[\"smoke\",\"tobacco; cigarette; cigar; tobacco snuff (compare ùtabà)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"anya akpà\":[{\"word\":\"anya akpà\",\"wordClass\":\"NNC\",\"definitions\":[\"goggling eyes\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\"]}],\"(anya) -bughalị\":[{\"word\":\"(anya) -bughalị\",\"wordClass\":\"NNC\",\"definitions\":[\"be dizzy, giddy, mad\"],\"examples\":[{\"igbo\":\"Anya nà-èbughalị m#\",\"english\":\"I am dizzy\"}],\"variations\":[],\"stems\":[\"anya\"]}],\"anya ikē\":[{\"word\":\"anya ikē\",\"wordClass\":\"NNC\",\"definitions\":[\"boldness; greed; fearlessness\",\"axe\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\",\"ike\"]}],\"anya ī\":[{\"word\":\"anya ī\",\"wordClass\":\"NNC\",\"definitions\":[\"exclamation of pleasure on meeting a friend after long separation\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\"]}],\"anya mpīa\":[{\"word\":\"anya mpīa\",\"wordClass\":\"NNC\",\"definitions\":[\"eye partly closed through disease or accident\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\"]}],\"anya mkpō\":[{\"word\":\"anya mkpō\",\"wordClass\":\"NNC\",\"definitions\":[\"blindness\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\"]}],\"anya mkpūlụ egō\":[{\"word\":\"anya mkpūlụ egō\",\"wordClass\":\"NNC\",\"definitions\":[\"eye with pupil whitened by disease\",\"(fig.) fruit; seed; offspring; descendant\",\"(fig.) fruit, result (of deed)\",\"(fig.) individual\"],\"examples\":[{\"igbo\":\"Nwa ǹkaà dì kà mkpụlụ Èzènwiìlè\",\"english\":\"This child looks like a descendant of Ezenwiile\"},{\"igbo\":\"Ibè nò n’ime oke afụfụ, ọ bù mkpụlụ njō yā kà ọ nà- àghọlụ\",\"english\":\"Ibe is in great trouble; he is reaping the fruit of his sin\"}],\"variations\":[],\"stems\":[\"anya\",\"egō\",\"mkpụlū\"]}],\"anya mmīli\":[{\"word\":\"anya mmīli\",\"wordClass\":\"NNC\",\"definitions\":[\"tears\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\",\"mmilī\"]}],\"-gba anya mmīli\":[{\"word\":\"-gba anya mmīli\",\"wordClass\":\"AV\",\"definitions\":[\"shed tears\"],\"examples\":[{\"igbo\":\"Ife nā-ēme n'ogè kịtāà nà-àgba ìmèliìmè mmādù anya mmīli\",\"english\":\"What is happening at the present time is making many people shed tears\"}],\"variations\":[],\"stems\":[\"anya\",\"-gba\",\"mmilī\"]}],\"anya ọkū\":[{\"word\":\"anya ọkū\",\"wordClass\":\"NNC\",\"definitions\":[\"disease of the eye\",\"fierceness of aspect\",\"jealousy; envy (literally fiery eyes)\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\",\"ọkụ\"]}],\"anya ūdo\":[{\"word\":\"anya ūdo\",\"wordClass\":\"NNC\",\"definitions\":[\"self-control; temperance\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\",\"ùdo\"]}],\"anya ùfìè\":[{\"word\":\"anya ùfìè\",\"wordClass\":\"NNC\",\"definitions\":[\"squint; cross-eyes\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\",\"ùfìè\"]}],\"anya ukwu\":[{\"word\":\"anya ukwu\",\"wordClass\":\"NNC\",\"definitions\":[\"greed; coveteousness (literally big eyes)\",\"covetousness\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\",\"ukwu\"]}],\"arị anyā\":[{\"word\":\"arị anyā\",\"wordClass\":\"NNC\",\"definitions\":[\"filaria; filaria worm (of the eye)\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\"]}],\"-bà n’anya\":[{\"word\":\"-bà n’anya\",\"wordClass\":\"AV\",\"definitions\":[\"intoxicate\"],\"examples\":[{\"igbo\":\"Mmanya à bà m n’anya\",\"english\":\"This wine intoxicates me\"}],\"variations\":[],\"stems\":[\"anya\",\"-bà-\"]}],\"-bo anya\":[{\"word\":\"-bo anya\",\"wordClass\":\"AV\",\"definitions\":[\"stare at\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\",\"-bo\"]}],\"-bokwàsị anya\":[{\"word\":\"-bokwàsị anya\",\"wordClass\":\"AV\",\"definitions\":[\"stare at\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\",\"-bo\"]}],\"-bughalị anya\":[{\"word\":\"-bughalị anya\",\"wordClass\":\"AV\",\"definitions\":[\"make dizzy, giddy, mad\",\"be mad, dizzy, giddy\"],\"examples\":[{\"igbo\":\"Ọgwù m ŋūlụ n’ùtụtù nà-èbughalị m#anya\",\"english\":\"The drug I took in the morning makes me dizzy\"}],\"variations\":[],\"stems\":[\"anya\",\"-bu\"]}],\"-bịachị anya\":[{\"word\":\"-bịachị anya\",\"wordClass\":\"NNC\",\"definitions\":[\"come regularly\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\"]}],\"-chalàpù anya\":[{\"word\":\"-chalàpù anya\",\"wordClass\":\"AV\",\"definitions\":[\"stare at; look sternly at\",\"open eyes wide; stare at; look sternly at\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\",\"-cha\"]}],\"-chi anya\":[{\"word\":\"-chi anya\",\"wordClass\":\"AV\",\"definitions\":[\"be well woven; be tight\",\"be well-woven, tight\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\",\"-chi\"]}],\"-chìchapù anya\":[{\"word\":\"-chìchapù anya\",\"wordClass\":\"NNC\",\"definitions\":[\"stare; glare\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\",\"-chì\"]}],\"ènyò anya\":[{\"word\":\"ènyò anya\",\"wordClass\":\"NNC\",\"definitions\":[\"pair of glasses\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\"]}],\"-febè n’anya\":[{\"word\":\"-febè n’anya\",\"wordClass\":\"NNC\",\"definitions\":[\"get in eye; (fig.) be cheated\"],\"examples\":[{\"igbo\":\"Ekwēna kà ife febē gị n’anya\",\"english\":\"Don’t let anything get in your eye, or, Don’t let yourself be cheated\"}],\"variations\":[],\"stems\":[\"anya\"]}],\"-fụju anya\":[{\"word\":\"-fụju anya\",\"wordClass\":\"AV\",\"definitions\":[\"toil, suffer greatly\",\"be horrified, as by an abomination horrified by what is happening now\"],\"examples\":[{\"igbo\":\"Ndị mmadù àfụjugo anya n’ife nā-eme kịtāà\",\"english\":\"People are horrified by what is happening now\"}],\"variations\":[],\"stems\":[\"anya\",\"-fụ\"]}],\"-fụ n’anya\":[{\"word\":\"-fụ n’anya\",\"wordClass\":\"AV\",\"definitions\":[\"love; like\"],\"examples\":[{\"igbo\":\"Fâ fùlù ònwe fā n’anya\",\"english\":\"They love each other.\"},{\"igbo\":\"Afùlù m gì n’anya\",\"english\":\"I love you\"}],\"variations\":[],\"stems\":[\"anya\",\"-fụ\"]}],\"-fụsì anya\":[{\"word\":\"-fụsì anya\",\"wordClass\":\"AV\",\"definitions\":[\"suffer greatly; see many tribulations; have hard experience\",\"suffer greatly; see too many tribulations\",\"have hard experience\"],\"examples\":[{\"igbo\":\"Afūsìgo m anya!\",\"english\":\"I have suffered a terrible experience or, What a terrible experience I have suffered!\"}],\"variations\":[],\"stems\":[\"anya\",\"-fụ\",\"-sì\"]}],\"-gbado anya\":[{\"word\":\"-gbado anya\",\"wordClass\":\"AV\",\"definitions\":[\"fix the eye on, persevere, be diligent\",\"fix the eye on; persevere; be diligent; e.g. (greeting)\"],\"examples\":[{\"ibgo\":\"Gbàdo anyā\",\"english\":\"Take care of yourself\"}],\"variations\":[],\"stems\":[\"anya\",\"-gba-\"]}],\"gbàdo anyā\":[{\"word\":\"gbàdo anyā\",\"wordClass\":\"NNC\",\"definitions\":[\"greeting to a departing friend\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\"]}],\"-gbagwòju anya\":[{\"word\":\"-gbagwòju anya\",\"wordClass\":\"AV\",\"definitions\":[\"confuse; abash\",\"be abashed; be confused by\"],\"examples\":[{\"igbo\":\"Ife à gbagwòjùlù m anya\",\"english\":\"This has confused me\"}],\"variations\":[],\"stems\":[\"anya\",\"-gba\"]}],\"-gbà ùgègbè anyā\":[{\"word\":\"-gbà ùgègbè anyā\",\"wordClass\":\"NNC\",\"definitions\":[\"wear glasses\"],\"examples\":[{\"igbo\":\"Ikê gbà ùgègbè anyā\",\"english\":\"Ike has glasses on\"}],\"variations\":[],\"stems\":[\"anya\",\"ùgègbè\"]}],\"-gbe anya\":[{\"word\":\"-gbe anya\",\"wordClass\":\"AV\",\"definitions\":[\"steal a look at\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\",\"-gbe\"]}],\"-gbudo anya\":[{\"word\":\"-gbudo anya\",\"wordClass\":\"AV\",\"definitions\":[\"perceive; observe\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\",\"-gbu\"]}],\"-gha anya\":[{\"word\":\"-gha anya\",\"wordClass\":\"AV\",\"definitions\":[\"turn the eyes; long for; expect\"],\"examples\":[{\"igbo\":\"Bikō ghà anyā\",\"english\":\"Please look this way\"}],\"variations\":[],\"stems\":[\"anya\",\"-gha\"]}],\"-gha anya n’àzụ\":[{\"word\":\"-gha anya n’àzụ\",\"wordClass\":\"NNC\",\"definitions\":[\"look backwards; look back; glance back\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\"]}],\"ife ịtū n’anya\":[{\"word\":\"ife ịtū n’anya\",\"wordClass\":\"AV\",\"definitions\":[\"surprising thing\"],\"examples\":[{\"igbo\":\"Etu ndi orī sìlì bàta ụnō à n’anyàsì bù ife ịtū n’anya\",\"english\":\"How the thieves entered this house last night is surprising\"}],\"variations\":[],\"stems\":[\"anya\",\"ife\",\"-tụ\"]}],\"-jechi anya\":[{\"word\":\"-jechi anya\",\"wordClass\":\"AV\",\"definitions\":[\"be punctual\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\",\"-je\"]}],\"-ji anya\":[{\"word\":\"-ji anya\",\"wordClass\":\"NNC\",\"definitions\":[\"be lazy\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\"]}],\"-ju anya\":[{\"word\":\"-ju anya\",\"wordClass\":\"AV\",\"definitions\":[\"surprise; astonish\",\"surprise; be admired; astonish\"],\"examples\":[{\"igbo\":\"O jù m anya\",\"english\":\"It astonished me\"}],\"variations\":[],\"stems\":[\"anya\",\"-ju\"]}],\"-ka anya\":[{\"word\":\"-ka anya\",\"wordClass\":\"AV\",\"definitions\":[\"surpass by greediness, boldness\",\"be bold, confident\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\",\"-ka\"]}],\"-kpacha anya\":[{\"word\":\"-kpacha anya\",\"wordClass\":\"AV\",\"definitions\":[\"do something on purpose\",\"do something purposely\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\",\"-kpa\"]}],\"-kpachalụ anya\":[{\"word\":\"-kpachalụ anya\",\"wordClass\":\"NNC\",\"definitions\":[\"be careful, warned, cautious, beware; take heed (literally clear way for sight)\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\"]}],\"-kpachapù anya\":[{\"word\":\"-kpachapù anya\",\"wordClass\":\"NNC\",\"definitions\":[\"take care; be careful, vigilant\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\"]}],\"-kwakpọsị anya\":[{\"word\":\"-kwakpọsị anya\",\"wordClass\":\"NNC\",\"definitions\":[\"cry bitterly (literally blind oneself with tears)\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\"]}],\"-lò anya\":[{\"word\":\"-lò anya\",\"wordClass\":\"AV\",\"definitions\":[\"eye; look at angrily or with contempt\"],\"examples\":[{\"igbo\":\"Ọ nà-alō m#anya\",\"english\":\"She is eyeing me\"}],\"variations\":[],\"stems\":[\"anya\",\"-lò\"]}],\"-ma anya\":[{\"word\":\"-ma anya\",\"wordClass\":\"AV\",\"definitions\":[\"attract\",\"be familiar with; attract; be good at doing something\"],\"examples\":[{\"igbo\":\"Nni m mààlù anya yā bù ji\",\"english\":\"My usual food is yam\"},{\"igbo\":\"Ọ mààlù anya akwà\",\"english\":\"He's a good judge of cloth\"}],\"variations\":[],\"stems\":[\"anya\",\"-ma\"]}],\"-me anya ụlā\":[{\"word\":\"-me anya ụlā\",\"wordClass\":\"AV\",\"definitions\":[\"be drowsy\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\",\"-me\",\"ụla\"]}],\"-meghèli anya\":[{\"word\":\"-meghèli anya\",\"wordClass\":\"AV\",\"definitions\":[\"confuse\"],\"examples\":[{\"igbo\":\"O meghèlì m anya\",\"english\":\"He confused me\"}],\"variations\":[],\"stems\":[\"anya\",\"-me\"]}],\"mkpụlụ anyā\":[{\"word\":\"mkpụlụ anyā\",\"wordClass\":\"NNC\",\"definitions\":[\"eyeball\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\",\"mkpụlū\"]}],\"-ne anya\":[{\"word\":\"-ne anya\",\"wordClass\":\"AV\",\"definitions\":[\"behold; look (at); gaze at; look after; mind\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\",\"-ne\"]}],\"-nefè anya\":[{\"word\":\"-nefè anya\",\"wordClass\":\"AV\",\"definitions\":[\"overlook\",\"connive at; wink at\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\",\"-ne\"]}],\"-nefèga anya\":[{\"word\":\"-nefèga anya\",\"wordClass\":\"AV\",\"definitions\":[\"overlook; neglect\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\",\"-ne\"]}],\"-nefù anya\":[{\"word\":\"-nefù anya\",\"wordClass\":\"AV\",\"definitions\":[\"look aside; neglect; overlook\",\"look aside; neglect; connive at\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\",\"-ne\"]}],\"-nekpọ anya\":[{\"word\":\"-nekpọ anya\",\"wordClass\":\"AV\",\"definitions\":[\"take a good look at\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\",\"-ne\"]}],\"-nekwàsị anya\":[{\"word\":\"-nekwàsị anya\",\"wordClass\":\"AV\",\"definitions\":[\"look upon; look again\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\",\"-ne\"]}],\"-nenye anya\":[{\"word\":\"-nenye anya\",\"wordClass\":\"AV\",\"definitions\":[\"look into\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\",\"-ne\"]}],\"-neta anya\":[{\"word\":\"-neta anya\",\"wordClass\":\"AV\",\"definitions\":[\"regard; have respect for\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\",\"-ne\"]}],\"-netị anya\":[{\"word\":\"-netị anya\",\"wordClass\":\"AV\",\"definitions\":[\"look ahead\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\",\"-ne\"]}],\"-netù anya\":[{\"word\":\"-netù anya\",\"wordClass\":\"AV\",\"definitions\":[\"look downwards\",\"look downwards; look down on\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\",\"-ne\"]}],\"-nezi anya\":[{\"word\":\"-nezi anya\",\"wordClass\":\"AV\",\"definitions\":[\"beware; look out; be cautious\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\",\"-ne\"]}],\"ǹkù anyā\":[{\"word\":\"ǹkù anyā\",\"wordClass\":\"NNC\",\"definitions\":[\"eyebrow\",\"eyebrow (= ìkù anyā)\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\",\"ǹkù\"]}],\"ntùtù anyā\":[{\"word\":\"ntùtù anyā\",\"wordClass\":\"NNC\",\"definitions\":[\"eyelash\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\",\"ntùtù\"]}],\"nwantaǹta anyā\":[{\"word\":\"nwantaǹta anyā\",\"wordClass\":\"NNC\",\"definitions\":[\"pupil of eye\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\"]}],\"-nwùchì anya\":[{\"word\":\"-nwùchì anya\",\"wordClass\":\"NNC\",\"definitions\":[\"shut eyes\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\"]}],\"-nwụchita anya\":[{\"word\":\"-nwụchita anya\",\"wordClass\":\"NNC\",\"definitions\":[\"dazzle the eyes\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\"]}],\"ọdù anyā\":[{\"word\":\"ọdù anyā\",\"wordClass\":\"NNC\",\"definitions\":[\"corner of the eye\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\",\"ọdù \"]}],\"-sì anya\":[{\"word\":\"-sì anya\",\"wordClass\":\"AV\",\"definitions\":[\"be bold, capable of withstanding hardship, courageous\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\",\"-sì\"]}],\"-sọ anya\":[{\"word\":\"-sọ anya\",\"wordClass\":\"AV\",\"definitions\":[\"refrain from doing something because of respect for someone present\",\"respect person, show favouritism; refrain from doing something because of respect for someone present\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\",\"-sọ\"]}],\"asō anya\":[{\"word\":\"asō anya\",\"wordClass\":\"AV\",\"definitions\":[\"disregard for status or presence; (in good sense) fairness in judgement; (in bad sense) disrespect\",\"disregard for status or presence; impartiality; fairness in judgement; disrespect\",\"avoid (out of disgust); abhor; shun; be beware of\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\",\"-sọ\"]}],\"-tabè anya\":[{\"word\":\"-tabè anya\",\"wordClass\":\"AV\",\"definitions\":[\"wink\",\"wink (literally bite eye)\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\",\"-ta\"]}],\"ntabè anyā\":[{\"word\":\"ntabè anyā\",\"wordClass\":\"AV\",\"definitions\":[\"in the blink of an eyelid; in the twinkling of an eye\",\"twinkling of an eye\"],\"examples\":[{\"igbo:\":\"Mèe ife afù n’òfu ntabè anyā\",\"english\":\"Do that thing in the twinkling of an eye\"}],\"variations\":[],\"stems\":[\"anya\",\"-ta\"]}],\"-tilò anya\":[{\"word\":\"-tilò anya\",\"wordClass\":\"AV\",\"definitions\":[\"subdue; tame; beat very severely (literally beat till the eyes become soft)\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\",\"-ti\"]}],\"-tụ anya\":[{\"word\":\"-tụ anya\",\"wordClass\":\"AV\",\"definitions\":[\"expect\"],\"examples\":[{\"igbo\":\"Anà m àtụ anya ī\",\"english\":\"I am expecting you\"},{\"igbo\":\"Oke ịtū anya abàrò onye ēnwerō ego urù\",\"english\":\"Great expectations are not helpful to a poor person\"}],\"variations\":[],\"stems\":[\"anya\",\"-tụ\"]}],\"-tụkpọ anya\":[{\"word\":\"-tụkpọ anya\",\"wordClass\":\"AV\",\"definitions\":[\"damage eye by hitting it with something\",\"damage eye by hitting it with a missile\"],\"examples\":[{\"igbo\":\"Onye nā-atụ ichē kpàchalụ anyā màkà ịtūkpọ m anya\",\"english\":\"The missile thrower should be careful not to damage my eyes!\"}],\"variations\":[],\"stems\":[\"anya\",\"-tụ\"]}],\"-tụ n’anya\":[{\"word\":\"-tụ n’anya\",\"wordClass\":\"AV\",\"definitions\":[\"surprise; astonish\",\"cause wonder; astonish; surprise; surpass\"],\"examples\":[{\"igbo\":\"Etu ndi orī sìlì bàta ụnō à n’anyàsì tùlù m n’anya\",\"english\":\"How the thieves entered this house last night surprises me\"}],\"variations\":[],\"stems\":[\"anya\",\"-tụ\"]}],\"ugègbè anyā\":[{\"word\":\"ugègbè anyā\",\"wordClass\":\"NNC\",\"definitions\":[\"(eye) glasses\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\"]}],\"ùwà anya ọkū\":[{\"word\":\"ùwà anya ọkū\",\"wordClass\":\"NNC\",\"definitions\":[\"envious, jealous world\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\",\"ọkụ\",\"ùwà\"]}],\"-wèpù anya\":[{\"word\":\"-wèpù anya\",\"wordClass\":\"AV\",\"definitions\":[\"ignore; overlook; connive at\",\"overlook; ignore; give up hope; connive at (literally remove eye from)\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\",\"-wè\"]}],\"-wo n’anya\":[{\"word\":\"-wo n’anya\",\"wordClass\":\"AV\",\"definitions\":[\"be plain, clear, obvious; stare one in the face; leap to the eye\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\",\"-wo\"]}],\"-zi n’anya\":[{\"word\":\"-zi n’anya\",\"wordClass\":\"AV\",\"definitions\":[\"convince\",\"convince; please (employer) with work\"],\"examples\":[],\"variations\":[],\"stems\":[\"anya\",\"-zi\"]}],\"-dị anya\":[{\"word\":\"-dị anya\",\"wordClass\":\"NNC\",\"definitions\":[\"be distant, far\"],\"examples\":[{\"igbo\":\"Ebe mkpọtụ sì àbịâ dì anya\",\"english\":\"Where the noise is coming from is far away\"}],\"variations\":[],\"stems\":[\"anya\"]}],\"anya\":[{\"word\":\"anya\",\"wordClass\":\"NNC\",\"definitions\":[\"eye\",\"distance\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ànyaā\":[{\"word\":\"ànyaā\",\"wordClass\":\"INTJ\",\"definitions\":[\"how? what? (used in addressing persons)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"azịzà anyaanwū\":[{\"word\":\"azịzà anyaanwū\",\"wordClass\":\"NNC\",\"definitions\":[\"beam of light\"],\"examples\":[],\"variations\":[],\"stems\":[\"anyaanwū\"]}],\"iru anyaanwū\":[{\"word\":\"iru anyaanwū\",\"wordClass\":\"NNC\",\"definitions\":[\"sun\",\"sky (= iru igwē)\"],\"examples\":[{\"igbo\":\"Iru anyaanwū dì njọ\",\"english\":\"The sky is cloudy\"}],\"variations\":[],\"stems\":[\"anyaanwū\"]}],\"òdìdà anyaanwū\":[{\"word\":\"òdìdà anyaanwū\",\"wordClass\":\"NNC\",\"definitions\":[\"sunset; West\"],\"examples\":[],\"variations\":[],\"stems\":[\"anyaanwū\"]}],\"òwụwa anyaanwū\":[{\"word\":\"òwụwa anyaanwū\",\"wordClass\":\"AV\",\"definitions\":[\"sunrise; East\",\"the sun, regarded as a manifestation or son of Chukwu, the author of light and knowledge\",\"East; sunrise; rising of sun\"],\"examples\":[{\"igbo\":\"Chèe irū n’anyaanwū, sìị ‘Anyaanwū nà Agbàlà’\",\"english\":\"Face the sun, saying, ‘Sun and Agbala’ (in sacrifice) (anya 1. eye + anwū 1. sunshine)\"}],\"variations\":[],\"stems\":[\"anyaanwū\",\"-wa\"]}],\"anyaanwū\":[{\"word\":\"anyaanwū\",\"wordClass\":\"NNC\",\"definitions\":[\"sun (as heavenly body)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"anyàlà\":[{\"word\":\"anyàlà\",\"wordClass\":\"\",\"definitions\":[\"see aŋàlà\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-cha ànyàlì\":[{\"word\":\"-cha ànyàlì\",\"wordClass\":\"AV\",\"definitions\":[\"be an albino\"],\"examples\":[{\"igbo\":\"Umù ya naàbò chàlù ànyàlì\",\"english\":\"Two of his children are albinos\"}],\"variations\":[],\"stems\":[\"ànyàlì\",\"-cha\"]}],\"ànyàlì\":[{\"word\":\"ànyàlì\",\"wordClass\":\"NNC\",\"definitions\":[\"albino\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-gba (àzì) anyàsì\":[{\"word\":\"-gba (àzì) anyàsì\",\"wordClass\":\"AV\",\"definitions\":[\"take supper\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànyasì\",\"-gba\"]}],\"kwà ànyasì\":[{\"word\":\"kwà ànyasì\",\"wordClass\":\"NNC\",\"definitions\":[\"every evening\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànyasì\"]}],\"mgbèdè anyàsì\":[{\"word\":\"mgbèdè anyàsì\",\"wordClass\":\"NNC\",\"definitions\":[\"late in the evening; evening\"],\"examples\":[{\"igbo\":\"Ọ gà-àbịa ebe à na mgbèdè anyàsì\",\"english\":\"She will come here late in the evening\"}],\"variations\":[],\"stems\":[\"mgbèdè\"]}],\"nni anyàsì\":[{\"word\":\"nni anyàsì\",\"wordClass\":\"NNC\",\"definitions\":[\"supper\"],\"examples\":[],\"variations\":[\"nni\"],\"stems\":[\"ànyasì\",\"nni\"]}],\"ànyasì\":[{\"word\":\"ànyasì\",\"wordClass\":\"NNC\",\"definitions\":[\"evening; night (compare ùchichì)\"],\"examples\":[],\"variations\":[\"anyàsì\"],\"stems\":null}],\"osisi anyikē\":[{\"word\":\"osisi anyikē\",\"wordClass\":\"NNC\",\"definitions\":[\"wooden handle of axe\"],\"examples\":[],\"variations\":[],\"stems\":[\"anyikē\",\"osisi\"]}],\"anyikē\":[{\"word\":\"anyikē\",\"wordClass\":\"NNC\",\"definitions\":[\"axe (anyụ + ike)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ànyị nà ònwe ānyị\":[{\"word\":\"ànyị nà ònwe ānyị\",\"wordClass\":\"PRN\",\"definitions\":[\"we ourselves\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànyị\"]}],\"ànyị nwà\":[{\"word\":\"ànyị nwà\",\"wordClass\":\"PRN\",\"definitions\":[\"we here; we ourselves\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànyị\"]}],\"di ānyị\":[{\"word\":\"di ānyị\",\"wordClass\":\"PRN\",\"definitions\":[\"such a one, so and so (e.g. where a name is unknown); friend\",\"such a one; so and so!; (used to address a man, or less often to refer to him, either where name is unknown or by wives referring to husband)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànyị\",\"di\"]}],\"Dinwenu ānyị\":[{\"word\":\"Dinwenu ānyị\",\"wordClass\":\"PRN\",\"definitions\":[\"Our Lord\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànyị\"]}],\"-dị n’isi ānyị\":[{\"word\":\"-dị n’isi ānyị\",\"wordClass\":\"PRN\",\"definitions\":[\"be our responsibility\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànyị\"]}],\"ibe ānyị\":[{\"word\":\"ibe ānyị\",\"wordClass\":\"PRN\",\"definitions\":[\"comrades; friends; compatriots; companions\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànyị\"]}],\"ǹke āyị\":[{\"word\":\"ǹke āyị\",\"wordClass\":\"PRN\",\"definitions\":[\"our; ours\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànyị\"]}],\"ànyị\":[{\"word\":\"ànyị\",\"wordClass\":\"PRN\",\"definitions\":[\"Ànyị nò ebe à We are here\"],\"examples\":[{\"igbo\":\"Wètalụ āyị ego āyị\",\"english\":\"Bring us our money\"},{\"igbo\":\"Ònye nà-àkpọ āyị?\",\"english\":\"Who is calling us?\"}],\"variations\":[\"àyị\"],\"stems\":null}],\"ànyìnyà ibū\":[{\"word\":\"ànyìnyà ibū\",\"wordClass\":\"NNC\",\"definitions\":[\"donkey; mule; ass; beast of burden\",\"donkey; mule; ass\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànyìnyà\",\"ibu\"]}],\"ànyìnyà igwè\":[{\"word\":\"ànyìnyà igwè\",\"wordClass\":\"NNC\",\"definitions\":[\"bicycle (old term)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànyìnyà\"]}],\"-magolu ànyìnyà\":[{\"word\":\"-magolu ànyìnyà\",\"wordClass\":\"AV\",\"definitions\":[\"mount a horse\"],\"examples\":[],\"variations\":[],\"stems\":[\"ànyìnyà\",\"-ma\"]}],\"ànyìnyà\":[{\"word\":\"ànyìnyà\",\"wordClass\":\"NNC\",\"definitions\":[\"horse\"],\"examples\":[],\"variations\":[\"ìnyìnyà\"],\"stems\":null}],\"anyụ ǹkà\":[{\"word\":\"anyụ ǹkà\",\"wordClass\":\"NNC\",\"definitions\":[\"small hammer used by blacksmith\"],\"examples\":[],\"variations\":[],\"stems\":[\"anyụ\"]}],\"anyụ\":[{\"word\":\"anyụ\",\"wordClass\":\"NNC\",\"definitions\":[\"axe (also anyikē, anyụ ikē), see separate entry\"],\"examples\":[{\"igbo\":\"A kàta nà a gà-ègbu ọjì, anyụ èpelụ ọnū, mpòmà èpelụ ọnū\",\"english\":\"When it is said that the iroko is to be felled, the axe loses its edge, the matchet loses its edge (i.e. people become discouraged at the thought of too difficult a task)\"}],\"variations\":[],\"stems\":null}],\"anyū\":[{\"word\":\"anyū\",\"wordClass\":\"NNC\",\"definitions\":[\"pumpkin\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"elili aŋā\":[{\"word\":\"elili aŋā\",\"wordClass\":\"NNC\",\"definitions\":[\"cane string (= ekwe)\"],\"examples\":[],\"variations\":[],\"stems\":[\"aŋā\"]}],\"-gbu aŋā\":[{\"word\":\"-gbu aŋā\",\"wordClass\":\"NNC\",\"definitions\":[\"collect cane from bush\"],\"examples\":[],\"variations\":[],\"stems\":[\"aŋā\"]}],\"aŋā\":[{\"word\":\"aŋā\",\"wordClass\":\"NNC\",\"definitions\":[\"wild cane; rattan; generic term applying to Oncocalamus wrightianus Hutch., O. acanthocnemis, Ancistrophyllum secundiflorum, and A. opacum, used to make chairs, beds, walking-sticks, baskets, trays, whips string, etc.\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"aŋàafì\":[{\"word\":\"aŋàafì\",\"wordClass\":\"NNC\",\"definitions\":[\"kind of ant with painful bite and characteristic smell; stink-ant\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"aŋàlà\":[{\"word\":\"aŋàlà\",\"wordClass\":\"NNC\",\"definitions\":[\"(= ofe) egg-plant with tiny fruits and edible leaves (Solanum macrocarpon Linn.) (= àfụfā)\"],\"examples\":[],\"variations\":[\"anyàlà\"],\"stems\":null}],\"aŋùlị nnwā\":[{\"word\":\"aŋùlị nnwā\",\"wordClass\":\"NNC\",\"definitions\":[\"feast for a child (e.g. outing, christening, etc.) ( -ŋù 1. rejoice)\",\"child feast (e.g. \\\"outing\\\", christening, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"aŋùlì\",\"ǹnwa\"]}],\"aŋùlì\":[{\"word\":\"aŋùlì\",\"wordClass\":\"NNC\",\"definitions\":[\"feast; joyful celebration\"],\"examples\":[],\"variations\":[\"anwùlị\"],\"stems\":null}],\"onye aŋụlụma\":[{\"word\":\"onye aŋụlụma\",\"wordClass\":\"NNC\",\"definitions\":[\"drunkard\"],\"examples\":[],\"variations\":[],\"stems\":[\"aŋụlụma\"]}],\"aŋụlụma\":[{\"word\":\"aŋụlụma\",\"wordClass\":\"NNC\",\"definitions\":[\"drinking spree\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àpà ọnyā\":[{\"word\":\"àpà ọnyā\",\"wordClass\":\"NNC\",\"definitions\":[\"scar; scar of sore\"],\"examples\":[],\"variations\":[],\"stems\":[\"àpà\",\"ọnya\"]}],\"àpà ụkwū\":[{\"word\":\"àpà ụkwū\",\"wordClass\":\"NNC\",\"definitions\":[\"footprint\"],\"examples\":[],\"variations\":[],\"stems\":[\"àpà\",\"ụkwụ\"]}],\"-bo àpà\":[{\"word\":\"-bo àpà\",\"wordClass\":\"AV\",\"definitions\":[\"leave scar or mark on\"],\"examples\":[{\"igbo\":\"Ọ bụlụ nà nwe sī ebe à gaa òzọ m tisịa gī èbo m#gị àpà\",\"english\":\"If you dare pass here again I shall give you a thorough beating (literally after beating you I shall leave scars on you)\"}],\"variations\":[],\"stems\":[\"àpà\",\"-bo\"]}],\"-bu àpà\":[{\"word\":\"-bu àpà\",\"wordClass\":\"AV\",\"definitions\":[\"have, bear scar or mark\",\"bear scar or mark\"],\"examples\":[],\"variations\":[],\"stems\":[\"àpà\",\"-bu\"]}],\"àpà\":[{\"word\":\"àpà\",\"wordClass\":\"NNC\",\"definitions\":[\"scar; mark\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àpàlàpà\":[{\"word\":\"àpàlàpà\",\"wordClass\":\"AV\",\"definitions\":[\"fresh fufu (from -pà mould)\",\"fresh fufu\"],\"examples\":[],\"variations\":[\"àpìlàpì\"],\"stems\":[\"-pà\"]}],\"àpàlì\":[{\"word\":\"àpàlì\",\"wordClass\":\"NNC\",\"definitions\":[\"climbing fibre plant\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àpàtàpà ụkwū\":[{\"word\":\"àpàtàpà ụkwū\",\"wordClass\":\"NNC\",\"definitions\":[\"thigh\"],\"examples\":[],\"variations\":[],\"stems\":[\"àpàtàpà\",\"ụkwụ\"]}],\"àpàtàpà\":[{\"word\":\"àpàtàpà\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àpị\":[{\"word\":\"àpị\",\"wordClass\":\"NNC\",\"definitions\":[\"foreskin\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"apịa\":[{\"word\":\"apịa\",\"wordClass\":\"NNC\",\"definitions\":[\"Black-and-White-Tailed Hornbill (Tockus fasciatus)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"apìtì\":[{\"word\":\"apìtì\",\"wordClass\":\"NNC\",\"definitions\":[\"mud; mire; swamp; marsh\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àràbà\":[{\"word\":\"àràbà\",\"wordClass\":\"NNC\",\"definitions\":[\"plant planted to enrich the soil (especially in the Ìgbo agba enū area)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"Àràbà\":[{\"word\":\"Àràbà\",\"wordClass\":\"NNC\",\"definitions\":[\"Asaba\"],\"examples\":[{\"igbo\":\"ǹga Àràbà\",\"english\":\"(fig.) heavy punishment (from the first prison yard\"}],\"variations\":[],\"stems\":null}],\"B\":[{\"word\":\"B\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"-ba aba\":[{\"word\":\"-ba aba\",\"wordClass\":\"AV\",\"definitions\":[\"be many\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ba\"]}],\"-bachi\":[{\"word\":\"-bachi\",\"wordClass\":\"AV\",\"definitions\":[\"be very plentiful\"],\"examples\":[{\"igbo\":\"Umù ya bàchì ụnò\",\"english\":\"His offspring fill the house (said of a man with many children)\"}],\"variations\":[],\"stems\":[\"-ba\"]}],\"-ba ògàlànyà\":[{\"word\":\"-ba ògàlànyà\",\"wordClass\":\"AV\",\"definitions\":[\"grow rich; become wealthy\",\"become, grow rich\"],\"examples\":[{\"igbo\":\"Ndùbeezè àbago ògàlànyà\",\"english\":\"Ndụbeeze has grown rich\"},{\"igbo\":\"Òyì m nwokē Ịbā àbago ògàlànyà\",\"english\":\"My friend Ịba has become rich\"}],\"variations\":[],\"stems\":[\"-ba\",\"ògàlànyà\"]}],\"-ba ọnya\":[{\"word\":\"-ba ọnya\",\"wordClass\":\"AV\",\"definitions\":[\"develop into sore or ulcer (of fresh wound)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ba\",\"ọnya\"]}],\"-barị\":[{\"word\":\"-barị\",\"wordClass\":\"AV\",\"definitions\":[\"be wealthy\"],\"examples\":[{\"igbo\":\"Ọ bārịgo\",\"english\":\"He has become wealthy\"}],\"variations\":[],\"stems\":[\"-ba\"]}],\"-ba ùba\":[{\"word\":\"-ba ùba\",\"wordClass\":\"AV\",\"definitions\":[\"be many; multiply; increase\",\"be rich, wealthy\",\"be plenty, many\"],\"examples\":[{\"igbo\":\"Umù ya bàlù ùba\",\"english\":\"He has many children\"},{\"igbo\":\"Fâ bàlù ùba\",\"english\":\"They are rich\"},{\"igbo\":\"Ụmū Èzèagbàa bàlù ùba\",\"english\":\"The children of Ezeagbaa are many\"}],\"variations\":[],\"stems\":[\"-ba\",\"ùba\"]}],\"-bawanye\":[{\"word\":\"-bawanye\",\"wordClass\":\"AV\",\"definitions\":[\"increase\",\"increase (in number)\"],\"examples\":[{\"igbo\":\"Ànyị àbawanyego\",\"english\":\"We have increased (e.g. of family, society)\"}],\"variations\":[],\"stems\":[\"-ba\",\"-wa\"]}],\"ùba\":[{\"word\":\"ùba\",\"wordClass\":\"NNC\",\"definitions\":[\"plentifulness; increase\",\"wealth; riches (compare àkù)\",\"male name\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-ba mba\":[{\"word\":\"-ba mba\",\"wordClass\":\"AV\",\"definitions\":[\"scold, etc.\",\"scold; rebuke; \\\"howl\\\"\"],\"examples\":[{\"igbo\":\"Ọ bààlì yà mba\",\"english\":\"He scolded him\"},{\"igbo\":\"Ọ nà-àbalụ yā mba\",\"english\":\"She is scolding her\"},{\"igbo\":\"Àda ètiwago ìtè, nne ānyị gà-àba mba ogè ọ nàtàlù\",\"english\":\"Ada has broken a pot; mother will complain when she returns\"}],\"variations\":[],\"stems\":[\"-ba\",\"mba\"]}],\"-bachapù\":[{\"word\":\"-bachapù\",\"wordClass\":\"AV\",\"definitions\":[\"peel completely\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ba\"]}],\"òbụba\":[{\"word\":\"òbụba\",\"wordClass\":\"AV\",\"definitions\":[\"breaking\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ba\"]}],\"-ba\":[{\"word\":\"-ba\",\"wordClass\":\"AV\",\"definitions\":[\"be many, plenty, much, abundant, numerous; increase in number; multiply\",\"grow rich, wealthy\",\"shout at; rebuke; chide; scold\",\"peel (with knife)\",\"break (under pressure); burst (as of weak clay pot with water in it being broken by pressure of the water; of fufu balls breaking in the pot during boiling)\"],\"examples\":[{\"igbo\":\"Ọ nà-àba jī\",\"english\":\"He is peeling yams\"},{\"igbo\":\"Ìtè afù akārọ aka, ọ gà-àba mà ị tanye mmīli n’imē ya\",\"english\":\"That pot is not strong; it will break if you pour water into it\"}],\"variations\":[],\"stems\":[]}],\"-dọba\":[{\"word\":\"-dọba\",\"wordClass\":\"NNC\",\"definitions\":[\"put on, at\",\"put down, set down\"],\"examples\":[{\"igbo\":\"Dòba mmīli afù n’ànì\",\"english\":\"Put that water on the floor\"}],\"variations\":[],\"stems\":[\"-ba/-be\",\"-dọ\"]}],\"-gbabe\":[{\"word\":\"-gbabe\",\"wordClass\":\"NNC\",\"definitions\":[\"lean against\",\"lean something against somewhere\"],\"examples\":[{\"igbo\":\"Bikō gbàbebe ọbē n’enu ajā\",\"english\":\"Please lean the ladder against the wall\"}],\"variations\":[],\"stems\":[\"-ba/-be\",\"-gba\"]}],\"-kwụba\":[{\"word\":\"-kwụba\",\"wordClass\":\"NNC\",\"definitions\":[\"place against\",\"stand (something); place\",\"hang\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ba/-be\",\"-kwụ\"]}],\"-yibe\":[{\"word\":\"-yibe\",\"wordClass\":\"AV\",\"definitions\":[\"put clothes on someone (compare -yi 1. wear clothes)\",\"clothe; put clothes on someone (e.g. a child)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ba/-be\",\"-yi\"]}],\"-gaba\":[{\"word\":\"-gaba\",\"wordClass\":\"AV\",\"definitions\":[\"go away\",\"go on; continue to go; henceforth; thenceforth\"],\"examples\":[{\"igbo\":\"Mèlu gàba etu mbụ\",\"english\":\"Continue as hitherto!\"}],\"variations\":[\"-jebe\"],\"stems\":[\"-ba/-be\",\"-ga\"]}],\"-ba/-be\":[{\"word\":\"-ba/-be\",\"wordClass\":\"\",\"definitions\":[\"lean against\",\"make something lean against something (compare -gbabe lean against)\",\"go away to fetch\"],\"examples\":[{\"igbo\":\"Lùba ọlū\",\"english\":\"Be working\"},{\"igbo\":\"Osisi ànyị gbūlu dàbèèlù n’ọjì\",\"english\":\"The tree we cut down is beingsupported by the iroko\"}],\"variations\":[],\"stems\":[]}],\"bàa\":[{\"word\":\"bàa\",\"wordClass\":\"AV\",\"definitions\":[\"go in\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bà-\"]}],\"òbùbà\":[{\"word\":\"òbùbà\",\"wordClass\":\"AV\",\"definitions\":[\"entrance, entry; initiation\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bà-\"]}],\"-bà èlèlè\":[{\"word\":\"-bà èlèlè\",\"wordClass\":\"AV\",\"definitions\":[\"be useful; profit; benefit\"],\"examples\":[{\"igbo\":\"Ọlụ à abàrò èlèlè\",\"english\":\"This work is not useful (compare -bà n’ife, -bà ulù)\"}],\"variations\":[],\"stems\":[\"-bà-\",\"èlèlè\"]}],\"-bàkọ\":[{\"word\":\"-bàkọ\",\"wordClass\":\"AV\",\"definitions\":[\"enter together\",\"be about to enter\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bà-\"]}],\"-bàlụ\":[{\"word\":\"-bàlụ\",\"wordClass\":\"AV\",\"definitions\":[\"be profitable to (someone); be source of gain to\"],\"examples\":[{\"igbo\":\"Ọ bàgolụ ī\",\"english\":\"You have profited from it\"}],\"variations\":[],\"stems\":[\"-bà-\"]}],\"-bàmì\":[{\"word\":\"-bàmì\",\"wordClass\":\"AV\",\"definitions\":[\"enter deeply into\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bà-\"]}],\"-bà n’ife\":[{\"word\":\"-bà n’ife\",\"wordClass\":\"AV\",\"definitions\":[\"be useful; profit; benefit (compare -bà èlèlè, -bà ulù)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bà-\"]}],\"-bà n’ime àwòlò\":[{\"word\":\"-bà n’ime àwòlò\",\"wordClass\":\"AV\",\"definitions\":[\"enter into mask; wear mask (like a masquerade)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bà-\"]}],\"-bànye\":[{\"word\":\"-bànye\",\"wordClass\":\"AV\",\"definitions\":[\"join; enter; go in\",\"soak in\",\"enter Ọ bànyego ụnò She has entered the house\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bà-\",\"-nyefè\"]}],\"ụzò mbànye\":[{\"word\":\"ụzò mbànye\",\"wordClass\":\"AV\",\"definitions\":[\"crossroads; street corner\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bà-\",\"ụzò\"]}],\"-bànyelụ okwu\":[{\"word\":\"-bànyelụ okwu\",\"wordClass\":\"AV\",\"definitions\":[\"join, intervene, in a discussion\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bà-\"]}],\"-bà ọlà\":[{\"word\":\"-bà ọlà\",\"wordClass\":\"AV\",\"definitions\":[\"be stale (of pounded food)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bà-\",\"ọlà\"]}],\"-bàta\":[{\"word\":\"-bàta\",\"wordClass\":\"AV\",\"definitions\":[\"enter; come in\",\"come in\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bà-\",\"-ta \"]}],\"-bà ulù\":[{\"word\":\"-bà ulù\",\"wordClass\":\"AV\",\"definitions\":[\"be useful; profit; benefit (compare -bà n’ife, -bà èlèlè)\",\"be useful; profit; benefit\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bà-\",\"ulù\"]}],\"èzi ìbà\":[{\"word\":\"èzi ìbà\",\"wordClass\":\"AV\",\"definitions\":[\"court of a native house\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bà-\",\"èzi \"]}],\"-bàba\":[{\"word\":\"-bàba\",\"wordClass\":\"AV\",\"definitions\":[\"soak (corn, clothes, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bà-\"]}],\"-bànye akpụ\":[{\"word\":\"-bànye akpụ\",\"wordClass\":\"AV\",\"definitions\":[\"soak cassava\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bà-\"]}],\"-bà-\":[{\"word\":\"-bà-\",\"wordClass\":\"AV\",\"definitions\":[\"enter\",\"soak\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-bà afà\":[{\"word\":\"-bà afà\",\"wordClass\":\"AV\",\"definitions\":[\"name; give a name (e.g. to new-born baby)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bà\"]}],\"òbùbà afà\":[{\"word\":\"òbùbà afà\",\"wordClass\":\"AV\",\"definitions\":[\"giving a name\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bà\"]}],\"-bà\":[{\"word\":\"-bà\",\"wordClass\":\"AV\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"bànyelụ\":[{\"word\":\"bànyelụ\",\"wordClass\":\"AV\",\"definitions\":[\"about; concerning\"],\"examples\":[{\"igbo\":\"Achò m ịjūta ife bànyelụ yā\",\"english\":\"I want to inquire something about him\"}],\"variations\":[],\"stems\":[\"-ba-cha\"]}],\"-ba-cha\":[{\"word\":\"-ba-cha\",\"wordClass\":\"AV\",\"definitions\":[\"peel; pare (yam, cassava, etc., with knife) (compare -be-cha)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"basịkùlù\":[{\"word\":\"basịkùlù\",\"wordClass\":\"NNC\",\"definitions\":[\"bicycle (English, compare igwè, òkpọlè, ànyìnyà igwè)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"be m#\":[{\"word\":\"be m#\",\"wordClass\":\"NNC\",\"definitions\":[\"my house, home\"],\"examples\":[],\"variations\":[],\"stems\":[\"be\"]}],\"ndi be\":[{\"word\":\"ndi be\",\"wordClass\":\"NNC\",\"definitions\":[\"household; people of the house; fellow townsfolk\"],\"examples\":[],\"variations\":[],\"stems\":[\"be\",\"ndị\"]}],\"be\":[{\"word\":\"be\",\"wordClass\":\"AV\",\"definitions\":[\"home; dwelling\",\"stop (on reaching sufficiency)\"],\"examples\":[{\"igbo\":\"Ọ nò nà be yā\",\"english\":\"He is at home; he is in\"},{\"igbo\":\"Kà o be nọòfụ!\",\"english\":\"That is enough!\"},{\"igbo\":\"Ò berō etu à\",\"english\":\"It is more than this (literally It does not stop at this size, or at this number)\"},{\"igbo\":\"Ò bù etu à kà o bēlụ?\",\"english\":\"Is it only this? Is this all?\"}],\"variations\":[],\"stems\":[]}],\"òbube\":[{\"word\":\"òbube\",\"wordClass\":\"AV\",\"definitions\":[\"crying\"],\"examples\":[],\"variations\":[],\"stems\":[\"-be\"]}],\"-bekù\":[{\"word\":\"-bekù\",\"wordClass\":\"AV\",\"definitions\":[\"appeal to; implore; cry to\"],\"examples\":[],\"variations\":[],\"stems\":[\"-be\"]}],\"-bekwàsị akwā\":[{\"word\":\"-bekwàsị akwā\",\"wordClass\":\"AV\",\"definitions\":[\"cry to; plead to\"],\"examples\":[],\"variations\":[],\"stems\":[\"-be\"]}],\"-be ọnwụ ōnwụ\":[{\"word\":\"-be ọnwụ ōnwụ\",\"wordClass\":\"AV\",\"definitions\":[\"cry in death-agony\"],\"examples\":[],\"variations\":[],\"stems\":[\"-be\",\"ọnwụ\"]}],\"-be\":[{\"word\":\"-be\",\"wordClass\":\"AV\",\"definitions\":[\"cry out\"],\"examples\":[{\"igbo\":\"Ọ nà-èbe kà ewu\",\"english\":\"He is crying like a goat\"}],\"variations\":[],\"stems\":null}],\"òbùbè\":[{\"word\":\"òbùbè\",\"wordClass\":\"AV\",\"definitions\":[\"ending; stopping\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bè\"]}],\"ùwà ebè èbè\":[{\"word\":\"ùwà ebè èbè\",\"wordClass\":\"AV\",\"definitions\":[\"everlasting; for ever and ever\"],\"examples\":[{\"igbo\":\"Nnà, ànyị nà-àyọ Gī kà Ị nònyelụ ānyị wèe lue n’ùwà ebè èbè\",\"english\":\"Father, we beseech Thee to be with us till life everlasting\"}],\"variations\":[],\"stems\":[\"-bè\",\"ùwà\"]}],\"Bèelụchī\":[{\"word\":\"Bèelụchī\",\"wordClass\":\"AV\",\"definitions\":[\"personal name (‘Except God’)\"],\"examples\":[],\"variations\":[\"Bèelụchukwu\"],\"stems\":[\"-bè\"]}],\"bèelụ mà\":[{\"word\":\"bèelụ mà\",\"wordClass\":\"AV\",\"definitions\":[\"only if; unless (not)\"],\"examples\":[{\"igbo\":\"Agà m àbịa bèelụ mà ị bịa\",\"english\":\"I will come only if you will come\"},{\"igbo\":\"Bèelụ mà ì mè ife à m amā abịa\",\"english\":\"Unless you do this, I will not come\"}],\"variations\":[],\"stems\":[\"-bè\"]}],\"bèelụ sò\":[{\"word\":\"bèelụ sò\",\"wordClass\":\"AV\",\"definitions\":[\"except Mmadù niīne bìàsì, bèelụ sò m All the people came except me\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bè\"]}],\"-bèji\":[{\"word\":\"-bèji\",\"wordClass\":\"AV\",\"definitions\":[\"cut down\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bè\"]}],\"-bèka\":[{\"word\":\"-bèka\",\"wordClass\":\"AV\",\"definitions\":[\"cut out; cut into\",\"cut asunder\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bè\",\"-ka\"]}],\"-bèkalụ\":[{\"word\":\"-bèkalụ\",\"wordClass\":\"AV\",\"definitions\":[\"cut part of (for)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bè\"]}],\"-bèkanye\":[{\"word\":\"-bèkanye\",\"wordClass\":\"AV\",\"definitions\":[\"cut part and give\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bè\"]}],\"-bèkapù\":[{\"word\":\"-bèkapù\",\"wordClass\":\"AV\",\"definitions\":[\"cut off\"],\"examples\":[{\"igbo\":\"O bēkàpùlì aka\",\"english\":\"He cut off (someone’s) hand\"}],\"variations\":[],\"stems\":[\"-bè\"]}],\"-bèkapùta\":[{\"word\":\"-bèkapùta\",\"wordClass\":\"AV\",\"definitions\":[\"cut to pieces from\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bè\"]}],\"-bèkọ\":[{\"word\":\"-bèkọ\",\"wordClass\":\"AV\",\"definitions\":[\"cut together\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bè\"]}],\"-bèlì\":[{\"word\":\"-bèlì\",\"wordClass\":\"AV\",\"definitions\":[\"cut into pieces\",\"cut into small pieces\"],\"examples\":[{\"igbo\":\"Achò m ibēlì anụ m gà-ènye nwa nkịtā\",\"english\":\"I want to cut into small pieces the meat I intend to give to the puppy\"}],\"variations\":[],\"stems\":[\"-bè\",\"-lì\"]}],\"-bèlụ\":[{\"word\":\"-bèlụ\",\"wordClass\":\"AV\",\"definitions\":[\"subtract; deduct\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bè\"]}],\"-bènata\":[{\"word\":\"-bènata\",\"wordClass\":\"AV\",\"definitions\":[\"lessen; reduce\"],\"examples\":[{\"igbo\":\"Bènatalụ m#egō\",\"english\":\"Reduce the price for me\"},{\"igbo\":\"Àrụ nā-aya yā ebènatago\",\"english\":\"His illness has abated; he is convalescing\"},{\"igbo\":\"Ejì m aka nà ọ nà-ebènata yā\",\"english\":\"I hope she is improving (in illness)\"}],\"variations\":[],\"stems\":[\"-bè\"]}],\"-bè nkenke\":[{\"word\":\"-bè nkenke\",\"wordClass\":\"AV\",\"definitions\":[\"cut short; shorten; abbreviate (story, speech, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bè\"]}],\"-bè nni\":[{\"word\":\"-bè nni\",\"wordClass\":\"AV\",\"definitions\":[\"cut up food for eating\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bè\",\"nni\"]}],\"-bènye\":[{\"word\":\"-bènye\",\"wordClass\":\"AV\",\"definitions\":[\"cut and give\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bè\"]}],\"-bènyelụ okwu\":[{\"word\":\"-bènyelụ okwu\",\"wordClass\":\"AV\",\"definitions\":[\"join, intervene, in a discussion\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bè\"]}],\"-bè okwu\":[{\"word\":\"-bè okwu\",\"wordClass\":\"AV\",\"definitions\":[\"settle a dispute\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bè\"]}],\"-bèpù\":[{\"word\":\"-bèpù\",\"wordClass\":\"AV\",\"definitions\":[\"cut off\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bè\"]}],\"-bè ugwù\":[{\"word\":\"-bè ugwù\",\"wordClass\":\"AV\",\"definitions\":[\"circumcise; (fig.) Mmanya èbègo ugwù The pot of wine is no longer full\",\"circumcise\"],\"examples\":[{\"igbo\":\"Bikō jèe kpòọlụ m nnā Ěmeka kà ọ bịa bèe nwa a mūlụ ọfụū ūgwù\",\"english\":\"Go and call me Emeka's father to come and circumcise the new-born baby\"}],\"variations\":[],\"stems\":[\"-bè\",\"ugwù\"]}],\"ebè èbè\":[{\"word\":\"ebè èbè\",\"wordClass\":\"AV\",\"definitions\":[\"endless\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bè\"]}],\"ndù ebè èbè\":[{\"word\":\"ndù ebè èbè\",\"wordClass\":\"AV\",\"definitions\":[\"everlasting life\"],\"examples\":[{\"igbo\":\"Chinēkè dì ndù ebè èbè\",\"english\":\"God is everlasting\"}],\"variations\":[],\"stems\":[\"-bè\",\"ndù\"]}],\"-bèdo\":[{\"word\":\"-bèdo\",\"wordClass\":\"AV\",\"definitions\":[\"perch on\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bè\"]}],\"-bègolu\":[{\"word\":\"-bègolu\",\"wordClass\":\"AV\",\"definitions\":[\"perch on top of\"],\"examples\":[{\"igbo\":\"Nnùnụ à bègòlù n’enu osisi\",\"english\":\"This bird perched on top of the tree\"}],\"variations\":[],\"stems\":[\"-bè\"]}],\"-bèkwàsị\":[{\"word\":\"-bèkwàsị\",\"wordClass\":\"AV\",\"definitions\":[\"alight; perch\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bè\"]}],\"-bè mbè\":[{\"word\":\"-bè mbè\",\"wordClass\":\"AV\",\"definitions\":[\"catch by the leg (in wrestling)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bè\"]}],\"-bè\":[{\"word\":\"-bè\",\"wordClass\":\"AV\",\"definitions\":[\"cut; stop\",\"perch, settle (of bird)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-be-cha\":[{\"word\":\"-be-cha\",\"wordClass\":\"AV\",\"definitions\":[\"pare; peel (orange, yam, cassava)\"],\"examples\":[{\"igbo\":\"Ọ nà-èbecha òlòma\",\"english\":\"He is peeling an orange (compare -ba-cha)\"}],\"variations\":[],\"stems\":null}],\"beèdì\":[{\"word\":\"beèdì\",\"wordClass\":\"NNC\",\"definitions\":[\"bed (English, compare àkwà)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"beèlùtù\":[{\"word\":\"beèlùtù\",\"wordClass\":\"NNC\",\"definitions\":[\"belt (English)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òbibi\":[{\"word\":\"òbibi\",\"wordClass\":\"NNC\",\"definitions\":[\"living (-bi 1. dwell)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ebe ōbibi\":[{\"word\":\"ebe ōbibi\",\"wordClass\":\"AV\",\"definitions\":[\"habitation; dwelling place\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bi\",\"ebe\"]}],\"-bichi\":[{\"word\":\"-bichi\",\"wordClass\":\"AV\",\"definitions\":[\"occupy another’s house\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bi\"]}],\"-bidèbe\":[{\"word\":\"-bidèbe\",\"wordClass\":\"AV\",\"definitions\":[\"live near\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bi\"]}],\"-bifè (okè)\":[{\"word\":\"-bifè (okè)\",\"wordClass\":\"AV\",\"definitions\":[\"live too long (in a place)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bi\",\"okè\"]}],\"-bi ichè\":[{\"word\":\"-bi ichè\",\"wordClass\":\"AV\",\"definitions\":[\"live separately\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bi\",\"ichè\"]}],\"-bika ụnò\":[{\"word\":\"-bika ụnò\",\"wordClass\":\"AV\",\"definitions\":[\"dwell in a house till it is old\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bi\",\"ụnò\"]}],\"-bikọ\":[{\"word\":\"-bikọ\",\"wordClass\":\"AV\",\"definitions\":[\"live together\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bi\"]}],\"mbikọ\":[{\"word\":\"mbikọ\",\"wordClass\":\"AV\",\"definitions\":[\"living together\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bi\"]}],\"-bimalụ\":[{\"word\":\"-bimalụ\",\"wordClass\":\"AV\",\"definitions\":[\"live for a long time in one place and become accustomed to it\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bi\"]}],\"-bimì\":[{\"word\":\"-bimì\",\"wordClass\":\"AV\",\"definitions\":[\"live far in\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bi\"]}],\"-bi n’ùdo\":[{\"word\":\"-bi n’ùdo\",\"wordClass\":\"AV\",\"definitions\":[\"live in peace, harmony\",\"self in peace, harmony\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bi\",\"ùdo\"]}],\"-binyelụ\":[{\"word\":\"-binyelụ\",\"wordClass\":\"AV\",\"definitions\":[\"live with\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bi\"]}],\"-bisà\":[{\"word\":\"-bisà\",\"wordClass\":\"AV\",\"definitions\":[\"live extending far over an area\"],\"examples\":[{\"igbo\":\"Fâ bisà èbisà\",\"english\":\"They live spread out over a wide area, wide apart\"}],\"variations\":[],\"stems\":[\"-bi\"]}],\"-bisò\":[{\"word\":\"-bisò\",\"wordClass\":\"AV\",\"definitions\":[\"live alone\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bi\"]}],\"-bi abụbọ\":[{\"word\":\"-bi abụbọ\",\"wordClass\":\"AV\",\"definitions\":[\"cut vegetables\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bi\"]}],\"-bi\":[{\"word\":\"-bi\",\"wordClass\":\"AV\",\"definitions\":[\"live; dwell\",\"cut; slice\"],\"examples\":[{\"igbo\":\"Na-èbi òfụma\",\"english\":\"Goodbye (literally keep living well)\"}],\"variations\":[],\"stems\":[]}],\"òbìbì\":[{\"word\":\"òbìbì\",\"wordClass\":\"NNC\",\"definitions\":[\"termination; end (-bì 2. terminate)\",\"printing (-bì 1. press)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-bìdà\":[{\"word\":\"-bìdà\",\"wordClass\":\"AV\",\"definitions\":[\"press down; reduce; compress\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bì\"]}],\"-bìdo\":[{\"word\":\"-bìdo\",\"wordClass\":\"AV\",\"definitions\":[\"press; press on\"],\"examples\":[{\"igbo\":\"Bìdo akā n’obì ị\",\"english\":\"Press your hand on your chest\"}],\"variations\":[],\"stems\":[\"-bì\"]}],\"-bì ọmà\":[{\"word\":\"-bì ọmà\",\"wordClass\":\"AV\",\"definitions\":[\"greet (by embracing (compare -ti ọmà)\",\"greet (by embracing)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bì\",\"ọmà\"]}],\"-bìpùta akwụkwọ\":[{\"word\":\"-bìpùta akwụkwọ\",\"wordClass\":\"AV\",\"definitions\":[\"publish a book\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bì\"]}],\"-bì nkenke\":[{\"word\":\"-bì nkenke\",\"wordClass\":\"AV\",\"definitions\":[\"shorten (a speech)\",\"terminate; bring to an end\",\"cut short (a speech)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bì\",\"nkenke\"]}],\"-bì okwu\":[{\"word\":\"-bì okwu\",\"wordClass\":\"AV\",\"definitions\":[\"settle a matter; resolve a quarrel\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bì\"]}],\"-bì\":[{\"word\":\"-bì\",\"wordClass\":\"AV\",\"definitions\":[\"press; print\",\"cut\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-bìli\":[{\"word\":\"-bìli\",\"wordClass\":\"AV\",\"definitions\":[\"borrow something (especially money)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bì-\"]}],\"-bìnye\":[{\"word\":\"-bìnye\",\"wordClass\":\"AV\",\"definitions\":[\"lend (especially money)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bì-\"]}],\"onye nā-ebìnye egō\":[{\"word\":\"onye nā-ebìnye egō\",\"wordClass\":\"AV\",\"definitions\":[\"money-lender\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bì-\"]}],\"mbìbì\":[{\"word\":\"mbìbì\",\"wordClass\":\"NNC\",\"definitions\":[\"borrowing (-bì 3. borrow)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-gba mbìbì\":[{\"word\":\"-gba mbìbì\",\"wordClass\":\"AV\",\"definitions\":[\"borrow; go about borrowing\"],\"examples\":[{\"igbo\":\"Ogè niīne kà ọ nà-àgba mbìbì egō\",\"english\":\"He always goes about borrowing money\"}],\"variations\":[],\"stems\":[\"-bì-\",\"-gba\",\"mbìbì\"]}],\"Ọ nà-àgba mbìbì\":[{\"word\":\"Ọ nà-àgba mbìbì\",\"wordClass\":\"AV\",\"definitions\":[\"He is borrowing money\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bì-\"]}],\"egō\":[{\"word\":\"egō\",\"wordClass\":\"NNC\",\"definitions\":[\"money\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-bì-\":[{\"word\":\"-bì-\",\"wordClass\":\"AV\",\"definitions\":[\"borrow\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-bì-chi\":[{\"word\":\"-bì-chi\",\"wordClass\":\"AV\",\"definitions\":[\"stop; block; prevent\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mbido\":[{\"word\":\"mbido\",\"wordClass\":\"AV\",\"definitions\":[\"beginning; starting\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bi-do\"]}],\"mbido arò\":[{\"word\":\"mbido arò\",\"wordClass\":\"AV\",\"definitions\":[\"beginning of the year\"],\"examples\":[{\"igbo\":\"Ọ gà-àbịa na mbido arò\",\"english\":\"She will come at the beginning of the year\"}],\"variations\":[],\"stems\":[\"-bi-do\"]}],\"isi mbido\":[{\"word\":\"isi mbido\",\"wordClass\":\"AV\",\"definitions\":[\"beginning\"],\"examples\":[{\"igbo\":\"A mà m isi mbido okwū\",\"english\":\"I know the beginning of the case\"}],\"variations\":[],\"stems\":[\"-bi-do\",\"isi\"]}],\"-bi-do\":[{\"word\":\"-bi-do\",\"wordClass\":\"AV\",\"definitions\":[\"begin\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-bì-gbọ\":[{\"word\":\"-bì-gbọ\",\"wordClass\":\"AV\",\"definitions\":[\"shout loudly; roar; bawl at\"],\"examples\":[{\"igbo\":\"Bìgbọ nwatà afū nā-akpa āghala\",\"english\":\"Shout at that child causing confusion\"}],\"variations\":[],\"stems\":null}],\"bikō\":[{\"word\":\"bikō\",\"wordClass\":\"INTJ\",\"definitions\":[\"please! I beg you!\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"bìlìbìli chī\":[{\"word\":\"bìlìbìli chī\",\"wordClass\":\"NNC\",\"definitions\":[\"dawn(ing)\"],\"examples\":[{\"igbo\":\"Ì sago chī?\",\"english\":\"Good morning\"}],\"variations\":[],\"stems\":[\"bìlìbìlì\",\"chi\"]}],\"bìlìbìlì\":[{\"word\":\"bìlìbìlì\",\"wordClass\":\"NNC\",\"definitions\":[\"cloudiness; dimness\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-bìni ọtọ\":[{\"word\":\"-bìni ọtọ\",\"wordClass\":\"AV\",\"definitions\":[\"stand up; rise up\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bì-ni\",\"ọtọ\"]}],\"mbìnite (n’ọnwụ)\":[{\"word\":\"mbìnite (n’ọnwụ)\",\"wordClass\":\"AV\",\"definitions\":[\"resurrection; rising (from the dead)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bì-ni\"]}],\"-bì-ni\":[{\"word\":\"-bì-ni\",\"wordClass\":\"AV\",\"definitions\":[\"get up\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òbịbịa\":[{\"word\":\"òbịbịa\",\"wordClass\":\"AV\",\"definitions\":[\"coming; advent\"],\"examples\":[],\"variations\":[],\"stems\":[\"bịa\"]}],\"Òbịbịaā Kraìst\":[{\"word\":\"Òbịbịaā Kraìst\",\"wordClass\":\"AV\",\"definitions\":[\"Advent\"],\"examples\":[],\"variations\":[],\"stems\":[\"bịa\"]}],\"-bịachi anya\":[{\"word\":\"-bịachi anya\",\"wordClass\":\"AV\",\"definitions\":[\"come regularly\"],\"examples\":[],\"variations\":[],\"stems\":[\"bịa\"]}],\"-bịachìgha\":[{\"word\":\"-bịachìgha\",\"wordClass\":\"AV\",\"definitions\":[\"come; return\"],\"examples\":[],\"variations\":[],\"stems\":[\"bịa\"]}],\"bịadị(lì)\":[{\"word\":\"bịadị(lì)\",\"wordClass\":\"AV\",\"definitions\":[\"by the way, ...\"],\"examples\":[],\"variations\":[],\"stems\":[\"bịa\"]}],\"-bịakèta\":[{\"word\":\"-bịakèta\",\"wordClass\":\"AV\",\"definitions\":[\"come nearer\"],\"examples\":[],\"variations\":[],\"stems\":[\"bịa\"]}],\"-bịakwute\":[{\"word\":\"-bịakwute\",\"wordClass\":\"AV\",\"definitions\":[\"come near to (a person)\"],\"examples\":[],\"variations\":[],\"stems\":[\"bịa\"]}],\"-bịalu\":[{\"word\":\"-bịalu\",\"wordClass\":\"AV\",\"definitions\":[\"arrive at; reach\"],\"examples\":[],\"variations\":[],\"stems\":[\"bịa\"]}],\"-bịa ǹso\":[{\"word\":\"-bịa ǹso\",\"wordClass\":\"AV\",\"definitions\":[\"approach\"],\"examples\":[],\"variations\":[],\"stems\":[\"bịa\",\"ǹso\"]}],\"-bịa(sò) n’àzụ\":[{\"word\":\"-bịa(sò) n’àzụ\",\"wordClass\":\"AV\",\"definitions\":[\"come after\"],\"examples\":[],\"variations\":[],\"stems\":[\"bịa\"]}],\"arō nā-abịa\":[{\"word\":\"arō nā-abịa\",\"wordClass\":\"AV\",\"definitions\":[\"next year (compare arō òzọ)\",\"coming year(s)\"],\"examples\":[],\"variations\":[],\"stems\":[\"bịa\"]}],\"-sibịa\":[{\"word\":\"-sibịa\",\"wordClass\":\"AV\",\"definitions\":[\"come from; come (by way of)\"],\"examples\":[],\"variations\":[],\"stems\":[\"bịa\"]}],\"bịa\":[{\"word\":\"bịa\",\"wordClass\":\"AV\",\"definitions\":[\"come\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òbìbìà\":[{\"word\":\"òbìbìà\",\"wordClass\":\"AV\",\"definitions\":[\"squeezing; compressing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bìà\"]}],\"-bìàju\":[{\"word\":\"-bìàju\",\"wordClass\":\"AV\",\"definitions\":[\"fill (by squeezing in)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bìà\"]}],\"-bìàkọ\":[{\"word\":\"-bìàkọ\",\"wordClass\":\"AV\",\"definitions\":[\"cram; squeeze in; pack together\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bìà\"]}],\"-bìànye\":[{\"word\":\"-bìànye\",\"wordClass\":\"AV\",\"definitions\":[\"plunge, dip, poke, squeeze in\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bìà\"]}],\"-bìà\":[{\"word\":\"-bìà\",\"wordClass\":\"AV\",\"definitions\":[\"squeeze; compress\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"bìàlìì\":[{\"word\":\"bìàlìì\",\"wordClass\":\"NNC\",\"definitions\":[\"softness; smoothness\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-bogbu\":[{\"word\":\"-bogbu\",\"wordClass\":\"AV\",\"definitions\":[\"overload\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bo\"]}],\"-bo ibu\":[{\"word\":\"-bo ibu\",\"wordClass\":\"AV\",\"definitions\":[\"lift a load on to someone's head\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bo\",\"ibu\"]}],\"-bo iru\":[{\"word\":\"-bo iru\",\"wordClass\":\"AV\",\"definitions\":[\"stare at\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bo\",\"iru\"]}],\"-gbabo\":[{\"word\":\"-gbabo\",\"wordClass\":\"AV\",\"definitions\":[\"break off\",\"break; break off part of wall, ground or anything of that consistency, such as anthill, mud seat, etc.\"],\"examples\":[{\"igbo\":\"Okpòlò igwē dī n’ime ụnò gà-àgbabo ajā\",\"english\":\"The rod in the room will break off a piece of the wall\"},{\"igbo\":\"Wèlụ nwayòò màkà ị gbābo ajā\",\"english\":\"Be careful lest you break off the wall\"}],\"variations\":[],\"stems\":[\"-bo\",\"-gba-\"]}],\"-tibo\":[{\"word\":\"-tibo\",\"wordClass\":\"AV\",\"definitions\":[\"break off\",\"break off with blow; remove part of with blow (walls, and similar objects like ant-hill, mud pillar, mud seat, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bo\",\"-ti\"]}],\"-bo\":[{\"word\":\"-bo\",\"wordClass\":\"AV\",\"definitions\":[\"put on; load on; help to raise to head\",\"accuse (wrongly)\",\"extensional suffix (break) off (of something large and brittle and capable of being reduced to ashes or powder, e.g. wall, floor)\"],\"examples\":[{\"igbo\":\"O bòlù mù èbùbo\",\"english\":\"He accused me falsely\"}],\"variations\":[],\"stems\":[]}],\"òbụbọ\":[{\"word\":\"òbụbọ\",\"wordClass\":\"AV\",\"definitions\":[\"raking; digging;\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bọ\"]}],\"-bọ ezi\":[{\"word\":\"-bọ ezi\",\"wordClass\":\"AV\",\"definitions\":[\"clear a path, roads, of weeds\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bọ\"]}],\"-bọ ilo\":[{\"word\":\"-bọ ilo\",\"wordClass\":\"AV\",\"definitions\":[\"clear the village square\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bọ\"]}],\"-bọkòta\":[{\"word\":\"-bọkòta\",\"wordClass\":\"AV\",\"definitions\":[\"gather together, pile up\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bọ\"]}],\"-bọni abọni\":[{\"word\":\"-bọni abọni\",\"wordClass\":\"AV\",\"definitions\":[\"dig up earth into beds for planting\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bọ\"]}],\"-bọ ozu\":[{\"word\":\"-bọ ozu\",\"wordClass\":\"AV\",\"definitions\":[\"exhume a body\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bọ\",\"ozu\"]}],\"-bọsa\":[{\"word\":\"-bọsa\",\"wordClass\":\"AV\",\"definitions\":[\"spatter (e.g. with dust)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bọ\"]}],\"-bọsà\":[{\"word\":\"-bọsà\",\"wordClass\":\"AV\",\"definitions\":[\"scatter (especially grain)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bọ\"]}],\"-bọsàsị\":[{\"word\":\"-bọsàsị\",\"wordClass\":\"AV\",\"definitions\":[\"scatter about\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bọ\",\"-sị\"]}],\"-bọ\":[{\"word\":\"-bọ\",\"wordClass\":\"AV\",\"definitions\":[\"rake surface; clear; dig up\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-bòkapù\":[{\"word\":\"-bòkapù\",\"wordClass\":\"AV\",\"definitions\":[\"cut out\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bò\"]}],\"-bòkasì\":[{\"word\":\"-bòkasì\",\"wordClass\":\"AV\",\"definitions\":[\"divide into pieces\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bò\"]}],\"-bọlì\":[{\"word\":\"-bọlì\",\"wordClass\":\"AV\",\"definitions\":[\"divide into small pieces\",\"pull apart\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bò\"]}],\"-bòcha\":[{\"word\":\"-bòcha\",\"wordClass\":\"AV\",\"definitions\":[\"be inquisitive; dig out information\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bò\"]}],\"-bò ntòọō\":[{\"word\":\"-bò ntòọō\",\"wordClass\":\"AV\",\"definitions\":[\"pull down the lower eyelids and widen the eyes as a form of mockery, to imply ‘I told you so!’ or ‘Just what I expected!’ (i.e. rejoicing over someone else’s misfortune)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bò\"]}],\"-bògwalụ\":[{\"word\":\"-bògwalụ\",\"wordClass\":\"AV\",\"definitions\":[\"take revenge\"],\"examples\":[{\"igbo\":\"Abògwalụgo m#ife o mèlù m\",\"english\":\"I have taken revenge for what he did to me\"}],\"variations\":[],\"stems\":[\"-bò\"]}],\"-bò mbò\":[{\"word\":\"-bò mbò\",\"wordClass\":\"AV\",\"definitions\":[\"seek revenge with blood\"],\"examples\":[{\"igbo\":\"Ndi à jèkò mbò\",\"english\":\"These people are going to seek blood revenge\"},{\"igbo\":\"Ànyị jèkò ịbò mbò\",\"english\":\"We are going to take revenge\"}],\"variations\":[],\"stems\":[\"-bò\",\"mbò\"]}],\"-bò ọbò\":[{\"word\":\"-bò ọbò\",\"wordClass\":\"AV\",\"definitions\":[\"avenge; revenge\"],\"examples\":[{\"igbo\":\"Àdịrō m abò ọbò\",\"english\":\"I do not take vengeance\"}],\"variations\":[],\"stems\":[\"-bò\",\"ọbò\"]}],\"-bò\":[{\"word\":\"-bò\",\"wordClass\":\"AV\",\"definitions\":[\"divide; cut up (animal carcase); break\",\"Ì bògo chī? Good morning!\",\"revenge; avenge;\"],\"examples\":[{\"igbo\":\"Bòlụ ife o mèlù gị\",\"english\":\"Take revenge for what he did to you\"}],\"variations\":[],\"stems\":[]}],\"-kpa bọòlù\":[{\"word\":\"-kpa bọòlù\",\"wordClass\":\"AV\",\"definitions\":[\"dribble a ball\"],\"examples\":[],\"variations\":[],\"stems\":[\"bọòlù\",\"-kpa\"]}],\"bọòlù\":[{\"word\":\"bọòlù\",\"wordClass\":\"NNC\",\"definitions\":[\"ball (English)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òbubu\":[{\"word\":\"òbubu\",\"wordClass\":\"AV\",\"definitions\":[\"carrying; bearing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bu\"]}],\"-bu asị je ogbè\":[{\"word\":\"-bu asị je ogbè\",\"wordClass\":\"AV\",\"definitions\":[\"gossip\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bu\"]}],\"òbù àsị èje ogbè\":[{\"word\":\"òbù àsị èje ogbè\",\"wordClass\":\"AV\",\"definitions\":[\"a gossip\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bu\"]}],\"-budà\":[{\"word\":\"-budà\",\"wordClass\":\"AV\",\"definitions\":[\"bring down; humble\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bu\"]}],\"-bufè\":[{\"word\":\"-bufè\",\"wordClass\":\"AV\",\"definitions\":[\"carry over, across\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bu\"]}],\"-buga\":[{\"word\":\"-buga\",\"wordClass\":\"AV\",\"definitions\":[\"carry to; transport\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bu\"]}],\"-bugha(lị)\":[{\"word\":\"-bugha(lị)\",\"wordClass\":\"AV\",\"definitions\":[\"postpone\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bu\"]}],\"-bughàlị\":[{\"word\":\"-bughàlị\",\"wordClass\":\"AV\",\"definitions\":[\"carry badly\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bu\"]}],\"-bukwàsị\":[{\"word\":\"-bukwàsị\",\"wordClass\":\"AV\",\"definitions\":[\"place on\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bu\"]}],\"-bulu\":[{\"word\":\"-bulu\",\"wordClass\":\"AV\",\"definitions\":[\"carry, bear (something big or heavy)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bu\"]}],\"-bulu n’isi\":[{\"word\":\"-bulu n’isi\",\"wordClass\":\"AV\",\"definitions\":[\"carry on head\",\"undertake\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bu\",\"isi\"]}],\"-bu mmụō\":[{\"word\":\"-bu mmụō\",\"wordClass\":\"AV\",\"definitions\":[\"be a priest; look after deity\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bu\"]}],\"-buna\":[{\"word\":\"-buna\",\"wordClass\":\"AV\",\"definitions\":[\"carry home\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bu\"]}],\"-buni enū\":[{\"word\":\"-buni enū\",\"wordClass\":\"AV\",\"definitions\":[\"lift up; bring up; carry shoulder-high\"],\"examples\":[{\"igbo\":\"Ogè ọ gbā-sịlị ọsọ fâ bùnì yà enū\",\"english\":\"When he finished the race, he was carried shoulder-high\"}],\"variations\":[],\"stems\":[\"-bu\",\"enū\"]}],\"-buni ijè\":[{\"word\":\"-buni ijè\",\"wordClass\":\"AV\",\"definitions\":[\"start on a journey\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bu\",\"ijè\"]}],\"-bu n’isi\":[{\"word\":\"-bu n’isi\",\"wordClass\":\"AV\",\"definitions\":[\"be youthful, in one’s prime\",\"know by heart\",\"be responsible\",\"be youthful, in one's prime\"],\"examples\":[{\"igbo\":\"O bù ume n’isi\",\"english\":\"He is in the bloom of youth\"}],\"variations\":[],\"stems\":[\"-bu\",\"isi\"]}],\"-bu n’obì\":[{\"word\":\"-bu n’obì\",\"wordClass\":\"AV\",\"definitions\":[\"learn by heart\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bu\",\"obì\"]}],\"-bu ọnū\":[{\"word\":\"-bu ọnū\",\"wordClass\":\"AV\",\"definitions\":[\"fast\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bu\",\"ọnū\"]}],\"-bụpù\":[{\"word\":\"-bụpù\",\"wordClass\":\"AV\",\"definitions\":[\"carry away\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bu\"]}],\"-bupùte\":[{\"word\":\"-bupùte\",\"wordClass\":\"AV\",\"definitions\":[\"carry out (object)\",\"bring out, display (e.g. dance)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bu\"]}],\"-buruka\":[{\"word\":\"-buruka\",\"wordClass\":\"AV\",\"definitions\":[\"move; carry aside\",\"move aside (something heavy)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bu\",\"-rụ-ka\"]}],\"-busà\":[{\"word\":\"-busà\",\"wordClass\":\"AV\",\"definitions\":[\"scatter (heavy objects)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bu\"]}],\"-busàsị\":[{\"word\":\"-busàsị\",\"wordClass\":\"AV\",\"definitions\":[\"scatter about (heavy objects)\",\"scatter about in heaps\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bu\",\"-sị\"]}],\"-bute\":[{\"word\":\"-bute\",\"wordClass\":\"AV\",\"definitions\":[\"bring\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bu\"]}],\"-bute ọyà\":[{\"word\":\"-bute ọyà\",\"wordClass\":\"AV\",\"definitions\":[\"catch (a disease)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bu\",\"ọyà\"]}],\"-bu ụkà\":[{\"word\":\"-bu ụkà\",\"wordClass\":\"AV\",\"definitions\":[\"make trouble\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bu\",\"ụkà\"]}],\"ajù (-bu)\":[{\"word\":\"ajù (-bu)\",\"wordClass\":\"AV\",\"definitions\":[\"be dizzy\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bu\"]}],\"-bu isi\":[{\"word\":\"-bu isi\",\"wordClass\":\"AV\",\"definitions\":[\"be first (to come)\"],\"examples\":[],\"variations\":[\"-bu isì\"],\"stems\":[\"-bu\"]}],\"-bu ụzò\":[{\"word\":\"-bu ụzò\",\"wordClass\":\"AV\",\"definitions\":[\"lead; precede; used after another verb, = before\",\"be first\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bu\",\"ụzò\"]}],\"-dịbu\":[{\"word\":\"-dịbu\",\"wordClass\":\"AV\",\"definitions\":[\"exist before\"],\"examples\":[{\"igbo\":\"Ọ dìbù àdịbu\",\"english\":\"It has been existing\"}],\"variations\":[],\"stems\":[\"-bu\",\"-dị\"]}],\"-kwubulu\":[{\"word\":\"-kwubulu\",\"wordClass\":\"AV\",\"definitions\":[\"say beforehand\",\"foretell; say beforehand\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bu\",\"-kwu\"]}],\"-bu\":[{\"word\":\"-bu\",\"wordClass\":\"AV\",\"definitions\":[\"carry, bear (something big or heavy)\"],\"examples\":[{\"igbo\":\"Ọ bùbù onye nkuzi\",\"english\":\"He was once a teacher\"}],\"variations\":[],\"stems\":[]}],\"òbùbù\":[{\"word\":\"òbùbù\",\"wordClass\":\"AV\",\"definitions\":[\"stoutness\",\"hatching (of eggs)\",\"uprooting\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bù\"]}],\"-bù ibù\":[{\"word\":\"-bù ibù\",\"wordClass\":\"AV\",\"definitions\":[\"be stout, large, flourishing\",\"be big\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bù\",\"ibù\"]}],\"-bù isi\":[{\"word\":\"-bù isi\",\"wordClass\":\"AV\",\"definitions\":[\"be horrible; be horrified\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bù\",\"isi\"]}],\"-bù ogbè\":[{\"word\":\"-bù ogbè\",\"wordClass\":\"AV\",\"definitions\":[\"be big\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bù\",\"ogbè\"]}],\"-bù àkwa\":[{\"word\":\"-bù àkwa\",\"wordClass\":\"AV\",\"definitions\":[\"peck open shell (of hen helping chickens to hatch)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bù\"]}],\"-bù ụmù\":[{\"word\":\"-bù ụmù\",\"wordClass\":\"AV\",\"definitions\":[\"peck open shell\",\"hatch (eggs) (of hen)\",\"marks plural of animate nouns\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bù\",\"ụmù\"]}],\"-bù àbù\":[{\"word\":\"-bù àbù\",\"wordClass\":\"AV\",\"definitions\":[\"root up (cassava and cocoyam)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bù\"]}],\"-bùnite\":[{\"word\":\"-bùnite\",\"wordClass\":\"AV\",\"definitions\":[\"uproot\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bù\"]}],\"-bù osisi\":[{\"word\":\"-bù osisi\",\"wordClass\":\"AV\",\"definitions\":[\"uproot tree\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bù\",\"osisi\"]}],\"-bù\":[{\"word\":\"-bù\",\"wordClass\":\"AV\",\"definitions\":[\"be large, stout\",\"break (hard covering, shell) to get out contents (e.g. egg, ụkwà); hatch\",\"sing\",\"uproot\"],\"examples\":[{\"igbo\":\"Òkụkò mụ gà-abū akwa yā n’ọnwa òzọ\",\"english\":\"My hen will hatch her eggs next month\"},{\"igbo\":\"Ọ nà-abù nkwū\",\"english\":\"He is uprooting a palmtree\"}],\"variations\":[],\"stems\":[]}],\"bùlòbùlo\":[{\"word\":\"bùlòbùlo\",\"wordClass\":\"NNC\",\"definitions\":[\"balloon (English)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"bùusù\":[{\"word\":\"bùusù\",\"wordClass\":\"NNC\",\"definitions\":[\"cat (English puss, compare nwa mba, nwa ōnogbò)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òbụbụ\":[{\"word\":\"òbụbụ\",\"wordClass\":\"AV\",\"definitions\":[\"becoming\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bụ\"]}],\"-bụ èjìma\":[{\"word\":\"-bụ èjìma\",\"wordClass\":\"AV\",\"definitions\":[\"be twins\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bụ\",\"èjìma\"]}],\"-bụgodu isi\":[{\"word\":\"-bụgodu isi\",\"wordClass\":\"AV\",\"definitions\":[\"be the head (first and foremost, before being anything else)\",\"be first, in the first place\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bụ\",\"isi\"]}],\"-bụgbàdo\":[{\"word\":\"-bụgbàdo\",\"wordClass\":\"AV\",\"definitions\":[\"be altogether, entirely\",\"be entirely\"],\"examples\":[{\"igbo\":\"Ụmù ya niīnê bụgbàdò ndi orī\",\"english\":\"All his children are thieves\"}],\"variations\":[],\"stems\":[\"-bụ\",\"gbàà\"]}],\"-bụ isi\":[{\"word\":\"-bụ isi\",\"wordClass\":\"AV\",\"definitions\":[\"be first, in the first place\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bụ\",\"isi\"]}],\"-bụkọdo\":[{\"word\":\"-bụkọdo\",\"wordClass\":\"AV\",\"definitions\":[\"be both in; carry both in\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bụ\"]}],\"bụlụzịdụ\":[{\"word\":\"bụlụzịdụ\",\"wordClass\":\"AV\",\"definitions\":[\"even if\"],\"examples\":[{\"igbo\":\"Ọ gà-àsọ m#mà ọ bụlụ nà Òfô mèlù òfụma na nnene akwụkwọ arō à ọ bụlụzịdụ onye ǹke īkpe āzụ\",\"english\":\"It would please me if Ọfọ could pass this year’s examination, even if he is in the last place\"}],\"variations\":[],\"stems\":[\"-bụ\"]}],\"-bụ ògbò\":[{\"word\":\"-bụ ògbò\",\"wordClass\":\"AV\",\"definitions\":[\"be namesake, age-mate\"],\"examples\":[{\"igbo\":\"Ndùbezè bù ògbò m\",\"english\":\"Ndụbeze is my namesake\"}],\"variations\":[],\"stems\":[\"-bụ\",\"ògbò\"]}],\"-bụ onye ōsi ālị\":[{\"word\":\"-bụ onye ōsi ālị\",\"wordClass\":\"AV\",\"definitions\":[\"be a witness\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bụ\"]}],\"ọ bù ezīe nà\":[{\"word\":\"ọ bù ezīe nà\",\"wordClass\":\"AV\",\"definitions\":[\"though; although (literally It is true that...)\"],\"examples\":[{\"igbo\":\"Ọ bù ezīe nà mû bù nwatà mà enwèlù m uchè\",\"english\":\"Although young, I am sensible\"}],\"variations\":[],\"stems\":[\"-bụ\"]}],\"ọ bụlụgodụ\":[{\"word\":\"ọ bụlụgodụ\",\"wordClass\":\"AV\",\"definitions\":[\"if; even if; though\"],\"examples\":[{\"igbo\":\"Ọ bụlụgodụ nà fâ rìlì nnē agà m ènwe ike ịkpāta nni gā- ezùlu fā\",\"english\":\"Even if they are many I shall be able to provide food that will be sufficient for them\"}],\"variations\":[],\"stems\":[\"-bụ\"]}],\"ọ bụlụzịa\":[{\"word\":\"ọ bụlụzịa\",\"wordClass\":\"AV\",\"definitions\":[\"if it happens; if it later happens that...\"],\"examples\":[{\"igbo\":\"Ọ bụlụzịa nà fâ kpò nwannē gị bịa, sòlu fā nàba\",\"english\":\"If it happens that they come with your brother, follow them home\"},{\"igbo\":\"Ọ bù màkà ǹke à\",\"english\":\"therefore; hence (literally It is because of this...)\"}],\"variations\":[],\"stems\":[\"-bụ\",\"ọ\"]}],\"òbụnà\":[{\"word\":\"òbụnà\",\"wordClass\":\"AV\",\"definitions\":[\"any; every\"],\"examples\":[{\"igbo\":\"Nye m#ife ōbụnà\",\"english\":\"Give me anything\"}],\"variations\":[\"òbùnà\"],\"stems\":[\"-bụ\",\"òbụbụū\"]}],\"òbùnà\":[{\"word\":\"òbùnà\",\"wordClass\":\"AV\",\"definitions\":[\"any; every\"],\"examples\":[{\"igbo\":\"Nye m#ife ōbụnà\",\"english\":\"Give me anything\"},{\"igbo\":\"Mmadū ōbụnà gà-anòdị ànì\",\"english\":\"Every person shall sit down\"}],\"variations\":[],\"stems\":[\"-bụ\",\"òbụbụū\"]}],\"ò bụnā\":[{\"word\":\"ò bụnā\",\"wordClass\":\"AV\",\"definitions\":[\"if; even; even if\"],\"examples\":[],\"variations\":[\"ò bụnāda\"],\"stems\":[\"-bụ\",\"ọ\"]}],\"ò bụnādụ\":[{\"word\":\"ò bụnādụ\",\"wordClass\":\"AV\",\"definitions\":[],\"examples\":[{\"igbo\":\"Bikō nye m#nni ò bụnāda ǹkè oyī\",\"english\":\"Please give me some food, even if it is cold\"},{\"igbo\":\"Bikō nye m nwantịntị egō ò bụnāda (ò bụnādụ) kọbò\",\"english\":\"Please give me some money, even a kobo\"}],\"variations\":[],\"stems\":[\"-bụ\",\"ọ\"]}],\"ò bụràba\":[{\"word\":\"ò bụràba\",\"wordClass\":\"AV\",\"definitions\":[\"even; even if; although; be it\",\"even if\"],\"examples\":[{\"igbo\":\"Bikō nye m#egō, ò bụràba afù\",\"english\":\"Please give me some money, be it (i.e. even if it is) only a half-kobo\"},{\"igbo\":\"Nnwa nà-àgụ m ò bụràba nwaànyì\",\"english\":\"I want a child, even a girl\"},{\"igbo\":\"Bikō nye m egō ò bụràba kọpò\",\"english\":\"Please give me some money, even a kobo\"}],\"variations\":[],\"stems\":[\"-bụ\",\"ọ\",\"-ràba\"]}],\"-bụ asọ\":[{\"word\":\"-bụ asọ\",\"wordClass\":\"AV\",\"definitions\":[\"spit\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bụ\"]}],\"-bụ ọnū\":[{\"word\":\"-bụ ọnū\",\"wordClass\":\"AV\",\"definitions\":[\"curse\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bụ\",\"ọnū\"]}],\"-bụ ọnụ mmīli\":[{\"word\":\"-bụ ọnụ mmīli\",\"wordClass\":\"AV\",\"definitions\":[\"spit\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bụ\"]}],\"-bụsa\":[{\"word\":\"-bụsa\",\"wordClass\":\"AV\",\"definitions\":[\"drizzle (of rain)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bụ\"]}],\"-bụ abụ\":[{\"word\":\"-bụ abụ\",\"wordClass\":\"AV\",\"definitions\":[\"scramble (for something)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bụ\"]}],\"-bụkọ\":[{\"word\":\"-bụkọ\",\"wordClass\":\"AV\",\"definitions\":[\"get all by scrambling\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bụ\"]}],\"-bụsịsị\":[{\"word\":\"-bụsịsị\",\"wordClass\":\"AV\",\"definitions\":[\"scramble madly (for something)\"],\"examples\":[{\"igbo\":\"Fâ bùsìsìlì àbụsịsị\",\"english\":\"There was a great scramble for it\"}],\"variations\":[],\"stems\":[\"-bụ\"]}],\"-bụta\":[{\"word\":\"-bụta\",\"wordClass\":\"AV\",\"definitions\":[\"get by scrambling\"],\"examples\":[],\"variations\":[],\"stems\":[\"-bụ\"]}],\"-bụ ùbụ\":[{\"word\":\"-bụ ùbụ\",\"wordClass\":\"AV\",\"definitions\":[\"scramble (for something)\",\"scramble (e.g. of children when eating or given something like biscuits)\"],\"examples\":[],\"variations\":[\"ụbụ\"],\"stems\":[\"-bụ\",\"ùbụ\"]}],\"-bụ\":[{\"word\":\"-bụ\",\"wordClass\":\"AV\",\"definitions\":[\"be (used to identify two noun phrases with each other)\",\"eject; project\",\"scramble\"],\"examples\":[{\"igbo\":\"Abū m onye isī\",\"english\":\"I am the leader\"}],\"variations\":[],\"stems\":[]}],\"bùù\":[{\"word\":\"bùù\",\"wordClass\":\"NNC\",\"definitions\":[\"quietness\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"CH\":[{\"word\":\"CH\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"-cha èdo èdò\":[{\"word\":\"-cha èdo èdò\",\"wordClass\":\"AV\",\"definitions\":[\"be yellow in colour\",\"be yellow\"],\"examples\":[{\"igbo\":\"Àfè m nà-àcha èdo èdò\",\"english\":\"My shirt is yellow\"}],\"variations\":[],\"stems\":[\"-cha\",\"èdò\"]}],\"-chagha\":[{\"word\":\"-chagha\",\"wordClass\":\"AV\",\"definitions\":[\"turn pale\"],\"examples\":[],\"variations\":[],\"stems\":[\"-cha\"]}],\"-chaghalị\":[{\"word\":\"-chaghalị\",\"wordClass\":\"AV\",\"definitions\":[\"be light in colour; change colour; fade; be bloodless (of person)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-cha\"]}],\"-chaghalị anya\":[{\"word\":\"-chaghalị anya\",\"wordClass\":\"AV\",\"definitions\":[\"change expression, colour of eyes (through sorrow, anger, surprise, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-cha\"]}],\"-chagha(lị) iru\":[{\"word\":\"-chagha(lị) iru\",\"wordClass\":\"AV\",\"definitions\":[\"change colour, expression (compare -chaghalị anya)\",\"sulk\"],\"examples\":[],\"variations\":[],\"stems\":[\"-cha\",\"iru\"]}],\"cha isi awō\":[{\"word\":\"cha isi awō\",\"wordClass\":\"AV\",\"definitions\":[\"turn grey (of black hair turning grey)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-cha\"]}],\"-cha mmanụ mmanụ\":[{\"word\":\"-cha mmanụ mmanụ\",\"wordClass\":\"AV\",\"definitions\":[\"be reddish orange (as oil)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-cha\"]}],\"-cha ntụ ntụ\":[{\"word\":\"-cha ntụ ntụ\",\"wordClass\":\"AV\",\"definitions\":[\"be ash-grey in colour\"],\"examples\":[],\"variations\":[],\"stems\":[\"-cha\"]}],\"-cha òbàla òbàlà\":[{\"word\":\"-cha òbàla òbàlà\",\"wordClass\":\"AV\",\"definitions\":[\"be red, blood-red\"],\"examples\":[],\"variations\":[],\"stems\":[\"-cha\"]}],\"-cha òcha\":[{\"word\":\"-cha òcha\",\"wordClass\":\"AV\",\"definitions\":[\"be fair in complexion\"],\"examples\":[],\"variations\":[],\"stems\":[\"-cha\"]}],\"-cha ufie ūfie\":[{\"word\":\"-cha ufie ūfie\",\"wordClass\":\"AV\",\"definitions\":[\"be red\"],\"examples\":[],\"variations\":[],\"stems\":[\"-cha\"]}],\"-dị òcha\":[{\"word\":\"-dị òcha\",\"wordClass\":\"AV\",\"definitions\":[\"be fair in complexion; be white, clean\",\"be pure, clean\"],\"examples\":[],\"variations\":[],\"stems\":[\"-cha\",\"-dị\"]}],\"ọcha\":[{\"word\":\"ọcha\",\"wordClass\":\"NNC\",\"definitions\":[\"white; clean; pure; undefiled\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òcha\":[{\"word\":\"òcha\",\"wordClass\":\"NNC\",\"definitions\":[\"whiteness; cleanliness; purity\"],\"examples\":[{\"igbo\":\"Achòlù m òcha na-enwērọ ntùpọ\",\"english\":\"I want spotless white (fig.)\"},{\"igbo\":\"Òchâ dì mmā, òjî dì mmā\",\"english\":\"White is good, black is good (meaning all is welcome, acceptable to me without discrimination)\"},{\"igbo\":\"Aka m dì òcha\",\"english\":\"My hands are clean (literally and fig.)\"},{\"igbo\":\"Ụmù m bikō dòo nù ònwe ụnù òcha\",\"english\":\"My children, please keep yourselves undefiled\"},{\"igbo\":\"Ngọzị nà-àdịlị ndi dī ọcha n’obì\",\"english\":\"Blessed are the pure in heart\"}],\"variations\":[],\"stems\":null}],\"-chakpọ\":[{\"word\":\"-chakpọ\",\"wordClass\":\"AV\",\"definitions\":[\"be fully ripe\"],\"examples\":[],\"variations\":[],\"stems\":[\"-cha\"]}],\"-chalò àchalò\":[{\"word\":\"-chalò àchalò\",\"wordClass\":\"AV\",\"definitions\":[\"be fully ripe\"],\"examples\":[],\"variations\":[],\"stems\":[\"-cha\"]}],\"-chatò\":[{\"word\":\"-chatò\",\"wordClass\":\"AV\",\"definitions\":[\"be over-ripe\"],\"examples\":[],\"variations\":[],\"stems\":[\"-cha\"]}],\"osè ọcha\":[{\"word\":\"osè ọcha\",\"wordClass\":\"AV\",\"definitions\":[\"ripe (red) pepper\"],\"examples\":[],\"variations\":[],\"stems\":[\"-cha\"]}],\"òchịcha\":[{\"word\":\"òchịcha\",\"wordClass\":\"AV\",\"definitions\":[\"washing; scrubing\",\"scorching; beating (of sun)\"],\"examples\":[{\"igbo\":\"Anwụ chàlù\",\"english\":\"The sun shone\"}],\"variations\":[],\"stems\":[\"-cha\"]}],\"-chacha\":[{\"word\":\"-chacha\",\"wordClass\":\"AV\",\"definitions\":[\"clean (stronger than -cha)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-cha\"]}],\"-chachanye\":[{\"word\":\"-chachanye\",\"wordClass\":\"AV\",\"definitions\":[\"wash into\"],\"examples\":[],\"variations\":[],\"stems\":[\"-cha\"]}],\"-chagbu ọnya\":[{\"word\":\"-chagbu ọnya\",\"wordClass\":\"AV\",\"definitions\":[\"heal a sore by washing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-cha\",\"ọnya\"]}],\"-chapù\":[{\"word\":\"-chapù\",\"wordClass\":\"AV\",\"definitions\":[\"wash off\"],\"examples\":[],\"variations\":[],\"stems\":[\"-cha\"]}],\"-wụcha (àrụ)\":[{\"word\":\"-wụcha (àrụ)\",\"wordClass\":\"AV\",\"definitions\":[\"wash, wash clean, cleanse (body)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-cha\"]}],\"-wụchapù (àrụ)\":[{\"word\":\"-wụchapù (àrụ)\",\"wordClass\":\"AV\",\"definitions\":[\"wash (the body) thoroughly\"],\"examples\":[],\"variations\":[],\"stems\":[\"-cha\"]}],\"-wụchapùta\":[{\"word\":\"-wụchapùta\",\"wordClass\":\"AV\",\"definitions\":[\"wash thoroughly\",\"wash away; clear away\"],\"examples\":[],\"variations\":[],\"stems\":[\"-cha\",\"-wụ\"]}],\"-chachị\":[{\"word\":\"-chachị\",\"wordClass\":\"AV\",\"definitions\":[\"dazzle\"],\"examples\":[{\"igbo\":\"Anwụ chàchìlì m anya\",\"english\":\"The sun dazzled me\"}],\"variations\":[],\"stems\":[\"-cha\"]}],\"-chagbu\":[{\"word\":\"-chagbu\",\"wordClass\":\"AV\",\"definitions\":[\"cause to wither (by heat); scorch\"],\"examples\":[],\"variations\":[],\"stems\":[\"-cha\"]}],\"-chani\":[{\"word\":\"-chani\",\"wordClass\":\"AV\",\"definitions\":[\"flare up; blaze; force away by heat\"],\"examples\":[],\"variations\":[],\"stems\":[\"-cha\"]}],\"-chanwụ\":[{\"word\":\"-chanwụ\",\"wordClass\":\"AV\",\"definitions\":[\"wither\"],\"examples\":[],\"variations\":[],\"stems\":[\"-cha\"]}],\"-cha ọkụ\":[{\"word\":\"-cha ọkụ\",\"wordClass\":\"AV\",\"definitions\":[\"be red-hot (of metal)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-cha\"]}],\"-kachasị\":[{\"word\":\"-kachasị\",\"wordClass\":\"\",\"definitions\":[\"surpass entirely (compare -kasị surpass)\",\"surpass entirely; be pre-eminent\"],\"examples\":[],\"variations\":[],\"stems\":[\"-cha\",\"-ka\"]}],\"-nụcha\":[{\"word\":\"-nụcha\",\"wordClass\":\"\",\"definitions\":[\"hear well (compare -nụ hear)\",\"hear well\"],\"examples\":[],\"variations\":[],\"stems\":[\"-cha\",\"-nụ\"]}],\"-ruchanye\":[{\"word\":\"-ruchanye\",\"wordClass\":\"\",\"definitions\":[\"pour all into (compare -runye pour into)\",\"pour into (the object is assumed small and all is intended to be poured into it at once)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-cha\",\"-ru\"]}],\"-cha\":[{\"word\":\"-cha\",\"wordClass\":\"AV\",\"definitions\":[\"be light- or reddish-coloured (as opposed to being dark)\",\"wash, scrub (hand, foot, hard object); clean off; be clean, pure (compare -sa 1.)\",\"shine (as sun); glisten; glitter; blaze; beat down (as sun); scorch (of sun, fire, hot iron, etc.) (compare -mù 2., but stronger)\",\"open up; reveal\",\"thoroughness\",\"be ripe as shown by change of colour) (of yam, cassava, corn, coconut); (fig.) be bold, brave, determined\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ka\"]}],\"-cha-\":[{\"word\":\"-cha-\",\"wordClass\":\"\",\"definitions\":[\"partial (doing of action); act (on relatively small object or small part of object) me by slapping me? blowing something out from my eye\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-chàlụ n’ụzò\":[{\"word\":\"-chàlụ n’ụzò\",\"wordClass\":\"AV\",\"definitions\":[\"let one pass, give way to\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chà\",\"ụzò\"]}],\"-chà n’ùsọ\":[{\"word\":\"-chà n’ùsọ\",\"wordClass\":\"AV\",\"definitions\":[\"go aside; give way\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chà\",\"ùsọ\"]}],\"-gbubè\":[{\"word\":\"-gbubè\",\"wordClass\":\"AV\",\"definitions\":[\"more commonly used)\",\"cut off, across; chop off\"],\"examples\":[{\"igbo\":\"Gbubèe yā isi\",\"english\":\"Cut off his head, or Behead him\"},{\"igbo\":\"Egbubègo m agwọ afù ìbùọ\",\"english\":\"I have cut the snake into two\"}],\"variations\":[\"-bè\"],\"stems\":[\"-chà\",\"-gbu\"]}],\"-chà akwà\":[{\"word\":\"-chà akwà\",\"wordClass\":\"AV\",\"definitions\":[\"cut cloth (e.g. into yards)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chà\"]}],\"-chà akwụkwọ\":[{\"word\":\"-chà akwụkwọ\",\"wordClass\":\"AV\",\"definitions\":[\"cut paper\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chà\"]}],\"-chà elili\":[{\"word\":\"-chà elili\",\"wordClass\":\"AV\",\"definitions\":[\"cut rope\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chà\"]}],\"-chà\":[{\"word\":\"-chà\",\"wordClass\":\"AV\",\"definitions\":[\"give place; give way\",\"cut (slang)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"chalekū\":[{\"word\":\"chalekū\",\"wordClass\":\"NNC\",\"definitions\":[\"Black Tamarind (Dialium guineense Willd.), tree with\"],\"examples\":[],\"variations\":[\"chelekū\"],\"stems\":null}],\"ichēku oyìbo\":[{\"word\":\"ichēku oyìbo\",\"wordClass\":\"\",\"definitions\":[\"Indian Tamarind (Tamarindus indica Linn.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ichēku\"]}],\"ichēku\":[{\"word\":\"ichēku\",\"wordClass\":\"\",\"definitions\":[\"small edible dark-brown fruits which grow in clusters\",\"charcoal made from it\",\"see chalekū\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"cham\":[{\"word\":\"cham\",\"wordClass\":\"NNC\",\"definitions\":[\"dane-gun\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òchiche\":[{\"word\":\"òchiche\",\"wordClass\":\"NNC\",\"definitions\":[\"waiting; watching (-che 1. watch, wait)\",\"offering (-che 2. present, offer)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-chebe\":[{\"word\":\"-chebe\",\"wordClass\":\"AV\",\"definitions\":[\"guard; keep; preserve\"],\"examples\":[],\"variations\":[\"-chelụ\"],\"stems\":[\"-che\"]}],\"-chebe ntì\":[{\"word\":\"-chebe ntì\",\"wordClass\":\"AV\",\"definitions\":[\"listen\"],\"examples\":[],\"variations\":[],\"stems\":[\"-che\"]}],\"-chedo\":[{\"word\":\"-chedo\",\"wordClass\":\"AV\",\"definitions\":[\"protect; shelter\"],\"examples\":[],\"variations\":[],\"stems\":[\"-che\"]}],\"nchedo\":[{\"word\":\"nchedo\",\"wordClass\":\"AV\",\"definitions\":[\"defence; protection; sheltering\"],\"examples\":[],\"variations\":[],\"stems\":[\"-che\"]}],\"-chedo mmilī\":[{\"word\":\"-chedo mmilī\",\"wordClass\":\"AV\",\"definitions\":[\"hold water\"],\"examples\":[],\"variations\":[],\"stems\":[\"-che\",\"mmilī\"]}],\"-che iru\":[{\"word\":\"-che iru\",\"wordClass\":\"AV\",\"definitions\":[\"be opposite\",\"face\",\"be opposite\"],\"examples\":[],\"variations\":[],\"stems\":[\"-che\",\"iru\"]}],\"-chekàta\":[{\"word\":\"-chekàta\",\"wordClass\":\"AV\",\"definitions\":[\"wait a long time\"],\"examples\":[],\"variations\":[],\"stems\":[\"-che\"]}],\"-chekwa(ba)\":[{\"word\":\"-chekwa(ba)\",\"wordClass\":\"AV\",\"definitions\":[\"look after; take care of\"],\"examples\":[],\"variations\":[],\"stems\":[\"-che\"]}],\"-chekwa iwe\":[{\"word\":\"-chekwa iwe\",\"wordClass\":\"AV\",\"definitions\":[\"bear malice\"],\"examples\":[],\"variations\":[],\"stems\":[\"-che\",\"iwe\"]}],\"-chekwata\":[{\"word\":\"-chekwata\",\"wordClass\":\"AV\",\"definitions\":[\"save (money)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-che\"]}],\"nchekwata\":[{\"word\":\"nchekwata\",\"wordClass\":\"AV\",\"definitions\":[\"saving(s) (of money, etc)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-che\"]}],\"-che ǹche\":[{\"word\":\"-che ǹche\",\"wordClass\":\"AV\",\"definitions\":[\"keep watch; watch; keep vigil\",\"keep watch, vigil\"],\"examples\":[{\"igbo\":\"Ọ nà-èche nche\",\"english\":\"He keeps watch (over something); He keeps vigil.\"},{\"igbo\":\"A gà-èche yā nche\",\"english\":\"It will be watched\"},{\"igbo\":\"Ọ nò nà ǹche\",\"english\":\"He is on guard\"}],\"variations\":[],\"stems\":[\"-che\",\"ǹche\"]}],\"-che ǹdò\":[{\"word\":\"-che ǹdò\",\"wordClass\":\"AV\",\"definitions\":[\"act as regent; administer during interregnum\",\"give shade\"],\"examples\":[],\"variations\":[],\"stems\":[\"-che\",\"ǹdò\"]}],\"-che ntì\":[{\"word\":\"-che ntì\",\"wordClass\":\"AV\",\"definitions\":[\"listen\"],\"examples\":[],\"variations\":[],\"stems\":[\"-che\"]}],\"-cheràba\":[{\"word\":\"-cheràba\",\"wordClass\":\"AV\",\"definitions\":[\"wait a long time\"],\"examples\":[],\"variations\":[],\"stems\":[\"-che\"]}],\"ndi nche atụlū\":[{\"word\":\"ndi nche atụlū\",\"wordClass\":\"AV\",\"definitions\":[\"shepherds\"],\"examples\":[],\"variations\":[],\"stems\":[\"-che\"]}],\"òche ānwụ\":[{\"word\":\"òche ānwụ\",\"wordClass\":\"AV\",\"definitions\":[\"umbrella; sunshade\"],\"examples\":[],\"variations\":[],\"stems\":[\"-che\"]}],\"òche ǹdò\":[{\"word\":\"òche ǹdò\",\"wordClass\":\"AV\",\"definitions\":[\"anything giving shade (literally giver of shade)\",\"anything giving shade\"],\"examples\":[],\"variations\":[],\"stems\":[\"-che\",\"ǹdò\"]}],\"Òrànàǹche\":[{\"word\":\"Òrànàǹche\",\"wordClass\":\"AV\",\"definitions\":[\"male name (literally all at watch)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-che\"]}],\"-chelịta\":[{\"word\":\"-chelịta\",\"wordClass\":\"AV\",\"definitions\":[\"face (of a person)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-che\"]}],\"nchelịta\":[{\"word\":\"nchelịta\",\"wordClass\":\"AV\",\"definitions\":[\"facing; opposing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-che\"]}],\"nchelịta irū\":[{\"word\":\"nchelịta irū\",\"wordClass\":\"AV\",\"definitions\":[\"opposite; facing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-che\"]}],\"-che n’iru\":[{\"word\":\"-che n’iru\",\"wordClass\":\"AV\",\"definitions\":[\"present; place before\"],\"examples\":[],\"variations\":[],\"stems\":[\"-che\",\"iru\"]}],\"-che ọjị\":[{\"word\":\"-che ọjị\",\"wordClass\":\"AV\",\"definitions\":[\"give kola\",\"give kolanut\"],\"examples\":[],\"variations\":[],\"stems\":[\"-che\",\"ọjị\"]}],\"òche ògù\":[{\"word\":\"òche ògù\",\"wordClass\":\"AV\",\"definitions\":[\"praying mantis (literally the one offering fight)\",\"praying mantis\"],\"examples\":[],\"variations\":[],\"stems\":[\"-che\",\"ògù\"]}],\"-che\":[{\"word\":\"-che\",\"wordClass\":\"AV\",\"definitions\":[\"wait; watch for; watch over, protect, guard, shelter (in good sense); lie in wait for, ambush (in bad sense)\",\"present; offer\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òchìchè\":[{\"word\":\"òchìchè\",\"wordClass\":\"AV\",\"definitions\":[\"thinking; pondering; meditating\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chè\"]}],\"-chè echìchè\":[{\"word\":\"-chè echìchè\",\"wordClass\":\"AV\",\"definitions\":[\"think; think deeply on an abstract problem; ponder; meditate\",\"think; ponder; meditate\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chè\",\"echìchè\"]}],\"-chèfù\":[{\"word\":\"-chèfù\",\"wordClass\":\"AV\",\"definitions\":[\"forget\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chè\"]}],\"-chègbu\":[{\"word\":\"-chègbu\",\"wordClass\":\"AV\",\"definitions\":[\"worry; care; be anxious\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chè\"]}],\"-chèghalị\":[{\"word\":\"-chèghalị\",\"wordClass\":\"AV\",\"definitions\":[\"reconsider; repent\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chè\"]}],\"nchèghalị\":[{\"word\":\"nchèghalị\",\"wordClass\":\"AV\",\"definitions\":[\"repentance\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chè\"]}],\"-nchèkasị\":[{\"word\":\"-nchèkasị\",\"wordClass\":\"AV\",\"definitions\":[\"worry greatly; wear out oneself with thinking\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chè\"]}],\"nchèkasị\":[{\"word\":\"nchèkasị\",\"wordClass\":\"AV\",\"definitions\":[\"anxiety; care; worry\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chè\"]}],\"-chèkwube\":[{\"word\":\"-chèkwube\",\"wordClass\":\"AV\",\"definitions\":[\"trust\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chè\"]}],\"nchèkwube\":[{\"word\":\"nchèkwube\",\"wordClass\":\"AV\",\"definitions\":[\"trust; confidence; trustworthiness; faithfulness\",\"trust; confidence Nchèkwube ānyqị dì nà Chine kè Our trust is in God\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chè\",\"-kwu\"]}],\"-chèta\":[{\"word\":\"-chèta\",\"wordClass\":\"AV\",\"definitions\":[\"remember\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chè\"]}],\"nchèta\":[{\"word\":\"nchèta\",\"wordClass\":\"AV\",\"definitions\":[\"memorial; remembrance\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chè\"]}],\"ife nchèta\":[{\"word\":\"ife nchèta\",\"wordClass\":\"AV\",\"definitions\":[\"memorial\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chè\",\"ife\"]}],\"-chè uchè\":[{\"word\":\"-chè uchè\",\"wordClass\":\"AV\",\"definitions\":[\"think; wonder; doubt; be perplexed\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chè\",\"uchè\"]}],\"-chèzọ\":[{\"word\":\"-chèzọ\",\"wordClass\":\"AV\",\"definitions\":[\"forget\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chè\",\"-zọ\"]}],\"nchèzọ\":[{\"word\":\"nchèzọ\",\"wordClass\":\"AV\",\"definitions\":[\"forgetfulness\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chè\"]}],\"-chè\":[{\"word\":\"-chè\",\"wordClass\":\"AV\",\"definitions\":[\"think; ponder; meditate\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"chelekū\":[{\"word\":\"chelekū\",\"wordClass\":\"\",\"definitions\":[\"see chalekū\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ego chī\":[{\"word\":\"ego chī\",\"wordClass\":\"NNC\",\"definitions\":[\"money ritually received for one's chi\"],\"examples\":[],\"variations\":[],\"stems\":[\"chi\"]}],\"ewu chī\":[{\"word\":\"ewu chī\",\"wordClass\":\"NNC\",\"definitions\":[\"a goat given to one's mother for her personal chi, which must never be killed\"],\"examples\":[{\"igbo\":\"Ewu chī nwaànyì bù òfu ụzò nnwā\",\"english\":\"A woman’s chi-goat is as sacred as a child\"}],\"variations\":[],\"stems\":[\"chi\"]}],\"òfu chī\":[{\"word\":\"òfu chī\",\"wordClass\":\"NNC\",\"definitions\":[\"(fig.) having the same character or behaviour (of two people)\",\"one god\",\"(fig.) same character or behaviour (of human beings only, to describe two persons with similar character) behave the same way, or have the same idiosyncrasies\"],\"examples\":[{\"igbo\":\"Ọ bù òfu chī kèlù Okaàfò nà Nwoōsu\",\"englsih\":\"Okaafọ and Nwoosu behave the same way, or have the same idiosyncrasies\"}],\"variations\":[],\"stems\":[\"chi\",\"òfu\"]}],\"ògbụ chī\":[{\"word\":\"ògbụ chī\",\"wordClass\":\"NNC\",\"definitions\":[\"fig-tree planted near dwelling to represent one's chi\",\"(specifically and more particularly) life-essence of the universe; God\",\"fig-tree planted to represent one's Chi\"],\"examples\":[],\"variations\":[],\"stems\":[\"chi\",\"ògbụ\"]}],\"Chi ọma\":[{\"word\":\"Chi ọma\",\"wordClass\":\"NNC\",\"definitions\":[\"God the Good\"],\"examples\":[{\"igbo\":\"mà Chi kweif\",\"english\":\"God allows. Usually qualified as Chukwu (i.e. Chi Ukwu, Great God, see separate entry) or Chinēkè (i.e. Chi nā-ekè God who creates)\"}],\"variations\":[],\"stems\":[\"chi\"]}],\"chi abòọ\":[{\"word\":\"chi abòọ\",\"wordClass\":\"NNC\",\"definitions\":[\"day breaks\"],\"examples\":[],\"variations\":[],\"stems\":[\"chi\"]}],\"chi ànaā\":[{\"word\":\"chi ànaā\",\"wordClass\":\"NNC\",\"definitions\":[\"It is evening; the day declines\"],\"examples\":[],\"variations\":[],\"stems\":[\"chi\"]}],\"chi èfoo\":[{\"word\":\"chi èfoo\",\"wordClass\":\"NNC\",\"definitions\":[\"day breaks\"],\"examples\":[],\"variations\":[],\"stems\":[\"chi\"]}],\"chi èjimìe\":[{\"word\":\"chi èjimìe\",\"wordClass\":\"NNC\",\"definitions\":[\"It is late evening, night\"],\"examples\":[],\"variations\":[],\"stems\":[\"chi\"]}],\"chi èjiri\":[{\"word\":\"chi èjiri\",\"wordClass\":\"NNC\",\"definitions\":[\"The day declines\"],\"examples\":[],\"variations\":[],\"stems\":[\"chi\"]}],\"chi ekùfoo\":[{\"word\":\"chi ekùfoo\",\"wordClass\":\"NNC\",\"definitions\":[\"It is getting light (of day)\"],\"examples\":[],\"variations\":[],\"stems\":[\"chi\"]}],\"chi emìe\":[{\"word\":\"chi emìe\",\"wordClass\":\"NNC\",\"definitions\":[\"It is late evening or night\"],\"examples\":[],\"variations\":[],\"stems\":[\"chi\"]}],\"chi èrulu\":[{\"word\":\"chi èrulu\",\"wordClass\":\"NNC\",\"definitions\":[\"It is afternoon; the day draws in; the evening comes on (idiomatic)\"],\"examples\":[],\"variations\":[],\"stems\":[\"chi\"]}],\"chī jìrìlì\":[{\"word\":\"chī jìrìlì\",\"wordClass\":\"NNC\",\"definitions\":[\"Darkness (night) is coming on (fig.)\"],\"examples\":[{\"igbo\":\"Chī jìrìlì n’òbòdò taàtà\",\"english\":\"Someone very important died in town today\"}],\"variations\":[],\"stems\":[\"chi\"]}],\"chi ōfifo\":[{\"word\":\"chi ōfifo\",\"wordClass\":\"AV\",\"definitions\":[\"period after daybreak as light grows stronger; daybreak\",\"period of daybreak as light grows stronger\",\"be open, clear\"],\"examples\":[],\"variations\":[\"ōfufo\"],\"stems\":[\"chi\",\"-fo\"]}],\"-fo chi\":[{\"word\":\"-fo chi\",\"wordClass\":\"AV\",\"definitions\":[\"last till dawn; last till the following morning\"],\"examples\":[{\"igbo\":\"Kà chi foo\",\"english\":\"Good night\"}],\"variations\":[],\"stems\":[\"chi\",\"-fo\"]}],\"ùfochī\":[{\"word\":\"ùfochī\",\"wordClass\":\"NNC\",\"definitions\":[\"dawn; dayspring; next day\"],\"examples\":[],\"variations\":[\"ùfochì\"],\"stems\":[\"chi\",\"ùfo\"]}],\"chi\":[{\"word\":\"chi\",\"wordClass\":\"NNC\",\"definitions\":[\"(in general) animate, purposeful essence; procreative life- force\",\"(specifically) life-force or spiritual essence of an individual, which with he has made a pre-birth contract that determines his life-pattern\",\"day (i.e. day time)\"],\"examples\":[{\"igbo\":\"Chukwû kèlù gị, kèe chi nwē i\",\"english\":\"God created you and created your personal chi\"},{\"igbo\":\"Òfu nnē nà-àmụ, mà òfu chī adī ejì\",\"english\":\"The same mother, yes; but not the same chi\"},{\"igbo\":\"Chi m, ekwēnaà!\",\"english\":\"My chi, don’t let it happen (exclamation when danger threatens)\"},{\"igbo\":\"Di nwaànyì bù chi yā\",\"english\":\"A woman’s husband is her personal chi (i.e. directs her life). A good chi is responsible for one's success, and a bad chi for one's failure\"},{\"igbo\":\"Akà m gì ka chī gị\",\"english\":\"I am greater than you and your chi\"},{\"igbo\":\"Abù m onye ajō chi\",\"english\":\"I am a man of a bad chi\"}],\"variations\":[],\"stems\":[]}],\"-chi echi(chi)\":[{\"word\":\"-chi echi(chi)\",\"wordClass\":\"AV\",\"definitions\":[\"take or bestow a title\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chi\"]}],\"-chi ezè\":[{\"word\":\"-chi ezè\",\"wordClass\":\"AV\",\"definitions\":[\"become, be installed Chief or King\"],\"examples\":[{\"igbo\":\"Kà ànyị je ebe a nà-èchi ezè\",\"english\":\"Let us go to the place where a Chief is being installed\"}],\"variations\":[],\"stems\":[\"-chi\",\"ezè\"]}],\"-chi mmụō\":[{\"word\":\"-chi mmụō\",\"wordClass\":\"AV\",\"definitions\":[\"take a title of a god\",\"take the mmụō title\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chi\",\"mmụō\"]}],\"-chi ọzō\":[{\"word\":\"-chi ọzō\",\"wordClass\":\"AV\",\"definitions\":[\"take a title take ọzō title (literally take honour)\",\"receive ọzō title\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chi\",\"ọzō\"]}],\"-chizù\":[{\"word\":\"-chizù\",\"wordClass\":\"AV\",\"definitions\":[\"become fully qualified; take the highest (hierachical) title\"],\"examples\":[{\"igbo\":\"Ukò Chukwu ǹke à èchizùgo\",\"english\":\"This priest has become full qualified (i.e. is now a full priest)\"}],\"variations\":[],\"stems\":[\"-chi\"]}],\"-chi ntì\":[{\"word\":\"-chi ntì\",\"wordClass\":\"AV\",\"definitions\":[\"be deaf, obstinate, disobedient\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chi\",\"ntì\"]}],\"-kpùchi\":[{\"word\":\"-kpùchi\",\"wordClass\":\"AV\",\"definitions\":[\"cover\",\"cover; cover up\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chi\",\"-kpù\"]}],\"-chi ikpe\":[{\"word\":\"-chi ikpe\",\"wordClass\":\"AV\",\"definitions\":[\"complain; make complaint\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chi\",\"ikpe\"]}],\"-chi ochi\":[{\"word\":\"-chi ochi\",\"wordClass\":\"AV\",\"definitions\":[\"cup; draw blood\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chi\"]}],\"òchi\":[{\"word\":\"òchi\",\"wordClass\":\"NNC\",\"definitions\":[\"cupping; drawing of blood with horn or horn-shaped calabash from any part of the body to relieve congestion, swelling, pain; getting rid of impure or stagnant blood\",\"instrument used for cupping or letting blood\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kùchi\":[{\"word\":\"-kùchi\",\"wordClass\":\"\",\"definitions\":[\"take wife of dead relative\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chi\"]}],\"-tinyechi\":[{\"word\":\"-tinyechi\",\"wordClass\":\"\",\"definitions\":[\"put in place of\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chi\",\"-ti-\"]}],\"-chi\":[{\"word\":\"-chi\",\"wordClass\":\"AV\",\"definitions\":[\"make (king, minister); crown (compare -chị); take title\",\"show; present\",\"put drink to someone's lips\",\"block\",\"report; make report of\",\"tap (palm wine)\",\"cup; draw blood\",\"in place of\"],\"examples\":[{\"igbo\":\"Bikō chi ọkū\",\"english\":\"Please show the light\"}],\"variations\":[],\"stems\":[]}],\"òchìchì\":[{\"word\":\"òchìchì\",\"wordClass\":\"\",\"definitions\":[\"scrubbing\",\"grunt; sound made with effort\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chì\"]}],\"-chìchapù\":[{\"word\":\"-chìchapù\",\"wordClass\":\"\",\"definitions\":[\"wipe off; rule off\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chì\"]}],\"-chìchapù obì\":[{\"word\":\"-chìchapù obì\",\"wordClass\":\"\",\"definitions\":[\"be broadminded; clear the mind of prejudice\",\"stand with chest thrust forward\",\"be open-hearted, easygoing, without malice\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chì\",\"obì\"]}],\"-chìfịa àrụ\":[{\"word\":\"-chìfịa àrụ\",\"wordClass\":\"\",\"definitions\":[\"abrase the skin\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chì\"]}],\"-chìtụlụ àrụ\":[{\"word\":\"-chìtụlụ àrụ\",\"wordClass\":\"\",\"definitions\":[\"muzzle; rub against the body (of animals)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chì\"]}],\"-chì jọòbù\":[{\"word\":\"-chì jọòbù\",\"wordClass\":\"AV\",\"definitions\":[\"cheat; unlawfully use part of another's time in attending to one's needs (e.g. as a clerk who secretly fills in football coupons in the office); do petty job as a sideline\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chì\"]}],\"òchìchị nsị\":[{\"word\":\"òchìchị nsị\",\"wordClass\":\"AV\",\"definitions\":[\"defecation with grunts\"],\"examples\":[{\"igbo\":\"Onye ọyà afù nà-achī nsị\",\"english\":\"The sick man is defecating with grunts\"}],\"variations\":[],\"stems\":[\"-chì\",\"ǹsị\"]}],\"-chì (àchì)\":[{\"word\":\"-chì (àchì)\",\"wordClass\":\"AV\",\"definitions\":[\"cry, chirp (as a cricket)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chì\"]}],\"-chì ọchì\":[{\"word\":\"-chì ọchì\",\"wordClass\":\"AV\",\"definitions\":[\"laugh hard or uproariously (no vowel suffix; less common than -mụ amụ)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chì\"]}],\"-chì\":[{\"word\":\"-chì\",\"wordClass\":\"\",\"definitions\":[\"rub forcefully; scrub\",\"grunt; make sound with effort\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-chì àzụ\":[{\"word\":\"-chì àzụ\",\"wordClass\":\"\",\"definitions\":[\"return; turn back\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chì-\"]}],\"-chìgha àzụ\":[{\"word\":\"-chìgha àzụ\",\"wordClass\":\"\",\"definitions\":[\"return\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chì-\"]}],\"-chìghalị\":[{\"word\":\"-chìghalị\",\"wordClass\":\"\",\"definitions\":[\"turn round and round; be undecided\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chì-\"]}],\"Ndi aghā ayī chìghàlù àzụ\":[{\"word\":\"Ndi aghā ayī chìghàlù àzụ\",\"wordClass\":\"\",\"definitions\":[\"Our troops retreated\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chì-\"]}],\"-chìpù\":[{\"word\":\"-chìpù\",\"wordClass\":\"\",\"definitions\":[\"start on a journey\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chì-\"]}],\"-chì-\":[{\"word\":\"-chì-\",\"wordClass\":\"\",\"definitions\":[\"move\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"chiǹchì\":[{\"word\":\"chiǹchì\",\"wordClass\":\"NNC\",\"definitions\":[\"bedbug (Yoruba ìdun)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"chinchìǹ\":[{\"word\":\"chinchìǹ\",\"wordClass\":\"NNC\",\"definitions\":[\"\\\"chinchin\\\"; i.e. a type of small biscuit, fried hard in small pieces\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òchịchị\":[{\"word\":\"òchịchị\",\"wordClass\":\"NNC\",\"definitions\":[\"rule; government; ruling (-chị 1. C. rule, govern)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-chị aka jī\":[{\"word\":\"-chị aka jī\",\"wordClass\":\"AV\",\"definitions\":[\"gather in yam tendrils\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chị\"]}],\"-chịdèbe\":[{\"word\":\"-chịdèbe\",\"wordClass\":\"AV\",\"definitions\":[\"bring near\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chị\"]}],\"-chịghalị uchè\":[{\"word\":\"-chịghalị uchè\",\"wordClass\":\"AV\",\"definitions\":[\"consider; ponder; meditate; put one's mind to\",\"consider; ponder; meditate\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chị\",\"uchè\"]}],\"-chị inyemè\":[{\"word\":\"-chị inyemè\",\"wordClass\":\"AV\",\"definitions\":[\"marry a plurality of wives\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chị\"]}],\"-chịkọ\":[{\"word\":\"-chịkọ\",\"wordClass\":\"AV\",\"definitions\":[\"gather together\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chị\"]}],\"-chịkọlụ\":[{\"word\":\"-chịkọlụ\",\"wordClass\":\"AV\",\"definitions\":[\"take the whole number for oneself\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chị\"]}],\"-chịkọta\":[{\"word\":\"-chịkọta\",\"wordClass\":\"AV\",\"definitions\":[\"gather and give entirely; gather together and bring a whole number\",\"gather and bring a whole number\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chị\",\"-kọ\"]}],\"-chịlị\":[{\"word\":\"-chịlị\",\"wordClass\":\"AV\",\"definitions\":[\"take to oneself\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chị\"]}],\"-chịni\":[{\"word\":\"-chịni\",\"wordClass\":\"AV\",\"definitions\":[\"lift up (several things)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chị\"]}],\"-chị òkwè\":[{\"word\":\"-chị òkwè\",\"wordClass\":\"AV\",\"definitions\":[\"divine with beads, nuts\",\"pay divine homage to òkwè; hence village name (Isi òkwè)\",\"divine, with beads, nuts\",\"a game played with the seeds on a board with twelve partitions; \\\"warri\\\" (= Yoruba áyò)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chị\",\"òkwè\"]}],\"-chị òmù\":[{\"word\":\"-chị òmù\",\"wordClass\":\"AV\",\"definitions\":[\"have a strong current (of river)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chị\",\"òmù\"]}],\"-chịpù\":[{\"word\":\"-chịpù\",\"wordClass\":\"AV\",\"definitions\":[\"take away (several things)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chị\"]}],\"-chịta\":[{\"word\":\"-chịta\",\"wordClass\":\"AV\",\"definitions\":[\"bring (several things)\",\"lead; be the leader (e.g. of a group)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chị\"]}],\"-chị ụmù\":[{\"word\":\"-chị ụmù\",\"wordClass\":\"AV\",\"definitions\":[\"look after children or young of animals\",\"rule; govern; reign; direct\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chị\"]}],\"Ọchịchị Nàìjirìà\":[{\"word\":\"Ọchịchị Nàìjirìà\",\"wordClass\":\"AV\",\"definitions\":[\"the Government of Nigeria\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chị\"]}],\"-chị (achị)\":[{\"word\":\"-chị (achị)\",\"wordClass\":\"AV\",\"definitions\":[\"rule; govern\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chị\"]}],\"-chịdebe\":[{\"word\":\"-chịdebe\",\"wordClass\":\"AV\",\"definitions\":[\"cease reigning, ruling\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chị\"]}],\"-chịkọbà\":[{\"word\":\"-chịkọbà\",\"wordClass\":\"AV\",\"definitions\":[\"rule\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chị\"]}],\"ndi nā-achị āchị\":[{\"word\":\"ndi nā-achị āchị\",\"wordClass\":\"AV\",\"definitions\":[\"the rulers; members of the government\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chị\"]}],\"-chị achị\":[{\"word\":\"-chị achị\",\"wordClass\":\"AV\",\"definitions\":[\"be slippery\"],\"examples\":[{\"igbo\":\"Ebe à nà-àchị āchị\",\"english\":\"This place is slippery\"}],\"variations\":[],\"stems\":[\"-chị\"]}],\"-chị\":[{\"word\":\"-chị\",\"wordClass\":\"AV\",\"definitions\":[\"carry, take (many things)\",\"be slippery\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"chịmchìm\":[{\"word\":\"chịmchìm\",\"wordClass\":\"NNC\",\"definitions\":[\"strong; upright; firm\"],\"examples\":[],\"variations\":[],\"stems\":[\"chìm\"]}],\"chịmchịm\":[{\"word\":\"chịmchịm\",\"wordClass\":\"NNC\",\"definitions\":[],\"examples\":[{\"igbo\":\"Ndi aghā anyī nò chịmchìm n’òbòdò afù\",\"english\":\"Our troops remain in firm control of the city\"}],\"variations\":[],\"stems\":[\"chìm\"]}],\"-dị chìm\":[{\"word\":\"-dị chìm\",\"wordClass\":\"NNC\",\"definitions\":[\"be firm\"],\"examples\":[],\"variations\":[],\"stems\":[\"chìm\"]}],\"Oche ǹke à dì chìm\":[{\"word\":\"Oche ǹke à dì chìm\",\"wordClass\":\"NNC\",\"definitions\":[\"This chair is very firm\"],\"examples\":[],\"variations\":[],\"stems\":[\"chìm\"]}],\"-kwụ chìm\":[{\"word\":\"-kwụ chìm\",\"wordClass\":\"AV\",\"definitions\":[\"be firm; stand firm; be firmly established or secure in a place (of person)\",\"stand around\"],\"examples\":[],\"variations\":[],\"stems\":[\"chìm\",\"-kwụ\"]}],\"chìm\":[{\"word\":\"chìm\",\"wordClass\":\"NNC\",\"definitions\":[\"firm\"],\"examples\":[],\"variations\":[\"chìm\"],\"stems\":null}],\"-chò\":[{\"word\":\"-chò\",\"wordClass\":\"AV\",\"definitions\":[\"display articles for sale (also -chòbe)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òchịchọ\":[{\"word\":\"òchịchọ\",\"wordClass\":\"AV\",\"definitions\":[\"seeking; desire; wish\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chọ\"]}],\"oke ōchịchọ\":[{\"word\":\"oke ōchịchọ\",\"wordClass\":\"AV\",\"definitions\":[\"excessive desire; greed\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chọ\",\"oke\"]}],\"-chọba\":[{\"word\":\"-chọba\",\"wordClass\":\"AV\",\"definitions\":[\"seek\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chọ\"]}],\"-chọ egō\":[{\"word\":\"-chọ egō\",\"wordClass\":\"AV\",\"definitions\":[\"seek for money (by any means)\",\"seek for money by hook or by crook\"],\"examples\":[{\"igbo\":\"Ọ nà-àchọ egō ri nnē\",\"english\":\"He tries to make money by hook or by crook\"}],\"variations\":[],\"stems\":[\"-chọ\",\"egō\"]}],\"-chọfè\":[{\"word\":\"-chọfè\",\"wordClass\":\"AV\",\"definitions\":[\"search more than necessary\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chọ\"]}],\"-chọ mmā\":[{\"word\":\"-chọ mmā\",\"wordClass\":\"AV\",\"definitions\":[\"decorate; ornament\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chọ\",\"mmā\"]}],\"-chọ okwu\":[{\"word\":\"-chọ okwu\",\"wordClass\":\"AV\",\"definitions\":[\"provoke, seek a quarrel\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chọ\",\"okwu\"]}],\"-chọpùta\":[{\"word\":\"-chọpùta\",\"wordClass\":\"AV\",\"definitions\":[\"search out; find; discover\"],\"examples\":[],\"variations\":[\"-chọòta\"],\"stems\":[\"-chọ\"]}],\"-chọsà\":[{\"word\":\"-chọsà\",\"wordClass\":\"AV\",\"definitions\":[\"seek everywhere\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chọ\"]}],\"-chọta\":[{\"word\":\"-chọta\",\"wordClass\":\"AV\",\"definitions\":[\"find\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chọ\"]}],\"-chọ ùdo\":[{\"word\":\"-chọ ùdo\",\"wordClass\":\"AV\",\"definitions\":[\"seek for peace\",\"look for peace\"],\"examples\":[{\"igbo\":\"Ànyî chòlù ùdo\",\"english\":\"We want peace\"}],\"variations\":[],\"stems\":[\"-chọ\",\"ùdo\"]}],\"-chọ ụla\":[{\"word\":\"-chọ ụla\",\"wordClass\":\"AV\",\"definitions\":[\"go and sleep with friend or relative\",\"be in season, on heat (of animals) Ewu Ndù àchọgo; a gà-àkpụgalụ yā mkpi Ndụ's goat is on heat; it will be taken to a he-goat\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chọ\"]}],\"-chọ\":[{\"word\":\"-chọ\",\"wordClass\":\"AV\",\"definitions\":[\"want; desire; seek; need\"],\"examples\":[{\"igbo\":\"Ugbọ m#chòlù ndokwa\",\"english\":\"My car needs repairs\"}],\"variations\":[],\"stems\":null}],\"-chu echu\":[{\"word\":\"-chu echu\",\"wordClass\":\"AV\",\"definitions\":[\"be dull, half-done (of colour of half-cooked food); fall short of expected standard (especially in colour); be dull, morose, half-baked (of person); be degrading (of action)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chu\"]}],\"-chu ichuchu\":[{\"word\":\"-chu ichuchu\",\"wordClass\":\"AV\",\"definitions\":[\"be unripe\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chu\"]}],\"-chu ụla\":[{\"word\":\"-chu ụla\",\"wordClass\":\"AV\",\"definitions\":[\"be wakeful, sleepless\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chu\",\"ụla\"]}],\"-churu\":[{\"word\":\"-churu\",\"wordClass\":\"AV\",\"definitions\":[\"fade; tarnish\",\"fade; tarnish (stronger than -chu)\"],\"examples\":[{\"igbo\":\"Ìyèli à èchurugo\",\"english\":\"The earring has tarnished (stronger than èchugo)\"}],\"variations\":[],\"stems\":[\"-chu\",\"-rị\"]}],\"-chube\":[{\"word\":\"-chube\",\"wordClass\":\"AV\",\"definitions\":[\"go away to fetch\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chu\"]}],\"-chu iyī\":[{\"word\":\"-chu iyī\",\"wordClass\":\"AV\",\"definitions\":[\"go to a spring or stream to draw water\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chu\",\"iyī\"]}],\"-chu mmilī\":[{\"word\":\"-chu mmilī\",\"wordClass\":\"AV\",\"definitions\":[\"go to fetch water\",\"go to water\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chu\",\"mmilī\"]}],\"-chu uchu\":[{\"word\":\"-chu uchu\",\"wordClass\":\"AV\",\"definitions\":[\"persevere; be industrious\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chu\",\"uchu\"]}],\"-chu\":[{\"word\":\"-chu\",\"wordClass\":\"AV\",\"definitions\":[\"be dull, half-done; fade; tarnish\",\"be greedy, lazy; gorge\",\"fetch (usually water)\",\"persevere\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"Chukwu Ābịàmà\":[{\"word\":\"Chukwu Ābịàmà\",\"wordClass\":\"NNC\",\"definitions\":[\"God the Provider\"],\"examples\":[],\"variations\":[],\"stems\":[\"Chukwu\"]}],\"Chukwu ēmeka\":[{\"word\":\"Chukwu ēmeka\",\"wordClass\":\"NNC\",\"definitions\":[\"God has done well\",\"male name\"],\"examples\":[],\"variations\":[],\"stems\":[\"Chukwu\"]}],\"Chukwu Òkìkè\":[{\"word\":\"Chukwu Òkìkè\",\"wordClass\":\"NNC\",\"definitions\":[\"God the creator\",\"elephant tusk owned by an ọzō man which symbolizes his òkìkè\"],\"examples\":[],\"variations\":[],\"stems\":[\"Chukwu\",\"òkìkè\"]}],\"Ikeē Chukwu\":[{\"word\":\"Ikeē Chukwu\",\"wordClass\":\"NNC\",\"definitions\":[\"the power of God\",\"male name\"],\"examples\":[],\"variations\":[],\"stems\":[\"Chukwu\"]}],\"Ukò Chukwu\":[{\"word\":\"Ukò Chukwu\",\"wordClass\":\"NNC\",\"definitions\":[\"(Christian usage) minister; pastor; deacon; priest\"],\"examples\":[],\"variations\":[],\"stems\":[\"Chukwu\"]}],\"Chukwu\":[{\"word\":\"Chukwu\",\"wordClass\":\"NNC\",\"definitions\":[\"God (chi 1. + ukwu). In Nri belief, Chukwu has four major manifestations Anyanwū, the sun, which represents Chukwu as everywhere present, all-powerful, and the source of knowledge; Agbàlà, manifested in the fertility of the earth and its creatures; Chi, the ability of living beings to procreate; Òkìkè, the never-ending process of creation (Onwuejeogwu 1974:82)\"],\"examples\":[],\"variations\":[\"Chuku\"],\"stems\":null}],\"òchụchụ\":[{\"word\":\"òchụchụ\",\"wordClass\":\"AV\",\"definitions\":[\"driving; pursuing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chụ\"]}],\"-chụchìgha\":[{\"word\":\"-chụchìgha\",\"wordClass\":\"AV\",\"definitions\":[\"chase, drive back\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chụ\"]}],\"-chụdà\":[{\"word\":\"-chụdà\",\"wordClass\":\"AV\",\"definitions\":[\"drive down\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chụ\"]}],\"-chụgo\":[{\"word\":\"-chụgo\",\"wordClass\":\"AV\",\"definitions\":[\"drive up\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chụ\"]}],\"-chụkọ nta\":[{\"word\":\"-chụkọ nta\",\"wordClass\":\"AV\",\"definitions\":[\"hunt together\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chụ\"]}],\"-chụmì\":[{\"word\":\"-chụmì\",\"wordClass\":\"AV\",\"definitions\":[\"drive far away\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chụ\"]}],\"-chụna(ta)\":[{\"word\":\"-chụna(ta)\",\"wordClass\":\"AV\",\"definitions\":[\"drive home\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chụ\"]}],\"-chụni\":[{\"word\":\"-chụni\",\"wordClass\":\"AV\",\"definitions\":[\"stir up (birds, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chụ\"]}],\"-chụ nta\":[{\"word\":\"-chụ nta\",\"wordClass\":\"AV\",\"definitions\":[\"hunt; go hunting\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chụ\",\"nta\"]}],\"-chụ ọsọ\":[{\"word\":\"-chụ ọsọ\",\"wordClass\":\"AV\",\"definitions\":[\"drive; pursue\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chụ\",\"ọsọ\"]}],\"-chụpù\":[{\"word\":\"-chụpù\",\"wordClass\":\"AV\",\"definitions\":[\"drive away, out\"],\"examples\":[],\"variations\":[],\"stems\":[\"-chụ\"]}],\"-chụsà\":[{\"word\":\"-chụsà\",\"wordClass\":\"AV\",\"definitions\":[\"scatter\"],\"examples\":[{\"igbo\":\"Ǹke à chụsàsìlì egwū nā-atụ m#\",\"english\":\"This dispels my fears\"}],\"variations\":[],\"stems\":[\"-chụ\"]}],\"-chụ\":[{\"word\":\"-chụ\",\"wordClass\":\"AV\",\"definitions\":[\"drive; pursue\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"D\":[{\"word\":\"D\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"-da n’ọkụ\":[{\"word\":\"-da n’ọkụ\",\"wordClass\":\"AV\",\"definitions\":[\"warm (soup, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-da\",\"ọkụ\"]}],\"-da ọkụ\":[{\"word\":\"-da ọkụ\",\"wordClass\":\"AV\",\"definitions\":[\"brand; cauterize\"],\"examples\":[],\"variations\":[],\"stems\":[\"-da\",\"ọkụ\"]}],\"-dazè\":[{\"word\":\"-dazè\",\"wordClass\":\"AV\",\"definitions\":[\"melt slowly\"],\"examples\":[],\"variations\":[],\"stems\":[\"-da\"]}],\"-dakọ\":[{\"word\":\"-dakọ\",\"wordClass\":\"AV\",\"definitions\":[\"press (cloth, to dry it)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-da\"]}],\"-da anya\":[{\"word\":\"-da anya\",\"wordClass\":\"AV\",\"definitions\":[\"shirk one’s duty\"],\"examples\":[{\"igbo\":\"Ọ nà-àda anya ọlū\",\"english\":\"He is shirking the work\"}],\"variations\":[],\"stems\":[\"-da\"]}],\"-da ǹdamanya\":[{\"word\":\"-da ǹdamanya\",\"wordClass\":\"AV\",\"definitions\":[\"be lazy; malinger; loaf about\"],\"examples\":[],\"variations\":[],\"stems\":[\"-da\",\"ǹdamanya\"]}],\"-da\":[{\"word\":\"-da\",\"wordClass\":\"AV\",\"definitions\":[\"warm; heat up\",\"press (cloth)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òdìdà\":[{\"word\":\"òdìdà\",\"wordClass\":\"AV\",\"definitions\":[\"fall; fall of a great or rich person; failure\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\"]}],\"òdìdà anyanwū\":[{\"word\":\"òdìdà anyanwū\",\"wordClass\":\"AV\",\"definitions\":[\"West; sunset\"],\"examples\":[],\"variations\":[\"òdìda chī\"],\"stems\":[\"-dà\"]}],\"-dà àba\":[{\"word\":\"-dà àba\",\"wordClass\":\"AV\",\"definitions\":[\"fall on the back\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\"]}],\"-dàbà\":[{\"word\":\"-dàbà\",\"wordClass\":\"AV\",\"definitions\":[\"fall in with; correspond; be in agreement with\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\"]}],\"-dàbànye\":[{\"word\":\"-dàbànye\",\"wordClass\":\"AV\",\"definitions\":[\"fall into; match; correspond\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\"]}],\"NNC\":[{\"word\":\"NNC\",\"wordClass\":\"NNC\",\"definitions\":[\"large size\"],\"examples\":[{\"igbo\":\"Ọ dì ukwu\",\"english\":\"It is big\"}],\"variations\":[],\"stems\":[\"ukwu\"]}],\"-dàbelụ\":[{\"word\":\"-dàbelụ\",\"wordClass\":\"AV\",\"definitions\":[\"lean upon\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\"]}],\"-dàbepù\":[{\"word\":\"-dàbepù\",\"wordClass\":\"AV\",\"definitions\":[\"fall off from (of part)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\"]}],\"-dàchasị\":[{\"word\":\"-dàchasị\",\"wordClass\":\"AV\",\"definitions\":[\"lose all one’s resources; be liquidated (business); fail in all subjects (in exam)\"],\"examples\":[{\"igbo\":\"Ọlụ ānyị amā-adàchasị ncha\",\"english\":\"Our business cannot fail completely\"}],\"variations\":[],\"stems\":[\"-dà\"]}],\"-dàchi\":[{\"word\":\"-dàchi\",\"wordClass\":\"AV\",\"definitions\":[\"fall across (so as to block)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\"]}],\"-dàchìgha àzụ\":[{\"word\":\"-dàchìgha àzụ\",\"wordClass\":\"AV\",\"definitions\":[\"fall back sideways; rebound horizontally; backslide (e.g. as child’s progress)\"],\"examples\":[{\"igbo\":\"Àda mū nà-àdachìgha āzụ n’akwụkwọ\",\"english\":\"My eldest daughter is falling behind at school\"}],\"variations\":[],\"stems\":[\"-dà\"]}],\"-dàdo\":[{\"word\":\"-dàdo\",\"wordClass\":\"AV\",\"definitions\":[\"lean against; fall upon\"],\"examples\":[{\"igbo\":\"Nkwụ afù dàdòlù n’enu ụnò\",\"english\":\"That palmtree fell on top of the house\"}],\"variations\":[],\"stems\":[\"-dà\"]}],\"-dàfèga\":[{\"word\":\"-dàfèga\",\"wordClass\":\"AV\",\"definitions\":[\"fall across something, e.g. stream\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\"]}],\"-dàfo\":[{\"word\":\"-dàfo\",\"wordClass\":\"AV\",\"definitions\":[\"clear and open up as a result of a fall (e.g. of tree)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\"]}],\"-dàgbu\":[{\"word\":\"-dàgbu\",\"wordClass\":\"AV\",\"definitions\":[\"fall heavily upon, so as to kill\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\"]}],\"ndàgbu\":[{\"word\":\"ndàgbu\",\"wordClass\":\"AV\",\"definitions\":[\"a fall of something heavy so as to kill; fall occasioning death (usually of another object but can be of object falling)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\"]}],\"ǹdàgbu ōnwe\":[{\"word\":\"ǹdàgbu ōnwe\",\"wordClass\":\"AV\",\"definitions\":[\"death (by falling)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\"]}],\"-dàghalị\":[{\"word\":\"-dàghalị\",\"wordClass\":\"AV\",\"definitions\":[\"toss about; be restless\"],\"examples\":[{\"igbo\":\"Ogè ọ ŋùsìlì mmanya, ò na-ādàghalị\",\"english\":\"When he had taken the palmwine, he started to fall about\"}],\"variations\":[],\"stems\":[\"-dà\"]}],\"-dà ibì\":[{\"word\":\"-dà ibì\",\"wordClass\":\"AV\",\"definitions\":[\"have hydrocele\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\",\"ibì\"]}],\"-dàji\":[{\"word\":\"-dàji\",\"wordClass\":\"AV\",\"definitions\":[\"fall across and break\"],\"examples\":[{\"igbo\":\"Ogbè ụkwà adàjigo mkpọ\",\"english\":\"A fruit of ụkwà has broken the walking stick.\"},{\"igbo\":\"Mkpọ igwè m dàjìlì n’ùtụtù\",\"english\":\"My steel walking-stick fell and snapped in the morning\"}],\"variations\":[],\"stems\":[\"-dà\"]}],\"-dàjina\":[{\"word\":\"-dàjina\",\"wordClass\":\"AV\",\"definitions\":[\"have a hole, hollow, groove (of wall)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\"]}],\"ndàjina\":[{\"word\":\"ndàjina\",\"wordClass\":\"AV\",\"definitions\":[\"hollow place, groove (in wall, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\"]}],\"-dàkọlịta\":[{\"word\":\"-dàkọlịta\",\"wordClass\":\"AV\",\"definitions\":[\"be in harmony with (literally sound together or fall together)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\"]}],\"ndàkọlịta\":[{\"word\":\"ndàkọlịta\",\"wordClass\":\"AV\",\"definitions\":[\"harmony\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\"]}],\"-dàkọ ọnụ\":[{\"word\":\"-dàkọ ọnụ\",\"wordClass\":\"AV\",\"definitions\":[\"coincide; be in harmony\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\"]}],\"-dàkụlụ\":[{\"word\":\"-dàkụlụ\",\"wordClass\":\"AV\",\"definitions\":[\"fall against\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\",\"-kụ\"]}],\"-dàkpò\":[{\"word\":\"-dàkpò\",\"wordClass\":\"AV\",\"definitions\":[\"fall upon violently; pounce upon (of people fighting)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\"]}],\"-dakpò àrụ\":[{\"word\":\"-dakpò àrụ\",\"wordClass\":\"AV\",\"definitions\":[\"feel ill\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\"]}],\"-dàkpọ\":[{\"word\":\"-dàkpọ\",\"wordClass\":\"AV\",\"definitions\":[\"fall into ruins; fall down flat\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\"]}],\"-dàkpu\":[{\"word\":\"-dàkpu\",\"wordClass\":\"AV\",\"definitions\":[\"fall in\"],\"examples\":[{\"igbo\":\"Nwoōkoyè adàkpugo n’ọnụ\",\"english\":\"Nwookoye has fallen into a hole\"}],\"variations\":[],\"stems\":[\"-dà\",\"-kpu\"]}],\"-dàkpudo\":[{\"word\":\"-dàkpudo\",\"wordClass\":\"AV\",\"definitions\":[\"fall upon\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\"]}],\"-dàkwàsị\":[{\"word\":\"-dàkwàsị\",\"wordClass\":\"AV\",\"definitions\":[\"fall on; befall\"],\"examples\":[{\"igbo\":\"Ọ dàkwàsìlì ya\",\"english\":\"It fell on him, or it befell him (of fate, etc.)\"}],\"variations\":[],\"stems\":[\"-dà\"]}],\"-dàkwepù\":[{\"word\":\"-dàkwepù\",\"wordClass\":\"AV\",\"definitions\":[\"snap\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\"]}],\"-dàkwepù amū\":[{\"word\":\"-dàkwepù amū\",\"wordClass\":\"AV\",\"definitions\":[\"laugh loudly; burst out laughing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\"]}],\"-dàlụ\":[{\"word\":\"-dàlụ\",\"wordClass\":\"AV\",\"definitions\":[\"fall short of what was expected\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\"]}],\"-dàlụ aka\":[{\"word\":\"-dàlụ aka\",\"wordClass\":\"AV\",\"definitions\":[\"take by the hand\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\"]}],\"-dà mbà\":[{\"word\":\"-dà mbà\",\"wordClass\":\"AV\",\"definitions\":[\"be lazy; be exhausted, worn out, very tired\",\"be very tired and exhausted; be tired by a task to the extent that one can no longer go on with it; be worn out\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\",\"mbà\"]}],\"-dà mkpùna\":[{\"word\":\"-dà mkpùna\",\"wordClass\":\"AV\",\"definitions\":[\"have hernia\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\"]}],\"-dà n’aka\":[{\"word\":\"-dà n’aka\",\"wordClass\":\"AV\",\"definitions\":[\"take by the hand\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\"]}],\"-dànarị\":[{\"word\":\"-dànarị\",\"wordClass\":\"AV\",\"definitions\":[\"fall off; slip off; fall from\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\"]}],\"-dà ǹgwọlō\":[{\"word\":\"-dà ǹgwọlō\",\"wordClass\":\"AV\",\"definitions\":[\"be lame\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\"]}],\"-dà nra\":[{\"word\":\"-dà nra\",\"wordClass\":\"AV\",\"definitions\":[\"fine\"],\"examples\":[{\"igbo\":\"Fâ gà-adā yā nra\",\"english\":\"They will fine him (compare -li nra)\"}],\"variations\":[],\"stems\":[\"-dà\"]}],\"-dà n’ụkwụ\":[{\"word\":\"-dà n’ụkwụ\",\"wordClass\":\"AV\",\"definitions\":[\"happen in one's presence\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\",\"ụkwụ\"]}],\"-dà ǹzuzō\":[{\"word\":\"-dà ǹzuzō\",\"wordClass\":\"AV\",\"definitions\":[\"hide oneself\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\"]}],\"-dànye\":[{\"word\":\"-dànye\",\"wordClass\":\"AV\",\"definitions\":[\"give in; submit; fall into\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\"]}],\"-dà òbùlùbù\":[{\"word\":\"-dà òbùlùbù\",\"wordClass\":\"AV\",\"definitions\":[\"fall upon one in a mass\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\"]}],\"ǹda òbùlùbù\":[{\"word\":\"ǹda òbùlùbù\",\"wordClass\":\"AV\",\"definitions\":[\"falling upon in a mass\"],\"examples\":[{\"igbo\":\"Fâ bìàkwùtèlù yà nà ǹda òbùlùbù\",\"english\":\"They came falling upon him in a mass\"}],\"variations\":[],\"stems\":[\"-dà\"]}],\"-dà ogbènyà\":[{\"word\":\"-dà ogbènyà\",\"wordClass\":\"AV\",\"definitions\":[\"be very poor\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\"]}],\"-dà ogbī\":[{\"word\":\"-dà ogbī\",\"wordClass\":\"AV\",\"definitions\":[\"be dumb\"],\"examples\":[{\"igbo\":\"Ì dịrō àza m ajùjụ m nà-àjụ gī. Ì dàlù ogbì?\",\"english\":\"You do not answer my questions. Are you dumb?\"}],\"variations\":[],\"stems\":[\"-dà\",\"ogbī\"]}],\"-dà òbò\":[{\"word\":\"-dà òbò\",\"wordClass\":\"AV\",\"definitions\":[\"be idle (= -dì òbò)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\"]}],\"-dà ọbù\":[{\"word\":\"-dà ọbù\",\"wordClass\":\"AV\",\"definitions\":[\"fall into pit trap\",\"fall into pit-trap (Proverb)\"],\"examples\":[{\"igbo\":\"Ò jọfùlù àkù nnà ya n’ụjō sì nà enyi nà-adàa ọbù tanaa\",\"english\":\"The person who was too cowardly to reclaim his father's wealth said that elephants fall into pit-traps and perish. (Used when appealing to someone who has suffered some loss to forget and stop brooding over it)\"}],\"variations\":[],\"stems\":[\"-dà\",\"ọbù\"]}],\"-dà ọkpụ āba\":[{\"word\":\"-dà ọkpụ āba\",\"wordClass\":\"AV\",\"definitions\":[\"fall on the back\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\"]}],\"-dà ọmà\":[{\"word\":\"-dà ọmà\",\"wordClass\":\"AV\",\"definitions\":[\"embrace\"],\"examples\":[{\"igbo\":\"Ànyị nà-èje izùtè nwunyì m sī òbòdò oyìbo nāta. Ife mbụ m gà-ème ọgè m fùlù yâ bù ịdà yà ọmà\",\"english\":\"We are going to meet my wife just back from the United Kingdom. What I shall do first when I see her is to embrace her\"}],\"variations\":[],\"stems\":[\"-dà\",\"ọmà\"]}],\"-dapù\":[{\"word\":\"-dapù\",\"wordClass\":\"AV\",\"definitions\":[\"fall off (of whole, from a place)\"],\"examples\":[{\"igbo\":\"Akwụkwọ afù àdapùgo\",\"english\":\"That paper has fallen off (e.g. the table)\"}],\"variations\":[],\"stems\":[\"-dà\"]}],\"-dapùta\":[{\"word\":\"-dapùta\",\"wordClass\":\"AV\",\"definitions\":[\"happen; occur unexpectedly\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\"]}],\"ife ndapùta\":[{\"word\":\"ife ndapùta\",\"wordClass\":\"AV\",\"definitions\":[\"event; occurrence\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\",\"ife\"]}],\"-dàsịsị\":[{\"word\":\"-dàsịsị\",\"wordClass\":\"AV\",\"definitions\":[\"drop one by one\"],\"examples\":[{\"igbo\":\"Akwụ nà-adàsịsị\",\"english\":\"Palm-nuts keep on falling\"}],\"variations\":[],\"stems\":[\"-dà\"]}],\"-dà ùbìàm\":[{\"word\":\"-dà ùbìàm\",\"wordClass\":\"AV\",\"definitions\":[\"be poor, a pauper\"],\"examples\":[{\"igbo\":\"Chukwu ekwēkwọna kà m dàa ùbìàm\",\"english\":\"May God not let me be poor\"}],\"variations\":[],\"stems\":[\"-dà\",\"ùbìàm\"]}],\"-dàwa\":[{\"word\":\"-dàwa\",\"wordClass\":\"AV\",\"definitions\":[\"fall and break\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\"]}],\"-dàwụsa\":[{\"word\":\"-dàwụsa\",\"wordClass\":\"AV\",\"definitions\":[\"fall against; sprinkle; scatter upon (as rain)\"],\"examples\":[{\"igbo\":\"mmilī ǹdà arò\",\"english\":\"the first rain of the year\"}],\"variations\":[],\"stems\":[\"-dà\"]}],\"ndàbebe\":[{\"word\":\"ndàbebe\",\"wordClass\":\"AV\",\"definitions\":[\"support; stay; upholding\"],\"examples\":[{\"igbo\":\"Ndàbebe ụnō à sìlì ike\",\"english\":\"The supporting posts of this house are strong\"}],\"variations\":[],\"stems\":[\"-dà\"]}],\"-dà ùdà\":[{\"word\":\"-dà ùdà\",\"wordClass\":\"AV\",\"definitions\":[\"sound\",\"give sound\"],\"examples\":[{\"igbo\":\"Anùlù m ùdà egbè\",\"english\":\"I heard the sound of a gun\"}],\"variations\":[],\"stems\":[\"-dà\",\"ùdà\"]}],\"-dà ọnū\":[{\"word\":\"-dà ọnū\",\"wordClass\":\"AV\",\"definitions\":[\"be expensive\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà\"]}],\"-dà\":[{\"word\":\"-dà\",\"wordClass\":\"AV\",\"definitions\":[\"fall; befall; occur; happen to (of something tragic); suffer from; fail; set (of sun)\"],\"examples\":[{\"igbo\":\"Ògù dàlù\",\"english\":\"A fight broke out\"},{\"igbo\":\"Akụ mmīli nà-adà\",\"english\":\"Hailstones are falling\"}],\"variations\":[],\"stems\":[]}],\"kwà daa\":[{\"word\":\"kwà daa\",\"wordClass\":\"PREP\",\"definitions\":[\"every day\",\"daily\"],\"examples\":[{\"igbo\":\"Ànyị nà-ème yā kwà daa\",\"english\":\"We do it daily\"}],\"variations\":[],\"stems\":[\"daa\",\"kwà\"]}],\"ụbòsì daa\":[{\"word\":\"ụbòsì daa\",\"wordClass\":\"NNC\",\"definitions\":[\"every day; daily; day by day\",\"everyday; daily; day by day (compare kwà daa)\"],\"examples\":[],\"variations\":[],\"stems\":[\"daa\",\"ụbòsì\"]}],\"daa\":[{\"word\":\"daa\",\"wordClass\":\"NNC\",\"definitions\":[\"day by day; daily\"],\"examples\":[{\"igbo\":\"Ọ nà-èkwu ife à daa\",\"english\":\"He says this all the time\"}],\"variations\":[],\"stems\":null}],\"Ọ dàjụgo\":[{\"word\":\"Ọ dàjụgo\",\"wordClass\":\"AV\",\"definitions\":[\"It is quiet\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà-jụ\"]}],\"Ọ dàjùlù àdàjụ\":[{\"word\":\"Ọ dàjùlù àdàjụ\",\"wordClass\":\"AV\",\"definitions\":[\"It is very quiet\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà-jụ\"]}],\"ndàjụ\":[{\"word\":\"ndàjụ\",\"wordClass\":\"AV\",\"definitions\":[\"calm; quiet; fricanaùity\"],\"examples\":[{\"igbo\":\"Ndàjụ adūrọ ebe à\",\"english\":\"There is no quiet here\"}],\"variations\":[],\"stems\":[\"-dà-jụ\"]}],\"-dàjụ obì\":[{\"word\":\"-dàjụ obì\",\"wordClass\":\"AV\",\"definitions\":[\"propitiate; appease; atone\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dà-jụ\",\"obì\"]}],\"-dà-jụ\":[{\"word\":\"-dà-jụ\",\"wordClass\":\"AV\",\"definitions\":[\"be quiet calm, peaceful\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"dàalụ nù\":[{\"word\":\"dàalụ nù\",\"wordClass\":\"INTJ\",\"definitions\":[\"a form of greeting (to more than one person in the same\"],\"examples\":[],\"variations\":[],\"stems\":[\"dàalụ\"]}],\"dàalụkwọ nù\":[{\"word\":\"dàalụkwọ nù\",\"wordClass\":\"INTJ\",\"definitions\":[\"place); I greet you all\"],\"examples\":[],\"variations\":[],\"stems\":[\"dàalụ\"]}],\"dàalụ sọò\":[{\"word\":\"dàalụ sọò\",\"wordClass\":\"INTJ\",\"definitions\":[\"thank you very much!\"],\"examples\":[],\"variations\":[],\"stems\":[\"dàalụ\"]}],\"dàalụ zị\":[{\"word\":\"dàalụ zị\",\"wordClass\":\"INTJ\",\"definitions\":[\"form of greeting used by a person leaving a place to the person he is leaving; dàalụ zị nù such a greeting directed to more than one person\"],\"examples\":[],\"variations\":[],\"stems\":[\"dàalụ\"]}],\"dàalụ ọlū\":[{\"word\":\"dàalụ ọlū\",\"wordClass\":\"INTJ\",\"definitions\":[\"salutation to those working\",\"well done! salutation to person or people at work\"],\"examples\":[],\"variations\":[],\"stems\":[\"dàalụ\",\"ọlụ\"]}],\"dàalụ\":[{\"word\":\"dàalụ\",\"wordClass\":\"INTJ\",\"definitions\":[\"thank you; a form of greeting\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"dandā\":[{\"word\":\"dandā\",\"wordClass\":\"NNC\",\"definitions\":[\"sugar-ant (compare arụrụ ọcha)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òdide\":[{\"word\":\"òdide\",\"wordClass\":\"AV\",\"definitions\":[\"writing; pressing; marking\"],\"examples\":[],\"variations\":[],\"stems\":[\"-de\"]}],\"-debà\":[{\"word\":\"-debà\",\"wordClass\":\"AV\",\"definitions\":[\"write into\"],\"examples\":[],\"variations\":[],\"stems\":[\"-de\"]}],\"-dechapù\":[{\"word\":\"-dechapù\",\"wordClass\":\"AV\",\"definitions\":[\"erase; cancel\"],\"examples\":[],\"variations\":[],\"stems\":[\"-de\"]}],\"-dedo\":[{\"word\":\"-dedo\",\"wordClass\":\"AV\",\"definitions\":[\"write upon\"],\"examples\":[],\"variations\":[],\"stems\":[\"-de\"]}],\"-defìè\":[{\"word\":\"-defìè\",\"wordClass\":\"AV\",\"definitions\":[\"write incorrectly\"],\"examples\":[],\"variations\":[],\"stems\":[\"-de\"]}],\"-dekwu\":[{\"word\":\"-dekwu\",\"wordClass\":\"AV\",\"definitions\":[\"write more\"],\"examples\":[],\"variations\":[],\"stems\":[\"-de\"]}],\"-de letà\":[{\"word\":\"-de letà\",\"wordClass\":\"AV\",\"definitions\":[\"write letter\"],\"examples\":[],\"variations\":[],\"stems\":[\"-de\",\"letà\"]}],\"letà\":[{\"word\":\"letà\",\"wordClass\":\"NNC\",\"definitions\":[\"letter (English, compare akwụkwọ)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-denye\":[{\"word\":\"-denye\",\"wordClass\":\"AV\",\"definitions\":[\"write in(to); enter by writing; include\"],\"examples\":[],\"variations\":[],\"stems\":[\"-de\"]}],\"-depùta\":[{\"word\":\"-depùta\",\"wordClass\":\"AV\",\"definitions\":[\"write out; copy out\"],\"examples\":[{\"igbo\":\"Depùta ǹke à\",\"english\":\"Copy this out\"}],\"variations\":[],\"stems\":[\"-de\"]}],\"ndepùta\":[{\"word\":\"ndepùta\",\"wordClass\":\"NNC\",\"definitions\":[\"writing out\",\"edition\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-deta letà\":[{\"word\":\"-deta letà\",\"wordClass\":\"AV\",\"definitions\":[\"write letter to (the speaker)\"],\"examples\":[{\"igbo\":\"Òbi kwù nà nya gà-èdeta letà ogè nya lù Òbòdò Oyìbo\",\"english\":\"Obi said he would write when he reaches the United Kingdom\"}],\"variations\":[],\"stems\":[\"-de\",\"letà\"]}],\"-detò\":[{\"word\":\"-detò\",\"wordClass\":\"AV\",\"definitions\":[\"lampoon; write against; libel\"],\"examples\":[],\"variations\":[],\"stems\":[\"-de\"]}],\"-de ùlì\":[{\"word\":\"-de ùlì\",\"wordClass\":\"AV\",\"definitions\":[\"decorate the body with ùlì\",\"mark parts of the body with ùlì\"],\"examples\":[],\"variations\":[],\"stems\":[\"-de\",\"ùlì\"]}],\"-de mmilī\":[{\"word\":\"-de mmilī\",\"wordClass\":\"AV\",\"definitions\":[\"threaten rain (with thundering)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-de\"]}],\"-demù\":[{\"word\":\"-demù\",\"wordClass\":\"AV\",\"definitions\":[\"murmur; mutter; growl; grumble\"],\"examples\":[],\"variations\":[],\"stems\":[\"-de\"]}],\"-derube\":[{\"word\":\"-derube\",\"wordClass\":\"AV\",\"definitions\":[\"rumble; sound around\"],\"examples\":[],\"variations\":[],\"stems\":[\"-de\"]}],\"-de\":[{\"word\":\"-de\",\"wordClass\":\"AV\",\"definitions\":[\"mark; write; press\",\"sound; rumble\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-debe\":[{\"word\":\"-debe\",\"wordClass\":\"AV\",\"definitions\":[\"appoint; place\",\"take care of; keep; observe\"],\"examples\":[],\"variations\":[],\"stems\":[\"-de-\"]}],\"-debe ọnū duu\":[{\"word\":\"-debe ọnū duu\",\"wordClass\":\"AV\",\"definitions\":[\"be silent\"],\"examples\":[],\"variations\":[],\"stems\":[\"-de-\",\"duu\",\"ọnū\"]}],\"-debe uchè\":[{\"word\":\"-debe uchè\",\"wordClass\":\"AV\",\"definitions\":[\"think; imagine\"],\"examples\":[],\"variations\":[],\"stems\":[\"-de-\",\"uchè\"]}],\"-delụ duu\":[{\"word\":\"-delụ duu\",\"wordClass\":\"AV\",\"definitions\":[\"stop talking; remain silent\",\"stop talking\"],\"examples\":[],\"variations\":[],\"stems\":[\"-de-\",\"duu\"]}],\"-de n’ile\":[{\"word\":\"-de n’ile\",\"wordClass\":\"AV\",\"definitions\":[\"taste; place on the tongue\",\"taste\"],\"examples\":[],\"variations\":[],\"stems\":[\"-de-\",\"ile\"]}],\"-detụ ọnū\":[{\"word\":\"-detụ ọnū\",\"wordClass\":\"AV\",\"definitions\":[\"taste\"],\"examples\":[],\"variations\":[],\"stems\":[\"-de-\"]}],\"-de-\":[{\"word\":\"-de-\",\"wordClass\":\"AV\",\"definitions\":[\"put; place\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-dè ǹdè\":[{\"word\":\"-dè ǹdè\",\"wordClass\":\"AV\",\"definitions\":[\"be sickly, delicate\",\"disappear\"],\"examples\":[{\"igbo\":\"Ọ nà-edē ǹdè\",\"english\":\"He is sickly\"},{\"igbo\":\"Dibìa à nà-edē ǹdè\",\"english\":\"This dibịa has the power of disappearing\"}],\"variations\":[],\"stems\":[\"-dè\",\"ǹdè\"]}],\"-dèsị mmilī\":[{\"word\":\"-dèsị mmilī\",\"wordClass\":\"AV\",\"definitions\":[\"drip (as of wet clothes)\",\"drip\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dè\",\"mmilī\"]}],\"-dè\":[{\"word\":\"-dè\",\"wordClass\":\"AV\",\"definitions\":[\"be soft (as ripe fruit); be soft and wet, soggy (as muddy ground, wet clothes); dissolve in water (compare -di-dè)\",\"disappear\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-bedebe\":[{\"word\":\"-bedebe\",\"wordClass\":\"ESUF\",\"definitions\":[\"stop crying\"],\"examples\":[{\"igbo\":\"O bedebego kà ò nà-èbelịsị?\",\"english\":\"Has she stopped (weeping) or is she still weeping?\"}],\"variations\":[],\"stems\":[\"-de-be\"]}],\"-jedebe\":[{\"word\":\"-jedebe\",\"wordClass\":\"ESUF\",\"definitions\":[\"come to a stop\",\"stop walking; end a journey\"],\"examples\":[{\"igbo\":\"Ebe à kà o jēdebelụ\",\"english\":\"It was here that he stopped\"}],\"variations\":[],\"stems\":[\"-de-be\",\"-je\"]}],\"-de-be\":[{\"word\":\"-de-be\",\"wordClass\":\"ESUF\",\"definitions\":[],\"examples\":[],\"variations\":[\"-do-be\"],\"stems\":null}],\"-bịadèbè\":[{\"word\":\"-bịadèbè\",\"wordClass\":\"ESUF\",\"definitions\":[\"come nearer\"],\"examples\":[{\"igbo\":\"Bịadèbè m#\",\"english\":\"Come nearer to me\"}],\"variations\":[],\"stems\":[\"-dè-be\"]}],\"-jedèbè\":[{\"word\":\"-jedèbè\",\"wordClass\":\"ESUF\",\"definitions\":[\"go, move nearer\"],\"examples\":[{\"igbo\":\"Jedèbe ọkū\",\"english\":\"Go nearer the fire\"}],\"variations\":[],\"stems\":[\"-dè-be\"]}],\"-dè-be\":[{\"word\":\"-dè-be\",\"wordClass\":\"ESUF\",\"definitions\":[\"near(er)\"],\"examples\":[],\"variations\":[\"-dò-be\"],\"stems\":null}],\"deème\":[{\"word\":\"deème\",\"wordClass\":\"INTJ\",\"definitions\":[\"thank you!\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ụmùdeì\":[{\"word\":\"ụmùdeì\",\"wordClass\":\"NNC\",\"definitions\":[\"freeborn children; children of a king or chief\"],\"examples\":[],\"variations\":[],\"stems\":[\"Deì\"]}],\"Deì\":[{\"word\":\"Deì\",\"wordClass\":\"NNC\",\"definitions\":[\"name of one of the founding fathers of one of the nine quarters of Onitsha; hence Umùdeì, a village in Onitsha founded by him\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"di jī\":[{\"word\":\"di jī\",\"wordClass\":\"NNC\",\"definitions\":[\"farmer; one who successfully cultivates much ground\"],\"examples\":[],\"variations\":[],\"stems\":[\"di\",\"ji\"]}],\"dikē\":[{\"word\":\"dikē\",\"wordClass\":\"NNC\",\"definitions\":[\"strong or courageous person\"],\"examples\":[],\"variations\":[],\"stems\":[\"di\"]}],\"di mgba\":[{\"word\":\"di mgba\",\"wordClass\":\"NNC\",\"definitions\":[\"wrestler\",\"convulsions (because the child suffering a convulsive attack behaves like a person who is wrestling, in this case with an unseen wrestler)\"],\"examples\":[],\"variations\":[],\"stems\":[\"di\",\"mgba\"]}],\"di mkpà\":[{\"word\":\"di mkpà\",\"wordClass\":\"NNC\",\"definitions\":[\"strong (young) man, originally one who could cultivate a large number of yams (stored on mkpà)\",\"strong young man, originally one who could cultivate many yams\"],\"examples\":[],\"variations\":[],\"stems\":[\"di\",\"mkpà\"]}],\"di ntā\":[{\"word\":\"di ntā\",\"wordClass\":\"NNC\",\"definitions\":[\"hunter\"],\"examples\":[],\"variations\":[],\"stems\":[\"di\",\"nta\"]}],\"nwa di ntā\":[{\"word\":\"nwa di ntā\",\"wordClass\":\"NNC\",\"definitions\":[\"hunter's attendant\"],\"examples\":[],\"variations\":[],\"stems\":[\"di\",\"nta\"]}],\"di nwēnu\":[{\"word\":\"di nwēnu\",\"wordClass\":\"NNC\",\"definitions\":[\"owner; master\"],\"examples\":[],\"variations\":[],\"stems\":[\"di\"]}],\"Dinwēnu ānyị\":[{\"word\":\"Dinwēnu ānyị\",\"wordClass\":\"NNC\",\"definitions\":[\"Our Lord; the Lord\"],\"examples\":[],\"variations\":[],\"stems\":[\"di\"]}],\"Dinwēnu\":[{\"word\":\"Dinwēnu\",\"wordClass\":\"NNC\",\"definitions\":[],\"examples\":[{\"igbo\":\"Jesù bù Dinwēnu ānyị\",\"english\":\"Jesu is our Lord\"}],\"variations\":[],\"stems\":[\"di\"]}],\"di òchì\":[{\"word\":\"di òchì\",\"wordClass\":\"NNC\",\"definitions\":[\"palm wine tapper\",\"professional palm wine tapper\"],\"examples\":[],\"variations\":[],\"stems\":[\"di\",\"òchì\"]}],\"di ōkpa\":[{\"word\":\"di ōkpa\",\"wordClass\":\"NNC\",\"definitions\":[\"term of respectful address to men in general, especially an elderly one; master\",\"term of respectful address to men in general (but strictly elderly and responsible men, e.g. head of household)\"],\"examples\":[],\"variations\":[],\"stems\":[\"di\",\"òkpa\"]}],\"di òkpà\":[{\"word\":\"di òkpà\",\"wordClass\":\"NNC\",\"definitions\":[\"cock\"],\"examples\":[],\"variations\":[],\"stems\":[\"di\"]}],\"di ọkpala\":[{\"word\":\"di ọkpala\",\"wordClass\":\"NNC\",\"definitions\":[\"first-born son\",\"eldest man, and therefore priest, in a patrilineage\"],\"examples\":[],\"variations\":[],\"stems\":[\"di\"]}],\"-la di\":[{\"word\":\"-la di\",\"wordClass\":\"AV\",\"definitions\":[\"have sexual intercourse (of woman); be promiscuous, sexually loose (of woman)\"],\"examples\":[],\"variations\":[],\"stems\":[\"di\",\"-la\"]}],\"-na be dī\":[{\"word\":\"-na be dī\",\"wordClass\":\"AV\",\"definitions\":[\"(of woman just married) be married; go, return to husband’s house\",\"(in normal sense) go, return to husband or husband’s house\",\"(of woman just married) marry; go to husband's house\",\"go, return to husband or husband's house\"],\"examples\":[{\"igbo\":\"Ọ gà-àna be dī n’ọnwa ōzọ\",\"english\":\"She will be married next month\"}],\"variations\":[],\"stems\":[\"di\",\"-na\"]}],\"-nụ di\":[{\"word\":\"-nụ di\",\"wordClass\":\"AV\",\"definitions\":[\"marry (of a woman)\"],\"examples\":[],\"variations\":[],\"stems\":[\"di\",\"-nụ\"]}],\"nwunyē di\":[{\"word\":\"nwunyē di\",\"wordClass\":\"NNC\",\"definitions\":[\"co-wife; ‘mate’\"],\"examples\":[],\"variations\":[],\"stems\":[\"di\"]}],\"ọzò dimgba\":[{\"word\":\"ọzò dimgba\",\"wordClass\":\"NNC\",\"definitions\":[\"gorilla\"],\"examples\":[],\"variations\":[],\"stems\":[\"di\"]}],\"di\":[{\"word\":\"di\",\"wordClass\":\"NNC\",\"definitions\":[\"husband\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-dìdo obì\":[{\"word\":\"-dìdo obì\",\"wordClass\":\"AV\",\"definitions\":[\"be patient\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dì\",\"obì\"]}],\"-dì èdì\":[{\"word\":\"-dì èdì\",\"wordClass\":\"AV\",\"definitions\":[\"endure\"],\"examples\":[{\"igbo\":\"Ị gà-edī yā èdì\",\"english\":\"You have to endure it\"}],\"variations\":[],\"stems\":[\"-dì\"]}],\"-dì ǹdìdì\":[{\"word\":\"-dì ǹdìdì\",\"wordClass\":\"AV\",\"definitions\":[\"be patient\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dì\",\"ǹdìdì\"]}],\"-dì\":[{\"word\":\"-dì\",\"wordClass\":\"AV\",\"definitions\":[\"endure; be patient\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"dibìà afā\":[{\"word\":\"dibìà afā\",\"wordClass\":\"NNC\",\"definitions\":[\"a native doctor who specializes in divination\"],\"examples\":[],\"variations\":[],\"stems\":[\"dibìà\"]}],\"dibīa àjà\":[{\"word\":\"dibīa àjà\",\"wordClass\":\"NNC\",\"definitions\":[\"a dibìà who specializes in preparing the various sacrifices associated with the alūsị and the mmụō\"],\"examples\":[],\"variations\":[],\"stems\":[\"dibìà\"]}],\"dibìà ọgwù\":[{\"word\":\"dibìà ọgwù\",\"wordClass\":\"NNC\",\"definitions\":[\"medicine man who specializes in medical treatment\"],\"examples\":[],\"variations\":[],\"stems\":[\"dibìà\"]}],\"nwa dibìà\":[{\"word\":\"nwa dibìà\",\"wordClass\":\"NNC\",\"definitions\":[\"native doctor's attendant; native doctor\"],\"examples\":[],\"variations\":[],\"stems\":[\"dibìà\",\"ǹnwa\"]}],\"dibìà\":[{\"word\":\"dibìà\",\"wordClass\":\"NNC\",\"definitions\":[\"native doctor; a member of the professional corporate group of traditional medicine men and diviners\",\"which rings when struck on ground\"],\"examples\":[],\"variations\":[],\"stems\":[\"ojì\"]}],\"-jedide\":[{\"word\":\"-jedide\",\"wordClass\":\"\",\"definitions\":[\"keep going on\"],\"examples\":[],\"variations\":[],\"stems\":[\"-di-de\",\"-je\"]}],\"-kwudide\":[{\"word\":\"-kwudide\",\"wordClass\":\"\",\"definitions\":[\"continue speaking\"],\"examples\":[],\"variations\":[],\"stems\":[\"-di-de\",\"-kwu\"]}],\"-kwụdide\":[{\"word\":\"-kwụdide\",\"wordClass\":\"\",\"definitions\":[\"continue standing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-di-de\"]}],\"-di-de\":[{\"word\":\"-di-de\",\"wordClass\":\"\",\"definitions\":[\"continuously; persistently\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-dìdè obì\":[{\"word\":\"-dìdè obì\",\"wordClass\":\"AV\",\"definitions\":[\"make to feel sick; cause nausea\",\"yearn over; be affectionate (literally soften heart)\",\"make feel sick; cause nausea\",\"yearn over; be affectionate\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dì-dè\",\"obì\"]}],\"(obì) -dìdè\":[{\"word\":\"(obì) -dìdè\",\"wordClass\":\"AV\",\"definitions\":[\"feel sick; feel nausea\"],\"examples\":[{\"igbo\":\"Obì nà-èdidē m#\",\"english\":\"I feel nausea\"}],\"variations\":[],\"stems\":[\"-dì-dè\"]}],\"obì ndidè\":[{\"word\":\"obì ndidè\",\"wordClass\":\"AV\",\"definitions\":[\"nausea (caused by indigestion)\",\"nausea\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dì-dè\",\"obì\"]}],\"-dì-dè\":[{\"word\":\"-dì-dè\",\"wordClass\":\"AV\",\"definitions\":[\"soak; soften\"],\"examples\":[{\"igbo\":\"Achìchà ị bànyèlù nà mmilī n’ùtụtù èdìdègo\",\"english\":\"The biscuit you steeped in water in the morning has become soft\"}],\"variations\":[],\"stems\":null}],\"-dinàji onu\":[{\"word\":\"-dinàji onu\",\"wordClass\":\"AV\",\"definitions\":[\"strain or crick the neck while sleeping\"],\"examples\":[{\"igbo\":\"Edīnàjì m onu\",\"english\":\"I strained my neck while sleeping\"}],\"variations\":[],\"stems\":[\"-di-nà\",\"onu\"]}],\"-dinàkọ\":[{\"word\":\"-dinàkọ\",\"wordClass\":\"AV\",\"definitions\":[\"have sexual intercourse (literally lie together)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-di-nà\"]}],\"-dinà mmakpù\":[{\"word\":\"-dinà mmakpù\",\"wordClass\":\"AV\",\"definitions\":[\"lie on the stomach\"],\"examples\":[],\"variations\":[],\"stems\":[\"-di-nà\",\"-ma\"]}],\"-dinà àba\":[{\"word\":\"-dinà àba\",\"wordClass\":\"AV\",\"definitions\":[\"sleep on the back\"],\"examples\":[],\"variations\":[],\"stems\":[\"-di-nà\"]}],\"-dinà nkọ\":[{\"word\":\"-dinà nkọ\",\"wordClass\":\"AV\",\"definitions\":[\"lie on the side\"],\"examples\":[],\"variations\":[],\"stems\":[\"-di-nà\"]}],\"-di-nà\":[{\"word\":\"-di-nà\",\"wordClass\":\"AV\",\"definitions\":[\"lie down; have sexual intercourse with; sleep with, a woman\"],\"examples\":[{\"igbo\":\"A nà-èdinā x\",\"english\":\"A (a man) sleeps with x (a woman)\"}],\"variations\":[],\"stems\":null}],\"òdịdị\":[{\"word\":\"òdịdị\",\"wordClass\":\"PV\",\"definitions\":[\"appearance; likeness; being; form; shape\",\"taking one’s part, siding with\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dị\"]}],\"Ọ dì egwù\":[{\"word\":\"Ọ dì egwù\",\"wordClass\":\"PV\",\"definitions\":[\"It is tragic, wonderful, marvellous\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dị\"]}],\"Ọ dì ifelē\":[{\"word\":\"Ọ dì ifelē\",\"wordClass\":\"PV\",\"definitions\":[\"It is shameful\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dị\"]}],\"Ọ dì n’ìwu\":[{\"word\":\"Ọ dì n’ìwu\",\"wordClass\":\"PV\",\"definitions\":[\"It is illegal\"],\"examples\":[{\"igbo\":\"Ife à i mè ò dì anyaā?\",\"english\":\"This thing you did, how was it?\"}],\"variations\":[],\"stems\":[\"-dị\"]}],\"-dịba\":[{\"word\":\"-dịba\",\"wordClass\":\"PV\",\"definitions\":[\"begin to live\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dị\"]}],\"òdìbù àdịbu\":[{\"word\":\"òdìbù àdịbu\",\"wordClass\":\"PV\",\"definitions\":[\"something (e.g. habit, custom) that has been existing for a long time\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dị\"]}],\"-dịchili\":[{\"word\":\"-dịchili\",\"wordClass\":\"PV\",\"definitions\":[\"block\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dị\"]}],\"-dịdèbe\":[{\"word\":\"-dịdèbe\",\"wordClass\":\"PV\",\"definitions\":[\"be near\"],\"examples\":[{\"igbo\":\"Unò nwoke afù dịdèbèlù ụnò ọgwù\",\"english\":\"The man’s house is near the hospital\"}],\"variations\":[],\"stems\":[\"-dị\"]}],\"-dị èbùbè\":[{\"word\":\"-dị èbùbè\",\"wordClass\":\"PV\",\"definitions\":[\"be esteemed\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dị\"]}],\"-dị enū\":[{\"word\":\"-dị enū\",\"wordClass\":\"PV\",\"definitions\":[\"be out of reach\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dị\"]}],\"-dịfù\":[{\"word\":\"-dịfù\",\"wordClass\":\"PV\",\"definitions\":[\"exist; be well\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dị\"]}],\"-dị ichè\":[{\"word\":\"-dị ichè\",\"wordClass\":\"PV\",\"definitions\":[\"be different\"],\"examples\":[{\"igbo\":\"Ọ dì ichè\",\"english\":\"It is different\"},{\"igbo\":\"ife dī ichè\",\"english\":\"a different thing\"}],\"variations\":[],\"stems\":[\"-dị\",\"ichè\"]}],\"-dị ike\":[{\"word\":\"-dị ike\",\"wordClass\":\"PV\",\"definitions\":[\"be able\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dị\"]}],\"-dị imē\":[{\"word\":\"-dị imē\",\"wordClass\":\"PV\",\"definitions\":[\"be pregnant\"],\"examples\":[{\"igbo\":\"Ọ dì imē\",\"english\":\"She is pregnant\"},{\"igbo\":\"Ọ dì ime ọnwa ītọ\",\"english\":\"She is three months pregnant\"},{\"igbo\":\"Proverb: Echî dì imē\",\"english\":\"Nobody knows tomorrow (literally tomorrow is pregnant)\"}],\"variations\":[],\"stems\":[\"-dị\",\"imē\"]}],\"-dị kà\":[{\"word\":\"-dị kà\",\"wordClass\":\"PV\",\"definitions\":[\"seem probable, as if; resemble; look like\"],\"examples\":[{\"igbo\":\"Ọ dì m kà m fùlù ya\",\"english\":\"I imagined that I saw him\"},{\"igbo\":\"Ọ dì kà ò fùlù mụ n’anya\",\"english\":\"He seems to like me\"}],\"variations\":[],\"stems\":[\"-dị\"]}],\"-dị kà àgàsị\":[{\"word\":\"-dị kà àgàsị\",\"wordClass\":\"PV\",\"definitions\":[\"be as if\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dị\"]}],\"-dịlị\":[{\"word\":\"-dịlị\",\"wordClass\":\"PV\",\"definitions\":[\"belong to\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dị\"]}],\"-dịlịlị\":[{\"word\":\"-dịlịlị\",\"wordClass\":\"PV\",\"definitions\":[\"remain; continue\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dị\"]}],\"-dị mkpà\":[{\"word\":\"-dị mkpà\",\"wordClass\":\"PV\",\"definitions\":[\"be necessary\",\"be necessary, needful, essential, important\"],\"examples\":[{\"igbo\":\"Igwè dì m mkpà\",\"english\":\"I need a bicycle\"},{\"igbo\":\"Ọ dì mkpà nà nne nà nnā ōbụnà gà-azùnite ụmù fa n’ụzò ezi òmùme nà ịtū egwūū Chinēkè\",\"english\":\"It is important that all parents should bring up their children in the way of righteousness and the fear of God\"}],\"variations\":[],\"stems\":[\"-dị\",\"mkpà\"]}],\"-dị mmā\":[{\"word\":\"-dị mmā\",\"wordClass\":\"PV\",\"definitions\":[\"be good; please\",\"be good, beautiful, well, satisfactory, friendly\"],\"examples\":[{\"igbo\":\"Ọ dì mmā\",\"english\":\"It is good\"},{\"igbo\":\"Mụ nà yâ dì mmā\",\"english\":\"He and I are friendly\"}],\"variations\":[],\"stems\":[\"-dị\",\"mmā\"]}],\"ịdīmmā\":[{\"word\":\"ịdīmmā\",\"wordClass\":\"PV\",\"definitions\":[\"goodness\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dị\"]}],\"-dị mmā n’anya\":[{\"word\":\"-dị mmā n’anya\",\"wordClass\":\"PV\",\"definitions\":[\"be a pleasant sight\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dị\"]}],\"-dị n’anya\":[{\"word\":\"-dị n’anya\",\"wordClass\":\"PV\",\"definitions\":[\"desire; wish\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dị\"]}],\"-dị ndù\":[{\"word\":\"-dị ndù\",\"wordClass\":\"PV\",\"definitions\":[\"live; be alive\",\"be raw, fresh, uncooked, etc.\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dị\",\"ndù\"]}],\"-dị nkọ\":[{\"word\":\"-dị nkọ\",\"wordClass\":\"PV\",\"definitions\":[\"be sharp\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dị\"]}],\"-dị n’obì\":[{\"word\":\"-dị n’obì\",\"wordClass\":\"PV\",\"definitions\":[\"be dear to one; be in one’s heart\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dị\"]}],\"-dị n’òfu\":[{\"word\":\"-dị n’òfu\",\"wordClass\":\"PV\",\"definitions\":[\"be in agreement, at one\"],\"examples\":[{\"igbo\":\"Bìanù kà ànyị dị n’òfu\",\"english\":\"Come and let us agree together\"}],\"variations\":[],\"stems\":[\"-dị\"]}],\"-dị nsọ\":[{\"word\":\"-dị nsọ\",\"wordClass\":\"PV\",\"definitions\":[\"be holy, separate\",\"be holy, revered\",\"be a saint\"],\"examples\":[{\"igbo\":\"Ọ dì nsọ\",\"english\":\"It is holy\"},{\"igbo\":\"Pọòlụ dī nsọ\",\"english\":\"St Paul\"},{\"igbo\":\"Òlili Nsọ\",\"english\":\"(Christian usage) Holy Communion\"}],\"variations\":[],\"stems\":[\"-dị\",\"nsọ\"]}],\"-dị ǹzuzō\":[{\"word\":\"-dị ǹzuzō\",\"wordClass\":\"PV\",\"definitions\":[\"be secret\"],\"examples\":[{\"igbo\":\"Ọ nò n’ebe dī nzuzo\",\"english\":\"She is in a secret place\"}],\"variations\":[],\"stems\":[\"-dị\",\"nzùkọ\"]}],\"-dị nwaayò\":[{\"word\":\"-dị nwaayò\",\"wordClass\":\"PV\",\"definitions\":[\"be meek, calm, quiet, humble\"],\"examples\":[{\"igbo\":\"Ọ dì nwaayò\",\"english\":\"She is gentle\"}],\"variations\":[],\"stems\":[\"-dị\"]}],\"-dịnyelụ\":[{\"word\":\"-dịnyelụ\",\"wordClass\":\"PV\",\"definitions\":[\"side with\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dị\"]}],\"-dị oke ọnū\":[{\"word\":\"-dị oke ọnū\",\"wordClass\":\"PV\",\"definitions\":[\"be dear, expensive\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dị\"]}],\"-dị òkìlìkili\":[{\"word\":\"-dị òkìlìkili\",\"wordClass\":\"PV\",\"definitions\":[\"be round\"],\"examples\":[{\"igbo\":\"Ùwà dì òkìlìkili\",\"english\":\"The world is round\"}],\"variations\":[],\"stems\":[\"-dị\",\"òkìlìkili\"]}],\"-dị òbò\":[{\"word\":\"-dị òbò\",\"wordClass\":\"PV\",\"definitions\":[\"be idle, lazy (= -dà òbò)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dị\"]}],\"ịdīọcha\":[{\"word\":\"ịdīọcha\",\"wordClass\":\"PV\",\"definitions\":[\"purity; cleanness\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dị\"]}],\"-dị ògò\":[{\"word\":\"-dị ògò\",\"wordClass\":\"PV\",\"definitions\":[\"be grateful, polite, modest, well-behaved, courteous, nice- looking\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dị\"]}],\"-dị òkòlòkọlọ\":[{\"word\":\"-dị òkòlòkọlọ\",\"wordClass\":\"PV\",\"definitions\":[\"be round in shape\"],\"examples\":[{\"igbo\":\"Nye m ìtè afū dī òkòlòkọlọ\",\"english\":\"Give me that round pot\"}],\"variations\":[],\"stems\":[\"-dị\",\"òkòlòkọlọ\"]}],\"-dịrị\":[{\"word\":\"-dịrị\",\"wordClass\":\"PV\",\"definitions\":[\"get better; recover from illness\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dị\"]}],\"-dị uchu\":[{\"word\":\"-dị uchu\",\"wordClass\":\"PV\",\"definitions\":[\"be industrious, diligent\"],\"examples\":[{\"igbo\":\"Àdâ dì uchu\",\"english\":\"Ada is industrious\"}],\"variations\":[],\"stems\":[\"-dị\",\"uchu\"]}],\"-dị ùfù\":[{\"word\":\"-dị ùfù\",\"wordClass\":\"PV\",\"definitions\":[\"be painful, distressing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dị\"]}],\"-dị ụjō\":[{\"word\":\"-dị ụjō\",\"wordClass\":\"PV\",\"definitions\":[\"be cowardly; fear\"],\"examples\":[{\"igbo:\":\"Adì m ụjō\",\"english\":\"I am cowardly or, I can’t bear physical pain long\"}],\"variations\":[],\"stems\":[\"-dị\",\"ụjō\"]}],\"-dị walala\":[{\"word\":\"-dị walala\",\"wordClass\":\"PV\",\"definitions\":[\"be narrow\"],\"examples\":[{\"igbo\":\"Ụzō ǹkaà dì walala\",\"english\":\"This road or path is narrow\"}],\"variations\":[],\"stems\":[\"-dị\",\"walala\"]}],\"-dịwanye mmā\":[{\"word\":\"-dịwanye mmā\",\"wordClass\":\"PV\",\"definitions\":[\"improve\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dị\"]}],\"àrụ ikē nà òdìmmā\":[{\"word\":\"àrụ ikē nà òdìmmā\",\"wordClass\":\"PV\",\"definitions\":[\"(good and) well-being\",\"good health and well-being; well-being\"],\"examples\":[{\"igbo\":\"Obì ọma nà-ewèta òdìmmā\",\"english\":\"Kindness promotes good relations\"}],\"variations\":[],\"stems\":[\"-dị\",\"ọdàchi\"]}],\"ọ dì kà\":[{\"word\":\"ọ dì kà\",\"wordClass\":\"PV\",\"definitions\":[\"probably; it looks as though, if\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dị\"]}],\"òdìnàànì\":[{\"word\":\"òdìnàànì\",\"wordClass\":\"PV\",\"definitions\":[\"custom\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dị\",\"ọdàchi\"]}],\"adī àma āma\":[{\"word\":\"adī àma āma\",\"wordClass\":\"PV\",\"definitions\":[\"perhaps; maybe; in case (literally one never knows)\",\"perhaps; maybe; in case of\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dị\",\"-ma\"]}],\"-dị\":[{\"word\":\"-dị\",\"wordClass\":\"PV\",\"definitions\":[\"be (in a state of); have (a certain quality)\",\"(probably originates from -dị 1., in Onitsha used only in the negative; it marks the progressive or habitual negative verb forms\"],\"examples\":[{\"igbo\":\"Chikē adī-àbịa\",\"english\":\"(So) Chike is not coming/does not usually come\"},{\"igbo\":\"Nkịtā adī àta ọjī\",\"english\":\"Dogs never eat kolanuts\"}],\"variations\":[],\"stems\":[]}],\"dịnwọò\":[{\"word\":\"dịnwọò\",\"wordClass\":\"DEM\",\"definitions\":[\"this (emphatic)\"],\"examples\":[{\"igbo\":\"Amārọ m ife dịnwọò\",\"english\":\"I do not know this thing\"}],\"variations\":[\"dịọò\"],\"stems\":null}],\"-do akanya\":[{\"word\":\"-do akanya\",\"wordClass\":\"AV\",\"definitions\":[\"make thatch\"],\"examples\":[],\"variations\":[],\"stems\":[\"-do\"]}],\"-dogbu\":[{\"word\":\"-dogbu\",\"wordClass\":\"AV\",\"definitions\":[\"kill or spoil by placing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-do\"]}],\"-dogha\":[{\"word\":\"-dogha\",\"wordClass\":\"AV\",\"definitions\":[\"change; change place of; re-arrange; reverse; turn (something) round\"],\"examples\":[],\"variations\":[],\"stems\":[\"-do\"]}],\"-doghalị\":[{\"word\":\"-doghalị\",\"wordClass\":\"AV\",\"definitions\":[\"change place\"],\"examples\":[],\"variations\":[],\"stems\":[\"-do\"]}],\"-do iru\":[{\"word\":\"-do iru\",\"wordClass\":\"AV\",\"definitions\":[\"face; turn face to incline towards\"],\"examples\":[],\"variations\":[],\"stems\":[\"-do\",\"iru\"]}],\"-do iyī\":[{\"word\":\"-do iyī\",\"wordClass\":\"AV\",\"definitions\":[\"place object(s) like charm or something obnoxious on property in the belief that the charm will bring evil on a person who defies the charm and steals the property; protect an object by a fetish\"],\"examples\":[],\"variations\":[],\"stems\":[\"-do\",\"iyī\"]}],\"-dokwa\":[{\"word\":\"-dokwa\",\"wordClass\":\"AV\",\"definitions\":[\"make peace; settle quarrel\",\"arrange; decorate\",\"repair; put in the proper position; (fig.) settle quarrel Ọ nà-èje idōkwa motò ya me  mmebì She is going to repair her lorry which has got a fault\"],\"examples\":[{\"igbo\":\"Ọ gà-èdokwa ya bụ okwu\",\"english\":\"He will settle that case\"}],\"variations\":[],\"stems\":[\"-do\",\"-kwa\"]}],\"-doni\":[{\"word\":\"-doni\",\"wordClass\":\"AV\",\"definitions\":[\"set up; build up\"],\"examples\":[],\"variations\":[],\"stems\":[\"-do\"]}],\"-do nsọ\":[{\"word\":\"-do nsọ\",\"wordClass\":\"AV\",\"definitions\":[\"consecrate\"],\"examples\":[],\"variations\":[],\"stems\":[\"-do\"]}],\"-dozi\":[{\"word\":\"-dozi\",\"wordClass\":\"AV\",\"definitions\":[\"arrange; prepare; settle; repair\",\"repair; correct; rectify\"],\"examples\":[],\"variations\":[],\"stems\":[\"-do\",\"-zi\"]}],\"-dozi ànì\":[{\"word\":\"-dozi ànì\",\"wordClass\":\"AV\",\"definitions\":[\"remove pollution from a community\"],\"examples\":[],\"variations\":[],\"stems\":[\"-do\"]}],\"-dozi okwu\":[{\"word\":\"-dozi okwu\",\"wordClass\":\"AV\",\"definitions\":[\"settle a case\"],\"examples\":[],\"variations\":[],\"stems\":[\"-do\"]}],\"-gàdo\":[{\"word\":\"-gàdo\",\"wordClass\":\"AV\",\"definitions\":[\"hold firm (with fingers or claws)\",\"hold with nails, claws, or teeth\"],\"examples\":[],\"variations\":[],\"stems\":[\"-do\",\"-gà\"]}],\"-gbabìdo\":[{\"word\":\"-gbabìdo\",\"wordClass\":\"AV\",\"definitions\":[\"hold up; waylay; intercept (literally run to a halt against)\",\"enclose (especially with fence); encircle; ambush; waylay\"],\"examples\":[],\"variations\":[],\"stems\":[\"-do\",\"-gba\"]}],\"-kwụdo\":[{\"word\":\"-kwụdo\",\"wordClass\":\"AV\",\"definitions\":[\"stand firm\",\"meet; fall in with; overtake; stand on\"],\"examples\":[{\"igbo\":\"Òtu ānyị àkwụdosigo ikē\",\"english\":\"Our club is now on a firm basis\"}],\"variations\":[],\"stems\":[\"-do\",\"-kwụ\"]}],\"-mado\":[{\"word\":\"-mado\",\"wordClass\":\"AV\",\"definitions\":[\"stick to\",\"stick; be sticky\"],\"examples\":[{\"igbo\":\"Ò gịnī màdò gì n’àgbà?\",\"english\":\"What is sticking to your jaw?\"}],\"variations\":[],\"stems\":[\"-do\",\"-ma\"]}],\"-nòdo\":[{\"word\":\"-nòdo\",\"wordClass\":\"AV\",\"definitions\":[\"sit on, against\",\"sit on\"],\"examples\":[{\"igbo\":\"Ị nòdò m n’ụkwụ\",\"english\":\"You are sitting on my foot\"},{\"igbo\":\"Ò gịnī kpatalụ nwa nkịtā afū jì èbe akwā? Ọ bù Èjìmâ nòdòlù ya n’isi, mà adōgo m#ya aka na ntì kà ọ rapù ịnòdò nwa nkịtā n’isi màkà nà nwa nkìtā nwèlù ike ịtā ya\",\"english\":\"Why is that puppy crying? It is Ejima who is sitting on its head, but I have warned her to stop sitting on its head because it may bite her\"}],\"variations\":[],\"stems\":[\"-do\",\"-nò\"]}],\"-tado\":[{\"word\":\"-tado\",\"wordClass\":\"AV\",\"definitions\":[\"grip with teeth\",\"bite fast; fasten to; fasten together; make firm, tight\"],\"examples\":[{\"igbo\":\"Arụrû tàdò gì na ntì\",\"english\":\"An ant has got its pincers into your ear\"}],\"variations\":[],\"stems\":[\"-do\",\"-ta\"]}],\"-do\":[{\"word\":\"-do\",\"wordClass\":\"AV\",\"definitions\":[\"set up; make; place; arrange\",\"extensional suffix against; fast (in, on) (implies continuity; compare -do 1.)\"],\"examples\":[{\"igbo\":\"Kà ànyị doo ife à èdoo\",\"english\":\"Let us arrange this thing properly\"}],\"variations\":[],\"stems\":[]}],\"-dò anya\":[{\"word\":\"-dò anya\",\"wordClass\":\"AV\",\"definitions\":[\"be clear\"],\"examples\":[{\"igbo\":\"Ife à dò m anya\",\"english\":\"This thing is clear to me\"}],\"variations\":[],\"stems\":[\"-dò\"]}],\"-dò àrụ\":[{\"word\":\"-dò àrụ\",\"wordClass\":\"AV\",\"definitions\":[\"recuperate\",\"get stout\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dò\"]}],\"-dò èdò\":[{\"word\":\"-dò èdò\",\"wordClass\":\"AV\",\"definitions\":[\"be clear (of liquids)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dò\"]}],\"-dò ǹdò\":[{\"word\":\"-dò ǹdò\",\"wordClass\":\"AV\",\"definitions\":[\"be shady (of place)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dò\"]}],\"-dò\":[{\"word\":\"-dò\",\"wordClass\":\"AV\",\"definitions\":[\"be clear, settled, shady; settle, become clear (of liquids)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"doo\":[{\"word\":\"doo\",\"wordClass\":\"NNC\",\"definitions\":[\"quiet; calm; in an orderly, quiet manner\"],\"examples\":[{\"igbo\":\"Ebe à dì doo\",\"english\":\"It is quiet here\"}],\"variations\":[],\"stems\":null}],\"òdịdọ\":[{\"word\":\"òdịdọ\",\"wordClass\":\"AV\",\"definitions\":[\"pull(ing)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\"]}],\"-dọ aka na ntì\":[{\"word\":\"-dọ aka na ntì\",\"wordClass\":\"AV\",\"definitions\":[\"advise; warn\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\"]}],\"-dọ akpịlī\":[{\"word\":\"-dọ akpịlī\",\"wordClass\":\"AV\",\"definitions\":[\"long after\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\"]}],\"-dọbè\":[{\"word\":\"-dọbè\",\"wordClass\":\"AV\",\"definitions\":[\"break off (leaves or stalks of a plant)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\"]}],\"-dọbì\":[{\"word\":\"-dọbì\",\"wordClass\":\"AV\",\"definitions\":[\"break off by pulling\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\"]}],\"-dọchìgha àzụ\":[{\"word\":\"-dọchìgha àzụ\",\"wordClass\":\"AV\",\"definitions\":[\"give a setback to; retard\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\"]}],\"ndọchìgha āzụ\":[{\"word\":\"ndọchìgha āzụ\",\"wordClass\":\"AV\",\"definitions\":[\"setback\"],\"examples\":[{\"igbo\":\"Ǹke à bù ndọchìgha āzụ\",\"english\":\"This is a setback\"}],\"variations\":[],\"stems\":[\"-dọ\"]}],\"-dọdo\":[{\"word\":\"-dọdo\",\"wordClass\":\"AV\",\"definitions\":[\"hold fast\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\"]}],\"-dọ dọònịdō\":[{\"word\":\"-dọ dọònịdō\",\"wordClass\":\"AV\",\"definitions\":[\"pull against one another; have a tug-of-war\"],\"examples\":[],\"variations\":[\"dọòlịdō\"],\"stems\":[\"-dọ\"]}],\"-dọgò\":[{\"word\":\"-dọgò\",\"wordClass\":\"AV\",\"definitions\":[\"pull crooked or wrongly\",\"pull crooked\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\",\"-gò\"]}],\"-dọgbu\":[{\"word\":\"-dọgbu\",\"wordClass\":\"AV\",\"definitions\":[\"strangle\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\"]}],\"-dọgha\":[{\"word\":\"-dọgha\",\"wordClass\":\"AV\",\"definitions\":[\"change position of something\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\"]}],\"ndọgha\":[{\"word\":\"ndọgha\",\"wordClass\":\"AV\",\"definitions\":[\"reverse; changing of position (of something by somebody)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\"]}],\"-dọka\":[{\"word\":\"-dọka\",\"wordClass\":\"AV\",\"definitions\":[\"be torn; tear\",\"be torn (by pulling); tear\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\",\"-ka\"]}],\"ndọka\":[{\"word\":\"ndọka\",\"wordClass\":\"AV\",\"definitions\":[\"tearing; rending\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\"]}],\"-dọkalị\":[{\"word\":\"-dọkalị\",\"wordClass\":\"AV\",\"definitions\":[\"tear from and take\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\"]}],\"-dọkalì\":[{\"word\":\"-dọkalì\",\"wordClass\":\"AV\",\"definitions\":[\"tear in pieces\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\"]}],\"-dọkasị\":[{\"word\":\"-dọkasị\",\"wordClass\":\"AV\",\"definitions\":[\"tear to pieces; to torn to pieces\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\"]}],\"-dọkọ\":[{\"word\":\"-dọkọ\",\"wordClass\":\"AV\",\"definitions\":[\"pull together\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\"]}],\"-dọkpụ\":[{\"word\":\"-dọkpụ\",\"wordClass\":\"AV\",\"definitions\":[\"drag; draw; pull along (e.g. goat with rope round its neck)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\",\"-kpụ\"]}],\"-dọkpụpù\":[{\"word\":\"-dọkpụpù\",\"wordClass\":\"AV\",\"definitions\":[\"draw out; pluck out forcibly\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\"]}],\"-dọlì\":[{\"word\":\"-dọlì\",\"wordClass\":\"AV\",\"definitions\":[\"tear into pieces\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\"]}],\"ndọlì\":[{\"word\":\"ndọlì\",\"wordClass\":\"AV\",\"definitions\":[\"tearing into pieces\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\"]}],\"-dọlụ\":[{\"word\":\"-dọlụ\",\"wordClass\":\"AV\",\"definitions\":[\"attract; convey\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\"]}],\"-dọ mbọ\":[{\"word\":\"-dọ mbọ\",\"wordClass\":\"AV\",\"definitions\":[\"tear with nails\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\",\"mbọ\"]}],\"-dọ mmà ọdū\":[{\"word\":\"-dọ mmà ọdū\",\"wordClass\":\"AV\",\"definitions\":[\"saw a piece of timber by pulling (this is usually done by two people -one in a pit across which the timber is laid, and the other at ground-level)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\"]}],\"òdịdọ n’agha\":[{\"word\":\"òdịdọ n’agha\",\"wordClass\":\"AV\",\"definitions\":[\"captivity as result of war\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\"]}],\"-dọ ndọ\":[{\"word\":\"-dọ ndọ\",\"wordClass\":\"AV\",\"definitions\":[\"persist; haggle; bargain\",\"have a tug-of-war\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\"]}],\"-dọ ǹdùdò\":[{\"word\":\"-dọ ǹdùdò\",\"wordClass\":\"AV\",\"definitions\":[\"argue; draw out a discussion\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\"]}],\"òdọ ǹdùdò\":[{\"word\":\"òdọ ǹdùdò\",\"wordClass\":\"AV\",\"definitions\":[\"argumentative, difficult, disagreeable person; fretful, testy child\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\"]}],\"-dọnì\":[{\"word\":\"-dọnì\",\"wordClass\":\"AV\",\"definitions\":[\"wrinkle; be wrinkled (used for a material which has been stretched beyond its elastic limit, and then relaxed)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\"]}],\"ndọnì\":[{\"word\":\"ndọnì\",\"wordClass\":\"AV\",\"definitions\":[\"wrinkle\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\"]}],\"-dọ nkì\":[{\"word\":\"-dọ nkì\",\"wordClass\":\"AV\",\"definitions\":[\"cut a face mark\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\"]}],\"-dọ ntì\":[{\"word\":\"-dọ ntì\",\"wordClass\":\"AV\",\"definitions\":[\"warn; admonish; exhort (compare -dọ aka na ntì)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\"]}],\"-dọpù\":[{\"word\":\"-dọpù\",\"wordClass\":\"AV\",\"definitions\":[\"draw out\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\"]}],\"-dọpùta\":[{\"word\":\"-dọpùta\",\"wordClass\":\"AV\",\"definitions\":[\"draw out; pull out; rescue\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\"]}],\"-dọsà\":[{\"word\":\"-dọsà\",\"wordClass\":\"AV\",\"definitions\":[\"pull apart or into pieces\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\"]}],\"-dọsò\":[{\"word\":\"-dọsò\",\"wordClass\":\"AV\",\"definitions\":[\"pull after\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\"]}],\"-dọtị\":[{\"word\":\"-dọtị\",\"wordClass\":\"AV\",\"definitions\":[\"be extended; extend\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\"]}],\"-dọtị ụta\":[{\"word\":\"-dọtị ụta\",\"wordClass\":\"AV\",\"definitions\":[\"draw a bow (ready to shoot)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\"]}],\"ndọtị\":[{\"word\":\"ndọtị\",\"wordClass\":\"AV\",\"definitions\":[\"elasticity\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\"]}],\"-dọwa\":[{\"word\":\"-dọwa\",\"wordClass\":\"AV\",\"definitions\":[\"rend, tear (of cloth, not flesh)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\"]}],\"-dọlụ adọlụ\":[{\"word\":\"-dọlụ adọlụ\",\"wordClass\":\"AV\",\"definitions\":[\"remain; be left over; be stagnant (of water)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\"]}],\"-dọlụ kìlìlì\":[{\"word\":\"-dọlụ kìlìlì\",\"wordClass\":\"AV\",\"definitions\":[\"be round, spherical (as a ball)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\"]}],\"-dọnò\":[{\"word\":\"-dọnò\",\"wordClass\":\"AV\",\"definitions\":[\"sit down\"],\"examples\":[],\"variations\":[\"-dọ n’ànì\"],\"stems\":[\"-dọ\"]}],\"-dọnòrube\":[{\"word\":\"-dọnòrube\",\"wordClass\":\"AV\",\"definitions\":[\"sit around\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\"]}],\"-dọnye\":[{\"word\":\"-dọnye\",\"wordClass\":\"AV\",\"definitions\":[\"lay in; put into\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dọ\"]}],\"-dọ ọdù\":[{\"word\":\"-dọ ọdù\",\"wordClass\":\"AV\",\"definitions\":[\"sit down (in speaking to children)\",\"sit in the market at one's stall, or at a particular section of market\"],\"examples\":[{\"igbo\":\"Nne m#nà-àdọ n’ọdù akwà màkà nà ọ nà-èbu akwà\",\"english\":\"My mother usually sits at the cloth stall because she deals in clothes\"}],\"variations\":[],\"stems\":[\"-dọ\",\"ọdù\"]}],\"-dọ\":[{\"word\":\"-dọ\",\"wordClass\":\"AV\",\"definitions\":[\"draw; pull\",\"stay; place\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"dọkịtà\":[{\"word\":\"dọkịtà\",\"wordClass\":\"NNC\",\"definitions\":[\"doctor (English)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"dọònịdō\":[{\"word\":\"dọònịdō\",\"wordClass\":\"NNC\",\"definitions\":[\"tug-of-war\"],\"examples\":[],\"variations\":[\"dọòlịdō\"],\"stems\":null}],\"-gba dòtị\":[{\"word\":\"-gba dòtị\",\"wordClass\":\"NNC\",\"definitions\":[\"shoot catapult\"],\"examples\":[{\"igbo\":\"Dòtị kà o jìlì gbagbu nnùnù afù\",\"english\":\"It was a catapult that he killed the bird with\"}],\"variations\":[],\"stems\":[\"dòtị\"]}],\"-lu dòtị\":[{\"word\":\"-lu dòtị\",\"wordClass\":\"AV\",\"definitions\":[\"be dirty, filthy\"],\"examples\":[{\"igbo\":\"Ndù nà-èlu dòtị\",\"english\":\"Ndụ is usually dirty\"}],\"variations\":[],\"stems\":[\"dòtị\",\"-lu\"]}],\"dòtị\":[{\"word\":\"dòtị\",\"wordClass\":\"NNC\",\"definitions\":[\"catapult\",\"dirt; filth (colloquial, English dirty)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òdudu\":[{\"word\":\"òdudu\",\"wordClass\":\"AV\",\"definitions\":[\"leading; guidance\"],\"examples\":[],\"variations\":[],\"stems\":[\"-du\"]}],\"-dubà\":[{\"word\":\"-dubà\",\"wordClass\":\"AV\",\"definitions\":[\"introduce; lead in, into\"],\"examples\":[],\"variations\":[],\"stems\":[\"-du\"]}],\"-dufìè\":[{\"word\":\"-dufìè\",\"wordClass\":\"AV\",\"definitions\":[\"mislead\"],\"examples\":[],\"variations\":[],\"stems\":[\"-du\"]}],\"-dufù\":[{\"word\":\"-dufù\",\"wordClass\":\"AV\",\"definitions\":[\"seduce; lead astray\"],\"examples\":[],\"variations\":[],\"stems\":[\"-du\"]}],\"-duga\":[{\"word\":\"-duga\",\"wordClass\":\"AV\",\"definitions\":[\"accompany\"],\"examples\":[],\"variations\":[],\"stems\":[\"-du\"]}],\"-dukọta\":[{\"word\":\"-dukọta\",\"wordClass\":\"AV\",\"definitions\":[\"muster\"],\"examples\":[{\"igbo\":\"Dùkọta ndi aghā afù màkà nnene\",\"english\":\"Muster the troops for inspection\"}],\"variations\":[],\"stems\":[\"-du\"]}],\"-dulu\":[{\"word\":\"-dulu\",\"wordClass\":\"AV\",\"definitions\":[\"accompany; seduce\"],\"examples\":[],\"variations\":[],\"stems\":[\"-du\"]}],\"-duna\":[{\"word\":\"-duna\",\"wordClass\":\"AV\",\"definitions\":[\"lead; escort home\"],\"examples\":[],\"variations\":[],\"stems\":[\"-du\"]}],\"du onye ìsì\":[{\"word\":\"du onye ìsì\",\"wordClass\":\"AV\",\"definitions\":[\"lead a blind person\"],\"examples\":[],\"variations\":[],\"stems\":[\"-du\"]}],\"-dupù\":[{\"word\":\"-dupù\",\"wordClass\":\"AV\",\"definitions\":[\"lead out; accompany; escort; push off a boat\"],\"examples\":[],\"variations\":[],\"stems\":[\"-du\"]}],\"-duruka\":[{\"word\":\"-duruka\",\"wordClass\":\"AV\",\"definitions\":[\"lead a little way\"],\"examples\":[],\"variations\":[],\"stems\":[\"-du\"]}],\"-kpa ǹdu\":[{\"word\":\"-kpa ǹdu\",\"wordClass\":\"AV\",\"definitions\":[\"walk together; be companions; escort\"],\"examples\":[],\"variations\":[],\"stems\":[\"-du\"]}],\"-dudo\":[{\"word\":\"-dudo\",\"wordClass\":\"AV\",\"definitions\":[\"take root\"],\"examples\":[],\"variations\":[],\"stems\":[\"-du\"]}],\"-kpọtadu\":[{\"word\":\"-kpọtadu\",\"wordClass\":\"AV\",\"definitions\":[\"bring first (something capable of self-movement)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-du\"]}],\"-wètadu\":[{\"word\":\"-wètadu\",\"wordClass\":\"AV\",\"definitions\":[\"bring first (i.e. bring something before doing something else, or before doing something else to the thing brought)\"],\"examples\":[{\"igbo\":\"Wètadu yā tupu ì tọghee yā\",\"english\":\"Bring it first before you open it\"}],\"variations\":[],\"stems\":[\"-du\"]}],\"-du\":[{\"word\":\"-du\",\"wordClass\":\"AV\",\"definitions\":[\"lead; accompany\",\"put out (roots, shoots)\",\"extensional suffix first; beforehand; precede (compare -godu, and perhaps -du 1.)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-dù-dù\":[{\"word\":\"-dù-dù\",\"wordClass\":\"AV\",\"definitions\":[\"be in a dull state\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dù\"]}],\"-gbadùba iru\":[{\"word\":\"-gbadùba iru\",\"wordClass\":\"AV\",\"definitions\":[\"be morose, sulky, downcast\",\"frown, scowl; make sour face; grimace\"],\"examples\":[{\"igbo\":\"Gịnī mèlù nị jì gbadùba irū?\",\"english\":\"Why are you sulky?\"}],\"variations\":[],\"stems\":[\"-dù\",\"-gba\",\"iru\"]}],\"-kpọdùlu\":[{\"word\":\"-kpọdùlu\",\"wordClass\":\"AV\",\"definitions\":[\"remain in dull uncheerful state; be dull and sad\"],\"examples\":[{\"igbo\":\"Amārọ m ife mēlụ Okeēke o jì wèe kpọdùlu n’ụnò jụ nà nya amā eje akwụkwọ\",\"english\":\"I don’t know what happened to Okeeke to make him stay dull at home and refuse to go to school\"}],\"variations\":[],\"stems\":[\"-dù\"]}],\"dum\":[{\"word\":\"dum\",\"wordClass\":\"AV\",\"definitions\":[\"quantifier all; the whole (compare niīne, which is the common Onitsha form)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dù\"]}],\"ife dum\":[{\"word\":\"ife dum\",\"wordClass\":\"AV\",\"definitions\":[\"all things\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dù\"]}],\"mgbè dum$\":[{\"word\":\"mgbè dum$\",\"wordClass\":\"AV\",\"definitions\":[\"always; at all times; in perpetuity (compare mgbè niīne)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dù\"]}],\"-dù ọdù\":[{\"word\":\"-dù ọdù\",\"wordClass\":\"AV\",\"definitions\":[\"advise; give advice\"],\"examples\":[],\"variations\":[\"ọdụ\"],\"stems\":[\"-dù\"]}],\"-dù\":[{\"word\":\"-dù\",\"wordClass\":\"AV\",\"definitions\":[\"advise; give advice\",\"plant (the stem, cutting of stem or branch, of a plant)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-gba duu\":[{\"word\":\"-gba duu\",\"wordClass\":\"AV\",\"definitions\":[\"keep silence; refrain from answering; endure, tolerate\"],\"examples\":[],\"variations\":[],\"stems\":[\"duu\",\"-gba\"]}],\"-tọgbò duu\":[{\"word\":\"-tọgbò duu\",\"wordClass\":\"AV\",\"definitions\":[\"lie still; lie down softly (compare -gba duu)\",\"lie still; lie down softly (compare -gba duu, be silent, still)\"],\"examples\":[{\"igbo\":\"Afùlù m nkịtā ị nà-àchọ kà ọ tògbò duu n’àzụ ụzò\",\"english\":\"I saw the dog you are searching for lying quietly behind the door\"}],\"variations\":[],\"stems\":[\"duu\",\"-tò\"]}],\"dụ\":[{\"word\":\"dụ\",\"wordClass\":\"NNC\",\"definitions\":[\"enclitic marks interrogative\"],\"examples\":[{\"igbo\":\"Gịnī dụ bù ǹke à?\",\"english\":\"What is this?\"},{\"igbo\":\"Gịnī kwọ bùdù ǹke à?\",\"english\":\"What is this again?\"}],\"variations\":[],\"stems\":[\"duu\"]}],\"duu\":[{\"word\":\"duu\",\"wordClass\":\"NNC\",\"definitions\":[\"still; quiet\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òdụdụ\":[{\"word\":\"òdụdụ\",\"wordClass\":\"AV\",\"definitions\":[\"pricking; piercing; sewing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dụ\"]}],\"-dụgbu\":[{\"word\":\"-dụgbu\",\"wordClass\":\"AV\",\"definitions\":[\"pierce\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dụ\"]}],\"-dụkọ\":[{\"word\":\"-dụkọ\",\"wordClass\":\"AV\",\"definitions\":[\"sew together\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dụ\",\"-kọ\"]}],\"-dụmi ụnò\":[{\"word\":\"-dụmi ụnò\",\"wordClass\":\"AV\",\"definitions\":[\"construct framework of roof before thatching or fixing the sheets\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dụ\"]}],\"ndụmì (ụnò)\":[{\"word\":\"ndụmì (ụnò)\",\"wordClass\":\"AV\",\"definitions\":[\"roof framework before thatching or fixing the sheets\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dụ\"]}],\"-dụ ọfọlò\":[{\"word\":\"-dụ ọfọlò\",\"wordClass\":\"AV\",\"definitions\":[\"punt\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dụ\"]}],\"-dụ adụ\":[{\"word\":\"-dụ adụ\",\"wordClass\":\"AV\",\"definitions\":[\"retch\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dụ\"]}],\"-dụ ubìlì\":[{\"word\":\"-dụ ubìlì\",\"wordClass\":\"AV\",\"definitions\":[\"belch\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dụ\"]}],\"-dụ ukòlò\":[{\"word\":\"-dụ ukòlò\",\"wordClass\":\"AV\",\"definitions\":[\"belch\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dụ\"]}],\"-dụ isi\":[{\"word\":\"-dụ isi\",\"wordClass\":\"AV\",\"definitions\":[\"swear one's innocence by a deity\"],\"examples\":[],\"variations\":[],\"stems\":[\"-dụ\",\"isi\"]}],\"-dụ\":[{\"word\":\"-dụ\",\"wordClass\":\"AV\",\"definitions\":[\"prick; pierce; sew\",\"regurgitate; vomit (compare -gbọ)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"English\":[{\"word\":\"English\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"e\":[{\"word\":\"e\",\"wordClass\":\"\",\"definitions\":[\"(dependent, indefinite; harmonizes) one; ‘they’ (indefinite); often translated by English passive\"],\"examples\":[],\"variations\":[\"a\"],\"stems\":null}],\"e-\":[{\"word\":\"e-\",\"wordClass\":\"PREP\",\"definitions\":[\"(harmonizes) verb prefix marking negative\"],\"examples\":[{\"igbo\":\"Ìgbò enwē ezè\",\"english\":\"The Igbo have no kings\"}],\"variations\":[\"a-\"],\"stems\":null}],\"e-/a- m\":[{\"word\":\"e-/a- m\",\"wordClass\":\"PRN\",\"definitions\":[\"(dependent, 1st person singular; harmonizes) I\"],\"examples\":[{\"igbo\":\"Anà m èje\",\"english\":\"I am going\"},{\"igbo\":\"Elìlì m ife\",\"english\":\"I ate food\"}],\"variations\":[],\"stems\":null}],\"è-\":[{\"word\":\"è-\",\"wordClass\":\"PREP\",\"definitions\":[\"(harmonizes; tone high before low tone root) verb prefix marking sequential mood\"],\"examples\":[{\"igbo\":\"Chi èfoo\",\"english\":\"Day breaks\"},{\"igbo\":\"Chi abòọ\",\"english\":\"Day breaks\"}],\"variations\":[\"à-\"],\"stems\":null}],\"-e\":[{\"word\":\"-e\",\"wordClass\":\"\",\"definitions\":[\"see -a/-e/-ọ/o\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"n’ebe à\":[{\"word\":\"n’ebe à\",\"wordClass\":\"PREP\",\"definitions\":[\"here\",\"here; at this place\"],\"examples\":[],\"variations\":[],\"stems\":[\"ebe\",\"nà\"]}],\"n’ebe afù\":[{\"word\":\"n’ebe afù\",\"wordClass\":\"NNC\",\"definitions\":[\"there\"],\"examples\":[],\"variations\":[],\"stems\":[\"ebe\"]}],\"ebe a nà-àmụ nnwā\":[{\"word\":\"ebe a nà-àmụ nnwā\",\"wordClass\":\"NNC\",\"definitions\":[\"maternity home\"],\"examples\":[],\"variations\":[],\"stems\":[\"ebe\"]}],\"ebe a nà-enì ozū\":[{\"word\":\"ebe a nà-enì ozū\",\"wordClass\":\"NNC\",\"definitions\":[\"burial ground\"],\"examples\":[],\"variations\":[],\"stems\":[\"ebe\"]}],\"ebe a nà-èsi nnī\":[{\"word\":\"ebe a nà-èsi nnī\",\"wordClass\":\"NNC\",\"definitions\":[\"kitchen\"],\"examples\":[],\"variations\":[],\"stems\":[\"ebe\"]}],\"ebe dī (n’)ichè (n’)ichè\":[{\"word\":\"ebe dī (n’)ichè (n’)ichè\",\"wordClass\":\"NNC\",\"definitions\":[\"different, various places\"],\"examples\":[],\"variations\":[],\"stems\":[\"ebe\"]}],\"ebe ịtā nni\":[{\"word\":\"ebe ịtā nni\",\"wordClass\":\"NNC\",\"definitions\":[\"pasture\"],\"examples\":[],\"variations\":[],\"stems\":[\"ebe\"]}],\"ebe mgbabà\":[{\"word\":\"ebe mgbabà\",\"wordClass\":\"AV\",\"definitions\":[\"refuge\"],\"examples\":[],\"variations\":[],\"stems\":[\"ebe\",\"-gba\"]}],\"ebe niīne\":[{\"word\":\"ebe niīne\",\"wordClass\":\"NNC\",\"definitions\":[\"everywhere\"],\"examples\":[],\"variations\":[],\"stems\":[\"ebe\"]}],\"ebe nzuzo\":[{\"word\":\"ebe nzuzo\",\"wordClass\":\"NNC\",\"definitions\":[\"secret place; retired spot\"],\"examples\":[],\"variations\":[],\"stems\":[\"ebe\"]}],\"ebe ọbụnà\":[{\"word\":\"ebe ọbụnà\",\"wordClass\":\"NNC\",\"definitions\":[\"any place\"],\"examples\":[],\"variations\":[],\"stems\":[\"ebe\"]}],\"ebe\":[{\"word\":\"ebe\",\"wordClass\":\"NNC\",\"definitions\":[\"place; where; while; since; whereas\"],\"examples\":[{\"igbo\":\"Agà m èje ebe ọ nò\",\"english\":\"I will go where he is\"},{\"igbo\":\"Emēna mkpọtụ ebe m nà-àgụ akwụkwọ\",\"english\":\"Don’t make a noise while I’m reading\"},{\"igbo\":\"Kà ànyị chèlu yā n’ụzō à ebe ọ bū nà ọ gà-èsi ụzō à gafè\",\"english\":\"Let us wait for him here, since he will pass by this road\"}],\"variations\":[],\"stems\":null}],\"ebē\":[{\"word\":\"ebē\",\"wordClass\":\"NNC\",\"definitions\":[\"yam beetle\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"èbeē zi?\":[{\"word\":\"èbeē zi?\",\"wordClass\":\"INTJ\",\"definitions\":[\"Where then? where else?\"],\"examples\":[],\"variations\":[],\"stems\":[\"èbeē\"]}],\"èbeē\":[{\"word\":\"èbeē\",\"wordClass\":\"INTJ\",\"definitions\":[\"where (to)?\"],\"examples\":[{\"igbo\":\"Èbeē kà ị jèkò\",\"english\":\"Where are you going?\"},{\"igbo\":\"Èbeē kà ọ dì?\",\"english\":\"Where is it?\"},{\"igbo\":\"Èbeē kà ọ nò?\",\"english\":\"Where is she?\"}],\"variations\":[],\"stems\":null}],\"Èbelèchukwu\":[{\"word\":\"Èbelèchukwu\",\"wordClass\":\"NNC\",\"definitions\":[\"male name (literally mercy of God)\"],\"examples\":[],\"variations\":[],\"stems\":[\"èbelè\"]}],\"-dị èbelè\":[{\"word\":\"-dị èbelè\",\"wordClass\":\"NNC\",\"definitions\":[\"be kind-hearted\"],\"examples\":[],\"variations\":[],\"stems\":[\"èbelè\"]}],\"-me èbelè\":[{\"word\":\"-me èbelè\",\"wordClass\":\"AV\",\"definitions\":[\"have pity on; be sorry for; have mercy on\"],\"examples\":[{\"igbo\":\"Èbelè yâ mèlù m\",\"english\":\"I am full of pity for him\"}],\"variations\":[],\"stems\":[\"èbelè\",\"-me\"]}],\"Mèelụ ānyị èbelè\":[{\"word\":\"Mèelụ ānyị èbelè\",\"wordClass\":\"NNC\",\"definitions\":[\"Have mercy on us\"],\"examples\":[],\"variations\":[],\"stems\":[\"èbelè\"]}],\"-nwe obī ēbelè\":[{\"word\":\"-nwe obī ēbelè\",\"wordClass\":\"NNC\",\"definitions\":[\"be kind-hearted\"],\"examples\":[],\"variations\":[],\"stems\":[\"èbelè\"]}],\"obī ēbelè\":[{\"word\":\"obī ēbelè\",\"wordClass\":\"NNC\",\"definitions\":[\"kindness; mercy\",\"mercy; kindness\"],\"examples\":[{\"igbo\":\"Ụkòchukwu bī n’òbòdo ānyî nwèlù obī ēbelè\",\"english\":\"The priest who lives in our town is kind, merciful\"}],\"variations\":[],\"stems\":[\"èbelè\",\"obì\"]}],\"onye ēbelè\":[{\"word\":\"onye ēbelè\",\"wordClass\":\"NNC\",\"definitions\":[\"the merciful (person)\"],\"examples\":[],\"variations\":[],\"stems\":[\"èbelè\"]}],\"onye kāsị èbelè\":[{\"word\":\"onye kāsị èbelè\",\"wordClass\":\"NNC\",\"definitions\":[\"the most merciful\"],\"examples\":[{\"igbo\":\"Chinēkè Onye kāsị èbelè\",\"english\":\"Most merciful God\"}],\"variations\":[],\"stems\":[\"èbelè\"]}],\"èbelè\":[{\"word\":\"èbelè\",\"wordClass\":\"NNC\",\"definitions\":[\"mercy; pity\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"(ebenebe) -gbu\":[{\"word\":\"(ebenebe) -gbu\",\"wordClass\":\"NNC\",\"definitions\":[\"happen (of disaster, scandal, something serious)\"],\"examples\":[{\"igbo\":\"Ebenebê gbùlù\",\"english\":\"It was a disaster\"}],\"variations\":[],\"stems\":[\"ebenebe\"]}],\"ebenebe\":[{\"word\":\"ebenebe\",\"wordClass\":\"NNC\",\"definitions\":[\"extraordinary happening; disaster\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ebī\":[{\"word\":\"ebī\",\"wordClass\":\"NNC\",\"definitions\":[\"lungfish; mudfish (Protopterus annectens) (= ekwum)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ebì ntà\":[{\"word\":\"ebì ntà\",\"wordClass\":\"NNC\",\"definitions\":[\"Brush-tailed Porcupine (Atherura fricana Gray)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ebì\"]}],\"ebì ogwū\":[{\"word\":\"ebì ogwū\",\"wordClass\":\"NNC\",\"definitions\":[\"Crested Porcupine (Hystrix cristata senegalica Cuv.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ebì\"]}],\"ebì\":[{\"word\":\"ebì\",\"wordClass\":\"NNC\",\"definitions\":[\"porcupine\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-tụ èbìlì\":[{\"word\":\"-tụ èbìlì\",\"wordClass\":\"AV\",\"definitions\":[\"be agitated; swell (as river or sea in gale)\"],\"examples\":[],\"variations\":[],\"stems\":[\"èbìlì\",\"-tụ\"]}],\"èbìlì\":[{\"word\":\"èbìlì\",\"wordClass\":\"NNC\",\"definitions\":[\"storm on water; wave\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ụmù nnà\":[{\"word\":\"ụmù nnà\",\"wordClass\":\"NNC\",\"definitions\":[\"(patrilineage); sublineage\",\"(= ogbè) ‘village’; a constituent part of a ‘quarter’ which is itself part of a ‘town’ (òbòdò), containing a number of patrileages (ụmù nnà)\",\"half-brothers and/or sisters; relatives (viewed collectively); family; extended family\",\"localized patrilineage; a fluid term applied narrowly to children of the same father but different mothers and widely to the patrilineal members, real or putative, whom one cannot marry; sometimes loosely applied to all the members of the village-group as opposed to other village-groups; as a 1965 39-40) residence unit, consists of a number of compounds (Uchendu, 1965: 39-40)\",\"in the Onitsha area, a unit of which several make up an ogbè ('village') and which is itself subdivided into ebo\"],\"examples\":[{\"igbo\":\"Ebo unù bù gịnī?\",\"english\":\"What is your special sublineage?\"}],\"variations\":[],\"stems\":[\"ebo\",\"nnà\",\"ụmù\"]}],\"Ònìchà Ebo\":[{\"word\":\"Ònìchà Ebo\",\"wordClass\":\"NNC\",\"definitions\":[\"the Nine Villages of Onitsha\"],\"examples\":[],\"variations\":[],\"stems\":[\"ebo\"]}],\"Ìtènaānị\":[{\"word\":\"Ìtènaānị\",\"wordClass\":\"NNC\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":[\"ebo\"]}],\"ebo\":[{\"word\":\"ebo\",\"wordClass\":\"NNC\",\"definitions\":[\"the smallest kinship-cum-residential unit, a subdivision of\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"Ebō\":[{\"word\":\"Ebō\",\"wordClass\":\"NNC\",\"definitions\":[\"male name (short for Ebōzinam, literally stop accusing me)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-ma èbù\":[{\"word\":\"-ma èbù\",\"wordClass\":\"AV\",\"definitions\":[\"grow mould\",\"become mouldy\"],\"examples\":[{\"igbo\":\"Utàlà e lōfùlù n’ime akpàtì nnī amago èbù\",\"english\":\"The pounded fufu forgotten in the food-box has gone mouldy\"}],\"variations\":[],\"stems\":[\"èbù\",\"-ma\"]}],\"àkpa èbu\":[{\"word\":\"àkpa èbu\",\"wordClass\":\"NNC\",\"definitions\":[\"wasps’ nest\"],\"examples\":[],\"variations\":[],\"stems\":[\"èbù\"]}],\"èbù\":[{\"word\":\"èbù\",\"wordClass\":\"NNC\",\"definitions\":[\"mildew; mould\",\"wasp; hornet\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ife èbùbè\":[{\"word\":\"ife èbùbè\",\"wordClass\":\"NNC\",\"definitions\":[\"a wonder\"],\"examples\":[],\"variations\":[],\"stems\":[\"èbùbè\",\"ife\"]}],\"-kobe èbùbè\":[{\"word\":\"-kobe èbùbè\",\"wordClass\":\"AV\",\"definitions\":[\"honour (literally \\\"hang honour on\\\")\"],\"examples\":[],\"variations\":[],\"stems\":[\"èbùbè\",\"-ko\"]}],\"-me èbùbè\":[{\"word\":\"-me èbùbè\",\"wordClass\":\"AV\",\"definitions\":[\"beautify; decorate\"],\"examples\":[{\"igbo\":\"O mèlù akwà afù èbùbè\",\"english\":\"He decorated the cloth\"}],\"variations\":[],\"stems\":[\"èbùbè\",\"-me\"]}],\"èbùbè\":[{\"word\":\"èbùbè\",\"wordClass\":\"NNC\",\"definitions\":[\"marvel; wonder; majesty\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"èbùbe āgụ\":[{\"word\":\"èbùbe āgụ\",\"wordClass\":\"NNC\",\"definitions\":[\"African Bowstring Hemp or Leopard Lily (Sansevieria liberica Gér. and Labr.), seen in Agwụ shrines and used as a charm against thieves or a medicine for pregnant women\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ebùbo\":[{\"word\":\"ebùbo\",\"wordClass\":\"NNC\",\"definitions\":[\"accusation; charge (-bo 2. verb accuse)\"],\"examples\":[],\"variations\":[\"èbùbò\"],\"stems\":null}],\"èbùbo\":[{\"word\":\"èbùbo\",\"wordClass\":\"AV\",\"definitions\":[\"levy accusation; accuse\"],\"examples\":[{\"igbo\":\"E bòlù yà ebùbo orī\",\"english\":\"He has been accused of stealing\"},{\"igbo\":\"Èbùbo kà onya mmà\",\"english\":\"A false accusation is worse than a matchet wound\"}],\"variations\":[],\"stems\":null}],\"èbùnu Idemīli\":[{\"word\":\"èbùnu Idemīli\",\"wordClass\":\"NNC\",\"definitions\":[\"the ram of the Idemìli god (This ram lives mainly in the Idemìli god’s shrine and its surroundings. But it also roams about the village from compound to compound. The ram must not be beaten or killed by anybody, as it is believed that anyone who does this will automatically be visited and killed by the god.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"èbùnù\"]}],\"èbùnù\":[{\"word\":\"èbùnù\",\"wordClass\":\"NNC\",\"definitions\":[\"ram\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"echi niīne\":[{\"word\":\"echi niīne\",\"wordClass\":\"NNC\",\"definitions\":[\"tomorrow (emphatic)\"],\"examples\":[],\"variations\":[],\"stems\":[\"echi\"]}],\"echi yā\":[{\"word\":\"echi yā\",\"wordClass\":\"NNC\",\"definitions\":[\"the next day; the following day\"],\"examples\":[{\"igbo\":\"Ndụ gbàlù akwụkwọ ụbòsì Krisìmaàsì, ò lue echī ya ò sie nnukwu ōlili\",\"english\":\"Ndù wedded on Christmas Day; the following day he gave a great feast\"}],\"variations\":[],\"stems\":[\"echi\"]}],\"nwanne echī\":[{\"word\":\"nwanne echī\",\"wordClass\":\"NNC\",\"definitions\":[\"day after tomorrow\"],\"examples\":[],\"variations\":[],\"stems\":[\"echi\",\"ǹnwa\"]}],\"ùtụtù echī\":[{\"word\":\"ùtụtù echī\",\"wordClass\":\"NNC\",\"definitions\":[\"tomorrow morning\"],\"examples\":[{\"igbo\":\"Agà m àfụ gī n’ùtụtù echī\",\"english\":\"I shall see you tomorrow morning\"}],\"variations\":[],\"stems\":[\"echi\",\"ùtụtù\"]}],\"echi\":[{\"word\":\"echi\",\"wordClass\":\"NNC\",\"definitions\":[\"tomorrow\",\"old type of money in form of bent wires\"],\"examples\":[{\"igbo\":\"Proverb: Echī dì imē, ò nwerō onye mā ife ọ gà-àmụ\",\"english\":\"Tomorrow is pregnant, no one knows what it will bring forth\"}],\"variations\":[],\"stems\":[]}],\"echìchè\":[{\"word\":\"echìchè\",\"wordClass\":\"NNC\",\"definitions\":[\"thought\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"echichi\":[{\"word\":\"echichi\",\"wordClass\":\"NNC\",\"definitions\":[\"title; titled man (general; compare mmụō 2., ọzō)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"edē ànà\":[{\"word\":\"edē ànà\",\"wordClass\":\"NNC\",\"definitions\":[\"plant with spotted leaves and corm, the juice of which can be used to mark the body (Cynastrum cordifolium)\"],\"examples\":[],\"variations\":[],\"stems\":[\"edè\"]}],\"edè ekò\":[{\"word\":\"edè ekò\",\"wordClass\":\"NNC\",\"definitions\":[\"cocoyam cooked like yam (Colocasia esculenta Schott)\"],\"examples\":[],\"variations\":[],\"stems\":[\"edè\"]}],\"edē mmụō\":[{\"word\":\"edē mmụō\",\"wordClass\":\"NNC\",\"definitions\":[\"Ground Arum, plants whose leaves resemble the cocoyam (Stylochiton hypogaens Lepr. and S. lancifolius Kotschy and Peyr.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"edè\"]}],\"edē ūmakà (also\":[{\"word\":\"edē ūmakà (also\",\"wordClass\":\"NNC\",\"definitions\":[\"cocoyam which requires boiling overnight, probably the\"],\"examples\":[],\"variations\":[],\"stems\":[\"edè\"]}],\"edè)\":[{\"word\":\"edè)\",\"wordClass\":\"NNC\",\"definitions\":[\"oldest type (Xanthosoma mafaffa Schott.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"edè\"]}],\"mkpà edè\":[{\"word\":\"mkpà edè\",\"wordClass\":\"NNC\",\"definitions\":[\"room where cocoyams are stored\"],\"examples\":[],\"variations\":[],\"stems\":[\"edè\",\"mkpà\"]}],\"edè\":[{\"word\":\"edè\",\"wordClass\":\"NNC\",\"definitions\":[\"cocoyam\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òsì edī\":[{\"word\":\"òsì edī\",\"wordClass\":\"NNC\",\"definitions\":[\"genitals of edi, which smells and is used for medicines\"],\"examples\":[],\"variations\":[],\"stems\":[\"edi\"]}],\"edi\":[{\"word\":\"edi\",\"wordClass\":\"NNC\",\"definitions\":[\"African civet (Viverra civetta), Genet (Genetta spp.), Two- spotted Palm Civet (Nandinia binotata)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"edò\":[{\"word\":\"edò\",\"wordClass\":\"NNC\",\"definitions\":[\"tree whose trunk is used for canoes and whose roots and bark are used as medicine (prob. Terminalia glaucescens Planch. ex Benth., perh. also T. superba Engl. and Diels, possibly Distemonanthus benthamianus Baill.)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-dị èdo èdò\":[{\"word\":\"-dị èdo èdò\",\"wordClass\":\"NNC\",\"definitions\":[\"be yellow\"],\"examples\":[],\"variations\":[],\"stems\":[\"èdò\"]}],\"ọnā èdò\":[{\"word\":\"ọnā èdò\",\"wordClass\":\"NNC\",\"definitions\":[\"gold\"],\"examples\":[],\"variations\":[],\"stems\":[\"èdò\",\"ọnà\"]}],\"ọnà ọcha nà ọnā\":[{\"word\":\"ọnà ọcha nà ọnā\",\"wordClass\":\"NNC\",\"definitions\":[\"silver and gold (fig. fine luxuries)\"],\"examples\":[],\"variations\":[],\"stems\":[\"èdò\"]}],\"èdò\":[{\"word\":\"èdò\",\"wordClass\":\"NNC\",\"definitions\":[\"yellow vegetable dye; yellow (of colour)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"Èdò\":[{\"word\":\"Èdò\",\"wordClass\":\"NNC\",\"definitions\":[\"divinity\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"èe\":[{\"word\":\"èe\",\"wordClass\":\"INTJ\",\"definitions\":[\"answer to a call\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"èe’è [èe?è]\":[{\"word\":\"èe’è [èe?è]\",\"wordClass\":\"INTJ\",\"definitions\":[\"no!\"],\"examples\":[],\"variations\":[\"e’è\"],\"stems\":null}],\"èè e\":[{\"word\":\"èè e\",\"wordClass\":\"INTJ\",\"definitions\":[\"yes\"],\"examples\":[],\"variations\":[\"eee\"],\"stems\":null}],\"èèye!\":[{\"word\":\"èèye!\",\"wordClass\":\"INTJ\",\"definitions\":[\"yes! certainly!\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"èeyī!\":[{\"word\":\"èeyī!\",\"wordClass\":\"INTJ\",\"definitions\":[\"yes!\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àrụ efè\":[{\"word\":\"àrụ efè\",\"wordClass\":\"NNC\",\"definitions\":[\"unoccupied; at leisure\"],\"examples\":[],\"variations\":[],\"stems\":[\"efè\"]}],\"-dị efè\":[{\"word\":\"-dị efè\",\"wordClass\":\"NNC\",\"definitions\":[\"be vacant\"],\"examples\":[],\"variations\":[],\"stems\":[\"efè\"]}],\"-fụ efè\":[{\"word\":\"-fụ efè\",\"wordClass\":\"NNC\",\"definitions\":[\"find time, chance, opportunity\"],\"examples\":[],\"variations\":[],\"stems\":[\"efè\"]}],\"-nwe efè\":[{\"word\":\"-nwe efè\",\"wordClass\":\"NNC\",\"definitions\":[\"have a chance, an opportunity\",\"have a chance; find it convenient; have an opportunity Ènwerọ  m efè I have no chance, opportunity\"],\"examples\":[],\"variations\":[],\"stems\":[\"efè\",\"-nwe\"]}],\"-nye efè\":[{\"word\":\"-nye efè\",\"wordClass\":\"AV\",\"definitions\":[\"give chance, opportunity\",\"give a chance; make way for; give room for\"],\"examples\":[],\"variations\":[],\"stems\":[\"efè\",\"-nye\"]}],\"efè\":[{\"word\":\"efè\",\"wordClass\":\"NNC\",\"definitions\":[\"chance; opportunity; leisure\"],\"examples\":[{\"igbo\":\"Enwērọ m efè ịbīa ebe à\",\"english\":\"I didn’t have a chance to come here\"}],\"variations\":[],\"stems\":null}],\"-kwụ èfè\":[{\"word\":\"-kwụ èfè\",\"wordClass\":\"AV\",\"definitions\":[\"swing to and fro; be neutral\"],\"examples\":[],\"variations\":[],\"stems\":[\"èfè\",\"-kwụ\"]}],\"èfè\":[{\"word\":\"èfè\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"efi awụsa\":[{\"word\":\"efi awụsa\",\"wordClass\":\"NNC\",\"definitions\":[\"zebu cattle\"],\"examples\":[],\"variations\":[],\"stems\":[\"efi\"]}],\"efi Ìgbò\":[{\"word\":\"efi Ìgbò\",\"wordClass\":\"NNC\",\"definitions\":[\"dwarf cattle\",\"dwarf cattle (versus efi Awụsa, zebu cattle)\"],\"examples\":[],\"variations\":[],\"stems\":[\"efi\",\"Ìgbò\"]}],\"efi ọfīa\":[{\"word\":\"efi ọfīa\",\"wordClass\":\"NNC\",\"definitions\":[\"bush-cow; buffalo (Syncerus caffer beddingtoni Lyd.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"efi\",\"ọfịa\"]}],\"ozu efī\":[{\"word\":\"ozu efī\",\"wordClass\":\"NNC\",\"definitions\":[\"carcase of cattle\",\"carcase of cow\"],\"examples\":[],\"variations\":[],\"stems\":[\"efi\",\"ozu\"]}],\"efi\":[{\"word\":\"efi\",\"wordClass\":\"NNC\",\"definitions\":[\"cow\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"èfì\":[{\"word\":\"èfì\",\"wordClass\":\"NNC\",\"definitions\":[\"kind of fish\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"efìfìè naàbò\":[{\"word\":\"efìfìè naàbò\",\"wordClass\":\"NNC\",\"definitions\":[\"noonday\"],\"examples\":[],\"variations\":[],\"stems\":[\"efìfìè\"]}],\"àzì efìfìè\":[{\"word\":\"àzì efìfìè\",\"wordClass\":\"NNC\",\"definitions\":[\"lunch\"],\"examples\":[],\"variations\":[],\"stems\":[\"efìfìè\"]}],\"-gba (àzì) efìfìè\":[{\"word\":\"-gba (àzì) efìfìè\",\"wordClass\":\"AV\",\"definitions\":[\"take lunch\"],\"examples\":[],\"variations\":[],\"stems\":[\"efìfìè\",\"-gba\"]}],\"kwà efìfìè\":[{\"word\":\"kwà efìfìè\",\"wordClass\":\"NNC\",\"definitions\":[\"every midday\"],\"examples\":[],\"variations\":[\"kwà èfifìè\"],\"stems\":[\"efìfìè\"]}],\"mgbè efìfìè\":[{\"word\":\"mgbè efìfìè\",\"wordClass\":\"NNC\",\"definitions\":[\"during the afternoon\"],\"examples\":[],\"variations\":[],\"stems\":[\"efìfìè\"]}],\"efìfìè\":[{\"word\":\"efìfìè\",\"wordClass\":\"NNC\",\"definitions\":[\"afternoon; middle of the day; heat of the day\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"efùlefù\":[{\"word\":\"efùlefù\",\"wordClass\":\"NNC\",\"definitions\":[\"empty; vain; useless (usually of a person)\"],\"examples\":[],\"variations\":[\"èfùleèfù\"],\"stems\":[\"efù\"]}],\"efù\":[{\"word\":\"efù\",\"wordClass\":\"NNC\",\"definitions\":[\"emptiness; vanity\"],\"examples\":[{\"igbo\":\"Ọ mèlù ya n’efù\",\"english\":\"He did it in vain\"}],\"variations\":[],\"stems\":null}],\"efùrù\":[{\"word\":\"efùrù\",\"wordClass\":\"NNC\",\"definitions\":[\"African nutmeg (Monodora myristica (Gaertn.) Dunal)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"egedege irū\":[{\"word\":\"egedege irū\",\"wordClass\":\"NNC\",\"definitions\":[\"forehead\"],\"examples\":[],\"variations\":[\"egenege irū\"],\"stems\":[\"egedege\",\"iru\"]}],\"egedege\":[{\"word\":\"egedege\",\"wordClass\":\"NNC\",\"definitions\":[\"front\"],\"examples\":[],\"variations\":[\"egenege\"],\"stems\":null}],\"ego àyòlò\":[{\"word\":\"ego àyòlò\",\"wordClass\":\"NNC\",\"definitions\":[\"cowry\"],\"examples\":[],\"variations\":[\"àyò\"],\"stems\":[\"egō\"]}],\"ego edwòd\":[{\"word\":\"ego edwòd\",\"wordClass\":\"NNC\",\"definitions\":[\"money used during the reign of King Edward\"],\"examples\":[],\"variations\":[],\"stems\":[\"egō\"]}],\"ego e nyèlù ya\":[{\"word\":\"ego e nyèlù ya\",\"wordClass\":\"NNC\",\"definitions\":[\"capital\"],\"examples\":[],\"variations\":[],\"stems\":[\"egō\"]}],\"ego kịlịkịlị\":[{\"word\":\"ego kịlịkịlị\",\"wordClass\":\"NNC\",\"definitions\":[\"coins\"],\"examples\":[],\"variations\":[],\"stems\":[\"egō\"]}],\"ego mgbụdamgbụ\":[{\"word\":\"ego mgbụdamgbụ\",\"wordClass\":\"NNC\",\"definitions\":[\"type of money made by blacksmiths\"],\"examples\":[],\"variations\":[],\"stems\":[\"egō\"]}],\"ego naàbò\":[{\"word\":\"ego naàbò\",\"wordClass\":\"NNC\",\"definitions\":[\"twelve cowries (= èkpète naàbò)\"],\"examples\":[],\"variations\":[],\"stems\":[\"egō\"]}],\"ego naatō\":[{\"word\":\"ego naatō\",\"wordClass\":\"NNC\",\"definitions\":[\"eighteen cowries\"],\"examples\":[],\"variations\":[],\"stems\":[\"egō\"]}],\"ego nwunyè\":[{\"word\":\"ego nwunyè\",\"wordClass\":\"NNC\",\"definitions\":[\"bride-price\"],\"examples\":[],\"variations\":[],\"stems\":[\"egō\",\"-nwu\"]}],\"isi egō\":[{\"word\":\"isi egō\",\"wordClass\":\"NNC\",\"definitions\":[\"unit of six cowries (= èkpète)\",\"capital\"],\"examples\":[],\"variations\":[],\"stems\":[\"egō\",\"isi\"]}],\"-kpata egō\":[{\"word\":\"-kpata egō\",\"wordClass\":\"AV\",\"definitions\":[\"acquire money\"],\"examples\":[],\"variations\":[],\"stems\":[\"egō\",\"-kpa\"]}],\"mkpụlụ egō\":[{\"word\":\"mkpụlụ egō\",\"wordClass\":\"NNC\",\"definitions\":[\"a cowrie, coin, shilling\",\"cowrie; coin; shilling\"],\"examples\":[],\"variations\":[],\"stems\":[\"egō\",\"mkpụlū\"]}],\"oke egō\":[{\"word\":\"oke egō\",\"wordClass\":\"NNC\",\"definitions\":[\"fantastic riches\"],\"examples\":[],\"variations\":[],\"stems\":[\"egō\",\"oke\"]}],\"-zu egō\":[{\"word\":\"-zu egō\",\"wordClass\":\"AV\",\"definitions\":[\"steal money\"],\"examples\":[],\"variations\":[],\"stems\":[\"egō\",\"-zu\"]}],\"-zụ egō\":[{\"word\":\"-zụ egō\",\"wordClass\":\"NNC\",\"definitions\":[\"build up, increase one’s capital\"],\"examples\":[],\"variations\":[],\"stems\":[\"egō\"]}],\"ègùlò\":[{\"word\":\"ègùlò\",\"wordClass\":\"NNC\",\"definitions\":[\"weaverbird\"],\"examples\":[],\"variations\":[\"ègùlè\"],\"stems\":null}],\"egbe\":[{\"word\":\"egbe\",\"wordClass\":\"NNC\",\"definitions\":[\"hawk; kite\",\"rogue (slang)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"egbē ādakā\":[{\"word\":\"egbē ādakā\",\"wordClass\":\"NNC\",\"definitions\":[\"type of locally made gun\"],\"examples\":[],\"variations\":[],\"stems\":[\"egbè\"]}],\"egbè igwē\":[{\"word\":\"egbè igwē\",\"wordClass\":\"NNC\",\"definitions\":[\"thunder\"],\"examples\":[],\"variations\":[],\"stems\":[\"egbè\"]}],\"egbē ndù\":[{\"word\":\"egbē ndù\",\"wordClass\":\"NNC\",\"definitions\":[\"cannon\"],\"examples\":[],\"variations\":[],\"stems\":[\"egbè\"]}],\"-gba egbè\":[{\"word\":\"-gba egbè\",\"wordClass\":\"AV\",\"definitions\":[\"fire gun\"],\"examples\":[],\"variations\":[],\"stems\":[\"egbè\",\"-gba\"]}],\"ndị jī egbè èje orī\":[{\"word\":\"ndị jī egbè èje orī\",\"wordClass\":\"NNC\",\"definitions\":[\"armed robbers\"],\"examples\":[],\"variations\":[],\"stems\":[\"egbè\"]}],\"ntụ egbè\":[{\"word\":\"ntụ egbè\",\"wordClass\":\"NNC\",\"definitions\":[\"gunpowder\"],\"examples\":[],\"variations\":[],\"stems\":[\"egbè\",\"ntụ\"]}],\"ọnụ egbè\":[{\"word\":\"ọnụ egbè\",\"wordClass\":\"NNC\",\"definitions\":[\"opening of a gun barrel\",\"opening of gun-barrel\"],\"examples\":[],\"variations\":[],\"stems\":[\"egbè\",\"ọnū\"]}],\"-pị egbè\":[{\"word\":\"-pị egbè\",\"wordClass\":\"AV\",\"definitions\":[\"carve wooden part of gun\"],\"examples\":[],\"variations\":[],\"stems\":[\"egbè\",\"-pị\"]}],\"-sù egbè\":[{\"word\":\"-sù egbè\",\"wordClass\":\"AV\",\"definitions\":[\"load gun\"],\"examples\":[{\"igbo:\":\"Anà m asù egbè\",\"english\":\"I am loading a gun\"}],\"variations\":[],\"stems\":[\"egbè\",\"-sù\"]}],\"utù egbè\":[{\"word\":\"utù egbè\",\"wordClass\":\"NNC\",\"definitions\":[\"trigger (literally penis of the gun)\"],\"examples\":[],\"variations\":[],\"stems\":[\"egbè\"]}],\"egbè\":[{\"word\":\"egbè\",\"wordClass\":\"NNC\",\"definitions\":[\"gun\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ègbè\":[{\"word\":\"ègbè\",\"wordClass\":\"NNC\",\"definitions\":[\"boundary mark\"],\"examples\":[{\"igbo\":\"Onye ropù ègbè ò je nga\",\"english\":\"Anyone who uproots a boundary mark will go to prison\"}],\"variations\":[],\"stems\":null}],\"ègbenu\":[{\"word\":\"ègbenu\",\"wordClass\":\"NNC\",\"definitions\":[\"cock\"],\"examples\":[],\"variations\":[\"ègbene\"],\"stems\":null}],\"ègbènu ōba\":[{\"word\":\"ègbènu ōba\",\"wordClass\":\"NNC\",\"definitions\":[\"warriors\"],\"examples\":[{\"igbo\":\"Ndi (òtu) ègbènu ōba\",\"english\":\"society of warriors. They are not necessarily warriors who go to battle. But their society is a warrior-like one. Members dress like warriors with helmet- like hats stuck full of long feathers, with cutlasses in their hands. They are usually invited to grand traditional ceremonies, funerals of great men and of course to funerals of their dead members. They greet each other by knocking the blades of each other’s swords together\"}],\"variations\":[],\"stems\":[\"ègbènù\"]}],\"ègbènù\":[{\"word\":\"ègbènù\",\"wordClass\":\"NNC\",\"definitions\":[\"warriors\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ègbìlì\":[{\"word\":\"ègbìlì\",\"wordClass\":\"NNC\",\"definitions\":[\"fish (Heterotis niloticus) (= ìgbènù)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"egbò\":[{\"word\":\"egbò\",\"wordClass\":\"NNC\",\"definitions\":[\"boundary around compound or village; more especially the entrance, shaped like goalposts, of bamboo palm leaves or ògilìsì, which bears protective medicines\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"egbū\":[{\"word\":\"egbū\",\"wordClass\":\"NNC\",\"definitions\":[\"tree (Alstonia congensis Engl.); bark used medicinally for cure of different kinds of ịbà or akòm\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"egbugbèlè ọnū\":[{\"word\":\"egbugbèlè ọnū\",\"wordClass\":\"NNC\",\"definitions\":[\"lip(s)\"],\"examples\":[],\"variations\":[],\"stems\":[\"egbugbèlè\"]}],\"egbugbèlè\":[{\"word\":\"egbugbèlè\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-gbu egbugbu\":[{\"word\":\"-gbu egbugbu\",\"wordClass\":\"AV\",\"definitions\":[\"tattoo; mark\"],\"examples\":[],\"variations\":[],\"stems\":[\"egbugbu\",\"-gbu\"]}],\"egbugbu\":[{\"word\":\"egbugbu\",\"wordClass\":\"NNC\",\"definitions\":[\"tattoo; mark\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ègwe\":[{\"word\":\"ègwe\",\"wordClass\":\"NNC\",\"definitions\":[\"wall of beaten earth\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"egwu ọtā\":[{\"word\":\"egwu ọtā\",\"wordClass\":\"NNC\",\"definitions\":[\"ritual drum\"],\"examples\":[],\"variations\":[],\"stems\":[\"egwu\"]}],\"egwu ùdù\":[{\"word\":\"egwu ùdù\",\"wordClass\":\"NNC\",\"definitions\":[\"music in which ùdù features prominently\"],\"examples\":[],\"variations\":[],\"stems\":[\"egwu\",\"ùdù\"]}],\"-gba egwu\":[{\"word\":\"-gba egwu\",\"wordClass\":\"AV\",\"definitions\":[\"dance\"],\"examples\":[],\"variations\":[],\"stems\":[\"egwu\",\"-gba\"]}],\"ògba ēgwu\":[{\"word\":\"ògba ēgwu\",\"wordClass\":\"AV\",\"definitions\":[\"dancer\"],\"examples\":[],\"variations\":[],\"stems\":[\"egwu\",\"-gba\"]}],\"-gwù egwu\":[{\"word\":\"-gwù egwu\",\"wordClass\":\"AV\",\"definitions\":[\"play\"],\"examples\":[],\"variations\":[],\"stems\":[\"egwu\",\"-gwù\"]}],\"-gwùli egwu\":[{\"word\":\"-gwùli egwu\",\"wordClass\":\"AV\",\"definitions\":[\"play about\"],\"examples\":[],\"variations\":[],\"stems\":[\"egwu\",\"-gwù\"]}],\"-gwùsò egwu\":[{\"word\":\"-gwùsò egwu\",\"wordClass\":\"NNC\",\"definitions\":[\"play with someone\"],\"examples\":[],\"variations\":[],\"stems\":[\"egwu\"]}],\"nnwa egwū\":[{\"word\":\"nnwa egwū\",\"wordClass\":\"NNC\",\"definitions\":[\"doll\"],\"examples\":[],\"variations\":[],\"stems\":[\"egwu\"]}],\"òtù egwū\":[{\"word\":\"òtù egwū\",\"wordClass\":\"NNC\",\"definitions\":[\"dancing club\"],\"examples\":[{\"igbo\":\"Abù m onye òtù egwu ọjà\",\"english\":\"I am a member of the egwu ọjà club\"}],\"variations\":[],\"stems\":[\"egwu\",\"òtù\"]}],\"ògụ ēgwu\":[{\"word\":\"ògụ ēgwu\",\"wordClass\":\"NNC\",\"definitions\":[\"singer; minstrel\"],\"examples\":[],\"variations\":[],\"stems\":[\"egwu\",\"ògụ\"]}],\"-te egwu\":[{\"word\":\"-te egwu\",\"wordClass\":\"AV\",\"definitions\":[\"dance in a peculiar way\",\"dance\"],\"examples\":[],\"variations\":[],\"stems\":[\"egwu\",\"-te\"]}],\"-gwò egwu\":[{\"word\":\"-gwò egwu\",\"wordClass\":\"NNC\",\"definitions\":[\"dance very well in type of dance in which back muscles come into play\"],\"examples\":[],\"variations\":[],\"stems\":[\"egwu\"]}],\"egwu\":[{\"word\":\"egwu\",\"wordClass\":\"NNC\",\"definitions\":[\"drum\",\"dance; play; entertainment\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àbànì dì egwù\":[{\"word\":\"àbànì dì egwù\",\"wordClass\":\"NNC\",\"definitions\":[\"bandit\"],\"examples\":[],\"variations\":[],\"stems\":[\"egwù\"]}],\"atū egwù\":[{\"word\":\"atū egwù\",\"wordClass\":\"NNC\",\"definitions\":[\"courage; bravery; boldness\"],\"examples\":[],\"variations\":[],\"stems\":[\"egwù\"]}],\"-dị egwù\":[{\"word\":\"-dị egwù\",\"wordClass\":\"NNC\",\"definitions\":[\"be dangerous, dreadful\"],\"examples\":[],\"variations\":[],\"stems\":[\"egwù\"]}],\"-tụ egwù\":[{\"word\":\"-tụ egwù\",\"wordClass\":\"AV\",\"definitions\":[\"fear; respect; be afraid of\"],\"examples\":[{\"igbo\":\"Anà m àtụ egwù ijē ugbō n’anyàsì\",\"english\":\"I am afraid of going to the farm at night\"},{\"igbo\":\"Ebe a nà-enì ozū nà-àtụ egwù n’anyàsì\",\"english\":\"The cemetery is fearful at night\"},{\"igbo\":\"Egwū mmadù adī àtụ m\",\"english\":\"I am never afraid of people\"}],\"variations\":[],\"stems\":[\"egwù\",\"-tụ\"]}],\"-yi egwù\":[{\"word\":\"-yi egwù\",\"wordClass\":\"AV\",\"definitions\":[\"frighten\"],\"examples\":[],\"variations\":[],\"stems\":[\"egwù\",\"-yi\"]}],\"egwù\":[{\"word\":\"egwù\",\"wordClass\":\"NNC\",\"definitions\":[\"fear\",\"fearful, terrible or fierce-looking thing; dangerous thing\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"egwugwu\":[{\"word\":\"egwugwu\",\"wordClass\":\"NNC\",\"definitions\":[\"the most elderly and most venerated form of the incarnate dead, of Igala origin (Igala ègwùgwù, = mmụọ ogonogo)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ofe ēgwusi\":[{\"word\":\"ofe ēgwusi\",\"wordClass\":\"NNC\",\"definitions\":[\"melon, egusi soup\",\"melon soup\"],\"examples\":[],\"variations\":[],\"stems\":[\"ègwusi\",\"ofe\"]}],\"ègwusi\":[{\"word\":\"ègwusi\",\"wordClass\":\"NNC\",\"definitions\":[\"water-melon seeds (compare Yoruba ègùsì) (Citrullus vulgaris Schrad.)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ejiji\":[{\"word\":\"ejiji\",\"wordClass\":\"NNC\",\"definitions\":[\"dress; adornment\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nwa èjìma\":[{\"word\":\"nwa èjìma\",\"wordClass\":\"NNC\",\"definitions\":[\"a twin\"],\"examples\":[],\"variations\":[],\"stems\":[\"èjìma\",\"ǹnwa\"]}],\"ụmū èjìma\":[{\"word\":\"ụmū èjìma\",\"wordClass\":\"NNC\",\"definitions\":[\"twins\"],\"examples\":[{\"igbo\":\"Mmadū à naàbò bù èjìma\",\"english\":\"These two persons are twins\"}],\"variations\":[],\"stems\":[\"èjìma\",\"ụmù\"]}],\"èjìma\":[{\"word\":\"èjìma\",\"wordClass\":\"NNC\",\"definitions\":[\"twin\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"èjò\":[{\"word\":\"èjò\",\"wordClass\":\"\",\"definitions\":[\"see òjò\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ejù isī\":[{\"word\":\"ejù isī\",\"wordClass\":\"NNC\",\"definitions\":[\"top of skull\"],\"examples\":[],\"variations\":[],\"stems\":[\"ejù\",\"isi\"]}],\"nkekele ejùnà\":[{\"word\":\"nkekele ejùnà\",\"wordClass\":\"NNC\",\"definitions\":[\"snail-shell\"],\"examples\":[],\"variations\":[],\"stems\":[\"ejù\",\"nkekele\"]}],\"ejù\":[{\"word\":\"ejù\",\"wordClass\":\"NNC\",\"definitions\":[\"broken pot; potsherd\",\"edible snail (compare kòso, nsam)\"],\"examples\":[],\"variations\":[\"ejùnà\",\"njùnà\",\"njìnà\"],\"stems\":null}],\"eke mmīli\":[{\"word\":\"eke mmīli\",\"wordClass\":\"NNC\",\"definitions\":[\"water python\"],\"examples\":[],\"variations\":[],\"stems\":[\"eke\"]}],\"eke nà ogwùlùgwù\":[{\"word\":\"eke nà ogwùlùgwù\",\"wordClass\":\"NNC\",\"definitions\":[\"rainbow\"],\"examples\":[],\"variations\":[],\"stems\":[\"eke\"]}],\"eke ukwu\":[{\"word\":\"eke ukwu\",\"wordClass\":\"NNC\",\"definitions\":[\"the larger python; African or Rock Python; (Python sebae)\"],\"examples\":[],\"variations\":[\"eke\"],\"stems\":[\"eke\"]}],\"ọgbà\":[{\"word\":\"ọgbà\",\"wordClass\":\"NNC\",\"definitions\":[\"stile\",\"cave\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"eke\":[{\"word\":\"eke\",\"wordClass\":\"NNC\",\"definitions\":[\"Royal Python (Python regius), the smaller species of python, more common, lives in compounds and is freely handled, sacred in most parts of Igboland\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"Ekè\":[{\"word\":\"Ekè\",\"wordClass\":\"NNC\",\"definitions\":[\"a divinity\",\"ekè good luck, fortune\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ekē ōkụkò\":[{\"word\":\"ekē ōkụkò\",\"wordClass\":\"NNC\",\"definitions\":[\"fowl gizzard\"],\"examples\":[],\"variations\":[],\"stems\":[\"ekè \"]}],\"ekè \":[{\"word\":\"ekè \",\"wordClass\":\"NNC\",\"definitions\":[\"gizzard\"],\"examples\":[],\"variations\":[\"ekò\"],\"stems\":null}],\"Mgbeēke\":[{\"word\":\"Mgbeēke\",\"wordClass\":\"NNC\",\"definitions\":[\"female name (for child born on Èke)\"],\"examples\":[],\"variations\":[],\"stems\":[\"Èke\"]}],\"Nweēke\":[{\"word\":\"Nweēke\",\"wordClass\":\"NNC\",\"definitions\":[\"for men born on Ǹkwọ, Èke, Oyè, and Àfò respectively, and Nwam̀gbankw̄ ọ, Nwam̀gbeēke, Nwam̀gbaàfò for women born on Ǹkwọ, Èke, and Àfò respectively. It is also used preceding the name of a deity, person, or set of circumstances, etc., after which a person is named: e.g. Nwudō (son of Udō, a deity); Nwọòrà (son of all); Nwoòlìsà (son of Òlìsà, God); Nwachukwu (son of God); Nwiijè (for a son born away from home)\",\"young of animal\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹnwa\"]}],\"Òkeēke\":[{\"word\":\"Òkeēke\",\"wordClass\":\"NNC\",\"definitions\":[\"male names (for someone born on Èke)\"],\"examples\":[],\"variations\":[],\"stems\":[\"Èke\"]}],\"Èkeèmezie\":[{\"word\":\"Èkeèmezie\",\"wordClass\":\"NNC\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":[\"Èke\"]}],\"Èke\":[{\"word\":\"Èke\",\"wordClass\":\"NNC\",\"definitions\":[\"a day in the Igbo four-day week, following Ǹkwọ, personified as an alūsị\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"Èkène dìlị Chukwu\":[{\"word\":\"Èkène dìlị Chukwu\",\"wordClass\":\"NNC\",\"definitions\":[\"Thanks be to God\"],\"examples\":[],\"variations\":[],\"stems\":[\"èkène\"]}],\"èkène\":[{\"word\":\"èkène\",\"wordClass\":\"NNC\",\"definitions\":[\"thanks; salutation; greeting; gratitude\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ekike\":[{\"word\":\"ekike\",\"wordClass\":\"NNC\",\"definitions\":[\"adornment of the body\",\"tie; belt; girdle\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ife ekike\":[{\"word\":\"ife ekike\",\"wordClass\":\"NNC\",\"definitions\":[\"finery; adornment\"],\"examples\":[],\"variations\":[],\"stems\":[\"ekike ilē\",\"ife\"]}],\"-ke ekike\":[{\"word\":\"-ke ekike\",\"wordClass\":\"NNC\",\"definitions\":[\"dress; adorn\"],\"examples\":[{\"igbo\":\"O kèlù ekike ndi aghā\",\"english\":\"He is dressed as a soldier\"}],\"variations\":[],\"stems\":[\"ekike ilē\",\"-ke\"]}],\"ekike ilē\":[{\"word\":\"ekike ilē\",\"wordClass\":\"NNC\",\"definitions\":[\"string of the tongue\"],\"examples\":[],\"variations\":[],\"stems\":[\"ile\"]}],\"-fù ekò\":[{\"word\":\"-fù ekò\",\"wordClass\":\"AV\",\"definitions\":[\"blow bellows\"],\"examples\":[],\"variations\":[],\"stems\":[\"ekò\",\"-fù\"]}],\"ekò\":[{\"word\":\"ekò\",\"wordClass\":\"NNC\",\"definitions\":[\"blacksmith's bellows\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ekò mmīli\":[{\"word\":\"ekò mmīli\",\"wordClass\":\"NNC\",\"definitions\":[\"plant with large leaves, used for shelter or to wrap fish (Anchomanes difformis (Bl.) Engl. and Cyrtosperma senegalense) (Scott) Engl.)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"eku\":[{\"word\":\"eku\",\"wordClass\":\"NNC\",\"definitions\":[\"spoon; ladle (compare ǹgàjì)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kè ekpē\":[{\"word\":\"-kè ekpē\",\"wordClass\":\"AV\",\"definitions\":[\"make a will\"],\"examples\":[],\"variations\":[],\"stems\":[\"ekpē\",\"-kè\"]}],\"-lite ekpē\":[{\"word\":\"-lite ekpē\",\"wordClass\":\"AV\",\"definitions\":[\"inherit\"],\"examples\":[],\"variations\":[],\"stems\":[\"ekpē\",\"-li\"]}],\"ekpē\":[{\"word\":\"ekpē\",\"wordClass\":\"NNC\",\"definitions\":[\"inheritance\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-ti ekpè\":[{\"word\":\"-ti ekpè\",\"wordClass\":\"AV\",\"definitions\":[\"make low mud wall, usually on farm, to mark boundary and/or check erosion\"],\"examples\":[],\"variations\":[\"egwè\"],\"stems\":[\"ekpè\",\"-ti\"]}],\"ekpè\":[{\"word\":\"ekpè\",\"wordClass\":\"NNC\",\"definitions\":[\"earthwork constructed on the outskirts of a village for defence purposes, or on farm to mark boundary or check erosion\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ife dī n’aka èkpè\":[{\"word\":\"ife dī n’aka èkpè\",\"wordClass\":\"NNC\",\"definitions\":[\"something on the left\"],\"examples\":[],\"variations\":[],\"stems\":[\"èkpè\"]}],\"anya aka èkpè\":[{\"word\":\"anya aka èkpè\",\"wordClass\":\"NNC\",\"definitions\":[\"the left eye\"],\"examples\":[],\"variations\":[],\"stems\":[\"èkpè\"]}],\"èkpè niīne\":[{\"word\":\"èkpè niīne\",\"wordClass\":\"QTF\",\"definitions\":[\"always; (at) all times\",\"always; at all times\"],\"examples\":[],\"variations\":[],\"stems\":[\"èkpè\",\"niīne\"]}],\"èkpe ōbụnà\":[{\"word\":\"èkpe ōbụnà\",\"wordClass\":\"NNC\",\"definitions\":[\"whenever; (at) any time\",\"whenever; any time\"],\"examples\":[],\"variations\":[],\"stems\":[\"èkpè\",\"òbụbụū\"]}],\"èkpè\":[{\"word\":\"èkpè\",\"wordClass\":\"NNC\",\"definitions\":[\"left (hand)\",\"time\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-kpe ekpele\":[{\"word\":\"-kpe ekpele\",\"wordClass\":\"NNC\",\"definitions\":[\"say prayer\"],\"examples\":[],\"variations\":[],\"stems\":[\"èkpele\"]}],\"èkpele\":[{\"word\":\"èkpele\",\"wordClass\":\"NNC\",\"definitions\":[\"prayer\"],\"examples\":[],\"variations\":[\"èkpelu\"],\"stems\":null}],\"èkpelu\":[{\"word\":\"èkpelu\",\"wordClass\":\"\",\"definitions\":[\"see èkpele\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"onye èkpèǹta\":[{\"word\":\"onye èkpèǹta\",\"wordClass\":\"NNC\",\"definitions\":[\"leper\"],\"examples\":[],\"variations\":[],\"stems\":[\"èkpèǹta\"]}],\"èkpèǹta\":[{\"word\":\"èkpèǹta\",\"wordClass\":\"NNC\",\"definitions\":[\"leprosy\"],\"examples\":[],\"variations\":[\"èkpènta\"],\"stems\":null}],\"ekpètè\":[{\"word\":\"ekpètè\",\"wordClass\":\"\",\"definitions\":[\"see okpètè\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"èkpète īli\":[{\"word\":\"èkpète īli\",\"wordClass\":\"NNC\",\"definitions\":[\"ten units of six cowries each (= òfu ùkwù)\"],\"examples\":[],\"variations\":[],\"stems\":[\"èkpète\"]}],\"èkpète naàbò\":[{\"word\":\"èkpète naàbò\",\"wordClass\":\"NNC\",\"definitions\":[\"twelve cowries (= ego naàbò)\"],\"examples\":[],\"variations\":[],\"stems\":[\"èkpète\"]}],\"èkpète\":[{\"word\":\"èkpète\",\"wordClass\":\"NNC\",\"definitions\":[\"(= isi egō) unit of cowrie counting system, consisting of six single cowries (ego) mkpụlū\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-su ekwe\":[{\"word\":\"-su ekwe\",\"wordClass\":\"AV\",\"definitions\":[\"beat the gong\",\"beat wooden drum\"],\"examples\":[],\"variations\":[],\"stems\":[\"ekwe\",\"-su\"]}],\"ekwe\":[{\"word\":\"ekwe\",\"wordClass\":\"NNC\",\"definitions\":[\"wooden slit gong\",\"xylophone\",\"string from aŋā\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ekwè\":[{\"word\":\"ekwè\",\"wordClass\":\"NNC\",\"definitions\":[\"small uncarved stool\",\"occiput (also òkpù n’ekwè)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ekwēekwe\":[{\"word\":\"ekwēekwe\",\"wordClass\":\"NNC\",\"definitions\":[\"stubbornness\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ekwēème\":[{\"word\":\"ekwēème\",\"wordClass\":\"NNC\",\"definitions\":[\"impossibility\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ekwelē\":[{\"word\":\"ekwelē\",\"wordClass\":\"NNC\",\"definitions\":[\"tie-rope; cane; fibre for making fish traps\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ekwensu\":[{\"word\":\"ekwensu\",\"wordClass\":\"NNC\",\"definitions\":[\"the malevolent spirits of those who have died a 'bad death' and cannot reincarnate; malevolent non-human spirits; (Christian usage) the devil\",\"(fig.) a person who causes confusion and havoc\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òkpùn’okwò\":[{\"word\":\"òkpùn’okwò\",\"wordClass\":\"NNC\",\"definitions\":[\"back of head; occiput\"],\"examples\":[],\"variations\":[],\"stems\":[\"ekwò\"]}],\"ekwò\":[{\"word\":\"ekwò\",\"wordClass\":\"NNC\",\"definitions\":[\"back of head; nape of neck\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-gba ekwòlò\":[{\"word\":\"-gba ekwòlò\",\"wordClass\":\"AV\",\"definitions\":[\"compete (in bad sense); be jealous, envious\",\"compete (in envy); be jealous, envious\"],\"examples\":[],\"variations\":[],\"stems\":[\"ekwòlò\",\"-gba\"]}],\"-kwò ekwòlò\":[{\"word\":\"-kwò ekwòlò\",\"wordClass\":\"AV\",\"definitions\":[\"envy; contest enviously\",\"envy; be jealous of\"],\"examples\":[],\"variations\":[],\"stems\":[\"ekwòlò\",\"-kwò\"]}],\"ekwòlò\":[{\"word\":\"ekwòlò\",\"wordClass\":\"NNC\",\"definitions\":[\"envy; jealousy\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mmà ekwū\":[{\"word\":\"mmà ekwū\",\"wordClass\":\"NNC\",\"definitions\":[\"small kitchen knife\"],\"examples\":[],\"variations\":[],\"stems\":[\"Ekwu\",\"mmà\"]}],\"Ekwu\":[{\"word\":\"Ekwu\",\"wordClass\":\"NNC\",\"definitions\":[\"hearth spirit, the domestic spirit of women, worshipped by head woman of household\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"onye èkwulèkwu\":[{\"word\":\"onye èkwulèkwu\",\"wordClass\":\"NNC\",\"definitions\":[\"a talkative\"],\"examples\":[],\"variations\":[],\"stems\":[\"èkwulèkwu\"]}],\"-kwu èkwulèkwu\":[{\"word\":\"-kwu èkwulèkwu\",\"wordClass\":\"ESUF\",\"definitions\":[\"be loquacious, talkative\",\"talk excessively or like a chatter-box; nag\"],\"examples\":[],\"variations\":[],\"stems\":[\"èkwulèkwu\",\"-kwu\"]}],\"oke èkwulèkwu\":[{\"word\":\"oke èkwulèkwu\",\"wordClass\":\"NNC\",\"definitions\":[\"talkativeness; bragging\"],\"examples\":[],\"variations\":[],\"stems\":[\"èkwulèkwu\"]}],\"èkwulèkwu\":[{\"word\":\"èkwulèkwu\",\"wordClass\":\"ESUF\",\"definitions\":[\"talkativeness; loquacity\",\"excessive talking; nagging\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwu\"]}],\"ekwum\":[{\"word\":\"ekwum\",\"wordClass\":\"NNC\",\"definitions\":[\"lungfish; mudfish (Protopterus annectens) (= ebī)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"elèghelū\":[{\"word\":\"elèghelū\",\"wordClass\":\"\",\"definitions\":[\"see elùuluū\",\"giant ants, with very big heads, seen among smaller ones\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-li èlìlè\":[{\"word\":\"-li èlìlè\",\"wordClass\":\"NNC\",\"definitions\":[\"gain\"],\"examples\":[],\"variations\":[],\"stems\":[\"èlèlè\"]}],\"èlèle īko\":[{\"word\":\"èlèle īko\",\"wordClass\":\"NNC\",\"definitions\":[\"èlèlè boiled in tins (e.g. milk tins) instead of being wrapped in leaves\"],\"examples\":[],\"variations\":[],\"stems\":[\"èlèlè\"]}],\"èlèlè\":[{\"word\":\"èlèlè\",\"wordClass\":\"NNC\",\"definitions\":[\"profit; gain\",\"food prepared with beans (after the chaff is removed, the beans are ground with water into pulp, then wrapped in leaves in convenient bits with normal food ingredients added, then boiled till done)\"],\"examples\":[],\"variations\":[\"èlìlè\"],\"stems\":[]}],\"èlèm\":[{\"word\":\"èlèm\",\"wordClass\":\"NNC\",\"definitions\":[\"fish-fry; small sprat-like fish caught when Niger rises\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"elili ọfīa\":[{\"word\":\"elili ọfīa\",\"wordClass\":\"NNC\",\"definitions\":[\"snake (euphemism)\"],\"examples\":[],\"variations\":[],\"stems\":[\"elili\"]}],\"-gbà elili\":[{\"word\":\"-gbà elili\",\"wordClass\":\"AV\",\"definitions\":[\"wear strings round ankles\"],\"examples\":[],\"variations\":[],\"stems\":[\"elili\",\"-gbà\"]}],\"-kwụ elili\":[{\"word\":\"-kwụ elili\",\"wordClass\":\"AV\",\"definitions\":[\"commit suicide by hanging\"],\"examples\":[],\"variations\":[],\"stems\":[\"elili\",\"-kwụ\"]}],\"elili\":[{\"word\":\"elili\",\"wordClass\":\"NNC\",\"definitions\":[\"rope (general term); string to tie yams; shoe lace (compare ùdò, ekwe, àbù) see èlèlè 1. and 2. elili\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"èlìlì\":[{\"word\":\"èlìlì\",\"wordClass\":\"\",\"definitions\":[\"see èlùlù\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"elo mmụọ\":[{\"word\":\"elo mmụọ\",\"wordClass\":\"NNC\",\"definitions\":[\"kind of poisonous mushroom (literally spirits' mushroom) (see also mmụō)\",\"kind of poisonous mushroom\"],\"examples\":[],\"variations\":[],\"stems\":[\"elō\",\"mmụō\"]}],\"-pu elō\":[{\"word\":\"-pu elō\",\"wordClass\":\"AV\",\"definitions\":[\"grow fungus\",\"(fig.) live for ever\"],\"examples\":[{\"igbo\":\"(fig.) Ọ chòlù ipū elō\",\"english\":\"He wants to live for ever\"}],\"variations\":[],\"stems\":[\"elō\",\"-pu\"]}],\"elō\":[{\"word\":\"elō\",\"wordClass\":\"NNC\",\"definitions\":[\"mushroom\",\"Standard-wing Nightjar (Macrodipteryx longipennis)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"elū elu\":[{\"word\":\"elū elu\",\"wordClass\":\"NNC\",\"definitions\":[\"North (borrowed from Central Igbo)\",\"(fig.) very far away\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"èlùlù\":[{\"word\":\"èlùlù\",\"wordClass\":\"NNC\",\"definitions\":[\"electric catfish (Malapterurus electricus) (= ǹdudù)\"],\"examples\":[],\"variations\":[\"èlìlì\",\"olìghìlì\"],\"stems\":null}],\"elùluū\":[{\"word\":\"elùluū\",\"wordClass\":\"\",\"definitions\":[\"see elùuluū\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"elùuluū\":[{\"word\":\"elùuluū\",\"wordClass\":\"NNC\",\"definitions\":[\"black driver ant; soldier ant\"],\"examples\":[],\"variations\":[\"elùluū\"],\"stems\":null}],\"emēnjọ\":[{\"word\":\"emēnjọ\",\"wordClass\":\"NNC\",\"definitions\":[\"innocence; infallibility (from -me do)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"emume\":[{\"word\":\"emume\",\"wordClass\":\"NNC\",\"definitions\":[\"custom; observance\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"emumechī\":[{\"word\":\"emumechī\",\"wordClass\":\"NNC\",\"definitions\":[\"daybreak\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ene\":[{\"word\":\"ene\",\"wordClass\":\"NNC\",\"definitions\":[\"Harnessed Antelope; bushbuck (Tragelaphus scriptus scriptus Pallas)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"enekē ntì ọbā\":[{\"word\":\"enekē ntì ọbā\",\"wordClass\":\"NNC\",\"definitions\":[\"swallow\"],\"examples\":[],\"variations\":[],\"stems\":[\"enekē\"]}],\"enekē\":[{\"word\":\"enekē\",\"wordClass\":\"NNC\",\"definitions\":[\"swallow (bird)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"enu igwē\":[{\"word\":\"enu igwē\",\"wordClass\":\"NNC\",\"definitions\":[\"heaven; sky\",\"the sky; heaven\"],\"examples\":[],\"variations\":[],\"stems\":[\"enū\",\"igwē\"]}],\"enu igwē nà ùwà\":[{\"word\":\"enu igwē nà ùwà\",\"wordClass\":\"NNC\",\"definitions\":[\"heaven and earth\",\"title for a king or chief\"],\"examples\":[],\"variations\":[],\"stems\":[\"enū\",\"igwē\",\"ùwà\"]}],\"enu nà ànì\":[{\"word\":\"enu nà ànì\",\"wordClass\":\"NNC\",\"definitions\":[\"up-and-down; blouse and wrapper made of same material\"],\"examples\":[{\"igbo\":\"O yì enu nà ànì\",\"english\":\"She is wearing an up-and-down\"}],\"variations\":[],\"stems\":[\"enū\"]}],\"enu ntụlụ\":[{\"word\":\"enu ntụlụ\",\"wordClass\":\"NNC\",\"definitions\":[\"hardship; misfortune\"],\"examples\":[],\"variations\":[],\"stems\":[\"enū\"]}],\"enu ōghịgha\":[{\"word\":\"enu ōghịgha\",\"wordClass\":\"NNC\",\"definitions\":[\"changes in the world\"],\"examples\":[],\"variations\":[],\"stems\":[\"enū\"]}],\"enu ụnò\":[{\"word\":\"enu ụnò\",\"wordClass\":\"NNC\",\"definitions\":[\"roof\"],\"examples\":[],\"variations\":[],\"stems\":[\"enū\",\"ụnò\"]}],\"enu ùwà\":[{\"word\":\"enu ùwà\",\"wordClass\":\"NNC\",\"definitions\":[\"whole world\",\"the world, earth, universe\"],\"examples\":[],\"variations\":[],\"stems\":[\"enū\",\"ùwà\"]}],\"-gba enū\":[{\"word\":\"-gba enū\",\"wordClass\":\"NNC\",\"definitions\":[\"be shallow\"],\"examples\":[],\"variations\":[],\"stems\":[\"enū\"]}],\"-kòni enū\":[{\"word\":\"-kòni enū\",\"wordClass\":\"AV\",\"definitions\":[\"hang up\",\"hang up (on hook)\"],\"examples\":[],\"variations\":[],\"stems\":[\"enū\",\"-kò\"]}],\"-mani enū\":[{\"word\":\"-mani enū\",\"wordClass\":\"AV\",\"definitions\":[\"jump up\",\"leap, jump\"],\"examples\":[],\"variations\":[],\"stems\":[\"enū\",\"-ma\"]}],\"n’enū\":[{\"word\":\"n’enū\",\"wordClass\":\"PREP\",\"definitions\":[\"above; upon\",\"above; upon; on top of\"],\"examples\":[],\"variations\":[],\"stems\":[\"enū\",\"nà\"]}],\"-nò n’enu mmīli\":[{\"word\":\"-nò n’enu mmīli\",\"wordClass\":\"NNC\",\"definitions\":[\"be in trouble, difficulty\"],\"examples\":[],\"variations\":[],\"stems\":[\"enū\"]}],\"-se n’enū\":[{\"word\":\"-se n’enū\",\"wordClass\":\"AV\",\"definitions\":[\"float; (fig.) be ignorant of what is happening\",\"float\"],\"examples\":[{\"igbo\":\"A fùlù ozu nwokē a nà-àchọ èri ụkā gālụ aga kà o sè n’enu mmīli n’ùtụtū à\",\"english\":\"The corpse of the man who had been missing since last week was seen floating on the river this morning\"}],\"variations\":[],\"stems\":[\"enū\",\"-se\"]}],\"ụgbọ enū\":[{\"word\":\"ụgbọ enū\",\"wordClass\":\"NNC\",\"definitions\":[\"aeroplane\"],\"examples\":[],\"variations\":[],\"stems\":[\"enū\",\"ụgbọ\"]}],\"ụkwụ enū\":[{\"word\":\"ụkwụ enū\",\"wordClass\":\"NNC\",\"definitions\":[\"by land; overland\"],\"examples\":[{\"igbo:\":\"Ụkwụ nà Ijè\",\"english\":\"cult of the limbs which symbolizes success in adventures, represented by a carving of a foot\"}],\"variations\":[],\"stems\":[\"enū\",\"ụkwụ\"]}],\"-wèni enū\":[{\"word\":\"-wèni enū\",\"wordClass\":\"AV\",\"definitions\":[\"raise up\"],\"examples\":[{\"igbo\":\"Wènie akā enū\",\"english\":\"Raise (your) hand\"}],\"variations\":[],\"stems\":[\"enū\",\"-wè\"]}],\"-wènita enū\":[{\"word\":\"-wènita enū\",\"wordClass\":\"AV\",\"definitions\":[\"lift up; take up\"],\"examples\":[],\"variations\":[],\"stems\":[\"enū\",\"-wè\"]}],\"-wùnị enū\":[{\"word\":\"-wùnị enū\",\"wordClass\":\"NNC\",\"definitions\":[\"jump up\"],\"examples\":[],\"variations\":[],\"stems\":[\"enū\"]}],\"enū\":[{\"word\":\"enū\",\"wordClass\":\"NNC\",\"definitions\":[\"height; top\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"Enugwū\":[{\"word\":\"Enugwū\",\"wordClass\":\"NNC\",\"definitions\":[\"Enugu\"],\"examples\":[],\"variations\":[\"Enugū\"],\"stems\":[\"ugwu\"]}],\"ènwè ọfīa\":[{\"word\":\"ènwè ọfīa\",\"wordClass\":\"NNC\",\"definitions\":[\"wild monkey\"],\"examples\":[],\"variations\":[],\"stems\":[\"ènwè\",\"ọfịa\"]}],\"ènwè\":[{\"word\":\"ènwè\",\"wordClass\":\"NNC\",\"definitions\":[\"monkey; useless person\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọdụ enyī\":[{\"word\":\"ọdụ enyī\",\"wordClass\":\"NNC\",\"definitions\":[\"elephant's tusk\",\"elephant tusk\"],\"examples\":[],\"variations\":[],\"stems\":[\"enyi\",\"ọdū\"]}],\"enyi\":[{\"word\":\"enyi\",\"wordClass\":\"NNC\",\"definitions\":[\"elephant\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"enyì nwaàyì\":[{\"word\":\"enyì nwaàyì\",\"wordClass\":\"NNC\",\"definitions\":[\"girl-friend; woman friend\"],\"examples\":[],\"variations\":[],\"stems\":[\"enyì\",\"nwaāmili\"]}],\"enyì\":[{\"word\":\"enyì\",\"wordClass\":\"NNC\",\"definitions\":[\"friend (less common than òyì)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ènyò anyā\":[{\"word\":\"ènyò anyā\",\"wordClass\":\"NNC\",\"definitions\":[\"pair of spectacles\"],\"examples\":[],\"variations\":[],\"stems\":[\"ènyò\"]}],\"ènyò\":[{\"word\":\"ènyò\",\"wordClass\":\"NNC\",\"definitions\":[\"mirror; glass (= ùgògbè)\",\"mirror\"],\"examples\":[],\"variations\":[\"ènyìnyò\"],\"stems\":[\"-nyò\"]}],\"eriri\":[{\"word\":\"eriri\",\"wordClass\":\"NNC\",\"definitions\":[\"power of transforming oneself into an animal\",\"wart\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"èrùlu\":[{\"word\":\"èrùlu\",\"wordClass\":\"NNC\",\"definitions\":[\"red coral; coral bead\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"èsè\":[{\"word\":\"èsè\",\"wordClass\":\"\",\"definitions\":[\"see àsè\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"èsèmokwu\":[{\"word\":\"èsèmokwu\",\"wordClass\":\"AV\",\"definitions\":[\"quarrel; dispute; bickering (-sè draw, pull)\",\"quarrel; dispute\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sè\"]}],\"esō\":[{\"word\":\"esō\",\"wordClass\":\"NNC\",\"definitions\":[\"gum from tree\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"esu\":[{\"word\":\"esu\",\"wordClass\":\"NNC\",\"definitions\":[\"(compare alịlị) millipede\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-so esuso\":[{\"word\":\"-so esuso\",\"wordClass\":\"AV\",\"definitions\":[\"form boil, abscess\"],\"examples\":[],\"variations\":[],\"stems\":[\"esuso\",\"-so\"]}],\"esuso\":[{\"word\":\"esuso\",\"wordClass\":\"NNC\",\"definitions\":[\"blister; boil\"],\"examples\":[],\"variations\":[\"etuto\"],\"stems\":null}],\"esusu\":[{\"word\":\"esusu\",\"wordClass\":\"NNC\",\"definitions\":[\"contribution to revolving benefit fund, to which each member contributes regularly and from which members profit in turn (? &lt; Yoruba)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ètè\":[{\"word\":\"ètè\",\"wordClass\":\"NNC\",\"definitions\":[\"rope for climbing trees\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"eteke uvīe\":[{\"word\":\"eteke uvīe\",\"wordClass\":\"NNC\",\"definitions\":[\"fish (Hemichromis bimaculatus) (compare ìkpoòkpò)\"],\"examples\":[],\"variations\":[],\"stems\":[\"eteke\"]}],\"eteke\":[{\"word\":\"eteke\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ètètè\":[{\"word\":\"ètètè\",\"wordClass\":\"NNC\",\"definitions\":[\"woven shield used in war by the Ada people\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ètitì naàbò\":[{\"word\":\"ètitì naàbò\",\"wordClass\":\"CD\",\"definitions\":[\"the middle, centre\"],\"examples\":[],\"variations\":[],\"stems\":[\"ètitì\",\"ìbùọ\"]}],\"ètitī ūchichì\":[{\"word\":\"ètitī ūchichì\",\"wordClass\":\"NNC\",\"definitions\":[\"midnight\"],\"examples\":[],\"variations\":[\"ètitī àbànì\"],\"stems\":[\"ètitì\",\"ùchichì\"]}],\"n’ètitì\":[{\"word\":\"n’ètitì\",\"wordClass\":\"PREP\",\"definitions\":[\"amidst; in the middle of\"],\"examples\":[],\"variations\":[],\"stems\":[\"ètitì\",\"nà\"]}],\"n’ètitì mụ nà gị\":[{\"word\":\"n’ètitì mụ nà gị\",\"wordClass\":\"NNC\",\"definitions\":[\"between you and me\"],\"examples\":[],\"variations\":[],\"stems\":[\"ètitì\"]}],\"ètitì\":[{\"word\":\"ètitì\",\"wordClass\":\"NNC\",\"definitions\":[\"middle; centre\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"etu ọ dì nọòfụ\":[{\"word\":\"etu ọ dì nọòfụ\",\"wordClass\":\"NNC\",\"definitions\":[\"as it is so\"],\"examples\":[],\"variations\":[],\"stems\":[\"etu\"]}],\"etu\":[{\"word\":\"etu\",\"wordClass\":\"NNC\",\"definitions\":[\"manner\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kpọ etùketù\":[{\"word\":\"-kpọ etùketù\",\"wordClass\":\"AV\",\"definitions\":[\"hiccough\",\"hiccough Etùketù nà-àkpọ m  I have hiccoughs\"],\"examples\":[],\"variations\":[],\"stems\":[\"etùketù\",\"-kpọ\"]}],\"etùketù\":[{\"word\":\"etùketù\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"etum\":[{\"word\":\"etum\",\"wordClass\":\"NNC\",\"definitions\":[\"long bamboo used to propel a canoe\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ètùm\":[{\"word\":\"ètùm\",\"wordClass\":\"NNC\",\"definitions\":[\"dust in the air\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"etuto\":[{\"word\":\"etuto\",\"wordClass\":\"\",\"definitions\":[\"see esuso\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"èvì\":[{\"word\":\"èvì\",\"wordClass\":\"NNC\",\"definitions\":[\"snakehead fish (Channa obscura)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ewī\":[{\"word\":\"ewī\",\"wordClass\":\"\",\"definitions\":[\"see eyī\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ewō!\":[{\"word\":\"ewō!\",\"wordClass\":\"INTJ\",\"definitions\":[\"exclamation of surprise\"],\"examples\":[],\"variations\":[\"èwo!\"],\"stems\":null}],\"ewòò!\":[{\"word\":\"ewòò!\",\"wordClass\":\"INTJ\",\"definitions\":[\"exclamation of sympathy or pity\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"Ewu kà ọ bù\":[{\"word\":\"Ewu kà ọ bù\",\"wordClass\":\"NNC\",\"definitions\":[\"He is a fool\"],\"examples\":[],\"variations\":[],\"stems\":[\"ewu\"]}],\"ewu-elī-òkụkò-atù\":[{\"word\":\"ewu-elī-òkụkò-atù\",\"wordClass\":\"NNC\",\"definitions\":[\"(literally goat-never-touches, fowl-never-pecks) a poisonous plant\"],\"examples\":[],\"variations\":[],\"stems\":[\"ewu\"]}],\"nwa ewū\":[{\"word\":\"nwa ewū\",\"wordClass\":\"NNC\",\"definitions\":[\"young goat; kid\",\"used to make a noun phrase (often corresponding to an English adjective) out of a descriptive word\"],\"examples\":[],\"variations\":[],\"stems\":[\"ewu\",\"ǹnwa\"]}],\"ewu\":[{\"word\":\"ewu\",\"wordClass\":\"NNC\",\"definitions\":[\"goat; (applied to person) fool\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ewù\":[{\"word\":\"ewù\",\"wordClass\":\"NNC\",\"definitions\":[\"fame; report; rumour\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ewùù!\":[{\"word\":\"ewùù!\",\"wordClass\":\"INTJ\",\"definitions\":[\"exclamation of regret, sympathy\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"eyī\":[{\"word\":\"eyī\",\"wordClass\":\"NNC\",\"definitions\":[\"Giant or Pouched Rat (Cricetomys gambianus Waterhouse; Yoruba òkètè)\"],\"examples\":[],\"variations\":[\"ewī\"],\"stems\":null}],\"eze nkwō\":[{\"word\":\"eze nkwō\",\"wordClass\":\"NNC\",\"definitions\":[\"loss of tooth, teeth\",\"loss of tooth (teeth)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ezē\",\"-kwo\"]}],\"-gado ezē\":[{\"word\":\"-gado ezē\",\"wordClass\":\"AV\",\"definitions\":[\"grip (but not bite into) with teeth\"],\"examples\":[],\"variations\":[],\"stems\":[\"ezē\",\"-ga\"]}],\"ìkili ezē\":[{\"word\":\"ìkili ezē\",\"wordClass\":\"NNC\",\"definitions\":[\"part of jaw near molar\"],\"examples\":[],\"variations\":[],\"stems\":[\"ezē\",\"ìkili\"]}],\"-kpopù ezē\":[{\"word\":\"-kpopù ezē\",\"wordClass\":\"NNC\",\"definitions\":[\"extract a tooth\"],\"examples\":[],\"variations\":[],\"stems\":[\"ezē\"]}],\"-kwo ezē\":[{\"word\":\"-kwo ezē\",\"wordClass\":\"NNC\",\"definitions\":[\"take out, extract teeth; lose tooth, teeth\"],\"examples\":[],\"variations\":[],\"stems\":[\"ezē\"]}],\"-tachapù ezē\":[{\"word\":\"-tachapù ezē\",\"wordClass\":\"AV\",\"definitions\":[\"grin; (colloquial) smile; laugh\",\"grin\"],\"examples\":[],\"variations\":[],\"stems\":[\"ezē\",\"-ta\"]}],\"-ta ìkekele ezē\":[{\"word\":\"-ta ìkekele ezē\",\"wordClass\":\"AV\",\"definitions\":[\"grind teeth\",\"grind teeth. This is habitual with some old men who at leisure or while lonely grind their teeth - the molars producing a characteristic sound\"],\"examples\":[{\"igbo:\":\"Nnà m ochìè nà-àtaba ìkekele ezē\",\"english\":\"My grandfather usually grinds his teeth\"}],\"variations\":[],\"stems\":[\"ezē\",\"ìkekele\",\"-ta\"]}],\"-wa ezē\":[{\"word\":\"-wa ezē\",\"wordClass\":\"AV\",\"definitions\":[\"file teeth\"],\"examples\":[],\"variations\":[],\"stems\":[\"ezē\",\"-wa\"]}],\"ezē\":[{\"word\":\"ezē\",\"wordClass\":\"NNC\",\"definitions\":[\"tooth\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ezē ànì\":[{\"word\":\"ezē ànì\",\"wordClass\":\"NNC\",\"definitions\":[\"life-size image of carved wood\"],\"examples\":[],\"variations\":[],\"stems\":[\"ezè\"]}],\"ezē kachasị akasị\":[{\"word\":\"ezē kachasị akasị\",\"wordClass\":\"NNC\",\"definitions\":[\"God in heaven\"],\"examples\":[],\"variations\":[],\"stems\":[\"ezè\"]}],\"ezē mmụō\":[{\"word\":\"ezē mmụō\",\"wordClass\":\"NNC\",\"definitions\":[\"king of underworld\"],\"examples\":[],\"variations\":[],\"stems\":[\"ezè\",\"mmụō\"]}],\"ezè nwaàyì\":[{\"word\":\"ezè nwaàyì\",\"wordClass\":\"NNC\",\"definitions\":[\"queen\"],\"examples\":[],\"variations\":[],\"stems\":[\"ezè\",\"nwaāmili\"]}],\"Ndùbeezè\":[{\"word\":\"Ndùbeezè\",\"wordClass\":\"NNC\",\"definitions\":[\"male name (literally life is king or life is most important)\"],\"examples\":[],\"variations\":[\"Ndùbezè\"],\"stems\":[\"ezè\"]}],\"oche ezè\":[{\"word\":\"oche ezè\",\"wordClass\":\"NNC\",\"definitions\":[\"throne\"],\"examples\":[],\"variations\":[],\"stems\":[\"ezè\",\"oche\"]}],\"òkpu ezè\":[{\"word\":\"òkpu ezè\",\"wordClass\":\"NNC\",\"definitions\":[\"crown\"],\"examples\":[],\"variations\":[],\"stems\":[\"ezè\",\"òkpu\"]}],\"-zọ ezè\":[{\"word\":\"-zọ ezè\",\"wordClass\":\"AV\",\"definitions\":[\"contest for chieftancy title\",\"(fig.) the best or chief of its kind\",\"contest for chieftaincy title\"],\"examples\":[],\"variations\":[],\"stems\":[\"ezè\",\"-zọ\"]}],\"ezè azù\":[{\"word\":\"ezè azù\",\"wordClass\":\"NNC\",\"definitions\":[\"king of the fish (Gymnarchus niloticus)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ezè\"]}],\"ezè nnùnù\":[{\"word\":\"ezè nnùnù\",\"wordClass\":\"NNC\",\"definitions\":[\"king of the birds, the eagle\",\"eagle; king of the birds\"],\"examples\":[],\"variations\":[],\"stems\":[\"ezè\",\"nnùnù\"]}],\"ezè\":[{\"word\":\"ezè\",\"wordClass\":\"NNC\",\"definitions\":[\"king; chief\"],\"examples\":[{\"igbo\":\"Ìgbò enwē ezè\",\"english\":\"The Igbo have no kings\"}],\"variations\":[],\"stems\":null}],\"n’eziē\":[{\"word\":\"n’eziē\",\"wordClass\":\"NNC\",\"definitions\":[\"(shortened from n’ezi okwū) truly\"],\"examples\":[{\"igbo\":\"N'eziē onye orī kà ọ bù\",\"english\":\"Truly he is a rogue\"}],\"variations\":[],\"stems\":[\"ezi\"]}],\"ezi ndù\":[{\"word\":\"ezi ndù\",\"wordClass\":\"NNC\",\"definitions\":[\"health\"],\"examples\":[],\"variations\":[],\"stems\":[\"ezi\",\"ndù\"]}],\"ezi okènyè\":[{\"word\":\"ezi okènyè\",\"wordClass\":\"NNC\",\"definitions\":[\"aged person\"],\"examples\":[],\"variations\":[],\"stems\":[\"ezi\"]}],\"ezi okwū\":[{\"word\":\"ezi okwū\",\"wordClass\":\"NNC\",\"definitions\":[\"truth\",\"true word, saying; truth\"],\"examples\":[],\"variations\":[],\"stems\":[\"ezi\",\"okwu\"]}],\"-kwu ezi okwū\":[{\"word\":\"-kwu ezi okwū\",\"wordClass\":\"NNC\",\"definitions\":[\"speak the truth\"],\"examples\":[],\"variations\":[],\"stems\":[\"ezi\",\"okwu\"]}],\"ezi òmùme\":[{\"word\":\"ezi òmùme\",\"wordClass\":\"NNC\",\"definitions\":[\"good deeds; righteousness\"],\"examples\":[],\"variations\":[],\"stems\":[\"ezi\",\"òmùme\"]}],\"ezi ūdo\":[{\"word\":\"ezi ūdo\",\"wordClass\":\"NNC\",\"definitions\":[\"perfect peace\"],\"examples\":[],\"variations\":[],\"stems\":[\"ezi\",\"ùdo\"]}],\"n’ezi okwū\":[{\"word\":\"n’ezi okwū\",\"wordClass\":\"PREP\",\"definitions\":[\"really; in reality; indeed; truly\",\"(shortened to n’eziī) in truth; really; in reality; indeed; truly\",\"really; in reality; indeed; truly\"],\"examples\":[{\"igbo\":\"Ezi okwū bù ndù\",\"english\":\"Truth is life\"},{\"igbo\":\"Ọ bụlụ nà i kwūe ezi okwū agà m àgbaghàlụ gī\",\"english\":\"If you speak the truth I will forgive you\"}],\"variations\":[],\"stems\":[\"ezi\",\"nà\",\"okwu\"]}],\"ezi\":[{\"word\":\"ezi\",\"wordClass\":\"NNC\",\"definitions\":[\"goodness; truth; kindness\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ezì ọfīa\":[{\"word\":\"ezì ọfīa\",\"wordClass\":\"NNC\",\"definitions\":[\"bushpig; Red River Hog (Choeropotamus porcus porcus L.)\",\"bush pig; red river hog\"],\"examples\":[],\"variations\":[],\"stems\":[\"ezì\",\"ọfịa\"]}],\"ọkwùlù ezì\":[{\"word\":\"ọkwùlù ezì\",\"wordClass\":\"NNC\",\"definitions\":[\"pawpaw; papaya\"],\"examples\":[],\"variations\":[],\"stems\":[\"ezì\",\"ọkwùlù\"]}],\"ezì\":[{\"word\":\"ezì\",\"wordClass\":\"NNC\",\"definitions\":[\"pig; domestic pig; dirty person\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ezi amā\":[{\"word\":\"ezi amā\",\"wordClass\":\"NNC\",\"definitions\":[\"space in front of the compound outside the compound wall and beginning from the main gate; street\"],\"examples\":[],\"variations\":[],\"stems\":[\"èzi \"]}],\"èzi īlo\":[{\"word\":\"èzi īlo\",\"wordClass\":\"NNC\",\"definitions\":[\"precincts of a house\"],\"examples\":[],\"variations\":[],\"stems\":[\"èzi \",\"ìlo\"]}],\"èzi nà ụnò\":[{\"word\":\"èzi nà ụnò\",\"wordClass\":\"NNC\",\"definitions\":[\"household headed by one man\",\"household\"],\"examples\":[],\"variations\":[],\"stems\":[\"èzi \",\"ụnò\"]}],\"-nwe èzi nà ụnò\":[{\"word\":\"-nwe èzi nà ụnò\",\"wordClass\":\"NNC\",\"definitions\":[\"become a householder\"],\"examples\":[],\"variations\":[],\"stems\":[\"èzi \",\"-nwe\"]}],\"-bọ èzi\":[{\"word\":\"-bọ èzi\",\"wordClass\":\"NNC\",\"definitions\":[\"clear a path, road, of weeds\"],\"examples\":[],\"variations\":[],\"stems\":[\"èzi \"]}],\"mbala ēzi\":[{\"word\":\"mbala ēzi\",\"wordClass\":\"NNC\",\"definitions\":[\"compound inside walls (contrast ìlo)\"],\"examples\":[],\"variations\":[],\"stems\":[\"èzi \",\"mbala\"]}],\"ọkpụ ezi ụzò\":[{\"word\":\"ọkpụ ezi ụzò\",\"wordClass\":\"NNC\",\"definitions\":[\"middle of path or road; main road; permanent path\"],\"examples\":[],\"variations\":[],\"stems\":[\"èzi \",\"ọkpụ\",\"ụzò\"]}],\"èzi \":[{\"word\":\"èzi \",\"wordClass\":\"NNC\",\"definitions\":[\"outside or precincts of a house\"],\"examples\":[],\"variations\":[\"ezi\"],\"stems\":null}],\"èzi\":[{\"word\":\"èzi\",\"wordClass\":\"NNC\",\"definitions\":[\"menses\",\"loan\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ezigbō\":[{\"word\":\"ezigbō\",\"wordClass\":\"NNC\",\"definitions\":[\"good; true; kind\"],\"examples\":[{\"igbo\":\"Ọ bù ezigbō mmādù\",\"english\":\"He is a good person\"}],\"variations\":[],\"stems\":null}],\"F\":[{\"word\":\"F\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"fa nà isi fā\":[{\"word\":\"fa nà isi fā\",\"wordClass\":\"PRN\",\"definitions\":[\"they themselves\"],\"examples\":[],\"variations\":[],\"stems\":[\"fa\"]}],\"fa ncha\":[{\"word\":\"fa ncha\",\"wordClass\":\"PRN\",\"definitions\":[\"all of them\"],\"examples\":[],\"variations\":[\"fa niīne\"],\"stems\":[\"fa\"]}],\"fa nwà\":[{\"word\":\"fa nwà\",\"wordClass\":\"PRN\",\"definitions\":[\"they, them (emphatic)\"],\"examples\":[],\"variations\":[],\"stems\":[\"fa\"]}],\"ǹkè fa\":[{\"word\":\"ǹkè fa\",\"wordClass\":\"PRN\",\"definitions\":[\"their; theirs\"],\"examples\":[],\"variations\":[\"ǹkè fa nwà\"],\"stems\":[\"fa\",\"ǹkè\"]}],\"fa\":[{\"word\":\"fa\",\"wordClass\":\"PRN\",\"definitions\":[\"(independent; 3rd pers. pl.) they; them; their\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-fabà (or -fàbà)\":[{\"word\":\"-fabà (or -fàbà)\",\"wordClass\":\"AV\",\"definitions\":[\"squeeze into\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fa\"]}],\"-fabàsị (or -fàbàsị)\":[{\"word\":\"-fabàsị (or -fàbàsị)\",\"wordClass\":\"AV\",\"definitions\":[\"stuff, squeeze into (e.g. crowded room)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fa\"]}],\"-faghalị\":[{\"word\":\"-faghalị\",\"wordClass\":\"AV\",\"definitions\":[\"stuff from one position to another\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fa\"]}],\"-fanye\":[{\"word\":\"-fanye\",\"wordClass\":\"AV\",\"definitions\":[\"stuff in between (two objects)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fa\"]}],\"-fata\":[{\"word\":\"-fata\",\"wordClass\":\"AV\",\"definitions\":[\"squeeze\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fa\"]}],\"-fa\":[{\"word\":\"-fa\",\"wordClass\":\"AV\",\"definitions\":[\"stuff; crowed; squeeze (compare -fà)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-fàdo\":[{\"word\":\"-fàdo\",\"wordClass\":\"AV\",\"definitions\":[\"stuff, crowd, squeeze in\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fà\"]}],\"-fànye aka n’ụkwụ\":[{\"word\":\"-fànye aka n’ụkwụ\",\"wordClass\":\"AV\",\"definitions\":[\"fold hands; clasp hands between knees; sit with one's hands in one's lap; sit idle\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fà\"]}],\"-fàpù (or -fapù)\":[{\"word\":\"-fàpù (or -fapù)\",\"wordClass\":\"AV\",\"definitions\":[\"ease, by removing some part\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fà\"]}],\"-fàpùsị (or -fapùsị)\":[{\"word\":\"-fàpùsị (or -fapùsị)\",\"wordClass\":\"AV\",\"definitions\":[\"remove with difficulty from a crowded place; squeeze out\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fà\"]}],\"-fà\":[{\"word\":\"-fà\",\"wordClass\":\"AV\",\"definitions\":[\"stuff; crowd; squeeze (compare -fa)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ndị Fada\":[{\"word\":\"ndị Fada\",\"wordClass\":\"NNC\",\"definitions\":[\"Catholic fathers; Catholics\"],\"examples\":[],\"variations\":[],\"stems\":[\"Fada\"]}],\"Ukà Fada\":[{\"word\":\"Ukà Fada\",\"wordClass\":\"NNC\",\"definitions\":[\"Roman Catholic Church\"],\"examples\":[],\"variations\":[],\"stems\":[\"Fada\"]}],\"Fada\":[{\"word\":\"Fada\",\"wordClass\":\"NNC\",\"definitions\":[\"Roman Catholic priest, father (English Father)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òfufe\":[{\"word\":\"òfufe\",\"wordClass\":\"AV\",\"definitions\":[\"flight (of birds, flies, aeroplanes)\",\"sprinkling; casting; throwing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fe\"]}],\"-febà\":[{\"word\":\"-febà\",\"wordClass\":\"AV\",\"definitions\":[\"fly in\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fe\"]}],\"-febàta\":[{\"word\":\"-febàta\",\"wordClass\":\"AV\",\"definitions\":[\"fly over into\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fe\"]}],\"-fedà\":[{\"word\":\"-fedà\",\"wordClass\":\"AV\",\"definitions\":[\"fly down\",\"throw down\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fe\"]}],\"-fedàta\":[{\"word\":\"-fedàta\",\"wordClass\":\"AV\",\"definitions\":[\"fly down (towards)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fe\"]}],\"-fefè\":[{\"word\":\"-fefè\",\"wordClass\":\"AV\",\"definitions\":[\"fly across\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fe\"]}],\"mfefè\":[{\"word\":\"mfefè\",\"wordClass\":\"AV\",\"definitions\":[\"flying across\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fe\"]}],\"-fefèga\":[{\"word\":\"-fefèga\",\"wordClass\":\"AV\",\"definitions\":[\"fly across\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fe\"]}],\"-fefù\":[{\"word\":\"-fefù\",\"wordClass\":\"AV\",\"definitions\":[\"fly away out of sight\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fe\"]}],\"-fega\":[{\"word\":\"-fega\",\"wordClass\":\"AV\",\"definitions\":[\"fly over to\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fe\"]}],\"-fego\":[{\"word\":\"-fego\",\"wordClass\":\"AV\",\"definitions\":[\"fly upwards\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fe\"]}],\"-feghalị\":[{\"word\":\"-feghalị\",\"wordClass\":\"AV\",\"definitions\":[\"fly about\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fe\"]}],\"-fekwu\":[{\"word\":\"-fekwu\",\"wordClass\":\"AV\",\"definitions\":[\"fly to\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fe\"]}],\"-fenaba\":[{\"word\":\"-fenaba\",\"wordClass\":\"AV\",\"definitions\":[\"fly home\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fe\"]}],\"-feni\":[{\"word\":\"-feni\",\"wordClass\":\"AV\",\"definitions\":[\"fly up\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fe\"]}],\"mfeni\":[{\"word\":\"mfeni\",\"wordClass\":\"AV\",\"definitions\":[\"flying up; flight\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fe\"]}],\"-feniri\":[{\"word\":\"-feniri\",\"wordClass\":\"AV\",\"definitions\":[\"fly up; spring up quickly\",\"fly up (with the idea of abruptness or suddenness)\"],\"examples\":[{\"igbo\":\"Egbe m jèkò ịgbā egbè èfenirigo\",\"english\":\"The hawk I was going to shoot has flown away\"}],\"variations\":[],\"stems\":[\"-fe\",\"-rị\"]}],\"-fenye\":[{\"word\":\"-fenye\",\"wordClass\":\"AV\",\"definitions\":[\"fly into\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fe\"]}],\"-fepù\":[{\"word\":\"-fepù\",\"wordClass\":\"AV\",\"definitions\":[\"blow away (of wind\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fe\"]}],\"-fesà\":[{\"word\":\"-fesà\",\"wordClass\":\"AV\",\"definitions\":[\"fly in all directions\",\"sprinkle all over; splash\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fe\"]}],\"-fe ùfe\":[{\"word\":\"-fe ùfe\",\"wordClass\":\"AV\",\"definitions\":[\"fly\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fe\",\"ùfe\"]}],\"mfe\":[{\"word\":\"mfe\",\"wordClass\":\"NNC\",\"definitions\":[\"lightness; ease\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùfe\":[{\"word\":\"ùfe\",\"wordClass\":\"NNC\",\"definitions\":[\"flight (-fe 1. fly)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ụgbọ nā-efe ēfe\":[{\"word\":\"ụgbọ nā-efe ēfe\",\"wordClass\":\"AV\",\"definitions\":[\"aeroplane\",\"blow (of wind); fan; flutter; wave; flap\"],\"examples\":[{\"igbo\":\"Ufèlè nà-èfe ēfe\",\"english\":\"The wind is blowing\"},{\"igbo\":\"Ibe akwà nà-èfe n’ìkùkù\",\"english\":\"The cloth is fluttering in the breeze\"}],\"variations\":[],\"stems\":[\"-fe\",\"ụgbọ\"]}],\"-fe azịlịza\":[{\"word\":\"-fe azịlịza\",\"wordClass\":\"AV\",\"definitions\":[\"fan (oneself or another)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fe\"]}],\"-fecha\":[{\"word\":\"-fecha\",\"wordClass\":\"AV\",\"definitions\":[\"flap (wing, to dry it)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fe\"]}],\"-fe ọkụ\":[{\"word\":\"-fe ọkụ\",\"wordClass\":\"AV\",\"definitions\":[\"fan fire\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fe\"]}],\"-fe ụkwụ\":[{\"word\":\"-fe ụkwụ\",\"wordClass\":\"AV\",\"definitions\":[\"dangle leg(s)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fe\"]}],\"-fe mmilī\":[{\"word\":\"-fe mmilī\",\"wordClass\":\"AV\",\"definitions\":[\"drive away rain\",\"sprinkle water\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fe\",\"mmilī\"]}],\"-fe mkpụlū\":[{\"word\":\"-fe mkpụlū\",\"wordClass\":\"AV\",\"definitions\":[\"scatter seeds\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fe\"]}],\"-fe ǹzà\":[{\"word\":\"-fe ǹzà\",\"wordClass\":\"AV\",\"definitions\":[\"cast lots\"],\"examples\":[{\"igbo\":\"E fèlù ǹzà, ǹz.a wèe ma Òkèchukwu\",\"english\":\"They cast lots; the lot fell on Okechukwu\"},{\"igbo\":\"Ànyị gà-èfe ǹzà\",\"english\":\"We shall cast lots\"}],\"variations\":[],\"stems\":[\"-fe\",\"ǹzà\"]}],\"-fesàsị\":[{\"word\":\"-fesàsị\",\"wordClass\":\"AV\",\"definitions\":[\"sprinkle completely\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fe\"]}],\"-fe ọlụ\":[{\"word\":\"-fe ọlụ\",\"wordClass\":\"AV\",\"definitions\":[\"superintend work (shortened from -nefe look over)\",\"superintend work\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fe\",\"ọlụ\"]}],\"-fe\":[{\"word\":\"-fe\",\"wordClass\":\"AV\",\"definitions\":[\"fly;\",\"sprinkle; cast; throw (especially many objects)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òfùfè\":[{\"word\":\"òfùfè\",\"wordClass\":\"AV\",\"definitions\":[\"service; worship; adoration\",\"crossing; passing\"],\"examples\":[{\"igbo\":\"O fègo\",\"english\":\"He has passed\"},{\"igbo\":\"Ogè efègo\",\"english\":\"The time has long passed\"}],\"variations\":[],\"stems\":[\"-fè\"]}],\"òfùfè nrù\":[{\"word\":\"òfùfè nrù\",\"wordClass\":\"AV\",\"definitions\":[\"church service; religious worship\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fè\"]}],\"-fè alūsị\":[{\"word\":\"-fè alūsị\",\"wordClass\":\"AV\",\"definitions\":[\"serve a divinity\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fè\"]}],\"-fèga ọfịa\":[{\"word\":\"-fèga ọfịa\",\"wordClass\":\"AV\",\"definitions\":[\"prepare forest for planting by propitiating the spirits (or gods) concerned\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fè\",\"ọfịa\"]}],\"-fè ǹrù\":[{\"word\":\"-fè ǹrù\",\"wordClass\":\"AV\",\"definitions\":[\"pay homage, especially present gifts in traditional style to ọkpala\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fè\"]}],\"-fè èfè\":[{\"word\":\"-fè èfè\",\"wordClass\":\"AV\",\"definitions\":[\"be contagious or infectious\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fè\"]}],\"-fè ofè\":[{\"word\":\"-fè ofè\",\"wordClass\":\"AV\",\"definitions\":[\"be excessive (less common than -ri nnē)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fè\"]}],\"-fè ogwè\":[{\"word\":\"-fè ogwè\",\"wordClass\":\"AV\",\"definitions\":[\"cross a bridge\",\"limb (as compared with a tree-trunk)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fè\",\"ogwè\"]}],\"-fè okè\":[{\"word\":\"-fè okè\",\"wordClass\":\"AV\",\"definitions\":[\"surpass; pass the bounds\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fè\",\"okè\"]}],\"-fètabà\":[{\"word\":\"-fètabà\",\"wordClass\":\"AV\",\"definitions\":[\"cross over (someone else's area)\"],\"examples\":[{\"igbo\":\"Ifētàbà okè adīrọ mmā\",\"english\":\"Exceeding the limit is not good\"}],\"variations\":[],\"stems\":[\"-fè\"]}],\"-fètaba\":[{\"word\":\"-fètaba\",\"wordClass\":\"AV\",\"definitions\":[\"begin to cross over\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fè\"]}],\"-fè\":[{\"word\":\"-fè\",\"wordClass\":\"AV\",\"definitions\":[\"worship; serve\",\"cross over; pass\"],\"examples\":[{\"igbo\":\"O fèlù mmilī\",\"english\":\"He crossed the river\"},{\"igbo\":\"O fèlù m n’ụzò\",\"english\":\"He passed me on the way\"}],\"variations\":[],\"stems\":[]}],\"-fe-nì\":[{\"word\":\"-fe-nì\",\"wordClass\":\"AV\",\"definitions\":[\"dry up, wither, become emaciated (of plants or people)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-fi aka n’anya\":[{\"word\":\"-fi aka n’anya\",\"wordClass\":\"AV\",\"definitions\":[\"be wary; be careful\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fi\"]}],\"-ficha\":[{\"word\":\"-ficha\",\"wordClass\":\"AV\",\"definitions\":[\"wipe (smaller amount than -kwọcha)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fi\"]}],\"-fichapù\":[{\"word\":\"-fichapù\",\"wordClass\":\"AV\",\"definitions\":[\"wipe off\"],\"examples\":[{\"igbo\":\"Fichàpù ètùm dī n’àrụ akwà afù\",\"english\":\"brush off the dust on that cloth\"}],\"variations\":[],\"stems\":[\"-fi\"]}],\"-fichasị\":[{\"word\":\"-fichasị\",\"wordClass\":\"AV\",\"definitions\":[\"wipe thoroughly\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fi\"]}],\"-filì\":[{\"word\":\"-filì\",\"wordClass\":\"AV\",\"definitions\":[\"press, rub hard so as to break into pieces; crush with hand or foot\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fi\"]}],\"-fido\":[{\"word\":\"-fido\",\"wordClass\":\"AV\",\"definitions\":[\"support\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fi\"]}],\"-fili\":[{\"word\":\"-fili\",\"wordClass\":\"AV\",\"definitions\":[\"support\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fi\",\"-li\"]}],\"-fili isi\":[{\"word\":\"-fili isi\",\"wordClass\":\"AV\",\"definitions\":[\"rest the head\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fi\"]}],\"ofili isī\":[{\"word\":\"ofili isī\",\"wordClass\":\"AV\",\"definitions\":[\"pillow\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fi\",\"isi\",\"ofili\"]}],\"-fi\":[{\"word\":\"-fi\",\"wordClass\":\"AV\",\"definitions\":[\"wipe by pressing\",\"support\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òfifie\":[{\"word\":\"òfifie\",\"wordClass\":\"AV\",\"definitions\":[\"binding\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fie\"]}],\"-fiedo\":[{\"word\":\"-fiedo\",\"wordClass\":\"AV\",\"definitions\":[\"make fast with a cloth or belt\"],\"examples\":[{\"igbo\":\"O fìèdò ǹnwa n’ukwù\",\"english\":\"she tied a child on her back\"}],\"variations\":[],\"stems\":[\"-fie\"]}],\"-fiedosi ike\":[{\"word\":\"-fiedosi ike\",\"wordClass\":\"AV\",\"definitions\":[\"tighten\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fie\",\"ike\"]}],\"-fiegbu (-figbu)\":[{\"word\":\"-fiegbu (-figbu)\",\"wordClass\":\"AV\",\"definitions\":[\"strangle\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fie\"]}],\"-fiekọ\":[{\"word\":\"-fiekọ\",\"wordClass\":\"AV\",\"definitions\":[\"tie together\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fie\"]}],\"-fierube\":[{\"word\":\"-fierube\",\"wordClass\":\"AV\",\"definitions\":[\"gird, tie around\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fie\"]}],\"ife mfiedo\":[{\"word\":\"ife mfiedo\",\"wordClass\":\"AV\",\"definitions\":[\"girdle; belt\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fie\",\"ife\"]}],\"-fieta ngò\":[{\"word\":\"-fieta ngò\",\"wordClass\":\"AV\",\"definitions\":[\"receive back bride-price from wife's relations\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fie\",\"ngò\"]}],\"-fie ụgwō\":[{\"word\":\"-fie ụgwō\",\"wordClass\":\"AV\",\"definitions\":[\"demand payment of a debt\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fie\",\"ụgwō\"]}],\"-fie\":[{\"word\":\"-fie\",\"wordClass\":\"AV\",\"definitions\":[\"bind; tie; gird\",\"demand\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-fìè\":[{\"word\":\"-fìè\",\"wordClass\":\"AV\",\"definitions\":[\"miss (most often used as 2nd element in compound verb)\"],\"examples\":[{\"igbo\":\"Ife afīa nne āyị gòtàlù fìèlù m\",\"english\":\"The goodies which mother bought missed me\"}],\"variations\":[],\"stems\":null}],\"-fị afị\":[{\"word\":\"-fị afị\",\"wordClass\":\"AV\",\"definitions\":[\"be withered, shrivelled\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fị\"]}],\"-fịkọ\":[{\"word\":\"-fịkọ\",\"wordClass\":\"AV\",\"definitions\":[\"dry together\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fị\"]}],\"-fịkpọ\":[{\"word\":\"-fịkpọ\",\"wordClass\":\"AV\",\"definitions\":[\"dry up; wither and break\"],\"examples\":[],\"variations\":[\"-fịkpa\"],\"stems\":[\"-fị\"]}],\"-fịnwụ\":[{\"word\":\"-fịnwụ\",\"wordClass\":\"AV\",\"definitions\":[\"wither; shrivel up\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fị\"]}],\"òfịfị\":[{\"word\":\"òfịfị\",\"wordClass\":\"AV\",\"definitions\":[\"twisting\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fị\"]}],\"-fịcha\":[{\"word\":\"-fịcha\",\"wordClass\":\"AV\",\"definitions\":[\"wring\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fị\"]}],\"-fịghalị\":[{\"word\":\"-fịghalị\",\"wordClass\":\"AV\",\"definitions\":[\"twist\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fị\"]}],\"-fị ùdò\":[{\"word\":\"-fị ùdò\",\"wordClass\":\"AV\",\"definitions\":[\"braid rope\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fị\",\"ùdò\"]}],\"-fị\":[{\"word\":\"-fị\",\"wordClass\":\"AV\",\"definitions\":[\"dry up; wither\",\"twist; wring; braid\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-tụfì\":[{\"word\":\"-tụfì\",\"wordClass\":\"ESUF\",\"definitions\":[\"be entangled (also -tụsì)\",\"be entangled; wind; curl; entangle (literally throw and entangle)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fì\",\"-tụ\"]}],\"-fì\":[{\"word\":\"-fì\",\"wordClass\":\"ESUF\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"mfịa ārụ\":[{\"word\":\"mfịa ārụ\",\"wordClass\":\"AV\",\"definitions\":[\"adversity; distress; hardship; want; poverty\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fịa\"]}],\"-chìfìà\":[{\"word\":\"-chìfìà\",\"wordClass\":\"\",\"definitions\":[\"rub, scrub, off\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fịa\"]}],\"-kọfịa\":[{\"word\":\"-kọfịa\",\"wordClass\":\"\",\"definitions\":[\"scratch, pick off\",\"rub skin off hand\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fịa\",\"-kọ\"]}],\"-fịa\":[{\"word\":\"-fịa\",\"wordClass\":\"AV\",\"definitions\":[\"be difficult\",\"off\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-fịọ ùzù\":[{\"word\":\"-fịọ ùzù\",\"wordClass\":\"AV\",\"definitions\":[\"make quarrelsome noise; quarrel noisily; make tumultous noise\"],\"examples\":[],\"variations\":[\"-shọ ùzù\"],\"stems\":[\"-fịọ\",\"ùzù\"]}],\"-fịọ\":[{\"word\":\"-fịọ\",\"wordClass\":\"AV\",\"definitions\":[\"make a noise (by large number of people); make tumultuous noise1\"],\"examples\":[],\"variations\":[\"-shọ\"],\"stems\":null}],\"fịòfịò\":[{\"word\":\"fịòfịò\",\"wordClass\":\"NNC\",\"definitions\":[\"pigeon pea (Cajanus cajan (Linn.) Millsp.)\"],\"examples\":[],\"variations\":[\"shọòshọò\"],\"stems\":null}],\"òfifo\":[{\"word\":\"òfifo\",\"wordClass\":\"AV\",\"definitions\":[\"breaking (of day)\"],\"examples\":[{\"igbo\":\"Chi èfogo\",\"english\":\"Day has dawned\"}],\"variations\":[\"òfufo\"],\"stems\":[\"-fo\"]}],\"òfufo chī\":[{\"word\":\"òfufo chī\",\"wordClass\":\"AV\",\"definitions\":[\"dawn\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fo\"]}],\"-fosà\":[{\"word\":\"-fosà\",\"wordClass\":\"AV\",\"definitions\":[\"become fully light (of day)\"],\"examples\":[{\"igbo\":\"Chi ēfosàgo\",\"english\":\"Daylight has come fully\"}],\"variations\":[],\"stems\":[\"-fo\"]}],\"-fosàsị\":[{\"word\":\"-fosàsị\",\"wordClass\":\"AV\",\"definitions\":[\"be bright (of daylight)\"],\"examples\":[{\"igbo\":\"Chi ēfosàsịgo\",\"english\":\"The daylight is bright and strong\"}],\"variations\":[],\"stems\":[\"-fo\"]}],\"ōfufo\":[{\"word\":\"ōfufo\",\"wordClass\":\"AV\",\"definitions\":[\"period of daybreak as light grows stronger\",\"be open, clear\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fo\"]}],\"-focha\":[{\"word\":\"-focha\",\"wordClass\":\"AV\",\"definitions\":[\"clear (a space)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fo\"]}],\"-fochapù\":[{\"word\":\"-fochapù\",\"wordClass\":\"AV\",\"definitions\":[\"clear away\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fo\"]}],\"-fo iru\":[{\"word\":\"-fo iru\",\"wordClass\":\"AV\",\"definitions\":[\"be open, clear, spacious\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fo\",\"iru\"]}],\"àrụ ōfufo\":[{\"word\":\"àrụ ōfufo\",\"wordClass\":\"AV\",\"definitions\":[\"freedom from care; security; case\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fo\"]}],\"òfufo\":[{\"word\":\"òfufo\",\"wordClass\":\"AV\",\"definitions\":[\"mentioning\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fo\"]}],\"-fo\":[{\"word\":\"-fo\",\"wordClass\":\"AV\",\"definitions\":[\"break (of day)\",\"mention\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-fọdụ\":[{\"word\":\"-fọdụ\",\"wordClass\":\"\",\"definitions\":[\"be left; remain over\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fọ\"]}],\"-fọdụga\":[{\"word\":\"-fọdụga\",\"wordClass\":\"\",\"definitions\":[\"remain in different places\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fọ\"]}],\"-fọ sò ọkpụkpụ\":[{\"word\":\"-fọ sò ọkpụkpụ\",\"wordClass\":\"\",\"definitions\":[\"be very emaciated\"],\"examples\":[{\"igbo\":\"Àdâ tàsìàlù fọ sò ọkpụkpụ\",\"english\":\"Ada is very emaciated, or Ada is nothing but skin and bones. (Lit. Ada has become emaciated; what remains of her is only bones)\"}],\"variations\":[],\"stems\":[\"-fọ\",\"ọkpụkpụ\",\"-sọ\"]}],\"-fọ\":[{\"word\":\"-fọ\",\"wordClass\":\"\",\"definitions\":[\"remain; be left over (compare -gbọ 3.)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-fọnye\":[{\"word\":\"-fọnye\",\"wordClass\":\"AV\",\"definitions\":[\"put, squeeze into pocket, bag, etc.\"],\"examples\":[{\"igbo\":\"Ọ nà-àfọnye jī n’ime àkpà\",\"english\":\"He is putting yams into the bag\"}],\"variations\":[],\"stems\":[\"-fọ-\"]}],\"-fọpùta\":[{\"word\":\"-fọpùta\",\"wordClass\":\"AV\",\"definitions\":[\"take out from pocket, bag, etc.\"],\"examples\":[{\"igbo\":\"Ọ mànyèlù aka n’àkpà fọpùta ọjị naàbò\",\"english\":\"He dipped his hand into his pocket and brought out two kolanuts\"}],\"variations\":[],\"stems\":[\"-fọ-\"]}],\"-fọ-\":[{\"word\":\"-fọ-\",\"wordClass\":\"AV\",\"definitions\":[\"put (in or out); take out from; put, squeeze, insert into (bag, pocket, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òfùfù\":[{\"word\":\"òfùfù\",\"wordClass\":\"AV\",\"definitions\":[\"loss\"],\"examples\":[],\"variations\":[\"mfù\"],\"stems\":[\"-fù\"]}],\"-fù èfù\":[{\"word\":\"-fù èfù\",\"wordClass\":\"AV\",\"definitions\":[\"lose; go astray; be lost\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fù\"]}],\"-fùghalịba\":[{\"word\":\"-fùghalịba\",\"wordClass\":\"AV\",\"definitions\":[\"wander about\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fù\"]}],\"-fumìna\":[{\"word\":\"-fumìna\",\"wordClass\":\"AV\",\"definitions\":[\"be lost in such a way that the probability of being recovered is very low\"],\"examples\":[{\"igbo\":\"Ego afù èfumìnago\",\"english\":\"The money has been totally lost\"}],\"variations\":[],\"stems\":[\"-fù\"]}],\"-fùnarị\":[{\"word\":\"-fùnarị\",\"wordClass\":\"AV\",\"definitions\":[\"wander from; be lost from\"],\"examples\":[{\"igbo\":\"Akwụkwọ m#efùnarịgo m#\",\"english\":\"I have lost my book (literally My book is lost from me)\"}],\"variations\":[],\"stems\":[\"-fù\"]}],\"-fùru\":[{\"word\":\"-fùru\",\"wordClass\":\"AV\",\"definitions\":[\"be lost\"],\"examples\":[{\"igbo\":\"Àda efùrugo\",\"english\":\"Ada is lost\"}],\"variations\":[],\"stems\":[\"-fù\",\"-rị\"]}],\"-fù ụzò\":[{\"word\":\"-fù ụzò\",\"wordClass\":\"AV\",\"definitions\":[\"lose one's way\"],\"examples\":[{\"igbo\":\"Efùlù m ụzò\",\"english\":\"I lost my way\"}],\"variations\":[],\"stems\":[\"-fù\",\"ụzò\"]}],\"-fùcha\":[{\"word\":\"-fùcha\",\"wordClass\":\"AV\",\"definitions\":[\"winnow thoroughly\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fù\"]}],\"-fùkpọ\":[{\"word\":\"-fùkpọ\",\"wordClass\":\"AV\",\"definitions\":[\"blow until (it) bursts\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fù\"]}],\"-fùnye ume\":[{\"word\":\"-fùnye ume\",\"wordClass\":\"AV\",\"definitions\":[\"inflate\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fù\",\"ume\"]}],\"-fùnyụ\":[{\"word\":\"-fùnyụ\",\"wordClass\":\"AV\",\"definitions\":[\"blow out a light\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fù\"]}],\"-fùnwu\":[{\"word\":\"-fùnwu\",\"wordClass\":\"AV\",\"definitions\":[\"light fire; kindle by blowing; raise light\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fù\"]}],\"-fùnwu ọkụ\":[{\"word\":\"-fùnwu ọkụ\",\"wordClass\":\"AV\",\"definitions\":[\"light a fire by blowing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fù\",\"ọkụ\"]}],\"-fù ọkụ\":[{\"word\":\"-fù ọkụ\",\"wordClass\":\"AV\",\"definitions\":[\"blow fire\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fù\",\"ọkụ\"]}],\"-fùwa\":[{\"word\":\"-fùwa\",\"wordClass\":\"AV\",\"definitions\":[\"puff, burst (as bag)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fù\"]}],\"-fù\":[{\"word\":\"-fù\",\"wordClass\":\"AV\",\"definitions\":[\"lose; get lost\",\"blow; puff; swell\"],\"examples\":[{\"igbo\":\"Akwụkwọ m#efùgo\",\"english\":\"My book is lost\"}],\"variations\":[],\"stems\":[]}],\"-fufè isi\":[{\"word\":\"-fufè isi\",\"wordClass\":\"AV\",\"definitions\":[\"shake the head\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fu-fè\",\"isi\"]}],\"-fu-fè\":[{\"word\":\"-fu-fè\",\"wordClass\":\"AV\",\"definitions\":[\"shake\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"fụ ǹdụù\":[{\"word\":\"fụ ǹdụù\",\"wordClass\":\"ADV\",\"definitions\":[\"just now, immediately\"],\"examples\":[{\"igbo\":\"Bikō, achòlù m kà ị bịa fù ǹdụù\",\"english\":\"Please, I want you to come just now\"}],\"variations\":[\"fụ kịtaà\"],\"stems\":[\"fụ\"]}],\"fụ\":[{\"word\":\"fụ\",\"wordClass\":\"ADV\",\"definitions\":[\"(has tone opposite to that of the preceding syllable) just; just now; right; very\"],\"examples\":[{\"igbo\":\"Èbeē kà i bīfù?\",\"english\":\"Where do you live now?\"}],\"variations\":[\"fù\"],\"stems\":null}],\"òfụfụ\":[{\"word\":\"òfụfụ\",\"wordClass\":\"AV\",\"definitions\":[\"seeing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fụ\"]}],\"-fụcha(sị)\":[{\"word\":\"-fụcha(sị)\",\"wordClass\":\"AV\",\"definitions\":[\"see all; see clearly\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fụ\"]}],\"-fụchata\":[{\"word\":\"-fụchata\",\"wordClass\":\"AV\",\"definitions\":[\"be curious, inquisitive\",\"be inquisitive, nosy\"],\"examples\":[{\"igbo:\":\"Achò m kà ị fụtalụ m nwaànyị dī mmā\",\"english\":\"I want you to help me find a good woman (i.e. with intention to follow up the information gained)\"}],\"variations\":[],\"stems\":[\"-fụ\",\"-ta \"]}],\"mfụchata\":[{\"word\":\"mfụchata\",\"wordClass\":\"AV\",\"definitions\":[\"curiosity; inquisitiveness\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fụ\"]}],\"-fụdà\":[{\"word\":\"-fụdà\",\"wordClass\":\"AV\",\"definitions\":[\"see to the end\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fụ\"]}],\"-fụ ìnyègè\":[{\"word\":\"-fụ ìnyègè\",\"wordClass\":\"AV\",\"definitions\":[\"see faintly\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fụ\",\"ìnyègè\"]}],\"-fụjọ\":[{\"word\":\"-fụjọ\",\"wordClass\":\"AV\",\"definitions\":[\"be evil-disposed to; dislike\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fụ\"]}],\"-fụkọ\":[{\"word\":\"-fụkọ\",\"wordClass\":\"AV\",\"definitions\":[\"see together\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fụ\"]}],\"-fụlụ\":[{\"word\":\"-fụlụ\",\"wordClass\":\"AV\",\"definitions\":[\"discover a fault\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fụ\"]}],\"-fụlụlụ\":[{\"word\":\"-fụlụlụ\",\"wordClass\":\"AV\",\"definitions\":[\"spy on\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fụ\"]}],\"-fụmì\":[{\"word\":\"-fụmì\",\"wordClass\":\"AV\",\"definitions\":[\"see to the bottom (literally and fig.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fụ\"]}],\"ịfūnàanya\":[{\"word\":\"ịfūnàanya\",\"wordClass\":\"NNC\",\"definitions\":[\"love; liking; fondness (see -fụ 1.)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-fụnarị\":[{\"word\":\"-fụnarị\",\"wordClass\":\"AV\",\"definitions\":[\"see more (than another person)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fụ\"]}],\"-fụ ọfù\":[{\"word\":\"-fụ ọfù\",\"wordClass\":\"AV\",\"definitions\":[\"see vision\",\"see a vision; prophesy\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fụ\",\"ọfù\"]}],\"-fụta\":[{\"word\":\"-fụta\",\"wordClass\":\"AV\",\"definitions\":[\"find\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fụ\",\"-ta \"]}],\"-fụtè\":[{\"word\":\"-fụtè\",\"wordClass\":\"AV\",\"definitions\":[\"see afar off\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fụ\"]}],\"-fụ ụzò\":[{\"word\":\"-fụ ụzò\",\"wordClass\":\"AV\",\"definitions\":[\"see clearly; be transparent\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fụ\",\"ụzò\"]}],\"-fụwa\":[{\"word\":\"-fụwa\",\"wordClass\":\"AV\",\"definitions\":[\"see clearly\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fụ\"]}],\"-fụzù\":[{\"word\":\"-fụzù\",\"wordClass\":\"AV\",\"definitions\":[\"see all\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fụ\"]}],\"òfụfụ anya ụzò\":[{\"word\":\"òfụfụ anya ụzò\",\"wordClass\":\"AV\",\"definitions\":[\"sight\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fụ\"]}],\"-fụ ùfụ\":[{\"word\":\"-fụ ùfụ\",\"wordClass\":\"AV\",\"definitions\":[\"hurt\",\"be painful, distressing\"],\"examples\":[{\"igbo\":\"Ukwụ nà-àfụ m#ụfụ\",\"english\":\"My leg is hurting me\"},{\"igbo\":\"Ọgwū nā-ata m nà mkpịsị akā nà-àfụ m ùfụ\",\"english\":\"The whitlow on my finger is hurting me\"}],\"variations\":[],\"stems\":[\"-fụ\",\"ùfụ\"]}],\"-fụ ji\":[{\"word\":\"-fụ ji\",\"wordClass\":\"AV\",\"definitions\":[\"peel yam (usually cooked)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-fụ\",\"ji\"]}],\"-fụ\":[{\"word\":\"-fụ\",\"wordClass\":\"AV\",\"definitions\":[\"see; find (no vowel suffix)\",\"hurt (intr.)\",\"peel\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"fù\":[{\"word\":\"fù\",\"wordClass\":\"AV\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"-fụ-kò\":[{\"word\":\"-fụ-kò\",\"wordClass\":\"AV\",\"definitions\":[\"crumple; rumple\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"G\":[{\"word\":\"G\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"ga\":[{\"word\":\"ga\",\"wordClass\":\"\",\"definitions\":[\"optional plural marker know\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ògịga\":[{\"word\":\"ògịga\",\"wordClass\":\"AV\",\"definitions\":[\"a pass; passing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ga\"]}],\"-ga àzụ\":[{\"word\":\"-ga àzụ\",\"wordClass\":\"AV\",\"definitions\":[\"be retrogressive, not making good progress\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ga\"]}],\"-gabìdo\":[{\"word\":\"-gabìdo\",\"wordClass\":\"AV\",\"definitions\":[\"go in front and intercept\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ga\"]}],\"-gabìga (compare - gafèga)\":[{\"word\":\"-gabìga (compare - gafèga)\",\"wordClass\":\"AV\",\"definitions\":[\"go in front of; overtake\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ga\"]}],\"ngabìga\":[{\"word\":\"ngabìga\",\"wordClass\":\"AV\",\"definitions\":[\"passing over; Passover\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ga\"]}],\"-gabulu n’iru\":[{\"word\":\"-gabulu n’iru\",\"wordClass\":\"AV\",\"definitions\":[\"go before, carrying something\",\"go before\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ga\",\"iru\"]}],\"-gadobe\":[{\"word\":\"-gadobe\",\"wordClass\":\"AV\",\"definitions\":[\"stop moving\"],\"examples\":[],\"variations\":[\"-gadebe\"],\"stems\":[\"-ga\"]}],\"-gadòbe\":[{\"word\":\"-gadòbe\",\"wordClass\":\"AV\",\"definitions\":[\"move nearer\"],\"examples\":[],\"variations\":[\"-gadèbe\"],\"stems\":[\"-ga\"]}],\"-gafè\":[{\"word\":\"-gafè\",\"wordClass\":\"AV\",\"definitions\":[\"cross; pass (away, over, through)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ga\"]}],\"-gafèga\":[{\"word\":\"-gafèga\",\"wordClass\":\"AV\",\"definitions\":[\"go in front of; overtake\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ga\"]}],\"-gafè okè\":[{\"word\":\"-gafè okè\",\"wordClass\":\"AV\",\"definitions\":[\"be in excess\"],\"examples\":[{\"igbo\":\"Ife gafèlù okè dì njọ\",\"english\":\"Enough is as good as a feast\"}],\"variations\":[],\"stems\":[\"-ga\",\"okè\"]}],\"-gafèta\":[{\"word\":\"-gafèta\",\"wordClass\":\"AV\",\"definitions\":[\"come over\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ga\"]}],\"-gaghalị\":[{\"word\":\"-gaghalị\",\"wordClass\":\"AV\",\"definitions\":[\"wander; stroll\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ga\"]}],\"-gakọ\":[{\"word\":\"-gakọ\",\"wordClass\":\"AV\",\"definitions\":[\"pass towards\",\"thread, string (together)\",\"bring together with thread (e.g. beads)\"],\"examples\":[{\"igbo\":\"Ọ nà-àgakọ jìgìda\",\"english\":\"She is threading the waistbeads together\"},{\"igbo\":\"Ànyị nà-àchọ ịgbākọ mmilī màkà echi\",\"english\":\"We want to draw water into a large container for tomorrow (literally fetch water together)\"}],\"variations\":[],\"stems\":[\"-ga\",\"-kọ\"]}],\"-ga(lụ) aga\":[{\"word\":\"-ga(lụ) aga\",\"wordClass\":\"AV\",\"definitions\":[\"be past; ago\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ga\"]}],\"arō gālụ aga\":[{\"word\":\"arō gālụ aga\",\"wordClass\":\"AV\",\"definitions\":[\"last year\"],\"examples\":[{\"igbo\":\"Ọ mùlù èjìma n'arō gālụ aga\",\"english\":\"She gave birth to twins last year\"}],\"variations\":[],\"stems\":[\"-ga\"]}],\"ife gālụ aga\":[{\"word\":\"ife gālụ aga\",\"wordClass\":\"AV\",\"definitions\":[\"past event; past thing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ga\",\"ife\"]}],\"ọnwa gālụ aga\":[{\"word\":\"ọnwa gālụ aga\",\"wordClass\":\"AV\",\"definitions\":[\"last month\"],\"examples\":[{\"igbo\":\"Ọ bìàlù ebe à n’ọnwa gālụ aga\",\"english\":\"He came here last month\"}],\"variations\":[],\"stems\":[\"-ga\"]}],\"ụkā gālụ aga\":[{\"word\":\"ụkā gālụ aga\",\"wordClass\":\"AV\",\"definitions\":[\"last week\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ga\",\"ụkà\"]}],\"-gamì\":[{\"word\":\"-gamì\",\"wordClass\":\"AV\",\"definitions\":[\"go in; pass deeply; travel inland\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ga\"]}],\"-ga n’iru\":[{\"word\":\"-ga n’iru\",\"wordClass\":\"AV\",\"definitions\":[\"go forward; go in front; progress\",\"go forward; go in front; progress; be progressive\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ga\",\"iru\"]}],\"ịgāniiru\":[{\"word\":\"ịgāniiru\",\"wordClass\":\"AV\",\"definitions\":[\"progress\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ga\"]}],\"ògàniiru\":[{\"word\":\"ògàniiru\",\"wordClass\":\"AV\",\"definitions\":[\"progress\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ga\",\"iru\"]}],\"-ga òfụma\":[{\"word\":\"-ga òfụma\",\"wordClass\":\"AV\",\"definitions\":[\"prosper; succeed; go well\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ga\",\"òfụma\"]}],\"-garube\":[{\"word\":\"-garube\",\"wordClass\":\"AV\",\"definitions\":[\"surround; go round\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ga\"]}],\"-garụka\":[{\"word\":\"-garụka\",\"wordClass\":\"AV\",\"definitions\":[\"go a short distance; go aside (especially for discussion)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ga\"]}],\"-gata\":[{\"word\":\"-gata\",\"wordClass\":\"AV\",\"definitions\":[\"pass here (towards speaker)\"],\"examples\":[{\"igbo\":\"Nye m efè kà m gata\",\"english\":\"Let me pass!\"}],\"variations\":[],\"stems\":[\"-ga\"]}],\"-gatè aka\":[{\"word\":\"-gatè aka\",\"wordClass\":\"AV\",\"definitions\":[\"go far away\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ga\"]}],\"-gawa\":[{\"word\":\"-gawa\",\"wordClass\":\"AV\",\"definitions\":[\"pass, go, straight on\",\"go further, straight on\"],\"examples\":[{\"igbo\":\"Àrụ nsògbu yā nà-àgawanye n’iru\",\"english\":\"His illness is becoming worse (literally going further and further)\"}],\"variations\":[],\"stems\":[\"-ga\",\"-wa\"]}],\"-gawaga\":[{\"word\":\"-gawaga\",\"wordClass\":\"AV\",\"definitions\":[\"pass, go, straight on\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ga\"]}],\"-gawalụ\":[{\"word\":\"-gawalụ\",\"wordClass\":\"AV\",\"definitions\":[\"go away\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ga\"]}],\"-gazù\":[{\"word\":\"-gazù\",\"wordClass\":\"AV\",\"definitions\":[\"go through\",\"be beyond; be farther off\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ga\"]}],\"-gabìga\":[{\"word\":\"-gabìga\",\"wordClass\":\"AV\",\"definitions\":[\"come round to intercept someone\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ga\"]}],\"-kpụmìga\":[{\"word\":\"-kpụmìga\",\"wordClass\":\"AV\",\"definitions\":[\"move farther off\",\"draw farther\"],\"examples\":[{\"igbo\":\"Bikō kpụmìga!\",\"english\":\"Please move farther off!\"}],\"variations\":[],\"stems\":[\"-ga\",\"-kpụ\"]}],\"-gado\":[{\"word\":\"-gado\",\"wordClass\":\"AV\",\"definitions\":[\"hold together\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ga\"]}],\"-ga\":[{\"word\":\"-ga\",\"wordClass\":\"AV\",\"definitions\":[\"go; pass; move\",\"thread (so as to hold together\",\"(probably originates from -ga 1.) marks the future verb forms\"],\"examples\":[{\"igbo\":\"Bikō mèghe ụzò kà nne ānyị wèlu fụ ụzò ga ife onu#ya\",\"english\":\"Please open the door so as to allow our mother to see well to thread her necklace\"},{\"igbo\":\"Chikē gà-àbịa\",\"english\":\"Chike will come (future affirmative)\"},{\"igbo\":\"Chikē agā-abịa\",\"english\":\"Chike will not come (future negative)\"},{\"igbo\":\"Chikē gà na-ègo jī\",\"english\":\"Chikē will be (habitually) buying yams (future progressive affirmative)\"},{\"igbo\":\"Ụzò kpùchìsìlì ụnò ya, mmilī agā naabā yā\",\"english\":\"Ụzọ roofed his house so that rain might not come in (future progressive negative)\"},{\"igbo\":\"Chikē gà-ègogo jī\",\"english\":\"Chike will/must have bought yams (future perfect, affirmative)\"},{\"igbo\":\"Chikē gà na-ègogo jī\",\"english\":\"Chike will/must have been (habitually) buying yams (future progressive perfect affirmative)\"}],\"variations\":[],\"stems\":[]}],\"-gà mbọ\":[{\"word\":\"-gà mbọ\",\"wordClass\":\"AV\",\"definitions\":[\"scratch with nails\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gà\",\"mbọ\"]}],\"-ga-cha\":[{\"word\":\"-ga-cha\",\"wordClass\":\"AV\",\"definitions\":[\"take off\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gà\"]}],\"-gachata\":[{\"word\":\"-gachata\",\"wordClass\":\"AV\",\"definitions\":[\"snatch off\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gà\"]}],\"-gà\":[{\"word\":\"-gà\",\"wordClass\":\"AV\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"-gàla ngàla\":[{\"word\":\"-gàla ngàla\",\"wordClass\":\"\",\"definitions\":[\"be proud\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gà-la\",\"ngàla\"]}],\"-gàla ọnū\":[{\"word\":\"-gàla ọnū\",\"wordClass\":\"NNC\",\"definitions\":[\"be dear\"],\"examples\":[{\"igbo\":\"Nni gàlàlù ọnụ n’ebe à\",\"english\":\"Food is dear here\"}],\"variations\":[],\"stems\":[\"-gà-la\"]}],\"ǹgàla ōnụ\":[{\"word\":\"ǹgàla ōnụ\",\"wordClass\":\"NNC\",\"definitions\":[\"dearness\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gà-la\",\"ọnū\"]}],\"-gà-la\":[{\"word\":\"-gà-la\",\"wordClass\":\"\",\"definitions\":[\"be proud\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-sọ gànàgànà\":[{\"word\":\"-sọ gànàgànà\",\"wordClass\":\"AV\",\"definitions\":[\"stagger\"],\"examples\":[],\"variations\":[],\"stems\":[\"gànàgànà\",\"-sọ\"]}],\"gànàgànà\":[{\"word\":\"gànàgànà\",\"wordClass\":\"NNC\",\"definitions\":[\"staggering walk\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"gàrị\":[{\"word\":\"gàrị\",\"wordClass\":\"NNC\",\"definitions\":[\"dried and grated cassava; gari\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"GB\":[{\"word\":\"GB\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"-gbabà\":[{\"word\":\"-gbabà\",\"wordClass\":\"AV\",\"definitions\":[\"run into, in; (fig.) trust in; confide\"],\"examples\":[{\"igbo\":\"Gbabàanù ime ụnò\",\"english\":\"Run (you pl.) into the house\"}],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbabàta\":[{\"word\":\"-gbabàta\",\"wordClass\":\"AV\",\"definitions\":[\"run in, into towards the speaker\"],\"examples\":[{\"igbo\":\"Ụmù akā, gbabàtanù ime ụnò!\",\"english\":\"Children, run into the house\"}],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbabè\":[{\"word\":\"-gbabè\",\"wordClass\":\"AV\",\"definitions\":[\"stop running; run out of breath (compare\",\"snap asunder; cut; (fig.) die suddenly or unexpectedly\"],\"examples\":[{\"igbo\":\"Mmilī gà-àgbabè n’elekele īsiì\",\"english\":\"The water will stop running at 6 o'clock\"},{\"igbo\":\"Elili àgbabègo\",\"english\":\"The rope has snapped\"},{\"igbo\":\"Òfu nwa ikolobìà gbabèèlù ebe à ǹnyàafù\",\"english\":\"A young man died here suddenly yesterday\"}],\"variations\":[],\"stems\":[\"-gba\",\"-gba-\"]}],\"-gbabido\":[{\"word\":\"-gbabido\",\"wordClass\":\"AV\",\"definitions\":[\"enclose; cut off; ambush; waylay\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbadà\":[{\"word\":\"-gbadà\",\"wordClass\":\"AV\",\"definitions\":[\"run down; descend\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"mgbadà\":[{\"word\":\"mgbadà\",\"wordClass\":\"NNC\",\"definitions\":[\"level ground, as opposed to a hill\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-gbadebe\":[{\"word\":\"-gbadebe\",\"wordClass\":\"AV\",\"definitions\":[\"stop running\"],\"examples\":[{\"igbo\":\"Mmilī nà-àgbadebe n’elekele ìtènaānị\",\"english\":\"Water stops running at 9 o'clock\"}],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbafo\":[{\"word\":\"-gbafo\",\"wordClass\":\"AV\",\"definitions\":[\"disperse; scatter; clear (of people, e.g. from market, or of clouds)\"],\"examples\":[{\"igbo\":\"Nwèe ǹdìdì, chi gàfụ āgbafo\",\"english\":\"Be patient, the weather will soon clear up.\"},{\"igbo\":\"Afịa āgbafogo\",\"english\":\"The market has cleared\"}],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbafù\":[{\"word\":\"-gbafù\",\"wordClass\":\"AV\",\"definitions\":[\"pour away, off; pour to waste\"],\"examples\":[{\"igbo\":\"Gbafùe mmili dī n’ime ìtè\",\"english\":\"Pour off the water in the pot\"}],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbafù obì\":[{\"word\":\"-gbafù obì\",\"wordClass\":\"AV\",\"definitions\":[\"take the breath away; startle; shock; make shudder\",\"take the breath away; startle; shock; make shudder (literally make the heart run away)\"],\"examples\":[],\"variations\":[\"-gbafù ume\"],\"stems\":[\"-gba\",\"obì\"]}],\"-gbago\":[{\"word\":\"-gbago\",\"wordClass\":\"AV\",\"definitions\":[\"ascend; run up\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"mgbago\":[{\"word\":\"mgbago\",\"wordClass\":\"AV\",\"definitions\":[\"ascent\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbagota\":[{\"word\":\"-gbagota\",\"wordClass\":\"AV\",\"definitions\":[\"ascend (towards the speaker)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbaghà\":[{\"word\":\"-gbaghà\",\"wordClass\":\"AV\",\"definitions\":[\"overtake\",\"overshoot (one's target)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\",\"-ghà\"]}],\"-gbaghàga\":[{\"word\":\"-gbaghàga\",\"wordClass\":\"AV\",\"definitions\":[\"run past\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbaghalị\":[{\"word\":\"-gbaghalị\",\"wordClass\":\"AV\",\"definitions\":[\"run about\",\"stir; turn round\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\",\"-gba-\"]}],\"-gbaghàlụ\":[{\"word\":\"-gbaghàlụ\",\"wordClass\":\"AV\",\"definitions\":[\"pardon; forgive; leave; let alone\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"mgbaghàlụ\":[{\"word\":\"mgbaghàlụ\",\"wordClass\":\"NNC\",\"definitions\":[\"forgiveness\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-gbaje\":[{\"word\":\"-gbaje\",\"wordClass\":\"AV\",\"definitions\":[\"run to\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbajebe\":[{\"word\":\"-gbajebe\",\"wordClass\":\"AV\",\"definitions\":[\"run somewhere\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbakìli ànì\":[{\"word\":\"-gbakìli ànì\",\"wordClass\":\"AV\",\"definitions\":[\"run hither and thither without anything being done; make fuss; dilly-dally\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbakọ\":[{\"word\":\"-gbakọ\",\"wordClass\":\"AV\",\"definitions\":[\"run together\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"mgbakọ\":[{\"word\":\"mgbakọ\",\"wordClass\":\"AV\",\"definitions\":[\"gathering; meeting\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbakòba\":[{\"word\":\"-gbakòba\",\"wordClass\":\"AV\",\"definitions\":[\"meet together; come, run, together\",\"come together\"],\"examples\":[{\"igbo\":\"Gbakòbanù n'òfu ebē\",\"english\":\"Come (you pl.) together in one place\"}],\"variations\":[],\"stems\":[\"-gba\",\"-kò\"]}],\"-gbakòba ọnū\":[{\"word\":\"-gbakòba ọnū\",\"wordClass\":\"AV\",\"definitions\":[\"meet together; assemble, run together\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbakute\":[{\"word\":\"-gbakute\",\"wordClass\":\"AV\",\"definitions\":[\"run to (someone)\"],\"examples\":[{\"igbo\":\"Gbàkute nnā ānyị\",\"english\":\"Run to our father\"}],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbakù(rị)ta\":[{\"word\":\"-gbakù(rị)ta\",\"wordClass\":\"AV\",\"definitions\":[\"neglect; turn back on\"],\"examples\":[{\"igbo\":\"Ọ gbākùrìtàlù m àzụ ọgè m nò na nsògbu\",\"english\":\"He turned his back on me when I was in trouble\"}],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbakùta àzụ\":[{\"word\":\"-gbakùta àzụ\",\"wordClass\":\"AV\",\"definitions\":[\"turn back; desert; neglect\",\"turn the back on\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\",\"-kù\"]}],\"-gbakpù\":[{\"word\":\"-gbakpù\",\"wordClass\":\"AV\",\"definitions\":[\"obscure; move across and cover (as clouds the sun)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbalụ ọsọ\":[{\"word\":\"-gbalụ ọsọ\",\"wordClass\":\"AV\",\"definitions\":[\"dodge; avoid\"],\"examples\":[{\"igbo\":\"Mba nà-àgbalụ m ọsọ\",\"english\":\"Mba is running away from me, or Mba is dodging me, or Mba tries to avoid me\"}],\"variations\":[],\"stems\":[\"-gba\",\"ọsọ\"]}],\"-gba mbò\":[{\"word\":\"-gba mbò\",\"wordClass\":\"AV\",\"definitions\":[\"strive; attempt; try hard, persist; be enterprising, industrious\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\",\"mbò\"]}],\"-gbana\":[{\"word\":\"-gbana\",\"wordClass\":\"AV\",\"definitions\":[\"run home\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbana n'òsu\":[{\"word\":\"-gbana n'òsu\",\"wordClass\":\"AV\",\"definitions\":[\"seek refuge with a deity\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbanarị\":[{\"word\":\"-gbanarị\",\"wordClass\":\"AV\",\"definitions\":[\"outrun; run away from; forsake; abandon\",\"run away from (something); abscond from (something, someone)\"],\"examples\":[{\"igbo\":\"Nkịtā m àgbanarịgo m\",\"english\":\"My dog has run away from me\"},{\"igbo\":\"Agà m àgbanarị gī n’ọsọ\",\"english\":\"I can outrun you\"},{\"igbo\":\"Nkịtā m zùtàlù ǹnyàafù àgbanarịgo m#\",\"english\":\"The dog I bought yesterday has run away (from me)\"}],\"variations\":[],\"stems\":[\"-gba\",\"-na-rị\"]}],\"-gbanata\":[{\"word\":\"-gbanata\",\"wordClass\":\"AV\",\"definitions\":[\"run home (from another place towards the speaker)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gba ǹje\":[{\"word\":\"-gba ǹje\",\"wordClass\":\"AV\",\"definitions\":[\"run to and from; be going to and from a place (including the world of spirits)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\",\"-je\"]}],\"ògbanje\":[{\"word\":\"ògbanje\",\"wordClass\":\"NNC\",\"definitions\":[\"(= nwa ōgbanje) (from -gba nje make several trips to and from a place; literally maker of several trips or recurrent visitor) 'repeater'; child believed to belong to a band in the world of spirits to which he/she returns in infancy; from there he goes back to his mother's womb to be born again, only to die and return to the spirit world again in infancy. Ògbanje is born several times, dying each time and returning to the world of spirits. A mother who experiences frequent child mortality is believed to be visited by a member or members of the ògbanje group. The new-born baby is regarded as the one who died last; and the child's death is to be expected any time, unless a native doctor specialist in ògbanje spirits is provided and performs successfully certain rituals which include the ògbanje object known as iyi ògbanje or iyi ùwà, on which the ògbanje swore to return to the spirit world. The place where the object is hidden is known only to the doctor and the ògbanje. (But an ògbanje can decide to stay and live to old age without the native doctor's rituals and/or propitiation to the other members of his particular ògbanje band.) Sometimes a part of the dead ògbanje's body, e.g. a finger or an ear, is amputated, and as proof that it was the same child who returns next time it is believed that such amputated parts are missing on the new baby's body. The amputation of parts of the body is done in the belief that the ògbanje would feel the pain and/or shame and on the next return to the world would remember it and refuse to die again. An ògbanje who stays is given excessive petting and care to the disadvantage of the other children. The parents who have suffered greatly at the hands of the ògbanje and become improverished do everything possible in order to prevent a recurrence of the bitter experience. The ògbanje behaves in his own peculiar way. Sometimes his character and physical features may bear no resemblance to those of any member of the family. The surviving ògbanje sometimes exploits this difference and the special treatment of his parents ruthlessly and selfishly by, for instance, demanding that a particular kind of clothes must be bought for him, otherwise the parents run the risk of losing him. Certain proper names are often though not invariably given to surviving ògbanjes. The names are believed to help in preventing the ògbanje from returning to the world of spirits. The names include Nònyelụm stay with me; Nwoōsu the son of òsu (but this does not make such a child an òsu. It is meant to bring shame on the ògbanje as explained above).\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-gba nrịra\":[{\"word\":\"-gba nrịra\",\"wordClass\":\"AV\",\"definitions\":[\"run from husband to another man\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbanù\":[{\"word\":\"-gbanù\",\"wordClass\":\"AV\",\"definitions\":[\"be in a hurry; hurry\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"mgbanù\":[{\"word\":\"mgbanù\",\"wordClass\":\"AV\",\"definitions\":[\"hurry; haste\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-me mgbanù\":[{\"word\":\"-me mgbanù\",\"wordClass\":\"AV\",\"definitions\":[\"be in a hurry\"],\"examples\":[{\"igbo\":\"Ọ nà-ème mgbanù\",\"english\":\"She is in a hurry\"}],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gba òdìbò\":[{\"word\":\"-gba òdìbò\",\"wordClass\":\"AV\",\"definitions\":[\"work as servant; serve; wait on (on a master-servant basis)\",\"serve (as a servant)\"],\"examples\":[{\"igbo\":\"Agū nà-àgbalụ m òdìbò\",\"english\":\"Agụ is working for me as my servant\"}],\"variations\":[],\"stems\":[\"-gba\",\"òdìbò\"]}],\"-gba ọsọ\":[{\"word\":\"-gba ọsọ\",\"wordClass\":\"AV\",\"definitions\":[\"run; run away; abscond; run race\",\"run\"],\"examples\":[{\"igbo\":\"Ànyị gà-àgba ọsō\",\"english\":\"We are going to run\"}],\"variations\":[],\"stems\":[\"-gba\",\"ọsọ\"]}],\"-gbapù\":[{\"word\":\"-gbapù\",\"wordClass\":\"AV\",\"definitions\":[\"pour out\",\"redeem; ransom\"],\"examples\":[{\"igbo\":\"Gbapù mmili dī n’ime ìtè\",\"english\":\"Pour out the water in the pot\"}],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbapùta\":[{\"word\":\"-gbapùta\",\"wordClass\":\"AV\",\"definitions\":[\"run out, away\",\"redeem; ransom\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"gbaràpù\":[{\"word\":\"gbaràpù\",\"wordClass\":\"AV\",\"definitions\":[\"forsake; abandon\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbasò\":[{\"word\":\"-gbasò\",\"wordClass\":\"AV\",\"definitions\":[\"run to, after\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gba ùzọ\":[{\"word\":\"-gba ùzọ\",\"wordClass\":\"AV\",\"definitions\":[\"go out very early in the morning\",\"go out early in the morning; do something early, rather early\"],\"examples\":[{\"igbo\":\"Agà m àgba ūzọ je Nneēwi\",\"english\":\"I shall go to Nneewi early in the morning\"},{\"igbo\":\"(fig.) Mbâ gbàlù ùzọ ọnwū\",\"english\":\"Mba died young (lit early)\"}],\"variations\":[],\"stems\":[\"-gba\",\"ùzọ\"]}],\"-gbawa\":[{\"word\":\"-gbawa\",\"wordClass\":\"AV\",\"definitions\":[\"run away; abscond\",\"crack; split\"],\"examples\":[{\"igbo\":\"Ọ chòlù ịgbāwa\",\"english\":\"He wants to run away, abscond\"}],\"variations\":[],\"stems\":[\"-gba\",\"-gba-\"]}],\"mgbawa\":[{\"word\":\"mgbawa\",\"wordClass\":\"AV\",\"definitions\":[\"running home, away\",\"crack; cracking\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\",\"-gba-\"]}],\"-gbawalụ\":[{\"word\":\"-gbawalụ\",\"wordClass\":\"AV\",\"definitions\":[\"run away; abscond\",\"run away\"],\"examples\":[{\"igbo\":\"Gwa yā kà ọ gbawalụ\",\"english\":\"Tell him to run away\"},{\"igbo\":\"Nwa òdìbò m rāpùlù m gbawalụ ọgè ànyị nò n'Òbòdò Oyìbo\",\"english\":\"My servant left me and ran when we were in the United Kingdom (ii) move in vehicle; ride\"}],\"variations\":[],\"stems\":[\"-gba\",\"-lụ\"]}],\"-gba igwè\":[{\"word\":\"-gba igwè\",\"wordClass\":\"AV\",\"definitions\":[\"ride bicycle\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\",\"igwè\"]}],\"-gba ụgbọ\":[{\"word\":\"-gba ụgbọ\",\"wordClass\":\"AV\",\"definitions\":[\"go in a vehicle\",\"move (as liquid) (1) flow, run (liquid as subject)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\",\"ụgbọ\"]}],\"-gbacha\":[{\"word\":\"-gbacha\",\"wordClass\":\"AV\",\"definitions\":[\"leave off raining\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbanye\":[{\"word\":\"-gbanye\",\"wordClass\":\"AV\",\"definitions\":[\"pour (liquid) into a container\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbapù(ta)\":[{\"word\":\"-gbapù(ta)\",\"wordClass\":\"AV\",\"definitions\":[\"exude; pour out (of liquids)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-me mgbafù\":[{\"word\":\"-me mgbafù\",\"wordClass\":\"AV\",\"definitions\":[\"be poured away, off, to waste\"],\"examples\":[{\"igbo\":\"Ọgwù m nàtàlù n'ùtụtù mèlù mgbafù\",\"english\":\"The drug I received in the morning was spilt\"}],\"variations\":[],\"stems\":[\"-gba\"]}],\"(mmilī) -gba\":[{\"word\":\"(mmilī) -gba\",\"wordClass\":\"AV\",\"definitions\":[\"flow (of water)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\",\"mmilī\"]}],\"(mmilī) -gbafùsị\":[{\"word\":\"(mmilī) -gbafùsị\",\"wordClass\":\"AV\",\"definitions\":[\"flow to waste (of water)\"],\"examples\":[{\"igbo\":\"Èri ǹnyàafù pọmpù dī n’iru ụnō ānyị jìlì mebì kà mmilī ya jì àgbafùsị n'òkpọrọ\",\"english\":\"Since yesterday, when the tap in front of our house broke down, the water from it has been running to waste (ii) pour, run, exude (liquid as object); shed (tears); bleed, perspire, etc.\"}],\"variations\":[],\"stems\":[\"-gba\",\"mmilī\"]}],\"-gba asọ\":[{\"word\":\"-gba asọ\",\"wordClass\":\"AV\",\"definitions\":[\"spit\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gba mmeē (compare - gba òbàlà)\":[{\"word\":\"-gba mmeē (compare - gba òbàlà)\",\"wordClass\":\"AV\",\"definitions\":[\"bleed\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gba mmilī\":[{\"word\":\"-gba mmilī\",\"wordClass\":\"AV\",\"definitions\":[\"pour water on (fainting or shocked persons as treatment)\",\"bring out water, sap, etc. (as tree) flowers the person who has fallen from a height am hurrying to bring water to be poured on a person who has fallen from a height\"],\"examples\":[{\"igbo\":\"Achòlù m kà ị gbaa òdòdo mmilī\",\"english\":\"I want you to water the flowers\"},{\"igbo\":\"A gà-àgba onye dālụ enu#mmilī\",\"english\":\"Water should be poured on the person who has fallen from a height\"},{\"igbo\":\"Anà m èje ọsọ ōsọ ikute mmili a gà-àgba onye dālụ enu#\",\"english\":\"I am hurrying to bring water to be poured on a person who has fallen from a height\"}],\"variations\":[],\"stems\":[\"-gba\",\"mmilī\"]}],\"-gba òbàlà (compare -gba\":[{\"word\":\"-gba òbàlà (compare -gba\",\"wordClass\":\"AV\",\"definitions\":[\"bleed; shed blood\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"mmeē)\":[{\"word\":\"mmeē)\",\"wordClass\":\"AV\",\"definitions\":[],\"examples\":[{\"igbo\":\"Ọ bụlụ nà i zèrò ndị òtu āyaka mà dabànye n'aka fā, fa tisịa ī fà àgbaa yī òbàlà tupu fà àrapū yī\",\"english\":\"If you do not dodge the gang of thugs but fall into their grip, they will beat and make you bleed before they leave you\"}],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbasa\":[{\"word\":\"-gbasa\",\"wordClass\":\"AV\",\"definitions\":[\"splash\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbasị\":[{\"word\":\"-gbasị\",\"wordClass\":\"AV\",\"definitions\":[\"rub off grains from cob\",\"run out\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\",\"-sị\"]}],\"-gbawụsa\":[{\"word\":\"-gbawụsa\",\"wordClass\":\"AV\",\"definitions\":[\"pour upon; sprinkle; splash\",\"pour, splash on\"],\"examples\":[{\"igbo\":\"Gịnî mè i jì gbawụsa yā mmili?\",\"english\":\"Why did you splash water on her?\"}],\"variations\":[],\"stems\":[\"-gba\",\"-sa\"]}],\"ife ōgbụgba\":[{\"word\":\"ife ōgbụgba\",\"wordClass\":\"AV\",\"definitions\":[\"post-partum haemorrhage; menorrhagia (excessive loss at menstrual period)\",\"project (i) spit; inject\",\"post-partum haemorrhage (P.P.Hausa); menorrhagia (excessive loss at menstrual period)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\",\"ife\"]}],\"-gba nnu\":[{\"word\":\"-gba nnu\",\"wordClass\":\"AV\",\"definitions\":[\"spit salt on (e.g. wound)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\",\"nnu\"]}],\"-gba ọgwù\":[{\"word\":\"-gba ọgwù\",\"wordClass\":\"AV\",\"definitions\":[\"inject (drug with syringe)\"],\"examples\":[{\"igbo\":\"Anà m èje ụnò ọgwù ịgbā ọgwù\",\"english\":\"I am going to the hospital to have an injection\"}],\"variations\":[],\"stems\":[\"-gba\",\"ọgwù\"]}],\"-gbawụsa asọ\":[{\"word\":\"-gbawụsa asọ\",\"wordClass\":\"AV\",\"definitions\":[\"spit upon (ii) sting; irritate the throat (sometimes painfully, as after eating fresh or improperly cooked cocoyam)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbakà àrụ\":[{\"word\":\"-gbakà àrụ\",\"wordClass\":\"AV\",\"definitions\":[\"torment; afflict (iii) shoot; fire\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbafìè\":[{\"word\":\"-gbafìè\",\"wordClass\":\"AV\",\"definitions\":[\"shoot and miss\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbagbu\":[{\"word\":\"-gbagbu\",\"wordClass\":\"AV\",\"definitions\":[\"kill by shooting\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbami\":[{\"word\":\"-gbami\",\"wordClass\":\"AV\",\"definitions\":[\"shoot far\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbasu\":[{\"word\":\"-gbasu\",\"wordClass\":\"AV\",\"definitions\":[\"startle by firing a gun\"],\"examples\":[{\"igbo\":\"Di ntā afù àgbasugo ụmù nnùnụ bēkwàsìlì n’enu osisi afū dī n’ètiti ubì\",\"english\":\"The hunter has dispersed the birds on that tree standing in the middle of the farm\"}],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbatò\":[{\"word\":\"-gbatò\",\"wordClass\":\"AV\",\"definitions\":[\"shoot badly (victim would be mutilated)\",\"foul by treading on or stirring (e.g. with finger on pears or rod in àkàmù); rub bloom off (fruits)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbatù\":[{\"word\":\"-gbatù\",\"wordClass\":\"AV\",\"definitions\":[\"shoot down; kick down\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gba ụta\":[{\"word\":\"-gba ụta\",\"wordClass\":\"AV\",\"definitions\":[\"shoot arrow with bow\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\",\"ụta\"]}],\"ògbaā tumtum\":[{\"word\":\"ògbaā tumtum\",\"wordClass\":\"NNC\",\"definitions\":[\"motor-cycle (-gba 1. C.iii 'shoot' + noun agent prefix + tumtum 'sound of motor-cycle')\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ògba nta\":[{\"word\":\"ògba nta\",\"wordClass\":\"AV\",\"definitions\":[\"hunter (iv) snap (with sharp sound); spring up (as corn) with a popping sound, as when roasting\",\"hunter\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\",\"nta\"]}],\"-gba ụkwụ\":[{\"word\":\"-gba ụkwụ\",\"wordClass\":\"AV\",\"definitions\":[\"kick (with foot (vi) abort\",\"kick (with foot)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\",\"ụkwụ\"]}],\"-gba imē\":[{\"word\":\"-gba imē\",\"wordClass\":\"AV\",\"definitions\":[\"abort; commit abortion\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbakwopù imē\":[{\"word\":\"-gbakwopù imē\",\"wordClass\":\"AV\",\"definitions\":[\"cause abortion; abort\",\"spread; scatter\",\"abort; miscarry\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\",\"imē\"]}],\"-gba ghalịị\":[{\"word\":\"-gba ghalịị\",\"wordClass\":\"AV\",\"definitions\":[\"confuse\"],\"examples\":[{\"igbo\":\"Okwu afù gbàlù m ghalịị\",\"english\":\"I didn't understand that word\"}],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbagwa\":[{\"word\":\"-gbagwa\",\"wordClass\":\"AV\",\"definitions\":[\"mix; dilute; run together (of liquids and solids)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbalù iru\":[{\"word\":\"-gbalù iru\",\"wordClass\":\"AV\",\"definitions\":[\"look gloomy\",\"sulk; scowl; lower (of sky)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\",\"iru\"]}],\"-gbarà\":[{\"word\":\"-gbarà\",\"wordClass\":\"AV\",\"definitions\":[\"leave and forget\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbasà\":[{\"word\":\"-gbasà\",\"wordClass\":\"AV\",\"definitions\":[\"scatter; spread\",\"scatter; disperse\"],\"examples\":[{\"igbo\":\"Ụkà àgbasàgo\",\"english\":\"The service has ended (and people have gone home)\"}],\"variations\":[],\"stems\":[\"-gba\",\"-sà\"]}],\"mgbasà\":[{\"word\":\"mgbasà\",\"wordClass\":\"AV\",\"definitions\":[\"dismissal; scattering; spreading; dispersal\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"abụ mgbasà\":[{\"word\":\"abụ mgbasà\",\"wordClass\":\"AV\",\"definitions\":[\"dismissal song\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbasà iru\":[{\"word\":\"-gbasà iru\",\"wordClass\":\"AV\",\"definitions\":[\"look cheerful (literally 'spread face')\",\"look cheerful; smile\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\",\"iru\"]}],\"-gbasà Ozi Ọma\":[{\"word\":\"-gbasà Ozi Ọma\",\"wordClass\":\"AV\",\"definitions\":[\"spread the Gospel\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbasàpù\":[{\"word\":\"-gbasàpù\",\"wordClass\":\"AV\",\"definitions\":[\"stretch out; spread out (as a bird its wings)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbasàsị\":[{\"word\":\"-gbasàsị\",\"wordClass\":\"AV\",\"definitions\":[\"be scattered about\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbasị ògbàdụ\":[{\"word\":\"-gbasị ògbàdụ\",\"wordClass\":\"AV\",\"definitions\":[\"rub off grains from maize cob\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\",\"ògbàdụ\"]}],\"-gbatị\":[{\"word\":\"-gbatị\",\"wordClass\":\"AV\",\"definitions\":[\"stretch; unroll\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbatị àrụ\":[{\"word\":\"-gbatị àrụ\",\"wordClass\":\"AV\",\"definitions\":[\"stretch oneself (e.g. for exercise)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbatị ònwe\":[{\"word\":\"-gbatị ònwe\",\"wordClass\":\"AV\",\"definitions\":[\"stretch oneself (e.g. for exercise)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbatịpù\":[{\"word\":\"-gbatịpù\",\"wordClass\":\"AV\",\"definitions\":[\"stretch out\",\"wrestle; fight\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gba mgba\":[{\"word\":\"-gba mgba\",\"wordClass\":\"AV\",\"definitions\":[\"struggle; wrestle\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\",\"mgba\"]}],\"ògba mgba\":[{\"word\":\"ògba mgba\",\"wordClass\":\"AV\",\"definitions\":[\"wrestler\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\",\"mgba\"]}],\"-gba ògù\":[{\"word\":\"-gba ògù\",\"wordClass\":\"AV\",\"definitions\":[\"side with; defend; fight for\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\",\"ògù\"]}],\"-gba ọkụ\":[{\"word\":\"-gba ọkụ\",\"wordClass\":\"AV\",\"definitions\":[\"burn (1) trans.\",\"(combined with another verb) make bright; do thoroughly\"],\"examples\":[{\"igbo\":\"ị gà-àgba ụnò ọkụ ọ bụlụ nà ị kpāchàpùrò anya\",\"english\":\"You will burn (set fire to) the house if you are not careful (2) intrans.\"},{\"igbo\":\"Ụnò nà-àgba ọkū\",\"english\":\"The house is burning (on fire)\"},{\"igbo\":\"Achò m kà i figbaa akpụkpọ ụkwū afù èfigbaa\",\"english\":\"I want you to give those shoes a thorough polishing\"}],\"variations\":[],\"stems\":[\"-gba\"]}],\"-lụgba\":[{\"word\":\"-lụgba\",\"wordClass\":\"AV\",\"definitions\":[\"do thoroughly\"],\"examples\":[{\"igbo\":\"Ọ sì nà nya gà-àlụgba ọlū afù àlụgba\",\"english\":\"She said that she was going to do the work thoroughly\"}],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbagò\":[{\"word\":\"-gbagò\",\"wordClass\":\"AV\",\"definitions\":[\"bend; make crooked\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"mgbagò\":[{\"word\":\"mgbagò\",\"wordClass\":\"NNC\",\"definitions\":[\"state of being bent\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-me mgbagò\":[{\"word\":\"-me mgbagò\",\"wordClass\":\"AV\",\"definitions\":[\"be bent, crooked, curved\"],\"examples\":[{\"igbo\":\"Osisi ǹke à mèlù mgbagò\",\"english\":\"This stick is bent\"}],\"variations\":[],\"stems\":[\"-gba\",\"-me\"]}],\"-gbagò àgbagò\":[{\"word\":\"-gbagò àgbagò\",\"wordClass\":\"AV\",\"definitions\":[\"be bent\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gba ngìlìgò\":[{\"word\":\"-gba ngìlìgò\",\"wordClass\":\"AV\",\"definitions\":[\"be circuitous; have many bends\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gba ngò\":[{\"word\":\"-gba ngò\",\"wordClass\":\"AV\",\"definitions\":[\"be bent, crooked, curved\",\"be crooked, wrong, false\",\"reckon up bride-price\",\"be bent, crooked\"],\"examples\":[{\"igbo\":\"Mkpịsīǹke à gbàlù ngò n’ọnū\",\"english\":\"This spike is bent towards the tip\"},{\"igbo\":\"ǹke à bù ụzō gbālụ ngò\",\"english\":\"This is a crooked path\"},{\"igbo\":\"Ụzō gbālụ ngò kà i sì àbịa okwu nwā m\",\"english\":\"The way you are approaching me for my daughter (whom you want me to give you in marriage) is wrong. (Lit. The way through which you come for my daughter is crooked)\"},{\"igbo\":\"Òmùme afù gbàlù ngò\",\"english\":\"That deed is wrong\"}],\"variations\":[],\"stems\":[\"-gba\",\"ngò\"]}],\"-gbàzì\":[{\"word\":\"-gbàzì\",\"wordClass\":\"AV\",\"definitions\":[\"make straight; correct; advise; instruct\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gba aka ebē\":[{\"word\":\"-gba aka ebē\",\"wordClass\":\"AV\",\"definitions\":[\"bear witness; stand surety\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbabu okwu\":[{\"word\":\"-gbabu okwu\",\"wordClass\":\"AV\",\"definitions\":[\"speak all together\",\"speak all together; jumble words together\"],\"examples\":[{\"igbo\":\"Wèlụ nwayòò na-èkwu, rapù ịgbābu okwu\",\"english\":\"Speak a bit more slowly and stop jumbling your words\"}],\"variations\":[],\"stems\":[\"-gba\",\"okwu\"]}],\"-gbagha\":[{\"word\":\"-gbagha\",\"wordClass\":\"AV\",\"definitions\":[\"contradict; argue\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"onye mgbagha\":[{\"word\":\"onye mgbagha\",\"wordClass\":\"AV\",\"definitions\":[\"argumentative person\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gba ìzù\":[{\"word\":\"-gba ìzù\",\"wordClass\":\"AV\",\"definitions\":[\"take counsel together; whisper\"],\"examples\":[{\"igbo\":\"Kà ànyị je gba ìzù\",\"english\":\"Let us go and have a consultation\"}],\"variations\":[],\"stems\":[\"-gba\",\"ìzù\"]}],\"-gbakpò ìzù\":[{\"word\":\"-gbakpò ìzù\",\"wordClass\":\"AV\",\"definitions\":[\"plot secretly against someone\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\",\"ìzù\"]}],\"-gbakpọ ìzù\":[{\"word\":\"-gbakpọ ìzù\",\"wordClass\":\"AV\",\"definitions\":[\"consult well about a matter\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\",\"ìzù\"]}],\"-gba òsiālị\":[{\"word\":\"-gba òsiālị\",\"wordClass\":\"AV\",\"definitions\":[\"bear witness\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"ògbambùlù\":[{\"word\":\"ògbambùlù\",\"wordClass\":\"AV\",\"definitions\":[\"anything round\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbachi ǹkịtì\":[{\"word\":\"-gbachi ǹkịtì\",\"wordClass\":\"AV\",\"definitions\":[\"keep silence; refrain from answering; endure;\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gba enu#\":[{\"word\":\"-gba enu#\",\"wordClass\":\"AV\",\"definitions\":[\"be shallow\",\"be well-known\"],\"examples\":[{\"igbo\":\"Mmilī afù gbàlù enu#\",\"english\":\"The stream is shallow\"}],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gba ghòlòghòlò\":[{\"word\":\"-gba ghòlòghòlò\",\"wordClass\":\"AV\",\"definitions\":[\"be watery\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\",\"ghòlòghòlò\"]}],\"-gba ǹkịtì\":[{\"word\":\"-gba ǹkịtì\",\"wordClass\":\"AV\",\"definitions\":[\"keep silence; refrain from answering (compare -gba duu)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gba mfe\":[{\"word\":\"-gba mfe\",\"wordClass\":\"AV\",\"definitions\":[\"relieve; lesson; be light\",\"be light\"],\"examples\":[{\"igbo\":\"Ọ gbà mfe\",\"english\":\"It is light\"}],\"variations\":[],\"stems\":[\"-gba\",\"mfe\"]}],\"-gba nke\":[{\"word\":\"-gba nke\",\"wordClass\":\"AV\",\"definitions\":[\"lie in wait\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gba nlò\":[{\"word\":\"-gba nlò\",\"wordClass\":\"AV\",\"definitions\":[\"be soft; be watery (especially of food)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\",\"nlò\"]}],\"-gba òtọ\":[{\"word\":\"-gba òtọ\",\"wordClass\":\"AV\",\"definitions\":[\"be naked\"],\"examples\":[{\"igbo\":\"Òbî gbà òtọ\",\"english\":\"Obi is naked\"}],\"variations\":[],\"stems\":[\"-gba\",\"òtọ\"]}],\"mgbalụ ōtọ\":[{\"word\":\"mgbalụ ōtọ\",\"wordClass\":\"AV\",\"definitions\":[\"state of nakedness, nudity\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbacha isi\":[{\"word\":\"-gbacha isi\",\"wordClass\":\"AV\",\"definitions\":[\"trim the hair (of head)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\",\"isi\"]}],\"-gba mbọ\":[{\"word\":\"-gba mbọ\",\"wordClass\":\"AV\",\"definitions\":[\"pare nails (compare -be mbọ)\",\"pare nails\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\",\"mbọ\"]}],\"-gba àzì\":[{\"word\":\"-gba àzì\",\"wordClass\":\"AV\",\"definitions\":[\"take food, eat (especially in early morning)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gba àzị ūtụtù\":[{\"word\":\"-gba àzị ūtụtù\",\"wordClass\":\"AV\",\"definitions\":[\"take breakfast\"],\"examples\":[],\"variations\":[\"- gba ūtụtù\"],\"stems\":[\"-gba\",\"ùtụtù\"]}],\"-gbapù àzị ūtụtù\":[{\"word\":\"-gbapù àzị ūtụtù\",\"wordClass\":\"AV\",\"definitions\":[\"take breakfast (usually a light one and taken in a hurry); just breakfast\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\",\"ùtụtù\"]}],\"-gba mkpòlògwù\":[{\"word\":\"-gba mkpòlògwù\",\"wordClass\":\"AV\",\"definitions\":[\"take root\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbado mkpòlògwù(gwù)\":[{\"word\":\"-gbado mkpòlògwù(gwù)\",\"wordClass\":\"AV\",\"definitions\":[\"take root\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbakasị\":[{\"word\":\"-gbakasị\",\"wordClass\":\"AV\",\"definitions\":[\"make spots or scars on\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"ògbakasị\":[{\"word\":\"ògbakasị\",\"wordClass\":\"NNC\",\"definitions\":[\"chickenpox\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-gbamì mkpòlògwù(gwù)\":[{\"word\":\"-gbamì mkpòlògwù(gwù)\",\"wordClass\":\"AV\",\"definitions\":[\"send roots deep\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbanye mkpòlògwù(gwù)\":[{\"word\":\"-gbanye mkpòlògwù(gwù)\",\"wordClass\":\"AV\",\"definitions\":[\"be rooted in; be connected with a place by birth\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gba ome\":[{\"word\":\"-gba ome\",\"wordClass\":\"AV\",\"definitions\":[\"send out shoot when yet unplanted\",\"send out shoot when not yet planted\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\",\"ome\"]}],\"-gbapute\":[{\"word\":\"-gbapute\",\"wordClass\":\"AV\",\"definitions\":[\"break ground (of shoot)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gba aka nnwā\":[{\"word\":\"-gba aka nnwā\",\"wordClass\":\"AV\",\"definitions\":[\"be childless\"],\"examples\":[{\"igbo\":\"Òkụkō ji ofû gbà aka nnwā\",\"english\":\"A hen with one chicken is childless\"}],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbalụ\":[{\"word\":\"-gbalụ\",\"wordClass\":\"AV\",\"definitions\":[\"recover pawn or pledge\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gba mmadù\":[{\"word\":\"-gba mmadù\",\"wordClass\":\"AV\",\"definitions\":[\"buy, pawn person\"],\"examples\":[{\"igbo\":\"Mmadù adā àgbazị ibè ya n'ogè kịtāà\",\"english\":\"People no longer buy each other nowadays\"}],\"variations\":[],\"stems\":[\"-gba\",\"madù\"]}],\"-gbapù n'orù\":[{\"word\":\"-gbapù n'orù\",\"wordClass\":\"AV\",\"definitions\":[\"redeem from slavery, servitude\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"mgbapùta\":[{\"word\":\"mgbapùta\",\"wordClass\":\"AV\",\"definitions\":[\"ransom; redemption\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbadùba\":[{\"word\":\"-gbadùba\",\"wordClass\":\"AV\",\"definitions\":[\"make dull; becloud\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbaka\":[{\"word\":\"-gbaka\",\"wordClass\":\"AV\",\"definitions\":[\"go sour; stale (of soup, palm wine, etc.); be spoilt (of person); be grieved, sullen\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbalù\":[{\"word\":\"-gbalù\",\"wordClass\":\"AV\",\"definitions\":[\"foul; defile; be defiled, polluted (as when water containing sediment, standing in a jar, is stirred, or when the water of the stream is polluted by the activities of fish)\",\"pollute by mixing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\",\"-lù\"]}],\"mgbalù\":[{\"word\":\"mgbalù\",\"wordClass\":\"AV\",\"definitions\":[\"pollution (of liquids)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"obì mgbalù\":[{\"word\":\"obì mgbalù\",\"wordClass\":\"AV\",\"definitions\":[\"melancholy; trouble in one's mind\",\"melancholy; troubled mind\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\",\"obì\"]}],\"-gbalù àgbalù\":[{\"word\":\"-gbalù àgbalù\",\"wordClass\":\"AV\",\"definitions\":[\"change for worse; be polluted, fouled, defiled\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbalù mmilī\":[{\"word\":\"-gbalù mmilī\",\"wordClass\":\"AV\",\"definitions\":[\"defile, pollute water\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\",\"mmilī\"]}],\"-gbalụ ọgwù\":[{\"word\":\"-gbalụ ọgwù\",\"wordClass\":\"AV\",\"definitions\":[\"neutralize effect of poison\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gba nchāla\":[{\"word\":\"-gba nchāla\",\"wordClass\":\"AV\",\"definitions\":[\"rust; corrode\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\",\"nchāla\"]}],\"-gbanwè\":[{\"word\":\"-gbanwè\",\"wordClass\":\"AV\",\"definitions\":[\"change; exchange\"],\"examples\":[{\"igbo\":\"Gbanwèelụ m ji ǹkaà\",\"english\":\"Change this yam for me\"}],\"variations\":[],\"stems\":[\"-gba\"]}],\"mgbanwè\":[{\"word\":\"mgbanwè\",\"wordClass\":\"AV\",\"definitions\":[\"change; changing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-me mgbanwè\":[{\"word\":\"-me mgbanwè\",\"wordClass\":\"AV\",\"definitions\":[\"be changed\"],\"examples\":[{\"igbo\":\"Iru igwē nà-ème mgbanwè\",\"english\":\"The face of the sky is changing\"}],\"variations\":[],\"stems\":[\"-gba\",\"-me\"]}],\"-gba ụka\":[{\"word\":\"-gba ụka\",\"wordClass\":\"AV\",\"definitions\":[\"be sour\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\",\"ụka\"]}],\"-gba ụtụ\":[{\"word\":\"-gba ụtụ\",\"wordClass\":\"AV\",\"definitions\":[\"be affected with boring grub (of wood)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbachi\":[{\"word\":\"-gbachi\",\"wordClass\":\"AV\",\"definitions\":[\"foil; counteract; supplant; stop up (e.g. road or gap); lock door; shut box or window; fence\"],\"examples\":[{\"igbo\":\"Gbàchie ụzò\",\"english\":\"Lock the door\"},{\"igbo\":\"Ọ nà-àbụ ebe ōbụnà mụ èjènà ịchō ọlụ, Agū èjee gbachie nà ya\",\"english\":\"Wherever I go in search of a job, Agụ goes there to mar my success\"},{\"igbo\":\"Achòlù m mà ị gbachie āzụ ụnō ānyị\",\"english\":\"I want you to erect a fence to screen our back yard\"}],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbachi ùgòdì\":[{\"word\":\"-gbachi ùgòdì\",\"wordClass\":\"AV\",\"definitions\":[\"turn the key\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\",\"ùgòdì\"]}],\"-gbachibìdo\":[{\"word\":\"-gbachibìdo\",\"wordClass\":\"AV\",\"definitions\":[\"waylay; ambush; fence round; stop up\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbaghe\":[{\"word\":\"-gbaghe\",\"wordClass\":\"AV\",\"definitions\":[\"open box or window; unlock door; untie (parcel)\"],\"examples\":[{\"igbo\":\"Bikō gbàgheelụ m ụzò\",\"english\":\"Please unlock the door for me\"}],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gbaghepù\":[{\"word\":\"-gbaghepù\",\"wordClass\":\"AV\",\"definitions\":[\"throw open (door, window, box, etc.); untie and expose (parcel)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gba ògìgè\":[{\"word\":\"-gba ògìgè\",\"wordClass\":\"AV\",\"definitions\":[\"fence compound or farm\"],\"examples\":[{\"igbo\":\"Agà m àgba ugbo m ògìgè\",\"english\":\"I shall fence my farm\"}],\"variations\":[],\"stems\":[\"-gba\",\"ògìgè\"]}],\"-gbabebe\":[{\"word\":\"-gbabebe\",\"wordClass\":\"AV\",\"definitions\":[\"(causative of)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\"]}],\"-gba n’ugbō\":[{\"word\":\"-gba n’ugbō\",\"wordClass\":\"AV\",\"definitions\":[\"cultivate adjoining farms; be farm neighbours\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba\",\"ugbō\"]}],\"gba\":[{\"word\":\"gba\",\"wordClass\":\"AV\",\"definitions\":[\"move\",\"independent movement (i) run\",\"shine (of moon only); burn\",\"bend\",\"speak (in certain special ways)\",\"tie; twine round; make basketwork frame\",\"remain in a state\",\"cut\",\"take meal\",\"sprout; spring out, up; grow out\",\"be without\",\"buy, pawn (person); buy (land, tree, e.g. palm tree, etc.)\",\"change; spoil; pollute\",\"stop up; close; enclose; obstruct by moving; open\",\"lean\",\"cultivate (cassava and other plants propagated by cuttings)\"],\"variations\":[],\"stems\":[],\"examples\":[]}],\"-gbaji\":[{\"word\":\"-gbaji\",\"wordClass\":\"AV\",\"definitions\":[\"break; snap (stick, bone, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba-\"]}],\"-gbajipù\":[{\"word\":\"-gbajipù\",\"wordClass\":\"AV\",\"definitions\":[\"break off\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba-\"]}],\"-gbatọ\":[{\"word\":\"-gbatọ\",\"wordClass\":\"AV\",\"definitions\":[\"break; cut; tear\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba-\"]}],\"obì mgbawa\":[{\"word\":\"obì mgbawa\",\"wordClass\":\"AV\",\"definitions\":[\"great anger; broken heart\"],\"examples\":[{\"igbo\":\"Ìlùlò bànyelụ ọnwụ ụmū Ōbi naàbò n’otù mbòsì nà- ewètalụ yā obì mgbawa\",\"english\":\"Brooding on the death in one day of his two children is causing Obì heartbreak\"}],\"variations\":[],\"stems\":[\"-gba-\",\"obì\"]}],\"ùbụlù mgbaka\":[{\"word\":\"ùbụlù mgbaka\",\"wordClass\":\"AV\",\"definitions\":[\"brain fatigue\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba-\",\"ùbụlù\"]}],\"-gbado\":[{\"word\":\"-gbado\",\"wordClass\":\"AV\",\"definitions\":[\"fix; stick (as an arrow); hold tightly; choke; take by the throat; compress by pressing fingers firmly on\"],\"examples\":[{\"ibgo\":\"Ọgè Èke nà Ọnyìdo nà-anū ògù n'ùtụtū ǹnyàafù Ọnyìdo butùe Èke n'ànì gbado yā aka n'àkpịlī\",\"english\":\"When Èke and Ọnyìdo were fighting yesterday, Ọnyìdo threw Eke to the ground and squeezed his throat with his fingers\"}],\"variations\":[],\"stems\":[\"-gba-\"]}],\"-gbakòta\":[{\"word\":\"-gbakòta\",\"wordClass\":\"AV\",\"definitions\":[\"hold all together\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba-\"]}],\"-gbaghalị egō\":[{\"word\":\"-gbaghalị egō\",\"wordClass\":\"AV\",\"definitions\":[\"(exchange money)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba-\"]}],\"-gbaghalị nni\":[{\"word\":\"-gbaghalị nni\",\"wordClass\":\"AV\",\"definitions\":[\"stir food\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba-\",\"nni\"]}],\"-gbakùta āzụ\":[{\"word\":\"-gbakùta āzụ\",\"wordClass\":\"AV\",\"definitions\":[\"turn the back on\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba-\"]}],\"-gba ntì\":[{\"word\":\"-gba ntì\",\"wordClass\":\"AV\",\"definitions\":[\"probe the ear\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba-\",\"ntì\"]}],\"-gba-\":[{\"word\":\"-gba-\",\"wordClass\":\"AV\",\"definitions\":[\"crack; split; snap; break\",\"be fixed; fix\",\"turn\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-gbàchi\":[{\"word\":\"-gbàchi\",\"wordClass\":\"AV\",\"definitions\":[\"be cloudy, dark, gloomy, lowering\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbà\"]}],\"-gbàdo\":[{\"word\":\"-gbàdo\",\"wordClass\":\"AV\",\"definitions\":[\"hold to the ground (by lying across, as wrestler); pin down\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbà\"]}],\"-gbàgha\":[{\"word\":\"-gbàgha\",\"wordClass\":\"AV\",\"definitions\":[\"turn round (especially of a boat)\",\"spread (across, as mat, cloth, etc.); lie (across)\"],\"examples\":[{\"ibgo\":\"Achòlù m kà ị gbàa akwà n’enu àkwà\",\"english\":\"I want you to spread cloth on the bed\"}],\"variations\":[],\"stems\":[\"-gbà\"]}],\"-gbàba\":[{\"word\":\"-gbàba\",\"wordClass\":\"AV\",\"definitions\":[\"spread (as mats, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbà\"]}],\"-gbà ufìè\":[{\"word\":\"-gbà ufìè\",\"wordClass\":\"AV\",\"definitions\":[\"lie across or crosswise\",\"spread (as of cloud over view); becloud; become dark\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbà\"]}],\"-gbà anya ōchịchịī\":[{\"word\":\"-gbà anya ōchịchịī\",\"wordClass\":\"AV\",\"definitions\":[\"dim the vision\",\"have dim vision\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbà\",\"òchịchịī\"]}],\"-gbà òchịchịī\":[{\"word\":\"-gbà òchịchịī\",\"wordClass\":\"AV\",\"definitions\":[\"be dark, get dark\",\"be, get, dark\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbà\",\"òchịchịī\"]}],\"ògbùgbà\":[{\"word\":\"ògbùgbà\",\"wordClass\":\"AV\",\"definitions\":[\"carrying\",\"maturity\"],\"examples\":[{\"ibgo\":\"Bikō nyèlụ m aka ịgbàlù ewu e kēlụ eke dī n’ime ụkpā à n’ụnwà jee n'ụgbọ\",\"english\":\"Please help me to carry the tied goat in this basket to the lorry\"}],\"variations\":[],\"stems\":[\"-gbà\"]}],\"-gbàkọ\":[{\"word\":\"-gbàkọ\",\"wordClass\":\"AV\",\"definitions\":[\"reckon; reckon up; take account of; count; add\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbà\"]}],\"mgbàkọ\":[{\"word\":\"mgbàkọ\",\"wordClass\":\"AV\",\"definitions\":[\"joining; seam; collection; joining together, gathering, flowing together (of liquids)\",\"arithmetic; addition\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbà\"]}],\"-gbàkwụnye\":[{\"word\":\"-gbàkwụnye\",\"wordClass\":\"AV\",\"definitions\":[\"add to; enlarge (e.g. a house) by addition of more rooms; extend\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbà\"]}],\"-gbàkwụnye ụnò\":[{\"word\":\"-gbàkwụnye ụnò\",\"wordClass\":\"AV\",\"definitions\":[\"enlarge, extend house (by adding more rooms at either or both ends or sides);\",\"enlarge, extend house (by adding more rooms)\"],\"examples\":[{\"ibgo\":\"Anà m agbàkwụnye ụnò m ụnō ūla naàbò\",\"english\":\"I am enlarging my house by two more bedrooms\"}],\"variations\":[],\"stems\":[\"-gbà\",\"ụnò\"]}],\"-gbànye\":[{\"word\":\"-gbànye\",\"wordClass\":\"AV\",\"definitions\":[\"reckon with; regard; care for; consider (as important)\",\"mate (mammals); wed; marry\"],\"examples\":[{\"ibgo\":\"Àgbanyèrò m yà n’ife\",\"english\":\"I have no regard for him or I do not consider him/it important\"}],\"variations\":[],\"stems\":[\"-gbà\"]}],\"àgbàmakwụkwọ\":[{\"word\":\"àgbàmakwụkwọ\",\"wordClass\":\"AV\",\"definitions\":[\"wedding (church or ordinance, especially church)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbà\"]}],\"-gbà ugègbè anyā\":[{\"word\":\"-gbà ugègbè anyā\",\"wordClass\":\"AV\",\"definitions\":[\"wear glasses\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbà\"]}],\"akā\":[{\"word\":\"akā\",\"wordClass\":\"AV\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":[\"-gbà\",\"mgba\"]}],\"-gbàgbu\":[{\"word\":\"-gbàgbu\",\"wordClass\":\"AV\",\"definitions\":[\"suffocate; choke; drown\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbà\"]}],\"-gbà iyī\":[{\"word\":\"-gbà iyī\",\"wordClass\":\"AV\",\"definitions\":[\"bind with an oath; adjure\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbà\"]}],\"-gbà mmanya (manya)\":[{\"word\":\"-gbà mmanya (manya)\",\"wordClass\":\"AV\",\"definitions\":[\"make drunk\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbà\"]}],\"-gbà mmilī\":[{\"word\":\"-gbà mmilī\",\"wordClass\":\"AV\",\"definitions\":[\"force to drink water (e.g. primitive way of feeding baby); force to drink water by pushing the victim under water\",\"force to drink water (as primitive way of feeding baby, or by pushing victim under water)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbà\",\"mmilī\"]}],\"-gbà àrụ\":[{\"word\":\"-gbà àrụ\",\"wordClass\":\"AV\",\"definitions\":[\"be stout\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbà\"]}],\"-gbà òkolobìà\":[{\"word\":\"-gbà òkolobìà\",\"wordClass\":\"AV\",\"definitions\":[\"become adolescent (of man)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbà\",\"òkolo\"]}],\"-gbà ọkpụkpụ\":[{\"word\":\"-gbà ọkpụkpụ\",\"wordClass\":\"AV\",\"definitions\":[\"become physically stronger (of growing young person) (literally toughen bones)\",\"(fig.) be special, important, pressing\"],\"examples\":[{\"igbo\":\"Bikō gwà nnā ānyị ya bikō bìa màkà nà nnukwu okwū `dì, okwu afù gbàlù ọkpụkpụ\",\"english\":\"Please tell father he should please come because there is a serious discussion about something; the discussion is very important\"}],\"variations\":[],\"stems\":[\"-gbà\",\"ọkpụkpụ\"]}],\"-gbà ume\":[{\"word\":\"-gbà ume\",\"wordClass\":\"AV\",\"definitions\":[\"encourage (literally strengthen the heart)\",\"be so many years old, ago\"],\"examples\":[{\"igbo\":\"O kwèsìlì kà ànyị jee gbàa ụmù akwụkwọ nā-akwado ijē nnene akwụkwọ ume\",\"english\":\"We ought to go and encourage the students preparing for examinations\"}],\"variations\":[],\"stems\":[\"-gbà\",\"ume\"]}],\"-gbà arò\":[{\"word\":\"-gbà arò\",\"wordClass\":\"AV\",\"definitions\":[\"be a year old; be so many years old\"],\"examples\":[{\"ibgo\":\"Nnwa afù agbàgo arò ìse\",\"english\":\"The child is five years old\"}],\"variations\":[],\"stems\":[\"-gbà\"]}],\"mgbà arò\":[{\"word\":\"mgbà arò\",\"wordClass\":\"AV\",\"definitions\":[\"a year (ago)\",\"a year\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbà\",\"mgbà\"]}],\"mgbà arò naàbò\":[{\"word\":\"mgbà arò naàbò\",\"wordClass\":\"AV\",\"definitions\":[\"two years (ago)\"],\"examples\":[{\"igbo\":\"Ọ dīgo mgbà arò naàbò alụ afū mèlù\",\"english\":\"It is now two years since the tragedy occurred\"}],\"variations\":[],\"stems\":[\"-gbà\"]}],\"-gbà\":[{\"word\":\"-gbà\",\"wordClass\":\"AV\",\"definitions\":[\"lie across\",\"give a hand in carrying\",\"join; pair; add\",\"wear any kind of ring or anklet, etc., on any part of the body (the object, of any material, must go round the particular part of the body)\",\"force to drink liquid (e.g. drug, water, wine, etc.)\",\"grow big or strong; grow, become stout; come of age; be fully-grown\",\"Mkpi gbàlù àgbà The he-goat is fully-grown\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-nwu gbàà\":[{\"word\":\"-nwu gbàà\",\"wordClass\":\"NNC\",\"definitions\":[\"shine, glitter, very brightly; be very white\"],\"examples\":[],\"variations\":[],\"stems\":[\"gbàà\",\"-nwu\"]}],\"-gbà-do\":[{\"word\":\"-gbà-do\",\"wordClass\":\"NNC\",\"definitions\":[\"extensional suffix all; entirely (compare -gbà 3.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"gbàà\"]}],\"-ligbàdo\":[{\"word\":\"-ligbàdo\",\"wordClass\":\"AV\",\"definitions\":[\"eat altogether\",\"eat up\"],\"examples\":[],\"variations\":[],\"stems\":[\"gbàà\",\"-li\"]}],\"-petùgbàdo\":[{\"word\":\"-petùgbàdo\",\"wordClass\":\"NNC\",\"definitions\":[\"concern all\"],\"examples\":[],\"variations\":[],\"stems\":[\"gbàà\"]}],\"gbàà\":[{\"word\":\"gbàà\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"gbalagbala\":[{\"word\":\"gbalagbala\",\"wordClass\":\"NNC\",\"definitions\":[\"cleverness; smartness; agility\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-gbalì àgbalì\":[{\"word\":\"-gbalì àgbalì\",\"wordClass\":\"AV\",\"definitions\":[\"be slender, slim\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba-lì\"]}],\"-me mgbalì\":[{\"word\":\"-me mgbalì\",\"wordClass\":\"AV\",\"definitions\":[\"be slender, slim\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gba-lì\",\"-me\"]}],\"-gba-lì\":[{\"word\":\"-gba-lì\",\"wordClass\":\"AV\",\"definitions\":[\"be slender, slim\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ụnò gbamgbam\":[{\"word\":\"ụnò gbamgbam\",\"wordClass\":\"NNC\",\"definitions\":[\"building with corrugated iron roofing, 'zinc house'\",\"building with corrugated iron roof\"],\"examples\":[],\"variations\":[],\"stems\":[\"gbamgbam\",\"ụnò\"]}],\"gbamgbam\":[{\"word\":\"gbamgbam\",\"wordClass\":\"NNC\",\"definitions\":[\"tin; enamel pan; anything made of tin; corrugated iron sheet\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-gba-zè\":[{\"word\":\"-gba-zè\",\"wordClass\":\"AV\",\"definitions\":[\"melt; change consistency of\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ògbugbe\":[{\"word\":\"ògbugbe\",\"wordClass\":\"AV\",\"definitions\":[\"crawling\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbe\"]}],\"-gbebà\":[{\"word\":\"-gbebà\",\"wordClass\":\"AV\",\"definitions\":[\"creep in; encroach\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbe\"]}],\"-gbechìgha\":[{\"word\":\"-gbechìgha\",\"wordClass\":\"AV\",\"definitions\":[\"crawl back\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbe\"]}],\"-gbe egbe\":[{\"word\":\"-gbe egbe\",\"wordClass\":\"AV\",\"definitions\":[\"move stealthily, stalk\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbe\"]}],\"-gbefè\":[{\"word\":\"-gbefè\",\"wordClass\":\"AV\",\"definitions\":[\"crawl over, past\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbe\"]}],\"-gbe igbē\":[{\"word\":\"-gbe igbē\",\"wordClass\":\"AV\",\"definitions\":[\"crawl (like children)\"],\"examples\":[{\"igbo\":\"Ọ nà-ègbe igbē\",\"english\":\"He is crawling\"}],\"variations\":[\"igbe\"],\"stems\":[\"-gbe\",\"igbē\"]}],\"-gbelèghalị\":[{\"word\":\"-gbelèghalị\",\"wordClass\":\"AV\",\"definitions\":[\"loiter, creep (about)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbe\"]}],\"-gbenata\":[{\"word\":\"-gbenata\",\"wordClass\":\"AV\",\"definitions\":[\"crawl home\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbe\"]}],\"-gbepùta\":[{\"word\":\"-gbepùta\",\"wordClass\":\"AV\",\"definitions\":[\"crawl out\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbe\"]}],\"mgbelè\":[{\"word\":\"mgbelè\",\"wordClass\":\"AV\",\"definitions\":[\"stealthy walking; slow, snail-paced walk\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbe\"]}],\"-gbe\":[{\"word\":\"-gbe\",\"wordClass\":\"AV\",\"definitions\":[\"crawl; move stealthily\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-gbè àkàmù\":[{\"word\":\"-gbè àkàmù\",\"wordClass\":\"AV\",\"definitions\":[\"mix, prepare liquid pap\"],\"examples\":[{\"igbo\":\"Achòlù m igbè àkàmù\",\"english\":\"I want to prepare hot pap\"}],\"variations\":[],\"stems\":[\"-gbè\"]}],\"-gbè àrụ\":[{\"word\":\"-gbè àrụ\",\"wordClass\":\"AV\",\"definitions\":[\"tire completely (make body soft, weak, like pap)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbè\"]}],\"-gbè\":[{\"word\":\"-gbè\",\"wordClass\":\"AV\",\"definitions\":[\"mix, prepare (e.g. custard, cornflour, starch, or anything which thickens in hot water)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-dị gbelele\":[{\"word\":\"-dị gbelele\",\"wordClass\":\"NNC\",\"definitions\":[\"be thin\"],\"examples\":[],\"variations\":[],\"stems\":[\"gbelele\"]}],\"gbelele\":[{\"word\":\"gbelele\",\"wordClass\":\"NNC\",\"definitions\":[\"thinness\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"gbiìgbiì\":[{\"word\":\"gbiìgbiì\",\"wordClass\":\"NNC\",\"definitions\":[\"catfish (Clarias lazera)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ògbùgbò\":[{\"word\":\"ògbùgbò\",\"wordClass\":\"NNC\",\"definitions\":[\"intervention; warding off (of need) (-gbò ward off)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-gbòbì\":[{\"word\":\"-gbòbì\",\"wordClass\":\"AV\",\"definitions\":[\"part; prevent from fighting\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbò\"]}],\"-gbòchi\":[{\"word\":\"-gbòchi\",\"wordClass\":\"AV\",\"definitions\":[\"cover (so as to prevent looking in or attack)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbò\"]}],\"-gbò mkpà\":[{\"word\":\"-gbò mkpà\",\"wordClass\":\"AV\",\"definitions\":[\"relieve need; satisfy want; suffice; be useful\",\"be useful\"],\"examples\":[{\"igbo\":\"Igwè Nnā āyị zụtaalụ m n'arō gālụ aga nà-egbòlụ m nnukwu mkpà n'arō à màkà nà ọ bù ya kà m jìzì èje akwụkwọ n'ụnò akwụkwọ m ọfụū tēlụ aka ri nnē\",\"english\":\"The bicycle bought for me by our father last year is very useful to me this year, because it is the bicycle that I ride to my new school, which is very far away\"}],\"variations\":[],\"stems\":[\"-gbò\",\"mkpà\"]}],\"-gbò ògù\":[{\"word\":\"-gbò ògù\",\"wordClass\":\"AV\",\"definitions\":[\"part (antagonists); arbitrate and make peace\",\"part (antagonists, fighters, combatants)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbò\",\"ògù\"]}],\"-gbòsà\":[{\"word\":\"-gbòsà\",\"wordClass\":\"AV\",\"definitions\":[\"part (antagonists)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbò\"]}],\"ife mgbòchi\":[{\"word\":\"ife mgbòchi\",\"wordClass\":\"AV\",\"definitions\":[\"covering; veil; screen\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbò\",\"ife\"]}],\"-gbòdo\":[{\"word\":\"-gbòdo\",\"wordClass\":\"AV\",\"definitions\":[\"cover\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbò\"]}],\"mgbòdo\":[{\"word\":\"mgbòdo\",\"wordClass\":\"AV\",\"definitions\":[\"protection; covering; shield\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbò\"]}],\"-gbòpù\":[{\"word\":\"-gbòpù\",\"wordClass\":\"AV\",\"definitions\":[\"uncover\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbò\"]}],\"-gbò\":[{\"word\":\"-gbò\",\"wordClass\":\"AV\",\"definitions\":[\"prevent (aggravation); stop; staunch (blood); check or relieve, prevent (disease); protect\",\"Achòlù m kà ị gbòo ōgbụgbọ ife sī n’ọkụ nà-àgbọ I want you to check the bubbling of the thing on the fire\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"gboo gboo\":[{\"word\":\"gboo gboo\",\"wordClass\":\"NNC\",\"definitions\":[\"long, long ago\"],\"examples\":[],\"variations\":[],\"stems\":[\"gboo\"]}],\"gboo lì\":[{\"word\":\"gboo lì\",\"wordClass\":\"NNC\",\"definitions\":[\"early; formerly; long ago; ancient; olden (times) (stronger than gboo)\"],\"examples\":[],\"variations\":[],\"stems\":[\"gboo\"]}],\"ndi gboo\":[{\"word\":\"ndi gboo\",\"wordClass\":\"NNC\",\"definitions\":[\"the ancients\"],\"examples\":[],\"variations\":[],\"stems\":[\"gboo\",\"ndị\"]}],\"gboo\":[{\"word\":\"gboo\",\"wordClass\":\"NNC\",\"definitions\":[\"early; formerly; long ago; ancient; olden (times)\"],\"examples\":[{\"igbo\":\"Jèe gboo\",\"english\":\"Go early\"},{\"igbo\":\"Nàa gboo\",\"english\":\"Go where you are going safely, and come back in time\"},{\"igbo\":\"Ọ dì gbo\",\"english\":\"It has been so for a long time\"}],\"variations\":[],\"stems\":null}],\"ògbụgbọ\":[{\"word\":\"ògbụgbọ\",\"wordClass\":\"AV\",\"definitions\":[\"vomit (noun)\",\"foaming\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbọ\"]}],\"-gbọpù\":[{\"word\":\"-gbọpù\",\"wordClass\":\"AV\",\"definitions\":[\"vomit out\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbọ\"]}],\"-gbọtò\":[{\"word\":\"-gbọtò\",\"wordClass\":\"AV\",\"definitions\":[\"vomit and leave the mess\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbọ\"]}],\"-gbọjà\":[{\"word\":\"-gbọjà\",\"wordClass\":\"AV\",\"definitions\":[\"shout at suddenly (so as to frighten)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbọ\"]}],\"-gbọ ùjà\":[{\"word\":\"-gbọ ùjà\",\"wordClass\":\"AV\",\"definitions\":[\"bark; roar\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbọ\"]}],\"-gbọ agbọ\":[{\"word\":\"-gbọ agbọ\",\"wordClass\":\"AV\",\"definitions\":[\"remain over; be left\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbọ\"]}],\"-gbọfọ\":[{\"word\":\"-gbọfọ\",\"wordClass\":\"AV\",\"definitions\":[\"remain over; be spare\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbọ\"]}],\"-gbọkàpù\":[{\"word\":\"-gbọkàpù\",\"wordClass\":\"AV\",\"definitions\":[\"cut up meat\",\"prune (tree); break off with force (e.g. as tree branch breaking during a storm)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbọ\"]}],\"-gbọkwo\":[{\"word\":\"-gbọkwo\",\"wordClass\":\"AV\",\"definitions\":[\"pluck (unripe fruit); miscarry (especially of animals, but also of humans)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbọ\"]}],\"-gbọkwopù\":[{\"word\":\"-gbọkwopù\",\"wordClass\":\"AV\",\"definitions\":[\"break off; pluck off; miscarry (very severe and accidental)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbọ\"]}],\"-gbọwa\":[{\"word\":\"-gbọwa\",\"wordClass\":\"AV\",\"definitions\":[\"split; hew (wood)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbọ\"]}],\"mgbọwa\":[{\"word\":\"mgbọwa\",\"wordClass\":\"AV\",\"definitions\":[\"crack; spliting\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbọ\"]}],\"-gbọwapù\":[{\"word\":\"-gbọwapù\",\"wordClass\":\"AV\",\"definitions\":[\"split up\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbọ\"]}],\"-gbọ àgbọ\":[{\"word\":\"-gbọ àgbọ\",\"wordClass\":\"AV\",\"definitions\":[\"steam and bubble\"],\"examples\":[{\"igbo\":\"Ìtè nà-àgbọ āgbọ\",\"english\":\"The pot is steaming and bubbling\"}],\"variations\":[],\"stems\":[\"-gbọ\"]}],\"-gbọ ùfụfù\":[{\"word\":\"-gbọ ùfụfù\",\"wordClass\":\"AV\",\"definitions\":[\"foam; froth\"],\"examples\":[{\"igbo\":\"Nni dī n’ọkụ nà-àgbọ ūfụfù\",\"english\":\"The food on the fire is frothing\"}],\"variations\":[],\"stems\":[\"-gbọ\",\"ùfụfù\"]}],\"-gbọ\":[{\"word\":\"-gbọ\",\"wordClass\":\"AV\",\"definitions\":[\"vomit\",\"bark; roar\",\"remain; be over (compare -fọ 1.)\",\"break off (forcibly and roughly)\",\"boil (of water); bubble; foam; froth\"],\"examples\":[{\"igbo\":\"Anùlù m ogè nkịtā nà-àgbọ òdùm nā-agbọ n'òzàlà\",\"english\":\"I heard when the dog was barking at the lion that was roaring in the wilderness\"},{\"igbo\":\"Mmilī nà-àgbọ\",\"english\":\"The water is boiling\"}],\"variations\":[],\"stems\":[]}],\"gbọò\":[{\"word\":\"gbọò\",\"wordClass\":\"INTJ\",\"definitions\":[\"word asking for confirmation or denial of a report; e.g. A narrates to B something concerning C, and B turns to C saying 'Gbọò', which implies 'You have heard what A has said. Is it true?' B then expects C to confirm or deny A's statement\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-gbọ-tò\":[{\"word\":\"-gbọ-tò\",\"wordClass\":\"AV\",\"definitions\":[\"lay down\"],\"examples\":[{\"igbo\":\"Ebe à kà ọ gbōtòlù òkpu m nà-àchọ\",\"english\":\"It is here that he abandoned the hat I was looking for\"}],\"variations\":[\"-gba-tò\"],\"stems\":null}],\"ògbugbu mmadù\":[{\"word\":\"ògbugbu mmadù\",\"wordClass\":\"AV\",\"definitions\":[\"manslaughter; murder\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbu\",\"madù\"]}],\"-gbucha\":[{\"word\":\"-gbucha\",\"wordClass\":\"AV\",\"definitions\":[\"cut side of something; trim hedges; peel bark\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbu\"]}],\"-gbudo\":[{\"word\":\"-gbudo\",\"wordClass\":\"AV\",\"definitions\":[\"cut and place; fix firmly\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbu\"]}],\"-gbufo\":[{\"word\":\"-gbufo\",\"wordClass\":\"AV\",\"definitions\":[\"hack a way through\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbu\"]}],\"-gbugwò\":[{\"word\":\"-gbugwò\",\"wordClass\":\"AV\",\"definitions\":[\"cut open (of pot or pot-like object, e.g. coconut, or something breakable, e.g. plate, with knife or matchet) break that coconut (by cutting) till (something hard)\",\"cut open (pot, etc.), till (something hard)\"],\"examples\":[{\"igbo\":\"Àchọrō m kà i gbugwòo akụ oyìbo afù\",\"english\":\"I do not want you to\"}],\"variations\":[],\"stems\":[\"-gbu\",\"-gwò\"]}],\"-gbu ichi\":[{\"word\":\"-gbu ichi\",\"wordClass\":\"AV\",\"definitions\":[\"cut ichi marks\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbu\",\"ichi\"]}],\"-gbuji\":[{\"word\":\"-gbuji\",\"wordClass\":\"AV\",\"definitions\":[\"cut off with knife or matchet; cut across\"],\"examples\":[{\"igbo\":\"Àda nà-àchọ igbuji ọdū\",\"english\":\"Ada is going to cut the pestle (into two)\"}],\"variations\":[],\"stems\":[\"-gbu\"]}],\"-gbujipù\":[{\"word\":\"-gbujipù\",\"wordClass\":\"AV\",\"definitions\":[\"break off; cut off; chop off; (with knife, matchet)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbu\"]}],\"-gbujirà\":[{\"word\":\"-gbujirà\",\"wordClass\":\"AV\",\"definitions\":[\"cut into two\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbu\"]}],\"-gbukasị\":[{\"word\":\"-gbukasị\",\"wordClass\":\"AV\",\"definitions\":[\"hew; cut to pieces\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbu\"]}],\"-gbulì\":[{\"word\":\"-gbulì\",\"wordClass\":\"AV\",\"definitions\":[\"till (something soft)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbu\"]}],\"-gbu mgbu\":[{\"word\":\"-gbu mgbu\",\"wordClass\":\"AV\",\"definitions\":[\"clear prospective farm; clear bush of trees\",\"hurt; cause pain\",\"be painful, hurtful\"],\"examples\":[{\"igbo\":\"Ụkwụ nà-ègbu m mgbu\",\"english\":\"My leg is hurting me\"},{\"igbo\":\"Ọ nà-ègbu m#mgbu\",\"english\":\"It is hurting me\"}],\"variations\":[],\"stems\":[\"-gbu\",\"mgbu\"]}],\"-gbunye\":[{\"word\":\"-gbunye\",\"wordClass\":\"AV\",\"definitions\":[\"cut up and bring together into\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbu\"]}],\"-gbunye ọgwù\":[{\"word\":\"-gbunye ọgwù\",\"wordClass\":\"AV\",\"definitions\":[\"cut up and bring together into a pot various herbs, roots and other ingredients of native medicine\"],\"examples\":[{\"igbo\":\"Achòlù m igbu#nye ọgwù ịbà\",\"english\":\"I want to brew malaria medicine\"}],\"variations\":[],\"stems\":[\"-gbu\",\"ọgwù\"]}],\"-gbu ōchi\":[{\"word\":\"-gbu ōchi\",\"wordClass\":\"AV\",\"definitions\":[\"draw blood with horn or horn-shaped calabash from any part of the body to relieve pain, swelling, congestion; get rid of impure or stagnant blood\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbu\"]}],\"-gbu ọchù\":[{\"word\":\"-gbu ọchù\",\"wordClass\":\"AV\",\"definitions\":[\"commit murder (or manslaughter, but strictly murder)\",\"commit murder, manslaughter\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbu\",\"ọchù\"]}],\"-gbu ọkìkà\":[{\"word\":\"-gbu ọkìkà\",\"wordClass\":\"AV\",\"definitions\":[\"tattoo\",\"tattoo (compare -dọ nkì)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbu\",\"ọkìkà\"]}],\"-gbupù\":[{\"word\":\"-gbupù\",\"wordClass\":\"AV\",\"definitions\":[\"kill outright; cut off\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbu\"]}],\"-gbusịsị\":[{\"word\":\"-gbusịsị\",\"wordClass\":\"AV\",\"definitions\":[\"annihilate\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbu\"]}],\"-gbutòpù\":[{\"word\":\"-gbutòpù\",\"wordClass\":\"AV\",\"definitions\":[\"massacre; complete the killing or cutting\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbu\"]}],\"-gbutù\":[{\"word\":\"-gbutù\",\"wordClass\":\"AV\",\"definitions\":[\"fell; cut down (e.g. trees)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbu\"]}],\"-gbu ugbō\":[{\"word\":\"-gbu ugbō\",\"wordClass\":\"AV\",\"definitions\":[\"farm, cultivate\",\"make farm; farm\"],\"examples\":[{\"igbo\":\"Ugbō kà Nwankwọ nà-ègbu èri o jìlì si n’ọlụ oyìbo zùlụ ikē\",\"english\":\"Nwankwọ has been farming since his retirement from the Civil Service\"}],\"variations\":[],\"stems\":[\"-gbu\",\"ugbō\"]}],\"-gbuwa\":[{\"word\":\"-gbuwa\",\"wordClass\":\"AV\",\"definitions\":[\"cut open, break into two (e.g. coconut)\",\"split by cutting (especially with axe or matchet)\"],\"examples\":[],\"variations\":[\"-gbuwe\"],\"stems\":[\"-gbu\",\"-wa\"]}],\"-gbuwa ụzò\":[{\"word\":\"-gbuwa ụzò\",\"wordClass\":\"AV\",\"definitions\":[\"cut new road\",\"cut a new road\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbu\",\"ụzò\"]}],\"ògbu mmādù\":[{\"word\":\"ògbu mmādù\",\"wordClass\":\"AV\",\"definitions\":[\"‘man-killer’; a much-coveted honour in the olden days conferred on anyone who possessed a human head\",\"intoxicate\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbu\"]}],\"(mmanya) -gbu\":[{\"word\":\"(mmanya) -gbu\",\"wordClass\":\"AV\",\"definitions\":[\"be intoxicated by alcohol\"],\"examples\":[{\"igbo\":\"Mmanya nà-ègbu Ọjì\",\"english\":\"Ọjị is intoxicated\"}],\"variations\":[],\"stems\":[\"-gbu\"]}],\"-gbu ògùgò\":[{\"word\":\"-gbu ògùgò\",\"wordClass\":\"AV\",\"definitions\":[\"gladden\"],\"examples\":[{\"igbo\":\"Ife ọ gà-ewètalụ m nà-ègbu m ògùgò\",\"english\":\"Something he is going to bring for me is making me happy\"}],\"variations\":[],\"stems\":[\"-gbu\",\"ògùgò\"]}],\"-gbu òkpòlòfifìè\":[{\"word\":\"-gbu òkpòlòfifìè\",\"wordClass\":\"AV\",\"definitions\":[\"whistle\"],\"examples\":[{\"igbo\":\"Ùfọdụ mbà nà-àsọ igbu#òkpòlòfifìè nsọ\",\"english\":\"Some towns forbid whistling\"},{\"igbo\":\"Gbùelụ m òkpòlòfifìè ogē ōbụnà ị nà-àgafè\",\"english\":\"Whistle to me whenever you are passing\"}],\"variations\":[],\"stems\":[\"-gbu\",\"òkpòlòfifìè\"]}],\"-gbu òpì\":[{\"word\":\"-gbu òpì\",\"wordClass\":\"AV\",\"definitions\":[\"blow horn, bugle\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbu\",\"òpì\"]}],\"-gbu òjà\":[{\"word\":\"-gbu òjà\",\"wordClass\":\"AV\",\"definitions\":[\"blow flute, whistle\",\"blow whistle\"],\"examples\":[{\"igbo\":\"Afùlù m ndị nā-egbu òjà\",\"english\":\"I saw some people playing flutes\"}],\"variations\":[],\"stems\":[\"-gbu\",\"òjà\"]}],\"-gbudo ǹkù akā\":[{\"word\":\"-gbudo ǹkù akā\",\"wordClass\":\"AV\",\"definitions\":[\"place the elbows against\"],\"examples\":[{\"igbo\":\"Egbudozina ǹkù akā n’enu oche nnī\",\"english\":\"Stop putting your elbows on the table\"}],\"variations\":[],\"stems\":[\"-gbu\"]}],\"-gbu ikpèlè\":[{\"word\":\"-gbu ikpèlè\",\"wordClass\":\"AV\",\"definitions\":[\"kneel\"],\"examples\":[{\"igbo\":\"Bìanù kà ànyị gbue ikpèlè n'ànì\",\"english\":\"O come and let us kneel down\"}],\"variations\":[],\"stems\":[\"-gbu\",\"ikpèlè\"]}],\"-gbu ikpèlè ụkwū\":[{\"word\":\"-gbu ikpèlè ụkwū\",\"wordClass\":\"AV\",\"definitions\":[\"fall on one's knees; kneel\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbu\"]}],\"-gbu nchà\":[{\"word\":\"-gbu nchà\",\"wordClass\":\"AV\",\"definitions\":[\"soap oneself\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbu\",\"nchà\"]}],\"-gbu ùlì\":[{\"word\":\"-gbu ùlì\",\"wordClass\":\"AV\",\"definitions\":[\"mark parts of the body with ùlì\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbu\",\"ùlì\"]}],\"-gbu fìàfìà\":[{\"word\":\"-gbu fìàfìà\",\"wordClass\":\"AV\",\"definitions\":[\"flash; glitter\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbu\"]}],\"-gbu ìnyège ìnyègè\":[{\"word\":\"-gbu ìnyège ìnyègè\",\"wordClass\":\"AV\",\"definitions\":[\"glisten (as water or glass in sun)\"],\"examples\":[{\"igbo\":\"Ọ dì ìnyègè, ogè ọ fùlù ya\",\"english\":\"It was very faint when he saw it\"}],\"variations\":[],\"stems\":[\"-gbu\",\"ìnyègè\"]}],\"-gbuke\":[{\"word\":\"-gbuke\",\"wordClass\":\"AV\",\"definitions\":[\"shine\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbu\"]}],\"-gbu màlàmàlà\":[{\"word\":\"-gbu màlàmàlà\",\"wordClass\":\"AV\",\"definitions\":[\"shine; glitter\",\"glitter\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbu\",\"màlàmàlà\"]}],\"-gbu mgbu obì\":[{\"word\":\"-gbu mgbu obì\",\"wordClass\":\"AV\",\"definitions\":[\"pain in the heart\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbu\",\"obì\"]}],\"àrụ mgbu\":[{\"word\":\"àrụ mgbu\",\"wordClass\":\"AV\",\"definitions\":[\"pains; difficulty; agony; illness\",\"illness\"],\"examples\":[{\"igbo\":\"O nwè àrụ mgbu\",\"english\":\"He is ill\"}],\"variations\":[],\"stems\":[\"-gbu\",\"mgbu\"]}],\"ife mgbu\":[{\"word\":\"ife mgbu\",\"wordClass\":\"AV\",\"definitions\":[\"ailment\",\"suffering; painful thing\",\"painful, hurtful, thing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbu\",\"ife\",\"mgbu\"]}],\"-gbu ēgbu\":[{\"word\":\"-gbu ēgbu\",\"wordClass\":\"AV\",\"definitions\":[\"intoxicate\"],\"examples\":[{\"igbo\":\"Mmanya ikē nà-ègbu ēgbu\",\"english\":\"Local gin is intoxicating\"}],\"variations\":[],\"stems\":[\"-gbu\"]}],\"-gbu\":[{\"word\":\"-gbu\",\"wordClass\":\"AV\",\"definitions\":[\"kill; cut; chop\",\"plant (tubers)\",\"blow (musical instrument)\",\"build, lay, mud wall\",\"place (knees, elbows) against\",\"coat, permeate (as paint, oil, dye, etc.)\",\"flash; glitter; shine\",\"hurt\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"gbùlùgbulù\":[{\"word\":\"gbùlùgbulù\",\"wordClass\":\"AV\",\"definitions\":[\"roundness; surroundings\"],\"examples\":[{\"igbo\":\"Onye ndi ilō gbàlù gbùlùgbulù nà-èche bē ya nche mgbè niīne mgbè niīne\",\"english\":\"A person surrounded by enemies always keeps watch over his house\"}],\"variations\":[],\"stems\":null}],\"-gbụ àgbụ\":[{\"word\":\"-gbụ àgbụ\",\"wordClass\":\"AV\",\"definitions\":[\"be slippery, slip on or off (of rings, bracelets)\",\"be shed (leaves)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbụ\"]}],\"-gbụcha\":[{\"word\":\"-gbụcha\",\"wordClass\":\"AV\",\"definitions\":[\"shed leaves; slip; be slippery\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbụ\"]}],\"-gbụcha ọnū\":[{\"word\":\"-gbụcha ọnū\",\"wordClass\":\"AV\",\"definitions\":[\"wash, rinse mouth\"],\"examples\":[{\"igbo\":\"Ogē òbùnà ị tàsìlì atụ gba mbò gbùchaa ọnū gị\",\"english\":\"Whenever you finish using your chewing stick, try and rinse your mouth\"}],\"variations\":[],\"stems\":[\"-gbụ\",\"ọnū\"]}],\"-gbụchapù\":[{\"word\":\"-gbụchapù\",\"wordClass\":\"AV\",\"definitions\":[\"slip off; be out of joint\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbụ\"]}],\"-gbụ mgbụ\":[{\"word\":\"-gbụ mgbụ\",\"wordClass\":\"AV\",\"definitions\":[\"shed leaves; strip\"],\"examples\":[{\"igbo\":\"Osisi dī nà mbala afīa adī àgbụ mgbụ\",\"english\":\"The tree in the market place never sheds its leaves\"}],\"variations\":[],\"stems\":[\"-gbụ\"]}],\"-gbụnye\":[{\"word\":\"-gbụnye\",\"wordClass\":\"AV\",\"definitions\":[\"put on (ring, bracelet)\"],\"examples\":[{\"igbo\":\"Gbùnye mgbànaka ǹke à kà m fụ etu ọ gà-àdị gī\",\"english\":\"Put on this ring and let me see how it fits you\"}],\"variations\":[],\"stems\":[\"-gbụ\"]}],\"-gbụ ọnụ mmīli\":[{\"word\":\"-gbụ ọnụ mmīli\",\"wordClass\":\"AV\",\"definitions\":[\"spit\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gbụ\"]}],\"-gbụpù\":[{\"word\":\"-gbụpù\",\"wordClass\":\"AV\",\"definitions\":[\"take off (e.g. shoe, ring); fall off (of leaves)\"],\"examples\":[{\"igbo\":\"Achòlù kà ị gbụpù mgbànaka gī tupu ì bàta ụnò\",\"english\":\"I want you to remove your ring before you enter the house\"},{\"igbo\":\"Ọjī dī n'òbi nà-àgbụpù akwụkwọ ọgè ǹcha\",\"english\":\"The iroko tree (Milicia excelsa) in the court sheds leaves at all times\"}],\"variations\":[],\"stems\":[\"-gbụ\"]}],\"-gbụtò\":[{\"word\":\"-gbụtò\",\"wordClass\":\"AV\",\"definitions\":[\"slip off and abandon\"],\"examples\":[{\"igbo\":\"Afūgo m ebe ọ gbūtòlù akpụkpọ ụkwū ya\",\"english\":\"I have seen where she (slipped off and) abandoned her shoes\"}],\"variations\":[],\"stems\":[\"-gbụ\"]}],\"-gbụ\":[{\"word\":\"-gbụ\",\"wordClass\":\"AV\",\"definitions\":[\"shed (leaves); remove\"],\"examples\":[{\"igbo\":\"Ọjī dī n’iru ụnō ānyị nà-àgbụ akwụkwọ\",\"english\":\"The iroko tree in the front of our house is shedding its leaves\"}],\"variations\":[],\"stems\":null}],\"-gbù àgbù\":[{\"word\":\"-gbù àgbù\",\"wordClass\":\"AV\",\"definitions\":[\"be fed up; have lost appetite for; have no appetite for\"],\"examples\":[{\"igbo\":\"Ùdị ọlū à nà-agbū àgbù ọsọ ōsọ\",\"english\":\"This kind of work quickly becomes boring\"}],\"variations\":[],\"stems\":[\"-gbù\"]}],\"-gbù\":[{\"word\":\"-gbù\",\"wordClass\":\"AV\",\"definitions\":[\"lose appetite for; have eaten sufficiently and want no more off; be fed up\"],\"examples\":[{\"igbo\":\"Nnī gbùlù m\",\"english\":\"I have no appetite for food (in general)\"},{\"igbo\":\"Elīgo m ji ogonogo ọgè; kịtāà ọ gbùgo m\",\"english\":\"I have eaten yam\"}],\"variations\":[],\"stems\":null}],\"-gè ntì\":[{\"word\":\"-gè ntì\",\"wordClass\":\"AV\",\"definitions\":[\"listen\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gè\",\"ntì\"]}],\"-gè ǹgìgè\":[{\"word\":\"-gè ǹgìgè\",\"wordClass\":\"AV\",\"definitions\":[\"cordon round with rope or fence\",\"cordon round with rope\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gè\",\"ǹgìgè\"]}],\"-gè\":[{\"word\":\"-gè\",\"wordClass\":\"AV\",\"definitions\":[\"listen\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"genye nà\":[{\"word\":\"genye nà\",\"wordClass\":\"CJN\",\"definitions\":[\"unless; until\"],\"examples\":[{\"igbo\":\"Agà m anò ebe à genye nà ò bìàlù\",\"english\":\"I will be here until he comes\"},{\"igbo\":\"Àyị amā eje ọlū genye nà ò mèlù ife ayị chòlù\",\"english\":\"We shall not work unless he does what we want.\"}],\"variations\":[],\"stems\":null}],\"GH\":[{\"word\":\"GH\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"òghụgha\":[{\"word\":\"òghụgha\",\"wordClass\":\"AV\",\"definitions\":[\"change, turning (usually for worse)\",\"scattering\"],\"examples\":[{\"igbo\":\"aya ōghụgha, enu ōghụgha, ife ōghụgha\",\"english\":\"changing of state of things for the worse, especially in social matters, fashion, etc.\"},{\"igbo\":\"Ọ bù aya ōghụgha mèlù nà ụmù àgbọghò nà-èjizi akā fa aròlụ di sōlụ fa\",\"english\":\"It is the changing of the state of things for the worse that has brought about marriageable girls choosing their husbands by themselves\"}],\"variations\":[\"òghịgha\"],\"stems\":[\"-gha\"]}],\"-gha agha\":[{\"word\":\"-gha agha\",\"wordClass\":\"AV\",\"definitions\":[\"change, alter (usually for worse)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gha\"]}],\"-gha anya n'àzụ\":[{\"word\":\"-gha anya n'àzụ\",\"wordClass\":\"AV\",\"definitions\":[\"look backwards; look, glance back\"],\"examples\":[{\"igbo\":\"Agwàlù m yà kà o jìsie ikē ghàlụ ịghā anya n'àzụ\",\"english\":\"I told him to strive hard without looking backwards\"},{\"igbo\":\"Onye nā-amù ịgbā igwè adā àgha anyā n'àzụ ọgè ọ nò n’enu#ya\",\"english\":\"A person just learning to ride a bicycle does not look backward while on it\"}],\"variations\":[],\"stems\":[\"-gha\"]}],\"-ghagbu\":[{\"word\":\"-ghagbu\",\"wordClass\":\"AV\",\"definitions\":[\"confuse; play complicated trick (on someone); cheat\"],\"examples\":[{\"igbo\":\"Ibè àghagbugo m; o kwèsìlì kà mụ kèta ego īli n’ego mụ nà ya kètàlù, mà sòọsò ego īnọ kà m kètàlù\",\"english\":\"Ibe has tricked me; I ought to get one naira out of the money we shared, but I got only forty kobo\"}],\"variations\":[],\"stems\":[\"-gha\"]}],\"nghagbu\":[{\"word\":\"nghagbu\",\"wordClass\":\"AV\",\"definitions\":[\"cheating; trickery\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gha\"]}],\"onye nghagbu\":[{\"word\":\"onye nghagbu\",\"wordClass\":\"AV\",\"definitions\":[\"a trickster\",\"toss about before dying\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gha\"]}],\"-ghaghalị\":[{\"word\":\"-ghaghalị\",\"wordClass\":\"AV\",\"definitions\":[\"turn round, about\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gha\"]}],\"-ghakpù iru\":[{\"word\":\"-ghakpù iru\",\"wordClass\":\"AV\",\"definitions\":[\"turn upside down; lie face downwards\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gha\",\"iru\"]}],\"-ghalị àzụ\":[{\"word\":\"-ghalị àzụ\",\"wordClass\":\"AV\",\"definitions\":[\"turn round; go back\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gha\"]}],\"àma ūgha\":[{\"word\":\"àma ūgha\",\"wordClass\":\"AV\",\"definitions\":[\"false witness\",\"followed by -lị, used as suffix meaning about'\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gha\"]}],\"-jeghalị\":[{\"word\":\"-jeghalị\",\"wordClass\":\"AV\",\"definitions\":[\"stroll about\",\"walk about\"],\"examples\":[{\"igbo\":\"Agū nà-èjeghalị n'òzàlà ịmā mà ọ nwè ife ọ gà-àfụ kpachalị\",\"english\":\"Agụ is going about in the grassland to see if he can find some (animal) to take\"}],\"variations\":[],\"stems\":[\"-gha\",\"-je\"]}],\"-kwaghalị\":[{\"word\":\"-kwaghalị\",\"wordClass\":\"AV\",\"definitions\":[\"move (things) about\",\"move (things) about Ọ nà-àkwaghalị ife yā He is moving his things about\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gha\",\"-kwa\"]}],\"-kwụghalị\":[{\"word\":\"-kwụghalị\",\"wordClass\":\"AV\",\"definitions\":[\"loiter about lazily\",\"loiter\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gha\",\"-kwụ\"]}],\"-maghalị\":[{\"word\":\"-maghalị\",\"wordClass\":\"AV\",\"definitions\":[\"jump about\",\"shake (a vessel containing liquid)\",\"throw about\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gha\",\"-ma\"]}],\"Anà m èje ịghā osè\":[{\"word\":\"Anà m èje ịghā osè\",\"wordClass\":\"AV\",\"definitions\":[\"I am going to sow pepper seeds (broadcast)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gha\"]}],\"-gha mkpụlū\":[{\"word\":\"-gha mkpụlū\",\"wordClass\":\"AV\",\"definitions\":[\"sow seeds (broadcast)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gha\",\"mkpụlū\"]}],\"-gha mkpụlụ osisi\":[{\"word\":\"-gha mkpụlụ osisi\",\"wordClass\":\"AV\",\"definitions\":[\"sow seeds (broadcast)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gha\",\"osisi\"]}],\"-ghasà\":[{\"word\":\"-ghasà\",\"wordClass\":\"AV\",\"definitions\":[\"sow by scattering; scatter\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gha\"]}],\"-gha\":[{\"word\":\"-gha\",\"wordClass\":\"AV\",\"definitions\":[\"change (usually for worse); turn; alter; turn round\",\"scatter, throw (broadcast); sow (broadcast)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òghùghà\":[{\"word\":\"òghùghà\",\"wordClass\":\"AV\",\"definitions\":[\"passing, etc.\"],\"examples\":[{\"igbo\":\"Ghàa yā aka\",\"english\":\"Leave him alone!\"},{\"igbo\":\"Ụgbọ afù ghàlù àyị nà Nnoòbì\",\"english\":\"The car overtook us at Nnoobi\"}],\"variations\":[],\"stems\":[\"-ghà\"]}],\"-ghàgbu -ghàlụ = -ghà\":[{\"word\":\"-ghàgbu -ghàlụ = -ghà\",\"wordClass\":\"AV\",\"definitions\":[\"leave someone far behind\"],\"examples\":[{\"igbo\":\"Ndị mmụ nà fa yìbido ijè aghàgbugo m\",\"english\":\"The people I started the journey with have left me far behind\"}],\"variations\":[],\"stems\":[\"-ghà\"]}],\"-ghà\":[{\"word\":\"-ghà\",\"wordClass\":\"AV\",\"definitions\":[\"pass; overtake; leave; surpass; let alone; leave off; fail\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-gha-lị\":[{\"word\":\"-gha-lị\",\"wordClass\":\"\",\"definitions\":[\"see -gha 1.B.\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-ghekpọ\":[{\"word\":\"-ghekpọ\",\"wordClass\":\"AV\",\"definitions\":[\"yawn; pant\",\"fry dry\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ghe\"]}],\"-ghe oghe\":[{\"word\":\"-ghe oghe\",\"wordClass\":\"AV\",\"definitions\":[\"be open\"],\"examples\":[],\"variations\":[\"-ghe\"],\"stems\":[\"-ghe\"]}],\"oghē\":[{\"word\":\"oghē\",\"wordClass\":\"NNC\",\"definitions\":[\"opening\"],\"examples\":[],\"variations\":[\"ọghē\"],\"stems\":null}],\"-ghe ughelē\":[{\"word\":\"-ghe ughelē\",\"wordClass\":\"AV\",\"definitions\":[\"yawn\"],\"examples\":[{\"igbo\":\"Ọ nà-èghe ughelē\",\"english\":\"He is yawning\"}],\"variations\":[],\"stems\":[\"-ghe\",\"ughelē\"]}],\"-kwùghe\":[{\"word\":\"-kwùghe\",\"wordClass\":\"AV\",\"definitions\":[\"open; take off lid or cover\",\"open (bottle, tin, pot, etc.)\"],\"examples\":[{\"igbo\":\"Bikō kwùghee ìtè\",\"english\":\"Please uncover the pot\"}],\"variations\":[],\"stems\":[\"-ghe\",\"-kwù-\"]}],\"oghele\":[{\"word\":\"oghele\",\"wordClass\":\"AV\",\"definitions\":[\"opening; opportunity\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ghe\"]}],\"òghighe\":[{\"word\":\"òghighe\",\"wordClass\":\"AV\",\"definitions\":[\"frying\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ghe\"]}],\"-ghe ògèdè\":[{\"word\":\"-ghe ògèdè\",\"wordClass\":\"AV\",\"definitions\":[\"fry plantains\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ghe\",\"ògèdè\"]}],\"anụ ōghighe\":[{\"word\":\"anụ ōghighe\",\"wordClass\":\"AV\",\"definitions\":[\"fried meat\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ghe\"]}],\"anụ eghēleghe\":[{\"word\":\"anụ eghēleghe\",\"wordClass\":\"AV\",\"definitions\":[\"fried meat\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ghe\"]}],\"-ghe\":[{\"word\":\"-ghe\",\"wordClass\":\"AV\",\"definitions\":[\"be open; open; yawn; gape\",\"fry\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òghìghè\":[{\"word\":\"òghìghè\",\"wordClass\":\"AV\",\"definitions\":[\"being properly cooked\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ghè\"]}],\"-ghèdè\":[{\"word\":\"-ghèdè\",\"wordClass\":\"AV\",\"definitions\":[\"cook very soft (especially of carbohydrate food)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ghè\"]}],\"-ghèkpò\":[{\"word\":\"-ghèkpò\",\"wordClass\":\"AV\",\"definitions\":[\"cook properly (especially of meat, fish); be well cooked\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ghè\"]}],\"-sighè\":[{\"word\":\"-sighè\",\"wordClass\":\"AV\",\"definitions\":[\"cook properly\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ghè\"]}],\"-ghè\":[{\"word\":\"-ghè\",\"wordClass\":\"AV\",\"definitions\":[\"be properly cooked\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-jeghèli\":[{\"word\":\"-jeghèli\",\"wordClass\":\"AV\",\"definitions\":[\"wander about at random\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ghè-li\",\"-lị\"]}],\"-meghèli\":[{\"word\":\"-meghèli\",\"wordClass\":\"AV\",\"definitions\":[\"fool about\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ghè-li\"]}],\"-ghè-li\":[{\"word\":\"-ghè-li\",\"wordClass\":\"AV\",\"definitions\":[\"cut into pieces\"],\"examples\":[{\"igbo\":\"Ghelìe anụ afù\",\"english\":\"Cut that meat into pieces\"}],\"variations\":[],\"stems\":null}],\"-dị ghòlòghòlò\":[{\"word\":\"-dị ghòlòghòlò\",\"wordClass\":\"NNC\",\"definitions\":[\"be watery\"],\"examples\":[],\"variations\":[],\"stems\":[\"ghòlòghòlò\"]}],\"ghòlòghòlò\":[{\"word\":\"ghòlòghòlò\",\"wordClass\":\"NNC\",\"definitions\":[\"watery, light consistency (of soup, broth, etc.; compare gologolo)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òghụghọ\":[{\"word\":\"òghụghọ\",\"wordClass\":\"AV\",\"definitions\":[\"mistaking\",\"catching\"],\"examples\":[{\"igbo\":\"Anà m èje ịghō ife ọ nà-àchọ ịtūpùlù m site n’enu osisi\",\"english\":\"I am going to catch what he is going to drop for me from the top of the tree\"}],\"variations\":[],\"stems\":[\"-ghọ\"]}],\"-ghọ aghọ\":[{\"word\":\"-ghọ aghọ\",\"wordClass\":\"AV\",\"definitions\":[\"be a mistake; show a loss\"],\"examples\":[{\"igbo\":\"Ibè akpāchàpùrò anya wèlụ gbu ewu mmadù kamà ọ ghòlù yà àghọ\",\"english\":\"Ibe did not deliberately kill another man's goat; it was a mistake\"}],\"variations\":[],\"stems\":[\"-ghọ\"]}],\"òghọm̄\":[{\"word\":\"òghọm̄\",\"wordClass\":\"NNC\",\"definitions\":[\"mistake; mishap; loss\"],\"examples\":[{\"igbo\":\"Ife kpātalụ nà òtụtụ mmādù adī àgba mgbele bù màkà nà fa nà-àtụ egwū òghọm\",\"english\":\"The reason why many people do not trade is because of their fear of loss\"}],\"variations\":[],\"stems\":null}],\"-ghọdo\":[{\"word\":\"-ghọdo\",\"wordClass\":\"AV\",\"definitions\":[\"understand well\"],\"examples\":[{\"igbo\":\"Achòlù m kà ị ghọdo ife m nà-èkwu òfụma\",\"english\":\"I want you to understand what I am saying well\"},{\"igbo\":\"Àghọdōsịrọ m okwu ị nà-èkwu n'ùtụtù màkà nà anà m akù mgbanù ọgè ị nà-èkwu okwu#\",\"english\":\"I did not quite get what you were saying in the morning because I was in a hurry when you were speaking\"}],\"variations\":[],\"stems\":[\"-ghọ\"]}],\"-ghọlụ = -ghọ\":[{\"word\":\"-ghọlụ = -ghọ\",\"wordClass\":\"AV\",\"definitions\":[\"catch\",\"pick, pluck fruit\"],\"examples\":[{\"igbo\":\"Ghòlụ ife ọ nà-àchọ ịtūpùlù gị\",\"english\":\"Catch what he is going to throw to you\"}],\"variations\":[],\"stems\":[\"-ghọ\"]}],\"-ghọta\":[{\"word\":\"-ghọta\",\"wordClass\":\"AV\",\"definitions\":[\"understand\"],\"examples\":[{\"igbo\":\"Achòlù m kà ị ghọta okwu#m\",\"english\":\"I want you to understand my word\"},{\"igbo\":\"Aghōtago m ife ị nà-àkụzili m\",\"english\":\"I have understood what you are teaching me\"}],\"variations\":[],\"stems\":[\"-ghọ\"]}],\"nghọta\":[{\"word\":\"nghọta\",\"wordClass\":\"AV\",\"definitions\":[\"understanding\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ghọ\"]}],\"-ghọ\":[{\"word\":\"-ghọ\",\"wordClass\":\"AV\",\"definitions\":[\"go wrong; miss; be mistaken\",\"catch (object falling from a height or thrown)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òghùghò\":[{\"word\":\"òghùghò\",\"wordClass\":\"AV\",\"definitions\":[\"changing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ghò\"]}],\"-ghòlụ\":[{\"word\":\"-ghòlụ\",\"wordClass\":\"AV\",\"definitions\":[\"change, develop into; become\"],\"examples\":[{\"igbo\":\"Akpụkpa dī n'àrụ Īwu aghòlụgo ọyà ọcha\",\"english\":\"The rash on Iwu's body has developed into leprosy\"}],\"variations\":[],\"stems\":[\"-ghò\"]}],\"-ghòdo\":[{\"word\":\"-ghòdo\",\"wordClass\":\"AV\",\"definitions\":[\"trick someone into missing something elsewhere\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ghò\"]}],\"-ghògbu\":[{\"word\":\"-ghògbu\",\"wordClass\":\"AV\",\"definitions\":[\"confuse, play trick on someone\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ghò\"]}],\"-ghòlị\":[{\"word\":\"-ghòlị\",\"wordClass\":\"AV\",\"definitions\":[\"‘deceive’ by exerting pre-natal influence on child to resemble oneself. If a pregnant woman keeps constant company with another person, during much of the pregnancy, the child is very likely to resemble that person when born\"],\"examples\":[{\"igbo\":\"Òbìàgèlî ghòlìlì Àda ọgè a dì ime Āda, ị fūrọ etu Àda sìlì yi yā?\",\"english\":\"Ọbịageli ‘deceived’ Ada while Ada was in the womb; don't you see how Ada resembles her?\"}],\"variations\":[],\"stems\":[\"-ghò\"]}],\"-ghò\":[{\"word\":\"-ghò\",\"wordClass\":\"AV\",\"definitions\":[\"change, develop into; become\",\"play trick; trick; work deceit\"],\"examples\":[{\"igbo\":\"Kèdụ ife ị nà-aghò ebe afù?\",\"english\":\"What trick are you up to there?\"}],\"variations\":[],\"stems\":[]}],\"òghughu\":[{\"word\":\"òghughu\",\"wordClass\":\"AV\",\"definitions\":[\"cooking\"],\"examples\":[{\"igbo\":\"Gịnī kà ị nà-àchọ ighu#?\",\"english\":\"What are you preparing to boil?\"}],\"variations\":[],\"stems\":[\"-ghu\"]}],\"-ghu\":[{\"word\":\"-ghu\",\"wordClass\":\"AV\",\"definitions\":[\"cook; boil (compare -si)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òghụghụ\":[{\"word\":\"òghụghụ\",\"wordClass\":\"AV\",\"definitions\":[\"plucking out; extraction\"],\"examples\":[{\"igbo\":\"Ì jèkò ịghū m anya?\",\"english\":\"Are you going to pluck out my eye?\"}],\"variations\":[],\"stems\":[\"-ghụ\"]}],\"-ghụlụ\":[{\"word\":\"-ghụlụ\",\"wordClass\":\"AV\",\"definitions\":[\"pluck out; extract (and take away)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ghụ\"]}],\"-ghụ\":[{\"word\":\"-ghụ\",\"wordClass\":\"AV\",\"definitions\":[\"(compare -gwò) pluck out; extract (e.g. like eyes); remove, scoop (e.g. coconut flesh from shell)\",\"bath\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-kwugide\":[{\"word\":\"-kwugide\",\"wordClass\":\"ESUF\",\"definitions\":[\"speak against\"],\"examples\":[{\"igbo\":\"Fa nà-èkwugide yā èkwugide\",\"english\":\"They are speaking against him\"}],\"variations\":[],\"stems\":[\"-gi-de\"]}],\"-megide\":[{\"word\":\"-megide\",\"wordClass\":\"ESUF\",\"definitions\":[\"act against\"],\"examples\":[],\"variations\":[\"-mejide\"],\"stems\":[\"-gi-de\",\"-me\"]}],\"-nwụde\":[{\"word\":\"-nwụde\",\"wordClass\":\"ESUF\",\"definitions\":[\"catch; grip; seize; throw in wrestling; catch (e.g. thief) red-handed\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gi-de\",\"-nwụ\"]}],\"-gi-de\":[{\"word\":\"-gi-de\",\"wordClass\":\"ESUF\",\"definitions\":[\"against\"],\"examples\":[],\"variations\":[\"-ji-de\",\"-de\"],\"stems\":null}],\"gìdìgìdì\":[{\"word\":\"gìdìgìdì\",\"wordClass\":\"NNC\",\"definitions\":[\"disorder; trouble (compare Yoruba gìdìgìdì of violent physical movement, especially fighting)\"],\"examples\":[{\"igbo\":\"Ụnō à nà-adà gìdìgìdì\",\"english\":\"There is great trouble in this house.\"},{\"igbo\":\"Ogè ife à mèlù mmadù niīne wèe na-àgba gìdìgìdì\",\"english\":\"When this thing happened all the people were running helter-skelter\"}],\"variations\":[],\"stems\":null}],\"mụ nà gị\":[{\"word\":\"mụ nà gị\",\"wordClass\":\"PRN\",\"definitions\":[\"you and I\"],\"examples\":[],\"variations\":[],\"stems\":[\"gị\",\"mụ\"]}],\"ǹkè gị\":[{\"word\":\"ǹkè gị\",\"wordClass\":\"PRN\",\"definitions\":[\"yours; thine\"],\"examples\":[{\"igbo\":\"Ọ nà-àgwa gī\",\"english\":\"He is telling you\"}],\"variations\":[],\"stems\":[\"gị\"]}],\"gị\":[{\"word\":\"gị\",\"wordClass\":\"PRN\",\"definitions\":[\"(independent; 2nd pers. sg.) you, your (sg.); thou; thee; thy (compare ǹgị)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-gị-gàdo\":[{\"word\":\"-gị-gàdo\",\"wordClass\":\"AV\",\"definitions\":[\"catch hold of (of someone weak, e.g. spider)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"gịlịgịlị\":[{\"word\":\"gịlịgịlị\",\"wordClass\":\"NNC\",\"definitions\":[\"thinness; slightness; slenderness\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"gịnī zị?\":[{\"word\":\"gịnī zị?\",\"wordClass\":\"INTJ\",\"definitions\":[\"what? what then?\"],\"examples\":[],\"variations\":[],\"stems\":[\"gịnī?\"]}],\"gịnī kpàtàlù?\":[{\"word\":\"gịnī kpàtàlù?\",\"wordClass\":\"INTJ\",\"definitions\":[\"why?\"],\"examples\":[],\"variations\":[],\"stems\":[\"gịnī?\"]}],\"gịnī mèlù?\":[{\"word\":\"gịnī mèlù?\",\"wordClass\":\"INTJ\",\"definitions\":[\"what happened?\"],\"examples\":[],\"variations\":[],\"stems\":[\"gịnī?\"]}],\"màkà gịnī?\":[{\"word\":\"màkà gịnī?\",\"wordClass\":\"INTJ\",\"definitions\":[\"for what? for what reason?\"],\"examples\":[],\"variations\":[],\"stems\":[\"gịnī?\"]}],\"ò gịnī?\":[{\"word\":\"ò gịnī?\",\"wordClass\":\"INTJ\",\"definitions\":[\"what?\"],\"examples\":[],\"variations\":[],\"stems\":[\"gịnī?\"]}],\"gịnī?\":[{\"word\":\"gịnī?\",\"wordClass\":\"INTJ\",\"definitions\":[\"what?\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-gokọ\":[{\"word\":\"-gokọ\",\"wordClass\":\"AV\",\"definitions\":[\"buy together\"],\"examples\":[],\"variations\":[],\"stems\":[\"-go\"]}],\"-gokọlụ\":[{\"word\":\"-gokọlụ\",\"wordClass\":\"AV\",\"definitions\":[\"buy all\"],\"examples\":[],\"variations\":[],\"stems\":[\"-go\",\"-kọ\"]}],\"-golu\":[{\"word\":\"-golu\",\"wordClass\":\"AV\",\"definitions\":[\"buy; hire (things)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-go\"]}],\"-gote\":[{\"word\":\"-gote\",\"wordClass\":\"AV\",\"definitions\":[\"buy from\"],\"examples\":[],\"variations\":[],\"stems\":[\"-go\"]}],\"-gotelụ\":[{\"word\":\"-gotelụ\",\"wordClass\":\"AV\",\"definitions\":[\"buy for someone\",\"buy for\"],\"examples\":[],\"variations\":[],\"stems\":[\"-go\",\"-lụ \"]}],\"-go ngo\":[{\"word\":\"-go ngo\",\"wordClass\":\"AV\",\"definitions\":[\"give a reward or inducement\",\"give a present, reward\"],\"examples\":[],\"variations\":[],\"stems\":[\"-go\",\"ngo\"]}],\"-go\":[{\"word\":\"-go\",\"wordClass\":\"AV\",\"definitions\":[\"buy; hire (men, things)\",\"Ọ nātago He has arrived\",\"Ụmù akwụkwọ nà-akwàgo motō Ōbelē enu ugwu#Students are pushing Obele's car up the hill.\"],\"examples\":[{\"igbo\":\"Ọ gwūgo\",\"english\":\"It has finished\"},{\"igbo\":\"Ì pùtago ūla\",\"english\":\"Good morning (literally Have you come out of the sleeping room?)\"},{\"igbo\":\"Afù m Obelē kà ọ nà-àgbago ụzò ụnò akwụkwọ\",\"english\":\"I saw Obele going upwards in the direction of the school.\"},{\"igbo\":\"Afù m Obelē kà ọ nà-àlịgo ajā\",\"english\":\"I saw Obele climbing up the wall\"}],\"variations\":[],\"stems\":[]}],\"-gòli\":[{\"word\":\"-gòli\",\"wordClass\":\"AV\",\"definitions\":[\"rejoice; make a joyful noise\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gò\",\"-lị\"]}],\"-gò iru\":[{\"word\":\"-gò iru\",\"wordClass\":\"AV\",\"definitions\":[\"be coy; hesitate to grant a request or favour which one actually wants to grant\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gò\",\"iru\"]}],\"-gò ọgò\":[{\"word\":\"-gò ọgò\",\"wordClass\":\"AV\",\"definitions\":[\"perform duties of a relation by marriage\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gò\",\"ọgò\"]}],\"ọgò\":[{\"word\":\"ọgò\",\"wordClass\":\"NNC\",\"definitions\":[\"in-law\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọgò nwaànyì\":[{\"word\":\"ọgò nwaànyì\",\"wordClass\":\"AV\",\"definitions\":[\"mother-in-law; female relative by marriage\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gò\"]}],\"ọgò nwokē\":[{\"word\":\"ọgò nwokē\",\"wordClass\":\"NNC\",\"definitions\":[\"father-in-law; any male relative by marriage\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gò\",\"ọgò\"]}],\"-tigò\":[{\"word\":\"-tigò\",\"wordClass\":\"ESUF\",\"definitions\":[\"bend by beating\"],\"examples\":[{\"igbo\":\"Ụzụ nà-ètigō mkpịsī\",\"english\":\"The blacksmith is beating the spike to bend it\"}],\"variations\":[],\"stems\":[\"-gò\"]}],\"-gò\":[{\"word\":\"-gò\",\"wordClass\":\"AV\",\"definitions\":[\"make a noise\",\"be related by marriage\",\"make, be bent (compare ngò crookedness)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-go-du\":[{\"word\":\"-go-du\",\"wordClass\":\"\",\"definitions\":[\"first; beforehand; preceding (compare -du 3.) going to the market\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"gogògo\":[{\"word\":\"gogògo\",\"wordClass\":\"NNC\",\"definitions\":[\"fish sp. (Ichthyborus besse)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"gologolo\":[{\"word\":\"gologolo\",\"wordClass\":\"NNC\",\"definitions\":[\"wateriness (of soup, broth, etc.; compare ghòlòghòlò)\"],\"examples\":[{\"igbo\":\"Achòlù m ofe dī gologolo\",\"english\":\"I want a watery soup\"}],\"variations\":[],\"stems\":null}],\"ngosi\":[{\"word\":\"ngosi\",\"wordClass\":\"AV\",\"definitions\":[\"revelation; show\"],\"examples\":[],\"variations\":[],\"stems\":[\"-go-si\"]}],\"-mùgosi\":[{\"word\":\"-mùgosi\",\"wordClass\":\"AV\",\"definitions\":[\"teach\"],\"examples\":[{\"igbo\":\"Ọ nà-amùgosi yā etu e sì egbē àkàmù\",\"english\":\"He is teaching him how liquid pap is prepared\"}],\"variations\":[],\"stems\":[\"-go-si\"]}],\"-go-si\":[{\"word\":\"-go-si\",\"wordClass\":\"AV\",\"definitions\":[\"show\"],\"examples\":[{\"igbo\":\"O gōsigo ōnwe yā\",\"english\":\"He has shown himself (in his true colours)\"},{\"igbo\":\"Ọ nà-èje igōsi ya ụnō Ōfọ\",\"english\":\"He is going to show him Ọfọ's house\"}],\"variations\":[],\"stems\":null}],\"-gọ àgìgò\":[{\"word\":\"-gọ àgìgò\",\"wordClass\":\"AV\",\"definitions\":[\"deny (a fact)\"],\"examples\":[],\"variations\":[\"àgùgò\"],\"stems\":[\"-gọ\"]}],\"-gọ agọ\":[{\"word\":\"-gọ agọ\",\"wordClass\":\"AV\",\"definitions\":[\"deny\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gọ\"]}],\"-gọnarị\":[{\"word\":\"-gọnarị\",\"wordClass\":\"AV\",\"definitions\":[\"deny (knowledge of something)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gọ\"]}],\"-gọ alūsị\":[{\"word\":\"-gọ alūsị\",\"wordClass\":\"AV\",\"definitions\":[\"worship a deity\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gọ\"]}],\"-gọ ọjị\":[{\"word\":\"-gọ ọjị\",\"wordClass\":\"AV\",\"definitions\":[\"offer kolanuts to the ancestors or deities\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gọ\"]}],\"-gọ mmụō\":[{\"word\":\"-gọ mmụō\",\"wordClass\":\"AV\",\"definitions\":[\"worship spirits (by presenting kolanuts)\"],\"examples\":[{\"igbo\":\"Fâ nà-àgọ mmụō\",\"english\":\"They are worshipping spirits\"}],\"variations\":[],\"stems\":[\"-gọ\"]}],\"ịgōmmụọ\":[{\"word\":\"ịgōmmụọ\",\"wordClass\":\"AV\",\"definitions\":[\"worshipping spirits\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gọ\"]}],\"-gọ òfọ\":[{\"word\":\"-gọ òfọ\",\"wordClass\":\"AV\",\"definitions\":[\"bless with òfọ, the symbol of authority\",\"bless with òfọ, the soul or emblem of kingship\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gọ\",\"òfọ\"]}],\"-gọzi\":[{\"word\":\"-gọzi\",\"wordClass\":\"AV\",\"definitions\":[\"bless; invoke a blessing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gọ\"]}],\"ngọzi\":[{\"word\":\"ngọzi\",\"wordClass\":\"NNC\",\"definitions\":[\"blessing (-gọzi bless)\",\"male and female name\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-gọ\":[{\"word\":\"-gọ\",\"wordClass\":\"AV\",\"definitions\":[\"deny\",\"worship\",\"bless\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-gu\":[{\"word\":\"-gu\",\"wordClass\":\"\",\"definitions\":[\"see -gwu\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-gù mmilī\":[{\"word\":\"-gù mmilī\",\"wordClass\":\"AV\",\"definitions\":[\"be damp (as of salt)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gù\"]}],\"-gù\":[{\"word\":\"-gù\",\"wordClass\":\"AV\",\"definitions\":[\"give name to; name\",\"embrace; grip; enclose in arms\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ògụgụ\":[{\"word\":\"ògụgụ\",\"wordClass\":\"AV\",\"definitions\":[\"figures; number(s); counting; reading; recitation\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gụ\"]}],\"ọnụ ōgụgụ\":[{\"word\":\"ọnụ ōgụgụ\",\"wordClass\":\"AV\",\"definitions\":[\"numbering; the Book of Numbers (Bible)\",\"numbering; amount; total; the Book of Numbers in the Bible\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gụ\",\"ọnū\"]}],\"-gụdà\":[{\"word\":\"-gụdà\",\"wordClass\":\"AV\",\"definitions\":[\"read through\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gụ\"]}],\"-gụfìè\":[{\"word\":\"-gụfìè\",\"wordClass\":\"AV\",\"definitions\":[\"misread\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gụ\"]}],\"-gụkọta\":[{\"word\":\"-gụkọta\",\"wordClass\":\"AV\",\"definitions\":[\"add up; reckon; count\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gụ\"]}],\"-gụmì\":[{\"word\":\"-gụmì\",\"wordClass\":\"AV\",\"definitions\":[\"read deeply\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gụ\"]}],\"-gụnwù\":[{\"word\":\"-gụnwù\",\"wordClass\":\"AV\",\"definitions\":[\"read again\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gụ\"]}],\"-gụnye\":[{\"word\":\"-gụnye\",\"wordClass\":\"AV\",\"definitions\":[\"add; reckon; count in\"],\"examples\":[{\"igbo\":\"fì gụnyego fā?\",\"english\":\"Have you counted them in the group?\"}],\"variations\":[],\"stems\":[\"-gụ\"]}],\"-gụnye nà\":[{\"word\":\"-gụnye nà\",\"wordClass\":\"AV\",\"definitions\":[\"reckon as; account\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gụ\"]}],\"-gụ ọnū\":[{\"word\":\"-gụ ọnū\",\"wordClass\":\"AV\",\"definitions\":[\"count; reckon\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gụ\",\"ọnū\"]}],\"-gụpù\":[{\"word\":\"-gụpù\",\"wordClass\":\"AV\",\"definitions\":[\"count out\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gụ\"]}],\"-gụsi ike\":[{\"word\":\"-gụsi ike\",\"wordClass\":\"AV\",\"definitions\":[\"read out forcefully\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gụ\"]}],\"-gụtè aka\":[{\"word\":\"-gụtè aka\",\"wordClass\":\"AV\",\"definitions\":[\"read for a long time\"],\"examples\":[{\"igbo\":\"agụkata àgbà àwarị\",\"english\":\"an uncountable number\"}],\"variations\":[],\"stems\":[\"-gụ\"]}],\"-gụ\":[{\"word\":\"-gụ\",\"wordClass\":\"AV\",\"definitions\":[\"count; read\",\"see -gwụ\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"(mmilī) -gụ\":[{\"word\":\"(mmilī) -gụ\",\"wordClass\":\"AV\",\"definitions\":[\"be thirsty\"],\"examples\":[{\"igbo\":\"Mmilī nà-àgụ yā\",\"english\":\"She is thirsty\"}],\"variations\":[],\"stems\":[\"-gụ-\"]}],\"(ndù) -gụ\":[{\"word\":\"(ndù) -gụ\",\"wordClass\":\"AV\",\"definitions\":[\"want to live\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gụ-\",\"ndù\"]}],\"(ọnwụ) -gụ\":[{\"word\":\"(ọnwụ) -gụ\",\"wordClass\":\"AV\",\"definitions\":[\"want to die\"],\"examples\":[{\"igbo\":\"fì chọrō ịchàlù motò òfụma, ọ dì kà ọnwụ ò nà-àgụ gī?\",\"english\":\"You don't want to give way properly to the lorry; it seems you want to die?\"}],\"variations\":[],\"stems\":[\"-gụ-\",\"ọnwụ\"]}],\"-gụpùta\":[{\"word\":\"-gụpùta\",\"wordClass\":\"AV\",\"definitions\":[\"rescue (from fire or water\"],\"examples\":[{\"igbo\":\"Ọ gụpùtàlì yà nà mmilī\",\"english\":\"He rescued him from drowning\"}],\"variations\":[],\"stems\":[\"-gụ-\"]}],\"-gụta ọkụ\":[{\"word\":\"-gụta ọkụ\",\"wordClass\":\"AV\",\"definitions\":[\"fetch fire\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gụ-\",\"ọkụ\"]}],\"-gụ-\":[{\"word\":\"-gụ-\",\"wordClass\":\"AV\",\"definitions\":[\"desire; like; want; need (with thing desired or needed as subject)\",\"bring; fetch; pick out\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-gùgùta\":[{\"word\":\"-gùgùta\",\"wordClass\":\"AV\",\"definitions\":[\"soothe; comfort; soothe to make stop crying (small child)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gù-gù\"]}],\"-gù-gù\":[{\"word\":\"-gù-gù\",\"wordClass\":\"AV\",\"definitions\":[\"soothe, hush, comfort (e.g. small child)\"],\"examples\":[{\"igbo\":\"Ọ nà-àgụgū yā akwa\",\"english\":\"She is soothing (the baby) to make it stop crying\"}],\"variations\":[],\"stems\":null}],\"GW\":[{\"word\":\"GW\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"ògwụgwa\":[{\"word\":\"ògwụgwa\",\"wordClass\":\"AV\",\"definitions\":[\"telling\",\"mixing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwa\"]}],\"-gwagbu\":[{\"word\":\"-gwagbu\",\"wordClass\":\"AV\",\"definitions\":[\"slander (a person) to death; curse bitterly\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwa\"]}],\"-gwaghalị\":[{\"word\":\"-gwaghalị\",\"wordClass\":\"AV\",\"definitions\":[\"tell again\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwa\"]}],\"-gwakwụlụ\":[{\"word\":\"-gwakwụlụ\",\"wordClass\":\"AV\",\"definitions\":[\"reply\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwa\"]}],\"-gwa okwu\":[{\"word\":\"-gwa okwu\",\"wordClass\":\"AV\",\"definitions\":[\"address\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwa\"]}],\"-gwata\":[{\"word\":\"-gwata\",\"wordClass\":\"AV\",\"definitions\":[\"hint to a person\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwa\"]}],\"-gwa agwa\":[{\"word\":\"-gwa agwa\",\"wordClass\":\"AV\",\"definitions\":[\"mix\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwa\"]}],\"-gwa gàrị\":[{\"word\":\"-gwa gàrị\",\"wordClass\":\"AV\",\"definitions\":[\"mix gari\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwa\"]}],\"-gwa mmanya\":[{\"word\":\"-gwa mmanya\",\"wordClass\":\"AV\",\"definitions\":[\"mix wine with water or other wine\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwa\"]}],\"-gwazi\":[{\"word\":\"-gwazi\",\"wordClass\":\"AV\",\"definitions\":[\"mix properly\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwa\"]}],\"-gwa ọchù\":[{\"word\":\"-gwa ọchù\",\"wordClass\":\"AV\",\"definitions\":[\"take revenge\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwa\"]}],\"-kụgwa\":[{\"word\":\"-kụgwa\",\"wordClass\":\"AV\",\"definitions\":[\"revenge, avenge a beating\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwa\"]}],\"-megwa\":[{\"word\":\"-megwa\",\"wordClass\":\"AV\",\"definitions\":[\"revenge; avenge (literally do back)\"],\"examples\":[{\"igbo\":\"Agà m èmegwa yā ịfe ọ mēlụ m\",\"english\":\"I will take vengeance for what he did to me\"}],\"variations\":[],\"stems\":[\"-gwa\"]}],\"-tigwa\":[{\"word\":\"-tigwa\",\"wordClass\":\"AV\",\"definitions\":[\"revenge; avenge beating (literally beat back)\",\"mix; mix with\"],\"examples\":[{\"igbo\":\"Ọ bụlụ nà o tie gī ịfe, tìgwalụ yā\",\"english\":\"If he beats you, beat him back\"},{\"igbo\":\"Tìgwaa akpụ afù nwantịntị gàlị\",\"english\":\"Add a little garri to that fufu\"}],\"variations\":[],\"stems\":[\"-gwa\",\"-ti-\"]}],\"-gwa\":[{\"word\":\"-gwa\",\"wordClass\":\"AV\",\"definitions\":[\"tell (no vowel suffix)\",\"mix\",\"revenge; avenge\"],\"examples\":[{\"igbo\":\"Gwa m ife mēlụ ị bīarọ ùnyàafù\",\"english\":\"Tell me why you did not come yesterday\"},{\"igbo\":\"Ọ chò igwā m ịfe\",\"english\":\"He wants to tell me something\"}],\"variations\":[],\"stems\":[]}],\"ògwugwe\":[{\"word\":\"ògwugwe\",\"wordClass\":\"AV\",\"definitions\":[\"pounding\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwe\"]}],\"-gwelì\":[{\"word\":\"-gwelì\",\"wordClass\":\"AV\",\"definitions\":[\"pound well\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwe\"]}],\"-gwe ọkà\":[{\"word\":\"-gwe ọkà\",\"wordClass\":\"AV\",\"definitions\":[\"pound corn\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwe\",\"ọkà\"]}],\"-gwesị\":[{\"word\":\"-gwesị\",\"wordClass\":\"AV\",\"definitions\":[\"pound all\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwe\",\"-sị\"]}],\"ǹgwe\":[{\"word\":\"ǹgwe\",\"wordClass\":\"NNC\",\"definitions\":[\"grinder; apparatus, machine for grinding (-gwe grind)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-gwe\":[{\"word\":\"-gwe\",\"wordClass\":\"AV\",\"definitions\":[\"pound, grind (usually dry objects)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-tụ gwègèlègwègèlè\":[{\"word\":\"-tụ gwègèlègwègèlè\",\"wordClass\":\"NNC\",\"definitions\":[\"move in a weak, flabby way\"],\"examples\":[],\"variations\":[],\"stems\":[\"gwègèlègwègèlè\"]}],\"gwègèlègwègèlè\":[{\"word\":\"gwègèlègwègèlè\",\"wordClass\":\"NNC\",\"definitions\":[\"weak flabbiness\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-tigwò\":[{\"word\":\"-tigwò\",\"wordClass\":\"ESUF\",\"definitions\":[\"break into pieces (e.g. iron pot)\",\"break (e.g. plate)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwò\",\"-ti\"]}],\"-gwò àgwò\":[{\"word\":\"-gwò àgwò\",\"wordClass\":\"AV\",\"definitions\":[\"be flexible, pliant\"],\"examples\":[{\"igbo\":\"Osisi à gwòlù àgwò\",\"english\":\"This tree is flexible\"}],\"variations\":[],\"stems\":[\"-gwò\"]}],\"-gwò ile\":[{\"word\":\"-gwò ile\",\"wordClass\":\"AV\",\"definitions\":[\"speak in metaphor or slang unintelligible to an outsider\",\"clip words\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwò\",\"ile\"]}],\"ògwùgwò\":[{\"word\":\"ògwùgwò\",\"wordClass\":\"AV\",\"definitions\":[\"scraping; scooping out\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwò\"]}],\"-gwò ofe\":[{\"word\":\"-gwò ofe\",\"wordClass\":\"AV\",\"definitions\":[\"take all the meat, etc., of soup at expense of others\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwò\"]}],\"-gwò\":[{\"word\":\"-gwò\",\"wordClass\":\"ESUF\",\"definitions\":[\"into pieces (something harder than -lì)\",\"scrape, scoop out (compare -ghụ)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ògwụgwọ\":[{\"word\":\"ògwụgwọ\",\"wordClass\":\"AV\",\"definitions\":[\"curing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwọ\"]}],\"-gwọ nsị\":[{\"word\":\"-gwọ nsị\",\"wordClass\":\"AV\",\"definitions\":[\"work sickness or death by means of magic or poison\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwọ\"]}],\"-gwọ ọgù\":[{\"word\":\"-gwọ ọgù\",\"wordClass\":\"AV\",\"definitions\":[\"make poison or medicine\"],\"examples\":[],\"variations\":[\"ọgwù\"],\"stems\":[\"-gwọ\"]}],\"-gwọ ọyà\":[{\"word\":\"-gwọ ọyà\",\"wordClass\":\"AV\",\"definitions\":[\"cure disease\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwọ\",\"ọyà\"]}],\"-gwọ ụla\":[{\"word\":\"-gwọ ụla\",\"wordClass\":\"AV\",\"definitions\":[\"keep oneself awake by using kolanuts, drugs, etc.\",\"snore\"],\"examples\":[{\"igbo\":\"dibìà ọkpùlụ ōgwọọ!\",\"english\":\"praise name for a native doctor (literally doctor who cures as soon as he sips). Native doctors sometimes sip or chew certain medicines in the mouth, then spit it on any part of the patient's body, or in the air, following this sometimes by incantations\"}],\"variations\":[],\"stems\":[\"-gwọ\",\"ụla\"]}],\"ògwọ ǹnù ọyà\":[{\"word\":\"ògwọ ǹnù ọyà\",\"wordClass\":\"AV\",\"definitions\":[\"panacea; medicine capable of curing all diseases (literally curer of 400 diseases)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwọ\",\"nnù\",\"ògwọ\",\"ọyà\"]}],\"-gwọlụ\":[{\"word\":\"-gwọlụ\",\"wordClass\":\"AV\",\"definitions\":[\"be seated on flat surface (e.g. floor) and unable to stand\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwọ\"]}],\"-gwọ ǹgwụlō\":[{\"word\":\"-gwọ ǹgwụlō\",\"wordClass\":\"AV\",\"definitions\":[\"sit with the lower limbs drawn up (like a lame person, usually on the floor) (compare -kù ǹgwụlō)\",\"sit with the legs drawn up (like a lame person, usually on the floor)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwọ\",\"ǹgwụlō\"]}],\"ǹgwòlù ǹgwọlụ\":[{\"word\":\"ǹgwòlù ǹgwọlụ\",\"wordClass\":\"AV\",\"definitions\":[\"(slang) food prepared by mashing together different kinds of\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwọ\"]}],\"ǹgwòlùǹgwọ\":[{\"word\":\"ǹgwòlùǹgwọ\",\"wordClass\":\"\",\"definitions\":[\"food (e.g. akpụ a gwōlụ agwọ - shredded cassava mashed with ụkwà or òkwè)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"akpụ a gwōlụ agwọ\":[{\"word\":\"akpụ a gwōlụ agwọ\",\"wordClass\":\"AV\",\"definitions\":[\"shredded cassava mashed with ụkwà or òkwè)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwọ\"]}],\"-gwọ\":[{\"word\":\"-gwọ\",\"wordClass\":\"AV\",\"definitions\":[\"mix; cure\",\"sit with the lower limbs twisted and drawn up, as a lame person or as Moslems during prayer; sit with the lower limbs drawn up (usually on the floor)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ògwugwu\":[{\"word\":\"ògwugwu\",\"wordClass\":\"AV\",\"definitions\":[\"digging\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwu\"]}],\"-gwufìè\":[{\"word\":\"-gwufìè\",\"wordClass\":\"AV\",\"definitions\":[\"dig in the wrong direction\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwu\"]}],\"-gwumì\":[{\"word\":\"-gwumì\",\"wordClass\":\"AV\",\"definitions\":[\"dig deep inside\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwu\"]}],\"-gwu ọba\":[{\"word\":\"-gwu ọba\",\"wordClass\":\"AV\",\"definitions\":[\"make a barn of yams\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwu\"]}],\"-gwupùte\":[{\"word\":\"-gwupùte\",\"wordClass\":\"AV\",\"definitions\":[\"dig up\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwu\"]}],\"-gwurube\":[{\"word\":\"-gwurube\",\"wordClass\":\"AV\",\"definitions\":[\"dig around\"],\"examples\":[{\"igbo\":\"Ọ nà-ègwurube ànì n’ukwù osisi\",\"english\":\"He is digging holes around the tree\"}],\"variations\":[],\"stems\":[\"-gwu\"]}],\"-gwute\":[{\"word\":\"-gwute\",\"wordClass\":\"AV\",\"definitions\":[\"dig up\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwu\"]}],\"-gute ji\":[{\"word\":\"-gute ji\",\"wordClass\":\"AV\",\"definitions\":[\"harvest yams\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwu\"]}],\"-gwù unyì\":[{\"word\":\"-gwù unyì\",\"wordClass\":\"AV\",\"definitions\":[\"dig, mine coal\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwu\"]}],\"-gwu\":[{\"word\":\"-gwu\",\"wordClass\":\"AV\",\"definitions\":[\"dig\"],\"examples\":[],\"variations\":[\"-gu\"],\"stems\":null}],\"ògwùgwù\":[{\"word\":\"ògwùgwù\",\"wordClass\":\"AV\",\"definitions\":[\"swimming\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwù\"]}],\"-gwufè\":[{\"word\":\"-gwufè\",\"wordClass\":\"AV\",\"definitions\":[\"swim across\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwù\"]}],\"-gwù mmilī\":[{\"word\":\"-gwù mmilī\",\"wordClass\":\"AV\",\"definitions\":[\"swim\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwù\",\"mmilī\"]}],\"ngwùli\":[{\"word\":\"ngwùli\",\"wordClass\":\"AV\",\"definitions\":[\"play; fun\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwù\"]}],\"-gwùso egwu\":[{\"word\":\"-gwùso egwu\",\"wordClass\":\"AV\",\"definitions\":[\"play with someone\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwù\"]}],\"-gwù\":[{\"word\":\"-gwù\",\"wordClass\":\"AV\",\"definitions\":[\"swim\",\"play\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ògwụgwụ\":[{\"word\":\"ògwụgwụ\",\"wordClass\":\"AV\",\"definitions\":[\"ending (compare ngwụsị)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwụ\"]}],\"-gwụcha\":[{\"word\":\"-gwụcha\",\"wordClass\":\"AV\",\"definitions\":[\"finish; end\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwụ\"]}],\"-gwụfọ\":[{\"word\":\"-gwụfọ\",\"wordClass\":\"AV\",\"definitions\":[\"finish, leaving a little quantity\"],\"examples\":[{\"igbo\":\"Ọ gūfọgo\",\"english\":\"It is just about to run out\"}],\"variations\":[],\"stems\":[\"-gwụ\"]}],\"-gwụ ike\":[{\"word\":\"-gwụ ike\",\"wordClass\":\"AV\",\"definitions\":[\"tire; be weary; be tired; have one's energy sapped\",\"tire; make weary, tired; sap energy (literally finish energy)\"],\"examples\":[{\"igbo\":\"Ife à àgwụgo m ike\",\"english\":\"I am tired of this thing, or, This thing has tired me\"}],\"variations\":[],\"stems\":[\"-gwụ\",\"ike\"]}],\"-gwụsị\":[{\"word\":\"-gwụsị\",\"wordClass\":\"AV\",\"definitions\":[\"finish\",\"finish; complete\"],\"examples\":[{\"igbo\":\"Ọ gà-àgwụsị echī\",\"english\":\"It will finish tomorrow\"}],\"variations\":[\"-gụsị\"],\"stems\":[\"-gwụ\",\"-sị\"]}],\"ngwusị\":[{\"word\":\"ngwusị\",\"wordClass\":\"AV\",\"definitions\":[\"ending (compare ògwụgwụ)\"],\"examples\":[{\"igbo\":\"Ọ gà-àbịa ebe à na ngwụsị arò\",\"english\":\"She will come here towards the ending of the year\"}],\"variations\":[],\"stems\":[\"-gwụ\"]}],\"agwū agwụ\":[{\"word\":\"agwū agwụ\",\"wordClass\":\"AV\",\"definitions\":[\"inexhaustible\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwụ\"]}],\"ike ōgwụgwụ\":[{\"word\":\"ike ōgwụgwụ\",\"wordClass\":\"AV\",\"definitions\":[\"tiredness\",\"fatigue; tiredness; exhaustion\"],\"examples\":[],\"variations\":[],\"stems\":[\"-gwụ\",\"ike\"]}],\"-gwụ\":[{\"word\":\"-gwụ\",\"wordClass\":\"AV\",\"definitions\":[\"finish\"],\"examples\":[],\"variations\":[\"gụ\"],\"stems\":null}],\"Hausa\":[{\"word\":\"Hausa\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"haà!\":[{\"word\":\"haà!\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"heì!\":[{\"word\":\"heì!\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"I\":[{\"word\":\"I\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"i\":[{\"word\":\"i\",\"wordClass\":\"\",\"definitions\":[\"see ị\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"i-\":[{\"word\":\"i-\",\"wordClass\":\"\",\"definitions\":[\"see ị-\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ibe akwà\":[{\"word\":\"ibe akwà\",\"wordClass\":\"NNC\",\"definitions\":[\"piece of cloth\"],\"examples\":[],\"variations\":[],\"stems\":[\"ibe\"]}],\"ibe akwụkwọ\":[{\"word\":\"ibe akwụkwọ\",\"wordClass\":\"NNC\",\"definitions\":[\"sheet, piece, of paper\"],\"examples\":[],\"variations\":[],\"stems\":[\"ibe\"]}],\"ibelibe\":[{\"word\":\"ibelibe\",\"wordClass\":\"NNC\",\"definitions\":[\"a small piece\"],\"examples\":[],\"variations\":[],\"stems\":[\"ibe\"]}],\"ibelibe ìtè\":[{\"word\":\"ibelibe ìtè\",\"wordClass\":\"NNC\",\"definitions\":[\"potsherd\"],\"examples\":[],\"variations\":[],\"stems\":[\"ibe\",\"ìtè\"]}],\"ibelibe nkū\":[{\"word\":\"ibelibe nkū\",\"wordClass\":\"NNC\",\"definitions\":[\"splinter\"],\"examples\":[],\"variations\":[],\"stems\":[\"ibe\",\"nkụ\"]}],\"ibe naàbò\":[{\"word\":\"ibe naàbò\",\"wordClass\":\"CD\",\"definitions\":[\"two pieces\"],\"examples\":[],\"variations\":[],\"stems\":[\"ibe\",\"ìbùọ\"]}],\"Ìtè afù tìwàlù ibe naàbò\":[{\"word\":\"Ìtè afù tìwàlù ibe naàbò\",\"wordClass\":\"NNC\",\"definitions\":[\"The pot broke into two pieces\"],\"examples\":[],\"variations\":[],\"stems\":[\"ibe\"]}],\"ibe nkū\":[{\"word\":\"ibe nkū\",\"wordClass\":\"NNC\",\"definitions\":[\"plank; piece of wood\"],\"examples\":[],\"variations\":[],\"stems\":[\"ibe\",\"nkụ\"]}],\"ibe nnī\":[{\"word\":\"ibe nnī\",\"wordClass\":\"NNC\",\"definitions\":[\"a piece of food (like yam, cocoyam, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ibe\",\"nni\"]}],\"Sùlu òfu ibe nnī\":[{\"word\":\"Sùlu òfu ibe nnī\",\"wordClass\":\"NNC\",\"definitions\":[\"Take a piece of food\"],\"examples\":[],\"variations\":[],\"stems\":[\"ibe\"]}],\"ibe òlòma\":[{\"word\":\"ibe òlòma\",\"wordClass\":\"NNC\",\"definitions\":[\"segment of orange\"],\"examples\":[],\"variations\":[],\"stems\":[\"ibe\"]}],\"ibe osisi\":[{\"word\":\"ibe osisi\",\"wordClass\":\"NNC\",\"definitions\":[\"part of tree (split from the main body)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ibe\",\"osisi\"]}],\"n’ibe n’ibe\":[{\"word\":\"n’ibe n’ibe\",\"wordClass\":\"NNC\",\"definitions\":[\"in pieces; to pieces; piece by piece\"],\"examples\":[],\"variations\":[],\"stems\":[\"ibe\"]}],\"-wa ibe\":[{\"word\":\"-wa ibe\",\"wordClass\":\"NNC\",\"definitions\":[\"break, smash, into pieces\"],\"examples\":[],\"variations\":[],\"stems\":[\"ibe\"]}],\"ibe\":[{\"word\":\"ibe\",\"wordClass\":\"NNC\",\"definitions\":[\"part (of); piece (of)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-gba ibē\":[{\"word\":\"-gba ibē\",\"wordClass\":\"NNC\",\"definitions\":[\"pledge; give as security\"],\"examples\":[{\"igbo\":\"Ejìlì m ewu gba Òbi ibē\",\"english\":\"I pawned my goat to Obi\"},{\"igbo\":\"Ejìlì m ụnò m gbalụ ibē\",\"english\":\"I gave my house as security/mortgaged my house\"},{\"igbo\":\"Ọ gbàlù ndù ya n’ibē\",\"english\":\"He insured his life\"},{\"igbo\":\"Ò jì m gba ibē?\",\"english\":\"Am I a pawn at his mercy?\"}],\"variations\":[],\"stems\":[\"ibē\"]}],\"-jide n’ibē\":[{\"word\":\"-jide n’ibē\",\"wordClass\":\"NNC\",\"definitions\":[\"hold as hostage\",\"bet\"],\"examples\":[{\"igbo\":\"E jìdèlù yà n’ibe\",\"english\":\"He's a hostage\"},{\"igbo\":\"Ibē fìèlù m\",\"english\":\"I lost the bet\"}],\"variations\":[],\"stems\":[\"ibē\"]}],\"-ma ibē\":[{\"word\":\"-ma ibē\",\"wordClass\":\"NNC\",\"definitions\":[\"bet; stake\"],\"examples\":[],\"variations\":[],\"stems\":[\"ibē\"]}],\"ibē\":[{\"word\":\"ibē\",\"wordClass\":\"NNC\",\"definitions\":[\"pledge; security; pawn; hostage\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ibē ānyị\":[{\"word\":\"ibē ānyị\",\"wordClass\":\"NNC\",\"definitions\":[\"comrades; friends; compatriots; companions;\"],\"examples\":[],\"variations\":[],\"stems\":[\"ibè\"]}],\"ikwu nà ibè\":[{\"word\":\"ikwu nà ibè\",\"wordClass\":\"NNC\",\"definitions\":[\"relatives and neighbours; kinsfolk and friends\"],\"examples\":[],\"variations\":[],\"stems\":[\"ibè\",\"ikwu\"]}],\"-sòchì ibè n’àzụ\":[{\"word\":\"-sòchì ibè n’àzụ\",\"wordClass\":\"NNC\",\"definitions\":[\"walk in single file; follow immediately behind each other; follow immediately behind or after companions\"],\"examples\":[],\"variations\":[],\"stems\":[\"ibè\"]}],\"ibè\":[{\"word\":\"ibè\",\"wordClass\":\"NNC\",\"definitions\":[\"companion; neighbour;\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìbèlì\":[{\"word\":\"ìbèlì\",\"wordClass\":\"NNC\",\"definitions\":[\"instrument with cane handle and many cords, used for flogging or for killing flies\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ibì\":[{\"word\":\"ibì\",\"wordClass\":\"NNC\",\"definitions\":[\"hydrocele\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìbìli àchì\":[{\"word\":\"ìbìli àchì\",\"wordClass\":\"NNC\",\"definitions\":[\"adult woman; married woman\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìbìlì\"]}],\"ìbìlì\":[{\"word\":\"ìbìlì\",\"wordClass\":\"NNC\",\"definitions\":[\"adult woman; married woman\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìbome\":[{\"word\":\"ìbome\",\"wordClass\":\"NNC\",\"definitions\":[\"metal gong used by town-crier, or by titled man on feast-days to summon the ancestors\"],\"examples\":[],\"variations\":[\"ubom\"],\"stems\":null}],\"(ibu) -nyì\":[{\"word\":\"(ibu) -nyì\",\"wordClass\":\"NNC\",\"definitions\":[\"weigh heavily (of load); be heavy-laden (of person)\"],\"examples\":[{\"igbo\":\"Ibu nà-anyī m#\",\"english\":\"I am weighed down by a load\"}],\"variations\":[],\"stems\":[\"ibu\"]}],\"(ibu) -nyìgbu\":[{\"word\":\"(ibu) -nyìgbu\",\"wordClass\":\"NNC\",\"definitions\":[\"weigh heavily on (of load); be heavy-laden (of person)\"],\"examples\":[{\"igbo\":\"Ibu nà-ànyìgbu onyebulu nā-ebugalụ ānyị ibu n’ụgbọ\",\"english\":\"The load is weighing heavily on the carrier who is carrying our luggage to the lorry\"}],\"variations\":[],\"stems\":[\"ibu\"]}],\"anụ ibū\":[{\"word\":\"anụ ibū\",\"wordClass\":\"NNC\",\"definitions\":[\"beast of burden\"],\"examples\":[],\"variations\":[],\"stems\":[\"ibu\"]}],\"-kwa ibu\":[{\"word\":\"-kwa ibu\",\"wordClass\":\"NNC\",\"definitions\":[\"pack loads, belongings, luggage\",\"pack loads, belongings, luggage Ọ bụlụ nà ị kpāchàpùrò anya ndi oriì gà-àkwa ibu niiìne diCn’ụnò gị If you are not careful thieves will carry off all the loads in your house\"],\"examples\":[],\"variations\":[],\"stems\":[\"ibu\",\"-kwa\"]}],\"ibu\":[{\"word\":\"ibu\",\"wordClass\":\"NNC\",\"definitions\":[\"load (-bu 1. carry)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"O bù ibu\":[{\"word\":\"O bù ibu\",\"wordClass\":\"NNC\",\"definitions\":[\"It is big\"],\"examples\":[],\"variations\":[],\"stems\":[\"ibù\"]}],\"-tu ibù\":[{\"word\":\"-tu ibù\",\"wordClass\":\"NNC\",\"definitions\":[\"be stout\"],\"examples\":[],\"variations\":[],\"stems\":[\"ibù\"]}],\"ibù\":[{\"word\":\"ibù\",\"wordClass\":\"NNC\",\"definitions\":[\"bigness; size\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"iche ọkū\":[{\"word\":\"iche ọkū\",\"wordClass\":\"NNC\",\"definitions\":[\"spark (literally missile of fire)\"],\"examples\":[],\"variations\":[],\"stems\":[\"iche\",\"ọkụ\"]}],\"-tụ iche\":[{\"word\":\"-tụ iche\",\"wordClass\":\"AV\",\"definitions\":[\"throw missile\",\"throw missile (e.g. stone)\"],\"examples\":[{\"igbo\":\"Ọ nà-àchọ ịtū ǹgwèle nō n’enu ajā iche\",\"english\":\"She wants to throw something at the lizard on the wall\"}],\"variations\":[],\"stems\":[\"iche\",\"-tụ\"]}],\"iche òkù\":[{\"word\":\"iche òkù\",\"wordClass\":\"NNC\",\"definitions\":[\"parrot\"],\"examples\":[],\"variations\":[],\"stems\":[\"iche\",\"òkù\"]}],\"iche\":[{\"word\":\"iche\",\"wordClass\":\"NNC\",\"definitions\":[\"missile; stone for throwing or use with catapult\",\"used in\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ichè ichè\":[{\"word\":\"ichè ichè\",\"wordClass\":\"NNC\",\"definitions\":[\"various; different\"],\"examples\":[{\"igbo\":\"Ife dī ichè ichè dì n’afịa Ònìchà\",\"english\":\"There are different kinds of things in Onitsha market\"}],\"variations\":[],\"stems\":[\"ichè\"]}],\"n’ichè n’ichè\":[{\"word\":\"n’ichè n’ichè\",\"wordClass\":\"NNC\",\"definitions\":[\"different; various; differently\"],\"examples\":[],\"variations\":[],\"stems\":[\"ichè\"]}],\"ichè\":[{\"word\":\"ichè\",\"wordClass\":\"NNC\",\"definitions\":[\"difference; apartness; separateness\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ichekē\":[{\"word\":\"ichekē\",\"wordClass\":\"NNC\",\"definitions\":[\"yam which turns red when cut\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ichèlè\":[{\"word\":\"ichèlè\",\"wordClass\":\"NNC\",\"definitions\":[\"shells of palm nuts\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ichi\":[{\"word\":\"ichi\",\"wordClass\":\"NNC\",\"definitions\":[\"marks on body and face\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"Ìchiè\":[{\"word\":\"Ìchiè\",\"wordClass\":\"NNC\",\"definitions\":[\"(also ndị Ìchiè, ndi ìchìe ànì) titled people; wise old men; chiefs; king's counsellors\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"Ìdebūànì\":[{\"word\":\"Ìdebūànì\",\"wordClass\":\"NNC\",\"definitions\":[\"male name (literally pillar that holds the land)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìde\"]}],\"ìde jī ụnò\":[{\"word\":\"ìde jī ụnò\",\"wordClass\":\"NNC\",\"definitions\":[\"chief person supporting family (literally pillar holding the house)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìde\"]}],\"ìde\":[{\"word\":\"ìde\",\"wordClass\":\"NNC\",\"definitions\":[\"post; doorpost (compare isò)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ideèlè\":[{\"word\":\"ideèlè\",\"wordClass\":\"NNC\",\"definitions\":[\"general name for fish of the family Schilbeidae (= ịjaàrì)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ụzò idèì\":[{\"word\":\"ụzò idèì\",\"wordClass\":\"NNC\",\"definitions\":[\"trench; channel; gutter\"],\"examples\":[],\"variations\":[],\"stems\":[\"idèì\",\"ụzò\"]}],\"idèì\":[{\"word\":\"idèì\",\"wordClass\":\"NNC\",\"definitions\":[\"flood; torrent; spate (caused by rainfall, compare ijī for flooding of river)\"],\"examples\":[{\"igbo\":\"Idèì likpùlù ụzò\",\"english\":\"The flood has covered the road\"}],\"variations\":[\"idè\"],\"stems\":null}],\"Ìdemmīli Òbosi\":[{\"word\":\"Ìdemmīli Òbosi\",\"wordClass\":\"NNC\",\"definitions\":[\"the Idemmili stream at Obosi\"],\"examples\":[],\"variations\":[],\"stems\":[\"Ìdemmīli\"]}],\"Ìdemmīli\":[{\"word\":\"Ìdemmīli\",\"wordClass\":\"NNC\",\"definitions\":[\"an alūsị with a cult, usually with one shrine on the land and another in the water\",\"name of a stream\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"idìdè\":[{\"word\":\"idìdè\",\"wordClass\":\"NNC\",\"definitions\":[\"earthworm\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"idò\":[{\"word\":\"idò\",\"wordClass\":\"NNC\",\"definitions\":[\"brown 'tailor ant'\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ife arịma\":[{\"word\":\"ife arịma\",\"wordClass\":\"NNC\",\"definitions\":[\"token; sign; omen\"],\"examples\":[{\"igbo\":\"Ife arịma èmego\",\"english\":\"A significant thing has happened\"}],\"variations\":[],\"stems\":[\"ife\"]}],\"ife àtù\":[{\"word\":\"ife àtù\",\"wordClass\":\"NNC\",\"definitions\":[\"example; sample (also used as female name)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ife\"]}],\"ife enunu\":[{\"word\":\"ife enunu\",\"wordClass\":\"AV\",\"definitions\":[\"domestic animals; cattle; poultry\"],\"examples\":[],\"variations\":[],\"stems\":[\"ife\",\"-nu\"]}],\"-kpa ife enunu\":[{\"word\":\"-kpa ife enunu\",\"wordClass\":\"AV\",\"definitions\":[\"keep livestock\"],\"examples\":[],\"variations\":[],\"stems\":[\"ife\",\"-kpa\"]}],\"ife ibī ụnò\":[{\"word\":\"ife ibī ụnò\",\"wordClass\":\"NNC\",\"definitions\":[\"furniture\"],\"examples\":[],\"variations\":[],\"stems\":[\"ife\",\"ụnò\"]}],\"ife ikē\":[{\"word\":\"ife ikē\",\"wordClass\":\"NNC\",\"definitions\":[\"violence\"],\"examples\":[],\"variations\":[],\"stems\":[\"ife\",\"ike\"]}],\"ife inē ọlụ\":[{\"word\":\"ife inē ọlụ\",\"wordClass\":\"NNC\",\"definitions\":[\"prize; reward\"],\"examples\":[],\"variations\":[],\"stems\":[\"ife\",\"ọlụ\"]}],\"ife iwē\":[{\"word\":\"ife iwē\",\"wordClass\":\"NNC\",\"definitions\":[\"annoying thing\"],\"examples\":[],\"variations\":[],\"stems\":[\"ife\",\"iwe\"]}],\"ife izè\":[{\"word\":\"ife izè\",\"wordClass\":\"AV\",\"definitions\":[\"thing to avoid; offensive thing\"],\"examples\":[],\"variations\":[\"òzìzè\"],\"stems\":[\"ife\",\"-zè\"]}],\"ife izè ǹdò\":[{\"word\":\"ife izè ǹdò\",\"wordClass\":\"AV\",\"definitions\":[\"shelter (e.g. from rain)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ife\",\"-zè\"]}],\"ife mbèlède\":[{\"word\":\"ife mbèlède\",\"wordClass\":\"NNC\",\"definitions\":[\"chance; accident\"],\"examples\":[],\"variations\":[],\"stems\":[\"ife\",\"mbèlède\"]}],\"ife mbụ\":[{\"word\":\"ife mbụ\",\"wordClass\":\"NNC\",\"definitions\":[\"the first thing\"],\"examples\":[],\"variations\":[],\"stems\":[\"ife\",\"mbụ\"]}],\"ife mkpalị\":[{\"word\":\"ife mkpalị\",\"wordClass\":\"NNC\",\"definitions\":[\"scorn; mockery; disrespect\"],\"examples\":[],\"variations\":[],\"stems\":[\"ife\",\"mkpalị\"]}],\"ife mkpofù\":[{\"word\":\"ife mkpofù\",\"wordClass\":\"AV\",\"definitions\":[\"offal\"],\"examples\":[],\"variations\":[],\"stems\":[\"ife\",\"-kpo\"]}],\"ife mwuta\":[{\"word\":\"ife mwuta\",\"wordClass\":\"AV\",\"definitions\":[\"painful, distressing thing\",\"painful thing; distressing thing\"],\"examples\":[],\"variations\":[\"ife mwute\"],\"stems\":[\"ife\",\"-wu-ta\"]}],\"ife nkèta\":[{\"word\":\"ife nkèta\",\"wordClass\":\"AV\",\"definitions\":[\"inheritance\"],\"examples\":[],\"variations\":[],\"stems\":[\"ife\",\"-kè\"]}],\"ife nkịtị\":[{\"word\":\"ife nkịtị\",\"wordClass\":\"NNC\",\"definitions\":[\"nothing; useless, contemptible thing\"],\"examples\":[],\"variations\":[],\"stems\":[\"ife\",\"ǹkịtị\"]}],\"ife nsiji\":[{\"word\":\"ife nsiji\",\"wordClass\":\"AV\",\"definitions\":[\"dye\"],\"examples\":[],\"variations\":[],\"stems\":[\"ife\",\"-ji\"]}],\"ife nsō\":[{\"word\":\"ife nsō\",\"wordClass\":\"AV\",\"definitions\":[\"forbidden thing\",\"holy thing\"],\"examples\":[],\"variations\":[],\"stems\":[\"ife\",\"-sọ\"]}],\"ife ntụchì\":[{\"word\":\"ife ntụchì\",\"wordClass\":\"NNC\",\"definitions\":[\"bolt\"],\"examples\":[],\"variations\":[],\"stems\":[\"ife\"]}],\"ife ntụmādị\":[{\"word\":\"ife ntụmādị\",\"wordClass\":\"NNC\",\"definitions\":[\"accident; unexpected, sudden thing\"],\"examples\":[{\"igbo\":\"Ọ bù ife ntụmādị\",\"english\":\"It is an unexpected thing\"},{\"igbo\":\"Ife ntumādî mèlù\",\"english\":\"An unexpected thing happened\"}],\"variations\":[],\"stems\":[\"ife\",\"ǹtụmādị\"]}],\"ife nzizo\":[{\"word\":\"ife nzizo\",\"wordClass\":\"NNC\",\"definitions\":[\"secret thing\"],\"examples\":[],\"variations\":[\"nzuzo\"],\"stems\":[\"ife\"]}],\"ife nŋòmi\":[{\"word\":\"ife nŋòmi\",\"wordClass\":\"AV\",\"definitions\":[\"pattern; example worthy of emulation\",\"pattern; example\"],\"examples\":[],\"variations\":[],\"stems\":[\"ife\",\"-ŋò-mi\"]}],\"ife nnwùta\":[{\"word\":\"ife nnwùta\",\"wordClass\":\"NNC\",\"definitions\":[\"something borrowed\"],\"examples\":[],\"variations\":[],\"stems\":[\"ife\"]}],\"ife ōghughu\":[{\"word\":\"ife ōghughu\",\"wordClass\":\"NNC\",\"definitions\":[\"abdominal discomfort after delivery\"],\"examples\":[],\"variations\":[],\"stems\":[\"ife\"]}],\"ife ōlulo\":[{\"word\":\"ife ōlulo\",\"wordClass\":\"AV\",\"definitions\":[\"hurt; pain\"],\"examples\":[],\"variations\":[],\"stems\":[\"ife\",\"-lo\"]}],\"ife onū\":[{\"word\":\"ife onū\",\"wordClass\":\"NNC\",\"definitions\":[\"necklace\",\"(human) voice\"],\"examples\":[{\"igbo\":\"Onu m nà-àtọ ūtọ\",\"english\":\"My voice is melodious\"},{\"igbo\":\"Anùlù m onu nnà m\",\"english\":\"I hear the voice of my father\"},{\"igbo\":\"Bikō nùlụ onū m\",\"english\":\"Please hear me\"},{\"igbo\":\"Ndi egwu ụmù àgbọghò àbịago, bìa nùlụ onū fa\",\"english\":\"The lady singers have arrived, come and hear them\"},{\"igbo\":\"Chukwu nùlụ onu ụmù gị\",\"english\":\"God, hear the pleading of Thy children (or, prayer of thy children)\"}],\"variations\":[],\"stems\":[\"ife\",\"onu\"]}],\"ife ònyìnyò\":[{\"word\":\"ife ònyìnyò\",\"wordClass\":\"NNC\",\"definitions\":[\"image; likeness; resemblance\"],\"examples\":[],\"variations\":[],\"stems\":[\"ife\",\"ònyìnyò\"]}],\"ife orī\":[{\"word\":\"ife orī\",\"wordClass\":\"NNC\",\"definitions\":[\"stolen goods\"],\"examples\":[],\"variations\":[],\"stems\":[\"ife\",\"orī\"]}],\"ife ōbụnà\":[{\"word\":\"ife ōbụnà\",\"wordClass\":\"NNC\",\"definitions\":[\"whatever; anything\",\"anything; everything\"],\"examples\":[{\"igbo\":\"Nye m ife ōbụnà\",\"english\":\"Give me anything\"}],\"variations\":[\"òbùnà\"],\"stems\":[\"ife\",\"òbụbụū\"]}],\"ife ògù\":[{\"word\":\"ife ògù\",\"wordClass\":\"NNC\",\"definitions\":[\"arms; weapon\",\"arms, weapon(s)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ife\",\"ògù\"]}],\"ife ōghụgha\":[{\"word\":\"ife ōghụgha\",\"wordClass\":\"NNC\",\"definitions\":[\"changing of state of things for worse\"],\"examples\":[],\"variations\":[],\"stems\":[\"ife\"]}],\"ife ọjọō\":[{\"word\":\"ife ọjọō\",\"wordClass\":\"NNC\",\"definitions\":[\"bad, evil, thing or deed\",\"bad; evil thing or deed\"],\"examples\":[{\"igbo\":\"Ị nà-ème m ife ọjọō\",\"english\":\"You are doing evil to me\"}],\"variations\":[],\"stems\":[\"ife\",\"ọjọō\"]}],\"ife ōkụkụ\":[{\"word\":\"ife ōkụkụ\",\"wordClass\":\"AV\",\"definitions\":[\"anything to be planted\"],\"examples\":[],\"variations\":[],\"stems\":[\"ife\",\"-kụ\"]}],\"ife ōlịla\":[{\"word\":\"ife ōlịla\",\"wordClass\":\"AV\",\"definitions\":[\"something drinkable\",\"drink\"],\"examples\":[],\"variations\":[],\"stems\":[\"ife\",\"-la\"]}],\"ife ọlū\":[{\"word\":\"ife ọlū\",\"wordClass\":\"NNC\",\"definitions\":[\"tool; instrument\"],\"examples\":[],\"variations\":[],\"stems\":[\"ife\",\"ọlụ\"]}],\"ife ọma\":[{\"word\":\"ife ọma\",\"wordClass\":\"NNC\",\"definitions\":[\"nice, good thing\",\"female name\"],\"examples\":[{\"igbo\":\"Onye ōbụnā chōlụ ife ọma gà-àgba mbò na-àlụsi ọlū ike na-èmeazị ezi òmùme\",\"english\":\"Anybody who wants good things (prospects) must strive to be hard-working and righteous\"}],\"variations\":[],\"stems\":[\"ife\",\"ọma\"]}],\"ife ōŋụŋụ\":[{\"word\":\"ife ōŋụŋụ\",\"wordClass\":\"AV\",\"definitions\":[\"something drinkable\",\"drink\"],\"examples\":[],\"variations\":[],\"stems\":[\"ife\",\"-ŋụ\"]}],\"ife òzọ\":[{\"word\":\"ife òzọ\",\"wordClass\":\"NNC\",\"definitions\":[\"another thing\"],\"examples\":[],\"variations\":[],\"stems\":[\"ife\"]}],\"ife ūfụ\":[{\"word\":\"ife ūfụ\",\"wordClass\":\"NNC\",\"definitions\":[\"painful, distressing thing\"],\"examples\":[],\"variations\":[],\"stems\":[\"ife\",\"ùfụ\"]}],\"amā ife\":[{\"word\":\"amā ife\",\"wordClass\":\"NNC\",\"definitions\":[\"ignorance\"],\"examples\":[],\"variations\":[],\"stems\":[\"ife\"]}],\"-bà n’ịfe\":[{\"word\":\"-bà n’ịfe\",\"wordClass\":\"NNC\",\"definitions\":[\"be useful; profit; benefit\"],\"examples\":[],\"variations\":[],\"stems\":[\"ife\"]}],\"-gbànyè n’ife\":[{\"word\":\"-gbànyè n’ife\",\"wordClass\":\"NNC\",\"definitions\":[\"reckon with; regard; care for; consider (as important)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ife\"]}],\"-ma ife\":[{\"word\":\"-ma ife\",\"wordClass\":\"AV\",\"definitions\":[\"have sense; be wise\"],\"examples\":[],\"variations\":[],\"stems\":[\"ife\",\"-ma\"]}],\"òòbò ifē\":[{\"word\":\"òòbò ifē\",\"wordClass\":\"NNC\",\"definitions\":[\"heap of something\"],\"examples\":[],\"variations\":[\"òbùbò ifē\"],\"stems\":[\"ife\",\"òòbò\"]}],\"-pịa ife\":[{\"word\":\"-pịa ife\",\"wordClass\":\"AV\",\"definitions\":[\"whip; flog; punish; chastise\",\"whip; flog; punish generally; chastise\"],\"examples\":[],\"variations\":[],\"stems\":[\"ife\",\"-pịa\"]}],\"ife\":[{\"word\":\"ife\",\"wordClass\":\"NNC\",\"definitions\":[\"thing; anything; possession; article\"],\"examples\":[],\"variations\":[\"ịfe\"],\"stems\":null}],\"(ìfè) -tiwa\":[{\"word\":\"(ìfè) -tiwa\",\"wordClass\":\"AV\",\"definitions\":[\"(of civilization) be widespread\"],\"examples\":[{\"igbo\":\"Ìfè ètiwago nà Nàìjirīà, ndi mmādù adā àgbazilị ibè fa orù\",\"english\":\"Civilization has become widespread in Nigeria; people no longer serve their fellow beings as slaves\"}],\"variations\":[],\"stems\":[\"ìfè\",\"-ti\"]}],\"-pùta ìfè\":[{\"word\":\"-pùta ìfè\",\"wordClass\":\"AV\",\"definitions\":[\"come out into the open; be made manifest, not secret\",\"come out into the open; appear; be evident, visible\"],\"examples\":[{\"igbo\":\"Ndi nā-emebī īwu adā àchọ kà ajō ife fa nà-ème pùta ìfè\",\"english\":\"Criminals never want their bad deeds to come out into the open\"},{\"igbo\":\"Ànyị achōrọ kà ife ànyị nà-ème pùta ìfè\",\"english\":\"We don’t want what we are doing to come out into the open (but rather to remain secret or confidential)\"}],\"variations\":[],\"stems\":[\"ìfè\",\"-pù\"]}],\"ìfè\":[{\"word\":\"ìfè\",\"wordClass\":\"NNC\",\"definitions\":[\"light (of day)\",\"civilization\"],\"examples\":[{\"igbo\":\"Anyaanwū nà-ènye ùwà ìfè\",\"english\":\"The sun illuminates the world\"}],\"variations\":[],\"stems\":null}],\"isī nni Ìfèjiọkū\":[{\"word\":\"isī nni Ìfèjiọkū\",\"wordClass\":\"NNC\",\"definitions\":[\"to cook food, by a girl who is pregnant for the first time and presented to Ifejiọkụ\"],\"examples\":[],\"variations\":[],\"stems\":[\"Ìfèjiọkū\"]}],\"Ìfèjiọkū\":[{\"word\":\"Ìfèjiọkū\",\"wordClass\":\"NNC\",\"definitions\":[\"Yam Spirit, who is worshipped before planting begins and for whom the New Yam Festival (òwụwa jī) is held\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"enwē ifelē\":[{\"word\":\"enwē ifelē\",\"wordClass\":\"NNC\",\"definitions\":[\"unrestrained; unabashed\"],\"examples\":[],\"variations\":[],\"stems\":[\"ifelē\"]}],\"iru ifelē\":[{\"word\":\"iru ifelē\",\"wordClass\":\"NNC\",\"definitions\":[\"modesty; blushing\"],\"examples\":[],\"variations\":[],\"stems\":[\"ifelē\",\"iru\"]}],\"-me ifelē\":[{\"word\":\"-me ifelē\",\"wordClass\":\"AV\",\"definitions\":[\"put to shame\"],\"examples\":[],\"variations\":[],\"stems\":[\"ifelē\",\"-me\"]}],\"-menye ifelē n’iru\":[{\"word\":\"-menye ifelē n’iru\",\"wordClass\":\"AV\",\"definitions\":[\"make ashamed of oneself (literally bring shame to one's face)\"],\"examples\":[{\"igbo\":\"Ifelē mèlù onye àbànìdìegwu afù mgbè a kpùtàlù ya n’ụnò ikpē\",\"english\":\"The robber was ashamed of himself when he was brought before the court\"}],\"variations\":[],\"stems\":[\"ifelē\",\"-me\"]}],\"-nwe ifelē\":[{\"word\":\"-nwe ifelē\",\"wordClass\":\"NNC\",\"definitions\":[\"be shy, restrained, reserved\"],\"examples\":[],\"variations\":[],\"stems\":[\"ifelē\"]}],\"(ifelē) -me\":[{\"word\":\"(ifelē) -me\",\"wordClass\":\"NNC\",\"definitions\":[\"be ashamed\"],\"examples\":[{\"igbo\":\"Ifelē mèlù onye orī afù ogè fa jìdèlù ya\",\"english\":\"The thief was ashamed when he was caught\"}],\"variations\":[],\"stems\":[\"ifelē\"]}],\"ifelē\":[{\"word\":\"ifelē\",\"wordClass\":\"NNC\",\"definitions\":[\"shame; shyness; reserve\"],\"examples\":[{\"igbo\":\"Ifelē ekwērọ ya àyọ ayìyọ\",\"english\":\"He was too ashamed (embarrassed) to beg\"}],\"variations\":[\"ịfelē\"],\"stems\":null}],\"-sà ifì\":[{\"word\":\"-sà ifì\",\"wordClass\":\"AV\",\"definitions\":[\"confess voluntarily to crime, abomination, or other bad deed\",\"This is a form of confession very similar to ịsà n’ọnū, but restricted to women. This practice was known throughout Igboland, but it was most common in the Òkịjà area. Some people strictly forbid their wives' committing adultery with other men. Women guilty of this offence usually confess to it, mentioning the name(s) of the person(s) involved before they can deliver a child safely. The practice is, however, very little known in some parts of Igboland. (Among the Yoruba, it was most common among the Ìkalè-Òkìtìpupa, Ìlutuntun, Aye, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ifì\",\"-sà\"]}],\"ifì\":[{\"word\":\"ifì\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ifùlù\":[{\"word\":\"ifùlù\",\"wordClass\":\"NNC\",\"definitions\":[\"small fish with fins, caught when the Niger falls (November)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kpọ ìfulū\":[{\"word\":\"-kpọ ìfulū\",\"wordClass\":\"NNC\",\"definitions\":[\"blossom; flower (compare -kpọ ìgùgù)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìfulū\"]}],\"-ra ìfulū\":[{\"word\":\"-ra ìfulū\",\"wordClass\":\"AV\",\"definitions\":[\"blossom; flower\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìfulū\",\"-ra\"]}],\"ìfulū\":[{\"word\":\"ìfulū\",\"wordClass\":\"NNC\",\"definitions\":[\"flower; blossom (compare ìgùgù)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìgèdu\":[{\"word\":\"ìgèdu\",\"wordClass\":\"NNC\",\"definitions\":[\"timber\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"igiligi\":[{\"word\":\"igiligi\",\"wordClass\":\"NNC\",\"definitions\":[\"dew\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìgo\":[{\"word\":\"ìgo\",\"wordClass\":\"NNC\",\"definitions\":[\"twisted foot\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ụmū ìgòsì\":[{\"word\":\"ụmū ìgòsì\",\"wordClass\":\"NNC\",\"definitions\":[\"children; young children\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìgòsì\",\"ụmù\"]}],\"ìgòsì\":[{\"word\":\"ìgòsì\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"igù\":[{\"word\":\"igù\",\"wordClass\":\"NNC\",\"definitions\":[\"palm-branch; large size of òmụ nkwū\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kpọ ìgùgù\":[{\"word\":\"-kpọ ìgùgù\",\"wordClass\":\"AV\",\"definitions\":[\"blossom; flower\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìgùgù\",\"-kpọ\"]}],\"ìgùgù\":[{\"word\":\"ìgùgù\",\"wordClass\":\"NNC\",\"definitions\":[\"flower; blossom; (compare ìfulū)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìgùlùbè\":[{\"word\":\"ìgùlùbè\",\"wordClass\":\"NNC\",\"definitions\":[\"ladder\"],\"examples\":[],\"variations\":[\"ìgùlùbe\"],\"stems\":null}],\"igbē\":[{\"word\":\"igbē\",\"wordClass\":\"NNC\",\"definitions\":[\"crawling\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìgbe\":[{\"word\":\"ìgbe\",\"wordClass\":\"NNC\",\"definitions\":[\"bow; casket\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìgbènù\":[{\"word\":\"ìgbènù\",\"wordClass\":\"NNC\",\"definitions\":[\"fish (Heterotis niloticus) (= ègbìlì)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kwọ ìgbì\":[{\"word\":\"-kwọ ìgbì\",\"wordClass\":\"NNC\",\"definitions\":[\"rub the gums (of teething child)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìgbìlì\",\"-kwọ\"]}],\"ìgbìlì\":[{\"word\":\"ìgbìlì\",\"wordClass\":\"NNC\",\"definitions\":[\"gum (of mouth)\"],\"examples\":[],\"variations\":[\"ìgbì\"],\"stems\":null}],\"ìgbo\":[{\"word\":\"ìgbo\",\"wordClass\":\"NNC\",\"definitions\":[\"general name for top minnows, family Cyprinodontidae\"],\"examples\":[],\"variations\":[\"ìgbogīdi\"],\"stems\":null}],\"Abù m onye Ìgbò\":[{\"word\":\"Abù m onye Ìgbò\",\"wordClass\":\"NNC\",\"definitions\":[\"I am an Igbo person\"],\"examples\":[],\"variations\":[],\"stems\":[\"Ìgbò\"]}],\"-sụ Ìgbò\":[{\"word\":\"-sụ Ìgbò\",\"wordClass\":\"AV\",\"definitions\":[\"speak Igbo\",\"(when qualifying another noun) indigenous, as opposed to something of outside origin\",\"speak Igbo but I don’t know how to speak Igbo\"],\"examples\":[],\"variations\":[],\"stems\":[\"Ìgbò\",\"-sụ\"]}],\"afā Ìgbò\":[{\"word\":\"afā Ìgbò\",\"wordClass\":\"NNC\",\"definitions\":[\"Igbo name (versus afà Oyìbo, European name)\"],\"examples\":[],\"variations\":[],\"stems\":[\"Ìgbò\"]}],\"ofe Ìgbò\":[{\"word\":\"ofe Ìgbò\",\"wordClass\":\"NNC\",\"definitions\":[\"type of palm-oil\",\"in a more restricted sense, the upland people to the east of the Niger (also ndị Ìgbò), contrasted with Olu (also ndị Olū), the riverain Igbo. The people of Onitsha itself do not classify themselves with either Ìgbò or Olu (Henderson 1972 40 - 41, 89 noun)\",\"palm oil (= mmanụ akwū)\"],\"examples\":[],\"variations\":[],\"stems\":[\"Ìgbò\",\"ofe\"]}],\"Ìgbò Adàgbè\":[{\"word\":\"Ìgbò Adàgbè\",\"wordClass\":\"NNC\",\"definitions\":[\"term for most of the peoples of Anambra Division\"],\"examples\":[],\"variations\":[],\"stems\":[\"Ìgbò\"]}],\"Ìgbò Agba Enū\":[{\"word\":\"Ìgbò Agba Enū\",\"wordClass\":\"NNC\",\"definitions\":[\"term for the peoples of Idemmīli, Aguata and Awka Divisions\"],\"examples\":[],\"variations\":[],\"stems\":[\"Ìgbò\"]}],\"Ìgbò\":[{\"word\":\"Ìgbò\",\"wordClass\":\"NNC\",\"definitions\":[\"the Igbo people in general; the Igbo language\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìgbogīdi\":[{\"word\":\"ìgbogīdi\",\"wordClass\":\"\",\"definitions\":[\"see ìgbo\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìgbùdù\":[{\"word\":\"ìgbùdù\",\"wordClass\":\"NNC\",\"definitions\":[\"imitation coffin containing plantain stem representing dead person, thrown away in the bush during the second burial\",\"trap for animals (especially grasscutter)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"Igwē ka Ànì\":[{\"word\":\"Igwē ka Ànì\",\"wordClass\":\"NNC\",\"definitions\":[\"title for an Obi or Ezè\",\"name of a very notorious and powerful Igbo cult, with which many important Igbos were connected. It has been banned by legislation\"],\"examples\":[],\"variations\":[],\"stems\":[\"igwē\"]}],\"Igwē nà Ànì\":[{\"word\":\"Igwē nà Ànì\",\"wordClass\":\"NNC\",\"definitions\":[\"(in Nri thought) the firmament and the earth, which together make up Ùwà, the visible world\"],\"examples\":[],\"variations\":[],\"stems\":[\"igwē\"]}],\"Igwē nā-ezùlu òrà\":[{\"word\":\"Igwē nā-ezùlu òrà\",\"wordClass\":\"NNC\",\"definitions\":[\"praise-name for someone who has taken highest title\"],\"examples\":[],\"variations\":[],\"stems\":[\"igwē\"]}],\"iru igwē\":[{\"word\":\"iru igwē\",\"wordClass\":\"NNC\",\"definitions\":[\"weather; sky (= iru anyaanwū)\",\"weather; sky\"],\"examples\":[],\"variations\":[],\"stems\":[\"igwē\",\"iru\"]}],\"igwē\":[{\"word\":\"igwē\",\"wordClass\":\"NNC\",\"definitions\":[\"sky; heaven; firmament, regarded as an alūsị created directly by Chukwu\",\"salutation for a king\"],\"examples\":[{\"igbo\":\"Fâ nà-ètu yā igwē\",\"english\":\"They are saluting him 'Igwē!'\"}],\"variations\":[],\"stems\":[]}],\"igwè ịkwā akwà\":[{\"word\":\"igwè ịkwā akwà\",\"wordClass\":\"NNC\",\"definitions\":[\"sewing-machine\"],\"examples\":[],\"variations\":[],\"stems\":[\"igwè\"]}],\"ǹdele igwè\":[{\"word\":\"ǹdele igwè\",\"wordClass\":\"NNC\",\"definitions\":[\"iron rod used for fighting\"],\"examples\":[],\"variations\":[],\"stems\":[\"igwè\",\"ǹdele\"]}],\"okpòlò igwè\":[{\"word\":\"okpòlò igwè\",\"wordClass\":\"NNC\",\"definitions\":[\"rod of iron\"],\"examples\":[],\"variations\":[],\"stems\":[\"igwè\",\"okpòlò\"]}],\"ọnyà igwè\":[{\"word\":\"ọnyà igwè\",\"wordClass\":\"NNC\",\"definitions\":[\"steel trap\"],\"examples\":[],\"variations\":[],\"stems\":[\"igwè\",\"ọnyà\"]}],\"igwè\":[{\"word\":\"igwè\",\"wordClass\":\"NNC\",\"definitions\":[\"iron; any type of machinery or mechanical contrivance\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìgwè atụlū\":[{\"word\":\"ìgwè atụlū\",\"wordClass\":\"NNC\",\"definitions\":[\"flock of sheep\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìgwè\"]}],\"Ìgwè bù ike\":[{\"word\":\"Ìgwè bù ike\",\"wordClass\":\"NNC\",\"definitions\":[\"Union is strength\",\"Man’s name\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìgwè\"]}],\"ìgwe mmadù\":[{\"word\":\"ìgwe mmadù\",\"wordClass\":\"NNC\",\"definitions\":[\"a large crowd\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìgwè\",\"madù\"]}],\"ìgwè\":[{\"word\":\"ìgwè\",\"wordClass\":\"NNC\",\"definitions\":[\"large number\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"igwu isī\":[{\"word\":\"igwu isī\",\"wordClass\":\"NNC\",\"definitions\":[\"head-louse\"],\"examples\":[],\"variations\":[],\"stems\":[\"igwu\",\"isi\"]}],\"igwu\":[{\"word\":\"igwu\",\"wordClass\":\"NNC\",\"definitions\":[\"louse\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kpà igwù\":[{\"word\":\"-kpà igwù\",\"wordClass\":\"AV\",\"definitions\":[\"prepare palm-fronds\"],\"examples\":[],\"variations\":[],\"stems\":[\"igwù\",\"-kpà\"]}],\"igwù\":[{\"word\":\"igwù\",\"wordClass\":\"NNC\",\"definitions\":[\"palm-fronds\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìgwùlùbè\":[{\"word\":\"ìgwùlùbè\",\"wordClass\":\"NNC\",\"definitions\":[\"locust\"],\"examples\":[],\"variations\":[\"ìgùlùbè\"],\"stems\":null}],\"ijè ọma\":[{\"word\":\"ijè ọma\",\"wordClass\":\"NNC\",\"definitions\":[\"farewell!\"],\"examples\":[],\"variations\":[],\"stems\":[\"ijè\",\"ọma\"]}],\"-pù ijè\":[{\"word\":\"-pù ijè\",\"wordClass\":\"AV\",\"definitions\":[\"go on tour; travel\"],\"examples\":[],\"variations\":[],\"stems\":[\"ijè\",\"-pù\"]}],\"-ranyè ijè\":[{\"word\":\"-ranyè ijè\",\"wordClass\":\"NNC\",\"definitions\":[\"pick one's way; move on slowly; step; toddle\"],\"examples\":[],\"variations\":[],\"stems\":[\"ijè\"]}],\"-sètịpù ijè\":[{\"word\":\"-sètịpù ijè\",\"wordClass\":\"AV\",\"definitions\":[\"embark or continue on a journey\",\"embark, continue, on a journey\"],\"examples\":[],\"variations\":[],\"stems\":[\"ijè\",\"-sè\"]}],\"onye ijè\":[{\"word\":\"onye ijè\",\"wordClass\":\"NNC\",\"definitions\":[\"traveller\"],\"examples\":[],\"variations\":[],\"stems\":[\"ijè\",\"onye\"]}],\"ijè\":[{\"word\":\"ijè\",\"wordClass\":\"NNC\",\"definitions\":[\"journey\"],\"examples\":[{\"igbo\":\"Nwayòò bù ijè\",\"english\":\"slow and steady wins the race (literally gentleness is the journey)\"}],\"variations\":[],\"stems\":null}],\"ìjelè \":[{\"word\":\"ìjelè \",\"wordClass\":\"\",\"definitions\":[\"soldier ant (compare elùuluū, the more typical Onitsha word)\"],\"examples\":[],\"variations\":[\"ìjerè\"],\"stems\":null}],\"ìjelè\":[{\"word\":\"ìjelè\",\"wordClass\":\"NNC\",\"definitions\":[\"a graceful masquerade with a very large complex mask\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìjèlè\":[{\"word\":\"ìjèlè\",\"wordClass\":\"NNC\",\"definitions\":[\"small round jingling metal bells worn while dancing; strung bells\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ijī\":[{\"word\":\"ijī\",\"wordClass\":\"NNC\",\"definitions\":[\"annual flooding of the Niger (contrast idèì). The signs of the flood are\"],\"examples\":[{\"igbo\":\"àtịtā\",\"english\":\"loud bubbles in the river\"},{\"igbo\":\"Àkèle nà-àkpọ ijī\",\"english\":\"The akele (frog) is calling the flood\"},{\"igbo\":\"Mmilī nà-erùghalị āzụ\",\"english\":\"The water is flowing backwards (i.e. becomes sluggish)\"}],\"variations\":[],\"stems\":null}],\"ijīji\":[{\"word\":\"ijīji\",\"wordClass\":\"NNC\",\"definitions\":[\"fly; housefly\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àrụ ikē\":[{\"word\":\"àrụ ikē\",\"wordClass\":\"NNC\",\"definitions\":[\"health\"],\"examples\":[],\"variations\":[],\"stems\":[\"ike\"]}],\"isi ikē\":[{\"word\":\"isi ikē\",\"wordClass\":\"NNC\",\"definitions\":[\"rebellion\",\"stubbornness; bad luck\"],\"examples\":[{\"igbo\":\"O nwèlù isi ike\",\"english\":\"She has bad luck\"}],\"variations\":[],\"stems\":[\"ike\",\"isi\"]}],\"onye isi ikē\":[{\"word\":\"onye isi ikē\",\"wordClass\":\"NNC\",\"definitions\":[\"a rebel\",\"stubborn person; person who is habitually disobedient (literally hard-headed person)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ike\",\"onye\"]}],\"jè si ikē\":[{\"word\":\"jè si ikē\",\"wordClass\":\"AV\",\"definitions\":[\"salutation to one starting on a journey\"],\"examples\":[],\"variations\":[],\"stems\":[\"ike\",\"-je\"]}],\"-kedosi ike\":[{\"word\":\"-kedosi ike\",\"wordClass\":\"AV\",\"definitions\":[\"tighten\"],\"examples\":[],\"variations\":[],\"stems\":[\"ike\",\"-ke\"]}],\"-kwàsi ike\":[{\"word\":\"-kwàsi ike\",\"wordClass\":\"AV\",\"definitions\":[\"push firmly\"],\"examples\":[],\"variations\":[],\"stems\":[\"ike\",\"-kwà\"]}],\"-kwusi ike\":[{\"word\":\"-kwusi ike\",\"wordClass\":\"ESUF\",\"definitions\":[\"speak strongly or loudly\"],\"examples\":[],\"variations\":[],\"stems\":[\"ike\",\"-kwu\"]}],\"-kwụsị ike\":[{\"word\":\"-kwụsị ike\",\"wordClass\":\"NNC\",\"definitions\":[\"stand firm\"],\"examples\":[],\"variations\":[],\"stems\":[\"ike\"]}],\"-lụsi ike\":[{\"word\":\"-lụsi ike\",\"wordClass\":\"AV\",\"definitions\":[\"work hard, energetically\"],\"examples\":[],\"variations\":[],\"stems\":[\"ike\",\"-lụ\"]}],\"-me isi ikē\":[{\"word\":\"-me isi ikē\",\"wordClass\":\"AV\",\"definitions\":[\"be headstrong\"],\"examples\":[],\"variations\":[],\"stems\":[\"ike\",\"isi\",\"-me\"]}],\"-me n’ike\":[{\"word\":\"-me n’ike\",\"wordClass\":\"AV\",\"definitions\":[\"do violently, forcibly\"],\"examples\":[],\"variations\":[],\"stems\":[\"ike\",\"-me\"]}],\"ǹga ọlụ ikē\":[{\"word\":\"ǹga ọlụ ikē\",\"wordClass\":\"NNC\",\"definitions\":[\"imprisonment with hard labour\"],\"examples\":[{\"igbo\":\"A tùlù ya ǹga ọlụ ikē\",\"english\":\"He was imprisoned with hard labour\"}],\"variations\":[],\"stems\":[\"ike\",\"ǹga\",\"ọlụ\"]}],\"-nwe ike\":[{\"word\":\"-nwe ike\",\"wordClass\":\"NNC\",\"definitions\":[\"be capable, strong, able\"],\"examples\":[],\"variations\":[],\"stems\":[\"ike\",\"-nwe\"]}],\"enwē ike\":[{\"word\":\"enwē ike\",\"wordClass\":\"NNC\",\"definitions\":[\"strengthless; a weakling\"],\"examples\":[],\"variations\":[],\"stems\":[\"ike\"]}],\"obì ikē\":[{\"word\":\"obì ikē\",\"wordClass\":\"NNC\",\"definitions\":[\"hardheartedness; relentlessness\"],\"examples\":[],\"variations\":[],\"stems\":[\"ike\",\"obì\"]}],\"-si ike\":[{\"word\":\"-si ike\",\"wordClass\":\"AV\",\"definitions\":[\"be strong, firm, difficult, hard\"],\"examples\":[],\"variations\":[],\"stems\":[\"ike\",\"-si\"]}],\"ike\":[{\"word\":\"ike\",\"wordClass\":\"NNC\",\"definitions\":[\"strength; authority; force; power\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ikè mmānya\":[{\"word\":\"ikè mmānya\",\"wordClass\":\"NNC\",\"definitions\":[\"dregs\"],\"examples\":[],\"variations\":[],\"stems\":[\"ikè\",\"manya\"]}],\"ikè\":[{\"word\":\"ikè\",\"wordClass\":\"NNC\",\"definitions\":[\"bottom; hinder part; buttock(s); anus; rectum\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ndị ikèì\":[{\"word\":\"ndị ikèì\",\"wordClass\":\"NNC\",\"definitions\":[\"the elders\"],\"examples\":[],\"variations\":[],\"stems\":[\"ikèì\"]}],\"ikèì\":[{\"word\":\"ikèì\",\"wordClass\":\"NNC\",\"definitions\":[\"old man; old\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ike kwọ\":[{\"word\":\"ike kwọ\",\"wordClass\":\"NNC\",\"definitions\":[\"perhaps\"],\"examples\":[{\"igbo\":\"Ike kwọ agà m àbịa\",\"english\":\"Perhaps I will come\"}],\"variations\":[\"ike kwe\"],\"stems\":[\"ìkekele\"]}],\"ìkekele\":[{\"word\":\"ìkekele\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òkpa ìkele\":[{\"word\":\"òkpa ìkele\",\"wordClass\":\"NNC\",\"definitions\":[\"groundnut\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìkele\",\"òkpà\"]}],\"ìkele\":[{\"word\":\"ìkele\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ikèlike ākwa\":[{\"word\":\"ikèlike ākwa\",\"wordClass\":\"NNC\",\"definitions\":[\"eggshell\"],\"examples\":[],\"variations\":[],\"stems\":[\"ikèlike\"]}],\"ikèlike ọkū\":[{\"word\":\"ikèlike ọkū\",\"wordClass\":\"NNC\",\"definitions\":[\"spark\"],\"examples\":[],\"variations\":[],\"stems\":[\"ikèlike\"]}],\"ikèlike\":[{\"word\":\"ikèlike\",\"wordClass\":\"NNC\",\"definitions\":[\"crumbs; fragments\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"aka ìkeǹgà\":[{\"word\":\"aka ìkeǹgà\",\"wordClass\":\"NNC\",\"definitions\":[\"right hand\"],\"examples\":[],\"variations\":[],\"stems\":[\"Ìkeǹgà\"]}],\"Ìkeǹgà\":[{\"word\":\"Ìkeǹgà\",\"wordClass\":\"NNC\",\"definitions\":[\"personification of the strength of a man’s right hand, symbolizing success; image representing Ìkeǹgà personal to a man and split at his funeral\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìkeǹgà elùuluū\":[{\"word\":\"ìkeǹgà elùuluū\",\"wordClass\":\"NNC\",\"definitions\":[\"giant ants, with very big heads, seen among smaller ones\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìkeǹgà\"]}],\"ìkeǹgà\":[{\"word\":\"ìkeǹgà\",\"wordClass\":\"NNC\",\"definitions\":[\"jar for storing palm wine\",\"used in\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ikènyè\":[{\"word\":\"ikènyè\",\"wordClass\":\"NNC\",\"definitions\":[\"grown men; elders; principal men\"],\"examples\":[],\"variations\":[\"ikènyà\"],\"stems\":null}],\"òkụkū ìkìkè\":[{\"word\":\"òkụkū ìkìkè\",\"wordClass\":\"NNC\",\"definitions\":[\"small fowl; pullet\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìkìkè\",\"òkụkò\"]}],\"ìkìkè\":[{\"word\":\"ìkìkè\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìkili akā\":[{\"word\":\"ìkili akā\",\"wordClass\":\"NNC\",\"definitions\":[\"elbow\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìkili\"]}],\"ìkili ụkwū\":[{\"word\":\"ìkili ụkwū\",\"wordClass\":\"NNC\",\"definitions\":[\"heel\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìkili\",\"ụkwụ\"]}],\"ìkili\":[{\"word\":\"ìkili\",\"wordClass\":\"NNC\",\"definitions\":[\"joint used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìkiti ụkwū\":[{\"word\":\"ìkiti ụkwū\",\"wordClass\":\"NNC\",\"definitions\":[\"(sound of) footstep\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìkiti\",\"ụkwụ\"]}],\"ìkiti\":[{\"word\":\"ìkiti\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ikō\":[{\"word\":\"ikō\",\"wordClass\":\"NNC\",\"definitions\":[\"fish-trap\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"èlèle īko èlèlè\":[{\"word\":\"èlèle īko èlèlè\",\"wordClass\":\"NNC\",\"definitions\":[\"boiled in tins (e.g. milk tins) instead of being wrapped in leaves\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìko\"]}],\"nju ìko\":[{\"word\":\"nju ìko\",\"wordClass\":\"NNC\",\"definitions\":[\"cupful\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìko\"]}],\"ìko\":[{\"word\":\"ìko\",\"wordClass\":\"NNC\",\"definitions\":[\"cup; drinking vessel\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ikòlò\":[{\"word\":\"ikòlò\",\"wordClass\":\"NNC\",\"definitions\":[\"wooden drum, played on great occasions, e.g. when a great man dies, or as an alarm for war\"],\"examples\":[{\"igbo\":\"Nwaànyì adī àgba ukòlò\",\"english\":\"Women cannot dance to the ikòlò (because only men who have killed can dance to it)\"}],\"variations\":[\"ukòlò\"],\"stems\":null}],\"ìkolobìà\":[{\"word\":\"ìkolobìà\",\"wordClass\":\"NNC\",\"definitions\":[\"see òkolo\",\"used indiscriminately for sg. or pl.) youth; young man\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkolo\"]}],\"ndị ìkòm\":[{\"word\":\"ndị ìkòm\",\"wordClass\":\"NNC\",\"definitions\":[\"males; men\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìkòm\"]}],\"ìkòm\":[{\"word\":\"ìkòm\",\"wordClass\":\"NNC\",\"definitions\":[\"male (opp. of ìnyòm)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìkù\":[{\"word\":\"ìkù\",\"wordClass\":\"NNC\",\"definitions\":[\"eyebrow (also ìkù anyā)\"],\"examples\":[],\"variations\":[\"ǹkù\"],\"stems\":null}],\"ìkùku ọgbarù\":[{\"word\":\"ìkùku ọgbarù\",\"wordClass\":\"NNC\",\"definitions\":[\"south wind; breeze from down-river\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìkùkù\"]}],\"ìkùkù\":[{\"word\":\"ìkùkù\",\"wordClass\":\"NNC\",\"definitions\":[\"breeze; wind; gale\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ikpe kwū ọtọ\":[{\"word\":\"ikpe kwū ọtọ\",\"wordClass\":\"NNC\",\"definitions\":[\"justice\"],\"examples\":[{\"igbo\":\"Ezè afù kpèlù ikpe kwū ọtọ\",\"english\":\"The king administered justice\"}],\"variations\":[],\"stems\":[\"ikpe\"]}],\"-kè ikpe\":[{\"word\":\"-kè ikpe\",\"wordClass\":\"AV\",\"definitions\":[\"give judgement\"],\"examples\":[],\"variations\":[],\"stems\":[\"ikpe\",\"-kè\"]}],\"-ma ikpe\":[{\"word\":\"-ma ikpe\",\"wordClass\":\"AV\",\"definitions\":[\"condemn\",\"condemn; be condemned\"],\"examples\":[{\"igbo\":\"A màlù ya ikpe orī\",\"english\":\"He was found guilty of stealing\"},{\"igbo\":\"A màlù yà ikpe\",\"english\":\"He was condemned\"}],\"variations\":[],\"stems\":[\"ikpe\",\"-ma\"]}],\"àmàmikpe\":[{\"word\":\"àmàmikpe\",\"wordClass\":\"AV\",\"definitions\":[\"condemnation, conviction (in case)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ikpe\",\"-ma\"]}],\"onye ikpē\":[{\"word\":\"onye ikpē\",\"wordClass\":\"NNC\",\"definitions\":[\"judge\"],\"examples\":[],\"variations\":[],\"stems\":[\"ikpe\",\"onye\"]}],\"ụnò ikpē\":[{\"word\":\"ụnò ikpē\",\"wordClass\":\"NNC\",\"definitions\":[\"court of law\"],\"examples\":[],\"variations\":[],\"stems\":[\"ikpe\",\"ụnò\"]}],\"ikpe\":[{\"word\":\"ikpe\",\"wordClass\":\"AV\",\"definitions\":[\"judgement\",\"case\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpe\"]}],\"ìkpè\":[{\"word\":\"ìkpè\",\"wordClass\":\"NNC\",\"definitions\":[\"slander; bad things said about one with exaggeration or untruth\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìkpe āzụ\":[{\"word\":\"ìkpe āzụ\",\"wordClass\":\"\",\"definitions\":[\"see -kpè + 1.\",\"the last thing Ife ìkpe āzụ ị gà-èmê bù ije  kute mmiìli dọbe n’ụnò The final thing you should do is to fetch water and keep it in the house\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpè\"]}],\"ikpèlè\":[{\"word\":\"ikpèlè\",\"wordClass\":\"NNC\",\"definitions\":[\"knee\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìkpele mmīli\":[{\"word\":\"ìkpele mmīli\",\"wordClass\":\"NNC\",\"definitions\":[\"bank of the river\",\"bank of river\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìkpele\",\"mmilī\"]}],\"ìkpele\":[{\"word\":\"ìkpele\",\"wordClass\":\"NNC\",\"definitions\":[\"edge; border; bank\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ikpo afịfịa\":[{\"word\":\"ikpo afịfịa\",\"wordClass\":\"NNC\",\"definitions\":[\"rubbish-heap\"],\"examples\":[],\"variations\":[],\"stems\":[\"ikpo\"]}],\"ikpo akwụkwọ\":[{\"word\":\"ikpo akwụkwọ\",\"wordClass\":\"NNC\",\"definitions\":[\"set of books\"],\"examples\":[],\"variations\":[],\"stems\":[\"ikpo\"]}],\"ikpo mmadù\":[{\"word\":\"ikpo mmadù\",\"wordClass\":\"NNC\",\"definitions\":[\"large crowd of people\"],\"examples\":[],\"variations\":[],\"stems\":[\"ikpo\"]}],\"ikpo\":[{\"word\":\"ikpo\",\"wordClass\":\"NNC\",\"definitions\":[\"collection, set (of things); large crowd (of people) (contrast mkpù)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mmụō īkpo\":[{\"word\":\"mmụō īkpo\",\"wordClass\":\"NNC\",\"definitions\":[\"a masquerade covered with ìkpo-bells\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìkpo\",\"mmụō\"]}],\"ìkpo\":[{\"word\":\"ìkpo\",\"wordClass\":\"NNC\",\"definitions\":[\"square bronze bell\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìkpò\":[{\"word\":\"ìkpò\",\"wordClass\":\"NNC\",\"definitions\":[\"tall coarse tufted grass\",\"see ùkpò\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ìkpoòkpo àgù\":[{\"word\":\"ìkpoòkpo àgù\",\"wordClass\":\"NNC\",\"definitions\":[\"Tilapia galilaea\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìkpoòkpò\"]}],\"ìkpoòkpò akasa\":[{\"word\":\"ìkpoòkpò akasa\",\"wordClass\":\"NNC\",\"definitions\":[\"Tilapia nilotica\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìkpoòkpò\"]}],\"ìkpoòkpò nkōlọ\":[{\"word\":\"ìkpoòkpò nkōlọ\",\"wordClass\":\"NNC\",\"definitions\":[\"Cichlidae tenopoma kingsleyae\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìkpoòkpò\"]}],\"ìkpoòkpò ọnụ ogonogo\":[{\"word\":\"ìkpoòkpò ọnụ ogonogo\",\"wordClass\":\"NNC\",\"definitions\":[\"Hemichromis fasciatus\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìkpoòkpò\"]}],\"ìkpoòkpò ụnò dị\":[{\"word\":\"ìkpoòkpò ụnò dị\",\"wordClass\":\"NNC\",\"definitions\":[\"Tilapia aurea\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìkpoòkpò\"]}],\"mmā\":[{\"word\":\"mmā\",\"wordClass\":\"NNC\",\"definitions\":[\"goodness; beauty; prosperity\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìkpoòkpò\":[{\"word\":\"ìkpoòkpò\",\"wordClass\":\"NNC\",\"definitions\":[\"general name for cichlid fish, Tilapia and Hemichromis genera, and extended to similar fish\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ikpù\":[{\"word\":\"ikpù\",\"wordClass\":\"NNC\",\"definitions\":[\"hairy part in front of genitals of either sex; vulva\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìkpulū\":[{\"word\":\"ìkpulū\",\"wordClass\":\"NNC\",\"definitions\":[\"worm; maggot\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ikwè\":[{\"word\":\"ikwè\",\"wordClass\":\"NNC\",\"definitions\":[\"mortar\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ikwu nà ànyị\":[{\"word\":\"ikwu nà ànyị\",\"wordClass\":\"NNC\",\"definitions\":[\"our people\"],\"examples\":[],\"variations\":[],\"stems\":[\"ikwu\"]}],\"ikwu nnē\":[{\"word\":\"ikwu nnē\",\"wordClass\":\"NNC\",\"definitions\":[\"the home quarter of one's mother\",\"one's mother's home town\",\"mature female (of animal); contrast nwunyè, immature female animal\"],\"examples\":[{\"igbo\":\"Azùtàlù m nne ewū n’afịa Àfò Nnoòbì n’ụbòsì àfọ gālụ àga\",\"english\":\"I bought one female goat at the Afọ Nnoobi market last Afọ market day\"}],\"variations\":[],\"stems\":[\"ikwu\",\"nne\"]}],\"ikwu\":[{\"word\":\"ikwu\",\"wordClass\":\"NNC\",\"definitions\":[\"relative (general term)\"],\"examples\":[{\"igbo\":\"Ọ kpò ndị ikwū ya\",\"english\":\"He summoned his relatives\"}],\"variations\":[],\"stems\":null}],\"ụnò ikwuù\":[{\"word\":\"ụnò ikwuù\",\"wordClass\":\"NNC\",\"definitions\":[\"moveable house; tent; booth\"],\"examples\":[],\"variations\":[],\"stems\":[\"ikwuù\"]}],\"ikwuù\":[{\"word\":\"ikwuù\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ile ọkū\":[{\"word\":\"ile ọkū\",\"wordClass\":\"NNC\",\"definitions\":[\"flame; spark; hot part of fire\"],\"examples\":[],\"variations\":[],\"stems\":[\"ile\",\"ọkụ\"]}],\"-lapùta ile\":[{\"word\":\"-lapùta ile\",\"wordClass\":\"NNC\",\"definitions\":[\"put out the tongue\"],\"examples\":[],\"variations\":[],\"stems\":[\"ile\"]}],\"ile\":[{\"word\":\"ile\",\"wordClass\":\"NNC\",\"definitions\":[\"tongue\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìlè\":[{\"word\":\"ìlè\",\"wordClass\":\"NNC\",\"definitions\":[\"power; potency; effectiveness (of thing)\"],\"examples\":[{\"igbo\":\"Ọgū à dì ìlè\",\"english\":\"This medicine is powerful\"}],\"variations\":[],\"stems\":null}],\"ìli\":[{\"word\":\"ìli\",\"wordClass\":\"CD\",\"definitions\":[\"ten\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ilìilì\":[{\"word\":\"ilìilì\",\"wordClass\":\"NNC\",\"definitions\":[\"splinter\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìlìlò\":[{\"word\":\"ìlìlò\",\"wordClass\":\"NNC\",\"definitions\":[\"weed\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-dị n’ilo\":[{\"word\":\"-dị n’ilo\",\"wordClass\":\"NNC\",\"definitions\":[\"be enemies\"],\"examples\":[{\"igbo\":\"Fâ dì n’ilo\",\"english\":\"They are enemies\"},{\"igbo\":\"Mụ nà Òbi dì n’ilo\",\"english\":\"Obi and myself are enemies\"}],\"variations\":[],\"stems\":[\"ilo\"]}],\"onye ilō\":[{\"word\":\"onye ilō\",\"wordClass\":\"NNC\",\"definitions\":[\"enemy; person bearing malice towards one\"],\"examples\":[],\"variations\":[],\"stems\":[\"ilo\",\"onye\"]}],\"ilo\":[{\"word\":\"ilo\",\"wordClass\":\"NNC\",\"definitions\":[\"enmity\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-bọ ìlo\":[{\"word\":\"-bọ ìlo\",\"wordClass\":\"NNC\",\"definitions\":[\"clear the village square\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìlo\"]}],\"n’ìlo\":[{\"word\":\"n’ìlo\",\"wordClass\":\"NNC\",\"definitions\":[\"outside; without\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìlo\"]}],\"okpolo īlo\":[{\"word\":\"okpolo īlo\",\"wordClass\":\"NNC\",\"definitions\":[\"road, street (especially in town)\"],\"examples\":[{\"igbo\":\"Pùta n’okpolo īlo\",\"english\":\"Leave the road\"}],\"variations\":[],\"stems\":[\"ìlo\",\"okpolo\"]}],\"-pù ìlo\":[{\"word\":\"-pù ìlo\",\"wordClass\":\"AV\",\"definitions\":[\"go out; go for a stroll\",\"go out; take stroll\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìlo\",\"-pù\"]}],\"-pù n’ìlo\":[{\"word\":\"-pù n’ìlo\",\"wordClass\":\"AV\",\"definitions\":[\"go outside (and stay)\",\"go outside\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìlo\",\"-pù\"]}],\"ìlo\":[{\"word\":\"ìlo\",\"wordClass\":\"NNC\",\"definitions\":[\"outside; compound outside walls (= èzi amā, contrast mbala ēzi); area in village not occupied by houses (includes but is wider than èzi)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-lo ìlìlò\":[{\"word\":\"-lo ìlìlò\",\"wordClass\":\"AV\",\"definitions\":[\"think\",\"think; suggest\"],\"examples\":[],\"variations\":[\"ìlòlò\"],\"stems\":[\"ìlòlò\",\"-lò\"]}],\"òka ìlòlò\":[{\"word\":\"òka ìlòlò\",\"wordClass\":\"NNC\",\"definitions\":[\"adviser; counsellor\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìlòlò\"]}],\"ọnụ ìlòlò\":[{\"word\":\"ọnụ ìlòlò\",\"wordClass\":\"NNC\",\"definitions\":[\"gutter; drain\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìlòlò\",\"ọnū\"]}],\"ìlòlò\":[{\"word\":\"ìlòlò\",\"wordClass\":\"NNC\",\"definitions\":[\"deep thought (on a problem)\",\"used in\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"imelìme\":[{\"word\":\"imelìme\",\"wordClass\":\"NNC\",\"definitions\":[\"interior; inmost part\"],\"examples\":[],\"variations\":[],\"stems\":[\"imē\"]}],\"imelìme ụnò\":[{\"word\":\"imelìme ụnò\",\"wordClass\":\"NNC\",\"definitions\":[\"an inner room\"],\"examples\":[],\"variations\":[],\"stems\":[\"imē\",\"ụnò\"]}],\"ime ōbi\":[{\"word\":\"ime ōbi\",\"wordClass\":\"NNC\",\"definitions\":[\"name given to interior of the palace where the king mostly stays\"],\"examples\":[],\"variations\":[],\"stems\":[\"imē\",\"òbi \"]}],\"ime ụnò\":[{\"word\":\"ime ụnò\",\"wordClass\":\"NNC\",\"definitions\":[\"room\"],\"examples\":[],\"variations\":[],\"stems\":[\"imē\",\"ụnò\"]}],\"n’imē\":[{\"word\":\"n’imē\",\"wordClass\":\"NNC\",\"definitions\":[\"inside; in; within\"],\"examples\":[],\"variations\":[],\"stems\":[\"imē\"]}],\"n’ime ụnò\":[{\"word\":\"n’ime ụnò\",\"wordClass\":\"NNC\",\"definitions\":[\"inside the house\",\"out of (a number)\",\"pregnancy\"],\"examples\":[],\"variations\":[],\"stems\":[\"imē\"]}],\"ime òpùpù\":[{\"word\":\"ime òpùpù\",\"wordClass\":\"AV\",\"definitions\":[\"miscarriage\"],\"examples\":[],\"variations\":[\"òpùpù imē\"],\"stems\":[\"imē\",\"-pù\"]}],\"-gbakwo imē\":[{\"word\":\"-gbakwo imē\",\"wordClass\":\"NNC\",\"definitions\":[\"abort; miscarry\"],\"examples\":[],\"variations\":[],\"stems\":[\"imē\"]}],\"-ke imē\":[{\"word\":\"-ke imē\",\"wordClass\":\"AV\",\"definitions\":[\"cause abortion\"],\"examples\":[],\"variations\":[],\"stems\":[\"imē\",\"-ke\"]}],\"-me imē\":[{\"word\":\"-me imē\",\"wordClass\":\"AV\",\"definitions\":[\"be in labour; travail\"],\"examples\":[],\"variations\":[],\"stems\":[\"imē\",\"-me\"]}],\"nwaànyì imē\":[{\"word\":\"nwaànyì imē\",\"wordClass\":\"NNC\",\"definitions\":[\"pregnant woman\"],\"examples\":[],\"variations\":[],\"stems\":[\"imē\"]}],\"-tụba imē\":[{\"word\":\"-tụba imē\",\"wordClass\":\"AV\",\"definitions\":[\"impregnate\"],\"examples\":[{\"igbo\":\"Ọjì gà-àtụba gī imē ọ bụlụ nà ị kpāchàpùrò anya\",\"english\":\"Ọjị will get you pregnant if you are not careful\"}],\"variations\":[],\"stems\":[\"imē\",\"-tụ\"]}],\"-tụ imē\":[{\"word\":\"-tụ imē\",\"wordClass\":\"AV\",\"definitions\":[\"become pregnant; be pregnant\",\"conceive; be pregnant\"],\"examples\":[{\"igbo\":\"Elòlù m nà nkịtā m gà-àtụ imē n’ọnwa ītọ na-abịa\",\"english\":\"I think my dog will become pregnant in three months to come\"}],\"variations\":[],\"stems\":[\"imē\",\"-tụ\"]}],\"-tụlụ imē\":[{\"word\":\"-tụlụ imē\",\"wordClass\":\"NNC\",\"definitions\":[\"become pregnant; become pregnant illegitimately and accidentally (e.g. of girl in school)\"],\"examples\":[{\"igbo\":\"Àda m#nō n’ụnò akwụkwọ àkwụsigo akwụkwọ màkà nà ọ tūlụgo imē\",\"english\":\"My first daughter who has been in school has stopped schooling because she has become pregnant (‘illegitimately’ implied)\"}],\"variations\":[],\"stems\":[\"imē\"]}],\"imē\":[{\"word\":\"imē\",\"wordClass\":\"NNC\",\"definitions\":[\"inside; interior\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìmejū\":[{\"word\":\"ìmejū\",\"wordClass\":\"NNC\",\"definitions\":[\"liver\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìmèliìmè\":[{\"word\":\"ìmèliìmè\",\"wordClass\":\"NNC\",\"definitions\":[\"much; plenty; a large number\"],\"examples\":[{\"igbo\":\"Ìmèliìme mmādù bìàlù ebe à\",\"english\":\"A great crowd of people came here\"}],\"variations\":[],\"stems\":null}],\"imi mpīa\":[{\"word\":\"imi mpīa\",\"wordClass\":\"NNC\",\"definitions\":[\"nose partly or wholly destroyed by disease; depressed nostril\"],\"examples\":[],\"variations\":[],\"stems\":[\"imi\",\"mpīa\"]}],\"-mapù imi\":[{\"word\":\"-mapù imi\",\"wordClass\":\"AV\",\"definitions\":[\"blow the nose\"],\"examples\":[],\"variations\":[],\"stems\":[\"imi\",\"-ma\"]}],\"oghele imī\":[{\"word\":\"oghele imī\",\"wordClass\":\"NNC\",\"definitions\":[\"nostril\"],\"examples\":[],\"variations\":[],\"stems\":[\"imi\",\"oyēle\"]}],\"-su imi\":[{\"word\":\"-su imi\",\"wordClass\":\"AV\",\"definitions\":[\"wrinkle nose in direction of person in disdain or to show snobbery (usually not allowing the victim to know, but allowing others around to know)\"],\"examples\":[{\"igbo\":\"Agà m àma onye ōbụnā gā-esu nwa nnē m imi ōla màkà nà ọ mērọ alū\",\"english\":\"I would slap anyone who wrinkled his nose at my brother because he did not commit an abomination\"}],\"variations\":[],\"stems\":[\"imi\",\"-su\"]}],\"-te imi\":[{\"word\":\"-te imi\",\"wordClass\":\"AV\",\"definitions\":[\"rub, coat, with mucus\",\"rub, coat, coat with mucus\"],\"examples\":[],\"variations\":[],\"stems\":[\"imi\",\"-te\"]}],\"-zì imi\":[{\"word\":\"-zì imi\",\"wordClass\":\"AV\",\"definitions\":[\"blow the nose\",\"blow the nose; expel mucus from the nose\"],\"examples\":[],\"variations\":[],\"stems\":[\"imi\",\"-zì\"]}],\"imi\":[{\"word\":\"imi\",\"wordClass\":\"NNC\",\"definitions\":[\"nose; mucus (of nose)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìmìlìkiti\":[{\"word\":\"ìmìlìkiti\",\"wordClass\":\"NNC\",\"definitions\":[\"many\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"imùlimu\":[{\"word\":\"imùlimu\",\"wordClass\":\"NNC\",\"definitions\":[\"tiny, minute size\"],\"examples\":[{\"igbo\":\"O kpùtè imùlimu ajā\",\"english\":\"He brought some fine sand\"}],\"variations\":[],\"stems\":null}],\"inì ozū\":[{\"word\":\"inì ozū\",\"wordClass\":\"NNC\",\"definitions\":[\"cemetery; burial ground; burial place\"],\"examples\":[],\"variations\":[],\"stems\":[\"inì\",\"ozu\"]}],\"inì\":[{\"word\":\"inì\",\"wordClass\":\"AV\",\"definitions\":[\"grave; burial place (from -nì bury (corpse))\",\"grave\"],\"examples\":[{\"igbo\":\"O sīgo n’inì kùnie\",\"english\":\"He has risen from the dead\"}],\"variations\":[],\"stems\":[\"-nì\"]}],\"ìnìne mgbolokō\":[{\"word\":\"ìnìne mgbolokō\",\"wordClass\":\"NNC\",\"definitions\":[\"variety of Amaranthus hybridus\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìnìnè\"]}],\"ìnìne mmee\":[{\"word\":\"ìnìne mmee\",\"wordClass\":\"NNC\",\"definitions\":[\"wild or green amaranth (Amaranthus lividus Linn. and A. viridis Linn.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìnìnè\"]}],\"ìnìnè ogwū\":[{\"word\":\"ìnìnè ogwū\",\"wordClass\":\"NNC\",\"definitions\":[\"spring or prickly Amaranth (Amaranthus spinosus Linn.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìnìnè\"]}],\"ìnìnè\":[{\"word\":\"ìnìnè\",\"wordClass\":\"NNC\",\"definitions\":[\"green leaf vegetable, 'green amaranth' (Amaranthus hybridus Linn.\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-nu inu\":[{\"word\":\"-nu inu\",\"wordClass\":\"AV\",\"definitions\":[\"be bitter\"],\"examples\":[{\"igbo\":\"Ọgwū ǹkaà nà-ènu inū\",\"english\":\"This drug is bitter\"}],\"variations\":[],\"stems\":[\"inu\",\"-nu\"]}],\"-kọwa inu\":[{\"word\":\"-kọwa inu\",\"wordClass\":\"AV\",\"definitions\":[\"interpret a proverb or parable\"],\"examples\":[],\"variations\":[],\"stems\":[\"inu\",\"-kọ\"]}],\"-nù inu\":[{\"word\":\"-nù inu\",\"wordClass\":\"AV\",\"definitions\":[\"propound riddle, proverb\",\"ask riddle; use proverb\"],\"examples\":[{\"igbo\":\"Bikō nùelụ m#òfu inū\",\"english\":\"Please give me a proverb\"}],\"variations\":[],\"stems\":[\"inu\",\"-nù\"]}],\"-tụ inu\":[{\"word\":\"-tụ inu\",\"wordClass\":\"AV\",\"definitions\":[\"speak proverb, parable\"],\"examples\":[{\"igbo\":\"Nnā ānyị nà-àbụ ọ ga-agwa ānyị okwu ogē ụfọdụ ọ tụalụ ānyị inu mà ò bụrō ogè ǹcha kà ànyị nà-àghọta inu ọ nà- àtụlụ ānyị\",\"english\":\"Our father when he addresses us often uses proverbs, but it is not always that we understand the proverbs he uses for us\"}],\"variations\":[],\"stems\":[\"inu\",\"-tụ\"]}],\"inu\":[{\"word\":\"inu\",\"wordClass\":\"NNC\",\"definitions\":[\"bitterness (of taste)\",\"proverb; parable; riddle\"],\"examples\":[{\"igbo\":\"Inu bù mmanụ e jì èsuli okwū\",\"english\":\"Proverbs are the oil for eating speech\"}],\"variations\":[],\"stems\":[]}],\"ìnyègè\":[{\"word\":\"ìnyègè\",\"wordClass\":\"NNC\",\"definitions\":[\"appearance of something not seen clearly, either because of darkness or dazzling light\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"inyègeè\":[{\"word\":\"inyègeè\",\"wordClass\":\"NNC\",\"definitions\":[\"fish (Alestes baremose)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-chị ìnyemè\":[{\"word\":\"-chị ìnyemè\",\"wordClass\":\"NNC\",\"definitions\":[\"marry a number of wives\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìnyemè\"]}],\"ìnyemè\":[{\"word\":\"ìnyemè\",\"wordClass\":\"NNC\",\"definitions\":[\"wives (plural of nwunyè)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-lu inyi\":[{\"word\":\"-lu inyi\",\"wordClass\":\"AV\",\"definitions\":[\"be dirty, filthy\",\"be dirty\"],\"examples\":[{\"igbo\":\"O lù inyi\",\"english\":\"It is dirty\"}],\"variations\":[],\"stems\":[\"inyi\",\"-lu\"]}],\"inyi\":[{\"word\":\"inyi\",\"wordClass\":\"NNC\",\"definitions\":[\"dirt(iness)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"okwu īnyo\":[{\"word\":\"okwu īnyo\",\"wordClass\":\"NNC\",\"definitions\":[\"foolish talk\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìnyo\",\"okwu\"]}],\"ìnyo\":[{\"word\":\"ìnyo\",\"wordClass\":\"NNC\",\"definitions\":[\"foolishness\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ndị ìnyòm\":[{\"word\":\"ndị ìnyòm\",\"wordClass\":\"NNC\",\"definitions\":[\"women; females\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìnyòm\"]}],\"ìnyòm\":[{\"word\":\"ìnyòm\",\"wordClass\":\"NNC\",\"definitions\":[\"female (opp. of ìkòm)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìpètè arịlị\":[{\"word\":\"ìpètè arịlị\",\"wordClass\":\"NNC\",\"definitions\":[\"Citharinus distichoides\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìpètè\"]}],\"ìpètè erìrì\":[{\"word\":\"ìpètè erìrì\",\"wordClass\":\"NNC\",\"definitions\":[\"Citharinus latus\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìpètè\"]}],\"ìpètè\":[{\"word\":\"ìpètè\",\"wordClass\":\"NNC\",\"definitions\":[\"moonfish; a general name for fish of the genus Citharinus\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìpo ànwàlì (=\":[{\"word\":\"ìpo ànwàlì (=\",\"wordClass\":\"NNC\",\"definitions\":[\"fish (Alestes leuciscus and Alestes macrolepidotus)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìpo\"]}],\"ànwàlì)\":[{\"word\":\"ànwàlì)\",\"wordClass\":\"NNC\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":[\"ìpo\"]}],\"ìpo\":[{\"word\":\"ìpo\",\"wordClass\":\"NNC\",\"definitions\":[\"fish (Alestes nurse)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìpopo\":[{\"word\":\"ìpopo\",\"wordClass\":\"NNC\",\"definitions\":[\"(also ìpopo osisi) sapling (= opòpò)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"irò\":[{\"word\":\"irò\",\"wordClass\":\"NNC\",\"definitions\":[\"story told in song; fable\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"iru anyanwū\":[{\"word\":\"iru anyanwū\",\"wordClass\":\"NNC\",\"definitions\":[\"sun\",\"sky\"],\"examples\":[],\"variations\":[],\"stems\":[\"iru\"]}],\"iru mmà\":[{\"word\":\"iru mmà\",\"wordClass\":\"NNC\",\"definitions\":[\"edge (of a knife)\"],\"examples\":[],\"variations\":[],\"stems\":[\"iru\",\"mmà\"]}],\"iru naàbò\":[{\"word\":\"iru naàbò\",\"wordClass\":\"CD\",\"definitions\":[\"hypocrite; hypocrisy (literally with double face)\"],\"examples\":[{\"igbo\":\"Nwokē afù bù onye iru naàbò\",\"english\":\"That man is a hypocrite\"}],\"variations\":[],\"stems\":[\"iru\",\"ìbùọ\"]}],\"iru nà àzụ\":[{\"word\":\"iru nà àzụ\",\"wordClass\":\"NNC\",\"definitions\":[\"backwards and forwards; up and down; to and fro\"],\"examples\":[],\"variations\":[],\"stems\":[\"iru\"]}],\"iru nà iru\":[{\"word\":\"iru nà iru\",\"wordClass\":\"NNC\",\"definitions\":[\"face to face\"],\"examples\":[],\"variations\":[],\"stems\":[\"iru\"]}],\"iru ọcha\":[{\"word\":\"iru ọcha\",\"wordClass\":\"NNC\",\"definitions\":[\"cheerfulness;\"],\"examples\":[{\"igbo\":\"Ọ bù mmadù iru ọcha\",\"english\":\"He is a cheerful person\"}],\"variations\":[],\"stems\":[\"iru\"]}],\"iru ọjọō\":[{\"word\":\"iru ọjọō\",\"wordClass\":\"NNC\",\"definitions\":[\"bad omen\"],\"examples\":[],\"variations\":[],\"stems\":[\"iru\",\"ọjọō\"]}],\"iru ọma\":[{\"word\":\"iru ọma\",\"wordClass\":\"NNC\",\"definitions\":[\"favour; goodness; good omen\"],\"examples\":[],\"variations\":[],\"stems\":[\"iru\",\"ọma\"]}],\"-chelịta iru\":[{\"word\":\"-chelịta iru\",\"wordClass\":\"NNC\",\"definitions\":[\"face; direct gaze against, towards\"],\"examples\":[{\"igbo\":\"Ọ nà-èchelịta afīa iru\",\"english\":\"It is facing the market\"}],\"variations\":[],\"stems\":[\"iru\",\"-lị(-ta)\"]}],\"-je n’iru\":[{\"word\":\"-je n’iru\",\"wordClass\":\"AV\",\"definitions\":[\"go forward; go in front\"],\"examples\":[],\"variations\":[],\"stems\":[\"iru\",\"-je\"]}],\"-kpù iru\":[{\"word\":\"-kpù iru\",\"wordClass\":\"AV\",\"definitions\":[\"upset; overturn; turn upside down\",\"upset; overturn; turn upside down Ì chòlù ikpù ofe iru#? Do you want to overturn the soup?\"],\"examples\":[],\"variations\":[],\"stems\":[\"iru\",\"-kpù\"]}],\"-menye ifele n’iru\":[{\"word\":\"-menye ifele n’iru\",\"wordClass\":\"NNC\",\"definitions\":[\"abash (literally bring shame to one's face)\"],\"examples\":[],\"variations\":[],\"stems\":[\"iru\"]}],\"mkpọchi n’iru\":[{\"word\":\"mkpọchi n’iru\",\"wordClass\":\"NNC\",\"definitions\":[\"anything fastened on forehead or in front\",\"anything fastened on forehead or in front of (something)\"],\"examples\":[],\"variations\":[],\"stems\":[\"iru\",\"mkpọchi\"]}],\"mkpọniiru\":[{\"word\":\"mkpọniiru\",\"wordClass\":\"NNC\",\"definitions\":[\"anything fastened on forehead or in front of (something)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"n’iru\":[{\"word\":\"n’iru\",\"wordClass\":\"NNC\",\"definitions\":[\"forward; before (of place)\"],\"examples\":[],\"variations\":[],\"stems\":[\"iru\"]}],\"n’iru òrà\":[{\"word\":\"n’iru òrà\",\"wordClass\":\"NNC\",\"definitions\":[\"in public; publicly\"],\"examples\":[],\"variations\":[],\"stems\":[\"iru\",\"òrà\"]}],\"ǹkè irū kà\":[{\"word\":\"ǹkè irū kà\",\"wordClass\":\"NNC\",\"definitions\":[\"that to come is greater\",\"personal name\",\"female name\"],\"examples\":[],\"variations\":[],\"stems\":[\"iru\",\"ǹkè\"]}],\"ǹkù irū\":[{\"word\":\"ǹkù irū\",\"wordClass\":\"NNC\",\"definitions\":[\"forehead\"],\"examples\":[],\"variations\":[],\"stems\":[\"iru\",\"ǹkù\"]}],\"-nye iru\":[{\"word\":\"-nye iru\",\"wordClass\":\"NNC\",\"definitions\":[\"face\",\"pay attention to\"],\"examples\":[],\"variations\":[],\"stems\":[\"iru\",\"-nyefè\"]}],\"obodobo irū\":[{\"word\":\"obodobo irū\",\"wordClass\":\"NNC\",\"definitions\":[\"broad face\"],\"examples\":[],\"variations\":[],\"stems\":[\"iru\",\"obodobo\"]}],\"òdìniiru\":[{\"word\":\"òdìniiru\",\"wordClass\":\"NNC\",\"definitions\":[\"that which is to come\",\"cult of the face, symbolizing one's commanding personality and influence, symbolized by a wooden chalice\",\"future\"],\"examples\":[],\"variations\":[],\"stems\":[\"iru\",\"ọdàchi\"]}],\"iru\":[{\"word\":\"iru\",\"wordClass\":\"NNC\",\"definitions\":[\"face; front; forward part\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìrùrù mmanụ\":[{\"word\":\"ìrùrù mmanụ\",\"wordClass\":\"NNC\",\"definitions\":[\"water lettuce (Pistia stratiotes Linn.)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ife īse\":[{\"word\":\"ife īse\",\"wordClass\":\"\",\"definitions\":[\"five things\"],\"examples\":[],\"variations\":[\"ife neesè\"],\"stems\":[\"ìse\"]}],\"ìli nà ìse\":[{\"word\":\"ìli nà ìse\",\"wordClass\":\"\",\"definitions\":[\"fifteen\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìse\"]}],\"ìse\":[{\"word\":\"ìse\",\"wordClass\":\"\",\"definitions\":[\"five\",\"So be it! Amen! (Ẹdo (Bini))\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"isi awelē\":[{\"word\":\"isi awelē\",\"wordClass\":\"NNC\",\"definitions\":[\"good luck\"],\"examples\":[],\"variations\":[],\"stems\":[\"isi\"]}],\"isi awō\":[{\"word\":\"isi awō\",\"wordClass\":\"NNC\",\"definitions\":[\"grey hair\"],\"examples\":[],\"variations\":[],\"stems\":[\"isi\"]}],\"isi mmīli\":[{\"word\":\"isi mmīli\",\"wordClass\":\"NNC\",\"definitions\":[\"source of a stream or river\"],\"examples\":[],\"variations\":[],\"stems\":[\"isi\",\"mmilī\"]}],\"isi na ọdù\":[{\"word\":\"isi na ọdù\",\"wordClass\":\"NNC\",\"definitions\":[\"(literally head and tail) substance, meaning (especially of speech)\"],\"examples\":[],\"variations\":[],\"stems\":[\"isi\"]}],\"isi njedebe\":[{\"word\":\"isi njedebe\",\"wordClass\":\"AV\",\"definitions\":[\"end, finish\",\"end; finish\"],\"examples\":[{\"igbo\":\"Ànyị èlugo n’isi njedebe òbòdò afù\",\"english\":\"We have reached the end of that town\"}],\"variations\":[],\"stems\":[\"isi\",\"-je\"]}],\"isi nkwọcha\":[{\"word\":\"isi nkwọcha\",\"wordClass\":\"NNC\",\"definitions\":[\"baldness\",\"baldness; bald head (i.e. as if head has been scraped)\"],\"examples\":[{\"igbo\":\"O nwè isi nkwọcha\",\"english\":\"He is bald\"}],\"variations\":[],\"stems\":[\"isi\",\"-kwọ\"]}],\"Isi Ōji\":[{\"word\":\"Isi Ōji\",\"wordClass\":\"NNC\",\"definitions\":[\"Africa; Africans; Black race\"],\"examples\":[],\"variations\":[],\"stems\":[\"isi\",\"òji\"]}],\"Ndi Isi Ōji\":[{\"word\":\"Ndi Isi Ōji\",\"wordClass\":\"NNC\",\"definitions\":[\"the Africans\",\"the Africans; the Black race\"],\"examples\":[],\"variations\":[],\"stems\":[\"isi\",\"ndị\",\"òji\"]}],\"Òbòdò Isi Ōji\":[{\"word\":\"Òbòdò Isi Ōji\",\"wordClass\":\"NNC\",\"definitions\":[\"Africa\"],\"examples\":[],\"variations\":[],\"stems\":[\"isi\",\"òbòdò\",\"òji\"]}],\"isi okwū\":[{\"word\":\"isi okwū\",\"wordClass\":\"NNC\",\"definitions\":[\"meaning of a word or speech\",\"meaning of the word\"],\"examples\":[{\"igbo\":\"Ife o kwùlù enwērọ isi\",\"english\":\"What he said makes no sense\"}],\"variations\":[],\"stems\":[\"isi\",\"okwu\"]}],\"isi ọjọō\":[{\"word\":\"isi ọjọō\",\"wordClass\":\"NNC\",\"definitions\":[\"bad luck\"],\"examples\":[],\"variations\":[],\"stems\":[\"isi\",\"ọjọō\"]}],\"isi ọma\":[{\"word\":\"isi ọma\",\"wordClass\":\"NNC\",\"definitions\":[\"good luck\"],\"examples\":[],\"variations\":[],\"stems\":[\"isi\",\"ọma\"]}],\"isi ōwụwa\":[{\"word\":\"isi ōwụwa\",\"wordClass\":\"NNC\",\"definitions\":[\"headache; fever\"],\"examples\":[],\"variations\":[],\"stems\":[\"isi\"]}],\"isi òzàlà\":[{\"word\":\"isi òzàlà\",\"wordClass\":\"NNC\",\"definitions\":[\"edge of grassland, wilderness\",\"edge of òzàlà\"],\"examples\":[],\"variations\":[],\"stems\":[\"isi\",\"òzàlà\"]}],\"isi ụkwū\":[{\"word\":\"isi ụkwū\",\"wordClass\":\"NNC\",\"definitions\":[\"big toe\"],\"examples\":[],\"variations\":[],\"stems\":[\"isi\",\"ụkwụ\"]}],\"isi ūtabà\":[{\"word\":\"isi ūtabà\",\"wordClass\":\"NNC\",\"definitions\":[\"head of tobacco\"],\"examples\":[],\"variations\":[],\"stems\":[\"isi\",\"ùtabà\"]}],\"-cha isi awō\":[{\"word\":\"-cha isi awō\",\"wordClass\":\"NNC\",\"definitions\":[\"turn grey (of originally black hair)\"],\"examples\":[],\"variations\":[],\"stems\":[\"isi\"]}],\"enwē isi\":[{\"word\":\"enwē isi\",\"wordClass\":\"NNC\",\"definitions\":[\"useless\"],\"examples\":[],\"variations\":[],\"stems\":[\"isi\"]}],\"ìchàfù isī\":[{\"word\":\"ìchàfù isī\",\"wordClass\":\"NNC\",\"definitions\":[\"head-tie\",\"headtie\"],\"examples\":[],\"variations\":[],\"stems\":[\"isi\",\"ìchàfù\"]}],\"-kọcha isi\":[{\"word\":\"-kọcha isi\",\"wordClass\":\"AV\",\"definitions\":[\"shave\",\"shave head\"],\"examples\":[],\"variations\":[],\"stems\":[\"isi\",\"-kọ\"]}],\"-kọ isi\":[{\"word\":\"-kọ isi\",\"wordClass\":\"AV\",\"definitions\":[\"shave; barb\",\"shave head; barb\"],\"examples\":[],\"variations\":[],\"stems\":[\"isi\",\"-kọ\"]}],\"-kpàcha isi\":[{\"word\":\"-kpàcha isi\",\"wordClass\":\"AV\",\"definitions\":[\"crop, barb, shave hair\",\"barb; cut hair\"],\"examples\":[],\"variations\":[],\"stems\":[\"isi\",\"-kpà\"]}],\"-kpà isi\":[{\"word\":\"-kpà isi\",\"wordClass\":\"AV\",\"definitions\":[\"plait hair\"],\"examples\":[],\"variations\":[],\"stems\":[\"isi\",\"-kpà\"]}],\"-kpocha isi\":[{\"word\":\"-kpocha isi\",\"wordClass\":\"AV\",\"definitions\":[\"cut hair (of head) very low (literally gather and remove)\",\"be bald Nwoke  afù kpòchàlù isi That man is bald\"],\"examples\":[],\"variations\":[],\"stems\":[\"isi\",\"-kpo\"]}],\"-kwàkọ isi nà isi\":[{\"word\":\"-kwàkọ isi nà isi\",\"wordClass\":\"NNC\",\"definitions\":[\"set people at loggerheads\"],\"examples\":[],\"variations\":[],\"stems\":[\"isi\"]}],\"-kwe n’isi\":[{\"word\":\"-kwe n’isi\",\"wordClass\":\"NNC\",\"definitions\":[\"nod the head\"],\"examples\":[],\"variations\":[],\"stems\":[\"isi\"]}],\"ndi isī\":[{\"word\":\"ndi isī\",\"wordClass\":\"NNC\",\"definitions\":[\"chiefs; headmen\",\"chiefs, headmen\"],\"examples\":[],\"variations\":[],\"stems\":[\"isi\",\"ndị\"]}],\"nkonko isī\":[{\"word\":\"nkonko isī\",\"wordClass\":\"NNC\",\"definitions\":[\"the skull\"],\"examples\":[],\"variations\":[],\"stems\":[\"isi\",\"nkonko\"]}],\"ntùtù isī\":[{\"word\":\"ntùtù isī\",\"wordClass\":\"NNC\",\"definitions\":[\"hair of head\"],\"examples\":[],\"variations\":[],\"stems\":[\"isi\",\"ntùtù\"]}],\"-nụpù isī\":[{\"word\":\"-nụpù isī\",\"wordClass\":\"NNC\",\"definitions\":[\"be disobedient; rebel; revolt\"],\"examples\":[],\"variations\":[],\"stems\":[\"isi\"]}],\"-nwe isi\":[{\"word\":\"-nwe isi\",\"wordClass\":\"NNC\",\"definitions\":[\"be reasonable; be successful, fruitful\"],\"examples\":[],\"variations\":[],\"stems\":[\"isi\",\"-nwe\"]}],\"-nwe isi awelē\":[{\"word\":\"-nwe isi awelē\",\"wordClass\":\"NNC\",\"definitions\":[\"be lucky; have good luck\"],\"examples\":[],\"variations\":[],\"stems\":[\"isi\"]}],\"-nyà isi\":[{\"word\":\"-nyà isi\",\"wordClass\":\"NNC\",\"definitions\":[\"boast\"],\"examples\":[],\"variations\":[],\"stems\":[\"isi\",\"-nyà\"]}],\"okpokolo isī\":[{\"word\":\"okpokolo isī\",\"wordClass\":\"NNC\",\"definitions\":[\"skull, cranium\",\"(fig.) empty-headedness; foolishness\",\"skull; cranium\",\"(fig.) empty-headedness, foolishness\"],\"examples\":[],\"variations\":[],\"stems\":[\"isi\",\"okpokolo\"]}],\"onye isī\":[{\"word\":\"onye isī\",\"wordClass\":\"NNC\",\"definitions\":[\"head; chief; champion; leader\",\"head; headman; leader; boss\"],\"examples\":[],\"variations\":[],\"stems\":[\"isi\",\"onye\"]}],\"onye isi òchịchị\":[{\"word\":\"onye isi òchịchị\",\"wordClass\":\"NNC\",\"definitions\":[\"head of state\"],\"examples\":[{\"igbo\":\"Yâ bù onye isi òchịchị ndi Fraǹs\",\"english\":\"He is the Head of State of France\"}],\"variations\":[],\"stems\":[\"isi\"]}],\"òsusu isī\":[{\"word\":\"òsusu isī\",\"wordClass\":\"NNC\",\"definitions\":[\"lock, coil of hair\"],\"examples\":[],\"variations\":[],\"stems\":[\"isi\"]}],\"òti īsi\":[{\"word\":\"òti īsi\",\"wordClass\":\"AV\",\"definitions\":[\"headache (literally head-knocker)\",\"headache\"],\"examples\":[{\"igbo\":\"Òti īsi nà-èti m\",\"english\":\"I have a headache\"}],\"variations\":[],\"stems\":[\"isi\",\"òti\",\"-ti\"]}],\"òwu isī\":[{\"word\":\"òwu isī\",\"wordClass\":\"NNC\",\"definitions\":[\"black cotton thread used by women for plaiting the hair\"],\"examples\":[],\"variations\":[],\"stems\":[\"isi\",\"òwu\"]}],\"ọkìlị mgbawa īsi\":[{\"word\":\"ọkìlị mgbawa īsi\",\"wordClass\":\"AV\",\"definitions\":[\"very severe chronic headache (= ọyà isī)\",\"constant severe head-ache, believed to be caused by medicine involving ọkìlì\",\"very severe headache\"],\"examples\":[],\"variations\":[],\"stems\":[\"isi\",\"ọkìlì\",\"-wa\"]}],\"òkọ īsi\":[{\"word\":\"òkọ īsi\",\"wordClass\":\"AV\",\"definitions\":[\"barber\",\"barbar\"],\"examples\":[],\"variations\":[],\"stems\":[\"isi\",\"-kọ\",\"ọkọ\"]}],\"òkpụ īsi\":[{\"word\":\"òkpụ īsi\",\"wordClass\":\"NNC\",\"definitions\":[\"shaver; barber\",\"ringworm of the head (tinea capitis)\",\"barber; shaver\"],\"examples\":[{\"igbo\":\"Òkpụ īsi adīrọ n’isi m#\",\"english\":\"There is no ringworm on my scalp\"}],\"variations\":[],\"stems\":[\"isi\",\"òkpụ\"]}],\"òkpụ īsi elī ngo\":[{\"word\":\"òkpụ īsi elī ngo\",\"wordClass\":\"NNC\",\"definitions\":[\"ringworm of the head (tinea capitis) (literally barber who receives no pay)\",\"ringworm\"],\"examples\":[],\"variations\":[],\"stems\":[\"isi\",\"ngo\",\"òkpụ\"]}],\"ọyà isī\":[{\"word\":\"ọyà isī\",\"wordClass\":\"NNC\",\"definitions\":[\"chronic severe headache (= ọkìlị mgbawa īsi)\",\"sickness characterized by constant severe headache; sufferer often shaves his hair to apply medicine (= ọkìlị mgbawa īsi)\"],\"examples\":[],\"variations\":[],\"stems\":[\"isi\",\"ọyà\"]}],\"-pionye isi\":[{\"word\":\"-pionye isi\",\"wordClass\":\"AV\",\"definitions\":[\"push the head in through small opening\"],\"examples\":[],\"variations\":[],\"stems\":[\"isi\",\"-pio\"]}],\"-ra isi\":[{\"word\":\"-ra isi\",\"wordClass\":\"AV\",\"definitions\":[\"comb (hair of head)\",\"comb the hair\",\"comb (hair of head)\"],\"examples\":[{\"igbo\":\"Anà m àchọ ịrā isi m#\",\"english\":\"I want to comb my hair\"}],\"variations\":[],\"stems\":[\"isi\",\"ǹra\",\"-ra\"]}],\"-rube isi\":[{\"word\":\"-rube isi\",\"wordClass\":\"AV\",\"definitions\":[\"incline the head; obey; submit; be loyal to; give respect to\"],\"examples\":[{\"igbo\":\"Afùlù m Ọjì n’anya màkà nà ọ nà-èrubelụ m isi\",\"english\":\"I like Ọjị because he obeys me\"},{\"igbo\":\"Ọ nà-èrubelu ezè isi\",\"english\":\"He is loyal to the king\"},{\"igbo\":\"Nwokē afù anārọ èrubelu ndi ọchịchị isi\",\"english\":\"The man gives no respect to people in authority\"}],\"variations\":[],\"stems\":[\"isi\",\"-ru\"]}],\"-ti isi\":[{\"word\":\"-ti isi\",\"wordClass\":\"AV\",\"definitions\":[\"butt, knock with head (like fighting man)\"],\"examples\":[],\"variations\":[],\"stems\":[\"isi\",\"-ti\"]}],\"isi\":[{\"word\":\"isi\",\"wordClass\":\"NNC\",\"definitions\":[\"head; chief; sense; meaning; issue\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-ma isì\":[{\"word\":\"-ma isì\",\"wordClass\":\"AV\",\"definitions\":[\"smell\"],\"examples\":[],\"variations\":[],\"stems\":[\"isì\",\"-ma\"]}],\"-nụ isì\":[{\"word\":\"-nụ isì\",\"wordClass\":\"AV\",\"definitions\":[\"smell; scent\"],\"examples\":[],\"variations\":[],\"stems\":[\"isì\",\"-nụ\"]}],\"isì\":[{\"word\":\"isì\",\"wordClass\":\"NNC\",\"definitions\":[\"scent; smell\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kpù ìsì\":[{\"word\":\"-kpù ìsì\",\"wordClass\":\"AV\",\"definitions\":[\"be blind\",\"be blind Ì kpùlù ìsì? Are you blind?\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìsì\",\"-kpù\"]}],\"ndi ìsì\":[{\"word\":\"ndi ìsì\",\"wordClass\":\"NNC\",\"definitions\":[\"blind people\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìsì\",\"ndị\"]}],\"-sọ ìsì\":[{\"word\":\"-sọ ìsì\",\"wordClass\":\"AV\",\"definitions\":[\"walk as though blind\",\"grope; walk as though blind\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìsì\",\"-sọ\"]}],\"ìsì\":[{\"word\":\"ìsì\",\"wordClass\":\"NNC\",\"definitions\":[\"blindness\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìsiì\":[{\"word\":\"ìsiì\",\"wordClass\":\"CD\",\"definitions\":[\"six\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ukwù isò\":[{\"word\":\"ukwù isò\",\"wordClass\":\"NNC\",\"definitions\":[\"base of a pillar of house; pillar of house\"],\"examples\":[],\"variations\":[],\"stems\":[\"isò\",\"ukwù\"]}],\"isò\":[{\"word\":\"isò\",\"wordClass\":\"NNC\",\"definitions\":[\"pillar of house\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìtè Agbāja\":[{\"word\":\"ìtè Agbāja\",\"wordClass\":\"NNC\",\"definitions\":[\"very large pot which can hold some 40 gallons of wine for feasting\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìtè\"]}],\"ìtè alūsị\":[{\"word\":\"ìtè alūsị\",\"wordClass\":\"NNC\",\"definitions\":[\"charm for protecting the family, kept inside the shrine\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìtè\"]}],\"ìtè mmānya\":[{\"word\":\"ìtè mmānya\",\"wordClass\":\"NNC\",\"definitions\":[\"pot for wine\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìtè\"]}],\"ìtè mmīli\":[{\"word\":\"ìtè mmīli\",\"wordClass\":\"NNC\",\"definitions\":[\"water pot\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìtè\"]}],\"ìtè ofē\":[{\"word\":\"ìtè ofē\",\"wordClass\":\"NNC\",\"definitions\":[\"soup pot\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìtè\",\"ofe\"]}],\"ìtè ọkū\":[{\"word\":\"ìtè ọkū\",\"wordClass\":\"NNC\",\"definitions\":[\"lamp (= ùtùkpè)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìtè\"]}],\"òsi ìtè\":[{\"word\":\"òsi ìtè\",\"wordClass\":\"AV\",\"definitions\":[\"cook\",\"metal cooking tripod; cook\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìtè\",\"-si\"]}],\"òkpụ ìtè\":[{\"word\":\"òkpụ ìtè\",\"wordClass\":\"AV\",\"definitions\":[\"potter\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìtè\",\"-kpụ\"]}],\"-si ìtè\":[{\"word\":\"-si ìtè\",\"wordClass\":\"AV\",\"definitions\":[\"cook; boil\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìtè\",\"-si\"]}],\"ìtè\":[{\"word\":\"ìtè\",\"wordClass\":\"NNC\",\"definitions\":[\"pot\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìteghete\":[{\"word\":\"ìteghete\",\"wordClass\":\"\",\"definitions\":[\"see teghete\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìtènaānị\":[{\"word\":\"ìtènaānị\",\"wordClass\":\"CD\",\"definitions\":[\"nine (compare teghete)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"itì\":[{\"word\":\"itì\",\"wordClass\":\"NNC\",\"definitions\":[\"wine from base of crown of nkwụ\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìtì\":[{\"word\":\"ìtì\",\"wordClass\":\"NNC\",\"definitions\":[\"(slang) novice, beginner (at a game, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"iwe obì\":[{\"word\":\"iwe obì\",\"wordClass\":\"NNC\",\"definitions\":[\"ill-nature; malice\"],\"examples\":[],\"variations\":[],\"stems\":[\"iwe\",\"obì\"]}],\"-dị iwe\":[{\"word\":\"-dị iwe\",\"wordClass\":\"NNC\",\"definitions\":[\"annoy\"],\"examples\":[{\"igbo\":\"Ife o mèlù dì m iwe\",\"english\":\"What he did annoys me\"}],\"variations\":[],\"stems\":[\"iwe\"]}],\"-kpani iwe\":[{\"word\":\"-kpani iwe\",\"wordClass\":\"AV\",\"definitions\":[\"provoke to anger\",\"provoke to anger Bikō akpānikwona m iwe Please do not anger me\"],\"examples\":[],\"variations\":[],\"stems\":[\"iwe\",\"-kpa\"]}],\"-kpasu iwe\":[{\"word\":\"-kpasu iwe\",\"wordClass\":\"AV\",\"definitions\":[\"provoke to anger; annoy\",\"provoke to anger; annoy Àsị yā nà-àkpasu m  iwe His lies make me angry, or I am indignant at his lies Àda kpàsùlù nne yā iwe Ada annoyed her mother ÒC bù gịnị  kpàtàlù i jì gbakà iru#n’ùtụtù? Ọ bù Àdâ kpàsùlù m iwe Why did you frown in the morning? It was Ada who annoyed me\"],\"examples\":[],\"variations\":[],\"stems\":[\"iwe\",\"-kpa\"]}],\"mkpasu iwē\":[{\"word\":\"mkpasu iwē\",\"wordClass\":\"NNC\",\"definitions\":[\"spite; provocation\"],\"examples\":[],\"variations\":[],\"stems\":[\"iwe\"]}],\"-sù iwe\":[{\"word\":\"-sù iwe\",\"wordClass\":\"AV\",\"definitions\":[\"sulk\"],\"examples\":[],\"variations\":[],\"stems\":[\"iwe\",\"-sù\"]}],\"-we iwe\":[{\"word\":\"-we iwe\",\"wordClass\":\"AV\",\"definitions\":[\"be angry, annoyed\"],\"examples\":[],\"variations\":[],\"stems\":[\"iwe\",\"-we\"]}],\"-wewụsa iwe\":[{\"word\":\"-wewụsa iwe\",\"wordClass\":\"AV\",\"definitions\":[\"be annoyed, angry against\",\"be annoyed, angry, with; vent anger upon\"],\"examples\":[],\"variations\":[],\"stems\":[\"iwe\",\"-we\"]}],\"mwewụsa iwē\":[{\"word\":\"mwewụsa iwē\",\"wordClass\":\"AV\",\"definitions\":[\"anger, vexation (with a person, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"iwe\",\"-we\"]}],\"iwe\":[{\"word\":\"iwe\",\"wordClass\":\"NNC\",\"definitions\":[\"anger\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìwòlò\":[{\"word\":\"ìwòlò\",\"wordClass\":\"NNC\",\"definitions\":[\"peeled-off skin, slough, of snake\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-dị n’ìwu\":[{\"word\":\"-dị n’ìwu\",\"wordClass\":\"NNC\",\"definitions\":[\"be forbidden, illegal, forbidden by law\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìwu\"]}],\"-mà ìwu\":[{\"word\":\"-mà ìwu\",\"wordClass\":\"NNC\",\"definitions\":[\"make, enact law\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìwu\"]}],\"-mebì ìwu\":[{\"word\":\"-mebì ìwu\",\"wordClass\":\"AV\",\"definitions\":[\"commit crime, offence; break law; sin\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìwu\",\"-me\"]}],\"-ti ìwu\":[{\"word\":\"-ti ìwu\",\"wordClass\":\"AV\",\"definitions\":[\"make, enact law\",\"make, proclaim law\"],\"examples\":[{\"igbo\":\"E tīgo iwu ònye apùtànà ìlo n’anyàsì\",\"english\":\"A law has been passed that no one should come out at nights\"}],\"variations\":[],\"stems\":[\"ìwu\",\"-ti\"]}],\"-wu ìwu\":[{\"word\":\"-wu ìwu\",\"wordClass\":\"AV\",\"definitions\":[\"make law\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìwu\",\"-wu\"]}],\"ìwu\":[{\"word\":\"ìwu\",\"wordClass\":\"NNC\",\"definitions\":[\"law\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìyàji\":[{\"word\":\"ìyàji\",\"wordClass\":\"NNC\",\"definitions\":[\"dyed cloth\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìyèli\":[{\"word\":\"ìyèli\",\"wordClass\":\"NNC\",\"definitions\":[\"earring\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-gba iyī\":[{\"word\":\"-gba iyī\",\"wordClass\":\"NNC\",\"definitions\":[\"bind with an oath; adjure\"],\"examples\":[],\"variations\":[],\"stems\":[\"iyī\"]}],\"-ŋụ iyī\":[{\"word\":\"-ŋụ iyī\",\"wordClass\":\"AV\",\"definitions\":[\"take an oath\",\"take an oath; swear\"],\"examples\":[{\"igbo\":\"Ì nwèlù ike ịŋū iyī?\",\"english\":\"Can you swear it?\"}],\"variations\":[],\"stems\":[\"iyī\",\"-ŋụ\"]}],\"òŋụŋụ iyī\":[{\"word\":\"òŋụŋụ iyī\",\"wordClass\":\"AV\",\"definitions\":[\"oath-taking\",\"stone or any other article used in oath-taking\",\"swearing at (someone); abuse; insult; curse\"],\"examples\":[],\"variations\":[],\"stems\":[\"iyī\",\"-ŋụ\"]}],\"-kpò iyī\":[{\"word\":\"-kpò iyī\",\"wordClass\":\"NNC\",\"definitions\":[\"curse; call on oath; abuse\"],\"examples\":[{\"igbo\":\"Ọ kpò m iyī\",\"english\":\"He abused me\"}],\"variations\":[],\"stems\":[\"iyī\"]}],\"iyī\":[{\"word\":\"iyī\",\"wordClass\":\"NNC\",\"definitions\":[\"oath; spirit on which oath is sworn\",\"water springing from rock; spring; stream\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-na n’iyì\":[{\"word\":\"-na n’iyì\",\"wordClass\":\"AV\",\"definitions\":[\"be useless\",\"become useless, spoilt; be ruined\",\"go away, heal (of sore, cut, etc.)\"],\"examples\":[{\"igbo\":\"Ife o mè nà n’iyì\",\"english\":\"What he has done is useless\"}],\"variations\":[],\"stems\":[\"iyì\",\"-na\"]}],\"ọ nà n’iyì\":[{\"word\":\"ọ nà n’iyì\",\"wordClass\":\"NNC\",\"definitions\":[\"He's no use\"],\"examples\":[{\"igbo\":\"Afịa ọ jè nà n’iyì\",\"english\":\"The trade he did was a loss\"}],\"variations\":[],\"stems\":[\"iyì\"]}],\"iyì\":[{\"word\":\"iyì\",\"wordClass\":\"NNC\",\"definitions\":[\"loss; waste; destruction\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-li izìzì\":[{\"word\":\"-li izìzì\",\"wordClass\":\"NNC\",\"definitions\":[\"tickle\"],\"examples\":[{\"igbo\":\"Ọ nà-èli izìzì n’ọnū\",\"english\":\"It is sour to his taste\"}],\"variations\":[],\"stems\":[\"izìzì\"]}],\"izìzì\":[{\"word\":\"izìzì\",\"wordClass\":\"NNC\",\"definitions\":[\"sharpness, tartness (to taste)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"n’ìzìzì\":[{\"word\":\"n’ìzìzì\",\"wordClass\":\"NNC\",\"definitions\":[\"at first\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìzìzì\"]}],\"ǹke ìzìzì\":[{\"word\":\"ǹke ìzìzì\",\"wordClass\":\"NNC\",\"definitions\":[\"first\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìzìzì\",\"ǹkè\"]}],\"ìzìzì\":[{\"word\":\"ìzìzì\",\"wordClass\":\"NNC\",\"definitions\":[\"the first; the beginning\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"izù ụkà\":[{\"word\":\"izù ụkà\",\"wordClass\":\"NNC\",\"definitions\":[\"week of 7 days (i.e. of church)\",\"(sometimes shortened to ụkà) week of seven days (i.e. of church or mission)\"],\"examples\":[{\"igbo:\":\"Ǹkaà bù ụkà naàbò Àda jì jebe Lagos\",\"english\":\"It is two weeks since Ada left for Lagos or, Ada has been away in Lagos for two weeks now\"}],\"variations\":[],\"stems\":[\"izù\",\"ụkà\"]}],\"kwà izù\":[{\"word\":\"kwà izù\",\"wordClass\":\"PREP\",\"definitions\":[\"weekly\"],\"examples\":[],\"variations\":[],\"stems\":[\"izù\",\"kwà\"]}],\"ǹkwe ìzù\":[{\"word\":\"ǹkwe ìzù\",\"wordClass\":\"NNC\",\"definitions\":[\"one Igbo week; period of 4 days\"],\"examples\":[],\"variations\":[],\"stems\":[\"izù\"]}],\"afịa nkwe ìzù\":[{\"word\":\"afịa nkwe ìzù\",\"wordClass\":\"NNC\",\"definitions\":[\"weekly market (Igbo week)\"],\"examples\":[],\"variations\":[],\"stems\":[\"izù\"]}],\"izù\":[{\"word\":\"izù\",\"wordClass\":\"NNC\",\"definitions\":[\"week\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìzu nzuzo\":[{\"word\":\"ìzu nzuzo\",\"wordClass\":\"NNC\",\"definitions\":[\"secret plot\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìzù\"]}],\"-kpọ ìzù\":[{\"word\":\"-kpọ ìzù\",\"wordClass\":\"AV\",\"definitions\":[\"call a meeting\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìzù\",\"-kpọ\"]}],\"ìzù\":[{\"word\":\"ìzù\",\"wordClass\":\"AV\",\"definitions\":[\"meeting; council; consultation; plot\",\"meeting, council\",\"whisper\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zù\"]}],\"Ị\":[{\"word\":\"Ị\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"Ì pùtago ūla\":[{\"word\":\"Ì pùtago ūla\",\"wordClass\":\"PRN\",\"definitions\":[\"Good morning (literally have you come out of the sleeping-room?\"],\"examples\":[],\"variations\":[],\"stems\":[\"ị\"]}],\"Kèdu kà i mèlù?\":[{\"word\":\"Kèdu kà i mèlù?\",\"wordClass\":\"PRN\",\"definitions\":[\"How are you?\"],\"examples\":[],\"variations\":[],\"stems\":[\"ị\"]}],\"Afùlù m ị\":[{\"word\":\"Afùlù m ị\",\"wordClass\":\"PRN\",\"definitions\":[\"I saw you\"],\"examples\":[],\"variations\":[],\"stems\":[\"ị\"]}],\"ụnò ị\":[{\"word\":\"ụnò ị\",\"wordClass\":\"PRN\",\"definitions\":[\"your house\"],\"examples\":[],\"variations\":[],\"stems\":[\"ị\"]}],\"ǹkè i\":[{\"word\":\"ǹkè i\",\"wordClass\":\"PRN\",\"definitions\":[\"yours\",\"your (sg.); yours; thy; thine\"],\"examples\":[],\"variations\":[\"ǹkè gị\"],\"stems\":[\"ị\",\"ǹkè\"]}],\"ị\":[{\"word\":\"ị\",\"wordClass\":\"PRN\",\"definitions\":[\"(dependent, 2nd person singular; harmonizes with following vowel if subject, and with preceding vowel if object or possessive); you (singular); your (singular\"],\"examples\":[{\"igbo\":\"Ì jèkò èbeē?\",\"english\":\"Where are you going?\"}],\"variations\":[\"i\"],\"stems\":null}],\"ijē\":[{\"word\":\"ijē\",\"wordClass\":\"PREP\",\"definitions\":[\"to go\"],\"examples\":[],\"variations\":[],\"stems\":[\"ị-\"]}],\"ịbà\":[{\"word\":\"ịbà\",\"wordClass\":\"NNC\",\"definitions\":[\"fever (general term, compare akòm)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ị-\":[{\"word\":\"ị-\",\"wordClass\":\"PREP\",\"definitions\":[\"(harmonizes with vowel of verb root) (marks infinitive)\"],\"examples\":[],\"variations\":[\"i-\"],\"stems\":null}],\"ịbà mmānụ\":[{\"word\":\"ịbà mmānụ\",\"wordClass\":\"NNC\",\"definitions\":[\"jaundice accompanied by pronounced coloration of the eyeballs, fingernails and sometimes skin\"],\"examples\":[],\"variations\":[],\"stems\":[\"ịbà\",\"manụ\"]}],\"ịbā ògùlù\":[{\"word\":\"ịbā ògùlù\",\"wordClass\":\"NNC\",\"definitions\":[\"jaundice\"],\"examples\":[],\"variations\":[],\"stems\":[\"ịbà\",\"ògùlù\"]}],\"ịbà ojiī\":[{\"word\":\"ịbà ojiī\",\"wordClass\":\"NNC\",\"definitions\":[\"malaria; jaundice without yellow coloration of eyeballs and fingernails\"],\"examples\":[],\"variations\":[],\"stems\":[\"ịbà\",\"ojiī\"]}],\"ịbà ọcha\":[{\"word\":\"ịbà ọcha\",\"wordClass\":\"NNC\",\"definitions\":[\"yellow jaundice (= ịbà mmānụ)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ịbà\"]}],\"ịbà ukwù anyā\":[{\"word\":\"ịbà ukwù anyā\",\"wordClass\":\"NNC\",\"definitions\":[\"hepatitis\"],\"examples\":[],\"variations\":[],\"stems\":[\"ịbà\"]}],\"ìba\":[{\"word\":\"ìba\",\"wordClass\":\"NNC\",\"definitions\":[\"branch (compare anakā)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìbà\":[{\"word\":\"ìbà\",\"wordClass\":\"NNC\",\"definitions\":[\"ancestral house, typical of Onitsha and corresponding to the òbi of other areas. It is constructed around a rectangular open- air courtyard, one end of which leads to the ùkpò or throne of the household head and the other to the entrance, beyond which is an open meeting-place (ọnụ ìbà). All rooms are within coursed mud walls (Henderson 1972 167)\",\"unpounded garri\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"èfifìè naàbò\":[{\"word\":\"èfifìè naàbò\",\"wordClass\":\"CD\",\"definitions\":[\"noonday\"],\"examples\":[],\"variations\":[\"efìfìè naàbò\"],\"stems\":[\"ìbùọ\"]}],\"-kwu ọnụ naàbò\":[{\"word\":\"-kwu ọnụ naàbò\",\"wordClass\":\"CD\",\"definitions\":[\"speak hypocritically\",\"say different things on different occasions or to different people\",\"speak deceitfully\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìbùọ\",\"-kwu\",\"ọnū\"]}],\"mmaji naàbò\":[{\"word\":\"mmaji naàbò\",\"wordClass\":\"CD\",\"definitions\":[\"two-fold\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìbùọ\",\"-ma-ji\"]}],\"ǹke àbùa\":[{\"word\":\"ǹke àbùa\",\"wordClass\":\"CD\",\"definitions\":[\"second\"],\"examples\":[],\"variations\":[\"ìbùọ\"],\"stems\":[\"ìbùọ\"]}],\"ọgụ ìbùa\":[{\"word\":\"ọgụ ìbùa\",\"wordClass\":\"CD\",\"definitions\":[\"forty\"],\"examples\":[],\"variations\":[\"àbùa\"],\"stems\":[\"ìbùọ\"]}],\"òkàla naàbò\":[{\"word\":\"òkàla naàbò\",\"wordClass\":\"CD\",\"definitions\":[\"two halves\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìbùọ\"]}],\"ùgbòlò naàbò\":[{\"word\":\"ùgbòlò naàbò\",\"wordClass\":\"CD\",\"definitions\":[\"twice; two times\"],\"examples\":[{\"igbo\":\"Ejēgo m ụnò ọgwù ùgbòlò naàbò\",\"english\":\"I have been to the hospital twice\"}],\"variations\":[],\"stems\":[\"ìbùọ\",\"ùgbòlò\"]}],\"ụmù naàbò\":[{\"word\":\"ụmù naàbò\",\"wordClass\":\"CD\",\"definitions\":[\"twins\",\"twins (compare ụmū èjìma)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìbùọ\",\"ụmù\"]}],\"ìbùọ\":[{\"word\":\"ìbùọ\",\"wordClass\":\"CD\",\"definitions\":[\"(counting form); naàbò (qualifying form) two\"],\"examples\":[],\"variations\":[\"ìbùa\",\"àbùa\"],\"stems\":null}],\"-sùlụ ìchàfù n’isi\":[{\"word\":\"-sùlụ ìchàfù n’isi\",\"wordClass\":\"NNC\",\"definitions\":[\"put on headtie\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìchàfù\"]}],\"ìchàfù\":[{\"word\":\"ìchàfù\",\"wordClass\":\"NNC\",\"definitions\":[\"headtie; handkerchief\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ịchō\":[{\"word\":\"ịchō\",\"wordClass\":\"NNC\",\"definitions\":[\"the board game, mancala, warri, game like Yoruba ayo\"],\"examples\":[{\"igbo\":\"Kà ànyị sụa ịchō\",\"english\":\"Let's play ịchō (compare ǹchòkòtò)\"}],\"variations\":[],\"stems\":null}],\"ịfe\":[{\"word\":\"ịfe\",\"wordClass\":\"\",\"definitions\":[\"see ife\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ịfelē\":[{\"word\":\"ịfelē\",\"wordClass\":\"\",\"definitions\":[\"see ifelē\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ịfùlụfū àgwà\":[{\"word\":\"ịfùlụfū àgwà\",\"wordClass\":\"NNC\",\"definitions\":[\"pod of beans\"],\"examples\":[],\"variations\":[],\"stems\":[\"ịfùlịfū\"]}],\"ịfùlịfū\":[{\"word\":\"ịfùlịfū\",\"wordClass\":\"NNC\",\"definitions\":[\"scrap; morsel\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ịfùlìfù\":[{\"word\":\"ịfùlìfù\",\"wordClass\":\"NNC\",\"definitions\":[\"\\\"up-wine\\\" from crown of oil-palm\"],\"examples\":[],\"variations\":[\"ọfùlìfǔ\"],\"stems\":null}],\"-kù ịgà\":[{\"word\":\"-kù ịgà\",\"wordClass\":\"AV\",\"definitions\":[\"put in fetters; handcuff\"],\"examples\":[],\"variations\":[],\"stems\":[\"ịgà\",\"-kù\"]}],\"ịgà\":[{\"word\":\"ịgà\",\"wordClass\":\"NNC\",\"definitions\":[\"fetters; handcuffs\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìgọlọ\":[{\"word\":\"ìgọlọ\",\"wordClass\":\"NNC\",\"definitions\":[\"shin\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìgba ègèdè\":[{\"word\":\"ìgba ègèdè\",\"wordClass\":\"NNC\",\"definitions\":[\"drum in pairs, used by dibìà\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìgbà\"]}],\"ìgbà ijelè\":[{\"word\":\"ìgbà ijelè\",\"wordClass\":\"NNC\",\"definitions\":[\"drum or music for the ijelè masquerade\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìgbà\"]}],\"ìgbà ogwè\":[{\"word\":\"ìgbà ogwè\",\"wordClass\":\"NNC\",\"definitions\":[\"tall standing drum used to play abìà music\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìgbà\"]}],\"ìgbà akā\":[{\"word\":\"ìgbà akā\",\"wordClass\":\"NNC\",\"definitions\":[\"an arm-band of skin worn on the upper arm at funerals; a similar arm-band, but made of iron, used as a charm against bullets\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìgbà\"]}],\"ìgbà\":[{\"word\":\"ìgbà\",\"wordClass\":\"NNC\",\"definitions\":[\"drum (general name)\",\"used in\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ìgbàdikē\":[{\"word\":\"ìgbàdikē\",\"wordClass\":\"NNC\",\"definitions\":[\"type of dance with masquerade\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ịjaàrì\":[{\"word\":\"ịjaàrì\",\"wordClass\":\"NNC\",\"definitions\":[\"a general name for fish of the family Schilbeidae (= ideèlè)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"onye ìkòlịìkò\":[{\"word\":\"onye ìkòlịìkò\",\"wordClass\":\"NNC\",\"definitions\":[\"one melancholy or slightly mad\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìkòlịìkò\",\"onye\"]}],\"ìkòlịìkò\":[{\"word\":\"ìkòlịìkò\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìkpa\":[{\"word\":\"ìkpa\",\"wordClass\":\"NNC\",\"definitions\":[\"rascality\"],\"examples\":[{\"igbo\":\"Ọ nà-ème īkpa\",\"english\":\"He is a born rascal\"}],\"variations\":[],\"stems\":null}],\"-ti ìkpà\":[{\"word\":\"-ti ìkpà\",\"wordClass\":\"AV\",\"definitions\":[\"box; strike with fist\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìkpà\",\"-ti\"]}],\"ìkpà\":[{\"word\":\"ìkpà\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ịkpàkele\":[{\"word\":\"ịkpàkele\",\"wordClass\":\"NNC\",\"definitions\":[\"ground corn mixed with oil condiments, and fried\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ịkpàkpaà\":[{\"word\":\"ịkpàkpaà\",\"wordClass\":\"NNC\",\"definitions\":[\"a food produced from maize\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìkpata ụkwū\":[{\"word\":\"ìkpata ụkwū\",\"wordClass\":\"NNC\",\"definitions\":[\"hoof\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìkpata\"]}],\"ìkpata\":[{\"word\":\"ìkpata\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ife naanō\":[{\"word\":\"ife naanō\",\"wordClass\":\"CD\",\"definitions\":[\"four things\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìnọ\"]}],\"ọgụ īnọ\":[{\"word\":\"ọgụ īnọ\",\"wordClass\":\"CD\",\"definitions\":[\"eighty\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìnọ\"]}],\"ìnọ\":[{\"word\":\"ìnọ\",\"wordClass\":\"CD\",\"definitions\":[\"(counting form); naanō, naanò (qualifying form) four\"],\"examples\":[],\"variations\":[\"ànọ\"],\"stems\":null}],\"ìnyàǹga\":[{\"word\":\"ìnyàǹga\",\"wordClass\":\"NNC\",\"definitions\":[\"parade; bluff; showing-off\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìnyìnyà ibū\":[{\"word\":\"ìnyìnyà ibū\",\"wordClass\":\"NNC\",\"definitions\":[\"ass\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìnyìnyà\"]}],\"ìnyìnyà\":[{\"word\":\"ìnyìnyà\",\"wordClass\":\"NNC\",\"definitions\":[\"horse\"],\"examples\":[],\"variations\":[\"ànyìnyà\"],\"stems\":null}],\"ìŋàrịì\":[{\"word\":\"ìŋàrịì\",\"wordClass\":\"NNC\",\"definitions\":[\"millet\"],\"examples\":[{\"igbo\":\"Ìŋàrịì bù nwannē mkpụlụ ajā\",\"english\":\"Millet grains are as small as a grain of sand\"}],\"variations\":[],\"stems\":null}],\"ǹke īsaà\":[{\"word\":\"ǹke īsaà\",\"wordClass\":\"CD\",\"definitions\":[\"the seventh; seventh\",\"(the) seventh\"],\"examples\":[{\"igbo\":\"Ànyị gà-àna ụnò n’ọnwa ǹke īsaà\",\"english\":\"We shall go home in the seventh month\"}],\"variations\":[],\"stems\":[\"ìsaà\",\"ǹkè\"]}],\"ọnwa īsaà\":[{\"word\":\"ọnwa īsaà\",\"wordClass\":\"CD\",\"definitions\":[\"seven months; seventh month (July)\"],\"examples\":[{\"igbo\":\"Ọ gà-àbịa n’ọnwa īsaà\",\"english\":\"He will come in the seventh month\"}],\"variations\":[],\"stems\":[\"ìsaà\",\"ọnwa\"]}],\"ìsaà\":[{\"word\":\"ìsaà\",\"wordClass\":\"CD\",\"definitions\":[\"seven (counting form); naasāà (qualifying form)\"],\"examples\":[{\"igbo\":\"Chìtalụ m#òlòma naasāà\",\"english\":\"Bring me seven oranges\"}],\"variations\":[\"àsaà\"],\"stems\":null}],\"ǹke īsatọ\":[{\"word\":\"ǹke īsatọ\",\"wordClass\":\"CD\",\"definitions\":[\"the eighth\",\"(the) eighth\"],\"examples\":[{\"igbo\":\"Èjìmâ bù onye ǹke īsatọ\",\"english\":\"Ejima is the eighth person, or Ejima is in the eighth position\"}],\"variations\":[],\"stems\":[\"ìsatō\",\"ǹkè\"]}],\"ọnwa āsatọ\":[{\"word\":\"ọnwa āsatọ\",\"wordClass\":\"CD\",\"definitions\":[\"eighth month\"],\"examples\":[{\"igbo\":\"Ọ nwùlù n’ọnwa āsatọ\",\"english\":\"He died in the eighth month\"}],\"variations\":[],\"stems\":[\"ìsatō\"]}],\"ìsatō\":[{\"word\":\"ìsatō\",\"wordClass\":\"CD\",\"definitions\":[\"eight, eighth (counting form); naasātọ (qualifying form)\"],\"examples\":[{\"igbo\":\"Ọ dì ji naasātọ n’ime ǹkàtà\",\"english\":\"There are eight yams in the basket\"}],\"variations\":[\"àsatō\"],\"stems\":null}],\"ìsha\":[{\"word\":\"ìsha\",\"wordClass\":\"NNC\",\"definitions\":[\"shrimp; crayfish\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-ta ịta\":[{\"word\":\"-ta ịta\",\"wordClass\":\"AV\",\"definitions\":[\"win stakes in a game\"],\"examples\":[],\"variations\":[],\"stems\":[\"ịta\",\"-ta\"]}],\"ịta\":[{\"word\":\"ịta\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-tà ịtà\":[{\"word\":\"-tà ịtà\",\"wordClass\":\"AV\",\"definitions\":[\"bear witness (usually of native doctor pointing out guilty person)\",\"narrate a fable\"],\"examples\":[],\"variations\":[],\"stems\":[\"ịtà\",\"-tà\"]}],\"onye ịtà\":[{\"word\":\"onye ịtà\",\"wordClass\":\"NNC\",\"definitions\":[\"someone who gives evidence of harm done by sorcery\",\"a witness\"],\"examples\":[],\"variations\":[],\"stems\":[\"ịtà\",\"onye\"]}],\"ịtà\":[{\"word\":\"ịtà\",\"wordClass\":\"NNC\",\"definitions\":[\"act of pointing out guilty person by native doctor\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-pịa ìtàlì\":[{\"word\":\"-pịa ìtàlì\",\"wordClass\":\"AV\",\"definitions\":[\"flog with whip; whip; chastise\"],\"examples\":[{\"igbo\":\"Onye nkụzi nà-àpịa ụmù akwụkwọ ịtàlì\",\"english\":\"The teacher is caning the pupils\"}],\"variations\":[],\"stems\":[\"ìtàlì\",\"-pịa\"]}],\"ìtàlì\":[{\"word\":\"ìtàlì\",\"wordClass\":\"NNC\",\"definitions\":[\"cane (for thrashing)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"naātọ\":[{\"word\":\"naātọ\",\"wordClass\":\"CD\",\"definitions\":[\"three (qualifying form, compare ìtọ)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ndùdùgandū ǹke\":[{\"word\":\"ndùdùgandū ǹke\",\"wordClass\":\"CD\",\"definitions\":[\"third generation\",\"fourth generation\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìtọ\",\"ndùdùgandù\"]}],\"ītọ\":[{\"word\":\"ītọ\",\"wordClass\":\"CD\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":[\"ìtọ\"]}],\"ìtọ\":[{\"word\":\"ìtọ\",\"wordClass\":\"CD\",\"definitions\":[\"three (counting form)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìwàlàgàdà ụkwū\":[{\"word\":\"ìwàlàgàdà ụkwū\",\"wordClass\":\"NNC\",\"definitions\":[\"disease around groin\"],\"examples\":[],\"variations\":[],\"stems\":[\"ìwàlàgàdà\"]}],\"ìwàlàgàdà\":[{\"word\":\"ìwàlàgàdà\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìyaà\":[{\"word\":\"ìyaà\",\"wordClass\":\"INTJ\",\"definitions\":[\"exclamation of assent or pleasure; very good! excellent! fine!\"],\"examples\":[],\"variations\":[\"ìyaa\"],\"stems\":null}],\"J\":[{\"word\":\"J\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"-ja ike\":[{\"word\":\"-ja ike\",\"wordClass\":\"AV\",\"definitions\":[\"praise\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ja\"]}],\"-ja\":[{\"word\":\"-ja\",\"wordClass\":\"AV\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"jà\":[{\"word\":\"jà\",\"wordClass\":\"AV\",\"definitions\":[\"cut\"],\"examples\":[{\"igbo\":\"Òkeēke wèe jàa onye orī mmà\",\"english\":\"Then Okeeke cut the thief with a matchet\"}],\"variations\":[],\"stems\":null}],\"òjije\":[{\"word\":\"òjije\",\"wordClass\":\"AV\",\"definitions\":[\"outwards (of a journey)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-je\"]}],\"njedebe\":[{\"word\":\"njedebe\",\"wordClass\":\"AV\",\"definitions\":[\"end; finish; terminus\"],\"examples\":[],\"variations\":[],\"stems\":[\"-je\"]}],\"-jedèbe\":[{\"word\":\"-jedèbe\",\"wordClass\":\"AV\",\"definitions\":[\"go near\"],\"examples\":[],\"variations\":[],\"stems\":[\"-je\"]}],\"-jefù\":[{\"word\":\"-jefù\",\"wordClass\":\"AV\",\"definitions\":[\"go astray; err; get lost when walking, travelling\"],\"examples\":[],\"variations\":[],\"stems\":[\"-je\"]}],\"-jegbu\":[{\"word\":\"-jegbu\",\"wordClass\":\"AV\",\"definitions\":[\"denounce; betray\"],\"examples\":[],\"variations\":[],\"stems\":[\"-je\"]}],\"-je ijè\":[{\"word\":\"-je ijè\",\"wordClass\":\"AV\",\"definitions\":[\"walk; go on a journey\"],\"examples\":[],\"variations\":[],\"stems\":[\"-je\"]}],\"-jekọ\":[{\"word\":\"-jekọ\",\"wordClass\":\"AV\",\"definitions\":[\"meet; encounter; walk together\",\"meet, walk together\"],\"examples\":[],\"variations\":[],\"stems\":[\"-je\",\"-kọ\"]}],\"-jekwudo\":[{\"word\":\"-jekwudo\",\"wordClass\":\"AV\",\"definitions\":[\"catch up and overtake\"],\"examples\":[],\"variations\":[],\"stems\":[\"-je\"]}],\"-jekwulu\":[{\"word\":\"-jekwulu\",\"wordClass\":\"AV\",\"definitions\":[\"go to someone\"],\"examples\":[],\"variations\":[],\"stems\":[\"-je\"]}],\"-jelu\":[{\"word\":\"-jelu\",\"wordClass\":\"AV\",\"definitions\":[\"reach, go up to (a particular point, place)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-je\"]}],\"-jemì\":[{\"word\":\"-jemì\",\"wordClass\":\"AV\",\"definitions\":[\"go far in\"],\"examples\":[],\"variations\":[],\"stems\":[\"-je\"]}],\"-je ozi\":[{\"word\":\"-je ozi\",\"wordClass\":\"AV\",\"definitions\":[\"go with a message; serve; do housework\"],\"examples\":[],\"variations\":[],\"stems\":[\"-je\",\"ozi\"]}],\"-je òfụma\":[{\"word\":\"-je òfụma\",\"wordClass\":\"AV\",\"definitions\":[\"go well\"],\"examples\":[],\"variations\":[],\"stems\":[\"-je\",\"òfụma\"]}],\"-je ọkù\":[{\"word\":\"-je ọkù\",\"wordClass\":\"AV\",\"definitions\":[\"go fishing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-je\",\"ọkù\"]}],\"-jerube\":[{\"word\":\"-jerube\",\"wordClass\":\"AV\",\"definitions\":[\"go round\"],\"examples\":[],\"variations\":[],\"stems\":[\"-je\"]}],\"-jerụka\":[{\"word\":\"-jerụka\",\"wordClass\":\"AV\",\"definitions\":[\"go aside; go a little way\"],\"examples\":[],\"variations\":[],\"stems\":[\"-je\"]}],\"-jesò\":[{\"word\":\"-jesò\",\"wordClass\":\"AV\",\"definitions\":[\"follow; follow after\"],\"examples\":[],\"variations\":[],\"stems\":[\"-je\"]}],\"-jeta\":[{\"word\":\"-jeta\",\"wordClass\":\"AV\",\"definitions\":[\"gain\"],\"examples\":[{\"igbo\":\"O jètà ife\",\"english\":\"He gained something\"}],\"variations\":[],\"stems\":[\"-je\"]}],\"-jetè aka\":[{\"word\":\"-jetè aka\",\"wordClass\":\"AV\",\"definitions\":[\"go far away\"],\"examples\":[],\"variations\":[],\"stems\":[\"-je\"]}],\"-jezù\":[{\"word\":\"-jezù\",\"wordClass\":\"AV\",\"definitions\":[\"go all over; go throughout\"],\"examples\":[],\"variations\":[],\"stems\":[\"-je\"]}],\"njefìè\":[{\"word\":\"njefìè\",\"wordClass\":\"AV\",\"definitions\":[\"error; trespass\"],\"examples\":[],\"variations\":[],\"stems\":[\"-je\"]}],\"ǹjèm\":[{\"word\":\"ǹjèm\",\"wordClass\":\"AV\",\"definitions\":[\"travelling; travel\"],\"examples\":[],\"variations\":[],\"stems\":[\"-je\"]}],\"ǹjèǹjè\":[{\"word\":\"ǹjèǹjè\",\"wordClass\":\"NNC\",\"definitions\":[\"travelling, walking, wandering aimlessly\"],\"examples\":[{\"igbo\":\"Anà m àkaba ārụ ịgwā òyì m nwokē kà ọ kwụsị ijē ǹjèǹjè màkà nà ǹjèǹjè abàrò ulù\",\"english\":\"I have been trying my best to persuade my friend to stop gadding about because gadding about does not bring any gain\"},{\"igbo\":\"Ubòsì òje ǹjèǹje jèkwùdòlù ife ọjọō kà ọ gà àkwụsị ǹjèǹjè\",\"english\":\"The day a person who is fond of wandering around runs into trouble he will stop wandering around\"}],\"variations\":[],\"stems\":null}],\"-jepù\":[{\"word\":\"-jepù\",\"wordClass\":\"AV\",\"definitions\":[\"untie (wrapper)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-je\"]}],\"-je\":[{\"word\":\"-je\",\"wordClass\":\"AV\",\"definitions\":[\"go; walk\",\"wear\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ji àbànà\":[{\"word\":\"ji àbànà\",\"wordClass\":\"NNC\",\"definitions\":[\"wateryam (Dioscorea alata Linn.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ji\"]}],\"ji ābị\":[{\"word\":\"ji ābị\",\"wordClass\":\"NNC\",\"definitions\":[\"(Dioscorea praehensilis Benth.) yam cultivar which never grows to a very great size, of inferior quality\"],\"examples\":[],\"variations\":[],\"stems\":[\"ji\"]}],\"ji nwa nnùnù\":[{\"word\":\"ji nwa nnùnù\",\"wordClass\":\"NNC\",\"definitions\":[\"sweet potato\"],\"examples\":[],\"variations\":[],\"stems\":[\"ji\"]}],\"ji okō\":[{\"word\":\"ji okō\",\"wordClass\":\"NNC\",\"definitions\":[\"plantain\"],\"examples\":[],\"variations\":[],\"stems\":[\"ji\"]}],\"ji òkù\":[{\"word\":\"ji òkù\",\"wordClass\":\"NNC\",\"definitions\":[\"a variety of Yellow Guinea Yam (compare ji òyìbò)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ji\",\"òkù\"]}],\"ji òyìbè\":[{\"word\":\"ji òyìbè\",\"wordClass\":\"NNC\",\"definitions\":[\"Yellow Guinea Yam (Dioscorea cayenensis Lam.)\"],\"examples\":[],\"variations\":[\"òyìbò\"],\"stems\":[\"ji\"]}],\"ji ọfụū\":[{\"word\":\"ji ọfụū\",\"wordClass\":\"NNC\",\"definitions\":[\"new yam\"],\"examples\":[],\"variations\":[],\"stems\":[\"ji\",\"ọfụū\"]}],\"ji ukòm\":[{\"word\":\"ji ukòm\",\"wordClass\":\"NNC\",\"definitions\":[\"White Guinea Yam (Dioscorea cayenensis rotundata Poir.), fat and of high quality; features in feasts\",\"White Guinea Yam (Dioscorea rotundata Poir.), fat and of good quality, features in feasts\"],\"examples\":[],\"variations\":[],\"stems\":[\"ji\",\"ukòm\"]}],\"akpū ji\":[{\"word\":\"akpū ji\",\"wordClass\":\"NNC\",\"definitions\":[\"second yam for re-planting\"],\"examples\":[],\"variations\":[\"akpǔ jī\"],\"stems\":[\"ji\"]}],\"-gba ji\":[{\"word\":\"-gba ji\",\"wordClass\":\"NNC\",\"definitions\":[\"train yams along short sticks\"],\"examples\":[],\"variations\":[],\"stems\":[\"ji\"]}],\"-ke ome jī\":[{\"word\":\"-ke ome jī\",\"wordClass\":\"AV\",\"definitions\":[\"break off premature yam shoots\"],\"examples\":[],\"variations\":[],\"stems\":[\"ji\",\"-ke\",\"ome\"]}],\"-kpacha ji\":[{\"word\":\"-kpacha ji\",\"wordClass\":\"NNC\",\"definitions\":[\"scrape yam (usually roasted one)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ji\"]}],\"-kpà ji\":[{\"word\":\"-kpà ji\",\"wordClass\":\"AV\",\"definitions\":[\"stack yams (in the barn)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ji\",\"-kpà\"]}],\"-kwacha ji\":[{\"word\":\"-kwacha ji\",\"wordClass\":\"NNC\",\"definitions\":[\"cut off roots of yam\"],\"examples\":[],\"variations\":[],\"stems\":[\"ji\"]}],\"mkpụlū jī\":[{\"word\":\"mkpụlū jī\",\"wordClass\":\"NNC\",\"definitions\":[\"small yam (see mkpụlù)\",\"small yam, soft and roundish, usually eaten (= mgbafịlị)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ji\",\"mkpụlù\"]}],\"ogè ịwā ji\":[{\"word\":\"ogè ịwā ji\",\"wordClass\":\"AV\",\"definitions\":[\"annual yam festival\"],\"examples\":[],\"variations\":[],\"stems\":[\"ji\",\"ogè\",\"-wa\"]}],\"ọdū jī\":[{\"word\":\"ọdū jī\",\"wordClass\":\"NNC\",\"definitions\":[\"tail-end of yam\"],\"examples\":[],\"variations\":[],\"stems\":[\"ji\",\"ọdù \"]}],\"-sụ ji\":[{\"word\":\"-sụ ji\",\"wordClass\":\"AV\",\"definitions\":[\"pound yam\"],\"examples\":[],\"variations\":[],\"stems\":[\"ji\",\"-sụ\"]}],\"-tù ji\":[{\"word\":\"-tù ji\",\"wordClass\":\"AV\",\"definitions\":[\"dig up yams for storing\"],\"examples\":[],\"variations\":[],\"stems\":[\"ji\",\"-tù\"]}],\"ùfìè ji ọkū\":[{\"word\":\"ùfìè ji ọkū\",\"wordClass\":\"NNC\",\"definitions\":[\"sacrifice, feast before eating new yams (compare Ìfèjiọkū)\",\"sacrifice, feast before eating new yams\",\"lamp; light; lantern\"],\"examples\":[{\"igbo\":\"Bùtelụ m ọkụ\",\"english\":\"Bring me the lamp\"},{\"igbo\":\"Chì ọkū\",\"english\":\"Show the light\"}],\"variations\":[],\"stems\":[\"ji\",\"ọkụ\",\"ùfìè\"]}],\"ùkpa jī\":[{\"word\":\"ùkpa jī\",\"wordClass\":\"NNC\",\"definitions\":[\"basketful of yam\"],\"examples\":[],\"variations\":[],\"stems\":[\"ji\",\"ùkpa\"]}],\"-wa ji\":[{\"word\":\"-wa ji\",\"wordClass\":\"AV\",\"definitions\":[\"hold annual religious New Yam Festival\",\"divide or split yam\",\"hold annual (religious) new yam festival\"],\"examples\":[{\"igbo\":\"Agà m àwa jī\",\"english\":\"I shall cut the yam\"}],\"variations\":[],\"stems\":[\"ji\",\"-wa\"]}],\"òwụwa jī (compare ịwā\":[{\"word\":\"òwụwa jī (compare ịwā\",\"wordClass\":\"NNC\",\"definitions\":[\"New Yam Festival\"],\"examples\":[],\"variations\":[],\"stems\":[\"ji\"]}],\"ji)\":[{\"word\":\"ji)\",\"wordClass\":\"NNC\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":[\"ji\"]}],\"ji\":[{\"word\":\"ji\",\"wordClass\":\"NNC\",\"definitions\":[\"yam (Dioscorea spp. Linn.)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"Mkpọ afù èjigo\":[{\"word\":\"Mkpọ afù èjigo\",\"wordClass\":\"AV\",\"definitions\":[\"The walking-stick has broken\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ji\"]}],\"òjiji\":[{\"word\":\"òjiji\",\"wordClass\":\"AV\",\"definitions\":[\"breaking; snapping\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ji\"]}],\"(chi) -jibìdo\":[{\"word\":\"(chi) -jibìdo\",\"wordClass\":\"AV\",\"definitions\":[\"benighted\"],\"examples\":[{\"igbo\":\"Chî jibìdòlù ànyị n’ụzò\",\"english\":\"We were benighted on the way\"}],\"variations\":[],\"stems\":[\"-ji\"]}],\"-jimì\":[{\"word\":\"-jimì\",\"wordClass\":\"AV\",\"definitions\":[\"be very dark\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ji\"]}],\"Chi èjimìgo\":[{\"word\":\"Chi èjimìgo\",\"wordClass\":\"AV\",\"definitions\":[\"It is the dead of night (compare Chi èjigo Night has fallen (about 8 - 10 p.m.))\",\"be black, dark (of colour)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ji\"]}],\"-ji eji\":[{\"word\":\"-ji eji\",\"wordClass\":\"AV\",\"definitions\":[\"be ripe (especially of ùbe)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ji\"]}],\"-ji ǹji\":[{\"word\":\"-ji ǹji\",\"wordClass\":\"AV\",\"definitions\":[\"be black, dark\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ji\"]}],\"-ji oji\":[{\"word\":\"-ji oji\",\"wordClass\":\"AV\",\"definitions\":[\"be black, dark-coloured\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ji\"]}],\"-ji ejiji\":[{\"word\":\"-ji ejiji\",\"wordClass\":\"AV\",\"definitions\":[\"adorn; dress; equip\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ji\"]}],\"-jikwa\":[{\"word\":\"-jikwa\",\"wordClass\":\"AV\",\"definitions\":[\"dress properly; get ready\",\"dress (someone else)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ji\",\"-kwa\"]}],\"-ji\":[{\"word\":\"-ji\",\"wordClass\":\"AV\",\"definitions\":[\"break; snap\",\"be dark (of day)\",\"dress\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-jìde\":[{\"word\":\"-jìde\",\"wordClass\":\"AV\",\"definitions\":[\"hold; grasp\"],\"examples\":[],\"variations\":[],\"stems\":[\"-jì\"]}],\"-jìkelụ\":[{\"word\":\"-jìkelụ\",\"wordClass\":\"AV\",\"definitions\":[\"prepare; make ready\"],\"examples\":[],\"variations\":[],\"stems\":[\"-jì\"]}],\"-jìkọ aka\":[{\"word\":\"-jìkọ aka\",\"wordClass\":\"AV\",\"definitions\":[\"join hands in marriage\"],\"examples\":[],\"variations\":[],\"stems\":[\"-jì\"]}],\"-jìkọta\":[{\"word\":\"-jìkọta\",\"wordClass\":\"AV\",\"definitions\":[\"join together\"],\"examples\":[],\"variations\":[],\"stems\":[\"-jì\"]}],\"njìkọ(ta)\":[{\"word\":\"njìkọ(ta)\",\"wordClass\":\"AV\",\"definitions\":[\"joining together\"],\"examples\":[],\"variations\":[],\"stems\":[\"-jì\"]}],\"-jìkọta ọnū\":[{\"word\":\"-jìkọta ọnū\",\"wordClass\":\"AV\",\"definitions\":[\"join together\",\"maintain discipline\"],\"examples\":[],\"variations\":[],\"stems\":[\"-jì\"]}],\"-jì nchèkwube\":[{\"word\":\"-jì nchèkwube\",\"wordClass\":\"AV\",\"definitions\":[\"have confidence; be confident; hope\"],\"examples\":[],\"variations\":[],\"stems\":[\"-jì\"]}],\"-jì òfọ\":[{\"word\":\"-jì òfọ\",\"wordClass\":\"AV\",\"definitions\":[\"be in the right; be innocent\",\"be just in one's actions; (slogan) Òme īfe jìde ōfọ Let the doer of a deed be just in what he does (slogan)\"],\"examples\":[{\"igbo\":\"Èjìmòfọò kà ọgwù\",\"english\":\"Being just and upright is greater than juju; i.e. the person who is just and upright in his deeds will overpower or surpass in might the person who merely trusts in juju, charms\"}],\"variations\":[],\"stems\":[\"-jì\",\"òfọ\"]}],\"-jì ọsọ\":[{\"word\":\"-jì ọsọ\",\"wordClass\":\"AV\",\"definitions\":[\"rush\"],\"examples\":[{\"igbo\":\"Ejì m ọsọ wèe bịa ebe à\",\"english\":\"I rushed to get here\"}],\"variations\":[],\"stems\":[\"-jì\",\"ọsọ\"]}],\"-jìpù aka\":[{\"word\":\"-jìpù aka\",\"wordClass\":\"AV\",\"definitions\":[\"be disappointed\"],\"examples\":[{\"igbo\":\"O jipù m aka\",\"english\":\"I was badly disappointed\"}],\"variations\":[],\"stems\":[\"-jì\"]}],\"-jì ụgwō\":[{\"word\":\"-jì ụgwō\",\"wordClass\":\"AV\",\"definitions\":[\"owe; be in debt\"],\"examples\":[],\"variations\":[],\"stems\":[\"-jì\",\"ụgwō\"]}],\"ya kà\":[{\"word\":\"ya kà\",\"wordClass\":\"AV\",\"definitions\":[\"for that reason; so; therefore\"],\"examples\":[{\"igbo\":\"Adâ kwùlù ezi okwū ya kà m jì gbaghàlụ yā\",\"english\":\"Ada spoke the truth, that is why I forgave her\"},{\"igbo\":\"Èkê dì mkpụmkpụ ya kà e jì jụ iwè yà n’ọlụ àfè ojiī\",\"english\":\"Eke is short; that is why he was not recruited into the police\"}],\"variations\":[],\"stems\":[\"-jì\",\"kà\"]}],\"-jì\":[{\"word\":\"-jì\",\"wordClass\":\"AV\",\"definitions\":[\"take; hold; use\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-ji-de\":[{\"word\":\"-ji-de\",\"wordClass\":\"\",\"definitions\":[\"see -gi-do\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-jìgìda\":[{\"word\":\"-jìgìda\",\"wordClass\":\"NNC\",\"definitions\":[\"beads worn round waist by women for ornament (Hausa jìgìdaa)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"njijè\":[{\"word\":\"njijè\",\"wordClass\":\"AV\",\"definitions\":[\"mimicry; mockery\"],\"examples\":[],\"variations\":[],\"stems\":[\"-jì-jè\"]}],\"-jì-jè\":[{\"word\":\"-jì-jè\",\"wordClass\":\"AV\",\"definitions\":[\"mimic; mock (= -zì-zò)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-jọ njọ\":[{\"word\":\"-jọ njọ\",\"wordClass\":\"AV\",\"definitions\":[\"be bad, wicked, evil, ugly; refuse to share (especially food)\"],\"examples\":[{\"igbo\":\"Nwatā à àna àjọka njō\",\"english\":\"This child always refuses to share his food\"}],\"variations\":[],\"stems\":[\"-jọ\"]}],\"-jọ ụjō\":[{\"word\":\"-jọ ụjō\",\"wordClass\":\"AV\",\"definitions\":[\"fear; be afraid; be cowardly, timid (less common than -tụ egwù)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-jọ\",\"ụjō\"]}],\"-jọ ụjọ akwụkwọ\":[{\"word\":\"-jọ ụjọ akwụkwọ\",\"wordClass\":\"AV\",\"definitions\":[\"play truant\"],\"examples\":[{\"igbo\":\"Onye nkuzi àyị jòlù ụjọ akwụkwọ n’ogè ọ dì nà nwatà\",\"english\":\"Our teacher played truant when he was a child\"}],\"variations\":[],\"stems\":[\"-jọ\",\"ụjō\"]}],\"-jọ\":[{\"word\":\"-jọ\",\"wordClass\":\"AV\",\"definitions\":[\"fear\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òjuju\":[{\"word\":\"òjuju\",\"wordClass\":\"AV\",\"definitions\":[\"being full\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ju\"]}],\"-ju eju\":[{\"word\":\"-ju eju\",\"wordClass\":\"AV\",\"definitions\":[\"fill; be full\"],\"examples\":[{\"igbo\":\"O jù èju\",\"english\":\"It is full\"},{\"igbo\":\"Chùjue ìtè afù\",\"english\":\"Fill that pot with water\"}],\"variations\":[],\"stems\":[\"-ju\"]}],\"-jupùta\":[{\"word\":\"-jupùta\",\"wordClass\":\"AV\",\"definitions\":[\"be full (up)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ju\"]}],\"-jupùta n’ọnū\":[{\"word\":\"-jupùta n’ọnū\",\"wordClass\":\"AV\",\"definitions\":[\"be full to the brim\"],\"examples\":[{\"igbo\":\"Ìtè afù jupùtàlù n’ọnū\",\"english\":\"The pot is full to the brim\"}],\"variations\":[],\"stems\":[\"-ju\",\"ọnū\"]}],\"-ju\":[{\"word\":\"-ju\",\"wordClass\":\"AV\",\"definitions\":[\"be full; fill\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òjụjụ\":[{\"word\":\"òjụjụ\",\"wordClass\":\"AV\",\"definitions\":[\"asking\",\"refusing; rejecting\"],\"examples\":[],\"variations\":[],\"stems\":[\"-jụ\"]}],\"-jụ àsè\":[{\"word\":\"-jụ àsè\",\"wordClass\":\"AV\",\"definitions\":[\"inquire, ask about\"],\"examples\":[{\"igbo\":\"Ajù m àsè i\",\"english\":\"I asked about you\"}],\"variations\":[\"èsè\"],\"stems\":[\"-jụ\"]}],\"-jụ òrà\":[{\"word\":\"-jụ òrà\",\"wordClass\":\"AV\",\"definitions\":[\"ask after welfare\"],\"examples\":[{\"igbo\":\"Anà m àjụ màkà òrà\",\"english\":\"I'm asking about the welfare of the people\"}],\"variations\":[],\"stems\":[\"-jụ\",\"òrà\"]}],\"-jụpùta\":[{\"word\":\"-jụpùta\",\"wordClass\":\"AV\",\"definitions\":[\"ascertain; find out\"],\"examples\":[],\"variations\":[],\"stems\":[\"-jụ\"]}],\"-jụ àjụ\":[{\"word\":\"-jụ àjụ\",\"wordClass\":\"AV\",\"definitions\":[\"refuse\"],\"examples\":[{\"igbo\":\"Ajù m fà àjụ\",\"english\":\"I refused them\"}],\"variations\":[],\"stems\":[\"-jụ\"]}],\"-jụ àrụ\":[{\"word\":\"-jụ àrụ\",\"wordClass\":\"AV\",\"definitions\":[\"purify by sacrifice\"],\"examples\":[],\"variations\":[],\"stems\":[\"-jụ\"]}],\"-jụnata\":[{\"word\":\"-jụnata\",\"wordClass\":\"AV\",\"definitions\":[\"become cool (e.g. of food)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-jụ\"]}],\"-jụ oyī\":[{\"word\":\"-jụ oyī\",\"wordClass\":\"AV\",\"definitions\":[\"be cold, cheerless, miserable, deserted, disheartened\",\"be cold\"],\"examples\":[{\"igbo\":\"Kùtelụ m mmili jūlụ oyī\",\"english\":\"Bring me cold water\"}],\"variations\":[],\"stems\":[\"-jụ\",\"oyī\"]}],\"Àrụ jùlù ya oyī\":[{\"word\":\"Àrụ jùlù ya oyī\",\"wordClass\":\"AV\",\"definitions\":[\"He is cold, miserable\"],\"examples\":[],\"variations\":[],\"stems\":[\"-jụ\"]}],\"-jụ\":[{\"word\":\"-jụ\",\"wordClass\":\"AV\",\"definitions\":[\"ask\",\"refuse; reject\",\"be cool, calm\"],\"examples\":[{\"igbo\":\"Ọ jūgo ndi enyì ya\",\"english\":\"He has given up his friends\"}],\"variations\":[],\"stems\":[]}],\"-jù àrụ\":[{\"word\":\"-jù àrụ\",\"wordClass\":\"AV\",\"definitions\":[\"propitiate a deity for a broken taboo\"],\"examples\":[],\"variations\":[],\"stems\":[\"-jù\"]}],\"-jù ọnū\":[{\"word\":\"-jù ọnū\",\"wordClass\":\"AV\",\"definitions\":[\"draw out someone for information\"],\"examples\":[],\"variations\":[],\"stems\":[\"-jù\"]}],\"-jù\":[{\"word\":\"-jù\",\"wordClass\":\"AV\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-dị jùù\":[{\"word\":\"-dị jùù\",\"wordClass\":\"NNC\",\"definitions\":[\"be quiet, calm\"],\"examples\":[{\"igbo\":\"Ebe à dì jùù\",\"english\":\"This place is calm\"},{\"igbo\":\"Ogè ọ bàtàlù ebe niīne dì jùù\",\"english\":\"When he entered, every place was quiet\"}],\"variations\":[],\"stems\":[\"jùù\"]}],\"jùù\":[{\"word\":\"jùù\",\"wordClass\":\"NNC\",\"definitions\":[\"quiet\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"K\":[{\"word\":\"K\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"òkịka\":[{\"word\":\"òkịka\",\"wordClass\":\"AV\",\"definitions\":[\"surpassing; being bigger than\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ka\"]}],\"-ka aka\":[{\"word\":\"-ka aka\",\"wordClass\":\"AV\",\"definitions\":[\"be greater, stronger (than)\",\"be hard, ripe, firm\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ka\"]}],\"-kalị\":[{\"word\":\"-kalị\",\"wordClass\":\"AV\",\"definitions\":[\"be more (than); surpass; excell\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ka\"]}],\"-ka mmā\":[{\"word\":\"-ka mmā\",\"wordClass\":\"AV\",\"definitions\":[\"be better than\"],\"examples\":[{\"igbo\":\"Ùdo kà agha mmā\",\"english\":\"Peace is better than war\"},{\"igbo\":\"Ọnwụ kà ife ifelē mmā\",\"english\":\"Death is better than dishonour\"}],\"variations\":[],\"stems\":[\"-ka\",\"mmā\"]}],\"-kasị\":[{\"word\":\"-kasị\",\"wordClass\":\"AV\",\"definitions\":[\"be greatest\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ka\"]}],\"-kasị akasị\":[{\"word\":\"-kasị akasị\",\"wordClass\":\"AV\",\"definitions\":[\"be pre-eminent\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ka\"]}],\"aka ịkā aka\":[{\"word\":\"aka ịkā aka\",\"wordClass\":\"AV\",\"definitions\":[\"be stronger than (literally hand to be greater than hand)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ka\"]}],\"-ka àrụ\":[{\"word\":\"-ka àrụ\",\"wordClass\":\"AV\",\"definitions\":[\"be strong, fearless, headstrong\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ka\"]}],\"-kaba àrụ\":[{\"word\":\"-kaba àrụ\",\"wordClass\":\"AV\",\"definitions\":[\"try hard; strive\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ka\"]}],\"-kachi ntì\":[{\"word\":\"-kachi ntì\",\"wordClass\":\"AV\",\"definitions\":[\"be stubborn, wilful, disobedient\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ka\",\"ntì\"]}],\"-ka obì\":[{\"word\":\"-ka obì\",\"wordClass\":\"AV\",\"definitions\":[\"be bold, brave, determined\",\"be determined\",\"be bold, brave\"],\"examples\":[{\"igbo\":\"Ọ bù sòọsò ndi kālụ obì nà-èje ebe a nà-enì ozū n’anyàsì\",\"english\":\"Only bold people visit the cemetery at night\"},{\"igbo\":\"Ọ bụlụ nà ọ kaa gī obì, sòlụ fā jèbe\",\"english\":\"If you are determined, go with them\"}],\"variations\":[],\"stems\":[\"-ka\",\"obì\"]}],\"-kasì obì\":[{\"word\":\"-kasì obì\",\"wordClass\":\"AV\",\"definitions\":[\"comfort (usually a bereaved person)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ka\",\"obì\"]}],\"nkasì obì\":[{\"word\":\"nkasì obì\",\"wordClass\":\"AV\",\"definitions\":[\"comfort; consolation\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ka\",\"obì\"]}],\"-kata àrụ\":[{\"word\":\"-kata àrụ\",\"wordClass\":\"AV\",\"definitions\":[\"be headstrong\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ka\"]}],\"-ka nka\":[{\"word\":\"-ka nka\",\"wordClass\":\"AV\",\"definitions\":[\"tear; decay; grow old; wear out\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ka\",\"nka\"]}],\"ụnò kalụ nka\":[{\"word\":\"ụnò kalụ nka\",\"wordClass\":\"AV\",\"definitions\":[\"thatched house which is leaking as a result of the mats being spoilt\"],\"examples\":[{\"igbo\":\"Nnā Īlo àkago nkā\",\"english\":\"Ilo's father has grown old\"}],\"variations\":[],\"stems\":[\"-ka\"]}],\"-kakpọ\":[{\"word\":\"-kakpọ\",\"wordClass\":\"AV\",\"definitions\":[\"wear thin (of cloth)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ka\"]}],\"-bìka\":[{\"word\":\"-bìka\",\"wordClass\":\"AV\",\"definitions\":[\"cut asunder\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ka\"]}],\"-sèka\":[{\"word\":\"-sèka\",\"wordClass\":\"AV\",\"definitions\":[\"tear by pulling\",\"pull asunder; tear\"],\"examples\":[{\"igbo\":\"Ì nà-àchọ isèkà akwụkwọ m?\",\"english\":\"Are you going to tear my book?\"}],\"variations\":[],\"stems\":[\"-ka\",\"-sè\"]}],\"-sèkapù\":[{\"word\":\"-sèkapù\",\"wordClass\":\"AV\",\"definitions\":[\"break off by pulling\"],\"examples\":[{\"igbo\":\"Ọ chò isēkàpù òfu aka ewī\",\"english\":\"She wants to tear off one foreleg of the giant rat\"}],\"variations\":[],\"stems\":[\"-ka\"]}],\"-sèkasị\":[{\"word\":\"-sèkasị\",\"wordClass\":\"AV\",\"definitions\":[\"tear off into pieces\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ka\"]}],\"-taka\":[{\"word\":\"-taka\",\"wordClass\":\"AV\",\"definitions\":[\"spoil by biting (as of ants or termites destroying articles of (clothing)\"],\"examples\":[{\"igbo\":\"Àkịkà àtakago àfè m zùtàlù ǹnyàafù\",\"english\":\"The termites have destroyed the garment I bought yesterday\"}],\"variations\":[],\"stems\":[\"-ka\"]}],\"-kaghè\":[{\"word\":\"-kaghè\",\"wordClass\":\"AV\",\"definitions\":[\"talk, act foolishly\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ka\"]}],\"-kakwù\":[{\"word\":\"-kakwù\",\"wordClass\":\"AV\",\"definitions\":[\"be stupid, foolish\"],\"examples\":[{\"igbo\":\"Ị nà-àkakwū akakwù\",\"english\":\"You are being stupid\"}],\"variations\":[],\"stems\":[\"-ka\"]}],\"nkakwù\":[{\"word\":\"nkakwù\",\"wordClass\":\"AV\",\"definitions\":[\"stupidity; foolishness\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ka\"]}],\"-ka(ta) àrụ\":[{\"word\":\"-ka(ta) àrụ\",\"wordClass\":\"AV\",\"definitions\":[\"be of age, full-grown, developed\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ka\"]}],\"-kanite àrụ\":[{\"word\":\"-kanite àrụ\",\"wordClass\":\"AV\",\"definitions\":[\"increase in stature; be mature\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ka\"]}],\"-ka\":[{\"word\":\"-ka\",\"wordClass\":\"AV\",\"definitions\":[\"surpass; exceed; be more than; be superior to\",\"be hard, strong, firm, dry, mature, ripe (in firmness; contrast)\",\"be old, worn out, torn, rent, tattered; hence, apart, asunder (as result of tearing or cutting)\",\"be stupid, foolish\"],\"examples\":[{\"igbo\":\"Ìnọ kà ìtọ\",\"english\":\"Four is more than three\"},{\"igbo\":\"Ọ kà m n’ọkwa\",\"english\":\"He is senior to me\"},{\"igbo\":\"Ọ kà m ogonogo\",\"english\":\"He is taller than me\"},{\"igbo\":\"Uchè ya kà afò ya\",\"english\":\"He is advanced (in intelligence) for his age\"},{\"igbo\":\"Chikē akà ègorọ jī\",\"english\":\"Chike has not bought yams (negative perfect) yams (but he is not doing so) (unfulfilled) Mmilī àka èzògo Rain should have fallen (but it didn’t)\"}],\"variations\":[],\"stems\":[]}],\"Kà chi fo\":[{\"word\":\"Kà chi fo\",\"wordClass\":\"\",\"definitions\":[\"goodnight (literally let the day break)\"],\"examples\":[],\"variations\":[],\"stems\":[\"kà\"]}],\"Kà (chi) bòọ\":[{\"word\":\"Kà (chi) bòọ\",\"wordClass\":\"\",\"definitions\":[\"goodnight (this is used as a reply to kà chi fo)\"],\"examples\":[],\"variations\":[],\"stems\":[\"kà\"]}],\"kà...kà\":[{\"word\":\"kà...kà\",\"wordClass\":\"\",\"definitions\":[\"both…and\"],\"examples\":[],\"variations\":[],\"stems\":[\"kà\"]}],\"kà nwokē kà\":[{\"word\":\"kà nwokē kà\",\"wordClass\":\"\",\"definitions\":[\"both men and women (= mà...mà)\"],\"examples\":[],\"variations\":[],\"stems\":[\"kà\"]}],\"kà ò bù\":[{\"word\":\"kà ò bù\",\"wordClass\":\"\",\"definitions\":[\"or; nor\"],\"examples\":[],\"variations\":[],\"stems\":[\"kà\"]}],\"kà o si nà dị\":[{\"word\":\"kà o si nà dị\",\"wordClass\":\"\",\"definitions\":[\"nevertheless; yet; notwithstanding\"],\"examples\":[],\"variations\":[],\"stems\":[\"kà\"]}],\"kà\":[{\"word\":\"kà\",\"wordClass\":\"\",\"definitions\":[\"in order that; so that\"],\"examples\":[{\"igbo\":\"Kà azị\",\"english\":\"What then?\"},{\"igbo\":\"Ànyị nà-àyọ Chinēkè kà O nye ānyị àmàlà ya n’ùwa ǹkaà kà ànyị wèe gbakùta ajọ òmùme āzụ kà ànyị wèe bụlụazị ndi gā-abā ànì ezè Ya n’ogē ìkpe āzụ\",\"english\":\"We are praying God to give us His Grace in this world so that we may eschew bad deeds and so that we may also be those who will enter His Kingdom at last\"},{\"igbo\":\"Ọ kwèsìlì kà ànyị na-ème ezi òmùme kà ànyị wèe nwee ike ịbà ànì ezè enu igwē n’èmesịa\",\"english\":\"We ought to continue doing good in order that we may be able to enter the Kingdom of God afterwards\"},{\"igbo\":\"Achò m ijī gboo rapù Nneēwi kà m wèe nwee ike ịfū ụzò lu Āba\",\"english\":\"I want to leave Nneewi early so that I may reach Aba before dusk\"},{\"igbo\":\"Achòlù m ịbà ụgbọ enū kà m wèe lue Òbòdò Oyìbo ọsọōsọ\",\"english\":\"I want to take an aircraft to be able to arrive in the United Kingdom quickly\"},{\"igbo\":\"Bikō nye m afele kà m wèe kulu mmīli\",\"english\":\"Please give me a plate to take some water\"}],\"variations\":[],\"stems\":[\"-wè\"]}],\"kèemesịa\":[{\"word\":\"kèemesịa\",\"wordClass\":\"\",\"definitions\":[\"goodbye (literally let it be till then)\"],\"examples\":[],\"variations\":[],\"stems\":[\"kà\"]}],\"kòọ (= kà ọ) dì\":[{\"word\":\"kòọ (= kà ọ) dì\",\"wordClass\":\"\",\"definitions\":[\"the present\"],\"examples\":[],\"variations\":[],\"stems\":[\"kà\"]}],\"nwọò\":[{\"word\":\"nwọò\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[{\"igbo\":\"etu m dì kà m dì nwọò\",\"english\":\"in my present (great) position\"}],\"variations\":[],\"stems\":[\"kà\"]}],\"-kà àkà\":[{\"word\":\"-kà àkà\",\"wordClass\":\"AV\",\"definitions\":[\"guess\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kà\"]}],\"-kàfìè\":[{\"word\":\"-kàfìè\",\"wordClass\":\"AV\",\"definitions\":[\"guess wrongly\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kà\"]}],\"-kàta\":[{\"word\":\"-kàta\",\"wordClass\":\"ESUF\",\"definitions\":[\"so much...that; to such an extent...that\"],\"examples\":[{\"igbo\":\"Aŋūkàtà m mmanya n’ebe ànyị jè àgbàmakwụkwọ ǹnyàafù ò fọ nwantịntị afọ m#gbawaa\",\"english\":\"I drank so much at a wedding yesterday that I almost burst\"},{\"igbo\":\"Ọ bụlụ nà òdìbò gî nwè ntì ikē i kwukàta okwū ìke agwụ gī\",\"english\":\"If your servant is stubborn you will be worn out with talking\"},{\"igbo\":\"O kwūkàtàlù okwu àkpịlī gùa yā\",\"english\":\"He talked so much that he became hoarse\"}],\"variations\":[],\"stems\":null}],\"òkìkà\":[{\"word\":\"òkìkà\",\"wordClass\":\"AV\",\"definitions\":[\"ceremony\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kà\"]}],\"òkìkà manya\":[{\"word\":\"òkìkà manya\",\"wordClass\":\"AV\",\"definitions\":[\"ceremonial drinking\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kà\"]}],\"-kàcha\":[{\"word\":\"-kàcha\",\"wordClass\":\"AV\",\"definitions\":[\"erase; cancel\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kà\"]}],\"-kàchapù\":[{\"word\":\"-kàchapù\",\"wordClass\":\"AV\",\"definitions\":[\"cancel out\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kà\"]}],\"-kàgha\":[{\"word\":\"-kàgha\",\"wordClass\":\"AV\",\"definitions\":[\"fix again; adjourn; postpone\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kà\"]}],\"-kàghalị\":[{\"word\":\"-kàghalị\",\"wordClass\":\"AV\",\"definitions\":[\"re-fix; postpone\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kà\"]}],\"-kà nzū\":[{\"word\":\"-kà nzū\",\"wordClass\":\"AV\",\"definitions\":[\"mark with chalk on ground\",\"mark, write on, the floor, ground, or any object with nzū (traditional)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kà\",\"nzū\"]}],\"-kànye\":[{\"word\":\"-kànye\",\"wordClass\":\"AV\",\"definitions\":[\"vaccinate; inoculate\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kà\"]}],\"-kà ụkà\":[{\"word\":\"-kà ụkà\",\"wordClass\":\"AV\",\"definitions\":[\"hold divine service; converse; quarrel\",\"converse; quarrel; slander\",\"hold divine service\"],\"examples\":[{\"igbo:\":\"Àchọrō m kà onye ōbụnà kàa m ụkà\",\"english\":\"I don’t want anyone to slander me\"},{\"igbo:\":\"Ànyị nà-èje ebe a nà-akà ụkà\",\"english\":\"We are going where a Divine Service is taking place\"}],\"variations\":[],\"stems\":[\"-kà\",\"ụkà\"]}],\"-kà\":[{\"word\":\"-kà\",\"wordClass\":\"AV\",\"definitions\":[\"guess\",\"(make a) mark; fix; appoint\",\"speak; say\",\"afflict; torment; worry\"],\"examples\":[{\"igbo\":\"Akwa ọ nà-èbe nà-akā m#arụ\",\"english\":\"Her crying is worrying me (i.e. making me uncomfortable)\"}],\"variations\":[],\"stems\":[]}],\"kaì!\":[{\"word\":\"kaì!\",\"wordClass\":\"INTJ\",\"definitions\":[\"my word! goodness! (= paì!)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"kalama\":[{\"word\":\"kalama\",\"wordClass\":\"NNC\",\"definitions\":[\"bottle\"],\"examples\":[],\"variations\":[\"kalamam\"],\"stems\":null}],\"kamà\":[{\"word\":\"kamà\",\"wordClass\":\"CJN\",\"definitions\":[\"rather than; lest; but rather (after negative); instead of; even if (compare tụmà)\"],\"examples\":[{\"igbo\":\"Kamà m gà-ème ife à m nwụa\",\"english\":\"I would rather die than do this\"},{\"igbo\":\"Agà m èje òkìkà afù kamà àgarō m èli ife ọbụnà\",\"english\":\"I shall attend the party, but I shall not take anything\"},{\"igbo\":\"Bàa n’ime ụnò kamà ị kwūlụ nà mmīli\",\"english\":\"Enter the house instead of standing in the rain\"},{\"igbo\":\"Ànyị gà-àbịa, kamà ànyị àghàlụ ilī ife\",\"english\":\"We shall come even if we do not eat (there)/We must come, even if it means missing our food\"}],\"variations\":[],\"stems\":null}],\"òkike\":[{\"word\":\"òkike\",\"wordClass\":\"AV\",\"definitions\":[\"tying\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ke\"]}],\"-kebe\":[{\"word\":\"-kebe\",\"wordClass\":\"AV\",\"definitions\":[\"get ready\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ke\"]}],\"-kedo\":[{\"word\":\"-kedo\",\"wordClass\":\"AV\",\"definitions\":[\"prepare; tie on with rope\"],\"examples\":[{\"igbo\":\"O jì ùdò wèe kedo jī\",\"english\":\"He used a rope to tie up the yams (compare - fiedo)\"},{\"igbo\":\"Kèdo akpàtì afù n’enu motò\",\"english\":\"Tie that box on the car\"}],\"variations\":[],\"stems\":[\"-ke\"]}],\"-kekọta\":[{\"word\":\"-kekọta\",\"wordClass\":\"AV\",\"definitions\":[\"join together\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ke\"]}],\"-kekù\":[{\"word\":\"-kekù\",\"wordClass\":\"AV\",\"definitions\":[\"coil; coiling\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ke\"]}],\"nkekù\":[{\"word\":\"nkekù\",\"wordClass\":\"AV\",\"definitions\":[\"coil; coiling\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ke\"]}],\"-kekpù\":[{\"word\":\"-kekpù\",\"wordClass\":\"AV\",\"definitions\":[\"tie in a knot\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ke\"]}],\"-kekwa\":[{\"word\":\"-kekwa\",\"wordClass\":\"AV\",\"definitions\":[\"re-tie\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ke\"]}],\"-kelụ\":[{\"word\":\"-kelụ\",\"wordClass\":\"AV\",\"definitions\":[\"prepare\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ke\"]}],\"-ke ọbā\":[{\"word\":\"-ke ọbā\",\"wordClass\":\"AV\",\"definitions\":[\"bind yams in barn\",\"bind yams\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ke\",\"ọbā\"]}],\"-kesi ike\":[{\"word\":\"-kesi ike\",\"wordClass\":\"AV\",\"definitions\":[\"tie strongly\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ke\"]}],\"-ke ùdò\":[{\"word\":\"-ke ùdò\",\"wordClass\":\"AV\",\"definitions\":[\"tie with rope, cord, etc.\"],\"examples\":[{\"igbo\":\"Ànyị gà-èke Ibè ùdò\",\"english\":\"We shall tie Ibe up\"}],\"variations\":[],\"stems\":[\"-ke\",\"ùdò\"]}],\"anwụlū\":[{\"word\":\"anwụlū\",\"wordClass\":\"AV\",\"definitions\":[\"tied or rolled tobacco; bits of such tobacco retailed in small\"],\"examples\":[],\"variations\":[\"ùtabā\"],\"stems\":[\"-ke\"]}],\"èkèlèke\":[{\"word\":\"èkèlèke\",\"wordClass\":\"AV\",\"definitions\":[\"amounts\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ke\"]}],\"-ke\":[{\"word\":\"-ke\",\"wordClass\":\"AV\",\"definitions\":[\"tie\",\"shine; glitter\"],\"examples\":[{\"igbo\":\"Ọkụ dī n’ụnò enū nà-èke kà kpakpaǹdò\",\"english\":\"The lantern in the storey house is glittering like a star\"},{\"igbo\":\"Òkwutē afù nà-ègbuke kà goòlù\",\"english\":\"The stone is glittering like gold\"}],\"variations\":[],\"stems\":[]}],\"òkìkè\":[{\"word\":\"òkìkè\",\"wordClass\":\"NNC\",\"definitions\":[\"creation; (in Nri thought) one of the aspects of Chukwu, manifested in the creation of things visible and invisible and in the laws of nature (-kè create)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kè ìbùọ\":[{\"word\":\"-kè ìbùọ\",\"wordClass\":\"AV\",\"definitions\":[\"divide into two; bisect\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kè\"]}],\"-kèji\":[{\"word\":\"-kèji\",\"wordClass\":\"AV\",\"definitions\":[\"divide into two\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kè\"]}],\"nkèji\":[{\"word\":\"nkèji\",\"wordClass\":\"AV\",\"definitions\":[\"division; division into two halves\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kè\"]}],\"nkèji ụkwū\":[{\"word\":\"nkèji ụkwū\",\"wordClass\":\"AV\",\"definitions\":[\"ankle\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kè\",\"ụkwụ\"]}],\"-kèlụ\":[{\"word\":\"-kèlụ\",\"wordClass\":\"AV\",\"definitions\":[\"take one's share\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kè\"]}],\"-kèlụ okè\":[{\"word\":\"-kèlụ okè\",\"wordClass\":\"AV\",\"definitions\":[\"take a share\"],\"examples\":[],\"variations\":[\"òkè\"],\"stems\":[\"-kè\"]}],\"-kèmù\":[{\"word\":\"-kèmù\",\"wordClass\":\"AV\",\"definitions\":[\"divide into small pieces\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kè\"]}],\"-kènye\":[{\"word\":\"-kènye\",\"wordClass\":\"AV\",\"definitions\":[\"give a share\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kè\"]}],\"-kè okwu\":[{\"word\":\"-kè okwu\",\"wordClass\":\"AV\",\"definitions\":[\"give judgement; settle a dispute\",\"give judgement; settle a palaver\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kè\",\"okwu\"]}],\"-kèpù\":[{\"word\":\"-kèpù\",\"wordClass\":\"AV\",\"definitions\":[\"divide out; separate from\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kè\"]}],\"-kèrà\":[{\"word\":\"-kèrà\",\"wordClass\":\"AV\",\"definitions\":[\"divide equally\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kè\"]}],\"nkerà\":[{\"word\":\"nkerà\",\"wordClass\":\"AV\",\"definitions\":[\"division; sharing into equal parts\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kè\"]}],\"-kèsà\":[{\"word\":\"-kèsà\",\"wordClass\":\"AV\",\"definitions\":[\"distribute; divide among\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kè\"]}],\"-kèta\":[{\"word\":\"-kèta\",\"wordClass\":\"AV\",\"definitions\":[\"take a share; inherit\",\"get a share\",\"to a fair extent; thoroughly; well\"],\"examples\":[{\"igbo\":\"Ekètàlù mụ òfu ànì obì mgbè nna āyị nwùlù\",\"english\":\"I inherited a plot of land when our father died\"},{\"igbo:\":\"O kètàlụ òlòma ītọ\",\"english\":\"He got three oranges (as his share)\"}],\"variations\":[],\"stems\":[\"-kè\",\"-ta \"]}],\"nkèta\":[{\"word\":\"nkèta\",\"wordClass\":\"AV\",\"definitions\":[\"sharing; inheritance\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kè\"]}],\"onye nkèta\":[{\"word\":\"onye nkèta\",\"wordClass\":\"AV\",\"definitions\":[\"inheritor\",\"inheritor (literally sharer)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kè\",\"onye\"]}],\"-kèta òkè\":[{\"word\":\"-kèta òkè\",\"wordClass\":\"AV\",\"definitions\":[\"take (and bring back) a share\"],\"examples\":[{\"igbo\":\"Anà m èje na nzùkọ ụmù nnà ikètà òkè ùmù nnē m\",\"english\":\"I am going to the family meeting to bring back the share (of something) of my brothers\"}],\"variations\":[],\"stems\":[\"-kè\",\"òkè\"]}],\"-kèwa\":[{\"word\":\"-kèwa\",\"wordClass\":\"AV\",\"definitions\":[\"divide off; separate\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kè\"]}],\"-kèwalụ\":[{\"word\":\"-kèwalụ\",\"wordClass\":\"AV\",\"definitions\":[\"secede\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kè\"]}],\"-kèwapù\":[{\"word\":\"-kèwapù\",\"wordClass\":\"AV\",\"definitions\":[\"separate from\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kè\"]}],\"-kèwò\":[{\"word\":\"-kèwò\",\"wordClass\":\"AV\",\"definitions\":[\"deny a person a share\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kè\"]}],\"-kè\":[{\"word\":\"-kè\",\"wordClass\":\"AV\",\"definitions\":[\"share; divide\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kè (èkè)\":[{\"word\":\"-kè (èkè)\",\"wordClass\":\"AV\",\"definitions\":[\"create\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kèbe\":[{\"word\":\"-kèbe\",\"wordClass\":\"AV\",\"definitions\":[\"betroth\"],\"examples\":[{\"igbo\":\"Ọ kèbè m àda yā\",\"english\":\"He betrothed his daughter to me, or He gave me his first daughter in marriage\"}],\"variations\":[],\"stems\":[\"-kè-\"]}],\"-kèli\":[{\"word\":\"-kèli\",\"wordClass\":\"AV\",\"definitions\":[\"betroth daughter to a man irregularly by going to bargain with him instead of waiting until the girl is asked for\",\"give (daughter) in marriage\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kè-\"]}],\"-kè-\":[{\"word\":\"-kè-\",\"wordClass\":\"AV\",\"definitions\":[\"give (daughter) in marriage; betroth\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"kèdụ azị\":[{\"word\":\"kèdụ azị\",\"wordClass\":\"INTJ\",\"definitions\":[\"how then?\"],\"examples\":[],\"variations\":[],\"stems\":[\"kèdu\"]}],\"kèdụ ebe?\":[{\"word\":\"kèdụ ebe?\",\"wordClass\":\"INTJ\",\"definitions\":[\"where?\"],\"examples\":[],\"variations\":[],\"stems\":[\"kèdu\"]}],\"kèdụ èkpè?\":[{\"word\":\"kèdụ èkpè?\",\"wordClass\":\"INTJ\",\"definitions\":[\"when?\"],\"examples\":[],\"variations\":[],\"stems\":[\"kèdu\"]}],\"kèdụ ife?\":[{\"word\":\"kèdụ ife?\",\"wordClass\":\"INTJ\",\"definitions\":[\"what? which thing?\"],\"examples\":[],\"variations\":[],\"stems\":[\"kèdu\"]}],\"kèdụ mgbè?\":[{\"word\":\"kèdụ mgbè?\",\"wordClass\":\"INTJ\",\"definitions\":[\"when? (literally which time?)\"],\"examples\":[],\"variations\":[],\"stems\":[\"kèdu\"]}],\"kèdụ ǹkè\":[{\"word\":\"kèdụ ǹkè\",\"wordClass\":\"INTJ\",\"definitions\":[\"which?\"],\"examples\":[],\"variations\":[],\"stems\":[\"kèdu\"]}],\"kèdụ ogè?\":[{\"word\":\"kèdụ ogè?\",\"wordClass\":\"INTJ\",\"definitions\":[\"when? (literally which time?)\"],\"examples\":[],\"variations\":[],\"stems\":[\"kèdu\"]}],\"kèdụ onye?\":[{\"word\":\"kèdụ onye?\",\"wordClass\":\"INTJ\",\"definitions\":[\"who? which person?\"],\"examples\":[],\"variations\":[],\"stems\":[\"kèdu\"]}],\"kèdụ uchè i?\":[{\"word\":\"kèdụ uchè i?\",\"wordClass\":\"INTJ\",\"definitions\":[\"what is your opinion?\"],\"examples\":[],\"variations\":[],\"stems\":[\"kèdu\"]}],\"kèdu zi\":[{\"word\":\"kèdu zi\",\"wordClass\":\"INTJ\",\"definitions\":[\"how then?\"],\"examples\":[],\"variations\":[\"kèe zi\"],\"stems\":[\"kèdu\"]}],\"kèdu\":[{\"word\":\"kèdu\",\"wordClass\":\"INTJ\",\"definitions\":[\"how? which?\"],\"examples\":[{\"igbo\":\"Kèdụ kà i mèlù?\",\"english\":\"How are you?\"}],\"variations\":[\"kèdụ\"],\"stems\":null}],\"-kè-ne\":[{\"word\":\"-kè-ne\",\"wordClass\":\"AV\",\"definitions\":[\"greet; thank\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-jekèta\":[{\"word\":\"-jekèta\",\"wordClass\":\"ESUF\",\"definitions\":[\"go near, nearer\"],\"examples\":[{\"igbo\":\"Jekèta yā nso\",\"english\":\"Go near him\"}],\"variations\":[],\"stems\":[\"-kè-ta\"]}],\"-kpụkèta\":[{\"word\":\"-kpụkèta\",\"wordClass\":\"ESUF\",\"definitions\":[\"draw near, nearer\"],\"examples\":[{\"igbo\":\"Kpụkèta akpàtì afù\",\"english\":\"Go up to that box, or, Draw that box nearer\"}],\"variations\":[],\"stems\":[\"-kè-ta\"]}],\"-kè-ta\":[{\"word\":\"-kè-ta\",\"wordClass\":\"ESUF\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kì-li\":[{\"word\":\"-kì-li\",\"wordClass\":\"AV\",\"definitions\":[\"look at; gaze at; witness; watch\",\"about; up and down (always with -gba)\"],\"examples\":[{\"igbo\":\"-gbakìli ànì\",\"english\":\"go about; go or move about hesitantly, worriedly, at random\"},{\"igbo\":\"Motō ì kà esò je afīa enupùgo ebe ị nà-àgbakìli ànì\",\"english\":\"The lorry you were to have taken to the market has left while you were busy fussing about\"}],\"variations\":[],\"stems\":[]}],\"-dị kịlịkịlị\":[{\"word\":\"-dị kịlịkịlị\",\"wordClass\":\"NNC\",\"definitions\":[\"be very tiny, small\"],\"examples\":[{\"igbo\":\"Achòlù m àgwa dī kịlịkịlị\",\"english\":\"I want small beans\"}],\"variations\":[],\"stems\":[\"kịlịkịlị\"]}],\"egō kịlịkịlị\":[{\"word\":\"egō kịlịkịlị\",\"wordClass\":\"NNC\",\"definitions\":[\"coins\"],\"examples\":[],\"variations\":[],\"stems\":[\"kịlịkịlị\"]}],\"kịlịkịlị\":[{\"word\":\"kịlịkịlị\",\"wordClass\":\"NNC\",\"definitions\":[\"tiny size\"],\"examples\":[{\"igbo\":\"Ọ kùtà ụmù kịlịkịlị azù\",\"english\":\"He caught tiny fish\"}],\"variations\":[],\"stems\":null}],\"kìlịkìlịkìlị\":[{\"word\":\"kìlịkìlịkìlị\",\"wordClass\":\"INTJ\",\"definitions\":[\"word used by children when trying to count stars at night; each number is preceded by this word, and they try to count as far as possible on one breath\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"azì kịtāà\":[{\"word\":\"azì kịtāà\",\"wordClass\":\"NNC\",\"definitions\":[\"youth of nowadays\"],\"examples\":[],\"variations\":[],\"stems\":[\"kịtāà\"]}],\"kịtāà\":[{\"word\":\"kịtāà\",\"wordClass\":\"NNC\",\"definitions\":[\"now\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"kịtịkpā\":[{\"word\":\"kịtịkpā\",\"wordClass\":\"NNC\",\"definitions\":[\"smallpox\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kobe\":[{\"word\":\"-kobe\",\"wordClass\":\"AV\",\"definitions\":[\"hang something on; spread out to dry; confer, bestow\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ko\"]}],\"-kokwàsị\":[{\"word\":\"-kokwàsị\",\"wordClass\":\"AV\",\"definitions\":[\"hang upon (as a snake)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ko\"]}],\"-kokwàsị akwà\":[{\"word\":\"-kokwàsị akwà\",\"wordClass\":\"AV\",\"definitions\":[\"wrap a cloth about the body\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ko\"]}],\"-kolu\":[{\"word\":\"-kolu\",\"wordClass\":\"AV\",\"definitions\":[\"remove from where hanging\",\"prepare\"],\"examples\":[{\"igbo\":\"Kòlu yā ebe à\",\"english\":\"Remove it from here (where you left it hanging)\"}],\"variations\":[],\"stems\":[\"-ko\"]}],\"-kopù\":[{\"word\":\"-kopù\",\"wordClass\":\"AV\",\"definitions\":[\"remove from where hanging\",\"be arrested and suspended in fall\"],\"examples\":[{\"igbo\":\"Kopù ya ebe à\",\"english\":\"Remove it from here (where it is wrongly hanging)\"}],\"variations\":[],\"stems\":[\"-ko\"]}],\"-koni\":[{\"word\":\"-koni\",\"wordClass\":\"AV\",\"definitions\":[\"start; set out\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ko\"]}],\"-ko\":[{\"word\":\"-ko\",\"wordClass\":\"AV\",\"definitions\":[\"hang\",\"used in\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òkùkò\":[{\"word\":\"òkùkò\",\"wordClass\":\"AV\",\"definitions\":[\"swelling; distending; bulging\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kò\"]}],\"-kò èkò\":[{\"word\":\"-kò èkò\",\"wordClass\":\"AV\",\"definitions\":[\"writhe; bubble; froth; ferment\",\"creep; climb (of plants)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kò\"]}],\"-kò ònùmà\":[{\"word\":\"-kò ònùmà\",\"wordClass\":\"AV\",\"definitions\":[\"be angry; swell with anger\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kò\",\"ònùmà\"]}],\"-kò ukò\":[{\"word\":\"-kò ukò\",\"wordClass\":\"AV\",\"definitions\":[\"put on airs; show off; be lavish in hospitality; puff oneself up\",\"put on airs; show off; be lavish in hospitality\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kò\",\"ukò\"]}],\"-kòdo\":[{\"word\":\"-kòdo\",\"wordClass\":\"AV\",\"definitions\":[\"catch; entangle; be entangled\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kò\"]}],\"-kò okwu\":[{\"word\":\"-kò okwu\",\"wordClass\":\"AV\",\"definitions\":[\"(fig.) cause trouble; invite quarrel, dispute (usually deliberately); assault\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kò\",\"okwu\"]}],\"-kò ugbō\":[{\"word\":\"-kò ugbō\",\"wordClass\":\"AV\",\"definitions\":[\"make a farm\",\"cultivate farm; farm\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kò\",\"ugbō\"]}],\"-nọkòba\":[{\"word\":\"-nọkòba\",\"wordClass\":\"\",\"definitions\":[\"sit together\"],\"examples\":[{\"igbo\":\"Achò m kà ụnù nọkòba ọnū\",\"english\":\"I want you to sit together\"}],\"variations\":[],\"stems\":[\"-kò\"]}],\"-tụkòba\":[{\"word\":\"-tụkòba\",\"wordClass\":\"\",\"definitions\":[\"heap together\"],\"examples\":[{\"igbo\":\"Tụkòba nkū n’ùsọ ajā\",\"english\":\"Heap the firewood beside the wall\"}],\"variations\":[],\"stems\":[\"-kò\",\"-tụ\"]}],\"-kò\":[{\"word\":\"-kò\",\"wordClass\":\"AV\",\"definitions\":[\"swell; distend; bulge\",\"hook; take with a hook\",\"plant (tubers)\",\"together (i.e. converging) (compare -kọ, where unity is stressed)\"],\"examples\":[{\"igbo\":\"Ndi mmādù àgbakòbago\",\"english\":\"The people have come together\"}],\"variations\":[],\"stems\":[]}],\"kòso\":[{\"word\":\"kòso\",\"wordClass\":\"\",\"definitions\":[\"see òkòso\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òkụkọ\":[{\"word\":\"òkụkọ\",\"wordClass\":\"AV\",\"definitions\":[\"telling, relating; guessing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kọ\"]}],\"-kọcha\":[{\"word\":\"-kọcha\",\"wordClass\":\"AV\",\"definitions\":[\"defame; revile; curse (= -kọ ọnū)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kọ\"]}],\"nkọcha\":[{\"word\":\"nkọcha\",\"wordClass\":\"AV\",\"definitions\":[\"defamation; reviling; curse\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kọ\"]}],\"-kọ ọnụ\":[{\"word\":\"-kọ ọnụ\",\"wordClass\":\"AV\",\"definitions\":[\"quarrel; abuse; revile (= -kọcha)\",\"quarrel; abuse; revile\"],\"examples\":[{\"igbo\":\"Àda nà Ǹkwọọma nà-àkọ ọnū\",\"english\":\"Ada and Nkwọọma are quarrelling\"},{\"igbo\":\"Àdâ jì nnwa Ǹkwọọma āmụtārọ àkọ yā ọnụ; o lofùgo nà ọ bù Chukwu nà-ezìta nwā\",\"english\":\"Ada has been taunting Nkwọọma with her childlessness; she has forgotton it is God who sends children\"}],\"variations\":[],\"stems\":[\"-kọ\",\"ọnū\"]}],\"-kọsà\":[{\"word\":\"-kọsà\",\"wordClass\":\"AV\",\"definitions\":[\"reveal; declare\"],\"examples\":[{\"igbo\":\"Ọ kōsàgo ife m gwàlù ya\",\"english\":\"He has revealed what I told him\"}],\"variations\":[],\"stems\":[\"-kọ\"]}],\"-kọwa\":[{\"word\":\"-kọwa\",\"wordClass\":\"AV\",\"definitions\":[\"explain; introduce\"],\"examples\":[{\"igbo\":\"Kòwalụ m#ọnye ọ bù\",\"english\":\"Introduce him to me\"}],\"variations\":[],\"stems\":[\"-kọ\"]}],\"-kọwa òdìnàànì\":[{\"word\":\"-kọwa òdìnàànì\",\"wordClass\":\"AV\",\"definitions\":[\"explain and set up new codes of ritual and political behaviour (especially of Nri man)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kọ\"]}],\"-kọ ọkọ\":[{\"word\":\"-kọ ọkọ\",\"wordClass\":\"AV\",\"definitions\":[\"scratch; itch\",\"itch; irritate\"],\"examples\":[{\"igbo\":\"Anya nà-àkọ m ọkọ\",\"english\":\"My eye itches\"}],\"variations\":[],\"stems\":[\"-kọ\",\"ọkọ\"]}],\"-kọ akọ\":[{\"word\":\"-kọ akọ\",\"wordClass\":\"AV\",\"definitions\":[\"dry\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kọ\"]}],\"mgbè ọkōchì\":[{\"word\":\"mgbè ọkōchì\",\"wordClass\":\"AV\",\"definitions\":[\"dry season\",\"time of dry season\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kọ\",\"mgbè\"]}],\"-kọ ùkọ\":[{\"word\":\"-kọ ùkọ\",\"wordClass\":\"AV\",\"definitions\":[\"be scarce\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kọ\",\"ùkọ\"]}],\"-kọ nsi\":[{\"word\":\"-kọ nsi\",\"wordClass\":\"AV\",\"definitions\":[\"practise sorcery against\"],\"examples\":[],\"variations\":[\"-kọ ọgwù\"],\"stems\":[\"-kọ\",\"nsi\"]}],\"-kpọkọlụ\":[{\"word\":\"-kpọkọlụ\",\"wordClass\":\"ESUF\",\"definitions\":[\"dry up completely\",\"call together and take away (of humans and animals that are capable of following) Ọ bụlụ nà ụnù eme chirọ ụzò òfụma nkịtā m gà-abàta kpọkọlụ ụmù ya If you do not close the door properly my dog will come in and take away its puppies\",\"wither; dry up (completely)\",\"gather together and take away\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kọ\",\"-kpọ\",\"-lụ\"]}],\"-kọ\":[{\"word\":\"-kọ\",\"wordClass\":\"AV\",\"definitions\":[\"tell; relate; guess\",\"scratch\",\"be dry\",\"be scarce, no longer obtainable\",\"together (in company with); joining (compare -kò, where convergence, sometimes to the point of deformity, is stressed)\",\"all; altogether\",\"present action; en route to\"],\"examples\":[{\"igbo\":\"Ego kòlù m\",\"english\":\"I am short of money\"}],\"variations\":[],\"stems\":[]}],\"kọbò\":[{\"word\":\"kọbò\",\"wordClass\":\"NNC\",\"definitions\":[\"penny (English copper)\"],\"examples\":[],\"variations\":[\"kọpò\",\"kobo\"],\"stems\":null}],\"kọmkọm\":[{\"word\":\"kọmkọm\",\"wordClass\":\"NNC\",\"definitions\":[\"an old type of money\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"kòọ dì nwọò\":[{\"word\":\"kòọ dì nwọò\",\"wordClass\":\"\",\"definitions\":[\"see kà\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ndị kọtùma\":[{\"word\":\"ndị kọtùma\",\"wordClass\":\"NNC\",\"definitions\":[\"court-messengers\"],\"examples\":[],\"variations\":[],\"stems\":[\"kọtùma\",\"ndị\"]}],\"kọtùma\":[{\"word\":\"kọtùma\",\"wordClass\":\"NNC\",\"definitions\":[\"court messenger (English)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"onye òtuū Kraìst\":[{\"word\":\"onye òtuū Kraìst\",\"wordClass\":\"NNC\",\"definitions\":[\"Christian\"],\"examples\":[{\"igbo\":\"Ndùbeezè bù ezigbo onye òtuū Kraìst\",\"english\":\"Ndùbeeze is a good devoted Christian\"}],\"variations\":[],\"stems\":[\"Kraìst\",\"onye\",\"òtù\"]}],\"òtuū Kraìst\":[{\"word\":\"òtuū Kraìst\",\"wordClass\":\"NNC\",\"definitions\":[\"Christianity\"],\"examples\":[],\"variations\":[],\"stems\":[\"Kraìst\",\"òtù\"]}],\"Kraìst\":[{\"word\":\"Kraìst\",\"wordClass\":\"NNC\",\"definitions\":[\"Christ\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-ku eku\":[{\"word\":\"-ku eku\",\"wordClass\":\"AV\",\"definitions\":[\"scoop; ladle\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ku\"]}],\"-ku mmilī\":[{\"word\":\"-ku mmilī\",\"wordClass\":\"AV\",\"definitions\":[\"scoop water out of a vessel\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ku\",\"mmilī\"]}],\"-kunye mmilī\":[{\"word\":\"-kunye mmilī\",\"wordClass\":\"AV\",\"definitions\":[\"bring water to\"],\"examples\":[{\"igbo\":\"Kùnye m#mmilī\",\"english\":\"Give me water\"}],\"variations\":[],\"stems\":[\"-ku\",\"mmilī\"]}],\"-ku ofe\":[{\"word\":\"-ku ofe\",\"wordClass\":\"AV\",\"definitions\":[\"scoop up soup\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ku\"]}],\"-kute mmilī\":[{\"word\":\"-kute mmilī\",\"wordClass\":\"AV\",\"definitions\":[\"fetch water in a vessel\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ku\",\"mmilī\"]}],\"-ku\":[{\"word\":\"-ku\",\"wordClass\":\"AV\",\"definitions\":[\"scoop up and carry liquid\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òkùkù\":[{\"word\":\"òkùkù\",\"wordClass\":\"AV\",\"definitions\":[\"blowing; fanning; breathing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kù\"]}],\"-kùdebe ume\":[{\"word\":\"-kùdebe ume\",\"wordClass\":\"AV\",\"definitions\":[\"stop breathing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kù\",\"ume\"]}],\"-kùfè\":[{\"word\":\"-kùfè\",\"wordClass\":\"AV\",\"definitions\":[\"moving rapidly past, creating a current of air\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kù\"]}],\"-kùfè èkufè\":[{\"word\":\"-kùfè èkufè\",\"wordClass\":\"AV\",\"definitions\":[\"pass away; blow over as the wind\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kù\"]}],\"-kù n’anya n’anya\":[{\"word\":\"-kù n’anya n’anya\",\"wordClass\":\"AV\",\"definitions\":[\"pant\"],\"examples\":[{\"igbo\":\"Ọ gbàlù ọsọ, wèe na-ekù n’anya n’anya\",\"english\":\"He ran and started panting\"}],\"variations\":[],\"stems\":[\"-kù\"]}],\"-kùpù ume\":[{\"word\":\"-kùpù ume\",\"wordClass\":\"AV\",\"definitions\":[\"faint; be faint\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kù\",\"ume\"]}],\"-kù ume\":[{\"word\":\"-kù ume\",\"wordClass\":\"AV\",\"definitions\":[\"breathe\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kù\",\"ume\"]}],\"-kùbì ume\":[{\"word\":\"-kùbì ume\",\"wordClass\":\"AV\",\"definitions\":[\"cease to breathe; die\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kù\"]}],\"ǹkù\":[{\"word\":\"ǹkù\",\"wordClass\":\"NNC\",\"definitions\":[\"wing of bird; fin of fish; projecting part of body\",\"barb of a hook or spear\",\"used in\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òkùkù ume\":[{\"word\":\"òkùkù ume\",\"wordClass\":\"AV\",\"definitions\":[\"lung (human)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kù\",\"ume\"]}],\"-kù mmụō\":[{\"word\":\"-kù mmụō\",\"wordClass\":\"AV\",\"definitions\":[\"invite masquerader to a place (e.g. funeral)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kù\",\"mmụō\"]}],\"-tikù\":[{\"word\":\"-tikù\",\"wordClass\":\"AV\",\"definitions\":[\"call upon\",\"shout to; call upon (for help); cry to (compare -kpọkù)\"],\"examples\":[{\"igbo\":\"Ànyî jì aka nà Chinēkè gà-ànụ onu ānyị ogè ànyị tikùlù Ya\",\"english\":\"We are confident that God will hear us when we cry to Him\"}],\"variations\":[],\"stems\":[\"-kù\",\"-ti\"]}],\"-kù azù\":[{\"word\":\"-kù azù\",\"wordClass\":\"AV\",\"definitions\":[\"catch fish; fish with hook\"],\"examples\":[{\"igbo\":\"Afùlù m ndi nā-akù azù na mmili Ōbosi\",\"english\":\"I saw some people fishing in Obosi river, or I saw some fishermen in Obosi river\"}],\"variations\":[],\"stems\":[\"-kù\"]}],\"-kù ǹgwụlō\":[{\"word\":\"-kù ǹgwụlō\",\"wordClass\":\"AV\",\"definitions\":[\"sit cross-legged\",\"sit on floor with legs crossed\"],\"examples\":[{\"igbo\":\"azū mgbaàkùlù\",\"english\":\"dried fish which is rolled up with a stick through it\"},{\"igbo\":\"Nwannē m nwaànyì nà-èle azū mgbaàkùlù\",\"english\":\"My sister sells mgbaàkùlù fish\"},{\"igbo\":\"Akùzìnà ǹgwụlō n’iru onye ọbìà\",\"english\":\"Stop sitting cross-legged in the presence of the stranger\"}],\"variations\":[],\"stems\":[\"-kù\",\"ǹgwụlō\"]}],\"-kù nni\":[{\"word\":\"-kù nni\",\"wordClass\":\"AV\",\"definitions\":[\"supply with food; cultivate\"],\"examples\":[{\"igbo\":\"Ò gịnī kà ị nà-èje imē n’ubì n’ùtụtū à? Anà m èje ịkù nni\",\"english\":\"What are you going to do in the farm this morning? I am going to cultivate some crops\"}],\"variations\":[],\"stems\":[\"-kù\",\"nni\"]}],\"-kù ọkù\":[{\"word\":\"-kù ọkù\",\"wordClass\":\"AV\",\"definitions\":[\"tend, keep livestock\"],\"examples\":[{\"igbo\":\"Ịkù ọkù bù ezigbọ ọlū\",\"english\":\"Keeping livestock is a good hobby\"}],\"variations\":[],\"stems\":[\"-kù\"]}],\"-kù àkùkù\":[{\"word\":\"-kù àkùkù\",\"wordClass\":\"AV\",\"definitions\":[\"use slang word\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kù\"]}],\"-makù\":[{\"word\":\"-makù\",\"wordClass\":\"ESUF\",\"definitions\":[\"press to one's body; embrace\",\"embrace\",\"bring near\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kù\",\"-ma\"]}],\"-makùta\":[{\"word\":\"-makùta\",\"wordClass\":\"ESUF\",\"definitions\":[\"embrace completely\",\"clasp to body\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kù\",\"-ma\"]}],\"-kù\":[{\"word\":\"-kù\",\"wordClass\":\"AV\",\"definitions\":[\"blow (of wind); fan; breathe\",\"call (compare -kpọ)\",\"hook\",\"bring into use, especially for food production; cultivate land; tend livestock\",\"used in\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-kùbàta\":[{\"word\":\"-kùbàta\",\"wordClass\":\"AV\",\"definitions\":[\"bring in (especially of small child)\"],\"examples\":[{\"igbo\":\"Kubàta nnwa n’ụnò\",\"english\":\"Bring the child into the house\"}],\"variations\":[],\"stems\":[\"-kù-\"]}],\"-kùchi nwunyè\":[{\"word\":\"-kùchi nwunyè\",\"wordClass\":\"AV\",\"definitions\":[\"take the wife of a dead relation\",\"take the wife of a dead person\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kù-\",\"-nwu\"]}],\"-kùdà\":[{\"word\":\"-kùdà\",\"wordClass\":\"AV\",\"definitions\":[\"bring down\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kù-\"]}],\"-kùni\":[{\"word\":\"-kùni\",\"wordClass\":\"AV\",\"definitions\":[\"lift up; rise; get up\"],\"examples\":[{\"igbo\":\"O kùnigo!\",\"english\":\"He is risen\"},{\"igbo\":\"Ọ nà-èje ikùnì nwa dālụ adà\",\"english\":\"She is going to pick up the child who has fallen down\"}],\"variations\":[],\"stems\":[\"-kù-\"]}],\"-kù n’obì\":[{\"word\":\"-kù n’obì\",\"wordClass\":\"AV\",\"definitions\":[\"hold at the breast; carry in the bosom\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kù-\",\"obì\"]}],\"-kupùte\":[{\"word\":\"-kupùte\",\"wordClass\":\"AV\",\"definitions\":[\"present child at naming ceremony\"],\"examples\":[],\"variations\":[\"-kupùta\"],\"stems\":[\"-kù-\"]}],\"-kù-\":[{\"word\":\"-kù-\",\"wordClass\":\"AV\",\"definitions\":[\"carry\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"kukuǹdùku\":[{\"word\":\"kukuǹdùku\",\"wordClass\":\"NNC\",\"definitions\":[\"sweet potato\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nkuzi\":[{\"word\":\"nkuzi\",\"wordClass\":\"AV\",\"definitions\":[\"teaching\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ku-zi\"]}],\"onye nkuzi\":[{\"word\":\"onye nkuzi\",\"wordClass\":\"AV\",\"definitions\":[\"teacher; instructor\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ku-zi\"]}],\"òzùzù nkuzi\":[{\"word\":\"òzùzù nkuzi\",\"wordClass\":\"AV\",\"definitions\":[\"teacher training\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ku-zi\"]}],\"-ku-zi\":[{\"word\":\"-ku-zi\",\"wordClass\":\"AV\",\"definitions\":[\"teach\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òkụkụ\":[{\"word\":\"òkụkụ\",\"wordClass\":\"AV\",\"definitions\":[\"planting; time for planting\",\"knocking; striking; ringing\"],\"examples\":[{\"igbo\":\"Agà m àbịa n’òkụkụ ọkà\",\"english\":\"I shall come during the maize- planting season\"}],\"variations\":[],\"stems\":[\"-kụ\"]}],\"-kụ ọkà\":[{\"word\":\"-kụ ọkà\",\"wordClass\":\"AV\",\"definitions\":[\"plant maize\"],\"examples\":[{\"igbo\":\"Òbi adī àkụ ọkà\",\"english\":\"Obi never plants maize on his farm\"}],\"variations\":[],\"stems\":[\"-kụ\",\"ọkà\"]}],\"-kụji\":[{\"word\":\"-kụji\",\"wordClass\":\"AV\",\"definitions\":[\"break into parts\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kụ\"]}],\"-kụkọlịta\":[{\"word\":\"-kụkọlịta\",\"wordClass\":\"AV\",\"definitions\":[\"collide\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kụ\"]}],\"nkụkọlịta\":[{\"word\":\"nkụkọlịta\",\"wordClass\":\"AV\",\"definitions\":[\"collision\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kụ\"]}],\"-kụkpọ\":[{\"word\":\"-kụkpọ\",\"wordClass\":\"AV\",\"definitions\":[\"break; smash (e.g. egg); break down\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kụ\"]}],\"-kụlì\":[{\"word\":\"-kụlì\",\"wordClass\":\"AV\",\"definitions\":[\"break into pieces\",\"break into pieces by knocking\"],\"examples\":[{\"igbo\":\"Ọ nà-àkụlì ajā\",\"english\":\"She is breaking a piece of mud wall\"}],\"variations\":[],\"stems\":[\"-kụ\",\"-lì\"]}],\"-kụ mgbịlịgba\":[{\"word\":\"-kụ mgbịlịgba\",\"wordClass\":\"AV\",\"definitions\":[\"ring a bell\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kụ\"]}],\"-kụ òfọ\":[{\"word\":\"-kụ òfọ\",\"wordClass\":\"AV\",\"definitions\":[\"knock òfọ on the ground (of a priest in giving judgement)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kụ\",\"òfọ\"]}],\"-kụ òkpọ\":[{\"word\":\"-kụ òkpọ\",\"wordClass\":\"AV\",\"definitions\":[\"knock the head with the knuckles; box\",\"box\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kụ\",\"òkpọ\"]}],\"-kụpịa\":[{\"word\":\"-kụpịa\",\"wordClass\":\"AV\",\"definitions\":[\"smash into pieces\"],\"examples\":[],\"variations\":[\"-kụpìà\"],\"stems\":[\"-kụ\",\"-pịa\"]}],\"-kụpù\":[{\"word\":\"-kụpù\",\"wordClass\":\"AV\",\"definitions\":[\"knock off\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kụ\"]}],\"-kụpù aka -kụsịsị aka\":[{\"word\":\"-kụpù aka -kụsịsị aka\",\"wordClass\":\"AV\",\"definitions\":[\"fail; give up\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kụ\"]}],\"òkụ òkpòkpò\":[{\"word\":\"òkụ òkpòkpò\",\"wordClass\":\"AV\",\"definitions\":[\"influenza\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kụ\"]}],\"-kụ mmanya\":[{\"word\":\"-kụ mmanya\",\"wordClass\":\"AV\",\"definitions\":[\"mix wine\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kụ\",\"manya\"]}],\"-kụ nsị\":[{\"word\":\"-kụ nsị\",\"wordClass\":\"AV\",\"definitions\":[\"mix poison; practise sorcery\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kụ\"]}],\"-kụ ọgwù\":[{\"word\":\"-kụ ọgwù\",\"wordClass\":\"AV\",\"definitions\":[\"mix medicine\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kụ\"]}],\"-takụ\":[{\"word\":\"-takụ\",\"wordClass\":\"AV\",\"definitions\":[\"stick to\",\"stick to (of sticky substance)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kụ\",\"-ta\"]}],\"-kụ\":[{\"word\":\"-kụ\",\"wordClass\":\"AV\",\"definitions\":[\"plant (seeds)\",\"knock; strike; ring (a bell)\",\"mix\",\"extensional suffix upon; to; against\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"nkụjà\":[{\"word\":\"nkụjà\",\"wordClass\":\"AV\",\"definitions\":[\"a start, shock\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kụ-ja\"]}],\"-kụ-ja\":[{\"word\":\"-kụ-ja\",\"wordClass\":\"AV\",\"definitions\":[\"start; be startled\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-gbakụta\":[{\"word\":\"-gbakụta\",\"wordClass\":\"\",\"definitions\":[\"contest all\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kụ-ta\"]}],\"-kwukụta\":[{\"word\":\"-kwukụta\",\"wordClass\":\"\",\"definitions\":[\"say all\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kụ-ta\"]}],\"-makụta\":[{\"word\":\"-makụta\",\"wordClass\":\"\",\"definitions\":[\"know all\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kụ-ta\"]}],\"-nụkụta\":[{\"word\":\"-nụkụta\",\"wordClass\":\"\",\"definitions\":[\"hear all\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kụ-ta\"]}],\"-sàkụta\":[{\"word\":\"-sàkụta\",\"wordClass\":\"\",\"definitions\":[\"reply to all\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kụ-ta\"]}],\"-kụ-ta\":[{\"word\":\"-kụ-ta\",\"wordClass\":\"\",\"definitions\":[\"completely\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"KP\":[{\"word\":\"KP\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"òkpụkpa\":[{\"word\":\"òkpụkpa\",\"wordClass\":\"AV\",\"definitions\":[\"propelling\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"-kpa aka ànì\":[{\"word\":\"-kpa aka ànì\",\"wordClass\":\"AV\",\"definitions\":[\"be mischievous; play tricks\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"-kpa akpa\":[{\"word\":\"-kpa akpa\",\"wordClass\":\"AV\",\"definitions\":[\"pick with an instrument\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"-kpacha\":[{\"word\":\"-kpacha\",\"wordClass\":\"AV\",\"definitions\":[\"scrape (e.g. roasted yam); make neat\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"-kpacha ji -kpachalụ anya -kpachapù = - kpapù -kpachapù anya\":[{\"word\":\"-kpacha ji -kpachalụ anya -kpachapù = - kpapù -kpachapù anya\",\"wordClass\":\"AV\",\"definitions\":[\"scrape yam\",\"take care; be careful, vigilant\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"-kpachapùta\":[{\"word\":\"-kpachapùta\",\"wordClass\":\"AV\",\"definitions\":[\"bring out with an instrument; to pick out, expose, bring out by scraping\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"-kpalàchi\":[{\"word\":\"-kpalàchi\",\"wordClass\":\"AV\",\"definitions\":[\"be spread, strewn upon\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"-kpani\":[{\"word\":\"-kpani\",\"wordClass\":\"AV\",\"definitions\":[\"raise, lift up (with instrument)\",\"(fig.) stir up; provoke; incite\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"-kpanye\":[{\"word\":\"-kpanye\",\"wordClass\":\"AV\",\"definitions\":[\"make a small present; give a tip gịnị  kà ị kpānyelụ nwatā biCalụ kène giC? What did you give the child who visited you?\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"-kpa okè\":[{\"word\":\"-kpa okè\",\"wordClass\":\"AV\",\"definitions\":[\"make boundary; move (objects) aside to show demarcation\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\",\"okè\"]}],\"-kpa oke  ànì\":[{\"word\":\"-kpa oke  ànì\",\"wordClass\":\"AV\",\"definitions\":[\"make boundary between lands\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"-kpa ọchì\":[{\"word\":\"-kpa ọchì\",\"wordClass\":\"AV\",\"definitions\":[\"cause laughter Ife o kwùlù kpàlù ọchì His remark gave rise to laughter\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"-kpa ọkụ\":[{\"word\":\"-kpa ọkụ\",\"wordClass\":\"AV\",\"definitions\":[\"strike a match; turn on a light\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"mkpa ọ kụ\":[{\"word\":\"mkpa ọ kụ\",\"wordClass\":\"AV\",\"definitions\":[\"matches\",\"shove off; brush off; set aside (normally with instrument); pick out (with stick) and remove; push open by force, press open (e.g. burst door open); push off (e.g. three persons lying on a bed, one of them being pushed off as a result of the others being selfish. The pushing is not done by the hand but by the body) Bikō, kpapù alịlị afù ìlo Please take that millipede outside; (fig.) push out (e.g. if one person is forced to leave house where he was living with others)\"],\"examples\":[],\"variations\":[\"mkpa nókụ -kpapù\"],\"stems\":[\"-kpa\"]}],\"-kpasà\":[{\"word\":\"-kpasà\",\"wordClass\":\"AV\",\"definitions\":[\"scatter (with some care); spread out (e.g. grains in sun, partly burnt firewood)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"-kpasàpù\":[{\"word\":\"-kpasàpù\",\"wordClass\":\"AV\",\"definitions\":[\"spread wide open\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"-kpasu\":[{\"word\":\"-kpasu\",\"wordClass\":\"AV\",\"definitions\":[\"disturb; trouble; provoke\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"mkpasu\":[{\"word\":\"mkpasu\",\"wordClass\":\"AV\",\"definitions\":[\"excitement; provocation\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"mkpasu iwe\":[{\"word\":\"mkpasu iwe\",\"wordClass\":\"AV\",\"definitions\":[\"provocation\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"-kpata\":[{\"word\":\"-kpata\",\"wordClass\":\"AV\",\"definitions\":[\"cause Ọ bù gqị kpàtàlù ife e jì pịa m  ìtàlì n’ùtụtụ  à You were the cause of my being flogged this morning\",\"acquire; collect\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"-kpatụ\":[{\"word\":\"-kpatụ\",\"wordClass\":\"AV\",\"definitions\":[\"rustle\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"mkpatụ\":[{\"word\":\"mkpatụ\",\"wordClass\":\"AV\",\"definitions\":[\"rustling\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"(agwù) -kpa\":[{\"word\":\"(agwù) -kpa\",\"wordClass\":\"AV\",\"definitions\":[\"be mildly mentally deranged\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"-kpa afịfịa -kpa akụ A.\":[{\"word\":\"-kpa afịfịa -kpa akụ A.\",\"wordClass\":\"AV\",\"definitions\":[\"collect herbs\"],\"examples\":[{\"igbo\":\"Ụmù akā èjego ịkpā akụ\",\"english\":\"The children have gone in search of kernels mkpa akụ  the search for kernels\"}],\"variations\":[],\"stems\":[\"-kpa\"]}],\"B.\":[{\"word\":\"B.\",\"wordClass\":\"AV\",\"definitions\":[\"pluck (leaves from plant)\",\"rub oneself with something greasy\",\"be speechless; be unable to speak much, or at all\",\"purify woman after childbirth\",\"invite masquerade to a ceremony\",\"take (snuff) (literally strike in)\",\"cover, sit on (eggs)\",\"pull oneself along without using legs; creep; shuffle; wriggle; glide (as snake)\",\"keep funeral Ànyị nà-àkwa Ijè We are keeping Ije’s funeral\",\"repay the bride-price paid on a wife\",\"be paralysed\",\"used in\",\"(also -nye-lụ) into, to, with (following another verb, as if suffix)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\",\"kpa\",\"-kpà\",\"-kpo\",\"-kpọ\",\"kpọm\",\"-kpù\",\"-kpụ\",\"-kwa\",\"-kwụ\",\"-nwụ\",\"-nye\",\"-nyefè\"]}],\"Bìa sòlu m  kpàa akụ -kpakọ\":[{\"word\":\"Bìa sòlu m  kpàa akụ -kpakọ\",\"wordClass\":\"AV\",\"definitions\":[\"Come and play a (board) game with me\",\"gather; collect\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"-kpakọbà\":[{\"word\":\"-kpakọbà\",\"wordClass\":\"AV\",\"definitions\":[\"gather together into; heap up\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"-kpakọnye\":[{\"word\":\"-kpakọnye\",\"wordClass\":\"AV\",\"definitions\":[\"gather and give or put into\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"-kpakọta\":[{\"word\":\"-kpakọta\",\"wordClass\":\"AV\",\"definitions\":[\"gather, collect (from different points but same area, e.g. farm) and bring Achòlù m kà ụnù jee kpakọta nkụ  I want you (pl.) to go and fetch firewood\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"-kpa mkpa\":[{\"word\":\"-kpa mkpa\",\"wordClass\":\"AV\",\"definitions\":[\"seek diligently; search for carefully e.g. -kpa mkpa akụ search for palm kernels in the farm (usually by children)\",\"be few; scarce\",\"be few, scarce\",\"seek diligently\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\",\"mkpa\"]}],\"-kpa nkụ\":[{\"word\":\"-kpa nkụ\",\"wordClass\":\"AV\",\"definitions\":[\"gather firewood\",\"fetch firewood\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\",\"nkụ\"]}],\"-kpa nni\":[{\"word\":\"-kpa nni\",\"wordClass\":\"AV\",\"definitions\":[\"(of animals) wander about in farm, forest, etc., in search of food\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\",\"nni\"]}],\"-kpa àgwà ọjọọ\":[{\"word\":\"-kpa àgwà ọjọọ\",\"wordClass\":\"AV\",\"definitions\":[\"behave badly\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"-kpa ajọ  ụkpa\":[{\"word\":\"-kpa ajọ  ụkpa\",\"wordClass\":\"AV\",\"definitions\":[\"make bad or disagreeable friendship (e.g. as when a person is intimate with another person whose morality and ways are bad or questionable); walk with criminals or suspects; keep bad company\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"-kpabàta\":[{\"word\":\"-kpabàta\",\"wordClass\":\"AV\",\"definitions\":[\"walk, wander in(to)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"-kpafù\":[{\"word\":\"-kpafù\",\"wordClass\":\"AV\",\"definitions\":[\"go astray; stray and get lost\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"mkpafùli\":[{\"word\":\"mkpafùli\",\"wordClass\":\"AV\",\"definitions\":[\"negligence; going astray\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"-kpago\":[{\"word\":\"-kpago\",\"wordClass\":\"AV\",\"definitions\":[\"walk up; stray up\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"-kpaghalị\":[{\"word\":\"-kpaghalị\",\"wordClass\":\"AV\",\"definitions\":[\"a walk about; stroll; wander about\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"-kpakọ\":[{\"word\":\"-kpakọ\",\"wordClass\":\"AV\",\"definitions\":[\"walk together (of friends)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"mkpakọ\":[{\"word\":\"mkpakọ\",\"wordClass\":\"AV\",\"definitions\":[\"intercourse\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"-kpakwudo\":[{\"word\":\"-kpakwudo\",\"wordClass\":\"AV\",\"definitions\":[\"encounter each other suddenly; overtake\",\"forsake; leave behind\"],\"examples\":[],\"variations\":[\"- kpakwụdo -kpanarị\"],\"stems\":[\"-kpa\"]}],\"-kpa ndu\":[{\"word\":\"-kpa ndu\",\"wordClass\":\"AV\",\"definitions\":[\"walk together; be companions; escort\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"-kpapù\":[{\"word\":\"-kpapù\",\"wordClass\":\"AV\",\"definitions\":[\"go out for a walk\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"-kpa ùkpa\":[{\"word\":\"-kpa ùkpa\",\"wordClass\":\"AV\",\"definitions\":[\"be friends; companions\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\",\"ùkpa\"]}],\"-kpa ùkpa oriì\":[{\"word\":\"-kpa ùkpa oriì\",\"wordClass\":\"AV\",\"definitions\":[\"be friends with a thief or thieves\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"òkpa nnakā ya\":[{\"word\":\"òkpa nnakā ya\",\"wordClass\":\"AV\",\"definitions\":[\"person who is fond of going alone, who is never found going\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"òkpa nnịkā ya\":[{\"word\":\"òkpa nnịkā ya\",\"wordClass\":\"AV\",\"definitions\":[\"anywhere in company of friends; solitary person\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"ùkpa\":[{\"word\":\"ùkpa\",\"wordClass\":\"NNC\",\"definitions\":[\"large oblong market basket, made from aŋā\",\"a walk\",\"friendship; communion\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-kpagozi\":[{\"word\":\"-kpagozi\",\"wordClass\":\"AV\",\"definitions\":[\"teach\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"-kpalị\":[{\"word\":\"-kpalị\",\"wordClass\":\"AV\",\"definitions\":[\"insult; show disrespect to\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"mkpalị\":[{\"word\":\"mkpalị\",\"wordClass\":\"NNC\",\"definitions\":[\"insult; abuse\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kpa n gàn gà\":[{\"word\":\"-kpa n gàn gà\",\"wordClass\":\"AV\",\"definitions\":[\"joke; be boastful\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"-kpa nkàta\":[{\"word\":\"-kpa nkàta\",\"wordClass\":\"AV\",\"definitions\":[\"talk; converse; chat Bikō nye mụ nà Ibè efè níme ụnò ụlā màkà nà ànyiCchòlù ịkpā nkàta nébe  afù Please leave the room for Ibe and myself, for we want to chat there\",\"converse\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\",\"nkàta\"]}],\"-kpazi\":[{\"word\":\"-kpazi\",\"wordClass\":\"AV\",\"definitions\":[\"show; teach; direct\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpa\"]}],\"-kpa\":[{\"word\":\"-kpa\",\"wordClass\":\"AV\",\"definitions\":[\"sense, cause\",\"gather; search for\",\"wander about\",\"cause disturbance\",\"Akpà m mkpà n’aka I am nursing a baby\",\"AV\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-kpa manụ\":[{\"word\":\"-kpa manụ\",\"wordClass\":\"AV\",\"definitions\":[\"buy oil\"],\"examples\":[],\"variations\":[],\"stems\":[\"kpa\"]}],\"-kpa ùde\":[{\"word\":\"-kpa ùde\",\"wordClass\":\"AV\",\"definitions\":[\"rub on pomade, grease, ointment, cream\"],\"examples\":[],\"variations\":[],\"stems\":[\"kpa\"]}],\"kpa\":[{\"word\":\"kpa\",\"wordClass\":\"AV\",\"definitions\":[\"buy (oil)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-me\":[{\"word\":\"-me\",\"wordClass\":\"AV\",\"definitions\":[\"do; act; make; happen; cause\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"kpakalakpakala\":[{\"word\":\"kpakalakpakala\",\"wordClass\":\"AV\",\"definitions\":[\"used in\",\"bicycle)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\"]}],\"-kpà àkpà = -kpà\":[{\"word\":\"-kpà àkpà = -kpà\",\"wordClass\":\"AV\",\"definitions\":[\"be narrow, tight, pressed together, choked, crowded; restrict;\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpà\"]}],\"mkpà\":[{\"word\":\"mkpà\",\"wordClass\":\"NNC\",\"definitions\":[\"need; difficulty; necessity (from -kpà 2. be needful)\",\"used in\",\"forceps; tongs\",\"holding; captivity; restriction; imprisonment (from -kpà 1. grip)\",\"one stake full of yams tied in a barn\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-kpàchibìdo\":[{\"word\":\"-kpàchibìdo\",\"wordClass\":\"AV\",\"definitions\":[\"lock in or out\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpà\"]}],\"-kpàchisị\":[{\"word\":\"-kpàchisị\",\"wordClass\":\"AV\",\"definitions\":[\"lock up (many locks, doors, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpà\"]}],\"-kpàchi(ta)\":[{\"word\":\"-kpàchi(ta)\",\"wordClass\":\"AV\",\"definitions\":[\"lock\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpà\"]}],\"-kpàdo\":[{\"word\":\"-kpàdo\",\"wordClass\":\"AV\",\"definitions\":[\"pile up; store; board; cover up (literally press upon)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpà\"]}],\"-kpàfànye\":[{\"word\":\"-kpàfànye\",\"wordClass\":\"AV\",\"definitions\":[\"intrude; force in between tight space; insert\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpà\"]}],\"-kpàgbu\":[{\"word\":\"-kpàgbu\",\"wordClass\":\"AV\",\"definitions\":[\"choke; suffocate\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpà\"]}],\"mkpàgbu\":[{\"word\":\"mkpàgbu\",\"wordClass\":\"AV\",\"definitions\":[\"tribulation; oppression; trouble\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpà\"]}],\"-kpàghe\":[{\"word\":\"-kpàghe\",\"wordClass\":\"AV\",\"definitions\":[\"press open; unlock (with key) Bikō kpàgheelụ m  ụzò Please unlock the door for me\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpà\"]}],\"-kpàji\":[{\"word\":\"-kpàji\",\"wordClass\":\"AV\",\"definitions\":[\"break; snap\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpà\"]}],\"-kpàjipù\":[{\"word\":\"-kpàjipù\",\"wordClass\":\"AV\",\"definitions\":[\"break, snap off\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpà\"]}],\"-kpàjirà\":[{\"word\":\"-kpàjirà\",\"wordClass\":\"AV\",\"definitions\":[\"break into two equal parts\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpà\"]}],\"-kpàjita -kpàkọ -kpà mkpà = -kpà àkpà -kpà ntì\":[{\"word\":\"-kpàjita -kpàkọ -kpà mkpà = -kpà àkpà -kpà ntì\",\"wordClass\":\"AV\",\"definitions\":[\"break and bring\",\"listen carelessly; pretend not to hear; be obstinate (literally close ear)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpà\"]}],\"-kpà ọnụ\":[{\"word\":\"-kpà ọnụ\",\"wordClass\":\"AV\",\"definitions\":[\"become, render speechless; be dumbfounded Ife Àda mèlù nébe ànyị jèlù kpàlù m ọnụ  What Ada did where we went left me dumbfounded\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpà\"]}],\"anya akpà (ọnụ ) -kpà A.\":[{\"word\":\"anya akpà (ọnụ ) -kpà A.\",\"wordClass\":\"AV\",\"definitions\":[\"goggling eyes\",\"lose appetite Ọnụ  kpàlù m I have no appetite\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpà\"]}],\"ọnụ òkpùkpà\":[{\"word\":\"ọnụ òkpùkpà\",\"wordClass\":\"AV\",\"definitions\":[\"speechlessness; exhaustion; utter weariness\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpà\",\"ọnū\"]}],\"-kpà mkpà\":[{\"word\":\"-kpà mkpà\",\"wordClass\":\"AV\",\"definitions\":[\"need; have need; be necessary; compel Ènyò anyā nà-akpā m  mkpà n kè nnukwu#I am seriously in need of glasses\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpà\"]}],\"òkpùkpà isiì\":[{\"word\":\"òkpùkpà isiì\",\"wordClass\":\"AV\",\"definitions\":[\"plaiting of hair\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpà\"]}],\"-kpà n kàtà\":[{\"word\":\"-kpà n kàtà\",\"wordClass\":\"AV\",\"definitions\":[\"make basket\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpà\"]}],\"-kpàcha\":[{\"word\":\"-kpàcha\",\"wordClass\":\"AV\",\"definitions\":[\"cut; trim; barb; crop\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpà\"]}],\"-kpàcha ajị anụ\":[{\"word\":\"-kpàcha ajị anụ\",\"wordClass\":\"AV\",\"definitions\":[\"crop, shave, cut hair of animal\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpà\"]}],\"-kpàchapù\":[{\"word\":\"-kpàchapù\",\"wordClass\":\"AV\",\"definitions\":[\"crop, cut, trim off\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpà\"]}],\"-kpàchasị\":[{\"word\":\"-kpàchasị\",\"wordClass\":\"AV\",\"definitions\":[\"cut, shave, etc., entirely\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpà\",\"-sị\"]}],\"-kpàchasị isi\":[{\"word\":\"-kpàchasị isi\",\"wordClass\":\"AV\",\"definitions\":[\"barb hair of head (less common than -kpàcha isi)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpà\"]}],\"-kpà\":[{\"word\":\"-kpà\",\"wordClass\":\"AV\",\"definitions\":[\"suppression; compression\",\"be needful gịnị  nà-akpā gị? What are you in need of?\",\"plaiting\",\"trimming; cutting\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"kpakpan do\":[{\"word\":\"kpakpan do\",\"wordClass\":\"NNC\",\"definitions\":[\"morning star\"],\"examples\":[],\"variations\":[],\"stems\":[\"kpakpan dò\"]}],\"ụ tụtù\":[{\"word\":\"ụ tụtù\",\"wordClass\":\"NNC\",\"definitions\":[],\"examples\":[{\"igbo\":\"Na-àgafè dịkà kpa kpakpan do ụ tụtù\",\"english\":\"Passing away like the morning star (funeral hymn)\"}],\"variations\":[],\"stems\":[\"kpakpan dò\"]}],\"kpakpan dò\":[{\"word\":\"kpakpan dò\",\"wordClass\":\"NNC\",\"definitions\":[\"star\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kpa-kwu\":[{\"word\":\"-kpa-kwu\",\"wordClass\":\"\",\"definitions\":[\"concern oneself with; make friendly advances to; befriend\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"kpalakwu#kwu\":[{\"word\":\"kpalakwu#kwu\",\"wordClass\":\"\",\"definitions\":[\"pigeon\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"kpamkpàm\":[{\"word\":\"kpamkpàm\",\"wordClass\":\"NNC\",\"definitions\":[\"entirely; completely Alụ chago m  ọlụ afù kpamkpàm I have finished the work completely\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"kpamkpamkpam\":[{\"word\":\"kpamkpamkpam\",\"wordClass\":\"\",\"definitions\":[\"sound of knocking\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òkpukpe\":[{\"word\":\"òkpukpe\",\"wordClass\":\"AV\",\"definitions\":[\"reporting; judging\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpe\"]}],\"-kpe ikpe\":[{\"word\":\"-kpe ikpe\",\"wordClass\":\"AV\",\"definitions\":[\"judge a case\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpe\"]}],\"-kpejide\":[{\"word\":\"-kpejide\",\"wordClass\":\"AV\",\"definitions\":[\"judge unfairly; make unfair report\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpe\"]}],\"mkpejide\":[{\"word\":\"mkpejide\",\"wordClass\":\"AV\",\"definitions\":[\"injustice\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpe\"]}],\"ndị ikpe\":[{\"word\":\"ndị ikpe\",\"wordClass\":\"AV\",\"definitions\":[\"the judges\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpe\"]}],\"-kpe ekpelu\":[{\"word\":\"-kpe ekpelu\",\"wordClass\":\"AV\",\"definitions\":[\"say prayer; pray Kà ànyị kpee  ekpelu Let us pray\"],\"examples\":[],\"variations\":[\"ekpele\"],\"stems\":[\"-kpe\"]}],\"-kpe mmanụ\":[{\"word\":\"-kpe mmanụ\",\"wordClass\":\"AV\",\"definitions\":[\"smear with oil\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpe\",\"manụ\"]}],\"-kpe ụgbọ\":[{\"word\":\"-kpe ụgbọ\",\"wordClass\":\"\",\"definitions\":[\"steer canoe\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpe\",\"ụgbọ\"]}],\"-kpe\":[{\"word\":\"-kpe\",\"wordClass\":\"AV\",\"definitions\":[\"report; judge O kpèlì m He reported me Agà m èkpe giCn’aka nnà gị ukwu I shall report you to your master\",\"pray; beg Kà ànyị kpeelu Chine kè Let us pray (unto God) O tègo m jì èkpelu yā kà ọ rapụ  m  I have been begging him for a long time to leave me alone\",\"smearing\",\"AV\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-kpè àzụ\":[{\"word\":\"-kpè àzụ\",\"wordClass\":\"\",\"definitions\":[\"be last; bring up the rear\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpè\"]}],\"oge  ìkpe āzụ\":[{\"word\":\"oge  ìkpe āzụ\",\"wordClass\":\"\",\"definitions\":[\"the last time; at the end of the time; at the end of the world\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpè\"]}],\"ụbòsị ìkpe āzụ\":[{\"word\":\"ụbòsị ìkpe āzụ\",\"wordClass\":\"\",\"definitions\":[\"the last day; the day of judgment\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpè\"]}],\"-bịakpè àzụ\":[{\"word\":\"-bịakpè àzụ\",\"wordClass\":\"\",\"definitions\":[\"come last\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpè\"]}],\"-kpècha\":[{\"word\":\"-kpècha\",\"wordClass\":\"AV\",\"definitions\":[\"slander\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpè\"]}],\"mkpècha\":[{\"word\":\"mkpècha\",\"wordClass\":\"AV\",\"definitions\":[\"slandering\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpè\"]}],\"-kpè ìkpe\":[{\"word\":\"-kpè ìkpe\",\"wordClass\":\"AV\",\"definitions\":[\"backbite; slander; speak evil of. Much practised by the Egwu Ọjà dancers many years ago. The soloist in the course of her singing spoke to evil-doers who had been committing evil in secret, e.g. a thief or people involved in adultery, thereby bringing their anti-social practices to light\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpè\"]}],\"-kpèchalụ\":[{\"word\":\"-kpèchalụ\",\"wordClass\":\"AV\",\"definitions\":[\"strip and take the bark\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpè\"]}],\"-kpèchapù\":[{\"word\":\"-kpèchapù\",\"wordClass\":\"AV\",\"definitions\":[\"strip off\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpè\"]}],\"-kpèchasị\":[{\"word\":\"-kpèchasị\",\"wordClass\":\"AV\",\"definitions\":[\"strip off bark (entirely); pare (everything off)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpè\"]}],\"-kpè\":[{\"word\":\"-kpè\",\"wordClass\":\"\",\"definitions\":[\"AV\",\"hearing of the person being slandered)\",\"strip off (bark, skin, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"kpelèkpelè\":[{\"word\":\"kpelèkpelè\",\"wordClass\":\"\",\"definitions\":[\"in circles Ọ nà-àgba kpelèkpelè It moves in circles\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kpìcha isi\":[{\"word\":\"-kpìcha isi\",\"wordClass\":\"AV\",\"definitions\":[\"cut hair very short\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpì\"]}],\"-kpì\":[{\"word\":\"-kpì\",\"wordClass\":\"AV\",\"definitions\":[\"cut hair\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kpo àgbụgbọ -kpocha A.\":[{\"word\":\"-kpo àgbụgbọ -kpocha A.\",\"wordClass\":\"AV\",\"definitions\":[\"collect decayed compost for application to the crops\",\"clear (rubbish, refuse); rid a place (of rubbish, refuse, filth) Ànyị nà-àkwadebe iwu#ụnò n’ànì a nà-èkpocha We are preparing to build a house on the place which is being cleared\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpo\"]}],\"-kpochapù\":[{\"word\":\"-kpochapù\",\"wordClass\":\"AV\",\"definitions\":[\"clean away; exterminate\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpo\"]}],\"-kpochi onùnù\":[{\"word\":\"-kpochi onùnù\",\"wordClass\":\"AV\",\"definitions\":[\"fill hole\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpo\",\"onùnù\"]}],\"-kpofù\":[{\"word\":\"-kpofù\",\"wordClass\":\"AV\",\"definitions\":[\"gather and throw away\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpo\"]}],\"mkpofù\":[{\"word\":\"mkpofù\",\"wordClass\":\"AV\",\"definitions\":[\"throwing away\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpo\"]}],\"-kpoju\":[{\"word\":\"-kpoju\",\"wordClass\":\"AV\",\"definitions\":[\"fill; gather and fill\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpo\"]}],\"-kpokọ\":[{\"word\":\"-kpokọ\",\"wordClass\":\"AV\",\"definitions\":[\"gather together; collect\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpo\"]}],\"-kpokò\":[{\"word\":\"-kpokò\",\"wordClass\":\"AV\",\"definitions\":[\"gather together; collect (in one place) (Emphasizes togetherness more than -kpokọ)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpo\"]}],\"-kpokọbà (ọnụ )\":[{\"word\":\"-kpokọbà (ọnụ )\",\"wordClass\":\"AV\",\"definitions\":[\"gather together; collect in one place\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpo\"]}],\"-kpokọlụ\":[{\"word\":\"-kpokọlụ\",\"wordClass\":\"AV\",\"definitions\":[\"gather together and carry away; collect Ekpōkọlụgo m  òlòma diCnénu tebùlù I have collected (and taken away) the oranges on the table\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpo\"]}],\"-kpo(lụ) ọsọ\":[{\"word\":\"-kpo(lụ) ọsọ\",\"wordClass\":\"AV\",\"definitions\":[\"rush; run quickly (literally collect running)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpo\"]}],\"-kponita\":[{\"word\":\"-kponita\",\"wordClass\":\"AV\",\"definitions\":[\"gather up\"],\"examples\":[],\"variations\":[\"-kponite\"],\"stems\":[\"-kpo\"]}],\"-kpopùta\":[{\"word\":\"-kpopùta\",\"wordClass\":\"AV\",\"definitions\":[\"gather out\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpo\"]}],\"-kpo uzuzù\":[{\"word\":\"-kpo uzuzù\",\"wordClass\":\"AV\",\"definitions\":[\"gather sand; play in and with the sand (of children)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpo\",\"uzuzù\"]}],\"-kpo lìlìlì\":[{\"word\":\"-kpo lìlìlì\",\"wordClass\":\"NNC\",\"definitions\":[\"swarm (of bees)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpo\",\"lìlìlì\"]}],\"-kpowa\":[{\"word\":\"-kpowa\",\"wordClass\":\"NNC\",\"definitions\":[\"rush away\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpo\"]}],\"-kpo\":[{\"word\":\"-kpo\",\"wordClass\":\"AV\",\"definitions\":[\"gathering; collecting; picking\",\"AV\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-kpò òkpoòfùfù\":[{\"word\":\"-kpò òkpoòfùfù\",\"wordClass\":\"AV\",\"definitions\":[\"perspire; cause perspiration\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpò\",\"òkpoòfùfù\"]}],\"-kpò ọkụ\":[{\"word\":\"-kpò ọkụ\",\"wordClass\":\"AV\",\"definitions\":[\"be hot; be lively (of season or place)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpò\",\"ọkụ\"]}],\"-kwukpò\":[{\"word\":\"-kwukpò\",\"wordClass\":\"ESUF\",\"definitions\":[\"cover up with words\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpò\"]}],\"-yikpò\":[{\"word\":\"-yikpò\",\"wordClass\":\"ESUF\",\"definitions\":[\"cover the body with clothes\",\"clothe, put clothing on so as to cover up something\"],\"examples\":[{\"igbo\":\"Yikpò ọnya dī gị n’afọ àfè\",\"english\":\"Wear clothing over the sore on your abdomen\"}],\"variations\":[],\"stems\":[\"-kpò\",\"-yi\"]}],\"-zàkpò\":[{\"word\":\"-zàkpò\",\"wordClass\":\"ESUF\",\"definitions\":[\"sweep upon\",\"sweep something over something (e.g. vomit) so as to cover it completely\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpò\",\"-zà\"]}],\"-kpò iyiì\":[{\"word\":\"-kpò iyiì\",\"wordClass\":\"AV\",\"definitions\":[\"curse; abuse Ìwu nà-akpọ  m iyiì Iwu is cursing me\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpò\"]}],\"-kpòlị\":[{\"word\":\"-kpòlị\",\"wordClass\":\"AV\",\"definitions\":[\"reproach; abuse\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpò\"]}],\"mkpòlị\":[{\"word\":\"mkpòlị\",\"wordClass\":\"AV\",\"definitions\":[\"reproach; abuse\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpò\"]}],\"-kpòlụ\":[{\"word\":\"-kpòlụ\",\"wordClass\":\"AV\",\"definitions\":[\"abuse; reproach\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpò\"]}],\"-kpọ-chi\":[{\"word\":\"-kpọ-chi\",\"wordClass\":\"ESUF\",\"definitions\":[\"shut; be shut\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpò\"]}],\"-kpọchi\":[{\"word\":\"-kpọchi\",\"wordClass\":\"ESUF\",\"definitions\":[\"shut; lock; turn (key); imprison\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpò\"]}],\"mkpọchi\":[{\"word\":\"mkpọchi\",\"wordClass\":\"NNC\",\"definitions\":[\"locking\",\"button (from -kpọchi lock)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kpọchibìdo\":[{\"word\":\"-kpọchibìdo\",\"wordClass\":\"ESUF\",\"definitions\":[\"shut out or in Ụzò àkpọchìbìdogo m  The door has shut against me Ị   nà-àchọ ịkpọ chìbìdò m ụzò? Are you trying to shut the door against me? or Are you going to shut the door against me? or Are you going to lock me out (or in)?\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpò\"]}],\"-kpọchi ntì\":[{\"word\":\"-kpọchi ntì\",\"wordClass\":\"ESUF\",\"definitions\":[\"be deaf, stubborn (literally close ears to)\",\"be deaf, stubborn (literally lock ear)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpò\",\"ntì\"]}],\"mkpòchi n tì\":[{\"word\":\"mkpòchi n tì\",\"wordClass\":\"ESUF\",\"definitions\":[\"stubbornness; habitual disobedience (usually of young person)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpò\"]}],\"-kpọchi mmiliì\":[{\"word\":\"-kpọchi mmiliì\",\"wordClass\":\"ESUF\",\"definitions\":[\"turn off (i.e. lock, shut) tap\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpò\"]}],\"-kpọchita\":[{\"word\":\"-kpọchita\",\"wordClass\":\"ESUF\",\"definitions\":[\"close; shut\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpò\"]}],\"-kpò\":[{\"word\":\"-kpò\",\"wordClass\":\"AV\",\"definitions\":[\"soup, mentholatum, etc.); sting (of pepper); hurt (of sting)\",\"spread upon\",\"curse; abuse\",\"Ji adā èkwe m  iliì mà ọ bụlụ nà o ghe kpòrò èghekpò I can’t eat yam if it is not thoroughly done Ọ nà-àgwa i Ada nà nyâ chòlù kà Àda gwekpòọ tanjele ọ nà-ègwe e gwekpò She is telling Ada to grind the galena stone that she is grinding very thoroughly\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-kpopù eze\":[{\"word\":\"-kpopù eze\",\"wordClass\":\"AV\",\"definitions\":[\"extract a tooth\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpo-pù\"]}],\"-kpo-pù\":[{\"word\":\"-kpo-pù\",\"wordClass\":\"AV\",\"definitions\":[\"extract\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kpọ asì\":[{\"word\":\"-kpọ asì\",\"wordClass\":\"AV\",\"definitions\":[\"hate; dislike Ịkpọ  mmadù ibe  ānyị asì bù n jọ Hatred towards our fellow-men is sin Akpòlù m yà asì I hate him, or I dislike him Chukwu Nnà, bikō zọpùta ānyị n’aka ndị niiìne nā-akpọ ānyị asì God the Father, please deliver us from the hands of all that hate us\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"-kpọbàta\":[{\"word\":\"-kpọbàta\",\"wordClass\":\"AV\",\"definitions\":[\"call in; welcome; admit\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"-kpọchìgha\":[{\"word\":\"-kpọchìgha\",\"wordClass\":\"AV\",\"definitions\":[\"call back; recall\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"-kpọdèbe\":[{\"word\":\"-kpọdèbe\",\"wordClass\":\"AV\",\"definitions\":[\"call near; bring near\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"-kpọgopùta\":[{\"word\":\"-kpọgopùta\",\"wordClass\":\"AV\",\"definitions\":[\"call up and out; escort up and out\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"-kpọkù\":[{\"word\":\"-kpọkù\",\"wordClass\":\"AV\",\"definitions\":[\"call upon; call to\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"-kpọlụ -kpọ mụụ A.\":[{\"word\":\"-kpọlụ -kpọ mụụ A.\",\"wordClass\":\"AV\",\"definitions\":[\"blaspheme\",\"take mụọ  when assuming duties of ọkpala\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"-kpọnaba\":[{\"word\":\"-kpọnaba\",\"wordClass\":\"AV\",\"definitions\":[\"call home; take home\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"-kpọ nzùkọ\":[{\"word\":\"-kpọ nzùkọ\",\"wordClass\":\"AV\",\"definitions\":[\"call meeting\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\",\"-zù\"]}],\"-kpọ òkù\":[{\"word\":\"-kpọ òkù\",\"wordClass\":\"AV\",\"definitions\":[\"call; call by name\",\"call\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\",\"òkù\"]}],\"-kpọ òmìmì akwā\":[{\"word\":\"-kpọ òmìmì akwā\",\"wordClass\":\"AV\",\"definitions\":[\"sob\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"-kpọpùta\":[{\"word\":\"-kpọpùta\",\"wordClass\":\"AV\",\"definitions\":[\"lead out\",\"make noise\"],\"examples\":[{\"igbo\":\"Kpọpùta nwātà afù n’anwụ  ọsọọ sọ!\",\"english\":\"Take the child out of the sun quickly!\"}],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"-kpọte\":[{\"word\":\"-kpọte\",\"wordClass\":\"AV\",\"definitions\":[\"arouse; waken\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"-kpọtụ\":[{\"word\":\"-kpọtụ\",\"wordClass\":\"AV\",\"definitions\":[\"call upon\",\"make noise\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"mkpọtụ\":[{\"word\":\"mkpọtụ\",\"wordClass\":\"AV\",\"definitions\":[\"noise; uproar\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"-kpọwa\":[{\"word\":\"-kpọwa\",\"wordClass\":\"AV\",\"definitions\":[\"pronounce clearly\",\"split; divide by splitting\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"òkpọ na-àkpọ òkù\":[{\"word\":\"òkpọ na-àkpọ òkù\",\"wordClass\":\"AV\",\"definitions\":[\"echo\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"-kpọ\":[{\"word\":\"-kpọ\",\"wordClass\":\"AV\",\"definitions\":[\"calling; vocation\",\"drying\",\"on top and knocking its head with the hammer\",\"both eyes); destruction of an eye or both eyes due to injury, disease, etc. Anya ākpọgo nwoke  afụ  dālụ enu nkwụ  The man who fell off the palm tree is now blind\",\"buy, purchase (clothes, pottery)\",\"expose; display\",\"clear by setting fire to; burn\",\"break (of something fragile, e.g. egg, bladder, eye) Àkwa ị chòlù isiì àkpọgo The egg you want to boil has broken Ọ fòlù nwantịntị kà o tikpọọ ākwa m nà-àkwadebe isiì He almost broke the egg I am preparing to cook\",\"remove the grains from the ear of maize\",\"cause confusion, riot, tumult\",\"discuss very thoroughly, again\",\"take a somersault into water; dive\"],\"examples\":[],\"variations\":[\"-pịa ụgbà\"],\"stems\":[\"ụgbà\"]}],\"-kpọ akpọ\":[{\"word\":\"-kpọ akpọ\",\"wordClass\":\"AV\",\"definitions\":[\"be dry Wètalụ m  òfu oko ọkā kpọ lụ akpọ Bring me a dry ear of corn\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"-kpọ anwụ\":[{\"word\":\"-kpọ anwụ\",\"wordClass\":\"AV\",\"definitions\":[\"wither\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"-kpọ mbụ = -kpọ mgbụ -kpọ nkụ\":[{\"word\":\"-kpọ mbụ = -kpọ mgbụ -kpọ nkụ\",\"wordClass\":\"AV\",\"definitions\":[\"dry (e.g. of leaf)\",\"be dry Wètalụ m  akwụkwọ kpọ lụ nkụ Bring me a dry leaf Ọ bụlụ nà ị ñaa azù ndù afù nókụ ọ gà-àkpọ nkụ  ọsọ ọ sọ If you place that fresh fish over the fire it will get dry quickly\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"òkpọnkụ\":[{\"word\":\"òkpọnkụ\",\"wordClass\":\"AV\",\"definitions\":[\"dryness\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"-kpọnwụ\":[{\"word\":\"-kpọnwụ\",\"wordClass\":\"AV\",\"definitions\":[\"dry up; shrivel; wither Ọ bụlụ nà ị gbārọ òdòdo diCníru iìlo mmiliì ọ gà-àkpọnwụ If you do not water the flowering plant in front of the house it will wither\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"akpịliCịkpọ  nkụ\":[{\"word\":\"akpịliCịkpọ  nkụ\",\"wordClass\":\"AV\",\"definitions\":[\"intense thirst\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"kpọbè ụkwụ\":[{\"word\":\"kpọbè ụkwụ\",\"wordClass\":\"AV\",\"definitions\":[\"knock and cut, hurt, stub the toes\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"-kpọdo\":[{\"word\":\"-kpọdo\",\"wordClass\":\"AV\",\"definitions\":[\"nail; fasten\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"-kpọdo n’obe\":[{\"word\":\"-kpọdo n’obe\",\"wordClass\":\"AV\",\"definitions\":[\"crucify; nail on cross\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"-kpọgbu\":[{\"word\":\"-kpọgbu\",\"wordClass\":\"AV\",\"definitions\":[\"crucify; kill by nailing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"Onye a kpògbùlù n’obe -kpọ isi ànì\":[{\"word\":\"Onye a kpògbùlù n’obe -kpọ isi ànì\",\"wordClass\":\"AV\",\"definitions\":[\"The Crucified\",\"kneel and touch ground with head in humiliation and entreaty\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"-kpọji\":[{\"word\":\"-kpọji\",\"wordClass\":\"AV\",\"definitions\":[\"chop across grain\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"-kpọmì\":[{\"word\":\"-kpọmì\",\"wordClass\":\"AV\",\"definitions\":[\"knock in (nail, peg, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"-kpọmìna\":[{\"word\":\"-kpọmìna\",\"wordClass\":\"AV\",\"definitions\":[\"fasten; knock completely in\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"-kpọ mkpụkpọ\":[{\"word\":\"-kpọ mkpụkpọ\",\"wordClass\":\"AV\",\"definitions\":[\"to drive (a peg into the earth) Anà m èje ịkpọ  mkụkpọ n’okè mụ nà Ịbā I am going to put pegs along the boundary between Ịba and myself\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"-kpọ n’ùbu\":[{\"word\":\"-kpọ n’ùbu\",\"wordClass\":\"AV\",\"definitions\":[\"shrug the shoulders\",\"shrug shoulders\"],\"examples\":[{\"igbo\":\"Àdâ kpòlù n’ùbu ogè m gwasịlị ya ife ị sī kà m gwa yā\",\"english\":\"Ada shrugged her shoulders after my delivering your message to her\"}],\"variations\":[],\"stems\":[\"-kpọ\",\"ùbu\"]}],\"-kpọnye\":[{\"word\":\"-kpọnye\",\"wordClass\":\"AV\",\"definitions\":[\"nail; drive a peg or skewer\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"-kpọ òmìmì\":[{\"word\":\"-kpọ òmìmì\",\"wordClass\":\"AV\",\"definitions\":[\"dive\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\",\"òmìmì\"]}],\"-kpọpu\":[{\"word\":\"-kpọpu\",\"wordClass\":\"AV\",\"definitions\":[\"force open; open by perforating with pointed object; break ground (as shoot)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"-kpọ ụkwụ\":[{\"word\":\"-kpọ ụkwụ\",\"wordClass\":\"AV\",\"definitions\":[\"stub the toes\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\",\"ụkwụ\"]}],\"-kpọ ụgbà\":[{\"word\":\"-kpọ ụgbà\",\"wordClass\":\"AV\",\"definitions\":[\"turn a somersault\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"-kpọwa isi\":[{\"word\":\"-kpọwa isi\",\"wordClass\":\"AV\",\"definitions\":[\"part the hair\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"-kpọwalụ\":[{\"word\":\"-kpọwalụ\",\"wordClass\":\"AV\",\"definitions\":[\"rush, run away (permanently; one is less likely to come back than with -kpọwa, which simply means run away)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"-kpọ ùtabà\":[{\"word\":\"-kpọ ùtabà\",\"wordClass\":\"AV\",\"definitions\":[\"take snuff\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\",\"ùtabà\"]}],\"anya mkpọ\":[{\"word\":\"anya mkpọ\",\"wordClass\":\"AV\",\"definitions\":[\"blindness\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"-kpọ ute\":[{\"word\":\"-kpọ ute\",\"wordClass\":\"AV\",\"definitions\":[\"buy mat\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\",\"ute\"]}],\"-kpọ ìfulu#\":[{\"word\":\"-kpọ ìfulu#\",\"wordClass\":\"AV\",\"definitions\":[\"blossom; flower (compare -kpọ ìgùgù)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"-kpọcha\":[{\"word\":\"-kpọcha\",\"wordClass\":\"AV\",\"definitions\":[\"clear; clean by burning Jèe kwànwue ọkụ a gà-èji kpọcha atụlụ  a nà-àkwadebe igbu#Go and make the fire with which the hair of the sheep that is about to be slaughtered will be burned off\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"mkpọcha\":[{\"word\":\"mkpọcha\",\"wordClass\":\"AV\",\"definitions\":[\"burning\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"-kpọnye ọkụ\":[{\"word\":\"-kpọnye ọkụ\",\"wordClass\":\"AV\",\"definitions\":[\"build up a fire; set fire to; burn off with fire Ànyqị chòlù ịkpọ  ewu ọkụ We want to burn off (the hair of) a goat\",\"build up fire; set fire to\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\",\"ọkụ\"]}],\"`\":[{\"word\":\"`\",\"wordClass\":\"AV\",\"definitions\":[\"Anà m èje ịkpọ nye ọkụ a gà-èji mị azù ndù afù I am going to build up the fire with which the fresh fish will be dried\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"-gbakpọ\":[{\"word\":\"-gbakpọ\",\"wordClass\":\"AV\",\"definitions\":[\"break (by itself) Àkwa àgbakpọgo The egg has broken (e.g. while being boiled)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"-kpọlì\":[{\"word\":\"-kpọlì\",\"wordClass\":\"AV\",\"definitions\":[\"grind dry thing (not thoroughly); break into splinters or pieces\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"mkpọlì\":[{\"word\":\"mkpọlì\",\"wordClass\":\"AV\",\"definitions\":[\"grinding\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"-kpọsị\":[{\"word\":\"-kpọsị\",\"wordClass\":\"AV\",\"definitions\":[\"rub, pluck off grains from cob, etc.\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\"]}],\"-kpọsị ọkà\":[{\"word\":\"-kpọsị ọkà\",\"wordClass\":\"AV\",\"definitions\":[\"rub off grains from cob\",\"rub off grains of corn from cob\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\",\"ọkà\"]}],\"-kpọ ùbọ\":[{\"word\":\"-kpọ ùbọ\",\"wordClass\":\"AV\",\"definitions\":[\"play musical instrument (sansa, guitar, organ)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ\",\"ùbọ\"]}],\"-kpọ-kọ\":[{\"word\":\"-kpọ-kọ\",\"wordClass\":\"AV\",\"definitions\":[\"-kpo(-kọ) (result of assimilation)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mkpọlè\":[{\"word\":\"mkpọlè\",\"wordClass\":\"\",\"definitions\":[\"rolling\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ-lè\"]}],\"-kpọlèdà\":[{\"word\":\"-kpọlèdà\",\"wordClass\":\"\",\"definitions\":[\"roll down\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ-lè\"]}],\"-kpọlèfèga\":[{\"word\":\"-kpọlèfèga\",\"wordClass\":\"\",\"definitions\":[\"roll across\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ-lè\"]}],\"-kpọlègota\":[{\"word\":\"-kpọlègota\",\"wordClass\":\"\",\"definitions\":[\"roll up (of an object that rolls)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ-lè\"]}],\"-kpọlèpù\":[{\"word\":\"-kpọlèpù\",\"wordClass\":\"\",\"definitions\":[\"roll away, off Òlòma naàbò àkpọlèpùgo Two oranges have rolled away\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpọ-lè\"]}],\"-kpọ-lè\":[{\"word\":\"-kpọ-lè\",\"wordClass\":\"\",\"definitions\":[\"roll (of objects; compare -tụlù)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"kpọm\":[{\"word\":\"kpọm\",\"wordClass\":\"\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"kpọò!\":[{\"word\":\"kpọò!\",\"wordClass\":\"INTJ\",\"definitions\":[\"no! (compare mbà)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-nakpu\":[{\"word\":\"-nakpu\",\"wordClass\":\"ESUF\",\"definitions\":[\"go in\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpu\",\"-na\"]}],\"-kpu\":[{\"word\":\"-kpu\",\"wordClass\":\"ESUF\",\"definitions\":[\"in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kpùchibìdo\":[{\"word\":\"-kpùchibìdo\",\"wordClass\":\"AV\",\"definitions\":[\"shut in or out; confine by shutting up\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpù\"]}],\"-kpùchi ọnụ\":[{\"word\":\"-kpùchi ọnụ\",\"wordClass\":\"AV\",\"definitions\":[\"hush; shut one’s mouth\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpù\"]}],\"-kpùchita\":[{\"word\":\"-kpùchita\",\"wordClass\":\"AV\",\"definitions\":[\"cover up; shut up; shut; cover\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpù\"]}],\"-kpùdo\":[{\"word\":\"-kpùdo\",\"wordClass\":\"AV\",\"definitions\":[\"cover; use one thing to cover up another\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpù\"]}],\"mkpùdo\":[{\"word\":\"mkpùdo\",\"wordClass\":\"AV\",\"definitions\":[\"covering\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpù\"]}],\"-kpù enu ụnò\":[{\"word\":\"-kpù enu ụnò\",\"wordClass\":\"AV\",\"definitions\":[\"roof a house\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpù\"]}],\"-kpùghe\":[{\"word\":\"-kpùghe\",\"wordClass\":\"AV\",\"definitions\":[\"uncover; reveal\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpù\"]}],\"-kpù mmụọ\":[{\"word\":\"-kpù mmụọ\",\"wordClass\":\"AV\",\"definitions\":[\"put on a mask\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpù\"]}],\"-kpù òkpu\":[{\"word\":\"-kpù òkpu\",\"wordClass\":\"AV\",\"definitions\":[\"put on, wear hat, cap\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpù\",\"òkpu\"]}],\"-kpù òkpu ezè\":[{\"word\":\"-kpù òkpu ezè\",\"wordClass\":\"AV\",\"definitions\":[\"wear crown\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpù\",\"òkpu\"]}],\"-kpù òkpu ogwu#\":[{\"word\":\"-kpù òkpu ogwu#\",\"wordClass\":\"AV\",\"definitions\":[\"wear crown of thorns\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpù\"]}],\"-kpùpù\":[{\"word\":\"-kpùpù\",\"wordClass\":\"AV\",\"definitions\":[\"uncover; take off (hat, cap, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpù\"]}],\"-kpùpù akwà\":[{\"word\":\"-kpùpù akwà\",\"wordClass\":\"AV\",\"definitions\":[\"take off coverlet\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpù\"]}],\"-kpùpù òkpu\":[{\"word\":\"-kpùpù òkpu\",\"wordClass\":\"AV\",\"definitions\":[\"remove hat, cap, etc.\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpù\"]}],\"-sikpù\":[{\"word\":\"-sikpù\",\"wordClass\":\"AV\",\"definitions\":[\"cover\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpù\"]}],\"nsikpù\":[{\"word\":\"nsikpù\",\"wordClass\":\"AV\",\"definitions\":[\"obscuring (e.g. of sun)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpù\"]}],\"C.\":[{\"word\":\"C.\",\"wordClass\":\"AV\",\"definitions\":[\"overturn; capsize\",\"cry (of animals and birds) Oko òkpà kwàlù The cock crowed Ugòlo òmà nà-àkwa The crows are cawing Àkìlị nà-àkwa Frogs croak\",\"be very incapable, inefficient\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpù\",\"-kwa\",\"-nwụ\"]}],\"-kpù èkpù\":[{\"word\":\"-kpù èkpù\",\"wordClass\":\"AV\",\"definitions\":[\"capsize; upset; overturn; sink\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpù\"]}],\"-kpù ụgbọ\":[{\"word\":\"-kpù ụgbọ\",\"wordClass\":\"AV\",\"definitions\":[\"capsize a boat\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpù\"]}],\"D.\":[{\"word\":\"D.\",\"wordClass\":\"AV\",\"definitions\":[\"be blind\",\"used in\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpù\",\"-kwa\"]}],\"onye kpu#lu ìsì\":[{\"word\":\"onye kpu#lu ìsì\",\"wordClass\":\"AV\",\"definitions\":[\"blind person\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpù\"]}],\"-kpù nónụ\":[{\"word\":\"-kpù nónụ\",\"wordClass\":\"AV\",\"definitions\":[\"carry in the mouth; (fig.) be actually, still speaking Akpù m akụ nónụ  I am holding palm kernels in my mouth\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpù\"]}],\"-kpù okwu nónụ\":[{\"word\":\"-kpù okwu nónụ\",\"wordClass\":\"AV\",\"definitions\":[\"be still speaking; be speaking (e.g. as contribution to debate or speeches during meeting)\"],\"examples\":[{\"igbo\":\"Ụnù eme zina mkpọtụ màkà nà mmadù kpù okwu nónụ\",\"english\":\"Stop making a noise, because somebody is speaking (usually during meetings)\"}],\"variations\":[],\"stems\":[\"-kpù\"]}],\"-kpù òkù nónụ\":[{\"word\":\"-kpù òkù nónụ\",\"wordClass\":\"AV\",\"definitions\":[\"(colloq.) be smoking a pipe, cigarette, etc. colloq. Ibè kpù òkù nónụ  Ibe is smoking at present\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpù\"]}],\"-kpùba\":[{\"word\":\"-kpùba\",\"wordClass\":\"AV\",\"definitions\":[\"abrade; abrade by scraping or dragging rough object over the surface or skin Ị   chòlù ịkpùbà m àrụ? Do you want to scrape my skin off?\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpù\"]}],\"-kpùcha\":[{\"word\":\"-kpùcha\",\"wordClass\":\"AV\",\"definitions\":[\"smooth; plane; scrape\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpù\"]}],\"-kpùchapù\":[{\"word\":\"-kpùchapù\",\"wordClass\":\"AV\",\"definitions\":[\"scrape out\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpù\"]}],\"-kpùchapùta\":[{\"word\":\"-kpùchapùta\",\"wordClass\":\"AV\",\"definitions\":[\"scrape out completely\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpù\"]}],\"-kpù\":[{\"word\":\"-kpù\",\"wordClass\":\"AV\",\"definitions\":[\"covering\",\"lose flavour; be without flavour and go sour (of ògìlì ofe ); become bad Ògìli à kpùlù èkpù This ògìlì is sour\",\"be plentiful (i.e. as common as òkwu in a village)\",\"hold, carry (in mouth); sip\",\"smoothing; shaving; scraping\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-kpù-kpù\":[{\"word\":\"-kpù-kpù\",\"wordClass\":\"ADJ\",\"definitions\":[\"motion with hands for silence O kpukpùlù aka ọgè m nà-àkwadebe ikwu#ife ọ mèlù He tried to silence me by gesturing with his hand when I was about to reveal what he had done\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-me kpukpulukpu\":[{\"word\":\"-me kpukpulukpu\",\"wordClass\":\"AV\",\"definitions\":[\"become stiff, firm\"],\"examples\":[],\"variations\":[],\"stems\":[\"kpukpulukpu\",\"-me\"]}],\"kpukpulukpu\":[{\"word\":\"kpukpulukpu\",\"wordClass\":\"NNC\",\"definitions\":[\"stiffness; firmness ÒC bù ùdị ọyà gịnị  kà ỌjiCnà-ayà afọ yā jì kwe kpukpulukpu? What disease is Ọjị suffering from that his abdomen is so stiff and distended?\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kpụchìgha\":[{\"word\":\"-kpụchìgha\",\"wordClass\":\"AV\",\"definitions\":[\"draw back; lead back (animals)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpụ\"]}],\"-kpụdà\":[{\"word\":\"-kpụdà\",\"wordClass\":\"AV\",\"definitions\":[\"pull down; move down\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpụ\"]}],\"-kpụdèbe\":[{\"word\":\"-kpụdèbe\",\"wordClass\":\"AV\",\"definitions\":[\"draw; come nearer Achòlù m kà ị kpụdèbe ọkụ I want you to draw near the fire\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpụ\"]}],\"-kpụdèbe n so\":[{\"word\":\"-kpụdèbe n so\",\"wordClass\":\"AV\",\"definitions\":[\"draw, come near\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpụ\"]}],\"-kpụgo\":[{\"word\":\"-kpụgo\",\"wordClass\":\"AV\",\"definitions\":[\"draw, pull up\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpụ\"]}],\"-kpụgonita\":[{\"word\":\"-kpụgonita\",\"wordClass\":\"AV\",\"definitions\":[\"draw, pull up\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpụ\"]}],\"-kpụkọ\":[{\"word\":\"-kpụkọ\",\"wordClass\":\"AV\",\"definitions\":[\"lead together\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpụ\"]}],\"-kpụkò\":[{\"word\":\"-kpụkò\",\"wordClass\":\"AV\",\"definitions\":[\"pull together; pack closely\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpụ\"]}],\"-kpụkọnata\":[{\"word\":\"-kpụkọnata\",\"wordClass\":\"AV\",\"definitions\":[\"lead home together\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpụ\"]}],\"-kpụkònata\":[{\"word\":\"-kpụkònata\",\"wordClass\":\"AV\",\"definitions\":[\"pull together (e.g. branches which have been cut); compress; pack closely together\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpụ\"]}],\"-kpụlụ\":[{\"word\":\"-kpụlụ\",\"wordClass\":\"AV\",\"definitions\":[\"pull away; pull away with rope, take, lead (of animals)\"],\"examples\":[{\"igbo\":\"Kèdụ ụbòsì ị gà-àbịa kpụlụ atụlụ gị?\",\"english\":\"What day are youcoming to take away your sheep?\"}],\"variations\":[],\"stems\":[\"-kpụ\"]}],\"-kpụmì\":[{\"word\":\"-kpụmì\",\"wordClass\":\"AV\",\"definitions\":[\"draw away; move further\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpụ\"]}],\"-kpụnìta\":[{\"word\":\"-kpụnìta\",\"wordClass\":\"AV\",\"definitions\":[\"draw within, nearer\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpụ\"]}],\"-kpụnita\":[{\"word\":\"-kpụnita\",\"wordClass\":\"AV\",\"definitions\":[\"draw up; pull up\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpụ\"]}],\"-kpụnye\":[{\"word\":\"-kpụnye\",\"wordClass\":\"AV\",\"definitions\":[\"creep, crawl, glide, pull into\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpụ\"]}],\"-kpụ ụkpụlụ\":[{\"word\":\"-kpụ ụkpụlụ\",\"wordClass\":\"AV\",\"definitions\":[\"mark, make trail (e.g. with the foot to mark out foundation)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpụ\"]}],\"-kpụ àkpụ = -kpụ\":[{\"word\":\"-kpụ àkpụ = -kpụ\",\"wordClass\":\"AV\",\"definitions\":[],\"examples\":[{\"igbo\":\"Nwa m nwoke achọ rọ igbe igbe, ọ bù òkpụkpụ kà o jì ikè àkpụ\",\"english\":\"My little boy does not want to creep; he is pushing himself forward on his buttocks\"},{\"igbo\":\"Agwọ bù òfu níme anụ nā-akpụ ākpụ\",\"english\":\"The snake is one of the animals that move by gliding\"},{\"igbo\":\"Afùlù m onye oriì afù ogè ọ dàlù n’ànì wèlụ afọ ya na- àkpụ kà mmadụ wèlụ ghàlụ ịfụ ya\",\"english\":\"I saw the thief when he fell to the ground wriggling on his stomach in order to avoid being seen by people\"}],\"variations\":[],\"stems\":[\"-kpụ\"]}],\"-kpụghalị\":[{\"word\":\"-kpụghalị\",\"wordClass\":\"AV\",\"definitions\":[\"creep; glide, wriggle about\",\"refashion; remake; alter\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpụ\"]}],\"-kp’ụkònata\":[{\"word\":\"-kp’ụkònata\",\"wordClass\":\"AV\",\"definitions\":[\"contract in size (of something long and flexible, e.g. snake or worm, when it draws body together before expanding)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpụ\"]}],\"-kpụpù\":[{\"word\":\"-kpụpù\",\"wordClass\":\"AV\",\"definitions\":[\"creep, crawl, glide forth, out\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpụ\"]}],\"-kpụpùta\":[{\"word\":\"-kpụpùta\",\"wordClass\":\"AV\",\"definitions\":[\"creep, crawl, glide out (to the open)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpụ\"]}],\"-kpụrụka\":[{\"word\":\"-kpụrụka\",\"wordClass\":\"AV\",\"definitions\":[\"move aside Bikō kpùrụkalụ m  Please move aside from me (i.e. without using legs)\",\"drag, move to one side\"],\"examples\":[{\"igbo\":\"Kpùrụka ochē afù n’ụzò\",\"english\":\"Drag that chair out of the way\"},{\"igbo\":\"Gwa yā kà ọ kpụrụka m n’iru\",\"english\":\"Tell him to get out of my sight (literally drag himself out of my sight)\"}],\"variations\":[],\"stems\":[\"-kpụ\",\"-rụ-ka\"]}],\"-kpụ aja\":[{\"word\":\"-kpụ aja\",\"wordClass\":\"AV\",\"definitions\":[\"make mud wall\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpụ\"]}],\"-kpụ egbè\":[{\"word\":\"-kpụ egbè\",\"wordClass\":\"AV\",\"definitions\":[\"make a gun\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpụ\"]}],\"-kpụ mmà\":[{\"word\":\"-kpụ mmà\",\"wordClass\":\"AV\",\"definitions\":[\"manufacture cutlass\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpụ\",\"mmà\"]}],\"-kpụ n dèlè\":[{\"word\":\"-kpụ n dèlè\",\"wordClass\":\"AV\",\"definitions\":[\"make track\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpụ\"]}],\"-kpụ ụzụ\":[{\"word\":\"-kpụ ụzụ\",\"wordClass\":\"AV\",\"definitions\":[\"work as blacksmith; make metal appliances in blacksmith’s workshop\",\"work as blacksmith\"],\"examples\":[{\"igbo\":\"Nnà m kpùlù uzụ ogè ọ dì n’ìkolobìà\",\"english\":\"My father worked as a blacksmith when he was a young man\"}],\"variations\":[],\"stems\":[\"-kpụ\",\"ụzụ\"]}],\"-kpụ àfù ọnụ\":[{\"word\":\"-kpụ àfù ọnụ\",\"wordClass\":\"AV\",\"definitions\":[\"shave beard\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpụ\"]}],\"-kpụ isi\":[{\"word\":\"-kpụ isi\",\"wordClass\":\"AV\",\"definitions\":[\"shave hair-of head\"],\"examples\":[{\"igbo\":\"Anà m èje ịkpụ isi\",\"english\":\"I am going to cut my hair\"}],\"variations\":[],\"stems\":[\"-kpụ\"]}],\"òkpụ iìsi\":[{\"word\":\"òkpụ iìsi\",\"wordClass\":\"AV\",\"definitions\":[\"shaver; barber\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpụ\"]}],\"òkpụ iìsi eliì ngo\":[{\"word\":\"òkpụ iìsi eliì ngo\",\"wordClass\":\"AV\",\"definitions\":[\"ring-worm of the head (literally barber who receives no pay)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpụ\"]}],\"-kpụ\":[{\"word\":\"-kpụ\",\"wordClass\":\"AV\",\"definitions\":[\"pulling; drawing\",\"moulding; making; manufacturing\",\"barbing; shaving\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-kpù-kpò\":[{\"word\":\"-kpù-kpò\",\"wordClass\":\"AV\",\"definitions\":[\"unroof; break up roof; be broken A gà-àkpụkpò ụnọ  ānyị ochiìè echi Our old house will be unroofed tomorrow\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpù-\"]}],\"-kpùkpòpù\":[{\"word\":\"-kpùkpòpù\",\"wordClass\":\"AV\",\"definitions\":[\"unroof; break up roof; be broken\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kpù-\"]}],\"-kpù-\":[{\"word\":\"-kpù-\",\"wordClass\":\"AV\",\"definitions\":[\"smile, laugh, chuckle, in a gentle way (as a sign of pleasure)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"KW\":[{\"word\":\"KW\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"-mekwa\":[{\"word\":\"-mekwa\",\"wordClass\":\"ADV\",\"definitions\":[\"do again\",\"repair; please by an action; give a tip, small present Ọ sì nà ya amā ana mà ọ bụlụ nà fa eme kwatarọ ya He said he would not go if he was not pleased (i.e. if something was not done to please him)\"],\"examples\":[],\"variations\":[\"-mekwata\"],\"stems\":[\"kwa\",\"-kwa\"]}],\"-rikwa\":[{\"word\":\"-rikwa\",\"wordClass\":\"ADV\",\"definitions\":[\"eat again\"],\"examples\":[],\"variations\":[],\"stems\":[\"kwa\"]}],\"-kwa\":[{\"word\":\"kwa\",\"wordClass\":\"ADV\",\"definitions\":[\"also; in addition to (additive, denoting repetition, emphasis, or an action in addition to an action previously mentioned; occurs after verbs and nominals) Jèkwa Go again `Kwèkwanụ u#kwe afù òzọ Please sing that song again Ònye kwa nụ bù n ke à?Who else is this? gịnị  kwọ bùdù n ke à? What is this again? O sìkwò ike He is very strong Ị biCarọkwọnụ akwụkwọ n nyàafù I’m sure you didn’t come to school yesterday\"],\"examples\":[],\"variations\":[\"kwọ\"],\"stems\":null}],\"òkwụkwa\":[{\"word\":\"òkwụkwa\",\"wordClass\":\"NNC\",\"definitions\":[\"funeral\",\"(from -kwa 2. B. keep funeral)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kwachakọ\":[{\"word\":\"-kwachakọ\",\"wordClass\":\"\",\"definitions\":[\"take away everything\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwa\"]}],\"-kwachi\":[{\"word\":\"-kwachi\",\"wordClass\":\"\",\"definitions\":[\"move into place vacated by another\",\"repair; patch (up) Kwàchielụ m  akwà m Patch my clothes for me\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwa\"]}],\"-kwachị\":[{\"word\":\"-kwachị\",\"wordClass\":\"\",\"definitions\":[\"remove to another house\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwa\"]}],\"-kwadebe\":[{\"word\":\"-kwadebe\",\"wordClass\":\"\",\"definitions\":[\"prepare; propose to do something\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwa\"]}],\"-kwadèbe\":[{\"word\":\"-kwadèbe\",\"wordClass\":\"\",\"definitions\":[\"bring everything near\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwa\"]}],\"-kwado\":[{\"word\":\"-kwado\",\"wordClass\":\"\",\"definitions\":[\"prepare; get ready; pack for journey Akwàdò m ije  afịa I am ready to go to market\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwa\"]}],\"-kwafè\":[{\"word\":\"-kwafè\",\"wordClass\":\"\",\"definitions\":[\"move over; remove (belongings to another house)\",\"push over\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwa\",\"-kwà\"]}],\"nkwafè\":[{\"word\":\"nkwafè\",\"wordClass\":\"\",\"definitions\":[\"transfer (by packing bag and baggage and going to another place)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwa\"]}],\"-kwaju\":[{\"word\":\"-kwaju\",\"wordClass\":\"\",\"definitions\":[\"gather and fill; amass\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwa\"]}],\"-kwakọ\":[{\"word\":\"-kwakọ\",\"wordClass\":\"\",\"definitions\":[\"pack up; pack together Ànyị nà-àkwakọ ife ānyị ọnụ We are bringing our belongings together\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwa\"]}],\"-kwakọbà\":[{\"word\":\"-kwakọbà\",\"wordClass\":\"\",\"definitions\":[\"gather together (into); collect; prepare\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwa\"]}],\"-kwakọlụ\":[{\"word\":\"-kwakọlụ\",\"wordClass\":\"\",\"definitions\":[\"take, remove everything; pack away everything\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwa\"]}],\"-kwakọta\":[{\"word\":\"-kwakọta\",\"wordClass\":\"\",\"definitions\":[\"pack things together\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwa\"]}],\"-kwalụ\":[{\"word\":\"-kwalụ\",\"wordClass\":\"\",\"definitions\":[\"pack up Ọ kwàlù ife yā wèe naa He packed up and went home\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwa\"]}],\"-kwanye ọkụ\":[{\"word\":\"-kwanye ọkụ\",\"wordClass\":\"\",\"definitions\":[\"stir up a fire; accelerate a car (fig.) stir up (trouble): Ọ kwànyèlù nsògbu à He stirred up this crisis\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwa\"]}],\"-kwa obì\":[{\"word\":\"-kwa obì\",\"wordClass\":\"\",\"definitions\":[\"settle (in a place) Akwāgo m obì n’Enugwu#I’ve settled in Enugu\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwa\"]}],\"-kwapù\":[{\"word\":\"-kwapù\",\"wordClass\":\"\",\"definitions\":[\"clear out everything\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwa\"]}],\"-kwa ụzò\":[{\"word\":\"-kwa ụzò\",\"wordClass\":\"\",\"definitions\":[\"open road (by clearing); prepare way\",\"open road; prepare way\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwa\",\"ụzò\"]}],\"-;kwakpọsị anya\":[{\"word\":\"-;kwakpọsị anya\",\"wordClass\":\"AV\",\"definitions\":[\"cry bitterly (literally blind oneself with tears)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwa\"]}],\"-kwa ozu\":[{\"word\":\"-kwa ozu\",\"wordClass\":\"AV\",\"definitions\":[\"perform burial ceremony; keep funeral A gà-àkwa ozu#echi A funeral will take place tomorrow\",\"perform a funeral\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwa\",\"ozu\"]}],\"-kwa mmààlù\":[{\"word\":\"-kwa mmààlù\",\"wordClass\":\"AV\",\"definitions\":[\"regret I gà-àkwalụ n kaà mmààlù You’ll regret this Ọ kwàlù mmààlù nà o mèlù ya He’s sorry he did it\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwa\"]}],\"-kwa ụkwalà\":[{\"word\":\"-kwa ụkwalà\",\"wordClass\":\"AV\",\"definitions\":[\"cough\"],\"examples\":[{\"igbo:\":\"Ònye nà-àkwa ụkwalà?\",\"english\":\"Who is coughing?\"}],\"variations\":[],\"stems\":[\"-kwa\",\"ụkwalà\"]}],\"(ụkwalà) -kwa\":[{\"word\":\"(ụkwalà) -kwa\",\"wordClass\":\"AV\",\"definitions\":[\"have a cough\"],\"examples\":[{\"igbo:\":\"Ụkwalà ò nà-àkwa gī?\",\"english\":\"Do you have a cough?\"}],\"variations\":[],\"stems\":[\"-kwa\",\"ụkwalà\"]}],\"-kwa (akwà)\":[{\"word\":\"-kwa (akwà)\",\"wordClass\":\"AV\",\"definitions\":[\"sew (cloth)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwa\"]}],\"-kwakọdo\":[{\"word\":\"-kwakọdo\",\"wordClass\":\"AV\",\"definitions\":[\"sew together\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwa\"]}],\"-kwa nga àgbà\":[{\"word\":\"-kwa nga àgbà\",\"wordClass\":\"AV\",\"definitions\":[\"tie bandage under chin of a dead person\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwa\"]}],\"-lụkwa\":[{\"word\":\"-lụkwa\",\"wordClass\":\"ESUF\",\"definitions\":[\"repair\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwa\"]}],\"-nòkwalụ\":[{\"word\":\"-nòkwalụ\",\"wordClass\":\"ESUF\",\"definitions\":[\"sit firm, well\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwa\"]}],\"kwa\":[{\"word\":\"-kwa\",\"wordClass\":\"AV\",\"definitions\":[\"pack; carry off; clear away\",\"weep; cry; lament\",\"cough\",\"sewing\",\"well; so as to restore good condition\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"kwà arò\":[{\"word\":\"kwà arò\",\"wordClass\":\"PREP\",\"definitions\":[\"yearly; annually\"],\"examples\":[],\"variations\":[],\"stems\":[\"kwà\"]}],\"kwà èfifìè\":[{\"word\":\"kwà èfifìè\",\"wordClass\":\"PREP\",\"definitions\":[\"every midday\"],\"examples\":[],\"variations\":[],\"stems\":[\"kwà\"]}],\"kwà mbòsì\":[{\"word\":\"kwà mbòsì\",\"wordClass\":\"PREP\",\"definitions\":[\"daily\"],\"examples\":[],\"variations\":[],\"stems\":[\"kwà\"]}],\"kwà mgbèdè\":[{\"word\":\"kwà mgbèdè\",\"wordClass\":\"PREP\",\"definitions\":[\"every evening\"],\"examples\":[],\"variations\":[],\"stems\":[\"kwà\",\"mgbèdè\"]}],\"kwà ọnwa\":[{\"word\":\"kwà ọnwa\",\"wordClass\":\"PREP\",\"definitions\":[\"monthly\"],\"examples\":[],\"variations\":[],\"stems\":[\"kwà\",\"ọnwa\"]}],\"kwà ùchichì\":[{\"word\":\"kwà ùchichì\",\"wordClass\":\"PREP\",\"definitions\":[\"nightly\"],\"examples\":[],\"variations\":[],\"stems\":[\"kwà\",\"ùchichì\"]}],\"kwà ụbòsì\":[{\"word\":\"kwà ụbòsì\",\"wordClass\":\"PREP\",\"definitions\":[\"every day; daily\"],\"examples\":[],\"variations\":[],\"stems\":[\"kwà\",\"ụbòsì\"]}],\"kwà ùtụtù\":[{\"word\":\"kwà ùtụtù\",\"wordClass\":\"PREP\",\"definitions\":[\"every morning\"],\"examples\":[],\"variations\":[],\"stems\":[\"kwà\"]}],\"kwà\":[{\"word\":\"kwà\",\"wordClass\":\"PREP\",\"definitions\":[\"every evening\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òkwùkwà\":[{\"word\":\"òkwùkwà\",\"wordClass\":\"AV\",\"definitions\":[\"pushing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwà\"]}],\"-kwabànye\":[{\"word\":\"-kwabànye\",\"wordClass\":\"AV\",\"definitions\":[\"push in; hustle in\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwà\"]}],\"kwabànye yā níme ụnò -kwadà\":[{\"word\":\"kwabànye yā níme ụnò -kwadà\",\"wordClass\":\"AV\",\"definitions\":[\"hustle him inside the house\",\"push down\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwà\"]}],\"-kwàdo\":[{\"word\":\"-kwàdo\",\"wordClass\":\"AV\",\"definitions\":[\"support; hold up; stop from falling\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwà\"]}],\"-kwàghe\":[{\"word\":\"-kwàghe\",\"wordClass\":\"AV\",\"definitions\":[\"push open\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwà\"]}],\"-kwàkọ\":[{\"word\":\"-kwàkọ\",\"wordClass\":\"AV\",\"definitions\":[\"push together\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwà\"]}],\"-kwàkọ isi nísi\":[{\"word\":\"-kwàkọ isi nísi\",\"wordClass\":\"AV\",\"definitions\":[\"set people at loggerheads\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwà\"]}],\"-kwàkpọ\":[{\"word\":\"-kwàkpọ\",\"wordClass\":\"AV\",\"definitions\":[\"overthrow; push down; demolish\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwà\"]}],\"-kwànị ọkụ\":[{\"word\":\"-kwànị ọkụ\",\"wordClass\":\"AV\",\"definitions\":[\"(literally) fan fire\",\"(fig.) instigate someone to do something\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwà\"]}],\"-kwànye\":[{\"word\":\"-kwànye\",\"wordClass\":\"AV\",\"definitions\":[\"push in\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwà\"]}],\"-kwàtù\":[{\"word\":\"-kwàtù\",\"wordClass\":\"AV\",\"definitions\":[\"knock down; push down\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwà\"]}],\"-kwà ụzò\":[{\"word\":\"-kwà ụzò\",\"wordClass\":\"AV\",\"definitions\":[\"open a road; prepare way\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwà\"]}],\"\":[{\"word\":\"\",\"wordClass\":\"AV\",\"definitions\":[\"Òlili nà ònụnụ diCnébe à n nyàafù akwàgo giC You have missed the feasting that took place here yesterday\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwà\"]}],\"-kwàcha\":[{\"word\":\"-kwàcha\",\"wordClass\":\"AV\",\"definitions\":[\"slip off and fall down\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwà\"]}],\"òkwa òjà\":[{\"word\":\"òkwa òjà\",\"wordClass\":\"AV\",\"definitions\":[\"piper; flute-player\",\"whistle-player\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwà\",\"òjà\",\"òkwà\"]}],\"-kwafù\":[{\"word\":\"-kwafù\",\"wordClass\":\"AV\",\"definitions\":[\"spill Ọ kwāfùlù mmiliì He spilt the water, or He poured away the water\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwà\"]}],\"-kwà\":[{\"word\":\"-kwà\",\"wordClass\":\"AV\",\"definitions\":[\"push\",\"disappointment; missing (something) as a result of some\",\"blow (e.g. pipe); sing\",\"pour, spill (water, liquid)\",\"regret; be sorry\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-kwacha àkwacha\":[{\"word\":\"-kwacha àkwacha\",\"wordClass\":\"\",\"definitions\":[\"chip; scrape\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwa-cha\"]}],\"-kwacha ji (edè)\":[{\"word\":\"-kwacha ji (edè)\",\"wordClass\":\"\",\"definitions\":[\"cut off roots of yam (cocoyam)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwa-cha\"]}],\"-kwa-cha\":[{\"word\":\"-kwa-cha\",\"wordClass\":\"\",\"definitions\":[\"scrape; chip\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"kwalìkwatà\":[{\"word\":\"kwalìkwatà\",\"wordClass\":\"NNC\",\"definitions\":[\"kind of louse, very stubborn, found on clothes, pubic hair, etc. of habitually dirty persons ( Hausa, compare igwu louse)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-dakwàsị\":[{\"word\":\"-dakwàsị\",\"wordClass\":\"ESUF\",\"definitions\":[\"fall upon (of thing) Ọ dākwàsì nénu ọche  It fell on the chair Ọ nọ kwàsì nénu ikpo akwụ  She sits on the heap of palmnuts O biìkwàsì yà aka He lays his hands on him\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwà-sa\"]}],\"-kwà-sa\":[{\"word\":\"-kwà-sa\",\"wordClass\":\"ESUF\",\"definitions\":[\"see -kwà-sị 1.\",\"upon; on\"],\"examples\":[],\"variations\":[\"-kwà-sị \",\"-kwà-sa\"],\"stems\":null}],\"-mekwàsị\":[{\"word\":\"-mekwàsị\",\"wordClass\":\"ESUF\",\"definitions\":[\"do again\",\"repeat (action)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwà-sị\",\"-me\"]}],\"-kwà-sị\":[{\"word\":\"-kwà-sị\",\"wordClass\":\"ESUF\",\"definitions\":[\"speak again\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òkwukwe\":[{\"word\":\"òkwukwe\",\"wordClass\":\"NNC\",\"definitions\":[\"agreement; assent; obedience (from -kwe 1. agree)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kwekọ\":[{\"word\":\"-kwekọ\",\"wordClass\":\"NNC\",\"definitions\":[\"agree together\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwe\"]}],\"nkwekọ\":[{\"word\":\"nkwekọ\",\"wordClass\":\"NNC\",\"definitions\":[\"agreement; harmony\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwe\"]}],\"-kwekọlịta\":[{\"word\":\"-kwekọlịta\",\"wordClass\":\"NNC\",\"definitions\":[\"come to an agreement Ànyị èkwekọlịtago We have come to an agreement\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwe\"]}],\"-kwelụ\":[{\"word\":\"-kwelụ\",\"wordClass\":\"NNC\",\"definitions\":[\"accept\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwe\"]}],\"-kwe nísi\":[{\"word\":\"-kwe nísi\",\"wordClass\":\"NNC\",\"definitions\":[\"nod the head\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwe\"]}],\"-kwenye\":[{\"word\":\"-kwenye\",\"wordClass\":\"NNC\",\"definitions\":[\"agree; allow\",\"agree with Ị   kwenyego nífe ànyị kwùlù? Do you agree with what we said?\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwe\",\"-nyefè\"]}],\"-kwenyelụ\":[{\"word\":\"-kwenyelụ\",\"wordClass\":\"NNC\",\"definitions\":[\"agree with\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwe\"]}],\"-kwesị\":[{\"word\":\"-kwesị\",\"wordClass\":\"NNC\",\"definitions\":[\"deserve; be fitting; be suitable; correspond\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwe\"]}],\"òkwùkwe\":[{\"word\":\"òkwùkwe\",\"wordClass\":\"NNC\",\"definitions\":[\"belief; faith\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwe\"]}],\"ùkwe\":[{\"word\":\"ùkwe\",\"wordClass\":\"NNC\",\"definitions\":[\"song; hymn\",\"assent (= òkwukwe) (-kwe 1. agree)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-kwerùbe\":[{\"word\":\"-kwerùbe\",\"wordClass\":\"AV\",\"definitions\":[\"shake (e.g. bottle of oil)\",\"shake thoroughly\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwe\",\"-rù-be\"]}],\"nkweko akā\":[{\"word\":\"nkweko akā\",\"wordClass\":\"AV\",\"definitions\":[\"wrist\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwe\"]}],\"-kwe ọnụ\":[{\"word\":\"-kwe ọnụ\",\"wordClass\":\"AV\",\"definitions\":[\"offer (a price)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwe\"]}],\"-kwe ọnyà\":[{\"word\":\"-kwe ọnyà\",\"wordClass\":\"AV\",\"definitions\":[\"set (rope, wire) trap\",\"set trap\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwe\",\"ọnyà\"]}],\"-kwe ụta\":[{\"word\":\"-kwe ụta\",\"wordClass\":\"AV\",\"definitions\":[\"string a bow\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwe\",\"ụta\"]}],\"-kwezi ụta\":[{\"word\":\"-kwezi ụta\",\"wordClass\":\"AV\",\"definitions\":[\"re-string a bow\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwe\",\"ụta\",\"-zi\"]}],\"-kwe\":[{\"word\":\"-kwe\",\"wordClass\":\"AV\",\"definitions\":[\"believe; agree; obey; be willing; permit Nwoke afù kwèsìlì ịjā ike The man deserves praise\",\"sing hymns, songs in chorus\",\"lay hold of\",\"lower (price)\",\"set, prepare for use (something involving strings)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òkwukwo\":[{\"word\":\"òkwukwo\",\"wordClass\":\"\",\"definitions\":[\"plucking\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwo\"]}],\"-kwo eze\":[{\"word\":\"-kwo eze\",\"wordClass\":\"\",\"definitions\":[\"take out, extract teeth; lose tooth (teeth)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwo\"]}],\"-kwosị ugbènè\":[{\"word\":\"-kwosị ugbènè\",\"wordClass\":\"\",\"definitions\":[\"pluck feathers\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwo\"]}],\"-dàkwo\":[{\"word\":\"-dàkwo\",\"wordClass\":\"\",\"definitions\":[\"(of fruit) fall from tree before it is ripe\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwo\"]}],\"-kakwo\":[{\"word\":\"-kakwo\",\"wordClass\":\"\",\"definitions\":[\"(especially of fruits) pluck prematurely\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwo\"]}],\"-takwo\":[{\"word\":\"-takwo\",\"wordClass\":\"\",\"definitions\":[\"(of fruits) eat unripe Ọ nà-àtakwo ugiliì acharọ  àcha She is eating an unripe wild mango\",\"bite off prematurely eat or chew unripe fruit; bite off\"],\"examples\":[{\"igbo:\":\"Agū nà-àtakwo mangō ācharō acha\",\"english\":\"Agụ is eating unripe mango\"}],\"variations\":[],\"stems\":[\"-kwo\",\"-ta\"]}],\"-kwo\":[{\"word\":\"-kwo\",\"wordClass\":\"\",\"definitions\":[\"pluck, extract forcibly or prematurely; remove from position (e.g. fruit, foetus) prematurely\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kwòbà\":[{\"word\":\"-kwòbà\",\"wordClass\":\"AV\",\"definitions\":[\"rush in\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwò\"]}],\"-kwòbàta\":[{\"word\":\"-kwòbàta\",\"wordClass\":\"AV\",\"definitions\":[\"rush in\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwò\"]}],\"-kwò èkwò\":[{\"word\":\"-kwò èkwò\",\"wordClass\":\"AV\",\"definitions\":[\"rush in numbers\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwò\"]}],\"-kwòjili\":[{\"word\":\"-kwòjili\",\"wordClass\":\"AV\",\"definitions\":[\"rush violently\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwò\"]}],\"-kwò ọnwụ\":[{\"word\":\"-kwò ọnwụ\",\"wordClass\":\"AV\",\"definitions\":[\"be at point of death; struggle with death\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwò\",\"ọnwụ\"]}],\"-kwòpù\":[{\"word\":\"-kwòpù\",\"wordClass\":\"AV\",\"definitions\":[\"rush out\",\"put down from the back something carried on it\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwò\"]}],\" mmili nā-ekwō èkwò\":[{\"word\":\" mmili nā-ekwō èkwò\",\"wordClass\":\"AV\",\"definitions\":[\"tap or stream where there is a rush of people wishing to fetch water\",\"fast-flowing stream, river, water-way\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwò\"]}],\"(mmiliì) -kwò\":[{\"word\":\"(mmiliì) -kwò\",\"wordClass\":\"AV\",\"definitions\":[\"undergo a rush of people anxious to fetch water (of a stream)\",\"rush, flow rapidly (of water-way, stream)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwò\"]}],\"(pọmpù) -kwò\":[{\"word\":\"(pọmpù) -kwò\",\"wordClass\":\"AV\",\"definitions\":[\"be surrounded by anxious, pushing crowd trying to get water (of tap)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwò\"]}],\"-kwò ìlìlò\":[{\"word\":\"-kwò ìlìlò\",\"wordClass\":\"AV\",\"definitions\":[\"uproot a plant\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwò\"]}],\"-kwò ụla\":[{\"word\":\"-kwò ụla\",\"wordClass\":\"\",\"definitions\":[\"snore\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwò\"]}],\"-kwòlụ\":[{\"word\":\"-kwòlụ\",\"wordClass\":\"AV\",\"definitions\":[\"carry on the back (e.g. child)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwò\"]}],\"-kwò nnwa\":[{\"word\":\"-kwò nnwa\",\"wordClass\":\"AV\",\"definitions\":[\"carry child on the back Kwòlụ nnwā Carry the child on your back\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwò\"]}],\"-kwò nnwa n’àzụ\":[{\"word\":\"-kwò nnwa n’àzụ\",\"wordClass\":\"AV\",\"definitions\":[\"carry child on the back\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwò\"]}],\"-kwò\":[{\"word\":\"-kwò\",\"wordClass\":\"AV\",\"definitions\":[\"rushing\",\"uproot\",\"AV\",\"carry on the back\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"kwọ\":[{\"word\":\"kwọ\",\"wordClass\":\"\",\"definitions\":[\"see kwa\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òkwụkwọ\":[{\"word\":\"òkwụkwọ\",\"wordClass\":\"NNC\",\"definitions\":[\"grinding; grating; sawing Fa nà-àkwọ osisi fa gbùlù n nyàafù They are sawing the tree they felled yesterday\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwọ\"]}],\"-kwọbè\":[{\"word\":\"-kwọbè\",\"wordClass\":\"NNC\",\"definitions\":[\"saw asunder Ànyqị chòlù ijiì mmà ọdụ  kwọbè osisi dāchilị ụzò We want to saw asunder the tree which fell across the road\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwọ\"]}],\"-kwọcha\":[{\"word\":\"-kwọcha\",\"wordClass\":\"NNC\",\"definitions\":[\"file\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwọ\"]}],\"-kwọcha isi\":[{\"word\":\"-kwọcha isi\",\"wordClass\":\"NNC\",\"definitions\":[\"be bald\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwọ\"]}],\"onye isi nkwọcha\":[{\"word\":\"onye isi nkwọcha\",\"wordClass\":\"NNC\",\"definitions\":[\"bald-headed person\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwọ\"]}],\"-kwọjipù\":[{\"word\":\"-kwọjipù\",\"wordClass\":\"NNC\",\"definitions\":[\"saw off\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwọ\"]}],\"-kwọ mụlụmụlụ\":[{\"word\":\"-kwọ mụlụmụlụ\",\"wordClass\":\"NNC\",\"definitions\":[\"be smooth (of stone); be very smooth and shining\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwọ\"]}],\"-kwọ osè\":[{\"word\":\"-kwọ osè\",\"wordClass\":\"NNC\",\"definitions\":[\"grind pepper Ọ nà-àkwọ osè She is grinding pepper\",\"grind pepper\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwọ\",\"osè\"]}],\"n kwọ òsè\":[{\"word\":\"n kwọ òsè\",\"wordClass\":\"NNC\",\"definitions\":[\"pepper-grinder (stone, machine, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwọ\"]}],\"-kwọ ọkà\":[{\"word\":\"-kwọ ọkà\",\"wordClass\":\"NNC\",\"definitions\":[\"grind corn Ị   nà-àkwọ ọkà ị gà-èji me nni ọkà? Are you grinding the corn with which to prepare pap?\",\"grind corn\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwọ\",\"ọkà\"]}],\"-kwọpìà\":[{\"word\":\"-kwọpìà\",\"wordClass\":\"NNC\",\"definitions\":[\"grind to little bits or pulp; crush; mash\",\"be smashed (by lorry)\"],\"examples\":[],\"variations\":[\"-kwọpịa\"],\"stems\":[\"-kwọ\",\"-pịa\"]}],\"(motò) -kwọpìà\":[{\"word\":\"(motò) -kwọpìà\",\"wordClass\":\"NNC\",\"definitions\":[\"be crushed (by lorry or any vehicle) Motò gà-àkwọpiCa giCisi otù ụbòsì màkà nà ị diCachàlụ motò òfụma A lorry will crush your head one day because you never give way properly to lorries\",\"be crushed (by motor vehicle)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwọ\",\"motò\"]}],\"-kwọzè\":[{\"word\":\"-kwọzè\",\"wordClass\":\"NNC\",\"definitions\":[\"grind to pulp; reduce by grinding\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwọ\"]}],\"kwọzè\":[{\"word\":\"kwọzè\",\"wordClass\":\"NNC\",\"definitions\":[\"(slang, usually among school-children) snack, small edibles like àkàlà, groundnuts, èlèlè, bought and eaten by school-children during the recess period by those who can afford it\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwọ\"]}],\"-ta kwọzè\":[{\"word\":\"-ta kwọzè\",\"wordClass\":\"NNC\",\"definitions\":[\"eat such snacks\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwọ\"]}],\"-kwọ\":[{\"word\":\"-kwọ\",\"wordClass\":\"NNC\",\"definitions\":[\"grind; grate; saw; rub; (with aka as object) wash (hands)\",\"scoop up (water)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òkwukwu\":[{\"word\":\"òkwukwu\",\"wordClass\":\"ESUF\",\"definitions\":[\"speaking\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwu\"]}],\"-kwubì\":[{\"word\":\"-kwubì\",\"wordClass\":\"ESUF\",\"definitions\":[\"end a speech Bikō, kwubìzịa okwu afù Please, end that speech\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwu\"]}],\"-kwubìdo\":[{\"word\":\"-kwubìdo\",\"wordClass\":\"ESUF\",\"definitions\":[\"interrupt\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwu\"]}],\"-kwudebe\":[{\"word\":\"-kwudebe\",\"wordClass\":\"ESUF\",\"definitions\":[\"cease speaking\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwu\"]}],\"-kwu ezi okwu#\":[{\"word\":\"-kwu ezi okwu#\",\"wordClass\":\"ESUF\",\"definitions\":[\"speak the truth Ọ bù ezi okwu#kà m nà-èkwu I am speaking the truth\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwu\"]}],\"-kwufìè\":[{\"word\":\"-kwufìè\",\"wordClass\":\"ESUF\",\"definitions\":[\"speak wrongly, incorrectly\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwu\"]}],\"-kwughalị\":[{\"word\":\"-kwughalị\",\"wordClass\":\"ESUF\",\"definitions\":[\"say the opposite of what one said before\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwu\"]}],\"-kwujọ\":[{\"word\":\"-kwujọ\",\"wordClass\":\"ESUF\",\"definitions\":[\"speak evil of\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwu\"]}],\"-kwukwàsị\":[{\"word\":\"-kwukwàsị\",\"wordClass\":\"ESUF\",\"definitions\":[\"speak again\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwu\"]}],\"-kwulụ\":[{\"word\":\"-kwulụ\",\"wordClass\":\"ESUF\",\"definitions\":[\"blaspheme; revile\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwu\"]}],\"-kwu mpụ\":[{\"word\":\"-kwu mpụ\",\"wordClass\":\"ESUF\",\"definitions\":[\"talk at random\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwu\",\"mpụ\"]}],\"-kwunyì\":[{\"word\":\"-kwunyì\",\"wordClass\":\"ESUF\",\"definitions\":[\"overwhelm with talking I kwu#nyì m! You overwhelm me with talk!\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwu\"]}],\"-kwu òfegà\":[{\"word\":\"-kwu òfegà\",\"wordClass\":\"ESUF\",\"definitions\":[\"talk in a flippant way\",\"speak; utter words\"],\"examples\":[],\"variations\":[\"-kwu ofega -kwu okwu\"],\"stems\":[\"-kwu\",\"òfegà\"]}],\"-kwu okwu alụ\":[{\"word\":\"-kwu okwu alụ\",\"wordClass\":\"ESUF\",\"definitions\":[\"speak abominable word(s)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwu\"]}],\"-kwu okwu āsị\":[{\"word\":\"-kwu okwu āsị\",\"wordClass\":\"ESUF\",\"definitions\":[\"speak falsehood\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwu\",\"okwu\"]}],\"-kwu okwu azụ\":[{\"word\":\"-kwu okwu azụ\",\"wordClass\":\"ESUF\",\"definitions\":[\"slander; back-bite Ọ nà-èkwu m  okwu āzụ He is talking about me behind my back\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwu\"]}],\"-kwu okwu ụ gha\":[{\"word\":\"-kwu okwu ụ gha\",\"wordClass\":\"ESUF\",\"definitions\":[\"speak falsehood\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwu\"]}],\"-kwupù\":[{\"word\":\"-kwupù\",\"wordClass\":\"ESUF\",\"definitions\":[\"speak out\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwu\"]}],\"-kwupùta\":[{\"word\":\"-kwupùta\",\"wordClass\":\"ESUF\",\"definitions\":[\"speak out; confess O kwu#pùtago echìchè ya He has put forward his views\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwu\"]}],\"nkwupùta\":[{\"word\":\"nkwupùta\",\"wordClass\":\"ESUF\",\"definitions\":[\"confession; profession (of faith, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwu\"]}],\"-kwusà(sị)\":[{\"word\":\"-kwusà(sị)\",\"wordClass\":\"ESUF\",\"definitions\":[\"proclaim; declare; publish abroad\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwu\"]}],\"-kwusàsịba\":[{\"word\":\"-kwusàsịba\",\"wordClass\":\"ESUF\",\"definitions\":[\"begin to spread news in all directions\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwu\"]}],\"-kwute\":[{\"word\":\"-kwute\",\"wordClass\":\"ESUF\",\"definitions\":[\"make mention of\",\"speak well\",\"used in expression of form verb + -ta + noun + ọnū, denoting great ability to, much, a high degree of\"],\"examples\":[{\"igbo:\":\"Ọ nà-èkwute okwū\",\"english\":\"He is a good speaker\"},{\"igbo:\":\"Ọ nà-èkwute okwū ọnū ya\",\"english\":\"She is an eloquent speaker\"},{\"igbo:\":\"Ọ màtà(lù) mmā ọnū ya\",\"english\":\"She is extremely beautiful\"}],\"variations\":[],\"stems\":[\"-kwu\",\"-ta \"]}],\"-kwutò\":[{\"word\":\"-kwutò\",\"wordClass\":\"ESUF\",\"definitions\":[\"slander; speak evil of\"],\"examples\":[],\"variations\":[\"-kwutì\"],\"stems\":[\"-kwu\"]}],\"Ekwu#tòsì\":[{\"word\":\"Ekwu#tòsì\",\"wordClass\":\"ESUF\",\"definitions\":[\"female name (literally Don’t slander)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwu\"]}],\"nkwutò\":[{\"word\":\"nkwutò\",\"wordClass\":\"ESUF\",\"definitions\":[\"evil-speaking\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwu\"]}],\"-kwuwa\":[{\"word\":\"-kwuwa\",\"wordClass\":\"ESUF\",\"definitions\":[\"speak plainly\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwu\"]}],\"-kwuwapù\":[{\"word\":\"-kwuwapù\",\"wordClass\":\"ESUF\",\"definitions\":[\"speak out plainly\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwu\"]}],\"Chinèekwu\":[{\"word\":\"Chinèekwu\",\"wordClass\":\"ESUF\",\"definitions\":[\"female name (literally It is God who speaks, i.e. it is God who says what will happen)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwu\"]}],\"okwu\":[{\"word\":\"okwu\",\"wordClass\":\"NNC\",\"definitions\":[\"word; speech; affair; matter; dispute; quarrel\",\"cover; lid; stopper; cork (from -kwu 2. cover)\"],\"examples\":[{\"igbo\":\"Bikō rapū m aka màkà nà okwu adīrọ n’ètitì mụ nà gị!\",\"english\":\"Please leave me alone, since there is no quarrel between us\"}],\"variations\":[\"ọkwụ\"],\"stems\":[]}],\"òka e kwukwu\":[{\"word\":\"òka e kwukwu\",\"wordClass\":\"ESUF\",\"definitions\":[\"chatterbox\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwu\"]}],\"ọnụ nā-ekwulụ +\":[{\"word\":\"ọnụ nā-ekwulụ +\",\"wordClass\":\"ESUF\",\"definitions\":[\"spokesman\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwu\"]}],\"ọnụ nā-ekwulụ\":[{\"word\":\"ọnụ nā-ekwulụ\",\"wordClass\":\"ESUF\",\"definitions\":[\"our spokesman\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwu\"]}],\"ānyị\":[{\"word\":\"ānyị\",\"wordClass\":\"ESUF\",\"definitions\":[],\"examples\":[{\"igbo\":\"Ọjì bù ọnụ nā-ekwulụ ānyị\",\"english\":\"Ọjị is our spokesman\"}],\"variations\":[],\"stems\":[\"-kwu\"]}],\"ọnụ nā-ekwulụ òrà -kwuchi\":[{\"word\":\"ọnụ nā-ekwulụ òrà -kwuchi\",\"wordClass\":\"ESUF\",\"definitions\":[\"spokesman of the public, all\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwu\"]}],\"nkwuchi\":[{\"word\":\"nkwuchi\",\"wordClass\":\"ESUF\",\"definitions\":[\"cork; covering\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwu\"]}],\"-kwuchi ọnụ\":[{\"word\":\"-kwuchi ọnụ\",\"wordClass\":\"ESUF\",\"definitions\":[\"cover, plug hole, mouth, opening\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwu\"]}],\"okwuchi\":[{\"word\":\"okwuchi\",\"wordClass\":\"NNC\",\"definitions\":[\"cork; stopper; lid (compare okwu 2.)\"],\"examples\":[],\"variations\":[\"ọkwụchi\"],\"stems\":null}],\"-kwụghe -chèkwube\":[{\"word\":\"-kwụghe -chèkwube\",\"wordClass\":\"ESUF\",\"definitions\":[\"open; uncover Chèkwube Chine kè Trust in God\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwu\"]}],\"-gbakwu(te)\":[{\"word\":\"-gbakwu(te)\",\"wordClass\":\"ESUF\",\"definitions\":[\"run towards, to\"],\"examples\":[],\"variations\":[\"-\"],\"stems\":[\"-kwu\"]}],\"gbakurịta\":[{\"word\":\"gbakurịta\",\"wordClass\":\"ESUF\",\"definitions\":[],\"examples\":[{\"igbo\":\"Ọ nà-àgbakwu nne ya\",\"english\":\"She is running to her mother\"}],\"variations\":[],\"stems\":[\"-kwu\"]}],\"-jekwu\":[{\"word\":\"-jekwu\",\"wordClass\":\"ESUF\",\"definitions\":[\"go to; towards Achò m ije kwu nnà m I want to go to my father\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwu\"]}],\"-kpụkwu\":[{\"word\":\"-kpụkwu\",\"wordClass\":\"ESUF\",\"definitions\":[\"move, crawl towards Ọ nà-àkpụkwu nwa nne  ya She is moving towards her sister\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwu\"]}],\"-mùkwù\":[{\"word\":\"-mùkwù\",\"wordClass\":\"ESUF\",\"definitions\":[\"read more (of) Ọ chò ịmùkwù akwụkwọ She wants to study further\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwu\"]}],\"-nụlụkwu\":[{\"word\":\"-nụlụkwu\",\"wordClass\":\"ESUF\",\"definitions\":[\"drink more of Nùlụkwue mmiìli Drink more water\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwu\"]}],\"-wètakwu\":[{\"word\":\"-wètakwu\",\"wordClass\":\"ESUF\",\"definitions\":[\"bring more (of) Wètakwuelụ m  mmadù naàbò Bring me two more persons\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwu\"]}],\"-kwu\":[{\"word\":\"-kwu\",\"wordClass\":\"ESUF\",\"definitions\":[\"speak\",\"cork; stopper\",\"trust in\",\"eat more\"],\"examples\":[],\"variations\":[\"-kwu-\",\"-kwụ-\",\"-kwu \",\"-ku\"],\"stems\":[]}],\"-kwùchi\":[{\"word\":\"-kwùchi\",\"wordClass\":\"\",\"definitions\":[\"close (opening)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwù-\"]}],\"-kwùchikpò\":[{\"word\":\"-kwùchikpò\",\"wordClass\":\"\",\"definitions\":[\"cover in\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwù-\"]}],\"-kwùghepù\":[{\"word\":\"-kwùghepù\",\"wordClass\":\"\",\"definitions\":[\"uncover\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwù-\"]}],\"-kwùpù\":[{\"word\":\"-kwùpù\",\"wordClass\":\"\",\"definitions\":[\"uncork (a bottle, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwù-\"]}],\"-kwù-\":[{\"word\":\"-kwù-\",\"wordClass\":\"\",\"definitions\":[\"cover; cover with lid; invert\"],\"examples\":[{\"igbo\":\"Kwùchie ìte siì nókụ\",\"english\":\"Cover the pot on the fire\"}],\"variations\":[],\"stems\":null}],\"-kwukọnye\":[{\"word\":\"-kwukọnye\",\"wordClass\":\"AV\",\"definitions\":[\"join, piece together\"],\"examples\":[],\"variations\":[\"-\"],\"stems\":[\"-kwu-do\"]}],\"kwụkọnye\":[{\"word\":\"kwụkọnye\",\"wordClass\":\"AV\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":[\"-kwu-do\"]}],\"-kwu-do\":[{\"word\":\"-kwu-do\",\"wordClass\":\"AV\",\"definitions\":[\"meet\",\"join, piece together\"],\"examples\":[],\"variations\":[\"-kwu-kọ\",\"-kwụ-kọ\"],\"stems\":null}],\"-kwùkwù aka\":[{\"word\":\"-kwùkwù aka\",\"wordClass\":\"AV\",\"definitions\":[\"clench, close the hand\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwù-kwù\"]}],\"-kwù-kwù\":[{\"word\":\"-kwù-kwù\",\"wordClass\":\"AV\",\"definitions\":[\"hold together, clench (of hand)\",\"be foolish\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-me kwùlìkwùlì\":[{\"word\":\"-me kwùlìkwùlì\",\"wordClass\":\"AV\",\"definitions\":[\"behave like a harmless madman\"],\"examples\":[],\"variations\":[],\"stems\":[\"kwùlìkwùlì\",\"-me\"]}],\"kwùlìkwùlì\":[{\"word\":\"kwùlìkwùlì\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọnwa kwùlu ọnwā\":[{\"word\":\"ọnwa kwùlu ọnwā\",\"wordClass\":\"\",\"definitions\":[\"month after month\"],\"examples\":[],\"variations\":[],\"stems\":[\"kwùlu\"]}],\"arò kwùlu arò\":[{\"word\":\"arò kwùlu arò\",\"wordClass\":\"\",\"definitions\":[\"year after year\"],\"examples\":[],\"variations\":[],\"stems\":[\"kwùlu\"]}],\"nnù kwùlu nnù\":[{\"word\":\"nnù kwùlu nnù\",\"wordClass\":\"\",\"definitions\":[\"thousands upon thousands; million(s) Nnù kwùlu nnù ndi be ānyị nà-èje Òbòdò Oyìbo kwà arò Thousands of our people go to Europe each year\",\"innumerable; myriads; one million\"],\"examples\":[],\"variations\":[],\"stems\":[\"kwùlu\",\"nnù\"]}],\"kwùlu\":[{\"word\":\"kwùlu\",\"wordClass\":\"\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òkwụkwụ\":[{\"word\":\"òkwụkwụ\",\"wordClass\":\"AV\",\"definitions\":[\"paying Anà m àbịa ịkwụ  onye ọ bụnà dịkà ọlụ yā sìlì dị I am coming to pay everyone according to his work Ibì egō adā àdị ọlọ  kà òkwụkwụ yā Borrowing money is not usually as difficult as repaying it\",\"jumping\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwụ\"]}],\"-kwụchìgha -kwụ ngò A.\":[{\"word\":\"-kwụchìgha -kwụ ngò A.\",\"wordClass\":\"AV\",\"definitions\":[\"pay back; repay; refund\",\"pay bride-price\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwụ\"]}],\"òkwụkwụ ngò\":[{\"word\":\"òkwụkwụ ngò\",\"wordClass\":\"AV\",\"definitions\":[\"payment of bride-price\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwụ\",\"ngò\"]}],\"-kwụta\":[{\"word\":\"-kwụta\",\"wordClass\":\"AV\",\"definitions\":[\"send payment (of debt or wages, to speaker) Ọ kwụ tagolụ m  ụgwọ o jì m She has sent payment of his debt to me\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwụ\"]}],\"-kwụ ụgwọ\":[{\"word\":\"-kwụ ụgwọ\",\"wordClass\":\"AV\",\"definitions\":[\"pay wages, debt Kwùa m  ụgwọ  m  Pay me my wages, or Pay your debt to me\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwụ\"]}],\"òkwụkwụ (ụgwọ )\":[{\"word\":\"òkwụkwụ (ụgwọ )\",\"wordClass\":\"AV\",\"definitions\":[\"payment (of debt, wages)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwụ\"]}],\"akwụ cha\":[{\"word\":\"akwụ cha\",\"wordClass\":\"AV\",\"definitions\":[\"irredeemable; that which can never be completely repaid; debt\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwụ\"]}],\"akwụcha\":[{\"word\":\"akwụcha\",\"wordClass\":\"AV\",\"definitions\":[\"which can never be completely liquidated\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwụ\"]}],\"-kwụbìdo\":[{\"word\":\"-kwụbìdo\",\"wordClass\":\"AV\",\"definitions\":[\"interfere; stand in the way of\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwụ\"]}],\"-kwụchi\":[{\"word\":\"-kwụchi\",\"wordClass\":\"AV\",\"definitions\":[\"resist; stand in front of; block someone’s view; replace; stand in for\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwụ\"]}],\"-kwụdèbe\":[{\"word\":\"-kwụdèbe\",\"wordClass\":\"AV\",\"definitions\":[\"stand near\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwụ\"]}],\"-kwụlụ n’ùsòlò\":[{\"word\":\"-kwụlụ n’ùsòlò\",\"wordClass\":\"AV\",\"definitions\":[\"be in a line, single file\"],\"examples\":[{\"igbo\":\"Kwùlụ nù n’ùsòlò\",\"english\":\"Stand in a line; or in single file\"},{\"igbo\":\"Mèe kà ụmù akwụkwọ kwụa n’ùsòlò\",\"english\":\"Make the students form a procession\"}],\"variations\":[],\"stems\":[\"-kwụ\",\"ùsòlò\"]}],\"-kwụlụ ọtọ\":[{\"word\":\"-kwụlụ ọtọ\",\"wordClass\":\"AV\",\"definitions\":[\"(= -kwụ ọtọ)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwụ\"]}],\"-kwụ ọtọ\":[{\"word\":\"-kwụ ọtọ\",\"wordClass\":\"AV\",\"definitions\":[\"stand upright, straight\",\"be right, upright, just\",\"stand up\"],\"examples\":[{\"igbo\":\"Mmadù niīne kwụlụ ọtō\",\"english\":\"Would everybody stand up\"}],\"variations\":[],\"stems\":[\"-kwụ\",\"ọtọ\"]}],\"-kwụrube\":[{\"word\":\"-kwụrube\",\"wordClass\":\"AV\",\"definitions\":[\"stand around\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwụ\"]}],\"-kwụsị\":[{\"word\":\"-kwụsị\",\"wordClass\":\"AV\",\"definitions\":[\"stop; stay Ọ chò ịkwụ sị motò He wants to stop the car\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwụ\"]}],\"nkwụsị\":[{\"word\":\"nkwụsị\",\"wordClass\":\"AV\",\"definitions\":[\"termination; abolition\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwụ\"]}],\"-kwụsi ike\":[{\"word\":\"-kwụsi ike\",\"wordClass\":\"AV\",\"definitions\":[\"stand firm\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwụ\"]}],\"-kwụ ụgbà\":[{\"word\":\"-kwụ ụgbà\",\"wordClass\":\"AV\",\"definitions\":[\"turn a somersault\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwụ\"]}],\"-kwụzi\":[{\"word\":\"-kwụzi\",\"wordClass\":\"AV\",\"definitions\":[\"make straight\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwụ\"]}],\"akwụ do akwụdo\":[{\"word\":\"akwụ do akwụdo\",\"wordClass\":\"AV\",\"definitions\":[\"instability; shakiness; that which is never stable\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwụ\"]}],\"-kwụba akwà\":[{\"word\":\"-kwụba akwà\",\"wordClass\":\"AV\",\"definitions\":[\"hang up a cloth\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwụ\"]}],\"-kwụfè\":[{\"word\":\"-kwụfè\",\"wordClass\":\"AV\",\"definitions\":[\"suspend; hang\",\"jump over\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwụ\"]}],\"-kwụfèghalị\":[{\"word\":\"-kwụfèghalị\",\"wordClass\":\"AV\",\"definitions\":[\"swing; hang around\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwụ\"]}],\"-kwụgbu\":[{\"word\":\"-kwụgbu\",\"wordClass\":\"AV\",\"definitions\":[\"kill by hanging\",\"suffocate by smoke\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwụ\"]}],\"-kwụ ùdò\":[{\"word\":\"-kwụ ùdò\",\"wordClass\":\"AV\",\"definitions\":[\"commit suicide (by hanging); hang oneself\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwụ\",\"ùdò\"]}],\"-kwụni\":[{\"word\":\"-kwụni\",\"wordClass\":\"AV\",\"definitions\":[\"rise (of mist, smoke, etc.)\"],\"examples\":[],\"variations\":[\"-kwuni\"],\"stems\":[\"-kwụ\"]}],\"-kwụbà\":[{\"word\":\"-kwụbà\",\"wordClass\":\"AV\",\"definitions\":[\"jump in\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwụ\"]}],\"-kwụdà\":[{\"word\":\"-kwụdà\",\"wordClass\":\"AV\",\"definitions\":[\"lower; let down\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwụ\"]}],\"-kwụpù\":[{\"word\":\"-kwụpù\",\"wordClass\":\"AV\",\"definitions\":[\"jump off\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwụ\"]}],\"-kwụtù\":[{\"word\":\"-kwụtù\",\"wordClass\":\"AV\",\"definitions\":[\"jump down\"],\"examples\":[],\"variations\":[],\"stems\":[\"-kwụ\"]}],\"-kwụ\":[{\"word\":\"-kwụ\",\"wordClass\":\"AV\",\"definitions\":[\"pay\",\"stand (something); place\",\"hang\",\"be misty\",\"jump\",\"see -kwu\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"L\":[{\"word\":\"L\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"òlịla\":[{\"word\":\"òlịla\",\"wordClass\":\"AV\",\"definitions\":[\"a drinking\"],\"examples\":[],\"variations\":[],\"stems\":[\"-la\"]}],\"-lafọ\":[{\"word\":\"-lafọ\",\"wordClass\":\"AV\",\"definitions\":[\"drink and leave some remaining\"],\"examples\":[],\"variations\":[],\"stems\":[\"-la\"]}],\"-lakwu\":[{\"word\":\"-lakwu\",\"wordClass\":\"AV\",\"definitions\":[\"drink again, in addition, the remainder\"],\"examples\":[],\"variations\":[],\"stems\":[\"-la\"]}],\"-lalụ\":[{\"word\":\"-lalụ\",\"wordClass\":\"AV\",\"definitions\":[\"drink a part\"],\"examples\":[],\"variations\":[],\"stems\":[\"-la\"]}],\"-la oke mmānya\":[{\"word\":\"-la oke mmānya\",\"wordClass\":\"AV\",\"definitions\":[\"drink to excess; get drunk\"],\"examples\":[],\"variations\":[],\"stems\":[\"-la\",\"manya\",\"oke\"]}],\"-lamì ụla\":[{\"word\":\"-lamì ụla\",\"wordClass\":\"AV\",\"definitions\":[\"fall fast asleep\",\"fall deeply asleep\"],\"examples\":[],\"variations\":[],\"stems\":[\"-la\",\"ụla\"]}],\"-larụ alarụ\":[{\"word\":\"-larụ alarụ\",\"wordClass\":\"AV\",\"definitions\":[\"congeal, coagulate, curdle (e.g. oil)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-la\"]}],\"-larụ ụlā\":[{\"word\":\"-larụ ụlā\",\"wordClass\":\"AV\",\"definitions\":[\"sleep\"],\"examples\":[],\"variations\":[\"-lụ ụla\"],\"stems\":[\"-la\"]}],\"-la\":[{\"word\":\"-la\",\"wordClass\":\"AV\",\"definitions\":[\"drink\",\"sleep\",\"have coition with\"],\"examples\":[{\"igbo\":\"Ọ chò ịlā ya\",\"english\":\"He wants to sleep with her\"}],\"variations\":[\"-lụ\"],\"stems\":[]}],\"-làdà\":[{\"word\":\"-làdà\",\"wordClass\":\"AV\",\"definitions\":[\"soothe, rock (a baby)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-là\"]}],\"-làfù\":[{\"word\":\"-làfù\",\"wordClass\":\"AV\",\"definitions\":[\"seduce; deceive\"],\"examples\":[],\"variations\":[],\"stems\":[\"-là\"]}],\"nlafù\":[{\"word\":\"nlafù\",\"wordClass\":\"AV\",\"definitions\":[\"seduction; deceit\"],\"examples\":[],\"variations\":[],\"stems\":[\"-là\"]}],\"-làpùta ile\":[{\"word\":\"-làpùta ile\",\"wordClass\":\"AV\",\"definitions\":[\"put out the tongue\"],\"examples\":[],\"variations\":[],\"stems\":[\"-là\"]}],\"-là ùlà\":[{\"word\":\"-là ùlà\",\"wordClass\":\"AV\",\"definitions\":[\"entice; charm; persuade\",\"seduce; entire; draw away\"],\"examples\":[],\"variations\":[],\"stems\":[\"-là\",\"ùlà\"]}],\"-nwulàpù\":[{\"word\":\"-nwulàpù\",\"wordClass\":\"NNC\",\"definitions\":[\"flash\"],\"examples\":[],\"variations\":[],\"stems\":[\"-là\",\"-nwu\"]}],\"-telà\":[{\"word\":\"-telà\",\"wordClass\":\"NNC\",\"definitions\":[\"rub flat\",\"level; rub flat, straight, smooth\"],\"examples\":[],\"variations\":[],\"stems\":[\"-là\",\"-te\"]}],\"-là\":[{\"word\":\"-là\",\"wordClass\":\"AV\",\"definitions\":[\"entice; seduce; deceive\",\"stare at\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-la-cha\":[{\"word\":\"-la-cha\",\"wordClass\":\"AV\",\"definitions\":[\"lick; eat (juicy fruit); drink (soup)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-lapado n’àrụ\":[{\"word\":\"-lapado n’àrụ\",\"wordClass\":\"AV\",\"definitions\":[\"stick to body\"],\"examples\":[],\"variations\":[],\"stems\":[\"-la-pa\"]}],\"-lapalụ n’àrụ\":[{\"word\":\"-lapalụ n’àrụ\",\"wordClass\":\"AV\",\"definitions\":[\"cling (to somebody)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-la-pa\"]}],\"-la-pa\":[{\"word\":\"-la-pa\",\"wordClass\":\"AV\",\"definitions\":[\"stick to; cling to\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òlile\":[{\"word\":\"òlile\",\"wordClass\":\"AV\",\"definitions\":[\"(art of) sale\"],\"examples\":[],\"variations\":[],\"stems\":[\"-le\"]}],\"-le (afịa) ọkshòm\":[{\"word\":\"-le (afịa) ọkshòm\",\"wordClass\":\"AV\",\"definitions\":[\"sell wares at an auction\"],\"examples\":[],\"variations\":[],\"stems\":[\"-le\"]}],\"-lebe (= -lesị)\":[{\"word\":\"-lebe (= -lesị)\",\"wordClass\":\"AV\",\"definitions\":[\"sell to\"],\"examples\":[],\"variations\":[],\"stems\":[\"-le\"]}],\"-ledà\":[{\"word\":\"-ledà\",\"wordClass\":\"AV\",\"definitions\":[\"sell cheaply\"],\"examples\":[],\"variations\":[],\"stems\":[\"-le\"]}],\"-lefọ\":[{\"word\":\"-lefọ\",\"wordClass\":\"AV\",\"definitions\":[\"sell, leaving some parts\"],\"examples\":[],\"variations\":[],\"stems\":[\"-le\"]}],\"-lefù\":[{\"word\":\"-lefù\",\"wordClass\":\"AV\",\"definitions\":[\"sell into slavery\"],\"examples\":[],\"variations\":[],\"stems\":[\"-le\"]}],\"-lesị\":[{\"word\":\"-lesị\",\"wordClass\":\"AV\",\"definitions\":[\"sell to\"],\"examples\":[{\"igbo\":\"Ị mā elesị m#ewu gī?\",\"englsih\":\"Won’t you sell me your goat?\"}],\"variations\":[],\"stems\":[\"-le\"]}],\"-letò\":[{\"word\":\"-letò\",\"wordClass\":\"AV\",\"definitions\":[\"be very rotten\"],\"examples\":[],\"variations\":[],\"stems\":[\"-le\"]}],\"-letòsị\":[{\"word\":\"-letòsị\",\"wordClass\":\"AV\",\"definitions\":[\"be completely rotten\"],\"examples\":[],\"variations\":[],\"stems\":[\"-le\"]}],\"-le ùle\":[{\"word\":\"-le ùle\",\"wordClass\":\"AV\",\"definitions\":[\"rot; be rotten; be corrupt; be lazy\",\"be rotten, lazy, corrupt\"],\"examples\":[],\"variations\":[],\"stems\":[\"-le\",\"ùle\"]}],\"-ledo\":[{\"word\":\"-ledo\",\"wordClass\":\"AV\",\"definitions\":[\"blaze out; catch fire\"],\"examples\":[],\"variations\":[],\"stems\":[\"-le\"]}],\"-leji\":[{\"word\":\"-leji\",\"wordClass\":\"AV\",\"definitions\":[\"cut asunder by burning\"],\"examples\":[],\"variations\":[],\"stems\":[\"-le\"]}],\"-le ọkụ\":[{\"word\":\"-le ọkụ\",\"wordClass\":\"AV\",\"definitions\":[\"be hot, warm\",\"brand with hot object; burn or touch with fire, hot object\",\"be hot, warm; brand with hot object; burn or touch with fire or hot object\"],\"examples\":[{\"igbo\":\"Àrụ gī nà-èle ọkū\",\"english\":\"Your body is hot\"},{\"igbo\":\"Ì nà-àchọ ilē m ọkụ?\",\"english\":\"Are you going to burn me?\"}],\"variations\":[],\"stems\":[\"-le\",\"ọkụ\"]}],\"(ọkụ) -le\":[{\"word\":\"(ọkụ) -le\",\"wordClass\":\"AV\",\"definitions\":[\"be hurt or touched (by fire or hot object)\"],\"examples\":[{\"igbo\":\"Ọkû lè m n’aka\",\"english\":\"I was burned on the hand\"}],\"variations\":[],\"stems\":[\"-le\",\"ọkụ\"]}],\"-le\":[{\"word\":\"-le\",\"wordClass\":\"AV\",\"definitions\":[\"sell\",\"be rotten\",\"brand with hot thing; burn, touch with fire or hot object; be hot\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òlìlè\":[{\"word\":\"òlìlè\",\"wordClass\":\"AV\",\"definitions\":[\"fulfilling; coming to pass\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lè\"]}],\"-lèzù\":[{\"word\":\"-lèzù\",\"wordClass\":\"AV\",\"definitions\":[\"fulfil; come to pass\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lè\"]}],\"-dị ìlè\":[{\"word\":\"-dị ìlè\",\"wordClass\":\"AV\",\"definitions\":[\"(of medicine or sorcery) be efficacious\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lè\"]}],\"(ọgwù) -lè\":[{\"word\":\"(ọgwù) -lè\",\"wordClass\":\"AV\",\"definitions\":[\"(of medicine or sorcery) be efficacious\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lè\"]}],\"-gbelè\":[{\"word\":\"-gbelè\",\"wordClass\":\"\",\"definitions\":[\"loiter; creep about\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lè\"]}],\"-kpọlè\":[{\"word\":\"-kpọlè\",\"wordClass\":\"\",\"definitions\":[\"roll along\"],\"examples\":[{\"igbo\":\"Afùlù m nyà kà ọ nà-àkpọlè bọòlù\",\"english\":\"I saw her rolling a ball\"}],\"variations\":[],\"stems\":[\"-lè\"]}],\"-lè\":[{\"word\":\"-lè\",\"wordClass\":\"AV\",\"definitions\":[\"fulfil; come to pass; (of medicine or sorcery) be efficacious\",\"(used with movement) about; used only in\"],\"examples\":[{\"igbo\":\"Àda nà-ègbelèghalị ebe a nà-èsi ōlili\",\"english\":\"Ada is hanging about where a feast is being prepared\"}],\"variations\":[],\"stems\":[]}],\"-degalụ letà\":[{\"word\":\"-degalụ letà\",\"wordClass\":\"NNC\",\"definitions\":[\"write letter to\"],\"examples\":[{\"igbo\":\"A gà-èdegalụ yā letà\",\"english\":\"He will be written a letter\"}],\"variations\":[],\"stems\":[\"letà\"]}],\"-delụ letà\":[{\"word\":\"-delụ letà\",\"wordClass\":\"NNC\",\"definitions\":[\"write letter to; help write letter\"],\"examples\":[{\"igbo\":\"Ànyị gà-èdelụ yā letà\",\"english\":\"We shall write him (a letter)\"}],\"variations\":[],\"stems\":[\"letà\"]}],\"-nata letà\":[{\"word\":\"-nata letà\",\"wordClass\":\"AV\",\"definitions\":[\"receive letter\"],\"examples\":[],\"variations\":[],\"stems\":[\"letà\",\"-na\"]}],\"-za letà\":[{\"word\":\"-za letà\",\"wordClass\":\"AV\",\"definitions\":[\"reply to letter\"],\"examples\":[],\"variations\":[],\"stems\":[\"letà\",\"-za\"]}],\"-zìpù letà\":[{\"word\":\"-zìpù letà\",\"wordClass\":\"NNC\",\"definitions\":[\"post, mail, dispatch, send out letter\"],\"examples\":[{\"igbo\":\"Agà m èzipù letà m echī\",\"english\":\"I shall dispatch my letter tomorrow\"}],\"variations\":[],\"stems\":[\"letà\"]}],\"òlili\":[{\"word\":\"òlili\",\"wordClass\":\"NNC\",\"definitions\":[\"meal; feast\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"Òlili Nsọ\":[{\"word\":\"Òlili Nsọ\",\"wordClass\":\"AV\",\"definitions\":[\"Holy Communion\"],\"examples\":[],\"variations\":[],\"stems\":[\"-li\"]}],\"Òbìàgèèliàkù\":[{\"word\":\"Òbìàgèèliàkù\",\"wordClass\":\"AV\",\"definitions\":[\"name for a girl born into a wealthy family\"],\"examples\":[],\"variations\":[],\"stems\":[\"-li\"]}],\"-li àrụ efè\":[{\"word\":\"-li àrụ efè\",\"wordClass\":\"AV\",\"definitions\":[\"be at ease, free from care\"],\"examples\":[{\"igbo\":\"Ọ nà-èli àrụ efè\",\"english\":\"He is just resting quietly at home, or He is at ease\"}],\"variations\":[],\"stems\":[\"-li\"]}],\"-lichapù\":[{\"word\":\"-lichapù\",\"wordClass\":\"AV\",\"definitions\":[\"eat up; devour\"],\"examples\":[],\"variations\":[],\"stems\":[\"-li\"]}],\"-lidà\":[{\"word\":\"-lidà\",\"wordClass\":\"AV\",\"definitions\":[\"cause someone to spend all he has\"],\"examples\":[],\"variations\":[],\"stems\":[\"-li\"]}],\"-li èlèlè\":[{\"word\":\"-li èlèlè\",\"wordClass\":\"AV\",\"definitions\":[\"gain\"],\"examples\":[],\"variations\":[],\"stems\":[\"-li\"]}],\"-lifọ\":[{\"word\":\"-lifọ\",\"wordClass\":\"AV\",\"definitions\":[\"eat and leave some remaining\"],\"examples\":[],\"variations\":[],\"stems\":[\"-li\"]}],\"-ligbu\":[{\"word\":\"-ligbu\",\"wordClass\":\"AV\",\"definitions\":[\"defraud (otherwise than in trading)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-li\"]}],\"nligbu\":[{\"word\":\"nligbu\",\"wordClass\":\"AV\",\"definitions\":[\"cheating; fraud\"],\"examples\":[],\"variations\":[],\"stems\":[\"-li\"]}],\"-liju afọ\":[{\"word\":\"-liju afọ\",\"wordClass\":\"AV\",\"definitions\":[\"eat to satiety\"],\"examples\":[],\"variations\":[],\"stems\":[\"-li\"]}],\"-likọ\":[{\"word\":\"-likọ\",\"wordClass\":\"AV\",\"definitions\":[\"eat together\"],\"examples\":[],\"variations\":[],\"stems\":[\"-li\"]}],\"-likpù\":[{\"word\":\"-likpù\",\"wordClass\":\"AV\",\"definitions\":[\"overwhelm, swallow up (of water, mud, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-li\"]}],\"-likwu\":[{\"word\":\"-likwu\",\"wordClass\":\"AV\",\"definitions\":[\"eat more\"],\"examples\":[],\"variations\":[],\"stems\":[\"-li\"]}],\"-li ǹgàlì\":[{\"word\":\"-li ǹgàlì\",\"wordClass\":\"AV\",\"definitions\":[\"take bribe\"],\"examples\":[],\"variations\":[],\"stems\":[\"-li\",\"ǹgàlì\"]}],\"-li ngō\":[{\"word\":\"-li ngō\",\"wordClass\":\"AV\",\"definitions\":[\"accept a bribe\"],\"examples\":[],\"variations\":[],\"stems\":[\"-li\"]}],\"-li nni\":[{\"word\":\"-li nni\",\"wordClass\":\"AV\",\"definitions\":[\"eat food; feed\"],\"examples\":[],\"variations\":[],\"stems\":[\"-li\"]}],\"-li nrā\":[{\"word\":\"-li nrā\",\"wordClass\":\"AV\",\"definitions\":[\"fine; impose a fine\",\"fine\"],\"examples\":[{\"igbo\":\"Fâ lìlì ya nrā\",\"english\":\"They fined him\"}],\"variations\":[],\"stems\":[\"-li\",\"nrā\"]}],\"-li obì\":[{\"word\":\"-li obì\",\"wordClass\":\"AV\",\"definitions\":[\"resemble in behaviour; behave in exactly the same way as another person\"],\"examples\":[],\"variations\":[],\"stems\":[\"-li\"]}],\"-li òlili\":[{\"word\":\"-li òlili\",\"wordClass\":\"AV\",\"definitions\":[\"have a feast\"],\"examples\":[],\"variations\":[],\"stems\":[\"-li\",\"òlili\"]}],\"-li ọkù\":[{\"word\":\"-li ọkù\",\"wordClass\":\"AV\",\"definitions\":[\"inherit wealth\",\"livestock\"],\"examples\":[{\"igbo\":\"Ọkù adī èkwu okwū\",\"english\":\"Livestock never speak (i.e. they can’t complain)\"}],\"variations\":[],\"stems\":[\"-li\",\"ọkù\"]}],\"-li ọnū\":[{\"word\":\"-li ọnū\",\"wordClass\":\"AV\",\"definitions\":[\"dumbfound; astonish\"],\"examples\":[{\"igbo\":\"O lì m ọnū\",\"english\":\"It astonished me\"}],\"variations\":[],\"stems\":[\"-li\"]}],\"-lipù\":[{\"word\":\"-lipù\",\"wordClass\":\"AV\",\"definitions\":[\"devour; eat up\",\"eat up\"],\"examples\":[],\"variations\":[],\"stems\":[\"-li\",\"-pù\"]}],\"-lita n’ùkwù\":[{\"word\":\"-lita n’ùkwù\",\"wordClass\":\"AV\",\"definitions\":[\"inherit; gain by inheritance\"],\"examples\":[],\"variations\":[],\"stems\":[\"-li\",\"ùkwù\"]}],\"-lite\":[{\"word\":\"-lite\",\"wordClass\":\"AV\",\"definitions\":[\"accommodate; contain\",\"eat from; have a share of (inheritance)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-li\"]}],\"-li ulù\":[{\"word\":\"-li ulù\",\"wordClass\":\"AV\",\"definitions\":[\"gain; profit; benefit\"],\"examples\":[],\"variations\":[],\"stems\":[\"-li\",\"ulù\"]}],\"-li ụgwō\":[{\"word\":\"-li ụgwō\",\"wordClass\":\"AV\",\"definitions\":[\"receive salary, wages, etc.\"],\"examples\":[],\"variations\":[],\"stems\":[\"-li\",\"ụgwō\"]}],\"-li ùwà\":[{\"word\":\"-li ùwà\",\"wordClass\":\"AV\",\"definitions\":[\"enjoy; enjoy life\",\"enjoy life\"],\"examples\":[{\"igbo\":\"Ndi nā-alụ ọlū n’ụnō àkù Kingsway nà-èli ùwà\",\"english\":\"The members of staff of the Kingsway stores enjoy life\"}],\"variations\":[],\"stems\":[\"-li\",\"ùwà\"]}],\"(mmilī) -li\":[{\"word\":\"(mmilī) -li\",\"wordClass\":\"AV\",\"definitions\":[\"(of water) drown\"],\"examples\":[{\"igbo\":\"Ọ nà-àgbaku onye mmilī nà-àchọ ilī\",\"english\":\"He is running to a person about to drown\"}],\"variations\":[],\"stems\":[\"-li\"]}],\"-li ìzìzì\":[{\"word\":\"-li ìzìzì\",\"wordClass\":\"AV\",\"definitions\":[\"tickle\"],\"examples\":[{\"igbo\":\"Ọ nà-èli m#ìzìzì\",\"english\":\"He is tickling me\"}],\"variations\":[],\"stems\":[\"-li\"]}],\"-meli\":[{\"word\":\"-meli\",\"wordClass\":\"\",\"definitions\":[\"overcome\",\"overcome (person); win\"],\"examples\":[{\"igbo\":\"Ọō mụ nwà mèlìlì n’ọsọ afù\",\"english\":\"It was I that won the race\"}],\"variations\":[],\"stems\":[\"-li\",\"-me\"]}],\"-li\":[{\"word\":\"-li\",\"wordClass\":\"AV\",\"definitions\":[\"eat; acquire; absorb\",\"on; against\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-gbalì\":[{\"word\":\"-gbalì\",\"wordClass\":\"ESUF\",\"definitions\":[\"dissolve; crush; break into small pieces\"],\"examples\":[{\"igbo\":\"Mkpụlụ ọgwū dānyelụ n’ime mmīli agbalìgo\",\"english\":\"The tablet which has fallen into water has dissolved\"}],\"variations\":[],\"stems\":[\"-lì\"]}],\"-tilì\":[{\"word\":\"-tilì\",\"wordClass\":\"ESUF\",\"definitions\":[\"break (e.g. china, tilley-lamp)\",\"break into pieces\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lì\",\"-ti\"]}],\"-zòlì\":[{\"word\":\"-zòlì\",\"wordClass\":\"ESUF\",\"definitions\":[\"reduce to powder or splinters by stepping on\"],\"examples\":[{\"igbo\":\"Ị nà-àzọlī m#ụkwụ\",\"english\":\"You are stepping on my foot\"}],\"variations\":[],\"stems\":[\"-lì\"]}],\"-lì òlìlì\":[{\"word\":\"-lì òlìlì\",\"wordClass\":\"AV\",\"definitions\":[\"announce news, usually to summon people to a meeting\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lì\"]}],\"onye òlìlì\":[{\"word\":\"onye òlìlì\",\"wordClass\":\"AV\",\"definitions\":[\"town-crier\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lì\"]}],\"-lì\":[{\"word\":\"-lì\",\"wordClass\":\"ESUF\",\"definitions\":[\"reduce to small units; splinter; crush (something softer or more fragile than -gwò)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-lìlì èlilì\":[{\"word\":\"-lìlì èlilì\",\"wordClass\":\"AV\",\"definitions\":[\"be old and tattered (of clothes); crumble (of a wall)\"],\"examples\":[{\"igbo\":\"O yì àfe lilì èlilì\",\"english\":\"She is wearing an old and tattered dress\"}],\"variations\":[],\"stems\":[\"-lì-lì\"]}],\"-lì-lì\":[{\"word\":\"-lì-lì\",\"wordClass\":\"AV\",\"definitions\":[\"be very old (of thing)\"],\"examples\":[{\"igbo\":\"Àfè m elilìgo\",\"english\":\"My garment is already tattered\"}],\"variations\":[],\"stems\":null}],\"-rù lìlìlì\":[{\"word\":\"-rù lìlìlì\",\"wordClass\":\"NNC\",\"definitions\":[\"shiver; quiver\"],\"examples\":[],\"variations\":[],\"stems\":[\"lìlìlì\"]}],\"lìlìlì\":[{\"word\":\"lìlìlì\",\"wordClass\":\"NNC\",\"definitions\":[\"shivering or quivering state\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òlịlị\":[{\"word\":\"òlịlị\",\"wordClass\":\"AV\",\"definitions\":[\"a creeping, stroll\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lị\"]}],\"-lị alị\":[{\"word\":\"-lị alị\",\"wordClass\":\"AV\",\"definitions\":[\"creep (of insects, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lị\"]}],\"-lịdà\":[{\"word\":\"-lịdà\",\"wordClass\":\"AV\",\"definitions\":[\"descend; go down\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lị\"]}],\"-lịfèta\":[{\"word\":\"-lịfèta\",\"wordClass\":\"AV\",\"definitions\":[\"climb over\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lị\"]}],\"-lịgo\":[{\"word\":\"-lịgo\",\"wordClass\":\"AV\",\"definitions\":[\"climb\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lị\"]}],\"-lịgota\":[{\"word\":\"-lịgota\",\"wordClass\":\"AV\",\"definitions\":[\"climb up\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lị\"]}],\"-lịkwàsị\":[{\"word\":\"-lịkwàsị\",\"wordClass\":\"AV\",\"definitions\":[\"climb upon; climb up again\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lị\"]}],\"-lịpù\":[{\"word\":\"-lịpù\",\"wordClass\":\"AV\",\"definitions\":[\"alight from a vehicle\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lị\"]}],\"-lị ugwu\":[{\"word\":\"-lị ugwu\",\"wordClass\":\"AV\",\"definitions\":[\"climb mountain, hill; move uphill\",\"climb mountain, hill\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lị\",\"ugwu\"]}],\"-kpachalị\":[{\"word\":\"-kpachalị\",\"wordClass\":\"\",\"definitions\":[\"(literally) scrape for the benefit of oneself; (fig.) enjoy; scrounge\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lị\"]}],\"-kwàchalị\":[{\"word\":\"-kwàchalị\",\"wordClass\":\"\",\"definitions\":[\"exclaim in pleasure or amusement; chuckle\"],\"examples\":[{\"igbo\":\"Gèe ntì, ị gà-ànụ kà Àda nà-akwàchalị\",\"english\":\"Listen, you will hear Ada chuckling to herself\"}],\"variations\":[],\"stems\":[\"-lị\"]}],\"-lachalị\":[{\"word\":\"-lachalị\",\"wordClass\":\"\",\"definitions\":[\"lick; (fig.) make the most of; enjoy\"],\"examples\":[{\"igbo\":\"Ọ bụlụ nà ulù àdapùtalụ m#ebe m jèkò m lachalịa yā\",\"english\":\"If I get some profit (usually unexpected) where I am going, I will make the most of it\"}],\"variations\":[],\"stems\":[\"-lị\"]}],\"-mụlị\":[{\"word\":\"-mụlị\",\"wordClass\":\"\",\"definitions\":[\"smile; laugh\"],\"examples\":[],\"variations\":[\"-kpùmùlì\"],\"stems\":[\"-lị\"]}],\"-ŋachalị\":[{\"word\":\"-ŋachalị\",\"wordClass\":\"\",\"definitions\":[\"roast (for oneself)\"],\"examples\":[{\"igbo\":\"Anà m èje iŋāchalị àbùba anū nnē nyèlù m\",\"english\":\"I am going to roast the animal fat that mother has given me\"}],\"variations\":[],\"stems\":[\"-lị\"]}],\"-nòlị\":[{\"word\":\"-nòlị\",\"wordClass\":\"\",\"definitions\":[\"sit around; sit around idly\"],\"examples\":[{\"igbo\":\"Ọgè ǹcha kà ọ nà-anòlị n’ụnō Āda\",\"english\":\"He always sits around in Ada's house\"}],\"variations\":[],\"stems\":[\"-lị\"]}],\"-ŋùlị\":[{\"word\":\"-ŋùlị\",\"wordClass\":\"\",\"definitions\":[\"rejoice\",\"rejoice; jubilate\"],\"examples\":[{\"igbo\":\"Gịnî kpàtà ijì aŋùlị?\",\"english\":\"Why are you rejoicing?\"}],\"variations\":[],\"stems\":[\"-lị\",\"-ŋù\"]}],\"-lị\":[{\"word\":\"-lị\",\"wordClass\":\"AV\",\"definitions\":[\"climb; creep\",\"for one's own benefit; to oneself\",\"about; around (often combined with -gha 1.B)\",\"still\"],\"examples\":[{\"igbo\":\"Ọ nà-èje n’ebe a nà-aŋùlị aŋùlị nnwā ịmā mà ọ nwè ịfe ọ gà-àfụ kpachalị\",\"english\":\"She is going to the place where a naming ceremony is going on to see whether there is something she could get to eat (or, take away)\"},{\"igbo\":\"Ànyị nà-egòli\",\"english\":\"We are rejoicing\"}],\"variations\":[\"li\",\"-li\"],\"stems\":[]}],\"lì\":[{\"word\":\"lì\",\"wordClass\":\"ADV\",\"definitions\":[\"indicates politeness (can follow verb or (pro)-noun)\"],\"examples\":[{\"igbo\":\"Kwùe nyā lì\",\"english\":\"Say it, the\"},{\"igbo\":\"Jèelì afịa\",\"english\":\"Please to go market\"},{\"igbo\":\"Gwa m#lì ife i kwùlù\",\"english\":\"Please tell me what you said\"},{\"igbo\":\"Bìalì\",\"english\":\"Please come!\"}],\"variations\":[],\"stems\":null}],\"-kụlịta\":[{\"word\":\"-kụlịta\",\"wordClass\":\"\",\"definitions\":[\"knock against, together\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lị(-ta)\"]}],\"-lị(-ta)\":[{\"word\":\"-lị(-ta)\",\"wordClass\":\"\",\"definitions\":[\"against; opposing; opposite their heads together outside\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òlilo\":[{\"word\":\"òlilo\",\"wordClass\":\"NNC\",\"definitions\":[\"pain\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-lo ilo\":[{\"word\":\"-lo ilo\",\"wordClass\":\"AV\",\"definitions\":[\"hurt; ache; be painful\",\"bear a grudge; be enemies\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lo\"]}],\"àrụ ōlulo\":[{\"word\":\"àrụ ōlulo\",\"wordClass\":\"AV\",\"definitions\":[\"weariness\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lo\"]}],\"-lo elo\":[{\"word\":\"-lo elo\",\"wordClass\":\"AV\",\"definitions\":[\"be useful; be fitting\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lo\"]}],\"-lo n’ife\":[{\"word\":\"-lo n’ife\",\"wordClass\":\"AV\",\"definitions\":[\"be useful\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lo\"]}],\"-lo\":[{\"word\":\"-lo\",\"wordClass\":\"AV\",\"definitions\":[\"be painful; ache\",\"be among; be one of\"],\"examples\":[{\"igbo\":\"Ebo lòlù na ndi a chụpùlù n’ọlụ\",\"english\":\"Ebo was one of the people dismissed from work\"}],\"variations\":[],\"stems\":[]}],\"-lòchìgha\":[{\"word\":\"-lòchìgha\",\"wordClass\":\"AV\",\"definitions\":[\"repent; reflect\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lò\"]}],\"-lò èlò\":[{\"word\":\"-lò èlò\",\"wordClass\":\"AV\",\"definitions\":[\"think\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lò\"]}],\"-lòfìè\":[{\"word\":\"-lòfìè\",\"wordClass\":\"AV\",\"definitions\":[\"think wrongly; be mistaken\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lò\"]}],\"-lògha\":[{\"word\":\"-lògha\",\"wordClass\":\"AV\",\"definitions\":[\"repent; change one's mind\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lò\"]}],\"nlògha\":[{\"word\":\"nlògha\",\"wordClass\":\"AV\",\"definitions\":[\"repentance; change of mind\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lò\"]}],\"lòkene!\":[{\"word\":\"lòkene!\",\"wordClass\":\"AV\",\"definitions\":[\"think, please! just think of it (usually of something bad)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lò\"]}],\"-lòkọba\":[{\"word\":\"-lòkọba\",\"wordClass\":\"AV\",\"definitions\":[\"consider\"],\"examples\":[{\"igbo\":\"Anà m èlokòba ife o mè m\",\"english\":\"I am thinking of all the things he has done to me (good or bad)\"}],\"variations\":[],\"stems\":[\"-lò\"]}],\"-lòpùta\":[{\"word\":\"-lòpùta\",\"wordClass\":\"AV\",\"definitions\":[\"think out; suggest\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lò\"]}],\"-lòta\":[{\"word\":\"-lòta\",\"wordClass\":\"AV\",\"definitions\":[\"remember\"],\"examples\":[],\"variations\":[\"-lòte\"],\"stems\":[\"-lò\"]}],\"nlòta\":[{\"word\":\"nlòta\",\"wordClass\":\"AV\",\"definitions\":[\"remembrance\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lò\"]}],\"-lòtalụ\":[{\"word\":\"-lòtalụ\",\"wordClass\":\"AV\",\"definitions\":[\"remind\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lò\"]}],\"-lòzọ\":[{\"word\":\"-lòzọ\",\"wordClass\":\"AV\",\"definitions\":[\"forget\"],\"examples\":[{\"igbo\":\"O lòzọgo afà ya\",\"english\":\"She has forgotten his name\"}],\"variations\":[],\"stems\":[\"-lò\",\"-zọ\"]}],\"nlòzọ\":[{\"word\":\"nlòzọ\",\"wordClass\":\"AV\",\"definitions\":[\"forgetfulness\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lò\"]}],\"ọka elùlò\":[{\"word\":\"ọka elùlò\",\"wordClass\":\"AV\",\"definitions\":[\"counsellor; thinker; adviser\"],\"examples\":[],\"variations\":[\"ọka ilòlò\"],\"stems\":[\"-lò\"]}],\"-lò nlọ\":[{\"word\":\"-lò nlọ\",\"wordClass\":\"AV\",\"definitions\":[\"dream\",\"dream a dream\"],\"examples\":[{\"igbo\":\"Alòlù m kà Èjìma bīalụ\",\"english\":\"I dreamt that Ejima arrived\"}],\"variations\":[],\"stems\":[\"-lò\",\"nlọ\"]}],\"òlùlò\":[{\"word\":\"òlùlò\",\"wordClass\":\"AV\",\"definitions\":[\"being thick\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lò\"]}],\"-lò àlò\":[{\"word\":\"-lò àlò\",\"wordClass\":\"AV\",\"definitions\":[\"be thick (of liquids)\"],\"examples\":[{\"igbo\":\"O tègo m jì wèlụ èli ofe dī gololo, mà kịtāà achòlù m ilī ofe lōlụ àlò\",\"english\":\"For a long time I have been eating watery soups but now I want to eat a thick soup\"}],\"variations\":[],\"stems\":[\"-lò\"]}],\"-lò\":[{\"word\":\"-lò\",\"wordClass\":\"AV\",\"definitions\":[\"think (about a problem)\",\"dream\",\"be thick (of liquids)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-lọ mmụō\":[{\"word\":\"-lọ mmụō\",\"wordClass\":\"AV\",\"definitions\":[\"offer food to the ancestors; feast the dead\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lọ\",\"mmụō\"]}],\"-lọgò\":[{\"word\":\"-lọgò\",\"wordClass\":\"AV\",\"definitions\":[\"be crooked, bent, winding, sinuous, tortuous Mkpịsị afù lò(lù) àlọ The spike is bent\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lọ\"]}],\"-lọji\":[{\"word\":\"-lọji\",\"wordClass\":\"AV\",\"definitions\":[\"twist yam tendrils round the stake\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lọ\"]}],\"-lọji onu\":[{\"word\":\"-lọji onu\",\"wordClass\":\"AV\",\"definitions\":[\"break the neck\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lọ\"]}],\"-lọkọ\":[{\"word\":\"-lọkọ\",\"wordClass\":\"AV\",\"definitions\":[\"curl hair\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lọ\"]}],\"-lọ\":[{\"word\":\"-lọ\",\"wordClass\":\"AV\",\"definitions\":[\"bend; twist; be bent, twisted\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-lu anì\":[{\"word\":\"-lu anì\",\"wordClass\":\"AV\",\"definitions\":[\"arrive at a settlement, conclusion\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lu\"]}],\"-lu àrụ\":[{\"word\":\"-lu àrụ\",\"wordClass\":\"AV\",\"definitions\":[\"receive; reach\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lu\"]}],\"-lu ogō\":[{\"word\":\"-lu ogō\",\"wordClass\":\"AV\",\"definitions\":[\"reach age (for doing particular things); perform ceremony (for girl reaching puberty); be able to\",\"be of age, mature enough to be able to do something\"],\"examples\":[{\"igbo\":\"Elū go m ogo ịnū nwaànyì\",\"englsih\":\"I am already of marriageable age\"},{\"igbo\":\"Ụmù akā ezi òmùme gà-ènyelụ nne nà nnà fa akā ogè fa lùlù ogō\",\"english\":\"Good children will help their parents when they are of age\"}],\"variations\":[],\"stems\":[\"-lu\",\"ogō\"]}],\"-lute\":[{\"word\":\"-lute\",\"wordClass\":\"AV\",\"definitions\":[\"arrive at; reach\",\"grow (head hair)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lu\"]}],\"-lu arụrụ\":[{\"word\":\"-lu arụrụ\",\"wordClass\":\"AV\",\"definitions\":[\"breed worms\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lu\"]}],\"-lukpù\":[{\"word\":\"-lukpù\",\"wordClass\":\"AV\",\"definitions\":[\"overflow; drown; submerge\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lu\"]}],\"-lusà\":[{\"word\":\"-lusà\",\"wordClass\":\"AV\",\"definitions\":[\"overflow; spread\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lu\"]}],\"mmili ōlulu\":[{\"word\":\"mmili ōlulu\",\"wordClass\":\"AV\",\"definitions\":[\"rising of water at flood-time\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lu\"]}],\"-lu\":[{\"word\":\"-lu\",\"wordClass\":\"AV\",\"definitions\":[\"reach; arrive at; amount to; reach a time\",\"grow; breed\",\"overflow, rise (of river in rainy season)\"],\"examples\":[{\"igbo\":\"O lūe\",\"english\":\"It is time\"},{\"igbo\":\"Ò lue mgbè afù, ...\",\"english\":\"When it was time, ...\"},{\"igbo\":\"Ò luzịa\",\"english\":\"It happened; it came to pass; then\"},{\"igbo\":\"Òrìmmìlì lùù n’arō à\",\"english\":\"The Niger has overflowed this year\"}],\"variations\":[],\"stems\":[]}],\"-lù èlù\":[{\"word\":\"-lù èlù\",\"wordClass\":\"AV\",\"definitions\":[\"become soft\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lù\"]}],\"-lùchì\":[{\"word\":\"-lùchì\",\"wordClass\":\"AV\",\"definitions\":[\"obscure (sun, of clouds)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lù\"]}],\"-lù aka\":[{\"word\":\"-lù aka\",\"wordClass\":\"AV\",\"definitions\":[\"point out; put finger on\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lù\"]}],\"-lùdo\":[{\"word\":\"-lùdo\",\"wordClass\":\"AV\",\"definitions\":[\"stick in\",\"persist\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lù\"]}],\"-lùdo osisi\":[{\"word\":\"-lùdo osisi\",\"wordClass\":\"AV\",\"definitions\":[\"stick a stick into the ground\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lù\",\"osisi\"]}],\"-lùnye aka\":[{\"word\":\"-lùnye aka\",\"wordClass\":\"AV\",\"definitions\":[\"poke finger into\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lù\"]}],\"-lù ụkwụ\":[{\"word\":\"-lù ụkwụ\",\"wordClass\":\"AV\",\"definitions\":[\"limp\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lù\",\"ụkwụ\"]}],\"-lù ụla\":[{\"word\":\"-lù ụla\",\"wordClass\":\"AV\",\"definitions\":[\"be sleepy\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lù\",\"ụla\"]}],\"-tilù àrụ\":[{\"word\":\"-tilù àrụ\",\"wordClass\":\"\",\"definitions\":[\"bruise\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lù\",\"-ti\"]}],\"-tụlù\":[{\"word\":\"-tụlù\",\"wordClass\":\"\",\"definitions\":[\"roll in; wallow\",\"roll in; wallow (as pigs, etc.)\"],\"examples\":[{\"igbo\":\"Nwa nkịtā nà-àtụlù n’uzuzù\",\"english\":\"The puppy is rolling in the sand\"}],\"variations\":[],\"stems\":[\"-lù\",\"-tụ\"]}],\"-lù\":[{\"word\":\"-lù\",\"wordClass\":\"AV\",\"definitions\":[\"become soft; soften\",\"(of pears) soften by warming (in hot ashes, water, etc.)\",\"(of cassava) become soft by fermentation\",\"threaten (of rain)\",\"stick in, out\",\"(compare -lụ 3.) polluting; spoiling\"],\"examples\":[{\"igbo\":\"Mmilī nà-elù\",\"english\":\"Rain is threatening\"}],\"variations\":[],\"stems\":[]}],\"òlụlụ\":[{\"word\":\"òlụlụ\",\"wordClass\":\"AV\",\"definitions\":[\"working; constructing; making\",\"work; task; work to be done; working in my house\"],\"examples\":[{\"igbo\":\"Òlili nà òlụlû dì be m#\",\"english\":\"There is plenty of eating and working\"}],\"variations\":[],\"stems\":[\"-lụ\"]}],\"-lụ ajō ọlụ\":[{\"word\":\"-lụ ajō ọlụ\",\"wordClass\":\"AV\",\"definitions\":[\"do work badly\"],\"examples\":[{\"igbo\":\"Ọ nà-àlụ ajō ọlụ\",\"english\":\"He is a bad worker\"}],\"variations\":[],\"stems\":[\"-lụ\",\"ọlụ\"]}],\"-lụmì\":[{\"word\":\"-lụmì\",\"wordClass\":\"AV\",\"definitions\":[\"go far with a task\"],\"examples\":[{\"igbo\":\"Ndù àlụmìgo ugbō yā\",\"english\":\"Ndụ has gone very far in the cultivation of his farm\"}],\"variations\":[],\"stems\":[\"-lụ\"]}],\"-lụni\":[{\"word\":\"-lụni\",\"wordClass\":\"AV\",\"definitions\":[\"build up\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lụ\"]}],\"-lụnwù\":[{\"word\":\"-lụnwù\",\"wordClass\":\"AV\",\"definitions\":[\"rebuild\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lụ\"]}],\"-lụ ọlụ\":[{\"word\":\"-lụ ọlụ\",\"wordClass\":\"AV\",\"definitions\":[\"work\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lụ\",\"ọlụ\"]}],\"-lụsị\":[{\"word\":\"-lụsị\",\"wordClass\":\"AV\",\"definitions\":[\"finish a piece of work\"],\"examples\":[{\"igbo\":\"Alūsịgo m#ọlụ m#\",\"english\":\"I have finished my work\"}],\"variations\":[],\"stems\":[\"-lụ\"]}],\"-lụta\":[{\"word\":\"-lụta\",\"wordClass\":\"AV\",\"definitions\":[\"earn\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lụ\"]}],\"-lụ ugbo\":[{\"word\":\"-lụ ugbo\",\"wordClass\":\"AV\",\"definitions\":[\"work a farm\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lụ\"]}],\"-lụ ụnò\":[{\"word\":\"-lụ ụnò\",\"wordClass\":\"AV\",\"definitions\":[\"build a house\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lụ\",\"ụnò\"]}],\"ọlụ\":[{\"word\":\"ọlụ\",\"wordClass\":\"NNC\",\"definitions\":[\"work; task; something difficult, tiring, tiresome (from -lụ 1. work)\",\"fault; weakness (of behaviour in human beings) (from -lụ 2. defile)\",\"limb of humans or leg of animals, including hip\"],\"examples\":[{\"igbo\":\"Gịnî bù ọlụ gī?\",\"english\":\"What is your work?\"},{\"igbo\":\"Bìa kà ànyị je ọlū\",\"english\":\"Come and let us go to work\"},{\"igbo\":\"Ịnyà ụgbọ dì ọlụ\",\"english\":\"Driving is difficult\"},{\"igbo\":\"Ọlụ Oyìbo\",\"english\":\"Civil Service\"},{\"igbo\":\"Ụmù m ìbùa nò Ọlụ Oyìbo\",\"english\":\"Two of my children are in the Civil Service\"},{\"igbo\":\"Egbè m nwèlù ntịntị ọlū\",\"english\":\"My gun has a slight fault\"},{\"igbo\":\"Ibè gbàlù ọlụ nwaàyì\",\"english\":\"Ibe has the weakness of excessive love for women\"},{\"igbo\":\"Ọ bụlụ nà ụnù abòsịa atụlū afù, wètalụnù m òfu ọlū ya\",\"english\":\"Bring me one of the hindquarters after cutting up that sheep\"}],\"variations\":[],\"stems\":[]}],\"-lụ àrụ ụkà\":[{\"word\":\"-lụ àrụ ụkà\",\"wordClass\":\"AV\",\"definitions\":[\"be self-controlled\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lụ\",\"ụkà\"]}],\"-lụlịta ụkà\":[{\"word\":\"-lụlịta ụkà\",\"wordClass\":\"AV\",\"definitions\":[\"debate; discuss\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lụ\",\"ụkà\"]}],\"-lụ onwē ụkà\":[{\"word\":\"-lụ onwē ụkà\",\"wordClass\":\"AV\",\"definitions\":[\"be disciplined, self-controlled\"],\"examples\":[{\"igbo\":\"Ọ nà-àlụ onwe yā ụkà\",\"english\":\"He is self-controlled\"}],\"variations\":[],\"stems\":[\"-lụ\",\"ònwe\",\"ụkà\"]}],\"-lụ ụkà\":[{\"word\":\"-lụ ụkà\",\"wordClass\":\"AV\",\"definitions\":[\"dispute with; argue\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lụ\",\"ụkà\"]}],\"-lụ alū\":[{\"word\":\"-lụ alū\",\"wordClass\":\"AV\",\"definitions\":[\"be defiled, corrupt; commit abomination\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lụ\"]}],\"-lụ (nni) ọgwù\":[{\"word\":\"-lụ (nni) ọgwù\",\"wordClass\":\"AV\",\"definitions\":[\"neutralise effect of poison\",\"(fig.) To prove that food and drink presented by the host to his guests have not been poisoned, the host usually tastes from every eatable thing presented before allowing his guests to have their share. This tradition is called ịlū ọgwù call the master of the house to come and taste the eatables (traditionally, to prove absence of poisoning)\"],\"examples\":[{\"igbo\":\"Anà m èje ịkpō dibīa ga-alụ ọgwù ànyị lòlù nà e tìnyèlù n’ime nni e bùnyèlù ànyị\",\"english\":\"I am going to call a native doctor who is going to neutralise the effect of the poison we think has been added to the food offered to us\"},{\"igbo\":\"Bikō kpòọ di bī ụnò kà ọ bịa lụalụ ānyị nni ọgwù\",\"english\":\"Please call the master of the house to come and taste the eatables (traditionally, to prove absence of poisoning)\"}],\"variations\":[],\"stems\":[\"-lụ\"]}],\"àrụ ōlụlụ\":[{\"word\":\"àrụ ōlụlụ\",\"wordClass\":\"AV\",\"definitions\":[\"state of being maimed or spiritually unclean\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lụ\"]}],\"-ŋụlụ\":[{\"word\":\"-ŋụlụ\",\"wordClass\":\"\",\"definitions\":[\"drink from\",\"drink from; drink a little\"],\"examples\":[{\"igbo\":\"Ŋùlụ nwantịntị\",\"english\":\"Drink a little\"}],\"variations\":[],\"stems\":[\"-lụ\",\"-ŋụ\"]}],\"-wèlụ\":[{\"word\":\"-wèlụ\",\"wordClass\":\"\",\"definitions\":[\"take; take away; take from\",\"take\"],\"examples\":[{\"igbo\":\"Wèlụ ǹkè ị\",\"english\":\"Take yours\"}],\"variations\":[],\"stems\":[\"-lụ\",\"-wè\"]}],\"-lụ\":[{\"word\":\"-lụ\",\"wordClass\":\"AV\",\"definitions\":[\"work; construct; make\",\"defile; desecrate; be faulty, defective\",\"see -la 2.\",\"(-lu after o u, -lị after ị, -li after i) ablative suffix denoting from, away in meaning with unambiguously, zūtagolu m), proving that this is a different suffix from -lụ 6.). For rules of combination with -lụ 5., see - lụ 5\"],\"examples\":[{\"igbo\":\"Ọ nà-àlụ ọlū\",\"english\":\"He is working\"}],\"variations\":[],\"stems\":[]}],\"-fụtalụ\":[{\"word\":\"-fụtalụ\",\"wordClass\":\"ESUF\",\"definitions\":[\"discover for\"],\"examples\":[],\"variations\":[],\"stems\":[\"-lụ \"]}],\"-lụ \":[{\"word\":\"-lụ \",\"wordClass\":\"ISUF\",\"definitions\":[\"(-lu after o u, -lị after ị, -li after i) neutral tense marker, denoting past with action verbs and present with non- alternating stative verbs\",\"(-lu after o u, -lị after ị, -i after i; follows inflectional suffixes) dative suffix, denoting that the action is done to or for the benefit of the indirect object\"],\"examples\":[{\"igbo\":\"Ì lìlì gịnī?\",\"english\":\"What did you eat?\"},{\"igbo\":\"Fâ jèlù afịa\",\"english\":\"They went to market\"},{\"igbo\":\"Àdâ màlù mmā\",\"english\":\"Ada is beautiful\"},{\"igbo\":\"Ọ chòlù egō\",\"english\":\"He wants money. With alternating stative verbs, its absence denotes present time and its presence past time\"},{\"igbo\":\"Àdâ bù ìtè\",\"english\":\"Ada is carrying a pot\"},{\"igbo\":\"Àdâ bùlù ìtè\",\"english\":\"Ada carried a pot. It is often reduced to -V (i.e. a vowel identical with the preceding vowel) or entirely dropped\"},{\"igbo\":\"Kèdụ mgbè i jìlì/jìì/jì bịa?\",\"english\":\"When did you come?\"},{\"igbo\":\"Ọ rìlì/rìì/rì enū\",\"english\":\"He climbed up. When followed by another suffix of the same shape (i.e. -lụ 6 or -lụ 7.), the first one is dropped entirely if the sentence is unemphatic and reduced to -V if the sentence is emphatic\"},{\"igbo\":\"O sìlì yà nni\",\"english\":\"She cooked food for him\"},{\"igbo\":\"O sììlì yà nni\",\"english\":\"She did cook food for him (-lụ 5. + -lụ 6.)\"},{\"igbo\":\"Edèlù m nyà akwụkwọ\",\"english\":\"I wrote to him\"},{\"igbo\":\"Edèèlù m nyà akwụkwọ\",\"english\":\"I did write to him (-lụ 5. + -lụ 6.)\"},{\"igbo\":\"Bikō nyèlụ yā aka chìkọọlụ yā òlòma dī n’ime ụnò\",\"english\":\"Please help her gather and take away the oranges in the room (-lụ 5., + -lụ 6.; more emphatic than chìkọlụ, implying that the, oranges are scattered and take longer to collect\"},{\"igbo\":\"Achò m kà ị gokọọlụ m#ōkụkò abùke n’afịa\",\"english\":\"I want you to help go round in the market and buy me abuke fowls (-lụ 5. +, -lụ 6. more emphatic than gokọlụ, implying that every single, one from all parts of the market must be bought)\"},{\"igbo\":\"Ọ gbàwàlù ọsọ\",\"english\":\"He ran away (at the first sight of danger)\"},{\"igbo\":\"Ọ gbàwààlù ọsọ\",\"english\":\"He ran away (in the midst of the battle) (-lụ 5. + -lụ 7.)\"},{\"igbo\":\"Ọ zūtagolu m#ewu\",\"english\":\"He has bought a goat for me. If there is no indirect object, it is understood to be for the benefit of the subject (reflexive)\"},{\"igbo\":\"Bùlu jī\",\"english\":\"Carry yams (for yourself). For rules of combination with -lụ 5. (neutral), see under -lụ 5.\"}],\"variations\":[\"-lu\",\"-lị\",\"-li\"],\"stems\":[]}],\"M\":[{\"word\":\"M\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"Kà m je\":[{\"word\":\"Kà m je\",\"wordClass\":\"PRN\",\"definitions\":[\"Let me go\"],\"examples\":[],\"variations\":[],\"stems\":[\"m\"]}],\"aka m#\":[{\"word\":\"aka m#\",\"wordClass\":\"PRN\",\"definitions\":[\"my hand\"],\"examples\":[],\"variations\":[],\"stems\":[\"m\"]}],\"m\":[{\"word\":\"m\",\"wordClass\":\"PRN\",\"definitions\":[\"(independent; 1st person singular; compare e-/a-...m) I; me; my\"],\"examples\":[{\"igbo\":\"Ọ kpòlù m\",\"english\":\"He called me\"}],\"variations\":[],\"stems\":null}],\"òmụma\":[{\"word\":\"òmụma\",\"wordClass\":\"AV\",\"definitions\":[\"knowing; knowledge\",\"wrapping\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma\"]}],\"-ma àrụ\":[{\"word\":\"-ma àrụ\",\"wordClass\":\"AV\",\"definitions\":[\"become customary\"],\"examples\":[{\"igbo\":\"Ịtēta ụla n’elekele īse ụtụtù àmalụgo m#arụ\",\"english\":\"I have become used to waking up at five o'clock in the mọrning\"}],\"variations\":[],\"stems\":[\"-ma\"]}],\"-machasịlị\":[{\"word\":\"-machasịlị\",\"wordClass\":\"AV\",\"definitions\":[\"know well\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma\"]}],\"-ma ìzù\":[{\"word\":\"-ma ìzù\",\"wordClass\":\"AV\",\"definitions\":[\"be prudent\"],\"examples\":[{\"igbo\":\"Ọ mààlù ìzù\",\"english\":\"He's prudent\"}],\"variations\":[],\"stems\":[\"-ma\"]}],\"-ma nnwokē\":[{\"word\":\"-ma nnwokē\",\"wordClass\":\"AV\",\"definitions\":[\"not to be in state of virginity (of woman) (literally know a man)\"],\"examples\":[{\"igbo\":\"Nwatà nwaànyì afù akā àmarọ nwokē\",\"english\":\"The young girl has not known a man\"}],\"variations\":[],\"stems\":[\"-ma\"]}],\"-ma obì\":[{\"word\":\"-ma obì\",\"wordClass\":\"AV\",\"definitions\":[\"know one's own mind\"],\"examples\":[{\"igbo\":\"Ò marō obì ya\",\"english\":\"He doesn’t know his own mind, or, He's fickle\"}],\"variations\":[],\"stems\":[\"-ma\"]}],\"-ma ògò\":[{\"word\":\"-ma ògò\",\"wordClass\":\"AV\",\"definitions\":[\"be grateful, polite, well-behaved, modest, courteous\"],\"examples\":[{\"igbo\":\"Ọ dī àma ògò\",\"english\":\"He is not usually grateful\"}],\"variations\":[],\"stems\":[\"-ma\",\"ògò\"]}],\"-mata\":[{\"word\":\"-mata\",\"wordClass\":\"AV\",\"definitions\":[\"understand\"],\"examples\":[{\"igbo\":\"Ì màtàlù ife m kwùlù?\",\"english\":\"Do you understand what I said?\"}],\"variations\":[],\"stems\":[\"-ma\"]}],\"-ma ùma\":[{\"word\":\"-ma ùma\",\"wordClass\":\"AV\",\"definitions\":[\"do on purpose; act wilfully, knowingly, deliberately\",\"pretend; be useful; do with purpose; act wilfully, knowingly\"],\"examples\":[{\"igbo\":\"Ọ mà ùma wèe me yā\",\"english\":\"She did it on purpose\"}],\"variations\":[],\"stems\":[\"-ma\",\"ùma\"]}],\"-ma ùnò\":[{\"word\":\"-ma ùnò\",\"wordClass\":\"AV\",\"definitions\":[\"be tame, domesticated (of animal)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma\"]}],\"-mazi\":[{\"word\":\"-mazi\",\"wordClass\":\"AV\",\"definitions\":[\"direct; explain to (e.g. a way of doing something)\"],\"examples\":[{\"igbo\":\"Anà m èje ịyō Ibè kà ọ mazielụ m#etu m gà-èsi je nnukwu ụnò ọgwū dī n’Ìbàdàn a nà-àkpọ UCH ghàlụ ifù ụzò\",\"english\":\"I am going to beg Ibe to direct me as to how to reach the big hospital at Ibadan called UCH without missing the way\"}],\"variations\":[],\"stems\":[\"-ma\"]}],\"-mazù\":[{\"word\":\"-mazù\",\"wordClass\":\"AV\",\"definitions\":[\"know all; understand fully\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma\"]}],\"amā ama/ife\":[{\"word\":\"amā ama/ife\",\"wordClass\":\"AV\",\"definitions\":[\"ignorance\"],\"examples\":[{\"igbo\":\"Ife o jì dàa nnene akwụkwọ bù amā ama\",\"english\":\"What made him fail the examination was ignorance\"},{\"igbo\":\"Amā ama adī ègbu amà àmà\",\"english\":\"Something you don’t know of won’t kill you\"}],\"variations\":[],\"stems\":[\"-ma\"]}],\"amā ndị a nà-ezè\":[{\"word\":\"amā ndị a nà-ezè\",\"wordClass\":\"AV\",\"definitions\":[\"failure to know the people to be avoided\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma\"]}],\"amā nnà\":[{\"word\":\"amā nnà\",\"wordClass\":\"AV\",\"definitions\":[\"lack of respect for father\"],\"examples\":[{\"igbo\":\"Jọǹ bù amā nnà\",\"english\":\"John does not respect his father\"}],\"variations\":[],\"stems\":[\"-ma\"]}],\"amā oku ọnū\":[{\"word\":\"amā oku ọnū\",\"wordClass\":\"AV\",\"definitions\":[\"inability to express oneself freely; inarticulateness\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma\"]}],\"amā onwe\":[{\"word\":\"amā onwe\",\"wordClass\":\"AV\",\"definitions\":[\"senselessness; unconsciousness\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma\",\"ònwe\"]}],\"amā ògò\":[{\"word\":\"amā ògò\",\"wordClass\":\"AV\",\"definitions\":[\"ingratitude; ungrateful person\",\"ingratitude\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma\",\"ògò\"]}],\"amā uchē Chukwu\":[{\"word\":\"amā uchē Chukwu\",\"wordClass\":\"AV\",\"definitions\":[\"inability to understand God's ways\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma\"]}],\"amā ụma\":[{\"word\":\"amā ụma\",\"wordClass\":\"AV\",\"definitions\":[\"mistakenly\"],\"examples\":[],\"variations\":[\"amānụma\"],\"stems\":[\"-ma\"]}],\"Àmà-àma-amāsị-amasị\":[{\"word\":\"Àmà-àma-amāsị-amasị\",\"wordClass\":\"AV\",\"definitions\":[\"one known but never fully (praise-name of God)\",\"title-name for masquerade\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma\"]}],\"àmàmife\":[{\"word\":\"àmàmife\",\"wordClass\":\"AV\",\"definitions\":[\"knowledge; wisdom\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma\"]}],\"oke àmàmife\":[{\"word\":\"oke àmàmife\",\"wordClass\":\"AV\",\"definitions\":[\"great wisdom\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma\",\"oke\"]}],\"-ma ama\":[{\"word\":\"-ma ama\",\"wordClass\":\"AV\",\"definitions\":[\"hop\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma\"]}],\"-mafè\":[{\"word\":\"-mafè\",\"wordClass\":\"AV\",\"definitions\":[\"leap over\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma\"]}],\"-mafù obì\":[{\"word\":\"-mafù obì\",\"wordClass\":\"AV\",\"definitions\":[\"take the breath away\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma\",\"obì\"]}],\"-ma n’ọnyà\":[{\"word\":\"-ma n’ọnyà\",\"wordClass\":\"AV\",\"definitions\":[\"be caught in a trap\",\"shake\",\"be entrapped\"],\"examples\":[{\"igbo\":\"Nkịtā m màlù n’ọnyà\",\"english\":\"My dog was caught in a trap\"},{\"igbo\":\"(fig.) Òbi àmago n’ọnyà\",\"english\":\"Obi has been entrapped. If a person is under suspicion of indulging in a crime, e.g. bribery, policemen in disguise are sometimes sent to the person with marked currency notes and if the person receives the notes and is arrested the above expression is used. Or if a person is suspected of stealing, money can be deliberately left where he can find it, and if he takes the money and is caught, the above expression is used\"}],\"variations\":[],\"stems\":[\"-ma\",\"ọnyà\"]}],\"-ma lìlì\":[{\"word\":\"-ma lìlì\",\"wordClass\":\"AV\",\"definitions\":[\"shiver\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma\"]}],\"-marùbe\":[{\"word\":\"-marùbe\",\"wordClass\":\"AV\",\"definitions\":[\"shake; move\",\"shake thoroughly\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma\",\"-rù-be\"]}],\"(àrụ) -ma nni\":[{\"word\":\"(àrụ) -ma nni\",\"wordClass\":\"AV\",\"definitions\":[\"tremble\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma\"]}],\"-ma mmà\":[{\"word\":\"-ma mmà\",\"wordClass\":\"AV\",\"definitions\":[\"pierce, strike with sword, matchet; stab\",\"pierce or strike with a sword or hatchet; stab\"],\"examples\":[{\"igbo\":\"Màa yā mmà!\",\"english\":\"Stab him!\"}],\"variations\":[],\"stems\":[\"-ma\",\"mmà\"]}],\"-manye\":[{\"word\":\"-manye\",\"wordClass\":\"AV\",\"definitions\":[\"attack with violence; force; persecute; assault\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma\"]}],\"-ma osisi\":[{\"word\":\"-ma osisi\",\"wordClass\":\"AV\",\"definitions\":[\"plant a live stick, slip or cutting\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma\"]}],\"-ma òla\":[{\"word\":\"-ma òla\",\"wordClass\":\"AV\",\"definitions\":[\"slap\",\"slap on the face\"],\"examples\":[{\"igbo\":\"Màa yā òla\",\"english\":\"Slap him\"}],\"variations\":[],\"stems\":[\"-ma\",\"òla\"]}],\"-mapu\":[{\"word\":\"-mapu\",\"wordClass\":\"AV\",\"definitions\":[\"pierce (with knife, spear, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma\"]}],\"-mapù\":[{\"word\":\"-mapù\",\"wordClass\":\"AV\",\"definitions\":[\"ostracise\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma\"]}],\"mmapù\":[{\"word\":\"mmapù\",\"wordClass\":\"AV\",\"definitions\":[\"ostracism\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma\"]}],\"-ma ubè\":[{\"word\":\"-ma ubè\",\"wordClass\":\"AV\",\"definitions\":[\"pierce with a spear\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma\",\"ubè\"]}],\"-ma ùla\":[{\"word\":\"-ma ùla\",\"wordClass\":\"AV\",\"definitions\":[\"slap the face with the open hand\"],\"examples\":[],\"variations\":[\"òla\"],\"stems\":[\"-ma\"]}],\"-makọ\":[{\"word\":\"-makọ\",\"wordClass\":\"AV\",\"definitions\":[\"compress together\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma\"]}],\"-ma mkpūlu\":[{\"word\":\"-ma mkpūlu\",\"wordClass\":\"AV\",\"definitions\":[\"make an earthbed, mound\",\"make a bed of earth, mound\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma\",\"mkpūlu\"]}],\"-ma òkpokō\":[{\"word\":\"-ma òkpokō\",\"wordClass\":\"AV\",\"definitions\":[\"mould large morsel of pounded food (idiomatic)\",\"mould large morsel of pounded food\"],\"examples\":[{\"igbo\":\"Mànye yā òkpokō\",\"english\":\"Mould him a large piece of pounded food\"}],\"variations\":[],\"stems\":[\"-ma\",\"òkpokō\"]}],\"-ma òkpoko ụtàlà\":[{\"word\":\"-ma òkpoko ụtàlà\",\"wordClass\":\"AV\",\"definitions\":[\"mould large morsel of pounded fufu\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma\"]}],\"òmụma ụnō īkwuù\":[{\"word\":\"òmụma ụnō īkwuù\",\"wordClass\":\"AV\",\"definitions\":[\"encampment\",\"stick together; stick to; compress together; pile u\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma\"]}],\"-makùdo\":[{\"word\":\"-makùdo\",\"wordClass\":\"AV\",\"definitions\":[\"stick; stick to\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma\"]}],\"-makpù\":[{\"word\":\"-makpù\",\"wordClass\":\"AV\",\"definitions\":[\"lie on the stomach\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma\"]}],\"-ma mmā\":[{\"word\":\"-ma mmā\",\"wordClass\":\"AV\",\"definitions\":[\"be good; be beautiful, handsome\",\"be beautiful\"],\"examples\":[{\"igbo\":\"Nnwatà nwokē afù màlù oke mmā\",\"english\":\"The young man is very handsome\"}],\"variations\":[],\"stems\":[\"-ma\",\"mmā\"]}],\"òfụma\":[{\"word\":\"òfụma\",\"wordClass\":\"NNC\",\"definitions\":[\"properly; well\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-madè\":[{\"word\":\"-madè\",\"wordClass\":\"AV\",\"definitions\":[\"be beaten by rain to the skin (of humans); be beaten soggy by rain (of articles)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma\"]}],\"-malì àmalì\":[{\"word\":\"-malì àmalì\",\"wordClass\":\"AV\",\"definitions\":[\"be drenched thoroughly\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma\"]}],\"-makwụ\":[{\"word\":\"-makwụ\",\"wordClass\":\"AV\",\"definitions\":[\"tie\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma\"]}],\"-ma ògòdò = -ma akwà\":[{\"word\":\"-ma ògòdò = -ma akwà\",\"wordClass\":\"AV\",\"definitions\":[\"wear, tie wrapper, be dressed in wrapper\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma\"]}],\"-ma àtù\":[{\"word\":\"-ma àtù\",\"wordClass\":\"AV\",\"definitions\":[\"point at for illustration, as an example, a model; compare to\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma\"]}],\"-ma ìwu\":[{\"word\":\"-ma ìwu\",\"wordClass\":\"AV\",\"definitions\":[\"make, enact law\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma\"]}],\"-ma ọkwà\":[{\"word\":\"-ma ọkwà\",\"wordClass\":\"AV\",\"definitions\":[\"announce; give public notice\",\"announce (e.g. in the church)\"],\"examples\":[{\"igbo\":\"Amā m ọkwà\",\"english\":\"I announce (phrase used in calling banns)\"}],\"variations\":[],\"stems\":[\"-ma\",\"ọkwà\"]}],\"-malà\":[{\"word\":\"-malà\",\"wordClass\":\"AV\",\"definitions\":[\"rub; stroke; soothe; massage\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma\"]}],\"-malù obì\":[{\"word\":\"-malù obì\",\"wordClass\":\"AV\",\"definitions\":[\"soothe the heart\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma\",\"obì\"]}],\"-ma mmilī\":[{\"word\":\"-ma mmilī\",\"wordClass\":\"AV\",\"definitions\":[\"press sprain, etc., with cloth dipped in hot water\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma\"]}],\"-ma ọsò\":[{\"word\":\"-ma ọsò\",\"wordClass\":\"AV\",\"definitions\":[\"suck the teeth (in contempt, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma\",\"ọsò\"]}],\"(agwa)ụnò) -ma\":[{\"word\":\"(agwa)ụnò) -ma\",\"wordClass\":\"AV\",\"definitions\":[\"be homesick\"],\"examples\":[{\"igbo\":\"Agwa ụnò nà-àma m#\",\"english\":\"I am homesick\"}],\"variations\":[],\"stems\":[\"-ma\"]}],\"-ma\":[{\"word\":\"-ma\",\"wordClass\":\"AV\",\"definitions\":[\"know; be familiar with; know how (to do something)\",\"jump\",\"stab; throw; pierce; stick in\",\"mould\",\"Ọ māka! Good! It is very good, beautiful!\",\"beat (of rain and sun)\",\"wrap; tie\",\"announce\",\"rub; press\",\"marks the future negative tenses yams (future progressive negative, used in main clauses, compare - ga 3.) (future perfect negative) buying yams/Chike can’t have been buying yams (future progressive perfect negative)\"],\"examples\":[{\"igbo\":\"Àmà m?\",\"english\":\"Do I know?\"},{\"igbo\":\"Ì mà ebe o sì bịa?\",\"english\":\"Do you know where he comes from?\"},{\"igbo\":\"Ànyị amārọ ànì\",\"english\":\"We (as strangers) don’t know this place\"},{\"igbo\":\"Ọ mààlù anyà ụgbọ\",\"english\":\"He drives well\"},{\"igbo\":\"Ì mààlù àgụ akwụkwọ?\",\"english\":\"Can you read?\"},{\"igbo\":\"Ò marō ède ifē\",\"english\":\"He doesn’t know how to write\"},{\"igbo\":\"Ò marō ǹke bù aka nnī nà aka èkpè\",\"english\":\"He doesn’t know his left from his right\"}],\"variations\":[],\"stems\":[]}],\"màkà\":[{\"word\":\"màkà\",\"wordClass\":\"\",\"definitions\":[\"see mà 1.\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"màkà gịnī\":[{\"word\":\"màkà gịnī\",\"wordClass\":\"CJN\",\"definitions\":[\"why? because of what?\"],\"examples\":[],\"variations\":[],\"stems\":[\"mà\"]}],\"màkà ifì\":[{\"word\":\"màkà ifì\",\"wordClass\":\"CJN\",\"definitions\":[\"for the sake of; because of\"],\"examples\":[],\"variations\":[],\"stems\":[\"mà\"]}],\"màkà nà\":[{\"word\":\"màkà nà\",\"wordClass\":\"CJN\",\"definitions\":[\"because; for; since\"],\"examples\":[],\"variations\":[],\"stems\":[\"mà\"]}],\"màkà ya\":[{\"word\":\"màkà ya\",\"wordClass\":\"CJN\",\"definitions\":[\"therefore; consequently\"],\"examples\":[],\"variations\":[],\"stems\":[\"mà\"]}],\"mà ... mà\":[{\"word\":\"mà ... mà\",\"wordClass\":\"CJN\",\"definitions\":[\"both ... and\"],\"examples\":[],\"variations\":[],\"stems\":[\"mà\"]}],\"mà ji mà ọkà\":[{\"word\":\"mà ji mà ọkà\",\"wordClass\":\"CJN\",\"definitions\":[\"both yam and maize (= kà ... kà)\"],\"examples\":[],\"variations\":[],\"stems\":[\"mà\"]}],\"mà ǹcha\":[{\"word\":\"mà ǹcha\",\"wordClass\":\"CJN\",\"definitions\":[\"not at all; none (used with negative)\"],\"examples\":[{\"igbo\":\"Àrụ esògbugo m#ọnwa īsiì; kịtāà, ènwerō m egō mà ǹcha\",\"english\":\"I have been ill for six months; now, I have no money at all (implying 'not even a kobo')\"}],\"variations\":[],\"stems\":[\"mà\",\"ǹcha\"]}],\"mà ò bù\":[{\"word\":\"mà ò bù\",\"wordClass\":\"CJN\",\"definitions\":[\"either; or; neither - nor\"],\"examples\":[{\"igbo\":\"Achòlù m onye ēnyemaka mà ò bù nwokē mà ò bù nwaànyì\",\"english\":\"I need a helper, man or woman\"},{\"igbo\":\"Zùta ewu mà ò bù atụlū\",\"english\":\"Buy a goat or a sheep\"}],\"variations\":[],\"stems\":[\"mà\"]}],\"mà\":[{\"word\":\"mà\",\"wordClass\":\"CJN\",\"definitions\":[\"but; if; whether\"],\"examples\":[{\"igbo\":\"Jùa nnwokē afù mà ò gà-àbịa echī\",\"english\":\"Ask the man whether he will come tomorrow\"}],\"variations\":[],\"stems\":null}],\"-màta\":[{\"word\":\"-màta\",\"wordClass\":\"AV\",\"definitions\":[\"buy (something measured)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-mà\"]}],\"-mà\":[{\"word\":\"-mà\",\"wordClass\":\"AV\",\"definitions\":[\"measure (a quantity, e.g. salt or beans with cup, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"maàzị\":[{\"word\":\"maàzị\",\"wordClass\":\"NNC\",\"definitions\":[\"mister (of Ndizụògù origin)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mmaji\":[{\"word\":\"mmaji\",\"wordClass\":\"AV\",\"definitions\":[\"folding; doubling\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ma-ji\"]}],\"-ma-ji\":[{\"word\":\"-ma-ji\",\"wordClass\":\"AV\",\"definitions\":[\"fold over; double\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-nwu màlàmàlà\":[{\"word\":\"-nwu màlàmàlà\",\"wordClass\":\"NNC\",\"definitions\":[\"be dazzling\",\"dazzle; be dazzling\"],\"examples\":[],\"variations\":[],\"stems\":[\"màlàmàlà\",\"-nwu\"]}],\"màlàmàlà\":[{\"word\":\"màlàmàlà\",\"wordClass\":\"NNC\",\"definitions\":[\"glittering quality\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mangòlò\":[{\"word\":\"mangòlò\",\"wordClass\":\"NNC\",\"definitions\":[\"mango (Mangifera indica Linn.) (&lt; Hausa)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"enyi mbà\":[{\"word\":\"enyi mbà\",\"wordClass\":\"NNC\",\"definitions\":[\"'Elephant people' (referring to the Igbo)\"],\"examples\":[],\"variations\":[],\"stems\":[\"mbà\"]}],\"mbà\":[{\"word\":\"mbà\",\"wordClass\":\"NNC\",\"definitions\":[\"nation; tribe; (another person’s) town\",\"extreme tiredness; exhaustion; faintness\"],\"examples\":[{\"igbo\":\"Òje mbà enwē ilo\",\"english\":\"A traveller rarely has enemies\"},{\"igbo\":\"ndị mbā ānyị\",\"englsih\":\"people of our nation\"},{\"igbo\":\"Kà m je mbà\",\"english\":\"Let me go to another town\"}],\"variations\":[],\"stems\":[]}],\"mbà!\":[{\"word\":\"mbà!\",\"wordClass\":\"\",\"definitions\":[\"no! (emphatic) (compare èe è)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nwa mba\":[{\"word\":\"nwa mba\",\"wordClass\":\"NNC\",\"definitions\":[\"cat (compare nwa ōnogbò)\",\"cat\"],\"examples\":[],\"variations\":[],\"stems\":[\"mba\",\"ǹnwa\"]}],\"mba\":[{\"word\":\"mba\",\"wordClass\":\"NNC\",\"definitions\":[\"scolding; bluster; bitter complaining\",\"cat\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"Proverb\":[{\"word\":\"Proverb\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[{\"igbo\":\"Ugwu kà a gà-àlị\",\"english\":\"The hill, we shall climb\"},{\"igbo\":\"Mbà kà a gà-adà\",\"english\":\"Faintness, we shall feel\"}],\"variations\":[],\"stems\":null}],\"mbacha\":[{\"word\":\"mbacha\",\"wordClass\":\"NNC\",\"definitions\":[\"peelings (of yam, etc.) (from -ba-cha peel)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mbadamba\":[{\"word\":\"mbadamba\",\"wordClass\":\"NNC\",\"definitions\":[\"flatness\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mbala\":[{\"word\":\"mbala\",\"wordClass\":\"NNC\",\"definitions\":[\"outside\"],\"examples\":[{\"igbo\":\"Pùa mbala\",\"english\":\"Go outside\"}],\"variations\":[],\"stems\":null}],\"-dị mbalā\":[{\"word\":\"-dị mbalā\",\"wordClass\":\"NNC\",\"definitions\":[\"be spacious, wide\"],\"examples\":[{\"igbo\":\"Ebe à dì mbalā\",\"english\":\"This place is spacious\"}],\"variations\":[],\"stems\":[\"mbalā\"]}],\"-sa mbalā\":[{\"word\":\"-sa mbalā\",\"wordClass\":\"AV\",\"definitions\":[\"be wide\",\"compound; pack; open space in town\"],\"examples\":[{\"igbo\":\"Afele à sà mbalā\",\"english\":\"This plate is wide\"}],\"variations\":[],\"stems\":[\"mbalā\",\"-sa\"]}],\"mbalā\":[{\"word\":\"mbalā\",\"wordClass\":\"NNC\",\"definitions\":[\"spaciousness; roominess; wideness\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mbàla\":[{\"word\":\"mbàla\",\"wordClass\":\"NNC\",\"definitions\":[\"kind of edible frog with long hind legs\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mbàzù\":[{\"word\":\"mbàzù\",\"wordClass\":\"NNC\",\"definitions\":[\"tool for digging\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mbè n’ukwù\":[{\"word\":\"mbè n’ukwù\",\"wordClass\":\"NNC\",\"definitions\":[\"skirt; native skirt worn as underwear\"],\"examples\":[],\"variations\":[],\"stems\":[\"mbè\",\"ukwù\"]}],\"mbè\":[{\"word\":\"mbè\",\"wordClass\":\"\",\"definitions\":[\"see mbèkwù\",\"small calabash for measuring salt\",\"used in\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"mbe\":[{\"word\":\"mbe\",\"wordClass\":\"NNC\",\"definitions\":[\"pledge; security\",\"Pygmy Mouse (Mus minutoides)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"mbèbèlè anyā\":[{\"word\":\"mbèbèlè anyā\",\"wordClass\":\"NNC\",\"definitions\":[\"eyelid\"],\"examples\":[],\"variations\":[],\"stems\":[\"mbèbèlè\"]}],\"mbèbèlè\":[{\"word\":\"mbèbèlè\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nkekele mbè\":[{\"word\":\"nkekele mbè\",\"wordClass\":\"NNC\",\"definitions\":[\"tortoise shell\",\"shell of tortoise\"],\"examples\":[],\"variations\":[],\"stems\":[\"mbèkwù\",\"nkekele\"]}],\"okpulukpu mbè\":[{\"word\":\"okpulukpu mbè\",\"wordClass\":\"NNC\",\"definitions\":[\"tortoise shell\"],\"examples\":[],\"variations\":[],\"stems\":[\"mbèkwù\",\"okpulukpu\"]}],\"mbèkwù\":[{\"word\":\"mbèkwù\",\"wordClass\":\"NNC\",\"definitions\":[\"tortoise (male)\"],\"examples\":[],\"variations\":[\"mbè\"],\"stems\":null}],\"mbèlède\":[{\"word\":\"mbèlède\",\"wordClass\":\"NNC\",\"definitions\":[\"suddenness;\"],\"examples\":[{\"igbo\":\"Ọ bìàkwùtè m nà mbèlède\",\"english\":\"He came to me suddenly\"}],\"variations\":[],\"stems\":null}],\"mbèmbè\":[{\"word\":\"mbèmbè\",\"wordClass\":\"NNC\",\"definitions\":[\"small black edible fruit of ilighìlì\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-ru mbì\":[{\"word\":\"-ru mbì\",\"wordClass\":\"AV\",\"definitions\":[\"lie in wait; set an ambush\"],\"examples\":[],\"variations\":[],\"stems\":[\"mbì\",\"-ru\"]}],\"mbì\":[{\"word\":\"mbì\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mbìdo\":[{\"word\":\"mbìdo\",\"wordClass\":\"NNC\",\"definitions\":[\"pressing; repressing (-bìdo press)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mbìgbọ\":[{\"word\":\"mbìgbọ\",\"wordClass\":\"NNC\",\"definitions\":[\"scolding; storming; uproar\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mbìàmbịa\":[{\"word\":\"mbìàmbịa\",\"wordClass\":\"NNC\",\"definitions\":[\"stranger; squatter\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-rọ mbọ\":[{\"word\":\"-rọ mbọ\",\"wordClass\":\"NNC\",\"definitions\":[\"pinch, scratch with nails\"],\"examples\":[],\"variations\":[],\"stems\":[\"mbọ\"]}],\"-tù mbọ\":[{\"word\":\"-tù mbọ\",\"wordClass\":\"AV\",\"definitions\":[\"pinch with fingernails\"],\"examples\":[],\"variations\":[],\"stems\":[\"mbọ\",\"-tù\"]}],\"mbọ\":[{\"word\":\"mbọ\",\"wordClass\":\"NNC\",\"definitions\":[\"nail (of toe or finger); claw\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mbò\":[{\"word\":\"mbò\",\"wordClass\":\"NNC\",\"definitions\":[\"revenge\",\"effort; struggle; industry; enterprise\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"mbòcha\":[{\"word\":\"mbòcha\",\"wordClass\":\"NNC\",\"definitions\":[\"curiosity; inquisitiveness (-bòcha)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mbòsì\":[{\"word\":\"mbòsì\",\"wordClass\":\"\",\"definitions\":[\"see ụbòsì\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mbùmbu\":[{\"word\":\"mbùmbu\",\"wordClass\":\"NNC\",\"definitions\":[\"bogeyman (a creature that will carry bad children away) (= ǹtaǹta)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ogē mbụ\":[{\"word\":\"ogē mbụ\",\"wordClass\":\"NNC\",\"definitions\":[\"at first; initially\"],\"examples\":[],\"variations\":[],\"stems\":[\"mbụ\",\"ogè\"]}],\"ụbòsị mbụ\":[{\"word\":\"ụbòsị mbụ\",\"wordClass\":\"NNC\",\"definitions\":[\"the first day\"],\"examples\":[{\"igbo\":\"Taà bù ụbòsị mbụ n’ọnwa\",\"english\":\"Today is the first day of the month\"}],\"variations\":[],\"stems\":[\"mbụ\",\"ụbòsì\"]}],\"mbụ\":[{\"word\":\"mbụ\",\"wordClass\":\"NNC\",\"definitions\":[\"one (in counting only); (the) first\"],\"examples\":[{\"igbo\":\"Èkê bù onye ǹke mbụ\",\"english\":\"Eke is in the first place\"}],\"variations\":[],\"stems\":null}],\"mbùbò\":[{\"word\":\"mbùbò\",\"wordClass\":\"NNC\",\"definitions\":[\"peel (of fruit)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òmume\":[{\"word\":\"òmume\",\"wordClass\":\"AV\",\"definitions\":[\"doing; acting; making; happening;\"],\"examples\":[{\"igbo\":\"Ò gịnī mèlù ya?\",\"english\":\"What has happened to him?\"}],\"variations\":[],\"stems\":[\"-me\"]}],\"-me àgadī\":[{\"word\":\"-me àgadī\",\"wordClass\":\"AV\",\"definitions\":[\"be old, decrepit\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\"]}],\"-me àgbọò\":[{\"word\":\"-me àgbọò\",\"wordClass\":\"AV\",\"definitions\":[\"do as, be a young woman\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\"]}],\"-me àghalā\":[{\"word\":\"-me àghalā\",\"wordClass\":\"AV\",\"definitions\":[\"be troublesome, rascally\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\"]}],\"-me arìma\":[{\"word\":\"-me arìma\",\"wordClass\":\"AV\",\"definitions\":[\"make a sign, signal\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\"]}],\"-me àsalà\":[{\"word\":\"-me àsalà\",\"wordClass\":\"AV\",\"definitions\":[\"be polite\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\"]}],\"-mebe\":[{\"word\":\"-mebe\",\"wordClass\":\"AV\",\"definitions\":[\"prepare; make (ready)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\"]}],\"-mebì\":[{\"word\":\"-mebì\",\"wordClass\":\"AV\",\"definitions\":[\"keep in disorder; spoil\"],\"examples\":[{\"igbo\":\"O mebì ife à nụnwà\",\"english\":\"He spoilt this very thing\"},{\"igbo\":\"Ajọ ūkpa nà-èmebì nnwatà\",\"english\":\"Bad influences spoil a child\"}],\"variations\":[],\"stems\":[\"-me\"]}],\"mmebì\":[{\"word\":\"mmebì\",\"wordClass\":\"AV\",\"definitions\":[\"mess; spoiling; ruin\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\"]}],\"mmebī īwu\":[{\"word\":\"mmebī īwu\",\"wordClass\":\"AV\",\"definitions\":[\"crime\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\"]}],\"-mecha imi\":[{\"word\":\"-mecha imi\",\"wordClass\":\"AV\",\"definitions\":[\"wipe the nose\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\"]}],\"-mechi\":[{\"word\":\"-mechi\",\"wordClass\":\"AV\",\"definitions\":[\"shut, close (eye, mouth, window, door, book); close down\"],\"examples\":[{\"igbo\":\"O mèchì ụzò\",\"english\":\"He shut the door\"},{\"igbo\":\"Àyị èmechigo òzụzụ afịa āyi\",\"english\":\"We have wound up our business\"}],\"variations\":[],\"stems\":[\"-me\"]}],\"-mechi ọnū\":[{\"word\":\"-mechi ọnū\",\"wordClass\":\"AV\",\"definitions\":[\"hush; shut up\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\",\"ọnū\"]}],\"-mechite\":[{\"word\":\"-mechite\",\"wordClass\":\"AV\",\"definitions\":[\"close door behind one\"],\"examples\":[{\"igbo\":\"O mèchìtè ụzò\",\"english\":\"He shut the door behind himself\"}],\"variations\":[],\"stems\":[\"-me\"]}],\"-mefìè\":[{\"word\":\"-mefìè\",\"wordClass\":\"AV\",\"definitions\":[\"do wrong; sin\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\"]}],\"mmefìè\":[{\"word\":\"mmefìè\",\"wordClass\":\"AV\",\"definitions\":[\"crime; transgression; wrongdoing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\"]}],\"-mefù\":[{\"word\":\"-mefù\",\"wordClass\":\"AV\",\"definitions\":[\"spend lavishly; waste\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\"]}],\"-megbu\":[{\"word\":\"-megbu\",\"wordClass\":\"AV\",\"definitions\":[\"oppress; ill-treat\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\"]}],\"mmegbu\":[{\"word\":\"mmegbu\",\"wordClass\":\"AV\",\"definitions\":[\"oppression\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\"]}],\"-meghalị\":[{\"word\":\"-meghalị\",\"wordClass\":\"AV\",\"definitions\":[\"move round; stir; shake\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\"]}],\"-meghe\":[{\"word\":\"-meghe\",\"wordClass\":\"AV\",\"definitions\":[\"open (eye, window, door) (compare -sàghe)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\"]}],\"-meghepù\":[{\"word\":\"-meghepù\",\"wordClass\":\"AV\",\"definitions\":[\"undo; loose; unfasten; open\"],\"examples\":[],\"variations\":[\"-mepù\"],\"stems\":[\"-me\"]}],\"-megwalụ\":[{\"word\":\"-megwalụ\",\"wordClass\":\"AV\",\"definitions\":[\"take revenge\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\"]}],\"-mejọ\":[{\"word\":\"-mejọ\",\"wordClass\":\"AV\",\"definitions\":[\"injure\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\"]}],\"mmejọ\":[{\"word\":\"mmejọ\",\"wordClass\":\"AV\",\"definitions\":[\"injury\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\"]}],\"-meju\":[{\"word\":\"-meju\",\"wordClass\":\"AV\",\"definitions\":[\"fill\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\"]}],\"-mekà àrụ\":[{\"word\":\"-mekà àrụ\",\"wordClass\":\"AV\",\"definitions\":[\"trouble; bother\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\"]}],\"-mekàta\":[{\"word\":\"-mekàta\",\"wordClass\":\"AV\",\"definitions\":[\"do for a long time\"],\"examples\":[],\"variations\":[\"-mekata\"],\"stems\":[\"-me\"]}],\"-mekọ\":[{\"word\":\"-mekọ\",\"wordClass\":\"AV\",\"definitions\":[\"act together; have intercourse with; fraternise with\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\"]}],\"mmekọ\":[{\"word\":\"mmekọ\",\"wordClass\":\"AV\",\"definitions\":[\"companionship; partnership; intercourse\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\"]}],\"-mekọta\":[{\"word\":\"-mekọta\",\"wordClass\":\"AV\",\"definitions\":[\"happen together\"],\"examples\":[{\"igbo\":\"Ife naàbò afù mèkòtàlù\",\"english\":\"The two events were simultaneous\"}],\"variations\":[],\"stems\":[\"-me\"]}],\"-mekwọlụ\":[{\"word\":\"-mekwọlụ\",\"wordClass\":\"AV\",\"definitions\":[\"take revenge\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\"]}],\"-mekwulu\":[{\"word\":\"-mekwulu\",\"wordClass\":\"AV\",\"definitions\":[\"return; do in return; take revenge\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\"]}],\"mmeli\":[{\"word\":\"mmeli\",\"wordClass\":\"AV\",\"definitions\":[\"victory\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\"]}],\"-melụ\":[{\"word\":\"-melụ\",\"wordClass\":\"AV\",\"definitions\":[\"defile; do a forbidden thing\"],\"examples\":[{\"igbo\":\"Fâ mèlùlù ụnò ụkà\",\"english\":\"They desecrated the church\"}],\"variations\":[],\"stems\":[\"-me\"]}],\"-melụ àrụ\":[{\"word\":\"-melụ àrụ\",\"wordClass\":\"AV\",\"definitions\":[\"hurt; wound\"],\"examples\":[{\"igbo\":\"Emèlù m àrụ\",\"english\":\"I hurt myself\"}],\"variations\":[],\"stems\":[\"-me\"]}],\"-me mgbagha\":[{\"word\":\"-me mgbagha\",\"wordClass\":\"AV\",\"definitions\":[\"dispute\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\"]}],\"-me mpàko\":[{\"word\":\"-me mpàko\",\"wordClass\":\"AV\",\"definitions\":[\"be proud, pompous, arrogant, aloof\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\",\"-pà-ko\"]}],\"-meni\":[{\"word\":\"-meni\",\"wordClass\":\"AV\",\"definitions\":[\"stir up\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\"]}],\"-me nkwà\":[{\"word\":\"-me nkwà\",\"wordClass\":\"AV\",\"definitions\":[\"keep, fulfil a promise\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\",\"nkwà\"]}],\"-me nni\":[{\"word\":\"-me nni\",\"wordClass\":\"AV\",\"definitions\":[\"be fertile (of land)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\"]}],\"-me n’ogè\":[{\"word\":\"-me n’ogè\",\"wordClass\":\"AV\",\"definitions\":[\"be punctual; do something in good time\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\",\"ogè\"]}],\"-me nsọ\":[{\"word\":\"-me nsọ\",\"wordClass\":\"AV\",\"definitions\":[\"break a prohibition; do a forbidden thing\",\"break a taboo; do a forbidden thing\"],\"examples\":[{\"igbo\":\"Onye mē nsọ, ọ gà-èmegha nsō\",\"english\":\"Whoever commits a forbidden act must undo it\"}],\"variations\":[],\"stems\":[\"-me\",\"nsọ\"]}],\"-me ntado\":[{\"word\":\"-me ntado\",\"wordClass\":\"AV\",\"definitions\":[\"be tight (e.g. as undersized shirt, etc.)\"],\"examples\":[{\"igbo:\":\"Àfe à mèlù m ntado\",\"english\":\"This shirt is too tight for me\"}],\"variations\":[],\"stems\":[\"-me\",\"-ta\"]}],\"-me ntiwa\":[{\"word\":\"-me ntiwa\",\"wordClass\":\"AV\",\"definitions\":[\"be broken\"],\"examples\":[{\"igbo\":\"Afele ǹkaà mèlù ntiwa\",\"english\":\"This plate is broken\"}],\"variations\":[],\"stems\":[\"-me\",\"-ti\"]}],\"-me nzofù\":[{\"word\":\"-me nzofù\",\"wordClass\":\"AV\",\"definitions\":[\"hide away; become perpetually hidden\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\",\"-zo\"]}],\"-menyụ\":[{\"word\":\"-menyụ\",\"wordClass\":\"AV\",\"definitions\":[\"extinguish\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\"]}],\"-me okènyè\":[{\"word\":\"-me okènyè\",\"wordClass\":\"AV\",\"definitions\":[\"be aged, elderly, old\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\",\"okènyè\"]}],\"-me okolobìà\":[{\"word\":\"-me okolobìà\",\"wordClass\":\"AV\",\"definitions\":[\"do as, be a young man\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\"]}],\"-me ògò\":[{\"word\":\"-me ògò\",\"wordClass\":\"AV\",\"definitions\":[\"be kind to; do a kindness to\",\"give a present; do a kindness\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\",\"ògò\"]}],\"-me òzọ\":[{\"word\":\"-me òzọ\",\"wordClass\":\"AV\",\"definitions\":[\"repeat; do again\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\",\"òzọ\"]}],\"-mesì\":[{\"word\":\"-mesì\",\"wordClass\":\"AV\",\"definitions\":[\"counteract pain of\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\"]}],\"-mesì ọnya\":[{\"word\":\"-mesì ọnya\",\"wordClass\":\"AV\",\"definitions\":[\"dress a fresh wound\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\"]}],\"-mesị\":[{\"word\":\"-mesị\",\"wordClass\":\"AV\",\"definitions\":[\"finish\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\",\"-sị\"]}],\"-mesò\":[{\"word\":\"-mesò\",\"wordClass\":\"AV\",\"definitions\":[\"deal with; treat; do to\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\"]}],\"-meta\":[{\"word\":\"-meta\",\"wordClass\":\"AV\",\"definitions\":[\"be exact; imitate correctly\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\"]}],\"-mete\":[{\"word\":\"-mete\",\"wordClass\":\"AV\",\"definitions\":[\"rouse\",\"waken; rouse\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\",\"-ta \"]}],\"-mete n’ụla\":[{\"word\":\"-mete n’ụla\",\"wordClass\":\"AV\",\"definitions\":[\"waken; rouse from sleep\"],\"examples\":[{\"igbo\":\"Jèe mètee Ndù nụụla\",\"english\":\"Go and rouse Ndụ from sleep\"}],\"variations\":[],\"stems\":[\"-me\"]}],\"-metò\":[{\"word\":\"-metò\",\"wordClass\":\"AV\",\"definitions\":[\"spoil; defile\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\"]}],\"mmetò\":[{\"word\":\"mmetò\",\"wordClass\":\"AV\",\"definitions\":[\"defilement; dishonour; disgrace\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\"]}],\"-metụ\":[{\"word\":\"-metụ\",\"wordClass\":\"AV\",\"definitions\":[\"touch\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\",\"-tụ\"]}],\"-me ụŋàlà\":[{\"word\":\"-me ụŋàlà\",\"wordClass\":\"AV\",\"definitions\":[\"make noise with mouth or horn (especially to attract attention)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\"]}],\"-mezi\":[{\"word\":\"-mezi\",\"wordClass\":\"AV\",\"definitions\":[\"correct; repair\",\"repair; rectify; correct\"],\"examples\":[{\"igbo\":\"Mèzie ife m#mebìlù\",\"english\":\"Correct my mistakes!\"}],\"variations\":[],\"stems\":[\"-me\",\"-zi\"]}],\"emē eme e mekàta e mesia ọmā koòmè = ọmā ka ò mè however it may be\":[{\"word\":\"emē eme e mekàta e mesia ọmā koòmè = ọmā ka ò mè however it may be\",\"wordClass\":\"AV\",\"definitions\":[\"something that is not done\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\"]}],\"-pù imē\":[{\"word\":\"-pù imē\",\"wordClass\":\"AV\",\"definitions\":[\"be able to do\"],\"examples\":[{\"igbo\":\"Apùlù m imē ya\",\"english\":\"I am able to do it\"}],\"variations\":[],\"stems\":[\"-me\",\"-pù\"]}],\"apù imē\":[{\"word\":\"apù imē\",\"wordClass\":\"AV\",\"definitions\":[\"inability to do; impossibility\"],\"examples\":[],\"variations\":[],\"stems\":[\"-me\",\"-pù\"]}],\"mèlịmpụ\":[{\"word\":\"mèlịmpụ\",\"wordClass\":\"NNC\",\"definitions\":[\"of no consequence\"],\"examples\":[{\"igbo\":\"Onye à bù mèlịmpụ\",\"english\":\"This person is of no consequence\"}],\"variations\":[],\"stems\":null}],\"àrụ mfe\":[{\"word\":\"àrụ mfe\",\"wordClass\":\"NNC\",\"definitions\":[\"good health; activity\"],\"examples\":[],\"variations\":[],\"stems\":[\"mfe\"]}],\"-dị mfe\":[{\"word\":\"-dị mfe\",\"wordClass\":\"NNC\",\"definitions\":[\"be light\"],\"examples\":[{\"igbo\":\"Ọ dì mfe\",\"english\":\"It is light\"}],\"variations\":[],\"stems\":[\"mfe\"]}],\"mfù\":[{\"word\":\"mfù\",\"wordClass\":\"NNC\",\"definitions\":[\"loss (-fù lose)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mfùkọ akwà\":[{\"word\":\"mfùkọ akwà\",\"wordClass\":\"NNC\",\"definitions\":[\"crease\"],\"examples\":[],\"variations\":[],\"stems\":[\"mfùkọ\"]}],\"mfùkọ\":[{\"word\":\"mfùkọ\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mgba akā\":[{\"word\":\"mgba akā\",\"wordClass\":\"NNC\",\"definitions\":[\"ring\"],\"examples\":[],\"variations\":[\"mgbà\"],\"stems\":[\"mgba\"]}],\"mgba n’ògù\":[{\"word\":\"mgba n’ògù\",\"wordClass\":\"NNC\",\"definitions\":[\"strife; conflict\"],\"examples\":[],\"variations\":[],\"stems\":[\"mgba\",\"ògù\"]}],\"-yọ mgba\":[{\"word\":\"-yọ mgba\",\"wordClass\":\"AV\",\"definitions\":[\"challenge to a wrestling contest\"],\"examples\":[],\"variations\":[],\"stems\":[\"mgba\",\"-yọ\"]}],\"mgba\":[{\"word\":\"mgba\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\",\"wrestling (-gba 1.English wrestle)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"mgbā\":[{\"word\":\"mgbā\",\"wordClass\":\"NNC\",\"definitions\":[\"wax; glue\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mgbà\":[{\"word\":\"mgbà\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"mgbaàjàlà\":[{\"word\":\"mgbaàjàlà\",\"wordClass\":\"NNC\",\"definitions\":[\"whip\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mgbàchi\":[{\"word\":\"mgbàchi\",\"wordClass\":\"NNC\",\"definitions\":[\"stopping of a gap; blocking; counteracting; thwarting; interposition\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mgbàdà\":[{\"word\":\"mgbàdà\",\"wordClass\":\"NNC\",\"definitions\":[\"Maxwell's duiker\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mgbafịlị\":[{\"word\":\"mgbafịlị\",\"wordClass\":\"NNC\",\"definitions\":[\"small type of yam which cannot be replanted but only eaten (= mkpụlù)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mgbaka\":[{\"word\":\"mgbaka\",\"wordClass\":\"NNC\",\"definitions\":[\"sour, tart taste (as of unripe fruit)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mgbakā ārụ\":[{\"word\":\"mgbakā ārụ\",\"wordClass\":\"NNC\",\"definitions\":[\"uneasiness of body; irritation\"],\"examples\":[],\"variations\":[],\"stems\":[\"mgbakà\"]}],\"àrụ mgbakà\":[{\"word\":\"àrụ mgbakà\",\"wordClass\":\"NNC\",\"definitions\":[\"fidgeting\"],\"examples\":[],\"variations\":[],\"stems\":[\"mgbakà\"]}],\"mgbakà\":[{\"word\":\"mgbakà\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mgbàkalakòm\":[{\"word\":\"mgbàkalakòm\",\"wordClass\":\"\",\"definitions\":[\"see mkpàkalakòm\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"mgbasịlị\":[{\"word\":\"mgbasịlị\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mgbasịlị akā\":[{\"word\":\"mgbasịlị akā\",\"wordClass\":\"\",\"definitions\":[\"finger-ring\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mgbè ǹcha\":[{\"word\":\"mgbè ǹcha\",\"wordClass\":\"INTJ\",\"definitions\":[\"always; at all times\"],\"examples\":[],\"variations\":[],\"stems\":[\"mgbè\",\"ǹcha\"]}],\"mgbè niīne\":[{\"word\":\"mgbè niīne\",\"wordClass\":\"QTF\",\"definitions\":[\"at all times; every time\"],\"examples\":[],\"variations\":[],\"stems\":[\"mgbè\",\"niīne\"]}],\"mgbe ōbụnà\":[{\"word\":\"mgbe ōbụnà\",\"wordClass\":\"NNC\",\"definitions\":[\"any time; every time\"],\"examples\":[{\"igbo\":\"Ị nwè ike ịbīa ebe à mgbe ōbụnà ị chòlù\",\"english\":\"You can come here any time you wish\"}],\"variations\":[],\"stems\":[\"mgbè\",\"òbụbụū\"]}],\"mgbè ochīè\":[{\"word\":\"mgbè ochīè\",\"wordClass\":\"NNC\",\"definitions\":[\"olden days\",\"in the olden days\"],\"examples\":[],\"variations\":[],\"stems\":[\"mgbè\",\"oche\"]}],\"mgbè\":[{\"word\":\"mgbè\",\"wordClass\":\"NNC\",\"definitions\":[\"time; period; when (compare ogè)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mgbèdè\":[{\"word\":\"mgbèdè\",\"wordClass\":\"NNC\",\"definitions\":[\"late afternoon; early evening (from when sun is getting low till dusk)\"],\"examples\":[],\"variations\":[\"mgbèdè\"],\"stems\":null}],\"-tụ mgbelē\":[{\"word\":\"-tụ mgbelē\",\"wordClass\":\"AV\",\"definitions\":[\"trade; retail\",\"trade; retail (compare -gba mgbelē)\"],\"examples\":[{\"igbo\":\"Òfọ nà-àtụ mgbele n’Àba\",\"english\":\"Ọfọ is trading at Aba\"}],\"variations\":[],\"stems\":[\"mgbelē\",\"-tụ\"]}],\"mgbelē\":[{\"word\":\"mgbelē\",\"wordClass\":\"NNC\",\"definitions\":[\"trading\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kụ mgbịlịmgba\":[{\"word\":\"-kụ mgbịlịmgba\",\"wordClass\":\"NNC\",\"definitions\":[\"ring bell\"],\"examples\":[],\"variations\":[],\"stems\":[\"mgbịlịmgba\"]}],\"mgbịlịmgba\":[{\"word\":\"mgbịlịmgba\",\"wordClass\":\"NNC\",\"definitions\":[\"bell\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mgbō\":[{\"word\":\"mgbō\",\"wordClass\":\"NNC\",\"definitions\":[\"kind of shutter or door; plank used as kneading-board for clay\",\"bullet\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"mgbòlòdị\":[{\"word\":\"mgbòlòdị\",\"wordClass\":\"NNC\",\"definitions\":[\"waterleaf (Talinum triangulare)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mgbu\":[{\"word\":\"mgbu\",\"wordClass\":\"NNC\",\"definitions\":[\"painfulness; pain\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mgbùlùgùdù\":[{\"word\":\"mgbùlùgùdù\",\"wordClass\":\"NNC\",\"definitions\":[\"abyss; place at bottom of a cliff or steep hill\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mgbụgbō ārụ\":[{\"word\":\"mgbụgbō ārụ\",\"wordClass\":\"NNC\",\"definitions\":[\"skin\"],\"examples\":[],\"variations\":[],\"stems\":[\"mgbụgbò\"]}],\"mgbụgbò\":[{\"word\":\"mgbụgbò\",\"wordClass\":\"NNC\",\"definitions\":[\"covering; bark; skin\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òmìmì\":[{\"word\":\"òmìmì\",\"wordClass\":\"NNC\",\"definitions\":[\"depth; (fig.) mystery\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-mì èmì\":[{\"word\":\"-mì èmì\",\"wordClass\":\"AV\",\"definitions\":[\"be deep, skilled, mysterious\"],\"examples\":[],\"variations\":[],\"stems\":[\"-mì\"]}],\"-mìkpọ\":[{\"word\":\"-mìkpọ\",\"wordClass\":\"AV\",\"definitions\":[\"burst out crying after suppressed sobbing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-mì\"]}],\"-mì òmìmì\":[{\"word\":\"-mì òmìmì\",\"wordClass\":\"AV\",\"definitions\":[\"dive\"],\"examples\":[],\"variations\":[],\"stems\":[\"-mì\",\"òmìmì\"]}],\"-mì ọnū\":[{\"word\":\"-mì ọnū\",\"wordClass\":\"AV\",\"definitions\":[\"draw in the mouth; pout; be envious\"],\"examples\":[],\"variations\":[],\"stems\":[\"-mì\",\"ọnū\"]}],\"-mìlị\":[{\"word\":\"-mìlị\",\"wordClass\":\"AV\",\"definitions\":[\"suck\"],\"examples\":[],\"variations\":[],\"stems\":[\"-mì\"]}],\"-mì mkpụlū\":[{\"word\":\"-mì mkpụlū\",\"wordClass\":\"AV\",\"definitions\":[\"bear fruit\"],\"examples\":[],\"variations\":[],\"stems\":[\"-mì\",\"mkpụlū\"]}],\"-mì\":[{\"word\":\"-mì\",\"wordClass\":\"AV\",\"definitions\":[\"be deep; be depressed inwards\",\"suck\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òmịmị\":[{\"word\":\"òmịmị\",\"wordClass\":\"AV\",\"definitions\":[\"drying\",\"slipping\"],\"examples\":[],\"variations\":[],\"stems\":[\"-mị\"]}],\"-mị azù\":[{\"word\":\"-mị azù\",\"wordClass\":\"AV\",\"definitions\":[\"dry fish\"],\"examples\":[],\"variations\":[],\"stems\":[\"-mị\"]}],\"-mịkpọ\":[{\"word\":\"-mịkpọ\",\"wordClass\":\"AV\",\"definitions\":[\"dry (fish, corn, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-mị\"]}],\"-mị àmị\":[{\"word\":\"-mị àmị\",\"wordClass\":\"AV\",\"definitions\":[\"be slippery\"],\"examples\":[{\"igbo\":\"Ọ nà-àmị āmị\",\"english\":\"It is slippery\"}],\"variations\":[],\"stems\":[\"-mị\"]}],\"-mịbà\":[{\"word\":\"-mịbà\",\"wordClass\":\"AV\",\"definitions\":[\"plunge; sink in; enter stealthily\"],\"examples\":[],\"variations\":[],\"stems\":[\"-mị\"]}],\"-mịghalị\":[{\"word\":\"-mịghalị\",\"wordClass\":\"AV\",\"definitions\":[\"loiter about; walk stealthily about\"],\"examples\":[],\"variations\":[],\"stems\":[\"-mị\"]}],\"-mị mmà\":[{\"word\":\"-mị mmà\",\"wordClass\":\"AV\",\"definitions\":[\"draw sword, matchet\",\"draw the sword or matchet\"],\"examples\":[],\"variations\":[],\"stems\":[\"-mị\",\"mmà\"]}],\"-mịnye\":[{\"word\":\"-mịnye\",\"wordClass\":\"AV\",\"definitions\":[\"sheathe (knife, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-mị\"]}],\"-mị\":[{\"word\":\"-mị\",\"wordClass\":\"AV\",\"definitions\":[\"dry (usually over fire)\",\"slip; move smoothly\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-nò na mkpà\":[{\"word\":\"-nò na mkpà\",\"wordClass\":\"NNC\",\"definitions\":[\"be in difficulty\"],\"examples\":[{\"igbo\":\"Anò m na mkpà\",\"english\":\"I am in difficulty\"}],\"variations\":[],\"stems\":[\"mkpà\"]}],\"oke mkpà\":[{\"word\":\"oke mkpà\",\"wordClass\":\"NNC\",\"definitions\":[\"great need\"],\"examples\":[],\"variations\":[],\"stems\":[\"mkpà\",\"oke\"]}],\"mkpa akā\":[{\"word\":\"mkpa akā\",\"wordClass\":\"NNC\",\"definitions\":[\"biceps\"],\"examples\":[],\"variations\":[],\"stems\":[\"mkpà\"]}],\"kpà mkpà\":[{\"word\":\"kpà mkpà\",\"wordClass\":\"NNC\",\"definitions\":[\"capture; kidnap\"],\"examples\":[],\"variations\":[],\"stems\":[\"mkpà\"]}],\"mkpà ǹsịkō\":[{\"word\":\"mkpà ǹsịkō\",\"wordClass\":\"NNC\",\"definitions\":[\"cramp; pins-and-needles (= tịtaǹgwèlè)\",\"cramp; pins and needles\"],\"examples\":[],\"variations\":[],\"stems\":[\"mkpà\",\"ǹsịkō\"]}],\"mkpa\":[{\"word\":\"mkpa\",\"wordClass\":\"NNC\",\"definitions\":[\"scarcity; fewness (compare ùkọ)\",\"used in\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"mkpaàkịlịka\":[{\"word\":\"mkpaàkịlịka\",\"wordClass\":\"NNC\",\"definitions\":[\"small black millipede, usually seen on grass-thatched houses after rain\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mkpàkalakòm\":[{\"word\":\"mkpàkalakòm\",\"wordClass\":\"NNC\",\"definitions\":[\"centipede (smaller than esu/alịlị)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mkpàkànà\":[{\"word\":\"mkpàkànà\",\"wordClass\":\"NNC\",\"definitions\":[\"steel trap (= ọnyà igwè)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"okwu mkpalị\":[{\"word\":\"okwu mkpalị\",\"wordClass\":\"NNC\",\"definitions\":[\"insulting word(s)\"],\"examples\":[],\"variations\":[],\"stems\":[\"mkpalị\",\"okwu\"]}],\"mkpi\":[{\"word\":\"mkpi\",\"wordClass\":\"NNC\",\"definitions\":[\"he-goat\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mkpiliīte\":[{\"word\":\"mkpiliīte\",\"wordClass\":\"NNC\",\"definitions\":[\"small wooden mortar used for grinding pepper\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nwa mkpìlìkpì\":[{\"word\":\"nwa mkpìlìkpì\",\"wordClass\":\"NNC\",\"definitions\":[\"very small; short\",\"very small, short, quality or amount (compare mkpìlìkpì)\"],\"examples\":[],\"variations\":[],\"stems\":[\"mkpìlìkpì\",\"ǹnwa\"]}],\"nwa mkpìlìkpì ogè\":[{\"word\":\"nwa mkpìlìkpì ogè\",\"wordClass\":\"NNC\",\"definitions\":[\"a moment, minute, very short time\"],\"examples\":[],\"variations\":[],\"stems\":[\"mkpìlìkpì\",\"ǹnwa\",\"ogè\"]}],\"mkpìlìkpì\":[{\"word\":\"mkpìlìkpì\",\"wordClass\":\"NNC\",\"definitions\":[\"fragment, small piece, stump (of something long, e.g. snake, yam, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mkpìlìsì osisi\":[{\"word\":\"mkpìlìsì osisi\",\"wordClass\":\"NNC\",\"definitions\":[\"stump of tree\"],\"examples\":[],\"variations\":[],\"stems\":[\"mkpìlìsì\",\"osisi\"]}],\"mkpìlìsì\":[{\"word\":\"mkpìlìsì\",\"wordClass\":\"NNC\",\"definitions\":[\"shortness; broken portion\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mkpì\":[{\"word\":\"mkpì\",\"wordClass\":\"NNC\",\"definitions\":[\"section (as of seed or nut)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mkpịsị\":[{\"word\":\"mkpịsị\",\"wordClass\":\"NNC\",\"definitions\":[\"ramrod\"],\"examples\":[],\"variations\":[\"(mkpala) egbè\"],\"stems\":[\"mkpịsī\"]}],\"mkpịsị igwè\":[{\"word\":\"mkpịsị igwè\",\"wordClass\":\"NNC\",\"definitions\":[\"spoke (e.g. of bicycle)\"],\"examples\":[],\"variations\":[],\"stems\":[\"mkpịsī\"]}],\"mkpịsị ǹgù\":[{\"word\":\"mkpịsị ǹgù\",\"wordClass\":\"NNC\",\"definitions\":[\"rib\"],\"examples\":[],\"variations\":[],\"stems\":[\"mkpịsī\",\"ǹgùgù\"]}],\"mkpịsị (nnī)\":[{\"word\":\"mkpịsị (nnī)\",\"wordClass\":\"NNC\",\"definitions\":[\"spike used for bringing boiled pieces of yam or meat out of the pot\"],\"examples\":[],\"variations\":[],\"stems\":[\"mkpịsī\",\"nni\"]}],\"mkpịsị ụkwū\":[{\"word\":\"mkpịsị ụkwū\",\"wordClass\":\"NNC\",\"definitions\":[\"toe\"],\"examples\":[],\"variations\":[],\"stems\":[\"mkpịsī\"]}],\"mkpịsī\":[{\"word\":\"mkpịsī\",\"wordClass\":\"NNC\",\"definitions\":[\"any object shaped like a ramrod with pointed tip; spike\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mkpogo\":[{\"word\":\"mkpogo\",\"wordClass\":\"NNC\",\"definitions\":[\"steep place; cliff\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mkpogomkpo\":[{\"word\":\"mkpogomkpo\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"mkpomkpo\":[{\"word\":\"mkpomkpo\",\"wordClass\":\"NNC\",\"definitions\":[\"rubbish-heap; rubbish\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mkpò tanjele\":[{\"word\":\"mkpò tanjele\",\"wordClass\":\"NNC\",\"definitions\":[\"special container for òtanjele\"],\"examples\":[],\"variations\":[],\"stems\":[\"mkpò\",\"òtanjele\"]}],\"mkpō ūtabà\":[{\"word\":\"mkpō ūtabà\",\"wordClass\":\"NNC\",\"definitions\":[\"snuff-box\"],\"examples\":[],\"variations\":[],\"stems\":[\"mkpò\",\"ùtabà\"]}],\"mkpò\":[{\"word\":\"mkpò\",\"wordClass\":\"NNC\",\"definitions\":[\"small box; can\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mkpọ àchàlà\":[{\"word\":\"mkpọ àchàlà\",\"wordClass\":\"NNC\",\"definitions\":[\"bamboo pole\"],\"examples\":[],\"variations\":[],\"stems\":[\"mkpọ\"]}],\"mkpọ\":[{\"word\":\"mkpọ\",\"wordClass\":\"NNC\",\"definitions\":[\"walking-stick\",\"pole (= utum)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"mkpòdù\":[{\"word\":\"mkpòdù\",\"wordClass\":\"NNC\",\"definitions\":[\"kind of shrub\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-tụ mkpọlọ\":[{\"word\":\"-tụ mkpọlọ\",\"wordClass\":\"NNC\",\"definitions\":[\"imprison\"],\"examples\":[{\"igbo\":\"A tūgo òyì m mkpọlọ\",\"english\":\"My friend has been jailed\"}],\"variations\":[],\"stems\":[\"mkpọlō\"]}],\"ụnō mkpọlọ\":[{\"word\":\"ụnō mkpọlọ\",\"wordClass\":\"NNC\",\"definitions\":[\"prison\"],\"examples\":[],\"variations\":[],\"stems\":[\"mkpọlō\",\"ụnò\"]}],\"mkpọlō\":[{\"word\":\"mkpọlō\",\"wordClass\":\"NNC\",\"definitions\":[\"rod; bar\",\"confinement; imprisonment\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mkpòlògwùgwù\":[{\"word\":\"mkpòlògwùgwù\",\"wordClass\":\"AV\",\"definitions\":[\"root\"],\"examples\":[],\"variations\":[],\"stems\":[\"mkpòlògwù\"]}],\"-gbamì mkpòlògwù\":[{\"word\":\"-gbamì mkpòlògwù\",\"wordClass\":\"AV\",\"definitions\":[\"send roots deep\"],\"examples\":[],\"variations\":[],\"stems\":[\"mkpòlògwù\"]}],\"-gbanye mkpòlògwù\":[{\"word\":\"-gbanye mkpòlògwù\",\"wordClass\":\"AV\",\"definitions\":[\"be rooted in; be connected with a place by birth\"],\"examples\":[],\"variations\":[],\"stems\":[\"mkpòlògwù\"]}],\"-pu\":[{\"word\":\"-pu\",\"wordClass\":\"AV\",\"definitions\":[\"grow; spring up; sprout\",\"leak; have holes; be perforated\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"mkpòlògwù\":[{\"word\":\"mkpòlògwù\",\"wordClass\":\"AV\",\"definitions\":[\"take root\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mkpọmkpọ\":[{\"word\":\"mkpọmkpọ\",\"wordClass\":\"NNC\",\"definitions\":[\"broken-down object; ruinous, ruined, waste (wall, house)\",\"poor, despised, hopeless (of person)\"],\"examples\":[{\"igbo\":\"Ǹkaà bù mkpọmkpọ ụnò\",\"english\":\"This is a dilapidated house\"},{\"igbo\":\"Oke mmàdù adīrọ èbi na mkpọmkpọ ụnò\",\"english\":\"A great man never lives in a dilapidated house\"}],\"variations\":[],\"stems\":null}],\"mmàdù\":[{\"word\":\"mmàdù\",\"wordClass\":\"NNC\",\"definitions\":[],\"examples\":[{\"igbo\":\"Àdịrō m#àchọ kà mụ nà mkpọmkpọ mmàdù bìli n’òfu ụnò\",\"english\":\"I never want to live in the same house as a poor despised man\"}],\"variations\":[],\"stems\":[\"mkpọmkpọ\"]}],\"-rì mkpu\":[{\"word\":\"-rì mkpu\",\"wordClass\":\"AV\",\"definitions\":[\"cry out in horror\",\"cry out with exclamations of horror (e.g. as when a man wakes one day and finds that burglars have removed almost all his belongings during the night. He cries out to attract attention)\"],\"examples\":[],\"variations\":[],\"stems\":[\"mkpu\",\"-rì\"]}],\"-ti mkpu\":[{\"word\":\"-ti mkpu\",\"wordClass\":\"AV\",\"definitions\":[\"shout, call for help; raise the alarm\",\"(compare -kpọ mkpùkpò) shout; call; exclaim in wonder or alarm\"],\"examples\":[{\"igbo\":\"Ònye nà-èti mkpū?\",\"english\":\"Who is shouting (for help)?\"},{\"english\":\"Who is shouting?\"}],\"variations\":[],\"stems\":[\"mkpu\",\"-ti\"]}],\"obì mkpū\":[{\"word\":\"obì mkpū\",\"wordClass\":\"NNC\",\"definitions\":[\"queen termite\"],\"examples\":[],\"variations\":[],\"stems\":[\"mkpu\",\"obì\"]}],\"mkpu\":[{\"word\":\"mkpu\",\"wordClass\":\"NNC\",\"definitions\":[\"loud cry; shout; call for help\",\"ant-hill\",\"termite\",\"ceremonies performed for girls reaching puberty\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"mkpukè\":[{\"word\":\"mkpukè\",\"wordClass\":\"NNC\",\"definitions\":[\"woman’s house, contrasted with the òbi of a man (= ùsokwū)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kwà mkpukpu\":[{\"word\":\"-kwà mkpukpu\",\"wordClass\":\"NNC\",\"definitions\":[\"be hunchbacked\"],\"examples\":[],\"variations\":[],\"stems\":[\"mkpukpu\"]}],\"mkpukpu\":[{\"word\":\"mkpukpu\",\"wordClass\":\"NNC\",\"definitions\":[\"hunch (on back); lump\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-tụ mkpūlu\":[{\"word\":\"-tụ mkpūlu\",\"wordClass\":\"AV\",\"definitions\":[\"make raised beds for planting\"],\"examples\":[],\"variations\":[],\"stems\":[\"mkpūlu\",\"-tụ\"]}],\"mkpūlu\":[{\"word\":\"mkpūlu\",\"wordClass\":\"NNC\",\"definitions\":[\"mound of earth\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mkpumè\":[{\"word\":\"mkpumè\",\"wordClass\":\"NNC\",\"definitions\":[\"stone; rock\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mkpù ọfīa\":[{\"word\":\"mkpù ọfīa\",\"wordClass\":\"NNC\",\"definitions\":[\"small patch of bush left in middle of cleared area\"],\"examples\":[],\"variations\":[],\"stems\":[\"mkpù\"]}],\"mkpụkpọ\":[{\"word\":\"mkpụkpọ\",\"wordClass\":\"NNC\",\"definitions\":[\"nail; peg (from -kpọ 3. nail)\"],\"examples\":[],\"variations\":[],\"stems\":[\"mkpù\"]}],\"mkpù\":[{\"word\":\"mkpù\",\"wordClass\":\"NNC\",\"definitions\":[\"small group (contrast ikpo)\",\"carpenter's plane (-kpù 2. scrape)\"],\"examples\":[{\"igbo\":\"Fâ kwù na mkpù na mkpù\",\"english\":\"They are standing about in little groups\"}],\"variations\":[],\"stems\":[]}],\"-ti mkpùkpò\":[{\"word\":\"-ti mkpùkpò\",\"wordClass\":\"AV\",\"definitions\":[\"praise someone and remind him of what his forefathers did, sometimes to encourage him to undertake new enterprises; chant praise-poetry\",\"in sorrow, praise the dead in mourning, usually by someone close to the deceased\",\"raise the alarm, as death (compare -ti mkpu)\",\"cry out; shout; sound alarm (compare -kpò mkpùkpò)\",\"make, proclaim (law, decree)\"],\"examples\":[],\"variations\":[],\"stems\":[\"mkpùkpò\",\"-ti\"]}],\"mkpùkpò\":[{\"word\":\"mkpùkpò\",\"wordClass\":\"NNC\",\"definitions\":[\"a ritual or dramatic chant or cry, especially in the contexts below\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mkpụlụ jī\":[{\"word\":\"mkpụlụ jī\",\"wordClass\":\"NNC\",\"definitions\":[\"seed-yam\"],\"examples\":[],\"variations\":[],\"stems\":[\"mkpụlū\"]}],\"mkpụlụ osè\":[{\"word\":\"mkpụlụ osè\",\"wordClass\":\"NNC\",\"definitions\":[\"seed of pepper\"],\"examples\":[],\"variations\":[],\"stems\":[\"mkpụlū\",\"osè\"]}],\"mkpụlụ osisi\":[{\"word\":\"mkpụlụ osisi\",\"wordClass\":\"NNC\",\"definitions\":[\"fruit\"],\"examples\":[],\"variations\":[],\"stems\":[\"mkpụlū\",\"osisi\"]}],\"ǹga mkpụlụ ọkà\":[{\"word\":\"ǹga mkpụlụ ọkà\",\"wordClass\":\"NNC\",\"definitions\":[\"life imprisonment (literally imprisonment of grains of maize; from idea that each year was represented by a single grain of maize)\",\"(fig.) object of fruit or seed-like shape, e.g. pill, tablet\",\"life imprisonment\"],\"examples\":[],\"variations\":[],\"stems\":[\"mkpụlū\",\"ǹga\",\"ọkà\"]}],\"mkpụlụ mmīli\":[{\"word\":\"mkpụlụ mmīli\",\"wordClass\":\"NNC\",\"definitions\":[\"hail; drops of rain\"],\"examples\":[],\"variations\":[],\"stems\":[\"mkpụlū\",\"mmilī\"]}],\"mkpụlụ obì\":[{\"word\":\"mkpụlụ obì\",\"wordClass\":\"NNC\",\"definitions\":[\"heart; soul\",\"heart\"],\"examples\":[],\"variations\":[],\"stems\":[\"mkpụlū\",\"obì\"]}],\"mkpụlụ ụbòsì\":[{\"word\":\"mkpụlụ ụbòsì\",\"wordClass\":\"NNC\",\"definitions\":[\"a day\",\"(fig.) small number (out of large total number); handful\"],\"examples\":[{\"igbo\":\"Ò bù gịnī kpàtàlù o jì wèe bụlụ sòọsò mkpụlụ mmādù ìtọ bìàlù ụkà n’ùtụtū à?\",\"english\":\"Why is it that only three persons attended the service this morning?\"}],\"variations\":[],\"stems\":[\"mkpụlū\",\"ụbòsì\"]}],\"mkpụlụ ogè\":[{\"word\":\"mkpụlụ ogè\",\"wordClass\":\"NNC\",\"definitions\":[\"a few moments\"],\"examples\":[],\"variations\":[],\"stems\":[\"mkpụlū\",\"ogè\"]}],\"òfu mkpụlū\":[{\"word\":\"òfu mkpụlū\",\"wordClass\":\"NNC\",\"definitions\":[\"only one\"],\"examples\":[],\"variations\":[],\"stems\":[\"mkpụlū\",\"òfu\"]}],\"mkpụlū\":[{\"word\":\"mkpụlū\",\"wordClass\":\"NNC\",\"definitions\":[\"seed; fruit\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mkpùlù\":[{\"word\":\"mkpùlù\",\"wordClass\":\"NNC\",\"definitions\":[\"kind of bean - small and round. Unlike other beans, the plant is a shrub and not a creeping plant\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mkpụlù\":[{\"word\":\"mkpụlù\",\"wordClass\":\"NNC\",\"definitions\":[\"something roundish and smooth, e.g. shot-putt\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mkpụmkpụ\":[{\"word\":\"mkpụmkpụ\",\"wordClass\":\"NNC\",\"definitions\":[\"shortness\",\"a bare dry place\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"mmadù\":[{\"word\":\"mmadù\",\"wordClass\":\"NNC\",\"definitions\":[\"person; human being\"],\"examples\":[],\"variations\":[\"mmadù\"],\"stems\":null}],\"mkpùna\":[{\"word\":\"mkpùna\",\"wordClass\":\"NNC\",\"definitions\":[\"hernia\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mma ārụ\":[{\"word\":\"mma ārụ\",\"wordClass\":\"NNC\",\"definitions\":[\"physical beauty\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmā\"]}],\"mmā mma\":[{\"word\":\"mmā mma\",\"wordClass\":\"NNC\",\"definitions\":[\"well\",\"go well! safe journey! (greeting to a person returning home)\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmā\"]}],\"mmà awụsa\":[{\"word\":\"mmà awụsa\",\"wordClass\":\"NNC\",\"definitions\":[\"Hausa dagger\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmà\"]}],\"mmà iru naàbò\":[{\"word\":\"mmà iru naàbò\",\"wordClass\":\"NNC\",\"definitions\":[\"two-edged knife\",\"unreliable person\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmà\"]}],\"mmā ògè\":[{\"word\":\"mmā ògè\",\"wordClass\":\"NNC\",\"definitions\":[\"matchet; cutlass\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmà\"]}],\"mmà ọdū\":[{\"word\":\"mmà ọdū\",\"wordClass\":\"NNC\",\"definitions\":[\"saw\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmà\"]}],\"ọbọ mmà\":[{\"word\":\"ọbọ mmà\",\"wordClass\":\"NNC\",\"definitions\":[\"sheath of knife\",\"sheath of knife, sword, etc\"],\"examples\":[{\"igbo\":\"Tìnye mmà n’ọbọ\",\"english\":\"Sheathe the knife, sword\"}],\"variations\":[],\"stems\":[\"mmà\",\"ọbọ\"]}],\"ọnụ mmà\":[{\"word\":\"ọnụ mmà\",\"wordClass\":\"NNC\",\"definitions\":[\"edge of a sword\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmà\",\"ọnū\"]}],\"-so mmà\":[{\"word\":\"-so mmà\",\"wordClass\":\"AV\",\"definitions\":[\"sharpen knife, matchet\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmà\",\"-so\"]}],\"-sù mmà\":[{\"word\":\"-sù mmà\",\"wordClass\":\"AV\",\"definitions\":[\"stab\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmà\",\"-sù\"]}],\"mmà\":[{\"word\":\"mmà\",\"wordClass\":\"NNC\",\"definitions\":[\"knife; sword; matchet\",\"a measure (by container, of any size) (from -mà measure)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"mmadū nkịtị\":[{\"word\":\"mmadū nkịtị\",\"wordClass\":\"NNC\",\"definitions\":[\"ordinary person; man in the street\",\"a useless person\"],\"examples\":[],\"variations\":[],\"stems\":[\"madù\",\"ǹkịtị\"]}],\"mmadū ōbụnà\":[{\"word\":\"mmadū ōbụnà\",\"wordClass\":\"NNC\",\"definitions\":[\"everybody; any person; every person\"],\"examples\":[],\"variations\":[],\"stems\":[\"òbụbụū\"]}],\"mkpọmkpọ mmadù\":[{\"word\":\"mkpọmkpọ mmadù\",\"wordClass\":\"NNC\",\"definitions\":[\"a poor, despised, hopeless man\"],\"examples\":[],\"variations\":[],\"stems\":[\"madù\"]}],\"mkpụlụ mmadù\":[{\"word\":\"mkpụlụ mmadù\",\"wordClass\":\"NNC\",\"definitions\":[\"few people\"],\"examples\":[],\"variations\":[],\"stems\":[\"madù\"]}],\"mkpụmkpụ mmadù\":[{\"word\":\"mkpụmkpụ mmadù\",\"wordClass\":\"NNC\",\"definitions\":[\"a short person\"],\"examples\":[],\"variations\":[],\"stems\":[\"madù\"]}],\"ngịlịga mmadù\":[{\"word\":\"ngịlịga mmadù\",\"wordClass\":\"NNC\",\"definitions\":[\"stupid, hopeless person; ruffian\"],\"examples\":[],\"variations\":[],\"stems\":[\"madù\"]}],\"nkịlịka mmadù\":[{\"word\":\"nkịlịka mmadù\",\"wordClass\":\"NNC\",\"definitions\":[\"rough, rascally person\"],\"examples\":[],\"variations\":[],\"stems\":[\"madù\"]}],\"nwa mmadù\":[{\"word\":\"nwa mmadù\",\"wordClass\":\"NNC\",\"definitions\":[\"freeborn person; well-behaved person\"],\"examples\":[],\"variations\":[],\"stems\":[\"madù\",\"ǹnwa\"]}],\"ògbu mmadù\":[{\"word\":\"ògbu mmadù\",\"wordClass\":\"NNC\",\"definitions\":[\"murderer\",\"\\\"man-killer\\\"; a much-coveted honour in the olden days conferred on anyone who possessed a human head\"],\"examples\":[],\"variations\":[],\"stems\":[\"madù\",\"ògbu\"]}],\"oke mmadù\":[{\"word\":\"oke mmadù\",\"wordClass\":\"NNC\",\"definitions\":[\"a man of great reputation\"],\"examples\":[],\"variations\":[],\"stems\":[\"madù\"]}],\"okpotokpo mmadù\":[{\"word\":\"okpotokpo mmadù\",\"wordClass\":\"NNC\",\"definitions\":[\"huge person; person of big build\"],\"examples\":[],\"variations\":[],\"stems\":[\"madù\"]}],\"òli mmadù\":[{\"word\":\"òli mmadù\",\"wordClass\":\"NNC\",\"definitions\":[\"cannibal\"],\"examples\":[],\"variations\":[],\"stems\":[\"madù\"]}],\"òra mmadù\":[{\"word\":\"òra mmadù\",\"wordClass\":\"NNC\",\"definitions\":[\"the public; the people\"],\"examples\":[],\"variations\":[],\"stems\":[\"madù\"]}],\"ùwa mmadù\":[{\"word\":\"ùwa mmadù\",\"wordClass\":\"NNC\",\"definitions\":[\"the world of men\",\"the human world\"],\"examples\":[],\"variations\":[],\"stems\":[\"madù\",\"ùwà\"]}],\"-wò àchụ mādù\":[{\"word\":\"-wò àchụ mādù\",\"wordClass\":\"NNC\",\"definitions\":[\"become man\"],\"examples\":[],\"variations\":[],\"stems\":[\"madù\"]}],\"madù\":[{\"word\":\"madù\",\"wordClass\":\"NNC\",\"definitions\":[\"three persons\"],\"examples\":[{\"igbo\":\"Achò m mmadù ìtọ\",\"english\":\"I need three persons\"}],\"variations\":[],\"stems\":null}],\"mmakwu\":[{\"word\":\"mmakwu\",\"wordClass\":\"NNC\",\"definitions\":[\"loop\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mmanụ\":[{\"word\":\"mmanụ\",\"wordClass\":\"NNC\",\"definitions\":[\"oil, especially palm oil\"],\"examples\":[],\"variations\":[\"mmanụ\"],\"stems\":null}],\"mmanụ òpàpa\":[{\"word\":\"mmanụ òpàpa\",\"wordClass\":\"NNC\",\"definitions\":[\"groundnut oil\"],\"examples\":[],\"variations\":[],\"stems\":[\"manụ\",\"òpàpa\"]}],\"-kpa mmanụ\":[{\"word\":\"-kpa mmanụ\",\"wordClass\":\"NNC\",\"definitions\":[\"buy oil\"],\"examples\":[],\"variations\":[],\"stems\":[\"manụ\"]}],\"onye mmānụ\":[{\"word\":\"onye mmānụ\",\"wordClass\":\"NNC\",\"definitions\":[\"oil-seller\"],\"examples\":[],\"variations\":[],\"stems\":[\"manụ\",\"onye\"]}],\"ponì mmānụ\":[{\"word\":\"ponì mmānụ\",\"wordClass\":\"NNC\",\"definitions\":[\"cask, puncheon of palm oil\"],\"examples\":[],\"variations\":[],\"stems\":[\"manụ\",\"ponì\"]}],\"-te mmanụ\":[{\"word\":\"-te mmanụ\",\"wordClass\":\"NNC\",\"definitions\":[\"anoint with oil; paint, coat, smear with oil\"],\"examples\":[],\"variations\":[],\"stems\":[\"manụ\",\"-te\"]}],\"manụ\":[{\"word\":\"manụ\",\"wordClass\":\"NNC\",\"definitions\":[\"honey\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mmanwụ\":[{\"word\":\"mmanwụ\",\"wordClass\":\"NNC\",\"definitions\":[\"masquerade\",\"(at Nri) the highest women’s title, which elderly married women of exemplary character are allowed to take and in which the secret of the ritual mask is revealed (Onwuejeogwu 1974:177)\"],\"examples\":[],\"variations\":[\"mmanwụ\",\"manwụ\"],\"stems\":null}],\"mmanya\":[{\"word\":\"mmanya\",\"wordClass\":\"NNC\",\"definitions\":[\"wine, especially palmwine; any type of alcohol\"],\"examples\":[],\"variations\":[\"mmanya\"],\"stems\":null}],\"mmanya nā-abà n’anya\":[{\"word\":\"mmanya nā-abà n’anya\",\"wordClass\":\"NNC\",\"definitions\":[\"(literally wine that enters the eyes - mostly used in Bible)\"],\"examples\":[],\"variations\":[],\"stems\":[\"manya\"]}],\"mmanya nkwū\":[{\"word\":\"mmanya nkwū\",\"wordClass\":\"NNC\",\"definitions\":[\"wine from palm oil\"],\"examples\":[],\"variations\":[],\"stems\":[\"manya\",\"nkwụ\"]}],\"mmanya ōbubu\":[{\"word\":\"mmanya ōbubu\",\"wordClass\":\"NNC\",\"definitions\":[\"intoxicant\"],\"examples\":[],\"variations\":[],\"stems\":[\"manya\"]}],\"mmanya ògòlò\":[{\"word\":\"mmanya ògòlò\",\"wordClass\":\"NNC\",\"definitions\":[\"wine from raphia palm (ngwò)\",\"raphia palm-wine\"],\"examples\":[],\"variations\":[],\"stems\":[\"manya\",\"ògòlò\"]}],\"(mmanya) -tụ\":[{\"word\":\"(mmanya) -tụ\",\"wordClass\":\"NNC\",\"definitions\":[\"be drunk\"],\"examples\":[{\"igbo\":\"Mmanya nà-àtụ Ōfọ, nèe kà o sì adàjọlị\",\"english\":\"Ọfọ is drunk, see how he staggers\"}],\"variations\":[],\"stems\":[\"manya\",\"-tụ\"]}],\"ànì mmānya\":[{\"word\":\"ànì mmānya\",\"wordClass\":\"NNC\",\"definitions\":[\"dregs of wine\"],\"examples\":[],\"variations\":[],\"stems\":[\"manya\"]}],\"-gbà mmanya\":[{\"word\":\"-gbà mmanya\",\"wordClass\":\"NNC\",\"definitions\":[\"make drunk\"],\"examples\":[],\"variations\":[],\"stems\":[\"manya\"]}],\"mmanya oyìbo\":[{\"word\":\"mmanya oyìbo\",\"wordClass\":\"NNC\",\"definitions\":[\"gin; imported wine or spirits\"],\"examples\":[],\"variations\":[],\"stems\":[\"manya\",\"oyìbo\"]}],\"-nuta mmanya\":[{\"word\":\"-nuta mmanya\",\"wordClass\":\"NNC\",\"definitions\":[\"buy native wine (e.g. palm wine)\"],\"examples\":[{\"igbo\":\"Jèe nùtalụ m#mmanya\",\"english\":\"Go and buy me some palm wine\"}],\"variations\":[],\"stems\":[\"manya\",\"-nu\"]}],\"onye mmānya\":[{\"word\":\"onye mmānya\",\"wordClass\":\"NNC\",\"definitions\":[\"wine (usually palmwine) seller\",\"(palm-) wine seller\",\"carefree person\",\"habitual drunkard\"],\"examples\":[],\"variations\":[],\"stems\":[\"manya\",\"onye\"]}],\"òkìkà mmānya\":[{\"word\":\"òkìkà mmānya\",\"wordClass\":\"NNC\",\"definitions\":[\"ceremonial drinking; feast\"],\"examples\":[],\"variations\":[],\"stems\":[\"manya\"]}],\"òlaka mmānya\":[{\"word\":\"òlaka mmānya\",\"wordClass\":\"NNC\",\"definitions\":[\"drunkard\"],\"examples\":[],\"variations\":[],\"stems\":[\"manya\"]}],\"manya\":[{\"word\":\"manya\",\"wordClass\":\"NNC\",\"definitions\":[\"be intoxicated by alcohol\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mmee mmee\":[{\"word\":\"mmee mmee\",\"wordClass\":\"NNC\",\"definitions\":[\"red, reddish\"],\"examples\":[{\"igbo\":\"Ò gịnī kpatalụ anya gī jì wèlụ àcha mmee mmee\",\"english\":\"Why are your eyes red?\"},{\"igbo\":\"Kpòọlụ m#nwatà nwokē yi àfè mmee mmee\",\"english\":\"Call me the boy in the red shirt\"}],\"variations\":[],\"stems\":[\"mmeē\"]}],\"-gba mmeē\":[{\"word\":\"-gba mmeē\",\"wordClass\":\"NNC\",\"definitions\":[\"bleed; shed blood\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmeē\"]}],\"ònà mmēe\":[{\"word\":\"ònà mmēe\",\"wordClass\":\"NNC\",\"definitions\":[\"the variety of Dioscorea dumentorum which is white\",\"yellow variety\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmeē\",\"ònà\"]}],\"mmeē\":[{\"word\":\"mmeē\",\"wordClass\":\"NNC\",\"definitions\":[\"blood (compare òbàlà)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"(mmilī) -kwò\":[{\"word\":\"(mmilī) -kwò\",\"wordClass\":\"NNC\",\"definitions\":[\"undergo a rush of people anxious to fetch water (of a stream)\",\"rush, flow rapidly (of waterway, stream)\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmilī\"]}],\"(mmilī) -ma\":[{\"word\":\"(mmilī) -ma\",\"wordClass\":\"NNC\",\"definitions\":[\"(literally) be beaten by rain if you leave now, i.e. You will be drenched if you leave now\",\"(fig.) be in grave trouble; suffer grave loss kà m nwèlù n’ùwà ànwụa! My God! I am done for. The only helper I have in this world is dead!\"],\"examples\":[{\"igbo\":\"Mmilī gà-àma gī ọ bụlụ nà ị nāba kịtāà\",\"english\":\"Rain will beat you if you leave now, i.e. You will be drenched if you leave now\"},{\"igbo\":\"Chinēkè m! Mmilī àmaa m. Onye ēnyemaka ọ bù sòọsò ya kà m nwèlù n’ùwà ànwụa\",\"english\":\"My God! I am done for. The only helper I have in this world is dead!\"}],\"variations\":[],\"stems\":[\"mmilī\"]}],\"mmili mmili\":[{\"word\":\"mmili mmili\",\"wordClass\":\"NNC\",\"definitions\":[\"wet; damp; watery\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmilī\"]}],\"-dị mmili mmili\":[{\"word\":\"-dị mmili mmili\",\"wordClass\":\"NNC\",\"definitions\":[\"be wet, damp, watery\"],\"examples\":[{\"igbo\":\"Kèdu ife kpātalụ nà ụnō à dì mmili mmili?\",\"english\":\"Why is this house so wet?\"}],\"variations\":[],\"stems\":[\"mmilī\"]}],\"mmili ǹdà arò\":[{\"word\":\"mmili ǹdà arò\",\"wordClass\":\"NNC\",\"definitions\":[\"the first rain in the year\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmilī\"]}],\"mmili òlùlù\":[{\"word\":\"mmili òlùlù\",\"wordClass\":\"NNC\",\"definitions\":[\"gathering of clouds before rain\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmilī\"]}],\"mmili osisi\":[{\"word\":\"mmili osisi\",\"wordClass\":\"NNC\",\"definitions\":[\"sap\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmilī\",\"osisi\"]}],\"mmili òzùzò\":[{\"word\":\"mmili òzùzò\",\"wordClass\":\"AV\",\"definitions\":[\"rain\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmilī\",\"-zò\"]}],\"mmili ōŋụŋụ\":[{\"word\":\"mmili ōŋụŋụ\",\"wordClass\":\"AV\",\"definitions\":[\"drinking water\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmilī\",\"-ŋụ\"]}],\"mmili ōwụwa\":[{\"word\":\"mmili ōwụwa\",\"wordClass\":\"AV\",\"definitions\":[\"coming out of underground water, flooding the land of that area. An example is what sometimes occurs in buildings in swampy areas, where water sometimes appears and floods the floors\",\"coming out of underground water, flooding the land (e.g. when water seeps into buildings in swampy areas)\",\"come out, rise, shine (of sun)\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmilī\",\"-wa\"]}],\"àfè mmīli\":[{\"word\":\"àfè mmīli\",\"wordClass\":\"NNC\",\"definitions\":[\"rain-coat\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmilī\"]}],\"àkpà nwaammīli\":[{\"word\":\"àkpà nwaammīli\",\"wordClass\":\"NNC\",\"definitions\":[\"bladder\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmilī\"]}],\"àrụ mmīli\":[{\"word\":\"àrụ mmīli\",\"wordClass\":\"NNC\",\"definitions\":[\"stoutness; dropsy; fresh, plump body\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmilī\"]}],\"-bụ ọnū mmīli\":[{\"word\":\"-bụ ọnū mmīli\",\"wordClass\":\"NNC\",\"definitions\":[\"spit\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmilī\"]}],\"-kpọchi mmilī\":[{\"word\":\"-kpọchi mmilī\",\"wordClass\":\"NNC\",\"definitions\":[\"turn off (i.e. lock, shut) tap\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmilī\"]}],\"-kwọ mmilī\":[{\"word\":\"-kwọ mmilī\",\"wordClass\":\"NNC\",\"definitions\":[\"bale, dip up water with the hands\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmilī\"]}],\"-kwọsa mmilī\":[{\"word\":\"-kwọsa mmilī\",\"wordClass\":\"NNC\",\"definitions\":[\"throw water over (as in taking a shower)\",\"wipe off water from floor, table, windscreen, or any wide surface (larger quantity than -ficha; also -kwọcha)\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmilī\"]}],\"ògbu mmīli\":[{\"word\":\"ògbu mmīli\",\"wordClass\":\"NNC\",\"definitions\":[\"deep water; the sea\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmilī\"]}],\"òdọ mmīli\":[{\"word\":\"òdọ mmīli\",\"wordClass\":\"NNC\",\"definitions\":[\"pond\",\"pool, pit where rainwater collects; reservoir\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmilī\",\"òdọ\"]}],\"ọnụ mmīli\":[{\"word\":\"ọnụ mmīli\",\"wordClass\":\"NNC\",\"definitions\":[\"spittle; saliva\",\"edge of water\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmilī\",\"ọnū\"]}],\"-ra mmilī\":[{\"word\":\"-ra mmilī\",\"wordClass\":\"AV\",\"definitions\":[\"make, produce rain\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmilī\",\"-ra\"]}],\"òra mmili\":[{\"word\":\"òra mmili\",\"wordClass\":\"AV\",\"definitions\":[\"rain-maker\"],\"examples\":[{\"igbo\":\"Ndi ilō ānyî chòlù ịrā mmilī taà ijī wèe mebì egwu ānyị nà- àchọ ibū pùtà taàtà\",\"english\":\"Our enemies want to make it rain today in order to spoil the dance we are launching today\"}],\"variations\":[],\"stems\":[\"mmilī\",\"-ra\"]}],\"-ri mmilī\":[{\"word\":\"-ri mmilī\",\"wordClass\":\"AV\",\"definitions\":[\"leak\",\"leak; be leaking\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmilī\",\"-ri\"]}],\"-ru nwa mmīli\":[{\"word\":\"-ru nwa mmīli\",\"wordClass\":\"NNC\",\"definitions\":[\"urinate\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmilī\"]}],\"-sala mmilī\":[{\"word\":\"-sala mmilī\",\"wordClass\":\"NNC\",\"definitions\":[\"lap water (as dog)\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmilī\"]}],\"-ta obì mmīli\":[{\"word\":\"-ta obì mmīli\",\"wordClass\":\"AV\",\"definitions\":[\"be callous, wicked, determined\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmilī\",\"obì\",\"-ta\"]}],\"ùfèsị mmīli\":[{\"word\":\"ùfèsị mmīli\",\"wordClass\":\"NNC\",\"definitions\":[\"across the stream, river, etc.; other side of the river, stream, etc.\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmilī\"]}],\"n’ùfèsị mmīli\":[{\"word\":\"n’ùfèsị mmīli\",\"wordClass\":\"NNC\",\"definitions\":[\"on the other side of the river\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmilī\",\"ùfèsi\"]}],\"ụgbọ mmīli\":[{\"word\":\"ụgbọ mmīli\",\"wordClass\":\"NNC\",\"definitions\":[\"ship; boat; canoe\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmilī\",\"ụgbọ\"]}],\"-zè(lụ) mmilī\":[{\"word\":\"-zè(lụ) mmilī\",\"wordClass\":\"AV\",\"definitions\":[\"shelter from rain\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmilī\",\"-zè\"]}],\"mmilī\":[{\"word\":\"mmilī\",\"wordClass\":\"NNC\",\"definitions\":[\"water; rain\"],\"examples\":[],\"variations\":[\"mmilī\",\"milī\"],\"stems\":null}],\"mmìkolo\":[{\"word\":\"mmìkolo\",\"wordClass\":\"NNC\",\"definitions\":[\"ferret\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mmìmì\":[{\"word\":\"mmìmì\",\"wordClass\":\"NNC\",\"definitions\":[\"small peppery fruit used as alternative to kola; the tree itself\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mmùmù ọnwa\":[{\"word\":\"mmùmù ọnwa\",\"wordClass\":\"NNC\",\"definitions\":[\"star\",\"firefly\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmùmù\",\"ọnwa\"]}],\"mmùmù\":[{\"word\":\"mmùmù\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mmụọ inyī\":[{\"word\":\"mmụọ inyī\",\"wordClass\":\"NNC\",\"definitions\":[\"bad, unclean spirit\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmụō\"]}],\"mmụọ ogonogo\":[{\"word\":\"mmụọ ogonogo\",\"wordClass\":\"NNC\",\"definitions\":[\"'tall ghost', the most elderly and venerated form of the incarnate dead (= egwugwu)\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmụō\"]}],\"ego mmūọ\":[{\"word\":\"ego mmūọ\",\"wordClass\":\"NNC\",\"definitions\":[\"money ritually offered to the dead\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmụō\"]}],\"-kpọ mụō\":[{\"word\":\"-kpọ mụō\",\"wordClass\":\"NNC\",\"definitions\":[\"take mọō when assuming duties of ọkpala\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmụō\"]}],\"-na mmụō\":[{\"word\":\"-na mmụō\",\"wordClass\":\"NNC\",\"definitions\":[\"die (euphemistic) (literally return to the land of the spirits)\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmụō\"]}],\"ndi mmụọ\":[{\"word\":\"ndi mmụọ\",\"wordClass\":\"NNC\",\"definitions\":[\"the dead; the ancestors\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmụō\"]}],\"ọkụ mmụọ\":[{\"word\":\"ọkụ mmụọ\",\"wordClass\":\"NNC\",\"definitions\":[\"(Christian usage) hell fire\",\"matches\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmụō\"]}],\"ùwà ndi mmụọ\":[{\"word\":\"ùwà ndi mmụọ\",\"wordClass\":\"NNC\",\"definitions\":[\"the world of spirits\",\"masquerade (= mmanwụ)\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmụō\"]}],\"mmụọ ebì ogwū\":[{\"word\":\"mmụọ ebì ogwū\",\"wordClass\":\"NNC\",\"definitions\":[\"a masquerade with porcupine quills on the body\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmụō\"]}],\"mmụọ ijelè\":[{\"word\":\"mmụọ ijelè\",\"wordClass\":\"NNC\",\"definitions\":[\"a graceful, elaborate masquerade\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmụō\"]}],\"àwòlọ mmụọ\":[{\"word\":\"àwòlọ mmụọ\",\"wordClass\":\"NNC\",\"definitions\":[\"masquerade's mask\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmụō\"]}],\"-ma mmụọ\":[{\"word\":\"-ma mmụọ\",\"wordClass\":\"NNC\",\"definitions\":[\"be initiated into the masqueraders' cult (and learn its secrets)\",\"(loosely) be initiated into secret cult\",\"(loosely) be let into deep secret\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmụō\"]}],\"òdogwu mmūọ\":[{\"word\":\"òdogwu mmūọ\",\"wordClass\":\"NNC\",\"definitions\":[\"any type of masquerade with horned head (For other types of masquerade, see àkàtaàkà, àtùmà, ìgbàdikē, ùlàgà)\",\"Follows name of object (usually plant) to denote a poisonous, non-edible, degenerate, or abnormal variety, as opposed to the non-poisonous, edible, normal kind\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmụō\"]}],\"edē mmụọ\":[{\"word\":\"edē mmụọ\",\"wordClass\":\"NNC\",\"definitions\":[\"inedible plant similar to cocoyam\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmụō\"]}],\"ùtabā mmụọ\":[{\"word\":\"ùtabā mmụọ\",\"wordClass\":\"NNC\",\"definitions\":[\"kind of non-edible shrub resembling tobacco plant in appearance and smell\"],\"examples\":[],\"variations\":[],\"stems\":[\"mmụō\"]}],\"mmụō\":[{\"word\":\"mmụō\",\"wordClass\":\"NNC\",\"definitions\":[\"spirit of the dead; ghost. The spirits of the dead are divided\",\"into good and evil\",\"the first title, taken before ọzō\"],\"examples\":[{\"igbo\":\"Ajō mmadù bù ajō mmụō\",\"english\":\"A wicked man makes a wicked spirit. The good ones are behind, subdivided into ìchìè ukwu, the great ancestors, who were ọzō titled men who founded the various hierarchies of the extant lineages, and ìchìè ntà, the small ancestors, dead lineage. All good ancestors reincarnate in their lineage. The evil ones are anything and die without having children; they cannot reincarnate in their lineage, roam wild in the spirit world and from time to time gain entry to the world of men to cause confusion accidental or premature deaths or suicide; such spirits cannot be reincarnated or reach the spirit land, but come back to earth to cause other bad deaths keep revisiting their mother's womb to repeatedly be reborn and die (Onwuejeogwu 1974:89-99)\"}],\"variations\":[\"mmụō\",\"mmọō\",\"mmọō\",\"mụō\",\"mọō\"],\"stems\":[]}],\"motò\":[{\"word\":\"motò\",\"wordClass\":\"NNC\",\"definitions\":[\"motor vehicle (English motor)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mpàlà\":[{\"word\":\"mpàlà\",\"wordClass\":\"NNC\",\"definitions\":[\"measure of length; stride\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mpanaaka\":[{\"word\":\"mpanaaka\",\"wordClass\":\"NNC\",\"definitions\":[\"small native hand-lamp\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nwa mpe\":[{\"word\":\"nwa mpe\",\"wordClass\":\"NNC\",\"definitions\":[\"very short, little, smallish state (of human beings in particular, and animals)\"],\"examples\":[],\"variations\":[\"mpe\"],\"stems\":[\"mpe\",\"ǹnwa\"]}],\"-pe mpe\":[{\"word\":\"-pe mpe\",\"wordClass\":\"AV\",\"definitions\":[\"be small, little\"],\"examples\":[],\"variations\":[],\"stems\":[\"mpe\",\"-pe\"]}],\"mpe\":[{\"word\":\"mpe\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mpempe\":[{\"word\":\"mpempe\",\"wordClass\":\"NNC\",\"definitions\":[\"edge, hem (of cloth); pieces (of paper, cloth, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-sọ mpì\":[{\"word\":\"-sọ mpì\",\"wordClass\":\"AV\",\"definitions\":[\"butt with the horns; compete\"],\"examples\":[{\"igbo\":\"Ànyî jèkò ịsō mpì na Ọka\",\"english\":\"We are going to compete (for a competition) at Ọka\"}],\"variations\":[],\"stems\":[\"mpì\",\"-sọ\"]}],\"mpì\":[{\"word\":\"mpì\",\"wordClass\":\"NNC\",\"definitions\":[\"horn\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mpio\":[{\"word\":\"mpio\",\"wordClass\":\"NNC\",\"definitions\":[\"hole(s) through the compound wall used as passage for livestock, especially young ones, to and from the outside; or to let surface water escape from compound or house\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mpīa\":[{\"word\":\"mpīa\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mpòmà\":[{\"word\":\"mpòmà\",\"wordClass\":\"NNC\",\"definitions\":[\"matchet (compare mmà)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mpū\":[{\"word\":\"mpū\",\"wordClass\":\"NNC\",\"definitions\":[\"hold (in a bag, etc.); outlet (-pu 2. be perforated, have hole(s) (compare oghēle)\"],\"examples\":[],\"variations\":[\"mpu\"],\"stems\":null}],\"mpụ\":[{\"word\":\"mpụ\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ndị mpùm\":[{\"word\":\"ndị mpùm\",\"wordClass\":\"AV\",\"definitions\":[\"armed robbers\",\"highwaymen; robbers; bandits\"],\"examples\":[],\"variations\":[],\"stems\":[\"mpùm\",\"ndị\",\"-pù\"]}],\"mpùm\":[{\"word\":\"mpùm\",\"wordClass\":\"AV\",\"definitions\":[\"highway robbery\",\"robbery with violence\"],\"examples\":[],\"variations\":[],\"stems\":[\"-pù\"]}],\"-mù mbọ\":[{\"word\":\"-mù mbọ\",\"wordClass\":\"AV\",\"definitions\":[\"use nails on\"],\"examples\":[],\"variations\":[],\"stems\":[\"-mù\"]}],\"-kwọmù\":[{\"word\":\"-kwọmù\",\"wordClass\":\"AV\",\"definitions\":[\"grind into small pieces\"],\"examples\":[],\"variations\":[],\"stems\":[\"-mù\"]}],\"-tamù\":[{\"word\":\"-tamù\",\"wordClass\":\"AV\",\"definitions\":[\"bite into small pieces\",\"mutter; murmur; grumble\"],\"examples\":[],\"variations\":[],\"stems\":[\"-mù\",\"-ta\"]}],\"òmùmù\":[{\"word\":\"òmùmù\",\"wordClass\":\"NNC\",\"definitions\":[\"fruitfulness (in bearing children) (? -mì 2. bear; compare ụmù)\"],\"examples\":[{\"igbo\":\"Chukwu nyèlù yà òmùmù\",\"english\":\"God gave her the gift of childbearing\"}],\"variations\":[],\"stems\":[]}],\"-mùta\":[{\"word\":\"-mùta\",\"wordClass\":\"AV\",\"definitions\":[\"learn\"],\"examples\":[],\"variations\":[],\"stems\":[\"-mù\"]}],\"onye mmùta\":[{\"word\":\"onye mmùta\",\"wordClass\":\"AV\",\"definitions\":[\"scholar; pupil\"],\"examples\":[],\"variations\":[],\"stems\":[\"-mù\",\"onye\"]}],\"-mù àmùmà\":[{\"word\":\"-mù àmùmà\",\"wordClass\":\"AV\",\"definitions\":[\"lighten (of lightning)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-mù\"]}],\"-mùlụ ọkụ\":[{\"word\":\"-mùlụ ọkụ\",\"wordClass\":\"AV\",\"definitions\":[\"light from (fire, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-mù\"]}],\"-mùnye\":[{\"word\":\"-mùnye\",\"wordClass\":\"AV\",\"definitions\":[\"light (a lamp)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-mù\"]}],\"-mù ọkụ\":[{\"word\":\"-mù ọkụ\",\"wordClass\":\"AV\",\"definitions\":[\"kindle light\"],\"examples\":[],\"variations\":[],\"stems\":[\"-mù\",\"ọkụ\"]}],\"-mùsị\":[{\"word\":\"-mùsị\",\"wordClass\":\"AV\",\"definitions\":[\"glitter; shine\"],\"examples\":[],\"variations\":[],\"stems\":[\"-mù\"]}],\"-mù\":[{\"word\":\"-mù\",\"wordClass\":\"AV\",\"definitions\":[\"learn; study\",\"shine\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"mụ nà isi m#\":[{\"word\":\"mụ nà isi m#\",\"wordClass\":\"PRN\",\"definitions\":[\"I myself (emphatic)\"],\"examples\":[],\"variations\":[],\"stems\":[\"mụ\"]}],\"mụ nwà\":[{\"word\":\"mụ nwà\",\"wordClass\":\"PRN\",\"definitions\":[\"I myself, me (emphatic)\",\"I myself\"],\"examples\":[],\"variations\":[],\"stems\":[\"mụ\",\"nwà\"]}],\"mụ\":[{\"word\":\"mụ\",\"wordClass\":\"PRN\",\"definitions\":[\"I; me (independent, 1st pers. sg.)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òmụmụ\":[{\"word\":\"òmụmụ\",\"wordClass\":\"\",\"definitions\":[\"birth\",\"sharpening\"],\"examples\":[],\"variations\":[],\"stems\":[\"-mụ\"]}],\"-mụkwo\":[{\"word\":\"-mụkwo\",\"wordClass\":\"\",\"definitions\":[\"give birth prematurely\"],\"examples\":[],\"variations\":[],\"stems\":[\"-mụ\"]}],\"-mụpùta\":[{\"word\":\"-mụpùta\",\"wordClass\":\"\",\"definitions\":[\"bring forth; give birth to\"],\"examples\":[],\"variations\":[],\"stems\":[\"-mụ\"]}],\"ndị mūlụ\":[{\"word\":\"ndị mūlụ\",\"wordClass\":\"\",\"definitions\":[\"parents\"],\"examples\":[],\"variations\":[],\"stems\":[\"-mụ\",\"ndị\"]}],\"òmụgwò\":[{\"word\":\"òmụgwò\",\"wordClass\":\"NNC\",\"definitions\":[\"birth feast; period immediately after a woman’s safe delivery till about three months, during which she is confined at home and does not go to market. The traditional period ends with the mother's ceremonially attending the market on a set day at the end of the òmụgwò period. The period of the observation of òmụgwò and the òmụgwò observation is called ǹgwò\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òmùlù nwa\":[{\"word\":\"òmùlù nwa\",\"wordClass\":\"\",\"definitions\":[\"interest (on capital)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-mụ\"]}],\"-mụ amụ\":[{\"word\":\"-mụ amụ\",\"wordClass\":\"AV\",\"definitions\":[\"laugh at\"],\"examples\":[],\"variations\":[],\"stems\":[\"-mụ\"]}],\"-mụ mmà\":[{\"word\":\"-mụ mmà\",\"wordClass\":\"AV\",\"definitions\":[\"sharpen a sword, knife, matchet\"],\"examples\":[],\"variations\":[],\"stems\":[\"-mụ\"]}],\"-mụ\":[{\"word\":\"-mụ\",\"wordClass\":\"\",\"definitions\":[\"give birth to; beget\",\"sharpen\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-mụ-mù\":[{\"word\":\"-mụ-mù\",\"wordClass\":\"AV\",\"definitions\":[\"hum; murmur\"],\"examples\":[{\"igbo\":\"Amārọ m ịfe nā-amụmù n’ime ụnò\",\"english\":\"I don’t know what is humming in the room\"}],\"variations\":[\"-mu-mù\"],\"stems\":[]}],\"myò\":[{\"word\":\"myò\",\"wordClass\":\"NNC\",\"definitions\":[\"sieve (-yò sieve)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"N\":[{\"word\":\"N\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"n’\":[{\"word\":\"n’\",\"wordClass\":\"\",\"definitions\":[\"see nà 1.\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ònịna\":[{\"word\":\"ònịna\",\"wordClass\":\"AV\",\"definitions\":[\"healing\",\"taking; receiving\"],\"examples\":[{\"igbo\":\"Ọnya m#ànago\",\"english\":\"My cut has healed\"}],\"variations\":[],\"stems\":[\"-na\"]}],\"-na àzụ\":[{\"word\":\"-na àzụ\",\"wordClass\":\"AV\",\"definitions\":[\"lag; dawdle\"],\"examples\":[{\"igbo\":\"Ọlụ m#nà-àna āzụ\",\"english\":\"My work is lagging\"}],\"variations\":[],\"stems\":[\"-na\"]}],\"-naba\":[{\"word\":\"-naba\",\"wordClass\":\"AV\",\"definitions\":[\"go home\"],\"examples\":[],\"variations\":[],\"stems\":[\"-na\"]}],\"nàba!\":[{\"word\":\"nàba!\",\"wordClass\":\"AV\",\"definitions\":[\"go home!\"],\"examples\":[],\"variations\":[],\"stems\":[\"-na\"]}],\"-nabà\":[{\"word\":\"-nabà\",\"wordClass\":\"AV\",\"definitions\":[\"go to bed\"],\"examples\":[],\"variations\":[],\"stems\":[\"-na\"]}],\"-nachìgha\":[{\"word\":\"-nachìgha\",\"wordClass\":\"AV\",\"definitions\":[\"return home\",\"receive back; recover\"],\"examples\":[],\"variations\":[],\"stems\":[\"-na\"]}],\"-nafè\":[{\"word\":\"-nafè\",\"wordClass\":\"AV\",\"definitions\":[\"go abroad\"],\"examples\":[],\"variations\":[],\"stems\":[\"-na\"]}],\"-nafù\":[{\"word\":\"-nafù\",\"wordClass\":\"AV\",\"definitions\":[\"go and not come back\"],\"examples\":[],\"variations\":[],\"stems\":[\"-na\"]}],\"nàa gboo\":[{\"word\":\"nàa gboo\",\"wordClass\":\"AV\",\"definitions\":[\"farewell (to those expected to return)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-na\"]}],\"-nakọ ànakọ\":[{\"word\":\"-nakọ ànakọ\",\"wordClass\":\"AV\",\"definitions\":[\"go homewards\"],\"examples\":[],\"variations\":[],\"stems\":[\"-na\"]}],\"-nakwulu\":[{\"word\":\"-nakwulu\",\"wordClass\":\"AV\",\"definitions\":[\"go home to (someone)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-na\"]}],\"-namì\":[{\"word\":\"-namì\",\"wordClass\":\"AV\",\"definitions\":[\"go to an uncertain destination\"],\"examples\":[],\"variations\":[],\"stems\":[\"-na\"]}],\"-na mmụō or -na ànị mmụọ\":[{\"word\":\"-na mmụō or -na ànị mmụọ\",\"wordClass\":\"AV\",\"definitions\":[\"die (euphemistic) (literally return to the land of the spirits)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-na\"]}],\"-nanarị\":[{\"word\":\"-nanarị\",\"wordClass\":\"AV\",\"definitions\":[\"escape from; go away from\",\"go away from\"],\"examples\":[],\"variations\":[],\"stems\":[\"-na\",\"-na-rị\"]}],\"-nata\":[{\"word\":\"-nata\",\"wordClass\":\"AV\",\"definitions\":[\"return (home)\",\"receive\"],\"examples\":[{\"igbo\":\"Kèdu ụbòsì ị gà-ànata?\",\"english\":\"What day will you return?\"}],\"variations\":[],\"stems\":[\"-na\"]}],\"-nado\":[{\"word\":\"-nado\",\"wordClass\":\"AV\",\"definitions\":[\"contain; retain; accommodate\"],\"examples\":[],\"variations\":[],\"stems\":[\"-na\"]}],\"-nalụ\":[{\"word\":\"-nalụ\",\"wordClass\":\"AV\",\"definitions\":[\"receive; take\"],\"examples\":[],\"variations\":[],\"stems\":[\"-na\"]}],\"-napùga\":[{\"word\":\"-napùga\",\"wordClass\":\"AV\",\"definitions\":[\"save; redeem\"],\"examples\":[{\"igbo\":\"Onye Nnapùga\",\"english\":\"Redeemer (compare Onye Nzọpùta)\"}],\"variations\":[],\"stems\":[\"-na\"]}],\"-napùta\":[{\"word\":\"-napùta\",\"wordClass\":\"AV\",\"definitions\":[\"snatch out; snatch away; deliver\"],\"examples\":[],\"variations\":[],\"stems\":[\"-na\"]}],\"-napùta okwu\":[{\"word\":\"-napùta okwu\",\"wordClass\":\"AV\",\"definitions\":[\"force someone to speak out\"],\"examples\":[],\"variations\":[],\"stems\":[\"-na\",\"okwu\"]}],\"-na ụgwō\":[{\"word\":\"-na ụgwō\",\"wordClass\":\"AV\",\"definitions\":[\"receive salary, wages, etc.\"],\"examples\":[],\"variations\":[],\"stems\":[\"-na\",\"ụgwō\"]}],\"-na ùtụ\":[{\"word\":\"-na ùtụ\",\"wordClass\":\"AV\",\"definitions\":[\"exact tax\"],\"examples\":[],\"variations\":[],\"stems\":[\"-na\",\"ùtụ\"]}],\"-na\":[{\"word\":\"-na\",\"wordClass\":\"AV\",\"definitions\":[\"go home; go away (finally)\",\"receive; take; take by force\",\"marks the progressive and habitual verb forms\",\"(-naà when in final position after non-low tone) negative commands\"],\"examples\":[{\"igbo\":\"Òne kà ọ nà-àna n’ọnwa?\",\"english\":\"How much does he earn a month?\"},{\"igbo\":\"Chikē nà-àbịa\",\"english\":\"Chike is coming (progressive)/(usually) come (habitual)\"},{\"igbo\":\"Chikē gà na-àbịa\",\"english\":\"Chike will be coming (future habitual)\"},{\"igbo\":\"Chikē gà na-ègogo jī\",\"english\":\"Chike will/must have been (habitually) buying yams\"},{\"igbo\":\"Na-èbi òfụma\",\"english\":\"Goodbye (literally keep on living well)\"},{\"igbo\":\"Ejēna ozi à\",\"english\":\"Don’t go on this errand\"},{\"igbo\":\"Ejēnaà\",\"english\":\"Do not go\"}],\"variations\":[],\"stems\":[]}],\"n’aka ebē\":[{\"word\":\"n’aka ebē\",\"wordClass\":\"PREP\",\"definitions\":[\"as a pledge, surety\"],\"examples\":[{\"igbo\":\"Jìde akwụkwọ à n’aka ebē\",\"english\":\"Take this book as a pledge\"}],\"variations\":[],\"stems\":[\"nà\"]}],\"n’ànì\":[{\"word\":\"n’ànì\",\"wordClass\":\"PREP\",\"definitions\":[\"on the ground\"],\"examples\":[],\"variations\":[],\"stems\":[\"nà\"]}],\"nà ǹkịtị\":[{\"word\":\"nà ǹkịtị\",\"wordClass\":\"PREP\",\"definitions\":[\"in vain; for nothing\"],\"examples\":[{\"igbo\":\"Ife o mè bù nà ǹkịtị\",\"english\":\"What he has done is in vain\"}],\"variations\":[],\"stems\":[\"nà\",\"ǹkịtị\"]}],\"nà ǹtụmādị\":[{\"word\":\"nà ǹtụmādị\",\"wordClass\":\"PREP\",\"definitions\":[\"suddenly; unexpectedly\"],\"examples\":[],\"variations\":[],\"stems\":[\"nà\"]}],\"n’àzụ\":[{\"word\":\"n’àzụ\",\"wordClass\":\"PREP\",\"definitions\":[\"behind; in the absence of\"],\"examples\":[],\"variations\":[],\"stems\":[\"nà\"]}],\"n’ùsòlò n’ùsòlò\":[{\"word\":\"n’ùsòlò n’ùsòlò\",\"wordClass\":\"PREP\",\"definitions\":[\"in order; one after the other\"],\"examples\":[],\"variations\":[],\"stems\":[\"nà\",\"ùsòlò\"]}],\"n’ụnò\":[{\"word\":\"n’ụnò\",\"wordClass\":\"PREP\",\"definitions\":[\"at home; in the house; within (the house)\",\"at home; in the house; within\"],\"examples\":[],\"variations\":[],\"stems\":[\"nà\",\"ụnò\"]}],\"n’ùsọ\":[{\"word\":\"n’ùsọ\",\"wordClass\":\"PREP\",\"definitions\":[\"beside; by the side of\"],\"examples\":[{\"igbo\":\"Dèbelụ m ìtè afù n’ùsọ ọkū\",\"english\":\"Help me put that pot beside the fire\"},{\"igbo\":\"Gbà mbò dèbe anụ ndù afù n’ùsọ ọkū kà ọ ghàlụ ilē ule\",\"english\":\"Try and keep that fresh meat beside the fire to prevent it from rotting\"}],\"variations\":[],\"stems\":[\"nà\",\"ùsọ\"]}],\"n’ùzọ ūtụtù\":[{\"word\":\"n’ùzọ ūtụtù\",\"wordClass\":\"PREP\",\"definitions\":[\"early in the morning\"],\"examples\":[{\"igbo\":\"Ijè bìàlù ebe à n’ùzọ ūtụtù\",\"english\":\"Ije came here early in the morning\"}],\"variations\":[],\"stems\":[\"nà\",\"ùtụtù\",\"ùzọ\"]}],\"-si nà\":[{\"word\":\"-si nà\",\"wordClass\":\"PREP\",\"definitions\":[\"come from\",\"go, come, from (nà sometimes omitted) Ibadan (nà omitted) sleep to the ancestors)\",\"(fig.) come as a result of Success comes from luck)\"],\"examples\":[{\"igbo\":\"Achòlù m isī Ìbàdàn naa ụnò\",\"english\":\"I want to go home through\"},{\"igbo\":\"O sì n’ụla naa mmōọ\",\"english\":\"He died in his sleep (literally He went from sleep to the ancestors)\"},{\"igbo\":\"Ògàniiru nà-èsi n’iru ọma\",\"english\":\"Success depends on luck (literally success comse from luck)\"}],\"variations\":[],\"stems\":[\"nà\",\"-si\"]}],\"nà\":[{\"word\":\"nà\",\"wordClass\":\"PREP\",\"definitions\":[\"(before a vowel written as n’; tone is basically low, but assimilates to a following high tone vowel) at; in; to; from\",\"that\",\"and\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"naàbò\":[{\"word\":\"naàbò\",\"wordClass\":\"CD\",\"definitions\":[\"two (qualifying form, compare ìbùọ)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"naanō\":[{\"word\":\"naanō\",\"wordClass\":\"CD\",\"definitions\":[\"four (qualifying form, compare ìnọ)\"],\"examples\":[],\"variations\":[\"naanò\"],\"stems\":null}],\"naasāà\":[{\"word\":\"naasāà\",\"wordClass\":\"CD\",\"definitions\":[\"seven (qualifying form, compare ìsaà)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"naasātọ\":[{\"word\":\"naasātọ\",\"wordClass\":\"CD\",\"definitions\":[\"eight (qualifying form, compare ìsatō)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-naghà ntì\":[{\"word\":\"-naghà ntì\",\"wordClass\":\"AV\",\"definitions\":[\"refuse to listen; act wilfully\",\"act wilfully\"],\"examples\":[{\"igbo\":\"Ọ naghà ntì wèe me ife à\",\"english\":\"He did this thing wilfully\"}],\"variations\":[],\"stems\":[\"-na-ghà\",\"ntì\"]}],\"-naghà okwu\":[{\"word\":\"-naghà okwu\",\"wordClass\":\"AV\",\"definitions\":[\"interrupt\"],\"examples\":[],\"variations\":[],\"stems\":[\"-na-ghà\",\"okwu\"]}],\"-na-ghà\":[{\"word\":\"-na-ghà\",\"wordClass\":\"AV\",\"definitions\":[\"prevent; hinder; restrain\"],\"examples\":[],\"variations\":[\"-na-rà\"],\"stems\":null}],\"-na-lụ\":[{\"word\":\"-na-lụ\",\"wordClass\":\"AV\",\"definitions\":[\"win; be correct; (of statement) agree with statement or information previously made\"],\"examples\":[{\"igbo\":\"Ọ nààlù gị\",\"english\":\"You are correct\"}],\"variations\":[],\"stems\":null}],\"nànwụledè\":[{\"word\":\"nànwụledè\",\"wordClass\":\"NNC\",\"definitions\":[\"wild cat; genet\"],\"examples\":[],\"variations\":[\"ùnànwụledè\",\"nànwụlụ\"],\"stems\":null}],\"ùnànwụlụ\":[{\"word\":\"ùnànwụlụ\",\"wordClass\":\"\",\"definitions\":[\"see nànwụledè\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-sonarị\":[{\"word\":\"-sonarị\",\"wordClass\":\"AV\",\"definitions\":[\"surpass in growth\"],\"examples\":[{\"igbo\":\"Àda gà-èsonarị nwa nnē ya nwokē ogō\",\"english\":\"Ada will grow taller than her brother\"}],\"variations\":[],\"stems\":[\"-na-rị\"]}],\"-na-rị\":[{\"word\":\"-na-rị\",\"wordClass\":\"AV\",\"definitions\":[\"surpass in running\",\"fly away from\"],\"examples\":[{\"igbo\":\"Egbe afù èfenarịgo m#\",\"english\":\"The hawk has flown away from me (from my grip, or from where I kept it confined)\"}],\"variations\":[],\"stems\":[]}],\"nàịrà\":[{\"word\":\"nàịrà\",\"wordClass\":\"NNC\",\"definitions\":[\"naira\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nchà ngù\":[{\"word\":\"nchà ngù\",\"wordClass\":\"NNC\",\"definitions\":[\"local soap\"],\"examples\":[],\"variations\":[],\"stems\":[\"nchà\"]}],\"nchà\":[{\"word\":\"nchà\",\"wordClass\":\"NNC\",\"definitions\":[\"soap\",\"curdled oil preparation for eating certain foods like yam, plantain, shredded cassava, etc. It is prepared by crushing some quantity of potash stone, àkanwụ, or pouring some liquid ngù into oil, and stirring it till the oil thickens and curdles. Some condiments are added and the preparation is used as stew\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ǹcha ncha\":[{\"word\":\"ǹcha ncha\",\"wordClass\":\"INTJ\",\"definitions\":[\"not at all\"],\"examples\":[{\"igbo\":\"Àgarō m ịpù n’ụnò ǹcha ncha\",\"english\":\"I shall not leave the house at all\"}],\"variations\":[],\"stems\":[\"ǹcha\"]}],\"ogè ǹcha\":[{\"word\":\"ogè ǹcha\",\"wordClass\":\"INTJ\",\"definitions\":[\"always; at all times\",\"at all times; always (compare ọgè niīne)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹcha\",\"ogè\"]}],\"ụnù ǹcha\":[{\"word\":\"ụnù ǹcha\",\"wordClass\":\"INTJ\",\"definitions\":[\"all of you; you all\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹcha\",\"ụnù\"]}],\"ǹcha ọcha\":[{\"word\":\"ǹcha ọcha\",\"wordClass\":\"NNC\",\"definitions\":[\"fish (Tilapia zilii (compare ìkpoòkpò)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹcha\"]}],\"ǹcha\":[{\"word\":\"ǹcha\",\"wordClass\":\"INTJ\",\"definitions\":[\"all of them (compare fa niīne)\",\"used in\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-ta nchāla\":[{\"word\":\"-ta nchāla\",\"wordClass\":\"AV\",\"definitions\":[\"be rusty\"],\"examples\":[{\"igbo:\":\"Ǹgàjì ị rāpùlù n’ìlo ǹnyàafù ogè mmilī nà-ezò àtago nchāla\",\"english\":\"The spoon you left outside yesterday when it was raining has become rusty\"}],\"variations\":[],\"stems\":[\"nchāla\",\"-ta\"]}],\"nchāla\":[{\"word\":\"nchāla\",\"wordClass\":\"NNC\",\"definitions\":[\"rust\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹche ānwụ\":[{\"word\":\"ǹche ānwụ\",\"wordClass\":\"NNC\",\"definitions\":[\"sunshade; umbrella\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹche\"]}],\"ndi nche\":[{\"word\":\"ndi nche\",\"wordClass\":\"NNC\",\"definitions\":[\"the guards\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹche\"]}],\"ndi nche òbòdò\":[{\"word\":\"ndi nche òbòdò\",\"wordClass\":\"NNC\",\"definitions\":[\"the town or village guards\",\"the police\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹche\",\"òbòdò\"]}],\"onye nche\":[{\"word\":\"onye nche\",\"wordClass\":\"NNC\",\"definitions\":[\"watchman\",\"watchman; guard\"],\"examples\":[{\"igbo\":\"Òrànàǹche\",\"english\":\"male name (literally All at watch)\"}],\"variations\":[],\"stems\":[\"ǹche\",\"onye\"]}],\"ụkā nche\":[{\"word\":\"ụkā nche\",\"wordClass\":\"NNC\",\"definitions\":[\"watchnight service (e.g. that held on eve of Christmas, New Year, etc.)\",\"watchnight service (e.g. that held on Christmas, New Year's Eve)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹche\",\"ụkà\"]}],\"ǹche\":[{\"word\":\"ǹche\",\"wordClass\":\"NNC\",\"definitions\":[\"keeping; saving; watching over; vigil (-che 1. watch)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nchebe\":[{\"word\":\"nchebe\",\"wordClass\":\"NNC\",\"definitions\":[\"preservation; keeping (from -chebe preserve, keep)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹchì\":[{\"word\":\"ǹchì\",\"wordClass\":\"NNC\",\"definitions\":[\"cane rat, cutting grass; \\\"grasscutter\\\" (Thryonomys swinderianus)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹchìchè\":[{\"word\":\"ǹchìchè\",\"wordClass\":\"NNC\",\"definitions\":[\"venereal disease which eats off the nose (stage of syphilis)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹchịcha\":[{\"word\":\"ǹchịcha\",\"wordClass\":\"NNC\",\"definitions\":[\"disease causing skin to turn yellow; blasting or withering of vegetation\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹchìkwịnìkwịnì\":[{\"word\":\"ǹchìkwịnìkwịnì\",\"wordClass\":\"NNC\",\"definitions\":[\"dried latex from rubber tree or ụdalà (so called from sound when chewed)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹchòlòkòtò\":[{\"word\":\"ǹchòlòkòtò\",\"wordClass\":\"NNC\",\"definitions\":[\"board game with twelve holes, sometimes dug in the earth, played by two persons with nuts, seeds or small stones\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹchụ\":[{\"word\":\"ǹchụ\",\"wordClass\":\"NNC\",\"definitions\":[\"hat (compare òkpu)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹdàlàgwùgwù\":[{\"word\":\"ǹdàlàgwùgwù\",\"wordClass\":\"NNC\",\"definitions\":[\"valley\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ndàma ndàmi\":[{\"word\":\"ndàma ndàmi\",\"wordClass\":\"NNC\",\"definitions\":[\"trial; temptation (from -dàma fall up and down, here and there)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹdamanya\":[{\"word\":\"ǹdamanya\",\"wordClass\":\"NNC\",\"definitions\":[\"laziness\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ndasì\":[{\"word\":\"ndasì\",\"wordClass\":\"NNC\",\"definitions\":[\"tumbler\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹdè\":[{\"word\":\"ǹdè\",\"wordClass\":\"NNC\",\"definitions\":[\"sickly, delicate condition\",\"disappearance; charm giving one the power to be invisible\"],\"examples\":[{\"igbo\":\"Dibìa à nà-àgwọ ǹdè\",\"english\":\"This dibịa can prepare a charm for vanishing\"}],\"variations\":[],\"stems\":[]}],\"ǹdèelī\":[{\"word\":\"ǹdèelī\",\"wordClass\":\"NNC\",\"definitions\":[\"midnight\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹdeèwo!\":[{\"word\":\"ǹdeèwo!\",\"wordClass\":\"INTJ\",\"definitions\":[\"common salutation of welcome or thanks\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹdele\":[{\"word\":\"ǹdele\",\"wordClass\":\"NNC\",\"definitions\":[\"rod; large staff\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kpụ ǹdèlè\":[{\"word\":\"-kpụ ǹdèlè\",\"wordClass\":\"NNC\",\"definitions\":[\"make track\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹdèlè\"]}],\"ǹdèlè\":[{\"word\":\"ǹdèlè\",\"wordClass\":\"NNC\",\"definitions\":[\"line; row; track\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ndene\":[{\"word\":\"ndene\",\"wordClass\":\"NNC\",\"definitions\":[\"properly\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ndepùta ochīè\":[{\"word\":\"ndepùta ochīè\",\"wordClass\":\"NNC\",\"definitions\":[\"old edition\"],\"examples\":[],\"variations\":[],\"stems\":[\"ndepùta\",\"oche\"]}],\"ndepùta ọfụū\":[{\"word\":\"ndepùta ọfụū\",\"wordClass\":\"NNC\",\"definitions\":[\"new edition\"],\"examples\":[{\"igbo\":\"Ndepùta ọfụū akwụkwọ ǹkaà apùtago\",\"english\":\"There is a new edition of this book\"}],\"variations\":[],\"stems\":[\"ndepùta\",\"ọfụū\"]}],\"ndi\":[{\"word\":\"ndi\",\"wordClass\":\"\",\"definitions\":[\"see ndị\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"onye ǹdìdì\":[{\"word\":\"onye ǹdìdì\",\"wordClass\":\"NNC\",\"definitions\":[\"patient person\",\"personal name\"],\"examples\":[{\"igbo\":\"Proverb: Onye ǹdìdì nà-èli azū ūkpoò\",\"english\":\"The patient man eats hook-killed fish\"}],\"variations\":[],\"stems\":[\"ǹdìdì\"]}],\"ǹdìdì\":[{\"word\":\"ǹdìdì\",\"wordClass\":\"NNC\",\"definitions\":[\"patience; perseverance\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ndị à\":[{\"word\":\"ndị à\",\"wordClass\":\"NNC\",\"definitions\":[\"these\"],\"examples\":[{\"igbo\":\"Akwà ndị à bụ òke ǹkè m\",\"english\":\"These clothes are my share\"}],\"variations\":[],\"stems\":[\"ndị\"]}],\"ndị aghā\":[{\"word\":\"ndị aghā\",\"wordClass\":\"NNC\",\"definitions\":[\"soldiers; warriors\"],\"examples\":[],\"variations\":[],\"stems\":[\"ndị\"]}],\"ndị īchiè\":[{\"word\":\"ndị īchiè\",\"wordClass\":\"NNC\",\"definitions\":[\"chiefs, titled persons (alive or departed)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ndị\"]}],\"ndi ikènyà\":[{\"word\":\"ndi ikènyà\",\"wordClass\":\"NNC\",\"definitions\":[\"elders; grown men; principal men\"],\"examples\":[],\"variations\":[],\"stems\":[\"ndị\"]}],\"ndị ikpē\":[{\"word\":\"ndị ikpē\",\"wordClass\":\"NNC\",\"definitions\":[\"the judges\"],\"examples\":[],\"variations\":[],\"stems\":[\"ndị\"]}],\"ndị mbụ nà ndị àbò\":[{\"word\":\"ndị mbụ nà ndị àbò\",\"wordClass\":\"NNC\",\"definitions\":[\"the ancestors\"],\"examples\":[],\"variations\":[],\"stems\":[\"ndị\"]}],\"ndị mmụọ\":[{\"word\":\"ndị mmụọ\",\"wordClass\":\"NNC\",\"definitions\":[\"dead people (spirits)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ndị\"]}],\"ndị nche atụlū\":[{\"word\":\"ndị nche atụlū\",\"wordClass\":\"NNC\",\"definitions\":[\"shepherds\"],\"examples\":[],\"variations\":[],\"stems\":[\"ndị\"]}],\"ndị ǹkè nya\":[{\"word\":\"ndị ǹkè nya\",\"wordClass\":\"NNC\",\"definitions\":[\"his own people\"],\"examples\":[],\"variations\":[],\"stems\":[\"ndị\",\"ǹkè\"]}],\"ndị nkịtị\":[{\"word\":\"ndị nkịtị\",\"wordClass\":\"NNC\",\"definitions\":[\"common people\"],\"examples\":[],\"variations\":[],\"stems\":[\"ndị\",\"ǹkịtị\"]}],\"ndị ntā\":[{\"word\":\"ndị ntā\",\"wordClass\":\"NNC\",\"definitions\":[\"hunters\"],\"examples\":[],\"variations\":[],\"stems\":[\"ndị\",\"nta\"]}],\"ndị nwufù\":[{\"word\":\"ndị nwufù\",\"wordClass\":\"NNC\",\"definitions\":[\"those yonder\"],\"examples\":[],\"variations\":[],\"stems\":[\"ndị\"]}],\"ndinyom\":[{\"word\":\"ndinyom\",\"wordClass\":\"NNC\",\"definitions\":[\"women; females\"],\"examples\":[],\"variations\":[],\"stems\":[\"ndị\"]}],\"ndi ochiè\":[{\"word\":\"ndi ochiè\",\"wordClass\":\"NNC\",\"definitions\":[\"the ancients\"],\"examples\":[],\"variations\":[],\"stems\":[\"ndị\"]}],\"Ndi ōji\":[{\"word\":\"Ndi ōji\",\"wordClass\":\"NNC\",\"definitions\":[\"Africans; black people\"],\"examples\":[],\"variations\":[],\"stems\":[\"ndị\"]}],\"ndị okènyè\":[{\"word\":\"ndị okènyè\",\"wordClass\":\"NNC\",\"definitions\":[\"elders\"],\"examples\":[],\"variations\":[],\"stems\":[\"ndị\"]}],\"ndi orī\":[{\"word\":\"ndi orī\",\"wordClass\":\"NNC\",\"definitions\":[\"rogues; highwaymen\"],\"examples\":[],\"variations\":[],\"stems\":[\"ndị\"]}],\"ndi orù\":[{\"word\":\"ndi orù\",\"wordClass\":\"NNC\",\"definitions\":[\"slaves\"],\"examples\":[],\"variations\":[],\"stems\":[\"ndị\",\"orù\"]}],\"ndi ōsu\":[{\"word\":\"ndi ōsu\",\"wordClass\":\"NNC\",\"definitions\":[\"outcasts; people owned by deities\"],\"examples\":[],\"variations\":[],\"stems\":[\"ndị\",\"òsu\"]}],\"ndị ozī\":[{\"word\":\"ndị ozī\",\"wordClass\":\"NNC\",\"definitions\":[\"messengers; the Apostles\"],\"examples\":[{\"igbo\":\"Ọlụ Ndị Ozī\",\"english\":\"The Acts of the Apostles\"}],\"variations\":[],\"stems\":[\"ndị\",\"ozi\"]}],\"ndị ọkù\":[{\"word\":\"ndị ọkù\",\"wordClass\":\"NNC\",\"definitions\":[\"fishermen\"],\"examples\":[],\"variations\":[],\"stems\":[\"ndị\",\"ọkù\"]}],\"ndị ọnwò\":[{\"word\":\"ndị ọnwò\",\"wordClass\":\"NNC\",\"definitions\":[\"some people\"],\"examples\":[],\"variations\":[],\"stems\":[\"ndị\",\"ọnwò\"]}],\"ndi ōta ōjị\":[{\"word\":\"ndi ōta ōjị\",\"wordClass\":\"AV\",\"definitions\":[\"nickname used only by the Igbo to describe the Yoruba\",\"nickname used by Igbo to describe Yoruba\"],\"examples\":[],\"variations\":[],\"stems\":[\"ndị\",\"ọjị\",\"-ta\"]}],\"ndị òyì\":[{\"word\":\"ndị òyì\",\"wordClass\":\"NNC\",\"definitions\":[\"friends\"],\"examples\":[],\"variations\":[],\"stems\":[\"ndị\",\"òyì\"]}],\"ndi Ukà\":[{\"word\":\"ndi Ukà\",\"wordClass\":\"NNC\",\"definitions\":[\"the Christians\"],\"examples\":[],\"variations\":[],\"stems\":[\"ndị\"]}],\"ndị ùlà\":[{\"word\":\"ndị ùlà\",\"wordClass\":\"NNC\",\"definitions\":[\"deceivers; cunning people\",\"deceivers; cunning people; enticers\"],\"examples\":[],\"variations\":[],\"stems\":[\"ndị\",\"ùlà\"]}],\"ùwà ndi mmọọ\":[{\"word\":\"ùwà ndi mmọọ\",\"wordClass\":\"NNC\",\"definitions\":[\"the world of spirits\"],\"examples\":[],\"variations\":[],\"stems\":[\"ndị\",\"ùwà\"]}],\"ùwà ndi oyìbo\":[{\"word\":\"ùwà ndi oyìbo\",\"wordClass\":\"NNC\",\"definitions\":[\"luxurious pleasure-loving way of life or living; extravagant life (literally the world of the white people)\"],\"examples\":[{\"igbo\":\"Nwụnyē Īkê bìàlù ùwà ndi oyìbo. Di yā adī àchọ kà ọ lụa ọlụ ōbụnà, mà ò bù kà ọ mee ife ōbụnā sīlị ike\",\"english\":\"Ike's wife is living a life of pleasure. Her husband never wants her to do any work or do anything arduous\"}],\"variations\":[],\"stems\":[\"ndị\",\"oyìbo\",\"ùwà\"]}],\"ndị\":[{\"word\":\"ndị\",\"wordClass\":\"NNC\",\"definitions\":[\"nation; people, those (plural of onye)\"],\"examples\":[],\"variations\":[\"ndi\"],\"stems\":null}],\"Ọgbe Ǹdìdà\":[{\"word\":\"Ọgbe Ǹdìdà\",\"wordClass\":\"NNC\",\"definitions\":[\"a village in Onitsha Inland Town\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹdìdà\"]}],\"ǹdìdà\":[{\"word\":\"ǹdìdà\",\"wordClass\":\"NNC\",\"definitions\":[\"down-river; the South; low-lying country\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹdìlì\":[{\"word\":\"ǹdìlì\",\"wordClass\":\"NNC\",\"definitions\":[\"row; line\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ndò\":[{\"word\":\"ndò\",\"wordClass\":\"NNC\",\"definitions\":[\"kind of pigeon\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹdo\":[{\"word\":\"ǹdo\",\"wordClass\":\"INTJ\",\"definitions\":[\"salutation of sympathy\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹdò\":[{\"word\":\"ǹdò\",\"wordClass\":\"NNC\",\"definitions\":[\"shade; shadow\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹdodo\":[{\"word\":\"ǹdodo\",\"wordClass\":\"NNC\",\"definitions\":[\"horizontal house-beam\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ndokwa\":[{\"word\":\"ndokwa\",\"wordClass\":\"NNC\",\"definitions\":[\"settlement; peace; pacification (-dokwa make peace)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹdoò\":[{\"word\":\"ǹdoò\",\"wordClass\":\"INTJ\",\"definitions\":[\"goodbye (to people one is leaving\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"onye ndu\":[{\"word\":\"onye ndu\",\"wordClass\":\"NNC\",\"definitions\":[\"leader; guide\"],\"examples\":[{\"igbo\":\"Ònyê bù onye ndu fa?\",\"english\":\"Who is their leader?\"}],\"variations\":[],\"stems\":[\"ǹdu\",\"onye\"]}],\"ǹdu\":[{\"word\":\"ǹdu\",\"wordClass\":\"NNC\",\"definitions\":[\"leadership; guidance\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹdù\":[{\"word\":\"ǹdù\",\"wordClass\":\"NNC\",\"definitions\":[\"animal tick sp. (àkà) found on rats and Kemp's Gerbil\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹdudù\":[{\"word\":\"ǹdudù\",\"wordClass\":\"NNC\",\"definitions\":[\"electric catfish (Malapterurus electricus) (= èlùlù)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"Ndùbiisi (Ndù bụ isi)\":[{\"word\":\"Ndùbiisi (Ndù bụ isi)\",\"wordClass\":\"NNC\",\"definitions\":[\"male name (literally life is the head)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ndù\"]}],\"Ndùbụàkù\":[{\"word\":\"Ndùbụàkù\",\"wordClass\":\"NNC\",\"definitions\":[\"male name (literally life is wealth)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ndù\"]}],\"ndùdùgandù\":[{\"word\":\"ndùdùgandù\",\"wordClass\":\"NNC\",\"definitions\":[\"generation ( ndù, life)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ogonogo ndù\":[{\"word\":\"ogonogo ndù\",\"wordClass\":\"NNC\",\"definitions\":[\"long life\"],\"examples\":[],\"variations\":[],\"stems\":[\"ndù\",\"ogonogo\"]}],\"-tụ ndù\":[{\"word\":\"-tụ ndù\",\"wordClass\":\"AV\",\"definitions\":[\"breathe slowly, faintly, with difficulty (as one dying)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ndù\",\"-tụ-\"]}],\"-tụlụ\":[{\"word\":\"-tụlụ\",\"wordClass\":\"AV\",\"definitions\":[\"revive; refresh\",\"(fig.) defraud\"],\"examples\":[{\"igbo\":\"Ndị wàyo tùlù yà egō ya\",\"english\":\"The confidence tricksters defrauded him of his money\"}],\"variations\":[\"-tụnye ndù\"],\"stems\":[\"ndù\",\"-tụ\"]}],\"-tụte ndù\":[{\"word\":\"-tụte ndù\",\"wordClass\":\"NNC\",\"definitions\":[\"wake up; make alive; revive; refresh; resuscitate\"],\"examples\":[],\"variations\":[],\"stems\":[\"ndù\"]}],\"-zè ndù\":[{\"word\":\"-zè ndù\",\"wordClass\":\"AV\",\"definitions\":[\"be afraid of; avoid (from fear); shun; beware of; fear for one's life\"],\"examples\":[{\"igbo\":\"Ọ nà-ezè ndù\",\"english\":\"He fears for his life\"}],\"variations\":[],\"stems\":[\"ndù\",\"-zè\"]}],\"-zọ ndù\":[{\"word\":\"-zọ ndù\",\"wordClass\":\"AV\",\"definitions\":[\"save life\",\"state of being living, raw, fresh, green, uncooked\"],\"examples\":[{\"igbo\":\"Ọ nà-èli ji ndù\",\"english\":\"He is eating raw yam\"},{\"igbo\":\"Ọ nà-àta akwụkwọ ndù\",\"english\":\"He is eating fresh leaves (as opposed to dry ones)\"}],\"variations\":[],\"stems\":[\"ndù\",\"-zọ\"]}],\"azù ndù\":[{\"word\":\"azù ndù\",\"wordClass\":\"NNC\",\"definitions\":[\"fresh fish\"],\"examples\":[],\"variations\":[],\"stems\":[\"ndù\"]}],\"ndù\":[{\"word\":\"ndù\",\"wordClass\":\"NNC\",\"definitions\":[\"life\"],\"examples\":[{\"igbo\":\"Ndùbeezè (Ndù bụ ezè)\",\"english\":\"male name (literally life is greatest, or life is king i.e. to be able to do or be anything, life is the first precondition)\"}],\"variations\":[],\"stems\":null}],\"ǹdụdụ\":[{\"word\":\"ǹdụdụ\",\"wordClass\":\"NNC\",\"definitions\":[\"fork, skewer of iron or wood for taking yam, etc., from cooking-pot\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ndùdùgandū ǹke ītọ\":[{\"word\":\"ndùdùgandū ǹke ītọ\",\"wordClass\":\"NNC\",\"definitions\":[\"third generation\"],\"examples\":[],\"variations\":[],\"stems\":[\"ndùdùgandù\",\"ǹkè\"]}],\"īnọ\":[{\"word\":\"īnọ\",\"wordClass\":\"NNC\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":[\"ndùdùgandù\"]}],\"ndumì ụnò\":[{\"word\":\"ndumì ụnò\",\"wordClass\":\"NNC\",\"definitions\":[\"framework of roof (before thatching or fixing the sheets)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ndụmì\"]}],\"ndụmì\":[{\"word\":\"ndụmì\",\"wordClass\":\"NNC\",\"definitions\":[\"framework of roof\"],\"examples\":[],\"variations\":[\"ndumì\"],\"stems\":null}],\"-nye ǹdùmòọdụ\":[{\"word\":\"-nye ǹdùmòọdụ\",\"wordClass\":\"NNC\",\"definitions\":[\"give counsel, advice\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹdùmòọdụ\"]}],\"-sò ǹdùmòọdụ\":[{\"word\":\"-sò ǹdùmòọdụ\",\"wordClass\":\"NNC\",\"definitions\":[\"follow advice\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹdùmòọdụ\"]}],\"ǹdùmòọdụ\":[{\"word\":\"ǹdùmòọdụ\",\"wordClass\":\"NNC\",\"definitions\":[\"advice; counsel; warning (-dù ọdụ advise)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ònine\":[{\"word\":\"ònine\",\"wordClass\":\"AV\",\"definitions\":[\"looking\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ne\"]}],\"-nebà\":[{\"word\":\"-nebà\",\"wordClass\":\"AV\",\"definitions\":[\"look into\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ne\"]}],\"-nedà\":[{\"word\":\"-nedà\",\"wordClass\":\"AV\",\"definitions\":[\"despise\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ne\"]}],\"nnedà\":[{\"word\":\"nnedà\",\"wordClass\":\"AV\",\"definitions\":[\"contempt\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ne\"]}],\"-nedo\":[{\"word\":\"-nedo\",\"wordClass\":\"AV\",\"definitions\":[\"look at closely; study; spy\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ne\"]}],\"-nedụ\":[{\"word\":\"-nedụ\",\"wordClass\":\"AV\",\"definitions\":[\"keep quiet, still\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ne\"]}],\"-nefe\":[{\"word\":\"-nefe\",\"wordClass\":\"AV\",\"definitions\":[\"look after; serve; wait upon\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ne\"]}],\"-nega\":[{\"word\":\"-nega\",\"wordClass\":\"AV\",\"definitions\":[\"visit\",\"see afar off\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ne\"]}],\"-negalụ\":[{\"word\":\"-negalụ\",\"wordClass\":\"AV\",\"definitions\":[\"visit and look after sick person\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ne\"]}],\"nnegalụ\":[{\"word\":\"nnegalụ\",\"wordClass\":\"AV\",\"definitions\":[\"nursing a sick person (on casual visit)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ne\"]}],\"-nekọta\":[{\"word\":\"-nekọta\",\"wordClass\":\"AV\",\"definitions\":[\"supervise; be in charge\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ne\"]}],\"nnekọta\":[{\"word\":\"nnekọta\",\"wordClass\":\"AV\",\"definitions\":[\"supervision\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ne\"]}],\"-nene\":[{\"word\":\"-nene\",\"wordClass\":\"AV\",\"definitions\":[\"watch; examine\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ne\"]}],\"-nenì\":[{\"word\":\"-nenì\",\"wordClass\":\"AV\",\"definitions\":[\"disregard; despise\"],\"examples\":[{\"igbo\":\"Nnwatà nwokē afù nà-ènenì okwū m\",\"english\":\"The boy ignores my words\"}],\"variations\":[],\"stems\":[\"-ne\"]}],\"nnenì\":[{\"word\":\"nnenì\",\"wordClass\":\"AV\",\"definitions\":[\"contempt; disregard\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ne\"]}],\"-nepù\":[{\"word\":\"-nepù\",\"wordClass\":\"AV\",\"definitions\":[\"look for; seek\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ne\"]}],\"-neta\":[{\"word\":\"-neta\",\"wordClass\":\"AV\",\"definitions\":[\"visit (especially bereaved or sick)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ne\"]}],\"nneta\":[{\"word\":\"nneta\",\"wordClass\":\"AV\",\"definitions\":[\"visit (especially to bereaved or sick)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ne\"]}],\"ǹne anyā\":[{\"word\":\"ǹne anyā\",\"wordClass\":\"AV\",\"definitions\":[\"a glance, look\"],\"examples\":[{\"igbo\":\"Ị chọọ ịmā ife ọ nà-ème òfu nne anyā ezùgolụ gī\",\"english\":\"If you want to know what he is doing, a glance is sufficient for you\"}],\"variations\":[],\"stems\":[\"-ne\"]}],\"-ne ọbìà\":[{\"word\":\"-ne ọbìà\",\"wordClass\":\"AV\",\"definitions\":[\"entertain a stranger; be hospitable\",\"offer entertainment\"],\"examples\":[{\"igbo\":\"Anà m ène ụmùakā bīalụ nà be m ọbìà\",\"english\":\"I am entertaining the children who came to my house\"}],\"variations\":[\"-nu ọbìà\"],\"stems\":[\"-ne\",\"ọbìà\"]}],\"-ne ọlụ\":[{\"word\":\"-ne ọlụ\",\"wordClass\":\"AV\",\"definitions\":[\"reward; pay (wages)\"],\"examples\":[{\"igbo\":\"Ọ gà-ène fā ọlụ\",\"english\":\"He will reward them for their work\"}],\"variations\":[],\"stems\":[\"-ne\",\"ọlụ\"]}],\"-ne\":[{\"word\":\"-ne\",\"wordClass\":\"AV\",\"definitions\":[\"look at\",\"entertain; reward\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"neesè\":[{\"word\":\"neesè\",\"wordClass\":\"CD\",\"definitions\":[\"five (alternative qualifying form of ìse)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ngā àgbà\":[{\"word\":\"ngā àgbà\",\"wordClass\":\"NNC\",\"definitions\":[\"the gag used for a dead person\"],\"examples\":[],\"variations\":[],\"stems\":[\"ngā\"]}],\"ngā\":[{\"word\":\"ngā\",\"wordClass\":\"NNC\",\"definitions\":[\"gag; bit; iron bar\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹga Àràbà\":[{\"word\":\"ǹga Àràbà\",\"wordClass\":\"NNC\",\"definitions\":[\"(fig.) heavy punishment (from the first prison yard at Asaba)\"],\"examples\":[{\"igbo\":\"Ndị mmūọ tìnyèlì yà nà ǹga\",\"english\":\"The ancestors inflicted lifelong punishment (i.e. lingering sickness) on him\"}],\"variations\":[],\"stems\":[\"ǹga\"]}],\"onye nga\":[{\"word\":\"onye nga\",\"wordClass\":\"NNC\",\"definitions\":[\"prisoner\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹga\",\"onye\"]}],\"ụnō nga\":[{\"word\":\"ụnō nga\",\"wordClass\":\"NNC\",\"definitions\":[\"prison-yard\",\"prison (compare ụnō mkpọlọ)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹga\",\"ụnò\"]}],\"ǹga\":[{\"word\":\"ǹga\",\"wordClass\":\"NNC\",\"definitions\":[\"imprisonment\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹgaā\":[{\"word\":\"ǹgaā\",\"wordClass\":\"AV\",\"definitions\":[\"have it; take\"],\"examples\":[{\"igbo\":\"Ǹgaā egō\",\"english\":\"Have some money\"}],\"variations\":[],\"stems\":null}],\"ngàdàbà\":[{\"word\":\"ngàdàbà\",\"wordClass\":\"NNC\",\"definitions\":[\"branch (of tree)\"],\"examples\":[{\"igbo\":\"Kòbe akwà gị na ngàdàbà osisi afū dī n’òbi\",\"english\":\"Hang your cloth on the branch of that tree in the court\"}],\"variations\":[],\"stems\":null}],\"ǹgàjì\":[{\"word\":\"ǹgàjì\",\"wordClass\":\"NNC\",\"definitions\":[\"spoon\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"onye ngàla\":[{\"word\":\"onye ngàla\",\"wordClass\":\"NNC\",\"definitions\":[\"proud person\"],\"examples\":[],\"variations\":[],\"stems\":[\"ngàla\",\"onye\"]}],\"ngàla\":[{\"word\":\"ngàla\",\"wordClass\":\"NNC\",\"definitions\":[\"pride\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹgàlì\":[{\"word\":\"ǹgàlì\",\"wordClass\":\"NNC\",\"definitions\":[\"bribe\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ngalịga\":[{\"word\":\"ngalịga\",\"wordClass\":\"\",\"definitions\":[\"see ngịlịga\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹgàmàsù\":[{\"word\":\"ǹgàmàsù\",\"wordClass\":\"NNC\",\"definitions\":[\"native court\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"onye ngana\":[{\"word\":\"onye ngana\",\"wordClass\":\"NNC\",\"definitions\":[\"lazy person\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹganā\",\"onye\"]}],\"ǹganā\":[{\"word\":\"ǹganā\",\"wordClass\":\"NNC\",\"definitions\":[\"laziness\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ngịlịga mmādù\":[{\"word\":\"ngịlịga mmādù\",\"wordClass\":\"NNC\",\"definitions\":[\"stupid, hopeless person; ruffian\"],\"examples\":[{\"igbo\":\"Bikō akpōkwọna Òfọ àbịa bē m màkà nà adī m àchọ ịfū ngịlịga mmādù be m#\",\"english\":\"Please never visit my home in the company of Ọfọ because I resent the presence of ruffians in my home\"}],\"variations\":[],\"stems\":[\"nganga\"]}],\"nganga\":[{\"word\":\"nganga\",\"wordClass\":\"NNC\",\"definitions\":[\"slim; slim in build\",\"rag; ragged cloth\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-kpa ǹgàǹgà\":[{\"word\":\"-kpa ǹgàǹgà\",\"wordClass\":\"NNC\",\"definitions\":[\"be arrogant, insolent, rude\"],\"examples\":[{\"igbo\":\"Àchọrō m ịfū nwatà afū nā-akpa ǹgàngà\",\"english\":\"I don’t want to see that arrogant boy\"}],\"variations\":[],\"stems\":[\"ǹgàǹgà\"]}],\"ǹgàǹgà\":[{\"word\":\"ǹgàǹgà\",\"wordClass\":\"NNC\",\"definitions\":[\"arrogance; rudeness; insolence; pride\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹgedelegwu\":[{\"word\":\"ǹgedelegwu\",\"wordClass\":\"NNC\",\"definitions\":[\"xylophone (basket-work over pot, with two bars)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹgedegwū\":[{\"word\":\"ǹgedegwū\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọnụ ǹgènè\":[{\"word\":\"ọnụ ǹgènè\",\"wordClass\":\"NNC\",\"definitions\":[\"(place of a) spring of water\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹgènè\"]}],\"ǹgènè\":[{\"word\":\"ǹgènè\",\"wordClass\":\"NNC\",\"definitions\":[\"water welling from a spring\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹgìgè\":[{\"word\":\"ǹgìgè\",\"wordClass\":\"NNC\",\"definitions\":[\"fence; hedge; rope marking off or enclosing a place\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹgị nà ònwe gī\":[{\"word\":\"ǹgị nà ònwe gī\",\"wordClass\":\"PRN\",\"definitions\":[\"you yourself (emphatic)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹgị\"]}],\"ǹgị nwà\":[{\"word\":\"ǹgị nwà\",\"wordClass\":\"PRN\",\"definitions\":[\"you yourself\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹgị\"]}],\"ǹgị\":[{\"word\":\"ǹgị\",\"wordClass\":\"PRN\",\"definitions\":[\"(emphatic; 2nd pers.sg.) you (singular); thou; thee\"],\"examples\":[{\"igbo\":\"(Ọ) ǹgị kà mụ nà-àgwa\",\"english\":\"It is you I am talking to\"}],\"variations\":[],\"stems\":null}],\"ngīga\":[{\"word\":\"ngīga\",\"wordClass\":\"NNC\",\"definitions\":[\"round basket, often used for smoke-curing of fish, keeping pepper, ògìlì, etc.; usually kept in or suspended from ùko over the fire-place\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ngịlị\":[{\"word\":\"ngịlị\",\"wordClass\":\"NNC\",\"definitions\":[\"intestines; bowels\"],\"examples\":[],\"variations\":[\"ǹgịlị afō\"],\"stems\":[\"ǹgịlị\"]}],\"ngìlìgò\":[{\"word\":\"ngìlìgò\",\"wordClass\":\"NNC\",\"definitions\":[\"crooked (of road)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹgịlị\"]}],\"ǹgịlị\":[{\"word\":\"ǹgịlị\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ngịlịga\":[{\"word\":\"ngịlịga\",\"wordClass\":\"NNC\",\"definitions\":[\"ragged; contemptible (compare nkịlịka)\"],\"examples\":[],\"variations\":[\"ngalịga\"],\"stems\":null}],\"-li ngo\":[{\"word\":\"-li ngo\",\"wordClass\":\"NNC\",\"definitions\":[\"receive money, reward, or bribe for services\"],\"examples\":[],\"variations\":[],\"stems\":[\"ngo\"]}],\"ngo\":[{\"word\":\"ngo\",\"wordClass\":\"NNC\",\"definitions\":[\"money, reward received for services rendered; bribe\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ngō\":[{\"word\":\"ngō\",\"wordClass\":\"NNC\",\"definitions\":[\"upper part, place\"],\"examples\":[{\"igbo\":\"Anà m àgbago ngō\",\"english\":\"I am going upwards\"}],\"variations\":[],\"stems\":null}],\"ngòli\":[{\"word\":\"ngòli\",\"wordClass\":\"NNC\",\"definitions\":[\"exultation; rejoicing (-gòli rejoice)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ngongo\":[{\"word\":\"ngongo\",\"wordClass\":\"NNC\",\"definitions\":[\"steep place\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kwụ ngò\":[{\"word\":\"-kwụ ngò\",\"wordClass\":\"NNC\",\"definitions\":[\"pay bride-price\"],\"examples\":[{\"igbo\":\"Ànyị nà-èje ịkwū ngò nnwa èzè m nà-àkwadebe ịnū\",\"english\":\"We are going to pay the bride-price of the princess I am preparing to marry\"}],\"variations\":[],\"stems\":[\"ngò\"]}],\"ngò\":[{\"word\":\"ngò\",\"wordClass\":\"NNC\",\"definitions\":[\"bride-wealth; deposit paid to wife's family which is refunded in the event of a divorce and remarriage\",\"crookedness; bend\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-li ngọ\":[{\"word\":\"-li ngọ\",\"wordClass\":\"NNC\",\"definitions\":[\"accept a bribe\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹgọ\"]}],\"-si ǹgọ\":[{\"word\":\"-si ǹgọ\",\"wordClass\":\"NNC\",\"definitions\":[\"doubt (obstinately)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹgọ\"]}],\"òsi ngọ\":[{\"word\":\"òsi ngọ\",\"wordClass\":\"AV\",\"definitions\":[\"doubter\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹgọ\",\"-si\"]}],\"ǹgọ\":[{\"word\":\"ǹgọ\",\"wordClass\":\"NNC\",\"definitions\":[\"bribe\",\"doubt\"],\"examples\":[{\"igbo\":\"Ọ nàlù yà ǹgọ wèe wèlụ yā n’ọlụ\",\"english\":\"He took a bribe from him before giving him a job\"}],\"variations\":[],\"stems\":[]}],\"-sọ ǹgòǹgò\":[{\"word\":\"-sọ ǹgòǹgò\",\"wordClass\":\"AV\",\"definitions\":[\"stagger; stumble\"],\"examples\":[{\"igbo\":\"Òyì gị nwaànyì gà-àkpatalụ gī ịsō ǹgòǹgò\",\"english\":\"Your girlfriend will cause you to stumble\"},{\"igbo\":\"Ọ bụlụ nà òfu mkpịsị akā gị gà-àkpatalụ gī ịsō ǹgòǹgò bepū yā\",\"english\":\"If one of your fingers causes you to stumble, cut it off\"}],\"variations\":[],\"stems\":[\"ǹgòǹgò\",\"-sọ\"]}],\"-tụ ǹgòǹgò\":[{\"word\":\"-tụ ǹgòǹgò\",\"wordClass\":\"AV\",\"definitions\":[\"rejoice (usually of women)\",\"(Nnoobi) rejoice (usually of women who combine their rejoicing with hopping)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹgòǹgò\",\"-tụ\"]}],\"ǹgòǹgò\":[{\"word\":\"ǹgòǹgò\",\"wordClass\":\"NNC\",\"definitions\":[\"stumbling; staggering\",\"joy; gladness\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ngu\":[{\"word\":\"ngu\",\"wordClass\":\"NNC\",\"definitions\":[\"long stick with hooked end for plucking fruits; crook\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ngùgù\":[{\"word\":\"ngùgù\",\"wordClass\":\"NNC\",\"definitions\":[\"780 large cowries = 13 ùkwù\"],\"examples\":[],\"variations\":[\"ngwùgwù\"],\"stems\":null}],\"ǹgùgù\":[{\"word\":\"ǹgùgù\",\"wordClass\":\"NNC\",\"definitions\":[\"ribs; lungs; loins; waist\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ngwa ngwa\":[{\"word\":\"ngwa ngwa\",\"wordClass\":\"NNC\",\"definitions\":[\"quickly\"],\"examples\":[],\"variations\":[],\"stems\":[\"ngwa\"]}],\"ngwa\":[{\"word\":\"ngwa\",\"wordClass\":\"NNC\",\"definitions\":[\"haste; swiftness\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹgwèlè anwū\":[{\"word\":\"ǹgwèlè anwū\",\"wordClass\":\"NNC\",\"definitions\":[\"\\\"iguana\\\"; monitor lizard (Varanus niloticus Linn.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹgwèlè\"]}],\"ǹgwèlè\":[{\"word\":\"ǹgwèlè\",\"wordClass\":\"NNC\",\"definitions\":[\"lizard (general term, including olubulu, but especially the common agama lizard (Agama agama Linn.); compare okpodi, which refers only to the male agama)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"akwalā ngwò\":[{\"word\":\"akwalā ngwò\",\"wordClass\":\"NNC\",\"definitions\":[\"fibre of stem of ngwò\"],\"examples\":[],\"variations\":[],\"stems\":[\"ngwò\"]}],\"mmanya ngwò\":[{\"word\":\"mmanya ngwò\",\"wordClass\":\"NNC\",\"definitions\":[\"raphia palm wine\"],\"examples\":[],\"variations\":[],\"stems\":[\"ngwò\"]}],\"ose ngwò\":[{\"word\":\"ose ngwò\",\"wordClass\":\"NNC\",\"definitions\":[\"raphia palm wine tapped from raphia palms at the river or stream bank\"],\"examples\":[],\"variations\":[],\"stems\":[\"ngwò\",\"ose\"]}],\"ngwò\":[{\"word\":\"ngwò\",\"wordClass\":\"NNC\",\"definitions\":[\"raphia palm (Raphia hookeri Mann and Wendl.); wine from the raphia palm (= ògòlò)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ngwò \":[{\"word\":\"ngwò \",\"wordClass\":\"NNC\",\"definitions\":[\"kind of skin disease; eczema (Yoruba ifo)\"],\"examples\":[],\"variations\":[\"ụgwò\"],\"stems\":null}],\"ǹgwò\":[{\"word\":\"ǹgwò\",\"wordClass\":\"NNC\",\"definitions\":[\"period of òmụgwò (seclusion following birth of a child); observation of òmụgwò\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹgwòlùǹgwọlụ\":[{\"word\":\"ǹgwòlùǹgwọlụ\",\"wordClass\":\"NNC\",\"definitions\":[\"(slang) food prepared by mashing together different kinds of\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹgwu\":[{\"word\":\"ǹgwu\",\"wordClass\":\"NNC\",\"definitions\":[\"tool for digging out yams (-gwu 1. dig)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ngwùgwù nnū\":[{\"word\":\"ngwùgwù nnū\",\"wordClass\":\"NNC\",\"definitions\":[\"block, parcel of salt\"],\"examples\":[],\"variations\":[],\"stems\":[\"ngwùgwù\"]}],\"ngwùgwù\":[{\"word\":\"ngwùgwù\",\"wordClass\":\"NNC\",\"definitions\":[\"parcel; bundle\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ǹgwùlù\":[{\"word\":\"ǹgwùlù\",\"wordClass\":\"NNC\",\"definitions\":[\"compound (of a dwelling)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹgwụ\":[{\"word\":\"ǹgwụ\",\"wordClass\":\"NNC\",\"definitions\":[\"type of bat found in ceilings (not edible)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ngwụcha arò\":[{\"word\":\"ngwụcha arò\",\"wordClass\":\"NNC\",\"definitions\":[\"end of year\"],\"examples\":[],\"variations\":[],\"stems\":[\"ngwụcha\"]}],\"ngwụcha\":[{\"word\":\"ngwụcha\",\"wordClass\":\"NNC\",\"definitions\":[\"end (-gwụcha end)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-dà ǹgwụlō\":[{\"word\":\"-dà ǹgwụlō\",\"wordClass\":\"NNC\",\"definitions\":[\"be lame\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹgwụlō\"]}],\"ǹgwụlō\":[{\"word\":\"ǹgwụlō\",\"wordClass\":\"NNC\",\"definitions\":[\"cripple; lame person\"],\"examples\":[{\"igbo\":\"Ǹgwụlō adīrọ àgba ọsō\",\"english\":\"A lame person never runs\"},{\"igbo\":\"Òyì m nwokē adàgo ngwụlọ\",\"english\":\"My friend has become crippled (fig.) lazy, powerless, person\"},{\"igbo\":\"Ǹgwụlō kà ị bù\",\"english\":\"Powerless person that you are!\"}],\"variations\":[],\"stems\":null}],\"-nibe\":[{\"word\":\"-nibe\",\"wordClass\":\"AV\",\"definitions\":[\"lay down, put down (child, sick person, corpse, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ni\"]}],\"-nido\":[{\"word\":\"-nido\",\"wordClass\":\"AV\",\"definitions\":[\"tether (an animal)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ni\"]}],\"-ninye\":[{\"word\":\"-ninye\",\"wordClass\":\"AV\",\"definitions\":[\"lay down\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ni\"]}],\"-ni\":[{\"word\":\"-ni\",\"wordClass\":\"AV\",\"definitions\":[\"put in a place; tie up (animals, canoes, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ònìnì\":[{\"word\":\"ònìnì\",\"wordClass\":\"NNC\",\"definitions\":[\"burial (from -nì bury)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-nìnye\":[{\"word\":\"-nìnye\",\"wordClass\":\"AV\",\"definitions\":[\"bury\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nì\"]}],\"-nì ozu\":[{\"word\":\"-nì ozu\",\"wordClass\":\"AV\",\"definitions\":[\"bury corpse\"],\"examples\":[{\"igbo\":\"Enìgo m#ozu nkịtā m nwūlụ ǹnyàafù\",\"english\":\"I have buried the body of my dog which died yesterday\"}],\"variations\":[],\"stems\":[\"-nì\",\"ozu\"]}],\"-fenì\":[{\"word\":\"-fenì\",\"wordClass\":\"NNC\",\"definitions\":[\"be shrivelled; shrivel\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nì\"]}],\"-kwụnì\":[{\"word\":\"-kwụnì\",\"wordClass\":\"NNC\",\"definitions\":[\"be tough\"],\"examples\":[{\"igbo\":\"Ọsè m zòlù n’ugbō ǹnyàafù èfenìgo\",\"english\":\"The pepper I transplanted in the farm yesterday has shrivelled up\"}],\"variations\":[],\"stems\":[\"-nì\"]}],\"-nì\":[{\"word\":\"-nì\",\"wordClass\":\"AV\",\"definitions\":[\"bury\",\"despise, overlook, endure (e.g. insult); forgive\",\"be tough, fibrous (like meat or tendon, ligament, etc.)\"],\"examples\":[{\"igbo\":\"Anà m anì mkpalị\",\"english\":\"I overlook insults\"},{\"igbo\":\"Anìgo m#ife ọjọō i mèlù m n’ọnwa gālụ aga\",\"english\":\"I have forgiven you your offence of last month\"},{\"igbo\":\"Anà m anì ọnwụ nnē m\",\"english\":\"I am enduring the death of my mother\"},{\"igbo\":\"Proverb: E nenìa nwiìtè ò gbọnyụa ọkū\",\"english\":\"If a small pot is despised it will bubble over with boiling water and extinguish the fire\"},{\"igbo\":\"Anụ ị nyelụ m#mè ndọnì\",\"english\":\"The piece of meat you gave me is tough\"}],\"variations\":[],\"stems\":[]}],\"niī\":[{\"word\":\"niī\",\"wordClass\":\"AV\",\"definitions\":[\"Take it! Here! (in offering something)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"fa niīne\":[{\"word\":\"fa niīne\",\"wordClass\":\"QTF\",\"definitions\":[\"all of them\"],\"examples\":[],\"variations\":[],\"stems\":[\"niīne\"]}],\"ụnù niīne\":[{\"word\":\"ụnù niīne\",\"wordClass\":\"QTF\",\"definitions\":[\"all of you\"],\"examples\":[{\"igbo\":\"Achòlù m kà ụnù niīne bịa\",\"english\":\"I want all of you to come or, I want you all to come\"}],\"variations\":[],\"stems\":[\"niīne\",\"ụnù\"]}],\"ùwà niīne\":[{\"word\":\"ùwà niīne\",\"wordClass\":\"QTF\",\"definitions\":[\"all over the world\"],\"examples\":[],\"variations\":[],\"stems\":[\"niīne\",\"ùwà\"]}],\"niīne\":[{\"word\":\"niīne\",\"wordClass\":\"QTF\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"-niri ọtọ\":[{\"word\":\"-niri ọtọ\",\"wordClass\":\"AV\",\"definitions\":[\"stand up\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ni-ri\"]}],\"-ni-ri\":[{\"word\":\"-ni-ri\",\"wordClass\":\"AV\",\"definitions\":[\"rise up; start; depart\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹja\":[{\"word\":\"ǹja\",\"wordClass\":\"NNC\",\"definitions\":[\"brass leg spiral (no longer worn)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹjàkìlì\":[{\"word\":\"ǹjàkìlì\",\"wordClass\":\"NNC\",\"definitions\":[\"friendly joking\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹje\":[{\"word\":\"ǹje\",\"wordClass\":\"NNC\",\"definitions\":[\"mosquito larva\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹjè\":[{\"word\":\"ǹjè\",\"wordClass\":\"NNC\",\"definitions\":[\"journey; going (-je 1. go)\"],\"examples\":[],\"variations\":[\"ǹjèm\"],\"stems\":null}],\"njenje\":[{\"word\":\"njenje\",\"wordClass\":\"NNC\",\"definitions\":[\"any type of 'hot drink' (spirits)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-ji nji\":[{\"word\":\"-ji nji\",\"wordClass\":\"NNC\",\"definitions\":[\"be black, dark\"],\"examples\":[{\"igbo\":\"Igwē nà-èji nji\",\"english\":\"The sky looks black\"},{\"igbo\":\"Àdâ jìnàrìlì Ọjì ǹji\",\"english\":\"Ada is darker than Ọjị (in complexion)\"}],\"variations\":[],\"stems\":[\"ǹji\"]}],\"ǹji\":[{\"word\":\"ǹji\",\"wordClass\":\"NNC\",\"definitions\":[\"blackness; darkness (-ji 3. be black)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"njìnà\":[{\"word\":\"njìnà\",\"wordClass\":\"\",\"definitions\":[\"see ejùnà\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"afọ njọ\":[{\"word\":\"afọ njọ\",\"wordClass\":\"NNC\",\"definitions\":[\"unkindness\"],\"examples\":[],\"variations\":[\"afọ njō\"],\"stems\":[\"ǹjọ\"]}],\"-jọ ǹjọ\":[{\"word\":\"-jọ ǹjọ\",\"wordClass\":\"NNC\",\"definitions\":[\"be bad, wicked, evil, ugly; refuse to share (especially food)\"],\"examples\":[{\"igbo\":\"Ọ dì ǹjọ\",\"english\":\"It is bad\"}],\"variations\":[],\"stems\":[\"ǹjọ\"]}],\"onye njọ\":[{\"word\":\"onye njọ\",\"wordClass\":\"NNC\",\"definitions\":[\"sinner; miserly, niggardly person\",\"sinner; niggardly person\"],\"examples\":[],\"variations\":[\"onye njō\"],\"stems\":[\"ǹjọ\",\"onye\"]}],\"ǹjọ\":[{\"word\":\"ǹjọ\",\"wordClass\":\"NNC\",\"definitions\":[\"evil; badness; wickedness; sin\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹju īko\":[{\"word\":\"ǹju īko\",\"wordClass\":\"NNC\",\"definitions\":[\"cupful\"],\"examples\":[{\"igbo\":\"Bikō mànyelụ m#ǹju īko gàrị naàbò\",\"english\":\"Please measure out two cupfuls of garri for me\"}],\"variations\":[],\"stems\":[\"ǹju\"]}],\"ǹju ōnụ\":[{\"word\":\"ǹju ōnụ\",\"wordClass\":\"NNC\",\"definitions\":[\"mouthful\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹju\"]}],\"ǹju\":[{\"word\":\"ǹju\",\"wordClass\":\"NNC\",\"definitions\":[\"one full measure\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"njùnà\":[{\"word\":\"njùnà\",\"wordClass\":\"\",\"definitions\":[\"see ejùnà\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nka\":[{\"word\":\"nka\",\"wordClass\":\"NNC\",\"definitions\":[\"old age; oldness\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"onye ǹkà\":[{\"word\":\"onye ǹkà\",\"wordClass\":\"NNC\",\"definitions\":[\"craftsman; skilled workman; artist; sculptor; designer\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹkà\",\"onye\"]}],\"ǹkaà\":[{\"word\":\"ǹkaà\",\"wordClass\":\"NNC\",\"definitions\":[\"this (assimilated form of ǹke à)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹkà\"]}],\"ǹkaà nụnwà\":[{\"word\":\"ǹkaà nụnwà\",\"wordClass\":\"NNC\",\"definitions\":[\"this (particular) one\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹkà\"]}],\"arò ǹkaà\":[{\"word\":\"arò ǹkaà\",\"wordClass\":\"NNC\",\"definitions\":[\"this year\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹkà\"]}],\"ǹkà\":[{\"word\":\"ǹkà\",\"wordClass\":\"NNC\",\"definitions\":[\"art\"],\"examples\":[{\"igbo\":\"Ǹkà adīrọ n’ife ọ pìlì\",\"english\":\"There is no art in what he carved\"}],\"variations\":[],\"stems\":null}],\"ǹkakwū\":[{\"word\":\"ǹkakwū\",\"wordClass\":\"NNC\",\"definitions\":[\"Musk Shrew (Crocidura spp.), a small, sharp-nosed creature which feeds on insects and protects itself with an obnoxious smell\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nkàta\":[{\"word\":\"nkàta\",\"wordClass\":\"NNC\",\"definitions\":[\"conversation (from -kà 4. speak)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kpà ǹkàtà\":[{\"word\":\"-kpà ǹkàtà\",\"wordClass\":\"NNC\",\"definitions\":[\"make, weave basket\",\"type of fish-trap\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹkàtà\"]}],\"ǹkàtà\":[{\"word\":\"ǹkàtà\",\"wordClass\":\"NNC\",\"definitions\":[\"round basket\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹke à\":[{\"word\":\"ǹke à\",\"wordClass\":\"NNC\",\"definitions\":[\"this (one)\"],\"examples\":[],\"variations\":[\"ǹkaà\"],\"stems\":[\"ǹkè\"]}],\"ǹkè afù\":[{\"word\":\"ǹkè afù\",\"wordClass\":\"NNC\",\"definitions\":[\"that (one)\"],\"examples\":[],\"variations\":[\"ǹkàafù\"],\"stems\":[\"ǹkè\"]}],\"ǹke ātọ\":[{\"word\":\"ǹke ātọ\",\"wordClass\":\"NNC\",\"definitions\":[\"(the) third\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹkè\"]}],\"ǹke ānyị\":[{\"word\":\"ǹke ānyị\",\"wordClass\":\"NNC\",\"definitions\":[\"our; ours\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹkè\"]}],\"ǹkè irū\":[{\"word\":\"ǹkè irū\",\"wordClass\":\"NNC\",\"definitions\":[\"the one to come, expected\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹkè\"]}],\"ǹke ìbùa\":[{\"word\":\"ǹke ìbùa\",\"wordClass\":\"NNC\",\"definitions\":[\"(the) second\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹkè\"]}],\"ǹke ītọ\":[{\"word\":\"ǹke ītọ\",\"wordClass\":\"NNC\",\"definitions\":[\"(the) third\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹkè\"]}],\"ǹkè m\":[{\"word\":\"ǹkè m\",\"wordClass\":\"NNC\",\"definitions\":[\"mine; my own\"],\"examples\":[],\"variations\":[\"ǹkè mụ nwà\"],\"stems\":[\"ǹkè\"]}],\"ǹke mbụ\":[{\"word\":\"ǹke mbụ\",\"wordClass\":\"NNC\",\"definitions\":[\"(the) first\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹkè\"]}],\"ǹke òne ndị\":[{\"word\":\"ǹke òne ndị\",\"wordClass\":\"NNC\",\"definitions\":[\"whose? (pl.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹkè\"]}],\"ǹke ōnye\":[{\"word\":\"ǹke ōnye\",\"wordClass\":\"NNC\",\"definitions\":[\"whose?\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹkè\"]}],\"ǹke òbụnà\":[{\"word\":\"ǹke òbụnà\",\"wordClass\":\"NNC\",\"definitions\":[\"whichever; either\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹkè\"]}],\"ǹke ōzọ\":[{\"word\":\"ǹke ōzọ\",\"wordClass\":\"NNC\",\"definitions\":[\"the other\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹkè\"]}],\"ǹkè ụnù\":[{\"word\":\"ǹkè ụnù\",\"wordClass\":\"PRN\",\"definitions\":[\"your (pl.); yours\",\"your; yours\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹkè\",\"ụnù\"]}],\"ǹkè ya\":[{\"word\":\"ǹkè ya\",\"wordClass\":\"PRN\",\"definitions\":[\"his; her; hers; its\"],\"examples\":[],\"variations\":[\"ǹkè nya nwà\"],\"stems\":[\"ǹkè\",\"ya\"]}],\"onye ǹkè\":[{\"word\":\"onye ǹkè\",\"wordClass\":\"NNC\",\"definitions\":[\"relation; supporter\"],\"examples\":[{\"igbo\":\"Ọ bụlụ nà onye ǹke ōnye enyērọlụ ya aka, ò bùzì ònyê dì ịtūkwàsì obì?\",\"english\":\"If one's relation (supporter) does not help one, who else is worthy of trust?\"}],\"variations\":[],\"stems\":[\"ǹkè\",\"onye\"]}],\"ǹkè\":[{\"word\":\"ǹkè\",\"wordClass\":\"NNC\",\"definitions\":[\"that of x\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nkekele\":[{\"word\":\"nkekele\",\"wordClass\":\"NNC\",\"definitions\":[\"shell\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nwa nkenke\":[{\"word\":\"nwa nkenke\",\"wordClass\":\"NNC\",\"definitions\":[\"very short\",\"very short (compare nkenke)\"],\"examples\":[],\"variations\":[],\"stems\":[\"nkenke\",\"ǹnwa\"]}],\"nkenke\":[{\"word\":\"nkenke\",\"wordClass\":\"NNC\",\"definitions\":[\"shortness\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹkenū\":[{\"word\":\"ǹkenū\",\"wordClass\":\"NNC\",\"definitions\":[\"small bird which nods its head\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-dọ ǹkì\":[{\"word\":\"-dọ ǹkì\",\"wordClass\":\"NNC\",\"definitions\":[\"cut face, body marks; tattoo\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹkì\"]}],\"-tù ǹkì\":[{\"word\":\"-tù ǹkì\",\"wordClass\":\"NNC\",\"definitions\":[\"cut face, body marks; tattoo\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹkì\"]}],\"ǹkì\":[{\"word\":\"ǹkì\",\"wordClass\":\"NNC\",\"definitions\":[\"face or body mark; tattoo\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nkịlịka mmādù\":[{\"word\":\"nkịlịka mmādù\",\"wordClass\":\"NNC\",\"definitions\":[\"rough, rascally person\"],\"examples\":[],\"variations\":[],\"stems\":[\"nkịlịka\"]}],\"nkịlịka\":[{\"word\":\"nkịlịka\",\"wordClass\":\"NNC\",\"definitions\":[\"raggedness; contemptible state (more used to refer to people than ngịlịga)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òlòma nkịlịsị\":[{\"word\":\"òlòma nkịlịsị\",\"wordClass\":\"NNC\",\"definitions\":[\"lime (literally small orange)\",\"lime (Citrus aurantifolia Swingle)\"],\"examples\":[],\"variations\":[],\"stems\":[\"nkịlịsị\",\"òlòma\"]}],\"nkịlịsị\":[{\"word\":\"nkịlịsị\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nkịta ọfīa\":[{\"word\":\"nkịta ọfīa\",\"wordClass\":\"NNC\",\"definitions\":[\"tree bear or Ashanti tree-hyrax (Dendrohyrax dorsalis sylvestris Temm.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"nkịtā\",\"ọfịa\"]}],\"nkịtā\":[{\"word\":\"nkịtā\",\"wordClass\":\"NNC\",\"definitions\":[\"dog\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-gbachi nkịtì\":[{\"word\":\"-gbachi nkịtì\",\"wordClass\":\"NNC\",\"definitions\":[\"keep silence; refrain from answering; endure\"],\"examples\":[],\"variations\":[],\"stems\":[\"nkịtì\"]}],\"-gba nkịtì\":[{\"word\":\"-gba nkịtì\",\"wordClass\":\"NNC\",\"definitions\":[\"be silent; endure (an insult, provocation)\"],\"examples\":[],\"variations\":[],\"stems\":[\"nkịtì\"]}],\"nkịtì\":[{\"word\":\"nkịtì\",\"wordClass\":\"NNC\",\"definitions\":[\"silence\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-tọgbò ǹkịtị\":[{\"word\":\"-tọgbò ǹkịtị\",\"wordClass\":\"NNC\",\"definitions\":[\"be empty, desolate, neglected\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹkịtị\"]}],\"ǹkịtị\":[{\"word\":\"ǹkịtị\",\"wordClass\":\"NNC\",\"definitions\":[\"nothing; simple, common, ordinary, good-for-nothing thing or person\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹkò ụzò ajā\":[{\"word\":\"ǹkò ụzò ajā\",\"wordClass\":\"NNC\",\"definitions\":[\"hook attached to window to keep it steady and prevent the glass from being shattered by the wind\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹkò\"]}],\"ǹkò\":[{\"word\":\"ǹkò\",\"wordClass\":\"NNC\",\"definitions\":[\"hook (-kò 2. hook)\",\"tool with curved edge for hollowing out a canoe\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"nkonko\":[{\"word\":\"nkonko\",\"wordClass\":\"NNC\",\"definitions\":[\"empty container\"],\"examples\":[],\"variations\":[\"okoko\"],\"stems\":null}],\"nkọ\":[{\"word\":\"nkọ\",\"wordClass\":\"NNC\",\"definitions\":[\"sharpness; intelligence; nimbleness; acuteness\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nkọ \":[{\"word\":\"nkọ \",\"wordClass\":\"NNC\",\"definitions\":[\"side\"],\"examples\":[{\"igbo\":\"Dinā nkọ\",\"english\":\"Lie on your side\"}],\"variations\":[\"ǹkọ\"],\"stems\":null}],\"nkọwa\":[{\"word\":\"nkọwa\",\"wordClass\":\"NNC\",\"definitions\":[\"explanation (-kọwa explain)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-ti ǹkù\":[{\"word\":\"-ti ǹkù\",\"wordClass\":\"AV\",\"definitions\":[\"flap wings\",\"flap wings afeleIf you are not careful you will break the egg in the plate\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹkù\",\"-ti\"]}],\"ǹkù umē\":[{\"word\":\"ǹkù umē\",\"wordClass\":\"NNC\",\"definitions\":[\"breath (-kù ume breathe)\",\"breath\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹkù\",\"ume\"]}],\"(àkpịlī) -kpọ nkụ\":[{\"word\":\"(àkpịlī) -kpọ nkụ\",\"wordClass\":\"NNC\",\"definitions\":[\"be intensely thirsty\"],\"examples\":[],\"variations\":[],\"stems\":[\"nkụ\"]}],\"azù nkụ\":[{\"word\":\"azù nkụ\",\"wordClass\":\"NNC\",\"definitions\":[\"stockfish (compare okpòloko)\"],\"examples\":[],\"variations\":[],\"stems\":[\"nkụ\"]}],\"-kpọ nkụ\":[{\"word\":\"-kpọ nkụ\",\"wordClass\":\"NNC\",\"definitions\":[\"to dry up\"],\"examples\":[{\"igbo\":\"Akwụkwọ afù àkpọgo nkū\",\"english\":\"The leaf has dried up\"}],\"variations\":[],\"stems\":[\"nkụ\"]}],\"okpì nkū\":[{\"word\":\"okpì nkū\",\"wordClass\":\"NNC\",\"definitions\":[\"hard wood\"],\"examples\":[],\"variations\":[],\"stems\":[\"nkụ\",\"okpì\"]}],\"onye nkū\":[{\"word\":\"onye nkū\",\"wordClass\":\"NNC\",\"definitions\":[\"wood-cutter or gatherer\"],\"examples\":[],\"variations\":[],\"stems\":[\"nkụ\",\"onye\"]}],\"òkpụkpọ nkụ\":[{\"word\":\"òkpụkpọ nkụ\",\"wordClass\":\"NNC\",\"definitions\":[\"drought; dryness\"],\"examples\":[],\"variations\":[\"òkpụkpọ nkū\"],\"stems\":[\"nkụ\"]}],\"ònòkò nkū\":[{\"word\":\"ònòkò nkū\",\"wordClass\":\"NNC\",\"definitions\":[\"half-burnt piece of wood\"],\"examples\":[],\"variations\":[],\"stems\":[\"nkụ\",\"ònòkò\"]}],\"ùkwù nkū\":[{\"word\":\"ùkwù nkū\",\"wordClass\":\"NNC\",\"definitions\":[\"bundle of firewood\"],\"examples\":[],\"variations\":[],\"stems\":[\"nkụ\",\"ùkwù\"]}],\"nkụ\":[{\"word\":\"nkụ\",\"wordClass\":\"NNC\",\"definitions\":[\"wood; dry wood; firewood\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"onye nkụzi\":[{\"word\":\"onye nkụzi\",\"wordClass\":\"AV\",\"definitions\":[\"teacher\",\"teacher; instructor\"],\"examples\":[{\"igbo\":\"Abù m onye nkụzi\",\"english\":\"I am a teacher\"}],\"variations\":[],\"stems\":[\"nkụzi\",\"onye\",\"-zi\"]}],\"onye nkụzi ụkà\":[{\"word\":\"onye nkụzi ụkà\",\"wordClass\":\"NNC\",\"definitions\":[\"church teacher; catechist\",\"church teacher; catechist; person who assists the clergyman or catechist in the Ministry\"],\"examples\":[],\"variations\":[],\"stems\":[\"nkụzi\",\"onye\"]}],\"nkụzi\":[{\"word\":\"nkụzi\",\"wordClass\":\"NNC\",\"definitions\":[\"teaching; instruction\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kwe nkwà\":[{\"word\":\"-kwe nkwà\",\"wordClass\":\"NNC\",\"definitions\":[\"make promise; give pledge\"],\"examples\":[{\"igbo\":\"Ọ kwèlù m nkwà\",\"english\":\"He promised me\"}],\"variations\":[],\"stems\":[\"nkwà\"]}],\"nkwà\":[{\"word\":\"nkwà\",\"wordClass\":\"NNC\",\"definitions\":[\"promise\",\"drum\"],\"examples\":[{\"igbo\":\"Nkwà kà ọ bù\",\"english\":\"It is a promise\"}],\"variations\":[],\"stems\":[]}],\"Ǹkwọ\":[{\"word\":\"Ǹkwọ\",\"wordClass\":\"NNC\",\"definitions\":[\"Igbo market day following Àfò, personified as an alūsị\"],\"examples\":[{\"igbo\":\"Echi bù Ǹkwọ\",\"english\":\"Tomorrow is Nkwọ\"},{\"igbo\":\"Otu Nkwọ\",\"english\":\"Onitsha main market\"}],\"variations\":[],\"stems\":null}],\"ǹkwọ\":[{\"word\":\"ǹkwọ\",\"wordClass\":\"NNC\",\"definitions\":[\"grater (-kwọ 1. grate)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nkwụ enū\":[{\"word\":\"nkwụ enū\",\"wordClass\":\"NNC\",\"definitions\":[\"\\\"up-wine\\\" from crown of nkwụ\"],\"examples\":[],\"variations\":[],\"stems\":[\"nkwụ\"]}],\"arụrụ nkwū\":[{\"word\":\"arụrụ nkwū\",\"wordClass\":\"NNC\",\"definitions\":[\"earwig\"],\"examples\":[],\"variations\":[],\"stems\":[\"nkwụ\"]}],\"-te nkwụ\":[{\"word\":\"-te nkwụ\",\"wordClass\":\"AV\",\"definitions\":[\"tap oil palm for wine\",\"tap palmtree for wine\"],\"examples\":[],\"variations\":[],\"stems\":[\"nkwụ\",\"-te\"]}],\"nkwụ\":[{\"word\":\"nkwụ\",\"wordClass\":\"NNC\",\"definitions\":[\"oil palm (Elaeis guineensis Jacq.); palm wine from nkwụ\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹla\":[{\"word\":\"ǹla\",\"wordClass\":\"NNC\",\"definitions\":[\"kind of children’s ailment (rash); tinea carcinata (compare òkpụ īsi tinea capitis)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"obì nlò\":[{\"word\":\"obì nlò\",\"wordClass\":\"NNC\",\"definitions\":[\"tenderness\",\"tenderness; tender-heartedness\"],\"examples\":[{\"igbo\":\"Enwèlù m obì nlò\",\"english\":\"I am tender-hearted\"}],\"variations\":[],\"stems\":[\"nlò\",\"obì\"]}],\"nlò\":[{\"word\":\"nlò\",\"wordClass\":\"NNC\",\"definitions\":[\"softness\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nlọ\":[{\"word\":\"nlọ\",\"wordClass\":\"NNC\",\"definitions\":[\"dream\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nlọgò\":[{\"word\":\"nlọgò\",\"wordClass\":\"NNC\",\"definitions\":[\"crookedness; bend; winding, sinuous, tortuous condition (from -lọgò be bent)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nnǎ dī\":[{\"word\":\"nnǎ dī\",\"wordClass\":\"NNC\",\"definitions\":[\"father-in-law (more personal and affectionate than nnā dī)\"],\"examples\":[{\"igbo\":\"Nnǎ dī m gà-àzụtalụ m#ife n’Ònìchà o jèlù\",\"english\":\"My father-in-law is going to buy me a present from Ọnịcha\"}],\"variations\":[],\"stems\":[\"nnà\"]}],\"nnā dī\":[{\"word\":\"nnā dī\",\"wordClass\":\"NNC\",\"definitions\":[\"(more formal than nnǎ dī) father-in-law\"],\"examples\":[{\"igbo\":\"Nnā dī m àbịago ịfū di m#àrụ nà-esògbu\",\"english\":\"My husband's father has come to see my sick husband\"}],\"variations\":[],\"stems\":[\"nnà\"]}],\"nnà egwū\":[{\"word\":\"nnà egwū\",\"wordClass\":\"NNC\",\"definitions\":[\"patron (of dancing society)\"],\"examples\":[],\"variations\":[],\"stems\":[\"nnà\"]}],\"nnà milichukwu\":[{\"word\":\"nnà milichukwu\",\"wordClass\":\"NNC\",\"definitions\":[\"godfather\"],\"examples\":[],\"variations\":[],\"stems\":[\"nnà\"]}],\"nnà ochīè\":[{\"word\":\"nnà ochīè\",\"wordClass\":\"NNC\",\"definitions\":[\"mother's father; ancestor\"],\"examples\":[],\"variations\":[],\"stems\":[\"nnà\"]}],\"nnà ukwu\":[{\"word\":\"nnà ukwu\",\"wordClass\":\"NNC\",\"definitions\":[\"master; employer; boss\"],\"examples\":[],\"variations\":[],\"stems\":[\"nnà\"]}],\"afà nnà\":[{\"word\":\"afà nnà\",\"wordClass\":\"NNC\",\"definitions\":[\"father's name\"],\"examples\":[],\"variations\":[],\"stems\":[\"nnà\"]}],\"àkù nnà\":[{\"word\":\"àkù nnà\",\"wordClass\":\"NNC\",\"definitions\":[\"patrimony\"],\"examples\":[],\"variations\":[],\"stems\":[\"nnà\"]}],\"nwa nnà\":[{\"word\":\"nwa nnà\",\"wordClass\":\"NNC\",\"definitions\":[\"brother, sister (not of the same mother); relative; blood relation\"],\"examples\":[],\"variations\":[],\"stems\":[\"nnà\",\"ǹnwa\"]}],\"nwunyè nnà\":[{\"word\":\"nwunyè nnà\",\"wordClass\":\"NNC\",\"definitions\":[\"stepmother\"],\"examples\":[],\"variations\":[],\"stems\":[\"nnà\",\"-nwu\"]}],\"nnà\":[{\"word\":\"nnà\",\"wordClass\":\"NNC\",\"definitions\":[\"father\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kpa ǹnà\":[{\"word\":\"-kpa ǹnà\",\"wordClass\":\"NNC\",\"definitions\":[\"be miserly\"],\"examples\":[{\"igbo\":\"Ndi nā-akpā ǹnà adīrọ ènwe òyì\",\"english\":\"Miserly people hardly have friends\"}],\"variations\":[],\"stems\":[\"ǹnà\"]}],\"onye ǹnà\":[{\"word\":\"onye ǹnà\",\"wordClass\":\"NNC\",\"definitions\":[\"miser\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹnà\",\"onye\"]}],\"ǹnà\":[{\"word\":\"ǹnà\",\"wordClass\":\"NNC\",\"definitions\":[\"miserliness; closefistedness; meanness; niggardliness; stinginess; selfishness\",\"fish weevil\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ǹnàgbuledè\":[{\"word\":\"ǹnàgbuledè\",\"wordClass\":\"NNC\",\"definitions\":[\"wild cat\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nne dī\":[{\"word\":\"nne dī\",\"wordClass\":\"NNC\",\"definitions\":[\"husband's mother\"],\"examples\":[],\"variations\":[],\"stems\":[\"nne\"]}],\"nne egwū\":[{\"word\":\"nne egwū\",\"wordClass\":\"NNC\",\"definitions\":[\"patroness of a dancing-club, musical group, etc.\"],\"examples\":[],\"variations\":[],\"stems\":[\"nne\"]}],\"nne milichukwu\":[{\"word\":\"nne milichukwu\",\"wordClass\":\"NNC\",\"definitions\":[\"godmother\"],\"examples\":[],\"variations\":[],\"stems\":[\"nne\"]}],\"nne nnà\":[{\"word\":\"nne nnà\",\"wordClass\":\"NNC\",\"definitions\":[\"paternal grandmother\"],\"examples\":[],\"variations\":[],\"stems\":[\"nne\"]}],\"nne nnē\":[{\"word\":\"nne nnē\",\"wordClass\":\"NNC\",\"definitions\":[\"maternal grandmother\"],\"examples\":[],\"variations\":[],\"stems\":[\"nne\"]}],\"nne nwunyè\":[{\"word\":\"nne nwunyè\",\"wordClass\":\"NNC\",\"definitions\":[\"mother-in-law\"],\"examples\":[],\"variations\":[],\"stems\":[\"nne\"]}],\"nne ochīè\":[{\"word\":\"nne ochīè\",\"wordClass\":\"NNC\",\"definitions\":[\"maternal grandmother\"],\"examples\":[],\"variations\":[],\"stems\":[\"nne\",\"oche\"]}],\"nne ukwu\":[{\"word\":\"nne ukwu\",\"wordClass\":\"NNC\",\"definitions\":[\"mistress; manageress; female head or director\"],\"examples\":[],\"variations\":[],\"stems\":[\"nne\"]}],\"nne\":[{\"word\":\"nne\",\"wordClass\":\"NNC\",\"definitions\":[\"mother\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-ri nnē\":[{\"word\":\"-ri nnē\",\"wordClass\":\"NNC\",\"definitions\":[\"be many, much, numerous, plentiful, plenty; be abundant, very much\"],\"examples\":[],\"variations\":[],\"stems\":[\"nnē\"]}],\"-ru nnē\":[{\"word\":\"-ru nnē\",\"wordClass\":\"NNC\",\"definitions\":[\"grow (of tuber); grow to be more than average size (of tuber)\"],\"examples\":[],\"variations\":[],\"stems\":[\"nnē\"]}],\"nnē\":[{\"word\":\"nnē\",\"wordClass\":\"NNC\",\"definitions\":[\"many; plenty\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nnekwu ọcha\":[{\"word\":\"nnekwu ọcha\",\"wordClass\":\"NNC\",\"definitions\":[\"white hen\"],\"examples\":[{\"igbo\":\"Agà m ègbu òfu nnekwu ọcha taàtà\",\"english\":\"I am going to kill a white hen to-day\"}],\"variations\":[],\"stems\":[\"nnekwu\",\"ọcha\"]}],\"nnekwu\":[{\"word\":\"nnekwu\",\"wordClass\":\"NNC\",\"definitions\":[\"hen\"],\"examples\":[],\"variations\":[\"nnekwū\"],\"stems\":null}],\"ǹnekwu\":[{\"word\":\"ǹnekwu\",\"wordClass\":\"NNC\",\"definitions\":[\"size; bigness; importance; (nnē + ukwu)\"],\"examples\":[{\"igbo\":\"Mmadū à dì ǹnukwu\",\"english\":\"This man is big/important obvious\"}],\"variations\":[\"ǹnukwu\",\"nnekwū\",\"nnukwū\"],\"stems\":null}],\"nni akpū\":[{\"word\":\"nni akpū\",\"wordClass\":\"NNC\",\"definitions\":[\"fufu (cassava)\"],\"examples\":[],\"variations\":[],\"stems\":[\"nni\"]}],\"nni edè\":[{\"word\":\"nni edè\",\"wordClass\":\"NNC\",\"definitions\":[\"pounded cocoyam\"],\"examples\":[],\"variations\":[],\"stems\":[\"nni\"]}],\"nni efìfìè\":[{\"word\":\"nni efìfìè\",\"wordClass\":\"NNC\",\"definitions\":[\"lunch\"],\"examples\":[],\"variations\":[],\"stems\":[\"nni\"]}],\"nni egbè\":[{\"word\":\"nni egbè\",\"wordClass\":\"NNC\",\"definitions\":[\"cartridge\"],\"examples\":[],\"variations\":[],\"stems\":[\"nni\"]}],\"nni jī\":[{\"word\":\"nni jī\",\"wordClass\":\"NNC\",\"definitions\":[\"pounded yam\"],\"examples\":[],\"variations\":[],\"stems\":[\"nni\"]}],\"nni ògbàdụ\":[{\"word\":\"nni ògbàdụ\",\"wordClass\":\"NNC\",\"definitions\":[\"agidi (see nni ọkà)\"],\"examples\":[],\"variations\":[],\"stems\":[\"nni\"]}],\"nni ọkà\":[{\"word\":\"nni ọkà\",\"wordClass\":\"NNC\",\"definitions\":[\"agidi; food prepared from maize by grinding, sifting, boiling until thick and stiff and sometimes wrapping in leaves for selling\",\"pap; àgìdi\"],\"examples\":[],\"variations\":[],\"stems\":[\"nni\",\"ọkà\"]}],\"nni ọlà\":[{\"word\":\"nni ọlà\",\"wordClass\":\"NNC\",\"definitions\":[\"yesterday's food; stale food\",\"remains of yesterday's food\"],\"examples\":[],\"variations\":[],\"stems\":[\"nni\",\"ọlà\"]}],\"nni nnùnù\":[{\"word\":\"nni nnùnù\",\"wordClass\":\"NNC\",\"definitions\":[\"corn, millet grain; chicken food\"],\"examples\":[],\"variations\":[],\"stems\":[\"nni\"]}],\"nni ūchichì\":[{\"word\":\"nni ūchichì\",\"wordClass\":\"NNC\",\"definitions\":[\"late supper\"],\"examples\":[],\"variations\":[],\"stems\":[\"nni\"]}],\"nni ūtụtù\":[{\"word\":\"nni ūtụtù\",\"wordClass\":\"NNC\",\"definitions\":[\"breakfast\"],\"examples\":[],\"variations\":[],\"stems\":[\"nni\",\"ùtụtù\"]}],\"ajō nni\":[{\"word\":\"ajō nni\",\"wordClass\":\"NNC\",\"definitions\":[\"bad cooking\"],\"examples\":[],\"variations\":[],\"stems\":[\"nni\"]}],\"-ra nni\":[{\"word\":\"-ra nni\",\"wordClass\":\"AV\",\"definitions\":[\"knead pounded food in plate, mortar, etc.\"],\"examples\":[],\"variations\":[],\"stems\":[\"nni\",\"-ra\"]}],\"-ta nni\":[{\"word\":\"-ta nni\",\"wordClass\":\"AV\",\"definitions\":[\"graze (of animals)\"],\"examples\":[],\"variations\":[],\"stems\":[\"nni\",\"-ta\"]}],\"-wè nni\":[{\"word\":\"-wè nni\",\"wordClass\":\"AV\",\"definitions\":[\"reap; harvest (literally take food)\"],\"examples\":[],\"variations\":[],\"stems\":[\"nni\",\"-wè\"]}],\"òwùwè nnī\":[{\"word\":\"òwùwè nnī\",\"wordClass\":\"NNC\",\"definitions\":[\"harvest; crop\"],\"examples\":[],\"variations\":[],\"stems\":[\"nni\"]}],\"nni\":[{\"word\":\"nni\",\"wordClass\":\"NNC\",\"definitions\":[\"food\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"Ǹnòdụ\":[{\"word\":\"Ǹnòdụ\",\"wordClass\":\"NNP\",\"definitions\":[\"shortened form of the name Nòdụlụm#or Nònyelụm#\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹnọò\":[{\"word\":\"ǹnọò\",\"wordClass\":\"INTJ\",\"definitions\":[\"welcome! (greeting to visitors or to someone passed on the way)\"],\"examples\":[],\"variations\":[\"ǹnụà\"],\"stems\":null}],\"nnu ākanwụ\":[{\"word\":\"nnu ākanwụ\",\"wordClass\":\"NNC\",\"definitions\":[\"potash stone\"],\"examples\":[],\"variations\":[],\"stems\":[\"nnu\"]}],\"nnu oyìbo\":[{\"word\":\"nnu oyìbo\",\"wordClass\":\"NNC\",\"definitions\":[\"sugar (imported)\"],\"examples\":[],\"variations\":[],\"stems\":[\"nnu\"]}],\"nnu ụtabà\":[{\"word\":\"nnu ụtabà\",\"wordClass\":\"NNC\",\"definitions\":[\"potash stone\"],\"examples\":[],\"variations\":[],\"stems\":[\"nnu\"]}],\"-tụ nnu\":[{\"word\":\"-tụ nnu\",\"wordClass\":\"AV\",\"definitions\":[\"season with salt\"],\"examples\":[],\"variations\":[],\"stems\":[\"nnu\",\"-tụ\"]}],\"-tụnye nnu\":[{\"word\":\"-tụnye nnu\",\"wordClass\":\"AV\",\"definitions\":[\"season with salt; (fig.) exaggerate, make more interesting (of story); embellish\",\"season with salt\",\"(fig.) exaggerate; make more interesting (of story); embellish\"],\"examples\":[],\"variations\":[],\"stems\":[\"nnu\",\"-tụ\"]}],\"nnu\":[{\"word\":\"nnu\",\"wordClass\":\"NNC\",\"definitions\":[\"salt\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹnukwu\":[{\"word\":\"ǹnukwu\",\"wordClass\":\"\",\"definitions\":[\"see ǹnekwu\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nnù egō\":[{\"word\":\"nnù egō\",\"wordClass\":\"NNC\",\"definitions\":[\"twenty pounds (= 400 shillings)\"],\"examples\":[],\"variations\":[],\"stems\":[\"nnù\"]}],\"nnù\":[{\"word\":\"nnù\",\"wordClass\":\"NNC\",\"definitions\":[\"400\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹnụà\":[{\"word\":\"ǹnụà\",\"wordClass\":\"\",\"definitions\":[\"see ǹnọò\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nnùnù\":[{\"word\":\"nnùnù\",\"wordClass\":\"NNC\",\"definitions\":[\"bird (generic)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nwaàdikē\":[{\"word\":\"nwaàdikē\",\"wordClass\":\"NNC\",\"definitions\":[\"warrior; hero\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹnwa\"]}],\"nwa afō\":[{\"word\":\"nwa afō\",\"wordClass\":\"NNC\",\"definitions\":[\"freeborn child\"],\"examples\":[],\"variations\":[\"nnwa afō nwa āgbọò\",\"āgbọghò\",\"āgbọghọbìà\"],\"stems\":[\"ǹnwa\"]}],\"nwa bī be\":[{\"word\":\"nwa bī be\",\"wordClass\":\"NNC\",\"definitions\":[\"child living in one's house\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹnwa\"]}],\"nwadiànì\":[{\"word\":\"nwadiànì\",\"wordClass\":\"NNC\",\"definitions\":[\"social name of a child in his mother's family, home, locality, village or birthplace e.g. Each of the children of a woman who hails from Obi's family is known as a nwadiànì among Obi's family and kin. If a child's home town is Nneewi but his mother's birthplace is Nnoobi, that child is a nwadiànì at Nnoobi; if the mother's birthplace is the United States the child when in Nigeria is said to be nwadiànì in the United States\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹnwa\"]}],\"nwa di ọtā\":[{\"word\":\"nwa di ọtā\",\"wordClass\":\"NNC\",\"definitions\":[\"hunter's attendant\"],\"examples\":[],\"variations\":[\"nwa di ntā\"],\"stems\":[\"ǹnwa\"]}],\"nwa ègwu\":[{\"word\":\"nwa ègwu\",\"wordClass\":\"NNC\",\"definitions\":[\"doll\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹnwa\"]}],\"nwa ezè alā ajā\":[{\"word\":\"nwa ezè alā ajā\",\"wordClass\":\"NNC\",\"definitions\":[\"instep of foot (literally the king's baby never licks the sand)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹnwa\"]}],\"nwa kā ibè ya\":[{\"word\":\"nwa kā ibè ya\",\"wordClass\":\"NNC\",\"definitions\":[\"form of praise for one who excels his colleagues; first among equals\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹnwa\"]}],\"nwa mgbèyì\":[{\"word\":\"nwa mgbèyì\",\"wordClass\":\"NNC\",\"definitions\":[\"orphan; destitute child\"],\"examples\":[],\"variations\":[\"nwa ogbènyè\"],\"stems\":[\"ǹnwa\"]}],\"nwa mkpùkpù mmē\":[{\"word\":\"nwa mkpùkpù mmē\",\"wordClass\":\"NNC\",\"definitions\":[\"newborn infant\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹnwa\"]}],\"nwa nnabè\":[{\"word\":\"nwa nnabè\",\"wordClass\":\"NNC\",\"definitions\":[\"echo (compare òkpọnàkpọ òkù)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹnwa\"]}],\"nwannē\":[{\"word\":\"nwannē\",\"wordClass\":\"NNC\",\"definitions\":[\"brother, sister (strictly of same mother but also brother, sister of same father but not of same mother, i.e. half-brother and sister); sibling, relative; blood relation; also used as term of address to a close friend\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹnwa\"]}],\"nwanne afō\":[{\"word\":\"nwanne afō\",\"wordClass\":\"NNC\",\"definitions\":[\"brother or sister of same father and mother; full brother or sister (literally brother or sister of same womb)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹnwa\"]}],\"nwannē ārụ\":[{\"word\":\"nwannē ārụ\",\"wordClass\":\"NNC\",\"definitions\":[\"close relative\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹnwa\"]}],\"nwannē nwaàyì\":[{\"word\":\"nwannē nwaàyì\",\"wordClass\":\"NNC\",\"definitions\":[\"sister; female relative\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹnwa\"]}],\"nwannē nwokē\":[{\"word\":\"nwannē nwokē\",\"wordClass\":\"NNC\",\"definitions\":[\"brother; male relative\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹnwa\"]}],\"nwa nnwā\":[{\"word\":\"nwa nnwā\",\"wordClass\":\"NNC\",\"definitions\":[\"grandchild\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹnwa\"]}],\"nwa nwaàyì\":[{\"word\":\"nwa nwaàyì\",\"wordClass\":\"NNC\",\"definitions\":[\"female child; daughter\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹnwa\"]}],\"nwa nwokē\":[{\"word\":\"nwa nwokē\",\"wordClass\":\"NNC\",\"definitions\":[\"male child; son\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹnwa\"]}],\"nwa ogbènyè\":[{\"word\":\"nwa ogbènyè\",\"wordClass\":\"NNC\",\"definitions\":[\"orphan; destitute child\"],\"examples\":[],\"variations\":[\"nwa mgbèyì\"],\"stems\":[\"ǹnwa\",\"ogbènyà\"]}],\"nwa ōkolo\":[{\"word\":\"nwa ōkolo\",\"wordClass\":\"NNC\",\"definitions\":[\"lad; boy; young man\",\"male name\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkolo\"]}],\"nwa ōkolọbìà\":[{\"word\":\"nwa ōkolọbìà\",\"wordClass\":\"NNC\",\"definitions\":[\"youth; boy\",\"youth; adolescent boy\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹnwa\",\"òkolo\"]}],\"nwa òlukpùlu\":[{\"word\":\"nwa òlukpùlu\",\"wordClass\":\"NNC\",\"definitions\":[\"blindman’s buff\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹnwa\"]}],\"nwa ōnogbò\":[{\"word\":\"nwa ōnogbò\",\"wordClass\":\"NNC\",\"definitions\":[\"cat\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹnwa\",\"ònogbò\"]}],\"nwa òseāka\":[{\"word\":\"nwa òseāka\",\"wordClass\":\"NNC\",\"definitions\":[\"prodigal son\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹnwa\",\"òseāka\"]}],\"nwa ọfụū\":[{\"word\":\"nwa ọfụū\",\"wordClass\":\"NNC\",\"definitions\":[\"newborn child\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹnwa\",\"ọfụū\"]}],\"nwa ōgbanje\":[{\"word\":\"nwa ōgbanje\",\"wordClass\":\"NNC\",\"definitions\":[\"child believed to belong to a group in the world of spirits to which he/she returns after dying in infancy, only to go back to his mother's womb again. See ògbanje\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹnwa\"]}],\"nwa ọlū\":[{\"word\":\"nwa ọlū\",\"wordClass\":\"NNC\",\"definitions\":[\"apprentice\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹnwa\",\"ọlụ\"]}],\"nwatà\":[{\"word\":\"nwatà\",\"wordClass\":\"NNC\",\"definitions\":[\"child\"],\"examples\":[],\"variations\":[\"nwantà\"],\"stems\":[\"ǹnwa\"]}],\"nwatà nwaàyì\":[{\"word\":\"nwatà nwaàyì\",\"wordClass\":\"NNC\",\"definitions\":[\"girl; daughter (from nwa ntà nwaàyì)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹnwa\"]}],\"nwatàkịlị\":[{\"word\":\"nwatàkịlị\",\"wordClass\":\"NNC\",\"definitions\":[\"young child (from nwa ntàkịlị)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹnwa\"]}],\"nwa ùyòm\":[{\"word\":\"nwa ùyòm\",\"wordClass\":\"NNC\",\"definitions\":[\"chick\"],\"examples\":[],\"variations\":[\"nwuùyòm\"],\"stems\":[\"ǹnwa\",\"ùyòm\"]}],\"àkpà nwaāmmili\":[{\"word\":\"àkpà nwaāmmili\",\"wordClass\":\"NNC\",\"definitions\":[\"bladder\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹnwa\"]}],\"-kwò nnwa (n’àzụ)\":[{\"word\":\"-kwò nnwa (n’àzụ)\",\"wordClass\":\"NNC\",\"definitions\":[\"carry child (on the back)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹnwa\"]}],\"-lòlu ǹnwa\":[{\"word\":\"-lòlu ǹnwa\",\"wordClass\":\"NNC\",\"definitions\":[\"adopt a child\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹnwa\"]}],\"obele nnwā\":[{\"word\":\"obele nnwā\",\"wordClass\":\"NNC\",\"definitions\":[\"small child; caressing words used by mothers to their children\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹnwa\"]}],\"ùme nnwā\":[{\"word\":\"ùme nnwā\",\"wordClass\":\"NNC\",\"definitions\":[\"frequent loss of children soon after birth (by death)\",\"frequent loss of new-born children soon after birth\"],\"examples\":[],\"variations\":[\"òmùmù\"],\"stems\":[\"ǹnwa\",\"ùme\"]}],\"ụmù nwaànyì\":[{\"word\":\"ụmù nwaànyì\",\"wordClass\":\"NNC\",\"definitions\":[\"women\",\"girls\",\"women\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹnwa\",\"ụmù\"]}],\"ụmù nwokē\":[{\"word\":\"ụmù nwokē\",\"wordClass\":\"NNC\",\"definitions\":[\"men (as opposed to women\",\"used as first element of names, preceding name of market day on which someone was born\",\"men\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹnwa\",\"ụmù\"]}],\"Nwankwọ\":[{\"word\":\"Nwankwọ\",\"wordClass\":\"NNC\",\"definitions\":[\"for men born on Ǹkwọ, Èke, Oyè, and Àfò respectively, and Nwam̀gbankw̄ ọ, Nwam̀gbeēke, Nwam̀gbaàfò for women born on Ǹkwọ, Èke, and Àfò respectively. It is also used preceding the name of a deity, person, or set of circumstances, etc., after which a person is named: e.g. Nwudō (son of Udō, a deity); Nwọòrà (son of all); Nwoòlìsà (son of Òlìsà, God); Nwachukwu (son of God); Nwiijè (for a son born away from home)\",\"young of animal\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹnwa\"]}],\"Nwooyè\":[{\"word\":\"Nwooyè\",\"wordClass\":\"NNC\",\"definitions\":[\"for men born on Ǹkwọ, Èke, Oyè, and Àfò respectively, and Nwam̀gbankw̄ ọ, Nwam̀gbeēke, Nwam̀gbaàfò for women born on Ǹkwọ, Èke, and Àfò respectively. It is also used preceding the name of a deity, person, or set of circumstances, etc., after which a person is named: e.g. Nwudō (son of Udō, a deity); Nwọòrà (son of all); Nwoòlìsà (son of Òlìsà, God); Nwachukwu (son of God); Nwiijè (for a son born away from home)\",\"young of animal\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹnwa\"]}],\"Nwaàfò\":[{\"word\":\"Nwaàfò\",\"wordClass\":\"NNC\",\"definitions\":[\"for men born on Ǹkwọ, Èke, Oyè, and Àfò respectively, and Nwam̀gbankw̄ ọ, Nwam̀gbeēke, Nwam̀gbaàfò for women born on Ǹkwọ, Èke, and Àfò respectively. It is also used preceding the name of a deity, person, or set of circumstances, etc., after which a person is named: e.g. Nwudō (son of Udō, a deity); Nwọòrà (son of all); Nwoòlìsà (son of Òlìsà, God); Nwachukwu (son of God); Nwiijè (for a son born away from home)\",\"young of animal\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹnwa\"]}],\"nwa atụlū\":[{\"word\":\"nwa atụlū\",\"wordClass\":\"NNC\",\"definitions\":[\"lamb\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹnwa\"]}],\"nwa bìàlìì\":[{\"word\":\"nwa bìàlìì\",\"wordClass\":\"NNC\",\"definitions\":[\"soft, smooth quality\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹnwa\"]}],\"nwa bùù\":[{\"word\":\"nwa bùù\",\"wordClass\":\"NNC\",\"definitions\":[\"quietness; ease\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹnwa\"]}],\"Nwa mpe kà ọ bù\":[{\"word\":\"Nwa mpe kà ọ bù\",\"wordClass\":\"NNC\",\"definitions\":[\"He is smallish\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹnwa\"]}],\"nwa ntịkōlọ\":[{\"word\":\"nwa ntịkōlọ\",\"wordClass\":\"NNC\",\"definitions\":[\"very little, small amount, etc.\"],\"examples\":[{\"igbo\":\"Tìnye nwa ntịkọlọ mmīli n’ime ìtè\",\"english\":\"Put very little water into the pot\"}],\"variations\":[],\"stems\":[\"ǹnwa\"]}],\"nwantịntị\":[{\"word\":\"nwantịntị\",\"wordClass\":\"NNC\",\"definitions\":[\"small amount, state, etc.\"],\"examples\":[{\"igbo\":\"Chèlụ nwantịntị\",\"english\":\"Wait a little\"}],\"variations\":[],\"stems\":[\"ǹnwa\"]}],\"nwa pe\":[{\"word\":\"nwa pe\",\"wordClass\":\"NNC\",\"definitions\":[\"a very small, little\"],\"examples\":[],\"variations\":[\"nwa mpe\"],\"stems\":[\"ǹnwa\"]}],\"ǹnwa\":[{\"word\":\"ǹnwa\",\"wordClass\":\"NNC\",\"definitions\":[\"(nwa when first word in combination)\",\"child; (fig.) used as term of endearment by older to younger person (compare ụmù for plural)\"],\"examples\":[],\"variations\":[\"nnwa\",\"nwa\"],\"stems\":null}],\"nnwọò\":[{\"word\":\"nnwọò\",\"wordClass\":\"\",\"definitions\":[\"see nwọò\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹnya\":[{\"word\":\"ǹnya\",\"wordClass\":\"NNC\",\"definitions\":[\"sticky gum\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹnyàafù\":[{\"word\":\"ǹnyàafù\",\"wordClass\":\"NNC\",\"definitions\":[\"yesterday\"],\"examples\":[{\"igbo\":\"Mmilī zòlù ǹnyàafù\",\"english\":\"It rained yesterday\"}],\"variations\":[\"ǹnyàafùlụ\",\"ǹnyàa\"],\"stems\":null}],\"ònuno\":[{\"word\":\"ònuno\",\"wordClass\":\"NNC\",\"definitions\":[\"devouring; swallowing (-no swallow)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-nodà\":[{\"word\":\"-nodà\",\"wordClass\":\"AV\",\"definitions\":[\"swallow down\"],\"examples\":[],\"variations\":[],\"stems\":[\"-no\"]}],\"-nomìna\":[{\"word\":\"-nomìna\",\"wordClass\":\"AV\",\"definitions\":[\"swallow down\"],\"examples\":[],\"variations\":[],\"stems\":[\"-no\"]}],\"-no uno\":[{\"word\":\"-no uno\",\"wordClass\":\"AV\",\"definitions\":[\"try to eat more than one's share\"],\"examples\":[],\"variations\":[],\"stems\":[\"-no\"]}],\"-no\":[{\"word\":\"-no\",\"wordClass\":\"AV\",\"definitions\":[\"swallow\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-nọ ànọ\":[{\"word\":\"-nọ ànọ\",\"wordClass\":\"AV\",\"definitions\":[\"be slippery, slimy (as okra or ògbònò soup, gum, etc.)\"],\"examples\":[{\"igbo\":\"Ofe nōlụ ànọ adīrọ àsọ m, ya kpàtàlù nà mụ adīrọ èli ofe ògbònò\",\"english\":\"I dislike slimy soups; for that reason I do not eat ògbònò soup\"}],\"variations\":[],\"stems\":[\"-nọ\"]}],\"-nọcha\":[{\"word\":\"-nọcha\",\"wordClass\":\"AV\",\"definitions\":[\"slide; slip (= nwàcha, -kwàcha)\",\"rub; clean; polish\"],\"examples\":[{\"igbo\":\"Ànì nà-ème nnọcha n’ùtụtū à màkà nà mmilī ezòka ǹnyàafù\",\"english\":\"The ground is slippery this morning because there was a lot of rain yesterday\"},{\"igbo\":\"Achòlù m ìnōcha mmà m kà ọ na-akwā màlàmàlà\",\"english\":\"I want to polish my sword so that it will be glittering\"}],\"variations\":[],\"stems\":[\"-nọ\"]}],\"ofe ōnịnọ\":[{\"word\":\"ofe ōnịnọ\",\"wordClass\":\"AV\",\"definitions\":[\"soup prepared with okra, or ọgbọnọ, or both\",\"soup prepared with ògbònò and okro\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nọ\",\"ofe\"]}],\"-nọ ọgwù\":[{\"word\":\"-nọ ọgwù\",\"wordClass\":\"AV\",\"definitions\":[\"rub balm (on a particular place)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nọ\"]}],\"-nọ mmilī\":[{\"word\":\"-nọ mmilī\",\"wordClass\":\"AV\",\"definitions\":[\"(used with obì or ume) be fearful, worried\"],\"examples\":[{\"igbo\":\"Èri m jì nụ nà ụgbọ gbùlù mmadù n’ụzō Āba kà obī jì ànọ m#mmilī màkà nà nwụnyè m jēlụ ịzūta ife n’Àba akà ànatarọ\",\"english\":\"Since learning that somebody was killed by a lorry on the Aba road I have been worried, because my wife who is away in Aba to buy something has not returned\"}],\"variations\":[],\"stems\":[\"-nọ\"]}],\"-nọ\":[{\"word\":\"-nọ\",\"wordClass\":\"AV\",\"definitions\":[\"be slimy, slippery\",\"rub thoroughly; massage\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ònùnò\":[{\"word\":\"ònùnò\",\"wordClass\":\"AV\",\"definitions\":[\"staying; dwelling\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nò\"]}],\"-nò anya\":[{\"word\":\"-nò anya\",\"wordClass\":\"AV\",\"definitions\":[\"represent; be in place of\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nò\"]}],\"-nòchi\":[{\"word\":\"-nòchi\",\"wordClass\":\"AV\",\"definitions\":[\"usurp someone's place; take the place of; succeed\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nò\"]}],\"-nòchi anya\":[{\"word\":\"-nòchi anya\",\"wordClass\":\"AV\",\"definitions\":[\"take the place of (somebody); succeed; follow me\",\"block the vein òfụma I am going to block your view in order to prevent you from seeing what is going on in the room properly\"],\"examples\":[{\"igbo\":\"Samsìn nà-àbịa ịnòchì anya m#\",\"english\":\"Samson is coming to replace\"},{\"igbo\":\"Agà m anòchi ī anya kà ị ghàlụ ịfū ife a nà-ème n’ime ụnò òfụma\",\"english\":\" I am going to block your view in order to prevent you from seeing what is going on in the room properly\"}],\"variations\":[],\"stems\":[\"-nò\"]}],\"-nòchibìdo\":[{\"word\":\"-nòchibìdo\",\"wordClass\":\"AV\",\"definitions\":[\"besiege; prevent; hinder\"],\"examples\":[{\"igbo\":\"Ndi ilō m nà-àkwado ịnōchìbìdò m ịbà n’òtù ụmù òkolọbìà\",\"english\":\"My enemies are trying to bar my entry into the young men’s association\"}],\"variations\":[],\"stems\":[\"-nò\"]}],\"-nòdèbe\":[{\"word\":\"-nòdèbe\",\"wordClass\":\"AV\",\"definitions\":[\"sit, stay near\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nò\"]}],\"-nòdide\":[{\"word\":\"-nòdide\",\"wordClass\":\"AV\",\"definitions\":[\"continue, remain (of person)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nò\"]}],\"-nòdolụ\":[{\"word\":\"-nòdolụ\",\"wordClass\":\"AV\",\"definitions\":[\"be with\"],\"examples\":[{\"igbo\":\"Nòdolụ m#nwantịntị ogè\",\"english\":\"Stay with me for a short while\"},{\"igbo\":\"Nòdụlụm#\",\"english\":\"Stay with me (name for an ògbanje)\"}],\"variations\":[],\"stems\":[\"-nò\"]}],\"-nòdụ ànì\":[{\"word\":\"-nòdụ ànì\",\"wordClass\":\"AV\",\"definitions\":[\"sit; sit down\"],\"examples\":[{\"igbo\":\"Gwa yā kà ọ nòdụ ànì\",\"english\":\"Tell him to sit down\"}],\"variations\":[],\"stems\":[\"-nò\"]}],\"nòdụ mmā\":[{\"word\":\"nòdụ mmā\",\"wordClass\":\"AV\",\"definitions\":[\"goodbye (to one going home)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nò\"]}],\"-nòfè\":[{\"word\":\"-nòfè\",\"wordClass\":\"AV\",\"definitions\":[\"sit around\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nò\"]}],\"nògboo\":[{\"word\":\"nògboo\",\"wordClass\":\"AV\",\"definitions\":[\"greeting to a person travelling (literally return early!)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nò\"]}],\"-nòkọ\":[{\"word\":\"-nòkọ\",\"wordClass\":\"AV\",\"definitions\":[\"sit together; assemble\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nò\"]}],\"-nòkọba ọnū\":[{\"word\":\"-nòkọba ọnū\",\"wordClass\":\"AV\",\"definitions\":[\"assemble; sit together\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nò\"]}],\"-nòkọ ọnū\":[{\"word\":\"-nòkọ ọnū\",\"wordClass\":\"AV\",\"definitions\":[\"sit together, assemble\"],\"examples\":[{\"igbo\":\"Ànyị gà-anòkọ ọnū\",\"english\":\"We shall sit together\"}],\"variations\":[],\"stems\":[\"-nò\"]}],\"-nòkwu\":[{\"word\":\"-nòkwu\",\"wordClass\":\"AV\",\"definitions\":[\"stay longer\"],\"examples\":[{\"igbo\":\"Bikō nòkwue\",\"english\":\"Please stay longer!\"}],\"variations\":[],\"stems\":[\"-nò\"]}],\"-nòlịlị\":[{\"word\":\"-nòlịlị\",\"wordClass\":\"AV\",\"definitions\":[\"stay up to the present; be still waiting, staying\"],\"examples\":[{\"igbo\":\"Ì nòlìlì?\",\"english\":\"Are you still waiting, staying, here?\"}],\"variations\":[],\"stems\":[\"-nò\"]}],\"-nò n’aka ebē\":[{\"word\":\"-nò n’aka ebē\",\"wordClass\":\"AV\",\"definitions\":[\"stand surety\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nò\"]}],\"-nò nà mbe\":[{\"word\":\"-nò nà mbe\",\"wordClass\":\"AV\",\"definitions\":[\"stand surety for\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nò\"]}],\"-nò n’ọkwa\":[{\"word\":\"-nò n’ọkwa\",\"wordClass\":\"AV\",\"definitions\":[\"be in a post, position\"],\"examples\":[{\"igbo\":\"Ifem nò na nnukwu ọkwā n’ụnò ọlū fa\",\"english\":\"Ifem is in a high position in their office\"}],\"variations\":[],\"stems\":[\"-nò\",\"ọkwa\"]}],\"-nò n’ùdo\":[{\"word\":\"-nò n’ùdo\",\"wordClass\":\"AV\",\"definitions\":[\"live in peace\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nò\"]}],\"-nò n’ùfụ\":[{\"word\":\"-nò n’ùfụ\",\"wordClass\":\"AV\",\"definitions\":[\"be in distress\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nò\"]}],\"-nò n’ụjū\":[{\"word\":\"-nò n’ụjū\",\"wordClass\":\"AV\",\"definitions\":[\"be (in) mourning\",\"be in mourning; mourn\"],\"examples\":[{\"igbo:\":\"Fâ nò n’ụjū\",\"english\":\"They are in mourning\"}],\"variations\":[],\"stems\":[\"-nò\",\"ụjū\"]}],\"-nò n’ụnò\":[{\"word\":\"-nò n’ụnò\",\"wordClass\":\"AV\",\"definitions\":[\"be at home\"],\"examples\":[{\"igbo\":\"Nnā ānyị nò n’ụnò\",\"english\":\"Father is in\"}],\"variations\":[],\"stems\":[\"-nò\"]}],\"-nònyelụ\":[{\"word\":\"-nònyelụ\",\"wordClass\":\"AV\",\"definitions\":[\"dwell with; stay with; sit with\",\"stay with Nònyelụ m  Stay, abide, with me\"],\"examples\":[{\"igbo\":\"Nònyelụm#\",\"english\":\"Stay with me (name for an ògbanje)\"}],\"variations\":[],\"stems\":[\"-nò\",\"-nyefè\"]}],\"-nò ọdù\":[{\"word\":\"-nò ọdù\",\"wordClass\":\"AV\",\"definitions\":[\"tarry; stay long; delay; remain\",\"sit down\",\"stay long\"],\"examples\":[{\"igbo\":\"Nòdị ọdù\",\"english\":\"Sit down\"},{\"igbo\":\"Ànọrọ m ọdù ebe m jèlù\",\"english\":\"I did not stay long where I went\"}],\"variations\":[],\"stems\":[\"-nò\",\"ọdù\"]}],\"-nòpùta\":[{\"word\":\"-nòpùta\",\"wordClass\":\"AV\",\"definitions\":[\"withdraw (especially from fire); sit away from\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nò\"]}],\"-nòrube\":[{\"word\":\"-nòrube\",\"wordClass\":\"AV\",\"definitions\":[\"surround; sit round\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nò\"]}],\"-nòrụka\":[{\"word\":\"-nòrụka\",\"wordClass\":\"AV\",\"definitions\":[\"stay long; sit on one side; sit out of the way\",\"sit to one side\"],\"examples\":[{\"igbo\":\"Nòrụka n’ùsọ\",\"english\":\"Sit to one side\"}],\"variations\":[],\"stems\":[\"-nò\",\"-rụ-ka\"]}],\"-nòsasị\":[{\"word\":\"-nòsasị\",\"wordClass\":\"AV\",\"definitions\":[\"sit scattered apart\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nò\"]}],\"-nòsị\":[{\"word\":\"-nòsị\",\"wordClass\":\"AV\",\"definitions\":[\"finish staying\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nò\"]}],\"-nòtè aka\":[{\"word\":\"-nòtè aka\",\"wordClass\":\"AV\",\"definitions\":[\"be far away, at a distance; stay away long\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nò\"]}],\"-nò ùwà\":[{\"word\":\"-nò ùwà\",\"wordClass\":\"AV\",\"definitions\":[\"be reborn; reincarnate\"],\"examples\":[{\"igbo\":\"Òkeēke nòlù nwa mụ ùwà\",\"english\":\"Okeeke has reincarnated as my child\"},{\"igbo\":\"Ọ bù nnā ānyị ochiè nòlù mù ùwà\",\"english\":\"It is our grandfather who is reincarnated in me\"}],\"variations\":[],\"stems\":[\"-nò\"]}],\"-nòwanye\":[{\"word\":\"-nòwanye\",\"wordClass\":\"AV\",\"definitions\":[\"sit down carelessly and uninvited among a group\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nò\"]}],\"-nòzi\":[{\"word\":\"-nòzi\",\"wordClass\":\"AV\",\"definitions\":[\"sit straight, properly\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nò\"]}],\"nọòfụ\":[{\"word\":\"nọòfụ\",\"wordClass\":\"AV\",\"definitions\":[\"so; thus; in this manner\"],\"examples\":[{\"igbo\":\"Kà ọ dị nọòfụ\",\"english\":\"It is enough, or Stop it at that, or, Let it remain like that, in that form\"}],\"variations\":[],\"stems\":[\"-nò\"]}],\"nọònwọ\":[{\"word\":\"nọònwọ\",\"wordClass\":\"AV\",\"definitions\":[\"so; thus; here (compare n’ebe à)\"],\"examples\":[{\"igbo\":\"Ọ dì nọònwọ\",\"english\":\"It is here\"}],\"variations\":[\"nọònwa\"],\"stems\":[\"-nò\"]}],\"-nò\":[{\"word\":\"-nò\",\"wordClass\":\"AV\",\"definitions\":[\"be in a place (of animate creatures); stay; dwell; be at home (compare -bi, which refers to more permanent living); sit\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-dà nrā\":[{\"word\":\"-dà nrā\",\"wordClass\":\"NNC\",\"definitions\":[\"fine\"],\"examples\":[],\"variations\":[],\"stems\":[\"nrā\"]}],\"-ra nra\":[{\"word\":\"-ra nra\",\"wordClass\":\"NNC\",\"definitions\":[\"pay a fine; levy a fine\"],\"examples\":[],\"variations\":[],\"stems\":[\"nrā\"]}],\"nrā\":[{\"word\":\"nrā\",\"wordClass\":\"NNC\",\"definitions\":[\"fine\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-ra ǹra\":[{\"word\":\"-ra ǹra\",\"wordClass\":\"AV\",\"definitions\":[\"comb (with comb)\",\"comb with comb\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹra\",\"-ra\"]}],\"ǹra\":[{\"word\":\"ǹra\",\"wordClass\":\"AV\",\"definitions\":[\"comb\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ra\"]}],\"-kè ǹràmanya\":[{\"word\":\"-kè ǹràmanya\",\"wordClass\":\"NNC\",\"definitions\":[\"divide equally\"],\"examples\":[{\"igbo\":\"Bikō kèe anụ afù ǹràmanya\",\"english\":\"Please divide that meat equally\"}],\"variations\":[],\"stems\":[\"ǹràmanya\"]}],\"ǹràmanya\":[{\"word\":\"ǹràmanya\",\"wordClass\":\"NNC\",\"definitions\":[\"equality (-rà 1. be equal)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ụkwalā nri\":[{\"word\":\"ụkwalā nri\",\"wordClass\":\"NNC\",\"definitions\":[\"whooping-cough (compare ụkwalà ntìrịìrì)\",\"whooping-cough\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹri\",\"ụkwalà\"]}],\"ǹri\":[{\"word\":\"ǹri\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nwa Ǹrì\":[{\"word\":\"nwa Ǹrì\",\"wordClass\":\"NNC\",\"definitions\":[\"an Nri man who has taken the Ichi title and travels widely through Igbo-land exercising ritual and political authority\"],\"examples\":[],\"variations\":[],\"stems\":[\"Ǹrì\"]}],\"òdìnàànị Ǹrì\":[{\"word\":\"òdìnàànị Ǹrì\",\"wordClass\":\"NNC\",\"definitions\":[\"Nri culture\",\"(in Nri) the highest ritual-political title in Nri and Oreri\"],\"examples\":[{\"igbo\":\"Ǹrì bù echichi\",\"english\":\"Nri is a title\"}],\"variations\":[],\"stems\":[\"Ǹrì\"]}],\"Ǹrì\":[{\"word\":\"Ǹrì\",\"wordClass\":\"NNC\",\"definitions\":[\"settlement of Nri, founded by Nri son of Èrì, and its people; (more loosely) people who claim some kind of relationship with Nri\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹrịkō\":[{\"word\":\"ǹrịkō\",\"wordClass\":\"NNC\",\"definitions\":[\"crab\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-fè nrù\":[{\"word\":\"-fè nrù\",\"wordClass\":\"NNC\",\"definitions\":[\"serve; wait upon; pay tribute; worship\"],\"examples\":[],\"variations\":[],\"stems\":[\"nrù\"]}],\"ifè nrù\":[{\"word\":\"ifè nrù\",\"wordClass\":\"NNC\",\"definitions\":[\"serving; tribute\"],\"examples\":[],\"variations\":[],\"stems\":[\"nrù\"]}],\"òfùfe ǹrù\":[{\"word\":\"òfùfe ǹrù\",\"wordClass\":\"NNC\",\"definitions\":[\"traditional presentation of gifts to the ọkpala, especially at great feasts\",\"church service; religious worship (Protestant usage)\"],\"examples\":[],\"variations\":[],\"stems\":[\"nrù\"]}],\"nrù\":[{\"word\":\"nrù\",\"wordClass\":\"NNC\",\"definitions\":[\"service; bondage; homage; veneration\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ofe nsala\":[{\"word\":\"ofe nsala\",\"wordClass\":\"NNC\",\"definitions\":[\"kind of soup which is watery (sometimes with little or no oil); \\\"pepper soup\\\"\",\"watery kind of soup\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹsala\",\"ofe\"]}],\"ǹsala\":[{\"word\":\"ǹsala\",\"wordClass\":\"NNC\",\"definitions\":[\"watery soup; \\\"pepper soup\\\"\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nsam\":[{\"word\":\"nsam\",\"wordClass\":\"NNC\",\"definitions\":[\"small shellfish found in salt water; periwinkle (compare ejùnà, kòso)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nsansa mmīli\":[{\"word\":\"nsansa mmīli\",\"wordClass\":\"\",\"definitions\":[\"shower of rain; few drops of rain\"],\"examples\":[],\"variations\":[],\"stems\":[\"nsansa \"]}],\"nsansa \":[{\"word\":\"nsansa \",\"wordClass\":\"\",\"definitions\":[\"small amount (of liquid)\"],\"examples\":[],\"variations\":[\"nshansha\"],\"stems\":null}],\"nsansa\":[{\"word\":\"nsansa\",\"wordClass\":\"NNC\",\"definitions\":[\"flatness\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹsèli àzù\":[{\"word\":\"ǹsèli àzù\",\"wordClass\":\"NNC\",\"definitions\":[\"heron\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹsèli\"]}],\"ǹsèli\":[{\"word\":\"ǹsèli\",\"wordClass\":\"NNC\",\"definitions\":[\"(-sè 1. bring out) used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-ghe nsi\":[{\"word\":\"-ghe nsi\",\"wordClass\":\"NNC\",\"definitions\":[\"prepare poison\"],\"examples\":[],\"variations\":[],\"stems\":[\"nsi\"]}],\"-gwọ nsi\":[{\"word\":\"-gwọ nsi\",\"wordClass\":\"NNC\",\"definitions\":[\"work sickness or death by means of magic or poison\"],\"examples\":[],\"variations\":[],\"stems\":[\"nsi\"]}],\"-kụ nsi\":[{\"word\":\"-kụ nsi\",\"wordClass\":\"NNC\",\"definitions\":[\"poison; practise sorcery against\"],\"examples\":[],\"variations\":[],\"stems\":[\"nsi\"]}],\"-nye nsi\":[{\"word\":\"-nye nsi\",\"wordClass\":\"NNC\",\"definitions\":[\"poison\"],\"examples\":[],\"variations\":[],\"stems\":[\"nsi\"]}],\"nsi\":[{\"word\":\"nsi\",\"wordClass\":\"NNC\",\"definitions\":[\"poison; sorcery\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹsìsì\":[{\"word\":\"ǹsìsì\",\"wordClass\":\"NNC\",\"definitions\":[\"a measure of volume\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹsị ègbè\":[{\"word\":\"ǹsị ègbè\",\"wordClass\":\"NNC\",\"definitions\":[\"(fig.) gunpowder\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹsị\"]}],\"ǹsị\":[{\"word\":\"ǹsị\",\"wordClass\":\"NNC\",\"definitions\":[\"dung; faeces; excreta, manure, shit\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹsịkō\":[{\"word\":\"ǹsịkō\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-dị ǹso\":[{\"word\":\"-dị ǹso\",\"wordClass\":\"NNC\",\"definitions\":[\"be near; be at hand\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹso\"]}],\"-kpụdèbè ǹso\":[{\"word\":\"-kpụdèbè ǹso\",\"wordClass\":\"NNC\",\"definitions\":[\"draw, come near\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹso\"]}],\"ǹso\":[{\"word\":\"ǹso\",\"wordClass\":\"NNC\",\"definitions\":[\"nearness; the vicinity of\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nsò\":[{\"word\":\"nsò\",\"wordClass\":\"NNC\",\"definitions\":[\"queue\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nsògbu\":[{\"word\":\"nsògbu\",\"wordClass\":\"AV\",\"definitions\":[\"trouble (-sògbu trouble)\",\"trouble; affliction; worry\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sò\"]}],\"ụnò nsō\":[{\"word\":\"ụnò nsō\",\"wordClass\":\"NNC\",\"definitions\":[\"Church building\",\"forbidden things and acts, including both those which are forbidden or taboo (= nsọ C.) and those which are abominations (nsọ ànì, = alū)\"],\"examples\":[],\"variations\":[],\"stems\":[\"nsọ\"]}],\"nsọ ànì\":[{\"word\":\"nsọ ànì\",\"wordClass\":\"NNC\",\"definitions\":[\"an act forbidden by the land, or abomination, which cannot be ritually undone but must be 'dragged' in an expiatory ritual which involves dragging a live chicken tied to òmụ round the town\",\"taboo; forbidden act which if committed must be undone\"],\"examples\":[{\"igbo\":\"Onye mē nsọ ànì mèlù alū; ọ gà-àkpụ alū\",\"english\":\"Whoever commits an act forbidden by the land commits abomination; he must 'drag' the abomination\"}],\"variations\":[],\"stems\":[\"nsọ\"]}],\"-dị na nsọ\":[{\"word\":\"-dị na nsọ\",\"wordClass\":\"NNC\",\"definitions\":[\"be forbidden, prohibited, taboo\"],\"examples\":[{\"igbo\":\"Ọ dì na nsọ\",\"english\":\"It is forbidden\"}],\"variations\":[],\"stems\":[\"nsọ\"]}],\"-sọ nsọ\":[{\"word\":\"-sọ nsọ\",\"wordClass\":\"AV\",\"definitions\":[\"forbid; prohibit; taboo\",\"separate; set apart; regard as taboo\"],\"examples\":[{\"igbo\":\"Ànyị nà-àsọ yā\",\"english\":\"We forbid it (for ritual reasons)\"}],\"variations\":[],\"stems\":[\"nsọ\",\"-sọ\"]}],\"nsọ\":[{\"word\":\"nsọ\",\"wordClass\":\"NNC\",\"definitions\":[\"(in general) sacredness; things or acts that are holy and/or forbidden (including both asọ and nsọ B.)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"onye nsụ\":[{\"word\":\"onye nsụ\",\"wordClass\":\"NNC\",\"definitions\":[\"stammerer\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹsụ\"]}],\"-sụ ǹsụ\":[{\"word\":\"-sụ ǹsụ\",\"wordClass\":\"AV\",\"definitions\":[\"stammer; stutter\"],\"examples\":[{\"igbo\":\"Ọ nà-àsụ nsụ\",\"english\":\"He stammers\"}],\"variations\":[],\"stems\":[\"ǹsụ\",\"-sụ\"]}],\"ǹsụ\":[{\"word\":\"ǹsụ\",\"wordClass\":\"NNC\",\"definitions\":[\"stammering\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nsụkpe\":[{\"word\":\"nsụkpe\",\"wordClass\":\"NNC\",\"definitions\":[\"noise as of a steamboat; puffing\"],\"examples\":[],\"variations\":[\"nsụtụ\"],\"stems\":null}],\"nsụsū ōnụ\":[{\"word\":\"nsụsū ōnụ\",\"wordClass\":\"NNC\",\"definitions\":[\"kiss\"],\"examples\":[],\"variations\":[],\"stems\":[\"nsụsù\"]}],\"nsụsù\":[{\"word\":\"nsụsù\",\"wordClass\":\"NNC\",\"definitions\":[\"light jab (-sù 2.)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nsụtụ\":[{\"word\":\"nsụtụ\",\"wordClass\":\"NNC\",\"definitions\":[\"noise as of a steamboat; a puffing\"],\"examples\":[],\"variations\":[\"nsụkpe\"],\"stems\":null}],\"nta egō\":[{\"word\":\"nta egō\",\"wordClass\":\"NNC\",\"definitions\":[\"striving for money\"],\"examples\":[],\"variations\":[],\"stems\":[\"nta\"]}],\"-gba nta\":[{\"word\":\"-gba nta\",\"wordClass\":\"NNC\",\"definitions\":[\"hunt\"],\"examples\":[],\"variations\":[],\"stems\":[\"nta\"]}],\"-je nta\":[{\"word\":\"-je nta\",\"wordClass\":\"NNC\",\"definitions\":[\"hunt\"],\"examples\":[],\"variations\":[],\"stems\":[\"nta\"]}],\"nta\":[{\"word\":\"nta\",\"wordClass\":\"NNC\",\"definitions\":[\"hunting\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ntàkịlị\":[{\"word\":\"ntàkịlị\",\"wordClass\":\"ADJ\",\"definitions\":[\"very small\"],\"examples\":[],\"variations\":[],\"stems\":[\"ntà\"]}],\"nwatà ntà\":[{\"word\":\"nwatà ntà\",\"wordClass\":\"ADJ\",\"definitions\":[\"small child\"],\"examples\":[],\"variations\":[],\"stems\":[\"ntà\"]}],\"ụkwalà ntà\":[{\"word\":\"ụkwalà ntà\",\"wordClass\":\"ADJ\",\"definitions\":[\"tuberculosis\"],\"examples\":[],\"variations\":[],\"stems\":[\"ntà\",\"ụkwalà\"]}],\"ntà\":[{\"word\":\"ntà\",\"wordClass\":\"ADJ\",\"definitions\":[\"mosquito\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹtaǹta\":[{\"word\":\"ǹtaǹta\",\"wordClass\":\"NNC\",\"definitions\":[\"bogeyman (used to frighten children) (= mbùmbu)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹtàǹta\":[{\"word\":\"ǹtàǹta\",\"wordClass\":\"NNC\",\"definitions\":[\"meat\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹtàtàlabù\":[{\"word\":\"ǹtàtàlabù\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹtàtabùlabù\":[{\"word\":\"ǹtàtabùlabù\",\"wordClass\":\"ADJ\",\"definitions\":[\"tickle (to make laugh)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-yi\"]}],\"ǹte\":[{\"word\":\"ǹte\",\"wordClass\":\"NNC\",\"definitions\":[\"small cricket\"],\"examples\":[],\"variations\":[\"ntē\"],\"stems\":null}],\"ǹti āja\":[{\"word\":\"ǹti āja\",\"wordClass\":\"NNC\",\"definitions\":[\"(literally beater of walls) instrument for smoothing wet wall, especially of a new building\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹti\"]}],\"ǹti àkwà\":[{\"word\":\"ǹti àkwà\",\"wordClass\":\"NNC\",\"definitions\":[\"(literally beater of clothes) a club-like wooden instrument shaped like a short pestle and used by native washermen in place of an iron in smoothing thick heavy native clothes\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹti\"]}],\"ǹti ūnò\":[{\"word\":\"ǹti ūnò\",\"wordClass\":\"NNC\",\"definitions\":[\"wooden tool for smoothing house walls and floor\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹti\"]}],\"ǹti\":[{\"word\":\"ǹti\",\"wordClass\":\"NNC\",\"definitions\":[\"beater (shortened form of ǹtiti) (-ti 1. beat)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹtì\":[{\"word\":\"ǹtì\",\"wordClass\":\"NNC\",\"definitions\":[\"cheek\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹtiti\":[{\"word\":\"ǹtiti\",\"wordClass\":\"NNC\",\"definitions\":[\"tool for smoothing walls and floors (see ǹti)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ntì akwà\":[{\"word\":\"ntì akwà\",\"wordClass\":\"NNC\",\"definitions\":[\"hem or edge of cloth\"],\"examples\":[],\"variations\":[],\"stems\":[\"ntì\"]}],\"ntì ikē\":[{\"word\":\"ntì ikē\",\"wordClass\":\"NNC\",\"definitions\":[\"obstinacy; perverseness\"],\"examples\":[],\"variations\":[],\"stems\":[\"ntì\"]}],\"ntì ịkpō\":[{\"word\":\"ntì ịkpō\",\"wordClass\":\"NNC\",\"definitions\":[\"headstrongness\"],\"examples\":[],\"variations\":[],\"stems\":[\"ntì\"]}],\"onye ntì ịkpō\":[{\"word\":\"onye ntì ịkpō\",\"wordClass\":\"NNC\",\"definitions\":[\"a headstrong person (mainly used for children)\"],\"examples\":[{\"igbo\":\"Ọ bù onye ntì ịkpō\",\"english\":\"He is a headstrong person\"}],\"variations\":[],\"stems\":[\"ntì\"]}],\"ntī ōke\":[{\"word\":\"ntī ōke\",\"wordClass\":\"NNC\",\"definitions\":[\"wild waterleaf\"],\"examples\":[],\"variations\":[],\"stems\":[\"ntì\",\"òke\"]}],\"-che (be) ntì\":[{\"word\":\"-che (be) ntì\",\"wordClass\":\"NNC\",\"definitions\":[\"listen\"],\"examples\":[],\"variations\":[],\"stems\":[\"ntì\"]}],\"-do ntì\":[{\"word\":\"-do ntì\",\"wordClass\":\"NNC\",\"definitions\":[\"warn; admonish; exhort\"],\"examples\":[],\"variations\":[],\"stems\":[\"ntì\"]}],\"-kpà ntì\":[{\"word\":\"-kpà ntì\",\"wordClass\":\"NNC\",\"definitions\":[\"listen carelessly; pretend not to hear; be obstinate (literally close ear)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ntì\"]}],\"mkpọchi ǹtì\":[{\"word\":\"mkpọchi ǹtì\",\"wordClass\":\"NNC\",\"definitions\":[\"stubbornness; habitual disobedience (usually of young person)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ntì\"]}],\"-ŋa ntì\":[{\"word\":\"-ŋa ntì\",\"wordClass\":\"AV\",\"definitions\":[\"listen; heed; incline the ear; pay attention\"],\"examples\":[],\"variations\":[],\"stems\":[\"ntì\",\"-ŋa\"]}],\"ntī oke\":[{\"word\":\"ntī oke\",\"wordClass\":\"NNC\",\"definitions\":[\"kind of vegetable (Talinum triangulare Willd.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ntì\"]}],\"ntì\":[{\"word\":\"ntì\",\"wordClass\":\"NNC\",\"definitions\":[\"ear\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ụkwalà ntìrịìrì\":[{\"word\":\"ụkwalà ntìrịìrì\",\"wordClass\":\"NNC\",\"definitions\":[\"whooping-cough (compare ụkwalā nri)\",\"whooping-cough\"],\"examples\":[],\"variations\":[],\"stems\":[\"ntìrịìrì\",\"ụkwalà\"]}],\"ntìrịìrì\":[{\"word\":\"ntìrịìrì\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-tò ǹtò\":[{\"word\":\"-tò ǹtò\",\"wordClass\":\"AV\",\"definitions\":[\"kidnap\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹtò\",\"-tò\"]}],\"ǹtò\":[{\"word\":\"ǹtò\",\"wordClass\":\"NNC\",\"definitions\":[\"kidnapping; captivity\",\"used in\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ǹtu\":[{\"word\":\"ǹtu\",\"wordClass\":\"NNC\",\"definitions\":[\"nail (used in carpentry)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹtù azù\":[{\"word\":\"ǹtù azù\",\"wordClass\":\"NNC\",\"definitions\":[\"scales of fish\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹtù\"]}],\"ǹtu ōkụkò\":[{\"word\":\"ǹtu ōkụkò\",\"wordClass\":\"NNC\",\"definitions\":[\"soft body feathers or down of fowl\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹtù\",\"òkụkò\"]}],\"ǹtù akā\":[{\"word\":\"ǹtù akā\",\"wordClass\":\"NNC\",\"definitions\":[\"whitlow\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹtù\"]}],\"ǹtù\":[{\"word\":\"ǹtù\",\"wordClass\":\"NNC\",\"definitions\":[\"(-tù 1.) down (= ùlumē)\",\"used in\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ntubu\":[{\"word\":\"ntubu\",\"wordClass\":\"NNC\",\"definitions\":[\"difficulty\",\"rolling\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ntùtù\":[{\"word\":\"ntùtù\",\"wordClass\":\"NNC\",\"definitions\":[\"hair (of head, etc.; compare ajị, body hair)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ntụ ntụ\":[{\"word\":\"ntụ ntụ\",\"wordClass\":\"NNC\",\"definitions\":[\"grey; ash-coloured\"],\"examples\":[{\"igbo\":\"Òkpu afù nà-àcha ntụ ntụ\",\"english\":\"The cap is ash-grey\"}],\"variations\":[],\"stems\":[\"ntụ\"]}],\"ntụ ọkū\":[{\"word\":\"ntụ ọkū\",\"wordClass\":\"NNC\",\"definitions\":[\"ash\"],\"examples\":[],\"variations\":[],\"stems\":[\"ntụ\",\"ọkụ\"]}],\"ogbènyè ọnụ ntū\":[{\"word\":\"ogbènyè ọnụ ntū\",\"wordClass\":\"NNC\",\"definitions\":[\"very poor, destitute, person\"],\"examples\":[],\"variations\":[],\"stems\":[\"ntụ\",\"ogbènyà\",\"ọnū\"]}],\"-wụ ntụ\":[{\"word\":\"-wụ ntụ\",\"wordClass\":\"AV\",\"definitions\":[\"buy gunpowder\"],\"examples\":[],\"variations\":[],\"stems\":[\"ntụ\",\"-wụ\"]}],\"ntụ\":[{\"word\":\"ntụ\",\"wordClass\":\"NNC\",\"definitions\":[\"ash; powder\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-tụ ntụ\":[{\"word\":\"-tụ ntụ\",\"wordClass\":\"NNC\",\"definitions\":[\"tell a lie\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹtụ\"]}],\"Ị nà-àtụ ntụ\":[{\"word\":\"Ị nà-àtụ ntụ\",\"wordClass\":\"NNC\",\"definitions\":[\"You are telling a lie\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹtụ\"]}],\"ǹtụ\":[{\"word\":\"ǹtụ\",\"wordClass\":\"NNC\",\"definitions\":[\"deception; guile; craft; cunning\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ntụlụ\":[{\"word\":\"ntụlụ\",\"wordClass\":\"AV\",\"definitions\":[\"hardship; misfortune\",\"roguery; fraud\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ\"]}],\"nà ǹtụmade\":[{\"word\":\"nà ǹtụmade\",\"wordClass\":\"NNC\",\"definitions\":[\"suddenly; unexpectedly\"],\"examples\":[{\"igbo\":\"Afù m Ọjì nà ǹtụmade\",\"english\":\"I saw Ọjị unexpectedly\"}],\"variations\":[],\"stems\":[\"ǹtụmādị\"]}],\"ǹtụmādị\":[{\"word\":\"ǹtụmādị\",\"wordClass\":\"NNC\",\"definitions\":[\"suddenness; unexpectedness\"],\"examples\":[],\"variations\":[\"ǹtụmade\"],\"stems\":null}],\"ǹtùmàdì\":[{\"word\":\"ǹtùmàdì\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\",\"especially; particularly\"],\"examples\":[{\"igbo\":\"Ọ nà-àsọ m#ijē mkpaghalị nà mgbèdè anyàsì tùmàdù nà m nòdụ n’èzùmike\",\"english\":\"I love going on a stroll in the evenings, particularly when I am on leave\"}],\"variations\":[\"ǹtùmàdù\",\"tùmàdì\",\"tùmàdù\"],\"stems\":null}],\"ǹtụtū\":[{\"word\":\"ǹtụtū\",\"wordClass\":\"NNC\",\"definitions\":[\"needle\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ònunu\":[{\"word\":\"ònunu\",\"wordClass\":\"AV\",\"definitions\":[\"pushing\",\"rearing (animals)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nu\"]}],\"-nubà\":[{\"word\":\"-nubà\",\"wordClass\":\"AV\",\"definitions\":[\"push in\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nu\"]}],\"-nu enu\":[{\"word\":\"-nu enu\",\"wordClass\":\"AV\",\"definitions\":[\"urge; force someone to do something against his wish\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nu\"]}],\"-nufù\":[{\"word\":\"-nufù\",\"wordClass\":\"AV\",\"definitions\":[\"mislead; deceive; advise wrongly; seduce; push out of the way\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nu\"]}],\"-nughalị\":[{\"word\":\"-nughalị\",\"wordClass\":\"AV\",\"definitions\":[\"go about (in a herd or crowd); push about\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nu\"]}],\"-nukpọ\":[{\"word\":\"-nukpọ\",\"wordClass\":\"AV\",\"definitions\":[\"urge on; hurry on\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nu\"]}],\"-nunù\":[{\"word\":\"-nunù\",\"wordClass\":\"AV\",\"definitions\":[\"entangle; perplex; bewilder; be entangled\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nu\"]}],\"-nunye\":[{\"word\":\"-nunye\",\"wordClass\":\"AV\",\"definitions\":[\"push into (e.g. trouble, problematic situation); mislead into\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nu\"]}],\"-nupù\":[{\"word\":\"-nupù\",\"wordClass\":\"AV\",\"definitions\":[\"push out; sail, push off (a boat); set off (in vehicle)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nu\"]}],\"-nupùta\":[{\"word\":\"-nupùta\",\"wordClass\":\"AV\",\"definitions\":[\"force out; gush out\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nu\"]}],\"-nurù\":[{\"word\":\"-nurù\",\"wordClass\":\"AV\",\"definitions\":[\"take hold and shake\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nu\"]}],\"-nutù\":[{\"word\":\"-nutù\",\"wordClass\":\"AV\",\"definitions\":[\"push down\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nu\"]}],\"-nu ọbìà\":[{\"word\":\"-nu ọbìà\",\"wordClass\":\"AV\",\"definitions\":[\"offer hospitality (= -ne ọbìà)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nu\"]}],\"-nu\":[{\"word\":\"-nu\",\"wordClass\":\"AV\",\"definitions\":[\"push; take hold of and cause to move\",\"be bitter\",\"buy (palmwine, or other native drink); compare -go, -zụ buy (anything else); -kpa (buy oil only)\",\"rear animals\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-nùta\":[{\"word\":\"-nùta\",\"wordClass\":\"\",\"definitions\":[\"(deriv.suff.) never; not ever (with negative verb)\",\"fight for; spoil; rob; loot\"],\"examples\":[{\"igbo\":\"Òkeēke tìlì nwa Okaàfò, Okaàfò weè je ịnùtà ògù\",\"english\":\"Okeeke beat Okaafọ's son, so Okaafọ went to fight on his behalf\"}],\"variations\":[],\"stems\":[\"-nù\"]}],\"-nùcha\":[{\"word\":\"-nùcha\",\"wordClass\":\"AV\",\"definitions\":[\"loot\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nù\"]}],\"-nù ògù\":[{\"word\":\"-nù ògù\",\"wordClass\":\"AV\",\"definitions\":[\"fight (a fight)\",\"fight\"],\"examples\":[{\"igbo\":\"Ọ nà-anū ògù\",\"english\":\"He is fighting\"}],\"variations\":[],\"stems\":[\"-nù\",\"ògù\"]}],\"-nùpù isi\":[{\"word\":\"-nùpù isi\",\"wordClass\":\"AV\",\"definitions\":[\"be disobedient; rebel; revolt\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nù\"]}],\"-nùsò\":[{\"word\":\"-nùsò\",\"wordClass\":\"AV\",\"definitions\":[\"strive, fight, against; war with\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nù\"]}],\"-nùsò agha\":[{\"word\":\"-nùsò agha\",\"wordClass\":\"AV\",\"definitions\":[\"war against; engage in battle against\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nù\"]}],\"-nùsò ògù\":[{\"word\":\"-nùsò ògù\",\"wordClass\":\"AV\",\"definitions\":[\"fight against\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nù\"]}],\"-nù ùnù\":[{\"word\":\"-nù ùnù\",\"wordClass\":\"AV\",\"definitions\":[\"struggle\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nù\"]}],\"onye nnụsō ògù\":[{\"word\":\"onye nnụsō ògù\",\"wordClass\":\"AV\",\"definitions\":[\"an enemy\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nù\",\"onye\",\"ògù\"]}],\"ònùmà\":[{\"word\":\"ònùmà\",\"wordClass\":\"NNC\",\"definitions\":[\"severe displeasure; wrath; fury; stronger than iwe (compare -nù 1. fight)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-nù\":[{\"word\":\"-nù\",\"wordClass\":\"AV\",\"definitions\":[\"fight; war; strive\"],\"examples\":[{\"igbo\":\"Ò bịanùrò ebe à\",\"english\":\"He never visited here\"},{\"igbo\":\"Ọ mā enwenùta ike ibūtù m n’ànì\",\"english\":\"She will never be able to throw me to the ground\"}],\"variations\":[],\"stems\":[]}],\"nụ\":[{\"word\":\"nụ\",\"wordClass\":\"ADV\",\"definitions\":[\"Gwànụ m#Please tell me\"],\"examples\":[{\"igbo\":\"Nyènụ m#nnu\",\"english\":\"Give me some salt, please!\"}],\"variations\":[],\"stems\":null}],\"ònụnụ\":[{\"word\":\"ònụnụ\",\"wordClass\":\"AV\",\"definitions\":[\"hearing\",\"marrying\"],\"examples\":[{\"igbo\":\"Anùlù m ya ǹnyàafù\",\"english\":\"I married her yesterday\"}],\"variations\":[],\"stems\":[\"-nụ\"]}],\"-nụ anụ\":[{\"word\":\"-nụ anụ\",\"wordClass\":\"AV\",\"definitions\":[\"hear; obey\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nụ\"]}],\"-nụfìè\":[{\"word\":\"-nụfìè\",\"wordClass\":\"AV\",\"definitions\":[\"hear incorrectly\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nụ\"]}],\"-nụfịalụ\":[{\"word\":\"-nụfịalụ\",\"wordClass\":\"AV\",\"definitions\":[\"overhear\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nụ\"]}],\"-nụ okwu\":[{\"word\":\"-nụ okwu\",\"wordClass\":\"AV\",\"definitions\":[\"hear; obey\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nụ\",\"okwu\"]}],\"-nụta ìkpè\":[{\"word\":\"-nụta ìkpè\",\"wordClass\":\"AV\",\"definitions\":[\"hear bad talk about someone (and often report it)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nụ\"]}],\"-nụ nwaànyì\":[{\"word\":\"-nụ nwaànyì\",\"wordClass\":\"AV\",\"definitions\":[\"marry (of man)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nụ\",\"nwaāmili\"]}],\"-nụ nwunye\":[{\"word\":\"-nụ nwunye\",\"wordClass\":\"AV\",\"definitions\":[\"marry (of man)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nụ\"]}],\"-nụ ọkụ\":[{\"word\":\"-nụ ọkụ\",\"wordClass\":\"AV\",\"definitions\":[\"be warm\",\"be hot\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nụ\",\"ọkụ\"]}],\"-nụ ọkụ n’obì\":[{\"word\":\"-nụ ọkụ n’obì\",\"wordClass\":\"AV\",\"definitions\":[\"be zealous, enthusiastic; agitate; anger; enrage\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nụ\",\"obì\"]}],\"-nụ\":[{\"word\":\"-nụ\",\"wordClass\":\"AV\",\"definitions\":[\"hear\",\"marry\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"nù\":[{\"word\":\"nù\",\"wordClass\":\"ADV\",\"definitions\":[\"plural\"],\"examples\":[{\"igbo\":\"Bìanù!\",\"english\":\"Come, you people!\"},{\"igbo\":\"Dàalụ nù\",\"english\":\"Greetings to you all\"},{\"igbo\":\"Kà ànyị lie nù\",\"english\":\"Let's eat\"},{\"igbo\":\"Fa bīago nù\",\"english\":\"They've come\"}],\"variations\":[],\"stems\":null}],\"-nù-cha\":[{\"word\":\"-nù-cha\",\"wordClass\":\"AV\",\"definitions\":[\"purify; prove; try; refine; be purified, proved, etc. (metals, by fire)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"Nye m#ifeē nụfù\":[{\"word\":\"Nye m#ifeē nụfù\",\"wordClass\":\"DEM\",\"definitions\":[\"Give me that thing yonder\"],\"examples\":[],\"variations\":[],\"stems\":[\"nụfù\"]}],\"nụfù\":[{\"word\":\"nụfù\",\"wordClass\":\"DEM\",\"definitions\":[\"that yonder\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nụnwà\":[{\"word\":\"nụnwà\",\"wordClass\":\"DEM\",\"definitions\":[\"this (compare nwà)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nụù\":[{\"word\":\"nụù\",\"wordClass\":\"DEM\",\"definitions\":[\"that; that yonder\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nwa\":[{\"word\":\"nwa\",\"wordClass\":\"\",\"definitions\":[\"see nnwa\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ndi à nwà\":[{\"word\":\"ndi à nwà\",\"wordClass\":\"ADV\",\"definitions\":[\"these very ones\"],\"examples\":[],\"variations\":[],\"stems\":[\"nwà\"]}],\"n gị nwà\":[{\"word\":\"n gị nwà\",\"wordClass\":\"ADV\",\"definitions\":[\"you; yourself; thou; thyself (emphatic)\"],\"examples\":[],\"variations\":[],\"stems\":[\"nwà\"]}],\"nwà\":[{\"word\":\"nwà\",\"wordClass\":\"ADV\",\"definitions\":[\"very, -self (used with nominals) Kèdụ màkà gị nwà? And how are you yourself?\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ònwùnwà\":[{\"word\":\"ònwùnwà\",\"wordClass\":\"NNC\",\"definitions\":[\"temptation; trial; proof (-nwà 1. tempt, try)\"],\"examples\":[{\"igbo\":\"Èkê nò n’ime ònwùnwà\",\"english\":\"Eke is in temptation\"},{\"igbo\":\"Edūbànà àyì n’ime ònwùnwà\",\"english\":\"Lead us not into temptation\"}],\"variations\":[],\"stems\":null}],\"nwà kene!\":[{\"word\":\"nwà kene!\",\"wordClass\":\"\",\"definitions\":[\"just try! Try first!\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwà\"]}],\"-nwàne\":[{\"word\":\"-nwàne\",\"wordClass\":\"\",\"definitions\":[\"try; tempt; attempt\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwà\"]}],\"-nwànye\":[{\"word\":\"-nwànye\",\"wordClass\":\"\",\"definitions\":[\"try (to a praiseworthy extent)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwà\"]}],\"-nwà òkò\":[{\"word\":\"-nwà òkò\",\"wordClass\":\"\",\"definitions\":[\"try one’s best\",\"try one's best\"],\"examples\":[{\"igbo\":\"Anwàgo m òkò m\",\"english\":\"I have done my best\"}],\"variations\":[],\"stems\":[\"-nwà\",\"òkò\"]}],\"-nwà\":[{\"word\":\"-nwà\",\"wordClass\":\"\",\"definitions\":[\"attempt; try; essay; tempt; prove\",\"spit out\",\"urine\"],\"examples\":[],\"variations\":[\"nwaāmịlị\"],\"stems\":[]}],\"nwaànyì akpù obì\":[{\"word\":\"nwaànyì akpù obì\",\"wordClass\":\"NNC\",\"definitions\":[\"freshwater flying fish (Pantodon buchholzi) (= òjì n kù)\"],\"examples\":[],\"variations\":[],\"stems\":[\"nwaāmili\"]}],\"nwaànyì ime\":[{\"word\":\"nwaànyì ime\",\"wordClass\":\"NNC\",\"definitions\":[\"pregnant woman\"],\"examples\":[],\"variations\":[],\"stems\":[\"nwaāmili\"]}],\"agadiì nwaànyì\":[{\"word\":\"agadiì nwaànyì\",\"wordClass\":\"NNC\",\"definitions\":[\"old woman\"],\"examples\":[],\"variations\":[],\"stems\":[\"nwaāmili\"]}],\"agbàlà nwaànyì\":[{\"word\":\"agbàlà nwaànyì\",\"wordClass\":\"NNC\",\"definitions\":[\"woman of great influence or of strong, stout build\"],\"examples\":[],\"variations\":[],\"stems\":[\"nwaāmili\"]}],\"nwanne  nwaàyì\":[{\"word\":\"nwanne  nwaàyì\",\"wordClass\":\"NNC\",\"definitions\":[\"sister; female relative\"],\"examples\":[],\"variations\":[],\"stems\":[\"nwaāmili\"]}],\"ọgò nwaàyì\":[{\"word\":\"ọgò nwaàyì\",\"wordClass\":\"NNC\",\"definitions\":[\"mother-in-law; female relative-in-law;\",\"mother-in-law; any female relative by marriage\"],\"examples\":[],\"variations\":[\"nwaànyì\"],\"stems\":[\"nwaāmili\",\"ọgò\"]}],\"nwaāmili\":[{\"word\":\"nwaāmili\",\"wordClass\":\"NNC\",\"definitions\":[\"woman\"],\"examples\":[],\"variations\":[\"nwaàyì\",\"nwaànyì\"],\"stems\":null}],\"-nwà-cha\":[{\"word\":\"-nwà-cha\",\"wordClass\":\"\",\"definitions\":[\"be slippery (as of mud)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nwantan ta anyā\":[{\"word\":\"nwantan ta anyā\",\"wordClass\":\"NNC\",\"definitions\":[\"pupil of eye\"],\"examples\":[],\"variations\":[],\"stems\":[\"nwantan ta\"]}],\"nwayòò nwayòò\":[{\"word\":\"nwayòò nwayòò\",\"wordClass\":\"NNC\",\"definitions\":[\"very gently, slowly, softly; gradually Na-àkpụ yā nwayòò nwayòò Be pulling it gently or slowly\"],\"examples\":[],\"variations\":[],\"stems\":[\"nwantan ta\"]}],\"nwantan ta\":[{\"word\":\"nwantan ta\",\"wordClass\":\"NNC\",\"definitions\":[\"unknown person; dummy; make-believe; creature of imagination; bogey-man\",\"gentleness; quietness; slow, gentle movement Nwayòò Gentle (advice, greeting, warning, sympathy) Wèlụ nwayòò Be gentle, careful Adì m nwayòò I am gentle, quiet (by nature) Wèlụ nwayòò na-èje Be walking, going, gently Nòdụ nwayòò Sit or stay quietly or, Be quiet Nwayòò bù ijè The best way of doing anything is to go about it gently, carefully and confidently. (Lit. Gentleness is journey)\"],\"examples\":[],\"variations\":[\"nwayò\",\"nwayòò\"],\"stems\":null}],\"ònwunwe\":[{\"word\":\"ònwunwe\",\"wordClass\":\"\",\"definitions\":[\"having\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwe\"]}],\"-nwe aka ntachi\":[{\"word\":\"-nwe aka ntachi\",\"wordClass\":\"\",\"definitions\":[\"be stingy, miserly\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwe\"]}],\"-nwe ākọ\":[{\"word\":\"-nwe ākọ\",\"wordClass\":\"\",\"definitions\":[\"be intelligent\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwe\"]}],\"-nwe anya ukwu\":[{\"word\":\"-nwe anya ukwu\",\"wordClass\":\"\",\"definitions\":[\"covet\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwe\"]}],\"-nwe àtù\":[{\"word\":\"-nwe àtù\",\"wordClass\":\"\",\"definitions\":[\"have an equal, another of its kind\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwe\"]}],\"-nwefọ\":[{\"word\":\"-nwefọ\",\"wordClass\":\"\",\"definitions\":[\"have remaining\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwe\"]}],\"-nwe ifele\":[{\"word\":\"-nwe ifele\",\"wordClass\":\"\",\"definitions\":[\"be shy, reserved, considerate\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwe\"]}],\"enwe  ifele\":[{\"word\":\"enwe  ifele\",\"wordClass\":\"\",\"definitions\":[\"unrestrained; unabashed\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwe\"]}],\"enwe  ike\":[{\"word\":\"enwe  ike\",\"wordClass\":\"\",\"definitions\":[\"weak, feeble, incapable, incompetent, useless\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwe\"]}],\"enwe  isi\":[{\"word\":\"enwe  isi\",\"wordClass\":\"\",\"definitions\":[\"useless\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwe\"]}],\"-nwe isi awele\":[{\"word\":\"-nwe isi awele\",\"wordClass\":\"\",\"definitions\":[\"be lucky; have good luck\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwe\"]}],\"-nweka\":[{\"word\":\"-nweka\",\"wordClass\":\"\",\"definitions\":[\"have much Anà m ènweka letà I have a lot of mail\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwe\"]}],\"-nwekọlịta\":[{\"word\":\"-nwekọlịta\",\"wordClass\":\"\",\"definitions\":[\"have in common Ò nwerọ  ife ayị nwèkòlìtàlù ọnụ  We have nothing in common\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwe\"]}],\"-nwe ònwe\":[{\"word\":\"-nwe ònwe\",\"wordClass\":\"\",\"definitions\":[\"be free\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwe\",\"ònwe\"]}],\"-nwe òfọ\":[{\"word\":\"-nwe òfọ\",\"wordClass\":\"\",\"definitions\":[\"be innocent, in the right, just\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwe\",\"òfọ\"]}],\"-nwe ọnụ\":[{\"word\":\"-nwe ọnụ\",\"wordClass\":\"\",\"definitions\":[\"be talkative\",\"have an (influential) voice in; be in a position to be listened to\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwe\"]}],\"-nweta\":[{\"word\":\"-nweta\",\"wordClass\":\"\",\"definitions\":[\"obtain; get\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwe\"]}],\"-nwe uchè\":[{\"word\":\"-nwe uchè\",\"wordClass\":\"\",\"definitions\":[\"be sensible, wise\",\"be wise, intelligent\"],\"examples\":[{\"igbo\":\"Roseline nwèlù uchè\",\"english\":\"Roseline is very intelligent\"}],\"variations\":[],\"stems\":[\"-nwe\",\"uchè\"]}],\"enwe  uchè\":[{\"word\":\"enwe  uchè\",\"wordClass\":\"\",\"definitions\":[\"simpleness; foolishness\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwe\"]}],\"-nwe ùbụlù\":[{\"word\":\"-nwe ùbụlù\",\"wordClass\":\"\",\"definitions\":[\"be intelligent, brainy, sensible, brilliant\"],\"examples\":[{\"igbo\":\"Ụmū Okaàfò àna-ènweka ūbụlù\",\"english\":\"Okaafọ's children are usually brainy\"}],\"variations\":[],\"stems\":[\"-nwe\",\"ùbụlù\"]}],\"o nwee\":[{\"word\":\"o nwee\",\"wordClass\":\"\",\"definitions\":[\"if; suppose; supposing that\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwe\",\"ọ\"]}],\"onye nwe\":[{\"word\":\"onye nwe\",\"wordClass\":\"\",\"definitions\":[\"lord; master; mistress; owner Onye nwe  ayị The Lord\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwe\"]}],\"-nwe\":[{\"word\":\"-nwe\",\"wordClass\":\"\",\"definitions\":[\"have; own\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-nwè\":[{\"word\":\"-nwè\",\"wordClass\":\"\",\"definitions\":[\"see -nwò\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-nwoji\":[{\"word\":\"-nwoji\",\"wordClass\":\"DEM\",\"definitions\":[\"break off\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwo\"]}],\"nnwòji\":[{\"word\":\"nnwòji\",\"wordClass\":\"DEM\",\"definitions\":[\"sprain; dislocation\"],\"examples\":[],\"variations\":[\"nnwoji\"],\"stems\":[\"-nwo\"]}],\"-nwojipù\":[{\"word\":\"-nwojipù\",\"wordClass\":\"DEM\",\"definitions\":[\"be out of joint\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwo\"]}],\"-nwosị\":[{\"word\":\"-nwosị\",\"wordClass\":\"DEM\",\"definitions\":[\"pluck, remove (grains of maize or ripe palm-fruits from cob or bunch respectively)\",\"pluck off\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwo\",\"-sị\"]}],\"-nwosịsì\":[{\"word\":\"-nwosịsì\",\"wordClass\":\"DEM\",\"definitions\":[\"drop leaves or unripe fruit (of tree)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwo\"]}],\"ònwùnwè\":[{\"word\":\"ònwùnwè\",\"wordClass\":\"DEM\",\"definitions\":[\"changing\",\"change bodily appearance (e.g. put mask on or off)\"],\"examples\":[],\"variations\":[\"ònwùnwò -nwò àrụ\",\"-wò àrụ\"],\"stems\":[\"-nwo\"]}],\"-nwò ènwò\":[{\"word\":\"-nwò ènwò\",\"wordClass\":\"DEM\",\"definitions\":[\"change; be changed; metamorphose; be transfigured\",\"change; exchange Bikō gbanwòolụ m  ji n kaà màkà nà o lèlù ùle Please change this yam for me, for it is rotten Ndị àfè ojiiì jìdèlù òfu nwoke  nā-agbanwò egō n’afịa The police arrested a man exchanging money in the market Anà m èje ụnọ  àkù ịgbānwò ego ochiìè m fùlù n’akpàtì m n nyàafù I am going to the bank to change the old money I found in my box yesterday\"],\"examples\":[],\"variations\":[\"-wò èwò -gbanwò\"],\"stems\":[\"-nwo\"]}],\"agadiì nwoke\":[{\"word\":\"agadiì nwoke\",\"wordClass\":\"DEM\",\"definitions\":[\"old man\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwo\"]}],\"-ma nnwoke\":[{\"word\":\"-ma nnwoke\",\"wordClass\":\"DEM\",\"definitions\":[\"not to be in state of virginity (of woman) (literally know a man)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwo\"]}],\"nwanne  nwoke\":[{\"word\":\"nwanne  nwoke\",\"wordClass\":\"DEM\",\"definitions\":[\"brother; male relation\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwo\"]}],\"nwa nwoke\":[{\"word\":\"nwa nwoke\",\"wordClass\":\"DEM\",\"definitions\":[\"male child; son\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwo\"]}],\"nwatà nwoke\":[{\"word\":\"nwatà nwoke\",\"wordClass\":\"DEM\",\"definitions\":[\"boy; son\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwo\"]}],\"ọgò nwoke\":[{\"word\":\"ọgò nwoke\",\"wordClass\":\"DEM\",\"definitions\":[\"father-in-law; male relative-in-law\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwo\"]}],\"ụmù nwoke\":[{\"word\":\"ụmù nwoke\",\"wordClass\":\"DEM\",\"definitions\":[\"men (as opposed to women)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwo\"]}],\"-nwo\":[{\"word\":\"-nwo\",\"wordClass\":\"DEM\",\"definitions\":[\"pluck; remove (grains of maize, ripe palm-nuts, from cob or bunch); fall out (e.g. from the socket like a joint or ripe fruit)\",\"change; be changed; metamorphose; transfigure\",\"man; male\",\"this; at this time; now; like this\"],\"examples\":[],\"variations\":[\"-nwò\",\"-wò\",\"-nwè\",\"nwoke \",\"nnwoke\",\"nwọò\",\"n nwọò\"],\"stems\":null}],\"wọò\":[{\"word\":\"wọò\",\"wordClass\":\"\",\"definitions\":[\"see nwọò\"],\"examples\":[{\"igbo\":\"Ife n nwọò fa dèbèlù n’agìga iìlo nà-èyi ụmù akā egwù\",\"english\":\"This thing they placed beside the road frightens the children.\"},{\"igbo\":\"Etu ọ dìlì n’ìzìzì kà ọ dì nwọò...\",\"english\":\"As it was in the beginning, is now ...\"},{\"igbo\":\"Mèe yā n nwọò Do it like this Etu m dì kà m dì nwọò ènwerọ m ịke ịtā afụfụ màkà nà abù m nnukwu ògàlànyà\",\"english\":\"As I am (in my present position) I cannot suffer any deprivation because I am a fabulously rich man\"}],\"variations\":[],\"stems\":[]}],\"ònwunwu\":[{\"word\":\"ònwunwu\",\"wordClass\":\"NNC\",\"definitions\":[\"cleanness; brightness; shining\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-nwuchapù\":[{\"word\":\"-nwuchapù\",\"wordClass\":\"NNC\",\"definitions\":[\"be thoroughly clean; wash, rinse out; absolve\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwu\"]}],\"-nwuchita anya\":[{\"word\":\"-nwuchita anya\",\"wordClass\":\"NNC\",\"definitions\":[\"dazzle the eyes\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwu\"]}],\"-nwu enwu\":[{\"word\":\"-nwu enwu\",\"wordClass\":\"NNC\",\"definitions\":[\"shine; blaze; flare\",\"shine, glitter, very brightly; be very white\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwu\"]}],\"-nwugha\":[{\"word\":\"-nwugha\",\"wordClass\":\"NNC\",\"definitions\":[\"change colour\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwu\"]}],\"-nwulu ọkụ\":[{\"word\":\"-nwulu ọkụ\",\"wordClass\":\"NNC\",\"definitions\":[\"catch fire\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwu\"]}],\"-nwupù\":[{\"word\":\"-nwupù\",\"wordClass\":\"NNC\",\"definitions\":[\"glitter\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwu\"]}],\"-nwusà\":[{\"word\":\"-nwusà\",\"wordClass\":\"NNC\",\"definitions\":[\"shine around; illuminate\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwu\"]}],\"nwuny+e diì\":[{\"word\":\"nwuny+e diì\",\"wordClass\":\"NNC\",\"definitions\":[\"co-wife\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwu\"]}],\"-nụ nwunyè\":[{\"word\":\"-nụ nwunyè\",\"wordClass\":\"NNC\",\"definitions\":[\"marry (of man)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwu\"]}],\"-nwu\":[{\"word\":\"-nwu\",\"wordClass\":\"NNC\",\"definitions\":[\"shine; burn; be clean, pure, bright; flare; blaze\",\"female; wife\"],\"examples\":[],\"variations\":[\"nwunyè\",\"nwunyì\"],\"stems\":null}],\"A.\":[{\"word\":\"A.\",\"wordClass\":\"NNC\",\"definitions\":[\"die\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwụ\"]}],\"ònwụnwụ\":[{\"word\":\"ònwụnwụ\",\"wordClass\":\"NNC\",\"definitions\":[\"dying\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwụ\"]}],\"-nwụ anwụ\":[{\"word\":\"-nwụ anwụ\",\"wordClass\":\"NNC\",\"definitions\":[\"be dead\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwụ\"]}],\"-nwụnye ọlụ\":[{\"word\":\"-nwụnye ọlụ\",\"wordClass\":\"NNC\",\"definitions\":[\"be very ill, half-dead\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwụ\"]}],\"-nwụ ọnwụ Chiì\":[{\"word\":\"-nwụ ọnwụ Chiì\",\"wordClass\":\"NNC\",\"definitions\":[\"die a natural death Nwoke afù nwùlù ọnwụ Chiì ya The man died a natural death\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwụ\"]}],\"-gbanwụ\":[{\"word\":\"-gbanwụ\",\"wordClass\":\"NNC\",\"definitions\":[\"wither; shrink; be numb\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwụ\"]}],\"anwụ  anwụ\":[{\"word\":\"anwụ  anwụ\",\"wordClass\":\"NNC\",\"definitions\":[\"neg. noun phrase, as in Onye à bù anwụ  anwụ This person never seems to get old, or, This person bears a charmed life\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwụ\"]}],\"-nwụ àrụ\":[{\"word\":\"-nwụ àrụ\",\"wordClass\":\"AV\",\"definitions\":[\"make ill; be ill; cause illness\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwụ\"]}],\"(àrụ) nwụ\":[{\"word\":\"(àrụ) nwụ\",\"wordClass\":\"AV\",\"definitions\":[\"be sick Àrụ nà-ànwụ yā He is sick\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwụ\"]}],\"àrụ ọ nwụnwụ\":[{\"word\":\"àrụ ọ nwụnwụ\",\"wordClass\":\"AV\",\"definitions\":[\"illness\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwụ\"]}],\"-nwụdo\":[{\"word\":\"-nwụdo\",\"wordClass\":\"AV\",\"definitions\":[\"catch; snare\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwụ\"]}],\"-nwụ\":[{\"word\":\"-nwụ\",\"wordClass\":\"NNC\",\"definitions\":[\"AV\",\"catch; grip\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-nwùchi anya\":[{\"word\":\"-nwùchi anya\",\"wordClass\":\"\",\"definitions\":[\"close, shut eyes\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwù-\"]}],\"-nwù-\":[{\"word\":\"-nwù-\",\"wordClass\":\"\",\"definitions\":[\"AV\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-sụnwù\":[{\"word\":\"-sụnwù\",\"wordClass\":\"ESUF\",\"definitions\":[\"re-wash; wash again Ọ gà-àsụnwù akwà ọ sùlù n’ùtụtù She will re-wash the cloth she washed in the morning\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwù\"]}],\"-nwù ọnwù\":[{\"word\":\"-nwù ọnwù\",\"wordClass\":\"ESUF\",\"definitions\":[\"take without permission from a close friend\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwù\"]}],\"-nwùta\":[{\"word\":\"-nwùta\",\"wordClass\":\"ESUF\",\"definitions\":[\"borrow (clothes, accessories, etc.) to wear to make a good impression\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nwù\"]}],\"-nwù\":[{\"word\":\"-nwù\",\"wordClass\":\"ESUF\",\"definitions\":[\"re-iron; iron again\",\"AV\"],\"examples\":[{\"igbo\":\"Ọ chìlì àfe ìgọzi ijì nwùsa ykā ọnwù\",\"english\":\"She took Ngọzi’s clothes because they were intimate (implies N. can easily spare them and will not be annoyed)\"}],\"variations\":[\"-nwù\",\"-ñù-\"],\"stems\":null}],\"NY\":[{\"word\":\"NY\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"nya\":[{\"word\":\"nya\",\"wordClass\":\"\",\"definitions\":[\"see ya\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-nyachi\":[{\"word\":\"-nyachi\",\"wordClass\":\"AV\",\"definitions\":[\"stop up cracks; seal\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nya\"]}],\"-nyado\":[{\"word\":\"-nyado\",\"wordClass\":\"AV\",\"definitions\":[\"stick; stop up a hole\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nya\"]}],\"-nyakụ\":[{\"word\":\"-nyakụ\",\"wordClass\":\"AV\",\"definitions\":[\"adhere; cling; stick\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nya\"]}],\"-nyakụdo\":[{\"word\":\"-nyakụdo\",\"wordClass\":\"AV\",\"definitions\":[\"adhere to; cling to; stick to\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nya\"]}],\"-nya\":[{\"word\":\"-nya\",\"wordClass\":\"AV\",\"definitions\":[\"be sticky\",\"warm oneself; bask\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"nnyagò\":[{\"word\":\"nnyagò\",\"wordClass\":\"AV\",\"definitions\":[\"crookedness; sinuousness; bent state\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nyà\"]}],\"-nyà\":[{\"word\":\"-nyà\",\"wordClass\":\"AV\",\"definitions\":[\"bending; driving\",\"AV\"],\"examples\":[{\"igbo\":\"Ọ nà-anyàka isi\",\"english\":\"He boasts too much\"}],\"variations\":[],\"stems\":[]}],\"-nyàji\":[{\"word\":\"-nyàji\",\"wordClass\":\"AV\",\"definitions\":[\"(trans. and intrans.) break asunder; snap (trans.) Ènwè afù nà-àchọ ịnyàjì alakā osisi The monkey is going to break the branch of the tree (intrans.) Alakā osisi afù gà-anyàji tupu ụtụtù echiì The branch of the tree will break before tomorrow morning\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nyà-\"]}],\"-nyàjipù\":[{\"word\":\"-nyàjipù\",\"wordClass\":\"AV\",\"definitions\":[\"break, snap, off Nyajìpù alakā osisi afù Break off the branch of the tree\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nyà-\"]}],\"-nyàka\":[{\"word\":\"-nyàka\",\"wordClass\":\"AV\",\"definitions\":[\"break off; pull off; sever; pluck off violently\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nyà-\"]}],\"-nyàkapù\":[{\"word\":\"-nyàkapù\",\"wordClass\":\"AV\",\"definitions\":[\"pull off, pluck off, sever, break off, violently\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nyà-\"]}],\"-nyàpelụ\":[{\"word\":\"-nyàpelụ\",\"wordClass\":\"AV\",\"definitions\":[\"break off a fragment Nyàpelụ nwantịntị àchìchà tàa Break off a small piece of biscuit and eat\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nyà-\"]}],\"-nyàwa\":[{\"word\":\"-nyàwa\",\"wordClass\":\"AV\",\"definitions\":[\"break in pieces (usually of soft objects like bread, cake) Nyàwaa àchìchà afù ụzò naàbọ Break the bread into two\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nyà-\"]}],\"-nyà-\":[{\"word\":\"-nyà-\",\"wordClass\":\"AV\",\"definitions\":[\"break\"],\"examples\":[],\"variations\":[],\"stems\":null}],\";nyamanyama\":[{\"word\":\";nyamanyama\",\"wordClass\":\"NNC\",\"definitions\":[\"stickiness Ọgwụ  diCníme mkpò afù nà-ème nyamanyama The drug in that small bottle is sticky\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ònyinye\":[{\"word\":\"ònyinye\",\"wordClass\":\"AV\",\"definitions\":[\"giving\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nye\"]}],\"-nyechìata\":[{\"word\":\"-nyechìata\",\"wordClass\":\"AV\",\"definitions\":[\"give back (= -nyechìgha) Ị   nyechìatago yā akwụkwọ yā? Have you given him his book back?\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nye\"]}],\"-nyechì(gha)\":[{\"word\":\"-nyechì(gha)\",\"wordClass\":\"AV\",\"definitions\":[\"give back, restore, return (something)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nye\"]}],\"-nye ego n gàlì\":[{\"word\":\"-nye ego n gàlì\",\"wordClass\":\"AV\",\"definitions\":[\"bribe; give a bribe\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nye\"]}],\"-nyedo\":[{\"word\":\"-nyedo\",\"wordClass\":\"AV\",\"definitions\":[\"stop, park (vehicle)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nye\"]}],\"-nye ìkwuù\":[{\"word\":\"-nye ìkwuù\",\"wordClass\":\"AV\",\"definitions\":[\"encamp\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nye\"]}],\"-nye n’ànì\":[{\"word\":\"-nye n’ànì\",\"wordClass\":\"AV\",\"definitions\":[\"land, moor, come alongside, bring alongside (of and from a boat)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nye\"]}],\"-nye kà ụgbọ\":[{\"word\":\"-nye kà ụgbọ\",\"wordClass\":\"AV\",\"definitions\":[\"(slang) be good, right, fitting, beautiful Akwà nwa āgbọghọ  afụ  yì nyèlù kà ụgbọ The dress on that lady is very attractive Oche diCgasị níme ụnò m ọfụlụ  nyèlù kà ụgbọ The chairs in my new building are very grand\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nye\"]}],\"-nye\":[{\"word\":\"-nye\",\"wordClass\":\"AV\",\"definitions\":[\"Give me\",\"Ụgbọ afù ènyego The lorry has stopped, or parked\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-nyeju\":[{\"word\":\"-nyeju\",\"wordClass\":\"\",\"definitions\":[\"supply\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nyefè\"]}],\"-nye n’aka\":[{\"word\":\"-nye n’aka\",\"wordClass\":\"\",\"definitions\":[\"commit; hand over to\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nyefè\"]}],\"-nye n dùmòọdụ\":[{\"word\":\"-nye n dùmòọdụ\",\"wordClass\":\"\",\"definitions\":[\"give counsel, advice\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nyefè\"]}],\"-nye n gàlì\":[{\"word\":\"-nye n gàlì\",\"wordClass\":\"\",\"definitions\":[\"bribe\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nyefè\"]}],\"-nye nsògbu\":[{\"word\":\"-nye nsògbu\",\"wordClass\":\"\",\"definitions\":[\"trouble; vex; persecute\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nyefè\",\"-sò\"]}],\"-nye nsọpùlụ\":[{\"word\":\"-nye nsọpùlụ\",\"wordClass\":\"\",\"definitions\":[\"give respect\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nyefè\"]}],\"-nye nzu#\":[{\"word\":\"-nye nzu#\",\"wordClass\":\"\",\"definitions\":[\"pronounce judgement in favour of; justify; acquit\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nyefè\"]}],\"-nye ònyìnye\":[{\"word\":\"-nye ònyìnye\",\"wordClass\":\"\",\"definitions\":[\"give a present make an offering (especially in church during harvest, and periodically); make donation\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nyefè\"]}],\"-nyerube\":[{\"word\":\"-nyerube\",\"wordClass\":\"\",\"definitions\":[\"give round; distribute Nyèrube ụmù akā àchìchà Serve the biscuits round to the children\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nyefè\"]}],\"-nye ụsaà\":[{\"word\":\"-nye ụsaà\",\"wordClass\":\"\",\"definitions\":[\"offer excuse\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nyefè\"]}],\"ònyìnye\":[{\"word\":\"ònyìnye\",\"wordClass\":\"NNC\",\"definitions\":[\"gift; (catholic usage) offertory\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"obiì ònyìnye\":[{\"word\":\"obiì ònyìnye\",\"wordClass\":\"\",\"definitions\":[\"generous mind; benevolent disposition\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nyefè\"]}],\"-tinye\":[{\"word\":\"-tinye\",\"wordClass\":\"\",\"definitions\":[\"put into Tìnye akwụkwọ níme akpàtì Put a book into the box\",\"put; put in; add\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nyefè\",\"-ti-\"]}],\"-wụnye\":[{\"word\":\"-wụnye\",\"wordClass\":\"\",\"definitions\":[\"pour into (especially liquids)\",\"pour into\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nyefè\",\"-wụ\"]}],\"-nyefè\":[{\"word\":\"-nyefè\",\"wordClass\":\"\",\"definitions\":[\"hand over\",\"give to excess\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-nyi\":[{\"word\":\"-nyi\",\"wordClass\":\"\",\"definitions\":[\"get up Nyìe ọtọ  Stand up Nyìri Stand up and go\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-nyìdo\":[{\"word\":\"-nyìdo\",\"wordClass\":\"AV\",\"definitions\":[\"load heavily; become too heavy for Ibu afù anyìdogo Èjìma The load has become too heavy for Ejima. (Ejima has been walking along with the load on her head but now the load has become so weighty that she can no longer move)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nyì\"]}],\"-nyìgbu\":[{\"word\":\"-nyìgbu\",\"wordClass\":\"AV\",\"definitions\":[\"overload; load to death; be overloaded, heavy-laden Bìàkutenù m ụnù ndị ibu nà-anyìgbu Come unto me, all ye that are heavy-laden\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nyì\"]}],\"-nyì ànyì\":[{\"word\":\"-nyì ànyì\",\"wordClass\":\"AV\",\"definitions\":[\"(fig.) be very many, plentiful, more than enough\"],\"examples\":[{\"igbo\":\"Òlili nà òñụñqụ nyìlì ànyì nébe àgbàmakwụkwọ Ndù\",\"english\":\"There was much to eat and drink at Ndụ’s wedding\"}],\"variations\":[],\"stems\":[\"-nyì\"]}],\"-nyì\":[{\"word\":\"-nyì\",\"wordClass\":\"AV\",\"definitions\":[\"being heavy, weighty\",\"be too much for; be beyond one’s abilit\"],\"examples\":[{\"igbo\":\"Ọ nyìlì gị\",\"english\":\"You cannot, or It is beyond your ability\"},{\"igbo\":\"Ọ nyìlì gị ịmā m òla\",\"english\":\"It is beyond your ability to slap me\"}],\"variations\":[],\"stems\":null}],\"oke nnyòcha\":[{\"word\":\"oke nnyòcha\",\"wordClass\":\"\",\"definitions\":[\"great curiosity (especially about small things)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nyò\"]}],\"-nyòchata\":[{\"word\":\"-nyòchata\",\"wordClass\":\"\",\"definitions\":[\"be curious, inquisitive Ị nā-enyòchataka You are too inquisitive\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nyò\"]}],\"nnyòchata\":[{\"word\":\"nnyòchata\",\"wordClass\":\"\",\"definitions\":[\"curiosity; inquisitiveness\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nyò\"]}],\"-nyò ènyò\":[{\"word\":\"-nyò ènyò\",\"wordClass\":\"\",\"definitions\":[\"peep\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nyò\"]}],\"nnyòkan nyò\":[{\"word\":\"nnyòkan nyò\",\"wordClass\":\"\",\"definitions\":[\"inquisitiveness; curiosity (literally much looking) (Proverb) Nnyòkan nyò kà mgbọ  jìlì da ènwè nísi Because of the monkey’s inquisitiveness, a bullet hit it on the head. (compare curiosity killed the cat)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nyò\"]}],\"-nyò\":[{\"word\":\"-nyò\",\"wordClass\":\"\",\"definitions\":[\"peep; observe; stare; spy; look through (microscope, telescope, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-nyọ\":[{\"word\":\"-nyọ\",\"wordClass\":\"NNC\",\"definitions\":[\"be lazy\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-nyụsịsị\":[{\"word\":\"-nyụsịsị\",\"wordClass\":\"AV\",\"definitions\":[\"ooze out; spout\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nyụ\"]}],\"ònyụnyụ\":[{\"word\":\"ònyụnyụ\",\"wordClass\":\"AV\",\"definitions\":[\"being extinguished; dying out\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nyụ\"]}],\"-nyụ nkọ\":[{\"word\":\"-nyụ nkọ\",\"wordClass\":\"AV\",\"definitions\":[\"be blunt\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nyụ\"]}],\"-tinyụ\":[{\"word\":\"-tinyụ\",\"wordClass\":\"AV\",\"definitions\":[\"extinguish by beating Ejì m aka tinyu ọkụ  I beat out the light with my palm\",\"extinguish by beating\"],\"examples\":[{\"igbo\":\"Òkụkò èjigo ǹkù tinyụa ọkụ mpanaka dō n’enu ochē\",\"english\":\"The fowl has extinguished the lamp on the chair with the blows of its wings\"}],\"variations\":[],\"stems\":[\"-nyụ\",\"-ti\"]}],\"-nyụkwùdo\":[{\"word\":\"-nyụkwùdo\",\"wordClass\":\"AV\",\"definitions\":[\"shut the eyes\"],\"examples\":[],\"variations\":[],\"stems\":[\"-nyụ\"]}],\"-nyụ\":[{\"word\":\"-nyụ\",\"wordClass\":\"AV\",\"definitions\":[\"pass wind, fart, ‘gas’\",\"be extinguished; die out; go out (of light, fire)\",\"(fig.) be reactionary\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"nzā\":[{\"word\":\"nzā\",\"wordClass\":\"NNC\",\"definitions\":[\"very small bird sp.\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹza\":[{\"word\":\"ǹza\",\"wordClass\":\"NNC\",\"definitions\":[\"support; stay\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"(ǹzà) -ma\":[{\"word\":\"(ǹzà) -ma\",\"wordClass\":\"NNC\",\"definitions\":[\"fall on (of lot)\"],\"examples\":[{\"igbo\":\"Ọ bù mụ kà ǹza mālụ\",\"english\":\"It is me on whom the lot fell\"},{\"igbo\":\"Ǹzà màlù Èke\",\"english\":\"The lot fell on Eke\"}],\"variations\":[],\"stems\":[\"ǹzà\"]}],\"ǹzà\":[{\"word\":\"ǹzà\",\"wordClass\":\"NNC\",\"definitions\":[\"filter (-zà 2. filter)\",\"lot(s) (as in casting lots)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ǹzàlì\":[{\"word\":\"ǹzàlì\",\"wordClass\":\"NNC\",\"definitions\":[\"horsetail usually held by chiefs; the feathery part of the maize flower\",\"(for some speakers) mane; fleece (= òzà 2.)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹzè nà ọzō\":[{\"word\":\"ǹzè nà ọzō\",\"wordClass\":\"NNC\",\"definitions\":[\"the highest title\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹzè\"]}],\"onye ǹzè\":[{\"word\":\"onye ǹzè\",\"wordClass\":\"NNC\",\"definitions\":[\"titled person\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹzè\"]}],\"nzèlè\":[{\"word\":\"nzèlè\",\"wordClass\":\"NNC\",\"definitions\":[\"tribute, anything due to ǹzè\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹzè\"]}],\"ǹzè\":[{\"word\":\"ǹzè\",\"wordClass\":\"NNC\",\"definitions\":[\"sacred ritual objects of clan to which an ọzō candidate is dedicated (Henderson 1972 259); hence generally, title\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹzịza\":[{\"word\":\"ǹzịza\",\"wordClass\":\"AV\",\"definitions\":[\"swelling; lump (-za 2. swell)\",\"swelling; bump\"],\"examples\":[],\"variations\":[\"òzịza\"],\"stems\":[\"-za\"]}],\"ǹzìzà\":[{\"word\":\"ǹzìzà\",\"wordClass\":\"NNC\",\"definitions\":[\"worship; homage\",\"large broom for sweeping outdoors\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ǹzò ụkwū\":[{\"word\":\"ǹzò ụkwū\",\"wordClass\":\"NNC\",\"definitions\":[\"footprint, footstep (-zò ụkwụ)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ǹzò\"]}],\"ǹzò\":[{\"word\":\"ǹzò\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nzu oyìbo\":[{\"word\":\"nzu oyìbo\",\"wordClass\":\"NNC\",\"definitions\":[\"chalk; lime\"],\"examples\":[],\"variations\":[],\"stems\":[\"nzū\",\"oyìbo\"]}],\"-tụ nzū\":[{\"word\":\"-tụ nzū\",\"wordClass\":\"AV\",\"definitions\":[\"sprinkle with chalk\"],\"examples\":[],\"variations\":[],\"stems\":[\"nzū\",\"-tụ\"]}],\"nzū\":[{\"word\":\"nzū\",\"wordClass\":\"NNC\",\"definitions\":[\"white clay (used for whitening, ceremonies, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹzù\":[{\"word\":\"ǹzù\",\"wordClass\":\"NNC\",\"definitions\":[\"wit\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹzuzō\":[{\"word\":\"ǹzuzō\",\"wordClass\":\"NNC\",\"definitions\":[\"hiding; secret (-zo 1. hide)\"],\"examples\":[],\"variations\":[\"ǹzuzo\"],\"stems\":[\"nzùkọ\"]}],\"ife nzuzo\":[{\"word\":\"ife nzuzo\",\"wordClass\":\"AV\",\"definitions\":[\"secret thing\"],\"examples\":[],\"variations\":[],\"stems\":[\"nzùkọ\",\"-zo\"]}],\"nzùkọ\":[{\"word\":\"nzùkọ\",\"wordClass\":\"AV\",\"definitions\":[\"meeting; council (-zùkọ)\",\"meeting; council\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zù\"]}],\"nzuzù\":[{\"word\":\"nzuzù\",\"wordClass\":\"AV\",\"definitions\":[\"stupidity; foolhardiness\",\"foolishness; stupidity; folly\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zu-zù\"]}],\"Ŋ\":[{\"word\":\"Ŋ\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"òŋịŋa\":[{\"word\":\"òŋịŋa\",\"wordClass\":\"AV\",\"definitions\":[\"scorching\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ŋa\"]}],\"-ŋacha\":[{\"word\":\"-ŋacha\",\"wordClass\":\"AV\",\"definitions\":[\"singe; burn; scorch\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ŋa\"]}],\"-ŋa ògbàdụ\":[{\"word\":\"-ŋa ògbàdụ\",\"wordClass\":\"AV\",\"definitions\":[\"roast corn\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ŋa\",\"ògbàdụ\"]}],\"-ŋa n’ọkụ\":[{\"word\":\"-ŋa n’ọkụ\",\"wordClass\":\"AV\",\"definitions\":[\"roast\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ŋa\",\"ọkụ\"]}],\"-ŋa\":[{\"word\":\"-ŋa\",\"wordClass\":\"AV\",\"definitions\":[\"singe; burn; scorch\",\"listen\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òŋìŋà\":[{\"word\":\"òŋìŋà\",\"wordClass\":\"AV\",\"definitions\":[\"being in excess\"],\"examples\":[{\"igbo\":\"Àdịrō m èli ofe nnu ŋàlù\",\"english\":\"I do not eat soup with excessive salt\"},{\"igbo\":\"Mmilī ŋàlù mmanya ǹkaà\",\"english\":\"This palmwine has been excessively diluted with water. (Lit. Water is in excess in this palmwine)\"}],\"variations\":[],\"stems\":[\"-ŋà\"]}],\"-ŋàgha\":[{\"word\":\"-ŋàgha\",\"wordClass\":\"AV\",\"definitions\":[\"shake (a container of liquid)\"],\"examples\":[{\"igbo\":\"Ŋàghaa ìtè ọgwù afù\",\"english\":\"Shake the medicine pot\"}],\"variations\":[],\"stems\":[\"-ŋà\"]}],\"-ŋàghalị\":[{\"word\":\"-ŋàghalị\",\"wordClass\":\"AV\",\"definitions\":[\"shake (a container of liquid) around Shake the pot of medicine round so that the medicine in it may mix well\",\"roll about (as of a boat on water), swing here and there (intr.) is rolling about on the water like a boat?\"],\"examples\":[{\"igbo\":\"Ŋàghalịa ìtè ọgwù afù kà ọgwū dī n’imē ya wèlụ jezùe ọnū\",\"english\":\"Shake the pot of medicine round so that the medicine in it may mix well\"},{\"igbo\":\"Nèe kà ụgbọ afū sì aŋàghalị n’enu mmīli\",\"english\":\"See how that boat is rolling about on the water\"},{\"igbo\":\"Kèdu ǹkè ị nà-aŋàghalị kà ụgbọ?\",\"english\":\"Why are you rolling about like a boat?\"}],\"variations\":[],\"stems\":[\"-ŋà\"]}],\"-ŋà-cha\":[{\"word\":\"-ŋà-cha\",\"wordClass\":\"AV\",\"definitions\":[\"rinse (tr.)\",\"fade (intr.) (of colour, photo, etc.) is fading fading\"],\"examples\":[{\"igbo\":\"Ejīgo m nchà sasịa afele. Ọ fòzìlì kà m ji mmili dī mma ŋàchaa yā\",\"english\":\"I have washed the plate with soap. It remains for me to rinse it with clean water\"},{\"igbo\":\"Ŋàchaa ārụ nnwā\",\"english\":\"Rinse the body of the child\"},{\"igbo\":\"Akwà afù nà-aŋàcha àŋàcha\",\"english\":\"That cloth fades, or that cloth is fading\"},{\"igbo\":\"Akwà afù nà-ème nŋàcha\",\"english\":\"That cloth fades, or that cloth is fading\"},{\"igbo\":\"Akwà m àŋachàpùgo\",\"english\":\"My cloth has faded\"}],\"variations\":[],\"stems\":[\"-ŋà\"]}],\"-ŋà\":[{\"word\":\"-ŋà\",\"wordClass\":\"AV\",\"definitions\":[\"be in excess\",\"be spoilt by exposure ;to sunlight (of yam, cassava, cocoyam, etc.)\",\"shake (tr.); roll (intr.)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-dị ŋàlàŋàlà\":[{\"word\":\"-dị ŋàlàŋàlà\",\"wordClass\":\"NNC\",\"definitions\":[\"be warm, lukewarm\"],\"examples\":[{\"igbo\":\"Bùtelụ m mmili dī ŋàlàŋàlà\",\"english\":\"Bring me some warm water\"}],\"variations\":[],\"stems\":[\"ŋàlàŋàlà\"]}],\"-kpò ŋàlàŋàlà\":[{\"word\":\"-kpò ŋàlàŋàlà\",\"wordClass\":\"NNC\",\"definitions\":[\"be warm, lukewarm (of objects, e.g. water)\"],\"examples\":[{\"igbo\":\"Kùtelụ m mmili kpōlụ ŋàlàŋàlà\",\"english\":\"Bring me some lukewarm water\"}],\"variations\":[],\"stems\":[\"ŋàlàŋàlà\"]}],\"ŋàlàŋàlà\":[{\"word\":\"ŋàlàŋàlà\",\"wordClass\":\"NNC\",\"definitions\":[\"warmness; tepidness\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òŋiŋe\":[{\"word\":\"òŋiŋe\",\"wordClass\":\"AV\",\"definitions\":[\"stepping over\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ŋe\"]}],\"-ŋefè\":[{\"word\":\"-ŋefè\",\"wordClass\":\"AV\",\"definitions\":[\"step over; trespass\"],\"examples\":[{\"igbo\":\"Eŋēfègo m ōzu agwō dịchili ụzò\",\"english\":\"I have stepped over the dead snake on the path\"}],\"variations\":[],\"stems\":[\"-ŋe\"]}],\"-ŋefèga\":[{\"word\":\"-ŋefèga\",\"wordClass\":\"AV\",\"definitions\":[\"step over; trespass\"],\"examples\":[{\"igbo\":\"Bikō eŋēfègàkwònà okè mụ nà gị màkà nà achōrọ m kà ị bàta n’ànì m\",\"english\":\"Please do not overstep our boundary for I do not want to find you on my land\"}],\"variations\":[],\"stems\":[\"-ŋe\"]}],\"-ŋefèta\":[{\"word\":\"-ŋefèta\",\"wordClass\":\"AV\",\"definitions\":[\"step over\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ŋe\"]}],\"nŋefèta\":[{\"word\":\"nŋefèta\",\"wordClass\":\"AV\",\"definitions\":[\"stepping over; step; threshold (of door or house)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ŋe\"]}],\"-ŋe òfì\":[{\"word\":\"-ŋe òfì\",\"wordClass\":\"AV\",\"definitions\":[\"step over somebody's outstretched legs; step over\"],\"examples\":[],\"variations\":[\"òrì\"],\"stems\":[\"-ŋe\"]}],\"-ŋe\":[{\"word\":\"-ŋe\",\"wordClass\":\"AV\",\"definitions\":[\"step over\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-ŋò iyī\":[{\"word\":\"-ŋò iyī\",\"wordClass\":\"AV\",\"definitions\":[\"borrow thing used by another for oath-taking\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ŋò\"]}],\"-ŋòtalụ\":[{\"word\":\"-ŋòtalụ\",\"wordClass\":\"AV\",\"definitions\":[\"borrow for; help borrow\"],\"examples\":[{\"igbo\":\"Jèe ŋòtalụ m òfu ochē\",\"english\":\"Go and borrow a chair for me\"}],\"variations\":[\"-ŋùtalụ\"],\"stems\":[\"-ŋò\"]}],\"-ŋò\":[{\"word\":\"-ŋò\",\"wordClass\":\"AV\",\"definitions\":[\"borrow (anything but money) (compare -nwù 3.)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nŋòmi\":[{\"word\":\"nŋòmi\",\"wordClass\":\"AV\",\"definitions\":[\"imitation\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ŋò-mi\"]}],\"-ŋò-mi\":[{\"word\":\"-ŋò-mi\",\"wordClass\":\"AV\",\"definitions\":[\"imitate\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òŋụŋụ\":[{\"word\":\"òŋụŋụ\",\"wordClass\":\"NNC\",\"definitions\":[\"drinking; drink\",\"drinking party (from -ŋụ 1. drink)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-ŋụbìga mmanya okè\":[{\"word\":\"-ŋụbìga mmanya okè\",\"wordClass\":\"AV\",\"definitions\":[\"get drunk\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ŋụ\"]}],\"-ŋụ\":[{\"word\":\"-ŋụ\",\"wordClass\":\"AV\",\"definitions\":[\"drink\"],\"examples\":[{\"igbo\":\"Anà m èje ịŋū mmilī\",\"english\":\"I am going to drink water\"}],\"variations\":[],\"stems\":null}],\"-ŋùlụ\":[{\"word\":\"-ŋùlụ\",\"wordClass\":\"AV\",\"definitions\":[\"receive; greet; congratulate; be fond of\"],\"examples\":[{\"igbo\":\"Òbi nà-aŋùlụ ụmù akā\",\"english\":\"Obi is fond of children\"},{\"igbo\":\"Jèe ŋùalụ Ụnòọma\",\"english\":\"Go and congratulate Ụnọọma\"}],\"variations\":[],\"stems\":[\"-ŋù\"]}],\"-ŋù ọŋù\":[{\"word\":\"-ŋù ọŋù\",\"wordClass\":\"AV\",\"definitions\":[\"be glad; exult; rejoice; crow over\",\"(fig.) cry as a spoilt child\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ŋù\",\"ọŋù\"]}],\"-ŋù\":[{\"word\":\"-ŋù\",\"wordClass\":\"AV\",\"definitions\":[\"be glad; exult, rejoice (against); crow over\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-ŋù-nụ\":[{\"word\":\"-ŋù-nụ\",\"wordClass\":\"AV\",\"definitions\":[\"mimic; copy\"],\"examples\":[{\"igbo\":\"Ọ nà-aŋùŋụ nnwa nā-ebe akwā\",\"english\":\"He is mimicking the child's crying\"}],\"variations\":[\"-ŋò-nụ\"],\"stems\":null}],\"O\":[{\"word\":\"O\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"o\":[{\"word\":\"o\",\"wordClass\":\"\",\"definitions\":[\"see ọ\",\"used at end of sentence when speaking to someone at a distance; sign of affirmation, or assent to a salutation\"],\"examples\":[{\"igbo\":\"Bìa ebe à o\",\"english\":\"Come here!\"},{\"igbo\":\"\\\"Dàalụ nù o\\\" \\\"Oo, gàba o\\\"\",\"english\":\"\\\"Greetings to you all\\\". \\\"Yes, come in\\\"\"}],\"variations\":[],\"stems\":[]}],\"-o\":[{\"word\":\"-o\",\"wordClass\":\"\",\"definitions\":[\"see -a\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kpọdo n’obē\":[{\"word\":\"-kpọdo n’obē\",\"wordClass\":\"NNC\",\"definitions\":[\"nail to the cross, crucify\"],\"examples\":[{\"igbo\":\"A kpòdòlù Jisùs n’ọbē màkà ndị njọ\",\"english\":\"Jesus was crucified for sinners\"},{\"igbo\":\"Onye a kpòdòlù n’obē\",\"english\":\"He who was crucified\"}],\"variations\":[],\"stems\":[\"obē\"]}],\"obē\":[{\"word\":\"obē\",\"wordClass\":\"NNC\",\"definitions\":[\"ladder; cross; cross-shaped loom\"],\"examples\":[{\"igbo\":\"Wèlu obē lìgolu enu ụnò\",\"english\":\"Go up the house with a ladder\"}],\"variations\":[\"ọbē\"],\"stems\":null}],\"òbèjìlì\":[{\"word\":\"òbèjìlì\",\"wordClass\":\"NNC\",\"definitions\":[\"sword with sheath\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọbele nnwā\":[{\"word\":\"ọbele nnwā\",\"wordClass\":\"NNC\",\"definitions\":[\"small child; caressing words used by mothers to their children\"],\"examples\":[],\"variations\":[],\"stems\":[\"obelē\"]}],\"obelē\":[{\"word\":\"obelē\",\"wordClass\":\"NNC\",\"definitions\":[\"small size\",\"kind of bird\"],\"examples\":[],\"variations\":[\"ọbelē\"],\"stems\":[]}],\"obì agū\":[{\"word\":\"obì agū\",\"wordClass\":\"NNC\",\"definitions\":[\"daring, fearless like a leopard; brave\"],\"examples\":[{\"igbo\":\"Enwèlù m obì agū, ejīgo m aka tigbue nkịtā alā\",\"english\":\"I am very brave, I once beat a mad dog to death with my hands\"}],\"variations\":[],\"stems\":[\"obì\"]}],\"(obì) -dị n’àzụ\":[{\"word\":\"(obì) -dị n’àzụ\",\"wordClass\":\"NNC\",\"definitions\":[\"be extremely wicked child who is ill is extremely wicked\",\"be foolhardy (= nzuzù) snake is foolhardy\"],\"examples\":[{\"igbo\":\"Ịpīa nwatà àrụ esirō ike ìtàlì bù obì ịdī n’àzụ\",\"english\":\"Flogging a child who is ill is extremely wicked\"},{\"igbo\":\"Ijī aka jìde agwọ dī ndù bù obì ịdī n’àzụ\",\"english\":\"Picking up a live snake is foolhardy\"}],\"variations\":[],\"stems\":[\"obì\"]}],\"obì mkpofù\":[{\"word\":\"obì mkpofù\",\"wordClass\":\"NNC\",\"definitions\":[\"act of forgiving people; good-natured character\"],\"examples\":[{\"igbo\":\"Ndù nwèlù obì ọkū mà nwekwuazị obì mkpofù\",\"english\":\"Ndù is quick-tempered but he does not bear a grudge\"}],\"variations\":[],\"stems\":[\"obì\"]}],\"obī ōkwutē\":[{\"word\":\"obī ōkwutē\",\"wordClass\":\"NNC\",\"definitions\":[\"stony-heartedness; hard-heartedness\"],\"examples\":[],\"variations\":[],\"stems\":[\"obì\"]}],\"obì ònyìnye\":[{\"word\":\"obì ònyìnye\",\"wordClass\":\"NNC\",\"definitions\":[\"generous mind; benevolent disposition\"],\"examples\":[],\"variations\":[],\"stems\":[\"obì\"]}],\"obì ọcha\":[{\"word\":\"obì ọcha\",\"wordClass\":\"NNC\",\"definitions\":[\"pure heart\"],\"examples\":[],\"variations\":[],\"stems\":[\"obì\"]}],\"obì ọjọō\":[{\"word\":\"obì ọjọō\",\"wordClass\":\"NNC\",\"definitions\":[\"ill-will; malice; bad temper; wickedness\"],\"examples\":[],\"variations\":[],\"stems\":[\"obì\"]}],\"obì ọkū\":[{\"word\":\"obì ọkū\",\"wordClass\":\"NNC\",\"definitions\":[\"anger; hot temper\"],\"examples\":[],\"variations\":[],\"stems\":[\"obì\"]}],\"obì ọma\":[{\"word\":\"obì ọma\",\"wordClass\":\"NNC\",\"definitions\":[\"goodness; kindness; benevolence\"],\"examples\":[{\"igbo\":\"O jì obì ọma me ife o mèlù\",\"english\":\"He acted in good faith\"}],\"variations\":[],\"stems\":[\"obì\"]}],\"obì ụnò\":[{\"word\":\"obì ụnò\",\"wordClass\":\"NNC\",\"definitions\":[\"homesickness\"],\"examples\":[{\"igbo\":\"Obì ụnò nà-ème m\",\"english\":\"I am homesick\"}],\"variations\":[],\"stems\":[\"obì\",\"ụnò\"]}],\"obī ūsọ\":[{\"word\":\"obī ūsọ\",\"wordClass\":\"NNC\",\"definitions\":[\"cheerfulness; happiness\"],\"examples\":[{\"igbo\":\"Ọdùdụ nnē m ènweka obī ūsọ\",\"english\":\"The last-born of my mother is very cheerful, jovial, has a rich sense of humour\"}],\"variations\":[],\"stems\":[\"obì\",\"ùsọ\"]}],\"-tachi obì\":[{\"word\":\"-tachi obì\",\"wordClass\":\"AV\",\"definitions\":[\"bear up; endure\"],\"examples\":[],\"variations\":[],\"stems\":[\"obì\",\"-ta\"]}],\"ntachi obì\":[{\"word\":\"ntachi obì\",\"wordClass\":\"AV\",\"definitions\":[\"endurance\"],\"examples\":[],\"variations\":[],\"stems\":[\"obì\",\"-ta\"]}],\"-ti obì\":[{\"word\":\"-ti obì\",\"wordClass\":\"AV\",\"definitions\":[\"embrace (literally knock chests)\",\"embrace (literally knock chests) (compare -bì, -dà ọmà)\"],\"examples\":[{\"igbo\":\"Bikō tìe m obì\",\"english\":\"Please embrace me\"}],\"variations\":[],\"stems\":[\"obì\",\"-ti\"]}],\"-tụkwàsị obì\":[{\"word\":\"-tụkwàsị obì\",\"wordClass\":\"AV\",\"definitions\":[\"trust; count on; hope in\"],\"examples\":[{\"igbo\":\"Tụkwàsị Yā obì\",\"english\":\"Trust in Him\"}],\"variations\":[],\"stems\":[\"obì\",\"-tụ\"]}],\"ntụkwàsì obì\":[{\"word\":\"ntụkwàsì obì\",\"wordClass\":\"NNC\",\"definitions\":[\"trust; hope; confidence\"],\"examples\":[],\"variations\":[],\"stems\":[\"obì\"]}],\"onye ntụkwàsị obì\":[{\"word\":\"onye ntụkwàsị obì\",\"wordClass\":\"AV\",\"definitions\":[\"person being trusted\"],\"examples\":[],\"variations\":[],\"stems\":[\"obì\",\"onye\",\"-tụ\"]}],\"-wèpù obì\":[{\"word\":\"-wèpù obì\",\"wordClass\":\"AV\",\"definitions\":[\"dismiss from the mind\"],\"examples\":[],\"variations\":[],\"stems\":[\"obì\",\"-wè\"]}],\"obì akwà\":[{\"word\":\"obì akwà\",\"wordClass\":\"NNC\",\"definitions\":[\"one Igbo yard of cloth\"],\"examples\":[],\"variations\":[],\"stems\":[\"obì\"]}],\"-ro obì\":[{\"word\":\"-ro obì\",\"wordClass\":\"AV\",\"definitions\":[\"migrate; go and dwell elsewhere\",\"migrate; go and live elsewhere\"],\"examples\":[],\"variations\":[],\"stems\":[\"obì\",\"-ro\"]}],\"obì\":[{\"word\":\"obì\",\"wordClass\":\"NNC\",\"definitions\":[\"heart; chest; bosom; breast; centre\",\"a fathom (used mainly for measuring cloth)\",\"act of dwelling (-bi 1. dwell)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òbi \":[{\"word\":\"òbi \",\"wordClass\":\"NNC\",\"definitions\":[\"ancestral house of the father (founder) of a village; house belonging to the head of the family (as opposed to mkpukè, woman’s house). The head of the house often retires here for a rest or to entertain visitors, to perform ceremonies, settle cases, and sometimes make offerings of his god(s). This building also houses the family's images like chi, nkwù, arò etc.; part of it is used as a store, e.g. for ropes for climbing palmtrees\",\"palace; court; reception house\"],\"examples\":[],\"variations\":[\"òbu\"],\"stems\":null}],\"òbi\":[{\"word\":\"òbi\",\"wordClass\":\"NNC\",\"definitions\":[\"title of a King\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òbò asā\":[{\"word\":\"òbò asā\",\"wordClass\":\"NNC\",\"definitions\":[\"Mormyrops deliciosus\"],\"examples\":[],\"variations\":[],\"stems\":[\"òbò\"]}],\"òbò ọdàa\":[{\"word\":\"òbò ọdàa\",\"wordClass\":\"NNC\",\"definitions\":[\"Mormyrus rume\"],\"examples\":[],\"variations\":[],\"stems\":[\"òbò\"]}],\"òbò ọnụ ogonogo\":[{\"word\":\"òbò ọnụ ogonogo\",\"wordClass\":\"NNC\",\"definitions\":[\"Gnathonemus tamandua\"],\"examples\":[],\"variations\":[],\"stems\":[\"òbò\"]}],\"òbò\":[{\"word\":\"òbò\",\"wordClass\":\"NNC\",\"definitions\":[\"disease where holes appear in flesh\",\"laziness; idleness\",\"a general name for fish in the Mormyridae family; elephant- snout fish\"],\"examples\":[{\"igbo\":\"Achòrò m ijē afịa, mà òbò ekwērọ m\",\"english\":\"I want to go to market, but I feel too lazy\"},{\"igbo\":\"Òbò nà-èsi m ijē sụ akwà\",\"english\":\"I am too lazy to wash my clothes\"}],\"variations\":[],\"stems\":[]}],\"òbòdò\":[{\"word\":\"òbòdò\",\"wordClass\":\"NNC\",\"definitions\":[\"town; country. An òbòdò is, in the Onitsha area, usually subdivided into three 'quarters' and named Ezi, Ìfìtè and Ìkeǹgà\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ōbodòlòbo\":[{\"word\":\"ōbodòlòbo\",\"wordClass\":\"NNC\",\"definitions\":[],\"examples\":[{\"igbo\":\"Di ntā gbàgbùlù òsa wèlụ akwụkwọ òbodòlòbo kechie yā\",\"english\":\"The hunter killed a squirrel and wrapped it in a broad leaf\"},{\"igbo\":\"Proverb: Akwụkwọ ōbodòlòbo gwàlù òsa kà ọ wèlụ nwayòò na-àkpọ màkà nà ọ bụlụ nà di ntā àbịa gbagbue yā nà ọ bù ya bū akwụkwọ ōbodòlòbo kà di ntā gà-akùlụ wèlụ kechi ōsa\",\"english\":\"Lit. The broad leaf warned the squirrel to call gently because when the hunter was attracted by the squirrel's call it was he, the broad leaf, that the hunter was going to cut and use for wrapping up the squirrel. Meaning- Be careful how you expose yourself to danger, risks, trouble, etc., because whenever you involve yourself in trouble it is going to be I (we) who will bear the brunt of it\"}],\"variations\":[],\"stems\":[\"obodobo\"]}],\"obodobo\":[{\"word\":\"obodobo\",\"wordClass\":\"NNC\",\"definitions\":[\"width; breadth (compare obosala)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"obosala\":[{\"word\":\"obosala\",\"wordClass\":\"NNC\",\"definitions\":[\"width; breadth; levelness (of surface) (compare obodobo)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òbu\":[{\"word\":\"òbu\",\"wordClass\":\"\",\"definitions\":[\"see òbi 1.\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òbù\":[{\"word\":\"òbù\",\"wordClass\":\"NNC\",\"definitions\":[\"Senegal Coucal (Centropus senegalensis)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òbùbò ọkū\":[{\"word\":\"òbùbò ọkū\",\"wordClass\":\"NNC\",\"definitions\":[\"heap of glowing coals\"],\"examples\":[],\"variations\":[],\"stems\":[\"òbùbò\"]}],\"òbùbò\":[{\"word\":\"òbùbò\",\"wordClass\":\"NNC\",\"definitions\":[\"heap (compare òòbò)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òbùbùbù\":[{\"word\":\"òbùbùbù\",\"wordClass\":\"NNC\",\"definitions\":[\"(slang) a mass of persons or things\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-wèlụ ọche\":[{\"word\":\"-wèlụ ọche\",\"wordClass\":\"NNC\",\"definitions\":[\"take a seat\"],\"examples\":[{\"igbo\":\"Wèlụ ọchē\",\"english\":\"Take a seat\"}],\"variations\":[],\"stems\":[\"oche\"]}],\"ochīè\":[{\"word\":\"ochīè\",\"wordClass\":\"NNC\",\"definitions\":[\"old; aged; ancient\"],\"examples\":[],\"variations\":[\"ochìè\"],\"stems\":[\"oche\"]}],\"abù ochīè\":[{\"word\":\"abù ochīè\",\"wordClass\":\"NNC\",\"definitions\":[\"old hymn book\"],\"examples\":[],\"variations\":[],\"stems\":[\"oche\"]}],\"oche\":[{\"word\":\"oche\",\"wordClass\":\"NNC\",\"definitions\":[\"chair; stool; bench; seat\"],\"examples\":[],\"variations\":[\"ọche\"],\"stems\":null}],\"-chi òchi\":[{\"word\":\"-chi òchi\",\"wordClass\":\"NNC\",\"definitions\":[\"cup; let blood\"],\"examples\":[],\"variations\":[],\"stems\":[\"òchi\"]}],\"-gbu òchi\":[{\"word\":\"-gbu òchi\",\"wordClass\":\"NNC\",\"definitions\":[\"cup; let blood\"],\"examples\":[],\"variations\":[],\"stems\":[\"òchi\"]}],\"òchì\":[{\"word\":\"òchì\",\"wordClass\":\"NNC\",\"definitions\":[\"palm wine tapper\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òdiìnaàbò\":[{\"word\":\"òdiìnaàbò\",\"wordClass\":\"NNC\",\"definitions\":[\"midnight\"],\"examples\":[],\"variations\":[],\"stems\":[\"òdì\"]}],\"òdì\":[{\"word\":\"òdì\",\"wordClass\":\"NNC\",\"definitions\":[\"taciturn person\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òdìbò\":[{\"word\":\"òdìbò\",\"wordClass\":\"NNC\",\"definitions\":[\"servant\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òdìdè\":[{\"word\":\"òdìdè\",\"wordClass\":\"NNC\",\"definitions\":[\"small stool; footstool\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nwa odō\":[{\"word\":\"nwa odō\",\"wordClass\":\"NNC\",\"definitions\":[\"pestle\"],\"examples\":[],\"variations\":[],\"stems\":[\"odō\"]}],\"odō\":[{\"word\":\"odō\",\"wordClass\":\"NNC\",\"definitions\":[\"wooden mortar for yam, etc.\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"odòdo\":[{\"word\":\"odòdo\",\"wordClass\":\"NNC\",\"definitions\":[\"purple, crimson\",\"man’s name\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òdòdò\":[{\"word\":\"òdòdò\",\"wordClass\":\"NNC\",\"definitions\":[\"flower\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òdogwu nnùnù\":[{\"word\":\"òdogwu nnùnù\",\"wordClass\":\"NNC\",\"definitions\":[\"kind of large bird\"],\"examples\":[],\"variations\":[],\"stems\":[\"òdogwu\"]}],\"òdogwu òzàlà\":[{\"word\":\"òdogwu òzàlà\",\"wordClass\":\"NNC\",\"definitions\":[\"(compare akpì)\",\"scorpion\",\"(fig.) a tough powerful person\"],\"examples\":[],\"variations\":[],\"stems\":[\"òdogwu\"]}],\"òdogwu\":[{\"word\":\"òdogwu\",\"wordClass\":\"NNC\",\"definitions\":[\"champion; one of great prowess; hero; title for such a one; male name\"],\"examples\":[{\"igbo\":\"Òdogwu kà ọ bù\",\"english\":\"He is a hero\"}],\"variations\":[],\"stems\":null}],\"òdozi òbòdò\":[{\"word\":\"òdozi òbòdò\",\"wordClass\":\"NNC\",\"definitions\":[\"one who takes care of a town or a community\",\"the name of a chief notorious in Abakaliki for his manipulation of a secret head-hunting cult. He was hanged in1959 for the murder of several people\"],\"examples\":[],\"variations\":[],\"stems\":[\"òdozi\"]}],\"òdozi\":[{\"word\":\"òdozi\",\"wordClass\":\"NNC\",\"definitions\":[\"repairer\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òdu\":[{\"word\":\"òdu\",\"wordClass\":\"NNC\",\"definitions\":[\"Kemp's Gerbil (Tateri kempi)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òdùdù enyī\":[{\"word\":\"òdùdù enyī\",\"wordClass\":\"NNC\",\"definitions\":[\"species of ….\"],\"examples\":[],\"variations\":[],\"stems\":[\"òdùdù\"]}],\"òdùdù\":[{\"word\":\"òdùdù\",\"wordClass\":\"NNC\",\"definitions\":[\"tsetse fly (they bite human beings and animals and suck their blood)\",\"plant for hedging, with edible leaves\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òdùdù okè\":[{\"word\":\"òdùdù okè\",\"wordClass\":\"NNC\",\"definitions\":[\"plant planted along boundaries\",\"a kind of plant used for fences and for marking land boundaries\"],\"examples\":[],\"variations\":[],\"stems\":[\"òdùdù\",\"okè\"]}],\"òduduū\":[{\"word\":\"òduduū\",\"wordClass\":\"NNC\",\"definitions\":[\"damp; cold(ness)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ofe ōnugbù\":[{\"word\":\"ofe ōnugbù\",\"wordClass\":\"NNC\",\"definitions\":[\"soup prepared with bitterleaf\"],\"examples\":[],\"variations\":[],\"stems\":[\"ofe\",\"ònugbù\"]}],\"ofe Òwèlè\":[{\"word\":\"ofe Òwèlè\",\"wordClass\":\"NNC\",\"definitions\":[\"watery kind of soup very common among the Owere people\"],\"examples\":[],\"variations\":[],\"stems\":[\"ofe\"]}],\"ofe ùtàzì\":[{\"word\":\"ofe ùtàzì\",\"wordClass\":\"NNC\",\"definitions\":[\"ùtàzì soup\"],\"examples\":[],\"variations\":[],\"stems\":[\"ofe\",\"ùtàzì\"]}],\"-te ofe\":[{\"word\":\"-te ofe\",\"wordClass\":\"AV\",\"definitions\":[\"make soup, broth, stew, palmoil chop\"],\"examples\":[],\"variations\":[],\"stems\":[\"ofe\",\"-te\"]}],\"-teghalị ofe\":[{\"word\":\"-teghalị ofe\",\"wordClass\":\"AV\",\"definitions\":[\"stir soup\"],\"examples\":[],\"variations\":[],\"stems\":[\"ofe\",\"-te\"]}],\"ofe\":[{\"word\":\"ofe\",\"wordClass\":\"NNC\",\"definitions\":[\"\\\"soup\\\"; sauce; stew\",\"(= aŋàlà, anyàlà) a kind of egg-plant with tiny fruits and edible leaves\"],\"examples\":[],\"variations\":[\"ọfe\"],\"stems\":[]}],\"ofè\":[{\"word\":\"ofè\",\"wordClass\":\"NNC\",\"definitions\":[\"far side of river or road\",\"excess (i.e. passing the limits) (from -fè 2. cross)\"],\"examples\":[],\"variations\":[\"ọfè\"],\"stems\":null}],\"n’òfe\":[{\"word\":\"n’òfe\",\"wordClass\":\"NNC\",\"definitions\":[\"freely; gratis; for nothing\"],\"examples\":[],\"variations\":[],\"stems\":[\"òfe\"]}],\"òfe\":[{\"word\":\"òfe\",\"wordClass\":\"NNC\",\"definitions\":[\"free gift (derived from Yoruba òfè)\"],\"examples\":[],\"variations\":[\"òfe\"],\"stems\":null}],\"òfegà\":[{\"word\":\"òfegà\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[\"ofega\"],\"stems\":null}],\"òfèkè\":[{\"word\":\"òfèkè\",\"wordClass\":\"NNC\",\"definitions\":[\"a rascal\"],\"examples\":[],\"variations\":[\"òfèkè\"],\"stems\":null}],\"n’òfelè\":[{\"word\":\"n’òfelè\",\"wordClass\":\"NNC\",\"definitions\":[\"easily\"],\"examples\":[],\"variations\":[],\"stems\":[\"òfelè\"]}],\"òfelè\":[{\"word\":\"òfelè\",\"wordClass\":\"NNC\",\"definitions\":[\"ease\"],\"examples\":[{\"igbo\":\"Ọ dì òfelè\",\"english\":\"It is easy\"}],\"variations\":[\"òfelè\"],\"stems\":null}],\"òfì\":[{\"word\":\"òfì\",\"wordClass\":\"NNC\",\"definitions\":[\"yaws (compare àkwùmà)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òfifi\":[{\"word\":\"òfifi\",\"wordClass\":\"NNC\",\"definitions\":[\"boil (-fi 3. develop a boil)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ofili\":[{\"word\":\"ofili\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ofìlì\":[{\"word\":\"ofìlì\",\"wordClass\":\"NNC\",\"definitions\":[\"a weight for keeping a door shut\",\"heavy club\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òfu à\":[{\"word\":\"òfu à\",\"wordClass\":\"NNC\",\"definitions\":[\"this same\"],\"examples\":[],\"variations\":[],\"stems\":[\"òfu\"]}],\"òfu efù\":[{\"word\":\"òfu efù\",\"wordClass\":\"NNC\",\"definitions\":[\"(one) at all (with verb in negative); not even one\"],\"examples\":[{\"igbo\":\"Ji noōne dì n’ọbā? Òfu efù adīrọ dị nà ya\",\"english\":\"How many yams are in the barn? Not even one is there\"}],\"variations\":[],\"stems\":[\"òfu\"]}],\"òfu jī\":[{\"word\":\"òfu jī\",\"wordClass\":\"NNC\",\"definitions\":[\"seed yam\"],\"examples\":[],\"variations\":[],\"stems\":[\"òfu\"]}],\"òfu mgbè (= otū mgbè)\":[{\"word\":\"òfu mgbè (= otū mgbè)\",\"wordClass\":\"NNC\",\"definitions\":[\"once upon a time; at one time; once\"],\"examples\":[],\"variations\":[],\"stems\":[\"òfu\"]}],\"òfuù nụnwà\":[{\"word\":\"òfuù nụnwà\",\"wordClass\":\"NNC\",\"definitions\":[\"this same; this very thing\"],\"examples\":[],\"variations\":[],\"stems\":[\"òfu\"]}],\"òfu obì\":[{\"word\":\"òfu obì\",\"wordClass\":\"NNC\",\"definitions\":[\"one heart; (fig.) unanimity, co-operation, agreement, unity\"],\"examples\":[],\"variations\":[],\"stems\":[\"òfu\"]}],\"òfu ōfu\":[{\"word\":\"òfu ōfu\",\"wordClass\":\"NNC\",\"definitions\":[\"one by one; singly\"],\"examples\":[],\"variations\":[],\"stems\":[\"òfu\"]}],\"òfu ogè\":[{\"word\":\"òfu ogè\",\"wordClass\":\"NNC\",\"definitions\":[\"at one time; once upon a time; once\"],\"examples\":[],\"variations\":[],\"stems\":[\"òfu\"]}],\"òfu onye\":[{\"word\":\"òfu onye\",\"wordClass\":\"NNC\",\"definitions\":[\"one person; a certain person\"],\"examples\":[{\"igbo\":\"Achòlù m òfu onyē\",\"english\":\"I want one person\"}],\"variations\":[],\"stems\":[\"òfu\"]}],\"òfu ùgbòlò\":[{\"word\":\"òfu ùgbòlò\",\"wordClass\":\"NNC\",\"definitions\":[\"once\"],\"examples\":[],\"variations\":[],\"stems\":[\"òfu\"]}],\"n’òfu\":[{\"word\":\"n’òfu\",\"wordClass\":\"NNC\",\"definitions\":[\"together\"],\"examples\":[],\"variations\":[],\"stems\":[\"òfu\"]}],\"n’òfu nje\":[{\"word\":\"n’òfu nje\",\"wordClass\":\"NNC\",\"definitions\":[\"at once; immediately; simultaneously\"],\"examples\":[],\"variations\":[],\"stems\":[\"òfu\"]}],\"n’òfu n’òfu\":[{\"word\":\"n’òfu n’òfu\",\"wordClass\":\"NNC\",\"definitions\":[\"each; one by one\"],\"examples\":[],\"variations\":[],\"stems\":[\"òfu\"]}],\"n’òfu ntabì anyā\":[{\"word\":\"n’òfu ntabì anyā\",\"wordClass\":\"NNC\",\"definitions\":[\"in the twinkling of an eye; instantaneously; immediately; in a second\"],\"examples\":[],\"variations\":[],\"stems\":[\"òfu\"]}],\"n’òfu ogè\":[{\"word\":\"n’òfu ogè\",\"wordClass\":\"NNC\",\"definitions\":[\"at the same time; once upon a time\"],\"examples\":[],\"variations\":[\"n’òfu mgbè\"],\"stems\":[\"òfu\"]}],\"-sò n’òfu\":[{\"word\":\"-sò n’òfu\",\"wordClass\":\"AV\",\"definitions\":[\"be of the same age\"],\"examples\":[],\"variations\":[],\"stems\":[\"òfu\",\"-sò\"]}],\"sò òfu\":[{\"word\":\"sò òfu\",\"wordClass\":\"NNC\",\"definitions\":[\"only one; one only\"],\"examples\":[],\"variations\":[],\"stems\":[\"òfu\",\"-sọ\"]}],\"sò òfu nje\":[{\"word\":\"sò òfu nje\",\"wordClass\":\"NNC\",\"definitions\":[\"only once\"],\"examples\":[],\"variations\":[],\"stems\":[\"òfu\",\"-sọ\"]}],\"sò òfu ùgbòlò\":[{\"word\":\"sò òfu ùgbòlò\",\"wordClass\":\"NNC\",\"definitions\":[\"only once\"],\"examples\":[],\"variations\":[],\"stems\":[\"òfu\",\"-sọ\"]}],\"-tinyekọ ọnū n’òfu\":[{\"word\":\"-tinyekọ ọnū n’òfu\",\"wordClass\":\"AV\",\"definitions\":[\"speak the same thing; be unanimous\"],\"examples\":[],\"variations\":[],\"stems\":[\"òfu\",\"ọnū\",\"-ti-\"]}],\"òfu\":[{\"word\":\"òfu\",\"wordClass\":\"NNC\",\"definitions\":[\"one; the same; a certain; united; alone; lone\"],\"examples\":[{\"igbo\":\"Òfu nwokē bìàlù ebe à n’ùtụtù\",\"english\":\"A certain man came here in the morning\"},{\"igbo\":\"Onye ezè afù gwàlù ndi yā kà fa ghàlụ ịnūsòzì ònwe fā ògù màkà nà fâ bù òfu\",\"english\":\"The chief pleaded with his subjects to stop fighting each other, for they were one\"},{\"igbo\":\"Òfu nnwā kà m bù\",\"english\":\"I am the only child of my parents, or I am an only child\"}],\"variations\":[],\"stems\":null}],\"ogē à\":[{\"word\":\"ogē à\",\"wordClass\":\"NNC\",\"definitions\":[\"this time; at this time\"],\"examples\":[],\"variations\":[],\"stems\":[\"ogè\"]}],\"ogē ìkpe āzụ\":[{\"word\":\"ogē ìkpe āzụ\",\"wordClass\":\"NNC\",\"definitions\":[\"the last time; at last; finally\"],\"examples\":[],\"variations\":[],\"stems\":[\"ogè\"]}],\"ogē nā ogè\":[{\"word\":\"ogē nā ogè\",\"wordClass\":\"NNC\",\"definitions\":[\"from time to time; now and then\"],\"examples\":[],\"variations\":[],\"stems\":[\"ogè\"]}],\"ogè niīne\":[{\"word\":\"ogè niīne\",\"wordClass\":\"NNC\",\"definitions\":[\"always; at all times\"],\"examples\":[],\"variations\":[],\"stems\":[\"ogè\"]}],\"ogē òbùnà\":[{\"word\":\"ogē òbùnà\",\"wordClass\":\"NNC\",\"definitions\":[\"every time; any time\"],\"examples\":[],\"variations\":[],\"stems\":[\"ogè\"]}],\"ogē ūfọdụ\":[{\"word\":\"ogē ūfọdụ\",\"wordClass\":\"NNC\",\"definitions\":[\"sometimes; from time to time\"],\"examples\":[],\"variations\":[\"ùfọdụ\"],\"stems\":[\"ogè\",\"ùfọdụ\"]}],\"n’ogè\":[{\"word\":\"n’ogè\",\"wordClass\":\"NNC\",\"definitions\":[\"in time\"],\"examples\":[],\"variations\":[],\"stems\":[\"ogè\"]}],\"ogè\":[{\"word\":\"ogè\",\"wordClass\":\"NNC\",\"definitions\":[\"time, opportunity; time span (compare mgbè)\"],\"examples\":[{\"igbo\":\"Agū nà-àbịa ebe à ùfọdụ ogè\",\"english\":\"The leopard sometimes comes here\"}],\"variations\":[\"ọgè\"],\"stems\":[\"ùfọdụ\"]}],\"ògèdè oyìbo\":[{\"word\":\"ògèdè oyìbo\",\"wordClass\":\"NNC\",\"definitions\":[\"pawpaw\"],\"examples\":[],\"variations\":[],\"stems\":[\"ògèdè\",\"oyìbo\"]}],\"ògèdè\":[{\"word\":\"ògèdè\",\"wordClass\":\"NNC\",\"definitions\":[\"plantain, banana (Musa sapientum var. paradisiaca Linn.)\"],\"examples\":[],\"variations\":[\"ògèdè\"],\"stems\":null}],\"ògene mkpì naàbò\":[{\"word\":\"ògene mkpì naàbò\",\"wordClass\":\"NNC\",\"definitions\":[\"double gong, pieces usually joined to each other at the tail\"],\"examples\":[],\"variations\":[],\"stems\":[\"ògenè\"]}],\"-kụ ògenè\":[{\"word\":\"-kụ ògenè\",\"wordClass\":\"NNC\",\"definitions\":[\"strike a metal gong\"],\"examples\":[],\"variations\":[],\"stems\":[\"ògenè\"]}],\"ògenè\":[{\"word\":\"ògenè\",\"wordClass\":\"NNC\",\"definitions\":[\"metal gong; iron clapperless bell\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ogìdì\":[{\"word\":\"ogìdì\",\"wordClass\":\"NNC\",\"definitions\":[\"pillar; column\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ògìgè\":[{\"word\":\"ògìgè\",\"wordClass\":\"NNC\",\"definitions\":[\"enclosure; garden; yard; compound; fence; hedge (-gè 2. fence off)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ògìli ūgba\":[{\"word\":\"ògìli ūgba\",\"wordClass\":\"NNC\",\"definitions\":[\"castor oil plant (Ricinus communis Linn.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ògìlì\",\"ụgbā\"]}],\"ògìlì\":[{\"word\":\"ògìlì\",\"wordClass\":\"NNC\",\"definitions\":[\"seed of a kind of pumpkin; ingredient used for flavouring soups, made from ògìlì seeds\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ògilìsì\":[{\"word\":\"ògilìsì\",\"wordClass\":\"NNC\",\"definitions\":[\"sacred tree (P. Beauv.) Seeman ex Bureau), (Newbouldia laevis much used as a live fence and commonly seen around shrines, especially of Agwù. A white cloth is often tied round its trunk as an offering. It is honoured as a divinity)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-to ogō\":[{\"word\":\"-to ogō\",\"wordClass\":\"NNC\",\"definitions\":[\"be tall\"],\"examples\":[],\"variations\":[],\"stems\":[\"ogō\"]}],\"ogō\":[{\"word\":\"ogō\",\"wordClass\":\"NNC\",\"definitions\":[\"height; maturity; full age\",\"platform of logs for sitting outdoors\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ògo\":[{\"word\":\"ògo\",\"wordClass\":\"NNC\",\"definitions\":[\"namesake\"],\"examples\":[],\"variations\":[\"ogò\"],\"stems\":null}],\"òmụma ògò\":[{\"word\":\"òmụma ògò\",\"wordClass\":\"NNC\",\"definitions\":[\"gratitude (literally appreciation of kindness)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ògò\"]}],\"ògò\":[{\"word\":\"ògò\",\"wordClass\":\"NNC\",\"definitions\":[\"farm (compare ugbō, ubì)\",\"kindness; a present\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òfọ ògòlì\":[{\"word\":\"òfọ ògòlì\",\"wordClass\":\"NNC\",\"definitions\":[\"a prodigal; spendthrift; womaniser\"],\"examples\":[{\"igbo\":\"Ọjì bù òfọ ògèlì\",\"english\":\"Ọjị is a wild character\"}],\"variations\":[\"ògèlì\"],\"stems\":[\"ògòlì\",\"òfọ\"]}],\"ògòlì\":[{\"word\":\"ògòlì\",\"wordClass\":\"NNC\",\"definitions\":[\"(rare) wife; especially first wife (when a person has more than one wife) (compare nwunyè)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ogonogo ogè òne?\":[{\"word\":\"ogonogo ogè òne?\",\"wordClass\":\"NNC\",\"definitions\":[\"How long? (of time)\"],\"examples\":[{\"igbo\":\"Ogonogo ogè òne kà ị gà-anò nà mmilī?\",\"english\":\"How long are you going to stay at the stream?\"}],\"variations\":[],\"stems\":[\"ogonogo\"]}],\"-so ogonogo\":[{\"word\":\"-so ogonogo\",\"wordClass\":\"AV\",\"definitions\":[\"be tall, long\"],\"examples\":[],\"variations\":[],\"stems\":[\"ogonogo\",\"-so\"]}],\"ogonogo\":[{\"word\":\"ogonogo\",\"wordClass\":\"NNC\",\"definitions\":[\"length, height (of persons, trees, but not buildings)\"],\"examples\":[{\"igbo\":\"Ibè tòlù ogonogo\",\"english\":\"Ibe is tall\"},{\"igbo\":\"Egbùlù m agwọ tōlụ ogonogo n’ùtụtū à\",\"english\":\"I killed a long snake this morning\"}],\"variations\":[],\"stems\":null}],\"-ji ogù\":[{\"word\":\"-ji ogù\",\"wordClass\":\"NNC\",\"definitions\":[\"assert one's innocence\"],\"examples\":[{\"igbo\":\"Ejì m ogù\",\"english\":\"I am innocent\"}],\"variations\":[],\"stems\":[\"ogù\"]}],\"ogù\":[{\"word\":\"ogù\",\"wordClass\":\"NNC\",\"definitions\":[\"piece of wood used in taking oaths\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ògùdu ànì\":[{\"word\":\"ògùdu ànì\",\"wordClass\":\"NNC\",\"definitions\":[\"wine from felled palm-tree\"],\"examples\":[],\"variations\":[],\"stems\":[\"ògùdù\"]}],\"ògùdù\":[{\"word\":\"ògùdù\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ogùgù\":[{\"word\":\"ogùgù\",\"wordClass\":\"NNC\",\"definitions\":[\"stripped midrib of palm fronds\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ògùgù\":[{\"word\":\"ògùgù\",\"wordClass\":\"\",\"definitions\":[\"see ògwùgwù\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ògùlu ògùlù\":[{\"word\":\"ògùlu ògùlù\",\"wordClass\":\"NNC\",\"definitions\":[\"yellow\"],\"examples\":[],\"variations\":[],\"stems\":[\"ògùlù\"]}],\"ògùlù\":[{\"word\":\"ògùlù\",\"wordClass\":\"NNC\",\"definitions\":[\"yellow(ness)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ogùlùgù\":[{\"word\":\"ogùlùgù\",\"wordClass\":\"NNC\",\"definitions\":[\"rainbow\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ogumogwū\":[{\"word\":\"ogumogwū\",\"wordClass\":\"NNC\",\"definitions\":[\"thumb-piano (compare ùbọ)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ogbe\":[{\"word\":\"ogbe\",\"wordClass\":\"NNC\",\"definitions\":[\"sample; specimen\"],\"examples\":[],\"variations\":[\"ọgbe\"],\"stems\":null}],\"ogbè akwū\":[{\"word\":\"ogbè akwū\",\"wordClass\":\"NNC\",\"definitions\":[\"head of palm nuts\"],\"examples\":[],\"variations\":[],\"stems\":[\"ogbè\"]}],\"Kèdu ogbè i bì?\":[{\"word\":\"Kèdu ogbè i bì?\",\"wordClass\":\"NNC\",\"definitions\":[\"Which quarter do you live in?\"],\"examples\":[{\"igbo\":\"Ọgbē Ìjọ\",\"english\":\"Ịjọ Quarters\"},{\"igbo\":\"Ọgbè ǹdìdà\",\"english\":\"a village in Onitsha Inland town\"}],\"variations\":[],\"stems\":[\"ogbè\"]}],\"ogbè\":[{\"word\":\"ogbè\",\"wordClass\":\"NNC\",\"definitions\":[\"lump; piece; loaf; whole (of ball-like objects, e.g. bread, cake, ụkwà, etc.)\",\"'village', i.e. a residential unit smaller than one of the three 'quarters' (Ezi, Ìfìtè, and Ìkeǹgà) into which a 'town’ (òbòdò) is divided, and larger than a lineage or 'family' (ụmù nnà)\"],\"examples\":[{\"igbo\":\"Ọgò m nwokē wètààlù m ọgbē àchìchà naàbò ǹnyàafù, m nyawaa ōfu ọgbè ìbùọ nye Ēke òfu mkpekele, wèlụ ōfu ọgbē fōdụlụ debe n’ime akpàtì nnī\",\"english\":\"My father-in-law brought me two loaves of bread yesterday. I broke one loaf into two and gave Eke one half, and kept the remaining loaf in the food-box.\"}],\"variations\":[\"ọgbè\"],\"stems\":[]}],\"ògbe\":[{\"word\":\"ògbe\",\"wordClass\":\"NNC\",\"definitions\":[\"one variety of \\\"garden egg\\\" or egg-plant (probably Solanum incanum Linn.); compare àfụfā, the general term for all varieties of Solanum\"],\"examples\":[],\"variations\":[\"ògbe\"],\"stems\":null}],\"ògbè mmānya\":[{\"word\":\"ògbè mmānya\",\"wordClass\":\"NNC\",\"definitions\":[\"calabash for wine\"],\"examples\":[],\"variations\":[],\"stems\":[\"ògbè\"]}],\"ògbè\":[{\"word\":\"ògbè\",\"wordClass\":\"\",\"definitions\":[\"quietly; softly\",\"a small market\",\"gourd used for carrying water\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-dà ogbènyè\":[{\"word\":\"-dà ogbènyè\",\"wordClass\":\"NNC\",\"definitions\":[\"be, become poor\"],\"examples\":[],\"variations\":[],\"stems\":[\"ogbènyà\"]}],\"ogbènyà\":[{\"word\":\"ogbènyà\",\"wordClass\":\"NNC\",\"definitions\":[\"poverty; poor person; pauper; orphan\"],\"examples\":[],\"variations\":[\"ogbènyè\"],\"stems\":null}],\"ogbī\":[{\"word\":\"ogbī\",\"wordClass\":\"NNC\",\"definitions\":[\"(deaf and) dumb person; dumbness\"],\"examples\":[{\"igbo\":\"Ogbī adīrọ èkwu okwū\",\"english\":\"A dumb person never speaks\"}],\"variations\":[\"ogbì\"],\"stems\":null}],\"ògbo\":[{\"word\":\"ògbo\",\"wordClass\":\"NNC\",\"definitions\":[\"sponge; rolled fibre used in sponging the body during bath\",\"loofah; creeper whose fibre is used for scouring (Luffa aegyptiaca Mill.)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ògbò\":[{\"word\":\"ògbò\",\"wordClass\":\"NNC\",\"definitions\":[\"namesake; age-mate (compare agù)\",\"place farmed at least once before\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ògbòdì\":[{\"word\":\"ògbòdì\",\"wordClass\":\"NNC\",\"definitions\":[\"(colloquial) fool; ignoramus\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ogbòlò\":[{\"word\":\"ogbòlò\",\"wordClass\":\"NNC\",\"definitions\":[\"traditional seat in village square, consisting of pieces of wood supported by forked sticks\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ògbòmà\":[{\"word\":\"ògbòmà\",\"wordClass\":\"NNC\",\"definitions\":[\"wizard; kind of male witch capable of travelling where it wishes unseen by day. Fewer in number than the ordinary witch, but capable of greater damage once offended (compare Yoruba ọsò)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ògbòǹdù\":[{\"word\":\"ògbòǹdù\",\"wordClass\":\"NNC\",\"definitions\":[\"cannon\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ògbu mīli\":[{\"word\":\"ògbu mīli\",\"wordClass\":\"NNC\",\"definitions\":[\"deep water; the sea\"],\"examples\":[],\"variations\":[],\"stems\":[\"ògbu\"]}],\"ògbu ụlā\":[{\"word\":\"ògbu ụlā\",\"wordClass\":\"NNC\",\"definitions\":[\"deep sleep\"],\"examples\":[],\"variations\":[],\"stems\":[\"ògbu\",\"ụla\"]}],\"ògbu ānụ\":[{\"word\":\"ògbu ānụ\",\"wordClass\":\"NNC\",\"definitions\":[\"animal-killer\"],\"examples\":[],\"variations\":[],\"stems\":[\"ògbu\"]}],\"Ògbuēfi\":[{\"word\":\"Ògbuēfi\",\"wordClass\":\"NNC\",\"definitions\":[\"title; used for non-title holders as mark of respect; master; head chief; male name (literally slayer of cattle)\"],\"examples\":[{\"igbo\":\"Ògbu ēfi Nnànyèlùgò Onye ọ gà-àdịlị mmā\",\"english\":\"Title for late Dr. Nnamdì Azìkiwe\"}],\"variations\":[],\"stems\":[\"ògbu\"]}],\"ògbunamkpọ\":[{\"word\":\"ògbunamkpọ\",\"wordClass\":\"NNC\",\"definitions\":[\"disease of fowls\"],\"examples\":[],\"variations\":[],\"stems\":[\"ògbu\"]}],\"ògbu\":[{\"word\":\"ògbu\",\"wordClass\":\"NNC\",\"definitions\":[\"depth\",\"killer (-gbu kill)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-ghe oghē\":[{\"word\":\"-ghe oghē\",\"wordClass\":\"NNC\",\"definitions\":[\"be open\"],\"examples\":[{\"igbo\":\"Ụzò ghè oghē\",\"english\":\"The door is open\"}],\"variations\":[],\"stems\":[\"oghē\"]}],\"oghēle\":[{\"word\":\"oghēle\",\"wordClass\":\"NNC\",\"definitions\":[\"opening; opportunity (compare oghē; -ghe 1. be open)\"],\"examples\":[],\"variations\":[\"ọghēle\"],\"stems\":null}],\"oyēle\":[{\"word\":\"oyēle\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[{\"igbo\":\"Ịbū onye ọlụ oyìbo nà-àgụ m, mà àka m nwerọ oghēle m gà-èji bà ya bū ọlụ\",\"english\":\"I have a desire to be a civil servant, but I on one side\"}],\"variations\":[],\"stems\":null}],\"-kpọlị oghū\":[{\"word\":\"-kpọlị oghū\",\"wordClass\":\"NNC\",\"definitions\":[\"play\"],\"examples\":[],\"variations\":[],\"stems\":[\"oghū\"]}],\"oghū\":[{\"word\":\"oghū\",\"wordClass\":\"NNC\",\"definitions\":[\"play; fun\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òghù\":[{\"word\":\"òghù\",\"wordClass\":\"NNC\",\"definitions\":[\"flying squirrel\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"oghùlù\":[{\"word\":\"oghùlù\",\"wordClass\":\"NNC\",\"definitions\":[\"tall tree with bole up to 3-4' in diameter (Hannoa klaineana Pierre and Engl.). It is fast-growing; the wood is light and white and used for planks, canoes, etc. Medicinally the back is used for curing fevers (ịbà) by soaking pieces of it in water for some days and drinking the water, and by other ways of preparation\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ogwè akā\":[{\"word\":\"ogwè akā\",\"wordClass\":\"NNC\",\"definitions\":[\"arm\"],\"examples\":[],\"variations\":[],\"stems\":[\"ogwè\"]}],\"ogwè ụkwū\":[{\"word\":\"ogwè ụkwū\",\"wordClass\":\"NNC\",\"definitions\":[\"leg\"],\"examples\":[],\"variations\":[],\"stems\":[\"ogwè\",\"ụkwụ\"]}],\"ogwè\":[{\"word\":\"ogwè\",\"wordClass\":\"NNC\",\"definitions\":[\"trunk of tree\",\"tree across pathway or stream, used as a bridge\"],\"examples\":[],\"variations\":[\"ọgwè\"],\"stems\":null}],\"ogwu akā\":[{\"word\":\"ogwu akā\",\"wordClass\":\"NNC\",\"definitions\":[\"whitlow\"],\"examples\":[],\"variations\":[],\"stems\":[\"ogwū\"]}],\"ogwū nà ọkìlìkà\":[{\"word\":\"ogwū nà ọkìlìkà\",\"wordClass\":\"NNC\",\"definitions\":[\"hedge\",\"(fig.) trouble; tribulation is in great trouble\"],\"examples\":[{\"igbo\":\"Òyị m nwokē Deviìd nò n’ogwū nà ọkìlìkà\",\"english\":\"My friend David is in great trouble\"}],\"variations\":[],\"stems\":[\"ogwū\"]}],\"osisi ogwū\":[{\"word\":\"osisi ogwū\",\"wordClass\":\"NNC\",\"definitions\":[\"thorny tree\"],\"examples\":[],\"variations\":[],\"stems\":[\"ogwū\"]}],\"ogwū\":[{\"word\":\"ogwū\",\"wordClass\":\"NNC\",\"definitions\":[\"thorn\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ogwùgwù\":[{\"word\":\"ogwùgwù\",\"wordClass\":\"NNC\",\"definitions\":[\"hole\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nkwụ Ògwùgwù\":[{\"word\":\"nkwụ Ògwùgwù\",\"wordClass\":\"NNC\",\"definitions\":[\"palm-trees associated with ogwugwu\"],\"examples\":[],\"variations\":[],\"stems\":[\"Ògwùgwù\"]}],\"Ògwùgwù\":[{\"word\":\"Ògwùgwù\",\"wordClass\":\"NNC\",\"definitions\":[\"a female spirit who gives or withholds husbands and children, and helps men to achieve ambitions such as taking a title\"],\"examples\":[],\"variations\":[\"Ògùgù\"],\"stems\":null}],\"ogwùlùgwù\":[{\"word\":\"ogwùlùgwù\",\"wordClass\":\"NNC\",\"definitions\":[\"plentifulness; abundance\",\"well-developed or -proportioned (of humans)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òhoò!\":[{\"word\":\"òhoò!\",\"wordClass\":\"INTJ\",\"definitions\":[\"Oho! (surprise)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ojì\":[{\"word\":\"ojì\",\"wordClass\":\"NNC\",\"definitions\":[\"iron bell-staff; ceremonial staff of dibìà\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òji ōji\":[{\"word\":\"òji ōji\",\"wordClass\":\"NNC\",\"definitions\":[\"black; blackish\"],\"examples\":[],\"variations\":[],\"stems\":[\"òji\"]}],\"-ji òji\":[{\"word\":\"-ji òji\",\"wordClass\":\"NNC\",\"definitions\":[\"be dark, dark-coloured\"],\"examples\":[],\"variations\":[],\"stems\":[\"òji\"]}],\"Òji\":[{\"word\":\"Òji\",\"wordClass\":\"NNC\",\"definitions\":[\"Africans; Black race\"],\"examples\":[],\"variations\":[],\"stems\":[\"òji\"]}],\"òji\":[{\"word\":\"òji\",\"wordClass\":\"NNC\",\"definitions\":[\"blackness\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òjì ǹkù\":[{\"word\":\"òjì ǹkù\",\"wordClass\":\"NNC\",\"definitions\":[\"freshwater flying fish; butterfly fish (Pantodon buchholzi) (= nwaànyì akpù obì)\"],\"examples\":[],\"variations\":[],\"stems\":[\"òjì\"]}],\"òjì\":[{\"word\":\"òjì\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ojiī\":[{\"word\":\"ojiī\",\"wordClass\":\"NNC\",\"definitions\":[\"black\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ụgbọ ojō\":[{\"word\":\"ụgbọ ojō\",\"wordClass\":\"NNC\",\"definitions\":[\"small canoe\"],\"examples\":[],\"variations\":[],\"stems\":[\"ojō\",\"ụgbọ\"]}],\"ojō\":[{\"word\":\"ojō\",\"wordClass\":\"NNC\",\"definitions\":[\"kind of light wood used for canoe making (Cleistopholis patens (Benth.) Engl. and Diels)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òjò\":[{\"word\":\"òjò\",\"wordClass\":\"NNC\",\"definitions\":[\"general name for fish of the genus Distichodus\"],\"examples\":[],\"variations\":[\"èjò\"],\"stems\":null}],\"òjukwū\":[{\"word\":\"òjukwū\",\"wordClass\":\"NNC\",\"definitions\":[\"variety of oil-palm, which does not produce heavy crops of nuts, but whose oil is bright red in colour and highly esteemed\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nwokē\":[{\"word\":\"nwokē\",\"wordClass\":\"NNC\",\"definitions\":[\"man (see separate entry\"],\"examples\":[],\"variations\":[],\"stems\":[\"oke\"]}],\"oke ārụ\":[{\"word\":\"oke ārụ\",\"wordClass\":\"NNC\",\"definitions\":[\"serious sickness\",\"any serious misfortune\"],\"examples\":[{\"igbo\":\"Ọ yàlù oke ārụ\",\"english\":\"He was seriously sick\"}],\"variations\":[],\"stems\":[\"oke\"]}],\"oke ēfifìè naàbò\":[{\"word\":\"oke ēfifìè naàbò\",\"wordClass\":\"NNC\",\"definitions\":[\"noonday; midday\"],\"examples\":[],\"variations\":[],\"stems\":[\"oke\"]}],\"oke egwù\":[{\"word\":\"oke egwù\",\"wordClass\":\"NNC\",\"definitions\":[\"terror\"],\"examples\":[],\"variations\":[],\"stems\":[\"oke\"]}],\"oke ekwulèkwu\":[{\"word\":\"oke ekwulèkwu\",\"wordClass\":\"NNC\",\"definitions\":[\"talkativeness; bragging\"],\"examples\":[],\"variations\":[],\"stems\":[\"oke\"]}],\"oke ìkùkù\":[{\"word\":\"oke ìkùkù\",\"wordClass\":\"NNC\",\"definitions\":[\"tempest\"],\"examples\":[],\"variations\":[],\"stems\":[\"oke\"]}],\"oke mmādù\":[{\"word\":\"oke mmādù\",\"wordClass\":\"NNC\",\"definitions\":[\"a man of great reputation\"],\"examples\":[],\"variations\":[],\"stems\":[\"oke\"]}],\"oke mmīli\":[{\"word\":\"oke mmīli\",\"wordClass\":\"NNC\",\"definitions\":[\"heavy downpour of rain\"],\"examples\":[],\"variations\":[],\"stems\":[\"oke\"]}],\"okènyè\":[{\"word\":\"okènyè\",\"wordClass\":\"NNC\",\"definitions\":[\"full-aged, elder, principal person; senior (person)\"],\"examples\":[],\"variations\":[\"okènyà\"],\"stems\":null}],\"oke ōlili\":[{\"word\":\"oke ōlili\",\"wordClass\":\"NNC\",\"definitions\":[\"great pain\"],\"examples\":[],\"variations\":[],\"stems\":[\"oke\"]}],\"oke òrìmìlì nnū\":[{\"word\":\"oke òrìmìlì nnū\",\"wordClass\":\"NNC\",\"definitions\":[\"ocean\"],\"examples\":[],\"variations\":[],\"stems\":[\"oke\"]}],\"oke ozū\":[{\"word\":\"oke ozū\",\"wordClass\":\"NNC\",\"definitions\":[\"great man\"],\"examples\":[],\"variations\":[],\"stems\":[\"oke\",\"ozu\"]}],\"oke ọfīa\":[{\"word\":\"oke ọfīa\",\"wordClass\":\"NNC\",\"definitions\":[\"thick bush; jungle\"],\"examples\":[],\"variations\":[],\"stems\":[\"oke\",\"ọfịa\"]}],\"oke òkpà\":[{\"word\":\"oke òkpà\",\"wordClass\":\"NNC\",\"definitions\":[\"cock\"],\"examples\":[],\"variations\":[],\"stems\":[\"oke\"]}],\"oke ọnū\":[{\"word\":\"oke ọnū\",\"wordClass\":\"NNC\",\"definitions\":[\"of great price; costly; expensive; dear gba Christmas na-abịa I am going to buy my wife costly clothes for the celebration of next Christmas\",\"precious redeemed by Christ's precious blood different previous metals in our king's court\",\"big mouth (used to describe a talkative person) nà-èkwu okwū My servant is a chatterbox; he talks all the time and everywhere\",\"great mouth (used to describe a person, usually a child, who surpasses others in eating); gluttonous akā ībè ya sòọsò ya The child is a voracious eater, he has eaten the food placed for him and other children all by himself\"],\"examples\":[{\"igbo\":\"Agà m àzụtalụ nwūnyè m akwā dī oke ọnū ọ gà-èji wèlụ gba Christmas na-abịa\",\"english\":\"I am going to buy my wife costly clothes for the celebration of next Christmas\"},{\"igbo\":\"Òbàla Kraìst dị oke ọnū àgbapùtago ānyị\",\"english\":\"We have been redeemed by Christ's precious blood\"},{\"igbo\":\"Ọnā dī ichè ichè dị oke ọnū dì nà òbi èze ānyị\",\"english\":\"There are different previous metals in our king's court\"},{\"igbo\":\"Nwa òdìbò m nwèlù oke ọnū; ogè ǹcha nà ebe niīne kà ọ nà-èkwu okwū\",\"english\":\"My servant is a chatterbox; he talks all the time and everywhere\"},{\"igbo\":\"Nwatà afù nwèlù oke ọnū, o līsịgo nni e dèbèèlù ya nà ụmù akā ībè ya sòọsò ya\",\"english\":\"The child is a voracious eater, he has eaten the food placed for him and other children all by himself\"}],\"variations\":[],\"stems\":[\"oke\"]}],\"oke ọnụ afīa\":[{\"word\":\"oke ọnụ afīa\",\"wordClass\":\"NNC\",\"definitions\":[\"(compare oke ọnū A. and B.)\"],\"examples\":[{\"igbo\":\"Agà m ejì ife dī oke ọnụ afīa wèlụ je kènee nnē m n’ogē èzùmiike m na-abịa\",\"english\":\"I am going to give my mother a precious gift during my forthcoming leave\"}],\"variations\":[],\"stems\":[\"oke\"]}],\"oke ọyà\":[{\"word\":\"oke ọyà\",\"wordClass\":\"NNC\",\"definitions\":[\"great sickness; leprosy\"],\"examples\":[],\"variations\":[],\"stems\":[\"oke\",\"ọyà\"]}],\"oke ufèlè\":[{\"word\":\"oke ufèlè\",\"wordClass\":\"NNC\",\"definitions\":[\"great wind\"],\"examples\":[],\"variations\":[],\"stems\":[\"oke\",\"ufèlè\"]}],\"oke ụbòsì\":[{\"word\":\"oke ụbòsì\",\"wordClass\":\"NNC\",\"definitions\":[\"great day\"],\"examples\":[],\"variations\":[],\"stems\":[\"oke\",\"ụbòsì\"]}],\"oke\":[{\"word\":\"oke\",\"wordClass\":\"NNC\",\"definitions\":[\"male\",\"big size\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-wa okè\":[{\"word\":\"-wa okè\",\"wordClass\":\"AV\",\"definitions\":[\"make a boundary; put a mark; demarcate\"],\"examples\":[],\"variations\":[],\"stems\":[\"okè\",\"-wa\"]}],\"okè\":[{\"word\":\"okè\",\"wordClass\":\"NNC\",\"definitions\":[\"mark; boundary; line of demarcation (from -kè 1. divide)\"],\"examples\":[],\"variations\":[\"ọkè\"],\"stems\":null}],\"òkelekwū\":[{\"word\":\"òkelekwū\",\"wordClass\":\"NNC\",\"definitions\":[\"rat, or any small animal\"],\"examples\":[],\"variations\":[],\"stems\":[\"òke\"]}],\"òke oyìbo\":[{\"word\":\"òke oyìbo\",\"wordClass\":\"NNC\",\"definitions\":[\"guinea-pig\"],\"examples\":[],\"variations\":[],\"stems\":[\"òke\",\"oyìbo\"]}],\"òke ọfīa\":[{\"word\":\"òke ọfīa\",\"wordClass\":\"NNC\",\"definitions\":[\"bush rat\"],\"examples\":[],\"variations\":[],\"stems\":[\"òke\",\"ọfịa\"]}],\"òke ụnò\":[{\"word\":\"òke ụnò\",\"wordClass\":\"NNC\",\"definitions\":[\"house rat (Rattus rattus)\",\"house rat\"],\"examples\":[],\"variations\":[],\"stems\":[\"òke\",\"ụnò\"]}],\"òke\":[{\"word\":\"òke\",\"wordClass\":\"NNC\",\"definitions\":[\"rat\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òkè naàbò\":[{\"word\":\"òkè naàbò\",\"wordClass\":\"NNC\",\"definitions\":[\"two parts\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkè\"]}],\"-kèlụ òkè\":[{\"word\":\"-kèlụ òkè\",\"wordClass\":\"NNC\",\"definitions\":[\"take a share\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkè\"]}],\"-zù òkè\":[{\"word\":\"-zù òkè\",\"wordClass\":\"AV\",\"definitions\":[\"be correct; suffice; be complete, perfect, sufficient\"],\"examples\":[],\"variations\":[\"okè\"],\"stems\":[\"òkè\",\"-zù\"]}],\"òkè\":[{\"word\":\"òkè\",\"wordClass\":\"NNC\",\"definitions\":[\"portion; share; division (-kè 1. divide)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òkekele\":[{\"word\":\"òkekele\",\"wordClass\":\"NNC\",\"definitions\":[\"a small high-pitched drum used with òkàǹgà\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"okēlụwà\":[{\"word\":\"okēlụwà\",\"wordClass\":\"NNC\",\"definitions\":[\"fate\"],\"examples\":[],\"variations\":[\"okelùwà\"],\"stems\":null}],\"oke ōbụgbō\":[{\"word\":\"oke ōbụgbō\",\"wordClass\":\"NNC\",\"definitions\":[\"type of lily\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òkikē\":[{\"word\":\"òkikē\",\"wordClass\":\"NNC\",\"definitions\":[\"ivory tusk (of elephant)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"Ọnwa Òkìkè\":[{\"word\":\"Ọnwa Òkìkè\",\"wordClass\":\"NNC\",\"definitions\":[\"tenth traditional month in the Nri calendar, in which the ọzō men of each lineage gather their òkìkè in the lineage's temple and offer a bloody sacrifice\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkìkè\"]}],\"okìlì\":[{\"word\":\"okìlì\",\"wordClass\":\"NNC\",\"definitions\":[\"guinea-corn\",\"iron object with two prongs into which a charm can be inserted and which is then pushed into ground (larger than àbà)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òkìlìkili ụnò\":[{\"word\":\"òkìlìkili ụnò\",\"wordClass\":\"NNC\",\"definitions\":[\"round about the house (fig.)\"],\"examples\":[{\"igbo\":\"Òkìlìkilî bù ijè Agwù\",\"english\":\"(Lit. cycle is the movement of Agwù), i.e. Agwù moves in a cycle, or Agwù moves from one person to another until appeased). Used by workers or performers, e.g. doctors and actors, who run rounds of duty, to describe the nature of their work. Also used by other people to describe such people, or similar conditions which are rotative in nature\"}],\"variations\":[],\"stems\":[\"òkìlìkili\"]}],\"òkìlìkili\":[{\"word\":\"òkìlìkili\",\"wordClass\":\"NNC\",\"definitions\":[\"round shape (circular, not spherical); surrounding parts\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"oko ọkà\":[{\"word\":\"oko ọkà\",\"wordClass\":\"NNC\",\"definitions\":[\"ear of corn (maize)\",\"bunch (of plantains, bananas)\"],\"examples\":[],\"variations\":[],\"stems\":[\"oko\"]}],\"oko unèlè\":[{\"word\":\"oko unèlè\",\"wordClass\":\"NNC\",\"definitions\":[\"bunch of bananas\"],\"examples\":[],\"variations\":[],\"stems\":[\"oko\"]}],\"oko\":[{\"word\":\"oko\",\"wordClass\":\"NNC\",\"definitions\":[\"head, ear (of corn, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-pù òkò\":[{\"word\":\"-pù òkò\",\"wordClass\":\"NNC\",\"definitions\":[\"be able\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkò\"]}],\"òkò\":[{\"word\":\"òkò\",\"wordClass\":\"NNC\",\"definitions\":[\"full strength; one's best or utmost\",\"yam cultivar\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"okōkòòko\":[{\"word\":\"okōkòòko\",\"wordClass\":\"INTJ\",\"definitions\":[\"exclamation of pain, grief, surprise\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"okokpòlò\":[{\"word\":\"okokpòlò\",\"wordClass\":\"NNC\",\"definitions\":[\"bachelor\",\"poor person (fig.)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"okòlò\":[{\"word\":\"okòlò\",\"wordClass\":\"NNC\",\"definitions\":[\"under; the underpart (of persons, between the thighs)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òkolọbìà\":[{\"word\":\"òkolọbìà\",\"wordClass\":\"NNC\",\"definitions\":[\"(ìkolobìà is an old pl. form, but nowadays both ò- and ì- are\"],\"examples\":[],\"variations\":[\"òkolobìà\"],\"stems\":[\"òkolo\"]}],\"ìkènye ìkolobìà\":[{\"word\":\"ìkènye ìkolobìà\",\"wordClass\":\"NNC\",\"definitions\":[\"middle-aged men\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkolo\"]}],\"isi okolobìà\":[{\"word\":\"isi okolobìà\",\"wordClass\":\"NNC\",\"definitions\":[\"men in the prime of life\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkolo\"]}],\"-me òkolobìà\":[{\"word\":\"-me òkolobìà\",\"wordClass\":\"NNC\",\"definitions\":[\"act as, be, a young man\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkolo\"]}],\"òtù ụmù òkoloọbìà\":[{\"word\":\"òtù ụmù òkoloọbìà\",\"wordClass\":\"NNC\",\"definitions\":[\"young men’s society\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkolo\"]}],\"nwoōkolo\":[{\"word\":\"nwoōkolo\",\"wordClass\":\"NNC\",\"definitions\":[\"lad; boy; young man\",\"male name\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkolo\"]}],\"òkolo\":[{\"word\":\"òkolo\",\"wordClass\":\"NNC\",\"definitions\":[\"boy; youth; young man; male name\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"okòm\":[{\"word\":\"okòm\",\"wordClass\":\"NNC\",\"definitions\":[\"yam cultivar\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"okonko\":[{\"word\":\"okonko\",\"wordClass\":\"NNC\",\"definitions\":[\"empty container\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òkoòko\":[{\"word\":\"òkoòko\",\"wordClass\":\"NNC\",\"definitions\":[\"parrot (compare icheǹkù or ichoòkù)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òkòso\":[{\"word\":\"òkòso\",\"wordClass\":\"NNC\",\"definitions\":[\"small snail-shell used for playing tops; also a metal type made by blacksmiths\",\"the game itself (compare Yoruba ìkòto)\"],\"examples\":[],\"variations\":[\"kòso\"],\"stems\":null}],\"okoti ākpo\":[{\"word\":\"okoti ākpo\",\"wordClass\":\"NNC\",\"definitions\":[\"male lizard\"],\"examples\":[],\"variations\":[],\"stems\":[\"okoti\"]}],\"okoti\":[{\"word\":\"okoti\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òkpọ nà-àkpọ òkù\":[{\"word\":\"òkpọ nà-àkpọ òkù\",\"wordClass\":\"NNC\",\"definitions\":[\"echo\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkù\"]}],\"òkǔ jī\":[{\"word\":\"òkǔ jī\",\"wordClass\":\"NNC\",\"definitions\":[\"Yam festival (no longer celebrated)\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkù\"]}],\"-rì òkù\":[{\"word\":\"-rì òkù\",\"wordClass\":\"AV\",\"definitions\":[\"shout for; call loudly\",\"shout for\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkù\",\"-rì\"]}],\"-za òkù\":[{\"word\":\"-za òkù\",\"wordClass\":\"AV\",\"definitions\":[\"answer a call\"],\"examples\":[{\"igbo\":\"O jèlù ịzā òkù\",\"english\":\"He has gone to answer a call\"}],\"variations\":[],\"stems\":[\"òkù\",\"-za\"]}],\"òkụ ụtabà\":[{\"word\":\"òkụ ụtabà\",\"wordClass\":\"NNC\",\"definitions\":[\"tobacco pipe; snuff-box\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkù\"]}],\"-sè òkù\":[{\"word\":\"-sè òkù\",\"wordClass\":\"AV\",\"definitions\":[\"smoke pipe\",\"clay bowl; plate\"],\"examples\":[{\"igbo\":\"Proverb: Chukwu Nnà ekwēna kà anyị fụ elikàta n’efele èlibe n’òkù May\",\"english\":\"God the Father never allow us to fall from eating off china plates to eating off clay plates, i.e., May our condition never revert from good to bad\"}],\"variations\":[],\"stems\":[\"òkù\",\"-sè\"]}],\"òkù\":[{\"word\":\"òkù\",\"wordClass\":\"NNC\",\"definitions\":[\"a call, shout; invitation; feast; festival\",\"pipe (for tobacco); snuff-box\"],\"examples\":[{\"igbo\":\"Bìa sòlu m jèe òkù nà Ǹneēwi\",\"english\":\"Accompany me to a feast at Nnewi\"}],\"variations\":[],\"stems\":[]}],\"okuko\":[{\"word\":\"okuko\",\"wordClass\":\"NNC\",\"definitions\":[\"skin of a fruit, used by dibìà\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òkukū\":[{\"word\":\"òkukū\",\"wordClass\":\"NNC\",\"definitions\":[\"horn-shaped calabash used for cupping and divining (fig.)\"],\"examples\":[{\"igbo\":\"Etīnyezina ọnū n’ime ōkukū wèlụ èkwu okwū\",\"english\":\"Stop speaking behind someone's back (literally Stop putting your mouth into a small calabash while you talk)\"}],\"variations\":[],\"stems\":null}],\"okùokwè\":[{\"word\":\"okùokwè\",\"wordClass\":\"NNC\",\"definitions\":[\"yam cultivar\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òkutā\":[{\"word\":\"òkutā\",\"wordClass\":\"\",\"definitions\":[\"see òkwutē\"],\"examples\":[],\"variations\":[\"òkutē\"],\"stems\":null}],\"òkùtà\":[{\"word\":\"òkùtà\",\"wordClass\":\"NNC\",\"definitions\":[\"officers and leading members of a divinity's club or cult\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"okpēnsi\":[{\"word\":\"okpēnsi\",\"wordClass\":\"\",\"definitions\":[\"see okpōsi\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"okpēsi\":[{\"word\":\"okpēsi\",\"wordClass\":\"\",\"definitions\":[\"see okpōsi\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"okpètè\":[{\"word\":\"okpètè\",\"wordClass\":\"NNC\",\"definitions\":[\"sugarcane (Saccharum officinarum Linn.)\",\"ginger lily (Costus afer Ker-Gawl. and/or C. schlecteri Winkler)\"],\"examples\":[],\"variations\":[\"ọkpètè\",\"okpòtò\",\"ekpètè\"],\"stems\":null}],\"okpì\":[{\"word\":\"okpì\",\"wordClass\":\"NNC\",\"definitions\":[\"stoutness, sturdiness (e.g. of tree, not of person)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"okoòkpò\":[{\"word\":\"okoòkpò\",\"wordClass\":\"NNC\",\"definitions\":[\"(from oke òkpò) tapeworm\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkpò\"]}],\"òkpò\":[{\"word\":\"òkpò\",\"wordClass\":\"NNC\",\"definitions\":[\"intestinal worm\",\"kind of large tree, white wood, very small leaves\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"okpodi\":[{\"word\":\"okpodi\",\"wordClass\":\"NNC\",\"definitions\":[\"male agama lizard (compare ǹgwèlè)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òkpokō ụtàlà\":[{\"word\":\"òkpokō ụtàlà\",\"wordClass\":\"NNC\",\"definitions\":[\"large morsel of fufu\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkpokō\"]}],\"òkpokō\":[{\"word\":\"òkpokō\",\"wordClass\":\"NNC\",\"definitions\":[\"large bird, plantain-eater\",\"large morsel of pounded food\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"okpokolo\":[{\"word\":\"okpokolo\",\"wordClass\":\"NNC\",\"definitions\":[\"empty (container)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"okpòkolo\":[{\"word\":\"okpòkolo\",\"wordClass\":\"NNC\",\"definitions\":[\"can; small pot used for keeping oil, etc.\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"okpòkpò\":[{\"word\":\"okpòkpò\",\"wordClass\":\"NNC\",\"definitions\":[\"walking stick\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"okpolo ụzò\":[{\"word\":\"okpolo ụzò\",\"wordClass\":\"NNC\",\"definitions\":[\"roadway; public path (less specific than okpolo īlo)\"],\"examples\":[],\"variations\":[],\"stems\":[\"okpolo\",\"ụzò\"]}],\"okpolo\":[{\"word\":\"okpolo\",\"wordClass\":\"NNC\",\"definitions\":[\"highway; street; road (especially in town; more specific than ụzò in referring to a large road or highway)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"okpòlò osisi\":[{\"word\":\"okpòlò osisi\",\"wordClass\":\"NNC\",\"definitions\":[\"rod of wood; stalk of plant; stem of young tree of sapling\"],\"examples\":[],\"variations\":[],\"stems\":[\"okpòlò\",\"osisi\"]}],\"okpòlò\":[{\"word\":\"okpòlò\",\"wordClass\":\"NNC\",\"definitions\":[\"stalk; rod; stem\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òkpòlòfifìè\":[{\"word\":\"òkpòlòfifìè\",\"wordClass\":\"NNC\",\"definitions\":[\"whistle; whistling\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"okpòlokō\":[{\"word\":\"okpòlokō\",\"wordClass\":\"NNC\",\"definitions\":[\"stockfish = azù nkū\",\"variety of oil-palm which produces nuts of very fine appearance, but which have not much flesh, the kernel being large in proportion\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-kpò òkpòmọkụ\":[{\"word\":\"-kpò òkpòmọkụ\",\"wordClass\":\"NNC\",\"definitions\":[\"be hot\"],\"examples\":[{\"igbo\":\"Àfe ǹkaà nà-ekpō òkpòmọkụ\",\"english\":\"This garment absorbs heat\"}],\"variations\":[],\"stems\":[\"òkpòmọkụ\"]}],\"òkpòmọkụ\":[{\"word\":\"òkpòmọkụ\",\"wordClass\":\"NNC\",\"definitions\":[\"heat (from -kpò ọkụ be hot)\"],\"examples\":[{\"igbo\":\"Ànị Òkpòmọkụ\",\"english\":\"the Tropics (literally hot land)\"},{\"igbo\":\"Ndi bī n’ànị òkpòmọkụ nà-àdị galagala\",\"english\":\"People in the tropics are brisk and active\"}],\"variations\":[],\"stems\":null}],\"òkpòntụ\":[{\"word\":\"òkpòntụ\",\"wordClass\":\"NNC\",\"definitions\":[\"grey\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òkpoǹzàla\":[{\"word\":\"òkpoǹzàla\",\"wordClass\":\"NNC\",\"definitions\":[\"plant with edible fruit (Aframomum daniellii (Hook. f.) K. Schum.)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òkpoòdùdù\":[{\"word\":\"òkpoòdùdù\",\"wordClass\":\"NNC\",\"definitions\":[\"kind of bean that provokes thirst\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-gba òkpoòfùfù\":[{\"word\":\"-gba òkpoòfùfù\",\"wordClass\":\"NNC\",\"definitions\":[\"perspire\",\"labour over; take pains over; sweat over\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkpoòfùfù\"]}],\"òkpoòfùfù\":[{\"word\":\"òkpoòfùfù\",\"wordClass\":\"NNC\",\"definitions\":[\"perspiration\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"okpōsi\":[{\"word\":\"okpōsi\",\"wordClass\":\"NNC\",\"definitions\":[\"simple, faceless image carved (usually from ògilìsì) to\",\"represent a dead ancestor after his final funeral rites; they are usually dumb-bell shaped, except that those for married daughters are cylindrical; all the family okpōsi are kept together and offered food or libations from time to time while the protection of the ancestors is solicited\"],\"examples\":[],\"variations\":[\"okpēsi\",\"okpōnsi\",\"okpēnsi\"],\"stems\":null}],\"okpòtò\":[{\"word\":\"okpòtò\",\"wordClass\":\"\",\"definitions\":[\"see okpètè\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"okpotokpo mmādù\":[{\"word\":\"okpotokpo mmādù\",\"wordClass\":\"NNC\",\"definitions\":[\"huge person; person of big build\"],\"examples\":[{\"igbo\":\"Ụmū Okeēke ànaàgbaka okpotokpo\",\"english\":\"Mr Okeeke's children are usually big for their age and of sturdy build\"},{\"igbo\":\"Q. Kèdụ ūdị àgwà ị chòlù kà m zụtalụ gī, ọ bù ndị gbālụ okpotokpo kòọ ndị gbālụ kịlịkịlị?\",\"english\":\"Q: What kind of beans do you want me to buy for you from the market, the big type or the small type?\"},{\"igbo\":\"A. Zùtalụ m ndị gbālụ okpotokpo\",\"english\":\"A. Buy me the big type\"}],\"variations\":[],\"stems\":[\"okpotokpo\"]}],\"okpotokpo\":[{\"word\":\"okpotokpo\",\"wordClass\":\"NNC\",\"definitions\":[\"big size (of persons, fruits)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kpù òkpu ogwū\":[{\"word\":\"-kpù òkpu ogwū\",\"wordClass\":\"NNC\",\"definitions\":[\"wear crown of thorns\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkpu\"]}],\"-kpupù òkpu\":[{\"word\":\"-kpupù òkpu\",\"wordClass\":\"NNC\",\"definitions\":[\"remove hat, cap, etc.\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkpu\"]}],\"òkpu\":[{\"word\":\"òkpu\",\"wordClass\":\"NNC\",\"definitions\":[\"hat; cap; head covering\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òkpùkpu īkwu\":[{\"word\":\"òkpùkpu īkwu\",\"wordClass\":\"NNC\",\"definitions\":[\"ridging of a house\",\"set, group; stack (from -kpù 1. cover\"],\"examples\":[{\"igbo\":\"Òkpùkpu īkwû bù ọlụ sīli ike\",\"english\":\"Ridging a house is hard work\"}],\"variations\":[],\"stems\":[\"òkpùkpù\"]}],\"òkpùkpù naàbò\":[{\"word\":\"òkpùkpù naàbò\",\"wordClass\":\"NNC\",\"definitions\":[\"double stack\"],\"examples\":[{\"igbo\":\"Ị gà-èdo jī òkpùkpù naàbò n’ime ọbā\",\"english\":\"You will place the yams in two stacks inside the barn\"}],\"variations\":[],\"stems\":[\"òkpùkpù\"]}],\"òkpùkpù\":[{\"word\":\"òkpùkpù\",\"wordClass\":\"NNC\",\"definitions\":[\"storey, floor (of a house); roofing\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"okpulu\":[{\"word\":\"okpulu\",\"wordClass\":\"NNC\",\"definitions\":[\"kind of stiff bag made by Hausas for packing clothes, etc.\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òkpulù\":[{\"word\":\"òkpulù\",\"wordClass\":\"NNC\",\"definitions\":[\"under; beneath; the underpart; bottom\"],\"examples\":[{\"igbo\":\"Ọ nò n’òkpulù m\",\"english\":\"He is junior to me (literally He is under me). (fig.) the real thing; the inside story\"},{\"igbo\":\"Gwa m òkpulù okwū\",\"english\":\"Tell me what really happened. (fig.) secret\"},{\"igbo\":\"Àdịrō m èkwu okwu ōkpulù\",\"english\":\"I do not talk in secret\"}],\"variations\":[],\"stems\":null}],\"òkpùlù\":[{\"word\":\"òkpùlù\",\"wordClass\":\"NNC\",\"definitions\":[\"poor, pitiable, person or object; term of commiseration\"],\"examples\":[{\"igbo\":\"Èkeèmezie adī ènyeju ụmù ya afō, nwoòkpùlù, ò nwerō onye ēnyemaka\",\"english\":\"Ekeemezie no longer feeds his children properly, poor man, he has no helper\"}],\"variations\":[],\"stems\":null}],\"okpulukpu\":[{\"word\":\"okpulukpu\",\"wordClass\":\"NNC\",\"definitions\":[\"shell (like that of the tortoise)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"okpùlùkpu òkwè\":[{\"word\":\"okpùlùkpu òkwè\",\"wordClass\":\"NNC\",\"definitions\":[\"stringed instrument\"],\"examples\":[],\"variations\":[],\"stems\":[\"okpùlùkpù\"]}],\"okpùlùkpù\":[{\"word\":\"okpùlùkpù\",\"wordClass\":\"NNC\",\"definitions\":[\"kind of instrument\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òkwè oyìbo\":[{\"word\":\"òkwè oyìbo\",\"wordClass\":\"NNC\",\"definitions\":[\"horse-radish tree (Moringa oleifera Lam.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkwè\"]}],\"òkwè\":[{\"word\":\"òkwè\",\"wordClass\":\"NNC\",\"definitions\":[\"kind of tree (Ricinodendron heudelotii (Baill.) Pierre ex Pax), sometimes sacred when grown at shrines, with long stalk and broad leaves, used as livestock food\",\"bean which grows in a pod, red, brown or white in colour and used mainly in eating shredded cassave. Òkwè when properly boiled is mashed thoroughly with shredded cassava by hand, with other normal cooking ingredients - pepper, oil and salt - added\",\"see òkwè\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òkwo igwè\":[{\"word\":\"òkwo igwè\",\"wordClass\":\"NNC\",\"definitions\":[\"Polypterus senegalus (= ùkata)\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkwo\"]}],\"òkwo àfòyì\":[{\"word\":\"òkwo àfòyì\",\"wordClass\":\"NNC\",\"definitions\":[\"Polypterus ansorgei, P. endlicheri, Calamoichthys calabaricus (= ùkata)\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkwo\"]}],\"òkwo\":[{\"word\":\"òkwo\",\"wordClass\":\"NNC\",\"definitions\":[\"a general name for fish of the Polypteridae family\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òkwòli\":[{\"word\":\"òkwòli\",\"wordClass\":\"NNC\",\"definitions\":[\"kingfisher\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"okwu alū\":[{\"word\":\"okwu alū\",\"wordClass\":\"NNC\",\"definitions\":[\"blasphemy; abominable word\"],\"examples\":[],\"variations\":[],\"stems\":[\"okwu\"]}],\"okwu āsị\":[{\"word\":\"okwu āsị\",\"wordClass\":\"NNC\",\"definitions\":[\"lie\"],\"examples\":[{\"igbo\":\"Okwu Chūkwu\",\"english\":\"Word of God; the Gospel; sermon\"}],\"variations\":[],\"stems\":[\"okwu\"]}],\"okwu nà ụkà\":[{\"word\":\"okwu nà ụkà\",\"wordClass\":\"NNC\",\"definitions\":[\"trouble; quarrel\"],\"examples\":[],\"variations\":[],\"stems\":[\"okwu\"]}],\"okwu ọlà\":[{\"word\":\"okwu ọlà\",\"wordClass\":\"NNC\",\"definitions\":[\"(fig.) stale, old quarrel\"],\"examples\":[{\"igbo\":\"Rapùzia okwu afù nà ọ bàgo ọlà\",\"english\":\"Drop the quarrel (issue), for it is now stale\"}],\"variations\":[],\"stems\":[\"okwu\",\"ọlà\"]}],\"-gbagha okwu\":[{\"word\":\"-gbagha okwu\",\"wordClass\":\"NNC\",\"definitions\":[\"contradict; argue\"],\"examples\":[],\"variations\":[],\"stems\":[\"okwu\"]}],\"-kwu okwu āzụ\":[{\"word\":\"-kwu okwu āzụ\",\"wordClass\":\"NNC\",\"definitions\":[\"slander, back-bite\"],\"examples\":[],\"variations\":[],\"stems\":[\"okwu\"]}],\"-kwu okwu ūgha\":[{\"word\":\"-kwu okwu ūgha\",\"wordClass\":\"NNC\",\"definitions\":[\"speak falsehood\"],\"examples\":[],\"variations\":[],\"stems\":[\"okwu\",\"ùgha\"]}],\"òkà okwū\":[{\"word\":\"òkà okwū\",\"wordClass\":\"NNC\",\"definitions\":[\"orator\",\"eloquence\",\"orator; eloquence\"],\"examples\":[],\"variations\":[],\"stems\":[\"okwu\",\"òkà\"]}],\"ọkpùlùkpù okwū\":[{\"word\":\"ọkpùlùkpù okwū\",\"wordClass\":\"NNC\",\"definitions\":[\"very important discussion\"],\"examples\":[],\"variations\":[],\"stems\":[\"okwu\",\"ọkpùlùkpù\"]}],\"-sè okwu\":[{\"word\":\"-sè okwu\",\"wordClass\":\"NNC\",\"definitions\":[\"quarrel\"],\"examples\":[{\"igbo\":\"Di nà nwunyè afù nà-esè okwū\",\"english\":\"The husband and wife are quarrelling\"}],\"variations\":[],\"stems\":[\"okwu\"]}],\"òkwu Ànì\":[{\"word\":\"òkwu Ànì\",\"wordClass\":\"NNC\",\"definitions\":[\"communal shrine for the Earth Goddess\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkwu\"]}],\"òkwu\":[{\"word\":\"òkwu\",\"wordClass\":\"NNC\",\"definitions\":[\"refers to 'home'; specific uses are\",\"a small house with a steep thatched roof and a single door, used as a sleeping house in mosquito-infested areas and as a storehouse\",\"shed for domestic animals\",\"nest for ants\",\"shrine\"],\"examples\":[{\"igbo\":\"Arụrụ èrika n’ebe à. Bìa kà ị fụ òkwu fā\",\"english\":\"There are many ants here. Come and see their nest\"}],\"variations\":[],\"stems\":null}],\"òkwùdùkwudū\":[{\"word\":\"òkwùdùkwudū\",\"wordClass\":\"NNC\",\"definitions\":[\"owl (= okwumkwudo)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òkwukwuū\":[{\"word\":\"òkwukwuū\",\"wordClass\":\"\",\"definitions\":[\"see òkwùdukwudù\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òkwùkwe Ndi Ozī\":[{\"word\":\"òkwùkwe Ndi Ozī\",\"wordClass\":\"NNC\",\"definitions\":[\"The Apostles' Creed\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkwùkwè\"]}],\"òkwùkwè\":[{\"word\":\"òkwùkwè\",\"wordClass\":\"NNC\",\"definitions\":[\"creed; faith (-kwe 1. agree)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òkwùlù\":[{\"word\":\"òkwùlù\",\"wordClass\":\"NNC\",\"definitions\":[\"womb (compare àkpà nnwā)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òkwùma\":[{\"word\":\"òkwùma\",\"wordClass\":\"NNC\",\"definitions\":[\"a kind of native ointment; shea-butter\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òkwutē\":[{\"word\":\"òkwutē\",\"wordClass\":\"NNC\",\"definitions\":[\"rock; stone (compare Yoruba òkuta, Ẹdo (Bini) òkutá)\"],\"examples\":[],\"variations\":[\"òkutā\",\"òkutē\"],\"stems\":[\"okwumkwudo\"]}],\"òkwutē ùwà tụùwà\":[{\"word\":\"òkwutē ùwà tụùwà\",\"wordClass\":\"NNC\",\"definitions\":[\"Rock of Ages (ref. to Bible)\"],\"examples\":[],\"variations\":[],\"stems\":[\"okwumkwudo\"]}],\"aks ōkwutē\":[{\"word\":\"aks ōkwutē\",\"wordClass\":\"NNC\",\"definitions\":[\"stone for grinding corn\"],\"examples\":[],\"variations\":[],\"stems\":[\"okwumkwudo\"]}],\"obī okwutē\":[{\"word\":\"obī okwutē\",\"wordClass\":\"NNC\",\"definitions\":[\"stony-hearted\"],\"examples\":[],\"variations\":[],\"stems\":[\"okwumkwudo\"]}],\"okwumkwudo\":[{\"word\":\"okwumkwudo\",\"wordClass\":\"NNC\",\"definitions\":[\"(arch.) owl\",\"(fig.) advance warning (as the owl warns by hooting)\"],\"examples\":[{\"igbo\":\"Òkwùdùkwudū sì nà afà ya bù okwumkwudo, mà azì nà- àkpọ yā òkwùdùkwudū\",\"english\":\"The owl says that his name is 'okwumkwudo', but young people call him 'òkwùdùkwudū'\"},{\"igbo\":\"Okwu à bù okwumkwudo\",\"english\":\"This is an advance warning\"}],\"variations\":[],\"stems\":null}],\"oli\":[{\"word\":\"oli\",\"wordClass\":\"NNC\",\"definitions\":[\"food made from maize\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òli mmādù\":[{\"word\":\"òli mmādù\",\"wordClass\":\"NNC\",\"definitions\":[\"cannibal\"],\"examples\":[],\"variations\":[],\"stems\":[\"òli\"]}],\"òli ǹzèlè\":[{\"word\":\"òli ǹzèlè\",\"wordClass\":\"NNC\",\"definitions\":[\"chief; titled man\"],\"examples\":[],\"variations\":[],\"stems\":[\"òli\"]}],\"òli\":[{\"word\":\"òli\",\"wordClass\":\"NNC\",\"definitions\":[\"one who eats (-li 1. eat)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"olìghìlì\":[{\"word\":\"olìghìlì\",\"wordClass\":\"\",\"definitions\":[\"see èlùlù\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"oke ōlilo\":[{\"word\":\"oke ōlilo\",\"wordClass\":\"NNC\",\"definitions\":[\"great pain\"],\"examples\":[],\"variations\":[],\"stems\":[\"òlilo\"]}],\"Òlìsà\":[{\"word\":\"Òlìsà\",\"wordClass\":\"NNC\",\"definitions\":[\"The Great God\"],\"examples\":[{\"igbo\":\"Òlìsà ebùlu ùwà\",\"english\":\"God who supports the world\"},{\"igbo\":\"Òlìsà elòka\",\"english\":\"God thought deeply (male name)\"},{\"igbo\":\"Òlìsà èmeka\",\"english\":\"God has done a lot (male name)\"},{\"igbo\":\"Nwolìsà\",\"english\":\"the son of God (male name)\"}],\"variations\":[],\"stems\":null}],\"òlìsìlì ọkù\":[{\"word\":\"òlìsìlì ọkù\",\"wordClass\":\"NNC\",\"definitions\":[\"treasure\"],\"examples\":[],\"variations\":[],\"stems\":[\"òlìsìlì\"]}],\"òlìsìlì\":[{\"word\":\"òlìsìlì\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òlokō\":[{\"word\":\"òlokō\",\"wordClass\":\"NNC\",\"definitions\":[\"praying mantis\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òlòkòmbụbā\":[{\"word\":\"òlòkòmbụbā\",\"wordClass\":\"\",\"definitions\":[\"see ùlùkòmbụbā\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ololo\":[{\"word\":\"ololo\",\"wordClass\":\"NNC\",\"definitions\":[\"bottle (compare onono, the typical Onitsha form)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òlòma oyìbo\":[{\"word\":\"òlòma oyìbo\",\"wordClass\":\"NNC\",\"definitions\":[\"grapefruit\"],\"examples\":[],\"variations\":[],\"stems\":[\"òlòma\",\"oyìbo\"]}],\"òlòma\":[{\"word\":\"òlòma\",\"wordClass\":\"NNC\",\"definitions\":[\"orange (Citrus aurantium Linn.)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"olòngōno\":[{\"word\":\"olòngōno\",\"wordClass\":\"NNC\",\"definitions\":[\"praying mantis\",\"(fig.) very slim person\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ndi olū\":[{\"word\":\"ndi olū\",\"wordClass\":\"NNC\",\"definitions\":[\"\\\"men of the waterside\\\", those who live by the bank of the River Niger\"],\"examples\":[],\"variations\":[],\"stems\":[\"Olu\"]}],\"Olu\":[{\"word\":\"Olu\",\"wordClass\":\"NNC\",\"definitions\":[\"\\\"people that live by the water\\\", term used to denote those who live by the bank of the River Niger\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òlu ụlā\":[{\"word\":\"òlu ụlā\",\"wordClass\":\"NNC\",\"definitions\":[\"doze\"],\"examples\":[],\"variations\":[],\"stems\":[\"òlu\"]}],\"(òlu ụlā) -tụ\":[{\"word\":\"(òlu ụlā) -tụ\",\"wordClass\":\"NNC\",\"definitions\":[\"slumber; doze\",\"sleeping sickness; trypasonomiasis\"],\"examples\":[],\"variations\":[],\"stems\":[\"òlu\"]}],\"òlu\":[{\"word\":\"òlu\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"olubulu\":[{\"word\":\"olubulu\",\"wordClass\":\"NNC\",\"definitions\":[\"kind of lizard, brightly coloured;? Bosc's Monitor (but only about 1' long without tail)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òluku\":[{\"word\":\"òluku\",\"wordClass\":\"NNC\",\"definitions\":[\"cotton (plant)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"Olumbànasā\":[{\"word\":\"Olumbànasā\",\"wordClass\":\"NNC\",\"definitions\":[\"group of seven villages in Anambra Division which speak Igala as their first language\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"om!\":[{\"word\":\"om!\",\"wordClass\":\"INTJ\",\"definitions\":[\"salutation of respect to an old woman (especially a pagan)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ome\":[{\"word\":\"ome\",\"wordClass\":\"NNC\",\"definitions\":[\"shoot of a plant\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òme ākwụ\":[{\"word\":\"òme ākwụ\",\"wordClass\":\"NNC\",\"definitions\":[\"respectful form of address to women\"],\"examples\":[],\"variations\":[],\"stems\":[\"òme\"]}],\"òme ǹkà\":[{\"word\":\"òme ǹkà\",\"wordClass\":\"NNC\",\"definitions\":[\"carpenter; artisan; craftsman\"],\"examples\":[],\"variations\":[],\"stems\":[\"òme\"]}],\"òme\":[{\"word\":\"òme\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\",\"see òme\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òmenàànì\":[{\"word\":\"òmenàànì\",\"wordClass\":\"NNC\",\"definitions\":[\"custom (compare òdìbendi)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-tụ òmìmì\":[{\"word\":\"-tụ òmìmì\",\"wordClass\":\"AV\",\"definitions\":[\"dive\"],\"examples\":[{\"igbo\":\"Àmarō m etu esì àtụ òmìmì\",\"english\":\"I don’t know how to dive\"}],\"variations\":[],\"stems\":[\"òmìmì\",\"-tụ\"]}],\"òmùme\":[{\"word\":\"òmùme\",\"wordClass\":\"NNC\",\"definitions\":[\"action; act; conduct; doing\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òne mbòsì?\":[{\"word\":\"òne mbòsì?\",\"wordClass\":\"\",\"definitions\":[\"which day?\"],\"examples\":[],\"variations\":[],\"stems\":[\"òne?\"]}],\"òne mgbè?\":[{\"word\":\"òne mgbè?\",\"wordClass\":\"\",\"definitions\":[\"when? at what time?\"],\"examples\":[],\"variations\":[],\"stems\":[\"òne?\"]}],\"òne ndị\":[{\"word\":\"òne ndị\",\"wordClass\":\"\",\"definitions\":[\"who (plural)? which people?\"],\"examples\":[],\"variations\":[],\"stems\":[\"òne?\"]}],\"ùgbòlò òne?\":[{\"word\":\"ùgbòlò òne?\",\"wordClass\":\"\",\"definitions\":[\"how often?; how many times?\"],\"examples\":[{\"igbo\":\"Gwa m ugbòlò òne i jègòlu ebe afù\",\"english\":\"Tell me the number of times you have been to that place\"}],\"variations\":[],\"stems\":[\"òne?\",\"ùgbòlò\"]}],\"ònenòne\":[{\"word\":\"ònenòne\",\"wordClass\":\"\",\"definitions\":[\"few; some\"],\"examples\":[{\"igbo\":\"Ọ bù mmadù ònemòne kà m chòlù kà fa sòlụ m jee kène ezē chīlụ ọfụū\",\"english\":\"It is only a few people that I want to go with me to greet the newly-installed chief\"}],\"variations\":[\"ònemòne\"],\"stems\":[\"òne?\"]}],\"òne?\":[{\"word\":\"òne?\",\"wordClass\":\"\",\"definitions\":[\"how much? how many? which?\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"onì\":[{\"word\":\"onì\",\"wordClass\":\"NNC\",\"definitions\":[\"bigger stake for yam\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ònìinu\":[{\"word\":\"ònìinu\",\"wordClass\":\"NNC\",\"definitions\":[\"a fish (Labeo senegalensis)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ònogbò\":[{\"word\":\"ònogbò\",\"wordClass\":\"NNC\",\"definitions\":[\"cat (compare Yoruba ològbò, Edo (Bini) òlògbò)\"],\"examples\":[],\"variations\":[\"onogbò\"],\"stems\":null}],\"ònòlì\":[{\"word\":\"ònòlì\",\"wordClass\":\"NNC\",\"definitions\":[\"title for a red-cap chief\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"onono\":[{\"word\":\"onono\",\"wordClass\":\"NNC\",\"definitions\":[\"bottle\"],\"examples\":[],\"variations\":[\"ololo\"],\"stems\":null}],\"Ònoòwu\":[{\"word\":\"Ònoòwu\",\"wordClass\":\"NNC\",\"definitions\":[\"chief next in rank to the king of Ònìchà (and certain other towns), conveniently translated 'Prime Minister', who places the cap on the head of a titled man\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"onu\":[{\"word\":\"onu\",\"wordClass\":\"NNC\",\"definitions\":[\"neck\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ònugbù\":[{\"word\":\"ònugbù\",\"wordClass\":\"NNC\",\"definitions\":[\"bitterleaf (Vernonia amygdalina Del. and V. colorata (Willd.) Drake)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"onùnù\":[{\"word\":\"onùnù\",\"wordClass\":\"NNC\",\"definitions\":[\"hole; pit\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ònwe āyị\":[{\"word\":\"ònwe āyị\",\"wordClass\":\"NNC\",\"definitions\":[\"ourselves\"],\"examples\":[],\"variations\":[],\"stems\":[\"ònwe\"]}],\"ònwe fā\":[{\"word\":\"ònwe fā\",\"wordClass\":\"NNC\",\"definitions\":[\"themselves\"],\"examples\":[],\"variations\":[],\"stems\":[\"ònwe\"]}],\"ònwe ī\":[{\"word\":\"ònwe ī\",\"wordClass\":\"NNC\",\"definitions\":[\"yourself\"],\"examples\":[],\"variations\":[\"ònwe gī\"],\"stems\":[\"ònwe\"]}],\"ònwe m̄\":[{\"word\":\"ònwe m̄\",\"wordClass\":\"NNC\",\"definitions\":[\"myself\"],\"examples\":[],\"variations\":[],\"stems\":[\"ònwe\"]}],\"ònwe ụnù\":[{\"word\":\"ònwe ụnù\",\"wordClass\":\"NNC\",\"definitions\":[\"yourself\"],\"examples\":[],\"variations\":[],\"stems\":[\"ònwe\"]}],\"ònwe yā\":[{\"word\":\"ònwe yā\",\"wordClass\":\"NNC\",\"definitions\":[\"himself; herself; itself\"],\"examples\":[],\"variations\":[],\"stems\":[\"ònwe\"]}],\"-gbatì ònwe\":[{\"word\":\"-gbatì ònwe\",\"wordClass\":\"NNC\",\"definitions\":[\"stretch oneself (e.g. for exercise)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ònwe\"]}],\"ngị nà ònwe gī\":[{\"word\":\"ngị nà ònwe gī\",\"wordClass\":\"NNC\",\"definitions\":[\"you yourself\"],\"examples\":[],\"variations\":[],\"stems\":[\"ònwe\"]}],\"ònwe\":[{\"word\":\"ònwe\",\"wordClass\":\"NNC\",\"definitions\":[\"self\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"onwène\":[{\"word\":\"onwène\",\"wordClass\":\"NNC\",\"definitions\":[\"carpenter; craftsman; artist\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ònwu màlàmàlà\":[{\"word\":\"ònwu màlàmàlà\",\"wordClass\":\"NNC\",\"definitions\":[\"flashing\"],\"examples\":[],\"variations\":[],\"stems\":[\"ònwu\"]}],\"ònwu\":[{\"word\":\"ònwu\",\"wordClass\":\"NNC\",\"definitions\":[\"anything that shines\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ònwùnwò\":[{\"word\":\"ònwùnwò\",\"wordClass\":\"NNC\",\"definitions\":[\"change\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"onye àbọō\":[{\"word\":\"onye àbọō\",\"wordClass\":\"NNC\",\"definitions\":[\"another, a second (person)\"],\"examples\":[],\"variations\":[\"àbùọ\"],\"stems\":[\"onye\"]}],\"onye aghā\":[{\"word\":\"onye aghā\",\"wordClass\":\"NNC\",\"definitions\":[\"soldier; warrior\"],\"examples\":[],\"variations\":[\"ayā\"],\"stems\":[\"onye\"]}],\"onye aka ebē\":[{\"word\":\"onye aka ebē\",\"wordClass\":\"NNC\",\"definitions\":[\"a witness, surety\"],\"examples\":[{\"igbo\":\"Onye ikpē afù gwàlù mmadù naàbò kà fa jee kpọta ndi aka ebē fa\",\"english\":\"The judge asked the two persons to go and bring their witnesses\"}],\"variations\":[],\"stems\":[\"onye\"]}],\"onye āsị\":[{\"word\":\"onye āsị\",\"wordClass\":\"NNC\",\"definitions\":[\"a liar\"],\"examples\":[],\"variations\":[],\"stems\":[\"onye\"]}],\"onye ìbèriìbè\":[{\"word\":\"onye ìbèriìbè\",\"wordClass\":\"NNC\",\"definitions\":[\"fool; harmless idiot\"],\"examples\":[],\"variations\":[],\"stems\":[\"onye\"]}],\"onye ìkpè\":[{\"word\":\"onye ìkpè\",\"wordClass\":\"NNC\",\"definitions\":[\"backbiter\"],\"examples\":[],\"variations\":[],\"stems\":[\"onye\"]}],\"onye ìsì\":[{\"word\":\"onye ìsì\",\"wordClass\":\"NNC\",\"definitions\":[\"a blind person\"],\"examples\":[],\"variations\":[],\"stems\":[\"onye\"]}],\"onye nā-efe ọlū\":[{\"word\":\"onye nā-efe ọlū\",\"wordClass\":\"NNC\",\"definitions\":[\"superintendent; overseer; foreman\"],\"examples\":[],\"variations\":[],\"stems\":[\"onye\"]}],\"onye nligbu\":[{\"word\":\"onye nligbu\",\"wordClass\":\"NNC\",\"definitions\":[\"rogue; exploiter; cheat\"],\"examples\":[],\"variations\":[],\"stems\":[\"onye\"]}],\"onye nnapùga\":[{\"word\":\"onye nnapùga\",\"wordClass\":\"NNC\",\"definitions\":[\"Redeemer (compare onye nzọpùta)\"],\"examples\":[],\"variations\":[],\"stems\":[\"onye\"]}],\"onye nsògbu\":[{\"word\":\"onye nsògbu\",\"wordClass\":\"AV\",\"definitions\":[\"troublesome person\",\"persecutor; troubler; vexer\"],\"examples\":[],\"variations\":[],\"stems\":[\"onye\",\"-sò\"]}],\"onye nsọkwù\":[{\"word\":\"onye nsọkwù\",\"wordClass\":\"NNC\",\"definitions\":[\"fool\"],\"examples\":[],\"variations\":[],\"stems\":[\"onye\"]}],\"onye ntā\":[{\"word\":\"onye ntā\",\"wordClass\":\"NNC\",\"definitions\":[\"hunter\"],\"examples\":[],\"variations\":[],\"stems\":[\"onye\"]}],\"onye ntụ\":[{\"word\":\"onye ntụ\",\"wordClass\":\"NNC\",\"definitions\":[\"liar\",\"imposter\"],\"examples\":[],\"variations\":[],\"stems\":[\"onye\"]}],\"onye nzinye\":[{\"word\":\"onye nzinye\",\"wordClass\":\"NNC\",\"definitions\":[\"creditor\"],\"examples\":[],\"variations\":[],\"stems\":[\"onye\"]}],\"onye nzọpùta\":[{\"word\":\"onye nzọpùta\",\"wordClass\":\"NNC\",\"definitions\":[\"Saviour\"],\"examples\":[],\"variations\":[],\"stems\":[\"onye\"]}],\"onye nzuzù\":[{\"word\":\"onye nzuzù\",\"wordClass\":\"AV\",\"definitions\":[\"fool\",\"stupid, foolish person\"],\"examples\":[],\"variations\":[],\"stems\":[\"onye\",\"-zu-zù\"]}],\"Onye nwē\":[{\"word\":\"Onye nwē\",\"wordClass\":\"NNC\",\"definitions\":[\"Lord; master; mistress; owner\"],\"examples\":[],\"variations\":[],\"stems\":[\"onye\"]}],\"onye ogbì\":[{\"word\":\"onye ogbì\",\"wordClass\":\"NNC\",\"definitions\":[\"dumb person\"],\"examples\":[],\"variations\":[\"ogbī\"],\"stems\":[\"onye\"]}],\"onye ōji\":[{\"word\":\"onye ōji\",\"wordClass\":\"NNC\",\"definitions\":[\"a black person\"],\"examples\":[],\"variations\":[],\"stems\":[\"onye\"]}],\"onye òkìkè\":[{\"word\":\"onye òkìkè\",\"wordClass\":\"NNC\",\"definitions\":[\"creator\"],\"examples\":[],\"variations\":[],\"stems\":[\"onye\"]}],\"onye orī\":[{\"word\":\"onye orī\",\"wordClass\":\"NNC\",\"definitions\":[\"thief\"],\"examples\":[],\"variations\":[],\"stems\":[\"onye\",\"orī\"]}],\"onye ōsiālị\":[{\"word\":\"onye ōsiālị\",\"wordClass\":\"AV\",\"definitions\":[\"a witness\"],\"examples\":[{\"igbo\":\"Jèe kpòta onye ōsiālị gị\",\"english\":\"Go and bring your witness\"}],\"variations\":[],\"stems\":[\"onye\",\"òsịālị\",\"-sị\"]}],\"onye oshī\":[{\"word\":\"onye oshī\",\"wordClass\":\"NNC\",\"definitions\":[\"see onye orī\"],\"examples\":[],\"variations\":[],\"stems\":[\"onye\"]}],\"onye òtù\":[{\"word\":\"onye òtù\",\"wordClass\":\"NNC\",\"definitions\":[\"companion; fellow; member (of a club, association, etc.)\"],\"examples\":[{\"igbo\":\"Abù m onye òtu Ògàniru\",\"english\":\"I am a member of the Ògàniru society\"}],\"variations\":[],\"stems\":[\"onye\"]}],\"onye òtù Chukwu\":[{\"word\":\"onye òtù Chukwu\",\"wordClass\":\"NNC\",\"definitions\":[\"Christian\"],\"examples\":[],\"variations\":[],\"stems\":[\"onye\"]}],\"onye ozī\":[{\"word\":\"onye ozī\",\"wordClass\":\"NNC\",\"definitions\":[\"messenger\"],\"examples\":[],\"variations\":[],\"stems\":[\"onye\",\"ozi\"]}],\"onye ōzizi\":[{\"word\":\"onye ōzizi\",\"wordClass\":\"NNC\",\"definitions\":[\"instructor; teacher\"],\"examples\":[],\"variations\":[],\"stems\":[\"onye\"]}],\"onye ọbìà\":[{\"word\":\"onye ọbìà\",\"wordClass\":\"NNC\",\"definitions\":[\"stranger; visitor\",\"(often shortened to ọbìà) stranger; guest; visitor (= onye òrà)\"],\"examples\":[{\"igbo\":\"Abù m ọbìà n’ebe à\",\"english\":\"I am a stranger here\"},{\"igbo\":\"Enwèlù m onye ọbìà\",\"english\":\"I have a visitor\"}],\"variations\":[\"onye òrà\"],\"stems\":[\"onye\",\"ọbìà\"]}],\"onye òbò\":[{\"word\":\"onye òbò\",\"wordClass\":\"NNC\",\"definitions\":[\"(colloq.) lazy person; sluggard\"],\"examples\":[],\"variations\":[],\"stems\":[\"onye\"]}],\"onye ōbụnà\":[{\"word\":\"onye ōbụnà\",\"wordClass\":\"NNC\",\"definitions\":[\"anybody; anyone; (with negative verb) no one\",\"anyone; everyone; (with negative verb) no one\"],\"examples\":[{\"igbo\":\"Onye ōbụnà (òbùnà) abà n’ime ụnò\",\"english\":\"Let no one enter the room\"},{\"igbo\":\"Onye ōbụnà bàa ime ụnò!\",\"english\":\"Let everybody (everyone) enter into the room!\"}],\"variations\":[\"òbùnà\",\"òbụnà\"],\"stems\":[\"onye\",\"òbụbụū\"]}],\"onye ọcha\":[{\"word\":\"onye ọcha\",\"wordClass\":\"NNC\",\"definitions\":[\"a white person\"],\"examples\":[{\"igbo\":\"Òfu nwokē onye ọcha bì n’ụnō ānyị\",\"english\":\"A white man lives in our house\"}],\"variations\":[],\"stems\":[\"onye\",\"ọcha\"]}],\"onye ọlū\":[{\"word\":\"onye ọlū\",\"wordClass\":\"NNC\",\"definitions\":[\"workman; labourer\"],\"examples\":[],\"variations\":[],\"stems\":[\"onye\"]}],\"onye ọzō\":[{\"word\":\"onye ọzō\",\"wordClass\":\"NNC\",\"definitions\":[\"holder of ọzō title\"],\"examples\":[],\"variations\":[],\"stems\":[\"onye\",\"ọzō\"]}],\"onye ōzọ\":[{\"word\":\"onye ōzọ\",\"wordClass\":\"NNC\",\"definitions\":[\"another person, person who is not a relative; outsider\",\"another person\",\"person who is not a relative \"],\"examples\":[{\"igbo\":\"Agà m ejìsi ikē na-ènyelụ Ibè aka màkà nà ọ būrọ onye ōzọ\",\"english\":\"I shall endeavour to continue helping Ibe because he is a relative (lit  ... because he is not another person)\"}],\"variations\":[],\"stems\":[\"onye\",\"òzọ\"]}],\"onye ụgwō\":[{\"word\":\"onye ụgwō\",\"wordClass\":\"NNC\",\"definitions\":[\"debtor\"],\"examples\":[],\"variations\":[],\"stems\":[\"onye\",\"ụgwō\"]}],\"onye ụjō\":[{\"word\":\"onye ụjō\",\"wordClass\":\"NNC\",\"definitions\":[\"coward; person who cannot endure pain\",\"a coward\"],\"examples\":[],\"variations\":[],\"stems\":[\"onye\",\"ụjō\"]}],\"Onye Ụkà\":[{\"word\":\"Onye Ụkà\",\"wordClass\":\"NNC\",\"definitions\":[\"Christian\"],\"examples\":[],\"variations\":[],\"stems\":[\"onye\"]}],\"onye ụkò\":[{\"word\":\"onye ụkò\",\"wordClass\":\"NNC\",\"definitions\":[\"intermediary\"],\"examples\":[],\"variations\":[],\"stems\":[\"onye\"]}],\"onye ùkpò\":[{\"word\":\"onye ùkpò\",\"wordClass\":\"NNC\",\"definitions\":[\"one of retarded development\"],\"examples\":[],\"variations\":[],\"stems\":[\"onye\"]}],\"onye ụtā\":[{\"word\":\"onye ụtā\",\"wordClass\":\"NNC\",\"definitions\":[\"archer\"],\"examples\":[],\"variations\":[],\"stems\":[\"onye\"]}],\"onye ùtà\":[{\"word\":\"onye ùtà\",\"wordClass\":\"NNC\",\"definitions\":[\"deceiver; enticer\",\"seller, dealer (preceding name of article dealt in)\",\"invitee; guest\"],\"examples\":[],\"variations\":[],\"stems\":[\"onye\",\"ùtà\"]}],\"òkpu onye mmānya\":[{\"word\":\"òkpu onye mmānya\",\"wordClass\":\"NNC\",\"definitions\":[\"a schoolboy's cap worn sideways (by carefree person)\"],\"examples\":[],\"variations\":[],\"stems\":[\"onye\"]}],\"onye\":[{\"word\":\"onye\",\"wordClass\":\"NNC\",\"definitions\":[\"person (human or superhuman; its plural is ndị)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ònye\":[{\"word\":\"ònye\",\"wordClass\":\"INTJ\",\"definitions\":[\"who?\"],\"examples\":[{\"igbo\":\"Ònyê mà echi?\",\"english\":\"Who knows tomorrow?\"}],\"variations\":[],\"stems\":null}],\"ònyènyè\":[{\"word\":\"ònyènyè\",\"wordClass\":\"NNC\",\"definitions\":[\"woman (compare nwaànyì)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ònyìnyò\":[{\"word\":\"ònyìnyò\",\"wordClass\":\"NNC\",\"definitions\":[\"shadow\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òòbò ọkū\":[{\"word\":\"òòbò ọkū\",\"wordClass\":\"NNC\",\"definitions\":[\"furnace, heap of coal, charcoal, etc.; fire\"],\"examples\":[],\"variations\":[\"òbùbò ọkū\"],\"stems\":[\"òòbò\"]}],\"-tụ òòbò\":[{\"word\":\"-tụ òòbò\",\"wordClass\":\"NNC\",\"definitions\":[\"pile; heap up\"],\"examples\":[],\"variations\":[],\"stems\":[\"òòbò\"]}],\"òòbò\":[{\"word\":\"òòbò\",\"wordClass\":\"NNC\",\"definitions\":[\"heap (shortened form of òbùbò)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òpi àchàlà\":[{\"word\":\"òpi àchàlà\",\"wordClass\":\"NNC\",\"definitions\":[\"Peugeot 404 (so called because of streamlined shape; literally horn of bamboo)\"],\"examples\":[],\"variations\":[],\"stems\":[\"òpì\"]}],\"òpì ụgbògùlù\":[{\"word\":\"òpì ụgbògùlù\",\"wordClass\":\"NNC\",\"definitions\":[\"pumpkin leaf stalk (tube-like) (lit pumpkin tube)\"],\"examples\":[],\"variations\":[],\"stems\":[\"òpì\"]}],\"òpì\":[{\"word\":\"òpì\",\"wordClass\":\"NNC\",\"definitions\":[\"animal horn; horn, pipe, used as musical instrument\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"opòpò\":[{\"word\":\"opòpò\",\"wordClass\":\"NNC\",\"definitions\":[\"sapling (also opòpò osisi) (= ìpopo)\",\"sapling\"],\"examples\":[],\"variations\":[\"ìpopo osisi\"],\"stems\":[\"osisi\"]}],\"opotò\":[{\"word\":\"opotò\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[\"obotò\"],\"stems\":null}],\"òpùnè isī\":[{\"word\":\"òpùnè isī\",\"wordClass\":\"NNC\",\"definitions\":[\"anterior fontanelle\"],\"examples\":[],\"variations\":[],\"stems\":[\"òpùnè\"]}],\"òpùnè isi āzụ\":[{\"word\":\"òpùnè isi āzụ\",\"wordClass\":\"NNC\",\"definitions\":[\"posterior fontanelle\"],\"examples\":[],\"variations\":[],\"stems\":[\"òpùnè\"]}],\"òpùnè\":[{\"word\":\"òpùnè\",\"wordClass\":\"NNC\",\"definitions\":[\"soft spot (of a thing like a covered pit, the top of which is however still so soft that it can give way if the top is pressed hard or stepped upon)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ori ifelē\":[{\"word\":\"ori ifelē\",\"wordClass\":\"NNC\",\"definitions\":[\"shameful theft\"],\"examples\":[],\"variations\":[],\"stems\":[\"orī\"]}],\"orī\":[{\"word\":\"orī\",\"wordClass\":\"NNC\",\"definitions\":[\"theft\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òrì\":[{\"word\":\"òrì\",\"wordClass\":\"NNC\",\"definitions\":[\"see -ŋe òfì, òrì\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òrìmìlì nnū\":[{\"word\":\"òrìmìlì nnū\",\"wordClass\":\"NNC\",\"definitions\":[\"sea; ocean\"],\"examples\":[],\"variations\":[],\"stems\":[\"òrìmìlì\"]}],\"oke òrìmìlì\":[{\"word\":\"oke òrìmìlì\",\"wordClass\":\"NNC\",\"definitions\":[\"sea; ocean\"],\"examples\":[],\"variations\":[],\"stems\":[\"òrìmìlì\"]}],\"òrìmìlì\":[{\"word\":\"òrìmìlì\",\"wordClass\":\"NNC\",\"definitions\":[\"river (large); sea; ocean\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"oru ìbùa\":[{\"word\":\"oru ìbùa\",\"wordClass\":\"NNC\",\"definitions\":[\"forty; two score\"],\"examples\":[],\"variations\":[],\"stems\":[\"oru\"]}],\"oru nà òfu\":[{\"word\":\"oru nà òfu\",\"wordClass\":\"NNC\",\"definitions\":[\"twenty-one\"],\"examples\":[],\"variations\":[],\"stems\":[\"oru\"]}],\"oru nà àbùa\":[{\"word\":\"oru nà àbùa\",\"wordClass\":\"NNC\",\"definitions\":[\"twenty-two\"],\"examples\":[],\"variations\":[],\"stems\":[\"oru\"]}],\"bèlị ōfu n’oru\":[{\"word\":\"bèlị ōfu n’oru\",\"wordClass\":\"NNC\",\"definitions\":[\"nineteen (literally, remove one from twenty)\"],\"examples\":[],\"variations\":[],\"stems\":[\"oru\"]}],\"oru\":[{\"word\":\"oru\",\"wordClass\":\"NNC\",\"definitions\":[\"twenty; score\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-gba orù\":[{\"word\":\"-gba orù\",\"wordClass\":\"NNC\",\"definitions\":[\"work as slave\"],\"examples\":[{\"igbo\":\"N'ogè kịtāà madù adā àgbazịlị ibè ya orù\",\"english\":\"Nowadays no one works as a slave for another\"}],\"variations\":[],\"stems\":[\"orù\"]}],\"-gbapù n’orù\":[{\"word\":\"-gbapù n’orù\",\"wordClass\":\"NNC\",\"definitions\":[\"redeem from slavery, servitude\"],\"examples\":[],\"variations\":[],\"stems\":[\"orù\"]}],\"-pù n’orù\":[{\"word\":\"-pù n’orù\",\"wordClass\":\"AV\",\"definitions\":[\"be free from slavery\",\"gain freedom from slavery, servitude\"],\"examples\":[],\"variations\":[],\"stems\":[\"orù\",\"-pù\"]}],\"orù\":[{\"word\":\"orù\",\"wordClass\":\"NNC\",\"definitions\":[\"slave\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ose àkwà\":[{\"word\":\"ose àkwà\",\"wordClass\":\"NNC\",\"definitions\":[\"waterside at Ihīàlà\"],\"examples\":[],\"variations\":[],\"stems\":[\"ose\"]}],\"ose ogbē Ījọ\":[{\"word\":\"ose ogbē Ījọ\",\"wordClass\":\"NNC\",\"definitions\":[\"waterside where the Ịjọ reside\"],\"examples\":[],\"variations\":[],\"stems\":[\"ose\"]}],\"ose òkwòọdū\":[{\"word\":\"ose òkwòọdū\",\"wordClass\":\"NNC\",\"definitions\":[\"bank of River Niger\"],\"examples\":[],\"variations\":[],\"stems\":[\"ose\"]}],\"ose anū\":[{\"word\":\"ose anū\",\"wordClass\":\"NNC\",\"definitions\":[\"see ose\"],\"examples\":[],\"variations\":[],\"stems\":[\"ose\"]}],\"ose\":[{\"word\":\"ose\",\"wordClass\":\"NNC\",\"definitions\":[\"waterside\",\"foreleg, forequarter, shoulder of animal carcase\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"osè agwō\":[{\"word\":\"osè agwō\",\"wordClass\":\"NNC\",\"definitions\":[\"weak alligator pepper\"],\"examples\":[],\"variations\":[],\"stems\":[\"osè\"]}],\"osē ànì\":[{\"word\":\"osē ànì\",\"wordClass\":\"NNC\",\"definitions\":[\"kind of uncooked soup, made of fried groundnuts or egusi, ìsha (crayfish), and pounded yam\"],\"examples\":[],\"variations\":[],\"stems\":[\"osè\"]}],\"osè nwamkpi\":[{\"word\":\"osè nwamkpi\",\"wordClass\":\"NNC\",\"definitions\":[\"goat pepper, used by children to play cooking\"],\"examples\":[],\"variations\":[],\"stems\":[\"osè\"]}],\"osè oyìbo\":[{\"word\":\"osè oyìbo\",\"wordClass\":\"NNC\",\"definitions\":[\"large pepper (literally English pepper)\",\"large pepper\"],\"examples\":[],\"variations\":[],\"stems\":[\"osè\",\"oyìbo\"]}],\"osè ọjī\":[{\"word\":\"osè ọjī\",\"wordClass\":\"NNC\",\"definitions\":[\"alligator pepper (Aframọmum melegueta K. Schum.) (literally kola pepper; usually chewed with kola)\"],\"examples\":[],\"variations\":[],\"stems\":[\"osè\"]}],\"ǹkwọ òsè\":[{\"word\":\"ǹkwọ òsè\",\"wordClass\":\"NNC\",\"definitions\":[\"pepper-grinder (stone, machine, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"osè\"]}],\"-zọ osè\":[{\"word\":\"-zọ osè\",\"wordClass\":\"AV\",\"definitions\":[\"transplant pepper\"],\"examples\":[],\"variations\":[],\"stems\":[\"osè\",\"-zọ\"]}],\"osè\":[{\"word\":\"osè\",\"wordClass\":\"NNC\",\"definitions\":[\"pepper\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òsèkpaàkpaà\":[{\"word\":\"òsèkpaàkpaà\",\"wordClass\":\"NNC\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":[\"òsè\"]}],\"òsè\":[{\"word\":\"òsè\",\"wordClass\":\"NNC\",\"definitions\":[\"puller; drawer\",\"epilepsy; convulsions; meningitis (loosely used for various diseases with convulsive attacks) (from -sè 1. pull)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òseāka\":[{\"word\":\"òseāka\",\"wordClass\":\"NNC\",\"definitions\":[\"vagabond; prodigal; spendthrift; ne’er-do-well\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"Òsebùlu-ùwà\":[{\"word\":\"Òsebùlu-ùwà\",\"wordClass\":\"NNC\",\"definitions\":[\"The Great God\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òsèkè\":[{\"word\":\"òsèkè\",\"wordClass\":\"NNC\",\"definitions\":[\"native spade\",\"see òsèkè\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"osi\":[{\"word\":\"osi\",\"wordClass\":\"NNC\",\"definitions\":[\"tree (when followed by name of the tree; compare osisi) e.g. osi ụkwà African Breadfruit (Treculia africana Decne.) tree\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-gba òsịālị\":[{\"word\":\"-gba òsịālị\",\"wordClass\":\"NNC\",\"definitions\":[\"bear witness\"],\"examples\":[],\"variations\":[],\"stems\":[\"òsịālị\"]}],\"òsịālị\":[{\"word\":\"òsịālị\",\"wordClass\":\"NNC\",\"definitions\":[\"witness (-sị àlị witness)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"osiamā\":[{\"word\":\"osiamā\",\"wordClass\":\"NNC\",\"definitions\":[\"anvil\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òsikapa\":[{\"word\":\"òsikapa\",\"wordClass\":\"NNC\",\"definitions\":[\"rice\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"anaka osisi\":[{\"word\":\"anaka osisi\",\"wordClass\":\"NNC\",\"definitions\":[\"branch of tree\"],\"examples\":[],\"variations\":[],\"stems\":[\"osisi\"]}],\"àtùtù osisi\":[{\"word\":\"àtùtù osisi\",\"wordClass\":\"NNC\",\"definitions\":[\"sap of tree\"],\"examples\":[],\"variations\":[],\"stems\":[\"osisi\"]}],\"oke osisi\":[{\"word\":\"oke osisi\",\"wordClass\":\"NNC\",\"definitions\":[\"(fig.) great person (literally great tree)\"],\"examples\":[],\"variations\":[],\"stems\":[\"osisi\"]}],\"ukwù osisi\":[{\"word\":\"ukwù osisi\",\"wordClass\":\"NNC\",\"definitions\":[\"stump of tree\"],\"examples\":[],\"variations\":[],\"stems\":[\"osisi\",\"ukwù\"]}],\"ùmì osisi\":[{\"word\":\"ùmì osisi\",\"wordClass\":\"NNC\",\"definitions\":[\"(sweet) juice of fruit\"],\"examples\":[],\"variations\":[],\"stems\":[\"osisi\",\"ùmì\"]}],\"ùtụ osisi\":[{\"word\":\"ùtụ osisi\",\"wordClass\":\"NNC\",\"definitions\":[\"sawdust; powder from dry wood as a result of grub activity inside the wood\"],\"examples\":[],\"variations\":[],\"stems\":[\"osisi\",\"ùtụ\"]}],\"-zọ osisi\":[{\"word\":\"-zọ osisi\",\"wordClass\":\"AV\",\"definitions\":[\"transplant tree; plant tree cuttings\"],\"examples\":[],\"variations\":[],\"stems\":[\"osisi\",\"-zọ\"]}],\"osisi\":[{\"word\":\"osisi\",\"wordClass\":\"NNC\",\"definitions\":[\"tree, stick\",\"shea butter tree (Vitellaria paradoxa)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òsìmìlì\":[{\"word\":\"òsìmìlì\",\"wordClass\":\"NNC\",\"definitions\":[\"river (usually refers to Niger)\"],\"examples\":[],\"variations\":[\"òsìmìrì\"],\"stems\":null}],\"osòmà\":[{\"word\":\"osòmà\",\"wordClass\":\"NNC\",\"definitions\":[\"affliction; distress; great trouble (e.g. court cases); danger; evil\"],\"examples\":[],\"variations\":[\"osòmè\"],\"stems\":null}],\"-gbana n’òsu\":[{\"word\":\"-gbana n’òsu\",\"wordClass\":\"NNC\",\"definitions\":[\"seek refuge with a deity\"],\"examples\":[],\"variations\":[],\"stems\":[\"òsu\"]}],\"òsu\":[{\"word\":\"òsu\",\"wordClass\":\"NNC\",\"definitions\":[\"person dedicated as slave to service of a deity, or whose ancestors were so dedicated; thus the son of an òsu is an òsu. Moreover anyone who is proved to have had contact with an òsu also becomes an òsu\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òti\":[{\"word\":\"òti\",\"wordClass\":\"NNC\",\"definitions\":[\"knocker; beater (-ti 1. beat)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òtimkpọkọ\":[{\"word\":\"òtimkpọkọ\",\"wordClass\":\"NNC\",\"definitions\":[\"old, worn vehicle, etc.; beat-up object (-ti kpọkọ beat noisily)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òtitè\":[{\"word\":\"òtitè\",\"wordClass\":\"NNC\",\"definitions\":[\"the greatest feast, held at the end of the harvesting of 'tuber' yams\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òtòbò\":[{\"word\":\"òtòbò\",\"wordClass\":\"NNC\",\"definitions\":[\"hippopotamus\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"otogbō\":[{\"word\":\"otogbō\",\"wordClass\":\"NNC\",\"definitions\":[\"any long gown, robe (e.g. surplice)\",\"(fig.) any greatly oversized piece of clothing\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"otoko\":[{\"word\":\"otoko\",\"wordClass\":\"NNC\",\"definitions\":[\"thigh\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òtòlò\":[{\"word\":\"òtòlò\",\"wordClass\":\"NNC\",\"definitions\":[\"dysentery; diarrhoea\"],\"examples\":[{\"igbo\":\"(òtòlò) -gbagbu\",\"english\":\"die of dysentery, diarrhoea\"},{\"igbo\":\"Òtòlò gbàbue gī\",\"english\":\"May you be killed by dysentery\"}],\"variations\":[],\"stems\":null}],\"òtòtò\":[{\"word\":\"òtòtò\",\"wordClass\":\"NNC\",\"definitions\":[\"flower\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"Otu ìkwọ\":[{\"word\":\"Otu ìkwọ\",\"wordClass\":\"NNC\",\"definitions\":[\"Onitsha main market\"],\"examples\":[],\"variations\":[],\"stems\":[\"otu\"]}],\"otu òkwòọdū\":[{\"word\":\"otu òkwòọdū\",\"wordClass\":\"NNC\",\"definitions\":[\"waterside of Onitsha\"],\"examples\":[],\"variations\":[],\"stems\":[\"otu\"]}],\"Otu Ònìchà\":[{\"word\":\"Otu Ònìchà\",\"wordClass\":\"NNC\",\"definitions\":[\"Onitsha market, hence town\"],\"examples\":[],\"variations\":[],\"stems\":[\"otu\"]}],\"otu\":[{\"word\":\"otu\",\"wordClass\":\"NNC\",\"definitions\":[\"waterside; riverbank\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"otù nnī\":[{\"word\":\"otù nnī\",\"wordClass\":\"NNC\",\"definitions\":[\"big lump of food\"],\"examples\":[],\"variations\":[],\"stems\":[\"otù\"]}],\"otù nnwā\":[{\"word\":\"otù nnwā\",\"wordClass\":\"NNC\",\"definitions\":[\"heavily-built person\"],\"examples\":[],\"variations\":[],\"stems\":[\"otù\"]}],\"otù\":[{\"word\":\"otù\",\"wordClass\":\"NNC\",\"definitions\":[\"large size\",\"one (compare òfu, the more typical Onitsha form)\"],\"examples\":[{\"igbo\":\"Nnwa à dì otù\",\"english\":\"This is a big baby\"}],\"variations\":[],\"stems\":[]}],\"ndị òtuū Kraìst\":[{\"word\":\"ndị òtuū Kraìst\",\"wordClass\":\"NNC\",\"definitions\":[\"the Christians\"],\"examples\":[],\"variations\":[],\"stems\":[\"òtù\"]}],\"òtù ndị nkụzi\":[{\"word\":\"òtù ndị nkụzi\",\"wordClass\":\"NNC\",\"definitions\":[\"teachers' association\"],\"examples\":[{\"igbo\":\"Abù m onye òtù ndị nkụzi\",\"english\":\"I am a member of the teachers' association\"}],\"variations\":[],\"stems\":[\"òtù\"]}],\"òtu ōgbọ\":[{\"word\":\"òtu ōgbọ\",\"wordClass\":\"NNC\",\"definitions\":[\"age group, grade\"],\"examples\":[],\"variations\":[],\"stems\":[\"òtù\"]}],\"òtù ụmù òkolọbìà\":[{\"word\":\"òtù ụmù òkolọbìà\",\"wordClass\":\"NNC\",\"definitions\":[\"young men’s society\",\"young of animals (plural of nnwa)\"],\"examples\":[],\"variations\":[],\"stems\":[\"òtù\",\"ụmù\"]}],\"-rò òtù\":[{\"word\":\"-rò òtù\",\"wordClass\":\"AV\",\"definitions\":[\"discriminate; choose group, society, club\"],\"examples\":[],\"variations\":[],\"stems\":[\"òtù\",\"-rò\"]}],\"òtù\":[{\"word\":\"òtù\",\"wordClass\":\"NNC\",\"definitions\":[\"organised band, company, club\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"otùbò\":[{\"word\":\"otùbò\",\"wordClass\":\"NNC\",\"definitions\":[\"navel; umbilicus\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"otùgolu\":[{\"word\":\"otùgolu\",\"wordClass\":\"NNC\",\"definitions\":[\"ladder (compare obē)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òtùnè\":[{\"word\":\"òtùnè\",\"wordClass\":\"NNC\",\"definitions\":[\"buttocks\",\"anus\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"abù òtùto\":[{\"word\":\"abù òtùto\",\"wordClass\":\"NNC\",\"definitions\":[\"songs of praise\"],\"examples\":[],\"variations\":[],\"stems\":[\"òtùtò\"]}],\"òtùtò\":[{\"word\":\"òtùtò\",\"wordClass\":\"AV\",\"definitions\":[\"praise; glory (-tò praise)\",\"praise; praising; hailing; glorifying\",\"endurance; durability\"],\"examples\":[{\"igbo\":\"Òtùto dìlị Chinēkè na-ebe kāchasị enū\",\"english\":\"Glory be to God in the highest\"},{\"igbo\":\"Tòo Chukwu\",\"english\":\"Praise God\"}],\"variations\":[\"òtùto\"],\"stems\":[\"-tò\"]}],\"otùtù\":[{\"word\":\"otùtù\",\"wordClass\":\"NNC\",\"definitions\":[\"blacksmith's hammer (the biggest of all the blacksmith's hammers). This tool is ceremonially the most important item for an apprentice who has just completed his period of apprenticeship and is going to set up as a master blacksmith, in that it is symbolic of his master's status. On the day of the celebration of his freedom, which features much feasting, the otùtù is set on a stool in the middle of the gathering of master smiths who were invited to the occasion. Shortly before the celebration is over the young master is called to the middle. The master holds out the otùtù towards the young master as one who is handing to another a staff of office. The master recites some blessings and incantations, at the end of which he hands the otùtù to the young master. An apprentice who has completed his course but who has not completed his obligations (usually monetary) is not given the otùtù and his freedom is not celebrated. The apprentice can leave his master for some period in search of money. He sometimes has to secure a temporary job, like farm labour, to get the required money, both for his training fees and for the celebration expenses. He then comes back to do the freedom celebration. To every master smith the otùtù is the most important item in his tools, for though it is rarely used because of its weight, the blacksmith, particularly the non-Christian one, kills cocks on top of his otùtù from time to time and on special occasions, letting the blood pour over the otùtù. Afterwards some down is scattered on top of the wet blood, which sticks it firmly to the otùtù\",\"conical basket for fishing\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òtutu\":[{\"word\":\"òtutu\",\"wordClass\":\"NNC\",\"definitions\":[\"intoxication\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"Òwèlè\":[{\"word\":\"Òwèlè\",\"wordClass\":\"NNC\",\"definitions\":[\"Owerri\"],\"examples\":[{\"igbo\":\"Achòlù m ijē Òwèrè\",\"english\":\"I want to go to Owerri\"}],\"variations\":[\"Òwèrè\"],\"stems\":null}],\"ụzō òwèlè\":[{\"word\":\"ụzō òwèlè\",\"wordClass\":\"NNC\",\"definitions\":[\"path to the back of the compound or outskirts of town\"],\"examples\":[],\"variations\":[\"òwèlè\"],\"stems\":[\"òwèlè\",\"ụzò\"]}],\"òwèlè\":[{\"word\":\"òwèlè\",\"wordClass\":\"NNC\",\"definitions\":[\"outskirts of a town; bush around a town\",\"backyard immediately beyond the compound wall\",\"see òwèlè\"],\"examples\":[],\"variations\":[\"òwèlè\"],\"stems\":[]}],\"òwu īduù\":[{\"word\":\"òwu īduù\",\"wordClass\":\"NNC\",\"definitions\":[\"physic nut (Jatropha curcas Linn.) used for hedging; the sap stains indelibly, seeds are purgative\"],\"examples\":[],\"variations\":[],\"stems\":[\"òwu\"]}],\"òwu ọkū\":[{\"word\":\"òwu ọkū\",\"wordClass\":\"NNC\",\"definitions\":[\"wick\"],\"examples\":[],\"variations\":[\"ukpē\"],\"stems\":[\"òwu\",\"ọkụ\"]}],\"-gba òwu\":[{\"word\":\"-gba òwu\",\"wordClass\":\"NNC\",\"definitions\":[\"thread\"],\"examples\":[],\"variations\":[],\"stems\":[\"òwu\"]}],\"-tụ òwu\":[{\"word\":\"-tụ òwu\",\"wordClass\":\"AV\",\"definitions\":[\"spin; make thread\"],\"examples\":[{\"igbo\":\"Ị gà-ènyelụ m aka ịtū òwu taà\",\"english\":\"You will help spin cotton today\"}],\"variations\":[],\"stems\":[\"òwu\",\"-tụ\"]}],\"òwu\":[{\"word\":\"òwu\",\"wordClass\":\"NNC\",\"definitions\":[\"cotton; cotton wool, plant, thread\"],\"examples\":[],\"variations\":[\"òwulù\"],\"stems\":null}],\"owùmaàgànà\":[{\"word\":\"owùmaàgànà\",\"wordClass\":\"NNC\",\"definitions\":[\"chameleon\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"Oyè\":[{\"word\":\"Oyè\",\"wordClass\":\"NNC\",\"definitions\":[\"an Ìgbò market day, following Èke, personified as an alūsị\"],\"examples\":[],\"variations\":[\"Olìè\"],\"stems\":null}],\"oyi ụgùlù\":[{\"word\":\"oyi ụgùlù\",\"wordClass\":\"NNC\",\"definitions\":[\"harmattan cold\"],\"examples\":[],\"variations\":[],\"stems\":[\"oyī\",\"ụgùlù\"]}],\"mmili oyī\":[{\"word\":\"mmili oyī\",\"wordClass\":\"NNC\",\"definitions\":[\"cold water\"],\"examples\":[{\"igbo\":\"Kùtelụ m mmili oyī\",\"english\":\"Bring me cold water\"}],\"variations\":[],\"stems\":[\"oyī\"]}],\"(oyī) -tụ\":[{\"word\":\"(oyī) -tụ\",\"wordClass\":\"NNC\",\"definitions\":[\"feel cold, chilly\"],\"examples\":[{\"igbo\":\"Oyī nà-àtụ m\",\"english\":\"I am feeling cold, chill.\"}],\"variations\":[],\"stems\":[\"oyī\"]}],\"ǹtùmoyī\":[{\"word\":\"ǹtùmoyī\",\"wordClass\":\"NNC\",\"definitions\":[\"cold; cold weather\"],\"examples\":[],\"variations\":[],\"stems\":[\"oyī\"]}],\"-sọ oyī\":[{\"word\":\"-sọ oyī\",\"wordClass\":\"NNC\",\"definitions\":[\"disgust; be ugly to; be ugly (e.g. faeces or jagged ulcer)\"],\"examples\":[],\"variations\":[],\"stems\":[\"oyī\"]}],\"-yi oyī\":[{\"word\":\"-yi oyī\",\"wordClass\":\"NNC\",\"definitions\":[\"be ugly, nauseating\"],\"examples\":[{\"igbo\":\"Abụ afū tāsalụ n’ànì ụnò nà-èyi m oyī\",\"english\":\"The pus which has poured on the floor is ugly to me\"}],\"variations\":[],\"stems\":[\"oyī\"]}],\"oyī\":[{\"word\":\"oyī\",\"wordClass\":\"AV\",\"definitions\":[\"cold; chill; fever\",\"ugly, nauseating appearance\"],\"examples\":[{\"igbo\":\"Oyī nà-àtụ\",\"english\":\"It is cold\"},{\"igbo\":\"Ọfịa dī n’àzụ ụnò akwụkwọ āyị nà-àtụ oyī\",\"english\":\"The bush at the back of our school is cold (causes cold)\"},{\"igbo\":\"Enwèlù m oyī\",\"english\":\"I have fever\"},{\"igbo\":\"Oyī jì m\",\"english\":\"Fever has gripped me, or I am feverish (more acute than Enwèlù m oyī)\"}],\"variations\":[],\"stems\":[\"-sọ\"]}],\"afà oyìbo\":[{\"word\":\"afà oyìbo\",\"wordClass\":\"NNC\",\"definitions\":[\"English name\"],\"examples\":[],\"variations\":[],\"stems\":[\"oyìbo\"]}],\"akụ oyìbo = akụ bèkeè\":[{\"word\":\"akụ oyìbo = akụ bèkeè\",\"wordClass\":\"NNC\",\"definitions\":[\"(literally European kernel) coconut\"],\"examples\":[],\"variations\":[],\"stems\":[\"oyìbo\"]}],\"ego oyìbo\":[{\"word\":\"ego oyìbo\",\"wordClass\":\"NNC\",\"definitions\":[\"(literally European money) name given to the present currency when it existed side by side with cowrie currency\"],\"examples\":[],\"variations\":[],\"stems\":[\"oyìbo\"]}],\"ji òyìbò\":[{\"word\":\"ji òyìbò\",\"wordClass\":\"NNC\",\"definitions\":[\"Yellow Guinea Yam (Dioscorea cayenensis)\"],\"examples\":[],\"variations\":[\"òyìbe\"],\"stems\":[\"oyìbo\"]}],\"òkụkò oyìbo\":[{\"word\":\"òkụkò oyìbo\",\"wordClass\":\"NNC\",\"definitions\":[\"fowls kept by agricultural settlements and institutions. It is called European because it was introduced by the Agricultural Department and is also larger than the local type\"],\"examples\":[],\"variations\":[],\"stems\":[\"oyìbo\"]}],\"ọkwụlụ oyìbo\":[{\"word\":\"ọkwụlụ oyìbo\",\"wordClass\":\"NNC\",\"definitions\":[\"pawpaw; papaya\"],\"examples\":[],\"variations\":[],\"stems\":[\"oyìbo\"]}],\"Ọlụ Oyìbo\":[{\"word\":\"Ọlụ Oyìbo\",\"wordClass\":\"NNC\",\"definitions\":[\"civil service\"],\"examples\":[],\"variations\":[],\"stems\":[\"oyìbo\"]}],\"ùbe oyìbo\":[{\"word\":\"ùbe oyìbo\",\"wordClass\":\"NNC\",\"definitions\":[\"pear\",\"avocado pear (Persea gratissima)\"],\"examples\":[],\"variations\":[],\"stems\":[\"oyìbo\",\"ùbe\"]}],\"ùde oyìbo\":[{\"word\":\"ùde oyìbo\",\"wordClass\":\"NNC\",\"definitions\":[\"factory-prepared pomade\"],\"examples\":[],\"variations\":[],\"stems\":[\"oyìbo\",\"ùde\"]}],\"ụgbọ oyìbo\":[{\"word\":\"ụgbọ oyìbo\",\"wordClass\":\"NNC\",\"definitions\":[\"steamer\"],\"examples\":[],\"variations\":[],\"stems\":[\"oyìbo\",\"ụgbọ\"]}],\"oyìbo\":[{\"word\":\"oyìbo\",\"wordClass\":\"NNC\",\"definitions\":[\"white person; European; foreign (added to name of anything to denote that the thing is foreign or European in origin, or when something of a different species (usually better), but of foreign origin, exists side by side with the local species)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òyòoyò\":[{\"word\":\"òyòoyò\",\"wordClass\":\"NNC\",\"definitions\":[\"beautiful\"],\"examples\":[{\"igbo\":\"Ọ nùtàlù òyòoyò nwaànyì\",\"english\":\"He married a very beautiful woman\"}],\"variations\":[],\"stems\":null}],\"òze\":[{\"word\":\"òze\",\"wordClass\":\"NNC\",\"definitions\":[\"lead\",\"see òze\"],\"examples\":[],\"variations\":[\"òze\"],\"stems\":[]}],\"òzè\":[{\"word\":\"òzè\",\"wordClass\":\"NNC\",\"definitions\":[\"kind of fruit-bearing tree\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-gbasà Ozi ọma\":[{\"word\":\"-gbasà Ozi ọma\",\"wordClass\":\"NNC\",\"definitions\":[\"spread the Gospel\"],\"examples\":[],\"variations\":[],\"stems\":[\"ozi\"]}],\"-ra ozi\":[{\"word\":\"-ra ozi\",\"wordClass\":\"AV\",\"definitions\":[\"send on errand\"],\"examples\":[],\"variations\":[],\"stems\":[\"ozi\",\"-ra\"]}],\"-zì ozi\":[{\"word\":\"-zì ozi\",\"wordClass\":\"AV\",\"definitions\":[\"send, deliver a message\",\"send, deliver message; send on errand; assign work to\"],\"examples\":[{\"igbo\":\"Achòlù m izì gì ozi\",\"english\":\"I want to send you on an errand, or I want to deliver a message to you\"},{\"igbo\":\"Jèbenù ebe niīne izīsà Ozi Ọma\",\"english\":\"Go everywhere to spread the Gospel\"},{\"igbo\":\"Ì chòlù izì m ozi?\",\"english\":\"Do you want to send me on an errand? or, Do you want to give me some work to do?\"},{\"igbo\":\"Ezìlì m nyà ozi\",\"english\":\"I have sent her on an errand\"}],\"variations\":[],\"stems\":[\"ozi\",\"-zì\"]}],\"ozi\":[{\"word\":\"ozi\",\"wordClass\":\"NNC\",\"definitions\":[\"message; errand; housework\"],\"examples\":[{\"igbo\":\"Ozi ọma\",\"english\":\"the Gospel; good news, message\"},{\"igbo\":\"Ozi ọma dịkà Luùk dèlù yà n’akwụkwọ\",\"english\":\"The Gospel according to Saint Luke\"}],\"variations\":[],\"stems\":null}],\"òzìgbo\":[{\"word\":\"òzìgbo\",\"wordClass\":\"NNC\",\"definitions\":[\"quickly; immediately; straight away; instantly\"],\"examples\":[{\"igbo\":\"Mèe yā òzìgbo\",\"english\":\"Do it immediately\"},{\"igbo\":\"Ọ gà-àrapū gī òzìgbo\",\"english\":\"It (he/she) will leave you immediately\"},{\"igbo\":\"Ọ mèlù yà òzìgbo fù\",\"english\":\"He has just quickly done it\"}],\"variations\":[],\"stems\":[\"òzì\"]}],\"òzìgbo òzìgbo!\":[{\"word\":\"òzìgbo òzìgbo!\",\"wordClass\":\"NNC\",\"definitions\":[\"for emphasis the word can be repeated, meaning immediately, instantly\"],\"examples\":[],\"variations\":[],\"stems\":[\"òzì\"]}],\"òzì\":[{\"word\":\"òzì\",\"wordClass\":\"NNC\",\"definitions\":[\"kind of drum played only for kings and chiefs on special occasions\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ozu\":[{\"word\":\"ozu\",\"wordClass\":\"NNC\",\"definitions\":[\"corpse; whole carcase; (fig.) worthless, good-for-nothing person\"],\"examples\":[{\"igbo\":\"Ozu kà ị bù\",\"english\":\"You are a worthless, hopeless person\"}],\"variations\":[],\"stems\":null}],\"Ọ\":[{\"word\":\"Ọ\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"o mēekwe m (= o mā ekwe m)\":[{\"word\":\"o mēekwe m (= o mā ekwe m)\",\"wordClass\":\"PRN\",\"definitions\":[\"I cannot\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọ\"]}],\"o mekwa\":[{\"word\":\"o mekwa\",\"wordClass\":\"PRN\",\"definitions\":[\"afterwards\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọ\"]}],\"o mèkwa\":[{\"word\":\"o mèkwa\",\"wordClass\":\"PRN\",\"definitions\":[\"or else; otherwise; if not; failing this\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọ\"]}],\"o mèzì\":[{\"word\":\"o mèzì\",\"wordClass\":\"PRN\",\"definitions\":[\"or else; otherwise; if not; failing this\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọ\"]}],\"ọ bụlụgodu\":[{\"word\":\"ọ bụlụgodu\",\"wordClass\":\"PRN\",\"definitions\":[\"if; even if; though\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọ\"]}],\"ọ\":[{\"word\":\"ọ\",\"wordClass\":\"PRN\",\"definitions\":[\"(dependent, 3rd pers. sg.; harmonizes with following verb) he; she; it\"],\"examples\":[{\"igbo\":\"Ò bịago?\",\"english\":\"Has he/she/it come?\"},{\"igbo\":\"O jèlù afịa\",\"english\":\"He/she has gone to market\"}],\"variations\":[\"o\"],\"stems\":null}],\"-ọ\":[{\"word\":\"-ọ\",\"wordClass\":\"\",\"definitions\":[\"see -a\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-gu ọbā\":[{\"word\":\"-gu ọbā\",\"wordClass\":\"NNC\",\"definitions\":[\"make a barn of yams\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọbā\"]}],\"ọbā\":[{\"word\":\"ọbā\",\"wordClass\":\"NNC\",\"definitions\":[\"place where yams are stacked and stored; barn\",\"(colloq.) king; chief; used for the king of Benin; title\"],\"examples\":[{\"igbo\":\"Jèe wètalụ m ji naàbò n’ọbā\",\"english\":\"Go and bring me two yams from the barn\"}],\"variations\":[],\"stems\":[]}],\"ọbà\":[{\"word\":\"ọbà\",\"wordClass\":\"NNC\",\"definitions\":[\"calabash\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"Òbà\":[{\"word\":\"Òbà\",\"wordClass\":\"NNC\",\"definitions\":[\"name of a town\",\"(colloq.) palm wine (prob. in origin from town name, since Òbà is a centre for palm and raphia wine)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òbàgwù\":[{\"word\":\"òbàgwù\",\"wordClass\":\"\",\"definitions\":[\"see òbògwù\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọbàlà\":[{\"word\":\"ọbàlà\",\"wordClass\":\"NNC\",\"definitions\":[\"bark of ọfòlò or ọtōsị\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òbàla òbàlà\":[{\"word\":\"òbàla òbàlà\",\"wordClass\":\"NNC\",\"definitions\":[\"red, reddish\"],\"examples\":[{\"igbo\":\"Anya gī nà-àcha òbàla òbàlà\",\"english\":\"Your eye is red\"}],\"variations\":[],\"stems\":[\"òbàlà\"]}],\"-gba òbàlà\":[{\"word\":\"-gba òbàlà\",\"wordClass\":\"NNC\",\"definitions\":[\"bleed; shed blood\"],\"examples\":[{\"igbo\":\"Aka m nà-àgba òbàlà\",\"english\":\"My hand is bleeding\"}],\"variations\":[],\"stems\":[\"òbàlà\"]}],\"òbàlà\":[{\"word\":\"òbàlà\",\"wordClass\":\"NNC\",\"definitions\":[\"blood\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òbàlàkeèt\":[{\"word\":\"òbàlàkeèt\",\"wordClass\":\"NNC\",\"definitions\":[\"blanket (English)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òbàǹte\":[{\"word\":\"òbàǹte\",\"wordClass\":\"NNC\",\"definitions\":[\"pants; underwear\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọbē\":[{\"word\":\"ọbē\",\"wordClass\":\"\",\"definitions\":[\"see obē, obelē\"],\"examples\":[],\"variations\":[\"ọbelē\"],\"stems\":null}],\"ọbìà\":[{\"word\":\"ọbìà\",\"wordClass\":\"NNC\",\"definitions\":[\"entertainment\"],\"examples\":[{\"igbo\":\"Kà m nue yā ọbìà\",\"english\":\"Let me entertain him\"}],\"variations\":[],\"stems\":null}],\"ọbọ\":[{\"word\":\"ọbọ\",\"wordClass\":\"NNC\",\"definitions\":[\"sheath (of knife, sword, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọbò\":[{\"word\":\"ọbò\",\"wordClass\":\"NNC\",\"definitions\":[\"vengeance; revenge\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òbògwù\":[{\"word\":\"òbògwù\",\"wordClass\":\"NNC\",\"definitions\":[\"(compare òdògwùmà) duck\"],\"examples\":[],\"variations\":[\"òbàgwù\"],\"stems\":null}],\"ọbụ\":[{\"word\":\"ọbụ\",\"wordClass\":\"\",\"definitions\":[\"see ọgbụ\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọbù\":[{\"word\":\"ọbù\",\"wordClass\":\"NNC\",\"definitions\":[\"pit-trap; pit for snaring animals\"],\"examples\":[],\"variations\":[\"ọbò\"],\"stems\":null}],\"ọbù ụkwū\":[{\"word\":\"ọbù ụkwū\",\"wordClass\":\"NNC\",\"definitions\":[\"sole of foot\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọbù  ọbò\",\"ụkwụ\"]}],\"ọbù  ọbò\":[{\"word\":\"ọbù  ọbò\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òbụ\":[{\"word\":\"òbụ\",\"wordClass\":\"\",\"definitions\":[\"see ògbụ\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ǹke ōbụnà\":[{\"word\":\"ǹke ōbụnà\",\"wordClass\":\"NNC\",\"definitions\":[\"either; whichever\"],\"examples\":[],\"variations\":[],\"stems\":[\"òbụbụū\"]}],\"òbụbụū\":[{\"word\":\"òbụbụū\",\"wordClass\":\"NNC\",\"definitions\":[\"caterpillar (= ègu)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àrụ ọcha\":[{\"word\":\"àrụ ọcha\",\"wordClass\":\"NNC\",\"definitions\":[\"leprosy\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọcha\"]}],\"arụrụ ọcha\":[{\"word\":\"arụrụ ọcha\",\"wordClass\":\"NNC\",\"definitions\":[\"sugar-ant\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọcha\"]}],\"ịbà ọcha (= ịbà mmānụ)\":[{\"word\":\"ịbà ọcha (= ịbà mmānụ)\",\"wordClass\":\"NNC\",\"definitions\":[\"jaundice\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọcha\"]}],\"ọnà ọcha nà ọnā ēdo\":[{\"word\":\"ọnà ọcha nà ọnā ēdo\",\"wordClass\":\"NNC\",\"definitions\":[\"silver and gold; (fig.) beautiful luxuries\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọcha\"]}],\"ọnà ọcha\":[{\"word\":\"ọnà ọcha\",\"wordClass\":\"NNC\",\"definitions\":[\"silver\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọcha\",\"ọnà\"]}],\"ònà ọcha\":[{\"word\":\"ònà ọcha\",\"wordClass\":\"NNC\",\"definitions\":[\"white variety of Dioscorea dumetorum Pax\",\"white variety\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọcha\",\"ònà\"]}],\"òchà\":[{\"word\":\"òchà\",\"wordClass\":\"NNC\",\"definitions\":[\"wild animal whose horn is made into an òpì, a transversely blown signal horn\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òchàǹjà\":[{\"word\":\"òchàǹjà\",\"wordClass\":\"NNC\",\"definitions\":[\"a small oil-lamp with cloth wick\",\"the market in Onitsha formerly called Àlàhàmbrà was named after this, because the lamp was used in the market, which was held in the evening\",\"now, the name of a motor park (on the same site)\",\"(colloq.) anything inferior or fake\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọche\":[{\"word\":\"ọche\",\"wordClass\":\"\",\"definitions\":[\"see oche\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọchì\":[{\"word\":\"ọchì\",\"wordClass\":\"NNC\",\"definitions\":[\"laughter; mockery (-chì make sound with effort)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òchịchịī\":[{\"word\":\"òchịchịī\",\"wordClass\":\"NNC\",\"definitions\":[\"darkness\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òchọògù\":[{\"word\":\"òchọògù\",\"wordClass\":\"NNC\",\"definitions\":[\"praying mantis (literally looking for a fight)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọchù\":[{\"word\":\"ọchù\",\"wordClass\":\"NNC\",\"definitions\":[\"homicide; murder; manslaughter\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọdā\":[{\"word\":\"ọdā\",\"wordClass\":\"NNC\",\"definitions\":[\"basket\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọdà\":[{\"word\":\"ọdà\",\"wordClass\":\"NNC\",\"definitions\":[\"permit; permission\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òdì-\":[{\"word\":\"òdì-\",\"wordClass\":\"NNC\",\"definitions\":[\"being; state; condition; used as first element of nouns formed for phrases with -dị be\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọdàchi\"]}],\"òdìbendi\":[{\"word\":\"òdìbendi\",\"wordClass\":\"NNC\",\"definitions\":[\"custom (from -dị be ndi be in the home of people; compare òmenàànì)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọdàchi\"]}],\"òdìegwù\":[{\"word\":\"òdìegwù\",\"wordClass\":\"NNC\",\"definitions\":[\"the tragic; the wonderful\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọdàchi\"]}],\"òdìkòọdīrọ ya\":[{\"word\":\"òdìkòọdīrọ ya\",\"wordClass\":\"NNC\",\"definitions\":[\"hypocrisy; pretence; uncertain state, character (compare iru naàbò)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọdàchi\"]}],\"òdìmmā\":[{\"word\":\"òdìmmā\",\"wordClass\":\"NNC\",\"definitions\":[\"well-being; prosperity\",\"friend (in good or bad sense)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọdàchi\"]}],\"òdìnjọ\":[{\"word\":\"òdìnjọ\",\"wordClass\":\"NNC\",\"definitions\":[\"calamity; adverse circumstances; misfortune\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọdàchi\"]}],\"òdìnoobì\":[{\"word\":\"òdìnoobì\",\"wordClass\":\"NNC\",\"definitions\":[\"sweetheart; favourite\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọdàchi\"]}],\"òdìọfụū\":[{\"word\":\"òdìọfụū\",\"wordClass\":\"NNC\",\"definitions\":[\"the new\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọdàchi\"]}],\"ọdàchi\":[{\"word\":\"ọdàchi\",\"wordClass\":\"NNC\",\"definitions\":[\"stumbling block; obstacle; hindrance; tragic event (from - dàchi hinder, fall across)\"],\"examples\":[{\"igbo\":\"Nyè efè màkà ọdàchi\",\"english\":\"You must allow for delays\"}],\"variations\":[],\"stems\":null}],\"ọdò\":[{\"word\":\"ọdò\",\"wordClass\":\"NNC\",\"definitions\":[\"obstacle under water, such as tree-trunk or stone\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òdọ\":[{\"word\":\"òdọ\",\"wordClass\":\"NNC\",\"definitions\":[\"area where a particular thing is plentiful\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òdògwùmà\":[{\"word\":\"òdògwùmà\",\"wordClass\":\"NNC\",\"definitions\":[\"(compare òbògwù) duck\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òdọlụkòọdò\":[{\"word\":\"òdọlụkòọdò\",\"wordClass\":\"NNC\",\"definitions\":[\"title-name taken by or given to a wealthy person; inexhaustible wealth\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-dù ọdụ\":[{\"word\":\"-dù ọdụ\",\"wordClass\":\"NNC\",\"definitions\":[\"advise; warn\"],\"examples\":[{\"igbo\":\"Dùa nnwā gị ọdụ\",\"english\":\"Warn your child\"}],\"variations\":[],\"stems\":[\"ọdụ\"]}],\"ọdụ\":[{\"word\":\"ọdụ\",\"wordClass\":\"NNC\",\"definitions\":[\"advice; exhortation; warning\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọdụ akā\":[{\"word\":\"ọdụ akā\",\"wordClass\":\"NNC\",\"definitions\":[\"ivory bracelet\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọdū\"]}],\"ọdụ ụkwū\":[{\"word\":\"ọdụ ụkwū\",\"wordClass\":\"NNC\",\"definitions\":[\"anklet of ivory (or copper)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọdū\",\"ụkwụ\"]}],\"ọdū\":[{\"word\":\"ọdū\",\"wordClass\":\"NNC\",\"definitions\":[\"pestle\",\"elephant tusk\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ọdù azụ\":[{\"word\":\"ọdù azụ\",\"wordClass\":\"NNC\",\"definitions\":[\"area of market where fish is sold\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọdù\"]}],\"ọdù\":[{\"word\":\"ọdù\",\"wordClass\":\"NNC\",\"definitions\":[\"seat\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọdù ụkwū\":[{\"word\":\"ọdù ụkwū\",\"wordClass\":\"NNC\",\"definitions\":[\"little toe\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọdù \",\"ụkwụ\"]}],\"ọdù \":[{\"word\":\"ọdù \",\"wordClass\":\"NNC\",\"definitions\":[\"tail\",\"the rear, last, youngest\"],\"examples\":[{\"igbo\":\"Ọdù nkịtā ǹkaà ètoka\",\"english\":\"The tail of this dog is very long\"},{\"igbo\":\"Oyèọmâ bù ọdùdù nnwā Èzèmbà\",\"english\":\"Oyeọma is the last-born child of Mr Ezemba\"}],\"variations\":[\"ọdùdù\"],\"stems\":null}],\"òdùm\":[{\"word\":\"òdùm\",\"wordClass\":\"NNC\",\"definitions\":[\"lion\",\"any animal or person of great size and strength\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-gba òfalà\":[{\"word\":\"-gba òfalà\",\"wordClass\":\"NNC\",\"definitions\":[\"celebrate the òfalà festival\"],\"examples\":[],\"variations\":[],\"stems\":[\"òfalà\"]}],\"òfalà\":[{\"word\":\"òfalà\",\"wordClass\":\"NNC\",\"definitions\":[\"festival marked by ritual public appearance of kings (especially of Ònìchà, Ògidi, Nnoòbì, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọfe\":[{\"word\":\"ọfe\",\"wordClass\":\"\",\"definitions\":[\"see ofe, etc.\"],\"examples\":[],\"variations\":[\"etc\"],\"stems\":null}],\"-sụ ọfịa\":[{\"word\":\"-sụ ọfịa\",\"wordClass\":\"AV\",\"definitions\":[\"cut bush\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọfịa\",\"-sụ\"]}],\"-wa ọfịa\":[{\"word\":\"-wa ọfịa\",\"wordClass\":\"AV\",\"definitions\":[\"wander in, explore, the forest\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọfịa\",\"-wa\"]}],\"ọfịa\":[{\"word\":\"ọfịa\",\"wordClass\":\"NNC\",\"definitions\":[\"bush; uninhabited country; forest; jungle\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-sù òfọ\":[{\"word\":\"-sù òfọ\",\"wordClass\":\"AV\",\"definitions\":[\"knock the stick representing the god of justice (òfọ) on the ground\",\"the tree from which the wood representing òfọ is cut (Detarium senegalense J.F. Gmel.)\",\"male name\"],\"examples\":[],\"variations\":[],\"stems\":[\"òfọ\",\"-sù\"]}],\"òfọ\":[{\"word\":\"òfọ\",\"wordClass\":\"NNC\",\"definitions\":[\"symbol of justice, righteousness, and the authority which descends from the ancestors, represented by small piece of wood; right; guarantee of truth; (sometimes) part of the regalia of the umù alūsị\",\"used in\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-dụ ọfòlò\":[{\"word\":\"-dụ ọfòlò\",\"wordClass\":\"NNC\",\"definitions\":[\"punt\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọfòlò\"]}],\"ọfòlò\":[{\"word\":\"ọfòlò\",\"wordClass\":\"NNC\",\"definitions\":[\"stripped midrib of raphia palm, used as utum\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọfù\":[{\"word\":\"ọfù\",\"wordClass\":\"NNC\",\"definitions\":[\"dream; vision\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọfùlìfù\":[{\"word\":\"ọfùlìfù\",\"wordClass\":\"NNC\",\"definitions\":[\"\\\"up-wine\\\" from crown of nkwụ\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọfụlū\":[{\"word\":\"ọfụlū\",\"wordClass\":\"\",\"definitions\":[\"see ọfụū\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-me òfụma\":[{\"word\":\"-me òfụma\",\"wordClass\":\"NNC\",\"definitions\":[\"do well\"],\"examples\":[{\"igbo\":\"Mèe yā òfụma\",\"english\":\"Do it well\"}],\"variations\":[],\"stems\":[\"òfụma\"]}],\"akwụkwọ ọfụlū\":[{\"word\":\"akwụkwọ ọfụlū\",\"wordClass\":\"NNC\",\"definitions\":[\"new book\"],\"examples\":[],\"variations\":[\"ọfụū\"],\"stems\":[\"ọfụū\"]}],\"onye ọfụū\":[{\"word\":\"onye ọfụū\",\"wordClass\":\"NNC\",\"definitions\":[\"newcomer\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọfụū\"]}],\"ùwà ọfụū\":[{\"word\":\"ùwà ọfụū\",\"wordClass\":\"NNC\",\"definitions\":[\"modern world; nowadays\"],\"examples\":[{\"igbo\":\"Proverb: Òkụkò ọfụū amārọ ànì ò wèlụ òfu ụkwū èje\",\"english\":\"Lit. A new fowl moves about on one leg (meaning, a new person in a place usually behaves with extra caution)\"}],\"variations\":[],\"stems\":[\"ọfụū\",\"ùwà\"]}],\"ọfụū\":[{\"word\":\"ọfụū\",\"wordClass\":\"NNC\",\"definitions\":[\"newness\"],\"examples\":[{\"igbo\":\"Àfe à dì ọfụū/ọfụlū\",\"english\":\"This shirt is new\"},{\"igbo\":\"Ọfụū ya pùtàlù ìfè\",\"english\":\"Its newness is apparent\"}],\"variations\":[\"ọfụlū\"],\"stems\":null}],\"òga\":[{\"word\":\"òga\",\"wordClass\":\"NNC\",\"definitions\":[\"master; used in addressing someone whose name is unknown (Yoruba)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ògàalụ\":[{\"word\":\"ògàalụ\",\"wordClass\":\"NNC\",\"definitions\":[\"a creeping plant whose yellow juice is used to decorate the body\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ògàcha\":[{\"word\":\"ògàcha\",\"wordClass\":\"NNC\",\"definitions\":[\"(slang) beautiful, glamorous person, usually a woman; prostitute\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ògàlànyà\":[{\"word\":\"ògàlànyà\",\"wordClass\":\"NNC\",\"definitions\":[\"one rich in money, goods or children\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ògàzị mwù\":[{\"word\":\"ògàzị mwù\",\"wordClass\":\"NNC\",\"definitions\":[\"African pike (Hepsetus odoe) ( = ògba)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ògàzì\"]}],\"ògàzì\":[{\"word\":\"ògàzì\",\"wordClass\":\"NNC\",\"definitions\":[\"guineafowl\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọgè\":[{\"word\":\"ọgè\",\"wordClass\":\"\",\"definitions\":[\"see ogè, ògèdè\"],\"examples\":[],\"variations\":[\"ògèdè\"],\"stems\":null}],\"ọgịlịga\":[{\"word\":\"ọgịlịga\",\"wordClass\":\"NNC\",\"definitions\":[\"rib\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ògịnì\":[{\"word\":\"ògịnì\",\"wordClass\":\"NNC\",\"definitions\":[\"brown striped rat\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-ma ògòdò\":[{\"word\":\"-ma ògòdò\",\"wordClass\":\"NNC\",\"definitions\":[\"wear, tie wrapper; be dressed in wrapper\"],\"examples\":[],\"variations\":[],\"stems\":[\"ògòdò\"]}],\"-wà ògòdò\":[{\"word\":\"-wà ògòdò\",\"wordClass\":\"AV\",\"definitions\":[\"wear loin-cloth\",\"(fig.) be of age, adolescent; reach puberty\",\"(= -wà akwà)\",\"put on loincloth\",\"put on loincloth ceremonially. In olden days, this ceremony marked the time when a boy stopped appearing nude. From thenceforth he had the privileges and obligations of a man\"],\"examples\":[{\"igbo\":\"Èke awàgo ògòdò\",\"englsih\":\"Eke has become an adult\"}],\"variations\":[],\"stems\":[\"ògòdò\",\"-wà\"]}],\"ògòdò\":[{\"word\":\"ògòdò\",\"wordClass\":\"NNC\",\"definitions\":[\"loin-cloth\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ògòlò\":[{\"word\":\"ògòlò\",\"wordClass\":\"NNC\",\"definitions\":[\"(= ngwò) raphia palm-wine; raphia palm (Raphia hookeri Mann and Wendl.) (compare Yoruba ògòrò)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọgòm ajiī\":[{\"word\":\"ọgòm ajiī\",\"wordClass\":\"NNC\",\"definitions\":[\"fish (Phago loricatus)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọgụ arò\":[{\"word\":\"ọgụ arò\",\"wordClass\":\"NNC\",\"definitions\":[\"20 years\"],\"examples\":[{\"igbo\":\"Nnwa m àgbàgo ọgụ arò\",\"english\":\"My child is already 20 years old\"}],\"variations\":[],\"stems\":[\"ọgụ\"]}],\"ọgụ īse\":[{\"word\":\"ọgụ īse\",\"wordClass\":\"NNC\",\"definitions\":[\"one hundred; five score\"],\"examples\":[{\"igbo\":\"Ọgụ arò ìse gālụ aga\",\"english\":\"100 years ago\"}],\"variations\":[],\"stems\":[\"ọgụ\"]}],\"ọgụ\":[{\"word\":\"ọgụ\",\"wordClass\":\"NNC\",\"definitions\":[\"20 (especially in multiples); score\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ụsụ ọgù\":[{\"word\":\"ụsụ ọgù\",\"wordClass\":\"NNC\",\"definitions\":[\"fruit-bat\",\"fruit bat\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọgù\",\"ụsụ\"]}],\"ọgù\":[{\"word\":\"ọgù\",\"wordClass\":\"NNC\",\"definitions\":[\"hoe\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ògụ ìsà\":[{\"word\":\"ògụ ìsà\",\"wordClass\":\"NNC\",\"definitions\":[\"chatterbox (especially women and children)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ògụ\"]}],\"ògụ\":[{\"word\":\"ògụ\",\"wordClass\":\"NNC\",\"definitions\":[\"(-gụ 1. count) used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ògù ikpe ōmụma\":[{\"word\":\"ògù ikpe ōmụma\",\"wordClass\":\"NNC\",\"definitions\":[\"an unjust fight\"],\"examples\":[],\"variations\":[],\"stems\":[\"ògù\"]}],\"ògù ụnò\":[{\"word\":\"ògù ụnò\",\"wordClass\":\"NNC\",\"definitions\":[\"fighting between people of same town or village\"],\"examples\":[],\"variations\":[],\"stems\":[\"ògù\"]}],\"-nụsò ògù\":[{\"word\":\"-nụsò ògù\",\"wordClass\":\"NNC\",\"definitions\":[\"fight, war against\"],\"examples\":[{\"igbo\":\"Agà m ànụsō yā ògù\",\"english\":\"I shall fight against him\"}],\"variations\":[],\"stems\":[\"ògù\"]}],\"ògù\":[{\"word\":\"ògù\",\"wordClass\":\"NNC\",\"definitions\":[\"fight; fighting; war\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"(ògùgò) -gbu\":[{\"word\":\"(ògùgò) -gbu\",\"wordClass\":\"NNC\",\"definitions\":[\"be happy\"],\"examples\":[{\"igbo\":\"Ògùgò nà-ègbu m\",\"english\":\"I am happy (because of a specific thing)\"}],\"variations\":[],\"stems\":[\"ògùgò\"]}],\"ògùgò\":[{\"word\":\"ògùgò\",\"wordClass\":\"NNC\",\"definitions\":[\"joy; gladness\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ògụgùa\":[{\"word\":\"ògụgùa\",\"wordClass\":\"NNC\",\"definitions\":[\"comforter, consoler\",\"male name (-gù-gù comfort)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọgbà ụnò enū\":[{\"word\":\"ọgbà ụnò enū\",\"wordClass\":\"NNC\",\"definitions\":[\"(= step) staircase; ladder to upper room\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọgbà\"]}],\"ògba\":[{\"word\":\"ògba\",\"wordClass\":\"NNC\",\"definitions\":[\"African pike (Hepsetus odoe) (= ògàzị mwù)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ògbà agū\":[{\"word\":\"ògbà agū\",\"wordClass\":\"NNC\",\"definitions\":[\"secret night society (using agụ ọgbà); leopard society\"],\"examples\":[],\"variations\":[],\"stems\":[\"ògbà\"]}],\"ògbà\":[{\"word\":\"ògbà\",\"wordClass\":\"NNC\",\"definitions\":[\"row; line (mwù)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ògbàdụ\":[{\"word\":\"ògbàdụ\",\"wordClass\":\"NNC\",\"definitions\":[\"maize (Zea mays Linn.) (= ọkà)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọgbàlà\":[{\"word\":\"ọgbàlà\",\"wordClass\":\"NNC\",\"definitions\":[\"punting pole\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ògbànchi\":[{\"word\":\"ògbànchi\",\"wordClass\":\"NNC\",\"definitions\":[\"decorated iron or brass staff or spear of a chief\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọgbe etc\":[{\"word\":\"ọgbe etc\",\"wordClass\":\"\",\"definitions\":[\"see ogbe, etc.\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọgbìlìgbà\":[{\"word\":\"ọgbìlìgbà\",\"wordClass\":\"NNC\",\"definitions\":[\"chain\"],\"examples\":[{\"igbo\":\"Ndị orī bīalụ n’ebe à n’anyàsì jì ọgbìlìgbà kùdo onye nche n’osisi\",\"english\":\"The thieves who came here last night used a chain to chain the watchman to the tree\"}],\"variations\":[],\"stems\":null}],\"n’ògbọ\":[{\"word\":\"n’ògbọ\",\"wordClass\":\"NNC\",\"definitions\":[\"together; in common\"],\"examples\":[],\"variations\":[],\"stems\":[\"ògbọ\"]}],\"otu ōgbọ\":[{\"word\":\"otu ōgbọ\",\"wordClass\":\"NNC\",\"definitions\":[\"age-set association\"],\"examples\":[],\"variations\":[],\"stems\":[\"ògbọ\"]}],\"ògbọ\":[{\"word\":\"ògbọ\",\"wordClass\":\"NNC\",\"definitions\":[\"age-set\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọgbòdògbò\":[{\"word\":\"ọgbòdògbò\",\"wordClass\":\"NNC\",\"definitions\":[\"thigh\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ògbònò\":[{\"word\":\"ògbònò\",\"wordClass\":\"NNC\",\"definitions\":[\"seed of tree ugilī (Irvingia gabonensis (Aubry-Lecomte ex O'Rorke) Baill.); the pulpy yellowish fruit resembles a small mango. The seeds are widely used in making soup\"],\"examples\":[],\"variations\":[\"àgbònò\"],\"stems\":null}],\"ọgbụ\":[{\"word\":\"ọgbụ\",\"wordClass\":\"NNC\",\"definitions\":[\"rope, tether for animals\"],\"examples\":[],\"variations\":[\"ọbụ\"],\"stems\":null}],\"ògbụ\":[{\"word\":\"ògbụ\",\"wordClass\":\"NNC\",\"definitions\":[\"type of fig tree planted in the compound and used for feeding livestock (Ficus eriobotryoides Kunth. and Bouche) and in many cases for shade. It represents Ànì and is planted at her shrines. The sap is pure white and can serve as rubber\"],\"examples\":[],\"variations\":[\"òbụ\"],\"stems\":null}],\"ọgbūgba\":[{\"word\":\"ọgbūgba\",\"wordClass\":\"NNC\",\"definitions\":[\"gourd prepared for fetching water\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọghà\":[{\"word\":\"ọghà\",\"wordClass\":\"NNC\",\"definitions\":[\"abomination; forbidden thing\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọghēle\":[{\"word\":\"ọghēle\",\"wordClass\":\"\",\"definitions\":[\"see oghēle\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọghìlìghò\":[{\"word\":\"ọghìlìghò\",\"wordClass\":\"NNC\",\"definitions\":[\"cluster of empty palmnuts\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ògwa\":[{\"word\":\"ògwa\",\"wordClass\":\"NNC\",\"definitions\":[\"verandah; porch; covered gateway; reception room\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọgwè\":[{\"word\":\"ọgwè\",\"wordClass\":\"\",\"definitions\":[\"see ogwè\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ògwọ òyà\":[{\"word\":\"ògwọ òyà\",\"wordClass\":\"NNC\",\"definitions\":[\"doctor (literally curer of diseases)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ògwọ\"]}],\"ògwọ\":[{\"word\":\"ògwọ\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọgwù ịbà\":[{\"word\":\"ọgwù ịbà\",\"wordClass\":\"NNC\",\"definitions\":[\"a medicine for fever\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọgwù\"]}],\"ọgwǔ jī\":[{\"word\":\"ọgwǔ jī\",\"wordClass\":\"NNC\",\"definitions\":[\"yam medicine, obtained from Nri by surrounding peoples\",\"pesticide; fertilizer\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọgwù\"]}],\"ọgwū ūde\":[{\"word\":\"ọgwū ūde\",\"wordClass\":\"NNC\",\"definitions\":[\"kind of native medicine prepared and stored in a bottle with palm-kernel oil, used for curing convulsions, poisoning\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọgwù\"]}],\"-gwọ ọgwù\":[{\"word\":\"-gwọ ọgwù\",\"wordClass\":\"NNC\",\"definitions\":[\"prepare medicine\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọgwù\"]}],\"-kọ ọgwù\":[{\"word\":\"-kọ ọgwù\",\"wordClass\":\"NNC\",\"definitions\":[\"practice sorcery against\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọgwù\"]}],\"-rụ ọgwù\":[{\"word\":\"-rụ ọgwù\",\"wordClass\":\"NNC\",\"definitions\":[\"neutralise effect of poison\",\"To prove that food or drink presented by the host to his guests have not been poisoned, the host usually tastes every eatable thing presented before his guests. This is called ịrū (nni) ọgwù\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọgwù\"]}],\"ụnò ọgwù\":[{\"word\":\"ụnò ọgwù\",\"wordClass\":\"NNC\",\"definitions\":[\"hospital; dispensary; nursing home\",\"hospital (of all types, i.e. including dispensary, etc.)\"],\"examples\":[{\"igbo\":\"Ànyị nà-èje ụnò ọgwù inēta nwa nnē ānyị àrụ nà-esògbu\",\"english\":\"We are going to the hospital to visit our sister who is ill\"}],\"variations\":[],\"stems\":[\"ọgwù\",\"ụnò\"]}],\"ọgwù\":[{\"word\":\"ọgwù\",\"wordClass\":\"NNC\",\"definitions\":[\"root\",\"medicine; poison; charm; \\\"juju\\\"; sorcery\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òjà\":[{\"word\":\"òjà\",\"wordClass\":\"NNC\",\"definitions\":[\"wooden whistle; flutes played in sets; (arch.) spheroidal ocarina made from bush-orange (Oncoba spinosa) shell used to send message in war\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọjị ùgò\":[{\"word\":\"ọjị ùgò\",\"wordClass\":\"NNC\",\"definitions\":[\"white kola\",\"yellow kola, valued above the common brownish type\",\"beautiful fair-skinned girl (Proverb) kite perches and the eagle perches, whoever says to the other that it should not perch, may it break its wing. (compare live and let live) (short form) Egbe bèlụ ùgò bèlụ\"],\"examples\":[{\"igbo\":\"Egbe bèlụ ùgò bèlụ ǹke sịlị ibè ya ebènà ǹkù kwaa yā\",\"english\":\"If the kite perches and the eagle perches, whoever says to the other that it should not perch, may it break its wing. (cf. live and let live) (short form) Egbe bèlụ ùgò bèlụ\"}],\"variations\":[],\"stems\":[\"ọjị\",\"ùgò\"]}],\"isi ọjī\":[{\"word\":\"isi ọjī\",\"wordClass\":\"NNC\",\"definitions\":[\"germinal sprout of kola\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọjị\"]}],\"ose ọjī\":[{\"word\":\"ose ọjī\",\"wordClass\":\"NNC\",\"definitions\":[\"alligator pepper (literally kola pepper, because usually chewed with kola)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọjị\"]}],\"-ta ọjị\":[{\"word\":\"-ta ọjị\",\"wordClass\":\"AV\",\"definitions\":[\"chew kolanut\",\"eat kolanut\"],\"examples\":[{\"igbo:\":\"Ǹkịtā adā àta ọjī\",\"english\":\"Dogs never eat kolanuts\"}],\"variations\":[],\"stems\":[\"ọjị\",\"-ta\"]}],\"-wa ọjị\":[{\"word\":\"-wa ọjị\",\"wordClass\":\"AV\",\"definitions\":[\"break kola\",\"bribe; tip\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọjị\",\"-wa\"]}],\"ọjị\":[{\"word\":\"ọjị\",\"wordClass\":\"NNC\",\"definitions\":[\"kolanut, the giving and receiving of which symbolizes ritual relations of homage and hospitality; anything presented with, or instead of, kola\"],\"examples\":[],\"variations\":[\"ọjī\"],\"stems\":null}],\"àbalà ọjì\":[{\"word\":\"àbalà ọjì\",\"wordClass\":\"NNC\",\"definitions\":[\"fruit of iroko (used for feeding goats, sheep, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọjì\"]}],\"àzụ ọjì\":[{\"word\":\"àzụ ọjì\",\"wordClass\":\"NNC\",\"definitions\":[\"carved iroko panel in door or wall\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọjì\"]}],\"-tùtù ọjì\":[{\"word\":\"-tùtù ọjì\",\"wordClass\":\"NNC\",\"definitions\":[\"pick iroko leaves (for feeding livestock, e.g. goats, sheep, etc.)\",\"male name\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọjì\"]}],\"ọjì\":[{\"word\":\"ọjì\",\"wordClass\":\"NNC\",\"definitions\":[\"iroko tree, Milicia excelsa (Welw.) Benth.\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òjògòlò\":[{\"word\":\"òjògòlò\",\"wordClass\":\"NNC\",\"definitions\":[\"casting-net\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọnòdù ọjọō\":[{\"word\":\"ọnòdù ọjọō\",\"wordClass\":\"NNC\",\"definitions\":[\"bad condition, position, state\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọjọō\",\"ọnòdù\"]}],\"ùdị ọjọō\":[{\"word\":\"ùdị ọjọō\",\"wordClass\":\"NNC\",\"definitions\":[\"bad kind, form, being nature\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọjọō\",\"ùdị\"]}],\"ùwà ọjọō ǹkaà\":[{\"word\":\"ùwà ọjọō ǹkaà\",\"wordClass\":\"NNC\",\"definitions\":[\"this sinful world\",\"this sinful world to come\"],\"examples\":[{\"igbo\":\"Ànyị gà-ènwe ndù ebè èbè n’ùwa ōzọ\",\"english\":\"We shall have everlasting life in the world to come\"}],\"variations\":[],\"stems\":[\"ọjọō\",\"ùwà\"]}],\"ọjọō\":[{\"word\":\"ọjọō\",\"wordClass\":\"NNC\",\"definitions\":[\"bad, evil\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"Ọka\":[{\"word\":\"Ọka\",\"wordClass\":\"NNC\",\"definitions\":[\"Awka\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọkà ìŋarị\":[{\"word\":\"ọkà ìŋarị\",\"wordClass\":\"NNC\",\"definitions\":[\"millet\"],\"examples\":[],\"variations\":[\"ìŋàrịì\"],\"stems\":[\"ọkà\"]}],\"-kpọ ọkà\":[{\"word\":\"-kpọ ọkà\",\"wordClass\":\"NNC\",\"definitions\":[\"remove the grains from the ear of maize\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọkà\"]}],\"ọkà\":[{\"word\":\"ọkà\",\"wordClass\":\"NNC\",\"definitions\":[\"corn; maize (Zea mays Linn.) (= ògbàdụ)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òka elùlò\":[{\"word\":\"òka elùlò\",\"wordClass\":\"NNC\",\"definitions\":[\"counsellor; thinker; adviser\"],\"examples\":[],\"variations\":[\"òka ìlòlò\"],\"stems\":[\"òka\"]}],\"òka\":[{\"word\":\"òka\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òkà àka\":[{\"word\":\"òkà àka\",\"wordClass\":\"NNC\",\"definitions\":[\"the mightiest; greatest\",\"male name\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkà\"]}],\"òkà ekwukwū\":[{\"word\":\"òkà ekwukwū\",\"wordClass\":\"NNC\",\"definitions\":[\"chatterbox\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkà\"]}],\"òkà malaàjụ\":[{\"word\":\"òkà malaàjụ\",\"wordClass\":\"NNC\",\"definitions\":[\"person who is fond of asking questions, inquisitive person\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkà\"]}],\"òkà ụtā\":[{\"word\":\"òkà ụtā\",\"wordClass\":\"NNC\",\"definitions\":[\"archer\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkà\",\"ụta\"]}],\"òkà\":[{\"word\":\"òkà\",\"wordClass\":\"NNC\",\"definitions\":[\"mightiest; greatest; expert; specialist; used in\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òkàlà arò\":[{\"word\":\"òkàlà arò\",\"wordClass\":\"NNC\",\"definitions\":[\"mid-year\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkàlà\"]}],\"òkàlà naàbò\":[{\"word\":\"òkàlà naàbò\",\"wordClass\":\"NNC\",\"definitions\":[\"two halves\"],\"examples\":[{\"igbo\":\"Kèe yā òkàlà naàbò\",\"english\":\"Divide it into two equal parts\"}],\"variations\":[],\"stems\":[\"òkàlà\"]}],\"òkàlà ọnwā\":[{\"word\":\"òkàlà ọnwā\",\"wordClass\":\"NNC\",\"definitions\":[\"half-month\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkàlà\",\"ọnwa\"]}],\"ọtụlụ òkàlà\":[{\"word\":\"ọtụlụ òkàlà\",\"wordClass\":\"NNC\",\"definitions\":[\"paralysis of one half of the body; hemiplegia and paraplegia\",\"short cloth tied as sign of reaching puberty\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkàlà\",\"ọtụlụ\"]}],\"òkàlà\":[{\"word\":\"òkàlà\",\"wordClass\":\"NNC\",\"definitions\":[\"half; part; portion\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ìgba òkàǹgà\":[{\"word\":\"ìgba òkàǹgà\",\"wordClass\":\"NNC\",\"definitions\":[\"drum of the Igwē of Àgùleèrì\",\"masquerade\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkàǹgà\"]}],\"òkàǹgà\":[{\"word\":\"òkàǹgà\",\"wordClass\":\"NNC\",\"definitions\":[\"type of music; set of three ceremonial drums, used with òjà during the Òfalà feast\"],\"examples\":[],\"variations\":[\"òkàǹga\"],\"stems\":null}],\"òkazì\":[{\"word\":\"òkazì\",\"wordClass\":\"NNC\",\"definitions\":[\"plant used in soup (Gnetum spp.)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọkè\":[{\"word\":\"ọkè\",\"wordClass\":\"\",\"definitions\":[\"see okè, òkè\"],\"examples\":[],\"variations\":[\"òkè\"],\"stems\":null}],\"ọkìkà\":[{\"word\":\"ọkìkà\",\"wordClass\":\"NNC\",\"definitions\":[\"tattoo (compare nkì)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọkìlì\":[{\"word\":\"ọkìlì\",\"wordClass\":\"NNC\",\"definitions\":[\"Common Bulbul (Pycnonotus barbatus)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-ti ọkìlìkà\":[{\"word\":\"-ti ọkìlìkà\",\"wordClass\":\"NNC\",\"definitions\":[\"chisel, sharpen teeth cosmetically (especially by Ànam people)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọkìlìkà\"]}],\"ọkìlìkà\":[{\"word\":\"ọkìlìkà\",\"wordClass\":\"NNC\",\"definitions\":[\"thorny climbing plant\",\"used in\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òkìlìkà\":[{\"word\":\"òkìlìkà\",\"wordClass\":\"NNC\",\"definitions\":[\"second-hand clothing\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òkịtịkpā\":[{\"word\":\"òkịtịkpā\",\"wordClass\":\"\",\"definitions\":[\"see kịtịkpā\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òkịtịkpākpa\":[{\"word\":\"òkịtịkpākpa\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọkọ\":[{\"word\":\"ọkọ\",\"wordClass\":\"NNC\",\"definitions\":[\"crawcraw; itch; rashes (of body)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọkọchì\":[{\"word\":\"ọkọchì\",\"wordClass\":\"NNC\",\"definitions\":[\"dry season\"],\"examples\":[{\"igbo\":\"Ọkọchì nà-àbịa\",\"english\":\"The dry season is approaching\"}],\"variations\":[],\"stems\":null}],\"òkòlòkọlọ\":[{\"word\":\"òkòlòkọlọ\",\"wordClass\":\"NNC\",\"definitions\":[\"round shape\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òkọtọ\":[{\"word\":\"òkọtọ\",\"wordClass\":\"NNC\",\"definitions\":[\"very many; very much; many\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọkòlòtò\"]}],\"ọkòlòtò\":[{\"word\":\"ọkòlòtò\",\"wordClass\":\"NNC\",\"definitions\":[\"flag, banner\",\"chewing-stick\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-le ọkshòm\":[{\"word\":\"-le ọkshòm\",\"wordClass\":\"NNC\",\"definitions\":[\"sell at an auction; sell by auction\"],\"examples\":[{\"igbo\":\"Ọ chòlù ilē ife yā niīne ọkshòm\",\"english\":\"She wants to sell all her belongings by auction\"}],\"variations\":[],\"stems\":[\"ọkshòm\"]}],\"ọkshòm\":[{\"word\":\"ọkshòm\",\"wordClass\":\"NNC\",\"definitions\":[\"auction (English)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọkụ mmọọ\":[{\"word\":\"ọkụ mmọọ\",\"wordClass\":\"NNC\",\"definitions\":[\"hell\"],\"examples\":[{\"igbo\":\"Ndi njọ gà-abà n’ọkụ mmọọ\",\"english\":\"Sinners shall enter hell\"}],\"variations\":[],\"stems\":[\"ọkụ\"]}],\"àrụ ọkū\":[{\"word\":\"àrụ ọkū\",\"wordClass\":\"NNC\",\"definitions\":[\"fever\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọkụ\"]}],\"-dị ọkụ\":[{\"word\":\"-dị ọkụ\",\"wordClass\":\"NNC\",\"definitions\":[\"be hot\"],\"examples\":[{\"igbo\":\"Ọ dì ọkụ\",\"english\":\"It is hot\"}],\"variations\":[],\"stems\":[\"ọkụ\"]}],\"ikelike ọkū\":[{\"word\":\"ikelike ọkū\",\"wordClass\":\"NNC\",\"definitions\":[\"spark\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọkụ\"]}],\"-kpọ ọkụ\":[{\"word\":\"-kpọ ọkụ\",\"wordClass\":\"NNC\",\"definitions\":[\"burn; set fire to; burn off with fire\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọkụ\"]}],\"-kwànị ọkụ 1.\":[{\"word\":\"-kwànị ọkụ 1.\",\"wordClass\":\"NNC\",\"definitions\":[\"(lit;) fan fire 2. (fig.) instigate someone to do something\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọkụ\"]}],\"-kwànye ọkụ\":[{\"word\":\"-kwànye ọkụ\",\"wordClass\":\"NNC\",\"definitions\":[\"stir up a fire; accelerate a car\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọkụ\"]}],\"mkpa ọkū\":[{\"word\":\"mkpa ọkū\",\"wordClass\":\"NNC\",\"definitions\":[\"matches\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọkụ\"]}],\"-mùlù ọkụ\":[{\"word\":\"-mùlù ọkụ\",\"wordClass\":\"NNC\",\"definitions\":[\"light from (fire, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọkụ\"]}],\"nụ ọkụ n’obì\":[{\"word\":\"nụ ọkụ n’obì\",\"wordClass\":\"NNC\",\"definitions\":[\"be zealous, enthusiastic; agitate; anger; enrage\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọkụ\"]}],\"-nya ọkụ\":[{\"word\":\"-nya ọkụ\",\"wordClass\":\"NNC\",\"definitions\":[\"warm oneself; bask\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọkụ\"]}],\"òòbo ọkū\":[{\"word\":\"òòbo ọkū\",\"wordClass\":\"NNC\",\"definitions\":[\"furnance; heap of coal, charcoal; fire\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọkụ\"]}],\"opoto ọkū\":[{\"word\":\"opoto ọkū\",\"wordClass\":\"NNC\",\"definitions\":[\"burning coal; ember\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọkụ\"]}],\"ọnà ọkū\":[{\"word\":\"ọnà ọkū\",\"wordClass\":\"NNC\",\"definitions\":[\"brass\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọkụ\",\"ọnà\"]}],\"ònòkò ọkū\":[{\"word\":\"ònòkò ọkū\",\"wordClass\":\"NNC\",\"definitions\":[\"half-burnt piece of wood\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọkụ\",\"ònòkò\"]}],\"-rụ ọkụ\":[{\"word\":\"-rụ ọkụ\",\"wordClass\":\"AV\",\"definitions\":[\"broil; roast; scald; burn (of live things)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọkụ\",\"-rụ\"]}],\"-su ọkụ\":[{\"word\":\"-su ọkụ\",\"wordClass\":\"AV\",\"definitions\":[\"burn; set alight; set on fire\"],\"examples\":[{\"igbo\":\"Ì nà-àchọ isū ụnò ọkụ?\",\"english\":\"Do you want to set the house on fire?\"}],\"variations\":[],\"stems\":[\"ọkụ\",\"-su\"]}],\"ọkụ ọwā\":[{\"word\":\"ọkụ ọwā\",\"wordClass\":\"NNC\",\"definitions\":[\"torch\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọkụ\",\"ọwa\"]}],\"ọkụ ukpē\":[{\"word\":\"ọkụ ukpē\",\"wordClass\":\"NNC\",\"definitions\":[\"lamp\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọkụ\"]}],\"ọkụ\":[{\"word\":\"ọkụ\",\"wordClass\":\"NNC\",\"definitions\":[\"fire; heat\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọkù azù\":[{\"word\":\"ọkù azù\",\"wordClass\":\"NNC\",\"definitions\":[\"fishing\"],\"examples\":[{\"igbo\":\"Ọkù azù abūrọ ọlụ sīlị ike\",\"english\":\"Fishing is not hard work\"}],\"variations\":[],\"stems\":[\"ọkù\"]}],\"ọkù\":[{\"word\":\"ọkù\",\"wordClass\":\"NNC\",\"definitions\":[\"wealth; riches; possession; inheritance (from -kù bring into use)\",\"fishing (from -kù 1. hook)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òkụkù abùke\":[{\"word\":\"òkụkù abùke\",\"wordClass\":\"NNC\",\"definitions\":[\"kind of fowl which never grows to a large size but is tough (usually used for sacrifice)\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkụkò\"]}],\"-sèli òkụkù\":[{\"word\":\"-sèli òkụkù\",\"wordClass\":\"AV\",\"definitions\":[\"steal fowls (habitually, mainly for eating) (literally draw and eat)\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkụkò\",\"-sè\"]}],\"ùyòm ōkụkò\":[{\"word\":\"ùyòm ōkụkò\",\"wordClass\":\"NNC\",\"definitions\":[\"chicks\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkụkò\",\"ùyòm\"]}],\"ùla ōkụkò\":[{\"word\":\"ùla ōkụkò\",\"wordClass\":\"NNC\",\"definitions\":[\"fowl-house\",\"hen-house\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkụkò\",\"ùla\"]}],\"òkụkò\":[{\"word\":\"òkụkò\",\"wordClass\":\"NNC\",\"definitions\":[\"fowl\"],\"examples\":[],\"variations\":[\"òkụkù\"],\"stems\":null}],\"ọkpà\":[{\"word\":\"ọkpà\",\"wordClass\":\"NNC\",\"definitions\":[\"leg, shin (compare ụkwụ)\",\"shuttle\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òkpa\":[{\"word\":\"òkpa\",\"wordClass\":\"NNC\",\"definitions\":[\"stake; stick\",\"used in\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òkpà\":[{\"word\":\"òkpà\",\"wordClass\":\"NNC\",\"definitions\":[\"cock; also di òkpà, oke òkpà\",\"kind of nut; groundnut (Arachis hypogaea Linn.)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ọkpala\":[{\"word\":\"ọkpala\",\"wordClass\":\"NNC\",\"definitions\":[\"first-born son (also di ọkpala)\",\"male head of a (sub)lineage, regarded as intermediary between his lineage and the ancestors, who performs priestly duties such as sacrificing to Ànì and whose symbol of authority is òfọ (Uchendu 1965 40-41)\",\"(in Christian usage) the Son, Jesus Christ\",\"male name\"],\"examples\":[{\"igbo\":\"Abù m ọkpala nnà m\",\"english\":\"I am the first-born son of my father\"},{\"igbo\":\"Òtùto dìlì Nnà nà Ọkpala nà Mọọ Nsō\",\"english\":\"Glory be to the Father and to the Son and to the Holy Ghost\"}],\"variations\":[],\"stems\":null}],\"òkpàǹga\":[{\"word\":\"òkpàǹga\",\"wordClass\":\"NNC\",\"definitions\":[\"mourning dance for a man\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọkpètè\":[{\"word\":\"ọkpètè\",\"wordClass\":\"\",\"definitions\":[\"see okpètè\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọkpìjò\":[{\"word\":\"ọkpìjò\",\"wordClass\":\"NNC\",\"definitions\":[\"puffer-fish with very poisonous gall (Tetraodon fahaka)\",\"great and dreaded masquerade\"],\"examples\":[],\"variations\":[\"ọkpì\"],\"stems\":null}],\"òkpo āba\":[{\"word\":\"òkpo āba\",\"wordClass\":\"NNC\",\"definitions\":[\"Synodontis membranaceus\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkpọ\"]}],\"òkpọ èbùnù = òkpọ isi nkịtā\":[{\"word\":\"òkpọ èbùnù = òkpọ isi nkịtā\",\"wordClass\":\"NNC\",\"definitions\":[\"S. batensoda\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkpọ\"]}],\"òkpọ mmānụ\":[{\"word\":\"òkpọ mmānụ\",\"wordClass\":\"NNC\",\"definitions\":[\"S. clarias, S. sorex, S. eupterus, S. ocellifer, S. gobroni, S. nigrita\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkpọ\"]}],\"òkpọ ọcha\":[{\"word\":\"òkpọ ọcha\",\"wordClass\":\"NNC\",\"definitions\":[\"Clarotes laticeps and Chrysichthys nigrodigitatus\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkpọ\"]}],\"òkpọ ọfū\":[{\"word\":\"òkpọ ọfū\",\"wordClass\":\"NNC\",\"definitions\":[\"Bagrus bayad (= ugọnọm)\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkpọ\"]}],\"-su òkpọ\":[{\"word\":\"-su òkpọ\",\"wordClass\":\"AV\",\"definitions\":[\"box; strike with fist\",\"touch lightly (e.g. with mouth, tip of tail, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkpọ\",\"-su\"]}],\"-ti òkpọ\":[{\"word\":\"-ti òkpọ\",\"wordClass\":\"AV\",\"definitions\":[\"box; strike with fist\"],\"examples\":[{\"igbo\":\"Tìe yā òkpọ\",\"english\":\"Give him a blow with your fist\"}],\"variations\":[],\"stems\":[\"òkpọ\",\"-ti\"]}],\"òkpọ\":[{\"word\":\"òkpọ\",\"wordClass\":\"NNC\",\"definitions\":[\"general name for fish in the Bagridae, Aridae and Mochokidae families\",\"fist; blow with fist; boxing\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òkpòkọ\":[{\"word\":\"òkpòkọ\",\"wordClass\":\"NNC\",\"definitions\":[\"pipe (for smoking) (word used mostly by old people) (compare òkụ ūtabà)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọkpọkōlọ\":[{\"word\":\"ọkpọkōlọ\",\"wordClass\":\"NNC\",\"definitions\":[\"dryness\"],\"examples\":[{\"igbo\":\"Àna à dì ọkpọkōlọ\",\"english\":\"this land is dry\"}],\"variations\":[],\"stems\":null}],\"ọkpọkọrọ\":[{\"word\":\"ọkpọkọrọ\",\"wordClass\":\"NNC\",\"definitions\":[\"old and broken thing; worn-out thing\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òkpọlè\":[{\"word\":\"òkpọlè\",\"wordClass\":\"NNC\",\"definitions\":[\"frame with wooden wheels used to teach child to walk\",\"bicycle (old term)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"isi ọkpọō\":[{\"word\":\"isi ọkpọō\",\"wordClass\":\"NNC\",\"definitions\":[\"bare head\"],\"examples\":[{\"igbo\":\"O bù ibu n’isi ọkpọō\",\"english\":\"He is carrying a load on his bare head\"}],\"variations\":[],\"stems\":[\"ọkpọō\"]}],\"ọkpọō\":[{\"word\":\"ọkpọō\",\"wordClass\":\"NNC\",\"definitions\":[\"dryness (compare ọkpọkōlọ)\"],\"examples\":[{\"igbo\":\"Fa nà-ègbulī ànà ọkpọō\",\"english\":\"They are tilling a dry piece of land\"},{\"igbo\":\"Àna à dị ọkpọō\",\"english\":\"This land is dry\"},{\"igbo\":\"Proverb: Onye isi ikō nwụa, è nìe yā n’ànì ọkpọō\",\"english\":\"When a stubborn person dies he will be buried in dry ground\"}],\"variations\":[],\"stems\":null}],\"òkpọrọ\":[{\"word\":\"òkpọrọ\",\"wordClass\":\"NNC\",\"definitions\":[\"for nothing; in vain (compare nà ǹkịtị)\"],\"examples\":[{\"igbo\":\"Ì lò nà mụ nà-àta afụfụ n’ebe à òkpọrọ?\",\"english\":\"Do you think I am suffering here for nothing?\"}],\"variations\":[\"ùkpọrọ\"],\"stems\":null}],\"ọkpòsì\":[{\"word\":\"ọkpòsì\",\"wordClass\":\"NNC\",\"definitions\":[\"staff; walkingstick (compare mkpà n’aka, mkpọ)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọkpụ tòlụ ọkpū\":[{\"word\":\"ọkpụ tòlụ ọkpū\",\"wordClass\":\"NNC\",\"definitions\":[\"for ever and ever\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọkpụ\"]}],\"ụmù ọkpū\":[{\"word\":\"ụmù ọkpū\",\"wordClass\":\"NNC\",\"definitions\":[\"married daughters\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọkpụ\",\"ụmù\"]}],\"ọkpụ\":[{\"word\":\"ọkpụ\",\"wordClass\":\"NNC\",\"definitions\":[\"long; lasting; for ever; long-continued; long-standing\",\"used in\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òkpụ\":[{\"word\":\"òkpụ\",\"wordClass\":\"NNC\",\"definitions\":[\"(-kpụ 3. shave) used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òkpù n’ekwè\":[{\"word\":\"òkpù n’ekwè\",\"wordClass\":\"NNC\",\"definitions\":[\"back of head; occiput (compare akpù)\",\"fault; blemish; goal or point scored against one in game\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkpù\"]}],\"òkpù n’okwò\":[{\"word\":\"òkpù n’okwò\",\"wordClass\":\"NNC\",\"definitions\":[\"back of head; occiput (compare akpù)\",\"fault; blemish; goal or point scored against one in game\"],\"examples\":[],\"variations\":[],\"stems\":[\"òkpù\"]}],\"òkpù\":[{\"word\":\"òkpù\",\"wordClass\":\"NNC\",\"definitions\":[\"piles (on human anus); callosity (on buttocks of baboons, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òkpùkpò\":[{\"word\":\"òkpùkpò\",\"wordClass\":\"NNC\",\"definitions\":[\"bed of raised earth (= ìkpò)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọkpụkpụ āzụ\":[{\"word\":\"ọkpụkpụ āzụ\",\"wordClass\":\"NNC\",\"definitions\":[\"backbone\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọkpụkpụ\"]}],\"ọkpụkpụ nkịtā\":[{\"word\":\"ọkpụkpụ nkịtā\",\"wordClass\":\"NNC\",\"definitions\":[\"tree species (Cnestis ferruginea DC)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọkpụkpụ\"]}],\"ùmì ọkpụkpụ\":[{\"word\":\"ùmì ọkpụkpụ\",\"wordClass\":\"NNC\",\"definitions\":[\"marrow (of bone)\",\"marrow of bone\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọkpụkpụ\",\"ùmì\"]}],\"ọkpụkpụ\":[{\"word\":\"ọkpụkpụ\",\"wordClass\":\"NNC\",\"definitions\":[\"bone; ivory wristlet\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òkpụkpụ\":[{\"word\":\"òkpụkpụ\",\"wordClass\":\"NNC\",\"definitions\":[\"round-shaped mass (of mud); cassava balls (from -kpụ 2. mould)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọkpùlùkpù\":[{\"word\":\"ọkpùlùkpù\",\"wordClass\":\"NNC\",\"definitions\":[\"piece; lump (e.g. of meat)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-zọ ọkwa\":[{\"word\":\"-zọ ọkwa\",\"wordClass\":\"AV\",\"definitions\":[\"contest for a post\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọkwa\",\"-zọ\"]}],\"ọkwa\":[{\"word\":\"ọkwa\",\"wordClass\":\"NNC\",\"definitions\":[\"wooden bowl, tray; wooden platter for cutting up meat\",\"state; condition; post; position\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ọkwà\":[{\"word\":\"ọkwà\",\"wordClass\":\"NNC\",\"definitions\":[\"announcement; notice; advance information\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òkwà\":[{\"word\":\"òkwà\",\"wordClass\":\"NNC\",\"definitions\":[\"(-kwà 4. blow (pipe), sing)\",\"francolin; bushfowl\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òkwù\":[{\"word\":\"òkwù\",\"wordClass\":\"NNC\",\"definitions\":[\"friend (good or bad sense)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọkwụ(chi)\":[{\"word\":\"ọkwụ(chi)\",\"wordClass\":\"\",\"definitions\":[\"see okwu(chi)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọkwùlù oyìbo\":[{\"word\":\"ọkwùlù oyìbo\",\"wordClass\":\"NNC\",\"definitions\":[\"pawpaw; papaya\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọkwùlù\"]}],\"ọkwùlù\":[{\"word\":\"ọkwùlù\",\"wordClass\":\"NNC\",\"definitions\":[\"okra; okro (Abelmoschus esculentus Linn.)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọlà\":[{\"word\":\"ọlà\",\"wordClass\":\"NNC\",\"definitions\":[\"staleness, as of food left overnight\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òla\":[{\"word\":\"òla\",\"wordClass\":\"NNC\",\"definitions\":[\"slap on the face\"],\"examples\":[],\"variations\":[\"ùla\"],\"stems\":null}],\"òlaka mmanya\":[{\"word\":\"òlaka mmanya\",\"wordClass\":\"NNC\",\"definitions\":[\"drunkard\"],\"examples\":[],\"variations\":[],\"stems\":[\"òlaka\"]}],\"òlaka\":[{\"word\":\"òlaka\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òla ǹjùnà\":[{\"word\":\"òla ǹjùnà\",\"wordClass\":\"NNC\",\"definitions\":[\"herb, Aspilia africana (Pers. C.D. Adams), used to treat slight bruises or injuries\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-pùkwu òlịlī\":[{\"word\":\"-pùkwu òlịlī\",\"wordClass\":\"AV\",\"definitions\":[\"go out for a stroll in direction of friend(s); go out and visit; call upon\"],\"examples\":[],\"variations\":[],\"stems\":[\"òlịlịī\",\"-pù\"]}],\"-pù òlịlī\":[{\"word\":\"-pù òlịlī\",\"wordClass\":\"AV\",\"definitions\":[\"go out for a stroll; go out to another house to stay and play with friends there (usually of children)\"],\"examples\":[],\"variations\":[],\"stems\":[\"òlịlịī\",\"-pù\"]}],\"òlịlịī\":[{\"word\":\"òlịlịī\",\"wordClass\":\"NNC\",\"definitions\":[\"stroll\"],\"examples\":[],\"variations\":[\"òlịlī\"],\"stems\":null}],\"ụkwụ ọlọgbà\":[{\"word\":\"ụkwụ ọlọgbà\",\"wordClass\":\"NNC\",\"definitions\":[\"crooked, knock-kneed legs; \\\"K-legs\\\"\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọlọgbà\"]}],\"ọlọgbà\":[{\"word\":\"ọlọgbà\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-repù n’ọlụ\":[{\"word\":\"-repù n’ọlụ\",\"wordClass\":\"NNC\",\"definitions\":[\"leave, abandon work stealthily or unnoticed, unannounced\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọlụ\"]}],\"ụgwọ ọlū\":[{\"word\":\"ụgwọ ọlū\",\"wordClass\":\"NNC\",\"definitions\":[\"wages; salary; payment for work done\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọlụ\",\"ụgwō\"]}],\"ụnò ọlū\":[{\"word\":\"ụnò ọlū\",\"wordClass\":\"NNC\",\"definitions\":[\"office; department; workshop\"],\"examples\":[{\"igbo\":\"Nwaàmàlùbịa èjebego ụnò ọlū\",\"english\":\"Nwaamalụbịa has gone to the office, workshop\"}],\"variations\":[],\"stems\":[\"ọlụ\",\"ụnò\"]}],\"òlùkpù\":[{\"word\":\"òlùkpù\",\"wordClass\":\"NNC\",\"definitions\":[\"blackened teeth\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òlùkpùlù\":[{\"word\":\"òlùkpùlù\",\"wordClass\":\"NNC\",\"definitions\":[\"septic mouth (common in neglected children); cancrum oris\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọlụsị\":[{\"word\":\"ọlụsị\",\"wordClass\":\"NNC\",\"definitions\":[\"deformity; crippled or maimed state\"],\"examples\":[{\"igbo\":\"Àdâ nwèlù ọlụsị\",\"english\":\"Ada is deformed\"}],\"variations\":[],\"stems\":null}],\"ọm!\":[{\"word\":\"ọm!\",\"wordClass\":\"INTJ\",\"definitions\":[\"salutation of respect to an old man (especially a pagan)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọmalịcha\":[{\"word\":\"ọmalịcha\",\"wordClass\":\"NNC\",\"definitions\":[\"beautiful; fine; admirable; pleasing; nice\"],\"examples\":[{\"igbo\":\"Nnā āyī zùtààlù m òfu ọmalịcha àkpà n’Ònìchà\",\"english\":\"Our father bought for me a beautiful bag from Onitsha\"}],\"variations\":[],\"stems\":[\"ọma\"]}],\"ọnòdù ọma\":[{\"word\":\"ọnòdù ọma\",\"wordClass\":\"NNC\",\"definitions\":[\"good condition\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọma\",\"ọnòdù\"]}],\"ụkwụ ọma\":[{\"word\":\"ụkwụ ọma\",\"wordClass\":\"NNC\",\"definitions\":[\"arriving and meeting with luck; encountering luck at arrival (e.g. meeting a friend at table on arrival at his house)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọma\",\"ụkwụ\"]}],\"ùtụtù ọma\":[{\"word\":\"ùtụtù ọma\",\"wordClass\":\"NNC\",\"definitions\":[\"fine morning\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọma\",\"ùtụtù\"]}],\"ọma\":[{\"word\":\"ọma\",\"wordClass\":\"NNC\",\"definitions\":[\"good; fine; pleasing; nice; beautiful\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọmà\":[{\"word\":\"ọmà\",\"wordClass\":\"NNC\",\"definitions\":[\"embrace\",\"deity worshipped by all members of a community together\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òmà\":[{\"word\":\"òmà\",\"wordClass\":\"NNC\",\"definitions\":[\"tree used to make drums (Cordia millenii Bak.)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òmị\":[{\"word\":\"òmị\",\"wordClass\":\"\",\"definitions\":[\"see ùmị\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọmìikō\":[{\"word\":\"ọmìikō\",\"wordClass\":\"NNC\",\"definitions\":[\"lowliness; sweetness; mercy; pity; compassion\"],\"examples\":[{\"igbo\":\"Nnā ānyî nwèlù ọmìikō\",\"english\":\"Father is merciful\"},{\"igbo\":\"Bikō mèelụ m ọmìikō\",\"english\":\"Please have compassion on me\"}],\"variations\":[\"òmịkō\"],\"stems\":null}],\"òmòdì\":[{\"word\":\"òmòdì\",\"wordClass\":\"NNC\",\"definitions\":[\"title; respectful form of address to men in general\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọmụ\":[{\"word\":\"ọmụ\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọmū\":[{\"word\":\"ọmū\",\"wordClass\":\"NNC\",\"definitions\":[\"cave in rock\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-gba òmụ\":[{\"word\":\"-gba òmụ\",\"wordClass\":\"NNC\",\"definitions\":[\"tie young palm-fronds round an object, e.g. tree (for taboo purposes)\"],\"examples\":[],\"variations\":[],\"stems\":[\"òmụ\"]}],\"òmụ\":[{\"word\":\"òmụ\",\"wordClass\":\"NNC\",\"definitions\":[\"young palm-fronds; central spike of young raphia or oil palm (See Anyanwu, C.N. 'The uses of the ọmụ in Igbo culture'. Odenigbo 2.42-6, 1977)\",\"gunflint\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"Òmụ\":[{\"word\":\"Òmụ\",\"wordClass\":\"NNP\",\"definitions\":[\"title for chief woman of a place\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òmù\":[{\"word\":\"òmù\",\"wordClass\":\"NNC\",\"definitions\":[\"current (of a river)\"],\"examples\":[],\"variations\":[\"òmùmù\"],\"stems\":null}],\"òmùlùnwa\":[{\"word\":\"òmùlùnwa\",\"wordClass\":\"NNC\",\"definitions\":[\"interest\"],\"examples\":[{\"igbo\":\"Jèe kwùa òmùlùnwa n’isi egō\",\"english\":\"Go and pay the interest on the principal\"}],\"variations\":[],\"stems\":null}],\"ùme òmùmù\":[{\"word\":\"ùme òmùmù\",\"wordClass\":\"NNC\",\"definitions\":[\"frequent loss of new-born children\"],\"examples\":[],\"variations\":[],\"stems\":[\"òmùmù\"]}],\"ọnà ọcha nà ọnā èdò\":[{\"word\":\"ọnà ọcha nà ọnā èdò\",\"wordClass\":\"NNC\",\"definitions\":[\"silver and gold\",\"(fig.) beautiful luxuries\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnà\"]}],\"ọnà\":[{\"word\":\"ọnà\",\"wordClass\":\"NNC\",\"definitions\":[\"brass; copper; any bright metal\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ònà\":[{\"word\":\"ònà\",\"wordClass\":\"NNC\",\"definitions\":[\"yam with large trifoliate leaves (Dioscorea dumetorum (Kunth) Pax. = Yoruba èsịrị)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ànị Ònìchà\":[{\"word\":\"ànị Ònìchà\",\"wordClass\":\"NNC\",\"definitions\":[\"secret place worshipped by Ọnịcha people\"],\"examples\":[],\"variations\":[],\"stems\":[\"Ònìchà\"]}],\"otu Ònìchà\":[{\"word\":\"otu Ònìchà\",\"wordClass\":\"NNC\",\"definitions\":[\"Onitsha town\"],\"examples\":[],\"variations\":[],\"stems\":[\"Ònìchà\"]}],\"Ònìchà\":[{\"word\":\"Ònìchà\",\"wordClass\":\"NNC\",\"definitions\":[\"Onitsha\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ajō ònòdù\":[{\"word\":\"ajō ònòdù\",\"wordClass\":\"NNC\",\"definitions\":[\"position of danger or inconvenience to a person or thing occupied by another. The person occupying the position is himself not necessarily in danger but his being so close to the other is a threat to security or convenience of the aggrived person he is so close to\",\"careless, indecent, or immodest way of sitting (usually of women)\",\"bad conditions, state (poverty, etc.), of person who has not been in that position before\"],\"examples\":[{\"igbo\":\"Ị nò m ajō ònòdù\",\"english\":\"Your staying so close to me inconveniences me, or is a threat to my security\"},{\"igbo\":\"Ụmū Mbà nwaànyì àna-anòka ajọ ọnòdù n’ikpo mmadù\",\"english\":\"Mba's daughters are very fond of sitting carelessly, immodestly, in the midst of people\"},{\"igbo\":\"A nò m n’ajō ònòdù\",\"english\":\"I am in a precarious position\"}],\"variations\":[],\"stems\":[\"ọnòdù\"]}],\"ajọ ònòdù\":[{\"word\":\"ajọ ònòdù\",\"wordClass\":\"NNC\",\"definitions\":[\"position of danger or inconvenience to a person or thing occupied by another. The person occupying the position is himself not necessarily in danger but his being so close to the other is a threat to security or convenience of the aggrived person he is so close to\",\"careless, indecent, or immodest way of sitting (usually of women)\",\"bad conditions, state (poverty, etc.), of person who has not been in that position before\"],\"examples\":[{\"igbo\":\"Ị nò m ajō ònòdù\",\"english\":\"Your staying so close to me inconveniences me, or is a threat to my security\"},{\"igbo\":\"Ụmū Mbà nwaànyì àna-anòka ajọ ọnòdù n’ikpo mmadù\",\"english\":\"Mba's daughters are very fond of sitting carelessly, immodestly, in the midst of people\"},{\"igbo\":\"A nò m n’ajō ònòdù\",\"english\":\"I am in a precarious position\"}],\"variations\":[],\"stems\":[\"ọnòdù\"]}],\"n’ọnòdù\":[{\"word\":\"n’ọnòdù\",\"wordClass\":\"NNC\",\"definitions\":[\"instead of; in place of; in the position of\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnòdù\"]}],\"-zọ ọnòdù\":[{\"word\":\"-zọ ọnòdù\",\"wordClass\":\"AV\",\"definitions\":[\"contest for a seat, position, post\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnòdù\",\"-zọ\"]}],\"ọnòdù\":[{\"word\":\"ọnòdù\",\"wordClass\":\"NNC\",\"definitions\":[\"seat; sitting; condition; state\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ònòkò\":[{\"word\":\"ònòkò\",\"wordClass\":\"NNC\",\"definitions\":[\"torch; firebrand; ember; half-burnt piece of wood\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọnọnọ\":[{\"word\":\"ọnọnọ\",\"wordClass\":\"NNC\",\"definitions\":[\"fish (Gymnarchus niloticus) (= asa)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọnònọō\":[{\"word\":\"ọnònọō\",\"wordClass\":\"NNC\",\"definitions\":[\"tree with edible brown fruits, used to sweeten wine\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọnụ mīli\":[{\"word\":\"ọnụ mīli\",\"wordClass\":\"NNC\",\"definitions\":[\"spittle; saliva (compare asọ)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnū\"]}],\"ọnụ ǹdè\":[{\"word\":\"ọnụ ǹdè\",\"wordClass\":\"NNC\",\"definitions\":[\"having a sweet tooth\",\"(= idè ọnū) impossible request, sometimes used as a pretext for breaking off a relationship trying something on\"],\"examples\":[{\"igbo\":\"Òkeēke anā-àchọrọ ọnụ ǹdè\",\"english\":\"Okeeke doesn’t like people\"}],\"variations\":[],\"stems\":[\"ọnū\"]}],\"ọnụ ūtọ\":[{\"word\":\"ọnụ ūtọ\",\"wordClass\":\"NNC\",\"definitions\":[\"having a sweet tooth\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnū\"]}],\"ọnụ ụzò\":[{\"word\":\"ọnụ ụzò\",\"wordClass\":\"NNC\",\"definitions\":[\"doorway; door; gate; gateway\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnū\"]}],\"ọnụ ụzō īlo\":[{\"word\":\"ọnụ ụzō īlo\",\"wordClass\":\"NNC\",\"definitions\":[\"gate; gateway; main compound door\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnū\"]}],\"-bụ ọnụ mīli\":[{\"word\":\"-bụ ọnụ mīli\",\"wordClass\":\"NNC\",\"definitions\":[\"spit\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnū\"]}],\"-bụsa ọnụ mīli\":[{\"word\":\"-bụsa ọnụ mīli\",\"wordClass\":\"NNC\",\"definitions\":[\"spit on\"],\"examples\":[{\"igbo\":\"Abūsana m ọnụ mīli\",\"english\":\"Do not spit on me\"}],\"variations\":[],\"stems\":[\"ọnū\"]}],\"-gbụ ọnụ mīli\":[{\"word\":\"-gbụ ọnụ mīli\",\"wordClass\":\"NNC\",\"definitions\":[\"spit\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnū\"]}],\"idè ọnū\":[{\"word\":\"idè ọnū\",\"wordClass\":\"NNC\",\"definitions\":[\"see ọnụ ǹdè\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnū\"]}],\"-jụ ọnū\":[{\"word\":\"-jụ ọnū\",\"wordClass\":\"NNC\",\"definitions\":[\"draw someone out to gain information\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnū\"]}],\"-kpùchi ọnū\":[{\"word\":\"-kpùchi ọnū\",\"wordClass\":\"NNC\",\"definitions\":[\"hush; shut one's mouth\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnū\"]}],\"-kpù n’ọnū\":[{\"word\":\"-kpù n’ọnū\",\"wordClass\":\"NNC\",\"definitions\":[\"carry in the mouth\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnū\"]}],\"ǹju ọnū\":[{\"word\":\"ǹju ọnū\",\"wordClass\":\"NNC\",\"definitions\":[\"mouthful\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnū\"]}],\"-susù ọnū\":[{\"word\":\"-susù ọnū\",\"wordClass\":\"AV\",\"definitions\":[\"kiss\"],\"examples\":[{\"igbo\":\"Ọjì nà-èsusù nwụnyè ya ọnū\",\"english\":\"Ọjị is kissing his wife\"}],\"variations\":[],\"stems\":[\"ọnū\",\"-su\"]}],\"-yàtọ ọnū\":[{\"word\":\"-yàtọ ọnū\",\"wordClass\":\"NNC\",\"definitions\":[\"open mouth forcibly\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnū\"]}],\"myàtọ ọnū\":[{\"word\":\"myàtọ ọnū\",\"wordClass\":\"AV\",\"definitions\":[\"opening of mouth forcibly, especially of another person or animal; (fig.) abusing someone by saying he is talking nonsense\",\"hole; opening; cave; den\",\"opening of mouth forcibly, especially of another person or animal (abusing the speaker)\"],\"examples\":[{\"igbo\":\"Òkê nò n’ime ọnū\",\"english\":\"The rat is in the hole, or There is a rat in the hole\"}],\"variations\":[],\"stems\":[\"ọnū\",\"-yà-tọ\"]}],\"-kwuchi ọnū\":[{\"word\":\"-kwuchi ọnū\",\"wordClass\":\"NNC\",\"definitions\":[\"cover, plug hole, opening\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnū\"]}],\"-tù ọnū\":[{\"word\":\"-tù ọnū\",\"wordClass\":\"AV\",\"definitions\":[\"boast; bluff\",\"boast; \\\"bluff\\\"\",\"burrow\",\"wish bad luck\"],\"examples\":[{\"igbo\":\"Òke nà-atù ọnū n’ànì ụnò\",\"english\":\"A rat is burrowing in the floor of the house\"}],\"variations\":[],\"stems\":[\"ọnū\",\"-tù\"]}],\"-wo ọnū\":[{\"word\":\"-wo ọnū\",\"wordClass\":\"AV\",\"definitions\":[\"dig hole (already existing, e.g. rat-hole); excavate\",\"speech (including special kinds, such as asking price or counting)\"],\"examples\":[{\"igbo\":\"A nà m èwo ōnụ ōke\",\"english\":\"I am probing, poking, or digging a rat- hole (with the intention of catching the rat)\"}],\"variations\":[],\"stems\":[\"ọnū\",\"-wo\"]}],\"ọnụ ànì\":[{\"word\":\"ọnụ ànì\",\"wordClass\":\"NNC\",\"definitions\":[\"low price; cheapness\"],\"examples\":[{\"igbo\":\"Àfè afù dì ọnụ ànì\",\"english\":\"That gown is cheap\"}],\"variations\":[],\"stems\":[\"ọnū\"]}],\"ọnụ ikē\":[{\"word\":\"ọnụ ikē\",\"wordClass\":\"NNC\",\"definitions\":[\"expensive\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnū\"]}],\"(ọnū) -kpà\":[{\"word\":\"(ọnū) -kpà\",\"wordClass\":\"NNC\",\"definitions\":[\"be speechless; be unable to speak much, or to speak at all (not pathological, but psychological and/or emotional, disability) be dumbfounded\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnū\"]}],\"ọnụ mmīli okwū\":[{\"word\":\"ọnụ mmīli okwū\",\"wordClass\":\"NNC\",\"definitions\":[\"(fig.) word; sentence; very short speech\"],\"examples\":[{\"igbo\":\"Achòlù m itīnye sòọsò òfu ọnụ mmīli okwū\",\"english\":\"I want to add only a sentence, word, or I want to speak only very briefly\"}],\"variations\":[],\"stems\":[\"ọnū\"]}],\"ọnụ nā-ekwulu\":[{\"word\":\"ọnụ nā-ekwulu\",\"wordClass\":\"NNC\",\"definitions\":[\"advocate; spokesman\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnū\"]}],\"(òrà)\":[{\"word\":\"(òrà)\",\"wordClass\":\"NNC\",\"definitions\":[],\"examples\":[{\"igbo\":\"Ndù bù ọnụ nā-ekwulu ānyị\",\"english\":\"Ndụ is our spokesman\"}],\"variations\":[],\"stems\":[\"ọnū\"]}],\"ọnụ okwū\":[{\"word\":\"ọnụ okwū\",\"wordClass\":\"NNC\",\"definitions\":[\"eloquent; eloquence\"],\"examples\":[{\"igbo\":\"Ilô nwèlù ọnụ okwū\",\"english\":\"Ilo is eloquent\"}],\"variations\":[],\"stems\":[\"ọnū\"]}],\"ọnụ ọgū\":[{\"word\":\"ọnụ ọgū\",\"wordClass\":\"NNC\",\"definitions\":[\"number; numeral; total; sum\"],\"examples\":[{\"igbo\":\"Achòlù m ịmā ọnụ ọgū ụkpā dī n’ime àkpà\",\"english\":\"I want to know the number of \\\"walnuts\\\" in the bag\"},{\"igbo\":\"Anà m amùba ụmù akā ọnụ ọgū\",\"english\":\"I am teaching the children the numerals\"}],\"variations\":[],\"stems\":[\"ọnū\"]}],\"ọnụ ọma\":[{\"word\":\"ọnụ ọma\",\"wordClass\":\"NNC\",\"definitions\":[\"politeness\"],\"examples\":[{\"igbo\":\"Ikê nwèlù ọnụ ọma\",\"english\":\"Ike is polite\"}],\"variations\":[],\"stems\":[\"ọnū\"]}],\"-gala ọnū\":[{\"word\":\"-gala ọnū\",\"wordClass\":\"NNC\",\"definitions\":[\"be dear\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnū\"]}],\"-kpà ọnū\":[{\"word\":\"-kpà ọnū\",\"wordClass\":\"NNC\",\"definitions\":[\"render speechless; leave one dumbfounded\"],\"examples\":[{\"igbo\":\"Òmùme ifelē Ilo nà-èmê kpàlù m ọnū ogē m jèlù ikènè nnà ya\",\"english\":\"Ilo's shameful behaviour when I went to greet his father left me dumbfounded\"}],\"variations\":[],\"stems\":[\"ọnū\"]}],\"-kpù okwu n’ọnū\":[{\"word\":\"-kpù okwu n’ọnū\",\"wordClass\":\"NNC\",\"definitions\":[\"be still speaking; be speaking (e.g. in contribution to debate or speeches during meeting)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnū\"]}],\"-kwe ọnū\":[{\"word\":\"-kwe ọnū\",\"wordClass\":\"NNC\",\"definitions\":[\"offer price; bargain\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnū\"]}],\"onye ọnụ okwū\":[{\"word\":\"onye ọnụ okwū\",\"wordClass\":\"NNC\",\"definitions\":[\"mouthpiece\"],\"examples\":[{\"igbo\":\"Ọō ya bū onye ọnụ okwū anyị\",\"english\":\"He is our mouthpiece\"}],\"variations\":[],\"stems\":[\"ọnū\"]}],\"-rù ọnū\":[{\"word\":\"-rù ọnū\",\"wordClass\":\"AV\",\"definitions\":[\"price; name a price for\",\"chatter with cold (of teeth)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnū\",\"-rù\"]}],\"-sà n’ọnū\":[{\"word\":\"-sà n’ọnū\",\"wordClass\":\"AV\",\"definitions\":[\"confess voluntarily to crime, abomination or other bad deeds\",\"confess voluntarily to crime, abomination, or other bad deeds. This is common among habitual criminals and witches who perpetrate their evil deeds in ways that make them difficult or impossible of detection. Examples include those of witches who suck people's blood till the victims are dead, or who fly out at night in the form of spir spirits to visit and kill victims and who sometimes claim to be responsible for grave disasters like fatal accidents, deaths of great men, insanity of student sons/daughters of rivals. Some criminals poison their rivals or their children undetected or practise sorcery on them. These criminal acts can go on till one day a perpetrator suddenly runs amok or begins to behave in a not altogether normal way; this is followed by his/her appeal to people in the surroundings to gather and hear some revelations. This disorderly \\\"news conference\\\" is usually attended by people of all ages with keen interest. The venue is not specially arranged, but the confessor usually sits in front of a house, in a public place like a round-about, market place, or side of a street. The confession usually goes thus \\\"Do you know why it took the son of Mr. X twelve years to accomplish his university course which should normally take only three years? I am the one who kept sucking his brain and seeing to it that he failed his examination each time. I was the one who killed my first daughter last year when she died during labour. I warned Mr. Z not to buy a new car but to try to make his bicycle do. He ignored my warning and bought the car. He did not know he was doomed by doing this. It was on the occasion of the wedding of his sister he got into the car and began to ride to the Church, but on the way I slapped him and pushed his car to make it crash into that bridge near the Church, tumbling into the river. He, his mother-in-law and the new car met their end that fateful morning. My listeners, I hope the event is still fresh in your memories\\\". A confessor is sometimes given a white fowl which she/he holds during the confession. A confessor usually dies soon after the confession, though some survive.\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnū\",\"-sà\"]}],\"-yatọ ọnụ\":[{\"word\":\"-yatọ ọnụ\",\"wordClass\":\"NNC\",\"definitions\":[\"be vulgar in speech\",\"sound\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnū\"]}],\"-ra ọnū\":[{\"word\":\"-ra ọnū\",\"wordClass\":\"AV\",\"definitions\":[\"sound\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnū\",\"-ra\"]}],\"-rụ ọnū\":[{\"word\":\"-rụ ọnū\",\"wordClass\":\"NNC\",\"definitions\":[\"chatter with cold (of teeth)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnū\"]}],\"ọnụ ụgbō\":[{\"word\":\"ọnụ ụgbō\",\"wordClass\":\"NNC\",\"definitions\":[\"bows of a boat\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnū\",\"ụgbọ\"]}],\"-pelụ ọnū\":[{\"word\":\"-pelụ ọnū\",\"wordClass\":\"AV\",\"definitions\":[\"be chipped, jagged\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnū\",\"-pe\"]}],\"-bikọ ọnū\":[{\"word\":\"-bikọ ọnū\",\"wordClass\":\"NNC\",\"definitions\":[\"live together\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnū\"]}],\"-dàkọ ọnū\":[{\"word\":\"-dàkọ ọnū\",\"wordClass\":\"NNC\",\"definitions\":[\"coincide; be in harmony\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnū\"]}],\"-kpokọbà ọnū\":[{\"word\":\"-kpokọbà ọnū\",\"wordClass\":\"NNC\",\"definitions\":[\"gather together; collect\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnū\"]}],\"-rà ọnū\":[{\"word\":\"-rà ọnū\",\"wordClass\":\"AV\",\"definitions\":[\"be equal\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnū\",\"-rà\"]}],\"-zù ọnū\":[{\"word\":\"-zù ọnū\",\"wordClass\":\"AV\",\"definitions\":[\"be complete, enough, to go round\",\"be complete; be enough to go round\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnū\",\"-zù\"]}],\"ọnū\":[{\"word\":\"ọnū\",\"wordClass\":\"NNC\",\"definitions\":[\"mouth\",\"(compare ọnụnụ) edge\",\"togetherness\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ònù\":[{\"word\":\"ònù\",\"wordClass\":\"NNC\",\"definitions\":[\"African mahogany (Khaya grandifolia DC and/or K. senegalensis A. Juss.?)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọnụkū\":[{\"word\":\"ọnụkū\",\"wordClass\":\"NNC\",\"definitions\":[\"(extended) family, on both male and female side\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọnụma\":[{\"word\":\"ọnụma\",\"wordClass\":\"NNC\",\"definitions\":[\"family\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"onye ònùmà\":[{\"word\":\"onye ònùmà\",\"wordClass\":\"NNC\",\"definitions\":[\"hot-tempered person\"],\"examples\":[],\"variations\":[],\"stems\":[\"ònùmà\"]}],\"ọnụnụ alā\":[{\"word\":\"ọnụnụ alā\",\"wordClass\":\"NNC\",\"definitions\":[\"nipple\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnụnụ\"]}],\"ọnụnụ\":[{\"word\":\"ọnụnụ\",\"wordClass\":\"NNC\",\"definitions\":[\"(compare ọnū 2.) tip; point; edge\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ònùnù\":[{\"word\":\"ònùnù\",\"wordClass\":\"NNC\",\"definitions\":[\"gall; bile; bitterness (literally and fig.) great anger\",\"small bottle-shaped calabash used as powder flask\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ọnwa āsatō\":[{\"word\":\"ọnwa āsatō\",\"wordClass\":\"NNC\",\"definitions\":[\"eighth month\"],\"examples\":[],\"variations\":[\"āsatọ\"],\"stems\":[\"ọnwa\"]}],\"ọnwa ndozù\":[{\"word\":\"ọnwa ndozù\",\"wordClass\":\"NNC\",\"definitions\":[\"full month\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnwa\"]}],\"ụgwọ ọnwā\":[{\"word\":\"ụgwọ ọnwā\",\"wordClass\":\"NNC\",\"definitions\":[\"(monthly) salary\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnwa\"]}],\"ọnwa\":[{\"word\":\"ọnwa\",\"wordClass\":\"NNC\",\"definitions\":[\"moon; month\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-nye ọnwò\":[{\"word\":\"-nye ọnwò\",\"wordClass\":\"NNC\",\"definitions\":[\"give some;\"],\"examples\":[{\"igbo\":\"Nye m ọnwò\",\"english\":\"Give me some\"}],\"variations\":[],\"stems\":[\"ọnwò\"]}],\"ọnwò\":[{\"word\":\"ọnwò\",\"wordClass\":\"NNC\",\"definitions\":[\"some\"],\"examples\":[],\"variations\":[\"ọnwà\"],\"stems\":null}],\"ọnwụ ọjọō\":[{\"word\":\"ọnwụ ọjọō\",\"wordClass\":\"NNC\",\"definitions\":[\"bad death, i.e. a premature death by accident, suicide, certain diseases or childbirth, which causes one to become ekwensu\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnwụ\"]}],\"-nwụ ọnwụ\":[{\"word\":\"-nwụ ọnwụ\",\"wordClass\":\"NNC\",\"definitions\":[\"die\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnwụ\"]}],\"-nwụ ọnwụ ikē\":[{\"word\":\"-nwụ ọnwụ ikē\",\"wordClass\":\"NNC\",\"definitions\":[\"die tragic death, or in an accident\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnwụ\"]}],\"-si ọnwụ\":[{\"word\":\"-si ọnwụ\",\"wordClass\":\"AV\",\"definitions\":[\"persist; be obstinate in desperation or in last desperate effort (by sufferer) before or to prevent death\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnwụ\",\"-si\"]}],\"ọnwụ\":[{\"word\":\"ọnwụ\",\"wordClass\":\"NNC\",\"definitions\":[\"death (from -nwụ 1. die)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọnya\":[{\"word\":\"ọnya\",\"wordClass\":\"NNC\",\"definitions\":[\"sore; ulcer\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"(ọnyà) -ma\":[{\"word\":\"(ọnyà) -ma\",\"wordClass\":\"NNC\",\"definitions\":[\"trap, catch (of trap)\"],\"examples\":[{\"igbo\":\"Ọnyà m màlù ewī\",\"english\":\"My trap caught a giant rat\"}],\"variations\":[],\"stems\":[\"ọnyà\"]}],\"ọnyà mkpàkànà\":[{\"word\":\"ọnyà mkpàkànà\",\"wordClass\":\"NNC\",\"definitions\":[\"steel trap\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnyà\"]}],\"ọnyā ūdudo\":[{\"word\":\"ọnyā ūdudo\",\"wordClass\":\"NNC\",\"definitions\":[\"spider's web\",\"spider's web (literally spider's trap)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnyà\",\"ùdudō\"]}],\"-si ọnyà\":[{\"word\":\"-si ọnyà\",\"wordClass\":\"AV\",\"definitions\":[\"set trap\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọnyà\",\"-si\"]}],\"ọnyà\":[{\"word\":\"ọnyà\",\"wordClass\":\"NNC\",\"definitions\":[\"spring trap; snare\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ònyì\":[{\"word\":\"ònyì\",\"wordClass\":\"NNC\",\"definitions\":[\"dysentery (compare òtòlò)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọŋù\":[{\"word\":\"ọŋù\",\"wordClass\":\"NNC\",\"definitions\":[\"exultation; joy; rejoicing over\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọò\":[{\"word\":\"ọò\",\"wordClass\":\"NNC\",\"definitions\":[\"short form of ọ bù, it is\"],\"examples\":[{\"igbo\":\"Ònye nà-àbịa? ọò (or ọō) Chiìmà\",\"english\":\"Who is approaching? It is Chiima.\"}],\"variations\":[\"ọō\"],\"stems\":[\"òŋụŋụ\"]}],\"òọ\":[{\"word\":\"òọ\",\"wordClass\":\"NNC\",\"definitions\":[\"short form of ò bù? is he? is it?\"],\"examples\":[{\"igbo\":\"Òọ ala?\",\"english\":\"Is it madness? or, Are you going mad? (= ò bù ala?)\"},{\"igbo\":\"Òò gî kwèsìlì ịbīa?\",\"english\":\"Is it you who is supposed to come? (= ò bù gî ...)\"}],\"variations\":[\"òò?\"],\"stems\":[\"òŋụŋụ\"]}],\"òpàpa\":[{\"word\":\"òpàpa\",\"wordClass\":\"NNC\",\"definitions\":[\"groundnut (compare òkpà)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òpìà\":[{\"word\":\"òpìà\",\"wordClass\":\"NNC\",\"definitions\":[\"matchet; sword; large knife\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òpịrìma\":[{\"word\":\"òpịrìma\",\"wordClass\":\"NNC\",\"definitions\":[\"plantain (compare ojokō)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òpòtòpòtò\":[{\"word\":\"òpòtòpòtò\",\"wordClass\":\"\",\"definitions\":[\"see pòtòpòtò\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òra\":[{\"word\":\"òra\",\"wordClass\":\"NNC\",\"definitions\":[\"physical health\",\"tree whose leaves are used for soup, sometimes sacred in some places; one of the trees planted to represent one's Chi\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òra bīalụ ijè\":[{\"word\":\"òra bīalụ ijè\",\"wordClass\":\"NNC\",\"definitions\":[\"the guests, visitors (who have travelled a long distance)\"],\"examples\":[{\"igbo\":\"Òra bīalụ ijè, ǹnọò!\",\"english\":\"Welcome, visitors (guests)!\"}],\"variations\":[],\"stems\":[\"òrà\"]}],\"òra mmādù\":[{\"word\":\"òra mmādù\",\"wordClass\":\"NNC\",\"definitions\":[\"the populace, public\"],\"examples\":[],\"variations\":[],\"stems\":[\"òrà\"]}],\"òra òkwùtè\":[{\"word\":\"òra òkwùtè\",\"wordClass\":\"NNC\",\"definitions\":[\"secret inner council of the incarnate dead, of Igala origin (Henderson 197288)\"],\"examples\":[],\"variations\":[],\"stems\":[\"òrà\"]}],\"onye òrà\":[{\"word\":\"onye òrà\",\"wordClass\":\"NNC\",\"definitions\":[\"stranger; guest; visitor (= onye ọbìà)\"],\"examples\":[],\"variations\":[],\"stems\":[\"òrà\"]}],\"òrà\":[{\"word\":\"òrà\",\"wordClass\":\"NNC\",\"definitions\":[\"everybody; the public; force of public opinion\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òrachi\":[{\"word\":\"òrachi\",\"wordClass\":\"NNC\",\"definitions\":[\"sasswood tree (very poisonous) (Erythrophleum guineense G. Don)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òròwù\":[{\"word\":\"òròwù\",\"wordClass\":\"NNC\",\"definitions\":[\"fish (Labeo coubie and Barbus occidentalis)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọrụ\":[{\"word\":\"ọrụ\",\"wordClass\":\"NNC\",\"definitions\":[\"vulva; vagina (compare ọtù); may sometimes loosely include the anus, when it may be called ọrụ nsị, but strictly the former\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òsa\":[{\"word\":\"òsa\",\"wordClass\":\"NNC\",\"definitions\":[\"small squirrel (Yoruba òkèrè); compare uzè\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òsè kpaàkpaà\":[{\"word\":\"òsè kpaàkpaà\",\"wordClass\":\"\",\"definitions\":[\"see òsè kpaàkpaà\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọsìsì\":[{\"word\":\"ọsìsì\",\"wordClass\":\"NNC\",\"definitions\":[\"long, elaborately carved rod used by chiefs in title-taking\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kpo ọsọ\":[{\"word\":\"-kpo ọsọ\",\"wordClass\":\"NNC\",\"definitions\":[\"rush; run quickly (literally collect running)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọsọ\"]}],\"-kpolụ ọsọ\":[{\"word\":\"-kpolụ ọsọ\",\"wordClass\":\"NNC\",\"definitions\":[\"run quickly; rush\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọsọ\"]}],\"ọsọōsọ\":[{\"word\":\"ọsọōsọ\",\"wordClass\":\"NNC\",\"definitions\":[\"quickly\"],\"examples\":[{\"igbo\":\"Achòlù m kà ị lụa ọlụ afù ọsọōsọ\",\"english\":\"I want you to do that work quickly\"}],\"variations\":[\"ọsịīsọ\"],\"stems\":[\"ọsọ\"]}],\"-tipù ọsọ\":[{\"word\":\"-tipù ọsọ\",\"wordClass\":\"AV\",\"definitions\":[\"take to one's heels; rush away, off\"],\"examples\":[{\"igbo\":\"Wèlụ ọsō bìa fū m anya\",\"english\":\"Come and see me very quickly. (Lit. come and see me with running)\"},{\"igbo\":\"Ogè ndi orī nā-atọ jī n’ọbā fūlụ anyị fà tipù ọsō\",\"english\":\"When the thieves who were removing yams from the barn saw us, they took to their heels\"}],\"variations\":[],\"stems\":[\"ọsọ\",\"-ti\"]}],\"-wèlụ ọsō\":[{\"word\":\"-wèlụ ọsō\",\"wordClass\":\"NNC\",\"definitions\":[\"hurry; hasten; run\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọsọ\"]}],\"wèlụ ọsō wèlụ ijè\":[{\"word\":\"wèlụ ọsō wèlụ ijè\",\"wordClass\":\"NNC\",\"definitions\":[\"come very quickly; come in extreme hurry; come in response to SOS call; come with great speed; speedily (literally take running, take walking)\"],\"examples\":[{\"igbo\":\"Gwa yā nya wèlụ ọsō wèlụ ijè bìa fū m anya nà mmilī àmaa nwokè\",\"english\":\"Tell him to come and see me very quickly because I'm really in a tight spot\"}],\"variations\":[],\"stems\":[\"ọsọ\"]}],\"-wù ọsọ\":[{\"word\":\"-wù ọsọ\",\"wordClass\":\"AV\",\"definitions\":[\"race\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọsọ\",\"-wù\"]}],\"ọsọ\":[{\"word\":\"ọsọ\",\"wordClass\":\"NNC\",\"definitions\":[\"running; race; haste; speed\"],\"examples\":[{\"igbo\":\"Mèe ife ōbụna ị nà-ème ọsō\",\"english\":\"Do whatever you are doing quickly\"}],\"variations\":[],\"stems\":null}],\"ọsò\":[{\"word\":\"ọsò\",\"wordClass\":\"NNC\",\"definitions\":[\"\\\"hiss\\\"; sound (of contempt) made by sucking teeth\",\"kind of children’s sickness causing distension of abdomen\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òsọ\":[{\"word\":\"òsọ\",\"wordClass\":\"NNC\",\"definitions\":[\"runaway; wanderer; fugitive\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òsọōkwuùkwuù\":[{\"word\":\"òsọōkwuùkwuù\",\"wordClass\":\"NNC\",\"definitions\":[\"awkwardness; uncounthness (as result of shyness or inexperience) (-sọ kwuùkwuù behave stupidly)\"],\"examples\":[{\"igbo\":\"Ọsọōkwuùkwuù jì ya ogè ọ bàtàlù n’ebe nà-àgba egwū\",\"english\":\"Awkwardness seized him when he entered the dancing floor\"}],\"variations\":[],\"stems\":null}],\"òsụkwū\":[{\"word\":\"òsụkwū\",\"wordClass\":\"NNC\",\"definitions\":[\"variety of oilpalm which yields oil well\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"(òsụsọō) -su\":[{\"word\":\"(òsụsọō) -su\",\"wordClass\":\"NNC\",\"definitions\":[\"perspire; sweat\"],\"examples\":[{\"igbo\":\"Òsụsọō nà-èsu m\",\"english\":\"I am perspiring, sweating\"}],\"variations\":[],\"stems\":[\"òsụsọō\"]}],\"òsụsọō\":[{\"word\":\"òsụsọō\",\"wordClass\":\"NNC\",\"definitions\":[\"sweat; perspiration\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọta\":[{\"word\":\"ọta\",\"wordClass\":\"NNC\",\"definitions\":[\"shield\"],\"examples\":[{\"igbo\":\"Kraìst bù Ọta m\",\"english\":\"Christ is my shield\"}],\"variations\":[],\"stems\":null}],\"òtà\":[{\"word\":\"òtà\",\"wordClass\":\"NNC\",\"definitions\":[\"kind of native cloth\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọtakwụ\":[{\"word\":\"ọtakwụ\",\"wordClass\":\"NNC\",\"definitions\":[\"deserted house\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òtanjele\":[{\"word\":\"òtanjele\",\"wordClass\":\"NNC\",\"definitions\":[\"galena; bright blue glittering imported hard stone, stocked by merchants originally but retailed by petty women traders or men retailers in small bits, size depending on the worth, used as cosmetic. The chip is crushed on a clean hard surface, usually a stone kept specially for it, and ground to fine powder, and kept in special small containers with a narrow neck, with a stick left inside the container allowing the tip to show over the brim of the container. The woman shakes the container to have the stick properly stained by the powder, then applies a narrow strip of the dark green powder to each of the lower eyelids (&lt; Hausa)\"],\"examples\":[],\"variations\":[\"tanjele\"],\"stems\":null}],\"òtanke\":[{\"word\":\"òtanke\",\"wordClass\":\"NNC\",\"definitions\":[\"spy; scout; private detective (from -ta nke eavesdrop)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òtị\":[{\"word\":\"òtị\",\"wordClass\":\"NNC\",\"definitions\":[\"fat white caterpiller, grub\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọtọ\":[{\"word\":\"ọtọ\",\"wordClass\":\"NNC\",\"definitions\":[\"uprightness; straightness; right; verticality\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-gbaba ọtọ\":[{\"word\":\"-gbaba ọtọ\",\"wordClass\":\"NNC\",\"definitions\":[\"make naked; strip\"],\"examples\":[{\"igbo\":\"Òbî gbàbàlù Ọjì òtọ\",\"english\":\"Obi stripped Ọjị naked\"}],\"variations\":[],\"stems\":[\"òtọ\"]}],\"mgbalụ òtọ\":[{\"word\":\"mgbalụ òtọ\",\"wordClass\":\"NNC\",\"definitions\":[\"state of nakedness, nudity\"],\"examples\":[{\"igbo\":\"Òbî nò nà mgbalụ ōtọ\",\"english\":\"Obi is nude\"}],\"variations\":[],\"stems\":[\"òtọ\"]}],\"òtọ\":[{\"word\":\"òtọ\",\"wordClass\":\"NNC\",\"definitions\":[\"nakedness; nudity; bareness\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òtò\":[{\"word\":\"òtò\",\"wordClass\":\"NNC\",\"definitions\":[\"trodden mud for building\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọtōsị\":[{\"word\":\"ọtōsị\",\"wordClass\":\"NNC\",\"definitions\":[\"bamboo (compare àchàlà)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọtù\":[{\"word\":\"ọtù\",\"wordClass\":\"NNC\",\"definitions\":[\"vulva; vagina (compare ọrụ)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òtụkpà\":[{\"word\":\"òtụkpà\",\"wordClass\":\"NNC\",\"definitions\":[\"grass ridging on a house\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọtụlụ\":[{\"word\":\"ọtụlụ\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òtùlùkpokpo\":[{\"word\":\"òtùlùkpokpo\",\"wordClass\":\"NNC\",\"definitions\":[\"woodpecker (-tù peck + kpokpo the characteristic sound)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òtụtụ\":[{\"word\":\"òtụtụ\",\"wordClass\":\"AV\",\"definitions\":[\"many; various\",\"throwing; casting; hurling; flinging\"],\"examples\":[{\"igbo\":\"Òtụtụ ifē dì n’ime ūla\",\"english\":\"Many things are in the bedroom\"},{\"igbo\":\"Mmadù dì òtụtụ nà mbalā\",\"english\":\"There are many people outside\"}],\"variations\":[],\"stems\":[\"-tụ\"]}],\"ọwa\":[{\"word\":\"ọwa\",\"wordClass\":\"NNC\",\"definitions\":[\"torch; tinder (often of palm-branch beaten to fibre)\"],\"examples\":[],\"variations\":[\"ọwala\"],\"stems\":null}],\"òwì\":[{\"word\":\"òwì\",\"wordClass\":\"NNC\",\"definitions\":[\"friend (compare enyì and òyì)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òwì \":[{\"word\":\"òwì \",\"wordClass\":\"NNC\",\"definitions\":[\"field-mouse\"],\"examples\":[],\"variations\":[\"òwù\"],\"stems\":null}],\"òwòlì\":[{\"word\":\"òwòlì\",\"wordClass\":\"NNC\",\"definitions\":[\"open space beside a stream or river\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òwù\":[{\"word\":\"òwù\",\"wordClass\":\"\",\"definitions\":[\"see òwì 2.\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọyà azịza\":[{\"word\":\"ọyà azịza\",\"wordClass\":\"NNC\",\"definitions\":[\"(literally swelling disease) used to describe diseases which are\"],\"examples\":[],\"variations\":[\"ọyā\"],\"stems\":[\"ọyà\"]}],\"ōzịza\":[{\"word\":\"ōzịza\",\"wordClass\":\"NNC\",\"definitions\":[\"characterised by general swellings of parts of the body, like that seen in congestive heart failure, nephritis, advanced anaemia, etc.\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọyà\"]}],\"ọyà mkpụlụ akū\":[{\"word\":\"ọyà mkpụlụ akū\",\"wordClass\":\"NNC\",\"definitions\":[\"disease characterised by growth of kernel-like tumours visible under the skin or really prominent and hard on any part of the body, and diseases characterised by swelling and hardening of the glands of the body, which become hard and prominent and look like kernels (especially the lymphoid glands); may be malignant or non-malignant. This is another example of one of the Igbo methods of disease diagnosis. The disease is diagnosed by symptoms, so that numberless different diseases which appear to show similar signs can be given one name; thus three persons suffering from different diseases may be diagnosed as suffering from the same disease by this diagnostic method\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọyà\"]}],\"ọyà ọcha\":[{\"word\":\"ọyà ọcha\",\"wordClass\":\"NNC\",\"definitions\":[\"leprosy\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọyà\"]}],\"ọyā òmìmì\":[{\"word\":\"ọyā òmìmì\",\"wordClass\":\"NNC\",\"definitions\":[\"rickets\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọyà\"]}],\"-yà ọyà\":[{\"word\":\"-yà ọyà\",\"wordClass\":\"AV\",\"definitions\":[\"suffer illness; be sick; suffer from disease\"],\"examples\":[{\"igbo\":\"Ọ nà-ayā òkpoòmìlì\",\"english\":\"She is suffering from rheumatism\"},{\"igbo\":\"Ọ nà-ayà ọyā ōzịza\",\"english\":\"She is suffering from a swelling disease\"}],\"variations\":[],\"stems\":[\"ọyà\",\"-yà\"]}],\"ọyà\":[{\"word\":\"ọyà\",\"wordClass\":\"NNC\",\"definitions\":[\"sickness; illness (from -yà 2. be sick)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-yì òyì\":[{\"word\":\"-yì òyì\",\"wordClass\":\"AV\",\"definitions\":[\"be friends, lovers\",\"commit adultery, fornication\",\"be lovers; commit adultery, fornication\"],\"examples\":[{\"igbo\":\"Ayìnà òyì\",\"english\":\"Do not commit adultery\"}],\"variations\":[],\"stems\":[\"òyì\",\"-yì \"]}],\"òyì\":[{\"word\":\"òyì\",\"wordClass\":\"NNC\",\"definitions\":[\"friend; lover; mistress; adultery (more common than enyì and òwì)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òyò\":[{\"word\":\"òyò\",\"wordClass\":\"NNC\",\"definitions\":[\"conoidal basket-rattles, usually played in pairs\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òyòọ\":[{\"word\":\"òyòọ\",\"wordClass\":\"NNC\",\"definitions\":[\"ivory bracelet worn by titled man\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òzà\":[{\"word\":\"òzà\",\"wordClass\":\"NNC\",\"definitions\":[\"filter (of fibre-sponge, ògbo); tow-like filter (compare ǹzà, gauze filter) (from -zà 2. filter)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òzà \":[{\"word\":\"òzà \",\"wordClass\":\"NNC\",\"definitions\":[\"mane (of animal); chest-hair, fleece (of ram, etc.) (compare ǹzàlì)\"],\"examples\":[],\"variations\":[\"òzò\"],\"stems\":null}],\"odogwu òzàlà\":[{\"word\":\"odogwu òzàlà\",\"wordClass\":\"NNC\",\"definitions\":[\"scorpion\"],\"examples\":[],\"variations\":[],\"stems\":[\"òzàlà\"]}],\"òzàlà\":[{\"word\":\"òzàlà\",\"wordClass\":\"NNC\",\"definitions\":[\"scorpion\",\"spear-grass sp.\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òzịza\":[{\"word\":\"òzịza\",\"wordClass\":\"AV\",\"definitions\":[\"swelling; lump\",\"answer; reply\",\"swelling (of animal body)\"],\"examples\":[],\"variations\":[\"ǹzịza\"],\"stems\":[\"-za\"]}],\"ọzō\":[{\"word\":\"ọzō\",\"wordClass\":\"NNC\",\"definitions\":[\"title entitling holder to be called ǹzè; title of high degree, and much coveted, conferring on the owner privileges and honour as a sacrosanct being\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọzò di mgba\":[{\"word\":\"ọzò di mgba\",\"wordClass\":\"NNC\",\"definitions\":[\"ape, gorilla\"],\"examples\":[],\"variations\":[],\"stems\":[\"ọzò\"]}],\"ọzò\":[{\"word\":\"ọzò\",\"wordClass\":\"NNC\",\"definitions\":[\"large ape, especially chimpanzee, gorilla [N.B. neither of the great apes has been recorded in Igbo territory in centuries, making it difficult to know the referent of this word]\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"arō ōzọ\":[{\"word\":\"arō ōzọ\",\"wordClass\":\"\",\"definitions\":[\"next year\"],\"examples\":[],\"variations\":[],\"stems\":[\"òzọ\"]}],\"ife ōzọ\":[{\"word\":\"ife ōzọ\",\"wordClass\":\"\",\"definitions\":[\"another thing\"],\"examples\":[],\"variations\":[],\"stems\":[\"òzọ\"]}],\"ùwa ōzọ\":[{\"word\":\"ùwa ōzọ\",\"wordClass\":\"\",\"definitions\":[\"in the world to come\"],\"examples\":[],\"variations\":[],\"stems\":[\"òzọ\"]}],\"òzọ\":[{\"word\":\"òzọ\",\"wordClass\":\"\",\"definitions\":[\"again; other; another another yam, for this first one is not good\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òzò\":[{\"word\":\"òzò\",\"wordClass\":\"\",\"definitions\":[\"see òzà\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọzùgwè\":[{\"word\":\"ọzùgwè\",\"wordClass\":\"NNC\",\"definitions\":[\"snake, about 16\\\" long, black and red, harmless but bad omen\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"P\":[{\"word\":\"P\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"-padò\":[{\"word\":\"-padò\",\"wordClass\":\"AV\",\"definitions\":[\"lay down\"],\"examples\":[],\"variations\":[],\"stems\":[\"-pa\"]}],\"-paga\":[{\"word\":\"-paga\",\"wordClass\":\"AV\",\"definitions\":[\"carry to\"],\"examples\":[],\"variations\":[],\"stems\":[\"-pa\"]}],\"-pana\":[{\"word\":\"-pana\",\"wordClass\":\"AV\",\"definitions\":[\"take home\"],\"examples\":[],\"variations\":[],\"stems\":[\"-pa\"]}],\"-panite\":[{\"word\":\"-panite\",\"wordClass\":\"AV\",\"definitions\":[\"lift up; (fig.) stir up, begin\"],\"examples\":[],\"variations\":[],\"stems\":[\"-pa\"]}],\"-pata\":[{\"word\":\"-pata\",\"wordClass\":\"AV\",\"definitions\":[\"bring; carry towards the speaker\"],\"examples\":[{\"igbo\":\"Pàtalụ m ìtè afù\",\"english\":\"Bring me that pot\"}],\"variations\":[],\"stems\":[\"-pa\"]}],\"-pa\":[{\"word\":\"-pa\",\"wordClass\":\"AV\",\"definitions\":[\"carry; bear\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òpùpà\":[{\"word\":\"òpùpà\",\"wordClass\":\"AV\",\"definitions\":[\"compressing; pressing; pressure\"],\"examples\":[],\"variations\":[],\"stems\":[\"-pà\"]}],\"-pàkọ\":[{\"word\":\"-pàkọ\",\"wordClass\":\"AV\",\"definitions\":[\"press together; compress\"],\"examples\":[],\"variations\":[],\"stems\":[\"-pà\"]}],\"-pàsịsị\":[{\"word\":\"-pàsịsị\",\"wordClass\":\"AV\",\"definitions\":[\"press something (liquid) from\"],\"examples\":[],\"variations\":[],\"stems\":[\"-pà\"]}],\"-pàtò\":[{\"word\":\"-pàtò\",\"wordClass\":\"AV\",\"definitions\":[\"press into a mess (e.g. ripe fruit)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-pà\"]}],\"ụpà\":[{\"word\":\"ụpà\",\"wordClass\":\"NNC\",\"definitions\":[\"red clay soil (also aja ụpà; compare ụlō)\",\"wet mud; wet mud for building\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-pà\":[{\"word\":\"-pà\",\"wordClass\":\"AV\",\"definitions\":[\"compress; squeeze out, express (e.g. juice from a fruit); press together\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"paì!\":[{\"word\":\"paì!\",\"wordClass\":\"INTJ\",\"definitions\":[\"exclamation - my word! dear me! goodness! (= kaì!)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"mpàko\":[{\"word\":\"mpàko\",\"wordClass\":\"AV\",\"definitions\":[\"haughtiness; pride; pomposity; aloofness\"],\"examples\":[],\"variations\":[],\"stems\":[\"-pà-ko\"]}],\"-pà-ko\":[{\"word\":\"-pà-ko\",\"wordClass\":\"AV\",\"definitions\":[\"be proud, arrogant, pompous, aloof, haughty\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-peka\":[{\"word\":\"-peka\",\"wordClass\":\"AV\",\"definitions\":[\"be very, too, small\"],\"examples\":[{\"igbo\":\"Ife m kètàlù n’anụ afù èpeka\",\"english\":\"My share of the meat was very small\"}],\"variations\":[],\"stems\":[\"-pe\"]}],\"-kụpe\":[{\"word\":\"-kụpe\",\"wordClass\":\"AV\",\"definitions\":[\"break off part of\"],\"examples\":[{\"igbo\":\"Ị gà-àkụpe afele afù\",\"english\":\"You will break that plate\"}],\"variations\":[],\"stems\":[\"-pe\"]}],\"-tipe\":[{\"word\":\"-tipe\",\"wordClass\":\"AV\",\"definitions\":[\"break off\"],\"examples\":[],\"variations\":[],\"stems\":[\"-pe\"]}],\"-pe\":[{\"word\":\"-pe\",\"wordClass\":\"AV\",\"definitions\":[\"be small, little\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"penì\":[{\"word\":\"penì\",\"wordClass\":\"NNC\",\"definitions\":[\"penny (less common than kọpò; English)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-petụgbàdo\":[{\"word\":\"-petụgbàdo\",\"wordClass\":\"AV\",\"definitions\":[\"reach, concern, all\"],\"examples\":[],\"variations\":[],\"stems\":[\"-pe-tụ\"]}],\"-pe-tụ\":[{\"word\":\"-pe-tụ\",\"wordClass\":\"AV\",\"definitions\":[\"reach; touch; concern\"],\"examples\":[{\"igbo\":\"Achòlù m kà ị kèe anū afù kà o petụ mmadù niīne\",\"english\":\"I want you to divide that meat so that it may reach everybody\"},{\"igbo\":\"Okwu afù pètùlù m\",\"english\":\"The matter concerns me\"}],\"variations\":[],\"stems\":null}],\"-piobà(nye)\":[{\"word\":\"-piobà(nye)\",\"wordClass\":\"AV\",\"definitions\":[\"enter into by forcing way through very small doorway, opening, or inlet\"],\"examples\":[{\"igbo\":\"Atụlū èpiobàgo ime ọbā\",\"english\":\"The sheep has pushed its way into the barn\"}],\"variations\":[],\"stems\":[\"-pio\"]}],\"-pioghalị\":[{\"word\":\"-pioghalị\",\"wordClass\":\"AV\",\"definitions\":[\"sneak about (as in thick forest)\"],\"examples\":[{\"igbo\":\"Òfu onyē m fùlù na-epīoghalị n’ime ọfīa ǹnyàafù yìlì onye orī a nà-àchọ\",\"english\":\"A certain man I saw sneaking about in the jungle yesterday resembled the thief who is being looked for\"}],\"variations\":[],\"stems\":[\"-pio\"]}],\"-pionye\":[{\"word\":\"-pionye\",\"wordClass\":\"AV\",\"definitions\":[\"squeeze self into (somewhere) through small opening or doorway\"],\"examples\":[],\"variations\":[],\"stems\":[\"-pio\"]}],\"-piopùta\":[{\"word\":\"-piopùta\",\"wordClass\":\"AV\",\"definitions\":[\"force way out through very small outlet, opening or doorway\"],\"examples\":[],\"variations\":[],\"stems\":[\"-pio\"]}],\"-pio\":[{\"word\":\"-pio\",\"wordClass\":\"AV\",\"definitions\":[\"to force way through small doorway, small opening in wall, thicket\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"pìtìì\":[{\"word\":\"pìtìì\",\"wordClass\":\"NNC\",\"definitions\":[\"describes something which is plentiful or falls plentifully Ogè m nà-agbà akwụkwọ ewēpùtàlù m òfu ụnō ūla màkà idēbe ife ōlili. Ị bàta nà ya ogè afù ife ōlili àdị pìtìì When I was getting married, I devoted one room to keeping foods. If you entered it at that time, the food looked very plentiful Akwụ dī n’iru īlo etègo o jìlì cha, kịtāà mkpụlū ya nà- adàsịsị pìtìì pìtìì The palm fruit in the front of the house has been ripe a long time, now the nuts fall pìtìì pìtìì\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òpịpị\":[{\"word\":\"òpịpị\",\"wordClass\":\"AV\",\"definitions\":[\"carving\"],\"examples\":[],\"variations\":[],\"stems\":[\"-pị\"]}],\"-pịcha\":[{\"word\":\"-pịcha\",\"wordClass\":\"AV\",\"definitions\":[\"shape; sharpen; peel; carve\"],\"examples\":[],\"variations\":[],\"stems\":[\"-pị\"]}],\"-pị\":[{\"word\":\"-pị\",\"wordClass\":\"AV\",\"definitions\":[\"carve; shape wood with sharp instrument\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òpìpì\":[{\"word\":\"òpìpì\",\"wordClass\":\"AV\",\"definitions\":[\"wringing; pressing; squeezing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-pì\"]}],\"-pìcha\":[{\"word\":\"-pìcha\",\"wordClass\":\"AV\",\"definitions\":[\"squeeze out\"],\"examples\":[],\"variations\":[],\"stems\":[\"-pì\"]}],\"-pìgbu\":[{\"word\":\"-pìgbu\",\"wordClass\":\"AV\",\"definitions\":[\"kill by squeezing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-pì\"]}],\"-pìkọ\":[{\"word\":\"-pìkọ\",\"wordClass\":\"AV\",\"definitions\":[\"compress; press together\"],\"examples\":[],\"variations\":[],\"stems\":[\"-pì\"]}],\"-pìnye\":[{\"word\":\"-pìnye\",\"wordClass\":\"AV\",\"definitions\":[\"squeeze into\"],\"examples\":[{\"igbo\":\"Achòlù m ịpìnyè ọgwù n’anya nā-enye m nsògbu\",\"english\":\"I want to squeeze some medicine into my bad eyes\"}],\"variations\":[],\"stems\":[\"-pì\"]}],\"-pìsịsị\":[{\"word\":\"-pìsịsị\",\"wordClass\":\"AV\",\"definitions\":[\"press, squeeze out\"],\"examples\":[],\"variations\":[],\"stems\":[\"-pì\"]}],\"-pì\":[{\"word\":\"-pì\",\"wordClass\":\"AV\",\"definitions\":[\"squeeze; extract by pressure; press\"],\"examples\":[{\"igbo\":\"Anà m apì esuso sōlụ m n’isi kà abụ niīne dī n’imē ya wèe pùtasịa\",\"english\":\"I am squeezing the boil on my head in order to get rid of all the pus in it\"},{\"igbo\":\"Ànyị nà-apì ụkwà\",\"english\":\"We are pressing out the seeds from the fruit of the African Breadfruit (Treculia africana)\"}],\"variations\":[],\"stems\":null}],\"òpịpịa\":[{\"word\":\"òpịpịa\",\"wordClass\":\"AV\",\"definitions\":[\"smashing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-pịa\"]}],\"-pịa apịa\":[{\"word\":\"-pịa apịa\",\"wordClass\":\"AV\",\"definitions\":[\"smash; be flattened\"],\"examples\":[{\"igbo\":\"Òjà m chōlụ kà ị zụtalụ m n’Ònìchà ị nà-èjê bụ ǹke pīalụ apịa n’ọdụ màkà nà ọ bù ùdị afù kà onye isi egwū kwulu kà ànyị zụta\",\"english\":\"The kind of flute that I want you to buy for me from Onitsha - which you are travelling to - is the type that is flat at the end because that is the type the leader of the orchestra asked us to buy\"}],\"variations\":[],\"stems\":[\"-pịa\"]}],\"-pịacha\":[{\"word\":\"-pịacha\",\"wordClass\":\"AV\",\"definitions\":[\"flap (wing in water); shake off (dust, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-pịa\"]}],\"-pịafùsị\":[{\"word\":\"-pịafùsị\",\"wordClass\":\"AV\",\"definitions\":[\"flog and scatter\"],\"examples\":[],\"variations\":[],\"stems\":[\"-pịa\"]}],\"-pịasàsị\":[{\"word\":\"-pịasàsị\",\"wordClass\":\"AV\",\"definitions\":[\"flog and scatter\",\"smash; be smashed, flattened\"],\"examples\":[{\"igbo\":\"Ènyò ọkū m àpịago\",\"english\":\"The bulb of my lantern has smashed\"}],\"variations\":[],\"stems\":[\"-pịa\"]}],\"-pịachi\":[{\"word\":\"-pịachi\",\"wordClass\":\"AV\",\"definitions\":[\"fold\",\"used as second verb, can be either -pịa or -pìà\"],\"examples\":[],\"variations\":[],\"stems\":[\"-pịa\"]}],\"-pịakọ\":[{\"word\":\"-pịakọ\",\"wordClass\":\"AV\",\"definitions\":[\"gather, press together\"],\"examples\":[],\"variations\":[],\"stems\":[\"-pịa\"]}],\"-pịazi\":[{\"word\":\"-pịazi\",\"wordClass\":\"AV\",\"definitions\":[\"settle; reckon up; make account\"],\"examples\":[],\"variations\":[],\"stems\":[\"-pịa\"]}],\"-pịa ụgbà\":[{\"word\":\"-pịa ụgbà\",\"wordClass\":\"AV\",\"definitions\":[\"take a somersault into water; dive (= -kpọ ụgbà)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-pịa\"]}],\"-pịa\":[{\"word\":\"-pịa\",\"wordClass\":\"AV\",\"definitions\":[\"flog; cane\",\"gather; arrange; reckon; reckon up; make account\"],\"examples\":[{\"igbo\":\"Ọ bụlụ nà ị bàta ime ụnò agà m àpịa gī\",\"english\":\"If you enter the house I shall thrash you\"}],\"variations\":[],\"stems\":[]}],\"ponì\":[{\"word\":\"ponì\",\"wordClass\":\"NNC\",\"definitions\":[\"cask; puncheon (of palm oil) (? from English)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"pòtòki\":[{\"word\":\"pòtòki\",\"wordClass\":\"NNC\",\"definitions\":[\"Portuguese person (? from English)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-tụ pọm\":[{\"word\":\"-tụ pọm\",\"wordClass\":\"NNC\",\"definitions\":[\"drip (= -tụ kpọm)\"],\"examples\":[],\"variations\":[],\"stems\":[\"pọm\"]}],\"pọm\":[{\"word\":\"pọm\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"pòtòpọtọ\":[{\"word\":\"pòtòpọtọ\",\"wordClass\":\"NNC\",\"definitions\":[\"wet muddy soil (e.g. after rain or in water-logged place)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òpòtòpọtọ\":[{\"word\":\"òpòtòpọtọ\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"òpupu\":[{\"word\":\"òpupu\",\"wordClass\":\"AV\",\"definitions\":[\"growing; springing up; sprouting\",\"leaking\"],\"examples\":[],\"variations\":[],\"stems\":[\"-pu\"]}],\"-pu epu\":[{\"word\":\"-pu epu\",\"wordClass\":\"AV\",\"definitions\":[\"spring up; sprout; grow\",\"be perforated; leak; have hole(s)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-pu\"]}],\"puku ndi\":[{\"word\":\"puku ndi\",\"wordClass\":\"NNC\",\"definitions\":[\"millions; countless number\"],\"examples\":[],\"variations\":[],\"stems\":[\"puku\"]}],\"puku\":[{\"word\":\"puku\",\"wordClass\":\"NNC\",\"definitions\":[\"eight thousand; thousands\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òpùpù\":[{\"word\":\"òpùpù\",\"wordClass\":\"AV\",\"definitions\":[\"going out (of)\",\"snatching; taking by force\"],\"examples\":[{\"igbo\":\"Ọ chòlù ịpù yà akwụkwọ yā\",\"english\":\"He wants to take his book (from his hands) by force\"}],\"variations\":[],\"stems\":[\"-pù\"]}],\"-pùcha\":[{\"word\":\"-pùcha\",\"wordClass\":\"AV\",\"definitions\":[\"go away\"],\"examples\":[],\"variations\":[],\"stems\":[\"-pù\"]}],\"-pùni\":[{\"word\":\"-pùni\",\"wordClass\":\"AV\",\"definitions\":[\"rise up\"],\"examples\":[],\"variations\":[],\"stems\":[\"-pù\"]}],\"-pùta\":[{\"word\":\"-pùta\",\"wordClass\":\"AV\",\"definitions\":[\"come out\"],\"examples\":[],\"variations\":[],\"stems\":[\"-pù\"]}],\"-pùta n’ụzò\":[{\"word\":\"-pùta n’ụzò\",\"wordClass\":\"AV\",\"definitions\":[\"move out of the way\",\"(acting like suffix) completely\"],\"examples\":[{\"igbo\":\"Pùta n’ụzò\",\"english\":\"Get out of the way\"}],\"variations\":[],\"stems\":[\"-pù\",\"ụzò\"]}],\"-tichapù\":[{\"word\":\"-tichapù\",\"wordClass\":\"AV\",\"definitions\":[\"beat off entirely\",\"shake off, beat off, entirely (e.g. dust or sand with palm of the hand)\"],\"examples\":[{\"igbo\":\"Tichàpù aja dī n’enu oche nnī\",\"english\":\"Brush off the sand which is on the table\"}],\"variations\":[],\"stems\":[\"-pù\",\"-ti\"]}],\"-pùlụ\":[{\"word\":\"-pùlụ\",\"wordClass\":\"AV\",\"definitions\":[\"snatch from; wrench from; take from by force\"],\"examples\":[],\"variations\":[],\"stems\":[\"-pù\"]}],\"-pùmalụ\":[{\"word\":\"-pùmalụ\",\"wordClass\":\"AV\",\"definitions\":[\"snatch, wrench from; take by force\"],\"examples\":[{\"igbo\":\"Ndị orī apùmalụgo Āda egō ya\",\"english\":\"The thieves have snatched Ada's money from her\"}],\"variations\":[],\"stems\":[\"-pù\"]}],\"-pùnalụ\":[{\"word\":\"-pùnalụ\",\"wordClass\":\"AV\",\"definitions\":[\"snatch\"],\"examples\":[],\"variations\":[],\"stems\":[\"-pù\"]}],\"-pù(lụ) òkò\":[{\"word\":\"-pù(lụ) òkò\",\"wordClass\":\"AV\",\"definitions\":[\"be able\"],\"examples\":[],\"variations\":[],\"stems\":[\"-pù\"]}],\"-pù\":[{\"word\":\"-pù\",\"wordClass\":\"AV\",\"definitions\":[\"go out (of)\",\"snatch; take by force\",\"be able, sufficient\"],\"examples\":[{\"igbo\":\"Pùa n’ebe à\",\"english\":\"Get out of this place\"},{\"igbo\":\"Apùlù m ijī igwè je ọgụ maìl ìsiì n’ụbòsì\",\"english\":\"I can go 120 miles on a bicycle in one day\"},{\"igbo\":\"Jesù pùlù ịgbāpùtà ànyì n’orù\",\"englishi\":\"Jesus can redeem us from slavery\"}],\"variations\":[],\"stems\":[]}],\"R\":[{\"word\":\"R\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"òrịra\":[{\"word\":\"òrịra\",\"wordClass\":\"AV\",\"definitions\":[\"combing\",\"sounding\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ra\"]}],\"-ralụ alò\":[{\"word\":\"-ralụ alò\",\"wordClass\":\"AV\",\"definitions\":[\"consider; take counsel; counsel; consult together; advise\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ra\"]}],\"-ra ara\":[{\"word\":\"-ra ara\",\"wordClass\":\"AV\",\"definitions\":[\"sound; make a stir, be a success\"],\"examples\":[{\"igbo\":\"Nkupùte nnwā Òfuèpeka ràlù àra ri nnē\",\"english\":\"The naming ceremony of Ofuepeka's child was a big occasion\"}],\"variations\":[],\"stems\":[\"-ra\"]}],\"Ìgba ǹke à nà-àra\":[{\"word\":\"Ìgba ǹke à nà-àra\",\"wordClass\":\"AV\",\"definitions\":[\"This drum sounds great\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ra\"]}],\"ọnū ri nnē\":[{\"word\":\"ọnū ri nnē\",\"wordClass\":\"AV\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":[\"-ra\"]}],\"-ra ụkò\":[{\"word\":\"-ra ụkò\",\"wordClass\":\"AV\",\"definitions\":[\"send representative, ambassador, special messenger, middleman\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ra\",\"ụkò\"]}],\"-ra nrā\":[{\"word\":\"-ra nrā\",\"wordClass\":\"AV\",\"definitions\":[\"pay levy, fine\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ra\"]}],\"-ranye\":[{\"word\":\"-ranye\",\"wordClass\":\"\",\"definitions\":[\"take, with hands, a few from among many (e.g. grains in a basket) and give\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ra\"]}],\"-ranye ijè\":[{\"word\":\"-ranye ijè\",\"wordClass\":\"\",\"definitions\":[\"pick one's way; move on slowly; step; toddle (as child)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ra\"]}],\"-ra\":[{\"word\":\"-ra\",\"wordClass\":\"AV\",\"definitions\":[\"comb\",\"knead\",\"make; produce (rain)\",\"consider; discuss\",\"sound\",\"send\",\"choose; prefer\",\"pick or take a few things randomly from collection of many by dipping the hand into the container (like dipping the hand into a basketful of kernels and taking some kernels)\"],\"examples\":[{\"igbo\":\"Achòlùm̀ ịrālụ ọnwà n’ime àchìcha dī n’ime afele\",\"english\":\"I want to take some from among the biscuits on the plate\"}],\"variations\":[\"-ralụ\"],\"stems\":[]}],\"-rà ịrà\":[{\"word\":\"-rà ịrà\",\"wordClass\":\"AV\",\"definitions\":[\"be equal\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rà\"]}],\"-ra kà\":[{\"word\":\"-ra kà\",\"wordClass\":\"AV\",\"definitions\":[\"amount to; be equal to; be as big or small as\"],\"examples\":[{\"igbo\":\"Ọ rà kà ìze\",\"english\":\"It is very large\"}],\"variations\":[],\"stems\":[\"-rà\"]}],\"-rà ǹràmanya\":[{\"word\":\"-rà ǹràmanya\",\"wordClass\":\"AV\",\"definitions\":[\"be equal, level, square\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rà\"]}],\"ǹràanya\":[{\"word\":\"ǹràanya\",\"wordClass\":\"AV\",\"definitions\":[],\"examples\":[{\"igbo\":\"Fa ìbùô rà ǹràmanya\",\"english\":\"The two are equal\"},{\"igbo\":\"Ife o nyēlụ gî rà kà ǹkè o nyēlụ m\",\"english\":\"What he gave you is equal to what he game me\"}],\"variations\":[],\"stems\":[\"-rà\"]}],\"-ràdà\":[{\"word\":\"-ràdà\",\"wordClass\":\"AV\",\"definitions\":[\"pull down; let down from a height; lower\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rà\"]}],\"-ràfù\":[{\"word\":\"-ràfù\",\"wordClass\":\"AV\",\"definitions\":[\"abandon; neglect; let go astray; allow too much liberty to (e.g. a child, which leads it to be a trifle spoilt or wild)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rà\"]}],\"-ràlụsị(lị)\":[{\"word\":\"-ràlụsị(lị)\",\"wordClass\":\"AV\",\"definitions\":[\"leave altogether (to)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rà\"]}],\"-rànye\":[{\"word\":\"-rànye\",\"wordClass\":\"AV\",\"definitions\":[\"lower into\",\"leave; give up; hand over\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rà\"]}],\"-ràpù\":[{\"word\":\"-ràpù\",\"wordClass\":\"AV\",\"definitions\":[\"leave; abandon; give up; release grip on; release; leave alone; allow; permit; omit; spare\"],\"examples\":[{\"igbo\":\"Bikō rapū m aka\",\"english\":\"Please let me go, or, Please leave me alone\"},{\"igbo\":\"Èjìòfọ sọò! sọò! Rapū m aka! Èjìòfọ sọò! sọò!\",\"english\":\"Leave me\"},{\"igbo\":\"Nwụnyì m ārapùgo m gbanaba\",\"english\":\"My wife has left me and run away\"},{\"igbo\":\"Ebe à bù ebe ndị orī rāpùlù ife fa zùtèlù\",\"english\":\"This is where the thieves abandoned their loot\"},{\"igbo\":\"Rapù ife gālụ aga kà fa ga\",\"english\":\"Let bygones be bygones\"}],\"variations\":[],\"stems\":[\"-rà\"]}],\"-rà\":[{\"word\":\"-rà\",\"wordClass\":\"AV\",\"definitions\":[\"be equal, on an equality; be so\",\"leave; abandon; give up; release grip on; release; leave alone; allow; permit\",\"bore (especially with red-hot instrument)\"],\"examples\":[{\"igbo\":\"Ndị àfè ojiī aràgo Āda\",\"english\":\"The police have released Ada\"},{\"igbo\":\"Ràa yā aka!\",\"english\":\"Leave him alone!\"}],\"variations\":[],\"stems\":[]}],\"-ràlụ\":[{\"word\":\"-ràlụ\",\"wordClass\":\"AV\",\"definitions\":[\"leave; abandon; give up; release grip on; release; leave alone; allow; permit; omit; spare\"],\"examples\":[{\"igbo\":\"Bikō rapū m aka\",\"english\":\"Please let me go, or, Please leave me alone\"},{\"igbo\":\"Èjìòfọ sọò! sọò! Rapū m aka! Èjìòfọ sọò! sọò!\",\"english\":\"Leave me\"},{\"igbo\":\"Nwụnyì m ārapùgo m gbanaba\",\"english\":\"My wife has left me and run away\"},{\"igbo\":\"Ebe à bù ebe ndị orī rāpùlù ife fa zùtèlù\",\"english\":\"This is where the thieves abandoned their loot\"},{\"igbo\":\"Rapù ife gālụ aga kà fa ga\",\"english\":\"Let bygones be bygones\"}],\"variations\":[],\"stems\":[\"-rà\"]}],\"nrapù\":[{\"word\":\"nrapù\",\"wordClass\":\"AV\",\"definitions\":[\"abandonment\",\"euphemism for 'die' (compare -nwụ 1.); pass away\"],\"examples\":[{\"igbo\":\"Nwatā nō n’àkwà ọyà èri ụkā gālụ aga ārapùgo\",\"english\":\"The child who has been sick since last week has passed away\"}],\"variations\":[],\"stems\":[\"-rà\"]}],\"-rapù ọkwa\":[{\"word\":\"-rapù ọkwa\",\"wordClass\":\"AV\",\"definitions\":[\"abdicate\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rà\"]}],\"-rà àrà\":[{\"word\":\"-rà àrà\",\"wordClass\":\"AV\",\"definitions\":[\"bore\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rà\"]}],\"-ràpu\":[{\"word\":\"-ràpu\",\"wordClass\":\"AV\",\"definitions\":[\"bore hole (with red-hot instrument)\"],\"examples\":[{\"igbo\":\"Anà m àchọ ịràpù akpàtì m\",\"english\":\"I am preparing to bore a hole through my box\"}],\"variations\":[],\"stems\":[\"-rà\"]}],\"-ràpusị\":[{\"word\":\"-ràpusị\",\"wordClass\":\"AV\",\"definitions\":[\"bore many holes through\"],\"examples\":[{\"igbo\":\"Anà m àkwadebe ịràpùsì ọkwa à nụū dī n’ime ụnò\",\"english\":\"I am preparing to bore many holes through that wooden bowl in the house\"}],\"variations\":[],\"stems\":[\"-rà\"]}],\"-ràa\":[{\"word\":\"-ràa\",\"wordClass\":\"ESUF\",\"definitions\":[\"only; simple; just\"],\"examples\":[{\"igbo\":\"Ọ bù sòọsò i nyēràa yā ife ọ chòlù kà okwu gà-èji bè\",\"english\":\"It is only if you give her what she wants that the quarrel will end\"},{\"igbo\":\"I nyeràa m ife m chò òkwu ebèe\",\"english\":\"If you just give me what I want the quarrel will end\"}],\"variations\":[],\"stems\":null}],\"-beràba\":[{\"word\":\"-beràba\",\"wordClass\":\"ESUF\",\"definitions\":[\"cry for a long time\"],\"examples\":[{\"igbo\":\"Nnē jù nà ya amā enye Āda nnī; Àda beràba akwā nnē aŋārọ ya ntì\",\"english\":\"Mother refused to give Ada some food; though Ada cried for a long time, mother did not answer her\"}],\"variations\":[],\"stems\":[\"-ràba\"]}],\"-ràba\":[{\"word\":\"-ràba\",\"wordClass\":\"ESUF\",\"definitions\":[\"for long; after a long time (denoting a great degree either of smallness or bigness)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-rekọba\":[{\"word\":\"-rekọba\",\"wordClass\":\"AV\",\"definitions\":[\"wrap; roll up\"],\"examples\":[],\"variations\":[],\"stems\":[\"-re\"]}],\"-rekọbà\":[{\"word\":\"-rekọbà\",\"wordClass\":\"AV\",\"definitions\":[\"roll up into\"],\"examples\":[],\"variations\":[],\"stems\":[\"-re\"]}],\"-relu\":[{\"word\":\"-relu\",\"wordClass\":\"AV\",\"definitions\":[\"pick up (mat, cloth, etc.) and take\"],\"examples\":[],\"variations\":[],\"stems\":[\"-re\"]}],\"-reni\":[{\"word\":\"-reni\",\"wordClass\":\"AV\",\"definitions\":[\"pick up (mat, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-re\"]}],\"-re\":[{\"word\":\"-re\",\"wordClass\":\"AV\",\"definitions\":[\"pick up (of cloth, mats and other objects which are broad, flexible and capable of being rolled up. Such an object is assumed to be in its spread-out form; -re then implies rolling and taking up, though the object can be picked up by one side in its spread-out form without first rolling it. But the most important point is that it must be spread out, otherwise -re will not be used)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-rebìga\":[{\"word\":\"-rebìga\",\"wordClass\":\"AV\",\"definitions\":[\"glide over\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rè\"]}],\"-règhalị\":[{\"word\":\"-règhalị\",\"wordClass\":\"AV\",\"definitions\":[\"walk about stealthily; prowl; loiter; dodge work; malinger\"],\"examples\":[{\"igbo\":\"Ò gịnî kpàtàlù ibè gị jì àlụ ọlū ì bàta n’ụnò na-erèghalị?\",\"english\":\"Why are you hanging around the house while your colleagues are busy working?\"}],\"variations\":[],\"stems\":[\"-rè\"]}],\"-rèpù\":[{\"word\":\"-rèpù\",\"wordClass\":\"AV\",\"definitions\":[\"walk, creep out stealthily\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rè\"]}],\"-rèpù n’ọlụ\":[{\"word\":\"-rèpù n’ọlụ\",\"wordClass\":\"AV\",\"definitions\":[\"leave, abandon work stealthily, unnoticed or unannounced\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rè\"]}],\"-rè\":[{\"word\":\"-rè\",\"wordClass\":\"AV\",\"definitions\":[\"walk stealthily; move, walk, very slowly or lazily\"],\"examples\":[{\"igbo\":\"Ogè Èke nà òyì ya nwokē nà-àgba ìzù n’ime ụnò Àda rèlụ rèlụ jee kwachanye n’àzụ ajā kà o wèe nụ ife fa nà-èkwu\",\"english\":\"When Eke and his friend were discussing things in the room, Ada went stealthily and leaned against the back wall so that she might hear what they were discussing\"}],\"variations\":[],\"stems\":null}],\"-rika\":[{\"word\":\"-rika\",\"wordClass\":\"AV\",\"definitions\":[\"be much; be too much; be excessive\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ri\"]}],\"-ri nne\":[{\"word\":\"-ri nne\",\"wordClass\":\"AV\",\"definitions\":[\"be many, much, numerous, plentiful, abundant\"],\"examples\":[],\"variations\":[\"-ri nnē\"],\"stems\":[\"-ri\"]}],\"èri ogè afù\":[{\"word\":\"èri ogè afù\",\"wordClass\":\"AV\",\"definitions\":[\"it is a long time since\"],\"examples\":[{\"igbo\":\"Èri ogè afù ànyị afụnùrò\",\"english\":\"We haven’t seen each other for a very long time\"}],\"variations\":[],\"stems\":[\"-ri\"]}],\"-ri\":[{\"word\":\"-ri\",\"wordClass\":\"AV\",\"definitions\":[\"leak; be leaking\"],\"examples\":[{\"igbo\":\"Ìtè m nà-èri ēri\",\"english\":\"My pot is leaking\"}],\"variations\":[],\"stems\":[]}],\"-richa\":[{\"word\":\"-richa\",\"wordClass\":\"AV\",\"definitions\":[\"wipe, clean off (e.g. dusty table with damp duster)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ri-\"]}],\"-richapù\":[{\"word\":\"-richapù\",\"wordClass\":\"AV\",\"definitions\":[\"cleanse; purify\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ri-\"]}],\"-ripù\":[{\"word\":\"-ripù\",\"wordClass\":\"AV\",\"definitions\":[\"push back (gradually pushing object, e.g. on a table, till it falls off it); wipe off\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ri-\"]}],\"-ri-\":[{\"word\":\"-ri-\",\"wordClass\":\"AV\",\"definitions\":[\"clean, wipe off\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-rị àrị\":[{\"word\":\"-rị àrị\",\"wordClass\":\"AV\",\"definitions\":[\"walk (of insects)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rị\"]}],\"-rị āzụ\":[{\"word\":\"-rị āzụ\",\"wordClass\":\"AV\",\"definitions\":[\"move back; flinch; be reluctant; hold back; fall back\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rị\"]}],\"-rịchìgha\":[{\"word\":\"-rịchìgha\",\"wordClass\":\"AV\",\"definitions\":[\"move backwards (of insects); flow back, down (of water)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rị\"]}],\"-rịrụka\":[{\"word\":\"-rịrụka\",\"wordClass\":\"AV\",\"definitions\":[\"move aside; push aside\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rị\"]}],\"-rịchi\":[{\"word\":\"-rịchi\",\"wordClass\":\"AV\",\"definitions\":[\"swell and fill (a receptacle); heal up (of wound)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rị\"]}],\"-rịlị\":[{\"word\":\"-rịlị\",\"wordClass\":\"AV\",\"definitions\":[\"swell; rise; puff out; increase in bulk (as dough)\",\"heal; granulate (of wound)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rị\"]}],\"-mìri\":[{\"word\":\"-mìri\",\"wordClass\":\"ESUF\",\"definitions\":[\"dive deep\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rị\"]}],\"-nwụrụ\":[{\"word\":\"-nwụrụ\",\"wordClass\":\"ESUF\",\"definitions\":[\"be dead\"],\"examples\":[{\"igbo\":\"Nkịtā m ànwụrụgo\",\"english\":\"My dog is dead\"}],\"variations\":[],\"stems\":[\"-rị\"]}],\"-nyiri\":[{\"word\":\"-nyiri\",\"wordClass\":\"ESUF\",\"definitions\":[\"stand up and go\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rị\"]}],\"-rị\":[{\"word\":\"-rị\",\"wordClass\":\"AV\",\"definitions\":[\"walk (of insects)\",\"fill up (of healing sore, or receptacle being gradually filled with water)\",\"intensity, completeness of action (compare -lụ 5.?)\"],\"examples\":[],\"variations\":[\"-ri\",\"-rụ\",\"-ru\"],\"stems\":[]}],\"-rì amā\":[{\"word\":\"-rì amā\",\"wordClass\":\"AV\",\"definitions\":[\"mark\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rì\"]}],\"-rìba amā\":[{\"word\":\"-rìba amā\",\"wordClass\":\"AV\",\"definitions\":[\"mark something; put a mark on\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rì\"]}],\"ife nrìba amā\":[{\"word\":\"ife nrìba amā\",\"wordClass\":\"AV\",\"definitions\":[\"a mark (placed on something in order to distinguish it from the others or in order to be able to recognize it in future)\",\"remark; notice\"],\"examples\":[{\"igbo\":\"Achòlù m kà ànyị begbàdo ewu ānyị niīne ntì aka nnī kà ọ bụlụ ife nrìba amā ijī wèe malụ ewu ānyị ebe ànyị àfùnà ya\",\"english\":\"I suggest that we cut off the right ear of each one of our goats as a mark to enable us to recognize our goat wherever we find it\"}],\"variations\":[],\"stems\":[\"-rì\"]}],\"-rì akwa\":[{\"word\":\"-rì akwa\",\"wordClass\":\"AV\",\"definitions\":[\"cry out\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rì\"]}],\"-rìnyị\":[{\"word\":\"-rìnyị\",\"wordClass\":\"AV\",\"definitions\":[\"hurt\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rì\"]}],\"-rì àrì\":[{\"word\":\"-rì àrì\",\"wordClass\":\"AV\",\"definitions\":[\"ferment (e.g. beans for making àkàlà)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rì\"]}],\"-rì\":[{\"word\":\"-rì\",\"wordClass\":\"AV\",\"definitions\":[\"mark; mark distinctively; put mark on in order to be able to recognise the object marked in future\",\"cry out (and sob, hard); exclaim in astonishment\",\"hurt internally, like pain from septic sore or rheumatic joint\",\"heal; granulate (of wound)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-rìdo\":[{\"word\":\"-rìdo\",\"wordClass\":\"AV\",\"definitions\":[\"choke; throttle\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rì-\"]}],\"-rìlị\":[{\"word\":\"-rìlị\",\"wordClass\":\"AV\",\"definitions\":[\"go aground\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rì-\"]}],\"-rìnye\":[{\"word\":\"-rìnye\",\"wordClass\":\"AV\",\"definitions\":[\"give up; hand over\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rì-\"]}],\"-rì-\":[{\"word\":\"-rì-\",\"wordClass\":\"AV\",\"definitions\":[\"compress hard (e.g. the throat); choke; press firmly against\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-rogha\":[{\"word\":\"-rogha\",\"wordClass\":\"AV\",\"definitions\":[\"move; transplant\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ro\"]}],\"-roni\":[{\"word\":\"-roni\",\"wordClass\":\"AV\",\"definitions\":[\"move; root up\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ro\"]}],\"-ropù\":[{\"word\":\"-ropù\",\"wordClass\":\"AV\",\"definitions\":[\"move; root up; cast out; root out\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ro\"]}],\"-ro\":[{\"word\":\"-ro\",\"wordClass\":\"AV\",\"definitions\":[\"root; uproot\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-rò irò\":[{\"word\":\"-rò irò\",\"wordClass\":\"AV\",\"definitions\":[\"tell story; tell story in which song features; tell tale, fable\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rò\"]}],\"òrùrò\":[{\"word\":\"òrùrò\",\"wordClass\":\"AV\",\"definitions\":[\"hanging; strangling\",\"choosing; picking\"],\"examples\":[{\"igbo\":\"Ànyî chòlù ịrò ndị gāje ịnòchì anya ānyị na nzùkọ echī\",\"english\":\"We want to choose those who are going to represent us in tomorrow's meeting\"}],\"variations\":[],\"stems\":[\"-rò\"]}],\"-ròpùta\":[{\"word\":\"-ròpùta\",\"wordClass\":\"AV\",\"definitions\":[\"choose, pick out; ordain\"],\"examples\":[{\"igbo\":\"Rọpùta ndi gā-eje ịgbā bọòlù\",\"english\":\"Pick out those who are going to play football\"},{\"igbo\":\"Rọpùta mkpụlụ akwū a gà-èbu je afīa\",\"english\":\"Pick out the palm nuts that will be taken to the market\"}],\"variations\":[],\"stems\":[\"-rò\"]}],\"-ròta\":[{\"word\":\"-ròta\",\"wordClass\":\"AV\",\"definitions\":[\"choose; choose and take; succeed in choosing the right one; make the right choice\"],\"examples\":[{\"igbo\":\"Aròtago m onye nwēlụ ike imē ife m chòlù\",\"english\":\"I have got (after going through a group) the person who is able to do my bidding\"}],\"variations\":[],\"stems\":[\"-rò\"]}],\"-rò\":[{\"word\":\"-rò\",\"wordClass\":\"AV\",\"definitions\":[\"tell (story, usually featuring songs)\",\"hang; be strangled\",\"choose; pick\",\"bruise; squeeze; mash\"],\"examples\":[{\"igbo\":\"Àdâ chòlù ịrò ònugbù a gà-èji te ofē n’anyàsì\",\"english\":\"Ada wants to squeeze the bitter leaves with which to prepare a soup in the evening\"}],\"variations\":[],\"stems\":[]}],\"-rọpù\":[{\"word\":\"-rọpù\",\"wordClass\":\"AV\",\"definitions\":[\"lift down (e.g. pot from tripod)\"],\"examples\":[{\"igbo\":\"Rọpū ìtè ọ bụlụ nà nni eghègo\",\"english\":\"Lift down the pot if the food is done\"}],\"variations\":[],\"stems\":[\"-rọ\"]}],\"-rọpùta\":[{\"word\":\"-rọpùta\",\"wordClass\":\"AV\",\"definitions\":[\"lift down and out (e.g. pot from the cooking tripod)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rọ\"]}],\"-rọtù\":[{\"word\":\"-rọtù\",\"wordClass\":\"AV\",\"definitions\":[\"lift down\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rọ\"]}],\"-rọ alụ\":[{\"word\":\"-rọ alụ\",\"wordClass\":\"AV\",\"definitions\":[\"pain severely; throb\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rọ\"]}],\"-rọ mbo\":[{\"word\":\"-rọ mbo\",\"wordClass\":\"AV\",\"definitions\":[\"pinch, scratch with nails\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rọ\"]}],\"-rọ\":[{\"word\":\"-rọ\",\"wordClass\":\"AV\",\"definitions\":[\"lift down (e.g. pot from the cooking tripod, after the food has been cooked)\",\"pinch (e.g. with nail, claw)\",\"not (-rọò when in final position after non-low tone)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-rọgo(lụ)\":[{\"word\":\"-rọgo(lụ)\",\"wordClass\":\"AV\",\"definitions\":[\"ascend; go up; climb\"],\"examples\":[{\"igbo\":\"Ogè Onye nwē anyị nà-àkwadebe ịrōgo n’enu igwē Ọ kpōkòlù ụmū āzụ Ya ọnụ, nye fā nkasì obì\",\"english\":\"When our Lord was about to ascend into heaven He called His disciples together and comforted them\"}],\"variations\":[],\"stems\":[\"-rọ-go\"]}],\"-rọgota\":[{\"word\":\"-rọgota\",\"wordClass\":\"AV\",\"definitions\":[\"climb up towards (the speaker)\"],\"examples\":[{\"igbo\":\"Rògota n’ebe ànyị nò\",\"english\":\"Come up where we are\"}],\"variations\":[],\"stems\":[\"-rọ-go\"]}],\"-rọ-go\":[{\"word\":\"-rọ-go\",\"wordClass\":\"AV\",\"definitions\":[\"go up\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-rọgòba\":[{\"word\":\"-rọgòba\",\"wordClass\":\"AV\",\"definitions\":[\"coil\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rọ-gò\"]}],\"-rọ-gò\":[{\"word\":\"-rọ-gò\",\"wordClass\":\"AV\",\"definitions\":[\"twist; twist and bend\"],\"examples\":[{\"igbo\":\"Achòlù m ịrōgò aŋa a gà-èji kpā ǹkàtà\",\"english\":\"I want to bend the cane with which to make a basket\"}],\"variations\":[],\"stems\":null}],\"òruru\":[{\"word\":\"òruru\",\"wordClass\":\"AV\",\"definitions\":[\"pouring\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ru\"]}],\"-ru ajā\":[{\"word\":\"-ru ajā\",\"wordClass\":\"AV\",\"definitions\":[\"pour away sand\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ru\"]}],\"-rubà\":[{\"word\":\"-rubà\",\"wordClass\":\"AV\",\"definitions\":[\"pour in\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ru\"]}],\"-rufèga\":[{\"word\":\"-rufèga\",\"wordClass\":\"AV\",\"definitions\":[\"pour over\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ru\"]}],\"-rufù\":[{\"word\":\"-rufù\",\"wordClass\":\"AV\",\"definitions\":[\"pour away, spill (of water)\"],\"examples\":[{\"igbo\":\"Mmanya dī n’ime īko èrufùgo\",\"english\":\"The wine in the cup has spilt\"}],\"variations\":[],\"stems\":[\"-ru\"]}],\"-rukpọ\":[{\"word\":\"-rukpọ\",\"wordClass\":\"AV\",\"definitions\":[\"gouge out (eye)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ru\"]}],\"-rukwàsị\":[{\"word\":\"-rukwàsị\",\"wordClass\":\"AV\",\"definitions\":[\"pour upon\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ru\"]}],\"-ru mmilī\":[{\"word\":\"-ru mmilī\",\"wordClass\":\"AV\",\"definitions\":[\"pour out water\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ru\"]}],\"-ru nwamīli\":[{\"word\":\"-ru nwamīli\",\"wordClass\":\"AV\",\"definitions\":[\"urinate\"],\"examples\":[{\"igbo\":\"Anà m èje irū nwamīli\",\"english\":\"I am going to urinate\"}],\"variations\":[],\"stems\":[\"-ru\"]}],\"-runye\":[{\"word\":\"-runye\",\"wordClass\":\"AV\",\"definitions\":[\"pour into\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ru\"]}],\"-rupù\":[{\"word\":\"-rupù\",\"wordClass\":\"AV\",\"definitions\":[\"pour out; flow or flow out\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ru\"]}],\"-ru alūsị\":[{\"word\":\"-ru alūsị\",\"wordClass\":\"AV\",\"definitions\":[\"venerate divinities\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ru\"]}],\"-rube\":[{\"word\":\"-rube\",\"wordClass\":\"AV\",\"definitions\":[\"bow; submit\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ru\"]}],\"-rudo\":[{\"word\":\"-rudo\",\"wordClass\":\"AV\",\"definitions\":[\"persuade; urge; compel\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ru\"]}],\"-rugò\":[{\"word\":\"-rugò\",\"wordClass\":\"AV\",\"definitions\":[\"bend; stoop\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ru\"]}],\"-rughalị\":[{\"word\":\"-rughalị\",\"wordClass\":\"AV\",\"definitions\":[\"turn, bend round; change\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ru\"]}],\"-rukpùdo\":[{\"word\":\"-rukpùdo\",\"wordClass\":\"AV\",\"definitions\":[\"turn upside down\"],\"examples\":[{\"igbo\":\"Bikō rukpùdo ọbà afù n’ànì, nà amārọ m ife nā-esì n’imē ya\",\"english\":\"Please turn that calabash upside down, for I don’t know what is smelling in it\"}],\"variations\":[],\"stems\":[\"-ru\"]}],\"-rulu\":[{\"word\":\"-rulu\",\"wordClass\":\"AV\",\"definitions\":[\"stoop; remain stooped\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ru\"]}],\"-runata\":[{\"word\":\"-runata\",\"wordClass\":\"AV\",\"definitions\":[\"stoop down a bit\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ru\"]}],\"-rurùpù\":[{\"word\":\"-rurùpù\",\"wordClass\":\"AV\",\"definitions\":[\"draw away\",\"be downcast; mourn\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ru\"]}],\"-ru ùru\":[{\"word\":\"-ru ùru\",\"wordClass\":\"AV\",\"definitions\":[\"mourn; be sorrowful, downcast; grieve\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ru\",\"ùru\"]}],\"-ru ụjụ\":[{\"word\":\"-ru ụjụ\",\"wordClass\":\"AV\",\"definitions\":[\"mourn\"],\"examples\":[{\"igbo\":\"Ibè nà-èru ụjū\",\"english\":\"Ibe is mourning\"}],\"variations\":[],\"stems\":[\"-ru\"]}],\"-ru ufie\":[{\"word\":\"-ru ufie\",\"wordClass\":\"AV\",\"definitions\":[\"rub camwood on body\",\"red; reddish\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ru\",\"ufie\"]}],\"-ru nne\":[{\"word\":\"-ru nne\",\"wordClass\":\"AV\",\"definitions\":[\"grow (of tuber); grow to more than average size (of tuber)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ru\"]}],\"-ru\":[{\"word\":\"-ru\",\"wordClass\":\"AV\",\"definitions\":[\"pour; cast metal\",\"bend down; turn; change (for worse); stoop; influence; respect; venerate\",\"rub on\",\"grow (of tubers, e.g. yam)\"],\"examples\":[{\"igbo\":\"Ji m kòlù n’ọnwa gālụ aga èbidogo irū\",\"english\":\"The yam I planted last month has started to grow a new tuber\"}],\"variations\":[],\"stems\":[]}],\"-rùbà\":[{\"word\":\"-rùbà\",\"wordClass\":\"AV\",\"definitions\":[\"flow into\"],\"examples\":[{\"igbo\":\"Òsìmìrì Naịjà nà-èrubà n’ime mmili nnū a nà-àkpọ Àtlantìk\",\"english\":\"The Niger River flows into an ocean called the Atlantic\"}],\"variations\":[],\"stems\":[\"-rù\"]}],\"-rùchibìdo\":[{\"word\":\"-rùchibìdo\",\"wordClass\":\"AV\",\"definitions\":[\"flood\"],\"examples\":[{\"igbo\":\"Mmilī erūchìbìdogo ogbē ūfọdụ\",\"english\":\"Some districts are flooded\"}],\"variations\":[],\"stems\":[\"-rù\"]}],\"-rùdà\":[{\"word\":\"-rùdà\",\"wordClass\":\"AV\",\"definitions\":[\"run down (of water); flow down\",\"lower the price; price down\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rù\"]}],\"-rùfèga\":[{\"word\":\"-rùfèga\",\"wordClass\":\"AV\",\"definitions\":[\"flow over\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rù\"]}],\"-rùfù\":[{\"word\":\"-rùfù\",\"wordClass\":\"AV\",\"definitions\":[\"flow, run away\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rù\"]}],\"-rùghalị\":[{\"word\":\"-rùghalị\",\"wordClass\":\"AV\",\"definitions\":[\"flow; float; drift to and fro\"],\"examples\":[{\"igbo\":\"Mmilī nà-erùghalị n’ebe niīne na Mbà Mmīli\",\"english\":\"Water flows everywhere in the Rivers\"}],\"variations\":[],\"stems\":[\"-rù\"]}],\"-rùnye\":[{\"word\":\"-rùnye\",\"wordClass\":\"AV\",\"definitions\":[\"flow into\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rù\"]}],\"-rù ụmā\":[{\"word\":\"-rù ụmā\",\"wordClass\":\"AV\",\"definitions\":[\"charge, price more than right price\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rù\",\"ụmā\"]}],\"-rù àrù\":[{\"word\":\"-rù àrù\",\"wordClass\":\"AV\",\"definitions\":[\"shake; shiver; shiver with cold\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rù\"]}],\"-rù lìlì\":[{\"word\":\"-rù lìlì\",\"wordClass\":\"AV\",\"definitions\":[\"shiver; quiver\"],\"examples\":[{\"igbo\":\"Nwatā wūlụ mmili oyī nà-arū lìlìlì\",\"english\":\"The child who washed with cold water is shivering\"}],\"variations\":[\"-rù lìlìlì\"],\"stems\":[\"-rù\"]}],\"-rùpù\":[{\"word\":\"-rùpù\",\"wordClass\":\"AV\",\"definitions\":[\"untie; shake off; shake oneself free of\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rù\"]}],\"-rùrube\":[{\"word\":\"-rùrube\",\"wordClass\":\"AV\",\"definitions\":[\"rumble (of thunder)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rù\"]}],\"-rùrùpù\":[{\"word\":\"-rùrùpù\",\"wordClass\":\"AV\",\"definitions\":[\"shake out, off\",\"shout and thereby stop someone from doing something\"],\"examples\":[{\"igbo\":\"Arụrùpùgo m egbe ibū ọkụkù\",\"english\":\"I shouted at the hawk and prevented it carrying off the chicken\"}],\"variations\":[],\"stems\":[\"-rù\"]}],\"-rùni\":[{\"word\":\"-rùni\",\"wordClass\":\"AV\",\"definitions\":[\"scare off\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rù\"]}],\"-rù ekò\":[{\"word\":\"-rù ekò\",\"wordClass\":\"AV\",\"definitions\":[\"blow bellows\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rù\"]}],\"-rù ànì\":[{\"word\":\"-rù ànì\",\"wordClass\":\"AV\",\"definitions\":[\"sacrifice to ground, regarded as deity\"],\"examples\":[],\"variations\":[],\"stems\":[\"-rù\"]}],\"-rù mọọ\":[{\"word\":\"-rù mọọ\",\"wordClass\":\"AV\",\"definitions\":[\"look after deities\"],\"examples\":[],\"variations\":[\"mọō\"],\"stems\":[\"-rù\"]}],\"-rù\":[{\"word\":\"-rù\",\"wordClass\":\"AV\",\"definitions\":[\"flow (like a river)\",\"\\\"price\\\"; bargain\",\"shake; shiver\",\"shout seriously at in order to scare off or to warn\",\"blow (bellows)\",\"perform routine or occasional obligation to a divinity, by offering certain sacrifices to it; usually done by the head priest of a particular divinity (sometimes propitiation for appeasement)\"],\"examples\":[{\"igbo\":\"Achòlù m ịrù akwā à ọnū\",\"english\":\"I want to price this cloth\"}],\"variations\":[],\"stems\":[]}],\"-ru-be\":[{\"word\":\"-ru-be\",\"wordClass\":\"ESUF\",\"definitions\":[\"around\"],\"examples\":[{\"igbo\":\"A chò m kà ụnù garube m òkìlìkili\",\"english\":\"I want you (pl.) to form a circle round me. (In imperative can sometimes be used without -be\"},{\"igbo\":\"Tùru yā òkìlìkili\",\"english\":\"Plant (things) around it)\"}],\"variations\":[],\"stems\":null}],\"-rù-be\":[{\"word\":\"-rù-be\",\"wordClass\":\"ESUF\",\"definitions\":[\"(move about) thoroughly; vigorously\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-ru-ka\":[{\"word\":\"-ru-ka\",\"wordClass\":\"\",\"definitions\":[\"see -rụ-ka\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-rụdà\":[{\"word\":\"-rụdà\",\"wordClass\":\"AV\",\"definitions\":[\"burn up (through roasting)\"],\"examples\":[{\"igbo\":\"Gịnī kà ị nà-àrụ? Anà m àrụ jī\",\"english\":\"What are you roasting? I am roasting a yam\"}],\"variations\":[],\"stems\":[\"-rụ\"]}],\"-rụ\":[{\"word\":\"-rụ\",\"wordClass\":\"AV\",\"definitions\":[\"roast\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-rụ-ka\":[{\"word\":\"-rụ-ka\",\"wordClass\":\"ESUF\",\"definitions\":[\"aside\"],\"examples\":[],\"variations\":[\"-ru-ka\"],\"stems\":null}],\"S\":[{\"word\":\"S\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"òsịsa\":[{\"word\":\"òsịsa\",\"wordClass\":\"AV\",\"definitions\":[\"(act of) washing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sa\"]}],\"-sa àrụ\":[{\"word\":\"-sa àrụ\",\"wordClass\":\"AV\",\"definitions\":[\"take a bath\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sa\"]}],\"-sacha\":[{\"word\":\"-sacha\",\"wordClass\":\"AV\",\"definitions\":[\"wash; scrub\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sa\"]}],\"-sachanye\":[{\"word\":\"-sachanye\",\"wordClass\":\"AV\",\"definitions\":[\"wash and give\"],\"examples\":[{\"igbo\":\"Sàchanye m ofu afele\",\"english\":\"Wash one plate and give it to me (i.e. immediately)\"}],\"variations\":[],\"stems\":[\"-sa\"]}],\"-sachapù\":[{\"word\":\"-sachapù\",\"wordClass\":\"AV\",\"definitions\":[\"wash; wash clean, off\"],\"examples\":[{\"igbo\":\"Jèe sachàpù inyi dī n’afele afù\",\"english\":\"Go and wash the dirt off that plate\"}],\"variations\":[],\"stems\":[\"-sa\"]}],\"-sachapùta\":[{\"word\":\"-sachapùta\",\"wordClass\":\"AV\",\"definitions\":[\"wash out; rinse out\"],\"examples\":[{\"igbo\":\"Sachàpùta īko à\",\"english\":\"Rinse out this cup\"}],\"variations\":[],\"stems\":[\"-sa\"]}],\"-sachata\":[{\"word\":\"-sachata\",\"wordClass\":\"AV\",\"definitions\":[\"wash and bring\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sa\"]}],\"-sapù\":[{\"word\":\"-sapù\",\"wordClass\":\"AV\",\"definitions\":[\"wash out; (fig.) die out (of a family)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sa\"]}],\"-sa ùla\":[{\"word\":\"-sa ùla\",\"wordClass\":\"AV\",\"definitions\":[\"go and sleep with a friend or relative away from one's home\"],\"examples\":[{\"igbo:\":\"Ì sago ūla?\",\"english\":\"Good morning (literally Have you spent the night away?, but can be used in any circumstances)\"},{\"igbo:\":\"Ì pùtago ūla?\",\"english\":\"Good morning\"}],\"variations\":[\"-chọ ùla\"],\"stems\":[\"-sa\",\"ùla\"]}],\"-sa obodobo\":[{\"word\":\"-sa obodobo\",\"wordClass\":\"AV\",\"definitions\":[\"be flat\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sa\"]}],\"-fesa\":[{\"word\":\"-fesa\",\"wordClass\":\"\",\"definitions\":[\"sprinkle over\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sa\"]}],\"-sa\":[{\"word\":\"-sa\",\"wordClass\":\"AV\",\"definitions\":[\"wash; scrub\",\"upon; at; over\"],\"examples\":[{\"igbo\":\"Anà m àsa afele\",\"english\":\"I am washing plates\"}],\"variations\":[],\"stems\":[]}],\"-sala mmīli\":[{\"word\":\"-sala mmīli\",\"wordClass\":\"AV\",\"definitions\":[\"lap water (as dog)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sa-\"]}],\"-sa-\":[{\"word\":\"-sa-\",\"wordClass\":\"AV\",\"definitions\":[\"lap water (as dog)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-sàchi\":[{\"word\":\"-sàchi\",\"wordClass\":\"AV\",\"definitions\":[\"shut, close (usually book)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sà\"]}],\"-sàchi akwụkwọ\":[{\"word\":\"-sàchi akwụkwọ\",\"wordClass\":\"AV\",\"definitions\":[\"shut, close book\"],\"examples\":[{\"igbo\":\"Sàchizịa akwụkwọ afù nọòfụ\",\"english\":\"It is high time you closed that book!\"}],\"variations\":[],\"stems\":[\"-sà\"]}],\"-sàgbàpù\":[{\"word\":\"-sàgbàpù\",\"wordClass\":\"AV\",\"definitions\":[\"open wide (usually book, cloth, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sà\"]}],\"-sàghe\":[{\"word\":\"-sàghe\",\"wordClass\":\"AV\",\"definitions\":[\"open; open wide (e.g. hand, mouth, book, but not door)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sà\"]}],\"-sàghepù\":[{\"word\":\"-sàghepù\",\"wordClass\":\"AV\",\"definitions\":[\"open wide\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sà\"]}],\"-sànye\":[{\"word\":\"-sànye\",\"wordClass\":\"AV\",\"definitions\":[\"open and show another something; reveal to; initiate\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sà\"]}],\"-sàta\":[{\"word\":\"-sàta\",\"wordClass\":\"AV\",\"definitions\":[\"open page of book\",\"spread (as result of something being opened)\"],\"examples\":[{\"igbo\":\"Sàta Abù Ọma isi ǹke īsiì\",\"english\":\"Open at the Book of Psalms, chapter six\"}],\"variations\":[],\"stems\":[\"-sà\"]}],\"-kwusà\":[{\"word\":\"-kwusà\",\"wordClass\":\"AV\",\"definitions\":[\"say about; spread the news\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sà\"]}],\"-zisà\":[{\"word\":\"-zisà\",\"wordClass\":\"AV\",\"definitions\":[\"disseminate\"],\"examples\":[{\"igbo\":\"Ànyị nà èje izīsà Ozi Ọma\",\"english\":\"We are going to spread the Gospel\"}],\"variations\":[],\"stems\":[\"-sà\"]}],\"òsìsà\":[{\"word\":\"òsìsà\",\"wordClass\":\"AV\",\"definitions\":[\"answering; replying; retorting; making one's defence\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sà\"]}],\"-sà ụsà\":[{\"word\":\"-sà ụsà\",\"wordClass\":\"AV\",\"definitions\":[\"make excuse\"],\"examples\":[{\"igbo\":\"Gịnī bù ụsà ọ sàlù?\",\"english\":\"What was his excuse? or, What excuse did he give?\"}],\"variations\":[],\"stems\":[\"-sà\"]}],\"-sà ùsà\":[{\"word\":\"-sà ùsà\",\"wordClass\":\"\",\"definitions\":[\"pinch (bits of food, meat, etc., usually by children)\",\"make excuse\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sà\",\"ùsà \"]}],\"-sà asìsà\":[{\"word\":\"-sà asìsà\",\"wordClass\":\"AV\",\"definitions\":[\"confess evil while delirious or semi-insane (compare -sà n’ọnū)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sà\"]}],\"-sà\":[{\"word\":\"-sà\",\"wordClass\":\"AV\",\"definitions\":[\"open (hand, book, cloth, but not door)\",\"answer; reply; excuse; retort; make one's defence\",\"v,\",\"confess to crime, abomination, voluntarily, and sometimes during delirium, semi-insanity, severe labour pains, etc.\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"saà\":[{\"word\":\"saà\",\"wordClass\":\"INTJ\",\"definitions\":[\"exclamation of displeasure; Shut up! Be quiet!\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"saì!\":[{\"word\":\"saì!\",\"wordClass\":\"INTJ\",\"definitions\":[\"exclamation to scare away dogs pilfering or disturbing one\"],\"examples\":[{\"igbo\":\"Nkịtāà nụ, saì!\",\"english\":\"You dog, be off!\"}],\"variations\":[],\"stems\":null}],\"sam\":[{\"word\":\"sam\",\"wordClass\":\"NNC\",\"definitions\":[\"beauty; attractiveness; fitness; eligibility\"],\"examples\":[{\"igbo\":\"Àfè nwaànyì afù yì dì sam\",\"english\":\"The woman looked fine in that dress\"}],\"variations\":[],\"stems\":null}],\"sambà\":[{\"word\":\"sambà\",\"wordClass\":\"NNC\",\"definitions\":[\"frame-drum, flat square drum (compare Yoruba)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"sannò\":[{\"word\":\"sannò\",\"wordClass\":\"CD\",\"definitions\":[\"nine (arch., compare ìtènaānị)\"],\"examples\":[{\"igbo\":\"Madū nō n’ime ụnò akwụkwô dì sannò\",\"english\":\"The people in the school are nine\"}],\"variations\":[],\"stems\":null}],\"-secha\":[{\"word\":\"-secha\",\"wordClass\":\"AV\",\"definitions\":[\"skim (oil, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-se\"]}],\"-se ese\":[{\"word\":\"-se ese\",\"wordClass\":\"AV\",\"definitions\":[\"float\"],\"examples\":[],\"variations\":[],\"stems\":[\"-se\"]}],\"-se\":[{\"word\":\"-se\",\"wordClass\":\"AV\",\"definitions\":[\"float\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òsìsè\":[{\"word\":\"òsìsè\",\"wordClass\":\"AV\",\"definitions\":[\"convulsions\",\"drawing (of diagram); photographing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sè\"]}],\"-sèchìgha\":[{\"word\":\"-sèchìgha\",\"wordClass\":\"AV\",\"definitions\":[\"draw back; withdraw\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sè\"]}],\"-sè èsè\":[{\"word\":\"-sè èsè\",\"wordClass\":\"AV\",\"definitions\":[\"pull; draw\",\"photograph\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sè\"]}],\"-sègba\":[{\"word\":\"-sègba\",\"wordClass\":\"AV\",\"definitions\":[\"form a train; go on; go forward; push along; extend to\"],\"examples\":[{\"igbo\":\"Achòlù m kà i sègbaa ōwụwa ànì afù ị nà-àwa kà o rute n’iru ụnō ānyị\",\"english\":\"I want you to extend the trench you are digging to reach the front of our house\"}],\"variations\":[],\"stems\":[\"-sè\"]}],\"-sèka akwụkwọ\":[{\"word\":\"-sèka akwụkwọ\",\"wordClass\":\"AV\",\"definitions\":[\"dismiss a case (literally tear papers)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sè\"]}],\"-sèkọba\":[{\"word\":\"-sèkọba\",\"wordClass\":\"AV\",\"definitions\":[\"contract in size\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sè\"]}],\"-sèkọnata\":[{\"word\":\"-sèkọnata\",\"wordClass\":\"AV\",\"definitions\":[\"pull together; pull together to the centre\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sè\"]}],\"-sèkpụ\":[{\"word\":\"-sèkpụ\",\"wordClass\":\"AV\",\"definitions\":[\"carry in hand by handle (e.g. bag, bucket)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sè\"]}],\"-sèkpụni\":[{\"word\":\"-sèkpụni\",\"wordClass\":\"AV\",\"definitions\":[\"lift up; drag up\"],\"examples\":[{\"igbo\":\"Ọ chòlù isèkpùnì nwatā dālụ adà\",\"english\":\"She wants to pull up the child who has fallen down\"}],\"variations\":[],\"stems\":[\"-sè\"]}],\"-sèkpụnye\":[{\"word\":\"-sèkpụnye\",\"wordClass\":\"AV\",\"definitions\":[\"drag into; drag to\"],\"examples\":[{\"igbo\":\"Sèkpụnye m nwa m\",\"english\":\"Give me my child (i.e. Pull my child by the hand and hand her over to me)\"}],\"variations\":[],\"stems\":[\"-sè\"]}],\"-sèkpụpù\":[{\"word\":\"-sèkpụpù\",\"wordClass\":\"AV\",\"definitions\":[\"draw away forcibly; drag away\"],\"examples\":[{\"igbo\":\"Sekpùpù nwatà afū nà-atatò ọnū ilo\",\"english\":\"Drag that jabbering boy out\"}],\"variations\":[],\"stems\":[\"-sè\"]}],\"-sèlụ\":[{\"word\":\"-sèlụ\",\"wordClass\":\"AV\",\"definitions\":[\"pull, draw to oneself\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sè\"]}],\"-sènita\":[{\"word\":\"-sènita\",\"wordClass\":\"AV\",\"definitions\":[\"draw up, lift up\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sè\"]}],\"sè okwu\":[{\"word\":\"sè okwu\",\"wordClass\":\"AV\",\"definitions\":[\"quarrel (literally draw words)\"],\"examples\":[{\"igbo\":\"Mụ nà Èjìòfọ nà-esè okwū\",\"english\":\"Ejiọfọ and myself are quarrelling\"}],\"variations\":[],\"stems\":[\"-sè\"]}],\"-sèpùta\":[{\"word\":\"-sèpùta\",\"wordClass\":\"AV\",\"definitions\":[\"draw out (as bucket from well)\"],\"examples\":[{\"igbo\":\"Isēpùtà ìtè n’ime ūmị adịrō ọlụ\",\"english\":\"To pull a pot out from the well is not difficult\"}],\"variations\":[],\"stems\":[\"-sè\"]}],\"-sèsà\":[{\"word\":\"-sèsà\",\"wordClass\":\"AV\",\"definitions\":[\"draw apart; scatter; spread about; litter; tear by pulling\"],\"examples\":[{\"igbo\":\"Jèe sesàa ụmù akā nā-anū ògù\",\"english\":\"Go and separate (or pull apart) the children who are fighting\"}],\"variations\":[],\"stems\":[\"-sè\"]}],\"-sètị\":[{\"word\":\"-sètị\",\"wordClass\":\"AV\",\"definitions\":[\"stretch\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sè\"]}],\"-sètịpù\":[{\"word\":\"-sètịpù\",\"wordClass\":\"AV\",\"definitions\":[\"stretch out\"],\"examples\":[{\"igbo\":\"Setìpù akā gị\",\"english\":\"Stretch out your hand\"}],\"variations\":[],\"stems\":[\"-sè\"]}],\"-sètịwanye\":[{\"word\":\"-sètịwanye\",\"wordClass\":\"AV\",\"definitions\":[\"widen by stretching; stretch further\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sè\"]}],\"-sètọ\":[{\"word\":\"-sètọ\",\"wordClass\":\"AV\",\"definitions\":[\"tear by pulling\"],\"examples\":[{\"igbo\":\"Ọ nà-àchọ isètò elili e jìlì ke ngwùgwù afù\",\"english\":\"He wants to break (by pulling) the rope used in tying the parcel\"}],\"variations\":[],\"stems\":[\"-sè\"]}],\"-sètù\":[{\"word\":\"-sètù\",\"wordClass\":\"AV\",\"definitions\":[\"drag down; pull down\"],\"examples\":[{\"igbo\":\"Òfô jìlì iwe setù nwa nnē ya n’enu obē, nwa nnē ya dàa tijie ōfu akā\",\"english\":\"Ọfọ angrily pulled down his brother from the ladder, his brother fell and fractured one arm\"}],\"variations\":[],\"stems\":[\"-sè\"]}],\"-sè ụtịlī\":[{\"word\":\"-sè ụtịlī\",\"wordClass\":\"AV\",\"definitions\":[\"stretch oneself (as sometimes done when yawning or during exhaustion or idleness)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sè\"]}],\"-sèwa\":[{\"word\":\"-sèwa\",\"wordClass\":\"AV\",\"definitions\":[\"tear; pull asunder; tear apart\",\"draw on (cigarette, etc.)\"],\"examples\":[{\"igbo\":\"Sèwaa yā ìbụō\",\"english\":\"Tear it into two\"}],\"variations\":[],\"stems\":[\"-sè\"]}],\"-sè anwụlù (ùtabà)\":[{\"word\":\"-sè anwụlù (ùtabà)\",\"wordClass\":\"AV\",\"definitions\":[\"smoke tobacco\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sè\"]}],\"-sè sìga\":[{\"word\":\"-sè sìga\",\"wordClass\":\"AV\",\"definitions\":[\"smoke cigarette\",\"stir (e.g. with rod in thickening food)\"],\"examples\":[{\"igbo\":\"Èjìma adī esē sìga\",\"english\":\"Ejima does not smoke\"}],\"variations\":[],\"stems\":[\"-sè\",\"sìga\"]}],\"-sè nni\":[{\"word\":\"-sè nni\",\"wordClass\":\"AV\",\"definitions\":[\"stir food (like preparation of pap)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sè\"]}],\"-sè ògbàdụ\":[{\"word\":\"-sè ògbàdụ\",\"wordClass\":\"AV\",\"definitions\":[\"prepare corn meal, i.e. pap, which begins as white watery fluid, then thickens gradually as it becomes more heated, becoming very thick towards the end of the cooking. The cook keeps on stirring it throughout the cooking\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sè\"]}],\"-sèlụ (ife)\":[{\"word\":\"-sèlụ (ife)\",\"wordClass\":\"AV\",\"definitions\":[\"reflect, photograph (an object)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sè\"]}],\"-sè\":[{\"word\":\"-sè\",\"wordClass\":\"AV\",\"definitions\":[\"draw; pull; stretch\",\"draw (e.g. diagram)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-se-kpù\":[{\"word\":\"-se-kpù\",\"wordClass\":\"AV\",\"definitions\":[\"crouch; kneel down\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"sepànịpà\":[{\"word\":\"sepànịpà\",\"wordClass\":\"NNC\",\"definitions\":[\"a weak person who struggles in vain to beat a stronger opponent\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-shọ ùzù\":[{\"word\":\"-shọ ùzù\",\"wordClass\":\"AV\",\"definitions\":[\"quarrel noisily = -tụ ùzù\"],\"examples\":[],\"variations\":[],\"stems\":[\"-shọ\"]}],\"-shọ\":[{\"word\":\"-shọ\",\"wordClass\":\"AV\",\"definitions\":[\"(dialectal form of -fịọ)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"shọòshọò\":[{\"word\":\"shọòshọò\",\"wordClass\":\"\",\"definitions\":[\"see fịòfịò\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-siji\":[{\"word\":\"-siji\",\"wordClass\":\"AV\",\"definitions\":[\"dye; dye black\"],\"examples\":[],\"variations\":[],\"stems\":[\"-si\"]}],\"-sifìè\":[{\"word\":\"-sifìè\",\"wordClass\":\"AV\",\"definitions\":[\"pass the wrong way; miss road, way\"],\"examples\":[],\"variations\":[],\"stems\":[\"-si\"]}],\"-sifìè ụzò\":[{\"word\":\"-sifìè ụzò\",\"wordClass\":\"AV\",\"definitions\":[\"miss road, way\",\"come from\"],\"examples\":[{\"igbo\":\"Ji esīzi n’isi pu ò si n’ọdù pu\",\"english\":\"If yam does not bring out a shoot from the head, it brings it through the tail\"}],\"variations\":[],\"stems\":[\"-si\",\"ụzò\"]}],\"-si bịa\":[{\"word\":\"-si bịa\",\"wordClass\":\"AV\",\"definitions\":[\"come from; come by way of\"],\"examples\":[{\"igbo\":\"Èbeē kà onye dibìà gà-èsi bịa?\",\"english\":\"Where is the doctor going to come from?\"},{\"igbo\":\"Ǹkaà bù nwatà nwokē si ụnò bịa ọfụū\",\"english\":\"This is the boy who came from home recently, or who has just come from home\"}],\"variations\":[],\"stems\":[\"-si\"]}],\"-site\":[{\"word\":\"-site\",\"wordClass\":\"AV\",\"definitions\":[\"take, come through, by\"],\"examples\":[{\"igbo\":\"Ụzō à kà m sìtèlù bịa\",\"english\":\"This is the road I took to come\"}],\"variations\":[],\"stems\":[\"-si\"]}],\"site nà\":[{\"word\":\"site nà\",\"wordClass\":\"AV\",\"definitions\":[\"from; through\"],\"examples\":[{\"igbo\":\"Site n’okwu o kwulu kà m jìlì malụ nà egwù nà-àtụ yā\",\"english\":\"From what he said, I knew he was afraid\"}],\"variations\":[],\"stems\":[\"-si\"]}],\"-sika ike\":[{\"word\":\"-sika ike\",\"wordClass\":\"AV\",\"definitions\":[\"be very, too, strong, difficult\"],\"examples\":[{\"igbo\":\"Ọlụ afù èsika ikē\",\"english\":\"The work is very difficult\"}],\"variations\":[],\"stems\":[\"-si\"]}],\"-si òbò\":[{\"word\":\"-si òbò\",\"wordClass\":\"AV\",\"definitions\":[\"be lazy, idle\"],\"examples\":[],\"variations\":[],\"stems\":[\"-si\"]}],\"-jesi ijè ike\":[{\"word\":\"-jesi ijè ike\",\"wordClass\":\"AV\",\"definitions\":[\"to go fast\"],\"examples\":[],\"variations\":[],\"stems\":[\"-si\"]}],\"-jìdesi ike\":[{\"word\":\"-jìdesi ike\",\"wordClass\":\"AV\",\"definitions\":[\"hold firmly\"],\"examples\":[{\"igbo\":\"Jìdesie yā ike\",\"english\":\"Hold him firmly\"}],\"variations\":[],\"stems\":[\"-si\"]}],\"-jìsi ike\":[{\"word\":\"-jìsi ike\",\"wordClass\":\"AV\",\"definitions\":[\"put more effort; persevere; maintain effort; hold firmly by that illness)\",\"form of greeting to person travelling, working or going for an examination, meaning farewell or struggle hard, etc.\"],\"examples\":[{\"igbo\":\"Ọyà afù jìsìlì yà ike\",\"english\":\"He is seriously ill (literally He is firmly held\"}],\"variations\":[],\"stems\":[\"-si\"]}],\"Jìsie ikē\":[{\"word\":\"Jìsie ikē\",\"wordClass\":\"AV\",\"definitions\":[\"struggle hard, or persevere (used as greeting to someone working, travelling, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-si\"]}],\"-lụsi ọlụ ike\":[{\"word\":\"-lụsi ọlụ ike\",\"wordClass\":\"AV\",\"definitions\":[\"work hard, energetically\"],\"examples\":[{\"igbo\":\"Lùsie ọlū gị ike\",\"english\":\"Do your work energetically\"}],\"variations\":[],\"stems\":[\"-si\"]}],\"-mesi ike\":[{\"word\":\"-mesi ike\",\"wordClass\":\"AV\",\"definitions\":[\"do energetically\"],\"examples\":[{\"igbo\":\"Mèsie ife afù ị nà-ème ikē\",\"english\":\"Do that thing you are doing energetically\"}],\"variations\":[],\"stems\":[\"-si\"]}],\"-tisi ike\":[{\"word\":\"-tisi ike\",\"wordClass\":\"AV\",\"definitions\":[\"beat hard\"],\"examples\":[{\"igbo\":\"Àchọrō m itīsi ya ike\",\"english\":\"I don’t want to beat it hard\"}],\"variations\":[],\"stems\":[\"-si\"]}],\"-sikwụ\":[{\"word\":\"-sikwụ\",\"wordClass\":\"AV\",\"definitions\":[\"compare; contrast; think about; consider; criticise\"],\"examples\":[{\"igbo\":\"Achòlù m ijī òkè m sikwụ ǹkè gị kà m wèe malụ ǹke kā ibè ya\",\"english\":\"I want to compare your share with mine to know which is greater (placing them side by side)\"}],\"variations\":[],\"stems\":[\"-si\"]}],\"-si ngọ\":[{\"word\":\"-si ngọ\",\"wordClass\":\"AV\",\"definitions\":[\"doubt; doubt obstinately\"],\"examples\":[],\"variations\":[],\"stems\":[\"-si\"]}],\"-sinwụ\":[{\"word\":\"-sinwụ\",\"wordClass\":\"AV\",\"definitions\":[\"scorch; wither; have pins and needles; be numb; be half-dead\"],\"examples\":[{\"igbo\":\"Akwụkwọ nnī m gotalụ n’ùtụtù àsinwụgo\",\"english\":\"The vegetables I bought this morning have withered\"}],\"variations\":[],\"stems\":[\"-si\"]}],\"-siwa\":[{\"word\":\"-siwa\",\"wordClass\":\"AV\",\"definitions\":[\"hurt severely\"],\"examples\":[],\"variations\":[],\"stems\":[\"-si\"]}],\"-siwasị\":[{\"word\":\"-siwasị\",\"wordClass\":\"AV\",\"definitions\":[\"hurt severely\"],\"examples\":[{\"igbo\":\"Isi nà-èsiwasị m\",\"english\":\"I have a severe headache\"}],\"variations\":[],\"stems\":[\"-si\"]}],\"-sinwụba\":[{\"word\":\"-sinwụba\",\"wordClass\":\"AV\",\"definitions\":[\"look dejected; scowl\"],\"examples\":[{\"igbo\":\"Kèdụ ife mēlụ i jìlì sinwụba irū?\",\"english\":\"Why are you looking dejected?\"}],\"variations\":[],\"stems\":[\"-si\"]}],\"-si\":[{\"word\":\"-si\",\"wordClass\":\"AV\",\"definitions\":[\"cook; boil\",\"pass by way of; pass\",\"set (like trap)\",\"hurt; pain; scorch; wither\"],\"examples\":[{\"igbo\":\"Èjìma nà-èsi jī\",\"english\":\"Ejima is cooking yam\"},{\"igbo\":\"Àchọrō m kà i si ụzō à\",\"english\":\"I don’t want you to pass this way\"},{\"igbo\":\"Ǹkaà bù ụzò e sì èje Nneēwi\",\"english\":\"This is the way leading to Nneewi. (literally...by which people go to Nneewi)\"}],\"variations\":[],\"stems\":[]}],\"-sì isì\":[{\"word\":\"-sì isì\",\"wordClass\":\"AV\",\"definitions\":[\"smell; stink; give scent\"],\"examples\":[{\"igbo\":\"Ntì gị nà-esì isì\",\"english\":\"Your ear is smelling\"}],\"variations\":[],\"stems\":[\"-sì\"]}],\"òsìsì\":[{\"word\":\"òsìsì\",\"wordClass\":\"AV\",\"definitions\":[\"weighing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sì\"]}],\"-sìne\":[{\"word\":\"-sìne\",\"wordClass\":\"AV\",\"definitions\":[\"compare; weigh a word\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sì\"]}],\"-sì ụkwụ\":[{\"word\":\"-sì ụkwụ\",\"wordClass\":\"AV\",\"definitions\":[\"mark a footprint\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sì\",\"ụkwụ\"]}],\"-sì àrụ\":[{\"word\":\"-sì àrụ\",\"wordClass\":\"AV\",\"definitions\":[\"be very tough (of person) (i.e. have very tough constitution or body that withstands great hardship, sometimes naturally or through repeated hard experience)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sì\"]}],\"-gbasì\":[{\"word\":\"-gbasì\",\"wordClass\":\"AV\",\"definitions\":[\"toughen\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sì\"]}],\"-sì\":[{\"word\":\"-sì\",\"wordClass\":\"AV\",\"definitions\":[\"smell; stink; give scent\",\"weigh\",\"be tough in constitution; hard\"],\"examples\":[{\"igbo\":\"Ò gịnī nà-esì\",\"english\":\"What is smelling?\"}],\"variations\":[],\"stems\":[]}],\"sisì\":[{\"word\":\"sisì\",\"wordClass\":\"NNC\",\"definitions\":[\"five kobo; sixpence (English six(pence))\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-sị àsị\":[{\"word\":\"-sị àsị\",\"wordClass\":\"AV\",\"definitions\":[\"lie; tell lies\"],\"examples\":[{\"igbo\":\"Ị na-àsị āsị\",\"english\":\"You are lying\"},{\"igbo\":\"Ịsī asị nà-èbutù mmadù\",\"english\":\"Lying degrades a person\"}],\"variations\":[],\"stems\":[\"-sị\"]}],\"-sị àsìlì\":[{\"word\":\"-sị àsìlì\",\"wordClass\":\"AV\",\"definitions\":[\"gossip\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sị\"]}],\"-sị òsiālị\":[{\"word\":\"-sị òsiālị\",\"wordClass\":\"AV\",\"definitions\":[\"bear witness\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sị\"]}],\"àsìlì\":[{\"word\":\"àsìlì\",\"wordClass\":\"AV\",\"definitions\":[\"gossip\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sị\"]}],\"onye àsìlì\":[{\"word\":\"onye àsìlì\",\"wordClass\":\"AV\",\"definitions\":[\"gossip(er)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sị\"]}],\"a sị nà\":[{\"word\":\"a sị nà\",\"wordClass\":\"AV\",\"definitions\":[\"if; suppose; supposing that\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sị\"]}],\"asìsà\":[{\"word\":\"asìsà\",\"wordClass\":\"AV\",\"definitions\":[\"involuntary confession while delirious or with mind wandering\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sị\"]}],\"-bòkasị\":[{\"word\":\"-bòkasị\",\"wordClass\":\"\",\"definitions\":[\"divide into pieces\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sị\"]}],\"emesịa\":[{\"word\":\"emesịa\",\"wordClass\":\"\",\"definitions\":[\"afterwards\"],\"examples\":[{\"igbo\":\"Ọ gà-àdị mmā n’èmesịa\",\"english\":\"It will be good at last, afterwards\"}],\"variations\":[],\"stems\":[\"-sị\"]}],\"o mesịa\":[{\"word\":\"o mesịa\",\"wordClass\":\"\",\"definitions\":[\"afterwards\"],\"examples\":[{\"igbo\":\"O mèsìàlù bịa bē m\",\"english\":\"She came to my house at last\"}],\"variations\":[],\"stems\":[\"-sị\"]}],\"o mesịzịa\":[{\"word\":\"o mesịzịa\",\"wordClass\":\"\",\"definitions\":[\"afterwards; eventually\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sị\"]}],\"-sị\":[{\"word\":\"-sị\",\"wordClass\":\"AV\",\"definitions\":[\"say; tell\",\"completely; totally\",\"about (restricted to verbs ending in -sà 1. B.)\"],\"examples\":[{\"igbo\":\"Ọ sì nà ya amā abịa\",\"english\":\"He said that she wouldn’t come\"}],\"variations\":[],\"stems\":[]}],\"sìga\":[{\"word\":\"sìga\",\"wordClass\":\"NNC\",\"definitions\":[\"cigarette (English)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"sịò\":[{\"word\":\"sịò\",\"wordClass\":\"INTJ\",\"definitions\":[\"exclamation of anger, disgust\"],\"examples\":[{\"igbo\":\"Sịò! Ifelē mèe gī Fie!\",\"english\":\"Shame on you!\"},{\"igbo\":\"Sịò! Ọ sòlù oyī Ooh!\",\"english\":\"It is ugly!\"}],\"variations\":[],\"stems\":null}],\"-sịsị\":[{\"word\":\"-sịsị\",\"wordClass\":\"ESUF\",\"definitions\":[\"continually\"],\"examples\":[{\"igbo\":\"Mkpụlụ akwū nà-adàsịsị\",\"english\":\"Palm nuts keep on falling\"},{\"igbo\":\"Mmilī nà-àtụsịsị\",\"english\":\"Water is dripping (continuously)\"}],\"variations\":[],\"stems\":null}],\"sịsò\":[{\"word\":\"sịsò\",\"wordClass\":\"\",\"definitions\":[\"see sò\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-sonita\":[{\"word\":\"-sonita\",\"wordClass\":\"AV\",\"definitions\":[\"grow up\"],\"examples\":[],\"variations\":[],\"stems\":[\"-so\"]}],\"-sopùta\":[{\"word\":\"-sopùta\",\"wordClass\":\"AV\",\"definitions\":[\"grow up; be of age\"],\"examples\":[],\"variations\":[],\"stems\":[\"-so\"]}],\"-so ùso\":[{\"word\":\"-so ùso\",\"wordClass\":\"AV\",\"definitions\":[\"grow; be long, tall (of living thing)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-so\"]}],\"-sowanye\":[{\"word\":\"-sowanye\",\"wordClass\":\"AV\",\"definitions\":[\"increase in length, height, growth, age (of growing thing or youth)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-so\"]}],\"-so\":[{\"word\":\"-so\",\"wordClass\":\"AV\",\"definitions\":[\"grow; be long, tall\",\"sharpen\"],\"examples\":[{\"igbo\":\"Ọ nà-èso mmà\",\"english\":\"She is sharpening a knife\"}],\"variations\":[],\"stems\":[]}],\"-sòchi n’àzụ\":[{\"word\":\"-sòchi n’àzụ\",\"wordClass\":\"AV\",\"definitions\":[\"follow immediately after\"],\"examples\":[{\"igbo\":\"Sòchie m n’àzụ\",\"english\":\"Follow immediately behind me\"}],\"variations\":[],\"stems\":[\"-sò\"]}],\"-sòchi ibè n’àzụ\":[{\"word\":\"-sòchi ibè n’àzụ\",\"wordClass\":\"AV\",\"definitions\":[\"walk in single file\",\"follow immediately behind or after companions\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sò\"]}],\"-sògbu\":[{\"word\":\"-sògbu\",\"wordClass\":\"AV\",\"definitions\":[\"trouble; vex; persecute\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sò\"]}],\"-sògwa\":[{\"word\":\"-sògwa\",\"wordClass\":\"AV\",\"definitions\":[\"mix with (e.g. in a walk)\"],\"examples\":[{\"igbo\":\"Atụlū adī esògwalụ efī\",\"english\":\"Sheep never move about with cattle\"}],\"variations\":[],\"stems\":[\"-sò\"]}],\"-sò ǹdùmọọdụ\":[{\"word\":\"-sò ǹdùmọọdụ\",\"wordClass\":\"AV\",\"definitions\":[\"follow advice\"],\"examples\":[{\"igbo\":\"Bikō, sòlu ǹdùmọọdụ m\",\"english\":\"Please, follow my advice\"}],\"variations\":[],\"stems\":[\"-sò\"]}],\"-sòni\":[{\"word\":\"-sòni\",\"wordClass\":\"AV\",\"definitions\":[\"following (e.g. day, etc.)\"],\"examples\":[{\"igbo\":\"Àda gà-àbịa ụbòsì ụkà mà mụ nwà gà-àna ụbòsị nā-esòni yā\",\"english\":\"Ada will come on Sunday but I shall go the following day\"}],\"variations\":[],\"stems\":[\"-sò\"]}],\"-sò n’ùsòlò\":[{\"word\":\"-sò n’ùsòlò\",\"wordClass\":\"AV\",\"definitions\":[\"be in order, procession\",\"be in line\"],\"examples\":[{\"igbo\":\"Achòlù m kà ụnū sòo n’ùsòlò\",\"english\":\"I want you to form a procession, or, get into single file\"}],\"variations\":[],\"stems\":[\"-sò\",\"ùsòlò\"]}],\"-sònye\":[{\"word\":\"-sònye\",\"wordClass\":\"AV\",\"definitions\":[\"join in (e.g. a stroll or walk)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sò\"]}],\"-sònyelụ\":[{\"word\":\"-sònyelụ\",\"wordClass\":\"AV\",\"definitions\":[\"accompany\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sò\"]}],\"-sò ụkpụlū\":[{\"word\":\"-sò ụkpụlū\",\"wordClass\":\"AV\",\"definitions\":[\"take after, resemble ancestor (in behaviour)\",\"take part in; be a member of\",\"with (acting like suffix)\"],\"examples\":[{\"igbo\":\"Ụmū Ìbè niīne nà-èzugbàdo orī, fa nà-esò ụkpụlū nnà nnà fa\",\"english\":\"All of Ibè's children are thieves, they take after their grandfather\"},{\"igbo\":\"Enyì m sò na ndi isi ōde ākwụkwọ\",\"english\":\"My friend is one of the leading writers\"}],\"variations\":[],\"stems\":[\"-sò\",\"ụkpụlū\"]}],\"-gwusò egwu\":[{\"word\":\"-gwusò egwu\",\"wordClass\":\"AV\",\"definitions\":[\"play with someone\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sò\"]}],\"-nụsò\":[{\"word\":\"-nụsò\",\"wordClass\":\"AV\",\"definitions\":[\"war against\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sò\"]}],\"-sò\":[{\"word\":\"-sò\",\"wordClass\":\"AV\",\"definitions\":[\"follow; accompany; go with\"],\"examples\":[{\"igbo\":\"Achòlù m isò gì na\",\"english\":\"I want to go (home) with you\"}],\"variations\":[],\"stems\":null}],\"-sọ ùsọ\":[{\"word\":\"-sọ ùsọ\",\"wordClass\":\"AV\",\"definitions\":[\"be pleasant, sweet; please\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sọ\",\"ùsọ\"]}],\"-sọpù\":[{\"word\":\"-sọpù\",\"wordClass\":\"AV\",\"definitions\":[\"honour (by standing aside)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sọ\"]}],\"-sọpùlụ\":[{\"word\":\"-sọpùlụ\",\"wordClass\":\"AV\",\"definitions\":[\"honour; revere; give way to; respect\"],\"examples\":[{\"igbo\":\"Ọ nà-àsọpùlụ m dị kà nnwa\",\"english\":\"He behaves like a son to me\"}],\"variations\":[],\"stems\":[\"-sọ\"]}],\"nsọpùlụ\":[{\"word\":\"nsọpùlụ\",\"wordClass\":\"AV\",\"definitions\":[\"respect; honour\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sọ\"]}],\"-sọrụka\":[{\"word\":\"-sọrụka\",\"wordClass\":\"AV\",\"definitions\":[\"honour (by standing or bending aside)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sọ\"]}],\"-sọ oyi\":[{\"word\":\"-sọ oyi\",\"wordClass\":\"AV\",\"definitions\":[\"abhor; disgust; be ugly to; be ugly (e.g. faeces or ulcer)\",\"forbid; be taboo\"],\"examples\":[{\"igbo\":\"Ọnya dī gị n’ụkwụ nà-àsọ m oyī\",\"english\":\"The ulcer on your leg disgusts me\"},{\"igbo\":\"Ndi Nneēwi nà-àsọ ewī nsọ\",\"english\":\"The giant rat is taboo to the people of Nneewi (literally The people of Nneēwi forbid the giant rat)\"}],\"variations\":[],\"stems\":[\"-sọ\"]}],\"-sọkwù\":[{\"word\":\"-sọkwù\",\"wordClass\":\"AV\",\"definitions\":[\"be foolish, awkward\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sọ\"]}],\"nsọkwù\":[{\"word\":\"nsọkwù\",\"wordClass\":\"AV\",\"definitions\":[\"foolishness; awkwardness\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sọ\"]}],\"-sọpị\":[{\"word\":\"-sọpị\",\"wordClass\":\"AV\",\"definitions\":[\"be tapering\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sọ\"]}],\"-sọtù\":[{\"word\":\"-sọtù\",\"wordClass\":\"AV\",\"definitions\":[\"push down (e.g. with hoofs)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sọ\"]}],\"sò\":[{\"word\":\"sò\",\"wordClass\":\"NNC\",\"definitions\":[\"only\"],\"examples\":[{\"igbo\":\"Ọ bù sò m^nò n’ebe à\",\"english\":\"I am the only one here\"},{\"igbo\":\"Kpòta sò ya\",\"english\":\"Bring him alone\"},{\"igbo\":\"Ọ bù sòọsò òfu ochē dị n’ebe a gà-anò me nzùkọ\",\"english\":\"There is only one chair in the place where the meeting is going to take place\"},{\"igbo\":\"Sòọsò Chinēkè Nnà pùlù ịzōpùtà ànyị n’aka ndi ilō\",\"english\":\"Only God the Father can save us from the hands of the enemy\"}],\"variations\":[\"sòọsò\",\"sịsò\"],\"stems\":[\"-sọ\"]}],\"sòọsò ya\":[{\"word\":\"sòọsò ya\",\"wordClass\":\"NNC\",\"definitions\":[\"only him/her/it\",\"only him, her, it\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sọ\",\"ya\"]}],\"-sọ\":[{\"word\":\"-sọ\",\"wordClass\":\"AV\",\"definitions\":[\"be pleasant, sweet; please; like; appeal to\",\"avoid (out of respect); honour; revere\",\"precede; be next before; be older than\",\"push; poke\",\"see -su + 4.\"],\"examples\":[{\"igbo\":\"Ife nwaàyì afù sòlù m\",\"english\":\"The woman attracts me\"},{\"igbo\":\"A sọọ ịpīa nwatà ìtàlì è mebìe yā\",\"english\":\"Spare the rod and spoil the child\"},{\"igbo\":\"Asòlù m Ònyeēnwe\",\"english\":\"I am older than Onyeenwe\"}],\"variations\":[],\"stems\":[]}],\"sọò!\":[{\"word\":\"sọò!\",\"wordClass\":\"INTJ\",\"definitions\":[\"exclamation adding emphasis\",\"exclamation of anger, used when someone has been worried by someone else to the point of exhaustion and now asks to be left in peace\"],\"examples\":[{\"igbo\":\"Dàalụ sọò\",\"english\":\"Oh, thank you!\"},{\"igbo\":\"Wèta yā n’-ebe à sọò\",\"english\":\"Bring it here, please!\"},{\"igbo\":\"Nòdụnụ ànì sọò\",\"english\":\"Do sit down (addressing more than one person)\"},{\"igbo\":\"Nòdụ ànì sọò\",\"english\":\"Do sit down (to one person)\"},{\"igbo\":\"Ọ bù ezi okwū sọò\",\"english\":\"It is true, really!\"},{\"igbo\":\"Rapū m sọò, jèbe sọò\",\"english\":\"Please leave me alone, you are free to go\"}],\"variations\":[],\"stems\":null}],\"sòọsò\":[{\"word\":\"sòọsò\",\"wordClass\":\"\",\"definitions\":[\"see sò\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-sucha\":[{\"word\":\"-sucha\",\"wordClass\":\"AV\",\"definitions\":[\"thresh (e.g. rice)\",\"box, beat, strike, hit (hard)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-su\"]}],\"-sutụ ọnū\":[{\"word\":\"-sutụ ọnū\",\"wordClass\":\"AV\",\"definitions\":[\"touch slightly with mouth; kiss\",\"touch with mouth\"],\"examples\":[],\"variations\":[],\"stems\":[\"-su\",\"-tụ\"]}],\"-sukpọ\":[{\"word\":\"-sukpọ\",\"wordClass\":\"AV\",\"definitions\":[\"burn up\"],\"examples\":[],\"variations\":[],\"stems\":[\"-su\"]}],\"-sule\":[{\"word\":\"-sule\",\"wordClass\":\"AV\",\"definitions\":[\"burn\"],\"examples\":[],\"variations\":[],\"stems\":[\"-su\"]}],\"-suli\":[{\"word\":\"-suli\",\"wordClass\":\"AV\",\"definitions\":[\"dip food in soup or stew and eat\"],\"examples\":[],\"variations\":[],\"stems\":[\"-su\"]}],\"-sulu\":[{\"word\":\"-sulu\",\"wordClass\":\"AV\",\"definitions\":[\"take piece of yam, etc., from among many and eat; take stew or soup with morsel or piece of food\"],\"examples\":[],\"variations\":[],\"stems\":[\"-su\"]}],\"nsulu\":[{\"word\":\"nsulu\",\"wordClass\":\"AV\",\"definitions\":[\"a sop; dipping into (soup, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-su\"]}],\"-su òsụsọō\":[{\"word\":\"-su òsụsọō\",\"wordClass\":\"AV\",\"definitions\":[\"sweat; perspire; cause perspiration\"],\"examples\":[{\"igbo\":\"Àfe à m yì nà-èsu m òsụsọō\",\"english\":\"This shirt I'm wearing is making me sweat\"}],\"variations\":[],\"stems\":[\"-su\"]}],\"-su\":[{\"word\":\"-su\",\"wordClass\":\"AV\",\"definitions\":[\"pound (dry object\",\"burn; destroy by burning; set fire to\",\"dip (e.g. morsel of food in soup, piece of yam in stew or oil)\"],\"examples\":[],\"variations\":[\"-sọ\"],\"stems\":[]}],\"susu\":[{\"word\":\"susu\",\"wordClass\":\"\",\"definitions\":[\"see èsusu\"],\"examples\":[],\"variations\":[\"suso\"],\"stems\":null}],\"òsụsụ\":[{\"word\":\"òsụsụ\",\"wordClass\":\"AV\",\"definitions\":[\"pounding\",\"boiling; fermentation\",\"cutting; clearing (bush, forest); weeding\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sụ\"]}],\"-sụkpọ\":[{\"word\":\"-sụkpọ\",\"wordClass\":\"AV\",\"definitions\":[\"destroy; beat to powder\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sụ\"]}],\"-sụ asùsụ\":[{\"word\":\"-sụ asùsụ\",\"wordClass\":\"AV\",\"definitions\":[\"speak language, tongue, dialect\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sụ\"]}],\"-sụghalị asùsụ\":[{\"word\":\"-sụghalị asùsụ\",\"wordClass\":\"AV\",\"definitions\":[\"interpret language (literally change language)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sụ\"]}],\"-sụ pùm\":[{\"word\":\"-sụ pùm\",\"wordClass\":\"AV\",\"definitions\":[\"bubble (of boiling thick liquids like hot pap, thick soup, and cornflour. The force of rising steam leaves holes which quickly close up, making sounds pùm pùm pùm)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sụ\"]}],\"-sụ ùfụfù\":[{\"word\":\"-sụ ùfụfù\",\"wordClass\":\"AV\",\"definitions\":[\"foam; froth\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sụ\",\"ùfụfù\"]}],\"ọsụsụ ànì\":[{\"word\":\"ọsụsụ ànì\",\"wordClass\":\"AV\",\"definitions\":[\"cutting, clearing bush preparatory to farming\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sụ\"]}],\"-sụcha\":[{\"word\":\"-sụcha\",\"wordClass\":\"AV\",\"definitions\":[\"clear away weeds or bush; weed; deforest\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sụ\"]}],\"-sụ ugbō\":[{\"word\":\"-sụ ugbō\",\"wordClass\":\"AV\",\"definitions\":[\"weed farm\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sụ\",\"ugbō\"]}],\"-sụ ụzò\":[{\"word\":\"-sụ ụzò\",\"wordClass\":\"AV\",\"definitions\":[\"cut road, path, way\",\"cut road\",\"way; manner; conduct; sort; kind\"],\"examples\":[{\"igbo\":\"Ụzò i sì èkwu okwū asōrọ m\",\"english\":\"I don’t like your way of speaking\"}],\"variations\":[],\"stems\":[\"-sụ\",\"ụzò\"]}],\"Anà m àsụ akwà\":[{\"word\":\"Anà m àsụ akwà\",\"wordClass\":\"AV\",\"definitions\":[\"I am washing some clothes\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sụ\"]}],\"-sụ\":[{\"word\":\"-sụ\",\"wordClass\":\"AV\",\"definitions\":[\"pound (soft objects, e.g. fufu, pounded yam; compare -su 1.)\",\"boil; begin to boil; sing (of kettle on cooker)\",\"cut, clear (bush, forest); weed\",\"see -sọ 4.\"],\"examples\":[{\"igbo\":\"Ejì m aka nà nni afù gà-àsụ tupu elekele isiì\",\"english\":\"I am sure the food will boil before six o'clock\"}],\"variations\":[],\"stems\":[]}],\"-sù àsù\":[{\"word\":\"-sù àsù\",\"wordClass\":\"AV\",\"definitions\":[\"make sound like vehicle or machine\",\"shrink back\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sù\"]}],\"-sù òsùsù\":[{\"word\":\"-sù òsùsù\",\"wordClass\":\"AV\",\"definitions\":[\"make grunts or sounds like lorry or powered machines, automobiles\",\"leave part of a conversation unspoken, hum and haw asù òsùsù kpaa nkàta màkà nà onye nā-abụ ọ na-èkwu okwū ò na-asù bù onye aghùghò I never like to converse with a person who is in the habit of humming and hawing during a conversation because a person who hums and haws is planning something bad\"],\"examples\":[{\"igbo\":\"Adā m àchọ kà mụ nà onye nā-abụ ọ na-èkwu okwū ò naasù òsùsù kpaa nkàta màkà nà onye nā-abụ ọ na-èkwu okwū ò na-asù bù onye aghùghò\",\"english\":\"I never like to converse with a person who is in the habit of humming and hawing during a conversation because a person who hums and haws is planning something bad\"}],\"variations\":[],\"stems\":[\"-sù\"]}],\"-sù udè\":[{\"word\":\"-sù udè\",\"wordClass\":\"AV\",\"definitions\":[\"make low groan; grunt (e.g. as seriously ill person, animals)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sù\"]}],\"-sù ùdù\":[{\"word\":\"-sù ùdù\",\"wordClass\":\"AV\",\"definitions\":[\"beat ùdù pot (for music)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sù\",\"ùdù\"]}],\"-sùgbu\":[{\"word\":\"-sùgbu\",\"wordClass\":\"AV\",\"definitions\":[\"stab to death\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sù\"]}],\"-sùnye\":[{\"word\":\"-sùnye\",\"wordClass\":\"AV\",\"definitions\":[\"thrust into; plunge into\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sù\"]}],\"-sù ubè\":[{\"word\":\"-sù ubè\",\"wordClass\":\"AV\",\"definitions\":[\"thrust, stab with a spear\"],\"examples\":[{\"igbo\":\"Bikō asùkwònà m ubè\",\"english\":\"Please do not stab me with the spear!\"}],\"variations\":[],\"stems\":[\"-sù\",\"ubè\"]}],\"òsùsù\":[{\"word\":\"òsùsù\",\"wordClass\":\"AV\",\"definitions\":[\"compressing; reduction\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sù\"]}],\"-sùpù\":[{\"word\":\"-sùpù\",\"wordClass\":\"AV\",\"definitions\":[\"unload (a gun)\",\"ostracize; excommunicate\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sù\"]}],\"-sùlụ ìchàfò\":[{\"word\":\"-sùlụ ìchàfò\",\"wordClass\":\"AV\",\"definitions\":[\"put on head-tie\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sù\"]}],\"(ichàfù) n’isi\":[{\"word\":\"(ichàfù) n’isi\",\"wordClass\":\"AV\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":[\"-sù\"]}],\"-sù nsọ\":[{\"word\":\"-sù nsọ\",\"wordClass\":\"AV\",\"definitions\":[\"lift a taboo\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sù\"]}],\"nsụpù\":[{\"word\":\"nsụpù\",\"wordClass\":\"AV\",\"definitions\":[\"ostracism; excommunication\"],\"examples\":[],\"variations\":[],\"stems\":[\"-sù\"]}],\"-sù\":[{\"word\":\"-sù\",\"wordClass\":\"AV\",\"definitions\":[\"grunt; make sound like lorry, automobile or other powered vehicle, machine, etc.\",\"stab; pierce with the end or point of (e.g. rod, spear, spike, etc.)\",\"compress; shorten; be short\",\"wear (clothes)\"],\"examples\":[{\"igbo:\":\"Ọ chòlù ịsù m mbàzù\",\"english\":\"He wants to stab me with a digging-stick\"}],\"variations\":[],\"stems\":[]}],\"T\":[{\"word\":\"T\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"òtịta\":[{\"word\":\"òtịta\",\"wordClass\":\"AV\",\"definitions\":[\"chewing; biting; gnawing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ta\"]}],\"-ta afịfịa\":[{\"word\":\"-ta afịfịa\",\"wordClass\":\"AV\",\"definitions\":[\"eat grass (of cow)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ta\"]}],\"-ta àrụ\":[{\"word\":\"-ta àrụ\",\"wordClass\":\"AV\",\"definitions\":[\"get thin; be emaciated\"],\"examples\":[{\"igbo:\":\"Onwụūkâ tàlù àrụ\",\"english\":\"Onwụụka is emaciated\"}],\"variations\":[],\"stems\":[\"-ta\"]}],\"-ta ata\":[{\"word\":\"-ta ata\",\"wordClass\":\"AV\",\"definitions\":[\"chew; bite; munch; gnaw\",\"lessen, dry up (of liquids, floods, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ta\"]}],\"-tabè\":[{\"word\":\"-tabè\",\"wordClass\":\"AV\",\"definitions\":[\"bite off\"],\"examples\":[{\"igbo:\":\"Nkịtā alā atabègo Ibè òfu mkpịsị akā\",\"english\":\"A mad dog has bitten off one of Ibe's fingers\"}],\"variations\":[],\"stems\":[\"-ta\"]}],\"-tabèlisị\":[{\"word\":\"-tabèlisị\",\"wordClass\":\"AV\",\"definitions\":[\"devour\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ta\"]}],\"-tabèsị\":[{\"word\":\"-tabèsị\",\"wordClass\":\"AV\",\"definitions\":[\"bite off all\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ta\"]}],\"-tachapùta ezē\":[{\"word\":\"-tachapùta ezē\",\"wordClass\":\"AV\",\"definitions\":[\"(colloq.) smile; laugh\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ta\"]}],\"-tachi\":[{\"word\":\"-tachi\",\"wordClass\":\"AV\",\"definitions\":[\"be firm, obstinate\",\"dry up (of water)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ta\"]}],\"-tadide\":[{\"word\":\"-tadide\",\"wordClass\":\"AV\",\"definitions\":[\"stick; be firm\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ta\"]}],\"ntado\":[{\"word\":\"ntado\",\"wordClass\":\"AV\",\"definitions\":[\"steadfastness; sticking very fast; biting and holding on to\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ta\"]}],\"-tagbàdo\":[{\"word\":\"-tagbàdo\",\"wordClass\":\"AV\",\"definitions\":[\"chew, gnaw everything or the whole of the object (of ants, rats, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ta\"]}],\"-tagwò\":[{\"word\":\"-tagwò\",\"wordClass\":\"AV\",\"definitions\":[\"break (breakable thing like fruits, nuts, biscuits, etc.) with teeth\"],\"examples\":[{\"igbo\":\"Bikō tagwòolụ m ụkpā à\",\"english\":\"Please break this \\\"walnut\\\" for me with your teeth\"}],\"variations\":[],\"stems\":[\"-ta\"]}],\"-tagwu\":[{\"word\":\"-tagwu\",\"wordClass\":\"AV\",\"definitions\":[\"eat away\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ta\"]}],\"-takasị\":[{\"word\":\"-takasị\",\"wordClass\":\"AV\",\"definitions\":[\"gnaw, eat up (clothing, paper, etc., as of rats, ants, etc.)\"],\"examples\":[{\"igbo:\":\"Àkịkà àtakasịgo akwụkwọ m dēbelụ n’ime akpàti dī n’ime ụnò\",\"english\":\"Termites have eaten up the books I kept in the box in the room\"}],\"variations\":[],\"stems\":[\"-ta\"]}],\"-takwosị\":[{\"word\":\"-takwosị\",\"wordClass\":\"AV\",\"definitions\":[\"eat something unripe\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ta\"]}],\"-ta ụza\":[{\"word\":\"-ta ụza\",\"wordClass\":\"AV\",\"definitions\":[\"chew the cud\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ta\",\"ụza\"]}],\"-akpụkpa (-ta)\":[{\"word\":\"-akpụkpa (-ta)\",\"wordClass\":\"AV\",\"definitions\":[\"have crawcraw\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ta\"]}],\"-tadà\":[{\"word\":\"-tadà\",\"wordClass\":\"AV\",\"definitions\":[\"subside (of flood, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ta\"]}],\"-takọ(lụ)\":[{\"word\":\"-takọ(lụ)\",\"wordClass\":\"AV\",\"definitions\":[\"dry up\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ta\"]}],\"-ta ụta\":[{\"word\":\"-ta ụta\",\"wordClass\":\"AV\",\"definitions\":[\"blame\",\"lay blame; blame; reprimand\"],\"examples\":[{\"igbo:\":\"A gà-àta gī ụta\",\"english\":\"You will be blamed\"},{\"igbo\":\"A gà-àta Ikē ụta màkà ego nā-efū èfù màkà nà ọ kpachàpùrò anya idēbe ego afù ebe ndi orī āma enwe ìke ịfū ya\",\"english\":\"Ike will be blamed for the loss of the money, because he was not careful to keep the money where the thieves could not find it\"}],\"variations\":[],\"stems\":[\"-ta\",\"ụta\"]}],\"-ta ụjalā\":[{\"word\":\"-ta ụjalā\",\"wordClass\":\"AV\",\"definitions\":[\"chirp; cry as a child; utter a peculiar call\",\"make a loud outcry\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ta\",\"ụjalā\"]}],\"-ta\":[{\"word\":\"-ta\",\"wordClass\":\"AV\",\"definitions\":[\"chew; bite; gnaw\",\"dry, dry up (of stream, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-bịakète\":[{\"word\":\"-bịakète\",\"wordClass\":\"\",\"definitions\":[\"come nearer\"],\"examples\":[{\"igbo:\":\"Gwa yā kà ọ bịakète\",\"english\":\"Tell him to come nearer\"}],\"variations\":[],\"stems\":[\"-ta \"]}],\"-wèta\":[{\"word\":\"-wèta\",\"wordClass\":\"\",\"definitions\":[\"bring\"],\"examples\":[{\"igbo:\":\"Wèta jī\",\"english\":\"Bring yams\"},{\"igbo\":\"Wèta\",\"english\":\"Bring (it)\"},{\"igbo\":\"Wètalụ m òfu jī\",\"english\":\"Bring me a yam\"},{\"igbo\":\"Wèta akwụkwọ naàbò\",\"english\":\"Bring two books\"}],\"variations\":[],\"stems\":[\"-ta \",\"-wè\"]}],\"-zụpùta\":[{\"word\":\"-zụpùta\",\"wordClass\":\"\",\"definitions\":[\"train; see through\",\"(fig.) to one's advantage\"],\"examples\":[{\"igbo:\":\"A zūpùtago yā nà Yunivasitìì\",\"english\":\"Someone has seen him through the University\"}],\"variations\":[],\"stems\":[\"-ta \"]}],\"-kata\":[{\"word\":\"-kata\",\"wordClass\":\"\",\"definitions\":[\"be stronger or increase in strength (e.g. of growing thing)\"],\"examples\":[{\"igbo:\":\"Ọ kātago ārụ\",\"english\":\"He is now stronger\"}],\"variations\":[],\"stems\":[\"-ta \"]}],\"-ta \":[{\"word\":\"-ta \",\"wordClass\":\"\",\"definitions\":[\"towards (very freely used with verbs of motion\"],\"examples\":[],\"variations\":[\"-te\"],\"stems\":null}],\"ta à bù àtọ\":[{\"word\":\"ta à bù àtọ\",\"wordClass\":\"\",\"definitions\":[\"day before yesterday (literally today is three)\"],\"examples\":[],\"variations\":[],\"stems\":[\"tà \"]}],\"ta à bù ànọ\":[{\"word\":\"ta à bù ànọ\",\"wordClass\":\"\",\"definitions\":[\"three days ago (literally today is four)\",\"the fourth time\"],\"examples\":[{\"igbo:\":\"tà a dìnụ, tà a dìnị, ta à dìnwọò\",\"english\":\"(arch.)today (literally today it\"},{\"igbo:\":\"I gà-ètigbu m tà a dìnụ!\",\"english\":\"You will beat me to death today!\"}],\"variations\":[],\"stems\":[\"tà \"]}],\"ta à nị\":[{\"word\":\"ta à nị\",\"wordClass\":\"\",\"definitions\":[\"today\"],\"examples\":[],\"variations\":[],\"stems\":[\"tà \"]}],\"ta à tà\":[{\"word\":\"ta à tà\",\"wordClass\":\"\",\"definitions\":[\"(usually written taàtà) today\"],\"examples\":[{\"igbo:\":\"Ọ gà-àbịa àbànì ìtọ taàtà (or ta à)\",\"english\":\"She will come in three days' time\"},{\"igbo:\":\"Afùlù m nyà taàtà\",\"english\":\"I saw her today\"}],\"variations\":[],\"stems\":[\"tà \"]}],\"tà \":[{\"word\":\"tà \",\"wordClass\":\"\",\"definitions\":[\"(to)day. Basic tone appears to be low, being raised to high before another low tone, so that *tà à becomes ta à. But it is answer to a question happen this day (today\"],\"examples\":[{\"igbo:\":\"Nwaàmàlùbịâ bìàlù ebe à ta à bù àtọ\",\"english\":\"Nwaamalụbịa came here the day before yesterday\"}],\"variations\":[\"ta\"],\"stems\":null}],\"-tà\":[{\"word\":\"-tà\",\"wordClass\":\"AV\",\"definitions\":[\"narrate; explain; report; interpret (e.g. a vision)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"taà!\":[{\"word\":\"taà!\",\"wordClass\":\"INTJ\",\"definitions\":[\"exclamation of anger; shut up!\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"taà(tà)\":[{\"word\":\"taà(tà)\",\"wordClass\":\"\",\"definitions\":[\"see tà 1.\"],\"examples\":[],\"variations\":[\"ta à(tà)\"],\"stems\":null}],\"tanjele\":[{\"word\":\"tanjele\",\"wordClass\":\"\",\"definitions\":[\"see òtanjele\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òtite\":[{\"word\":\"òtite\",\"wordClass\":\"AV\",\"definitions\":[\"rubbing; smearing; painting; anointing; coating\"],\"examples\":[],\"variations\":[],\"stems\":[\"-te\"]}],\"-tekpù\":[{\"word\":\"-tekpù\",\"wordClass\":\"AV\",\"definitions\":[\"paint over; distemper\"],\"examples\":[],\"variations\":[],\"stems\":[\"-te\"]}],\"ntelà\":[{\"word\":\"ntelà\",\"wordClass\":\"AV\",\"definitions\":[\"levelling\"],\"examples\":[],\"variations\":[],\"stems\":[\"-te\"]}],\"-telà ètelà\":[{\"word\":\"-telà ètelà\",\"wordClass\":\"AV\",\"definitions\":[\"be level, flat, straight, smooth\"],\"examples\":[],\"variations\":[],\"stems\":[\"-te\"]}],\"-tepù\":[{\"word\":\"-tepù\",\"wordClass\":\"AV\",\"definitions\":[\"complete or finish with the painting of\"],\"examples\":[],\"variations\":[],\"stems\":[\"-te\"]}],\"-te ùde\":[{\"word\":\"-te ùde\",\"wordClass\":\"AV\",\"definitions\":[\"anoint; rub with oil, pomade, ointment\"],\"examples\":[{\"igbo\":\"Anà m àchọ itē ùde n’ụkwụ m kpōsịlị nkụ\",\"english\":\"I am going to rub some pomade on my dry legs\"},{\"igbo\":\"Kèdụ ūdị ū de ị tèlù?\",\"english\":\"What kind of pomade did you rub on?\"}],\"variations\":[],\"stems\":[\"-te\",\"ùde\"]}],\"-te ùle\":[{\"word\":\"-te ùle\",\"wordClass\":\"AV\",\"definitions\":[\"disgrace; put to shame; abase\"],\"examples\":[{\"igbo\":\"Àdâ yì nọō ọmalịcha akwā gālalụ ọnū kamà nà akpụkpọ ụkwū o yì tèlù yà ùle\",\"english\":\"Ada really wore a very smart, expensive dress, but the shoes she had on were a disgrace to her\"}],\"variations\":[],\"stems\":[\"-te\"]}],\"-te ụnò\":[{\"word\":\"-te ụnò\",\"wordClass\":\"AV\",\"definitions\":[\"plaster a house; rub, smooth, wet walls of a mud house\"],\"examples\":[{\"igbo:\":\"Òfọ nà-ète ụnò ya taàtà\",\"english\":\"Ọfọ is plastering his house today\"}],\"variations\":[],\"stems\":[\"-te\",\"ụnò\"]}],\"-te ète\":[{\"word\":\"-te ète\",\"wordClass\":\"AV\",\"definitions\":[\"be flexible\"],\"examples\":[],\"variations\":[],\"stems\":[\"-te\"]}],\"-te ụkwụ\":[{\"word\":\"-te ụkwụ\",\"wordClass\":\"AV\",\"definitions\":[\"limp\"],\"examples\":[],\"variations\":[],\"stems\":[\"-te\",\"ụkwụ\"]}],\"-te\":[{\"word\":\"-te\",\"wordClass\":\"AV\",\"definitions\":[\"rub; smear; paint; anoint; coat\",\"tap (palms for wine)\",\"prepare (soup)\",\"be flexible; move in a flexible way\",\"abort\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"n’òtè aka\":[{\"word\":\"n’òtè aka\",\"wordClass\":\"AV\",\"definitions\":[\"afar off; at a distance; long ago\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tè\"]}],\"-tè\":[{\"word\":\"-tè\",\"wordClass\":\"AV\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"tebùlù\":[{\"word\":\"tebùlù\",\"wordClass\":\"NNC\",\"definitions\":[\"table (English)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"teghete\":[{\"word\":\"teghete\",\"wordClass\":\"CD\",\"definitions\":[\"nine (compare ìtènaānị)\"],\"examples\":[],\"variations\":[\"ìteghete\"],\"stems\":null}],\"-tepùbe\":[{\"word\":\"-tepùbe\",\"wordClass\":\"AV\",\"definitions\":[\"be distended, bulging\"],\"examples\":[],\"variations\":[],\"stems\":[\"-te-pù\"]}],\"-tepùbe afọ\":[{\"word\":\"-tepùbe afọ\",\"wordClass\":\"AV\",\"definitions\":[\"have a bulging, distended abdomen\"],\"examples\":[{\"igbo\":\"Nèe kà o sì tepùbe afō kà nwaànyị dī ime\",\"english\":\"See how his abdomen is distended like that of a pregnant woman\"}],\"variations\":[],\"stems\":[\"-te-pù\"]}],\"-tepùlu\":[{\"word\":\"-tepùlu\",\"wordClass\":\"AV\",\"definitions\":[\"be distended, bulging\"],\"examples\":[],\"variations\":[],\"stems\":[\"-te-pù\"]}],\"-tepùlu afọ\":[{\"word\":\"-tepùlu afọ\",\"wordClass\":\"AV\",\"definitions\":[\"have distended abdomen\"],\"examples\":[{\"igbo\":\"Ọjì lifèlù nni okè, tepùlu afō kà onye tōlụ afọ\",\"english\":\"Ọjị was overfed and had a distended abdomen\"}],\"variations\":[],\"stems\":[\"-te-pù\"]}],\"-te-pù\":[{\"word\":\"-te-pù\",\"wordClass\":\"AV\",\"definitions\":[\"bulge, be distended (like the abdomen of a patient suffering from ascites, an overfed child, or a pregnant woman)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nteta\":[{\"word\":\"nteta\",\"wordClass\":\"AV\",\"definitions\":[\"waking up\"],\"examples\":[],\"variations\":[],\"stems\":[\"-te-ta\"]}],\"-teta n’ụla\":[{\"word\":\"-teta n’ụla\",\"wordClass\":\"AV\",\"definitions\":[\"wake from sleep\"],\"examples\":[{\"igbo\":\"Achòlù m itēta n’ụla n’ife dī kà elekele īsiì. Bikō kpòtee m ogè afù ọ bụlụ nà m nòlìlì n’ụla\",\"english\":\"I intend to wake from sleep about 6 o'clock. Please wake me if I am still sleeping then\"}],\"variations\":[],\"stems\":[\"-te-ta\",\"ụla\"]}],\"-te-ta\":[{\"word\":\"-te-ta\",\"wordClass\":\"AV\",\"definitions\":[\"wake up; awake\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òtiti\":[{\"word\":\"òtiti\",\"wordClass\":\"AV\",\"definitions\":[\"beating; hitting; striking\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ti\"]}],\"-ticha\":[{\"word\":\"-ticha\",\"wordClass\":\"AV\",\"definitions\":[\"shake off (e.g. dust or sand) by beating the surface with palm of the hand\",\"thresh\",\"cry out; exclaim\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ti\"]}],\"-tidà\":[{\"word\":\"-tidà\",\"wordClass\":\"AV\",\"definitions\":[\"knock down\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ti\"]}],\"-tigbu\":[{\"word\":\"-tigbu\",\"wordClass\":\"AV\",\"definitions\":[\"strike, beat, to death; smite down to death; beat excessively\"],\"examples\":[{\"igbo:\":\"E tīgbugo nkịtā alā\",\"english\":\"The mad dog has been beaten to death\"},{\"igbo:\":\"Nwannē m gà-ètigbu m taàtà\",\"english\":\"My brother will beat me hard today\"}],\"variations\":[],\"stems\":[\"-ti\"]}],\"-tigwalụ\":[{\"word\":\"-tigwalụ\",\"wordClass\":\"AV\",\"definitions\":[\"strike in return\"],\"examples\":[{\"igbo\":\"Tìgwalụ yā\",\"english\":\"Beat him back\"}],\"variations\":[],\"stems\":[\"-ti\"]}],\"ntigwò\":[{\"word\":\"ntigwò\",\"wordClass\":\"AV\",\"definitions\":[\"breaking\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ti\"]}],\"-tiji\":[{\"word\":\"-tiji\",\"wordClass\":\"AV\",\"definitions\":[\"break, snap, by falling (of long objects with some weight, e.g. yam)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ti\"]}],\"-tijisị\":[{\"word\":\"-tijisị\",\"wordClass\":\"AV\",\"definitions\":[\"break, snap into several pieces by falling (of long objects with some weight, e.g. yam, pole)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ti\"]}],\"-tika\":[{\"word\":\"-tika\",\"wordClass\":\"AV\",\"definitions\":[\"burst open, break (of durable material) by repeated knocking against hard objects over a long time; become old by knocking against hard objects\"],\"examples\":[{\"igbo\":\"Etīkasịgo m igwè m zùlù n’ọnwa gālụ aga\",\"english\":\"I have broken to pieces the bicycle I bought last month\"}],\"variations\":[],\"stems\":[\"-ti\"]}],\"-tikọ(lị)\":[{\"word\":\"-tikọ(lị)\",\"wordClass\":\"AV\",\"definitions\":[\"hit, knock, together (of opposing forces)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ti\"]}],\"-tikọlịta\":[{\"word\":\"-tikọlịta\",\"wordClass\":\"AV\",\"definitions\":[\"collide\"],\"examples\":[{\"igbo\":\"Èbùnù ìbùọ nà-ètikọlịta isī\",\"english\":\"Two rams are butting their heads together\"}],\"variations\":[],\"stems\":[\"-ti\"]}],\"-tikpọ\":[{\"word\":\"-tikpọ\",\"wordClass\":\"AV\",\"definitions\":[\"demolish; break up; break down\"],\"examples\":[],\"variations\":[\"-tikpò\"],\"stems\":[\"-ti\"]}],\"ntikpọ\":[{\"word\":\"ntikpọ\",\"wordClass\":\"AV\",\"definitions\":[\"demolition; destruction (est. of building)\"],\"examples\":[],\"variations\":[\"ntikpò\"],\"stems\":[\"-ti\"]}],\"-tikwopù\":[{\"word\":\"-tikwopù\",\"wordClass\":\"AV\",\"definitions\":[\"knock, beat out (teeth or anything so fixed)\"],\"examples\":[{\"igbo\":\"Ị gà-ètikwòpụ m ezē\",\"english\":\"You are going to knock out my teeth\"}],\"variations\":[],\"stems\":[\"-ti\"]}],\"ntilì\":[{\"word\":\"ntilì\",\"wordClass\":\"AV\",\"definitions\":[\"breaking into pieces\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ti\"]}],\"-tilì àrụ\":[{\"word\":\"-tilì àrụ\",\"wordClass\":\"AV\",\"definitions\":[\"bruise\"],\"examples\":[{\"igbo\":\"Etìlì m àrụ\",\"english\":\"I bruised myself\"}],\"variations\":[],\"stems\":[\"-ti\"]}],\"-tipìà\":[{\"word\":\"-tipìà\",\"wordClass\":\"AV\",\"definitions\":[\"smash\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ti\"]}],\"-tipu\":[{\"word\":\"-tipu\",\"wordClass\":\"AV\",\"definitions\":[\"blow, beat open; beat out; tear a sack-like object by beating (e.g. drum); burst; break through\"],\"examples\":[{\"igbo\":\"Ị gà-ètipụ ìgbà afù\",\"english\":\"You are going to break that drum\"}],\"variations\":[],\"stems\":[\"-ti\"]}],\"ntipu\":[{\"word\":\"ntipu\",\"wordClass\":\"AV\",\"definitions\":[\"opening (e.g. in wall)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ti\"]}],\"-tisà\":[{\"word\":\"-tisà\",\"wordClass\":\"AV\",\"definitions\":[\"beat out, forge (metal); splinter, scatter by beating or striking\"],\"examples\":[{\"igbo\":\"Ụzụ nà-ètisà igwè\",\"english\":\"The blacksmith flattens the iron by beating\"},{\"igbo\":\"M gà-èji osisi tisà mkpụlụ akwū dī n’ime ǹkàtà\",\"english\":\"I shall scatter the palmnuts in the basket with a stick\"}],\"variations\":[],\"stems\":[\"-ti\"]}],\"-titù\":[{\"word\":\"-titù\",\"wordClass\":\"AV\",\"definitions\":[\"strike, smite, beat, down\"],\"examples\":[{\"igbo\":\"Ànyị gà-ètitù onye orī àbìànà ebe à\",\"english\":\"We shall beat down any thief that ventures here\"}],\"variations\":[],\"stems\":[\"-ti\"]}],\"-ti ùbu\":[{\"word\":\"-ti ùbu\",\"wordClass\":\"AV\",\"definitions\":[\"compete (literally strike shoulders)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ti\",\"ùbu\"]}],\"-ti ùfe\":[{\"word\":\"-ti ùfe\",\"wordClass\":\"AV\",\"definitions\":[\"beat metal out thin\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ti\",\"ùfe\"]}],\"-tiwa\":[{\"word\":\"-tiwa\",\"wordClass\":\"AV\",\"definitions\":[\"break, smash (like plate or pot)\",\"break (especially accidentally)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ti\",\"-wa\"]}],\"ntiwa\":[{\"word\":\"ntiwa\",\"wordClass\":\"AV\",\"definitions\":[\"smashing; breaking; division\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ti\"]}],\"-tiwa etiwa\":[{\"word\":\"-tiwa etiwa\",\"wordClass\":\"AV\",\"definitions\":[\"be broken\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ti\"]}],\"isi ōtiti\":[{\"word\":\"isi ōtiti\",\"wordClass\":\"AV\",\"definitions\":[\"headache\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ti\"]}],\"-ti akwalī\":[{\"word\":\"-ti akwalī\",\"wordClass\":\"AV\",\"definitions\":[\"construct an akwalī to increase fruitfulness\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ti\"]}],\"-ti ụnò\":[{\"word\":\"-ti ụnò\",\"wordClass\":\"AV\",\"definitions\":[\"build a (good) house\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ti\"]}],\"-ti mmanwụ\":[{\"word\":\"-ti mmanwụ\",\"wordClass\":\"AV\",\"definitions\":[\"bring out spirits in the form of masquerades\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ti\"]}],\"-ti\":[{\"word\":\"-ti\",\"wordClass\":\"AV\",\"definitions\":[\"beat; hit; strike\",\"shout; yell; utter cry; howl\",\"shine (of moon)\",\"build; establish\"],\"examples\":[{\"igbo\":\"Ọnwa nà-èti n’anyàsị à\",\"english\":\"The moon is shining this night\"}],\"variations\":[],\"stems\":[]}],\"-tinyecha\":[{\"word\":\"-tinyecha\",\"wordClass\":\"AV\",\"definitions\":[\"put in all\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ti-\"]}],\"-tinyekwu\":[{\"word\":\"-tinyekwu\",\"wordClass\":\"AV\",\"definitions\":[\"add; add (in addition, besides)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ti-\"]}],\"-tinye n’aka\":[{\"word\":\"-tinye n’aka\",\"wordClass\":\"AV\",\"definitions\":[\"entrust with\"],\"examples\":[{\"igbo\":\"O tìnyèlù ọlụ afù n’aka m\",\"english\":\"He entrusted me with the work\"}],\"variations\":[],\"stems\":[\"-ti-\"]}],\"-tinye nnu n’okwu\":[{\"word\":\"-tinye nnu n’okwu\",\"wordClass\":\"AV\",\"definitions\":[\"exaggerate (literally put salt in a speech)\"],\"examples\":[{\"igbo\":\"Etīnyerọ mụ nnu n’okwu à\",\"english\":\"I'm not exaggerating\"}],\"variations\":[],\"stems\":[\"-ti-\"]}],\"-tiwanye\":[{\"word\":\"-tiwanye\",\"wordClass\":\"AV\",\"definitions\":[\"put more; raise (wages, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ti-\"]}],\"-ti-\":[{\"word\":\"-ti-\",\"wordClass\":\"AV\",\"definitions\":[\"put\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-tì akụ\":[{\"word\":\"-tì akụ\",\"wordClass\":\"AV\",\"definitions\":[\"crack kernel\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tì\"]}],\"-tì àtì\":[{\"word\":\"-tì àtì\",\"wordClass\":\"AV\",\"definitions\":[\"be firm, strong, hard, tenacious\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tì\"]}],\"-tì\":[{\"word\":\"-tì\",\"wordClass\":\"AV\",\"definitions\":[\"crack (nuts)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"tìtì\":[{\"word\":\"tìtì\",\"wordClass\":\"NNC\",\"definitions\":[\"state of being noised about\"],\"examples\":[{\"igbo\":\"Ùzù ya nà-àkpọ tìtì\",\"english\":\"Its fame is being noised about\"}],\"variations\":[],\"stems\":null}],\"òtịtị\":[{\"word\":\"òtịtị\",\"wordClass\":\"AV\",\"definitions\":[\"stretching\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tị\"]}],\"-tị àtị\":[{\"word\":\"-tị àtị\",\"wordClass\":\"AV\",\"definitions\":[\"stretch\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tị\"]}],\"-tịpù\":[{\"word\":\"-tịpù\",\"wordClass\":\"AV\",\"definitions\":[\"stretch out\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tị\"]}],\"-tị\":[{\"word\":\"-tị\",\"wordClass\":\"AV\",\"definitions\":[\"stretch\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"tịtaǹgwèlè\":[{\"word\":\"tịtaǹgwèlè\",\"wordClass\":\"NNC\",\"definitions\":[\"pins-and-needles; cramp (= mkpà ǹsịkō, ụtanwaǹgwèlè)\"],\"examples\":[{\"igbo\":\"Tịtaǹgwèlè nwùlù m\",\"english\":\"I am feeling cramp/pins-and-needles\"}],\"variations\":[],\"stems\":null}],\"otuto\":[{\"word\":\"otuto\",\"wordClass\":\"AV\",\"definitions\":[\"growing; being long; being tall\"],\"examples\":[],\"variations\":[],\"stems\":[\"-to\"]}],\"-to akpịlī\":[{\"word\":\"-to akpịlī\",\"wordClass\":\"AV\",\"definitions\":[\"delight; appeal to; also specifically used to refer to practice by some children who gaze steadily at person eating or holding eatable which greatly appeals to them\"],\"examples\":[{\"igbo\":\"Èjìma āna ètoka ākpịlị\",\"english\":\"Ejima is too fond of showing her desire to eat what other people are holding or eating\"}],\"variations\":[],\"stems\":[\"-to\"]}],\"-toghàlụ\":[{\"word\":\"-toghàlụ\",\"wordClass\":\"AV\",\"definitions\":[\"outgrow\"],\"examples\":[],\"variations\":[],\"stems\":[\"-to\"]}],\"-tonite\":[{\"word\":\"-tonite\",\"wordClass\":\"AV\",\"definitions\":[\"grow up\"],\"examples\":[],\"variations\":[],\"stems\":[\"-to\"]}],\"-to ogonogo\":[{\"word\":\"-to ogonogo\",\"wordClass\":\"AV\",\"definitions\":[\"be long, tall\"],\"examples\":[],\"variations\":[],\"stems\":[\"-to\"]}],\"-topù\":[{\"word\":\"-topù\",\"wordClass\":\"AV\",\"definitions\":[\"be well-grown; have more than average height\"],\"examples\":[],\"variations\":[],\"stems\":[\"-to\"]}],\"-tosopù\":[{\"word\":\"-tosopù\",\"wordClass\":\"AV\",\"definitions\":[\"protrude\"],\"examples\":[],\"variations\":[],\"stems\":[\"-to\"]}],\"-to eto\":[{\"word\":\"-to eto\",\"wordClass\":\"AV\",\"definitions\":[\"be worthy; be fitting\"],\"examples\":[{\"igbo\":\"O tòlù èto kà ànyị jee kènee Ọnwụūka nne yā nwùlù ǹnyàafù\",\"english\":\"We ought to go and console Ọnwụụka whose mother died yesterday\"}],\"variations\":[],\"stems\":[\"-to\"]}],\"-tosị\":[{\"word\":\"-tosị\",\"wordClass\":\"AV\",\"definitions\":[\"fit\"],\"examples\":[],\"variations\":[],\"stems\":[\"-to\"]}],\"-to\":[{\"word\":\"-to\",\"wordClass\":\"AV\",\"definitions\":[\"grow; be long, tall\",\"be worthy, fitting\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-tọfù\":[{\"word\":\"-tọfù\",\"wordClass\":\"AV\",\"definitions\":[\"lose; mislay\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tò\"]}],\"-tògbọ\":[{\"word\":\"-tògbọ\",\"wordClass\":\"AV\",\"definitions\":[\"put, lay, lie, drop down\"],\"examples\":[{\"igbo\":\"Tògbọ yā ebe afù\",\"english\":\"Leave it there\"},{\"igbo\":\"Tògbọ egbè gị n’ànì\",\"english\":\"Lay down your gun\"}],\"variations\":[],\"stems\":[\"-tò\"]}],\"-tògbọlụ\":[{\"word\":\"-tògbọlụ\",\"wordClass\":\"AV\",\"definitions\":[\"lie abandoned\"],\"examples\":[{\"igbo\":\"Afùlù m egbè m kà ọ tògbòlù n’ètitì ugbō\",\"english\":\"I saw my gun lying abandoned in the middle of the farm\"}],\"variations\":[],\"stems\":[\"-tò\"]}],\"-tògbọ ǹkịtị\":[{\"word\":\"-tògbọ ǹkịtị\",\"wordClass\":\"AV\",\"definitions\":[\"be empty, desolate, neglected\"],\"examples\":[{\"igbo\":\"Ugbō m dī n’ụzò Nnoòbì tògbò ǹkịtị, ènwerō m ego m jì akō yā nni\",\"english\":\"My farm on the Nnoobi road is empty; I have no money to cultivate some crops on it\"}],\"variations\":[],\"stems\":[\"-tò\"]}],\"-tò ute\":[{\"word\":\"-tò ute\",\"wordClass\":\"AV\",\"definitions\":[\"spread mat (meant to be slept on after spreading)\",\"(fig.) be easy, easier, lighter\",\"spread mat (for sleeping on)\"],\"examples\":[{\"igbo\":\"Bikō jèe tòọ utē ebe ànyị gà-àlarụ\",\"english\":\"Please go and spread mats where we are going to sleep\"}],\"variations\":[],\"stems\":[\"-tò\",\"ute\"]}],\"(ùwà) -tò ute\":[{\"word\":\"(ùwà) -tò ute\",\"wordClass\":\"AV\",\"definitions\":[\"(fig.) have an easy life\",\"have an easy life\",\"tree (Pandanus candelabrum Beauv.) from whose leaves mats are made\",\"(fig.) have an easy life\"],\"examples\":[{\"igbo\":\"O nwērọ onye ùwà tòlù ute\",\"english\":\"Nobody finds the world a bed of roses\"}],\"variations\":[],\"stems\":[\"-tò\",\"ute\",\"ùwà\"]}],\"-tò ụkpụlū\":[{\"word\":\"-tò ụkpụlū\",\"wordClass\":\"AV\",\"definitions\":[\"set an example (to be followed by younger generations)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tò\"]}],\"-tòdo\":[{\"word\":\"-tòdo\",\"wordClass\":\"AV\",\"definitions\":[\"seize by the throat; choke; throttle\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tò\"]}],\"-tògbu\":[{\"word\":\"-tògbu\",\"wordClass\":\"AV\",\"definitions\":[\"strangle\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tò\"]}],\"-tò àtò\":[{\"word\":\"-tò àtò\",\"wordClass\":\"AV\",\"definitions\":[\"last; remain; live long; continue; be durable\"],\"examples\":[{\"igbo\":\"Akwà ị zūtalụ ọfụū màlù mmā mà ùdị yā adā atō àtò\",\"english\":\"The cloth you have just bought is beautiful, but that kind is never durable\"}],\"variations\":[],\"stems\":[\"-tò\"]}],\"-tò òtùtò = -tò àtò\":[{\"word\":\"-tò òtùtò = -tò àtò\",\"wordClass\":\"AV\",\"definitions\":[],\"examples\":[{\"igbo\":\"Òkù a kpūlụ nà Ǹnoòbì nà-atò ezigbo òtùtò\",\"english\":\"Clay plates made in Nnoobi last a very long time\"}],\"variations\":[],\"stems\":[\"-tò\"]}],\"-tò\":[{\"word\":\"-tò\",\"wordClass\":\"AV\",\"definitions\":[\"praise; hail; glorify\",\"lay; place\",\"take by the throat; kidnap\",\"last; remain; live long; continue\",\"denoting crushing into mess, very soft state, mutilation\"],\"examples\":[{\"igbo\":\"Mmadù niīne nà-etò Ibè màkà ọlụ dikē ọ lùlù n’Ọka\",\"english\":\"Everybody is praising Ibe for his heroic work at Ọka\"},{\"igbo\":\"Òrà gà-etò afā Jisòs\",\"english\":\"All shall hail the name of Jesus\"},{\"igbo\":\"Ndi Mọọ Ozī nà-adā n’ànì kwà ụbòsì na-etò afà Onye Kāsị\",\"english\":\"The Angels fall down every day glorifying the name of the Almighty\"}],\"variations\":[],\"stems\":[]}],\"tòlotòlo\":[{\"word\":\"tòlotòlo\",\"wordClass\":\"NNC\",\"definitions\":[\"turkey (Hausa tòlotòlo)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-tọpù\":[{\"word\":\"-tọpù\",\"wordClass\":\"AV\",\"definitions\":[\"release; untie; loose; absolve; release from bondage, fetters\"],\"examples\":[{\"igbo\":\"Jèe tọpù ewu e kēdolu n’ògbụ\",\"english\":\"Go and untie the goat tied to the ògbụ tree\"}],\"variations\":[],\"stems\":[\"-tọ\"]}],\"-tọsị\":[{\"word\":\"-tọsị\",\"wordClass\":\"AV\",\"definitions\":[\"untie\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tọ\"]}],\"-tọsịsị\":[{\"word\":\"-tọsịsị\",\"wordClass\":\"AV\",\"definitions\":[\"untie (many things tied together)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tọ\"]}],\"-tọsịsị ụnò\":[{\"word\":\"-tọsịsị ụnò\",\"wordClass\":\"AV\",\"definitions\":[\"unroof house\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tọ\",\"ụnò\"]}],\"-tọ\":[{\"word\":\"-tọ\",\"wordClass\":\"AV\",\"definitions\":[\"unwrap; denude; untie\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-tu ǹtutu\":[{\"word\":\"-tu ǹtutu\",\"wordClass\":\"AV\",\"definitions\":[\"search for; look for, follow after in direction of thing being followed\",\"differentiate; make distinction\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tu\"]}],\"-tu ụkpụlū\":[{\"word\":\"-tu ụkpụlū\",\"wordClass\":\"AV\",\"definitions\":[\"follow footprints, example\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tu\"]}],\"-tudo\":[{\"word\":\"-tudo\",\"wordClass\":\"AV\",\"definitions\":[\"stick (something)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tu\"]}],\"-turu(be)\":[{\"word\":\"-turu(be)\",\"wordClass\":\"AV\",\"definitions\":[\"plant around\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tu\"]}],\"-tu ùgò\":[{\"word\":\"-tu ùgò\",\"wordClass\":\"AV\",\"definitions\":[\"stick an eagle's feather in the hair\",\"(fig.) be declared the champion, winner\",\"strap on (sword, knife, etc.) (compare -tù 1.)\"],\"examples\":[{\"igbo\":\"Kèdu ǹkè ị tù mmà kà onye gāje ògù?\",\"english\":\"Why are you strapping on a sword like a person going to a fight?\"}],\"variations\":[],\"stems\":[\"-tu\"]}],\"-tu ùbu\":[{\"word\":\"-tu ùbu\",\"wordClass\":\"AV\",\"definitions\":[\"be stout\"],\"examples\":[],\"variations\":[\"ìbu\"],\"stems\":[\"-tu\"]}],\"-tu ụkpò\":[{\"word\":\"-tu ụkpò\",\"wordClass\":\"AV\",\"definitions\":[\"blister\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tu\",\"ụkpò\"]}],\"-tu\":[{\"word\":\"-tu\",\"wordClass\":\"AV\",\"definitions\":[\"stick in; plant going to stick sticks along the boundary between us and the Ụmù Agū people\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-tùbì\":[{\"word\":\"-tùbì\",\"wordClass\":\"AV\",\"definitions\":[\"break (something tiny)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tù\"]}],\"-tù nkì\":[{\"word\":\"-tù nkì\",\"wordClass\":\"AV\",\"definitions\":[\"cut face or body mark; tattoo\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tù\"]}],\"-tùpu\":[{\"word\":\"-tùpu\",\"wordClass\":\"AV\",\"definitions\":[\"trickle out; perforate with nails\"],\"examples\":[{\"igbo\":\"Ọ tùpugo àkpà m\",\"english\":\"He has pinched open my bag\"},{\"igbo\":\"Ànyị nà-atū ēgusi\",\"english\":\"We are breaking open melon seeds\"}],\"variations\":[],\"stems\":[\"-tù\"]}],\"-tùcha\":[{\"word\":\"-tùcha\",\"wordClass\":\"AV\",\"definitions\":[\"peel\"],\"examples\":[{\"igbo\":\"Ànyị nà-atùcha ōkụkò\",\"english\":\"We are plucking the fowl\"},{\"igbo\":\"Ànyị nà-atùcha arụrụ\",\"english\":\"We are picking off the ants\"},{\"igbo\":\"Àda nà-atùcha ntì ya\",\"english\":\"Ada is picking her ear\"}],\"variations\":[],\"stems\":[\"-tù\"]}],\"-tùchanye\":[{\"word\":\"-tùchanye\",\"wordClass\":\"AV\",\"definitions\":[\"pick off and give; give very little, trifling part\"],\"examples\":[{\"igbo\":\"Ò bù nwantịntị àchìcha à kà ị gà-atùchanye m?\",\"english\":\"Is it this very little piece of bread that you would give me?\"}],\"variations\":[],\"stems\":[\"-tù\"]}],\"-tùchapù\":[{\"word\":\"-tùchapù\",\"wordClass\":\"AV\",\"definitions\":[\"pick out, off (things which stick, e.g. fleas on dog)\"],\"examples\":[{\"igbo\":\"Bikō tụchàpụ m arụrụ tādolụ m n’àzụ\",\"english\":\"Please pick off the ant which is biting me on the back\"}],\"variations\":[],\"stems\":[\"-tù\"]}],\"-tùchapùta\":[{\"word\":\"-tùchapùta\",\"wordClass\":\"AV\",\"definitions\":[\"pick off (and out)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tù\"]}],\"-tùchasị\":[{\"word\":\"-tùchasị\",\"wordClass\":\"AV\",\"definitions\":[\"pick off (objects) sticking)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tù\"]}],\"-tùsịsị\":[{\"word\":\"-tùsịsị\",\"wordClass\":\"AV\",\"definitions\":[\"pick off one by one\"],\"examples\":[{\"igbo\":\"Chèlụ kà m tùsịsịa gī arụrụ dī gị n’akwà\",\"english\":\"Wait and let me pick off the ants on your dress\"}],\"variations\":[],\"stems\":[\"-tù\"]}],\"-tù atùtù\":[{\"word\":\"-tù atùtù\",\"wordClass\":\"AV\",\"definitions\":[\"be spotted, piebald\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tù\"]}],\"-tùgwa\":[{\"word\":\"-tùgwa\",\"wordClass\":\"AV\",\"definitions\":[\"be striped, spotted, variegated\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tù\"]}],\"ntùgwa\":[{\"word\":\"ntùgwa\",\"wordClass\":\"AV\",\"definitions\":[\"variegation\",\"mixture\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tù\"]}],\"-tùpọ\":[{\"word\":\"-tùpọ\",\"wordClass\":\"AV\",\"definitions\":[\"have spot, blemish\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tù\"]}],\"ntùpọ\":[{\"word\":\"ntùpọ\",\"wordClass\":\"AV\",\"definitions\":[\"spot; blemish\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tù\"]}],\"òtùtù\":[{\"word\":\"òtùtù\",\"wordClass\":\"AV\",\"definitions\":[\"measurement (of length)\",\"dripping (of dew, rain, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tù\"]}],\"-tùnye\":[{\"word\":\"-tùnye\",\"wordClass\":\"AV\",\"definitions\":[\"compare; liken\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tù\"]}],\"-tùlụ\":[{\"word\":\"-tùlụ\",\"wordClass\":\"AV\",\"definitions\":[\"defraud\"],\"examples\":[{\"igbo\":\"Ndị wàyo tùlù yà egō ya\",\"english\":\"The confidence tricksters defrauded him of his money\"}],\"variations\":[],\"stems\":[\"-tù\"]}],\"-tù ùlà\":[{\"word\":\"-tù ùlà\",\"wordClass\":\"AV\",\"definitions\":[\"tease; disappoint (after arousing expectation)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tù\",\"ùlà\"]}],\"-tù\":[{\"word\":\"-tù\",\"wordClass\":\"AV\",\"definitions\":[\"insert something into covering or mass (e.g. sword passed through belt, feather in hat or hair)\",\"down down an elephant if I am given a gun the load which is on the chair\",\"break the surface of a hard object (e.g. break with tips of nails, usually of both hands, small seeds like melon seeds to remove the covering)\",\"pick off (e.g. ants, fruits of certain grasses, or weeds with sticky fruits, from cloth)\",\"be variegated in colour, mottled, spotted\",\"measure (length); point at\",\"spatter; drop; drip (of liquids); drizzle\",\"cheat; defraud\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-tufù uchè\":[{\"word\":\"-tufù uchè\",\"wordClass\":\"AV\",\"definitions\":[\"despair\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tu-fù\"]}],\"-tu-fù\":[{\"word\":\"-tu-fù\",\"wordClass\":\"AV\",\"definitions\":[\"throw away\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-tukwùlu\":[{\"word\":\"-tukwùlu\",\"wordClass\":\"AV\",\"definitions\":[\"squat\"],\"examples\":[{\"igbo\":\"Anà m èje itūkwùlù n’ùsọ ọkū màkà nà oyī nà-àtụ m\",\"english\":\"I am going to squat near the fire because I am feeling cold\"}],\"variations\":[],\"stems\":[\"-tu-kwù\"]}],\"-tu-kwù\":[{\"word\":\"-tu-kwù\",\"wordClass\":\"AV\",\"definitions\":[\"squat\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"tupu\":[{\"word\":\"tupu\",\"wordClass\":\"CJN\",\"definitions\":[\"before (of time)\"],\"examples\":[{\"igbo\":\"Agà m èmesịgo ife m nà-ème tupu Ndù àbịa\",\"english\":\"I shall have finished what I am doing before Ndụ comes\"}],\"variations\":[\"tutu\"],\"stems\":null}],\"tutu\":[{\"word\":\"tutu\",\"wordClass\":\"\",\"definitions\":[\"see tupu\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-tụ atụ\":[{\"word\":\"-tụ atụ\",\"wordClass\":\"AV\",\"definitions\":[\"be bumpy, uneven (of road) (i.e. throwing one about); be bounced about\",\"order; indent for\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụchanye\":[{\"word\":\"-tụchanye\",\"wordClass\":\"AV\",\"definitions\":[\"throw away utterly; lose everything\"],\"examples\":[{\"igbo\":\"Ibè nà-àkwadebe ịtūchanye ego niīne o dèbèlù n’ikpe ànì\",\"english\":\"Ibe is going to throw all his savings into a land case\"}],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụdà\":[{\"word\":\"-tụdà\",\"wordClass\":\"AV\",\"definitions\":[\"tthrow\"],\"examples\":[{\"igbo\":\"Tụdàtalụ m bọòlù\",\"english\":\"Throw down the ball to me\"}],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụdàta\":[{\"word\":\"-tụdàta\",\"wordClass\":\"AV\",\"definitions\":[\"throw down to\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụfèga\":[{\"word\":\"-tụfèga\",\"wordClass\":\"AV\",\"definitions\":[\"throw across, beyond\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụfèga ụkwụ\":[{\"word\":\"-tụfèga ụkwụ\",\"wordClass\":\"AV\",\"definitions\":[\"throw across feet, legs\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ\",\"ụkwụ\"]}],\"-tụfìkọ\":[{\"word\":\"-tụfìkọ\",\"wordClass\":\"AV\",\"definitions\":[\"be entangled together; entangle\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụfù\":[{\"word\":\"-tụfù\",\"wordClass\":\"AV\",\"definitions\":[\"lose; throw away\"],\"examples\":[{\"igbo\":\"Proverb: Onye atūfùrò ò da ātụùta\",\"english\":\"Anyone who does not throw away never recovers (meant to encourage charity and almsgiving); compare Cast thy bread upon the waters, for after many days thou shalt find it again\"}],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụgbà ụkwụ\":[{\"word\":\"-tụgbà ụkwụ\",\"wordClass\":\"AV\",\"definitions\":[\"cross the feet or legs; throw one leg across the other\",\"cross the feet or legs\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ\",\"ụkwụ\"]}],\"-tụgbu\":[{\"word\":\"-tụgbu\",\"wordClass\":\"AV\",\"definitions\":[\"throw and kill; stone to death\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụghalị\":[{\"word\":\"-tụghalị\",\"wordClass\":\"AV\",\"definitions\":[\"toss; turn; turn about\"],\"examples\":[{\"igbo\":\"Tùghalịa āzụ gị\",\"english\":\"Turn your back\"}],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụghalị uchè\":[{\"word\":\"-tụghalị uchè\",\"wordClass\":\"AV\",\"definitions\":[\"consider; reconsider; reflect; change one's mind\"],\"examples\":[{\"igbo:\":\"Òfô kwènyèlù ǹnyàafù nà ya gà-esō ānyị je Ònìchà taàtà mà kịtāà ọ tūghalịgo uchè ya\",\"english\":\"Ọfọ agreed yesterday to accompany us to Onitsha today but now he has changed his mind\"}],\"variations\":[],\"stems\":[\"-tụ\",\"uchè\"]}],\"-tụkò\":[{\"word\":\"-tụkò\",\"wordClass\":\"AV\",\"definitions\":[\"throw together\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụkpò àsị\":[{\"word\":\"-tụkpò àsị\",\"wordClass\":\"AV\",\"definitions\":[\"lie against\",\"tell a lie against\"],\"examples\":[{\"igbo\":\"Ọ nà-àtụkpo m àsị\",\"english\":\"He is lying against me\"}],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụkpọ\":[{\"word\":\"-tụkpọ\",\"wordClass\":\"AV\",\"definitions\":[\"break by throwing; throw and break, damage (e.g. egg, eyes)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụkwàsị\":[{\"word\":\"-tụkwàsị\",\"wordClass\":\"AV\",\"definitions\":[\"throw again\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụlùpù\":[{\"word\":\"-tụlùpù\",\"wordClass\":\"AV\",\"definitions\":[\"fall down; roll down (like a baby); fall and mix\"],\"examples\":[{\"igbo\":\"Nwa a mūlụ ọfụū atụlùpùgo n’enu àkwà\",\"english\":\"The new-born baby has rolled off the bed\"}],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụne\":[{\"word\":\"-tụne\",\"wordClass\":\"AV\",\"definitions\":[\"examine; consider; compare; look into\"],\"examples\":[{\"igbo\":\"Anà m àtụne okwu o kwūlu\",\"english\":\"I am considering what he said\"}],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụni\":[{\"word\":\"-tụni\",\"wordClass\":\"AV\",\"definitions\":[\"build up (a causeway)\",\"throw (oneself about); bounce; rebound\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụnìdo\":[{\"word\":\"-tụnìdo\",\"wordClass\":\"AV\",\"definitions\":[\"entangle; be entangled\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụnù\":[{\"word\":\"-tụnù\",\"wordClass\":\"AV\",\"definitions\":[\"be entangled\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụnùdo\":[{\"word\":\"-tụnùdo\",\"wordClass\":\"AV\",\"definitions\":[\"entangle; be entangled\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụnye\":[{\"word\":\"-tụnye\",\"wordClass\":\"AV\",\"definitions\":[\"throw in, into\",\"make collection; put money or gifts in kind to common purpose\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụpùta\":[{\"word\":\"-tụpùta\",\"wordClass\":\"AV\",\"definitions\":[\"throw out\",\"rise to surface (as corpse in water)\"],\"examples\":[{\"igbo\":\"Tụpùtalụ m bōòlù\",\"english\":\"Throw out the ball for me\"}],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụrà\":[{\"word\":\"-tụrà\",\"wordClass\":\"AV\",\"definitions\":[\"throw down, away\"],\"examples\":[{\"igbo\":\"Ndi orī atụràgo ego fa bù\",\"english\":\"The thieves have dropped the money they were carrying\"}],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụsì\":[{\"word\":\"-tụsì\",\"wordClass\":\"AV\",\"definitions\":[\"be entangled\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụ ubè\":[{\"word\":\"-tụ ubè\",\"wordClass\":\"AV\",\"definitions\":[\"throw spear\",\"short digging-stick (compare mbàzù)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ\",\"ubè\"]}],\"-tụ ùkpolo\":[{\"word\":\"-tụ ùkpolo\",\"wordClass\":\"AV\",\"definitions\":[\"throw missile\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ\",\"ùkpolo\"]}],\"-tụ ùdò\":[{\"word\":\"-tụ ùdò\",\"wordClass\":\"AV\",\"definitions\":[\"braid rope\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ\",\"ùdò\"]}],\"-tụ ụtụ\":[{\"word\":\"-tụ ụtụ\",\"wordClass\":\"AV\",\"definitions\":[\"pay tax, tribute, collection (much used for payment of church levies)\"],\"examples\":[],\"variations\":[\"ùtụ\"],\"stems\":[\"-tụ\"]}],\"-tụ ùzù\":[{\"word\":\"-tụ ùzù\",\"wordClass\":\"AV\",\"definitions\":[\"quarrel noisily; make noise (in quarrel (= -fịọ ùzù)\",\"drop, place, upon\",\"quarrel noisily; make noise\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ\",\"ùzù\"]}],\"-tụkwàsa\":[{\"word\":\"-tụkwàsa\",\"wordClass\":\"AV\",\"definitions\":[\"drop upon; place upon\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ\"]}],\"ntụkwàsị obì\":[{\"word\":\"ntụkwàsị obì\",\"wordClass\":\"AV\",\"definitions\":[\"trust; hope\"],\"examples\":[{\"igbo\":\"Ntụkwàsị obī ānyī dì nà Chinēkè\",\"english\":\"Our trust is in God\"}],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụ uchè\":[{\"word\":\"-tụ uchè\",\"wordClass\":\"AV\",\"definitions\":[\"be worried; anxious\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ\",\"uchè\"]}],\"Atūnalụ m uchè\":[{\"word\":\"Atūnalụ m uchè\",\"wordClass\":\"AV\",\"definitions\":[\"Do not worry about me\",\"fall in drops; sprinkle\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụ kpọm\":[{\"word\":\"-tụ kpọm\",\"wordClass\":\"AV\",\"definitions\":[\"strike hard surface\",\"drip (= -tụ pọm)\",\"breathe one's last, faintly\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ\",\"-tụ-\"]}],\"-tụsà\":[{\"word\":\"-tụsà\",\"wordClass\":\"AV\",\"definitions\":[\"splash; strew\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụsị\":[{\"word\":\"-tụsị\",\"wordClass\":\"AV\",\"definitions\":[\"drip; fall in drops\"],\"examples\":[{\"igbo\":\"Ò gịnī nà-àtụsị?\",\"english\":\"What is dripping?\"}],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụsịsị\":[{\"word\":\"-tụsịsị\",\"wordClass\":\"AV\",\"definitions\":[\"fall in drops; drip\",\"throw together; heap up; fold together\"],\"examples\":[{\"igbo\":\"Mmilī nà-àtụsịsị\",\"english\":\"Rain is dripping\"}],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụchi\":[{\"word\":\"-tụchi\",\"wordClass\":\"AV\",\"definitions\":[\"bolt\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ\"]}],\"ife ntụchi\":[{\"word\":\"ife ntụchi\",\"wordClass\":\"AV\",\"definitions\":[\"bolt\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụkọ\":[{\"word\":\"-tụkọ\",\"wordClass\":\"AV\",\"definitions\":[\"throw, heap together\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụkònata\":[{\"word\":\"-tụkònata\",\"wordClass\":\"AV\",\"definitions\":[\"throw, heap together in one place\",\"build up\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụkònyesị\":[{\"word\":\"-tụkònyesị\",\"wordClass\":\"AV\",\"definitions\":[\"gather together and throw in\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụna enū\":[{\"word\":\"-tụna enū\",\"wordClass\":\"AV\",\"definitions\":[\"bounce; rebound\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụ ajā\":[{\"word\":\"-tụ ajā\",\"wordClass\":\"AV\",\"definitions\":[\"build up a wall (by throwing mud)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụ akịlịka\":[{\"word\":\"-tụ akịlịka\",\"wordClass\":\"AV\",\"definitions\":[\"build a grass roof; build grass-roofed house\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụ ụnò\":[{\"word\":\"-tụ ụnò\",\"wordClass\":\"AV\",\"definitions\":[\"build house\"],\"examples\":[{\"igbo\":\"Ife mbụ m gà-ème nà m si Òbòdò Oyìbo natâ bù ịtū òfu ụnò enū\",\"english\":\"The first thing I will do on my return from the United Kingdom is to build a storey building\"}],\"variations\":[],\"stems\":[\"-tụ\",\"ụnò\"]}],\"-tụ ụnō ākanya\":[{\"word\":\"-tụ ụnō ākanya\",\"wordClass\":\"AV\",\"definitions\":[\"build thatch-roofed house\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ\",\"ụnò\"]}],\"-tụ ụnò akịlịka\":[{\"word\":\"-tụ ụnò akịlịka\",\"wordClass\":\"AV\",\"definitions\":[\"build grass-roofed house\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụcha\":[{\"word\":\"-tụcha\",\"wordClass\":\"AV\",\"definitions\":[\"scrape out canoe with ǹkò\",\"nurse, foster, bring up very sickly, weak, miserably helpless child or animal (\\\"take out disease, weakness\\\") ọgè nne yā nwūsịlị It is mother who is fostering the child of Ibe who was brought down from Northern Nigeria after his mother died\"],\"examples\":[{\"igbo\":\"Ọ bù nnē nà-àtụcha nnwa Ìbè e sì Ugwu Awụsa kpọnata ọgè nne yā nwūsịlị\",\"english\":\"It is mother who is fostering the child of Ibe who was brought down from Northern Nigeria after his mother died\"}],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụ nkụ\":[{\"word\":\"-tụ nkụ\",\"wordClass\":\"AV\",\"definitions\":[\"split firewood\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ\"]}],\"òka ǹtùgbu\":[{\"word\":\"òka ǹtùgbu\",\"wordClass\":\"AV\",\"definitions\":[\"jigger\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụ izè\":[{\"word\":\"-tụ izè\",\"wordClass\":\"AV\",\"definitions\":[\"shudder; shrink from; abhor; make disgusted with, apprehensive of\"],\"examples\":[{\"igbo\":\"Òmùme Ìbè tùlù m izè\",\"english\":\"Ibe's behaviour disgusts me\"}],\"variations\":[\"ize\"],\"stems\":[\"-tụ\"]}],\"-tụlụ ime\":[{\"word\":\"-tụlụ ime\",\"wordClass\":\"AV\",\"definitions\":[\"become pregnant; conceive; become pregnant illegitimately\"],\"examples\":[{\"igbo\":\"Nwunyē Ōfọ àtụlụgo imē\",\"english\":\"Ọfọ's wife has become pregnant\"},{\"igbo\":\"Àda m nō n’ụnò akwụkwọ àtụlụgo imē\",\"english\":\"My eldest daughter who is in school has become pregnant (\\\"illegitimately\\\" understood)\"}],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụ oyī\":[{\"word\":\"-tụ oyī\",\"wordClass\":\"AV\",\"definitions\":[\"cause cold, chill\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ\"]}],\"ǹtùmoyi\":[{\"word\":\"ǹtùmoyi\",\"wordClass\":\"AV\",\"definitions\":[\"cold; cold weather\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ\"]}],\"(egwù) -tụ\":[{\"word\":\"(egwù) -tụ\",\"wordClass\":\"AV\",\"definitions\":[\"be afraid\"],\"examples\":[{\"igbo\":\"Egwù nà-àtụ m ijē ugbō n’anyàsì\",\"english\":\"I am afraid to go to the farm at night\"}],\"variations\":[],\"stems\":[\"-tụ\"]}],\"(olù ụlā) -tụ\":[{\"word\":\"(olù ụlā) -tụ\",\"wordClass\":\"AV\",\"definitions\":[\"slumber; doze\"],\"examples\":[{\"igbo\":\"Olù ụlā àtụbago yā\",\"english\":\"He has started to doze\"}],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụ àkpànì\":[{\"word\":\"-tụ àkpànì\",\"wordClass\":\"AV\",\"definitions\":[\"be bellicose, pugnacious (in speech)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụ ǹtụ\":[{\"word\":\"-tụ ǹtụ\",\"wordClass\":\"AV\",\"definitions\":[\"tell lies (in order to escape something) (compare -tù 6.)\",\"deceive; poke fun at; play joke upon\"],\"examples\":[{\"igbo\":\"Ị nà-àtụ ntụ\",\"english\":\"You are telling a lie\"}],\"variations\":[\"ntụ\"],\"stems\":[\"-tụ\"]}],\"-tụ ùlà\":[{\"word\":\"-tụ ùlà\",\"wordClass\":\"AV\",\"definitions\":[\"entice on false pretences; tease (compare -là ùlà)\"],\"examples\":[{\"igbo\":\"Bikō esòkwònà Ibè je afīa màkà nà ọ nà-àtụ gī ùlà. Ọ chòlù ịkpō gị je be ndi orī\",\"english\":\"Please do not accompany Ibe to the market because he is only enticing you. He wants to take you to the thieves' house\"}],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụnye n’ụkwụ\":[{\"word\":\"-tụnye n’ụkwụ\",\"wordClass\":\"AV\",\"definitions\":[\"be at hand, imminent; come unexpectedly\"],\"examples\":[{\"igbo\":\"\\\"Chèghalịa nù n’ifì nà Ànì Ezè Enu igwē àtụnyego n’ụkwụ\\\"\",\"english\":\"Repent ye, for the Kingdom of God is at hand\\\"\"}],\"variations\":[],\"stems\":[\"-tụ\",\"ụkwụ\"]}],\"-tụ àsị\":[{\"word\":\"-tụ àsị\",\"wordClass\":\"AV\",\"definitions\":[\"tell lies\"],\"examples\":[{\"igbo\":\"Ọ nà-àtụ āsị\",\"english\":\"He is telling lies\"}],\"variations\":[],\"stems\":[\"-tụ\"]}],\"-tụ\":[{\"word\":\"-tụ\",\"wordClass\":\"AV\",\"definitions\":[\"throw; cast; hurl; fling; throw upon\",\"build\",\"order; indent for; request someone going to a market to help buy something\",\"split, scrape out; (fig.) take out\",\"cause; get\",\"speak (in various specific ways)\",\"appear (of new moon)\",\"denoting contact\"],\"examples\":[{\"igbo\":\"Ọ bụlụ nà Nwaàmàlùbịa ānatago nàtalụ m ya ife m tūlụ ya\",\"english\":\"If Nwaamalụbịa has returned, help me bring from her what I requested her to buy for me\"},{\"igbo\":\"Ọnwa ātụgo/ātụa/ātụọ\",\"english\":\"The new moon has appeared (contrast\"},{\"igbo\":\"Ọnwa àpùtago\",\"english\":\"The moon (not new) has appeared)\"}],\"variations\":[],\"stems\":[]}],\"-tụbì\":[{\"word\":\"-tụbì\",\"wordClass\":\"AV\",\"definitions\":[\"stop breathing (suddenly)\"],\"examples\":[{\"igbo\":\"Nwatā dālụ enū n’ùtụtù àtụbìgo\",\"english\":\"The child who fell from a height has stopped breathing\"}],\"variations\":[],\"stems\":[\"-tụ-\"]}],\"-tụlụ ndù\":[{\"word\":\"-tụlụ ndù\",\"wordClass\":\"AV\",\"definitions\":[\"revive; refresh\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ-\"]}],\"-tụ n’ume\":[{\"word\":\"-tụ n’ume\",\"wordClass\":\"AV\",\"definitions\":[\"breathe shallowly or faintly (like patient nearing death or person who is extremely exhausted from running); pant\"],\"examples\":[{\"igbo\":\"Elòlù m nà ezì ị gbālụ egbè gà-ànwụ ọsọ ōsọ màkà nà ọ dā èmeghalịzị ārụ, ọ nà-àtụ sò n’ume\",\"english\":\"I think that the pig you shot will die quickly because it can no longer stir, it only breathes very faintly\"}],\"variations\":[],\"stems\":[\"-tụ-\",\"ume\"]}],\"-tụnye ndù\":[{\"word\":\"-tụnye ndù\",\"wordClass\":\"AV\",\"definitions\":[\"refresh; revive\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ-\"]}],\"-tụte (ndù)\":[{\"word\":\"-tụte (ndù)\",\"wordClass\":\"AV\",\"definitions\":[\"wake up; make alive; revive; refresh; resuscitate\"],\"examples\":[{\"igbo\":\"Anà m èje ịkpō onye dibìà kà ọ bịa tụtee nwa nnē m dālụ enū\",\"english\":\"I am going to call the doctor to come and revive my brother who has fallen from a height\"}],\"variations\":[],\"stems\":[\"-tụ-\"]}],\"-tụ ume\":[{\"word\":\"-tụ ume\",\"wordClass\":\"AV\",\"definitions\":[\"breathe faintly\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tụ-\"]}],\"-tụ-\":[{\"word\":\"-tụ-\",\"wordClass\":\"AV\",\"definitions\":[\"breathe\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"tụmà\":[{\"word\":\"tụmà\",\"wordClass\":\"CJN\",\"definitions\":[\"even if (= kamà)\"],\"examples\":[{\"igbo\":\"Ànyị gà-èmeli, tụmà isi àgụ\",\"english\":\"We will win, even if all perish\"}],\"variations\":[],\"stems\":null}],\"tùmàdì\":[{\"word\":\"tùmàdì\",\"wordClass\":\"\",\"definitions\":[\"see ǹtùmàdì\"],\"examples\":[],\"variations\":[\"tùmàdù\"],\"stems\":null}],\"ntụtù\":[{\"word\":\"ntụtù\",\"wordClass\":\"AV\",\"definitions\":[\"gathering; picking up; pilfering\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tù-tù\"]}],\"-tụtù aka\":[{\"word\":\"-tụtù aka\",\"wordClass\":\"AV\",\"definitions\":[\"pilfer\"],\"examples\":[{\"igbo\":\"Ọ nà-àtụtù akā\",\"english\":\"He is a pilferer\"}],\"variations\":[],\"stems\":[\"-tù-tù\"]}],\"-tụtù aka ntụtù\":[{\"word\":\"-tụtù aka ntụtù\",\"wordClass\":\"AV\",\"definitions\":[\"pilfer; pick and steal\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tù-tù\"]}],\"-tùtùkọ\":[{\"word\":\"-tùtùkọ\",\"wordClass\":\"AV\",\"definitions\":[\"gather; pick together\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tù-tù\"]}],\"-tùtùkọta\":[{\"word\":\"-tùtùkọta\",\"wordClass\":\"AV\",\"definitions\":[\"gather; pick together and bring\"],\"examples\":[{\"igbo\":\"Jèe tụtùkọta ego dāsịsịlị n’àkpà m ogè m nà-àgbabàta ụnò\",\"english\":\"Go and pick up the coins that fell from my pocket when I was running in\"}],\"variations\":[],\"stems\":[\"-tù-tù\"]}],\"-tùtùnye\":[{\"word\":\"-tùtùnye\",\"wordClass\":\"AV\",\"definitions\":[\"pick up for; pick up and give\"],\"examples\":[{\"igbo\":\"Tụtùnye m ife dānarịlị m\",\"english\":\"Pick up for me what has fallen from me\"}],\"variations\":[],\"stems\":[\"-tù-tù\"]}],\"-tụtù ọjì\":[{\"word\":\"-tụtù ọjì\",\"wordClass\":\"AV\",\"definitions\":[\"pick iroko leaves (for feeding livestock)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-tù-tù\"]}],\"-tụtùta\":[{\"word\":\"-tụtùta\",\"wordClass\":\"AV\",\"definitions\":[\"pick; pick up and bring\"],\"examples\":[{\"igbo\":\"Ọ bù mm tụtùtàlù ọtụ ụzò a nà-àchọ\",\"english\":\"I am the one who picked up the missing key\"}],\"variations\":[],\"stems\":[\"-tù-tù\"]}],\"-tù-tù\":[{\"word\":\"-tù-tù\",\"wordClass\":\"AV\",\"definitions\":[\"pick up\"],\"examples\":[{\"igbo\":\"Adī m àtụtù ife ọbụnà n’ìlo ọ sọgọdu nya bùlụ ōfu àkpà egō\",\"english\":\"I never pick anything up on the road, even if it is a hundred pounds\"}],\"variations\":[],\"stems\":null}],\"U\":[{\"word\":\"U\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùbà\":[{\"word\":\"ùbà\",\"wordClass\":\"NNC\",\"definitions\":[\"drum beaten for deities at second burial\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ubē ǹzè\":[{\"word\":\"ubē ǹzè\",\"wordClass\":\"NNC\",\"definitions\":[\"ceremonial spear for ọzō ceremonies (= alò), and fighting or hunting spears, see asùduù and àgànà\"],\"examples\":[],\"variations\":[],\"stems\":[\"ubè\"]}],\"ubè\":[{\"word\":\"ubè\",\"wordClass\":\"NNC\",\"definitions\":[\"spear, divided into\",\"stroke (of cane)\"],\"examples\":[{\"igbo\":\"Pìa yā ubè osisi naàbò\",\"english\":\"Give him two strokes of the cane\"}],\"variations\":[],\"stems\":[]}],\"ùbe ōkpoko\":[{\"word\":\"ùbe ōkpoko\",\"wordClass\":\"NNC\",\"definitions\":[\"bush-candle tree (Canarium schweinfurthii Engl.). The fruits are cooked by being put in hot water. See also ùbe òsà.\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùbe\"]}],\"ùbe òsà\":[{\"word\":\"ùbe òsà\",\"wordClass\":\"NNC\",\"definitions\":[\"Canarium schweinfurthii Engl. See also ùbe ōkpoko.\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùbe\"]}],\"ùbe\":[{\"word\":\"ùbe\",\"wordClass\":\"NNC\",\"definitions\":[\"native pear; \\\"pear\\\" (Pachylobus edulis Don), baked in hot ashes\",\"end; limit\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ubì\":[{\"word\":\"ubì\",\"wordClass\":\"NNC\",\"definitions\":[\"farm\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùbi\":[{\"word\":\"ùbi\",\"wordClass\":\"NNC\",\"definitions\":[\"black cobra (Naja melanoleuca Hall.)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ubom\":[{\"word\":\"ubom\",\"wordClass\":\"\",\"definitions\":[\"see ìbome\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ubòm\":[{\"word\":\"ubòm\",\"wordClass\":\"NNC\",\"definitions\":[\"sandbank\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùbu\":[{\"word\":\"ùbu\",\"wordClass\":\"NNC\",\"definitions\":[\"shoulder\",\"small fishing net\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ùbù\":[{\"word\":\"ùbù\",\"wordClass\":\"NNC\",\"definitions\":[\"staleness\"],\"examples\":[{\"igbo\":\"Azū à àdàgo ùbù\",\"english\":\"This fish has gone stale\"}],\"variations\":[],\"stems\":null}],\"enwē uchè\":[{\"word\":\"enwē uchè\",\"wordClass\":\"NNC\",\"definitions\":[\"lack of sense; foolishness\"],\"examples\":[],\"variations\":[],\"stems\":[\"uchè\"]}],\"-wepù uchè\":[{\"word\":\"-wepù uchè\",\"wordClass\":\"NNC\",\"definitions\":[\"cease to expect; give up hope (literally remove mind)\",\"male name (from -chè think)\"],\"examples\":[],\"variations\":[],\"stems\":[\"uchè\"]}],\"uchè\":[{\"word\":\"uchè\",\"wordClass\":\"NNC\",\"definitions\":[\"mind; sense; thought; wisdom; intelligence\",\"Uchè m dì yà I am concentrating on it\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"nnī ūchichì\":[{\"word\":\"nnī ūchichì\",\"wordClass\":\"NNC\",\"definitions\":[\"supper\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùchichì\"]}],\"ùchichì\":[{\"word\":\"ùchichì\",\"wordClass\":\"NNC\",\"definitions\":[\"night\"],\"examples\":[{\"igbo\":\"Ùchichì adī mma ògwù\",\"english\":\"Night is not good for fighting\"}],\"variations\":[],\"stems\":null}],\"uchu\":[{\"word\":\"uchu\",\"wordClass\":\"NNC\",\"definitions\":[\"industry; perseverance; diligence\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ude\":[{\"word\":\"ude\",\"wordClass\":\"\",\"definitions\":[\"see udè\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-sù ude\":[{\"word\":\"-sù ude\",\"wordClass\":\"NNC\",\"definitions\":[\"groan; grunt; hum, etc.\"],\"examples\":[{\"igbo\":\"Onye àrụ nà-ànwụ nà-asù udè\",\"english\":\"The patient is groaning\"}],\"variations\":[],\"stems\":[\"udè\"]}],\"udè\":[{\"word\":\"udè\",\"wordClass\":\"NNC\",\"definitions\":[\"groan; groaning; grunt; grunting; hum; din; grunt used rhythmically to keep time in singing\"],\"examples\":[{\"igbo\":\"Ndị egwū na-àgwụ; ndị udè àna-àsụ\",\"english\":\"The soloists are singing; the chorus are keeping time\"}],\"variations\":[\"ude\"],\"stems\":null}],\"-kpa ude\":[{\"word\":\"-kpa ude\",\"wordClass\":\"NNC\",\"definitions\":[\"rub in pomade, grease, ointment\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùde\"]}],\"ọgwū ū de\":[{\"word\":\"ọgwū ū de\",\"wordClass\":\"NNC\",\"definitions\":[\"local medicine prepared and stored in a bottle with palm- kernel oil, used for curing convulsions, poisoning\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùde\"]}],\"ùde\":[{\"word\":\"ùde\",\"wordClass\":\"NNC\",\"definitions\":[\"ointment; palm-kernel ointment (Yoruba àdin and òroro)\",\"fame; report; reputation; name\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ùdè\":[{\"word\":\"ùdè\",\"wordClass\":\"NNC\",\"definitions\":[\"flood-plain; swampy farm land\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùdènè\":[{\"word\":\"ùdènè\",\"wordClass\":\"NNC\",\"definitions\":[\"common or hooded vulture (Necrosyrtes monachus)\",\"hopeless, useless person\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"Udō\":[{\"word\":\"Udō\",\"wordClass\":\"NNC\",\"definitions\":[\"very powerful divinity (alūsị), whose worship is controlled by the Ọbịọ clan and before whom a king-elect of Onitsha must perform various rituals (Henderson 1972)\"],\"examples\":[{\"igbo\":\"Proverb: Udō sì onye ya nà-àzọ jì akā ya zòọ ōnwe ya màkà nà ya adā àzọ onye tōlụ afọ\",\"english\":\"(literally Udō requests that whoever he is trying to save should try and help himself because he never saves anybody with ascites)\"}],\"variations\":[],\"stems\":null}],\"ùdo\":[{\"word\":\"ùdo\",\"wordClass\":\"NNC\",\"definitions\":[\"peace; quietness; calmness\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùdu mmīli\":[{\"word\":\"ùdu mmīli\",\"wordClass\":\"NNC\",\"definitions\":[\"rainy season\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùdu\"]}],\"ùdu\":[{\"word\":\"ùdu\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùdù\":[{\"word\":\"ùdù\",\"wordClass\":\"NNC\",\"definitions\":[\"earthenware pot used for storing water; musical pot playing by slapping a hole in the side-wall with the flat of the hand\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùdudō\":[{\"word\":\"ùdudō\",\"wordClass\":\"NNC\",\"definitions\":[\"spider\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ufèlè\":[{\"word\":\"ufèlè\",\"wordClass\":\"NNC\",\"definitions\":[\"wind; breeze\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùfèsi mmīli\":[{\"word\":\"ùfèsi mmīli\",\"wordClass\":\"NNC\",\"definitions\":[\"across the stream, river, etc.; the other side of the river, stream, etc.\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùfèsi\"]}],\"n’ùfèsị\":[{\"word\":\"n’ùfèsị\",\"wordClass\":\"NNC\",\"definitions\":[\"over; on the other side\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùfèsi\"]}],\"ùfèsi\":[{\"word\":\"ùfèsi\",\"wordClass\":\"NNC\",\"definitions\":[\"the other side; abroad; overseas\"],\"examples\":[],\"variations\":[\"ùfèsị\"],\"stems\":null}],\"ufie\":[{\"word\":\"ufie\",\"wordClass\":\"NNC\",\"definitions\":[\"camwood (dye-wood from the tree Baphia nitida Lodd. or\",\"pubescens Hook.f.); red dye from it\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-gbà ùfìè\":[{\"word\":\"-gbà ùfìè\",\"wordClass\":\"NNC\",\"definitions\":[\"lie across or crosswise\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùfìè\"]}],\"ùfìè\":[{\"word\":\"ùfìè\",\"wordClass\":\"NNC\",\"definitions\":[\"width; across; crosswise\",\"used in\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ùfìè \":[{\"word\":\"ùfìè \",\"wordClass\":\"NNC\",\"definitions\":[\"royal drums; pair of very large cylindrical slit-gongs, held only by kings, the beating of which arouses the king from slumber and thus defines the beginning of a new day\"],\"examples\":[],\"variations\":[\"ùfìò\"],\"stems\":null}],\"ufìlì\":[{\"word\":\"ufìlì\",\"wordClass\":\"NNC\",\"definitions\":[\"mark; track; footprint; trail (e.g. of snake); sunbeam\"],\"examples\":[{\"igbo\":\"Ǹkaà bù ufìlì agwō, ò bụrō ufìlì igwè\",\"english\":\"This is the trail of a snake, not the track of a bicycle\"}],\"variations\":[\"ufùlù\"],\"stems\":null}],\"ùfo\":[{\"word\":\"ùfo\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùfolō\":[{\"word\":\"ùfolō\",\"wordClass\":\"NNC\",\"definitions\":[\"nothing; uselessness; vanity\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ufù\":[{\"word\":\"ufù\",\"wordClass\":\"NNC\",\"definitions\":[\"a faint\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùfù\":[{\"word\":\"ùfù\",\"wordClass\":\"NNC\",\"definitions\":[\"mongoose\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùtabà ufulī\":[{\"word\":\"ùtabà ufulī\",\"wordClass\":\"NNC\",\"definitions\":[\"dry raw tobacco leaves not yet chemically prepared\"],\"examples\":[],\"variations\":[],\"stems\":[\"ufulī\"]}],\"ufulī\":[{\"word\":\"ufulī\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ufùlù\":[{\"word\":\"ufùlù\",\"wordClass\":\"NNC\",\"definitions\":[\"breath; air\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ùgègbè anyā\":[{\"word\":\"ùgègbè anyā\",\"wordClass\":\"NNC\",\"definitions\":[\"(eye) glasses\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùgègbè\"]}],\"ùgègbè\":[{\"word\":\"ùgègbè\",\"wordClass\":\"NNC\",\"definitions\":[\"mirror; glass\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ugilī\":[{\"word\":\"ugilī\",\"wordClass\":\"NNC\",\"definitions\":[\"wild mango tree (Irvingia gabonensis (Aubry-Lecomte ex O'Rorke) Baill.), and its fruit (compare ògbònò) used for soup\"],\"examples\":[{\"igbo\":\"Ugilī teghete mbù egō abūrọ ulù\",\"english\":\"Nine ugilī fruits for one cowry is no gain (i.e. anything too cheap should be suspected of inferiority)\"}],\"variations\":[],\"stems\":null}],\"Ùgòchukwu\":[{\"word\":\"Ùgòchukwu\",\"wordClass\":\"NNC\",\"definitions\":[\"male name (literally Eagle of God)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùgò\"]}],\"ùgò mmā\":[{\"word\":\"ùgò mmā\",\"wordClass\":\"NNC\",\"definitions\":[\"beautiful girl\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùgò\"]}],\"Ùgònàchọmmā\":[{\"word\":\"Ùgònàchọmmā\",\"wordClass\":\"NNC\",\"definitions\":[\"name of a masquerade\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùgò\"]}],\"Ùgònnē\":[{\"word\":\"Ùgònnē\",\"wordClass\":\"NNC\",\"definitions\":[\"male name (literally Mother's Eagle)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùgò\"]}],\"Ùgònnwā\":[{\"word\":\"Ùgònnwā\",\"wordClass\":\"NNC\",\"definitions\":[\"female name (literally (Eagle child))\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùgò\"]}],\"ùgò\":[{\"word\":\"ùgò\",\"wordClass\":\"NNC\",\"definitions\":[\"\\\"eagle\\\", a bird valued for its rarity and beauty. Its white feather is a symbol of prestige worn with the red cap of onye ǹzè. (Palmnut Vulture, Gypohierax angolensis, and/or West African River Eagle, Haliaetus vocifer.)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùgògbè\":[{\"word\":\"ùgògbè\",\"wordClass\":\"NNC\",\"definitions\":[\"mirror (= ènyò, ènyìnyò)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùgòdì\":[{\"word\":\"ùgòdì\",\"wordClass\":\"NNC\",\"definitions\":[\"lock; key\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùgòfù\":[{\"word\":\"ùgòfù\",\"wordClass\":\"NNC\",\"definitions\":[\"steam\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùgolì\":[{\"word\":\"ùgolì\",\"wordClass\":\"NNC\",\"definitions\":[\"hooting sound made by young men when dancing\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ugòlo òmà\":[{\"word\":\"ugòlo òmà\",\"wordClass\":\"NNC\",\"definitions\":[\"Pied Crow (Corvus albus)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ugòlo\"]}],\"ugòlo\":[{\"word\":\"ugòlo\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùgolò\":[{\"word\":\"ùgolò\",\"wordClass\":\"NNC\",\"definitions\":[\"bitter kola (Garcinia kola Heckel)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùgom\":[{\"word\":\"ùgom\",\"wordClass\":\"NNC\",\"definitions\":[\"prison yard\"],\"examples\":[],\"variations\":[\"ùgom\"],\"stems\":null}],\"ugọnọm\":[{\"word\":\"ugọnọm\",\"wordClass\":\"NNC\",\"definitions\":[\"fish sp. (Bagrus bayad) (= òkpọ ọfū)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ugbànà\":[{\"word\":\"ugbànà\",\"wordClass\":\"NNC\",\"definitions\":[\"Cattle Egret (Bubulcus ibis)\",\"male name\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ugbè\":[{\"word\":\"ugbè\",\"wordClass\":\"NNC\",\"definitions\":[\"feather (compare ugbènè)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kwosi ugbènè\":[{\"word\":\"-kwosi ugbènè\",\"wordClass\":\"NNC\",\"definitions\":[\"pluck feathers\"],\"examples\":[],\"variations\":[],\"stems\":[\"ugbènè\"]}],\"ugbènè\":[{\"word\":\"ugbènè\",\"wordClass\":\"NNC\",\"definitions\":[\"feather (compare ugbè)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-lụ ugbō\":[{\"word\":\"-lụ ugbō\",\"wordClass\":\"NNC\",\"definitions\":[\"work a farm\"],\"examples\":[],\"variations\":[],\"stems\":[\"ugbō\"]}],\"ugbō\":[{\"word\":\"ugbō\",\"wordClass\":\"NNC\",\"definitions\":[\"farm\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ugbò\":[{\"word\":\"ugbò\",\"wordClass\":\"NNC\",\"definitions\":[\"cave; den; lair; hole\",\"hiding-place for fish made out of hollow bamboo cane, in which they are then trapped\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ugbokō\":[{\"word\":\"ugbokō\",\"wordClass\":\"NNC\",\"definitions\":[\"forest; thicket; jungle; farm\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùgbòlo ùgbòlò\":[{\"word\":\"ùgbòlo ùgbòlò\",\"wordClass\":\"NNC\",\"definitions\":[\"frequently; often\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùgbòlò\"]}],\"ùgbòlò\":[{\"word\":\"ùgbòlò\",\"wordClass\":\"NNC\",\"definitions\":[\"time, times (in enumeration)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùgbu\":[{\"word\":\"ùgbu\",\"wordClass\":\"NNC\",\"definitions\":[\"small fishing net\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ughelē\":[{\"word\":\"ughelē\",\"wordClass\":\"NNC\",\"definitions\":[\"yawn; yawning\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"Ugwu Awụsa\":[{\"word\":\"Ugwu Awụsa\",\"wordClass\":\"NNC\",\"definitions\":[\"Northern Nigeria\"],\"examples\":[{\"igbo\":\"Nwaàmàlùbịa ejēnurò Ugwu Awụsa\",\"english\":\"Nwaamalụbịa has never been to Northern Nigeria\"}],\"variations\":[],\"stems\":[\"ugwu\"]}],\"ugwu\":[{\"word\":\"ugwu\",\"wordClass\":\"NNC\",\"definitions\":[\"mountain; hill; any raised ground\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ugwù\":[{\"word\":\"ugwù\",\"wordClass\":\"NNC\",\"definitions\":[\"circumcision\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùgwù\":[{\"word\":\"ùgwù\",\"wordClass\":\"NNC\",\"definitions\":[\"prestige\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ugwùlùgwù\":[{\"word\":\"ugwùlùgwù\",\"wordClass\":\"NNC\",\"definitions\":[\"chest\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùgwulùgwu\":[{\"word\":\"ùgwulùgwu\",\"wordClass\":\"NNC\",\"definitions\":[\"abundance, large number (especially of small things)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ujìjì\":[{\"word\":\"ujìjì\",\"wordClass\":\"NNC\",\"definitions\":[\"leaf used for soup\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùju\":[{\"word\":\"ùju\",\"wordClass\":\"NNC\",\"definitions\":[\"fullness; plenty\"],\"examples\":[{\"igbo\":\"Ànyî nò n’ùju nnī kịtāà\",\"english\":\"We are at present in a time of plenty (of food)\"}],\"variations\":[],\"stems\":null}],\"uke\":[{\"word\":\"uke\",\"wordClass\":\"NNC\",\"definitions\":[\"thorn, prickle\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùke\":[{\"word\":\"ùke\",\"wordClass\":\"NNC\",\"definitions\":[\"brightness; glitter\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"Ùkè\":[{\"word\":\"Ùkè\",\"wordClass\":\"NNC\",\"definitions\":[\"name of a town and its market\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùkè\":[{\"word\":\"ùkè\",\"wordClass\":\"NNC\",\"definitions\":[\"bad, ill luck; misfortune\"],\"examples\":[{\"igbo\":\"Ǹke à bù ùkè\",\"english\":\"This is a misfortune, or This is bad luck\"},{\"igbo\":\"Ezùlù m ùkè n’ụzò ogè m nà-èje ịkpōlụ nnwa m nō n’ụnò ọgwù\",\"english\":\"I encountered ill luck on my way to the hospital to take my child home\"}],\"variations\":[],\"stems\":null}],\"ukò\":[{\"word\":\"ukò\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùko\":[{\"word\":\"ùko\",\"wordClass\":\"NNC\",\"definitions\":[\"small store or recess, built up generally over fireplace\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ukòlò\":[{\"word\":\"ukòlò\",\"wordClass\":\"\",\"definitions\":[\"see ìkòlò\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ukom\":[{\"word\":\"ukom\",\"wordClass\":\"NNC\",\"definitions\":[\"steep clay cliff at bank of river\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ukòm\":[{\"word\":\"ukòm\",\"wordClass\":\"NNC\",\"definitions\":[\"fowl\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùku mbu\":[{\"word\":\"ùku mbu\",\"wordClass\":\"NNC\",\"definitions\":[\"shoulder\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"okụ ukpē\":[{\"word\":\"okụ ukpē\",\"wordClass\":\"NNC\",\"definitions\":[\"lamp\"],\"examples\":[],\"variations\":[],\"stems\":[\"ukpe\"]}],\"ukpe\":[{\"word\":\"ukpe\",\"wordClass\":\"NNC\",\"definitions\":[\"lamp\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùkpò ezè\":[{\"word\":\"ùkpò ezè\",\"wordClass\":\"NNC\",\"definitions\":[\"royal throne\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùkpò\"]}],\"iru ùkpò\":[{\"word\":\"iru ùkpò\",\"wordClass\":\"NNC\",\"definitions\":[\"area raised or demarcated within the òbi to keep ritual objects\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùkpò\"]}],\"ùkpò\":[{\"word\":\"ùkpò\",\"wordClass\":\"NNC\",\"definitions\":[\"seat or bed made of mud; bed or plot for growing vegetables\"],\"examples\":[],\"variations\":[\"ìkpò\"],\"stems\":null}],\"ukpì\":[{\"word\":\"ukpì\",\"wordClass\":\"NNC\",\"definitions\":[\"tree from which ufie is obtained\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùkpolo\":[{\"word\":\"ùkpolo\",\"wordClass\":\"NNC\",\"definitions\":[\"clod of earth\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"azū ukpoò\":[{\"word\":\"azū ukpoò\",\"wordClass\":\"NNC\",\"definitions\":[\"fish caught with fishing hook\"],\"examples\":[{\"igbo\":\"(Proverb) Onye ǹdìdì nà-èli azū ukpoò\",\"english\":\"The patient person eats fish caught with the hook\"}],\"variations\":[],\"stems\":[\"ùkpoò\"]}],\"ùkpoò\":[{\"word\":\"ùkpoò\",\"wordClass\":\"NNC\",\"definitions\":[\"fishing hook\"],\"examples\":[],\"variations\":[\"ukpom\"],\"stems\":null}],\"-kwe ùkwe\":[{\"word\":\"-kwe ùkwe\",\"wordClass\":\"NNC\",\"definitions\":[\"sing\"],\"examples\":[{\"igbo\":\"Anùlù m kà ụmù akwụkwọ nà-èkwe ū kwe n’ụnò ụkà\",\"english\":\"I heard the school-children singing a hymn in the church\"},{\"igbo\":\"Bikō kwèelụ m òfu ū kwe ụnū kwèlù n’Àba ǹnyàafù\",\"english\":\"Please sing me a song you sang at Aba yesterday\"}],\"variations\":[],\"stems\":[\"ùkwe\"]}],\"àrụ ukwu\":[{\"word\":\"àrụ ukwu\",\"wordClass\":\"NNC\",\"definitions\":[\"leprosy\"],\"examples\":[],\"variations\":[],\"stems\":[\"ukwu\"]}],\"ukwu\":[{\"word\":\"ukwu\",\"wordClass\":\"NNC\",\"definitions\":[\"large; big\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ukwù\":[{\"word\":\"ukwù\",\"wordClass\":\"NNC\",\"definitions\":[\"waist; loins; stump (of tree); base\"],\"examples\":[{\"igbo\":\"Kèdo elili à n’ukwù gị\",\"english\":\"Tie this string round your waist\"}],\"variations\":[],\"stems\":null}],\"ùkwù azīzà\":[{\"word\":\"ùkwù azīzà\",\"wordClass\":\"NNC\",\"definitions\":[\"broom (considered as a whole bundle of prepared palm fronds)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùkwù\"]}],\"ùkwù naàbò\":[{\"word\":\"ùkwù naàbò\",\"wordClass\":\"NNC\",\"definitions\":[\"120 cowries\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùkwù\"]}],\"ùkwù naatò\":[{\"word\":\"ùkwù naatò\",\"wordClass\":\"NNC\",\"definitions\":[\"180 cowries\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùkwù\"]}],\"ùkwù\":[{\"word\":\"ùkwù\",\"wordClass\":\"NNC\",\"definitions\":[\"bundle\",\"(also ùkwù egō) unit in cowrie counting system, consisting of ten èkpète (of six cowries each), thus sixty cowries\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-te ule\":[{\"word\":\"-te ule\",\"wordClass\":\"NNC\",\"definitions\":[\"disgrace; put to shame; abase\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùle\"]}],\"ùle\":[{\"word\":\"ùle\",\"wordClass\":\"NNC\",\"definitions\":[\"corruption; decomposition; rot\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùlì abụbà\":[{\"word\":\"ùlì abụbà\",\"wordClass\":\"NNC\",\"definitions\":[\"avariety of ùlì\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùlì\"]}],\"ùli ārụ\":[{\"word\":\"ùli ārụ\",\"wordClass\":\"NNC\",\"definitions\":[\"indigo body designs\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùlì\"]}],\"ùli ede èji\":[{\"word\":\"ùli ede èji\",\"wordClass\":\"NNC\",\"definitions\":[\"variety of ùlì\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùlì\"]}],\"ùlì mkpò\":[{\"word\":\"ùlì mkpò\",\"wordClass\":\"NNC\",\"definitions\":[\"variety of ùlì\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùlì\"]}],\"ùlì nkịlịsị\":[{\"word\":\"ùlì nkịlịsị\",\"wordClass\":\"NNC\",\"definitions\":[\"variety of ùlì, whose seeds are very small in size\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùlì\"]}],\"ùlì\":[{\"word\":\"ùlì\",\"wordClass\":\"NNC\",\"definitions\":[\"indigo; plant (Randia malleifera Benth. and Hook.f. and/or R. maculata DC) whose juice, obtained on grinding the fruit, turns black on drying. Used traditionally by women for body designs to enhance their beauty. Also marked on the lower eye-lid of patient attacked by measles, influenza, smallpox, as prevention and/or cure\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùlilì\":[{\"word\":\"ùlilì\",\"wordClass\":\"NNC\",\"definitions\":[\"Giant Forest Squirrel (Protoxerus strangeri)\"],\"examples\":[],\"variations\":[\"ùlulù\"],\"stems\":null}],\"ùlòdì\":[{\"word\":\"ùlòdì\",\"wordClass\":\"NNC\",\"definitions\":[\"type of white lily\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùlòlo\":[{\"word\":\"ùlòlo\",\"wordClass\":\"NNC\",\"definitions\":[\"hole for exit of water from house, compound\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ulù egō\":[{\"word\":\"ulù egō\",\"wordClass\":\"NNC\",\"definitions\":[\"profit\"],\"examples\":[],\"variations\":[],\"stems\":[\"ulù\"]}],\"ulù\":[{\"word\":\"ulù\",\"wordClass\":\"NNC\",\"definitions\":[\"gain; profit; benefit\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ùlù\":[{\"word\":\"ùlù\",\"wordClass\":\"NNC\",\"definitions\":[\"clay; mire (compare ùlò)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ulùghùlù\":[{\"word\":\"ulùghùlù\",\"wordClass\":\"NNC\",\"definitions\":[\"flesh; small piece of meat without bones\"],\"examples\":[],\"variations\":[\"ulù\"],\"stems\":null}],\"ulùulù\":[{\"word\":\"ulùulù\",\"wordClass\":\"NNC\",\"definitions\":[\"flesh\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùlùkòmbụbā\":[{\"word\":\"ùlùkòmbụbā\",\"wordClass\":\"NNC\",\"definitions\":[\"butterfly\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùlùmàkụmā\":[{\"word\":\"ùlùmàkụmā\",\"wordClass\":\"\",\"definitions\":[\"see ùlùkòmbụbā\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ulùkpù\":[{\"word\":\"ulùkpù\",\"wordClass\":\"NNC\",\"definitions\":[\"cloud\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùlulù\":[{\"word\":\"ùlulù\",\"wordClass\":\"\",\"definitions\":[\"see ùlilì\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùlumē\":[{\"word\":\"ùlumē\",\"wordClass\":\"NNC\",\"definitions\":[\"downy feathers; down\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ume ànì\":[{\"word\":\"ume ànì\",\"wordClass\":\"NNC\",\"definitions\":[\"humility\"],\"examples\":[],\"variations\":[],\"stems\":[\"ume\"]}],\"ume ngwụ\":[{\"word\":\"ume ngwụ\",\"wordClass\":\"NNC\",\"definitions\":[\"idleness; laziness\"],\"examples\":[],\"variations\":[],\"stems\":[\"ume\"]}],\"nwa mkpùkpù umē\":[{\"word\":\"nwa mkpùkpù umē\",\"wordClass\":\"NNC\",\"definitions\":[\"newborn infant\"],\"examples\":[],\"variations\":[],\"stems\":[\"ume\"]}],\"-nwe ume\":[{\"word\":\"-nwe ume\",\"wordClass\":\"NNC\",\"definitions\":[\"be strong\"],\"examples\":[],\"variations\":[],\"stems\":[\"ume\"]}],\"-ze ume\":[{\"word\":\"-ze ume\",\"wordClass\":\"AV\",\"definitions\":[\"sigh; snort\"],\"examples\":[],\"variations\":[],\"stems\":[\"ume\",\"-ze\"]}],\"ume\":[{\"word\":\"ume\",\"wordClass\":\"NNC\",\"definitions\":[\"breath; sigh; strength\",\"loins\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ùme\":[{\"word\":\"ùme\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"une\":[{\"word\":\"une\",\"wordClass\":\"NNC\",\"definitions\":[\"calabash for storing wine\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùnè\":[{\"word\":\"ùnè\",\"wordClass\":\"NNC\",\"definitions\":[\"mouth-bow with cane-rope string\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"unèlè\":[{\"word\":\"unèlè\",\"wordClass\":\"NNC\",\"definitions\":[\"banana (Musa sapientum Linn.)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-lu unyi\":[{\"word\":\"-lu unyi\",\"wordClass\":\"NNC\",\"definitions\":[\"be dirty\"],\"examples\":[{\"igbo\":\"Akwà gî lùlù unyi\",\"english\":\"Your cloth is dirty\"}],\"variations\":[],\"stems\":[\"unyi\"]}],\"unyi\":[{\"word\":\"unyi\",\"wordClass\":\"NNC\",\"definitions\":[\"dirt\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"unyì okwutē\":[{\"word\":\"unyì okwutē\",\"wordClass\":\"NNC\",\"definitions\":[\"coal\"],\"examples\":[],\"variations\":[],\"stems\":[\"unyì\"]}],\"-gwu unyì okwutē\":[{\"word\":\"-gwu unyì okwutē\",\"wordClass\":\"NNC\",\"definitions\":[\"dig, mine coal\"],\"examples\":[{\"igbo\":\"A nà-ègwu unyì okwutē n’Enugū\",\"english\":\"Coal is mined at Enugu\"}],\"variations\":[],\"stems\":[\"unyì\"]}],\"unyì\":[{\"word\":\"unyì\",\"wordClass\":\"NNC\",\"definitions\":[\"coal; charcoal; cinder\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùru\":[{\"word\":\"ùru\",\"wordClass\":\"NNC\",\"definitions\":[\"sorrow; grief\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùruluchī\":[{\"word\":\"ùruluchī\",\"wordClass\":\"NNC\",\"definitions\":[\"evening; dusk\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùsokwū\":[{\"word\":\"ùsokwū\",\"wordClass\":\"NNC\",\"definitions\":[\"woman’s house (= mkpukè)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùsòlò\":[{\"word\":\"ùsòlò\",\"wordClass\":\"NNC\",\"definitions\":[\"row of things or people; arrangement\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"usukē\":[{\"word\":\"usukē\",\"wordClass\":\"NNC\",\"definitions\":[\"a tree whose fruit resembles ụdalā ènwè in shape; when ripe, the fruit is red in colour\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-gbasà ute\":[{\"word\":\"-gbasà ute\",\"wordClass\":\"NNC\",\"definitions\":[\"spread mat (in general, without necessarily implying for purpose of sleeping)\"],\"examples\":[{\"igbo\":\"Jèe gbasàa utē n’anwū\",\"english\":\"Go and spread the mat in the sun\"}],\"variations\":[],\"stems\":[\"ute\"]}],\"ute\":[{\"word\":\"ute\",\"wordClass\":\"NNC\",\"definitions\":[\"mat\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùtùkpè\":[{\"word\":\"ùtùkpè\",\"wordClass\":\"NNC\",\"definitions\":[\"lamp (= ìtè ọkū)\"],\"examples\":[{\"igbo\":\"Ọnwa tụa, ùtùkpè àna\",\"english\":\"When the moon shines, there is no need of a lamp (fig. used to express dependence on an outstanding person)\"}],\"variations\":[],\"stems\":null}],\"ụmū ùyòm\":[{\"word\":\"ụmū ùyòm\",\"wordClass\":\"NNC\",\"definitions\":[\"chicks\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùyòm\",\"ụmù\"]}],\"ùyòm\":[{\"word\":\"ùyòm\",\"wordClass\":\"NNC\",\"definitions\":[\"newly-hatched chick; chick\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"uzè\":[{\"word\":\"uzè\",\"wordClass\":\"NNC\",\"definitions\":[\"Giant Forest squirrel (Protoxerus strangeri) (compare òsa)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-ze uzelē\":[{\"word\":\"-ze uzelē\",\"wordClass\":\"AV\",\"definitions\":[\"sneeze\"],\"examples\":[],\"variations\":[],\"stems\":[\"uzelē\",\"-ze\"]}],\"uzelē\":[{\"word\":\"uzelē\",\"wordClass\":\"NNC\",\"definitions\":[\"sneezing\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"uzuzù\":[{\"word\":\"uzuzù\",\"wordClass\":\"NNC\",\"definitions\":[\"sand; dust\"],\"examples\":[],\"variations\":[\"uzuzò\"],\"stems\":null}],\"Ụ\":[{\"word\":\"Ụ\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"ụbà\":[{\"word\":\"ụbà\",\"wordClass\":\"NNC\",\"definitions\":[\"gain; commission\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùbìàm\":[{\"word\":\"ùbìàm\",\"wordClass\":\"NNC\",\"definitions\":[\"poverty; pauperism\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùbọ akwālà\":[{\"word\":\"ùbọ akwālà\",\"wordClass\":\"NNC\",\"definitions\":[\"pluriarc\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùbọ\"]}],\"ùbọ ọnū\":[{\"word\":\"ùbọ ọnū\",\"wordClass\":\"NNC\",\"definitions\":[\"mouth-organ; wind-instrument in general\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùbọ\"]}],\"ùbọ\":[{\"word\":\"ùbọ\",\"wordClass\":\"NNC\",\"definitions\":[\"musical instrument with either strings or plucked tongues; (compare ogumogwū )\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ụbòsì ìkpe āzụ\":[{\"word\":\"ụbòsì ìkpe āzụ\",\"wordClass\":\"NNC\",\"definitions\":[\"the day of judgement; the last day\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụbòsì\"]}],\"ụbòsì ụkà\":[{\"word\":\"ụbòsì ụkà\",\"wordClass\":\"NNC\",\"definitions\":[\"Sunday\"],\"examples\":[{\"igbo:\":\"Taà bù ụbòsì ụkà\",\"english\":\"Today is Sunday\"}],\"variations\":[],\"stems\":[\"ụbòsì\",\"ụkà\"]}],\"ụbòsì\":[{\"word\":\"ụbòsì\",\"wordClass\":\"NNC\",\"definitions\":[\"day\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"Ụmụ akā nà-àbụ\":[{\"word\":\"Ụmụ akā nà-àbụ\",\"wordClass\":\"NNC\",\"definitions\":[\"The children are scrambling over the food given them\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùbụ\"]}],\"nni e nyèlù fà ùbụ\":[{\"word\":\"nni e nyèlù fà ùbụ\",\"wordClass\":\"NNC\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":[\"ùbụ\"]}],\"ùbụ\":[{\"word\":\"ùbụ\",\"wordClass\":\"NNC\",\"definitions\":[\"scramble; scrambling\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùbụlù\":[{\"word\":\"ùbụlù\",\"wordClass\":\"NNC\",\"definitions\":[\"brain\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùbùlù inū\":[{\"word\":\"ùbùlù inū\",\"wordClass\":\"NNC\",\"definitions\":[\"variety of ùbùlù whose leaves are used to cure malaria\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùbùlù\"]}],\"ùbùlù ọcha\":[{\"word\":\"ùbùlù ọcha\",\"wordClass\":\"NNC\",\"definitions\":[\"custard apple (Annona senegalensis Pers.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùbùlù\"]}],\"ùbùlù\":[{\"word\":\"ùbùlù\",\"wordClass\":\"NNC\",\"definitions\":[\"young chick\",\"fruit with sweet smell, sucked raw (? from Borassus aethiopum Mart.)\"],\"examples\":[{\"igbo\":\"Proverb: Akwụkwọ ùbùlù e jìlì ke nnū , nnu nà-àtọ ùbùlù nà-àtọ\",\"english\":\"(literally The leaf of ùbùlù has been used in wrapping salt; the salt is tasty, the ùbùlù is tasty.) Used in describing a combination of two good things, e.g. when a very handsome man marries a very beautiful woman\"}],\"variations\":[],\"stems\":[]}],\"ùchịchā\":[{\"word\":\"ùchịchā\",\"wordClass\":\"NNC\",\"definitions\":[\"cockroach\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-ụdà ọfīa\":[{\"word\":\"-ụdà ọfīa\",\"wordClass\":\"NNC\",\"definitions\":[\"wild species (Xylopia quintasii)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụdà\"]}],\"ụdà\":[{\"word\":\"ụdà\",\"wordClass\":\"NNC\",\"definitions\":[\"pepper-tree (Xylopia aethiopica (Dunal) A. Rich.) with strong-smelling fruit in small curled pod, used as an ingredient in the preparation of various medicines and in certain foods, whose bark can be used as rope\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùdà\":[{\"word\":\"ùdà\",\"wordClass\":\"NNC\",\"definitions\":[\"sound; report\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"àtùtù ụdālà\":[{\"word\":\"àtùtù ụdālà\",\"wordClass\":\"NNC\",\"definitions\":[\"juice or stain of ụdalà fruit\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụdalà\"]}],\"ụdalā ènwè\":[{\"word\":\"ụdalā ènwè\",\"wordClass\":\"NNC\",\"definitions\":[\"tree whose fruit resembles ụdalà in shape, but smaller\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụdalà\"]}],\"ụdalà\":[{\"word\":\"ụdalà\",\"wordClass\":\"NNC\",\"definitions\":[\"African Star-apple (Chrysophyllum delevoyi De Wild.) and White Star-apple (C. albidum G. Don)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùdị\":[{\"word\":\"ùdị\",\"wordClass\":\"NNC\",\"definitions\":[\"kind; shape; likeness; nature; being\"],\"examples\":[{\"igbo\":\"Ọ bù ùdị yā\",\"english\":\"It is his nature\"},{\"igbo\":\"Gwa m ùdị ị chòlù\",\"english\":\"Tell me the kind you want\"}],\"variations\":[],\"stems\":null}],\"àpàlị ùdò\":[{\"word\":\"àpàlị ùdò\",\"wordClass\":\"NNC\",\"definitions\":[\"fibres of ùdò\",\"rope, cord, string made from the fibres of ùdò\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùdò\"]}],\"ùdò ọcha\":[{\"word\":\"ùdò ọcha\",\"wordClass\":\"NNC\",\"definitions\":[\"musk mallow (Hibiscus abelmoschus Linn.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùdò\"]}],\"ùdò\":[{\"word\":\"ùdò\",\"wordClass\":\"NNC\",\"definitions\":[\"small fibrous plant\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùdụ\":[{\"word\":\"ùdụ\",\"wordClass\":\"NNC\",\"definitions\":[\"large earthenware pot used for storing water\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùfọdụ\":[{\"word\":\"ùfọdụ\",\"wordClass\":\"NNC\",\"definitions\":[\"some; certain; (can either precede or follow noun it qualifies)\"],\"examples\":[{\"igbo\":\"Ùfọdụ mmādù dì nzuzù\",\"english\":\"Some people are stupid\"},{\"igbo\":\"Nye m ùfọdụ\",\"english\":\"Give me some\"}],\"variations\":[],\"stems\":null}],\"àrụ ūfụ\":[{\"word\":\"àrụ ūfụ\",\"wordClass\":\"NNC\",\"definitions\":[\"urgency; state of disquiet\",\"sickness; pain\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùfụ\"]}],\"-dị ùfụ\":[{\"word\":\"-dị ùfụ\",\"wordClass\":\"NNC\",\"definitions\":[\"be painful, distressing\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùfụ\"]}],\"-nọ n’ùfụ\":[{\"word\":\"-nọ n’ùfụ\",\"wordClass\":\"NNC\",\"definitions\":[\"be in distress\"],\"examples\":[{\"igbo\":\"Ànyî nò n’ùfụ\",\"english\":\"We are in distress\"}],\"variations\":[],\"stems\":[\"ùfụ\"]}],\"ùfụ\":[{\"word\":\"ùfụ\",\"wordClass\":\"NNC\",\"definitions\":[\"pain; agony; difficulty; distress\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùfụfù\":[{\"word\":\"ùfụfù\",\"wordClass\":\"NNC\",\"definitions\":[\"foam; froth; scum\"],\"examples\":[{\"igbo\":\"Ǹkaà bù ùfụfū ōnugbù\",\"english\":\"This is the foam of the bitterleaf\"}],\"variations\":[],\"stems\":null}],\"ùgà\":[{\"word\":\"ùgà\",\"wordClass\":\"NNC\",\"definitions\":[\"prickly plant used for the preparation of sponges\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùgànì\":[{\"word\":\"ùgànì\",\"wordClass\":\"NNC\",\"definitions\":[\"time of food shortage; dearth, usually before new yam is out\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ụgū\":[{\"word\":\"ụgū\",\"wordClass\":\"NNC\",\"definitions\":[\"fluted pumpkin (Telfairia occidentalis)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ụgùlù\":[{\"word\":\"ụgùlù\",\"wordClass\":\"NNC\",\"definitions\":[\"harmattan\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ụgbā\":[{\"word\":\"ụgbā\",\"wordClass\":\"NNC\",\"definitions\":[\"calabash (= derived from Yoruba igbá; compare ọbà)\",\"broken gourd/calabash, used for sacrifice\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-yi ụgbà\":[{\"word\":\"-yi ụgbà\",\"wordClass\":\"NNC\",\"definitions\":[\"dive\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụgbà\"]}],\"ụgbà\":[{\"word\":\"ụgbà\",\"wordClass\":\"NNC\",\"definitions\":[\"bark of plantain, used as string\",\"used in\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-yi ụgbọ\":[{\"word\":\"-yi ụgbọ\",\"wordClass\":\"AV\",\"definitions\":[\"paddle canoe\",\"any kind of motor vehicle; lorry; car\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụgbọ\",\"-yi\"]}],\"ụgbọ\":[{\"word\":\"ụgbọ\",\"wordClass\":\"NNC\",\"definitions\":[\"canoe; boat; ship\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òpi ụgbògùlù\":[{\"word\":\"òpi ụgbògùlù\",\"wordClass\":\"NNC\",\"definitions\":[\"pumpkin leaf stalk (literally pumpkin tube)\"],\"examples\":[{\"igbo\":\"Proverb: Sòọsò Chinēkè mà etu mmilī sì bàa n’òpì ụgbògùlù\",\"english\":\"Only God knows how water managed to enter the tube of the pumpkin leaf stalk\"}],\"variations\":[],\"stems\":[\"ụgbògùlù\"]}],\"ụgbògùlù\":[{\"word\":\"ụgbògùlù\",\"wordClass\":\"NNC\",\"definitions\":[\"pumpkin (Cucurbita pepo Linn. and C. maxima Duchesne)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ụgbụ\":[{\"word\":\"ụgbụ\",\"wordClass\":\"NNC\",\"definitions\":[\"clap net\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ụgbùgbà ọkū\":[{\"word\":\"ụgbùgbà ọkū\",\"wordClass\":\"NNC\",\"definitions\":[\"cooking pot\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụgbùgbà\"]}],\"ụgbùgbà\":[{\"word\":\"ụgbùgbà\",\"wordClass\":\"NNC\",\"definitions\":[\"kind of shallow pot; the large size used for cooking, the medium size for soup, and the small size for making sacrifices\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùgha\":[{\"word\":\"ùgha\",\"wordClass\":\"NNC\",\"definitions\":[\"falsehood\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ụgwọ ụnò\":[{\"word\":\"ụgwọ ụnò\",\"wordClass\":\"NNC\",\"definitions\":[\"rent (for house)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụgwō\",\"ụnò\"]}],\"Ibè jì m ụgwō\":[{\"word\":\"Ibè jì m ụgwō\",\"wordClass\":\"NNC\",\"definitions\":[\"Ibe owes me a debt\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụgwō\"]}],\"-kwụ ụgwō\":[{\"word\":\"-kwụ ụgwō\",\"wordClass\":\"NNC\",\"definitions\":[\"pay debt, salary, wages\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụgwō\"]}],\"-wèfìè ụgwō\":[{\"word\":\"-wèfìè ụgwō\",\"wordClass\":\"AV\",\"definitions\":[\"seize for debt; seize wrongly for debt\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụgwō\",\"-wè\"]}],\"ụgwō\":[{\"word\":\"ụgwō\",\"wordClass\":\"NNC\",\"definitions\":[\"debt; wages; salary\"],\"examples\":[{\"igbo:\":\"Ànyị gà-èli ụgwō taàtà\",\"english\":\"We shall receive our salary today\"}],\"variations\":[],\"stems\":null}],\"ụgwò\":[{\"word\":\"ụgwò\",\"wordClass\":\"NNC\",\"definitions\":[\"kind of skin disease\"],\"examples\":[{\"igbo:\":\"Proverb Onye dī mmā kà ụgwō nà-èli\",\"english\":\"Ụgwọ attacks beautiful people\"}],\"variations\":[\"ngwò\"],\"stems\":null}],\"-gbọ ùja\":[{\"word\":\"-gbọ ùja\",\"wordClass\":\"NNC\",\"definitions\":[\"bark, roar (of animal)\"],\"examples\":[{\"igbo:\":\"Nkịtā m adā àgbọ ùjà\",\"english\":\"My dog never barks\"}],\"variations\":[],\"stems\":[\"ùjà\"]}],\"ùjà\":[{\"word\":\"ùjà\",\"wordClass\":\"NNC\",\"definitions\":[\"bark, roar (of animal)\"],\"examples\":[{\"igbo:\":\"Anà m ànụ ùja òdùm\",\"english\":\"I am hearing the roar of a lion\"}],\"variations\":[],\"stems\":null}],\"ụjalā\":[{\"word\":\"ụjalā\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ụjō\":[{\"word\":\"ụjō\",\"wordClass\":\"NNC\",\"definitions\":[\"fear; cowardice; inability to bear pain long before crying or trembling\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-ru ụjū\":[{\"word\":\"-ru ụjū\",\"wordClass\":\"NNC\",\"definitions\":[\"be mourning\"],\"examples\":[{\"igbo:\":\"Ibè nà-èru ụjū\",\"english\":\"Ibe is mourning\"}],\"variations\":[],\"stems\":[\"ụjū\"]}],\"ụjū\":[{\"word\":\"ụjū\",\"wordClass\":\"NNC\",\"definitions\":[\"mourning\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ụjùjù\":[{\"word\":\"ụjùjù\",\"wordClass\":\"NNC\",\"definitions\":[\"kind of tree; (Myrianthus arboreus) its leaf\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ụka\":[{\"word\":\"ụka\",\"wordClass\":\"NNC\",\"definitions\":[\"sourness (e.g. of overnight soup, food, not yet warmed)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"Ụkà CMS\":[{\"word\":\"Ụkà CMS\",\"wordClass\":\"NNC\",\"definitions\":[\"(Anglican), Salvation Army, etc. C.M.S. (Anglican) Church, Salvation Army, etc.\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụkà\"]}],\"Ụkà Fada\":[{\"word\":\"Ụkà Fada\",\"wordClass\":\"NNC\",\"definitions\":[\"Roman Catholic Church Mission\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụkà\"]}],\"ndi ụkà\":[{\"word\":\"ndi ụkà\",\"wordClass\":\"NNC\",\"definitions\":[\"Christians\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụkà\"]}],\"ndi Ụkà Methodìst\":[{\"word\":\"ndi Ụkà Methodìst\",\"wordClass\":\"NNC\",\"definitions\":[\"members of the Methodist, Roman Catholic, Anglican, etc.\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụkà\"]}],\"Fadaa\":[{\"word\":\"Fadaa\",\"wordClass\":\"NNC\",\"definitions\":[\"Church\"],\"examples\":[],\"variations\":[\"Anglican\"],\"stems\":[\"ụkà\"]}],\"etc.\":[{\"word\":\"etc.\",\"wordClass\":\"NNC\",\"definitions\":[],\"examples\":[{\"igbo:\":\"Anyî bù ndi Ụkà Methodìst\",\"english\":\"We are members of the Methodist Church\"}],\"variations\":[],\"stems\":[\"ụkà\"]}],\"onye ụkà\":[{\"word\":\"onye ụkà\",\"wordClass\":\"NNC\",\"definitions\":[\"Christian\"],\"examples\":[{\"igbo:\":\"Roseline bù ezigbo onye ụkà\",\"english\":\"Roseline is a devout Christian\"}],\"variations\":[],\"stems\":[\"ụkà\"]}],\"ụnò ụkà\":[{\"word\":\"ụnò ụkà\",\"wordClass\":\"NNC\",\"definitions\":[\"Church (building)\",\"church\"],\"examples\":[{\"igbo:\":\"Ụkò Chukwû nò n’ime ụnò ụkà\",\"english\":\"The clergyman is in the church\"},{\"igbo\":\"Ndi nā-ekwe ūkwe nà-amū ūkwe fa gà-èkwe n’ụnò ụkà echi\",\"english\":\"The choristers are practising the hymns they will sing in church tomorrow\"}],\"variations\":[],\"stems\":[\"ụkà\",\"ụnò\"]}],\"ụkà\":[{\"word\":\"ụkà\",\"wordClass\":\"NNC\",\"definitions\":[\"conversation; talk; disputation; argument; backbiting; gossip\",\"church service; class meeting; church\"],\"examples\":[{\"igbo:\":\"Bikō bìa fū m n’ọnụ ūtụtù, ànyî nwèlù nwantịntị ụkà\",\"english\":\"Please come and see me early in the morning, we have something to discuss\"},{\"igbo:\":\"Àda nà Èjìmâ nwèlù ụkà\",\"english\":\"Ada and Ejima have a quarrel\"},{\"igbo:\":\"Ànyị nà-èje ụkà\",\"english\":\"We are going to the service\"}],\"variations\":[],\"stems\":[]}],\"ùkata\":[{\"word\":\"ùkata\",\"wordClass\":\"NNC\",\"definitions\":[\"general name for fish of the Polypterus and Calamoichthys genera (compare òkwo)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùkàwù\":[{\"word\":\"ùkàwù\",\"wordClass\":\"NNC\",\"definitions\":[\"tigerfish (Hydrocynus vittatus lineatus)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ụkò Chukwu\":[{\"word\":\"ụkò Chukwu\",\"wordClass\":\"NNC\",\"definitions\":[\"Minister in holy orders; pastor; deacon; priest, etc. (literally messenger of God)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụkò\"]}],\"ụkò\":[{\"word\":\"ụkò\",\"wordClass\":\"NNC\",\"definitions\":[\"messenger\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùkọ\":[{\"word\":\"ùkọ\",\"wordClass\":\"NNC\",\"definitions\":[\"scarcity (compare mkpa)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-nyọ ụkọlō\":[{\"word\":\"-nyọ ụkọlō\",\"wordClass\":\"NNC\",\"definitions\":[\"be lazy\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụkọlō\"]}],\"ụkọlō\":[{\"word\":\"ụkọlō\",\"wordClass\":\"NNC\",\"definitions\":[\"laziness; inability; incapability; weakness\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùkòlò\":[{\"word\":\"ùkòlò\",\"wordClass\":\"NNC\",\"definitions\":[\"hollow\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ụkpà\":[{\"word\":\"ụkpà\",\"wordClass\":\"NNC\",\"definitions\":[\"\\\"walnut\\\" (Tetracarpidium conophorum (Mull Arg.) Hutch. and J.M. Dalz.) (Yoruba àsalà or awùsa)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kpa ajō ụkpa\":[{\"word\":\"-kpa ajō ụkpa\",\"wordClass\":\"NNC\",\"definitions\":[\"make bad or disagreeable friendship (e.g. as when a person is intimate with another person whose morality and ways are bad or questionable); walk with criminals or suspects; keep bad company\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùkpa\"]}],\"-kpa ùkpa orī\":[{\"word\":\"-kpa ùkpa orī\",\"wordClass\":\"NNC\",\"definitions\":[\"be friends with a thief\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùkpa\"]}],\"ùkpà\":[{\"word\":\"ùkpà\",\"wordClass\":\"NNC\",\"definitions\":[\"rope for climbing\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùkpakā\":[{\"word\":\"ùkpakā\",\"wordClass\":\"NNC\",\"definitions\":[\"oil-bean tree or seed (Pentaclethra macrophylla Benth.)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùkpànà\":[{\"word\":\"ùkpànà\",\"wordClass\":\"NNC\",\"definitions\":[\"grasshopper\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ụkpò\":[{\"word\":\"ụkpò\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùkpọrọ\":[{\"word\":\"ùkpọrọ\",\"wordClass\":\"\",\"definitions\":[\"see òkpọrọ\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ụkpụlū\":[{\"word\":\"ụkpụlū\",\"wordClass\":\"NNC\",\"definitions\":[\"footprint; thing to be followed, e.g. example, precept, statute\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ụkwà\":[{\"word\":\"ụkwà\",\"wordClass\":\"NNC\",\"definitions\":[\"African Breadfruit (Treculia africana Decne.)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ụkwalà\":[{\"word\":\"ụkwalà\",\"wordClass\":\"NNC\",\"definitions\":[\"cough\"],\"examples\":[{\"igbo:\":\"Ụkwalà jì m\",\"english\":\"I have a cough or, I have a coughing fit\"}],\"variations\":[],\"stems\":null}],\"ụkwụ òlọgbà\":[{\"word\":\"ụkwụ òlọgbà\",\"wordClass\":\"NNC\",\"definitions\":[\"crooked leg; \\\"K-leg\\\"\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụkwụ\"]}],\"ikpèlè ụkwū\":[{\"word\":\"ikpèlè ụkwū\",\"wordClass\":\"NNC\",\"definitions\":[\"knee\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụkwụ\"]}],\"-kpọbè ụkwụ\":[{\"word\":\"-kpọbè ụkwụ\",\"wordClass\":\"NNC\",\"definitions\":[\"knock and cut, hurt, abrase toe by knocking it against an object (usually by accident)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụkwụ\"]}],\"nzò ụkwū\":[{\"word\":\"nzò ụkwū\",\"wordClass\":\"NNC\",\"definitions\":[\"footprint; footstep\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụkwụ\"]}],\"ụkwụ\":[{\"word\":\"ụkwụ\",\"wordClass\":\"NNC\",\"definitions\":[\"foot; leg; footstep\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-larụ ụla\":[{\"word\":\"-larụ ụla\",\"wordClass\":\"NNC\",\"definitions\":[\"sleep\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụla\"]}],\"-lụ ụla\":[{\"word\":\"-lụ ụla\",\"wordClass\":\"NNC\",\"definitions\":[\"sleep\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụla\"]}],\"òlù ụla\":[{\"word\":\"òlù ụla\",\"wordClass\":\"NNC\",\"definitions\":[\"doze\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụla\"]}],\"(òlù ụla) -tụ\":[{\"word\":\"(òlù ụla) -tụ\",\"wordClass\":\"NNC\",\"definitions\":[\"slumber; doze\",\"sleeping sickness; trypasonomiasis\"],\"examples\":[{\"igbo:\":\"Ị dì kà onye òlù ụla nà-ème\",\"english\":\"You look like someone suffering from sleeping sickness\"}],\"variations\":[],\"stems\":[\"ụla\"]}],\"ụla\":[{\"word\":\"ụla\",\"wordClass\":\"NNC\",\"definitions\":[\"sleep\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùla\":[{\"word\":\"ùla\",\"wordClass\":\"NNC\",\"definitions\":[\"(for some speakers ụnō ūla) (sleeping) room; inner room; bedroom; foodstuff store - a room in the house\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ùlà\":[{\"word\":\"ùlà\",\"wordClass\":\"NNC\",\"definitions\":[\"enticement; seduction; drawing away\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùlàgà\":[{\"word\":\"ùlàgà\",\"wordClass\":\"NNC\",\"definitions\":[\"Christmas masquerade\"],\"examples\":[],\"variations\":[\"ùlàgù\"],\"stems\":null}],\"ụlō\":[{\"word\":\"ụlō\",\"wordClass\":\"NNC\",\"definitions\":[\"grey clay found in flood-plain (compare ụpà)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùlò\":[{\"word\":\"ùlò\",\"wordClass\":\"NNC\",\"definitions\":[\"mud; mire (compare ùlù)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ụlù\":[{\"word\":\"ụlù\",\"wordClass\":\"NNC\",\"definitions\":[\"tree sp. (Musanga cecropioides)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"onye ūlụ\":[{\"word\":\"onye ūlụ\",\"wordClass\":\"NNC\",\"definitions\":[\"thief\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùlụ\"]}],\"ùlụ\":[{\"word\":\"ùlụ\",\"wordClass\":\"NNC\",\"definitions\":[\"theft; deception\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ụma\":[{\"word\":\"ụma\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ụmā\":[{\"word\":\"ụmā\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùma\":[{\"word\":\"ùma\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"edi ùmà\":[{\"word\":\"edi ùmà\",\"wordClass\":\"NNC\",\"definitions\":[\"civet-cat, which is very sensitive\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùmà\"]}],\"onye ùmà\":[{\"word\":\"onye ùmà\",\"wordClass\":\"NNC\",\"definitions\":[\"well-informed person\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùmà\"]}],\"-si ùmà\":[{\"word\":\"-si ùmà\",\"wordClass\":\"NNC\",\"definitions\":[\"seek out information\"],\"examples\":[{\"igbo:\":\"Anà m èsi ùmà\",\"english\":\"I am trying to ferret out information\"}],\"variations\":[],\"stems\":[\"ùmà\"]}],\"ùmà\":[{\"word\":\"ùmà\",\"wordClass\":\"NNC\",\"definitions\":[\"information, especially that which is not commonly known\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùmị\":[{\"word\":\"ùmị\",\"wordClass\":\"NNC\",\"definitions\":[\"shallow well; pit, well for collecting rain-water (òmị more common in Onitsha Town)\"],\"examples\":[],\"variations\":[\"òmị\"],\"stems\":null}],\"ùmì\":[{\"word\":\"ùmì\",\"wordClass\":\"NNC\",\"definitions\":[\"marrow\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ụmù arò\":[{\"word\":\"ụmù arò\",\"wordClass\":\"NNC\",\"definitions\":[\"children; young children\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụmù\"]}],\"ụmù azì\":[{\"word\":\"ụmù azì\",\"wordClass\":\"NNC\",\"definitions\":[\"(young) children\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụmù\"]}],\"ụmū āzụ\":[{\"word\":\"ụmū āzụ\",\"wordClass\":\"NNC\",\"definitions\":[\"disciples; followers\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụmù\"]}],\"ụmù deì\":[{\"word\":\"ụmù deì\",\"wordClass\":\"NNC\",\"definitions\":[\"freeborn children; children of a king or chief\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụmù\"]}],\"ụmù nnē\":[{\"word\":\"ụmù nnē\",\"wordClass\":\"NNC\",\"definitions\":[\"full brothers or sisters\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụmù\"]}],\"ụmù nkịtā\":[{\"word\":\"ụmù nkịtā\",\"wordClass\":\"NNC\",\"definitions\":[\"dogs\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụmù\"]}],\"ụmù nwaànyà\":[{\"word\":\"ụmù nwaànyà\",\"wordClass\":\"NNC\",\"definitions\":[\"women\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụmù\"]}],\"ụmù\":[{\"word\":\"ụmù\",\"wordClass\":\"NNC\",\"definitions\":[\"children (plural of nnwa); sons and daughters; offspring; members of a common descent group\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ọdụ ūna\":[{\"word\":\"ọdụ ūna\",\"wordClass\":\"NNC\",\"definitions\":[\"charm which makes someone invisible (used by drivers to escape from an accident) (compare ǹdè)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùna\"]}],\"ùna\":[{\"word\":\"ùna\",\"wordClass\":\"NNC\",\"definitions\":[\"departure; going\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùnànwụledè\":[{\"word\":\"ùnànwụledè\",\"wordClass\":\"\",\"definitions\":[\"see nànwụledè\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ụnō àkù\":[{\"word\":\"ụnō àkù\",\"wordClass\":\"NNC\",\"definitions\":[\"bank; department store; trading factory\"],\"examples\":[{\"igbo\":\"A nà-àchọ ịtū ụnō àkù a nà-àkpọ Leventis Stores n’òbòdo ānyị\",\"english\":\"A department store called Leventis Stores is going to be built in our town\"}],\"variations\":[],\"stems\":[\"ụnò\"]}],\"ụnò ime ụnò\":[{\"word\":\"ụnò ime ụnò\",\"wordClass\":\"NNC\",\"definitions\":[\"small private room where family head holds private discussions (= ụnò ọbā)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụnò\"]}],\"ụnō īkwuù\":[{\"word\":\"ụnō īkwuù\",\"wordClass\":\"NNC\",\"definitions\":[\"moveable house; tent; booth\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụnò\"]}],\"ụnō mmọọ\":[{\"word\":\"ụnō mmọọ\",\"wordClass\":\"NNC\",\"definitions\":[\"shrine (compare ụnò alūsị)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụnò\"]}],\"Ibè nò n’ụnō nga\":[{\"word\":\"Ibè nò n’ụnō nga\",\"wordClass\":\"NNC\",\"definitions\":[\"Ibe is in prison\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụnò\"]}],\"ụnò ọbā\":[{\"word\":\"ụnò ọbā\",\"wordClass\":\"NNC\",\"definitions\":[\"small private room (= ụnò ime ụnò)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụnò\"]}],\"àzụ ụnò\":[{\"word\":\"àzụ ụnò\",\"wordClass\":\"NNC\",\"definitions\":[\"toilet (literally back of the house)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụnò\"]}],\"-dụmì ụnò\":[{\"word\":\"-dụmì ụnò\",\"wordClass\":\"NNC\",\"definitions\":[\"lay rafters, roof, of a house\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụnò\"]}],\"-ma ụnò\":[{\"word\":\"-ma ụnò\",\"wordClass\":\"NNC\",\"definitions\":[\"be tame, be domesticated (literally know the house)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụnò\"]}],\"ndùmi ụnò\":[{\"word\":\"ndùmi ụnò\",\"wordClass\":\"NNC\",\"definitions\":[\"roof framework (before thatching or fixing the sheets)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụnò\"]}],\"-nwe èzi na ụnò\":[{\"word\":\"-nwe èzi na ụnò\",\"wordClass\":\"NNC\",\"definitions\":[\"become a householder\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụnò\"]}],\"-waghalị n’ụnò\":[{\"word\":\"-waghalị n’ụnò\",\"wordClass\":\"AV\",\"definitions\":[\"wander about lazily in the house\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụnò\",\"-wa\"]}],\"-wà ụnò\":[{\"word\":\"-wà ụnò\",\"wordClass\":\"NNC\",\"definitions\":[\"repair thatch of a house\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụnò\"]}],\"ụnò\":[{\"word\":\"ụnò\",\"wordClass\":\"NNC\",\"definitions\":[\"house; household; building\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ụnù\":[{\"word\":\"ụnù\",\"wordClass\":\"PRN\",\"definitions\":[\"(independent, 3rd pers. plural) you, your (plural)\"],\"examples\":[{\"igbo\":\"Achòlù m kà ụnù bịa\",\"english\":\"I want you to come\"}],\"variations\":[],\"stems\":null}],\"ụŋàlà\":[{\"word\":\"ụŋàlà\",\"wordClass\":\"NNC\",\"definitions\":[\"sudden sound or movement breaking the silence\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùsà\":[{\"word\":\"ùsà\",\"wordClass\":\"NNC\",\"definitions\":[\"pinching (bits of food, meat, etc., usually by children (-sà 3. pinch)\"],\"examples\":[{\"igbo\":\"Ọ nà-asā ùsà\",\"english\":\"He is gazing longingly at the food (of child), or He insists on the lion’s share of food (of husband)\"}],\"variations\":[],\"stems\":null}],\"ùsà \":[{\"word\":\"ùsà \",\"wordClass\":\"\",\"definitions\":[\"answer; excuse\"],\"examples\":[],\"variations\":[\"ụsà\"],\"stems\":null}],\"ùshàkà\":[{\"word\":\"ùshàkà\",\"wordClass\":\"NNC\",\"definitions\":[\"a calabash, netted with strings of cowries, which is shaken as a musical instrument (= derived from Yoruba sèkèrè)\",\"rattle (= ụyò)\",\"see ùsàkà\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-wèrụka n’ùsọ\":[{\"word\":\"-wèrụka n’ùsọ\",\"wordClass\":\"AV\",\"definitions\":[\"put aside; take out of the way\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùsọ\",\"-wè\"]}],\"ùsọ\":[{\"word\":\"ùsọ\",\"wordClass\":\"NNC\",\"definitions\":[\"pleasure; sweetness\",\"vicinity; proximity; near neighbourhood\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ụsụ kà ǹgwu\":[{\"word\":\"ụsụ kà ǹgwu\",\"wordClass\":\"NNC\",\"definitions\":[\"bat sp. (very small and not eaten)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụsụ\"]}],\"ụsụ\":[{\"word\":\"ụsụ\",\"wordClass\":\"NNC\",\"definitions\":[\"bat\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-kwà ụta\":[{\"word\":\"-kwà ụta\",\"wordClass\":\"NNC\",\"definitions\":[\"regret; be sorry\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụta\"]}],\"ụta\":[{\"word\":\"ụta\",\"wordClass\":\"NNC\",\"definitions\":[\"bow\",\"blame; reprimand\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-lite ùtà\":[{\"word\":\"-lite ùtà\",\"wordClass\":\"NNC\",\"definitions\":[\"accept an invitation\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùtà\"]}],\"ùtà\":[{\"word\":\"ùtà\",\"wordClass\":\"NNC\",\"definitions\":[\"invitation to a feast\"],\"examples\":[{\"igbo\":\"Chòọ yā ùtà\",\"english\":\"Give him an invitation\"}],\"variations\":[],\"stems\":null}],\"ùtabā èkèlèke\":[{\"word\":\"ùtabā èkèlèke\",\"wordClass\":\"NNC\",\"definitions\":[\"rolled tobacco leaves, in small bits for retail\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùtabà\"]}],\"ùtabà ufū or ufulī\":[{\"word\":\"ùtabà ufū or ufulī\",\"wordClass\":\"NNC\",\"definitions\":[\"dry raw tobacco leaves not yet chemically prepared\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùtabà\"]}],\"ajụ ūtabà\":[{\"word\":\"ajụ ūtabà\",\"wordClass\":\"NNC\",\"definitions\":[\"roll of tobacco\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùtabà\"]}],\"ọkụ ūtabà\":[{\"word\":\"ọkụ ūtabà\",\"wordClass\":\"NNC\",\"definitions\":[\"tobacco pipe; snuff-box\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùtabà\"]}],\"ùtabà\":[{\"word\":\"ùtabà\",\"wordClass\":\"NNC\",\"definitions\":[\"tobacco (Nicotiana rustica Linn.)\",\"cigarette; snuff\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ụtàlà\":[{\"word\":\"ụtàlà\",\"wordClass\":\"NNC\",\"definitions\":[\"any pounded food taken with soup, e.g. fufu, pounded yam\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ụtanwaǹgwèlè\":[{\"word\":\"ụtanwaǹgwèlè\",\"wordClass\":\"NNC\",\"definitions\":[\"cramp; numbness of part of body (compare tịtaǹgwèlè)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùtàzì\":[{\"word\":\"ùtàzì\",\"wordClass\":\"NNC\",\"definitions\":[\"bitter leaf for soup (Gongronema latifolia)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-tụ ùtụ\":[{\"word\":\"-tụ ùtụ\",\"wordClass\":\"NNC\",\"definitions\":[\"pay tax, tribute, collection (much used for payment of church levies)\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùtụ\"]}],\"-gba ùtụ\":[{\"word\":\"-gba ùtụ\",\"wordClass\":\"NNC\",\"definitions\":[\"suffer from boring grub\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùtụ\"]}],\"ùtụ\":[{\"word\":\"ùtụ\",\"wordClass\":\"NNC\",\"definitions\":[\"money or kind paid as tax, collection, rent, fare\",\"powder, dust (e.g. of wood)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"ùtù\":[{\"word\":\"ùtù\",\"wordClass\":\"NNC\",\"definitions\":[\"rubber fruit (thick bush, sweet flesh, orange) (Saba florida (Benth.) Bullock)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"azị ūtụtù\":[{\"word\":\"azị ūtụtù\",\"wordClass\":\"NNC\",\"definitions\":[\"breakfast\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùtụtù\"]}],\"-gba ùtụtù\":[{\"word\":\"-gba ùtụtù\",\"wordClass\":\"NNC\",\"definitions\":[\"take breakfast; breakfast\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùtụtù\"]}],\"kpakpaǹdo ūtụtù\":[{\"word\":\"kpakpaǹdo ūtụtù\",\"wordClass\":\"NNC\",\"definitions\":[\"morning star\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùtụtù\"]}],\"kwà ụtùtù\":[{\"word\":\"kwà ụtùtù\",\"wordClass\":\"NNC\",\"definitions\":[\"every morning\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùtụtù\"]}],\"-me ùtụtù\":[{\"word\":\"-me ùtụtù\",\"wordClass\":\"NNC\",\"definitions\":[\"take breakfast\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùtụtù\"]}],\"ùzọ ūtụtù\":[{\"word\":\"ùzọ ūtụtù\",\"wordClass\":\"NNC\",\"definitions\":[\"early morning\",\"early morning; dawn\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùtụtù\",\"ùzọ\"]}],\"ùtụtù\":[{\"word\":\"ùtụtù\",\"wordClass\":\"NNC\",\"definitions\":[\"morning; morning of life\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùwà anụmànù\":[{\"word\":\"ùwà anụmànù\",\"wordClass\":\"NNC\",\"definitions\":[\"the animal world\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùwà\"]}],\"ùwà m ùwà ìsatō\":[{\"word\":\"ùwà m ùwà ìsatō\",\"wordClass\":\"NNC\",\"definitions\":[\"exclamation of dismay\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùwà\"]}],\"ùwa ōnye òzọ\":[{\"word\":\"ùwa ōnye òzọ\",\"wordClass\":\"NNC\",\"definitions\":[\"another person’s business\"],\"examples\":[],\"variations\":[],\"stems\":[\"ùwà\"]}],\"ùwà tụ ùwà\":[{\"word\":\"ùwà tụ ùwà\",\"wordClass\":\"NNC\",\"definitions\":[\"for ever and ever; for ever; everlasting\"],\"examples\":[{\"igbo\":\"Bìnyelụ ānyị ùwà tụ ùwà\",\"english\":\"Abide with us for ever (literally from world to world)\"}],\"variations\":[],\"stems\":[\"ùwà\"]}],\"ùwà\":[{\"word\":\"ùwà\",\"wordClass\":\"NNC\",\"definitions\":[\"the world, earth, universe; (in Nri philosophy the visible world, contrasted with Mmụō (ancestors), Alūsị (spirits), and Òkìkè (the creator), consisting of igwē nà ànì (the firmament and the earth), and occupied by mmadù (human beings), agū (forests), anụmànù (animals), etc.\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ụyù\":[{\"word\":\"ụyù\",\"wordClass\":\"NNC\",\"definitions\":[\"rattle, used with ùfìè (= ùsàkà B.)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ụza\":[{\"word\":\"ụza\",\"wordClass\":\"NNC\",\"definitions\":[\"used in\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ụzịza\":[{\"word\":\"ụzịza\",\"wordClass\":\"NNC\",\"definitions\":[\"West African Black Pepper (Piper guineense Schum. and Thonn.); a climber, about 40' long, whose fruits are used fresh or dried as spices in food and in medicine\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ụzō ēzi amā\":[{\"word\":\"ụzō ēzi amā\",\"wordClass\":\"NNC\",\"definitions\":[\"main entrance to a compound\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụzò\"]}],\"ọtụ ụzò\":[{\"word\":\"ọtụ ụzò\",\"wordClass\":\"NNC\",\"definitions\":[\"key\"],\"examples\":[],\"variations\":[],\"stems\":[\"ụzò\"]}],\"ụzò\":[{\"word\":\"ụzò\",\"wordClass\":\"NNC\",\"definitions\":[\"way; road; path; door(way)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùzọ\":[{\"word\":\"ùzọ\",\"wordClass\":\"NNC\",\"definitions\":[\"dawn; daybreak; early morning; early\"],\"examples\":[{\"igbo\":\"Proverb: Ùzọ nwaànyì abūrọ ụzọ nnwā\",\"english\":\"Early to marry is not early to get children\"}],\"variations\":[],\"stems\":null}],\"ụzụ\":[{\"word\":\"ụzụ\",\"wordClass\":\"NNC\",\"definitions\":[\"blacksmith; blacksmithery\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"ùzù\":[{\"word\":\"ùzù\",\"wordClass\":\"NNC\",\"definitions\":[\"noise; uproar; quarrel\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"W\":[{\"word\":\"W\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"òwụwa\":[{\"word\":\"òwụwa\",\"wordClass\":\"AV\",\"definitions\":[\"cutting; splitting; dividing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wa\"]}],\"òwụwa jī\":[{\"word\":\"òwụwa jī\",\"wordClass\":\"AV\",\"definitions\":[\"feast of new yams\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wa\"]}],\"-gbuwa akụ oyìbo\":[{\"word\":\"-gbuwa akụ oyìbo\",\"wordClass\":\"AV\",\"definitions\":[\"speak out, break the news, bluntly (literally break the Nsugbe\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wa\"]}],\"Ǹsugbē\":[{\"word\":\"Ǹsugbē\",\"wordClass\":\"AV\",\"definitions\":[\"coconut)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wa\"]}],\"-wabà\":[{\"word\":\"-wabà\",\"wordClass\":\"AV\",\"definitions\":[\"rush in; invade\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wa\"]}],\"-wabàta\":[{\"word\":\"-wabàta\",\"wordClass\":\"AV\",\"definitions\":[\"rush inside\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wa\"]}],\"-waku(lu)\":[{\"word\":\"-waku(lu)\",\"wordClass\":\"AV\",\"definitions\":[\"attack; rush at\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wa\"]}],\"-wakpò\":[{\"word\":\"-wakpò\",\"wordClass\":\"AV\",\"definitions\":[\"submerge\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wa\"]}],\"-wakwàsị\":[{\"word\":\"-wakwàsị\",\"wordClass\":\"AV\",\"definitions\":[\"attack\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wa\"]}],\"-wakwute\":[{\"word\":\"-wakwute\",\"wordClass\":\"AV\",\"definitions\":[\"attack\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wa\"]}],\"-wapùta\":[{\"word\":\"-wapùta\",\"wordClass\":\"AV\",\"definitions\":[\"burst out; flow\",\"come out from the soil (of water); flood\"],\"examples\":[{\"igbo\":\"Mmilī àwago n’ụnò\",\"english\":\"Underground water has flooded the floors of the house\"}],\"variations\":[],\"stems\":[\"-wa\"]}],\"-wagota\":[{\"word\":\"-wagota\",\"wordClass\":\"AV\",\"definitions\":[\"wander up (nearer)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wa\"]}],\"-waghalị\":[{\"word\":\"-waghalị\",\"wordClass\":\"AV\",\"definitions\":[\"wander about\"],\"examples\":[{\"igbo\":\"Kèdu ǹkè ọ nà-àwaghalị n’ime ọfīa?\",\"english\":\"Why is he wandering in the forest?\"}],\"variations\":[],\"stems\":[\"-wa\"]}],\"òwịwa\":[{\"word\":\"òwịwa\",\"wordClass\":\"AV\",\"definitions\":[\"breaking\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wa\"]}],\"-wa\":[{\"word\":\"-wa\",\"wordClass\":\"AV\",\"definitions\":[\"cut; split; divide; space\",\"come out; break through; burst out (on); force one's way in\",\"wander; explore (e.g. forest)\",\"break; shatter\",\"continuing; becoming more and more\"],\"examples\":[{\"igbo\":\"Ụmù ọlū ya nà-àbawanye ūba\",\"english\":\"His apprentices are increasing more and more\"}],\"variations\":[],\"stems\":[]}],\"-wànye\":[{\"word\":\"-wànye\",\"wordClass\":\"AV\",\"definitions\":[\"insert in (between)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wà\"]}],\"-wapù\":[{\"word\":\"-wapù\",\"wordClass\":\"AV\",\"definitions\":[\"pull out thing stuck in\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wà\"]}],\"-wà ụnọ\":[{\"word\":\"-wà ụnọ\",\"wordClass\":\"AV\",\"definitions\":[\"repair thatch of a house (= -wàchi ụnò)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wà\"]}],\"-wà\":[{\"word\":\"-wà\",\"wordClass\":\"AV\",\"definitions\":[\"put in between two closely placed objects with little or no space between them; insert\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"walala ụzò\":[{\"word\":\"walala ụzò\",\"wordClass\":\"NNC\",\"definitions\":[\"path (opposed to road)\"],\"examples\":[],\"variations\":[],\"stems\":[\"walala\"]}],\"walala\":[{\"word\":\"walala\",\"wordClass\":\"NNC\",\"definitions\":[\"narrowness\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"afịa wàyo\":[{\"word\":\"afịa wàyo\",\"wordClass\":\"NNC\",\"definitions\":[\"inferior goods\"],\"examples\":[],\"variations\":[],\"stems\":[\"wàyo\"]}],\"okwu wàyo\":[{\"word\":\"okwu wàyo\",\"wordClass\":\"NNC\",\"definitions\":[\"deception\"],\"examples\":[],\"variations\":[],\"stems\":[\"wàyo\"]}],\"onye wàyo\":[{\"word\":\"onye wàyo\",\"wordClass\":\"NNC\",\"definitions\":[\"fraudulent person\"],\"examples\":[],\"variations\":[],\"stems\":[\"wàyo\"]}],\"wàyo\":[{\"word\":\"wàyo\",\"wordClass\":\"NNC\",\"definitions\":[\"fraud (Pidgin wàyo)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-we\":[{\"word\":\"-we\",\"wordClass\":\"AV\",\"definitions\":[\"be angry, annoyed\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òwùwè\":[{\"word\":\"òwùwè\",\"wordClass\":\"AV\",\"definitions\":[\"taking\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wè\"]}],\"-wèbìpù\":[{\"word\":\"-wèbìpù\",\"wordClass\":\"AV\",\"definitions\":[\"take out some\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wè\"]}],\"-wèdàta\":[{\"word\":\"-wèdàta\",\"wordClass\":\"AV\",\"definitions\":[\"bring down\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wè\"]}],\"-wèdàta ànì\":[{\"word\":\"-wèdàta ànì\",\"wordClass\":\"AV\",\"definitions\":[\"bring down; humble; abase; humiliate\"],\"examples\":[{\"igbo\":\"Wedàta ōnwe gī ànì\",\"english\":\"Humble yourself (literally Bring yourself down)\"}],\"variations\":[],\"stems\":[\"-wè\"]}],\"wèe\":[{\"word\":\"wèe\",\"wordClass\":\"\",\"definitions\":[\"see -wè\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"wèe ganye nà\":[{\"word\":\"wèe ganye nà\",\"wordClass\":\"AV\",\"definitions\":[\"till; until; pending\"],\"examples\":[],\"variations\":[\"wèe\"],\"stems\":[\"-wè\"]}],\"nye nà\":[{\"word\":\"nye nà\",\"wordClass\":\"AV\",\"definitions\":[],\"examples\":[{\"igbo\":\"Agà m na-àpịa gī ìtàlì wèe ganye nā ī kwupùta ife ọjọō i mèlù\",\"english\":\"I shall continue to flog you till you confess the bad thing you did\"}],\"variations\":[],\"stems\":[\"-wè\"]}],\"wèe lue nà\":[{\"word\":\"wèe lue nà\",\"wordClass\":\"AV\",\"definitions\":[\"until; as far as to\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wè\"]}],\"wèe lue n’ùwà ebìghèèbì\":[{\"word\":\"wèe lue n’ùwà ebìghèèbì\",\"wordClass\":\"AV\",\"definitions\":[\"for ever; for ever and ever\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wè\"]}],\"wèe pù\":[{\"word\":\"wèe pù\",\"wordClass\":\"AV\",\"definitions\":[\"until\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wè\"]}],\"-wèghalị\":[{\"word\":\"-wèghalị\",\"wordClass\":\"AV\",\"definitions\":[\"move, move (something) about; remove; change the position (of something)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wè\"]}],\"-wèju aka\":[{\"word\":\"-wèju aka\",\"wordClass\":\"AV\",\"definitions\":[\"have enough\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wè\"]}],\"mwèju akā\":[{\"word\":\"mwèju akā\",\"wordClass\":\"AV\",\"definitions\":[\"sufficiency; enough\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wè\"]}],\"-wèlụ oche\":[{\"word\":\"-wèlụ oche\",\"wordClass\":\"AV\",\"definitions\":[\"take a seat\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wè\"]}],\"-wèmì\":[{\"word\":\"-wèmì\",\"wordClass\":\"AV\",\"definitions\":[\"take far away\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wè\"]}],\"-wènata\":[{\"word\":\"-wènata\",\"wordClass\":\"AV\",\"definitions\":[\"bring home\"],\"examples\":[{\"igbo\":\"Wènata jī\",\"english\":\"Bring home yams\"}],\"variations\":[],\"stems\":[\"-wè\"]}],\"-wèni\":[{\"word\":\"-wèni\",\"wordClass\":\"AV\",\"definitions\":[\"take up; raise\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wè\"]}],\"-wènita\":[{\"word\":\"-wènita\",\"wordClass\":\"AV\",\"definitions\":[\"lift up; take up; pick up\",\"be better\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wè\"]}],\"-wènita àrụ\":[{\"word\":\"-wènita àrụ\",\"wordClass\":\"AV\",\"definitions\":[\"get better (literally raise body)\"],\"examples\":[{\"igbo\":\"Ọ nàfu ewènita\",\"english\":\"She is improving (in health);\"}],\"variations\":[],\"stems\":[\"-wè\"]}],\"-wèpù\":[{\"word\":\"-wèpù\",\"wordClass\":\"AV\",\"definitions\":[\"remove; take off, away; subtract\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wè\"]}],\"mwepù\":[{\"word\":\"mwepù\",\"wordClass\":\"AV\",\"definitions\":[\"act of taking away, removing; subtraction\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wè\"]}],\"-wèpùta\":[{\"word\":\"-wèpùta\",\"wordClass\":\"AV\",\"definitions\":[\"bring out; take out\"],\"examples\":[{\"igbo\":\"Wepùtalụ m ji\",\"english\":\"Bring out yam for me\"}],\"variations\":[],\"stems\":[\"-wè\"]}],\"-wèpù uchè\":[{\"word\":\"-wèpù uchè\",\"wordClass\":\"AV\",\"definitions\":[\"cease to expect; give up hope (literally remove mind)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wè\"]}],\"-wèrụka\":[{\"word\":\"-wèrụka\",\"wordClass\":\"AV\",\"definitions\":[\"put aside; take out of the way; move aside (of light things)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wè\"]}],\"mwèta\":[{\"word\":\"mwèta\",\"wordClass\":\"AV\",\"definitions\":[\"bringing; rendering; producing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wè\"]}],\"-wè\":[{\"word\":\"-wè\",\"wordClass\":\"AV\",\"definitions\":[\"take\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-wì \":[{\"word\":\"-wì \",\"wordClass\":\"\",\"definitions\":[\"see -yì 1., 2.\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-wokò\":[{\"word\":\"-wokò\",\"wordClass\":\"AV\",\"definitions\":[\"make loose, or widen, a hole by poking or probing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wo\"]}],\"-wo iwòlò (àwòlò)\":[{\"word\":\"-wo iwòlò (àwòlò)\",\"wordClass\":\"AV\",\"definitions\":[\"come off in scales; shed skin\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wo\"]}],\"-wo\":[{\"word\":\"-wo\",\"wordClass\":\"AV\",\"definitions\":[\"bore hole; poke\",\"peel off; shed (of skin, scales)\"],\"examples\":[{\"igbo\":\"A nà m èwo ewī\",\"english\":\"I am poking the giant rat's hole (with the intention of getting it out and capturing it)\"}],\"variations\":[],\"stems\":[]}],\"-wopù\":[{\"word\":\"-wopù\",\"wordClass\":\"AV\",\"definitions\":[\"take off clothes\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wò\"]}],\"mwopū àfè\":[{\"word\":\"mwopū àfè\",\"wordClass\":\"AV\",\"definitions\":[\"taking off of clothes\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wò\"]}],\"-wò nni\":[{\"word\":\"-wò nni\",\"wordClass\":\"AV\",\"definitions\":[\"deny (share of) food\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wò\"]}],\"-wò\":[{\"word\":\"-wò\",\"wordClass\":\"AV\",\"definitions\":[\"put on (clothes)\",\"deny (a share; implies object has no legal claim to a share)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-wughe\":[{\"word\":\"-wughe\",\"wordClass\":\"AV\",\"definitions\":[\"open; make, declare open\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wu\"]}],\"-wughepù\":[{\"word\":\"-wughepù\",\"wordClass\":\"AV\",\"definitions\":[\"give permission for any kind of gathering; declare open; open\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wu\"]}],\"-wulu\":[{\"word\":\"-wulu\",\"wordClass\":\"AV\",\"definitions\":[\"be firm, established\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wu\"]}],\"-wulu ewulu\":[{\"word\":\"-wulu ewulu\",\"wordClass\":\"AV\",\"definitions\":[\"be firm, established\"],\"examples\":[{\"igbo\":\"Oche afù àmaka, o wùùlù èwulu\",\"english\":\"That chair is magnificient, it is very firm\"}],\"variations\":[],\"stems\":[\"-wu\"]}],\"-wu ụnò\":[{\"word\":\"-wu ụnò\",\"wordClass\":\"AV\",\"definitions\":[\"build a house\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wu\"]}],\"-wu\":[{\"word\":\"-wu\",\"wordClass\":\"AV\",\"definitions\":[\"boil, seethe (corn, palm kernels)\",\"establish; build\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òwùwù\":[{\"word\":\"òwùwù\",\"wordClass\":\"AV\",\"definitions\":[\"spreading; being popular\",\"jumping\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wù\"]}],\"-wùbe\":[{\"word\":\"-wùbe\",\"wordClass\":\"AV\",\"definitions\":[\"begin to spread (of news)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wù\"]}],\"-wù èwù\":[{\"word\":\"-wù èwù\",\"wordClass\":\"AV\",\"definitions\":[\"spread; be noised abroad; be famed\"],\"examples\":[{\"igbo\":\"Akụkọ afù nà-ewū èwù\",\"english\":\"The news is spreading\"}],\"variations\":[],\"stems\":[\"-wù\"]}],\"-wùbà\":[{\"word\":\"-wùbà\",\"wordClass\":\"AV\",\"definitions\":[\"jump into\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wù\"]}],\"-wùdà\":[{\"word\":\"-wùdà\",\"wordClass\":\"AV\",\"definitions\":[\"jump down\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wù\"]}],\"-wùfè\":[{\"word\":\"-wùfè\",\"wordClass\":\"AV\",\"definitions\":[\"jump over\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wù\"]}],\"-wù ìkpòtọ\":[{\"word\":\"-wù ìkpòtọ\",\"wordClass\":\"AV\",\"definitions\":[\"skip, gambol (as a young animal)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wù\"]}],\"-wùni enū\":[{\"word\":\"-wùni enū\",\"wordClass\":\"AV\",\"definitions\":[\"jump up\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wù\"]}],\"-wù\":[{\"word\":\"-wù\",\"wordClass\":\"AV\",\"definitions\":[\"become known, popular; spread\",\"jump (compare -kwụ 5.)\"],\"examples\":[{\"igbo\":\"Ife o mèlù nà-ewù\",\"english\":\"What he has done is fast becoming known to everyone\"}],\"variations\":[],\"stems\":[]}],\"mwuta\":[{\"word\":\"mwuta\",\"wordClass\":\"AV\",\"definitions\":[\"grief; sorrow; pain (of mind)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wu-ta\"]}],\"-wu-ta\":[{\"word\":\"-wu-ta\",\"wordClass\":\"AV\",\"definitions\":[\"grieve; hurt; trouble; distress\"],\"examples\":[{\"igbo\":\"Ọnwụ enyì m nwokē nà-èwuta m ri nnē\",\"english\":\"The death of my friend is hurting me greatly\"}],\"variations\":[],\"stems\":null}],\"òwụwụ\":[{\"word\":\"òwụwụ\",\"wordClass\":\"AV\",\"definitions\":[\"washing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wụ\"]}],\"-wụ àrụ\":[{\"word\":\"-wụ àrụ\",\"wordClass\":\"AV\",\"definitions\":[\"wash the body\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wụ\"]}],\"-wụcha àrụ\":[{\"word\":\"-wụcha àrụ\",\"wordClass\":\"AV\",\"definitions\":[\"wash the body clean; cleanse the body\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wụ\"]}],\"-wụchapù àrụ\":[{\"word\":\"-wụchapù àrụ\",\"wordClass\":\"AV\",\"definitions\":[\"wash the body thoroughly\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wụ\"]}],\"-wụbà\":[{\"word\":\"-wụbà\",\"wordClass\":\"AV\",\"definitions\":[\"pour into\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wụ\"]}],\"-wụchi\":[{\"word\":\"-wụchi\",\"wordClass\":\"AV\",\"definitions\":[\"fill (e.g. hole with debris)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wụ\"]}],\"-wụfù\":[{\"word\":\"-wụfù\",\"wordClass\":\"AV\",\"definitions\":[\"pour away\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wụ\"]}],\"-wụpù\":[{\"word\":\"-wụpù\",\"wordClass\":\"AV\",\"definitions\":[\"pour out; throw out (especially liquids)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wụ\"]}],\"-wụrà\":[{\"word\":\"-wụrà\",\"wordClass\":\"AV\",\"definitions\":[\"spread out and divide\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wụ\"]}],\"-wụsa\":[{\"word\":\"-wụsa\",\"wordClass\":\"AV\",\"definitions\":[\"pour into a particular place (liquids, kernels)\",\"place, put down upon (cloth or many objects)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wụ\"]}],\"-wụsị\":[{\"word\":\"-wụsị\",\"wordClass\":\"AV\",\"definitions\":[\"throw away, pour away, spill (liquids)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-wụ\"]}],\"-wụta\":[{\"word\":\"-wụta\",\"wordClass\":\"AV\",\"definitions\":[\"to buy (kernels)\"],\"examples\":[{\"igbo\":\"Anà m èje ịwūta akụ n’Àfò-Nnoòbì\",\"english\":\"I am going to buy some kernels at Àfò-Nnoòbì market\"}],\"variations\":[],\"stems\":[\"-wụ\"]}],\"-wụ\":[{\"word\":\"-wụ\",\"wordClass\":\"AV\",\"definitions\":[\"wash (body)\",\"pour; spread; put; place\",\"buy (palm kernels, gunpowder) (originally derived from -wụ 2., since kernels and gunpowder must be poured into container in order to buy them)\",\"excise; pluck out\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"derived from Yoruba\":[{\"word\":\"derived from Yoruba\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"nya bù nà\":[{\"word\":\"nya bù nà\",\"wordClass\":\"PRN\",\"definitions\":[\"that is to say\"],\"examples\":[],\"variations\":[],\"stems\":[\"ya\"]}],\"nya kà ... jì\":[{\"word\":\"nya kà ... jì\",\"wordClass\":\"PRN\",\"definitions\":[\"for that reason; so; therefore\"],\"examples\":[{\"igbo\":\"Ibè bìàlù ọlụ n’ogè n’ùtụtū à, nya kà e jì rọ yā òfu n’ime ndị gā-eje nnene akwụkwọ\",\"english\":\"Ibe was punctual at work this morning; that is why he was chosen as one of the people who are going to sit the examination\"}],\"variations\":[],\"stems\":[\"ya\"]}],\"nya kpàtàlù\":[{\"word\":\"nya kpàtàlù\",\"wordClass\":\"PRN\",\"definitions\":[\"therefore; for that reason\"],\"examples\":[],\"variations\":[],\"stems\":[\"ya\"]}],\"ya nà ònwe yā\":[{\"word\":\"ya nà ònwe yā\",\"wordClass\":\"PRN\",\"definitions\":[\"he himself; she herself\"],\"examples\":[],\"variations\":[],\"stems\":[\"ya\"]}],\"ya nwà\":[{\"word\":\"ya nwà\",\"wordClass\":\"PRN\",\"definitions\":[\"he himself; she herself\"],\"examples\":[],\"variations\":[],\"stems\":[\"ya\"]}],\"ndịǹkè nya\":[{\"word\":\"ndịǹkè nya\",\"wordClass\":\"PRN\",\"definitions\":[\"his own people\"],\"examples\":[],\"variations\":[],\"stems\":[\"ya\"]}],\"ya\":[{\"word\":\"ya\",\"wordClass\":\"PRN\",\"definitions\":[\"independent, object and possessive, 3rd pers. sg. For some speakers, nya is the usual subject form while ya is the object and possessive form, except that nya occurs after a nasal) he; him; his; she; her; it; its\"],\"examples\":[{\"igbo\":\"Nya bìa ebe à\",\"english\":\"Let him come here\"},{\"igbo\":\"Fâ fùlù ya\",\"english\":\"They saw him\"},{\"igbo\":\"Edèlù m nyà akwụkwọ\",\"english\":\"I wrote to him\"}],\"variations\":[\"nya\"],\"stems\":null}],\"(àrụ) -ya\":[{\"word\":\"(àrụ) -ya\",\"wordClass\":\"AV\",\"definitions\":[\"be sick\",\"suffer from misfortune (brought by a person)\"],\"examples\":[{\"igbo\":\"Àrụ nà-ayā ya\",\"english\":\"He is sick\"},{\"igbo\":\"(fig.) Ọ bù Òfọ kà ànyị nà-ayà\",\"english\":\"It is Ọfọ who worries us\"},{\"igbo\":\"(fig.) Adā ayā gī àyà\",\"english\":\"No one can suffer from you! (Used in reply to someone who boasts he can harm one)\"}],\"variations\":[],\"stems\":[\"-yà\"]}],\"-yà\":[{\"word\":\"-yà\",\"wordClass\":\"AV\",\"definitions\":[\"suffer from (disease); endure\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"yaà!\":[{\"word\":\"yaà!\",\"wordClass\":\"INTJ\",\"definitions\":[\"exclamatory shout to frighten, call attention\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"yàbaàsì\":[{\"word\":\"yàbaàsì\",\"wordClass\":\"NNC\",\"definitions\":[\"onion (Allium cepa Linn.) (Pidgin yàbaàs)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-yà-tọ\":[{\"word\":\"-yà-tọ\",\"wordClass\":\"AV\",\"definitions\":[\"open forcibly\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-yàtò ọnū\":[{\"word\":\"-yàtò ọnū\",\"wordClass\":\"AV\",\"definitions\":[\"be vulgar in speech\"],\"examples\":[],\"variations\":[],\"stems\":[\"-yà-tò\"]}],\"-yà-tò\":[{\"word\":\"-yà-tò\",\"wordClass\":\"AV\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"-yi àwòlò\":[{\"word\":\"-yi àwòlò\",\"wordClass\":\"AV\",\"definitions\":[\"wear mask\"],\"examples\":[],\"variations\":[],\"stems\":[\"-yi\"]}],\"-yikwàsị\":[{\"word\":\"-yikwàsị\",\"wordClass\":\"AV\",\"definitions\":[\"put on (clothing, mask, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-yi\"]}],\"-yilị\":[{\"word\":\"-yilị\",\"wordClass\":\"AV\",\"definitions\":[\"wear\"],\"examples\":[],\"variations\":[],\"stems\":[\"-yi\"]}],\"-yilị àfè\":[{\"word\":\"-yilị àfè\",\"wordClass\":\"AV\",\"definitions\":[\"put on clothes\"],\"examples\":[{\"igbo\":\"Yìlị àfè gị\",\"english\":\"Put on your shirt (or clothes)\"}],\"variations\":[],\"stems\":[\"-yi\"]}],\"-yipù\":[{\"word\":\"-yipù\",\"wordClass\":\"AV\",\"definitions\":[\"take off (clothing, mask, etc.)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-yi\"]}],\"-yipù àwòlò\":[{\"word\":\"-yipù àwòlò\",\"wordClass\":\"AV\",\"definitions\":[\"take off mask; unmask\"],\"examples\":[{\"igbo\":\"Yipū àwòlò\",\"english\":\"Take the mask off (yourself)\"}],\"variations\":[],\"stems\":[\"-yi\"]}],\"eyī uchè\":[{\"word\":\"eyī uchè\",\"wordClass\":\"AV\",\"definitions\":[\"quite unexpected\"],\"examples\":[],\"variations\":[],\"stems\":[\"-yi\"]}],\"àtù eyī\":[{\"word\":\"àtù eyī\",\"wordClass\":\"AV\",\"definitions\":[\"not exactly describable\"],\"examples\":[],\"variations\":[],\"stems\":[\"-yi\"]}],\"òyiyi\":[{\"word\":\"òyiyi\",\"wordClass\":\"AV\",\"definitions\":[\"resembling; being (a)like; likeness; resemblance\"],\"examples\":[],\"variations\":[],\"stems\":[\"-yi\"]}],\"-yikasị\":[{\"word\":\"-yikasị\",\"wordClass\":\"AV\",\"definitions\":[\"cut oneself open\"],\"examples\":[],\"variations\":[],\"stems\":[\"-yi\"]}],\"-yitọ\":[{\"word\":\"-yitọ\",\"wordClass\":\"AV\",\"definitions\":[\"cut free; cut\"],\"examples\":[],\"variations\":[],\"stems\":[\"-yi\"]}],\"-yiwa\":[{\"word\":\"-yiwa\",\"wordClass\":\"AV\",\"definitions\":[\"cut open, across, into two\"],\"examples\":[],\"variations\":[],\"stems\":[\"-yi\"]}],\"-yiwa òlòma\":[{\"word\":\"-yiwa òlòma\",\"wordClass\":\"AV\",\"definitions\":[\"cut orange into half\"],\"examples\":[],\"variations\":[],\"stems\":[\"-yi\"]}],\"-yi atụtọ\":[{\"word\":\"-yi atụtọ\",\"wordClass\":\"AV\",\"definitions\":[\"tickle\"],\"examples\":[],\"variations\":[],\"stems\":[\"-yi\"]}],\"-yi ǹtàtàlabù\":[{\"word\":\"-yi ǹtàtàlabù\",\"wordClass\":\"AV\",\"definitions\":[\"tickle in armpit\"],\"examples\":[],\"variations\":[],\"stems\":[\"-yi\"]}],\"-yigbu\":[{\"word\":\"-yigbu\",\"wordClass\":\"AV\",\"definitions\":[\"turn upon and kill\"],\"examples\":[],\"variations\":[],\"stems\":[\"-yi\"]}],\"myigbu\":[{\"word\":\"myigbu\",\"wordClass\":\"AV\",\"definitions\":[\"slander; craftiness; evil\",\"paddle (e.g. turn paddle in water)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-yi\"]}],\"-yido\":[{\"word\":\"-yido\",\"wordClass\":\"AV\",\"definitions\":[\"put ashore\"],\"examples\":[],\"variations\":[],\"stems\":[\"-yi\"]}],\"-yifè\":[{\"word\":\"-yifè\",\"wordClass\":\"AV\",\"definitions\":[\"paddle, ferry across\"],\"examples\":[],\"variations\":[],\"stems\":[\"-yi\"]}],\"-yi ùgbà\":[{\"word\":\"-yi ùgbà\",\"wordClass\":\"AV\",\"definitions\":[\"to dive\"],\"examples\":[{\"igbo\":\"Anà m èje iyī ùgbà nà mmilī\",\"english\":\"I am going to the stream to dive\"}],\"variations\":[],\"stems\":[\"-yi\"]}],\"-yi\":[{\"word\":\"-yi\",\"wordClass\":\"AV\",\"definitions\":[\"wear\",\"resemble; be like, alike\",\"cut (human and animal flesh and soft objects)\",\"cause\",\"turn\"],\"examples\":[{\"igbo\":\"Àdâ yìlì nne yā\",\"english\":\"Àda resembles her mother\"},{\"igbo\":\"Ife ēyi nnwa\",\"english\":\"There is nothing like a child (used as a name)\"}],\"variations\":[],\"stems\":[]}],\"òyìyì\":[{\"word\":\"òyìyì\",\"wordClass\":\"AV\",\"definitions\":[\"going together\"],\"examples\":[],\"variations\":[\"òwìwì\"],\"stems\":[\"-yì \"]}],\"-yìlị\":[{\"word\":\"-yìlị\",\"wordClass\":\"AV\",\"definitions\":[\"go together\"],\"examples\":[{\"igbo\":\"Bìa kà ànyị yìlị jee nkū\",\"english\":\"Come, let us go together to fetch the firewood\"}],\"variations\":[],\"stems\":[\"-yì \"]}],\"-wì ala\":[{\"word\":\"-wì ala\",\"wordClass\":\"PV\",\"definitions\":[\"be mad\"],\"examples\":[{\"igbo\":\"Ì nà-awì alā?\",\"english\":\"Are you mad?\"}],\"variations\":[\"-yì ala\"],\"stems\":[\"-yì \"]}],\"-yì \":[{\"word\":\"-yì \",\"wordClass\":\"AV\",\"definitions\":[\"be, go together; accompany one another in doing something\"],\"examples\":[{\"igbo\":\"Mụ nà enyì m gà-ayì je Nnọkwà echi\",\"english\":\"My friend and I will go (together) to Nnọkwa tomorrow\"},{\"igbo\":\"Mụ nà Ọgụgùâ yì je mmīli\",\"english\":\"Ọgụgua and myself went to the stream together\"}],\"variations\":[\"-wì\"],\"stems\":[]}],\"òyịyọ\":[{\"word\":\"òyịyọ\",\"wordClass\":\"AV\",\"definitions\":[\"begging\"],\"examples\":[],\"variations\":[],\"stems\":[\"-yọ\"]}],\"-yọ ayìyọ\":[{\"word\":\"-yọ ayìyọ\",\"wordClass\":\"AV\",\"definitions\":[\"beg; beseech; pray\",\"beg for alms\"],\"examples\":[],\"variations\":[],\"stems\":[\"-yọ\"]}],\"-yọta\":[{\"word\":\"-yọta\",\"wordClass\":\"AV\",\"definitions\":[\"receive by begging\"],\"examples\":[],\"variations\":[],\"stems\":[\"-yọ\"]}],\"onye ayìyọ\":[{\"word\":\"onye ayìyọ\",\"wordClass\":\"AV\",\"definitions\":[\"beggar\"],\"examples\":[],\"variations\":[],\"stems\":[\"-yọ\"]}],\"-yọ\":[{\"word\":\"-yọ\",\"wordClass\":\"AV\",\"definitions\":[\"beg\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-yòkpọ\":[{\"word\":\"-yòkpọ\",\"wordClass\":\"AV\",\"definitions\":[\"flap (in the face)\",\"sift to a fine powder\"],\"examples\":[],\"variations\":[],\"stems\":[\"-yò\"]}],\"-yòcha\":[{\"word\":\"-yòcha\",\"wordClass\":\"AV\",\"definitions\":[\"sift (to separate chaff or foreign body)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-yò\"]}],\"-yòchapù\":[{\"word\":\"-yòchapù\",\"wordClass\":\"AV\",\"definitions\":[\"sift out\"],\"examples\":[],\"variations\":[],\"stems\":[\"-yò\"]}],\"-yòghalị\":[{\"word\":\"-yòghalị\",\"wordClass\":\"AV\",\"definitions\":[\"shake\"],\"examples\":[{\"igbo\":\"Ọ yòghàlìlù ọgwù afù\",\"english\":\"He shook the medicine\"}],\"variations\":[],\"stems\":[\"-yò\"]}],\"-yòta\":[{\"word\":\"-yòta\",\"wordClass\":\"AV\",\"definitions\":[\"sieve out\"],\"examples\":[],\"variations\":[],\"stems\":[\"-yò\"]}],\"-yò ùsàkà\":[{\"word\":\"-yò ùsàkà\",\"wordClass\":\"AV\",\"definitions\":[\"shake a musical calabash\"],\"examples\":[],\"variations\":[],\"stems\":[\"-yò\"]}],\"-yò\":[{\"word\":\"-yò\",\"wordClass\":\"AV\",\"definitions\":[\"drizzle (of rain); sprinkle\",\"sift\"],\"examples\":[{\"igbo\":\"Mmilī nà-ayò\",\"english\":\"The rain is drizzling\"},{\"igbo\":\"Yòọ nnī afù nwantịntị nnū\",\"english\":\"Sprinkle some salt on the food\"}],\"variations\":[],\"stems\":[]}],\"yụ\":[{\"word\":\"yụ\",\"wordClass\":\"PRN\",\"definitions\":[\"you; thou; thee (less common than gị)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"Z\":[{\"word\":\"Z\",\"wordClass\":\"\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"-za azìza\":[{\"word\":\"-za azìza\",\"wordClass\":\"AV\",\"definitions\":[\"answer query\"],\"examples\":[],\"variations\":[],\"stems\":[\"-za\"]}],\"-zado\":[{\"word\":\"-zado\",\"wordClass\":\"AV\",\"definitions\":[\"give (moral) support; prop up\"],\"examples\":[],\"variations\":[],\"stems\":[\"-za\"]}],\"-za mmụō\":[{\"word\":\"-za mmụō\",\"wordClass\":\"AV\",\"definitions\":[\"be dedicated to a spirit by taking its name\"],\"examples\":[],\"variations\":[],\"stems\":[\"-za\"]}],\"afọ ōzịza\":[{\"word\":\"afọ ōzịza\",\"wordClass\":\"AV\",\"definitions\":[\"flatulence\"],\"examples\":[],\"variations\":[],\"stems\":[\"-za\"]}],\"-za àza\":[{\"word\":\"-za àza\",\"wordClass\":\"AV\",\"definitions\":[\"swell; be swollen\"],\"examples\":[{\"igbo\":\"Ụkwụ gī nà-àza āza\",\"english\":\"Your leg is becoming swollen\"},{\"igbo\":\"Ò gịnī kpàtàlù ụkwụ gī jì za āza?\",\"english\":\"Why is your leg swollen?\"}],\"variations\":[],\"stems\":[\"-za\"]}],\"-zachi\":[{\"word\":\"-zachi\",\"wordClass\":\"AV\",\"definitions\":[\"become so swollen as to cover up spaces or orifices in an organ, e.g. eyes, ears, etc.\"],\"examples\":[{\"igbo\":\"Anya gī ìbùọ àzachigo\",\"english\":\"Your two eyes have become so swollen as to cover up the eyeballs completely\"}],\"variations\":[],\"stems\":[\"-za\"]}],\"-zakpò\":[{\"word\":\"-zakpò\",\"wordClass\":\"AV\",\"definitions\":[\"swell and cover up something completely\"],\"examples\":[],\"variations\":[],\"stems\":[\"-za\"]}],\"-za\":[{\"word\":\"-za\",\"wordClass\":\"AV\",\"definitions\":[\"(no vowel suffix) answer; reply\",\"swell (of animal body)\"],\"examples\":[{\"igbo\":\"Za m\",\"english\":\"Answer me\"},{\"igbo\":\"Achòlù m kà ị za akwụkwọ ǹkaà ọsọōsọ\",\"english\":\"I want you to reply to this letter quickly\"},{\"igbo\":\"Ọ bụlụ nà ị jērọ gba ụkwụ nā-esògbu gī ọgwù ọ gà-àza\",\"english\":\"If you do not go for an injection, your bad leg will become swollen\"},{\"igbo\":\"Ụkwụ m gbàjìlì n’ùtụtù àzago\",\"english\":\"The leg that I fractured in the morning has swollen up\"}],\"variations\":[],\"stems\":[]}],\"òzìzà\":[{\"word\":\"òzìzà\",\"wordClass\":\"AV\",\"definitions\":[\"sweeping\",\"filtering\",\"(fig.) be reduced in weight; be lean, thin (as result of abnormal condition, e.g. worry, illness, etc.)\"],\"examples\":[{\"igbo\":\"Agū azàgo\",\"english\":\"Agụ has lost weight\"}],\"variations\":[],\"stems\":[\"-zà\"]}],\"-zà àzà\":[{\"word\":\"-zà àzà\",\"wordClass\":\"AV\",\"definitions\":[\"sweep\"],\"examples\":[{\"igbo\":\"A gà-azà ụnò afù àzà\",\"english\":\"The room shall be swept\"}],\"variations\":[],\"stems\":[\"-zà\"]}],\"-zàchapù\":[{\"word\":\"-zàchapù\",\"wordClass\":\"AV\",\"definitions\":[\"sweep out\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zà\"]}],\"-zànye\":[{\"word\":\"-zànye\",\"wordClass\":\"AV\",\"definitions\":[\"sweep into\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zà\"]}],\"-zà\":[{\"word\":\"-zà\",\"wordClass\":\"AV\",\"definitions\":[\"sweep\",\"filter; skim (off)\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-zekpùdo\":[{\"word\":\"-zekpùdo\",\"wordClass\":\"AV\",\"definitions\":[\"sink over; collapse over\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ze\"]}],\"-ze ọdū\":[{\"word\":\"-ze ọdū\",\"wordClass\":\"AV\",\"definitions\":[\"make a palm branch booth on a farm\"],\"examples\":[],\"variations\":[],\"stems\":[\"-ze\"]}],\"-ze\":[{\"word\":\"-ze\",\"wordClass\":\"AV\",\"definitions\":[\"collapse; slip down; fall down (of wall, house, etc.); sink (of raised path); cave in\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òzìzè\":[{\"word\":\"òzìzè\",\"wordClass\":\"AV\",\"definitions\":[\"dodging; shrinking from; avoiding\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zè\"]}],\"-zèdo\":[{\"word\":\"-zèdo\",\"wordClass\":\"AV\",\"definitions\":[\"take shelter, protect oneself\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zè\"]}],\"-zè èzè = -zè\":[{\"word\":\"-zè èzè = -zè\",\"wordClass\":\"AV\",\"definitions\":[],\"examples\":[{\"igbo\":\"Anà m ezē yā èzè\",\"english\":\"I try to avoid him\"}],\"variations\":[],\"stems\":[\"-zè\"]}],\"-zè izìzè -zèlụ = -zè\":[{\"word\":\"-zè izìzè -zèlụ = -zè\",\"wordClass\":\"AV\",\"definitions\":[\"loathe; abhor\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zè\"]}],\"-zè ǹdò\":[{\"word\":\"-zè ǹdò\",\"wordClass\":\"AV\",\"definitions\":[\"take shelter from sun\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zè\"]}],\"ìzè\":[{\"word\":\"ìzè\",\"wordClass\":\"AV\",\"definitions\":[\"avoidance (of disaster, etc.)\"],\"examples\":[{\"igbo\":\"O nwèlù ǹzè\",\"english\":\"He has good luck (naturally or by use of charms)\"}],\"variations\":[\"ǹzè\"],\"stems\":[\"-zè\"]}],\"-gbazè\":[{\"word\":\"-gbazè\",\"wordClass\":\"\",\"definitions\":[\"melt\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zè\"]}],\"-sizè\":[{\"word\":\"-sizè\",\"wordClass\":\"\",\"definitions\":[\"melt by placing over the fire\"],\"examples\":[{\"igbo\":\"Ọ nà-èsizē ūde\",\"english\":\"He is melting the pomade over the fire\"}],\"variations\":[],\"stems\":[\"-zè\"]}],\"-zè\":[{\"word\":\"-zè\",\"wordClass\":\"AV\",\"definitions\":[\"dodge; shrink from; beware of; avoid; prevent\",\"melting\"],\"examples\":[{\"igbo\":\"Ndị aghā nà-amù etu e sì ezè mgbō\",\"english\":\"The soldiers learn how to dodge bullets\"},{\"igbo\":\"Ọ gà-àgbazè\",\"english\":\"It will melt\"}],\"variations\":[],\"stems\":[]}],\"-zi àzụ akā\":[{\"word\":\"-zi àzụ akā\",\"wordClass\":\"AV\",\"definitions\":[\"be insincere (literally show the back of the hand)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zi\"]}],\"-zi ụzò\":[{\"word\":\"-zi ụzò\",\"wordClass\":\"AV\",\"definitions\":[\"show the way\"],\"examples\":[{\"igbo\":\"Zi m ụzò\",\"english\":\"Show me the way\"}],\"variations\":[],\"stems\":[\"-zi\"]}],\"-kụzi\":[{\"word\":\"-kụzi\",\"wordClass\":\"AV\",\"definitions\":[\"teach; instruct\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zi\"]}],\"-zi ezi n’ìwu\":[{\"word\":\"-zi ezi n’ìwu\",\"wordClass\":\"AV\",\"definitions\":[\"be legal, lawful\"],\"examples\":[{\"igbo\":\"Ife ọ mèlù zìlì èzi n’ìwu\",\"english\":\"His action is legal\"}],\"variations\":[],\"stems\":[\"-zi\"]}],\"-lụzi\":[{\"word\":\"-lụzi\",\"wordClass\":\"AV\",\"definitions\":[\"rectify; correct\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zi\"]}],\"òzizi\":[{\"word\":\"òzizi\",\"wordClass\":\"AV\",\"definitions\":[\"lowering\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zi\"]}],\"-zidà\":[{\"word\":\"-zidà\",\"wordClass\":\"AV\",\"definitions\":[\"descend; get down from vehicle; put down a load; lower bucket into well\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zi\"]}],\"-zido\":[{\"word\":\"-zido\",\"wordClass\":\"AV\",\"definitions\":[\"help put down load; put down load from the head\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zi\"]}],\"-zi ibu\":[{\"word\":\"-zi ibu\",\"wordClass\":\"AV\",\"definitions\":[\"put down load from head\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zi\"]}],\"-zitù\":[{\"word\":\"-zitù\",\"wordClass\":\"AV\",\"definitions\":[\"put down load from the head\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zi\"]}],\"-zinye\":[{\"word\":\"-zinye\",\"wordClass\":\"AV\",\"definitions\":[\"lend\"],\"examples\":[{\"igbo\":\"Bikō zìnye m ego ītọ\",\"english\":\"Please lend me thirty kobo.\"}],\"variations\":[],\"stems\":[\"-zi\"]}],\"nzinye\":[{\"word\":\"nzinye\",\"wordClass\":\"AV\",\"definitions\":[\"lending\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zi\"]}],\"-zita\":[{\"word\":\"-zita\",\"wordClass\":\"AV\",\"definitions\":[\"borrow\"],\"examples\":[{\"igbo\":\"Jèe zìta ǹkàtà naàbò\",\"english\":\"Go and borrow (and bring) two baskets\"}],\"variations\":[],\"stems\":[\"-zi\"]}],\"nzili\":[{\"word\":\"nzili\",\"wordClass\":\"AV\",\"definitions\":[\"borrowing\"],\"examples\":[],\"variations\":[\"nzita\"],\"stems\":[\"-zi\"]}],\"-zi\":[{\"word\":\"-zi\",\"wordClass\":\"AV\",\"definitions\":[\"teach; instruct; show\",\"be straight, right, upright\",\"lower (e.g. load)\",\"borrow\"],\"examples\":[{\"igbo\":\"Ife ọ mèlù zìlì èzi\",\"english\":\"His action is right\"},{\"igbo\":\"Ọ nà-èje izī egō\",\"english\":\"He is going to borrow some money\"}],\"variations\":[],\"stems\":[]}],\"-zìdàta\":[{\"word\":\"-zìdàta\",\"wordClass\":\"AV\",\"definitions\":[\"send down\"],\"examples\":[{\"igbo\":\"Zidàta ngọzị Gī\",\"english\":\"Send down Thy blessings\"}],\"variations\":[],\"stems\":[\"-zì\"]}],\"-zìfìè\":[{\"word\":\"-zìfìè\",\"wordClass\":\"AV\",\"definitions\":[\"deliver wrong message; mislead (by message)\"],\"examples\":[{\"igbo\":\"Ò gịnī kpàtàlù ị jì zifìè ozi m zìlì gị?\",\"english\":\"Why did you deliver a message different from what I sent you with?\"}],\"variations\":[],\"stems\":[\"-zì\"]}],\"-zìga\":[{\"word\":\"-zìga\",\"wordClass\":\"AV\",\"definitions\":[\"send\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zì\"]}],\"-zìgota\":[{\"word\":\"-zìgota\",\"wordClass\":\"AV\",\"definitions\":[\"send up (towards the speaker)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zì\"]}],\"-zìna\":[{\"word\":\"-zìna\",\"wordClass\":\"AV\",\"definitions\":[\"send home\"],\"examples\":[{\"igbo\":\"Agà m ezìna gī echi\",\"english\":\"I shall send you home tomorrow\"}],\"variations\":[],\"stems\":[\"-zì\"]}],\"-zìnaba\":[{\"word\":\"-zìnaba\",\"wordClass\":\"AV\",\"definitions\":[\"send home; dismiss\"],\"examples\":[{\"igbo\":\"Zìnaba ānyị n’ùdo\",\"english\":\"Send us home in peace or Dismiss us in peace\"}],\"variations\":[],\"stems\":[\"-zì\"]}],\"-zìpù\":[{\"word\":\"-zìpù\",\"wordClass\":\"AV\",\"definitions\":[\"send forth; send out; send; despatch\"],\"examples\":[{\"igbo\":\"Ezīpùgo m nwa òdìbò m kà o je kpọọlụ m Agnes\",\"english\":\"I have sent out my servant to call me Agnes\"},{\"igbo\":\"Ì zipùgo akwụkwọ ī?\",\"english\":\"Have you despatched your letter?\"}],\"variations\":[],\"stems\":[\"-zì\"]}],\"-zipù letà\":[{\"word\":\"-zipù letà\",\"wordClass\":\"AV\",\"definitions\":[\"post, send out letter\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zì\"]}],\"-zìsà\":[{\"word\":\"-zìsà\",\"wordClass\":\"AV\",\"definitions\":[\"disseminate; broadcast; spread\"],\"examples\":[{\"igbo\":\"Achòlù m kà ụnū nà ònwe ụnù jee zisàa ozi bànyelụ ịfe ànyị fùlù n’ùtụtū à\",\"english\":\"I want you yourselves to go and spread the news about what we saw this morning\"}],\"variations\":[],\"stems\":[\"-zì\"]}],\"-zìte\":[{\"word\":\"-zìte\",\"wordClass\":\"AV\",\"definitions\":[\"send (towards the speaker)\"],\"examples\":[{\"igbo\":\"Zìte mmadù naàbò\",\"english\":\"Send two persons.\"},{\"igbo\":\"O zìtèlù m ozi\",\"english\":\"He sent me a message.\"}],\"variations\":[],\"stems\":[\"-zì\"]}],\"-zìchà\":[{\"word\":\"-zìchà\",\"wordClass\":\"AV\",\"definitions\":[\"blow the nose; snort\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zì\"]}],\"-zì\":[{\"word\":\"-zì\",\"wordClass\":\"AV\",\"definitions\":[\"send; send on errand; assign work to; deliver message\"],\"examples\":[{\"igbo\":\"Zìe m\",\"english\":\"Send me\"}],\"variations\":[],\"stems\":[]}],\"-zi-zò\":[{\"word\":\"-zi-zò\",\"wordClass\":\"AV\",\"definitions\":[\"mimic; mock (= -ji-jè)\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"zị\":[{\"word\":\"zị\",\"wordClass\":\"ADV\",\"definitions\":[\"after(wards); now (after something else); (with neg.) any more\"],\"examples\":[{\"igbo\":\"Bìàbazịa!\",\"english\":\"You can come now!\"},{\"igbo\":\"Emesịzịa ànyị gà-àfụ\",\"english\":\"We shall see afterwards\"},{\"igbo\":\"Ife ǹkaà ò dìzì mmā?\",\"english\":\"But is this thing good (as it is now)?\"},{\"igbo\":\"Kà ọ dịzịa nọòfụ\",\"english\":\"That is enough now\"},{\"igbo\":\"Kèdụ zị?\",\"englihs\":\"How?\"},{\"igbo\":\"Ò gịnī zị?\",\"english\":\"And why? Why? or, What is it now?\"},{\"igbo\":\"Ọ mèsìzìàlù bịa bē m\",\"english\":\"He came to my house afterwards\"},{\"igbo\":\"Ụnù gụsizịa egwū ùnù èjee lie nni ụnù\",\"english\":\"After you have finished singing you should go and have your meal\"},{\"igbo\":\"Nwatā à adī èjezi akwụkwọ\",\"english\":\"This boy is not going to school any more\"},{\"igbo\":\"Ì gwarōzị m\",\"english\":\"You never told me after all\"},{\"igbo\":\"Ọ dìàzì mmā\",\"english\":\"She is also beautiful\"},{\"igbo\":\"E jì mmà ebè ịfē, e jìàzì yà ègwu ànì\",\"english\":\"A knife is used for cutting cutting things, it is also used for digging\"}],\"variations\":[],\"stems\":[]}],\"òzuzo\":[{\"word\":\"òzuzo\",\"wordClass\":\"AV\",\"definitions\":[\"hiding\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zo\"]}],\"-zobe\":[{\"word\":\"-zobe\",\"wordClass\":\"AV\",\"definitions\":[\"hide from; be hidden (from)\"],\"examples\":[{\"igbo\":\"Anà m èje izōbe mmà m\",\"english\":\"I am going to hide my knife\"}],\"variations\":[],\"stems\":[\"-zo\"]}],\"-zo èzo\":[{\"word\":\"-zo èzo\",\"wordClass\":\"AV\",\"definitions\":[\"hide; be hidden, in hiding\"],\"examples\":[{\"igbo\":\"O zòlù èzo\",\"english\":\"He has hidden, or, He is in hiding\"}],\"variations\":[],\"stems\":[\"-zo\"]}],\"Ì nà-èzo ēzo?\":[{\"word\":\"Ì nà-èzo ēzo?\",\"wordClass\":\"AV\",\"definitions\":[\"Are you hiding?\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zo\"]}],\"-zobe èzobe\":[{\"word\":\"-zobe èzobe\",\"wordClass\":\"AV\",\"definitions\":[\"be hidden (from); hide from\"],\"examples\":[{\"igbo\":\"Kpakpaǹdò afù zòbèlù èzobe\",\"english\":\"The star is hidden\"}],\"variations\":[],\"stems\":[\"-zo\"]}],\"-zofù\":[{\"word\":\"-zofù\",\"wordClass\":\"AV\",\"definitions\":[\"become lost or disappear by hiding; lose by hiding; be lost by hiding; become forever hidden; hide away\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zo\"]}],\"nzofù\":[{\"word\":\"nzofù\",\"wordClass\":\"AV\",\"definitions\":[\"hiding away\"],\"examples\":[{\"igbo\":\"Agà m èzofū ōnwe m n’Òbòdò Oyìbo\",\"english\":\"I shall hide myself away in the U.K.\"},{\"igbo\":\"Ezōfùgo m mmà m\",\"english\":\"I have lost my knife by hiding it; I have hidden my knife away\"}],\"variations\":[],\"stems\":[\"-zo\"]}],\"-zofù èzofù\":[{\"word\":\"-zofù èzofù\",\"wordClass\":\"AV\",\"definitions\":[\"hide away\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zo\"]}],\"-zoghalị\":[{\"word\":\"-zoghalị\",\"wordClass\":\"AV\",\"definitions\":[\"hide about\"],\"examples\":[{\"igbo\":\"Àda nà-èzoghalị n’ime ògìgè\",\"english\":\"Ada is hiding about in the yard\"}],\"variations\":[],\"stems\":[\"-zo\"]}],\"-zonarị\":[{\"word\":\"-zonarị\",\"wordClass\":\"AV\",\"definitions\":[\"hide from; be hidden from\"],\"examples\":[{\"igbo\":\"Ọ gà-èzonarị gī\",\"english\":\"He (it) will hide, be hidden from you\"}],\"variations\":[],\"stems\":[\"-zo\"]}],\"-zopù\":[{\"word\":\"-zopù\",\"wordClass\":\"AV\",\"definitions\":[\"hid away\"],\"examples\":[{\"igbo\":\"Ọjì èzopùgo onwe yā Ọjị\",\"english\":\"has hidden himself away\"}],\"variations\":[],\"stems\":[\"-zo\"]}],\"-da ǹzuzo\":[{\"word\":\"-da ǹzuzo\",\"wordClass\":\"AV\",\"definitions\":[\"hide oneself\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zo\"]}],\"ǹzuzo\":[{\"word\":\"ǹzuzo\",\"wordClass\":\"AV\",\"definitions\":[\"hiding; secret\"],\"examples\":[],\"variations\":[\"ǹzuzō\"],\"stems\":[\"-zo\"]}],\"-zochi\":[{\"word\":\"-zochi\",\"wordClass\":\"AV\",\"definitions\":[\"knot\"],\"examples\":[{\"igbo\":\"Zòchie elili\",\"english\":\"Knot the rope\"}],\"variations\":[],\"stems\":[\"-zo\"]}],\"-zo\":[{\"word\":\"-zo\",\"wordClass\":\"AV\",\"definitions\":[\"hide\",\"tie\",\"point; point at\"],\"examples\":[{\"igbo\":\"Anà m èje izō mmà m\",\"english\":\"I am going to hide my knife\"}],\"variations\":[],\"stems\":[]}],\"òzùzò\":[{\"word\":\"òzùzò\",\"wordClass\":\"AV\",\"definitions\":[\"raining\",\"treading; stepping\"],\"examples\":[{\"igbo\":\"Mmilī gà-ezò\",\"english\":\"It will rain\"}],\"variations\":[],\"stems\":[\"-zò\"]}],\"-zò ajā\":[{\"word\":\"-zò ajā\",\"wordClass\":\"AV\",\"definitions\":[\"tread mud for building\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zò\"]}],\"-zòfìè ụkwụ\":[{\"word\":\"-zòfìè ụkwụ\",\"wordClass\":\"AV\",\"definitions\":[\"miss a step; step into a wrong place or spot\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zò\"]}],\"-zògbu\":[{\"word\":\"-zògbu\",\"wordClass\":\"AV\",\"definitions\":[\"tread to death\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zò\"]}],\"-zòji\":[{\"word\":\"-zòji\",\"wordClass\":\"AV\",\"definitions\":[\"break, snap by stepping on\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zò\"]}],\"-zòkwàsị\":[{\"word\":\"-zòkwàsị\",\"wordClass\":\"AV\",\"definitions\":[\"tread upon\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zò\"]}],\"-zònye\":[{\"word\":\"-zònye\",\"wordClass\":\"AV\",\"definitions\":[\"step in; presume; insinuate\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zò\"]}],\"-zòtò\":[{\"word\":\"-zòtò\",\"wordClass\":\"AV\",\"definitions\":[\"tread in any sort of filth; tread till it becomes soft and messy\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zò\"]}],\"-zò ụkwụ\":[{\"word\":\"-zò ụkwụ\",\"wordClass\":\"AV\",\"definitions\":[\"step\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zò\"]}],\"-zòwata\":[{\"word\":\"-zòwata\",\"wordClass\":\"AV\",\"definitions\":[\"come (especially occasionally and unexpectedly)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zò\"]}],\"-zò n’ibē\":[{\"word\":\"-zò n’ibē\",\"wordClass\":\"AV\",\"definitions\":[\"stand surety for; bail\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zò\"]}],\"-zò ǹzò\":[{\"word\":\"-zò ǹzò\",\"wordClass\":\"AV\",\"definitions\":[\"lay, offer, wager; make a bet\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zò\"]}],\"-zò\":[{\"word\":\"-zò\",\"wordClass\":\"AV\",\"definitions\":[\"rain\",\"tread; step\",\"bet; offer, lay, wager\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"òzụzọ\":[{\"word\":\"òzụzọ\",\"wordClass\":\"AV\",\"definitions\":[\"claiming; claim\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zọ\"]}],\"-zọdọ\":[{\"word\":\"-zọdọ\",\"wordClass\":\"AV\",\"definitions\":[\"withhold; keep back; be selfish\",\"protect\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zọ\"]}],\"-zọpùta\":[{\"word\":\"-zọpùta\",\"wordClass\":\"AV\",\"definitions\":[\"deliver; save; heal\"],\"examples\":[{\"igbo\":\"Onye nzọpùta\",\"english\":\"Saviour\"}],\"variations\":[],\"stems\":[\"-zọ\"]}],\"-zọta\":[{\"word\":\"-zọta\",\"wordClass\":\"AV\",\"definitions\":[\"obtain by struggling, contesting, or laying strong claims to\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zọ\"]}],\"-zọ\":[{\"word\":\"-zọ\",\"wordClass\":\"AV\",\"definitions\":[\"heal; save; defend; claim; side with; contest\",\"transplant; plant (cutting only)\",\"forget (restricted to verbs meaning 'think')\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-zu orī\":[{\"word\":\"-zu orī\",\"wordClass\":\"AV\",\"definitions\":[\"steal\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zu\"]}],\"-zuta\":[{\"word\":\"-zuta\",\"wordClass\":\"AV\",\"definitions\":[\"obtain by stealing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zu\"]}],\"-zu\":[{\"word\":\"-zu\",\"wordClass\":\"AV\",\"definitions\":[\"steal\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"-zùkọ\":[{\"word\":\"-zùkọ\",\"wordClass\":\"AV\",\"definitions\":[\"meet; assemble; collide\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zù\"]}],\"-zùkọta\":[{\"word\":\"-zùkọta\",\"wordClass\":\"AV\",\"definitions\":[\"meet, assemble, together\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zù\"]}],\"-zùte\":[{\"word\":\"-zùte\",\"wordClass\":\"AV\",\"definitions\":[\"meet, welcome visitor by deliberately going out to meet him on the way or at a place, e.g. motor park\"],\"examples\":[],\"variations\":[\"-zùta\"],\"stems\":[\"-zù\"]}],\"-zù èzù\":[{\"word\":\"-zù èzù\",\"wordClass\":\"AV\",\"definitions\":[\"be complete, sufficient, correct\"],\"examples\":[{\"igbo\":\"O zùlù èzù\",\"english\":\"It is correct\"}],\"variations\":[],\"stems\":[\"-zù\"]}],\"-zù ike\":[{\"word\":\"-zù ike\",\"wordClass\":\"AV\",\"definitions\":[\"rest\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zù\"]}],\"èzùmike\":[{\"word\":\"èzùmike\",\"wordClass\":\"AV\",\"definitions\":[\"rest; leave\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zù\"]}],\"-zù ike ọlū\":[{\"word\":\"-zù ike ọlū\",\"wordClass\":\"AV\",\"definitions\":[\"rest from work\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zù\"]}],\"-zùlụ ike\":[{\"word\":\"-zùlụ ike\",\"wordClass\":\"AV\",\"definitions\":[\"take (long) rest; retire\"],\"examples\":[{\"igbo\":\"(fig.) Onye nwụlụ ò zùlụ ikē\",\"english\":\"If anyone dies he goes to his rest or, He who dies goes to his rest\"},{\"igbo\":\"Jèe zùlụ ikē!\",\"english\":\"Go and rest! (sometimes figuratively, when addressing a troublesome person)\"}],\"variations\":[],\"stems\":[\"-zù\"]}],\"-zùbe\":[{\"word\":\"-zùbe\",\"wordClass\":\"AV\",\"definitions\":[\"determine; purpose; plan\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zù\"]}],\"-zù ìzù\":[{\"word\":\"-zù ìzù\",\"wordClass\":\"AV\",\"definitions\":[\"hold a meeting, council\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zù\"]}],\"-zùpùta\":[{\"word\":\"-zùpùta\",\"wordClass\":\"AV\",\"definitions\":[\"invent\",\"train through\"],\"examples\":[{\"igbo\":\"Ànyị āzụpùtago Ndù na nnukwu ụnò akwụkwọ a nà-àkpọ University\",\"english\":\"We have trained Ndụ through the University\"}],\"variations\":[],\"stems\":[\"-zù\"]}],\"nzupùta\":[{\"word\":\"nzupùta\",\"wordClass\":\"AV\",\"definitions\":[\"invention\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zù\"]}],\"-zùsà\":[{\"word\":\"-zùsà\",\"wordClass\":\"AV\",\"definitions\":[\"alter a plan; abandon a purpose\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zù\"]}],\"nzusà\":[{\"word\":\"nzusà\",\"wordClass\":\"AV\",\"definitions\":[\"alteration of plan; caprice\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zù\"]}],\"òzùzù\":[{\"word\":\"òzùzù\",\"wordClass\":\"AV\",\"definitions\":[\"nursing; nourishing; training; tending\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zù\"]}],\"òzùzù nkụzi\":[{\"word\":\"òzùzù nkụzi\",\"wordClass\":\"AV\",\"definitions\":[\"teacher training\"],\"examples\":[{\"igbo\":\"Adâ nò òzùzù nkụzi\",\"english\":\"Ada is doing teacher training\"},{\"igbo\":\"Ọ bù m nà-azù Ikē\",\"english\":\"I am the one who is training Ike\"}],\"variations\":[],\"stems\":[\"-zù\"]}],\"-zùba\":[{\"word\":\"-zùba\",\"wordClass\":\"AV\",\"definitions\":[\"continue to feed, nurse, train, train up, tend; be in the habit of feeding, nursing, etc.\"],\"examples\":[{\"igbo\":\"Ànyî chòlù kà ị zùba Ndù\",\"english\":\"We want you to be training (or to begin to train) Ndụ\"}],\"variations\":[],\"stems\":[\"-zù\"]}],\"-zụbì\":[{\"word\":\"-zụbì\",\"wordClass\":\"AV\",\"definitions\":[\"spoil; train badly\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zù\"]}],\"-zù mọō (mụō)\":[{\"word\":\"-zù mọō (mụō)\",\"wordClass\":\"AV\",\"definitions\":[\"look after deities\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zù\"]}],\"-zùnita\":[{\"word\":\"-zùnita\",\"wordClass\":\"AV\",\"definitions\":[\"rear; bring up; educate; train up\"],\"examples\":[{\"igbo\":\"Ndù azùnitago Ùgònnwā\",\"english\":\"Ndụ has trained Ugonnwa up\"}],\"variations\":[],\"stems\":[\"-zù\"]}],\"-zùsị\":[{\"word\":\"-zùsị\",\"wordClass\":\"AV\",\"definitions\":[\"finish training, tending\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zù\"]}],\"-zùtò\":[{\"word\":\"-zùtò\",\"wordClass\":\"AV\",\"definitions\":[\"train up badly; spoil\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zù\"]}],\"-zùto\":[{\"word\":\"-zùto\",\"wordClass\":\"AV\",\"definitions\":[\"train, rear up\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zù\"]}],\"-zù\":[{\"word\":\"-zù\",\"wordClass\":\"AV\",\"definitions\":[\"meet; encounter\",\"be complete, correct; suffice; fulfil\",\"determine; purpose; plan; deliberate\",\"feed; nurse; nourish; train; train up; tend\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-zuzò èzuzò\":[{\"word\":\"-zuzò èzuzò\",\"wordClass\":\"AV\",\"definitions\":[\"mimic\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zu-zò\"]}],\"-zu-zò\":[{\"word\":\"-zu-zò\",\"wordClass\":\"AV\",\"definitions\":[],\"examples\":[],\"variations\":[],\"stems\":null}],\"-zuzù èzuzù\":[{\"word\":\"-zuzù èzuzù\",\"wordClass\":\"AV\",\"definitions\":[\"act foolishly, stupidly\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zu-zù\"]}],\"-me nzuzù\":[{\"word\":\"-me nzuzù\",\"wordClass\":\"AV\",\"definitions\":[\"be foolish, stupid; act stupidly, foolishly\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zu-zù\"]}],\"-zu-zù\":[{\"word\":\"-zu-zù\",\"wordClass\":\"AV\",\"definitions\":[\"be foolish, stupid\"],\"examples\":[],\"variations\":[],\"stems\":null}],\"òzụzụ\":[{\"word\":\"òzụzụ\",\"wordClass\":\"AV\",\"definitions\":[\"buying; purchasing\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zụ\"]}],\"-zụchapù\":[{\"word\":\"-zụchapù\",\"wordClass\":\"AV\",\"definitions\":[\"buy all\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zụ\"]}],\"-zụgbu\":[{\"word\":\"-zụgbu\",\"wordClass\":\"AV\",\"definitions\":[\"cheat in marketing or in bargaining for commodity\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zụ\"]}],\"-zụnye\":[{\"word\":\"-zụnye\",\"wordClass\":\"AV\",\"definitions\":[\"buy and give or present to another\"],\"examples\":[{\"igbo\":\"Zùnye m àkpà\",\"english\":\"Buy me a bag\"}],\"variations\":[],\"stems\":[\"-zụ\"]}],\"-zụta\":[{\"word\":\"-zụta\",\"wordClass\":\"AV\",\"definitions\":[\"buy (and bring)\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zụ\"]}],\"-zụ akụ\":[{\"word\":\"-zụ akụ\",\"wordClass\":\"AV\",\"definitions\":[\"play the game akụ or òkwè (Yoruba ayò)\",\"play board or card games in general\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zụ\"]}],\"-zụ òkwè\":[{\"word\":\"-zụ òkwè\",\"wordClass\":\"AV\",\"definitions\":[\"play òkwè\",\"play board or card games in general\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zụ\"]}],\"-zụ\":[{\"word\":\"-zụ\",\"wordClass\":\"AV\",\"definitions\":[\"buy; purchase\",\"play game involving board, cards, etc.\"],\"examples\":[],\"variations\":[],\"stems\":[]}],\"-zù-na\":[{\"word\":\"-zù-na\",\"wordClass\":\"AV\",\"definitions\":[\"consume\"],\"examples\":[{\"igbo\":\"Ìmìlìkiti ife nwokē afū zùtàlù n’Àba n’ọnwa gālụ àga àzùnago n’ime ọkū\",\"english\":\"Many of the goods bought by the man at Aba last month have perished in the fire\"}],\"variations\":[],\"stems\":null}],\"-zụzù aka\":[{\"word\":\"-zụzù aka\",\"wordClass\":\"AV\",\"definitions\":[\"stroke with hand\"],\"examples\":[],\"variations\":[],\"stems\":[\"-zù-zù\"]}],\"-zù-zù\":[{\"word\":\"-zù-zù\",\"wordClass\":\"AV\",\"definitions\":[\"massage; caress; stroke\"],\"examples\":[],\"variations\":[],\"stems\":null}]}"
  },
  {
    "path": "src/dictionaries/ig-en/ig-en_1000_common.json",
    "content": "{\n    \"dị ka\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"like\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"m\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"mine\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ya\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"him\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"in\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"enye\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"offer\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"bụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"is\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"n’ihi na\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"for\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ụfọdụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"certain\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ma ọ bụrụ na\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"if\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ọrụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"operate\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ha\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"them\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ịbụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"be\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"otu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"party\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nwere\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"contain\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"a\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"a\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"si\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"out\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"site\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"by\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na-ekpo ọkụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"warm\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"okwu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"term\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ma\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"either\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ihe\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"deal\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ị\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"you\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ma ọ bụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"nor\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nke\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"which\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na-\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"continue\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"anyị\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"our\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ike\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"create\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ọzọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"else\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ndị\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"those\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"eme\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"done\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"oge\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"period\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ekpe\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"left\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"otú\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"so\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"kwuru\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"spoke\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ọ bụla\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"every\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ịgwa\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"tell\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ke\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"does\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"set\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"set\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"atọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"third\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"chọrọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"require\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ikuku\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"air\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ọma\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"well\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"igwu egwu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"play\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"obere\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"tiny\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"njedebe\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"end\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"tinye\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"add\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"n’ụlọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"home\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na-agụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"read\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"aka\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"finger\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ọdụ ụgbọ mmiri\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"port\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nnukwu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"huge\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"asụpe\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"spell\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ọbụna\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"even\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ala\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"soil\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ebe a\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"here\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ana\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"charge\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"elu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"up\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"dị\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"such\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na-eso\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"follow\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ya mere\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"why\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ịjụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"ask\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ndị ikom\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"men\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mgbanwe\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"change\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"wee\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"got\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ìhè\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"light\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ụdị\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"type\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"anya\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"forward\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mkpa\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"need\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ụlọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"room\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"foto\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"picture\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na-agbalị\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"try\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"anụmanụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"animal\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ebe\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"station\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nne\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"mother\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ụwa\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"earth\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nso\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"close\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ewu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"build\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"onwe\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"self\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nna\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"father\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ọhụrụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"fresh\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"akụkụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"fraction\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nara\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"take\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nweta\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"get\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mere\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"did\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ndụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"life\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mgbe\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"ever\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"azụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"fish\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"naanị\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"only\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"gburugburu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"circle\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nwoke\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"man\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"afọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"age\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"izi\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"show\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mma\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"fair\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nye\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"provide\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"n’okpuru\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"under\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"aha\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"noun\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nnọọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"quite\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"site na\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"through\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"dị nnọọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"just\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ikpe\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"case\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"akwa\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"grand\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"chere\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"felt\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na-ekwu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"say\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"akara\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"score\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"iche\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"range\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"N’aka\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"turn\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"kpatara\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"cause\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ukwuu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"much\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"pụtara\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"meant\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"n’ihu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"front\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nkwaghari\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"move\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nri\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"bread\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nwa\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"baby\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ochie\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"old\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"oke\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"too\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"she\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"niile\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"all\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"n’ebe ahụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"there\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"iji\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"order\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"gị\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"your\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ụzọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"path\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"banyere\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"about\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ọtụtụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"lot\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mgbe ahụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"then\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"dee\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"note\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ga-\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"shall\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ndị a\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"these\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ogologo\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"tall\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"eme ka\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"make\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ịhụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"abụọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"double\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ụbọchị\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"day\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"aga\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"go\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"bịa\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"come\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ọnụ ọgụgụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"figure\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ada\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"fall\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mba\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"nation\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"kacha\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"most\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ndị mmadụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"people\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"n’elu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"surface\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mara\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"notice\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mmiri\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"liquid\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"karịa\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"than\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"oku\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"call\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mbụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"original\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"onye\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"whose\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"n’akụkụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"corner\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"kemgbe\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"been\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ugbu a\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"current\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ịchọta\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"find\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"isi\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"basic\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"eguzo\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"stand\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"peeji nke\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"page\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"kwesịrị\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"should\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"obodo\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"village\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"hụrụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"found\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"azịza\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"answer\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ụlọ akwụkwọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"school\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na-eto\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"grew\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ọmụmụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"study\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ka\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"let\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ịmụta\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"learn\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"osisi\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"board\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mkpuchi\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"cover\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"anyanwụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"sun\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"anọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"stay\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"n’etiti\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"middle\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ikpeazụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"final\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ịgafe\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"cross\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ugbo\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"farm\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mmalite\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"start\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"akụkọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"story\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ikwo\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"saw\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"osimiri\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"river\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ise\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"five\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"omume\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"practice\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"emela\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"don’t\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"akuko\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"press\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"abalị\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"night\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"n’ezie\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"real\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ole na ole\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"few\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ugwu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"hill\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"akwụkwọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"sheet\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ebu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"carry\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"were\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"took\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"sayensị\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"science\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"eri\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"eat\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"enyi\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"friend\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"malitere\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"began\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"echiche\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"idea\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"kwụsị\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"stop\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ozugbo\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"instant\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"hear\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"hear\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ịnyịnya\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"horse\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ịkpụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"cut\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"hụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"sure\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na-ekiri\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"watch\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"agba\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"segment\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ihu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"edge\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"oghe\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"open\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"iyi\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"appear\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ọnụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"mouth\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ọcha\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"white\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ụmụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"children\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na-amalite\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"begin\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na-eje ije\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"walk\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"atụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"example\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mfe\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"simple\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mgbe nile\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"always\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"music\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"music\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ozi\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"serve\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ruo mgbe\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"until\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mile\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"mile\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ụgbọ ala\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"car\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ụkwụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"leg\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nlekọta\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"care\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nke abụọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"second\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ezuru\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"enough\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"larịị\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"level\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nwa agbọghọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"girl\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na-adị\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"usual\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"njikere\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"ready\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"acha ọbara ọbara\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"red\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ndepụta\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"feed\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ezie\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"though\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na-eche\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"wonder\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nnụnụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"bird\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ozu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"body\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nkịta\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"dog\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ezinụlọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"family\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"kpọmkwem\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"exact\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"abụrụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"pose\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ahapụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"leave\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"song\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"song\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ịlele\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"check\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ngwaahịa\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"product\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ojii\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"black\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"onuogugu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"numeral\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ifufe\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"wind\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ajụjụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"question\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"zuru oke\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"complete\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ụgbọ mmiri\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"boat\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mpaghara\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"region\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ọkara\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"half\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nkume\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"stone\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ọkụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"burn\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ndịda\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"south\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nsogbu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"trouble\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ibe\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"piece\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"gwara\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"told\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"maara\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"knew\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"gafere\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"pass\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"top\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"top\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"dum\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"whole\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"eze\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"king\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"n’okporo ámá\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"street\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"buru ibu dị sentimita\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"inch\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mụbaa\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"multiply\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"N’ezie\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"course\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"wheel\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"wheel\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"zuru\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"full\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"acha anụnụ anụnụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"blue\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ikpebi\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"decide\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"miri\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"deep\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ọnwa\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"month\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"agwaetiti\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"island\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"usoro\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"process\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"arụsi ọrụ ike\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"busy\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ule\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"test\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ndekọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"record\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ọsọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"speed\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ọlaedo\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"gold\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"kwere omume\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"possible\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ụgbọelu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"plane\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"itie\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"stead\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"akọrọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"dry\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ochi\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"laugh\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"puku\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"thousand\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"gara aga\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"ago\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"efehe\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"ran\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"egwuregwu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"match\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ọdịdị\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"shape\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"equate\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"equate\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"igafe ihe\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"miss\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"okpomọkụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"heat\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"snow\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"snow\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"taya\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"tire\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ee\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"yes\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ju\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"fill\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"n’ebe ọwụwa anyanwụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"east\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"asụsụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"language\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"unit\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"unit\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ofufe\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"fly\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mbu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"lead\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mkpu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"cry\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"gbara ọchịchịrị\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"dark\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"igwe\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"machine\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"atụmatụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"plan\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"kpakpando\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"star\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"igbe\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"box\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ubi\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"garden\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ziri ezi\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"correct\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"paụnd\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"pound\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ịma mma\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"beauty\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mbanye\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"drive\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"guzoro\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"stood\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na-akụziri\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"teach\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"izu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"week\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nyere\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"gave\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"akwụkwọ ndụ akwụkwọ ndụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"green\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na na na oh\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"oh\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ngwa ngwa\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"quick\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"imepe\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"develop\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"oké osimiri\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"ocean\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"free\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"free\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nkeji\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"minute\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"pụrụ iche\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"special\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"uche\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"sense\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"n’azụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"behind\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"doro anya\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"clear\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ọdụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"sit\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mepụta\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"produce\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"N’eziokwu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"fact\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ohere\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"chance\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nụrụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"heard\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"awa\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"hour\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ezi\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"true\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"n’oge\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"season\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"narị\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"hundred\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na-echeta\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"remember\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nzọụkwụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"step\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"n’isi\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"finish\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"jide\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"hold\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"n’ebe ọdịda anyanwụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"west\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"n’ala\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"ground\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mmasị\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"interest\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"iru\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"reach\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ngwa-ngwa\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"fast\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ngwaa\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"verb\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na-abụ abụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"sing\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ntị\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"ear\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"isii\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"six\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"okpokoro\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"table\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"njem\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"trip\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"Mpekarị\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"less\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ụtụtụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"morning\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"iri\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"ten\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ụdaume\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"vowel\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"n’ebe\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"toward\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"agha\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"soldier\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"dina\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"lay\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"megide\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"against\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ụkpụrụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"pattern\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ngwa\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"organ\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"n’anya\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"sight\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ego\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"slip\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"okporo ụzọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"road\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"map\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"map\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mmiri ozuzo\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"rain\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ọchịchị\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"rule\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"Dọọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"pull\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"oyi\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"winter\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"olu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"neck\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ichu nta\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"hunt\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"puru omume\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"probable\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"bed\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"bed\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nwanne\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"brother\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na-agba ịnyịnya\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"ride\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"cell\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"cell\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"kwere\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"believe\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ikekwe\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"perhaps\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"bulie\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"raise\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mberede\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"sudden\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ịgụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"count\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"square\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"square\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na-anọchite anya\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"represent\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nkà\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"skill\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"isiokwu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"subject\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"size\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"size\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"iche iche\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"separate\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"dozie\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"settle\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na-ekwu okwu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"speak\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"arọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"heavy\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"n’ozuzu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"general\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ice\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"ice\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na-agụnye\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"include\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nkeji okwu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"syllable\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"bọl\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"ball\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ife\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"wave\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"dobe\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"drop\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"obi\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"heart\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"agba egwú\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"dance\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"engine\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"engine\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ọnọdụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"condition\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ogwe aka\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"arm\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"n’obosara\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"wide\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na-akwọpụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"sail\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ọhịa\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"forest\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"agbụrụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"race\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"windo\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"window\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ụlọ ahịa\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"shop\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"n’oge okpomọkụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"summer\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ụgbọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"train\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ụra\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"sleep\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"gosi\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"prove\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nanị\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"lone\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mmega\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"exercise\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mgbidi\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"wall\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"gbutere\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"catch\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"n’ugwu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"mount\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"elu-igwe\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"sky\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ọṅụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"joy\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nọdụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"sat\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"dere\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"wrote\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"anụ ọhịa\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"wild\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ngwá\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"instrument\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"iko\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"glass\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ahịhịa\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"grass\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ehi\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"cow\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ịrịba ama\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"sign\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nleta\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"visit\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"n’oge gara aga\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"past\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nro\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"soft\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ọchị\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"smile\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"enwu enwu,\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"bright\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"gas\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"gas\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ihu igwe\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"weather\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nde\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"million\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"obi ụtọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"happy\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nwere olileanya\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"hope\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ifuru\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"flower\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"uwe\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"coat\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"gawara\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"gone\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"Abụ olu ụtọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"melody\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"enweta\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"supply\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"n’ahịrị\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"row\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"anwụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"die\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"dịkarịa ala,\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"least\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"tie mkpu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"shout\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ma e wezụga\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"except\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mkpụrụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"fruit\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"sonyere\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"join\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na-atụ aro\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"suggest\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"dị ọcha\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"clean\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nkwụsịtụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"break\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nwanyị\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"woman\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na-aza èzí\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"yard\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"bilie\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"rose\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ọjọọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"bad\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"igbu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"kill\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mmanụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"oil\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ọbara\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"blood\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"metụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"touch\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"pasent\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"cent\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mix\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"mix\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"izipu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"wire\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na-eri\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"cost\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"furu efu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"lost\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na agba aja aja\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"brown\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"eyi\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"wear\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"hara\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"equal\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"zitere\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"sent\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"họrọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"select\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"dara\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"fell\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"kwekọrọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"fit\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"asọpụta\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"flow\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"akụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"bank\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na-anakọta\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"collect\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"azọpụta\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"save\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ntụpọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"decimal\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mebiri\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"broke\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ọdọ mmiri\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"lake\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"n’ọtụtụ na\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"scale\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"oké\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"thick\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na-edebe\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"observe\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mgbochiume\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"consonant\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ọkọwa okwu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"dictionary\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mmiri ara\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"milk\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ịkwụ ụgwọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"pay\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ngalaba\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"section\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ígwé ojii\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"cloud\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"jụụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"cool\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ọrịrị\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"climb\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"imewe\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"design\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ogbenye\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"poor\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nnwale\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"experiment\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"igodo\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"key\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ígwè\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"metal\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mkpisi\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"stick\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"iri abụọ na\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"twenty\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"akpụkpọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"skin\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ahịrị\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"crease\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"oghere\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"hole\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na-awụlikwa elu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"jump\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"asatọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"eight\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"zukoro\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"meet\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mgbọrọgwụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"root\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ịzụta\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"buy\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"idozi\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"solve\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"Kwaa\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"push\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"asaa\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"seven\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"paragraf\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"paragraph\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mkpọrọgwụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"held\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ntutu isi\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"hair\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"kọwaa\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"describe\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"isi nri\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"cook\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"N’ihi\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"result\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nchebe\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"safe\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"pusi\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"cat\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na narị afọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"century\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"tụlee\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"discuss\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"iwu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"law\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"bit\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"bit\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"n’ụsọ oké osimiri\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"coast\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nkịtị\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"silent\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"aja\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"sand\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mpịakọta\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"roll\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ọnọdụ okpomọkụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"temperature\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ụlọ ọrụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"company\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"uru\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"value\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ụgha\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"lie\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"uda\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"beat\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ejikere\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"excite\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"eke\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"natural\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ele\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"view\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"isi obodo\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"capital\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"agaghị\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"won’t\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"oche\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"seat\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"Ihe egwu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"danger\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ọgaranya\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"rich\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"dọkịta\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"doctor\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"biko\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"please\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"chebe\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"protect\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ehihie\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"noon\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ọkụkụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"crop\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"n’oge a\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"modern\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mmewere\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"element\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"kụrụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"hit\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na-amụrụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"student\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"chọta\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"locate\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mgbanaka\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"ring\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"agwa\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"nature\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ahụhụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"insect\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"jidere\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"caught\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"egosi\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"indicate\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"redio\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"radio\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"atọm\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"atom\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mmadụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"human\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"akụkọ ihe mere eme\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"history\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mmetụta\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"effect\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"electric\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"electric\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na-atụ anya\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"expect\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ọkpụkpụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"bone\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"tren\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"rail\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ekweta\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"agree\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"N’ihi ya,\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"thus\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nwayọọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"gentle\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"onyeisi\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"captain\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"maa amụma\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"guess\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"dị mkpa\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"necessary\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nkọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"sharp\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nku\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"wing\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"agbata obi\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"neighbor\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na-asacha\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"wash\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ụsụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"bat\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"kama\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"rather\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ìgwè mmadụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"crowd\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ọka\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"corn\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"tụnyere\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"compare\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"abụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"poem\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"eriri\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"rope\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mgbịrịgba\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"bell\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na-adabere\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"depend\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"anụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"meat\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ite\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"rub\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"tube\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"tube\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ama\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"famous\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"dollar\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"dollar\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"egwu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"afraid\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"tara\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"thin\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"triangle\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"triangle\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na mbara ala\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"planet\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ọsọ ọsọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"hurry\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ógbè\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"colony\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"elekere\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"clock\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"tie\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"tie\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"banye\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"log\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"search\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"search\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"iziga\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"send\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"acha odo odo\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"yellow\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"égbè\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"gun\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ekwe\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"allow\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ebipụta\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"print\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nwụrụ anwụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"dead\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"desert\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"desert\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ekike\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"suit\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ebulinwu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"lift\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na-abata\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"arrive\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ukwu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"master\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nne na nna\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"parent\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"n’ikperé mmiri\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"shore\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nkewa\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"division\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"umi\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"substance\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"amara\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"favor\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ijikọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"connect\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"post\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"post\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na-eji\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"spend\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mmagba\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"chord\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"abụba\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"fat\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"obi ụtọ na\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"glad\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"òkè\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"share\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"papa\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"dad\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"kwesịrị ekwesị\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"proper\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mmanya\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"bar\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ohu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"slave\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ọbọgwụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"duck\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ahịa\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"market\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"n’ókè\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"degree\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"populate\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"populate\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"chick\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"chick\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ezigbo\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"dear\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"onye iro\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"enemy\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"zaghachi\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"reply\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ọṅụṅụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"drink\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ime\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"occur\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nkwado\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"support\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"uzuoku\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"steam\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ngagharị\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"motion\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"quotient\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"quotient\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ezé\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"teeth\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"iheesereese\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"shell\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"oxygen\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"oxygen\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"sugar\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"sugar\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ọnwụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"death\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mara mma\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"pretty\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"inyom\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"women\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ngwọta\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"solution\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ndọta\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"magnet\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ọlaọcha\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"silver\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na-ekele\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"thank\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"alaka ụlọ ọrụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"branch\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"suffix\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"suffix\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"karịsịa\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"particular\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"fig\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"fig\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nwanne nwaanyị\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"sister\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nchara\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"steel\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"yiri\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"similar\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na-eduzi\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"guide\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ahụmahụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"experience\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"apụl\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"apple\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"zụta\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"bought\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"dugara\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"led\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"pitch\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"pitch\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"uka\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"mass\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"kaadị\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"card\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"gbalaga\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"band\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"imeri\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"win\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nrọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"dream\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mgbede\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"evening\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ngwá ọrụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"tool\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mkpokọta\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"total\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ísì\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"smell\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na ndagwurugwu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"valley\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"gbochie\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"block\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"chart\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"chart\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"okpu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"hat\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ere\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"sell\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ịga nke ọma\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"success\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"iwepu wepu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"subtract\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"igwu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"swim\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"abụghị\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"opposite\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nwunye\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"wife\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"akpụkpọ ụkwụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"shoe\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ubu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"shoulder\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na-agbasa\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"spread\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"ndokwa\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"arrange\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mara ụlọikwuu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"camp\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"dịrị\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"invent\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na owu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"cotton\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"keomumu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"born\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"chọpụta\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"determine\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"quart\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"quart\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"itoolu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"nine\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"gwongworo\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"truck\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mkpọtụ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"noise\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"akpọkọta\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"gather\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"gbatia\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"stretch\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"otutu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"plural\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na-enwu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"shine\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"onwunwe\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"property\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"na kọlụm\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"column\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"molekul\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"molecule\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"njọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"wrong\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"isi awọ\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"gray\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"megharịa\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"repeat\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"sara mbara\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"broad\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"kwadebe\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"prepare\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"nnu\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"salt\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"imi\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"nose\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"iwe\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"anger\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"mgbarakwa\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"claim\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ],\n    \"kọntinent\": [\n        {\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"continent\"\n            ],\n            \"examples\": [],\n            \"phrases\": [],\n            \"variations\": []\n        }\n    ]\n}"
  },
  {
    "path": "src/dictionaries/ig-en/ig-en_expanded.json",
    "content": "{\n    \"A\": [\n        {\n            \"word\": \"A\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"a\": [\n        {\n            \"word\": \"a\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see e\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"a-\": [\n        {\n            \"word\": \"a-\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see e-\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"a-  m\": [\n        {\n            \"word\": \"a-  m\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see e- ... m\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-a/-e/-ọ/-o\": [\n        {\n            \"word\": \"-a/-e/-ọ/-o\",\n            \"wordClass\": \"ISUF\",\n            \"definitions\": [\n                \"(-a after a ị ụ; -e after e i u; -ọ after ọ; -o after o) completive or open vowel suffix, used with most verbs in the imperative, the subjunctive, and the sequential forms Lùa ọlū Do the work: Kà ànyị jee Let us go ... ò wèe nalue ụnò wèe fụ yā ... and then he got home and found it\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ife à\": [\n        {\n            \"word\": \"ife à\",\n            \"wordClass\": \"DEM\",\n            \"definitions\": [\n                \"this (thing)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"à\"\n            ]\n        }\n    ],\n    \"onye à\": [\n        {\n            \"word\": \"onye à\",\n            \"wordClass\": \"DEM\",\n            \"definitions\": [\n                \"this person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"à\"\n            ]\n        }\n    ],\n    \"ebe à\": [\n        {\n            \"word\": \"ebe à\",\n            \"wordClass\": \"DEM\",\n            \"definitions\": [\n                \"this place, here\",\n                \"this place\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"à\",\n                \"ebe\"\n            ]\n        }\n    ],\n    \"etu à\": [\n        {\n            \"word\": \"etu à\",\n            \"wordClass\": \"DEM\",\n            \"definitions\": [\n                \"this way\",\n                \"thus; in this manner\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"à\",\n                \"etu\"\n            ]\n        }\n    ],\n    \"à\": [\n        {\n            \"word\": \"à\",\n            \"wordClass\": \"DEM\",\n            \"definitions\": [\n                \"this\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"aà\": [\n        {\n            \"word\": \"aà\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"oh! (surprise)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"aā\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"àa\": [\n        {\n            \"word\": \"àa\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"answer to a call, e.g. yes; a low murmuring or exclamation over tragic news or surprise\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Àba\": [\n        {\n            \"word\": \"Àba\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Aba\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òbìàgèlì bì n’Àba\",\n                    \"english\": \"Ọbịageli lives in Aba\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-chalụ àba\": [\n        {\n            \"word\": \"-chalụ àba\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lie flat on the back Òfô sì mù chàlụ āba Ọfọ asked me to lie flat on my back\",\n                \"lie flat on the back\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àba\",\n                \"-cha\"\n            ]\n        }\n    ],\n    \"-dinà n’àba\": [\n        {\n            \"word\": \"-dinà n’àba\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sleep on the back\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"dinà\"\n            ],\n            \"stems\": [\n                \"àba\"\n            ]\n        }\n    ],\n    \"àba\": [\n        {\n            \"word\": \"àba\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"flatness; lying flat on the back Ọ tògbòlù àba He lay flat\",\n                \"iron hook for fastening windows or doors or joining a canoe, or used by medicine men, usually forced into ground\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"àbàchà\": [\n        {\n            \"word\": \"àbàchà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cassava (especially boiled and sliced) (compare okìlì 2.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àbàda\": [\n        {\n            \"word\": \"àbàda\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cloth used mostly by women (Dutch print), also akwā àbàda\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-dị abadaba\": [\n        {\n            \"word\": \"-dị abadaba\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be wide, broad, flat Wètalụ m#nni ǹkè m n’ime afele dī abadaba Bring me my own food in a broad flat plate\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"abadaba\"\n            ]\n        }\n    ],\n    \"abadaba\": [\n        {\n            \"word\": \"abadaba\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"width; breadth; state or quality of being wide or broad\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"abasāla\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"àbalà\": [\n        {\n            \"word\": \"àbalà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fruit of iroko (used for feeding goats, sheep, etc.) also àbalà ọjì\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àbànà\": [\n        {\n            \"word\": \"àbànà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wateryam (Dioscorea alata Linn.) (also ji àbànà)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ètitī àbànì\": [\n        {\n            \"word\": \"ètitī àbànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"midnight\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àbànì\"\n            ]\n        }\n    ],\n    \"(onye) àbànì dì egwù\": [\n        {\n            \"word\": \"(onye) àbànì dì egwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bandit (literally the night is dangerous) Onye àbànì dì egwù\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àbànì\"\n            ]\n        }\n    ],\n    \"òtu àbànì dì egwù\": [\n        {\n            \"word\": \"òtu àbànì dì egwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"gang of bandits\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àbànì\"\n            ]\n        }\n    ],\n    \"àbànì\": [\n        {\n            \"word\": \"àbànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"midnight; night\",\n                \"royal sword, double-edged and made of brass, with which the king touches the ozì gong to direct the sounding of the war- drums and leads his soldiers to war (also mmā àbànì)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"àbị\": [\n        {\n            \"word\": \"àbị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"yam cv. (sausage-shaped)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"àbịì\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"abìà\": [\n        {\n            \"word\": \"abìà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"music played on ìgbà ogwè, a tall standing drum, when great warriors die\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"abō\": [\n        {\n            \"word\": \"abō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"long basket used for fishing (also ǹkàtà abō)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àbọ\": [\n        {\n            \"word\": \"àbọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"plantation\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"abòsì\": [\n        {\n            \"word\": \"abòsì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"shrub whose twigs are used for chewing-sticks and for àkàloògòlì figures\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àbù\": [\n        {\n            \"word\": \"àbù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"plant resembling aŋā, used for its fibres\",\n                \"the rope made from it\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"abukè\": [\n        {\n            \"word\": \"abukè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wooden vessel used for carrying\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"abùke\": [\n        {\n            \"word\": \"abùke\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(usually òkụkù abùke) kind of fowl which never grows to a large size but is tough (usually used for sacrifice)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"abụ\": [\n        {\n            \"word\": \"abụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pus\",\n                \"cat-like animal that sleeps by day, probably the Two-Spotted Palm Civet or genet\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"àkpà abù\": [\n        {\n            \"word\": \"àkpà abù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"boil in armpit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"abù\",\n                \"àkpà\"\n            ]\n        }\n    ],\n    \"abù akwā\": [\n        {\n            \"word\": \"abù akwā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"song (esp Song of Solomon)\",\n                \"mourning song\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"abù\",\n                \"akwa\"\n            ]\n        }\n    ],\n    \"abù mbido\": [\n        {\n            \"word\": \"abù mbido\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"opening song\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"abù\",\n                \"-bi-do\"\n            ]\n        }\n    ],\n    \"abù mgbasà\": [\n        {\n            \"word\": \"abù mgbasà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dismissal song\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"abù\"\n            ]\n        }\n    ],\n    \"abù mmeli\": [\n        {\n            \"word\": \"abù mmeli\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"victory song\",\n                \"song of victory\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"abù\",\n                \"-me\"\n            ]\n        }\n    ],\n    \"abù nchèta\": [\n        {\n            \"word\": \"abù nchèta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"memorial song\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"abù\",\n                \"-chè\"\n            ]\n        }\n    ],\n    \"abù ochiè\": [\n        {\n            \"word\": \"abù ochiè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"old hymn book\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"abù\"\n            ]\n        }\n    ],\n    \"abù òtuto\": [\n        {\n            \"word\": \"abù òtuto\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"songs of praise\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"abù\"\n            ]\n        }\n    ],\n    \"abù ọfụū\": [\n        {\n            \"word\": \"abù ọfụū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"new hymn book\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àgbà ọfụū\",\n                    \"english\": \"New Testament\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"abù\",\n                \"ọfụū\"\n            ]\n        }\n    ],\n    \"abù ọma\": [\n        {\n            \"word\": \"abù ọma\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"psalm\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"abù\",\n                \"ọma\"\n            ]\n        }\n    ],\n    \"-bù abù\": [\n        {\n            \"word\": \"-bù abù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sing (a solo)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"abù\",\n                \"-bù\"\n            ]\n        }\n    ],\n    \"òkwa àbù\": [\n        {\n            \"word\": \"òkwa àbù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"soloist\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"abù\",\n                \"-kwà\",\n                \"òkwà\"\n            ]\n        }\n    ],\n    \"abù\": [\n        {\n            \"word\": \"abù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"armpit\",\n                \"song; solo\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"àbùa\": [\n        {\n            \"word\": \"àbùa\",\n            \"wordClass\": \"CD\",\n            \"definitions\": [\n                \"two (= ìbùa, ìbùọ)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"abụba\": [\n        {\n            \"word\": \"abụba\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"feather; leaf; fibre\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-ma àbùbà\": [\n        {\n            \"word\": \"-ma àbùbà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be fatty, plumpy, fat\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Mkpi ǹkaà màlù àbùbà\",\n                    \"english\": \"This he-goat is fat, or, the meat of this he-goat is fatty\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"àbùbà\",\n                \"-ma\"\n            ]\n        }\n    ],\n    \"àbùbà\": [\n        {\n            \"word\": \"àbùbà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nni abụbọ\": [\n        {\n            \"word\": \"nni abụbọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"food prepared with vegetables\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"abụbọ\",\n                \"nni\"\n            ]\n        }\n    ],\n    \"abụbọ\": [\n        {\n            \"word\": \"abụbọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"vegetables\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"abụbù akwū\": [\n        {\n            \"word\": \"abụbù akwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pounded palm nut fibre left after removal of kernels\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"abụbù\",\n                \"akwụ\"\n            ]\n        }\n    ],\n    \"abụbù\": [\n        {\n            \"word\": \"abụbù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àbùbùụ jī\": [\n        {\n            \"word\": \"àbùbùụ jī\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"cooked yam mashed to feed child or for sacrifice\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àbùbù\"\n            ]\n        }\n    ],\n    \"àbùbù\": [\n        {\n            \"word\": \"àbùbù\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"abụzù\": [\n        {\n            \"word\": \"abụzù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mole-cricket (edible)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àchàlà\": [\n        {\n            \"word\": \"àchàlà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"generic name for coarse grass or straw, including bamboo (Oxytenanthera sp.), elephant grass (Pennisetum purpureum) and spear-grass (Imperata cylindrica).\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"òpi àchàlà\",\n                    \"english\": \"Peugeot 404\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"achị\": [\n        {\n            \"word\": \"achị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hip-joint\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"achịcha\": [\n        {\n            \"word\": \"achịcha\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see asịsa\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àchìchà\": [\n        {\n            \"word\": \"àchìchà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"biscuit; cake;\",\n                \"dried food (prepared by boiling plantain or banana and cutting it up into small bits, after removing the skin, and drying it in sun. In the dry form this is stored in a bag and preserved in ùko till used. It is then measured out like beans and steeped in water for a few minutes, removed and wrapped in balls with leaves and boiled. It is then emptied on to boiled pieces of yam or cocoyam, sometimes with vegetables added, and stirred and rolled thoroughly with other ingredients - pepper, oil, etc. - and served)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Adà\": [\n        {\n            \"word\": \"Adà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a warlike people living to the north of the Ọhafịa, who traditionally acted as head-hunting mercenaries to the Nike and the Arụ\",\n                \"a feast, celebrated to commemorate a victory of Onitsha North people over the Ada, in which large numbers of small masquerades throw sticks and stones at people\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-dà adà\": [\n        {\n            \"word\": \"-dà adà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fall; fall down (usually of persons ( -dà 1.))\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ dàlù adà\",\n                    \"english\": \"She fell down\"\n                }\n            ],\n            \"variations\": [\n                \"ada\"\n            ],\n            \"stems\": [\n                \"adà \",\n                \"-dà\"\n            ]\n        }\n    ],\n    \"adà \": [\n        {\n            \"word\": \"adà \",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a fall\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ada\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"adà akā\": [\n        {\n            \"word\": \"adà akā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"ganglion, tumour on arm or hand\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àda èzè\": [\n        {\n            \"word\": \"àda èzè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"princess\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àda\",\n                \"ezè\"\n            ]\n        }\n    ],\n    \"Àdaèzè\": [\n        {\n            \"word\": \"àda èzè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"princess\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àda\",\n                \"ezè\"\n            ]\n        }\n    ],\n    \"àda ìbà\": [\n        {\n            \"word\": \"àda ìbà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"daughter of the family\",\n                \"female name\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àda\",\n                \"ìbà\"\n            ]\n        }\n    ],\n    \"àda mmā\": [\n        {\n            \"word\": \"àda mmā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fine daughter (used to praise a small girl)\",\n                \"female name\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àda\",\n                \"mmā\"\n            ]\n        }\n    ],\n    \"àda nne nnà\": [\n        {\n            \"word\": \"àda nne nnà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"paternal aunt\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àda\",\n                \"nnà\",\n                \"nne\"\n            ]\n        }\n    ],\n    \"àda nne nnē\": [\n        {\n            \"word\": \"àda nne nnē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"maternal aunt\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àda\",\n                \"nne\"\n            ]\n        }\n    ],\n    \"àda Ǹrì\": [\n        {\n            \"word\": \"àda Ǹrì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"female palace dwarf associated with Ezē Ǹrì\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àda\"\n            ]\n        }\n    ],\n    \"àda òrà\": [\n        {\n            \"word\": \"àda òrà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"daughter of all\",\n                \"female name\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àda\",\n                \"òrà\"\n            ]\n        }\n    ],\n    \"Nwaāda\": [\n        {\n            \"word\": \"Nwaāda\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"same as àda (for petting)\",\n                \"female name\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àda\"\n            ]\n        }\n    ],\n    \"ụmū āda\": [\n        {\n            \"word\": \"ụmū āda\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"group of married women who originate from a particular town and, even though they are usually married outside it, influence the affairs, of their home town and particularly the women who marry into it.\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àda\"\n            ]\n        }\n    ],\n    \"àda\": [\n        {\n            \"word\": \"àda\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"eldest daughter; chief woman of family; loosely used for all daughters\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àdakā\": [\n        {\n            \"word\": \"àdakā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"baboon (also used to abuse someone)\",\n                \"(also egbē ādakā) type of locally-made gun\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ute Ādo (= ute\": [\n        {\n            \"word\": \"ute Ādo (= ute\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stiff mat used in burial ceremonies, in roofing, and to make\",\n                \"stiff mat used for burial ceremonies or to form roofing or\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"Àdo\",\n                \"ute\"\n            ]\n        }\n    ],\n    \"mkpàla\": [\n        {\n            \"word\": \"mkpàla\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"shelters\",\n                \"cane, e.g. midrib of mkpàla egbò, the boundary tree Dracaena fragrans (Linn.) Ker-Gawl.\",\n                \"(also ute mkpàla) type of mat which can be used for building ìgbùdù or as shelter (= ute Ādo)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"Àdo\",\n                \"ute\"\n            ]\n        }\n    ],\n    \"Àdo\": [\n        {\n            \"word\": \"Àdo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"an old name for Onitsha people\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àdù\": [\n        {\n            \"word\": \"àdù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bitter kola (Garcinia kola Heckel)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"adù\": [\n        {\n            \"word\": \"adù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"creeping plant with edible fruit, like potato in appearance\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àkpà afā\": [\n        {\n            \"word\": \"àkpà afā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"diviner’s bag\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afa\",\n                \"àkpà\"\n            ]\n        }\n    ],\n    \"-gba afa\": [\n        {\n            \"word\": \"-gba afa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"practise divination. This is part of the work of certain native doctors. A collection of various objects is used, including human and animal teeth, cowries, seeds, coins, pieces of bone, seeds of certain plants. This collection is kept in a container. Divination is then carried out by collecting these objects in the hand and throwing them on the floor or table, picking them up and repeating the throwing one or several times more. The diviner then remains silent or mutters some incantation. He stares steadily at the objects for some minutes, then directs his gaze to his client, to whom he tells the revelation of the divination. Before concluding this report he can throw the objects once, twice or more times with the necessary additional revelation. He sometimes takes up some of the objects and gives them special attention. Some diviners tie the objects of divination to a string. The throwing is then done in this form\",\n                \"divine; practise divination\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afa\",\n                \"-gba\"\n            ]\n        }\n    ],\n    \"afa\": [\n        {\n            \"word\": \"afa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"divination; shells of native mango fruit strung together and used by medicine men in divination\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"afā Ìgbò i\": [\n        {\n            \"word\": \"afā Ìgbò i\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"your Igbo name\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afà\"\n            ]\n        }\n    ],\n    \"afà ị\": [\n        {\n            \"word\": \"afà ị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"your personal name\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afà\"\n            ]\n        }\n    ],\n    \"afà nnà ị\": [\n        {\n            \"word\": \"afà nnà ị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"your father’s name, surname\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afà\"\n            ]\n        }\n    ],\n    \"afā ōtutu\": [\n        {\n            \"word\": \"afā ōtutu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"name by which someone is called on solemn occasions; praise-name\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afà\"\n            ]\n        }\n    ],\n    \"afà Oyìbo ī\": [\n        {\n            \"word\": \"afà Oyìbo ī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"your English name\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afà\"\n            ]\n        }\n    ],\n    \"-ba afà\": [\n        {\n            \"word\": \"-ba afà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"give a name\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afà\"\n            ]\n        }\n    ],\n    \"-fo afà\": [\n        {\n            \"word\": \"-fo afà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"mention; mention name\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afà\",\n                \"-fo\"\n            ]\n        }\n    ],\n    \"-fota afà\": [\n        {\n            \"word\": \"-fota afà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make mention; mention\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afà\",\n                \"-fo\"\n            ]\n        }\n    ],\n    \"-gù afà\": [\n        {\n            \"word\": \"-gù afà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"name; give a name to\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afà\",\n                \"-gù\"\n            ]\n        }\n    ],\n    \"-kpọ afà\": [\n        {\n            \"word\": \"-kpọ afà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"call by name; name\",\n                \"call by name; name Kpòọ onye oriì afà Call the thief by name Agà m àkpọ yā afà I shall call him by name Kpòọ yā afà Name him\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afà\",\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"-malụ afà\": [\n        {\n            \"word\": \"-malụ afà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be well-known, important\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nwoke afù bù onye a màlù afà ya\",\n                    \"english\": \"The man is well-known\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"afà\",\n                \"-ma\"\n            ]\n        }\n    ],\n    \"A màlù afà ya\": [\n        {\n            \"word\": \"A màlù afà ya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"He is well-known\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afà\"\n            ]\n        }\n    ],\n    \"A mārọ afà ya\": [\n        {\n            \"word\": \"A mārọ afà ya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"No one has heard of him; he is unknown\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afà\"\n            ]\n        }\n    ],\n    \"-tu afà\": [\n        {\n            \"word\": \"-tu afà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"extol; salute by title, nickname\",\n                \"extol, salute by title e.g. Ikè enyī Elephant's buttocks\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afà\",\n                \"-tu\"\n            ]\n        }\n    ],\n    \"-za afà\": [\n        {\n            \"word\": \"-za afà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bear a name; answer to one's name\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afà\",\n                \"-za\"\n            ]\n        }\n    ],\n    \"afà\": [\n        {\n            \"word\": \"afà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"name; sort; kind\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àfaà\": [\n        {\n            \"word\": \"àfaà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"title given to chiefs\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àfe mmọọ\": [\n        {\n            \"word\": \"àfe mmọọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mask of the masquerader; masquerader's cloth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àfè\",\n                \"mmụō\"\n            ]\n        }\n    ],\n    \"àfè ọnū\": [\n        {\n            \"word\": \"àfè ọnū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"see àfù ọnū\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àfè\"\n            ]\n        }\n    ],\n    \"àfè ụkà\": [\n        {\n            \"word\": \"àfè ụkà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cloth, garment, robe set aside and devoted to wearing to divine service; Sunday best\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àfè\",\n                \"ụkà\"\n            ]\n        }\n    ],\n    \"àfè ụlā\": [\n        {\n            \"word\": \"àfè ụlā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"night-gown\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àfè\",\n                \"ụla\"\n            ]\n        }\n    ],\n    \"aka àfè\": [\n        {\n            \"word\": \"aka àfè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"garment sleeve\",\n                \"sleeve of garment\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àfè\",\n                \"aka\"\n            ]\n        }\n    ],\n    \"onye àfè ojiī\": [\n        {\n            \"word\": \"onye àfè ojiī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a policeman (-woman)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àfè\",\n                \"ojiī\",\n                \"onye\"\n            ]\n        }\n    ],\n    \"-wopù àfè\": [\n        {\n            \"word\": \"-wopù àfè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"put off clothes\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àfè\"\n            ]\n        }\n    ],\n    \"-yi àfè\": [\n        {\n            \"word\": \"-yi àfè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wear cloth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àfè\",\n                \"-yi\"\n            ]\n        }\n    ],\n    \"-yili àfè\": [\n        {\n            \"word\": \"-yili àfè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"put on clothes\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Yili àfè gị kà ànyị je Ukà\",\n                    \"english\": \"Put on your clothes and let us go to Church\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"àfè\"\n            ]\n        }\n    ],\n    \"àfè\": [\n        {\n            \"word\": \"àfè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dress; clothes; sewn garment; mask\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"afele nsansa\": [\n        {\n            \"word\": \"afele nsansa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"flat plate\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afele\",\n                \"nsansa\"\n            ]\n        }\n    ],\n    \"afele ōwịwa\": [\n        {\n            \"word\": \"afele ōwịwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"breakable dish\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afele\",\n                \"-wa\"\n            ]\n        }\n    ],\n    \"afele ùkòlò\": [\n        {\n            \"word\": \"afele ùkòlò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hollow plate\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afele\",\n                \"ùkòlò\"\n            ]\n        }\n    ],\n    \"-gbacha afele\": [\n        {\n            \"word\": \"-gbacha afele\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"clean the plate (of food)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afele\",\n                \"-gba\"\n            ]\n        }\n    ],\n    \"afele\": [\n        {\n            \"word\": \"afele\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"plate; flat dish\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"afịa ōlile\": [\n        {\n            \"word\": \"afịa ōlile\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"merchandise; commodity\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afịa\",\n                \"-le\"\n            ]\n        }\n    ],\n    \"àtụmafịa\": [\n        {\n            \"word\": \"àtụmafịa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"commission to buy in the market; order\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afịa\",\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-gba afịa\": [\n        {\n            \"word\": \"-gba afịa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"trade\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afịa\",\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-ghọ afịa\": [\n        {\n            \"word\": \"-ghọ afịa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"suffer loss in trade\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àda àkwụsigo mgbele azù màkà nà ọ ghōgo yā afịa\",\n                    \"english\": \"Ada has stopped her fish trade because it has shown a loss\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"afịa\",\n                \"-ghọ\"\n            ]\n        }\n    ],\n    \"ife afīa\": [\n        {\n            \"word\": \"ife afīa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"small edible articles bought by women for their children\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afịa\",\n                \"ife\"\n            ]\n        }\n    ],\n    \"izù afīa\": [\n        {\n            \"word\": \"izù afīa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"market week of four days\",\n                \"market week of 4 days\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afịa\",\n                \"izù\"\n            ]\n        }\n    ],\n    \"-kpọba afịa\": [\n        {\n            \"word\": \"-kpọba afịa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"expose, display wares for sale\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afịa\",\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"-kwalụ afịa\": [\n        {\n            \"word\": \"-kwalụ afịa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pack and move wares away\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afịa\",\n                \"-kwa\"\n            ]\n        }\n    ],\n    \"-le afịa ọkshòm\": [\n        {\n            \"word\": \"-le afịa ọkshòm\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sell wares at an auction\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afịa\",\n                \"ọkshòm\"\n            ]\n        }\n    ],\n    \"onye afīa\": [\n        {\n            \"word\": \"onye afīa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"merchant; customer; trader\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Jèe nàtalụ m azù ego naàbò n’aka onye afīa m\",\n                    \"english\": \"Go and get me twenty kobo's worth of fish from my merchant\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"afịa\",\n                \"onye\"\n            ]\n        }\n    ],\n    \"ọmà afīa\": [\n        {\n            \"word\": \"ọmà afīa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"centre of market\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afịa\",\n                \"ọmà\"\n            ]\n        }\n    ],\n    \"ọnụ afīa\": [\n        {\n            \"word\": \"ọnụ afīa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"price; market price; cost\",\n                \"(also shortened to ọnū) price; market price; cost\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nnā ānyî zùtààlù m ife dī ọke ọnụ afīa n’Ònìchà\",\n                    \"english\": \"Father bought for me something costly from Onitsha\"\n                },\n                {\n                    \"igbo\": \"Kèdu ọnū ya?\",\n                    \"english\": \"What is its price?\"\n                },\n                {\n                    \"igbo\": \"Achòlù m ịmā ọnū ya\",\n                    \"english\": \"I want to know its price\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"afịa\",\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"-sù afịa\": [\n        {\n            \"word\": \"-sù afịa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"flood the market (of excess commodity) The shoes I bought from Aba last month were sold at a loss\",\n                \"(fig., of person) be useless\",\n                \"flood the market (of excess commodity); (fig.) of a person, be useless\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Azù sùlù afịa\",\n                    \"english\": \"The market is flooded with fish\"\n                },\n                {\n                    \"igbo\": \"Akpụkpọ ụkwū m zūtalụ n’Àba n’ọnwa gālụ agâ sùlù afịa\",\n                    \"english\": \"The shoes I bought from Aba last month were sold at a loss\"\n                },\n                {\n                    \"igbo\": \"Ị sùlù afịa\",\n                    \"english\": \"You are pretty useless\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"afịa\",\n                \"-sù\"\n            ]\n        }\n    ],\n    \"-tụ afịa\": [\n        {\n            \"word\": \"-tụ afịa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"request someone going to market to help buy something; commission someone to buy something\",\n                \"request someone going to a market to help buy something\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afịa\",\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"ụnò afīa\": [\n        {\n            \"word\": \"ụnò afīa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"market stall\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ bụlụ nà ị chòlù inwēta ụdị àkpà ị nà-àchọ ịzū jèe n’ụnò afīa Ŏfọ\",\n                    \"english\": \"If you want to get the kind of bag you were wanting to buy, go to Ọfọ's market stall\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"afịa\",\n                \"ụnò\"\n            ]\n        }\n    ],\n    \"-zụ afịa\": [\n        {\n            \"word\": \"-zụ afịa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"trade; hold market; buy and sell in market\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afịa\",\n                \"-zụ\"\n            ]\n        }\n    ],\n    \"afịa\": [\n        {\n            \"word\": \"afịa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"market; trade\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Afịa yā dachìghàlù àzụ, màkà nà o nwērọ ike ịzū ego e nyèlù ya\",\n                    \"english\": \"His trade declined because he could not build up his capital\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"afịfịa ọgwù\": [\n        {\n            \"word\": \"afịfịa ọgwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"herb (for the preparation of native medicine)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afịfịa\",\n                \"ọgwù\"\n            ]\n        }\n    ],\n    \"-gbu afịfịa\": [\n        {\n            \"word\": \"-gbu afịfịa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"clear weeds\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afịfịa\",\n                \"-gbu\"\n            ]\n        }\n    ],\n    \"-kpa afịfịa\": [\n        {\n            \"word\": \"-kpa afịfịa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"collect herbs\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Onye dibìà nà-èje ịkpā afịfịa\",\n                    \"english\": \"The native doctor is going to collect the herbs\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"afịfịa\"\n            ]\n        }\n    ],\n    \"afịfịa\": [\n        {\n            \"word\": \"afịfịa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"grass; sweepings; parings; herb; native medicine prepared with herbs. Used abusively\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-àgwa ụmù afịfịa okwū\",\n                    \"english\": \"He is speaking to low-grade people\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"afọ imē\": [\n        {\n            \"word\": \"afọ imē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pregnancy (literally belly of pregnancy)\",\n                \"pregnancy (literally pregnant abdomen)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afọ\",\n                \"imē\"\n            ]\n        }\n    ],\n    \"afọ njō\": [\n        {\n            \"word\": \"afọ njō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"unkindness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afọ\"\n            ]\n        }\n    ],\n    \"afọ nnī\": [\n        {\n            \"word\": \"afọ nnī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"gluttony\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afọ\",\n                \"nni\"\n            ]\n        }\n    ],\n    \"afọ òfùfù\": [\n        {\n            \"word\": \"afọ òfùfù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(Biblical) liberality; generosity\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afọ\"\n            ]\n        }\n    ],\n    \"afọ òbàlà\": [\n        {\n            \"word\": \"afọ òbàlà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dysentery\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afọ\",\n                \"òbàlà\"\n            ]\n        }\n    ],\n    \"afọ ōchịchị\": [\n        {\n            \"word\": \"afọ ōchịchị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"diarrhoea\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afọ\",\n                \"-chị\"\n            ]\n        }\n    ],\n    \"afọ ōlụlụ\": [\n        {\n            \"word\": \"afọ ōlụlụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"colic; stomach-ache\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afọ\"\n            ]\n        }\n    ],\n    \"afọ ọma\": [\n        {\n            \"word\": \"afọ ọma\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kindness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afọ\",\n                \"ọma\"\n            ]\n        }\n    ],\n    \"afọ òrà\": [\n        {\n            \"word\": \"afọ òrà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sacrifice before cultivation\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afọ\",\n                \"òrà\"\n            ]\n        }\n    ],\n    \"afọ ōsịsa\": [\n        {\n            \"word\": \"afọ ōsịsa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dysentery\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afọ\",\n                \"-sa\"\n            ]\n        }\n    ],\n    \"afọ òsùsù\": [\n        {\n            \"word\": \"afọ òsùsù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"flatulence\",\n                \"flatulence; distended stomach; rumbling stomach\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"afọ ōzịza\"\n            ],\n            \"stems\": [\n                \"afọ\",\n                \"-sù\"\n            ]\n        }\n    ],\n    \"afọ ukwu\": [\n        {\n            \"word\": \"afọ ukwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"gluttony\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afọ\",\n                \"ukwu\"\n            ]\n        }\n    ],\n    \"afọ ụkwū\": [\n        {\n            \"word\": \"afọ ụkwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"calf of leg\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afọ\",\n                \"ụkwụ\"\n            ]\n        }\n    ],\n    \"arụrụ afō\": [\n        {\n            \"word\": \"arụrụ afō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"intestinal worm, very tiny; pinworm (literally ants of belly)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afọ\"\n            ]\n        }\n    ],\n    \"-bu afọ imē\": [\n        {\n            \"word\": \"-bu afọ imē\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be pregnant (literally carry pregnant belly)\",\n                \"be pregnant\",\n                \"be pregnant (literally carry pregnant abdomen)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ngọzī bù afọ imē\",\n                    \"english\": \"Ngọzi is pregnant\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"afọ\",\n                \"-bu\",\n                \"imē\"\n            ]\n        }\n    ],\n    \"elili afō\": [\n        {\n            \"word\": \"elili afō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the intestines\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afọ\",\n                \"elili\"\n            ]\n        }\n    ],\n    \"-ju afọ\": [\n        {\n            \"word\": \"-ju afọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"satisfy\",\n                \"be satisfied, satisfy\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O jùlù m afọ\",\n                    \"english\": \"It satisfies me.\"\n                },\n                {\n                    \"igbo\": \"Afô jùlù m\",\n                    \"english\": \"I am satisfied\"\n                },\n                {\n                    \"igbo\": \"Okwu à ejūrọ m afọ\",\n                    \"english\": \"I am not satisfied with this case (statement)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"afọ\",\n                \"-ju\"\n            ]\n        }\n    ],\n    \"-kò afọ\": [\n        {\n            \"word\": \"-kò afọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"distend abdomen\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nni ǹkaà nà-ekò afō\",\n                    \"english\": \"This food is stodgy distend; swell; bulge\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"afọ\",\n                \"-kò\"\n            ]\n        }\n    ],\n    \"-laju afọ\": [\n        {\n            \"word\": \"-laju afọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"drink to satisfy\",\n                \"drink to satiety\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afọ\",\n                \"-la\"\n            ]\n        }\n    ],\n    \"-lụ afọ\": [\n        {\n            \"word\": \"-lụ afọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"have stomach-ache\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afọ\",\n                \"-lụ\"\n            ]\n        }\n    ],\n    \"ngịlị afō\": [\n        {\n            \"word\": \"ngịlị afō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"intestine; bowels\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afọ\"\n            ]\n        }\n    ],\n    \"-nupù afọ\": [\n        {\n            \"word\": \"-nupù afọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"act as purgative;\",\n                \"have swollen belly\",\n                \"act as purgative; have a big belly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afọ\",\n                \"-nu\"\n            ]\n        }\n    ],\n    \"nwannē afō\": [\n        {\n            \"word\": \"nwannē afō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"brother or sister of same father and mother; full brother or sister (literally brother or sister of same womb)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afọ\"\n            ]\n        }\n    ],\n    \"-nwe afọ ọma\": [\n        {\n            \"word\": \"-nwe afọ ọma\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be generous, kind, benevolent\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ozi Ọma\",\n                    \"english\": \"the Gospel; good news, message\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"afọ\",\n                \"-nwe\",\n                \"ọma\"\n            ]\n        }\n    ],\n    \"-nyeju afọ\": [\n        {\n            \"word\": \"-nyeju afọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"feed well\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afọ\",\n                \"-nyefè\"\n            ]\n        }\n    ],\n    \"ọgwù afō\": [\n        {\n            \"word\": \"ọgwù afō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"purgative\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afọ\",\n                \"ọgwù\"\n            ]\n        }\n    ],\n    \"-tepùlù afọ\": [\n        {\n            \"word\": \"-tepùlù afọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"have distended abdomen like that of ascitic or overfed child\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afọ\"\n            ]\n        }\n    ],\n    \"-tepùbè afọ\": [\n        {\n            \"word\": \"-tepùbè afọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"have a bulging distended abdomen\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afọ\"\n            ]\n        }\n    ],\n    \"-to afọ\": [\n        {\n            \"word\": \"-to afọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"have great swollen belly; develop ascites\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọyā Ōfọ èsigo n’òzịza ghòlụ itō afọ\",\n                    \"english\": \"Ọfọ's illness has passed from general oedema into ascites\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"afọ\",\n                \"-to\"\n            ]\n        }\n    ],\n    \"ụma afō\": [\n        {\n            \"word\": \"ụma afō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"enlarged spleen; kind of abdominal disorder in children characterized by swelling of the spleen in the left side of the abdomen. It is felt to be round and hard when pressed. It is wrongly believed by many to be a living thing in the stomach which resembles a crab and walks up and down the stomach\",\n                \"enlarged spleen (see afọ)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afọ\",\n                \"ụma\"\n            ]\n        }\n    ],\n    \"afọ\": [\n        {\n            \"word\": \"afọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stomach; bowels; belly; abdomen (regarded as the seat of the affections)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Àfò\": [\n        {\n            \"word\": \"Àfò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a day in the Igbo four-day week, following Oyè, personified as an alūsị\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àfòọma\",\n                    \"english\": \"name of female person born on Àfò\"\n                },\n                {\n                    \"igbo\": \"Nwaàfò\",\n                    \"english\": \"name of male person born on Àfò\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Afrịkà\": [\n        {\n            \"word\": \"Afrịkà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Africa (English)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àkà afù\": [\n        {\n            \"word\": \"àkà afù\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"last year; (generally) old times, days of old\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afù\"\n            ]\n        }\n    ],\n    \"ebe afù\": [\n        {\n            \"word\": \"ebe afù\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"that place; there\",\n                \"that place\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afù\",\n                \"ebe\"\n            ]\n        }\n    ],\n    \"Ònyê nò ebe afù?\": [\n        {\n            \"word\": \"Ònyê nò ebe afù?\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"Who is there?\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afù\"\n            ]\n        }\n    ],\n    \"èkpè afù\": [\n        {\n            \"word\": \"èkpè afù\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"then; at that time\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afù\",\n                \"èkpè\"\n            ]\n        }\n    ],\n    \"etu afù\": [\n        {\n            \"word\": \"etu afù\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"so; in that manner\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afù\",\n                \"etu\"\n            ]\n        }\n    ],\n    \"mgbè afù\": [\n        {\n            \"word\": \"mgbè afù\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"then; at that time\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afù\",\n                \"mgbè\"\n            ]\n        }\n    ],\n    \"ndị afù\": [\n        {\n            \"word\": \"ndị afù\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"those (people)\",\n                \"those\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afù\",\n                \"ndị\"\n            ]\n        }\n    ],\n    \"òfu afù\": [\n        {\n            \"word\": \"òfu afù\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"that very one\",\n                \"that very thing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afù\",\n                \"òfu\"\n            ]\n        }\n    ],\n    \"onye afù\": [\n        {\n            \"word\": \"onye afù\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"that person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afù\"\n            ]\n        }\n    ],\n    \"afù\": [\n        {\n            \"word\": \"afù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"halfpenny (English halfpenny)\",\n                \"that\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"àfù ọnū\": [\n        {\n            \"word\": \"àfù ọnū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"moustache; beard\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"àfè ọnū\"\n            ],\n            \"stems\": [\n                \"àfù\",\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"-gba àfù ọnū\": [\n        {\n            \"word\": \"-gba àfù ọnū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"grow beard, moustache\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àfù\",\n                \"-gba\",\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"àfù\": [\n        {\n            \"word\": \"àfù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àfụfā\": [\n        {\n            \"word\": \"àfụfā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"eggplant (Solanum macrocarpon Linn.) (= aŋàlà)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"afụfụ mmụọ\": [\n        {\n            \"word\": \"afụfụ mmụọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"punishment in underworld\",\n                \"very severe punishment or trouble\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afụfụ\",\n                \"mmụō\"\n            ]\n        }\n    ],\n    \"afụfụ ùwà\": [\n        {\n            \"word\": \"afụfụ ùwà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"misfortune; ups and downs of life\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afụfụ\",\n                \"ùwà\"\n            ]\n        }\n    ],\n    \"-fụ afụfụ\": [\n        {\n            \"word\": \"-fụ afụfụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"suffer\",\n                \"suffer (compare -ta afụfụ)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afụfụ\",\n                \"-fụ\"\n            ]\n        }\n    ],\n    \"-ta afụfụ\": [\n        {\n            \"word\": \"-ta afụfụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"suffer; punish; be in suffering, trouble\",\n                \"suffer\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Ị gà-àta afụfụ n’òdìniiru ọ bụlụ nà ị rāpùrò ajọ òmùme gī\",\n                    \"english\": \"You will suffer in future if you do not abandon your bad behaviour\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"afụfụ\",\n                \"-ta\"\n            ]\n        }\n    ],\n    \"Ị gà-àta afụfụ\": [\n        {\n            \"word\": \"Ị gà-àta afụfụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"You will suffer\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"afụfụ\"\n            ]\n        }\n    ],\n    \"ùwà afụfụ\": [\n        {\n            \"word\": \"ùwà afụfụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"world of suffering\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àbịarō m ùwà afụfụ\",\n                    \"english\": \"I do not come to the world to suffer\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"afụfụ\",\n                \"ùwà\"\n            ]\n        }\n    ],\n    \"afụfụ\": [\n        {\n            \"word\": \"afụfụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"trouble; difficulty\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"afùfù\": [\n        {\n            \"word\": \"afùfù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"any rash caused by perspiration; dermatitis; eczema; uticaria; swollen patches due to sensitivity to some particular food, serum, drug, etc. ( -fù 1. swell)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"agā\": [\n        {\n            \"word\": \"agā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"adze\",\n                \"large needle for sewing sacks, etc.\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"àgà\": [\n        {\n            \"word\": \"àgà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"variety of yam\",\n                \"barren woman\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"agàba\": [\n        {\n            \"word\": \"agàba\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"lion\",\n                \"name of masquerade\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"agadī nwaànyì\": [\n        {\n            \"word\": \"agadī nwaànyì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"old woman\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"agadī\"\n            ]\n        }\n    ],\n    \"agadī nwaànyì isi\": [\n        {\n            \"word\": \"agadī nwaànyì isi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(literally an old woman with grey hair) plant used as medicine to\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"agadī\"\n            ]\n        }\n    ],\n    \"awọ\": [\n        {\n            \"word\": \"awọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"see night witches\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"agadī\"\n            ]\n        }\n    ],\n    \"agadī nwokē\": [\n        {\n            \"word\": \"agadī nwokē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"old man\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"agadī\"\n            ]\n        }\n    ],\n    \"-me agadī\": [\n        {\n            \"word\": \"-me agadī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be old, decrepit; become old\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"agadī\"\n            ]\n        }\n    ],\n    \"agadī\": [\n        {\n            \"word\": \"agadī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"old person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àgàfù\": [\n        {\n            \"word\": \"àgàfù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bandit; expert thief\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"agàmeèbù\": [\n        {\n            \"word\": \"agàmeèbù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"false thistle (Acanthus montanus T. Anders.)\",\n                \"name of a masquerade\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àgànà\": [\n        {\n            \"word\": \"àgànà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"barbed spear for hunting or fighting\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àgìdi\": [\n        {\n            \"word\": \"àgìdi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"maize gruel (derived from Yoruba àgìdì)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gbà agịdịgị\": [\n        {\n            \"word\": \"-gbà agịdịgị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be fat, plump; have stout build (of human being only)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"agịdịgị\"\n            ]\n        }\n    ],\n    \"agịdịgị\": [\n        {\n            \"word\": \"agịdịgị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fatness; stoutness; bigness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àgìgò\": [\n        {\n            \"word\": \"àgìgò\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see àgùgò\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"agịlị isī\": [\n        {\n            \"word\": \"agịlị isī\",\n            \"wordClass\": \"NNP\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"agogo\": [\n        {\n            \"word\": \"agogo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"iron gong for proclamations (compare derived from Yoruba agogo ‘bell’)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àgòlò\": [\n        {\n            \"word\": \"àgòlò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"medicinal plant with reddish seeds\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"agrì\": [\n        {\n            \"word\": \"agrì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wild Canna (Canna indica Linn.), seen in Agwụ shrines\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"agụ atā\": [\n        {\n            \"word\": \"agụ atā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"jackal-like animal\",\n                \"name of a town (literally leopard of the wilderness)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"agū\"\n            ]\n        }\n    ],\n    \"agụ iyī\": [\n        {\n            \"word\": \"agụ iyī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"crocodile\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"agū\",\n                \"iyī\"\n            ]\n        }\n    ],\n    \"agụ ọgbà\": [\n        {\n            \"word\": \"agụ ọgbà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"leopard which is weaker and less ferocious than the real leopard\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"agū\"\n            ]\n        }\n    ],\n    \"nwa agū\": [\n        {\n            \"word\": \"nwa agū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"very young leopard\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"agū\",\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"obi agū\": [\n        {\n            \"word\": \"obi agū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"daring, fearless like a leopard; brave\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"agū\"\n            ]\n        }\n    ],\n    \"Ògbu āgụ\": [\n        {\n            \"word\": \"Ògbu āgụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"title; holder of Ògbu āgụ title\",\n                \"male name (literally leopard killer)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"agū\",\n                \"ògbu\"\n            ]\n        }\n    ],\n    \"Ògbà agū\": [\n        {\n            \"word\": \"Ògbà agū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"secret night society (using agụ ọgbà); Leopard Society\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"agū\"\n            ]\n        }\n    ],\n    \"agū\": [\n        {\n            \"word\": \"agū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"leopard\",\n                \"open grassy country; wilderness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"agù\": [\n        {\n            \"word\": \"agù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"person bearing same name as oneself; namesake (compare ògbò)\",\n                \"namesake\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gù\"\n            ]\n        }\n    ],\n    \"agùba\": [\n        {\n            \"word\": \"agùba\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"razor\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gọ àgùgò\": [\n        {\n            \"word\": \"-gọ àgùgò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"deny\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Adā m àchọ ūkpa onye nā-agọ àgùgò ife o mēlụ\",\n                    \"english\": \"I do not like the company of anybody who denies what he has done ( - gọ 1. deny)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"àgùgò\"\n            ]\n        }\n    ],\n    \"àgùgò\": [\n        {\n            \"word\": \"àgùgò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"denial; plea\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ènwerō m àgùgò\",\n                    \"english\": \"I have no plea\"\n                }\n            ],\n            \"variations\": [\n                \"àgìgò\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"agụgụ\": [\n        {\n            \"word\": \"agụgụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"festival\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Agụnyego\": [\n        {\n            \"word\": \"Agụnyego\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"name for a child believed an ọgbanje (literally Are we to count you among our family circle (or are you going to leave us again?))\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Agù\": [\n        {\n            \"word\": \"Agù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"see Agwù\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"(agụū) -gụ\": [\n        {\n            \"word\": \"(agụū) -gụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be hungry\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"agụū\",\n                \"-gụ-\"\n            ]\n        }\n    ],\n    \"agụū mmīli\": [\n        {\n            \"word\": \"agụū mmīli\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"thirst\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"agụū\",\n                \"mmilī\"\n            ]\n        }\n    ],\n    \"-gụ agụū\": [\n        {\n            \"word\": \"-gụ agụū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hunger; desire; long for ( -gụ 2. desire)\",\n                \"hunger; desire; long for\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"agụū\",\n                \"-gụ-\"\n            ]\n        }\n    ],\n    \"agụū\": [\n        {\n            \"word\": \"agụū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hunger; desire; eagerness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"agbā\": [\n        {\n            \"word\": \"agbā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"title given to chiefs\",\n                \"tree from which firewood and incense are obtained\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"Àgbà Ochīè\": [\n        {\n            \"word\": \"Àgbà Ochīè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Old Testament\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àgbà\",\n                \"oche\"\n            ]\n        }\n    ],\n    \"Àgbà Ọfụū\": [\n        {\n            \"word\": \"Àgbà Ọfụū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"New Testament\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àgbà\"\n            ]\n        }\n    ],\n    \"-kà àgbà\": [\n        {\n            \"word\": \"-kà àgbà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make appointment\",\n                \"make arrangement (for meeting)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àgbà\",\n                \"-kà\"\n            ]\n        }\n    ],\n    \"-nwe àgbà\": [\n        {\n            \"word\": \"-nwe àgbà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(fig.) have a say in; have influence\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àgbà\",\n                \"-nwe\"\n            ]\n        }\n    ],\n    \"àgbà\": [\n        {\n            \"word\": \"àgbà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"covenant; appointment\",\n                \"jaw\",\n                \"rheumatism (compare òkpoòmìlì)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"àgbadàgba ntì\": [\n        {\n            \"word\": \"àgbadàgba ntì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mumps\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-do Agbàlà\": [\n        {\n            \"word\": \"-do Agbàlà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"perform routine sacrifice to Agbala\",\n                \"swear blood-brotherhood; make covenant (between two or more parties) vowing not to do anything to endanger either party’s life safety, etc.\",\n                \"perform routine sacrifice to the god Agbàlà\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"Agbàlà\",\n                \"-do\"\n            ]\n        }\n    ],\n    \"-je Agbàlà\": [\n        {\n            \"word\": \"-je Agbàlà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"consult the Agbala in Awka, the most famous one\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"Agbàlà\"\n            ]\n        }\n    ],\n    \"Agbàlà\": [\n        {\n            \"word\": \"Agbàlà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the author of fertility, one of the manifestations of Chukwu Òkìke, Creator\",\n                \"child (usually male) whose pregnancy and delivery was made possible by Agbala\",\n                \"male name\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"agbàlà\": [\n        {\n            \"word\": \"agbàlà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(also agbàlà nwaànyì) woman of great influence or of strong, stout build\",\n                \"an object about 8’ long, made of two long bamboos, with a number of coconut shells fixed between them representing the number of girls the owner was on intimate terms with in his youth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"àgbàlà\": [\n        {\n            \"word\": \"àgbàlà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cow-itch (Mucuna pruriens Linn.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"àgbalà\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"àgbàtà obì\": [\n        {\n            \"word\": \"àgbàtà obì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"neighbourhood; neighbour\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àgbàtà\",\n                \"obì\"\n            ]\n        }\n    ],\n    \"onye àgbàtà obì\": [\n        {\n            \"word\": \"onye àgbàtà obì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"neighbour; next-door neighbour\",\n                \"neighbour\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọnwụūkâ bù onye àgbàtà obì m\",\n                    \"english\": \"Ọnwụụka is my neighbour\"\n                },\n                {\n                    \"igbo\": \"Proverb: Àgbàtà obī onyê bù nwa nnē ya\",\n                    \"english\": \"A person’s neighbour is his brother (or sister)\"\n                },\n                {\n                    \"igbo\": \"Àzụùkà bù onye àgbàtà obì m\",\n                    \"english\": \"Azụụka is my neighbour\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"àgbàtà\",\n                \"obì\",\n                \"onye\"\n            ]\n        }\n    ],\n    \"àgbàtà\": [\n        {\n            \"word\": \"àgbàtà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"boundary line; border\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Àgbàtà\": [\n        {\n            \"word\": \"Àgbàtà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a god\",\n                \"male name\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"agbè\": [\n        {\n            \"word\": \"agbè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"long, narrow calabash for carrying water or wine; calabash\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"agbidi\": [\n        {\n            \"word\": \"agbidi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"solid, thick palm oil\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"agbịsì\": [\n        {\n            \"word\": \"agbịsì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"black ant infesting houses, living in holes in mud floors\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"agbụsì\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"agbō\": [\n        {\n            \"word\": \"agbō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(also agbọ ajō ọfịa) very thick forest, especially that devoted to a god, out of bounds to all except the priests of that particular god\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Àgbòmmā\": [\n        {\n            \"word\": \"Àgbòmmā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"female name\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àgbò\"\n            ]\n        }\n    ],\n    \"àgbò\": [\n        {\n            \"word\": \"àgbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"growing calabash\",\n                \"covering cloth\",\n                \"descent; family; lineage; inheritable characteristic of a family\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àgbọ Ǹgọzî bù àgbọ nā-adị nkenke\",\n                    \"english\": \"Ngọzi’s lineage is one of short people\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"àgbọghò\": [\n        {\n            \"word\": \"àgbọghò\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see àgbọò\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"agbọlō\": [\n        {\n            \"word\": \"agbọlō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"slimy substance, e.g. from fish\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àgbònò\": [\n        {\n            \"word\": \"àgbònò\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see ògbònò\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gbọ agbọō\": [\n        {\n            \"word\": \"-gbọ agbọō\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"vomit\",\n                \"vomit (vomit)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àda nà-àgbọ agbọō\",\n                    \"english\": \"Ada is vomiting\"\n                },\n                {\n                    \"igbo\": \"Ọ gịnī kpàtàlù ị jì àgbọ agbọō n'ùtụtù?\",\n                    \"english\": \"Why were you vomiting in the morning?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"agbọō\",\n                \"-gbọ\"\n            ]\n        }\n    ],\n    \"-rù agbọō\": [\n        {\n            \"word\": \"-rù agbọō\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"retch; make feel nausea; cause nausea\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọnya dī n’isi Āda nà-arū m agbọō\",\n                    \"english\": \"The sore on Ada's head is causing me nausea\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"agbọō\",\n                \"-rù\"\n            ]\n        }\n    ],\n    \"( -gbọ 1.\": [\n        {\n            \"word\": \"( -gbọ 1.\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"vomit; = ògbụgbọ)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"agbọō\"\n            ]\n        }\n    ],\n    \"agbọō\": [\n        {\n            \"word\": \"agbọō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"vomit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àgbọọbìà\": [\n        {\n            \"word\": \"àgbọọbìà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"girl of marriageable age\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àgbọò\"\n            ]\n        }\n    ],\n    \"-me àgbọghò\": [\n        {\n            \"word\": \"-me àgbọghò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"act as or be a young woman\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àgbọò\"\n            ]\n        }\n    ],\n    \"àgbọò\": [\n        {\n            \"word\": \"àgbọò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"girl of marriageable age; young girl\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Roseline bù nwa āgbọò\",\n                    \"english\": \"Roseline is a young girl\"\n                }\n            ],\n            \"variations\": [\n                \"àgbọghò\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"-fie agbụ\": [\n        {\n            \"word\": \"-fie agbụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bind; cord\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"agbụ\",\n                \"-fie\"\n            ]\n        }\n    ],\n    \"-ke agbụ\": [\n        {\n            \"word\": \"-ke agbụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bind\",\n                \"rope used for climbing, made from ngwò fronds\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O kèlù yà agbụ\",\n                    \"english\": \"He bound him\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"agbụ\",\n                \"-ke\"\n            ]\n        }\n    ],\n    \"agbụ\": [\n        {\n            \"word\": \"agbụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bonds; a binding\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àkpa āgbụgbō\": [\n        {\n            \"word\": \"àkpa āgbụgbō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"grub usually found in a decaying compost heap\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àgbụgbō\"\n            ]\n        }\n    ],\n    \"-kpo àgbụgbō\": [\n        {\n            \"word\": \"-kpo àgbụgbō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"collect decayed compost for application to crops\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àgbụgbō\"\n            ]\n        }\n    ],\n    \"àgbụgbō\": [\n        {\n            \"word\": \"àgbụgbō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"place where refuse is disposed; dunghill (usually deliberately kept as store of manure for fertilizing land); compost heap; rubbish heap\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"agbùlùgada\": [\n        {\n            \"word\": \"agbùlùgada\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"molar teeth; part of the jaw where they are situated\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"agbụsì\": [\n        {\n            \"word\": \"agbụsì\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see agbịsì\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-bu agha\": [\n        {\n            \"word\": \"-bu agha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fight\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"agha\",\n                \"-bu\"\n            ]\n        }\n    ],\n    \"-busò agha\": [\n        {\n            \"word\": \"-busò agha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fight or war against; carry war against\",\n                \"war against\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ànyị nà-àchọ ibūsò fa agha\",\n                    \"english\": \"We are going to carry war against them\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"agha\",\n                \"-bu\"\n            ]\n        }\n    ],\n    \"-dọ n’agha\": [\n        {\n            \"word\": \"-dọ n’agha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take prisoner in war\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"agha\",\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"ọdịdọ n’agha\": [\n        {\n            \"word\": \"ọdịdọ n’agha\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"captivity; state of being a prisoner of war\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"agha\"\n            ]\n        }\n    ],\n    \"ife aghā\": [\n        {\n            \"word\": \"ife aghā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"weapon\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ife ayā\"\n            ],\n            \"stems\": [\n                \"agha\",\n                \"ife\"\n            ]\n        }\n    ],\n    \"-je agha\": [\n        {\n            \"word\": \"-je agha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go to war; be recruited into army\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"agha\",\n                \"-je\"\n            ]\n        }\n    ],\n    \"ndi aghā\": [\n        {\n            \"word\": \"ndi aghā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"soldiers; warriors\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"agha\"\n            ]\n        }\n    ],\n    \"-nù agha\": [\n        {\n            \"word\": \"-nù agha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fight a war; war\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"agha\",\n                \"-nù\"\n            ]\n        }\n    ],\n    \"-nụsò agha\": [\n        {\n            \"word\": \"-nụsò agha\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fight or war against\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"agha\"\n            ]\n        }\n    ],\n    \"òchì agha\": [\n        {\n            \"word\": \"òchì agha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"military officer, leader; commanding officer\",\n                \"male name\",\n                \"military officer; commanding officer; military leader\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"agha\",\n                \"-chị\"\n            ]\n        }\n    ],\n    \"agha\": [\n        {\n            \"word\": \"agha\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"war\",\n                \"used in agha ōghụgha changing of state of things for worse\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"aya\"\n            ],\n            \"stems\": []\n        }\n    ],\n    \"-gba àghalā\": [\n        {\n            \"word\": \"-gba àghalā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"riot; be disorderly; be rascally\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àghalā\",\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-kpọ àghalā\": [\n        {\n            \"word\": \"-kpọ àghalā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cause confusion, riot, tumult\",\n                \"be in an uproar Àda āna-àkpọka aghalā Ada is very fond of causing an uproar, or creating a disturbance\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"àyalā\"\n            ],\n            \"stems\": [\n                \"àghalā\",\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"onye āghala\": [\n        {\n            \"word\": \"onye āghala\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"lawless person\",\n                \"wild person; careless person\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"āyala\"\n            ],\n            \"stems\": [\n                \"àghalā\",\n                \"onye\"\n            ]\n        }\n    ],\n    \"àghalā\": [\n        {\n            \"word\": \"àghalā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"lawlessness; confusion\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọjì nà-àbịa ebe à ịkpā àghalā\",\n                    \"english\": \"Ọjị is coming here to cause confusion\"\n                }\n            ],\n            \"variations\": [\n                \"àyalā\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"-ghò aghùghò\": [\n        {\n            \"word\": \"-ghò aghùghò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be tricky, cunning, fond of setting persons against one another (such activity usually being done underground); carry on double-dealing\",\n                \"be cunning; deceive; work deceit; play trick; trick\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Èmeka āna aghòka aghùghò\",\n                    \"english\": \"Emeka is very fond of double-dealing\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"aghùghò\",\n                \"-ghò\"\n            ]\n        }\n    ],\n    \"-pù ala aghùghò\": [\n        {\n            \"word\": \"-pù ala aghùghò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pretend to be mad (in order to cheat or trick)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aghùghò\",\n                \"ala\",\n                \"-pù\"\n            ]\n        }\n    ],\n    \"aghùghò\": [\n        {\n            \"word\": \"aghùghò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"guile; deceitfulness; cunning; double-dealing\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"awùwò\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"(agwa) -ma\": [\n        {\n            \"word\": \"(agwa) -ma\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"miss\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Agwa enyì m nwokē nō n’Òbòdò Oyìbo nà-àma m#\",\n                    \"english\": \"I miss my friend who is in England (i.e. I feel his absence)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"agwa\",\n                \"-ma\"\n            ]\n        }\n    ],\n    \"agwa\": [\n        {\n            \"word\": \"agwa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"homesickness; nostalgia\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"agwaā\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"àgwà ọcha\": [\n        {\n            \"word\": \"àgwà ọcha\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cowpea (Vigna unguiculata Walp.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àgwà\"\n            ]\n        }\n    ],\n    \"ịfùlịfū àgwà\": [\n        {\n            \"word\": \"ịfùlịfū àgwà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pod of beans\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àgwà\"\n            ]\n        }\n    ],\n    \"-tù àgwà\": [\n        {\n            \"word\": \"-tù àgwà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be spotted, variegated in colour\",\n                \"be variegated in colour, mottled, striped, spotted\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Akwụkwọ ǹkaà tùlù àgwà ọcha nà èdò\",\n                    \"english\": \"This leaf is coloured white and yellow\"\n                },\n                {\n                    \"igbo\": \"Nkịtā m^tùlù àgwà kà agū\",\n                    \"english\": \"My dog is spotted like a leopard\"\n                },\n                {\n                    \"igbo\": \"Nkịtā m^tùlù àgwà kà agū\",\n                    \"english\": \"My dog is spotted like a leopard\"\n                },\n                {\n                    \"igbo\": \"Èbùnu à tùlù àgwà òji nà òcha\",\n                    \"english\": \"This ram is spotted black and white\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"àgwà\",\n                \"-tù\"\n            ]\n        }\n    ],\n    \"àgwà ochīè\": [\n        {\n            \"word\": \"àgwà ochīè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"old custom\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àgwà\",\n                \"oche\"\n            ]\n        }\n    ],\n    \"-kpa àgwà\": [\n        {\n            \"word\": \"-kpa àgwà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"behave (usually badly)\",\n                \"behave (usually in a bad sense)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àgwà\",\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"-kpa àgwà ọjọō\": [\n        {\n            \"word\": \"-kpa àgwà ọjọō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"behave badly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àgwà\"\n            ]\n        }\n    ],\n    \"àgwà\": [\n        {\n            \"word\": \"àgwà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"beans; Lima bean (Phaseolus lunatus Linn.)\",\n                \"colour\",\n                \"manners; behaviour\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àgwà ya adīsịrọ mmā\",\n                    \"english\": \"His manners leave something to be desired\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"agwọ\": [\n        {\n            \"word\": \"agwọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"snake (generic)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"agwò\": [\n        {\n            \"word\": \"agwò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"raffia\",\n                \"raffia dancing-skirt used by masquerades\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"(Agwù) -kpa\": [\n        {\n            \"word\": \"(Agwù) -kpa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be possessed by Agwụ; be mildly eccentric or mentally deranged\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Agwù nà-àkpa Okaàfò; ònyê mà mà ò mego ife anarō ème ēme?\",\n                    \"english\": \"Okaafọ is disturbed in his mind; who knows if he has committed an abomination?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"Agwù\"\n            ]\n        }\n    ],\n    \"-lu Agwù\": [\n        {\n            \"word\": \"-lu Agwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"perform the preliminary sacrifice before being initiated into Agwù\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"Agwù\"\n            ]\n        }\n    ],\n    \"nne Agwù\": [\n        {\n            \"word\": \"nne Agwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"figure to the right of Agwù\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"Agwù\"\n            ]\n        }\n    ],\n    \"nwa Agwù\": [\n        {\n            \"word\": \"nwa Agwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"figure to the left of Agwù\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"Agwù\"\n            ]\n        }\n    ],\n    \"ùdènè Agwù\": [\n        {\n            \"word\": \"ùdènè Agwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"vulture associated with Agwù, an image of which is made\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"Agwù\"\n            ]\n        }\n    ],\n    \"Agwù\": [\n        {\n            \"word\": \"Agwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"an alūsị, or class of alūsị, of ambivalent character, the spirit of afa divination. Agwụ possesses those who are called to serve as ndị dibìà, the signs of a vocation being absent- mindedness, disorientation, and the like\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ndị nā-eme Agwù kà Agwù nà-àkpa\",\n                    \"english\": \"It is those who minister to Agwụ that Agwụ possesses\"\n                }\n            ],\n            \"variations\": [\n                \"Agù\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"àhaà!\": [\n        {\n            \"word\": \"àhaà!\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"aha! (surprise)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Ajaànà\": [\n        {\n            \"word\": \"Ajaànà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"see Ànì\",\n                \"aspect of the earth related to death rites\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ajā\",\n                \"ànì\"\n            ]\n        }\n    ],\n    \"aja idèì\": [\n        {\n            \"word\": \"aja idèì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"heap of sand collected by flood after rainfall\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ajā\",\n                \"idèì\"\n            ]\n        }\n    ],\n    \"aja ngwe\": [\n        {\n            \"word\": \"aja ngwe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wall\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ajā\"\n            ]\n        }\n    ],\n    \"aja ōdido\": [\n        {\n            \"word\": \"aja ōdido\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wall\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ajā\",\n                \"-do\"\n            ]\n        }\n    ],\n    \"aja ubòm\": [\n        {\n            \"word\": \"aja ubòm\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"white sand from river, used in building\",\n                \"the old boundary market, held in the dry season on the sandbar in the middle of the Niger opposite Onitsha\",\n                \"male name\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ajā\",\n                \"ubòm\"\n            ]\n        }\n    ],\n    \"aja ūke\": [\n        {\n            \"word\": \"aja ūke\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"red soil\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ajā\"\n            ]\n        }\n    ],\n    \"aja ụpà\": [\n        {\n            \"word\": \"aja ụpà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"red clay used for building in upland areas (compare ụlō)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ajā\"\n            ]\n        }\n    ],\n    \"-do ajā\": [\n        {\n            \"word\": \"-do ajā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"build a wall\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ajā\",\n                \"-do\"\n            ]\n        }\n    ],\n    \"-gbu aja ụnò\": [\n        {\n            \"word\": \"-gbu aja ụnò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"build walls of mud building\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ajā\",\n                \"-gbu\",\n                \"ụnò\"\n            ]\n        }\n    ],\n    \"nwa ezè alā aja\": [\n        {\n            \"word\": \"nwa ezè alā aja\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"instep of foot (literally the king’s baby never licks the sand)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ajā\"\n            ]\n        }\n    ],\n    \"-te ajā\": [\n        {\n            \"word\": \"-te ajā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rub, smoothe, wet wall; paint wall\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ajā\",\n                \"-te\"\n            ]\n        }\n    ],\n    \"-tibo ajā\": [\n        {\n            \"word\": \"-tibo ajā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"break piece of wall of with blow; remove part of wall with blow\",\n                \"remove part of wall with blow\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Akwụ e gbūlu n’àzụ ụnò n’ùtụtū à tìbòlù aja āzụ ụnò\",\n                    \"english\": \"The palm-fruit that was cut at the back of the house this morning broke off part of the wall at the back of the compound\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ajā\",\n                \"-ti\"\n            ]\n        }\n    ],\n    \"ùwà aja āja\": [\n        {\n            \"word\": \"ùwà aja āja\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"troublesome world; world of trials and tribulations (literally world of sands; any food or beautiful thing, once sand is spilt into it, is fouled)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ajā\",\n                \"ùwà\"\n            ]\n        }\n    ],\n    \"ajā\": [\n        {\n            \"word\": \"ajā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"earth; trodden clay; building mud; sand\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ajà\": [\n        {\n            \"word\": \"ajà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cymbal\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àkàloògòlì\": [\n        {\n            \"word\": \"àkàloògòlì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"spirits of the dead of worthless people (see mmụō)\",\n                \"unambititious, easy-going, prodigal person\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ndị àkàloògòlì jì yà aka\",\n                    \"english\": \"He is possessed by the spirits of worthless people\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-chụ àjà\": [\n        {\n            \"word\": \"-chụ àjà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"offer joyless sacrifice to drive out evil spirits\",\n                \"offer joyless sacrifice to evil spirits (sometimes connected with 1., as the sacrifice is to drive out the spirits)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àjà\",\n                \"-chụ\"\n            ]\n        }\n    ],\n    \"-do àjà\": [\n        {\n            \"word\": \"-do àjà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"deposit joyless sacrifice\",\n                \"place object(s) of sacrifice in a place\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àjà\",\n                \"-do\"\n            ]\n        }\n    ],\n    \"ụgbọ àjà\": [\n        {\n            \"word\": \"ụgbọ àjà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"roughly-woven basket containing joyless sacrifice\",\n                \"basket containing offering to deity or sacrifice on a forked stick\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àjà\",\n                \"ụgbọ\"\n            ]\n        }\n    ],\n    \"nkōlọ àjà\": [\n        {\n            \"word\": \"nkōlọ àjà\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"smaller sized àjà\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àjà\"\n            ]\n        }\n    ],\n    \"àjà\": [\n        {\n            \"word\": \"àjà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sacrifice, particularly the joyless sacrifice offered to pacify or drive out evil spirits\",\n                \"Nile Perch, the largest fish in the area (Lates niloticus)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"àjàdù nwaànyì\": [\n        {\n            \"word\": \"àjàdù nwaànyì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"widow\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àjàdù\",\n                \"nwaāmili\"\n            ]\n        }\n    ],\n    \"àjàdu nwokè\": [\n        {\n            \"word\": \"àjàdu nwokè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"widower\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àjàdù\"\n            ]\n        }\n    ],\n    \"àjàdu nwokē\": [\n        {\n            \"word\": \"àjàdu nwokē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àjàdù\"\n            ]\n        }\n    ],\n    \"àjàdù\": [\n        {\n            \"word\": \"àjàdù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"widower; widow\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kpàcha ajị\": [\n        {\n            \"word\": \"-kpàcha ajị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"crop, shave, cut hair\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ajị\",\n                \"-kpà\"\n            ]\n        }\n    ],\n    \"-kpàcha ajị anū\": [\n        {\n            \"word\": \"-kpàcha ajị anū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"crop, cut hair of animal\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ajị\"\n            ]\n        }\n    ],\n    \"ajị iyī\": [\n        {\n            \"word\": \"ajị iyī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"crocodile\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ajị\"\n            ]\n        }\n    ],\n    \"ajị\": [\n        {\n            \"word\": \"ajị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hair of humans or animals (excluding hair of head and eyelashes, which are known as ntùtù (isī) and ntùtù anyā respectively)\",\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ajì enyī\": [\n        {\n            \"word\": \"ajì enyī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"severe dysmenorrhoea (painful menstruation) which occurs mostly in young women; in severe cases leaves the patient prostrate, and can be disabling\",\n                \"severe dysmenorrhoea (see ajì)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ajì\",\n                \"enyi\"\n            ]\n        }\n    ],\n    \"ajì\": [\n        {\n            \"word\": \"ajì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(also akwà ajì) a kind of native woven cloth, rough, coarse and thick\",\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ajiī\": [\n        {\n            \"word\": \"ajiī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"shortened form of ajị iyī crocodile\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gba ajịlịja\": [\n        {\n            \"word\": \"-gba ajịlịja\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"perspire\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ajịlịja\",\n                \"-gba\"\n            ]\n        }\n    ],\n    \"ajịlịja\": [\n        {\n            \"word\": \"ajịlịja\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sweat; perspiration\",\n                \"smooth pebble\",\n                \"(fig.) strong and wiry\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ bù ajịlịja mmadù/Ọ dì ajịlịja n’anya\",\n                    \"english\": \"He is strong and wiry\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ajō arụ\": [\n        {\n            \"word\": \"ajō arụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bad luck\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ajō\"\n            ]\n        }\n    ],\n    \"ajō ife\": [\n        {\n            \"word\": \"ajō ife\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"crime, including abomination and defilement\",\n                \"abomination; defilement\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ajō\",\n                \"ife\"\n            ]\n        }\n    ],\n    \"ajō isi\": [\n        {\n            \"word\": \"ajō isi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"back luck\",\n                \"ill luck\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ajō\",\n                \"isi\"\n            ]\n        }\n    ],\n    \"ajō mmụō\": [\n        {\n            \"word\": \"ajō mmụō\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bad spirit\",\n                \"bad dead spirit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ajō\",\n                \"mmụō\"\n            ]\n        }\n    ],\n    \"ajō oyi\": [\n        {\n            \"word\": \"ajō oyi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rheumatism\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ajō\",\n                \"oyī\"\n            ]\n        }\n    ],\n    \"ajō ọfịa\": [\n        {\n            \"word\": \"ajō ọfịa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"see under ọfịa\",\n                \"a piece of land dedicated to a god\",\n                \"a piece of land where people who die of serious diseases (e.g. smallpox, leprosy) or whose death is mysterious, are buried (literally bad forest)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ajō\",\n                \"ọfịa\"\n            ]\n        }\n    ],\n    \"ajō ọlụ\": [\n        {\n            \"word\": \"ajō ọlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"very, exceedingly, hard\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ajō\"\n            ]\n        }\n    ],\n    \"Ọ dì ajō ọlụ\": [\n        {\n            \"word\": \"Ọ dì ajō ọlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"It is very hard\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ajō\"\n            ]\n        }\n    ],\n    \"ajō ọnòdù\": [\n        {\n            \"word\": \"ajō ọnòdù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bad position or condition\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ajō\"\n            ]\n        }\n    ],\n    \"ajō ọnụ\": [\n        {\n            \"word\": \"ajō ọnụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bad speech; foul-mouthedness\",\n                \"rudeness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ajō\",\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"ajō ọyà\": [\n        {\n            \"word\": \"ajō ọyà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"malignant disease\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ajō\",\n                \"ọyà\"\n            ]\n        }\n    ],\n    \"ajō mmadù\": [\n        {\n            \"word\": \"ajō mmadù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wicked person\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ànyị àmalụgo nà Òbìàgèli abūrọ ajō mmadù\",\n                    \"english\": \"We know that Ọbịageli is not a wicked person\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ajō\"\n            ]\n        }\n    ],\n    \"ajō uchè\": [\n        {\n            \"word\": \"ajō uchè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bad plan\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ajō\",\n                \"uchè\"\n            ]\n        }\n    ],\n    \"-lụ ajọ ōlụ\": [\n        {\n            \"word\": \"-lụ ajọ ōlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"do work badly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ajō\"\n            ]\n        }\n    ],\n    \"ajō\": [\n        {\n            \"word\": \"ajō\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bad\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ajụ ụtabà\": [\n        {\n            \"word\": \"ajụ ụtabà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"roll of tobacco\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ajụ\"\n            ]\n        }\n    ],\n    \"ajụ\": [\n        {\n            \"word\": \"ajụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"headpad\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"(ajù) -bu\": [\n        {\n            \"word\": \"(ajù) -bu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be dizzy\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ajù\"\n            ]\n        }\n    ],\n    \"Ajù nà-èbu m#\": [\n        {\n            \"word\": \"Ajù nà-èbu m#\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"I am dizzy\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ajù\"\n            ]\n        }\n    ],\n    \"-bu ajù\": [\n        {\n            \"word\": \"-bu ajù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cause dizziness\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọgwù m ŋūlụ n’ùtụtū à nà-èbu m#ajù\",\n                    \"english\": \"The medicine I drank this morning is making me dizzy\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ajù\",\n                \"-bu\"\n            ]\n        }\n    ],\n    \"-chụ ajù\": [\n        {\n            \"word\": \"-chụ ajù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be giddy; feel giddy\",\n                \"be, feel giddy\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ajù\",\n                \"-chụ\"\n            ]\n        }\n    ],\n    \"ajù\": [\n        {\n            \"word\": \"ajù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dizziness\",\n                \"tall coarse grass used for thatching\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-jụ ajùjụ\": [\n        {\n            \"word\": \"-jụ ajùjụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"ask a question\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ajùjụ\",\n                \"-jụ\"\n            ]\n        }\n    ],\n    \"ajùjụ\": [\n        {\n            \"word\": \"ajùjụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"a question\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-jụ\"\n            ]\n        }\n    ],\n    \"aka āzụ\": [\n        {\n            \"word\": \"aka āzụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bribery (literally back-hand)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-àchọ ilī aka āzụ\",\n                    \"english\": \"He wants to take a bribe\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\"\n            ]\n        }\n    ],\n    \"aka ebē\": [\n        {\n            \"word\": \"aka ebē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"witness; surety\",\n                \"pledge\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ bù onye aka ebē m\",\n                    \"english\": \"He is my witness\"\n                },\n                {\n                    \"igbo\": \"Kà ife à nòdụ n’aka ebē\",\n                    \"english\": \"Let this (thing) stand as a pledge\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\"\n            ]\n        }\n    ],\n    \"aka èkpè\": [\n        {\n            \"word\": \"aka èkpè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"left hand\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"èkpè\"\n            ]\n        }\n    ],\n    \"aka ezē\": [\n        {\n            \"word\": \"aka ezē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"toothache\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"ezē\"\n            ]\n        }\n    ],\n    \"aka ikē\": [\n        {\n            \"word\": \"aka ikē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stinginess\",\n                \"rigid discipline\",\n                \"force; violence\",\n                \"rigid discipline\",\n                \"stinginess\",\n                \"force; violence enforces rigid discipline in his town\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ezè afù jì aka ikē wèlu àchị ndi òbòdò ya\",\n                    \"english\": \"The chief enforces rigid discipline in his town\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"ike\"\n            ]\n        }\n    ],\n    \"aka ikeǹgà\": [\n        {\n            \"word\": \"aka ikeǹgà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"right hand\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\"\n            ]\n        }\n    ],\n    \"aka izizē\": [\n        {\n            \"word\": \"aka izizē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"shaky hand>> (e.g. some people cannot bear to inflict injury on other even in treatment, as in incision of abscess, injection, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\"\n            ]\n        }\n    ],\n    \"(aka) -ka āka\": [\n        {\n            \"word\": \"(aka) -ka āka\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be stronger than (literally hand to be greater than hand)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\"\n            ]\n        }\n    ],\n    \"Aka m`kà aka yā\": [\n        {\n            \"word\": \"Aka m`kà aka yā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"I am stronger than he\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\"\n            ]\n        }\n    ],\n    \"akâ mèlù\": [\n        {\n            \"word\": \"akâ mèlù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"illicit gin (literally made by hand)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-me\"\n            ]\n        }\n    ],\n    \"aka mkpà\": [\n        {\n            \"word\": \"aka mkpà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"one’s very own\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\"\n            ]\n        }\n    ],\n    \"aka nchịchā\": [\n        {\n            \"word\": \"aka nchịchā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hand with white patches (due to depigmentation)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\"\n            ]\n        }\n    ],\n    \"aka ngwe\": [\n        {\n            \"word\": \"aka ngwe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stone or wooden pestle for pepper, egusi, herbs, etc.\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\"\n            ]\n        }\n    ],\n    \"aka ǹkà\": [\n        {\n            \"word\": \"aka ǹkà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"artistically inclined, talented\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\"\n            ]\n        }\n    ],\n    \"aka nkō\": [\n        {\n            \"word\": \"aka nkō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"handy; quick-handed\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"nkọ\"\n            ]\n        }\n    ],\n    \"aka nlō\": [\n        {\n            \"word\": \"aka nlō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"gentleness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\"\n            ]\n        }\n    ],\n    \"aka nnī\": [\n        {\n            \"word\": \"aka nnī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"right hand\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"nni\"\n            ]\n        }\n    ],\n    \"aka ntadide\": [\n        {\n            \"word\": \"aka ntadide\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stinginess\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-ta\"\n            ]\n        }\n    ],\n    \"aka ntụtù\": [\n        {\n            \"word\": \"aka ntụtù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pilfering; light fingers\",\n                \"pilfering; having light fingers\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ bù onye aka ntụtù\",\n                    \"english\": \"He is light-fingered\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-tù-tù\"\n            ]\n        }\n    ],\n    \"aka odō\": [\n        {\n            \"word\": \"aka odō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wooden pestle for yam pounding\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"odō\"\n            ]\n        }\n    ],\n    \"aka ōkwute\": [\n        {\n            \"word\": \"aka ōkwute\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stone for grinding corn\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\"\n            ]\n        }\n    ],\n    \"akàlà akā\": [\n        {\n            \"word\": \"akàlà akā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"lines on the hand; destiny\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"akàlà\"\n            ]\n        }\n    ],\n    \"akpù akā\": [\n        {\n            \"word\": \"akpù akā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"biceps\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"akpù\"\n            ]\n        }\n    ],\n    \"amà akā\": [\n        {\n            \"word\": \"amà akā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"span (of thumb and forefinger)\",\n                \"span\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"amà\"\n            ]\n        }\n    ],\n    \"ànì ogwē akā\": [\n        {\n            \"word\": \"ànì ogwē akā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"forearm\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"ànì\"\n            ]\n        }\n    ],\n    \"àzụ akā\": [\n        {\n            \"word\": \"àzụ akā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(fig.) hypocrisy (literally back of hand)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-èzi ānyị àzụ akā\",\n                    \"english\": \"He is being hypocritical with us. (literally He is showing us the back of the hand)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\"\n            ]\n        }\n    ],\n    \"-bìkwàsị aka\": [\n        {\n            \"word\": \"-bìkwàsị aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lay hands upon\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-bì\"\n            ]\n        }\n    ],\n    \"-bìkwàsị aka n’isi\": [\n        {\n            \"word\": \"-bìkwàsị aka n’isi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"confirm (in church confirmation)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-bì\",\n                \"isi\"\n            ]\n        }\n    ],\n    \"-bìtụ aka\": [\n        {\n            \"word\": \"-bìtụ aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take hold of; grasp; press with hand lightly (e.g. as when feeling the temperature of a person with hand)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-bì\"\n            ]\n        }\n    ],\n    \"-chịni aka\": [\n        {\n            \"word\": \"-chịni aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lift up hands\",\n                \"take the hands off; desist from\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-chị\"\n            ]\n        }\n    ],\n    \"-chịnita aka\": [\n        {\n            \"word\": \"-chịnita aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hold up the hands\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-chị\"\n            ]\n        }\n    ],\n    \"-dà aka\": [\n        {\n            \"word\": \"-dà aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lay hands on\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dị n’aka\": [\n        {\n            \"word\": \"-dị n’aka\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"be responsible\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-dị\"\n            ]\n        }\n    ],\n    \"-du aka\": [\n        {\n            \"word\": \"-du aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"help\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-du\"\n            ]\n        }\n    ],\n    \"-dụ aka\": [\n        {\n            \"word\": \"-dụ aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"poke\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-dụ\"\n            ]\n        }\n    ],\n    \"èfelì akā\": [\n        {\n            \"word\": \"èfelì akā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"withered hand\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\"\n            ]\n        }\n    ],\n    \"-fe aka\": [\n        {\n            \"word\": \"-fe aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"beckon\",\n                \"wave hand\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O fèèlù m aka\",\n                    \"english\": \"He waved to me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-fe\"\n            ]\n        }\n    ],\n    \"-gado aka\": [\n        {\n            \"word\": \"-gado aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hold someone responsible\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ gàdò m aka\",\n                    \"english\": \"He held me responsible\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-ga\"\n            ]\n        }\n    ],\n    \"-gịgàdo aka\": [\n        {\n            \"word\": \"-gịgàdo aka\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"catch hold of lightly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\"\n            ]\n        }\n    ],\n    \"-gba aka\": [\n        {\n            \"word\": \"-gba aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"snap fingers to show interest\",\n                \"be empty-handed empty-handed\",\n                \"snap fingers to show interest (v) kick\",\n                \"be empty-handed; go without\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Agà m àgba akā je be ezè\",\n                    \"english\": \"I shall go to the King’s house\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gba aka nwā\": [\n        {\n            \"word\": \"-gba aka nwā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be childless\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"-gba aka ōkpọrọ\": [\n        {\n            \"word\": \"-gba aka ōkpọrọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be empty-handed\",\n                \"be empty-handed (compare aka nkịtị)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Gịnī kpàtàlù nà ị gbà aka ōkpọrọ bịa ebe à?\",\n                    \"english\": \"Why do you come here empty-handed?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-gba\",\n                \"òkpọrọ\"\n            ]\n        }\n    ],\n    \"-gba aka ọlū\": [\n        {\n            \"word\": \"-gba aka ọlū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be unemployed\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-gba\",\n                \"ọlụ\"\n            ]\n        }\n    ],\n    \"ikili akā\": [\n        {\n            \"word\": \"ikili akā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"elbow\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\"\n            ]\n        }\n    ],\n    \"iru akā\": [\n        {\n            \"word\": \"iru akā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"forearm\",\n                \"fore-arm\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"iru\"\n            ]\n        }\n    ],\n    \"isi akā\": [\n        {\n            \"word\": \"isi akā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"thumb\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"isi\"\n            ]\n        }\n    ],\n    \"-jì aka\": [\n        {\n            \"word\": \"-jì aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be sure; hope\",\n                \"expect; hope; be confident\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ì jì aka nà Nwaàmàlùbịa gà-àbịa taà? Ee, ejì m aka nà ọ gà-àbịa taà\",\n                    \"english\": \"Are you sure Nwaamalụbịa will come today? Yes, I am sure she will come today\"\n                },\n                {\n                    \"igbo\": \"Ejì m aka nà Chukwu gà-ènyelụ ānyị aka\",\n                    \"english\": \"I am hopeful that God will help us\"\n                },\n                {\n                    \"igbo\": \"Ejì m aka nà ị gà-àbịa\",\n                    \"english\": \"I hope you will come\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-jì\"\n            ]\n        }\n    ],\n    \"-jikò aka\": [\n        {\n            \"word\": \"-jikò aka\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"join hands in doing something, especially in marriage\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\"\n            ]\n        }\n    ],\n    \"-jipù aka\": [\n        {\n            \"word\": \"-jipù aka\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be disappointed\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\"\n            ]\n        }\n    ],\n    \"-ju aka\": [\n        {\n            \"word\": \"-ju aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be plentiful\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-ju\"\n            ]\n        }\n    ],\n    \"-kù n’aka\": [\n        {\n            \"word\": \"-kù n’aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"nurse; hold in the arms\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-kù-\"\n            ]\n        }\n    ],\n    \"-kụ aka\": [\n        {\n            \"word\": \"-kụ aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"clap hands\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-kụ\"\n            ]\n        }\n    ],\n    \"-kụpù aka\": [\n        {\n            \"word\": \"-kụpù aka\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fail; give up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\"\n            ]\n        }\n    ],\n    \"-kpukpù aka\": [\n        {\n            \"word\": \"-kpukpù aka\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"motion with hands for silence\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\"\n            ]\n        }\n    ],\n    \"-kwà aka\": [\n        {\n            \"word\": \"-kwà aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"push; urge; drive\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-kwà\"\n            ]\n        }\n    ],\n    \"-kwe n’aka\": [\n        {\n            \"word\": \"-kwe n’aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shake hands\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-kwe\"\n            ]\n        }\n    ],\n    \"-kwedo aka\": [\n        {\n            \"word\": \"-kwedo aka\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"lay hold of\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\"\n            ]\n        }\n    ],\n    \"-kwọ aka\": [\n        {\n            \"word\": \"-kwọ aka\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wash the hands\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-kwọ\"\n            ]\n        }\n    ],\n    \"-kwukwù aka\": [\n        {\n            \"word\": \"-kwukwù aka\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"clench, close the hand\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\"\n            ]\n        }\n    ],\n    \"nkwukwù akā\": [\n        {\n            \"word\": \"nkwukwù akā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fist\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-kwù-kwù\"\n            ]\n        }\n    ],\n    \"-kwụkọ aka\": [\n        {\n            \"word\": \"-kwụkọ aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rub the hands together in supplication\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-kwu-do\"\n            ]\n        }\n    ],\n    \"-lu aka\": [\n        {\n            \"word\": \"-lu aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"receive; reach\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-lu\"\n            ]\n        }\n    ],\n    \"-malụ aka\": [\n        {\n            \"word\": \"-malụ aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be friendly; be familiar with\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-ma\"\n            ]\n        }\n    ],\n    \"mbè aka nnī\": [\n        {\n            \"word\": \"mbè aka nnī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"handful of food (e.g. fufu)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-bè\"\n            ]\n        }\n    ],\n    \"-me aka ntụtù\": [\n        {\n            \"word\": \"-me aka ntụtù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be fond of pilfering, picking and stealing\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Mụ nà onye nā-eme aka ntụtù adī ayì\",\n                    \"english\": \"I never walk in company of a person who is fond of picking and stealing\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-me\",\n                \"-tù-tù\"\n            ]\n        }\n    ],\n    \"-metụ aka\": [\n        {\n            \"word\": \"-metụ aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"touch lightly\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O mètù m~aka\",\n                    \"english\": \"He touched me (with the hand)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-me\"\n            ]\n        }\n    ],\n    \"mgbà akā\": [\n        {\n            \"word\": \"mgbà akā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"ring\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"mgba akā\",\n                \"mgba\"\n            ],\n            \"stems\": [\n                \"aka\",\n                \"-gbà\"\n            ]\n        }\n    ],\n    \"mkpà akā\": [\n        {\n            \"word\": \"mkpà akā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"biceps\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\"\n            ]\n        }\n    ],\n    \"mkpà n’aka\": [\n        {\n            \"word\": \"mkpà n’aka\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"walking-stick; staff\",\n                \"walking stick; staff (literally what is held in hand)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"mkpà\"\n            ]\n        }\n    ],\n    \"mkpịsị akā\": [\n        {\n            \"word\": \"mkpịsị akā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"finger\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"mkpịsī\"\n            ]\n        }\n    ],\n    \"ǹju āka\": [\n        {\n            \"word\": \"ǹju āka\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"handful\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Tìnye nnu nju akā naàbò n’ime ofe afù\",\n                    \"english\": \"Put two handfuls of salt into that soup\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"ǹju\"\n            ]\n        }\n    ],\n    \"ǹkù akā\": [\n        {\n            \"word\": \"ǹkù akā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"elbow\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"ǹkù\"\n            ]\n        }\n    ],\n    \"-nu aka\": [\n        {\n            \"word\": \"-nu aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"push\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-nu\"\n            ]\n        }\n    ],\n    \"-nye aka\": [\n        {\n            \"word\": \"-nye aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"help; assist; give a helping hand\",\n                \"help; assist; aid (literally give a hand to) Bikō nyè akā Please help Nyèlụ m  aka Help me\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-nye\"\n            ]\n        }\n    ],\n    \"nnweju akā\": [\n        {\n            \"word\": \"nnweju akā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sufficiency; enough\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\"\n            ]\n        }\n    ],\n    \"ọbù akā\": [\n        {\n            \"word\": \"ọbù akā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"palm of hand\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"ọbù  ọbò\"\n            ]\n        }\n    ],\n    \"òchịchị aka ikē\": [\n        {\n            \"word\": \"òchịchị aka ikē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tyranny\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"ike\"\n            ]\n        }\n    ],\n    \"ọdù akā\": [\n        {\n            \"word\": \"ọdù akā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"little finger\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"ọdù \"\n            ]\n        }\n    ],\n    \"ọgwè akā\": [\n        {\n            \"word\": \"ọgwè akā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"arm\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\"\n            ]\n        }\n    ],\n    \"ọgwù akā\": [\n        {\n            \"word\": \"ọgwù akā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"whitlow (on the finger or hand)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"ọgwù\"\n            ]\n        }\n    ],\n    \"òtùtù akā\": [\n        {\n            \"word\": \"òtùtù akā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"arm’s length\",\n                \"arm's length\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ife ofu onyē kètàlù n’ànì e kèlù ǹnyàafù bù òfu òtùtù akā\",\n                    \"english\": \"What each person got out of the land which was shared yesterday is one arm's length\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-tù\"\n            ]\n        }\n    ],\n    \"-sà aka\": [\n        {\n            \"word\": \"-sà aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"open the hand\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Sàa akā gị\",\n                    \"english\": \"Open your hand(s)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-sà\"\n            ]\n        }\n    ],\n    \"-ti aka\": [\n        {\n            \"word\": \"-ti aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"strike, beat, with hand\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-ti\"\n            ]\n        }\n    ],\n    \"-tinye aka na nni\": [\n        {\n            \"word\": \"-tinye aka na nni\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dine; have meal; dine with (used as an invitation to a friend present during a meal)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bikō tìnyelu ānyị aka na nni\",\n                    \"english\": \"Please eat with us\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"nni\",\n                \"-ti-\"\n            ]\n        }\n    ],\n    \"-tị aka\": [\n        {\n            \"word\": \"-tị aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stretch hands, fingers; crack the knuckles\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-tị\"\n            ]\n        }\n    ],\n    \"-tụkpò aka\": [\n        {\n            \"word\": \"-tụkpò aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"clasp\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụtù aka (ntụtù)\": [\n        {\n            \"word\": \"-tụtù aka (ntụtù)\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pilfer; pick and steal\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\"\n            ]\n        }\n    ],\n    \"ụmù akā\": [\n        {\n            \"word\": \"ụmù akā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(young) children; babes in arms\",\n                \"(young) children\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"ụmù\"\n            ]\n        }\n    ],\n    \"-wèni aka\": [\n        {\n            \"word\": \"-wèni aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take hand from; raise hand; abandon; leave alone\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Wènie akā gị\",\n                    \"english\": \"Hands off! or, Stop being involved\"\n                },\n                {\n                    \"igbo\": \"Wènie akā gị n’ànì afù\",\n                    \"english\": \"Take your hand off that land or, Have nothing to do with that land any longer or, Abandon the land\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-wè\"\n            ]\n        }\n    ],\n    \"-wèni aka enū\": [\n        {\n            \"word\": \"-wèni aka enū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"raise hand\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"enū\",\n                \"-wè\"\n            ]\n        }\n    ],\n    \"-wèpù aka\": [\n        {\n            \"word\": \"-wèpù aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take hands off (e.g. a matter)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Wepù akā gị\",\n                    \"english\": \"Remove your hand\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-wè\"\n            ]\n        }\n    ],\n    \"-zo aka\": [\n        {\n            \"word\": \"-zo aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"point at; point with the hand\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-zo\"\n            ]\n        }\n    ],\n    \"-bitè aka\": [\n        {\n            \"word\": \"-bitè aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"live far away\",\n                \"live for long\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-bi\"\n            ]\n        }\n    ],\n    \"-butè aka\": [\n        {\n            \"word\": \"-butè aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"carry to a great distance\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-bu\"\n            ]\n        }\n    ],\n    \"-gatè/jetè aka\": [\n        {\n            \"word\": \"-gatè/jetè aka\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"go far away\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\"\n            ]\n        }\n    ],\n    \"-tè aka\": [\n        {\n            \"word\": \"-tè aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be distant, far, afar off; be long (in time), remote\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Isī Port Harcourt je Lagos tèlù nnukwu akā\",\n                    \"english\": \"To travel from Port Harcourt to Lagos is very far\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"aka\",\n                \"-tè\"\n            ]\n        }\n    ],\n    \"aka\": [\n        {\n            \"word\": \"aka\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"arm; hand; foreleg; handle; part; portion\",\n                \"length; distance\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"akà\": [\n        {\n            \"word\": \"akà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kind of bead worn round neck; necklace; bead worn on wrist by renowned men\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àka Ǹrì\": [\n        {\n            \"word\": \"àka Ǹrì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"male palace dwarf associated with Ezē Ǹrì\",\n                \"dwarf associated with Nri people\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ama Ǹrì\",\n                    \"english\": \"the Nri village square, believed by many surrounding groups to be a resting place en route to the land of the dead\"\n                },\n                {\n                    \"igbo\": \"Ezē Ǹrì\",\n                    \"english\": \"the sacred king of Nri\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"àkà\",\n                \"Ǹrì\"\n            ]\n        }\n    ],\n    \"àkǎ à\": [\n        {\n            \"word\": \"àkǎ à\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"last year; old times; days of old\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"àkà afù\"\n            ],\n            \"stems\": [\n                \"àkà\"\n            ]\n        }\n    ],\n    \"àkà\": [\n        {\n            \"word\": \"àkà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dwarf; midget (compare àkàkpò)\",\n                \"year\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"àkà nwa ǹtùgbu\": [\n        {\n            \"word\": \"àkà nwa ǹtùgbu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"insect seen on unscrubbed mud floors\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkà \"\n            ]\n        }\n    ],\n    \"àkà \": [\n        {\n            \"word\": \"àkà \",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"jigger; animal tick\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"òkà\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"akàbò\": [\n        {\n            \"word\": \"akàbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pangolin, whose skin is used for medicine\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-me àkàjè\": [\n        {\n            \"word\": \"-me àkàjè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"humiliate; disgrace\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ bụlụ nà nwokē afù àbịazie ebe à òzọ ànyị gà-ème yā àkàjè\",\n                    \"english\": \"If that man dares come here again we shall humiliate him\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"àkàjè\",\n                \"-me\"\n            ]\n        }\n    ],\n    \"àkàjè\": [\n        {\n            \"word\": \"àkàjè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mockery; humiliation\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-dà àkàkpò\": [\n        {\n            \"word\": \"-dà àkàkpò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be stunted in growth\",\n                \"be stunted (of person)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ dàlù àkàkpò\",\n                    \"english\": \"He is stunted in growth\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"àkàkpò\",\n                \"-dà\"\n            ]\n        }\n    ],\n    \"nwa àkàkpò\": [\n        {\n            \"word\": \"nwa àkàkpò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dwarf; stunted person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkàkpò\",\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"-sù àkàkpò\": [\n        {\n            \"word\": \"-sù àkàkpò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be stunted in growth\",\n                \"be stunted in growth (= -dà àkàkpò)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkàkpò\",\n                \"-sù\"\n            ]\n        }\n    ],\n    \"àkàkpò\": [\n        {\n            \"word\": \"àkàkpò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"person (usually child) of stunted growth; underdeveloped person (usually child or young person); dwarf (compare àkà 1.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kà akàlà\": [\n        {\n            \"word\": \"-kà akàlà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"draw a line\",\n                \"draw a line, mark\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akàlà\",\n                \"-kà\"\n            ]\n        }\n    ],\n    \"akàlà ọkwā\": [\n        {\n            \"word\": \"akàlà ọkwā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"insignia of office\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akàlà\",\n                \"ọkwa\"\n            ]\n        }\n    ],\n    \"akàlà\": [\n        {\n            \"word\": \"akàlà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sign; mark; cut; footprint\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àkàlà\": [\n        {\n            \"word\": \"àkàlà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cake made of beans (derived from Yoruba àkàrà)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"àkàrà\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"-gbe àkàmù\": [\n        {\n            \"word\": \"-gbe àkàmù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mix, prepare liquid pap\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkàmù\"\n            ]\n        }\n    ],\n    \"àkàmù\": [\n        {\n            \"word\": \"àkàmù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"guinea corn gruel; hot pap (? Hausa)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àkanwụ\": [\n        {\n            \"word\": \"àkanwụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"potash (Hausa kanwaa)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-do àkanya\": [\n        {\n            \"word\": \"-do àkanya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"make thatch\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkanya\"\n            ]\n        }\n    ],\n    \"-tụ àkanya\": [\n        {\n            \"word\": \"-tụ àkanya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"build thatch roof; build thatch-roofed house\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkanya\",\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụ ụnō akanya\": [\n        {\n            \"word\": \"-tụ ụnō akanya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"build thatch-roofed house\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkanya\"\n            ]\n        }\n    ],\n    \"àkanya\": [\n        {\n            \"word\": \"àkanya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"thatching mats made of ngwò leaves\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"àkanyị\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"àkàrà\": [\n        {\n            \"word\": \"àkàrà\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see akàlà\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àkàsì\": [\n        {\n            \"word\": \"àkàsì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"common type of cocoyam (compare edè)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àkàtaàkà\": [\n        {\n            \"word\": \"àkàtaàkà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"masquerade with a large head\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àkàtàkpo\": [\n        {\n            \"word\": \"àkàtàkpo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"great person (used as a praise-name\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ bù àkàtàkpo mmadù\",\n                    \"english\": \"He is a great person\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àkèle\": [\n        {\n            \"word\": \"àkèle\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"frog whose cry is a sign of the annual flood of the Niger\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-tụ (unò) akịlịka\": [\n        {\n            \"word\": \"-tụ (unò) akịlịka\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"build grass-roofed house\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akịlịka\"\n            ]\n        }\n    ],\n    \"akịlịka\": [\n        {\n            \"word\": \"akịlịka\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dry grass; grass for thatching; dry palm fronds\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-tù àkịkà\": [\n        {\n            \"word\": \"-tù àkịkà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be spotted\",\n                \"cause (pattern on)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkịkà\",\n                \"-tù\"\n            ]\n        }\n    ],\n    \"àkịkà\": [\n        {\n            \"word\": \"àkịkà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"termite\",\n                \"pattern of spots\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"akịkọ\": [\n        {\n            \"word\": \"akịkọ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see akụkọ\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"akìlịkō\": [\n        {\n            \"word\": \"akìlịkō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"peeling or scraping of roasted yam; food burnt in cooking\",\n                \"dry yam plant (external stem which looks like rope and which when twined into a bundle resembles a sponge, sometimes used for hard scrubbing)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àkọ nà uchè\": [\n        {\n            \"word\": \"àkọ nà uchè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"intelligence; mind\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkọ\",\n                \"uchè\"\n            ]\n        }\n    ],\n    \"-nwe àkọ\": [\n        {\n            \"word\": \"-nwe àkọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be intelligent\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkọ\"\n            ]\n        }\n    ],\n    \"-nwe àkọ nà uchè\": [\n        {\n            \"word\": \"-nwe àkọ nà uchè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be sensible, intelligent\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nwaàmàlùbịa nwèlù nnukwu ākọ nà uchè\",\n                    \"english\": \"Nwaamalụbịa is very intelligent (or sensible)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"àkọ\"\n            ]\n        }\n    ],\n    \"àkọ\": [\n        {\n            \"word\": \"àkọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sense\",\n                \"food prepared from ground maize for feasts\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"àkọlọ\": [\n        {\n            \"word\": \"àkọlọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dry (land)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àkọlō\": [\n        {\n            \"word\": \"àkọlō\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see àkụlō\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"akòm\": [\n        {\n            \"word\": \"akòm\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fever; malaria; jaundice (compare ịbà)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"akùm\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"àkọmọọnū\": [\n        {\n            \"word\": \"àkọmọọnū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"abuse; vituperation\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"akūlu\": [\n        {\n            \"word\": \"akūlu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"plant with tiny thorns which yields strings, used to tie up seed-yams or to make àkwalī B.\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kù àkùpè\": [\n        {\n            \"word\": \"-kù àkùpè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fan\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Fa nà-ekù mmūọ fa àkùpè\",\n                    \"english\": \"They are fanning their masquerade\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"àkùpè\",\n                \"-kù\"\n            ]\n        }\n    ],\n    \"àkùpè\": [\n        {\n            \"word\": \"àkùpè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fan\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"akụ mmili igwē\": [\n        {\n            \"word\": \"akụ mmili igwē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hail\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akụ\",\n                \"mmilī\"\n            ]\n        }\n    ],\n    \"akụ oyìbo\": [\n        {\n            \"word\": \"akụ oyìbo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"coconut\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akụ\"\n            ]\n        }\n    ],\n    \"akụ ùtùtọlō\": [\n        {\n            \"word\": \"akụ ùtùtọlō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kernels of unripe palm fruits (usually white)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akụ\"\n            ]\n        }\n    ],\n    \"ichèlè akū\": [\n        {\n            \"word\": \"ichèlè akū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"shells of palm kernels\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akụ\",\n                \"ichèlè\"\n            ]\n        }\n    ],\n    \"-kpa akụ\": [\n        {\n            \"word\": \"-kpa akụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"search for palm kernels at the farm (usually of children)\",\n                \"B. play a board game like draughts\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akụ\"\n            ]\n        }\n    ],\n    \"mkpa akū\": [\n        {\n            \"word\": \"mkpa akū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the search for kernels\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akụ\"\n            ]\n        }\n    ],\n    \"mkpụlụ akū\": [\n        {\n            \"word\": \"mkpụlụ akū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"palm kernel\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akụ\",\n                \"mkpụlū\"\n            ]\n        }\n    ],\n    \"-ta akụ\": [\n        {\n            \"word\": \"-ta akụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be dried, without juice, as of some fruits and tubers; non- succulent\",\n                \"be dried, without juice, non-succulent (of fruits or tubers)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akụ\",\n                \"-ta\"\n            ]\n        }\n    ],\n    \"ùde akū\": [\n        {\n            \"word\": \"ùde akū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"palm kernel oil\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akụ\",\n                \"ùde\"\n            ]\n        }\n    ],\n    \"-gba akụ\": [\n        {\n            \"word\": \"-gba akụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"grow pubic hair\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akụ\",\n                \"-gba\"\n            ]\n        }\n    ],\n    \"akụ\": [\n        {\n            \"word\": \"akụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"palm kernel\",\n                \"pubic hair\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"àkpa ākụ\": [\n        {\n            \"word\": \"àkpa ākụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"quiver\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkụ\",\n                \"àkpà\"\n            ]\n        }\n    ],\n    \"àkụ\": [\n        {\n            \"word\": \"àkụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"arrow\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-li àkù\": [\n        {\n            \"word\": \"-li àkù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"inherit wealth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkù\",\n                \"-li\"\n            ]\n        }\n    ],\n    \"òli àkù\": [\n        {\n            \"word\": \"òli àkù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"(loved) wife; heir; inheritor\",\n                \"(beloved) wife (literally devourer of wealth)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ndùbụezè nà òliàkù ya nà-àbịa\",\n                    \"english\": \"Ndụbụeze and his wife are coming\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"àkù\",\n                \"-li\",\n                \"òli\"\n            ]\n        }\n    ],\n    \"-kpata àkù\": [\n        {\n            \"word\": \"-kpata àkù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"acquire wealth\",\n                \"amass wealth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkù\",\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"unō àkù\": [\n        {\n            \"word\": \"unō àkù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bank; departmental store; trading post\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkù\"\n            ]\n        }\n    ],\n    \"àkù\": [\n        {\n            \"word\": \"àkù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wealth; riches\",\n                \"winged termite (edible)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-kọ akụkọ\": [\n        {\n            \"word\": \"-kọ akụkọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tell a story; give news\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akụkọ\",\n                \"-kọ\"\n            ]\n        }\n    ],\n    \"akụkọ irò\": [\n        {\n            \"word\": \"akụkọ irò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fable; myth\",\n                \"true narrative; history (as opposed to akụkọ irò)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akụkọ\",\n                \"irò\"\n            ]\n        }\n    ],\n    \"akụkọ\": [\n        {\n            \"word\": \"akụkọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"story (in general)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"akịkọ\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"n’akùkù\": [\n        {\n            \"word\": \"n’akùkù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"beside\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akùkù\"\n            ]\n        }\n    ],\n    \"akùkù\": [\n        {\n            \"word\": \"akùkù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"side; part; locality\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àkùkù ọfụū\": [\n        {\n            \"word\": \"àkùkù ọfụū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"new piece of slang\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkùkù\",\n                \"ọfụū\"\n            ]\n        }\n    ],\n    \"-kụ àkùkù\": [\n        {\n            \"word\": \"-kụ àkùkù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"say slang word\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkùkù\"\n            ]\n        }\n    ],\n    \"àkùkù\": [\n        {\n            \"word\": \"àkùkù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"slang\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àkụlō\": [\n        {\n            \"word\": \"àkụlō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"plant (Selaginella)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"àkọlō\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"akùm\": [\n        {\n            \"word\": \"akùm\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see akòm\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"akpà\": [\n        {\n            \"word\": \"akpà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"strip iron used to strengthen a mud building and join timbers\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àkpa āgbụgbọ\": [\n        {\n            \"word\": \"àkpa āgbụgbọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"grub usually found in a decaying compost heap\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkpa\"\n            ]\n        }\n    ],\n    \"àkpa nkwū\": [\n        {\n            \"word\": \"àkpa nkwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"grub found on palm tree and in decaying palm tree trunk (literally palm tree grub)\",\n                \"palm fronds; long broom of palm fronds\",\n                \"grub found on palm tree and in decaying palm trunk\",\n                \"palm fronds; long broom prepared from palm fronds, used for sweeping outside\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkpa\",\n                \"nkwụ\"\n            ]\n        }\n    ],\n    \"oke ākpa\": [\n        {\n            \"word\": \"oke ākpa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"long broom of palm fronds\",\n                \"large broom (for outdoor sweeping) (= ǹzìzà)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkpa\",\n                \"oke\"\n            ]\n        }\n    ],\n    \"àkpa\": [\n        {\n            \"word\": \"àkpa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"grub such as found in compost heap or decaying palm tree\",\n                \"living or dead palm fronds; long broom prepared from palm fronds, used for sweeping outside\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"àkpà egō\": [\n        {\n            \"word\": \"àkpà egō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"purse\",\n                \"24,000 cowries (= 20 akwà)\",\n                \"a hundred pounds\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkpà\",\n                \"egō\"\n            ]\n        }\n    ],\n    \"àkpàkwùlù\": [\n        {\n            \"word\": \"àkpàkwùlù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stomach\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkpà\"\n            ]\n        }\n    ],\n    \"àkpà nnwā\": [\n        {\n            \"word\": \"àkpà nnwā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"womb; uterus\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkpà\",\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"àkpà nnwammīli\": [\n        {\n            \"word\": \"àkpà nnwammīli\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bladder\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkpà\"\n            ]\n        }\n    ],\n    \"àkpà ọjī\": [\n        {\n            \"word\": \"àkpà ọjī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pod of kolanut\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkpà\",\n                \"ọjị\"\n            ]\n        }\n    ],\n    \"àkpà uchè\": [\n        {\n            \"word\": \"àkpà uchè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mind; memory\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkpà\",\n                \"uchè\"\n            ]\n        }\n    ],\n    \"àkpà ụkwalà\": [\n        {\n            \"word\": \"àkpà ụkwalà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"asthma\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkpà\",\n                \"ụkwalà\"\n            ]\n        }\n    ],\n    \"àkpà anwū\": [\n        {\n            \"word\": \"àkpà anwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bees’ nest\",\n                \"beehive\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkpà\",\n                \"anwū\"\n            ]\n        }\n    ],\n    \"àkpa èbù\": [\n        {\n            \"word\": \"àkpa èbù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wasps’ nest\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkpà\"\n            ]\n        }\n    ],\n    \"àkpà\": [\n        {\n            \"word\": \"àkpà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bag; sack; container\",\n                \"nest (of bees or wasps)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"àkpaka ụzū\": [\n        {\n            \"word\": \"àkpaka ụzū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"log of wood on which the blacksmith’s anvil is set. It is buried in the ground with raffia fibres forming the base so that the log of wood jumps when the iron is hit by the blacksmith. This lightens the jarring of the hammer on the blacksmith’s hand\",\n                \"log of wood on which blacksmith's anvil is set (see àkpaka)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkpaka\",\n                \"ụzụ\"\n            ]\n        }\n    ],\n    \"àkpaka\": [\n        {\n            \"word\": \"àkpaka\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"akpàlàtà\": [\n        {\n            \"word\": \"akpàlàtà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"long bamboo frame for carrying load; stretcher for sick person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"akpàlataā\": [\n        {\n            \"word\": \"akpàlataā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tree whose seed is used in making soup (Afzelia africana)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àkpammānụ\": [\n        {\n            \"word\": \"àkpammānụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"yellow; brown\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àkpanā\": [\n        {\n            \"word\": \"àkpanā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dung of fowls and birds\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àkpànì\": [\n        {\n            \"word\": \"àkpànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in -tụ àkpànì be bellicose, pugnacious\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àkpàràjà\": [\n        {\n            \"word\": \"àkpàràjà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(fig.) someone who can behave badly because he is protected at a higher level\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"akpata\": [\n        {\n            \"word\": \"akpata\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"shelf for storing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"akpàtì ozū\": [\n        {\n            \"word\": \"akpàtì ozū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"coffin\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akpàtì\",\n                \"ozu\"\n            ]\n        }\n    ],\n    \"akpàtì\": [\n        {\n            \"word\": \"akpàtì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"box\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àkpelè\": [\n        {\n            \"word\": \"àkpelè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"trumpet; horn\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"akpì\": [\n        {\n            \"word\": \"akpì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"scorpion (compare òdogwu òzàlà)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àkpị\": [\n        {\n            \"word\": \"àkpị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tick; bedbug\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"(àkpịlī) -gù\": [\n        {\n            \"word\": \"(àkpịlī) -gù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lose voice (as a result of excessive straining of the voice resulting from long speech or cold)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àkpịlī`gùlù m\",\n                    \"english\": \"I have lost my voice\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"àkpịlī\",\n                \"-gù\"\n            ]\n        }\n    ],\n    \"amāafịa ǹtùtọ ākpịlị\": [\n        {\n            \"word\": \"amāafịa ǹtùtọ ākpịlị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sore throat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkpịlī\"\n            ]\n        }\n    ],\n    \"-gù àkpịlī\": [\n        {\n            \"word\": \"-gù àkpịlī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"make to lose voice\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ukwalà gùlù m àkpịlī\",\n                    \"english\": \"A cough has taken away my voice\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"àkpịlī\"\n            ]\n        }\n    ],\n    \"òpu ākpịlị\": [\n        {\n            \"word\": \"òpu ākpịlị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"goitre\",\n                \"desire; greed; lust\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkpịlī\"\n            ]\n        }\n    ],\n    \"àkpịlī ịkpō nkụ\": [\n        {\n            \"word\": \"àkpịlī ịkpō nkụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"intense thirst\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkpịlī\"\n            ]\n        }\n    ],\n    \"-dọ àkpịlī\": [\n        {\n            \"word\": \"-dọ àkpịlī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"long after\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkpịlī\"\n            ]\n        }\n    ],\n    \"-to àkpịlī\": [\n        {\n            \"word\": \"-to àkpịlī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"delight; appeal to; also specifically used to refer to practice by some children who gaze steadily at person eating or holding eatable thing which greatly appeals to them\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkpịlī\"\n            ]\n        }\n    ],\n    \"àkpịlī\": [\n        {\n            \"word\": \"àkpịlī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"throat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"akpìlịkpā\": [\n        {\n            \"word\": \"akpìlịkpā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"scale of fish\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"sò òfu akpō\": [\n        {\n            \"word\": \"sò òfu akpō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"once only; once for all\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akpo\",\n                \"òfu\"\n            ]\n        }\n    ],\n    \"akpo\": [\n        {\n            \"word\": \"akpo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"round; number of times\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àkpo\": [\n        {\n            \"word\": \"àkpo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"soft palate; (more generally) roof of the mouth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"akpụ àpàlàpà\": [\n        {\n            \"word\": \"akpụ àpàlàpà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"raw fufu (sieved and ready for cooking)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àpàlàpà\"\n            ]\n        }\n    ],\n    \"àpìlàpì\": [\n        {\n            \"word\": \"àpìlàpì\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see àpàlàpà\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"akpụ ǹkòlò\": [\n        {\n            \"word\": \"akpụ ǹkòlò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"shredded cassava; raw or pounded fufu; archaic name loosely used for cassava generally\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akpụ\"\n            ]\n        }\n    ],\n    \"-gbunye akpụ\": [\n        {\n            \"word\": \"-gbunye akpụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"steep, soak cassava in water\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akpụ\",\n                \"-gbu\"\n            ]\n        }\n    ],\n    \"-kwọ akpụ\": [\n        {\n            \"word\": \"-kwọ akpụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"grate cassava; make gari\",\n                \"grate cassava; make gari Ọ nà-àkwọ akpụ ọ gà-ejì ghe gàlị She is grating the cassava with which she is going to make farina\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akpụ\",\n                \"-kwọ\"\n            ]\n        }\n    ],\n    \"òdọ akpū\": [\n        {\n            \"word\": \"òdọ akpū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cassava, raw fufu stalls - a section of the market where cassava, raw fufu, is displayed for sale\",\n                \"area full of cassava-farms\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akpụ\",\n                \"òdọ\"\n            ]\n        }\n    ],\n    \"òwu akpū\": [\n        {\n            \"word\": \"òwu akpū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kapok\",\n                \"kapok from akpụ tree\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akpụ\",\n                \"òwu\"\n            ]\n        }\n    ],\n    \"ùlume akpū\": [\n        {\n            \"word\": \"ùlume akpū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kapok\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akpụ\",\n                \"ùlumē\"\n            ]\n        }\n    ],\n    \"akpụ\": [\n        {\n            \"word\": \"akpụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cassava; cassava starch; fufu (raw and pounded)\",\n                \"cottonwood; silk cotton tree (Ceiba pentandra (Linn.) Gaertn.), found at Agwù shrine\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"akpū jī\": [\n        {\n            \"word\": \"akpū jī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"2nd yam for replanting. At the beginning of yam harvest, the first yams harvested are not quite as firm as those harvested at the end, so some early harvested yams when dug up are not completely rooted out from the soil; the tuber is carefully cut leaving the very tip of the head and the roots in the soil. These are properly covered back in the soil. By the end of the yam harvest these are harvested together with the remaining yams. By this time the small piece of the yam left with the tip of the head of the yam in the soil has grown more yam\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akpù\"\n            ]\n        }\n    ],\n    \"akpǔ jī\": [\n        {\n            \"word\": \"akpǔ jī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"2nd yam for replanting. At the beginning of yam harvest, the first yams harvested are not quite as firm as those harvested at the end, so some early harvested yams when dug up are not completely rooted out from the soil; the tuber is carefully cut leaving the very tip of the head and the roots in the soil. These are properly covered back in the soil. By the end of the yam harvest these are harvested together with the remaining yams. By this time the small piece of the yam left with the tip of the head of the yam in the soil has grown more yam\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akpù\"\n            ]\n        }\n    ],\n    \"akpù onū\": [\n        {\n            \"word\": \"akpù onū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"goitre\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akpù\",\n                \"onu\"\n            ]\n        }\n    ],\n    \"akpù ụkwū\": [\n        {\n            \"word\": \"akpù ụkwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"thigh muscle\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akpù\",\n                \"ụkwụ\"\n            ]\n        }\n    ],\n    \"-wụ akpù\": [\n        {\n            \"word\": \"-wụ akpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"extract, excise tumour\",\n                \"cut, excise a tumour, growth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akpù\",\n                \"-wụ\"\n            ]\n        }\n    ],\n    \"akpù\": [\n        {\n            \"word\": \"akpù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"knot; lump; cyst; hump (compare òkpù)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"(akpụkpa) -ta\": [\n        {\n            \"word\": \"(akpụkpa) -ta\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"attack (of crawcraw)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Akpụkpa nà-àta Azụbūògù\",\n                    \"english\": \"Azụbụọgụ has crawcraw\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"akpụkpa\"\n            ]\n        }\n    ],\n    \"-ta akpụkpa\": [\n        {\n            \"word\": \"-ta akpụkpa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cause crawcraw\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nnu òchàǹjà nà-àta akpụkpa\",\n                    \"english\": \"Ọchanja salt causes crawcraw\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"akpụkpa\",\n                \"-ta\"\n            ]\n        }\n    ],\n    \"akpụkpa\": [\n        {\n            \"word\": \"akpụkpa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"crawcraw\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"akpụkpọ ụkwū\": [\n        {\n            \"word\": \"akpụkpọ ụkwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"boot; shoe; sandal\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akpụkpọ\",\n                \"ụkwụ\"\n            ]\n        }\n    ],\n    \"-gba akpụkpọ\": [\n        {\n            \"word\": \"-gba akpụkpọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"flay\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akpụkpọ\",\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-yi akpụkpọ ụkwū\": [\n        {\n            \"word\": \"-yi akpụkpọ ụkwū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wear shoes\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akpụkpọ\",\n                \"ụkwụ\",\n                \"-yi\"\n            ]\n        }\n    ],\n    \"akpụkpọ\": [\n        {\n            \"word\": \"akpụkpọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"skin; leather; hide\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"akpụkpụ\": [\n        {\n            \"word\": \"akpụkpụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"crumbs (of pounded food)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Proverb Akpụkpụ ikwè ka nne nnī, ònye nwē nni ebulukwọ nnī ya\",\n                    \"english\": \"(Lit. If crumbs of pounded food tend to be larger than the main food, the owner of the food will take back his food [in annoyance, discontinuing the pounding])\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"akpùlụ\": [\n        {\n            \"word\": \"akpùlụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"droppings, dung, of animals (the kind that is rolled in small balls, made especially by goats)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"akpùlù ekwē\": [\n        {\n            \"word\": \"akpùlù ekwē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"unsplit cane\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akpùlù\",\n                \"ekwe\"\n            ]\n        }\n    ],\n    \"akpùlù\": [\n        {\n            \"word\": \"akpùlù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"akwa àlìlì\": [\n        {\n            \"word\": \"akwa àlìlì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"weeping over personal tragedy or misfortune, e.g. death of one’s dear one; unnatural misfortune, e.g. thrashing by one’s child or lover\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Onye m bù n’obì àrapụgo m wèlụ naba, akwa àlìlì ègbue m#\",\n                    \"english\": \"My sweetheart has left me and died, I am dying of a broken heart\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"akwa\"\n            ]\n        }\n    ],\n    \"akwa nnī\": [\n        {\n            \"word\": \"akwa nnī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"greediness; lack of hospitality (literally crying for food)\",\n                \"stinginess over food\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwa\",\n                \"nni\"\n            ]\n        }\n    ],\n    \"àkwamozu\": [\n        {\n            \"word\": \"àkwamozu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"funeral ceremony\",\n                \"funeral ceremony Ànyị gà-èje ākwamozu echi We shall attend a funeral ceremony tomorrow\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwa\"\n            ]\n        }\n    ],\n    \"-be akwa\": [\n        {\n            \"word\": \"-be akwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cry\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwa\",\n                \"-be\"\n            ]\n        }\n    ],\n    \"-chì akwa\": [\n        {\n            \"word\": \"-chì akwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cry very much; sob (harder than -kwa akwa)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwa\",\n                \"-chì\"\n            ]\n        }\n    ],\n    \"òchìchì akwā\": [\n        {\n            \"word\": \"òchìchì akwā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hard sobbing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwa\",\n                \"-chì\"\n            ]\n        }\n    ],\n    \"-gò akwa\": [\n        {\n            \"word\": \"-gò akwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bewail; lament\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwa\",\n                \"-gò\"\n            ]\n        }\n    ],\n    \"-kwa akwa\": [\n        {\n            \"word\": \"-kwa akwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cry; weep; lament\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwa\",\n                \"-kwa\"\n            ]\n        }\n    ],\n    \"-mìkpọ akwa\": [\n        {\n            \"word\": \"-mìkpọ akwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"burst out crying\",\n                \"sob\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwa\",\n                \"-mì\"\n            ]\n        }\n    ],\n    \"-sù mbimbi akwā\": [\n        {\n            \"word\": \"-sù mbimbi akwā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sob\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwa\",\n                \"-sù\"\n            ]\n        }\n    ],\n    \"-tipu akwa\": [\n        {\n            \"word\": \"-tipu akwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"burst out crying\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwa\",\n                \"-ti\"\n            ]\n        }\n    ],\n    \"akwa\": [\n        {\n            \"word\": \"akwa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cry; weeping\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"akwà ajì\": [\n        {\n            \"word\": \"akwà ajì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"native woven cloth, very thick, rough and coarse\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwà\"\n            ]\n        }\n    ],\n    \"akwà mgbòchi\": [\n        {\n            \"word\": \"akwà mgbòchi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"curtain\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwà\",\n                \"-gbò\"\n            ]\n        }\n    ],\n    \"akwà mmīli\": [\n        {\n            \"word\": \"akwà mmīli\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"rain-coat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwà\"\n            ]\n        }\n    ],\n    \"akwà oyī\": [\n        {\n            \"word\": \"akwà oyī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"blanket\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwà\",\n                \"oyī\"\n            ]\n        }\n    ],\n    \"akwā ōmụma\": [\n        {\n            \"word\": \"akwā ōmụma\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"blanket; wrapper\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwà\",\n                \"-ma\"\n            ]\n        }\n    ],\n    \"akwā ùfùfè\": [\n        {\n            \"word\": \"akwā ùfùfè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sail\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwà\",\n                \"-fe\"\n            ]\n        }\n    ],\n    \"akwā ūru\": [\n        {\n            \"word\": \"akwā ūru\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mourning garment (usually of black cloth); sackcloth\",\n                \"sackcloth; mourning garment (usually black)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwà\",\n                \"ùru\"\n            ]\n        }\n    ],\n    \"akwà ụjū\": [\n        {\n            \"word\": \"akwà ụjū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"black cloth worn by mourners\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwà\",\n                \"ụjū\"\n            ]\n        }\n    ],\n    \"-chì akwà\": [\n        {\n            \"word\": \"-chì akwà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"scrub cloth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwà\",\n                \"-chì\"\n            ]\n        }\n    ],\n    \"-de akwà\": [\n        {\n            \"word\": \"-de akwà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"iron clothes\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwà\",\n                \"-de\"\n            ]\n        }\n    ],\n    \"-gbasà akwà\": [\n        {\n            \"word\": \"-gbasà akwà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"spread cloth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwà\",\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbò akwà\": [\n        {\n            \"word\": \"-gbò akwà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cover with cloth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwà\",\n                \"-gbò\"\n            ]\n        }\n    ],\n    \"igwu akwà\": [\n        {\n            \"word\": \"igwu akwà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cloth-louse\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwà\",\n                \"igwu\"\n            ]\n        }\n    ],\n    \"-jelụ akwà\": [\n        {\n            \"word\": \"-jelụ akwà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"put on clothes; gird\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwà\",\n                \"-je\"\n            ]\n        }\n    ],\n    \"-kowàsị akwà\": [\n        {\n            \"word\": \"-kowàsị akwà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wrap a cloth about the body\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwà\"\n            ]\n        }\n    ],\n    \"-kpà akwà\": [\n        {\n            \"word\": \"-kpà akwà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"weave cloth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwà\",\n                \"-kpà\"\n            ]\n        }\n    ],\n    \"-kpù akwà\": [\n        {\n            \"word\": \"-kpù akwà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cover the body with cloth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwà\",\n                \"-kpù\"\n            ]\n        }\n    ],\n    \"-kpupù akwà\": [\n        {\n            \"word\": \"-kpupù akwà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"take off coverlet\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwà\"\n            ]\n        }\n    ],\n    \"-kwe akwà\": [\n        {\n            \"word\": \"-kwe akwà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"weave cloth (usually with hand-loom)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwà\",\n                \"-kwe\"\n            ]\n        }\n    ],\n    \"-ma akwà\": [\n        {\n            \"word\": \"-ma akwà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wear, tie wrapper; be dressed in wrapper\",\n                \"wear, tie wrapper; be dressed in wrapper (compare -mà ògòdò)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwà\",\n                \"-ma\"\n            ]\n        }\n    ],\n    \"nkịlịka akwà\": [\n        {\n            \"word\": \"nkịlịka akwà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"rag; ragged cloth\",\n                \"rag\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwà\",\n                \"nkịlịka\"\n            ]\n        }\n    ],\n    \"òkwa àkwà\": [\n        {\n            \"word\": \"òkwa àkwà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tailor\",\n                \"tailor (literally sewer of clothes)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwà\",\n                \"-kwa\"\n            ]\n        }\n    ],\n    \"-sụ akwà\": [\n        {\n            \"word\": \"-sụ akwà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wash clothes\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwà\",\n                \"-sụ\"\n            ]\n        }\n    ],\n    \"-tọ akwà\": [\n        {\n            \"word\": \"-tọ akwà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"strip body; make nude by stripping\",\n                \"strip body; make naked by stripping\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwà\",\n                \"-tọ\"\n            ]\n        }\n    ],\n    \"-tụ akwà\": [\n        {\n            \"word\": \"-tụ akwà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"roll, fold cloth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwà\",\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-wà akwà\": [\n        {\n            \"word\": \"-wà akwà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wear loincloth\",\n                \"put on loincloth\",\n                \"= -wà ògòdò\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwà\",\n                \"-wà\"\n            ]\n        }\n    ],\n    \"-yi akwà\": [\n        {\n            \"word\": \"-yi akwà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wear cloth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwà\",\n                \"-yi\"\n            ]\n        }\n    ],\n    \"akwà\": [\n        {\n            \"word\": \"akwà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cloth\",\n                \"1200 cowries (= 20 ùkwù)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"àkwa ògàzì\": [\n        {\n            \"word\": \"àkwa ògàzì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"egg of guineafowl\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkwa\",\n                \"ògàzì\"\n            ]\n        }\n    ],\n    \"-bụ àkwa\": [\n        {\n            \"word\": \"-bụ àkwa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hatch eggs\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkwa\"\n            ]\n        }\n    ],\n    \"òbùbụ ākwa\": [\n        {\n            \"word\": \"òbùbụ ākwa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"contents of egg\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkwa\"\n            ]\n        }\n    ],\n    \"ikèlikē ākwa\": [\n        {\n            \"word\": \"ikèlikē ākwa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"eggshell\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkwa\"\n            ]\n        }\n    ],\n    \"-kpù n’àkwa\": [\n        {\n            \"word\": \"-kpù n’àkwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sit on eggs; brood\",\n                \"sit on eggs; brood ÒCkụkò m e bidogo ikpù n’àkwa yā My hen has started to sit on its eggs\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkwa\",\n                \"-kpù\"\n            ]\n        }\n    ],\n    \"mgbụgbō ākwa\": [\n        {\n            \"word\": \"mgbụgbō ākwa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"eggshell\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkwa\",\n                \"mgbụgbò\"\n            ]\n        }\n    ],\n    \"okuko ākwa\": [\n        {\n            \"word\": \"okuko ākwa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"eggshell\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkwa\",\n                \"okuko\"\n            ]\n        }\n    ],\n    \"ùbùlụ ākwa\": [\n        {\n            \"word\": \"ùbùlụ ākwa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"eggshell\",\n                \"eggshell (of fowl)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkwa\",\n                \"ùbùlù\"\n            ]\n        }\n    ],\n    \"-yi àkwa\": [\n        {\n            \"word\": \"-yi àkwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lay eggs\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òkụkò m nà-èyi ākwa\",\n                    \"english\": \"My fowl is laying eggs\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"àkwa\",\n                \"-yi\"\n            ]\n        }\n    ],\n    \"àkwa\": [\n        {\n            \"word\": \"àkwa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"egg\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àkwà edinà\": [\n        {\n            \"word\": \"àkwà edinà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bed\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkwà\",\n                \"-di-nà\"\n            ]\n        }\n    ],\n    \"àkwà\": [\n        {\n            \"word\": \"àkwà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bed; bridge\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùbọ akwalà\": [\n        {\n            \"word\": \"ùbọ akwalà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stringed instrument resembling guitar\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwalà\"\n            ]\n        }\n    ],\n    \"akwalà\": [\n        {\n            \"word\": \"akwalà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"vein; sinew; muscle\",\n                \"fibres from raphia palm; rope made from them (also akwalà ngwò)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àkwalī\": [\n        {\n            \"word\": \"àkwalī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"creeping plant in the bush, whose vines can be made into strings (Landolphia dulcis)\",\n                \"a charm, made of the strings of àkwalī A. or akwūlu to increase fruitfulness (òmùmù). It can be for a whole village or family, or for an individual woman (àkwalị nwaànyì)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"akwụ ànì\": [\n        {\n            \"word\": \"akwụ ànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"white ant (the type that lives in the ground) (literally palmnut of the ground)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwụ\",\n                \"ànì\"\n            ]\n        }\n    ],\n    \"akwụ(kwọ) olū\": [\n        {\n            \"word\": \"akwụ(kwọ) olū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pineapple (Ananas comosus Linn.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwụ\"\n            ]\n        }\n    ],\n    \"akwū ōsụkwū\": [\n        {\n            \"word\": \"akwū ōsụkwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fruit of a type of palm, easy to break\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwụ\"\n            ]\n        }\n    ],\n    \"-gbu akwụ\": [\n        {\n            \"word\": \"-gbu akwụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut palm fruit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwụ\",\n                \"-gbu\"\n            ]\n        }\n    ],\n    \"ògùlù akwū\": [\n        {\n            \"word\": \"ògùlù akwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"inferior palm-oil\",\n                \"inferior palm-oil (yellow in colour)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwụ\",\n                \"ògùlù\"\n            ]\n        }\n    ],\n    \"ọgbè akwū\": [\n        {\n            \"word\": \"ọgbè akwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"head of palmnuts\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwụ\"\n            ]\n        }\n    ],\n    \"akwụ\": [\n        {\n            \"word\": \"akwụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"palmnut; palm fruit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àkwụ\": [\n        {\n            \"word\": \"àkwụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bird’s nest (= anì)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-fi akwùkwà\": [\n        {\n            \"word\": \"-fi akwùkwà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make a cooking-pot stand\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwùkwà\",\n                \"-fi\"\n            ]\n        }\n    ],\n    \"akwùkwà\": [\n        {\n            \"word\": \"akwùkwà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mud cooking-stand or metal tripod\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"akwụkwọ nnī\": [\n        {\n            \"word\": \"akwụkwọ nnī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"vegetable\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwụkwọ\",\n                \"nni\"\n            ]\n        }\n    ],\n    \"akwụkwọ ōbodòlòbo\": [\n        {\n            \"word\": \"akwụkwọ ōbodòlòbo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"broad leaf\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwụkwọ\"\n            ]\n        }\n    ],\n    \"akwụkwọ osisi\": [\n        {\n            \"word\": \"akwụkwọ osisi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"leaf of tree\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwụkwọ\",\n                \"osisi\"\n            ]\n        }\n    ],\n    \"akwụkwọ ūma\": [\n        {\n            \"word\": \"akwụkwọ ūma\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Sarcophrynium spp.; of leaf with smooth surface much used in wrapping food and kola nuts\",\n                \"leaf, shiny, broad and smooth, used for wrapping food (especially in convenient bits for sale) and for thatching (Sarcophrynium brachystachys (Benth.) K. Schum.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwụkwọ\",\n                \"ùma\"\n            ]\n        }\n    ],\n    \"-kpa akwụkwọ\": [\n        {\n            \"word\": \"-kpa akwụkwọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"collect leaves (e.g. like a herbalist)\",\n                \"collect, pluck leaves (e.g. as herbalist)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwụkwọ\",\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"mgbụ ākwụkwọ\": [\n        {\n            \"word\": \"mgbụ ākwụkwọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"(shed) leaves\",\n                \"fallen leaves\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwụkwọ\",\n                \"-gbụ\"\n            ]\n        }\n    ],\n    \"mkpa ākwụkwọ\": [\n        {\n            \"word\": \"mkpa ākwụkwọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(shed) leaves\",\n                \"book; paper; letter\",\n                \"(shed) leaf, leaves\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwụkwọ\",\n                \"mkpa\"\n            ]\n        }\n    ],\n    \"akwụkwọ īwu\": [\n        {\n            \"word\": \"akwụkwọ īwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"law book\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwụkwọ\",\n                \"ìwu\"\n            ]\n        }\n    ],\n    \"akwụkwọ mfụkòba\": [\n        {\n            \"word\": \"akwụkwọ mfụkòba\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"folded paper\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwụkwọ\"\n            ]\n        }\n    ],\n    \"Akwụkwọ Nsō\": [\n        {\n            \"word\": \"Akwụkwọ Nsō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Holy Bible\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwụkwọ\"\n            ]\n        }\n    ],\n    \"akwụkwọ ọfụū\": [\n        {\n            \"word\": \"akwụkwọ ọfụū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"new book\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwụkwọ\"\n            ]\n        }\n    ],\n    \"akwụkwọ ọlū\": [\n        {\n            \"word\": \"akwụkwọ ọlū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"letter of appointment\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Fà ènyego ī akwụkwọ ọlū?\",\n                    \"english\": \"Have they given you the letter of appointment?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"akwụkwọ\",\n                \"ọlụ\"\n            ]\n        }\n    ],\n    \"akwụkwọ ūkwe\": [\n        {\n            \"word\": \"akwụkwọ ūkwe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hymnbook\",\n                \"hymn-book\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwụkwọ\",\n                \"ùkwe\"\n            ]\n        }\n    ],\n    \"-bì akwụkwọ\": [\n        {\n            \"word\": \"-bì akwụkwọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"print, type paper, book\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwụkwọ\",\n                \"-bì\"\n            ]\n        }\n    ],\n    \"-de akwụkwọ\": [\n        {\n            \"word\": \"-de akwụkwọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"write letter\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwụkwọ\",\n                \"-de\"\n            ]\n        }\n    ],\n    \"-degalụ akwụkwọ\": [\n        {\n            \"word\": \"-degalụ akwụkwọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"write (letter) to\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Achòlù m idēgalụ onye isī akwụkwọ\",\n                    \"english\": \"I want to write to the manager\"\n                }\n            ],\n            \"variations\": [\n                \"letà\"\n            ],\n            \"stems\": [\n                \"akwụkwọ\",\n                \"-de\"\n            ]\n        }\n    ],\n    \"-delụ akwụkwọ\": [\n        {\n            \"word\": \"-delụ akwụkwọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"write (letter) to\",\n                \"help to write a letter\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-de\"\n            ]\n        }\n    ],\n    \"ego akwụkwọ\": [\n        {\n            \"word\": \"ego akwụkwọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"currency note\",\n                \"currency note; paper money\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwụkwọ\",\n                \"egō\"\n            ]\n        }\n    ],\n    \"òde ākwụkwọ\": [\n        {\n            \"word\": \"òde ākwụkwọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"clerk; letter-writer\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwụkwọ\",\n                \"-de\"\n            ]\n        }\n    ],\n    \"-sà akwụkwọ\": [\n        {\n            \"word\": \"-sà akwụkwọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"open leaves of a book (looking for a particular page or chapter)\",\n                \"legal paper; matters arranged by means of legal papers\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-asà akwụkwọ\",\n                    \"english\": \"He is opening the pages of a book\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"akwụkwọ\",\n                \"-sà\"\n            ]\n        }\n    ],\n    \"akwụkwọ isī\": [\n        {\n            \"word\": \"akwụkwọ isī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tax; tax receipt, payment (literally head paper)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwụkwọ\",\n                \"isi\"\n            ]\n        }\n    ],\n    \"-dọka akwụkwọ\": [\n        {\n            \"word\": \"-dọka akwụkwọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dismiss a case\",\n                \"dismiss a case (literally tear paper)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwụkwọ\",\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"-gba akwụkwọ\": [\n        {\n            \"word\": \"-gba akwụkwọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"prosecute (by law)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ bụlụ nà ị bàta ugbō m ọgē ōzọ agà m àgba gī akwụkwọ\",\n                    \"english\": \"If you dare trespass on my farm another time I shall prosecute you\"\n                },\n                {\n                    \"igbo\": \"X: Agà m àgba gī akwụkwọ\\nY: Ì pụrò ya; mà jèe gbàa m#ọ bụlụ nà ị nwèlù ike\\nX: Ò bù m gbaa gī ì dọkaa?\",\n                    \"english\": \"X: I shall prosecute you!\\nY: You can’t; just go and prosecute me if you can\\nX: If I prosecute you, can you get it dismissed?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"akwụkwọ\"\n            ]\n        }\n    ],\n    \"-gbà akwụkwọ\": [\n        {\n            \"word\": \"-gbà akwụkwọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wed (in church or under ordinance)\",\n                \"marry by church and/or ordinance, especially by church wedding\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Roseline nà-àkwadebe ịgbà akwụkwọ n’ọnwa nā-abịa\",\n                    \"english\": \"Roseline is preparing to wed next month\"\n                },\n                {\n                    \"ibgo\": \"Ndù gà-agbà akwụkwọ echī\",\n                    \"english\": \"Ndụ will get married tomorrow\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"akwụkwọ\",\n                \"-gbà\"\n            ]\n        }\n    ],\n    \"-na akwụkwọ isī\": [\n        {\n            \"word\": \"-na akwụkwọ isī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pay tax\",\n                \"pay tax (literally take tax-receipt)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ì nago akwụkwọ isī gị?\",\n                    \"english\": \"Have you paid your tax?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"akwụkwọ\",\n                \"isi\",\n                \"-na\"\n            ]\n        }\n    ],\n    \"-sèkà akwụkwọ\": [\n        {\n            \"word\": \"-sèkà akwụkwọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dismiss a case (literally tear papers)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anà m elò nà a gà-esèka akwụkwọ Ọnwụūka gà-àgba m#\",\n                    \"english\": \"I think that the prosecution Ọnwụụka is going to bring against me will be dismissed\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"akwụkwọ\"\n            ]\n        }\n    ],\n    \"ògbụgba ākwụkwọ\": [\n        {\n            \"word\": \"ògbụgba ākwụkwọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"legal prosecution\",\n                \"school\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwụkwọ\"\n            ]\n        }\n    ],\n    \"nwatà akwụkwọ\": [\n        {\n            \"word\": \"nwatà akwụkwọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"student; school-child\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwụkwọ\",\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"ụmù akwụkwọ\": [\n        {\n            \"word\": \"ụmù akwụkwọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"school-children; student\",\n                \"school children\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwụkwọ\",\n                \"ụmù\"\n            ]\n        }\n    ],\n    \"ụnò akwụkwọ\": [\n        {\n            \"word\": \"ụnò akwụkwọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"school; place of learning\",\n                \"book-learning in general\",\n                \"school (of all types, including primary schools, grammar schools, colleges, and universities; compare ụnò mmùta)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ikê nò na nnukwu ụnò akwụkwọ a nà-àkpọ University of Ibadan\",\n                    \"english\": \"Ike is in the University of Ibadan\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"akwụkwọ\",\n                \"ụnò\"\n            ]\n        }\n    ],\n    \"ògụ ākwụkwọ\": [\n        {\n            \"word\": \"ògụ ākwụkwọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"reader; scholar\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Akwụkwô bàlù ulù\",\n                    \"english\": \"Book knowledge is useful\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"akwụkwọ\",\n                \"ògụ\"\n            ]\n        }\n    ],\n    \"-ma akwụkwọ\": [\n        {\n            \"word\": \"-ma akwụkwọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"(literally know book); be brainy\",\n                \"be literate, brainy\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-èsilị ndị āmarō akwụkwọ ike inwēta ọlụ n’ọgè kịtaà\",\n                    \"english\": \"It is difficult for illiterates to secure employment nowadays\"\n                },\n                {\n                    \"igbo\": \"Rose mà akwụkwọ\",\n                    \"english\": \"Rose is brilliant (in studies)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"akwụkwọ\",\n                \"-ma\"\n            ]\n        }\n    ],\n    \"-mù akwụkwọ\": [\n        {\n            \"word\": \"-mù akwụkwọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"study (literally study book)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anà m èje Òbòdò Oyìbo ịmù etu esì ebì akwụkwọ\",\n                    \"english\": \"I am going to the United Kingdom to study printing\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"akwụkwọ\",\n                \"-mù\"\n            ]\n        }\n    ],\n    \"-nwe isi akwụkwọ\": [\n        {\n            \"word\": \"-nwe isi akwụkwọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be brainy, brilliant (at studies)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"akwụkwọ\",\n                \"isi\",\n                \"-nwe\"\n            ]\n        }\n    ],\n    \"akwụkwọ\": [\n        {\n            \"word\": \"akwụkwọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"leaf\",\n                \"broad leaf\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"obodobo\"\n            ]\n        }\n    ],\n    \"-dà àkwụkwù\": [\n        {\n            \"word\": \"-dà àkwụkwù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"have epilepsy; be epileptic; have epileptic fits\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òfọ nà-adā ākwụkwù\",\n                    \"english\": \"Òfọ has epilepsy\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"àkwụkwù\",\n                \"-dà\"\n            ]\n        }\n    ],\n    \"àkwụkwù\": [\n        {\n            \"word\": \"àkwụkwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"epilepsy\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àkwụmà ụkwū\": [\n        {\n            \"word\": \"àkwụmà ụkwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"corn (on foot)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àkwụmà\"\n            ]\n        }\n    ],\n    \"àkwụmà\": [\n        {\n            \"word\": \"àkwụmà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"yaws (compare òfì)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àkwùnàkwụnà\": [\n        {\n            \"word\": \"àkwùnàkwụnà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"prostitute; harlot (compare ògàcha)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ala efī\": [\n        {\n            \"word\": \"ala efī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"milk (from cow)\",\n                \"cow’s milk\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ala\",\n                \"efi\"\n            ]\n        }\n    ],\n    \"-chụ ala\": [\n        {\n            \"word\": \"-chụ ala\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wean\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ànyị gà-àchụ nwa ānyị ala n’ọnwa īsiì\",\n                    \"english\": \"We shall wean our child at six months\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ala\",\n                \"-chụ\"\n            ]\n        }\n    ],\n    \"-gba mmili alā\": [\n        {\n            \"word\": \"-gba mmili alā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"contain breast milk; have flow of milk from the breast\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ala\",\n                \"-gba\",\n                \"mmilī\"\n            ]\n        }\n    ],\n    \"mmili alā\": [\n        {\n            \"word\": \"mmili alā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"milk\",\n                \"breast-milk\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ala\",\n                \"mmilī\"\n            ]\n        }\n    ],\n    \"mmili ala efī\": [\n        {\n            \"word\": \"mmili ala efī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cow’s milk\",\n                \"cow's milk\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ala\",\n                \"mmilī\"\n            ]\n        }\n    ],\n    \"-nye ala\": [\n        {\n            \"word\": \"-nye ala\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"breast-feed\",\n                \"breast-feed (literally give breast)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ala\",\n                \"-nye\"\n            ]\n        }\n    ],\n    \"-ŋụ ala\": [\n        {\n            \"word\": \"-ŋụ ala\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"suck breast (of infant)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nnwa nà-àŋụ alā\",\n                    \"english\": \"The child is sucking\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ala\",\n                \"-ŋụ\"\n            ]\n        }\n    ],\n    \"-sa ala\": [\n        {\n            \"word\": \"-sa ala\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wash breasts, especially of a newly delivered mother, to induce breast milk\",\n                \"artificially induce the breasts of a non-pregnant woman to begin to produce milk by washing with a certain native medicine preparation. This is usually done when the mother of a sucking infant dies, or when the child is taken from her on medical grounds, etc. A healthy woman is asked to take up the infant’s breast-feeding. Her breasts are then medicinally washed to induce milk\",\n                \"wash breasts, especially of a newly-delivered mother, to induce breast milk\",\n                \"artificially induce the breasts of a non-pregnant woman to begin to produce milk by washing with a local medicine (see ala 1.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ala\",\n                \"-sa\"\n            ]\n        }\n    ],\n    \"ọgbòdògbò alā\": [\n        {\n            \"word\": \"ọgbòdògbò alā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"abnormally heavy, large and long breasts\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ala\",\n                \"ọgbòdògbò\"\n            ]\n        }\n    ],\n    \"nwaànyì\": [\n        {\n            \"word\": \"nwaànyì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"woman with abnormally large and heavy breasts\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ǹgwụlō kà ị bù\",\n                    \"english\": \"You are a powerless person (incapable of doing anything)\"\n                },\n                {\n                    \"igbo\": \"Nwokē afù bìàlù kà m nà-èsi nnī\",\n                    \"english\": \"The man came when I was cooking\"\n                },\n                {\n                    \"igbo\": \"Ò gịnī kà ị nà-èle?\",\n                    \"english\": \"What is it that you are selling?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ala\",\n                \"kà\"\n            ]\n        }\n    ],\n    \"(ala) -kpa\": [\n        {\n            \"word\": \"(ala) -kpa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be mad (literally be moved with madness)\",\n                \"be mad (literally be moved by madness) Òòala nà-àkpa ī? Are you mad?\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ala\",\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"onye alā\": [\n        {\n            \"word\": \"onye alā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mad person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ala\",\n                \"onye\"\n            ]\n        }\n    ],\n    \"-pù ala\": [\n        {\n            \"word\": \"-pù ala\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"become mad; be mad\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ì nà-apù alā?\",\n                    \"english\": \"Are you mad?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ala\",\n                \"-pù\"\n            ]\n        }\n    ],\n    \"-yì ala\": [\n        {\n            \"word\": \"-yì ala\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be mad; become mad\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-ayì alā\",\n                    \"english\": \"He is mad\"\n                }\n            ],\n            \"variations\": [\n                \"-wì ala\"\n            ],\n            \"stems\": [\n                \"ala\"\n            ]\n        }\n    ],\n    \"ala\": [\n        {\n            \"word\": \"ala\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"breast; milk\",\n                \"madness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"àlakùba\": [\n        {\n            \"word\": \"àlakùba\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Arabic language, named after the phrase in Moslem prayers ’Allāhu ’akbar\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-àsụ àlakùba\",\n                    \"english\": \"He is talking double Dutch\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Àlàhambrà\": [\n        {\n            \"word\": \"Àlàhambrà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"name of a particular small market in Onitsha, now replaced by Òchàǹjà\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"alā ụla\": [\n        {\n            \"word\": \"alā ụla\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sleeplessness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"alịlị\": [\n        {\n            \"word\": \"alịlị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a millipede (compare esu)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-be àlìlì\": [\n        {\n            \"word\": \"-be àlìlì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"mourn; lament\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àlìlì\",\n                \"-be\"\n            ]\n        }\n    ],\n    \"àlìlì\": [\n        {\n            \"word\": \"àlìlì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"resentment at misfortune\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-àkwa àlìlì\",\n                    \"english\": \"He resents his misfortune\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-ra alò\": [\n        {\n            \"word\": \"-ra alò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"consider; take counsel; consult together; advise\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-ralu alò\"\n            ],\n            \"stems\": [\n                \"alò\",\n                \"-ra\"\n            ]\n        }\n    ],\n    \"-ranye alò\": [\n        {\n            \"word\": \"-ranye alò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"advise; give advice\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Achòlù m onye gā-aranye m alò bànyelụ ịfe m gà-ème onye nā ada àbịa ebe à kwà anyàsì inyē nnwa m nsògbu\",\n                    \"english\": \"I want someone to advise me on what to do with the person who comes here every night to trouble my child\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"alò\",\n                \"-ra\"\n            ]\n        }\n    ],\n    \"-tụ alò\": [\n        {\n            \"word\": \"-tụ alò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"advise; counsel; deliberate on and give advice or offer suggestion\",\n                \"deliberate; consider; counsel; suggest; advise\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"alò\",\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụnye alò\": [\n        {\n            \"word\": \"-tụnye alò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"advise; counsel; suggest; give opinion\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anà m àchọ onye gā-atụnye m alò bànyelụ nwunyè m mmadū kpòlù gbafèlụ ọsō\",\n                    \"englsih\": \"I am looking for someone to advise me on what to do concerning my wife whom somebody has run away with\"\n                },\n                {\n                    \"igbo\": \"Ànyị nà-àtụ alò etu ànyị gà-èsi sò ịfe ndapùta ā dāpùtàlù n’ùtụtū à\",\n                    \"english\": \"We are deliberating on how to tackle this emergency that occurred this morning\"\n                }\n            ],\n            \"variations\": [\n                \"elò\"\n            ],\n            \"stems\": [\n                \"alò\",\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"alò\": [\n        {\n            \"word\": \"alò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"advice; counsel; suggestion; idea; consultation\",\n                \"cock’s comb\",\n                \"spear used by titled men for ceremonies (= ubē ǹzè)\",\n                \"(in Nri) staff symbolizing the power which a lineage received from Chukwu during its creation\",\n                \"advice; suggestion\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lò\"\n            ]\n        }\n    ],\n    \"àrụ alō\": [\n        {\n            \"word\": \"àrụ alō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dullness; sloth; sluggishness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"alọ\"\n            ]\n        }\n    ],\n    \"-dị alọ\": [\n        {\n            \"word\": \"-dị alọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be heavy\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Akpàti ǹkaà dì alọ\",\n                    \"english\": \"This box is heavy\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"alọ\"\n            ]\n        }\n    ],\n    \"ibu alō\": [\n        {\n            \"word\": \"ibu alō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"heavy load\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O bù ibu alō\",\n                    \"english\": \"He is carrying a heavy load\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"alọ\",\n                \"ibu\"\n            ]\n        }\n    ],\n    \"alọ\": [\n        {\n            \"word\": \"alọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"heaviness; grievousness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àlòmmụō\": [\n        {\n            \"word\": \"àlòmmụō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"feast for sacrificing to the ancestors\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àluluū\": [\n        {\n            \"word\": \"àluluū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mist; cloud; vapour\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-ta alụ\": [\n        {\n            \"word\": \"-ta alụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bite\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Agà m àta gī alụ ọ bụlụ nà ị rāpùrò m\",\n                    \"english\": \"I shall bite you if you don’t leave me alone\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"alụ\",\n                \"-ta\"\n            ]\n        }\n    ],\n    \"alụ\": [\n        {\n            \"word\": \"alụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bite\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ife alū\": [\n        {\n            \"word\": \"ife alū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"abomination; used with verbs to signify intensity\",\n                \"abomination\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ mèlù ịfe alū\",\n                    \"english\": \"He committed an abomination, sacrilege\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"alū\",\n                \"ife\"\n            ]\n        }\n    ],\n    \"-kwu okwu alū\": [\n        {\n            \"word\": \"-kwu okwu alū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"speak abominable word(s)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"alū\",\n                \"okwu\"\n            ]\n        }\n    ],\n    \"-me alū\": [\n        {\n            \"word\": \"-me alū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"commit abomination; break taboo; do something traditionally forbidden\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"alū\",\n                \"-me\"\n            ]\n        }\n    ],\n    \"alū\": [\n        {\n            \"word\": \"alū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"abomination; hurtful, obnoxious thing; taboo\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"alụlụ ànì\": [\n        {\n            \"word\": \"alụlụ ànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"injustice; maltreatment; wickedness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"alụlụ\"\n            ]\n        }\n    ],\n    \"alụlụ\": [\n        {\n            \"word\": \"alụlụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àlụlù\": [\n        {\n            \"word\": \"àlụlù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"medicinal plant, also used for stew\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kwụ àlùlù\": [\n        {\n            \"word\": \"-kwụ àlùlù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be misty\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àlùlù\"\n            ]\n        }\n    ],\n    \"àlùlù\": [\n        {\n            \"word\": \"àlùlù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"yamsticks\",\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-do alūsị\": [\n        {\n            \"word\": \"-do alūsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"erect a shrine\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"alūsị\",\n                \"-do\"\n            ]\n        }\n    ],\n    \"efi alūsị\": [\n        {\n            \"word\": \"efi alūsị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sacred cow (efi Ìgbò type) owned by village; cannot be killed; if it dies, it is given burial like a human\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"alūsị\",\n                \"efi\"\n            ]\n        }\n    ],\n    \"egwu alūsị\": [\n        {\n            \"word\": \"egwu alūsị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"traditional religious dances\",\n                \"sacred dances\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"alūsị\",\n                \"egwu\"\n            ]\n        }\n    ],\n    \"ezè alūsị\": [\n        {\n            \"word\": \"ezè alūsị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"priest\",\n                \"priest (of a particular spirit that has a shrine and an organized cult)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"alūsị\",\n                \"ezè\"\n            ]\n        }\n    ],\n    \"-gọ alūsi\": [\n        {\n            \"word\": \"-gọ alūsi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"worship a spirit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"alūsị\"\n            ]\n        }\n    ],\n    \"òkwu alūsị\": [\n        {\n            \"word\": \"òkwu alūsị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"shrine\",\n                \"shrine of a spirit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"alūsị\",\n                \"òkwu\"\n            ]\n        }\n    ],\n    \"Ọnwa Uzo Alūsị\": [\n        {\n            \"word\": \"Ọnwa Uzo Alūsị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"twelfth month of the traditional Nri calender, devoted to rituals and offerings to the alūsị and to wrestling matches and dances before the temples\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"alūsị\"\n            ]\n        }\n    ],\n    \"-pị alūsị\": [\n        {\n            \"word\": \"-pị alūsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"carve, shape image\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"alūsị\",\n                \"-pị\"\n            ]\n        }\n    ],\n    \"-rù alūsị\": [\n        {\n            \"word\": \"-rù alūsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"worship a spirit\",\n                \"serve a deity\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"alūsị\",\n                \"-rù\"\n            ]\n        }\n    ],\n    \"ụnò alūsị\": [\n        {\n            \"word\": \"ụnò alūsị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"shrine; building consecrated to a deity\",\n                \"shrine\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"alūsị\",\n                \"ụnò\"\n            ]\n        }\n    ],\n    \"alūsị\": [\n        {\n            \"word\": \"alūsị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"spirit; divinity; deity; invisible supernatural ‘being-force’, divided by Nri into four types those directly established by Chukwu such as Igwē, the firmament those established by Eri such as Ànì, Ajaànà, Ìfèjiọkū, Onuebo, and the market days Èke, Oyè, Àfò, and Ǹkwọ; those established by the ancestors such as Idemmīli, Udō, Arò, Àkwalị Òmùmù, Ǹgènè, Ògwùgwù, and Òrìmmìlì; those called Agwù. The market-days and the alūsị of the third and fourth types have human temperaments and are represented by nkwu (images). Others are regarded as forces rather than beings and so can be represented only symbolically in shrines (Onwuejeogwu 1974:85 ff.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-nò n’ama\": [\n        {\n            \"word\": \"-nò n’ama\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(fig.) menstruate\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nwaànyì nò n’ama\",\n                    \"english\": \"The woman is menstruating\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ama\"\n            ]\n        }\n    ],\n    \"-pù ama\": [\n        {\n            \"word\": \"-pù ama\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go to the toilet (literally go out to the fore-compound, beyond the main compound door)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anà m apù amā\",\n                    \"english\": \"I am going to the toilet\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ama\",\n                \"-pù\"\n            ]\n        }\n    ],\n    \"-pù n’ama\": [\n        {\n            \"word\": \"-pù n’ama\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"reach age of menstruation\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nwaànyì pùlù n’ama\",\n                    \"english\": \"The girl has reached puberty\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ama\"\n            ]\n        }\n    ],\n    \"ụzò ezi amā\": [\n        {\n            \"word\": \"ụzò ezi amā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"main entrance to a compound\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ama\",\n                \"èzi \"\n            ]\n        }\n    ],\n    \"ama\": [\n        {\n            \"word\": \"ama\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(also èzi amā) space in front of the compound, outside the compound wall and beginning from the main gate; street\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ama Madùnààgụ\",\n                    \"english\": \"Madụnaagụ street\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ife ịrìbà amā\": [\n        {\n            \"word\": \"ife ịrìbà amā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"token\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Enyē m#gị akwụkwọ ǹkaà kà ọ bụlụ ife ịrìbà amā nà a kpōbàtàlù gị nà òtu ānyị taàtà\",\n                    \"english\": \"I present this book to you as a token to your admission into our society today\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"amā\"\n            ]\n        }\n    ],\n    \"-rì(bà)amā\": [\n        {\n            \"word\": \"-rì(bà)amā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mark; put distinguishing mark on\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"amā\"\n            ]\n        }\n    ],\n    \"nrìba amā\": [\n        {\n            \"word\": \"nrìba amā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"(distinguishing) mark\",\n                \"mark; distinguishing mark\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"amā\",\n                \"-rì\"\n            ]\n        }\n    ],\n    \"amā\": [\n        {\n            \"word\": \"amā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"distinguishing mark\",\n                \"(negative form), used in many negative noun phrases, e.g.\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"amà okwū\": [\n        {\n            \"word\": \"amà okwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"verse\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"amà\",\n                \"okwu\"\n            ]\n        }\n    ],\n    \"amà ụkwū\": [\n        {\n            \"word\": \"amà ụkwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pace; footstep ( -mà measure)\",\n                \"pace; footstep\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"amà\",\n                \"ụkwụ\"\n            ]\n        }\n    ],\n    \"amà\": [\n        {\n            \"word\": \"amà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"measure\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àma ụghā\": [\n        {\n            \"word\": \"àma ụghā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"false witness\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ bù ife ọjọō ịgbā àma ūgha\",\n                    \"english\": \"It is a bad thing to bear false witness\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"àmà\"\n            ]\n        }\n    ],\n    \"-gba àmà\": [\n        {\n            \"word\": \"-gba àmà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bear witness; divulge secret; betray\",\n                \"act as informer; bear witness (in bad sense); reveal secrets; betray\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ndi àmà Chukwu\",\n                    \"english\": \"God’s witnesses; the martyrs\"\n                },\n                {\n                    \"igbo\": \"Unù bù ndi àmà m\",\n                    \"english\": \"You are my witnesses\"\n                },\n                {\n                    \"igbo\": \"Ndi àmà Ị nà-etō ị n’enu igwē\",\n                    \"english\": \"Thy Martyrs (witnesses) are praising Thee in Heaven\"\n                },\n                {\n                    \"igbo\": \"Ndi àma Jèhovà\",\n                    \"english\": \"Jehovah`s Witnesses\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"àmà\",\n                \"-gba\"\n            ]\n        }\n    ],\n    \"onye àmà\": [\n        {\n            \"word\": \"onye àmà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"talebearer; gossip; informer\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àmà\",\n                \"onye\"\n            ]\n        }\n    ],\n    \"àmà\": [\n        {\n            \"word\": \"àmà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"witness; secret divulged (e.g. if a person is planning to kill me on a certain day and a friend happens to know of this and tells me beforehand this information is àmà); information; testimony\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ndi àfè ojiī nà-àkwadebe ijīde Chiìnwè mà ndi enyì ya āgbagolụ yā àmà\",\n                    \"english\": \"The police were going to arrest Chiinwe but her friends have warned her of this\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"amāafịa ǹtùtọ\": [\n        {\n            \"word\": \"amāafịa ǹtùtọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sore throat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"amāafịa\"\n            ]\n        }\n    ],\n    \"ākpịlị\": [\n        {\n            \"word\": \"ākpịlị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"amāafịa\"\n            ]\n        }\n    ],\n    \"amāafịa\": [\n        {\n            \"word\": \"amāafịa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tooth-ache\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"amàlà\": [\n        {\n            \"word\": \"amàlà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"type of fish\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụgbọ àmàlà\": [\n        {\n            \"word\": \"ụgbọ àmàlà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"canoe\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àmàlà\",\n                \"ụgbọ\"\n            ]\n        }\n    ],\n    \"àmàlà\": [\n        {\n            \"word\": \"àmàlà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"favour\",\n                \"paddle (for canoe)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"àmànì\": [\n        {\n            \"word\": \"àmànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"point of time; hour\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àme\": [\n        {\n            \"word\": \"àme\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"black plaited necklace\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"amì\": [\n        {\n            \"word\": \"amì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(also amì mịlō) reed\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ezè amōosu\": [\n        {\n            \"word\": \"ezè amōosu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"chief of witches\",\n                \"chief of wizards\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"amōosu\",\n                \"ezè\"\n            ]\n        }\n    ],\n    \"-ta amōosu\": [\n        {\n            \"word\": \"-ta amōosu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be a witch; practise witchcraft\",\n                \"be a witch; practise witchcraft (compare -li amōosu and -ta mbili)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"amōosu\",\n                \"-ta\"\n            ]\n        }\n    ],\n    \"amōosu\": [\n        {\n            \"word\": \"amōosu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"witch\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kpa amụ\": [\n        {\n            \"word\": \"-kpa amụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cause laughter; be absurd; jest; trifle; amuse\",\n                \"cause laughter Ọ kpàlù amụ He made a joke O jì m àkpa amụ  He’s making fun of me\",\n                \"jest; trifle; amuse\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"amụ\",\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"-kpùmùlị amụ\": [\n        {\n            \"word\": \"-kpùmùlị amụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"smile, laugh, chuckle, in a gentle way (as a sign of pleasure)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"amụ\"\n            ]\n        }\n    ],\n    \"mkpụlụ amū\": [\n        {\n            \"word\": \"mkpụlụ amū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a smile\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"amụ\",\n                \"mkpụlū\"\n            ]\n        }\n    ],\n    \"-sọ amụ\": [\n        {\n            \"word\": \"-sọ amụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make laugh; please; amuse; delight; be funny\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"amụ\",\n                \"-sọ\"\n            ]\n        }\n    ],\n    \"amụ\": [\n        {\n            \"word\": \"amụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"laugh; laughter\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"amù ibì\": [\n        {\n            \"word\": \"amù ibì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hydrocele\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"amù\",\n                \"ibì\"\n            ]\n        }\n    ],\n    \"-gba amù\": [\n        {\n            \"word\": \"-gba amù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"castrate\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"amù\",\n                \"-gba\"\n            ]\n        }\n    ],\n    \"mkpụlụ amù\": [\n        {\n            \"word\": \"mkpụlụ amù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"testis\",\n                \"testicle\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"amù\",\n                \"mkpụlū\"\n            ]\n        }\n    ],\n    \"-pì amù\": [\n        {\n            \"word\": \"-pì amù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"castrate\",\n                \"(compare -gba amù) castrate\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nnā ānyị nà-àkwadebe ịpì mkpi ọ zùtàlù n’afịa ǹnyàafù amù\",\n                    \"english\": \"Father is preparing to castrate the he-goat he bought from the market yesterday\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"amù\",\n                \"-pì\"\n            ]\n        }\n    ],\n    \"amù\": [\n        {\n            \"word\": \"amù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"scrotum\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-bu amụma\": [\n        {\n            \"word\": \"-bu amụma\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"prophesy\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"amụma\",\n                \"-bu\"\n            ]\n        }\n    ],\n    \"-ma amụma\": [\n        {\n            \"word\": \"-ma amụma\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"prophesy; foretell\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"amụma\",\n                \"-ma\"\n            ]\n        }\n    ],\n    \"onye amụma\": [\n        {\n            \"word\": \"onye amụma\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"prophet\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"amụma\"\n            ]\n        }\n    ],\n    \"onye amụma āsị\": [\n        {\n            \"word\": \"onye amụma āsị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"false prophet ( -ma + 8. announce)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"amụma\"\n            ]\n        }\n    ],\n    \"amụma\": [\n        {\n            \"word\": \"amụma\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"prophecy\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-sè àmùmà\": [\n        {\n            \"word\": \"-sè àmùmà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"flash; lighten; show lightning\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àmùmà\",\n                \"-sè\"\n            ]\n        }\n    ],\n    \"àmùmà\": [\n        {\n            \"word\": \"àmùmà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"lightning\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ànà\": [\n        {\n            \"word\": \"ànà\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see ànì\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"anakā osisi\": [\n        {\n            \"word\": \"anakā osisi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"branch of tree\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anakā\"\n            ]\n        }\n    ],\n    \"-du anakā\": [\n        {\n            \"word\": \"-du anakā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"put out shoots, suckers\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anakā\",\n                \"-du\"\n            ]\n        }\n    ],\n    \"anakā\": [\n        {\n            \"word\": \"anakā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"branch\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Ànàndiìchè\": [\n        {\n            \"word\": \"Ànàndiìchè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"god of family, represented by a tree\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ànàsì\": [\n        {\n            \"word\": \"ànàsì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"chief or favourite wife (usually first) of a king\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"anì\": [\n        {\n            \"word\": \"anì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(also anì nnùnù) bird’s nest (= àkwụ)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ànì apìtì\": [\n        {\n            \"word\": \"ànì apìtì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"swamp\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"apìtì\"\n            ]\n        }\n    ],\n    \"ànị èdò\": [\n        {\n            \"word\": \"ànị èdò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Atanị area\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\"\n            ]\n        }\n    ],\n    \"ànì ezè\": [\n        {\n            \"word\": \"ànì ezè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kingdom\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"ezè\"\n            ]\n        }\n    ],\n    \"ànì isī\": [\n        {\n            \"word\": \"ànì isī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"skull of head\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"isi\"\n            ]\n        }\n    ],\n    \"ànị mmadù\": [\n        {\n            \"word\": \"ànị mmadù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"foreign country; another person’s land\",\n                \"land of the living (opposed to ànì mmụọ)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\"\n            ]\n        }\n    ],\n    \"ànì mmanụ anwū nà mmili ala efī\": [\n        {\n            \"word\": \"ànì mmanụ anwū nà mmili ala efī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"promised land (land of milk and honey)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\"\n            ]\n        }\n    ],\n    \"ànị mmānya\": [\n        {\n            \"word\": \"ànị mmānya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dregs of wine\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\"\n            ]\n        }\n    ],\n    \"ànì mmarùbe\": [\n        {\n            \"word\": \"ànì mmarùbe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"earthquake\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"-ma\"\n            ]\n        }\n    ],\n    \"ànị mmụọ\": [\n        {\n            \"word\": \"ànị mmụọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"land of the dead (opposed to ànị mmadù, land of the living) (Christian usage) hell; Hades\",\n                \"lands of the dead; (Christian usage) hell\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ līdàlù n’ànị mmụọ\",\n                    \"english\": \"He descended into hell\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"mmụō\"\n            ]\n        }\n    ],\n    \"ànì obì\": [\n        {\n            \"word\": \"ànì obì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"place of abode; settlement\",\n                \"empty plot for future building (of dwelling)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"obì\"\n            ]\n        }\n    ],\n    \"ànì okwū\": [\n        {\n            \"word\": \"ànì okwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"most important part of the story\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"okwu\"\n            ]\n        }\n    ],\n    \"ànì olū\": [\n        {\n            \"word\": \"ànì olū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"land overflowed in wet season\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\"\n            ]\n        }\n    ],\n    \"ànì ọcha\": [\n        {\n            \"word\": \"ànì ọcha\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dry land, not overflowed in wet season\",\n                \"Ìgbò land\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"ọcha\"\n            ]\n        }\n    ],\n    \"ànị ōma jìjìjì\": [\n        {\n            \"word\": \"ànị ōma jìjìjì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"earthquake\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"-ma\"\n            ]\n        }\n    ],\n    \"ànì ọnà ọcha nà ọnā èdò\": [\n        {\n            \"word\": \"ànì ọnà ọcha nà ọnā èdò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"land of gold and silver\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\"\n            ]\n        }\n    ],\n    \"ànì ụkwū\": [\n        {\n            \"word\": \"ànì ụkwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"heel of the foot\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"ụkwụ\"\n            ]\n        }\n    ],\n    \"ànì ụlō\": [\n        {\n            \"word\": \"ànì ụlō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"clay soil\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"ụlō\"\n            ]\n        }\n    ],\n    \"àrụ ànì\": [\n        {\n            \"word\": \"àrụ ànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"quietness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\"\n            ]\n        }\n    ],\n    \"awa ànì\": [\n        {\n            \"word\": \"awa ànì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"division, plot, of land\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"-wa\"\n            ]\n        }\n    ],\n    \"-bọ ànì\": [\n        {\n            \"word\": \"-bọ ànì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"scratch, paw the ground (of fowls, dogs)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"-bọ\"\n            ]\n        }\n    ],\n    \"-dị ànì\": [\n        {\n            \"word\": \"-dị ànì\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"be low\",\n                \"be humble, low, of low estate, contemptible\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Oche à dì ànì\",\n                    \"english\": \"This chair is low\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"-dị\"\n            ]\n        }\n    ],\n    \"-do ànì\": [\n        {\n            \"word\": \"-do ànì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"settle a country; establish place\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"-do\"\n            ]\n        }\n    ],\n    \"-dolu ànì\": [\n        {\n            \"word\": \"-dolu ànì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"put down\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"-do\"\n            ]\n        }\n    ],\n    \"-dolu àrụ ànì\": [\n        {\n            \"word\": \"-dolu àrụ ànì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take things easy\",\n                \"take things quietly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"-do\"\n            ]\n        }\n    ],\n    \"enu ànì\": [\n        {\n            \"word\": \"enu ànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dry land (as opposed to water); high land between Asaba and Agbor\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"enū\"\n            ]\n        }\n    ],\n    \"enū nà ànì\": [\n        {\n            \"word\": \"enū nà ànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"‘up and down’; blouse and wrapper made of same material\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\"\n            ]\n        }\n    ],\n    \"-fè ànì\": [\n        {\n            \"word\": \"-fè ànì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"prepare land for planting by propitiating the spirits (or gods) concerned\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"-fè\"\n            ]\n        }\n    ],\n    \"-gbabo ànì\": [\n        {\n            \"word\": \"-gbabo ànì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"kick up the ground\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òkwute ị dèbèlù n’ebe afù gà-àgbabo ànì ụnò\",\n                    \"english\": \"The stone you placed in that place is going to break the floor\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"-gba-\"\n            ]\n        }\n    ],\n    \"-gbakìlì ànì\": [\n        {\n            \"word\": \"-gbakìlì ànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"run hither and thither; make fuss; be dilatory, going hither and thither without anything being seen done by the person; dilly- dally\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\"\n            ]\n        }\n    ],\n    \"-kpa okē ànì\": [\n        {\n            \"word\": \"-kpa okē ànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"make boundary between lands\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\"\n            ]\n        }\n    ],\n    \"-kpọbo ànì\": [\n        {\n            \"word\": \"-kpọbo ànì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"level ground; break ground for planting\",\n                \"level ground; break ground\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"-kpọ isi ànì\": [\n        {\n            \"word\": \"-kpọ isi ànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"prostrate; cringe; worship; beg\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\"\n            ]\n        }\n    ],\n    \"-kpọ ànì\": [\n        {\n            \"word\": \"-kpọ ànì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"clear ground by burning\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"-lu ànì\": [\n        {\n            \"word\": \"-lu ànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"arrive at a settlement or conclusion\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\"\n            ]\n        }\n    ],\n    \"-lụ ànì\": [\n        {\n            \"word\": \"-lụ ànì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wreak havoc; commit treachery, abominably wicked or cruel act\",\n                \"commit abomination, havoc, treachery\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ibè lùlù ànì\",\n                    \"english\": \"Ibe committed an abomination\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"-lụ\"\n            ]\n        }\n    ],\n    \"-lụcha ànì\": [\n        {\n            \"word\": \"-lụcha ànì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cultivate land; clear weeds\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"-lụ\"\n            ]\n        }\n    ],\n    \"ǹgwu ànì\": [\n        {\n            \"word\": \"ǹgwu ànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tool for digging; digger\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"ǹgwu\"\n            ]\n        }\n    ],\n    \"ǹtọ ànì\": [\n        {\n            \"word\": \"ǹtọ ànì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"foundation; origin\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Achòlù m ịmā ǹtọ ànì emume afù\",\n                    \"english\": \"I want to know the origin of the custom\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"ǹtò\",\n                \"-tò\"\n            ]\n        }\n    ],\n    \"òbì n’ànà alā ajā\": [\n        {\n            \"word\": \"òbì n’ànà alā ajā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"one who lives underground but does not absorb earth (i.e. masquerade)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\"\n            ]\n        }\n    ],\n    \"onu ànì\": [\n        {\n            \"word\": \"onu ànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"low tone\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Fa nà-àgụ egwu n’onu ànì\",\n                    \"english\": \"They were singing in low tones\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"onu\"\n            ]\n        }\n    ],\n    \"Ọ nà-èkwu n’onu ànì\": [\n        {\n            \"word\": \"Ọ nà-èkwu n’onu ànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"He is speaking in low tones\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\"\n            ]\n        }\n    ],\n    \"onye ànì\": [\n        {\n            \"word\": \"onye ànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fellow countryman\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"onye\"\n            ]\n        }\n    ],\n    \"onye ànị mmadù\": [\n        {\n            \"word\": \"onye ànị mmadù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"foreigner; stranger\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"onye\"\n            ]\n        }\n    ],\n    \"ọkpụ ànì\": [\n        {\n            \"word\": \"ọkpụ ànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"ancient; long-established\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"ọkpụ\"\n            ]\n        }\n    ],\n    \"òkpụkpa ànì\": [\n        {\n            \"word\": \"òkpụkpa ànì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"making of boundary\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"ọmụ ànì\": [\n        {\n            \"word\": \"ọmụ ànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bottom\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"ọmụ\"\n            ]\n        }\n    ],\n    \"ọrụ ànì\": [\n        {\n            \"word\": \"ọrụ ànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dregs (of wine)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"ọrụ\"\n            ]\n        }\n    ],\n    \"òsụsụ ànì\": [\n        {\n            \"word\": \"òsụsụ ànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cutting, clearing of bush preparatory to farming\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\"\n            ]\n        }\n    ],\n    \"-pu n’ànì\": [\n        {\n            \"word\": \"-pu n’ànì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be native or home-born, indigenous (literally grow, sprout in the soil)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"-pu\"\n            ]\n        }\n    ],\n    \"-rulu ànì\": [\n        {\n            \"word\": \"-rulu ànì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stoop down\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"-ru\"\n            ]\n        }\n    ],\n    \"-runata ànì\": [\n        {\n            \"word\": \"-runata ànì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stoop down a bit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"-ru\"\n            ]\n        }\n    ],\n    \"-sekpùlu ànì\": [\n        {\n            \"word\": \"-sekpùlu ànì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"worship; bow, kneel down; give honour to\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"-se-kpù\"\n            ]\n        }\n    ],\n    \"-sù isi n’ànì\": [\n        {\n            \"word\": \"-sù isi n’ànì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fall headlong; throw oneself headlong\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Onye iwe nà-èwe sùa isī n’ànì kà a malụ nà iwe obì nà-èwe yā\",\n                    \"english\": \"Let whoever is annoyed (or angry) put his head on the ground to prove that he is annoyed (lit know that anger is burning in his heart)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"isi\",\n                \"-sù\"\n            ]\n        }\n    ],\n    \"-sù n’ànì\": [\n        {\n            \"word\": \"-sù n’ànì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"thump on the ground; set down heavily\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"-sù\"\n            ]\n        }\n    ],\n    \"-tò anya n’ànì\": [\n        {\n            \"word\": \"-tò anya n’ànì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be observant, watchful, careful; take notice of; watch (literally lay the eyes on the ground)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"anya\",\n                \"-tò\"\n            ]\n        }\n    ],\n    \"-tò ntì n’ànì\": [\n        {\n            \"word\": \"-tò ntì n’ànì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hearken; pay attention (literally lay the ear on the ground)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nnā ānyị nà-àchọ ikwū okwu, madù niīne tò ntì n’ànì\",\n                    \"english\": \"Father is going to speak, would you all be attentive\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"ntì\",\n                \"-tò\"\n            ]\n        }\n    ],\n    \"-tò ǹtọ ànì\": [\n        {\n            \"word\": \"-tò ǹtọ ànì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lay foundation\",\n                \"lay foundation; start from the beginning\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"ǹtò\",\n                \"-tò\"\n            ]\n        }\n    ],\n    \"ụgbọ ànì\": [\n        {\n            \"word\": \"ụgbọ ànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"lorry; car\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"ụgbọ\"\n            ]\n        }\n    ],\n    \"ùsọ ànì\": [\n        {\n            \"word\": \"ùsọ ànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"boundary (of farmland)\",\n                \"bank of river\",\n                \"border; place of no consequence; the country, countryside\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"ùsọ\"\n            ]\n        }\n    ],\n    \"-wa ànì\": [\n        {\n            \"word\": \"-wa ànì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"break up land by digging; divide land for planting; dig ground\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"-wa\"\n            ]\n        }\n    ],\n    \"-wedàta ànì\": [\n        {\n            \"word\": \"-wedàta ànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bring down; humble; humiliate\",\n                \"Ànì, Ànà the Earth Spirit, regarded as the mother of all men, the queen of the underworld, and the custodian of public morality\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\"\n            ]\n        }\n    ],\n    \"Ànìegbòka\": [\n        {\n            \"word\": \"Ànìegbòka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"person’s name\",\n                \"person's name (literally the land has offered very formidable protection)\",\n                \"cover in order to prevent; cover\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"-gbò\"\n            ]\n        }\n    ],\n    \"Ànìèmeka\": [\n        {\n            \"word\": \"Ànìèmeka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"person’s name (literally The land has done very well)\",\n                \"male name\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\",\n                \"-me\"\n            ]\n        }\n    ],\n    \"Ànị ēzi\": [\n        {\n            \"word\": \"Ànị ēzi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the shrine of Ànì owned by the head of a compound, kept in front of his house\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\"\n            ]\n        }\n    ],\n    \"Ànị Ònìchà\": [\n        {\n            \"word\": \"Ànị Ònìchà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"secret place worshipped by Onitsha people\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\"\n            ]\n        }\n    ],\n    \"alụlụ Ànì\": [\n        {\n            \"word\": \"alụlụ Ànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"injustice; maltreatment; wickedness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\"\n            ]\n        }\n    ],\n    \"ezē Ànì\": [\n        {\n            \"word\": \"ezē Ànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"life-size status of carved wood, representing Ànì\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\"\n            ]\n        }\n    ],\n    \"nsọ Ànì\": [\n        {\n            \"word\": \"nsọ Ànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"abomination\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\"\n            ]\n        }\n    ],\n    \"-rù Ànì\": [\n        {\n            \"word\": \"-rù Ànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sacrifice to Ànì\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànì\"\n            ]\n        }\n    ],\n    \"ànì\": [\n        {\n            \"word\": \"ànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"land; ground; soil\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ànà\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"anịkịlịjā\": [\n        {\n            \"word\": \"anịkịlịjā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"old, worn-out thing, usually machine or vehicle\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Igwē ǹkaà bù anịkịlịjā\",\n                    \"english\": \"This bicycle is very old and worn-out\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ànịnị\": [\n        {\n            \"word\": \"ànịnị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tenth of a penny (Hausa àniinii)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"àniniī\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ànọ\": [\n        {\n            \"word\": \"ànọ\",\n            \"wordClass\": \"CD\",\n            \"definitions\": [\n                \"Central Igbo form of ìnọ, used in ta à bụ ànọ three days ago (literally today is four)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ànunuū\": [\n        {\n            \"word\": \"ànunuū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"plant yielding black dye\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"anụ atụlū\": [\n        {\n            \"word\": \"anụ atụlū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mutton\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anụ\"\n            ]\n        }\n    ],\n    \"anụ efī\": [\n        {\n            \"word\": \"anụ efī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"beef\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anụ\",\n                \"efi\"\n            ]\n        }\n    ],\n    \"anụ ewū\": [\n        {\n            \"word\": \"anụ ewū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"goat’s meat\",\n                \"goat-meat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anụ\",\n                \"ewu\"\n            ]\n        }\n    ],\n    \"anụ ezì\": [\n        {\n            \"word\": \"anụ ezì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pork\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anụ\",\n                \"ezì\"\n            ]\n        }\n    ],\n    \"anụmànù\": [\n        {\n            \"word\": \"anụmànù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"animal (generic)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anụ\"\n            ]\n        }\n    ],\n    \"anụ namà\": [\n        {\n            \"word\": \"anụ namà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"beef\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anụ\"\n            ]\n        }\n    ],\n    \"anụ ọfīa\": [\n        {\n            \"word\": \"anụ ọfīa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wild animal\",\n                \"(fig.) any person who behaves like an animal; foolish person\",\n                \"wild animal; (fig.) stupid, foolish person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anụ\",\n                \"ọfịa\"\n            ]\n        }\n    ],\n    \"anụ ūfe\": [\n        {\n            \"word\": \"anụ ūfe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"flying creature; bird; bat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anụ\",\n                \"-fe\"\n            ]\n        }\n    ],\n    \"anụ ugbokō\": [\n        {\n            \"word\": \"anụ ugbokō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stupid, uncivilized person\",\n                \"name of a town in Bendel State\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anụ\",\n                \"ugbokō\"\n            ]\n        }\n    ],\n    \"-chụ anụ\": [\n        {\n            \"word\": \"-chụ anụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"chase animals\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anụ\",\n                \"-chụ\"\n            ]\n        }\n    ],\n    \"-dọka anụ\": [\n        {\n            \"word\": \"-dọka anụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tear, rend (flesh)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anụ\",\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"ezè anụmànù\": [\n        {\n            \"word\": \"ezè anụmànù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"king of the beasts; elephant\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anụ\",\n                \"ezè\"\n            ]\n        }\n    ],\n    \"onye anū\": [\n        {\n            \"word\": \"onye anū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"meat seller, dealer\",\n                \"meat-seller (-dealer)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anụ\",\n                \"onye\"\n            ]\n        }\n    ],\n    \"ọkpùlùkpù anū\": [\n        {\n            \"word\": \"ọkpùlùkpù anū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"piece of meat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anụ\",\n                \"ọkpùlùkpù\"\n            ]\n        }\n    ],\n    \"ọlụ anū\": [\n        {\n            \"word\": \"ọlụ anū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"leg (of meat)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anụ\",\n                \"ọlụ\"\n            ]\n        }\n    ],\n    \"ugwùlùgwù anū\": [\n        {\n            \"word\": \"ugwùlùgwù anū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"breast (of meat)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anụ\",\n                \"ugwùlùgwù\"\n            ]\n        }\n    ],\n    \"ùw’a anụmànù\": [\n        {\n            \"word\": \"ùw’a anụmànù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the animal world\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anụ\"\n            ]\n        }\n    ],\n    \"anụ\": [\n        {\n            \"word\": \"anụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"animal; meat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ànùm\": [\n        {\n            \"word\": \"ànùm\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"female tortoise\",\n                \"wife of Tortoise in fables\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ànụmdi\": [\n        {\n            \"word\": \"ànụmdi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"marriage (of woman to man); wedding\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ànùnù ebè\": [\n        {\n            \"word\": \"ànùnù ebè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tree supposed very poisonous, associated with ànùnù\",\n                \"tree, supposed very poisonous, associated with ànùnù (literally ànùnù never settles on it)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànùnù\",\n                \"-bè\"\n            ]\n        }\n    ],\n    \"ànùnụ ngwe\": [\n        {\n            \"word\": \"ànùnụ ngwe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"vegetable\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànùnù\"\n            ]\n        }\n    ],\n    \"ànùnù\": [\n        {\n            \"word\": \"ànùnù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bird (rare, small)\",\n                \"indigo vine (Lonchocarpus cyanescens Benth.)\",\n                \"type of game played by children\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ànwàlì\": [\n        {\n            \"word\": \"ànwàlì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(also ìpo ànwàlì) a fish (Alestes leuciscus); ìpo is regarded as the larger size of ànwàlì\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-me ànwàǹsì\": [\n        {\n            \"word\": \"-me ànwàǹsì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"conjure; do wizardry\",\n                \"conjure; perform magic\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànwàǹsì\",\n                \"-me\"\n            ]\n        }\n    ],\n    \"ànwàǹsì\": [\n        {\n            \"word\": \"ànwàǹsì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"conjuring, magic, jugglery, by dibìà\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"(anwū) -cha\": [\n        {\n            \"word\": \"(anwū) -cha\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"beat (of sun)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anwū\"\n            ]\n        }\n    ],\n    \"-cha n’anwū\": [\n        {\n            \"word\": \"-cha n’anwū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be apparent, obvious, conspicuous\",\n                \"be apparent, obvious, conspicuous (compare -gba n’anwū)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anwū\",\n                \"-cha\"\n            ]\n        }\n    ],\n    \"-kpọ anwū\": [\n        {\n            \"word\": \"-kpọ anwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wither\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anwū\"\n            ]\n        }\n    ],\n    \"mkpọ ānwụ\": [\n        {\n            \"word\": \"mkpọ ānwụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"drought; extended dry season; severe dry season; long period without rain\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anwū\",\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"òche anwū\": [\n        {\n            \"word\": \"òche anwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"umbrella; sunshade\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anwū\"\n            ]\n        }\n    ],\n    \"oke anwū\": [\n        {\n            \"word\": \"oke anwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"intense sunshine\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anwū\",\n                \"oke\"\n            ]\n        }\n    ],\n    \"ọjì anwū\": [\n        {\n            \"word\": \"ọjì anwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"false iroko (Antiaris africana Engl.)\",\n                \"kind of ọjì with leaves less broad than that of ọjì; false iroko (Antiaris africana Engl.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anwū\",\n                \"ọjì\"\n            ]\n        }\n    ],\n    \"-zè(lụ) anwū\": [\n        {\n            \"word\": \"-zè(lụ) anwū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shelter from sun\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anwū\",\n                \"-zè\"\n            ]\n        }\n    ],\n    \"mmanụ anwū\": [\n        {\n            \"word\": \"mmanụ anwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"honey\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anwū\"\n            ]\n        }\n    ],\n    \"-ra anwū\": [\n        {\n            \"word\": \"-ra anwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"take honey from the comb (after driving away the bees)\",\n                \"(fig.) cause great trouble or hardship\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anwū\",\n                \"-ra\"\n            ]\n        }\n    ],\n    \"anwụ ntà\": [\n        {\n            \"word\": \"anwụ ntà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mosquito\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anwū\"\n            ]\n        }\n    ],\n    \"ụnò anwū\": [\n        {\n            \"word\": \"ụnò anwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mosquito-net\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anwū\",\n                \"ụnò\"\n            ]\n        }\n    ],\n    \"anwū\": [\n        {\n            \"word\": \"anwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sunshine; heat of sun\",\n                \"bee\",\n                \"mosquito\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"anwùlị\": [\n        {\n            \"word\": \"anwùlị\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see aŋùlị\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"anwụlịnwụ\": [\n        {\n            \"word\": \"anwụlịnwụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"rough surface\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"anwụlū èkèlèke\": [\n        {\n            \"word\": \"anwụlū èkèlèke\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tied tobacco; bits of tied tobacco retailed in small amounts - 1d, 3d, etc.\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anwụlù\"\n            ]\n        }\n    ],\n    \"isi anwūlù\": [\n        {\n            \"word\": \"isi anwūlù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"head of tobacco; bunch of prepared tobacco leaves (usually black tobacco) containing 5 leaves in one head\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anwụlù\",\n                \"isi\"\n            ]\n        }\n    ],\n    \"-kpọ anwụlù\": [\n        {\n            \"word\": \"-kpọ anwụlù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take snuff\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-àkpọ anwūlù\",\n                    \"english\": \"He is taking (tobacco) snuff\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"anwụlù\",\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"mkpò anwūlù\": [\n        {\n            \"word\": \"mkpò anwūlù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"snuffbox\",\n                \"snuff-box\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anwụlù\",\n                \"mkpò\"\n            ]\n        }\n    ],\n    \"-kwụ anwụlù\": [\n        {\n            \"word\": \"-kwụ anwụlù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"smoke (of a fire)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anwụlù\",\n                \"-kwụ\"\n            ]\n        }\n    ],\n    \"òkwute anwūlù\": [\n        {\n            \"word\": \"òkwute anwūlù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stone for grinding snuff\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anwụlù\",\n                \"okwumkwudo\"\n            ]\n        }\n    ],\n    \"òkwùma\": [\n        {\n            \"word\": \"òkwùma\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"shea butter (Vitellaria paradoxa)\"\n            ]\n        }\n    ],\n    \"-sè anwụlù\": [\n        {\n            \"word\": \"-sè anwụlù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"smoke tobacco\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Adā m esè anwūlù\",\n                    \"english\": \"I never smoke\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"anwụlù\"\n            ]\n        }\n    ],\n    \"anwụlù\": [\n        {\n            \"word\": \"anwụlù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"smoke\",\n                \"tobacco; cigarette; cigar; tobacco snuff (compare ùtabà)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"anya akpà\": [\n        {\n            \"word\": \"anya akpà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"goggling eyes\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\"\n            ]\n        }\n    ],\n    \"(anya) -bughalị\": [\n        {\n            \"word\": \"(anya) -bughalị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be dizzy, giddy, mad\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anya nà-èbughalị m#\",\n                    \"english\": \"I am dizzy\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\"\n            ]\n        }\n    ],\n    \"anya ikē\": [\n        {\n            \"word\": \"anya ikē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"boldness; greed; fearlessness\",\n                \"axe\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"ike\"\n            ]\n        }\n    ],\n    \"anya ī\": [\n        {\n            \"word\": \"anya ī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"exclamation of pleasure on meeting a friend after long separation\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\"\n            ]\n        }\n    ],\n    \"anya mpīa\": [\n        {\n            \"word\": \"anya mpīa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"eye partly closed through disease or accident\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\"\n            ]\n        }\n    ],\n    \"anya mkpō\": [\n        {\n            \"word\": \"anya mkpō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"blindness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\"\n            ]\n        }\n    ],\n    \"anya mkpūlụ egō\": [\n        {\n            \"word\": \"anya mkpūlụ egō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"eye with pupil whitened by disease\",\n                \"(fig.) fruit; seed; offspring; descendant\",\n                \"(fig.) fruit, result (of deed)\",\n                \"(fig.) individual\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nwa ǹkaà dì kà mkpụlụ Èzènwiìlè\",\n                    \"english\": \"This child looks like a descendant of Ezenwiile\"\n                },\n                {\n                    \"igbo\": \"Ibè nò n’ime oke afụfụ, ọ bù mkpụlụ njō yā kà ọ nà- àghọlụ\",\n                    \"english\": \"Ibe is in great trouble; he is reaping the fruit of his sin\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"egō\",\n                \"mkpụlū\"\n            ]\n        }\n    ],\n    \"anya mmīli\": [\n        {\n            \"word\": \"anya mmīli\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tears\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"mmilī\"\n            ]\n        }\n    ],\n    \"-gba anya mmīli\": [\n        {\n            \"word\": \"-gba anya mmīli\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shed tears\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ife nā-ēme n'ogè kịtāà nà-àgba ìmèliìmè mmādù anya mmīli\",\n                    \"english\": \"What is happening at the present time is making many people shed tears\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-gba\",\n                \"mmilī\"\n            ]\n        }\n    ],\n    \"anya ọkū\": [\n        {\n            \"word\": \"anya ọkū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"disease of the eye\",\n                \"fierceness of aspect\",\n                \"jealousy; envy (literally fiery eyes)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"ọkụ\"\n            ]\n        }\n    ],\n    \"anya ūdo\": [\n        {\n            \"word\": \"anya ūdo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"self-control; temperance\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"ùdo\"\n            ]\n        }\n    ],\n    \"anya ùfìè\": [\n        {\n            \"word\": \"anya ùfìè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"squint; cross-eyes\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"ùfìè\"\n            ]\n        }\n    ],\n    \"anya ukwu\": [\n        {\n            \"word\": \"anya ukwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"greed; coveteousness (literally big eyes)\",\n                \"covetousness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"ukwu\"\n            ]\n        }\n    ],\n    \"arị anyā\": [\n        {\n            \"word\": \"arị anyā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"filaria; filaria worm (of the eye)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\"\n            ]\n        }\n    ],\n    \"-bà n’anya\": [\n        {\n            \"word\": \"-bà n’anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"intoxicate\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Mmanya à bà m n’anya\",\n                    \"english\": \"This wine intoxicates me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-bà-\"\n            ]\n        }\n    ],\n    \"-bo anya\": [\n        {\n            \"word\": \"-bo anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stare at\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-bo\"\n            ]\n        }\n    ],\n    \"-bokwàsị anya\": [\n        {\n            \"word\": \"-bokwàsị anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stare at\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-bo\"\n            ]\n        }\n    ],\n    \"-bughalị anya\": [\n        {\n            \"word\": \"-bughalị anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make dizzy, giddy, mad\",\n                \"be mad, dizzy, giddy\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọgwù m ŋūlụ n’ùtụtù nà-èbughalị m#anya\",\n                    \"english\": \"The drug I took in the morning makes me dizzy\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-bu\"\n            ]\n        }\n    ],\n    \"-bịachị anya\": [\n        {\n            \"word\": \"-bịachị anya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"come regularly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\"\n            ]\n        }\n    ],\n    \"-chalàpù anya\": [\n        {\n            \"word\": \"-chalàpù anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stare at; look sternly at\",\n                \"open eyes wide; stare at; look sternly at\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-cha\"\n            ]\n        }\n    ],\n    \"-chi anya\": [\n        {\n            \"word\": \"-chi anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be well woven; be tight\",\n                \"be well-woven, tight\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-chi\"\n            ]\n        }\n    ],\n    \"-chìchapù anya\": [\n        {\n            \"word\": \"-chìchapù anya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stare; glare\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-chì\"\n            ]\n        }\n    ],\n    \"ènyò anya\": [\n        {\n            \"word\": \"ènyò anya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pair of glasses\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\"\n            ]\n        }\n    ],\n    \"-febè n’anya\": [\n        {\n            \"word\": \"-febè n’anya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"get in eye; (fig.) be cheated\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ekwēna kà ife febē gị n’anya\",\n                    \"english\": \"Don’t let anything get in your eye, or, Don’t let yourself be cheated\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\"\n            ]\n        }\n    ],\n    \"-fụju anya\": [\n        {\n            \"word\": \"-fụju anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"toil, suffer greatly\",\n                \"be horrified, as by an abomination horrified by what is happening now\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ndị mmadù àfụjugo anya n’ife nā-eme kịtāà\",\n                    \"english\": \"People are horrified by what is happening now\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-fụ\"\n            ]\n        }\n    ],\n    \"-fụ n’anya\": [\n        {\n            \"word\": \"-fụ n’anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"love; like\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Fâ fùlù ònwe fā n’anya\",\n                    \"english\": \"They love each other.\"\n                },\n                {\n                    \"igbo\": \"Afùlù m gì n’anya\",\n                    \"english\": \"I love you\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-fụ\"\n            ]\n        }\n    ],\n    \"-fụsì anya\": [\n        {\n            \"word\": \"-fụsì anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"suffer greatly; see many tribulations; have hard experience\",\n                \"suffer greatly; see too many tribulations\",\n                \"have hard experience\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Afūsìgo m anya!\",\n                    \"english\": \"I have suffered a terrible experience or, What a terrible experience I have suffered!\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-fụ\",\n                \"-sì\"\n            ]\n        }\n    ],\n    \"-gbado anya\": [\n        {\n            \"word\": \"-gbado anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fix the eye on, persevere, be diligent\",\n                \"fix the eye on; persevere; be diligent; e.g. (greeting)\"\n            ],\n            \"examples\": [\n                {\n                    \"ibgo\": \"Gbàdo anyā\",\n                    \"english\": \"Take care of yourself\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-gba-\"\n            ]\n        }\n    ],\n    \"gbàdo anyā\": [\n        {\n            \"word\": \"gbàdo anyā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"greeting to a departing friend\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\"\n            ]\n        }\n    ],\n    \"-gbagwòju anya\": [\n        {\n            \"word\": \"-gbagwòju anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"confuse; abash\",\n                \"be abashed; be confused by\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ife à gbagwòjùlù m anya\",\n                    \"english\": \"This has confused me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbà ùgègbè anyā\": [\n        {\n            \"word\": \"-gbà ùgègbè anyā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wear glasses\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ikê gbà ùgègbè anyā\",\n                    \"english\": \"Ike has glasses on\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"ùgègbè\"\n            ]\n        }\n    ],\n    \"-gbe anya\": [\n        {\n            \"word\": \"-gbe anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"steal a look at\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-gbe\"\n            ]\n        }\n    ],\n    \"-gbudo anya\": [\n        {\n            \"word\": \"-gbudo anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"perceive; observe\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-gbu\"\n            ]\n        }\n    ],\n    \"-gha anya\": [\n        {\n            \"word\": \"-gha anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"turn the eyes; long for; expect\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bikō ghà anyā\",\n                    \"english\": \"Please look this way\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-gha\"\n            ]\n        }\n    ],\n    \"-gha anya n’àzụ\": [\n        {\n            \"word\": \"-gha anya n’àzụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"look backwards; look back; glance back\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\"\n            ]\n        }\n    ],\n    \"ife ịtū n’anya\": [\n        {\n            \"word\": \"ife ịtū n’anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"surprising thing\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Etu ndi orī sìlì bàta ụnō à n’anyàsì bù ife ịtū n’anya\",\n                    \"english\": \"How the thieves entered this house last night is surprising\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"ife\",\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-jechi anya\": [\n        {\n            \"word\": \"-jechi anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be punctual\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-je\"\n            ]\n        }\n    ],\n    \"-ji anya\": [\n        {\n            \"word\": \"-ji anya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be lazy\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\"\n            ]\n        }\n    ],\n    \"-ju anya\": [\n        {\n            \"word\": \"-ju anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"surprise; astonish\",\n                \"surprise; be admired; astonish\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O jù m anya\",\n                    \"english\": \"It astonished me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-ju\"\n            ]\n        }\n    ],\n    \"-ka anya\": [\n        {\n            \"word\": \"-ka anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"surpass by greediness, boldness\",\n                \"be bold, confident\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-ka\"\n            ]\n        }\n    ],\n    \"-kpacha anya\": [\n        {\n            \"word\": \"-kpacha anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"do something on purpose\",\n                \"do something purposely\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"-kpachalụ anya\": [\n        {\n            \"word\": \"-kpachalụ anya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be careful, warned, cautious, beware; take heed (literally clear way for sight)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\"\n            ]\n        }\n    ],\n    \"-kpachapù anya\": [\n        {\n            \"word\": \"-kpachapù anya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"take care; be careful, vigilant\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\"\n            ]\n        }\n    ],\n    \"-kwakpọsị anya\": [\n        {\n            \"word\": \"-kwakpọsị anya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cry bitterly (literally blind oneself with tears)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\"\n            ]\n        }\n    ],\n    \"-lò anya\": [\n        {\n            \"word\": \"-lò anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"eye; look at angrily or with contempt\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-alō m#anya\",\n                    \"english\": \"She is eyeing me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-lò\"\n            ]\n        }\n    ],\n    \"-ma anya\": [\n        {\n            \"word\": \"-ma anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"attract\",\n                \"be familiar with; attract; be good at doing something\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nni m mààlù anya yā bù ji\",\n                    \"english\": \"My usual food is yam\"\n                },\n                {\n                    \"igbo\": \"Ọ mààlù anya akwà\",\n                    \"english\": \"He's a good judge of cloth\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-ma\"\n            ]\n        }\n    ],\n    \"-me anya ụlā\": [\n        {\n            \"word\": \"-me anya ụlā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be drowsy\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-me\",\n                \"ụla\"\n            ]\n        }\n    ],\n    \"-meghèli anya\": [\n        {\n            \"word\": \"-meghèli anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"confuse\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O meghèlì m anya\",\n                    \"english\": \"He confused me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-me\"\n            ]\n        }\n    ],\n    \"mkpụlụ anyā\": [\n        {\n            \"word\": \"mkpụlụ anyā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"eyeball\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"mkpụlū\"\n            ]\n        }\n    ],\n    \"-ne anya\": [\n        {\n            \"word\": \"-ne anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"behold; look (at); gaze at; look after; mind\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-ne\"\n            ]\n        }\n    ],\n    \"-nefè anya\": [\n        {\n            \"word\": \"-nefè anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"overlook\",\n                \"connive at; wink at\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-ne\"\n            ]\n        }\n    ],\n    \"-nefèga anya\": [\n        {\n            \"word\": \"-nefèga anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"overlook; neglect\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-ne\"\n            ]\n        }\n    ],\n    \"-nefù anya\": [\n        {\n            \"word\": \"-nefù anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"look aside; neglect; overlook\",\n                \"look aside; neglect; connive at\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-ne\"\n            ]\n        }\n    ],\n    \"-nekpọ anya\": [\n        {\n            \"word\": \"-nekpọ anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take a good look at\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-ne\"\n            ]\n        }\n    ],\n    \"-nekwàsị anya\": [\n        {\n            \"word\": \"-nekwàsị anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"look upon; look again\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-ne\"\n            ]\n        }\n    ],\n    \"-nenye anya\": [\n        {\n            \"word\": \"-nenye anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"look into\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-ne\"\n            ]\n        }\n    ],\n    \"-neta anya\": [\n        {\n            \"word\": \"-neta anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"regard; have respect for\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-ne\"\n            ]\n        }\n    ],\n    \"-netị anya\": [\n        {\n            \"word\": \"-netị anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"look ahead\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-ne\"\n            ]\n        }\n    ],\n    \"-netù anya\": [\n        {\n            \"word\": \"-netù anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"look downwards\",\n                \"look downwards; look down on\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-ne\"\n            ]\n        }\n    ],\n    \"-nezi anya\": [\n        {\n            \"word\": \"-nezi anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"beware; look out; be cautious\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-ne\"\n            ]\n        }\n    ],\n    \"ǹkù anyā\": [\n        {\n            \"word\": \"ǹkù anyā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"eyebrow\",\n                \"eyebrow (= ìkù anyā)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"ǹkù\"\n            ]\n        }\n    ],\n    \"ntùtù anyā\": [\n        {\n            \"word\": \"ntùtù anyā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"eyelash\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"ntùtù\"\n            ]\n        }\n    ],\n    \"nwantaǹta anyā\": [\n        {\n            \"word\": \"nwantaǹta anyā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pupil of eye\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\"\n            ]\n        }\n    ],\n    \"-nwùchì anya\": [\n        {\n            \"word\": \"-nwùchì anya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"shut eyes\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\"\n            ]\n        }\n    ],\n    \"-nwụchita anya\": [\n        {\n            \"word\": \"-nwụchita anya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dazzle the eyes\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\"\n            ]\n        }\n    ],\n    \"ọdù anyā\": [\n        {\n            \"word\": \"ọdù anyā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"corner of the eye\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"ọdù \"\n            ]\n        }\n    ],\n    \"-sì anya\": [\n        {\n            \"word\": \"-sì anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be bold, capable of withstanding hardship, courageous\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-sì\"\n            ]\n        }\n    ],\n    \"-sọ anya\": [\n        {\n            \"word\": \"-sọ anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"refrain from doing something because of respect for someone present\",\n                \"respect person, show favouritism; refrain from doing something because of respect for someone present\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-sọ\"\n            ]\n        }\n    ],\n    \"asō anya\": [\n        {\n            \"word\": \"asō anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"disregard for status or presence; (in good sense) fairness in judgement; (in bad sense) disrespect\",\n                \"disregard for status or presence; impartiality; fairness in judgement; disrespect\",\n                \"avoid (out of disgust); abhor; shun; be beware of\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-sọ\"\n            ]\n        }\n    ],\n    \"-tabè anya\": [\n        {\n            \"word\": \"-tabè anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wink\",\n                \"wink (literally bite eye)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-ta\"\n            ]\n        }\n    ],\n    \"ntabè anyā\": [\n        {\n            \"word\": \"ntabè anyā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"in the blink of an eyelid; in the twinkling of an eye\",\n                \"twinkling of an eye\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Mèe ife afù n’òfu ntabè anyā\",\n                    \"english\": \"Do that thing in the twinkling of an eye\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-ta\"\n            ]\n        }\n    ],\n    \"-tilò anya\": [\n        {\n            \"word\": \"-tilò anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"subdue; tame; beat very severely (literally beat till the eyes become soft)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-ti\"\n            ]\n        }\n    ],\n    \"-tụ anya\": [\n        {\n            \"word\": \"-tụ anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"expect\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anà m àtụ anya ī\",\n                    \"english\": \"I am expecting you\"\n                },\n                {\n                    \"igbo\": \"Oke ịtū anya abàrò onye ēnwerō ego urù\",\n                    \"english\": \"Great expectations are not helpful to a poor person\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụkpọ anya\": [\n        {\n            \"word\": \"-tụkpọ anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"damage eye by hitting it with something\",\n                \"damage eye by hitting it with a missile\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Onye nā-atụ ichē kpàchalụ anyā màkà ịtūkpọ m anya\",\n                    \"english\": \"The missile thrower should be careful not to damage my eyes!\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụ n’anya\": [\n        {\n            \"word\": \"-tụ n’anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"surprise; astonish\",\n                \"cause wonder; astonish; surprise; surpass\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Etu ndi orī sìlì bàta ụnō à n’anyàsì tùlù m n’anya\",\n                    \"english\": \"How the thieves entered this house last night surprises me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"ugègbè anyā\": [\n        {\n            \"word\": \"ugègbè anyā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(eye) glasses\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\"\n            ]\n        }\n    ],\n    \"ùwà anya ọkū\": [\n        {\n            \"word\": \"ùwà anya ọkū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"envious, jealous world\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"ọkụ\",\n                \"ùwà\"\n            ]\n        }\n    ],\n    \"-wèpù anya\": [\n        {\n            \"word\": \"-wèpù anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"ignore; overlook; connive at\",\n                \"overlook; ignore; give up hope; connive at (literally remove eye from)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-wè\"\n            ]\n        }\n    ],\n    \"-wo n’anya\": [\n        {\n            \"word\": \"-wo n’anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be plain, clear, obvious; stare one in the face; leap to the eye\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-wo\"\n            ]\n        }\n    ],\n    \"-zi n’anya\": [\n        {\n            \"word\": \"-zi n’anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"convince\",\n                \"convince; please (employer) with work\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\",\n                \"-zi\"\n            ]\n        }\n    ],\n    \"-dị anya\": [\n        {\n            \"word\": \"-dị anya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be distant, far\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ebe mkpọtụ sì àbịâ dì anya\",\n                    \"english\": \"Where the noise is coming from is far away\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"anya\"\n            ]\n        }\n    ],\n    \"anya\": [\n        {\n            \"word\": \"anya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"eye\",\n                \"distance\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ànyaā\": [\n        {\n            \"word\": \"ànyaā\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"how? what? (used in addressing persons)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"azịzà anyaanwū\": [\n        {\n            \"word\": \"azịzà anyaanwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"beam of light\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anyaanwū\"\n            ]\n        }\n    ],\n    \"iru anyaanwū\": [\n        {\n            \"word\": \"iru anyaanwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sun\",\n                \"sky (= iru igwē)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Iru anyaanwū dì njọ\",\n                    \"english\": \"The sky is cloudy\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"anyaanwū\"\n            ]\n        }\n    ],\n    \"òdìdà anyaanwū\": [\n        {\n            \"word\": \"òdìdà anyaanwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sunset; West\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anyaanwū\"\n            ]\n        }\n    ],\n    \"òwụwa anyaanwū\": [\n        {\n            \"word\": \"òwụwa anyaanwū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sunrise; East\",\n                \"the sun, regarded as a manifestation or son of Chukwu, the author of light and knowledge\",\n                \"East; sunrise; rising of sun\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Chèe irū n’anyaanwū, sìị ‘Anyaanwū nà Agbàlà’\",\n                    \"english\": \"Face the sun, saying, ‘Sun and Agbala’ (in sacrifice) (anya 1. eye + anwū 1. sunshine)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"anyaanwū\",\n                \"-wa\"\n            ]\n        }\n    ],\n    \"anyaanwū\": [\n        {\n            \"word\": \"anyaanwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sun (as heavenly body)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"anyàlà\": [\n        {\n            \"word\": \"anyàlà\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see aŋàlà\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-cha ànyàlì\": [\n        {\n            \"word\": \"-cha ànyàlì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be an albino\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Umù ya naàbò chàlù ànyàlì\",\n                    \"english\": \"Two of his children are albinos\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ànyàlì\",\n                \"-cha\"\n            ]\n        }\n    ],\n    \"ànyàlì\": [\n        {\n            \"word\": \"ànyàlì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"albino\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gba (àzì) anyàsì\": [\n        {\n            \"word\": \"-gba (àzì) anyàsì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take supper\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànyasì\",\n                \"-gba\"\n            ]\n        }\n    ],\n    \"kwà ànyasì\": [\n        {\n            \"word\": \"kwà ànyasì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"every evening\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànyasì\"\n            ]\n        }\n    ],\n    \"mgbèdè anyàsì\": [\n        {\n            \"word\": \"mgbèdè anyàsì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"late in the evening; evening\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ gà-àbịa ebe à na mgbèdè anyàsì\",\n                    \"english\": \"She will come here late in the evening\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"mgbèdè\"\n            ]\n        }\n    ],\n    \"nni anyàsì\": [\n        {\n            \"word\": \"nni anyàsì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"supper\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"nni\"\n            ],\n            \"stems\": [\n                \"ànyasì\",\n                \"nni\"\n            ]\n        }\n    ],\n    \"ànyasì\": [\n        {\n            \"word\": \"ànyasì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"evening; night (compare ùchichì)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"anyàsì\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"osisi anyikē\": [\n        {\n            \"word\": \"osisi anyikē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wooden handle of axe\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anyikē\",\n                \"osisi\"\n            ]\n        }\n    ],\n    \"anyikē\": [\n        {\n            \"word\": \"anyikē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"axe (anyụ + ike)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ànyị nà ònwe ānyị\": [\n        {\n            \"word\": \"ànyị nà ònwe ānyị\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"we ourselves\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànyị\"\n            ]\n        }\n    ],\n    \"ànyị nwà\": [\n        {\n            \"word\": \"ànyị nwà\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"we here; we ourselves\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànyị\"\n            ]\n        }\n    ],\n    \"di ānyị\": [\n        {\n            \"word\": \"di ānyị\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"such a one, so and so (e.g. where a name is unknown); friend\",\n                \"such a one; so and so!; (used to address a man, or less often to refer to him, either where name is unknown or by wives referring to husband)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànyị\",\n                \"di\"\n            ]\n        }\n    ],\n    \"Dinwenu ānyị\": [\n        {\n            \"word\": \"Dinwenu ānyị\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"Our Lord\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànyị\"\n            ]\n        }\n    ],\n    \"-dị n’isi ānyị\": [\n        {\n            \"word\": \"-dị n’isi ānyị\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"be our responsibility\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànyị\"\n            ]\n        }\n    ],\n    \"ibe ānyị\": [\n        {\n            \"word\": \"ibe ānyị\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"comrades; friends; compatriots; companions\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànyị\"\n            ]\n        }\n    ],\n    \"ǹke āyị\": [\n        {\n            \"word\": \"ǹke āyị\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"our; ours\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànyị\"\n            ]\n        }\n    ],\n    \"ànyị\": [\n        {\n            \"word\": \"ànyị\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"Ànyị nò ebe à We are here\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Wètalụ āyị ego āyị\",\n                    \"english\": \"Bring us our money\"\n                },\n                {\n                    \"igbo\": \"Ònye nà-àkpọ āyị?\",\n                    \"english\": \"Who is calling us?\"\n                }\n            ],\n            \"variations\": [\n                \"àyị\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ànyìnyà ibū\": [\n        {\n            \"word\": \"ànyìnyà ibū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"donkey; mule; ass; beast of burden\",\n                \"donkey; mule; ass\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànyìnyà\",\n                \"ibu\"\n            ]\n        }\n    ],\n    \"ànyìnyà igwè\": [\n        {\n            \"word\": \"ànyìnyà igwè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bicycle (old term)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànyìnyà\"\n            ]\n        }\n    ],\n    \"-magolu ànyìnyà\": [\n        {\n            \"word\": \"-magolu ànyìnyà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"mount a horse\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ànyìnyà\",\n                \"-ma\"\n            ]\n        }\n    ],\n    \"ànyìnyà\": [\n        {\n            \"word\": \"ànyìnyà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"horse\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ìnyìnyà\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"anyụ ǹkà\": [\n        {\n            \"word\": \"anyụ ǹkà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"small hammer used by blacksmith\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"anyụ\"\n            ]\n        }\n    ],\n    \"anyụ\": [\n        {\n            \"word\": \"anyụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"axe (also anyikē, anyụ ikē), see separate entry\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"A kàta nà a gà-ègbu ọjì, anyụ èpelụ ọnū, mpòmà èpelụ ọnū\",\n                    \"english\": \"When it is said that the iroko is to be felled, the axe loses its edge, the matchet loses its edge (i.e. people become discouraged at the thought of too difficult a task)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"anyū\": [\n        {\n            \"word\": \"anyū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pumpkin\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"elili aŋā\": [\n        {\n            \"word\": \"elili aŋā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cane string (= ekwe)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aŋā\"\n            ]\n        }\n    ],\n    \"-gbu aŋā\": [\n        {\n            \"word\": \"-gbu aŋā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"collect cane from bush\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aŋā\"\n            ]\n        }\n    ],\n    \"aŋā\": [\n        {\n            \"word\": \"aŋā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wild cane; rattan; generic term applying to Oncocalamus wrightianus Hutch., O. acanthocnemis, Ancistrophyllum secundiflorum, and A. opacum, used to make chairs, beds, walking-sticks, baskets, trays, whips string, etc.\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"aŋàafì\": [\n        {\n            \"word\": \"aŋàafì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kind of ant with painful bite and characteristic smell; stink-ant\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"aŋàlà\": [\n        {\n            \"word\": \"aŋàlà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(= ofe) egg-plant with tiny fruits and edible leaves (Solanum macrocarpon Linn.) (= àfụfā)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"anyàlà\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"aŋùlị nnwā\": [\n        {\n            \"word\": \"aŋùlị nnwā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"feast for a child (e.g. outing, christening, etc.) ( -ŋù 1. rejoice)\",\n                \"child feast (e.g. \\\"outing\\\", christening, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aŋùlì\",\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"aŋùlì\": [\n        {\n            \"word\": \"aŋùlì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"feast; joyful celebration\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"anwùlị\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"onye aŋụlụma\": [\n        {\n            \"word\": \"onye aŋụlụma\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"drunkard\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"aŋụlụma\"\n            ]\n        }\n    ],\n    \"aŋụlụma\": [\n        {\n            \"word\": \"aŋụlụma\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"drinking spree\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àpà ọnyā\": [\n        {\n            \"word\": \"àpà ọnyā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"scar; scar of sore\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àpà\",\n                \"ọnya\"\n            ]\n        }\n    ],\n    \"àpà ụkwū\": [\n        {\n            \"word\": \"àpà ụkwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"footprint\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àpà\",\n                \"ụkwụ\"\n            ]\n        }\n    ],\n    \"-bo àpà\": [\n        {\n            \"word\": \"-bo àpà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"leave scar or mark on\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ bụlụ nà nwe sī ebe à gaa òzọ m tisịa gī èbo m#gị àpà\",\n                    \"english\": \"If you dare pass here again I shall give you a thorough beating (literally after beating you I shall leave scars on you)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"àpà\",\n                \"-bo\"\n            ]\n        }\n    ],\n    \"-bu àpà\": [\n        {\n            \"word\": \"-bu àpà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"have, bear scar or mark\",\n                \"bear scar or mark\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àpà\",\n                \"-bu\"\n            ]\n        }\n    ],\n    \"àpà\": [\n        {\n            \"word\": \"àpà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"scar; mark\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àpàlàpà\": [\n        {\n            \"word\": \"àpàlàpà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fresh fufu (from -pà mould)\",\n                \"fresh fufu\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"àpìlàpì\"\n            ],\n            \"stems\": [\n                \"-pà\"\n            ]\n        }\n    ],\n    \"àpàlì\": [\n        {\n            \"word\": \"àpàlì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"climbing fibre plant\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àpàtàpà ụkwū\": [\n        {\n            \"word\": \"àpàtàpà ụkwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"thigh\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"àpàtàpà\",\n                \"ụkwụ\"\n            ]\n        }\n    ],\n    \"àpàtàpà\": [\n        {\n            \"word\": \"àpàtàpà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àpị\": [\n        {\n            \"word\": \"àpị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"foreskin\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"apịa\": [\n        {\n            \"word\": \"apịa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Black-and-White-Tailed Hornbill (Tockus fasciatus)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"apìtì\": [\n        {\n            \"word\": \"apìtì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mud; mire; swamp; marsh\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àràbà\": [\n        {\n            \"word\": \"àràbà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"plant planted to enrich the soil (especially in the Ìgbo agba enū area)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Àràbà\": [\n        {\n            \"word\": \"Àràbà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Asaba\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"ǹga Àràbà\",\n                    \"english\": \"(fig.) heavy punishment (from the first prison yard\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"B\": [\n        {\n            \"word\": \"B\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-ba aba\": [\n        {\n            \"word\": \"-ba aba\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be many\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ba\"\n            ]\n        }\n    ],\n    \"-bachi\": [\n        {\n            \"word\": \"-bachi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be very plentiful\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Umù ya bàchì ụnò\",\n                    \"english\": \"His offspring fill the house (said of a man with many children)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ba\"\n            ]\n        }\n    ],\n    \"-ba ògàlànyà\": [\n        {\n            \"word\": \"-ba ògàlànyà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"grow rich; become wealthy\",\n                \"become, grow rich\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ndùbeezè àbago ògàlànyà\",\n                    \"english\": \"Ndụbeeze has grown rich\"\n                },\n                {\n                    \"igbo\": \"Òyì m nwokē Ịbā àbago ògàlànyà\",\n                    \"english\": \"My friend Ịba has become rich\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ba\",\n                \"ògàlànyà\"\n            ]\n        }\n    ],\n    \"-ba ọnya\": [\n        {\n            \"word\": \"-ba ọnya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"develop into sore or ulcer (of fresh wound)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ba\",\n                \"ọnya\"\n            ]\n        }\n    ],\n    \"-barị\": [\n        {\n            \"word\": \"-barị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be wealthy\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ bārịgo\",\n                    \"english\": \"He has become wealthy\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ba\"\n            ]\n        }\n    ],\n    \"-ba ùba\": [\n        {\n            \"word\": \"-ba ùba\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be many; multiply; increase\",\n                \"be rich, wealthy\",\n                \"be plenty, many\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Umù ya bàlù ùba\",\n                    \"english\": \"He has many children\"\n                },\n                {\n                    \"igbo\": \"Fâ bàlù ùba\",\n                    \"english\": \"They are rich\"\n                },\n                {\n                    \"igbo\": \"Ụmū Èzèagbàa bàlù ùba\",\n                    \"english\": \"The children of Ezeagbaa are many\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ba\",\n                \"ùba\"\n            ]\n        }\n    ],\n    \"-bawanye\": [\n        {\n            \"word\": \"-bawanye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"increase\",\n                \"increase (in number)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ànyị àbawanyego\",\n                    \"english\": \"We have increased (e.g. of family, society)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ba\",\n                \"-wa\"\n            ]\n        }\n    ],\n    \"ùba\": [\n        {\n            \"word\": \"ùba\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"plentifulness; increase\",\n                \"wealth; riches (compare àkù)\",\n                \"male name\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-ba mba\": [\n        {\n            \"word\": \"-ba mba\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"scold, etc.\",\n                \"scold; rebuke; \\\"howl\\\"\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ bààlì yà mba\",\n                    \"english\": \"He scolded him\"\n                },\n                {\n                    \"igbo\": \"Ọ nà-àbalụ yā mba\",\n                    \"english\": \"She is scolding her\"\n                },\n                {\n                    \"igbo\": \"Àda ètiwago ìtè, nne ānyị gà-àba mba ogè ọ nàtàlù\",\n                    \"english\": \"Ada has broken a pot; mother will complain when she returns\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ba\",\n                \"mba\"\n            ]\n        }\n    ],\n    \"-bachapù\": [\n        {\n            \"word\": \"-bachapù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"peel completely\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ba\"\n            ]\n        }\n    ],\n    \"òbụba\": [\n        {\n            \"word\": \"òbụba\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"breaking\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ba\"\n            ]\n        }\n    ],\n    \"-ba\": [\n        {\n            \"word\": \"-ba\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be many, plenty, much, abundant, numerous; increase in number; multiply\",\n                \"grow rich, wealthy\",\n                \"shout at; rebuke; chide; scold\",\n                \"peel (with knife)\",\n                \"break (under pressure); burst (as of weak clay pot with water in it being broken by pressure of the water; of fufu balls breaking in the pot during boiling)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-àba jī\",\n                    \"english\": \"He is peeling yams\"\n                },\n                {\n                    \"igbo\": \"Ìtè afù akārọ aka, ọ gà-àba mà ị tanye mmīli n’imē ya\",\n                    \"english\": \"That pot is not strong; it will break if you pour water into it\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-dọba\": [\n        {\n            \"word\": \"-dọba\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"put on, at\",\n                \"put down, set down\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Dòba mmīli afù n’ànì\",\n                    \"english\": \"Put that water on the floor\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ba/-be\",\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"-gbabe\": [\n        {\n            \"word\": \"-gbabe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"lean against\",\n                \"lean something against somewhere\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bikō gbàbebe ọbē n’enu ajā\",\n                    \"english\": \"Please lean the ladder against the wall\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ba/-be\",\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-kwụba\": [\n        {\n            \"word\": \"-kwụba\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"place against\",\n                \"stand (something); place\",\n                \"hang\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ba/-be\",\n                \"-kwụ\"\n            ]\n        }\n    ],\n    \"-yibe\": [\n        {\n            \"word\": \"-yibe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"put clothes on someone (compare -yi 1. wear clothes)\",\n                \"clothe; put clothes on someone (e.g. a child)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ba/-be\",\n                \"-yi\"\n            ]\n        }\n    ],\n    \"-gaba\": [\n        {\n            \"word\": \"-gaba\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go away\",\n                \"go on; continue to go; henceforth; thenceforth\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Mèlu gàba etu mbụ\",\n                    \"english\": \"Continue as hitherto!\"\n                }\n            ],\n            \"variations\": [\n                \"-jebe\"\n            ],\n            \"stems\": [\n                \"-ba/-be\",\n                \"-ga\"\n            ]\n        }\n    ],\n    \"-ba/-be\": [\n        {\n            \"word\": \"-ba/-be\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"lean against\",\n                \"make something lean against something (compare -gbabe lean against)\",\n                \"go away to fetch\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Lùba ọlū\",\n                    \"english\": \"Be working\"\n                },\n                {\n                    \"igbo\": \"Osisi ànyị gbūlu dàbèèlù n’ọjì\",\n                    \"english\": \"The tree we cut down is beingsupported by the iroko\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"bàa\": [\n        {\n            \"word\": \"bàa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bà-\"\n            ]\n        }\n    ],\n    \"òbùbà\": [\n        {\n            \"word\": \"òbùbà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"entrance, entry; initiation\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bà-\"\n            ]\n        }\n    ],\n    \"-bà èlèlè\": [\n        {\n            \"word\": \"-bà èlèlè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be useful; profit; benefit\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọlụ à abàrò èlèlè\",\n                    \"english\": \"This work is not useful (compare -bà n’ife, -bà ulù)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-bà-\",\n                \"èlèlè\"\n            ]\n        }\n    ],\n    \"-bàkọ\": [\n        {\n            \"word\": \"-bàkọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"enter together\",\n                \"be about to enter\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bà-\"\n            ]\n        }\n    ],\n    \"-bàlụ\": [\n        {\n            \"word\": \"-bàlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be profitable to (someone); be source of gain to\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ bàgolụ ī\",\n                    \"english\": \"You have profited from it\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-bà-\"\n            ]\n        }\n    ],\n    \"-bàmì\": [\n        {\n            \"word\": \"-bàmì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"enter deeply into\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bà-\"\n            ]\n        }\n    ],\n    \"-bà n’ife\": [\n        {\n            \"word\": \"-bà n’ife\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be useful; profit; benefit (compare -bà èlèlè, -bà ulù)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bà-\"\n            ]\n        }\n    ],\n    \"-bà n’ime àwòlò\": [\n        {\n            \"word\": \"-bà n’ime àwòlò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"enter into mask; wear mask (like a masquerade)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bà-\"\n            ]\n        }\n    ],\n    \"-bànye\": [\n        {\n            \"word\": \"-bànye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"join; enter; go in\",\n                \"soak in\",\n                \"enter Ọ bànyego ụnò She has entered the house\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bà-\",\n                \"-nyefè\"\n            ]\n        }\n    ],\n    \"ụzò mbànye\": [\n        {\n            \"word\": \"ụzò mbànye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"crossroads; street corner\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bà-\",\n                \"ụzò\"\n            ]\n        }\n    ],\n    \"-bànyelụ okwu\": [\n        {\n            \"word\": \"-bànyelụ okwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"join, intervene, in a discussion\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bà-\"\n            ]\n        }\n    ],\n    \"-bà ọlà\": [\n        {\n            \"word\": \"-bà ọlà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be stale (of pounded food)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bà-\",\n                \"ọlà\"\n            ]\n        }\n    ],\n    \"-bàta\": [\n        {\n            \"word\": \"-bàta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"enter; come in\",\n                \"come in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bà-\",\n                \"-ta \"\n            ]\n        }\n    ],\n    \"-bà ulù\": [\n        {\n            \"word\": \"-bà ulù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be useful; profit; benefit (compare -bà n’ife, -bà èlèlè)\",\n                \"be useful; profit; benefit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bà-\",\n                \"ulù\"\n            ]\n        }\n    ],\n    \"èzi ìbà\": [\n        {\n            \"word\": \"èzi ìbà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"court of a native house\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bà-\",\n                \"èzi \"\n            ]\n        }\n    ],\n    \"-bàba\": [\n        {\n            \"word\": \"-bàba\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"soak (corn, clothes, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bà-\"\n            ]\n        }\n    ],\n    \"-bànye akpụ\": [\n        {\n            \"word\": \"-bànye akpụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"soak cassava\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bà-\"\n            ]\n        }\n    ],\n    \"-bà-\": [\n        {\n            \"word\": \"-bà-\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"enter\",\n                \"soak\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-bà afà\": [\n        {\n            \"word\": \"-bà afà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"name; give a name (e.g. to new-born baby)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bà\"\n            ]\n        }\n    ],\n    \"òbùbà afà\": [\n        {\n            \"word\": \"òbùbà afà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"giving a name\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bà\"\n            ]\n        }\n    ],\n    \"-bà\": [\n        {\n            \"word\": \"-bà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"bànyelụ\": [\n        {\n            \"word\": \"bànyelụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"about; concerning\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Achò m ịjūta ife bànyelụ yā\",\n                    \"english\": \"I want to inquire something about him\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ba-cha\"\n            ]\n        }\n    ],\n    \"-ba-cha\": [\n        {\n            \"word\": \"-ba-cha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"peel; pare (yam, cassava, etc., with knife) (compare -be-cha)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"basịkùlù\": [\n        {\n            \"word\": \"basịkùlù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bicycle (English, compare igwè, òkpọlè, ànyìnyà igwè)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"be m#\": [\n        {\n            \"word\": \"be m#\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"my house, home\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"be\"\n            ]\n        }\n    ],\n    \"ndi be\": [\n        {\n            \"word\": \"ndi be\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"household; people of the house; fellow townsfolk\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"be\",\n                \"ndị\"\n            ]\n        }\n    ],\n    \"be\": [\n        {\n            \"word\": \"be\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"home; dwelling\",\n                \"stop (on reaching sufficiency)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nò nà be yā\",\n                    \"english\": \"He is at home; he is in\"\n                },\n                {\n                    \"igbo\": \"Kà o be nọòfụ!\",\n                    \"english\": \"That is enough!\"\n                },\n                {\n                    \"igbo\": \"Ò berō etu à\",\n                    \"english\": \"It is more than this (literally It does not stop at this size, or at this number)\"\n                },\n                {\n                    \"igbo\": \"Ò bù etu à kà o bēlụ?\",\n                    \"english\": \"Is it only this? Is this all?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òbube\": [\n        {\n            \"word\": \"òbube\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"crying\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-be\"\n            ]\n        }\n    ],\n    \"-bekù\": [\n        {\n            \"word\": \"-bekù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"appeal to; implore; cry to\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-be\"\n            ]\n        }\n    ],\n    \"-bekwàsị akwā\": [\n        {\n            \"word\": \"-bekwàsị akwā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cry to; plead to\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-be\"\n            ]\n        }\n    ],\n    \"-be ọnwụ ōnwụ\": [\n        {\n            \"word\": \"-be ọnwụ ōnwụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cry in death-agony\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-be\",\n                \"ọnwụ\"\n            ]\n        }\n    ],\n    \"-be\": [\n        {\n            \"word\": \"-be\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cry out\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-èbe kà ewu\",\n                    \"english\": \"He is crying like a goat\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òbùbè\": [\n        {\n            \"word\": \"òbùbè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"ending; stopping\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bè\"\n            ]\n        }\n    ],\n    \"ùwà ebè èbè\": [\n        {\n            \"word\": \"ùwà ebè èbè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"everlasting; for ever and ever\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nnà, ànyị nà-àyọ Gī kà Ị nònyelụ ānyị wèe lue n’ùwà ebè èbè\",\n                    \"english\": \"Father, we beseech Thee to be with us till life everlasting\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-bè\",\n                \"ùwà\"\n            ]\n        }\n    ],\n    \"Bèelụchī\": [\n        {\n            \"word\": \"Bèelụchī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"personal name (‘Except God’)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"Bèelụchukwu\"\n            ],\n            \"stems\": [\n                \"-bè\"\n            ]\n        }\n    ],\n    \"bèelụ mà\": [\n        {\n            \"word\": \"bèelụ mà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"only if; unless (not)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Agà m àbịa bèelụ mà ị bịa\",\n                    \"english\": \"I will come only if you will come\"\n                },\n                {\n                    \"igbo\": \"Bèelụ mà ì mè ife à m amā abịa\",\n                    \"english\": \"Unless you do this, I will not come\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-bè\"\n            ]\n        }\n    ],\n    \"bèelụ sò\": [\n        {\n            \"word\": \"bèelụ sò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"except Mmadù niīne bìàsì, bèelụ sò m All the people came except me\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bè\"\n            ]\n        }\n    ],\n    \"-bèji\": [\n        {\n            \"word\": \"-bèji\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut down\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bè\"\n            ]\n        }\n    ],\n    \"-bèka\": [\n        {\n            \"word\": \"-bèka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut out; cut into\",\n                \"cut asunder\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bè\",\n                \"-ka\"\n            ]\n        }\n    ],\n    \"-bèkalụ\": [\n        {\n            \"word\": \"-bèkalụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut part of (for)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bè\"\n            ]\n        }\n    ],\n    \"-bèkanye\": [\n        {\n            \"word\": \"-bèkanye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut part and give\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bè\"\n            ]\n        }\n    ],\n    \"-bèkapù\": [\n        {\n            \"word\": \"-bèkapù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut off\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O bēkàpùlì aka\",\n                    \"english\": \"He cut off (someone’s) hand\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-bè\"\n            ]\n        }\n    ],\n    \"-bèkapùta\": [\n        {\n            \"word\": \"-bèkapùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut to pieces from\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bè\"\n            ]\n        }\n    ],\n    \"-bèkọ\": [\n        {\n            \"word\": \"-bèkọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bè\"\n            ]\n        }\n    ],\n    \"-bèlì\": [\n        {\n            \"word\": \"-bèlì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut into pieces\",\n                \"cut into small pieces\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Achò m ibēlì anụ m gà-ènye nwa nkịtā\",\n                    \"english\": \"I want to cut into small pieces the meat I intend to give to the puppy\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-bè\",\n                \"-lì\"\n            ]\n        }\n    ],\n    \"-bèlụ\": [\n        {\n            \"word\": \"-bèlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"subtract; deduct\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bè\"\n            ]\n        }\n    ],\n    \"-bènata\": [\n        {\n            \"word\": \"-bènata\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lessen; reduce\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bènatalụ m#egō\",\n                    \"english\": \"Reduce the price for me\"\n                },\n                {\n                    \"igbo\": \"Àrụ nā-aya yā ebènatago\",\n                    \"english\": \"His illness has abated; he is convalescing\"\n                },\n                {\n                    \"igbo\": \"Ejì m aka nà ọ nà-ebènata yā\",\n                    \"english\": \"I hope she is improving (in illness)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-bè\"\n            ]\n        }\n    ],\n    \"-bè nkenke\": [\n        {\n            \"word\": \"-bè nkenke\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut short; shorten; abbreviate (story, speech, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bè\"\n            ]\n        }\n    ],\n    \"-bè nni\": [\n        {\n            \"word\": \"-bè nni\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut up food for eating\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bè\",\n                \"nni\"\n            ]\n        }\n    ],\n    \"-bènye\": [\n        {\n            \"word\": \"-bènye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut and give\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bè\"\n            ]\n        }\n    ],\n    \"-bènyelụ okwu\": [\n        {\n            \"word\": \"-bènyelụ okwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"join, intervene, in a discussion\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bè\"\n            ]\n        }\n    ],\n    \"-bè okwu\": [\n        {\n            \"word\": \"-bè okwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"settle a dispute\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bè\"\n            ]\n        }\n    ],\n    \"-bèpù\": [\n        {\n            \"word\": \"-bèpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut off\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bè\"\n            ]\n        }\n    ],\n    \"-bè ugwù\": [\n        {\n            \"word\": \"-bè ugwù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"circumcise; (fig.) Mmanya èbègo ugwù The pot of wine is no longer full\",\n                \"circumcise\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bikō jèe kpòọlụ m nnā Ěmeka kà ọ bịa bèe nwa a mūlụ ọfụū ūgwù\",\n                    \"english\": \"Go and call me Emeka's father to come and circumcise the new-born baby\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-bè\",\n                \"ugwù\"\n            ]\n        }\n    ],\n    \"ebè èbè\": [\n        {\n            \"word\": \"ebè èbè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"endless\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bè\"\n            ]\n        }\n    ],\n    \"ndù ebè èbè\": [\n        {\n            \"word\": \"ndù ebè èbè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"everlasting life\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Chinēkè dì ndù ebè èbè\",\n                    \"english\": \"God is everlasting\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-bè\",\n                \"ndù\"\n            ]\n        }\n    ],\n    \"-bèdo\": [\n        {\n            \"word\": \"-bèdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"perch on\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bè\"\n            ]\n        }\n    ],\n    \"-bègolu\": [\n        {\n            \"word\": \"-bègolu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"perch on top of\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nnùnụ à bègòlù n’enu osisi\",\n                    \"english\": \"This bird perched on top of the tree\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-bè\"\n            ]\n        }\n    ],\n    \"-bèkwàsị\": [\n        {\n            \"word\": \"-bèkwàsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"alight; perch\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bè\"\n            ]\n        }\n    ],\n    \"-bè mbè\": [\n        {\n            \"word\": \"-bè mbè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"catch by the leg (in wrestling)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bè\"\n            ]\n        }\n    ],\n    \"-bè\": [\n        {\n            \"word\": \"-bè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut; stop\",\n                \"perch, settle (of bird)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-be-cha\": [\n        {\n            \"word\": \"-be-cha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pare; peel (orange, yam, cassava)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-èbecha òlòma\",\n                    \"english\": \"He is peeling an orange (compare -ba-cha)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"beèdì\": [\n        {\n            \"word\": \"beèdì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bed (English, compare àkwà)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"beèlùtù\": [\n        {\n            \"word\": \"beèlùtù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"belt (English)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òbibi\": [\n        {\n            \"word\": \"òbibi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"living (-bi 1. dwell)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ebe ōbibi\": [\n        {\n            \"word\": \"ebe ōbibi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"habitation; dwelling place\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bi\",\n                \"ebe\"\n            ]\n        }\n    ],\n    \"-bichi\": [\n        {\n            \"word\": \"-bichi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"occupy another’s house\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bi\"\n            ]\n        }\n    ],\n    \"-bidèbe\": [\n        {\n            \"word\": \"-bidèbe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"live near\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bi\"\n            ]\n        }\n    ],\n    \"-bifè (okè)\": [\n        {\n            \"word\": \"-bifè (okè)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"live too long (in a place)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bi\",\n                \"okè\"\n            ]\n        }\n    ],\n    \"-bi ichè\": [\n        {\n            \"word\": \"-bi ichè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"live separately\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bi\",\n                \"ichè\"\n            ]\n        }\n    ],\n    \"-bika ụnò\": [\n        {\n            \"word\": \"-bika ụnò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dwell in a house till it is old\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bi\",\n                \"ụnò\"\n            ]\n        }\n    ],\n    \"-bikọ\": [\n        {\n            \"word\": \"-bikọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"live together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bi\"\n            ]\n        }\n    ],\n    \"mbikọ\": [\n        {\n            \"word\": \"mbikọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"living together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bi\"\n            ]\n        }\n    ],\n    \"-bimalụ\": [\n        {\n            \"word\": \"-bimalụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"live for a long time in one place and become accustomed to it\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bi\"\n            ]\n        }\n    ],\n    \"-bimì\": [\n        {\n            \"word\": \"-bimì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"live far in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bi\"\n            ]\n        }\n    ],\n    \"-bi n’ùdo\": [\n        {\n            \"word\": \"-bi n’ùdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"live in peace, harmony\",\n                \"self in peace, harmony\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bi\",\n                \"ùdo\"\n            ]\n        }\n    ],\n    \"-binyelụ\": [\n        {\n            \"word\": \"-binyelụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"live with\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bi\"\n            ]\n        }\n    ],\n    \"-bisà\": [\n        {\n            \"word\": \"-bisà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"live extending far over an area\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Fâ bisà èbisà\",\n                    \"english\": \"They live spread out over a wide area, wide apart\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-bi\"\n            ]\n        }\n    ],\n    \"-bisò\": [\n        {\n            \"word\": \"-bisò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"live alone\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bi\"\n            ]\n        }\n    ],\n    \"-bi abụbọ\": [\n        {\n            \"word\": \"-bi abụbọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut vegetables\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bi\"\n            ]\n        }\n    ],\n    \"-bi\": [\n        {\n            \"word\": \"-bi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"live; dwell\",\n                \"cut; slice\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Na-èbi òfụma\",\n                    \"english\": \"Goodbye (literally keep living well)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òbìbì\": [\n        {\n            \"word\": \"òbìbì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"termination; end (-bì 2. terminate)\",\n                \"printing (-bì 1. press)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-bìdà\": [\n        {\n            \"word\": \"-bìdà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"press down; reduce; compress\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bì\"\n            ]\n        }\n    ],\n    \"-bìdo\": [\n        {\n            \"word\": \"-bìdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"press; press on\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bìdo akā n’obì ị\",\n                    \"english\": \"Press your hand on your chest\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-bì\"\n            ]\n        }\n    ],\n    \"-bì ọmà\": [\n        {\n            \"word\": \"-bì ọmà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"greet (by embracing (compare -ti ọmà)\",\n                \"greet (by embracing)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bì\",\n                \"ọmà\"\n            ]\n        }\n    ],\n    \"-bìpùta akwụkwọ\": [\n        {\n            \"word\": \"-bìpùta akwụkwọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"publish a book\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bì\"\n            ]\n        }\n    ],\n    \"-bì nkenke\": [\n        {\n            \"word\": \"-bì nkenke\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shorten (a speech)\",\n                \"terminate; bring to an end\",\n                \"cut short (a speech)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bì\",\n                \"nkenke\"\n            ]\n        }\n    ],\n    \"-bì okwu\": [\n        {\n            \"word\": \"-bì okwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"settle a matter; resolve a quarrel\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bì\"\n            ]\n        }\n    ],\n    \"-bì\": [\n        {\n            \"word\": \"-bì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"press; print\",\n                \"cut\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-bìli\": [\n        {\n            \"word\": \"-bìli\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"borrow something (especially money)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bì-\"\n            ]\n        }\n    ],\n    \"-bìnye\": [\n        {\n            \"word\": \"-bìnye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lend (especially money)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bì-\"\n            ]\n        }\n    ],\n    \"onye nā-ebìnye egō\": [\n        {\n            \"word\": \"onye nā-ebìnye egō\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"money-lender\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bì-\"\n            ]\n        }\n    ],\n    \"mbìbì\": [\n        {\n            \"word\": \"mbìbì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"borrowing (-bì 3. borrow)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gba mbìbì\": [\n        {\n            \"word\": \"-gba mbìbì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"borrow; go about borrowing\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ogè niīne kà ọ nà-àgba mbìbì egō\",\n                    \"english\": \"He always goes about borrowing money\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-bì-\",\n                \"-gba\",\n                \"mbìbì\"\n            ]\n        }\n    ],\n    \"Ọ nà-àgba mbìbì\": [\n        {\n            \"word\": \"Ọ nà-àgba mbìbì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"He is borrowing money\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bì-\"\n            ]\n        }\n    ],\n    \"egō\": [\n        {\n            \"word\": \"egō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"money\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-bì-\": [\n        {\n            \"word\": \"-bì-\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"borrow\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-bì-chi\": [\n        {\n            \"word\": \"-bì-chi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stop; block; prevent\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mbido\": [\n        {\n            \"word\": \"mbido\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"beginning; starting\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bi-do\"\n            ]\n        }\n    ],\n    \"mbido arò\": [\n        {\n            \"word\": \"mbido arò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"beginning of the year\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ gà-àbịa na mbido arò\",\n                    \"english\": \"She will come at the beginning of the year\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-bi-do\"\n            ]\n        }\n    ],\n    \"isi mbido\": [\n        {\n            \"word\": \"isi mbido\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"beginning\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"A mà m isi mbido okwū\",\n                    \"english\": \"I know the beginning of the case\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-bi-do\",\n                \"isi\"\n            ]\n        }\n    ],\n    \"-bi-do\": [\n        {\n            \"word\": \"-bi-do\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"begin\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-bì-gbọ\": [\n        {\n            \"word\": \"-bì-gbọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shout loudly; roar; bawl at\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bìgbọ nwatà afū nā-akpa āghala\",\n                    \"english\": \"Shout at that child causing confusion\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"bikō\": [\n        {\n            \"word\": \"bikō\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"please! I beg you!\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"bìlìbìli chī\": [\n        {\n            \"word\": \"bìlìbìli chī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dawn(ing)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ì sago chī?\",\n                    \"english\": \"Good morning\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"bìlìbìlì\",\n                \"chi\"\n            ]\n        }\n    ],\n    \"bìlìbìlì\": [\n        {\n            \"word\": \"bìlìbìlì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cloudiness; dimness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-bìni ọtọ\": [\n        {\n            \"word\": \"-bìni ọtọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stand up; rise up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bì-ni\",\n                \"ọtọ\"\n            ]\n        }\n    ],\n    \"mbìnite (n’ọnwụ)\": [\n        {\n            \"word\": \"mbìnite (n’ọnwụ)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"resurrection; rising (from the dead)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bì-ni\"\n            ]\n        }\n    ],\n    \"-bì-ni\": [\n        {\n            \"word\": \"-bì-ni\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"get up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òbịbịa\": [\n        {\n            \"word\": \"òbịbịa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"coming; advent\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"bịa\"\n            ]\n        }\n    ],\n    \"Òbịbịaā Kraìst\": [\n        {\n            \"word\": \"Òbịbịaā Kraìst\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"Advent\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"bịa\"\n            ]\n        }\n    ],\n    \"-bịachi anya\": [\n        {\n            \"word\": \"-bịachi anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"come regularly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"bịa\"\n            ]\n        }\n    ],\n    \"-bịachìgha\": [\n        {\n            \"word\": \"-bịachìgha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"come; return\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"bịa\"\n            ]\n        }\n    ],\n    \"bịadị(lì)\": [\n        {\n            \"word\": \"bịadị(lì)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"by the way, ...\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"bịa\"\n            ]\n        }\n    ],\n    \"-bịakèta\": [\n        {\n            \"word\": \"-bịakèta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"come nearer\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"bịa\"\n            ]\n        }\n    ],\n    \"-bịakwute\": [\n        {\n            \"word\": \"-bịakwute\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"come near to (a person)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"bịa\"\n            ]\n        }\n    ],\n    \"-bịalu\": [\n        {\n            \"word\": \"-bịalu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"arrive at; reach\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"bịa\"\n            ]\n        }\n    ],\n    \"-bịa ǹso\": [\n        {\n            \"word\": \"-bịa ǹso\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"approach\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"bịa\",\n                \"ǹso\"\n            ]\n        }\n    ],\n    \"-bịa(sò) n’àzụ\": [\n        {\n            \"word\": \"-bịa(sò) n’àzụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"come after\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"bịa\"\n            ]\n        }\n    ],\n    \"arō nā-abịa\": [\n        {\n            \"word\": \"arō nā-abịa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"next year (compare arō òzọ)\",\n                \"coming year(s)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"bịa\"\n            ]\n        }\n    ],\n    \"-sibịa\": [\n        {\n            \"word\": \"-sibịa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"come from; come (by way of)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"bịa\"\n            ]\n        }\n    ],\n    \"bịa\": [\n        {\n            \"word\": \"bịa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"come\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òbìbìà\": [\n        {\n            \"word\": \"òbìbìà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"squeezing; compressing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bìà\"\n            ]\n        }\n    ],\n    \"-bìàju\": [\n        {\n            \"word\": \"-bìàju\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fill (by squeezing in)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bìà\"\n            ]\n        }\n    ],\n    \"-bìàkọ\": [\n        {\n            \"word\": \"-bìàkọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cram; squeeze in; pack together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bìà\"\n            ]\n        }\n    ],\n    \"-bìànye\": [\n        {\n            \"word\": \"-bìànye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"plunge, dip, poke, squeeze in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bìà\"\n            ]\n        }\n    ],\n    \"-bìà\": [\n        {\n            \"word\": \"-bìà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"squeeze; compress\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"bìàlìì\": [\n        {\n            \"word\": \"bìàlìì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"softness; smoothness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-bogbu\": [\n        {\n            \"word\": \"-bogbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"overload\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bo\"\n            ]\n        }\n    ],\n    \"-bo ibu\": [\n        {\n            \"word\": \"-bo ibu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lift a load on to someone's head\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bo\",\n                \"ibu\"\n            ]\n        }\n    ],\n    \"-bo iru\": [\n        {\n            \"word\": \"-bo iru\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stare at\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bo\",\n                \"iru\"\n            ]\n        }\n    ],\n    \"-gbabo\": [\n        {\n            \"word\": \"-gbabo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"break off\",\n                \"break; break off part of wall, ground or anything of that consistency, such as anthill, mud seat, etc.\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Okpòlò igwē dī n’ime ụnò gà-àgbabo ajā\",\n                    \"english\": \"The rod in the room will break off a piece of the wall\"\n                },\n                {\n                    \"igbo\": \"Wèlụ nwayòò màkà ị gbābo ajā\",\n                    \"english\": \"Be careful lest you break off the wall\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-bo\",\n                \"-gba-\"\n            ]\n        }\n    ],\n    \"-tibo\": [\n        {\n            \"word\": \"-tibo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"break off\",\n                \"break off with blow; remove part of with blow (walls, and similar objects like ant-hill, mud pillar, mud seat, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bo\",\n                \"-ti\"\n            ]\n        }\n    ],\n    \"-bo\": [\n        {\n            \"word\": \"-bo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"put on; load on; help to raise to head\",\n                \"accuse (wrongly)\",\n                \"extensional suffix (break) off (of something large and brittle and capable of being reduced to ashes or powder, e.g. wall, floor)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O bòlù mù èbùbo\",\n                    \"english\": \"He accused me falsely\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òbụbọ\": [\n        {\n            \"word\": \"òbụbọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"raking; digging;\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bọ\"\n            ]\n        }\n    ],\n    \"-bọ ezi\": [\n        {\n            \"word\": \"-bọ ezi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"clear a path, roads, of weeds\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bọ\"\n            ]\n        }\n    ],\n    \"-bọ ilo\": [\n        {\n            \"word\": \"-bọ ilo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"clear the village square\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bọ\"\n            ]\n        }\n    ],\n    \"-bọkòta\": [\n        {\n            \"word\": \"-bọkòta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"gather together, pile up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bọ\"\n            ]\n        }\n    ],\n    \"-bọni abọni\": [\n        {\n            \"word\": \"-bọni abọni\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dig up earth into beds for planting\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bọ\"\n            ]\n        }\n    ],\n    \"-bọ ozu\": [\n        {\n            \"word\": \"-bọ ozu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"exhume a body\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bọ\",\n                \"ozu\"\n            ]\n        }\n    ],\n    \"-bọsa\": [\n        {\n            \"word\": \"-bọsa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"spatter (e.g. with dust)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bọ\"\n            ]\n        }\n    ],\n    \"-bọsà\": [\n        {\n            \"word\": \"-bọsà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"scatter (especially grain)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bọ\"\n            ]\n        }\n    ],\n    \"-bọsàsị\": [\n        {\n            \"word\": \"-bọsàsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"scatter about\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bọ\",\n                \"-sị\"\n            ]\n        }\n    ],\n    \"-bọ\": [\n        {\n            \"word\": \"-bọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rake surface; clear; dig up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-bòkapù\": [\n        {\n            \"word\": \"-bòkapù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut out\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bò\"\n            ]\n        }\n    ],\n    \"-bòkasì\": [\n        {\n            \"word\": \"-bòkasì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"divide into pieces\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bò\"\n            ]\n        }\n    ],\n    \"-bọlì\": [\n        {\n            \"word\": \"-bọlì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"divide into small pieces\",\n                \"pull apart\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bò\"\n            ]\n        }\n    ],\n    \"-bòcha\": [\n        {\n            \"word\": \"-bòcha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be inquisitive; dig out information\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bò\"\n            ]\n        }\n    ],\n    \"-bò ntòọō\": [\n        {\n            \"word\": \"-bò ntòọō\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pull down the lower eyelids and widen the eyes as a form of mockery, to imply ‘I told you so!’ or ‘Just what I expected!’ (i.e. rejoicing over someone else’s misfortune)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bò\"\n            ]\n        }\n    ],\n    \"-bògwalụ\": [\n        {\n            \"word\": \"-bògwalụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take revenge\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Abògwalụgo m#ife o mèlù m\",\n                    \"english\": \"I have taken revenge for what he did to me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-bò\"\n            ]\n        }\n    ],\n    \"-bò mbò\": [\n        {\n            \"word\": \"-bò mbò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"seek revenge with blood\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ndi à jèkò mbò\",\n                    \"english\": \"These people are going to seek blood revenge\"\n                },\n                {\n                    \"igbo\": \"Ànyị jèkò ịbò mbò\",\n                    \"english\": \"We are going to take revenge\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-bò\",\n                \"mbò\"\n            ]\n        }\n    ],\n    \"-bò ọbò\": [\n        {\n            \"word\": \"-bò ọbò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"avenge; revenge\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àdịrō m abò ọbò\",\n                    \"english\": \"I do not take vengeance\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-bò\",\n                \"ọbò\"\n            ]\n        }\n    ],\n    \"-bò\": [\n        {\n            \"word\": \"-bò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"divide; cut up (animal carcase); break\",\n                \"Ì bògo chī? Good morning!\",\n                \"revenge; avenge;\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bòlụ ife o mèlù gị\",\n                    \"english\": \"Take revenge for what he did to you\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-kpa bọòlù\": [\n        {\n            \"word\": \"-kpa bọòlù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dribble a ball\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"bọòlù\",\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"bọòlù\": [\n        {\n            \"word\": \"bọòlù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"ball (English)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òbubu\": [\n        {\n            \"word\": \"òbubu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"carrying; bearing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bu\"\n            ]\n        }\n    ],\n    \"-bu asị je ogbè\": [\n        {\n            \"word\": \"-bu asị je ogbè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"gossip\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bu\"\n            ]\n        }\n    ],\n    \"òbù àsị èje ogbè\": [\n        {\n            \"word\": \"òbù àsị èje ogbè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"a gossip\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bu\"\n            ]\n        }\n    ],\n    \"-budà\": [\n        {\n            \"word\": \"-budà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bring down; humble\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bu\"\n            ]\n        }\n    ],\n    \"-bufè\": [\n        {\n            \"word\": \"-bufè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"carry over, across\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bu\"\n            ]\n        }\n    ],\n    \"-buga\": [\n        {\n            \"word\": \"-buga\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"carry to; transport\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bu\"\n            ]\n        }\n    ],\n    \"-bugha(lị)\": [\n        {\n            \"word\": \"-bugha(lị)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"postpone\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bu\"\n            ]\n        }\n    ],\n    \"-bughàlị\": [\n        {\n            \"word\": \"-bughàlị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"carry badly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bu\"\n            ]\n        }\n    ],\n    \"-bukwàsị\": [\n        {\n            \"word\": \"-bukwàsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"place on\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bu\"\n            ]\n        }\n    ],\n    \"-bulu\": [\n        {\n            \"word\": \"-bulu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"carry, bear (something big or heavy)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bu\"\n            ]\n        }\n    ],\n    \"-bulu n’isi\": [\n        {\n            \"word\": \"-bulu n’isi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"carry on head\",\n                \"undertake\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bu\",\n                \"isi\"\n            ]\n        }\n    ],\n    \"-bu mmụō\": [\n        {\n            \"word\": \"-bu mmụō\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be a priest; look after deity\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bu\"\n            ]\n        }\n    ],\n    \"-buna\": [\n        {\n            \"word\": \"-buna\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"carry home\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bu\"\n            ]\n        }\n    ],\n    \"-buni enū\": [\n        {\n            \"word\": \"-buni enū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lift up; bring up; carry shoulder-high\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ogè ọ gbā-sịlị ọsọ fâ bùnì yà enū\",\n                    \"english\": \"When he finished the race, he was carried shoulder-high\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-bu\",\n                \"enū\"\n            ]\n        }\n    ],\n    \"-buni ijè\": [\n        {\n            \"word\": \"-buni ijè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"start on a journey\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bu\",\n                \"ijè\"\n            ]\n        }\n    ],\n    \"-bu n’isi\": [\n        {\n            \"word\": \"-bu n’isi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be youthful, in one’s prime\",\n                \"know by heart\",\n                \"be responsible\",\n                \"be youthful, in one's prime\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O bù ume n’isi\",\n                    \"english\": \"He is in the bloom of youth\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-bu\",\n                \"isi\"\n            ]\n        }\n    ],\n    \"-bu n’obì\": [\n        {\n            \"word\": \"-bu n’obì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"learn by heart\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bu\",\n                \"obì\"\n            ]\n        }\n    ],\n    \"-bu ọnū\": [\n        {\n            \"word\": \"-bu ọnū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fast\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bu\",\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"-bụpù\": [\n        {\n            \"word\": \"-bụpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"carry away\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bu\"\n            ]\n        }\n    ],\n    \"-bupùte\": [\n        {\n            \"word\": \"-bupùte\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"carry out (object)\",\n                \"bring out, display (e.g. dance)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bu\"\n            ]\n        }\n    ],\n    \"-buruka\": [\n        {\n            \"word\": \"-buruka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"move; carry aside\",\n                \"move aside (something heavy)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bu\",\n                \"-rụ-ka\"\n            ]\n        }\n    ],\n    \"-busà\": [\n        {\n            \"word\": \"-busà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"scatter (heavy objects)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bu\"\n            ]\n        }\n    ],\n    \"-busàsị\": [\n        {\n            \"word\": \"-busàsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"scatter about (heavy objects)\",\n                \"scatter about in heaps\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bu\",\n                \"-sị\"\n            ]\n        }\n    ],\n    \"-bute\": [\n        {\n            \"word\": \"-bute\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bring\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bu\"\n            ]\n        }\n    ],\n    \"-bute ọyà\": [\n        {\n            \"word\": \"-bute ọyà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"catch (a disease)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bu\",\n                \"ọyà\"\n            ]\n        }\n    ],\n    \"-bu ụkà\": [\n        {\n            \"word\": \"-bu ụkà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make trouble\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bu\",\n                \"ụkà\"\n            ]\n        }\n    ],\n    \"ajù (-bu)\": [\n        {\n            \"word\": \"ajù (-bu)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be dizzy\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bu\"\n            ]\n        }\n    ],\n    \"-bu isi\": [\n        {\n            \"word\": \"-bu isi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be first (to come)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-bu isì\"\n            ],\n            \"stems\": [\n                \"-bu\"\n            ]\n        }\n    ],\n    \"-bu ụzò\": [\n        {\n            \"word\": \"-bu ụzò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lead; precede; used after another verb, = before\",\n                \"be first\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bu\",\n                \"ụzò\"\n            ]\n        }\n    ],\n    \"-dịbu\": [\n        {\n            \"word\": \"-dịbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"exist before\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ dìbù àdịbu\",\n                    \"english\": \"It has been existing\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-bu\",\n                \"-dị\"\n            ]\n        }\n    ],\n    \"-kwubulu\": [\n        {\n            \"word\": \"-kwubulu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"say beforehand\",\n                \"foretell; say beforehand\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bu\",\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"-bu\": [\n        {\n            \"word\": \"-bu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"carry, bear (something big or heavy)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ bùbù onye nkuzi\",\n                    \"english\": \"He was once a teacher\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òbùbù\": [\n        {\n            \"word\": \"òbùbù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stoutness\",\n                \"hatching (of eggs)\",\n                \"uprooting\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bù\"\n            ]\n        }\n    ],\n    \"-bù ibù\": [\n        {\n            \"word\": \"-bù ibù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be stout, large, flourishing\",\n                \"be big\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bù\",\n                \"ibù\"\n            ]\n        }\n    ],\n    \"-bù isi\": [\n        {\n            \"word\": \"-bù isi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be horrible; be horrified\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bù\",\n                \"isi\"\n            ]\n        }\n    ],\n    \"-bù ogbè\": [\n        {\n            \"word\": \"-bù ogbè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be big\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bù\",\n                \"ogbè\"\n            ]\n        }\n    ],\n    \"-bù àkwa\": [\n        {\n            \"word\": \"-bù àkwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"peck open shell (of hen helping chickens to hatch)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bù\"\n            ]\n        }\n    ],\n    \"-bù ụmù\": [\n        {\n            \"word\": \"-bù ụmù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"peck open shell\",\n                \"hatch (eggs) (of hen)\",\n                \"marks plural of animate nouns\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bù\",\n                \"ụmù\"\n            ]\n        }\n    ],\n    \"-bù àbù\": [\n        {\n            \"word\": \"-bù àbù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"root up (cassava and cocoyam)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bù\"\n            ]\n        }\n    ],\n    \"-bùnite\": [\n        {\n            \"word\": \"-bùnite\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"uproot\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bù\"\n            ]\n        }\n    ],\n    \"-bù osisi\": [\n        {\n            \"word\": \"-bù osisi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"uproot tree\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bù\",\n                \"osisi\"\n            ]\n        }\n    ],\n    \"-bù\": [\n        {\n            \"word\": \"-bù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be large, stout\",\n                \"break (hard covering, shell) to get out contents (e.g. egg, ụkwà); hatch\",\n                \"sing\",\n                \"uproot\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òkụkò mụ gà-abū akwa yā n’ọnwa òzọ\",\n                    \"english\": \"My hen will hatch her eggs next month\"\n                },\n                {\n                    \"igbo\": \"Ọ nà-abù nkwū\",\n                    \"english\": \"He is uprooting a palmtree\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"bùlòbùlo\": [\n        {\n            \"word\": \"bùlòbùlo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"balloon (English)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"bùusù\": [\n        {\n            \"word\": \"bùusù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cat (English puss, compare nwa mba, nwa ōnogbò)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òbụbụ\": [\n        {\n            \"word\": \"òbụbụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"becoming\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bụ\"\n            ]\n        }\n    ],\n    \"-bụ èjìma\": [\n        {\n            \"word\": \"-bụ èjìma\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be twins\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bụ\",\n                \"èjìma\"\n            ]\n        }\n    ],\n    \"-bụgodu isi\": [\n        {\n            \"word\": \"-bụgodu isi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be the head (first and foremost, before being anything else)\",\n                \"be first, in the first place\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bụ\",\n                \"isi\"\n            ]\n        }\n    ],\n    \"-bụgbàdo\": [\n        {\n            \"word\": \"-bụgbàdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be altogether, entirely\",\n                \"be entirely\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ụmù ya niīnê bụgbàdò ndi orī\",\n                    \"english\": \"All his children are thieves\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-bụ\",\n                \"gbàà\"\n            ]\n        }\n    ],\n    \"-bụ isi\": [\n        {\n            \"word\": \"-bụ isi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be first, in the first place\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bụ\",\n                \"isi\"\n            ]\n        }\n    ],\n    \"-bụkọdo\": [\n        {\n            \"word\": \"-bụkọdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be both in; carry both in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bụ\"\n            ]\n        }\n    ],\n    \"bụlụzịdụ\": [\n        {\n            \"word\": \"bụlụzịdụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"even if\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ gà-àsọ m#mà ọ bụlụ nà Òfô mèlù òfụma na nnene akwụkwọ arō à ọ bụlụzịdụ onye ǹke īkpe āzụ\",\n                    \"english\": \"It would please me if Ọfọ could pass this year’s examination, even if he is in the last place\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-bụ\"\n            ]\n        }\n    ],\n    \"-bụ ògbò\": [\n        {\n            \"word\": \"-bụ ògbò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be namesake, age-mate\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ndùbezè bù ògbò m\",\n                    \"english\": \"Ndụbeze is my namesake\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-bụ\",\n                \"ògbò\"\n            ]\n        }\n    ],\n    \"-bụ onye ōsi ālị\": [\n        {\n            \"word\": \"-bụ onye ōsi ālị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be a witness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bụ\"\n            ]\n        }\n    ],\n    \"ọ bù ezīe nà\": [\n        {\n            \"word\": \"ọ bù ezīe nà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"though; although (literally It is true that...)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ bù ezīe nà mû bù nwatà mà enwèlù m uchè\",\n                    \"english\": \"Although young, I am sensible\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-bụ\"\n            ]\n        }\n    ],\n    \"ọ bụlụgodụ\": [\n        {\n            \"word\": \"ọ bụlụgodụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"if; even if; though\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ bụlụgodụ nà fâ rìlì nnē agà m ènwe ike ịkpāta nni gā- ezùlu fā\",\n                    \"english\": \"Even if they are many I shall be able to provide food that will be sufficient for them\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-bụ\"\n            ]\n        }\n    ],\n    \"ọ bụlụzịa\": [\n        {\n            \"word\": \"ọ bụlụzịa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"if it happens; if it later happens that...\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ bụlụzịa nà fâ kpò nwannē gị bịa, sòlu fā nàba\",\n                    \"english\": \"If it happens that they come with your brother, follow them home\"\n                },\n                {\n                    \"igbo\": \"Ọ bù màkà ǹke à\",\n                    \"english\": \"therefore; hence (literally It is because of this...)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-bụ\",\n                \"ọ\"\n            ]\n        }\n    ],\n    \"òbụnà\": [\n        {\n            \"word\": \"òbụnà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"any; every\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nye m#ife ōbụnà\",\n                    \"english\": \"Give me anything\"\n                }\n            ],\n            \"variations\": [\n                \"òbùnà\"\n            ],\n            \"stems\": [\n                \"-bụ\",\n                \"òbụbụū\"\n            ]\n        }\n    ],\n    \"òbùnà\": [\n        {\n            \"word\": \"òbùnà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"any; every\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nye m#ife ōbụnà\",\n                    \"english\": \"Give me anything\"\n                },\n                {\n                    \"igbo\": \"Mmadū ōbụnà gà-anòdị ànì\",\n                    \"english\": \"Every person shall sit down\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-bụ\",\n                \"òbụbụū\"\n            ]\n        }\n    ],\n    \"ò bụnā\": [\n        {\n            \"word\": \"ò bụnā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"if; even; even if\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ò bụnāda\"\n            ],\n            \"stems\": [\n                \"-bụ\",\n                \"ọ\"\n            ]\n        }\n    ],\n    \"ò bụnādụ\": [\n        {\n            \"word\": \"ò bụnādụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bikō nye m#nni ò bụnāda ǹkè oyī\",\n                    \"english\": \"Please give me some food, even if it is cold\"\n                },\n                {\n                    \"igbo\": \"Bikō nye m nwantịntị egō ò bụnāda (ò bụnādụ) kọbò\",\n                    \"english\": \"Please give me some money, even a kobo\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-bụ\",\n                \"ọ\"\n            ]\n        }\n    ],\n    \"ò bụràba\": [\n        {\n            \"word\": \"ò bụràba\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"even; even if; although; be it\",\n                \"even if\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bikō nye m#egō, ò bụràba afù\",\n                    \"english\": \"Please give me some money, be it (i.e. even if it is) only a half-kobo\"\n                },\n                {\n                    \"igbo\": \"Nnwa nà-àgụ m ò bụràba nwaànyì\",\n                    \"english\": \"I want a child, even a girl\"\n                },\n                {\n                    \"igbo\": \"Bikō nye m egō ò bụràba kọpò\",\n                    \"english\": \"Please give me some money, even a kobo\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-bụ\",\n                \"ọ\",\n                \"-ràba\"\n            ]\n        }\n    ],\n    \"-bụ asọ\": [\n        {\n            \"word\": \"-bụ asọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"spit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bụ\"\n            ]\n        }\n    ],\n    \"-bụ ọnū\": [\n        {\n            \"word\": \"-bụ ọnū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"curse\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bụ\",\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"-bụ ọnụ mmīli\": [\n        {\n            \"word\": \"-bụ ọnụ mmīli\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"spit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bụ\"\n            ]\n        }\n    ],\n    \"-bụsa\": [\n        {\n            \"word\": \"-bụsa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"drizzle (of rain)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bụ\"\n            ]\n        }\n    ],\n    \"-bụ abụ\": [\n        {\n            \"word\": \"-bụ abụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"scramble (for something)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bụ\"\n            ]\n        }\n    ],\n    \"-bụkọ\": [\n        {\n            \"word\": \"-bụkọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"get all by scrambling\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bụ\"\n            ]\n        }\n    ],\n    \"-bụsịsị\": [\n        {\n            \"word\": \"-bụsịsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"scramble madly (for something)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Fâ bùsìsìlì àbụsịsị\",\n                    \"english\": \"There was a great scramble for it\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-bụ\"\n            ]\n        }\n    ],\n    \"-bụta\": [\n        {\n            \"word\": \"-bụta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"get by scrambling\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-bụ\"\n            ]\n        }\n    ],\n    \"-bụ ùbụ\": [\n        {\n            \"word\": \"-bụ ùbụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"scramble (for something)\",\n                \"scramble (e.g. of children when eating or given something like biscuits)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ụbụ\"\n            ],\n            \"stems\": [\n                \"-bụ\",\n                \"ùbụ\"\n            ]\n        }\n    ],\n    \"-bụ\": [\n        {\n            \"word\": \"-bụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be (used to identify two noun phrases with each other)\",\n                \"eject; project\",\n                \"scramble\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Abū m onye isī\",\n                    \"english\": \"I am the leader\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"bùù\": [\n        {\n            \"word\": \"bùù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"quietness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"CH\": [\n        {\n            \"word\": \"CH\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-cha èdo èdò\": [\n        {\n            \"word\": \"-cha èdo èdò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be yellow in colour\",\n                \"be yellow\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àfè m nà-àcha èdo èdò\",\n                    \"english\": \"My shirt is yellow\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-cha\",\n                \"èdò\"\n            ]\n        }\n    ],\n    \"-chagha\": [\n        {\n            \"word\": \"-chagha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"turn pale\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-cha\"\n            ]\n        }\n    ],\n    \"-chaghalị\": [\n        {\n            \"word\": \"-chaghalị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be light in colour; change colour; fade; be bloodless (of person)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-cha\"\n            ]\n        }\n    ],\n    \"-chaghalị anya\": [\n        {\n            \"word\": \"-chaghalị anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"change expression, colour of eyes (through sorrow, anger, surprise, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-cha\"\n            ]\n        }\n    ],\n    \"-chagha(lị) iru\": [\n        {\n            \"word\": \"-chagha(lị) iru\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"change colour, expression (compare -chaghalị anya)\",\n                \"sulk\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-cha\",\n                \"iru\"\n            ]\n        }\n    ],\n    \"cha isi awō\": [\n        {\n            \"word\": \"cha isi awō\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"turn grey (of black hair turning grey)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-cha\"\n            ]\n        }\n    ],\n    \"-cha mmanụ mmanụ\": [\n        {\n            \"word\": \"-cha mmanụ mmanụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be reddish orange (as oil)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-cha\"\n            ]\n        }\n    ],\n    \"-cha ntụ ntụ\": [\n        {\n            \"word\": \"-cha ntụ ntụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be ash-grey in colour\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-cha\"\n            ]\n        }\n    ],\n    \"-cha òbàla òbàlà\": [\n        {\n            \"word\": \"-cha òbàla òbàlà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be red, blood-red\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-cha\"\n            ]\n        }\n    ],\n    \"-cha òcha\": [\n        {\n            \"word\": \"-cha òcha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be fair in complexion\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-cha\"\n            ]\n        }\n    ],\n    \"-cha ufie ūfie\": [\n        {\n            \"word\": \"-cha ufie ūfie\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be red\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-cha\"\n            ]\n        }\n    ],\n    \"-dị òcha\": [\n        {\n            \"word\": \"-dị òcha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be fair in complexion; be white, clean\",\n                \"be pure, clean\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-cha\",\n                \"-dị\"\n            ]\n        }\n    ],\n    \"ọcha\": [\n        {\n            \"word\": \"ọcha\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"white; clean; pure; undefiled\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òcha\": [\n        {\n            \"word\": \"òcha\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"whiteness; cleanliness; purity\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Achòlù m òcha na-enwērọ ntùpọ\",\n                    \"english\": \"I want spotless white (fig.)\"\n                },\n                {\n                    \"igbo\": \"Òchâ dì mmā, òjî dì mmā\",\n                    \"english\": \"White is good, black is good (meaning all is welcome, acceptable to me without discrimination)\"\n                },\n                {\n                    \"igbo\": \"Aka m dì òcha\",\n                    \"english\": \"My hands are clean (literally and fig.)\"\n                },\n                {\n                    \"igbo\": \"Ụmù m bikō dòo nù ònwe ụnù òcha\",\n                    \"english\": \"My children, please keep yourselves undefiled\"\n                },\n                {\n                    \"igbo\": \"Ngọzị nà-àdịlị ndi dī ọcha n’obì\",\n                    \"english\": \"Blessed are the pure in heart\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-chakpọ\": [\n        {\n            \"word\": \"-chakpọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be fully ripe\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-cha\"\n            ]\n        }\n    ],\n    \"-chalò àchalò\": [\n        {\n            \"word\": \"-chalò àchalò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be fully ripe\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-cha\"\n            ]\n        }\n    ],\n    \"-chatò\": [\n        {\n            \"word\": \"-chatò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be over-ripe\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-cha\"\n            ]\n        }\n    ],\n    \"osè ọcha\": [\n        {\n            \"word\": \"osè ọcha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"ripe (red) pepper\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-cha\"\n            ]\n        }\n    ],\n    \"òchịcha\": [\n        {\n            \"word\": \"òchịcha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"washing; scrubing\",\n                \"scorching; beating (of sun)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anwụ chàlù\",\n                    \"english\": \"The sun shone\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-cha\"\n            ]\n        }\n    ],\n    \"-chacha\": [\n        {\n            \"word\": \"-chacha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"clean (stronger than -cha)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-cha\"\n            ]\n        }\n    ],\n    \"-chachanye\": [\n        {\n            \"word\": \"-chachanye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wash into\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-cha\"\n            ]\n        }\n    ],\n    \"-chagbu ọnya\": [\n        {\n            \"word\": \"-chagbu ọnya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"heal a sore by washing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-cha\",\n                \"ọnya\"\n            ]\n        }\n    ],\n    \"-chapù\": [\n        {\n            \"word\": \"-chapù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wash off\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-cha\"\n            ]\n        }\n    ],\n    \"-wụcha (àrụ)\": [\n        {\n            \"word\": \"-wụcha (àrụ)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wash, wash clean, cleanse (body)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-cha\"\n            ]\n        }\n    ],\n    \"-wụchapù (àrụ)\": [\n        {\n            \"word\": \"-wụchapù (àrụ)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wash (the body) thoroughly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-cha\"\n            ]\n        }\n    ],\n    \"-wụchapùta\": [\n        {\n            \"word\": \"-wụchapùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wash thoroughly\",\n                \"wash away; clear away\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-cha\",\n                \"-wụ\"\n            ]\n        }\n    ],\n    \"-chachị\": [\n        {\n            \"word\": \"-chachị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dazzle\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anwụ chàchìlì m anya\",\n                    \"english\": \"The sun dazzled me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-cha\"\n            ]\n        }\n    ],\n    \"-chagbu\": [\n        {\n            \"word\": \"-chagbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cause to wither (by heat); scorch\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-cha\"\n            ]\n        }\n    ],\n    \"-chani\": [\n        {\n            \"word\": \"-chani\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"flare up; blaze; force away by heat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-cha\"\n            ]\n        }\n    ],\n    \"-chanwụ\": [\n        {\n            \"word\": \"-chanwụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wither\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-cha\"\n            ]\n        }\n    ],\n    \"-cha ọkụ\": [\n        {\n            \"word\": \"-cha ọkụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be red-hot (of metal)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-cha\"\n            ]\n        }\n    ],\n    \"-kachasị\": [\n        {\n            \"word\": \"-kachasị\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"surpass entirely (compare -kasị surpass)\",\n                \"surpass entirely; be pre-eminent\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-cha\",\n                \"-ka\"\n            ]\n        }\n    ],\n    \"-nụcha\": [\n        {\n            \"word\": \"-nụcha\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"hear well (compare -nụ hear)\",\n                \"hear well\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-cha\",\n                \"-nụ\"\n            ]\n        }\n    ],\n    \"-ruchanye\": [\n        {\n            \"word\": \"-ruchanye\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"pour all into (compare -runye pour into)\",\n                \"pour into (the object is assumed small and all is intended to be poured into it at once)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-cha\",\n                \"-ru\"\n            ]\n        }\n    ],\n    \"-cha\": [\n        {\n            \"word\": \"-cha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be light- or reddish-coloured (as opposed to being dark)\",\n                \"wash, scrub (hand, foot, hard object); clean off; be clean, pure (compare -sa 1.)\",\n                \"shine (as sun); glisten; glitter; blaze; beat down (as sun); scorch (of sun, fire, hot iron, etc.) (compare -mù 2., but stronger)\",\n                \"open up; reveal\",\n                \"thoroughness\",\n                \"be ripe as shown by change of colour) (of yam, cassava, corn, coconut); (fig.) be bold, brave, determined\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ka\"\n            ]\n        }\n    ],\n    \"-cha-\": [\n        {\n            \"word\": \"-cha-\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"partial (doing of action); act (on relatively small object or small part of object) me by slapping me? blowing something out from my eye\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-chàlụ n’ụzò\": [\n        {\n            \"word\": \"-chàlụ n’ụzò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"let one pass, give way to\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chà\",\n                \"ụzò\"\n            ]\n        }\n    ],\n    \"-chà n’ùsọ\": [\n        {\n            \"word\": \"-chà n’ùsọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go aside; give way\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chà\",\n                \"ùsọ\"\n            ]\n        }\n    ],\n    \"-gbubè\": [\n        {\n            \"word\": \"-gbubè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"more commonly used)\",\n                \"cut off, across; chop off\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Gbubèe yā isi\",\n                    \"english\": \"Cut off his head, or Behead him\"\n                },\n                {\n                    \"igbo\": \"Egbubègo m agwọ afù ìbùọ\",\n                    \"english\": \"I have cut the snake into two\"\n                }\n            ],\n            \"variations\": [\n                \"-bè\"\n            ],\n            \"stems\": [\n                \"-chà\",\n                \"-gbu\"\n            ]\n        }\n    ],\n    \"-chà akwà\": [\n        {\n            \"word\": \"-chà akwà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut cloth (e.g. into yards)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chà\"\n            ]\n        }\n    ],\n    \"-chà akwụkwọ\": [\n        {\n            \"word\": \"-chà akwụkwọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut paper\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chà\"\n            ]\n        }\n    ],\n    \"-chà elili\": [\n        {\n            \"word\": \"-chà elili\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut rope\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chà\"\n            ]\n        }\n    ],\n    \"-chà\": [\n        {\n            \"word\": \"-chà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"give place; give way\",\n                \"cut (slang)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"chalekū\": [\n        {\n            \"word\": \"chalekū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Black Tamarind (Dialium guineense Willd.), tree with\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"chelekū\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ichēku oyìbo\": [\n        {\n            \"word\": \"ichēku oyìbo\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"Indian Tamarind (Tamarindus indica Linn.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ichēku\"\n            ]\n        }\n    ],\n    \"ichēku\": [\n        {\n            \"word\": \"ichēku\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"small edible dark-brown fruits which grow in clusters\",\n                \"charcoal made from it\",\n                \"see chalekū\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"cham\": [\n        {\n            \"word\": \"cham\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dane-gun\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òchiche\": [\n        {\n            \"word\": \"òchiche\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"waiting; watching (-che 1. watch, wait)\",\n                \"offering (-che 2. present, offer)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-chebe\": [\n        {\n            \"word\": \"-chebe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"guard; keep; preserve\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-chelụ\"\n            ],\n            \"stems\": [\n                \"-che\"\n            ]\n        }\n    ],\n    \"-chebe ntì\": [\n        {\n            \"word\": \"-chebe ntì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"listen\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-che\"\n            ]\n        }\n    ],\n    \"-chedo\": [\n        {\n            \"word\": \"-chedo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"protect; shelter\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-che\"\n            ]\n        }\n    ],\n    \"nchedo\": [\n        {\n            \"word\": \"nchedo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"defence; protection; sheltering\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-che\"\n            ]\n        }\n    ],\n    \"-chedo mmilī\": [\n        {\n            \"word\": \"-chedo mmilī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hold water\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-che\",\n                \"mmilī\"\n            ]\n        }\n    ],\n    \"-che iru\": [\n        {\n            \"word\": \"-che iru\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be opposite\",\n                \"face\",\n                \"be opposite\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-che\",\n                \"iru\"\n            ]\n        }\n    ],\n    \"-chekàta\": [\n        {\n            \"word\": \"-chekàta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wait a long time\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-che\"\n            ]\n        }\n    ],\n    \"-chekwa(ba)\": [\n        {\n            \"word\": \"-chekwa(ba)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"look after; take care of\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-che\"\n            ]\n        }\n    ],\n    \"-chekwa iwe\": [\n        {\n            \"word\": \"-chekwa iwe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bear malice\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-che\",\n                \"iwe\"\n            ]\n        }\n    ],\n    \"-chekwata\": [\n        {\n            \"word\": \"-chekwata\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"save (money)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-che\"\n            ]\n        }\n    ],\n    \"nchekwata\": [\n        {\n            \"word\": \"nchekwata\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"saving(s) (of money, etc)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-che\"\n            ]\n        }\n    ],\n    \"-che ǹche\": [\n        {\n            \"word\": \"-che ǹche\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"keep watch; watch; keep vigil\",\n                \"keep watch, vigil\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-èche nche\",\n                    \"english\": \"He keeps watch (over something); He keeps vigil.\"\n                },\n                {\n                    \"igbo\": \"A gà-èche yā nche\",\n                    \"english\": \"It will be watched\"\n                },\n                {\n                    \"igbo\": \"Ọ nò nà ǹche\",\n                    \"english\": \"He is on guard\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-che\",\n                \"ǹche\"\n            ]\n        }\n    ],\n    \"-che ǹdò\": [\n        {\n            \"word\": \"-che ǹdò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"act as regent; administer during interregnum\",\n                \"give shade\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-che\",\n                \"ǹdò\"\n            ]\n        }\n    ],\n    \"-che ntì\": [\n        {\n            \"word\": \"-che ntì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"listen\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-che\"\n            ]\n        }\n    ],\n    \"-cheràba\": [\n        {\n            \"word\": \"-cheràba\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wait a long time\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-che\"\n            ]\n        }\n    ],\n    \"ndi nche atụlū\": [\n        {\n            \"word\": \"ndi nche atụlū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shepherds\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-che\"\n            ]\n        }\n    ],\n    \"òche ānwụ\": [\n        {\n            \"word\": \"òche ānwụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"umbrella; sunshade\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-che\"\n            ]\n        }\n    ],\n    \"òche ǹdò\": [\n        {\n            \"word\": \"òche ǹdò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"anything giving shade (literally giver of shade)\",\n                \"anything giving shade\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-che\",\n                \"ǹdò\"\n            ]\n        }\n    ],\n    \"Òrànàǹche\": [\n        {\n            \"word\": \"Òrànàǹche\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"male name (literally all at watch)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-che\"\n            ]\n        }\n    ],\n    \"-chelịta\": [\n        {\n            \"word\": \"-chelịta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"face (of a person)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-che\"\n            ]\n        }\n    ],\n    \"nchelịta\": [\n        {\n            \"word\": \"nchelịta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"facing; opposing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-che\"\n            ]\n        }\n    ],\n    \"nchelịta irū\": [\n        {\n            \"word\": \"nchelịta irū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"opposite; facing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-che\"\n            ]\n        }\n    ],\n    \"-che n’iru\": [\n        {\n            \"word\": \"-che n’iru\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"present; place before\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-che\",\n                \"iru\"\n            ]\n        }\n    ],\n    \"-che ọjị\": [\n        {\n            \"word\": \"-che ọjị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"give kola\",\n                \"give kolanut\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-che\",\n                \"ọjị\"\n            ]\n        }\n    ],\n    \"òche ògù\": [\n        {\n            \"word\": \"òche ògù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"praying mantis (literally the one offering fight)\",\n                \"praying mantis\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-che\",\n                \"ògù\"\n            ]\n        }\n    ],\n    \"-che\": [\n        {\n            \"word\": \"-che\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wait; watch for; watch over, protect, guard, shelter (in good sense); lie in wait for, ambush (in bad sense)\",\n                \"present; offer\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òchìchè\": [\n        {\n            \"word\": \"òchìchè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"thinking; pondering; meditating\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chè\"\n            ]\n        }\n    ],\n    \"-chè echìchè\": [\n        {\n            \"word\": \"-chè echìchè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"think; think deeply on an abstract problem; ponder; meditate\",\n                \"think; ponder; meditate\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chè\",\n                \"echìchè\"\n            ]\n        }\n    ],\n    \"-chèfù\": [\n        {\n            \"word\": \"-chèfù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"forget\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chè\"\n            ]\n        }\n    ],\n    \"-chègbu\": [\n        {\n            \"word\": \"-chègbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"worry; care; be anxious\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chè\"\n            ]\n        }\n    ],\n    \"-chèghalị\": [\n        {\n            \"word\": \"-chèghalị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"reconsider; repent\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chè\"\n            ]\n        }\n    ],\n    \"nchèghalị\": [\n        {\n            \"word\": \"nchèghalị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"repentance\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chè\"\n            ]\n        }\n    ],\n    \"-nchèkasị\": [\n        {\n            \"word\": \"-nchèkasị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"worry greatly; wear out oneself with thinking\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chè\"\n            ]\n        }\n    ],\n    \"nchèkasị\": [\n        {\n            \"word\": \"nchèkasị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"anxiety; care; worry\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chè\"\n            ]\n        }\n    ],\n    \"-chèkwube\": [\n        {\n            \"word\": \"-chèkwube\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"trust\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chè\"\n            ]\n        }\n    ],\n    \"nchèkwube\": [\n        {\n            \"word\": \"nchèkwube\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"trust; confidence; trustworthiness; faithfulness\",\n                \"trust; confidence Nchèkwube ānyqị dì nà Chine kè Our trust is in God\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chè\",\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"-chèta\": [\n        {\n            \"word\": \"-chèta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"remember\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chè\"\n            ]\n        }\n    ],\n    \"nchèta\": [\n        {\n            \"word\": \"nchèta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"memorial; remembrance\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chè\"\n            ]\n        }\n    ],\n    \"ife nchèta\": [\n        {\n            \"word\": \"ife nchèta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"memorial\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chè\",\n                \"ife\"\n            ]\n        }\n    ],\n    \"-chè uchè\": [\n        {\n            \"word\": \"-chè uchè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"think; wonder; doubt; be perplexed\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chè\",\n                \"uchè\"\n            ]\n        }\n    ],\n    \"-chèzọ\": [\n        {\n            \"word\": \"-chèzọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"forget\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chè\",\n                \"-zọ\"\n            ]\n        }\n    ],\n    \"nchèzọ\": [\n        {\n            \"word\": \"nchèzọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"forgetfulness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chè\"\n            ]\n        }\n    ],\n    \"-chè\": [\n        {\n            \"word\": \"-chè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"think; ponder; meditate\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"chelekū\": [\n        {\n            \"word\": \"chelekū\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see chalekū\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ego chī\": [\n        {\n            \"word\": \"ego chī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"money ritually received for one's chi\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"chi\"\n            ]\n        }\n    ],\n    \"ewu chī\": [\n        {\n            \"word\": \"ewu chī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a goat given to one's mother for her personal chi, which must never be killed\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ewu chī nwaànyì bù òfu ụzò nnwā\",\n                    \"english\": \"A woman’s chi-goat is as sacred as a child\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"chi\"\n            ]\n        }\n    ],\n    \"òfu chī\": [\n        {\n            \"word\": \"òfu chī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(fig.) having the same character or behaviour (of two people)\",\n                \"one god\",\n                \"(fig.) same character or behaviour (of human beings only, to describe two persons with similar character) behave the same way, or have the same idiosyncrasies\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ bù òfu chī kèlù Okaàfò nà Nwoōsu\",\n                    \"englsih\": \"Okaafọ and Nwoosu behave the same way, or have the same idiosyncrasies\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"chi\",\n                \"òfu\"\n            ]\n        }\n    ],\n    \"ògbụ chī\": [\n        {\n            \"word\": \"ògbụ chī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fig-tree planted near dwelling to represent one's chi\",\n                \"(specifically and more particularly) life-essence of the universe; God\",\n                \"fig-tree planted to represent one's Chi\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"chi\",\n                \"ògbụ\"\n            ]\n        }\n    ],\n    \"Chi ọma\": [\n        {\n            \"word\": \"Chi ọma\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"God the Good\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"mà Chi kweif\",\n                    \"english\": \"God allows. Usually qualified as Chukwu (i.e. Chi Ukwu, Great God, see separate entry) or Chinēkè (i.e. Chi nā-ekè God who creates)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"chi\"\n            ]\n        }\n    ],\n    \"chi abòọ\": [\n        {\n            \"word\": \"chi abòọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"day breaks\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"chi\"\n            ]\n        }\n    ],\n    \"chi ànaā\": [\n        {\n            \"word\": \"chi ànaā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"It is evening; the day declines\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"chi\"\n            ]\n        }\n    ],\n    \"chi èfoo\": [\n        {\n            \"word\": \"chi èfoo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"day breaks\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"chi\"\n            ]\n        }\n    ],\n    \"chi èjimìe\": [\n        {\n            \"word\": \"chi èjimìe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"It is late evening, night\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"chi\"\n            ]\n        }\n    ],\n    \"chi èjiri\": [\n        {\n            \"word\": \"chi èjiri\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"The day declines\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"chi\"\n            ]\n        }\n    ],\n    \"chi ekùfoo\": [\n        {\n            \"word\": \"chi ekùfoo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"It is getting light (of day)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"chi\"\n            ]\n        }\n    ],\n    \"chi emìe\": [\n        {\n            \"word\": \"chi emìe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"It is late evening or night\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"chi\"\n            ]\n        }\n    ],\n    \"chi èrulu\": [\n        {\n            \"word\": \"chi èrulu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"It is afternoon; the day draws in; the evening comes on (idiomatic)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"chi\"\n            ]\n        }\n    ],\n    \"chī jìrìlì\": [\n        {\n            \"word\": \"chī jìrìlì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Darkness (night) is coming on (fig.)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Chī jìrìlì n’òbòdò taàtà\",\n                    \"english\": \"Someone very important died in town today\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"chi\"\n            ]\n        }\n    ],\n    \"chi ōfifo\": [\n        {\n            \"word\": \"chi ōfifo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"period after daybreak as light grows stronger; daybreak\",\n                \"period of daybreak as light grows stronger\",\n                \"be open, clear\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ōfufo\"\n            ],\n            \"stems\": [\n                \"chi\",\n                \"-fo\"\n            ]\n        }\n    ],\n    \"-fo chi\": [\n        {\n            \"word\": \"-fo chi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"last till dawn; last till the following morning\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Kà chi foo\",\n                    \"english\": \"Good night\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"chi\",\n                \"-fo\"\n            ]\n        }\n    ],\n    \"ùfochī\": [\n        {\n            \"word\": \"ùfochī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dawn; dayspring; next day\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ùfochì\"\n            ],\n            \"stems\": [\n                \"chi\",\n                \"ùfo\"\n            ]\n        }\n    ],\n    \"chi\": [\n        {\n            \"word\": \"chi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(in general) animate, purposeful essence; procreative life- force\",\n                \"(specifically) life-force or spiritual essence of an individual, which with he has made a pre-birth contract that determines his life-pattern\",\n                \"day (i.e. day time)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Chukwû kèlù gị, kèe chi nwē i\",\n                    \"english\": \"God created you and created your personal chi\"\n                },\n                {\n                    \"igbo\": \"Òfu nnē nà-àmụ, mà òfu chī adī ejì\",\n                    \"english\": \"The same mother, yes; but not the same chi\"\n                },\n                {\n                    \"igbo\": \"Chi m, ekwēnaà!\",\n                    \"english\": \"My chi, don’t let it happen (exclamation when danger threatens)\"\n                },\n                {\n                    \"igbo\": \"Di nwaànyì bù chi yā\",\n                    \"english\": \"A woman’s husband is her personal chi (i.e. directs her life). A good chi is responsible for one's success, and a bad chi for one's failure\"\n                },\n                {\n                    \"igbo\": \"Akà m gì ka chī gị\",\n                    \"english\": \"I am greater than you and your chi\"\n                },\n                {\n                    \"igbo\": \"Abù m onye ajō chi\",\n                    \"english\": \"I am a man of a bad chi\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-chi echi(chi)\": [\n        {\n            \"word\": \"-chi echi(chi)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take or bestow a title\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chi\"\n            ]\n        }\n    ],\n    \"-chi ezè\": [\n        {\n            \"word\": \"-chi ezè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"become, be installed Chief or King\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Kà ànyị je ebe a nà-èchi ezè\",\n                    \"english\": \"Let us go to the place where a Chief is being installed\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-chi\",\n                \"ezè\"\n            ]\n        }\n    ],\n    \"-chi mmụō\": [\n        {\n            \"word\": \"-chi mmụō\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take a title of a god\",\n                \"take the mmụō title\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chi\",\n                \"mmụō\"\n            ]\n        }\n    ],\n    \"-chi ọzō\": [\n        {\n            \"word\": \"-chi ọzō\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take a title take ọzō title (literally take honour)\",\n                \"receive ọzō title\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chi\",\n                \"ọzō\"\n            ]\n        }\n    ],\n    \"-chizù\": [\n        {\n            \"word\": \"-chizù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"become fully qualified; take the highest (hierachical) title\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ukò Chukwu ǹke à èchizùgo\",\n                    \"english\": \"This priest has become full qualified (i.e. is now a full priest)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-chi\"\n            ]\n        }\n    ],\n    \"-chi ntì\": [\n        {\n            \"word\": \"-chi ntì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be deaf, obstinate, disobedient\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chi\",\n                \"ntì\"\n            ]\n        }\n    ],\n    \"-kpùchi\": [\n        {\n            \"word\": \"-kpùchi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cover\",\n                \"cover; cover up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chi\",\n                \"-kpù\"\n            ]\n        }\n    ],\n    \"-chi ikpe\": [\n        {\n            \"word\": \"-chi ikpe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"complain; make complaint\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chi\",\n                \"ikpe\"\n            ]\n        }\n    ],\n    \"-chi ochi\": [\n        {\n            \"word\": \"-chi ochi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cup; draw blood\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chi\"\n            ]\n        }\n    ],\n    \"òchi\": [\n        {\n            \"word\": \"òchi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cupping; drawing of blood with horn or horn-shaped calabash from any part of the body to relieve congestion, swelling, pain; getting rid of impure or stagnant blood\",\n                \"instrument used for cupping or letting blood\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kùchi\": [\n        {\n            \"word\": \"-kùchi\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"take wife of dead relative\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chi\"\n            ]\n        }\n    ],\n    \"-tinyechi\": [\n        {\n            \"word\": \"-tinyechi\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"put in place of\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chi\",\n                \"-ti-\"\n            ]\n        }\n    ],\n    \"-chi\": [\n        {\n            \"word\": \"-chi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make (king, minister); crown (compare -chị); take title\",\n                \"show; present\",\n                \"put drink to someone's lips\",\n                \"block\",\n                \"report; make report of\",\n                \"tap (palm wine)\",\n                \"cup; draw blood\",\n                \"in place of\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bikō chi ọkū\",\n                    \"english\": \"Please show the light\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òchìchì\": [\n        {\n            \"word\": \"òchìchì\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"scrubbing\",\n                \"grunt; sound made with effort\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chì\"\n            ]\n        }\n    ],\n    \"-chìchapù\": [\n        {\n            \"word\": \"-chìchapù\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"wipe off; rule off\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chì\"\n            ]\n        }\n    ],\n    \"-chìchapù obì\": [\n        {\n            \"word\": \"-chìchapù obì\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"be broadminded; clear the mind of prejudice\",\n                \"stand with chest thrust forward\",\n                \"be open-hearted, easygoing, without malice\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chì\",\n                \"obì\"\n            ]\n        }\n    ],\n    \"-chìfịa àrụ\": [\n        {\n            \"word\": \"-chìfịa àrụ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"abrase the skin\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chì\"\n            ]\n        }\n    ],\n    \"-chìtụlụ àrụ\": [\n        {\n            \"word\": \"-chìtụlụ àrụ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"muzzle; rub against the body (of animals)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chì\"\n            ]\n        }\n    ],\n    \"-chì jọòbù\": [\n        {\n            \"word\": \"-chì jọòbù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cheat; unlawfully use part of another's time in attending to one's needs (e.g. as a clerk who secretly fills in football coupons in the office); do petty job as a sideline\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chì\"\n            ]\n        }\n    ],\n    \"òchìchị nsị\": [\n        {\n            \"word\": \"òchìchị nsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"defecation with grunts\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Onye ọyà afù nà-achī nsị\",\n                    \"english\": \"The sick man is defecating with grunts\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-chì\",\n                \"ǹsị\"\n            ]\n        }\n    ],\n    \"-chì (àchì)\": [\n        {\n            \"word\": \"-chì (àchì)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cry, chirp (as a cricket)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chì\"\n            ]\n        }\n    ],\n    \"-chì ọchì\": [\n        {\n            \"word\": \"-chì ọchì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"laugh hard or uproariously (no vowel suffix; less common than -mụ amụ)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chì\"\n            ]\n        }\n    ],\n    \"-chì\": [\n        {\n            \"word\": \"-chì\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"rub forcefully; scrub\",\n                \"grunt; make sound with effort\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-chì àzụ\": [\n        {\n            \"word\": \"-chì àzụ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"return; turn back\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chì-\"\n            ]\n        }\n    ],\n    \"-chìgha àzụ\": [\n        {\n            \"word\": \"-chìgha àzụ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"return\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chì-\"\n            ]\n        }\n    ],\n    \"-chìghalị\": [\n        {\n            \"word\": \"-chìghalị\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"turn round and round; be undecided\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chì-\"\n            ]\n        }\n    ],\n    \"Ndi aghā ayī chìghàlù àzụ\": [\n        {\n            \"word\": \"Ndi aghā ayī chìghàlù àzụ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"Our troops retreated\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chì-\"\n            ]\n        }\n    ],\n    \"-chìpù\": [\n        {\n            \"word\": \"-chìpù\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"start on a journey\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chì-\"\n            ]\n        }\n    ],\n    \"-chì-\": [\n        {\n            \"word\": \"-chì-\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"move\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"chiǹchì\": [\n        {\n            \"word\": \"chiǹchì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bedbug (Yoruba ìdun)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"chinchìǹ\": [\n        {\n            \"word\": \"chinchìǹ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"\\\"chinchin\\\"; i.e. a type of small biscuit, fried hard in small pieces\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òchịchị\": [\n        {\n            \"word\": \"òchịchị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"rule; government; ruling (-chị 1. C. rule, govern)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-chị aka jī\": [\n        {\n            \"word\": \"-chị aka jī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"gather in yam tendrils\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chị\"\n            ]\n        }\n    ],\n    \"-chịdèbe\": [\n        {\n            \"word\": \"-chịdèbe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bring near\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chị\"\n            ]\n        }\n    ],\n    \"-chịghalị uchè\": [\n        {\n            \"word\": \"-chịghalị uchè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"consider; ponder; meditate; put one's mind to\",\n                \"consider; ponder; meditate\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chị\",\n                \"uchè\"\n            ]\n        }\n    ],\n    \"-chị inyemè\": [\n        {\n            \"word\": \"-chị inyemè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"marry a plurality of wives\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chị\"\n            ]\n        }\n    ],\n    \"-chịkọ\": [\n        {\n            \"word\": \"-chịkọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"gather together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chị\"\n            ]\n        }\n    ],\n    \"-chịkọlụ\": [\n        {\n            \"word\": \"-chịkọlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take the whole number for oneself\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chị\"\n            ]\n        }\n    ],\n    \"-chịkọta\": [\n        {\n            \"word\": \"-chịkọta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"gather and give entirely; gather together and bring a whole number\",\n                \"gather and bring a whole number\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chị\",\n                \"-kọ\"\n            ]\n        }\n    ],\n    \"-chịlị\": [\n        {\n            \"word\": \"-chịlị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take to oneself\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chị\"\n            ]\n        }\n    ],\n    \"-chịni\": [\n        {\n            \"word\": \"-chịni\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lift up (several things)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chị\"\n            ]\n        }\n    ],\n    \"-chị òkwè\": [\n        {\n            \"word\": \"-chị òkwè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"divine with beads, nuts\",\n                \"pay divine homage to òkwè; hence village name (Isi òkwè)\",\n                \"divine, with beads, nuts\",\n                \"a game played with the seeds on a board with twelve partitions; \\\"warri\\\" (= Yoruba áyò)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chị\",\n                \"òkwè\"\n            ]\n        }\n    ],\n    \"-chị òmù\": [\n        {\n            \"word\": \"-chị òmù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"have a strong current (of river)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chị\",\n                \"òmù\"\n            ]\n        }\n    ],\n    \"-chịpù\": [\n        {\n            \"word\": \"-chịpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take away (several things)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chị\"\n            ]\n        }\n    ],\n    \"-chịta\": [\n        {\n            \"word\": \"-chịta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bring (several things)\",\n                \"lead; be the leader (e.g. of a group)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chị\"\n            ]\n        }\n    ],\n    \"-chị ụmù\": [\n        {\n            \"word\": \"-chị ụmù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"look after children or young of animals\",\n                \"rule; govern; reign; direct\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chị\"\n            ]\n        }\n    ],\n    \"Ọchịchị Nàìjirìà\": [\n        {\n            \"word\": \"Ọchịchị Nàìjirìà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"the Government of Nigeria\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chị\"\n            ]\n        }\n    ],\n    \"-chị (achị)\": [\n        {\n            \"word\": \"-chị (achị)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rule; govern\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chị\"\n            ]\n        }\n    ],\n    \"-chịdebe\": [\n        {\n            \"word\": \"-chịdebe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cease reigning, ruling\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chị\"\n            ]\n        }\n    ],\n    \"-chịkọbà\": [\n        {\n            \"word\": \"-chịkọbà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rule\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chị\"\n            ]\n        }\n    ],\n    \"ndi nā-achị āchị\": [\n        {\n            \"word\": \"ndi nā-achị āchị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"the rulers; members of the government\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chị\"\n            ]\n        }\n    ],\n    \"-chị achị\": [\n        {\n            \"word\": \"-chị achị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be slippery\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ebe à nà-àchị āchị\",\n                    \"english\": \"This place is slippery\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-chị\"\n            ]\n        }\n    ],\n    \"-chị\": [\n        {\n            \"word\": \"-chị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"carry, take (many things)\",\n                \"be slippery\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"chịmchìm\": [\n        {\n            \"word\": \"chịmchìm\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"strong; upright; firm\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"chìm\"\n            ]\n        }\n    ],\n    \"chịmchịm\": [\n        {\n            \"word\": \"chịmchịm\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ndi aghā anyī nò chịmchìm n’òbòdò afù\",\n                    \"english\": \"Our troops remain in firm control of the city\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"chìm\"\n            ]\n        }\n    ],\n    \"-dị chìm\": [\n        {\n            \"word\": \"-dị chìm\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be firm\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"chìm\"\n            ]\n        }\n    ],\n    \"Oche ǹke à dì chìm\": [\n        {\n            \"word\": \"Oche ǹke à dì chìm\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"This chair is very firm\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"chìm\"\n            ]\n        }\n    ],\n    \"-kwụ chìm\": [\n        {\n            \"word\": \"-kwụ chìm\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be firm; stand firm; be firmly established or secure in a place (of person)\",\n                \"stand around\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"chìm\",\n                \"-kwụ\"\n            ]\n        }\n    ],\n    \"chìm\": [\n        {\n            \"word\": \"chìm\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"firm\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"chìm\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"-chò\": [\n        {\n            \"word\": \"-chò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"display articles for sale (also -chòbe)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òchịchọ\": [\n        {\n            \"word\": \"òchịchọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"seeking; desire; wish\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chọ\"\n            ]\n        }\n    ],\n    \"oke ōchịchọ\": [\n        {\n            \"word\": \"oke ōchịchọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"excessive desire; greed\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chọ\",\n                \"oke\"\n            ]\n        }\n    ],\n    \"-chọba\": [\n        {\n            \"word\": \"-chọba\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"seek\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chọ\"\n            ]\n        }\n    ],\n    \"-chọ egō\": [\n        {\n            \"word\": \"-chọ egō\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"seek for money (by any means)\",\n                \"seek for money by hook or by crook\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-àchọ egō ri nnē\",\n                    \"english\": \"He tries to make money by hook or by crook\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-chọ\",\n                \"egō\"\n            ]\n        }\n    ],\n    \"-chọfè\": [\n        {\n            \"word\": \"-chọfè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"search more than necessary\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chọ\"\n            ]\n        }\n    ],\n    \"-chọ mmā\": [\n        {\n            \"word\": \"-chọ mmā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"decorate; ornament\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chọ\",\n                \"mmā\"\n            ]\n        }\n    ],\n    \"-chọ okwu\": [\n        {\n            \"word\": \"-chọ okwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"provoke, seek a quarrel\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chọ\",\n                \"okwu\"\n            ]\n        }\n    ],\n    \"-chọpùta\": [\n        {\n            \"word\": \"-chọpùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"search out; find; discover\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-chọòta\"\n            ],\n            \"stems\": [\n                \"-chọ\"\n            ]\n        }\n    ],\n    \"-chọsà\": [\n        {\n            \"word\": \"-chọsà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"seek everywhere\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chọ\"\n            ]\n        }\n    ],\n    \"-chọta\": [\n        {\n            \"word\": \"-chọta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"find\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chọ\"\n            ]\n        }\n    ],\n    \"-chọ ùdo\": [\n        {\n            \"word\": \"-chọ ùdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"seek for peace\",\n                \"look for peace\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ànyî chòlù ùdo\",\n                    \"english\": \"We want peace\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-chọ\",\n                \"ùdo\"\n            ]\n        }\n    ],\n    \"-chọ ụla\": [\n        {\n            \"word\": \"-chọ ụla\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go and sleep with friend or relative\",\n                \"be in season, on heat (of animals) Ewu Ndù àchọgo; a gà-àkpụgalụ yā mkpi Ndụ's goat is on heat; it will be taken to a he-goat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chọ\"\n            ]\n        }\n    ],\n    \"-chọ\": [\n        {\n            \"word\": \"-chọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"want; desire; seek; need\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ugbọ m#chòlù ndokwa\",\n                    \"english\": \"My car needs repairs\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-chu echu\": [\n        {\n            \"word\": \"-chu echu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be dull, half-done (of colour of half-cooked food); fall short of expected standard (especially in colour); be dull, morose, half-baked (of person); be degrading (of action)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chu\"\n            ]\n        }\n    ],\n    \"-chu ichuchu\": [\n        {\n            \"word\": \"-chu ichuchu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be unripe\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chu\"\n            ]\n        }\n    ],\n    \"-chu ụla\": [\n        {\n            \"word\": \"-chu ụla\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be wakeful, sleepless\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chu\",\n                \"ụla\"\n            ]\n        }\n    ],\n    \"-churu\": [\n        {\n            \"word\": \"-churu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fade; tarnish\",\n                \"fade; tarnish (stronger than -chu)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ìyèli à èchurugo\",\n                    \"english\": \"The earring has tarnished (stronger than èchugo)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-chu\",\n                \"-rị\"\n            ]\n        }\n    ],\n    \"-chube\": [\n        {\n            \"word\": \"-chube\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go away to fetch\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chu\"\n            ]\n        }\n    ],\n    \"-chu iyī\": [\n        {\n            \"word\": \"-chu iyī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go to a spring or stream to draw water\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chu\",\n                \"iyī\"\n            ]\n        }\n    ],\n    \"-chu mmilī\": [\n        {\n            \"word\": \"-chu mmilī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go to fetch water\",\n                \"go to water\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chu\",\n                \"mmilī\"\n            ]\n        }\n    ],\n    \"-chu uchu\": [\n        {\n            \"word\": \"-chu uchu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"persevere; be industrious\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chu\",\n                \"uchu\"\n            ]\n        }\n    ],\n    \"-chu\": [\n        {\n            \"word\": \"-chu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be dull, half-done; fade; tarnish\",\n                \"be greedy, lazy; gorge\",\n                \"fetch (usually water)\",\n                \"persevere\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"Chukwu Ābịàmà\": [\n        {\n            \"word\": \"Chukwu Ābịàmà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"God the Provider\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"Chukwu\"\n            ]\n        }\n    ],\n    \"Chukwu ēmeka\": [\n        {\n            \"word\": \"Chukwu ēmeka\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"God has done well\",\n                \"male name\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"Chukwu\"\n            ]\n        }\n    ],\n    \"Chukwu Òkìkè\": [\n        {\n            \"word\": \"Chukwu Òkìkè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"God the creator\",\n                \"elephant tusk owned by an ọzō man which symbolizes his òkìkè\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"Chukwu\",\n                \"òkìkè\"\n            ]\n        }\n    ],\n    \"Ikeē Chukwu\": [\n        {\n            \"word\": \"Ikeē Chukwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the power of God\",\n                \"male name\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"Chukwu\"\n            ]\n        }\n    ],\n    \"Ukò Chukwu\": [\n        {\n            \"word\": \"Ukò Chukwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(Christian usage) minister; pastor; deacon; priest\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"Chukwu\"\n            ]\n        }\n    ],\n    \"Chukwu\": [\n        {\n            \"word\": \"Chukwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"God (chi 1. + ukwu). In Nri belief, Chukwu has four major manifestations Anyanwū, the sun, which represents Chukwu as everywhere present, all-powerful, and the source of knowledge; Agbàlà, manifested in the fertility of the earth and its creatures; Chi, the ability of living beings to procreate; Òkìkè, the never-ending process of creation (Onwuejeogwu 1974:82)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"Chuku\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"òchụchụ\": [\n        {\n            \"word\": \"òchụchụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"driving; pursuing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chụ\"\n            ]\n        }\n    ],\n    \"-chụchìgha\": [\n        {\n            \"word\": \"-chụchìgha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"chase, drive back\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chụ\"\n            ]\n        }\n    ],\n    \"-chụdà\": [\n        {\n            \"word\": \"-chụdà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"drive down\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chụ\"\n            ]\n        }\n    ],\n    \"-chụgo\": [\n        {\n            \"word\": \"-chụgo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"drive up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chụ\"\n            ]\n        }\n    ],\n    \"-chụkọ nta\": [\n        {\n            \"word\": \"-chụkọ nta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hunt together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chụ\"\n            ]\n        }\n    ],\n    \"-chụmì\": [\n        {\n            \"word\": \"-chụmì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"drive far away\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chụ\"\n            ]\n        }\n    ],\n    \"-chụna(ta)\": [\n        {\n            \"word\": \"-chụna(ta)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"drive home\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chụ\"\n            ]\n        }\n    ],\n    \"-chụni\": [\n        {\n            \"word\": \"-chụni\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stir up (birds, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chụ\"\n            ]\n        }\n    ],\n    \"-chụ nta\": [\n        {\n            \"word\": \"-chụ nta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hunt; go hunting\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chụ\",\n                \"nta\"\n            ]\n        }\n    ],\n    \"-chụ ọsọ\": [\n        {\n            \"word\": \"-chụ ọsọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"drive; pursue\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chụ\",\n                \"ọsọ\"\n            ]\n        }\n    ],\n    \"-chụpù\": [\n        {\n            \"word\": \"-chụpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"drive away, out\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-chụ\"\n            ]\n        }\n    ],\n    \"-chụsà\": [\n        {\n            \"word\": \"-chụsà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"scatter\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ǹke à chụsàsìlì egwū nā-atụ m#\",\n                    \"english\": \"This dispels my fears\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-chụ\"\n            ]\n        }\n    ],\n    \"-chụ\": [\n        {\n            \"word\": \"-chụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"drive; pursue\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"D\": [\n        {\n            \"word\": \"D\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-da n’ọkụ\": [\n        {\n            \"word\": \"-da n’ọkụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"warm (soup, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-da\",\n                \"ọkụ\"\n            ]\n        }\n    ],\n    \"-da ọkụ\": [\n        {\n            \"word\": \"-da ọkụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"brand; cauterize\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-da\",\n                \"ọkụ\"\n            ]\n        }\n    ],\n    \"-dazè\": [\n        {\n            \"word\": \"-dazè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"melt slowly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-da\"\n            ]\n        }\n    ],\n    \"-dakọ\": [\n        {\n            \"word\": \"-dakọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"press (cloth, to dry it)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-da\"\n            ]\n        }\n    ],\n    \"-da anya\": [\n        {\n            \"word\": \"-da anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shirk one’s duty\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-àda anya ọlū\",\n                    \"english\": \"He is shirking the work\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-da\"\n            ]\n        }\n    ],\n    \"-da ǹdamanya\": [\n        {\n            \"word\": \"-da ǹdamanya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be lazy; malinger; loaf about\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-da\",\n                \"ǹdamanya\"\n            ]\n        }\n    ],\n    \"-da\": [\n        {\n            \"word\": \"-da\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"warm; heat up\",\n                \"press (cloth)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òdìdà\": [\n        {\n            \"word\": \"òdìdà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fall; fall of a great or rich person; failure\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"òdìdà anyanwū\": [\n        {\n            \"word\": \"òdìdà anyanwū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"West; sunset\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"òdìda chī\"\n            ],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dà àba\": [\n        {\n            \"word\": \"-dà àba\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fall on the back\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dàbà\": [\n        {\n            \"word\": \"-dàbà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fall in with; correspond; be in agreement with\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dàbànye\": [\n        {\n            \"word\": \"-dàbànye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fall into; match; correspond\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"NNC\": [\n        {\n            \"word\": \"NNC\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"large size\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ dì ukwu\",\n                    \"english\": \"It is big\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ukwu\"\n            ]\n        }\n    ],\n    \"-dàbelụ\": [\n        {\n            \"word\": \"-dàbelụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lean upon\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dàbepù\": [\n        {\n            \"word\": \"-dàbepù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fall off from (of part)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dàchasị\": [\n        {\n            \"word\": \"-dàchasị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lose all one’s resources; be liquidated (business); fail in all subjects (in exam)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọlụ ānyị amā-adàchasị ncha\",\n                    \"english\": \"Our business cannot fail completely\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dàchi\": [\n        {\n            \"word\": \"-dàchi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fall across (so as to block)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dàchìgha àzụ\": [\n        {\n            \"word\": \"-dàchìgha àzụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fall back sideways; rebound horizontally; backslide (e.g. as child’s progress)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àda mū nà-àdachìgha āzụ n’akwụkwọ\",\n                    \"english\": \"My eldest daughter is falling behind at school\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dàdo\": [\n        {\n            \"word\": \"-dàdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lean against; fall upon\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nkwụ afù dàdòlù n’enu ụnò\",\n                    \"english\": \"That palmtree fell on top of the house\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dàfèga\": [\n        {\n            \"word\": \"-dàfèga\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fall across something, e.g. stream\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dàfo\": [\n        {\n            \"word\": \"-dàfo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"clear and open up as a result of a fall (e.g. of tree)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dàgbu\": [\n        {\n            \"word\": \"-dàgbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fall heavily upon, so as to kill\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"ndàgbu\": [\n        {\n            \"word\": \"ndàgbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"a fall of something heavy so as to kill; fall occasioning death (usually of another object but can be of object falling)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"ǹdàgbu ōnwe\": [\n        {\n            \"word\": \"ǹdàgbu ōnwe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"death (by falling)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dàghalị\": [\n        {\n            \"word\": \"-dàghalị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"toss about; be restless\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ogè ọ ŋùsìlì mmanya, ò na-ādàghalị\",\n                    \"english\": \"When he had taken the palmwine, he started to fall about\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dà ibì\": [\n        {\n            \"word\": \"-dà ibì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"have hydrocele\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\",\n                \"ibì\"\n            ]\n        }\n    ],\n    \"-dàji\": [\n        {\n            \"word\": \"-dàji\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fall across and break\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ogbè ụkwà adàjigo mkpọ\",\n                    \"english\": \"A fruit of ụkwà has broken the walking stick.\"\n                },\n                {\n                    \"igbo\": \"Mkpọ igwè m dàjìlì n’ùtụtù\",\n                    \"english\": \"My steel walking-stick fell and snapped in the morning\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dàjina\": [\n        {\n            \"word\": \"-dàjina\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"have a hole, hollow, groove (of wall)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"ndàjina\": [\n        {\n            \"word\": \"ndàjina\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hollow place, groove (in wall, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dàkọlịta\": [\n        {\n            \"word\": \"-dàkọlịta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be in harmony with (literally sound together or fall together)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"ndàkọlịta\": [\n        {\n            \"word\": \"ndàkọlịta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"harmony\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dàkọ ọnụ\": [\n        {\n            \"word\": \"-dàkọ ọnụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"coincide; be in harmony\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dàkụlụ\": [\n        {\n            \"word\": \"-dàkụlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fall against\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\",\n                \"-kụ\"\n            ]\n        }\n    ],\n    \"-dàkpò\": [\n        {\n            \"word\": \"-dàkpò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fall upon violently; pounce upon (of people fighting)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dakpò àrụ\": [\n        {\n            \"word\": \"-dakpò àrụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"feel ill\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dàkpọ\": [\n        {\n            \"word\": \"-dàkpọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fall into ruins; fall down flat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dàkpu\": [\n        {\n            \"word\": \"-dàkpu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fall in\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nwoōkoyè adàkpugo n’ọnụ\",\n                    \"english\": \"Nwookoye has fallen into a hole\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\",\n                \"-kpu\"\n            ]\n        }\n    ],\n    \"-dàkpudo\": [\n        {\n            \"word\": \"-dàkpudo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fall upon\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dàkwàsị\": [\n        {\n            \"word\": \"-dàkwàsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fall on; befall\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ dàkwàsìlì ya\",\n                    \"english\": \"It fell on him, or it befell him (of fate, etc.)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dàkwepù\": [\n        {\n            \"word\": \"-dàkwepù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"snap\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dàkwepù amū\": [\n        {\n            \"word\": \"-dàkwepù amū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"laugh loudly; burst out laughing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dàlụ\": [\n        {\n            \"word\": \"-dàlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fall short of what was expected\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dàlụ aka\": [\n        {\n            \"word\": \"-dàlụ aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take by the hand\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dà mbà\": [\n        {\n            \"word\": \"-dà mbà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be lazy; be exhausted, worn out, very tired\",\n                \"be very tired and exhausted; be tired by a task to the extent that one can no longer go on with it; be worn out\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\",\n                \"mbà\"\n            ]\n        }\n    ],\n    \"-dà mkpùna\": [\n        {\n            \"word\": \"-dà mkpùna\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"have hernia\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dà n’aka\": [\n        {\n            \"word\": \"-dà n’aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take by the hand\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dànarị\": [\n        {\n            \"word\": \"-dànarị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fall off; slip off; fall from\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dà ǹgwọlō\": [\n        {\n            \"word\": \"-dà ǹgwọlō\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be lame\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dà nra\": [\n        {\n            \"word\": \"-dà nra\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fine\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Fâ gà-adā yā nra\",\n                    \"english\": \"They will fine him (compare -li nra)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dà n’ụkwụ\": [\n        {\n            \"word\": \"-dà n’ụkwụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"happen in one's presence\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\",\n                \"ụkwụ\"\n            ]\n        }\n    ],\n    \"-dà ǹzuzō\": [\n        {\n            \"word\": \"-dà ǹzuzō\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hide oneself\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dànye\": [\n        {\n            \"word\": \"-dànye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"give in; submit; fall into\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dà òbùlùbù\": [\n        {\n            \"word\": \"-dà òbùlùbù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fall upon one in a mass\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"ǹda òbùlùbù\": [\n        {\n            \"word\": \"ǹda òbùlùbù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"falling upon in a mass\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Fâ bìàkwùtèlù yà nà ǹda òbùlùbù\",\n                    \"english\": \"They came falling upon him in a mass\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dà ogbènyà\": [\n        {\n            \"word\": \"-dà ogbènyà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be very poor\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dà ogbī\": [\n        {\n            \"word\": \"-dà ogbī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be dumb\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ì dịrō àza m ajùjụ m nà-àjụ gī. Ì dàlù ogbì?\",\n                    \"english\": \"You do not answer my questions. Are you dumb?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\",\n                \"ogbī\"\n            ]\n        }\n    ],\n    \"-dà òbò\": [\n        {\n            \"word\": \"-dà òbò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be idle (= -dì òbò)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dà ọbù\": [\n        {\n            \"word\": \"-dà ọbù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fall into pit trap\",\n                \"fall into pit-trap (Proverb)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ò jọfùlù àkù nnà ya n’ụjō sì nà enyi nà-adàa ọbù tanaa\",\n                    \"english\": \"The person who was too cowardly to reclaim his father's wealth said that elephants fall into pit-traps and perish. (Used when appealing to someone who has suffered some loss to forget and stop brooding over it)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\",\n                \"ọbù\"\n            ]\n        }\n    ],\n    \"-dà ọkpụ āba\": [\n        {\n            \"word\": \"-dà ọkpụ āba\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fall on the back\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dà ọmà\": [\n        {\n            \"word\": \"-dà ọmà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"embrace\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ànyị nà-èje izùtè nwunyì m sī òbòdò oyìbo nāta. Ife mbụ m gà-ème ọgè m fùlù yâ bù ịdà yà ọmà\",\n                    \"english\": \"We are going to meet my wife just back from the United Kingdom. What I shall do first when I see her is to embrace her\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\",\n                \"ọmà\"\n            ]\n        }\n    ],\n    \"-dapù\": [\n        {\n            \"word\": \"-dapù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fall off (of whole, from a place)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Akwụkwọ afù àdapùgo\",\n                    \"english\": \"That paper has fallen off (e.g. the table)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dapùta\": [\n        {\n            \"word\": \"-dapùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"happen; occur unexpectedly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"ife ndapùta\": [\n        {\n            \"word\": \"ife ndapùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"event; occurrence\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\",\n                \"ife\"\n            ]\n        }\n    ],\n    \"-dàsịsị\": [\n        {\n            \"word\": \"-dàsịsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"drop one by one\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Akwụ nà-adàsịsị\",\n                    \"english\": \"Palm-nuts keep on falling\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dà ùbìàm\": [\n        {\n            \"word\": \"-dà ùbìàm\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be poor, a pauper\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Chukwu ekwēkwọna kà m dàa ùbìàm\",\n                    \"english\": \"May God not let me be poor\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\",\n                \"ùbìàm\"\n            ]\n        }\n    ],\n    \"-dàwa\": [\n        {\n            \"word\": \"-dàwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fall and break\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dàwụsa\": [\n        {\n            \"word\": \"-dàwụsa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fall against; sprinkle; scatter upon (as rain)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"mmilī ǹdà arò\",\n                    \"english\": \"the first rain of the year\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"ndàbebe\": [\n        {\n            \"word\": \"ndàbebe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"support; stay; upholding\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ndàbebe ụnō à sìlì ike\",\n                    \"english\": \"The supporting posts of this house are strong\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dà ùdà\": [\n        {\n            \"word\": \"-dà ùdà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sound\",\n                \"give sound\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anùlù m ùdà egbè\",\n                    \"english\": \"I heard the sound of a gun\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\",\n                \"ùdà\"\n            ]\n        }\n    ],\n    \"-dà ọnū\": [\n        {\n            \"word\": \"-dà ọnū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be expensive\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà\"\n            ]\n        }\n    ],\n    \"-dà\": [\n        {\n            \"word\": \"-dà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fall; befall; occur; happen to (of something tragic); suffer from; fail; set (of sun)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ògù dàlù\",\n                    \"english\": \"A fight broke out\"\n                },\n                {\n                    \"igbo\": \"Akụ mmīli nà-adà\",\n                    \"english\": \"Hailstones are falling\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"kwà daa\": [\n        {\n            \"word\": \"kwà daa\",\n            \"wordClass\": \"PREP\",\n            \"definitions\": [\n                \"every day\",\n                \"daily\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ànyị nà-ème yā kwà daa\",\n                    \"english\": \"We do it daily\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"daa\",\n                \"kwà\"\n            ]\n        }\n    ],\n    \"ụbòsì daa\": [\n        {\n            \"word\": \"ụbòsì daa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"every day; daily; day by day\",\n                \"everyday; daily; day by day (compare kwà daa)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"daa\",\n                \"ụbòsì\"\n            ]\n        }\n    ],\n    \"daa\": [\n        {\n            \"word\": \"daa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"day by day; daily\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-èkwu ife à daa\",\n                    \"english\": \"He says this all the time\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Ọ dàjụgo\": [\n        {\n            \"word\": \"Ọ dàjụgo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"It is quiet\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà-jụ\"\n            ]\n        }\n    ],\n    \"Ọ dàjùlù àdàjụ\": [\n        {\n            \"word\": \"Ọ dàjùlù àdàjụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"It is very quiet\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà-jụ\"\n            ]\n        }\n    ],\n    \"ndàjụ\": [\n        {\n            \"word\": \"ndàjụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"calm; quiet; fricanaùity\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ndàjụ adūrọ ebe à\",\n                    \"english\": \"There is no quiet here\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà-jụ\"\n            ]\n        }\n    ],\n    \"-dàjụ obì\": [\n        {\n            \"word\": \"-dàjụ obì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"propitiate; appease; atone\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dà-jụ\",\n                \"obì\"\n            ]\n        }\n    ],\n    \"-dà-jụ\": [\n        {\n            \"word\": \"-dà-jụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be quiet calm, peaceful\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"dàalụ nù\": [\n        {\n            \"word\": \"dàalụ nù\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"a form of greeting (to more than one person in the same\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"dàalụ\"\n            ]\n        }\n    ],\n    \"dàalụkwọ nù\": [\n        {\n            \"word\": \"dàalụkwọ nù\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"place); I greet you all\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"dàalụ\"\n            ]\n        }\n    ],\n    \"dàalụ sọò\": [\n        {\n            \"word\": \"dàalụ sọò\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"thank you very much!\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"dàalụ\"\n            ]\n        }\n    ],\n    \"dàalụ zị\": [\n        {\n            \"word\": \"dàalụ zị\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"form of greeting used by a person leaving a place to the person he is leaving; dàalụ zị nù such a greeting directed to more than one person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"dàalụ\"\n            ]\n        }\n    ],\n    \"dàalụ ọlū\": [\n        {\n            \"word\": \"dàalụ ọlū\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"salutation to those working\",\n                \"well done! salutation to person or people at work\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"dàalụ\",\n                \"ọlụ\"\n            ]\n        }\n    ],\n    \"dàalụ\": [\n        {\n            \"word\": \"dàalụ\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"thank you; a form of greeting\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"dandā\": [\n        {\n            \"word\": \"dandā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sugar-ant (compare arụrụ ọcha)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òdide\": [\n        {\n            \"word\": \"òdide\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"writing; pressing; marking\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-de\"\n            ]\n        }\n    ],\n    \"-debà\": [\n        {\n            \"word\": \"-debà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"write into\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-de\"\n            ]\n        }\n    ],\n    \"-dechapù\": [\n        {\n            \"word\": \"-dechapù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"erase; cancel\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-de\"\n            ]\n        }\n    ],\n    \"-dedo\": [\n        {\n            \"word\": \"-dedo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"write upon\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-de\"\n            ]\n        }\n    ],\n    \"-defìè\": [\n        {\n            \"word\": \"-defìè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"write incorrectly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-de\"\n            ]\n        }\n    ],\n    \"-dekwu\": [\n        {\n            \"word\": \"-dekwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"write more\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-de\"\n            ]\n        }\n    ],\n    \"-de letà\": [\n        {\n            \"word\": \"-de letà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"write letter\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-de\",\n                \"letà\"\n            ]\n        }\n    ],\n    \"letà\": [\n        {\n            \"word\": \"letà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"letter (English, compare akwụkwọ)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-denye\": [\n        {\n            \"word\": \"-denye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"write in(to); enter by writing; include\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-de\"\n            ]\n        }\n    ],\n    \"-depùta\": [\n        {\n            \"word\": \"-depùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"write out; copy out\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Depùta ǹke à\",\n                    \"english\": \"Copy this out\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-de\"\n            ]\n        }\n    ],\n    \"ndepùta\": [\n        {\n            \"word\": \"ndepùta\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"writing out\",\n                \"edition\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-deta letà\": [\n        {\n            \"word\": \"-deta letà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"write letter to (the speaker)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òbi kwù nà nya gà-èdeta letà ogè nya lù Òbòdò Oyìbo\",\n                    \"english\": \"Obi said he would write when he reaches the United Kingdom\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-de\",\n                \"letà\"\n            ]\n        }\n    ],\n    \"-detò\": [\n        {\n            \"word\": \"-detò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lampoon; write against; libel\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-de\"\n            ]\n        }\n    ],\n    \"-de ùlì\": [\n        {\n            \"word\": \"-de ùlì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"decorate the body with ùlì\",\n                \"mark parts of the body with ùlì\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-de\",\n                \"ùlì\"\n            ]\n        }\n    ],\n    \"-de mmilī\": [\n        {\n            \"word\": \"-de mmilī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"threaten rain (with thundering)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-de\"\n            ]\n        }\n    ],\n    \"-demù\": [\n        {\n            \"word\": \"-demù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"murmur; mutter; growl; grumble\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-de\"\n            ]\n        }\n    ],\n    \"-derube\": [\n        {\n            \"word\": \"-derube\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rumble; sound around\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-de\"\n            ]\n        }\n    ],\n    \"-de\": [\n        {\n            \"word\": \"-de\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"mark; write; press\",\n                \"sound; rumble\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-debe\": [\n        {\n            \"word\": \"-debe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"appoint; place\",\n                \"take care of; keep; observe\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-de-\"\n            ]\n        }\n    ],\n    \"-debe ọnū duu\": [\n        {\n            \"word\": \"-debe ọnū duu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be silent\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-de-\",\n                \"duu\",\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"-debe uchè\": [\n        {\n            \"word\": \"-debe uchè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"think; imagine\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-de-\",\n                \"uchè\"\n            ]\n        }\n    ],\n    \"-delụ duu\": [\n        {\n            \"word\": \"-delụ duu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stop talking; remain silent\",\n                \"stop talking\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-de-\",\n                \"duu\"\n            ]\n        }\n    ],\n    \"-de n’ile\": [\n        {\n            \"word\": \"-de n’ile\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"taste; place on the tongue\",\n                \"taste\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-de-\",\n                \"ile\"\n            ]\n        }\n    ],\n    \"-detụ ọnū\": [\n        {\n            \"word\": \"-detụ ọnū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"taste\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-de-\"\n            ]\n        }\n    ],\n    \"-de-\": [\n        {\n            \"word\": \"-de-\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"put; place\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-dè ǹdè\": [\n        {\n            \"word\": \"-dè ǹdè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be sickly, delicate\",\n                \"disappear\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-edē ǹdè\",\n                    \"english\": \"He is sickly\"\n                },\n                {\n                    \"igbo\": \"Dibìa à nà-edē ǹdè\",\n                    \"english\": \"This dibịa has the power of disappearing\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dè\",\n                \"ǹdè\"\n            ]\n        }\n    ],\n    \"-dèsị mmilī\": [\n        {\n            \"word\": \"-dèsị mmilī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"drip (as of wet clothes)\",\n                \"drip\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dè\",\n                \"mmilī\"\n            ]\n        }\n    ],\n    \"-dè\": [\n        {\n            \"word\": \"-dè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be soft (as ripe fruit); be soft and wet, soggy (as muddy ground, wet clothes); dissolve in water (compare -di-dè)\",\n                \"disappear\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-bedebe\": [\n        {\n            \"word\": \"-bedebe\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"stop crying\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O bedebego kà ò nà-èbelịsị?\",\n                    \"english\": \"Has she stopped (weeping) or is she still weeping?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-de-be\"\n            ]\n        }\n    ],\n    \"-jedebe\": [\n        {\n            \"word\": \"-jedebe\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"come to a stop\",\n                \"stop walking; end a journey\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ebe à kà o jēdebelụ\",\n                    \"english\": \"It was here that he stopped\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-de-be\",\n                \"-je\"\n            ]\n        }\n    ],\n    \"-de-be\": [\n        {\n            \"word\": \"-de-be\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [\n                \"-do-be\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"-bịadèbè\": [\n        {\n            \"word\": \"-bịadèbè\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"come nearer\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bịadèbè m#\",\n                    \"english\": \"Come nearer to me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dè-be\"\n            ]\n        }\n    ],\n    \"-jedèbè\": [\n        {\n            \"word\": \"-jedèbè\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"go, move nearer\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Jedèbe ọkū\",\n                    \"english\": \"Go nearer the fire\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dè-be\"\n            ]\n        }\n    ],\n    \"-dè-be\": [\n        {\n            \"word\": \"-dè-be\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"near(er)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-dò-be\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"deème\": [\n        {\n            \"word\": \"deème\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"thank you!\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụmùdeì\": [\n        {\n            \"word\": \"ụmùdeì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"freeborn children; children of a king or chief\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"Deì\"\n            ]\n        }\n    ],\n    \"Deì\": [\n        {\n            \"word\": \"Deì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"name of one of the founding fathers of one of the nine quarters of Onitsha; hence Umùdeì, a village in Onitsha founded by him\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"di jī\": [\n        {\n            \"word\": \"di jī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"farmer; one who successfully cultivates much ground\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"di\",\n                \"ji\"\n            ]\n        }\n    ],\n    \"dikē\": [\n        {\n            \"word\": \"dikē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"strong or courageous person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"di\"\n            ]\n        }\n    ],\n    \"di mgba\": [\n        {\n            \"word\": \"di mgba\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wrestler\",\n                \"convulsions (because the child suffering a convulsive attack behaves like a person who is wrestling, in this case with an unseen wrestler)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"di\",\n                \"mgba\"\n            ]\n        }\n    ],\n    \"di mkpà\": [\n        {\n            \"word\": \"di mkpà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"strong (young) man, originally one who could cultivate a large number of yams (stored on mkpà)\",\n                \"strong young man, originally one who could cultivate many yams\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"di\",\n                \"mkpà\"\n            ]\n        }\n    ],\n    \"di ntā\": [\n        {\n            \"word\": \"di ntā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hunter\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"di\",\n                \"nta\"\n            ]\n        }\n    ],\n    \"nwa di ntā\": [\n        {\n            \"word\": \"nwa di ntā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hunter's attendant\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"di\",\n                \"nta\"\n            ]\n        }\n    ],\n    \"di nwēnu\": [\n        {\n            \"word\": \"di nwēnu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"owner; master\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"di\"\n            ]\n        }\n    ],\n    \"Dinwēnu ānyị\": [\n        {\n            \"word\": \"Dinwēnu ānyị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Our Lord; the Lord\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"di\"\n            ]\n        }\n    ],\n    \"Dinwēnu\": [\n        {\n            \"word\": \"Dinwēnu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [],\n            \"examples\": [\n                {\n                    \"igbo\": \"Jesù bù Dinwēnu ānyị\",\n                    \"english\": \"Jesu is our Lord\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"di\"\n            ]\n        }\n    ],\n    \"di òchì\": [\n        {\n            \"word\": \"di òchì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"palm wine tapper\",\n                \"professional palm wine tapper\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"di\",\n                \"òchì\"\n            ]\n        }\n    ],\n    \"di ōkpa\": [\n        {\n            \"word\": \"di ōkpa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"term of respectful address to men in general, especially an elderly one; master\",\n                \"term of respectful address to men in general (but strictly elderly and responsible men, e.g. head of household)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"di\",\n                \"òkpa\"\n            ]\n        }\n    ],\n    \"di òkpà\": [\n        {\n            \"word\": \"di òkpà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cock\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"di\"\n            ]\n        }\n    ],\n    \"di ọkpala\": [\n        {\n            \"word\": \"di ọkpala\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"first-born son\",\n                \"eldest man, and therefore priest, in a patrilineage\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"di\"\n            ]\n        }\n    ],\n    \"-la di\": [\n        {\n            \"word\": \"-la di\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"have sexual intercourse (of woman); be promiscuous, sexually loose (of woman)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"di\",\n                \"-la\"\n            ]\n        }\n    ],\n    \"-na be dī\": [\n        {\n            \"word\": \"-na be dī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"(of woman just married) be married; go, return to husband’s house\",\n                \"(in normal sense) go, return to husband or husband’s house\",\n                \"(of woman just married) marry; go to husband's house\",\n                \"go, return to husband or husband's house\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ gà-àna be dī n’ọnwa ōzọ\",\n                    \"english\": \"She will be married next month\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"di\",\n                \"-na\"\n            ]\n        }\n    ],\n    \"-nụ di\": [\n        {\n            \"word\": \"-nụ di\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"marry (of a woman)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"di\",\n                \"-nụ\"\n            ]\n        }\n    ],\n    \"nwunyē di\": [\n        {\n            \"word\": \"nwunyē di\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"co-wife; ‘mate’\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"di\"\n            ]\n        }\n    ],\n    \"ọzò dimgba\": [\n        {\n            \"word\": \"ọzò dimgba\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"gorilla\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"di\"\n            ]\n        }\n    ],\n    \"di\": [\n        {\n            \"word\": \"di\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"husband\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-dìdo obì\": [\n        {\n            \"word\": \"-dìdo obì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be patient\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dì\",\n                \"obì\"\n            ]\n        }\n    ],\n    \"-dì èdì\": [\n        {\n            \"word\": \"-dì èdì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"endure\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ị gà-edī yā èdì\",\n                    \"english\": \"You have to endure it\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dì\"\n            ]\n        }\n    ],\n    \"-dì ǹdìdì\": [\n        {\n            \"word\": \"-dì ǹdìdì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be patient\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dì\",\n                \"ǹdìdì\"\n            ]\n        }\n    ],\n    \"-dì\": [\n        {\n            \"word\": \"-dì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"endure; be patient\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"dibìà afā\": [\n        {\n            \"word\": \"dibìà afā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a native doctor who specializes in divination\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"dibìà\"\n            ]\n        }\n    ],\n    \"dibīa àjà\": [\n        {\n            \"word\": \"dibīa àjà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a dibìà who specializes in preparing the various sacrifices associated with the alūsị and the mmụō\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"dibìà\"\n            ]\n        }\n    ],\n    \"dibìà ọgwù\": [\n        {\n            \"word\": \"dibìà ọgwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"medicine man who specializes in medical treatment\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"dibìà\"\n            ]\n        }\n    ],\n    \"nwa dibìà\": [\n        {\n            \"word\": \"nwa dibìà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"native doctor's attendant; native doctor\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"dibìà\",\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"dibìà\": [\n        {\n            \"word\": \"dibìà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"native doctor; a member of the professional corporate group of traditional medicine men and diviners\",\n                \"which rings when struck on ground\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ojì\"\n            ]\n        }\n    ],\n    \"-jedide\": [\n        {\n            \"word\": \"-jedide\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"keep going on\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-di-de\",\n                \"-je\"\n            ]\n        }\n    ],\n    \"-kwudide\": [\n        {\n            \"word\": \"-kwudide\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"continue speaking\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-di-de\",\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"-kwụdide\": [\n        {\n            \"word\": \"-kwụdide\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"continue standing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-di-de\"\n            ]\n        }\n    ],\n    \"-di-de\": [\n        {\n            \"word\": \"-di-de\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"continuously; persistently\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-dìdè obì\": [\n        {\n            \"word\": \"-dìdè obì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make to feel sick; cause nausea\",\n                \"yearn over; be affectionate (literally soften heart)\",\n                \"make feel sick; cause nausea\",\n                \"yearn over; be affectionate\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dì-dè\",\n                \"obì\"\n            ]\n        }\n    ],\n    \"(obì) -dìdè\": [\n        {\n            \"word\": \"(obì) -dìdè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"feel sick; feel nausea\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Obì nà-èdidē m#\",\n                    \"english\": \"I feel nausea\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dì-dè\"\n            ]\n        }\n    ],\n    \"obì ndidè\": [\n        {\n            \"word\": \"obì ndidè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"nausea (caused by indigestion)\",\n                \"nausea\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dì-dè\",\n                \"obì\"\n            ]\n        }\n    ],\n    \"-dì-dè\": [\n        {\n            \"word\": \"-dì-dè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"soak; soften\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Achìchà ị bànyèlù nà mmilī n’ùtụtù èdìdègo\",\n                    \"english\": \"The biscuit you steeped in water in the morning has become soft\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-dinàji onu\": [\n        {\n            \"word\": \"-dinàji onu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"strain or crick the neck while sleeping\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Edīnàjì m onu\",\n                    \"english\": \"I strained my neck while sleeping\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-di-nà\",\n                \"onu\"\n            ]\n        }\n    ],\n    \"-dinàkọ\": [\n        {\n            \"word\": \"-dinàkọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"have sexual intercourse (literally lie together)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-di-nà\"\n            ]\n        }\n    ],\n    \"-dinà mmakpù\": [\n        {\n            \"word\": \"-dinà mmakpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lie on the stomach\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-di-nà\",\n                \"-ma\"\n            ]\n        }\n    ],\n    \"-dinà àba\": [\n        {\n            \"word\": \"-dinà àba\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sleep on the back\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-di-nà\"\n            ]\n        }\n    ],\n    \"-dinà nkọ\": [\n        {\n            \"word\": \"-dinà nkọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lie on the side\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-di-nà\"\n            ]\n        }\n    ],\n    \"-di-nà\": [\n        {\n            \"word\": \"-di-nà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lie down; have sexual intercourse with; sleep with, a woman\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"A nà-èdinā x\",\n                    \"english\": \"A (a man) sleeps with x (a woman)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òdịdị\": [\n        {\n            \"word\": \"òdịdị\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"appearance; likeness; being; form; shape\",\n                \"taking one’s part, siding with\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\"\n            ]\n        }\n    ],\n    \"Ọ dì egwù\": [\n        {\n            \"word\": \"Ọ dì egwù\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"It is tragic, wonderful, marvellous\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\"\n            ]\n        }\n    ],\n    \"Ọ dì ifelē\": [\n        {\n            \"word\": \"Ọ dì ifelē\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"It is shameful\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\"\n            ]\n        }\n    ],\n    \"Ọ dì n’ìwu\": [\n        {\n            \"word\": \"Ọ dì n’ìwu\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"It is illegal\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ife à i mè ò dì anyaā?\",\n                    \"english\": \"This thing you did, how was it?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\"\n            ]\n        }\n    ],\n    \"-dịba\": [\n        {\n            \"word\": \"-dịba\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"begin to live\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\"\n            ]\n        }\n    ],\n    \"òdìbù àdịbu\": [\n        {\n            \"word\": \"òdìbù àdịbu\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"something (e.g. habit, custom) that has been existing for a long time\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\"\n            ]\n        }\n    ],\n    \"-dịchili\": [\n        {\n            \"word\": \"-dịchili\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"block\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\"\n            ]\n        }\n    ],\n    \"-dịdèbe\": [\n        {\n            \"word\": \"-dịdèbe\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"be near\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Unò nwoke afù dịdèbèlù ụnò ọgwù\",\n                    \"english\": \"The man’s house is near the hospital\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\"\n            ]\n        }\n    ],\n    \"-dị èbùbè\": [\n        {\n            \"word\": \"-dị èbùbè\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"be esteemed\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\"\n            ]\n        }\n    ],\n    \"-dị enū\": [\n        {\n            \"word\": \"-dị enū\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"be out of reach\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\"\n            ]\n        }\n    ],\n    \"-dịfù\": [\n        {\n            \"word\": \"-dịfù\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"exist; be well\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\"\n            ]\n        }\n    ],\n    \"-dị ichè\": [\n        {\n            \"word\": \"-dị ichè\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"be different\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ dì ichè\",\n                    \"english\": \"It is different\"\n                },\n                {\n                    \"igbo\": \"ife dī ichè\",\n                    \"english\": \"a different thing\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\",\n                \"ichè\"\n            ]\n        }\n    ],\n    \"-dị ike\": [\n        {\n            \"word\": \"-dị ike\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"be able\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\"\n            ]\n        }\n    ],\n    \"-dị imē\": [\n        {\n            \"word\": \"-dị imē\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"be pregnant\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ dì imē\",\n                    \"english\": \"She is pregnant\"\n                },\n                {\n                    \"igbo\": \"Ọ dì ime ọnwa ītọ\",\n                    \"english\": \"She is three months pregnant\"\n                },\n                {\n                    \"igbo\": \"Proverb: Echî dì imē\",\n                    \"english\": \"Nobody knows tomorrow (literally tomorrow is pregnant)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\",\n                \"imē\"\n            ]\n        }\n    ],\n    \"-dị kà\": [\n        {\n            \"word\": \"-dị kà\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"seem probable, as if; resemble; look like\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ dì m kà m fùlù ya\",\n                    \"english\": \"I imagined that I saw him\"\n                },\n                {\n                    \"igbo\": \"Ọ dì kà ò fùlù mụ n’anya\",\n                    \"english\": \"He seems to like me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\"\n            ]\n        }\n    ],\n    \"-dị kà àgàsị\": [\n        {\n            \"word\": \"-dị kà àgàsị\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"be as if\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\"\n            ]\n        }\n    ],\n    \"-dịlị\": [\n        {\n            \"word\": \"-dịlị\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"belong to\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\"\n            ]\n        }\n    ],\n    \"-dịlịlị\": [\n        {\n            \"word\": \"-dịlịlị\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"remain; continue\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\"\n            ]\n        }\n    ],\n    \"-dị mkpà\": [\n        {\n            \"word\": \"-dị mkpà\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"be necessary\",\n                \"be necessary, needful, essential, important\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Igwè dì m mkpà\",\n                    \"english\": \"I need a bicycle\"\n                },\n                {\n                    \"igbo\": \"Ọ dì mkpà nà nne nà nnā ōbụnà gà-azùnite ụmù fa n’ụzò ezi òmùme nà ịtū egwūū Chinēkè\",\n                    \"english\": \"It is important that all parents should bring up their children in the way of righteousness and the fear of God\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\",\n                \"mkpà\"\n            ]\n        }\n    ],\n    \"-dị mmā\": [\n        {\n            \"word\": \"-dị mmā\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"be good; please\",\n                \"be good, beautiful, well, satisfactory, friendly\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ dì mmā\",\n                    \"english\": \"It is good\"\n                },\n                {\n                    \"igbo\": \"Mụ nà yâ dì mmā\",\n                    \"english\": \"He and I are friendly\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\",\n                \"mmā\"\n            ]\n        }\n    ],\n    \"ịdīmmā\": [\n        {\n            \"word\": \"ịdīmmā\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"goodness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\"\n            ]\n        }\n    ],\n    \"-dị mmā n’anya\": [\n        {\n            \"word\": \"-dị mmā n’anya\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"be a pleasant sight\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\"\n            ]\n        }\n    ],\n    \"-dị n’anya\": [\n        {\n            \"word\": \"-dị n’anya\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"desire; wish\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\"\n            ]\n        }\n    ],\n    \"-dị ndù\": [\n        {\n            \"word\": \"-dị ndù\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"live; be alive\",\n                \"be raw, fresh, uncooked, etc.\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\",\n                \"ndù\"\n            ]\n        }\n    ],\n    \"-dị nkọ\": [\n        {\n            \"word\": \"-dị nkọ\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"be sharp\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\"\n            ]\n        }\n    ],\n    \"-dị n’obì\": [\n        {\n            \"word\": \"-dị n’obì\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"be dear to one; be in one’s heart\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\"\n            ]\n        }\n    ],\n    \"-dị n’òfu\": [\n        {\n            \"word\": \"-dị n’òfu\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"be in agreement, at one\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bìanù kà ànyị dị n’òfu\",\n                    \"english\": \"Come and let us agree together\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\"\n            ]\n        }\n    ],\n    \"-dị nsọ\": [\n        {\n            \"word\": \"-dị nsọ\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"be holy, separate\",\n                \"be holy, revered\",\n                \"be a saint\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ dì nsọ\",\n                    \"english\": \"It is holy\"\n                },\n                {\n                    \"igbo\": \"Pọòlụ dī nsọ\",\n                    \"english\": \"St Paul\"\n                },\n                {\n                    \"igbo\": \"Òlili Nsọ\",\n                    \"english\": \"(Christian usage) Holy Communion\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\",\n                \"nsọ\"\n            ]\n        }\n    ],\n    \"-dị ǹzuzō\": [\n        {\n            \"word\": \"-dị ǹzuzō\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"be secret\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nò n’ebe dī nzuzo\",\n                    \"english\": \"She is in a secret place\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\",\n                \"nzùkọ\"\n            ]\n        }\n    ],\n    \"-dị nwaayò\": [\n        {\n            \"word\": \"-dị nwaayò\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"be meek, calm, quiet, humble\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ dì nwaayò\",\n                    \"english\": \"She is gentle\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\"\n            ]\n        }\n    ],\n    \"-dịnyelụ\": [\n        {\n            \"word\": \"-dịnyelụ\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"side with\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\"\n            ]\n        }\n    ],\n    \"-dị oke ọnū\": [\n        {\n            \"word\": \"-dị oke ọnū\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"be dear, expensive\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\"\n            ]\n        }\n    ],\n    \"-dị òkìlìkili\": [\n        {\n            \"word\": \"-dị òkìlìkili\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"be round\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ùwà dì òkìlìkili\",\n                    \"english\": \"The world is round\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\",\n                \"òkìlìkili\"\n            ]\n        }\n    ],\n    \"-dị òbò\": [\n        {\n            \"word\": \"-dị òbò\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"be idle, lazy (= -dà òbò)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\"\n            ]\n        }\n    ],\n    \"ịdīọcha\": [\n        {\n            \"word\": \"ịdīọcha\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"purity; cleanness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\"\n            ]\n        }\n    ],\n    \"-dị ògò\": [\n        {\n            \"word\": \"-dị ògò\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"be grateful, polite, modest, well-behaved, courteous, nice- looking\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\"\n            ]\n        }\n    ],\n    \"-dị òkòlòkọlọ\": [\n        {\n            \"word\": \"-dị òkòlòkọlọ\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"be round in shape\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nye m ìtè afū dī òkòlòkọlọ\",\n                    \"english\": \"Give me that round pot\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\",\n                \"òkòlòkọlọ\"\n            ]\n        }\n    ],\n    \"-dịrị\": [\n        {\n            \"word\": \"-dịrị\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"get better; recover from illness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\"\n            ]\n        }\n    ],\n    \"-dị uchu\": [\n        {\n            \"word\": \"-dị uchu\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"be industrious, diligent\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àdâ dì uchu\",\n                    \"english\": \"Ada is industrious\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\",\n                \"uchu\"\n            ]\n        }\n    ],\n    \"-dị ùfù\": [\n        {\n            \"word\": \"-dị ùfù\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"be painful, distressing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\"\n            ]\n        }\n    ],\n    \"-dị ụjō\": [\n        {\n            \"word\": \"-dị ụjō\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"be cowardly; fear\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Adì m ụjō\",\n                    \"english\": \"I am cowardly or, I can’t bear physical pain long\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\",\n                \"ụjō\"\n            ]\n        }\n    ],\n    \"-dị walala\": [\n        {\n            \"word\": \"-dị walala\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"be narrow\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ụzō ǹkaà dì walala\",\n                    \"english\": \"This road or path is narrow\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\",\n                \"walala\"\n            ]\n        }\n    ],\n    \"-dịwanye mmā\": [\n        {\n            \"word\": \"-dịwanye mmā\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"improve\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\"\n            ]\n        }\n    ],\n    \"àrụ ikē nà òdìmmā\": [\n        {\n            \"word\": \"àrụ ikē nà òdìmmā\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"(good and) well-being\",\n                \"good health and well-being; well-being\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Obì ọma nà-ewèta òdìmmā\",\n                    \"english\": \"Kindness promotes good relations\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\",\n                \"ọdàchi\"\n            ]\n        }\n    ],\n    \"ọ dì kà\": [\n        {\n            \"word\": \"ọ dì kà\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"probably; it looks as though, if\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\"\n            ]\n        }\n    ],\n    \"òdìnàànì\": [\n        {\n            \"word\": \"òdìnàànì\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"custom\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\",\n                \"ọdàchi\"\n            ]\n        }\n    ],\n    \"adī àma āma\": [\n        {\n            \"word\": \"adī àma āma\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"perhaps; maybe; in case (literally one never knows)\",\n                \"perhaps; maybe; in case of\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dị\",\n                \"-ma\"\n            ]\n        }\n    ],\n    \"-dị\": [\n        {\n            \"word\": \"-dị\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"be (in a state of); have (a certain quality)\",\n                \"(probably originates from -dị 1., in Onitsha used only in the negative; it marks the progressive or habitual negative verb forms\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Chikē adī-àbịa\",\n                    \"english\": \"(So) Chike is not coming/does not usually come\"\n                },\n                {\n                    \"igbo\": \"Nkịtā adī àta ọjī\",\n                    \"english\": \"Dogs never eat kolanuts\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"dịnwọò\": [\n        {\n            \"word\": \"dịnwọò\",\n            \"wordClass\": \"DEM\",\n            \"definitions\": [\n                \"this (emphatic)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Amārọ m ife dịnwọò\",\n                    \"english\": \"I do not know this thing\"\n                }\n            ],\n            \"variations\": [\n                \"dịọò\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"-do akanya\": [\n        {\n            \"word\": \"-do akanya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make thatch\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-do\"\n            ]\n        }\n    ],\n    \"-dogbu\": [\n        {\n            \"word\": \"-dogbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"kill or spoil by placing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-do\"\n            ]\n        }\n    ],\n    \"-dogha\": [\n        {\n            \"word\": \"-dogha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"change; change place of; re-arrange; reverse; turn (something) round\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-do\"\n            ]\n        }\n    ],\n    \"-doghalị\": [\n        {\n            \"word\": \"-doghalị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"change place\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-do\"\n            ]\n        }\n    ],\n    \"-do iru\": [\n        {\n            \"word\": \"-do iru\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"face; turn face to incline towards\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-do\",\n                \"iru\"\n            ]\n        }\n    ],\n    \"-do iyī\": [\n        {\n            \"word\": \"-do iyī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"place object(s) like charm or something obnoxious on property in the belief that the charm will bring evil on a person who defies the charm and steals the property; protect an object by a fetish\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-do\",\n                \"iyī\"\n            ]\n        }\n    ],\n    \"-dokwa\": [\n        {\n            \"word\": \"-dokwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make peace; settle quarrel\",\n                \"arrange; decorate\",\n                \"repair; put in the proper position; (fig.) settle quarrel Ọ nà-èje idōkwa motò ya me  mmebì She is going to repair her lorry which has got a fault\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ gà-èdokwa ya bụ okwu\",\n                    \"english\": \"He will settle that case\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-do\",\n                \"-kwa\"\n            ]\n        }\n    ],\n    \"-doni\": [\n        {\n            \"word\": \"-doni\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"set up; build up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-do\"\n            ]\n        }\n    ],\n    \"-do nsọ\": [\n        {\n            \"word\": \"-do nsọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"consecrate\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-do\"\n            ]\n        }\n    ],\n    \"-dozi\": [\n        {\n            \"word\": \"-dozi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"arrange; prepare; settle; repair\",\n                \"repair; correct; rectify\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-do\",\n                \"-zi\"\n            ]\n        }\n    ],\n    \"-dozi ànì\": [\n        {\n            \"word\": \"-dozi ànì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"remove pollution from a community\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-do\"\n            ]\n        }\n    ],\n    \"-dozi okwu\": [\n        {\n            \"word\": \"-dozi okwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"settle a case\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-do\"\n            ]\n        }\n    ],\n    \"-gàdo\": [\n        {\n            \"word\": \"-gàdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hold firm (with fingers or claws)\",\n                \"hold with nails, claws, or teeth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-do\",\n                \"-gà\"\n            ]\n        }\n    ],\n    \"-gbabìdo\": [\n        {\n            \"word\": \"-gbabìdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hold up; waylay; intercept (literally run to a halt against)\",\n                \"enclose (especially with fence); encircle; ambush; waylay\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-do\",\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-kwụdo\": [\n        {\n            \"word\": \"-kwụdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stand firm\",\n                \"meet; fall in with; overtake; stand on\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òtu ānyị àkwụdosigo ikē\",\n                    \"english\": \"Our club is now on a firm basis\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-do\",\n                \"-kwụ\"\n            ]\n        }\n    ],\n    \"-mado\": [\n        {\n            \"word\": \"-mado\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stick to\",\n                \"stick; be sticky\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ò gịnī màdò gì n’àgbà?\",\n                    \"english\": \"What is sticking to your jaw?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-do\",\n                \"-ma\"\n            ]\n        }\n    ],\n    \"-nòdo\": [\n        {\n            \"word\": \"-nòdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sit on, against\",\n                \"sit on\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ị nòdò m n’ụkwụ\",\n                    \"english\": \"You are sitting on my foot\"\n                },\n                {\n                    \"igbo\": \"Ò gịnī kpatalụ nwa nkịtā afū jì èbe akwā? Ọ bù Èjìmâ nòdòlù ya n’isi, mà adōgo m#ya aka na ntì kà ọ rapù ịnòdò nwa nkịtā n’isi màkà nà nwa nkìtā nwèlù ike ịtā ya\",\n                    \"english\": \"Why is that puppy crying? It is Ejima who is sitting on its head, but I have warned her to stop sitting on its head because it may bite her\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-do\",\n                \"-nò\"\n            ]\n        }\n    ],\n    \"-tado\": [\n        {\n            \"word\": \"-tado\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"grip with teeth\",\n                \"bite fast; fasten to; fasten together; make firm, tight\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Arụrû tàdò gì na ntì\",\n                    \"english\": \"An ant has got its pincers into your ear\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-do\",\n                \"-ta\"\n            ]\n        }\n    ],\n    \"-do\": [\n        {\n            \"word\": \"-do\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"set up; make; place; arrange\",\n                \"extensional suffix against; fast (in, on) (implies continuity; compare -do 1.)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Kà ànyị doo ife à èdoo\",\n                    \"english\": \"Let us arrange this thing properly\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-dò anya\": [\n        {\n            \"word\": \"-dò anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be clear\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ife à dò m anya\",\n                    \"english\": \"This thing is clear to me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dò\"\n            ]\n        }\n    ],\n    \"-dò àrụ\": [\n        {\n            \"word\": \"-dò àrụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"recuperate\",\n                \"get stout\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dò\"\n            ]\n        }\n    ],\n    \"-dò èdò\": [\n        {\n            \"word\": \"-dò èdò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be clear (of liquids)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dò\"\n            ]\n        }\n    ],\n    \"-dò ǹdò\": [\n        {\n            \"word\": \"-dò ǹdò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be shady (of place)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dò\"\n            ]\n        }\n    ],\n    \"-dò\": [\n        {\n            \"word\": \"-dò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be clear, settled, shady; settle, become clear (of liquids)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"doo\": [\n        {\n            \"word\": \"doo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"quiet; calm; in an orderly, quiet manner\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ebe à dì doo\",\n                    \"english\": \"It is quiet here\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òdịdọ\": [\n        {\n            \"word\": \"òdịdọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pull(ing)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"-dọ aka na ntì\": [\n        {\n            \"word\": \"-dọ aka na ntì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"advise; warn\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"-dọ akpịlī\": [\n        {\n            \"word\": \"-dọ akpịlī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"long after\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"-dọbè\": [\n        {\n            \"word\": \"-dọbè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"break off (leaves or stalks of a plant)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"-dọbì\": [\n        {\n            \"word\": \"-dọbì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"break off by pulling\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"-dọchìgha àzụ\": [\n        {\n            \"word\": \"-dọchìgha àzụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"give a setback to; retard\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"ndọchìgha āzụ\": [\n        {\n            \"word\": \"ndọchìgha āzụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"setback\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ǹke à bù ndọchìgha āzụ\",\n                    \"english\": \"This is a setback\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"-dọdo\": [\n        {\n            \"word\": \"-dọdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hold fast\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"-dọ dọònịdō\": [\n        {\n            \"word\": \"-dọ dọònịdō\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pull against one another; have a tug-of-war\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"dọòlịdō\"\n            ],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"-dọgò\": [\n        {\n            \"word\": \"-dọgò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pull crooked or wrongly\",\n                \"pull crooked\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\",\n                \"-gò\"\n            ]\n        }\n    ],\n    \"-dọgbu\": [\n        {\n            \"word\": \"-dọgbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"strangle\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"-dọgha\": [\n        {\n            \"word\": \"-dọgha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"change position of something\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"ndọgha\": [\n        {\n            \"word\": \"ndọgha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"reverse; changing of position (of something by somebody)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"-dọka\": [\n        {\n            \"word\": \"-dọka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be torn; tear\",\n                \"be torn (by pulling); tear\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\",\n                \"-ka\"\n            ]\n        }\n    ],\n    \"ndọka\": [\n        {\n            \"word\": \"ndọka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tearing; rending\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"-dọkalị\": [\n        {\n            \"word\": \"-dọkalị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tear from and take\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"-dọkalì\": [\n        {\n            \"word\": \"-dọkalì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tear in pieces\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"-dọkasị\": [\n        {\n            \"word\": \"-dọkasị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tear to pieces; to torn to pieces\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"-dọkọ\": [\n        {\n            \"word\": \"-dọkọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pull together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"-dọkpụ\": [\n        {\n            \"word\": \"-dọkpụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"drag; draw; pull along (e.g. goat with rope round its neck)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\",\n                \"-kpụ\"\n            ]\n        }\n    ],\n    \"-dọkpụpù\": [\n        {\n            \"word\": \"-dọkpụpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"draw out; pluck out forcibly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"-dọlì\": [\n        {\n            \"word\": \"-dọlì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tear into pieces\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"ndọlì\": [\n        {\n            \"word\": \"ndọlì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tearing into pieces\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"-dọlụ\": [\n        {\n            \"word\": \"-dọlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"attract; convey\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"-dọ mbọ\": [\n        {\n            \"word\": \"-dọ mbọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tear with nails\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\",\n                \"mbọ\"\n            ]\n        }\n    ],\n    \"-dọ mmà ọdū\": [\n        {\n            \"word\": \"-dọ mmà ọdū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"saw a piece of timber by pulling (this is usually done by two people -one in a pit across which the timber is laid, and the other at ground-level)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"òdịdọ n’agha\": [\n        {\n            \"word\": \"òdịdọ n’agha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"captivity as result of war\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"-dọ ndọ\": [\n        {\n            \"word\": \"-dọ ndọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"persist; haggle; bargain\",\n                \"have a tug-of-war\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"-dọ ǹdùdò\": [\n        {\n            \"word\": \"-dọ ǹdùdò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"argue; draw out a discussion\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"òdọ ǹdùdò\": [\n        {\n            \"word\": \"òdọ ǹdùdò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"argumentative, difficult, disagreeable person; fretful, testy child\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"-dọnì\": [\n        {\n            \"word\": \"-dọnì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wrinkle; be wrinkled (used for a material which has been stretched beyond its elastic limit, and then relaxed)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"ndọnì\": [\n        {\n            \"word\": \"ndọnì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wrinkle\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"-dọ nkì\": [\n        {\n            \"word\": \"-dọ nkì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut a face mark\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"-dọ ntì\": [\n        {\n            \"word\": \"-dọ ntì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"warn; admonish; exhort (compare -dọ aka na ntì)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"-dọpù\": [\n        {\n            \"word\": \"-dọpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"draw out\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"-dọpùta\": [\n        {\n            \"word\": \"-dọpùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"draw out; pull out; rescue\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"-dọsà\": [\n        {\n            \"word\": \"-dọsà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pull apart or into pieces\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"-dọsò\": [\n        {\n            \"word\": \"-dọsò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pull after\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"-dọtị\": [\n        {\n            \"word\": \"-dọtị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be extended; extend\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"-dọtị ụta\": [\n        {\n            \"word\": \"-dọtị ụta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"draw a bow (ready to shoot)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"ndọtị\": [\n        {\n            \"word\": \"ndọtị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"elasticity\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"-dọwa\": [\n        {\n            \"word\": \"-dọwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rend, tear (of cloth, not flesh)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"-dọlụ adọlụ\": [\n        {\n            \"word\": \"-dọlụ adọlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"remain; be left over; be stagnant (of water)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"-dọlụ kìlìlì\": [\n        {\n            \"word\": \"-dọlụ kìlìlì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be round, spherical (as a ball)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"-dọnò\": [\n        {\n            \"word\": \"-dọnò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sit down\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-dọ n’ànì\"\n            ],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"-dọnòrube\": [\n        {\n            \"word\": \"-dọnòrube\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sit around\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"-dọnye\": [\n        {\n            \"word\": \"-dọnye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lay in; put into\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\"\n            ]\n        }\n    ],\n    \"-dọ ọdù\": [\n        {\n            \"word\": \"-dọ ọdù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sit down (in speaking to children)\",\n                \"sit in the market at one's stall, or at a particular section of market\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nne m#nà-àdọ n’ọdù akwà màkà nà ọ nà-èbu akwà\",\n                    \"english\": \"My mother usually sits at the cloth stall because she deals in clothes\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dọ\",\n                \"ọdù\"\n            ]\n        }\n    ],\n    \"-dọ\": [\n        {\n            \"word\": \"-dọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"draw; pull\",\n                \"stay; place\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"dọkịtà\": [\n        {\n            \"word\": \"dọkịtà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"doctor (English)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"dọònịdō\": [\n        {\n            \"word\": \"dọònịdō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tug-of-war\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"dọòlịdō\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"-gba dòtị\": [\n        {\n            \"word\": \"-gba dòtị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"shoot catapult\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Dòtị kà o jìlì gbagbu nnùnù afù\",\n                    \"english\": \"It was a catapult that he killed the bird with\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"dòtị\"\n            ]\n        }\n    ],\n    \"-lu dòtị\": [\n        {\n            \"word\": \"-lu dòtị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be dirty, filthy\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ndù nà-èlu dòtị\",\n                    \"english\": \"Ndụ is usually dirty\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"dòtị\",\n                \"-lu\"\n            ]\n        }\n    ],\n    \"dòtị\": [\n        {\n            \"word\": \"dòtị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"catapult\",\n                \"dirt; filth (colloquial, English dirty)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òdudu\": [\n        {\n            \"word\": \"òdudu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"leading; guidance\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-du\"\n            ]\n        }\n    ],\n    \"-dubà\": [\n        {\n            \"word\": \"-dubà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"introduce; lead in, into\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-du\"\n            ]\n        }\n    ],\n    \"-dufìè\": [\n        {\n            \"word\": \"-dufìè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"mislead\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-du\"\n            ]\n        }\n    ],\n    \"-dufù\": [\n        {\n            \"word\": \"-dufù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"seduce; lead astray\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-du\"\n            ]\n        }\n    ],\n    \"-duga\": [\n        {\n            \"word\": \"-duga\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"accompany\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-du\"\n            ]\n        }\n    ],\n    \"-dukọta\": [\n        {\n            \"word\": \"-dukọta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"muster\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Dùkọta ndi aghā afù màkà nnene\",\n                    \"english\": \"Muster the troops for inspection\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-du\"\n            ]\n        }\n    ],\n    \"-dulu\": [\n        {\n            \"word\": \"-dulu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"accompany; seduce\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-du\"\n            ]\n        }\n    ],\n    \"-duna\": [\n        {\n            \"word\": \"-duna\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lead; escort home\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-du\"\n            ]\n        }\n    ],\n    \"du onye ìsì\": [\n        {\n            \"word\": \"du onye ìsì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lead a blind person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-du\"\n            ]\n        }\n    ],\n    \"-dupù\": [\n        {\n            \"word\": \"-dupù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lead out; accompany; escort; push off a boat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-du\"\n            ]\n        }\n    ],\n    \"-duruka\": [\n        {\n            \"word\": \"-duruka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lead a little way\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-du\"\n            ]\n        }\n    ],\n    \"-kpa ǹdu\": [\n        {\n            \"word\": \"-kpa ǹdu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"walk together; be companions; escort\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-du\"\n            ]\n        }\n    ],\n    \"-dudo\": [\n        {\n            \"word\": \"-dudo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take root\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-du\"\n            ]\n        }\n    ],\n    \"-kpọtadu\": [\n        {\n            \"word\": \"-kpọtadu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bring first (something capable of self-movement)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-du\"\n            ]\n        }\n    ],\n    \"-wètadu\": [\n        {\n            \"word\": \"-wètadu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bring first (i.e. bring something before doing something else, or before doing something else to the thing brought)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Wètadu yā tupu ì tọghee yā\",\n                    \"english\": \"Bring it first before you open it\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-du\"\n            ]\n        }\n    ],\n    \"-du\": [\n        {\n            \"word\": \"-du\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lead; accompany\",\n                \"put out (roots, shoots)\",\n                \"extensional suffix first; beforehand; precede (compare -godu, and perhaps -du 1.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-dù-dù\": [\n        {\n            \"word\": \"-dù-dù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be in a dull state\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dù\"\n            ]\n        }\n    ],\n    \"-gbadùba iru\": [\n        {\n            \"word\": \"-gbadùba iru\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be morose, sulky, downcast\",\n                \"frown, scowl; make sour face; grimace\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Gịnī mèlù nị jì gbadùba irū?\",\n                    \"english\": \"Why are you sulky?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dù\",\n                \"-gba\",\n                \"iru\"\n            ]\n        }\n    ],\n    \"-kpọdùlu\": [\n        {\n            \"word\": \"-kpọdùlu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"remain in dull uncheerful state; be dull and sad\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Amārọ m ife mēlụ Okeēke o jì wèe kpọdùlu n’ụnò jụ nà nya amā eje akwụkwọ\",\n                    \"english\": \"I don’t know what happened to Okeeke to make him stay dull at home and refuse to go to school\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-dù\"\n            ]\n        }\n    ],\n    \"dum\": [\n        {\n            \"word\": \"dum\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"quantifier all; the whole (compare niīne, which is the common Onitsha form)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dù\"\n            ]\n        }\n    ],\n    \"ife dum\": [\n        {\n            \"word\": \"ife dum\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"all things\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dù\"\n            ]\n        }\n    ],\n    \"mgbè dum$\": [\n        {\n            \"word\": \"mgbè dum$\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"always; at all times; in perpetuity (compare mgbè niīne)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dù\"\n            ]\n        }\n    ],\n    \"-dù ọdù\": [\n        {\n            \"word\": \"-dù ọdù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"advise; give advice\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ọdụ\"\n            ],\n            \"stems\": [\n                \"-dù\"\n            ]\n        }\n    ],\n    \"-dù\": [\n        {\n            \"word\": \"-dù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"advise; give advice\",\n                \"plant (the stem, cutting of stem or branch, of a plant)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-gba duu\": [\n        {\n            \"word\": \"-gba duu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"keep silence; refrain from answering; endure, tolerate\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"duu\",\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-tọgbò duu\": [\n        {\n            \"word\": \"-tọgbò duu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lie still; lie down softly (compare -gba duu)\",\n                \"lie still; lie down softly (compare -gba duu, be silent, still)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Afùlù m nkịtā ị nà-àchọ kà ọ tògbò duu n’àzụ ụzò\",\n                    \"english\": \"I saw the dog you are searching for lying quietly behind the door\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"duu\",\n                \"-tò\"\n            ]\n        }\n    ],\n    \"dụ\": [\n        {\n            \"word\": \"dụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"enclitic marks interrogative\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Gịnī dụ bù ǹke à?\",\n                    \"english\": \"What is this?\"\n                },\n                {\n                    \"igbo\": \"Gịnī kwọ bùdù ǹke à?\",\n                    \"english\": \"What is this again?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"duu\"\n            ]\n        }\n    ],\n    \"duu\": [\n        {\n            \"word\": \"duu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"still; quiet\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òdụdụ\": [\n        {\n            \"word\": \"òdụdụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pricking; piercing; sewing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dụ\"\n            ]\n        }\n    ],\n    \"-dụgbu\": [\n        {\n            \"word\": \"-dụgbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pierce\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dụ\"\n            ]\n        }\n    ],\n    \"-dụkọ\": [\n        {\n            \"word\": \"-dụkọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sew together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dụ\",\n                \"-kọ\"\n            ]\n        }\n    ],\n    \"-dụmi ụnò\": [\n        {\n            \"word\": \"-dụmi ụnò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"construct framework of roof before thatching or fixing the sheets\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dụ\"\n            ]\n        }\n    ],\n    \"ndụmì (ụnò)\": [\n        {\n            \"word\": \"ndụmì (ụnò)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"roof framework before thatching or fixing the sheets\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dụ\"\n            ]\n        }\n    ],\n    \"-dụ ọfọlò\": [\n        {\n            \"word\": \"-dụ ọfọlò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"punt\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dụ\"\n            ]\n        }\n    ],\n    \"-dụ adụ\": [\n        {\n            \"word\": \"-dụ adụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"retch\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dụ\"\n            ]\n        }\n    ],\n    \"-dụ ubìlì\": [\n        {\n            \"word\": \"-dụ ubìlì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"belch\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dụ\"\n            ]\n        }\n    ],\n    \"-dụ ukòlò\": [\n        {\n            \"word\": \"-dụ ukòlò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"belch\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dụ\"\n            ]\n        }\n    ],\n    \"-dụ isi\": [\n        {\n            \"word\": \"-dụ isi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"swear one's innocence by a deity\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-dụ\",\n                \"isi\"\n            ]\n        }\n    ],\n    \"-dụ\": [\n        {\n            \"word\": \"-dụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"prick; pierce; sew\",\n                \"regurgitate; vomit (compare -gbọ)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"English\": [\n        {\n            \"word\": \"English\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"e\": [\n        {\n            \"word\": \"e\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"(dependent, indefinite; harmonizes) one; ‘they’ (indefinite); often translated by English passive\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"a\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"e-\": [\n        {\n            \"word\": \"e-\",\n            \"wordClass\": \"PREP\",\n            \"definitions\": [\n                \"(harmonizes) verb prefix marking negative\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ìgbò enwē ezè\",\n                    \"english\": \"The Igbo have no kings\"\n                }\n            ],\n            \"variations\": [\n                \"a-\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"e-/a- m\": [\n        {\n            \"word\": \"e-/a- m\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"(dependent, 1st person singular; harmonizes) I\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anà m èje\",\n                    \"english\": \"I am going\"\n                },\n                {\n                    \"igbo\": \"Elìlì m ife\",\n                    \"english\": \"I ate food\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"è-\": [\n        {\n            \"word\": \"è-\",\n            \"wordClass\": \"PREP\",\n            \"definitions\": [\n                \"(harmonizes; tone high before low tone root) verb prefix marking sequential mood\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Chi èfoo\",\n                    \"english\": \"Day breaks\"\n                },\n                {\n                    \"igbo\": \"Chi abòọ\",\n                    \"english\": \"Day breaks\"\n                }\n            ],\n            \"variations\": [\n                \"à-\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"-e\": [\n        {\n            \"word\": \"-e\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see -a/-e/-ọ/o\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"n’ebe à\": [\n        {\n            \"word\": \"n’ebe à\",\n            \"wordClass\": \"PREP\",\n            \"definitions\": [\n                \"here\",\n                \"here; at this place\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ebe\",\n                \"nà\"\n            ]\n        }\n    ],\n    \"n’ebe afù\": [\n        {\n            \"word\": \"n’ebe afù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"there\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ebe\"\n            ]\n        }\n    ],\n    \"ebe a nà-àmụ nnwā\": [\n        {\n            \"word\": \"ebe a nà-àmụ nnwā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"maternity home\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ebe\"\n            ]\n        }\n    ],\n    \"ebe a nà-enì ozū\": [\n        {\n            \"word\": \"ebe a nà-enì ozū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"burial ground\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ebe\"\n            ]\n        }\n    ],\n    \"ebe a nà-èsi nnī\": [\n        {\n            \"word\": \"ebe a nà-èsi nnī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kitchen\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ebe\"\n            ]\n        }\n    ],\n    \"ebe dī (n’)ichè (n’)ichè\": [\n        {\n            \"word\": \"ebe dī (n’)ichè (n’)ichè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"different, various places\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ebe\"\n            ]\n        }\n    ],\n    \"ebe ịtā nni\": [\n        {\n            \"word\": \"ebe ịtā nni\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pasture\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ebe\"\n            ]\n        }\n    ],\n    \"ebe mgbabà\": [\n        {\n            \"word\": \"ebe mgbabà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"refuge\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ebe\",\n                \"-gba\"\n            ]\n        }\n    ],\n    \"ebe niīne\": [\n        {\n            \"word\": \"ebe niīne\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"everywhere\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ebe\"\n            ]\n        }\n    ],\n    \"ebe nzuzo\": [\n        {\n            \"word\": \"ebe nzuzo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"secret place; retired spot\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ebe\"\n            ]\n        }\n    ],\n    \"ebe ọbụnà\": [\n        {\n            \"word\": \"ebe ọbụnà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"any place\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ebe\"\n            ]\n        }\n    ],\n    \"ebe\": [\n        {\n            \"word\": \"ebe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"place; where; while; since; whereas\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Agà m èje ebe ọ nò\",\n                    \"english\": \"I will go where he is\"\n                },\n                {\n                    \"igbo\": \"Emēna mkpọtụ ebe m nà-àgụ akwụkwọ\",\n                    \"english\": \"Don’t make a noise while I’m reading\"\n                },\n                {\n                    \"igbo\": \"Kà ànyị chèlu yā n’ụzō à ebe ọ bū nà ọ gà-èsi ụzō à gafè\",\n                    \"english\": \"Let us wait for him here, since he will pass by this road\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ebē\": [\n        {\n            \"word\": \"ebē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"yam beetle\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"èbeē zi?\": [\n        {\n            \"word\": \"èbeē zi?\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"Where then? where else?\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"èbeē\"\n            ]\n        }\n    ],\n    \"èbeē\": [\n        {\n            \"word\": \"èbeē\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"where (to)?\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Èbeē kà ị jèkò\",\n                    \"english\": \"Where are you going?\"\n                },\n                {\n                    \"igbo\": \"Èbeē kà ọ dì?\",\n                    \"english\": \"Where is it?\"\n                },\n                {\n                    \"igbo\": \"Èbeē kà ọ nò?\",\n                    \"english\": \"Where is she?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Èbelèchukwu\": [\n        {\n            \"word\": \"Èbelèchukwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"male name (literally mercy of God)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"èbelè\"\n            ]\n        }\n    ],\n    \"-dị èbelè\": [\n        {\n            \"word\": \"-dị èbelè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be kind-hearted\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"èbelè\"\n            ]\n        }\n    ],\n    \"-me èbelè\": [\n        {\n            \"word\": \"-me èbelè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"have pity on; be sorry for; have mercy on\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Èbelè yâ mèlù m\",\n                    \"english\": \"I am full of pity for him\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"èbelè\",\n                \"-me\"\n            ]\n        }\n    ],\n    \"Mèelụ ānyị èbelè\": [\n        {\n            \"word\": \"Mèelụ ānyị èbelè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Have mercy on us\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"èbelè\"\n            ]\n        }\n    ],\n    \"-nwe obī ēbelè\": [\n        {\n            \"word\": \"-nwe obī ēbelè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be kind-hearted\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"èbelè\"\n            ]\n        }\n    ],\n    \"obī ēbelè\": [\n        {\n            \"word\": \"obī ēbelè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kindness; mercy\",\n                \"mercy; kindness\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ụkòchukwu bī n’òbòdo ānyî nwèlù obī ēbelè\",\n                    \"english\": \"The priest who lives in our town is kind, merciful\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"èbelè\",\n                \"obì\"\n            ]\n        }\n    ],\n    \"onye ēbelè\": [\n        {\n            \"word\": \"onye ēbelè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the merciful (person)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"èbelè\"\n            ]\n        }\n    ],\n    \"onye kāsị èbelè\": [\n        {\n            \"word\": \"onye kāsị èbelè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the most merciful\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Chinēkè Onye kāsị èbelè\",\n                    \"english\": \"Most merciful God\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"èbelè\"\n            ]\n        }\n    ],\n    \"èbelè\": [\n        {\n            \"word\": \"èbelè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mercy; pity\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"(ebenebe) -gbu\": [\n        {\n            \"word\": \"(ebenebe) -gbu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"happen (of disaster, scandal, something serious)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ebenebê gbùlù\",\n                    \"english\": \"It was a disaster\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ebenebe\"\n            ]\n        }\n    ],\n    \"ebenebe\": [\n        {\n            \"word\": \"ebenebe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"extraordinary happening; disaster\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ebī\": [\n        {\n            \"word\": \"ebī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"lungfish; mudfish (Protopterus annectens) (= ekwum)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ebì ntà\": [\n        {\n            \"word\": \"ebì ntà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Brush-tailed Porcupine (Atherura fricana Gray)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ebì\"\n            ]\n        }\n    ],\n    \"ebì ogwū\": [\n        {\n            \"word\": \"ebì ogwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Crested Porcupine (Hystrix cristata senegalica Cuv.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ebì\"\n            ]\n        }\n    ],\n    \"ebì\": [\n        {\n            \"word\": \"ebì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"porcupine\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-tụ èbìlì\": [\n        {\n            \"word\": \"-tụ èbìlì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be agitated; swell (as river or sea in gale)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"èbìlì\",\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"èbìlì\": [\n        {\n            \"word\": \"èbìlì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"storm on water; wave\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụmù nnà\": [\n        {\n            \"word\": \"ụmù nnà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(patrilineage); sublineage\",\n                \"(= ogbè) ‘village’; a constituent part of a ‘quarter’ which is itself part of a ‘town’ (òbòdò), containing a number of patrileages (ụmù nnà)\",\n                \"half-brothers and/or sisters; relatives (viewed collectively); family; extended family\",\n                \"localized patrilineage; a fluid term applied narrowly to children of the same father but different mothers and widely to the patrilineal members, real or putative, whom one cannot marry; sometimes loosely applied to all the members of the village-group as opposed to other village-groups; as a 1965 39-40) residence unit, consists of a number of compounds (Uchendu, 1965: 39-40)\",\n                \"in the Onitsha area, a unit of which several make up an ogbè ('village') and which is itself subdivided into ebo\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ebo unù bù gịnī?\",\n                    \"english\": \"What is your special sublineage?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ebo\",\n                \"nnà\",\n                \"ụmù\"\n            ]\n        }\n    ],\n    \"Ònìchà Ebo\": [\n        {\n            \"word\": \"Ònìchà Ebo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the Nine Villages of Onitsha\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ebo\"\n            ]\n        }\n    ],\n    \"Ìtènaānị\": [\n        {\n            \"word\": \"Ìtènaānị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ebo\"\n            ]\n        }\n    ],\n    \"ebo\": [\n        {\n            \"word\": \"ebo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the smallest kinship-cum-residential unit, a subdivision of\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Ebō\": [\n        {\n            \"word\": \"Ebō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"male name (short for Ebōzinam, literally stop accusing me)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-ma èbù\": [\n        {\n            \"word\": \"-ma èbù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"grow mould\",\n                \"become mouldy\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Utàlà e lōfùlù n’ime akpàtì nnī amago èbù\",\n                    \"english\": \"The pounded fufu forgotten in the food-box has gone mouldy\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"èbù\",\n                \"-ma\"\n            ]\n        }\n    ],\n    \"àkpa èbu\": [\n        {\n            \"word\": \"àkpa èbu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wasps’ nest\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"èbù\"\n            ]\n        }\n    ],\n    \"èbù\": [\n        {\n            \"word\": \"èbù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mildew; mould\",\n                \"wasp; hornet\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ife èbùbè\": [\n        {\n            \"word\": \"ife èbùbè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a wonder\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"èbùbè\",\n                \"ife\"\n            ]\n        }\n    ],\n    \"-kobe èbùbè\": [\n        {\n            \"word\": \"-kobe èbùbè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"honour (literally \\\"hang honour on\\\")\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"èbùbè\",\n                \"-ko\"\n            ]\n        }\n    ],\n    \"-me èbùbè\": [\n        {\n            \"word\": \"-me èbùbè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"beautify; decorate\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O mèlù akwà afù èbùbè\",\n                    \"english\": \"He decorated the cloth\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"èbùbè\",\n                \"-me\"\n            ]\n        }\n    ],\n    \"èbùbè\": [\n        {\n            \"word\": \"èbùbè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"marvel; wonder; majesty\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"èbùbe āgụ\": [\n        {\n            \"word\": \"èbùbe āgụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"African Bowstring Hemp or Leopard Lily (Sansevieria liberica Gér. and Labr.), seen in Agwụ shrines and used as a charm against thieves or a medicine for pregnant women\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ebùbo\": [\n        {\n            \"word\": \"ebùbo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"accusation; charge (-bo 2. verb accuse)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"èbùbò\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"èbùbo\": [\n        {\n            \"word\": \"èbùbo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"levy accusation; accuse\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"E bòlù yà ebùbo orī\",\n                    \"english\": \"He has been accused of stealing\"\n                },\n                {\n                    \"igbo\": \"Èbùbo kà onya mmà\",\n                    \"english\": \"A false accusation is worse than a matchet wound\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"èbùnu Idemīli\": [\n        {\n            \"word\": \"èbùnu Idemīli\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the ram of the Idemìli god (This ram lives mainly in the Idemìli god’s shrine and its surroundings. But it also roams about the village from compound to compound. The ram must not be beaten or killed by anybody, as it is believed that anyone who does this will automatically be visited and killed by the god.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"èbùnù\"\n            ]\n        }\n    ],\n    \"èbùnù\": [\n        {\n            \"word\": \"èbùnù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"ram\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"echi niīne\": [\n        {\n            \"word\": \"echi niīne\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tomorrow (emphatic)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"echi\"\n            ]\n        }\n    ],\n    \"echi yā\": [\n        {\n            \"word\": \"echi yā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the next day; the following day\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ndụ gbàlù akwụkwọ ụbòsì Krisìmaàsì, ò lue echī ya ò sie nnukwu ōlili\",\n                    \"english\": \"Ndù wedded on Christmas Day; the following day he gave a great feast\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"echi\"\n            ]\n        }\n    ],\n    \"nwanne echī\": [\n        {\n            \"word\": \"nwanne echī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"day after tomorrow\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"echi\",\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"ùtụtù echī\": [\n        {\n            \"word\": \"ùtụtù echī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tomorrow morning\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Agà m àfụ gī n’ùtụtù echī\",\n                    \"english\": \"I shall see you tomorrow morning\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"echi\",\n                \"ùtụtù\"\n            ]\n        }\n    ],\n    \"echi\": [\n        {\n            \"word\": \"echi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tomorrow\",\n                \"old type of money in form of bent wires\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Proverb: Echī dì imē, ò nwerō onye mā ife ọ gà-àmụ\",\n                    \"english\": \"Tomorrow is pregnant, no one knows what it will bring forth\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"echìchè\": [\n        {\n            \"word\": \"echìchè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"thought\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"echichi\": [\n        {\n            \"word\": \"echichi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"title; titled man (general; compare mmụō 2., ọzō)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"edē ànà\": [\n        {\n            \"word\": \"edē ànà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"plant with spotted leaves and corm, the juice of which can be used to mark the body (Cynastrum cordifolium)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"edè\"\n            ]\n        }\n    ],\n    \"edè ekò\": [\n        {\n            \"word\": \"edè ekò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cocoyam cooked like yam (Colocasia esculenta Schott)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"edè\"\n            ]\n        }\n    ],\n    \"edē mmụō\": [\n        {\n            \"word\": \"edē mmụō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Ground Arum, plants whose leaves resemble the cocoyam (Stylochiton hypogaens Lepr. and S. lancifolius Kotschy and Peyr.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"edè\"\n            ]\n        }\n    ],\n    \"edē ūmakà (also\": [\n        {\n            \"word\": \"edē ūmakà (also\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cocoyam which requires boiling overnight, probably the\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"edè\"\n            ]\n        }\n    ],\n    \"edè)\": [\n        {\n            \"word\": \"edè)\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"oldest type (Xanthosoma mafaffa Schott.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"edè\"\n            ]\n        }\n    ],\n    \"mkpà edè\": [\n        {\n            \"word\": \"mkpà edè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"room where cocoyams are stored\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"edè\",\n                \"mkpà\"\n            ]\n        }\n    ],\n    \"edè\": [\n        {\n            \"word\": \"edè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cocoyam\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òsì edī\": [\n        {\n            \"word\": \"òsì edī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"genitals of edi, which smells and is used for medicines\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"edi\"\n            ]\n        }\n    ],\n    \"edi\": [\n        {\n            \"word\": \"edi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"African civet (Viverra civetta), Genet (Genetta spp.), Two- spotted Palm Civet (Nandinia binotata)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"edò\": [\n        {\n            \"word\": \"edò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tree whose trunk is used for canoes and whose roots and bark are used as medicine (prob. Terminalia glaucescens Planch. ex Benth., perh. also T. superba Engl. and Diels, possibly Distemonanthus benthamianus Baill.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-dị èdo èdò\": [\n        {\n            \"word\": \"-dị èdo èdò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be yellow\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"èdò\"\n            ]\n        }\n    ],\n    \"ọnā èdò\": [\n        {\n            \"word\": \"ọnā èdò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"gold\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"èdò\",\n                \"ọnà\"\n            ]\n        }\n    ],\n    \"ọnà ọcha nà ọnā\": [\n        {\n            \"word\": \"ọnà ọcha nà ọnā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"silver and gold (fig. fine luxuries)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"èdò\"\n            ]\n        }\n    ],\n    \"èdò\": [\n        {\n            \"word\": \"èdò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"yellow vegetable dye; yellow (of colour)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Èdò\": [\n        {\n            \"word\": \"Èdò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"divinity\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"èe\": [\n        {\n            \"word\": \"èe\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"answer to a call\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"èe’è [èe?è]\": [\n        {\n            \"word\": \"èe’è [èe?è]\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"no!\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"e’è\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"èè e\": [\n        {\n            \"word\": \"èè e\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"yes\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"eee\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"èèye!\": [\n        {\n            \"word\": \"èèye!\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"yes! certainly!\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"èeyī!\": [\n        {\n            \"word\": \"èeyī!\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"yes!\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àrụ efè\": [\n        {\n            \"word\": \"àrụ efè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"unoccupied; at leisure\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"efè\"\n            ]\n        }\n    ],\n    \"-dị efè\": [\n        {\n            \"word\": \"-dị efè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be vacant\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"efè\"\n            ]\n        }\n    ],\n    \"-fụ efè\": [\n        {\n            \"word\": \"-fụ efè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"find time, chance, opportunity\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"efè\"\n            ]\n        }\n    ],\n    \"-nwe efè\": [\n        {\n            \"word\": \"-nwe efè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"have a chance, an opportunity\",\n                \"have a chance; find it convenient; have an opportunity Ènwerọ  m efè I have no chance, opportunity\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"efè\",\n                \"-nwe\"\n            ]\n        }\n    ],\n    \"-nye efè\": [\n        {\n            \"word\": \"-nye efè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"give chance, opportunity\",\n                \"give a chance; make way for; give room for\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"efè\",\n                \"-nye\"\n            ]\n        }\n    ],\n    \"efè\": [\n        {\n            \"word\": \"efè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"chance; opportunity; leisure\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Enwērọ m efè ịbīa ebe à\",\n                    \"english\": \"I didn’t have a chance to come here\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kwụ èfè\": [\n        {\n            \"word\": \"-kwụ èfè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"swing to and fro; be neutral\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"èfè\",\n                \"-kwụ\"\n            ]\n        }\n    ],\n    \"èfè\": [\n        {\n            \"word\": \"èfè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"efi awụsa\": [\n        {\n            \"word\": \"efi awụsa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"zebu cattle\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"efi\"\n            ]\n        }\n    ],\n    \"efi Ìgbò\": [\n        {\n            \"word\": \"efi Ìgbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dwarf cattle\",\n                \"dwarf cattle (versus efi Awụsa, zebu cattle)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"efi\",\n                \"Ìgbò\"\n            ]\n        }\n    ],\n    \"efi ọfīa\": [\n        {\n            \"word\": \"efi ọfīa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bush-cow; buffalo (Syncerus caffer beddingtoni Lyd.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"efi\",\n                \"ọfịa\"\n            ]\n        }\n    ],\n    \"ozu efī\": [\n        {\n            \"word\": \"ozu efī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"carcase of cattle\",\n                \"carcase of cow\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"efi\",\n                \"ozu\"\n            ]\n        }\n    ],\n    \"efi\": [\n        {\n            \"word\": \"efi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cow\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"èfì\": [\n        {\n            \"word\": \"èfì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kind of fish\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"efìfìè naàbò\": [\n        {\n            \"word\": \"efìfìè naàbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"noonday\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"efìfìè\"\n            ]\n        }\n    ],\n    \"àzì efìfìè\": [\n        {\n            \"word\": \"àzì efìfìè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"lunch\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"efìfìè\"\n            ]\n        }\n    ],\n    \"-gba (àzì) efìfìè\": [\n        {\n            \"word\": \"-gba (àzì) efìfìè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take lunch\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"efìfìè\",\n                \"-gba\"\n            ]\n        }\n    ],\n    \"kwà efìfìè\": [\n        {\n            \"word\": \"kwà efìfìè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"every midday\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"kwà èfifìè\"\n            ],\n            \"stems\": [\n                \"efìfìè\"\n            ]\n        }\n    ],\n    \"mgbè efìfìè\": [\n        {\n            \"word\": \"mgbè efìfìè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"during the afternoon\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"efìfìè\"\n            ]\n        }\n    ],\n    \"efìfìè\": [\n        {\n            \"word\": \"efìfìè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"afternoon; middle of the day; heat of the day\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"efùlefù\": [\n        {\n            \"word\": \"efùlefù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"empty; vain; useless (usually of a person)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"èfùleèfù\"\n            ],\n            \"stems\": [\n                \"efù\"\n            ]\n        }\n    ],\n    \"efù\": [\n        {\n            \"word\": \"efù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"emptiness; vanity\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ mèlù ya n’efù\",\n                    \"english\": \"He did it in vain\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"efùrù\": [\n        {\n            \"word\": \"efùrù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"African nutmeg (Monodora myristica (Gaertn.) Dunal)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"egedege irū\": [\n        {\n            \"word\": \"egedege irū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"forehead\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"egenege irū\"\n            ],\n            \"stems\": [\n                \"egedege\",\n                \"iru\"\n            ]\n        }\n    ],\n    \"egedege\": [\n        {\n            \"word\": \"egedege\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"front\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"egenege\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ego àyòlò\": [\n        {\n            \"word\": \"ego àyòlò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cowry\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"àyò\"\n            ],\n            \"stems\": [\n                \"egō\"\n            ]\n        }\n    ],\n    \"ego edwòd\": [\n        {\n            \"word\": \"ego edwòd\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"money used during the reign of King Edward\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"egō\"\n            ]\n        }\n    ],\n    \"ego e nyèlù ya\": [\n        {\n            \"word\": \"ego e nyèlù ya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"capital\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"egō\"\n            ]\n        }\n    ],\n    \"ego kịlịkịlị\": [\n        {\n            \"word\": \"ego kịlịkịlị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"coins\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"egō\"\n            ]\n        }\n    ],\n    \"ego mgbụdamgbụ\": [\n        {\n            \"word\": \"ego mgbụdamgbụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"type of money made by blacksmiths\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"egō\"\n            ]\n        }\n    ],\n    \"ego naàbò\": [\n        {\n            \"word\": \"ego naàbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"twelve cowries (= èkpète naàbò)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"egō\"\n            ]\n        }\n    ],\n    \"ego naatō\": [\n        {\n            \"word\": \"ego naatō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"eighteen cowries\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"egō\"\n            ]\n        }\n    ],\n    \"ego nwunyè\": [\n        {\n            \"word\": \"ego nwunyè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bride-price\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"egō\",\n                \"-nwu\"\n            ]\n        }\n    ],\n    \"isi egō\": [\n        {\n            \"word\": \"isi egō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"unit of six cowries (= èkpète)\",\n                \"capital\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"egō\",\n                \"isi\"\n            ]\n        }\n    ],\n    \"-kpata egō\": [\n        {\n            \"word\": \"-kpata egō\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"acquire money\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"egō\",\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"mkpụlụ egō\": [\n        {\n            \"word\": \"mkpụlụ egō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a cowrie, coin, shilling\",\n                \"cowrie; coin; shilling\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"egō\",\n                \"mkpụlū\"\n            ]\n        }\n    ],\n    \"oke egō\": [\n        {\n            \"word\": \"oke egō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fantastic riches\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"egō\",\n                \"oke\"\n            ]\n        }\n    ],\n    \"-zu egō\": [\n        {\n            \"word\": \"-zu egō\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"steal money\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"egō\",\n                \"-zu\"\n            ]\n        }\n    ],\n    \"-zụ egō\": [\n        {\n            \"word\": \"-zụ egō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"build up, increase one’s capital\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"egō\"\n            ]\n        }\n    ],\n    \"ègùlò\": [\n        {\n            \"word\": \"ègùlò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"weaverbird\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ègùlè\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"egbe\": [\n        {\n            \"word\": \"egbe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hawk; kite\",\n                \"rogue (slang)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"egbē ādakā\": [\n        {\n            \"word\": \"egbē ādakā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"type of locally made gun\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"egbè\"\n            ]\n        }\n    ],\n    \"egbè igwē\": [\n        {\n            \"word\": \"egbè igwē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"thunder\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"egbè\"\n            ]\n        }\n    ],\n    \"egbē ndù\": [\n        {\n            \"word\": \"egbē ndù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cannon\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"egbè\"\n            ]\n        }\n    ],\n    \"-gba egbè\": [\n        {\n            \"word\": \"-gba egbè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fire gun\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"egbè\",\n                \"-gba\"\n            ]\n        }\n    ],\n    \"ndị jī egbè èje orī\": [\n        {\n            \"word\": \"ndị jī egbè èje orī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"armed robbers\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"egbè\"\n            ]\n        }\n    ],\n    \"ntụ egbè\": [\n        {\n            \"word\": \"ntụ egbè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"gunpowder\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"egbè\",\n                \"ntụ\"\n            ]\n        }\n    ],\n    \"ọnụ egbè\": [\n        {\n            \"word\": \"ọnụ egbè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"opening of a gun barrel\",\n                \"opening of gun-barrel\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"egbè\",\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"-pị egbè\": [\n        {\n            \"word\": \"-pị egbè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"carve wooden part of gun\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"egbè\",\n                \"-pị\"\n            ]\n        }\n    ],\n    \"-sù egbè\": [\n        {\n            \"word\": \"-sù egbè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"load gun\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Anà m asù egbè\",\n                    \"english\": \"I am loading a gun\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"egbè\",\n                \"-sù\"\n            ]\n        }\n    ],\n    \"utù egbè\": [\n        {\n            \"word\": \"utù egbè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"trigger (literally penis of the gun)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"egbè\"\n            ]\n        }\n    ],\n    \"egbè\": [\n        {\n            \"word\": \"egbè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"gun\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ègbè\": [\n        {\n            \"word\": \"ègbè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"boundary mark\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Onye ropù ègbè ò je nga\",\n                    \"english\": \"Anyone who uproots a boundary mark will go to prison\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ègbenu\": [\n        {\n            \"word\": \"ègbenu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cock\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ègbene\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ègbènu ōba\": [\n        {\n            \"word\": \"ègbènu ōba\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"warriors\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ndi (òtu) ègbènu ōba\",\n                    \"english\": \"society of warriors. They are not necessarily warriors who go to battle. But their society is a warrior-like one. Members dress like warriors with helmet- like hats stuck full of long feathers, with cutlasses in their hands. They are usually invited to grand traditional ceremonies, funerals of great men and of course to funerals of their dead members. They greet each other by knocking the blades of each other’s swords together\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ègbènù\"\n            ]\n        }\n    ],\n    \"ègbènù\": [\n        {\n            \"word\": \"ègbènù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"warriors\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ègbìlì\": [\n        {\n            \"word\": \"ègbìlì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fish (Heterotis niloticus) (= ìgbènù)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"egbò\": [\n        {\n            \"word\": \"egbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"boundary around compound or village; more especially the entrance, shaped like goalposts, of bamboo palm leaves or ògilìsì, which bears protective medicines\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"egbū\": [\n        {\n            \"word\": \"egbū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tree (Alstonia congensis Engl.); bark used medicinally for cure of different kinds of ịbà or akòm\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"egbugbèlè ọnū\": [\n        {\n            \"word\": \"egbugbèlè ọnū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"lip(s)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"egbugbèlè\"\n            ]\n        }\n    ],\n    \"egbugbèlè\": [\n        {\n            \"word\": \"egbugbèlè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gbu egbugbu\": [\n        {\n            \"word\": \"-gbu egbugbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tattoo; mark\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"egbugbu\",\n                \"-gbu\"\n            ]\n        }\n    ],\n    \"egbugbu\": [\n        {\n            \"word\": \"egbugbu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tattoo; mark\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ègwe\": [\n        {\n            \"word\": \"ègwe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wall of beaten earth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"egwu ọtā\": [\n        {\n            \"word\": \"egwu ọtā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"ritual drum\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"egwu\"\n            ]\n        }\n    ],\n    \"egwu ùdù\": [\n        {\n            \"word\": \"egwu ùdù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"music in which ùdù features prominently\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"egwu\",\n                \"ùdù\"\n            ]\n        }\n    ],\n    \"-gba egwu\": [\n        {\n            \"word\": \"-gba egwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dance\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"egwu\",\n                \"-gba\"\n            ]\n        }\n    ],\n    \"ògba ēgwu\": [\n        {\n            \"word\": \"ògba ēgwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dancer\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"egwu\",\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gwù egwu\": [\n        {\n            \"word\": \"-gwù egwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"play\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"egwu\",\n                \"-gwù\"\n            ]\n        }\n    ],\n    \"-gwùli egwu\": [\n        {\n            \"word\": \"-gwùli egwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"play about\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"egwu\",\n                \"-gwù\"\n            ]\n        }\n    ],\n    \"-gwùsò egwu\": [\n        {\n            \"word\": \"-gwùsò egwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"play with someone\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"egwu\"\n            ]\n        }\n    ],\n    \"nnwa egwū\": [\n        {\n            \"word\": \"nnwa egwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"doll\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"egwu\"\n            ]\n        }\n    ],\n    \"òtù egwū\": [\n        {\n            \"word\": \"òtù egwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dancing club\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Abù m onye òtù egwu ọjà\",\n                    \"english\": \"I am a member of the egwu ọjà club\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"egwu\",\n                \"òtù\"\n            ]\n        }\n    ],\n    \"ògụ ēgwu\": [\n        {\n            \"word\": \"ògụ ēgwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"singer; minstrel\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"egwu\",\n                \"ògụ\"\n            ]\n        }\n    ],\n    \"-te egwu\": [\n        {\n            \"word\": \"-te egwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dance in a peculiar way\",\n                \"dance\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"egwu\",\n                \"-te\"\n            ]\n        }\n    ],\n    \"-gwò egwu\": [\n        {\n            \"word\": \"-gwò egwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dance very well in type of dance in which back muscles come into play\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"egwu\"\n            ]\n        }\n    ],\n    \"egwu\": [\n        {\n            \"word\": \"egwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"drum\",\n                \"dance; play; entertainment\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àbànì dì egwù\": [\n        {\n            \"word\": \"àbànì dì egwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bandit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"egwù\"\n            ]\n        }\n    ],\n    \"atū egwù\": [\n        {\n            \"word\": \"atū egwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"courage; bravery; boldness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"egwù\"\n            ]\n        }\n    ],\n    \"-dị egwù\": [\n        {\n            \"word\": \"-dị egwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be dangerous, dreadful\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"egwù\"\n            ]\n        }\n    ],\n    \"-tụ egwù\": [\n        {\n            \"word\": \"-tụ egwù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fear; respect; be afraid of\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anà m àtụ egwù ijē ugbō n’anyàsì\",\n                    \"english\": \"I am afraid of going to the farm at night\"\n                },\n                {\n                    \"igbo\": \"Ebe a nà-enì ozū nà-àtụ egwù n’anyàsì\",\n                    \"english\": \"The cemetery is fearful at night\"\n                },\n                {\n                    \"igbo\": \"Egwū mmadù adī àtụ m\",\n                    \"english\": \"I am never afraid of people\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"egwù\",\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-yi egwù\": [\n        {\n            \"word\": \"-yi egwù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"frighten\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"egwù\",\n                \"-yi\"\n            ]\n        }\n    ],\n    \"egwù\": [\n        {\n            \"word\": \"egwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fear\",\n                \"fearful, terrible or fierce-looking thing; dangerous thing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"egwugwu\": [\n        {\n            \"word\": \"egwugwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the most elderly and most venerated form of the incarnate dead, of Igala origin (Igala ègwùgwù, = mmụọ ogonogo)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ofe ēgwusi\": [\n        {\n            \"word\": \"ofe ēgwusi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"melon, egusi soup\",\n                \"melon soup\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ègwusi\",\n                \"ofe\"\n            ]\n        }\n    ],\n    \"ègwusi\": [\n        {\n            \"word\": \"ègwusi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"water-melon seeds (compare Yoruba ègùsì) (Citrullus vulgaris Schrad.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ejiji\": [\n        {\n            \"word\": \"ejiji\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dress; adornment\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nwa èjìma\": [\n        {\n            \"word\": \"nwa èjìma\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a twin\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"èjìma\",\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"ụmū èjìma\": [\n        {\n            \"word\": \"ụmū èjìma\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"twins\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Mmadū à naàbò bù èjìma\",\n                    \"english\": \"These two persons are twins\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"èjìma\",\n                \"ụmù\"\n            ]\n        }\n    ],\n    \"èjìma\": [\n        {\n            \"word\": \"èjìma\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"twin\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"èjò\": [\n        {\n            \"word\": \"èjò\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see òjò\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ejù isī\": [\n        {\n            \"word\": \"ejù isī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"top of skull\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ejù\",\n                \"isi\"\n            ]\n        }\n    ],\n    \"nkekele ejùnà\": [\n        {\n            \"word\": \"nkekele ejùnà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"snail-shell\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ejù\",\n                \"nkekele\"\n            ]\n        }\n    ],\n    \"ejù\": [\n        {\n            \"word\": \"ejù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"broken pot; potsherd\",\n                \"edible snail (compare kòso, nsam)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ejùnà\",\n                \"njùnà\",\n                \"njìnà\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"eke mmīli\": [\n        {\n            \"word\": \"eke mmīli\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"water python\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"eke\"\n            ]\n        }\n    ],\n    \"eke nà ogwùlùgwù\": [\n        {\n            \"word\": \"eke nà ogwùlùgwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"rainbow\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"eke\"\n            ]\n        }\n    ],\n    \"eke ukwu\": [\n        {\n            \"word\": \"eke ukwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the larger python; African or Rock Python; (Python sebae)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"eke\"\n            ],\n            \"stems\": [\n                \"eke\"\n            ]\n        }\n    ],\n    \"ọgbà\": [\n        {\n            \"word\": \"ọgbà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stile\",\n                \"cave\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"eke\": [\n        {\n            \"word\": \"eke\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Royal Python (Python regius), the smaller species of python, more common, lives in compounds and is freely handled, sacred in most parts of Igboland\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Ekè\": [\n        {\n            \"word\": \"Ekè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a divinity\",\n                \"ekè good luck, fortune\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ekē ōkụkò\": [\n        {\n            \"word\": \"ekē ōkụkò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fowl gizzard\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ekè \"\n            ]\n        }\n    ],\n    \"ekè \": [\n        {\n            \"word\": \"ekè \",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"gizzard\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ekò\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"Mgbeēke\": [\n        {\n            \"word\": \"Mgbeēke\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"female name (for child born on Èke)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"Èke\"\n            ]\n        }\n    ],\n    \"Nweēke\": [\n        {\n            \"word\": \"Nweēke\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"for men born on Ǹkwọ, Èke, Oyè, and Àfò respectively, and Nwam̀gbankw̄ ọ, Nwam̀gbeēke, Nwam̀gbaàfò for women born on Ǹkwọ, Èke, and Àfò respectively. It is also used preceding the name of a deity, person, or set of circumstances, etc., after which a person is named: e.g. Nwudō (son of Udō, a deity); Nwọòrà (son of all); Nwoòlìsà (son of Òlìsà, God); Nwachukwu (son of God); Nwiijè (for a son born away from home)\",\n                \"young of animal\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"Òkeēke\": [\n        {\n            \"word\": \"Òkeēke\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"male names (for someone born on Èke)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"Èke\"\n            ]\n        }\n    ],\n    \"Èkeèmezie\": [\n        {\n            \"word\": \"Èkeèmezie\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"Èke\"\n            ]\n        }\n    ],\n    \"Èke\": [\n        {\n            \"word\": \"Èke\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a day in the Igbo four-day week, following Ǹkwọ, personified as an alūsị\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Èkène dìlị Chukwu\": [\n        {\n            \"word\": \"Èkène dìlị Chukwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Thanks be to God\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"èkène\"\n            ]\n        }\n    ],\n    \"èkène\": [\n        {\n            \"word\": \"èkène\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"thanks; salutation; greeting; gratitude\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ekike\": [\n        {\n            \"word\": \"ekike\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"adornment of the body\",\n                \"tie; belt; girdle\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ife ekike\": [\n        {\n            \"word\": \"ife ekike\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"finery; adornment\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ekike ilē\",\n                \"ife\"\n            ]\n        }\n    ],\n    \"-ke ekike\": [\n        {\n            \"word\": \"-ke ekike\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dress; adorn\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O kèlù ekike ndi aghā\",\n                    \"english\": \"He is dressed as a soldier\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ekike ilē\",\n                \"-ke\"\n            ]\n        }\n    ],\n    \"ekike ilē\": [\n        {\n            \"word\": \"ekike ilē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"string of the tongue\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ile\"\n            ]\n        }\n    ],\n    \"-fù ekò\": [\n        {\n            \"word\": \"-fù ekò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"blow bellows\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ekò\",\n                \"-fù\"\n            ]\n        }\n    ],\n    \"ekò\": [\n        {\n            \"word\": \"ekò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"blacksmith's bellows\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ekò mmīli\": [\n        {\n            \"word\": \"ekò mmīli\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"plant with large leaves, used for shelter or to wrap fish (Anchomanes difformis (Bl.) Engl. and Cyrtosperma senegalense) (Scott) Engl.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"eku\": [\n        {\n            \"word\": \"eku\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"spoon; ladle (compare ǹgàjì)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kè ekpē\": [\n        {\n            \"word\": \"-kè ekpē\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make a will\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ekpē\",\n                \"-kè\"\n            ]\n        }\n    ],\n    \"-lite ekpē\": [\n        {\n            \"word\": \"-lite ekpē\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"inherit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ekpē\",\n                \"-li\"\n            ]\n        }\n    ],\n    \"ekpē\": [\n        {\n            \"word\": \"ekpē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"inheritance\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-ti ekpè\": [\n        {\n            \"word\": \"-ti ekpè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make low mud wall, usually on farm, to mark boundary and/or check erosion\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"egwè\"\n            ],\n            \"stems\": [\n                \"ekpè\",\n                \"-ti\"\n            ]\n        }\n    ],\n    \"ekpè\": [\n        {\n            \"word\": \"ekpè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"earthwork constructed on the outskirts of a village for defence purposes, or on farm to mark boundary or check erosion\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ife dī n’aka èkpè\": [\n        {\n            \"word\": \"ife dī n’aka èkpè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"something on the left\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"èkpè\"\n            ]\n        }\n    ],\n    \"anya aka èkpè\": [\n        {\n            \"word\": \"anya aka èkpè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the left eye\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"èkpè\"\n            ]\n        }\n    ],\n    \"èkpè niīne\": [\n        {\n            \"word\": \"èkpè niīne\",\n            \"wordClass\": \"QTF\",\n            \"definitions\": [\n                \"always; (at) all times\",\n                \"always; at all times\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"èkpè\",\n                \"niīne\"\n            ]\n        }\n    ],\n    \"èkpe ōbụnà\": [\n        {\n            \"word\": \"èkpe ōbụnà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"whenever; (at) any time\",\n                \"whenever; any time\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"èkpè\",\n                \"òbụbụū\"\n            ]\n        }\n    ],\n    \"èkpè\": [\n        {\n            \"word\": \"èkpè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"left (hand)\",\n                \"time\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-kpe ekpele\": [\n        {\n            \"word\": \"-kpe ekpele\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"say prayer\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"èkpele\"\n            ]\n        }\n    ],\n    \"èkpele\": [\n        {\n            \"word\": \"èkpele\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"prayer\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"èkpelu\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"èkpelu\": [\n        {\n            \"word\": \"èkpelu\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see èkpele\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"onye èkpèǹta\": [\n        {\n            \"word\": \"onye èkpèǹta\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"leper\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"èkpèǹta\"\n            ]\n        }\n    ],\n    \"èkpèǹta\": [\n        {\n            \"word\": \"èkpèǹta\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"leprosy\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"èkpènta\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ekpètè\": [\n        {\n            \"word\": \"ekpètè\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see okpètè\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"èkpète īli\": [\n        {\n            \"word\": \"èkpète īli\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"ten units of six cowries each (= òfu ùkwù)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"èkpète\"\n            ]\n        }\n    ],\n    \"èkpète naàbò\": [\n        {\n            \"word\": \"èkpète naàbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"twelve cowries (= ego naàbò)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"èkpète\"\n            ]\n        }\n    ],\n    \"èkpète\": [\n        {\n            \"word\": \"èkpète\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(= isi egō) unit of cowrie counting system, consisting of six single cowries (ego) mkpụlū\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-su ekwe\": [\n        {\n            \"word\": \"-su ekwe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"beat the gong\",\n                \"beat wooden drum\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ekwe\",\n                \"-su\"\n            ]\n        }\n    ],\n    \"ekwe\": [\n        {\n            \"word\": \"ekwe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wooden slit gong\",\n                \"xylophone\",\n                \"string from aŋā\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ekwè\": [\n        {\n            \"word\": \"ekwè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"small uncarved stool\",\n                \"occiput (also òkpù n’ekwè)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ekwēekwe\": [\n        {\n            \"word\": \"ekwēekwe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stubbornness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ekwēème\": [\n        {\n            \"word\": \"ekwēème\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"impossibility\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ekwelē\": [\n        {\n            \"word\": \"ekwelē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tie-rope; cane; fibre for making fish traps\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ekwensu\": [\n        {\n            \"word\": \"ekwensu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the malevolent spirits of those who have died a 'bad death' and cannot reincarnate; malevolent non-human spirits; (Christian usage) the devil\",\n                \"(fig.) a person who causes confusion and havoc\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkpùn’okwò\": [\n        {\n            \"word\": \"òkpùn’okwò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"back of head; occiput\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ekwò\"\n            ]\n        }\n    ],\n    \"ekwò\": [\n        {\n            \"word\": \"ekwò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"back of head; nape of neck\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gba ekwòlò\": [\n        {\n            \"word\": \"-gba ekwòlò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"compete (in bad sense); be jealous, envious\",\n                \"compete (in envy); be jealous, envious\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ekwòlò\",\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-kwò ekwòlò\": [\n        {\n            \"word\": \"-kwò ekwòlò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"envy; contest enviously\",\n                \"envy; be jealous of\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ekwòlò\",\n                \"-kwò\"\n            ]\n        }\n    ],\n    \"ekwòlò\": [\n        {\n            \"word\": \"ekwòlò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"envy; jealousy\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mmà ekwū\": [\n        {\n            \"word\": \"mmà ekwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"small kitchen knife\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"Ekwu\",\n                \"mmà\"\n            ]\n        }\n    ],\n    \"Ekwu\": [\n        {\n            \"word\": \"Ekwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hearth spirit, the domestic spirit of women, worshipped by head woman of household\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"onye èkwulèkwu\": [\n        {\n            \"word\": \"onye èkwulèkwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a talkative\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"èkwulèkwu\"\n            ]\n        }\n    ],\n    \"-kwu èkwulèkwu\": [\n        {\n            \"word\": \"-kwu èkwulèkwu\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"be loquacious, talkative\",\n                \"talk excessively or like a chatter-box; nag\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"èkwulèkwu\",\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"oke èkwulèkwu\": [\n        {\n            \"word\": \"oke èkwulèkwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"talkativeness; bragging\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"èkwulèkwu\"\n            ]\n        }\n    ],\n    \"èkwulèkwu\": [\n        {\n            \"word\": \"èkwulèkwu\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"talkativeness; loquacity\",\n                \"excessive talking; nagging\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"ekwum\": [\n        {\n            \"word\": \"ekwum\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"lungfish; mudfish (Protopterus annectens) (= ebī)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"elèghelū\": [\n        {\n            \"word\": \"elèghelū\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see elùuluū\",\n                \"giant ants, with very big heads, seen among smaller ones\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-li èlìlè\": [\n        {\n            \"word\": \"-li èlìlè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"gain\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"èlèlè\"\n            ]\n        }\n    ],\n    \"èlèle īko\": [\n        {\n            \"word\": \"èlèle īko\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"èlèlè boiled in tins (e.g. milk tins) instead of being wrapped in leaves\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"èlèlè\"\n            ]\n        }\n    ],\n    \"èlèlè\": [\n        {\n            \"word\": \"èlèlè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"profit; gain\",\n                \"food prepared with beans (after the chaff is removed, the beans are ground with water into pulp, then wrapped in leaves in convenient bits with normal food ingredients added, then boiled till done)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"èlìlè\"\n            ],\n            \"stems\": []\n        }\n    ],\n    \"èlèm\": [\n        {\n            \"word\": \"èlèm\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fish-fry; small sprat-like fish caught when Niger rises\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"elili ọfīa\": [\n        {\n            \"word\": \"elili ọfīa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"snake (euphemism)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"elili\"\n            ]\n        }\n    ],\n    \"-gbà elili\": [\n        {\n            \"word\": \"-gbà elili\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wear strings round ankles\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"elili\",\n                \"-gbà\"\n            ]\n        }\n    ],\n    \"-kwụ elili\": [\n        {\n            \"word\": \"-kwụ elili\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"commit suicide by hanging\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"elili\",\n                \"-kwụ\"\n            ]\n        }\n    ],\n    \"elili\": [\n        {\n            \"word\": \"elili\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"rope (general term); string to tie yams; shoe lace (compare ùdò, ekwe, àbù) see èlèlè 1. and 2. elili\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"èlìlì\": [\n        {\n            \"word\": \"èlìlì\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see èlùlù\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"elo mmụọ\": [\n        {\n            \"word\": \"elo mmụọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kind of poisonous mushroom (literally spirits' mushroom) (see also mmụō)\",\n                \"kind of poisonous mushroom\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"elō\",\n                \"mmụō\"\n            ]\n        }\n    ],\n    \"-pu elō\": [\n        {\n            \"word\": \"-pu elō\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"grow fungus\",\n                \"(fig.) live for ever\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"(fig.) Ọ chòlù ipū elō\",\n                    \"english\": \"He wants to live for ever\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"elō\",\n                \"-pu\"\n            ]\n        }\n    ],\n    \"elō\": [\n        {\n            \"word\": \"elō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mushroom\",\n                \"Standard-wing Nightjar (Macrodipteryx longipennis)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"elū elu\": [\n        {\n            \"word\": \"elū elu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"North (borrowed from Central Igbo)\",\n                \"(fig.) very far away\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"èlùlù\": [\n        {\n            \"word\": \"èlùlù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"electric catfish (Malapterurus electricus) (= ǹdudù)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"èlìlì\",\n                \"olìghìlì\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"elùluū\": [\n        {\n            \"word\": \"elùluū\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see elùuluū\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"elùuluū\": [\n        {\n            \"word\": \"elùuluū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"black driver ant; soldier ant\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"elùluū\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"emēnjọ\": [\n        {\n            \"word\": \"emēnjọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"innocence; infallibility (from -me do)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"emume\": [\n        {\n            \"word\": \"emume\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"custom; observance\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"emumechī\": [\n        {\n            \"word\": \"emumechī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"daybreak\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ene\": [\n        {\n            \"word\": \"ene\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Harnessed Antelope; bushbuck (Tragelaphus scriptus scriptus Pallas)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"enekē ntì ọbā\": [\n        {\n            \"word\": \"enekē ntì ọbā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"swallow\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"enekē\"\n            ]\n        }\n    ],\n    \"enekē\": [\n        {\n            \"word\": \"enekē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"swallow (bird)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"enu igwē\": [\n        {\n            \"word\": \"enu igwē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"heaven; sky\",\n                \"the sky; heaven\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"enū\",\n                \"igwē\"\n            ]\n        }\n    ],\n    \"enu igwē nà ùwà\": [\n        {\n            \"word\": \"enu igwē nà ùwà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"heaven and earth\",\n                \"title for a king or chief\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"enū\",\n                \"igwē\",\n                \"ùwà\"\n            ]\n        }\n    ],\n    \"enu nà ànì\": [\n        {\n            \"word\": \"enu nà ànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"up-and-down; blouse and wrapper made of same material\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O yì enu nà ànì\",\n                    \"english\": \"She is wearing an up-and-down\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"enū\"\n            ]\n        }\n    ],\n    \"enu ntụlụ\": [\n        {\n            \"word\": \"enu ntụlụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hardship; misfortune\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"enū\"\n            ]\n        }\n    ],\n    \"enu ōghịgha\": [\n        {\n            \"word\": \"enu ōghịgha\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"changes in the world\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"enū\"\n            ]\n        }\n    ],\n    \"enu ụnò\": [\n        {\n            \"word\": \"enu ụnò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"roof\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"enū\",\n                \"ụnò\"\n            ]\n        }\n    ],\n    \"enu ùwà\": [\n        {\n            \"word\": \"enu ùwà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"whole world\",\n                \"the world, earth, universe\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"enū\",\n                \"ùwà\"\n            ]\n        }\n    ],\n    \"-gba enū\": [\n        {\n            \"word\": \"-gba enū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be shallow\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"enū\"\n            ]\n        }\n    ],\n    \"-kòni enū\": [\n        {\n            \"word\": \"-kòni enū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hang up\",\n                \"hang up (on hook)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"enū\",\n                \"-kò\"\n            ]\n        }\n    ],\n    \"-mani enū\": [\n        {\n            \"word\": \"-mani enū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"jump up\",\n                \"leap, jump\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"enū\",\n                \"-ma\"\n            ]\n        }\n    ],\n    \"n’enū\": [\n        {\n            \"word\": \"n’enū\",\n            \"wordClass\": \"PREP\",\n            \"definitions\": [\n                \"above; upon\",\n                \"above; upon; on top of\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"enū\",\n                \"nà\"\n            ]\n        }\n    ],\n    \"-nò n’enu mmīli\": [\n        {\n            \"word\": \"-nò n’enu mmīli\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be in trouble, difficulty\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"enū\"\n            ]\n        }\n    ],\n    \"-se n’enū\": [\n        {\n            \"word\": \"-se n’enū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"float; (fig.) be ignorant of what is happening\",\n                \"float\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"A fùlù ozu nwokē a nà-àchọ èri ụkā gālụ aga kà o sè n’enu mmīli n’ùtụtū à\",\n                    \"english\": \"The corpse of the man who had been missing since last week was seen floating on the river this morning\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"enū\",\n                \"-se\"\n            ]\n        }\n    ],\n    \"ụgbọ enū\": [\n        {\n            \"word\": \"ụgbọ enū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"aeroplane\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"enū\",\n                \"ụgbọ\"\n            ]\n        }\n    ],\n    \"ụkwụ enū\": [\n        {\n            \"word\": \"ụkwụ enū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"by land; overland\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Ụkwụ nà Ijè\",\n                    \"english\": \"cult of the limbs which symbolizes success in adventures, represented by a carving of a foot\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"enū\",\n                \"ụkwụ\"\n            ]\n        }\n    ],\n    \"-wèni enū\": [\n        {\n            \"word\": \"-wèni enū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"raise up\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Wènie akā enū\",\n                    \"english\": \"Raise (your) hand\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"enū\",\n                \"-wè\"\n            ]\n        }\n    ],\n    \"-wènita enū\": [\n        {\n            \"word\": \"-wènita enū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lift up; take up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"enū\",\n                \"-wè\"\n            ]\n        }\n    ],\n    \"-wùnị enū\": [\n        {\n            \"word\": \"-wùnị enū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"jump up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"enū\"\n            ]\n        }\n    ],\n    \"enū\": [\n        {\n            \"word\": \"enū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"height; top\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Enugwū\": [\n        {\n            \"word\": \"Enugwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Enugu\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"Enugū\"\n            ],\n            \"stems\": [\n                \"ugwu\"\n            ]\n        }\n    ],\n    \"ènwè ọfīa\": [\n        {\n            \"word\": \"ènwè ọfīa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wild monkey\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ènwè\",\n                \"ọfịa\"\n            ]\n        }\n    ],\n    \"ènwè\": [\n        {\n            \"word\": \"ènwè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"monkey; useless person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọdụ enyī\": [\n        {\n            \"word\": \"ọdụ enyī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"elephant's tusk\",\n                \"elephant tusk\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"enyi\",\n                \"ọdū\"\n            ]\n        }\n    ],\n    \"enyi\": [\n        {\n            \"word\": \"enyi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"elephant\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"enyì nwaàyì\": [\n        {\n            \"word\": \"enyì nwaàyì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"girl-friend; woman friend\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"enyì\",\n                \"nwaāmili\"\n            ]\n        }\n    ],\n    \"enyì\": [\n        {\n            \"word\": \"enyì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"friend (less common than òyì)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ènyò anyā\": [\n        {\n            \"word\": \"ènyò anyā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pair of spectacles\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ènyò\"\n            ]\n        }\n    ],\n    \"ènyò\": [\n        {\n            \"word\": \"ènyò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mirror; glass (= ùgògbè)\",\n                \"mirror\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ènyìnyò\"\n            ],\n            \"stems\": [\n                \"-nyò\"\n            ]\n        }\n    ],\n    \"eriri\": [\n        {\n            \"word\": \"eriri\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"power of transforming oneself into an animal\",\n                \"wart\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"èrùlu\": [\n        {\n            \"word\": \"èrùlu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"red coral; coral bead\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"èsè\": [\n        {\n            \"word\": \"èsè\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see àsè\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"èsèmokwu\": [\n        {\n            \"word\": \"èsèmokwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"quarrel; dispute; bickering (-sè draw, pull)\",\n                \"quarrel; dispute\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sè\"\n            ]\n        }\n    ],\n    \"esō\": [\n        {\n            \"word\": \"esō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"gum from tree\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"esu\": [\n        {\n            \"word\": \"esu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(compare alịlị) millipede\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-so esuso\": [\n        {\n            \"word\": \"-so esuso\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"form boil, abscess\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"esuso\",\n                \"-so\"\n            ]\n        }\n    ],\n    \"esuso\": [\n        {\n            \"word\": \"esuso\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"blister; boil\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"etuto\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"esusu\": [\n        {\n            \"word\": \"esusu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"contribution to revolving benefit fund, to which each member contributes regularly and from which members profit in turn (? &lt; Yoruba)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ètè\": [\n        {\n            \"word\": \"ètè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"rope for climbing trees\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"eteke uvīe\": [\n        {\n            \"word\": \"eteke uvīe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fish (Hemichromis bimaculatus) (compare ìkpoòkpò)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"eteke\"\n            ]\n        }\n    ],\n    \"eteke\": [\n        {\n            \"word\": \"eteke\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ètètè\": [\n        {\n            \"word\": \"ètètè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"woven shield used in war by the Ada people\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ètitì naàbò\": [\n        {\n            \"word\": \"ètitì naàbò\",\n            \"wordClass\": \"CD\",\n            \"definitions\": [\n                \"the middle, centre\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ètitì\",\n                \"ìbùọ\"\n            ]\n        }\n    ],\n    \"ètitī ūchichì\": [\n        {\n            \"word\": \"ètitī ūchichì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"midnight\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ètitī àbànì\"\n            ],\n            \"stems\": [\n                \"ètitì\",\n                \"ùchichì\"\n            ]\n        }\n    ],\n    \"n’ètitì\": [\n        {\n            \"word\": \"n’ètitì\",\n            \"wordClass\": \"PREP\",\n            \"definitions\": [\n                \"amidst; in the middle of\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ètitì\",\n                \"nà\"\n            ]\n        }\n    ],\n    \"n’ètitì mụ nà gị\": [\n        {\n            \"word\": \"n’ètitì mụ nà gị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"between you and me\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ètitì\"\n            ]\n        }\n    ],\n    \"ètitì\": [\n        {\n            \"word\": \"ètitì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"middle; centre\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"etu ọ dì nọòfụ\": [\n        {\n            \"word\": \"etu ọ dì nọòfụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"as it is so\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"etu\"\n            ]\n        }\n    ],\n    \"etu\": [\n        {\n            \"word\": \"etu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"manner\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kpọ etùketù\": [\n        {\n            \"word\": \"-kpọ etùketù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hiccough\",\n                \"hiccough Etùketù nà-àkpọ m  I have hiccoughs\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"etùketù\",\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"etùketù\": [\n        {\n            \"word\": \"etùketù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"etum\": [\n        {\n            \"word\": \"etum\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"long bamboo used to propel a canoe\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ètùm\": [\n        {\n            \"word\": \"ètùm\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dust in the air\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"etuto\": [\n        {\n            \"word\": \"etuto\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see esuso\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"èvì\": [\n        {\n            \"word\": \"èvì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"snakehead fish (Channa obscura)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ewī\": [\n        {\n            \"word\": \"ewī\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see eyī\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ewō!\": [\n        {\n            \"word\": \"ewō!\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"exclamation of surprise\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"èwo!\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ewòò!\": [\n        {\n            \"word\": \"ewòò!\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"exclamation of sympathy or pity\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Ewu kà ọ bù\": [\n        {\n            \"word\": \"Ewu kà ọ bù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"He is a fool\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ewu\"\n            ]\n        }\n    ],\n    \"ewu-elī-òkụkò-atù\": [\n        {\n            \"word\": \"ewu-elī-òkụkò-atù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(literally goat-never-touches, fowl-never-pecks) a poisonous plant\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ewu\"\n            ]\n        }\n    ],\n    \"nwa ewū\": [\n        {\n            \"word\": \"nwa ewū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"young goat; kid\",\n                \"used to make a noun phrase (often corresponding to an English adjective) out of a descriptive word\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ewu\",\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"ewu\": [\n        {\n            \"word\": \"ewu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"goat; (applied to person) fool\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ewù\": [\n        {\n            \"word\": \"ewù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fame; report; rumour\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ewùù!\": [\n        {\n            \"word\": \"ewùù!\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"exclamation of regret, sympathy\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"eyī\": [\n        {\n            \"word\": \"eyī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Giant or Pouched Rat (Cricetomys gambianus Waterhouse; Yoruba òkètè)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ewī\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"eze nkwō\": [\n        {\n            \"word\": \"eze nkwō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"loss of tooth, teeth\",\n                \"loss of tooth (teeth)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ezē\",\n                \"-kwo\"\n            ]\n        }\n    ],\n    \"-gado ezē\": [\n        {\n            \"word\": \"-gado ezē\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"grip (but not bite into) with teeth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ezē\",\n                \"-ga\"\n            ]\n        }\n    ],\n    \"ìkili ezē\": [\n        {\n            \"word\": \"ìkili ezē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"part of jaw near molar\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ezē\",\n                \"ìkili\"\n            ]\n        }\n    ],\n    \"-kpopù ezē\": [\n        {\n            \"word\": \"-kpopù ezē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"extract a tooth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ezē\"\n            ]\n        }\n    ],\n    \"-kwo ezē\": [\n        {\n            \"word\": \"-kwo ezē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"take out, extract teeth; lose tooth, teeth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ezē\"\n            ]\n        }\n    ],\n    \"-tachapù ezē\": [\n        {\n            \"word\": \"-tachapù ezē\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"grin; (colloquial) smile; laugh\",\n                \"grin\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ezē\",\n                \"-ta\"\n            ]\n        }\n    ],\n    \"-ta ìkekele ezē\": [\n        {\n            \"word\": \"-ta ìkekele ezē\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"grind teeth\",\n                \"grind teeth. This is habitual with some old men who at leisure or while lonely grind their teeth - the molars producing a characteristic sound\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Nnà m ochìè nà-àtaba ìkekele ezē\",\n                    \"english\": \"My grandfather usually grinds his teeth\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ezē\",\n                \"ìkekele\",\n                \"-ta\"\n            ]\n        }\n    ],\n    \"-wa ezē\": [\n        {\n            \"word\": \"-wa ezē\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"file teeth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ezē\",\n                \"-wa\"\n            ]\n        }\n    ],\n    \"ezē\": [\n        {\n            \"word\": \"ezē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tooth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ezē ànì\": [\n        {\n            \"word\": \"ezē ànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"life-size image of carved wood\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ezè\"\n            ]\n        }\n    ],\n    \"ezē kachasị akasị\": [\n        {\n            \"word\": \"ezē kachasị akasị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"God in heaven\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ezè\"\n            ]\n        }\n    ],\n    \"ezē mmụō\": [\n        {\n            \"word\": \"ezē mmụō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"king of underworld\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ezè\",\n                \"mmụō\"\n            ]\n        }\n    ],\n    \"ezè nwaàyì\": [\n        {\n            \"word\": \"ezè nwaàyì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"queen\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ezè\",\n                \"nwaāmili\"\n            ]\n        }\n    ],\n    \"Ndùbeezè\": [\n        {\n            \"word\": \"Ndùbeezè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"male name (literally life is king or life is most important)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"Ndùbezè\"\n            ],\n            \"stems\": [\n                \"ezè\"\n            ]\n        }\n    ],\n    \"oche ezè\": [\n        {\n            \"word\": \"oche ezè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"throne\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ezè\",\n                \"oche\"\n            ]\n        }\n    ],\n    \"òkpu ezè\": [\n        {\n            \"word\": \"òkpu ezè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"crown\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ezè\",\n                \"òkpu\"\n            ]\n        }\n    ],\n    \"-zọ ezè\": [\n        {\n            \"word\": \"-zọ ezè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"contest for chieftancy title\",\n                \"(fig.) the best or chief of its kind\",\n                \"contest for chieftaincy title\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ezè\",\n                \"-zọ\"\n            ]\n        }\n    ],\n    \"ezè azù\": [\n        {\n            \"word\": \"ezè azù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"king of the fish (Gymnarchus niloticus)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ezè\"\n            ]\n        }\n    ],\n    \"ezè nnùnù\": [\n        {\n            \"word\": \"ezè nnùnù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"king of the birds, the eagle\",\n                \"eagle; king of the birds\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ezè\",\n                \"nnùnù\"\n            ]\n        }\n    ],\n    \"ezè\": [\n        {\n            \"word\": \"ezè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"king; chief\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ìgbò enwē ezè\",\n                    \"english\": \"The Igbo have no kings\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"n’eziē\": [\n        {\n            \"word\": \"n’eziē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(shortened from n’ezi okwū) truly\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"N'eziē onye orī kà ọ bù\",\n                    \"english\": \"Truly he is a rogue\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ezi\"\n            ]\n        }\n    ],\n    \"ezi ndù\": [\n        {\n            \"word\": \"ezi ndù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"health\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ezi\",\n                \"ndù\"\n            ]\n        }\n    ],\n    \"ezi okènyè\": [\n        {\n            \"word\": \"ezi okènyè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"aged person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ezi\"\n            ]\n        }\n    ],\n    \"ezi okwū\": [\n        {\n            \"word\": \"ezi okwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"truth\",\n                \"true word, saying; truth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ezi\",\n                \"okwu\"\n            ]\n        }\n    ],\n    \"-kwu ezi okwū\": [\n        {\n            \"word\": \"-kwu ezi okwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"speak the truth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ezi\",\n                \"okwu\"\n            ]\n        }\n    ],\n    \"ezi òmùme\": [\n        {\n            \"word\": \"ezi òmùme\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"good deeds; righteousness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ezi\",\n                \"òmùme\"\n            ]\n        }\n    ],\n    \"ezi ūdo\": [\n        {\n            \"word\": \"ezi ūdo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"perfect peace\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ezi\",\n                \"ùdo\"\n            ]\n        }\n    ],\n    \"n’ezi okwū\": [\n        {\n            \"word\": \"n’ezi okwū\",\n            \"wordClass\": \"PREP\",\n            \"definitions\": [\n                \"really; in reality; indeed; truly\",\n                \"(shortened to n’eziī) in truth; really; in reality; indeed; truly\",\n                \"really; in reality; indeed; truly\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ezi okwū bù ndù\",\n                    \"english\": \"Truth is life\"\n                },\n                {\n                    \"igbo\": \"Ọ bụlụ nà i kwūe ezi okwū agà m àgbaghàlụ gī\",\n                    \"english\": \"If you speak the truth I will forgive you\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ezi\",\n                \"nà\",\n                \"okwu\"\n            ]\n        }\n    ],\n    \"ezi\": [\n        {\n            \"word\": \"ezi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"goodness; truth; kindness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ezì ọfīa\": [\n        {\n            \"word\": \"ezì ọfīa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bushpig; Red River Hog (Choeropotamus porcus porcus L.)\",\n                \"bush pig; red river hog\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ezì\",\n                \"ọfịa\"\n            ]\n        }\n    ],\n    \"ọkwùlù ezì\": [\n        {\n            \"word\": \"ọkwùlù ezì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pawpaw; papaya\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ezì\",\n                \"ọkwùlù\"\n            ]\n        }\n    ],\n    \"ezì\": [\n        {\n            \"word\": \"ezì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pig; domestic pig; dirty person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ezi amā\": [\n        {\n            \"word\": \"ezi amā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"space in front of the compound outside the compound wall and beginning from the main gate; street\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"èzi \"\n            ]\n        }\n    ],\n    \"èzi īlo\": [\n        {\n            \"word\": \"èzi īlo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"precincts of a house\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"èzi \",\n                \"ìlo\"\n            ]\n        }\n    ],\n    \"èzi nà ụnò\": [\n        {\n            \"word\": \"èzi nà ụnò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"household headed by one man\",\n                \"household\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"èzi \",\n                \"ụnò\"\n            ]\n        }\n    ],\n    \"-nwe èzi nà ụnò\": [\n        {\n            \"word\": \"-nwe èzi nà ụnò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"become a householder\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"èzi \",\n                \"-nwe\"\n            ]\n        }\n    ],\n    \"-bọ èzi\": [\n        {\n            \"word\": \"-bọ èzi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"clear a path, road, of weeds\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"èzi \"\n            ]\n        }\n    ],\n    \"mbala ēzi\": [\n        {\n            \"word\": \"mbala ēzi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"compound inside walls (contrast ìlo)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"èzi \",\n                \"mbala\"\n            ]\n        }\n    ],\n    \"ọkpụ ezi ụzò\": [\n        {\n            \"word\": \"ọkpụ ezi ụzò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"middle of path or road; main road; permanent path\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"èzi \",\n                \"ọkpụ\",\n                \"ụzò\"\n            ]\n        }\n    ],\n    \"èzi \": [\n        {\n            \"word\": \"èzi \",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"outside or precincts of a house\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ezi\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"èzi\": [\n        {\n            \"word\": \"èzi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"menses\",\n                \"loan\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ezigbō\": [\n        {\n            \"word\": \"ezigbō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"good; true; kind\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ bù ezigbō mmādù\",\n                    \"english\": \"He is a good person\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"F\": [\n        {\n            \"word\": \"F\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"fa nà isi fā\": [\n        {\n            \"word\": \"fa nà isi fā\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"they themselves\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"fa\"\n            ]\n        }\n    ],\n    \"fa ncha\": [\n        {\n            \"word\": \"fa ncha\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"all of them\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"fa niīne\"\n            ],\n            \"stems\": [\n                \"fa\"\n            ]\n        }\n    ],\n    \"fa nwà\": [\n        {\n            \"word\": \"fa nwà\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"they, them (emphatic)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"fa\"\n            ]\n        }\n    ],\n    \"ǹkè fa\": [\n        {\n            \"word\": \"ǹkè fa\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"their; theirs\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ǹkè fa nwà\"\n            ],\n            \"stems\": [\n                \"fa\",\n                \"ǹkè\"\n            ]\n        }\n    ],\n    \"fa\": [\n        {\n            \"word\": \"fa\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"(independent; 3rd pers. pl.) they; them; their\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-fabà (or -fàbà)\": [\n        {\n            \"word\": \"-fabà (or -fàbà)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"squeeze into\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fa\"\n            ]\n        }\n    ],\n    \"-fabàsị (or -fàbàsị)\": [\n        {\n            \"word\": \"-fabàsị (or -fàbàsị)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stuff, squeeze into (e.g. crowded room)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fa\"\n            ]\n        }\n    ],\n    \"-faghalị\": [\n        {\n            \"word\": \"-faghalị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stuff from one position to another\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fa\"\n            ]\n        }\n    ],\n    \"-fanye\": [\n        {\n            \"word\": \"-fanye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stuff in between (two objects)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fa\"\n            ]\n        }\n    ],\n    \"-fata\": [\n        {\n            \"word\": \"-fata\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"squeeze\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fa\"\n            ]\n        }\n    ],\n    \"-fa\": [\n        {\n            \"word\": \"-fa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stuff; crowed; squeeze (compare -fà)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-fàdo\": [\n        {\n            \"word\": \"-fàdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stuff, crowd, squeeze in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fà\"\n            ]\n        }\n    ],\n    \"-fànye aka n’ụkwụ\": [\n        {\n            \"word\": \"-fànye aka n’ụkwụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fold hands; clasp hands between knees; sit with one's hands in one's lap; sit idle\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fà\"\n            ]\n        }\n    ],\n    \"-fàpù (or -fapù)\": [\n        {\n            \"word\": \"-fàpù (or -fapù)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"ease, by removing some part\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fà\"\n            ]\n        }\n    ],\n    \"-fàpùsị (or -fapùsị)\": [\n        {\n            \"word\": \"-fàpùsị (or -fapùsị)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"remove with difficulty from a crowded place; squeeze out\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fà\"\n            ]\n        }\n    ],\n    \"-fà\": [\n        {\n            \"word\": \"-fà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stuff; crowd; squeeze (compare -fa)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ndị Fada\": [\n        {\n            \"word\": \"ndị Fada\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Catholic fathers; Catholics\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"Fada\"\n            ]\n        }\n    ],\n    \"Ukà Fada\": [\n        {\n            \"word\": \"Ukà Fada\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Roman Catholic Church\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"Fada\"\n            ]\n        }\n    ],\n    \"Fada\": [\n        {\n            \"word\": \"Fada\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Roman Catholic priest, father (English Father)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òfufe\": [\n        {\n            \"word\": \"òfufe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"flight (of birds, flies, aeroplanes)\",\n                \"sprinkling; casting; throwing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fe\"\n            ]\n        }\n    ],\n    \"-febà\": [\n        {\n            \"word\": \"-febà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fly in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fe\"\n            ]\n        }\n    ],\n    \"-febàta\": [\n        {\n            \"word\": \"-febàta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fly over into\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fe\"\n            ]\n        }\n    ],\n    \"-fedà\": [\n        {\n            \"word\": \"-fedà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fly down\",\n                \"throw down\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fe\"\n            ]\n        }\n    ],\n    \"-fedàta\": [\n        {\n            \"word\": \"-fedàta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fly down (towards)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fe\"\n            ]\n        }\n    ],\n    \"-fefè\": [\n        {\n            \"word\": \"-fefè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fly across\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fe\"\n            ]\n        }\n    ],\n    \"mfefè\": [\n        {\n            \"word\": \"mfefè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"flying across\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fe\"\n            ]\n        }\n    ],\n    \"-fefèga\": [\n        {\n            \"word\": \"-fefèga\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fly across\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fe\"\n            ]\n        }\n    ],\n    \"-fefù\": [\n        {\n            \"word\": \"-fefù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fly away out of sight\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fe\"\n            ]\n        }\n    ],\n    \"-fega\": [\n        {\n            \"word\": \"-fega\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fly over to\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fe\"\n            ]\n        }\n    ],\n    \"-fego\": [\n        {\n            \"word\": \"-fego\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fly upwards\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fe\"\n            ]\n        }\n    ],\n    \"-feghalị\": [\n        {\n            \"word\": \"-feghalị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fly about\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fe\"\n            ]\n        }\n    ],\n    \"-fekwu\": [\n        {\n            \"word\": \"-fekwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fly to\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fe\"\n            ]\n        }\n    ],\n    \"-fenaba\": [\n        {\n            \"word\": \"-fenaba\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fly home\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fe\"\n            ]\n        }\n    ],\n    \"-feni\": [\n        {\n            \"word\": \"-feni\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fly up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fe\"\n            ]\n        }\n    ],\n    \"mfeni\": [\n        {\n            \"word\": \"mfeni\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"flying up; flight\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fe\"\n            ]\n        }\n    ],\n    \"-feniri\": [\n        {\n            \"word\": \"-feniri\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fly up; spring up quickly\",\n                \"fly up (with the idea of abruptness or suddenness)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Egbe m jèkò ịgbā egbè èfenirigo\",\n                    \"english\": \"The hawk I was going to shoot has flown away\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-fe\",\n                \"-rị\"\n            ]\n        }\n    ],\n    \"-fenye\": [\n        {\n            \"word\": \"-fenye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fly into\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fe\"\n            ]\n        }\n    ],\n    \"-fepù\": [\n        {\n            \"word\": \"-fepù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"blow away (of wind\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fe\"\n            ]\n        }\n    ],\n    \"-fesà\": [\n        {\n            \"word\": \"-fesà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fly in all directions\",\n                \"sprinkle all over; splash\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fe\"\n            ]\n        }\n    ],\n    \"-fe ùfe\": [\n        {\n            \"word\": \"-fe ùfe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fe\",\n                \"ùfe\"\n            ]\n        }\n    ],\n    \"mfe\": [\n        {\n            \"word\": \"mfe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"lightness; ease\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùfe\": [\n        {\n            \"word\": \"ùfe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"flight (-fe 1. fly)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụgbọ nā-efe ēfe\": [\n        {\n            \"word\": \"ụgbọ nā-efe ēfe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"aeroplane\",\n                \"blow (of wind); fan; flutter; wave; flap\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ufèlè nà-èfe ēfe\",\n                    \"english\": \"The wind is blowing\"\n                },\n                {\n                    \"igbo\": \"Ibe akwà nà-èfe n’ìkùkù\",\n                    \"english\": \"The cloth is fluttering in the breeze\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-fe\",\n                \"ụgbọ\"\n            ]\n        }\n    ],\n    \"-fe azịlịza\": [\n        {\n            \"word\": \"-fe azịlịza\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fan (oneself or another)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fe\"\n            ]\n        }\n    ],\n    \"-fecha\": [\n        {\n            \"word\": \"-fecha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"flap (wing, to dry it)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fe\"\n            ]\n        }\n    ],\n    \"-fe ọkụ\": [\n        {\n            \"word\": \"-fe ọkụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fan fire\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fe\"\n            ]\n        }\n    ],\n    \"-fe ụkwụ\": [\n        {\n            \"word\": \"-fe ụkwụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dangle leg(s)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fe\"\n            ]\n        }\n    ],\n    \"-fe mmilī\": [\n        {\n            \"word\": \"-fe mmilī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"drive away rain\",\n                \"sprinkle water\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fe\",\n                \"mmilī\"\n            ]\n        }\n    ],\n    \"-fe mkpụlū\": [\n        {\n            \"word\": \"-fe mkpụlū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"scatter seeds\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fe\"\n            ]\n        }\n    ],\n    \"-fe ǹzà\": [\n        {\n            \"word\": \"-fe ǹzà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cast lots\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"E fèlù ǹzà, ǹz.a wèe ma Òkèchukwu\",\n                    \"english\": \"They cast lots; the lot fell on Okechukwu\"\n                },\n                {\n                    \"igbo\": \"Ànyị gà-èfe ǹzà\",\n                    \"english\": \"We shall cast lots\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-fe\",\n                \"ǹzà\"\n            ]\n        }\n    ],\n    \"-fesàsị\": [\n        {\n            \"word\": \"-fesàsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sprinkle completely\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fe\"\n            ]\n        }\n    ],\n    \"-fe ọlụ\": [\n        {\n            \"word\": \"-fe ọlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"superintend work (shortened from -nefe look over)\",\n                \"superintend work\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fe\",\n                \"ọlụ\"\n            ]\n        }\n    ],\n    \"-fe\": [\n        {\n            \"word\": \"-fe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fly;\",\n                \"sprinkle; cast; throw (especially many objects)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òfùfè\": [\n        {\n            \"word\": \"òfùfè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"service; worship; adoration\",\n                \"crossing; passing\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O fègo\",\n                    \"english\": \"He has passed\"\n                },\n                {\n                    \"igbo\": \"Ogè efègo\",\n                    \"english\": \"The time has long passed\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-fè\"\n            ]\n        }\n    ],\n    \"òfùfè nrù\": [\n        {\n            \"word\": \"òfùfè nrù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"church service; religious worship\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fè\"\n            ]\n        }\n    ],\n    \"-fè alūsị\": [\n        {\n            \"word\": \"-fè alūsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"serve a divinity\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fè\"\n            ]\n        }\n    ],\n    \"-fèga ọfịa\": [\n        {\n            \"word\": \"-fèga ọfịa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"prepare forest for planting by propitiating the spirits (or gods) concerned\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fè\",\n                \"ọfịa\"\n            ]\n        }\n    ],\n    \"-fè ǹrù\": [\n        {\n            \"word\": \"-fè ǹrù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pay homage, especially present gifts in traditional style to ọkpala\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fè\"\n            ]\n        }\n    ],\n    \"-fè èfè\": [\n        {\n            \"word\": \"-fè èfè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be contagious or infectious\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fè\"\n            ]\n        }\n    ],\n    \"-fè ofè\": [\n        {\n            \"word\": \"-fè ofè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be excessive (less common than -ri nnē)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fè\"\n            ]\n        }\n    ],\n    \"-fè ogwè\": [\n        {\n            \"word\": \"-fè ogwè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cross a bridge\",\n                \"limb (as compared with a tree-trunk)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fè\",\n                \"ogwè\"\n            ]\n        }\n    ],\n    \"-fè okè\": [\n        {\n            \"word\": \"-fè okè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"surpass; pass the bounds\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fè\",\n                \"okè\"\n            ]\n        }\n    ],\n    \"-fètabà\": [\n        {\n            \"word\": \"-fètabà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cross over (someone else's area)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ifētàbà okè adīrọ mmā\",\n                    \"english\": \"Exceeding the limit is not good\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-fè\"\n            ]\n        }\n    ],\n    \"-fètaba\": [\n        {\n            \"word\": \"-fètaba\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"begin to cross over\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fè\"\n            ]\n        }\n    ],\n    \"-fè\": [\n        {\n            \"word\": \"-fè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"worship; serve\",\n                \"cross over; pass\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O fèlù mmilī\",\n                    \"english\": \"He crossed the river\"\n                },\n                {\n                    \"igbo\": \"O fèlù m n’ụzò\",\n                    \"english\": \"He passed me on the way\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-fe-nì\": [\n        {\n            \"word\": \"-fe-nì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dry up, wither, become emaciated (of plants or people)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-fi aka n’anya\": [\n        {\n            \"word\": \"-fi aka n’anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be wary; be careful\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fi\"\n            ]\n        }\n    ],\n    \"-ficha\": [\n        {\n            \"word\": \"-ficha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wipe (smaller amount than -kwọcha)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fi\"\n            ]\n        }\n    ],\n    \"-fichapù\": [\n        {\n            \"word\": \"-fichapù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wipe off\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Fichàpù ètùm dī n’àrụ akwà afù\",\n                    \"english\": \"brush off the dust on that cloth\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-fi\"\n            ]\n        }\n    ],\n    \"-fichasị\": [\n        {\n            \"word\": \"-fichasị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wipe thoroughly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fi\"\n            ]\n        }\n    ],\n    \"-filì\": [\n        {\n            \"word\": \"-filì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"press, rub hard so as to break into pieces; crush with hand or foot\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fi\"\n            ]\n        }\n    ],\n    \"-fido\": [\n        {\n            \"word\": \"-fido\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"support\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fi\"\n            ]\n        }\n    ],\n    \"-fili\": [\n        {\n            \"word\": \"-fili\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"support\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fi\",\n                \"-li\"\n            ]\n        }\n    ],\n    \"-fili isi\": [\n        {\n            \"word\": \"-fili isi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rest the head\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fi\"\n            ]\n        }\n    ],\n    \"ofili isī\": [\n        {\n            \"word\": \"ofili isī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pillow\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fi\",\n                \"isi\",\n                \"ofili\"\n            ]\n        }\n    ],\n    \"-fi\": [\n        {\n            \"word\": \"-fi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wipe by pressing\",\n                \"support\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òfifie\": [\n        {\n            \"word\": \"òfifie\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"binding\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fie\"\n            ]\n        }\n    ],\n    \"-fiedo\": [\n        {\n            \"word\": \"-fiedo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make fast with a cloth or belt\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O fìèdò ǹnwa n’ukwù\",\n                    \"english\": \"she tied a child on her back\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-fie\"\n            ]\n        }\n    ],\n    \"-fiedosi ike\": [\n        {\n            \"word\": \"-fiedosi ike\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tighten\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fie\",\n                \"ike\"\n            ]\n        }\n    ],\n    \"-fiegbu (-figbu)\": [\n        {\n            \"word\": \"-fiegbu (-figbu)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"strangle\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fie\"\n            ]\n        }\n    ],\n    \"-fiekọ\": [\n        {\n            \"word\": \"-fiekọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tie together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fie\"\n            ]\n        }\n    ],\n    \"-fierube\": [\n        {\n            \"word\": \"-fierube\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"gird, tie around\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fie\"\n            ]\n        }\n    ],\n    \"ife mfiedo\": [\n        {\n            \"word\": \"ife mfiedo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"girdle; belt\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fie\",\n                \"ife\"\n            ]\n        }\n    ],\n    \"-fieta ngò\": [\n        {\n            \"word\": \"-fieta ngò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"receive back bride-price from wife's relations\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fie\",\n                \"ngò\"\n            ]\n        }\n    ],\n    \"-fie ụgwō\": [\n        {\n            \"word\": \"-fie ụgwō\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"demand payment of a debt\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fie\",\n                \"ụgwō\"\n            ]\n        }\n    ],\n    \"-fie\": [\n        {\n            \"word\": \"-fie\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bind; tie; gird\",\n                \"demand\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-fìè\": [\n        {\n            \"word\": \"-fìè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"miss (most often used as 2nd element in compound verb)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ife afīa nne āyị gòtàlù fìèlù m\",\n                    \"english\": \"The goodies which mother bought missed me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-fị afị\": [\n        {\n            \"word\": \"-fị afị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be withered, shrivelled\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fị\"\n            ]\n        }\n    ],\n    \"-fịkọ\": [\n        {\n            \"word\": \"-fịkọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dry together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fị\"\n            ]\n        }\n    ],\n    \"-fịkpọ\": [\n        {\n            \"word\": \"-fịkpọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dry up; wither and break\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-fịkpa\"\n            ],\n            \"stems\": [\n                \"-fị\"\n            ]\n        }\n    ],\n    \"-fịnwụ\": [\n        {\n            \"word\": \"-fịnwụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wither; shrivel up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fị\"\n            ]\n        }\n    ],\n    \"òfịfị\": [\n        {\n            \"word\": \"òfịfị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"twisting\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fị\"\n            ]\n        }\n    ],\n    \"-fịcha\": [\n        {\n            \"word\": \"-fịcha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wring\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fị\"\n            ]\n        }\n    ],\n    \"-fịghalị\": [\n        {\n            \"word\": \"-fịghalị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"twist\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fị\"\n            ]\n        }\n    ],\n    \"-fị ùdò\": [\n        {\n            \"word\": \"-fị ùdò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"braid rope\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fị\",\n                \"ùdò\"\n            ]\n        }\n    ],\n    \"-fị\": [\n        {\n            \"word\": \"-fị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dry up; wither\",\n                \"twist; wring; braid\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-tụfì\": [\n        {\n            \"word\": \"-tụfì\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"be entangled (also -tụsì)\",\n                \"be entangled; wind; curl; entangle (literally throw and entangle)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fì\",\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-fì\": [\n        {\n            \"word\": \"-fì\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mfịa ārụ\": [\n        {\n            \"word\": \"mfịa ārụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"adversity; distress; hardship; want; poverty\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fịa\"\n            ]\n        }\n    ],\n    \"-chìfìà\": [\n        {\n            \"word\": \"-chìfìà\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"rub, scrub, off\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fịa\"\n            ]\n        }\n    ],\n    \"-kọfịa\": [\n        {\n            \"word\": \"-kọfịa\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"scratch, pick off\",\n                \"rub skin off hand\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fịa\",\n                \"-kọ\"\n            ]\n        }\n    ],\n    \"-fịa\": [\n        {\n            \"word\": \"-fịa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be difficult\",\n                \"off\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-fịọ ùzù\": [\n        {\n            \"word\": \"-fịọ ùzù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make quarrelsome noise; quarrel noisily; make tumultous noise\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-shọ ùzù\"\n            ],\n            \"stems\": [\n                \"-fịọ\",\n                \"ùzù\"\n            ]\n        }\n    ],\n    \"-fịọ\": [\n        {\n            \"word\": \"-fịọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make a noise (by large number of people); make tumultuous noise1\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-shọ\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"fịòfịò\": [\n        {\n            \"word\": \"fịòfịò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pigeon pea (Cajanus cajan (Linn.) Millsp.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"shọòshọò\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"òfifo\": [\n        {\n            \"word\": \"òfifo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"breaking (of day)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Chi èfogo\",\n                    \"english\": \"Day has dawned\"\n                }\n            ],\n            \"variations\": [\n                \"òfufo\"\n            ],\n            \"stems\": [\n                \"-fo\"\n            ]\n        }\n    ],\n    \"òfufo chī\": [\n        {\n            \"word\": \"òfufo chī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dawn\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fo\"\n            ]\n        }\n    ],\n    \"-fosà\": [\n        {\n            \"word\": \"-fosà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"become fully light (of day)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Chi ēfosàgo\",\n                    \"english\": \"Daylight has come fully\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-fo\"\n            ]\n        }\n    ],\n    \"-fosàsị\": [\n        {\n            \"word\": \"-fosàsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be bright (of daylight)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Chi ēfosàsịgo\",\n                    \"english\": \"The daylight is bright and strong\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-fo\"\n            ]\n        }\n    ],\n    \"ōfufo\": [\n        {\n            \"word\": \"ōfufo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"period of daybreak as light grows stronger\",\n                \"be open, clear\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fo\"\n            ]\n        }\n    ],\n    \"-focha\": [\n        {\n            \"word\": \"-focha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"clear (a space)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fo\"\n            ]\n        }\n    ],\n    \"-fochapù\": [\n        {\n            \"word\": \"-fochapù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"clear away\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fo\"\n            ]\n        }\n    ],\n    \"-fo iru\": [\n        {\n            \"word\": \"-fo iru\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be open, clear, spacious\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fo\",\n                \"iru\"\n            ]\n        }\n    ],\n    \"àrụ ōfufo\": [\n        {\n            \"word\": \"àrụ ōfufo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"freedom from care; security; case\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fo\"\n            ]\n        }\n    ],\n    \"òfufo\": [\n        {\n            \"word\": \"òfufo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"mentioning\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fo\"\n            ]\n        }\n    ],\n    \"-fo\": [\n        {\n            \"word\": \"-fo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"break (of day)\",\n                \"mention\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-fọdụ\": [\n        {\n            \"word\": \"-fọdụ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"be left; remain over\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fọ\"\n            ]\n        }\n    ],\n    \"-fọdụga\": [\n        {\n            \"word\": \"-fọdụga\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"remain in different places\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fọ\"\n            ]\n        }\n    ],\n    \"-fọ sò ọkpụkpụ\": [\n        {\n            \"word\": \"-fọ sò ọkpụkpụ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"be very emaciated\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àdâ tàsìàlù fọ sò ọkpụkpụ\",\n                    \"english\": \"Ada is very emaciated, or Ada is nothing but skin and bones. (Lit. Ada has become emaciated; what remains of her is only bones)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-fọ\",\n                \"ọkpụkpụ\",\n                \"-sọ\"\n            ]\n        }\n    ],\n    \"-fọ\": [\n        {\n            \"word\": \"-fọ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"remain; be left over (compare -gbọ 3.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-fọnye\": [\n        {\n            \"word\": \"-fọnye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"put, squeeze into pocket, bag, etc.\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-àfọnye jī n’ime àkpà\",\n                    \"english\": \"He is putting yams into the bag\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-fọ-\"\n            ]\n        }\n    ],\n    \"-fọpùta\": [\n        {\n            \"word\": \"-fọpùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take out from pocket, bag, etc.\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ mànyèlù aka n’àkpà fọpùta ọjị naàbò\",\n                    \"english\": \"He dipped his hand into his pocket and brought out two kolanuts\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-fọ-\"\n            ]\n        }\n    ],\n    \"-fọ-\": [\n        {\n            \"word\": \"-fọ-\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"put (in or out); take out from; put, squeeze, insert into (bag, pocket, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òfùfù\": [\n        {\n            \"word\": \"òfùfù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"loss\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"mfù\"\n            ],\n            \"stems\": [\n                \"-fù\"\n            ]\n        }\n    ],\n    \"-fù èfù\": [\n        {\n            \"word\": \"-fù èfù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lose; go astray; be lost\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fù\"\n            ]\n        }\n    ],\n    \"-fùghalịba\": [\n        {\n            \"word\": \"-fùghalịba\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wander about\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fù\"\n            ]\n        }\n    ],\n    \"-fumìna\": [\n        {\n            \"word\": \"-fumìna\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be lost in such a way that the probability of being recovered is very low\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ego afù èfumìnago\",\n                    \"english\": \"The money has been totally lost\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-fù\"\n            ]\n        }\n    ],\n    \"-fùnarị\": [\n        {\n            \"word\": \"-fùnarị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wander from; be lost from\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Akwụkwọ m#efùnarịgo m#\",\n                    \"english\": \"I have lost my book (literally My book is lost from me)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-fù\"\n            ]\n        }\n    ],\n    \"-fùru\": [\n        {\n            \"word\": \"-fùru\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be lost\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àda efùrugo\",\n                    \"english\": \"Ada is lost\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-fù\",\n                \"-rị\"\n            ]\n        }\n    ],\n    \"-fù ụzò\": [\n        {\n            \"word\": \"-fù ụzò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lose one's way\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Efùlù m ụzò\",\n                    \"english\": \"I lost my way\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-fù\",\n                \"ụzò\"\n            ]\n        }\n    ],\n    \"-fùcha\": [\n        {\n            \"word\": \"-fùcha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"winnow thoroughly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fù\"\n            ]\n        }\n    ],\n    \"-fùkpọ\": [\n        {\n            \"word\": \"-fùkpọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"blow until (it) bursts\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fù\"\n            ]\n        }\n    ],\n    \"-fùnye ume\": [\n        {\n            \"word\": \"-fùnye ume\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"inflate\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fù\",\n                \"ume\"\n            ]\n        }\n    ],\n    \"-fùnyụ\": [\n        {\n            \"word\": \"-fùnyụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"blow out a light\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fù\"\n            ]\n        }\n    ],\n    \"-fùnwu\": [\n        {\n            \"word\": \"-fùnwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"light fire; kindle by blowing; raise light\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fù\"\n            ]\n        }\n    ],\n    \"-fùnwu ọkụ\": [\n        {\n            \"word\": \"-fùnwu ọkụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"light a fire by blowing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fù\",\n                \"ọkụ\"\n            ]\n        }\n    ],\n    \"-fù ọkụ\": [\n        {\n            \"word\": \"-fù ọkụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"blow fire\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fù\",\n                \"ọkụ\"\n            ]\n        }\n    ],\n    \"-fùwa\": [\n        {\n            \"word\": \"-fùwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"puff, burst (as bag)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fù\"\n            ]\n        }\n    ],\n    \"-fù\": [\n        {\n            \"word\": \"-fù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lose; get lost\",\n                \"blow; puff; swell\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Akwụkwọ m#efùgo\",\n                    \"english\": \"My book is lost\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-fufè isi\": [\n        {\n            \"word\": \"-fufè isi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shake the head\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fu-fè\",\n                \"isi\"\n            ]\n        }\n    ],\n    \"-fu-fè\": [\n        {\n            \"word\": \"-fu-fè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shake\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"fụ ǹdụù\": [\n        {\n            \"word\": \"fụ ǹdụù\",\n            \"wordClass\": \"ADV\",\n            \"definitions\": [\n                \"just now, immediately\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bikō, achòlù m kà ị bịa fù ǹdụù\",\n                    \"english\": \"Please, I want you to come just now\"\n                }\n            ],\n            \"variations\": [\n                \"fụ kịtaà\"\n            ],\n            \"stems\": [\n                \"fụ\"\n            ]\n        }\n    ],\n    \"fụ\": [\n        {\n            \"word\": \"fụ\",\n            \"wordClass\": \"ADV\",\n            \"definitions\": [\n                \"(has tone opposite to that of the preceding syllable) just; just now; right; very\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Èbeē kà i bīfù?\",\n                    \"english\": \"Where do you live now?\"\n                }\n            ],\n            \"variations\": [\n                \"fù\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"òfụfụ\": [\n        {\n            \"word\": \"òfụfụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"seeing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fụ\"\n            ]\n        }\n    ],\n    \"-fụcha(sị)\": [\n        {\n            \"word\": \"-fụcha(sị)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"see all; see clearly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fụ\"\n            ]\n        }\n    ],\n    \"-fụchata\": [\n        {\n            \"word\": \"-fụchata\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be curious, inquisitive\",\n                \"be inquisitive, nosy\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Achò m kà ị fụtalụ m nwaànyị dī mmā\",\n                    \"english\": \"I want you to help me find a good woman (i.e. with intention to follow up the information gained)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-fụ\",\n                \"-ta \"\n            ]\n        }\n    ],\n    \"mfụchata\": [\n        {\n            \"word\": \"mfụchata\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"curiosity; inquisitiveness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fụ\"\n            ]\n        }\n    ],\n    \"-fụdà\": [\n        {\n            \"word\": \"-fụdà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"see to the end\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fụ\"\n            ]\n        }\n    ],\n    \"-fụ ìnyègè\": [\n        {\n            \"word\": \"-fụ ìnyègè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"see faintly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fụ\",\n                \"ìnyègè\"\n            ]\n        }\n    ],\n    \"-fụjọ\": [\n        {\n            \"word\": \"-fụjọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be evil-disposed to; dislike\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fụ\"\n            ]\n        }\n    ],\n    \"-fụkọ\": [\n        {\n            \"word\": \"-fụkọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"see together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fụ\"\n            ]\n        }\n    ],\n    \"-fụlụ\": [\n        {\n            \"word\": \"-fụlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"discover a fault\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fụ\"\n            ]\n        }\n    ],\n    \"-fụlụlụ\": [\n        {\n            \"word\": \"-fụlụlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"spy on\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fụ\"\n            ]\n        }\n    ],\n    \"-fụmì\": [\n        {\n            \"word\": \"-fụmì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"see to the bottom (literally and fig.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fụ\"\n            ]\n        }\n    ],\n    \"ịfūnàanya\": [\n        {\n            \"word\": \"ịfūnàanya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"love; liking; fondness (see -fụ 1.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-fụnarị\": [\n        {\n            \"word\": \"-fụnarị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"see more (than another person)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fụ\"\n            ]\n        }\n    ],\n    \"-fụ ọfù\": [\n        {\n            \"word\": \"-fụ ọfù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"see vision\",\n                \"see a vision; prophesy\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fụ\",\n                \"ọfù\"\n            ]\n        }\n    ],\n    \"-fụta\": [\n        {\n            \"word\": \"-fụta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"find\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fụ\",\n                \"-ta \"\n            ]\n        }\n    ],\n    \"-fụtè\": [\n        {\n            \"word\": \"-fụtè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"see afar off\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fụ\"\n            ]\n        }\n    ],\n    \"-fụ ụzò\": [\n        {\n            \"word\": \"-fụ ụzò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"see clearly; be transparent\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fụ\",\n                \"ụzò\"\n            ]\n        }\n    ],\n    \"-fụwa\": [\n        {\n            \"word\": \"-fụwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"see clearly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fụ\"\n            ]\n        }\n    ],\n    \"-fụzù\": [\n        {\n            \"word\": \"-fụzù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"see all\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fụ\"\n            ]\n        }\n    ],\n    \"òfụfụ anya ụzò\": [\n        {\n            \"word\": \"òfụfụ anya ụzò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sight\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fụ\"\n            ]\n        }\n    ],\n    \"-fụ ùfụ\": [\n        {\n            \"word\": \"-fụ ùfụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hurt\",\n                \"be painful, distressing\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ukwụ nà-àfụ m#ụfụ\",\n                    \"english\": \"My leg is hurting me\"\n                },\n                {\n                    \"igbo\": \"Ọgwū nā-ata m nà mkpịsị akā nà-àfụ m ùfụ\",\n                    \"english\": \"The whitlow on my finger is hurting me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-fụ\",\n                \"ùfụ\"\n            ]\n        }\n    ],\n    \"-fụ ji\": [\n        {\n            \"word\": \"-fụ ji\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"peel yam (usually cooked)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-fụ\",\n                \"ji\"\n            ]\n        }\n    ],\n    \"-fụ\": [\n        {\n            \"word\": \"-fụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"see; find (no vowel suffix)\",\n                \"hurt (intr.)\",\n                \"peel\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"fù\": [\n        {\n            \"word\": \"fù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-fụ-kò\": [\n        {\n            \"word\": \"-fụ-kò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"crumple; rumple\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"G\": [\n        {\n            \"word\": \"G\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ga\": [\n        {\n            \"word\": \"ga\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"optional plural marker know\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ògịga\": [\n        {\n            \"word\": \"ògịga\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"a pass; passing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ga\"\n            ]\n        }\n    ],\n    \"-ga àzụ\": [\n        {\n            \"word\": \"-ga àzụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be retrogressive, not making good progress\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ga\"\n            ]\n        }\n    ],\n    \"-gabìdo\": [\n        {\n            \"word\": \"-gabìdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go in front and intercept\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ga\"\n            ]\n        }\n    ],\n    \"-gabìga (compare - gafèga)\": [\n        {\n            \"word\": \"-gabìga (compare - gafèga)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go in front of; overtake\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ga\"\n            ]\n        }\n    ],\n    \"ngabìga\": [\n        {\n            \"word\": \"ngabìga\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"passing over; Passover\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ga\"\n            ]\n        }\n    ],\n    \"-gabulu n’iru\": [\n        {\n            \"word\": \"-gabulu n’iru\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go before, carrying something\",\n                \"go before\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ga\",\n                \"iru\"\n            ]\n        }\n    ],\n    \"-gadobe\": [\n        {\n            \"word\": \"-gadobe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stop moving\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-gadebe\"\n            ],\n            \"stems\": [\n                \"-ga\"\n            ]\n        }\n    ],\n    \"-gadòbe\": [\n        {\n            \"word\": \"-gadòbe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"move nearer\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-gadèbe\"\n            ],\n            \"stems\": [\n                \"-ga\"\n            ]\n        }\n    ],\n    \"-gafè\": [\n        {\n            \"word\": \"-gafè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cross; pass (away, over, through)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ga\"\n            ]\n        }\n    ],\n    \"-gafèga\": [\n        {\n            \"word\": \"-gafèga\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go in front of; overtake\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ga\"\n            ]\n        }\n    ],\n    \"-gafè okè\": [\n        {\n            \"word\": \"-gafè okè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be in excess\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ife gafèlù okè dì njọ\",\n                    \"english\": \"Enough is as good as a feast\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ga\",\n                \"okè\"\n            ]\n        }\n    ],\n    \"-gafèta\": [\n        {\n            \"word\": \"-gafèta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"come over\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ga\"\n            ]\n        }\n    ],\n    \"-gaghalị\": [\n        {\n            \"word\": \"-gaghalị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wander; stroll\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ga\"\n            ]\n        }\n    ],\n    \"-gakọ\": [\n        {\n            \"word\": \"-gakọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pass towards\",\n                \"thread, string (together)\",\n                \"bring together with thread (e.g. beads)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-àgakọ jìgìda\",\n                    \"english\": \"She is threading the waistbeads together\"\n                },\n                {\n                    \"igbo\": \"Ànyị nà-àchọ ịgbākọ mmilī màkà echi\",\n                    \"english\": \"We want to draw water into a large container for tomorrow (literally fetch water together)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ga\",\n                \"-kọ\"\n            ]\n        }\n    ],\n    \"-ga(lụ) aga\": [\n        {\n            \"word\": \"-ga(lụ) aga\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be past; ago\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ga\"\n            ]\n        }\n    ],\n    \"arō gālụ aga\": [\n        {\n            \"word\": \"arō gālụ aga\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"last year\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ mùlù èjìma n'arō gālụ aga\",\n                    \"english\": \"She gave birth to twins last year\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ga\"\n            ]\n        }\n    ],\n    \"ife gālụ aga\": [\n        {\n            \"word\": \"ife gālụ aga\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"past event; past thing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ga\",\n                \"ife\"\n            ]\n        }\n    ],\n    \"ọnwa gālụ aga\": [\n        {\n            \"word\": \"ọnwa gālụ aga\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"last month\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ bìàlù ebe à n’ọnwa gālụ aga\",\n                    \"english\": \"He came here last month\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ga\"\n            ]\n        }\n    ],\n    \"ụkā gālụ aga\": [\n        {\n            \"word\": \"ụkā gālụ aga\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"last week\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ga\",\n                \"ụkà\"\n            ]\n        }\n    ],\n    \"-gamì\": [\n        {\n            \"word\": \"-gamì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go in; pass deeply; travel inland\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ga\"\n            ]\n        }\n    ],\n    \"-ga n’iru\": [\n        {\n            \"word\": \"-ga n’iru\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go forward; go in front; progress\",\n                \"go forward; go in front; progress; be progressive\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ga\",\n                \"iru\"\n            ]\n        }\n    ],\n    \"ịgāniiru\": [\n        {\n            \"word\": \"ịgāniiru\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"progress\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ga\"\n            ]\n        }\n    ],\n    \"ògàniiru\": [\n        {\n            \"word\": \"ògàniiru\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"progress\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ga\",\n                \"iru\"\n            ]\n        }\n    ],\n    \"-ga òfụma\": [\n        {\n            \"word\": \"-ga òfụma\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"prosper; succeed; go well\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ga\",\n                \"òfụma\"\n            ]\n        }\n    ],\n    \"-garube\": [\n        {\n            \"word\": \"-garube\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"surround; go round\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ga\"\n            ]\n        }\n    ],\n    \"-garụka\": [\n        {\n            \"word\": \"-garụka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go a short distance; go aside (especially for discussion)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ga\"\n            ]\n        }\n    ],\n    \"-gata\": [\n        {\n            \"word\": \"-gata\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pass here (towards speaker)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nye m efè kà m gata\",\n                    \"english\": \"Let me pass!\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ga\"\n            ]\n        }\n    ],\n    \"-gatè aka\": [\n        {\n            \"word\": \"-gatè aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go far away\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ga\"\n            ]\n        }\n    ],\n    \"-gawa\": [\n        {\n            \"word\": \"-gawa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pass, go, straight on\",\n                \"go further, straight on\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àrụ nsògbu yā nà-àgawanye n’iru\",\n                    \"english\": \"His illness is becoming worse (literally going further and further)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ga\",\n                \"-wa\"\n            ]\n        }\n    ],\n    \"-gawaga\": [\n        {\n            \"word\": \"-gawaga\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pass, go, straight on\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ga\"\n            ]\n        }\n    ],\n    \"-gawalụ\": [\n        {\n            \"word\": \"-gawalụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go away\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ga\"\n            ]\n        }\n    ],\n    \"-gazù\": [\n        {\n            \"word\": \"-gazù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go through\",\n                \"be beyond; be farther off\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ga\"\n            ]\n        }\n    ],\n    \"-gabìga\": [\n        {\n            \"word\": \"-gabìga\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"come round to intercept someone\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ga\"\n            ]\n        }\n    ],\n    \"-kpụmìga\": [\n        {\n            \"word\": \"-kpụmìga\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"move farther off\",\n                \"draw farther\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bikō kpụmìga!\",\n                    \"english\": \"Please move farther off!\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ga\",\n                \"-kpụ\"\n            ]\n        }\n    ],\n    \"-gado\": [\n        {\n            \"word\": \"-gado\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hold together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ga\"\n            ]\n        }\n    ],\n    \"-ga\": [\n        {\n            \"word\": \"-ga\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go; pass; move\",\n                \"thread (so as to hold together\",\n                \"(probably originates from -ga 1.) marks the future verb forms\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bikō mèghe ụzò kà nne ānyị wèlu fụ ụzò ga ife onu#ya\",\n                    \"english\": \"Please open the door so as to allow our mother to see well to thread her necklace\"\n                },\n                {\n                    \"igbo\": \"Chikē gà-àbịa\",\n                    \"english\": \"Chike will come (future affirmative)\"\n                },\n                {\n                    \"igbo\": \"Chikē agā-abịa\",\n                    \"english\": \"Chike will not come (future negative)\"\n                },\n                {\n                    \"igbo\": \"Chikē gà na-ègo jī\",\n                    \"english\": \"Chikē will be (habitually) buying yams (future progressive affirmative)\"\n                },\n                {\n                    \"igbo\": \"Ụzò kpùchìsìlì ụnò ya, mmilī agā naabā yā\",\n                    \"english\": \"Ụzọ roofed his house so that rain might not come in (future progressive negative)\"\n                },\n                {\n                    \"igbo\": \"Chikē gà-ègogo jī\",\n                    \"english\": \"Chike will/must have bought yams (future perfect, affirmative)\"\n                },\n                {\n                    \"igbo\": \"Chikē gà na-ègogo jī\",\n                    \"english\": \"Chike will/must have been (habitually) buying yams (future progressive perfect affirmative)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-gà mbọ\": [\n        {\n            \"word\": \"-gà mbọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"scratch with nails\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gà\",\n                \"mbọ\"\n            ]\n        }\n    ],\n    \"-ga-cha\": [\n        {\n            \"word\": \"-ga-cha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take off\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gà\"\n            ]\n        }\n    ],\n    \"-gachata\": [\n        {\n            \"word\": \"-gachata\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"snatch off\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gà\"\n            ]\n        }\n    ],\n    \"-gà\": [\n        {\n            \"word\": \"-gà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gàla ngàla\": [\n        {\n            \"word\": \"-gàla ngàla\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"be proud\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gà-la\",\n                \"ngàla\"\n            ]\n        }\n    ],\n    \"-gàla ọnū\": [\n        {\n            \"word\": \"-gàla ọnū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be dear\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nni gàlàlù ọnụ n’ebe à\",\n                    \"english\": \"Food is dear here\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gà-la\"\n            ]\n        }\n    ],\n    \"ǹgàla ōnụ\": [\n        {\n            \"word\": \"ǹgàla ōnụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dearness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gà-la\",\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"-gà-la\": [\n        {\n            \"word\": \"-gà-la\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"be proud\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-sọ gànàgànà\": [\n        {\n            \"word\": \"-sọ gànàgànà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stagger\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"gànàgànà\",\n                \"-sọ\"\n            ]\n        }\n    ],\n    \"gànàgànà\": [\n        {\n            \"word\": \"gànàgànà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"staggering walk\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"gàrị\": [\n        {\n            \"word\": \"gàrị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dried and grated cassava; gari\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"GB\": [\n        {\n            \"word\": \"GB\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gbabà\": [\n        {\n            \"word\": \"-gbabà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"run into, in; (fig.) trust in; confide\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Gbabàanù ime ụnò\",\n                    \"english\": \"Run (you pl.) into the house\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbabàta\": [\n        {\n            \"word\": \"-gbabàta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"run in, into towards the speaker\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ụmù akā, gbabàtanù ime ụnò!\",\n                    \"english\": \"Children, run into the house\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbabè\": [\n        {\n            \"word\": \"-gbabè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stop running; run out of breath (compare\",\n                \"snap asunder; cut; (fig.) die suddenly or unexpectedly\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Mmilī gà-àgbabè n’elekele īsiì\",\n                    \"english\": \"The water will stop running at 6 o'clock\"\n                },\n                {\n                    \"igbo\": \"Elili àgbabègo\",\n                    \"english\": \"The rope has snapped\"\n                },\n                {\n                    \"igbo\": \"Òfu nwa ikolobìà gbabèèlù ebe à ǹnyàafù\",\n                    \"english\": \"A young man died here suddenly yesterday\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"-gba-\"\n            ]\n        }\n    ],\n    \"-gbabido\": [\n        {\n            \"word\": \"-gbabido\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"enclose; cut off; ambush; waylay\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbadà\": [\n        {\n            \"word\": \"-gbadà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"run down; descend\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"mgbadà\": [\n        {\n            \"word\": \"mgbadà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"level ground, as opposed to a hill\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gbadebe\": [\n        {\n            \"word\": \"-gbadebe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stop running\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Mmilī nà-àgbadebe n’elekele ìtènaānị\",\n                    \"english\": \"Water stops running at 9 o'clock\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbafo\": [\n        {\n            \"word\": \"-gbafo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"disperse; scatter; clear (of people, e.g. from market, or of clouds)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nwèe ǹdìdì, chi gàfụ āgbafo\",\n                    \"english\": \"Be patient, the weather will soon clear up.\"\n                },\n                {\n                    \"igbo\": \"Afịa āgbafogo\",\n                    \"english\": \"The market has cleared\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbafù\": [\n        {\n            \"word\": \"-gbafù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pour away, off; pour to waste\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Gbafùe mmili dī n’ime ìtè\",\n                    \"english\": \"Pour off the water in the pot\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbafù obì\": [\n        {\n            \"word\": \"-gbafù obì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take the breath away; startle; shock; make shudder\",\n                \"take the breath away; startle; shock; make shudder (literally make the heart run away)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-gbafù ume\"\n            ],\n            \"stems\": [\n                \"-gba\",\n                \"obì\"\n            ]\n        }\n    ],\n    \"-gbago\": [\n        {\n            \"word\": \"-gbago\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"ascend; run up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"mgbago\": [\n        {\n            \"word\": \"mgbago\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"ascent\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbagota\": [\n        {\n            \"word\": \"-gbagota\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"ascend (towards the speaker)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbaghà\": [\n        {\n            \"word\": \"-gbaghà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"overtake\",\n                \"overshoot (one's target)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"-ghà\"\n            ]\n        }\n    ],\n    \"-gbaghàga\": [\n        {\n            \"word\": \"-gbaghàga\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"run past\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbaghalị\": [\n        {\n            \"word\": \"-gbaghalị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"run about\",\n                \"stir; turn round\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"-gba-\"\n            ]\n        }\n    ],\n    \"-gbaghàlụ\": [\n        {\n            \"word\": \"-gbaghàlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pardon; forgive; leave; let alone\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"mgbaghàlụ\": [\n        {\n            \"word\": \"mgbaghàlụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"forgiveness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gbaje\": [\n        {\n            \"word\": \"-gbaje\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"run to\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbajebe\": [\n        {\n            \"word\": \"-gbajebe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"run somewhere\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbakìli ànì\": [\n        {\n            \"word\": \"-gbakìli ànì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"run hither and thither without anything being done; make fuss; dilly-dally\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbakọ\": [\n        {\n            \"word\": \"-gbakọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"run together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"mgbakọ\": [\n        {\n            \"word\": \"mgbakọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"gathering; meeting\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbakòba\": [\n        {\n            \"word\": \"-gbakòba\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"meet together; come, run, together\",\n                \"come together\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Gbakòbanù n'òfu ebē\",\n                    \"english\": \"Come (you pl.) together in one place\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"-kò\"\n            ]\n        }\n    ],\n    \"-gbakòba ọnū\": [\n        {\n            \"word\": \"-gbakòba ọnū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"meet together; assemble, run together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbakute\": [\n        {\n            \"word\": \"-gbakute\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"run to (someone)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Gbàkute nnā ānyị\",\n                    \"english\": \"Run to our father\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbakù(rị)ta\": [\n        {\n            \"word\": \"-gbakù(rị)ta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"neglect; turn back on\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ gbākùrìtàlù m àzụ ọgè m nò na nsògbu\",\n                    \"english\": \"He turned his back on me when I was in trouble\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbakùta àzụ\": [\n        {\n            \"word\": \"-gbakùta àzụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"turn back; desert; neglect\",\n                \"turn the back on\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"-kù\"\n            ]\n        }\n    ],\n    \"-gbakpù\": [\n        {\n            \"word\": \"-gbakpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"obscure; move across and cover (as clouds the sun)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbalụ ọsọ\": [\n        {\n            \"word\": \"-gbalụ ọsọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dodge; avoid\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Mba nà-àgbalụ m ọsọ\",\n                    \"english\": \"Mba is running away from me, or Mba is dodging me, or Mba tries to avoid me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"ọsọ\"\n            ]\n        }\n    ],\n    \"-gba mbò\": [\n        {\n            \"word\": \"-gba mbò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"strive; attempt; try hard, persist; be enterprising, industrious\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"mbò\"\n            ]\n        }\n    ],\n    \"-gbana\": [\n        {\n            \"word\": \"-gbana\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"run home\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbana n'òsu\": [\n        {\n            \"word\": \"-gbana n'òsu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"seek refuge with a deity\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbanarị\": [\n        {\n            \"word\": \"-gbanarị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"outrun; run away from; forsake; abandon\",\n                \"run away from (something); abscond from (something, someone)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nkịtā m àgbanarịgo m\",\n                    \"english\": \"My dog has run away from me\"\n                },\n                {\n                    \"igbo\": \"Agà m àgbanarị gī n’ọsọ\",\n                    \"english\": \"I can outrun you\"\n                },\n                {\n                    \"igbo\": \"Nkịtā m zùtàlù ǹnyàafù àgbanarịgo m#\",\n                    \"english\": \"The dog I bought yesterday has run away (from me)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"-na-rị\"\n            ]\n        }\n    ],\n    \"-gbanata\": [\n        {\n            \"word\": \"-gbanata\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"run home (from another place towards the speaker)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gba ǹje\": [\n        {\n            \"word\": \"-gba ǹje\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"run to and from; be going to and from a place (including the world of spirits)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"-je\"\n            ]\n        }\n    ],\n    \"ògbanje\": [\n        {\n            \"word\": \"ògbanje\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(= nwa ōgbanje) (from -gba nje make several trips to and from a place; literally maker of several trips or recurrent visitor) 'repeater'; child believed to belong to a band in the world of spirits to which he/she returns in infancy; from there he goes back to his mother's womb to be born again, only to die and return to the spirit world again in infancy. Ògbanje is born several times, dying each time and returning to the world of spirits. A mother who experiences frequent child mortality is believed to be visited by a member or members of the ògbanje group. The new-born baby is regarded as the one who died last; and the child's death is to be expected any time, unless a native doctor specialist in ògbanje spirits is provided and performs successfully certain rituals which include the ògbanje object known as iyi ògbanje or iyi ùwà, on which the ògbanje swore to return to the spirit world. The place where the object is hidden is known only to the doctor and the ògbanje. (But an ògbanje can decide to stay and live to old age without the native doctor's rituals and/or propitiation to the other members of his particular ògbanje band.) Sometimes a part of the dead ògbanje's body, e.g. a finger or an ear, is amputated, and as proof that it was the same child who returns next time it is believed that such amputated parts are missing on the new baby's body. The amputation of parts of the body is done in the belief that the ògbanje would feel the pain and/or shame and on the next return to the world would remember it and refuse to die again. An ògbanje who stays is given excessive petting and care to the disadvantage of the other children. The parents who have suffered greatly at the hands of the ògbanje and become improverished do everything possible in order to prevent a recurrence of the bitter experience. The ògbanje behaves in his own peculiar way. Sometimes his character and physical features may bear no resemblance to those of any member of the family. The surviving ògbanje sometimes exploits this difference and the special treatment of his parents ruthlessly and selfishly by, for instance, demanding that a particular kind of clothes must be bought for him, otherwise the parents run the risk of losing him. Certain proper names are often though not invariably given to surviving ògbanjes. The names are believed to help in preventing the ògbanje from returning to the world of spirits. The names include Nònyelụm stay with me; Nwoōsu the son of òsu (but this does not make such a child an òsu. It is meant to bring shame on the ògbanje as explained above).\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gba nrịra\": [\n        {\n            \"word\": \"-gba nrịra\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"run from husband to another man\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbanù\": [\n        {\n            \"word\": \"-gbanù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be in a hurry; hurry\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"mgbanù\": [\n        {\n            \"word\": \"mgbanù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hurry; haste\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-me mgbanù\": [\n        {\n            \"word\": \"-me mgbanù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be in a hurry\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-ème mgbanù\",\n                    \"english\": \"She is in a hurry\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gba òdìbò\": [\n        {\n            \"word\": \"-gba òdìbò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"work as servant; serve; wait on (on a master-servant basis)\",\n                \"serve (as a servant)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Agū nà-àgbalụ m òdìbò\",\n                    \"english\": \"Agụ is working for me as my servant\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"òdìbò\"\n            ]\n        }\n    ],\n    \"-gba ọsọ\": [\n        {\n            \"word\": \"-gba ọsọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"run; run away; abscond; run race\",\n                \"run\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ànyị gà-àgba ọsō\",\n                    \"english\": \"We are going to run\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"ọsọ\"\n            ]\n        }\n    ],\n    \"-gbapù\": [\n        {\n            \"word\": \"-gbapù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pour out\",\n                \"redeem; ransom\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Gbapù mmili dī n’ime ìtè\",\n                    \"english\": \"Pour out the water in the pot\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbapùta\": [\n        {\n            \"word\": \"-gbapùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"run out, away\",\n                \"redeem; ransom\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"gbaràpù\": [\n        {\n            \"word\": \"gbaràpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"forsake; abandon\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbasò\": [\n        {\n            \"word\": \"-gbasò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"run to, after\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gba ùzọ\": [\n        {\n            \"word\": \"-gba ùzọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go out very early in the morning\",\n                \"go out early in the morning; do something early, rather early\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Agà m àgba ūzọ je Nneēwi\",\n                    \"english\": \"I shall go to Nneewi early in the morning\"\n                },\n                {\n                    \"igbo\": \"(fig.) Mbâ gbàlù ùzọ ọnwū\",\n                    \"english\": \"Mba died young (lit early)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"ùzọ\"\n            ]\n        }\n    ],\n    \"-gbawa\": [\n        {\n            \"word\": \"-gbawa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"run away; abscond\",\n                \"crack; split\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ chòlù ịgbāwa\",\n                    \"english\": \"He wants to run away, abscond\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"-gba-\"\n            ]\n        }\n    ],\n    \"mgbawa\": [\n        {\n            \"word\": \"mgbawa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"running home, away\",\n                \"crack; cracking\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"-gba-\"\n            ]\n        }\n    ],\n    \"-gbawalụ\": [\n        {\n            \"word\": \"-gbawalụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"run away; abscond\",\n                \"run away\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Gwa yā kà ọ gbawalụ\",\n                    \"english\": \"Tell him to run away\"\n                },\n                {\n                    \"igbo\": \"Nwa òdìbò m rāpùlù m gbawalụ ọgè ànyị nò n'Òbòdò Oyìbo\",\n                    \"english\": \"My servant left me and ran when we were in the United Kingdom (ii) move in vehicle; ride\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"-lụ\"\n            ]\n        }\n    ],\n    \"-gba igwè\": [\n        {\n            \"word\": \"-gba igwè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"ride bicycle\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"igwè\"\n            ]\n        }\n    ],\n    \"-gba ụgbọ\": [\n        {\n            \"word\": \"-gba ụgbọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go in a vehicle\",\n                \"move (as liquid) (1) flow, run (liquid as subject)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"ụgbọ\"\n            ]\n        }\n    ],\n    \"-gbacha\": [\n        {\n            \"word\": \"-gbacha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"leave off raining\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbanye\": [\n        {\n            \"word\": \"-gbanye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pour (liquid) into a container\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbapù(ta)\": [\n        {\n            \"word\": \"-gbapù(ta)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"exude; pour out (of liquids)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-me mgbafù\": [\n        {\n            \"word\": \"-me mgbafù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be poured away, off, to waste\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọgwù m nàtàlù n'ùtụtù mèlù mgbafù\",\n                    \"english\": \"The drug I received in the morning was spilt\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"(mmilī) -gba\": [\n        {\n            \"word\": \"(mmilī) -gba\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"flow (of water)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"mmilī\"\n            ]\n        }\n    ],\n    \"(mmilī) -gbafùsị\": [\n        {\n            \"word\": \"(mmilī) -gbafùsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"flow to waste (of water)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Èri ǹnyàafù pọmpù dī n’iru ụnō ānyị jìlì mebì kà mmilī ya jì àgbafùsị n'òkpọrọ\",\n                    \"english\": \"Since yesterday, when the tap in front of our house broke down, the water from it has been running to waste (ii) pour, run, exude (liquid as object); shed (tears); bleed, perspire, etc.\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"mmilī\"\n            ]\n        }\n    ],\n    \"-gba asọ\": [\n        {\n            \"word\": \"-gba asọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"spit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gba mmeē (compare - gba òbàlà)\": [\n        {\n            \"word\": \"-gba mmeē (compare - gba òbàlà)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bleed\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gba mmilī\": [\n        {\n            \"word\": \"-gba mmilī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pour water on (fainting or shocked persons as treatment)\",\n                \"bring out water, sap, etc. (as tree) flowers the person who has fallen from a height am hurrying to bring water to be poured on a person who has fallen from a height\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Achòlù m kà ị gbaa òdòdo mmilī\",\n                    \"english\": \"I want you to water the flowers\"\n                },\n                {\n                    \"igbo\": \"A gà-àgba onye dālụ enu#mmilī\",\n                    \"english\": \"Water should be poured on the person who has fallen from a height\"\n                },\n                {\n                    \"igbo\": \"Anà m èje ọsọ ōsọ ikute mmili a gà-àgba onye dālụ enu#\",\n                    \"english\": \"I am hurrying to bring water to be poured on a person who has fallen from a height\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"mmilī\"\n            ]\n        }\n    ],\n    \"-gba òbàlà (compare -gba\": [\n        {\n            \"word\": \"-gba òbàlà (compare -gba\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bleed; shed blood\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"mmeē)\": [\n        {\n            \"word\": \"mmeē)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ bụlụ nà i zèrò ndị òtu āyaka mà dabànye n'aka fā, fa tisịa ī fà àgbaa yī òbàlà tupu fà àrapū yī\",\n                    \"english\": \"If you do not dodge the gang of thugs but fall into their grip, they will beat and make you bleed before they leave you\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbasa\": [\n        {\n            \"word\": \"-gbasa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"splash\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbasị\": [\n        {\n            \"word\": \"-gbasị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rub off grains from cob\",\n                \"run out\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"-sị\"\n            ]\n        }\n    ],\n    \"-gbawụsa\": [\n        {\n            \"word\": \"-gbawụsa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pour upon; sprinkle; splash\",\n                \"pour, splash on\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Gịnî mè i jì gbawụsa yā mmili?\",\n                    \"english\": \"Why did you splash water on her?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"-sa\"\n            ]\n        }\n    ],\n    \"ife ōgbụgba\": [\n        {\n            \"word\": \"ife ōgbụgba\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"post-partum haemorrhage; menorrhagia (excessive loss at menstrual period)\",\n                \"project (i) spit; inject\",\n                \"post-partum haemorrhage (P.P.Hausa); menorrhagia (excessive loss at menstrual period)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"ife\"\n            ]\n        }\n    ],\n    \"-gba nnu\": [\n        {\n            \"word\": \"-gba nnu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"spit salt on (e.g. wound)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"nnu\"\n            ]\n        }\n    ],\n    \"-gba ọgwù\": [\n        {\n            \"word\": \"-gba ọgwù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"inject (drug with syringe)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anà m èje ụnò ọgwù ịgbā ọgwù\",\n                    \"english\": \"I am going to the hospital to have an injection\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"ọgwù\"\n            ]\n        }\n    ],\n    \"-gbawụsa asọ\": [\n        {\n            \"word\": \"-gbawụsa asọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"spit upon (ii) sting; irritate the throat (sometimes painfully, as after eating fresh or improperly cooked cocoyam)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbakà àrụ\": [\n        {\n            \"word\": \"-gbakà àrụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"torment; afflict (iii) shoot; fire\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbafìè\": [\n        {\n            \"word\": \"-gbafìè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shoot and miss\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbagbu\": [\n        {\n            \"word\": \"-gbagbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"kill by shooting\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbami\": [\n        {\n            \"word\": \"-gbami\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shoot far\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbasu\": [\n        {\n            \"word\": \"-gbasu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"startle by firing a gun\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Di ntā afù àgbasugo ụmù nnùnụ bēkwàsìlì n’enu osisi afū dī n’ètiti ubì\",\n                    \"english\": \"The hunter has dispersed the birds on that tree standing in the middle of the farm\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbatò\": [\n        {\n            \"word\": \"-gbatò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shoot badly (victim would be mutilated)\",\n                \"foul by treading on or stirring (e.g. with finger on pears or rod in àkàmù); rub bloom off (fruits)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbatù\": [\n        {\n            \"word\": \"-gbatù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shoot down; kick down\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gba ụta\": [\n        {\n            \"word\": \"-gba ụta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shoot arrow with bow\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"ụta\"\n            ]\n        }\n    ],\n    \"ògbaā tumtum\": [\n        {\n            \"word\": \"ògbaā tumtum\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"motor-cycle (-gba 1. C.iii 'shoot' + noun agent prefix + tumtum 'sound of motor-cycle')\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ògba nta\": [\n        {\n            \"word\": \"ògba nta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hunter (iv) snap (with sharp sound); spring up (as corn) with a popping sound, as when roasting\",\n                \"hunter\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"nta\"\n            ]\n        }\n    ],\n    \"-gba ụkwụ\": [\n        {\n            \"word\": \"-gba ụkwụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"kick (with foot (vi) abort\",\n                \"kick (with foot)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"ụkwụ\"\n            ]\n        }\n    ],\n    \"-gba imē\": [\n        {\n            \"word\": \"-gba imē\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"abort; commit abortion\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbakwopù imē\": [\n        {\n            \"word\": \"-gbakwopù imē\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cause abortion; abort\",\n                \"spread; scatter\",\n                \"abort; miscarry\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"imē\"\n            ]\n        }\n    ],\n    \"-gba ghalịị\": [\n        {\n            \"word\": \"-gba ghalịị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"confuse\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Okwu afù gbàlù m ghalịị\",\n                    \"english\": \"I didn't understand that word\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbagwa\": [\n        {\n            \"word\": \"-gbagwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"mix; dilute; run together (of liquids and solids)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbalù iru\": [\n        {\n            \"word\": \"-gbalù iru\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"look gloomy\",\n                \"sulk; scowl; lower (of sky)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"iru\"\n            ]\n        }\n    ],\n    \"-gbarà\": [\n        {\n            \"word\": \"-gbarà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"leave and forget\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbasà\": [\n        {\n            \"word\": \"-gbasà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"scatter; spread\",\n                \"scatter; disperse\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ụkà àgbasàgo\",\n                    \"english\": \"The service has ended (and people have gone home)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"-sà\"\n            ]\n        }\n    ],\n    \"mgbasà\": [\n        {\n            \"word\": \"mgbasà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dismissal; scattering; spreading; dispersal\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"abụ mgbasà\": [\n        {\n            \"word\": \"abụ mgbasà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dismissal song\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbasà iru\": [\n        {\n            \"word\": \"-gbasà iru\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"look cheerful (literally 'spread face')\",\n                \"look cheerful; smile\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"iru\"\n            ]\n        }\n    ],\n    \"-gbasà Ozi Ọma\": [\n        {\n            \"word\": \"-gbasà Ozi Ọma\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"spread the Gospel\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbasàpù\": [\n        {\n            \"word\": \"-gbasàpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stretch out; spread out (as a bird its wings)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbasàsị\": [\n        {\n            \"word\": \"-gbasàsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be scattered about\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbasị ògbàdụ\": [\n        {\n            \"word\": \"-gbasị ògbàdụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rub off grains from maize cob\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"ògbàdụ\"\n            ]\n        }\n    ],\n    \"-gbatị\": [\n        {\n            \"word\": \"-gbatị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stretch; unroll\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbatị àrụ\": [\n        {\n            \"word\": \"-gbatị àrụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stretch oneself (e.g. for exercise)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbatị ònwe\": [\n        {\n            \"word\": \"-gbatị ònwe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stretch oneself (e.g. for exercise)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbatịpù\": [\n        {\n            \"word\": \"-gbatịpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stretch out\",\n                \"wrestle; fight\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gba mgba\": [\n        {\n            \"word\": \"-gba mgba\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"struggle; wrestle\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"mgba\"\n            ]\n        }\n    ],\n    \"ògba mgba\": [\n        {\n            \"word\": \"ògba mgba\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wrestler\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"mgba\"\n            ]\n        }\n    ],\n    \"-gba ògù\": [\n        {\n            \"word\": \"-gba ògù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"side with; defend; fight for\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"ògù\"\n            ]\n        }\n    ],\n    \"-gba ọkụ\": [\n        {\n            \"word\": \"-gba ọkụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"burn (1) trans.\",\n                \"(combined with another verb) make bright; do thoroughly\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"ị gà-àgba ụnò ọkụ ọ bụlụ nà ị kpāchàpùrò anya\",\n                    \"english\": \"You will burn (set fire to) the house if you are not careful (2) intrans.\"\n                },\n                {\n                    \"igbo\": \"Ụnò nà-àgba ọkū\",\n                    \"english\": \"The house is burning (on fire)\"\n                },\n                {\n                    \"igbo\": \"Achò m kà i figbaa akpụkpọ ụkwū afù èfigbaa\",\n                    \"english\": \"I want you to give those shoes a thorough polishing\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-lụgba\": [\n        {\n            \"word\": \"-lụgba\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"do thoroughly\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ sì nà nya gà-àlụgba ọlū afù àlụgba\",\n                    \"english\": \"She said that she was going to do the work thoroughly\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbagò\": [\n        {\n            \"word\": \"-gbagò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bend; make crooked\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"mgbagò\": [\n        {\n            \"word\": \"mgbagò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"state of being bent\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-me mgbagò\": [\n        {\n            \"word\": \"-me mgbagò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be bent, crooked, curved\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Osisi ǹke à mèlù mgbagò\",\n                    \"english\": \"This stick is bent\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"-me\"\n            ]\n        }\n    ],\n    \"-gbagò àgbagò\": [\n        {\n            \"word\": \"-gbagò àgbagò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be bent\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gba ngìlìgò\": [\n        {\n            \"word\": \"-gba ngìlìgò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be circuitous; have many bends\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gba ngò\": [\n        {\n            \"word\": \"-gba ngò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be bent, crooked, curved\",\n                \"be crooked, wrong, false\",\n                \"reckon up bride-price\",\n                \"be bent, crooked\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Mkpịsīǹke à gbàlù ngò n’ọnū\",\n                    \"english\": \"This spike is bent towards the tip\"\n                },\n                {\n                    \"igbo\": \"ǹke à bù ụzō gbālụ ngò\",\n                    \"english\": \"This is a crooked path\"\n                },\n                {\n                    \"igbo\": \"Ụzō gbālụ ngò kà i sì àbịa okwu nwā m\",\n                    \"english\": \"The way you are approaching me for my daughter (whom you want me to give you in marriage) is wrong. (Lit. The way through which you come for my daughter is crooked)\"\n                },\n                {\n                    \"igbo\": \"Òmùme afù gbàlù ngò\",\n                    \"english\": \"That deed is wrong\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"ngò\"\n            ]\n        }\n    ],\n    \"-gbàzì\": [\n        {\n            \"word\": \"-gbàzì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make straight; correct; advise; instruct\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gba aka ebē\": [\n        {\n            \"word\": \"-gba aka ebē\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bear witness; stand surety\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbabu okwu\": [\n        {\n            \"word\": \"-gbabu okwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"speak all together\",\n                \"speak all together; jumble words together\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Wèlụ nwayòò na-èkwu, rapù ịgbābu okwu\",\n                    \"english\": \"Speak a bit more slowly and stop jumbling your words\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"okwu\"\n            ]\n        }\n    ],\n    \"-gbagha\": [\n        {\n            \"word\": \"-gbagha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"contradict; argue\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"onye mgbagha\": [\n        {\n            \"word\": \"onye mgbagha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"argumentative person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gba ìzù\": [\n        {\n            \"word\": \"-gba ìzù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take counsel together; whisper\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Kà ànyị je gba ìzù\",\n                    \"english\": \"Let us go and have a consultation\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"ìzù\"\n            ]\n        }\n    ],\n    \"-gbakpò ìzù\": [\n        {\n            \"word\": \"-gbakpò ìzù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"plot secretly against someone\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"ìzù\"\n            ]\n        }\n    ],\n    \"-gbakpọ ìzù\": [\n        {\n            \"word\": \"-gbakpọ ìzù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"consult well about a matter\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"ìzù\"\n            ]\n        }\n    ],\n    \"-gba òsiālị\": [\n        {\n            \"word\": \"-gba òsiālị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bear witness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"ògbambùlù\": [\n        {\n            \"word\": \"ògbambùlù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"anything round\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbachi ǹkịtì\": [\n        {\n            \"word\": \"-gbachi ǹkịtì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"keep silence; refrain from answering; endure;\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gba enu#\": [\n        {\n            \"word\": \"-gba enu#\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be shallow\",\n                \"be well-known\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Mmilī afù gbàlù enu#\",\n                    \"english\": \"The stream is shallow\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gba ghòlòghòlò\": [\n        {\n            \"word\": \"-gba ghòlòghòlò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be watery\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"ghòlòghòlò\"\n            ]\n        }\n    ],\n    \"-gba ǹkịtì\": [\n        {\n            \"word\": \"-gba ǹkịtì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"keep silence; refrain from answering (compare -gba duu)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gba mfe\": [\n        {\n            \"word\": \"-gba mfe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"relieve; lesson; be light\",\n                \"be light\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ gbà mfe\",\n                    \"english\": \"It is light\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"mfe\"\n            ]\n        }\n    ],\n    \"-gba nke\": [\n        {\n            \"word\": \"-gba nke\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lie in wait\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gba nlò\": [\n        {\n            \"word\": \"-gba nlò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be soft; be watery (especially of food)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"nlò\"\n            ]\n        }\n    ],\n    \"-gba òtọ\": [\n        {\n            \"word\": \"-gba òtọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be naked\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òbî gbà òtọ\",\n                    \"english\": \"Obi is naked\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"òtọ\"\n            ]\n        }\n    ],\n    \"mgbalụ ōtọ\": [\n        {\n            \"word\": \"mgbalụ ōtọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"state of nakedness, nudity\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbacha isi\": [\n        {\n            \"word\": \"-gbacha isi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"trim the hair (of head)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"isi\"\n            ]\n        }\n    ],\n    \"-gba mbọ\": [\n        {\n            \"word\": \"-gba mbọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pare nails (compare -be mbọ)\",\n                \"pare nails\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"mbọ\"\n            ]\n        }\n    ],\n    \"-gba àzì\": [\n        {\n            \"word\": \"-gba àzì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take food, eat (especially in early morning)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gba àzị ūtụtù\": [\n        {\n            \"word\": \"-gba àzị ūtụtù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take breakfast\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"- gba ūtụtù\"\n            ],\n            \"stems\": [\n                \"-gba\",\n                \"ùtụtù\"\n            ]\n        }\n    ],\n    \"-gbapù àzị ūtụtù\": [\n        {\n            \"word\": \"-gbapù àzị ūtụtù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take breakfast (usually a light one and taken in a hurry); just breakfast\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"ùtụtù\"\n            ]\n        }\n    ],\n    \"-gba mkpòlògwù\": [\n        {\n            \"word\": \"-gba mkpòlògwù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take root\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbado mkpòlògwù(gwù)\": [\n        {\n            \"word\": \"-gbado mkpòlògwù(gwù)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take root\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbakasị\": [\n        {\n            \"word\": \"-gbakasị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make spots or scars on\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"ògbakasị\": [\n        {\n            \"word\": \"ògbakasị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"chickenpox\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gbamì mkpòlògwù(gwù)\": [\n        {\n            \"word\": \"-gbamì mkpòlògwù(gwù)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"send roots deep\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbanye mkpòlògwù(gwù)\": [\n        {\n            \"word\": \"-gbanye mkpòlògwù(gwù)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be rooted in; be connected with a place by birth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gba ome\": [\n        {\n            \"word\": \"-gba ome\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"send out shoot when yet unplanted\",\n                \"send out shoot when not yet planted\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"ome\"\n            ]\n        }\n    ],\n    \"-gbapute\": [\n        {\n            \"word\": \"-gbapute\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"break ground (of shoot)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gba aka nnwā\": [\n        {\n            \"word\": \"-gba aka nnwā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be childless\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òkụkō ji ofû gbà aka nnwā\",\n                    \"english\": \"A hen with one chicken is childless\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbalụ\": [\n        {\n            \"word\": \"-gbalụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"recover pawn or pledge\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gba mmadù\": [\n        {\n            \"word\": \"-gba mmadù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"buy, pawn person\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Mmadù adā àgbazị ibè ya n'ogè kịtāà\",\n                    \"english\": \"People no longer buy each other nowadays\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"madù\"\n            ]\n        }\n    ],\n    \"-gbapù n'orù\": [\n        {\n            \"word\": \"-gbapù n'orù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"redeem from slavery, servitude\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"mgbapùta\": [\n        {\n            \"word\": \"mgbapùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"ransom; redemption\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbadùba\": [\n        {\n            \"word\": \"-gbadùba\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make dull; becloud\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbaka\": [\n        {\n            \"word\": \"-gbaka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go sour; stale (of soup, palm wine, etc.); be spoilt (of person); be grieved, sullen\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbalù\": [\n        {\n            \"word\": \"-gbalù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"foul; defile; be defiled, polluted (as when water containing sediment, standing in a jar, is stirred, or when the water of the stream is polluted by the activities of fish)\",\n                \"pollute by mixing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"-lù\"\n            ]\n        }\n    ],\n    \"mgbalù\": [\n        {\n            \"word\": \"mgbalù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pollution (of liquids)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"obì mgbalù\": [\n        {\n            \"word\": \"obì mgbalù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"melancholy; trouble in one's mind\",\n                \"melancholy; troubled mind\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"obì\"\n            ]\n        }\n    ],\n    \"-gbalù àgbalù\": [\n        {\n            \"word\": \"-gbalù àgbalù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"change for worse; be polluted, fouled, defiled\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbalù mmilī\": [\n        {\n            \"word\": \"-gbalù mmilī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"defile, pollute water\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"mmilī\"\n            ]\n        }\n    ],\n    \"-gbalụ ọgwù\": [\n        {\n            \"word\": \"-gbalụ ọgwù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"neutralize effect of poison\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gba nchāla\": [\n        {\n            \"word\": \"-gba nchāla\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rust; corrode\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"nchāla\"\n            ]\n        }\n    ],\n    \"-gbanwè\": [\n        {\n            \"word\": \"-gbanwè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"change; exchange\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Gbanwèelụ m ji ǹkaà\",\n                    \"english\": \"Change this yam for me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"mgbanwè\": [\n        {\n            \"word\": \"mgbanwè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"change; changing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-me mgbanwè\": [\n        {\n            \"word\": \"-me mgbanwè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be changed\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Iru igwē nà-ème mgbanwè\",\n                    \"english\": \"The face of the sky is changing\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"-me\"\n            ]\n        }\n    ],\n    \"-gba ụka\": [\n        {\n            \"word\": \"-gba ụka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be sour\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"ụka\"\n            ]\n        }\n    ],\n    \"-gba ụtụ\": [\n        {\n            \"word\": \"-gba ụtụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be affected with boring grub (of wood)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbachi\": [\n        {\n            \"word\": \"-gbachi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"foil; counteract; supplant; stop up (e.g. road or gap); lock door; shut box or window; fence\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Gbàchie ụzò\",\n                    \"english\": \"Lock the door\"\n                },\n                {\n                    \"igbo\": \"Ọ nà-àbụ ebe ōbụnà mụ èjènà ịchō ọlụ, Agū èjee gbachie nà ya\",\n                    \"english\": \"Wherever I go in search of a job, Agụ goes there to mar my success\"\n                },\n                {\n                    \"igbo\": \"Achòlù m mà ị gbachie āzụ ụnō ānyị\",\n                    \"english\": \"I want you to erect a fence to screen our back yard\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbachi ùgòdì\": [\n        {\n            \"word\": \"-gbachi ùgòdì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"turn the key\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"ùgòdì\"\n            ]\n        }\n    ],\n    \"-gbachibìdo\": [\n        {\n            \"word\": \"-gbachibìdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"waylay; ambush; fence round; stop up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbaghe\": [\n        {\n            \"word\": \"-gbaghe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"open box or window; unlock door; untie (parcel)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bikō gbàgheelụ m ụzò\",\n                    \"english\": \"Please unlock the door for me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gbaghepù\": [\n        {\n            \"word\": \"-gbaghepù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"throw open (door, window, box, etc.); untie and expose (parcel)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gba ògìgè\": [\n        {\n            \"word\": \"-gba ògìgè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fence compound or farm\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Agà m àgba ugbo m ògìgè\",\n                    \"english\": \"I shall fence my farm\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"ògìgè\"\n            ]\n        }\n    ],\n    \"-gbabebe\": [\n        {\n            \"word\": \"-gbabebe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"(causative of)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\"\n            ]\n        }\n    ],\n    \"-gba n’ugbō\": [\n        {\n            \"word\": \"-gba n’ugbō\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cultivate adjoining farms; be farm neighbours\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba\",\n                \"ugbō\"\n            ]\n        }\n    ],\n    \"gba\": [\n        {\n            \"word\": \"gba\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"move\",\n                \"independent movement (i) run\",\n                \"shine (of moon only); burn\",\n                \"bend\",\n                \"speak (in certain special ways)\",\n                \"tie; twine round; make basketwork frame\",\n                \"remain in a state\",\n                \"cut\",\n                \"take meal\",\n                \"sprout; spring out, up; grow out\",\n                \"be without\",\n                \"buy, pawn (person); buy (land, tree, e.g. palm tree, etc.)\",\n                \"change; spoil; pollute\",\n                \"stop up; close; enclose; obstruct by moving; open\",\n                \"lean\",\n                \"cultivate (cassava and other plants propagated by cuttings)\"\n            ],\n            \"variations\": [],\n            \"stems\": [],\n            \"examples\": []\n        }\n    ],\n    \"-gbaji\": [\n        {\n            \"word\": \"-gbaji\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"break; snap (stick, bone, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba-\"\n            ]\n        }\n    ],\n    \"-gbajipù\": [\n        {\n            \"word\": \"-gbajipù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"break off\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba-\"\n            ]\n        }\n    ],\n    \"-gbatọ\": [\n        {\n            \"word\": \"-gbatọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"break; cut; tear\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba-\"\n            ]\n        }\n    ],\n    \"obì mgbawa\": [\n        {\n            \"word\": \"obì mgbawa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"great anger; broken heart\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ìlùlò bànyelụ ọnwụ ụmū Ōbi naàbò n’otù mbòsì nà- ewètalụ yā obì mgbawa\",\n                    \"english\": \"Brooding on the death in one day of his two children is causing Obì heartbreak\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba-\",\n                \"obì\"\n            ]\n        }\n    ],\n    \"ùbụlù mgbaka\": [\n        {\n            \"word\": \"ùbụlù mgbaka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"brain fatigue\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba-\",\n                \"ùbụlù\"\n            ]\n        }\n    ],\n    \"-gbado\": [\n        {\n            \"word\": \"-gbado\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fix; stick (as an arrow); hold tightly; choke; take by the throat; compress by pressing fingers firmly on\"\n            ],\n            \"examples\": [\n                {\n                    \"ibgo\": \"Ọgè Èke nà Ọnyìdo nà-anū ògù n'ùtụtū ǹnyàafù Ọnyìdo butùe Èke n'ànì gbado yā aka n'àkpịlī\",\n                    \"english\": \"When Èke and Ọnyìdo were fighting yesterday, Ọnyìdo threw Eke to the ground and squeezed his throat with his fingers\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba-\"\n            ]\n        }\n    ],\n    \"-gbakòta\": [\n        {\n            \"word\": \"-gbakòta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hold all together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba-\"\n            ]\n        }\n    ],\n    \"-gbaghalị egō\": [\n        {\n            \"word\": \"-gbaghalị egō\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"(exchange money)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba-\"\n            ]\n        }\n    ],\n    \"-gbaghalị nni\": [\n        {\n            \"word\": \"-gbaghalị nni\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stir food\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba-\",\n                \"nni\"\n            ]\n        }\n    ],\n    \"-gbakùta āzụ\": [\n        {\n            \"word\": \"-gbakùta āzụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"turn the back on\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba-\"\n            ]\n        }\n    ],\n    \"-gba ntì\": [\n        {\n            \"word\": \"-gba ntì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"probe the ear\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba-\",\n                \"ntì\"\n            ]\n        }\n    ],\n    \"-gba-\": [\n        {\n            \"word\": \"-gba-\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"crack; split; snap; break\",\n                \"be fixed; fix\",\n                \"turn\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-gbàchi\": [\n        {\n            \"word\": \"-gbàchi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be cloudy, dark, gloomy, lowering\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbà\"\n            ]\n        }\n    ],\n    \"-gbàdo\": [\n        {\n            \"word\": \"-gbàdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hold to the ground (by lying across, as wrestler); pin down\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbà\"\n            ]\n        }\n    ],\n    \"-gbàgha\": [\n        {\n            \"word\": \"-gbàgha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"turn round (especially of a boat)\",\n                \"spread (across, as mat, cloth, etc.); lie (across)\"\n            ],\n            \"examples\": [\n                {\n                    \"ibgo\": \"Achòlù m kà ị gbàa akwà n’enu àkwà\",\n                    \"english\": \"I want you to spread cloth on the bed\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbà\"\n            ]\n        }\n    ],\n    \"-gbàba\": [\n        {\n            \"word\": \"-gbàba\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"spread (as mats, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbà\"\n            ]\n        }\n    ],\n    \"-gbà ufìè\": [\n        {\n            \"word\": \"-gbà ufìè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lie across or crosswise\",\n                \"spread (as of cloud over view); becloud; become dark\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbà\"\n            ]\n        }\n    ],\n    \"-gbà anya ōchịchịī\": [\n        {\n            \"word\": \"-gbà anya ōchịchịī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dim the vision\",\n                \"have dim vision\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbà\",\n                \"òchịchịī\"\n            ]\n        }\n    ],\n    \"-gbà òchịchịī\": [\n        {\n            \"word\": \"-gbà òchịchịī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be dark, get dark\",\n                \"be, get, dark\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbà\",\n                \"òchịchịī\"\n            ]\n        }\n    ],\n    \"ògbùgbà\": [\n        {\n            \"word\": \"ògbùgbà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"carrying\",\n                \"maturity\"\n            ],\n            \"examples\": [\n                {\n                    \"ibgo\": \"Bikō nyèlụ m aka ịgbàlù ewu e kēlụ eke dī n’ime ụkpā à n’ụnwà jee n'ụgbọ\",\n                    \"english\": \"Please help me to carry the tied goat in this basket to the lorry\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbà\"\n            ]\n        }\n    ],\n    \"-gbàkọ\": [\n        {\n            \"word\": \"-gbàkọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"reckon; reckon up; take account of; count; add\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbà\"\n            ]\n        }\n    ],\n    \"mgbàkọ\": [\n        {\n            \"word\": \"mgbàkọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"joining; seam; collection; joining together, gathering, flowing together (of liquids)\",\n                \"arithmetic; addition\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbà\"\n            ]\n        }\n    ],\n    \"-gbàkwụnye\": [\n        {\n            \"word\": \"-gbàkwụnye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"add to; enlarge (e.g. a house) by addition of more rooms; extend\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbà\"\n            ]\n        }\n    ],\n    \"-gbàkwụnye ụnò\": [\n        {\n            \"word\": \"-gbàkwụnye ụnò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"enlarge, extend house (by adding more rooms at either or both ends or sides);\",\n                \"enlarge, extend house (by adding more rooms)\"\n            ],\n            \"examples\": [\n                {\n                    \"ibgo\": \"Anà m agbàkwụnye ụnò m ụnō ūla naàbò\",\n                    \"english\": \"I am enlarging my house by two more bedrooms\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbà\",\n                \"ụnò\"\n            ]\n        }\n    ],\n    \"-gbànye\": [\n        {\n            \"word\": \"-gbànye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"reckon with; regard; care for; consider (as important)\",\n                \"mate (mammals); wed; marry\"\n            ],\n            \"examples\": [\n                {\n                    \"ibgo\": \"Àgbanyèrò m yà n’ife\",\n                    \"english\": \"I have no regard for him or I do not consider him/it important\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbà\"\n            ]\n        }\n    ],\n    \"àgbàmakwụkwọ\": [\n        {\n            \"word\": \"àgbàmakwụkwọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wedding (church or ordinance, especially church)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbà\"\n            ]\n        }\n    ],\n    \"-gbà ugègbè anyā\": [\n        {\n            \"word\": \"-gbà ugègbè anyā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wear glasses\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbà\"\n            ]\n        }\n    ],\n    \"akā\": [\n        {\n            \"word\": \"akā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbà\",\n                \"mgba\"\n            ]\n        }\n    ],\n    \"-gbàgbu\": [\n        {\n            \"word\": \"-gbàgbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"suffocate; choke; drown\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbà\"\n            ]\n        }\n    ],\n    \"-gbà iyī\": [\n        {\n            \"word\": \"-gbà iyī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bind with an oath; adjure\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbà\"\n            ]\n        }\n    ],\n    \"-gbà mmanya (manya)\": [\n        {\n            \"word\": \"-gbà mmanya (manya)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make drunk\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbà\"\n            ]\n        }\n    ],\n    \"-gbà mmilī\": [\n        {\n            \"word\": \"-gbà mmilī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"force to drink water (e.g. primitive way of feeding baby); force to drink water by pushing the victim under water\",\n                \"force to drink water (as primitive way of feeding baby, or by pushing victim under water)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbà\",\n                \"mmilī\"\n            ]\n        }\n    ],\n    \"-gbà àrụ\": [\n        {\n            \"word\": \"-gbà àrụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be stout\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbà\"\n            ]\n        }\n    ],\n    \"-gbà òkolobìà\": [\n        {\n            \"word\": \"-gbà òkolobìà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"become adolescent (of man)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbà\",\n                \"òkolo\"\n            ]\n        }\n    ],\n    \"-gbà ọkpụkpụ\": [\n        {\n            \"word\": \"-gbà ọkpụkpụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"become physically stronger (of growing young person) (literally toughen bones)\",\n                \"(fig.) be special, important, pressing\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bikō gwà nnā ānyị ya bikō bìa màkà nà nnukwu okwū `dì, okwu afù gbàlù ọkpụkpụ\",\n                    \"english\": \"Please tell father he should please come because there is a serious discussion about something; the discussion is very important\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbà\",\n                \"ọkpụkpụ\"\n            ]\n        }\n    ],\n    \"-gbà ume\": [\n        {\n            \"word\": \"-gbà ume\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"encourage (literally strengthen the heart)\",\n                \"be so many years old, ago\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O kwèsìlì kà ànyị jee gbàa ụmù akwụkwọ nā-akwado ijē nnene akwụkwọ ume\",\n                    \"english\": \"We ought to go and encourage the students preparing for examinations\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbà\",\n                \"ume\"\n            ]\n        }\n    ],\n    \"-gbà arò\": [\n        {\n            \"word\": \"-gbà arò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be a year old; be so many years old\"\n            ],\n            \"examples\": [\n                {\n                    \"ibgo\": \"Nnwa afù agbàgo arò ìse\",\n                    \"english\": \"The child is five years old\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbà\"\n            ]\n        }\n    ],\n    \"mgbà arò\": [\n        {\n            \"word\": \"mgbà arò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"a year (ago)\",\n                \"a year\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbà\",\n                \"mgbà\"\n            ]\n        }\n    ],\n    \"mgbà arò naàbò\": [\n        {\n            \"word\": \"mgbà arò naàbò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"two years (ago)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ dīgo mgbà arò naàbò alụ afū mèlù\",\n                    \"english\": \"It is now two years since the tragedy occurred\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbà\"\n            ]\n        }\n    ],\n    \"-gbà\": [\n        {\n            \"word\": \"-gbà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lie across\",\n                \"give a hand in carrying\",\n                \"join; pair; add\",\n                \"wear any kind of ring or anklet, etc., on any part of the body (the object, of any material, must go round the particular part of the body)\",\n                \"force to drink liquid (e.g. drug, water, wine, etc.)\",\n                \"grow big or strong; grow, become stout; come of age; be fully-grown\",\n                \"Mkpi gbàlù àgbà The he-goat is fully-grown\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-nwu gbàà\": [\n        {\n            \"word\": \"-nwu gbàà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"shine, glitter, very brightly; be very white\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"gbàà\",\n                \"-nwu\"\n            ]\n        }\n    ],\n    \"-gbà-do\": [\n        {\n            \"word\": \"-gbà-do\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"extensional suffix all; entirely (compare -gbà 3.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"gbàà\"\n            ]\n        }\n    ],\n    \"-ligbàdo\": [\n        {\n            \"word\": \"-ligbàdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"eat altogether\",\n                \"eat up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"gbàà\",\n                \"-li\"\n            ]\n        }\n    ],\n    \"-petùgbàdo\": [\n        {\n            \"word\": \"-petùgbàdo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"concern all\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"gbàà\"\n            ]\n        }\n    ],\n    \"gbàà\": [\n        {\n            \"word\": \"gbàà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"gbalagbala\": [\n        {\n            \"word\": \"gbalagbala\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cleverness; smartness; agility\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gbalì àgbalì\": [\n        {\n            \"word\": \"-gbalì àgbalì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be slender, slim\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba-lì\"\n            ]\n        }\n    ],\n    \"-me mgbalì\": [\n        {\n            \"word\": \"-me mgbalì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be slender, slim\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gba-lì\",\n                \"-me\"\n            ]\n        }\n    ],\n    \"-gba-lì\": [\n        {\n            \"word\": \"-gba-lì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be slender, slim\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụnò gbamgbam\": [\n        {\n            \"word\": \"ụnò gbamgbam\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"building with corrugated iron roofing, 'zinc house'\",\n                \"building with corrugated iron roof\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"gbamgbam\",\n                \"ụnò\"\n            ]\n        }\n    ],\n    \"gbamgbam\": [\n        {\n            \"word\": \"gbamgbam\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tin; enamel pan; anything made of tin; corrugated iron sheet\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gba-zè\": [\n        {\n            \"word\": \"-gba-zè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"melt; change consistency of\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ògbugbe\": [\n        {\n            \"word\": \"ògbugbe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"crawling\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbe\"\n            ]\n        }\n    ],\n    \"-gbebà\": [\n        {\n            \"word\": \"-gbebà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"creep in; encroach\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbe\"\n            ]\n        }\n    ],\n    \"-gbechìgha\": [\n        {\n            \"word\": \"-gbechìgha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"crawl back\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbe\"\n            ]\n        }\n    ],\n    \"-gbe egbe\": [\n        {\n            \"word\": \"-gbe egbe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"move stealthily, stalk\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbe\"\n            ]\n        }\n    ],\n    \"-gbefè\": [\n        {\n            \"word\": \"-gbefè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"crawl over, past\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbe\"\n            ]\n        }\n    ],\n    \"-gbe igbē\": [\n        {\n            \"word\": \"-gbe igbē\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"crawl (like children)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-ègbe igbē\",\n                    \"english\": \"He is crawling\"\n                }\n            ],\n            \"variations\": [\n                \"igbe\"\n            ],\n            \"stems\": [\n                \"-gbe\",\n                \"igbē\"\n            ]\n        }\n    ],\n    \"-gbelèghalị\": [\n        {\n            \"word\": \"-gbelèghalị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"loiter, creep (about)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbe\"\n            ]\n        }\n    ],\n    \"-gbenata\": [\n        {\n            \"word\": \"-gbenata\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"crawl home\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbe\"\n            ]\n        }\n    ],\n    \"-gbepùta\": [\n        {\n            \"word\": \"-gbepùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"crawl out\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbe\"\n            ]\n        }\n    ],\n    \"mgbelè\": [\n        {\n            \"word\": \"mgbelè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stealthy walking; slow, snail-paced walk\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbe\"\n            ]\n        }\n    ],\n    \"-gbe\": [\n        {\n            \"word\": \"-gbe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"crawl; move stealthily\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-gbè àkàmù\": [\n        {\n            \"word\": \"-gbè àkàmù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"mix, prepare liquid pap\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Achòlù m igbè àkàmù\",\n                    \"english\": \"I want to prepare hot pap\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbè\"\n            ]\n        }\n    ],\n    \"-gbè àrụ\": [\n        {\n            \"word\": \"-gbè àrụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tire completely (make body soft, weak, like pap)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbè\"\n            ]\n        }\n    ],\n    \"-gbè\": [\n        {\n            \"word\": \"-gbè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"mix, prepare (e.g. custard, cornflour, starch, or anything which thickens in hot water)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-dị gbelele\": [\n        {\n            \"word\": \"-dị gbelele\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be thin\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"gbelele\"\n            ]\n        }\n    ],\n    \"gbelele\": [\n        {\n            \"word\": \"gbelele\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"thinness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"gbiìgbiì\": [\n        {\n            \"word\": \"gbiìgbiì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"catfish (Clarias lazera)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ògbùgbò\": [\n        {\n            \"word\": \"ògbùgbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"intervention; warding off (of need) (-gbò ward off)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gbòbì\": [\n        {\n            \"word\": \"-gbòbì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"part; prevent from fighting\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbò\"\n            ]\n        }\n    ],\n    \"-gbòchi\": [\n        {\n            \"word\": \"-gbòchi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cover (so as to prevent looking in or attack)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbò\"\n            ]\n        }\n    ],\n    \"-gbò mkpà\": [\n        {\n            \"word\": \"-gbò mkpà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"relieve need; satisfy want; suffice; be useful\",\n                \"be useful\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Igwè Nnā āyị zụtaalụ m n'arō gālụ aga nà-egbòlụ m nnukwu mkpà n'arō à màkà nà ọ bù ya kà m jìzì èje akwụkwọ n'ụnò akwụkwọ m ọfụū tēlụ aka ri nnē\",\n                    \"english\": \"The bicycle bought for me by our father last year is very useful to me this year, because it is the bicycle that I ride to my new school, which is very far away\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbò\",\n                \"mkpà\"\n            ]\n        }\n    ],\n    \"-gbò ògù\": [\n        {\n            \"word\": \"-gbò ògù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"part (antagonists); arbitrate and make peace\",\n                \"part (antagonists, fighters, combatants)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbò\",\n                \"ògù\"\n            ]\n        }\n    ],\n    \"-gbòsà\": [\n        {\n            \"word\": \"-gbòsà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"part (antagonists)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbò\"\n            ]\n        }\n    ],\n    \"ife mgbòchi\": [\n        {\n            \"word\": \"ife mgbòchi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"covering; veil; screen\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbò\",\n                \"ife\"\n            ]\n        }\n    ],\n    \"-gbòdo\": [\n        {\n            \"word\": \"-gbòdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cover\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbò\"\n            ]\n        }\n    ],\n    \"mgbòdo\": [\n        {\n            \"word\": \"mgbòdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"protection; covering; shield\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbò\"\n            ]\n        }\n    ],\n    \"-gbòpù\": [\n        {\n            \"word\": \"-gbòpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"uncover\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbò\"\n            ]\n        }\n    ],\n    \"-gbò\": [\n        {\n            \"word\": \"-gbò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"prevent (aggravation); stop; staunch (blood); check or relieve, prevent (disease); protect\",\n                \"Achòlù m kà ị gbòo ōgbụgbọ ife sī n’ọkụ nà-àgbọ I want you to check the bubbling of the thing on the fire\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"gboo gboo\": [\n        {\n            \"word\": \"gboo gboo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"long, long ago\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"gboo\"\n            ]\n        }\n    ],\n    \"gboo lì\": [\n        {\n            \"word\": \"gboo lì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"early; formerly; long ago; ancient; olden (times) (stronger than gboo)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"gboo\"\n            ]\n        }\n    ],\n    \"ndi gboo\": [\n        {\n            \"word\": \"ndi gboo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the ancients\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"gboo\",\n                \"ndị\"\n            ]\n        }\n    ],\n    \"gboo\": [\n        {\n            \"word\": \"gboo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"early; formerly; long ago; ancient; olden (times)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Jèe gboo\",\n                    \"english\": \"Go early\"\n                },\n                {\n                    \"igbo\": \"Nàa gboo\",\n                    \"english\": \"Go where you are going safely, and come back in time\"\n                },\n                {\n                    \"igbo\": \"Ọ dì gbo\",\n                    \"english\": \"It has been so for a long time\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ògbụgbọ\": [\n        {\n            \"word\": \"ògbụgbọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"vomit (noun)\",\n                \"foaming\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbọ\"\n            ]\n        }\n    ],\n    \"-gbọpù\": [\n        {\n            \"word\": \"-gbọpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"vomit out\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbọ\"\n            ]\n        }\n    ],\n    \"-gbọtò\": [\n        {\n            \"word\": \"-gbọtò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"vomit and leave the mess\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbọ\"\n            ]\n        }\n    ],\n    \"-gbọjà\": [\n        {\n            \"word\": \"-gbọjà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shout at suddenly (so as to frighten)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbọ\"\n            ]\n        }\n    ],\n    \"-gbọ ùjà\": [\n        {\n            \"word\": \"-gbọ ùjà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bark; roar\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbọ\"\n            ]\n        }\n    ],\n    \"-gbọ agbọ\": [\n        {\n            \"word\": \"-gbọ agbọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"remain over; be left\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbọ\"\n            ]\n        }\n    ],\n    \"-gbọfọ\": [\n        {\n            \"word\": \"-gbọfọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"remain over; be spare\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbọ\"\n            ]\n        }\n    ],\n    \"-gbọkàpù\": [\n        {\n            \"word\": \"-gbọkàpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut up meat\",\n                \"prune (tree); break off with force (e.g. as tree branch breaking during a storm)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbọ\"\n            ]\n        }\n    ],\n    \"-gbọkwo\": [\n        {\n            \"word\": \"-gbọkwo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pluck (unripe fruit); miscarry (especially of animals, but also of humans)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbọ\"\n            ]\n        }\n    ],\n    \"-gbọkwopù\": [\n        {\n            \"word\": \"-gbọkwopù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"break off; pluck off; miscarry (very severe and accidental)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbọ\"\n            ]\n        }\n    ],\n    \"-gbọwa\": [\n        {\n            \"word\": \"-gbọwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"split; hew (wood)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbọ\"\n            ]\n        }\n    ],\n    \"mgbọwa\": [\n        {\n            \"word\": \"mgbọwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"crack; spliting\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbọ\"\n            ]\n        }\n    ],\n    \"-gbọwapù\": [\n        {\n            \"word\": \"-gbọwapù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"split up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbọ\"\n            ]\n        }\n    ],\n    \"-gbọ àgbọ\": [\n        {\n            \"word\": \"-gbọ àgbọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"steam and bubble\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ìtè nà-àgbọ āgbọ\",\n                    \"english\": \"The pot is steaming and bubbling\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbọ\"\n            ]\n        }\n    ],\n    \"-gbọ ùfụfù\": [\n        {\n            \"word\": \"-gbọ ùfụfù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"foam; froth\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nni dī n’ọkụ nà-àgbọ ūfụfù\",\n                    \"english\": \"The food on the fire is frothing\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbọ\",\n                \"ùfụfù\"\n            ]\n        }\n    ],\n    \"-gbọ\": [\n        {\n            \"word\": \"-gbọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"vomit\",\n                \"bark; roar\",\n                \"remain; be over (compare -fọ 1.)\",\n                \"break off (forcibly and roughly)\",\n                \"boil (of water); bubble; foam; froth\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anùlù m ogè nkịtā nà-àgbọ òdùm nā-agbọ n'òzàlà\",\n                    \"english\": \"I heard when the dog was barking at the lion that was roaring in the wilderness\"\n                },\n                {\n                    \"igbo\": \"Mmilī nà-àgbọ\",\n                    \"english\": \"The water is boiling\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"gbọò\": [\n        {\n            \"word\": \"gbọò\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"word asking for confirmation or denial of a report; e.g. A narrates to B something concerning C, and B turns to C saying 'Gbọò', which implies 'You have heard what A has said. Is it true?' B then expects C to confirm or deny A's statement\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gbọ-tò\": [\n        {\n            \"word\": \"-gbọ-tò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lay down\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ebe à kà ọ gbōtòlù òkpu m nà-àchọ\",\n                    \"english\": \"It is here that he abandoned the hat I was looking for\"\n                }\n            ],\n            \"variations\": [\n                \"-gba-tò\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ògbugbu mmadù\": [\n        {\n            \"word\": \"ògbugbu mmadù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"manslaughter; murder\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\",\n                \"madù\"\n            ]\n        }\n    ],\n    \"-gbucha\": [\n        {\n            \"word\": \"-gbucha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut side of something; trim hedges; peel bark\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\"\n            ]\n        }\n    ],\n    \"-gbudo\": [\n        {\n            \"word\": \"-gbudo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut and place; fix firmly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\"\n            ]\n        }\n    ],\n    \"-gbufo\": [\n        {\n            \"word\": \"-gbufo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hack a way through\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\"\n            ]\n        }\n    ],\n    \"-gbugwò\": [\n        {\n            \"word\": \"-gbugwò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut open (of pot or pot-like object, e.g. coconut, or something breakable, e.g. plate, with knife or matchet) break that coconut (by cutting) till (something hard)\",\n                \"cut open (pot, etc.), till (something hard)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àchọrō m kà i gbugwòo akụ oyìbo afù\",\n                    \"english\": \"I do not want you to\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\",\n                \"-gwò\"\n            ]\n        }\n    ],\n    \"-gbu ichi\": [\n        {\n            \"word\": \"-gbu ichi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut ichi marks\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\",\n                \"ichi\"\n            ]\n        }\n    ],\n    \"-gbuji\": [\n        {\n            \"word\": \"-gbuji\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut off with knife or matchet; cut across\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àda nà-àchọ igbuji ọdū\",\n                    \"english\": \"Ada is going to cut the pestle (into two)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\"\n            ]\n        }\n    ],\n    \"-gbujipù\": [\n        {\n            \"word\": \"-gbujipù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"break off; cut off; chop off; (with knife, matchet)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\"\n            ]\n        }\n    ],\n    \"-gbujirà\": [\n        {\n            \"word\": \"-gbujirà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut into two\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\"\n            ]\n        }\n    ],\n    \"-gbukasị\": [\n        {\n            \"word\": \"-gbukasị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hew; cut to pieces\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\"\n            ]\n        }\n    ],\n    \"-gbulì\": [\n        {\n            \"word\": \"-gbulì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"till (something soft)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\"\n            ]\n        }\n    ],\n    \"-gbu mgbu\": [\n        {\n            \"word\": \"-gbu mgbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"clear prospective farm; clear bush of trees\",\n                \"hurt; cause pain\",\n                \"be painful, hurtful\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ụkwụ nà-ègbu m mgbu\",\n                    \"english\": \"My leg is hurting me\"\n                },\n                {\n                    \"igbo\": \"Ọ nà-ègbu m#mgbu\",\n                    \"english\": \"It is hurting me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\",\n                \"mgbu\"\n            ]\n        }\n    ],\n    \"-gbunye\": [\n        {\n            \"word\": \"-gbunye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut up and bring together into\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\"\n            ]\n        }\n    ],\n    \"-gbunye ọgwù\": [\n        {\n            \"word\": \"-gbunye ọgwù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut up and bring together into a pot various herbs, roots and other ingredients of native medicine\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Achòlù m igbu#nye ọgwù ịbà\",\n                    \"english\": \"I want to brew malaria medicine\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\",\n                \"ọgwù\"\n            ]\n        }\n    ],\n    \"-gbu ōchi\": [\n        {\n            \"word\": \"-gbu ōchi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"draw blood with horn or horn-shaped calabash from any part of the body to relieve pain, swelling, congestion; get rid of impure or stagnant blood\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\"\n            ]\n        }\n    ],\n    \"-gbu ọchù\": [\n        {\n            \"word\": \"-gbu ọchù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"commit murder (or manslaughter, but strictly murder)\",\n                \"commit murder, manslaughter\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\",\n                \"ọchù\"\n            ]\n        }\n    ],\n    \"-gbu ọkìkà\": [\n        {\n            \"word\": \"-gbu ọkìkà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tattoo\",\n                \"tattoo (compare -dọ nkì)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\",\n                \"ọkìkà\"\n            ]\n        }\n    ],\n    \"-gbupù\": [\n        {\n            \"word\": \"-gbupù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"kill outright; cut off\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\"\n            ]\n        }\n    ],\n    \"-gbusịsị\": [\n        {\n            \"word\": \"-gbusịsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"annihilate\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\"\n            ]\n        }\n    ],\n    \"-gbutòpù\": [\n        {\n            \"word\": \"-gbutòpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"massacre; complete the killing or cutting\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\"\n            ]\n        }\n    ],\n    \"-gbutù\": [\n        {\n            \"word\": \"-gbutù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fell; cut down (e.g. trees)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\"\n            ]\n        }\n    ],\n    \"-gbu ugbō\": [\n        {\n            \"word\": \"-gbu ugbō\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"farm, cultivate\",\n                \"make farm; farm\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ugbō kà Nwankwọ nà-ègbu èri o jìlì si n’ọlụ oyìbo zùlụ ikē\",\n                    \"english\": \"Nwankwọ has been farming since his retirement from the Civil Service\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\",\n                \"ugbō\"\n            ]\n        }\n    ],\n    \"-gbuwa\": [\n        {\n            \"word\": \"-gbuwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut open, break into two (e.g. coconut)\",\n                \"split by cutting (especially with axe or matchet)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-gbuwe\"\n            ],\n            \"stems\": [\n                \"-gbu\",\n                \"-wa\"\n            ]\n        }\n    ],\n    \"-gbuwa ụzò\": [\n        {\n            \"word\": \"-gbuwa ụzò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut new road\",\n                \"cut a new road\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\",\n                \"ụzò\"\n            ]\n        }\n    ],\n    \"ògbu mmādù\": [\n        {\n            \"word\": \"ògbu mmādù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"‘man-killer’; a much-coveted honour in the olden days conferred on anyone who possessed a human head\",\n                \"intoxicate\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\"\n            ]\n        }\n    ],\n    \"(mmanya) -gbu\": [\n        {\n            \"word\": \"(mmanya) -gbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be intoxicated by alcohol\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Mmanya nà-ègbu Ọjì\",\n                    \"english\": \"Ọjị is intoxicated\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\"\n            ]\n        }\n    ],\n    \"-gbu ògùgò\": [\n        {\n            \"word\": \"-gbu ògùgò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"gladden\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ife ọ gà-ewètalụ m nà-ègbu m ògùgò\",\n                    \"english\": \"Something he is going to bring for me is making me happy\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\",\n                \"ògùgò\"\n            ]\n        }\n    ],\n    \"-gbu òkpòlòfifìè\": [\n        {\n            \"word\": \"-gbu òkpòlòfifìè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"whistle\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ùfọdụ mbà nà-àsọ igbu#òkpòlòfifìè nsọ\",\n                    \"english\": \"Some towns forbid whistling\"\n                },\n                {\n                    \"igbo\": \"Gbùelụ m òkpòlòfifìè ogē ōbụnà ị nà-àgafè\",\n                    \"english\": \"Whistle to me whenever you are passing\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\",\n                \"òkpòlòfifìè\"\n            ]\n        }\n    ],\n    \"-gbu òpì\": [\n        {\n            \"word\": \"-gbu òpì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"blow horn, bugle\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\",\n                \"òpì\"\n            ]\n        }\n    ],\n    \"-gbu òjà\": [\n        {\n            \"word\": \"-gbu òjà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"blow flute, whistle\",\n                \"blow whistle\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Afùlù m ndị nā-egbu òjà\",\n                    \"english\": \"I saw some people playing flutes\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\",\n                \"òjà\"\n            ]\n        }\n    ],\n    \"-gbudo ǹkù akā\": [\n        {\n            \"word\": \"-gbudo ǹkù akā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"place the elbows against\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Egbudozina ǹkù akā n’enu oche nnī\",\n                    \"english\": \"Stop putting your elbows on the table\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\"\n            ]\n        }\n    ],\n    \"-gbu ikpèlè\": [\n        {\n            \"word\": \"-gbu ikpèlè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"kneel\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bìanù kà ànyị gbue ikpèlè n'ànì\",\n                    \"english\": \"O come and let us kneel down\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\",\n                \"ikpèlè\"\n            ]\n        }\n    ],\n    \"-gbu ikpèlè ụkwū\": [\n        {\n            \"word\": \"-gbu ikpèlè ụkwū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fall on one's knees; kneel\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\"\n            ]\n        }\n    ],\n    \"-gbu nchà\": [\n        {\n            \"word\": \"-gbu nchà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"soap oneself\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\",\n                \"nchà\"\n            ]\n        }\n    ],\n    \"-gbu ùlì\": [\n        {\n            \"word\": \"-gbu ùlì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"mark parts of the body with ùlì\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\",\n                \"ùlì\"\n            ]\n        }\n    ],\n    \"-gbu fìàfìà\": [\n        {\n            \"word\": \"-gbu fìàfìà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"flash; glitter\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\"\n            ]\n        }\n    ],\n    \"-gbu ìnyège ìnyègè\": [\n        {\n            \"word\": \"-gbu ìnyège ìnyègè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"glisten (as water or glass in sun)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ dì ìnyègè, ogè ọ fùlù ya\",\n                    \"english\": \"It was very faint when he saw it\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\",\n                \"ìnyègè\"\n            ]\n        }\n    ],\n    \"-gbuke\": [\n        {\n            \"word\": \"-gbuke\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shine\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\"\n            ]\n        }\n    ],\n    \"-gbu màlàmàlà\": [\n        {\n            \"word\": \"-gbu màlàmàlà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shine; glitter\",\n                \"glitter\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\",\n                \"màlàmàlà\"\n            ]\n        }\n    ],\n    \"-gbu mgbu obì\": [\n        {\n            \"word\": \"-gbu mgbu obì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pain in the heart\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\",\n                \"obì\"\n            ]\n        }\n    ],\n    \"àrụ mgbu\": [\n        {\n            \"word\": \"àrụ mgbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pains; difficulty; agony; illness\",\n                \"illness\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O nwè àrụ mgbu\",\n                    \"english\": \"He is ill\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\",\n                \"mgbu\"\n            ]\n        }\n    ],\n    \"ife mgbu\": [\n        {\n            \"word\": \"ife mgbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"ailment\",\n                \"suffering; painful thing\",\n                \"painful, hurtful, thing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\",\n                \"ife\",\n                \"mgbu\"\n            ]\n        }\n    ],\n    \"-gbu ēgbu\": [\n        {\n            \"word\": \"-gbu ēgbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"intoxicate\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Mmanya ikē nà-ègbu ēgbu\",\n                    \"english\": \"Local gin is intoxicating\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbu\"\n            ]\n        }\n    ],\n    \"-gbu\": [\n        {\n            \"word\": \"-gbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"kill; cut; chop\",\n                \"plant (tubers)\",\n                \"blow (musical instrument)\",\n                \"build, lay, mud wall\",\n                \"place (knees, elbows) against\",\n                \"coat, permeate (as paint, oil, dye, etc.)\",\n                \"flash; glitter; shine\",\n                \"hurt\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"gbùlùgbulù\": [\n        {\n            \"word\": \"gbùlùgbulù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"roundness; surroundings\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Onye ndi ilō gbàlù gbùlùgbulù nà-èche bē ya nche mgbè niīne mgbè niīne\",\n                    \"english\": \"A person surrounded by enemies always keeps watch over his house\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gbụ àgbụ\": [\n        {\n            \"word\": \"-gbụ àgbụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be slippery, slip on or off (of rings, bracelets)\",\n                \"be shed (leaves)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbụ\"\n            ]\n        }\n    ],\n    \"-gbụcha\": [\n        {\n            \"word\": \"-gbụcha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shed leaves; slip; be slippery\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbụ\"\n            ]\n        }\n    ],\n    \"-gbụcha ọnū\": [\n        {\n            \"word\": \"-gbụcha ọnū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wash, rinse mouth\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ogē òbùnà ị tàsìlì atụ gba mbò gbùchaa ọnū gị\",\n                    \"english\": \"Whenever you finish using your chewing stick, try and rinse your mouth\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbụ\",\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"-gbụchapù\": [\n        {\n            \"word\": \"-gbụchapù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"slip off; be out of joint\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbụ\"\n            ]\n        }\n    ],\n    \"-gbụ mgbụ\": [\n        {\n            \"word\": \"-gbụ mgbụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shed leaves; strip\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Osisi dī nà mbala afīa adī àgbụ mgbụ\",\n                    \"english\": \"The tree in the market place never sheds its leaves\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbụ\"\n            ]\n        }\n    ],\n    \"-gbụnye\": [\n        {\n            \"word\": \"-gbụnye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"put on (ring, bracelet)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Gbùnye mgbànaka ǹke à kà m fụ etu ọ gà-àdị gī\",\n                    \"english\": \"Put on this ring and let me see how it fits you\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbụ\"\n            ]\n        }\n    ],\n    \"-gbụ ọnụ mmīli\": [\n        {\n            \"word\": \"-gbụ ọnụ mmīli\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"spit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbụ\"\n            ]\n        }\n    ],\n    \"-gbụpù\": [\n        {\n            \"word\": \"-gbụpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take off (e.g. shoe, ring); fall off (of leaves)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Achòlù kà ị gbụpù mgbànaka gī tupu ì bàta ụnò\",\n                    \"english\": \"I want you to remove your ring before you enter the house\"\n                },\n                {\n                    \"igbo\": \"Ọjī dī n'òbi nà-àgbụpù akwụkwọ ọgè ǹcha\",\n                    \"english\": \"The iroko tree (Milicia excelsa) in the court sheds leaves at all times\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbụ\"\n            ]\n        }\n    ],\n    \"-gbụtò\": [\n        {\n            \"word\": \"-gbụtò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"slip off and abandon\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Afūgo m ebe ọ gbūtòlù akpụkpọ ụkwū ya\",\n                    \"english\": \"I have seen where she (slipped off and) abandoned her shoes\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbụ\"\n            ]\n        }\n    ],\n    \"-gbụ\": [\n        {\n            \"word\": \"-gbụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shed (leaves); remove\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọjī dī n’iru ụnō ānyị nà-àgbụ akwụkwọ\",\n                    \"english\": \"The iroko tree in the front of our house is shedding its leaves\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gbù àgbù\": [\n        {\n            \"word\": \"-gbù àgbù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be fed up; have lost appetite for; have no appetite for\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ùdị ọlū à nà-agbū àgbù ọsọ ōsọ\",\n                    \"english\": \"This kind of work quickly becomes boring\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gbù\"\n            ]\n        }\n    ],\n    \"-gbù\": [\n        {\n            \"word\": \"-gbù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lose appetite for; have eaten sufficiently and want no more off; be fed up\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nnī gbùlù m\",\n                    \"english\": \"I have no appetite for food (in general)\"\n                },\n                {\n                    \"igbo\": \"Elīgo m ji ogonogo ọgè; kịtāà ọ gbùgo m\",\n                    \"english\": \"I have eaten yam\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gè ntì\": [\n        {\n            \"word\": \"-gè ntì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"listen\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gè\",\n                \"ntì\"\n            ]\n        }\n    ],\n    \"-gè ǹgìgè\": [\n        {\n            \"word\": \"-gè ǹgìgè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cordon round with rope or fence\",\n                \"cordon round with rope\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gè\",\n                \"ǹgìgè\"\n            ]\n        }\n    ],\n    \"-gè\": [\n        {\n            \"word\": \"-gè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"listen\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"genye nà\": [\n        {\n            \"word\": \"genye nà\",\n            \"wordClass\": \"CJN\",\n            \"definitions\": [\n                \"unless; until\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Agà m anò ebe à genye nà ò bìàlù\",\n                    \"english\": \"I will be here until he comes\"\n                },\n                {\n                    \"igbo\": \"Àyị amā eje ọlū genye nà ò mèlù ife ayị chòlù\",\n                    \"english\": \"We shall not work unless he does what we want.\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"GH\": [\n        {\n            \"word\": \"GH\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òghụgha\": [\n        {\n            \"word\": \"òghụgha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"change, turning (usually for worse)\",\n                \"scattering\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"aya ōghụgha, enu ōghụgha, ife ōghụgha\",\n                    \"english\": \"changing of state of things for the worse, especially in social matters, fashion, etc.\"\n                },\n                {\n                    \"igbo\": \"Ọ bù aya ōghụgha mèlù nà ụmù àgbọghò nà-èjizi akā fa aròlụ di sōlụ fa\",\n                    \"english\": \"It is the changing of the state of things for the worse that has brought about marriageable girls choosing their husbands by themselves\"\n                }\n            ],\n            \"variations\": [\n                \"òghịgha\"\n            ],\n            \"stems\": [\n                \"-gha\"\n            ]\n        }\n    ],\n    \"-gha agha\": [\n        {\n            \"word\": \"-gha agha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"change, alter (usually for worse)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gha\"\n            ]\n        }\n    ],\n    \"-gha anya n'àzụ\": [\n        {\n            \"word\": \"-gha anya n'àzụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"look backwards; look, glance back\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Agwàlù m yà kà o jìsie ikē ghàlụ ịghā anya n'àzụ\",\n                    \"english\": \"I told him to strive hard without looking backwards\"\n                },\n                {\n                    \"igbo\": \"Onye nā-amù ịgbā igwè adā àgha anyā n'àzụ ọgè ọ nò n’enu#ya\",\n                    \"english\": \"A person just learning to ride a bicycle does not look backward while on it\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gha\"\n            ]\n        }\n    ],\n    \"-ghagbu\": [\n        {\n            \"word\": \"-ghagbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"confuse; play complicated trick (on someone); cheat\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ibè àghagbugo m; o kwèsìlì kà mụ kèta ego īli n’ego mụ nà ya kètàlù, mà sòọsò ego īnọ kà m kètàlù\",\n                    \"english\": \"Ibe has tricked me; I ought to get one naira out of the money we shared, but I got only forty kobo\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gha\"\n            ]\n        }\n    ],\n    \"nghagbu\": [\n        {\n            \"word\": \"nghagbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cheating; trickery\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gha\"\n            ]\n        }\n    ],\n    \"onye nghagbu\": [\n        {\n            \"word\": \"onye nghagbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"a trickster\",\n                \"toss about before dying\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gha\"\n            ]\n        }\n    ],\n    \"-ghaghalị\": [\n        {\n            \"word\": \"-ghaghalị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"turn round, about\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gha\"\n            ]\n        }\n    ],\n    \"-ghakpù iru\": [\n        {\n            \"word\": \"-ghakpù iru\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"turn upside down; lie face downwards\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gha\",\n                \"iru\"\n            ]\n        }\n    ],\n    \"-ghalị àzụ\": [\n        {\n            \"word\": \"-ghalị àzụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"turn round; go back\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gha\"\n            ]\n        }\n    ],\n    \"àma ūgha\": [\n        {\n            \"word\": \"àma ūgha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"false witness\",\n                \"followed by -lị, used as suffix meaning about'\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gha\"\n            ]\n        }\n    ],\n    \"-jeghalị\": [\n        {\n            \"word\": \"-jeghalị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stroll about\",\n                \"walk about\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Agū nà-èjeghalị n'òzàlà ịmā mà ọ nwè ife ọ gà-àfụ kpachalị\",\n                    \"english\": \"Agụ is going about in the grassland to see if he can find some (animal) to take\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gha\",\n                \"-je\"\n            ]\n        }\n    ],\n    \"-kwaghalị\": [\n        {\n            \"word\": \"-kwaghalị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"move (things) about\",\n                \"move (things) about Ọ nà-àkwaghalị ife yā He is moving his things about\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gha\",\n                \"-kwa\"\n            ]\n        }\n    ],\n    \"-kwụghalị\": [\n        {\n            \"word\": \"-kwụghalị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"loiter about lazily\",\n                \"loiter\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gha\",\n                \"-kwụ\"\n            ]\n        }\n    ],\n    \"-maghalị\": [\n        {\n            \"word\": \"-maghalị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"jump about\",\n                \"shake (a vessel containing liquid)\",\n                \"throw about\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gha\",\n                \"-ma\"\n            ]\n        }\n    ],\n    \"Anà m èje ịghā osè\": [\n        {\n            \"word\": \"Anà m èje ịghā osè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"I am going to sow pepper seeds (broadcast)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gha\"\n            ]\n        }\n    ],\n    \"-gha mkpụlū\": [\n        {\n            \"word\": \"-gha mkpụlū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sow seeds (broadcast)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gha\",\n                \"mkpụlū\"\n            ]\n        }\n    ],\n    \"-gha mkpụlụ osisi\": [\n        {\n            \"word\": \"-gha mkpụlụ osisi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sow seeds (broadcast)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gha\",\n                \"osisi\"\n            ]\n        }\n    ],\n    \"-ghasà\": [\n        {\n            \"word\": \"-ghasà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sow by scattering; scatter\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gha\"\n            ]\n        }\n    ],\n    \"-gha\": [\n        {\n            \"word\": \"-gha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"change (usually for worse); turn; alter; turn round\",\n                \"scatter, throw (broadcast); sow (broadcast)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òghùghà\": [\n        {\n            \"word\": \"òghùghà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"passing, etc.\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ghàa yā aka\",\n                    \"english\": \"Leave him alone!\"\n                },\n                {\n                    \"igbo\": \"Ụgbọ afù ghàlù àyị nà Nnoòbì\",\n                    \"english\": \"The car overtook us at Nnoobi\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ghà\"\n            ]\n        }\n    ],\n    \"-ghàgbu -ghàlụ = -ghà\": [\n        {\n            \"word\": \"-ghàgbu -ghàlụ = -ghà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"leave someone far behind\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ndị mmụ nà fa yìbido ijè aghàgbugo m\",\n                    \"english\": \"The people I started the journey with have left me far behind\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ghà\"\n            ]\n        }\n    ],\n    \"-ghà\": [\n        {\n            \"word\": \"-ghà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pass; overtake; leave; surpass; let alone; leave off; fail\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gha-lị\": [\n        {\n            \"word\": \"-gha-lị\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see -gha 1.B.\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-ghekpọ\": [\n        {\n            \"word\": \"-ghekpọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"yawn; pant\",\n                \"fry dry\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ghe\"\n            ]\n        }\n    ],\n    \"-ghe oghe\": [\n        {\n            \"word\": \"-ghe oghe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be open\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-ghe\"\n            ],\n            \"stems\": [\n                \"-ghe\"\n            ]\n        }\n    ],\n    \"oghē\": [\n        {\n            \"word\": \"oghē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"opening\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ọghē\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"-ghe ughelē\": [\n        {\n            \"word\": \"-ghe ughelē\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"yawn\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-èghe ughelē\",\n                    \"english\": \"He is yawning\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ghe\",\n                \"ughelē\"\n            ]\n        }\n    ],\n    \"-kwùghe\": [\n        {\n            \"word\": \"-kwùghe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"open; take off lid or cover\",\n                \"open (bottle, tin, pot, etc.)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bikō kwùghee ìtè\",\n                    \"english\": \"Please uncover the pot\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ghe\",\n                \"-kwù-\"\n            ]\n        }\n    ],\n    \"oghele\": [\n        {\n            \"word\": \"oghele\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"opening; opportunity\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ghe\"\n            ]\n        }\n    ],\n    \"òghighe\": [\n        {\n            \"word\": \"òghighe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"frying\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ghe\"\n            ]\n        }\n    ],\n    \"-ghe ògèdè\": [\n        {\n            \"word\": \"-ghe ògèdè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fry plantains\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ghe\",\n                \"ògèdè\"\n            ]\n        }\n    ],\n    \"anụ ōghighe\": [\n        {\n            \"word\": \"anụ ōghighe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fried meat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ghe\"\n            ]\n        }\n    ],\n    \"anụ eghēleghe\": [\n        {\n            \"word\": \"anụ eghēleghe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fried meat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ghe\"\n            ]\n        }\n    ],\n    \"-ghe\": [\n        {\n            \"word\": \"-ghe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be open; open; yawn; gape\",\n                \"fry\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òghìghè\": [\n        {\n            \"word\": \"òghìghè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"being properly cooked\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ghè\"\n            ]\n        }\n    ],\n    \"-ghèdè\": [\n        {\n            \"word\": \"-ghèdè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cook very soft (especially of carbohydrate food)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ghè\"\n            ]\n        }\n    ],\n    \"-ghèkpò\": [\n        {\n            \"word\": \"-ghèkpò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cook properly (especially of meat, fish); be well cooked\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ghè\"\n            ]\n        }\n    ],\n    \"-sighè\": [\n        {\n            \"word\": \"-sighè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cook properly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ghè\"\n            ]\n        }\n    ],\n    \"-ghè\": [\n        {\n            \"word\": \"-ghè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be properly cooked\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-jeghèli\": [\n        {\n            \"word\": \"-jeghèli\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wander about at random\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ghè-li\",\n                \"-lị\"\n            ]\n        }\n    ],\n    \"-meghèli\": [\n        {\n            \"word\": \"-meghèli\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fool about\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ghè-li\"\n            ]\n        }\n    ],\n    \"-ghè-li\": [\n        {\n            \"word\": \"-ghè-li\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut into pieces\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ghelìe anụ afù\",\n                    \"english\": \"Cut that meat into pieces\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-dị ghòlòghòlò\": [\n        {\n            \"word\": \"-dị ghòlòghòlò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be watery\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ghòlòghòlò\"\n            ]\n        }\n    ],\n    \"ghòlòghòlò\": [\n        {\n            \"word\": \"ghòlòghòlò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"watery, light consistency (of soup, broth, etc.; compare gologolo)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òghụghọ\": [\n        {\n            \"word\": \"òghụghọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"mistaking\",\n                \"catching\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anà m èje ịghō ife ọ nà-àchọ ịtūpùlù m site n’enu osisi\",\n                    \"english\": \"I am going to catch what he is going to drop for me from the top of the tree\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ghọ\"\n            ]\n        }\n    ],\n    \"-ghọ aghọ\": [\n        {\n            \"word\": \"-ghọ aghọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be a mistake; show a loss\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ibè akpāchàpùrò anya wèlụ gbu ewu mmadù kamà ọ ghòlù yà àghọ\",\n                    \"english\": \"Ibe did not deliberately kill another man's goat; it was a mistake\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ghọ\"\n            ]\n        }\n    ],\n    \"òghọm̄\": [\n        {\n            \"word\": \"òghọm̄\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mistake; mishap; loss\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ife kpātalụ nà òtụtụ mmādù adī àgba mgbele bù màkà nà fa nà-àtụ egwū òghọm\",\n                    \"english\": \"The reason why many people do not trade is because of their fear of loss\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-ghọdo\": [\n        {\n            \"word\": \"-ghọdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"understand well\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Achòlù m kà ị ghọdo ife m nà-èkwu òfụma\",\n                    \"english\": \"I want you to understand what I am saying well\"\n                },\n                {\n                    \"igbo\": \"Àghọdōsịrọ m okwu ị nà-èkwu n'ùtụtù màkà nà anà m akù mgbanù ọgè ị nà-èkwu okwu#\",\n                    \"english\": \"I did not quite get what you were saying in the morning because I was in a hurry when you were speaking\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ghọ\"\n            ]\n        }\n    ],\n    \"-ghọlụ = -ghọ\": [\n        {\n            \"word\": \"-ghọlụ = -ghọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"catch\",\n                \"pick, pluck fruit\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ghòlụ ife ọ nà-àchọ ịtūpùlù gị\",\n                    \"english\": \"Catch what he is going to throw to you\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ghọ\"\n            ]\n        }\n    ],\n    \"-ghọta\": [\n        {\n            \"word\": \"-ghọta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"understand\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Achòlù m kà ị ghọta okwu#m\",\n                    \"english\": \"I want you to understand my word\"\n                },\n                {\n                    \"igbo\": \"Aghōtago m ife ị nà-àkụzili m\",\n                    \"english\": \"I have understood what you are teaching me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ghọ\"\n            ]\n        }\n    ],\n    \"nghọta\": [\n        {\n            \"word\": \"nghọta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"understanding\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ghọ\"\n            ]\n        }\n    ],\n    \"-ghọ\": [\n        {\n            \"word\": \"-ghọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go wrong; miss; be mistaken\",\n                \"catch (object falling from a height or thrown)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òghùghò\": [\n        {\n            \"word\": \"òghùghò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"changing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ghò\"\n            ]\n        }\n    ],\n    \"-ghòlụ\": [\n        {\n            \"word\": \"-ghòlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"change, develop into; become\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Akpụkpa dī n'àrụ Īwu aghòlụgo ọyà ọcha\",\n                    \"english\": \"The rash on Iwu's body has developed into leprosy\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ghò\"\n            ]\n        }\n    ],\n    \"-ghòdo\": [\n        {\n            \"word\": \"-ghòdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"trick someone into missing something elsewhere\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ghò\"\n            ]\n        }\n    ],\n    \"-ghògbu\": [\n        {\n            \"word\": \"-ghògbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"confuse, play trick on someone\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ghò\"\n            ]\n        }\n    ],\n    \"-ghòlị\": [\n        {\n            \"word\": \"-ghòlị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"‘deceive’ by exerting pre-natal influence on child to resemble oneself. If a pregnant woman keeps constant company with another person, during much of the pregnancy, the child is very likely to resemble that person when born\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òbìàgèlî ghòlìlì Àda ọgè a dì ime Āda, ị fūrọ etu Àda sìlì yi yā?\",\n                    \"english\": \"Ọbịageli ‘deceived’ Ada while Ada was in the womb; don't you see how Ada resembles her?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ghò\"\n            ]\n        }\n    ],\n    \"-ghò\": [\n        {\n            \"word\": \"-ghò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"change, develop into; become\",\n                \"play trick; trick; work deceit\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Kèdụ ife ị nà-aghò ebe afù?\",\n                    \"english\": \"What trick are you up to there?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òghughu\": [\n        {\n            \"word\": \"òghughu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cooking\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Gịnī kà ị nà-àchọ ighu#?\",\n                    \"english\": \"What are you preparing to boil?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ghu\"\n            ]\n        }\n    ],\n    \"-ghu\": [\n        {\n            \"word\": \"-ghu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cook; boil (compare -si)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òghụghụ\": [\n        {\n            \"word\": \"òghụghụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"plucking out; extraction\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ì jèkò ịghū m anya?\",\n                    \"english\": \"Are you going to pluck out my eye?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ghụ\"\n            ]\n        }\n    ],\n    \"-ghụlụ\": [\n        {\n            \"word\": \"-ghụlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pluck out; extract (and take away)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ghụ\"\n            ]\n        }\n    ],\n    \"-ghụ\": [\n        {\n            \"word\": \"-ghụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"(compare -gwò) pluck out; extract (e.g. like eyes); remove, scoop (e.g. coconut flesh from shell)\",\n                \"bath\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-kwugide\": [\n        {\n            \"word\": \"-kwugide\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"speak against\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Fa nà-èkwugide yā èkwugide\",\n                    \"english\": \"They are speaking against him\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gi-de\"\n            ]\n        }\n    ],\n    \"-megide\": [\n        {\n            \"word\": \"-megide\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"act against\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-mejide\"\n            ],\n            \"stems\": [\n                \"-gi-de\",\n                \"-me\"\n            ]\n        }\n    ],\n    \"-nwụde\": [\n        {\n            \"word\": \"-nwụde\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"catch; grip; seize; throw in wrestling; catch (e.g. thief) red-handed\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gi-de\",\n                \"-nwụ\"\n            ]\n        }\n    ],\n    \"-gi-de\": [\n        {\n            \"word\": \"-gi-de\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"against\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-ji-de\",\n                \"-de\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"gìdìgìdì\": [\n        {\n            \"word\": \"gìdìgìdì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"disorder; trouble (compare Yoruba gìdìgìdì of violent physical movement, especially fighting)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ụnō à nà-adà gìdìgìdì\",\n                    \"english\": \"There is great trouble in this house.\"\n                },\n                {\n                    \"igbo\": \"Ogè ife à mèlù mmadù niīne wèe na-àgba gìdìgìdì\",\n                    \"english\": \"When this thing happened all the people were running helter-skelter\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mụ nà gị\": [\n        {\n            \"word\": \"mụ nà gị\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"you and I\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"gị\",\n                \"mụ\"\n            ]\n        }\n    ],\n    \"ǹkè gị\": [\n        {\n            \"word\": \"ǹkè gị\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"yours; thine\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-àgwa gī\",\n                    \"english\": \"He is telling you\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"gị\"\n            ]\n        }\n    ],\n    \"gị\": [\n        {\n            \"word\": \"gị\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"(independent; 2nd pers. sg.) you, your (sg.); thou; thee; thy (compare ǹgị)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gị-gàdo\": [\n        {\n            \"word\": \"-gị-gàdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"catch hold of (of someone weak, e.g. spider)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"gịlịgịlị\": [\n        {\n            \"word\": \"gịlịgịlị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"thinness; slightness; slenderness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"gịnī zị?\": [\n        {\n            \"word\": \"gịnī zị?\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"what? what then?\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"gịnī?\"\n            ]\n        }\n    ],\n    \"gịnī kpàtàlù?\": [\n        {\n            \"word\": \"gịnī kpàtàlù?\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"why?\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"gịnī?\"\n            ]\n        }\n    ],\n    \"gịnī mèlù?\": [\n        {\n            \"word\": \"gịnī mèlù?\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"what happened?\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"gịnī?\"\n            ]\n        }\n    ],\n    \"màkà gịnī?\": [\n        {\n            \"word\": \"màkà gịnī?\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"for what? for what reason?\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"gịnī?\"\n            ]\n        }\n    ],\n    \"ò gịnī?\": [\n        {\n            \"word\": \"ò gịnī?\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"what?\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"gịnī?\"\n            ]\n        }\n    ],\n    \"gịnī?\": [\n        {\n            \"word\": \"gịnī?\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"what?\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gokọ\": [\n        {\n            \"word\": \"-gokọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"buy together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-go\"\n            ]\n        }\n    ],\n    \"-gokọlụ\": [\n        {\n            \"word\": \"-gokọlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"buy all\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-go\",\n                \"-kọ\"\n            ]\n        }\n    ],\n    \"-golu\": [\n        {\n            \"word\": \"-golu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"buy; hire (things)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-go\"\n            ]\n        }\n    ],\n    \"-gote\": [\n        {\n            \"word\": \"-gote\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"buy from\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-go\"\n            ]\n        }\n    ],\n    \"-gotelụ\": [\n        {\n            \"word\": \"-gotelụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"buy for someone\",\n                \"buy for\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-go\",\n                \"-lụ \"\n            ]\n        }\n    ],\n    \"-go ngo\": [\n        {\n            \"word\": \"-go ngo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"give a reward or inducement\",\n                \"give a present, reward\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-go\",\n                \"ngo\"\n            ]\n        }\n    ],\n    \"-go\": [\n        {\n            \"word\": \"-go\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"buy; hire (men, things)\",\n                \"Ọ nātago He has arrived\",\n                \"Ụmù akwụkwọ nà-akwàgo motō Ōbelē enu ugwu#Students are pushing Obele's car up the hill.\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ gwūgo\",\n                    \"english\": \"It has finished\"\n                },\n                {\n                    \"igbo\": \"Ì pùtago ūla\",\n                    \"english\": \"Good morning (literally Have you come out of the sleeping room?)\"\n                },\n                {\n                    \"igbo\": \"Afù m Obelē kà ọ nà-àgbago ụzò ụnò akwụkwọ\",\n                    \"english\": \"I saw Obele going upwards in the direction of the school.\"\n                },\n                {\n                    \"igbo\": \"Afù m Obelē kà ọ nà-àlịgo ajā\",\n                    \"english\": \"I saw Obele climbing up the wall\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-gòli\": [\n        {\n            \"word\": \"-gòli\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rejoice; make a joyful noise\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gò\",\n                \"-lị\"\n            ]\n        }\n    ],\n    \"-gò iru\": [\n        {\n            \"word\": \"-gò iru\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be coy; hesitate to grant a request or favour which one actually wants to grant\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gò\",\n                \"iru\"\n            ]\n        }\n    ],\n    \"-gò ọgò\": [\n        {\n            \"word\": \"-gò ọgò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"perform duties of a relation by marriage\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gò\",\n                \"ọgò\"\n            ]\n        }\n    ],\n    \"ọgò\": [\n        {\n            \"word\": \"ọgò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"in-law\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọgò nwaànyì\": [\n        {\n            \"word\": \"ọgò nwaànyì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"mother-in-law; female relative by marriage\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gò\"\n            ]\n        }\n    ],\n    \"ọgò nwokē\": [\n        {\n            \"word\": \"ọgò nwokē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"father-in-law; any male relative by marriage\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gò\",\n                \"ọgò\"\n            ]\n        }\n    ],\n    \"-tigò\": [\n        {\n            \"word\": \"-tigò\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"bend by beating\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ụzụ nà-ètigō mkpịsī\",\n                    \"english\": \"The blacksmith is beating the spike to bend it\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gò\"\n            ]\n        }\n    ],\n    \"-gò\": [\n        {\n            \"word\": \"-gò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make a noise\",\n                \"be related by marriage\",\n                \"make, be bent (compare ngò crookedness)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-go-du\": [\n        {\n            \"word\": \"-go-du\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"first; beforehand; preceding (compare -du 3.) going to the market\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"gogògo\": [\n        {\n            \"word\": \"gogògo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fish sp. (Ichthyborus besse)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"gologolo\": [\n        {\n            \"word\": \"gologolo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wateriness (of soup, broth, etc.; compare ghòlòghòlò)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Achòlù m ofe dī gologolo\",\n                    \"english\": \"I want a watery soup\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ngosi\": [\n        {\n            \"word\": \"ngosi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"revelation; show\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-go-si\"\n            ]\n        }\n    ],\n    \"-mùgosi\": [\n        {\n            \"word\": \"-mùgosi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"teach\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-amùgosi yā etu e sì egbē àkàmù\",\n                    \"english\": \"He is teaching him how liquid pap is prepared\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-go-si\"\n            ]\n        }\n    ],\n    \"-go-si\": [\n        {\n            \"word\": \"-go-si\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"show\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O gōsigo ōnwe yā\",\n                    \"english\": \"He has shown himself (in his true colours)\"\n                },\n                {\n                    \"igbo\": \"Ọ nà-èje igōsi ya ụnō Ōfọ\",\n                    \"english\": \"He is going to show him Ọfọ's house\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gọ àgìgò\": [\n        {\n            \"word\": \"-gọ àgìgò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"deny (a fact)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"àgùgò\"\n            ],\n            \"stems\": [\n                \"-gọ\"\n            ]\n        }\n    ],\n    \"-gọ agọ\": [\n        {\n            \"word\": \"-gọ agọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"deny\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gọ\"\n            ]\n        }\n    ],\n    \"-gọnarị\": [\n        {\n            \"word\": \"-gọnarị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"deny (knowledge of something)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gọ\"\n            ]\n        }\n    ],\n    \"-gọ alūsị\": [\n        {\n            \"word\": \"-gọ alūsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"worship a deity\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gọ\"\n            ]\n        }\n    ],\n    \"-gọ ọjị\": [\n        {\n            \"word\": \"-gọ ọjị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"offer kolanuts to the ancestors or deities\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gọ\"\n            ]\n        }\n    ],\n    \"-gọ mmụō\": [\n        {\n            \"word\": \"-gọ mmụō\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"worship spirits (by presenting kolanuts)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Fâ nà-àgọ mmụō\",\n                    \"english\": \"They are worshipping spirits\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gọ\"\n            ]\n        }\n    ],\n    \"ịgōmmụọ\": [\n        {\n            \"word\": \"ịgōmmụọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"worshipping spirits\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gọ\"\n            ]\n        }\n    ],\n    \"-gọ òfọ\": [\n        {\n            \"word\": \"-gọ òfọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bless with òfọ, the symbol of authority\",\n                \"bless with òfọ, the soul or emblem of kingship\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gọ\",\n                \"òfọ\"\n            ]\n        }\n    ],\n    \"-gọzi\": [\n        {\n            \"word\": \"-gọzi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bless; invoke a blessing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gọ\"\n            ]\n        }\n    ],\n    \"ngọzi\": [\n        {\n            \"word\": \"ngọzi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"blessing (-gọzi bless)\",\n                \"male and female name\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gọ\": [\n        {\n            \"word\": \"-gọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"deny\",\n                \"worship\",\n                \"bless\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-gu\": [\n        {\n            \"word\": \"-gu\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see -gwu\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gù mmilī\": [\n        {\n            \"word\": \"-gù mmilī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be damp (as of salt)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gù\"\n            ]\n        }\n    ],\n    \"-gù\": [\n        {\n            \"word\": \"-gù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"give name to; name\",\n                \"embrace; grip; enclose in arms\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ògụgụ\": [\n        {\n            \"word\": \"ògụgụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"figures; number(s); counting; reading; recitation\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gụ\"\n            ]\n        }\n    ],\n    \"ọnụ ōgụgụ\": [\n        {\n            \"word\": \"ọnụ ōgụgụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"numbering; the Book of Numbers (Bible)\",\n                \"numbering; amount; total; the Book of Numbers in the Bible\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gụ\",\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"-gụdà\": [\n        {\n            \"word\": \"-gụdà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"read through\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gụ\"\n            ]\n        }\n    ],\n    \"-gụfìè\": [\n        {\n            \"word\": \"-gụfìè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"misread\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gụ\"\n            ]\n        }\n    ],\n    \"-gụkọta\": [\n        {\n            \"word\": \"-gụkọta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"add up; reckon; count\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gụ\"\n            ]\n        }\n    ],\n    \"-gụmì\": [\n        {\n            \"word\": \"-gụmì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"read deeply\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gụ\"\n            ]\n        }\n    ],\n    \"-gụnwù\": [\n        {\n            \"word\": \"-gụnwù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"read again\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gụ\"\n            ]\n        }\n    ],\n    \"-gụnye\": [\n        {\n            \"word\": \"-gụnye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"add; reckon; count in\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"fì gụnyego fā?\",\n                    \"english\": \"Have you counted them in the group?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gụ\"\n            ]\n        }\n    ],\n    \"-gụnye nà\": [\n        {\n            \"word\": \"-gụnye nà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"reckon as; account\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gụ\"\n            ]\n        }\n    ],\n    \"-gụ ọnū\": [\n        {\n            \"word\": \"-gụ ọnū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"count; reckon\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gụ\",\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"-gụpù\": [\n        {\n            \"word\": \"-gụpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"count out\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gụ\"\n            ]\n        }\n    ],\n    \"-gụsi ike\": [\n        {\n            \"word\": \"-gụsi ike\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"read out forcefully\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gụ\"\n            ]\n        }\n    ],\n    \"-gụtè aka\": [\n        {\n            \"word\": \"-gụtè aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"read for a long time\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"agụkata àgbà àwarị\",\n                    \"english\": \"an uncountable number\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gụ\"\n            ]\n        }\n    ],\n    \"-gụ\": [\n        {\n            \"word\": \"-gụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"count; read\",\n                \"see -gwụ\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"(mmilī) -gụ\": [\n        {\n            \"word\": \"(mmilī) -gụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be thirsty\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Mmilī nà-àgụ yā\",\n                    \"english\": \"She is thirsty\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gụ-\"\n            ]\n        }\n    ],\n    \"(ndù) -gụ\": [\n        {\n            \"word\": \"(ndù) -gụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"want to live\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gụ-\",\n                \"ndù\"\n            ]\n        }\n    ],\n    \"(ọnwụ) -gụ\": [\n        {\n            \"word\": \"(ọnwụ) -gụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"want to die\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"fì chọrō ịchàlù motò òfụma, ọ dì kà ọnwụ ò nà-àgụ gī?\",\n                    \"english\": \"You don't want to give way properly to the lorry; it seems you want to die?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gụ-\",\n                \"ọnwụ\"\n            ]\n        }\n    ],\n    \"-gụpùta\": [\n        {\n            \"word\": \"-gụpùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rescue (from fire or water\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ gụpùtàlì yà nà mmilī\",\n                    \"english\": \"He rescued him from drowning\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gụ-\"\n            ]\n        }\n    ],\n    \"-gụta ọkụ\": [\n        {\n            \"word\": \"-gụta ọkụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fetch fire\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gụ-\",\n                \"ọkụ\"\n            ]\n        }\n    ],\n    \"-gụ-\": [\n        {\n            \"word\": \"-gụ-\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"desire; like; want; need (with thing desired or needed as subject)\",\n                \"bring; fetch; pick out\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-gùgùta\": [\n        {\n            \"word\": \"-gùgùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"soothe; comfort; soothe to make stop crying (small child)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gù-gù\"\n            ]\n        }\n    ],\n    \"-gù-gù\": [\n        {\n            \"word\": \"-gù-gù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"soothe, hush, comfort (e.g. small child)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-àgụgū yā akwa\",\n                    \"english\": \"She is soothing (the baby) to make it stop crying\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"GW\": [\n        {\n            \"word\": \"GW\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ògwụgwa\": [\n        {\n            \"word\": \"ògwụgwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"telling\",\n                \"mixing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwa\"\n            ]\n        }\n    ],\n    \"-gwagbu\": [\n        {\n            \"word\": \"-gwagbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"slander (a person) to death; curse bitterly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwa\"\n            ]\n        }\n    ],\n    \"-gwaghalị\": [\n        {\n            \"word\": \"-gwaghalị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tell again\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwa\"\n            ]\n        }\n    ],\n    \"-gwakwụlụ\": [\n        {\n            \"word\": \"-gwakwụlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"reply\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwa\"\n            ]\n        }\n    ],\n    \"-gwa okwu\": [\n        {\n            \"word\": \"-gwa okwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"address\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwa\"\n            ]\n        }\n    ],\n    \"-gwata\": [\n        {\n            \"word\": \"-gwata\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hint to a person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwa\"\n            ]\n        }\n    ],\n    \"-gwa agwa\": [\n        {\n            \"word\": \"-gwa agwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"mix\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwa\"\n            ]\n        }\n    ],\n    \"-gwa gàrị\": [\n        {\n            \"word\": \"-gwa gàrị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"mix gari\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwa\"\n            ]\n        }\n    ],\n    \"-gwa mmanya\": [\n        {\n            \"word\": \"-gwa mmanya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"mix wine with water or other wine\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwa\"\n            ]\n        }\n    ],\n    \"-gwazi\": [\n        {\n            \"word\": \"-gwazi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"mix properly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwa\"\n            ]\n        }\n    ],\n    \"-gwa ọchù\": [\n        {\n            \"word\": \"-gwa ọchù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take revenge\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwa\"\n            ]\n        }\n    ],\n    \"-kụgwa\": [\n        {\n            \"word\": \"-kụgwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"revenge, avenge a beating\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwa\"\n            ]\n        }\n    ],\n    \"-megwa\": [\n        {\n            \"word\": \"-megwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"revenge; avenge (literally do back)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Agà m èmegwa yā ịfe ọ mēlụ m\",\n                    \"english\": \"I will take vengeance for what he did to me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwa\"\n            ]\n        }\n    ],\n    \"-tigwa\": [\n        {\n            \"word\": \"-tigwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"revenge; avenge beating (literally beat back)\",\n                \"mix; mix with\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ bụlụ nà o tie gī ịfe, tìgwalụ yā\",\n                    \"english\": \"If he beats you, beat him back\"\n                },\n                {\n                    \"igbo\": \"Tìgwaa akpụ afù nwantịntị gàlị\",\n                    \"english\": \"Add a little garri to that fufu\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwa\",\n                \"-ti-\"\n            ]\n        }\n    ],\n    \"-gwa\": [\n        {\n            \"word\": \"-gwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tell (no vowel suffix)\",\n                \"mix\",\n                \"revenge; avenge\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Gwa m ife mēlụ ị bīarọ ùnyàafù\",\n                    \"english\": \"Tell me why you did not come yesterday\"\n                },\n                {\n                    \"igbo\": \"Ọ chò igwā m ịfe\",\n                    \"english\": \"He wants to tell me something\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ògwugwe\": [\n        {\n            \"word\": \"ògwugwe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pounding\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwe\"\n            ]\n        }\n    ],\n    \"-gwelì\": [\n        {\n            \"word\": \"-gwelì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pound well\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwe\"\n            ]\n        }\n    ],\n    \"-gwe ọkà\": [\n        {\n            \"word\": \"-gwe ọkà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pound corn\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwe\",\n                \"ọkà\"\n            ]\n        }\n    ],\n    \"-gwesị\": [\n        {\n            \"word\": \"-gwesị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pound all\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwe\",\n                \"-sị\"\n            ]\n        }\n    ],\n    \"ǹgwe\": [\n        {\n            \"word\": \"ǹgwe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"grinder; apparatus, machine for grinding (-gwe grind)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gwe\": [\n        {\n            \"word\": \"-gwe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pound, grind (usually dry objects)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-tụ gwègèlègwègèlè\": [\n        {\n            \"word\": \"-tụ gwègèlègwègèlè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"move in a weak, flabby way\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"gwègèlègwègèlè\"\n            ]\n        }\n    ],\n    \"gwègèlègwègèlè\": [\n        {\n            \"word\": \"gwègèlègwègèlè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"weak flabbiness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-tigwò\": [\n        {\n            \"word\": \"-tigwò\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"break into pieces (e.g. iron pot)\",\n                \"break (e.g. plate)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwò\",\n                \"-ti\"\n            ]\n        }\n    ],\n    \"-gwò àgwò\": [\n        {\n            \"word\": \"-gwò àgwò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be flexible, pliant\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Osisi à gwòlù àgwò\",\n                    \"english\": \"This tree is flexible\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwò\"\n            ]\n        }\n    ],\n    \"-gwò ile\": [\n        {\n            \"word\": \"-gwò ile\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"speak in metaphor or slang unintelligible to an outsider\",\n                \"clip words\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwò\",\n                \"ile\"\n            ]\n        }\n    ],\n    \"ògwùgwò\": [\n        {\n            \"word\": \"ògwùgwò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"scraping; scooping out\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwò\"\n            ]\n        }\n    ],\n    \"-gwò ofe\": [\n        {\n            \"word\": \"-gwò ofe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take all the meat, etc., of soup at expense of others\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwò\"\n            ]\n        }\n    ],\n    \"-gwò\": [\n        {\n            \"word\": \"-gwò\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"into pieces (something harder than -lì)\",\n                \"scrape, scoop out (compare -ghụ)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ògwụgwọ\": [\n        {\n            \"word\": \"ògwụgwọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"curing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwọ\"\n            ]\n        }\n    ],\n    \"-gwọ nsị\": [\n        {\n            \"word\": \"-gwọ nsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"work sickness or death by means of magic or poison\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwọ\"\n            ]\n        }\n    ],\n    \"-gwọ ọgù\": [\n        {\n            \"word\": \"-gwọ ọgù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make poison or medicine\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ọgwù\"\n            ],\n            \"stems\": [\n                \"-gwọ\"\n            ]\n        }\n    ],\n    \"-gwọ ọyà\": [\n        {\n            \"word\": \"-gwọ ọyà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cure disease\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwọ\",\n                \"ọyà\"\n            ]\n        }\n    ],\n    \"-gwọ ụla\": [\n        {\n            \"word\": \"-gwọ ụla\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"keep oneself awake by using kolanuts, drugs, etc.\",\n                \"snore\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"dibìà ọkpùlụ ōgwọọ!\",\n                    \"english\": \"praise name for a native doctor (literally doctor who cures as soon as he sips). Native doctors sometimes sip or chew certain medicines in the mouth, then spit it on any part of the patient's body, or in the air, following this sometimes by incantations\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwọ\",\n                \"ụla\"\n            ]\n        }\n    ],\n    \"ògwọ ǹnù ọyà\": [\n        {\n            \"word\": \"ògwọ ǹnù ọyà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"panacea; medicine capable of curing all diseases (literally curer of 400 diseases)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwọ\",\n                \"nnù\",\n                \"ògwọ\",\n                \"ọyà\"\n            ]\n        }\n    ],\n    \"-gwọlụ\": [\n        {\n            \"word\": \"-gwọlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be seated on flat surface (e.g. floor) and unable to stand\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwọ\"\n            ]\n        }\n    ],\n    \"-gwọ ǹgwụlō\": [\n        {\n            \"word\": \"-gwọ ǹgwụlō\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sit with the lower limbs drawn up (like a lame person, usually on the floor) (compare -kù ǹgwụlō)\",\n                \"sit with the legs drawn up (like a lame person, usually on the floor)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwọ\",\n                \"ǹgwụlō\"\n            ]\n        }\n    ],\n    \"ǹgwòlù ǹgwọlụ\": [\n        {\n            \"word\": \"ǹgwòlù ǹgwọlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"(slang) food prepared by mashing together different kinds of\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwọ\"\n            ]\n        }\n    ],\n    \"ǹgwòlùǹgwọ\": [\n        {\n            \"word\": \"ǹgwòlùǹgwọ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"food (e.g. akpụ a gwōlụ agwọ - shredded cassava mashed with ụkwà or òkwè)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"akpụ a gwōlụ agwọ\": [\n        {\n            \"word\": \"akpụ a gwōlụ agwọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shredded cassava mashed with ụkwà or òkwè)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwọ\"\n            ]\n        }\n    ],\n    \"-gwọ\": [\n        {\n            \"word\": \"-gwọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"mix; cure\",\n                \"sit with the lower limbs twisted and drawn up, as a lame person or as Moslems during prayer; sit with the lower limbs drawn up (usually on the floor)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ògwugwu\": [\n        {\n            \"word\": \"ògwugwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"digging\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwu\"\n            ]\n        }\n    ],\n    \"-gwufìè\": [\n        {\n            \"word\": \"-gwufìè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dig in the wrong direction\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwu\"\n            ]\n        }\n    ],\n    \"-gwumì\": [\n        {\n            \"word\": \"-gwumì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dig deep inside\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwu\"\n            ]\n        }\n    ],\n    \"-gwu ọba\": [\n        {\n            \"word\": \"-gwu ọba\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make a barn of yams\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwu\"\n            ]\n        }\n    ],\n    \"-gwupùte\": [\n        {\n            \"word\": \"-gwupùte\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dig up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwu\"\n            ]\n        }\n    ],\n    \"-gwurube\": [\n        {\n            \"word\": \"-gwurube\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dig around\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-ègwurube ànì n’ukwù osisi\",\n                    \"english\": \"He is digging holes around the tree\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwu\"\n            ]\n        }\n    ],\n    \"-gwute\": [\n        {\n            \"word\": \"-gwute\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dig up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwu\"\n            ]\n        }\n    ],\n    \"-gute ji\": [\n        {\n            \"word\": \"-gute ji\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"harvest yams\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwu\"\n            ]\n        }\n    ],\n    \"-gwù unyì\": [\n        {\n            \"word\": \"-gwù unyì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dig, mine coal\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwu\"\n            ]\n        }\n    ],\n    \"-gwu\": [\n        {\n            \"word\": \"-gwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dig\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-gu\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ògwùgwù\": [\n        {\n            \"word\": \"ògwùgwù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"swimming\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwù\"\n            ]\n        }\n    ],\n    \"-gwufè\": [\n        {\n            \"word\": \"-gwufè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"swim across\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwù\"\n            ]\n        }\n    ],\n    \"-gwù mmilī\": [\n        {\n            \"word\": \"-gwù mmilī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"swim\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwù\",\n                \"mmilī\"\n            ]\n        }\n    ],\n    \"ngwùli\": [\n        {\n            \"word\": \"ngwùli\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"play; fun\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwù\"\n            ]\n        }\n    ],\n    \"-gwùso egwu\": [\n        {\n            \"word\": \"-gwùso egwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"play with someone\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwù\"\n            ]\n        }\n    ],\n    \"-gwù\": [\n        {\n            \"word\": \"-gwù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"swim\",\n                \"play\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ògwụgwụ\": [\n        {\n            \"word\": \"ògwụgwụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"ending (compare ngwụsị)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwụ\"\n            ]\n        }\n    ],\n    \"-gwụcha\": [\n        {\n            \"word\": \"-gwụcha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"finish; end\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwụ\"\n            ]\n        }\n    ],\n    \"-gwụfọ\": [\n        {\n            \"word\": \"-gwụfọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"finish, leaving a little quantity\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ gūfọgo\",\n                    \"english\": \"It is just about to run out\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwụ\"\n            ]\n        }\n    ],\n    \"-gwụ ike\": [\n        {\n            \"word\": \"-gwụ ike\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tire; be weary; be tired; have one's energy sapped\",\n                \"tire; make weary, tired; sap energy (literally finish energy)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ife à àgwụgo m ike\",\n                    \"english\": \"I am tired of this thing, or, This thing has tired me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwụ\",\n                \"ike\"\n            ]\n        }\n    ],\n    \"-gwụsị\": [\n        {\n            \"word\": \"-gwụsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"finish\",\n                \"finish; complete\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ gà-àgwụsị echī\",\n                    \"english\": \"It will finish tomorrow\"\n                }\n            ],\n            \"variations\": [\n                \"-gụsị\"\n            ],\n            \"stems\": [\n                \"-gwụ\",\n                \"-sị\"\n            ]\n        }\n    ],\n    \"ngwusị\": [\n        {\n            \"word\": \"ngwusị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"ending (compare ògwụgwụ)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ gà-àbịa ebe à na ngwụsị arò\",\n                    \"english\": \"She will come here towards the ending of the year\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwụ\"\n            ]\n        }\n    ],\n    \"agwū agwụ\": [\n        {\n            \"word\": \"agwū agwụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"inexhaustible\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwụ\"\n            ]\n        }\n    ],\n    \"ike ōgwụgwụ\": [\n        {\n            \"word\": \"ike ōgwụgwụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tiredness\",\n                \"fatigue; tiredness; exhaustion\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-gwụ\",\n                \"ike\"\n            ]\n        }\n    ],\n    \"-gwụ\": [\n        {\n            \"word\": \"-gwụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"finish\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"gụ\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"Hausa\": [\n        {\n            \"word\": \"Hausa\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"haà!\": [\n        {\n            \"word\": \"haà!\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"heì!\": [\n        {\n            \"word\": \"heì!\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"I\": [\n        {\n            \"word\": \"I\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"i\": [\n        {\n            \"word\": \"i\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see ị\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"i-\": [\n        {\n            \"word\": \"i-\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see ị-\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ibe akwà\": [\n        {\n            \"word\": \"ibe akwà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"piece of cloth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ibe\"\n            ]\n        }\n    ],\n    \"ibe akwụkwọ\": [\n        {\n            \"word\": \"ibe akwụkwọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sheet, piece, of paper\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ibe\"\n            ]\n        }\n    ],\n    \"ibelibe\": [\n        {\n            \"word\": \"ibelibe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a small piece\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ibe\"\n            ]\n        }\n    ],\n    \"ibelibe ìtè\": [\n        {\n            \"word\": \"ibelibe ìtè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"potsherd\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ibe\",\n                \"ìtè\"\n            ]\n        }\n    ],\n    \"ibelibe nkū\": [\n        {\n            \"word\": \"ibelibe nkū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"splinter\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ibe\",\n                \"nkụ\"\n            ]\n        }\n    ],\n    \"ibe naàbò\": [\n        {\n            \"word\": \"ibe naàbò\",\n            \"wordClass\": \"CD\",\n            \"definitions\": [\n                \"two pieces\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ibe\",\n                \"ìbùọ\"\n            ]\n        }\n    ],\n    \"Ìtè afù tìwàlù ibe naàbò\": [\n        {\n            \"word\": \"Ìtè afù tìwàlù ibe naàbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"The pot broke into two pieces\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ibe\"\n            ]\n        }\n    ],\n    \"ibe nkū\": [\n        {\n            \"word\": \"ibe nkū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"plank; piece of wood\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ibe\",\n                \"nkụ\"\n            ]\n        }\n    ],\n    \"ibe nnī\": [\n        {\n            \"word\": \"ibe nnī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a piece of food (like yam, cocoyam, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ibe\",\n                \"nni\"\n            ]\n        }\n    ],\n    \"Sùlu òfu ibe nnī\": [\n        {\n            \"word\": \"Sùlu òfu ibe nnī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Take a piece of food\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ibe\"\n            ]\n        }\n    ],\n    \"ibe òlòma\": [\n        {\n            \"word\": \"ibe òlòma\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"segment of orange\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ibe\"\n            ]\n        }\n    ],\n    \"ibe osisi\": [\n        {\n            \"word\": \"ibe osisi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"part of tree (split from the main body)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ibe\",\n                \"osisi\"\n            ]\n        }\n    ],\n    \"n’ibe n’ibe\": [\n        {\n            \"word\": \"n’ibe n’ibe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"in pieces; to pieces; piece by piece\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ibe\"\n            ]\n        }\n    ],\n    \"-wa ibe\": [\n        {\n            \"word\": \"-wa ibe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"break, smash, into pieces\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ibe\"\n            ]\n        }\n    ],\n    \"ibe\": [\n        {\n            \"word\": \"ibe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"part (of); piece (of)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gba ibē\": [\n        {\n            \"word\": \"-gba ibē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pledge; give as security\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ejìlì m ewu gba Òbi ibē\",\n                    \"english\": \"I pawned my goat to Obi\"\n                },\n                {\n                    \"igbo\": \"Ejìlì m ụnò m gbalụ ibē\",\n                    \"english\": \"I gave my house as security/mortgaged my house\"\n                },\n                {\n                    \"igbo\": \"Ọ gbàlù ndù ya n’ibē\",\n                    \"english\": \"He insured his life\"\n                },\n                {\n                    \"igbo\": \"Ò jì m gba ibē?\",\n                    \"english\": \"Am I a pawn at his mercy?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ibē\"\n            ]\n        }\n    ],\n    \"-jide n’ibē\": [\n        {\n            \"word\": \"-jide n’ibē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hold as hostage\",\n                \"bet\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"E jìdèlù yà n’ibe\",\n                    \"english\": \"He's a hostage\"\n                },\n                {\n                    \"igbo\": \"Ibē fìèlù m\",\n                    \"english\": \"I lost the bet\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ibē\"\n            ]\n        }\n    ],\n    \"-ma ibē\": [\n        {\n            \"word\": \"-ma ibē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bet; stake\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ibē\"\n            ]\n        }\n    ],\n    \"ibē\": [\n        {\n            \"word\": \"ibē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pledge; security; pawn; hostage\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ibē ānyị\": [\n        {\n            \"word\": \"ibē ānyị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"comrades; friends; compatriots; companions;\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ibè\"\n            ]\n        }\n    ],\n    \"ikwu nà ibè\": [\n        {\n            \"word\": \"ikwu nà ibè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"relatives and neighbours; kinsfolk and friends\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ibè\",\n                \"ikwu\"\n            ]\n        }\n    ],\n    \"-sòchì ibè n’àzụ\": [\n        {\n            \"word\": \"-sòchì ibè n’àzụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"walk in single file; follow immediately behind each other; follow immediately behind or after companions\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ibè\"\n            ]\n        }\n    ],\n    \"ibè\": [\n        {\n            \"word\": \"ibè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"companion; neighbour;\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìbèlì\": [\n        {\n            \"word\": \"ìbèlì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"instrument with cane handle and many cords, used for flogging or for killing flies\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ibì\": [\n        {\n            \"word\": \"ibì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hydrocele\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìbìli àchì\": [\n        {\n            \"word\": \"ìbìli àchì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"adult woman; married woman\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìbìlì\"\n            ]\n        }\n    ],\n    \"ìbìlì\": [\n        {\n            \"word\": \"ìbìlì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"adult woman; married woman\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìbome\": [\n        {\n            \"word\": \"ìbome\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"metal gong used by town-crier, or by titled man on feast-days to summon the ancestors\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ubom\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"(ibu) -nyì\": [\n        {\n            \"word\": \"(ibu) -nyì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"weigh heavily (of load); be heavy-laden (of person)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ibu nà-anyī m#\",\n                    \"english\": \"I am weighed down by a load\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ibu\"\n            ]\n        }\n    ],\n    \"(ibu) -nyìgbu\": [\n        {\n            \"word\": \"(ibu) -nyìgbu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"weigh heavily on (of load); be heavy-laden (of person)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ibu nà-ànyìgbu onyebulu nā-ebugalụ ānyị ibu n’ụgbọ\",\n                    \"english\": \"The load is weighing heavily on the carrier who is carrying our luggage to the lorry\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ibu\"\n            ]\n        }\n    ],\n    \"anụ ibū\": [\n        {\n            \"word\": \"anụ ibū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"beast of burden\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ibu\"\n            ]\n        }\n    ],\n    \"-kwa ibu\": [\n        {\n            \"word\": \"-kwa ibu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pack loads, belongings, luggage\",\n                \"pack loads, belongings, luggage Ọ bụlụ nà ị kpāchàpùrò anya ndi oriì gà-àkwa ibu niiìne diCn’ụnò gị If you are not careful thieves will carry off all the loads in your house\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ibu\",\n                \"-kwa\"\n            ]\n        }\n    ],\n    \"ibu\": [\n        {\n            \"word\": \"ibu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"load (-bu 1. carry)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"O bù ibu\": [\n        {\n            \"word\": \"O bù ibu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"It is big\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ibù\"\n            ]\n        }\n    ],\n    \"-tu ibù\": [\n        {\n            \"word\": \"-tu ibù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be stout\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ibù\"\n            ]\n        }\n    ],\n    \"ibù\": [\n        {\n            \"word\": \"ibù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bigness; size\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"iche ọkū\": [\n        {\n            \"word\": \"iche ọkū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"spark (literally missile of fire)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"iche\",\n                \"ọkụ\"\n            ]\n        }\n    ],\n    \"-tụ iche\": [\n        {\n            \"word\": \"-tụ iche\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"throw missile\",\n                \"throw missile (e.g. stone)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-àchọ ịtū ǹgwèle nō n’enu ajā iche\",\n                    \"english\": \"She wants to throw something at the lizard on the wall\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"iche\",\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"iche òkù\": [\n        {\n            \"word\": \"iche òkù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"parrot\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"iche\",\n                \"òkù\"\n            ]\n        }\n    ],\n    \"iche\": [\n        {\n            \"word\": \"iche\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"missile; stone for throwing or use with catapult\",\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ichè ichè\": [\n        {\n            \"word\": \"ichè ichè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"various; different\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ife dī ichè ichè dì n’afịa Ònìchà\",\n                    \"english\": \"There are different kinds of things in Onitsha market\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ichè\"\n            ]\n        }\n    ],\n    \"n’ichè n’ichè\": [\n        {\n            \"word\": \"n’ichè n’ichè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"different; various; differently\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ichè\"\n            ]\n        }\n    ],\n    \"ichè\": [\n        {\n            \"word\": \"ichè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"difference; apartness; separateness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ichekē\": [\n        {\n            \"word\": \"ichekē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"yam which turns red when cut\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ichèlè\": [\n        {\n            \"word\": \"ichèlè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"shells of palm nuts\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ichi\": [\n        {\n            \"word\": \"ichi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"marks on body and face\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Ìchiè\": [\n        {\n            \"word\": \"Ìchiè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(also ndị Ìchiè, ndi ìchìe ànì) titled people; wise old men; chiefs; king's counsellors\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Ìdebūànì\": [\n        {\n            \"word\": \"Ìdebūànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"male name (literally pillar that holds the land)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìde\"\n            ]\n        }\n    ],\n    \"ìde jī ụnò\": [\n        {\n            \"word\": \"ìde jī ụnò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"chief person supporting family (literally pillar holding the house)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìde\"\n            ]\n        }\n    ],\n    \"ìde\": [\n        {\n            \"word\": \"ìde\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"post; doorpost (compare isò)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ideèlè\": [\n        {\n            \"word\": \"ideèlè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"general name for fish of the family Schilbeidae (= ịjaàrì)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụzò idèì\": [\n        {\n            \"word\": \"ụzò idèì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"trench; channel; gutter\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"idèì\",\n                \"ụzò\"\n            ]\n        }\n    ],\n    \"idèì\": [\n        {\n            \"word\": \"idèì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"flood; torrent; spate (caused by rainfall, compare ijī for flooding of river)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Idèì likpùlù ụzò\",\n                    \"english\": \"The flood has covered the road\"\n                }\n            ],\n            \"variations\": [\n                \"idè\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"Ìdemmīli Òbosi\": [\n        {\n            \"word\": \"Ìdemmīli Òbosi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the Idemmili stream at Obosi\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"Ìdemmīli\"\n            ]\n        }\n    ],\n    \"Ìdemmīli\": [\n        {\n            \"word\": \"Ìdemmīli\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"an alūsị with a cult, usually with one shrine on the land and another in the water\",\n                \"name of a stream\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"idìdè\": [\n        {\n            \"word\": \"idìdè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"earthworm\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"idò\": [\n        {\n            \"word\": \"idò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"brown 'tailor ant'\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ife arịma\": [\n        {\n            \"word\": \"ife arịma\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"token; sign; omen\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ife arịma èmego\",\n                    \"english\": \"A significant thing has happened\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ife\"\n            ]\n        }\n    ],\n    \"ife àtù\": [\n        {\n            \"word\": \"ife àtù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"example; sample (also used as female name)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ife\"\n            ]\n        }\n    ],\n    \"ife enunu\": [\n        {\n            \"word\": \"ife enunu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"domestic animals; cattle; poultry\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ife\",\n                \"-nu\"\n            ]\n        }\n    ],\n    \"-kpa ife enunu\": [\n        {\n            \"word\": \"-kpa ife enunu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"keep livestock\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ife\",\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"ife ibī ụnò\": [\n        {\n            \"word\": \"ife ibī ụnò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"furniture\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ife\",\n                \"ụnò\"\n            ]\n        }\n    ],\n    \"ife ikē\": [\n        {\n            \"word\": \"ife ikē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"violence\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ife\",\n                \"ike\"\n            ]\n        }\n    ],\n    \"ife inē ọlụ\": [\n        {\n            \"word\": \"ife inē ọlụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"prize; reward\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ife\",\n                \"ọlụ\"\n            ]\n        }\n    ],\n    \"ife iwē\": [\n        {\n            \"word\": \"ife iwē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"annoying thing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ife\",\n                \"iwe\"\n            ]\n        }\n    ],\n    \"ife izè\": [\n        {\n            \"word\": \"ife izè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"thing to avoid; offensive thing\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"òzìzè\"\n            ],\n            \"stems\": [\n                \"ife\",\n                \"-zè\"\n            ]\n        }\n    ],\n    \"ife izè ǹdò\": [\n        {\n            \"word\": \"ife izè ǹdò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shelter (e.g. from rain)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ife\",\n                \"-zè\"\n            ]\n        }\n    ],\n    \"ife mbèlède\": [\n        {\n            \"word\": \"ife mbèlède\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"chance; accident\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ife\",\n                \"mbèlède\"\n            ]\n        }\n    ],\n    \"ife mbụ\": [\n        {\n            \"word\": \"ife mbụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the first thing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ife\",\n                \"mbụ\"\n            ]\n        }\n    ],\n    \"ife mkpalị\": [\n        {\n            \"word\": \"ife mkpalị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"scorn; mockery; disrespect\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ife\",\n                \"mkpalị\"\n            ]\n        }\n    ],\n    \"ife mkpofù\": [\n        {\n            \"word\": \"ife mkpofù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"offal\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ife\",\n                \"-kpo\"\n            ]\n        }\n    ],\n    \"ife mwuta\": [\n        {\n            \"word\": \"ife mwuta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"painful, distressing thing\",\n                \"painful thing; distressing thing\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ife mwute\"\n            ],\n            \"stems\": [\n                \"ife\",\n                \"-wu-ta\"\n            ]\n        }\n    ],\n    \"ife nkèta\": [\n        {\n            \"word\": \"ife nkèta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"inheritance\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ife\",\n                \"-kè\"\n            ]\n        }\n    ],\n    \"ife nkịtị\": [\n        {\n            \"word\": \"ife nkịtị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"nothing; useless, contemptible thing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ife\",\n                \"ǹkịtị\"\n            ]\n        }\n    ],\n    \"ife nsiji\": [\n        {\n            \"word\": \"ife nsiji\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dye\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ife\",\n                \"-ji\"\n            ]\n        }\n    ],\n    \"ife nsō\": [\n        {\n            \"word\": \"ife nsō\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"forbidden thing\",\n                \"holy thing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ife\",\n                \"-sọ\"\n            ]\n        }\n    ],\n    \"ife ntụchì\": [\n        {\n            \"word\": \"ife ntụchì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bolt\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ife\"\n            ]\n        }\n    ],\n    \"ife ntụmādị\": [\n        {\n            \"word\": \"ife ntụmādị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"accident; unexpected, sudden thing\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ bù ife ntụmādị\",\n                    \"english\": \"It is an unexpected thing\"\n                },\n                {\n                    \"igbo\": \"Ife ntumādî mèlù\",\n                    \"english\": \"An unexpected thing happened\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ife\",\n                \"ǹtụmādị\"\n            ]\n        }\n    ],\n    \"ife nzizo\": [\n        {\n            \"word\": \"ife nzizo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"secret thing\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"nzuzo\"\n            ],\n            \"stems\": [\n                \"ife\"\n            ]\n        }\n    ],\n    \"ife nŋòmi\": [\n        {\n            \"word\": \"ife nŋòmi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pattern; example worthy of emulation\",\n                \"pattern; example\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ife\",\n                \"-ŋò-mi\"\n            ]\n        }\n    ],\n    \"ife nnwùta\": [\n        {\n            \"word\": \"ife nnwùta\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"something borrowed\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ife\"\n            ]\n        }\n    ],\n    \"ife ōghughu\": [\n        {\n            \"word\": \"ife ōghughu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"abdominal discomfort after delivery\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ife\"\n            ]\n        }\n    ],\n    \"ife ōlulo\": [\n        {\n            \"word\": \"ife ōlulo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hurt; pain\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ife\",\n                \"-lo\"\n            ]\n        }\n    ],\n    \"ife onū\": [\n        {\n            \"word\": \"ife onū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"necklace\",\n                \"(human) voice\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Onu m nà-àtọ ūtọ\",\n                    \"english\": \"My voice is melodious\"\n                },\n                {\n                    \"igbo\": \"Anùlù m onu nnà m\",\n                    \"english\": \"I hear the voice of my father\"\n                },\n                {\n                    \"igbo\": \"Bikō nùlụ onū m\",\n                    \"english\": \"Please hear me\"\n                },\n                {\n                    \"igbo\": \"Ndi egwu ụmù àgbọghò àbịago, bìa nùlụ onū fa\",\n                    \"english\": \"The lady singers have arrived, come and hear them\"\n                },\n                {\n                    \"igbo\": \"Chukwu nùlụ onu ụmù gị\",\n                    \"english\": \"God, hear the pleading of Thy children (or, prayer of thy children)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ife\",\n                \"onu\"\n            ]\n        }\n    ],\n    \"ife ònyìnyò\": [\n        {\n            \"word\": \"ife ònyìnyò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"image; likeness; resemblance\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ife\",\n                \"ònyìnyò\"\n            ]\n        }\n    ],\n    \"ife orī\": [\n        {\n            \"word\": \"ife orī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stolen goods\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ife\",\n                \"orī\"\n            ]\n        }\n    ],\n    \"ife ōbụnà\": [\n        {\n            \"word\": \"ife ōbụnà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"whatever; anything\",\n                \"anything; everything\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nye m ife ōbụnà\",\n                    \"english\": \"Give me anything\"\n                }\n            ],\n            \"variations\": [\n                \"òbùnà\"\n            ],\n            \"stems\": [\n                \"ife\",\n                \"òbụbụū\"\n            ]\n        }\n    ],\n    \"ife ògù\": [\n        {\n            \"word\": \"ife ògù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"arms; weapon\",\n                \"arms, weapon(s)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ife\",\n                \"ògù\"\n            ]\n        }\n    ],\n    \"ife ōghụgha\": [\n        {\n            \"word\": \"ife ōghụgha\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"changing of state of things for worse\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ife\"\n            ]\n        }\n    ],\n    \"ife ọjọō\": [\n        {\n            \"word\": \"ife ọjọō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bad, evil, thing or deed\",\n                \"bad; evil thing or deed\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ị nà-ème m ife ọjọō\",\n                    \"english\": \"You are doing evil to me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ife\",\n                \"ọjọō\"\n            ]\n        }\n    ],\n    \"ife ōkụkụ\": [\n        {\n            \"word\": \"ife ōkụkụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"anything to be planted\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ife\",\n                \"-kụ\"\n            ]\n        }\n    ],\n    \"ife ōlịla\": [\n        {\n            \"word\": \"ife ōlịla\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"something drinkable\",\n                \"drink\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ife\",\n                \"-la\"\n            ]\n        }\n    ],\n    \"ife ọlū\": [\n        {\n            \"word\": \"ife ọlū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tool; instrument\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ife\",\n                \"ọlụ\"\n            ]\n        }\n    ],\n    \"ife ọma\": [\n        {\n            \"word\": \"ife ọma\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"nice, good thing\",\n                \"female name\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Onye ōbụnā chōlụ ife ọma gà-àgba mbò na-àlụsi ọlū ike na-èmeazị ezi òmùme\",\n                    \"english\": \"Anybody who wants good things (prospects) must strive to be hard-working and righteous\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ife\",\n                \"ọma\"\n            ]\n        }\n    ],\n    \"ife ōŋụŋụ\": [\n        {\n            \"word\": \"ife ōŋụŋụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"something drinkable\",\n                \"drink\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ife\",\n                \"-ŋụ\"\n            ]\n        }\n    ],\n    \"ife òzọ\": [\n        {\n            \"word\": \"ife òzọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"another thing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ife\"\n            ]\n        }\n    ],\n    \"ife ūfụ\": [\n        {\n            \"word\": \"ife ūfụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"painful, distressing thing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ife\",\n                \"ùfụ\"\n            ]\n        }\n    ],\n    \"amā ife\": [\n        {\n            \"word\": \"amā ife\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"ignorance\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ife\"\n            ]\n        }\n    ],\n    \"-bà n’ịfe\": [\n        {\n            \"word\": \"-bà n’ịfe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be useful; profit; benefit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ife\"\n            ]\n        }\n    ],\n    \"-gbànyè n’ife\": [\n        {\n            \"word\": \"-gbànyè n’ife\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"reckon with; regard; care for; consider (as important)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ife\"\n            ]\n        }\n    ],\n    \"-ma ife\": [\n        {\n            \"word\": \"-ma ife\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"have sense; be wise\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ife\",\n                \"-ma\"\n            ]\n        }\n    ],\n    \"òòbò ifē\": [\n        {\n            \"word\": \"òòbò ifē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"heap of something\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"òbùbò ifē\"\n            ],\n            \"stems\": [\n                \"ife\",\n                \"òòbò\"\n            ]\n        }\n    ],\n    \"-pịa ife\": [\n        {\n            \"word\": \"-pịa ife\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"whip; flog; punish; chastise\",\n                \"whip; flog; punish generally; chastise\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ife\",\n                \"-pịa\"\n            ]\n        }\n    ],\n    \"ife\": [\n        {\n            \"word\": \"ife\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"thing; anything; possession; article\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ịfe\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"(ìfè) -tiwa\": [\n        {\n            \"word\": \"(ìfè) -tiwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"(of civilization) be widespread\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ìfè ètiwago nà Nàìjirīà, ndi mmādù adā àgbazilị ibè fa orù\",\n                    \"english\": \"Civilization has become widespread in Nigeria; people no longer serve their fellow beings as slaves\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ìfè\",\n                \"-ti\"\n            ]\n        }\n    ],\n    \"-pùta ìfè\": [\n        {\n            \"word\": \"-pùta ìfè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"come out into the open; be made manifest, not secret\",\n                \"come out into the open; appear; be evident, visible\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ndi nā-emebī īwu adā àchọ kà ajō ife fa nà-ème pùta ìfè\",\n                    \"english\": \"Criminals never want their bad deeds to come out into the open\"\n                },\n                {\n                    \"igbo\": \"Ànyị achōrọ kà ife ànyị nà-ème pùta ìfè\",\n                    \"english\": \"We don’t want what we are doing to come out into the open (but rather to remain secret or confidential)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ìfè\",\n                \"-pù\"\n            ]\n        }\n    ],\n    \"ìfè\": [\n        {\n            \"word\": \"ìfè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"light (of day)\",\n                \"civilization\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anyaanwū nà-ènye ùwà ìfè\",\n                    \"english\": \"The sun illuminates the world\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"isī nni Ìfèjiọkū\": [\n        {\n            \"word\": \"isī nni Ìfèjiọkū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"to cook food, by a girl who is pregnant for the first time and presented to Ifejiọkụ\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"Ìfèjiọkū\"\n            ]\n        }\n    ],\n    \"Ìfèjiọkū\": [\n        {\n            \"word\": \"Ìfèjiọkū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Yam Spirit, who is worshipped before planting begins and for whom the New Yam Festival (òwụwa jī) is held\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"enwē ifelē\": [\n        {\n            \"word\": \"enwē ifelē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"unrestrained; unabashed\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ifelē\"\n            ]\n        }\n    ],\n    \"iru ifelē\": [\n        {\n            \"word\": \"iru ifelē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"modesty; blushing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ifelē\",\n                \"iru\"\n            ]\n        }\n    ],\n    \"-me ifelē\": [\n        {\n            \"word\": \"-me ifelē\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"put to shame\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ifelē\",\n                \"-me\"\n            ]\n        }\n    ],\n    \"-menye ifelē n’iru\": [\n        {\n            \"word\": \"-menye ifelē n’iru\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make ashamed of oneself (literally bring shame to one's face)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ifelē mèlù onye àbànìdìegwu afù mgbè a kpùtàlù ya n’ụnò ikpē\",\n                    \"english\": \"The robber was ashamed of himself when he was brought before the court\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ifelē\",\n                \"-me\"\n            ]\n        }\n    ],\n    \"-nwe ifelē\": [\n        {\n            \"word\": \"-nwe ifelē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be shy, restrained, reserved\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ifelē\"\n            ]\n        }\n    ],\n    \"(ifelē) -me\": [\n        {\n            \"word\": \"(ifelē) -me\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be ashamed\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ifelē mèlù onye orī afù ogè fa jìdèlù ya\",\n                    \"english\": \"The thief was ashamed when he was caught\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ifelē\"\n            ]\n        }\n    ],\n    \"ifelē\": [\n        {\n            \"word\": \"ifelē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"shame; shyness; reserve\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ifelē ekwērọ ya àyọ ayìyọ\",\n                    \"english\": \"He was too ashamed (embarrassed) to beg\"\n                }\n            ],\n            \"variations\": [\n                \"ịfelē\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"-sà ifì\": [\n        {\n            \"word\": \"-sà ifì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"confess voluntarily to crime, abomination, or other bad deed\",\n                \"This is a form of confession very similar to ịsà n’ọnū, but restricted to women. This practice was known throughout Igboland, but it was most common in the Òkịjà area. Some people strictly forbid their wives' committing adultery with other men. Women guilty of this offence usually confess to it, mentioning the name(s) of the person(s) involved before they can deliver a child safely. The practice is, however, very little known in some parts of Igboland. (Among the Yoruba, it was most common among the Ìkalè-Òkìtìpupa, Ìlutuntun, Aye, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ifì\",\n                \"-sà\"\n            ]\n        }\n    ],\n    \"ifì\": [\n        {\n            \"word\": \"ifì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ifùlù\": [\n        {\n            \"word\": \"ifùlù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"small fish with fins, caught when the Niger falls (November)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kpọ ìfulū\": [\n        {\n            \"word\": \"-kpọ ìfulū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"blossom; flower (compare -kpọ ìgùgù)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìfulū\"\n            ]\n        }\n    ],\n    \"-ra ìfulū\": [\n        {\n            \"word\": \"-ra ìfulū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"blossom; flower\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìfulū\",\n                \"-ra\"\n            ]\n        }\n    ],\n    \"ìfulū\": [\n        {\n            \"word\": \"ìfulū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"flower; blossom (compare ìgùgù)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìgèdu\": [\n        {\n            \"word\": \"ìgèdu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"timber\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"igiligi\": [\n        {\n            \"word\": \"igiligi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dew\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìgo\": [\n        {\n            \"word\": \"ìgo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"twisted foot\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụmū ìgòsì\": [\n        {\n            \"word\": \"ụmū ìgòsì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"children; young children\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìgòsì\",\n                \"ụmù\"\n            ]\n        }\n    ],\n    \"ìgòsì\": [\n        {\n            \"word\": \"ìgòsì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"igù\": [\n        {\n            \"word\": \"igù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"palm-branch; large size of òmụ nkwū\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kpọ ìgùgù\": [\n        {\n            \"word\": \"-kpọ ìgùgù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"blossom; flower\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìgùgù\",\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"ìgùgù\": [\n        {\n            \"word\": \"ìgùgù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"flower; blossom; (compare ìfulū)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìgùlùbè\": [\n        {\n            \"word\": \"ìgùlùbè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"ladder\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ìgùlùbe\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"igbē\": [\n        {\n            \"word\": \"igbē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"crawling\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìgbe\": [\n        {\n            \"word\": \"ìgbe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bow; casket\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìgbènù\": [\n        {\n            \"word\": \"ìgbènù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fish (Heterotis niloticus) (= ègbìlì)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kwọ ìgbì\": [\n        {\n            \"word\": \"-kwọ ìgbì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"rub the gums (of teething child)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìgbìlì\",\n                \"-kwọ\"\n            ]\n        }\n    ],\n    \"ìgbìlì\": [\n        {\n            \"word\": \"ìgbìlì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"gum (of mouth)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ìgbì\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ìgbo\": [\n        {\n            \"word\": \"ìgbo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"general name for top minnows, family Cyprinodontidae\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ìgbogīdi\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"Abù m onye Ìgbò\": [\n        {\n            \"word\": \"Abù m onye Ìgbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"I am an Igbo person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"Ìgbò\"\n            ]\n        }\n    ],\n    \"-sụ Ìgbò\": [\n        {\n            \"word\": \"-sụ Ìgbò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"speak Igbo\",\n                \"(when qualifying another noun) indigenous, as opposed to something of outside origin\",\n                \"speak Igbo but I don’t know how to speak Igbo\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"Ìgbò\",\n                \"-sụ\"\n            ]\n        }\n    ],\n    \"afā Ìgbò\": [\n        {\n            \"word\": \"afā Ìgbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Igbo name (versus afà Oyìbo, European name)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"Ìgbò\"\n            ]\n        }\n    ],\n    \"ofe Ìgbò\": [\n        {\n            \"word\": \"ofe Ìgbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"type of palm-oil\",\n                \"in a more restricted sense, the upland people to the east of the Niger (also ndị Ìgbò), contrasted with Olu (also ndị Olū), the riverain Igbo. The people of Onitsha itself do not classify themselves with either Ìgbò or Olu (Henderson 1972 40 - 41, 89 noun)\",\n                \"palm oil (= mmanụ akwū)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"Ìgbò\",\n                \"ofe\"\n            ]\n        }\n    ],\n    \"Ìgbò Adàgbè\": [\n        {\n            \"word\": \"Ìgbò Adàgbè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"term for most of the peoples of Anambra Division\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"Ìgbò\"\n            ]\n        }\n    ],\n    \"Ìgbò Agba Enū\": [\n        {\n            \"word\": \"Ìgbò Agba Enū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"term for the peoples of Idemmīli, Aguata and Awka Divisions\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"Ìgbò\"\n            ]\n        }\n    ],\n    \"Ìgbò\": [\n        {\n            \"word\": \"Ìgbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the Igbo people in general; the Igbo language\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìgbogīdi\": [\n        {\n            \"word\": \"ìgbogīdi\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see ìgbo\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìgbùdù\": [\n        {\n            \"word\": \"ìgbùdù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"imitation coffin containing plantain stem representing dead person, thrown away in the bush during the second burial\",\n                \"trap for animals (especially grasscutter)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"Igwē ka Ànì\": [\n        {\n            \"word\": \"Igwē ka Ànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"title for an Obi or Ezè\",\n                \"name of a very notorious and powerful Igbo cult, with which many important Igbos were connected. It has been banned by legislation\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"igwē\"\n            ]\n        }\n    ],\n    \"Igwē nà Ànì\": [\n        {\n            \"word\": \"Igwē nà Ànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(in Nri thought) the firmament and the earth, which together make up Ùwà, the visible world\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"igwē\"\n            ]\n        }\n    ],\n    \"Igwē nā-ezùlu òrà\": [\n        {\n            \"word\": \"Igwē nā-ezùlu òrà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"praise-name for someone who has taken highest title\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"igwē\"\n            ]\n        }\n    ],\n    \"iru igwē\": [\n        {\n            \"word\": \"iru igwē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"weather; sky (= iru anyaanwū)\",\n                \"weather; sky\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"igwē\",\n                \"iru\"\n            ]\n        }\n    ],\n    \"igwē\": [\n        {\n            \"word\": \"igwē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sky; heaven; firmament, regarded as an alūsị created directly by Chukwu\",\n                \"salutation for a king\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Fâ nà-ètu yā igwē\",\n                    \"english\": \"They are saluting him 'Igwē!'\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"igwè ịkwā akwà\": [\n        {\n            \"word\": \"igwè ịkwā akwà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sewing-machine\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"igwè\"\n            ]\n        }\n    ],\n    \"ǹdele igwè\": [\n        {\n            \"word\": \"ǹdele igwè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"iron rod used for fighting\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"igwè\",\n                \"ǹdele\"\n            ]\n        }\n    ],\n    \"okpòlò igwè\": [\n        {\n            \"word\": \"okpòlò igwè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"rod of iron\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"igwè\",\n                \"okpòlò\"\n            ]\n        }\n    ],\n    \"ọnyà igwè\": [\n        {\n            \"word\": \"ọnyà igwè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"steel trap\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"igwè\",\n                \"ọnyà\"\n            ]\n        }\n    ],\n    \"igwè\": [\n        {\n            \"word\": \"igwè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"iron; any type of machinery or mechanical contrivance\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìgwè atụlū\": [\n        {\n            \"word\": \"ìgwè atụlū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"flock of sheep\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìgwè\"\n            ]\n        }\n    ],\n    \"Ìgwè bù ike\": [\n        {\n            \"word\": \"Ìgwè bù ike\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Union is strength\",\n                \"Man’s name\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìgwè\"\n            ]\n        }\n    ],\n    \"ìgwe mmadù\": [\n        {\n            \"word\": \"ìgwe mmadù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a large crowd\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìgwè\",\n                \"madù\"\n            ]\n        }\n    ],\n    \"ìgwè\": [\n        {\n            \"word\": \"ìgwè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"large number\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"igwu isī\": [\n        {\n            \"word\": \"igwu isī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"head-louse\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"igwu\",\n                \"isi\"\n            ]\n        }\n    ],\n    \"igwu\": [\n        {\n            \"word\": \"igwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"louse\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kpà igwù\": [\n        {\n            \"word\": \"-kpà igwù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"prepare palm-fronds\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"igwù\",\n                \"-kpà\"\n            ]\n        }\n    ],\n    \"igwù\": [\n        {\n            \"word\": \"igwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"palm-fronds\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìgwùlùbè\": [\n        {\n            \"word\": \"ìgwùlùbè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"locust\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ìgùlùbè\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ijè ọma\": [\n        {\n            \"word\": \"ijè ọma\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"farewell!\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ijè\",\n                \"ọma\"\n            ]\n        }\n    ],\n    \"-pù ijè\": [\n        {\n            \"word\": \"-pù ijè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go on tour; travel\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ijè\",\n                \"-pù\"\n            ]\n        }\n    ],\n    \"-ranyè ijè\": [\n        {\n            \"word\": \"-ranyè ijè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pick one's way; move on slowly; step; toddle\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ijè\"\n            ]\n        }\n    ],\n    \"-sètịpù ijè\": [\n        {\n            \"word\": \"-sètịpù ijè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"embark or continue on a journey\",\n                \"embark, continue, on a journey\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ijè\",\n                \"-sè\"\n            ]\n        }\n    ],\n    \"onye ijè\": [\n        {\n            \"word\": \"onye ijè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"traveller\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ijè\",\n                \"onye\"\n            ]\n        }\n    ],\n    \"ijè\": [\n        {\n            \"word\": \"ijè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"journey\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nwayòò bù ijè\",\n                    \"english\": \"slow and steady wins the race (literally gentleness is the journey)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìjelè \": [\n        {\n            \"word\": \"ìjelè \",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"soldier ant (compare elùuluū, the more typical Onitsha word)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ìjerè\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ìjelè\": [\n        {\n            \"word\": \"ìjelè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a graceful masquerade with a very large complex mask\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìjèlè\": [\n        {\n            \"word\": \"ìjèlè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"small round jingling metal bells worn while dancing; strung bells\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ijī\": [\n        {\n            \"word\": \"ijī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"annual flooding of the Niger (contrast idèì). The signs of the flood are\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"àtịtā\",\n                    \"english\": \"loud bubbles in the river\"\n                },\n                {\n                    \"igbo\": \"Àkèle nà-àkpọ ijī\",\n                    \"english\": \"The akele (frog) is calling the flood\"\n                },\n                {\n                    \"igbo\": \"Mmilī nà-erùghalị āzụ\",\n                    \"english\": \"The water is flowing backwards (i.e. becomes sluggish)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ijīji\": [\n        {\n            \"word\": \"ijīji\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fly; housefly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àrụ ikē\": [\n        {\n            \"word\": \"àrụ ikē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"health\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ike\"\n            ]\n        }\n    ],\n    \"isi ikē\": [\n        {\n            \"word\": \"isi ikē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"rebellion\",\n                \"stubbornness; bad luck\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O nwèlù isi ike\",\n                    \"english\": \"She has bad luck\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ike\",\n                \"isi\"\n            ]\n        }\n    ],\n    \"onye isi ikē\": [\n        {\n            \"word\": \"onye isi ikē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a rebel\",\n                \"stubborn person; person who is habitually disobedient (literally hard-headed person)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ike\",\n                \"onye\"\n            ]\n        }\n    ],\n    \"jè si ikē\": [\n        {\n            \"word\": \"jè si ikē\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"salutation to one starting on a journey\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ike\",\n                \"-je\"\n            ]\n        }\n    ],\n    \"-kedosi ike\": [\n        {\n            \"word\": \"-kedosi ike\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tighten\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ike\",\n                \"-ke\"\n            ]\n        }\n    ],\n    \"-kwàsi ike\": [\n        {\n            \"word\": \"-kwàsi ike\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"push firmly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ike\",\n                \"-kwà\"\n            ]\n        }\n    ],\n    \"-kwusi ike\": [\n        {\n            \"word\": \"-kwusi ike\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"speak strongly or loudly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ike\",\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"-kwụsị ike\": [\n        {\n            \"word\": \"-kwụsị ike\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stand firm\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ike\"\n            ]\n        }\n    ],\n    \"-lụsi ike\": [\n        {\n            \"word\": \"-lụsi ike\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"work hard, energetically\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ike\",\n                \"-lụ\"\n            ]\n        }\n    ],\n    \"-me isi ikē\": [\n        {\n            \"word\": \"-me isi ikē\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be headstrong\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ike\",\n                \"isi\",\n                \"-me\"\n            ]\n        }\n    ],\n    \"-me n’ike\": [\n        {\n            \"word\": \"-me n’ike\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"do violently, forcibly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ike\",\n                \"-me\"\n            ]\n        }\n    ],\n    \"ǹga ọlụ ikē\": [\n        {\n            \"word\": \"ǹga ọlụ ikē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"imprisonment with hard labour\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"A tùlù ya ǹga ọlụ ikē\",\n                    \"english\": \"He was imprisoned with hard labour\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ike\",\n                \"ǹga\",\n                \"ọlụ\"\n            ]\n        }\n    ],\n    \"-nwe ike\": [\n        {\n            \"word\": \"-nwe ike\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be capable, strong, able\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ike\",\n                \"-nwe\"\n            ]\n        }\n    ],\n    \"enwē ike\": [\n        {\n            \"word\": \"enwē ike\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"strengthless; a weakling\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ike\"\n            ]\n        }\n    ],\n    \"obì ikē\": [\n        {\n            \"word\": \"obì ikē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hardheartedness; relentlessness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ike\",\n                \"obì\"\n            ]\n        }\n    ],\n    \"-si ike\": [\n        {\n            \"word\": \"-si ike\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be strong, firm, difficult, hard\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ike\",\n                \"-si\"\n            ]\n        }\n    ],\n    \"ike\": [\n        {\n            \"word\": \"ike\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"strength; authority; force; power\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ikè mmānya\": [\n        {\n            \"word\": \"ikè mmānya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dregs\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ikè\",\n                \"manya\"\n            ]\n        }\n    ],\n    \"ikè\": [\n        {\n            \"word\": \"ikè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bottom; hinder part; buttock(s); anus; rectum\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ndị ikèì\": [\n        {\n            \"word\": \"ndị ikèì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the elders\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ikèì\"\n            ]\n        }\n    ],\n    \"ikèì\": [\n        {\n            \"word\": \"ikèì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"old man; old\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ike kwọ\": [\n        {\n            \"word\": \"ike kwọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"perhaps\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ike kwọ agà m àbịa\",\n                    \"english\": \"Perhaps I will come\"\n                }\n            ],\n            \"variations\": [\n                \"ike kwe\"\n            ],\n            \"stems\": [\n                \"ìkekele\"\n            ]\n        }\n    ],\n    \"ìkekele\": [\n        {\n            \"word\": \"ìkekele\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkpa ìkele\": [\n        {\n            \"word\": \"òkpa ìkele\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"groundnut\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìkele\",\n                \"òkpà\"\n            ]\n        }\n    ],\n    \"ìkele\": [\n        {\n            \"word\": \"ìkele\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ikèlike ākwa\": [\n        {\n            \"word\": \"ikèlike ākwa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"eggshell\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ikèlike\"\n            ]\n        }\n    ],\n    \"ikèlike ọkū\": [\n        {\n            \"word\": \"ikèlike ọkū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"spark\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ikèlike\"\n            ]\n        }\n    ],\n    \"ikèlike\": [\n        {\n            \"word\": \"ikèlike\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"crumbs; fragments\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"aka ìkeǹgà\": [\n        {\n            \"word\": \"aka ìkeǹgà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"right hand\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"Ìkeǹgà\"\n            ]\n        }\n    ],\n    \"Ìkeǹgà\": [\n        {\n            \"word\": \"Ìkeǹgà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"personification of the strength of a man’s right hand, symbolizing success; image representing Ìkeǹgà personal to a man and split at his funeral\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìkeǹgà elùuluū\": [\n        {\n            \"word\": \"ìkeǹgà elùuluū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"giant ants, with very big heads, seen among smaller ones\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìkeǹgà\"\n            ]\n        }\n    ],\n    \"ìkeǹgà\": [\n        {\n            \"word\": \"ìkeǹgà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"jar for storing palm wine\",\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ikènyè\": [\n        {\n            \"word\": \"ikènyè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"grown men; elders; principal men\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ikènyà\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"òkụkū ìkìkè\": [\n        {\n            \"word\": \"òkụkū ìkìkè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"small fowl; pullet\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìkìkè\",\n                \"òkụkò\"\n            ]\n        }\n    ],\n    \"ìkìkè\": [\n        {\n            \"word\": \"ìkìkè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìkili akā\": [\n        {\n            \"word\": \"ìkili akā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"elbow\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìkili\"\n            ]\n        }\n    ],\n    \"ìkili ụkwū\": [\n        {\n            \"word\": \"ìkili ụkwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"heel\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìkili\",\n                \"ụkwụ\"\n            ]\n        }\n    ],\n    \"ìkili\": [\n        {\n            \"word\": \"ìkili\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"joint used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìkiti ụkwū\": [\n        {\n            \"word\": \"ìkiti ụkwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(sound of) footstep\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìkiti\",\n                \"ụkwụ\"\n            ]\n        }\n    ],\n    \"ìkiti\": [\n        {\n            \"word\": \"ìkiti\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ikō\": [\n        {\n            \"word\": \"ikō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fish-trap\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"èlèle īko èlèlè\": [\n        {\n            \"word\": \"èlèle īko èlèlè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"boiled in tins (e.g. milk tins) instead of being wrapped in leaves\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìko\"\n            ]\n        }\n    ],\n    \"nju ìko\": [\n        {\n            \"word\": \"nju ìko\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cupful\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìko\"\n            ]\n        }\n    ],\n    \"ìko\": [\n        {\n            \"word\": \"ìko\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cup; drinking vessel\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ikòlò\": [\n        {\n            \"word\": \"ikòlò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wooden drum, played on great occasions, e.g. when a great man dies, or as an alarm for war\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nwaànyì adī àgba ukòlò\",\n                    \"english\": \"Women cannot dance to the ikòlò (because only men who have killed can dance to it)\"\n                }\n            ],\n            \"variations\": [\n                \"ukòlò\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ìkolobìà\": [\n        {\n            \"word\": \"ìkolobìà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"see òkolo\",\n                \"used indiscriminately for sg. or pl.) youth; young man\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkolo\"\n            ]\n        }\n    ],\n    \"ndị ìkòm\": [\n        {\n            \"word\": \"ndị ìkòm\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"males; men\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìkòm\"\n            ]\n        }\n    ],\n    \"ìkòm\": [\n        {\n            \"word\": \"ìkòm\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"male (opp. of ìnyòm)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìkù\": [\n        {\n            \"word\": \"ìkù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"eyebrow (also ìkù anyā)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ǹkù\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ìkùku ọgbarù\": [\n        {\n            \"word\": \"ìkùku ọgbarù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"south wind; breeze from down-river\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìkùkù\"\n            ]\n        }\n    ],\n    \"ìkùkù\": [\n        {\n            \"word\": \"ìkùkù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"breeze; wind; gale\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ikpe kwū ọtọ\": [\n        {\n            \"word\": \"ikpe kwū ọtọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"justice\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ezè afù kpèlù ikpe kwū ọtọ\",\n                    \"english\": \"The king administered justice\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ikpe\"\n            ]\n        }\n    ],\n    \"-kè ikpe\": [\n        {\n            \"word\": \"-kè ikpe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"give judgement\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ikpe\",\n                \"-kè\"\n            ]\n        }\n    ],\n    \"-ma ikpe\": [\n        {\n            \"word\": \"-ma ikpe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"condemn\",\n                \"condemn; be condemned\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"A màlù ya ikpe orī\",\n                    \"english\": \"He was found guilty of stealing\"\n                },\n                {\n                    \"igbo\": \"A màlù yà ikpe\",\n                    \"english\": \"He was condemned\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ikpe\",\n                \"-ma\"\n            ]\n        }\n    ],\n    \"àmàmikpe\": [\n        {\n            \"word\": \"àmàmikpe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"condemnation, conviction (in case)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ikpe\",\n                \"-ma\"\n            ]\n        }\n    ],\n    \"onye ikpē\": [\n        {\n            \"word\": \"onye ikpē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"judge\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ikpe\",\n                \"onye\"\n            ]\n        }\n    ],\n    \"ụnò ikpē\": [\n        {\n            \"word\": \"ụnò ikpē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"court of law\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ikpe\",\n                \"ụnò\"\n            ]\n        }\n    ],\n    \"ikpe\": [\n        {\n            \"word\": \"ikpe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"judgement\",\n                \"case\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpe\"\n            ]\n        }\n    ],\n    \"ìkpè\": [\n        {\n            \"word\": \"ìkpè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"slander; bad things said about one with exaggeration or untruth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìkpe āzụ\": [\n        {\n            \"word\": \"ìkpe āzụ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see -kpè + 1.\",\n                \"the last thing Ife ìkpe āzụ ị gà-èmê bù ije  kute mmiìli dọbe n’ụnò The final thing you should do is to fetch water and keep it in the house\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpè\"\n            ]\n        }\n    ],\n    \"ikpèlè\": [\n        {\n            \"word\": \"ikpèlè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"knee\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìkpele mmīli\": [\n        {\n            \"word\": \"ìkpele mmīli\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bank of the river\",\n                \"bank of river\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìkpele\",\n                \"mmilī\"\n            ]\n        }\n    ],\n    \"ìkpele\": [\n        {\n            \"word\": \"ìkpele\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"edge; border; bank\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ikpo afịfịa\": [\n        {\n            \"word\": \"ikpo afịfịa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"rubbish-heap\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ikpo\"\n            ]\n        }\n    ],\n    \"ikpo akwụkwọ\": [\n        {\n            \"word\": \"ikpo akwụkwọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"set of books\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ikpo\"\n            ]\n        }\n    ],\n    \"ikpo mmadù\": [\n        {\n            \"word\": \"ikpo mmadù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"large crowd of people\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ikpo\"\n            ]\n        }\n    ],\n    \"ikpo\": [\n        {\n            \"word\": \"ikpo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"collection, set (of things); large crowd (of people) (contrast mkpù)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mmụō īkpo\": [\n        {\n            \"word\": \"mmụō īkpo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a masquerade covered with ìkpo-bells\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìkpo\",\n                \"mmụō\"\n            ]\n        }\n    ],\n    \"ìkpo\": [\n        {\n            \"word\": \"ìkpo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"square bronze bell\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìkpò\": [\n        {\n            \"word\": \"ìkpò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tall coarse tufted grass\",\n                \"see ùkpò\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ìkpoòkpo àgù\": [\n        {\n            \"word\": \"ìkpoòkpo àgù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Tilapia galilaea\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìkpoòkpò\"\n            ]\n        }\n    ],\n    \"ìkpoòkpò akasa\": [\n        {\n            \"word\": \"ìkpoòkpò akasa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Tilapia nilotica\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìkpoòkpò\"\n            ]\n        }\n    ],\n    \"ìkpoòkpò nkōlọ\": [\n        {\n            \"word\": \"ìkpoòkpò nkōlọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Cichlidae tenopoma kingsleyae\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìkpoòkpò\"\n            ]\n        }\n    ],\n    \"ìkpoòkpò ọnụ ogonogo\": [\n        {\n            \"word\": \"ìkpoòkpò ọnụ ogonogo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Hemichromis fasciatus\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìkpoòkpò\"\n            ]\n        }\n    ],\n    \"ìkpoòkpò ụnò dị\": [\n        {\n            \"word\": \"ìkpoòkpò ụnò dị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Tilapia aurea\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìkpoòkpò\"\n            ]\n        }\n    ],\n    \"mmā\": [\n        {\n            \"word\": \"mmā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"goodness; beauty; prosperity\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìkpoòkpò\": [\n        {\n            \"word\": \"ìkpoòkpò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"general name for cichlid fish, Tilapia and Hemichromis genera, and extended to similar fish\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ikpù\": [\n        {\n            \"word\": \"ikpù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hairy part in front of genitals of either sex; vulva\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìkpulū\": [\n        {\n            \"word\": \"ìkpulū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"worm; maggot\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ikwè\": [\n        {\n            \"word\": \"ikwè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mortar\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ikwu nà ànyị\": [\n        {\n            \"word\": \"ikwu nà ànyị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"our people\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ikwu\"\n            ]\n        }\n    ],\n    \"ikwu nnē\": [\n        {\n            \"word\": \"ikwu nnē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the home quarter of one's mother\",\n                \"one's mother's home town\",\n                \"mature female (of animal); contrast nwunyè, immature female animal\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Azùtàlù m nne ewū n’afịa Àfò Nnoòbì n’ụbòsì àfọ gālụ àga\",\n                    \"english\": \"I bought one female goat at the Afọ Nnoobi market last Afọ market day\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ikwu\",\n                \"nne\"\n            ]\n        }\n    ],\n    \"ikwu\": [\n        {\n            \"word\": \"ikwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"relative (general term)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ kpò ndị ikwū ya\",\n                    \"english\": \"He summoned his relatives\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụnò ikwuù\": [\n        {\n            \"word\": \"ụnò ikwuù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"moveable house; tent; booth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ikwuù\"\n            ]\n        }\n    ],\n    \"ikwuù\": [\n        {\n            \"word\": \"ikwuù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ile ọkū\": [\n        {\n            \"word\": \"ile ọkū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"flame; spark; hot part of fire\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ile\",\n                \"ọkụ\"\n            ]\n        }\n    ],\n    \"-lapùta ile\": [\n        {\n            \"word\": \"-lapùta ile\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"put out the tongue\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ile\"\n            ]\n        }\n    ],\n    \"ile\": [\n        {\n            \"word\": \"ile\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tongue\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìlè\": [\n        {\n            \"word\": \"ìlè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"power; potency; effectiveness (of thing)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọgū à dì ìlè\",\n                    \"english\": \"This medicine is powerful\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìli\": [\n        {\n            \"word\": \"ìli\",\n            \"wordClass\": \"CD\",\n            \"definitions\": [\n                \"ten\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ilìilì\": [\n        {\n            \"word\": \"ilìilì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"splinter\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìlìlò\": [\n        {\n            \"word\": \"ìlìlò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"weed\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-dị n’ilo\": [\n        {\n            \"word\": \"-dị n’ilo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be enemies\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Fâ dì n’ilo\",\n                    \"english\": \"They are enemies\"\n                },\n                {\n                    \"igbo\": \"Mụ nà Òbi dì n’ilo\",\n                    \"english\": \"Obi and myself are enemies\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ilo\"\n            ]\n        }\n    ],\n    \"onye ilō\": [\n        {\n            \"word\": \"onye ilō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"enemy; person bearing malice towards one\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ilo\",\n                \"onye\"\n            ]\n        }\n    ],\n    \"ilo\": [\n        {\n            \"word\": \"ilo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"enmity\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-bọ ìlo\": [\n        {\n            \"word\": \"-bọ ìlo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"clear the village square\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìlo\"\n            ]\n        }\n    ],\n    \"n’ìlo\": [\n        {\n            \"word\": \"n’ìlo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"outside; without\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìlo\"\n            ]\n        }\n    ],\n    \"okpolo īlo\": [\n        {\n            \"word\": \"okpolo īlo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"road, street (especially in town)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Pùta n’okpolo īlo\",\n                    \"english\": \"Leave the road\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ìlo\",\n                \"okpolo\"\n            ]\n        }\n    ],\n    \"-pù ìlo\": [\n        {\n            \"word\": \"-pù ìlo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go out; go for a stroll\",\n                \"go out; take stroll\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìlo\",\n                \"-pù\"\n            ]\n        }\n    ],\n    \"-pù n’ìlo\": [\n        {\n            \"word\": \"-pù n’ìlo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go outside (and stay)\",\n                \"go outside\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìlo\",\n                \"-pù\"\n            ]\n        }\n    ],\n    \"ìlo\": [\n        {\n            \"word\": \"ìlo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"outside; compound outside walls (= èzi amā, contrast mbala ēzi); area in village not occupied by houses (includes but is wider than èzi)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-lo ìlìlò\": [\n        {\n            \"word\": \"-lo ìlìlò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"think\",\n                \"think; suggest\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ìlòlò\"\n            ],\n            \"stems\": [\n                \"ìlòlò\",\n                \"-lò\"\n            ]\n        }\n    ],\n    \"òka ìlòlò\": [\n        {\n            \"word\": \"òka ìlòlò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"adviser; counsellor\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìlòlò\"\n            ]\n        }\n    ],\n    \"ọnụ ìlòlò\": [\n        {\n            \"word\": \"ọnụ ìlòlò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"gutter; drain\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìlòlò\",\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"ìlòlò\": [\n        {\n            \"word\": \"ìlòlò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"deep thought (on a problem)\",\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"imelìme\": [\n        {\n            \"word\": \"imelìme\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"interior; inmost part\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"imē\"\n            ]\n        }\n    ],\n    \"imelìme ụnò\": [\n        {\n            \"word\": \"imelìme ụnò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"an inner room\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"imē\",\n                \"ụnò\"\n            ]\n        }\n    ],\n    \"ime ōbi\": [\n        {\n            \"word\": \"ime ōbi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"name given to interior of the palace where the king mostly stays\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"imē\",\n                \"òbi \"\n            ]\n        }\n    ],\n    \"ime ụnò\": [\n        {\n            \"word\": \"ime ụnò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"room\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"imē\",\n                \"ụnò\"\n            ]\n        }\n    ],\n    \"n’imē\": [\n        {\n            \"word\": \"n’imē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"inside; in; within\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"imē\"\n            ]\n        }\n    ],\n    \"n’ime ụnò\": [\n        {\n            \"word\": \"n’ime ụnò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"inside the house\",\n                \"out of (a number)\",\n                \"pregnancy\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"imē\"\n            ]\n        }\n    ],\n    \"ime òpùpù\": [\n        {\n            \"word\": \"ime òpùpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"miscarriage\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"òpùpù imē\"\n            ],\n            \"stems\": [\n                \"imē\",\n                \"-pù\"\n            ]\n        }\n    ],\n    \"-gbakwo imē\": [\n        {\n            \"word\": \"-gbakwo imē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"abort; miscarry\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"imē\"\n            ]\n        }\n    ],\n    \"-ke imē\": [\n        {\n            \"word\": \"-ke imē\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cause abortion\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"imē\",\n                \"-ke\"\n            ]\n        }\n    ],\n    \"-me imē\": [\n        {\n            \"word\": \"-me imē\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be in labour; travail\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"imē\",\n                \"-me\"\n            ]\n        }\n    ],\n    \"nwaànyì imē\": [\n        {\n            \"word\": \"nwaànyì imē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pregnant woman\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"imē\"\n            ]\n        }\n    ],\n    \"-tụba imē\": [\n        {\n            \"word\": \"-tụba imē\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"impregnate\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọjì gà-àtụba gī imē ọ bụlụ nà ị kpāchàpùrò anya\",\n                    \"english\": \"Ọjị will get you pregnant if you are not careful\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"imē\",\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụ imē\": [\n        {\n            \"word\": \"-tụ imē\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"become pregnant; be pregnant\",\n                \"conceive; be pregnant\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Elòlù m nà nkịtā m gà-àtụ imē n’ọnwa ītọ na-abịa\",\n                    \"english\": \"I think my dog will become pregnant in three months to come\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"imē\",\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụlụ imē\": [\n        {\n            \"word\": \"-tụlụ imē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"become pregnant; become pregnant illegitimately and accidentally (e.g. of girl in school)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àda m#nō n’ụnò akwụkwọ àkwụsigo akwụkwọ màkà nà ọ tūlụgo imē\",\n                    \"english\": \"My first daughter who has been in school has stopped schooling because she has become pregnant (‘illegitimately’ implied)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"imē\"\n            ]\n        }\n    ],\n    \"imē\": [\n        {\n            \"word\": \"imē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"inside; interior\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìmejū\": [\n        {\n            \"word\": \"ìmejū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"liver\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìmèliìmè\": [\n        {\n            \"word\": \"ìmèliìmè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"much; plenty; a large number\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ìmèliìme mmādù bìàlù ebe à\",\n                    \"english\": \"A great crowd of people came here\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"imi mpīa\": [\n        {\n            \"word\": \"imi mpīa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"nose partly or wholly destroyed by disease; depressed nostril\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"imi\",\n                \"mpīa\"\n            ]\n        }\n    ],\n    \"-mapù imi\": [\n        {\n            \"word\": \"-mapù imi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"blow the nose\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"imi\",\n                \"-ma\"\n            ]\n        }\n    ],\n    \"oghele imī\": [\n        {\n            \"word\": \"oghele imī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"nostril\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"imi\",\n                \"oyēle\"\n            ]\n        }\n    ],\n    \"-su imi\": [\n        {\n            \"word\": \"-su imi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wrinkle nose in direction of person in disdain or to show snobbery (usually not allowing the victim to know, but allowing others around to know)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Agà m àma onye ōbụnā gā-esu nwa nnē m imi ōla màkà nà ọ mērọ alū\",\n                    \"english\": \"I would slap anyone who wrinkled his nose at my brother because he did not commit an abomination\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"imi\",\n                \"-su\"\n            ]\n        }\n    ],\n    \"-te imi\": [\n        {\n            \"word\": \"-te imi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rub, coat, with mucus\",\n                \"rub, coat, coat with mucus\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"imi\",\n                \"-te\"\n            ]\n        }\n    ],\n    \"-zì imi\": [\n        {\n            \"word\": \"-zì imi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"blow the nose\",\n                \"blow the nose; expel mucus from the nose\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"imi\",\n                \"-zì\"\n            ]\n        }\n    ],\n    \"imi\": [\n        {\n            \"word\": \"imi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"nose; mucus (of nose)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìmìlìkiti\": [\n        {\n            \"word\": \"ìmìlìkiti\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"many\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"imùlimu\": [\n        {\n            \"word\": \"imùlimu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tiny, minute size\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O kpùtè imùlimu ajā\",\n                    \"english\": \"He brought some fine sand\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"inì ozū\": [\n        {\n            \"word\": \"inì ozū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cemetery; burial ground; burial place\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"inì\",\n                \"ozu\"\n            ]\n        }\n    ],\n    \"inì\": [\n        {\n            \"word\": \"inì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"grave; burial place (from -nì bury (corpse))\",\n                \"grave\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O sīgo n’inì kùnie\",\n                    \"english\": \"He has risen from the dead\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-nì\"\n            ]\n        }\n    ],\n    \"ìnìne mgbolokō\": [\n        {\n            \"word\": \"ìnìne mgbolokō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"variety of Amaranthus hybridus\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìnìnè\"\n            ]\n        }\n    ],\n    \"ìnìne mmee\": [\n        {\n            \"word\": \"ìnìne mmee\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wild or green amaranth (Amaranthus lividus Linn. and A. viridis Linn.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìnìnè\"\n            ]\n        }\n    ],\n    \"ìnìnè ogwū\": [\n        {\n            \"word\": \"ìnìnè ogwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"spring or prickly Amaranth (Amaranthus spinosus Linn.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìnìnè\"\n            ]\n        }\n    ],\n    \"ìnìnè\": [\n        {\n            \"word\": \"ìnìnè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"green leaf vegetable, 'green amaranth' (Amaranthus hybridus Linn.\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-nu inu\": [\n        {\n            \"word\": \"-nu inu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be bitter\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọgwū ǹkaà nà-ènu inū\",\n                    \"english\": \"This drug is bitter\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"inu\",\n                \"-nu\"\n            ]\n        }\n    ],\n    \"-kọwa inu\": [\n        {\n            \"word\": \"-kọwa inu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"interpret a proverb or parable\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"inu\",\n                \"-kọ\"\n            ]\n        }\n    ],\n    \"-nù inu\": [\n        {\n            \"word\": \"-nù inu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"propound riddle, proverb\",\n                \"ask riddle; use proverb\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bikō nùelụ m#òfu inū\",\n                    \"english\": \"Please give me a proverb\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"inu\",\n                \"-nù\"\n            ]\n        }\n    ],\n    \"-tụ inu\": [\n        {\n            \"word\": \"-tụ inu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"speak proverb, parable\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nnā ānyị nà-àbụ ọ ga-agwa ānyị okwu ogē ụfọdụ ọ tụalụ ānyị inu mà ò bụrō ogè ǹcha kà ànyị nà-àghọta inu ọ nà- àtụlụ ānyị\",\n                    \"english\": \"Our father when he addresses us often uses proverbs, but it is not always that we understand the proverbs he uses for us\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"inu\",\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"inu\": [\n        {\n            \"word\": \"inu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bitterness (of taste)\",\n                \"proverb; parable; riddle\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Inu bù mmanụ e jì èsuli okwū\",\n                    \"english\": \"Proverbs are the oil for eating speech\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ìnyègè\": [\n        {\n            \"word\": \"ìnyègè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"appearance of something not seen clearly, either because of darkness or dazzling light\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"inyègeè\": [\n        {\n            \"word\": \"inyègeè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fish (Alestes baremose)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-chị ìnyemè\": [\n        {\n            \"word\": \"-chị ìnyemè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"marry a number of wives\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìnyemè\"\n            ]\n        }\n    ],\n    \"ìnyemè\": [\n        {\n            \"word\": \"ìnyemè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wives (plural of nwunyè)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-lu inyi\": [\n        {\n            \"word\": \"-lu inyi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be dirty, filthy\",\n                \"be dirty\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O lù inyi\",\n                    \"english\": \"It is dirty\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"inyi\",\n                \"-lu\"\n            ]\n        }\n    ],\n    \"inyi\": [\n        {\n            \"word\": \"inyi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dirt(iness)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"okwu īnyo\": [\n        {\n            \"word\": \"okwu īnyo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"foolish talk\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìnyo\",\n                \"okwu\"\n            ]\n        }\n    ],\n    \"ìnyo\": [\n        {\n            \"word\": \"ìnyo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"foolishness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ndị ìnyòm\": [\n        {\n            \"word\": \"ndị ìnyòm\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"women; females\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìnyòm\"\n            ]\n        }\n    ],\n    \"ìnyòm\": [\n        {\n            \"word\": \"ìnyòm\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"female (opp. of ìkòm)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìpètè arịlị\": [\n        {\n            \"word\": \"ìpètè arịlị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Citharinus distichoides\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìpètè\"\n            ]\n        }\n    ],\n    \"ìpètè erìrì\": [\n        {\n            \"word\": \"ìpètè erìrì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Citharinus latus\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìpètè\"\n            ]\n        }\n    ],\n    \"ìpètè\": [\n        {\n            \"word\": \"ìpètè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"moonfish; a general name for fish of the genus Citharinus\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìpo ànwàlì (=\": [\n        {\n            \"word\": \"ìpo ànwàlì (=\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fish (Alestes leuciscus and Alestes macrolepidotus)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìpo\"\n            ]\n        }\n    ],\n    \"ànwàlì)\": [\n        {\n            \"word\": \"ànwàlì)\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìpo\"\n            ]\n        }\n    ],\n    \"ìpo\": [\n        {\n            \"word\": \"ìpo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fish (Alestes nurse)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìpopo\": [\n        {\n            \"word\": \"ìpopo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(also ìpopo osisi) sapling (= opòpò)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"irò\": [\n        {\n            \"word\": \"irò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"story told in song; fable\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"iru anyanwū\": [\n        {\n            \"word\": \"iru anyanwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sun\",\n                \"sky\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"iru\"\n            ]\n        }\n    ],\n    \"iru mmà\": [\n        {\n            \"word\": \"iru mmà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"edge (of a knife)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"iru\",\n                \"mmà\"\n            ]\n        }\n    ],\n    \"iru naàbò\": [\n        {\n            \"word\": \"iru naàbò\",\n            \"wordClass\": \"CD\",\n            \"definitions\": [\n                \"hypocrite; hypocrisy (literally with double face)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nwokē afù bù onye iru naàbò\",\n                    \"english\": \"That man is a hypocrite\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"iru\",\n                \"ìbùọ\"\n            ]\n        }\n    ],\n    \"iru nà àzụ\": [\n        {\n            \"word\": \"iru nà àzụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"backwards and forwards; up and down; to and fro\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"iru\"\n            ]\n        }\n    ],\n    \"iru nà iru\": [\n        {\n            \"word\": \"iru nà iru\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"face to face\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"iru\"\n            ]\n        }\n    ],\n    \"iru ọcha\": [\n        {\n            \"word\": \"iru ọcha\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cheerfulness;\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ bù mmadù iru ọcha\",\n                    \"english\": \"He is a cheerful person\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"iru\"\n            ]\n        }\n    ],\n    \"iru ọjọō\": [\n        {\n            \"word\": \"iru ọjọō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bad omen\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"iru\",\n                \"ọjọō\"\n            ]\n        }\n    ],\n    \"iru ọma\": [\n        {\n            \"word\": \"iru ọma\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"favour; goodness; good omen\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"iru\",\n                \"ọma\"\n            ]\n        }\n    ],\n    \"-chelịta iru\": [\n        {\n            \"word\": \"-chelịta iru\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"face; direct gaze against, towards\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-èchelịta afīa iru\",\n                    \"english\": \"It is facing the market\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"iru\",\n                \"-lị(-ta)\"\n            ]\n        }\n    ],\n    \"-je n’iru\": [\n        {\n            \"word\": \"-je n’iru\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go forward; go in front\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"iru\",\n                \"-je\"\n            ]\n        }\n    ],\n    \"-kpù iru\": [\n        {\n            \"word\": \"-kpù iru\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"upset; overturn; turn upside down\",\n                \"upset; overturn; turn upside down Ì chòlù ikpù ofe iru#? Do you want to overturn the soup?\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"iru\",\n                \"-kpù\"\n            ]\n        }\n    ],\n    \"-menye ifele n’iru\": [\n        {\n            \"word\": \"-menye ifele n’iru\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"abash (literally bring shame to one's face)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"iru\"\n            ]\n        }\n    ],\n    \"mkpọchi n’iru\": [\n        {\n            \"word\": \"mkpọchi n’iru\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"anything fastened on forehead or in front\",\n                \"anything fastened on forehead or in front of (something)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"iru\",\n                \"mkpọchi\"\n            ]\n        }\n    ],\n    \"mkpọniiru\": [\n        {\n            \"word\": \"mkpọniiru\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"anything fastened on forehead or in front of (something)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"n’iru\": [\n        {\n            \"word\": \"n’iru\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"forward; before (of place)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"iru\"\n            ]\n        }\n    ],\n    \"n’iru òrà\": [\n        {\n            \"word\": \"n’iru òrà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"in public; publicly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"iru\",\n                \"òrà\"\n            ]\n        }\n    ],\n    \"ǹkè irū kà\": [\n        {\n            \"word\": \"ǹkè irū kà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"that to come is greater\",\n                \"personal name\",\n                \"female name\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"iru\",\n                \"ǹkè\"\n            ]\n        }\n    ],\n    \"ǹkù irū\": [\n        {\n            \"word\": \"ǹkù irū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"forehead\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"iru\",\n                \"ǹkù\"\n            ]\n        }\n    ],\n    \"-nye iru\": [\n        {\n            \"word\": \"-nye iru\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"face\",\n                \"pay attention to\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"iru\",\n                \"-nyefè\"\n            ]\n        }\n    ],\n    \"obodobo irū\": [\n        {\n            \"word\": \"obodobo irū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"broad face\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"iru\",\n                \"obodobo\"\n            ]\n        }\n    ],\n    \"òdìniiru\": [\n        {\n            \"word\": \"òdìniiru\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"that which is to come\",\n                \"cult of the face, symbolizing one's commanding personality and influence, symbolized by a wooden chalice\",\n                \"future\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"iru\",\n                \"ọdàchi\"\n            ]\n        }\n    ],\n    \"iru\": [\n        {\n            \"word\": \"iru\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"face; front; forward part\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìrùrù mmanụ\": [\n        {\n            \"word\": \"ìrùrù mmanụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"water lettuce (Pistia stratiotes Linn.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ife īse\": [\n        {\n            \"word\": \"ife īse\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"five things\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ife neesè\"\n            ],\n            \"stems\": [\n                \"ìse\"\n            ]\n        }\n    ],\n    \"ìli nà ìse\": [\n        {\n            \"word\": \"ìli nà ìse\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"fifteen\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìse\"\n            ]\n        }\n    ],\n    \"ìse\": [\n        {\n            \"word\": \"ìse\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"five\",\n                \"So be it! Amen! (Ẹdo (Bini))\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"isi awelē\": [\n        {\n            \"word\": \"isi awelē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"good luck\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\"\n            ]\n        }\n    ],\n    \"isi awō\": [\n        {\n            \"word\": \"isi awō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"grey hair\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\"\n            ]\n        }\n    ],\n    \"isi mmīli\": [\n        {\n            \"word\": \"isi mmīli\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"source of a stream or river\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\",\n                \"mmilī\"\n            ]\n        }\n    ],\n    \"isi na ọdù\": [\n        {\n            \"word\": \"isi na ọdù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(literally head and tail) substance, meaning (especially of speech)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\"\n            ]\n        }\n    ],\n    \"isi njedebe\": [\n        {\n            \"word\": \"isi njedebe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"end, finish\",\n                \"end; finish\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ànyị èlugo n’isi njedebe òbòdò afù\",\n                    \"english\": \"We have reached the end of that town\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\",\n                \"-je\"\n            ]\n        }\n    ],\n    \"isi nkwọcha\": [\n        {\n            \"word\": \"isi nkwọcha\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"baldness\",\n                \"baldness; bald head (i.e. as if head has been scraped)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O nwè isi nkwọcha\",\n                    \"english\": \"He is bald\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\",\n                \"-kwọ\"\n            ]\n        }\n    ],\n    \"Isi Ōji\": [\n        {\n            \"word\": \"Isi Ōji\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Africa; Africans; Black race\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\",\n                \"òji\"\n            ]\n        }\n    ],\n    \"Ndi Isi Ōji\": [\n        {\n            \"word\": \"Ndi Isi Ōji\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the Africans\",\n                \"the Africans; the Black race\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\",\n                \"ndị\",\n                \"òji\"\n            ]\n        }\n    ],\n    \"Òbòdò Isi Ōji\": [\n        {\n            \"word\": \"Òbòdò Isi Ōji\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Africa\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\",\n                \"òbòdò\",\n                \"òji\"\n            ]\n        }\n    ],\n    \"isi okwū\": [\n        {\n            \"word\": \"isi okwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"meaning of a word or speech\",\n                \"meaning of the word\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ife o kwùlù enwērọ isi\",\n                    \"english\": \"What he said makes no sense\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\",\n                \"okwu\"\n            ]\n        }\n    ],\n    \"isi ọjọō\": [\n        {\n            \"word\": \"isi ọjọō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bad luck\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\",\n                \"ọjọō\"\n            ]\n        }\n    ],\n    \"isi ọma\": [\n        {\n            \"word\": \"isi ọma\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"good luck\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\",\n                \"ọma\"\n            ]\n        }\n    ],\n    \"isi ōwụwa\": [\n        {\n            \"word\": \"isi ōwụwa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"headache; fever\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\"\n            ]\n        }\n    ],\n    \"isi òzàlà\": [\n        {\n            \"word\": \"isi òzàlà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"edge of grassland, wilderness\",\n                \"edge of òzàlà\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\",\n                \"òzàlà\"\n            ]\n        }\n    ],\n    \"isi ụkwū\": [\n        {\n            \"word\": \"isi ụkwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"big toe\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\",\n                \"ụkwụ\"\n            ]\n        }\n    ],\n    \"isi ūtabà\": [\n        {\n            \"word\": \"isi ūtabà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"head of tobacco\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\",\n                \"ùtabà\"\n            ]\n        }\n    ],\n    \"-cha isi awō\": [\n        {\n            \"word\": \"-cha isi awō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"turn grey (of originally black hair)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\"\n            ]\n        }\n    ],\n    \"enwē isi\": [\n        {\n            \"word\": \"enwē isi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"useless\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\"\n            ]\n        }\n    ],\n    \"ìchàfù isī\": [\n        {\n            \"word\": \"ìchàfù isī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"head-tie\",\n                \"headtie\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\",\n                \"ìchàfù\"\n            ]\n        }\n    ],\n    \"-kọcha isi\": [\n        {\n            \"word\": \"-kọcha isi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shave\",\n                \"shave head\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\",\n                \"-kọ\"\n            ]\n        }\n    ],\n    \"-kọ isi\": [\n        {\n            \"word\": \"-kọ isi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shave; barb\",\n                \"shave head; barb\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\",\n                \"-kọ\"\n            ]\n        }\n    ],\n    \"-kpàcha isi\": [\n        {\n            \"word\": \"-kpàcha isi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"crop, barb, shave hair\",\n                \"barb; cut hair\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\",\n                \"-kpà\"\n            ]\n        }\n    ],\n    \"-kpà isi\": [\n        {\n            \"word\": \"-kpà isi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"plait hair\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\",\n                \"-kpà\"\n            ]\n        }\n    ],\n    \"-kpocha isi\": [\n        {\n            \"word\": \"-kpocha isi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut hair (of head) very low (literally gather and remove)\",\n                \"be bald Nwoke  afù kpòchàlù isi That man is bald\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\",\n                \"-kpo\"\n            ]\n        }\n    ],\n    \"-kwàkọ isi nà isi\": [\n        {\n            \"word\": \"-kwàkọ isi nà isi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"set people at loggerheads\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\"\n            ]\n        }\n    ],\n    \"-kwe n’isi\": [\n        {\n            \"word\": \"-kwe n’isi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"nod the head\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\"\n            ]\n        }\n    ],\n    \"ndi isī\": [\n        {\n            \"word\": \"ndi isī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"chiefs; headmen\",\n                \"chiefs, headmen\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\",\n                \"ndị\"\n            ]\n        }\n    ],\n    \"nkonko isī\": [\n        {\n            \"word\": \"nkonko isī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the skull\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\",\n                \"nkonko\"\n            ]\n        }\n    ],\n    \"ntùtù isī\": [\n        {\n            \"word\": \"ntùtù isī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hair of head\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\",\n                \"ntùtù\"\n            ]\n        }\n    ],\n    \"-nụpù isī\": [\n        {\n            \"word\": \"-nụpù isī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be disobedient; rebel; revolt\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\"\n            ]\n        }\n    ],\n    \"-nwe isi\": [\n        {\n            \"word\": \"-nwe isi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be reasonable; be successful, fruitful\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\",\n                \"-nwe\"\n            ]\n        }\n    ],\n    \"-nwe isi awelē\": [\n        {\n            \"word\": \"-nwe isi awelē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be lucky; have good luck\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\"\n            ]\n        }\n    ],\n    \"-nyà isi\": [\n        {\n            \"word\": \"-nyà isi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"boast\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\",\n                \"-nyà\"\n            ]\n        }\n    ],\n    \"okpokolo isī\": [\n        {\n            \"word\": \"okpokolo isī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"skull, cranium\",\n                \"(fig.) empty-headedness; foolishness\",\n                \"skull; cranium\",\n                \"(fig.) empty-headedness, foolishness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\",\n                \"okpokolo\"\n            ]\n        }\n    ],\n    \"onye isī\": [\n        {\n            \"word\": \"onye isī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"head; chief; champion; leader\",\n                \"head; headman; leader; boss\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\",\n                \"onye\"\n            ]\n        }\n    ],\n    \"onye isi òchịchị\": [\n        {\n            \"word\": \"onye isi òchịchị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"head of state\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Yâ bù onye isi òchịchị ndi Fraǹs\",\n                    \"english\": \"He is the Head of State of France\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\"\n            ]\n        }\n    ],\n    \"òsusu isī\": [\n        {\n            \"word\": \"òsusu isī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"lock, coil of hair\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\"\n            ]\n        }\n    ],\n    \"òti īsi\": [\n        {\n            \"word\": \"òti īsi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"headache (literally head-knocker)\",\n                \"headache\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òti īsi nà-èti m\",\n                    \"english\": \"I have a headache\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\",\n                \"òti\",\n                \"-ti\"\n            ]\n        }\n    ],\n    \"òwu isī\": [\n        {\n            \"word\": \"òwu isī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"black cotton thread used by women for plaiting the hair\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\",\n                \"òwu\"\n            ]\n        }\n    ],\n    \"ọkìlị mgbawa īsi\": [\n        {\n            \"word\": \"ọkìlị mgbawa īsi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"very severe chronic headache (= ọyà isī)\",\n                \"constant severe head-ache, believed to be caused by medicine involving ọkìlì\",\n                \"very severe headache\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\",\n                \"ọkìlì\",\n                \"-wa\"\n            ]\n        }\n    ],\n    \"òkọ īsi\": [\n        {\n            \"word\": \"òkọ īsi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"barber\",\n                \"barbar\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\",\n                \"-kọ\",\n                \"ọkọ\"\n            ]\n        }\n    ],\n    \"òkpụ īsi\": [\n        {\n            \"word\": \"òkpụ īsi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"shaver; barber\",\n                \"ringworm of the head (tinea capitis)\",\n                \"barber; shaver\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òkpụ īsi adīrọ n’isi m#\",\n                    \"english\": \"There is no ringworm on my scalp\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\",\n                \"òkpụ\"\n            ]\n        }\n    ],\n    \"òkpụ īsi elī ngo\": [\n        {\n            \"word\": \"òkpụ īsi elī ngo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"ringworm of the head (tinea capitis) (literally barber who receives no pay)\",\n                \"ringworm\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\",\n                \"ngo\",\n                \"òkpụ\"\n            ]\n        }\n    ],\n    \"ọyà isī\": [\n        {\n            \"word\": \"ọyà isī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"chronic severe headache (= ọkìlị mgbawa īsi)\",\n                \"sickness characterized by constant severe headache; sufferer often shaves his hair to apply medicine (= ọkìlị mgbawa īsi)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\",\n                \"ọyà\"\n            ]\n        }\n    ],\n    \"-pionye isi\": [\n        {\n            \"word\": \"-pionye isi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"push the head in through small opening\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\",\n                \"-pio\"\n            ]\n        }\n    ],\n    \"-ra isi\": [\n        {\n            \"word\": \"-ra isi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"comb (hair of head)\",\n                \"comb the hair\",\n                \"comb (hair of head)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anà m àchọ ịrā isi m#\",\n                    \"english\": \"I want to comb my hair\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\",\n                \"ǹra\",\n                \"-ra\"\n            ]\n        }\n    ],\n    \"-rube isi\": [\n        {\n            \"word\": \"-rube isi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"incline the head; obey; submit; be loyal to; give respect to\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Afùlù m Ọjì n’anya màkà nà ọ nà-èrubelụ m isi\",\n                    \"english\": \"I like Ọjị because he obeys me\"\n                },\n                {\n                    \"igbo\": \"Ọ nà-èrubelu ezè isi\",\n                    \"english\": \"He is loyal to the king\"\n                },\n                {\n                    \"igbo\": \"Nwokē afù anārọ èrubelu ndi ọchịchị isi\",\n                    \"english\": \"The man gives no respect to people in authority\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\",\n                \"-ru\"\n            ]\n        }\n    ],\n    \"-ti isi\": [\n        {\n            \"word\": \"-ti isi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"butt, knock with head (like fighting man)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isi\",\n                \"-ti\"\n            ]\n        }\n    ],\n    \"isi\": [\n        {\n            \"word\": \"isi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"head; chief; sense; meaning; issue\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-ma isì\": [\n        {\n            \"word\": \"-ma isì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"smell\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isì\",\n                \"-ma\"\n            ]\n        }\n    ],\n    \"-nụ isì\": [\n        {\n            \"word\": \"-nụ isì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"smell; scent\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isì\",\n                \"-nụ\"\n            ]\n        }\n    ],\n    \"isì\": [\n        {\n            \"word\": \"isì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"scent; smell\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kpù ìsì\": [\n        {\n            \"word\": \"-kpù ìsì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be blind\",\n                \"be blind Ì kpùlù ìsì? Are you blind?\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìsì\",\n                \"-kpù\"\n            ]\n        }\n    ],\n    \"ndi ìsì\": [\n        {\n            \"word\": \"ndi ìsì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"blind people\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìsì\",\n                \"ndị\"\n            ]\n        }\n    ],\n    \"-sọ ìsì\": [\n        {\n            \"word\": \"-sọ ìsì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"walk as though blind\",\n                \"grope; walk as though blind\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìsì\",\n                \"-sọ\"\n            ]\n        }\n    ],\n    \"ìsì\": [\n        {\n            \"word\": \"ìsì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"blindness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìsiì\": [\n        {\n            \"word\": \"ìsiì\",\n            \"wordClass\": \"CD\",\n            \"definitions\": [\n                \"six\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ukwù isò\": [\n        {\n            \"word\": \"ukwù isò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"base of a pillar of house; pillar of house\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"isò\",\n                \"ukwù\"\n            ]\n        }\n    ],\n    \"isò\": [\n        {\n            \"word\": \"isò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pillar of house\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìtè Agbāja\": [\n        {\n            \"word\": \"ìtè Agbāja\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"very large pot which can hold some 40 gallons of wine for feasting\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìtè\"\n            ]\n        }\n    ],\n    \"ìtè alūsị\": [\n        {\n            \"word\": \"ìtè alūsị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"charm for protecting the family, kept inside the shrine\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìtè\"\n            ]\n        }\n    ],\n    \"ìtè mmānya\": [\n        {\n            \"word\": \"ìtè mmānya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pot for wine\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìtè\"\n            ]\n        }\n    ],\n    \"ìtè mmīli\": [\n        {\n            \"word\": \"ìtè mmīli\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"water pot\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìtè\"\n            ]\n        }\n    ],\n    \"ìtè ofē\": [\n        {\n            \"word\": \"ìtè ofē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"soup pot\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìtè\",\n                \"ofe\"\n            ]\n        }\n    ],\n    \"ìtè ọkū\": [\n        {\n            \"word\": \"ìtè ọkū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"lamp (= ùtùkpè)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìtè\"\n            ]\n        }\n    ],\n    \"òsi ìtè\": [\n        {\n            \"word\": \"òsi ìtè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cook\",\n                \"metal cooking tripod; cook\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìtè\",\n                \"-si\"\n            ]\n        }\n    ],\n    \"òkpụ ìtè\": [\n        {\n            \"word\": \"òkpụ ìtè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"potter\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìtè\",\n                \"-kpụ\"\n            ]\n        }\n    ],\n    \"-si ìtè\": [\n        {\n            \"word\": \"-si ìtè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cook; boil\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìtè\",\n                \"-si\"\n            ]\n        }\n    ],\n    \"ìtè\": [\n        {\n            \"word\": \"ìtè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pot\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìteghete\": [\n        {\n            \"word\": \"ìteghete\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see teghete\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìtènaānị\": [\n        {\n            \"word\": \"ìtènaānị\",\n            \"wordClass\": \"CD\",\n            \"definitions\": [\n                \"nine (compare teghete)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"itì\": [\n        {\n            \"word\": \"itì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wine from base of crown of nkwụ\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìtì\": [\n        {\n            \"word\": \"ìtì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(slang) novice, beginner (at a game, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"iwe obì\": [\n        {\n            \"word\": \"iwe obì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"ill-nature; malice\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"iwe\",\n                \"obì\"\n            ]\n        }\n    ],\n    \"-dị iwe\": [\n        {\n            \"word\": \"-dị iwe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"annoy\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ife o mèlù dì m iwe\",\n                    \"english\": \"What he did annoys me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"iwe\"\n            ]\n        }\n    ],\n    \"-kpani iwe\": [\n        {\n            \"word\": \"-kpani iwe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"provoke to anger\",\n                \"provoke to anger Bikō akpānikwona m iwe Please do not anger me\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"iwe\",\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"-kpasu iwe\": [\n        {\n            \"word\": \"-kpasu iwe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"provoke to anger; annoy\",\n                \"provoke to anger; annoy Àsị yā nà-àkpasu m  iwe His lies make me angry, or I am indignant at his lies Àda kpàsùlù nne yā iwe Ada annoyed her mother ÒC bù gịnị  kpàtàlù i jì gbakà iru#n’ùtụtù? Ọ bù Àdâ kpàsùlù m iwe Why did you frown in the morning? It was Ada who annoyed me\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"iwe\",\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"mkpasu iwē\": [\n        {\n            \"word\": \"mkpasu iwē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"spite; provocation\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"iwe\"\n            ]\n        }\n    ],\n    \"-sù iwe\": [\n        {\n            \"word\": \"-sù iwe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sulk\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"iwe\",\n                \"-sù\"\n            ]\n        }\n    ],\n    \"-we iwe\": [\n        {\n            \"word\": \"-we iwe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be angry, annoyed\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"iwe\",\n                \"-we\"\n            ]\n        }\n    ],\n    \"-wewụsa iwe\": [\n        {\n            \"word\": \"-wewụsa iwe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be annoyed, angry against\",\n                \"be annoyed, angry, with; vent anger upon\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"iwe\",\n                \"-we\"\n            ]\n        }\n    ],\n    \"mwewụsa iwē\": [\n        {\n            \"word\": \"mwewụsa iwē\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"anger, vexation (with a person, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"iwe\",\n                \"-we\"\n            ]\n        }\n    ],\n    \"iwe\": [\n        {\n            \"word\": \"iwe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"anger\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìwòlò\": [\n        {\n            \"word\": \"ìwòlò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"peeled-off skin, slough, of snake\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-dị n’ìwu\": [\n        {\n            \"word\": \"-dị n’ìwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be forbidden, illegal, forbidden by law\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìwu\"\n            ]\n        }\n    ],\n    \"-mà ìwu\": [\n        {\n            \"word\": \"-mà ìwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"make, enact law\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìwu\"\n            ]\n        }\n    ],\n    \"-mebì ìwu\": [\n        {\n            \"word\": \"-mebì ìwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"commit crime, offence; break law; sin\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìwu\",\n                \"-me\"\n            ]\n        }\n    ],\n    \"-ti ìwu\": [\n        {\n            \"word\": \"-ti ìwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make, enact law\",\n                \"make, proclaim law\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"E tīgo iwu ònye apùtànà ìlo n’anyàsì\",\n                    \"english\": \"A law has been passed that no one should come out at nights\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ìwu\",\n                \"-ti\"\n            ]\n        }\n    ],\n    \"-wu ìwu\": [\n        {\n            \"word\": \"-wu ìwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make law\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìwu\",\n                \"-wu\"\n            ]\n        }\n    ],\n    \"ìwu\": [\n        {\n            \"word\": \"ìwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"law\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìyàji\": [\n        {\n            \"word\": \"ìyàji\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dyed cloth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìyèli\": [\n        {\n            \"word\": \"ìyèli\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"earring\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gba iyī\": [\n        {\n            \"word\": \"-gba iyī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bind with an oath; adjure\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"iyī\"\n            ]\n        }\n    ],\n    \"-ŋụ iyī\": [\n        {\n            \"word\": \"-ŋụ iyī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take an oath\",\n                \"take an oath; swear\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ì nwèlù ike ịŋū iyī?\",\n                    \"english\": \"Can you swear it?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"iyī\",\n                \"-ŋụ\"\n            ]\n        }\n    ],\n    \"òŋụŋụ iyī\": [\n        {\n            \"word\": \"òŋụŋụ iyī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"oath-taking\",\n                \"stone or any other article used in oath-taking\",\n                \"swearing at (someone); abuse; insult; curse\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"iyī\",\n                \"-ŋụ\"\n            ]\n        }\n    ],\n    \"-kpò iyī\": [\n        {\n            \"word\": \"-kpò iyī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"curse; call on oath; abuse\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ kpò m iyī\",\n                    \"english\": \"He abused me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"iyī\"\n            ]\n        }\n    ],\n    \"iyī\": [\n        {\n            \"word\": \"iyī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"oath; spirit on which oath is sworn\",\n                \"water springing from rock; spring; stream\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-na n’iyì\": [\n        {\n            \"word\": \"-na n’iyì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be useless\",\n                \"become useless, spoilt; be ruined\",\n                \"go away, heal (of sore, cut, etc.)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ife o mè nà n’iyì\",\n                    \"english\": \"What he has done is useless\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"iyì\",\n                \"-na\"\n            ]\n        }\n    ],\n    \"ọ nà n’iyì\": [\n        {\n            \"word\": \"ọ nà n’iyì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"He's no use\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Afịa ọ jè nà n’iyì\",\n                    \"english\": \"The trade he did was a loss\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"iyì\"\n            ]\n        }\n    ],\n    \"iyì\": [\n        {\n            \"word\": \"iyì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"loss; waste; destruction\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-li izìzì\": [\n        {\n            \"word\": \"-li izìzì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tickle\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-èli izìzì n’ọnū\",\n                    \"english\": \"It is sour to his taste\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"izìzì\"\n            ]\n        }\n    ],\n    \"izìzì\": [\n        {\n            \"word\": \"izìzì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sharpness, tartness (to taste)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"n’ìzìzì\": [\n        {\n            \"word\": \"n’ìzìzì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"at first\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìzìzì\"\n            ]\n        }\n    ],\n    \"ǹke ìzìzì\": [\n        {\n            \"word\": \"ǹke ìzìzì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"first\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìzìzì\",\n                \"ǹkè\"\n            ]\n        }\n    ],\n    \"ìzìzì\": [\n        {\n            \"word\": \"ìzìzì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the first; the beginning\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"izù ụkà\": [\n        {\n            \"word\": \"izù ụkà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"week of 7 days (i.e. of church)\",\n                \"(sometimes shortened to ụkà) week of seven days (i.e. of church or mission)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Ǹkaà bù ụkà naàbò Àda jì jebe Lagos\",\n                    \"english\": \"It is two weeks since Ada left for Lagos or, Ada has been away in Lagos for two weeks now\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"izù\",\n                \"ụkà\"\n            ]\n        }\n    ],\n    \"kwà izù\": [\n        {\n            \"word\": \"kwà izù\",\n            \"wordClass\": \"PREP\",\n            \"definitions\": [\n                \"weekly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"izù\",\n                \"kwà\"\n            ]\n        }\n    ],\n    \"ǹkwe ìzù\": [\n        {\n            \"word\": \"ǹkwe ìzù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"one Igbo week; period of 4 days\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"izù\"\n            ]\n        }\n    ],\n    \"afịa nkwe ìzù\": [\n        {\n            \"word\": \"afịa nkwe ìzù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"weekly market (Igbo week)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"izù\"\n            ]\n        }\n    ],\n    \"izù\": [\n        {\n            \"word\": \"izù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"week\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìzu nzuzo\": [\n        {\n            \"word\": \"ìzu nzuzo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"secret plot\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìzù\"\n            ]\n        }\n    ],\n    \"-kpọ ìzù\": [\n        {\n            \"word\": \"-kpọ ìzù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"call a meeting\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìzù\",\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"ìzù\": [\n        {\n            \"word\": \"ìzù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"meeting; council; consultation; plot\",\n                \"meeting, council\",\n                \"whisper\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zù\"\n            ]\n        }\n    ],\n    \"Ị\": [\n        {\n            \"word\": \"Ị\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Ì pùtago ūla\": [\n        {\n            \"word\": \"Ì pùtago ūla\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"Good morning (literally have you come out of the sleeping-room?\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ị\"\n            ]\n        }\n    ],\n    \"Kèdu kà i mèlù?\": [\n        {\n            \"word\": \"Kèdu kà i mèlù?\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"How are you?\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ị\"\n            ]\n        }\n    ],\n    \"Afùlù m ị\": [\n        {\n            \"word\": \"Afùlù m ị\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"I saw you\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ị\"\n            ]\n        }\n    ],\n    \"ụnò ị\": [\n        {\n            \"word\": \"ụnò ị\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"your house\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ị\"\n            ]\n        }\n    ],\n    \"ǹkè i\": [\n        {\n            \"word\": \"ǹkè i\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"yours\",\n                \"your (sg.); yours; thy; thine\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ǹkè gị\"\n            ],\n            \"stems\": [\n                \"ị\",\n                \"ǹkè\"\n            ]\n        }\n    ],\n    \"ị\": [\n        {\n            \"word\": \"ị\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"(dependent, 2nd person singular; harmonizes with following vowel if subject, and with preceding vowel if object or possessive); you (singular); your (singular\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ì jèkò èbeē?\",\n                    \"english\": \"Where are you going?\"\n                }\n            ],\n            \"variations\": [\n                \"i\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ijē\": [\n        {\n            \"word\": \"ijē\",\n            \"wordClass\": \"PREP\",\n            \"definitions\": [\n                \"to go\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ị-\"\n            ]\n        }\n    ],\n    \"ịbà\": [\n        {\n            \"word\": \"ịbà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fever (general term, compare akòm)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ị-\": [\n        {\n            \"word\": \"ị-\",\n            \"wordClass\": \"PREP\",\n            \"definitions\": [\n                \"(harmonizes with vowel of verb root) (marks infinitive)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"i-\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ịbà mmānụ\": [\n        {\n            \"word\": \"ịbà mmānụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"jaundice accompanied by pronounced coloration of the eyeballs, fingernails and sometimes skin\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ịbà\",\n                \"manụ\"\n            ]\n        }\n    ],\n    \"ịbā ògùlù\": [\n        {\n            \"word\": \"ịbā ògùlù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"jaundice\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ịbà\",\n                \"ògùlù\"\n            ]\n        }\n    ],\n    \"ịbà ojiī\": [\n        {\n            \"word\": \"ịbà ojiī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"malaria; jaundice without yellow coloration of eyeballs and fingernails\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ịbà\",\n                \"ojiī\"\n            ]\n        }\n    ],\n    \"ịbà ọcha\": [\n        {\n            \"word\": \"ịbà ọcha\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"yellow jaundice (= ịbà mmānụ)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ịbà\"\n            ]\n        }\n    ],\n    \"ịbà ukwù anyā\": [\n        {\n            \"word\": \"ịbà ukwù anyā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hepatitis\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ịbà\"\n            ]\n        }\n    ],\n    \"ìba\": [\n        {\n            \"word\": \"ìba\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"branch (compare anakā)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìbà\": [\n        {\n            \"word\": \"ìbà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"ancestral house, typical of Onitsha and corresponding to the òbi of other areas. It is constructed around a rectangular open- air courtyard, one end of which leads to the ùkpò or throne of the household head and the other to the entrance, beyond which is an open meeting-place (ọnụ ìbà). All rooms are within coursed mud walls (Henderson 1972 167)\",\n                \"unpounded garri\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"èfifìè naàbò\": [\n        {\n            \"word\": \"èfifìè naàbò\",\n            \"wordClass\": \"CD\",\n            \"definitions\": [\n                \"noonday\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"efìfìè naàbò\"\n            ],\n            \"stems\": [\n                \"ìbùọ\"\n            ]\n        }\n    ],\n    \"-kwu ọnụ naàbò\": [\n        {\n            \"word\": \"-kwu ọnụ naàbò\",\n            \"wordClass\": \"CD\",\n            \"definitions\": [\n                \"speak hypocritically\",\n                \"say different things on different occasions or to different people\",\n                \"speak deceitfully\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìbùọ\",\n                \"-kwu\",\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"mmaji naàbò\": [\n        {\n            \"word\": \"mmaji naàbò\",\n            \"wordClass\": \"CD\",\n            \"definitions\": [\n                \"two-fold\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìbùọ\",\n                \"-ma-ji\"\n            ]\n        }\n    ],\n    \"ǹke àbùa\": [\n        {\n            \"word\": \"ǹke àbùa\",\n            \"wordClass\": \"CD\",\n            \"definitions\": [\n                \"second\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ìbùọ\"\n            ],\n            \"stems\": [\n                \"ìbùọ\"\n            ]\n        }\n    ],\n    \"ọgụ ìbùa\": [\n        {\n            \"word\": \"ọgụ ìbùa\",\n            \"wordClass\": \"CD\",\n            \"definitions\": [\n                \"forty\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"àbùa\"\n            ],\n            \"stems\": [\n                \"ìbùọ\"\n            ]\n        }\n    ],\n    \"òkàla naàbò\": [\n        {\n            \"word\": \"òkàla naàbò\",\n            \"wordClass\": \"CD\",\n            \"definitions\": [\n                \"two halves\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìbùọ\"\n            ]\n        }\n    ],\n    \"ùgbòlò naàbò\": [\n        {\n            \"word\": \"ùgbòlò naàbò\",\n            \"wordClass\": \"CD\",\n            \"definitions\": [\n                \"twice; two times\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ejēgo m ụnò ọgwù ùgbòlò naàbò\",\n                    \"english\": \"I have been to the hospital twice\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ìbùọ\",\n                \"ùgbòlò\"\n            ]\n        }\n    ],\n    \"ụmù naàbò\": [\n        {\n            \"word\": \"ụmù naàbò\",\n            \"wordClass\": \"CD\",\n            \"definitions\": [\n                \"twins\",\n                \"twins (compare ụmū èjìma)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìbùọ\",\n                \"ụmù\"\n            ]\n        }\n    ],\n    \"ìbùọ\": [\n        {\n            \"word\": \"ìbùọ\",\n            \"wordClass\": \"CD\",\n            \"definitions\": [\n                \"(counting form); naàbò (qualifying form) two\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ìbùa\",\n                \"àbùa\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"-sùlụ ìchàfù n’isi\": [\n        {\n            \"word\": \"-sùlụ ìchàfù n’isi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"put on headtie\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìchàfù\"\n            ]\n        }\n    ],\n    \"ìchàfù\": [\n        {\n            \"word\": \"ìchàfù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"headtie; handkerchief\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ịchō\": [\n        {\n            \"word\": \"ịchō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the board game, mancala, warri, game like Yoruba ayo\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Kà ànyị sụa ịchō\",\n                    \"english\": \"Let's play ịchō (compare ǹchòkòtò)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ịfe\": [\n        {\n            \"word\": \"ịfe\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see ife\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ịfelē\": [\n        {\n            \"word\": \"ịfelē\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see ifelē\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ịfùlụfū àgwà\": [\n        {\n            \"word\": \"ịfùlụfū àgwà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pod of beans\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ịfùlịfū\"\n            ]\n        }\n    ],\n    \"ịfùlịfū\": [\n        {\n            \"word\": \"ịfùlịfū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"scrap; morsel\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ịfùlìfù\": [\n        {\n            \"word\": \"ịfùlìfù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"\\\"up-wine\\\" from crown of oil-palm\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ọfùlìfǔ\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"-kù ịgà\": [\n        {\n            \"word\": \"-kù ịgà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"put in fetters; handcuff\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ịgà\",\n                \"-kù\"\n            ]\n        }\n    ],\n    \"ịgà\": [\n        {\n            \"word\": \"ịgà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fetters; handcuffs\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìgọlọ\": [\n        {\n            \"word\": \"ìgọlọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"shin\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìgba ègèdè\": [\n        {\n            \"word\": \"ìgba ègèdè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"drum in pairs, used by dibìà\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìgbà\"\n            ]\n        }\n    ],\n    \"ìgbà ijelè\": [\n        {\n            \"word\": \"ìgbà ijelè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"drum or music for the ijelè masquerade\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìgbà\"\n            ]\n        }\n    ],\n    \"ìgbà ogwè\": [\n        {\n            \"word\": \"ìgbà ogwè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tall standing drum used to play abìà music\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìgbà\"\n            ]\n        }\n    ],\n    \"ìgbà akā\": [\n        {\n            \"word\": \"ìgbà akā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"an arm-band of skin worn on the upper arm at funerals; a similar arm-band, but made of iron, used as a charm against bullets\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìgbà\"\n            ]\n        }\n    ],\n    \"ìgbà\": [\n        {\n            \"word\": \"ìgbà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"drum (general name)\",\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ìgbàdikē\": [\n        {\n            \"word\": \"ìgbàdikē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"type of dance with masquerade\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ịjaàrì\": [\n        {\n            \"word\": \"ịjaàrì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a general name for fish of the family Schilbeidae (= ideèlè)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"onye ìkòlịìkò\": [\n        {\n            \"word\": \"onye ìkòlịìkò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"one melancholy or slightly mad\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìkòlịìkò\",\n                \"onye\"\n            ]\n        }\n    ],\n    \"ìkòlịìkò\": [\n        {\n            \"word\": \"ìkòlịìkò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìkpa\": [\n        {\n            \"word\": \"ìkpa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"rascality\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-ème īkpa\",\n                    \"english\": \"He is a born rascal\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-ti ìkpà\": [\n        {\n            \"word\": \"-ti ìkpà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"box; strike with fist\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìkpà\",\n                \"-ti\"\n            ]\n        }\n    ],\n    \"ìkpà\": [\n        {\n            \"word\": \"ìkpà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ịkpàkele\": [\n        {\n            \"word\": \"ịkpàkele\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"ground corn mixed with oil condiments, and fried\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ịkpàkpaà\": [\n        {\n            \"word\": \"ịkpàkpaà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a food produced from maize\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìkpata ụkwū\": [\n        {\n            \"word\": \"ìkpata ụkwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hoof\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìkpata\"\n            ]\n        }\n    ],\n    \"ìkpata\": [\n        {\n            \"word\": \"ìkpata\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ife naanō\": [\n        {\n            \"word\": \"ife naanō\",\n            \"wordClass\": \"CD\",\n            \"definitions\": [\n                \"four things\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìnọ\"\n            ]\n        }\n    ],\n    \"ọgụ īnọ\": [\n        {\n            \"word\": \"ọgụ īnọ\",\n            \"wordClass\": \"CD\",\n            \"definitions\": [\n                \"eighty\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìnọ\"\n            ]\n        }\n    ],\n    \"ìnọ\": [\n        {\n            \"word\": \"ìnọ\",\n            \"wordClass\": \"CD\",\n            \"definitions\": [\n                \"(counting form); naanō, naanò (qualifying form) four\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ànọ\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ìnyàǹga\": [\n        {\n            \"word\": \"ìnyàǹga\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"parade; bluff; showing-off\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìnyìnyà ibū\": [\n        {\n            \"word\": \"ìnyìnyà ibū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"ass\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìnyìnyà\"\n            ]\n        }\n    ],\n    \"ìnyìnyà\": [\n        {\n            \"word\": \"ìnyìnyà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"horse\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ànyìnyà\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ìŋàrịì\": [\n        {\n            \"word\": \"ìŋàrịì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"millet\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ìŋàrịì bù nwannē mkpụlụ ajā\",\n                    \"english\": \"Millet grains are as small as a grain of sand\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹke īsaà\": [\n        {\n            \"word\": \"ǹke īsaà\",\n            \"wordClass\": \"CD\",\n            \"definitions\": [\n                \"the seventh; seventh\",\n                \"(the) seventh\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ànyị gà-àna ụnò n’ọnwa ǹke īsaà\",\n                    \"english\": \"We shall go home in the seventh month\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ìsaà\",\n                \"ǹkè\"\n            ]\n        }\n    ],\n    \"ọnwa īsaà\": [\n        {\n            \"word\": \"ọnwa īsaà\",\n            \"wordClass\": \"CD\",\n            \"definitions\": [\n                \"seven months; seventh month (July)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ gà-àbịa n’ọnwa īsaà\",\n                    \"english\": \"He will come in the seventh month\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ìsaà\",\n                \"ọnwa\"\n            ]\n        }\n    ],\n    \"ìsaà\": [\n        {\n            \"word\": \"ìsaà\",\n            \"wordClass\": \"CD\",\n            \"definitions\": [\n                \"seven (counting form); naasāà (qualifying form)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Chìtalụ m#òlòma naasāà\",\n                    \"english\": \"Bring me seven oranges\"\n                }\n            ],\n            \"variations\": [\n                \"àsaà\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ǹke īsatọ\": [\n        {\n            \"word\": \"ǹke īsatọ\",\n            \"wordClass\": \"CD\",\n            \"definitions\": [\n                \"the eighth\",\n                \"(the) eighth\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Èjìmâ bù onye ǹke īsatọ\",\n                    \"english\": \"Ejima is the eighth person, or Ejima is in the eighth position\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ìsatō\",\n                \"ǹkè\"\n            ]\n        }\n    ],\n    \"ọnwa āsatọ\": [\n        {\n            \"word\": \"ọnwa āsatọ\",\n            \"wordClass\": \"CD\",\n            \"definitions\": [\n                \"eighth month\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nwùlù n’ọnwa āsatọ\",\n                    \"english\": \"He died in the eighth month\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ìsatō\"\n            ]\n        }\n    ],\n    \"ìsatō\": [\n        {\n            \"word\": \"ìsatō\",\n            \"wordClass\": \"CD\",\n            \"definitions\": [\n                \"eight, eighth (counting form); naasātọ (qualifying form)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ dì ji naasātọ n’ime ǹkàtà\",\n                    \"english\": \"There are eight yams in the basket\"\n                }\n            ],\n            \"variations\": [\n                \"àsatō\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ìsha\": [\n        {\n            \"word\": \"ìsha\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"shrimp; crayfish\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-ta ịta\": [\n        {\n            \"word\": \"-ta ịta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"win stakes in a game\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ịta\",\n                \"-ta\"\n            ]\n        }\n    ],\n    \"ịta\": [\n        {\n            \"word\": \"ịta\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-tà ịtà\": [\n        {\n            \"word\": \"-tà ịtà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bear witness (usually of native doctor pointing out guilty person)\",\n                \"narrate a fable\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ịtà\",\n                \"-tà\"\n            ]\n        }\n    ],\n    \"onye ịtà\": [\n        {\n            \"word\": \"onye ịtà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"someone who gives evidence of harm done by sorcery\",\n                \"a witness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ịtà\",\n                \"onye\"\n            ]\n        }\n    ],\n    \"ịtà\": [\n        {\n            \"word\": \"ịtà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"act of pointing out guilty person by native doctor\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-pịa ìtàlì\": [\n        {\n            \"word\": \"-pịa ìtàlì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"flog with whip; whip; chastise\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Onye nkụzi nà-àpịa ụmù akwụkwọ ịtàlì\",\n                    \"english\": \"The teacher is caning the pupils\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ìtàlì\",\n                \"-pịa\"\n            ]\n        }\n    ],\n    \"ìtàlì\": [\n        {\n            \"word\": \"ìtàlì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cane (for thrashing)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"naātọ\": [\n        {\n            \"word\": \"naātọ\",\n            \"wordClass\": \"CD\",\n            \"definitions\": [\n                \"three (qualifying form, compare ìtọ)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ndùdùgandū ǹke\": [\n        {\n            \"word\": \"ndùdùgandū ǹke\",\n            \"wordClass\": \"CD\",\n            \"definitions\": [\n                \"third generation\",\n                \"fourth generation\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìtọ\",\n                \"ndùdùgandù\"\n            ]\n        }\n    ],\n    \"ītọ\": [\n        {\n            \"word\": \"ītọ\",\n            \"wordClass\": \"CD\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìtọ\"\n            ]\n        }\n    ],\n    \"ìtọ\": [\n        {\n            \"word\": \"ìtọ\",\n            \"wordClass\": \"CD\",\n            \"definitions\": [\n                \"three (counting form)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìwàlàgàdà ụkwū\": [\n        {\n            \"word\": \"ìwàlàgàdà ụkwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"disease around groin\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ìwàlàgàdà\"\n            ]\n        }\n    ],\n    \"ìwàlàgàdà\": [\n        {\n            \"word\": \"ìwàlàgàdà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìyaà\": [\n        {\n            \"word\": \"ìyaà\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"exclamation of assent or pleasure; very good! excellent! fine!\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ìyaa\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"J\": [\n        {\n            \"word\": \"J\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-ja ike\": [\n        {\n            \"word\": \"-ja ike\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"praise\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ja\"\n            ]\n        }\n    ],\n    \"-ja\": [\n        {\n            \"word\": \"-ja\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"jà\": [\n        {\n            \"word\": \"jà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òkeēke wèe jàa onye orī mmà\",\n                    \"english\": \"Then Okeeke cut the thief with a matchet\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òjije\": [\n        {\n            \"word\": \"òjije\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"outwards (of a journey)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-je\"\n            ]\n        }\n    ],\n    \"njedebe\": [\n        {\n            \"word\": \"njedebe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"end; finish; terminus\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-je\"\n            ]\n        }\n    ],\n    \"-jedèbe\": [\n        {\n            \"word\": \"-jedèbe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go near\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-je\"\n            ]\n        }\n    ],\n    \"-jefù\": [\n        {\n            \"word\": \"-jefù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go astray; err; get lost when walking, travelling\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-je\"\n            ]\n        }\n    ],\n    \"-jegbu\": [\n        {\n            \"word\": \"-jegbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"denounce; betray\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-je\"\n            ]\n        }\n    ],\n    \"-je ijè\": [\n        {\n            \"word\": \"-je ijè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"walk; go on a journey\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-je\"\n            ]\n        }\n    ],\n    \"-jekọ\": [\n        {\n            \"word\": \"-jekọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"meet; encounter; walk together\",\n                \"meet, walk together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-je\",\n                \"-kọ\"\n            ]\n        }\n    ],\n    \"-jekwudo\": [\n        {\n            \"word\": \"-jekwudo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"catch up and overtake\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-je\"\n            ]\n        }\n    ],\n    \"-jekwulu\": [\n        {\n            \"word\": \"-jekwulu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go to someone\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-je\"\n            ]\n        }\n    ],\n    \"-jelu\": [\n        {\n            \"word\": \"-jelu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"reach, go up to (a particular point, place)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-je\"\n            ]\n        }\n    ],\n    \"-jemì\": [\n        {\n            \"word\": \"-jemì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go far in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-je\"\n            ]\n        }\n    ],\n    \"-je ozi\": [\n        {\n            \"word\": \"-je ozi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go with a message; serve; do housework\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-je\",\n                \"ozi\"\n            ]\n        }\n    ],\n    \"-je òfụma\": [\n        {\n            \"word\": \"-je òfụma\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go well\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-je\",\n                \"òfụma\"\n            ]\n        }\n    ],\n    \"-je ọkù\": [\n        {\n            \"word\": \"-je ọkù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go fishing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-je\",\n                \"ọkù\"\n            ]\n        }\n    ],\n    \"-jerube\": [\n        {\n            \"word\": \"-jerube\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go round\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-je\"\n            ]\n        }\n    ],\n    \"-jerụka\": [\n        {\n            \"word\": \"-jerụka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go aside; go a little way\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-je\"\n            ]\n        }\n    ],\n    \"-jesò\": [\n        {\n            \"word\": \"-jesò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"follow; follow after\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-je\"\n            ]\n        }\n    ],\n    \"-jeta\": [\n        {\n            \"word\": \"-jeta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"gain\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O jètà ife\",\n                    \"english\": \"He gained something\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-je\"\n            ]\n        }\n    ],\n    \"-jetè aka\": [\n        {\n            \"word\": \"-jetè aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go far away\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-je\"\n            ]\n        }\n    ],\n    \"-jezù\": [\n        {\n            \"word\": \"-jezù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go all over; go throughout\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-je\"\n            ]\n        }\n    ],\n    \"njefìè\": [\n        {\n            \"word\": \"njefìè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"error; trespass\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-je\"\n            ]\n        }\n    ],\n    \"ǹjèm\": [\n        {\n            \"word\": \"ǹjèm\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"travelling; travel\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-je\"\n            ]\n        }\n    ],\n    \"ǹjèǹjè\": [\n        {\n            \"word\": \"ǹjèǹjè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"travelling, walking, wandering aimlessly\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anà m àkaba ārụ ịgwā òyì m nwokē kà ọ kwụsị ijē ǹjèǹjè màkà nà ǹjèǹjè abàrò ulù\",\n                    \"english\": \"I have been trying my best to persuade my friend to stop gadding about because gadding about does not bring any gain\"\n                },\n                {\n                    \"igbo\": \"Ubòsì òje ǹjèǹje jèkwùdòlù ife ọjọō kà ọ gà àkwụsị ǹjèǹjè\",\n                    \"english\": \"The day a person who is fond of wandering around runs into trouble he will stop wandering around\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-jepù\": [\n        {\n            \"word\": \"-jepù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"untie (wrapper)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-je\"\n            ]\n        }\n    ],\n    \"-je\": [\n        {\n            \"word\": \"-je\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go; walk\",\n                \"wear\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ji àbànà\": [\n        {\n            \"word\": \"ji àbànà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wateryam (Dioscorea alata Linn.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ji\"\n            ]\n        }\n    ],\n    \"ji ābị\": [\n        {\n            \"word\": \"ji ābị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(Dioscorea praehensilis Benth.) yam cultivar which never grows to a very great size, of inferior quality\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ji\"\n            ]\n        }\n    ],\n    \"ji nwa nnùnù\": [\n        {\n            \"word\": \"ji nwa nnùnù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sweet potato\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ji\"\n            ]\n        }\n    ],\n    \"ji okō\": [\n        {\n            \"word\": \"ji okō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"plantain\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ji\"\n            ]\n        }\n    ],\n    \"ji òkù\": [\n        {\n            \"word\": \"ji òkù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a variety of Yellow Guinea Yam (compare ji òyìbò)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ji\",\n                \"òkù\"\n            ]\n        }\n    ],\n    \"ji òyìbè\": [\n        {\n            \"word\": \"ji òyìbè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Yellow Guinea Yam (Dioscorea cayenensis Lam.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"òyìbò\"\n            ],\n            \"stems\": [\n                \"ji\"\n            ]\n        }\n    ],\n    \"ji ọfụū\": [\n        {\n            \"word\": \"ji ọfụū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"new yam\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ji\",\n                \"ọfụū\"\n            ]\n        }\n    ],\n    \"ji ukòm\": [\n        {\n            \"word\": \"ji ukòm\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"White Guinea Yam (Dioscorea cayenensis rotundata Poir.), fat and of high quality; features in feasts\",\n                \"White Guinea Yam (Dioscorea rotundata Poir.), fat and of good quality, features in feasts\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ji\",\n                \"ukòm\"\n            ]\n        }\n    ],\n    \"akpū ji\": [\n        {\n            \"word\": \"akpū ji\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"second yam for re-planting\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"akpǔ jī\"\n            ],\n            \"stems\": [\n                \"ji\"\n            ]\n        }\n    ],\n    \"-gba ji\": [\n        {\n            \"word\": \"-gba ji\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"train yams along short sticks\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ji\"\n            ]\n        }\n    ],\n    \"-ke ome jī\": [\n        {\n            \"word\": \"-ke ome jī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"break off premature yam shoots\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ji\",\n                \"-ke\",\n                \"ome\"\n            ]\n        }\n    ],\n    \"-kpacha ji\": [\n        {\n            \"word\": \"-kpacha ji\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"scrape yam (usually roasted one)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ji\"\n            ]\n        }\n    ],\n    \"-kpà ji\": [\n        {\n            \"word\": \"-kpà ji\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stack yams (in the barn)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ji\",\n                \"-kpà\"\n            ]\n        }\n    ],\n    \"-kwacha ji\": [\n        {\n            \"word\": \"-kwacha ji\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cut off roots of yam\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ji\"\n            ]\n        }\n    ],\n    \"mkpụlū jī\": [\n        {\n            \"word\": \"mkpụlū jī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"small yam (see mkpụlù)\",\n                \"small yam, soft and roundish, usually eaten (= mgbafịlị)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ji\",\n                \"mkpụlù\"\n            ]\n        }\n    ],\n    \"ogè ịwā ji\": [\n        {\n            \"word\": \"ogè ịwā ji\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"annual yam festival\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ji\",\n                \"ogè\",\n                \"-wa\"\n            ]\n        }\n    ],\n    \"ọdū jī\": [\n        {\n            \"word\": \"ọdū jī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tail-end of yam\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ji\",\n                \"ọdù \"\n            ]\n        }\n    ],\n    \"-sụ ji\": [\n        {\n            \"word\": \"-sụ ji\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pound yam\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ji\",\n                \"-sụ\"\n            ]\n        }\n    ],\n    \"-tù ji\": [\n        {\n            \"word\": \"-tù ji\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dig up yams for storing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ji\",\n                \"-tù\"\n            ]\n        }\n    ],\n    \"ùfìè ji ọkū\": [\n        {\n            \"word\": \"ùfìè ji ọkū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sacrifice, feast before eating new yams (compare Ìfèjiọkū)\",\n                \"sacrifice, feast before eating new yams\",\n                \"lamp; light; lantern\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bùtelụ m ọkụ\",\n                    \"english\": \"Bring me the lamp\"\n                },\n                {\n                    \"igbo\": \"Chì ọkū\",\n                    \"english\": \"Show the light\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ji\",\n                \"ọkụ\",\n                \"ùfìè\"\n            ]\n        }\n    ],\n    \"ùkpa jī\": [\n        {\n            \"word\": \"ùkpa jī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"basketful of yam\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ji\",\n                \"ùkpa\"\n            ]\n        }\n    ],\n    \"-wa ji\": [\n        {\n            \"word\": \"-wa ji\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hold annual religious New Yam Festival\",\n                \"divide or split yam\",\n                \"hold annual (religious) new yam festival\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Agà m àwa jī\",\n                    \"english\": \"I shall cut the yam\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ji\",\n                \"-wa\"\n            ]\n        }\n    ],\n    \"òwụwa jī (compare ịwā\": [\n        {\n            \"word\": \"òwụwa jī (compare ịwā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"New Yam Festival\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ji\"\n            ]\n        }\n    ],\n    \"ji)\": [\n        {\n            \"word\": \"ji)\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ji\"\n            ]\n        }\n    ],\n    \"ji\": [\n        {\n            \"word\": \"ji\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"yam (Dioscorea spp. Linn.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Mkpọ afù èjigo\": [\n        {\n            \"word\": \"Mkpọ afù èjigo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"The walking-stick has broken\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ji\"\n            ]\n        }\n    ],\n    \"òjiji\": [\n        {\n            \"word\": \"òjiji\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"breaking; snapping\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ji\"\n            ]\n        }\n    ],\n    \"(chi) -jibìdo\": [\n        {\n            \"word\": \"(chi) -jibìdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"benighted\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Chî jibìdòlù ànyị n’ụzò\",\n                    \"english\": \"We were benighted on the way\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ji\"\n            ]\n        }\n    ],\n    \"-jimì\": [\n        {\n            \"word\": \"-jimì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be very dark\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ji\"\n            ]\n        }\n    ],\n    \"Chi èjimìgo\": [\n        {\n            \"word\": \"Chi èjimìgo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"It is the dead of night (compare Chi èjigo Night has fallen (about 8 - 10 p.m.))\",\n                \"be black, dark (of colour)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ji\"\n            ]\n        }\n    ],\n    \"-ji eji\": [\n        {\n            \"word\": \"-ji eji\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be ripe (especially of ùbe)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ji\"\n            ]\n        }\n    ],\n    \"-ji ǹji\": [\n        {\n            \"word\": \"-ji ǹji\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be black, dark\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ji\"\n            ]\n        }\n    ],\n    \"-ji oji\": [\n        {\n            \"word\": \"-ji oji\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be black, dark-coloured\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ji\"\n            ]\n        }\n    ],\n    \"-ji ejiji\": [\n        {\n            \"word\": \"-ji ejiji\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"adorn; dress; equip\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ji\"\n            ]\n        }\n    ],\n    \"-jikwa\": [\n        {\n            \"word\": \"-jikwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dress properly; get ready\",\n                \"dress (someone else)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ji\",\n                \"-kwa\"\n            ]\n        }\n    ],\n    \"-ji\": [\n        {\n            \"word\": \"-ji\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"break; snap\",\n                \"be dark (of day)\",\n                \"dress\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-jìde\": [\n        {\n            \"word\": \"-jìde\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hold; grasp\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-jì\"\n            ]\n        }\n    ],\n    \"-jìkelụ\": [\n        {\n            \"word\": \"-jìkelụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"prepare; make ready\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-jì\"\n            ]\n        }\n    ],\n    \"-jìkọ aka\": [\n        {\n            \"word\": \"-jìkọ aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"join hands in marriage\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-jì\"\n            ]\n        }\n    ],\n    \"-jìkọta\": [\n        {\n            \"word\": \"-jìkọta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"join together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-jì\"\n            ]\n        }\n    ],\n    \"njìkọ(ta)\": [\n        {\n            \"word\": \"njìkọ(ta)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"joining together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-jì\"\n            ]\n        }\n    ],\n    \"-jìkọta ọnū\": [\n        {\n            \"word\": \"-jìkọta ọnū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"join together\",\n                \"maintain discipline\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-jì\"\n            ]\n        }\n    ],\n    \"-jì nchèkwube\": [\n        {\n            \"word\": \"-jì nchèkwube\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"have confidence; be confident; hope\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-jì\"\n            ]\n        }\n    ],\n    \"-jì òfọ\": [\n        {\n            \"word\": \"-jì òfọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be in the right; be innocent\",\n                \"be just in one's actions; (slogan) Òme īfe jìde ōfọ Let the doer of a deed be just in what he does (slogan)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Èjìmòfọò kà ọgwù\",\n                    \"english\": \"Being just and upright is greater than juju; i.e. the person who is just and upright in his deeds will overpower or surpass in might the person who merely trusts in juju, charms\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-jì\",\n                \"òfọ\"\n            ]\n        }\n    ],\n    \"-jì ọsọ\": [\n        {\n            \"word\": \"-jì ọsọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rush\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ejì m ọsọ wèe bịa ebe à\",\n                    \"english\": \"I rushed to get here\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-jì\",\n                \"ọsọ\"\n            ]\n        }\n    ],\n    \"-jìpù aka\": [\n        {\n            \"word\": \"-jìpù aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be disappointed\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O jipù m aka\",\n                    \"english\": \"I was badly disappointed\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-jì\"\n            ]\n        }\n    ],\n    \"-jì ụgwō\": [\n        {\n            \"word\": \"-jì ụgwō\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"owe; be in debt\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-jì\",\n                \"ụgwō\"\n            ]\n        }\n    ],\n    \"ya kà\": [\n        {\n            \"word\": \"ya kà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"for that reason; so; therefore\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Adâ kwùlù ezi okwū ya kà m jì gbaghàlụ yā\",\n                    \"english\": \"Ada spoke the truth, that is why I forgave her\"\n                },\n                {\n                    \"igbo\": \"Èkê dì mkpụmkpụ ya kà e jì jụ iwè yà n’ọlụ àfè ojiī\",\n                    \"english\": \"Eke is short; that is why he was not recruited into the police\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-jì\",\n                \"kà\"\n            ]\n        }\n    ],\n    \"-jì\": [\n        {\n            \"word\": \"-jì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take; hold; use\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-ji-de\": [\n        {\n            \"word\": \"-ji-de\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see -gi-do\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-jìgìda\": [\n        {\n            \"word\": \"-jìgìda\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"beads worn round waist by women for ornament (Hausa jìgìdaa)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"njijè\": [\n        {\n            \"word\": \"njijè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"mimicry; mockery\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-jì-jè\"\n            ]\n        }\n    ],\n    \"-jì-jè\": [\n        {\n            \"word\": \"-jì-jè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"mimic; mock (= -zì-zò)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-jọ njọ\": [\n        {\n            \"word\": \"-jọ njọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be bad, wicked, evil, ugly; refuse to share (especially food)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nwatā à àna àjọka njō\",\n                    \"english\": \"This child always refuses to share his food\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-jọ\"\n            ]\n        }\n    ],\n    \"-jọ ụjō\": [\n        {\n            \"word\": \"-jọ ụjō\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fear; be afraid; be cowardly, timid (less common than -tụ egwù)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-jọ\",\n                \"ụjō\"\n            ]\n        }\n    ],\n    \"-jọ ụjọ akwụkwọ\": [\n        {\n            \"word\": \"-jọ ụjọ akwụkwọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"play truant\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Onye nkuzi àyị jòlù ụjọ akwụkwọ n’ogè ọ dì nà nwatà\",\n                    \"english\": \"Our teacher played truant when he was a child\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-jọ\",\n                \"ụjō\"\n            ]\n        }\n    ],\n    \"-jọ\": [\n        {\n            \"word\": \"-jọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fear\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òjuju\": [\n        {\n            \"word\": \"òjuju\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"being full\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ju\"\n            ]\n        }\n    ],\n    \"-ju eju\": [\n        {\n            \"word\": \"-ju eju\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fill; be full\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O jù èju\",\n                    \"english\": \"It is full\"\n                },\n                {\n                    \"igbo\": \"Chùjue ìtè afù\",\n                    \"english\": \"Fill that pot with water\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ju\"\n            ]\n        }\n    ],\n    \"-jupùta\": [\n        {\n            \"word\": \"-jupùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be full (up)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ju\"\n            ]\n        }\n    ],\n    \"-jupùta n’ọnū\": [\n        {\n            \"word\": \"-jupùta n’ọnū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be full to the brim\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ìtè afù jupùtàlù n’ọnū\",\n                    \"english\": \"The pot is full to the brim\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ju\",\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"-ju\": [\n        {\n            \"word\": \"-ju\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be full; fill\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òjụjụ\": [\n        {\n            \"word\": \"òjụjụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"asking\",\n                \"refusing; rejecting\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-jụ\"\n            ]\n        }\n    ],\n    \"-jụ àsè\": [\n        {\n            \"word\": \"-jụ àsè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"inquire, ask about\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ajù m àsè i\",\n                    \"english\": \"I asked about you\"\n                }\n            ],\n            \"variations\": [\n                \"èsè\"\n            ],\n            \"stems\": [\n                \"-jụ\"\n            ]\n        }\n    ],\n    \"-jụ òrà\": [\n        {\n            \"word\": \"-jụ òrà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"ask after welfare\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anà m àjụ màkà òrà\",\n                    \"english\": \"I'm asking about the welfare of the people\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-jụ\",\n                \"òrà\"\n            ]\n        }\n    ],\n    \"-jụpùta\": [\n        {\n            \"word\": \"-jụpùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"ascertain; find out\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-jụ\"\n            ]\n        }\n    ],\n    \"-jụ àjụ\": [\n        {\n            \"word\": \"-jụ àjụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"refuse\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ajù m fà àjụ\",\n                    \"english\": \"I refused them\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-jụ\"\n            ]\n        }\n    ],\n    \"-jụ àrụ\": [\n        {\n            \"word\": \"-jụ àrụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"purify by sacrifice\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-jụ\"\n            ]\n        }\n    ],\n    \"-jụnata\": [\n        {\n            \"word\": \"-jụnata\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"become cool (e.g. of food)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-jụ\"\n            ]\n        }\n    ],\n    \"-jụ oyī\": [\n        {\n            \"word\": \"-jụ oyī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be cold, cheerless, miserable, deserted, disheartened\",\n                \"be cold\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Kùtelụ m mmili jūlụ oyī\",\n                    \"english\": \"Bring me cold water\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-jụ\",\n                \"oyī\"\n            ]\n        }\n    ],\n    \"Àrụ jùlù ya oyī\": [\n        {\n            \"word\": \"Àrụ jùlù ya oyī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"He is cold, miserable\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-jụ\"\n            ]\n        }\n    ],\n    \"-jụ\": [\n        {\n            \"word\": \"-jụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"ask\",\n                \"refuse; reject\",\n                \"be cool, calm\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ jūgo ndi enyì ya\",\n                    \"english\": \"He has given up his friends\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-jù àrụ\": [\n        {\n            \"word\": \"-jù àrụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"propitiate a deity for a broken taboo\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-jù\"\n            ]\n        }\n    ],\n    \"-jù ọnū\": [\n        {\n            \"word\": \"-jù ọnū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"draw out someone for information\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-jù\"\n            ]\n        }\n    ],\n    \"-jù\": [\n        {\n            \"word\": \"-jù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-dị jùù\": [\n        {\n            \"word\": \"-dị jùù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be quiet, calm\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ebe à dì jùù\",\n                    \"english\": \"This place is calm\"\n                },\n                {\n                    \"igbo\": \"Ogè ọ bàtàlù ebe niīne dì jùù\",\n                    \"english\": \"When he entered, every place was quiet\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"jùù\"\n            ]\n        }\n    ],\n    \"jùù\": [\n        {\n            \"word\": \"jùù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"quiet\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"K\": [\n        {\n            \"word\": \"K\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkịka\": [\n        {\n            \"word\": \"òkịka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"surpassing; being bigger than\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ka\"\n            ]\n        }\n    ],\n    \"-ka aka\": [\n        {\n            \"word\": \"-ka aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be greater, stronger (than)\",\n                \"be hard, ripe, firm\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ka\"\n            ]\n        }\n    ],\n    \"-kalị\": [\n        {\n            \"word\": \"-kalị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be more (than); surpass; excell\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ka\"\n            ]\n        }\n    ],\n    \"-ka mmā\": [\n        {\n            \"word\": \"-ka mmā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be better than\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ùdo kà agha mmā\",\n                    \"english\": \"Peace is better than war\"\n                },\n                {\n                    \"igbo\": \"Ọnwụ kà ife ifelē mmā\",\n                    \"english\": \"Death is better than dishonour\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ka\",\n                \"mmā\"\n            ]\n        }\n    ],\n    \"-kasị\": [\n        {\n            \"word\": \"-kasị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be greatest\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ka\"\n            ]\n        }\n    ],\n    \"-kasị akasị\": [\n        {\n            \"word\": \"-kasị akasị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be pre-eminent\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ka\"\n            ]\n        }\n    ],\n    \"aka ịkā aka\": [\n        {\n            \"word\": \"aka ịkā aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be stronger than (literally hand to be greater than hand)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ka\"\n            ]\n        }\n    ],\n    \"-ka àrụ\": [\n        {\n            \"word\": \"-ka àrụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be strong, fearless, headstrong\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ka\"\n            ]\n        }\n    ],\n    \"-kaba àrụ\": [\n        {\n            \"word\": \"-kaba àrụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"try hard; strive\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ka\"\n            ]\n        }\n    ],\n    \"-kachi ntì\": [\n        {\n            \"word\": \"-kachi ntì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be stubborn, wilful, disobedient\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ka\",\n                \"ntì\"\n            ]\n        }\n    ],\n    \"-ka obì\": [\n        {\n            \"word\": \"-ka obì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be bold, brave, determined\",\n                \"be determined\",\n                \"be bold, brave\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ bù sòọsò ndi kālụ obì nà-èje ebe a nà-enì ozū n’anyàsì\",\n                    \"english\": \"Only bold people visit the cemetery at night\"\n                },\n                {\n                    \"igbo\": \"Ọ bụlụ nà ọ kaa gī obì, sòlụ fā jèbe\",\n                    \"english\": \"If you are determined, go with them\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ka\",\n                \"obì\"\n            ]\n        }\n    ],\n    \"-kasì obì\": [\n        {\n            \"word\": \"-kasì obì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"comfort (usually a bereaved person)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ka\",\n                \"obì\"\n            ]\n        }\n    ],\n    \"nkasì obì\": [\n        {\n            \"word\": \"nkasì obì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"comfort; consolation\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ka\",\n                \"obì\"\n            ]\n        }\n    ],\n    \"-kata àrụ\": [\n        {\n            \"word\": \"-kata àrụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be headstrong\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ka\"\n            ]\n        }\n    ],\n    \"-ka nka\": [\n        {\n            \"word\": \"-ka nka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tear; decay; grow old; wear out\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ka\",\n                \"nka\"\n            ]\n        }\n    ],\n    \"ụnò kalụ nka\": [\n        {\n            \"word\": \"ụnò kalụ nka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"thatched house which is leaking as a result of the mats being spoilt\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nnā Īlo àkago nkā\",\n                    \"english\": \"Ilo's father has grown old\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ka\"\n            ]\n        }\n    ],\n    \"-kakpọ\": [\n        {\n            \"word\": \"-kakpọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wear thin (of cloth)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ka\"\n            ]\n        }\n    ],\n    \"-bìka\": [\n        {\n            \"word\": \"-bìka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut asunder\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ka\"\n            ]\n        }\n    ],\n    \"-sèka\": [\n        {\n            \"word\": \"-sèka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tear by pulling\",\n                \"pull asunder; tear\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ì nà-àchọ isèkà akwụkwọ m?\",\n                    \"english\": \"Are you going to tear my book?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ka\",\n                \"-sè\"\n            ]\n        }\n    ],\n    \"-sèkapù\": [\n        {\n            \"word\": \"-sèkapù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"break off by pulling\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ chò isēkàpù òfu aka ewī\",\n                    \"english\": \"She wants to tear off one foreleg of the giant rat\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ka\"\n            ]\n        }\n    ],\n    \"-sèkasị\": [\n        {\n            \"word\": \"-sèkasị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tear off into pieces\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ka\"\n            ]\n        }\n    ],\n    \"-taka\": [\n        {\n            \"word\": \"-taka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"spoil by biting (as of ants or termites destroying articles of (clothing)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àkịkà àtakago àfè m zùtàlù ǹnyàafù\",\n                    \"english\": \"The termites have destroyed the garment I bought yesterday\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ka\"\n            ]\n        }\n    ],\n    \"-kaghè\": [\n        {\n            \"word\": \"-kaghè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"talk, act foolishly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ka\"\n            ]\n        }\n    ],\n    \"-kakwù\": [\n        {\n            \"word\": \"-kakwù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be stupid, foolish\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ị nà-àkakwū akakwù\",\n                    \"english\": \"You are being stupid\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ka\"\n            ]\n        }\n    ],\n    \"nkakwù\": [\n        {\n            \"word\": \"nkakwù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stupidity; foolishness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ka\"\n            ]\n        }\n    ],\n    \"-ka(ta) àrụ\": [\n        {\n            \"word\": \"-ka(ta) àrụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be of age, full-grown, developed\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ka\"\n            ]\n        }\n    ],\n    \"-kanite àrụ\": [\n        {\n            \"word\": \"-kanite àrụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"increase in stature; be mature\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ka\"\n            ]\n        }\n    ],\n    \"-ka\": [\n        {\n            \"word\": \"-ka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"surpass; exceed; be more than; be superior to\",\n                \"be hard, strong, firm, dry, mature, ripe (in firmness; contrast)\",\n                \"be old, worn out, torn, rent, tattered; hence, apart, asunder (as result of tearing or cutting)\",\n                \"be stupid, foolish\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ìnọ kà ìtọ\",\n                    \"english\": \"Four is more than three\"\n                },\n                {\n                    \"igbo\": \"Ọ kà m n’ọkwa\",\n                    \"english\": \"He is senior to me\"\n                },\n                {\n                    \"igbo\": \"Ọ kà m ogonogo\",\n                    \"english\": \"He is taller than me\"\n                },\n                {\n                    \"igbo\": \"Uchè ya kà afò ya\",\n                    \"english\": \"He is advanced (in intelligence) for his age\"\n                },\n                {\n                    \"igbo\": \"Chikē akà ègorọ jī\",\n                    \"english\": \"Chike has not bought yams (negative perfect) yams (but he is not doing so) (unfulfilled) Mmilī àka èzògo Rain should have fallen (but it didn’t)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"Kà chi fo\": [\n        {\n            \"word\": \"Kà chi fo\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"goodnight (literally let the day break)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"kà\"\n            ]\n        }\n    ],\n    \"Kà (chi) bòọ\": [\n        {\n            \"word\": \"Kà (chi) bòọ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"goodnight (this is used as a reply to kà chi fo)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"kà\"\n            ]\n        }\n    ],\n    \"kà...kà\": [\n        {\n            \"word\": \"kà...kà\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"both…and\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"kà\"\n            ]\n        }\n    ],\n    \"kà nwokē kà\": [\n        {\n            \"word\": \"kà nwokē kà\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"both men and women (= mà...mà)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"kà\"\n            ]\n        }\n    ],\n    \"kà ò bù\": [\n        {\n            \"word\": \"kà ò bù\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"or; nor\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"kà\"\n            ]\n        }\n    ],\n    \"kà o si nà dị\": [\n        {\n            \"word\": \"kà o si nà dị\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"nevertheless; yet; notwithstanding\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"kà\"\n            ]\n        }\n    ],\n    \"kà\": [\n        {\n            \"word\": \"kà\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"in order that; so that\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Kà azị\",\n                    \"english\": \"What then?\"\n                },\n                {\n                    \"igbo\": \"Ànyị nà-àyọ Chinēkè kà O nye ānyị àmàlà ya n’ùwa ǹkaà kà ànyị wèe gbakùta ajọ òmùme āzụ kà ànyị wèe bụlụazị ndi gā-abā ànì ezè Ya n’ogē ìkpe āzụ\",\n                    \"english\": \"We are praying God to give us His Grace in this world so that we may eschew bad deeds and so that we may also be those who will enter His Kingdom at last\"\n                },\n                {\n                    \"igbo\": \"Ọ kwèsìlì kà ànyị na-ème ezi òmùme kà ànyị wèe nwee ike ịbà ànì ezè enu igwē n’èmesịa\",\n                    \"english\": \"We ought to continue doing good in order that we may be able to enter the Kingdom of God afterwards\"\n                },\n                {\n                    \"igbo\": \"Achò m ijī gboo rapù Nneēwi kà m wèe nwee ike ịfū ụzò lu Āba\",\n                    \"english\": \"I want to leave Nneewi early so that I may reach Aba before dusk\"\n                },\n                {\n                    \"igbo\": \"Achòlù m ịbà ụgbọ enū kà m wèe lue Òbòdò Oyìbo ọsọōsọ\",\n                    \"english\": \"I want to take an aircraft to be able to arrive in the United Kingdom quickly\"\n                },\n                {\n                    \"igbo\": \"Bikō nye m afele kà m wèe kulu mmīli\",\n                    \"english\": \"Please give me a plate to take some water\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-wè\"\n            ]\n        }\n    ],\n    \"kèemesịa\": [\n        {\n            \"word\": \"kèemesịa\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"goodbye (literally let it be till then)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"kà\"\n            ]\n        }\n    ],\n    \"kòọ (= kà ọ) dì\": [\n        {\n            \"word\": \"kòọ (= kà ọ) dì\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"the present\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"kà\"\n            ]\n        }\n    ],\n    \"nwọò\": [\n        {\n            \"word\": \"nwọò\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [\n                {\n                    \"igbo\": \"etu m dì kà m dì nwọò\",\n                    \"english\": \"in my present (great) position\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"kà\"\n            ]\n        }\n    ],\n    \"-kà àkà\": [\n        {\n            \"word\": \"-kà àkà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"guess\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kà\"\n            ]\n        }\n    ],\n    \"-kàfìè\": [\n        {\n            \"word\": \"-kàfìè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"guess wrongly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kà\"\n            ]\n        }\n    ],\n    \"-kàta\": [\n        {\n            \"word\": \"-kàta\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"so much...that; to such an extent...that\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Aŋūkàtà m mmanya n’ebe ànyị jè àgbàmakwụkwọ ǹnyàafù ò fọ nwantịntị afọ m#gbawaa\",\n                    \"english\": \"I drank so much at a wedding yesterday that I almost burst\"\n                },\n                {\n                    \"igbo\": \"Ọ bụlụ nà òdìbò gî nwè ntì ikē i kwukàta okwū ìke agwụ gī\",\n                    \"english\": \"If your servant is stubborn you will be worn out with talking\"\n                },\n                {\n                    \"igbo\": \"O kwūkàtàlù okwu àkpịlī gùa yā\",\n                    \"english\": \"He talked so much that he became hoarse\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkìkà\": [\n        {\n            \"word\": \"òkìkà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"ceremony\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kà\"\n            ]\n        }\n    ],\n    \"òkìkà manya\": [\n        {\n            \"word\": \"òkìkà manya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"ceremonial drinking\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kà\"\n            ]\n        }\n    ],\n    \"-kàcha\": [\n        {\n            \"word\": \"-kàcha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"erase; cancel\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kà\"\n            ]\n        }\n    ],\n    \"-kàchapù\": [\n        {\n            \"word\": \"-kàchapù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cancel out\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kà\"\n            ]\n        }\n    ],\n    \"-kàgha\": [\n        {\n            \"word\": \"-kàgha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fix again; adjourn; postpone\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kà\"\n            ]\n        }\n    ],\n    \"-kàghalị\": [\n        {\n            \"word\": \"-kàghalị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"re-fix; postpone\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kà\"\n            ]\n        }\n    ],\n    \"-kà nzū\": [\n        {\n            \"word\": \"-kà nzū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"mark with chalk on ground\",\n                \"mark, write on, the floor, ground, or any object with nzū (traditional)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kà\",\n                \"nzū\"\n            ]\n        }\n    ],\n    \"-kànye\": [\n        {\n            \"word\": \"-kànye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"vaccinate; inoculate\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kà\"\n            ]\n        }\n    ],\n    \"-kà ụkà\": [\n        {\n            \"word\": \"-kà ụkà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hold divine service; converse; quarrel\",\n                \"converse; quarrel; slander\",\n                \"hold divine service\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Àchọrō m kà onye ōbụnà kàa m ụkà\",\n                    \"english\": \"I don’t want anyone to slander me\"\n                },\n                {\n                    \"igbo:\": \"Ànyị nà-èje ebe a nà-akà ụkà\",\n                    \"english\": \"We are going where a Divine Service is taking place\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-kà\",\n                \"ụkà\"\n            ]\n        }\n    ],\n    \"-kà\": [\n        {\n            \"word\": \"-kà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"guess\",\n                \"(make a) mark; fix; appoint\",\n                \"speak; say\",\n                \"afflict; torment; worry\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Akwa ọ nà-èbe nà-akā m#arụ\",\n                    \"english\": \"Her crying is worrying me (i.e. making me uncomfortable)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"kaì!\": [\n        {\n            \"word\": \"kaì!\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"my word! goodness! (= paì!)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"kalama\": [\n        {\n            \"word\": \"kalama\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bottle\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"kalamam\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"kamà\": [\n        {\n            \"word\": \"kamà\",\n            \"wordClass\": \"CJN\",\n            \"definitions\": [\n                \"rather than; lest; but rather (after negative); instead of; even if (compare tụmà)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Kamà m gà-ème ife à m nwụa\",\n                    \"english\": \"I would rather die than do this\"\n                },\n                {\n                    \"igbo\": \"Agà m èje òkìkà afù kamà àgarō m èli ife ọbụnà\",\n                    \"english\": \"I shall attend the party, but I shall not take anything\"\n                },\n                {\n                    \"igbo\": \"Bàa n’ime ụnò kamà ị kwūlụ nà mmīli\",\n                    \"english\": \"Enter the house instead of standing in the rain\"\n                },\n                {\n                    \"igbo\": \"Ànyị gà-àbịa, kamà ànyị àghàlụ ilī ife\",\n                    \"english\": \"We shall come even if we do not eat (there)/We must come, even if it means missing our food\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkike\": [\n        {\n            \"word\": \"òkike\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tying\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ke\"\n            ]\n        }\n    ],\n    \"-kebe\": [\n        {\n            \"word\": \"-kebe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"get ready\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ke\"\n            ]\n        }\n    ],\n    \"-kedo\": [\n        {\n            \"word\": \"-kedo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"prepare; tie on with rope\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O jì ùdò wèe kedo jī\",\n                    \"english\": \"He used a rope to tie up the yams (compare - fiedo)\"\n                },\n                {\n                    \"igbo\": \"Kèdo akpàtì afù n’enu motò\",\n                    \"english\": \"Tie that box on the car\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ke\"\n            ]\n        }\n    ],\n    \"-kekọta\": [\n        {\n            \"word\": \"-kekọta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"join together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ke\"\n            ]\n        }\n    ],\n    \"-kekù\": [\n        {\n            \"word\": \"-kekù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"coil; coiling\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ke\"\n            ]\n        }\n    ],\n    \"nkekù\": [\n        {\n            \"word\": \"nkekù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"coil; coiling\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ke\"\n            ]\n        }\n    ],\n    \"-kekpù\": [\n        {\n            \"word\": \"-kekpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tie in a knot\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ke\"\n            ]\n        }\n    ],\n    \"-kekwa\": [\n        {\n            \"word\": \"-kekwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"re-tie\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ke\"\n            ]\n        }\n    ],\n    \"-kelụ\": [\n        {\n            \"word\": \"-kelụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"prepare\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ke\"\n            ]\n        }\n    ],\n    \"-ke ọbā\": [\n        {\n            \"word\": \"-ke ọbā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bind yams in barn\",\n                \"bind yams\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ke\",\n                \"ọbā\"\n            ]\n        }\n    ],\n    \"-kesi ike\": [\n        {\n            \"word\": \"-kesi ike\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tie strongly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ke\"\n            ]\n        }\n    ],\n    \"-ke ùdò\": [\n        {\n            \"word\": \"-ke ùdò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tie with rope, cord, etc.\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ànyị gà-èke Ibè ùdò\",\n                    \"english\": \"We shall tie Ibe up\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ke\",\n                \"ùdò\"\n            ]\n        }\n    ],\n    \"anwụlū\": [\n        {\n            \"word\": \"anwụlū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tied or rolled tobacco; bits of such tobacco retailed in small\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ùtabā\"\n            ],\n            \"stems\": [\n                \"-ke\"\n            ]\n        }\n    ],\n    \"èkèlèke\": [\n        {\n            \"word\": \"èkèlèke\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"amounts\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ke\"\n            ]\n        }\n    ],\n    \"-ke\": [\n        {\n            \"word\": \"-ke\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tie\",\n                \"shine; glitter\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọkụ dī n’ụnò enū nà-èke kà kpakpaǹdò\",\n                    \"english\": \"The lantern in the storey house is glittering like a star\"\n                },\n                {\n                    \"igbo\": \"Òkwutē afù nà-ègbuke kà goòlù\",\n                    \"english\": \"The stone is glittering like gold\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òkìkè\": [\n        {\n            \"word\": \"òkìkè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"creation; (in Nri thought) one of the aspects of Chukwu, manifested in the creation of things visible and invisible and in the laws of nature (-kè create)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kè ìbùọ\": [\n        {\n            \"word\": \"-kè ìbùọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"divide into two; bisect\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kè\"\n            ]\n        }\n    ],\n    \"-kèji\": [\n        {\n            \"word\": \"-kèji\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"divide into two\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kè\"\n            ]\n        }\n    ],\n    \"nkèji\": [\n        {\n            \"word\": \"nkèji\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"division; division into two halves\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kè\"\n            ]\n        }\n    ],\n    \"nkèji ụkwū\": [\n        {\n            \"word\": \"nkèji ụkwū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"ankle\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kè\",\n                \"ụkwụ\"\n            ]\n        }\n    ],\n    \"-kèlụ\": [\n        {\n            \"word\": \"-kèlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take one's share\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kè\"\n            ]\n        }\n    ],\n    \"-kèlụ okè\": [\n        {\n            \"word\": \"-kèlụ okè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take a share\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"òkè\"\n            ],\n            \"stems\": [\n                \"-kè\"\n            ]\n        }\n    ],\n    \"-kèmù\": [\n        {\n            \"word\": \"-kèmù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"divide into small pieces\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kè\"\n            ]\n        }\n    ],\n    \"-kènye\": [\n        {\n            \"word\": \"-kènye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"give a share\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kè\"\n            ]\n        }\n    ],\n    \"-kè okwu\": [\n        {\n            \"word\": \"-kè okwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"give judgement; settle a dispute\",\n                \"give judgement; settle a palaver\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kè\",\n                \"okwu\"\n            ]\n        }\n    ],\n    \"-kèpù\": [\n        {\n            \"word\": \"-kèpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"divide out; separate from\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kè\"\n            ]\n        }\n    ],\n    \"-kèrà\": [\n        {\n            \"word\": \"-kèrà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"divide equally\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kè\"\n            ]\n        }\n    ],\n    \"nkerà\": [\n        {\n            \"word\": \"nkerà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"division; sharing into equal parts\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kè\"\n            ]\n        }\n    ],\n    \"-kèsà\": [\n        {\n            \"word\": \"-kèsà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"distribute; divide among\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kè\"\n            ]\n        }\n    ],\n    \"-kèta\": [\n        {\n            \"word\": \"-kèta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take a share; inherit\",\n                \"get a share\",\n                \"to a fair extent; thoroughly; well\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ekètàlù mụ òfu ànì obì mgbè nna āyị nwùlù\",\n                    \"english\": \"I inherited a plot of land when our father died\"\n                },\n                {\n                    \"igbo:\": \"O kètàlụ òlòma ītọ\",\n                    \"english\": \"He got three oranges (as his share)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-kè\",\n                \"-ta \"\n            ]\n        }\n    ],\n    \"nkèta\": [\n        {\n            \"word\": \"nkèta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sharing; inheritance\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kè\"\n            ]\n        }\n    ],\n    \"onye nkèta\": [\n        {\n            \"word\": \"onye nkèta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"inheritor\",\n                \"inheritor (literally sharer)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kè\",\n                \"onye\"\n            ]\n        }\n    ],\n    \"-kèta òkè\": [\n        {\n            \"word\": \"-kèta òkè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take (and bring back) a share\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anà m èje na nzùkọ ụmù nnà ikètà òkè ùmù nnē m\",\n                    \"english\": \"I am going to the family meeting to bring back the share (of something) of my brothers\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-kè\",\n                \"òkè\"\n            ]\n        }\n    ],\n    \"-kèwa\": [\n        {\n            \"word\": \"-kèwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"divide off; separate\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kè\"\n            ]\n        }\n    ],\n    \"-kèwalụ\": [\n        {\n            \"word\": \"-kèwalụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"secede\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kè\"\n            ]\n        }\n    ],\n    \"-kèwapù\": [\n        {\n            \"word\": \"-kèwapù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"separate from\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kè\"\n            ]\n        }\n    ],\n    \"-kèwò\": [\n        {\n            \"word\": \"-kèwò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"deny a person a share\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kè\"\n            ]\n        }\n    ],\n    \"-kè\": [\n        {\n            \"word\": \"-kè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"share; divide\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kè (èkè)\": [\n        {\n            \"word\": \"-kè (èkè)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"create\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kèbe\": [\n        {\n            \"word\": \"-kèbe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"betroth\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ kèbè m àda yā\",\n                    \"english\": \"He betrothed his daughter to me, or He gave me his first daughter in marriage\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-kè-\"\n            ]\n        }\n    ],\n    \"-kèli\": [\n        {\n            \"word\": \"-kèli\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"betroth daughter to a man irregularly by going to bargain with him instead of waiting until the girl is asked for\",\n                \"give (daughter) in marriage\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kè-\"\n            ]\n        }\n    ],\n    \"-kè-\": [\n        {\n            \"word\": \"-kè-\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"give (daughter) in marriage; betroth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"kèdụ azị\": [\n        {\n            \"word\": \"kèdụ azị\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"how then?\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"kèdu\"\n            ]\n        }\n    ],\n    \"kèdụ ebe?\": [\n        {\n            \"word\": \"kèdụ ebe?\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"where?\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"kèdu\"\n            ]\n        }\n    ],\n    \"kèdụ èkpè?\": [\n        {\n            \"word\": \"kèdụ èkpè?\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"when?\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"kèdu\"\n            ]\n        }\n    ],\n    \"kèdụ ife?\": [\n        {\n            \"word\": \"kèdụ ife?\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"what? which thing?\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"kèdu\"\n            ]\n        }\n    ],\n    \"kèdụ mgbè?\": [\n        {\n            \"word\": \"kèdụ mgbè?\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"when? (literally which time?)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"kèdu\"\n            ]\n        }\n    ],\n    \"kèdụ ǹkè\": [\n        {\n            \"word\": \"kèdụ ǹkè\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"which?\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"kèdu\"\n            ]\n        }\n    ],\n    \"kèdụ ogè?\": [\n        {\n            \"word\": \"kèdụ ogè?\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"when? (literally which time?)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"kèdu\"\n            ]\n        }\n    ],\n    \"kèdụ onye?\": [\n        {\n            \"word\": \"kèdụ onye?\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"who? which person?\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"kèdu\"\n            ]\n        }\n    ],\n    \"kèdụ uchè i?\": [\n        {\n            \"word\": \"kèdụ uchè i?\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"what is your opinion?\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"kèdu\"\n            ]\n        }\n    ],\n    \"kèdu zi\": [\n        {\n            \"word\": \"kèdu zi\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"how then?\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"kèe zi\"\n            ],\n            \"stems\": [\n                \"kèdu\"\n            ]\n        }\n    ],\n    \"kèdu\": [\n        {\n            \"word\": \"kèdu\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"how? which?\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Kèdụ kà i mèlù?\",\n                    \"english\": \"How are you?\"\n                }\n            ],\n            \"variations\": [\n                \"kèdụ\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"-kè-ne\": [\n        {\n            \"word\": \"-kè-ne\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"greet; thank\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-jekèta\": [\n        {\n            \"word\": \"-jekèta\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"go near, nearer\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Jekèta yā nso\",\n                    \"english\": \"Go near him\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-kè-ta\"\n            ]\n        }\n    ],\n    \"-kpụkèta\": [\n        {\n            \"word\": \"-kpụkèta\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"draw near, nearer\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Kpụkèta akpàtì afù\",\n                    \"english\": \"Go up to that box, or, Draw that box nearer\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-kè-ta\"\n            ]\n        }\n    ],\n    \"-kè-ta\": [\n        {\n            \"word\": \"-kè-ta\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kì-li\": [\n        {\n            \"word\": \"-kì-li\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"look at; gaze at; witness; watch\",\n                \"about; up and down (always with -gba)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"-gbakìli ànì\",\n                    \"english\": \"go about; go or move about hesitantly, worriedly, at random\"\n                },\n                {\n                    \"igbo\": \"Motō ì kà esò je afīa enupùgo ebe ị nà-àgbakìli ànì\",\n                    \"english\": \"The lorry you were to have taken to the market has left while you were busy fussing about\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-dị kịlịkịlị\": [\n        {\n            \"word\": \"-dị kịlịkịlị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be very tiny, small\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Achòlù m àgwa dī kịlịkịlị\",\n                    \"english\": \"I want small beans\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"kịlịkịlị\"\n            ]\n        }\n    ],\n    \"egō kịlịkịlị\": [\n        {\n            \"word\": \"egō kịlịkịlị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"coins\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"kịlịkịlị\"\n            ]\n        }\n    ],\n    \"kịlịkịlị\": [\n        {\n            \"word\": \"kịlịkịlị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tiny size\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ kùtà ụmù kịlịkịlị azù\",\n                    \"english\": \"He caught tiny fish\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"kìlịkìlịkìlị\": [\n        {\n            \"word\": \"kìlịkìlịkìlị\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"word used by children when trying to count stars at night; each number is preceded by this word, and they try to count as far as possible on one breath\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"azì kịtāà\": [\n        {\n            \"word\": \"azì kịtāà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"youth of nowadays\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"kịtāà\"\n            ]\n        }\n    ],\n    \"kịtāà\": [\n        {\n            \"word\": \"kịtāà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"now\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"kịtịkpā\": [\n        {\n            \"word\": \"kịtịkpā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"smallpox\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kobe\": [\n        {\n            \"word\": \"-kobe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hang something on; spread out to dry; confer, bestow\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ko\"\n            ]\n        }\n    ],\n    \"-kokwàsị\": [\n        {\n            \"word\": \"-kokwàsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hang upon (as a snake)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ko\"\n            ]\n        }\n    ],\n    \"-kokwàsị akwà\": [\n        {\n            \"word\": \"-kokwàsị akwà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wrap a cloth about the body\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ko\"\n            ]\n        }\n    ],\n    \"-kolu\": [\n        {\n            \"word\": \"-kolu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"remove from where hanging\",\n                \"prepare\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Kòlu yā ebe à\",\n                    \"english\": \"Remove it from here (where you left it hanging)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ko\"\n            ]\n        }\n    ],\n    \"-kopù\": [\n        {\n            \"word\": \"-kopù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"remove from where hanging\",\n                \"be arrested and suspended in fall\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Kopù ya ebe à\",\n                    \"english\": \"Remove it from here (where it is wrongly hanging)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ko\"\n            ]\n        }\n    ],\n    \"-koni\": [\n        {\n            \"word\": \"-koni\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"start; set out\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ko\"\n            ]\n        }\n    ],\n    \"-ko\": [\n        {\n            \"word\": \"-ko\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hang\",\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òkùkò\": [\n        {\n            \"word\": \"òkùkò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"swelling; distending; bulging\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kò\"\n            ]\n        }\n    ],\n    \"-kò èkò\": [\n        {\n            \"word\": \"-kò èkò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"writhe; bubble; froth; ferment\",\n                \"creep; climb (of plants)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kò\"\n            ]\n        }\n    ],\n    \"-kò ònùmà\": [\n        {\n            \"word\": \"-kò ònùmà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be angry; swell with anger\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kò\",\n                \"ònùmà\"\n            ]\n        }\n    ],\n    \"-kò ukò\": [\n        {\n            \"word\": \"-kò ukò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"put on airs; show off; be lavish in hospitality; puff oneself up\",\n                \"put on airs; show off; be lavish in hospitality\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kò\",\n                \"ukò\"\n            ]\n        }\n    ],\n    \"-kòdo\": [\n        {\n            \"word\": \"-kòdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"catch; entangle; be entangled\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kò\"\n            ]\n        }\n    ],\n    \"-kò okwu\": [\n        {\n            \"word\": \"-kò okwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"(fig.) cause trouble; invite quarrel, dispute (usually deliberately); assault\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kò\",\n                \"okwu\"\n            ]\n        }\n    ],\n    \"-kò ugbō\": [\n        {\n            \"word\": \"-kò ugbō\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make a farm\",\n                \"cultivate farm; farm\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kò\",\n                \"ugbō\"\n            ]\n        }\n    ],\n    \"-nọkòba\": [\n        {\n            \"word\": \"-nọkòba\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"sit together\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Achò m kà ụnù nọkòba ọnū\",\n                    \"english\": \"I want you to sit together\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-kò\"\n            ]\n        }\n    ],\n    \"-tụkòba\": [\n        {\n            \"word\": \"-tụkòba\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"heap together\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Tụkòba nkū n’ùsọ ajā\",\n                    \"english\": \"Heap the firewood beside the wall\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-kò\",\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-kò\": [\n        {\n            \"word\": \"-kò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"swell; distend; bulge\",\n                \"hook; take with a hook\",\n                \"plant (tubers)\",\n                \"together (i.e. converging) (compare -kọ, where unity is stressed)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ndi mmādù àgbakòbago\",\n                    \"english\": \"The people have come together\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"kòso\": [\n        {\n            \"word\": \"kòso\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see òkòso\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkụkọ\": [\n        {\n            \"word\": \"òkụkọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"telling, relating; guessing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kọ\"\n            ]\n        }\n    ],\n    \"-kọcha\": [\n        {\n            \"word\": \"-kọcha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"defame; revile; curse (= -kọ ọnū)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kọ\"\n            ]\n        }\n    ],\n    \"nkọcha\": [\n        {\n            \"word\": \"nkọcha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"defamation; reviling; curse\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kọ\"\n            ]\n        }\n    ],\n    \"-kọ ọnụ\": [\n        {\n            \"word\": \"-kọ ọnụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"quarrel; abuse; revile (= -kọcha)\",\n                \"quarrel; abuse; revile\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àda nà Ǹkwọọma nà-àkọ ọnū\",\n                    \"english\": \"Ada and Nkwọọma are quarrelling\"\n                },\n                {\n                    \"igbo\": \"Àdâ jì nnwa Ǹkwọọma āmụtārọ àkọ yā ọnụ; o lofùgo nà ọ bù Chukwu nà-ezìta nwā\",\n                    \"english\": \"Ada has been taunting Nkwọọma with her childlessness; she has forgotton it is God who sends children\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-kọ\",\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"-kọsà\": [\n        {\n            \"word\": \"-kọsà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"reveal; declare\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ kōsàgo ife m gwàlù ya\",\n                    \"english\": \"He has revealed what I told him\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-kọ\"\n            ]\n        }\n    ],\n    \"-kọwa\": [\n        {\n            \"word\": \"-kọwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"explain; introduce\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Kòwalụ m#ọnye ọ bù\",\n                    \"english\": \"Introduce him to me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-kọ\"\n            ]\n        }\n    ],\n    \"-kọwa òdìnàànì\": [\n        {\n            \"word\": \"-kọwa òdìnàànì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"explain and set up new codes of ritual and political behaviour (especially of Nri man)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kọ\"\n            ]\n        }\n    ],\n    \"-kọ ọkọ\": [\n        {\n            \"word\": \"-kọ ọkọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"scratch; itch\",\n                \"itch; irritate\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anya nà-àkọ m ọkọ\",\n                    \"english\": \"My eye itches\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-kọ\",\n                \"ọkọ\"\n            ]\n        }\n    ],\n    \"-kọ akọ\": [\n        {\n            \"word\": \"-kọ akọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dry\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kọ\"\n            ]\n        }\n    ],\n    \"mgbè ọkōchì\": [\n        {\n            \"word\": \"mgbè ọkōchì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dry season\",\n                \"time of dry season\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kọ\",\n                \"mgbè\"\n            ]\n        }\n    ],\n    \"-kọ ùkọ\": [\n        {\n            \"word\": \"-kọ ùkọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be scarce\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kọ\",\n                \"ùkọ\"\n            ]\n        }\n    ],\n    \"-kọ nsi\": [\n        {\n            \"word\": \"-kọ nsi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"practise sorcery against\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-kọ ọgwù\"\n            ],\n            \"stems\": [\n                \"-kọ\",\n                \"nsi\"\n            ]\n        }\n    ],\n    \"-kpọkọlụ\": [\n        {\n            \"word\": \"-kpọkọlụ\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"dry up completely\",\n                \"call together and take away (of humans and animals that are capable of following) Ọ bụlụ nà ụnù eme chirọ ụzò òfụma nkịtā m gà-abàta kpọkọlụ ụmù ya If you do not close the door properly my dog will come in and take away its puppies\",\n                \"wither; dry up (completely)\",\n                \"gather together and take away\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kọ\",\n                \"-kpọ\",\n                \"-lụ\"\n            ]\n        }\n    ],\n    \"-kọ\": [\n        {\n            \"word\": \"-kọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tell; relate; guess\",\n                \"scratch\",\n                \"be dry\",\n                \"be scarce, no longer obtainable\",\n                \"together (in company with); joining (compare -kò, where convergence, sometimes to the point of deformity, is stressed)\",\n                \"all; altogether\",\n                \"present action; en route to\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ego kòlù m\",\n                    \"english\": \"I am short of money\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"kọbò\": [\n        {\n            \"word\": \"kọbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"penny (English copper)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"kọpò\",\n                \"kobo\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"kọmkọm\": [\n        {\n            \"word\": \"kọmkọm\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"an old type of money\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"kòọ dì nwọò\": [\n        {\n            \"word\": \"kòọ dì nwọò\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see kà\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ndị kọtùma\": [\n        {\n            \"word\": \"ndị kọtùma\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"court-messengers\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"kọtùma\",\n                \"ndị\"\n            ]\n        }\n    ],\n    \"kọtùma\": [\n        {\n            \"word\": \"kọtùma\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"court messenger (English)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"onye òtuū Kraìst\": [\n        {\n            \"word\": \"onye òtuū Kraìst\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Christian\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ndùbeezè bù ezigbo onye òtuū Kraìst\",\n                    \"english\": \"Ndùbeeze is a good devoted Christian\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"Kraìst\",\n                \"onye\",\n                \"òtù\"\n            ]\n        }\n    ],\n    \"òtuū Kraìst\": [\n        {\n            \"word\": \"òtuū Kraìst\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Christianity\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"Kraìst\",\n                \"òtù\"\n            ]\n        }\n    ],\n    \"Kraìst\": [\n        {\n            \"word\": \"Kraìst\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Christ\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-ku eku\": [\n        {\n            \"word\": \"-ku eku\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"scoop; ladle\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ku\"\n            ]\n        }\n    ],\n    \"-ku mmilī\": [\n        {\n            \"word\": \"-ku mmilī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"scoop water out of a vessel\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ku\",\n                \"mmilī\"\n            ]\n        }\n    ],\n    \"-kunye mmilī\": [\n        {\n            \"word\": \"-kunye mmilī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bring water to\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Kùnye m#mmilī\",\n                    \"english\": \"Give me water\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ku\",\n                \"mmilī\"\n            ]\n        }\n    ],\n    \"-ku ofe\": [\n        {\n            \"word\": \"-ku ofe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"scoop up soup\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ku\"\n            ]\n        }\n    ],\n    \"-kute mmilī\": [\n        {\n            \"word\": \"-kute mmilī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fetch water in a vessel\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ku\",\n                \"mmilī\"\n            ]\n        }\n    ],\n    \"-ku\": [\n        {\n            \"word\": \"-ku\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"scoop up and carry liquid\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òkùkù\": [\n        {\n            \"word\": \"òkùkù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"blowing; fanning; breathing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kù\"\n            ]\n        }\n    ],\n    \"-kùdebe ume\": [\n        {\n            \"word\": \"-kùdebe ume\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stop breathing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kù\",\n                \"ume\"\n            ]\n        }\n    ],\n    \"-kùfè\": [\n        {\n            \"word\": \"-kùfè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"moving rapidly past, creating a current of air\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kù\"\n            ]\n        }\n    ],\n    \"-kùfè èkufè\": [\n        {\n            \"word\": \"-kùfè èkufè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pass away; blow over as the wind\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kù\"\n            ]\n        }\n    ],\n    \"-kù n’anya n’anya\": [\n        {\n            \"word\": \"-kù n’anya n’anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pant\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ gbàlù ọsọ, wèe na-ekù n’anya n’anya\",\n                    \"english\": \"He ran and started panting\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-kù\"\n            ]\n        }\n    ],\n    \"-kùpù ume\": [\n        {\n            \"word\": \"-kùpù ume\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"faint; be faint\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kù\",\n                \"ume\"\n            ]\n        }\n    ],\n    \"-kù ume\": [\n        {\n            \"word\": \"-kù ume\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"breathe\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kù\",\n                \"ume\"\n            ]\n        }\n    ],\n    \"-kùbì ume\": [\n        {\n            \"word\": \"-kùbì ume\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cease to breathe; die\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kù\"\n            ]\n        }\n    ],\n    \"ǹkù\": [\n        {\n            \"word\": \"ǹkù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wing of bird; fin of fish; projecting part of body\",\n                \"barb of a hook or spear\",\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òkùkù ume\": [\n        {\n            \"word\": \"òkùkù ume\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lung (human)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kù\",\n                \"ume\"\n            ]\n        }\n    ],\n    \"-kù mmụō\": [\n        {\n            \"word\": \"-kù mmụō\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"invite masquerader to a place (e.g. funeral)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kù\",\n                \"mmụō\"\n            ]\n        }\n    ],\n    \"-tikù\": [\n        {\n            \"word\": \"-tikù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"call upon\",\n                \"shout to; call upon (for help); cry to (compare -kpọkù)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ànyî jì aka nà Chinēkè gà-ànụ onu ānyị ogè ànyị tikùlù Ya\",\n                    \"english\": \"We are confident that God will hear us when we cry to Him\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-kù\",\n                \"-ti\"\n            ]\n        }\n    ],\n    \"-kù azù\": [\n        {\n            \"word\": \"-kù azù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"catch fish; fish with hook\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Afùlù m ndi nā-akù azù na mmili Ōbosi\",\n                    \"english\": \"I saw some people fishing in Obosi river, or I saw some fishermen in Obosi river\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-kù\"\n            ]\n        }\n    ],\n    \"-kù ǹgwụlō\": [\n        {\n            \"word\": \"-kù ǹgwụlō\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sit cross-legged\",\n                \"sit on floor with legs crossed\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"azū mgbaàkùlù\",\n                    \"english\": \"dried fish which is rolled up with a stick through it\"\n                },\n                {\n                    \"igbo\": \"Nwannē m nwaànyì nà-èle azū mgbaàkùlù\",\n                    \"english\": \"My sister sells mgbaàkùlù fish\"\n                },\n                {\n                    \"igbo\": \"Akùzìnà ǹgwụlō n’iru onye ọbìà\",\n                    \"english\": \"Stop sitting cross-legged in the presence of the stranger\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-kù\",\n                \"ǹgwụlō\"\n            ]\n        }\n    ],\n    \"-kù nni\": [\n        {\n            \"word\": \"-kù nni\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"supply with food; cultivate\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ò gịnī kà ị nà-èje imē n’ubì n’ùtụtū à? Anà m èje ịkù nni\",\n                    \"english\": \"What are you going to do in the farm this morning? I am going to cultivate some crops\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-kù\",\n                \"nni\"\n            ]\n        }\n    ],\n    \"-kù ọkù\": [\n        {\n            \"word\": \"-kù ọkù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tend, keep livestock\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ịkù ọkù bù ezigbọ ọlū\",\n                    \"english\": \"Keeping livestock is a good hobby\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-kù\"\n            ]\n        }\n    ],\n    \"-kù àkùkù\": [\n        {\n            \"word\": \"-kù àkùkù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"use slang word\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kù\"\n            ]\n        }\n    ],\n    \"-makù\": [\n        {\n            \"word\": \"-makù\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"press to one's body; embrace\",\n                \"embrace\",\n                \"bring near\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kù\",\n                \"-ma\"\n            ]\n        }\n    ],\n    \"-makùta\": [\n        {\n            \"word\": \"-makùta\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"embrace completely\",\n                \"clasp to body\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kù\",\n                \"-ma\"\n            ]\n        }\n    ],\n    \"-kù\": [\n        {\n            \"word\": \"-kù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"blow (of wind); fan; breathe\",\n                \"call (compare -kpọ)\",\n                \"hook\",\n                \"bring into use, especially for food production; cultivate land; tend livestock\",\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-kùbàta\": [\n        {\n            \"word\": \"-kùbàta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bring in (especially of small child)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Kubàta nnwa n’ụnò\",\n                    \"english\": \"Bring the child into the house\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-kù-\"\n            ]\n        }\n    ],\n    \"-kùchi nwunyè\": [\n        {\n            \"word\": \"-kùchi nwunyè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take the wife of a dead relation\",\n                \"take the wife of a dead person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kù-\",\n                \"-nwu\"\n            ]\n        }\n    ],\n    \"-kùdà\": [\n        {\n            \"word\": \"-kùdà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bring down\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kù-\"\n            ]\n        }\n    ],\n    \"-kùni\": [\n        {\n            \"word\": \"-kùni\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lift up; rise; get up\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O kùnigo!\",\n                    \"english\": \"He is risen\"\n                },\n                {\n                    \"igbo\": \"Ọ nà-èje ikùnì nwa dālụ adà\",\n                    \"english\": \"She is going to pick up the child who has fallen down\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-kù-\"\n            ]\n        }\n    ],\n    \"-kù n’obì\": [\n        {\n            \"word\": \"-kù n’obì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hold at the breast; carry in the bosom\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kù-\",\n                \"obì\"\n            ]\n        }\n    ],\n    \"-kupùte\": [\n        {\n            \"word\": \"-kupùte\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"present child at naming ceremony\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-kupùta\"\n            ],\n            \"stems\": [\n                \"-kù-\"\n            ]\n        }\n    ],\n    \"-kù-\": [\n        {\n            \"word\": \"-kù-\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"carry\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"kukuǹdùku\": [\n        {\n            \"word\": \"kukuǹdùku\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sweet potato\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nkuzi\": [\n        {\n            \"word\": \"nkuzi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"teaching\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ku-zi\"\n            ]\n        }\n    ],\n    \"onye nkuzi\": [\n        {\n            \"word\": \"onye nkuzi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"teacher; instructor\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ku-zi\"\n            ]\n        }\n    ],\n    \"òzùzù nkuzi\": [\n        {\n            \"word\": \"òzùzù nkuzi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"teacher training\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ku-zi\"\n            ]\n        }\n    ],\n    \"-ku-zi\": [\n        {\n            \"word\": \"-ku-zi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"teach\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkụkụ\": [\n        {\n            \"word\": \"òkụkụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"planting; time for planting\",\n                \"knocking; striking; ringing\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Agà m àbịa n’òkụkụ ọkà\",\n                    \"english\": \"I shall come during the maize- planting season\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-kụ\"\n            ]\n        }\n    ],\n    \"-kụ ọkà\": [\n        {\n            \"word\": \"-kụ ọkà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"plant maize\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òbi adī àkụ ọkà\",\n                    \"english\": \"Obi never plants maize on his farm\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-kụ\",\n                \"ọkà\"\n            ]\n        }\n    ],\n    \"-kụji\": [\n        {\n            \"word\": \"-kụji\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"break into parts\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kụ\"\n            ]\n        }\n    ],\n    \"-kụkọlịta\": [\n        {\n            \"word\": \"-kụkọlịta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"collide\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kụ\"\n            ]\n        }\n    ],\n    \"nkụkọlịta\": [\n        {\n            \"word\": \"nkụkọlịta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"collision\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kụ\"\n            ]\n        }\n    ],\n    \"-kụkpọ\": [\n        {\n            \"word\": \"-kụkpọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"break; smash (e.g. egg); break down\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kụ\"\n            ]\n        }\n    ],\n    \"-kụlì\": [\n        {\n            \"word\": \"-kụlì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"break into pieces\",\n                \"break into pieces by knocking\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-àkụlì ajā\",\n                    \"english\": \"She is breaking a piece of mud wall\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-kụ\",\n                \"-lì\"\n            ]\n        }\n    ],\n    \"-kụ mgbịlịgba\": [\n        {\n            \"word\": \"-kụ mgbịlịgba\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"ring a bell\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kụ\"\n            ]\n        }\n    ],\n    \"-kụ òfọ\": [\n        {\n            \"word\": \"-kụ òfọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"knock òfọ on the ground (of a priest in giving judgement)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kụ\",\n                \"òfọ\"\n            ]\n        }\n    ],\n    \"-kụ òkpọ\": [\n        {\n            \"word\": \"-kụ òkpọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"knock the head with the knuckles; box\",\n                \"box\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kụ\",\n                \"òkpọ\"\n            ]\n        }\n    ],\n    \"-kụpịa\": [\n        {\n            \"word\": \"-kụpịa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"smash into pieces\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-kụpìà\"\n            ],\n            \"stems\": [\n                \"-kụ\",\n                \"-pịa\"\n            ]\n        }\n    ],\n    \"-kụpù\": [\n        {\n            \"word\": \"-kụpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"knock off\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kụ\"\n            ]\n        }\n    ],\n    \"-kụpù aka -kụsịsị aka\": [\n        {\n            \"word\": \"-kụpù aka -kụsịsị aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fail; give up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kụ\"\n            ]\n        }\n    ],\n    \"òkụ òkpòkpò\": [\n        {\n            \"word\": \"òkụ òkpòkpò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"influenza\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kụ\"\n            ]\n        }\n    ],\n    \"-kụ mmanya\": [\n        {\n            \"word\": \"-kụ mmanya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"mix wine\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kụ\",\n                \"manya\"\n            ]\n        }\n    ],\n    \"-kụ nsị\": [\n        {\n            \"word\": \"-kụ nsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"mix poison; practise sorcery\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kụ\"\n            ]\n        }\n    ],\n    \"-kụ ọgwù\": [\n        {\n            \"word\": \"-kụ ọgwù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"mix medicine\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kụ\"\n            ]\n        }\n    ],\n    \"-takụ\": [\n        {\n            \"word\": \"-takụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stick to\",\n                \"stick to (of sticky substance)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kụ\",\n                \"-ta\"\n            ]\n        }\n    ],\n    \"-kụ\": [\n        {\n            \"word\": \"-kụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"plant (seeds)\",\n                \"knock; strike; ring (a bell)\",\n                \"mix\",\n                \"extensional suffix upon; to; against\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"nkụjà\": [\n        {\n            \"word\": \"nkụjà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"a start, shock\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kụ-ja\"\n            ]\n        }\n    ],\n    \"-kụ-ja\": [\n        {\n            \"word\": \"-kụ-ja\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"start; be startled\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gbakụta\": [\n        {\n            \"word\": \"-gbakụta\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"contest all\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kụ-ta\"\n            ]\n        }\n    ],\n    \"-kwukụta\": [\n        {\n            \"word\": \"-kwukụta\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"say all\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kụ-ta\"\n            ]\n        }\n    ],\n    \"-makụta\": [\n        {\n            \"word\": \"-makụta\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"know all\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kụ-ta\"\n            ]\n        }\n    ],\n    \"-nụkụta\": [\n        {\n            \"word\": \"-nụkụta\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"hear all\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kụ-ta\"\n            ]\n        }\n    ],\n    \"-sàkụta\": [\n        {\n            \"word\": \"-sàkụta\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"reply to all\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kụ-ta\"\n            ]\n        }\n    ],\n    \"-kụ-ta\": [\n        {\n            \"word\": \"-kụ-ta\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"completely\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"KP\": [\n        {\n            \"word\": \"KP\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkpụkpa\": [\n        {\n            \"word\": \"òkpụkpa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"propelling\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"-kpa aka ànì\": [\n        {\n            \"word\": \"-kpa aka ànì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be mischievous; play tricks\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"-kpa akpa\": [\n        {\n            \"word\": \"-kpa akpa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pick with an instrument\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"-kpacha\": [\n        {\n            \"word\": \"-kpacha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"scrape (e.g. roasted yam); make neat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"-kpacha ji -kpachalụ anya -kpachapù = - kpapù -kpachapù anya\": [\n        {\n            \"word\": \"-kpacha ji -kpachalụ anya -kpachapù = - kpapù -kpachapù anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"scrape yam\",\n                \"take care; be careful, vigilant\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"-kpachapùta\": [\n        {\n            \"word\": \"-kpachapùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bring out with an instrument; to pick out, expose, bring out by scraping\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"-kpalàchi\": [\n        {\n            \"word\": \"-kpalàchi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be spread, strewn upon\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"-kpani\": [\n        {\n            \"word\": \"-kpani\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"raise, lift up (with instrument)\",\n                \"(fig.) stir up; provoke; incite\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"-kpanye\": [\n        {\n            \"word\": \"-kpanye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make a small present; give a tip gịnị  kà ị kpānyelụ nwatā biCalụ kène giC? What did you give the child who visited you?\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"-kpa okè\": [\n        {\n            \"word\": \"-kpa okè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make boundary; move (objects) aside to show demarcation\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\",\n                \"okè\"\n            ]\n        }\n    ],\n    \"-kpa oke  ànì\": [\n        {\n            \"word\": \"-kpa oke  ànì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make boundary between lands\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"-kpa ọchì\": [\n        {\n            \"word\": \"-kpa ọchì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cause laughter Ife o kwùlù kpàlù ọchì His remark gave rise to laughter\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"-kpa ọkụ\": [\n        {\n            \"word\": \"-kpa ọkụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"strike a match; turn on a light\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"mkpa ọ kụ\": [\n        {\n            \"word\": \"mkpa ọ kụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"matches\",\n                \"shove off; brush off; set aside (normally with instrument); pick out (with stick) and remove; push open by force, press open (e.g. burst door open); push off (e.g. three persons lying on a bed, one of them being pushed off as a result of the others being selfish. The pushing is not done by the hand but by the body) Bikō, kpapù alịlị afù ìlo Please take that millipede outside; (fig.) push out (e.g. if one person is forced to leave house where he was living with others)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"mkpa nókụ -kpapù\"\n            ],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"-kpasà\": [\n        {\n            \"word\": \"-kpasà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"scatter (with some care); spread out (e.g. grains in sun, partly burnt firewood)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"-kpasàpù\": [\n        {\n            \"word\": \"-kpasàpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"spread wide open\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"-kpasu\": [\n        {\n            \"word\": \"-kpasu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"disturb; trouble; provoke\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"mkpasu\": [\n        {\n            \"word\": \"mkpasu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"excitement; provocation\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"mkpasu iwe\": [\n        {\n            \"word\": \"mkpasu iwe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"provocation\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"-kpata\": [\n        {\n            \"word\": \"-kpata\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cause Ọ bù gqị kpàtàlù ife e jì pịa m  ìtàlì n’ùtụtụ  à You were the cause of my being flogged this morning\",\n                \"acquire; collect\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"-kpatụ\": [\n        {\n            \"word\": \"-kpatụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rustle\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"mkpatụ\": [\n        {\n            \"word\": \"mkpatụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rustling\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"(agwù) -kpa\": [\n        {\n            \"word\": \"(agwù) -kpa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be mildly mentally deranged\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"-kpa afịfịa -kpa akụ A.\": [\n        {\n            \"word\": \"-kpa afịfịa -kpa akụ A.\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"collect herbs\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ụmù akā èjego ịkpā akụ\",\n                    \"english\": \"The children have gone in search of kernels mkpa akụ  the search for kernels\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"B.\": [\n        {\n            \"word\": \"B.\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pluck (leaves from plant)\",\n                \"rub oneself with something greasy\",\n                \"be speechless; be unable to speak much, or at all\",\n                \"purify woman after childbirth\",\n                \"invite masquerade to a ceremony\",\n                \"take (snuff) (literally strike in)\",\n                \"cover, sit on (eggs)\",\n                \"pull oneself along without using legs; creep; shuffle; wriggle; glide (as snake)\",\n                \"keep funeral Ànyị nà-àkwa Ijè We are keeping Ije’s funeral\",\n                \"repay the bride-price paid on a wife\",\n                \"be paralysed\",\n                \"used in\",\n                \"(also -nye-lụ) into, to, with (following another verb, as if suffix)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\",\n                \"kpa\",\n                \"-kpà\",\n                \"-kpo\",\n                \"-kpọ\",\n                \"kpọm\",\n                \"-kpù\",\n                \"-kpụ\",\n                \"-kwa\",\n                \"-kwụ\",\n                \"-nwụ\",\n                \"-nye\",\n                \"-nyefè\"\n            ]\n        }\n    ],\n    \"Bìa sòlu m  kpàa akụ -kpakọ\": [\n        {\n            \"word\": \"Bìa sòlu m  kpàa akụ -kpakọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"Come and play a (board) game with me\",\n                \"gather; collect\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"-kpakọbà\": [\n        {\n            \"word\": \"-kpakọbà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"gather together into; heap up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"-kpakọnye\": [\n        {\n            \"word\": \"-kpakọnye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"gather and give or put into\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"-kpakọta\": [\n        {\n            \"word\": \"-kpakọta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"gather, collect (from different points but same area, e.g. farm) and bring Achòlù m kà ụnù jee kpakọta nkụ  I want you (pl.) to go and fetch firewood\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"-kpa mkpa\": [\n        {\n            \"word\": \"-kpa mkpa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"seek diligently; search for carefully e.g. -kpa mkpa akụ search for palm kernels in the farm (usually by children)\",\n                \"be few; scarce\",\n                \"be few, scarce\",\n                \"seek diligently\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\",\n                \"mkpa\"\n            ]\n        }\n    ],\n    \"-kpa nkụ\": [\n        {\n            \"word\": \"-kpa nkụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"gather firewood\",\n                \"fetch firewood\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\",\n                \"nkụ\"\n            ]\n        }\n    ],\n    \"-kpa nni\": [\n        {\n            \"word\": \"-kpa nni\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"(of animals) wander about in farm, forest, etc., in search of food\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\",\n                \"nni\"\n            ]\n        }\n    ],\n    \"-kpa àgwà ọjọọ\": [\n        {\n            \"word\": \"-kpa àgwà ọjọọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"behave badly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"-kpa ajọ  ụkpa\": [\n        {\n            \"word\": \"-kpa ajọ  ụkpa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make bad or disagreeable friendship (e.g. as when a person is intimate with another person whose morality and ways are bad or questionable); walk with criminals or suspects; keep bad company\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"-kpabàta\": [\n        {\n            \"word\": \"-kpabàta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"walk, wander in(to)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"-kpafù\": [\n        {\n            \"word\": \"-kpafù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go astray; stray and get lost\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"mkpafùli\": [\n        {\n            \"word\": \"mkpafùli\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"negligence; going astray\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"-kpago\": [\n        {\n            \"word\": \"-kpago\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"walk up; stray up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"-kpaghalị\": [\n        {\n            \"word\": \"-kpaghalị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"a walk about; stroll; wander about\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"-kpakọ\": [\n        {\n            \"word\": \"-kpakọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"walk together (of friends)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"mkpakọ\": [\n        {\n            \"word\": \"mkpakọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"intercourse\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"-kpakwudo\": [\n        {\n            \"word\": \"-kpakwudo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"encounter each other suddenly; overtake\",\n                \"forsake; leave behind\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"- kpakwụdo -kpanarị\"\n            ],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"-kpa ndu\": [\n        {\n            \"word\": \"-kpa ndu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"walk together; be companions; escort\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"-kpapù\": [\n        {\n            \"word\": \"-kpapù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go out for a walk\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"-kpa ùkpa\": [\n        {\n            \"word\": \"-kpa ùkpa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be friends; companions\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\",\n                \"ùkpa\"\n            ]\n        }\n    ],\n    \"-kpa ùkpa oriì\": [\n        {\n            \"word\": \"-kpa ùkpa oriì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be friends with a thief or thieves\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"òkpa nnakā ya\": [\n        {\n            \"word\": \"òkpa nnakā ya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"person who is fond of going alone, who is never found going\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"òkpa nnịkā ya\": [\n        {\n            \"word\": \"òkpa nnịkā ya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"anywhere in company of friends; solitary person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"ùkpa\": [\n        {\n            \"word\": \"ùkpa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"large oblong market basket, made from aŋā\",\n                \"a walk\",\n                \"friendship; communion\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-kpagozi\": [\n        {\n            \"word\": \"-kpagozi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"teach\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"-kpalị\": [\n        {\n            \"word\": \"-kpalị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"insult; show disrespect to\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"mkpalị\": [\n        {\n            \"word\": \"mkpalị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"insult; abuse\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kpa n gàn gà\": [\n        {\n            \"word\": \"-kpa n gàn gà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"joke; be boastful\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"-kpa nkàta\": [\n        {\n            \"word\": \"-kpa nkàta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"talk; converse; chat Bikō nye mụ nà Ibè efè níme ụnò ụlā màkà nà ànyiCchòlù ịkpā nkàta nébe  afù Please leave the room for Ibe and myself, for we want to chat there\",\n                \"converse\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\",\n                \"nkàta\"\n            ]\n        }\n    ],\n    \"-kpazi\": [\n        {\n            \"word\": \"-kpazi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"show; teach; direct\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpa\"\n            ]\n        }\n    ],\n    \"-kpa\": [\n        {\n            \"word\": \"-kpa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sense, cause\",\n                \"gather; search for\",\n                \"wander about\",\n                \"cause disturbance\",\n                \"Akpà m mkpà n’aka I am nursing a baby\",\n                \"AV\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-kpa manụ\": [\n        {\n            \"word\": \"-kpa manụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"buy oil\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"kpa\"\n            ]\n        }\n    ],\n    \"-kpa ùde\": [\n        {\n            \"word\": \"-kpa ùde\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rub on pomade, grease, ointment, cream\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"kpa\"\n            ]\n        }\n    ],\n    \"kpa\": [\n        {\n            \"word\": \"kpa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"buy (oil)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-me\": [\n        {\n            \"word\": \"-me\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"do; act; make; happen; cause\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"kpakalakpakala\": [\n        {\n            \"word\": \"kpakalakpakala\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"used in\",\n                \"bicycle)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-kpà àkpà = -kpà\": [\n        {\n            \"word\": \"-kpà àkpà = -kpà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be narrow, tight, pressed together, choked, crowded; restrict;\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpà\"\n            ]\n        }\n    ],\n    \"mkpà\": [\n        {\n            \"word\": \"mkpà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"need; difficulty; necessity (from -kpà 2. be needful)\",\n                \"used in\",\n                \"forceps; tongs\",\n                \"holding; captivity; restriction; imprisonment (from -kpà 1. grip)\",\n                \"one stake full of yams tied in a barn\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-kpàchibìdo\": [\n        {\n            \"word\": \"-kpàchibìdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lock in or out\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpà\"\n            ]\n        }\n    ],\n    \"-kpàchisị\": [\n        {\n            \"word\": \"-kpàchisị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lock up (many locks, doors, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpà\"\n            ]\n        }\n    ],\n    \"-kpàchi(ta)\": [\n        {\n            \"word\": \"-kpàchi(ta)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lock\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpà\"\n            ]\n        }\n    ],\n    \"-kpàdo\": [\n        {\n            \"word\": \"-kpàdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pile up; store; board; cover up (literally press upon)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpà\"\n            ]\n        }\n    ],\n    \"-kpàfànye\": [\n        {\n            \"word\": \"-kpàfànye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"intrude; force in between tight space; insert\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpà\"\n            ]\n        }\n    ],\n    \"-kpàgbu\": [\n        {\n            \"word\": \"-kpàgbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"choke; suffocate\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpà\"\n            ]\n        }\n    ],\n    \"mkpàgbu\": [\n        {\n            \"word\": \"mkpàgbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tribulation; oppression; trouble\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpà\"\n            ]\n        }\n    ],\n    \"-kpàghe\": [\n        {\n            \"word\": \"-kpàghe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"press open; unlock (with key) Bikō kpàgheelụ m  ụzò Please unlock the door for me\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpà\"\n            ]\n        }\n    ],\n    \"-kpàji\": [\n        {\n            \"word\": \"-kpàji\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"break; snap\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpà\"\n            ]\n        }\n    ],\n    \"-kpàjipù\": [\n        {\n            \"word\": \"-kpàjipù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"break, snap off\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpà\"\n            ]\n        }\n    ],\n    \"-kpàjirà\": [\n        {\n            \"word\": \"-kpàjirà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"break into two equal parts\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpà\"\n            ]\n        }\n    ],\n    \"-kpàjita -kpàkọ -kpà mkpà = -kpà àkpà -kpà ntì\": [\n        {\n            \"word\": \"-kpàjita -kpàkọ -kpà mkpà = -kpà àkpà -kpà ntì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"break and bring\",\n                \"listen carelessly; pretend not to hear; be obstinate (literally close ear)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpà\"\n            ]\n        }\n    ],\n    \"-kpà ọnụ\": [\n        {\n            \"word\": \"-kpà ọnụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"become, render speechless; be dumbfounded Ife Àda mèlù nébe ànyị jèlù kpàlù m ọnụ  What Ada did where we went left me dumbfounded\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpà\"\n            ]\n        }\n    ],\n    \"anya akpà (ọnụ ) -kpà A.\": [\n        {\n            \"word\": \"anya akpà (ọnụ ) -kpà A.\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"goggling eyes\",\n                \"lose appetite Ọnụ  kpàlù m I have no appetite\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpà\"\n            ]\n        }\n    ],\n    \"ọnụ òkpùkpà\": [\n        {\n            \"word\": \"ọnụ òkpùkpà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"speechlessness; exhaustion; utter weariness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpà\",\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"-kpà mkpà\": [\n        {\n            \"word\": \"-kpà mkpà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"need; have need; be necessary; compel Ènyò anyā nà-akpā m  mkpà n kè nnukwu#I am seriously in need of glasses\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpà\"\n            ]\n        }\n    ],\n    \"òkpùkpà isiì\": [\n        {\n            \"word\": \"òkpùkpà isiì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"plaiting of hair\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpà\"\n            ]\n        }\n    ],\n    \"-kpà n kàtà\": [\n        {\n            \"word\": \"-kpà n kàtà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make basket\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpà\"\n            ]\n        }\n    ],\n    \"-kpàcha\": [\n        {\n            \"word\": \"-kpàcha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut; trim; barb; crop\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpà\"\n            ]\n        }\n    ],\n    \"-kpàcha ajị anụ\": [\n        {\n            \"word\": \"-kpàcha ajị anụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"crop, shave, cut hair of animal\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpà\"\n            ]\n        }\n    ],\n    \"-kpàchapù\": [\n        {\n            \"word\": \"-kpàchapù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"crop, cut, trim off\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpà\"\n            ]\n        }\n    ],\n    \"-kpàchasị\": [\n        {\n            \"word\": \"-kpàchasị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut, shave, etc., entirely\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpà\",\n                \"-sị\"\n            ]\n        }\n    ],\n    \"-kpàchasị isi\": [\n        {\n            \"word\": \"-kpàchasị isi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"barb hair of head (less common than -kpàcha isi)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpà\"\n            ]\n        }\n    ],\n    \"-kpà\": [\n        {\n            \"word\": \"-kpà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"suppression; compression\",\n                \"be needful gịnị  nà-akpā gị? What are you in need of?\",\n                \"plaiting\",\n                \"trimming; cutting\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"kpakpan do\": [\n        {\n            \"word\": \"kpakpan do\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"morning star\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"kpakpan dò\"\n            ]\n        }\n    ],\n    \"ụ tụtù\": [\n        {\n            \"word\": \"ụ tụtù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [],\n            \"examples\": [\n                {\n                    \"igbo\": \"Na-àgafè dịkà kpa kpakpan do ụ tụtù\",\n                    \"english\": \"Passing away like the morning star (funeral hymn)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"kpakpan dò\"\n            ]\n        }\n    ],\n    \"kpakpan dò\": [\n        {\n            \"word\": \"kpakpan dò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"star\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kpa-kwu\": [\n        {\n            \"word\": \"-kpa-kwu\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"concern oneself with; make friendly advances to; befriend\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"kpalakwu#kwu\": [\n        {\n            \"word\": \"kpalakwu#kwu\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"pigeon\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"kpamkpàm\": [\n        {\n            \"word\": \"kpamkpàm\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"entirely; completely Alụ chago m  ọlụ afù kpamkpàm I have finished the work completely\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"kpamkpamkpam\": [\n        {\n            \"word\": \"kpamkpamkpam\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"sound of knocking\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkpukpe\": [\n        {\n            \"word\": \"òkpukpe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"reporting; judging\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpe\"\n            ]\n        }\n    ],\n    \"-kpe ikpe\": [\n        {\n            \"word\": \"-kpe ikpe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"judge a case\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpe\"\n            ]\n        }\n    ],\n    \"-kpejide\": [\n        {\n            \"word\": \"-kpejide\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"judge unfairly; make unfair report\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpe\"\n            ]\n        }\n    ],\n    \"mkpejide\": [\n        {\n            \"word\": \"mkpejide\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"injustice\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpe\"\n            ]\n        }\n    ],\n    \"ndị ikpe\": [\n        {\n            \"word\": \"ndị ikpe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"the judges\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpe\"\n            ]\n        }\n    ],\n    \"-kpe ekpelu\": [\n        {\n            \"word\": \"-kpe ekpelu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"say prayer; pray Kà ànyị kpee  ekpelu Let us pray\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ekpele\"\n            ],\n            \"stems\": [\n                \"-kpe\"\n            ]\n        }\n    ],\n    \"-kpe mmanụ\": [\n        {\n            \"word\": \"-kpe mmanụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"smear with oil\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpe\",\n                \"manụ\"\n            ]\n        }\n    ],\n    \"-kpe ụgbọ\": [\n        {\n            \"word\": \"-kpe ụgbọ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"steer canoe\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpe\",\n                \"ụgbọ\"\n            ]\n        }\n    ],\n    \"-kpe\": [\n        {\n            \"word\": \"-kpe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"report; judge O kpèlì m He reported me Agà m èkpe giCn’aka nnà gị ukwu I shall report you to your master\",\n                \"pray; beg Kà ànyị kpeelu Chine kè Let us pray (unto God) O tègo m jì èkpelu yā kà ọ rapụ  m  I have been begging him for a long time to leave me alone\",\n                \"smearing\",\n                \"AV\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-kpè àzụ\": [\n        {\n            \"word\": \"-kpè àzụ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"be last; bring up the rear\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpè\"\n            ]\n        }\n    ],\n    \"oge  ìkpe āzụ\": [\n        {\n            \"word\": \"oge  ìkpe āzụ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"the last time; at the end of the time; at the end of the world\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpè\"\n            ]\n        }\n    ],\n    \"ụbòsị ìkpe āzụ\": [\n        {\n            \"word\": \"ụbòsị ìkpe āzụ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"the last day; the day of judgment\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpè\"\n            ]\n        }\n    ],\n    \"-bịakpè àzụ\": [\n        {\n            \"word\": \"-bịakpè àzụ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"come last\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpè\"\n            ]\n        }\n    ],\n    \"-kpècha\": [\n        {\n            \"word\": \"-kpècha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"slander\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpè\"\n            ]\n        }\n    ],\n    \"mkpècha\": [\n        {\n            \"word\": \"mkpècha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"slandering\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpè\"\n            ]\n        }\n    ],\n    \"-kpè ìkpe\": [\n        {\n            \"word\": \"-kpè ìkpe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"backbite; slander; speak evil of. Much practised by the Egwu Ọjà dancers many years ago. The soloist in the course of her singing spoke to evil-doers who had been committing evil in secret, e.g. a thief or people involved in adultery, thereby bringing their anti-social practices to light\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpè\"\n            ]\n        }\n    ],\n    \"-kpèchalụ\": [\n        {\n            \"word\": \"-kpèchalụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"strip and take the bark\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpè\"\n            ]\n        }\n    ],\n    \"-kpèchapù\": [\n        {\n            \"word\": \"-kpèchapù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"strip off\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpè\"\n            ]\n        }\n    ],\n    \"-kpèchasị\": [\n        {\n            \"word\": \"-kpèchasị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"strip off bark (entirely); pare (everything off)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpè\"\n            ]\n        }\n    ],\n    \"-kpè\": [\n        {\n            \"word\": \"-kpè\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"AV\",\n                \"hearing of the person being slandered)\",\n                \"strip off (bark, skin, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"kpelèkpelè\": [\n        {\n            \"word\": \"kpelèkpelè\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"in circles Ọ nà-àgba kpelèkpelè It moves in circles\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kpìcha isi\": [\n        {\n            \"word\": \"-kpìcha isi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut hair very short\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpì\"\n            ]\n        }\n    ],\n    \"-kpì\": [\n        {\n            \"word\": \"-kpì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut hair\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kpo àgbụgbọ -kpocha A.\": [\n        {\n            \"word\": \"-kpo àgbụgbọ -kpocha A.\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"collect decayed compost for application to the crops\",\n                \"clear (rubbish, refuse); rid a place (of rubbish, refuse, filth) Ànyị nà-àkwadebe iwu#ụnò n’ànì a nà-èkpocha We are preparing to build a house on the place which is being cleared\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpo\"\n            ]\n        }\n    ],\n    \"-kpochapù\": [\n        {\n            \"word\": \"-kpochapù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"clean away; exterminate\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpo\"\n            ]\n        }\n    ],\n    \"-kpochi onùnù\": [\n        {\n            \"word\": \"-kpochi onùnù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fill hole\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpo\",\n                \"onùnù\"\n            ]\n        }\n    ],\n    \"-kpofù\": [\n        {\n            \"word\": \"-kpofù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"gather and throw away\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpo\"\n            ]\n        }\n    ],\n    \"mkpofù\": [\n        {\n            \"word\": \"mkpofù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"throwing away\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpo\"\n            ]\n        }\n    ],\n    \"-kpoju\": [\n        {\n            \"word\": \"-kpoju\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fill; gather and fill\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpo\"\n            ]\n        }\n    ],\n    \"-kpokọ\": [\n        {\n            \"word\": \"-kpokọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"gather together; collect\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpo\"\n            ]\n        }\n    ],\n    \"-kpokò\": [\n        {\n            \"word\": \"-kpokò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"gather together; collect (in one place) (Emphasizes togetherness more than -kpokọ)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpo\"\n            ]\n        }\n    ],\n    \"-kpokọbà (ọnụ )\": [\n        {\n            \"word\": \"-kpokọbà (ọnụ )\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"gather together; collect in one place\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpo\"\n            ]\n        }\n    ],\n    \"-kpokọlụ\": [\n        {\n            \"word\": \"-kpokọlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"gather together and carry away; collect Ekpōkọlụgo m  òlòma diCnénu tebùlù I have collected (and taken away) the oranges on the table\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpo\"\n            ]\n        }\n    ],\n    \"-kpo(lụ) ọsọ\": [\n        {\n            \"word\": \"-kpo(lụ) ọsọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rush; run quickly (literally collect running)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpo\"\n            ]\n        }\n    ],\n    \"-kponita\": [\n        {\n            \"word\": \"-kponita\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"gather up\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-kponite\"\n            ],\n            \"stems\": [\n                \"-kpo\"\n            ]\n        }\n    ],\n    \"-kpopùta\": [\n        {\n            \"word\": \"-kpopùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"gather out\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpo\"\n            ]\n        }\n    ],\n    \"-kpo uzuzù\": [\n        {\n            \"word\": \"-kpo uzuzù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"gather sand; play in and with the sand (of children)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpo\",\n                \"uzuzù\"\n            ]\n        }\n    ],\n    \"-kpo lìlìlì\": [\n        {\n            \"word\": \"-kpo lìlìlì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"swarm (of bees)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpo\",\n                \"lìlìlì\"\n            ]\n        }\n    ],\n    \"-kpowa\": [\n        {\n            \"word\": \"-kpowa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"rush away\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpo\"\n            ]\n        }\n    ],\n    \"-kpo\": [\n        {\n            \"word\": \"-kpo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"gathering; collecting; picking\",\n                \"AV\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-kpò òkpoòfùfù\": [\n        {\n            \"word\": \"-kpò òkpoòfùfù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"perspire; cause perspiration\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpò\",\n                \"òkpoòfùfù\"\n            ]\n        }\n    ],\n    \"-kpò ọkụ\": [\n        {\n            \"word\": \"-kpò ọkụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be hot; be lively (of season or place)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpò\",\n                \"ọkụ\"\n            ]\n        }\n    ],\n    \"-kwukpò\": [\n        {\n            \"word\": \"-kwukpò\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"cover up with words\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpò\"\n            ]\n        }\n    ],\n    \"-yikpò\": [\n        {\n            \"word\": \"-yikpò\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"cover the body with clothes\",\n                \"clothe, put clothing on so as to cover up something\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Yikpò ọnya dī gị n’afọ àfè\",\n                    \"english\": \"Wear clothing over the sore on your abdomen\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpò\",\n                \"-yi\"\n            ]\n        }\n    ],\n    \"-zàkpò\": [\n        {\n            \"word\": \"-zàkpò\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"sweep upon\",\n                \"sweep something over something (e.g. vomit) so as to cover it completely\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpò\",\n                \"-zà\"\n            ]\n        }\n    ],\n    \"-kpò iyiì\": [\n        {\n            \"word\": \"-kpò iyiì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"curse; abuse Ìwu nà-akpọ  m iyiì Iwu is cursing me\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpò\"\n            ]\n        }\n    ],\n    \"-kpòlị\": [\n        {\n            \"word\": \"-kpòlị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"reproach; abuse\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpò\"\n            ]\n        }\n    ],\n    \"mkpòlị\": [\n        {\n            \"word\": \"mkpòlị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"reproach; abuse\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpò\"\n            ]\n        }\n    ],\n    \"-kpòlụ\": [\n        {\n            \"word\": \"-kpòlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"abuse; reproach\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpò\"\n            ]\n        }\n    ],\n    \"-kpọ-chi\": [\n        {\n            \"word\": \"-kpọ-chi\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"shut; be shut\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpò\"\n            ]\n        }\n    ],\n    \"-kpọchi\": [\n        {\n            \"word\": \"-kpọchi\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"shut; lock; turn (key); imprison\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpò\"\n            ]\n        }\n    ],\n    \"mkpọchi\": [\n        {\n            \"word\": \"mkpọchi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"locking\",\n                \"button (from -kpọchi lock)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kpọchibìdo\": [\n        {\n            \"word\": \"-kpọchibìdo\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"shut out or in Ụzò àkpọchìbìdogo m  The door has shut against me Ị   nà-àchọ ịkpọ chìbìdò m ụzò? Are you trying to shut the door against me? or Are you going to shut the door against me? or Are you going to lock me out (or in)?\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpò\"\n            ]\n        }\n    ],\n    \"-kpọchi ntì\": [\n        {\n            \"word\": \"-kpọchi ntì\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"be deaf, stubborn (literally close ears to)\",\n                \"be deaf, stubborn (literally lock ear)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpò\",\n                \"ntì\"\n            ]\n        }\n    ],\n    \"mkpòchi n tì\": [\n        {\n            \"word\": \"mkpòchi n tì\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"stubbornness; habitual disobedience (usually of young person)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpò\"\n            ]\n        }\n    ],\n    \"-kpọchi mmiliì\": [\n        {\n            \"word\": \"-kpọchi mmiliì\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"turn off (i.e. lock, shut) tap\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpò\"\n            ]\n        }\n    ],\n    \"-kpọchita\": [\n        {\n            \"word\": \"-kpọchita\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"close; shut\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpò\"\n            ]\n        }\n    ],\n    \"-kpò\": [\n        {\n            \"word\": \"-kpò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"soup, mentholatum, etc.); sting (of pepper); hurt (of sting)\",\n                \"spread upon\",\n                \"curse; abuse\",\n                \"Ji adā èkwe m  iliì mà ọ bụlụ nà o ghe kpòrò èghekpò I can’t eat yam if it is not thoroughly done Ọ nà-àgwa i Ada nà nyâ chòlù kà Àda gwekpòọ tanjele ọ nà-ègwe e gwekpò She is telling Ada to grind the galena stone that she is grinding very thoroughly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-kpopù eze\": [\n        {\n            \"word\": \"-kpopù eze\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"extract a tooth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpo-pù\"\n            ]\n        }\n    ],\n    \"-kpo-pù\": [\n        {\n            \"word\": \"-kpo-pù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"extract\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kpọ asì\": [\n        {\n            \"word\": \"-kpọ asì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hate; dislike Ịkpọ  mmadù ibe  ānyị asì bù n jọ Hatred towards our fellow-men is sin Akpòlù m yà asì I hate him, or I dislike him Chukwu Nnà, bikō zọpùta ānyị n’aka ndị niiìne nā-akpọ ānyị asì God the Father, please deliver us from the hands of all that hate us\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"-kpọbàta\": [\n        {\n            \"word\": \"-kpọbàta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"call in; welcome; admit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"-kpọchìgha\": [\n        {\n            \"word\": \"-kpọchìgha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"call back; recall\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"-kpọdèbe\": [\n        {\n            \"word\": \"-kpọdèbe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"call near; bring near\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"-kpọgopùta\": [\n        {\n            \"word\": \"-kpọgopùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"call up and out; escort up and out\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"-kpọkù\": [\n        {\n            \"word\": \"-kpọkù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"call upon; call to\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"-kpọlụ -kpọ mụụ A.\": [\n        {\n            \"word\": \"-kpọlụ -kpọ mụụ A.\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"blaspheme\",\n                \"take mụọ  when assuming duties of ọkpala\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"-kpọnaba\": [\n        {\n            \"word\": \"-kpọnaba\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"call home; take home\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"-kpọ nzùkọ\": [\n        {\n            \"word\": \"-kpọ nzùkọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"call meeting\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\",\n                \"-zù\"\n            ]\n        }\n    ],\n    \"-kpọ òkù\": [\n        {\n            \"word\": \"-kpọ òkù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"call; call by name\",\n                \"call\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\",\n                \"òkù\"\n            ]\n        }\n    ],\n    \"-kpọ òmìmì akwā\": [\n        {\n            \"word\": \"-kpọ òmìmì akwā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sob\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"-kpọpùta\": [\n        {\n            \"word\": \"-kpọpùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lead out\",\n                \"make noise\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Kpọpùta nwātà afù n’anwụ  ọsọọ sọ!\",\n                    \"english\": \"Take the child out of the sun quickly!\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"-kpọte\": [\n        {\n            \"word\": \"-kpọte\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"arouse; waken\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"-kpọtụ\": [\n        {\n            \"word\": \"-kpọtụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"call upon\",\n                \"make noise\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"mkpọtụ\": [\n        {\n            \"word\": \"mkpọtụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"noise; uproar\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"-kpọwa\": [\n        {\n            \"word\": \"-kpọwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pronounce clearly\",\n                \"split; divide by splitting\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"òkpọ na-àkpọ òkù\": [\n        {\n            \"word\": \"òkpọ na-àkpọ òkù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"echo\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"-kpọ\": [\n        {\n            \"word\": \"-kpọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"calling; vocation\",\n                \"drying\",\n                \"on top and knocking its head with the hammer\",\n                \"both eyes); destruction of an eye or both eyes due to injury, disease, etc. Anya ākpọgo nwoke  afụ  dālụ enu nkwụ  The man who fell off the palm tree is now blind\",\n                \"buy, purchase (clothes, pottery)\",\n                \"expose; display\",\n                \"clear by setting fire to; burn\",\n                \"break (of something fragile, e.g. egg, bladder, eye) Àkwa ị chòlù isiì àkpọgo The egg you want to boil has broken Ọ fòlù nwantịntị kà o tikpọọ ākwa m nà-àkwadebe isiì He almost broke the egg I am preparing to cook\",\n                \"remove the grains from the ear of maize\",\n                \"cause confusion, riot, tumult\",\n                \"discuss very thoroughly, again\",\n                \"take a somersault into water; dive\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-pịa ụgbà\"\n            ],\n            \"stems\": [\n                \"ụgbà\"\n            ]\n        }\n    ],\n    \"-kpọ akpọ\": [\n        {\n            \"word\": \"-kpọ akpọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be dry Wètalụ m  òfu oko ọkā kpọ lụ akpọ Bring me a dry ear of corn\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"-kpọ anwụ\": [\n        {\n            \"word\": \"-kpọ anwụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wither\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"-kpọ mbụ = -kpọ mgbụ -kpọ nkụ\": [\n        {\n            \"word\": \"-kpọ mbụ = -kpọ mgbụ -kpọ nkụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dry (e.g. of leaf)\",\n                \"be dry Wètalụ m  akwụkwọ kpọ lụ nkụ Bring me a dry leaf Ọ bụlụ nà ị ñaa azù ndù afù nókụ ọ gà-àkpọ nkụ  ọsọ ọ sọ If you place that fresh fish over the fire it will get dry quickly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"òkpọnkụ\": [\n        {\n            \"word\": \"òkpọnkụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dryness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"-kpọnwụ\": [\n        {\n            \"word\": \"-kpọnwụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dry up; shrivel; wither Ọ bụlụ nà ị gbārọ òdòdo diCníru iìlo mmiliì ọ gà-àkpọnwụ If you do not water the flowering plant in front of the house it will wither\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"akpịliCịkpọ  nkụ\": [\n        {\n            \"word\": \"akpịliCịkpọ  nkụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"intense thirst\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"kpọbè ụkwụ\": [\n        {\n            \"word\": \"kpọbè ụkwụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"knock and cut, hurt, stub the toes\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"-kpọdo\": [\n        {\n            \"word\": \"-kpọdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"nail; fasten\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"-kpọdo n’obe\": [\n        {\n            \"word\": \"-kpọdo n’obe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"crucify; nail on cross\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"-kpọgbu\": [\n        {\n            \"word\": \"-kpọgbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"crucify; kill by nailing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"Onye a kpògbùlù n’obe -kpọ isi ànì\": [\n        {\n            \"word\": \"Onye a kpògbùlù n’obe -kpọ isi ànì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"The Crucified\",\n                \"kneel and touch ground with head in humiliation and entreaty\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"-kpọji\": [\n        {\n            \"word\": \"-kpọji\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"chop across grain\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"-kpọmì\": [\n        {\n            \"word\": \"-kpọmì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"knock in (nail, peg, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"-kpọmìna\": [\n        {\n            \"word\": \"-kpọmìna\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fasten; knock completely in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"-kpọ mkpụkpọ\": [\n        {\n            \"word\": \"-kpọ mkpụkpọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"to drive (a peg into the earth) Anà m èje ịkpọ  mkụkpọ n’okè mụ nà Ịbā I am going to put pegs along the boundary between Ịba and myself\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"-kpọ n’ùbu\": [\n        {\n            \"word\": \"-kpọ n’ùbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shrug the shoulders\",\n                \"shrug shoulders\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àdâ kpòlù n’ùbu ogè m gwasịlị ya ife ị sī kà m gwa yā\",\n                    \"english\": \"Ada shrugged her shoulders after my delivering your message to her\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\",\n                \"ùbu\"\n            ]\n        }\n    ],\n    \"-kpọnye\": [\n        {\n            \"word\": \"-kpọnye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"nail; drive a peg or skewer\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"-kpọ òmìmì\": [\n        {\n            \"word\": \"-kpọ òmìmì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dive\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\",\n                \"òmìmì\"\n            ]\n        }\n    ],\n    \"-kpọpu\": [\n        {\n            \"word\": \"-kpọpu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"force open; open by perforating with pointed object; break ground (as shoot)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"-kpọ ụkwụ\": [\n        {\n            \"word\": \"-kpọ ụkwụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stub the toes\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\",\n                \"ụkwụ\"\n            ]\n        }\n    ],\n    \"-kpọ ụgbà\": [\n        {\n            \"word\": \"-kpọ ụgbà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"turn a somersault\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"-kpọwa isi\": [\n        {\n            \"word\": \"-kpọwa isi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"part the hair\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"-kpọwalụ\": [\n        {\n            \"word\": \"-kpọwalụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rush, run away (permanently; one is less likely to come back than with -kpọwa, which simply means run away)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"-kpọ ùtabà\": [\n        {\n            \"word\": \"-kpọ ùtabà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take snuff\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\",\n                \"ùtabà\"\n            ]\n        }\n    ],\n    \"anya mkpọ\": [\n        {\n            \"word\": \"anya mkpọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"blindness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"-kpọ ute\": [\n        {\n            \"word\": \"-kpọ ute\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"buy mat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\",\n                \"ute\"\n            ]\n        }\n    ],\n    \"-kpọ ìfulu#\": [\n        {\n            \"word\": \"-kpọ ìfulu#\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"blossom; flower (compare -kpọ ìgùgù)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"-kpọcha\": [\n        {\n            \"word\": \"-kpọcha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"clear; clean by burning Jèe kwànwue ọkụ a gà-èji kpọcha atụlụ  a nà-àkwadebe igbu#Go and make the fire with which the hair of the sheep that is about to be slaughtered will be burned off\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"mkpọcha\": [\n        {\n            \"word\": \"mkpọcha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"burning\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"-kpọnye ọkụ\": [\n        {\n            \"word\": \"-kpọnye ọkụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"build up a fire; set fire to; burn off with fire Ànyqị chòlù ịkpọ  ewu ọkụ We want to burn off (the hair of) a goat\",\n                \"build up fire; set fire to\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\",\n                \"ọkụ\"\n            ]\n        }\n    ],\n    \"`\": [\n        {\n            \"word\": \"`\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"Anà m èje ịkpọ nye ọkụ a gà-èji mị azù ndù afù I am going to build up the fire with which the fresh fish will be dried\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"-gbakpọ\": [\n        {\n            \"word\": \"-gbakpọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"break (by itself) Àkwa àgbakpọgo The egg has broken (e.g. while being boiled)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"-kpọlì\": [\n        {\n            \"word\": \"-kpọlì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"grind dry thing (not thoroughly); break into splinters or pieces\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"mkpọlì\": [\n        {\n            \"word\": \"mkpọlì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"grinding\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"-kpọsị\": [\n        {\n            \"word\": \"-kpọsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rub, pluck off grains from cob, etc.\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\"\n            ]\n        }\n    ],\n    \"-kpọsị ọkà\": [\n        {\n            \"word\": \"-kpọsị ọkà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rub off grains from cob\",\n                \"rub off grains of corn from cob\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\",\n                \"ọkà\"\n            ]\n        }\n    ],\n    \"-kpọ ùbọ\": [\n        {\n            \"word\": \"-kpọ ùbọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"play musical instrument (sansa, guitar, organ)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ\",\n                \"ùbọ\"\n            ]\n        }\n    ],\n    \"-kpọ-kọ\": [\n        {\n            \"word\": \"-kpọ-kọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"-kpo(-kọ) (result of assimilation)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mkpọlè\": [\n        {\n            \"word\": \"mkpọlè\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"rolling\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ-lè\"\n            ]\n        }\n    ],\n    \"-kpọlèdà\": [\n        {\n            \"word\": \"-kpọlèdà\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"roll down\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ-lè\"\n            ]\n        }\n    ],\n    \"-kpọlèfèga\": [\n        {\n            \"word\": \"-kpọlèfèga\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"roll across\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ-lè\"\n            ]\n        }\n    ],\n    \"-kpọlègota\": [\n        {\n            \"word\": \"-kpọlègota\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"roll up (of an object that rolls)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ-lè\"\n            ]\n        }\n    ],\n    \"-kpọlèpù\": [\n        {\n            \"word\": \"-kpọlèpù\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"roll away, off Òlòma naàbò àkpọlèpùgo Two oranges have rolled away\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpọ-lè\"\n            ]\n        }\n    ],\n    \"-kpọ-lè\": [\n        {\n            \"word\": \"-kpọ-lè\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"roll (of objects; compare -tụlù)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"kpọm\": [\n        {\n            \"word\": \"kpọm\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"kpọò!\": [\n        {\n            \"word\": \"kpọò!\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"no! (compare mbà)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-nakpu\": [\n        {\n            \"word\": \"-nakpu\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"go in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpu\",\n                \"-na\"\n            ]\n        }\n    ],\n    \"-kpu\": [\n        {\n            \"word\": \"-kpu\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kpùchibìdo\": [\n        {\n            \"word\": \"-kpùchibìdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shut in or out; confine by shutting up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpù\"\n            ]\n        }\n    ],\n    \"-kpùchi ọnụ\": [\n        {\n            \"word\": \"-kpùchi ọnụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hush; shut one’s mouth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpù\"\n            ]\n        }\n    ],\n    \"-kpùchita\": [\n        {\n            \"word\": \"-kpùchita\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cover up; shut up; shut; cover\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpù\"\n            ]\n        }\n    ],\n    \"-kpùdo\": [\n        {\n            \"word\": \"-kpùdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cover; use one thing to cover up another\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpù\"\n            ]\n        }\n    ],\n    \"mkpùdo\": [\n        {\n            \"word\": \"mkpùdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"covering\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpù\"\n            ]\n        }\n    ],\n    \"-kpù enu ụnò\": [\n        {\n            \"word\": \"-kpù enu ụnò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"roof a house\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpù\"\n            ]\n        }\n    ],\n    \"-kpùghe\": [\n        {\n            \"word\": \"-kpùghe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"uncover; reveal\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpù\"\n            ]\n        }\n    ],\n    \"-kpù mmụọ\": [\n        {\n            \"word\": \"-kpù mmụọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"put on a mask\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpù\"\n            ]\n        }\n    ],\n    \"-kpù òkpu\": [\n        {\n            \"word\": \"-kpù òkpu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"put on, wear hat, cap\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpù\",\n                \"òkpu\"\n            ]\n        }\n    ],\n    \"-kpù òkpu ezè\": [\n        {\n            \"word\": \"-kpù òkpu ezè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wear crown\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpù\",\n                \"òkpu\"\n            ]\n        }\n    ],\n    \"-kpù òkpu ogwu#\": [\n        {\n            \"word\": \"-kpù òkpu ogwu#\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wear crown of thorns\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpù\"\n            ]\n        }\n    ],\n    \"-kpùpù\": [\n        {\n            \"word\": \"-kpùpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"uncover; take off (hat, cap, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpù\"\n            ]\n        }\n    ],\n    \"-kpùpù akwà\": [\n        {\n            \"word\": \"-kpùpù akwà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take off coverlet\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpù\"\n            ]\n        }\n    ],\n    \"-kpùpù òkpu\": [\n        {\n            \"word\": \"-kpùpù òkpu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"remove hat, cap, etc.\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpù\"\n            ]\n        }\n    ],\n    \"-sikpù\": [\n        {\n            \"word\": \"-sikpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cover\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpù\"\n            ]\n        }\n    ],\n    \"nsikpù\": [\n        {\n            \"word\": \"nsikpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"obscuring (e.g. of sun)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpù\"\n            ]\n        }\n    ],\n    \"C.\": [\n        {\n            \"word\": \"C.\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"overturn; capsize\",\n                \"cry (of animals and birds) Oko òkpà kwàlù The cock crowed Ugòlo òmà nà-àkwa The crows are cawing Àkìlị nà-àkwa Frogs croak\",\n                \"be very incapable, inefficient\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpù\",\n                \"-kwa\",\n                \"-nwụ\"\n            ]\n        }\n    ],\n    \"-kpù èkpù\": [\n        {\n            \"word\": \"-kpù èkpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"capsize; upset; overturn; sink\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpù\"\n            ]\n        }\n    ],\n    \"-kpù ụgbọ\": [\n        {\n            \"word\": \"-kpù ụgbọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"capsize a boat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpù\"\n            ]\n        }\n    ],\n    \"D.\": [\n        {\n            \"word\": \"D.\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be blind\",\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpù\",\n                \"-kwa\"\n            ]\n        }\n    ],\n    \"onye kpu#lu ìsì\": [\n        {\n            \"word\": \"onye kpu#lu ìsì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"blind person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpù\"\n            ]\n        }\n    ],\n    \"-kpù nónụ\": [\n        {\n            \"word\": \"-kpù nónụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"carry in the mouth; (fig.) be actually, still speaking Akpù m akụ nónụ  I am holding palm kernels in my mouth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpù\"\n            ]\n        }\n    ],\n    \"-kpù okwu nónụ\": [\n        {\n            \"word\": \"-kpù okwu nónụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be still speaking; be speaking (e.g. as contribution to debate or speeches during meeting)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ụnù eme zina mkpọtụ màkà nà mmadù kpù okwu nónụ\",\n                    \"english\": \"Stop making a noise, because somebody is speaking (usually during meetings)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpù\"\n            ]\n        }\n    ],\n    \"-kpù òkù nónụ\": [\n        {\n            \"word\": \"-kpù òkù nónụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"(colloq.) be smoking a pipe, cigarette, etc. colloq. Ibè kpù òkù nónụ  Ibe is smoking at present\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpù\"\n            ]\n        }\n    ],\n    \"-kpùba\": [\n        {\n            \"word\": \"-kpùba\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"abrade; abrade by scraping or dragging rough object over the surface or skin Ị   chòlù ịkpùbà m àrụ? Do you want to scrape my skin off?\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpù\"\n            ]\n        }\n    ],\n    \"-kpùcha\": [\n        {\n            \"word\": \"-kpùcha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"smooth; plane; scrape\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpù\"\n            ]\n        }\n    ],\n    \"-kpùchapù\": [\n        {\n            \"word\": \"-kpùchapù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"scrape out\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpù\"\n            ]\n        }\n    ],\n    \"-kpùchapùta\": [\n        {\n            \"word\": \"-kpùchapùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"scrape out completely\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpù\"\n            ]\n        }\n    ],\n    \"-kpù\": [\n        {\n            \"word\": \"-kpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"covering\",\n                \"lose flavour; be without flavour and go sour (of ògìlì ofe ); become bad Ògìli à kpùlù èkpù This ògìlì is sour\",\n                \"be plentiful (i.e. as common as òkwu in a village)\",\n                \"hold, carry (in mouth); sip\",\n                \"smoothing; shaving; scraping\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-kpù-kpù\": [\n        {\n            \"word\": \"-kpù-kpù\",\n            \"wordClass\": \"ADJ\",\n            \"definitions\": [\n                \"motion with hands for silence O kpukpùlù aka ọgè m nà-àkwadebe ikwu#ife ọ mèlù He tried to silence me by gesturing with his hand when I was about to reveal what he had done\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-me kpukpulukpu\": [\n        {\n            \"word\": \"-me kpukpulukpu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"become stiff, firm\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"kpukpulukpu\",\n                \"-me\"\n            ]\n        }\n    ],\n    \"kpukpulukpu\": [\n        {\n            \"word\": \"kpukpulukpu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stiffness; firmness ÒC bù ùdị ọyà gịnị  kà ỌjiCnà-ayà afọ yā jì kwe kpukpulukpu? What disease is Ọjị suffering from that his abdomen is so stiff and distended?\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kpụchìgha\": [\n        {\n            \"word\": \"-kpụchìgha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"draw back; lead back (animals)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpụ\"\n            ]\n        }\n    ],\n    \"-kpụdà\": [\n        {\n            \"word\": \"-kpụdà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pull down; move down\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpụ\"\n            ]\n        }\n    ],\n    \"-kpụdèbe\": [\n        {\n            \"word\": \"-kpụdèbe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"draw; come nearer Achòlù m kà ị kpụdèbe ọkụ I want you to draw near the fire\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpụ\"\n            ]\n        }\n    ],\n    \"-kpụdèbe n so\": [\n        {\n            \"word\": \"-kpụdèbe n so\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"draw, come near\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpụ\"\n            ]\n        }\n    ],\n    \"-kpụgo\": [\n        {\n            \"word\": \"-kpụgo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"draw, pull up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpụ\"\n            ]\n        }\n    ],\n    \"-kpụgonita\": [\n        {\n            \"word\": \"-kpụgonita\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"draw, pull up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpụ\"\n            ]\n        }\n    ],\n    \"-kpụkọ\": [\n        {\n            \"word\": \"-kpụkọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lead together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpụ\"\n            ]\n        }\n    ],\n    \"-kpụkò\": [\n        {\n            \"word\": \"-kpụkò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pull together; pack closely\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpụ\"\n            ]\n        }\n    ],\n    \"-kpụkọnata\": [\n        {\n            \"word\": \"-kpụkọnata\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lead home together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpụ\"\n            ]\n        }\n    ],\n    \"-kpụkònata\": [\n        {\n            \"word\": \"-kpụkònata\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pull together (e.g. branches which have been cut); compress; pack closely together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpụ\"\n            ]\n        }\n    ],\n    \"-kpụlụ\": [\n        {\n            \"word\": \"-kpụlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pull away; pull away with rope, take, lead (of animals)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Kèdụ ụbòsì ị gà-àbịa kpụlụ atụlụ gị?\",\n                    \"english\": \"What day are youcoming to take away your sheep?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpụ\"\n            ]\n        }\n    ],\n    \"-kpụmì\": [\n        {\n            \"word\": \"-kpụmì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"draw away; move further\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpụ\"\n            ]\n        }\n    ],\n    \"-kpụnìta\": [\n        {\n            \"word\": \"-kpụnìta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"draw within, nearer\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpụ\"\n            ]\n        }\n    ],\n    \"-kpụnita\": [\n        {\n            \"word\": \"-kpụnita\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"draw up; pull up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpụ\"\n            ]\n        }\n    ],\n    \"-kpụnye\": [\n        {\n            \"word\": \"-kpụnye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"creep, crawl, glide, pull into\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpụ\"\n            ]\n        }\n    ],\n    \"-kpụ ụkpụlụ\": [\n        {\n            \"word\": \"-kpụ ụkpụlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"mark, make trail (e.g. with the foot to mark out foundation)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpụ\"\n            ]\n        }\n    ],\n    \"-kpụ àkpụ = -kpụ\": [\n        {\n            \"word\": \"-kpụ àkpụ = -kpụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nwa m nwoke achọ rọ igbe igbe, ọ bù òkpụkpụ kà o jì ikè àkpụ\",\n                    \"english\": \"My little boy does not want to creep; he is pushing himself forward on his buttocks\"\n                },\n                {\n                    \"igbo\": \"Agwọ bù òfu níme anụ nā-akpụ ākpụ\",\n                    \"english\": \"The snake is one of the animals that move by gliding\"\n                },\n                {\n                    \"igbo\": \"Afùlù m onye oriì afù ogè ọ dàlù n’ànì wèlụ afọ ya na- àkpụ kà mmadụ wèlụ ghàlụ ịfụ ya\",\n                    \"english\": \"I saw the thief when he fell to the ground wriggling on his stomach in order to avoid being seen by people\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpụ\"\n            ]\n        }\n    ],\n    \"-kpụghalị\": [\n        {\n            \"word\": \"-kpụghalị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"creep; glide, wriggle about\",\n                \"refashion; remake; alter\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpụ\"\n            ]\n        }\n    ],\n    \"-kp’ụkònata\": [\n        {\n            \"word\": \"-kp’ụkònata\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"contract in size (of something long and flexible, e.g. snake or worm, when it draws body together before expanding)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpụ\"\n            ]\n        }\n    ],\n    \"-kpụpù\": [\n        {\n            \"word\": \"-kpụpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"creep, crawl, glide forth, out\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpụ\"\n            ]\n        }\n    ],\n    \"-kpụpùta\": [\n        {\n            \"word\": \"-kpụpùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"creep, crawl, glide out (to the open)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpụ\"\n            ]\n        }\n    ],\n    \"-kpụrụka\": [\n        {\n            \"word\": \"-kpụrụka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"move aside Bikō kpùrụkalụ m  Please move aside from me (i.e. without using legs)\",\n                \"drag, move to one side\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Kpùrụka ochē afù n’ụzò\",\n                    \"english\": \"Drag that chair out of the way\"\n                },\n                {\n                    \"igbo\": \"Gwa yā kà ọ kpụrụka m n’iru\",\n                    \"english\": \"Tell him to get out of my sight (literally drag himself out of my sight)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpụ\",\n                \"-rụ-ka\"\n            ]\n        }\n    ],\n    \"-kpụ aja\": [\n        {\n            \"word\": \"-kpụ aja\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make mud wall\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpụ\"\n            ]\n        }\n    ],\n    \"-kpụ egbè\": [\n        {\n            \"word\": \"-kpụ egbè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make a gun\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpụ\"\n            ]\n        }\n    ],\n    \"-kpụ mmà\": [\n        {\n            \"word\": \"-kpụ mmà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"manufacture cutlass\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpụ\",\n                \"mmà\"\n            ]\n        }\n    ],\n    \"-kpụ n dèlè\": [\n        {\n            \"word\": \"-kpụ n dèlè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make track\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpụ\"\n            ]\n        }\n    ],\n    \"-kpụ ụzụ\": [\n        {\n            \"word\": \"-kpụ ụzụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"work as blacksmith; make metal appliances in blacksmith’s workshop\",\n                \"work as blacksmith\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nnà m kpùlù uzụ ogè ọ dì n’ìkolobìà\",\n                    \"english\": \"My father worked as a blacksmith when he was a young man\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpụ\",\n                \"ụzụ\"\n            ]\n        }\n    ],\n    \"-kpụ àfù ọnụ\": [\n        {\n            \"word\": \"-kpụ àfù ọnụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shave beard\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpụ\"\n            ]\n        }\n    ],\n    \"-kpụ isi\": [\n        {\n            \"word\": \"-kpụ isi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shave hair-of head\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anà m èje ịkpụ isi\",\n                    \"english\": \"I am going to cut my hair\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpụ\"\n            ]\n        }\n    ],\n    \"òkpụ iìsi\": [\n        {\n            \"word\": \"òkpụ iìsi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shaver; barber\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpụ\"\n            ]\n        }\n    ],\n    \"òkpụ iìsi eliì ngo\": [\n        {\n            \"word\": \"òkpụ iìsi eliì ngo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"ring-worm of the head (literally barber who receives no pay)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpụ\"\n            ]\n        }\n    ],\n    \"-kpụ\": [\n        {\n            \"word\": \"-kpụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pulling; drawing\",\n                \"moulding; making; manufacturing\",\n                \"barbing; shaving\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-kpù-kpò\": [\n        {\n            \"word\": \"-kpù-kpò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"unroof; break up roof; be broken A gà-àkpụkpò ụnọ  ānyị ochiìè echi Our old house will be unroofed tomorrow\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpù-\"\n            ]\n        }\n    ],\n    \"-kpùkpòpù\": [\n        {\n            \"word\": \"-kpùkpòpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"unroof; break up roof; be broken\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kpù-\"\n            ]\n        }\n    ],\n    \"-kpù-\": [\n        {\n            \"word\": \"-kpù-\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"smile, laugh, chuckle, in a gentle way (as a sign of pleasure)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"KW\": [\n        {\n            \"word\": \"KW\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-mekwa\": [\n        {\n            \"word\": \"-mekwa\",\n            \"wordClass\": \"ADV\",\n            \"definitions\": [\n                \"do again\",\n                \"repair; please by an action; give a tip, small present Ọ sì nà ya amā ana mà ọ bụlụ nà fa eme kwatarọ ya He said he would not go if he was not pleased (i.e. if something was not done to please him)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-mekwata\"\n            ],\n            \"stems\": [\n                \"kwa\",\n                \"-kwa\"\n            ]\n        }\n    ],\n    \"-rikwa\": [\n        {\n            \"word\": \"-rikwa\",\n            \"wordClass\": \"ADV\",\n            \"definitions\": [\n                \"eat again\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"kwa\"\n            ]\n        }\n    ],\n    \"-kwa\": [\n        {\n            \"word\": \"kwa\",\n            \"wordClass\": \"ADV\",\n            \"definitions\": [\n                \"also; in addition to (additive, denoting repetition, emphasis, or an action in addition to an action previously mentioned; occurs after verbs and nominals) Jèkwa Go again `Kwèkwanụ u#kwe afù òzọ Please sing that song again Ònye kwa nụ bù n ke à?Who else is this? gịnị  kwọ bùdù n ke à? What is this again? O sìkwò ike He is very strong Ị biCarọkwọnụ akwụkwọ n nyàafù I’m sure you didn’t come to school yesterday\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"kwọ\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"òkwụkwa\": [\n        {\n            \"word\": \"òkwụkwa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"funeral\",\n                \"(from -kwa 2. B. keep funeral)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kwachakọ\": [\n        {\n            \"word\": \"-kwachakọ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"take away everything\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwa\"\n            ]\n        }\n    ],\n    \"-kwachi\": [\n        {\n            \"word\": \"-kwachi\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"move into place vacated by another\",\n                \"repair; patch (up) Kwàchielụ m  akwà m Patch my clothes for me\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwa\"\n            ]\n        }\n    ],\n    \"-kwachị\": [\n        {\n            \"word\": \"-kwachị\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"remove to another house\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwa\"\n            ]\n        }\n    ],\n    \"-kwadebe\": [\n        {\n            \"word\": \"-kwadebe\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"prepare; propose to do something\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwa\"\n            ]\n        }\n    ],\n    \"-kwadèbe\": [\n        {\n            \"word\": \"-kwadèbe\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"bring everything near\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwa\"\n            ]\n        }\n    ],\n    \"-kwado\": [\n        {\n            \"word\": \"-kwado\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"prepare; get ready; pack for journey Akwàdò m ije  afịa I am ready to go to market\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwa\"\n            ]\n        }\n    ],\n    \"-kwafè\": [\n        {\n            \"word\": \"-kwafè\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"move over; remove (belongings to another house)\",\n                \"push over\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwa\",\n                \"-kwà\"\n            ]\n        }\n    ],\n    \"nkwafè\": [\n        {\n            \"word\": \"nkwafè\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"transfer (by packing bag and baggage and going to another place)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwa\"\n            ]\n        }\n    ],\n    \"-kwaju\": [\n        {\n            \"word\": \"-kwaju\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"gather and fill; amass\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwa\"\n            ]\n        }\n    ],\n    \"-kwakọ\": [\n        {\n            \"word\": \"-kwakọ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"pack up; pack together Ànyị nà-àkwakọ ife ānyị ọnụ We are bringing our belongings together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwa\"\n            ]\n        }\n    ],\n    \"-kwakọbà\": [\n        {\n            \"word\": \"-kwakọbà\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"gather together (into); collect; prepare\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwa\"\n            ]\n        }\n    ],\n    \"-kwakọlụ\": [\n        {\n            \"word\": \"-kwakọlụ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"take, remove everything; pack away everything\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwa\"\n            ]\n        }\n    ],\n    \"-kwakọta\": [\n        {\n            \"word\": \"-kwakọta\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"pack things together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwa\"\n            ]\n        }\n    ],\n    \"-kwalụ\": [\n        {\n            \"word\": \"-kwalụ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"pack up Ọ kwàlù ife yā wèe naa He packed up and went home\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwa\"\n            ]\n        }\n    ],\n    \"-kwanye ọkụ\": [\n        {\n            \"word\": \"-kwanye ọkụ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"stir up a fire; accelerate a car (fig.) stir up (trouble): Ọ kwànyèlù nsògbu à He stirred up this crisis\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwa\"\n            ]\n        }\n    ],\n    \"-kwa obì\": [\n        {\n            \"word\": \"-kwa obì\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"settle (in a place) Akwāgo m obì n’Enugwu#I’ve settled in Enugu\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwa\"\n            ]\n        }\n    ],\n    \"-kwapù\": [\n        {\n            \"word\": \"-kwapù\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"clear out everything\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwa\"\n            ]\n        }\n    ],\n    \"-kwa ụzò\": [\n        {\n            \"word\": \"-kwa ụzò\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"open road (by clearing); prepare way\",\n                \"open road; prepare way\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwa\",\n                \"ụzò\"\n            ]\n        }\n    ],\n    \"-;kwakpọsị anya\": [\n        {\n            \"word\": \"-;kwakpọsị anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cry bitterly (literally blind oneself with tears)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwa\"\n            ]\n        }\n    ],\n    \"-kwa ozu\": [\n        {\n            \"word\": \"-kwa ozu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"perform burial ceremony; keep funeral A gà-àkwa ozu#echi A funeral will take place tomorrow\",\n                \"perform a funeral\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwa\",\n                \"ozu\"\n            ]\n        }\n    ],\n    \"-kwa mmààlù\": [\n        {\n            \"word\": \"-kwa mmààlù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"regret I gà-àkwalụ n kaà mmààlù You’ll regret this Ọ kwàlù mmààlù nà o mèlù ya He’s sorry he did it\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwa\"\n            ]\n        }\n    ],\n    \"-kwa ụkwalà\": [\n        {\n            \"word\": \"-kwa ụkwalà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cough\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Ònye nà-àkwa ụkwalà?\",\n                    \"english\": \"Who is coughing?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwa\",\n                \"ụkwalà\"\n            ]\n        }\n    ],\n    \"(ụkwalà) -kwa\": [\n        {\n            \"word\": \"(ụkwalà) -kwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"have a cough\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Ụkwalà ò nà-àkwa gī?\",\n                    \"english\": \"Do you have a cough?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwa\",\n                \"ụkwalà\"\n            ]\n        }\n    ],\n    \"-kwa (akwà)\": [\n        {\n            \"word\": \"-kwa (akwà)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sew (cloth)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwa\"\n            ]\n        }\n    ],\n    \"-kwakọdo\": [\n        {\n            \"word\": \"-kwakọdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sew together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwa\"\n            ]\n        }\n    ],\n    \"-kwa nga àgbà\": [\n        {\n            \"word\": \"-kwa nga àgbà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tie bandage under chin of a dead person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwa\"\n            ]\n        }\n    ],\n    \"-lụkwa\": [\n        {\n            \"word\": \"-lụkwa\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"repair\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwa\"\n            ]\n        }\n    ],\n    \"-nòkwalụ\": [\n        {\n            \"word\": \"-nòkwalụ\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"sit firm, well\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwa\"\n            ]\n        }\n    ],\n    \"kwa\": [\n        {\n            \"word\": \"-kwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pack; carry off; clear away\",\n                \"weep; cry; lament\",\n                \"cough\",\n                \"sewing\",\n                \"well; so as to restore good condition\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"kwà arò\": [\n        {\n            \"word\": \"kwà arò\",\n            \"wordClass\": \"PREP\",\n            \"definitions\": [\n                \"yearly; annually\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"kwà\"\n            ]\n        }\n    ],\n    \"kwà èfifìè\": [\n        {\n            \"word\": \"kwà èfifìè\",\n            \"wordClass\": \"PREP\",\n            \"definitions\": [\n                \"every midday\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"kwà\"\n            ]\n        }\n    ],\n    \"kwà mbòsì\": [\n        {\n            \"word\": \"kwà mbòsì\",\n            \"wordClass\": \"PREP\",\n            \"definitions\": [\n                \"daily\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"kwà\"\n            ]\n        }\n    ],\n    \"kwà mgbèdè\": [\n        {\n            \"word\": \"kwà mgbèdè\",\n            \"wordClass\": \"PREP\",\n            \"definitions\": [\n                \"every evening\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"kwà\",\n                \"mgbèdè\"\n            ]\n        }\n    ],\n    \"kwà ọnwa\": [\n        {\n            \"word\": \"kwà ọnwa\",\n            \"wordClass\": \"PREP\",\n            \"definitions\": [\n                \"monthly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"kwà\",\n                \"ọnwa\"\n            ]\n        }\n    ],\n    \"kwà ùchichì\": [\n        {\n            \"word\": \"kwà ùchichì\",\n            \"wordClass\": \"PREP\",\n            \"definitions\": [\n                \"nightly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"kwà\",\n                \"ùchichì\"\n            ]\n        }\n    ],\n    \"kwà ụbòsì\": [\n        {\n            \"word\": \"kwà ụbòsì\",\n            \"wordClass\": \"PREP\",\n            \"definitions\": [\n                \"every day; daily\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"kwà\",\n                \"ụbòsì\"\n            ]\n        }\n    ],\n    \"kwà ùtụtù\": [\n        {\n            \"word\": \"kwà ùtụtù\",\n            \"wordClass\": \"PREP\",\n            \"definitions\": [\n                \"every morning\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"kwà\"\n            ]\n        }\n    ],\n    \"kwà\": [\n        {\n            \"word\": \"kwà\",\n            \"wordClass\": \"PREP\",\n            \"definitions\": [\n                \"every evening\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkwùkwà\": [\n        {\n            \"word\": \"òkwùkwà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pushing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwà\"\n            ]\n        }\n    ],\n    \"-kwabànye\": [\n        {\n            \"word\": \"-kwabànye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"push in; hustle in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwà\"\n            ]\n        }\n    ],\n    \"kwabànye yā níme ụnò -kwadà\": [\n        {\n            \"word\": \"kwabànye yā níme ụnò -kwadà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hustle him inside the house\",\n                \"push down\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwà\"\n            ]\n        }\n    ],\n    \"-kwàdo\": [\n        {\n            \"word\": \"-kwàdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"support; hold up; stop from falling\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwà\"\n            ]\n        }\n    ],\n    \"-kwàghe\": [\n        {\n            \"word\": \"-kwàghe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"push open\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwà\"\n            ]\n        }\n    ],\n    \"-kwàkọ\": [\n        {\n            \"word\": \"-kwàkọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"push together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwà\"\n            ]\n        }\n    ],\n    \"-kwàkọ isi nísi\": [\n        {\n            \"word\": \"-kwàkọ isi nísi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"set people at loggerheads\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwà\"\n            ]\n        }\n    ],\n    \"-kwàkpọ\": [\n        {\n            \"word\": \"-kwàkpọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"overthrow; push down; demolish\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwà\"\n            ]\n        }\n    ],\n    \"-kwànị ọkụ\": [\n        {\n            \"word\": \"-kwànị ọkụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"(literally) fan fire\",\n                \"(fig.) instigate someone to do something\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwà\"\n            ]\n        }\n    ],\n    \"-kwànye\": [\n        {\n            \"word\": \"-kwànye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"push in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwà\"\n            ]\n        }\n    ],\n    \"-kwàtù\": [\n        {\n            \"word\": \"-kwàtù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"knock down; push down\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwà\"\n            ]\n        }\n    ],\n    \"-kwà ụzò\": [\n        {\n            \"word\": \"-kwà ụzò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"open a road; prepare way\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwà\"\n            ]\n        }\n    ],\n    \"\": [\n        {\n            \"word\": \"\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"Òlili nà ònụnụ diCnébe à n nyàafù akwàgo giC You have missed the feasting that took place here yesterday\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwà\"\n            ]\n        }\n    ],\n    \"-kwàcha\": [\n        {\n            \"word\": \"-kwàcha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"slip off and fall down\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwà\"\n            ]\n        }\n    ],\n    \"òkwa òjà\": [\n        {\n            \"word\": \"òkwa òjà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"piper; flute-player\",\n                \"whistle-player\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwà\",\n                \"òjà\",\n                \"òkwà\"\n            ]\n        }\n    ],\n    \"-kwafù\": [\n        {\n            \"word\": \"-kwafù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"spill Ọ kwāfùlù mmiliì He spilt the water, or He poured away the water\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwà\"\n            ]\n        }\n    ],\n    \"-kwà\": [\n        {\n            \"word\": \"-kwà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"push\",\n                \"disappointment; missing (something) as a result of some\",\n                \"blow (e.g. pipe); sing\",\n                \"pour, spill (water, liquid)\",\n                \"regret; be sorry\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-kwacha àkwacha\": [\n        {\n            \"word\": \"-kwacha àkwacha\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"chip; scrape\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwa-cha\"\n            ]\n        }\n    ],\n    \"-kwacha ji (edè)\": [\n        {\n            \"word\": \"-kwacha ji (edè)\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"cut off roots of yam (cocoyam)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwa-cha\"\n            ]\n        }\n    ],\n    \"-kwa-cha\": [\n        {\n            \"word\": \"-kwa-cha\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"scrape; chip\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"kwalìkwatà\": [\n        {\n            \"word\": \"kwalìkwatà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kind of louse, very stubborn, found on clothes, pubic hair, etc. of habitually dirty persons ( Hausa, compare igwu louse)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-dakwàsị\": [\n        {\n            \"word\": \"-dakwàsị\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"fall upon (of thing) Ọ dākwàsì nénu ọche  It fell on the chair Ọ nọ kwàsì nénu ikpo akwụ  She sits on the heap of palmnuts O biìkwàsì yà aka He lays his hands on him\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwà-sa\"\n            ]\n        }\n    ],\n    \"-kwà-sa\": [\n        {\n            \"word\": \"-kwà-sa\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"see -kwà-sị 1.\",\n                \"upon; on\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-kwà-sị \",\n                \"-kwà-sa\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"-mekwàsị\": [\n        {\n            \"word\": \"-mekwàsị\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"do again\",\n                \"repeat (action)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwà-sị\",\n                \"-me\"\n            ]\n        }\n    ],\n    \"-kwà-sị\": [\n        {\n            \"word\": \"-kwà-sị\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"speak again\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkwukwe\": [\n        {\n            \"word\": \"òkwukwe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"agreement; assent; obedience (from -kwe 1. agree)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kwekọ\": [\n        {\n            \"word\": \"-kwekọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"agree together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwe\"\n            ]\n        }\n    ],\n    \"nkwekọ\": [\n        {\n            \"word\": \"nkwekọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"agreement; harmony\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwe\"\n            ]\n        }\n    ],\n    \"-kwekọlịta\": [\n        {\n            \"word\": \"-kwekọlịta\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"come to an agreement Ànyị èkwekọlịtago We have come to an agreement\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwe\"\n            ]\n        }\n    ],\n    \"-kwelụ\": [\n        {\n            \"word\": \"-kwelụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"accept\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwe\"\n            ]\n        }\n    ],\n    \"-kwe nísi\": [\n        {\n            \"word\": \"-kwe nísi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"nod the head\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwe\"\n            ]\n        }\n    ],\n    \"-kwenye\": [\n        {\n            \"word\": \"-kwenye\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"agree; allow\",\n                \"agree with Ị   kwenyego nífe ànyị kwùlù? Do you agree with what we said?\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwe\",\n                \"-nyefè\"\n            ]\n        }\n    ],\n    \"-kwenyelụ\": [\n        {\n            \"word\": \"-kwenyelụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"agree with\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwe\"\n            ]\n        }\n    ],\n    \"-kwesị\": [\n        {\n            \"word\": \"-kwesị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"deserve; be fitting; be suitable; correspond\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwe\"\n            ]\n        }\n    ],\n    \"òkwùkwe\": [\n        {\n            \"word\": \"òkwùkwe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"belief; faith\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwe\"\n            ]\n        }\n    ],\n    \"ùkwe\": [\n        {\n            \"word\": \"ùkwe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"song; hymn\",\n                \"assent (= òkwukwe) (-kwe 1. agree)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-kwerùbe\": [\n        {\n            \"word\": \"-kwerùbe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shake (e.g. bottle of oil)\",\n                \"shake thoroughly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwe\",\n                \"-rù-be\"\n            ]\n        }\n    ],\n    \"nkweko akā\": [\n        {\n            \"word\": \"nkweko akā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wrist\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwe\"\n            ]\n        }\n    ],\n    \"-kwe ọnụ\": [\n        {\n            \"word\": \"-kwe ọnụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"offer (a price)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwe\"\n            ]\n        }\n    ],\n    \"-kwe ọnyà\": [\n        {\n            \"word\": \"-kwe ọnyà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"set (rope, wire) trap\",\n                \"set trap\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwe\",\n                \"ọnyà\"\n            ]\n        }\n    ],\n    \"-kwe ụta\": [\n        {\n            \"word\": \"-kwe ụta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"string a bow\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwe\",\n                \"ụta\"\n            ]\n        }\n    ],\n    \"-kwezi ụta\": [\n        {\n            \"word\": \"-kwezi ụta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"re-string a bow\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwe\",\n                \"ụta\",\n                \"-zi\"\n            ]\n        }\n    ],\n    \"-kwe\": [\n        {\n            \"word\": \"-kwe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"believe; agree; obey; be willing; permit Nwoke afù kwèsìlì ịjā ike The man deserves praise\",\n                \"sing hymns, songs in chorus\",\n                \"lay hold of\",\n                \"lower (price)\",\n                \"set, prepare for use (something involving strings)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òkwukwo\": [\n        {\n            \"word\": \"òkwukwo\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"plucking\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwo\"\n            ]\n        }\n    ],\n    \"-kwo eze\": [\n        {\n            \"word\": \"-kwo eze\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"take out, extract teeth; lose tooth (teeth)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwo\"\n            ]\n        }\n    ],\n    \"-kwosị ugbènè\": [\n        {\n            \"word\": \"-kwosị ugbènè\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"pluck feathers\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwo\"\n            ]\n        }\n    ],\n    \"-dàkwo\": [\n        {\n            \"word\": \"-dàkwo\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"(of fruit) fall from tree before it is ripe\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwo\"\n            ]\n        }\n    ],\n    \"-kakwo\": [\n        {\n            \"word\": \"-kakwo\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"(especially of fruits) pluck prematurely\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwo\"\n            ]\n        }\n    ],\n    \"-takwo\": [\n        {\n            \"word\": \"-takwo\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"(of fruits) eat unripe Ọ nà-àtakwo ugiliì acharọ  àcha She is eating an unripe wild mango\",\n                \"bite off prematurely eat or chew unripe fruit; bite off\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Agū nà-àtakwo mangō ācharō acha\",\n                    \"english\": \"Agụ is eating unripe mango\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwo\",\n                \"-ta\"\n            ]\n        }\n    ],\n    \"-kwo\": [\n        {\n            \"word\": \"-kwo\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"pluck, extract forcibly or prematurely; remove from position (e.g. fruit, foetus) prematurely\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kwòbà\": [\n        {\n            \"word\": \"-kwòbà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rush in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwò\"\n            ]\n        }\n    ],\n    \"-kwòbàta\": [\n        {\n            \"word\": \"-kwòbàta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rush in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwò\"\n            ]\n        }\n    ],\n    \"-kwò èkwò\": [\n        {\n            \"word\": \"-kwò èkwò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rush in numbers\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwò\"\n            ]\n        }\n    ],\n    \"-kwòjili\": [\n        {\n            \"word\": \"-kwòjili\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rush violently\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwò\"\n            ]\n        }\n    ],\n    \"-kwò ọnwụ\": [\n        {\n            \"word\": \"-kwò ọnwụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be at point of death; struggle with death\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwò\",\n                \"ọnwụ\"\n            ]\n        }\n    ],\n    \"-kwòpù\": [\n        {\n            \"word\": \"-kwòpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rush out\",\n                \"put down from the back something carried on it\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwò\"\n            ]\n        }\n    ],\n    \" mmili nā-ekwō èkwò\": [\n        {\n            \"word\": \" mmili nā-ekwō èkwò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tap or stream where there is a rush of people wishing to fetch water\",\n                \"fast-flowing stream, river, water-way\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwò\"\n            ]\n        }\n    ],\n    \"(mmiliì) -kwò\": [\n        {\n            \"word\": \"(mmiliì) -kwò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"undergo a rush of people anxious to fetch water (of a stream)\",\n                \"rush, flow rapidly (of water-way, stream)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwò\"\n            ]\n        }\n    ],\n    \"(pọmpù) -kwò\": [\n        {\n            \"word\": \"(pọmpù) -kwò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be surrounded by anxious, pushing crowd trying to get water (of tap)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwò\"\n            ]\n        }\n    ],\n    \"-kwò ìlìlò\": [\n        {\n            \"word\": \"-kwò ìlìlò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"uproot a plant\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwò\"\n            ]\n        }\n    ],\n    \"-kwò ụla\": [\n        {\n            \"word\": \"-kwò ụla\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"snore\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwò\"\n            ]\n        }\n    ],\n    \"-kwòlụ\": [\n        {\n            \"word\": \"-kwòlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"carry on the back (e.g. child)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwò\"\n            ]\n        }\n    ],\n    \"-kwò nnwa\": [\n        {\n            \"word\": \"-kwò nnwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"carry child on the back Kwòlụ nnwā Carry the child on your back\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwò\"\n            ]\n        }\n    ],\n    \"-kwò nnwa n’àzụ\": [\n        {\n            \"word\": \"-kwò nnwa n’àzụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"carry child on the back\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwò\"\n            ]\n        }\n    ],\n    \"-kwò\": [\n        {\n            \"word\": \"-kwò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rushing\",\n                \"uproot\",\n                \"AV\",\n                \"carry on the back\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"kwọ\": [\n        {\n            \"word\": \"kwọ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see kwa\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkwụkwọ\": [\n        {\n            \"word\": \"òkwụkwọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"grinding; grating; sawing Fa nà-àkwọ osisi fa gbùlù n nyàafù They are sawing the tree they felled yesterday\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwọ\"\n            ]\n        }\n    ],\n    \"-kwọbè\": [\n        {\n            \"word\": \"-kwọbè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"saw asunder Ànyqị chòlù ijiì mmà ọdụ  kwọbè osisi dāchilị ụzò We want to saw asunder the tree which fell across the road\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwọ\"\n            ]\n        }\n    ],\n    \"-kwọcha\": [\n        {\n            \"word\": \"-kwọcha\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"file\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwọ\"\n            ]\n        }\n    ],\n    \"-kwọcha isi\": [\n        {\n            \"word\": \"-kwọcha isi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be bald\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwọ\"\n            ]\n        }\n    ],\n    \"onye isi nkwọcha\": [\n        {\n            \"word\": \"onye isi nkwọcha\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bald-headed person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwọ\"\n            ]\n        }\n    ],\n    \"-kwọjipù\": [\n        {\n            \"word\": \"-kwọjipù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"saw off\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwọ\"\n            ]\n        }\n    ],\n    \"-kwọ mụlụmụlụ\": [\n        {\n            \"word\": \"-kwọ mụlụmụlụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be smooth (of stone); be very smooth and shining\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwọ\"\n            ]\n        }\n    ],\n    \"-kwọ osè\": [\n        {\n            \"word\": \"-kwọ osè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"grind pepper Ọ nà-àkwọ osè She is grinding pepper\",\n                \"grind pepper\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwọ\",\n                \"osè\"\n            ]\n        }\n    ],\n    \"n kwọ òsè\": [\n        {\n            \"word\": \"n kwọ òsè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pepper-grinder (stone, machine, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwọ\"\n            ]\n        }\n    ],\n    \"-kwọ ọkà\": [\n        {\n            \"word\": \"-kwọ ọkà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"grind corn Ị   nà-àkwọ ọkà ị gà-èji me nni ọkà? Are you grinding the corn with which to prepare pap?\",\n                \"grind corn\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwọ\",\n                \"ọkà\"\n            ]\n        }\n    ],\n    \"-kwọpìà\": [\n        {\n            \"word\": \"-kwọpìà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"grind to little bits or pulp; crush; mash\",\n                \"be smashed (by lorry)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-kwọpịa\"\n            ],\n            \"stems\": [\n                \"-kwọ\",\n                \"-pịa\"\n            ]\n        }\n    ],\n    \"(motò) -kwọpìà\": [\n        {\n            \"word\": \"(motò) -kwọpìà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be crushed (by lorry or any vehicle) Motò gà-àkwọpiCa giCisi otù ụbòsì màkà nà ị diCachàlụ motò òfụma A lorry will crush your head one day because you never give way properly to lorries\",\n                \"be crushed (by motor vehicle)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwọ\",\n                \"motò\"\n            ]\n        }\n    ],\n    \"-kwọzè\": [\n        {\n            \"word\": \"-kwọzè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"grind to pulp; reduce by grinding\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwọ\"\n            ]\n        }\n    ],\n    \"kwọzè\": [\n        {\n            \"word\": \"kwọzè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(slang, usually among school-children) snack, small edibles like àkàlà, groundnuts, èlèlè, bought and eaten by school-children during the recess period by those who can afford it\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwọ\"\n            ]\n        }\n    ],\n    \"-ta kwọzè\": [\n        {\n            \"word\": \"-ta kwọzè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"eat such snacks\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwọ\"\n            ]\n        }\n    ],\n    \"-kwọ\": [\n        {\n            \"word\": \"-kwọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"grind; grate; saw; rub; (with aka as object) wash (hands)\",\n                \"scoop up (water)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òkwukwu\": [\n        {\n            \"word\": \"òkwukwu\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"speaking\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"-kwubì\": [\n        {\n            \"word\": \"-kwubì\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"end a speech Bikō, kwubìzịa okwu afù Please, end that speech\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"-kwubìdo\": [\n        {\n            \"word\": \"-kwubìdo\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"interrupt\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"-kwudebe\": [\n        {\n            \"word\": \"-kwudebe\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"cease speaking\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"-kwu ezi okwu#\": [\n        {\n            \"word\": \"-kwu ezi okwu#\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"speak the truth Ọ bù ezi okwu#kà m nà-èkwu I am speaking the truth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"-kwufìè\": [\n        {\n            \"word\": \"-kwufìè\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"speak wrongly, incorrectly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"-kwughalị\": [\n        {\n            \"word\": \"-kwughalị\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"say the opposite of what one said before\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"-kwujọ\": [\n        {\n            \"word\": \"-kwujọ\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"speak evil of\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"-kwukwàsị\": [\n        {\n            \"word\": \"-kwukwàsị\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"speak again\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"-kwulụ\": [\n        {\n            \"word\": \"-kwulụ\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"blaspheme; revile\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"-kwu mpụ\": [\n        {\n            \"word\": \"-kwu mpụ\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"talk at random\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\",\n                \"mpụ\"\n            ]\n        }\n    ],\n    \"-kwunyì\": [\n        {\n            \"word\": \"-kwunyì\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"overwhelm with talking I kwu#nyì m! You overwhelm me with talk!\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"-kwu òfegà\": [\n        {\n            \"word\": \"-kwu òfegà\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"talk in a flippant way\",\n                \"speak; utter words\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-kwu ofega -kwu okwu\"\n            ],\n            \"stems\": [\n                \"-kwu\",\n                \"òfegà\"\n            ]\n        }\n    ],\n    \"-kwu okwu alụ\": [\n        {\n            \"word\": \"-kwu okwu alụ\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"speak abominable word(s)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"-kwu okwu āsị\": [\n        {\n            \"word\": \"-kwu okwu āsị\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"speak falsehood\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\",\n                \"okwu\"\n            ]\n        }\n    ],\n    \"-kwu okwu azụ\": [\n        {\n            \"word\": \"-kwu okwu azụ\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"slander; back-bite Ọ nà-èkwu m  okwu āzụ He is talking about me behind my back\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"-kwu okwu ụ gha\": [\n        {\n            \"word\": \"-kwu okwu ụ gha\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"speak falsehood\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"-kwupù\": [\n        {\n            \"word\": \"-kwupù\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"speak out\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"-kwupùta\": [\n        {\n            \"word\": \"-kwupùta\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"speak out; confess O kwu#pùtago echìchè ya He has put forward his views\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"nkwupùta\": [\n        {\n            \"word\": \"nkwupùta\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"confession; profession (of faith, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"-kwusà(sị)\": [\n        {\n            \"word\": \"-kwusà(sị)\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"proclaim; declare; publish abroad\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"-kwusàsịba\": [\n        {\n            \"word\": \"-kwusàsịba\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"begin to spread news in all directions\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"-kwute\": [\n        {\n            \"word\": \"-kwute\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"make mention of\",\n                \"speak well\",\n                \"used in expression of form verb + -ta + noun + ọnū, denoting great ability to, much, a high degree of\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Ọ nà-èkwute okwū\",\n                    \"english\": \"He is a good speaker\"\n                },\n                {\n                    \"igbo:\": \"Ọ nà-èkwute okwū ọnū ya\",\n                    \"english\": \"She is an eloquent speaker\"\n                },\n                {\n                    \"igbo:\": \"Ọ màtà(lù) mmā ọnū ya\",\n                    \"english\": \"She is extremely beautiful\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\",\n                \"-ta \"\n            ]\n        }\n    ],\n    \"-kwutò\": [\n        {\n            \"word\": \"-kwutò\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"slander; speak evil of\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-kwutì\"\n            ],\n            \"stems\": [\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"Ekwu#tòsì\": [\n        {\n            \"word\": \"Ekwu#tòsì\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"female name (literally Don’t slander)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"nkwutò\": [\n        {\n            \"word\": \"nkwutò\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"evil-speaking\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"-kwuwa\": [\n        {\n            \"word\": \"-kwuwa\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"speak plainly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"-kwuwapù\": [\n        {\n            \"word\": \"-kwuwapù\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"speak out plainly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"Chinèekwu\": [\n        {\n            \"word\": \"Chinèekwu\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"female name (literally It is God who speaks, i.e. it is God who says what will happen)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"okwu\": [\n        {\n            \"word\": \"okwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"word; speech; affair; matter; dispute; quarrel\",\n                \"cover; lid; stopper; cork (from -kwu 2. cover)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bikō rapū m aka màkà nà okwu adīrọ n’ètitì mụ nà gị!\",\n                    \"english\": \"Please leave me alone, since there is no quarrel between us\"\n                }\n            ],\n            \"variations\": [\n                \"ọkwụ\"\n            ],\n            \"stems\": []\n        }\n    ],\n    \"òka e kwukwu\": [\n        {\n            \"word\": \"òka e kwukwu\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"chatterbox\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"ọnụ nā-ekwulụ +\": [\n        {\n            \"word\": \"ọnụ nā-ekwulụ +\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"spokesman\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"ọnụ nā-ekwulụ\": [\n        {\n            \"word\": \"ọnụ nā-ekwulụ\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"our spokesman\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"ānyị\": [\n        {\n            \"word\": \"ānyị\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọjì bù ọnụ nā-ekwulụ ānyị\",\n                    \"english\": \"Ọjị is our spokesman\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"ọnụ nā-ekwulụ òrà -kwuchi\": [\n        {\n            \"word\": \"ọnụ nā-ekwulụ òrà -kwuchi\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"spokesman of the public, all\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"nkwuchi\": [\n        {\n            \"word\": \"nkwuchi\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"cork; covering\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"-kwuchi ọnụ\": [\n        {\n            \"word\": \"-kwuchi ọnụ\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"cover, plug hole, mouth, opening\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"okwuchi\": [\n        {\n            \"word\": \"okwuchi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cork; stopper; lid (compare okwu 2.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ọkwụchi\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"-kwụghe -chèkwube\": [\n        {\n            \"word\": \"-kwụghe -chèkwube\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"open; uncover Chèkwube Chine kè Trust in God\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"-gbakwu(te)\": [\n        {\n            \"word\": \"-gbakwu(te)\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"run towards, to\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-\"\n            ],\n            \"stems\": [\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"gbakurịta\": [\n        {\n            \"word\": \"gbakurịta\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-àgbakwu nne ya\",\n                    \"english\": \"She is running to her mother\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"-jekwu\": [\n        {\n            \"word\": \"-jekwu\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"go to; towards Achò m ije kwu nnà m I want to go to my father\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"-kpụkwu\": [\n        {\n            \"word\": \"-kpụkwu\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"move, crawl towards Ọ nà-àkpụkwu nwa nne  ya She is moving towards her sister\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"-mùkwù\": [\n        {\n            \"word\": \"-mùkwù\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"read more (of) Ọ chò ịmùkwù akwụkwọ She wants to study further\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"-nụlụkwu\": [\n        {\n            \"word\": \"-nụlụkwu\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"drink more of Nùlụkwue mmiìli Drink more water\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"-wètakwu\": [\n        {\n            \"word\": \"-wètakwu\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"bring more (of) Wètakwuelụ m  mmadù naàbò Bring me two more persons\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu\"\n            ]\n        }\n    ],\n    \"-kwu\": [\n        {\n            \"word\": \"-kwu\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"speak\",\n                \"cork; stopper\",\n                \"trust in\",\n                \"eat more\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-kwu-\",\n                \"-kwụ-\",\n                \"-kwu \",\n                \"-ku\"\n            ],\n            \"stems\": []\n        }\n    ],\n    \"-kwùchi\": [\n        {\n            \"word\": \"-kwùchi\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"close (opening)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwù-\"\n            ]\n        }\n    ],\n    \"-kwùchikpò\": [\n        {\n            \"word\": \"-kwùchikpò\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"cover in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwù-\"\n            ]\n        }\n    ],\n    \"-kwùghepù\": [\n        {\n            \"word\": \"-kwùghepù\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"uncover\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwù-\"\n            ]\n        }\n    ],\n    \"-kwùpù\": [\n        {\n            \"word\": \"-kwùpù\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"uncork (a bottle, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwù-\"\n            ]\n        }\n    ],\n    \"-kwù-\": [\n        {\n            \"word\": \"-kwù-\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"cover; cover with lid; invert\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Kwùchie ìte siì nókụ\",\n                    \"english\": \"Cover the pot on the fire\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kwukọnye\": [\n        {\n            \"word\": \"-kwukọnye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"join, piece together\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-\"\n            ],\n            \"stems\": [\n                \"-kwu-do\"\n            ]\n        }\n    ],\n    \"kwụkọnye\": [\n        {\n            \"word\": \"kwụkọnye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwu-do\"\n            ]\n        }\n    ],\n    \"-kwu-do\": [\n        {\n            \"word\": \"-kwu-do\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"meet\",\n                \"join, piece together\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-kwu-kọ\",\n                \"-kwụ-kọ\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"-kwùkwù aka\": [\n        {\n            \"word\": \"-kwùkwù aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"clench, close the hand\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwù-kwù\"\n            ]\n        }\n    ],\n    \"-kwù-kwù\": [\n        {\n            \"word\": \"-kwù-kwù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hold together, clench (of hand)\",\n                \"be foolish\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-me kwùlìkwùlì\": [\n        {\n            \"word\": \"-me kwùlìkwùlì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"behave like a harmless madman\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"kwùlìkwùlì\",\n                \"-me\"\n            ]\n        }\n    ],\n    \"kwùlìkwùlì\": [\n        {\n            \"word\": \"kwùlìkwùlì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọnwa kwùlu ọnwā\": [\n        {\n            \"word\": \"ọnwa kwùlu ọnwā\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"month after month\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"kwùlu\"\n            ]\n        }\n    ],\n    \"arò kwùlu arò\": [\n        {\n            \"word\": \"arò kwùlu arò\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"year after year\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"kwùlu\"\n            ]\n        }\n    ],\n    \"nnù kwùlu nnù\": [\n        {\n            \"word\": \"nnù kwùlu nnù\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"thousands upon thousands; million(s) Nnù kwùlu nnù ndi be ānyị nà-èje Òbòdò Oyìbo kwà arò Thousands of our people go to Europe each year\",\n                \"innumerable; myriads; one million\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"kwùlu\",\n                \"nnù\"\n            ]\n        }\n    ],\n    \"kwùlu\": [\n        {\n            \"word\": \"kwùlu\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkwụkwụ\": [\n        {\n            \"word\": \"òkwụkwụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"paying Anà m àbịa ịkwụ  onye ọ bụnà dịkà ọlụ yā sìlì dị I am coming to pay everyone according to his work Ibì egō adā àdị ọlọ  kà òkwụkwụ yā Borrowing money is not usually as difficult as repaying it\",\n                \"jumping\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwụ\"\n            ]\n        }\n    ],\n    \"-kwụchìgha -kwụ ngò A.\": [\n        {\n            \"word\": \"-kwụchìgha -kwụ ngò A.\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pay back; repay; refund\",\n                \"pay bride-price\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwụ\"\n            ]\n        }\n    ],\n    \"òkwụkwụ ngò\": [\n        {\n            \"word\": \"òkwụkwụ ngò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"payment of bride-price\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwụ\",\n                \"ngò\"\n            ]\n        }\n    ],\n    \"-kwụta\": [\n        {\n            \"word\": \"-kwụta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"send payment (of debt or wages, to speaker) Ọ kwụ tagolụ m  ụgwọ o jì m She has sent payment of his debt to me\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwụ\"\n            ]\n        }\n    ],\n    \"-kwụ ụgwọ\": [\n        {\n            \"word\": \"-kwụ ụgwọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pay wages, debt Kwùa m  ụgwọ  m  Pay me my wages, or Pay your debt to me\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwụ\"\n            ]\n        }\n    ],\n    \"òkwụkwụ (ụgwọ )\": [\n        {\n            \"word\": \"òkwụkwụ (ụgwọ )\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"payment (of debt, wages)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwụ\"\n            ]\n        }\n    ],\n    \"akwụ cha\": [\n        {\n            \"word\": \"akwụ cha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"irredeemable; that which can never be completely repaid; debt\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwụ\"\n            ]\n        }\n    ],\n    \"akwụcha\": [\n        {\n            \"word\": \"akwụcha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"which can never be completely liquidated\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwụ\"\n            ]\n        }\n    ],\n    \"-kwụbìdo\": [\n        {\n            \"word\": \"-kwụbìdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"interfere; stand in the way of\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwụ\"\n            ]\n        }\n    ],\n    \"-kwụchi\": [\n        {\n            \"word\": \"-kwụchi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"resist; stand in front of; block someone’s view; replace; stand in for\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwụ\"\n            ]\n        }\n    ],\n    \"-kwụdèbe\": [\n        {\n            \"word\": \"-kwụdèbe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stand near\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwụ\"\n            ]\n        }\n    ],\n    \"-kwụlụ n’ùsòlò\": [\n        {\n            \"word\": \"-kwụlụ n’ùsòlò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be in a line, single file\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Kwùlụ nù n’ùsòlò\",\n                    \"english\": \"Stand in a line; or in single file\"\n                },\n                {\n                    \"igbo\": \"Mèe kà ụmù akwụkwọ kwụa n’ùsòlò\",\n                    \"english\": \"Make the students form a procession\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwụ\",\n                \"ùsòlò\"\n            ]\n        }\n    ],\n    \"-kwụlụ ọtọ\": [\n        {\n            \"word\": \"-kwụlụ ọtọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"(= -kwụ ọtọ)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwụ\"\n            ]\n        }\n    ],\n    \"-kwụ ọtọ\": [\n        {\n            \"word\": \"-kwụ ọtọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stand upright, straight\",\n                \"be right, upright, just\",\n                \"stand up\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Mmadù niīne kwụlụ ọtō\",\n                    \"english\": \"Would everybody stand up\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwụ\",\n                \"ọtọ\"\n            ]\n        }\n    ],\n    \"-kwụrube\": [\n        {\n            \"word\": \"-kwụrube\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stand around\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwụ\"\n            ]\n        }\n    ],\n    \"-kwụsị\": [\n        {\n            \"word\": \"-kwụsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stop; stay Ọ chò ịkwụ sị motò He wants to stop the car\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwụ\"\n            ]\n        }\n    ],\n    \"nkwụsị\": [\n        {\n            \"word\": \"nkwụsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"termination; abolition\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwụ\"\n            ]\n        }\n    ],\n    \"-kwụsi ike\": [\n        {\n            \"word\": \"-kwụsi ike\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stand firm\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwụ\"\n            ]\n        }\n    ],\n    \"-kwụ ụgbà\": [\n        {\n            \"word\": \"-kwụ ụgbà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"turn a somersault\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwụ\"\n            ]\n        }\n    ],\n    \"-kwụzi\": [\n        {\n            \"word\": \"-kwụzi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make straight\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwụ\"\n            ]\n        }\n    ],\n    \"akwụ do akwụdo\": [\n        {\n            \"word\": \"akwụ do akwụdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"instability; shakiness; that which is never stable\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwụ\"\n            ]\n        }\n    ],\n    \"-kwụba akwà\": [\n        {\n            \"word\": \"-kwụba akwà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hang up a cloth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwụ\"\n            ]\n        }\n    ],\n    \"-kwụfè\": [\n        {\n            \"word\": \"-kwụfè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"suspend; hang\",\n                \"jump over\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwụ\"\n            ]\n        }\n    ],\n    \"-kwụfèghalị\": [\n        {\n            \"word\": \"-kwụfèghalị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"swing; hang around\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwụ\"\n            ]\n        }\n    ],\n    \"-kwụgbu\": [\n        {\n            \"word\": \"-kwụgbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"kill by hanging\",\n                \"suffocate by smoke\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwụ\"\n            ]\n        }\n    ],\n    \"-kwụ ùdò\": [\n        {\n            \"word\": \"-kwụ ùdò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"commit suicide (by hanging); hang oneself\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwụ\",\n                \"ùdò\"\n            ]\n        }\n    ],\n    \"-kwụni\": [\n        {\n            \"word\": \"-kwụni\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rise (of mist, smoke, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-kwuni\"\n            ],\n            \"stems\": [\n                \"-kwụ\"\n            ]\n        }\n    ],\n    \"-kwụbà\": [\n        {\n            \"word\": \"-kwụbà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"jump in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwụ\"\n            ]\n        }\n    ],\n    \"-kwụdà\": [\n        {\n            \"word\": \"-kwụdà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lower; let down\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwụ\"\n            ]\n        }\n    ],\n    \"-kwụpù\": [\n        {\n            \"word\": \"-kwụpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"jump off\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwụ\"\n            ]\n        }\n    ],\n    \"-kwụtù\": [\n        {\n            \"word\": \"-kwụtù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"jump down\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-kwụ\"\n            ]\n        }\n    ],\n    \"-kwụ\": [\n        {\n            \"word\": \"-kwụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pay\",\n                \"stand (something); place\",\n                \"hang\",\n                \"be misty\",\n                \"jump\",\n                \"see -kwu\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"L\": [\n        {\n            \"word\": \"L\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òlịla\": [\n        {\n            \"word\": \"òlịla\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"a drinking\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-la\"\n            ]\n        }\n    ],\n    \"-lafọ\": [\n        {\n            \"word\": \"-lafọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"drink and leave some remaining\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-la\"\n            ]\n        }\n    ],\n    \"-lakwu\": [\n        {\n            \"word\": \"-lakwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"drink again, in addition, the remainder\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-la\"\n            ]\n        }\n    ],\n    \"-lalụ\": [\n        {\n            \"word\": \"-lalụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"drink a part\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-la\"\n            ]\n        }\n    ],\n    \"-la oke mmānya\": [\n        {\n            \"word\": \"-la oke mmānya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"drink to excess; get drunk\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-la\",\n                \"manya\",\n                \"oke\"\n            ]\n        }\n    ],\n    \"-lamì ụla\": [\n        {\n            \"word\": \"-lamì ụla\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fall fast asleep\",\n                \"fall deeply asleep\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-la\",\n                \"ụla\"\n            ]\n        }\n    ],\n    \"-larụ alarụ\": [\n        {\n            \"word\": \"-larụ alarụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"congeal, coagulate, curdle (e.g. oil)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-la\"\n            ]\n        }\n    ],\n    \"-larụ ụlā\": [\n        {\n            \"word\": \"-larụ ụlā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sleep\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-lụ ụla\"\n            ],\n            \"stems\": [\n                \"-la\"\n            ]\n        }\n    ],\n    \"-la\": [\n        {\n            \"word\": \"-la\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"drink\",\n                \"sleep\",\n                \"have coition with\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ chò ịlā ya\",\n                    \"english\": \"He wants to sleep with her\"\n                }\n            ],\n            \"variations\": [\n                \"-lụ\"\n            ],\n            \"stems\": []\n        }\n    ],\n    \"-làdà\": [\n        {\n            \"word\": \"-làdà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"soothe, rock (a baby)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-là\"\n            ]\n        }\n    ],\n    \"-làfù\": [\n        {\n            \"word\": \"-làfù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"seduce; deceive\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-là\"\n            ]\n        }\n    ],\n    \"nlafù\": [\n        {\n            \"word\": \"nlafù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"seduction; deceit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-là\"\n            ]\n        }\n    ],\n    \"-làpùta ile\": [\n        {\n            \"word\": \"-làpùta ile\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"put out the tongue\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-là\"\n            ]\n        }\n    ],\n    \"-là ùlà\": [\n        {\n            \"word\": \"-là ùlà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"entice; charm; persuade\",\n                \"seduce; entire; draw away\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-là\",\n                \"ùlà\"\n            ]\n        }\n    ],\n    \"-nwulàpù\": [\n        {\n            \"word\": \"-nwulàpù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"flash\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-là\",\n                \"-nwu\"\n            ]\n        }\n    ],\n    \"-telà\": [\n        {\n            \"word\": \"-telà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"rub flat\",\n                \"level; rub flat, straight, smooth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-là\",\n                \"-te\"\n            ]\n        }\n    ],\n    \"-là\": [\n        {\n            \"word\": \"-là\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"entice; seduce; deceive\",\n                \"stare at\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-la-cha\": [\n        {\n            \"word\": \"-la-cha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lick; eat (juicy fruit); drink (soup)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-lapado n’àrụ\": [\n        {\n            \"word\": \"-lapado n’àrụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stick to body\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-la-pa\"\n            ]\n        }\n    ],\n    \"-lapalụ n’àrụ\": [\n        {\n            \"word\": \"-lapalụ n’àrụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cling (to somebody)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-la-pa\"\n            ]\n        }\n    ],\n    \"-la-pa\": [\n        {\n            \"word\": \"-la-pa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stick to; cling to\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òlile\": [\n        {\n            \"word\": \"òlile\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"(art of) sale\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-le\"\n            ]\n        }\n    ],\n    \"-le (afịa) ọkshòm\": [\n        {\n            \"word\": \"-le (afịa) ọkshòm\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sell wares at an auction\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-le\"\n            ]\n        }\n    ],\n    \"-lebe (= -lesị)\": [\n        {\n            \"word\": \"-lebe (= -lesị)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sell to\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-le\"\n            ]\n        }\n    ],\n    \"-ledà\": [\n        {\n            \"word\": \"-ledà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sell cheaply\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-le\"\n            ]\n        }\n    ],\n    \"-lefọ\": [\n        {\n            \"word\": \"-lefọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sell, leaving some parts\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-le\"\n            ]\n        }\n    ],\n    \"-lefù\": [\n        {\n            \"word\": \"-lefù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sell into slavery\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-le\"\n            ]\n        }\n    ],\n    \"-lesị\": [\n        {\n            \"word\": \"-lesị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sell to\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ị mā elesị m#ewu gī?\",\n                    \"englsih\": \"Won’t you sell me your goat?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-le\"\n            ]\n        }\n    ],\n    \"-letò\": [\n        {\n            \"word\": \"-letò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be very rotten\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-le\"\n            ]\n        }\n    ],\n    \"-letòsị\": [\n        {\n            \"word\": \"-letòsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be completely rotten\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-le\"\n            ]\n        }\n    ],\n    \"-le ùle\": [\n        {\n            \"word\": \"-le ùle\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rot; be rotten; be corrupt; be lazy\",\n                \"be rotten, lazy, corrupt\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-le\",\n                \"ùle\"\n            ]\n        }\n    ],\n    \"-ledo\": [\n        {\n            \"word\": \"-ledo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"blaze out; catch fire\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-le\"\n            ]\n        }\n    ],\n    \"-leji\": [\n        {\n            \"word\": \"-leji\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut asunder by burning\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-le\"\n            ]\n        }\n    ],\n    \"-le ọkụ\": [\n        {\n            \"word\": \"-le ọkụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be hot, warm\",\n                \"brand with hot object; burn or touch with fire, hot object\",\n                \"be hot, warm; brand with hot object; burn or touch with fire or hot object\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àrụ gī nà-èle ọkū\",\n                    \"english\": \"Your body is hot\"\n                },\n                {\n                    \"igbo\": \"Ì nà-àchọ ilē m ọkụ?\",\n                    \"english\": \"Are you going to burn me?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-le\",\n                \"ọkụ\"\n            ]\n        }\n    ],\n    \"(ọkụ) -le\": [\n        {\n            \"word\": \"(ọkụ) -le\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be hurt or touched (by fire or hot object)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọkû lè m n’aka\",\n                    \"english\": \"I was burned on the hand\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-le\",\n                \"ọkụ\"\n            ]\n        }\n    ],\n    \"-le\": [\n        {\n            \"word\": \"-le\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sell\",\n                \"be rotten\",\n                \"brand with hot thing; burn, touch with fire or hot object; be hot\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òlìlè\": [\n        {\n            \"word\": \"òlìlè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fulfilling; coming to pass\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lè\"\n            ]\n        }\n    ],\n    \"-lèzù\": [\n        {\n            \"word\": \"-lèzù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fulfil; come to pass\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lè\"\n            ]\n        }\n    ],\n    \"-dị ìlè\": [\n        {\n            \"word\": \"-dị ìlè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"(of medicine or sorcery) be efficacious\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lè\"\n            ]\n        }\n    ],\n    \"(ọgwù) -lè\": [\n        {\n            \"word\": \"(ọgwù) -lè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"(of medicine or sorcery) be efficacious\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lè\"\n            ]\n        }\n    ],\n    \"-gbelè\": [\n        {\n            \"word\": \"-gbelè\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"loiter; creep about\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lè\"\n            ]\n        }\n    ],\n    \"-kpọlè\": [\n        {\n            \"word\": \"-kpọlè\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"roll along\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Afùlù m nyà kà ọ nà-àkpọlè bọòlù\",\n                    \"english\": \"I saw her rolling a ball\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-lè\"\n            ]\n        }\n    ],\n    \"-lè\": [\n        {\n            \"word\": \"-lè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fulfil; come to pass; (of medicine or sorcery) be efficacious\",\n                \"(used with movement) about; used only in\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àda nà-ègbelèghalị ebe a nà-èsi ōlili\",\n                    \"english\": \"Ada is hanging about where a feast is being prepared\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-degalụ letà\": [\n        {\n            \"word\": \"-degalụ letà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"write letter to\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"A gà-èdegalụ yā letà\",\n                    \"english\": \"He will be written a letter\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"letà\"\n            ]\n        }\n    ],\n    \"-delụ letà\": [\n        {\n            \"word\": \"-delụ letà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"write letter to; help write letter\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ànyị gà-èdelụ yā letà\",\n                    \"english\": \"We shall write him (a letter)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"letà\"\n            ]\n        }\n    ],\n    \"-nata letà\": [\n        {\n            \"word\": \"-nata letà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"receive letter\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"letà\",\n                \"-na\"\n            ]\n        }\n    ],\n    \"-za letà\": [\n        {\n            \"word\": \"-za letà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"reply to letter\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"letà\",\n                \"-za\"\n            ]\n        }\n    ],\n    \"-zìpù letà\": [\n        {\n            \"word\": \"-zìpù letà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"post, mail, dispatch, send out letter\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Agà m èzipù letà m echī\",\n                    \"english\": \"I shall dispatch my letter tomorrow\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"letà\"\n            ]\n        }\n    ],\n    \"òlili\": [\n        {\n            \"word\": \"òlili\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"meal; feast\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Òlili Nsọ\": [\n        {\n            \"word\": \"Òlili Nsọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"Holy Communion\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-li\"\n            ]\n        }\n    ],\n    \"Òbìàgèèliàkù\": [\n        {\n            \"word\": \"Òbìàgèèliàkù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"name for a girl born into a wealthy family\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-li\"\n            ]\n        }\n    ],\n    \"-li àrụ efè\": [\n        {\n            \"word\": \"-li àrụ efè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be at ease, free from care\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-èli àrụ efè\",\n                    \"english\": \"He is just resting quietly at home, or He is at ease\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-li\"\n            ]\n        }\n    ],\n    \"-lichapù\": [\n        {\n            \"word\": \"-lichapù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"eat up; devour\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-li\"\n            ]\n        }\n    ],\n    \"-lidà\": [\n        {\n            \"word\": \"-lidà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cause someone to spend all he has\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-li\"\n            ]\n        }\n    ],\n    \"-li èlèlè\": [\n        {\n            \"word\": \"-li èlèlè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"gain\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-li\"\n            ]\n        }\n    ],\n    \"-lifọ\": [\n        {\n            \"word\": \"-lifọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"eat and leave some remaining\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-li\"\n            ]\n        }\n    ],\n    \"-ligbu\": [\n        {\n            \"word\": \"-ligbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"defraud (otherwise than in trading)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-li\"\n            ]\n        }\n    ],\n    \"nligbu\": [\n        {\n            \"word\": \"nligbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cheating; fraud\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-li\"\n            ]\n        }\n    ],\n    \"-liju afọ\": [\n        {\n            \"word\": \"-liju afọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"eat to satiety\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-li\"\n            ]\n        }\n    ],\n    \"-likọ\": [\n        {\n            \"word\": \"-likọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"eat together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-li\"\n            ]\n        }\n    ],\n    \"-likpù\": [\n        {\n            \"word\": \"-likpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"overwhelm, swallow up (of water, mud, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-li\"\n            ]\n        }\n    ],\n    \"-likwu\": [\n        {\n            \"word\": \"-likwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"eat more\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-li\"\n            ]\n        }\n    ],\n    \"-li ǹgàlì\": [\n        {\n            \"word\": \"-li ǹgàlì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take bribe\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-li\",\n                \"ǹgàlì\"\n            ]\n        }\n    ],\n    \"-li ngō\": [\n        {\n            \"word\": \"-li ngō\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"accept a bribe\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-li\"\n            ]\n        }\n    ],\n    \"-li nni\": [\n        {\n            \"word\": \"-li nni\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"eat food; feed\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-li\"\n            ]\n        }\n    ],\n    \"-li nrā\": [\n        {\n            \"word\": \"-li nrā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fine; impose a fine\",\n                \"fine\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Fâ lìlì ya nrā\",\n                    \"english\": \"They fined him\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-li\",\n                \"nrā\"\n            ]\n        }\n    ],\n    \"-li obì\": [\n        {\n            \"word\": \"-li obì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"resemble in behaviour; behave in exactly the same way as another person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-li\"\n            ]\n        }\n    ],\n    \"-li òlili\": [\n        {\n            \"word\": \"-li òlili\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"have a feast\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-li\",\n                \"òlili\"\n            ]\n        }\n    ],\n    \"-li ọkù\": [\n        {\n            \"word\": \"-li ọkù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"inherit wealth\",\n                \"livestock\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọkù adī èkwu okwū\",\n                    \"english\": \"Livestock never speak (i.e. they can’t complain)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-li\",\n                \"ọkù\"\n            ]\n        }\n    ],\n    \"-li ọnū\": [\n        {\n            \"word\": \"-li ọnū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dumbfound; astonish\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O lì m ọnū\",\n                    \"english\": \"It astonished me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-li\"\n            ]\n        }\n    ],\n    \"-lipù\": [\n        {\n            \"word\": \"-lipù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"devour; eat up\",\n                \"eat up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-li\",\n                \"-pù\"\n            ]\n        }\n    ],\n    \"-lita n’ùkwù\": [\n        {\n            \"word\": \"-lita n’ùkwù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"inherit; gain by inheritance\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-li\",\n                \"ùkwù\"\n            ]\n        }\n    ],\n    \"-lite\": [\n        {\n            \"word\": \"-lite\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"accommodate; contain\",\n                \"eat from; have a share of (inheritance)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-li\"\n            ]\n        }\n    ],\n    \"-li ulù\": [\n        {\n            \"word\": \"-li ulù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"gain; profit; benefit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-li\",\n                \"ulù\"\n            ]\n        }\n    ],\n    \"-li ụgwō\": [\n        {\n            \"word\": \"-li ụgwō\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"receive salary, wages, etc.\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-li\",\n                \"ụgwō\"\n            ]\n        }\n    ],\n    \"-li ùwà\": [\n        {\n            \"word\": \"-li ùwà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"enjoy; enjoy life\",\n                \"enjoy life\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ndi nā-alụ ọlū n’ụnō àkù Kingsway nà-èli ùwà\",\n                    \"english\": \"The members of staff of the Kingsway stores enjoy life\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-li\",\n                \"ùwà\"\n            ]\n        }\n    ],\n    \"(mmilī) -li\": [\n        {\n            \"word\": \"(mmilī) -li\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"(of water) drown\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-àgbaku onye mmilī nà-àchọ ilī\",\n                    \"english\": \"He is running to a person about to drown\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-li\"\n            ]\n        }\n    ],\n    \"-li ìzìzì\": [\n        {\n            \"word\": \"-li ìzìzì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tickle\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-èli m#ìzìzì\",\n                    \"english\": \"He is tickling me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-li\"\n            ]\n        }\n    ],\n    \"-meli\": [\n        {\n            \"word\": \"-meli\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"overcome\",\n                \"overcome (person); win\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọō mụ nwà mèlìlì n’ọsọ afù\",\n                    \"english\": \"It was I that won the race\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-li\",\n                \"-me\"\n            ]\n        }\n    ],\n    \"-li\": [\n        {\n            \"word\": \"-li\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"eat; acquire; absorb\",\n                \"on; against\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-gbalì\": [\n        {\n            \"word\": \"-gbalì\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"dissolve; crush; break into small pieces\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Mkpụlụ ọgwū dānyelụ n’ime mmīli agbalìgo\",\n                    \"english\": \"The tablet which has fallen into water has dissolved\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-lì\"\n            ]\n        }\n    ],\n    \"-tilì\": [\n        {\n            \"word\": \"-tilì\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"break (e.g. china, tilley-lamp)\",\n                \"break into pieces\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lì\",\n                \"-ti\"\n            ]\n        }\n    ],\n    \"-zòlì\": [\n        {\n            \"word\": \"-zòlì\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"reduce to powder or splinters by stepping on\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ị nà-àzọlī m#ụkwụ\",\n                    \"english\": \"You are stepping on my foot\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-lì\"\n            ]\n        }\n    ],\n    \"-lì òlìlì\": [\n        {\n            \"word\": \"-lì òlìlì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"announce news, usually to summon people to a meeting\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lì\"\n            ]\n        }\n    ],\n    \"onye òlìlì\": [\n        {\n            \"word\": \"onye òlìlì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"town-crier\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lì\"\n            ]\n        }\n    ],\n    \"-lì\": [\n        {\n            \"word\": \"-lì\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"reduce to small units; splinter; crush (something softer or more fragile than -gwò)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-lìlì èlilì\": [\n        {\n            \"word\": \"-lìlì èlilì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be old and tattered (of clothes); crumble (of a wall)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O yì àfe lilì èlilì\",\n                    \"english\": \"She is wearing an old and tattered dress\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-lì-lì\"\n            ]\n        }\n    ],\n    \"-lì-lì\": [\n        {\n            \"word\": \"-lì-lì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be very old (of thing)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àfè m elilìgo\",\n                    \"english\": \"My garment is already tattered\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-rù lìlìlì\": [\n        {\n            \"word\": \"-rù lìlìlì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"shiver; quiver\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"lìlìlì\"\n            ]\n        }\n    ],\n    \"lìlìlì\": [\n        {\n            \"word\": \"lìlìlì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"shivering or quivering state\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òlịlị\": [\n        {\n            \"word\": \"òlịlị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"a creeping, stroll\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lị\"\n            ]\n        }\n    ],\n    \"-lị alị\": [\n        {\n            \"word\": \"-lị alị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"creep (of insects, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lị\"\n            ]\n        }\n    ],\n    \"-lịdà\": [\n        {\n            \"word\": \"-lịdà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"descend; go down\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lị\"\n            ]\n        }\n    ],\n    \"-lịfèta\": [\n        {\n            \"word\": \"-lịfèta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"climb over\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lị\"\n            ]\n        }\n    ],\n    \"-lịgo\": [\n        {\n            \"word\": \"-lịgo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"climb\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lị\"\n            ]\n        }\n    ],\n    \"-lịgota\": [\n        {\n            \"word\": \"-lịgota\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"climb up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lị\"\n            ]\n        }\n    ],\n    \"-lịkwàsị\": [\n        {\n            \"word\": \"-lịkwàsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"climb upon; climb up again\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lị\"\n            ]\n        }\n    ],\n    \"-lịpù\": [\n        {\n            \"word\": \"-lịpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"alight from a vehicle\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lị\"\n            ]\n        }\n    ],\n    \"-lị ugwu\": [\n        {\n            \"word\": \"-lị ugwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"climb mountain, hill; move uphill\",\n                \"climb mountain, hill\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lị\",\n                \"ugwu\"\n            ]\n        }\n    ],\n    \"-kpachalị\": [\n        {\n            \"word\": \"-kpachalị\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"(literally) scrape for the benefit of oneself; (fig.) enjoy; scrounge\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lị\"\n            ]\n        }\n    ],\n    \"-kwàchalị\": [\n        {\n            \"word\": \"-kwàchalị\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"exclaim in pleasure or amusement; chuckle\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Gèe ntì, ị gà-ànụ kà Àda nà-akwàchalị\",\n                    \"english\": \"Listen, you will hear Ada chuckling to herself\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-lị\"\n            ]\n        }\n    ],\n    \"-lachalị\": [\n        {\n            \"word\": \"-lachalị\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"lick; (fig.) make the most of; enjoy\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ bụlụ nà ulù àdapùtalụ m#ebe m jèkò m lachalịa yā\",\n                    \"english\": \"If I get some profit (usually unexpected) where I am going, I will make the most of it\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-lị\"\n            ]\n        }\n    ],\n    \"-mụlị\": [\n        {\n            \"word\": \"-mụlị\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"smile; laugh\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-kpùmùlì\"\n            ],\n            \"stems\": [\n                \"-lị\"\n            ]\n        }\n    ],\n    \"-ŋachalị\": [\n        {\n            \"word\": \"-ŋachalị\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"roast (for oneself)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anà m èje iŋāchalị àbùba anū nnē nyèlù m\",\n                    \"english\": \"I am going to roast the animal fat that mother has given me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-lị\"\n            ]\n        }\n    ],\n    \"-nòlị\": [\n        {\n            \"word\": \"-nòlị\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"sit around; sit around idly\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọgè ǹcha kà ọ nà-anòlị n’ụnō Āda\",\n                    \"english\": \"He always sits around in Ada's house\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-lị\"\n            ]\n        }\n    ],\n    \"-ŋùlị\": [\n        {\n            \"word\": \"-ŋùlị\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"rejoice\",\n                \"rejoice; jubilate\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Gịnî kpàtà ijì aŋùlị?\",\n                    \"english\": \"Why are you rejoicing?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-lị\",\n                \"-ŋù\"\n            ]\n        }\n    ],\n    \"-lị\": [\n        {\n            \"word\": \"-lị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"climb; creep\",\n                \"for one's own benefit; to oneself\",\n                \"about; around (often combined with -gha 1.B)\",\n                \"still\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-èje n’ebe a nà-aŋùlị aŋùlị nnwā ịmā mà ọ nwè ịfe ọ gà-àfụ kpachalị\",\n                    \"english\": \"She is going to the place where a naming ceremony is going on to see whether there is something she could get to eat (or, take away)\"\n                },\n                {\n                    \"igbo\": \"Ànyị nà-egòli\",\n                    \"english\": \"We are rejoicing\"\n                }\n            ],\n            \"variations\": [\n                \"li\",\n                \"-li\"\n            ],\n            \"stems\": []\n        }\n    ],\n    \"lì\": [\n        {\n            \"word\": \"lì\",\n            \"wordClass\": \"ADV\",\n            \"definitions\": [\n                \"indicates politeness (can follow verb or (pro)-noun)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Kwùe nyā lì\",\n                    \"english\": \"Say it, the\"\n                },\n                {\n                    \"igbo\": \"Jèelì afịa\",\n                    \"english\": \"Please to go market\"\n                },\n                {\n                    \"igbo\": \"Gwa m#lì ife i kwùlù\",\n                    \"english\": \"Please tell me what you said\"\n                },\n                {\n                    \"igbo\": \"Bìalì\",\n                    \"english\": \"Please come!\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kụlịta\": [\n        {\n            \"word\": \"-kụlịta\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"knock against, together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lị(-ta)\"\n            ]\n        }\n    ],\n    \"-lị(-ta)\": [\n        {\n            \"word\": \"-lị(-ta)\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"against; opposing; opposite their heads together outside\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òlilo\": [\n        {\n            \"word\": \"òlilo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pain\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-lo ilo\": [\n        {\n            \"word\": \"-lo ilo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hurt; ache; be painful\",\n                \"bear a grudge; be enemies\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lo\"\n            ]\n        }\n    ],\n    \"àrụ ōlulo\": [\n        {\n            \"word\": \"àrụ ōlulo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"weariness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lo\"\n            ]\n        }\n    ],\n    \"-lo elo\": [\n        {\n            \"word\": \"-lo elo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be useful; be fitting\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lo\"\n            ]\n        }\n    ],\n    \"-lo n’ife\": [\n        {\n            \"word\": \"-lo n’ife\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be useful\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lo\"\n            ]\n        }\n    ],\n    \"-lo\": [\n        {\n            \"word\": \"-lo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be painful; ache\",\n                \"be among; be one of\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ebo lòlù na ndi a chụpùlù n’ọlụ\",\n                    \"english\": \"Ebo was one of the people dismissed from work\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-lòchìgha\": [\n        {\n            \"word\": \"-lòchìgha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"repent; reflect\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lò\"\n            ]\n        }\n    ],\n    \"-lò èlò\": [\n        {\n            \"word\": \"-lò èlò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"think\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lò\"\n            ]\n        }\n    ],\n    \"-lòfìè\": [\n        {\n            \"word\": \"-lòfìè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"think wrongly; be mistaken\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lò\"\n            ]\n        }\n    ],\n    \"-lògha\": [\n        {\n            \"word\": \"-lògha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"repent; change one's mind\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lò\"\n            ]\n        }\n    ],\n    \"nlògha\": [\n        {\n            \"word\": \"nlògha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"repentance; change of mind\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lò\"\n            ]\n        }\n    ],\n    \"lòkene!\": [\n        {\n            \"word\": \"lòkene!\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"think, please! just think of it (usually of something bad)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lò\"\n            ]\n        }\n    ],\n    \"-lòkọba\": [\n        {\n            \"word\": \"-lòkọba\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"consider\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anà m èlokòba ife o mè m\",\n                    \"english\": \"I am thinking of all the things he has done to me (good or bad)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-lò\"\n            ]\n        }\n    ],\n    \"-lòpùta\": [\n        {\n            \"word\": \"-lòpùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"think out; suggest\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lò\"\n            ]\n        }\n    ],\n    \"-lòta\": [\n        {\n            \"word\": \"-lòta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"remember\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-lòte\"\n            ],\n            \"stems\": [\n                \"-lò\"\n            ]\n        }\n    ],\n    \"nlòta\": [\n        {\n            \"word\": \"nlòta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"remembrance\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lò\"\n            ]\n        }\n    ],\n    \"-lòtalụ\": [\n        {\n            \"word\": \"-lòtalụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"remind\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lò\"\n            ]\n        }\n    ],\n    \"-lòzọ\": [\n        {\n            \"word\": \"-lòzọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"forget\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O lòzọgo afà ya\",\n                    \"english\": \"She has forgotten his name\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-lò\",\n                \"-zọ\"\n            ]\n        }\n    ],\n    \"nlòzọ\": [\n        {\n            \"word\": \"nlòzọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"forgetfulness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lò\"\n            ]\n        }\n    ],\n    \"ọka elùlò\": [\n        {\n            \"word\": \"ọka elùlò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"counsellor; thinker; adviser\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ọka ilòlò\"\n            ],\n            \"stems\": [\n                \"-lò\"\n            ]\n        }\n    ],\n    \"-lò nlọ\": [\n        {\n            \"word\": \"-lò nlọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dream\",\n                \"dream a dream\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Alòlù m kà Èjìma bīalụ\",\n                    \"english\": \"I dreamt that Ejima arrived\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-lò\",\n                \"nlọ\"\n            ]\n        }\n    ],\n    \"òlùlò\": [\n        {\n            \"word\": \"òlùlò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"being thick\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lò\"\n            ]\n        }\n    ],\n    \"-lò àlò\": [\n        {\n            \"word\": \"-lò àlò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be thick (of liquids)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O tègo m jì wèlụ èli ofe dī gololo, mà kịtāà achòlù m ilī ofe lōlụ àlò\",\n                    \"english\": \"For a long time I have been eating watery soups but now I want to eat a thick soup\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-lò\"\n            ]\n        }\n    ],\n    \"-lò\": [\n        {\n            \"word\": \"-lò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"think (about a problem)\",\n                \"dream\",\n                \"be thick (of liquids)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-lọ mmụō\": [\n        {\n            \"word\": \"-lọ mmụō\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"offer food to the ancestors; feast the dead\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lọ\",\n                \"mmụō\"\n            ]\n        }\n    ],\n    \"-lọgò\": [\n        {\n            \"word\": \"-lọgò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be crooked, bent, winding, sinuous, tortuous Mkpịsị afù lò(lù) àlọ The spike is bent\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lọ\"\n            ]\n        }\n    ],\n    \"-lọji\": [\n        {\n            \"word\": \"-lọji\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"twist yam tendrils round the stake\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lọ\"\n            ]\n        }\n    ],\n    \"-lọji onu\": [\n        {\n            \"word\": \"-lọji onu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"break the neck\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lọ\"\n            ]\n        }\n    ],\n    \"-lọkọ\": [\n        {\n            \"word\": \"-lọkọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"curl hair\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lọ\"\n            ]\n        }\n    ],\n    \"-lọ\": [\n        {\n            \"word\": \"-lọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bend; twist; be bent, twisted\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-lu anì\": [\n        {\n            \"word\": \"-lu anì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"arrive at a settlement, conclusion\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lu\"\n            ]\n        }\n    ],\n    \"-lu àrụ\": [\n        {\n            \"word\": \"-lu àrụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"receive; reach\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lu\"\n            ]\n        }\n    ],\n    \"-lu ogō\": [\n        {\n            \"word\": \"-lu ogō\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"reach age (for doing particular things); perform ceremony (for girl reaching puberty); be able to\",\n                \"be of age, mature enough to be able to do something\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Elū go m ogo ịnū nwaànyì\",\n                    \"englsih\": \"I am already of marriageable age\"\n                },\n                {\n                    \"igbo\": \"Ụmù akā ezi òmùme gà-ènyelụ nne nà nnà fa akā ogè fa lùlù ogō\",\n                    \"english\": \"Good children will help their parents when they are of age\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-lu\",\n                \"ogō\"\n            ]\n        }\n    ],\n    \"-lute\": [\n        {\n            \"word\": \"-lute\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"arrive at; reach\",\n                \"grow (head hair)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lu\"\n            ]\n        }\n    ],\n    \"-lu arụrụ\": [\n        {\n            \"word\": \"-lu arụrụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"breed worms\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lu\"\n            ]\n        }\n    ],\n    \"-lukpù\": [\n        {\n            \"word\": \"-lukpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"overflow; drown; submerge\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lu\"\n            ]\n        }\n    ],\n    \"-lusà\": [\n        {\n            \"word\": \"-lusà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"overflow; spread\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lu\"\n            ]\n        }\n    ],\n    \"mmili ōlulu\": [\n        {\n            \"word\": \"mmili ōlulu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rising of water at flood-time\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lu\"\n            ]\n        }\n    ],\n    \"-lu\": [\n        {\n            \"word\": \"-lu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"reach; arrive at; amount to; reach a time\",\n                \"grow; breed\",\n                \"overflow, rise (of river in rainy season)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O lūe\",\n                    \"english\": \"It is time\"\n                },\n                {\n                    \"igbo\": \"Ò lue mgbè afù, ...\",\n                    \"english\": \"When it was time, ...\"\n                },\n                {\n                    \"igbo\": \"Ò luzịa\",\n                    \"english\": \"It happened; it came to pass; then\"\n                },\n                {\n                    \"igbo\": \"Òrìmmìlì lùù n’arō à\",\n                    \"english\": \"The Niger has overflowed this year\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-lù èlù\": [\n        {\n            \"word\": \"-lù èlù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"become soft\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lù\"\n            ]\n        }\n    ],\n    \"-lùchì\": [\n        {\n            \"word\": \"-lùchì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"obscure (sun, of clouds)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lù\"\n            ]\n        }\n    ],\n    \"-lù aka\": [\n        {\n            \"word\": \"-lù aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"point out; put finger on\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lù\"\n            ]\n        }\n    ],\n    \"-lùdo\": [\n        {\n            \"word\": \"-lùdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stick in\",\n                \"persist\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lù\"\n            ]\n        }\n    ],\n    \"-lùdo osisi\": [\n        {\n            \"word\": \"-lùdo osisi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stick a stick into the ground\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lù\",\n                \"osisi\"\n            ]\n        }\n    ],\n    \"-lùnye aka\": [\n        {\n            \"word\": \"-lùnye aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"poke finger into\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lù\"\n            ]\n        }\n    ],\n    \"-lù ụkwụ\": [\n        {\n            \"word\": \"-lù ụkwụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"limp\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lù\",\n                \"ụkwụ\"\n            ]\n        }\n    ],\n    \"-lù ụla\": [\n        {\n            \"word\": \"-lù ụla\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be sleepy\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lù\",\n                \"ụla\"\n            ]\n        }\n    ],\n    \"-tilù àrụ\": [\n        {\n            \"word\": \"-tilù àrụ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"bruise\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lù\",\n                \"-ti\"\n            ]\n        }\n    ],\n    \"-tụlù\": [\n        {\n            \"word\": \"-tụlù\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"roll in; wallow\",\n                \"roll in; wallow (as pigs, etc.)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nwa nkịtā nà-àtụlù n’uzuzù\",\n                    \"english\": \"The puppy is rolling in the sand\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-lù\",\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-lù\": [\n        {\n            \"word\": \"-lù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"become soft; soften\",\n                \"(of pears) soften by warming (in hot ashes, water, etc.)\",\n                \"(of cassava) become soft by fermentation\",\n                \"threaten (of rain)\",\n                \"stick in, out\",\n                \"(compare -lụ 3.) polluting; spoiling\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Mmilī nà-elù\",\n                    \"english\": \"Rain is threatening\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òlụlụ\": [\n        {\n            \"word\": \"òlụlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"working; constructing; making\",\n                \"work; task; work to be done; working in my house\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òlili nà òlụlû dì be m#\",\n                    \"english\": \"There is plenty of eating and working\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-lụ\"\n            ]\n        }\n    ],\n    \"-lụ ajō ọlụ\": [\n        {\n            \"word\": \"-lụ ajō ọlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"do work badly\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-àlụ ajō ọlụ\",\n                    \"english\": \"He is a bad worker\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-lụ\",\n                \"ọlụ\"\n            ]\n        }\n    ],\n    \"-lụmì\": [\n        {\n            \"word\": \"-lụmì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go far with a task\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ndù àlụmìgo ugbō yā\",\n                    \"english\": \"Ndụ has gone very far in the cultivation of his farm\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-lụ\"\n            ]\n        }\n    ],\n    \"-lụni\": [\n        {\n            \"word\": \"-lụni\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"build up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lụ\"\n            ]\n        }\n    ],\n    \"-lụnwù\": [\n        {\n            \"word\": \"-lụnwù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rebuild\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lụ\"\n            ]\n        }\n    ],\n    \"-lụ ọlụ\": [\n        {\n            \"word\": \"-lụ ọlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"work\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lụ\",\n                \"ọlụ\"\n            ]\n        }\n    ],\n    \"-lụsị\": [\n        {\n            \"word\": \"-lụsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"finish a piece of work\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Alūsịgo m#ọlụ m#\",\n                    \"english\": \"I have finished my work\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-lụ\"\n            ]\n        }\n    ],\n    \"-lụta\": [\n        {\n            \"word\": \"-lụta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"earn\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lụ\"\n            ]\n        }\n    ],\n    \"-lụ ugbo\": [\n        {\n            \"word\": \"-lụ ugbo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"work a farm\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lụ\"\n            ]\n        }\n    ],\n    \"-lụ ụnò\": [\n        {\n            \"word\": \"-lụ ụnò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"build a house\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lụ\",\n                \"ụnò\"\n            ]\n        }\n    ],\n    \"ọlụ\": [\n        {\n            \"word\": \"ọlụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"work; task; something difficult, tiring, tiresome (from -lụ 1. work)\",\n                \"fault; weakness (of behaviour in human beings) (from -lụ 2. defile)\",\n                \"limb of humans or leg of animals, including hip\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Gịnî bù ọlụ gī?\",\n                    \"english\": \"What is your work?\"\n                },\n                {\n                    \"igbo\": \"Bìa kà ànyị je ọlū\",\n                    \"english\": \"Come and let us go to work\"\n                },\n                {\n                    \"igbo\": \"Ịnyà ụgbọ dì ọlụ\",\n                    \"english\": \"Driving is difficult\"\n                },\n                {\n                    \"igbo\": \"Ọlụ Oyìbo\",\n                    \"english\": \"Civil Service\"\n                },\n                {\n                    \"igbo\": \"Ụmù m ìbùa nò Ọlụ Oyìbo\",\n                    \"english\": \"Two of my children are in the Civil Service\"\n                },\n                {\n                    \"igbo\": \"Egbè m nwèlù ntịntị ọlū\",\n                    \"english\": \"My gun has a slight fault\"\n                },\n                {\n                    \"igbo\": \"Ibè gbàlù ọlụ nwaàyì\",\n                    \"english\": \"Ibe has the weakness of excessive love for women\"\n                },\n                {\n                    \"igbo\": \"Ọ bụlụ nà ụnù abòsịa atụlū afù, wètalụnù m òfu ọlū ya\",\n                    \"english\": \"Bring me one of the hindquarters after cutting up that sheep\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-lụ àrụ ụkà\": [\n        {\n            \"word\": \"-lụ àrụ ụkà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be self-controlled\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lụ\",\n                \"ụkà\"\n            ]\n        }\n    ],\n    \"-lụlịta ụkà\": [\n        {\n            \"word\": \"-lụlịta ụkà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"debate; discuss\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lụ\",\n                \"ụkà\"\n            ]\n        }\n    ],\n    \"-lụ onwē ụkà\": [\n        {\n            \"word\": \"-lụ onwē ụkà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be disciplined, self-controlled\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-àlụ onwe yā ụkà\",\n                    \"english\": \"He is self-controlled\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-lụ\",\n                \"ònwe\",\n                \"ụkà\"\n            ]\n        }\n    ],\n    \"-lụ ụkà\": [\n        {\n            \"word\": \"-lụ ụkà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dispute with; argue\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lụ\",\n                \"ụkà\"\n            ]\n        }\n    ],\n    \"-lụ alū\": [\n        {\n            \"word\": \"-lụ alū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be defiled, corrupt; commit abomination\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lụ\"\n            ]\n        }\n    ],\n    \"-lụ (nni) ọgwù\": [\n        {\n            \"word\": \"-lụ (nni) ọgwù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"neutralise effect of poison\",\n                \"(fig.) To prove that food and drink presented by the host to his guests have not been poisoned, the host usually tastes from every eatable thing presented before allowing his guests to have their share. This tradition is called ịlū ọgwù call the master of the house to come and taste the eatables (traditionally, to prove absence of poisoning)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anà m èje ịkpō dibīa ga-alụ ọgwù ànyị lòlù nà e tìnyèlù n’ime nni e bùnyèlù ànyị\",\n                    \"english\": \"I am going to call a native doctor who is going to neutralise the effect of the poison we think has been added to the food offered to us\"\n                },\n                {\n                    \"igbo\": \"Bikō kpòọ di bī ụnò kà ọ bịa lụalụ ānyị nni ọgwù\",\n                    \"english\": \"Please call the master of the house to come and taste the eatables (traditionally, to prove absence of poisoning)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-lụ\"\n            ]\n        }\n    ],\n    \"àrụ ōlụlụ\": [\n        {\n            \"word\": \"àrụ ōlụlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"state of being maimed or spiritually unclean\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lụ\"\n            ]\n        }\n    ],\n    \"-ŋụlụ\": [\n        {\n            \"word\": \"-ŋụlụ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"drink from\",\n                \"drink from; drink a little\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ŋùlụ nwantịntị\",\n                    \"english\": \"Drink a little\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-lụ\",\n                \"-ŋụ\"\n            ]\n        }\n    ],\n    \"-wèlụ\": [\n        {\n            \"word\": \"-wèlụ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"take; take away; take from\",\n                \"take\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Wèlụ ǹkè ị\",\n                    \"english\": \"Take yours\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-lụ\",\n                \"-wè\"\n            ]\n        }\n    ],\n    \"-lụ\": [\n        {\n            \"word\": \"-lụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"work; construct; make\",\n                \"defile; desecrate; be faulty, defective\",\n                \"see -la 2.\",\n                \"(-lu after o u, -lị after ị, -li after i) ablative suffix denoting from, away in meaning with unambiguously, zūtagolu m), proving that this is a different suffix from -lụ 6.). For rules of combination with -lụ 5., see - lụ 5\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-àlụ ọlū\",\n                    \"english\": \"He is working\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-fụtalụ\": [\n        {\n            \"word\": \"-fụtalụ\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"discover for\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-lụ \"\n            ]\n        }\n    ],\n    \"-lụ \": [\n        {\n            \"word\": \"-lụ \",\n            \"wordClass\": \"ISUF\",\n            \"definitions\": [\n                \"(-lu after o u, -lị after ị, -li after i) neutral tense marker, denoting past with action verbs and present with non- alternating stative verbs\",\n                \"(-lu after o u, -lị after ị, -i after i; follows inflectional suffixes) dative suffix, denoting that the action is done to or for the benefit of the indirect object\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ì lìlì gịnī?\",\n                    \"english\": \"What did you eat?\"\n                },\n                {\n                    \"igbo\": \"Fâ jèlù afịa\",\n                    \"english\": \"They went to market\"\n                },\n                {\n                    \"igbo\": \"Àdâ màlù mmā\",\n                    \"english\": \"Ada is beautiful\"\n                },\n                {\n                    \"igbo\": \"Ọ chòlù egō\",\n                    \"english\": \"He wants money. With alternating stative verbs, its absence denotes present time and its presence past time\"\n                },\n                {\n                    \"igbo\": \"Àdâ bù ìtè\",\n                    \"english\": \"Ada is carrying a pot\"\n                },\n                {\n                    \"igbo\": \"Àdâ bùlù ìtè\",\n                    \"english\": \"Ada carried a pot. It is often reduced to -V (i.e. a vowel identical with the preceding vowel) or entirely dropped\"\n                },\n                {\n                    \"igbo\": \"Kèdụ mgbè i jìlì/jìì/jì bịa?\",\n                    \"english\": \"When did you come?\"\n                },\n                {\n                    \"igbo\": \"Ọ rìlì/rìì/rì enū\",\n                    \"english\": \"He climbed up. When followed by another suffix of the same shape (i.e. -lụ 6 or -lụ 7.), the first one is dropped entirely if the sentence is unemphatic and reduced to -V if the sentence is emphatic\"\n                },\n                {\n                    \"igbo\": \"O sìlì yà nni\",\n                    \"english\": \"She cooked food for him\"\n                },\n                {\n                    \"igbo\": \"O sììlì yà nni\",\n                    \"english\": \"She did cook food for him (-lụ 5. + -lụ 6.)\"\n                },\n                {\n                    \"igbo\": \"Edèlù m nyà akwụkwọ\",\n                    \"english\": \"I wrote to him\"\n                },\n                {\n                    \"igbo\": \"Edèèlù m nyà akwụkwọ\",\n                    \"english\": \"I did write to him (-lụ 5. + -lụ 6.)\"\n                },\n                {\n                    \"igbo\": \"Bikō nyèlụ yā aka chìkọọlụ yā òlòma dī n’ime ụnò\",\n                    \"english\": \"Please help her gather and take away the oranges in the room (-lụ 5., + -lụ 6.; more emphatic than chìkọlụ, implying that the, oranges are scattered and take longer to collect\"\n                },\n                {\n                    \"igbo\": \"Achò m kà ị gokọọlụ m#ōkụkò abùke n’afịa\",\n                    \"english\": \"I want you to help go round in the market and buy me abuke fowls (-lụ 5. +, -lụ 6. more emphatic than gokọlụ, implying that every single, one from all parts of the market must be bought)\"\n                },\n                {\n                    \"igbo\": \"Ọ gbàwàlù ọsọ\",\n                    \"english\": \"He ran away (at the first sight of danger)\"\n                },\n                {\n                    \"igbo\": \"Ọ gbàwààlù ọsọ\",\n                    \"english\": \"He ran away (in the midst of the battle) (-lụ 5. + -lụ 7.)\"\n                },\n                {\n                    \"igbo\": \"Ọ zūtagolu m#ewu\",\n                    \"english\": \"He has bought a goat for me. If there is no indirect object, it is understood to be for the benefit of the subject (reflexive)\"\n                },\n                {\n                    \"igbo\": \"Bùlu jī\",\n                    \"english\": \"Carry yams (for yourself). For rules of combination with -lụ 5. (neutral), see under -lụ 5.\"\n                }\n            ],\n            \"variations\": [\n                \"-lu\",\n                \"-lị\",\n                \"-li\"\n            ],\n            \"stems\": []\n        }\n    ],\n    \"M\": [\n        {\n            \"word\": \"M\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Kà m je\": [\n        {\n            \"word\": \"Kà m je\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"Let me go\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"m\"\n            ]\n        }\n    ],\n    \"aka m#\": [\n        {\n            \"word\": \"aka m#\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"my hand\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"m\"\n            ]\n        }\n    ],\n    \"m\": [\n        {\n            \"word\": \"m\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"(independent; 1st person singular; compare e-/a-...m) I; me; my\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ kpòlù m\",\n                    \"english\": \"He called me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òmụma\": [\n        {\n            \"word\": \"òmụma\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"knowing; knowledge\",\n                \"wrapping\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"-ma àrụ\": [\n        {\n            \"word\": \"-ma àrụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"become customary\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ịtēta ụla n’elekele īse ụtụtù àmalụgo m#arụ\",\n                    \"english\": \"I have become used to waking up at five o'clock in the mọrning\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"-machasịlị\": [\n        {\n            \"word\": \"-machasịlị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"know well\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"-ma ìzù\": [\n        {\n            \"word\": \"-ma ìzù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be prudent\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ mààlù ìzù\",\n                    \"english\": \"He's prudent\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"-ma nnwokē\": [\n        {\n            \"word\": \"-ma nnwokē\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"not to be in state of virginity (of woman) (literally know a man)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nwatà nwaànyì afù akā àmarọ nwokē\",\n                    \"english\": \"The young girl has not known a man\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"-ma obì\": [\n        {\n            \"word\": \"-ma obì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"know one's own mind\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ò marō obì ya\",\n                    \"english\": \"He doesn’t know his own mind, or, He's fickle\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"-ma ògò\": [\n        {\n            \"word\": \"-ma ògò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be grateful, polite, well-behaved, modest, courteous\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ dī àma ògò\",\n                    \"english\": \"He is not usually grateful\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\",\n                \"ògò\"\n            ]\n        }\n    ],\n    \"-mata\": [\n        {\n            \"word\": \"-mata\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"understand\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ì màtàlù ife m kwùlù?\",\n                    \"english\": \"Do you understand what I said?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"-ma ùma\": [\n        {\n            \"word\": \"-ma ùma\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"do on purpose; act wilfully, knowingly, deliberately\",\n                \"pretend; be useful; do with purpose; act wilfully, knowingly\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ mà ùma wèe me yā\",\n                    \"english\": \"She did it on purpose\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\",\n                \"ùma\"\n            ]\n        }\n    ],\n    \"-ma ùnò\": [\n        {\n            \"word\": \"-ma ùnò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be tame, domesticated (of animal)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"-mazi\": [\n        {\n            \"word\": \"-mazi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"direct; explain to (e.g. a way of doing something)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anà m èje ịyō Ibè kà ọ mazielụ m#etu m gà-èsi je nnukwu ụnò ọgwū dī n’Ìbàdàn a nà-àkpọ UCH ghàlụ ifù ụzò\",\n                    \"english\": \"I am going to beg Ibe to direct me as to how to reach the big hospital at Ibadan called UCH without missing the way\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"-mazù\": [\n        {\n            \"word\": \"-mazù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"know all; understand fully\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"amā ama/ife\": [\n        {\n            \"word\": \"amā ama/ife\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"ignorance\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ife o jì dàa nnene akwụkwọ bù amā ama\",\n                    \"english\": \"What made him fail the examination was ignorance\"\n                },\n                {\n                    \"igbo\": \"Amā ama adī ègbu amà àmà\",\n                    \"english\": \"Something you don’t know of won’t kill you\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"amā ndị a nà-ezè\": [\n        {\n            \"word\": \"amā ndị a nà-ezè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"failure to know the people to be avoided\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"amā nnà\": [\n        {\n            \"word\": \"amā nnà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lack of respect for father\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Jọǹ bù amā nnà\",\n                    \"english\": \"John does not respect his father\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"amā oku ọnū\": [\n        {\n            \"word\": \"amā oku ọnū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"inability to express oneself freely; inarticulateness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"amā onwe\": [\n        {\n            \"word\": \"amā onwe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"senselessness; unconsciousness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\",\n                \"ònwe\"\n            ]\n        }\n    ],\n    \"amā ògò\": [\n        {\n            \"word\": \"amā ògò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"ingratitude; ungrateful person\",\n                \"ingratitude\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\",\n                \"ògò\"\n            ]\n        }\n    ],\n    \"amā uchē Chukwu\": [\n        {\n            \"word\": \"amā uchē Chukwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"inability to understand God's ways\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"amā ụma\": [\n        {\n            \"word\": \"amā ụma\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"mistakenly\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"amānụma\"\n            ],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"Àmà-àma-amāsị-amasị\": [\n        {\n            \"word\": \"Àmà-àma-amāsị-amasị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"one known but never fully (praise-name of God)\",\n                \"title-name for masquerade\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"àmàmife\": [\n        {\n            \"word\": \"àmàmife\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"knowledge; wisdom\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"oke àmàmife\": [\n        {\n            \"word\": \"oke àmàmife\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"great wisdom\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\",\n                \"oke\"\n            ]\n        }\n    ],\n    \"-ma ama\": [\n        {\n            \"word\": \"-ma ama\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hop\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"-mafè\": [\n        {\n            \"word\": \"-mafè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"leap over\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"-mafù obì\": [\n        {\n            \"word\": \"-mafù obì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take the breath away\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\",\n                \"obì\"\n            ]\n        }\n    ],\n    \"-ma n’ọnyà\": [\n        {\n            \"word\": \"-ma n’ọnyà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be caught in a trap\",\n                \"shake\",\n                \"be entrapped\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nkịtā m màlù n’ọnyà\",\n                    \"english\": \"My dog was caught in a trap\"\n                },\n                {\n                    \"igbo\": \"(fig.) Òbi àmago n’ọnyà\",\n                    \"english\": \"Obi has been entrapped. If a person is under suspicion of indulging in a crime, e.g. bribery, policemen in disguise are sometimes sent to the person with marked currency notes and if the person receives the notes and is arrested the above expression is used. Or if a person is suspected of stealing, money can be deliberately left where he can find it, and if he takes the money and is caught, the above expression is used\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\",\n                \"ọnyà\"\n            ]\n        }\n    ],\n    \"-ma lìlì\": [\n        {\n            \"word\": \"-ma lìlì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shiver\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"-marùbe\": [\n        {\n            \"word\": \"-marùbe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shake; move\",\n                \"shake thoroughly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\",\n                \"-rù-be\"\n            ]\n        }\n    ],\n    \"(àrụ) -ma nni\": [\n        {\n            \"word\": \"(àrụ) -ma nni\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tremble\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"-ma mmà\": [\n        {\n            \"word\": \"-ma mmà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pierce, strike with sword, matchet; stab\",\n                \"pierce or strike with a sword or hatchet; stab\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Màa yā mmà!\",\n                    \"english\": \"Stab him!\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\",\n                \"mmà\"\n            ]\n        }\n    ],\n    \"-manye\": [\n        {\n            \"word\": \"-manye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"attack with violence; force; persecute; assault\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"-ma osisi\": [\n        {\n            \"word\": \"-ma osisi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"plant a live stick, slip or cutting\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"-ma òla\": [\n        {\n            \"word\": \"-ma òla\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"slap\",\n                \"slap on the face\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Màa yā òla\",\n                    \"english\": \"Slap him\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\",\n                \"òla\"\n            ]\n        }\n    ],\n    \"-mapu\": [\n        {\n            \"word\": \"-mapu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pierce (with knife, spear, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"-mapù\": [\n        {\n            \"word\": \"-mapù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"ostracise\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"mmapù\": [\n        {\n            \"word\": \"mmapù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"ostracism\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"-ma ubè\": [\n        {\n            \"word\": \"-ma ubè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pierce with a spear\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\",\n                \"ubè\"\n            ]\n        }\n    ],\n    \"-ma ùla\": [\n        {\n            \"word\": \"-ma ùla\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"slap the face with the open hand\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"òla\"\n            ],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"-makọ\": [\n        {\n            \"word\": \"-makọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"compress together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"-ma mkpūlu\": [\n        {\n            \"word\": \"-ma mkpūlu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make an earthbed, mound\",\n                \"make a bed of earth, mound\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\",\n                \"mkpūlu\"\n            ]\n        }\n    ],\n    \"-ma òkpokō\": [\n        {\n            \"word\": \"-ma òkpokō\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"mould large morsel of pounded food (idiomatic)\",\n                \"mould large morsel of pounded food\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Mànye yā òkpokō\",\n                    \"english\": \"Mould him a large piece of pounded food\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\",\n                \"òkpokō\"\n            ]\n        }\n    ],\n    \"-ma òkpoko ụtàlà\": [\n        {\n            \"word\": \"-ma òkpoko ụtàlà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"mould large morsel of pounded fufu\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"òmụma ụnō īkwuù\": [\n        {\n            \"word\": \"òmụma ụnō īkwuù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"encampment\",\n                \"stick together; stick to; compress together; pile u\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"-makùdo\": [\n        {\n            \"word\": \"-makùdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stick; stick to\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"-makpù\": [\n        {\n            \"word\": \"-makpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lie on the stomach\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"-ma mmā\": [\n        {\n            \"word\": \"-ma mmā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be good; be beautiful, handsome\",\n                \"be beautiful\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nnwatà nwokē afù màlù oke mmā\",\n                    \"english\": \"The young man is very handsome\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\",\n                \"mmā\"\n            ]\n        }\n    ],\n    \"òfụma\": [\n        {\n            \"word\": \"òfụma\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"properly; well\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-madè\": [\n        {\n            \"word\": \"-madè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be beaten by rain to the skin (of humans); be beaten soggy by rain (of articles)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"-malì àmalì\": [\n        {\n            \"word\": \"-malì àmalì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be drenched thoroughly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"-makwụ\": [\n        {\n            \"word\": \"-makwụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tie\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"-ma ògòdò = -ma akwà\": [\n        {\n            \"word\": \"-ma ògòdò = -ma akwà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wear, tie wrapper, be dressed in wrapper\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"-ma àtù\": [\n        {\n            \"word\": \"-ma àtù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"point at for illustration, as an example, a model; compare to\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"-ma ìwu\": [\n        {\n            \"word\": \"-ma ìwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make, enact law\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"-ma ọkwà\": [\n        {\n            \"word\": \"-ma ọkwà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"announce; give public notice\",\n                \"announce (e.g. in the church)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Amā m ọkwà\",\n                    \"english\": \"I announce (phrase used in calling banns)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\",\n                \"ọkwà\"\n            ]\n        }\n    ],\n    \"-malà\": [\n        {\n            \"word\": \"-malà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rub; stroke; soothe; massage\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"-malù obì\": [\n        {\n            \"word\": \"-malù obì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"soothe the heart\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\",\n                \"obì\"\n            ]\n        }\n    ],\n    \"-ma mmilī\": [\n        {\n            \"word\": \"-ma mmilī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"press sprain, etc., with cloth dipped in hot water\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"-ma ọsò\": [\n        {\n            \"word\": \"-ma ọsò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"suck the teeth (in contempt, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\",\n                \"ọsò\"\n            ]\n        }\n    ],\n    \"(agwa)ụnò) -ma\": [\n        {\n            \"word\": \"(agwa)ụnò) -ma\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be homesick\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Agwa ụnò nà-àma m#\",\n                    \"english\": \"I am homesick\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma\"\n            ]\n        }\n    ],\n    \"-ma\": [\n        {\n            \"word\": \"-ma\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"know; be familiar with; know how (to do something)\",\n                \"jump\",\n                \"stab; throw; pierce; stick in\",\n                \"mould\",\n                \"Ọ māka! Good! It is very good, beautiful!\",\n                \"beat (of rain and sun)\",\n                \"wrap; tie\",\n                \"announce\",\n                \"rub; press\",\n                \"marks the future negative tenses yams (future progressive negative, used in main clauses, compare - ga 3.) (future perfect negative) buying yams/Chike can’t have been buying yams (future progressive perfect negative)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àmà m?\",\n                    \"english\": \"Do I know?\"\n                },\n                {\n                    \"igbo\": \"Ì mà ebe o sì bịa?\",\n                    \"english\": \"Do you know where he comes from?\"\n                },\n                {\n                    \"igbo\": \"Ànyị amārọ ànì\",\n                    \"english\": \"We (as strangers) don’t know this place\"\n                },\n                {\n                    \"igbo\": \"Ọ mààlù anyà ụgbọ\",\n                    \"english\": \"He drives well\"\n                },\n                {\n                    \"igbo\": \"Ì mààlù àgụ akwụkwọ?\",\n                    \"english\": \"Can you read?\"\n                },\n                {\n                    \"igbo\": \"Ò marō ède ifē\",\n                    \"english\": \"He doesn’t know how to write\"\n                },\n                {\n                    \"igbo\": \"Ò marō ǹke bù aka nnī nà aka èkpè\",\n                    \"english\": \"He doesn’t know his left from his right\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"màkà\": [\n        {\n            \"word\": \"màkà\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see mà 1.\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"màkà gịnī\": [\n        {\n            \"word\": \"màkà gịnī\",\n            \"wordClass\": \"CJN\",\n            \"definitions\": [\n                \"why? because of what?\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mà\"\n            ]\n        }\n    ],\n    \"màkà ifì\": [\n        {\n            \"word\": \"màkà ifì\",\n            \"wordClass\": \"CJN\",\n            \"definitions\": [\n                \"for the sake of; because of\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mà\"\n            ]\n        }\n    ],\n    \"màkà nà\": [\n        {\n            \"word\": \"màkà nà\",\n            \"wordClass\": \"CJN\",\n            \"definitions\": [\n                \"because; for; since\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mà\"\n            ]\n        }\n    ],\n    \"màkà ya\": [\n        {\n            \"word\": \"màkà ya\",\n            \"wordClass\": \"CJN\",\n            \"definitions\": [\n                \"therefore; consequently\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mà\"\n            ]\n        }\n    ],\n    \"mà ... mà\": [\n        {\n            \"word\": \"mà ... mà\",\n            \"wordClass\": \"CJN\",\n            \"definitions\": [\n                \"both ... and\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mà\"\n            ]\n        }\n    ],\n    \"mà ji mà ọkà\": [\n        {\n            \"word\": \"mà ji mà ọkà\",\n            \"wordClass\": \"CJN\",\n            \"definitions\": [\n                \"both yam and maize (= kà ... kà)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mà\"\n            ]\n        }\n    ],\n    \"mà ǹcha\": [\n        {\n            \"word\": \"mà ǹcha\",\n            \"wordClass\": \"CJN\",\n            \"definitions\": [\n                \"not at all; none (used with negative)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àrụ esògbugo m#ọnwa īsiì; kịtāà, ènwerō m egō mà ǹcha\",\n                    \"english\": \"I have been ill for six months; now, I have no money at all (implying 'not even a kobo')\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"mà\",\n                \"ǹcha\"\n            ]\n        }\n    ],\n    \"mà ò bù\": [\n        {\n            \"word\": \"mà ò bù\",\n            \"wordClass\": \"CJN\",\n            \"definitions\": [\n                \"either; or; neither - nor\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Achòlù m onye ēnyemaka mà ò bù nwokē mà ò bù nwaànyì\",\n                    \"english\": \"I need a helper, man or woman\"\n                },\n                {\n                    \"igbo\": \"Zùta ewu mà ò bù atụlū\",\n                    \"english\": \"Buy a goat or a sheep\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"mà\"\n            ]\n        }\n    ],\n    \"mà\": [\n        {\n            \"word\": \"mà\",\n            \"wordClass\": \"CJN\",\n            \"definitions\": [\n                \"but; if; whether\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Jùa nnwokē afù mà ò gà-àbịa echī\",\n                    \"english\": \"Ask the man whether he will come tomorrow\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-màta\": [\n        {\n            \"word\": \"-màta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"buy (something measured)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-mà\"\n            ]\n        }\n    ],\n    \"-mà\": [\n        {\n            \"word\": \"-mà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"measure (a quantity, e.g. salt or beans with cup, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"maàzị\": [\n        {\n            \"word\": \"maàzị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mister (of Ndizụògù origin)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mmaji\": [\n        {\n            \"word\": \"mmaji\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"folding; doubling\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ma-ji\"\n            ]\n        }\n    ],\n    \"-ma-ji\": [\n        {\n            \"word\": \"-ma-ji\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fold over; double\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-nwu màlàmàlà\": [\n        {\n            \"word\": \"-nwu màlàmàlà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be dazzling\",\n                \"dazzle; be dazzling\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"màlàmàlà\",\n                \"-nwu\"\n            ]\n        }\n    ],\n    \"màlàmàlà\": [\n        {\n            \"word\": \"màlàmàlà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"glittering quality\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mangòlò\": [\n        {\n            \"word\": \"mangòlò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mango (Mangifera indica Linn.) (&lt; Hausa)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"enyi mbà\": [\n        {\n            \"word\": \"enyi mbà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"'Elephant people' (referring to the Igbo)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mbà\"\n            ]\n        }\n    ],\n    \"mbà\": [\n        {\n            \"word\": \"mbà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"nation; tribe; (another person’s) town\",\n                \"extreme tiredness; exhaustion; faintness\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òje mbà enwē ilo\",\n                    \"english\": \"A traveller rarely has enemies\"\n                },\n                {\n                    \"igbo\": \"ndị mbā ānyị\",\n                    \"englsih\": \"people of our nation\"\n                },\n                {\n                    \"igbo\": \"Kà m je mbà\",\n                    \"english\": \"Let me go to another town\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"mbà!\": [\n        {\n            \"word\": \"mbà!\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"no! (emphatic) (compare èe è)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nwa mba\": [\n        {\n            \"word\": \"nwa mba\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cat (compare nwa ōnogbò)\",\n                \"cat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mba\",\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"mba\": [\n        {\n            \"word\": \"mba\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"scolding; bluster; bitter complaining\",\n                \"cat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"Proverb\": [\n        {\n            \"word\": \"Proverb\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ugwu kà a gà-àlị\",\n                    \"english\": \"The hill, we shall climb\"\n                },\n                {\n                    \"igbo\": \"Mbà kà a gà-adà\",\n                    \"english\": \"Faintness, we shall feel\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mbacha\": [\n        {\n            \"word\": \"mbacha\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"peelings (of yam, etc.) (from -ba-cha peel)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mbadamba\": [\n        {\n            \"word\": \"mbadamba\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"flatness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mbala\": [\n        {\n            \"word\": \"mbala\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"outside\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Pùa mbala\",\n                    \"english\": \"Go outside\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-dị mbalā\": [\n        {\n            \"word\": \"-dị mbalā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be spacious, wide\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ebe à dì mbalā\",\n                    \"english\": \"This place is spacious\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"mbalā\"\n            ]\n        }\n    ],\n    \"-sa mbalā\": [\n        {\n            \"word\": \"-sa mbalā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be wide\",\n                \"compound; pack; open space in town\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Afele à sà mbalā\",\n                    \"english\": \"This plate is wide\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"mbalā\",\n                \"-sa\"\n            ]\n        }\n    ],\n    \"mbalā\": [\n        {\n            \"word\": \"mbalā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"spaciousness; roominess; wideness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mbàla\": [\n        {\n            \"word\": \"mbàla\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kind of edible frog with long hind legs\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mbàzù\": [\n        {\n            \"word\": \"mbàzù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tool for digging\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mbè n’ukwù\": [\n        {\n            \"word\": \"mbè n’ukwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"skirt; native skirt worn as underwear\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mbè\",\n                \"ukwù\"\n            ]\n        }\n    ],\n    \"mbè\": [\n        {\n            \"word\": \"mbè\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see mbèkwù\",\n                \"small calabash for measuring salt\",\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"mbe\": [\n        {\n            \"word\": \"mbe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pledge; security\",\n                \"Pygmy Mouse (Mus minutoides)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"mbèbèlè anyā\": [\n        {\n            \"word\": \"mbèbèlè anyā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"eyelid\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mbèbèlè\"\n            ]\n        }\n    ],\n    \"mbèbèlè\": [\n        {\n            \"word\": \"mbèbèlè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nkekele mbè\": [\n        {\n            \"word\": \"nkekele mbè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tortoise shell\",\n                \"shell of tortoise\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mbèkwù\",\n                \"nkekele\"\n            ]\n        }\n    ],\n    \"okpulukpu mbè\": [\n        {\n            \"word\": \"okpulukpu mbè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tortoise shell\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mbèkwù\",\n                \"okpulukpu\"\n            ]\n        }\n    ],\n    \"mbèkwù\": [\n        {\n            \"word\": \"mbèkwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tortoise (male)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"mbè\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"mbèlède\": [\n        {\n            \"word\": \"mbèlède\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"suddenness;\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ bìàkwùtè m nà mbèlède\",\n                    \"english\": \"He came to me suddenly\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mbèmbè\": [\n        {\n            \"word\": \"mbèmbè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"small black edible fruit of ilighìlì\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-ru mbì\": [\n        {\n            \"word\": \"-ru mbì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lie in wait; set an ambush\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mbì\",\n                \"-ru\"\n            ]\n        }\n    ],\n    \"mbì\": [\n        {\n            \"word\": \"mbì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mbìdo\": [\n        {\n            \"word\": \"mbìdo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pressing; repressing (-bìdo press)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mbìgbọ\": [\n        {\n            \"word\": \"mbìgbọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"scolding; storming; uproar\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mbìàmbịa\": [\n        {\n            \"word\": \"mbìàmbịa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stranger; squatter\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-rọ mbọ\": [\n        {\n            \"word\": \"-rọ mbọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pinch, scratch with nails\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mbọ\"\n            ]\n        }\n    ],\n    \"-tù mbọ\": [\n        {\n            \"word\": \"-tù mbọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pinch with fingernails\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mbọ\",\n                \"-tù\"\n            ]\n        }\n    ],\n    \"mbọ\": [\n        {\n            \"word\": \"mbọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"nail (of toe or finger); claw\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mbò\": [\n        {\n            \"word\": \"mbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"revenge\",\n                \"effort; struggle; industry; enterprise\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"mbòcha\": [\n        {\n            \"word\": \"mbòcha\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"curiosity; inquisitiveness (-bòcha)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mbòsì\": [\n        {\n            \"word\": \"mbòsì\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see ụbòsì\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mbùmbu\": [\n        {\n            \"word\": \"mbùmbu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bogeyman (a creature that will carry bad children away) (= ǹtaǹta)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ogē mbụ\": [\n        {\n            \"word\": \"ogē mbụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"at first; initially\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mbụ\",\n                \"ogè\"\n            ]\n        }\n    ],\n    \"ụbòsị mbụ\": [\n        {\n            \"word\": \"ụbòsị mbụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the first day\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Taà bù ụbòsị mbụ n’ọnwa\",\n                    \"english\": \"Today is the first day of the month\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"mbụ\",\n                \"ụbòsì\"\n            ]\n        }\n    ],\n    \"mbụ\": [\n        {\n            \"word\": \"mbụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"one (in counting only); (the) first\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Èkê bù onye ǹke mbụ\",\n                    \"english\": \"Eke is in the first place\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mbùbò\": [\n        {\n            \"word\": \"mbùbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"peel (of fruit)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òmume\": [\n        {\n            \"word\": \"òmume\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"doing; acting; making; happening;\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ò gịnī mèlù ya?\",\n                    \"english\": \"What has happened to him?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-me àgadī\": [\n        {\n            \"word\": \"-me àgadī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be old, decrepit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-me àgbọò\": [\n        {\n            \"word\": \"-me àgbọò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"do as, be a young woman\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-me àghalā\": [\n        {\n            \"word\": \"-me àghalā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be troublesome, rascally\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-me arìma\": [\n        {\n            \"word\": \"-me arìma\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make a sign, signal\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-me àsalà\": [\n        {\n            \"word\": \"-me àsalà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be polite\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-mebe\": [\n        {\n            \"word\": \"-mebe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"prepare; make (ready)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-mebì\": [\n        {\n            \"word\": \"-mebì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"keep in disorder; spoil\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O mebì ife à nụnwà\",\n                    \"english\": \"He spoilt this very thing\"\n                },\n                {\n                    \"igbo\": \"Ajọ ūkpa nà-èmebì nnwatà\",\n                    \"english\": \"Bad influences spoil a child\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"mmebì\": [\n        {\n            \"word\": \"mmebì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"mess; spoiling; ruin\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"mmebī īwu\": [\n        {\n            \"word\": \"mmebī īwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"crime\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-mecha imi\": [\n        {\n            \"word\": \"-mecha imi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wipe the nose\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-mechi\": [\n        {\n            \"word\": \"-mechi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shut, close (eye, mouth, window, door, book); close down\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O mèchì ụzò\",\n                    \"english\": \"He shut the door\"\n                },\n                {\n                    \"igbo\": \"Àyị èmechigo òzụzụ afịa āyi\",\n                    \"english\": \"We have wound up our business\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-mechi ọnū\": [\n        {\n            \"word\": \"-mechi ọnū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hush; shut up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\",\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"-mechite\": [\n        {\n            \"word\": \"-mechite\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"close door behind one\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O mèchìtè ụzò\",\n                    \"english\": \"He shut the door behind himself\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-mefìè\": [\n        {\n            \"word\": \"-mefìè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"do wrong; sin\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"mmefìè\": [\n        {\n            \"word\": \"mmefìè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"crime; transgression; wrongdoing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-mefù\": [\n        {\n            \"word\": \"-mefù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"spend lavishly; waste\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-megbu\": [\n        {\n            \"word\": \"-megbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"oppress; ill-treat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"mmegbu\": [\n        {\n            \"word\": \"mmegbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"oppression\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-meghalị\": [\n        {\n            \"word\": \"-meghalị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"move round; stir; shake\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-meghe\": [\n        {\n            \"word\": \"-meghe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"open (eye, window, door) (compare -sàghe)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-meghepù\": [\n        {\n            \"word\": \"-meghepù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"undo; loose; unfasten; open\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-mepù\"\n            ],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-megwalụ\": [\n        {\n            \"word\": \"-megwalụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take revenge\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-mejọ\": [\n        {\n            \"word\": \"-mejọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"injure\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"mmejọ\": [\n        {\n            \"word\": \"mmejọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"injury\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-meju\": [\n        {\n            \"word\": \"-meju\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fill\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-mekà àrụ\": [\n        {\n            \"word\": \"-mekà àrụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"trouble; bother\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-mekàta\": [\n        {\n            \"word\": \"-mekàta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"do for a long time\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-mekata\"\n            ],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-mekọ\": [\n        {\n            \"word\": \"-mekọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"act together; have intercourse with; fraternise with\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"mmekọ\": [\n        {\n            \"word\": \"mmekọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"companionship; partnership; intercourse\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-mekọta\": [\n        {\n            \"word\": \"-mekọta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"happen together\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ife naàbò afù mèkòtàlù\",\n                    \"english\": \"The two events were simultaneous\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-mekwọlụ\": [\n        {\n            \"word\": \"-mekwọlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take revenge\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-mekwulu\": [\n        {\n            \"word\": \"-mekwulu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"return; do in return; take revenge\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"mmeli\": [\n        {\n            \"word\": \"mmeli\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"victory\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-melụ\": [\n        {\n            \"word\": \"-melụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"defile; do a forbidden thing\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Fâ mèlùlù ụnò ụkà\",\n                    \"english\": \"They desecrated the church\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-melụ àrụ\": [\n        {\n            \"word\": \"-melụ àrụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hurt; wound\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Emèlù m àrụ\",\n                    \"english\": \"I hurt myself\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-me mgbagha\": [\n        {\n            \"word\": \"-me mgbagha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dispute\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-me mpàko\": [\n        {\n            \"word\": \"-me mpàko\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be proud, pompous, arrogant, aloof\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\",\n                \"-pà-ko\"\n            ]\n        }\n    ],\n    \"-meni\": [\n        {\n            \"word\": \"-meni\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stir up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-me nkwà\": [\n        {\n            \"word\": \"-me nkwà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"keep, fulfil a promise\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\",\n                \"nkwà\"\n            ]\n        }\n    ],\n    \"-me nni\": [\n        {\n            \"word\": \"-me nni\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be fertile (of land)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-me n’ogè\": [\n        {\n            \"word\": \"-me n’ogè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be punctual; do something in good time\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\",\n                \"ogè\"\n            ]\n        }\n    ],\n    \"-me nsọ\": [\n        {\n            \"word\": \"-me nsọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"break a prohibition; do a forbidden thing\",\n                \"break a taboo; do a forbidden thing\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Onye mē nsọ, ọ gà-èmegha nsō\",\n                    \"english\": \"Whoever commits a forbidden act must undo it\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\",\n                \"nsọ\"\n            ]\n        }\n    ],\n    \"-me ntado\": [\n        {\n            \"word\": \"-me ntado\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be tight (e.g. as undersized shirt, etc.)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Àfe à mèlù m ntado\",\n                    \"english\": \"This shirt is too tight for me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\",\n                \"-ta\"\n            ]\n        }\n    ],\n    \"-me ntiwa\": [\n        {\n            \"word\": \"-me ntiwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be broken\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Afele ǹkaà mèlù ntiwa\",\n                    \"english\": \"This plate is broken\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\",\n                \"-ti\"\n            ]\n        }\n    ],\n    \"-me nzofù\": [\n        {\n            \"word\": \"-me nzofù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hide away; become perpetually hidden\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\",\n                \"-zo\"\n            ]\n        }\n    ],\n    \"-menyụ\": [\n        {\n            \"word\": \"-menyụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"extinguish\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-me okènyè\": [\n        {\n            \"word\": \"-me okènyè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be aged, elderly, old\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\",\n                \"okènyè\"\n            ]\n        }\n    ],\n    \"-me okolobìà\": [\n        {\n            \"word\": \"-me okolobìà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"do as, be a young man\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-me ògò\": [\n        {\n            \"word\": \"-me ògò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be kind to; do a kindness to\",\n                \"give a present; do a kindness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\",\n                \"ògò\"\n            ]\n        }\n    ],\n    \"-me òzọ\": [\n        {\n            \"word\": \"-me òzọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"repeat; do again\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\",\n                \"òzọ\"\n            ]\n        }\n    ],\n    \"-mesì\": [\n        {\n            \"word\": \"-mesì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"counteract pain of\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-mesì ọnya\": [\n        {\n            \"word\": \"-mesì ọnya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dress a fresh wound\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-mesị\": [\n        {\n            \"word\": \"-mesị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"finish\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\",\n                \"-sị\"\n            ]\n        }\n    ],\n    \"-mesò\": [\n        {\n            \"word\": \"-mesò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"deal with; treat; do to\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-meta\": [\n        {\n            \"word\": \"-meta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be exact; imitate correctly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-mete\": [\n        {\n            \"word\": \"-mete\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rouse\",\n                \"waken; rouse\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\",\n                \"-ta \"\n            ]\n        }\n    ],\n    \"-mete n’ụla\": [\n        {\n            \"word\": \"-mete n’ụla\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"waken; rouse from sleep\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Jèe mètee Ndù nụụla\",\n                    \"english\": \"Go and rouse Ndụ from sleep\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-metò\": [\n        {\n            \"word\": \"-metò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"spoil; defile\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"mmetò\": [\n        {\n            \"word\": \"mmetò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"defilement; dishonour; disgrace\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-metụ\": [\n        {\n            \"word\": \"-metụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"touch\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\",\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-me ụŋàlà\": [\n        {\n            \"word\": \"-me ụŋàlà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make noise with mouth or horn (especially to attract attention)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-mezi\": [\n        {\n            \"word\": \"-mezi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"correct; repair\",\n                \"repair; rectify; correct\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Mèzie ife m#mebìlù\",\n                    \"english\": \"Correct my mistakes!\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\",\n                \"-zi\"\n            ]\n        }\n    ],\n    \"emē eme e mekàta e mesia ọmā koòmè = ọmā ka ò mè however it may be\": [\n        {\n            \"word\": \"emē eme e mekàta e mesia ọmā koòmè = ọmā ka ò mè however it may be\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"something that is not done\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\"\n            ]\n        }\n    ],\n    \"-pù imē\": [\n        {\n            \"word\": \"-pù imē\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be able to do\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Apùlù m imē ya\",\n                    \"english\": \"I am able to do it\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\",\n                \"-pù\"\n            ]\n        }\n    ],\n    \"apù imē\": [\n        {\n            \"word\": \"apù imē\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"inability to do; impossibility\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-me\",\n                \"-pù\"\n            ]\n        }\n    ],\n    \"mèlịmpụ\": [\n        {\n            \"word\": \"mèlịmpụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"of no consequence\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Onye à bù mèlịmpụ\",\n                    \"english\": \"This person is of no consequence\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àrụ mfe\": [\n        {\n            \"word\": \"àrụ mfe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"good health; activity\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mfe\"\n            ]\n        }\n    ],\n    \"-dị mfe\": [\n        {\n            \"word\": \"-dị mfe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be light\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ dì mfe\",\n                    \"english\": \"It is light\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"mfe\"\n            ]\n        }\n    ],\n    \"mfù\": [\n        {\n            \"word\": \"mfù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"loss (-fù lose)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mfùkọ akwà\": [\n        {\n            \"word\": \"mfùkọ akwà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"crease\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mfùkọ\"\n            ]\n        }\n    ],\n    \"mfùkọ\": [\n        {\n            \"word\": \"mfùkọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mgba akā\": [\n        {\n            \"word\": \"mgba akā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"ring\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"mgbà\"\n            ],\n            \"stems\": [\n                \"mgba\"\n            ]\n        }\n    ],\n    \"mgba n’ògù\": [\n        {\n            \"word\": \"mgba n’ògù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"strife; conflict\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mgba\",\n                \"ògù\"\n            ]\n        }\n    ],\n    \"-yọ mgba\": [\n        {\n            \"word\": \"-yọ mgba\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"challenge to a wrestling contest\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mgba\",\n                \"-yọ\"\n            ]\n        }\n    ],\n    \"mgba\": [\n        {\n            \"word\": \"mgba\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\",\n                \"wrestling (-gba 1.English wrestle)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"mgbā\": [\n        {\n            \"word\": \"mgbā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wax; glue\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mgbà\": [\n        {\n            \"word\": \"mgbà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"mgbaàjàlà\": [\n        {\n            \"word\": \"mgbaàjàlà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"whip\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mgbàchi\": [\n        {\n            \"word\": \"mgbàchi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stopping of a gap; blocking; counteracting; thwarting; interposition\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mgbàdà\": [\n        {\n            \"word\": \"mgbàdà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Maxwell's duiker\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mgbafịlị\": [\n        {\n            \"word\": \"mgbafịlị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"small type of yam which cannot be replanted but only eaten (= mkpụlù)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mgbaka\": [\n        {\n            \"word\": \"mgbaka\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sour, tart taste (as of unripe fruit)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mgbakā ārụ\": [\n        {\n            \"word\": \"mgbakā ārụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"uneasiness of body; irritation\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mgbakà\"\n            ]\n        }\n    ],\n    \"àrụ mgbakà\": [\n        {\n            \"word\": \"àrụ mgbakà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fidgeting\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mgbakà\"\n            ]\n        }\n    ],\n    \"mgbakà\": [\n        {\n            \"word\": \"mgbakà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mgbàkalakòm\": [\n        {\n            \"word\": \"mgbàkalakòm\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see mkpàkalakòm\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"mgbasịlị\": [\n        {\n            \"word\": \"mgbasịlị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mgbasịlị akā\": [\n        {\n            \"word\": \"mgbasịlị akā\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"finger-ring\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mgbè ǹcha\": [\n        {\n            \"word\": \"mgbè ǹcha\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"always; at all times\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mgbè\",\n                \"ǹcha\"\n            ]\n        }\n    ],\n    \"mgbè niīne\": [\n        {\n            \"word\": \"mgbè niīne\",\n            \"wordClass\": \"QTF\",\n            \"definitions\": [\n                \"at all times; every time\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mgbè\",\n                \"niīne\"\n            ]\n        }\n    ],\n    \"mgbe ōbụnà\": [\n        {\n            \"word\": \"mgbe ōbụnà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"any time; every time\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ị nwè ike ịbīa ebe à mgbe ōbụnà ị chòlù\",\n                    \"english\": \"You can come here any time you wish\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"mgbè\",\n                \"òbụbụū\"\n            ]\n        }\n    ],\n    \"mgbè ochīè\": [\n        {\n            \"word\": \"mgbè ochīè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"olden days\",\n                \"in the olden days\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mgbè\",\n                \"oche\"\n            ]\n        }\n    ],\n    \"mgbè\": [\n        {\n            \"word\": \"mgbè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"time; period; when (compare ogè)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mgbèdè\": [\n        {\n            \"word\": \"mgbèdè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"late afternoon; early evening (from when sun is getting low till dusk)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"mgbèdè\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"-tụ mgbelē\": [\n        {\n            \"word\": \"-tụ mgbelē\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"trade; retail\",\n                \"trade; retail (compare -gba mgbelē)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òfọ nà-àtụ mgbele n’Àba\",\n                    \"english\": \"Ọfọ is trading at Aba\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"mgbelē\",\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"mgbelē\": [\n        {\n            \"word\": \"mgbelē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"trading\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kụ mgbịlịmgba\": [\n        {\n            \"word\": \"-kụ mgbịlịmgba\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"ring bell\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mgbịlịmgba\"\n            ]\n        }\n    ],\n    \"mgbịlịmgba\": [\n        {\n            \"word\": \"mgbịlịmgba\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bell\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mgbō\": [\n        {\n            \"word\": \"mgbō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kind of shutter or door; plank used as kneading-board for clay\",\n                \"bullet\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"mgbòlòdị\": [\n        {\n            \"word\": \"mgbòlòdị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"waterleaf (Talinum triangulare)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mgbu\": [\n        {\n            \"word\": \"mgbu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"painfulness; pain\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mgbùlùgùdù\": [\n        {\n            \"word\": \"mgbùlùgùdù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"abyss; place at bottom of a cliff or steep hill\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mgbụgbō ārụ\": [\n        {\n            \"word\": \"mgbụgbō ārụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"skin\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mgbụgbò\"\n            ]\n        }\n    ],\n    \"mgbụgbò\": [\n        {\n            \"word\": \"mgbụgbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"covering; bark; skin\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òmìmì\": [\n        {\n            \"word\": \"òmìmì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"depth; (fig.) mystery\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-mì èmì\": [\n        {\n            \"word\": \"-mì èmì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be deep, skilled, mysterious\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-mì\"\n            ]\n        }\n    ],\n    \"-mìkpọ\": [\n        {\n            \"word\": \"-mìkpọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"burst out crying after suppressed sobbing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-mì\"\n            ]\n        }\n    ],\n    \"-mì òmìmì\": [\n        {\n            \"word\": \"-mì òmìmì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dive\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-mì\",\n                \"òmìmì\"\n            ]\n        }\n    ],\n    \"-mì ọnū\": [\n        {\n            \"word\": \"-mì ọnū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"draw in the mouth; pout; be envious\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-mì\",\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"-mìlị\": [\n        {\n            \"word\": \"-mìlị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"suck\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-mì\"\n            ]\n        }\n    ],\n    \"-mì mkpụlū\": [\n        {\n            \"word\": \"-mì mkpụlū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bear fruit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-mì\",\n                \"mkpụlū\"\n            ]\n        }\n    ],\n    \"-mì\": [\n        {\n            \"word\": \"-mì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be deep; be depressed inwards\",\n                \"suck\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òmịmị\": [\n        {\n            \"word\": \"òmịmị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"drying\",\n                \"slipping\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-mị\"\n            ]\n        }\n    ],\n    \"-mị azù\": [\n        {\n            \"word\": \"-mị azù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dry fish\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-mị\"\n            ]\n        }\n    ],\n    \"-mịkpọ\": [\n        {\n            \"word\": \"-mịkpọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dry (fish, corn, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-mị\"\n            ]\n        }\n    ],\n    \"-mị àmị\": [\n        {\n            \"word\": \"-mị àmị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be slippery\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-àmị āmị\",\n                    \"english\": \"It is slippery\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-mị\"\n            ]\n        }\n    ],\n    \"-mịbà\": [\n        {\n            \"word\": \"-mịbà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"plunge; sink in; enter stealthily\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-mị\"\n            ]\n        }\n    ],\n    \"-mịghalị\": [\n        {\n            \"word\": \"-mịghalị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"loiter about; walk stealthily about\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-mị\"\n            ]\n        }\n    ],\n    \"-mị mmà\": [\n        {\n            \"word\": \"-mị mmà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"draw sword, matchet\",\n                \"draw the sword or matchet\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-mị\",\n                \"mmà\"\n            ]\n        }\n    ],\n    \"-mịnye\": [\n        {\n            \"word\": \"-mịnye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sheathe (knife, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-mị\"\n            ]\n        }\n    ],\n    \"-mị\": [\n        {\n            \"word\": \"-mị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dry (usually over fire)\",\n                \"slip; move smoothly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-nò na mkpà\": [\n        {\n            \"word\": \"-nò na mkpà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be in difficulty\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anò m na mkpà\",\n                    \"english\": \"I am in difficulty\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"mkpà\"\n            ]\n        }\n    ],\n    \"oke mkpà\": [\n        {\n            \"word\": \"oke mkpà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"great need\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mkpà\",\n                \"oke\"\n            ]\n        }\n    ],\n    \"mkpa akā\": [\n        {\n            \"word\": \"mkpa akā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"biceps\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mkpà\"\n            ]\n        }\n    ],\n    \"kpà mkpà\": [\n        {\n            \"word\": \"kpà mkpà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"capture; kidnap\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mkpà\"\n            ]\n        }\n    ],\n    \"mkpà ǹsịkō\": [\n        {\n            \"word\": \"mkpà ǹsịkō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cramp; pins-and-needles (= tịtaǹgwèlè)\",\n                \"cramp; pins and needles\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mkpà\",\n                \"ǹsịkō\"\n            ]\n        }\n    ],\n    \"mkpa\": [\n        {\n            \"word\": \"mkpa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"scarcity; fewness (compare ùkọ)\",\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"mkpaàkịlịka\": [\n        {\n            \"word\": \"mkpaàkịlịka\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"small black millipede, usually seen on grass-thatched houses after rain\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mkpàkalakòm\": [\n        {\n            \"word\": \"mkpàkalakòm\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"centipede (smaller than esu/alịlị)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mkpàkànà\": [\n        {\n            \"word\": \"mkpàkànà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"steel trap (= ọnyà igwè)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"okwu mkpalị\": [\n        {\n            \"word\": \"okwu mkpalị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"insulting word(s)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mkpalị\",\n                \"okwu\"\n            ]\n        }\n    ],\n    \"mkpi\": [\n        {\n            \"word\": \"mkpi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"he-goat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mkpiliīte\": [\n        {\n            \"word\": \"mkpiliīte\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"small wooden mortar used for grinding pepper\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nwa mkpìlìkpì\": [\n        {\n            \"word\": \"nwa mkpìlìkpì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"very small; short\",\n                \"very small, short, quality or amount (compare mkpìlìkpì)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mkpìlìkpì\",\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"nwa mkpìlìkpì ogè\": [\n        {\n            \"word\": \"nwa mkpìlìkpì ogè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a moment, minute, very short time\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mkpìlìkpì\",\n                \"ǹnwa\",\n                \"ogè\"\n            ]\n        }\n    ],\n    \"mkpìlìkpì\": [\n        {\n            \"word\": \"mkpìlìkpì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fragment, small piece, stump (of something long, e.g. snake, yam, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mkpìlìsì osisi\": [\n        {\n            \"word\": \"mkpìlìsì osisi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stump of tree\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mkpìlìsì\",\n                \"osisi\"\n            ]\n        }\n    ],\n    \"mkpìlìsì\": [\n        {\n            \"word\": \"mkpìlìsì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"shortness; broken portion\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mkpì\": [\n        {\n            \"word\": \"mkpì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"section (as of seed or nut)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mkpịsị\": [\n        {\n            \"word\": \"mkpịsị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"ramrod\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"(mkpala) egbè\"\n            ],\n            \"stems\": [\n                \"mkpịsī\"\n            ]\n        }\n    ],\n    \"mkpịsị igwè\": [\n        {\n            \"word\": \"mkpịsị igwè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"spoke (e.g. of bicycle)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mkpịsī\"\n            ]\n        }\n    ],\n    \"mkpịsị ǹgù\": [\n        {\n            \"word\": \"mkpịsị ǹgù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"rib\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mkpịsī\",\n                \"ǹgùgù\"\n            ]\n        }\n    ],\n    \"mkpịsị (nnī)\": [\n        {\n            \"word\": \"mkpịsị (nnī)\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"spike used for bringing boiled pieces of yam or meat out of the pot\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mkpịsī\",\n                \"nni\"\n            ]\n        }\n    ],\n    \"mkpịsị ụkwū\": [\n        {\n            \"word\": \"mkpịsị ụkwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"toe\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mkpịsī\"\n            ]\n        }\n    ],\n    \"mkpịsī\": [\n        {\n            \"word\": \"mkpịsī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"any object shaped like a ramrod with pointed tip; spike\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mkpogo\": [\n        {\n            \"word\": \"mkpogo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"steep place; cliff\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mkpogomkpo\": [\n        {\n            \"word\": \"mkpogomkpo\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mkpomkpo\": [\n        {\n            \"word\": \"mkpomkpo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"rubbish-heap; rubbish\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mkpò tanjele\": [\n        {\n            \"word\": \"mkpò tanjele\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"special container for òtanjele\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mkpò\",\n                \"òtanjele\"\n            ]\n        }\n    ],\n    \"mkpō ūtabà\": [\n        {\n            \"word\": \"mkpō ūtabà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"snuff-box\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mkpò\",\n                \"ùtabà\"\n            ]\n        }\n    ],\n    \"mkpò\": [\n        {\n            \"word\": \"mkpò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"small box; can\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mkpọ àchàlà\": [\n        {\n            \"word\": \"mkpọ àchàlà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bamboo pole\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mkpọ\"\n            ]\n        }\n    ],\n    \"mkpọ\": [\n        {\n            \"word\": \"mkpọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"walking-stick\",\n                \"pole (= utum)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"mkpòdù\": [\n        {\n            \"word\": \"mkpòdù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kind of shrub\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-tụ mkpọlọ\": [\n        {\n            \"word\": \"-tụ mkpọlọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"imprison\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"A tūgo òyì m mkpọlọ\",\n                    \"english\": \"My friend has been jailed\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"mkpọlō\"\n            ]\n        }\n    ],\n    \"ụnō mkpọlọ\": [\n        {\n            \"word\": \"ụnō mkpọlọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"prison\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mkpọlō\",\n                \"ụnò\"\n            ]\n        }\n    ],\n    \"mkpọlō\": [\n        {\n            \"word\": \"mkpọlō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"rod; bar\",\n                \"confinement; imprisonment\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mkpòlògwùgwù\": [\n        {\n            \"word\": \"mkpòlògwùgwù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"root\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mkpòlògwù\"\n            ]\n        }\n    ],\n    \"-gbamì mkpòlògwù\": [\n        {\n            \"word\": \"-gbamì mkpòlògwù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"send roots deep\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mkpòlògwù\"\n            ]\n        }\n    ],\n    \"-gbanye mkpòlògwù\": [\n        {\n            \"word\": \"-gbanye mkpòlògwù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be rooted in; be connected with a place by birth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mkpòlògwù\"\n            ]\n        }\n    ],\n    \"-pu\": [\n        {\n            \"word\": \"-pu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"grow; spring up; sprout\",\n                \"leak; have holes; be perforated\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"mkpòlògwù\": [\n        {\n            \"word\": \"mkpòlògwù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take root\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mkpọmkpọ\": [\n        {\n            \"word\": \"mkpọmkpọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"broken-down object; ruinous, ruined, waste (wall, house)\",\n                \"poor, despised, hopeless (of person)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ǹkaà bù mkpọmkpọ ụnò\",\n                    \"english\": \"This is a dilapidated house\"\n                },\n                {\n                    \"igbo\": \"Oke mmàdù adīrọ èbi na mkpọmkpọ ụnò\",\n                    \"english\": \"A great man never lives in a dilapidated house\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mmàdù\": [\n        {\n            \"word\": \"mmàdù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àdịrō m#àchọ kà mụ nà mkpọmkpọ mmàdù bìli n’òfu ụnò\",\n                    \"english\": \"I never want to live in the same house as a poor despised man\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"mkpọmkpọ\"\n            ]\n        }\n    ],\n    \"-rì mkpu\": [\n        {\n            \"word\": \"-rì mkpu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cry out in horror\",\n                \"cry out with exclamations of horror (e.g. as when a man wakes one day and finds that burglars have removed almost all his belongings during the night. He cries out to attract attention)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mkpu\",\n                \"-rì\"\n            ]\n        }\n    ],\n    \"-ti mkpu\": [\n        {\n            \"word\": \"-ti mkpu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shout, call for help; raise the alarm\",\n                \"(compare -kpọ mkpùkpò) shout; call; exclaim in wonder or alarm\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ònye nà-èti mkpū?\",\n                    \"english\": \"Who is shouting (for help)?\"\n                },\n                {\n                    \"english\": \"Who is shouting?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"mkpu\",\n                \"-ti\"\n            ]\n        }\n    ],\n    \"obì mkpū\": [\n        {\n            \"word\": \"obì mkpū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"queen termite\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mkpu\",\n                \"obì\"\n            ]\n        }\n    ],\n    \"mkpu\": [\n        {\n            \"word\": \"mkpu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"loud cry; shout; call for help\",\n                \"ant-hill\",\n                \"termite\",\n                \"ceremonies performed for girls reaching puberty\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"mkpukè\": [\n        {\n            \"word\": \"mkpukè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"woman’s house, contrasted with the òbi of a man (= ùsokwū)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kwà mkpukpu\": [\n        {\n            \"word\": \"-kwà mkpukpu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be hunchbacked\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mkpukpu\"\n            ]\n        }\n    ],\n    \"mkpukpu\": [\n        {\n            \"word\": \"mkpukpu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hunch (on back); lump\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-tụ mkpūlu\": [\n        {\n            \"word\": \"-tụ mkpūlu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make raised beds for planting\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mkpūlu\",\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"mkpūlu\": [\n        {\n            \"word\": \"mkpūlu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mound of earth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mkpumè\": [\n        {\n            \"word\": \"mkpumè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stone; rock\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mkpù ọfīa\": [\n        {\n            \"word\": \"mkpù ọfīa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"small patch of bush left in middle of cleared area\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mkpù\"\n            ]\n        }\n    ],\n    \"mkpụkpọ\": [\n        {\n            \"word\": \"mkpụkpọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"nail; peg (from -kpọ 3. nail)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mkpù\"\n            ]\n        }\n    ],\n    \"mkpù\": [\n        {\n            \"word\": \"mkpù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"small group (contrast ikpo)\",\n                \"carpenter's plane (-kpù 2. scrape)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Fâ kwù na mkpù na mkpù\",\n                    \"english\": \"They are standing about in little groups\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-ti mkpùkpò\": [\n        {\n            \"word\": \"-ti mkpùkpò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"praise someone and remind him of what his forefathers did, sometimes to encourage him to undertake new enterprises; chant praise-poetry\",\n                \"in sorrow, praise the dead in mourning, usually by someone close to the deceased\",\n                \"raise the alarm, as death (compare -ti mkpu)\",\n                \"cry out; shout; sound alarm (compare -kpò mkpùkpò)\",\n                \"make, proclaim (law, decree)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mkpùkpò\",\n                \"-ti\"\n            ]\n        }\n    ],\n    \"mkpùkpò\": [\n        {\n            \"word\": \"mkpùkpò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a ritual or dramatic chant or cry, especially in the contexts below\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mkpụlụ jī\": [\n        {\n            \"word\": \"mkpụlụ jī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"seed-yam\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mkpụlū\"\n            ]\n        }\n    ],\n    \"mkpụlụ osè\": [\n        {\n            \"word\": \"mkpụlụ osè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"seed of pepper\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mkpụlū\",\n                \"osè\"\n            ]\n        }\n    ],\n    \"mkpụlụ osisi\": [\n        {\n            \"word\": \"mkpụlụ osisi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fruit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mkpụlū\",\n                \"osisi\"\n            ]\n        }\n    ],\n    \"ǹga mkpụlụ ọkà\": [\n        {\n            \"word\": \"ǹga mkpụlụ ọkà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"life imprisonment (literally imprisonment of grains of maize; from idea that each year was represented by a single grain of maize)\",\n                \"(fig.) object of fruit or seed-like shape, e.g. pill, tablet\",\n                \"life imprisonment\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mkpụlū\",\n                \"ǹga\",\n                \"ọkà\"\n            ]\n        }\n    ],\n    \"mkpụlụ mmīli\": [\n        {\n            \"word\": \"mkpụlụ mmīli\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hail; drops of rain\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mkpụlū\",\n                \"mmilī\"\n            ]\n        }\n    ],\n    \"mkpụlụ obì\": [\n        {\n            \"word\": \"mkpụlụ obì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"heart; soul\",\n                \"heart\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mkpụlū\",\n                \"obì\"\n            ]\n        }\n    ],\n    \"mkpụlụ ụbòsì\": [\n        {\n            \"word\": \"mkpụlụ ụbòsì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a day\",\n                \"(fig.) small number (out of large total number); handful\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ò bù gịnī kpàtàlù o jì wèe bụlụ sòọsò mkpụlụ mmādù ìtọ bìàlù ụkà n’ùtụtū à?\",\n                    \"english\": \"Why is it that only three persons attended the service this morning?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"mkpụlū\",\n                \"ụbòsì\"\n            ]\n        }\n    ],\n    \"mkpụlụ ogè\": [\n        {\n            \"word\": \"mkpụlụ ogè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a few moments\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mkpụlū\",\n                \"ogè\"\n            ]\n        }\n    ],\n    \"òfu mkpụlū\": [\n        {\n            \"word\": \"òfu mkpụlū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"only one\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mkpụlū\",\n                \"òfu\"\n            ]\n        }\n    ],\n    \"mkpụlū\": [\n        {\n            \"word\": \"mkpụlū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"seed; fruit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mkpùlù\": [\n        {\n            \"word\": \"mkpùlù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kind of bean - small and round. Unlike other beans, the plant is a shrub and not a creeping plant\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mkpụlù\": [\n        {\n            \"word\": \"mkpụlù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"something roundish and smooth, e.g. shot-putt\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mkpụmkpụ\": [\n        {\n            \"word\": \"mkpụmkpụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"shortness\",\n                \"a bare dry place\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"mmadù\": [\n        {\n            \"word\": \"mmadù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"person; human being\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"mmadù\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"mkpùna\": [\n        {\n            \"word\": \"mkpùna\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hernia\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mma ārụ\": [\n        {\n            \"word\": \"mma ārụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"physical beauty\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmā\"\n            ]\n        }\n    ],\n    \"mmā mma\": [\n        {\n            \"word\": \"mmā mma\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"well\",\n                \"go well! safe journey! (greeting to a person returning home)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmā\"\n            ]\n        }\n    ],\n    \"mmà awụsa\": [\n        {\n            \"word\": \"mmà awụsa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Hausa dagger\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmà\"\n            ]\n        }\n    ],\n    \"mmà iru naàbò\": [\n        {\n            \"word\": \"mmà iru naàbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"two-edged knife\",\n                \"unreliable person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmà\"\n            ]\n        }\n    ],\n    \"mmā ògè\": [\n        {\n            \"word\": \"mmā ògè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"matchet; cutlass\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmà\"\n            ]\n        }\n    ],\n    \"mmà ọdū\": [\n        {\n            \"word\": \"mmà ọdū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"saw\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmà\"\n            ]\n        }\n    ],\n    \"ọbọ mmà\": [\n        {\n            \"word\": \"ọbọ mmà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sheath of knife\",\n                \"sheath of knife, sword, etc\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Tìnye mmà n’ọbọ\",\n                    \"english\": \"Sheathe the knife, sword\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"mmà\",\n                \"ọbọ\"\n            ]\n        }\n    ],\n    \"ọnụ mmà\": [\n        {\n            \"word\": \"ọnụ mmà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"edge of a sword\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmà\",\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"-so mmà\": [\n        {\n            \"word\": \"-so mmà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sharpen knife, matchet\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmà\",\n                \"-so\"\n            ]\n        }\n    ],\n    \"-sù mmà\": [\n        {\n            \"word\": \"-sù mmà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stab\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmà\",\n                \"-sù\"\n            ]\n        }\n    ],\n    \"mmà\": [\n        {\n            \"word\": \"mmà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"knife; sword; matchet\",\n                \"a measure (by container, of any size) (from -mà measure)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"mmadū nkịtị\": [\n        {\n            \"word\": \"mmadū nkịtị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"ordinary person; man in the street\",\n                \"a useless person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"madù\",\n                \"ǹkịtị\"\n            ]\n        }\n    ],\n    \"mmadū ōbụnà\": [\n        {\n            \"word\": \"mmadū ōbụnà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"everybody; any person; every person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òbụbụū\"\n            ]\n        }\n    ],\n    \"mkpọmkpọ mmadù\": [\n        {\n            \"word\": \"mkpọmkpọ mmadù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a poor, despised, hopeless man\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"madù\"\n            ]\n        }\n    ],\n    \"mkpụlụ mmadù\": [\n        {\n            \"word\": \"mkpụlụ mmadù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"few people\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"madù\"\n            ]\n        }\n    ],\n    \"mkpụmkpụ mmadù\": [\n        {\n            \"word\": \"mkpụmkpụ mmadù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a short person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"madù\"\n            ]\n        }\n    ],\n    \"ngịlịga mmadù\": [\n        {\n            \"word\": \"ngịlịga mmadù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stupid, hopeless person; ruffian\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"madù\"\n            ]\n        }\n    ],\n    \"nkịlịka mmadù\": [\n        {\n            \"word\": \"nkịlịka mmadù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"rough, rascally person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"madù\"\n            ]\n        }\n    ],\n    \"nwa mmadù\": [\n        {\n            \"word\": \"nwa mmadù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"freeborn person; well-behaved person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"madù\",\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"ògbu mmadù\": [\n        {\n            \"word\": \"ògbu mmadù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"murderer\",\n                \"\\\"man-killer\\\"; a much-coveted honour in the olden days conferred on anyone who possessed a human head\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"madù\",\n                \"ògbu\"\n            ]\n        }\n    ],\n    \"oke mmadù\": [\n        {\n            \"word\": \"oke mmadù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a man of great reputation\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"madù\"\n            ]\n        }\n    ],\n    \"okpotokpo mmadù\": [\n        {\n            \"word\": \"okpotokpo mmadù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"huge person; person of big build\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"madù\"\n            ]\n        }\n    ],\n    \"òli mmadù\": [\n        {\n            \"word\": \"òli mmadù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cannibal\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"madù\"\n            ]\n        }\n    ],\n    \"òra mmadù\": [\n        {\n            \"word\": \"òra mmadù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the public; the people\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"madù\"\n            ]\n        }\n    ],\n    \"ùwa mmadù\": [\n        {\n            \"word\": \"ùwa mmadù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the world of men\",\n                \"the human world\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"madù\",\n                \"ùwà\"\n            ]\n        }\n    ],\n    \"-wò àchụ mādù\": [\n        {\n            \"word\": \"-wò àchụ mādù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"become man\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"madù\"\n            ]\n        }\n    ],\n    \"madù\": [\n        {\n            \"word\": \"madù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"three persons\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Achò m mmadù ìtọ\",\n                    \"english\": \"I need three persons\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mmakwu\": [\n        {\n            \"word\": \"mmakwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"loop\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mmanụ\": [\n        {\n            \"word\": \"mmanụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"oil, especially palm oil\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"mmanụ\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"mmanụ òpàpa\": [\n        {\n            \"word\": \"mmanụ òpàpa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"groundnut oil\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"manụ\",\n                \"òpàpa\"\n            ]\n        }\n    ],\n    \"-kpa mmanụ\": [\n        {\n            \"word\": \"-kpa mmanụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"buy oil\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"manụ\"\n            ]\n        }\n    ],\n    \"onye mmānụ\": [\n        {\n            \"word\": \"onye mmānụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"oil-seller\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"manụ\",\n                \"onye\"\n            ]\n        }\n    ],\n    \"ponì mmānụ\": [\n        {\n            \"word\": \"ponì mmānụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cask, puncheon of palm oil\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"manụ\",\n                \"ponì\"\n            ]\n        }\n    ],\n    \"-te mmanụ\": [\n        {\n            \"word\": \"-te mmanụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"anoint with oil; paint, coat, smear with oil\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"manụ\",\n                \"-te\"\n            ]\n        }\n    ],\n    \"manụ\": [\n        {\n            \"word\": \"manụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"honey\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mmanwụ\": [\n        {\n            \"word\": \"mmanwụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"masquerade\",\n                \"(at Nri) the highest women’s title, which elderly married women of exemplary character are allowed to take and in which the secret of the ritual mask is revealed (Onwuejeogwu 1974:177)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"mmanwụ\",\n                \"manwụ\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"mmanya\": [\n        {\n            \"word\": \"mmanya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wine, especially palmwine; any type of alcohol\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"mmanya\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"mmanya nā-abà n’anya\": [\n        {\n            \"word\": \"mmanya nā-abà n’anya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(literally wine that enters the eyes - mostly used in Bible)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"manya\"\n            ]\n        }\n    ],\n    \"mmanya nkwū\": [\n        {\n            \"word\": \"mmanya nkwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wine from palm oil\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"manya\",\n                \"nkwụ\"\n            ]\n        }\n    ],\n    \"mmanya ōbubu\": [\n        {\n            \"word\": \"mmanya ōbubu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"intoxicant\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"manya\"\n            ]\n        }\n    ],\n    \"mmanya ògòlò\": [\n        {\n            \"word\": \"mmanya ògòlò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wine from raphia palm (ngwò)\",\n                \"raphia palm-wine\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"manya\",\n                \"ògòlò\"\n            ]\n        }\n    ],\n    \"(mmanya) -tụ\": [\n        {\n            \"word\": \"(mmanya) -tụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be drunk\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Mmanya nà-àtụ Ōfọ, nèe kà o sì adàjọlị\",\n                    \"english\": \"Ọfọ is drunk, see how he staggers\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"manya\",\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"ànì mmānya\": [\n        {\n            \"word\": \"ànì mmānya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dregs of wine\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"manya\"\n            ]\n        }\n    ],\n    \"-gbà mmanya\": [\n        {\n            \"word\": \"-gbà mmanya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"make drunk\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"manya\"\n            ]\n        }\n    ],\n    \"mmanya oyìbo\": [\n        {\n            \"word\": \"mmanya oyìbo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"gin; imported wine or spirits\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"manya\",\n                \"oyìbo\"\n            ]\n        }\n    ],\n    \"-nuta mmanya\": [\n        {\n            \"word\": \"-nuta mmanya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"buy native wine (e.g. palm wine)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Jèe nùtalụ m#mmanya\",\n                    \"english\": \"Go and buy me some palm wine\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"manya\",\n                \"-nu\"\n            ]\n        }\n    ],\n    \"onye mmānya\": [\n        {\n            \"word\": \"onye mmānya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wine (usually palmwine) seller\",\n                \"(palm-) wine seller\",\n                \"carefree person\",\n                \"habitual drunkard\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"manya\",\n                \"onye\"\n            ]\n        }\n    ],\n    \"òkìkà mmānya\": [\n        {\n            \"word\": \"òkìkà mmānya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"ceremonial drinking; feast\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"manya\"\n            ]\n        }\n    ],\n    \"òlaka mmānya\": [\n        {\n            \"word\": \"òlaka mmānya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"drunkard\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"manya\"\n            ]\n        }\n    ],\n    \"manya\": [\n        {\n            \"word\": \"manya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be intoxicated by alcohol\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mmee mmee\": [\n        {\n            \"word\": \"mmee mmee\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"red, reddish\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ò gịnī kpatalụ anya gī jì wèlụ àcha mmee mmee\",\n                    \"english\": \"Why are your eyes red?\"\n                },\n                {\n                    \"igbo\": \"Kpòọlụ m#nwatà nwokē yi àfè mmee mmee\",\n                    \"english\": \"Call me the boy in the red shirt\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"mmeē\"\n            ]\n        }\n    ],\n    \"-gba mmeē\": [\n        {\n            \"word\": \"-gba mmeē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bleed; shed blood\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmeē\"\n            ]\n        }\n    ],\n    \"ònà mmēe\": [\n        {\n            \"word\": \"ònà mmēe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the variety of Dioscorea dumentorum which is white\",\n                \"yellow variety\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmeē\",\n                \"ònà\"\n            ]\n        }\n    ],\n    \"mmeē\": [\n        {\n            \"word\": \"mmeē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"blood (compare òbàlà)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"(mmilī) -kwò\": [\n        {\n            \"word\": \"(mmilī) -kwò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"undergo a rush of people anxious to fetch water (of a stream)\",\n                \"rush, flow rapidly (of waterway, stream)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmilī\"\n            ]\n        }\n    ],\n    \"(mmilī) -ma\": [\n        {\n            \"word\": \"(mmilī) -ma\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(literally) be beaten by rain if you leave now, i.e. You will be drenched if you leave now\",\n                \"(fig.) be in grave trouble; suffer grave loss kà m nwèlù n’ùwà ànwụa! My God! I am done for. The only helper I have in this world is dead!\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Mmilī gà-àma gī ọ bụlụ nà ị nāba kịtāà\",\n                    \"english\": \"Rain will beat you if you leave now, i.e. You will be drenched if you leave now\"\n                },\n                {\n                    \"igbo\": \"Chinēkè m! Mmilī àmaa m. Onye ēnyemaka ọ bù sòọsò ya kà m nwèlù n’ùwà ànwụa\",\n                    \"english\": \"My God! I am done for. The only helper I have in this world is dead!\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"mmilī\"\n            ]\n        }\n    ],\n    \"mmili mmili\": [\n        {\n            \"word\": \"mmili mmili\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wet; damp; watery\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmilī\"\n            ]\n        }\n    ],\n    \"-dị mmili mmili\": [\n        {\n            \"word\": \"-dị mmili mmili\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be wet, damp, watery\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Kèdu ife kpātalụ nà ụnō à dì mmili mmili?\",\n                    \"english\": \"Why is this house so wet?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"mmilī\"\n            ]\n        }\n    ],\n    \"mmili ǹdà arò\": [\n        {\n            \"word\": \"mmili ǹdà arò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the first rain in the year\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmilī\"\n            ]\n        }\n    ],\n    \"mmili òlùlù\": [\n        {\n            \"word\": \"mmili òlùlù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"gathering of clouds before rain\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmilī\"\n            ]\n        }\n    ],\n    \"mmili osisi\": [\n        {\n            \"word\": \"mmili osisi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sap\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmilī\",\n                \"osisi\"\n            ]\n        }\n    ],\n    \"mmili òzùzò\": [\n        {\n            \"word\": \"mmili òzùzò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rain\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmilī\",\n                \"-zò\"\n            ]\n        }\n    ],\n    \"mmili ōŋụŋụ\": [\n        {\n            \"word\": \"mmili ōŋụŋụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"drinking water\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmilī\",\n                \"-ŋụ\"\n            ]\n        }\n    ],\n    \"mmili ōwụwa\": [\n        {\n            \"word\": \"mmili ōwụwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"coming out of underground water, flooding the land of that area. An example is what sometimes occurs in buildings in swampy areas, where water sometimes appears and floods the floors\",\n                \"coming out of underground water, flooding the land (e.g. when water seeps into buildings in swampy areas)\",\n                \"come out, rise, shine (of sun)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmilī\",\n                \"-wa\"\n            ]\n        }\n    ],\n    \"àfè mmīli\": [\n        {\n            \"word\": \"àfè mmīli\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"rain-coat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmilī\"\n            ]\n        }\n    ],\n    \"àkpà nwaammīli\": [\n        {\n            \"word\": \"àkpà nwaammīli\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bladder\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmilī\"\n            ]\n        }\n    ],\n    \"àrụ mmīli\": [\n        {\n            \"word\": \"àrụ mmīli\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stoutness; dropsy; fresh, plump body\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmilī\"\n            ]\n        }\n    ],\n    \"-bụ ọnū mmīli\": [\n        {\n            \"word\": \"-bụ ọnū mmīli\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"spit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmilī\"\n            ]\n        }\n    ],\n    \"-kpọchi mmilī\": [\n        {\n            \"word\": \"-kpọchi mmilī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"turn off (i.e. lock, shut) tap\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmilī\"\n            ]\n        }\n    ],\n    \"-kwọ mmilī\": [\n        {\n            \"word\": \"-kwọ mmilī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bale, dip up water with the hands\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmilī\"\n            ]\n        }\n    ],\n    \"-kwọsa mmilī\": [\n        {\n            \"word\": \"-kwọsa mmilī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"throw water over (as in taking a shower)\",\n                \"wipe off water from floor, table, windscreen, or any wide surface (larger quantity than -ficha; also -kwọcha)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmilī\"\n            ]\n        }\n    ],\n    \"ògbu mmīli\": [\n        {\n            \"word\": \"ògbu mmīli\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"deep water; the sea\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmilī\"\n            ]\n        }\n    ],\n    \"òdọ mmīli\": [\n        {\n            \"word\": \"òdọ mmīli\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pond\",\n                \"pool, pit where rainwater collects; reservoir\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmilī\",\n                \"òdọ\"\n            ]\n        }\n    ],\n    \"ọnụ mmīli\": [\n        {\n            \"word\": \"ọnụ mmīli\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"spittle; saliva\",\n                \"edge of water\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmilī\",\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"-ra mmilī\": [\n        {\n            \"word\": \"-ra mmilī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make, produce rain\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmilī\",\n                \"-ra\"\n            ]\n        }\n    ],\n    \"òra mmili\": [\n        {\n            \"word\": \"òra mmili\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rain-maker\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ndi ilō ānyî chòlù ịrā mmilī taà ijī wèe mebì egwu ānyị nà- àchọ ibū pùtà taàtà\",\n                    \"english\": \"Our enemies want to make it rain today in order to spoil the dance we are launching today\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"mmilī\",\n                \"-ra\"\n            ]\n        }\n    ],\n    \"-ri mmilī\": [\n        {\n            \"word\": \"-ri mmilī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"leak\",\n                \"leak; be leaking\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmilī\",\n                \"-ri\"\n            ]\n        }\n    ],\n    \"-ru nwa mmīli\": [\n        {\n            \"word\": \"-ru nwa mmīli\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"urinate\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmilī\"\n            ]\n        }\n    ],\n    \"-sala mmilī\": [\n        {\n            \"word\": \"-sala mmilī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"lap water (as dog)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmilī\"\n            ]\n        }\n    ],\n    \"-ta obì mmīli\": [\n        {\n            \"word\": \"-ta obì mmīli\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be callous, wicked, determined\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmilī\",\n                \"obì\",\n                \"-ta\"\n            ]\n        }\n    ],\n    \"ùfèsị mmīli\": [\n        {\n            \"word\": \"ùfèsị mmīli\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"across the stream, river, etc.; other side of the river, stream, etc.\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmilī\"\n            ]\n        }\n    ],\n    \"n’ùfèsị mmīli\": [\n        {\n            \"word\": \"n’ùfèsị mmīli\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"on the other side of the river\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmilī\",\n                \"ùfèsi\"\n            ]\n        }\n    ],\n    \"ụgbọ mmīli\": [\n        {\n            \"word\": \"ụgbọ mmīli\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"ship; boat; canoe\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmilī\",\n                \"ụgbọ\"\n            ]\n        }\n    ],\n    \"-zè(lụ) mmilī\": [\n        {\n            \"word\": \"-zè(lụ) mmilī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shelter from rain\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmilī\",\n                \"-zè\"\n            ]\n        }\n    ],\n    \"mmilī\": [\n        {\n            \"word\": \"mmilī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"water; rain\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"mmilī\",\n                \"milī\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"mmìkolo\": [\n        {\n            \"word\": \"mmìkolo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"ferret\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mmìmì\": [\n        {\n            \"word\": \"mmìmì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"small peppery fruit used as alternative to kola; the tree itself\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mmùmù ọnwa\": [\n        {\n            \"word\": \"mmùmù ọnwa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"star\",\n                \"firefly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmùmù\",\n                \"ọnwa\"\n            ]\n        }\n    ],\n    \"mmùmù\": [\n        {\n            \"word\": \"mmùmù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mmụọ inyī\": [\n        {\n            \"word\": \"mmụọ inyī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bad, unclean spirit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmụō\"\n            ]\n        }\n    ],\n    \"mmụọ ogonogo\": [\n        {\n            \"word\": \"mmụọ ogonogo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"'tall ghost', the most elderly and venerated form of the incarnate dead (= egwugwu)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmụō\"\n            ]\n        }\n    ],\n    \"ego mmūọ\": [\n        {\n            \"word\": \"ego mmūọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"money ritually offered to the dead\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmụō\"\n            ]\n        }\n    ],\n    \"-kpọ mụō\": [\n        {\n            \"word\": \"-kpọ mụō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"take mọō when assuming duties of ọkpala\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmụō\"\n            ]\n        }\n    ],\n    \"-na mmụō\": [\n        {\n            \"word\": \"-na mmụō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"die (euphemistic) (literally return to the land of the spirits)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmụō\"\n            ]\n        }\n    ],\n    \"ndi mmụọ\": [\n        {\n            \"word\": \"ndi mmụọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the dead; the ancestors\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmụō\"\n            ]\n        }\n    ],\n    \"ọkụ mmụọ\": [\n        {\n            \"word\": \"ọkụ mmụọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(Christian usage) hell fire\",\n                \"matches\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmụō\"\n            ]\n        }\n    ],\n    \"ùwà ndi mmụọ\": [\n        {\n            \"word\": \"ùwà ndi mmụọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the world of spirits\",\n                \"masquerade (= mmanwụ)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmụō\"\n            ]\n        }\n    ],\n    \"mmụọ ebì ogwū\": [\n        {\n            \"word\": \"mmụọ ebì ogwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a masquerade with porcupine quills on the body\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmụō\"\n            ]\n        }\n    ],\n    \"mmụọ ijelè\": [\n        {\n            \"word\": \"mmụọ ijelè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a graceful, elaborate masquerade\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmụō\"\n            ]\n        }\n    ],\n    \"àwòlọ mmụọ\": [\n        {\n            \"word\": \"àwòlọ mmụọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"masquerade's mask\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmụō\"\n            ]\n        }\n    ],\n    \"-ma mmụọ\": [\n        {\n            \"word\": \"-ma mmụọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be initiated into the masqueraders' cult (and learn its secrets)\",\n                \"(loosely) be initiated into secret cult\",\n                \"(loosely) be let into deep secret\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmụō\"\n            ]\n        }\n    ],\n    \"òdogwu mmūọ\": [\n        {\n            \"word\": \"òdogwu mmūọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"any type of masquerade with horned head (For other types of masquerade, see àkàtaàkà, àtùmà, ìgbàdikē, ùlàgà)\",\n                \"Follows name of object (usually plant) to denote a poisonous, non-edible, degenerate, or abnormal variety, as opposed to the non-poisonous, edible, normal kind\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmụō\"\n            ]\n        }\n    ],\n    \"edē mmụọ\": [\n        {\n            \"word\": \"edē mmụọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"inedible plant similar to cocoyam\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmụō\"\n            ]\n        }\n    ],\n    \"ùtabā mmụọ\": [\n        {\n            \"word\": \"ùtabā mmụọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kind of non-edible shrub resembling tobacco plant in appearance and smell\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mmụō\"\n            ]\n        }\n    ],\n    \"mmụō\": [\n        {\n            \"word\": \"mmụō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"spirit of the dead; ghost. The spirits of the dead are divided\",\n                \"into good and evil\",\n                \"the first title, taken before ọzō\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ajō mmadù bù ajō mmụō\",\n                    \"english\": \"A wicked man makes a wicked spirit. The good ones are behind, subdivided into ìchìè ukwu, the great ancestors, who were ọzō titled men who founded the various hierarchies of the extant lineages, and ìchìè ntà, the small ancestors, dead lineage. All good ancestors reincarnate in their lineage. The evil ones are anything and die without having children; they cannot reincarnate in their lineage, roam wild in the spirit world and from time to time gain entry to the world of men to cause confusion accidental or premature deaths or suicide; such spirits cannot be reincarnated or reach the spirit land, but come back to earth to cause other bad deaths keep revisiting their mother's womb to repeatedly be reborn and die (Onwuejeogwu 1974:89-99)\"\n                }\n            ],\n            \"variations\": [\n                \"mmụō\",\n                \"mmọō\",\n                \"mmọō\",\n                \"mụō\",\n                \"mọō\"\n            ],\n            \"stems\": []\n        }\n    ],\n    \"motò\": [\n        {\n            \"word\": \"motò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"motor vehicle (English motor)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mpàlà\": [\n        {\n            \"word\": \"mpàlà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"measure of length; stride\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mpanaaka\": [\n        {\n            \"word\": \"mpanaaka\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"small native hand-lamp\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nwa mpe\": [\n        {\n            \"word\": \"nwa mpe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"very short, little, smallish state (of human beings in particular, and animals)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"mpe\"\n            ],\n            \"stems\": [\n                \"mpe\",\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"-pe mpe\": [\n        {\n            \"word\": \"-pe mpe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be small, little\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mpe\",\n                \"-pe\"\n            ]\n        }\n    ],\n    \"mpe\": [\n        {\n            \"word\": \"mpe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mpempe\": [\n        {\n            \"word\": \"mpempe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"edge, hem (of cloth); pieces (of paper, cloth, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-sọ mpì\": [\n        {\n            \"word\": \"-sọ mpì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"butt with the horns; compete\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ànyî jèkò ịsō mpì na Ọka\",\n                    \"english\": \"We are going to compete (for a competition) at Ọka\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"mpì\",\n                \"-sọ\"\n            ]\n        }\n    ],\n    \"mpì\": [\n        {\n            \"word\": \"mpì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"horn\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mpio\": [\n        {\n            \"word\": \"mpio\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hole(s) through the compound wall used as passage for livestock, especially young ones, to and from the outside; or to let surface water escape from compound or house\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mpīa\": [\n        {\n            \"word\": \"mpīa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mpòmà\": [\n        {\n            \"word\": \"mpòmà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"matchet (compare mmà)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mpū\": [\n        {\n            \"word\": \"mpū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hold (in a bag, etc.); outlet (-pu 2. be perforated, have hole(s) (compare oghēle)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"mpu\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"mpụ\": [\n        {\n            \"word\": \"mpụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ndị mpùm\": [\n        {\n            \"word\": \"ndị mpùm\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"armed robbers\",\n                \"highwaymen; robbers; bandits\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mpùm\",\n                \"ndị\",\n                \"-pù\"\n            ]\n        }\n    ],\n    \"mpùm\": [\n        {\n            \"word\": \"mpùm\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"highway robbery\",\n                \"robbery with violence\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-pù\"\n            ]\n        }\n    ],\n    \"-mù mbọ\": [\n        {\n            \"word\": \"-mù mbọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"use nails on\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-mù\"\n            ]\n        }\n    ],\n    \"-kwọmù\": [\n        {\n            \"word\": \"-kwọmù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"grind into small pieces\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-mù\"\n            ]\n        }\n    ],\n    \"-tamù\": [\n        {\n            \"word\": \"-tamù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bite into small pieces\",\n                \"mutter; murmur; grumble\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-mù\",\n                \"-ta\"\n            ]\n        }\n    ],\n    \"òmùmù\": [\n        {\n            \"word\": \"òmùmù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fruitfulness (in bearing children) (? -mì 2. bear; compare ụmù)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Chukwu nyèlù yà òmùmù\",\n                    \"english\": \"God gave her the gift of childbearing\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-mùta\": [\n        {\n            \"word\": \"-mùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"learn\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-mù\"\n            ]\n        }\n    ],\n    \"onye mmùta\": [\n        {\n            \"word\": \"onye mmùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"scholar; pupil\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-mù\",\n                \"onye\"\n            ]\n        }\n    ],\n    \"-mù àmùmà\": [\n        {\n            \"word\": \"-mù àmùmà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lighten (of lightning)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-mù\"\n            ]\n        }\n    ],\n    \"-mùlụ ọkụ\": [\n        {\n            \"word\": \"-mùlụ ọkụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"light from (fire, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-mù\"\n            ]\n        }\n    ],\n    \"-mùnye\": [\n        {\n            \"word\": \"-mùnye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"light (a lamp)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-mù\"\n            ]\n        }\n    ],\n    \"-mù ọkụ\": [\n        {\n            \"word\": \"-mù ọkụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"kindle light\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-mù\",\n                \"ọkụ\"\n            ]\n        }\n    ],\n    \"-mùsị\": [\n        {\n            \"word\": \"-mùsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"glitter; shine\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-mù\"\n            ]\n        }\n    ],\n    \"-mù\": [\n        {\n            \"word\": \"-mù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"learn; study\",\n                \"shine\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"mụ nà isi m#\": [\n        {\n            \"word\": \"mụ nà isi m#\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"I myself (emphatic)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mụ\"\n            ]\n        }\n    ],\n    \"mụ nwà\": [\n        {\n            \"word\": \"mụ nwà\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"I myself, me (emphatic)\",\n                \"I myself\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"mụ\",\n                \"nwà\"\n            ]\n        }\n    ],\n    \"mụ\": [\n        {\n            \"word\": \"mụ\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"I; me (independent, 1st pers. sg.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òmụmụ\": [\n        {\n            \"word\": \"òmụmụ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"birth\",\n                \"sharpening\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-mụ\"\n            ]\n        }\n    ],\n    \"-mụkwo\": [\n        {\n            \"word\": \"-mụkwo\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"give birth prematurely\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-mụ\"\n            ]\n        }\n    ],\n    \"-mụpùta\": [\n        {\n            \"word\": \"-mụpùta\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"bring forth; give birth to\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-mụ\"\n            ]\n        }\n    ],\n    \"ndị mūlụ\": [\n        {\n            \"word\": \"ndị mūlụ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"parents\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-mụ\",\n                \"ndị\"\n            ]\n        }\n    ],\n    \"òmụgwò\": [\n        {\n            \"word\": \"òmụgwò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"birth feast; period immediately after a woman’s safe delivery till about three months, during which she is confined at home and does not go to market. The traditional period ends with the mother's ceremonially attending the market on a set day at the end of the òmụgwò period. The period of the observation of òmụgwò and the òmụgwò observation is called ǹgwò\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òmùlù nwa\": [\n        {\n            \"word\": \"òmùlù nwa\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"interest (on capital)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-mụ\"\n            ]\n        }\n    ],\n    \"-mụ amụ\": [\n        {\n            \"word\": \"-mụ amụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"laugh at\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-mụ\"\n            ]\n        }\n    ],\n    \"-mụ mmà\": [\n        {\n            \"word\": \"-mụ mmà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sharpen a sword, knife, matchet\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-mụ\"\n            ]\n        }\n    ],\n    \"-mụ\": [\n        {\n            \"word\": \"-mụ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"give birth to; beget\",\n                \"sharpen\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-mụ-mù\": [\n        {\n            \"word\": \"-mụ-mù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hum; murmur\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Amārọ m ịfe nā-amụmù n’ime ụnò\",\n                    \"english\": \"I don’t know what is humming in the room\"\n                }\n            ],\n            \"variations\": [\n                \"-mu-mù\"\n            ],\n            \"stems\": []\n        }\n    ],\n    \"myò\": [\n        {\n            \"word\": \"myò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sieve (-yò sieve)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"N\": [\n        {\n            \"word\": \"N\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"n’\": [\n        {\n            \"word\": \"n’\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see nà 1.\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ònịna\": [\n        {\n            \"word\": \"ònịna\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"healing\",\n                \"taking; receiving\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọnya m#ànago\",\n                    \"english\": \"My cut has healed\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-na\"\n            ]\n        }\n    ],\n    \"-na àzụ\": [\n        {\n            \"word\": \"-na àzụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lag; dawdle\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọlụ m#nà-àna āzụ\",\n                    \"english\": \"My work is lagging\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-na\"\n            ]\n        }\n    ],\n    \"-naba\": [\n        {\n            \"word\": \"-naba\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go home\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-na\"\n            ]\n        }\n    ],\n    \"nàba!\": [\n        {\n            \"word\": \"nàba!\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go home!\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-na\"\n            ]\n        }\n    ],\n    \"-nabà\": [\n        {\n            \"word\": \"-nabà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go to bed\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-na\"\n            ]\n        }\n    ],\n    \"-nachìgha\": [\n        {\n            \"word\": \"-nachìgha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"return home\",\n                \"receive back; recover\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-na\"\n            ]\n        }\n    ],\n    \"-nafè\": [\n        {\n            \"word\": \"-nafè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go abroad\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-na\"\n            ]\n        }\n    ],\n    \"-nafù\": [\n        {\n            \"word\": \"-nafù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go and not come back\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-na\"\n            ]\n        }\n    ],\n    \"nàa gboo\": [\n        {\n            \"word\": \"nàa gboo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"farewell (to those expected to return)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-na\"\n            ]\n        }\n    ],\n    \"-nakọ ànakọ\": [\n        {\n            \"word\": \"-nakọ ànakọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go homewards\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-na\"\n            ]\n        }\n    ],\n    \"-nakwulu\": [\n        {\n            \"word\": \"-nakwulu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go home to (someone)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-na\"\n            ]\n        }\n    ],\n    \"-namì\": [\n        {\n            \"word\": \"-namì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go to an uncertain destination\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-na\"\n            ]\n        }\n    ],\n    \"-na mmụō or -na ànị mmụọ\": [\n        {\n            \"word\": \"-na mmụō or -na ànị mmụọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"die (euphemistic) (literally return to the land of the spirits)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-na\"\n            ]\n        }\n    ],\n    \"-nanarị\": [\n        {\n            \"word\": \"-nanarị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"escape from; go away from\",\n                \"go away from\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-na\",\n                \"-na-rị\"\n            ]\n        }\n    ],\n    \"-nata\": [\n        {\n            \"word\": \"-nata\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"return (home)\",\n                \"receive\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Kèdu ụbòsì ị gà-ànata?\",\n                    \"english\": \"What day will you return?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-na\"\n            ]\n        }\n    ],\n    \"-nado\": [\n        {\n            \"word\": \"-nado\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"contain; retain; accommodate\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-na\"\n            ]\n        }\n    ],\n    \"-nalụ\": [\n        {\n            \"word\": \"-nalụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"receive; take\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-na\"\n            ]\n        }\n    ],\n    \"-napùga\": [\n        {\n            \"word\": \"-napùga\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"save; redeem\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Onye Nnapùga\",\n                    \"english\": \"Redeemer (compare Onye Nzọpùta)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-na\"\n            ]\n        }\n    ],\n    \"-napùta\": [\n        {\n            \"word\": \"-napùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"snatch out; snatch away; deliver\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-na\"\n            ]\n        }\n    ],\n    \"-napùta okwu\": [\n        {\n            \"word\": \"-napùta okwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"force someone to speak out\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-na\",\n                \"okwu\"\n            ]\n        }\n    ],\n    \"-na ụgwō\": [\n        {\n            \"word\": \"-na ụgwō\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"receive salary, wages, etc.\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-na\",\n                \"ụgwō\"\n            ]\n        }\n    ],\n    \"-na ùtụ\": [\n        {\n            \"word\": \"-na ùtụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"exact tax\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-na\",\n                \"ùtụ\"\n            ]\n        }\n    ],\n    \"-na\": [\n        {\n            \"word\": \"-na\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go home; go away (finally)\",\n                \"receive; take; take by force\",\n                \"marks the progressive and habitual verb forms\",\n                \"(-naà when in final position after non-low tone) negative commands\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òne kà ọ nà-àna n’ọnwa?\",\n                    \"english\": \"How much does he earn a month?\"\n                },\n                {\n                    \"igbo\": \"Chikē nà-àbịa\",\n                    \"english\": \"Chike is coming (progressive)/(usually) come (habitual)\"\n                },\n                {\n                    \"igbo\": \"Chikē gà na-àbịa\",\n                    \"english\": \"Chike will be coming (future habitual)\"\n                },\n                {\n                    \"igbo\": \"Chikē gà na-ègogo jī\",\n                    \"english\": \"Chike will/must have been (habitually) buying yams\"\n                },\n                {\n                    \"igbo\": \"Na-èbi òfụma\",\n                    \"english\": \"Goodbye (literally keep on living well)\"\n                },\n                {\n                    \"igbo\": \"Ejēna ozi à\",\n                    \"english\": \"Don’t go on this errand\"\n                },\n                {\n                    \"igbo\": \"Ejēnaà\",\n                    \"english\": \"Do not go\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"n’aka ebē\": [\n        {\n            \"word\": \"n’aka ebē\",\n            \"wordClass\": \"PREP\",\n            \"definitions\": [\n                \"as a pledge, surety\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Jìde akwụkwọ à n’aka ebē\",\n                    \"english\": \"Take this book as a pledge\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"nà\"\n            ]\n        }\n    ],\n    \"n’ànì\": [\n        {\n            \"word\": \"n’ànì\",\n            \"wordClass\": \"PREP\",\n            \"definitions\": [\n                \"on the ground\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nà\"\n            ]\n        }\n    ],\n    \"nà ǹkịtị\": [\n        {\n            \"word\": \"nà ǹkịtị\",\n            \"wordClass\": \"PREP\",\n            \"definitions\": [\n                \"in vain; for nothing\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ife o mè bù nà ǹkịtị\",\n                    \"english\": \"What he has done is in vain\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"nà\",\n                \"ǹkịtị\"\n            ]\n        }\n    ],\n    \"nà ǹtụmādị\": [\n        {\n            \"word\": \"nà ǹtụmādị\",\n            \"wordClass\": \"PREP\",\n            \"definitions\": [\n                \"suddenly; unexpectedly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nà\"\n            ]\n        }\n    ],\n    \"n’àzụ\": [\n        {\n            \"word\": \"n’àzụ\",\n            \"wordClass\": \"PREP\",\n            \"definitions\": [\n                \"behind; in the absence of\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nà\"\n            ]\n        }\n    ],\n    \"n’ùsòlò n’ùsòlò\": [\n        {\n            \"word\": \"n’ùsòlò n’ùsòlò\",\n            \"wordClass\": \"PREP\",\n            \"definitions\": [\n                \"in order; one after the other\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nà\",\n                \"ùsòlò\"\n            ]\n        }\n    ],\n    \"n’ụnò\": [\n        {\n            \"word\": \"n’ụnò\",\n            \"wordClass\": \"PREP\",\n            \"definitions\": [\n                \"at home; in the house; within (the house)\",\n                \"at home; in the house; within\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nà\",\n                \"ụnò\"\n            ]\n        }\n    ],\n    \"n’ùsọ\": [\n        {\n            \"word\": \"n’ùsọ\",\n            \"wordClass\": \"PREP\",\n            \"definitions\": [\n                \"beside; by the side of\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Dèbelụ m ìtè afù n’ùsọ ọkū\",\n                    \"english\": \"Help me put that pot beside the fire\"\n                },\n                {\n                    \"igbo\": \"Gbà mbò dèbe anụ ndù afù n’ùsọ ọkū kà ọ ghàlụ ilē ule\",\n                    \"english\": \"Try and keep that fresh meat beside the fire to prevent it from rotting\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"nà\",\n                \"ùsọ\"\n            ]\n        }\n    ],\n    \"n’ùzọ ūtụtù\": [\n        {\n            \"word\": \"n’ùzọ ūtụtù\",\n            \"wordClass\": \"PREP\",\n            \"definitions\": [\n                \"early in the morning\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ijè bìàlù ebe à n’ùzọ ūtụtù\",\n                    \"english\": \"Ije came here early in the morning\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"nà\",\n                \"ùtụtù\",\n                \"ùzọ\"\n            ]\n        }\n    ],\n    \"-si nà\": [\n        {\n            \"word\": \"-si nà\",\n            \"wordClass\": \"PREP\",\n            \"definitions\": [\n                \"come from\",\n                \"go, come, from (nà sometimes omitted) Ibadan (nà omitted) sleep to the ancestors)\",\n                \"(fig.) come as a result of Success comes from luck)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Achòlù m isī Ìbàdàn naa ụnò\",\n                    \"english\": \"I want to go home through\"\n                },\n                {\n                    \"igbo\": \"O sì n’ụla naa mmōọ\",\n                    \"english\": \"He died in his sleep (literally He went from sleep to the ancestors)\"\n                },\n                {\n                    \"igbo\": \"Ògàniiru nà-èsi n’iru ọma\",\n                    \"english\": \"Success depends on luck (literally success comse from luck)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"nà\",\n                \"-si\"\n            ]\n        }\n    ],\n    \"nà\": [\n        {\n            \"word\": \"nà\",\n            \"wordClass\": \"PREP\",\n            \"definitions\": [\n                \"(before a vowel written as n’; tone is basically low, but assimilates to a following high tone vowel) at; in; to; from\",\n                \"that\",\n                \"and\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"naàbò\": [\n        {\n            \"word\": \"naàbò\",\n            \"wordClass\": \"CD\",\n            \"definitions\": [\n                \"two (qualifying form, compare ìbùọ)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"naanō\": [\n        {\n            \"word\": \"naanō\",\n            \"wordClass\": \"CD\",\n            \"definitions\": [\n                \"four (qualifying form, compare ìnọ)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"naanò\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"naasāà\": [\n        {\n            \"word\": \"naasāà\",\n            \"wordClass\": \"CD\",\n            \"definitions\": [\n                \"seven (qualifying form, compare ìsaà)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"naasātọ\": [\n        {\n            \"word\": \"naasātọ\",\n            \"wordClass\": \"CD\",\n            \"definitions\": [\n                \"eight (qualifying form, compare ìsatō)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-naghà ntì\": [\n        {\n            \"word\": \"-naghà ntì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"refuse to listen; act wilfully\",\n                \"act wilfully\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ naghà ntì wèe me ife à\",\n                    \"english\": \"He did this thing wilfully\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-na-ghà\",\n                \"ntì\"\n            ]\n        }\n    ],\n    \"-naghà okwu\": [\n        {\n            \"word\": \"-naghà okwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"interrupt\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-na-ghà\",\n                \"okwu\"\n            ]\n        }\n    ],\n    \"-na-ghà\": [\n        {\n            \"word\": \"-na-ghà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"prevent; hinder; restrain\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-na-rà\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"-na-lụ\": [\n        {\n            \"word\": \"-na-lụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"win; be correct; (of statement) agree with statement or information previously made\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nààlù gị\",\n                    \"english\": \"You are correct\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nànwụledè\": [\n        {\n            \"word\": \"nànwụledè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wild cat; genet\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ùnànwụledè\",\n                \"nànwụlụ\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ùnànwụlụ\": [\n        {\n            \"word\": \"ùnànwụlụ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see nànwụledè\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-sonarị\": [\n        {\n            \"word\": \"-sonarị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"surpass in growth\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àda gà-èsonarị nwa nnē ya nwokē ogō\",\n                    \"english\": \"Ada will grow taller than her brother\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-na-rị\"\n            ]\n        }\n    ],\n    \"-na-rị\": [\n        {\n            \"word\": \"-na-rị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"surpass in running\",\n                \"fly away from\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Egbe afù èfenarịgo m#\",\n                    \"english\": \"The hawk has flown away from me (from my grip, or from where I kept it confined)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"nàịrà\": [\n        {\n            \"word\": \"nàịrà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"naira\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nchà ngù\": [\n        {\n            \"word\": \"nchà ngù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"local soap\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nchà\"\n            ]\n        }\n    ],\n    \"nchà\": [\n        {\n            \"word\": \"nchà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"soap\",\n                \"curdled oil preparation for eating certain foods like yam, plantain, shredded cassava, etc. It is prepared by crushing some quantity of potash stone, àkanwụ, or pouring some liquid ngù into oil, and stirring it till the oil thickens and curdles. Some condiments are added and the preparation is used as stew\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ǹcha ncha\": [\n        {\n            \"word\": \"ǹcha ncha\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"not at all\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àgarō m ịpù n’ụnò ǹcha ncha\",\n                    \"english\": \"I shall not leave the house at all\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹcha\"\n            ]\n        }\n    ],\n    \"ogè ǹcha\": [\n        {\n            \"word\": \"ogè ǹcha\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"always; at all times\",\n                \"at all times; always (compare ọgè niīne)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹcha\",\n                \"ogè\"\n            ]\n        }\n    ],\n    \"ụnù ǹcha\": [\n        {\n            \"word\": \"ụnù ǹcha\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"all of you; you all\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹcha\",\n                \"ụnù\"\n            ]\n        }\n    ],\n    \"ǹcha ọcha\": [\n        {\n            \"word\": \"ǹcha ọcha\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fish (Tilapia zilii (compare ìkpoòkpò)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹcha\"\n            ]\n        }\n    ],\n    \"ǹcha\": [\n        {\n            \"word\": \"ǹcha\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"all of them (compare fa niīne)\",\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-ta nchāla\": [\n        {\n            \"word\": \"-ta nchāla\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be rusty\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Ǹgàjì ị rāpùlù n’ìlo ǹnyàafù ogè mmilī nà-ezò àtago nchāla\",\n                    \"english\": \"The spoon you left outside yesterday when it was raining has become rusty\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"nchāla\",\n                \"-ta\"\n            ]\n        }\n    ],\n    \"nchāla\": [\n        {\n            \"word\": \"nchāla\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"rust\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹche ānwụ\": [\n        {\n            \"word\": \"ǹche ānwụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sunshade; umbrella\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹche\"\n            ]\n        }\n    ],\n    \"ndi nche\": [\n        {\n            \"word\": \"ndi nche\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the guards\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹche\"\n            ]\n        }\n    ],\n    \"ndi nche òbòdò\": [\n        {\n            \"word\": \"ndi nche òbòdò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the town or village guards\",\n                \"the police\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹche\",\n                \"òbòdò\"\n            ]\n        }\n    ],\n    \"onye nche\": [\n        {\n            \"word\": \"onye nche\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"watchman\",\n                \"watchman; guard\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òrànàǹche\",\n                    \"english\": \"male name (literally All at watch)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹche\",\n                \"onye\"\n            ]\n        }\n    ],\n    \"ụkā nche\": [\n        {\n            \"word\": \"ụkā nche\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"watchnight service (e.g. that held on eve of Christmas, New Year, etc.)\",\n                \"watchnight service (e.g. that held on Christmas, New Year's Eve)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹche\",\n                \"ụkà\"\n            ]\n        }\n    ],\n    \"ǹche\": [\n        {\n            \"word\": \"ǹche\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"keeping; saving; watching over; vigil (-che 1. watch)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nchebe\": [\n        {\n            \"word\": \"nchebe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"preservation; keeping (from -chebe preserve, keep)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹchì\": [\n        {\n            \"word\": \"ǹchì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cane rat, cutting grass; \\\"grasscutter\\\" (Thryonomys swinderianus)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹchìchè\": [\n        {\n            \"word\": \"ǹchìchè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"venereal disease which eats off the nose (stage of syphilis)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹchịcha\": [\n        {\n            \"word\": \"ǹchịcha\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"disease causing skin to turn yellow; blasting or withering of vegetation\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹchìkwịnìkwịnì\": [\n        {\n            \"word\": \"ǹchìkwịnìkwịnì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dried latex from rubber tree or ụdalà (so called from sound when chewed)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹchòlòkòtò\": [\n        {\n            \"word\": \"ǹchòlòkòtò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"board game with twelve holes, sometimes dug in the earth, played by two persons with nuts, seeds or small stones\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹchụ\": [\n        {\n            \"word\": \"ǹchụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hat (compare òkpu)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹdàlàgwùgwù\": [\n        {\n            \"word\": \"ǹdàlàgwùgwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"valley\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ndàma ndàmi\": [\n        {\n            \"word\": \"ndàma ndàmi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"trial; temptation (from -dàma fall up and down, here and there)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹdamanya\": [\n        {\n            \"word\": \"ǹdamanya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"laziness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ndasì\": [\n        {\n            \"word\": \"ndasì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tumbler\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹdè\": [\n        {\n            \"word\": \"ǹdè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sickly, delicate condition\",\n                \"disappearance; charm giving one the power to be invisible\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Dibìa à nà-àgwọ ǹdè\",\n                    \"english\": \"This dibịa can prepare a charm for vanishing\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ǹdèelī\": [\n        {\n            \"word\": \"ǹdèelī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"midnight\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹdeèwo!\": [\n        {\n            \"word\": \"ǹdeèwo!\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"common salutation of welcome or thanks\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹdele\": [\n        {\n            \"word\": \"ǹdele\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"rod; large staff\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kpụ ǹdèlè\": [\n        {\n            \"word\": \"-kpụ ǹdèlè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"make track\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹdèlè\"\n            ]\n        }\n    ],\n    \"ǹdèlè\": [\n        {\n            \"word\": \"ǹdèlè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"line; row; track\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ndene\": [\n        {\n            \"word\": \"ndene\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"properly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ndepùta ochīè\": [\n        {\n            \"word\": \"ndepùta ochīè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"old edition\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ndepùta\",\n                \"oche\"\n            ]\n        }\n    ],\n    \"ndepùta ọfụū\": [\n        {\n            \"word\": \"ndepùta ọfụū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"new edition\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ndepùta ọfụū akwụkwọ ǹkaà apùtago\",\n                    \"english\": \"There is a new edition of this book\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ndepùta\",\n                \"ọfụū\"\n            ]\n        }\n    ],\n    \"ndi\": [\n        {\n            \"word\": \"ndi\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see ndị\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"onye ǹdìdì\": [\n        {\n            \"word\": \"onye ǹdìdì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"patient person\",\n                \"personal name\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Proverb: Onye ǹdìdì nà-èli azū ūkpoò\",\n                    \"english\": \"The patient man eats hook-killed fish\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹdìdì\"\n            ]\n        }\n    ],\n    \"ǹdìdì\": [\n        {\n            \"word\": \"ǹdìdì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"patience; perseverance\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ndị à\": [\n        {\n            \"word\": \"ndị à\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"these\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Akwà ndị à bụ òke ǹkè m\",\n                    \"english\": \"These clothes are my share\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ndị\"\n            ]\n        }\n    ],\n    \"ndị aghā\": [\n        {\n            \"word\": \"ndị aghā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"soldiers; warriors\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ndị\"\n            ]\n        }\n    ],\n    \"ndị īchiè\": [\n        {\n            \"word\": \"ndị īchiè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"chiefs, titled persons (alive or departed)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ndị\"\n            ]\n        }\n    ],\n    \"ndi ikènyà\": [\n        {\n            \"word\": \"ndi ikènyà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"elders; grown men; principal men\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ndị\"\n            ]\n        }\n    ],\n    \"ndị ikpē\": [\n        {\n            \"word\": \"ndị ikpē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the judges\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ndị\"\n            ]\n        }\n    ],\n    \"ndị mbụ nà ndị àbò\": [\n        {\n            \"word\": \"ndị mbụ nà ndị àbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the ancestors\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ndị\"\n            ]\n        }\n    ],\n    \"ndị mmụọ\": [\n        {\n            \"word\": \"ndị mmụọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dead people (spirits)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ndị\"\n            ]\n        }\n    ],\n    \"ndị nche atụlū\": [\n        {\n            \"word\": \"ndị nche atụlū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"shepherds\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ndị\"\n            ]\n        }\n    ],\n    \"ndị ǹkè nya\": [\n        {\n            \"word\": \"ndị ǹkè nya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"his own people\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ndị\",\n                \"ǹkè\"\n            ]\n        }\n    ],\n    \"ndị nkịtị\": [\n        {\n            \"word\": \"ndị nkịtị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"common people\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ndị\",\n                \"ǹkịtị\"\n            ]\n        }\n    ],\n    \"ndị ntā\": [\n        {\n            \"word\": \"ndị ntā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hunters\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ndị\",\n                \"nta\"\n            ]\n        }\n    ],\n    \"ndị nwufù\": [\n        {\n            \"word\": \"ndị nwufù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"those yonder\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ndị\"\n            ]\n        }\n    ],\n    \"ndinyom\": [\n        {\n            \"word\": \"ndinyom\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"women; females\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ndị\"\n            ]\n        }\n    ],\n    \"ndi ochiè\": [\n        {\n            \"word\": \"ndi ochiè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the ancients\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ndị\"\n            ]\n        }\n    ],\n    \"Ndi ōji\": [\n        {\n            \"word\": \"Ndi ōji\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Africans; black people\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ndị\"\n            ]\n        }\n    ],\n    \"ndị okènyè\": [\n        {\n            \"word\": \"ndị okènyè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"elders\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ndị\"\n            ]\n        }\n    ],\n    \"ndi orī\": [\n        {\n            \"word\": \"ndi orī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"rogues; highwaymen\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ndị\"\n            ]\n        }\n    ],\n    \"ndi orù\": [\n        {\n            \"word\": \"ndi orù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"slaves\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ndị\",\n                \"orù\"\n            ]\n        }\n    ],\n    \"ndi ōsu\": [\n        {\n            \"word\": \"ndi ōsu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"outcasts; people owned by deities\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ndị\",\n                \"òsu\"\n            ]\n        }\n    ],\n    \"ndị ozī\": [\n        {\n            \"word\": \"ndị ozī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"messengers; the Apostles\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọlụ Ndị Ozī\",\n                    \"english\": \"The Acts of the Apostles\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ndị\",\n                \"ozi\"\n            ]\n        }\n    ],\n    \"ndị ọkù\": [\n        {\n            \"word\": \"ndị ọkù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fishermen\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ndị\",\n                \"ọkù\"\n            ]\n        }\n    ],\n    \"ndị ọnwò\": [\n        {\n            \"word\": \"ndị ọnwò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"some people\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ndị\",\n                \"ọnwò\"\n            ]\n        }\n    ],\n    \"ndi ōta ōjị\": [\n        {\n            \"word\": \"ndi ōta ōjị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"nickname used only by the Igbo to describe the Yoruba\",\n                \"nickname used by Igbo to describe Yoruba\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ndị\",\n                \"ọjị\",\n                \"-ta\"\n            ]\n        }\n    ],\n    \"ndị òyì\": [\n        {\n            \"word\": \"ndị òyì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"friends\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ndị\",\n                \"òyì\"\n            ]\n        }\n    ],\n    \"ndi Ukà\": [\n        {\n            \"word\": \"ndi Ukà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the Christians\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ndị\"\n            ]\n        }\n    ],\n    \"ndị ùlà\": [\n        {\n            \"word\": \"ndị ùlà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"deceivers; cunning people\",\n                \"deceivers; cunning people; enticers\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ndị\",\n                \"ùlà\"\n            ]\n        }\n    ],\n    \"ùwà ndi mmọọ\": [\n        {\n            \"word\": \"ùwà ndi mmọọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the world of spirits\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ndị\",\n                \"ùwà\"\n            ]\n        }\n    ],\n    \"ùwà ndi oyìbo\": [\n        {\n            \"word\": \"ùwà ndi oyìbo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"luxurious pleasure-loving way of life or living; extravagant life (literally the world of the white people)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nwụnyē Īkê bìàlù ùwà ndi oyìbo. Di yā adī àchọ kà ọ lụa ọlụ ōbụnà, mà ò bù kà ọ mee ife ōbụnā sīlị ike\",\n                    \"english\": \"Ike's wife is living a life of pleasure. Her husband never wants her to do any work or do anything arduous\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ndị\",\n                \"oyìbo\",\n                \"ùwà\"\n            ]\n        }\n    ],\n    \"ndị\": [\n        {\n            \"word\": \"ndị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"nation; people, those (plural of onye)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ndi\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"Ọgbe Ǹdìdà\": [\n        {\n            \"word\": \"Ọgbe Ǹdìdà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a village in Onitsha Inland Town\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹdìdà\"\n            ]\n        }\n    ],\n    \"ǹdìdà\": [\n        {\n            \"word\": \"ǹdìdà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"down-river; the South; low-lying country\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹdìlì\": [\n        {\n            \"word\": \"ǹdìlì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"row; line\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ndò\": [\n        {\n            \"word\": \"ndò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kind of pigeon\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹdo\": [\n        {\n            \"word\": \"ǹdo\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"salutation of sympathy\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹdò\": [\n        {\n            \"word\": \"ǹdò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"shade; shadow\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹdodo\": [\n        {\n            \"word\": \"ǹdodo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"horizontal house-beam\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ndokwa\": [\n        {\n            \"word\": \"ndokwa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"settlement; peace; pacification (-dokwa make peace)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹdoò\": [\n        {\n            \"word\": \"ǹdoò\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"goodbye (to people one is leaving\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"onye ndu\": [\n        {\n            \"word\": \"onye ndu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"leader; guide\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ònyê bù onye ndu fa?\",\n                    \"english\": \"Who is their leader?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹdu\",\n                \"onye\"\n            ]\n        }\n    ],\n    \"ǹdu\": [\n        {\n            \"word\": \"ǹdu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"leadership; guidance\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹdù\": [\n        {\n            \"word\": \"ǹdù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"animal tick sp. (àkà) found on rats and Kemp's Gerbil\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹdudù\": [\n        {\n            \"word\": \"ǹdudù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"electric catfish (Malapterurus electricus) (= èlùlù)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Ndùbiisi (Ndù bụ isi)\": [\n        {\n            \"word\": \"Ndùbiisi (Ndù bụ isi)\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"male name (literally life is the head)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ndù\"\n            ]\n        }\n    ],\n    \"Ndùbụàkù\": [\n        {\n            \"word\": \"Ndùbụàkù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"male name (literally life is wealth)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ndù\"\n            ]\n        }\n    ],\n    \"ndùdùgandù\": [\n        {\n            \"word\": \"ndùdùgandù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"generation ( ndù, life)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ogonogo ndù\": [\n        {\n            \"word\": \"ogonogo ndù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"long life\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ndù\",\n                \"ogonogo\"\n            ]\n        }\n    ],\n    \"-tụ ndù\": [\n        {\n            \"word\": \"-tụ ndù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"breathe slowly, faintly, with difficulty (as one dying)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ndù\",\n                \"-tụ-\"\n            ]\n        }\n    ],\n    \"-tụlụ\": [\n        {\n            \"word\": \"-tụlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"revive; refresh\",\n                \"(fig.) defraud\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ndị wàyo tùlù yà egō ya\",\n                    \"english\": \"The confidence tricksters defrauded him of his money\"\n                }\n            ],\n            \"variations\": [\n                \"-tụnye ndù\"\n            ],\n            \"stems\": [\n                \"ndù\",\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụte ndù\": [\n        {\n            \"word\": \"-tụte ndù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wake up; make alive; revive; refresh; resuscitate\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ndù\"\n            ]\n        }\n    ],\n    \"-zè ndù\": [\n        {\n            \"word\": \"-zè ndù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be afraid of; avoid (from fear); shun; beware of; fear for one's life\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-ezè ndù\",\n                    \"english\": \"He fears for his life\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ndù\",\n                \"-zè\"\n            ]\n        }\n    ],\n    \"-zọ ndù\": [\n        {\n            \"word\": \"-zọ ndù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"save life\",\n                \"state of being living, raw, fresh, green, uncooked\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-èli ji ndù\",\n                    \"english\": \"He is eating raw yam\"\n                },\n                {\n                    \"igbo\": \"Ọ nà-àta akwụkwọ ndù\",\n                    \"english\": \"He is eating fresh leaves (as opposed to dry ones)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ndù\",\n                \"-zọ\"\n            ]\n        }\n    ],\n    \"azù ndù\": [\n        {\n            \"word\": \"azù ndù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fresh fish\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ndù\"\n            ]\n        }\n    ],\n    \"ndù\": [\n        {\n            \"word\": \"ndù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"life\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ndùbeezè (Ndù bụ ezè)\",\n                    \"english\": \"male name (literally life is greatest, or life is king i.e. to be able to do or be anything, life is the first precondition)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹdụdụ\": [\n        {\n            \"word\": \"ǹdụdụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fork, skewer of iron or wood for taking yam, etc., from cooking-pot\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ndùdùgandū ǹke ītọ\": [\n        {\n            \"word\": \"ndùdùgandū ǹke ītọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"third generation\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ndùdùgandù\",\n                \"ǹkè\"\n            ]\n        }\n    ],\n    \"īnọ\": [\n        {\n            \"word\": \"īnọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ndùdùgandù\"\n            ]\n        }\n    ],\n    \"ndumì ụnò\": [\n        {\n            \"word\": \"ndumì ụnò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"framework of roof (before thatching or fixing the sheets)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ndụmì\"\n            ]\n        }\n    ],\n    \"ndụmì\": [\n        {\n            \"word\": \"ndụmì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"framework of roof\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ndumì\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"-nye ǹdùmòọdụ\": [\n        {\n            \"word\": \"-nye ǹdùmòọdụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"give counsel, advice\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹdùmòọdụ\"\n            ]\n        }\n    ],\n    \"-sò ǹdùmòọdụ\": [\n        {\n            \"word\": \"-sò ǹdùmòọdụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"follow advice\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹdùmòọdụ\"\n            ]\n        }\n    ],\n    \"ǹdùmòọdụ\": [\n        {\n            \"word\": \"ǹdùmòọdụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"advice; counsel; warning (-dù ọdụ advise)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ònine\": [\n        {\n            \"word\": \"ònine\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"looking\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ne\"\n            ]\n        }\n    ],\n    \"-nebà\": [\n        {\n            \"word\": \"-nebà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"look into\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ne\"\n            ]\n        }\n    ],\n    \"-nedà\": [\n        {\n            \"word\": \"-nedà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"despise\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ne\"\n            ]\n        }\n    ],\n    \"nnedà\": [\n        {\n            \"word\": \"nnedà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"contempt\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ne\"\n            ]\n        }\n    ],\n    \"-nedo\": [\n        {\n            \"word\": \"-nedo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"look at closely; study; spy\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ne\"\n            ]\n        }\n    ],\n    \"-nedụ\": [\n        {\n            \"word\": \"-nedụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"keep quiet, still\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ne\"\n            ]\n        }\n    ],\n    \"-nefe\": [\n        {\n            \"word\": \"-nefe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"look after; serve; wait upon\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ne\"\n            ]\n        }\n    ],\n    \"-nega\": [\n        {\n            \"word\": \"-nega\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"visit\",\n                \"see afar off\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ne\"\n            ]\n        }\n    ],\n    \"-negalụ\": [\n        {\n            \"word\": \"-negalụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"visit and look after sick person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ne\"\n            ]\n        }\n    ],\n    \"nnegalụ\": [\n        {\n            \"word\": \"nnegalụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"nursing a sick person (on casual visit)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ne\"\n            ]\n        }\n    ],\n    \"-nekọta\": [\n        {\n            \"word\": \"-nekọta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"supervise; be in charge\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ne\"\n            ]\n        }\n    ],\n    \"nnekọta\": [\n        {\n            \"word\": \"nnekọta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"supervision\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ne\"\n            ]\n        }\n    ],\n    \"-nene\": [\n        {\n            \"word\": \"-nene\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"watch; examine\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ne\"\n            ]\n        }\n    ],\n    \"-nenì\": [\n        {\n            \"word\": \"-nenì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"disregard; despise\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nnwatà nwokē afù nà-ènenì okwū m\",\n                    \"english\": \"The boy ignores my words\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ne\"\n            ]\n        }\n    ],\n    \"nnenì\": [\n        {\n            \"word\": \"nnenì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"contempt; disregard\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ne\"\n            ]\n        }\n    ],\n    \"-nepù\": [\n        {\n            \"word\": \"-nepù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"look for; seek\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ne\"\n            ]\n        }\n    ],\n    \"-neta\": [\n        {\n            \"word\": \"-neta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"visit (especially bereaved or sick)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ne\"\n            ]\n        }\n    ],\n    \"nneta\": [\n        {\n            \"word\": \"nneta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"visit (especially to bereaved or sick)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ne\"\n            ]\n        }\n    ],\n    \"ǹne anyā\": [\n        {\n            \"word\": \"ǹne anyā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"a glance, look\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ị chọọ ịmā ife ọ nà-ème òfu nne anyā ezùgolụ gī\",\n                    \"english\": \"If you want to know what he is doing, a glance is sufficient for you\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ne\"\n            ]\n        }\n    ],\n    \"-ne ọbìà\": [\n        {\n            \"word\": \"-ne ọbìà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"entertain a stranger; be hospitable\",\n                \"offer entertainment\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anà m ène ụmùakā bīalụ nà be m ọbìà\",\n                    \"english\": \"I am entertaining the children who came to my house\"\n                }\n            ],\n            \"variations\": [\n                \"-nu ọbìà\"\n            ],\n            \"stems\": [\n                \"-ne\",\n                \"ọbìà\"\n            ]\n        }\n    ],\n    \"-ne ọlụ\": [\n        {\n            \"word\": \"-ne ọlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"reward; pay (wages)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ gà-ène fā ọlụ\",\n                    \"english\": \"He will reward them for their work\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ne\",\n                \"ọlụ\"\n            ]\n        }\n    ],\n    \"-ne\": [\n        {\n            \"word\": \"-ne\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"look at\",\n                \"entertain; reward\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"neesè\": [\n        {\n            \"word\": \"neesè\",\n            \"wordClass\": \"CD\",\n            \"definitions\": [\n                \"five (alternative qualifying form of ìse)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ngā àgbà\": [\n        {\n            \"word\": \"ngā àgbà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the gag used for a dead person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ngā\"\n            ]\n        }\n    ],\n    \"ngā\": [\n        {\n            \"word\": \"ngā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"gag; bit; iron bar\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹga Àràbà\": [\n        {\n            \"word\": \"ǹga Àràbà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(fig.) heavy punishment (from the first prison yard at Asaba)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ndị mmūọ tìnyèlì yà nà ǹga\",\n                    \"english\": \"The ancestors inflicted lifelong punishment (i.e. lingering sickness) on him\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹga\"\n            ]\n        }\n    ],\n    \"onye nga\": [\n        {\n            \"word\": \"onye nga\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"prisoner\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹga\",\n                \"onye\"\n            ]\n        }\n    ],\n    \"ụnō nga\": [\n        {\n            \"word\": \"ụnō nga\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"prison-yard\",\n                \"prison (compare ụnō mkpọlọ)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹga\",\n                \"ụnò\"\n            ]\n        }\n    ],\n    \"ǹga\": [\n        {\n            \"word\": \"ǹga\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"imprisonment\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹgaā\": [\n        {\n            \"word\": \"ǹgaā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"have it; take\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ǹgaā egō\",\n                    \"english\": \"Have some money\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ngàdàbà\": [\n        {\n            \"word\": \"ngàdàbà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"branch (of tree)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Kòbe akwà gị na ngàdàbà osisi afū dī n’òbi\",\n                    \"english\": \"Hang your cloth on the branch of that tree in the court\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹgàjì\": [\n        {\n            \"word\": \"ǹgàjì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"spoon\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"onye ngàla\": [\n        {\n            \"word\": \"onye ngàla\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"proud person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ngàla\",\n                \"onye\"\n            ]\n        }\n    ],\n    \"ngàla\": [\n        {\n            \"word\": \"ngàla\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pride\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹgàlì\": [\n        {\n            \"word\": \"ǹgàlì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bribe\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ngalịga\": [\n        {\n            \"word\": \"ngalịga\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see ngịlịga\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹgàmàsù\": [\n        {\n            \"word\": \"ǹgàmàsù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"native court\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"onye ngana\": [\n        {\n            \"word\": \"onye ngana\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"lazy person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹganā\",\n                \"onye\"\n            ]\n        }\n    ],\n    \"ǹganā\": [\n        {\n            \"word\": \"ǹganā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"laziness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ngịlịga mmādù\": [\n        {\n            \"word\": \"ngịlịga mmādù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stupid, hopeless person; ruffian\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bikō akpōkwọna Òfọ àbịa bē m màkà nà adī m àchọ ịfū ngịlịga mmādù be m#\",\n                    \"english\": \"Please never visit my home in the company of Ọfọ because I resent the presence of ruffians in my home\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"nganga\"\n            ]\n        }\n    ],\n    \"nganga\": [\n        {\n            \"word\": \"nganga\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"slim; slim in build\",\n                \"rag; ragged cloth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-kpa ǹgàǹgà\": [\n        {\n            \"word\": \"-kpa ǹgàǹgà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be arrogant, insolent, rude\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àchọrō m ịfū nwatà afū nā-akpa ǹgàngà\",\n                    \"english\": \"I don’t want to see that arrogant boy\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹgàǹgà\"\n            ]\n        }\n    ],\n    \"ǹgàǹgà\": [\n        {\n            \"word\": \"ǹgàǹgà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"arrogance; rudeness; insolence; pride\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹgedelegwu\": [\n        {\n            \"word\": \"ǹgedelegwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"xylophone (basket-work over pot, with two bars)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹgedegwū\": [\n        {\n            \"word\": \"ǹgedegwū\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọnụ ǹgènè\": [\n        {\n            \"word\": \"ọnụ ǹgènè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(place of a) spring of water\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹgènè\"\n            ]\n        }\n    ],\n    \"ǹgènè\": [\n        {\n            \"word\": \"ǹgènè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"water welling from a spring\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹgìgè\": [\n        {\n            \"word\": \"ǹgìgè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fence; hedge; rope marking off or enclosing a place\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹgị nà ònwe gī\": [\n        {\n            \"word\": \"ǹgị nà ònwe gī\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"you yourself (emphatic)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹgị\"\n            ]\n        }\n    ],\n    \"ǹgị nwà\": [\n        {\n            \"word\": \"ǹgị nwà\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"you yourself\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹgị\"\n            ]\n        }\n    ],\n    \"ǹgị\": [\n        {\n            \"word\": \"ǹgị\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"(emphatic; 2nd pers.sg.) you (singular); thou; thee\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"(Ọ) ǹgị kà mụ nà-àgwa\",\n                    \"english\": \"It is you I am talking to\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ngīga\": [\n        {\n            \"word\": \"ngīga\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"round basket, often used for smoke-curing of fish, keeping pepper, ògìlì, etc.; usually kept in or suspended from ùko over the fire-place\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ngịlị\": [\n        {\n            \"word\": \"ngịlị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"intestines; bowels\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ǹgịlị afō\"\n            ],\n            \"stems\": [\n                \"ǹgịlị\"\n            ]\n        }\n    ],\n    \"ngìlìgò\": [\n        {\n            \"word\": \"ngìlìgò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"crooked (of road)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹgịlị\"\n            ]\n        }\n    ],\n    \"ǹgịlị\": [\n        {\n            \"word\": \"ǹgịlị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ngịlịga\": [\n        {\n            \"word\": \"ngịlịga\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"ragged; contemptible (compare nkịlịka)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ngalịga\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"-li ngo\": [\n        {\n            \"word\": \"-li ngo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"receive money, reward, or bribe for services\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ngo\"\n            ]\n        }\n    ],\n    \"ngo\": [\n        {\n            \"word\": \"ngo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"money, reward received for services rendered; bribe\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ngō\": [\n        {\n            \"word\": \"ngō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"upper part, place\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anà m àgbago ngō\",\n                    \"english\": \"I am going upwards\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ngòli\": [\n        {\n            \"word\": \"ngòli\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"exultation; rejoicing (-gòli rejoice)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ngongo\": [\n        {\n            \"word\": \"ngongo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"steep place\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kwụ ngò\": [\n        {\n            \"word\": \"-kwụ ngò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pay bride-price\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ànyị nà-èje ịkwū ngò nnwa èzè m nà-àkwadebe ịnū\",\n                    \"english\": \"We are going to pay the bride-price of the princess I am preparing to marry\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ngò\"\n            ]\n        }\n    ],\n    \"ngò\": [\n        {\n            \"word\": \"ngò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bride-wealth; deposit paid to wife's family which is refunded in the event of a divorce and remarriage\",\n                \"crookedness; bend\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-li ngọ\": [\n        {\n            \"word\": \"-li ngọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"accept a bribe\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹgọ\"\n            ]\n        }\n    ],\n    \"-si ǹgọ\": [\n        {\n            \"word\": \"-si ǹgọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"doubt (obstinately)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹgọ\"\n            ]\n        }\n    ],\n    \"òsi ngọ\": [\n        {\n            \"word\": \"òsi ngọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"doubter\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹgọ\",\n                \"-si\"\n            ]\n        }\n    ],\n    \"ǹgọ\": [\n        {\n            \"word\": \"ǹgọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bribe\",\n                \"doubt\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nàlù yà ǹgọ wèe wèlụ yā n’ọlụ\",\n                    \"english\": \"He took a bribe from him before giving him a job\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-sọ ǹgòǹgò\": [\n        {\n            \"word\": \"-sọ ǹgòǹgò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stagger; stumble\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òyì gị nwaànyì gà-àkpatalụ gī ịsō ǹgòǹgò\",\n                    \"english\": \"Your girlfriend will cause you to stumble\"\n                },\n                {\n                    \"igbo\": \"Ọ bụlụ nà òfu mkpịsị akā gị gà-àkpatalụ gī ịsō ǹgòǹgò bepū yā\",\n                    \"english\": \"If one of your fingers causes you to stumble, cut it off\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹgòǹgò\",\n                \"-sọ\"\n            ]\n        }\n    ],\n    \"-tụ ǹgòǹgò\": [\n        {\n            \"word\": \"-tụ ǹgòǹgò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rejoice (usually of women)\",\n                \"(Nnoobi) rejoice (usually of women who combine their rejoicing with hopping)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹgòǹgò\",\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"ǹgòǹgò\": [\n        {\n            \"word\": \"ǹgòǹgò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stumbling; staggering\",\n                \"joy; gladness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ngu\": [\n        {\n            \"word\": \"ngu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"long stick with hooked end for plucking fruits; crook\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ngùgù\": [\n        {\n            \"word\": \"ngùgù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"780 large cowries = 13 ùkwù\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ngwùgwù\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ǹgùgù\": [\n        {\n            \"word\": \"ǹgùgù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"ribs; lungs; loins; waist\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ngwa ngwa\": [\n        {\n            \"word\": \"ngwa ngwa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"quickly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ngwa\"\n            ]\n        }\n    ],\n    \"ngwa\": [\n        {\n            \"word\": \"ngwa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"haste; swiftness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹgwèlè anwū\": [\n        {\n            \"word\": \"ǹgwèlè anwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"\\\"iguana\\\"; monitor lizard (Varanus niloticus Linn.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹgwèlè\"\n            ]\n        }\n    ],\n    \"ǹgwèlè\": [\n        {\n            \"word\": \"ǹgwèlè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"lizard (general term, including olubulu, but especially the common agama lizard (Agama agama Linn.); compare okpodi, which refers only to the male agama)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"akwalā ngwò\": [\n        {\n            \"word\": \"akwalā ngwò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fibre of stem of ngwò\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ngwò\"\n            ]\n        }\n    ],\n    \"mmanya ngwò\": [\n        {\n            \"word\": \"mmanya ngwò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"raphia palm wine\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ngwò\"\n            ]\n        }\n    ],\n    \"ose ngwò\": [\n        {\n            \"word\": \"ose ngwò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"raphia palm wine tapped from raphia palms at the river or stream bank\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ngwò\",\n                \"ose\"\n            ]\n        }\n    ],\n    \"ngwò\": [\n        {\n            \"word\": \"ngwò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"raphia palm (Raphia hookeri Mann and Wendl.); wine from the raphia palm (= ògòlò)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ngwò \": [\n        {\n            \"word\": \"ngwò \",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kind of skin disease; eczema (Yoruba ifo)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ụgwò\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ǹgwò\": [\n        {\n            \"word\": \"ǹgwò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"period of òmụgwò (seclusion following birth of a child); observation of òmụgwò\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹgwòlùǹgwọlụ\": [\n        {\n            \"word\": \"ǹgwòlùǹgwọlụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(slang) food prepared by mashing together different kinds of\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹgwu\": [\n        {\n            \"word\": \"ǹgwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tool for digging out yams (-gwu 1. dig)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ngwùgwù nnū\": [\n        {\n            \"word\": \"ngwùgwù nnū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"block, parcel of salt\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ngwùgwù\"\n            ]\n        }\n    ],\n    \"ngwùgwù\": [\n        {\n            \"word\": \"ngwùgwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"parcel; bundle\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ǹgwùlù\": [\n        {\n            \"word\": \"ǹgwùlù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"compound (of a dwelling)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹgwụ\": [\n        {\n            \"word\": \"ǹgwụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"type of bat found in ceilings (not edible)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ngwụcha arò\": [\n        {\n            \"word\": \"ngwụcha arò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"end of year\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ngwụcha\"\n            ]\n        }\n    ],\n    \"ngwụcha\": [\n        {\n            \"word\": \"ngwụcha\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"end (-gwụcha end)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-dà ǹgwụlō\": [\n        {\n            \"word\": \"-dà ǹgwụlō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be lame\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹgwụlō\"\n            ]\n        }\n    ],\n    \"ǹgwụlō\": [\n        {\n            \"word\": \"ǹgwụlō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cripple; lame person\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ǹgwụlō adīrọ àgba ọsō\",\n                    \"english\": \"A lame person never runs\"\n                },\n                {\n                    \"igbo\": \"Òyì m nwokē adàgo ngwụlọ\",\n                    \"english\": \"My friend has become crippled (fig.) lazy, powerless, person\"\n                },\n                {\n                    \"igbo\": \"Ǹgwụlō kà ị bù\",\n                    \"english\": \"Powerless person that you are!\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-nibe\": [\n        {\n            \"word\": \"-nibe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lay down, put down (child, sick person, corpse, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ni\"\n            ]\n        }\n    ],\n    \"-nido\": [\n        {\n            \"word\": \"-nido\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tether (an animal)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ni\"\n            ]\n        }\n    ],\n    \"-ninye\": [\n        {\n            \"word\": \"-ninye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lay down\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ni\"\n            ]\n        }\n    ],\n    \"-ni\": [\n        {\n            \"word\": \"-ni\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"put in a place; tie up (animals, canoes, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ònìnì\": [\n        {\n            \"word\": \"ònìnì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"burial (from -nì bury)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-nìnye\": [\n        {\n            \"word\": \"-nìnye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bury\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nì\"\n            ]\n        }\n    ],\n    \"-nì ozu\": [\n        {\n            \"word\": \"-nì ozu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bury corpse\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Enìgo m#ozu nkịtā m nwūlụ ǹnyàafù\",\n                    \"english\": \"I have buried the body of my dog which died yesterday\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-nì\",\n                \"ozu\"\n            ]\n        }\n    ],\n    \"-fenì\": [\n        {\n            \"word\": \"-fenì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be shrivelled; shrivel\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nì\"\n            ]\n        }\n    ],\n    \"-kwụnì\": [\n        {\n            \"word\": \"-kwụnì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be tough\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọsè m zòlù n’ugbō ǹnyàafù èfenìgo\",\n                    \"english\": \"The pepper I transplanted in the farm yesterday has shrivelled up\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-nì\"\n            ]\n        }\n    ],\n    \"-nì\": [\n        {\n            \"word\": \"-nì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bury\",\n                \"despise, overlook, endure (e.g. insult); forgive\",\n                \"be tough, fibrous (like meat or tendon, ligament, etc.)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anà m anì mkpalị\",\n                    \"english\": \"I overlook insults\"\n                },\n                {\n                    \"igbo\": \"Anìgo m#ife ọjọō i mèlù m n’ọnwa gālụ aga\",\n                    \"english\": \"I have forgiven you your offence of last month\"\n                },\n                {\n                    \"igbo\": \"Anà m anì ọnwụ nnē m\",\n                    \"english\": \"I am enduring the death of my mother\"\n                },\n                {\n                    \"igbo\": \"Proverb: E nenìa nwiìtè ò gbọnyụa ọkū\",\n                    \"english\": \"If a small pot is despised it will bubble over with boiling water and extinguish the fire\"\n                },\n                {\n                    \"igbo\": \"Anụ ị nyelụ m#mè ndọnì\",\n                    \"english\": \"The piece of meat you gave me is tough\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"niī\": [\n        {\n            \"word\": \"niī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"Take it! Here! (in offering something)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"fa niīne\": [\n        {\n            \"word\": \"fa niīne\",\n            \"wordClass\": \"QTF\",\n            \"definitions\": [\n                \"all of them\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"niīne\"\n            ]\n        }\n    ],\n    \"ụnù niīne\": [\n        {\n            \"word\": \"ụnù niīne\",\n            \"wordClass\": \"QTF\",\n            \"definitions\": [\n                \"all of you\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Achòlù m kà ụnù niīne bịa\",\n                    \"english\": \"I want all of you to come or, I want you all to come\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"niīne\",\n                \"ụnù\"\n            ]\n        }\n    ],\n    \"ùwà niīne\": [\n        {\n            \"word\": \"ùwà niīne\",\n            \"wordClass\": \"QTF\",\n            \"definitions\": [\n                \"all over the world\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"niīne\",\n                \"ùwà\"\n            ]\n        }\n    ],\n    \"niīne\": [\n        {\n            \"word\": \"niīne\",\n            \"wordClass\": \"QTF\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-niri ọtọ\": [\n        {\n            \"word\": \"-niri ọtọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stand up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ni-ri\"\n            ]\n        }\n    ],\n    \"-ni-ri\": [\n        {\n            \"word\": \"-ni-ri\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rise up; start; depart\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹja\": [\n        {\n            \"word\": \"ǹja\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"brass leg spiral (no longer worn)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹjàkìlì\": [\n        {\n            \"word\": \"ǹjàkìlì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"friendly joking\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹje\": [\n        {\n            \"word\": \"ǹje\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mosquito larva\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹjè\": [\n        {\n            \"word\": \"ǹjè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"journey; going (-je 1. go)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ǹjèm\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"njenje\": [\n        {\n            \"word\": \"njenje\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"any type of 'hot drink' (spirits)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-ji nji\": [\n        {\n            \"word\": \"-ji nji\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be black, dark\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Igwē nà-èji nji\",\n                    \"english\": \"The sky looks black\"\n                },\n                {\n                    \"igbo\": \"Àdâ jìnàrìlì Ọjì ǹji\",\n                    \"english\": \"Ada is darker than Ọjị (in complexion)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹji\"\n            ]\n        }\n    ],\n    \"ǹji\": [\n        {\n            \"word\": \"ǹji\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"blackness; darkness (-ji 3. be black)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"njìnà\": [\n        {\n            \"word\": \"njìnà\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see ejùnà\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"afọ njọ\": [\n        {\n            \"word\": \"afọ njọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"unkindness\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"afọ njō\"\n            ],\n            \"stems\": [\n                \"ǹjọ\"\n            ]\n        }\n    ],\n    \"-jọ ǹjọ\": [\n        {\n            \"word\": \"-jọ ǹjọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be bad, wicked, evil, ugly; refuse to share (especially food)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ dì ǹjọ\",\n                    \"english\": \"It is bad\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹjọ\"\n            ]\n        }\n    ],\n    \"onye njọ\": [\n        {\n            \"word\": \"onye njọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sinner; miserly, niggardly person\",\n                \"sinner; niggardly person\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"onye njō\"\n            ],\n            \"stems\": [\n                \"ǹjọ\",\n                \"onye\"\n            ]\n        }\n    ],\n    \"ǹjọ\": [\n        {\n            \"word\": \"ǹjọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"evil; badness; wickedness; sin\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹju īko\": [\n        {\n            \"word\": \"ǹju īko\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cupful\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bikō mànyelụ m#ǹju īko gàrị naàbò\",\n                    \"english\": \"Please measure out two cupfuls of garri for me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹju\"\n            ]\n        }\n    ],\n    \"ǹju ōnụ\": [\n        {\n            \"word\": \"ǹju ōnụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mouthful\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹju\"\n            ]\n        }\n    ],\n    \"ǹju\": [\n        {\n            \"word\": \"ǹju\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"one full measure\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"njùnà\": [\n        {\n            \"word\": \"njùnà\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see ejùnà\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nka\": [\n        {\n            \"word\": \"nka\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"old age; oldness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"onye ǹkà\": [\n        {\n            \"word\": \"onye ǹkà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"craftsman; skilled workman; artist; sculptor; designer\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹkà\",\n                \"onye\"\n            ]\n        }\n    ],\n    \"ǹkaà\": [\n        {\n            \"word\": \"ǹkaà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"this (assimilated form of ǹke à)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹkà\"\n            ]\n        }\n    ],\n    \"ǹkaà nụnwà\": [\n        {\n            \"word\": \"ǹkaà nụnwà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"this (particular) one\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹkà\"\n            ]\n        }\n    ],\n    \"arò ǹkaà\": [\n        {\n            \"word\": \"arò ǹkaà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"this year\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹkà\"\n            ]\n        }\n    ],\n    \"ǹkà\": [\n        {\n            \"word\": \"ǹkà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"art\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ǹkà adīrọ n’ife ọ pìlì\",\n                    \"english\": \"There is no art in what he carved\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹkakwū\": [\n        {\n            \"word\": \"ǹkakwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Musk Shrew (Crocidura spp.), a small, sharp-nosed creature which feeds on insects and protects itself with an obnoxious smell\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nkàta\": [\n        {\n            \"word\": \"nkàta\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"conversation (from -kà 4. speak)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kpà ǹkàtà\": [\n        {\n            \"word\": \"-kpà ǹkàtà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"make, weave basket\",\n                \"type of fish-trap\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹkàtà\"\n            ]\n        }\n    ],\n    \"ǹkàtà\": [\n        {\n            \"word\": \"ǹkàtà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"round basket\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹke à\": [\n        {\n            \"word\": \"ǹke à\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"this (one)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ǹkaà\"\n            ],\n            \"stems\": [\n                \"ǹkè\"\n            ]\n        }\n    ],\n    \"ǹkè afù\": [\n        {\n            \"word\": \"ǹkè afù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"that (one)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ǹkàafù\"\n            ],\n            \"stems\": [\n                \"ǹkè\"\n            ]\n        }\n    ],\n    \"ǹke ātọ\": [\n        {\n            \"word\": \"ǹke ātọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(the) third\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹkè\"\n            ]\n        }\n    ],\n    \"ǹke ānyị\": [\n        {\n            \"word\": \"ǹke ānyị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"our; ours\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹkè\"\n            ]\n        }\n    ],\n    \"ǹkè irū\": [\n        {\n            \"word\": \"ǹkè irū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the one to come, expected\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹkè\"\n            ]\n        }\n    ],\n    \"ǹke ìbùa\": [\n        {\n            \"word\": \"ǹke ìbùa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(the) second\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹkè\"\n            ]\n        }\n    ],\n    \"ǹke ītọ\": [\n        {\n            \"word\": \"ǹke ītọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(the) third\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹkè\"\n            ]\n        }\n    ],\n    \"ǹkè m\": [\n        {\n            \"word\": \"ǹkè m\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mine; my own\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ǹkè mụ nwà\"\n            ],\n            \"stems\": [\n                \"ǹkè\"\n            ]\n        }\n    ],\n    \"ǹke mbụ\": [\n        {\n            \"word\": \"ǹke mbụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(the) first\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹkè\"\n            ]\n        }\n    ],\n    \"ǹke òne ndị\": [\n        {\n            \"word\": \"ǹke òne ndị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"whose? (pl.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹkè\"\n            ]\n        }\n    ],\n    \"ǹke ōnye\": [\n        {\n            \"word\": \"ǹke ōnye\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"whose?\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹkè\"\n            ]\n        }\n    ],\n    \"ǹke òbụnà\": [\n        {\n            \"word\": \"ǹke òbụnà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"whichever; either\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹkè\"\n            ]\n        }\n    ],\n    \"ǹke ōzọ\": [\n        {\n            \"word\": \"ǹke ōzọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the other\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹkè\"\n            ]\n        }\n    ],\n    \"ǹkè ụnù\": [\n        {\n            \"word\": \"ǹkè ụnù\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"your (pl.); yours\",\n                \"your; yours\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹkè\",\n                \"ụnù\"\n            ]\n        }\n    ],\n    \"ǹkè ya\": [\n        {\n            \"word\": \"ǹkè ya\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"his; her; hers; its\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ǹkè nya nwà\"\n            ],\n            \"stems\": [\n                \"ǹkè\",\n                \"ya\"\n            ]\n        }\n    ],\n    \"onye ǹkè\": [\n        {\n            \"word\": \"onye ǹkè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"relation; supporter\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ bụlụ nà onye ǹke ōnye enyērọlụ ya aka, ò bùzì ònyê dì ịtūkwàsì obì?\",\n                    \"english\": \"If one's relation (supporter) does not help one, who else is worthy of trust?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹkè\",\n                \"onye\"\n            ]\n        }\n    ],\n    \"ǹkè\": [\n        {\n            \"word\": \"ǹkè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"that of x\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nkekele\": [\n        {\n            \"word\": \"nkekele\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"shell\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nwa nkenke\": [\n        {\n            \"word\": \"nwa nkenke\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"very short\",\n                \"very short (compare nkenke)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nkenke\",\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"nkenke\": [\n        {\n            \"word\": \"nkenke\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"shortness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹkenū\": [\n        {\n            \"word\": \"ǹkenū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"small bird which nods its head\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-dọ ǹkì\": [\n        {\n            \"word\": \"-dọ ǹkì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cut face, body marks; tattoo\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹkì\"\n            ]\n        }\n    ],\n    \"-tù ǹkì\": [\n        {\n            \"word\": \"-tù ǹkì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cut face, body marks; tattoo\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹkì\"\n            ]\n        }\n    ],\n    \"ǹkì\": [\n        {\n            \"word\": \"ǹkì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"face or body mark; tattoo\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nkịlịka mmādù\": [\n        {\n            \"word\": \"nkịlịka mmādù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"rough, rascally person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nkịlịka\"\n            ]\n        }\n    ],\n    \"nkịlịka\": [\n        {\n            \"word\": \"nkịlịka\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"raggedness; contemptible state (more used to refer to people than ngịlịga)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òlòma nkịlịsị\": [\n        {\n            \"word\": \"òlòma nkịlịsị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"lime (literally small orange)\",\n                \"lime (Citrus aurantifolia Swingle)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nkịlịsị\",\n                \"òlòma\"\n            ]\n        }\n    ],\n    \"nkịlịsị\": [\n        {\n            \"word\": \"nkịlịsị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nkịta ọfīa\": [\n        {\n            \"word\": \"nkịta ọfīa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tree bear or Ashanti tree-hyrax (Dendrohyrax dorsalis sylvestris Temm.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nkịtā\",\n                \"ọfịa\"\n            ]\n        }\n    ],\n    \"nkịtā\": [\n        {\n            \"word\": \"nkịtā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dog\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gbachi nkịtì\": [\n        {\n            \"word\": \"-gbachi nkịtì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"keep silence; refrain from answering; endure\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nkịtì\"\n            ]\n        }\n    ],\n    \"-gba nkịtì\": [\n        {\n            \"word\": \"-gba nkịtì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be silent; endure (an insult, provocation)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nkịtì\"\n            ]\n        }\n    ],\n    \"nkịtì\": [\n        {\n            \"word\": \"nkịtì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"silence\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-tọgbò ǹkịtị\": [\n        {\n            \"word\": \"-tọgbò ǹkịtị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be empty, desolate, neglected\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹkịtị\"\n            ]\n        }\n    ],\n    \"ǹkịtị\": [\n        {\n            \"word\": \"ǹkịtị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"nothing; simple, common, ordinary, good-for-nothing thing or person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹkò ụzò ajā\": [\n        {\n            \"word\": \"ǹkò ụzò ajā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hook attached to window to keep it steady and prevent the glass from being shattered by the wind\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹkò\"\n            ]\n        }\n    ],\n    \"ǹkò\": [\n        {\n            \"word\": \"ǹkò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hook (-kò 2. hook)\",\n                \"tool with curved edge for hollowing out a canoe\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"nkonko\": [\n        {\n            \"word\": \"nkonko\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"empty container\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"okoko\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"nkọ\": [\n        {\n            \"word\": \"nkọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sharpness; intelligence; nimbleness; acuteness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nkọ \": [\n        {\n            \"word\": \"nkọ \",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"side\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Dinā nkọ\",\n                    \"english\": \"Lie on your side\"\n                }\n            ],\n            \"variations\": [\n                \"ǹkọ\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"nkọwa\": [\n        {\n            \"word\": \"nkọwa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"explanation (-kọwa explain)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-ti ǹkù\": [\n        {\n            \"word\": \"-ti ǹkù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"flap wings\",\n                \"flap wings afeleIf you are not careful you will break the egg in the plate\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹkù\",\n                \"-ti\"\n            ]\n        }\n    ],\n    \"ǹkù umē\": [\n        {\n            \"word\": \"ǹkù umē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"breath (-kù ume breathe)\",\n                \"breath\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹkù\",\n                \"ume\"\n            ]\n        }\n    ],\n    \"(àkpịlī) -kpọ nkụ\": [\n        {\n            \"word\": \"(àkpịlī) -kpọ nkụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be intensely thirsty\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nkụ\"\n            ]\n        }\n    ],\n    \"azù nkụ\": [\n        {\n            \"word\": \"azù nkụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stockfish (compare okpòloko)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nkụ\"\n            ]\n        }\n    ],\n    \"-kpọ nkụ\": [\n        {\n            \"word\": \"-kpọ nkụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"to dry up\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Akwụkwọ afù àkpọgo nkū\",\n                    \"english\": \"The leaf has dried up\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"nkụ\"\n            ]\n        }\n    ],\n    \"okpì nkū\": [\n        {\n            \"word\": \"okpì nkū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hard wood\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nkụ\",\n                \"okpì\"\n            ]\n        }\n    ],\n    \"onye nkū\": [\n        {\n            \"word\": \"onye nkū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wood-cutter or gatherer\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nkụ\",\n                \"onye\"\n            ]\n        }\n    ],\n    \"òkpụkpọ nkụ\": [\n        {\n            \"word\": \"òkpụkpọ nkụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"drought; dryness\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"òkpụkpọ nkū\"\n            ],\n            \"stems\": [\n                \"nkụ\"\n            ]\n        }\n    ],\n    \"ònòkò nkū\": [\n        {\n            \"word\": \"ònòkò nkū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"half-burnt piece of wood\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nkụ\",\n                \"ònòkò\"\n            ]\n        }\n    ],\n    \"ùkwù nkū\": [\n        {\n            \"word\": \"ùkwù nkū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bundle of firewood\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nkụ\",\n                \"ùkwù\"\n            ]\n        }\n    ],\n    \"nkụ\": [\n        {\n            \"word\": \"nkụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wood; dry wood; firewood\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"onye nkụzi\": [\n        {\n            \"word\": \"onye nkụzi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"teacher\",\n                \"teacher; instructor\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Abù m onye nkụzi\",\n                    \"english\": \"I am a teacher\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"nkụzi\",\n                \"onye\",\n                \"-zi\"\n            ]\n        }\n    ],\n    \"onye nkụzi ụkà\": [\n        {\n            \"word\": \"onye nkụzi ụkà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"church teacher; catechist\",\n                \"church teacher; catechist; person who assists the clergyman or catechist in the Ministry\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nkụzi\",\n                \"onye\"\n            ]\n        }\n    ],\n    \"nkụzi\": [\n        {\n            \"word\": \"nkụzi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"teaching; instruction\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kwe nkwà\": [\n        {\n            \"word\": \"-kwe nkwà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"make promise; give pledge\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ kwèlù m nkwà\",\n                    \"english\": \"He promised me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"nkwà\"\n            ]\n        }\n    ],\n    \"nkwà\": [\n        {\n            \"word\": \"nkwà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"promise\",\n                \"drum\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nkwà kà ọ bù\",\n                    \"english\": \"It is a promise\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"Ǹkwọ\": [\n        {\n            \"word\": \"Ǹkwọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Igbo market day following Àfò, personified as an alūsị\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Echi bù Ǹkwọ\",\n                    \"english\": \"Tomorrow is Nkwọ\"\n                },\n                {\n                    \"igbo\": \"Otu Nkwọ\",\n                    \"english\": \"Onitsha main market\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹkwọ\": [\n        {\n            \"word\": \"ǹkwọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"grater (-kwọ 1. grate)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nkwụ enū\": [\n        {\n            \"word\": \"nkwụ enū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"\\\"up-wine\\\" from crown of nkwụ\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nkwụ\"\n            ]\n        }\n    ],\n    \"arụrụ nkwū\": [\n        {\n            \"word\": \"arụrụ nkwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"earwig\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nkwụ\"\n            ]\n        }\n    ],\n    \"-te nkwụ\": [\n        {\n            \"word\": \"-te nkwụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tap oil palm for wine\",\n                \"tap palmtree for wine\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nkwụ\",\n                \"-te\"\n            ]\n        }\n    ],\n    \"nkwụ\": [\n        {\n            \"word\": \"nkwụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"oil palm (Elaeis guineensis Jacq.); palm wine from nkwụ\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹla\": [\n        {\n            \"word\": \"ǹla\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kind of children’s ailment (rash); tinea carcinata (compare òkpụ īsi tinea capitis)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"obì nlò\": [\n        {\n            \"word\": \"obì nlò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tenderness\",\n                \"tenderness; tender-heartedness\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Enwèlù m obì nlò\",\n                    \"english\": \"I am tender-hearted\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"nlò\",\n                \"obì\"\n            ]\n        }\n    ],\n    \"nlò\": [\n        {\n            \"word\": \"nlò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"softness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nlọ\": [\n        {\n            \"word\": \"nlọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dream\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nlọgò\": [\n        {\n            \"word\": \"nlọgò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"crookedness; bend; winding, sinuous, tortuous condition (from -lọgò be bent)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nnǎ dī\": [\n        {\n            \"word\": \"nnǎ dī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"father-in-law (more personal and affectionate than nnā dī)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nnǎ dī m gà-àzụtalụ m#ife n’Ònìchà o jèlù\",\n                    \"english\": \"My father-in-law is going to buy me a present from Ọnịcha\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"nnà\"\n            ]\n        }\n    ],\n    \"nnā dī\": [\n        {\n            \"word\": \"nnā dī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(more formal than nnǎ dī) father-in-law\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nnā dī m àbịago ịfū di m#àrụ nà-esògbu\",\n                    \"english\": \"My husband's father has come to see my sick husband\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"nnà\"\n            ]\n        }\n    ],\n    \"nnà egwū\": [\n        {\n            \"word\": \"nnà egwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"patron (of dancing society)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nnà\"\n            ]\n        }\n    ],\n    \"nnà milichukwu\": [\n        {\n            \"word\": \"nnà milichukwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"godfather\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nnà\"\n            ]\n        }\n    ],\n    \"nnà ochīè\": [\n        {\n            \"word\": \"nnà ochīè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mother's father; ancestor\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nnà\"\n            ]\n        }\n    ],\n    \"nnà ukwu\": [\n        {\n            \"word\": \"nnà ukwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"master; employer; boss\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nnà\"\n            ]\n        }\n    ],\n    \"afà nnà\": [\n        {\n            \"word\": \"afà nnà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"father's name\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nnà\"\n            ]\n        }\n    ],\n    \"àkù nnà\": [\n        {\n            \"word\": \"àkù nnà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"patrimony\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nnà\"\n            ]\n        }\n    ],\n    \"nwa nnà\": [\n        {\n            \"word\": \"nwa nnà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"brother, sister (not of the same mother); relative; blood relation\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nnà\",\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"nwunyè nnà\": [\n        {\n            \"word\": \"nwunyè nnà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stepmother\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nnà\",\n                \"-nwu\"\n            ]\n        }\n    ],\n    \"nnà\": [\n        {\n            \"word\": \"nnà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"father\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kpa ǹnà\": [\n        {\n            \"word\": \"-kpa ǹnà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be miserly\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ndi nā-akpā ǹnà adīrọ ènwe òyì\",\n                    \"english\": \"Miserly people hardly have friends\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnà\"\n            ]\n        }\n    ],\n    \"onye ǹnà\": [\n        {\n            \"word\": \"onye ǹnà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"miser\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnà\",\n                \"onye\"\n            ]\n        }\n    ],\n    \"ǹnà\": [\n        {\n            \"word\": \"ǹnà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"miserliness; closefistedness; meanness; niggardliness; stinginess; selfishness\",\n                \"fish weevil\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ǹnàgbuledè\": [\n        {\n            \"word\": \"ǹnàgbuledè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wild cat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nne dī\": [\n        {\n            \"word\": \"nne dī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"husband's mother\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nne\"\n            ]\n        }\n    ],\n    \"nne egwū\": [\n        {\n            \"word\": \"nne egwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"patroness of a dancing-club, musical group, etc.\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nne\"\n            ]\n        }\n    ],\n    \"nne milichukwu\": [\n        {\n            \"word\": \"nne milichukwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"godmother\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nne\"\n            ]\n        }\n    ],\n    \"nne nnà\": [\n        {\n            \"word\": \"nne nnà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"paternal grandmother\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nne\"\n            ]\n        }\n    ],\n    \"nne nnē\": [\n        {\n            \"word\": \"nne nnē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"maternal grandmother\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nne\"\n            ]\n        }\n    ],\n    \"nne nwunyè\": [\n        {\n            \"word\": \"nne nwunyè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mother-in-law\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nne\"\n            ]\n        }\n    ],\n    \"nne ochīè\": [\n        {\n            \"word\": \"nne ochīè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"maternal grandmother\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nne\",\n                \"oche\"\n            ]\n        }\n    ],\n    \"nne ukwu\": [\n        {\n            \"word\": \"nne ukwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mistress; manageress; female head or director\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nne\"\n            ]\n        }\n    ],\n    \"nne\": [\n        {\n            \"word\": \"nne\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mother\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-ri nnē\": [\n        {\n            \"word\": \"-ri nnē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be many, much, numerous, plentiful, plenty; be abundant, very much\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nnē\"\n            ]\n        }\n    ],\n    \"-ru nnē\": [\n        {\n            \"word\": \"-ru nnē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"grow (of tuber); grow to be more than average size (of tuber)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nnē\"\n            ]\n        }\n    ],\n    \"nnē\": [\n        {\n            \"word\": \"nnē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"many; plenty\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nnekwu ọcha\": [\n        {\n            \"word\": \"nnekwu ọcha\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"white hen\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Agà m ègbu òfu nnekwu ọcha taàtà\",\n                    \"english\": \"I am going to kill a white hen to-day\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"nnekwu\",\n                \"ọcha\"\n            ]\n        }\n    ],\n    \"nnekwu\": [\n        {\n            \"word\": \"nnekwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hen\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"nnekwū\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ǹnekwu\": [\n        {\n            \"word\": \"ǹnekwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"size; bigness; importance; (nnē + ukwu)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Mmadū à dì ǹnukwu\",\n                    \"english\": \"This man is big/important obvious\"\n                }\n            ],\n            \"variations\": [\n                \"ǹnukwu\",\n                \"nnekwū\",\n                \"nnukwū\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"nni akpū\": [\n        {\n            \"word\": \"nni akpū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fufu (cassava)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nni\"\n            ]\n        }\n    ],\n    \"nni edè\": [\n        {\n            \"word\": \"nni edè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pounded cocoyam\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nni\"\n            ]\n        }\n    ],\n    \"nni efìfìè\": [\n        {\n            \"word\": \"nni efìfìè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"lunch\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nni\"\n            ]\n        }\n    ],\n    \"nni egbè\": [\n        {\n            \"word\": \"nni egbè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cartridge\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nni\"\n            ]\n        }\n    ],\n    \"nni jī\": [\n        {\n            \"word\": \"nni jī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pounded yam\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nni\"\n            ]\n        }\n    ],\n    \"nni ògbàdụ\": [\n        {\n            \"word\": \"nni ògbàdụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"agidi (see nni ọkà)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nni\"\n            ]\n        }\n    ],\n    \"nni ọkà\": [\n        {\n            \"word\": \"nni ọkà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"agidi; food prepared from maize by grinding, sifting, boiling until thick and stiff and sometimes wrapping in leaves for selling\",\n                \"pap; àgìdi\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nni\",\n                \"ọkà\"\n            ]\n        }\n    ],\n    \"nni ọlà\": [\n        {\n            \"word\": \"nni ọlà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"yesterday's food; stale food\",\n                \"remains of yesterday's food\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nni\",\n                \"ọlà\"\n            ]\n        }\n    ],\n    \"nni nnùnù\": [\n        {\n            \"word\": \"nni nnùnù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"corn, millet grain; chicken food\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nni\"\n            ]\n        }\n    ],\n    \"nni ūchichì\": [\n        {\n            \"word\": \"nni ūchichì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"late supper\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nni\"\n            ]\n        }\n    ],\n    \"nni ūtụtù\": [\n        {\n            \"word\": \"nni ūtụtù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"breakfast\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nni\",\n                \"ùtụtù\"\n            ]\n        }\n    ],\n    \"ajō nni\": [\n        {\n            \"word\": \"ajō nni\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bad cooking\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nni\"\n            ]\n        }\n    ],\n    \"-ra nni\": [\n        {\n            \"word\": \"-ra nni\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"knead pounded food in plate, mortar, etc.\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nni\",\n                \"-ra\"\n            ]\n        }\n    ],\n    \"-ta nni\": [\n        {\n            \"word\": \"-ta nni\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"graze (of animals)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nni\",\n                \"-ta\"\n            ]\n        }\n    ],\n    \"-wè nni\": [\n        {\n            \"word\": \"-wè nni\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"reap; harvest (literally take food)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nni\",\n                \"-wè\"\n            ]\n        }\n    ],\n    \"òwùwè nnī\": [\n        {\n            \"word\": \"òwùwè nnī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"harvest; crop\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nni\"\n            ]\n        }\n    ],\n    \"nni\": [\n        {\n            \"word\": \"nni\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"food\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Ǹnòdụ\": [\n        {\n            \"word\": \"Ǹnòdụ\",\n            \"wordClass\": \"NNP\",\n            \"definitions\": [\n                \"shortened form of the name Nòdụlụm#or Nònyelụm#\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹnọò\": [\n        {\n            \"word\": \"ǹnọò\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"welcome! (greeting to visitors or to someone passed on the way)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ǹnụà\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"nnu ākanwụ\": [\n        {\n            \"word\": \"nnu ākanwụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"potash stone\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nnu\"\n            ]\n        }\n    ],\n    \"nnu oyìbo\": [\n        {\n            \"word\": \"nnu oyìbo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sugar (imported)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nnu\"\n            ]\n        }\n    ],\n    \"nnu ụtabà\": [\n        {\n            \"word\": \"nnu ụtabà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"potash stone\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nnu\"\n            ]\n        }\n    ],\n    \"-tụ nnu\": [\n        {\n            \"word\": \"-tụ nnu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"season with salt\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nnu\",\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụnye nnu\": [\n        {\n            \"word\": \"-tụnye nnu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"season with salt; (fig.) exaggerate, make more interesting (of story); embellish\",\n                \"season with salt\",\n                \"(fig.) exaggerate; make more interesting (of story); embellish\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nnu\",\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"nnu\": [\n        {\n            \"word\": \"nnu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"salt\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹnukwu\": [\n        {\n            \"word\": \"ǹnukwu\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see ǹnekwu\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nnù egō\": [\n        {\n            \"word\": \"nnù egō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"twenty pounds (= 400 shillings)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nnù\"\n            ]\n        }\n    ],\n    \"nnù\": [\n        {\n            \"word\": \"nnù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"400\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹnụà\": [\n        {\n            \"word\": \"ǹnụà\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see ǹnọò\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nnùnù\": [\n        {\n            \"word\": \"nnùnù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bird (generic)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nwaàdikē\": [\n        {\n            \"word\": \"nwaàdikē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"warrior; hero\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"nwa afō\": [\n        {\n            \"word\": \"nwa afō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"freeborn child\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"nnwa afō nwa āgbọò\",\n                \"āgbọghò\",\n                \"āgbọghọbìà\"\n            ],\n            \"stems\": [\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"nwa bī be\": [\n        {\n            \"word\": \"nwa bī be\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"child living in one's house\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"nwadiànì\": [\n        {\n            \"word\": \"nwadiànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"social name of a child in his mother's family, home, locality, village or birthplace e.g. Each of the children of a woman who hails from Obi's family is known as a nwadiànì among Obi's family and kin. If a child's home town is Nneewi but his mother's birthplace is Nnoobi, that child is a nwadiànì at Nnoobi; if the mother's birthplace is the United States the child when in Nigeria is said to be nwadiànì in the United States\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"nwa di ọtā\": [\n        {\n            \"word\": \"nwa di ọtā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hunter's attendant\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"nwa di ntā\"\n            ],\n            \"stems\": [\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"nwa ègwu\": [\n        {\n            \"word\": \"nwa ègwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"doll\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"nwa ezè alā ajā\": [\n        {\n            \"word\": \"nwa ezè alā ajā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"instep of foot (literally the king's baby never licks the sand)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"nwa kā ibè ya\": [\n        {\n            \"word\": \"nwa kā ibè ya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"form of praise for one who excels his colleagues; first among equals\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"nwa mgbèyì\": [\n        {\n            \"word\": \"nwa mgbèyì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"orphan; destitute child\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"nwa ogbènyè\"\n            ],\n            \"stems\": [\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"nwa mkpùkpù mmē\": [\n        {\n            \"word\": \"nwa mkpùkpù mmē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"newborn infant\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"nwa nnabè\": [\n        {\n            \"word\": \"nwa nnabè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"echo (compare òkpọnàkpọ òkù)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"nwannē\": [\n        {\n            \"word\": \"nwannē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"brother, sister (strictly of same mother but also brother, sister of same father but not of same mother, i.e. half-brother and sister); sibling, relative; blood relation; also used as term of address to a close friend\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"nwanne afō\": [\n        {\n            \"word\": \"nwanne afō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"brother or sister of same father and mother; full brother or sister (literally brother or sister of same womb)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"nwannē ārụ\": [\n        {\n            \"word\": \"nwannē ārụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"close relative\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"nwannē nwaàyì\": [\n        {\n            \"word\": \"nwannē nwaàyì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sister; female relative\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"nwannē nwokē\": [\n        {\n            \"word\": \"nwannē nwokē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"brother; male relative\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"nwa nnwā\": [\n        {\n            \"word\": \"nwa nnwā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"grandchild\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"nwa nwaàyì\": [\n        {\n            \"word\": \"nwa nwaàyì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"female child; daughter\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"nwa nwokē\": [\n        {\n            \"word\": \"nwa nwokē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"male child; son\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"nwa ogbènyè\": [\n        {\n            \"word\": \"nwa ogbènyè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"orphan; destitute child\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"nwa mgbèyì\"\n            ],\n            \"stems\": [\n                \"ǹnwa\",\n                \"ogbènyà\"\n            ]\n        }\n    ],\n    \"nwa ōkolo\": [\n        {\n            \"word\": \"nwa ōkolo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"lad; boy; young man\",\n                \"male name\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkolo\"\n            ]\n        }\n    ],\n    \"nwa ōkolọbìà\": [\n        {\n            \"word\": \"nwa ōkolọbìà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"youth; boy\",\n                \"youth; adolescent boy\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnwa\",\n                \"òkolo\"\n            ]\n        }\n    ],\n    \"nwa òlukpùlu\": [\n        {\n            \"word\": \"nwa òlukpùlu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"blindman’s buff\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"nwa ōnogbò\": [\n        {\n            \"word\": \"nwa ōnogbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnwa\",\n                \"ònogbò\"\n            ]\n        }\n    ],\n    \"nwa òseāka\": [\n        {\n            \"word\": \"nwa òseāka\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"prodigal son\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnwa\",\n                \"òseāka\"\n            ]\n        }\n    ],\n    \"nwa ọfụū\": [\n        {\n            \"word\": \"nwa ọfụū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"newborn child\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnwa\",\n                \"ọfụū\"\n            ]\n        }\n    ],\n    \"nwa ōgbanje\": [\n        {\n            \"word\": \"nwa ōgbanje\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"child believed to belong to a group in the world of spirits to which he/she returns after dying in infancy, only to go back to his mother's womb again. See ògbanje\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"nwa ọlū\": [\n        {\n            \"word\": \"nwa ọlū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"apprentice\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnwa\",\n                \"ọlụ\"\n            ]\n        }\n    ],\n    \"nwatà\": [\n        {\n            \"word\": \"nwatà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"child\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"nwantà\"\n            ],\n            \"stems\": [\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"nwatà nwaàyì\": [\n        {\n            \"word\": \"nwatà nwaàyì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"girl; daughter (from nwa ntà nwaàyì)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"nwatàkịlị\": [\n        {\n            \"word\": \"nwatàkịlị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"young child (from nwa ntàkịlị)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"nwa ùyòm\": [\n        {\n            \"word\": \"nwa ùyòm\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"chick\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"nwuùyòm\"\n            ],\n            \"stems\": [\n                \"ǹnwa\",\n                \"ùyòm\"\n            ]\n        }\n    ],\n    \"àkpà nwaāmmili\": [\n        {\n            \"word\": \"àkpà nwaāmmili\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bladder\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"-kwò nnwa (n’àzụ)\": [\n        {\n            \"word\": \"-kwò nnwa (n’àzụ)\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"carry child (on the back)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"-lòlu ǹnwa\": [\n        {\n            \"word\": \"-lòlu ǹnwa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"adopt a child\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"obele nnwā\": [\n        {\n            \"word\": \"obele nnwā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"small child; caressing words used by mothers to their children\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"ùme nnwā\": [\n        {\n            \"word\": \"ùme nnwā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"frequent loss of children soon after birth (by death)\",\n                \"frequent loss of new-born children soon after birth\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"òmùmù\"\n            ],\n            \"stems\": [\n                \"ǹnwa\",\n                \"ùme\"\n            ]\n        }\n    ],\n    \"ụmù nwaànyì\": [\n        {\n            \"word\": \"ụmù nwaànyì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"women\",\n                \"girls\",\n                \"women\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnwa\",\n                \"ụmù\"\n            ]\n        }\n    ],\n    \"ụmù nwokē\": [\n        {\n            \"word\": \"ụmù nwokē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"men (as opposed to women\",\n                \"used as first element of names, preceding name of market day on which someone was born\",\n                \"men\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnwa\",\n                \"ụmù\"\n            ]\n        }\n    ],\n    \"Nwankwọ\": [\n        {\n            \"word\": \"Nwankwọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"for men born on Ǹkwọ, Èke, Oyè, and Àfò respectively, and Nwam̀gbankw̄ ọ, Nwam̀gbeēke, Nwam̀gbaàfò for women born on Ǹkwọ, Èke, and Àfò respectively. It is also used preceding the name of a deity, person, or set of circumstances, etc., after which a person is named: e.g. Nwudō (son of Udō, a deity); Nwọòrà (son of all); Nwoòlìsà (son of Òlìsà, God); Nwachukwu (son of God); Nwiijè (for a son born away from home)\",\n                \"young of animal\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"Nwooyè\": [\n        {\n            \"word\": \"Nwooyè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"for men born on Ǹkwọ, Èke, Oyè, and Àfò respectively, and Nwam̀gbankw̄ ọ, Nwam̀gbeēke, Nwam̀gbaàfò for women born on Ǹkwọ, Èke, and Àfò respectively. It is also used preceding the name of a deity, person, or set of circumstances, etc., after which a person is named: e.g. Nwudō (son of Udō, a deity); Nwọòrà (son of all); Nwoòlìsà (son of Òlìsà, God); Nwachukwu (son of God); Nwiijè (for a son born away from home)\",\n                \"young of animal\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"Nwaàfò\": [\n        {\n            \"word\": \"Nwaàfò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"for men born on Ǹkwọ, Èke, Oyè, and Àfò respectively, and Nwam̀gbankw̄ ọ, Nwam̀gbeēke, Nwam̀gbaàfò for women born on Ǹkwọ, Èke, and Àfò respectively. It is also used preceding the name of a deity, person, or set of circumstances, etc., after which a person is named: e.g. Nwudō (son of Udō, a deity); Nwọòrà (son of all); Nwoòlìsà (son of Òlìsà, God); Nwachukwu (son of God); Nwiijè (for a son born away from home)\",\n                \"young of animal\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"nwa atụlū\": [\n        {\n            \"word\": \"nwa atụlū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"lamb\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"nwa bìàlìì\": [\n        {\n            \"word\": \"nwa bìàlìì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"soft, smooth quality\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"nwa bùù\": [\n        {\n            \"word\": \"nwa bùù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"quietness; ease\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"Nwa mpe kà ọ bù\": [\n        {\n            \"word\": \"Nwa mpe kà ọ bù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"He is smallish\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"nwa ntịkōlọ\": [\n        {\n            \"word\": \"nwa ntịkōlọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"very little, small amount, etc.\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Tìnye nwa ntịkọlọ mmīli n’ime ìtè\",\n                    \"english\": \"Put very little water into the pot\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"nwantịntị\": [\n        {\n            \"word\": \"nwantịntị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"small amount, state, etc.\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Chèlụ nwantịntị\",\n                    \"english\": \"Wait a little\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"nwa pe\": [\n        {\n            \"word\": \"nwa pe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a very small, little\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"nwa mpe\"\n            ],\n            \"stems\": [\n                \"ǹnwa\"\n            ]\n        }\n    ],\n    \"ǹnwa\": [\n        {\n            \"word\": \"ǹnwa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(nwa when first word in combination)\",\n                \"child; (fig.) used as term of endearment by older to younger person (compare ụmù for plural)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"nnwa\",\n                \"nwa\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"nnwọò\": [\n        {\n            \"word\": \"nnwọò\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see nwọò\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹnya\": [\n        {\n            \"word\": \"ǹnya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sticky gum\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹnyàafù\": [\n        {\n            \"word\": \"ǹnyàafù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"yesterday\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Mmilī zòlù ǹnyàafù\",\n                    \"english\": \"It rained yesterday\"\n                }\n            ],\n            \"variations\": [\n                \"ǹnyàafùlụ\",\n                \"ǹnyàa\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ònuno\": [\n        {\n            \"word\": \"ònuno\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"devouring; swallowing (-no swallow)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-nodà\": [\n        {\n            \"word\": \"-nodà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"swallow down\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-no\"\n            ]\n        }\n    ],\n    \"-nomìna\": [\n        {\n            \"word\": \"-nomìna\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"swallow down\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-no\"\n            ]\n        }\n    ],\n    \"-no uno\": [\n        {\n            \"word\": \"-no uno\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"try to eat more than one's share\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-no\"\n            ]\n        }\n    ],\n    \"-no\": [\n        {\n            \"word\": \"-no\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"swallow\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-nọ ànọ\": [\n        {\n            \"word\": \"-nọ ànọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be slippery, slimy (as okra or ògbònò soup, gum, etc.)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ofe nōlụ ànọ adīrọ àsọ m, ya kpàtàlù nà mụ adīrọ èli ofe ògbònò\",\n                    \"english\": \"I dislike slimy soups; for that reason I do not eat ògbònò soup\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-nọ\"\n            ]\n        }\n    ],\n    \"-nọcha\": [\n        {\n            \"word\": \"-nọcha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"slide; slip (= nwàcha, -kwàcha)\",\n                \"rub; clean; polish\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ànì nà-ème nnọcha n’ùtụtū à màkà nà mmilī ezòka ǹnyàafù\",\n                    \"english\": \"The ground is slippery this morning because there was a lot of rain yesterday\"\n                },\n                {\n                    \"igbo\": \"Achòlù m ìnōcha mmà m kà ọ na-akwā màlàmàlà\",\n                    \"english\": \"I want to polish my sword so that it will be glittering\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-nọ\"\n            ]\n        }\n    ],\n    \"ofe ōnịnọ\": [\n        {\n            \"word\": \"ofe ōnịnọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"soup prepared with okra, or ọgbọnọ, or both\",\n                \"soup prepared with ògbònò and okro\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nọ\",\n                \"ofe\"\n            ]\n        }\n    ],\n    \"-nọ ọgwù\": [\n        {\n            \"word\": \"-nọ ọgwù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rub balm (on a particular place)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nọ\"\n            ]\n        }\n    ],\n    \"-nọ mmilī\": [\n        {\n            \"word\": \"-nọ mmilī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"(used with obì or ume) be fearful, worried\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Èri m jì nụ nà ụgbọ gbùlù mmadù n’ụzō Āba kà obī jì ànọ m#mmilī màkà nà nwụnyè m jēlụ ịzūta ife n’Àba akà ànatarọ\",\n                    \"english\": \"Since learning that somebody was killed by a lorry on the Aba road I have been worried, because my wife who is away in Aba to buy something has not returned\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-nọ\"\n            ]\n        }\n    ],\n    \"-nọ\": [\n        {\n            \"word\": \"-nọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be slimy, slippery\",\n                \"rub thoroughly; massage\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ònùnò\": [\n        {\n            \"word\": \"ònùnò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"staying; dwelling\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nò\"\n            ]\n        }\n    ],\n    \"-nò anya\": [\n        {\n            \"word\": \"-nò anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"represent; be in place of\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nò\"\n            ]\n        }\n    ],\n    \"-nòchi\": [\n        {\n            \"word\": \"-nòchi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"usurp someone's place; take the place of; succeed\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nò\"\n            ]\n        }\n    ],\n    \"-nòchi anya\": [\n        {\n            \"word\": \"-nòchi anya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take the place of (somebody); succeed; follow me\",\n                \"block the vein òfụma I am going to block your view in order to prevent you from seeing what is going on in the room properly\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Samsìn nà-àbịa ịnòchì anya m#\",\n                    \"english\": \"Samson is coming to replace\"\n                },\n                {\n                    \"igbo\": \"Agà m anòchi ī anya kà ị ghàlụ ịfū ife a nà-ème n’ime ụnò òfụma\",\n                    \"english\": \" I am going to block your view in order to prevent you from seeing what is going on in the room properly\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-nò\"\n            ]\n        }\n    ],\n    \"-nòchibìdo\": [\n        {\n            \"word\": \"-nòchibìdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"besiege; prevent; hinder\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ndi ilō m nà-àkwado ịnōchìbìdò m ịbà n’òtù ụmù òkolọbìà\",\n                    \"english\": \"My enemies are trying to bar my entry into the young men’s association\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-nò\"\n            ]\n        }\n    ],\n    \"-nòdèbe\": [\n        {\n            \"word\": \"-nòdèbe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sit, stay near\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nò\"\n            ]\n        }\n    ],\n    \"-nòdide\": [\n        {\n            \"word\": \"-nòdide\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"continue, remain (of person)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nò\"\n            ]\n        }\n    ],\n    \"-nòdolụ\": [\n        {\n            \"word\": \"-nòdolụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be with\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nòdolụ m#nwantịntị ogè\",\n                    \"english\": \"Stay with me for a short while\"\n                },\n                {\n                    \"igbo\": \"Nòdụlụm#\",\n                    \"english\": \"Stay with me (name for an ògbanje)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-nò\"\n            ]\n        }\n    ],\n    \"-nòdụ ànì\": [\n        {\n            \"word\": \"-nòdụ ànì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sit; sit down\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Gwa yā kà ọ nòdụ ànì\",\n                    \"english\": \"Tell him to sit down\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-nò\"\n            ]\n        }\n    ],\n    \"nòdụ mmā\": [\n        {\n            \"word\": \"nòdụ mmā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"goodbye (to one going home)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nò\"\n            ]\n        }\n    ],\n    \"-nòfè\": [\n        {\n            \"word\": \"-nòfè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sit around\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nò\"\n            ]\n        }\n    ],\n    \"nògboo\": [\n        {\n            \"word\": \"nògboo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"greeting to a person travelling (literally return early!)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nò\"\n            ]\n        }\n    ],\n    \"-nòkọ\": [\n        {\n            \"word\": \"-nòkọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sit together; assemble\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nò\"\n            ]\n        }\n    ],\n    \"-nòkọba ọnū\": [\n        {\n            \"word\": \"-nòkọba ọnū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"assemble; sit together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nò\"\n            ]\n        }\n    ],\n    \"-nòkọ ọnū\": [\n        {\n            \"word\": \"-nòkọ ọnū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sit together, assemble\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ànyị gà-anòkọ ọnū\",\n                    \"english\": \"We shall sit together\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-nò\"\n            ]\n        }\n    ],\n    \"-nòkwu\": [\n        {\n            \"word\": \"-nòkwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stay longer\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bikō nòkwue\",\n                    \"english\": \"Please stay longer!\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-nò\"\n            ]\n        }\n    ],\n    \"-nòlịlị\": [\n        {\n            \"word\": \"-nòlịlị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stay up to the present; be still waiting, staying\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ì nòlìlì?\",\n                    \"english\": \"Are you still waiting, staying, here?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-nò\"\n            ]\n        }\n    ],\n    \"-nò n’aka ebē\": [\n        {\n            \"word\": \"-nò n’aka ebē\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stand surety\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nò\"\n            ]\n        }\n    ],\n    \"-nò nà mbe\": [\n        {\n            \"word\": \"-nò nà mbe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stand surety for\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nò\"\n            ]\n        }\n    ],\n    \"-nò n’ọkwa\": [\n        {\n            \"word\": \"-nò n’ọkwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be in a post, position\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ifem nò na nnukwu ọkwā n’ụnò ọlū fa\",\n                    \"english\": \"Ifem is in a high position in their office\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-nò\",\n                \"ọkwa\"\n            ]\n        }\n    ],\n    \"-nò n’ùdo\": [\n        {\n            \"word\": \"-nò n’ùdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"live in peace\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nò\"\n            ]\n        }\n    ],\n    \"-nò n’ùfụ\": [\n        {\n            \"word\": \"-nò n’ùfụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be in distress\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nò\"\n            ]\n        }\n    ],\n    \"-nò n’ụjū\": [\n        {\n            \"word\": \"-nò n’ụjū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be (in) mourning\",\n                \"be in mourning; mourn\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Fâ nò n’ụjū\",\n                    \"english\": \"They are in mourning\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-nò\",\n                \"ụjū\"\n            ]\n        }\n    ],\n    \"-nò n’ụnò\": [\n        {\n            \"word\": \"-nò n’ụnò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be at home\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nnā ānyị nò n’ụnò\",\n                    \"english\": \"Father is in\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-nò\"\n            ]\n        }\n    ],\n    \"-nònyelụ\": [\n        {\n            \"word\": \"-nònyelụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dwell with; stay with; sit with\",\n                \"stay with Nònyelụ m  Stay, abide, with me\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nònyelụm#\",\n                    \"english\": \"Stay with me (name for an ògbanje)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-nò\",\n                \"-nyefè\"\n            ]\n        }\n    ],\n    \"-nò ọdù\": [\n        {\n            \"word\": \"-nò ọdù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tarry; stay long; delay; remain\",\n                \"sit down\",\n                \"stay long\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nòdị ọdù\",\n                    \"english\": \"Sit down\"\n                },\n                {\n                    \"igbo\": \"Ànọrọ m ọdù ebe m jèlù\",\n                    \"english\": \"I did not stay long where I went\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-nò\",\n                \"ọdù\"\n            ]\n        }\n    ],\n    \"-nòpùta\": [\n        {\n            \"word\": \"-nòpùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"withdraw (especially from fire); sit away from\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nò\"\n            ]\n        }\n    ],\n    \"-nòrube\": [\n        {\n            \"word\": \"-nòrube\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"surround; sit round\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nò\"\n            ]\n        }\n    ],\n    \"-nòrụka\": [\n        {\n            \"word\": \"-nòrụka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stay long; sit on one side; sit out of the way\",\n                \"sit to one side\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nòrụka n’ùsọ\",\n                    \"english\": \"Sit to one side\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-nò\",\n                \"-rụ-ka\"\n            ]\n        }\n    ],\n    \"-nòsasị\": [\n        {\n            \"word\": \"-nòsasị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sit scattered apart\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nò\"\n            ]\n        }\n    ],\n    \"-nòsị\": [\n        {\n            \"word\": \"-nòsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"finish staying\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nò\"\n            ]\n        }\n    ],\n    \"-nòtè aka\": [\n        {\n            \"word\": \"-nòtè aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be far away, at a distance; stay away long\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nò\"\n            ]\n        }\n    ],\n    \"-nò ùwà\": [\n        {\n            \"word\": \"-nò ùwà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be reborn; reincarnate\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òkeēke nòlù nwa mụ ùwà\",\n                    \"english\": \"Okeeke has reincarnated as my child\"\n                },\n                {\n                    \"igbo\": \"Ọ bù nnā ānyị ochiè nòlù mù ùwà\",\n                    \"english\": \"It is our grandfather who is reincarnated in me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-nò\"\n            ]\n        }\n    ],\n    \"-nòwanye\": [\n        {\n            \"word\": \"-nòwanye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sit down carelessly and uninvited among a group\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nò\"\n            ]\n        }\n    ],\n    \"-nòzi\": [\n        {\n            \"word\": \"-nòzi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sit straight, properly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nò\"\n            ]\n        }\n    ],\n    \"nọòfụ\": [\n        {\n            \"word\": \"nọòfụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"so; thus; in this manner\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Kà ọ dị nọòfụ\",\n                    \"english\": \"It is enough, or Stop it at that, or, Let it remain like that, in that form\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-nò\"\n            ]\n        }\n    ],\n    \"nọònwọ\": [\n        {\n            \"word\": \"nọònwọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"so; thus; here (compare n’ebe à)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ dì nọònwọ\",\n                    \"english\": \"It is here\"\n                }\n            ],\n            \"variations\": [\n                \"nọònwa\"\n            ],\n            \"stems\": [\n                \"-nò\"\n            ]\n        }\n    ],\n    \"-nò\": [\n        {\n            \"word\": \"-nò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be in a place (of animate creatures); stay; dwell; be at home (compare -bi, which refers to more permanent living); sit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-dà nrā\": [\n        {\n            \"word\": \"-dà nrā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fine\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nrā\"\n            ]\n        }\n    ],\n    \"-ra nra\": [\n        {\n            \"word\": \"-ra nra\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pay a fine; levy a fine\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nrā\"\n            ]\n        }\n    ],\n    \"nrā\": [\n        {\n            \"word\": \"nrā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fine\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-ra ǹra\": [\n        {\n            \"word\": \"-ra ǹra\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"comb (with comb)\",\n                \"comb with comb\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹra\",\n                \"-ra\"\n            ]\n        }\n    ],\n    \"ǹra\": [\n        {\n            \"word\": \"ǹra\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"comb\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ra\"\n            ]\n        }\n    ],\n    \"-kè ǹràmanya\": [\n        {\n            \"word\": \"-kè ǹràmanya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"divide equally\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bikō kèe anụ afù ǹràmanya\",\n                    \"english\": \"Please divide that meat equally\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹràmanya\"\n            ]\n        }\n    ],\n    \"ǹràmanya\": [\n        {\n            \"word\": \"ǹràmanya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"equality (-rà 1. be equal)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụkwalā nri\": [\n        {\n            \"word\": \"ụkwalā nri\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"whooping-cough (compare ụkwalà ntìrịìrì)\",\n                \"whooping-cough\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹri\",\n                \"ụkwalà\"\n            ]\n        }\n    ],\n    \"ǹri\": [\n        {\n            \"word\": \"ǹri\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nwa Ǹrì\": [\n        {\n            \"word\": \"nwa Ǹrì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"an Nri man who has taken the Ichi title and travels widely through Igbo-land exercising ritual and political authority\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"Ǹrì\"\n            ]\n        }\n    ],\n    \"òdìnàànị Ǹrì\": [\n        {\n            \"word\": \"òdìnàànị Ǹrì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Nri culture\",\n                \"(in Nri) the highest ritual-political title in Nri and Oreri\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ǹrì bù echichi\",\n                    \"english\": \"Nri is a title\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"Ǹrì\"\n            ]\n        }\n    ],\n    \"Ǹrì\": [\n        {\n            \"word\": \"Ǹrì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"settlement of Nri, founded by Nri son of Èrì, and its people; (more loosely) people who claim some kind of relationship with Nri\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹrịkō\": [\n        {\n            \"word\": \"ǹrịkō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"crab\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-fè nrù\": [\n        {\n            \"word\": \"-fè nrù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"serve; wait upon; pay tribute; worship\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nrù\"\n            ]\n        }\n    ],\n    \"ifè nrù\": [\n        {\n            \"word\": \"ifè nrù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"serving; tribute\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nrù\"\n            ]\n        }\n    ],\n    \"òfùfe ǹrù\": [\n        {\n            \"word\": \"òfùfe ǹrù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"traditional presentation of gifts to the ọkpala, especially at great feasts\",\n                \"church service; religious worship (Protestant usage)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nrù\"\n            ]\n        }\n    ],\n    \"nrù\": [\n        {\n            \"word\": \"nrù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"service; bondage; homage; veneration\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ofe nsala\": [\n        {\n            \"word\": \"ofe nsala\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kind of soup which is watery (sometimes with little or no oil); \\\"pepper soup\\\"\",\n                \"watery kind of soup\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹsala\",\n                \"ofe\"\n            ]\n        }\n    ],\n    \"ǹsala\": [\n        {\n            \"word\": \"ǹsala\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"watery soup; \\\"pepper soup\\\"\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nsam\": [\n        {\n            \"word\": \"nsam\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"small shellfish found in salt water; periwinkle (compare ejùnà, kòso)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nsansa mmīli\": [\n        {\n            \"word\": \"nsansa mmīli\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"shower of rain; few drops of rain\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nsansa \"\n            ]\n        }\n    ],\n    \"nsansa \": [\n        {\n            \"word\": \"nsansa \",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"small amount (of liquid)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"nshansha\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"nsansa\": [\n        {\n            \"word\": \"nsansa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"flatness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹsèli àzù\": [\n        {\n            \"word\": \"ǹsèli àzù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"heron\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹsèli\"\n            ]\n        }\n    ],\n    \"ǹsèli\": [\n        {\n            \"word\": \"ǹsèli\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(-sè 1. bring out) used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-ghe nsi\": [\n        {\n            \"word\": \"-ghe nsi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"prepare poison\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nsi\"\n            ]\n        }\n    ],\n    \"-gwọ nsi\": [\n        {\n            \"word\": \"-gwọ nsi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"work sickness or death by means of magic or poison\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nsi\"\n            ]\n        }\n    ],\n    \"-kụ nsi\": [\n        {\n            \"word\": \"-kụ nsi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"poison; practise sorcery against\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nsi\"\n            ]\n        }\n    ],\n    \"-nye nsi\": [\n        {\n            \"word\": \"-nye nsi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"poison\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nsi\"\n            ]\n        }\n    ],\n    \"nsi\": [\n        {\n            \"word\": \"nsi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"poison; sorcery\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹsìsì\": [\n        {\n            \"word\": \"ǹsìsì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a measure of volume\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹsị ègbè\": [\n        {\n            \"word\": \"ǹsị ègbè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(fig.) gunpowder\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹsị\"\n            ]\n        }\n    ],\n    \"ǹsị\": [\n        {\n            \"word\": \"ǹsị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dung; faeces; excreta, manure, shit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹsịkō\": [\n        {\n            \"word\": \"ǹsịkō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-dị ǹso\": [\n        {\n            \"word\": \"-dị ǹso\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be near; be at hand\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹso\"\n            ]\n        }\n    ],\n    \"-kpụdèbè ǹso\": [\n        {\n            \"word\": \"-kpụdèbè ǹso\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"draw, come near\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹso\"\n            ]\n        }\n    ],\n    \"ǹso\": [\n        {\n            \"word\": \"ǹso\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"nearness; the vicinity of\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nsò\": [\n        {\n            \"word\": \"nsò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"queue\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nsògbu\": [\n        {\n            \"word\": \"nsògbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"trouble (-sògbu trouble)\",\n                \"trouble; affliction; worry\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sò\"\n            ]\n        }\n    ],\n    \"ụnò nsō\": [\n        {\n            \"word\": \"ụnò nsō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Church building\",\n                \"forbidden things and acts, including both those which are forbidden or taboo (= nsọ C.) and those which are abominations (nsọ ànì, = alū)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nsọ\"\n            ]\n        }\n    ],\n    \"nsọ ànì\": [\n        {\n            \"word\": \"nsọ ànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"an act forbidden by the land, or abomination, which cannot be ritually undone but must be 'dragged' in an expiatory ritual which involves dragging a live chicken tied to òmụ round the town\",\n                \"taboo; forbidden act which if committed must be undone\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Onye mē nsọ ànì mèlù alū; ọ gà-àkpụ alū\",\n                    \"english\": \"Whoever commits an act forbidden by the land commits abomination; he must 'drag' the abomination\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"nsọ\"\n            ]\n        }\n    ],\n    \"-dị na nsọ\": [\n        {\n            \"word\": \"-dị na nsọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be forbidden, prohibited, taboo\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ dì na nsọ\",\n                    \"english\": \"It is forbidden\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"nsọ\"\n            ]\n        }\n    ],\n    \"-sọ nsọ\": [\n        {\n            \"word\": \"-sọ nsọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"forbid; prohibit; taboo\",\n                \"separate; set apart; regard as taboo\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ànyị nà-àsọ yā\",\n                    \"english\": \"We forbid it (for ritual reasons)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"nsọ\",\n                \"-sọ\"\n            ]\n        }\n    ],\n    \"nsọ\": [\n        {\n            \"word\": \"nsọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(in general) sacredness; things or acts that are holy and/or forbidden (including both asọ and nsọ B.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"onye nsụ\": [\n        {\n            \"word\": \"onye nsụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stammerer\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹsụ\"\n            ]\n        }\n    ],\n    \"-sụ ǹsụ\": [\n        {\n            \"word\": \"-sụ ǹsụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stammer; stutter\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-àsụ nsụ\",\n                    \"english\": \"He stammers\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹsụ\",\n                \"-sụ\"\n            ]\n        }\n    ],\n    \"ǹsụ\": [\n        {\n            \"word\": \"ǹsụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stammering\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nsụkpe\": [\n        {\n            \"word\": \"nsụkpe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"noise as of a steamboat; puffing\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"nsụtụ\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"nsụsū ōnụ\": [\n        {\n            \"word\": \"nsụsū ōnụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kiss\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nsụsù\"\n            ]\n        }\n    ],\n    \"nsụsù\": [\n        {\n            \"word\": \"nsụsù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"light jab (-sù 2.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nsụtụ\": [\n        {\n            \"word\": \"nsụtụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"noise as of a steamboat; a puffing\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"nsụkpe\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"nta egō\": [\n        {\n            \"word\": \"nta egō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"striving for money\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nta\"\n            ]\n        }\n    ],\n    \"-gba nta\": [\n        {\n            \"word\": \"-gba nta\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hunt\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nta\"\n            ]\n        }\n    ],\n    \"-je nta\": [\n        {\n            \"word\": \"-je nta\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hunt\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nta\"\n            ]\n        }\n    ],\n    \"nta\": [\n        {\n            \"word\": \"nta\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hunting\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ntàkịlị\": [\n        {\n            \"word\": \"ntàkịlị\",\n            \"wordClass\": \"ADJ\",\n            \"definitions\": [\n                \"very small\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ntà\"\n            ]\n        }\n    ],\n    \"nwatà ntà\": [\n        {\n            \"word\": \"nwatà ntà\",\n            \"wordClass\": \"ADJ\",\n            \"definitions\": [\n                \"small child\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ntà\"\n            ]\n        }\n    ],\n    \"ụkwalà ntà\": [\n        {\n            \"word\": \"ụkwalà ntà\",\n            \"wordClass\": \"ADJ\",\n            \"definitions\": [\n                \"tuberculosis\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ntà\",\n                \"ụkwalà\"\n            ]\n        }\n    ],\n    \"ntà\": [\n        {\n            \"word\": \"ntà\",\n            \"wordClass\": \"ADJ\",\n            \"definitions\": [\n                \"mosquito\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹtaǹta\": [\n        {\n            \"word\": \"ǹtaǹta\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bogeyman (used to frighten children) (= mbùmbu)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹtàǹta\": [\n        {\n            \"word\": \"ǹtàǹta\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"meat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹtàtàlabù\": [\n        {\n            \"word\": \"ǹtàtàlabù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹtàtabùlabù\": [\n        {\n            \"word\": \"ǹtàtabùlabù\",\n            \"wordClass\": \"ADJ\",\n            \"definitions\": [\n                \"tickle (to make laugh)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-yi\"\n            ]\n        }\n    ],\n    \"ǹte\": [\n        {\n            \"word\": \"ǹte\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"small cricket\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ntē\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ǹti āja\": [\n        {\n            \"word\": \"ǹti āja\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(literally beater of walls) instrument for smoothing wet wall, especially of a new building\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹti\"\n            ]\n        }\n    ],\n    \"ǹti àkwà\": [\n        {\n            \"word\": \"ǹti àkwà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(literally beater of clothes) a club-like wooden instrument shaped like a short pestle and used by native washermen in place of an iron in smoothing thick heavy native clothes\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹti\"\n            ]\n        }\n    ],\n    \"ǹti ūnò\": [\n        {\n            \"word\": \"ǹti ūnò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wooden tool for smoothing house walls and floor\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹti\"\n            ]\n        }\n    ],\n    \"ǹti\": [\n        {\n            \"word\": \"ǹti\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"beater (shortened form of ǹtiti) (-ti 1. beat)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹtì\": [\n        {\n            \"word\": \"ǹtì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cheek\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹtiti\": [\n        {\n            \"word\": \"ǹtiti\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tool for smoothing walls and floors (see ǹti)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ntì akwà\": [\n        {\n            \"word\": \"ntì akwà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hem or edge of cloth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ntì\"\n            ]\n        }\n    ],\n    \"ntì ikē\": [\n        {\n            \"word\": \"ntì ikē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"obstinacy; perverseness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ntì\"\n            ]\n        }\n    ],\n    \"ntì ịkpō\": [\n        {\n            \"word\": \"ntì ịkpō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"headstrongness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ntì\"\n            ]\n        }\n    ],\n    \"onye ntì ịkpō\": [\n        {\n            \"word\": \"onye ntì ịkpō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a headstrong person (mainly used for children)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ bù onye ntì ịkpō\",\n                    \"english\": \"He is a headstrong person\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ntì\"\n            ]\n        }\n    ],\n    \"ntī ōke\": [\n        {\n            \"word\": \"ntī ōke\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wild waterleaf\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ntì\",\n                \"òke\"\n            ]\n        }\n    ],\n    \"-che (be) ntì\": [\n        {\n            \"word\": \"-che (be) ntì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"listen\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ntì\"\n            ]\n        }\n    ],\n    \"-do ntì\": [\n        {\n            \"word\": \"-do ntì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"warn; admonish; exhort\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ntì\"\n            ]\n        }\n    ],\n    \"-kpà ntì\": [\n        {\n            \"word\": \"-kpà ntì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"listen carelessly; pretend not to hear; be obstinate (literally close ear)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ntì\"\n            ]\n        }\n    ],\n    \"mkpọchi ǹtì\": [\n        {\n            \"word\": \"mkpọchi ǹtì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stubbornness; habitual disobedience (usually of young person)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ntì\"\n            ]\n        }\n    ],\n    \"-ŋa ntì\": [\n        {\n            \"word\": \"-ŋa ntì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"listen; heed; incline the ear; pay attention\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ntì\",\n                \"-ŋa\"\n            ]\n        }\n    ],\n    \"ntī oke\": [\n        {\n            \"word\": \"ntī oke\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kind of vegetable (Talinum triangulare Willd.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ntì\"\n            ]\n        }\n    ],\n    \"ntì\": [\n        {\n            \"word\": \"ntì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"ear\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụkwalà ntìrịìrì\": [\n        {\n            \"word\": \"ụkwalà ntìrịìrì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"whooping-cough (compare ụkwalā nri)\",\n                \"whooping-cough\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ntìrịìrì\",\n                \"ụkwalà\"\n            ]\n        }\n    ],\n    \"ntìrịìrì\": [\n        {\n            \"word\": \"ntìrịìrì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-tò ǹtò\": [\n        {\n            \"word\": \"-tò ǹtò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"kidnap\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹtò\",\n                \"-tò\"\n            ]\n        }\n    ],\n    \"ǹtò\": [\n        {\n            \"word\": \"ǹtò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kidnapping; captivity\",\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ǹtu\": [\n        {\n            \"word\": \"ǹtu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"nail (used in carpentry)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹtù azù\": [\n        {\n            \"word\": \"ǹtù azù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"scales of fish\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹtù\"\n            ]\n        }\n    ],\n    \"ǹtu ōkụkò\": [\n        {\n            \"word\": \"ǹtu ōkụkò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"soft body feathers or down of fowl\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹtù\",\n                \"òkụkò\"\n            ]\n        }\n    ],\n    \"ǹtù akā\": [\n        {\n            \"word\": \"ǹtù akā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"whitlow\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹtù\"\n            ]\n        }\n    ],\n    \"ǹtù\": [\n        {\n            \"word\": \"ǹtù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(-tù 1.) down (= ùlumē)\",\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ntubu\": [\n        {\n            \"word\": \"ntubu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"difficulty\",\n                \"rolling\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ntùtù\": [\n        {\n            \"word\": \"ntùtù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hair (of head, etc.; compare ajị, body hair)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ntụ ntụ\": [\n        {\n            \"word\": \"ntụ ntụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"grey; ash-coloured\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òkpu afù nà-àcha ntụ ntụ\",\n                    \"english\": \"The cap is ash-grey\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ntụ\"\n            ]\n        }\n    ],\n    \"ntụ ọkū\": [\n        {\n            \"word\": \"ntụ ọkū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"ash\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ntụ\",\n                \"ọkụ\"\n            ]\n        }\n    ],\n    \"ogbènyè ọnụ ntū\": [\n        {\n            \"word\": \"ogbènyè ọnụ ntū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"very poor, destitute, person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ntụ\",\n                \"ogbènyà\",\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"-wụ ntụ\": [\n        {\n            \"word\": \"-wụ ntụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"buy gunpowder\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ntụ\",\n                \"-wụ\"\n            ]\n        }\n    ],\n    \"ntụ\": [\n        {\n            \"word\": \"ntụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"ash; powder\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-tụ ntụ\": [\n        {\n            \"word\": \"-tụ ntụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tell a lie\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹtụ\"\n            ]\n        }\n    ],\n    \"Ị nà-àtụ ntụ\": [\n        {\n            \"word\": \"Ị nà-àtụ ntụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"You are telling a lie\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹtụ\"\n            ]\n        }\n    ],\n    \"ǹtụ\": [\n        {\n            \"word\": \"ǹtụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"deception; guile; craft; cunning\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ntụlụ\": [\n        {\n            \"word\": \"ntụlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hardship; misfortune\",\n                \"roguery; fraud\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"nà ǹtụmade\": [\n        {\n            \"word\": \"nà ǹtụmade\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"suddenly; unexpectedly\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Afù m Ọjì nà ǹtụmade\",\n                    \"english\": \"I saw Ọjị unexpectedly\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹtụmādị\"\n            ]\n        }\n    ],\n    \"ǹtụmādị\": [\n        {\n            \"word\": \"ǹtụmādị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"suddenness; unexpectedness\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ǹtụmade\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ǹtùmàdì\": [\n        {\n            \"word\": \"ǹtùmàdì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\",\n                \"especially; particularly\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-àsọ m#ijē mkpaghalị nà mgbèdè anyàsì tùmàdù nà m nòdụ n’èzùmike\",\n                    \"english\": \"I love going on a stroll in the evenings, particularly when I am on leave\"\n                }\n            ],\n            \"variations\": [\n                \"ǹtùmàdù\",\n                \"tùmàdì\",\n                \"tùmàdù\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ǹtụtū\": [\n        {\n            \"word\": \"ǹtụtū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"needle\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ònunu\": [\n        {\n            \"word\": \"ònunu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pushing\",\n                \"rearing (animals)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nu\"\n            ]\n        }\n    ],\n    \"-nubà\": [\n        {\n            \"word\": \"-nubà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"push in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nu\"\n            ]\n        }\n    ],\n    \"-nu enu\": [\n        {\n            \"word\": \"-nu enu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"urge; force someone to do something against his wish\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nu\"\n            ]\n        }\n    ],\n    \"-nufù\": [\n        {\n            \"word\": \"-nufù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"mislead; deceive; advise wrongly; seduce; push out of the way\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nu\"\n            ]\n        }\n    ],\n    \"-nughalị\": [\n        {\n            \"word\": \"-nughalị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go about (in a herd or crowd); push about\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nu\"\n            ]\n        }\n    ],\n    \"-nukpọ\": [\n        {\n            \"word\": \"-nukpọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"urge on; hurry on\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nu\"\n            ]\n        }\n    ],\n    \"-nunù\": [\n        {\n            \"word\": \"-nunù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"entangle; perplex; bewilder; be entangled\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nu\"\n            ]\n        }\n    ],\n    \"-nunye\": [\n        {\n            \"word\": \"-nunye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"push into (e.g. trouble, problematic situation); mislead into\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nu\"\n            ]\n        }\n    ],\n    \"-nupù\": [\n        {\n            \"word\": \"-nupù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"push out; sail, push off (a boat); set off (in vehicle)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nu\"\n            ]\n        }\n    ],\n    \"-nupùta\": [\n        {\n            \"word\": \"-nupùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"force out; gush out\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nu\"\n            ]\n        }\n    ],\n    \"-nurù\": [\n        {\n            \"word\": \"-nurù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take hold and shake\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nu\"\n            ]\n        }\n    ],\n    \"-nutù\": [\n        {\n            \"word\": \"-nutù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"push down\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nu\"\n            ]\n        }\n    ],\n    \"-nu ọbìà\": [\n        {\n            \"word\": \"-nu ọbìà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"offer hospitality (= -ne ọbìà)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nu\"\n            ]\n        }\n    ],\n    \"-nu\": [\n        {\n            \"word\": \"-nu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"push; take hold of and cause to move\",\n                \"be bitter\",\n                \"buy (palmwine, or other native drink); compare -go, -zụ buy (anything else); -kpa (buy oil only)\",\n                \"rear animals\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-nùta\": [\n        {\n            \"word\": \"-nùta\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"(deriv.suff.) never; not ever (with negative verb)\",\n                \"fight for; spoil; rob; loot\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òkeēke tìlì nwa Okaàfò, Okaàfò weè je ịnùtà ògù\",\n                    \"english\": \"Okeeke beat Okaafọ's son, so Okaafọ went to fight on his behalf\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-nù\"\n            ]\n        }\n    ],\n    \"-nùcha\": [\n        {\n            \"word\": \"-nùcha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"loot\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nù\"\n            ]\n        }\n    ],\n    \"-nù ògù\": [\n        {\n            \"word\": \"-nù ògù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fight (a fight)\",\n                \"fight\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-anū ògù\",\n                    \"english\": \"He is fighting\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-nù\",\n                \"ògù\"\n            ]\n        }\n    ],\n    \"-nùpù isi\": [\n        {\n            \"word\": \"-nùpù isi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be disobedient; rebel; revolt\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nù\"\n            ]\n        }\n    ],\n    \"-nùsò\": [\n        {\n            \"word\": \"-nùsò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"strive, fight, against; war with\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nù\"\n            ]\n        }\n    ],\n    \"-nùsò agha\": [\n        {\n            \"word\": \"-nùsò agha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"war against; engage in battle against\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nù\"\n            ]\n        }\n    ],\n    \"-nùsò ògù\": [\n        {\n            \"word\": \"-nùsò ògù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fight against\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nù\"\n            ]\n        }\n    ],\n    \"-nù ùnù\": [\n        {\n            \"word\": \"-nù ùnù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"struggle\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nù\"\n            ]\n        }\n    ],\n    \"onye nnụsō ògù\": [\n        {\n            \"word\": \"onye nnụsō ògù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"an enemy\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nù\",\n                \"onye\",\n                \"ògù\"\n            ]\n        }\n    ],\n    \"ònùmà\": [\n        {\n            \"word\": \"ònùmà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"severe displeasure; wrath; fury; stronger than iwe (compare -nù 1. fight)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-nù\": [\n        {\n            \"word\": \"-nù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fight; war; strive\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ò bịanùrò ebe à\",\n                    \"english\": \"He never visited here\"\n                },\n                {\n                    \"igbo\": \"Ọ mā enwenùta ike ibūtù m n’ànì\",\n                    \"english\": \"She will never be able to throw me to the ground\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"nụ\": [\n        {\n            \"word\": \"nụ\",\n            \"wordClass\": \"ADV\",\n            \"definitions\": [\n                \"Gwànụ m#Please tell me\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nyènụ m#nnu\",\n                    \"english\": \"Give me some salt, please!\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ònụnụ\": [\n        {\n            \"word\": \"ònụnụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hearing\",\n                \"marrying\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anùlù m ya ǹnyàafù\",\n                    \"english\": \"I married her yesterday\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-nụ\"\n            ]\n        }\n    ],\n    \"-nụ anụ\": [\n        {\n            \"word\": \"-nụ anụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hear; obey\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nụ\"\n            ]\n        }\n    ],\n    \"-nụfìè\": [\n        {\n            \"word\": \"-nụfìè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hear incorrectly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nụ\"\n            ]\n        }\n    ],\n    \"-nụfịalụ\": [\n        {\n            \"word\": \"-nụfịalụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"overhear\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nụ\"\n            ]\n        }\n    ],\n    \"-nụ okwu\": [\n        {\n            \"word\": \"-nụ okwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hear; obey\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nụ\",\n                \"okwu\"\n            ]\n        }\n    ],\n    \"-nụta ìkpè\": [\n        {\n            \"word\": \"-nụta ìkpè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hear bad talk about someone (and often report it)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nụ\"\n            ]\n        }\n    ],\n    \"-nụ nwaànyì\": [\n        {\n            \"word\": \"-nụ nwaànyì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"marry (of man)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nụ\",\n                \"nwaāmili\"\n            ]\n        }\n    ],\n    \"-nụ nwunye\": [\n        {\n            \"word\": \"-nụ nwunye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"marry (of man)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nụ\"\n            ]\n        }\n    ],\n    \"-nụ ọkụ\": [\n        {\n            \"word\": \"-nụ ọkụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be warm\",\n                \"be hot\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nụ\",\n                \"ọkụ\"\n            ]\n        }\n    ],\n    \"-nụ ọkụ n’obì\": [\n        {\n            \"word\": \"-nụ ọkụ n’obì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be zealous, enthusiastic; agitate; anger; enrage\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nụ\",\n                \"obì\"\n            ]\n        }\n    ],\n    \"-nụ\": [\n        {\n            \"word\": \"-nụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hear\",\n                \"marry\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"nù\": [\n        {\n            \"word\": \"nù\",\n            \"wordClass\": \"ADV\",\n            \"definitions\": [\n                \"plural\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bìanù!\",\n                    \"english\": \"Come, you people!\"\n                },\n                {\n                    \"igbo\": \"Dàalụ nù\",\n                    \"english\": \"Greetings to you all\"\n                },\n                {\n                    \"igbo\": \"Kà ànyị lie nù\",\n                    \"english\": \"Let's eat\"\n                },\n                {\n                    \"igbo\": \"Fa bīago nù\",\n                    \"english\": \"They've come\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-nù-cha\": [\n        {\n            \"word\": \"-nù-cha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"purify; prove; try; refine; be purified, proved, etc. (metals, by fire)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Nye m#ifeē nụfù\": [\n        {\n            \"word\": \"Nye m#ifeē nụfù\",\n            \"wordClass\": \"DEM\",\n            \"definitions\": [\n                \"Give me that thing yonder\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nụfù\"\n            ]\n        }\n    ],\n    \"nụfù\": [\n        {\n            \"word\": \"nụfù\",\n            \"wordClass\": \"DEM\",\n            \"definitions\": [\n                \"that yonder\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nụnwà\": [\n        {\n            \"word\": \"nụnwà\",\n            \"wordClass\": \"DEM\",\n            \"definitions\": [\n                \"this (compare nwà)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nụù\": [\n        {\n            \"word\": \"nụù\",\n            \"wordClass\": \"DEM\",\n            \"definitions\": [\n                \"that; that yonder\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nwa\": [\n        {\n            \"word\": \"nwa\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see nnwa\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ndi à nwà\": [\n        {\n            \"word\": \"ndi à nwà\",\n            \"wordClass\": \"ADV\",\n            \"definitions\": [\n                \"these very ones\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nwà\"\n            ]\n        }\n    ],\n    \"n gị nwà\": [\n        {\n            \"word\": \"n gị nwà\",\n            \"wordClass\": \"ADV\",\n            \"definitions\": [\n                \"you; yourself; thou; thyself (emphatic)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nwà\"\n            ]\n        }\n    ],\n    \"nwà\": [\n        {\n            \"word\": \"nwà\",\n            \"wordClass\": \"ADV\",\n            \"definitions\": [\n                \"very, -self (used with nominals) Kèdụ màkà gị nwà? And how are you yourself?\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ònwùnwà\": [\n        {\n            \"word\": \"ònwùnwà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"temptation; trial; proof (-nwà 1. tempt, try)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Èkê nò n’ime ònwùnwà\",\n                    \"english\": \"Eke is in temptation\"\n                },\n                {\n                    \"igbo\": \"Edūbànà àyì n’ime ònwùnwà\",\n                    \"english\": \"Lead us not into temptation\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nwà kene!\": [\n        {\n            \"word\": \"nwà kene!\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"just try! Try first!\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwà\"\n            ]\n        }\n    ],\n    \"-nwàne\": [\n        {\n            \"word\": \"-nwàne\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"try; tempt; attempt\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwà\"\n            ]\n        }\n    ],\n    \"-nwànye\": [\n        {\n            \"word\": \"-nwànye\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"try (to a praiseworthy extent)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwà\"\n            ]\n        }\n    ],\n    \"-nwà òkò\": [\n        {\n            \"word\": \"-nwà òkò\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"try one’s best\",\n                \"try one's best\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anwàgo m òkò m\",\n                    \"english\": \"I have done my best\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwà\",\n                \"òkò\"\n            ]\n        }\n    ],\n    \"-nwà\": [\n        {\n            \"word\": \"-nwà\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"attempt; try; essay; tempt; prove\",\n                \"spit out\",\n                \"urine\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"nwaāmịlị\"\n            ],\n            \"stems\": []\n        }\n    ],\n    \"nwaànyì akpù obì\": [\n        {\n            \"word\": \"nwaànyì akpù obì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"freshwater flying fish (Pantodon buchholzi) (= òjì n kù)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nwaāmili\"\n            ]\n        }\n    ],\n    \"nwaànyì ime\": [\n        {\n            \"word\": \"nwaànyì ime\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pregnant woman\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nwaāmili\"\n            ]\n        }\n    ],\n    \"agadiì nwaànyì\": [\n        {\n            \"word\": \"agadiì nwaànyì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"old woman\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nwaāmili\"\n            ]\n        }\n    ],\n    \"agbàlà nwaànyì\": [\n        {\n            \"word\": \"agbàlà nwaànyì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"woman of great influence or of strong, stout build\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nwaāmili\"\n            ]\n        }\n    ],\n    \"nwanne  nwaàyì\": [\n        {\n            \"word\": \"nwanne  nwaàyì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sister; female relative\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nwaāmili\"\n            ]\n        }\n    ],\n    \"ọgò nwaàyì\": [\n        {\n            \"word\": \"ọgò nwaàyì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mother-in-law; female relative-in-law;\",\n                \"mother-in-law; any female relative by marriage\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"nwaànyì\"\n            ],\n            \"stems\": [\n                \"nwaāmili\",\n                \"ọgò\"\n            ]\n        }\n    ],\n    \"nwaāmili\": [\n        {\n            \"word\": \"nwaāmili\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"woman\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"nwaàyì\",\n                \"nwaànyì\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"-nwà-cha\": [\n        {\n            \"word\": \"-nwà-cha\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"be slippery (as of mud)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nwantan ta anyā\": [\n        {\n            \"word\": \"nwantan ta anyā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pupil of eye\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nwantan ta\"\n            ]\n        }\n    ],\n    \"nwayòò nwayòò\": [\n        {\n            \"word\": \"nwayòò nwayòò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"very gently, slowly, softly; gradually Na-àkpụ yā nwayòò nwayòò Be pulling it gently or slowly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nwantan ta\"\n            ]\n        }\n    ],\n    \"nwantan ta\": [\n        {\n            \"word\": \"nwantan ta\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"unknown person; dummy; make-believe; creature of imagination; bogey-man\",\n                \"gentleness; quietness; slow, gentle movement Nwayòò Gentle (advice, greeting, warning, sympathy) Wèlụ nwayòò Be gentle, careful Adì m nwayòò I am gentle, quiet (by nature) Wèlụ nwayòò na-èje Be walking, going, gently Nòdụ nwayòò Sit or stay quietly or, Be quiet Nwayòò bù ijè The best way of doing anything is to go about it gently, carefully and confidently. (Lit. Gentleness is journey)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"nwayò\",\n                \"nwayòò\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ònwunwe\": [\n        {\n            \"word\": \"ònwunwe\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"having\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwe\"\n            ]\n        }\n    ],\n    \"-nwe aka ntachi\": [\n        {\n            \"word\": \"-nwe aka ntachi\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"be stingy, miserly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwe\"\n            ]\n        }\n    ],\n    \"-nwe ākọ\": [\n        {\n            \"word\": \"-nwe ākọ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"be intelligent\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwe\"\n            ]\n        }\n    ],\n    \"-nwe anya ukwu\": [\n        {\n            \"word\": \"-nwe anya ukwu\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"covet\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwe\"\n            ]\n        }\n    ],\n    \"-nwe àtù\": [\n        {\n            \"word\": \"-nwe àtù\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"have an equal, another of its kind\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwe\"\n            ]\n        }\n    ],\n    \"-nwefọ\": [\n        {\n            \"word\": \"-nwefọ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"have remaining\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwe\"\n            ]\n        }\n    ],\n    \"-nwe ifele\": [\n        {\n            \"word\": \"-nwe ifele\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"be shy, reserved, considerate\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwe\"\n            ]\n        }\n    ],\n    \"enwe  ifele\": [\n        {\n            \"word\": \"enwe  ifele\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"unrestrained; unabashed\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwe\"\n            ]\n        }\n    ],\n    \"enwe  ike\": [\n        {\n            \"word\": \"enwe  ike\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"weak, feeble, incapable, incompetent, useless\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwe\"\n            ]\n        }\n    ],\n    \"enwe  isi\": [\n        {\n            \"word\": \"enwe  isi\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"useless\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwe\"\n            ]\n        }\n    ],\n    \"-nwe isi awele\": [\n        {\n            \"word\": \"-nwe isi awele\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"be lucky; have good luck\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwe\"\n            ]\n        }\n    ],\n    \"-nweka\": [\n        {\n            \"word\": \"-nweka\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"have much Anà m ènweka letà I have a lot of mail\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwe\"\n            ]\n        }\n    ],\n    \"-nwekọlịta\": [\n        {\n            \"word\": \"-nwekọlịta\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"have in common Ò nwerọ  ife ayị nwèkòlìtàlù ọnụ  We have nothing in common\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwe\"\n            ]\n        }\n    ],\n    \"-nwe ònwe\": [\n        {\n            \"word\": \"-nwe ònwe\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"be free\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwe\",\n                \"ònwe\"\n            ]\n        }\n    ],\n    \"-nwe òfọ\": [\n        {\n            \"word\": \"-nwe òfọ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"be innocent, in the right, just\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwe\",\n                \"òfọ\"\n            ]\n        }\n    ],\n    \"-nwe ọnụ\": [\n        {\n            \"word\": \"-nwe ọnụ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"be talkative\",\n                \"have an (influential) voice in; be in a position to be listened to\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwe\"\n            ]\n        }\n    ],\n    \"-nweta\": [\n        {\n            \"word\": \"-nweta\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"obtain; get\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwe\"\n            ]\n        }\n    ],\n    \"-nwe uchè\": [\n        {\n            \"word\": \"-nwe uchè\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"be sensible, wise\",\n                \"be wise, intelligent\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Roseline nwèlù uchè\",\n                    \"english\": \"Roseline is very intelligent\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwe\",\n                \"uchè\"\n            ]\n        }\n    ],\n    \"enwe  uchè\": [\n        {\n            \"word\": \"enwe  uchè\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"simpleness; foolishness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwe\"\n            ]\n        }\n    ],\n    \"-nwe ùbụlù\": [\n        {\n            \"word\": \"-nwe ùbụlù\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"be intelligent, brainy, sensible, brilliant\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ụmū Okaàfò àna-ènweka ūbụlù\",\n                    \"english\": \"Okaafọ's children are usually brainy\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwe\",\n                \"ùbụlù\"\n            ]\n        }\n    ],\n    \"o nwee\": [\n        {\n            \"word\": \"o nwee\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"if; suppose; supposing that\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwe\",\n                \"ọ\"\n            ]\n        }\n    ],\n    \"onye nwe\": [\n        {\n            \"word\": \"onye nwe\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"lord; master; mistress; owner Onye nwe  ayị The Lord\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwe\"\n            ]\n        }\n    ],\n    \"-nwe\": [\n        {\n            \"word\": \"-nwe\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"have; own\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-nwè\": [\n        {\n            \"word\": \"-nwè\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see -nwò\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-nwoji\": [\n        {\n            \"word\": \"-nwoji\",\n            \"wordClass\": \"DEM\",\n            \"definitions\": [\n                \"break off\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwo\"\n            ]\n        }\n    ],\n    \"nnwòji\": [\n        {\n            \"word\": \"nnwòji\",\n            \"wordClass\": \"DEM\",\n            \"definitions\": [\n                \"sprain; dislocation\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"nnwoji\"\n            ],\n            \"stems\": [\n                \"-nwo\"\n            ]\n        }\n    ],\n    \"-nwojipù\": [\n        {\n            \"word\": \"-nwojipù\",\n            \"wordClass\": \"DEM\",\n            \"definitions\": [\n                \"be out of joint\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwo\"\n            ]\n        }\n    ],\n    \"-nwosị\": [\n        {\n            \"word\": \"-nwosị\",\n            \"wordClass\": \"DEM\",\n            \"definitions\": [\n                \"pluck, remove (grains of maize or ripe palm-fruits from cob or bunch respectively)\",\n                \"pluck off\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwo\",\n                \"-sị\"\n            ]\n        }\n    ],\n    \"-nwosịsì\": [\n        {\n            \"word\": \"-nwosịsì\",\n            \"wordClass\": \"DEM\",\n            \"definitions\": [\n                \"drop leaves or unripe fruit (of tree)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwo\"\n            ]\n        }\n    ],\n    \"ònwùnwè\": [\n        {\n            \"word\": \"ònwùnwè\",\n            \"wordClass\": \"DEM\",\n            \"definitions\": [\n                \"changing\",\n                \"change bodily appearance (e.g. put mask on or off)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ònwùnwò -nwò àrụ\",\n                \"-wò àrụ\"\n            ],\n            \"stems\": [\n                \"-nwo\"\n            ]\n        }\n    ],\n    \"-nwò ènwò\": [\n        {\n            \"word\": \"-nwò ènwò\",\n            \"wordClass\": \"DEM\",\n            \"definitions\": [\n                \"change; be changed; metamorphose; be transfigured\",\n                \"change; exchange Bikō gbanwòolụ m  ji n kaà màkà nà o lèlù ùle Please change this yam for me, for it is rotten Ndị àfè ojiiì jìdèlù òfu nwoke  nā-agbanwò egō n’afịa The police arrested a man exchanging money in the market Anà m èje ụnọ  àkù ịgbānwò ego ochiìè m fùlù n’akpàtì m n nyàafù I am going to the bank to change the old money I found in my box yesterday\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-wò èwò -gbanwò\"\n            ],\n            \"stems\": [\n                \"-nwo\"\n            ]\n        }\n    ],\n    \"agadiì nwoke\": [\n        {\n            \"word\": \"agadiì nwoke\",\n            \"wordClass\": \"DEM\",\n            \"definitions\": [\n                \"old man\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwo\"\n            ]\n        }\n    ],\n    \"-ma nnwoke\": [\n        {\n            \"word\": \"-ma nnwoke\",\n            \"wordClass\": \"DEM\",\n            \"definitions\": [\n                \"not to be in state of virginity (of woman) (literally know a man)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwo\"\n            ]\n        }\n    ],\n    \"nwanne  nwoke\": [\n        {\n            \"word\": \"nwanne  nwoke\",\n            \"wordClass\": \"DEM\",\n            \"definitions\": [\n                \"brother; male relation\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwo\"\n            ]\n        }\n    ],\n    \"nwa nwoke\": [\n        {\n            \"word\": \"nwa nwoke\",\n            \"wordClass\": \"DEM\",\n            \"definitions\": [\n                \"male child; son\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwo\"\n            ]\n        }\n    ],\n    \"nwatà nwoke\": [\n        {\n            \"word\": \"nwatà nwoke\",\n            \"wordClass\": \"DEM\",\n            \"definitions\": [\n                \"boy; son\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwo\"\n            ]\n        }\n    ],\n    \"ọgò nwoke\": [\n        {\n            \"word\": \"ọgò nwoke\",\n            \"wordClass\": \"DEM\",\n            \"definitions\": [\n                \"father-in-law; male relative-in-law\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwo\"\n            ]\n        }\n    ],\n    \"ụmù nwoke\": [\n        {\n            \"word\": \"ụmù nwoke\",\n            \"wordClass\": \"DEM\",\n            \"definitions\": [\n                \"men (as opposed to women)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwo\"\n            ]\n        }\n    ],\n    \"-nwo\": [\n        {\n            \"word\": \"-nwo\",\n            \"wordClass\": \"DEM\",\n            \"definitions\": [\n                \"pluck; remove (grains of maize, ripe palm-nuts, from cob or bunch); fall out (e.g. from the socket like a joint or ripe fruit)\",\n                \"change; be changed; metamorphose; transfigure\",\n                \"man; male\",\n                \"this; at this time; now; like this\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-nwò\",\n                \"-wò\",\n                \"-nwè\",\n                \"nwoke \",\n                \"nnwoke\",\n                \"nwọò\",\n                \"n nwọò\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"wọò\": [\n        {\n            \"word\": \"wọò\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see nwọò\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ife n nwọò fa dèbèlù n’agìga iìlo nà-èyi ụmù akā egwù\",\n                    \"english\": \"This thing they placed beside the road frightens the children.\"\n                },\n                {\n                    \"igbo\": \"Etu ọ dìlì n’ìzìzì kà ọ dì nwọò...\",\n                    \"english\": \"As it was in the beginning, is now ...\"\n                },\n                {\n                    \"igbo\": \"Mèe yā n nwọò Do it like this Etu m dì kà m dì nwọò ènwerọ m ịke ịtā afụfụ màkà nà abù m nnukwu ògàlànyà\",\n                    \"english\": \"As I am (in my present position) I cannot suffer any deprivation because I am a fabulously rich man\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ònwunwu\": [\n        {\n            \"word\": \"ònwunwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cleanness; brightness; shining\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-nwuchapù\": [\n        {\n            \"word\": \"-nwuchapù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be thoroughly clean; wash, rinse out; absolve\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwu\"\n            ]\n        }\n    ],\n    \"-nwuchita anya\": [\n        {\n            \"word\": \"-nwuchita anya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dazzle the eyes\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwu\"\n            ]\n        }\n    ],\n    \"-nwu enwu\": [\n        {\n            \"word\": \"-nwu enwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"shine; blaze; flare\",\n                \"shine, glitter, very brightly; be very white\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwu\"\n            ]\n        }\n    ],\n    \"-nwugha\": [\n        {\n            \"word\": \"-nwugha\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"change colour\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwu\"\n            ]\n        }\n    ],\n    \"-nwulu ọkụ\": [\n        {\n            \"word\": \"-nwulu ọkụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"catch fire\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwu\"\n            ]\n        }\n    ],\n    \"-nwupù\": [\n        {\n            \"word\": \"-nwupù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"glitter\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwu\"\n            ]\n        }\n    ],\n    \"-nwusà\": [\n        {\n            \"word\": \"-nwusà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"shine around; illuminate\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwu\"\n            ]\n        }\n    ],\n    \"nwuny+e diì\": [\n        {\n            \"word\": \"nwuny+e diì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"co-wife\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwu\"\n            ]\n        }\n    ],\n    \"-nụ nwunyè\": [\n        {\n            \"word\": \"-nụ nwunyè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"marry (of man)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwu\"\n            ]\n        }\n    ],\n    \"-nwu\": [\n        {\n            \"word\": \"-nwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"shine; burn; be clean, pure, bright; flare; blaze\",\n                \"female; wife\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"nwunyè\",\n                \"nwunyì\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"A.\": [\n        {\n            \"word\": \"A.\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"die\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwụ\"\n            ]\n        }\n    ],\n    \"ònwụnwụ\": [\n        {\n            \"word\": \"ònwụnwụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dying\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwụ\"\n            ]\n        }\n    ],\n    \"-nwụ anwụ\": [\n        {\n            \"word\": \"-nwụ anwụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be dead\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwụ\"\n            ]\n        }\n    ],\n    \"-nwụnye ọlụ\": [\n        {\n            \"word\": \"-nwụnye ọlụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be very ill, half-dead\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwụ\"\n            ]\n        }\n    ],\n    \"-nwụ ọnwụ Chiì\": [\n        {\n            \"word\": \"-nwụ ọnwụ Chiì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"die a natural death Nwoke afù nwùlù ọnwụ Chiì ya The man died a natural death\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwụ\"\n            ]\n        }\n    ],\n    \"-gbanwụ\": [\n        {\n            \"word\": \"-gbanwụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wither; shrink; be numb\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwụ\"\n            ]\n        }\n    ],\n    \"anwụ  anwụ\": [\n        {\n            \"word\": \"anwụ  anwụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"neg. noun phrase, as in Onye à bù anwụ  anwụ This person never seems to get old, or, This person bears a charmed life\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwụ\"\n            ]\n        }\n    ],\n    \"-nwụ àrụ\": [\n        {\n            \"word\": \"-nwụ àrụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make ill; be ill; cause illness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwụ\"\n            ]\n        }\n    ],\n    \"(àrụ) nwụ\": [\n        {\n            \"word\": \"(àrụ) nwụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be sick Àrụ nà-ànwụ yā He is sick\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwụ\"\n            ]\n        }\n    ],\n    \"àrụ ọ nwụnwụ\": [\n        {\n            \"word\": \"àrụ ọ nwụnwụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"illness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwụ\"\n            ]\n        }\n    ],\n    \"-nwụdo\": [\n        {\n            \"word\": \"-nwụdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"catch; snare\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwụ\"\n            ]\n        }\n    ],\n    \"-nwụ\": [\n        {\n            \"word\": \"-nwụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"AV\",\n                \"catch; grip\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-nwùchi anya\": [\n        {\n            \"word\": \"-nwùchi anya\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"close, shut eyes\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwù-\"\n            ]\n        }\n    ],\n    \"-nwù-\": [\n        {\n            \"word\": \"-nwù-\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"AV\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-sụnwù\": [\n        {\n            \"word\": \"-sụnwù\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"re-wash; wash again Ọ gà-àsụnwù akwà ọ sùlù n’ùtụtù She will re-wash the cloth she washed in the morning\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwù\"\n            ]\n        }\n    ],\n    \"-nwù ọnwù\": [\n        {\n            \"word\": \"-nwù ọnwù\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"take without permission from a close friend\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwù\"\n            ]\n        }\n    ],\n    \"-nwùta\": [\n        {\n            \"word\": \"-nwùta\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"borrow (clothes, accessories, etc.) to wear to make a good impression\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nwù\"\n            ]\n        }\n    ],\n    \"-nwù\": [\n        {\n            \"word\": \"-nwù\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"re-iron; iron again\",\n                \"AV\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ chìlì àfe ìgọzi ijì nwùsa ykā ọnwù\",\n                    \"english\": \"She took Ngọzi’s clothes because they were intimate (implies N. can easily spare them and will not be annoyed)\"\n                }\n            ],\n            \"variations\": [\n                \"-nwù\",\n                \"-ñù-\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"NY\": [\n        {\n            \"word\": \"NY\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nya\": [\n        {\n            \"word\": \"nya\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see ya\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-nyachi\": [\n        {\n            \"word\": \"-nyachi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stop up cracks; seal\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nya\"\n            ]\n        }\n    ],\n    \"-nyado\": [\n        {\n            \"word\": \"-nyado\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stick; stop up a hole\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nya\"\n            ]\n        }\n    ],\n    \"-nyakụ\": [\n        {\n            \"word\": \"-nyakụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"adhere; cling; stick\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nya\"\n            ]\n        }\n    ],\n    \"-nyakụdo\": [\n        {\n            \"word\": \"-nyakụdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"adhere to; cling to; stick to\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nya\"\n            ]\n        }\n    ],\n    \"-nya\": [\n        {\n            \"word\": \"-nya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be sticky\",\n                \"warm oneself; bask\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"nnyagò\": [\n        {\n            \"word\": \"nnyagò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"crookedness; sinuousness; bent state\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nyà\"\n            ]\n        }\n    ],\n    \"-nyà\": [\n        {\n            \"word\": \"-nyà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bending; driving\",\n                \"AV\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-anyàka isi\",\n                    \"english\": \"He boasts too much\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-nyàji\": [\n        {\n            \"word\": \"-nyàji\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"(trans. and intrans.) break asunder; snap (trans.) Ènwè afù nà-àchọ ịnyàjì alakā osisi The monkey is going to break the branch of the tree (intrans.) Alakā osisi afù gà-anyàji tupu ụtụtù echiì The branch of the tree will break before tomorrow morning\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nyà-\"\n            ]\n        }\n    ],\n    \"-nyàjipù\": [\n        {\n            \"word\": \"-nyàjipù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"break, snap, off Nyajìpù alakā osisi afù Break off the branch of the tree\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nyà-\"\n            ]\n        }\n    ],\n    \"-nyàka\": [\n        {\n            \"word\": \"-nyàka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"break off; pull off; sever; pluck off violently\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nyà-\"\n            ]\n        }\n    ],\n    \"-nyàkapù\": [\n        {\n            \"word\": \"-nyàkapù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pull off, pluck off, sever, break off, violently\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nyà-\"\n            ]\n        }\n    ],\n    \"-nyàpelụ\": [\n        {\n            \"word\": \"-nyàpelụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"break off a fragment Nyàpelụ nwantịntị àchìchà tàa Break off a small piece of biscuit and eat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nyà-\"\n            ]\n        }\n    ],\n    \"-nyàwa\": [\n        {\n            \"word\": \"-nyàwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"break in pieces (usually of soft objects like bread, cake) Nyàwaa àchìchà afù ụzò naàbọ Break the bread into two\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nyà-\"\n            ]\n        }\n    ],\n    \"-nyà-\": [\n        {\n            \"word\": \"-nyà-\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"break\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \";nyamanyama\": [\n        {\n            \"word\": \";nyamanyama\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stickiness Ọgwụ  diCníme mkpò afù nà-ème nyamanyama The drug in that small bottle is sticky\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ònyinye\": [\n        {\n            \"word\": \"ònyinye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"giving\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nye\"\n            ]\n        }\n    ],\n    \"-nyechìata\": [\n        {\n            \"word\": \"-nyechìata\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"give back (= -nyechìgha) Ị   nyechìatago yā akwụkwọ yā? Have you given him his book back?\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nye\"\n            ]\n        }\n    ],\n    \"-nyechì(gha)\": [\n        {\n            \"word\": \"-nyechì(gha)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"give back, restore, return (something)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nye\"\n            ]\n        }\n    ],\n    \"-nye ego n gàlì\": [\n        {\n            \"word\": \"-nye ego n gàlì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bribe; give a bribe\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nye\"\n            ]\n        }\n    ],\n    \"-nyedo\": [\n        {\n            \"word\": \"-nyedo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stop, park (vehicle)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nye\"\n            ]\n        }\n    ],\n    \"-nye ìkwuù\": [\n        {\n            \"word\": \"-nye ìkwuù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"encamp\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nye\"\n            ]\n        }\n    ],\n    \"-nye n’ànì\": [\n        {\n            \"word\": \"-nye n’ànì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"land, moor, come alongside, bring alongside (of and from a boat)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nye\"\n            ]\n        }\n    ],\n    \"-nye kà ụgbọ\": [\n        {\n            \"word\": \"-nye kà ụgbọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"(slang) be good, right, fitting, beautiful Akwà nwa āgbọghọ  afụ  yì nyèlù kà ụgbọ The dress on that lady is very attractive Oche diCgasị níme ụnò m ọfụlụ  nyèlù kà ụgbọ The chairs in my new building are very grand\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nye\"\n            ]\n        }\n    ],\n    \"-nye\": [\n        {\n            \"word\": \"-nye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"Give me\",\n                \"Ụgbọ afù ènyego The lorry has stopped, or parked\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-nyeju\": [\n        {\n            \"word\": \"-nyeju\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"supply\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nyefè\"\n            ]\n        }\n    ],\n    \"-nye n’aka\": [\n        {\n            \"word\": \"-nye n’aka\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"commit; hand over to\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nyefè\"\n            ]\n        }\n    ],\n    \"-nye n dùmòọdụ\": [\n        {\n            \"word\": \"-nye n dùmòọdụ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"give counsel, advice\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nyefè\"\n            ]\n        }\n    ],\n    \"-nye n gàlì\": [\n        {\n            \"word\": \"-nye n gàlì\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"bribe\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nyefè\"\n            ]\n        }\n    ],\n    \"-nye nsògbu\": [\n        {\n            \"word\": \"-nye nsògbu\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"trouble; vex; persecute\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nyefè\",\n                \"-sò\"\n            ]\n        }\n    ],\n    \"-nye nsọpùlụ\": [\n        {\n            \"word\": \"-nye nsọpùlụ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"give respect\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nyefè\"\n            ]\n        }\n    ],\n    \"-nye nzu#\": [\n        {\n            \"word\": \"-nye nzu#\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"pronounce judgement in favour of; justify; acquit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nyefè\"\n            ]\n        }\n    ],\n    \"-nye ònyìnye\": [\n        {\n            \"word\": \"-nye ònyìnye\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"give a present make an offering (especially in church during harvest, and periodically); make donation\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nyefè\"\n            ]\n        }\n    ],\n    \"-nyerube\": [\n        {\n            \"word\": \"-nyerube\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"give round; distribute Nyèrube ụmù akā àchìchà Serve the biscuits round to the children\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nyefè\"\n            ]\n        }\n    ],\n    \"-nye ụsaà\": [\n        {\n            \"word\": \"-nye ụsaà\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"offer excuse\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nyefè\"\n            ]\n        }\n    ],\n    \"ònyìnye\": [\n        {\n            \"word\": \"ònyìnye\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"gift; (catholic usage) offertory\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"obiì ònyìnye\": [\n        {\n            \"word\": \"obiì ònyìnye\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"generous mind; benevolent disposition\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nyefè\"\n            ]\n        }\n    ],\n    \"-tinye\": [\n        {\n            \"word\": \"-tinye\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"put into Tìnye akwụkwọ níme akpàtì Put a book into the box\",\n                \"put; put in; add\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nyefè\",\n                \"-ti-\"\n            ]\n        }\n    ],\n    \"-wụnye\": [\n        {\n            \"word\": \"-wụnye\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"pour into (especially liquids)\",\n                \"pour into\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nyefè\",\n                \"-wụ\"\n            ]\n        }\n    ],\n    \"-nyefè\": [\n        {\n            \"word\": \"-nyefè\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"hand over\",\n                \"give to excess\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-nyi\": [\n        {\n            \"word\": \"-nyi\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"get up Nyìe ọtọ  Stand up Nyìri Stand up and go\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-nyìdo\": [\n        {\n            \"word\": \"-nyìdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"load heavily; become too heavy for Ibu afù anyìdogo Èjìma The load has become too heavy for Ejima. (Ejima has been walking along with the load on her head but now the load has become so weighty that she can no longer move)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nyì\"\n            ]\n        }\n    ],\n    \"-nyìgbu\": [\n        {\n            \"word\": \"-nyìgbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"overload; load to death; be overloaded, heavy-laden Bìàkutenù m ụnù ndị ibu nà-anyìgbu Come unto me, all ye that are heavy-laden\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nyì\"\n            ]\n        }\n    ],\n    \"-nyì ànyì\": [\n        {\n            \"word\": \"-nyì ànyì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"(fig.) be very many, plentiful, more than enough\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òlili nà òñụñqụ nyìlì ànyì nébe àgbàmakwụkwọ Ndù\",\n                    \"english\": \"There was much to eat and drink at Ndụ’s wedding\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-nyì\"\n            ]\n        }\n    ],\n    \"-nyì\": [\n        {\n            \"word\": \"-nyì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"being heavy, weighty\",\n                \"be too much for; be beyond one’s abilit\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nyìlì gị\",\n                    \"english\": \"You cannot, or It is beyond your ability\"\n                },\n                {\n                    \"igbo\": \"Ọ nyìlì gị ịmā m òla\",\n                    \"english\": \"It is beyond your ability to slap me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"oke nnyòcha\": [\n        {\n            \"word\": \"oke nnyòcha\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"great curiosity (especially about small things)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nyò\"\n            ]\n        }\n    ],\n    \"-nyòchata\": [\n        {\n            \"word\": \"-nyòchata\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"be curious, inquisitive Ị nā-enyòchataka You are too inquisitive\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nyò\"\n            ]\n        }\n    ],\n    \"nnyòchata\": [\n        {\n            \"word\": \"nnyòchata\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"curiosity; inquisitiveness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nyò\"\n            ]\n        }\n    ],\n    \"-nyò ènyò\": [\n        {\n            \"word\": \"-nyò ènyò\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"peep\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nyò\"\n            ]\n        }\n    ],\n    \"nnyòkan nyò\": [\n        {\n            \"word\": \"nnyòkan nyò\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"inquisitiveness; curiosity (literally much looking) (Proverb) Nnyòkan nyò kà mgbọ  jìlì da ènwè nísi Because of the monkey’s inquisitiveness, a bullet hit it on the head. (compare curiosity killed the cat)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nyò\"\n            ]\n        }\n    ],\n    \"-nyò\": [\n        {\n            \"word\": \"-nyò\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"peep; observe; stare; spy; look through (microscope, telescope, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-nyọ\": [\n        {\n            \"word\": \"-nyọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be lazy\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-nyụsịsị\": [\n        {\n            \"word\": \"-nyụsịsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"ooze out; spout\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nyụ\"\n            ]\n        }\n    ],\n    \"ònyụnyụ\": [\n        {\n            \"word\": \"ònyụnyụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"being extinguished; dying out\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nyụ\"\n            ]\n        }\n    ],\n    \"-nyụ nkọ\": [\n        {\n            \"word\": \"-nyụ nkọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be blunt\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nyụ\"\n            ]\n        }\n    ],\n    \"-tinyụ\": [\n        {\n            \"word\": \"-tinyụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"extinguish by beating Ejì m aka tinyu ọkụ  I beat out the light with my palm\",\n                \"extinguish by beating\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òkụkò èjigo ǹkù tinyụa ọkụ mpanaka dō n’enu ochē\",\n                    \"english\": \"The fowl has extinguished the lamp on the chair with the blows of its wings\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-nyụ\",\n                \"-ti\"\n            ]\n        }\n    ],\n    \"-nyụkwùdo\": [\n        {\n            \"word\": \"-nyụkwùdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shut the eyes\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-nyụ\"\n            ]\n        }\n    ],\n    \"-nyụ\": [\n        {\n            \"word\": \"-nyụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pass wind, fart, ‘gas’\",\n                \"be extinguished; die out; go out (of light, fire)\",\n                \"(fig.) be reactionary\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"nzā\": [\n        {\n            \"word\": \"nzā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"very small bird sp.\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹza\": [\n        {\n            \"word\": \"ǹza\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"support; stay\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"(ǹzà) -ma\": [\n        {\n            \"word\": \"(ǹzà) -ma\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fall on (of lot)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ bù mụ kà ǹza mālụ\",\n                    \"english\": \"It is me on whom the lot fell\"\n                },\n                {\n                    \"igbo\": \"Ǹzà màlù Èke\",\n                    \"english\": \"The lot fell on Eke\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹzà\"\n            ]\n        }\n    ],\n    \"ǹzà\": [\n        {\n            \"word\": \"ǹzà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"filter (-zà 2. filter)\",\n                \"lot(s) (as in casting lots)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ǹzàlì\": [\n        {\n            \"word\": \"ǹzàlì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"horsetail usually held by chiefs; the feathery part of the maize flower\",\n                \"(for some speakers) mane; fleece (= òzà 2.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹzè nà ọzō\": [\n        {\n            \"word\": \"ǹzè nà ọzō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the highest title\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹzè\"\n            ]\n        }\n    ],\n    \"onye ǹzè\": [\n        {\n            \"word\": \"onye ǹzè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"titled person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹzè\"\n            ]\n        }\n    ],\n    \"nzèlè\": [\n        {\n            \"word\": \"nzèlè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tribute, anything due to ǹzè\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹzè\"\n            ]\n        }\n    ],\n    \"ǹzè\": [\n        {\n            \"word\": \"ǹzè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sacred ritual objects of clan to which an ọzō candidate is dedicated (Henderson 1972 259); hence generally, title\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹzịza\": [\n        {\n            \"word\": \"ǹzịza\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"swelling; lump (-za 2. swell)\",\n                \"swelling; bump\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"òzịza\"\n            ],\n            \"stems\": [\n                \"-za\"\n            ]\n        }\n    ],\n    \"ǹzìzà\": [\n        {\n            \"word\": \"ǹzìzà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"worship; homage\",\n                \"large broom for sweeping outdoors\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ǹzò ụkwū\": [\n        {\n            \"word\": \"ǹzò ụkwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"footprint, footstep (-zò ụkwụ)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ǹzò\"\n            ]\n        }\n    ],\n    \"ǹzò\": [\n        {\n            \"word\": \"ǹzò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nzu oyìbo\": [\n        {\n            \"word\": \"nzu oyìbo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"chalk; lime\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nzū\",\n                \"oyìbo\"\n            ]\n        }\n    ],\n    \"-tụ nzū\": [\n        {\n            \"word\": \"-tụ nzū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sprinkle with chalk\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nzū\",\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"nzū\": [\n        {\n            \"word\": \"nzū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"white clay (used for whitening, ceremonies, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹzù\": [\n        {\n            \"word\": \"ǹzù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹzuzō\": [\n        {\n            \"word\": \"ǹzuzō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hiding; secret (-zo 1. hide)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ǹzuzo\"\n            ],\n            \"stems\": [\n                \"nzùkọ\"\n            ]\n        }\n    ],\n    \"ife nzuzo\": [\n        {\n            \"word\": \"ife nzuzo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"secret thing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"nzùkọ\",\n                \"-zo\"\n            ]\n        }\n    ],\n    \"nzùkọ\": [\n        {\n            \"word\": \"nzùkọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"meeting; council (-zùkọ)\",\n                \"meeting; council\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zù\"\n            ]\n        }\n    ],\n    \"nzuzù\": [\n        {\n            \"word\": \"nzuzù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stupidity; foolhardiness\",\n                \"foolishness; stupidity; folly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zu-zù\"\n            ]\n        }\n    ],\n    \"Ŋ\": [\n        {\n            \"word\": \"Ŋ\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òŋịŋa\": [\n        {\n            \"word\": \"òŋịŋa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"scorching\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ŋa\"\n            ]\n        }\n    ],\n    \"-ŋacha\": [\n        {\n            \"word\": \"-ŋacha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"singe; burn; scorch\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ŋa\"\n            ]\n        }\n    ],\n    \"-ŋa ògbàdụ\": [\n        {\n            \"word\": \"-ŋa ògbàdụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"roast corn\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ŋa\",\n                \"ògbàdụ\"\n            ]\n        }\n    ],\n    \"-ŋa n’ọkụ\": [\n        {\n            \"word\": \"-ŋa n’ọkụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"roast\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ŋa\",\n                \"ọkụ\"\n            ]\n        }\n    ],\n    \"-ŋa\": [\n        {\n            \"word\": \"-ŋa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"singe; burn; scorch\",\n                \"listen\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òŋìŋà\": [\n        {\n            \"word\": \"òŋìŋà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"being in excess\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àdịrō m èli ofe nnu ŋàlù\",\n                    \"english\": \"I do not eat soup with excessive salt\"\n                },\n                {\n                    \"igbo\": \"Mmilī ŋàlù mmanya ǹkaà\",\n                    \"english\": \"This palmwine has been excessively diluted with water. (Lit. Water is in excess in this palmwine)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ŋà\"\n            ]\n        }\n    ],\n    \"-ŋàgha\": [\n        {\n            \"word\": \"-ŋàgha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shake (a container of liquid)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ŋàghaa ìtè ọgwù afù\",\n                    \"english\": \"Shake the medicine pot\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ŋà\"\n            ]\n        }\n    ],\n    \"-ŋàghalị\": [\n        {\n            \"word\": \"-ŋàghalị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shake (a container of liquid) around Shake the pot of medicine round so that the medicine in it may mix well\",\n                \"roll about (as of a boat on water), swing here and there (intr.) is rolling about on the water like a boat?\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ŋàghalịa ìtè ọgwù afù kà ọgwū dī n’imē ya wèlụ jezùe ọnū\",\n                    \"english\": \"Shake the pot of medicine round so that the medicine in it may mix well\"\n                },\n                {\n                    \"igbo\": \"Nèe kà ụgbọ afū sì aŋàghalị n’enu mmīli\",\n                    \"english\": \"See how that boat is rolling about on the water\"\n                },\n                {\n                    \"igbo\": \"Kèdu ǹkè ị nà-aŋàghalị kà ụgbọ?\",\n                    \"english\": \"Why are you rolling about like a boat?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ŋà\"\n            ]\n        }\n    ],\n    \"-ŋà-cha\": [\n        {\n            \"word\": \"-ŋà-cha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rinse (tr.)\",\n                \"fade (intr.) (of colour, photo, etc.) is fading fading\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ejīgo m nchà sasịa afele. Ọ fòzìlì kà m ji mmili dī mma ŋàchaa yā\",\n                    \"english\": \"I have washed the plate with soap. It remains for me to rinse it with clean water\"\n                },\n                {\n                    \"igbo\": \"Ŋàchaa ārụ nnwā\",\n                    \"english\": \"Rinse the body of the child\"\n                },\n                {\n                    \"igbo\": \"Akwà afù nà-aŋàcha àŋàcha\",\n                    \"english\": \"That cloth fades, or that cloth is fading\"\n                },\n                {\n                    \"igbo\": \"Akwà afù nà-ème nŋàcha\",\n                    \"english\": \"That cloth fades, or that cloth is fading\"\n                },\n                {\n                    \"igbo\": \"Akwà m àŋachàpùgo\",\n                    \"english\": \"My cloth has faded\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ŋà\"\n            ]\n        }\n    ],\n    \"-ŋà\": [\n        {\n            \"word\": \"-ŋà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be in excess\",\n                \"be spoilt by exposure ;to sunlight (of yam, cassava, cocoyam, etc.)\",\n                \"shake (tr.); roll (intr.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-dị ŋàlàŋàlà\": [\n        {\n            \"word\": \"-dị ŋàlàŋàlà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be warm, lukewarm\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bùtelụ m mmili dī ŋàlàŋàlà\",\n                    \"english\": \"Bring me some warm water\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ŋàlàŋàlà\"\n            ]\n        }\n    ],\n    \"-kpò ŋàlàŋàlà\": [\n        {\n            \"word\": \"-kpò ŋàlàŋàlà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be warm, lukewarm (of objects, e.g. water)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Kùtelụ m mmili kpōlụ ŋàlàŋàlà\",\n                    \"english\": \"Bring me some lukewarm water\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ŋàlàŋàlà\"\n            ]\n        }\n    ],\n    \"ŋàlàŋàlà\": [\n        {\n            \"word\": \"ŋàlàŋàlà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"warmness; tepidness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òŋiŋe\": [\n        {\n            \"word\": \"òŋiŋe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stepping over\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ŋe\"\n            ]\n        }\n    ],\n    \"-ŋefè\": [\n        {\n            \"word\": \"-ŋefè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"step over; trespass\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Eŋēfègo m ōzu agwō dịchili ụzò\",\n                    \"english\": \"I have stepped over the dead snake on the path\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ŋe\"\n            ]\n        }\n    ],\n    \"-ŋefèga\": [\n        {\n            \"word\": \"-ŋefèga\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"step over; trespass\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bikō eŋēfègàkwònà okè mụ nà gị màkà nà achōrọ m kà ị bàta n’ànì m\",\n                    \"english\": \"Please do not overstep our boundary for I do not want to find you on my land\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ŋe\"\n            ]\n        }\n    ],\n    \"-ŋefèta\": [\n        {\n            \"word\": \"-ŋefèta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"step over\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ŋe\"\n            ]\n        }\n    ],\n    \"nŋefèta\": [\n        {\n            \"word\": \"nŋefèta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stepping over; step; threshold (of door or house)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ŋe\"\n            ]\n        }\n    ],\n    \"-ŋe òfì\": [\n        {\n            \"word\": \"-ŋe òfì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"step over somebody's outstretched legs; step over\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"òrì\"\n            ],\n            \"stems\": [\n                \"-ŋe\"\n            ]\n        }\n    ],\n    \"-ŋe\": [\n        {\n            \"word\": \"-ŋe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"step over\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-ŋò iyī\": [\n        {\n            \"word\": \"-ŋò iyī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"borrow thing used by another for oath-taking\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ŋò\"\n            ]\n        }\n    ],\n    \"-ŋòtalụ\": [\n        {\n            \"word\": \"-ŋòtalụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"borrow for; help borrow\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Jèe ŋòtalụ m òfu ochē\",\n                    \"english\": \"Go and borrow a chair for me\"\n                }\n            ],\n            \"variations\": [\n                \"-ŋùtalụ\"\n            ],\n            \"stems\": [\n                \"-ŋò\"\n            ]\n        }\n    ],\n    \"-ŋò\": [\n        {\n            \"word\": \"-ŋò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"borrow (anything but money) (compare -nwù 3.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nŋòmi\": [\n        {\n            \"word\": \"nŋòmi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"imitation\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ŋò-mi\"\n            ]\n        }\n    ],\n    \"-ŋò-mi\": [\n        {\n            \"word\": \"-ŋò-mi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"imitate\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òŋụŋụ\": [\n        {\n            \"word\": \"òŋụŋụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"drinking; drink\",\n                \"drinking party (from -ŋụ 1. drink)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-ŋụbìga mmanya okè\": [\n        {\n            \"word\": \"-ŋụbìga mmanya okè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"get drunk\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ŋụ\"\n            ]\n        }\n    ],\n    \"-ŋụ\": [\n        {\n            \"word\": \"-ŋụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"drink\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anà m èje ịŋū mmilī\",\n                    \"english\": \"I am going to drink water\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-ŋùlụ\": [\n        {\n            \"word\": \"-ŋùlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"receive; greet; congratulate; be fond of\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òbi nà-aŋùlụ ụmù akā\",\n                    \"english\": \"Obi is fond of children\"\n                },\n                {\n                    \"igbo\": \"Jèe ŋùalụ Ụnòọma\",\n                    \"english\": \"Go and congratulate Ụnọọma\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ŋù\"\n            ]\n        }\n    ],\n    \"-ŋù ọŋù\": [\n        {\n            \"word\": \"-ŋù ọŋù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be glad; exult; rejoice; crow over\",\n                \"(fig.) cry as a spoilt child\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ŋù\",\n                \"ọŋù\"\n            ]\n        }\n    ],\n    \"-ŋù\": [\n        {\n            \"word\": \"-ŋù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be glad; exult, rejoice (against); crow over\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-ŋù-nụ\": [\n        {\n            \"word\": \"-ŋù-nụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"mimic; copy\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-aŋùŋụ nnwa nā-ebe akwā\",\n                    \"english\": \"He is mimicking the child's crying\"\n                }\n            ],\n            \"variations\": [\n                \"-ŋò-nụ\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"O\": [\n        {\n            \"word\": \"O\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"o\": [\n        {\n            \"word\": \"o\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see ọ\",\n                \"used at end of sentence when speaking to someone at a distance; sign of affirmation, or assent to a salutation\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bìa ebe à o\",\n                    \"english\": \"Come here!\"\n                },\n                {\n                    \"igbo\": \"\\\"Dàalụ nù o\\\" \\\"Oo, gàba o\\\"\",\n                    \"english\": \"\\\"Greetings to you all\\\". \\\"Yes, come in\\\"\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-o\": [\n        {\n            \"word\": \"-o\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see -a\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kpọdo n’obē\": [\n        {\n            \"word\": \"-kpọdo n’obē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"nail to the cross, crucify\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"A kpòdòlù Jisùs n’ọbē màkà ndị njọ\",\n                    \"english\": \"Jesus was crucified for sinners\"\n                },\n                {\n                    \"igbo\": \"Onye a kpòdòlù n’obē\",\n                    \"english\": \"He who was crucified\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"obē\"\n            ]\n        }\n    ],\n    \"obē\": [\n        {\n            \"word\": \"obē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"ladder; cross; cross-shaped loom\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Wèlu obē lìgolu enu ụnò\",\n                    \"english\": \"Go up the house with a ladder\"\n                }\n            ],\n            \"variations\": [\n                \"ọbē\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"òbèjìlì\": [\n        {\n            \"word\": \"òbèjìlì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sword with sheath\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọbele nnwā\": [\n        {\n            \"word\": \"ọbele nnwā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"small child; caressing words used by mothers to their children\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"obelē\"\n            ]\n        }\n    ],\n    \"obelē\": [\n        {\n            \"word\": \"obelē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"small size\",\n                \"kind of bird\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ọbelē\"\n            ],\n            \"stems\": []\n        }\n    ],\n    \"obì agū\": [\n        {\n            \"word\": \"obì agū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"daring, fearless like a leopard; brave\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Enwèlù m obì agū, ejīgo m aka tigbue nkịtā alā\",\n                    \"english\": \"I am very brave, I once beat a mad dog to death with my hands\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"obì\"\n            ]\n        }\n    ],\n    \"(obì) -dị n’àzụ\": [\n        {\n            \"word\": \"(obì) -dị n’àzụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be extremely wicked child who is ill is extremely wicked\",\n                \"be foolhardy (= nzuzù) snake is foolhardy\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ịpīa nwatà àrụ esirō ike ìtàlì bù obì ịdī n’àzụ\",\n                    \"english\": \"Flogging a child who is ill is extremely wicked\"\n                },\n                {\n                    \"igbo\": \"Ijī aka jìde agwọ dī ndù bù obì ịdī n’àzụ\",\n                    \"english\": \"Picking up a live snake is foolhardy\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"obì\"\n            ]\n        }\n    ],\n    \"obì mkpofù\": [\n        {\n            \"word\": \"obì mkpofù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"act of forgiving people; good-natured character\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ndù nwèlù obì ọkū mà nwekwuazị obì mkpofù\",\n                    \"english\": \"Ndù is quick-tempered but he does not bear a grudge\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"obì\"\n            ]\n        }\n    ],\n    \"obī ōkwutē\": [\n        {\n            \"word\": \"obī ōkwutē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stony-heartedness; hard-heartedness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"obì\"\n            ]\n        }\n    ],\n    \"obì ònyìnye\": [\n        {\n            \"word\": \"obì ònyìnye\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"generous mind; benevolent disposition\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"obì\"\n            ]\n        }\n    ],\n    \"obì ọcha\": [\n        {\n            \"word\": \"obì ọcha\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pure heart\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"obì\"\n            ]\n        }\n    ],\n    \"obì ọjọō\": [\n        {\n            \"word\": \"obì ọjọō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"ill-will; malice; bad temper; wickedness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"obì\"\n            ]\n        }\n    ],\n    \"obì ọkū\": [\n        {\n            \"word\": \"obì ọkū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"anger; hot temper\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"obì\"\n            ]\n        }\n    ],\n    \"obì ọma\": [\n        {\n            \"word\": \"obì ọma\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"goodness; kindness; benevolence\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O jì obì ọma me ife o mèlù\",\n                    \"english\": \"He acted in good faith\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"obì\"\n            ]\n        }\n    ],\n    \"obì ụnò\": [\n        {\n            \"word\": \"obì ụnò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"homesickness\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Obì ụnò nà-ème m\",\n                    \"english\": \"I am homesick\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"obì\",\n                \"ụnò\"\n            ]\n        }\n    ],\n    \"obī ūsọ\": [\n        {\n            \"word\": \"obī ūsọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cheerfulness; happiness\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọdùdụ nnē m ènweka obī ūsọ\",\n                    \"english\": \"The last-born of my mother is very cheerful, jovial, has a rich sense of humour\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"obì\",\n                \"ùsọ\"\n            ]\n        }\n    ],\n    \"-tachi obì\": [\n        {\n            \"word\": \"-tachi obì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bear up; endure\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"obì\",\n                \"-ta\"\n            ]\n        }\n    ],\n    \"ntachi obì\": [\n        {\n            \"word\": \"ntachi obì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"endurance\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"obì\",\n                \"-ta\"\n            ]\n        }\n    ],\n    \"-ti obì\": [\n        {\n            \"word\": \"-ti obì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"embrace (literally knock chests)\",\n                \"embrace (literally knock chests) (compare -bì, -dà ọmà)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bikō tìe m obì\",\n                    \"english\": \"Please embrace me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"obì\",\n                \"-ti\"\n            ]\n        }\n    ],\n    \"-tụkwàsị obì\": [\n        {\n            \"word\": \"-tụkwàsị obì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"trust; count on; hope in\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Tụkwàsị Yā obì\",\n                    \"english\": \"Trust in Him\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"obì\",\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"ntụkwàsì obì\": [\n        {\n            \"word\": \"ntụkwàsì obì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"trust; hope; confidence\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"obì\"\n            ]\n        }\n    ],\n    \"onye ntụkwàsị obì\": [\n        {\n            \"word\": \"onye ntụkwàsị obì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"person being trusted\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"obì\",\n                \"onye\",\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-wèpù obì\": [\n        {\n            \"word\": \"-wèpù obì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dismiss from the mind\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"obì\",\n                \"-wè\"\n            ]\n        }\n    ],\n    \"obì akwà\": [\n        {\n            \"word\": \"obì akwà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"one Igbo yard of cloth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"obì\"\n            ]\n        }\n    ],\n    \"-ro obì\": [\n        {\n            \"word\": \"-ro obì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"migrate; go and dwell elsewhere\",\n                \"migrate; go and live elsewhere\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"obì\",\n                \"-ro\"\n            ]\n        }\n    ],\n    \"obì\": [\n        {\n            \"word\": \"obì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"heart; chest; bosom; breast; centre\",\n                \"a fathom (used mainly for measuring cloth)\",\n                \"act of dwelling (-bi 1. dwell)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òbi \": [\n        {\n            \"word\": \"òbi \",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"ancestral house of the father (founder) of a village; house belonging to the head of the family (as opposed to mkpukè, woman’s house). The head of the house often retires here for a rest or to entertain visitors, to perform ceremonies, settle cases, and sometimes make offerings of his god(s). This building also houses the family's images like chi, nkwù, arò etc.; part of it is used as a store, e.g. for ropes for climbing palmtrees\",\n                \"palace; court; reception house\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"òbu\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"òbi\": [\n        {\n            \"word\": \"òbi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"title of a King\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òbò asā\": [\n        {\n            \"word\": \"òbò asā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Mormyrops deliciosus\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òbò\"\n            ]\n        }\n    ],\n    \"òbò ọdàa\": [\n        {\n            \"word\": \"òbò ọdàa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Mormyrus rume\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òbò\"\n            ]\n        }\n    ],\n    \"òbò ọnụ ogonogo\": [\n        {\n            \"word\": \"òbò ọnụ ogonogo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Gnathonemus tamandua\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òbò\"\n            ]\n        }\n    ],\n    \"òbò\": [\n        {\n            \"word\": \"òbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"disease where holes appear in flesh\",\n                \"laziness; idleness\",\n                \"a general name for fish in the Mormyridae family; elephant- snout fish\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Achòrò m ijē afịa, mà òbò ekwērọ m\",\n                    \"english\": \"I want to go to market, but I feel too lazy\"\n                },\n                {\n                    \"igbo\": \"Òbò nà-èsi m ijē sụ akwà\",\n                    \"english\": \"I am too lazy to wash my clothes\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òbòdò\": [\n        {\n            \"word\": \"òbòdò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"town; country. An òbòdò is, in the Onitsha area, usually subdivided into three 'quarters' and named Ezi, Ìfìtè and Ìkeǹgà\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ōbodòlòbo\": [\n        {\n            \"word\": \"ōbodòlòbo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [],\n            \"examples\": [\n                {\n                    \"igbo\": \"Di ntā gbàgbùlù òsa wèlụ akwụkwọ òbodòlòbo kechie yā\",\n                    \"english\": \"The hunter killed a squirrel and wrapped it in a broad leaf\"\n                },\n                {\n                    \"igbo\": \"Proverb: Akwụkwọ ōbodòlòbo gwàlù òsa kà ọ wèlụ nwayòò na-àkpọ màkà nà ọ bụlụ nà di ntā àbịa gbagbue yā nà ọ bù ya bū akwụkwọ ōbodòlòbo kà di ntā gà-akùlụ wèlụ kechi ōsa\",\n                    \"english\": \"Lit. The broad leaf warned the squirrel to call gently because when the hunter was attracted by the squirrel's call it was he, the broad leaf, that the hunter was going to cut and use for wrapping up the squirrel. Meaning- Be careful how you expose yourself to danger, risks, trouble, etc., because whenever you involve yourself in trouble it is going to be I (we) who will bear the brunt of it\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"obodobo\"\n            ]\n        }\n    ],\n    \"obodobo\": [\n        {\n            \"word\": \"obodobo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"width; breadth (compare obosala)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"obosala\": [\n        {\n            \"word\": \"obosala\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"width; breadth; levelness (of surface) (compare obodobo)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òbu\": [\n        {\n            \"word\": \"òbu\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see òbi 1.\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òbù\": [\n        {\n            \"word\": \"òbù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Senegal Coucal (Centropus senegalensis)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òbùbò ọkū\": [\n        {\n            \"word\": \"òbùbò ọkū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"heap of glowing coals\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òbùbò\"\n            ]\n        }\n    ],\n    \"òbùbò\": [\n        {\n            \"word\": \"òbùbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"heap (compare òòbò)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òbùbùbù\": [\n        {\n            \"word\": \"òbùbùbù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(slang) a mass of persons or things\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-wèlụ ọche\": [\n        {\n            \"word\": \"-wèlụ ọche\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"take a seat\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Wèlụ ọchē\",\n                    \"english\": \"Take a seat\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"oche\"\n            ]\n        }\n    ],\n    \"ochīè\": [\n        {\n            \"word\": \"ochīè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"old; aged; ancient\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ochìè\"\n            ],\n            \"stems\": [\n                \"oche\"\n            ]\n        }\n    ],\n    \"abù ochīè\": [\n        {\n            \"word\": \"abù ochīè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"old hymn book\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"oche\"\n            ]\n        }\n    ],\n    \"oche\": [\n        {\n            \"word\": \"oche\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"chair; stool; bench; seat\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ọche\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"-chi òchi\": [\n        {\n            \"word\": \"-chi òchi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cup; let blood\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òchi\"\n            ]\n        }\n    ],\n    \"-gbu òchi\": [\n        {\n            \"word\": \"-gbu òchi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cup; let blood\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òchi\"\n            ]\n        }\n    ],\n    \"òchì\": [\n        {\n            \"word\": \"òchì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"palm wine tapper\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òdiìnaàbò\": [\n        {\n            \"word\": \"òdiìnaàbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"midnight\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òdì\"\n            ]\n        }\n    ],\n    \"òdì\": [\n        {\n            \"word\": \"òdì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"taciturn person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òdìbò\": [\n        {\n            \"word\": \"òdìbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"servant\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òdìdè\": [\n        {\n            \"word\": \"òdìdè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"small stool; footstool\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nwa odō\": [\n        {\n            \"word\": \"nwa odō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pestle\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"odō\"\n            ]\n        }\n    ],\n    \"odō\": [\n        {\n            \"word\": \"odō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wooden mortar for yam, etc.\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"odòdo\": [\n        {\n            \"word\": \"odòdo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"purple, crimson\",\n                \"man’s name\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òdòdò\": [\n        {\n            \"word\": \"òdòdò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"flower\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òdogwu nnùnù\": [\n        {\n            \"word\": \"òdogwu nnùnù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kind of large bird\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òdogwu\"\n            ]\n        }\n    ],\n    \"òdogwu òzàlà\": [\n        {\n            \"word\": \"òdogwu òzàlà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(compare akpì)\",\n                \"scorpion\",\n                \"(fig.) a tough powerful person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òdogwu\"\n            ]\n        }\n    ],\n    \"òdogwu\": [\n        {\n            \"word\": \"òdogwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"champion; one of great prowess; hero; title for such a one; male name\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òdogwu kà ọ bù\",\n                    \"english\": \"He is a hero\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òdozi òbòdò\": [\n        {\n            \"word\": \"òdozi òbòdò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"one who takes care of a town or a community\",\n                \"the name of a chief notorious in Abakaliki for his manipulation of a secret head-hunting cult. He was hanged in1959 for the murder of several people\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òdozi\"\n            ]\n        }\n    ],\n    \"òdozi\": [\n        {\n            \"word\": \"òdozi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"repairer\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òdu\": [\n        {\n            \"word\": \"òdu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Kemp's Gerbil (Tateri kempi)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òdùdù enyī\": [\n        {\n            \"word\": \"òdùdù enyī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"species of ….\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òdùdù\"\n            ]\n        }\n    ],\n    \"òdùdù\": [\n        {\n            \"word\": \"òdùdù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tsetse fly (they bite human beings and animals and suck their blood)\",\n                \"plant for hedging, with edible leaves\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òdùdù okè\": [\n        {\n            \"word\": \"òdùdù okè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"plant planted along boundaries\",\n                \"a kind of plant used for fences and for marking land boundaries\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òdùdù\",\n                \"okè\"\n            ]\n        }\n    ],\n    \"òduduū\": [\n        {\n            \"word\": \"òduduū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"damp; cold(ness)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ofe ōnugbù\": [\n        {\n            \"word\": \"ofe ōnugbù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"soup prepared with bitterleaf\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ofe\",\n                \"ònugbù\"\n            ]\n        }\n    ],\n    \"ofe Òwèlè\": [\n        {\n            \"word\": \"ofe Òwèlè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"watery kind of soup very common among the Owere people\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ofe\"\n            ]\n        }\n    ],\n    \"ofe ùtàzì\": [\n        {\n            \"word\": \"ofe ùtàzì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"ùtàzì soup\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ofe\",\n                \"ùtàzì\"\n            ]\n        }\n    ],\n    \"-te ofe\": [\n        {\n            \"word\": \"-te ofe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make soup, broth, stew, palmoil chop\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ofe\",\n                \"-te\"\n            ]\n        }\n    ],\n    \"-teghalị ofe\": [\n        {\n            \"word\": \"-teghalị ofe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stir soup\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ofe\",\n                \"-te\"\n            ]\n        }\n    ],\n    \"ofe\": [\n        {\n            \"word\": \"ofe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"\\\"soup\\\"; sauce; stew\",\n                \"(= aŋàlà, anyàlà) a kind of egg-plant with tiny fruits and edible leaves\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ọfe\"\n            ],\n            \"stems\": []\n        }\n    ],\n    \"ofè\": [\n        {\n            \"word\": \"ofè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"far side of river or road\",\n                \"excess (i.e. passing the limits) (from -fè 2. cross)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ọfè\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"n’òfe\": [\n        {\n            \"word\": \"n’òfe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"freely; gratis; for nothing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òfe\"\n            ]\n        }\n    ],\n    \"òfe\": [\n        {\n            \"word\": \"òfe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"free gift (derived from Yoruba òfè)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"òfe\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"òfegà\": [\n        {\n            \"word\": \"òfegà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ofega\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"òfèkè\": [\n        {\n            \"word\": \"òfèkè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a rascal\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"òfèkè\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"n’òfelè\": [\n        {\n            \"word\": \"n’òfelè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"easily\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òfelè\"\n            ]\n        }\n    ],\n    \"òfelè\": [\n        {\n            \"word\": \"òfelè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"ease\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ dì òfelè\",\n                    \"english\": \"It is easy\"\n                }\n            ],\n            \"variations\": [\n                \"òfelè\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"òfì\": [\n        {\n            \"word\": \"òfì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"yaws (compare àkwùmà)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òfifi\": [\n        {\n            \"word\": \"òfifi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"boil (-fi 3. develop a boil)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ofili\": [\n        {\n            \"word\": \"ofili\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ofìlì\": [\n        {\n            \"word\": \"ofìlì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a weight for keeping a door shut\",\n                \"heavy club\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òfu à\": [\n        {\n            \"word\": \"òfu à\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"this same\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òfu\"\n            ]\n        }\n    ],\n    \"òfu efù\": [\n        {\n            \"word\": \"òfu efù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(one) at all (with verb in negative); not even one\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ji noōne dì n’ọbā? Òfu efù adīrọ dị nà ya\",\n                    \"english\": \"How many yams are in the barn? Not even one is there\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"òfu\"\n            ]\n        }\n    ],\n    \"òfu jī\": [\n        {\n            \"word\": \"òfu jī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"seed yam\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òfu\"\n            ]\n        }\n    ],\n    \"òfu mgbè (= otū mgbè)\": [\n        {\n            \"word\": \"òfu mgbè (= otū mgbè)\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"once upon a time; at one time; once\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òfu\"\n            ]\n        }\n    ],\n    \"òfuù nụnwà\": [\n        {\n            \"word\": \"òfuù nụnwà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"this same; this very thing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òfu\"\n            ]\n        }\n    ],\n    \"òfu obì\": [\n        {\n            \"word\": \"òfu obì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"one heart; (fig.) unanimity, co-operation, agreement, unity\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òfu\"\n            ]\n        }\n    ],\n    \"òfu ōfu\": [\n        {\n            \"word\": \"òfu ōfu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"one by one; singly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òfu\"\n            ]\n        }\n    ],\n    \"òfu ogè\": [\n        {\n            \"word\": \"òfu ogè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"at one time; once upon a time; once\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òfu\"\n            ]\n        }\n    ],\n    \"òfu onye\": [\n        {\n            \"word\": \"òfu onye\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"one person; a certain person\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Achòlù m òfu onyē\",\n                    \"english\": \"I want one person\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"òfu\"\n            ]\n        }\n    ],\n    \"òfu ùgbòlò\": [\n        {\n            \"word\": \"òfu ùgbòlò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"once\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òfu\"\n            ]\n        }\n    ],\n    \"n’òfu\": [\n        {\n            \"word\": \"n’òfu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òfu\"\n            ]\n        }\n    ],\n    \"n’òfu nje\": [\n        {\n            \"word\": \"n’òfu nje\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"at once; immediately; simultaneously\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òfu\"\n            ]\n        }\n    ],\n    \"n’òfu n’òfu\": [\n        {\n            \"word\": \"n’òfu n’òfu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"each; one by one\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òfu\"\n            ]\n        }\n    ],\n    \"n’òfu ntabì anyā\": [\n        {\n            \"word\": \"n’òfu ntabì anyā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"in the twinkling of an eye; instantaneously; immediately; in a second\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òfu\"\n            ]\n        }\n    ],\n    \"n’òfu ogè\": [\n        {\n            \"word\": \"n’òfu ogè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"at the same time; once upon a time\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"n’òfu mgbè\"\n            ],\n            \"stems\": [\n                \"òfu\"\n            ]\n        }\n    ],\n    \"-sò n’òfu\": [\n        {\n            \"word\": \"-sò n’òfu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be of the same age\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òfu\",\n                \"-sò\"\n            ]\n        }\n    ],\n    \"sò òfu\": [\n        {\n            \"word\": \"sò òfu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"only one; one only\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òfu\",\n                \"-sọ\"\n            ]\n        }\n    ],\n    \"sò òfu nje\": [\n        {\n            \"word\": \"sò òfu nje\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"only once\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òfu\",\n                \"-sọ\"\n            ]\n        }\n    ],\n    \"sò òfu ùgbòlò\": [\n        {\n            \"word\": \"sò òfu ùgbòlò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"only once\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òfu\",\n                \"-sọ\"\n            ]\n        }\n    ],\n    \"-tinyekọ ọnū n’òfu\": [\n        {\n            \"word\": \"-tinyekọ ọnū n’òfu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"speak the same thing; be unanimous\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òfu\",\n                \"ọnū\",\n                \"-ti-\"\n            ]\n        }\n    ],\n    \"òfu\": [\n        {\n            \"word\": \"òfu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"one; the same; a certain; united; alone; lone\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òfu nwokē bìàlù ebe à n’ùtụtù\",\n                    \"english\": \"A certain man came here in the morning\"\n                },\n                {\n                    \"igbo\": \"Onye ezè afù gwàlù ndi yā kà fa ghàlụ ịnūsòzì ònwe fā ògù màkà nà fâ bù òfu\",\n                    \"english\": \"The chief pleaded with his subjects to stop fighting each other, for they were one\"\n                },\n                {\n                    \"igbo\": \"Òfu nnwā kà m bù\",\n                    \"english\": \"I am the only child of my parents, or I am an only child\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ogē à\": [\n        {\n            \"word\": \"ogē à\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"this time; at this time\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ogè\"\n            ]\n        }\n    ],\n    \"ogē ìkpe āzụ\": [\n        {\n            \"word\": \"ogē ìkpe āzụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the last time; at last; finally\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ogè\"\n            ]\n        }\n    ],\n    \"ogē nā ogè\": [\n        {\n            \"word\": \"ogē nā ogè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"from time to time; now and then\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ogè\"\n            ]\n        }\n    ],\n    \"ogè niīne\": [\n        {\n            \"word\": \"ogè niīne\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"always; at all times\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ogè\"\n            ]\n        }\n    ],\n    \"ogē òbùnà\": [\n        {\n            \"word\": \"ogē òbùnà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"every time; any time\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ogè\"\n            ]\n        }\n    ],\n    \"ogē ūfọdụ\": [\n        {\n            \"word\": \"ogē ūfọdụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sometimes; from time to time\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ùfọdụ\"\n            ],\n            \"stems\": [\n                \"ogè\",\n                \"ùfọdụ\"\n            ]\n        }\n    ],\n    \"n’ogè\": [\n        {\n            \"word\": \"n’ogè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"in time\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ogè\"\n            ]\n        }\n    ],\n    \"ogè\": [\n        {\n            \"word\": \"ogè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"time, opportunity; time span (compare mgbè)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Agū nà-àbịa ebe à ùfọdụ ogè\",\n                    \"english\": \"The leopard sometimes comes here\"\n                }\n            ],\n            \"variations\": [\n                \"ọgè\"\n            ],\n            \"stems\": [\n                \"ùfọdụ\"\n            ]\n        }\n    ],\n    \"ògèdè oyìbo\": [\n        {\n            \"word\": \"ògèdè oyìbo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pawpaw\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ògèdè\",\n                \"oyìbo\"\n            ]\n        }\n    ],\n    \"ògèdè\": [\n        {\n            \"word\": \"ògèdè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"plantain, banana (Musa sapientum var. paradisiaca Linn.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ògèdè\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ògene mkpì naàbò\": [\n        {\n            \"word\": \"ògene mkpì naàbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"double gong, pieces usually joined to each other at the tail\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ògenè\"\n            ]\n        }\n    ],\n    \"-kụ ògenè\": [\n        {\n            \"word\": \"-kụ ògenè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"strike a metal gong\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ògenè\"\n            ]\n        }\n    ],\n    \"ògenè\": [\n        {\n            \"word\": \"ògenè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"metal gong; iron clapperless bell\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ogìdì\": [\n        {\n            \"word\": \"ogìdì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pillar; column\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ògìgè\": [\n        {\n            \"word\": \"ògìgè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"enclosure; garden; yard; compound; fence; hedge (-gè 2. fence off)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ògìli ūgba\": [\n        {\n            \"word\": \"ògìli ūgba\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"castor oil plant (Ricinus communis Linn.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ògìlì\",\n                \"ụgbā\"\n            ]\n        }\n    ],\n    \"ògìlì\": [\n        {\n            \"word\": \"ògìlì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"seed of a kind of pumpkin; ingredient used for flavouring soups, made from ògìlì seeds\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ògilìsì\": [\n        {\n            \"word\": \"ògilìsì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sacred tree (P. Beauv.) Seeman ex Bureau), (Newbouldia laevis much used as a live fence and commonly seen around shrines, especially of Agwù. A white cloth is often tied round its trunk as an offering. It is honoured as a divinity)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-to ogō\": [\n        {\n            \"word\": \"-to ogō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be tall\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ogō\"\n            ]\n        }\n    ],\n    \"ogō\": [\n        {\n            \"word\": \"ogō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"height; maturity; full age\",\n                \"platform of logs for sitting outdoors\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ògo\": [\n        {\n            \"word\": \"ògo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"namesake\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ogò\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"òmụma ògò\": [\n        {\n            \"word\": \"òmụma ògò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"gratitude (literally appreciation of kindness)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ògò\"\n            ]\n        }\n    ],\n    \"ògò\": [\n        {\n            \"word\": \"ògò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"farm (compare ugbō, ubì)\",\n                \"kindness; a present\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òfọ ògòlì\": [\n        {\n            \"word\": \"òfọ ògòlì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a prodigal; spendthrift; womaniser\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọjì bù òfọ ògèlì\",\n                    \"english\": \"Ọjị is a wild character\"\n                }\n            ],\n            \"variations\": [\n                \"ògèlì\"\n            ],\n            \"stems\": [\n                \"ògòlì\",\n                \"òfọ\"\n            ]\n        }\n    ],\n    \"ògòlì\": [\n        {\n            \"word\": \"ògòlì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(rare) wife; especially first wife (when a person has more than one wife) (compare nwunyè)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ogonogo ogè òne?\": [\n        {\n            \"word\": \"ogonogo ogè òne?\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"How long? (of time)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ogonogo ogè òne kà ị gà-anò nà mmilī?\",\n                    \"english\": \"How long are you going to stay at the stream?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ogonogo\"\n            ]\n        }\n    ],\n    \"-so ogonogo\": [\n        {\n            \"word\": \"-so ogonogo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be tall, long\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ogonogo\",\n                \"-so\"\n            ]\n        }\n    ],\n    \"ogonogo\": [\n        {\n            \"word\": \"ogonogo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"length, height (of persons, trees, but not buildings)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ibè tòlù ogonogo\",\n                    \"english\": \"Ibe is tall\"\n                },\n                {\n                    \"igbo\": \"Egbùlù m agwọ tōlụ ogonogo n’ùtụtū à\",\n                    \"english\": \"I killed a long snake this morning\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-ji ogù\": [\n        {\n            \"word\": \"-ji ogù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"assert one's innocence\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ejì m ogù\",\n                    \"english\": \"I am innocent\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ogù\"\n            ]\n        }\n    ],\n    \"ogù\": [\n        {\n            \"word\": \"ogù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"piece of wood used in taking oaths\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ògùdu ànì\": [\n        {\n            \"word\": \"ògùdu ànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wine from felled palm-tree\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ògùdù\"\n            ]\n        }\n    ],\n    \"ògùdù\": [\n        {\n            \"word\": \"ògùdù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ogùgù\": [\n        {\n            \"word\": \"ogùgù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stripped midrib of palm fronds\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ògùgù\": [\n        {\n            \"word\": \"ògùgù\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see ògwùgwù\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ògùlu ògùlù\": [\n        {\n            \"word\": \"ògùlu ògùlù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"yellow\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ògùlù\"\n            ]\n        }\n    ],\n    \"ògùlù\": [\n        {\n            \"word\": \"ògùlù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"yellow(ness)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ogùlùgù\": [\n        {\n            \"word\": \"ogùlùgù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"rainbow\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ogumogwū\": [\n        {\n            \"word\": \"ogumogwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"thumb-piano (compare ùbọ)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ogbe\": [\n        {\n            \"word\": \"ogbe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sample; specimen\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ọgbe\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ogbè akwū\": [\n        {\n            \"word\": \"ogbè akwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"head of palm nuts\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ogbè\"\n            ]\n        }\n    ],\n    \"Kèdu ogbè i bì?\": [\n        {\n            \"word\": \"Kèdu ogbè i bì?\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Which quarter do you live in?\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọgbē Ìjọ\",\n                    \"english\": \"Ịjọ Quarters\"\n                },\n                {\n                    \"igbo\": \"Ọgbè ǹdìdà\",\n                    \"english\": \"a village in Onitsha Inland town\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ogbè\"\n            ]\n        }\n    ],\n    \"ogbè\": [\n        {\n            \"word\": \"ogbè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"lump; piece; loaf; whole (of ball-like objects, e.g. bread, cake, ụkwà, etc.)\",\n                \"'village', i.e. a residential unit smaller than one of the three 'quarters' (Ezi, Ìfìtè, and Ìkeǹgà) into which a 'town’ (òbòdò) is divided, and larger than a lineage or 'family' (ụmù nnà)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọgò m nwokē wètààlù m ọgbē àchìchà naàbò ǹnyàafù, m nyawaa ōfu ọgbè ìbùọ nye Ēke òfu mkpekele, wèlụ ōfu ọgbē fōdụlụ debe n’ime akpàtì nnī\",\n                    \"english\": \"My father-in-law brought me two loaves of bread yesterday. I broke one loaf into two and gave Eke one half, and kept the remaining loaf in the food-box.\"\n                }\n            ],\n            \"variations\": [\n                \"ọgbè\"\n            ],\n            \"stems\": []\n        }\n    ],\n    \"ògbe\": [\n        {\n            \"word\": \"ògbe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"one variety of \\\"garden egg\\\" or egg-plant (probably Solanum incanum Linn.); compare àfụfā, the general term for all varieties of Solanum\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ògbe\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ògbè mmānya\": [\n        {\n            \"word\": \"ògbè mmānya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"calabash for wine\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ògbè\"\n            ]\n        }\n    ],\n    \"ògbè\": [\n        {\n            \"word\": \"ògbè\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"quietly; softly\",\n                \"a small market\",\n                \"gourd used for carrying water\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-dà ogbènyè\": [\n        {\n            \"word\": \"-dà ogbènyè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be, become poor\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ogbènyà\"\n            ]\n        }\n    ],\n    \"ogbènyà\": [\n        {\n            \"word\": \"ogbènyà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"poverty; poor person; pauper; orphan\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ogbènyè\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ogbī\": [\n        {\n            \"word\": \"ogbī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(deaf and) dumb person; dumbness\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ogbī adīrọ èkwu okwū\",\n                    \"english\": \"A dumb person never speaks\"\n                }\n            ],\n            \"variations\": [\n                \"ogbì\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ògbo\": [\n        {\n            \"word\": \"ògbo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sponge; rolled fibre used in sponging the body during bath\",\n                \"loofah; creeper whose fibre is used for scouring (Luffa aegyptiaca Mill.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ògbò\": [\n        {\n            \"word\": \"ògbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"namesake; age-mate (compare agù)\",\n                \"place farmed at least once before\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ògbòdì\": [\n        {\n            \"word\": \"ògbòdì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(colloquial) fool; ignoramus\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ogbòlò\": [\n        {\n            \"word\": \"ogbòlò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"traditional seat in village square, consisting of pieces of wood supported by forked sticks\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ògbòmà\": [\n        {\n            \"word\": \"ògbòmà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wizard; kind of male witch capable of travelling where it wishes unseen by day. Fewer in number than the ordinary witch, but capable of greater damage once offended (compare Yoruba ọsò)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ògbòǹdù\": [\n        {\n            \"word\": \"ògbòǹdù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cannon\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ògbu mīli\": [\n        {\n            \"word\": \"ògbu mīli\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"deep water; the sea\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ògbu\"\n            ]\n        }\n    ],\n    \"ògbu ụlā\": [\n        {\n            \"word\": \"ògbu ụlā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"deep sleep\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ògbu\",\n                \"ụla\"\n            ]\n        }\n    ],\n    \"ògbu ānụ\": [\n        {\n            \"word\": \"ògbu ānụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"animal-killer\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ògbu\"\n            ]\n        }\n    ],\n    \"Ògbuēfi\": [\n        {\n            \"word\": \"Ògbuēfi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"title; used for non-title holders as mark of respect; master; head chief; male name (literally slayer of cattle)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ògbu ēfi Nnànyèlùgò Onye ọ gà-àdịlị mmā\",\n                    \"english\": \"Title for late Dr. Nnamdì Azìkiwe\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ògbu\"\n            ]\n        }\n    ],\n    \"ògbunamkpọ\": [\n        {\n            \"word\": \"ògbunamkpọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"disease of fowls\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ògbu\"\n            ]\n        }\n    ],\n    \"ògbu\": [\n        {\n            \"word\": \"ògbu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"depth\",\n                \"killer (-gbu kill)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-ghe oghē\": [\n        {\n            \"word\": \"-ghe oghē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be open\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ụzò ghè oghē\",\n                    \"english\": \"The door is open\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"oghē\"\n            ]\n        }\n    ],\n    \"oghēle\": [\n        {\n            \"word\": \"oghēle\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"opening; opportunity (compare oghē; -ghe 1. be open)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ọghēle\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"oyēle\": [\n        {\n            \"word\": \"oyēle\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ịbū onye ọlụ oyìbo nà-àgụ m, mà àka m nwerọ oghēle m gà-èji bà ya bū ọlụ\",\n                    \"english\": \"I have a desire to be a civil servant, but I on one side\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kpọlị oghū\": [\n        {\n            \"word\": \"-kpọlị oghū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"play\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"oghū\"\n            ]\n        }\n    ],\n    \"oghū\": [\n        {\n            \"word\": \"oghū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"play; fun\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òghù\": [\n        {\n            \"word\": \"òghù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"flying squirrel\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"oghùlù\": [\n        {\n            \"word\": \"oghùlù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tall tree with bole up to 3-4' in diameter (Hannoa klaineana Pierre and Engl.). It is fast-growing; the wood is light and white and used for planks, canoes, etc. Medicinally the back is used for curing fevers (ịbà) by soaking pieces of it in water for some days and drinking the water, and by other ways of preparation\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ogwè akā\": [\n        {\n            \"word\": \"ogwè akā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"arm\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ogwè\"\n            ]\n        }\n    ],\n    \"ogwè ụkwū\": [\n        {\n            \"word\": \"ogwè ụkwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"leg\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ogwè\",\n                \"ụkwụ\"\n            ]\n        }\n    ],\n    \"ogwè\": [\n        {\n            \"word\": \"ogwè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"trunk of tree\",\n                \"tree across pathway or stream, used as a bridge\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ọgwè\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ogwu akā\": [\n        {\n            \"word\": \"ogwu akā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"whitlow\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ogwū\"\n            ]\n        }\n    ],\n    \"ogwū nà ọkìlìkà\": [\n        {\n            \"word\": \"ogwū nà ọkìlìkà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hedge\",\n                \"(fig.) trouble; tribulation is in great trouble\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òyị m nwokē Deviìd nò n’ogwū nà ọkìlìkà\",\n                    \"english\": \"My friend David is in great trouble\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ogwū\"\n            ]\n        }\n    ],\n    \"osisi ogwū\": [\n        {\n            \"word\": \"osisi ogwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"thorny tree\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ogwū\"\n            ]\n        }\n    ],\n    \"ogwū\": [\n        {\n            \"word\": \"ogwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"thorn\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ogwùgwù\": [\n        {\n            \"word\": \"ogwùgwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hole\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nkwụ Ògwùgwù\": [\n        {\n            \"word\": \"nkwụ Ògwùgwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"palm-trees associated with ogwugwu\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"Ògwùgwù\"\n            ]\n        }\n    ],\n    \"Ògwùgwù\": [\n        {\n            \"word\": \"Ògwùgwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a female spirit who gives or withholds husbands and children, and helps men to achieve ambitions such as taking a title\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"Ògùgù\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ogwùlùgwù\": [\n        {\n            \"word\": \"ogwùlùgwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"plentifulness; abundance\",\n                \"well-developed or -proportioned (of humans)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òhoò!\": [\n        {\n            \"word\": \"òhoò!\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"Oho! (surprise)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ojì\": [\n        {\n            \"word\": \"ojì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"iron bell-staff; ceremonial staff of dibìà\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òji ōji\": [\n        {\n            \"word\": \"òji ōji\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"black; blackish\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òji\"\n            ]\n        }\n    ],\n    \"-ji òji\": [\n        {\n            \"word\": \"-ji òji\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be dark, dark-coloured\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òji\"\n            ]\n        }\n    ],\n    \"Òji\": [\n        {\n            \"word\": \"Òji\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Africans; Black race\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òji\"\n            ]\n        }\n    ],\n    \"òji\": [\n        {\n            \"word\": \"òji\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"blackness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òjì ǹkù\": [\n        {\n            \"word\": \"òjì ǹkù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"freshwater flying fish; butterfly fish (Pantodon buchholzi) (= nwaànyì akpù obì)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òjì\"\n            ]\n        }\n    ],\n    \"òjì\": [\n        {\n            \"word\": \"òjì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ojiī\": [\n        {\n            \"word\": \"ojiī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"black\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụgbọ ojō\": [\n        {\n            \"word\": \"ụgbọ ojō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"small canoe\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ojō\",\n                \"ụgbọ\"\n            ]\n        }\n    ],\n    \"ojō\": [\n        {\n            \"word\": \"ojō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kind of light wood used for canoe making (Cleistopholis patens (Benth.) Engl. and Diels)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òjò\": [\n        {\n            \"word\": \"òjò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"general name for fish of the genus Distichodus\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"èjò\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"òjukwū\": [\n        {\n            \"word\": \"òjukwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"variety of oil-palm, which does not produce heavy crops of nuts, but whose oil is bright red in colour and highly esteemed\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nwokē\": [\n        {\n            \"word\": \"nwokē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"man (see separate entry\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"oke\"\n            ]\n        }\n    ],\n    \"oke ārụ\": [\n        {\n            \"word\": \"oke ārụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"serious sickness\",\n                \"any serious misfortune\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ yàlù oke ārụ\",\n                    \"english\": \"He was seriously sick\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"oke\"\n            ]\n        }\n    ],\n    \"oke ēfifìè naàbò\": [\n        {\n            \"word\": \"oke ēfifìè naàbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"noonday; midday\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"oke\"\n            ]\n        }\n    ],\n    \"oke egwù\": [\n        {\n            \"word\": \"oke egwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"terror\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"oke\"\n            ]\n        }\n    ],\n    \"oke ekwulèkwu\": [\n        {\n            \"word\": \"oke ekwulèkwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"talkativeness; bragging\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"oke\"\n            ]\n        }\n    ],\n    \"oke ìkùkù\": [\n        {\n            \"word\": \"oke ìkùkù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tempest\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"oke\"\n            ]\n        }\n    ],\n    \"oke mmādù\": [\n        {\n            \"word\": \"oke mmādù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a man of great reputation\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"oke\"\n            ]\n        }\n    ],\n    \"oke mmīli\": [\n        {\n            \"word\": \"oke mmīli\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"heavy downpour of rain\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"oke\"\n            ]\n        }\n    ],\n    \"okènyè\": [\n        {\n            \"word\": \"okènyè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"full-aged, elder, principal person; senior (person)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"okènyà\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"oke ōlili\": [\n        {\n            \"word\": \"oke ōlili\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"great pain\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"oke\"\n            ]\n        }\n    ],\n    \"oke òrìmìlì nnū\": [\n        {\n            \"word\": \"oke òrìmìlì nnū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"ocean\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"oke\"\n            ]\n        }\n    ],\n    \"oke ozū\": [\n        {\n            \"word\": \"oke ozū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"great man\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"oke\",\n                \"ozu\"\n            ]\n        }\n    ],\n    \"oke ọfīa\": [\n        {\n            \"word\": \"oke ọfīa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"thick bush; jungle\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"oke\",\n                \"ọfịa\"\n            ]\n        }\n    ],\n    \"oke òkpà\": [\n        {\n            \"word\": \"oke òkpà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cock\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"oke\"\n            ]\n        }\n    ],\n    \"oke ọnū\": [\n        {\n            \"word\": \"oke ọnū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"of great price; costly; expensive; dear gba Christmas na-abịa I am going to buy my wife costly clothes for the celebration of next Christmas\",\n                \"precious redeemed by Christ's precious blood different previous metals in our king's court\",\n                \"big mouth (used to describe a talkative person) nà-èkwu okwū My servant is a chatterbox; he talks all the time and everywhere\",\n                \"great mouth (used to describe a person, usually a child, who surpasses others in eating); gluttonous akā ībè ya sòọsò ya The child is a voracious eater, he has eaten the food placed for him and other children all by himself\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Agà m àzụtalụ nwūnyè m akwā dī oke ọnū ọ gà-èji wèlụ gba Christmas na-abịa\",\n                    \"english\": \"I am going to buy my wife costly clothes for the celebration of next Christmas\"\n                },\n                {\n                    \"igbo\": \"Òbàla Kraìst dị oke ọnū àgbapùtago ānyị\",\n                    \"english\": \"We have been redeemed by Christ's precious blood\"\n                },\n                {\n                    \"igbo\": \"Ọnā dī ichè ichè dị oke ọnū dì nà òbi èze ānyị\",\n                    \"english\": \"There are different previous metals in our king's court\"\n                },\n                {\n                    \"igbo\": \"Nwa òdìbò m nwèlù oke ọnū; ogè ǹcha nà ebe niīne kà ọ nà-èkwu okwū\",\n                    \"english\": \"My servant is a chatterbox; he talks all the time and everywhere\"\n                },\n                {\n                    \"igbo\": \"Nwatà afù nwèlù oke ọnū, o līsịgo nni e dèbèèlù ya nà ụmù akā ībè ya sòọsò ya\",\n                    \"english\": \"The child is a voracious eater, he has eaten the food placed for him and other children all by himself\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"oke\"\n            ]\n        }\n    ],\n    \"oke ọnụ afīa\": [\n        {\n            \"word\": \"oke ọnụ afīa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(compare oke ọnū A. and B.)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Agà m ejì ife dī oke ọnụ afīa wèlụ je kènee nnē m n’ogē èzùmiike m na-abịa\",\n                    \"english\": \"I am going to give my mother a precious gift during my forthcoming leave\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"oke\"\n            ]\n        }\n    ],\n    \"oke ọyà\": [\n        {\n            \"word\": \"oke ọyà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"great sickness; leprosy\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"oke\",\n                \"ọyà\"\n            ]\n        }\n    ],\n    \"oke ufèlè\": [\n        {\n            \"word\": \"oke ufèlè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"great wind\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"oke\",\n                \"ufèlè\"\n            ]\n        }\n    ],\n    \"oke ụbòsì\": [\n        {\n            \"word\": \"oke ụbòsì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"great day\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"oke\",\n                \"ụbòsì\"\n            ]\n        }\n    ],\n    \"oke\": [\n        {\n            \"word\": \"oke\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"male\",\n                \"big size\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-wa okè\": [\n        {\n            \"word\": \"-wa okè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make a boundary; put a mark; demarcate\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"okè\",\n                \"-wa\"\n            ]\n        }\n    ],\n    \"okè\": [\n        {\n            \"word\": \"okè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mark; boundary; line of demarcation (from -kè 1. divide)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ọkè\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"òkelekwū\": [\n        {\n            \"word\": \"òkelekwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"rat, or any small animal\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òke\"\n            ]\n        }\n    ],\n    \"òke oyìbo\": [\n        {\n            \"word\": \"òke oyìbo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"guinea-pig\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òke\",\n                \"oyìbo\"\n            ]\n        }\n    ],\n    \"òke ọfīa\": [\n        {\n            \"word\": \"òke ọfīa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bush rat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òke\",\n                \"ọfịa\"\n            ]\n        }\n    ],\n    \"òke ụnò\": [\n        {\n            \"word\": \"òke ụnò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"house rat (Rattus rattus)\",\n                \"house rat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òke\",\n                \"ụnò\"\n            ]\n        }\n    ],\n    \"òke\": [\n        {\n            \"word\": \"òke\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"rat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkè naàbò\": [\n        {\n            \"word\": \"òkè naàbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"two parts\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkè\"\n            ]\n        }\n    ],\n    \"-kèlụ òkè\": [\n        {\n            \"word\": \"-kèlụ òkè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"take a share\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkè\"\n            ]\n        }\n    ],\n    \"-zù òkè\": [\n        {\n            \"word\": \"-zù òkè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be correct; suffice; be complete, perfect, sufficient\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"okè\"\n            ],\n            \"stems\": [\n                \"òkè\",\n                \"-zù\"\n            ]\n        }\n    ],\n    \"òkè\": [\n        {\n            \"word\": \"òkè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"portion; share; division (-kè 1. divide)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkekele\": [\n        {\n            \"word\": \"òkekele\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a small high-pitched drum used with òkàǹgà\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"okēlụwà\": [\n        {\n            \"word\": \"okēlụwà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fate\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"okelùwà\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"oke ōbụgbō\": [\n        {\n            \"word\": \"oke ōbụgbō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"type of lily\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkikē\": [\n        {\n            \"word\": \"òkikē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"ivory tusk (of elephant)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Ọnwa Òkìkè\": [\n        {\n            \"word\": \"Ọnwa Òkìkè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tenth traditional month in the Nri calendar, in which the ọzō men of each lineage gather their òkìkè in the lineage's temple and offer a bloody sacrifice\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkìkè\"\n            ]\n        }\n    ],\n    \"okìlì\": [\n        {\n            \"word\": \"okìlì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"guinea-corn\",\n                \"iron object with two prongs into which a charm can be inserted and which is then pushed into ground (larger than àbà)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òkìlìkili ụnò\": [\n        {\n            \"word\": \"òkìlìkili ụnò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"round about the house (fig.)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òkìlìkilî bù ijè Agwù\",\n                    \"english\": \"(Lit. cycle is the movement of Agwù), i.e. Agwù moves in a cycle, or Agwù moves from one person to another until appeased). Used by workers or performers, e.g. doctors and actors, who run rounds of duty, to describe the nature of their work. Also used by other people to describe such people, or similar conditions which are rotative in nature\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"òkìlìkili\"\n            ]\n        }\n    ],\n    \"òkìlìkili\": [\n        {\n            \"word\": \"òkìlìkili\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"round shape (circular, not spherical); surrounding parts\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"oko ọkà\": [\n        {\n            \"word\": \"oko ọkà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"ear of corn (maize)\",\n                \"bunch (of plantains, bananas)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"oko\"\n            ]\n        }\n    ],\n    \"oko unèlè\": [\n        {\n            \"word\": \"oko unèlè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bunch of bananas\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"oko\"\n            ]\n        }\n    ],\n    \"oko\": [\n        {\n            \"word\": \"oko\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"head, ear (of corn, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-pù òkò\": [\n        {\n            \"word\": \"-pù òkò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be able\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkò\"\n            ]\n        }\n    ],\n    \"òkò\": [\n        {\n            \"word\": \"òkò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"full strength; one's best or utmost\",\n                \"yam cultivar\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"okōkòòko\": [\n        {\n            \"word\": \"okōkòòko\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"exclamation of pain, grief, surprise\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"okokpòlò\": [\n        {\n            \"word\": \"okokpòlò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bachelor\",\n                \"poor person (fig.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"okòlò\": [\n        {\n            \"word\": \"okòlò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"under; the underpart (of persons, between the thighs)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkolọbìà\": [\n        {\n            \"word\": \"òkolọbìà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(ìkolobìà is an old pl. form, but nowadays both ò- and ì- are\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"òkolobìà\"\n            ],\n            \"stems\": [\n                \"òkolo\"\n            ]\n        }\n    ],\n    \"ìkènye ìkolobìà\": [\n        {\n            \"word\": \"ìkènye ìkolobìà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"middle-aged men\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkolo\"\n            ]\n        }\n    ],\n    \"isi okolobìà\": [\n        {\n            \"word\": \"isi okolobìà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"men in the prime of life\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkolo\"\n            ]\n        }\n    ],\n    \"-me òkolobìà\": [\n        {\n            \"word\": \"-me òkolobìà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"act as, be, a young man\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkolo\"\n            ]\n        }\n    ],\n    \"òtù ụmù òkoloọbìà\": [\n        {\n            \"word\": \"òtù ụmù òkoloọbìà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"young men’s society\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkolo\"\n            ]\n        }\n    ],\n    \"nwoōkolo\": [\n        {\n            \"word\": \"nwoōkolo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"lad; boy; young man\",\n                \"male name\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkolo\"\n            ]\n        }\n    ],\n    \"òkolo\": [\n        {\n            \"word\": \"òkolo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"boy; youth; young man; male name\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"okòm\": [\n        {\n            \"word\": \"okòm\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"yam cultivar\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"okonko\": [\n        {\n            \"word\": \"okonko\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"empty container\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkoòko\": [\n        {\n            \"word\": \"òkoòko\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"parrot (compare icheǹkù or ichoòkù)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkòso\": [\n        {\n            \"word\": \"òkòso\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"small snail-shell used for playing tops; also a metal type made by blacksmiths\",\n                \"the game itself (compare Yoruba ìkòto)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"kòso\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"okoti ākpo\": [\n        {\n            \"word\": \"okoti ākpo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"male lizard\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"okoti\"\n            ]\n        }\n    ],\n    \"okoti\": [\n        {\n            \"word\": \"okoti\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkpọ nà-àkpọ òkù\": [\n        {\n            \"word\": \"òkpọ nà-àkpọ òkù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"echo\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkù\"\n            ]\n        }\n    ],\n    \"òkǔ jī\": [\n        {\n            \"word\": \"òkǔ jī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Yam festival (no longer celebrated)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkù\"\n            ]\n        }\n    ],\n    \"-rì òkù\": [\n        {\n            \"word\": \"-rì òkù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shout for; call loudly\",\n                \"shout for\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkù\",\n                \"-rì\"\n            ]\n        }\n    ],\n    \"-za òkù\": [\n        {\n            \"word\": \"-za òkù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"answer a call\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O jèlù ịzā òkù\",\n                    \"english\": \"He has gone to answer a call\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"òkù\",\n                \"-za\"\n            ]\n        }\n    ],\n    \"òkụ ụtabà\": [\n        {\n            \"word\": \"òkụ ụtabà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tobacco pipe; snuff-box\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkù\"\n            ]\n        }\n    ],\n    \"-sè òkù\": [\n        {\n            \"word\": \"-sè òkù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"smoke pipe\",\n                \"clay bowl; plate\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Proverb: Chukwu Nnà ekwēna kà anyị fụ elikàta n’efele èlibe n’òkù May\",\n                    \"english\": \"God the Father never allow us to fall from eating off china plates to eating off clay plates, i.e., May our condition never revert from good to bad\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"òkù\",\n                \"-sè\"\n            ]\n        }\n    ],\n    \"òkù\": [\n        {\n            \"word\": \"òkù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a call, shout; invitation; feast; festival\",\n                \"pipe (for tobacco); snuff-box\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bìa sòlu m jèe òkù nà Ǹneēwi\",\n                    \"english\": \"Accompany me to a feast at Nnewi\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"okuko\": [\n        {\n            \"word\": \"okuko\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"skin of a fruit, used by dibìà\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkukū\": [\n        {\n            \"word\": \"òkukū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"horn-shaped calabash used for cupping and divining (fig.)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Etīnyezina ọnū n’ime ōkukū wèlụ èkwu okwū\",\n                    \"english\": \"Stop speaking behind someone's back (literally Stop putting your mouth into a small calabash while you talk)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"okùokwè\": [\n        {\n            \"word\": \"okùokwè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"yam cultivar\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkutā\": [\n        {\n            \"word\": \"òkutā\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see òkwutē\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"òkutē\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"òkùtà\": [\n        {\n            \"word\": \"òkùtà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"officers and leading members of a divinity's club or cult\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"okpēnsi\": [\n        {\n            \"word\": \"okpēnsi\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see okpōsi\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"okpēsi\": [\n        {\n            \"word\": \"okpēsi\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see okpōsi\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"okpètè\": [\n        {\n            \"word\": \"okpètè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sugarcane (Saccharum officinarum Linn.)\",\n                \"ginger lily (Costus afer Ker-Gawl. and/or C. schlecteri Winkler)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ọkpètè\",\n                \"okpòtò\",\n                \"ekpètè\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"okpì\": [\n        {\n            \"word\": \"okpì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stoutness, sturdiness (e.g. of tree, not of person)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"okoòkpò\": [\n        {\n            \"word\": \"okoòkpò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(from oke òkpò) tapeworm\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkpò\"\n            ]\n        }\n    ],\n    \"òkpò\": [\n        {\n            \"word\": \"òkpò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"intestinal worm\",\n                \"kind of large tree, white wood, very small leaves\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"okpodi\": [\n        {\n            \"word\": \"okpodi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"male agama lizard (compare ǹgwèlè)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkpokō ụtàlà\": [\n        {\n            \"word\": \"òkpokō ụtàlà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"large morsel of fufu\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkpokō\"\n            ]\n        }\n    ],\n    \"òkpokō\": [\n        {\n            \"word\": \"òkpokō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"large bird, plantain-eater\",\n                \"large morsel of pounded food\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"okpokolo\": [\n        {\n            \"word\": \"okpokolo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"empty (container)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"okpòkolo\": [\n        {\n            \"word\": \"okpòkolo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"can; small pot used for keeping oil, etc.\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"okpòkpò\": [\n        {\n            \"word\": \"okpòkpò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"walking stick\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"okpolo ụzò\": [\n        {\n            \"word\": \"okpolo ụzò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"roadway; public path (less specific than okpolo īlo)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"okpolo\",\n                \"ụzò\"\n            ]\n        }\n    ],\n    \"okpolo\": [\n        {\n            \"word\": \"okpolo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"highway; street; road (especially in town; more specific than ụzò in referring to a large road or highway)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"okpòlò osisi\": [\n        {\n            \"word\": \"okpòlò osisi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"rod of wood; stalk of plant; stem of young tree of sapling\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"okpòlò\",\n                \"osisi\"\n            ]\n        }\n    ],\n    \"okpòlò\": [\n        {\n            \"word\": \"okpòlò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stalk; rod; stem\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkpòlòfifìè\": [\n        {\n            \"word\": \"òkpòlòfifìè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"whistle; whistling\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"okpòlokō\": [\n        {\n            \"word\": \"okpòlokō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stockfish = azù nkū\",\n                \"variety of oil-palm which produces nuts of very fine appearance, but which have not much flesh, the kernel being large in proportion\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-kpò òkpòmọkụ\": [\n        {\n            \"word\": \"-kpò òkpòmọkụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be hot\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àfe ǹkaà nà-ekpō òkpòmọkụ\",\n                    \"english\": \"This garment absorbs heat\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"òkpòmọkụ\"\n            ]\n        }\n    ],\n    \"òkpòmọkụ\": [\n        {\n            \"word\": \"òkpòmọkụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"heat (from -kpò ọkụ be hot)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ànị Òkpòmọkụ\",\n                    \"english\": \"the Tropics (literally hot land)\"\n                },\n                {\n                    \"igbo\": \"Ndi bī n’ànị òkpòmọkụ nà-àdị galagala\",\n                    \"english\": \"People in the tropics are brisk and active\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkpòntụ\": [\n        {\n            \"word\": \"òkpòntụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"grey\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkpoǹzàla\": [\n        {\n            \"word\": \"òkpoǹzàla\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"plant with edible fruit (Aframomum daniellii (Hook. f.) K. Schum.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkpoòdùdù\": [\n        {\n            \"word\": \"òkpoòdùdù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kind of bean that provokes thirst\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gba òkpoòfùfù\": [\n        {\n            \"word\": \"-gba òkpoòfùfù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"perspire\",\n                \"labour over; take pains over; sweat over\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkpoòfùfù\"\n            ]\n        }\n    ],\n    \"òkpoòfùfù\": [\n        {\n            \"word\": \"òkpoòfùfù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"perspiration\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"okpōsi\": [\n        {\n            \"word\": \"okpōsi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"simple, faceless image carved (usually from ògilìsì) to\",\n                \"represent a dead ancestor after his final funeral rites; they are usually dumb-bell shaped, except that those for married daughters are cylindrical; all the family okpōsi are kept together and offered food or libations from time to time while the protection of the ancestors is solicited\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"okpēsi\",\n                \"okpōnsi\",\n                \"okpēnsi\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"okpòtò\": [\n        {\n            \"word\": \"okpòtò\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see okpètè\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"okpotokpo mmādù\": [\n        {\n            \"word\": \"okpotokpo mmādù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"huge person; person of big build\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ụmū Okeēke ànaàgbaka okpotokpo\",\n                    \"english\": \"Mr Okeeke's children are usually big for their age and of sturdy build\"\n                },\n                {\n                    \"igbo\": \"Q. Kèdụ ūdị àgwà ị chòlù kà m zụtalụ gī, ọ bù ndị gbālụ okpotokpo kòọ ndị gbālụ kịlịkịlị?\",\n                    \"english\": \"Q: What kind of beans do you want me to buy for you from the market, the big type or the small type?\"\n                },\n                {\n                    \"igbo\": \"A. Zùtalụ m ndị gbālụ okpotokpo\",\n                    \"english\": \"A. Buy me the big type\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"okpotokpo\"\n            ]\n        }\n    ],\n    \"okpotokpo\": [\n        {\n            \"word\": \"okpotokpo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"big size (of persons, fruits)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kpù òkpu ogwū\": [\n        {\n            \"word\": \"-kpù òkpu ogwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wear crown of thorns\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkpu\"\n            ]\n        }\n    ],\n    \"-kpupù òkpu\": [\n        {\n            \"word\": \"-kpupù òkpu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"remove hat, cap, etc.\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkpu\"\n            ]\n        }\n    ],\n    \"òkpu\": [\n        {\n            \"word\": \"òkpu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hat; cap; head covering\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkpùkpu īkwu\": [\n        {\n            \"word\": \"òkpùkpu īkwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"ridging of a house\",\n                \"set, group; stack (from -kpù 1. cover\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òkpùkpu īkwû bù ọlụ sīli ike\",\n                    \"english\": \"Ridging a house is hard work\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"òkpùkpù\"\n            ]\n        }\n    ],\n    \"òkpùkpù naàbò\": [\n        {\n            \"word\": \"òkpùkpù naàbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"double stack\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ị gà-èdo jī òkpùkpù naàbò n’ime ọbā\",\n                    \"english\": \"You will place the yams in two stacks inside the barn\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"òkpùkpù\"\n            ]\n        }\n    ],\n    \"òkpùkpù\": [\n        {\n            \"word\": \"òkpùkpù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"storey, floor (of a house); roofing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"okpulu\": [\n        {\n            \"word\": \"okpulu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kind of stiff bag made by Hausas for packing clothes, etc.\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkpulù\": [\n        {\n            \"word\": \"òkpulù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"under; beneath; the underpart; bottom\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nò n’òkpulù m\",\n                    \"english\": \"He is junior to me (literally He is under me). (fig.) the real thing; the inside story\"\n                },\n                {\n                    \"igbo\": \"Gwa m òkpulù okwū\",\n                    \"english\": \"Tell me what really happened. (fig.) secret\"\n                },\n                {\n                    \"igbo\": \"Àdịrō m èkwu okwu ōkpulù\",\n                    \"english\": \"I do not talk in secret\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkpùlù\": [\n        {\n            \"word\": \"òkpùlù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"poor, pitiable, person or object; term of commiseration\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Èkeèmezie adī ènyeju ụmù ya afō, nwoòkpùlù, ò nwerō onye ēnyemaka\",\n                    \"english\": \"Ekeemezie no longer feeds his children properly, poor man, he has no helper\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"okpulukpu\": [\n        {\n            \"word\": \"okpulukpu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"shell (like that of the tortoise)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"okpùlùkpu òkwè\": [\n        {\n            \"word\": \"okpùlùkpu òkwè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stringed instrument\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"okpùlùkpù\"\n            ]\n        }\n    ],\n    \"okpùlùkpù\": [\n        {\n            \"word\": \"okpùlùkpù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kind of instrument\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkwè oyìbo\": [\n        {\n            \"word\": \"òkwè oyìbo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"horse-radish tree (Moringa oleifera Lam.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkwè\"\n            ]\n        }\n    ],\n    \"òkwè\": [\n        {\n            \"word\": \"òkwè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kind of tree (Ricinodendron heudelotii (Baill.) Pierre ex Pax), sometimes sacred when grown at shrines, with long stalk and broad leaves, used as livestock food\",\n                \"bean which grows in a pod, red, brown or white in colour and used mainly in eating shredded cassave. Òkwè when properly boiled is mashed thoroughly with shredded cassava by hand, with other normal cooking ingredients - pepper, oil and salt - added\",\n                \"see òkwè\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òkwo igwè\": [\n        {\n            \"word\": \"òkwo igwè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Polypterus senegalus (= ùkata)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkwo\"\n            ]\n        }\n    ],\n    \"òkwo àfòyì\": [\n        {\n            \"word\": \"òkwo àfòyì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Polypterus ansorgei, P. endlicheri, Calamoichthys calabaricus (= ùkata)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkwo\"\n            ]\n        }\n    ],\n    \"òkwo\": [\n        {\n            \"word\": \"òkwo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a general name for fish of the Polypteridae family\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkwòli\": [\n        {\n            \"word\": \"òkwòli\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kingfisher\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"okwu alū\": [\n        {\n            \"word\": \"okwu alū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"blasphemy; abominable word\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"okwu\"\n            ]\n        }\n    ],\n    \"okwu āsị\": [\n        {\n            \"word\": \"okwu āsị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"lie\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Okwu Chūkwu\",\n                    \"english\": \"Word of God; the Gospel; sermon\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"okwu\"\n            ]\n        }\n    ],\n    \"okwu nà ụkà\": [\n        {\n            \"word\": \"okwu nà ụkà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"trouble; quarrel\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"okwu\"\n            ]\n        }\n    ],\n    \"okwu ọlà\": [\n        {\n            \"word\": \"okwu ọlà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(fig.) stale, old quarrel\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Rapùzia okwu afù nà ọ bàgo ọlà\",\n                    \"english\": \"Drop the quarrel (issue), for it is now stale\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"okwu\",\n                \"ọlà\"\n            ]\n        }\n    ],\n    \"-gbagha okwu\": [\n        {\n            \"word\": \"-gbagha okwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"contradict; argue\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"okwu\"\n            ]\n        }\n    ],\n    \"-kwu okwu āzụ\": [\n        {\n            \"word\": \"-kwu okwu āzụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"slander, back-bite\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"okwu\"\n            ]\n        }\n    ],\n    \"-kwu okwu ūgha\": [\n        {\n            \"word\": \"-kwu okwu ūgha\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"speak falsehood\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"okwu\",\n                \"ùgha\"\n            ]\n        }\n    ],\n    \"òkà okwū\": [\n        {\n            \"word\": \"òkà okwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"orator\",\n                \"eloquence\",\n                \"orator; eloquence\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"okwu\",\n                \"òkà\"\n            ]\n        }\n    ],\n    \"ọkpùlùkpù okwū\": [\n        {\n            \"word\": \"ọkpùlùkpù okwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"very important discussion\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"okwu\",\n                \"ọkpùlùkpù\"\n            ]\n        }\n    ],\n    \"-sè okwu\": [\n        {\n            \"word\": \"-sè okwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"quarrel\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Di nà nwunyè afù nà-esè okwū\",\n                    \"english\": \"The husband and wife are quarrelling\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"okwu\"\n            ]\n        }\n    ],\n    \"òkwu Ànì\": [\n        {\n            \"word\": \"òkwu Ànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"communal shrine for the Earth Goddess\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkwu\"\n            ]\n        }\n    ],\n    \"òkwu\": [\n        {\n            \"word\": \"òkwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"refers to 'home'; specific uses are\",\n                \"a small house with a steep thatched roof and a single door, used as a sleeping house in mosquito-infested areas and as a storehouse\",\n                \"shed for domestic animals\",\n                \"nest for ants\",\n                \"shrine\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Arụrụ èrika n’ebe à. Bìa kà ị fụ òkwu fā\",\n                    \"english\": \"There are many ants here. Come and see their nest\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkwùdùkwudū\": [\n        {\n            \"word\": \"òkwùdùkwudū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"owl (= okwumkwudo)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkwukwuū\": [\n        {\n            \"word\": \"òkwukwuū\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see òkwùdukwudù\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òkwùkwe Ndi Ozī\": [\n        {\n            \"word\": \"òkwùkwe Ndi Ozī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"The Apostles' Creed\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkwùkwè\"\n            ]\n        }\n    ],\n    \"òkwùkwè\": [\n        {\n            \"word\": \"òkwùkwè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"creed; faith (-kwe 1. agree)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkwùlù\": [\n        {\n            \"word\": \"òkwùlù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"womb (compare àkpà nnwā)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkwùma\": [\n        {\n            \"word\": \"òkwùma\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a kind of native ointment; shea-butter\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkwutē\": [\n        {\n            \"word\": \"òkwutē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"rock; stone (compare Yoruba òkuta, Ẹdo (Bini) òkutá)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"òkutā\",\n                \"òkutē\"\n            ],\n            \"stems\": [\n                \"okwumkwudo\"\n            ]\n        }\n    ],\n    \"òkwutē ùwà tụùwà\": [\n        {\n            \"word\": \"òkwutē ùwà tụùwà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Rock of Ages (ref. to Bible)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"okwumkwudo\"\n            ]\n        }\n    ],\n    \"aks ōkwutē\": [\n        {\n            \"word\": \"aks ōkwutē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stone for grinding corn\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"okwumkwudo\"\n            ]\n        }\n    ],\n    \"obī okwutē\": [\n        {\n            \"word\": \"obī okwutē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stony-hearted\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"okwumkwudo\"\n            ]\n        }\n    ],\n    \"okwumkwudo\": [\n        {\n            \"word\": \"okwumkwudo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(arch.) owl\",\n                \"(fig.) advance warning (as the owl warns by hooting)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òkwùdùkwudū sì nà afà ya bù okwumkwudo, mà azì nà- àkpọ yā òkwùdùkwudū\",\n                    \"english\": \"The owl says that his name is 'okwumkwudo', but young people call him 'òkwùdùkwudū'\"\n                },\n                {\n                    \"igbo\": \"Okwu à bù okwumkwudo\",\n                    \"english\": \"This is an advance warning\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"oli\": [\n        {\n            \"word\": \"oli\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"food made from maize\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òli mmādù\": [\n        {\n            \"word\": \"òli mmādù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cannibal\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òli\"\n            ]\n        }\n    ],\n    \"òli ǹzèlè\": [\n        {\n            \"word\": \"òli ǹzèlè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"chief; titled man\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òli\"\n            ]\n        }\n    ],\n    \"òli\": [\n        {\n            \"word\": \"òli\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"one who eats (-li 1. eat)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"olìghìlì\": [\n        {\n            \"word\": \"olìghìlì\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see èlùlù\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"oke ōlilo\": [\n        {\n            \"word\": \"oke ōlilo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"great pain\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òlilo\"\n            ]\n        }\n    ],\n    \"Òlìsà\": [\n        {\n            \"word\": \"Òlìsà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"The Great God\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òlìsà ebùlu ùwà\",\n                    \"english\": \"God who supports the world\"\n                },\n                {\n                    \"igbo\": \"Òlìsà elòka\",\n                    \"english\": \"God thought deeply (male name)\"\n                },\n                {\n                    \"igbo\": \"Òlìsà èmeka\",\n                    \"english\": \"God has done a lot (male name)\"\n                },\n                {\n                    \"igbo\": \"Nwolìsà\",\n                    \"english\": \"the son of God (male name)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òlìsìlì ọkù\": [\n        {\n            \"word\": \"òlìsìlì ọkù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"treasure\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òlìsìlì\"\n            ]\n        }\n    ],\n    \"òlìsìlì\": [\n        {\n            \"word\": \"òlìsìlì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òlokō\": [\n        {\n            \"word\": \"òlokō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"praying mantis\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òlòkòmbụbā\": [\n        {\n            \"word\": \"òlòkòmbụbā\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see ùlùkòmbụbā\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ololo\": [\n        {\n            \"word\": \"ololo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bottle (compare onono, the typical Onitsha form)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òlòma oyìbo\": [\n        {\n            \"word\": \"òlòma oyìbo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"grapefruit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òlòma\",\n                \"oyìbo\"\n            ]\n        }\n    ],\n    \"òlòma\": [\n        {\n            \"word\": \"òlòma\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"orange (Citrus aurantium Linn.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"olòngōno\": [\n        {\n            \"word\": \"olòngōno\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"praying mantis\",\n                \"(fig.) very slim person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ndi olū\": [\n        {\n            \"word\": \"ndi olū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"\\\"men of the waterside\\\", those who live by the bank of the River Niger\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"Olu\"\n            ]\n        }\n    ],\n    \"Olu\": [\n        {\n            \"word\": \"Olu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"\\\"people that live by the water\\\", term used to denote those who live by the bank of the River Niger\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òlu ụlā\": [\n        {\n            \"word\": \"òlu ụlā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"doze\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òlu\"\n            ]\n        }\n    ],\n    \"(òlu ụlā) -tụ\": [\n        {\n            \"word\": \"(òlu ụlā) -tụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"slumber; doze\",\n                \"sleeping sickness; trypasonomiasis\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òlu\"\n            ]\n        }\n    ],\n    \"òlu\": [\n        {\n            \"word\": \"òlu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"olubulu\": [\n        {\n            \"word\": \"olubulu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kind of lizard, brightly coloured;? Bosc's Monitor (but only about 1' long without tail)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òluku\": [\n        {\n            \"word\": \"òluku\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cotton (plant)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Olumbànasā\": [\n        {\n            \"word\": \"Olumbànasā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"group of seven villages in Anambra Division which speak Igala as their first language\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"om!\": [\n        {\n            \"word\": \"om!\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"salutation of respect to an old woman (especially a pagan)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ome\": [\n        {\n            \"word\": \"ome\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"shoot of a plant\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òme ākwụ\": [\n        {\n            \"word\": \"òme ākwụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"respectful form of address to women\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òme\"\n            ]\n        }\n    ],\n    \"òme ǹkà\": [\n        {\n            \"word\": \"òme ǹkà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"carpenter; artisan; craftsman\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òme\"\n            ]\n        }\n    ],\n    \"òme\": [\n        {\n            \"word\": \"òme\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\",\n                \"see òme\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òmenàànì\": [\n        {\n            \"word\": \"òmenàànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"custom (compare òdìbendi)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-tụ òmìmì\": [\n        {\n            \"word\": \"-tụ òmìmì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dive\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àmarō m etu esì àtụ òmìmì\",\n                    \"english\": \"I don’t know how to dive\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"òmìmì\",\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"òmùme\": [\n        {\n            \"word\": \"òmùme\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"action; act; conduct; doing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òne mbòsì?\": [\n        {\n            \"word\": \"òne mbòsì?\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"which day?\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òne?\"\n            ]\n        }\n    ],\n    \"òne mgbè?\": [\n        {\n            \"word\": \"òne mgbè?\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"when? at what time?\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òne?\"\n            ]\n        }\n    ],\n    \"òne ndị\": [\n        {\n            \"word\": \"òne ndị\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"who (plural)? which people?\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òne?\"\n            ]\n        }\n    ],\n    \"ùgbòlò òne?\": [\n        {\n            \"word\": \"ùgbòlò òne?\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"how often?; how many times?\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Gwa m ugbòlò òne i jègòlu ebe afù\",\n                    \"english\": \"Tell me the number of times you have been to that place\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"òne?\",\n                \"ùgbòlò\"\n            ]\n        }\n    ],\n    \"ònenòne\": [\n        {\n            \"word\": \"ònenòne\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"few; some\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ bù mmadù ònemòne kà m chòlù kà fa sòlụ m jee kène ezē chīlụ ọfụū\",\n                    \"english\": \"It is only a few people that I want to go with me to greet the newly-installed chief\"\n                }\n            ],\n            \"variations\": [\n                \"ònemòne\"\n            ],\n            \"stems\": [\n                \"òne?\"\n            ]\n        }\n    ],\n    \"òne?\": [\n        {\n            \"word\": \"òne?\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"how much? how many? which?\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"onì\": [\n        {\n            \"word\": \"onì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bigger stake for yam\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ònìinu\": [\n        {\n            \"word\": \"ònìinu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a fish (Labeo senegalensis)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ònogbò\": [\n        {\n            \"word\": \"ònogbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cat (compare Yoruba ològbò, Edo (Bini) òlògbò)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"onogbò\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ònòlì\": [\n        {\n            \"word\": \"ònòlì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"title for a red-cap chief\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"onono\": [\n        {\n            \"word\": \"onono\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bottle\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ololo\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"Ònoòwu\": [\n        {\n            \"word\": \"Ònoòwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"chief next in rank to the king of Ònìchà (and certain other towns), conveniently translated 'Prime Minister', who places the cap on the head of a titled man\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"onu\": [\n        {\n            \"word\": \"onu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"neck\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ònugbù\": [\n        {\n            \"word\": \"ònugbù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bitterleaf (Vernonia amygdalina Del. and V. colorata (Willd.) Drake)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"onùnù\": [\n        {\n            \"word\": \"onùnù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hole; pit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ònwe āyị\": [\n        {\n            \"word\": \"ònwe āyị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"ourselves\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ònwe\"\n            ]\n        }\n    ],\n    \"ònwe fā\": [\n        {\n            \"word\": \"ònwe fā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"themselves\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ònwe\"\n            ]\n        }\n    ],\n    \"ònwe ī\": [\n        {\n            \"word\": \"ònwe ī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"yourself\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ònwe gī\"\n            ],\n            \"stems\": [\n                \"ònwe\"\n            ]\n        }\n    ],\n    \"ònwe m̄\": [\n        {\n            \"word\": \"ònwe m̄\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"myself\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ònwe\"\n            ]\n        }\n    ],\n    \"ònwe ụnù\": [\n        {\n            \"word\": \"ònwe ụnù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"yourself\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ònwe\"\n            ]\n        }\n    ],\n    \"ònwe yā\": [\n        {\n            \"word\": \"ònwe yā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"himself; herself; itself\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ònwe\"\n            ]\n        }\n    ],\n    \"-gbatì ònwe\": [\n        {\n            \"word\": \"-gbatì ònwe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stretch oneself (e.g. for exercise)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ònwe\"\n            ]\n        }\n    ],\n    \"ngị nà ònwe gī\": [\n        {\n            \"word\": \"ngị nà ònwe gī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"you yourself\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ònwe\"\n            ]\n        }\n    ],\n    \"ònwe\": [\n        {\n            \"word\": \"ònwe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"self\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"onwène\": [\n        {\n            \"word\": \"onwène\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"carpenter; craftsman; artist\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ònwu màlàmàlà\": [\n        {\n            \"word\": \"ònwu màlàmàlà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"flashing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ònwu\"\n            ]\n        }\n    ],\n    \"ònwu\": [\n        {\n            \"word\": \"ònwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"anything that shines\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ònwùnwò\": [\n        {\n            \"word\": \"ònwùnwò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"change\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"onye àbọō\": [\n        {\n            \"word\": \"onye àbọō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"another, a second (person)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"àbùọ\"\n            ],\n            \"stems\": [\n                \"onye\"\n            ]\n        }\n    ],\n    \"onye aghā\": [\n        {\n            \"word\": \"onye aghā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"soldier; warrior\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ayā\"\n            ],\n            \"stems\": [\n                \"onye\"\n            ]\n        }\n    ],\n    \"onye aka ebē\": [\n        {\n            \"word\": \"onye aka ebē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a witness, surety\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Onye ikpē afù gwàlù mmadù naàbò kà fa jee kpọta ndi aka ebē fa\",\n                    \"english\": \"The judge asked the two persons to go and bring their witnesses\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"onye\"\n            ]\n        }\n    ],\n    \"onye āsị\": [\n        {\n            \"word\": \"onye āsị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a liar\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"onye\"\n            ]\n        }\n    ],\n    \"onye ìbèriìbè\": [\n        {\n            \"word\": \"onye ìbèriìbè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fool; harmless idiot\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"onye\"\n            ]\n        }\n    ],\n    \"onye ìkpè\": [\n        {\n            \"word\": \"onye ìkpè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"backbiter\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"onye\"\n            ]\n        }\n    ],\n    \"onye ìsì\": [\n        {\n            \"word\": \"onye ìsì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a blind person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"onye\"\n            ]\n        }\n    ],\n    \"onye nā-efe ọlū\": [\n        {\n            \"word\": \"onye nā-efe ọlū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"superintendent; overseer; foreman\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"onye\"\n            ]\n        }\n    ],\n    \"onye nligbu\": [\n        {\n            \"word\": \"onye nligbu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"rogue; exploiter; cheat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"onye\"\n            ]\n        }\n    ],\n    \"onye nnapùga\": [\n        {\n            \"word\": \"onye nnapùga\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Redeemer (compare onye nzọpùta)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"onye\"\n            ]\n        }\n    ],\n    \"onye nsògbu\": [\n        {\n            \"word\": \"onye nsògbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"troublesome person\",\n                \"persecutor; troubler; vexer\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"onye\",\n                \"-sò\"\n            ]\n        }\n    ],\n    \"onye nsọkwù\": [\n        {\n            \"word\": \"onye nsọkwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fool\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"onye\"\n            ]\n        }\n    ],\n    \"onye ntā\": [\n        {\n            \"word\": \"onye ntā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hunter\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"onye\"\n            ]\n        }\n    ],\n    \"onye ntụ\": [\n        {\n            \"word\": \"onye ntụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"liar\",\n                \"imposter\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"onye\"\n            ]\n        }\n    ],\n    \"onye nzinye\": [\n        {\n            \"word\": \"onye nzinye\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"creditor\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"onye\"\n            ]\n        }\n    ],\n    \"onye nzọpùta\": [\n        {\n            \"word\": \"onye nzọpùta\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Saviour\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"onye\"\n            ]\n        }\n    ],\n    \"onye nzuzù\": [\n        {\n            \"word\": \"onye nzuzù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fool\",\n                \"stupid, foolish person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"onye\",\n                \"-zu-zù\"\n            ]\n        }\n    ],\n    \"Onye nwē\": [\n        {\n            \"word\": \"Onye nwē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Lord; master; mistress; owner\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"onye\"\n            ]\n        }\n    ],\n    \"onye ogbì\": [\n        {\n            \"word\": \"onye ogbì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dumb person\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ogbī\"\n            ],\n            \"stems\": [\n                \"onye\"\n            ]\n        }\n    ],\n    \"onye ōji\": [\n        {\n            \"word\": \"onye ōji\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a black person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"onye\"\n            ]\n        }\n    ],\n    \"onye òkìkè\": [\n        {\n            \"word\": \"onye òkìkè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"creator\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"onye\"\n            ]\n        }\n    ],\n    \"onye orī\": [\n        {\n            \"word\": \"onye orī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"thief\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"onye\",\n                \"orī\"\n            ]\n        }\n    ],\n    \"onye ōsiālị\": [\n        {\n            \"word\": \"onye ōsiālị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"a witness\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Jèe kpòta onye ōsiālị gị\",\n                    \"english\": \"Go and bring your witness\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"onye\",\n                \"òsịālị\",\n                \"-sị\"\n            ]\n        }\n    ],\n    \"onye oshī\": [\n        {\n            \"word\": \"onye oshī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"see onye orī\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"onye\"\n            ]\n        }\n    ],\n    \"onye òtù\": [\n        {\n            \"word\": \"onye òtù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"companion; fellow; member (of a club, association, etc.)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Abù m onye òtu Ògàniru\",\n                    \"english\": \"I am a member of the Ògàniru society\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"onye\"\n            ]\n        }\n    ],\n    \"onye òtù Chukwu\": [\n        {\n            \"word\": \"onye òtù Chukwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Christian\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"onye\"\n            ]\n        }\n    ],\n    \"onye ozī\": [\n        {\n            \"word\": \"onye ozī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"messenger\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"onye\",\n                \"ozi\"\n            ]\n        }\n    ],\n    \"onye ōzizi\": [\n        {\n            \"word\": \"onye ōzizi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"instructor; teacher\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"onye\"\n            ]\n        }\n    ],\n    \"onye ọbìà\": [\n        {\n            \"word\": \"onye ọbìà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stranger; visitor\",\n                \"(often shortened to ọbìà) stranger; guest; visitor (= onye òrà)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Abù m ọbìà n’ebe à\",\n                    \"english\": \"I am a stranger here\"\n                },\n                {\n                    \"igbo\": \"Enwèlù m onye ọbìà\",\n                    \"english\": \"I have a visitor\"\n                }\n            ],\n            \"variations\": [\n                \"onye òrà\"\n            ],\n            \"stems\": [\n                \"onye\",\n                \"ọbìà\"\n            ]\n        }\n    ],\n    \"onye òbò\": [\n        {\n            \"word\": \"onye òbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(colloq.) lazy person; sluggard\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"onye\"\n            ]\n        }\n    ],\n    \"onye ōbụnà\": [\n        {\n            \"word\": \"onye ōbụnà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"anybody; anyone; (with negative verb) no one\",\n                \"anyone; everyone; (with negative verb) no one\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Onye ōbụnà (òbùnà) abà n’ime ụnò\",\n                    \"english\": \"Let no one enter the room\"\n                },\n                {\n                    \"igbo\": \"Onye ōbụnà bàa ime ụnò!\",\n                    \"english\": \"Let everybody (everyone) enter into the room!\"\n                }\n            ],\n            \"variations\": [\n                \"òbùnà\",\n                \"òbụnà\"\n            ],\n            \"stems\": [\n                \"onye\",\n                \"òbụbụū\"\n            ]\n        }\n    ],\n    \"onye ọcha\": [\n        {\n            \"word\": \"onye ọcha\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a white person\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òfu nwokē onye ọcha bì n’ụnō ānyị\",\n                    \"english\": \"A white man lives in our house\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"onye\",\n                \"ọcha\"\n            ]\n        }\n    ],\n    \"onye ọlū\": [\n        {\n            \"word\": \"onye ọlū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"workman; labourer\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"onye\"\n            ]\n        }\n    ],\n    \"onye ọzō\": [\n        {\n            \"word\": \"onye ọzō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"holder of ọzō title\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"onye\",\n                \"ọzō\"\n            ]\n        }\n    ],\n    \"onye ōzọ\": [\n        {\n            \"word\": \"onye ōzọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"another person, person who is not a relative; outsider\",\n                \"another person\",\n                \"person who is not a relative \"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Agà m ejìsi ikē na-ènyelụ Ibè aka màkà nà ọ būrọ onye ōzọ\",\n                    \"english\": \"I shall endeavour to continue helping Ibe because he is a relative (lit  ... because he is not another person)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"onye\",\n                \"òzọ\"\n            ]\n        }\n    ],\n    \"onye ụgwō\": [\n        {\n            \"word\": \"onye ụgwō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"debtor\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"onye\",\n                \"ụgwō\"\n            ]\n        }\n    ],\n    \"onye ụjō\": [\n        {\n            \"word\": \"onye ụjō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"coward; person who cannot endure pain\",\n                \"a coward\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"onye\",\n                \"ụjō\"\n            ]\n        }\n    ],\n    \"Onye Ụkà\": [\n        {\n            \"word\": \"Onye Ụkà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Christian\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"onye\"\n            ]\n        }\n    ],\n    \"onye ụkò\": [\n        {\n            \"word\": \"onye ụkò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"intermediary\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"onye\"\n            ]\n        }\n    ],\n    \"onye ùkpò\": [\n        {\n            \"word\": \"onye ùkpò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"one of retarded development\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"onye\"\n            ]\n        }\n    ],\n    \"onye ụtā\": [\n        {\n            \"word\": \"onye ụtā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"archer\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"onye\"\n            ]\n        }\n    ],\n    \"onye ùtà\": [\n        {\n            \"word\": \"onye ùtà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"deceiver; enticer\",\n                \"seller, dealer (preceding name of article dealt in)\",\n                \"invitee; guest\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"onye\",\n                \"ùtà\"\n            ]\n        }\n    ],\n    \"òkpu onye mmānya\": [\n        {\n            \"word\": \"òkpu onye mmānya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a schoolboy's cap worn sideways (by carefree person)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"onye\"\n            ]\n        }\n    ],\n    \"onye\": [\n        {\n            \"word\": \"onye\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"person (human or superhuman; its plural is ndị)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ònye\": [\n        {\n            \"word\": \"ònye\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"who?\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ònyê mà echi?\",\n                    \"english\": \"Who knows tomorrow?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ònyènyè\": [\n        {\n            \"word\": \"ònyènyè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"woman (compare nwaànyì)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ònyìnyò\": [\n        {\n            \"word\": \"ònyìnyò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"shadow\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òòbò ọkū\": [\n        {\n            \"word\": \"òòbò ọkū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"furnace, heap of coal, charcoal, etc.; fire\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"òbùbò ọkū\"\n            ],\n            \"stems\": [\n                \"òòbò\"\n            ]\n        }\n    ],\n    \"-tụ òòbò\": [\n        {\n            \"word\": \"-tụ òòbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pile; heap up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òòbò\"\n            ]\n        }\n    ],\n    \"òòbò\": [\n        {\n            \"word\": \"òòbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"heap (shortened form of òbùbò)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òpi àchàlà\": [\n        {\n            \"word\": \"òpi àchàlà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Peugeot 404 (so called because of streamlined shape; literally horn of bamboo)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òpì\"\n            ]\n        }\n    ],\n    \"òpì ụgbògùlù\": [\n        {\n            \"word\": \"òpì ụgbògùlù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pumpkin leaf stalk (tube-like) (lit pumpkin tube)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òpì\"\n            ]\n        }\n    ],\n    \"òpì\": [\n        {\n            \"word\": \"òpì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"animal horn; horn, pipe, used as musical instrument\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"opòpò\": [\n        {\n            \"word\": \"opòpò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sapling (also opòpò osisi) (= ìpopo)\",\n                \"sapling\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ìpopo osisi\"\n            ],\n            \"stems\": [\n                \"osisi\"\n            ]\n        }\n    ],\n    \"opotò\": [\n        {\n            \"word\": \"opotò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"obotò\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"òpùnè isī\": [\n        {\n            \"word\": \"òpùnè isī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"anterior fontanelle\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òpùnè\"\n            ]\n        }\n    ],\n    \"òpùnè isi āzụ\": [\n        {\n            \"word\": \"òpùnè isi āzụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"posterior fontanelle\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òpùnè\"\n            ]\n        }\n    ],\n    \"òpùnè\": [\n        {\n            \"word\": \"òpùnè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"soft spot (of a thing like a covered pit, the top of which is however still so soft that it can give way if the top is pressed hard or stepped upon)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ori ifelē\": [\n        {\n            \"word\": \"ori ifelē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"shameful theft\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"orī\"\n            ]\n        }\n    ],\n    \"orī\": [\n        {\n            \"word\": \"orī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"theft\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òrì\": [\n        {\n            \"word\": \"òrì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"see -ŋe òfì, òrì\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òrìmìlì nnū\": [\n        {\n            \"word\": \"òrìmìlì nnū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sea; ocean\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òrìmìlì\"\n            ]\n        }\n    ],\n    \"oke òrìmìlì\": [\n        {\n            \"word\": \"oke òrìmìlì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sea; ocean\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òrìmìlì\"\n            ]\n        }\n    ],\n    \"òrìmìlì\": [\n        {\n            \"word\": \"òrìmìlì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"river (large); sea; ocean\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"oru ìbùa\": [\n        {\n            \"word\": \"oru ìbùa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"forty; two score\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"oru\"\n            ]\n        }\n    ],\n    \"oru nà òfu\": [\n        {\n            \"word\": \"oru nà òfu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"twenty-one\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"oru\"\n            ]\n        }\n    ],\n    \"oru nà àbùa\": [\n        {\n            \"word\": \"oru nà àbùa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"twenty-two\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"oru\"\n            ]\n        }\n    ],\n    \"bèlị ōfu n’oru\": [\n        {\n            \"word\": \"bèlị ōfu n’oru\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"nineteen (literally, remove one from twenty)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"oru\"\n            ]\n        }\n    ],\n    \"oru\": [\n        {\n            \"word\": \"oru\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"twenty; score\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gba orù\": [\n        {\n            \"word\": \"-gba orù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"work as slave\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"N'ogè kịtāà madù adā àgbazịlị ibè ya orù\",\n                    \"english\": \"Nowadays no one works as a slave for another\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"orù\"\n            ]\n        }\n    ],\n    \"-gbapù n’orù\": [\n        {\n            \"word\": \"-gbapù n’orù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"redeem from slavery, servitude\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"orù\"\n            ]\n        }\n    ],\n    \"-pù n’orù\": [\n        {\n            \"word\": \"-pù n’orù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be free from slavery\",\n                \"gain freedom from slavery, servitude\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"orù\",\n                \"-pù\"\n            ]\n        }\n    ],\n    \"orù\": [\n        {\n            \"word\": \"orù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"slave\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ose àkwà\": [\n        {\n            \"word\": \"ose àkwà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"waterside at Ihīàlà\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ose\"\n            ]\n        }\n    ],\n    \"ose ogbē Ījọ\": [\n        {\n            \"word\": \"ose ogbē Ījọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"waterside where the Ịjọ reside\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ose\"\n            ]\n        }\n    ],\n    \"ose òkwòọdū\": [\n        {\n            \"word\": \"ose òkwòọdū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bank of River Niger\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ose\"\n            ]\n        }\n    ],\n    \"ose anū\": [\n        {\n            \"word\": \"ose anū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"see ose\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ose\"\n            ]\n        }\n    ],\n    \"ose\": [\n        {\n            \"word\": \"ose\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"waterside\",\n                \"foreleg, forequarter, shoulder of animal carcase\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"osè agwō\": [\n        {\n            \"word\": \"osè agwō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"weak alligator pepper\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"osè\"\n            ]\n        }\n    ],\n    \"osē ànì\": [\n        {\n            \"word\": \"osē ànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kind of uncooked soup, made of fried groundnuts or egusi, ìsha (crayfish), and pounded yam\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"osè\"\n            ]\n        }\n    ],\n    \"osè nwamkpi\": [\n        {\n            \"word\": \"osè nwamkpi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"goat pepper, used by children to play cooking\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"osè\"\n            ]\n        }\n    ],\n    \"osè oyìbo\": [\n        {\n            \"word\": \"osè oyìbo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"large pepper (literally English pepper)\",\n                \"large pepper\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"osè\",\n                \"oyìbo\"\n            ]\n        }\n    ],\n    \"osè ọjī\": [\n        {\n            \"word\": \"osè ọjī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"alligator pepper (Aframọmum melegueta K. Schum.) (literally kola pepper; usually chewed with kola)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"osè\"\n            ]\n        }\n    ],\n    \"ǹkwọ òsè\": [\n        {\n            \"word\": \"ǹkwọ òsè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pepper-grinder (stone, machine, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"osè\"\n            ]\n        }\n    ],\n    \"-zọ osè\": [\n        {\n            \"word\": \"-zọ osè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"transplant pepper\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"osè\",\n                \"-zọ\"\n            ]\n        }\n    ],\n    \"osè\": [\n        {\n            \"word\": \"osè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pepper\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òsèkpaàkpaà\": [\n        {\n            \"word\": \"òsèkpaàkpaà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òsè\"\n            ]\n        }\n    ],\n    \"òsè\": [\n        {\n            \"word\": \"òsè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"puller; drawer\",\n                \"epilepsy; convulsions; meningitis (loosely used for various diseases with convulsive attacks) (from -sè 1. pull)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òseāka\": [\n        {\n            \"word\": \"òseāka\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"vagabond; prodigal; spendthrift; ne’er-do-well\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Òsebùlu-ùwà\": [\n        {\n            \"word\": \"Òsebùlu-ùwà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"The Great God\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òsèkè\": [\n        {\n            \"word\": \"òsèkè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"native spade\",\n                \"see òsèkè\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"osi\": [\n        {\n            \"word\": \"osi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tree (when followed by name of the tree; compare osisi) e.g. osi ụkwà African Breadfruit (Treculia africana Decne.) tree\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gba òsịālị\": [\n        {\n            \"word\": \"-gba òsịālị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bear witness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òsịālị\"\n            ]\n        }\n    ],\n    \"òsịālị\": [\n        {\n            \"word\": \"òsịālị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"witness (-sị àlị witness)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"osiamā\": [\n        {\n            \"word\": \"osiamā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"anvil\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òsikapa\": [\n        {\n            \"word\": \"òsikapa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"rice\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"anaka osisi\": [\n        {\n            \"word\": \"anaka osisi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"branch of tree\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"osisi\"\n            ]\n        }\n    ],\n    \"àtùtù osisi\": [\n        {\n            \"word\": \"àtùtù osisi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sap of tree\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"osisi\"\n            ]\n        }\n    ],\n    \"oke osisi\": [\n        {\n            \"word\": \"oke osisi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(fig.) great person (literally great tree)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"osisi\"\n            ]\n        }\n    ],\n    \"ukwù osisi\": [\n        {\n            \"word\": \"ukwù osisi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stump of tree\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"osisi\",\n                \"ukwù\"\n            ]\n        }\n    ],\n    \"ùmì osisi\": [\n        {\n            \"word\": \"ùmì osisi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(sweet) juice of fruit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"osisi\",\n                \"ùmì\"\n            ]\n        }\n    ],\n    \"ùtụ osisi\": [\n        {\n            \"word\": \"ùtụ osisi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sawdust; powder from dry wood as a result of grub activity inside the wood\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"osisi\",\n                \"ùtụ\"\n            ]\n        }\n    ],\n    \"-zọ osisi\": [\n        {\n            \"word\": \"-zọ osisi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"transplant tree; plant tree cuttings\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"osisi\",\n                \"-zọ\"\n            ]\n        }\n    ],\n    \"osisi\": [\n        {\n            \"word\": \"osisi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tree, stick\",\n                \"shea butter tree (Vitellaria paradoxa)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òsìmìlì\": [\n        {\n            \"word\": \"òsìmìlì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"river (usually refers to Niger)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"òsìmìrì\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"osòmà\": [\n        {\n            \"word\": \"osòmà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"affliction; distress; great trouble (e.g. court cases); danger; evil\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"osòmè\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"-gbana n’òsu\": [\n        {\n            \"word\": \"-gbana n’òsu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"seek refuge with a deity\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òsu\"\n            ]\n        }\n    ],\n    \"òsu\": [\n        {\n            \"word\": \"òsu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"person dedicated as slave to service of a deity, or whose ancestors were so dedicated; thus the son of an òsu is an òsu. Moreover anyone who is proved to have had contact with an òsu also becomes an òsu\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òti\": [\n        {\n            \"word\": \"òti\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"knocker; beater (-ti 1. beat)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òtimkpọkọ\": [\n        {\n            \"word\": \"òtimkpọkọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"old, worn vehicle, etc.; beat-up object (-ti kpọkọ beat noisily)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òtitè\": [\n        {\n            \"word\": \"òtitè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the greatest feast, held at the end of the harvesting of 'tuber' yams\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òtòbò\": [\n        {\n            \"word\": \"òtòbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hippopotamus\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"otogbō\": [\n        {\n            \"word\": \"otogbō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"any long gown, robe (e.g. surplice)\",\n                \"(fig.) any greatly oversized piece of clothing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"otoko\": [\n        {\n            \"word\": \"otoko\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"thigh\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òtòlò\": [\n        {\n            \"word\": \"òtòlò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dysentery; diarrhoea\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"(òtòlò) -gbagbu\",\n                    \"english\": \"die of dysentery, diarrhoea\"\n                },\n                {\n                    \"igbo\": \"Òtòlò gbàbue gī\",\n                    \"english\": \"May you be killed by dysentery\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òtòtò\": [\n        {\n            \"word\": \"òtòtò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"flower\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Otu ìkwọ\": [\n        {\n            \"word\": \"Otu ìkwọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Onitsha main market\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"otu\"\n            ]\n        }\n    ],\n    \"otu òkwòọdū\": [\n        {\n            \"word\": \"otu òkwòọdū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"waterside of Onitsha\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"otu\"\n            ]\n        }\n    ],\n    \"Otu Ònìchà\": [\n        {\n            \"word\": \"Otu Ònìchà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Onitsha market, hence town\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"otu\"\n            ]\n        }\n    ],\n    \"otu\": [\n        {\n            \"word\": \"otu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"waterside; riverbank\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"otù nnī\": [\n        {\n            \"word\": \"otù nnī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"big lump of food\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"otù\"\n            ]\n        }\n    ],\n    \"otù nnwā\": [\n        {\n            \"word\": \"otù nnwā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"heavily-built person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"otù\"\n            ]\n        }\n    ],\n    \"otù\": [\n        {\n            \"word\": \"otù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"large size\",\n                \"one (compare òfu, the more typical Onitsha form)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nnwa à dì otù\",\n                    \"english\": \"This is a big baby\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ndị òtuū Kraìst\": [\n        {\n            \"word\": \"ndị òtuū Kraìst\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the Christians\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òtù\"\n            ]\n        }\n    ],\n    \"òtù ndị nkụzi\": [\n        {\n            \"word\": \"òtù ndị nkụzi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"teachers' association\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Abù m onye òtù ndị nkụzi\",\n                    \"english\": \"I am a member of the teachers' association\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"òtù\"\n            ]\n        }\n    ],\n    \"òtu ōgbọ\": [\n        {\n            \"word\": \"òtu ōgbọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"age group, grade\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òtù\"\n            ]\n        }\n    ],\n    \"òtù ụmù òkolọbìà\": [\n        {\n            \"word\": \"òtù ụmù òkolọbìà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"young men’s society\",\n                \"young of animals (plural of nnwa)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òtù\",\n                \"ụmù\"\n            ]\n        }\n    ],\n    \"-rò òtù\": [\n        {\n            \"word\": \"-rò òtù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"discriminate; choose group, society, club\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òtù\",\n                \"-rò\"\n            ]\n        }\n    ],\n    \"òtù\": [\n        {\n            \"word\": \"òtù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"organised band, company, club\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"otùbò\": [\n        {\n            \"word\": \"otùbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"navel; umbilicus\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"otùgolu\": [\n        {\n            \"word\": \"otùgolu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"ladder (compare obē)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òtùnè\": [\n        {\n            \"word\": \"òtùnè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"buttocks\",\n                \"anus\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"abù òtùto\": [\n        {\n            \"word\": \"abù òtùto\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"songs of praise\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òtùtò\"\n            ]\n        }\n    ],\n    \"òtùtò\": [\n        {\n            \"word\": \"òtùtò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"praise; glory (-tò praise)\",\n                \"praise; praising; hailing; glorifying\",\n                \"endurance; durability\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òtùto dìlị Chinēkè na-ebe kāchasị enū\",\n                    \"english\": \"Glory be to God in the highest\"\n                },\n                {\n                    \"igbo\": \"Tòo Chukwu\",\n                    \"english\": \"Praise God\"\n                }\n            ],\n            \"variations\": [\n                \"òtùto\"\n            ],\n            \"stems\": [\n                \"-tò\"\n            ]\n        }\n    ],\n    \"otùtù\": [\n        {\n            \"word\": \"otùtù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"blacksmith's hammer (the biggest of all the blacksmith's hammers). This tool is ceremonially the most important item for an apprentice who has just completed his period of apprenticeship and is going to set up as a master blacksmith, in that it is symbolic of his master's status. On the day of the celebration of his freedom, which features much feasting, the otùtù is set on a stool in the middle of the gathering of master smiths who were invited to the occasion. Shortly before the celebration is over the young master is called to the middle. The master holds out the otùtù towards the young master as one who is handing to another a staff of office. The master recites some blessings and incantations, at the end of which he hands the otùtù to the young master. An apprentice who has completed his course but who has not completed his obligations (usually monetary) is not given the otùtù and his freedom is not celebrated. The apprentice can leave his master for some period in search of money. He sometimes has to secure a temporary job, like farm labour, to get the required money, both for his training fees and for the celebration expenses. He then comes back to do the freedom celebration. To every master smith the otùtù is the most important item in his tools, for though it is rarely used because of its weight, the blacksmith, particularly the non-Christian one, kills cocks on top of his otùtù from time to time and on special occasions, letting the blood pour over the otùtù. Afterwards some down is scattered on top of the wet blood, which sticks it firmly to the otùtù\",\n                \"conical basket for fishing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òtutu\": [\n        {\n            \"word\": \"òtutu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"intoxication\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Òwèlè\": [\n        {\n            \"word\": \"Òwèlè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Owerri\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Achòlù m ijē Òwèrè\",\n                    \"english\": \"I want to go to Owerri\"\n                }\n            ],\n            \"variations\": [\n                \"Òwèrè\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ụzō òwèlè\": [\n        {\n            \"word\": \"ụzō òwèlè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"path to the back of the compound or outskirts of town\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"òwèlè\"\n            ],\n            \"stems\": [\n                \"òwèlè\",\n                \"ụzò\"\n            ]\n        }\n    ],\n    \"òwèlè\": [\n        {\n            \"word\": \"òwèlè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"outskirts of a town; bush around a town\",\n                \"backyard immediately beyond the compound wall\",\n                \"see òwèlè\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"òwèlè\"\n            ],\n            \"stems\": []\n        }\n    ],\n    \"òwu īduù\": [\n        {\n            \"word\": \"òwu īduù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"physic nut (Jatropha curcas Linn.) used for hedging; the sap stains indelibly, seeds are purgative\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òwu\"\n            ]\n        }\n    ],\n    \"òwu ọkū\": [\n        {\n            \"word\": \"òwu ọkū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wick\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ukpē\"\n            ],\n            \"stems\": [\n                \"òwu\",\n                \"ọkụ\"\n            ]\n        }\n    ],\n    \"-gba òwu\": [\n        {\n            \"word\": \"-gba òwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"thread\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òwu\"\n            ]\n        }\n    ],\n    \"-tụ òwu\": [\n        {\n            \"word\": \"-tụ òwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"spin; make thread\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ị gà-ènyelụ m aka ịtū òwu taà\",\n                    \"english\": \"You will help spin cotton today\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"òwu\",\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"òwu\": [\n        {\n            \"word\": \"òwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cotton; cotton wool, plant, thread\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"òwulù\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"owùmaàgànà\": [\n        {\n            \"word\": \"owùmaàgànà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"chameleon\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Oyè\": [\n        {\n            \"word\": \"Oyè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"an Ìgbò market day, following Èke, personified as an alūsị\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"Olìè\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"oyi ụgùlù\": [\n        {\n            \"word\": \"oyi ụgùlù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"harmattan cold\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"oyī\",\n                \"ụgùlù\"\n            ]\n        }\n    ],\n    \"mmili oyī\": [\n        {\n            \"word\": \"mmili oyī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cold water\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Kùtelụ m mmili oyī\",\n                    \"english\": \"Bring me cold water\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"oyī\"\n            ]\n        }\n    ],\n    \"(oyī) -tụ\": [\n        {\n            \"word\": \"(oyī) -tụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"feel cold, chilly\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Oyī nà-àtụ m\",\n                    \"english\": \"I am feeling cold, chill.\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"oyī\"\n            ]\n        }\n    ],\n    \"ǹtùmoyī\": [\n        {\n            \"word\": \"ǹtùmoyī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cold; cold weather\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"oyī\"\n            ]\n        }\n    ],\n    \"-sọ oyī\": [\n        {\n            \"word\": \"-sọ oyī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"disgust; be ugly to; be ugly (e.g. faeces or jagged ulcer)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"oyī\"\n            ]\n        }\n    ],\n    \"-yi oyī\": [\n        {\n            \"word\": \"-yi oyī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be ugly, nauseating\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Abụ afū tāsalụ n’ànì ụnò nà-èyi m oyī\",\n                    \"english\": \"The pus which has poured on the floor is ugly to me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"oyī\"\n            ]\n        }\n    ],\n    \"oyī\": [\n        {\n            \"word\": \"oyī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cold; chill; fever\",\n                \"ugly, nauseating appearance\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Oyī nà-àtụ\",\n                    \"english\": \"It is cold\"\n                },\n                {\n                    \"igbo\": \"Ọfịa dī n’àzụ ụnò akwụkwọ āyị nà-àtụ oyī\",\n                    \"english\": \"The bush at the back of our school is cold (causes cold)\"\n                },\n                {\n                    \"igbo\": \"Enwèlù m oyī\",\n                    \"english\": \"I have fever\"\n                },\n                {\n                    \"igbo\": \"Oyī jì m\",\n                    \"english\": \"Fever has gripped me, or I am feverish (more acute than Enwèlù m oyī)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-sọ\"\n            ]\n        }\n    ],\n    \"afà oyìbo\": [\n        {\n            \"word\": \"afà oyìbo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"English name\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"oyìbo\"\n            ]\n        }\n    ],\n    \"akụ oyìbo = akụ bèkeè\": [\n        {\n            \"word\": \"akụ oyìbo = akụ bèkeè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(literally European kernel) coconut\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"oyìbo\"\n            ]\n        }\n    ],\n    \"ego oyìbo\": [\n        {\n            \"word\": \"ego oyìbo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(literally European money) name given to the present currency when it existed side by side with cowrie currency\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"oyìbo\"\n            ]\n        }\n    ],\n    \"ji òyìbò\": [\n        {\n            \"word\": \"ji òyìbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Yellow Guinea Yam (Dioscorea cayenensis)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"òyìbe\"\n            ],\n            \"stems\": [\n                \"oyìbo\"\n            ]\n        }\n    ],\n    \"òkụkò oyìbo\": [\n        {\n            \"word\": \"òkụkò oyìbo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fowls kept by agricultural settlements and institutions. It is called European because it was introduced by the Agricultural Department and is also larger than the local type\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"oyìbo\"\n            ]\n        }\n    ],\n    \"ọkwụlụ oyìbo\": [\n        {\n            \"word\": \"ọkwụlụ oyìbo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pawpaw; papaya\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"oyìbo\"\n            ]\n        }\n    ],\n    \"Ọlụ Oyìbo\": [\n        {\n            \"word\": \"Ọlụ Oyìbo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"civil service\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"oyìbo\"\n            ]\n        }\n    ],\n    \"ùbe oyìbo\": [\n        {\n            \"word\": \"ùbe oyìbo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pear\",\n                \"avocado pear (Persea gratissima)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"oyìbo\",\n                \"ùbe\"\n            ]\n        }\n    ],\n    \"ùde oyìbo\": [\n        {\n            \"word\": \"ùde oyìbo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"factory-prepared pomade\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"oyìbo\",\n                \"ùde\"\n            ]\n        }\n    ],\n    \"ụgbọ oyìbo\": [\n        {\n            \"word\": \"ụgbọ oyìbo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"steamer\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"oyìbo\",\n                \"ụgbọ\"\n            ]\n        }\n    ],\n    \"oyìbo\": [\n        {\n            \"word\": \"oyìbo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"white person; European; foreign (added to name of anything to denote that the thing is foreign or European in origin, or when something of a different species (usually better), but of foreign origin, exists side by side with the local species)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òyòoyò\": [\n        {\n            \"word\": \"òyòoyò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"beautiful\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nùtàlù òyòoyò nwaànyì\",\n                    \"english\": \"He married a very beautiful woman\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òze\": [\n        {\n            \"word\": \"òze\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"lead\",\n                \"see òze\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"òze\"\n            ],\n            \"stems\": []\n        }\n    ],\n    \"òzè\": [\n        {\n            \"word\": \"òzè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kind of fruit-bearing tree\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gbasà Ozi ọma\": [\n        {\n            \"word\": \"-gbasà Ozi ọma\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"spread the Gospel\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ozi\"\n            ]\n        }\n    ],\n    \"-ra ozi\": [\n        {\n            \"word\": \"-ra ozi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"send on errand\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ozi\",\n                \"-ra\"\n            ]\n        }\n    ],\n    \"-zì ozi\": [\n        {\n            \"word\": \"-zì ozi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"send, deliver a message\",\n                \"send, deliver message; send on errand; assign work to\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Achòlù m izì gì ozi\",\n                    \"english\": \"I want to send you on an errand, or I want to deliver a message to you\"\n                },\n                {\n                    \"igbo\": \"Jèbenù ebe niīne izīsà Ozi Ọma\",\n                    \"english\": \"Go everywhere to spread the Gospel\"\n                },\n                {\n                    \"igbo\": \"Ì chòlù izì m ozi?\",\n                    \"english\": \"Do you want to send me on an errand? or, Do you want to give me some work to do?\"\n                },\n                {\n                    \"igbo\": \"Ezìlì m nyà ozi\",\n                    \"english\": \"I have sent her on an errand\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ozi\",\n                \"-zì\"\n            ]\n        }\n    ],\n    \"ozi\": [\n        {\n            \"word\": \"ozi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"message; errand; housework\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ozi ọma\",\n                    \"english\": \"the Gospel; good news, message\"\n                },\n                {\n                    \"igbo\": \"Ozi ọma dịkà Luùk dèlù yà n’akwụkwọ\",\n                    \"english\": \"The Gospel according to Saint Luke\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òzìgbo\": [\n        {\n            \"word\": \"òzìgbo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"quickly; immediately; straight away; instantly\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Mèe yā òzìgbo\",\n                    \"english\": \"Do it immediately\"\n                },\n                {\n                    \"igbo\": \"Ọ gà-àrapū gī òzìgbo\",\n                    \"english\": \"It (he/she) will leave you immediately\"\n                },\n                {\n                    \"igbo\": \"Ọ mèlù yà òzìgbo fù\",\n                    \"english\": \"He has just quickly done it\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"òzì\"\n            ]\n        }\n    ],\n    \"òzìgbo òzìgbo!\": [\n        {\n            \"word\": \"òzìgbo òzìgbo!\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"for emphasis the word can be repeated, meaning immediately, instantly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òzì\"\n            ]\n        }\n    ],\n    \"òzì\": [\n        {\n            \"word\": \"òzì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kind of drum played only for kings and chiefs on special occasions\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ozu\": [\n        {\n            \"word\": \"ozu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"corpse; whole carcase; (fig.) worthless, good-for-nothing person\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ozu kà ị bù\",\n                    \"english\": \"You are a worthless, hopeless person\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Ọ\": [\n        {\n            \"word\": \"Ọ\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"o mēekwe m (= o mā ekwe m)\": [\n        {\n            \"word\": \"o mēekwe m (= o mā ekwe m)\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"I cannot\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọ\"\n            ]\n        }\n    ],\n    \"o mekwa\": [\n        {\n            \"word\": \"o mekwa\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"afterwards\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọ\"\n            ]\n        }\n    ],\n    \"o mèkwa\": [\n        {\n            \"word\": \"o mèkwa\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"or else; otherwise; if not; failing this\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọ\"\n            ]\n        }\n    ],\n    \"o mèzì\": [\n        {\n            \"word\": \"o mèzì\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"or else; otherwise; if not; failing this\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọ\"\n            ]\n        }\n    ],\n    \"ọ bụlụgodu\": [\n        {\n            \"word\": \"ọ bụlụgodu\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"if; even if; though\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọ\"\n            ]\n        }\n    ],\n    \"ọ\": [\n        {\n            \"word\": \"ọ\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"(dependent, 3rd pers. sg.; harmonizes with following verb) he; she; it\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ò bịago?\",\n                    \"english\": \"Has he/she/it come?\"\n                },\n                {\n                    \"igbo\": \"O jèlù afịa\",\n                    \"english\": \"He/she has gone to market\"\n                }\n            ],\n            \"variations\": [\n                \"o\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"-ọ\": [\n        {\n            \"word\": \"-ọ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see -a\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gu ọbā\": [\n        {\n            \"word\": \"-gu ọbā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"make a barn of yams\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọbā\"\n            ]\n        }\n    ],\n    \"ọbā\": [\n        {\n            \"word\": \"ọbā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"place where yams are stacked and stored; barn\",\n                \"(colloq.) king; chief; used for the king of Benin; title\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Jèe wètalụ m ji naàbò n’ọbā\",\n                    \"english\": \"Go and bring me two yams from the barn\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ọbà\": [\n        {\n            \"word\": \"ọbà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"calabash\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Òbà\": [\n        {\n            \"word\": \"Òbà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"name of a town\",\n                \"(colloq.) palm wine (prob. in origin from town name, since Òbà is a centre for palm and raphia wine)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òbàgwù\": [\n        {\n            \"word\": \"òbàgwù\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see òbògwù\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọbàlà\": [\n        {\n            \"word\": \"ọbàlà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bark of ọfòlò or ọtōsị\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òbàla òbàlà\": [\n        {\n            \"word\": \"òbàla òbàlà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"red, reddish\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anya gī nà-àcha òbàla òbàlà\",\n                    \"english\": \"Your eye is red\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"òbàlà\"\n            ]\n        }\n    ],\n    \"-gba òbàlà\": [\n        {\n            \"word\": \"-gba òbàlà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bleed; shed blood\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Aka m nà-àgba òbàlà\",\n                    \"english\": \"My hand is bleeding\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"òbàlà\"\n            ]\n        }\n    ],\n    \"òbàlà\": [\n        {\n            \"word\": \"òbàlà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"blood\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òbàlàkeèt\": [\n        {\n            \"word\": \"òbàlàkeèt\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"blanket (English)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òbàǹte\": [\n        {\n            \"word\": \"òbàǹte\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pants; underwear\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọbē\": [\n        {\n            \"word\": \"ọbē\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see obē, obelē\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ọbelē\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ọbìà\": [\n        {\n            \"word\": \"ọbìà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"entertainment\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Kà m nue yā ọbìà\",\n                    \"english\": \"Let me entertain him\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọbọ\": [\n        {\n            \"word\": \"ọbọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sheath (of knife, sword, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọbò\": [\n        {\n            \"word\": \"ọbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"vengeance; revenge\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òbògwù\": [\n        {\n            \"word\": \"òbògwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(compare òdògwùmà) duck\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"òbàgwù\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ọbụ\": [\n        {\n            \"word\": \"ọbụ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see ọgbụ\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọbù\": [\n        {\n            \"word\": \"ọbù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pit-trap; pit for snaring animals\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ọbò\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ọbù ụkwū\": [\n        {\n            \"word\": \"ọbù ụkwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sole of foot\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọbù  ọbò\",\n                \"ụkwụ\"\n            ]\n        }\n    ],\n    \"ọbù  ọbò\": [\n        {\n            \"word\": \"ọbù  ọbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òbụ\": [\n        {\n            \"word\": \"òbụ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see ògbụ\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ǹke ōbụnà\": [\n        {\n            \"word\": \"ǹke ōbụnà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"either; whichever\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òbụbụū\"\n            ]\n        }\n    ],\n    \"òbụbụū\": [\n        {\n            \"word\": \"òbụbụū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"caterpillar (= ègu)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àrụ ọcha\": [\n        {\n            \"word\": \"àrụ ọcha\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"leprosy\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọcha\"\n            ]\n        }\n    ],\n    \"arụrụ ọcha\": [\n        {\n            \"word\": \"arụrụ ọcha\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sugar-ant\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọcha\"\n            ]\n        }\n    ],\n    \"ịbà ọcha (= ịbà mmānụ)\": [\n        {\n            \"word\": \"ịbà ọcha (= ịbà mmānụ)\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"jaundice\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọcha\"\n            ]\n        }\n    ],\n    \"ọnà ọcha nà ọnā ēdo\": [\n        {\n            \"word\": \"ọnà ọcha nà ọnā ēdo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"silver and gold; (fig.) beautiful luxuries\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọcha\"\n            ]\n        }\n    ],\n    \"ọnà ọcha\": [\n        {\n            \"word\": \"ọnà ọcha\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"silver\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọcha\",\n                \"ọnà\"\n            ]\n        }\n    ],\n    \"ònà ọcha\": [\n        {\n            \"word\": \"ònà ọcha\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"white variety of Dioscorea dumetorum Pax\",\n                \"white variety\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọcha\",\n                \"ònà\"\n            ]\n        }\n    ],\n    \"òchà\": [\n        {\n            \"word\": \"òchà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wild animal whose horn is made into an òpì, a transversely blown signal horn\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òchàǹjà\": [\n        {\n            \"word\": \"òchàǹjà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a small oil-lamp with cloth wick\",\n                \"the market in Onitsha formerly called Àlàhàmbrà was named after this, because the lamp was used in the market, which was held in the evening\",\n                \"now, the name of a motor park (on the same site)\",\n                \"(colloq.) anything inferior or fake\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọche\": [\n        {\n            \"word\": \"ọche\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see oche\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọchì\": [\n        {\n            \"word\": \"ọchì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"laughter; mockery (-chì make sound with effort)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òchịchịī\": [\n        {\n            \"word\": \"òchịchịī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"darkness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òchọògù\": [\n        {\n            \"word\": \"òchọògù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"praying mantis (literally looking for a fight)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọchù\": [\n        {\n            \"word\": \"ọchù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"homicide; murder; manslaughter\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọdā\": [\n        {\n            \"word\": \"ọdā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"basket\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọdà\": [\n        {\n            \"word\": \"ọdà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"permit; permission\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òdì-\": [\n        {\n            \"word\": \"òdì-\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"being; state; condition; used as first element of nouns formed for phrases with -dị be\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọdàchi\"\n            ]\n        }\n    ],\n    \"òdìbendi\": [\n        {\n            \"word\": \"òdìbendi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"custom (from -dị be ndi be in the home of people; compare òmenàànì)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọdàchi\"\n            ]\n        }\n    ],\n    \"òdìegwù\": [\n        {\n            \"word\": \"òdìegwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the tragic; the wonderful\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọdàchi\"\n            ]\n        }\n    ],\n    \"òdìkòọdīrọ ya\": [\n        {\n            \"word\": \"òdìkòọdīrọ ya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hypocrisy; pretence; uncertain state, character (compare iru naàbò)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọdàchi\"\n            ]\n        }\n    ],\n    \"òdìmmā\": [\n        {\n            \"word\": \"òdìmmā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"well-being; prosperity\",\n                \"friend (in good or bad sense)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọdàchi\"\n            ]\n        }\n    ],\n    \"òdìnjọ\": [\n        {\n            \"word\": \"òdìnjọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"calamity; adverse circumstances; misfortune\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọdàchi\"\n            ]\n        }\n    ],\n    \"òdìnoobì\": [\n        {\n            \"word\": \"òdìnoobì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sweetheart; favourite\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọdàchi\"\n            ]\n        }\n    ],\n    \"òdìọfụū\": [\n        {\n            \"word\": \"òdìọfụū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the new\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọdàchi\"\n            ]\n        }\n    ],\n    \"ọdàchi\": [\n        {\n            \"word\": \"ọdàchi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stumbling block; obstacle; hindrance; tragic event (from - dàchi hinder, fall across)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nyè efè màkà ọdàchi\",\n                    \"english\": \"You must allow for delays\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọdò\": [\n        {\n            \"word\": \"ọdò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"obstacle under water, such as tree-trunk or stone\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òdọ\": [\n        {\n            \"word\": \"òdọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"area where a particular thing is plentiful\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òdògwùmà\": [\n        {\n            \"word\": \"òdògwùmà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(compare òbògwù) duck\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òdọlụkòọdò\": [\n        {\n            \"word\": \"òdọlụkòọdò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"title-name taken by or given to a wealthy person; inexhaustible wealth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-dù ọdụ\": [\n        {\n            \"word\": \"-dù ọdụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"advise; warn\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Dùa nnwā gị ọdụ\",\n                    \"english\": \"Warn your child\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ọdụ\"\n            ]\n        }\n    ],\n    \"ọdụ\": [\n        {\n            \"word\": \"ọdụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"advice; exhortation; warning\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọdụ akā\": [\n        {\n            \"word\": \"ọdụ akā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"ivory bracelet\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọdū\"\n            ]\n        }\n    ],\n    \"ọdụ ụkwū\": [\n        {\n            \"word\": \"ọdụ ụkwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"anklet of ivory (or copper)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọdū\",\n                \"ụkwụ\"\n            ]\n        }\n    ],\n    \"ọdū\": [\n        {\n            \"word\": \"ọdū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pestle\",\n                \"elephant tusk\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ọdù azụ\": [\n        {\n            \"word\": \"ọdù azụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"area of market where fish is sold\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọdù\"\n            ]\n        }\n    ],\n    \"ọdù\": [\n        {\n            \"word\": \"ọdù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"seat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọdù ụkwū\": [\n        {\n            \"word\": \"ọdù ụkwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"little toe\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọdù \",\n                \"ụkwụ\"\n            ]\n        }\n    ],\n    \"ọdù \": [\n        {\n            \"word\": \"ọdù \",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tail\",\n                \"the rear, last, youngest\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọdù nkịtā ǹkaà ètoka\",\n                    \"english\": \"The tail of this dog is very long\"\n                },\n                {\n                    \"igbo\": \"Oyèọmâ bù ọdùdù nnwā Èzèmbà\",\n                    \"english\": \"Oyeọma is the last-born child of Mr Ezemba\"\n                }\n            ],\n            \"variations\": [\n                \"ọdùdù\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"òdùm\": [\n        {\n            \"word\": \"òdùm\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"lion\",\n                \"any animal or person of great size and strength\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gba òfalà\": [\n        {\n            \"word\": \"-gba òfalà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"celebrate the òfalà festival\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òfalà\"\n            ]\n        }\n    ],\n    \"òfalà\": [\n        {\n            \"word\": \"òfalà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"festival marked by ritual public appearance of kings (especially of Ònìchà, Ògidi, Nnoòbì, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọfe\": [\n        {\n            \"word\": \"ọfe\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see ofe, etc.\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"etc\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"-sụ ọfịa\": [\n        {\n            \"word\": \"-sụ ọfịa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut bush\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọfịa\",\n                \"-sụ\"\n            ]\n        }\n    ],\n    \"-wa ọfịa\": [\n        {\n            \"word\": \"-wa ọfịa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wander in, explore, the forest\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọfịa\",\n                \"-wa\"\n            ]\n        }\n    ],\n    \"ọfịa\": [\n        {\n            \"word\": \"ọfịa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bush; uninhabited country; forest; jungle\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-sù òfọ\": [\n        {\n            \"word\": \"-sù òfọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"knock the stick representing the god of justice (òfọ) on the ground\",\n                \"the tree from which the wood representing òfọ is cut (Detarium senegalense J.F. Gmel.)\",\n                \"male name\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òfọ\",\n                \"-sù\"\n            ]\n        }\n    ],\n    \"òfọ\": [\n        {\n            \"word\": \"òfọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"symbol of justice, righteousness, and the authority which descends from the ancestors, represented by small piece of wood; right; guarantee of truth; (sometimes) part of the regalia of the umù alūsị\",\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-dụ ọfòlò\": [\n        {\n            \"word\": \"-dụ ọfòlò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"punt\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọfòlò\"\n            ]\n        }\n    ],\n    \"ọfòlò\": [\n        {\n            \"word\": \"ọfòlò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stripped midrib of raphia palm, used as utum\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọfù\": [\n        {\n            \"word\": \"ọfù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dream; vision\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọfùlìfù\": [\n        {\n            \"word\": \"ọfùlìfù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"\\\"up-wine\\\" from crown of nkwụ\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọfụlū\": [\n        {\n            \"word\": \"ọfụlū\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see ọfụū\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-me òfụma\": [\n        {\n            \"word\": \"-me òfụma\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"do well\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Mèe yā òfụma\",\n                    \"english\": \"Do it well\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"òfụma\"\n            ]\n        }\n    ],\n    \"akwụkwọ ọfụlū\": [\n        {\n            \"word\": \"akwụkwọ ọfụlū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"new book\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ọfụū\"\n            ],\n            \"stems\": [\n                \"ọfụū\"\n            ]\n        }\n    ],\n    \"onye ọfụū\": [\n        {\n            \"word\": \"onye ọfụū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"newcomer\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọfụū\"\n            ]\n        }\n    ],\n    \"ùwà ọfụū\": [\n        {\n            \"word\": \"ùwà ọfụū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"modern world; nowadays\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Proverb: Òkụkò ọfụū amārọ ànì ò wèlụ òfu ụkwū èje\",\n                    \"english\": \"Lit. A new fowl moves about on one leg (meaning, a new person in a place usually behaves with extra caution)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ọfụū\",\n                \"ùwà\"\n            ]\n        }\n    ],\n    \"ọfụū\": [\n        {\n            \"word\": \"ọfụū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"newness\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àfe à dì ọfụū/ọfụlū\",\n                    \"english\": \"This shirt is new\"\n                },\n                {\n                    \"igbo\": \"Ọfụū ya pùtàlù ìfè\",\n                    \"english\": \"Its newness is apparent\"\n                }\n            ],\n            \"variations\": [\n                \"ọfụlū\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"òga\": [\n        {\n            \"word\": \"òga\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"master; used in addressing someone whose name is unknown (Yoruba)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ògàalụ\": [\n        {\n            \"word\": \"ògàalụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a creeping plant whose yellow juice is used to decorate the body\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ògàcha\": [\n        {\n            \"word\": \"ògàcha\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(slang) beautiful, glamorous person, usually a woman; prostitute\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ògàlànyà\": [\n        {\n            \"word\": \"ògàlànyà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"one rich in money, goods or children\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ògàzị mwù\": [\n        {\n            \"word\": \"ògàzị mwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"African pike (Hepsetus odoe) ( = ògba)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ògàzì\"\n            ]\n        }\n    ],\n    \"ògàzì\": [\n        {\n            \"word\": \"ògàzì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"guineafowl\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọgè\": [\n        {\n            \"word\": \"ọgè\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see ogè, ògèdè\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ògèdè\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ọgịlịga\": [\n        {\n            \"word\": \"ọgịlịga\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"rib\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ògịnì\": [\n        {\n            \"word\": \"ògịnì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"brown striped rat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-ma ògòdò\": [\n        {\n            \"word\": \"-ma ògòdò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wear, tie wrapper; be dressed in wrapper\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ògòdò\"\n            ]\n        }\n    ],\n    \"-wà ògòdò\": [\n        {\n            \"word\": \"-wà ògòdò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wear loin-cloth\",\n                \"(fig.) be of age, adolescent; reach puberty\",\n                \"(= -wà akwà)\",\n                \"put on loincloth\",\n                \"put on loincloth ceremonially. In olden days, this ceremony marked the time when a boy stopped appearing nude. From thenceforth he had the privileges and obligations of a man\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Èke awàgo ògòdò\",\n                    \"englsih\": \"Eke has become an adult\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ògòdò\",\n                \"-wà\"\n            ]\n        }\n    ],\n    \"ògòdò\": [\n        {\n            \"word\": \"ògòdò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"loin-cloth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ògòlò\": [\n        {\n            \"word\": \"ògòlò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(= ngwò) raphia palm-wine; raphia palm (Raphia hookeri Mann and Wendl.) (compare Yoruba ògòrò)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọgòm ajiī\": [\n        {\n            \"word\": \"ọgòm ajiī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fish (Phago loricatus)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọgụ arò\": [\n        {\n            \"word\": \"ọgụ arò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"20 years\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nnwa m àgbàgo ọgụ arò\",\n                    \"english\": \"My child is already 20 years old\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ọgụ\"\n            ]\n        }\n    ],\n    \"ọgụ īse\": [\n        {\n            \"word\": \"ọgụ īse\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"one hundred; five score\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọgụ arò ìse gālụ aga\",\n                    \"english\": \"100 years ago\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ọgụ\"\n            ]\n        }\n    ],\n    \"ọgụ\": [\n        {\n            \"word\": \"ọgụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"20 (especially in multiples); score\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụsụ ọgù\": [\n        {\n            \"word\": \"ụsụ ọgù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fruit-bat\",\n                \"fruit bat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọgù\",\n                \"ụsụ\"\n            ]\n        }\n    ],\n    \"ọgù\": [\n        {\n            \"word\": \"ọgù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hoe\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ògụ ìsà\": [\n        {\n            \"word\": \"ògụ ìsà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"chatterbox (especially women and children)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ògụ\"\n            ]\n        }\n    ],\n    \"ògụ\": [\n        {\n            \"word\": \"ògụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(-gụ 1. count) used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ògù ikpe ōmụma\": [\n        {\n            \"word\": \"ògù ikpe ōmụma\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"an unjust fight\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ògù\"\n            ]\n        }\n    ],\n    \"ògù ụnò\": [\n        {\n            \"word\": \"ògù ụnò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fighting between people of same town or village\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ògù\"\n            ]\n        }\n    ],\n    \"-nụsò ògù\": [\n        {\n            \"word\": \"-nụsò ògù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fight, war against\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Agà m ànụsō yā ògù\",\n                    \"english\": \"I shall fight against him\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ògù\"\n            ]\n        }\n    ],\n    \"ògù\": [\n        {\n            \"word\": \"ògù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fight; fighting; war\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"(ògùgò) -gbu\": [\n        {\n            \"word\": \"(ògùgò) -gbu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be happy\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ògùgò nà-ègbu m\",\n                    \"english\": \"I am happy (because of a specific thing)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ògùgò\"\n            ]\n        }\n    ],\n    \"ògùgò\": [\n        {\n            \"word\": \"ògùgò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"joy; gladness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ògụgùa\": [\n        {\n            \"word\": \"ògụgùa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"comforter, consoler\",\n                \"male name (-gù-gù comfort)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọgbà ụnò enū\": [\n        {\n            \"word\": \"ọgbà ụnò enū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(= step) staircase; ladder to upper room\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọgbà\"\n            ]\n        }\n    ],\n    \"ògba\": [\n        {\n            \"word\": \"ògba\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"African pike (Hepsetus odoe) (= ògàzị mwù)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ògbà agū\": [\n        {\n            \"word\": \"ògbà agū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"secret night society (using agụ ọgbà); leopard society\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ògbà\"\n            ]\n        }\n    ],\n    \"ògbà\": [\n        {\n            \"word\": \"ògbà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"row; line (mwù)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ògbàdụ\": [\n        {\n            \"word\": \"ògbàdụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"maize (Zea mays Linn.) (= ọkà)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọgbàlà\": [\n        {\n            \"word\": \"ọgbàlà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"punting pole\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ògbànchi\": [\n        {\n            \"word\": \"ògbànchi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"decorated iron or brass staff or spear of a chief\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọgbe etc\": [\n        {\n            \"word\": \"ọgbe etc\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see ogbe, etc.\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọgbìlìgbà\": [\n        {\n            \"word\": \"ọgbìlìgbà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"chain\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ndị orī bīalụ n’ebe à n’anyàsì jì ọgbìlìgbà kùdo onye nche n’osisi\",\n                    \"english\": \"The thieves who came here last night used a chain to chain the watchman to the tree\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"n’ògbọ\": [\n        {\n            \"word\": \"n’ògbọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"together; in common\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ògbọ\"\n            ]\n        }\n    ],\n    \"otu ōgbọ\": [\n        {\n            \"word\": \"otu ōgbọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"age-set association\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ògbọ\"\n            ]\n        }\n    ],\n    \"ògbọ\": [\n        {\n            \"word\": \"ògbọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"age-set\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọgbòdògbò\": [\n        {\n            \"word\": \"ọgbòdògbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"thigh\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ògbònò\": [\n        {\n            \"word\": \"ògbònò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"seed of tree ugilī (Irvingia gabonensis (Aubry-Lecomte ex O'Rorke) Baill.); the pulpy yellowish fruit resembles a small mango. The seeds are widely used in making soup\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"àgbònò\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ọgbụ\": [\n        {\n            \"word\": \"ọgbụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"rope, tether for animals\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ọbụ\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ògbụ\": [\n        {\n            \"word\": \"ògbụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"type of fig tree planted in the compound and used for feeding livestock (Ficus eriobotryoides Kunth. and Bouche) and in many cases for shade. It represents Ànì and is planted at her shrines. The sap is pure white and can serve as rubber\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"òbụ\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ọgbūgba\": [\n        {\n            \"word\": \"ọgbūgba\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"gourd prepared for fetching water\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọghà\": [\n        {\n            \"word\": \"ọghà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"abomination; forbidden thing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọghēle\": [\n        {\n            \"word\": \"ọghēle\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see oghēle\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọghìlìghò\": [\n        {\n            \"word\": \"ọghìlìghò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cluster of empty palmnuts\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ògwa\": [\n        {\n            \"word\": \"ògwa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"verandah; porch; covered gateway; reception room\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọgwè\": [\n        {\n            \"word\": \"ọgwè\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see ogwè\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ògwọ òyà\": [\n        {\n            \"word\": \"ògwọ òyà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"doctor (literally curer of diseases)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ògwọ\"\n            ]\n        }\n    ],\n    \"ògwọ\": [\n        {\n            \"word\": \"ògwọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọgwù ịbà\": [\n        {\n            \"word\": \"ọgwù ịbà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a medicine for fever\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọgwù\"\n            ]\n        }\n    ],\n    \"ọgwǔ jī\": [\n        {\n            \"word\": \"ọgwǔ jī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"yam medicine, obtained from Nri by surrounding peoples\",\n                \"pesticide; fertilizer\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọgwù\"\n            ]\n        }\n    ],\n    \"ọgwū ūde\": [\n        {\n            \"word\": \"ọgwū ūde\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kind of native medicine prepared and stored in a bottle with palm-kernel oil, used for curing convulsions, poisoning\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọgwù\"\n            ]\n        }\n    ],\n    \"-gwọ ọgwù\": [\n        {\n            \"word\": \"-gwọ ọgwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"prepare medicine\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọgwù\"\n            ]\n        }\n    ],\n    \"-kọ ọgwù\": [\n        {\n            \"word\": \"-kọ ọgwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"practice sorcery against\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọgwù\"\n            ]\n        }\n    ],\n    \"-rụ ọgwù\": [\n        {\n            \"word\": \"-rụ ọgwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"neutralise effect of poison\",\n                \"To prove that food or drink presented by the host to his guests have not been poisoned, the host usually tastes every eatable thing presented before his guests. This is called ịrū (nni) ọgwù\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọgwù\"\n            ]\n        }\n    ],\n    \"ụnò ọgwù\": [\n        {\n            \"word\": \"ụnò ọgwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hospital; dispensary; nursing home\",\n                \"hospital (of all types, i.e. including dispensary, etc.)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ànyị nà-èje ụnò ọgwù inēta nwa nnē ānyị àrụ nà-esògbu\",\n                    \"english\": \"We are going to the hospital to visit our sister who is ill\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ọgwù\",\n                \"ụnò\"\n            ]\n        }\n    ],\n    \"ọgwù\": [\n        {\n            \"word\": \"ọgwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"root\",\n                \"medicine; poison; charm; \\\"juju\\\"; sorcery\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òjà\": [\n        {\n            \"word\": \"òjà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wooden whistle; flutes played in sets; (arch.) spheroidal ocarina made from bush-orange (Oncoba spinosa) shell used to send message in war\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọjị ùgò\": [\n        {\n            \"word\": \"ọjị ùgò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"white kola\",\n                \"yellow kola, valued above the common brownish type\",\n                \"beautiful fair-skinned girl (Proverb) kite perches and the eagle perches, whoever says to the other that it should not perch, may it break its wing. (compare live and let live) (short form) Egbe bèlụ ùgò bèlụ\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Egbe bèlụ ùgò bèlụ ǹke sịlị ibè ya ebènà ǹkù kwaa yā\",\n                    \"english\": \"If the kite perches and the eagle perches, whoever says to the other that it should not perch, may it break its wing. (cf. live and let live) (short form) Egbe bèlụ ùgò bèlụ\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ọjị\",\n                \"ùgò\"\n            ]\n        }\n    ],\n    \"isi ọjī\": [\n        {\n            \"word\": \"isi ọjī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"germinal sprout of kola\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọjị\"\n            ]\n        }\n    ],\n    \"ose ọjī\": [\n        {\n            \"word\": \"ose ọjī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"alligator pepper (literally kola pepper, because usually chewed with kola)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọjị\"\n            ]\n        }\n    ],\n    \"-ta ọjị\": [\n        {\n            \"word\": \"-ta ọjị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"chew kolanut\",\n                \"eat kolanut\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Ǹkịtā adā àta ọjī\",\n                    \"english\": \"Dogs never eat kolanuts\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ọjị\",\n                \"-ta\"\n            ]\n        }\n    ],\n    \"-wa ọjị\": [\n        {\n            \"word\": \"-wa ọjị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"break kola\",\n                \"bribe; tip\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọjị\",\n                \"-wa\"\n            ]\n        }\n    ],\n    \"ọjị\": [\n        {\n            \"word\": \"ọjị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kolanut, the giving and receiving of which symbolizes ritual relations of homage and hospitality; anything presented with, or instead of, kola\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ọjī\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"àbalà ọjì\": [\n        {\n            \"word\": \"àbalà ọjì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fruit of iroko (used for feeding goats, sheep, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọjì\"\n            ]\n        }\n    ],\n    \"àzụ ọjì\": [\n        {\n            \"word\": \"àzụ ọjì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"carved iroko panel in door or wall\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọjì\"\n            ]\n        }\n    ],\n    \"-tùtù ọjì\": [\n        {\n            \"word\": \"-tùtù ọjì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pick iroko leaves (for feeding livestock, e.g. goats, sheep, etc.)\",\n                \"male name\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọjì\"\n            ]\n        }\n    ],\n    \"ọjì\": [\n        {\n            \"word\": \"ọjì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"iroko tree, Milicia excelsa (Welw.) Benth.\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òjògòlò\": [\n        {\n            \"word\": \"òjògòlò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"casting-net\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọnòdù ọjọō\": [\n        {\n            \"word\": \"ọnòdù ọjọō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bad condition, position, state\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọjọō\",\n                \"ọnòdù\"\n            ]\n        }\n    ],\n    \"ùdị ọjọō\": [\n        {\n            \"word\": \"ùdị ọjọō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bad kind, form, being nature\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọjọō\",\n                \"ùdị\"\n            ]\n        }\n    ],\n    \"ùwà ọjọō ǹkaà\": [\n        {\n            \"word\": \"ùwà ọjọō ǹkaà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"this sinful world\",\n                \"this sinful world to come\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ànyị gà-ènwe ndù ebè èbè n’ùwa ōzọ\",\n                    \"english\": \"We shall have everlasting life in the world to come\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ọjọō\",\n                \"ùwà\"\n            ]\n        }\n    ],\n    \"ọjọō\": [\n        {\n            \"word\": \"ọjọō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bad, evil\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Ọka\": [\n        {\n            \"word\": \"Ọka\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Awka\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọkà ìŋarị\": [\n        {\n            \"word\": \"ọkà ìŋarị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"millet\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ìŋàrịì\"\n            ],\n            \"stems\": [\n                \"ọkà\"\n            ]\n        }\n    ],\n    \"-kpọ ọkà\": [\n        {\n            \"word\": \"-kpọ ọkà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"remove the grains from the ear of maize\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọkà\"\n            ]\n        }\n    ],\n    \"ọkà\": [\n        {\n            \"word\": \"ọkà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"corn; maize (Zea mays Linn.) (= ògbàdụ)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òka elùlò\": [\n        {\n            \"word\": \"òka elùlò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"counsellor; thinker; adviser\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"òka ìlòlò\"\n            ],\n            \"stems\": [\n                \"òka\"\n            ]\n        }\n    ],\n    \"òka\": [\n        {\n            \"word\": \"òka\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkà àka\": [\n        {\n            \"word\": \"òkà àka\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the mightiest; greatest\",\n                \"male name\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkà\"\n            ]\n        }\n    ],\n    \"òkà ekwukwū\": [\n        {\n            \"word\": \"òkà ekwukwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"chatterbox\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkà\"\n            ]\n        }\n    ],\n    \"òkà malaàjụ\": [\n        {\n            \"word\": \"òkà malaàjụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"person who is fond of asking questions, inquisitive person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkà\"\n            ]\n        }\n    ],\n    \"òkà ụtā\": [\n        {\n            \"word\": \"òkà ụtā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"archer\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkà\",\n                \"ụta\"\n            ]\n        }\n    ],\n    \"òkà\": [\n        {\n            \"word\": \"òkà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mightiest; greatest; expert; specialist; used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òkàlà arò\": [\n        {\n            \"word\": \"òkàlà arò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mid-year\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkàlà\"\n            ]\n        }\n    ],\n    \"òkàlà naàbò\": [\n        {\n            \"word\": \"òkàlà naàbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"two halves\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Kèe yā òkàlà naàbò\",\n                    \"english\": \"Divide it into two equal parts\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"òkàlà\"\n            ]\n        }\n    ],\n    \"òkàlà ọnwā\": [\n        {\n            \"word\": \"òkàlà ọnwā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"half-month\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkàlà\",\n                \"ọnwa\"\n            ]\n        }\n    ],\n    \"ọtụlụ òkàlà\": [\n        {\n            \"word\": \"ọtụlụ òkàlà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"paralysis of one half of the body; hemiplegia and paraplegia\",\n                \"short cloth tied as sign of reaching puberty\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkàlà\",\n                \"ọtụlụ\"\n            ]\n        }\n    ],\n    \"òkàlà\": [\n        {\n            \"word\": \"òkàlà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"half; part; portion\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ìgba òkàǹgà\": [\n        {\n            \"word\": \"ìgba òkàǹgà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"drum of the Igwē of Àgùleèrì\",\n                \"masquerade\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkàǹgà\"\n            ]\n        }\n    ],\n    \"òkàǹgà\": [\n        {\n            \"word\": \"òkàǹgà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"type of music; set of three ceremonial drums, used with òjà during the Òfalà feast\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"òkàǹga\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"òkazì\": [\n        {\n            \"word\": \"òkazì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"plant used in soup (Gnetum spp.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọkè\": [\n        {\n            \"word\": \"ọkè\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see okè, òkè\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"òkè\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ọkìkà\": [\n        {\n            \"word\": \"ọkìkà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tattoo (compare nkì)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọkìlì\": [\n        {\n            \"word\": \"ọkìlì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Common Bulbul (Pycnonotus barbatus)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-ti ọkìlìkà\": [\n        {\n            \"word\": \"-ti ọkìlìkà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"chisel, sharpen teeth cosmetically (especially by Ànam people)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọkìlìkà\"\n            ]\n        }\n    ],\n    \"ọkìlìkà\": [\n        {\n            \"word\": \"ọkìlìkà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"thorny climbing plant\",\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òkìlìkà\": [\n        {\n            \"word\": \"òkìlìkà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"second-hand clothing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkịtịkpā\": [\n        {\n            \"word\": \"òkịtịkpā\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see kịtịkpā\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkịtịkpākpa\": [\n        {\n            \"word\": \"òkịtịkpākpa\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọkọ\": [\n        {\n            \"word\": \"ọkọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"crawcraw; itch; rashes (of body)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọkọchì\": [\n        {\n            \"word\": \"ọkọchì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dry season\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọkọchì nà-àbịa\",\n                    \"english\": \"The dry season is approaching\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkòlòkọlọ\": [\n        {\n            \"word\": \"òkòlòkọlọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"round shape\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkọtọ\": [\n        {\n            \"word\": \"òkọtọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"very many; very much; many\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọkòlòtò\"\n            ]\n        }\n    ],\n    \"ọkòlòtò\": [\n        {\n            \"word\": \"ọkòlòtò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"flag, banner\",\n                \"chewing-stick\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-le ọkshòm\": [\n        {\n            \"word\": \"-le ọkshòm\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sell at an auction; sell by auction\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ chòlù ilē ife yā niīne ọkshòm\",\n                    \"english\": \"She wants to sell all her belongings by auction\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ọkshòm\"\n            ]\n        }\n    ],\n    \"ọkshòm\": [\n        {\n            \"word\": \"ọkshòm\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"auction (English)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọkụ mmọọ\": [\n        {\n            \"word\": \"ọkụ mmọọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hell\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ndi njọ gà-abà n’ọkụ mmọọ\",\n                    \"english\": \"Sinners shall enter hell\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ọkụ\"\n            ]\n        }\n    ],\n    \"àrụ ọkū\": [\n        {\n            \"word\": \"àrụ ọkū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fever\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọkụ\"\n            ]\n        }\n    ],\n    \"-dị ọkụ\": [\n        {\n            \"word\": \"-dị ọkụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be hot\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ dì ọkụ\",\n                    \"english\": \"It is hot\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ọkụ\"\n            ]\n        }\n    ],\n    \"ikelike ọkū\": [\n        {\n            \"word\": \"ikelike ọkū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"spark\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọkụ\"\n            ]\n        }\n    ],\n    \"-kpọ ọkụ\": [\n        {\n            \"word\": \"-kpọ ọkụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"burn; set fire to; burn off with fire\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọkụ\"\n            ]\n        }\n    ],\n    \"-kwànị ọkụ 1.\": [\n        {\n            \"word\": \"-kwànị ọkụ 1.\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(lit;) fan fire 2. (fig.) instigate someone to do something\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọkụ\"\n            ]\n        }\n    ],\n    \"-kwànye ọkụ\": [\n        {\n            \"word\": \"-kwànye ọkụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stir up a fire; accelerate a car\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọkụ\"\n            ]\n        }\n    ],\n    \"mkpa ọkū\": [\n        {\n            \"word\": \"mkpa ọkū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"matches\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọkụ\"\n            ]\n        }\n    ],\n    \"-mùlù ọkụ\": [\n        {\n            \"word\": \"-mùlù ọkụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"light from (fire, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọkụ\"\n            ]\n        }\n    ],\n    \"nụ ọkụ n’obì\": [\n        {\n            \"word\": \"nụ ọkụ n’obì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be zealous, enthusiastic; agitate; anger; enrage\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọkụ\"\n            ]\n        }\n    ],\n    \"-nya ọkụ\": [\n        {\n            \"word\": \"-nya ọkụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"warm oneself; bask\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọkụ\"\n            ]\n        }\n    ],\n    \"òòbo ọkū\": [\n        {\n            \"word\": \"òòbo ọkū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"furnance; heap of coal, charcoal; fire\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọkụ\"\n            ]\n        }\n    ],\n    \"opoto ọkū\": [\n        {\n            \"word\": \"opoto ọkū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"burning coal; ember\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọkụ\"\n            ]\n        }\n    ],\n    \"ọnà ọkū\": [\n        {\n            \"word\": \"ọnà ọkū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"brass\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọkụ\",\n                \"ọnà\"\n            ]\n        }\n    ],\n    \"ònòkò ọkū\": [\n        {\n            \"word\": \"ònòkò ọkū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"half-burnt piece of wood\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọkụ\",\n                \"ònòkò\"\n            ]\n        }\n    ],\n    \"-rụ ọkụ\": [\n        {\n            \"word\": \"-rụ ọkụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"broil; roast; scald; burn (of live things)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọkụ\",\n                \"-rụ\"\n            ]\n        }\n    ],\n    \"-su ọkụ\": [\n        {\n            \"word\": \"-su ọkụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"burn; set alight; set on fire\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ì nà-àchọ isū ụnò ọkụ?\",\n                    \"english\": \"Do you want to set the house on fire?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ọkụ\",\n                \"-su\"\n            ]\n        }\n    ],\n    \"ọkụ ọwā\": [\n        {\n            \"word\": \"ọkụ ọwā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"torch\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọkụ\",\n                \"ọwa\"\n            ]\n        }\n    ],\n    \"ọkụ ukpē\": [\n        {\n            \"word\": \"ọkụ ukpē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"lamp\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọkụ\"\n            ]\n        }\n    ],\n    \"ọkụ\": [\n        {\n            \"word\": \"ọkụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fire; heat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọkù azù\": [\n        {\n            \"word\": \"ọkù azù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fishing\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọkù azù abūrọ ọlụ sīlị ike\",\n                    \"english\": \"Fishing is not hard work\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ọkù\"\n            ]\n        }\n    ],\n    \"ọkù\": [\n        {\n            \"word\": \"ọkù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wealth; riches; possession; inheritance (from -kù bring into use)\",\n                \"fishing (from -kù 1. hook)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òkụkù abùke\": [\n        {\n            \"word\": \"òkụkù abùke\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kind of fowl which never grows to a large size but is tough (usually used for sacrifice)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkụkò\"\n            ]\n        }\n    ],\n    \"-sèli òkụkù\": [\n        {\n            \"word\": \"-sèli òkụkù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"steal fowls (habitually, mainly for eating) (literally draw and eat)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkụkò\",\n                \"-sè\"\n            ]\n        }\n    ],\n    \"ùyòm ōkụkò\": [\n        {\n            \"word\": \"ùyòm ōkụkò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"chicks\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkụkò\",\n                \"ùyòm\"\n            ]\n        }\n    ],\n    \"ùla ōkụkò\": [\n        {\n            \"word\": \"ùla ōkụkò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fowl-house\",\n                \"hen-house\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkụkò\",\n                \"ùla\"\n            ]\n        }\n    ],\n    \"òkụkò\": [\n        {\n            \"word\": \"òkụkò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fowl\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"òkụkù\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ọkpà\": [\n        {\n            \"word\": \"ọkpà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"leg, shin (compare ụkwụ)\",\n                \"shuttle\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òkpa\": [\n        {\n            \"word\": \"òkpa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stake; stick\",\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òkpà\": [\n        {\n            \"word\": \"òkpà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cock; also di òkpà, oke òkpà\",\n                \"kind of nut; groundnut (Arachis hypogaea Linn.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ọkpala\": [\n        {\n            \"word\": \"ọkpala\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"first-born son (also di ọkpala)\",\n                \"male head of a (sub)lineage, regarded as intermediary between his lineage and the ancestors, who performs priestly duties such as sacrificing to Ànì and whose symbol of authority is òfọ (Uchendu 1965 40-41)\",\n                \"(in Christian usage) the Son, Jesus Christ\",\n                \"male name\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Abù m ọkpala nnà m\",\n                    \"english\": \"I am the first-born son of my father\"\n                },\n                {\n                    \"igbo\": \"Òtùto dìlì Nnà nà Ọkpala nà Mọọ Nsō\",\n                    \"english\": \"Glory be to the Father and to the Son and to the Holy Ghost\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkpàǹga\": [\n        {\n            \"word\": \"òkpàǹga\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mourning dance for a man\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọkpètè\": [\n        {\n            \"word\": \"ọkpètè\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see okpètè\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọkpìjò\": [\n        {\n            \"word\": \"ọkpìjò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"puffer-fish with very poisonous gall (Tetraodon fahaka)\",\n                \"great and dreaded masquerade\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ọkpì\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"òkpo āba\": [\n        {\n            \"word\": \"òkpo āba\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Synodontis membranaceus\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkpọ\"\n            ]\n        }\n    ],\n    \"òkpọ èbùnù = òkpọ isi nkịtā\": [\n        {\n            \"word\": \"òkpọ èbùnù = òkpọ isi nkịtā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"S. batensoda\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkpọ\"\n            ]\n        }\n    ],\n    \"òkpọ mmānụ\": [\n        {\n            \"word\": \"òkpọ mmānụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"S. clarias, S. sorex, S. eupterus, S. ocellifer, S. gobroni, S. nigrita\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkpọ\"\n            ]\n        }\n    ],\n    \"òkpọ ọcha\": [\n        {\n            \"word\": \"òkpọ ọcha\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Clarotes laticeps and Chrysichthys nigrodigitatus\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkpọ\"\n            ]\n        }\n    ],\n    \"òkpọ ọfū\": [\n        {\n            \"word\": \"òkpọ ọfū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Bagrus bayad (= ugọnọm)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkpọ\"\n            ]\n        }\n    ],\n    \"-su òkpọ\": [\n        {\n            \"word\": \"-su òkpọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"box; strike with fist\",\n                \"touch lightly (e.g. with mouth, tip of tail, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkpọ\",\n                \"-su\"\n            ]\n        }\n    ],\n    \"-ti òkpọ\": [\n        {\n            \"word\": \"-ti òkpọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"box; strike with fist\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Tìe yā òkpọ\",\n                    \"english\": \"Give him a blow with your fist\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"òkpọ\",\n                \"-ti\"\n            ]\n        }\n    ],\n    \"òkpọ\": [\n        {\n            \"word\": \"òkpọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"general name for fish in the Bagridae, Aridae and Mochokidae families\",\n                \"fist; blow with fist; boxing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òkpòkọ\": [\n        {\n            \"word\": \"òkpòkọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pipe (for smoking) (word used mostly by old people) (compare òkụ ūtabà)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọkpọkōlọ\": [\n        {\n            \"word\": \"ọkpọkōlọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dryness\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àna à dì ọkpọkōlọ\",\n                    \"english\": \"this land is dry\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọkpọkọrọ\": [\n        {\n            \"word\": \"ọkpọkọrọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"old and broken thing; worn-out thing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkpọlè\": [\n        {\n            \"word\": \"òkpọlè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"frame with wooden wheels used to teach child to walk\",\n                \"bicycle (old term)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"isi ọkpọō\": [\n        {\n            \"word\": \"isi ọkpọō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bare head\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O bù ibu n’isi ọkpọō\",\n                    \"english\": \"He is carrying a load on his bare head\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ọkpọō\"\n            ]\n        }\n    ],\n    \"ọkpọō\": [\n        {\n            \"word\": \"ọkpọō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dryness (compare ọkpọkōlọ)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Fa nà-ègbulī ànà ọkpọō\",\n                    \"english\": \"They are tilling a dry piece of land\"\n                },\n                {\n                    \"igbo\": \"Àna à dị ọkpọō\",\n                    \"english\": \"This land is dry\"\n                },\n                {\n                    \"igbo\": \"Proverb: Onye isi ikō nwụa, è nìe yā n’ànì ọkpọō\",\n                    \"english\": \"When a stubborn person dies he will be buried in dry ground\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkpọrọ\": [\n        {\n            \"word\": \"òkpọrọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"for nothing; in vain (compare nà ǹkịtị)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ì lò nà mụ nà-àta afụfụ n’ebe à òkpọrọ?\",\n                    \"english\": \"Do you think I am suffering here for nothing?\"\n                }\n            ],\n            \"variations\": [\n                \"ùkpọrọ\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ọkpòsì\": [\n        {\n            \"word\": \"ọkpòsì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"staff; walkingstick (compare mkpà n’aka, mkpọ)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọkpụ tòlụ ọkpū\": [\n        {\n            \"word\": \"ọkpụ tòlụ ọkpū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"for ever and ever\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọkpụ\"\n            ]\n        }\n    ],\n    \"ụmù ọkpū\": [\n        {\n            \"word\": \"ụmù ọkpū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"married daughters\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọkpụ\",\n                \"ụmù\"\n            ]\n        }\n    ],\n    \"ọkpụ\": [\n        {\n            \"word\": \"ọkpụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"long; lasting; for ever; long-continued; long-standing\",\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òkpụ\": [\n        {\n            \"word\": \"òkpụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(-kpụ 3. shave) used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkpù n’ekwè\": [\n        {\n            \"word\": \"òkpù n’ekwè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"back of head; occiput (compare akpù)\",\n                \"fault; blemish; goal or point scored against one in game\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkpù\"\n            ]\n        }\n    ],\n    \"òkpù n’okwò\": [\n        {\n            \"word\": \"òkpù n’okwò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"back of head; occiput (compare akpù)\",\n                \"fault; blemish; goal or point scored against one in game\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òkpù\"\n            ]\n        }\n    ],\n    \"òkpù\": [\n        {\n            \"word\": \"òkpù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"piles (on human anus); callosity (on buttocks of baboons, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkpùkpò\": [\n        {\n            \"word\": \"òkpùkpò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bed of raised earth (= ìkpò)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọkpụkpụ āzụ\": [\n        {\n            \"word\": \"ọkpụkpụ āzụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"backbone\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọkpụkpụ\"\n            ]\n        }\n    ],\n    \"ọkpụkpụ nkịtā\": [\n        {\n            \"word\": \"ọkpụkpụ nkịtā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tree species (Cnestis ferruginea DC)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọkpụkpụ\"\n            ]\n        }\n    ],\n    \"ùmì ọkpụkpụ\": [\n        {\n            \"word\": \"ùmì ọkpụkpụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"marrow (of bone)\",\n                \"marrow of bone\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọkpụkpụ\",\n                \"ùmì\"\n            ]\n        }\n    ],\n    \"ọkpụkpụ\": [\n        {\n            \"word\": \"ọkpụkpụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bone; ivory wristlet\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkpụkpụ\": [\n        {\n            \"word\": \"òkpụkpụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"round-shaped mass (of mud); cassava balls (from -kpụ 2. mould)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọkpùlùkpù\": [\n        {\n            \"word\": \"ọkpùlùkpù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"piece; lump (e.g. of meat)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-zọ ọkwa\": [\n        {\n            \"word\": \"-zọ ọkwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"contest for a post\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọkwa\",\n                \"-zọ\"\n            ]\n        }\n    ],\n    \"ọkwa\": [\n        {\n            \"word\": \"ọkwa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wooden bowl, tray; wooden platter for cutting up meat\",\n                \"state; condition; post; position\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ọkwà\": [\n        {\n            \"word\": \"ọkwà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"announcement; notice; advance information\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òkwà\": [\n        {\n            \"word\": \"òkwà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(-kwà 4. blow (pipe), sing)\",\n                \"francolin; bushfowl\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òkwù\": [\n        {\n            \"word\": \"òkwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"friend (good or bad sense)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọkwụ(chi)\": [\n        {\n            \"word\": \"ọkwụ(chi)\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see okwu(chi)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọkwùlù oyìbo\": [\n        {\n            \"word\": \"ọkwùlù oyìbo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pawpaw; papaya\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọkwùlù\"\n            ]\n        }\n    ],\n    \"ọkwùlù\": [\n        {\n            \"word\": \"ọkwùlù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"okra; okro (Abelmoschus esculentus Linn.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọlà\": [\n        {\n            \"word\": \"ọlà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"staleness, as of food left overnight\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òla\": [\n        {\n            \"word\": \"òla\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"slap on the face\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ùla\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"òlaka mmanya\": [\n        {\n            \"word\": \"òlaka mmanya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"drunkard\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òlaka\"\n            ]\n        }\n    ],\n    \"òlaka\": [\n        {\n            \"word\": \"òlaka\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òla ǹjùnà\": [\n        {\n            \"word\": \"òla ǹjùnà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"herb, Aspilia africana (Pers. C.D. Adams), used to treat slight bruises or injuries\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-pùkwu òlịlī\": [\n        {\n            \"word\": \"-pùkwu òlịlī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go out for a stroll in direction of friend(s); go out and visit; call upon\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òlịlịī\",\n                \"-pù\"\n            ]\n        }\n    ],\n    \"-pù òlịlī\": [\n        {\n            \"word\": \"-pù òlịlī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go out for a stroll; go out to another house to stay and play with friends there (usually of children)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òlịlịī\",\n                \"-pù\"\n            ]\n        }\n    ],\n    \"òlịlịī\": [\n        {\n            \"word\": \"òlịlịī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stroll\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"òlịlī\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ụkwụ ọlọgbà\": [\n        {\n            \"word\": \"ụkwụ ọlọgbà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"crooked, knock-kneed legs; \\\"K-legs\\\"\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọlọgbà\"\n            ]\n        }\n    ],\n    \"ọlọgbà\": [\n        {\n            \"word\": \"ọlọgbà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-repù n’ọlụ\": [\n        {\n            \"word\": \"-repù n’ọlụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"leave, abandon work stealthily or unnoticed, unannounced\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọlụ\"\n            ]\n        }\n    ],\n    \"ụgwọ ọlū\": [\n        {\n            \"word\": \"ụgwọ ọlū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wages; salary; payment for work done\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọlụ\",\n                \"ụgwō\"\n            ]\n        }\n    ],\n    \"ụnò ọlū\": [\n        {\n            \"word\": \"ụnò ọlū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"office; department; workshop\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nwaàmàlùbịa èjebego ụnò ọlū\",\n                    \"english\": \"Nwaamalụbịa has gone to the office, workshop\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ọlụ\",\n                \"ụnò\"\n            ]\n        }\n    ],\n    \"òlùkpù\": [\n        {\n            \"word\": \"òlùkpù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"blackened teeth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òlùkpùlù\": [\n        {\n            \"word\": \"òlùkpùlù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"septic mouth (common in neglected children); cancrum oris\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọlụsị\": [\n        {\n            \"word\": \"ọlụsị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"deformity; crippled or maimed state\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àdâ nwèlù ọlụsị\",\n                    \"english\": \"Ada is deformed\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọm!\": [\n        {\n            \"word\": \"ọm!\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"salutation of respect to an old man (especially a pagan)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọmalịcha\": [\n        {\n            \"word\": \"ọmalịcha\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"beautiful; fine; admirable; pleasing; nice\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nnā āyī zùtààlù m òfu ọmalịcha àkpà n’Ònìchà\",\n                    \"english\": \"Our father bought for me a beautiful bag from Onitsha\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ọma\"\n            ]\n        }\n    ],\n    \"ọnòdù ọma\": [\n        {\n            \"word\": \"ọnòdù ọma\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"good condition\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọma\",\n                \"ọnòdù\"\n            ]\n        }\n    ],\n    \"ụkwụ ọma\": [\n        {\n            \"word\": \"ụkwụ ọma\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"arriving and meeting with luck; encountering luck at arrival (e.g. meeting a friend at table on arrival at his house)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọma\",\n                \"ụkwụ\"\n            ]\n        }\n    ],\n    \"ùtụtù ọma\": [\n        {\n            \"word\": \"ùtụtù ọma\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fine morning\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọma\",\n                \"ùtụtù\"\n            ]\n        }\n    ],\n    \"ọma\": [\n        {\n            \"word\": \"ọma\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"good; fine; pleasing; nice; beautiful\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọmà\": [\n        {\n            \"word\": \"ọmà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"embrace\",\n                \"deity worshipped by all members of a community together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òmà\": [\n        {\n            \"word\": \"òmà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tree used to make drums (Cordia millenii Bak.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òmị\": [\n        {\n            \"word\": \"òmị\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see ùmị\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọmìikō\": [\n        {\n            \"word\": \"ọmìikō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"lowliness; sweetness; mercy; pity; compassion\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nnā ānyî nwèlù ọmìikō\",\n                    \"english\": \"Father is merciful\"\n                },\n                {\n                    \"igbo\": \"Bikō mèelụ m ọmìikō\",\n                    \"english\": \"Please have compassion on me\"\n                }\n            ],\n            \"variations\": [\n                \"òmịkō\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"òmòdì\": [\n        {\n            \"word\": \"òmòdì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"title; respectful form of address to men in general\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọmụ\": [\n        {\n            \"word\": \"ọmụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọmū\": [\n        {\n            \"word\": \"ọmū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cave in rock\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gba òmụ\": [\n        {\n            \"word\": \"-gba òmụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tie young palm-fronds round an object, e.g. tree (for taboo purposes)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òmụ\"\n            ]\n        }\n    ],\n    \"òmụ\": [\n        {\n            \"word\": \"òmụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"young palm-fronds; central spike of young raphia or oil palm (See Anyanwu, C.N. 'The uses of the ọmụ in Igbo culture'. Odenigbo 2.42-6, 1977)\",\n                \"gunflint\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"Òmụ\": [\n        {\n            \"word\": \"Òmụ\",\n            \"wordClass\": \"NNP\",\n            \"definitions\": [\n                \"title for chief woman of a place\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òmù\": [\n        {\n            \"word\": \"òmù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"current (of a river)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"òmùmù\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"òmùlùnwa\": [\n        {\n            \"word\": \"òmùlùnwa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"interest\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Jèe kwùa òmùlùnwa n’isi egō\",\n                    \"english\": \"Go and pay the interest on the principal\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùme òmùmù\": [\n        {\n            \"word\": \"ùme òmùmù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"frequent loss of new-born children\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òmùmù\"\n            ]\n        }\n    ],\n    \"ọnà ọcha nà ọnā èdò\": [\n        {\n            \"word\": \"ọnà ọcha nà ọnā èdò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"silver and gold\",\n                \"(fig.) beautiful luxuries\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnà\"\n            ]\n        }\n    ],\n    \"ọnà\": [\n        {\n            \"word\": \"ọnà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"brass; copper; any bright metal\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ònà\": [\n        {\n            \"word\": \"ònà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"yam with large trifoliate leaves (Dioscorea dumetorum (Kunth) Pax. = Yoruba èsịrị)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ànị Ònìchà\": [\n        {\n            \"word\": \"ànị Ònìchà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"secret place worshipped by Ọnịcha people\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"Ònìchà\"\n            ]\n        }\n    ],\n    \"otu Ònìchà\": [\n        {\n            \"word\": \"otu Ònìchà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Onitsha town\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"Ònìchà\"\n            ]\n        }\n    ],\n    \"Ònìchà\": [\n        {\n            \"word\": \"Ònìchà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Onitsha\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ajō ònòdù\": [\n        {\n            \"word\": \"ajō ònòdù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"position of danger or inconvenience to a person or thing occupied by another. The person occupying the position is himself not necessarily in danger but his being so close to the other is a threat to security or convenience of the aggrived person he is so close to\",\n                \"careless, indecent, or immodest way of sitting (usually of women)\",\n                \"bad conditions, state (poverty, etc.), of person who has not been in that position before\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ị nò m ajō ònòdù\",\n                    \"english\": \"Your staying so close to me inconveniences me, or is a threat to my security\"\n                },\n                {\n                    \"igbo\": \"Ụmū Mbà nwaànyì àna-anòka ajọ ọnòdù n’ikpo mmadù\",\n                    \"english\": \"Mba's daughters are very fond of sitting carelessly, immodestly, in the midst of people\"\n                },\n                {\n                    \"igbo\": \"A nò m n’ajō ònòdù\",\n                    \"english\": \"I am in a precarious position\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnòdù\"\n            ]\n        }\n    ],\n    \"ajọ ònòdù\": [\n        {\n            \"word\": \"ajọ ònòdù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"position of danger or inconvenience to a person or thing occupied by another. The person occupying the position is himself not necessarily in danger but his being so close to the other is a threat to security or convenience of the aggrived person he is so close to\",\n                \"careless, indecent, or immodest way of sitting (usually of women)\",\n                \"bad conditions, state (poverty, etc.), of person who has not been in that position before\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ị nò m ajō ònòdù\",\n                    \"english\": \"Your staying so close to me inconveniences me, or is a threat to my security\"\n                },\n                {\n                    \"igbo\": \"Ụmū Mbà nwaànyì àna-anòka ajọ ọnòdù n’ikpo mmadù\",\n                    \"english\": \"Mba's daughters are very fond of sitting carelessly, immodestly, in the midst of people\"\n                },\n                {\n                    \"igbo\": \"A nò m n’ajō ònòdù\",\n                    \"english\": \"I am in a precarious position\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnòdù\"\n            ]\n        }\n    ],\n    \"n’ọnòdù\": [\n        {\n            \"word\": \"n’ọnòdù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"instead of; in place of; in the position of\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnòdù\"\n            ]\n        }\n    ],\n    \"-zọ ọnòdù\": [\n        {\n            \"word\": \"-zọ ọnòdù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"contest for a seat, position, post\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnòdù\",\n                \"-zọ\"\n            ]\n        }\n    ],\n    \"ọnòdù\": [\n        {\n            \"word\": \"ọnòdù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"seat; sitting; condition; state\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ònòkò\": [\n        {\n            \"word\": \"ònòkò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"torch; firebrand; ember; half-burnt piece of wood\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọnọnọ\": [\n        {\n            \"word\": \"ọnọnọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fish (Gymnarchus niloticus) (= asa)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọnònọō\": [\n        {\n            \"word\": \"ọnònọō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tree with edible brown fruits, used to sweeten wine\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọnụ mīli\": [\n        {\n            \"word\": \"ọnụ mīli\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"spittle; saliva (compare asọ)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"ọnụ ǹdè\": [\n        {\n            \"word\": \"ọnụ ǹdè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"having a sweet tooth\",\n                \"(= idè ọnū) impossible request, sometimes used as a pretext for breaking off a relationship trying something on\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òkeēke anā-àchọrọ ọnụ ǹdè\",\n                    \"english\": \"Okeeke doesn’t like people\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"ọnụ ūtọ\": [\n        {\n            \"word\": \"ọnụ ūtọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"having a sweet tooth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"ọnụ ụzò\": [\n        {\n            \"word\": \"ọnụ ụzò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"doorway; door; gate; gateway\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"ọnụ ụzō īlo\": [\n        {\n            \"word\": \"ọnụ ụzō īlo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"gate; gateway; main compound door\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"-bụ ọnụ mīli\": [\n        {\n            \"word\": \"-bụ ọnụ mīli\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"spit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"-bụsa ọnụ mīli\": [\n        {\n            \"word\": \"-bụsa ọnụ mīli\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"spit on\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Abūsana m ọnụ mīli\",\n                    \"english\": \"Do not spit on me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"-gbụ ọnụ mīli\": [\n        {\n            \"word\": \"-gbụ ọnụ mīli\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"spit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"idè ọnū\": [\n        {\n            \"word\": \"idè ọnū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"see ọnụ ǹdè\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"-jụ ọnū\": [\n        {\n            \"word\": \"-jụ ọnū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"draw someone out to gain information\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"-kpùchi ọnū\": [\n        {\n            \"word\": \"-kpùchi ọnū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hush; shut one's mouth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"-kpù n’ọnū\": [\n        {\n            \"word\": \"-kpù n’ọnū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"carry in the mouth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"ǹju ọnū\": [\n        {\n            \"word\": \"ǹju ọnū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mouthful\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"-susù ọnū\": [\n        {\n            \"word\": \"-susù ọnū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"kiss\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọjì nà-èsusù nwụnyè ya ọnū\",\n                    \"english\": \"Ọjị is kissing his wife\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\",\n                \"-su\"\n            ]\n        }\n    ],\n    \"-yàtọ ọnū\": [\n        {\n            \"word\": \"-yàtọ ọnū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"open mouth forcibly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"myàtọ ọnū\": [\n        {\n            \"word\": \"myàtọ ọnū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"opening of mouth forcibly, especially of another person or animal; (fig.) abusing someone by saying he is talking nonsense\",\n                \"hole; opening; cave; den\",\n                \"opening of mouth forcibly, especially of another person or animal (abusing the speaker)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òkê nò n’ime ọnū\",\n                    \"english\": \"The rat is in the hole, or There is a rat in the hole\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\",\n                \"-yà-tọ\"\n            ]\n        }\n    ],\n    \"-kwuchi ọnū\": [\n        {\n            \"word\": \"-kwuchi ọnū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cover, plug hole, opening\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"-tù ọnū\": [\n        {\n            \"word\": \"-tù ọnū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"boast; bluff\",\n                \"boast; \\\"bluff\\\"\",\n                \"burrow\",\n                \"wish bad luck\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òke nà-atù ọnū n’ànì ụnò\",\n                    \"english\": \"A rat is burrowing in the floor of the house\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\",\n                \"-tù\"\n            ]\n        }\n    ],\n    \"-wo ọnū\": [\n        {\n            \"word\": \"-wo ọnū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dig hole (already existing, e.g. rat-hole); excavate\",\n                \"speech (including special kinds, such as asking price or counting)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"A nà m èwo ōnụ ōke\",\n                    \"english\": \"I am probing, poking, or digging a rat- hole (with the intention of catching the rat)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\",\n                \"-wo\"\n            ]\n        }\n    ],\n    \"ọnụ ànì\": [\n        {\n            \"word\": \"ọnụ ànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"low price; cheapness\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àfè afù dì ọnụ ànì\",\n                    \"english\": \"That gown is cheap\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"ọnụ ikē\": [\n        {\n            \"word\": \"ọnụ ikē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"expensive\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"(ọnū) -kpà\": [\n        {\n            \"word\": \"(ọnū) -kpà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be speechless; be unable to speak much, or to speak at all (not pathological, but psychological and/or emotional, disability) be dumbfounded\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"ọnụ mmīli okwū\": [\n        {\n            \"word\": \"ọnụ mmīli okwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(fig.) word; sentence; very short speech\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Achòlù m itīnye sòọsò òfu ọnụ mmīli okwū\",\n                    \"english\": \"I want to add only a sentence, word, or I want to speak only very briefly\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"ọnụ nā-ekwulu\": [\n        {\n            \"word\": \"ọnụ nā-ekwulu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"advocate; spokesman\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"(òrà)\": [\n        {\n            \"word\": \"(òrà)\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ndù bù ọnụ nā-ekwulu ānyị\",\n                    \"english\": \"Ndụ is our spokesman\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"ọnụ okwū\": [\n        {\n            \"word\": \"ọnụ okwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"eloquent; eloquence\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ilô nwèlù ọnụ okwū\",\n                    \"english\": \"Ilo is eloquent\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"ọnụ ọgū\": [\n        {\n            \"word\": \"ọnụ ọgū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"number; numeral; total; sum\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Achòlù m ịmā ọnụ ọgū ụkpā dī n’ime àkpà\",\n                    \"english\": \"I want to know the number of \\\"walnuts\\\" in the bag\"\n                },\n                {\n                    \"igbo\": \"Anà m amùba ụmù akā ọnụ ọgū\",\n                    \"english\": \"I am teaching the children the numerals\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"ọnụ ọma\": [\n        {\n            \"word\": \"ọnụ ọma\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"politeness\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ikê nwèlù ọnụ ọma\",\n                    \"english\": \"Ike is polite\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"-gala ọnū\": [\n        {\n            \"word\": \"-gala ọnū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be dear\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"-kpà ọnū\": [\n        {\n            \"word\": \"-kpà ọnū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"render speechless; leave one dumbfounded\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òmùme ifelē Ilo nà-èmê kpàlù m ọnū ogē m jèlù ikènè nnà ya\",\n                    \"english\": \"Ilo's shameful behaviour when I went to greet his father left me dumbfounded\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"-kpù okwu n’ọnū\": [\n        {\n            \"word\": \"-kpù okwu n’ọnū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be still speaking; be speaking (e.g. in contribution to debate or speeches during meeting)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"-kwe ọnū\": [\n        {\n            \"word\": \"-kwe ọnū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"offer price; bargain\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"onye ọnụ okwū\": [\n        {\n            \"word\": \"onye ọnụ okwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mouthpiece\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọō ya bū onye ọnụ okwū anyị\",\n                    \"english\": \"He is our mouthpiece\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"-rù ọnū\": [\n        {\n            \"word\": \"-rù ọnū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"price; name a price for\",\n                \"chatter with cold (of teeth)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\",\n                \"-rù\"\n            ]\n        }\n    ],\n    \"-sà n’ọnū\": [\n        {\n            \"word\": \"-sà n’ọnū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"confess voluntarily to crime, abomination or other bad deeds\",\n                \"confess voluntarily to crime, abomination, or other bad deeds. This is common among habitual criminals and witches who perpetrate their evil deeds in ways that make them difficult or impossible of detection. Examples include those of witches who suck people's blood till the victims are dead, or who fly out at night in the form of spir spirits to visit and kill victims and who sometimes claim to be responsible for grave disasters like fatal accidents, deaths of great men, insanity of student sons/daughters of rivals. Some criminals poison their rivals or their children undetected or practise sorcery on them. These criminal acts can go on till one day a perpetrator suddenly runs amok or begins to behave in a not altogether normal way; this is followed by his/her appeal to people in the surroundings to gather and hear some revelations. This disorderly \\\"news conference\\\" is usually attended by people of all ages with keen interest. The venue is not specially arranged, but the confessor usually sits in front of a house, in a public place like a round-about, market place, or side of a street. The confession usually goes thus \\\"Do you know why it took the son of Mr. X twelve years to accomplish his university course which should normally take only three years? I am the one who kept sucking his brain and seeing to it that he failed his examination each time. I was the one who killed my first daughter last year when she died during labour. I warned Mr. Z not to buy a new car but to try to make his bicycle do. He ignored my warning and bought the car. He did not know he was doomed by doing this. It was on the occasion of the wedding of his sister he got into the car and began to ride to the Church, but on the way I slapped him and pushed his car to make it crash into that bridge near the Church, tumbling into the river. He, his mother-in-law and the new car met their end that fateful morning. My listeners, I hope the event is still fresh in your memories\\\". A confessor is sometimes given a white fowl which she/he holds during the confession. A confessor usually dies soon after the confession, though some survive.\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\",\n                \"-sà\"\n            ]\n        }\n    ],\n    \"-yatọ ọnụ\": [\n        {\n            \"word\": \"-yatọ ọnụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be vulgar in speech\",\n                \"sound\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"-ra ọnū\": [\n        {\n            \"word\": \"-ra ọnū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sound\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\",\n                \"-ra\"\n            ]\n        }\n    ],\n    \"-rụ ọnū\": [\n        {\n            \"word\": \"-rụ ọnū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"chatter with cold (of teeth)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"ọnụ ụgbō\": [\n        {\n            \"word\": \"ọnụ ụgbō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bows of a boat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\",\n                \"ụgbọ\"\n            ]\n        }\n    ],\n    \"-pelụ ọnū\": [\n        {\n            \"word\": \"-pelụ ọnū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be chipped, jagged\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\",\n                \"-pe\"\n            ]\n        }\n    ],\n    \"-bikọ ọnū\": [\n        {\n            \"word\": \"-bikọ ọnū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"live together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"-dàkọ ọnū\": [\n        {\n            \"word\": \"-dàkọ ọnū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"coincide; be in harmony\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"-kpokọbà ọnū\": [\n        {\n            \"word\": \"-kpokọbà ọnū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"gather together; collect\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\"\n            ]\n        }\n    ],\n    \"-rà ọnū\": [\n        {\n            \"word\": \"-rà ọnū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be equal\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\",\n                \"-rà\"\n            ]\n        }\n    ],\n    \"-zù ọnū\": [\n        {\n            \"word\": \"-zù ọnū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be complete, enough, to go round\",\n                \"be complete; be enough to go round\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnū\",\n                \"-zù\"\n            ]\n        }\n    ],\n    \"ọnū\": [\n        {\n            \"word\": \"ọnū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mouth\",\n                \"(compare ọnụnụ) edge\",\n                \"togetherness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ònù\": [\n        {\n            \"word\": \"ònù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"African mahogany (Khaya grandifolia DC and/or K. senegalensis A. Juss.?)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọnụkū\": [\n        {\n            \"word\": \"ọnụkū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(extended) family, on both male and female side\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọnụma\": [\n        {\n            \"word\": \"ọnụma\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"family\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"onye ònùmà\": [\n        {\n            \"word\": \"onye ònùmà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hot-tempered person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ònùmà\"\n            ]\n        }\n    ],\n    \"ọnụnụ alā\": [\n        {\n            \"word\": \"ọnụnụ alā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"nipple\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnụnụ\"\n            ]\n        }\n    ],\n    \"ọnụnụ\": [\n        {\n            \"word\": \"ọnụnụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(compare ọnū 2.) tip; point; edge\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ònùnù\": [\n        {\n            \"word\": \"ònùnù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"gall; bile; bitterness (literally and fig.) great anger\",\n                \"small bottle-shaped calabash used as powder flask\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ọnwa āsatō\": [\n        {\n            \"word\": \"ọnwa āsatō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"eighth month\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"āsatọ\"\n            ],\n            \"stems\": [\n                \"ọnwa\"\n            ]\n        }\n    ],\n    \"ọnwa ndozù\": [\n        {\n            \"word\": \"ọnwa ndozù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"full month\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnwa\"\n            ]\n        }\n    ],\n    \"ụgwọ ọnwā\": [\n        {\n            \"word\": \"ụgwọ ọnwā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(monthly) salary\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnwa\"\n            ]\n        }\n    ],\n    \"ọnwa\": [\n        {\n            \"word\": \"ọnwa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"moon; month\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-nye ọnwò\": [\n        {\n            \"word\": \"-nye ọnwò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"give some;\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nye m ọnwò\",\n                    \"english\": \"Give me some\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnwò\"\n            ]\n        }\n    ],\n    \"ọnwò\": [\n        {\n            \"word\": \"ọnwò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"some\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ọnwà\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ọnwụ ọjọō\": [\n        {\n            \"word\": \"ọnwụ ọjọō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bad death, i.e. a premature death by accident, suicide, certain diseases or childbirth, which causes one to become ekwensu\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnwụ\"\n            ]\n        }\n    ],\n    \"-nwụ ọnwụ\": [\n        {\n            \"word\": \"-nwụ ọnwụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"die\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnwụ\"\n            ]\n        }\n    ],\n    \"-nwụ ọnwụ ikē\": [\n        {\n            \"word\": \"-nwụ ọnwụ ikē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"die tragic death, or in an accident\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnwụ\"\n            ]\n        }\n    ],\n    \"-si ọnwụ\": [\n        {\n            \"word\": \"-si ọnwụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"persist; be obstinate in desperation or in last desperate effort (by sufferer) before or to prevent death\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnwụ\",\n                \"-si\"\n            ]\n        }\n    ],\n    \"ọnwụ\": [\n        {\n            \"word\": \"ọnwụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"death (from -nwụ 1. die)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọnya\": [\n        {\n            \"word\": \"ọnya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sore; ulcer\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"(ọnyà) -ma\": [\n        {\n            \"word\": \"(ọnyà) -ma\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"trap, catch (of trap)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọnyà m màlù ewī\",\n                    \"english\": \"My trap caught a giant rat\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnyà\"\n            ]\n        }\n    ],\n    \"ọnyà mkpàkànà\": [\n        {\n            \"word\": \"ọnyà mkpàkànà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"steel trap\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnyà\"\n            ]\n        }\n    ],\n    \"ọnyā ūdudo\": [\n        {\n            \"word\": \"ọnyā ūdudo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"spider's web\",\n                \"spider's web (literally spider's trap)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnyà\",\n                \"ùdudō\"\n            ]\n        }\n    ],\n    \"-si ọnyà\": [\n        {\n            \"word\": \"-si ọnyà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"set trap\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọnyà\",\n                \"-si\"\n            ]\n        }\n    ],\n    \"ọnyà\": [\n        {\n            \"word\": \"ọnyà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"spring trap; snare\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ònyì\": [\n        {\n            \"word\": \"ònyì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dysentery (compare òtòlò)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọŋù\": [\n        {\n            \"word\": \"ọŋù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"exultation; joy; rejoicing over\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọò\": [\n        {\n            \"word\": \"ọò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"short form of ọ bù, it is\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ònye nà-àbịa? ọò (or ọō) Chiìmà\",\n                    \"english\": \"Who is approaching? It is Chiima.\"\n                }\n            ],\n            \"variations\": [\n                \"ọō\"\n            ],\n            \"stems\": [\n                \"òŋụŋụ\"\n            ]\n        }\n    ],\n    \"òọ\": [\n        {\n            \"word\": \"òọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"short form of ò bù? is he? is it?\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òọ ala?\",\n                    \"english\": \"Is it madness? or, Are you going mad? (= ò bù ala?)\"\n                },\n                {\n                    \"igbo\": \"Òò gî kwèsìlì ịbīa?\",\n                    \"english\": \"Is it you who is supposed to come? (= ò bù gî ...)\"\n                }\n            ],\n            \"variations\": [\n                \"òò?\"\n            ],\n            \"stems\": [\n                \"òŋụŋụ\"\n            ]\n        }\n    ],\n    \"òpàpa\": [\n        {\n            \"word\": \"òpàpa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"groundnut (compare òkpà)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òpìà\": [\n        {\n            \"word\": \"òpìà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"matchet; sword; large knife\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òpịrìma\": [\n        {\n            \"word\": \"òpịrìma\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"plantain (compare ojokō)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òpòtòpòtò\": [\n        {\n            \"word\": \"òpòtòpòtò\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see pòtòpòtò\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òra\": [\n        {\n            \"word\": \"òra\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"physical health\",\n                \"tree whose leaves are used for soup, sometimes sacred in some places; one of the trees planted to represent one's Chi\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òra bīalụ ijè\": [\n        {\n            \"word\": \"òra bīalụ ijè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the guests, visitors (who have travelled a long distance)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òra bīalụ ijè, ǹnọò!\",\n                    \"english\": \"Welcome, visitors (guests)!\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"òrà\"\n            ]\n        }\n    ],\n    \"òra mmādù\": [\n        {\n            \"word\": \"òra mmādù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the populace, public\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òrà\"\n            ]\n        }\n    ],\n    \"òra òkwùtè\": [\n        {\n            \"word\": \"òra òkwùtè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"secret inner council of the incarnate dead, of Igala origin (Henderson 197288)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òrà\"\n            ]\n        }\n    ],\n    \"onye òrà\": [\n        {\n            \"word\": \"onye òrà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"stranger; guest; visitor (= onye ọbìà)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òrà\"\n            ]\n        }\n    ],\n    \"òrà\": [\n        {\n            \"word\": \"òrà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"everybody; the public; force of public opinion\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òrachi\": [\n        {\n            \"word\": \"òrachi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sasswood tree (very poisonous) (Erythrophleum guineense G. Don)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òròwù\": [\n        {\n            \"word\": \"òròwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fish (Labeo coubie and Barbus occidentalis)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọrụ\": [\n        {\n            \"word\": \"ọrụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"vulva; vagina (compare ọtù); may sometimes loosely include the anus, when it may be called ọrụ nsị, but strictly the former\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òsa\": [\n        {\n            \"word\": \"òsa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"small squirrel (Yoruba òkèrè); compare uzè\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òsè kpaàkpaà\": [\n        {\n            \"word\": \"òsè kpaàkpaà\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see òsè kpaàkpaà\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọsìsì\": [\n        {\n            \"word\": \"ọsìsì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"long, elaborately carved rod used by chiefs in title-taking\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kpo ọsọ\": [\n        {\n            \"word\": \"-kpo ọsọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"rush; run quickly (literally collect running)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọsọ\"\n            ]\n        }\n    ],\n    \"-kpolụ ọsọ\": [\n        {\n            \"word\": \"-kpolụ ọsọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"run quickly; rush\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọsọ\"\n            ]\n        }\n    ],\n    \"ọsọōsọ\": [\n        {\n            \"word\": \"ọsọōsọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"quickly\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Achòlù m kà ị lụa ọlụ afù ọsọōsọ\",\n                    \"english\": \"I want you to do that work quickly\"\n                }\n            ],\n            \"variations\": [\n                \"ọsịīsọ\"\n            ],\n            \"stems\": [\n                \"ọsọ\"\n            ]\n        }\n    ],\n    \"-tipù ọsọ\": [\n        {\n            \"word\": \"-tipù ọsọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take to one's heels; rush away, off\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Wèlụ ọsō bìa fū m anya\",\n                    \"english\": \"Come and see me very quickly. (Lit. come and see me with running)\"\n                },\n                {\n                    \"igbo\": \"Ogè ndi orī nā-atọ jī n’ọbā fūlụ anyị fà tipù ọsō\",\n                    \"english\": \"When the thieves who were removing yams from the barn saw us, they took to their heels\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ọsọ\",\n                \"-ti\"\n            ]\n        }\n    ],\n    \"-wèlụ ọsō\": [\n        {\n            \"word\": \"-wèlụ ọsō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hurry; hasten; run\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọsọ\"\n            ]\n        }\n    ],\n    \"wèlụ ọsō wèlụ ijè\": [\n        {\n            \"word\": \"wèlụ ọsō wèlụ ijè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"come very quickly; come in extreme hurry; come in response to SOS call; come with great speed; speedily (literally take running, take walking)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Gwa yā nya wèlụ ọsō wèlụ ijè bìa fū m anya nà mmilī àmaa nwokè\",\n                    \"english\": \"Tell him to come and see me very quickly because I'm really in a tight spot\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ọsọ\"\n            ]\n        }\n    ],\n    \"-wù ọsọ\": [\n        {\n            \"word\": \"-wù ọsọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"race\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọsọ\",\n                \"-wù\"\n            ]\n        }\n    ],\n    \"ọsọ\": [\n        {\n            \"word\": \"ọsọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"running; race; haste; speed\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Mèe ife ōbụna ị nà-ème ọsō\",\n                    \"english\": \"Do whatever you are doing quickly\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọsò\": [\n        {\n            \"word\": \"ọsò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"\\\"hiss\\\"; sound (of contempt) made by sucking teeth\",\n                \"kind of children’s sickness causing distension of abdomen\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òsọ\": [\n        {\n            \"word\": \"òsọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"runaway; wanderer; fugitive\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òsọōkwuùkwuù\": [\n        {\n            \"word\": \"òsọōkwuùkwuù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"awkwardness; uncounthness (as result of shyness or inexperience) (-sọ kwuùkwuù behave stupidly)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọsọōkwuùkwuù jì ya ogè ọ bàtàlù n’ebe nà-àgba egwū\",\n                    \"english\": \"Awkwardness seized him when he entered the dancing floor\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òsụkwū\": [\n        {\n            \"word\": \"òsụkwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"variety of oilpalm which yields oil well\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"(òsụsọō) -su\": [\n        {\n            \"word\": \"(òsụsọō) -su\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"perspire; sweat\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òsụsọō nà-èsu m\",\n                    \"english\": \"I am perspiring, sweating\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"òsụsọō\"\n            ]\n        }\n    ],\n    \"òsụsọō\": [\n        {\n            \"word\": \"òsụsọō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sweat; perspiration\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọta\": [\n        {\n            \"word\": \"ọta\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"shield\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Kraìst bù Ọta m\",\n                    \"english\": \"Christ is my shield\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òtà\": [\n        {\n            \"word\": \"òtà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kind of native cloth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọtakwụ\": [\n        {\n            \"word\": \"ọtakwụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"deserted house\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òtanjele\": [\n        {\n            \"word\": \"òtanjele\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"galena; bright blue glittering imported hard stone, stocked by merchants originally but retailed by petty women traders or men retailers in small bits, size depending on the worth, used as cosmetic. The chip is crushed on a clean hard surface, usually a stone kept specially for it, and ground to fine powder, and kept in special small containers with a narrow neck, with a stick left inside the container allowing the tip to show over the brim of the container. The woman shakes the container to have the stick properly stained by the powder, then applies a narrow strip of the dark green powder to each of the lower eyelids (&lt; Hausa)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"tanjele\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"òtanke\": [\n        {\n            \"word\": \"òtanke\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"spy; scout; private detective (from -ta nke eavesdrop)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òtị\": [\n        {\n            \"word\": \"òtị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fat white caterpiller, grub\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọtọ\": [\n        {\n            \"word\": \"ọtọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"uprightness; straightness; right; verticality\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gbaba ọtọ\": [\n        {\n            \"word\": \"-gbaba ọtọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"make naked; strip\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òbî gbàbàlù Ọjì òtọ\",\n                    \"english\": \"Obi stripped Ọjị naked\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"òtọ\"\n            ]\n        }\n    ],\n    \"mgbalụ òtọ\": [\n        {\n            \"word\": \"mgbalụ òtọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"state of nakedness, nudity\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òbî nò nà mgbalụ ōtọ\",\n                    \"english\": \"Obi is nude\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"òtọ\"\n            ]\n        }\n    ],\n    \"òtọ\": [\n        {\n            \"word\": \"òtọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"nakedness; nudity; bareness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òtò\": [\n        {\n            \"word\": \"òtò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"trodden mud for building\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọtōsị\": [\n        {\n            \"word\": \"ọtōsị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bamboo (compare àchàlà)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọtù\": [\n        {\n            \"word\": \"ọtù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"vulva; vagina (compare ọrụ)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òtụkpà\": [\n        {\n            \"word\": \"òtụkpà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"grass ridging on a house\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọtụlụ\": [\n        {\n            \"word\": \"ọtụlụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òtùlùkpokpo\": [\n        {\n            \"word\": \"òtùlùkpokpo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"woodpecker (-tù peck + kpokpo the characteristic sound)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òtụtụ\": [\n        {\n            \"word\": \"òtụtụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"many; various\",\n                \"throwing; casting; hurling; flinging\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òtụtụ ifē dì n’ime ūla\",\n                    \"english\": \"Many things are in the bedroom\"\n                },\n                {\n                    \"igbo\": \"Mmadù dì òtụtụ nà mbalā\",\n                    \"english\": \"There are many people outside\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"ọwa\": [\n        {\n            \"word\": \"ọwa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"torch; tinder (often of palm-branch beaten to fibre)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ọwala\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"òwì\": [\n        {\n            \"word\": \"òwì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"friend (compare enyì and òyì)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òwì \": [\n        {\n            \"word\": \"òwì \",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"field-mouse\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"òwù\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"òwòlì\": [\n        {\n            \"word\": \"òwòlì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"open space beside a stream or river\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òwù\": [\n        {\n            \"word\": \"òwù\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see òwì 2.\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọyà azịza\": [\n        {\n            \"word\": \"ọyà azịza\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(literally swelling disease) used to describe diseases which are\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ọyā\"\n            ],\n            \"stems\": [\n                \"ọyà\"\n            ]\n        }\n    ],\n    \"ōzịza\": [\n        {\n            \"word\": \"ōzịza\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"characterised by general swellings of parts of the body, like that seen in congestive heart failure, nephritis, advanced anaemia, etc.\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọyà\"\n            ]\n        }\n    ],\n    \"ọyà mkpụlụ akū\": [\n        {\n            \"word\": \"ọyà mkpụlụ akū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"disease characterised by growth of kernel-like tumours visible under the skin or really prominent and hard on any part of the body, and diseases characterised by swelling and hardening of the glands of the body, which become hard and prominent and look like kernels (especially the lymphoid glands); may be malignant or non-malignant. This is another example of one of the Igbo methods of disease diagnosis. The disease is diagnosed by symptoms, so that numberless different diseases which appear to show similar signs can be given one name; thus three persons suffering from different diseases may be diagnosed as suffering from the same disease by this diagnostic method\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọyà\"\n            ]\n        }\n    ],\n    \"ọyà ọcha\": [\n        {\n            \"word\": \"ọyà ọcha\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"leprosy\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọyà\"\n            ]\n        }\n    ],\n    \"ọyā òmìmì\": [\n        {\n            \"word\": \"ọyā òmìmì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"rickets\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọyà\"\n            ]\n        }\n    ],\n    \"-yà ọyà\": [\n        {\n            \"word\": \"-yà ọyà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"suffer illness; be sick; suffer from disease\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-ayā òkpoòmìlì\",\n                    \"english\": \"She is suffering from rheumatism\"\n                },\n                {\n                    \"igbo\": \"Ọ nà-ayà ọyā ōzịza\",\n                    \"english\": \"She is suffering from a swelling disease\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ọyà\",\n                \"-yà\"\n            ]\n        }\n    ],\n    \"ọyà\": [\n        {\n            \"word\": \"ọyà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sickness; illness (from -yà 2. be sick)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-yì òyì\": [\n        {\n            \"word\": \"-yì òyì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be friends, lovers\",\n                \"commit adultery, fornication\",\n                \"be lovers; commit adultery, fornication\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ayìnà òyì\",\n                    \"english\": \"Do not commit adultery\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"òyì\",\n                \"-yì \"\n            ]\n        }\n    ],\n    \"òyì\": [\n        {\n            \"word\": \"òyì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"friend; lover; mistress; adultery (more common than enyì and òwì)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òyò\": [\n        {\n            \"word\": \"òyò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"conoidal basket-rattles, usually played in pairs\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òyòọ\": [\n        {\n            \"word\": \"òyòọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"ivory bracelet worn by titled man\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òzà\": [\n        {\n            \"word\": \"òzà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"filter (of fibre-sponge, ògbo); tow-like filter (compare ǹzà, gauze filter) (from -zà 2. filter)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òzà \": [\n        {\n            \"word\": \"òzà \",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mane (of animal); chest-hair, fleece (of ram, etc.) (compare ǹzàlì)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"òzò\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"odogwu òzàlà\": [\n        {\n            \"word\": \"odogwu òzàlà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"scorpion\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òzàlà\"\n            ]\n        }\n    ],\n    \"òzàlà\": [\n        {\n            \"word\": \"òzàlà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"scorpion\",\n                \"spear-grass sp.\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òzịza\": [\n        {\n            \"word\": \"òzịza\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"swelling; lump\",\n                \"answer; reply\",\n                \"swelling (of animal body)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ǹzịza\"\n            ],\n            \"stems\": [\n                \"-za\"\n            ]\n        }\n    ],\n    \"ọzō\": [\n        {\n            \"word\": \"ọzō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"title entitling holder to be called ǹzè; title of high degree, and much coveted, conferring on the owner privileges and honour as a sacrosanct being\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọzò di mgba\": [\n        {\n            \"word\": \"ọzò di mgba\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"ape, gorilla\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ọzò\"\n            ]\n        }\n    ],\n    \"ọzò\": [\n        {\n            \"word\": \"ọzò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"large ape, especially chimpanzee, gorilla [N.B. neither of the great apes has been recorded in Igbo territory in centuries, making it difficult to know the referent of this word]\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"arō ōzọ\": [\n        {\n            \"word\": \"arō ōzọ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"next year\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òzọ\"\n            ]\n        }\n    ],\n    \"ife ōzọ\": [\n        {\n            \"word\": \"ife ōzọ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"another thing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òzọ\"\n            ]\n        }\n    ],\n    \"ùwa ōzọ\": [\n        {\n            \"word\": \"ùwa ōzọ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"in the world to come\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"òzọ\"\n            ]\n        }\n    ],\n    \"òzọ\": [\n        {\n            \"word\": \"òzọ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"again; other; another another yam, for this first one is not good\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òzò\": [\n        {\n            \"word\": \"òzò\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see òzà\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọzùgwè\": [\n        {\n            \"word\": \"ọzùgwè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"snake, about 16\\\" long, black and red, harmless but bad omen\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"P\": [\n        {\n            \"word\": \"P\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-padò\": [\n        {\n            \"word\": \"-padò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lay down\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-pa\"\n            ]\n        }\n    ],\n    \"-paga\": [\n        {\n            \"word\": \"-paga\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"carry to\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-pa\"\n            ]\n        }\n    ],\n    \"-pana\": [\n        {\n            \"word\": \"-pana\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take home\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-pa\"\n            ]\n        }\n    ],\n    \"-panite\": [\n        {\n            \"word\": \"-panite\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lift up; (fig.) stir up, begin\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-pa\"\n            ]\n        }\n    ],\n    \"-pata\": [\n        {\n            \"word\": \"-pata\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bring; carry towards the speaker\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Pàtalụ m ìtè afù\",\n                    \"english\": \"Bring me that pot\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-pa\"\n            ]\n        }\n    ],\n    \"-pa\": [\n        {\n            \"word\": \"-pa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"carry; bear\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òpùpà\": [\n        {\n            \"word\": \"òpùpà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"compressing; pressing; pressure\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-pà\"\n            ]\n        }\n    ],\n    \"-pàkọ\": [\n        {\n            \"word\": \"-pàkọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"press together; compress\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-pà\"\n            ]\n        }\n    ],\n    \"-pàsịsị\": [\n        {\n            \"word\": \"-pàsịsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"press something (liquid) from\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-pà\"\n            ]\n        }\n    ],\n    \"-pàtò\": [\n        {\n            \"word\": \"-pàtò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"press into a mess (e.g. ripe fruit)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-pà\"\n            ]\n        }\n    ],\n    \"ụpà\": [\n        {\n            \"word\": \"ụpà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"red clay soil (also aja ụpà; compare ụlō)\",\n                \"wet mud; wet mud for building\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-pà\": [\n        {\n            \"word\": \"-pà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"compress; squeeze out, express (e.g. juice from a fruit); press together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"paì!\": [\n        {\n            \"word\": \"paì!\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"exclamation - my word! dear me! goodness! (= kaì!)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"mpàko\": [\n        {\n            \"word\": \"mpàko\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"haughtiness; pride; pomposity; aloofness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-pà-ko\"\n            ]\n        }\n    ],\n    \"-pà-ko\": [\n        {\n            \"word\": \"-pà-ko\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be proud, arrogant, pompous, aloof, haughty\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-peka\": [\n        {\n            \"word\": \"-peka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be very, too, small\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ife m kètàlù n’anụ afù èpeka\",\n                    \"english\": \"My share of the meat was very small\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-pe\"\n            ]\n        }\n    ],\n    \"-kụpe\": [\n        {\n            \"word\": \"-kụpe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"break off part of\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ị gà-àkụpe afele afù\",\n                    \"english\": \"You will break that plate\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-pe\"\n            ]\n        }\n    ],\n    \"-tipe\": [\n        {\n            \"word\": \"-tipe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"break off\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-pe\"\n            ]\n        }\n    ],\n    \"-pe\": [\n        {\n            \"word\": \"-pe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be small, little\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"penì\": [\n        {\n            \"word\": \"penì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"penny (less common than kọpò; English)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-petụgbàdo\": [\n        {\n            \"word\": \"-petụgbàdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"reach, concern, all\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-pe-tụ\"\n            ]\n        }\n    ],\n    \"-pe-tụ\": [\n        {\n            \"word\": \"-pe-tụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"reach; touch; concern\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Achòlù m kà ị kèe anū afù kà o petụ mmadù niīne\",\n                    \"english\": \"I want you to divide that meat so that it may reach everybody\"\n                },\n                {\n                    \"igbo\": \"Okwu afù pètùlù m\",\n                    \"english\": \"The matter concerns me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-piobà(nye)\": [\n        {\n            \"word\": \"-piobà(nye)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"enter into by forcing way through very small doorway, opening, or inlet\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Atụlū èpiobàgo ime ọbā\",\n                    \"english\": \"The sheep has pushed its way into the barn\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-pio\"\n            ]\n        }\n    ],\n    \"-pioghalị\": [\n        {\n            \"word\": \"-pioghalị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sneak about (as in thick forest)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òfu onyē m fùlù na-epīoghalị n’ime ọfīa ǹnyàafù yìlì onye orī a nà-àchọ\",\n                    \"english\": \"A certain man I saw sneaking about in the jungle yesterday resembled the thief who is being looked for\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-pio\"\n            ]\n        }\n    ],\n    \"-pionye\": [\n        {\n            \"word\": \"-pionye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"squeeze self into (somewhere) through small opening or doorway\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-pio\"\n            ]\n        }\n    ],\n    \"-piopùta\": [\n        {\n            \"word\": \"-piopùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"force way out through very small outlet, opening or doorway\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-pio\"\n            ]\n        }\n    ],\n    \"-pio\": [\n        {\n            \"word\": \"-pio\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"to force way through small doorway, small opening in wall, thicket\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"pìtìì\": [\n        {\n            \"word\": \"pìtìì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"describes something which is plentiful or falls plentifully Ogè m nà-agbà akwụkwọ ewēpùtàlù m òfu ụnō ūla màkà idēbe ife ōlili. Ị bàta nà ya ogè afù ife ōlili àdị pìtìì When I was getting married, I devoted one room to keeping foods. If you entered it at that time, the food looked very plentiful Akwụ dī n’iru īlo etègo o jìlì cha, kịtāà mkpụlū ya nà- adàsịsị pìtìì pìtìì The palm fruit in the front of the house has been ripe a long time, now the nuts fall pìtìì pìtìì\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òpịpị\": [\n        {\n            \"word\": \"òpịpị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"carving\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-pị\"\n            ]\n        }\n    ],\n    \"-pịcha\": [\n        {\n            \"word\": \"-pịcha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shape; sharpen; peel; carve\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-pị\"\n            ]\n        }\n    ],\n    \"-pị\": [\n        {\n            \"word\": \"-pị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"carve; shape wood with sharp instrument\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òpìpì\": [\n        {\n            \"word\": \"òpìpì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wringing; pressing; squeezing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-pì\"\n            ]\n        }\n    ],\n    \"-pìcha\": [\n        {\n            \"word\": \"-pìcha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"squeeze out\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-pì\"\n            ]\n        }\n    ],\n    \"-pìgbu\": [\n        {\n            \"word\": \"-pìgbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"kill by squeezing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-pì\"\n            ]\n        }\n    ],\n    \"-pìkọ\": [\n        {\n            \"word\": \"-pìkọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"compress; press together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-pì\"\n            ]\n        }\n    ],\n    \"-pìnye\": [\n        {\n            \"word\": \"-pìnye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"squeeze into\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Achòlù m ịpìnyè ọgwù n’anya nā-enye m nsògbu\",\n                    \"english\": \"I want to squeeze some medicine into my bad eyes\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-pì\"\n            ]\n        }\n    ],\n    \"-pìsịsị\": [\n        {\n            \"word\": \"-pìsịsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"press, squeeze out\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-pì\"\n            ]\n        }\n    ],\n    \"-pì\": [\n        {\n            \"word\": \"-pì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"squeeze; extract by pressure; press\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anà m apì esuso sōlụ m n’isi kà abụ niīne dī n’imē ya wèe pùtasịa\",\n                    \"english\": \"I am squeezing the boil on my head in order to get rid of all the pus in it\"\n                },\n                {\n                    \"igbo\": \"Ànyị nà-apì ụkwà\",\n                    \"english\": \"We are pressing out the seeds from the fruit of the African Breadfruit (Treculia africana)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òpịpịa\": [\n        {\n            \"word\": \"òpịpịa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"smashing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-pịa\"\n            ]\n        }\n    ],\n    \"-pịa apịa\": [\n        {\n            \"word\": \"-pịa apịa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"smash; be flattened\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òjà m chōlụ kà ị zụtalụ m n’Ònìchà ị nà-èjê bụ ǹke pīalụ apịa n’ọdụ màkà nà ọ bù ùdị afù kà onye isi egwū kwulu kà ànyị zụta\",\n                    \"english\": \"The kind of flute that I want you to buy for me from Onitsha - which you are travelling to - is the type that is flat at the end because that is the type the leader of the orchestra asked us to buy\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-pịa\"\n            ]\n        }\n    ],\n    \"-pịacha\": [\n        {\n            \"word\": \"-pịacha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"flap (wing in water); shake off (dust, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-pịa\"\n            ]\n        }\n    ],\n    \"-pịafùsị\": [\n        {\n            \"word\": \"-pịafùsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"flog and scatter\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-pịa\"\n            ]\n        }\n    ],\n    \"-pịasàsị\": [\n        {\n            \"word\": \"-pịasàsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"flog and scatter\",\n                \"smash; be smashed, flattened\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ènyò ọkū m àpịago\",\n                    \"english\": \"The bulb of my lantern has smashed\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-pịa\"\n            ]\n        }\n    ],\n    \"-pịachi\": [\n        {\n            \"word\": \"-pịachi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fold\",\n                \"used as second verb, can be either -pịa or -pìà\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-pịa\"\n            ]\n        }\n    ],\n    \"-pịakọ\": [\n        {\n            \"word\": \"-pịakọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"gather, press together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-pịa\"\n            ]\n        }\n    ],\n    \"-pịazi\": [\n        {\n            \"word\": \"-pịazi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"settle; reckon up; make account\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-pịa\"\n            ]\n        }\n    ],\n    \"-pịa ụgbà\": [\n        {\n            \"word\": \"-pịa ụgbà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take a somersault into water; dive (= -kpọ ụgbà)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-pịa\"\n            ]\n        }\n    ],\n    \"-pịa\": [\n        {\n            \"word\": \"-pịa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"flog; cane\",\n                \"gather; arrange; reckon; reckon up; make account\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ bụlụ nà ị bàta ime ụnò agà m àpịa gī\",\n                    \"english\": \"If you enter the house I shall thrash you\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ponì\": [\n        {\n            \"word\": \"ponì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cask; puncheon (of palm oil) (? from English)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"pòtòki\": [\n        {\n            \"word\": \"pòtòki\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Portuguese person (? from English)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-tụ pọm\": [\n        {\n            \"word\": \"-tụ pọm\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"drip (= -tụ kpọm)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"pọm\"\n            ]\n        }\n    ],\n    \"pọm\": [\n        {\n            \"word\": \"pọm\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"pòtòpọtọ\": [\n        {\n            \"word\": \"pòtòpọtọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wet muddy soil (e.g. after rain or in water-logged place)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òpòtòpọtọ\": [\n        {\n            \"word\": \"òpòtòpọtọ\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òpupu\": [\n        {\n            \"word\": \"òpupu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"growing; springing up; sprouting\",\n                \"leaking\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-pu\"\n            ]\n        }\n    ],\n    \"-pu epu\": [\n        {\n            \"word\": \"-pu epu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"spring up; sprout; grow\",\n                \"be perforated; leak; have hole(s)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-pu\"\n            ]\n        }\n    ],\n    \"puku ndi\": [\n        {\n            \"word\": \"puku ndi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"millions; countless number\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"puku\"\n            ]\n        }\n    ],\n    \"puku\": [\n        {\n            \"word\": \"puku\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"eight thousand; thousands\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òpùpù\": [\n        {\n            \"word\": \"òpùpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"going out (of)\",\n                \"snatching; taking by force\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ chòlù ịpù yà akwụkwọ yā\",\n                    \"english\": \"He wants to take his book (from his hands) by force\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-pù\"\n            ]\n        }\n    ],\n    \"-pùcha\": [\n        {\n            \"word\": \"-pùcha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go away\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-pù\"\n            ]\n        }\n    ],\n    \"-pùni\": [\n        {\n            \"word\": \"-pùni\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rise up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-pù\"\n            ]\n        }\n    ],\n    \"-pùta\": [\n        {\n            \"word\": \"-pùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"come out\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-pù\"\n            ]\n        }\n    ],\n    \"-pùta n’ụzò\": [\n        {\n            \"word\": \"-pùta n’ụzò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"move out of the way\",\n                \"(acting like suffix) completely\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Pùta n’ụzò\",\n                    \"english\": \"Get out of the way\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-pù\",\n                \"ụzò\"\n            ]\n        }\n    ],\n    \"-tichapù\": [\n        {\n            \"word\": \"-tichapù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"beat off entirely\",\n                \"shake off, beat off, entirely (e.g. dust or sand with palm of the hand)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Tichàpù aja dī n’enu oche nnī\",\n                    \"english\": \"Brush off the sand which is on the table\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-pù\",\n                \"-ti\"\n            ]\n        }\n    ],\n    \"-pùlụ\": [\n        {\n            \"word\": \"-pùlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"snatch from; wrench from; take from by force\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-pù\"\n            ]\n        }\n    ],\n    \"-pùmalụ\": [\n        {\n            \"word\": \"-pùmalụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"snatch, wrench from; take by force\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ndị orī apùmalụgo Āda egō ya\",\n                    \"english\": \"The thieves have snatched Ada's money from her\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-pù\"\n            ]\n        }\n    ],\n    \"-pùnalụ\": [\n        {\n            \"word\": \"-pùnalụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"snatch\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-pù\"\n            ]\n        }\n    ],\n    \"-pù(lụ) òkò\": [\n        {\n            \"word\": \"-pù(lụ) òkò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be able\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-pù\"\n            ]\n        }\n    ],\n    \"-pù\": [\n        {\n            \"word\": \"-pù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go out (of)\",\n                \"snatch; take by force\",\n                \"be able, sufficient\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Pùa n’ebe à\",\n                    \"english\": \"Get out of this place\"\n                },\n                {\n                    \"igbo\": \"Apùlù m ijī igwè je ọgụ maìl ìsiì n’ụbòsì\",\n                    \"english\": \"I can go 120 miles on a bicycle in one day\"\n                },\n                {\n                    \"igbo\": \"Jesù pùlù ịgbāpùtà ànyì n’orù\",\n                    \"englishi\": \"Jesus can redeem us from slavery\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"R\": [\n        {\n            \"word\": \"R\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òrịra\": [\n        {\n            \"word\": \"òrịra\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"combing\",\n                \"sounding\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ra\"\n            ]\n        }\n    ],\n    \"-ralụ alò\": [\n        {\n            \"word\": \"-ralụ alò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"consider; take counsel; counsel; consult together; advise\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ra\"\n            ]\n        }\n    ],\n    \"-ra ara\": [\n        {\n            \"word\": \"-ra ara\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sound; make a stir, be a success\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nkupùte nnwā Òfuèpeka ràlù àra ri nnē\",\n                    \"english\": \"The naming ceremony of Ofuepeka's child was a big occasion\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ra\"\n            ]\n        }\n    ],\n    \"Ìgba ǹke à nà-àra\": [\n        {\n            \"word\": \"Ìgba ǹke à nà-àra\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"This drum sounds great\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ra\"\n            ]\n        }\n    ],\n    \"ọnū ri nnē\": [\n        {\n            \"word\": \"ọnū ri nnē\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ra\"\n            ]\n        }\n    ],\n    \"-ra ụkò\": [\n        {\n            \"word\": \"-ra ụkò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"send representative, ambassador, special messenger, middleman\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ra\",\n                \"ụkò\"\n            ]\n        }\n    ],\n    \"-ra nrā\": [\n        {\n            \"word\": \"-ra nrā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pay levy, fine\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ra\"\n            ]\n        }\n    ],\n    \"-ranye\": [\n        {\n            \"word\": \"-ranye\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"take, with hands, a few from among many (e.g. grains in a basket) and give\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ra\"\n            ]\n        }\n    ],\n    \"-ranye ijè\": [\n        {\n            \"word\": \"-ranye ijè\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"pick one's way; move on slowly; step; toddle (as child)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ra\"\n            ]\n        }\n    ],\n    \"-ra\": [\n        {\n            \"word\": \"-ra\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"comb\",\n                \"knead\",\n                \"make; produce (rain)\",\n                \"consider; discuss\",\n                \"sound\",\n                \"send\",\n                \"choose; prefer\",\n                \"pick or take a few things randomly from collection of many by dipping the hand into the container (like dipping the hand into a basketful of kernels and taking some kernels)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Achòlùm̀ ịrālụ ọnwà n’ime àchìcha dī n’ime afele\",\n                    \"english\": \"I want to take some from among the biscuits on the plate\"\n                }\n            ],\n            \"variations\": [\n                \"-ralụ\"\n            ],\n            \"stems\": []\n        }\n    ],\n    \"-rà ịrà\": [\n        {\n            \"word\": \"-rà ịrà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be equal\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rà\"\n            ]\n        }\n    ],\n    \"-ra kà\": [\n        {\n            \"word\": \"-ra kà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"amount to; be equal to; be as big or small as\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ rà kà ìze\",\n                    \"english\": \"It is very large\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-rà\"\n            ]\n        }\n    ],\n    \"-rà ǹràmanya\": [\n        {\n            \"word\": \"-rà ǹràmanya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be equal, level, square\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rà\"\n            ]\n        }\n    ],\n    \"ǹràanya\": [\n        {\n            \"word\": \"ǹràanya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [],\n            \"examples\": [\n                {\n                    \"igbo\": \"Fa ìbùô rà ǹràmanya\",\n                    \"english\": \"The two are equal\"\n                },\n                {\n                    \"igbo\": \"Ife o nyēlụ gî rà kà ǹkè o nyēlụ m\",\n                    \"english\": \"What he gave you is equal to what he game me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-rà\"\n            ]\n        }\n    ],\n    \"-ràdà\": [\n        {\n            \"word\": \"-ràdà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pull down; let down from a height; lower\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rà\"\n            ]\n        }\n    ],\n    \"-ràfù\": [\n        {\n            \"word\": \"-ràfù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"abandon; neglect; let go astray; allow too much liberty to (e.g. a child, which leads it to be a trifle spoilt or wild)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rà\"\n            ]\n        }\n    ],\n    \"-ràlụsị(lị)\": [\n        {\n            \"word\": \"-ràlụsị(lị)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"leave altogether (to)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rà\"\n            ]\n        }\n    ],\n    \"-rànye\": [\n        {\n            \"word\": \"-rànye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lower into\",\n                \"leave; give up; hand over\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rà\"\n            ]\n        }\n    ],\n    \"-ràpù\": [\n        {\n            \"word\": \"-ràpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"leave; abandon; give up; release grip on; release; leave alone; allow; permit; omit; spare\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bikō rapū m aka\",\n                    \"english\": \"Please let me go, or, Please leave me alone\"\n                },\n                {\n                    \"igbo\": \"Èjìòfọ sọò! sọò! Rapū m aka! Èjìòfọ sọò! sọò!\",\n                    \"english\": \"Leave me\"\n                },\n                {\n                    \"igbo\": \"Nwụnyì m ārapùgo m gbanaba\",\n                    \"english\": \"My wife has left me and run away\"\n                },\n                {\n                    \"igbo\": \"Ebe à bù ebe ndị orī rāpùlù ife fa zùtèlù\",\n                    \"english\": \"This is where the thieves abandoned their loot\"\n                },\n                {\n                    \"igbo\": \"Rapù ife gālụ aga kà fa ga\",\n                    \"english\": \"Let bygones be bygones\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-rà\"\n            ]\n        }\n    ],\n    \"-rà\": [\n        {\n            \"word\": \"-rà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be equal, on an equality; be so\",\n                \"leave; abandon; give up; release grip on; release; leave alone; allow; permit\",\n                \"bore (especially with red-hot instrument)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ndị àfè ojiī aràgo Āda\",\n                    \"english\": \"The police have released Ada\"\n                },\n                {\n                    \"igbo\": \"Ràa yā aka!\",\n                    \"english\": \"Leave him alone!\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-ràlụ\": [\n        {\n            \"word\": \"-ràlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"leave; abandon; give up; release grip on; release; leave alone; allow; permit; omit; spare\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bikō rapū m aka\",\n                    \"english\": \"Please let me go, or, Please leave me alone\"\n                },\n                {\n                    \"igbo\": \"Èjìòfọ sọò! sọò! Rapū m aka! Èjìòfọ sọò! sọò!\",\n                    \"english\": \"Leave me\"\n                },\n                {\n                    \"igbo\": \"Nwụnyì m ārapùgo m gbanaba\",\n                    \"english\": \"My wife has left me and run away\"\n                },\n                {\n                    \"igbo\": \"Ebe à bù ebe ndị orī rāpùlù ife fa zùtèlù\",\n                    \"english\": \"This is where the thieves abandoned their loot\"\n                },\n                {\n                    \"igbo\": \"Rapù ife gālụ aga kà fa ga\",\n                    \"english\": \"Let bygones be bygones\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-rà\"\n            ]\n        }\n    ],\n    \"nrapù\": [\n        {\n            \"word\": \"nrapù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"abandonment\",\n                \"euphemism for 'die' (compare -nwụ 1.); pass away\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nwatā nō n’àkwà ọyà èri ụkā gālụ aga ārapùgo\",\n                    \"english\": \"The child who has been sick since last week has passed away\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-rà\"\n            ]\n        }\n    ],\n    \"-rapù ọkwa\": [\n        {\n            \"word\": \"-rapù ọkwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"abdicate\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rà\"\n            ]\n        }\n    ],\n    \"-rà àrà\": [\n        {\n            \"word\": \"-rà àrà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bore\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rà\"\n            ]\n        }\n    ],\n    \"-ràpu\": [\n        {\n            \"word\": \"-ràpu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bore hole (with red-hot instrument)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anà m àchọ ịràpù akpàtì m\",\n                    \"english\": \"I am preparing to bore a hole through my box\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-rà\"\n            ]\n        }\n    ],\n    \"-ràpusị\": [\n        {\n            \"word\": \"-ràpusị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bore many holes through\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anà m àkwadebe ịràpùsì ọkwa à nụū dī n’ime ụnò\",\n                    \"english\": \"I am preparing to bore many holes through that wooden bowl in the house\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-rà\"\n            ]\n        }\n    ],\n    \"-ràa\": [\n        {\n            \"word\": \"-ràa\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"only; simple; just\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ bù sòọsò i nyēràa yā ife ọ chòlù kà okwu gà-èji bè\",\n                    \"english\": \"It is only if you give her what she wants that the quarrel will end\"\n                },\n                {\n                    \"igbo\": \"I nyeràa m ife m chò òkwu ebèe\",\n                    \"english\": \"If you just give me what I want the quarrel will end\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-beràba\": [\n        {\n            \"word\": \"-beràba\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"cry for a long time\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nnē jù nà ya amā enye Āda nnī; Àda beràba akwā nnē aŋārọ ya ntì\",\n                    \"english\": \"Mother refused to give Ada some food; though Ada cried for a long time, mother did not answer her\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ràba\"\n            ]\n        }\n    ],\n    \"-ràba\": [\n        {\n            \"word\": \"-ràba\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"for long; after a long time (denoting a great degree either of smallness or bigness)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-rekọba\": [\n        {\n            \"word\": \"-rekọba\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wrap; roll up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-re\"\n            ]\n        }\n    ],\n    \"-rekọbà\": [\n        {\n            \"word\": \"-rekọbà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"roll up into\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-re\"\n            ]\n        }\n    ],\n    \"-relu\": [\n        {\n            \"word\": \"-relu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pick up (mat, cloth, etc.) and take\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-re\"\n            ]\n        }\n    ],\n    \"-reni\": [\n        {\n            \"word\": \"-reni\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pick up (mat, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-re\"\n            ]\n        }\n    ],\n    \"-re\": [\n        {\n            \"word\": \"-re\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pick up (of cloth, mats and other objects which are broad, flexible and capable of being rolled up. Such an object is assumed to be in its spread-out form; -re then implies rolling and taking up, though the object can be picked up by one side in its spread-out form without first rolling it. But the most important point is that it must be spread out, otherwise -re will not be used)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-rebìga\": [\n        {\n            \"word\": \"-rebìga\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"glide over\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rè\"\n            ]\n        }\n    ],\n    \"-règhalị\": [\n        {\n            \"word\": \"-règhalị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"walk about stealthily; prowl; loiter; dodge work; malinger\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ò gịnî kpàtàlù ibè gị jì àlụ ọlū ì bàta n’ụnò na-erèghalị?\",\n                    \"english\": \"Why are you hanging around the house while your colleagues are busy working?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-rè\"\n            ]\n        }\n    ],\n    \"-rèpù\": [\n        {\n            \"word\": \"-rèpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"walk, creep out stealthily\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rè\"\n            ]\n        }\n    ],\n    \"-rèpù n’ọlụ\": [\n        {\n            \"word\": \"-rèpù n’ọlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"leave, abandon work stealthily, unnoticed or unannounced\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rè\"\n            ]\n        }\n    ],\n    \"-rè\": [\n        {\n            \"word\": \"-rè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"walk stealthily; move, walk, very slowly or lazily\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ogè Èke nà òyì ya nwokē nà-àgba ìzù n’ime ụnò Àda rèlụ rèlụ jee kwachanye n’àzụ ajā kà o wèe nụ ife fa nà-èkwu\",\n                    \"english\": \"When Eke and his friend were discussing things in the room, Ada went stealthily and leaned against the back wall so that she might hear what they were discussing\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-rika\": [\n        {\n            \"word\": \"-rika\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be much; be too much; be excessive\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ri\"\n            ]\n        }\n    ],\n    \"-ri nne\": [\n        {\n            \"word\": \"-ri nne\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be many, much, numerous, plentiful, abundant\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-ri nnē\"\n            ],\n            \"stems\": [\n                \"-ri\"\n            ]\n        }\n    ],\n    \"èri ogè afù\": [\n        {\n            \"word\": \"èri ogè afù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"it is a long time since\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Èri ogè afù ànyị afụnùrò\",\n                    \"english\": \"We haven’t seen each other for a very long time\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ri\"\n            ]\n        }\n    ],\n    \"-ri\": [\n        {\n            \"word\": \"-ri\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"leak; be leaking\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ìtè m nà-èri ēri\",\n                    \"english\": \"My pot is leaking\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-richa\": [\n        {\n            \"word\": \"-richa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wipe, clean off (e.g. dusty table with damp duster)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ri-\"\n            ]\n        }\n    ],\n    \"-richapù\": [\n        {\n            \"word\": \"-richapù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cleanse; purify\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ri-\"\n            ]\n        }\n    ],\n    \"-ripù\": [\n        {\n            \"word\": \"-ripù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"push back (gradually pushing object, e.g. on a table, till it falls off it); wipe off\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ri-\"\n            ]\n        }\n    ],\n    \"-ri-\": [\n        {\n            \"word\": \"-ri-\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"clean, wipe off\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-rị àrị\": [\n        {\n            \"word\": \"-rị àrị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"walk (of insects)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rị\"\n            ]\n        }\n    ],\n    \"-rị āzụ\": [\n        {\n            \"word\": \"-rị āzụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"move back; flinch; be reluctant; hold back; fall back\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rị\"\n            ]\n        }\n    ],\n    \"-rịchìgha\": [\n        {\n            \"word\": \"-rịchìgha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"move backwards (of insects); flow back, down (of water)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rị\"\n            ]\n        }\n    ],\n    \"-rịrụka\": [\n        {\n            \"word\": \"-rịrụka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"move aside; push aside\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rị\"\n            ]\n        }\n    ],\n    \"-rịchi\": [\n        {\n            \"word\": \"-rịchi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"swell and fill (a receptacle); heal up (of wound)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rị\"\n            ]\n        }\n    ],\n    \"-rịlị\": [\n        {\n            \"word\": \"-rịlị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"swell; rise; puff out; increase in bulk (as dough)\",\n                \"heal; granulate (of wound)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rị\"\n            ]\n        }\n    ],\n    \"-mìri\": [\n        {\n            \"word\": \"-mìri\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"dive deep\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rị\"\n            ]\n        }\n    ],\n    \"-nwụrụ\": [\n        {\n            \"word\": \"-nwụrụ\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"be dead\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nkịtā m ànwụrụgo\",\n                    \"english\": \"My dog is dead\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-rị\"\n            ]\n        }\n    ],\n    \"-nyiri\": [\n        {\n            \"word\": \"-nyiri\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"stand up and go\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rị\"\n            ]\n        }\n    ],\n    \"-rị\": [\n        {\n            \"word\": \"-rị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"walk (of insects)\",\n                \"fill up (of healing sore, or receptacle being gradually filled with water)\",\n                \"intensity, completeness of action (compare -lụ 5.?)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-ri\",\n                \"-rụ\",\n                \"-ru\"\n            ],\n            \"stems\": []\n        }\n    ],\n    \"-rì amā\": [\n        {\n            \"word\": \"-rì amā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"mark\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rì\"\n            ]\n        }\n    ],\n    \"-rìba amā\": [\n        {\n            \"word\": \"-rìba amā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"mark something; put a mark on\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rì\"\n            ]\n        }\n    ],\n    \"ife nrìba amā\": [\n        {\n            \"word\": \"ife nrìba amā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"a mark (placed on something in order to distinguish it from the others or in order to be able to recognize it in future)\",\n                \"remark; notice\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Achòlù m kà ànyị begbàdo ewu ānyị niīne ntì aka nnī kà ọ bụlụ ife nrìba amā ijī wèe malụ ewu ānyị ebe ànyị àfùnà ya\",\n                    \"english\": \"I suggest that we cut off the right ear of each one of our goats as a mark to enable us to recognize our goat wherever we find it\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-rì\"\n            ]\n        }\n    ],\n    \"-rì akwa\": [\n        {\n            \"word\": \"-rì akwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cry out\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rì\"\n            ]\n        }\n    ],\n    \"-rìnyị\": [\n        {\n            \"word\": \"-rìnyị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hurt\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rì\"\n            ]\n        }\n    ],\n    \"-rì àrì\": [\n        {\n            \"word\": \"-rì àrì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"ferment (e.g. beans for making àkàlà)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rì\"\n            ]\n        }\n    ],\n    \"-rì\": [\n        {\n            \"word\": \"-rì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"mark; mark distinctively; put mark on in order to be able to recognise the object marked in future\",\n                \"cry out (and sob, hard); exclaim in astonishment\",\n                \"hurt internally, like pain from septic sore or rheumatic joint\",\n                \"heal; granulate (of wound)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-rìdo\": [\n        {\n            \"word\": \"-rìdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"choke; throttle\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rì-\"\n            ]\n        }\n    ],\n    \"-rìlị\": [\n        {\n            \"word\": \"-rìlị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go aground\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rì-\"\n            ]\n        }\n    ],\n    \"-rìnye\": [\n        {\n            \"word\": \"-rìnye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"give up; hand over\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rì-\"\n            ]\n        }\n    ],\n    \"-rì-\": [\n        {\n            \"word\": \"-rì-\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"compress hard (e.g. the throat); choke; press firmly against\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-rogha\": [\n        {\n            \"word\": \"-rogha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"move; transplant\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ro\"\n            ]\n        }\n    ],\n    \"-roni\": [\n        {\n            \"word\": \"-roni\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"move; root up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ro\"\n            ]\n        }\n    ],\n    \"-ropù\": [\n        {\n            \"word\": \"-ropù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"move; root up; cast out; root out\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ro\"\n            ]\n        }\n    ],\n    \"-ro\": [\n        {\n            \"word\": \"-ro\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"root; uproot\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-rò irò\": [\n        {\n            \"word\": \"-rò irò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tell story; tell story in which song features; tell tale, fable\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rò\"\n            ]\n        }\n    ],\n    \"òrùrò\": [\n        {\n            \"word\": \"òrùrò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hanging; strangling\",\n                \"choosing; picking\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ànyî chòlù ịrò ndị gāje ịnòchì anya ānyị na nzùkọ echī\",\n                    \"english\": \"We want to choose those who are going to represent us in tomorrow's meeting\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-rò\"\n            ]\n        }\n    ],\n    \"-ròpùta\": [\n        {\n            \"word\": \"-ròpùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"choose, pick out; ordain\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Rọpùta ndi gā-eje ịgbā bọòlù\",\n                    \"english\": \"Pick out those who are going to play football\"\n                },\n                {\n                    \"igbo\": \"Rọpùta mkpụlụ akwū a gà-èbu je afīa\",\n                    \"english\": \"Pick out the palm nuts that will be taken to the market\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-rò\"\n            ]\n        }\n    ],\n    \"-ròta\": [\n        {\n            \"word\": \"-ròta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"choose; choose and take; succeed in choosing the right one; make the right choice\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Aròtago m onye nwēlụ ike imē ife m chòlù\",\n                    \"english\": \"I have got (after going through a group) the person who is able to do my bidding\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-rò\"\n            ]\n        }\n    ],\n    \"-rò\": [\n        {\n            \"word\": \"-rò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tell (story, usually featuring songs)\",\n                \"hang; be strangled\",\n                \"choose; pick\",\n                \"bruise; squeeze; mash\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àdâ chòlù ịrò ònugbù a gà-èji te ofē n’anyàsì\",\n                    \"english\": \"Ada wants to squeeze the bitter leaves with which to prepare a soup in the evening\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-rọpù\": [\n        {\n            \"word\": \"-rọpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lift down (e.g. pot from tripod)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Rọpū ìtè ọ bụlụ nà nni eghègo\",\n                    \"english\": \"Lift down the pot if the food is done\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-rọ\"\n            ]\n        }\n    ],\n    \"-rọpùta\": [\n        {\n            \"word\": \"-rọpùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lift down and out (e.g. pot from the cooking tripod)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rọ\"\n            ]\n        }\n    ],\n    \"-rọtù\": [\n        {\n            \"word\": \"-rọtù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lift down\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rọ\"\n            ]\n        }\n    ],\n    \"-rọ alụ\": [\n        {\n            \"word\": \"-rọ alụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pain severely; throb\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rọ\"\n            ]\n        }\n    ],\n    \"-rọ mbo\": [\n        {\n            \"word\": \"-rọ mbo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pinch, scratch with nails\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rọ\"\n            ]\n        }\n    ],\n    \"-rọ\": [\n        {\n            \"word\": \"-rọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lift down (e.g. pot from the cooking tripod, after the food has been cooked)\",\n                \"pinch (e.g. with nail, claw)\",\n                \"not (-rọò when in final position after non-low tone)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-rọgo(lụ)\": [\n        {\n            \"word\": \"-rọgo(lụ)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"ascend; go up; climb\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ogè Onye nwē anyị nà-àkwadebe ịrōgo n’enu igwē Ọ kpōkòlù ụmū āzụ Ya ọnụ, nye fā nkasì obì\",\n                    \"english\": \"When our Lord was about to ascend into heaven He called His disciples together and comforted them\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-rọ-go\"\n            ]\n        }\n    ],\n    \"-rọgota\": [\n        {\n            \"word\": \"-rọgota\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"climb up towards (the speaker)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Rògota n’ebe ànyị nò\",\n                    \"english\": \"Come up where we are\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-rọ-go\"\n            ]\n        }\n    ],\n    \"-rọ-go\": [\n        {\n            \"word\": \"-rọ-go\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-rọgòba\": [\n        {\n            \"word\": \"-rọgòba\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"coil\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rọ-gò\"\n            ]\n        }\n    ],\n    \"-rọ-gò\": [\n        {\n            \"word\": \"-rọ-gò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"twist; twist and bend\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Achòlù m ịrōgò aŋa a gà-èji kpā ǹkàtà\",\n                    \"english\": \"I want to bend the cane with which to make a basket\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òruru\": [\n        {\n            \"word\": \"òruru\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pouring\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ru\"\n            ]\n        }\n    ],\n    \"-ru ajā\": [\n        {\n            \"word\": \"-ru ajā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pour away sand\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ru\"\n            ]\n        }\n    ],\n    \"-rubà\": [\n        {\n            \"word\": \"-rubà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pour in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ru\"\n            ]\n        }\n    ],\n    \"-rufèga\": [\n        {\n            \"word\": \"-rufèga\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pour over\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ru\"\n            ]\n        }\n    ],\n    \"-rufù\": [\n        {\n            \"word\": \"-rufù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pour away, spill (of water)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Mmanya dī n’ime īko èrufùgo\",\n                    \"english\": \"The wine in the cup has spilt\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ru\"\n            ]\n        }\n    ],\n    \"-rukpọ\": [\n        {\n            \"word\": \"-rukpọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"gouge out (eye)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ru\"\n            ]\n        }\n    ],\n    \"-rukwàsị\": [\n        {\n            \"word\": \"-rukwàsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pour upon\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ru\"\n            ]\n        }\n    ],\n    \"-ru mmilī\": [\n        {\n            \"word\": \"-ru mmilī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pour out water\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ru\"\n            ]\n        }\n    ],\n    \"-ru nwamīli\": [\n        {\n            \"word\": \"-ru nwamīli\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"urinate\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anà m èje irū nwamīli\",\n                    \"english\": \"I am going to urinate\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ru\"\n            ]\n        }\n    ],\n    \"-runye\": [\n        {\n            \"word\": \"-runye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pour into\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ru\"\n            ]\n        }\n    ],\n    \"-rupù\": [\n        {\n            \"word\": \"-rupù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pour out; flow or flow out\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ru\"\n            ]\n        }\n    ],\n    \"-ru alūsị\": [\n        {\n            \"word\": \"-ru alūsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"venerate divinities\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ru\"\n            ]\n        }\n    ],\n    \"-rube\": [\n        {\n            \"word\": \"-rube\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bow; submit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ru\"\n            ]\n        }\n    ],\n    \"-rudo\": [\n        {\n            \"word\": \"-rudo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"persuade; urge; compel\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ru\"\n            ]\n        }\n    ],\n    \"-rugò\": [\n        {\n            \"word\": \"-rugò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bend; stoop\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ru\"\n            ]\n        }\n    ],\n    \"-rughalị\": [\n        {\n            \"word\": \"-rughalị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"turn, bend round; change\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ru\"\n            ]\n        }\n    ],\n    \"-rukpùdo\": [\n        {\n            \"word\": \"-rukpùdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"turn upside down\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bikō rukpùdo ọbà afù n’ànì, nà amārọ m ife nā-esì n’imē ya\",\n                    \"english\": \"Please turn that calabash upside down, for I don’t know what is smelling in it\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ru\"\n            ]\n        }\n    ],\n    \"-rulu\": [\n        {\n            \"word\": \"-rulu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stoop; remain stooped\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ru\"\n            ]\n        }\n    ],\n    \"-runata\": [\n        {\n            \"word\": \"-runata\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stoop down a bit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ru\"\n            ]\n        }\n    ],\n    \"-rurùpù\": [\n        {\n            \"word\": \"-rurùpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"draw away\",\n                \"be downcast; mourn\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ru\"\n            ]\n        }\n    ],\n    \"-ru ùru\": [\n        {\n            \"word\": \"-ru ùru\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"mourn; be sorrowful, downcast; grieve\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ru\",\n                \"ùru\"\n            ]\n        }\n    ],\n    \"-ru ụjụ\": [\n        {\n            \"word\": \"-ru ụjụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"mourn\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ibè nà-èru ụjū\",\n                    \"english\": \"Ibe is mourning\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ru\"\n            ]\n        }\n    ],\n    \"-ru ufie\": [\n        {\n            \"word\": \"-ru ufie\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rub camwood on body\",\n                \"red; reddish\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ru\",\n                \"ufie\"\n            ]\n        }\n    ],\n    \"-ru nne\": [\n        {\n            \"word\": \"-ru nne\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"grow (of tuber); grow to more than average size (of tuber)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ru\"\n            ]\n        }\n    ],\n    \"-ru\": [\n        {\n            \"word\": \"-ru\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pour; cast metal\",\n                \"bend down; turn; change (for worse); stoop; influence; respect; venerate\",\n                \"rub on\",\n                \"grow (of tubers, e.g. yam)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ji m kòlù n’ọnwa gālụ aga èbidogo irū\",\n                    \"english\": \"The yam I planted last month has started to grow a new tuber\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-rùbà\": [\n        {\n            \"word\": \"-rùbà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"flow into\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òsìmìrì Naịjà nà-èrubà n’ime mmili nnū a nà-àkpọ Àtlantìk\",\n                    \"english\": \"The Niger River flows into an ocean called the Atlantic\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-rù\"\n            ]\n        }\n    ],\n    \"-rùchibìdo\": [\n        {\n            \"word\": \"-rùchibìdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"flood\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Mmilī erūchìbìdogo ogbē ūfọdụ\",\n                    \"english\": \"Some districts are flooded\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-rù\"\n            ]\n        }\n    ],\n    \"-rùdà\": [\n        {\n            \"word\": \"-rùdà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"run down (of water); flow down\",\n                \"lower the price; price down\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rù\"\n            ]\n        }\n    ],\n    \"-rùfèga\": [\n        {\n            \"word\": \"-rùfèga\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"flow over\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rù\"\n            ]\n        }\n    ],\n    \"-rùfù\": [\n        {\n            \"word\": \"-rùfù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"flow, run away\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rù\"\n            ]\n        }\n    ],\n    \"-rùghalị\": [\n        {\n            \"word\": \"-rùghalị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"flow; float; drift to and fro\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Mmilī nà-erùghalị n’ebe niīne na Mbà Mmīli\",\n                    \"english\": \"Water flows everywhere in the Rivers\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-rù\"\n            ]\n        }\n    ],\n    \"-rùnye\": [\n        {\n            \"word\": \"-rùnye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"flow into\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rù\"\n            ]\n        }\n    ],\n    \"-rù ụmā\": [\n        {\n            \"word\": \"-rù ụmā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"charge, price more than right price\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rù\",\n                \"ụmā\"\n            ]\n        }\n    ],\n    \"-rù àrù\": [\n        {\n            \"word\": \"-rù àrù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shake; shiver; shiver with cold\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rù\"\n            ]\n        }\n    ],\n    \"-rù lìlì\": [\n        {\n            \"word\": \"-rù lìlì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shiver; quiver\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nwatā wūlụ mmili oyī nà-arū lìlìlì\",\n                    \"english\": \"The child who washed with cold water is shivering\"\n                }\n            ],\n            \"variations\": [\n                \"-rù lìlìlì\"\n            ],\n            \"stems\": [\n                \"-rù\"\n            ]\n        }\n    ],\n    \"-rùpù\": [\n        {\n            \"word\": \"-rùpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"untie; shake off; shake oneself free of\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rù\"\n            ]\n        }\n    ],\n    \"-rùrube\": [\n        {\n            \"word\": \"-rùrube\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rumble (of thunder)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rù\"\n            ]\n        }\n    ],\n    \"-rùrùpù\": [\n        {\n            \"word\": \"-rùrùpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shake out, off\",\n                \"shout and thereby stop someone from doing something\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Arụrùpùgo m egbe ibū ọkụkù\",\n                    \"english\": \"I shouted at the hawk and prevented it carrying off the chicken\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-rù\"\n            ]\n        }\n    ],\n    \"-rùni\": [\n        {\n            \"word\": \"-rùni\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"scare off\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rù\"\n            ]\n        }\n    ],\n    \"-rù ekò\": [\n        {\n            \"word\": \"-rù ekò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"blow bellows\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rù\"\n            ]\n        }\n    ],\n    \"-rù ànì\": [\n        {\n            \"word\": \"-rù ànì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sacrifice to ground, regarded as deity\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-rù\"\n            ]\n        }\n    ],\n    \"-rù mọọ\": [\n        {\n            \"word\": \"-rù mọọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"look after deities\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"mọō\"\n            ],\n            \"stems\": [\n                \"-rù\"\n            ]\n        }\n    ],\n    \"-rù\": [\n        {\n            \"word\": \"-rù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"flow (like a river)\",\n                \"\\\"price\\\"; bargain\",\n                \"shake; shiver\",\n                \"shout seriously at in order to scare off or to warn\",\n                \"blow (bellows)\",\n                \"perform routine or occasional obligation to a divinity, by offering certain sacrifices to it; usually done by the head priest of a particular divinity (sometimes propitiation for appeasement)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Achòlù m ịrù akwā à ọnū\",\n                    \"english\": \"I want to price this cloth\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-ru-be\": [\n        {\n            \"word\": \"-ru-be\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"around\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"A chò m kà ụnù garube m òkìlìkili\",\n                    \"english\": \"I want you (pl.) to form a circle round me. (In imperative can sometimes be used without -be\"\n                },\n                {\n                    \"igbo\": \"Tùru yā òkìlìkili\",\n                    \"english\": \"Plant (things) around it)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-rù-be\": [\n        {\n            \"word\": \"-rù-be\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"(move about) thoroughly; vigorously\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-ru-ka\": [\n        {\n            \"word\": \"-ru-ka\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see -rụ-ka\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-rụdà\": [\n        {\n            \"word\": \"-rụdà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"burn up (through roasting)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Gịnī kà ị nà-àrụ? Anà m àrụ jī\",\n                    \"english\": \"What are you roasting? I am roasting a yam\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-rụ\"\n            ]\n        }\n    ],\n    \"-rụ\": [\n        {\n            \"word\": \"-rụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"roast\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-rụ-ka\": [\n        {\n            \"word\": \"-rụ-ka\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"aside\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-ru-ka\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"S\": [\n        {\n            \"word\": \"S\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òsịsa\": [\n        {\n            \"word\": \"òsịsa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"(act of) washing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sa\"\n            ]\n        }\n    ],\n    \"-sa àrụ\": [\n        {\n            \"word\": \"-sa àrụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take a bath\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sa\"\n            ]\n        }\n    ],\n    \"-sacha\": [\n        {\n            \"word\": \"-sacha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wash; scrub\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sa\"\n            ]\n        }\n    ],\n    \"-sachanye\": [\n        {\n            \"word\": \"-sachanye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wash and give\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Sàchanye m ofu afele\",\n                    \"english\": \"Wash one plate and give it to me (i.e. immediately)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-sa\"\n            ]\n        }\n    ],\n    \"-sachapù\": [\n        {\n            \"word\": \"-sachapù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wash; wash clean, off\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Jèe sachàpù inyi dī n’afele afù\",\n                    \"english\": \"Go and wash the dirt off that plate\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-sa\"\n            ]\n        }\n    ],\n    \"-sachapùta\": [\n        {\n            \"word\": \"-sachapùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wash out; rinse out\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Sachàpùta īko à\",\n                    \"english\": \"Rinse out this cup\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-sa\"\n            ]\n        }\n    ],\n    \"-sachata\": [\n        {\n            \"word\": \"-sachata\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wash and bring\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sa\"\n            ]\n        }\n    ],\n    \"-sapù\": [\n        {\n            \"word\": \"-sapù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wash out; (fig.) die out (of a family)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sa\"\n            ]\n        }\n    ],\n    \"-sa ùla\": [\n        {\n            \"word\": \"-sa ùla\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go and sleep with a friend or relative away from one's home\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Ì sago ūla?\",\n                    \"english\": \"Good morning (literally Have you spent the night away?, but can be used in any circumstances)\"\n                },\n                {\n                    \"igbo:\": \"Ì pùtago ūla?\",\n                    \"english\": \"Good morning\"\n                }\n            ],\n            \"variations\": [\n                \"-chọ ùla\"\n            ],\n            \"stems\": [\n                \"-sa\",\n                \"ùla\"\n            ]\n        }\n    ],\n    \"-sa obodobo\": [\n        {\n            \"word\": \"-sa obodobo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be flat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sa\"\n            ]\n        }\n    ],\n    \"-fesa\": [\n        {\n            \"word\": \"-fesa\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"sprinkle over\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sa\"\n            ]\n        }\n    ],\n    \"-sa\": [\n        {\n            \"word\": \"-sa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wash; scrub\",\n                \"upon; at; over\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anà m àsa afele\",\n                    \"english\": \"I am washing plates\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-sala mmīli\": [\n        {\n            \"word\": \"-sala mmīli\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lap water (as dog)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sa-\"\n            ]\n        }\n    ],\n    \"-sa-\": [\n        {\n            \"word\": \"-sa-\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lap water (as dog)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-sàchi\": [\n        {\n            \"word\": \"-sàchi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shut, close (usually book)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sà\"\n            ]\n        }\n    ],\n    \"-sàchi akwụkwọ\": [\n        {\n            \"word\": \"-sàchi akwụkwọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shut, close book\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Sàchizịa akwụkwọ afù nọòfụ\",\n                    \"english\": \"It is high time you closed that book!\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-sà\"\n            ]\n        }\n    ],\n    \"-sàgbàpù\": [\n        {\n            \"word\": \"-sàgbàpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"open wide (usually book, cloth, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sà\"\n            ]\n        }\n    ],\n    \"-sàghe\": [\n        {\n            \"word\": \"-sàghe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"open; open wide (e.g. hand, mouth, book, but not door)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sà\"\n            ]\n        }\n    ],\n    \"-sàghepù\": [\n        {\n            \"word\": \"-sàghepù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"open wide\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sà\"\n            ]\n        }\n    ],\n    \"-sànye\": [\n        {\n            \"word\": \"-sànye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"open and show another something; reveal to; initiate\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sà\"\n            ]\n        }\n    ],\n    \"-sàta\": [\n        {\n            \"word\": \"-sàta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"open page of book\",\n                \"spread (as result of something being opened)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Sàta Abù Ọma isi ǹke īsiì\",\n                    \"english\": \"Open at the Book of Psalms, chapter six\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-sà\"\n            ]\n        }\n    ],\n    \"-kwusà\": [\n        {\n            \"word\": \"-kwusà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"say about; spread the news\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sà\"\n            ]\n        }\n    ],\n    \"-zisà\": [\n        {\n            \"word\": \"-zisà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"disseminate\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ànyị nà èje izīsà Ozi Ọma\",\n                    \"english\": \"We are going to spread the Gospel\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-sà\"\n            ]\n        }\n    ],\n    \"òsìsà\": [\n        {\n            \"word\": \"òsìsà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"answering; replying; retorting; making one's defence\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sà\"\n            ]\n        }\n    ],\n    \"-sà ụsà\": [\n        {\n            \"word\": \"-sà ụsà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make excuse\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Gịnī bù ụsà ọ sàlù?\",\n                    \"english\": \"What was his excuse? or, What excuse did he give?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-sà\"\n            ]\n        }\n    ],\n    \"-sà ùsà\": [\n        {\n            \"word\": \"-sà ùsà\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"pinch (bits of food, meat, etc., usually by children)\",\n                \"make excuse\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sà\",\n                \"ùsà \"\n            ]\n        }\n    ],\n    \"-sà asìsà\": [\n        {\n            \"word\": \"-sà asìsà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"confess evil while delirious or semi-insane (compare -sà n’ọnū)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sà\"\n            ]\n        }\n    ],\n    \"-sà\": [\n        {\n            \"word\": \"-sà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"open (hand, book, cloth, but not door)\",\n                \"answer; reply; excuse; retort; make one's defence\",\n                \"v,\",\n                \"confess to crime, abomination, voluntarily, and sometimes during delirium, semi-insanity, severe labour pains, etc.\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"saà\": [\n        {\n            \"word\": \"saà\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"exclamation of displeasure; Shut up! Be quiet!\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"saì!\": [\n        {\n            \"word\": \"saì!\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"exclamation to scare away dogs pilfering or disturbing one\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nkịtāà nụ, saì!\",\n                    \"english\": \"You dog, be off!\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"sam\": [\n        {\n            \"word\": \"sam\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"beauty; attractiveness; fitness; eligibility\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àfè nwaànyì afù yì dì sam\",\n                    \"english\": \"The woman looked fine in that dress\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"sambà\": [\n        {\n            \"word\": \"sambà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"frame-drum, flat square drum (compare Yoruba)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"sannò\": [\n        {\n            \"word\": \"sannò\",\n            \"wordClass\": \"CD\",\n            \"definitions\": [\n                \"nine (arch., compare ìtènaānị)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Madū nō n’ime ụnò akwụkwô dì sannò\",\n                    \"english\": \"The people in the school are nine\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-secha\": [\n        {\n            \"word\": \"-secha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"skim (oil, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-se\"\n            ]\n        }\n    ],\n    \"-se ese\": [\n        {\n            \"word\": \"-se ese\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"float\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-se\"\n            ]\n        }\n    ],\n    \"-se\": [\n        {\n            \"word\": \"-se\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"float\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òsìsè\": [\n        {\n            \"word\": \"òsìsè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"convulsions\",\n                \"drawing (of diagram); photographing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sè\"\n            ]\n        }\n    ],\n    \"-sèchìgha\": [\n        {\n            \"word\": \"-sèchìgha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"draw back; withdraw\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sè\"\n            ]\n        }\n    ],\n    \"-sè èsè\": [\n        {\n            \"word\": \"-sè èsè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pull; draw\",\n                \"photograph\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sè\"\n            ]\n        }\n    ],\n    \"-sègba\": [\n        {\n            \"word\": \"-sègba\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"form a train; go on; go forward; push along; extend to\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Achòlù m kà i sègbaa ōwụwa ànì afù ị nà-àwa kà o rute n’iru ụnō ānyị\",\n                    \"english\": \"I want you to extend the trench you are digging to reach the front of our house\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-sè\"\n            ]\n        }\n    ],\n    \"-sèka akwụkwọ\": [\n        {\n            \"word\": \"-sèka akwụkwọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dismiss a case (literally tear papers)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sè\"\n            ]\n        }\n    ],\n    \"-sèkọba\": [\n        {\n            \"word\": \"-sèkọba\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"contract in size\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sè\"\n            ]\n        }\n    ],\n    \"-sèkọnata\": [\n        {\n            \"word\": \"-sèkọnata\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pull together; pull together to the centre\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sè\"\n            ]\n        }\n    ],\n    \"-sèkpụ\": [\n        {\n            \"word\": \"-sèkpụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"carry in hand by handle (e.g. bag, bucket)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sè\"\n            ]\n        }\n    ],\n    \"-sèkpụni\": [\n        {\n            \"word\": \"-sèkpụni\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lift up; drag up\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ chòlù isèkpùnì nwatā dālụ adà\",\n                    \"english\": \"She wants to pull up the child who has fallen down\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-sè\"\n            ]\n        }\n    ],\n    \"-sèkpụnye\": [\n        {\n            \"word\": \"-sèkpụnye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"drag into; drag to\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Sèkpụnye m nwa m\",\n                    \"english\": \"Give me my child (i.e. Pull my child by the hand and hand her over to me)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-sè\"\n            ]\n        }\n    ],\n    \"-sèkpụpù\": [\n        {\n            \"word\": \"-sèkpụpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"draw away forcibly; drag away\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Sekpùpù nwatà afū nà-atatò ọnū ilo\",\n                    \"english\": \"Drag that jabbering boy out\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-sè\"\n            ]\n        }\n    ],\n    \"-sèlụ\": [\n        {\n            \"word\": \"-sèlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pull, draw to oneself\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sè\"\n            ]\n        }\n    ],\n    \"-sènita\": [\n        {\n            \"word\": \"-sènita\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"draw up, lift up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sè\"\n            ]\n        }\n    ],\n    \"sè okwu\": [\n        {\n            \"word\": \"sè okwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"quarrel (literally draw words)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Mụ nà Èjìòfọ nà-esè okwū\",\n                    \"english\": \"Ejiọfọ and myself are quarrelling\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-sè\"\n            ]\n        }\n    ],\n    \"-sèpùta\": [\n        {\n            \"word\": \"-sèpùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"draw out (as bucket from well)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Isēpùtà ìtè n’ime ūmị adịrō ọlụ\",\n                    \"english\": \"To pull a pot out from the well is not difficult\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-sè\"\n            ]\n        }\n    ],\n    \"-sèsà\": [\n        {\n            \"word\": \"-sèsà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"draw apart; scatter; spread about; litter; tear by pulling\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Jèe sesàa ụmù akā nā-anū ògù\",\n                    \"english\": \"Go and separate (or pull apart) the children who are fighting\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-sè\"\n            ]\n        }\n    ],\n    \"-sètị\": [\n        {\n            \"word\": \"-sètị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stretch\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sè\"\n            ]\n        }\n    ],\n    \"-sètịpù\": [\n        {\n            \"word\": \"-sètịpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stretch out\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Setìpù akā gị\",\n                    \"english\": \"Stretch out your hand\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-sè\"\n            ]\n        }\n    ],\n    \"-sètịwanye\": [\n        {\n            \"word\": \"-sètịwanye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"widen by stretching; stretch further\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sè\"\n            ]\n        }\n    ],\n    \"-sètọ\": [\n        {\n            \"word\": \"-sètọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tear by pulling\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-àchọ isètò elili e jìlì ke ngwùgwù afù\",\n                    \"english\": \"He wants to break (by pulling) the rope used in tying the parcel\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-sè\"\n            ]\n        }\n    ],\n    \"-sètù\": [\n        {\n            \"word\": \"-sètù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"drag down; pull down\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òfô jìlì iwe setù nwa nnē ya n’enu obē, nwa nnē ya dàa tijie ōfu akā\",\n                    \"english\": \"Ọfọ angrily pulled down his brother from the ladder, his brother fell and fractured one arm\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-sè\"\n            ]\n        }\n    ],\n    \"-sè ụtịlī\": [\n        {\n            \"word\": \"-sè ụtịlī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stretch oneself (as sometimes done when yawning or during exhaustion or idleness)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sè\"\n            ]\n        }\n    ],\n    \"-sèwa\": [\n        {\n            \"word\": \"-sèwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tear; pull asunder; tear apart\",\n                \"draw on (cigarette, etc.)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Sèwaa yā ìbụō\",\n                    \"english\": \"Tear it into two\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-sè\"\n            ]\n        }\n    ],\n    \"-sè anwụlù (ùtabà)\": [\n        {\n            \"word\": \"-sè anwụlù (ùtabà)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"smoke tobacco\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sè\"\n            ]\n        }\n    ],\n    \"-sè sìga\": [\n        {\n            \"word\": \"-sè sìga\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"smoke cigarette\",\n                \"stir (e.g. with rod in thickening food)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Èjìma adī esē sìga\",\n                    \"english\": \"Ejima does not smoke\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-sè\",\n                \"sìga\"\n            ]\n        }\n    ],\n    \"-sè nni\": [\n        {\n            \"word\": \"-sè nni\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stir food (like preparation of pap)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sè\"\n            ]\n        }\n    ],\n    \"-sè ògbàdụ\": [\n        {\n            \"word\": \"-sè ògbàdụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"prepare corn meal, i.e. pap, which begins as white watery fluid, then thickens gradually as it becomes more heated, becoming very thick towards the end of the cooking. The cook keeps on stirring it throughout the cooking\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sè\"\n            ]\n        }\n    ],\n    \"-sèlụ (ife)\": [\n        {\n            \"word\": \"-sèlụ (ife)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"reflect, photograph (an object)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sè\"\n            ]\n        }\n    ],\n    \"-sè\": [\n        {\n            \"word\": \"-sè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"draw; pull; stretch\",\n                \"draw (e.g. diagram)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-se-kpù\": [\n        {\n            \"word\": \"-se-kpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"crouch; kneel down\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"sepànịpà\": [\n        {\n            \"word\": \"sepànịpà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a weak person who struggles in vain to beat a stronger opponent\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-shọ ùzù\": [\n        {\n            \"word\": \"-shọ ùzù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"quarrel noisily = -tụ ùzù\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-shọ\"\n            ]\n        }\n    ],\n    \"-shọ\": [\n        {\n            \"word\": \"-shọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"(dialectal form of -fịọ)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"shọòshọò\": [\n        {\n            \"word\": \"shọòshọò\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see fịòfịò\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-siji\": [\n        {\n            \"word\": \"-siji\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dye; dye black\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-si\"\n            ]\n        }\n    ],\n    \"-sifìè\": [\n        {\n            \"word\": \"-sifìè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pass the wrong way; miss road, way\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-si\"\n            ]\n        }\n    ],\n    \"-sifìè ụzò\": [\n        {\n            \"word\": \"-sifìè ụzò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"miss road, way\",\n                \"come from\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ji esīzi n’isi pu ò si n’ọdù pu\",\n                    \"english\": \"If yam does not bring out a shoot from the head, it brings it through the tail\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-si\",\n                \"ụzò\"\n            ]\n        }\n    ],\n    \"-si bịa\": [\n        {\n            \"word\": \"-si bịa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"come from; come by way of\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Èbeē kà onye dibìà gà-èsi bịa?\",\n                    \"english\": \"Where is the doctor going to come from?\"\n                },\n                {\n                    \"igbo\": \"Ǹkaà bù nwatà nwokē si ụnò bịa ọfụū\",\n                    \"english\": \"This is the boy who came from home recently, or who has just come from home\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-si\"\n            ]\n        }\n    ],\n    \"-site\": [\n        {\n            \"word\": \"-site\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take, come through, by\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ụzō à kà m sìtèlù bịa\",\n                    \"english\": \"This is the road I took to come\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-si\"\n            ]\n        }\n    ],\n    \"site nà\": [\n        {\n            \"word\": \"site nà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"from; through\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Site n’okwu o kwulu kà m jìlì malụ nà egwù nà-àtụ yā\",\n                    \"english\": \"From what he said, I knew he was afraid\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-si\"\n            ]\n        }\n    ],\n    \"-sika ike\": [\n        {\n            \"word\": \"-sika ike\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be very, too, strong, difficult\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọlụ afù èsika ikē\",\n                    \"english\": \"The work is very difficult\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-si\"\n            ]\n        }\n    ],\n    \"-si òbò\": [\n        {\n            \"word\": \"-si òbò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be lazy, idle\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-si\"\n            ]\n        }\n    ],\n    \"-jesi ijè ike\": [\n        {\n            \"word\": \"-jesi ijè ike\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"to go fast\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-si\"\n            ]\n        }\n    ],\n    \"-jìdesi ike\": [\n        {\n            \"word\": \"-jìdesi ike\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hold firmly\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Jìdesie yā ike\",\n                    \"english\": \"Hold him firmly\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-si\"\n            ]\n        }\n    ],\n    \"-jìsi ike\": [\n        {\n            \"word\": \"-jìsi ike\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"put more effort; persevere; maintain effort; hold firmly by that illness)\",\n                \"form of greeting to person travelling, working or going for an examination, meaning farewell or struggle hard, etc.\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọyà afù jìsìlì yà ike\",\n                    \"english\": \"He is seriously ill (literally He is firmly held\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-si\"\n            ]\n        }\n    ],\n    \"Jìsie ikē\": [\n        {\n            \"word\": \"Jìsie ikē\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"struggle hard, or persevere (used as greeting to someone working, travelling, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-si\"\n            ]\n        }\n    ],\n    \"-lụsi ọlụ ike\": [\n        {\n            \"word\": \"-lụsi ọlụ ike\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"work hard, energetically\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Lùsie ọlū gị ike\",\n                    \"english\": \"Do your work energetically\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-si\"\n            ]\n        }\n    ],\n    \"-mesi ike\": [\n        {\n            \"word\": \"-mesi ike\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"do energetically\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Mèsie ife afù ị nà-ème ikē\",\n                    \"english\": \"Do that thing you are doing energetically\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-si\"\n            ]\n        }\n    ],\n    \"-tisi ike\": [\n        {\n            \"word\": \"-tisi ike\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"beat hard\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àchọrō m itīsi ya ike\",\n                    \"english\": \"I don’t want to beat it hard\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-si\"\n            ]\n        }\n    ],\n    \"-sikwụ\": [\n        {\n            \"word\": \"-sikwụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"compare; contrast; think about; consider; criticise\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Achòlù m ijī òkè m sikwụ ǹkè gị kà m wèe malụ ǹke kā ibè ya\",\n                    \"english\": \"I want to compare your share with mine to know which is greater (placing them side by side)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-si\"\n            ]\n        }\n    ],\n    \"-si ngọ\": [\n        {\n            \"word\": \"-si ngọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"doubt; doubt obstinately\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-si\"\n            ]\n        }\n    ],\n    \"-sinwụ\": [\n        {\n            \"word\": \"-sinwụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"scorch; wither; have pins and needles; be numb; be half-dead\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Akwụkwọ nnī m gotalụ n’ùtụtù àsinwụgo\",\n                    \"english\": \"The vegetables I bought this morning have withered\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-si\"\n            ]\n        }\n    ],\n    \"-siwa\": [\n        {\n            \"word\": \"-siwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hurt severely\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-si\"\n            ]\n        }\n    ],\n    \"-siwasị\": [\n        {\n            \"word\": \"-siwasị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hurt severely\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Isi nà-èsiwasị m\",\n                    \"english\": \"I have a severe headache\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-si\"\n            ]\n        }\n    ],\n    \"-sinwụba\": [\n        {\n            \"word\": \"-sinwụba\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"look dejected; scowl\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Kèdụ ife mēlụ i jìlì sinwụba irū?\",\n                    \"english\": \"Why are you looking dejected?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-si\"\n            ]\n        }\n    ],\n    \"-si\": [\n        {\n            \"word\": \"-si\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cook; boil\",\n                \"pass by way of; pass\",\n                \"set (like trap)\",\n                \"hurt; pain; scorch; wither\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Èjìma nà-èsi jī\",\n                    \"english\": \"Ejima is cooking yam\"\n                },\n                {\n                    \"igbo\": \"Àchọrō m kà i si ụzō à\",\n                    \"english\": \"I don’t want you to pass this way\"\n                },\n                {\n                    \"igbo\": \"Ǹkaà bù ụzò e sì èje Nneēwi\",\n                    \"english\": \"This is the way leading to Nneewi. (literally...by which people go to Nneewi)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-sì isì\": [\n        {\n            \"word\": \"-sì isì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"smell; stink; give scent\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ntì gị nà-esì isì\",\n                    \"english\": \"Your ear is smelling\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-sì\"\n            ]\n        }\n    ],\n    \"òsìsì\": [\n        {\n            \"word\": \"òsìsì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"weighing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sì\"\n            ]\n        }\n    ],\n    \"-sìne\": [\n        {\n            \"word\": \"-sìne\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"compare; weigh a word\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sì\"\n            ]\n        }\n    ],\n    \"-sì ụkwụ\": [\n        {\n            \"word\": \"-sì ụkwụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"mark a footprint\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sì\",\n                \"ụkwụ\"\n            ]\n        }\n    ],\n    \"-sì àrụ\": [\n        {\n            \"word\": \"-sì àrụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be very tough (of person) (i.e. have very tough constitution or body that withstands great hardship, sometimes naturally or through repeated hard experience)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sì\"\n            ]\n        }\n    ],\n    \"-gbasì\": [\n        {\n            \"word\": \"-gbasì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"toughen\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sì\"\n            ]\n        }\n    ],\n    \"-sì\": [\n        {\n            \"word\": \"-sì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"smell; stink; give scent\",\n                \"weigh\",\n                \"be tough in constitution; hard\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ò gịnī nà-esì\",\n                    \"english\": \"What is smelling?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"sisì\": [\n        {\n            \"word\": \"sisì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"five kobo; sixpence (English six(pence))\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-sị àsị\": [\n        {\n            \"word\": \"-sị àsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lie; tell lies\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ị na-àsị āsị\",\n                    \"english\": \"You are lying\"\n                },\n                {\n                    \"igbo\": \"Ịsī asị nà-èbutù mmadù\",\n                    \"english\": \"Lying degrades a person\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-sị\"\n            ]\n        }\n    ],\n    \"-sị àsìlì\": [\n        {\n            \"word\": \"-sị àsìlì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"gossip\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sị\"\n            ]\n        }\n    ],\n    \"-sị òsiālị\": [\n        {\n            \"word\": \"-sị òsiālị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bear witness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sị\"\n            ]\n        }\n    ],\n    \"àsìlì\": [\n        {\n            \"word\": \"àsìlì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"gossip\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sị\"\n            ]\n        }\n    ],\n    \"onye àsìlì\": [\n        {\n            \"word\": \"onye àsìlì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"gossip(er)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sị\"\n            ]\n        }\n    ],\n    \"a sị nà\": [\n        {\n            \"word\": \"a sị nà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"if; suppose; supposing that\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sị\"\n            ]\n        }\n    ],\n    \"asìsà\": [\n        {\n            \"word\": \"asìsà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"involuntary confession while delirious or with mind wandering\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sị\"\n            ]\n        }\n    ],\n    \"-bòkasị\": [\n        {\n            \"word\": \"-bòkasị\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"divide into pieces\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sị\"\n            ]\n        }\n    ],\n    \"emesịa\": [\n        {\n            \"word\": \"emesịa\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"afterwards\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ gà-àdị mmā n’èmesịa\",\n                    \"english\": \"It will be good at last, afterwards\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-sị\"\n            ]\n        }\n    ],\n    \"o mesịa\": [\n        {\n            \"word\": \"o mesịa\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"afterwards\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O mèsìàlù bịa bē m\",\n                    \"english\": \"She came to my house at last\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-sị\"\n            ]\n        }\n    ],\n    \"o mesịzịa\": [\n        {\n            \"word\": \"o mesịzịa\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"afterwards; eventually\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sị\"\n            ]\n        }\n    ],\n    \"-sị\": [\n        {\n            \"word\": \"-sị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"say; tell\",\n                \"completely; totally\",\n                \"about (restricted to verbs ending in -sà 1. B.)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ sì nà ya amā abịa\",\n                    \"english\": \"He said that she wouldn’t come\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"sìga\": [\n        {\n            \"word\": \"sìga\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cigarette (English)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"sịò\": [\n        {\n            \"word\": \"sịò\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"exclamation of anger, disgust\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Sịò! Ifelē mèe gī Fie!\",\n                    \"english\": \"Shame on you!\"\n                },\n                {\n                    \"igbo\": \"Sịò! Ọ sòlù oyī Ooh!\",\n                    \"english\": \"It is ugly!\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-sịsị\": [\n        {\n            \"word\": \"-sịsị\",\n            \"wordClass\": \"ESUF\",\n            \"definitions\": [\n                \"continually\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Mkpụlụ akwū nà-adàsịsị\",\n                    \"english\": \"Palm nuts keep on falling\"\n                },\n                {\n                    \"igbo\": \"Mmilī nà-àtụsịsị\",\n                    \"english\": \"Water is dripping (continuously)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"sịsò\": [\n        {\n            \"word\": \"sịsò\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see sò\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-sonita\": [\n        {\n            \"word\": \"-sonita\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"grow up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-so\"\n            ]\n        }\n    ],\n    \"-sopùta\": [\n        {\n            \"word\": \"-sopùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"grow up; be of age\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-so\"\n            ]\n        }\n    ],\n    \"-so ùso\": [\n        {\n            \"word\": \"-so ùso\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"grow; be long, tall (of living thing)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-so\"\n            ]\n        }\n    ],\n    \"-sowanye\": [\n        {\n            \"word\": \"-sowanye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"increase in length, height, growth, age (of growing thing or youth)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-so\"\n            ]\n        }\n    ],\n    \"-so\": [\n        {\n            \"word\": \"-so\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"grow; be long, tall\",\n                \"sharpen\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-èso mmà\",\n                    \"english\": \"She is sharpening a knife\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-sòchi n’àzụ\": [\n        {\n            \"word\": \"-sòchi n’àzụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"follow immediately after\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Sòchie m n’àzụ\",\n                    \"english\": \"Follow immediately behind me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-sò\"\n            ]\n        }\n    ],\n    \"-sòchi ibè n’àzụ\": [\n        {\n            \"word\": \"-sòchi ibè n’àzụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"walk in single file\",\n                \"follow immediately behind or after companions\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sò\"\n            ]\n        }\n    ],\n    \"-sògbu\": [\n        {\n            \"word\": \"-sògbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"trouble; vex; persecute\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sò\"\n            ]\n        }\n    ],\n    \"-sògwa\": [\n        {\n            \"word\": \"-sògwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"mix with (e.g. in a walk)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Atụlū adī esògwalụ efī\",\n                    \"english\": \"Sheep never move about with cattle\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-sò\"\n            ]\n        }\n    ],\n    \"-sò ǹdùmọọdụ\": [\n        {\n            \"word\": \"-sò ǹdùmọọdụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"follow advice\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bikō, sòlu ǹdùmọọdụ m\",\n                    \"english\": \"Please, follow my advice\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-sò\"\n            ]\n        }\n    ],\n    \"-sòni\": [\n        {\n            \"word\": \"-sòni\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"following (e.g. day, etc.)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àda gà-àbịa ụbòsì ụkà mà mụ nwà gà-àna ụbòsị nā-esòni yā\",\n                    \"english\": \"Ada will come on Sunday but I shall go the following day\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-sò\"\n            ]\n        }\n    ],\n    \"-sò n’ùsòlò\": [\n        {\n            \"word\": \"-sò n’ùsòlò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be in order, procession\",\n                \"be in line\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Achòlù m kà ụnū sòo n’ùsòlò\",\n                    \"english\": \"I want you to form a procession, or, get into single file\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-sò\",\n                \"ùsòlò\"\n            ]\n        }\n    ],\n    \"-sònye\": [\n        {\n            \"word\": \"-sònye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"join in (e.g. a stroll or walk)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sò\"\n            ]\n        }\n    ],\n    \"-sònyelụ\": [\n        {\n            \"word\": \"-sònyelụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"accompany\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sò\"\n            ]\n        }\n    ],\n    \"-sò ụkpụlū\": [\n        {\n            \"word\": \"-sò ụkpụlū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take after, resemble ancestor (in behaviour)\",\n                \"take part in; be a member of\",\n                \"with (acting like suffix)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ụmū Ìbè niīne nà-èzugbàdo orī, fa nà-esò ụkpụlū nnà nnà fa\",\n                    \"english\": \"All of Ibè's children are thieves, they take after their grandfather\"\n                },\n                {\n                    \"igbo\": \"Enyì m sò na ndi isi ōde ākwụkwọ\",\n                    \"english\": \"My friend is one of the leading writers\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-sò\",\n                \"ụkpụlū\"\n            ]\n        }\n    ],\n    \"-gwusò egwu\": [\n        {\n            \"word\": \"-gwusò egwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"play with someone\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sò\"\n            ]\n        }\n    ],\n    \"-nụsò\": [\n        {\n            \"word\": \"-nụsò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"war against\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sò\"\n            ]\n        }\n    ],\n    \"-sò\": [\n        {\n            \"word\": \"-sò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"follow; accompany; go with\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Achòlù m isò gì na\",\n                    \"english\": \"I want to go (home) with you\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-sọ ùsọ\": [\n        {\n            \"word\": \"-sọ ùsọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be pleasant, sweet; please\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sọ\",\n                \"ùsọ\"\n            ]\n        }\n    ],\n    \"-sọpù\": [\n        {\n            \"word\": \"-sọpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"honour (by standing aside)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sọ\"\n            ]\n        }\n    ],\n    \"-sọpùlụ\": [\n        {\n            \"word\": \"-sọpùlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"honour; revere; give way to; respect\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-àsọpùlụ m dị kà nnwa\",\n                    \"english\": \"He behaves like a son to me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-sọ\"\n            ]\n        }\n    ],\n    \"nsọpùlụ\": [\n        {\n            \"word\": \"nsọpùlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"respect; honour\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sọ\"\n            ]\n        }\n    ],\n    \"-sọrụka\": [\n        {\n            \"word\": \"-sọrụka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"honour (by standing or bending aside)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sọ\"\n            ]\n        }\n    ],\n    \"-sọ oyi\": [\n        {\n            \"word\": \"-sọ oyi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"abhor; disgust; be ugly to; be ugly (e.g. faeces or ulcer)\",\n                \"forbid; be taboo\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọnya dī gị n’ụkwụ nà-àsọ m oyī\",\n                    \"english\": \"The ulcer on your leg disgusts me\"\n                },\n                {\n                    \"igbo\": \"Ndi Nneēwi nà-àsọ ewī nsọ\",\n                    \"english\": \"The giant rat is taboo to the people of Nneewi (literally The people of Nneēwi forbid the giant rat)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-sọ\"\n            ]\n        }\n    ],\n    \"-sọkwù\": [\n        {\n            \"word\": \"-sọkwù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be foolish, awkward\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sọ\"\n            ]\n        }\n    ],\n    \"nsọkwù\": [\n        {\n            \"word\": \"nsọkwù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"foolishness; awkwardness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sọ\"\n            ]\n        }\n    ],\n    \"-sọpị\": [\n        {\n            \"word\": \"-sọpị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be tapering\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sọ\"\n            ]\n        }\n    ],\n    \"-sọtù\": [\n        {\n            \"word\": \"-sọtù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"push down (e.g. with hoofs)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sọ\"\n            ]\n        }\n    ],\n    \"sò\": [\n        {\n            \"word\": \"sò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"only\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ bù sò m^nò n’ebe à\",\n                    \"english\": \"I am the only one here\"\n                },\n                {\n                    \"igbo\": \"Kpòta sò ya\",\n                    \"english\": \"Bring him alone\"\n                },\n                {\n                    \"igbo\": \"Ọ bù sòọsò òfu ochē dị n’ebe a gà-anò me nzùkọ\",\n                    \"english\": \"There is only one chair in the place where the meeting is going to take place\"\n                },\n                {\n                    \"igbo\": \"Sòọsò Chinēkè Nnà pùlù ịzōpùtà ànyị n’aka ndi ilō\",\n                    \"english\": \"Only God the Father can save us from the hands of the enemy\"\n                }\n            ],\n            \"variations\": [\n                \"sòọsò\",\n                \"sịsò\"\n            ],\n            \"stems\": [\n                \"-sọ\"\n            ]\n        }\n    ],\n    \"sòọsò ya\": [\n        {\n            \"word\": \"sòọsò ya\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"only him/her/it\",\n                \"only him, her, it\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sọ\",\n                \"ya\"\n            ]\n        }\n    ],\n    \"-sọ\": [\n        {\n            \"word\": \"-sọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be pleasant, sweet; please; like; appeal to\",\n                \"avoid (out of respect); honour; revere\",\n                \"precede; be next before; be older than\",\n                \"push; poke\",\n                \"see -su + 4.\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ife nwaàyì afù sòlù m\",\n                    \"english\": \"The woman attracts me\"\n                },\n                {\n                    \"igbo\": \"A sọọ ịpīa nwatà ìtàlì è mebìe yā\",\n                    \"english\": \"Spare the rod and spoil the child\"\n                },\n                {\n                    \"igbo\": \"Asòlù m Ònyeēnwe\",\n                    \"english\": \"I am older than Onyeenwe\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"sọò!\": [\n        {\n            \"word\": \"sọò!\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"exclamation adding emphasis\",\n                \"exclamation of anger, used when someone has been worried by someone else to the point of exhaustion and now asks to be left in peace\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Dàalụ sọò\",\n                    \"english\": \"Oh, thank you!\"\n                },\n                {\n                    \"igbo\": \"Wèta yā n’-ebe à sọò\",\n                    \"english\": \"Bring it here, please!\"\n                },\n                {\n                    \"igbo\": \"Nòdụnụ ànì sọò\",\n                    \"english\": \"Do sit down (addressing more than one person)\"\n                },\n                {\n                    \"igbo\": \"Nòdụ ànì sọò\",\n                    \"english\": \"Do sit down (to one person)\"\n                },\n                {\n                    \"igbo\": \"Ọ bù ezi okwū sọò\",\n                    \"english\": \"It is true, really!\"\n                },\n                {\n                    \"igbo\": \"Rapū m sọò, jèbe sọò\",\n                    \"english\": \"Please leave me alone, you are free to go\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"sòọsò\": [\n        {\n            \"word\": \"sòọsò\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see sò\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-sucha\": [\n        {\n            \"word\": \"-sucha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"thresh (e.g. rice)\",\n                \"box, beat, strike, hit (hard)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-su\"\n            ]\n        }\n    ],\n    \"-sutụ ọnū\": [\n        {\n            \"word\": \"-sutụ ọnū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"touch slightly with mouth; kiss\",\n                \"touch with mouth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-su\",\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-sukpọ\": [\n        {\n            \"word\": \"-sukpọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"burn up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-su\"\n            ]\n        }\n    ],\n    \"-sule\": [\n        {\n            \"word\": \"-sule\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"burn\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-su\"\n            ]\n        }\n    ],\n    \"-suli\": [\n        {\n            \"word\": \"-suli\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dip food in soup or stew and eat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-su\"\n            ]\n        }\n    ],\n    \"-sulu\": [\n        {\n            \"word\": \"-sulu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take piece of yam, etc., from among many and eat; take stew or soup with morsel or piece of food\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-su\"\n            ]\n        }\n    ],\n    \"nsulu\": [\n        {\n            \"word\": \"nsulu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"a sop; dipping into (soup, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-su\"\n            ]\n        }\n    ],\n    \"-su òsụsọō\": [\n        {\n            \"word\": \"-su òsụsọō\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sweat; perspire; cause perspiration\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àfe à m yì nà-èsu m òsụsọō\",\n                    \"english\": \"This shirt I'm wearing is making me sweat\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-su\"\n            ]\n        }\n    ],\n    \"-su\": [\n        {\n            \"word\": \"-su\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pound (dry object\",\n                \"burn; destroy by burning; set fire to\",\n                \"dip (e.g. morsel of food in soup, piece of yam in stew or oil)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-sọ\"\n            ],\n            \"stems\": []\n        }\n    ],\n    \"susu\": [\n        {\n            \"word\": \"susu\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see èsusu\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"suso\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"òsụsụ\": [\n        {\n            \"word\": \"òsụsụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pounding\",\n                \"boiling; fermentation\",\n                \"cutting; clearing (bush, forest); weeding\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sụ\"\n            ]\n        }\n    ],\n    \"-sụkpọ\": [\n        {\n            \"word\": \"-sụkpọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"destroy; beat to powder\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sụ\"\n            ]\n        }\n    ],\n    \"-sụ asùsụ\": [\n        {\n            \"word\": \"-sụ asùsụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"speak language, tongue, dialect\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sụ\"\n            ]\n        }\n    ],\n    \"-sụghalị asùsụ\": [\n        {\n            \"word\": \"-sụghalị asùsụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"interpret language (literally change language)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sụ\"\n            ]\n        }\n    ],\n    \"-sụ pùm\": [\n        {\n            \"word\": \"-sụ pùm\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bubble (of boiling thick liquids like hot pap, thick soup, and cornflour. The force of rising steam leaves holes which quickly close up, making sounds pùm pùm pùm)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sụ\"\n            ]\n        }\n    ],\n    \"-sụ ùfụfù\": [\n        {\n            \"word\": \"-sụ ùfụfù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"foam; froth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sụ\",\n                \"ùfụfù\"\n            ]\n        }\n    ],\n    \"ọsụsụ ànì\": [\n        {\n            \"word\": \"ọsụsụ ànì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cutting, clearing bush preparatory to farming\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sụ\"\n            ]\n        }\n    ],\n    \"-sụcha\": [\n        {\n            \"word\": \"-sụcha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"clear away weeds or bush; weed; deforest\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sụ\"\n            ]\n        }\n    ],\n    \"-sụ ugbō\": [\n        {\n            \"word\": \"-sụ ugbō\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"weed farm\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sụ\",\n                \"ugbō\"\n            ]\n        }\n    ],\n    \"-sụ ụzò\": [\n        {\n            \"word\": \"-sụ ụzò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut road, path, way\",\n                \"cut road\",\n                \"way; manner; conduct; sort; kind\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ụzò i sì èkwu okwū asōrọ m\",\n                    \"english\": \"I don’t like your way of speaking\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-sụ\",\n                \"ụzò\"\n            ]\n        }\n    ],\n    \"Anà m àsụ akwà\": [\n        {\n            \"word\": \"Anà m àsụ akwà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"I am washing some clothes\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sụ\"\n            ]\n        }\n    ],\n    \"-sụ\": [\n        {\n            \"word\": \"-sụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pound (soft objects, e.g. fufu, pounded yam; compare -su 1.)\",\n                \"boil; begin to boil; sing (of kettle on cooker)\",\n                \"cut, clear (bush, forest); weed\",\n                \"see -sọ 4.\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ejì m aka nà nni afù gà-àsụ tupu elekele isiì\",\n                    \"english\": \"I am sure the food will boil before six o'clock\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-sù àsù\": [\n        {\n            \"word\": \"-sù àsù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make sound like vehicle or machine\",\n                \"shrink back\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sù\"\n            ]\n        }\n    ],\n    \"-sù òsùsù\": [\n        {\n            \"word\": \"-sù òsùsù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make grunts or sounds like lorry or powered machines, automobiles\",\n                \"leave part of a conversation unspoken, hum and haw asù òsùsù kpaa nkàta màkà nà onye nā-abụ ọ na-èkwu okwū ò na-asù bù onye aghùghò I never like to converse with a person who is in the habit of humming and hawing during a conversation because a person who hums and haws is planning something bad\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Adā m àchọ kà mụ nà onye nā-abụ ọ na-èkwu okwū ò naasù òsùsù kpaa nkàta màkà nà onye nā-abụ ọ na-èkwu okwū ò na-asù bù onye aghùghò\",\n                    \"english\": \"I never like to converse with a person who is in the habit of humming and hawing during a conversation because a person who hums and haws is planning something bad\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-sù\"\n            ]\n        }\n    ],\n    \"-sù udè\": [\n        {\n            \"word\": \"-sù udè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make low groan; grunt (e.g. as seriously ill person, animals)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sù\"\n            ]\n        }\n    ],\n    \"-sù ùdù\": [\n        {\n            \"word\": \"-sù ùdù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"beat ùdù pot (for music)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sù\",\n                \"ùdù\"\n            ]\n        }\n    ],\n    \"-sùgbu\": [\n        {\n            \"word\": \"-sùgbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stab to death\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sù\"\n            ]\n        }\n    ],\n    \"-sùnye\": [\n        {\n            \"word\": \"-sùnye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"thrust into; plunge into\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sù\"\n            ]\n        }\n    ],\n    \"-sù ubè\": [\n        {\n            \"word\": \"-sù ubè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"thrust, stab with a spear\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bikō asùkwònà m ubè\",\n                    \"english\": \"Please do not stab me with the spear!\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-sù\",\n                \"ubè\"\n            ]\n        }\n    ],\n    \"òsùsù\": [\n        {\n            \"word\": \"òsùsù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"compressing; reduction\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sù\"\n            ]\n        }\n    ],\n    \"-sùpù\": [\n        {\n            \"word\": \"-sùpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"unload (a gun)\",\n                \"ostracize; excommunicate\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sù\"\n            ]\n        }\n    ],\n    \"-sùlụ ìchàfò\": [\n        {\n            \"word\": \"-sùlụ ìchàfò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"put on head-tie\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sù\"\n            ]\n        }\n    ],\n    \"(ichàfù) n’isi\": [\n        {\n            \"word\": \"(ichàfù) n’isi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sù\"\n            ]\n        }\n    ],\n    \"-sù nsọ\": [\n        {\n            \"word\": \"-sù nsọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lift a taboo\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sù\"\n            ]\n        }\n    ],\n    \"nsụpù\": [\n        {\n            \"word\": \"nsụpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"ostracism; excommunication\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-sù\"\n            ]\n        }\n    ],\n    \"-sù\": [\n        {\n            \"word\": \"-sù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"grunt; make sound like lorry, automobile or other powered vehicle, machine, etc.\",\n                \"stab; pierce with the end or point of (e.g. rod, spear, spike, etc.)\",\n                \"compress; shorten; be short\",\n                \"wear (clothes)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Ọ chòlù ịsù m mbàzù\",\n                    \"english\": \"He wants to stab me with a digging-stick\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"T\": [\n        {\n            \"word\": \"T\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òtịta\": [\n        {\n            \"word\": \"òtịta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"chewing; biting; gnawing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ta\"\n            ]\n        }\n    ],\n    \"-ta afịfịa\": [\n        {\n            \"word\": \"-ta afịfịa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"eat grass (of cow)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ta\"\n            ]\n        }\n    ],\n    \"-ta àrụ\": [\n        {\n            \"word\": \"-ta àrụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"get thin; be emaciated\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Onwụūkâ tàlù àrụ\",\n                    \"english\": \"Onwụụka is emaciated\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ta\"\n            ]\n        }\n    ],\n    \"-ta ata\": [\n        {\n            \"word\": \"-ta ata\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"chew; bite; munch; gnaw\",\n                \"lessen, dry up (of liquids, floods, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ta\"\n            ]\n        }\n    ],\n    \"-tabè\": [\n        {\n            \"word\": \"-tabè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bite off\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Nkịtā alā atabègo Ibè òfu mkpịsị akā\",\n                    \"english\": \"A mad dog has bitten off one of Ibe's fingers\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ta\"\n            ]\n        }\n    ],\n    \"-tabèlisị\": [\n        {\n            \"word\": \"-tabèlisị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"devour\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ta\"\n            ]\n        }\n    ],\n    \"-tabèsị\": [\n        {\n            \"word\": \"-tabèsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bite off all\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ta\"\n            ]\n        }\n    ],\n    \"-tachapùta ezē\": [\n        {\n            \"word\": \"-tachapùta ezē\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"(colloq.) smile; laugh\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ta\"\n            ]\n        }\n    ],\n    \"-tachi\": [\n        {\n            \"word\": \"-tachi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be firm, obstinate\",\n                \"dry up (of water)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ta\"\n            ]\n        }\n    ],\n    \"-tadide\": [\n        {\n            \"word\": \"-tadide\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stick; be firm\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ta\"\n            ]\n        }\n    ],\n    \"ntado\": [\n        {\n            \"word\": \"ntado\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"steadfastness; sticking very fast; biting and holding on to\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ta\"\n            ]\n        }\n    ],\n    \"-tagbàdo\": [\n        {\n            \"word\": \"-tagbàdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"chew, gnaw everything or the whole of the object (of ants, rats, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ta\"\n            ]\n        }\n    ],\n    \"-tagwò\": [\n        {\n            \"word\": \"-tagwò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"break (breakable thing like fruits, nuts, biscuits, etc.) with teeth\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bikō tagwòolụ m ụkpā à\",\n                    \"english\": \"Please break this \\\"walnut\\\" for me with your teeth\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ta\"\n            ]\n        }\n    ],\n    \"-tagwu\": [\n        {\n            \"word\": \"-tagwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"eat away\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ta\"\n            ]\n        }\n    ],\n    \"-takasị\": [\n        {\n            \"word\": \"-takasị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"gnaw, eat up (clothing, paper, etc., as of rats, ants, etc.)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Àkịkà àtakasịgo akwụkwọ m dēbelụ n’ime akpàti dī n’ime ụnò\",\n                    \"english\": \"Termites have eaten up the books I kept in the box in the room\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ta\"\n            ]\n        }\n    ],\n    \"-takwosị\": [\n        {\n            \"word\": \"-takwosị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"eat something unripe\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ta\"\n            ]\n        }\n    ],\n    \"-ta ụza\": [\n        {\n            \"word\": \"-ta ụza\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"chew the cud\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ta\",\n                \"ụza\"\n            ]\n        }\n    ],\n    \"-akpụkpa (-ta)\": [\n        {\n            \"word\": \"-akpụkpa (-ta)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"have crawcraw\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ta\"\n            ]\n        }\n    ],\n    \"-tadà\": [\n        {\n            \"word\": \"-tadà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"subside (of flood, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ta\"\n            ]\n        }\n    ],\n    \"-takọ(lụ)\": [\n        {\n            \"word\": \"-takọ(lụ)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dry up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ta\"\n            ]\n        }\n    ],\n    \"-ta ụta\": [\n        {\n            \"word\": \"-ta ụta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"blame\",\n                \"lay blame; blame; reprimand\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"A gà-àta gī ụta\",\n                    \"english\": \"You will be blamed\"\n                },\n                {\n                    \"igbo\": \"A gà-àta Ikē ụta màkà ego nā-efū èfù màkà nà ọ kpachàpùrò anya idēbe ego afù ebe ndi orī āma enwe ìke ịfū ya\",\n                    \"english\": \"Ike will be blamed for the loss of the money, because he was not careful to keep the money where the thieves could not find it\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ta\",\n                \"ụta\"\n            ]\n        }\n    ],\n    \"-ta ụjalā\": [\n        {\n            \"word\": \"-ta ụjalā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"chirp; cry as a child; utter a peculiar call\",\n                \"make a loud outcry\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ta\",\n                \"ụjalā\"\n            ]\n        }\n    ],\n    \"-ta\": [\n        {\n            \"word\": \"-ta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"chew; bite; gnaw\",\n                \"dry, dry up (of stream, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-bịakète\": [\n        {\n            \"word\": \"-bịakète\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"come nearer\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Gwa yā kà ọ bịakète\",\n                    \"english\": \"Tell him to come nearer\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ta \"\n            ]\n        }\n    ],\n    \"-wèta\": [\n        {\n            \"word\": \"-wèta\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"bring\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Wèta jī\",\n                    \"english\": \"Bring yams\"\n                },\n                {\n                    \"igbo\": \"Wèta\",\n                    \"english\": \"Bring (it)\"\n                },\n                {\n                    \"igbo\": \"Wètalụ m òfu jī\",\n                    \"english\": \"Bring me a yam\"\n                },\n                {\n                    \"igbo\": \"Wèta akwụkwọ naàbò\",\n                    \"english\": \"Bring two books\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ta \",\n                \"-wè\"\n            ]\n        }\n    ],\n    \"-zụpùta\": [\n        {\n            \"word\": \"-zụpùta\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"train; see through\",\n                \"(fig.) to one's advantage\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"A zūpùtago yā nà Yunivasitìì\",\n                    \"english\": \"Someone has seen him through the University\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ta \"\n            ]\n        }\n    ],\n    \"-kata\": [\n        {\n            \"word\": \"-kata\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"be stronger or increase in strength (e.g. of growing thing)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Ọ kātago ārụ\",\n                    \"english\": \"He is now stronger\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ta \"\n            ]\n        }\n    ],\n    \"-ta \": [\n        {\n            \"word\": \"-ta \",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"towards (very freely used with verbs of motion\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-te\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ta à bù àtọ\": [\n        {\n            \"word\": \"ta à bù àtọ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"day before yesterday (literally today is three)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"tà \"\n            ]\n        }\n    ],\n    \"ta à bù ànọ\": [\n        {\n            \"word\": \"ta à bù ànọ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"three days ago (literally today is four)\",\n                \"the fourth time\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"tà a dìnụ, tà a dìnị, ta à dìnwọò\",\n                    \"english\": \"(arch.)today (literally today it\"\n                },\n                {\n                    \"igbo:\": \"I gà-ètigbu m tà a dìnụ!\",\n                    \"english\": \"You will beat me to death today!\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"tà \"\n            ]\n        }\n    ],\n    \"ta à nị\": [\n        {\n            \"word\": \"ta à nị\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"today\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"tà \"\n            ]\n        }\n    ],\n    \"ta à tà\": [\n        {\n            \"word\": \"ta à tà\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"(usually written taàtà) today\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Ọ gà-àbịa àbànì ìtọ taàtà (or ta à)\",\n                    \"english\": \"She will come in three days' time\"\n                },\n                {\n                    \"igbo:\": \"Afùlù m nyà taàtà\",\n                    \"english\": \"I saw her today\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"tà \"\n            ]\n        }\n    ],\n    \"tà \": [\n        {\n            \"word\": \"tà \",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"(to)day. Basic tone appears to be low, being raised to high before another low tone, so that *tà à becomes ta à. But it is answer to a question happen this day (today\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Nwaàmàlùbịâ bìàlù ebe à ta à bù àtọ\",\n                    \"english\": \"Nwaamalụbịa came here the day before yesterday\"\n                }\n            ],\n            \"variations\": [\n                \"ta\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"-tà\": [\n        {\n            \"word\": \"-tà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"narrate; explain; report; interpret (e.g. a vision)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"taà!\": [\n        {\n            \"word\": \"taà!\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"exclamation of anger; shut up!\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"taà(tà)\": [\n        {\n            \"word\": \"taà(tà)\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see tà 1.\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ta à(tà)\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"tanjele\": [\n        {\n            \"word\": \"tanjele\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see òtanjele\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òtite\": [\n        {\n            \"word\": \"òtite\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rubbing; smearing; painting; anointing; coating\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-te\"\n            ]\n        }\n    ],\n    \"-tekpù\": [\n        {\n            \"word\": \"-tekpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"paint over; distemper\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-te\"\n            ]\n        }\n    ],\n    \"ntelà\": [\n        {\n            \"word\": \"ntelà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"levelling\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-te\"\n            ]\n        }\n    ],\n    \"-telà ètelà\": [\n        {\n            \"word\": \"-telà ètelà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be level, flat, straight, smooth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-te\"\n            ]\n        }\n    ],\n    \"-tepù\": [\n        {\n            \"word\": \"-tepù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"complete or finish with the painting of\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-te\"\n            ]\n        }\n    ],\n    \"-te ùde\": [\n        {\n            \"word\": \"-te ùde\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"anoint; rub with oil, pomade, ointment\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anà m àchọ itē ùde n’ụkwụ m kpōsịlị nkụ\",\n                    \"english\": \"I am going to rub some pomade on my dry legs\"\n                },\n                {\n                    \"igbo\": \"Kèdụ ūdị ū de ị tèlù?\",\n                    \"english\": \"What kind of pomade did you rub on?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-te\",\n                \"ùde\"\n            ]\n        }\n    ],\n    \"-te ùle\": [\n        {\n            \"word\": \"-te ùle\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"disgrace; put to shame; abase\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àdâ yì nọō ọmalịcha akwā gālalụ ọnū kamà nà akpụkpọ ụkwū o yì tèlù yà ùle\",\n                    \"english\": \"Ada really wore a very smart, expensive dress, but the shoes she had on were a disgrace to her\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-te\"\n            ]\n        }\n    ],\n    \"-te ụnò\": [\n        {\n            \"word\": \"-te ụnò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"plaster a house; rub, smooth, wet walls of a mud house\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Òfọ nà-ète ụnò ya taàtà\",\n                    \"english\": \"Ọfọ is plastering his house today\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-te\",\n                \"ụnò\"\n            ]\n        }\n    ],\n    \"-te ète\": [\n        {\n            \"word\": \"-te ète\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be flexible\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-te\"\n            ]\n        }\n    ],\n    \"-te ụkwụ\": [\n        {\n            \"word\": \"-te ụkwụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"limp\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-te\",\n                \"ụkwụ\"\n            ]\n        }\n    ],\n    \"-te\": [\n        {\n            \"word\": \"-te\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rub; smear; paint; anoint; coat\",\n                \"tap (palms for wine)\",\n                \"prepare (soup)\",\n                \"be flexible; move in a flexible way\",\n                \"abort\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"n’òtè aka\": [\n        {\n            \"word\": \"n’òtè aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"afar off; at a distance; long ago\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tè\"\n            ]\n        }\n    ],\n    \"-tè\": [\n        {\n            \"word\": \"-tè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"tebùlù\": [\n        {\n            \"word\": \"tebùlù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"table (English)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"teghete\": [\n        {\n            \"word\": \"teghete\",\n            \"wordClass\": \"CD\",\n            \"definitions\": [\n                \"nine (compare ìtènaānị)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ìteghete\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"-tepùbe\": [\n        {\n            \"word\": \"-tepùbe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be distended, bulging\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-te-pù\"\n            ]\n        }\n    ],\n    \"-tepùbe afọ\": [\n        {\n            \"word\": \"-tepùbe afọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"have a bulging, distended abdomen\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nèe kà o sì tepùbe afō kà nwaànyị dī ime\",\n                    \"english\": \"See how his abdomen is distended like that of a pregnant woman\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-te-pù\"\n            ]\n        }\n    ],\n    \"-tepùlu\": [\n        {\n            \"word\": \"-tepùlu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be distended, bulging\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-te-pù\"\n            ]\n        }\n    ],\n    \"-tepùlu afọ\": [\n        {\n            \"word\": \"-tepùlu afọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"have distended abdomen\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọjì lifèlù nni okè, tepùlu afō kà onye tōlụ afọ\",\n                    \"english\": \"Ọjị was overfed and had a distended abdomen\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-te-pù\"\n            ]\n        }\n    ],\n    \"-te-pù\": [\n        {\n            \"word\": \"-te-pù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bulge, be distended (like the abdomen of a patient suffering from ascites, an overfed child, or a pregnant woman)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nteta\": [\n        {\n            \"word\": \"nteta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"waking up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-te-ta\"\n            ]\n        }\n    ],\n    \"-teta n’ụla\": [\n        {\n            \"word\": \"-teta n’ụla\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wake from sleep\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Achòlù m itēta n’ụla n’ife dī kà elekele īsiì. Bikō kpòtee m ogè afù ọ bụlụ nà m nòlìlì n’ụla\",\n                    \"english\": \"I intend to wake from sleep about 6 o'clock. Please wake me if I am still sleeping then\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-te-ta\",\n                \"ụla\"\n            ]\n        }\n    ],\n    \"-te-ta\": [\n        {\n            \"word\": \"-te-ta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wake up; awake\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òtiti\": [\n        {\n            \"word\": \"òtiti\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"beating; hitting; striking\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ti\"\n            ]\n        }\n    ],\n    \"-ticha\": [\n        {\n            \"word\": \"-ticha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shake off (e.g. dust or sand) by beating the surface with palm of the hand\",\n                \"thresh\",\n                \"cry out; exclaim\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ti\"\n            ]\n        }\n    ],\n    \"-tidà\": [\n        {\n            \"word\": \"-tidà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"knock down\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ti\"\n            ]\n        }\n    ],\n    \"-tigbu\": [\n        {\n            \"word\": \"-tigbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"strike, beat, to death; smite down to death; beat excessively\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"E tīgbugo nkịtā alā\",\n                    \"english\": \"The mad dog has been beaten to death\"\n                },\n                {\n                    \"igbo:\": \"Nwannē m gà-ètigbu m taàtà\",\n                    \"english\": \"My brother will beat me hard today\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ti\"\n            ]\n        }\n    ],\n    \"-tigwalụ\": [\n        {\n            \"word\": \"-tigwalụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"strike in return\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Tìgwalụ yā\",\n                    \"english\": \"Beat him back\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ti\"\n            ]\n        }\n    ],\n    \"ntigwò\": [\n        {\n            \"word\": \"ntigwò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"breaking\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ti\"\n            ]\n        }\n    ],\n    \"-tiji\": [\n        {\n            \"word\": \"-tiji\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"break, snap, by falling (of long objects with some weight, e.g. yam)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ti\"\n            ]\n        }\n    ],\n    \"-tijisị\": [\n        {\n            \"word\": \"-tijisị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"break, snap into several pieces by falling (of long objects with some weight, e.g. yam, pole)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ti\"\n            ]\n        }\n    ],\n    \"-tika\": [\n        {\n            \"word\": \"-tika\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"burst open, break (of durable material) by repeated knocking against hard objects over a long time; become old by knocking against hard objects\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Etīkasịgo m igwè m zùlù n’ọnwa gālụ aga\",\n                    \"english\": \"I have broken to pieces the bicycle I bought last month\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ti\"\n            ]\n        }\n    ],\n    \"-tikọ(lị)\": [\n        {\n            \"word\": \"-tikọ(lị)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hit, knock, together (of opposing forces)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ti\"\n            ]\n        }\n    ],\n    \"-tikọlịta\": [\n        {\n            \"word\": \"-tikọlịta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"collide\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Èbùnù ìbùọ nà-ètikọlịta isī\",\n                    \"english\": \"Two rams are butting their heads together\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ti\"\n            ]\n        }\n    ],\n    \"-tikpọ\": [\n        {\n            \"word\": \"-tikpọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"demolish; break up; break down\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-tikpò\"\n            ],\n            \"stems\": [\n                \"-ti\"\n            ]\n        }\n    ],\n    \"ntikpọ\": [\n        {\n            \"word\": \"ntikpọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"demolition; destruction (est. of building)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ntikpò\"\n            ],\n            \"stems\": [\n                \"-ti\"\n            ]\n        }\n    ],\n    \"-tikwopù\": [\n        {\n            \"word\": \"-tikwopù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"knock, beat out (teeth or anything so fixed)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ị gà-ètikwòpụ m ezē\",\n                    \"english\": \"You are going to knock out my teeth\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ti\"\n            ]\n        }\n    ],\n    \"ntilì\": [\n        {\n            \"word\": \"ntilì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"breaking into pieces\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ti\"\n            ]\n        }\n    ],\n    \"-tilì àrụ\": [\n        {\n            \"word\": \"-tilì àrụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bruise\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Etìlì m àrụ\",\n                    \"english\": \"I bruised myself\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ti\"\n            ]\n        }\n    ],\n    \"-tipìà\": [\n        {\n            \"word\": \"-tipìà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"smash\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ti\"\n            ]\n        }\n    ],\n    \"-tipu\": [\n        {\n            \"word\": \"-tipu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"blow, beat open; beat out; tear a sack-like object by beating (e.g. drum); burst; break through\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ị gà-ètipụ ìgbà afù\",\n                    \"english\": \"You are going to break that drum\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ti\"\n            ]\n        }\n    ],\n    \"ntipu\": [\n        {\n            \"word\": \"ntipu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"opening (e.g. in wall)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ti\"\n            ]\n        }\n    ],\n    \"-tisà\": [\n        {\n            \"word\": \"-tisà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"beat out, forge (metal); splinter, scatter by beating or striking\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ụzụ nà-ètisà igwè\",\n                    \"english\": \"The blacksmith flattens the iron by beating\"\n                },\n                {\n                    \"igbo\": \"M gà-èji osisi tisà mkpụlụ akwū dī n’ime ǹkàtà\",\n                    \"english\": \"I shall scatter the palmnuts in the basket with a stick\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ti\"\n            ]\n        }\n    ],\n    \"-titù\": [\n        {\n            \"word\": \"-titù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"strike, smite, beat, down\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ànyị gà-ètitù onye orī àbìànà ebe à\",\n                    \"english\": \"We shall beat down any thief that ventures here\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ti\"\n            ]\n        }\n    ],\n    \"-ti ùbu\": [\n        {\n            \"word\": \"-ti ùbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"compete (literally strike shoulders)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ti\",\n                \"ùbu\"\n            ]\n        }\n    ],\n    \"-ti ùfe\": [\n        {\n            \"word\": \"-ti ùfe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"beat metal out thin\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ti\",\n                \"ùfe\"\n            ]\n        }\n    ],\n    \"-tiwa\": [\n        {\n            \"word\": \"-tiwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"break, smash (like plate or pot)\",\n                \"break (especially accidentally)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ti\",\n                \"-wa\"\n            ]\n        }\n    ],\n    \"ntiwa\": [\n        {\n            \"word\": \"ntiwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"smashing; breaking; division\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ti\"\n            ]\n        }\n    ],\n    \"-tiwa etiwa\": [\n        {\n            \"word\": \"-tiwa etiwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be broken\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ti\"\n            ]\n        }\n    ],\n    \"isi ōtiti\": [\n        {\n            \"word\": \"isi ōtiti\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"headache\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ti\"\n            ]\n        }\n    ],\n    \"-ti akwalī\": [\n        {\n            \"word\": \"-ti akwalī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"construct an akwalī to increase fruitfulness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ti\"\n            ]\n        }\n    ],\n    \"-ti ụnò\": [\n        {\n            \"word\": \"-ti ụnò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"build a (good) house\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ti\"\n            ]\n        }\n    ],\n    \"-ti mmanwụ\": [\n        {\n            \"word\": \"-ti mmanwụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bring out spirits in the form of masquerades\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ti\"\n            ]\n        }\n    ],\n    \"-ti\": [\n        {\n            \"word\": \"-ti\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"beat; hit; strike\",\n                \"shout; yell; utter cry; howl\",\n                \"shine (of moon)\",\n                \"build; establish\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọnwa nà-èti n’anyàsị à\",\n                    \"english\": \"The moon is shining this night\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-tinyecha\": [\n        {\n            \"word\": \"-tinyecha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"put in all\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ti-\"\n            ]\n        }\n    ],\n    \"-tinyekwu\": [\n        {\n            \"word\": \"-tinyekwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"add; add (in addition, besides)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ti-\"\n            ]\n        }\n    ],\n    \"-tinye n’aka\": [\n        {\n            \"word\": \"-tinye n’aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"entrust with\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O tìnyèlù ọlụ afù n’aka m\",\n                    \"english\": \"He entrusted me with the work\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ti-\"\n            ]\n        }\n    ],\n    \"-tinye nnu n’okwu\": [\n        {\n            \"word\": \"-tinye nnu n’okwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"exaggerate (literally put salt in a speech)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Etīnyerọ mụ nnu n’okwu à\",\n                    \"english\": \"I'm not exaggerating\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-ti-\"\n            ]\n        }\n    ],\n    \"-tiwanye\": [\n        {\n            \"word\": \"-tiwanye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"put more; raise (wages, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ti-\"\n            ]\n        }\n    ],\n    \"-ti-\": [\n        {\n            \"word\": \"-ti-\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"put\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-tì akụ\": [\n        {\n            \"word\": \"-tì akụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"crack kernel\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tì\"\n            ]\n        }\n    ],\n    \"-tì àtì\": [\n        {\n            \"word\": \"-tì àtì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be firm, strong, hard, tenacious\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tì\"\n            ]\n        }\n    ],\n    \"-tì\": [\n        {\n            \"word\": \"-tì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"crack (nuts)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"tìtì\": [\n        {\n            \"word\": \"tìtì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"state of being noised about\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ùzù ya nà-àkpọ tìtì\",\n                    \"english\": \"Its fame is being noised about\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òtịtị\": [\n        {\n            \"word\": \"òtịtị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stretching\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tị\"\n            ]\n        }\n    ],\n    \"-tị àtị\": [\n        {\n            \"word\": \"-tị àtị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stretch\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tị\"\n            ]\n        }\n    ],\n    \"-tịpù\": [\n        {\n            \"word\": \"-tịpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stretch out\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tị\"\n            ]\n        }\n    ],\n    \"-tị\": [\n        {\n            \"word\": \"-tị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stretch\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"tịtaǹgwèlè\": [\n        {\n            \"word\": \"tịtaǹgwèlè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pins-and-needles; cramp (= mkpà ǹsịkō, ụtanwaǹgwèlè)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Tịtaǹgwèlè nwùlù m\",\n                    \"english\": \"I am feeling cramp/pins-and-needles\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"otuto\": [\n        {\n            \"word\": \"otuto\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"growing; being long; being tall\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-to\"\n            ]\n        }\n    ],\n    \"-to akpịlī\": [\n        {\n            \"word\": \"-to akpịlī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"delight; appeal to; also specifically used to refer to practice by some children who gaze steadily at person eating or holding eatable which greatly appeals to them\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Èjìma āna ètoka ākpịlị\",\n                    \"english\": \"Ejima is too fond of showing her desire to eat what other people are holding or eating\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-to\"\n            ]\n        }\n    ],\n    \"-toghàlụ\": [\n        {\n            \"word\": \"-toghàlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"outgrow\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-to\"\n            ]\n        }\n    ],\n    \"-tonite\": [\n        {\n            \"word\": \"-tonite\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"grow up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-to\"\n            ]\n        }\n    ],\n    \"-to ogonogo\": [\n        {\n            \"word\": \"-to ogonogo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be long, tall\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-to\"\n            ]\n        }\n    ],\n    \"-topù\": [\n        {\n            \"word\": \"-topù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be well-grown; have more than average height\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-to\"\n            ]\n        }\n    ],\n    \"-tosopù\": [\n        {\n            \"word\": \"-tosopù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"protrude\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-to\"\n            ]\n        }\n    ],\n    \"-to eto\": [\n        {\n            \"word\": \"-to eto\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be worthy; be fitting\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O tòlù èto kà ànyị jee kènee Ọnwụūka nne yā nwùlù ǹnyàafù\",\n                    \"english\": \"We ought to go and console Ọnwụụka whose mother died yesterday\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-to\"\n            ]\n        }\n    ],\n    \"-tosị\": [\n        {\n            \"word\": \"-tosị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-to\"\n            ]\n        }\n    ],\n    \"-to\": [\n        {\n            \"word\": \"-to\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"grow; be long, tall\",\n                \"be worthy, fitting\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-tọfù\": [\n        {\n            \"word\": \"-tọfù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lose; mislay\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tò\"\n            ]\n        }\n    ],\n    \"-tògbọ\": [\n        {\n            \"word\": \"-tògbọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"put, lay, lie, drop down\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Tògbọ yā ebe afù\",\n                    \"english\": \"Leave it there\"\n                },\n                {\n                    \"igbo\": \"Tògbọ egbè gị n’ànì\",\n                    \"english\": \"Lay down your gun\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tò\"\n            ]\n        }\n    ],\n    \"-tògbọlụ\": [\n        {\n            \"word\": \"-tògbọlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lie abandoned\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Afùlù m egbè m kà ọ tògbòlù n’ètitì ugbō\",\n                    \"english\": \"I saw my gun lying abandoned in the middle of the farm\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tò\"\n            ]\n        }\n    ],\n    \"-tògbọ ǹkịtị\": [\n        {\n            \"word\": \"-tògbọ ǹkịtị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be empty, desolate, neglected\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ugbō m dī n’ụzò Nnoòbì tògbò ǹkịtị, ènwerō m ego m jì akō yā nni\",\n                    \"english\": \"My farm on the Nnoobi road is empty; I have no money to cultivate some crops on it\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tò\"\n            ]\n        }\n    ],\n    \"-tò ute\": [\n        {\n            \"word\": \"-tò ute\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"spread mat (meant to be slept on after spreading)\",\n                \"(fig.) be easy, easier, lighter\",\n                \"spread mat (for sleeping on)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bikō jèe tòọ utē ebe ànyị gà-àlarụ\",\n                    \"english\": \"Please go and spread mats where we are going to sleep\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tò\",\n                \"ute\"\n            ]\n        }\n    ],\n    \"(ùwà) -tò ute\": [\n        {\n            \"word\": \"(ùwà) -tò ute\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"(fig.) have an easy life\",\n                \"have an easy life\",\n                \"tree (Pandanus candelabrum Beauv.) from whose leaves mats are made\",\n                \"(fig.) have an easy life\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O nwērọ onye ùwà tòlù ute\",\n                    \"english\": \"Nobody finds the world a bed of roses\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tò\",\n                \"ute\",\n                \"ùwà\"\n            ]\n        }\n    ],\n    \"-tò ụkpụlū\": [\n        {\n            \"word\": \"-tò ụkpụlū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"set an example (to be followed by younger generations)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tò\"\n            ]\n        }\n    ],\n    \"-tòdo\": [\n        {\n            \"word\": \"-tòdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"seize by the throat; choke; throttle\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tò\"\n            ]\n        }\n    ],\n    \"-tògbu\": [\n        {\n            \"word\": \"-tògbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"strangle\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tò\"\n            ]\n        }\n    ],\n    \"-tò àtò\": [\n        {\n            \"word\": \"-tò àtò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"last; remain; live long; continue; be durable\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Akwà ị zūtalụ ọfụū màlù mmā mà ùdị yā adā atō àtò\",\n                    \"english\": \"The cloth you have just bought is beautiful, but that kind is never durable\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tò\"\n            ]\n        }\n    ],\n    \"-tò òtùtò = -tò àtò\": [\n        {\n            \"word\": \"-tò òtùtò = -tò àtò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òkù a kpūlụ nà Ǹnoòbì nà-atò ezigbo òtùtò\",\n                    \"english\": \"Clay plates made in Nnoobi last a very long time\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tò\"\n            ]\n        }\n    ],\n    \"-tò\": [\n        {\n            \"word\": \"-tò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"praise; hail; glorify\",\n                \"lay; place\",\n                \"take by the throat; kidnap\",\n                \"last; remain; live long; continue\",\n                \"denoting crushing into mess, very soft state, mutilation\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Mmadù niīne nà-etò Ibè màkà ọlụ dikē ọ lùlù n’Ọka\",\n                    \"english\": \"Everybody is praising Ibe for his heroic work at Ọka\"\n                },\n                {\n                    \"igbo\": \"Òrà gà-etò afā Jisòs\",\n                    \"english\": \"All shall hail the name of Jesus\"\n                },\n                {\n                    \"igbo\": \"Ndi Mọọ Ozī nà-adā n’ànì kwà ụbòsì na-etò afà Onye Kāsị\",\n                    \"english\": \"The Angels fall down every day glorifying the name of the Almighty\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"tòlotòlo\": [\n        {\n            \"word\": \"tòlotòlo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"turkey (Hausa tòlotòlo)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-tọpù\": [\n        {\n            \"word\": \"-tọpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"release; untie; loose; absolve; release from bondage, fetters\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Jèe tọpù ewu e kēdolu n’ògbụ\",\n                    \"english\": \"Go and untie the goat tied to the ògbụ tree\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tọ\"\n            ]\n        }\n    ],\n    \"-tọsị\": [\n        {\n            \"word\": \"-tọsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"untie\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tọ\"\n            ]\n        }\n    ],\n    \"-tọsịsị\": [\n        {\n            \"word\": \"-tọsịsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"untie (many things tied together)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tọ\"\n            ]\n        }\n    ],\n    \"-tọsịsị ụnò\": [\n        {\n            \"word\": \"-tọsịsị ụnò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"unroof house\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tọ\",\n                \"ụnò\"\n            ]\n        }\n    ],\n    \"-tọ\": [\n        {\n            \"word\": \"-tọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"unwrap; denude; untie\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-tu ǹtutu\": [\n        {\n            \"word\": \"-tu ǹtutu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"search for; look for, follow after in direction of thing being followed\",\n                \"differentiate; make distinction\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tu\"\n            ]\n        }\n    ],\n    \"-tu ụkpụlū\": [\n        {\n            \"word\": \"-tu ụkpụlū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"follow footprints, example\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tu\"\n            ]\n        }\n    ],\n    \"-tudo\": [\n        {\n            \"word\": \"-tudo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stick (something)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tu\"\n            ]\n        }\n    ],\n    \"-turu(be)\": [\n        {\n            \"word\": \"-turu(be)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"plant around\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tu\"\n            ]\n        }\n    ],\n    \"-tu ùgò\": [\n        {\n            \"word\": \"-tu ùgò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stick an eagle's feather in the hair\",\n                \"(fig.) be declared the champion, winner\",\n                \"strap on (sword, knife, etc.) (compare -tù 1.)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Kèdu ǹkè ị tù mmà kà onye gāje ògù?\",\n                    \"english\": \"Why are you strapping on a sword like a person going to a fight?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tu\"\n            ]\n        }\n    ],\n    \"-tu ùbu\": [\n        {\n            \"word\": \"-tu ùbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be stout\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ìbu\"\n            ],\n            \"stems\": [\n                \"-tu\"\n            ]\n        }\n    ],\n    \"-tu ụkpò\": [\n        {\n            \"word\": \"-tu ụkpò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"blister\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tu\",\n                \"ụkpò\"\n            ]\n        }\n    ],\n    \"-tu\": [\n        {\n            \"word\": \"-tu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stick in; plant going to stick sticks along the boundary between us and the Ụmù Agū people\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-tùbì\": [\n        {\n            \"word\": \"-tùbì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"break (something tiny)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tù\"\n            ]\n        }\n    ],\n    \"-tù nkì\": [\n        {\n            \"word\": \"-tù nkì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut face or body mark; tattoo\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tù\"\n            ]\n        }\n    ],\n    \"-tùpu\": [\n        {\n            \"word\": \"-tùpu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"trickle out; perforate with nails\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ tùpugo àkpà m\",\n                    \"english\": \"He has pinched open my bag\"\n                },\n                {\n                    \"igbo\": \"Ànyị nà-atū ēgusi\",\n                    \"english\": \"We are breaking open melon seeds\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tù\"\n            ]\n        }\n    ],\n    \"-tùcha\": [\n        {\n            \"word\": \"-tùcha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"peel\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ànyị nà-atùcha ōkụkò\",\n                    \"english\": \"We are plucking the fowl\"\n                },\n                {\n                    \"igbo\": \"Ànyị nà-atùcha arụrụ\",\n                    \"english\": \"We are picking off the ants\"\n                },\n                {\n                    \"igbo\": \"Àda nà-atùcha ntì ya\",\n                    \"english\": \"Ada is picking her ear\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tù\"\n            ]\n        }\n    ],\n    \"-tùchanye\": [\n        {\n            \"word\": \"-tùchanye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pick off and give; give very little, trifling part\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ò bù nwantịntị àchìcha à kà ị gà-atùchanye m?\",\n                    \"english\": \"Is it this very little piece of bread that you would give me?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tù\"\n            ]\n        }\n    ],\n    \"-tùchapù\": [\n        {\n            \"word\": \"-tùchapù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pick out, off (things which stick, e.g. fleas on dog)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bikō tụchàpụ m arụrụ tādolụ m n’àzụ\",\n                    \"english\": \"Please pick off the ant which is biting me on the back\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tù\"\n            ]\n        }\n    ],\n    \"-tùchapùta\": [\n        {\n            \"word\": \"-tùchapùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pick off (and out)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tù\"\n            ]\n        }\n    ],\n    \"-tùchasị\": [\n        {\n            \"word\": \"-tùchasị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pick off (objects) sticking)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tù\"\n            ]\n        }\n    ],\n    \"-tùsịsị\": [\n        {\n            \"word\": \"-tùsịsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pick off one by one\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Chèlụ kà m tùsịsịa gī arụrụ dī gị n’akwà\",\n                    \"english\": \"Wait and let me pick off the ants on your dress\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tù\"\n            ]\n        }\n    ],\n    \"-tù atùtù\": [\n        {\n            \"word\": \"-tù atùtù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be spotted, piebald\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tù\"\n            ]\n        }\n    ],\n    \"-tùgwa\": [\n        {\n            \"word\": \"-tùgwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be striped, spotted, variegated\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tù\"\n            ]\n        }\n    ],\n    \"ntùgwa\": [\n        {\n            \"word\": \"ntùgwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"variegation\",\n                \"mixture\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tù\"\n            ]\n        }\n    ],\n    \"-tùpọ\": [\n        {\n            \"word\": \"-tùpọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"have spot, blemish\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tù\"\n            ]\n        }\n    ],\n    \"ntùpọ\": [\n        {\n            \"word\": \"ntùpọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"spot; blemish\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tù\"\n            ]\n        }\n    ],\n    \"òtùtù\": [\n        {\n            \"word\": \"òtùtù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"measurement (of length)\",\n                \"dripping (of dew, rain, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tù\"\n            ]\n        }\n    ],\n    \"-tùnye\": [\n        {\n            \"word\": \"-tùnye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"compare; liken\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tù\"\n            ]\n        }\n    ],\n    \"-tùlụ\": [\n        {\n            \"word\": \"-tùlụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"defraud\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ndị wàyo tùlù yà egō ya\",\n                    \"english\": \"The confidence tricksters defrauded him of his money\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tù\"\n            ]\n        }\n    ],\n    \"-tù ùlà\": [\n        {\n            \"word\": \"-tù ùlà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tease; disappoint (after arousing expectation)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tù\",\n                \"ùlà\"\n            ]\n        }\n    ],\n    \"-tù\": [\n        {\n            \"word\": \"-tù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"insert something into covering or mass (e.g. sword passed through belt, feather in hat or hair)\",\n                \"down down an elephant if I am given a gun the load which is on the chair\",\n                \"break the surface of a hard object (e.g. break with tips of nails, usually of both hands, small seeds like melon seeds to remove the covering)\",\n                \"pick off (e.g. ants, fruits of certain grasses, or weeds with sticky fruits, from cloth)\",\n                \"be variegated in colour, mottled, spotted\",\n                \"measure (length); point at\",\n                \"spatter; drop; drip (of liquids); drizzle\",\n                \"cheat; defraud\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-tufù uchè\": [\n        {\n            \"word\": \"-tufù uchè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"despair\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tu-fù\"\n            ]\n        }\n    ],\n    \"-tu-fù\": [\n        {\n            \"word\": \"-tu-fù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"throw away\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-tukwùlu\": [\n        {\n            \"word\": \"-tukwùlu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"squat\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anà m èje itūkwùlù n’ùsọ ọkū màkà nà oyī nà-àtụ m\",\n                    \"english\": \"I am going to squat near the fire because I am feeling cold\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tu-kwù\"\n            ]\n        }\n    ],\n    \"-tu-kwù\": [\n        {\n            \"word\": \"-tu-kwù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"squat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"tupu\": [\n        {\n            \"word\": \"tupu\",\n            \"wordClass\": \"CJN\",\n            \"definitions\": [\n                \"before (of time)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Agà m èmesịgo ife m nà-ème tupu Ndù àbịa\",\n                    \"english\": \"I shall have finished what I am doing before Ndụ comes\"\n                }\n            ],\n            \"variations\": [\n                \"tutu\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"tutu\": [\n        {\n            \"word\": \"tutu\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see tupu\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-tụ atụ\": [\n        {\n            \"word\": \"-tụ atụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be bumpy, uneven (of road) (i.e. throwing one about); be bounced about\",\n                \"order; indent for\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụchanye\": [\n        {\n            \"word\": \"-tụchanye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"throw away utterly; lose everything\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ibè nà-àkwadebe ịtūchanye ego niīne o dèbèlù n’ikpe ànì\",\n                    \"english\": \"Ibe is going to throw all his savings into a land case\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụdà\": [\n        {\n            \"word\": \"-tụdà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tthrow\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Tụdàtalụ m bọòlù\",\n                    \"english\": \"Throw down the ball to me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụdàta\": [\n        {\n            \"word\": \"-tụdàta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"throw down to\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụfèga\": [\n        {\n            \"word\": \"-tụfèga\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"throw across, beyond\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụfèga ụkwụ\": [\n        {\n            \"word\": \"-tụfèga ụkwụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"throw across feet, legs\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\",\n                \"ụkwụ\"\n            ]\n        }\n    ],\n    \"-tụfìkọ\": [\n        {\n            \"word\": \"-tụfìkọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be entangled together; entangle\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụfù\": [\n        {\n            \"word\": \"-tụfù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lose; throw away\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Proverb: Onye atūfùrò ò da ātụùta\",\n                    \"english\": \"Anyone who does not throw away never recovers (meant to encourage charity and almsgiving); compare Cast thy bread upon the waters, for after many days thou shalt find it again\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụgbà ụkwụ\": [\n        {\n            \"word\": \"-tụgbà ụkwụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cross the feet or legs; throw one leg across the other\",\n                \"cross the feet or legs\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\",\n                \"ụkwụ\"\n            ]\n        }\n    ],\n    \"-tụgbu\": [\n        {\n            \"word\": \"-tụgbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"throw and kill; stone to death\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụghalị\": [\n        {\n            \"word\": \"-tụghalị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"toss; turn; turn about\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Tùghalịa āzụ gị\",\n                    \"english\": \"Turn your back\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụghalị uchè\": [\n        {\n            \"word\": \"-tụghalị uchè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"consider; reconsider; reflect; change one's mind\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Òfô kwènyèlù ǹnyàafù nà ya gà-esō ānyị je Ònìchà taàtà mà kịtāà ọ tūghalịgo uchè ya\",\n                    \"english\": \"Ọfọ agreed yesterday to accompany us to Onitsha today but now he has changed his mind\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\",\n                \"uchè\"\n            ]\n        }\n    ],\n    \"-tụkò\": [\n        {\n            \"word\": \"-tụkò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"throw together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụkpò àsị\": [\n        {\n            \"word\": \"-tụkpò àsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lie against\",\n                \"tell a lie against\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-àtụkpo m àsị\",\n                    \"english\": \"He is lying against me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụkpọ\": [\n        {\n            \"word\": \"-tụkpọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"break by throwing; throw and break, damage (e.g. egg, eyes)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụkwàsị\": [\n        {\n            \"word\": \"-tụkwàsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"throw again\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụlùpù\": [\n        {\n            \"word\": \"-tụlùpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fall down; roll down (like a baby); fall and mix\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nwa a mūlụ ọfụū atụlùpùgo n’enu àkwà\",\n                    \"english\": \"The new-born baby has rolled off the bed\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụne\": [\n        {\n            \"word\": \"-tụne\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"examine; consider; compare; look into\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anà m àtụne okwu o kwūlu\",\n                    \"english\": \"I am considering what he said\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụni\": [\n        {\n            \"word\": \"-tụni\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"build up (a causeway)\",\n                \"throw (oneself about); bounce; rebound\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụnìdo\": [\n        {\n            \"word\": \"-tụnìdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"entangle; be entangled\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụnù\": [\n        {\n            \"word\": \"-tụnù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be entangled\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụnùdo\": [\n        {\n            \"word\": \"-tụnùdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"entangle; be entangled\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụnye\": [\n        {\n            \"word\": \"-tụnye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"throw in, into\",\n                \"make collection; put money or gifts in kind to common purpose\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụpùta\": [\n        {\n            \"word\": \"-tụpùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"throw out\",\n                \"rise to surface (as corpse in water)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Tụpùtalụ m bōòlù\",\n                    \"english\": \"Throw out the ball for me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụrà\": [\n        {\n            \"word\": \"-tụrà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"throw down, away\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ndi orī atụràgo ego fa bù\",\n                    \"english\": \"The thieves have dropped the money they were carrying\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụsì\": [\n        {\n            \"word\": \"-tụsì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be entangled\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụ ubè\": [\n        {\n            \"word\": \"-tụ ubè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"throw spear\",\n                \"short digging-stick (compare mbàzù)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\",\n                \"ubè\"\n            ]\n        }\n    ],\n    \"-tụ ùkpolo\": [\n        {\n            \"word\": \"-tụ ùkpolo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"throw missile\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\",\n                \"ùkpolo\"\n            ]\n        }\n    ],\n    \"-tụ ùdò\": [\n        {\n            \"word\": \"-tụ ùdò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"braid rope\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\",\n                \"ùdò\"\n            ]\n        }\n    ],\n    \"-tụ ụtụ\": [\n        {\n            \"word\": \"-tụ ụtụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pay tax, tribute, collection (much used for payment of church levies)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ùtụ\"\n            ],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụ ùzù\": [\n        {\n            \"word\": \"-tụ ùzù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"quarrel noisily; make noise (in quarrel (= -fịọ ùzù)\",\n                \"drop, place, upon\",\n                \"quarrel noisily; make noise\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\",\n                \"ùzù\"\n            ]\n        }\n    ],\n    \"-tụkwàsa\": [\n        {\n            \"word\": \"-tụkwàsa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"drop upon; place upon\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"ntụkwàsị obì\": [\n        {\n            \"word\": \"ntụkwàsị obì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"trust; hope\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ntụkwàsị obī ānyī dì nà Chinēkè\",\n                    \"english\": \"Our trust is in God\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụ uchè\": [\n        {\n            \"word\": \"-tụ uchè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be worried; anxious\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\",\n                \"uchè\"\n            ]\n        }\n    ],\n    \"Atūnalụ m uchè\": [\n        {\n            \"word\": \"Atūnalụ m uchè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"Do not worry about me\",\n                \"fall in drops; sprinkle\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụ kpọm\": [\n        {\n            \"word\": \"-tụ kpọm\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"strike hard surface\",\n                \"drip (= -tụ pọm)\",\n                \"breathe one's last, faintly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\",\n                \"-tụ-\"\n            ]\n        }\n    ],\n    \"-tụsà\": [\n        {\n            \"word\": \"-tụsà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"splash; strew\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụsị\": [\n        {\n            \"word\": \"-tụsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"drip; fall in drops\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ò gịnī nà-àtụsị?\",\n                    \"english\": \"What is dripping?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụsịsị\": [\n        {\n            \"word\": \"-tụsịsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fall in drops; drip\",\n                \"throw together; heap up; fold together\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Mmilī nà-àtụsịsị\",\n                    \"english\": \"Rain is dripping\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụchi\": [\n        {\n            \"word\": \"-tụchi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bolt\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"ife ntụchi\": [\n        {\n            \"word\": \"ife ntụchi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bolt\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụkọ\": [\n        {\n            \"word\": \"-tụkọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"throw, heap together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụkònata\": [\n        {\n            \"word\": \"-tụkònata\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"throw, heap together in one place\",\n                \"build up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụkònyesị\": [\n        {\n            \"word\": \"-tụkònyesị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"gather together and throw in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụna enū\": [\n        {\n            \"word\": \"-tụna enū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bounce; rebound\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụ ajā\": [\n        {\n            \"word\": \"-tụ ajā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"build up a wall (by throwing mud)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụ akịlịka\": [\n        {\n            \"word\": \"-tụ akịlịka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"build a grass roof; build grass-roofed house\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụ ụnò\": [\n        {\n            \"word\": \"-tụ ụnò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"build house\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ife mbụ m gà-ème nà m si Òbòdò Oyìbo natâ bù ịtū òfu ụnò enū\",\n                    \"english\": \"The first thing I will do on my return from the United Kingdom is to build a storey building\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\",\n                \"ụnò\"\n            ]\n        }\n    ],\n    \"-tụ ụnō ākanya\": [\n        {\n            \"word\": \"-tụ ụnō ākanya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"build thatch-roofed house\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\",\n                \"ụnò\"\n            ]\n        }\n    ],\n    \"-tụ ụnò akịlịka\": [\n        {\n            \"word\": \"-tụ ụnò akịlịka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"build grass-roofed house\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụcha\": [\n        {\n            \"word\": \"-tụcha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"scrape out canoe with ǹkò\",\n                \"nurse, foster, bring up very sickly, weak, miserably helpless child or animal (\\\"take out disease, weakness\\\") ọgè nne yā nwūsịlị It is mother who is fostering the child of Ibe who was brought down from Northern Nigeria after his mother died\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ bù nnē nà-àtụcha nnwa Ìbè e sì Ugwu Awụsa kpọnata ọgè nne yā nwūsịlị\",\n                    \"english\": \"It is mother who is fostering the child of Ibe who was brought down from Northern Nigeria after his mother died\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụ nkụ\": [\n        {\n            \"word\": \"-tụ nkụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"split firewood\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"òka ǹtùgbu\": [\n        {\n            \"word\": \"òka ǹtùgbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"jigger\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụ izè\": [\n        {\n            \"word\": \"-tụ izè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shudder; shrink from; abhor; make disgusted with, apprehensive of\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Òmùme Ìbè tùlù m izè\",\n                    \"english\": \"Ibe's behaviour disgusts me\"\n                }\n            ],\n            \"variations\": [\n                \"ize\"\n            ],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụlụ ime\": [\n        {\n            \"word\": \"-tụlụ ime\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"become pregnant; conceive; become pregnant illegitimately\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nwunyē Ōfọ àtụlụgo imē\",\n                    \"english\": \"Ọfọ's wife has become pregnant\"\n                },\n                {\n                    \"igbo\": \"Àda m nō n’ụnò akwụkwọ àtụlụgo imē\",\n                    \"english\": \"My eldest daughter who is in school has become pregnant (\\\"illegitimately\\\" understood)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụ oyī\": [\n        {\n            \"word\": \"-tụ oyī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cause cold, chill\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"ǹtùmoyi\": [\n        {\n            \"word\": \"ǹtùmoyi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cold; cold weather\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"(egwù) -tụ\": [\n        {\n            \"word\": \"(egwù) -tụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be afraid\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Egwù nà-àtụ m ijē ugbō n’anyàsì\",\n                    \"english\": \"I am afraid to go to the farm at night\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"(olù ụlā) -tụ\": [\n        {\n            \"word\": \"(olù ụlā) -tụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"slumber; doze\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Olù ụlā àtụbago yā\",\n                    \"english\": \"He has started to doze\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụ àkpànì\": [\n        {\n            \"word\": \"-tụ àkpànì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be bellicose, pugnacious (in speech)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụ ǹtụ\": [\n        {\n            \"word\": \"-tụ ǹtụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tell lies (in order to escape something) (compare -tù 6.)\",\n                \"deceive; poke fun at; play joke upon\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ị nà-àtụ ntụ\",\n                    \"english\": \"You are telling a lie\"\n                }\n            ],\n            \"variations\": [\n                \"ntụ\"\n            ],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụ ùlà\": [\n        {\n            \"word\": \"-tụ ùlà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"entice on false pretences; tease (compare -là ùlà)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bikō esòkwònà Ibè je afīa màkà nà ọ nà-àtụ gī ùlà. Ọ chòlù ịkpō gị je be ndi orī\",\n                    \"english\": \"Please do not accompany Ibe to the market because he is only enticing you. He wants to take you to the thieves' house\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụnye n’ụkwụ\": [\n        {\n            \"word\": \"-tụnye n’ụkwụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be at hand, imminent; come unexpectedly\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"\\\"Chèghalịa nù n’ifì nà Ànì Ezè Enu igwē àtụnyego n’ụkwụ\\\"\",\n                    \"english\": \"Repent ye, for the Kingdom of God is at hand\\\"\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\",\n                \"ụkwụ\"\n            ]\n        }\n    ],\n    \"-tụ àsị\": [\n        {\n            \"word\": \"-tụ àsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tell lies\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-àtụ āsị\",\n                    \"english\": \"He is telling lies\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ\"\n            ]\n        }\n    ],\n    \"-tụ\": [\n        {\n            \"word\": \"-tụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"throw; cast; hurl; fling; throw upon\",\n                \"build\",\n                \"order; indent for; request someone going to a market to help buy something\",\n                \"split, scrape out; (fig.) take out\",\n                \"cause; get\",\n                \"speak (in various specific ways)\",\n                \"appear (of new moon)\",\n                \"denoting contact\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ bụlụ nà Nwaàmàlùbịa ānatago nàtalụ m ya ife m tūlụ ya\",\n                    \"english\": \"If Nwaamalụbịa has returned, help me bring from her what I requested her to buy for me\"\n                },\n                {\n                    \"igbo\": \"Ọnwa ātụgo/ātụa/ātụọ\",\n                    \"english\": \"The new moon has appeared (contrast\"\n                },\n                {\n                    \"igbo\": \"Ọnwa àpùtago\",\n                    \"english\": \"The moon (not new) has appeared)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-tụbì\": [\n        {\n            \"word\": \"-tụbì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stop breathing (suddenly)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nwatā dālụ enū n’ùtụtù àtụbìgo\",\n                    \"english\": \"The child who fell from a height has stopped breathing\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ-\"\n            ]\n        }\n    ],\n    \"-tụlụ ndù\": [\n        {\n            \"word\": \"-tụlụ ndù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"revive; refresh\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ-\"\n            ]\n        }\n    ],\n    \"-tụ n’ume\": [\n        {\n            \"word\": \"-tụ n’ume\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"breathe shallowly or faintly (like patient nearing death or person who is extremely exhausted from running); pant\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Elòlù m nà ezì ị gbālụ egbè gà-ànwụ ọsọ ōsọ màkà nà ọ dā èmeghalịzị ārụ, ọ nà-àtụ sò n’ume\",\n                    \"english\": \"I think that the pig you shot will die quickly because it can no longer stir, it only breathes very faintly\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ-\",\n                \"ume\"\n            ]\n        }\n    ],\n    \"-tụnye ndù\": [\n        {\n            \"word\": \"-tụnye ndù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"refresh; revive\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ-\"\n            ]\n        }\n    ],\n    \"-tụte (ndù)\": [\n        {\n            \"word\": \"-tụte (ndù)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wake up; make alive; revive; refresh; resuscitate\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anà m èje ịkpō onye dibìà kà ọ bịa tụtee nwa nnē m dālụ enū\",\n                    \"english\": \"I am going to call the doctor to come and revive my brother who has fallen from a height\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ-\"\n            ]\n        }\n    ],\n    \"-tụ ume\": [\n        {\n            \"word\": \"-tụ ume\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"breathe faintly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tụ-\"\n            ]\n        }\n    ],\n    \"-tụ-\": [\n        {\n            \"word\": \"-tụ-\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"breathe\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"tụmà\": [\n        {\n            \"word\": \"tụmà\",\n            \"wordClass\": \"CJN\",\n            \"definitions\": [\n                \"even if (= kamà)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ànyị gà-èmeli, tụmà isi àgụ\",\n                    \"english\": \"We will win, even if all perish\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"tùmàdì\": [\n        {\n            \"word\": \"tùmàdì\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see ǹtùmàdì\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"tùmàdù\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ntụtù\": [\n        {\n            \"word\": \"ntụtù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"gathering; picking up; pilfering\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tù-tù\"\n            ]\n        }\n    ],\n    \"-tụtù aka\": [\n        {\n            \"word\": \"-tụtù aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pilfer\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-àtụtù akā\",\n                    \"english\": \"He is a pilferer\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tù-tù\"\n            ]\n        }\n    ],\n    \"-tụtù aka ntụtù\": [\n        {\n            \"word\": \"-tụtù aka ntụtù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pilfer; pick and steal\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tù-tù\"\n            ]\n        }\n    ],\n    \"-tùtùkọ\": [\n        {\n            \"word\": \"-tùtùkọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"gather; pick together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tù-tù\"\n            ]\n        }\n    ],\n    \"-tùtùkọta\": [\n        {\n            \"word\": \"-tùtùkọta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"gather; pick together and bring\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Jèe tụtùkọta ego dāsịsịlị n’àkpà m ogè m nà-àgbabàta ụnò\",\n                    \"english\": \"Go and pick up the coins that fell from my pocket when I was running in\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tù-tù\"\n            ]\n        }\n    ],\n    \"-tùtùnye\": [\n        {\n            \"word\": \"-tùtùnye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pick up for; pick up and give\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Tụtùnye m ife dānarịlị m\",\n                    \"english\": \"Pick up for me what has fallen from me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tù-tù\"\n            ]\n        }\n    ],\n    \"-tụtù ọjì\": [\n        {\n            \"word\": \"-tụtù ọjì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pick iroko leaves (for feeding livestock)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-tù-tù\"\n            ]\n        }\n    ],\n    \"-tụtùta\": [\n        {\n            \"word\": \"-tụtùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pick; pick up and bring\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ bù mm tụtùtàlù ọtụ ụzò a nà-àchọ\",\n                    \"english\": \"I am the one who picked up the missing key\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-tù-tù\"\n            ]\n        }\n    ],\n    \"-tù-tù\": [\n        {\n            \"word\": \"-tù-tù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pick up\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Adī m àtụtù ife ọbụnà n’ìlo ọ sọgọdu nya bùlụ ōfu àkpà egō\",\n                    \"english\": \"I never pick anything up on the road, even if it is a hundred pounds\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"U\": [\n        {\n            \"word\": \"U\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùbà\": [\n        {\n            \"word\": \"ùbà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"drum beaten for deities at second burial\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ubē ǹzè\": [\n        {\n            \"word\": \"ubē ǹzè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"ceremonial spear for ọzō ceremonies (= alò), and fighting or hunting spears, see asùduù and àgànà\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ubè\"\n            ]\n        }\n    ],\n    \"ubè\": [\n        {\n            \"word\": \"ubè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"spear, divided into\",\n                \"stroke (of cane)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Pìa yā ubè osisi naàbò\",\n                    \"english\": \"Give him two strokes of the cane\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ùbe ōkpoko\": [\n        {\n            \"word\": \"ùbe ōkpoko\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bush-candle tree (Canarium schweinfurthii Engl.). The fruits are cooked by being put in hot water. See also ùbe òsà.\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùbe\"\n            ]\n        }\n    ],\n    \"ùbe òsà\": [\n        {\n            \"word\": \"ùbe òsà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Canarium schweinfurthii Engl. See also ùbe ōkpoko.\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùbe\"\n            ]\n        }\n    ],\n    \"ùbe\": [\n        {\n            \"word\": \"ùbe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"native pear; \\\"pear\\\" (Pachylobus edulis Don), baked in hot ashes\",\n                \"end; limit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ubì\": [\n        {\n            \"word\": \"ubì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"farm\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùbi\": [\n        {\n            \"word\": \"ùbi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"black cobra (Naja melanoleuca Hall.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ubom\": [\n        {\n            \"word\": \"ubom\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see ìbome\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ubòm\": [\n        {\n            \"word\": \"ubòm\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sandbank\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùbu\": [\n        {\n            \"word\": \"ùbu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"shoulder\",\n                \"small fishing net\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ùbù\": [\n        {\n            \"word\": \"ùbù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"staleness\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Azū à àdàgo ùbù\",\n                    \"english\": \"This fish has gone stale\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"enwē uchè\": [\n        {\n            \"word\": \"enwē uchè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"lack of sense; foolishness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"uchè\"\n            ]\n        }\n    ],\n    \"-wepù uchè\": [\n        {\n            \"word\": \"-wepù uchè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cease to expect; give up hope (literally remove mind)\",\n                \"male name (from -chè think)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"uchè\"\n            ]\n        }\n    ],\n    \"uchè\": [\n        {\n            \"word\": \"uchè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mind; sense; thought; wisdom; intelligence\",\n                \"Uchè m dì yà I am concentrating on it\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nnī ūchichì\": [\n        {\n            \"word\": \"nnī ūchichì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"supper\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùchichì\"\n            ]\n        }\n    ],\n    \"ùchichì\": [\n        {\n            \"word\": \"ùchichì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"night\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ùchichì adī mma ògwù\",\n                    \"english\": \"Night is not good for fighting\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"uchu\": [\n        {\n            \"word\": \"uchu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"industry; perseverance; diligence\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ude\": [\n        {\n            \"word\": \"ude\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see udè\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-sù ude\": [\n        {\n            \"word\": \"-sù ude\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"groan; grunt; hum, etc.\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Onye àrụ nà-ànwụ nà-asù udè\",\n                    \"english\": \"The patient is groaning\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"udè\"\n            ]\n        }\n    ],\n    \"udè\": [\n        {\n            \"word\": \"udè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"groan; groaning; grunt; grunting; hum; din; grunt used rhythmically to keep time in singing\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ndị egwū na-àgwụ; ndị udè àna-àsụ\",\n                    \"english\": \"The soloists are singing; the chorus are keeping time\"\n                }\n            ],\n            \"variations\": [\n                \"ude\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"-kpa ude\": [\n        {\n            \"word\": \"-kpa ude\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"rub in pomade, grease, ointment\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùde\"\n            ]\n        }\n    ],\n    \"ọgwū ū de\": [\n        {\n            \"word\": \"ọgwū ū de\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"local medicine prepared and stored in a bottle with palm- kernel oil, used for curing convulsions, poisoning\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùde\"\n            ]\n        }\n    ],\n    \"ùde\": [\n        {\n            \"word\": \"ùde\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"ointment; palm-kernel ointment (Yoruba àdin and òroro)\",\n                \"fame; report; reputation; name\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ùdè\": [\n        {\n            \"word\": \"ùdè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"flood-plain; swampy farm land\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùdènè\": [\n        {\n            \"word\": \"ùdènè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"common or hooded vulture (Necrosyrtes monachus)\",\n                \"hopeless, useless person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Udō\": [\n        {\n            \"word\": \"Udō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"very powerful divinity (alūsị), whose worship is controlled by the Ọbịọ clan and before whom a king-elect of Onitsha must perform various rituals (Henderson 1972)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Proverb: Udō sì onye ya nà-àzọ jì akā ya zòọ ōnwe ya màkà nà ya adā àzọ onye tōlụ afọ\",\n                    \"english\": \"(literally Udō requests that whoever he is trying to save should try and help himself because he never saves anybody with ascites)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùdo\": [\n        {\n            \"word\": \"ùdo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"peace; quietness; calmness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùdu mmīli\": [\n        {\n            \"word\": \"ùdu mmīli\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"rainy season\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùdu\"\n            ]\n        }\n    ],\n    \"ùdu\": [\n        {\n            \"word\": \"ùdu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùdù\": [\n        {\n            \"word\": \"ùdù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"earthenware pot used for storing water; musical pot playing by slapping a hole in the side-wall with the flat of the hand\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùdudō\": [\n        {\n            \"word\": \"ùdudō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"spider\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ufèlè\": [\n        {\n            \"word\": \"ufèlè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wind; breeze\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùfèsi mmīli\": [\n        {\n            \"word\": \"ùfèsi mmīli\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"across the stream, river, etc.; the other side of the river, stream, etc.\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùfèsi\"\n            ]\n        }\n    ],\n    \"n’ùfèsị\": [\n        {\n            \"word\": \"n’ùfèsị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"over; on the other side\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùfèsi\"\n            ]\n        }\n    ],\n    \"ùfèsi\": [\n        {\n            \"word\": \"ùfèsi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the other side; abroad; overseas\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ùfèsị\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ufie\": [\n        {\n            \"word\": \"ufie\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"camwood (dye-wood from the tree Baphia nitida Lodd. or\",\n                \"pubescens Hook.f.); red dye from it\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gbà ùfìè\": [\n        {\n            \"word\": \"-gbà ùfìè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"lie across or crosswise\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùfìè\"\n            ]\n        }\n    ],\n    \"ùfìè\": [\n        {\n            \"word\": \"ùfìè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"width; across; crosswise\",\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ùfìè \": [\n        {\n            \"word\": \"ùfìè \",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"royal drums; pair of very large cylindrical slit-gongs, held only by kings, the beating of which arouses the king from slumber and thus defines the beginning of a new day\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ùfìò\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ufìlì\": [\n        {\n            \"word\": \"ufìlì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mark; track; footprint; trail (e.g. of snake); sunbeam\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ǹkaà bù ufìlì agwō, ò bụrō ufìlì igwè\",\n                    \"english\": \"This is the trail of a snake, not the track of a bicycle\"\n                }\n            ],\n            \"variations\": [\n                \"ufùlù\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ùfo\": [\n        {\n            \"word\": \"ùfo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùfolō\": [\n        {\n            \"word\": \"ùfolō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"nothing; uselessness; vanity\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ufù\": [\n        {\n            \"word\": \"ufù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a faint\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùfù\": [\n        {\n            \"word\": \"ùfù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mongoose\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùtabà ufulī\": [\n        {\n            \"word\": \"ùtabà ufulī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dry raw tobacco leaves not yet chemically prepared\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ufulī\"\n            ]\n        }\n    ],\n    \"ufulī\": [\n        {\n            \"word\": \"ufulī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ufùlù\": [\n        {\n            \"word\": \"ufùlù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"breath; air\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ùgègbè anyā\": [\n        {\n            \"word\": \"ùgègbè anyā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(eye) glasses\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùgègbè\"\n            ]\n        }\n    ],\n    \"ùgègbè\": [\n        {\n            \"word\": \"ùgègbè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mirror; glass\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ugilī\": [\n        {\n            \"word\": \"ugilī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wild mango tree (Irvingia gabonensis (Aubry-Lecomte ex O'Rorke) Baill.), and its fruit (compare ògbònò) used for soup\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ugilī teghete mbù egō abūrọ ulù\",\n                    \"english\": \"Nine ugilī fruits for one cowry is no gain (i.e. anything too cheap should be suspected of inferiority)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Ùgòchukwu\": [\n        {\n            \"word\": \"Ùgòchukwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"male name (literally Eagle of God)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùgò\"\n            ]\n        }\n    ],\n    \"ùgò mmā\": [\n        {\n            \"word\": \"ùgò mmā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"beautiful girl\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùgò\"\n            ]\n        }\n    ],\n    \"Ùgònàchọmmā\": [\n        {\n            \"word\": \"Ùgònàchọmmā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"name of a masquerade\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùgò\"\n            ]\n        }\n    ],\n    \"Ùgònnē\": [\n        {\n            \"word\": \"Ùgònnē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"male name (literally Mother's Eagle)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùgò\"\n            ]\n        }\n    ],\n    \"Ùgònnwā\": [\n        {\n            \"word\": \"Ùgònnwā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"female name (literally (Eagle child))\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùgò\"\n            ]\n        }\n    ],\n    \"ùgò\": [\n        {\n            \"word\": \"ùgò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"\\\"eagle\\\", a bird valued for its rarity and beauty. Its white feather is a symbol of prestige worn with the red cap of onye ǹzè. (Palmnut Vulture, Gypohierax angolensis, and/or West African River Eagle, Haliaetus vocifer.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùgògbè\": [\n        {\n            \"word\": \"ùgògbè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mirror (= ènyò, ènyìnyò)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùgòdì\": [\n        {\n            \"word\": \"ùgòdì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"lock; key\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùgòfù\": [\n        {\n            \"word\": \"ùgòfù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"steam\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùgolì\": [\n        {\n            \"word\": \"ùgolì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hooting sound made by young men when dancing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ugòlo òmà\": [\n        {\n            \"word\": \"ugòlo òmà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Pied Crow (Corvus albus)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ugòlo\"\n            ]\n        }\n    ],\n    \"ugòlo\": [\n        {\n            \"word\": \"ugòlo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùgolò\": [\n        {\n            \"word\": \"ùgolò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bitter kola (Garcinia kola Heckel)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùgom\": [\n        {\n            \"word\": \"ùgom\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"prison yard\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ùgom\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ugọnọm\": [\n        {\n            \"word\": \"ugọnọm\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fish sp. (Bagrus bayad) (= òkpọ ọfū)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ugbànà\": [\n        {\n            \"word\": \"ugbànà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Cattle Egret (Bubulcus ibis)\",\n                \"male name\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ugbè\": [\n        {\n            \"word\": \"ugbè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"feather (compare ugbènè)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kwosi ugbènè\": [\n        {\n            \"word\": \"-kwosi ugbènè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pluck feathers\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ugbènè\"\n            ]\n        }\n    ],\n    \"ugbènè\": [\n        {\n            \"word\": \"ugbènè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"feather (compare ugbè)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-lụ ugbō\": [\n        {\n            \"word\": \"-lụ ugbō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"work a farm\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ugbō\"\n            ]\n        }\n    ],\n    \"ugbō\": [\n        {\n            \"word\": \"ugbō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"farm\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ugbò\": [\n        {\n            \"word\": \"ugbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cave; den; lair; hole\",\n                \"hiding-place for fish made out of hollow bamboo cane, in which they are then trapped\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ugbokō\": [\n        {\n            \"word\": \"ugbokō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"forest; thicket; jungle; farm\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùgbòlo ùgbòlò\": [\n        {\n            \"word\": \"ùgbòlo ùgbòlò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"frequently; often\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùgbòlò\"\n            ]\n        }\n    ],\n    \"ùgbòlò\": [\n        {\n            \"word\": \"ùgbòlò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"time, times (in enumeration)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùgbu\": [\n        {\n            \"word\": \"ùgbu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"small fishing net\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ughelē\": [\n        {\n            \"word\": \"ughelē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"yawn; yawning\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Ugwu Awụsa\": [\n        {\n            \"word\": \"Ugwu Awụsa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Northern Nigeria\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nwaàmàlùbịa ejēnurò Ugwu Awụsa\",\n                    \"english\": \"Nwaamalụbịa has never been to Northern Nigeria\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ugwu\"\n            ]\n        }\n    ],\n    \"ugwu\": [\n        {\n            \"word\": \"ugwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mountain; hill; any raised ground\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ugwù\": [\n        {\n            \"word\": \"ugwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"circumcision\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùgwù\": [\n        {\n            \"word\": \"ùgwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"prestige\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ugwùlùgwù\": [\n        {\n            \"word\": \"ugwùlùgwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"chest\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùgwulùgwu\": [\n        {\n            \"word\": \"ùgwulùgwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"abundance, large number (especially of small things)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ujìjì\": [\n        {\n            \"word\": \"ujìjì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"leaf used for soup\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùju\": [\n        {\n            \"word\": \"ùju\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fullness; plenty\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ànyî nò n’ùju nnī kịtāà\",\n                    \"english\": \"We are at present in a time of plenty (of food)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"uke\": [\n        {\n            \"word\": \"uke\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"thorn, prickle\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùke\": [\n        {\n            \"word\": \"ùke\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"brightness; glitter\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Ùkè\": [\n        {\n            \"word\": \"Ùkè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"name of a town and its market\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùkè\": [\n        {\n            \"word\": \"ùkè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bad, ill luck; misfortune\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ǹke à bù ùkè\",\n                    \"english\": \"This is a misfortune, or This is bad luck\"\n                },\n                {\n                    \"igbo\": \"Ezùlù m ùkè n’ụzò ogè m nà-èje ịkpōlụ nnwa m nō n’ụnò ọgwù\",\n                    \"english\": \"I encountered ill luck on my way to the hospital to take my child home\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ukò\": [\n        {\n            \"word\": \"ukò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùko\": [\n        {\n            \"word\": \"ùko\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"small store or recess, built up generally over fireplace\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ukòlò\": [\n        {\n            \"word\": \"ukòlò\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see ìkòlò\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ukom\": [\n        {\n            \"word\": \"ukom\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"steep clay cliff at bank of river\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ukòm\": [\n        {\n            \"word\": \"ukòm\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fowl\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùku mbu\": [\n        {\n            \"word\": \"ùku mbu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"shoulder\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"okụ ukpē\": [\n        {\n            \"word\": \"okụ ukpē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"lamp\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ukpe\"\n            ]\n        }\n    ],\n    \"ukpe\": [\n        {\n            \"word\": \"ukpe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"lamp\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùkpò ezè\": [\n        {\n            \"word\": \"ùkpò ezè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"royal throne\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùkpò\"\n            ]\n        }\n    ],\n    \"iru ùkpò\": [\n        {\n            \"word\": \"iru ùkpò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"area raised or demarcated within the òbi to keep ritual objects\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùkpò\"\n            ]\n        }\n    ],\n    \"ùkpò\": [\n        {\n            \"word\": \"ùkpò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"seat or bed made of mud; bed or plot for growing vegetables\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ìkpò\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ukpì\": [\n        {\n            \"word\": \"ukpì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tree from which ufie is obtained\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùkpolo\": [\n        {\n            \"word\": \"ùkpolo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"clod of earth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"azū ukpoò\": [\n        {\n            \"word\": \"azū ukpoò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fish caught with fishing hook\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"(Proverb) Onye ǹdìdì nà-èli azū ukpoò\",\n                    \"english\": \"The patient person eats fish caught with the hook\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ùkpoò\"\n            ]\n        }\n    ],\n    \"ùkpoò\": [\n        {\n            \"word\": \"ùkpoò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fishing hook\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ukpom\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"-kwe ùkwe\": [\n        {\n            \"word\": \"-kwe ùkwe\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sing\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anùlù m kà ụmù akwụkwọ nà-èkwe ū kwe n’ụnò ụkà\",\n                    \"english\": \"I heard the school-children singing a hymn in the church\"\n                },\n                {\n                    \"igbo\": \"Bikō kwèelụ m òfu ū kwe ụnū kwèlù n’Àba ǹnyàafù\",\n                    \"english\": \"Please sing me a song you sang at Aba yesterday\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ùkwe\"\n            ]\n        }\n    ],\n    \"àrụ ukwu\": [\n        {\n            \"word\": \"àrụ ukwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"leprosy\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ukwu\"\n            ]\n        }\n    ],\n    \"ukwu\": [\n        {\n            \"word\": \"ukwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"large; big\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ukwù\": [\n        {\n            \"word\": \"ukwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"waist; loins; stump (of tree); base\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Kèdo elili à n’ukwù gị\",\n                    \"english\": \"Tie this string round your waist\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùkwù azīzà\": [\n        {\n            \"word\": \"ùkwù azīzà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"broom (considered as a whole bundle of prepared palm fronds)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùkwù\"\n            ]\n        }\n    ],\n    \"ùkwù naàbò\": [\n        {\n            \"word\": \"ùkwù naàbò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"120 cowries\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùkwù\"\n            ]\n        }\n    ],\n    \"ùkwù naatò\": [\n        {\n            \"word\": \"ùkwù naatò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"180 cowries\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùkwù\"\n            ]\n        }\n    ],\n    \"ùkwù\": [\n        {\n            \"word\": \"ùkwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bundle\",\n                \"(also ùkwù egō) unit in cowrie counting system, consisting of ten èkpète (of six cowries each), thus sixty cowries\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-te ule\": [\n        {\n            \"word\": \"-te ule\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"disgrace; put to shame; abase\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùle\"\n            ]\n        }\n    ],\n    \"ùle\": [\n        {\n            \"word\": \"ùle\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"corruption; decomposition; rot\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùlì abụbà\": [\n        {\n            \"word\": \"ùlì abụbà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"avariety of ùlì\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùlì\"\n            ]\n        }\n    ],\n    \"ùli ārụ\": [\n        {\n            \"word\": \"ùli ārụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"indigo body designs\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùlì\"\n            ]\n        }\n    ],\n    \"ùli ede èji\": [\n        {\n            \"word\": \"ùli ede èji\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"variety of ùlì\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùlì\"\n            ]\n        }\n    ],\n    \"ùlì mkpò\": [\n        {\n            \"word\": \"ùlì mkpò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"variety of ùlì\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùlì\"\n            ]\n        }\n    ],\n    \"ùlì nkịlịsị\": [\n        {\n            \"word\": \"ùlì nkịlịsị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"variety of ùlì, whose seeds are very small in size\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùlì\"\n            ]\n        }\n    ],\n    \"ùlì\": [\n        {\n            \"word\": \"ùlì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"indigo; plant (Randia malleifera Benth. and Hook.f. and/or R. maculata DC) whose juice, obtained on grinding the fruit, turns black on drying. Used traditionally by women for body designs to enhance their beauty. Also marked on the lower eye-lid of patient attacked by measles, influenza, smallpox, as prevention and/or cure\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùlilì\": [\n        {\n            \"word\": \"ùlilì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Giant Forest Squirrel (Protoxerus strangeri)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ùlulù\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ùlòdì\": [\n        {\n            \"word\": \"ùlòdì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"type of white lily\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùlòlo\": [\n        {\n            \"word\": \"ùlòlo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hole for exit of water from house, compound\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ulù egō\": [\n        {\n            \"word\": \"ulù egō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"profit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ulù\"\n            ]\n        }\n    ],\n    \"ulù\": [\n        {\n            \"word\": \"ulù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"gain; profit; benefit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ùlù\": [\n        {\n            \"word\": \"ùlù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"clay; mire (compare ùlò)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ulùghùlù\": [\n        {\n            \"word\": \"ulùghùlù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"flesh; small piece of meat without bones\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ulù\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ulùulù\": [\n        {\n            \"word\": \"ulùulù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"flesh\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùlùkòmbụbā\": [\n        {\n            \"word\": \"ùlùkòmbụbā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"butterfly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùlùmàkụmā\": [\n        {\n            \"word\": \"ùlùmàkụmā\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see ùlùkòmbụbā\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ulùkpù\": [\n        {\n            \"word\": \"ulùkpù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cloud\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùlulù\": [\n        {\n            \"word\": \"ùlulù\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see ùlilì\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùlumē\": [\n        {\n            \"word\": \"ùlumē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"downy feathers; down\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ume ànì\": [\n        {\n            \"word\": \"ume ànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"humility\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ume\"\n            ]\n        }\n    ],\n    \"ume ngwụ\": [\n        {\n            \"word\": \"ume ngwụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"idleness; laziness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ume\"\n            ]\n        }\n    ],\n    \"nwa mkpùkpù umē\": [\n        {\n            \"word\": \"nwa mkpùkpù umē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"newborn infant\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ume\"\n            ]\n        }\n    ],\n    \"-nwe ume\": [\n        {\n            \"word\": \"-nwe ume\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be strong\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ume\"\n            ]\n        }\n    ],\n    \"-ze ume\": [\n        {\n            \"word\": \"-ze ume\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sigh; snort\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ume\",\n                \"-ze\"\n            ]\n        }\n    ],\n    \"ume\": [\n        {\n            \"word\": \"ume\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"breath; sigh; strength\",\n                \"loins\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ùme\": [\n        {\n            \"word\": \"ùme\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"une\": [\n        {\n            \"word\": \"une\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"calabash for storing wine\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùnè\": [\n        {\n            \"word\": \"ùnè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mouth-bow with cane-rope string\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"unèlè\": [\n        {\n            \"word\": \"unèlè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"banana (Musa sapientum Linn.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-lu unyi\": [\n        {\n            \"word\": \"-lu unyi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be dirty\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Akwà gî lùlù unyi\",\n                    \"english\": \"Your cloth is dirty\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"unyi\"\n            ]\n        }\n    ],\n    \"unyi\": [\n        {\n            \"word\": \"unyi\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dirt\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"unyì okwutē\": [\n        {\n            \"word\": \"unyì okwutē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"coal\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"unyì\"\n            ]\n        }\n    ],\n    \"-gwu unyì okwutē\": [\n        {\n            \"word\": \"-gwu unyì okwutē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dig, mine coal\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"A nà-ègwu unyì okwutē n’Enugū\",\n                    \"english\": \"Coal is mined at Enugu\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"unyì\"\n            ]\n        }\n    ],\n    \"unyì\": [\n        {\n            \"word\": \"unyì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"coal; charcoal; cinder\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùru\": [\n        {\n            \"word\": \"ùru\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sorrow; grief\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùruluchī\": [\n        {\n            \"word\": \"ùruluchī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"evening; dusk\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùsokwū\": [\n        {\n            \"word\": \"ùsokwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"woman’s house (= mkpukè)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùsòlò\": [\n        {\n            \"word\": \"ùsòlò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"row of things or people; arrangement\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"usukē\": [\n        {\n            \"word\": \"usukē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a tree whose fruit resembles ụdalā ènwè in shape; when ripe, the fruit is red in colour\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-gbasà ute\": [\n        {\n            \"word\": \"-gbasà ute\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"spread mat (in general, without necessarily implying for purpose of sleeping)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Jèe gbasàa utē n’anwū\",\n                    \"english\": \"Go and spread the mat in the sun\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ute\"\n            ]\n        }\n    ],\n    \"ute\": [\n        {\n            \"word\": \"ute\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùtùkpè\": [\n        {\n            \"word\": \"ùtùkpè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"lamp (= ìtè ọkū)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọnwa tụa, ùtùkpè àna\",\n                    \"english\": \"When the moon shines, there is no need of a lamp (fig. used to express dependence on an outstanding person)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụmū ùyòm\": [\n        {\n            \"word\": \"ụmū ùyòm\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"chicks\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùyòm\",\n                \"ụmù\"\n            ]\n        }\n    ],\n    \"ùyòm\": [\n        {\n            \"word\": \"ùyòm\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"newly-hatched chick; chick\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"uzè\": [\n        {\n            \"word\": \"uzè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Giant Forest squirrel (Protoxerus strangeri) (compare òsa)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-ze uzelē\": [\n        {\n            \"word\": \"-ze uzelē\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sneeze\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"uzelē\",\n                \"-ze\"\n            ]\n        }\n    ],\n    \"uzelē\": [\n        {\n            \"word\": \"uzelē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sneezing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"uzuzù\": [\n        {\n            \"word\": \"uzuzù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sand; dust\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"uzuzò\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"Ụ\": [\n        {\n            \"word\": \"Ụ\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụbà\": [\n        {\n            \"word\": \"ụbà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"gain; commission\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùbìàm\": [\n        {\n            \"word\": \"ùbìàm\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"poverty; pauperism\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùbọ akwālà\": [\n        {\n            \"word\": \"ùbọ akwālà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pluriarc\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùbọ\"\n            ]\n        }\n    ],\n    \"ùbọ ọnū\": [\n        {\n            \"word\": \"ùbọ ọnū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mouth-organ; wind-instrument in general\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùbọ\"\n            ]\n        }\n    ],\n    \"ùbọ\": [\n        {\n            \"word\": \"ùbọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"musical instrument with either strings or plucked tongues; (compare ogumogwū )\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụbòsì ìkpe āzụ\": [\n        {\n            \"word\": \"ụbòsì ìkpe āzụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the day of judgement; the last day\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụbòsì\"\n            ]\n        }\n    ],\n    \"ụbòsì ụkà\": [\n        {\n            \"word\": \"ụbòsì ụkà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Sunday\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Taà bù ụbòsì ụkà\",\n                    \"english\": \"Today is Sunday\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ụbòsì\",\n                \"ụkà\"\n            ]\n        }\n    ],\n    \"ụbòsì\": [\n        {\n            \"word\": \"ụbòsì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"day\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Ụmụ akā nà-àbụ\": [\n        {\n            \"word\": \"Ụmụ akā nà-àbụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"The children are scrambling over the food given them\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùbụ\"\n            ]\n        }\n    ],\n    \"nni e nyèlù fà ùbụ\": [\n        {\n            \"word\": \"nni e nyèlù fà ùbụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùbụ\"\n            ]\n        }\n    ],\n    \"ùbụ\": [\n        {\n            \"word\": \"ùbụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"scramble; scrambling\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùbụlù\": [\n        {\n            \"word\": \"ùbụlù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"brain\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùbùlù inū\": [\n        {\n            \"word\": \"ùbùlù inū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"variety of ùbùlù whose leaves are used to cure malaria\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùbùlù\"\n            ]\n        }\n    ],\n    \"ùbùlù ọcha\": [\n        {\n            \"word\": \"ùbùlù ọcha\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"custard apple (Annona senegalensis Pers.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùbùlù\"\n            ]\n        }\n    ],\n    \"ùbùlù\": [\n        {\n            \"word\": \"ùbùlù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"young chick\",\n                \"fruit with sweet smell, sucked raw (? from Borassus aethiopum Mart.)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Proverb: Akwụkwọ ùbùlù e jìlì ke nnū , nnu nà-àtọ ùbùlù nà-àtọ\",\n                    \"english\": \"(literally The leaf of ùbùlù has been used in wrapping salt; the salt is tasty, the ùbùlù is tasty.) Used in describing a combination of two good things, e.g. when a very handsome man marries a very beautiful woman\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ùchịchā\": [\n        {\n            \"word\": \"ùchịchā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cockroach\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-ụdà ọfīa\": [\n        {\n            \"word\": \"-ụdà ọfīa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"wild species (Xylopia quintasii)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụdà\"\n            ]\n        }\n    ],\n    \"ụdà\": [\n        {\n            \"word\": \"ụdà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pepper-tree (Xylopia aethiopica (Dunal) A. Rich.) with strong-smelling fruit in small curled pod, used as an ingredient in the preparation of various medicines and in certain foods, whose bark can be used as rope\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùdà\": [\n        {\n            \"word\": \"ùdà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sound; report\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àtùtù ụdālà\": [\n        {\n            \"word\": \"àtùtù ụdālà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"juice or stain of ụdalà fruit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụdalà\"\n            ]\n        }\n    ],\n    \"ụdalā ènwè\": [\n        {\n            \"word\": \"ụdalā ènwè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tree whose fruit resembles ụdalà in shape, but smaller\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụdalà\"\n            ]\n        }\n    ],\n    \"ụdalà\": [\n        {\n            \"word\": \"ụdalà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"African Star-apple (Chrysophyllum delevoyi De Wild.) and White Star-apple (C. albidum G. Don)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùdị\": [\n        {\n            \"word\": \"ùdị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kind; shape; likeness; nature; being\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ bù ùdị yā\",\n                    \"english\": \"It is his nature\"\n                },\n                {\n                    \"igbo\": \"Gwa m ùdị ị chòlù\",\n                    \"english\": \"Tell me the kind you want\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àpàlị ùdò\": [\n        {\n            \"word\": \"àpàlị ùdò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fibres of ùdò\",\n                \"rope, cord, string made from the fibres of ùdò\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùdò\"\n            ]\n        }\n    ],\n    \"ùdò ọcha\": [\n        {\n            \"word\": \"ùdò ọcha\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"musk mallow (Hibiscus abelmoschus Linn.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùdò\"\n            ]\n        }\n    ],\n    \"ùdò\": [\n        {\n            \"word\": \"ùdò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"small fibrous plant\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùdụ\": [\n        {\n            \"word\": \"ùdụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"large earthenware pot used for storing water\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùfọdụ\": [\n        {\n            \"word\": \"ùfọdụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"some; certain; (can either precede or follow noun it qualifies)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ùfọdụ mmādù dì nzuzù\",\n                    \"english\": \"Some people are stupid\"\n                },\n                {\n                    \"igbo\": \"Nye m ùfọdụ\",\n                    \"english\": \"Give me some\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"àrụ ūfụ\": [\n        {\n            \"word\": \"àrụ ūfụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"urgency; state of disquiet\",\n                \"sickness; pain\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùfụ\"\n            ]\n        }\n    ],\n    \"-dị ùfụ\": [\n        {\n            \"word\": \"-dị ùfụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be painful, distressing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùfụ\"\n            ]\n        }\n    ],\n    \"-nọ n’ùfụ\": [\n        {\n            \"word\": \"-nọ n’ùfụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be in distress\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ànyî nò n’ùfụ\",\n                    \"english\": \"We are in distress\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ùfụ\"\n            ]\n        }\n    ],\n    \"ùfụ\": [\n        {\n            \"word\": \"ùfụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pain; agony; difficulty; distress\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùfụfù\": [\n        {\n            \"word\": \"ùfụfù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"foam; froth; scum\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ǹkaà bù ùfụfū ōnugbù\",\n                    \"english\": \"This is the foam of the bitterleaf\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùgà\": [\n        {\n            \"word\": \"ùgà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"prickly plant used for the preparation of sponges\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùgànì\": [\n        {\n            \"word\": \"ùgànì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"time of food shortage; dearth, usually before new yam is out\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụgū\": [\n        {\n            \"word\": \"ụgū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fluted pumpkin (Telfairia occidentalis)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụgùlù\": [\n        {\n            \"word\": \"ụgùlù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"harmattan\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụgbā\": [\n        {\n            \"word\": \"ụgbā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"calabash (= derived from Yoruba igbá; compare ọbà)\",\n                \"broken gourd/calabash, used for sacrifice\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-yi ụgbà\": [\n        {\n            \"word\": \"-yi ụgbà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dive\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụgbà\"\n            ]\n        }\n    ],\n    \"ụgbà\": [\n        {\n            \"word\": \"ụgbà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bark of plantain, used as string\",\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-yi ụgbọ\": [\n        {\n            \"word\": \"-yi ụgbọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"paddle canoe\",\n                \"any kind of motor vehicle; lorry; car\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụgbọ\",\n                \"-yi\"\n            ]\n        }\n    ],\n    \"ụgbọ\": [\n        {\n            \"word\": \"ụgbọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"canoe; boat; ship\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òpi ụgbògùlù\": [\n        {\n            \"word\": \"òpi ụgbògùlù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pumpkin leaf stalk (literally pumpkin tube)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Proverb: Sòọsò Chinēkè mà etu mmilī sì bàa n’òpì ụgbògùlù\",\n                    \"english\": \"Only God knows how water managed to enter the tube of the pumpkin leaf stalk\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ụgbògùlù\"\n            ]\n        }\n    ],\n    \"ụgbògùlù\": [\n        {\n            \"word\": \"ụgbògùlù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pumpkin (Cucurbita pepo Linn. and C. maxima Duchesne)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụgbụ\": [\n        {\n            \"word\": \"ụgbụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"clap net\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụgbùgbà ọkū\": [\n        {\n            \"word\": \"ụgbùgbà ọkū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cooking pot\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụgbùgbà\"\n            ]\n        }\n    ],\n    \"ụgbùgbà\": [\n        {\n            \"word\": \"ụgbùgbà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kind of shallow pot; the large size used for cooking, the medium size for soup, and the small size for making sacrifices\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùgha\": [\n        {\n            \"word\": \"ùgha\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"falsehood\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụgwọ ụnò\": [\n        {\n            \"word\": \"ụgwọ ụnò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"rent (for house)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụgwō\",\n                \"ụnò\"\n            ]\n        }\n    ],\n    \"Ibè jì m ụgwō\": [\n        {\n            \"word\": \"Ibè jì m ụgwō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Ibe owes me a debt\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụgwō\"\n            ]\n        }\n    ],\n    \"-kwụ ụgwō\": [\n        {\n            \"word\": \"-kwụ ụgwō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pay debt, salary, wages\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụgwō\"\n            ]\n        }\n    ],\n    \"-wèfìè ụgwō\": [\n        {\n            \"word\": \"-wèfìè ụgwō\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"seize for debt; seize wrongly for debt\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụgwō\",\n                \"-wè\"\n            ]\n        }\n    ],\n    \"ụgwō\": [\n        {\n            \"word\": \"ụgwō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"debt; wages; salary\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Ànyị gà-èli ụgwō taàtà\",\n                    \"english\": \"We shall receive our salary today\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụgwò\": [\n        {\n            \"word\": \"ụgwò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kind of skin disease\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Proverb Onye dī mmā kà ụgwō nà-èli\",\n                    \"english\": \"Ụgwọ attacks beautiful people\"\n                }\n            ],\n            \"variations\": [\n                \"ngwò\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"-gbọ ùja\": [\n        {\n            \"word\": \"-gbọ ùja\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bark, roar (of animal)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Nkịtā m adā àgbọ ùjà\",\n                    \"english\": \"My dog never barks\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ùjà\"\n            ]\n        }\n    ],\n    \"ùjà\": [\n        {\n            \"word\": \"ùjà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bark, roar (of animal)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Anà m ànụ ùja òdùm\",\n                    \"english\": \"I am hearing the roar of a lion\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụjalā\": [\n        {\n            \"word\": \"ụjalā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụjō\": [\n        {\n            \"word\": \"ụjō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fear; cowardice; inability to bear pain long before crying or trembling\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-ru ụjū\": [\n        {\n            \"word\": \"-ru ụjū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be mourning\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Ibè nà-èru ụjū\",\n                    \"english\": \"Ibe is mourning\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ụjū\"\n            ]\n        }\n    ],\n    \"ụjū\": [\n        {\n            \"word\": \"ụjū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mourning\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụjùjù\": [\n        {\n            \"word\": \"ụjùjù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"kind of tree; (Myrianthus arboreus) its leaf\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụka\": [\n        {\n            \"word\": \"ụka\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sourness (e.g. of overnight soup, food, not yet warmed)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Ụkà CMS\": [\n        {\n            \"word\": \"Ụkà CMS\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(Anglican), Salvation Army, etc. C.M.S. (Anglican) Church, Salvation Army, etc.\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụkà\"\n            ]\n        }\n    ],\n    \"Ụkà Fada\": [\n        {\n            \"word\": \"Ụkà Fada\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Roman Catholic Church Mission\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụkà\"\n            ]\n        }\n    ],\n    \"ndi ụkà\": [\n        {\n            \"word\": \"ndi ụkà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Christians\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụkà\"\n            ]\n        }\n    ],\n    \"ndi Ụkà Methodìst\": [\n        {\n            \"word\": \"ndi Ụkà Methodìst\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"members of the Methodist, Roman Catholic, Anglican, etc.\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụkà\"\n            ]\n        }\n    ],\n    \"Fadaa\": [\n        {\n            \"word\": \"Fadaa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Church\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"Anglican\"\n            ],\n            \"stems\": [\n                \"ụkà\"\n            ]\n        }\n    ],\n    \"etc.\": [\n        {\n            \"word\": \"etc.\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Anyî bù ndi Ụkà Methodìst\",\n                    \"english\": \"We are members of the Methodist Church\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ụkà\"\n            ]\n        }\n    ],\n    \"onye ụkà\": [\n        {\n            \"word\": \"onye ụkà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Christian\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Roseline bù ezigbo onye ụkà\",\n                    \"english\": \"Roseline is a devout Christian\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ụkà\"\n            ]\n        }\n    ],\n    \"ụnò ụkà\": [\n        {\n            \"word\": \"ụnò ụkà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Church (building)\",\n                \"church\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Ụkò Chukwû nò n’ime ụnò ụkà\",\n                    \"english\": \"The clergyman is in the church\"\n                },\n                {\n                    \"igbo\": \"Ndi nā-ekwe ūkwe nà-amū ūkwe fa gà-èkwe n’ụnò ụkà echi\",\n                    \"english\": \"The choristers are practising the hymns they will sing in church tomorrow\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ụkà\",\n                \"ụnò\"\n            ]\n        }\n    ],\n    \"ụkà\": [\n        {\n            \"word\": \"ụkà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"conversation; talk; disputation; argument; backbiting; gossip\",\n                \"church service; class meeting; church\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Bikō bìa fū m n’ọnụ ūtụtù, ànyî nwèlù nwantịntị ụkà\",\n                    \"english\": \"Please come and see me early in the morning, we have something to discuss\"\n                },\n                {\n                    \"igbo:\": \"Àda nà Èjìmâ nwèlù ụkà\",\n                    \"english\": \"Ada and Ejima have a quarrel\"\n                },\n                {\n                    \"igbo:\": \"Ànyị nà-èje ụkà\",\n                    \"english\": \"We are going to the service\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ùkata\": [\n        {\n            \"word\": \"ùkata\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"general name for fish of the Polypterus and Calamoichthys genera (compare òkwo)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùkàwù\": [\n        {\n            \"word\": \"ùkàwù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tigerfish (Hydrocynus vittatus lineatus)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụkò Chukwu\": [\n        {\n            \"word\": \"ụkò Chukwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Minister in holy orders; pastor; deacon; priest, etc. (literally messenger of God)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụkò\"\n            ]\n        }\n    ],\n    \"ụkò\": [\n        {\n            \"word\": \"ụkò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"messenger\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùkọ\": [\n        {\n            \"word\": \"ùkọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"scarcity (compare mkpa)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-nyọ ụkọlō\": [\n        {\n            \"word\": \"-nyọ ụkọlō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be lazy\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụkọlō\"\n            ]\n        }\n    ],\n    \"ụkọlō\": [\n        {\n            \"word\": \"ụkọlō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"laziness; inability; incapability; weakness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùkòlò\": [\n        {\n            \"word\": \"ùkòlò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"hollow\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụkpà\": [\n        {\n            \"word\": \"ụkpà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"\\\"walnut\\\" (Tetracarpidium conophorum (Mull Arg.) Hutch. and J.M. Dalz.) (Yoruba àsalà or awùsa)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kpa ajō ụkpa\": [\n        {\n            \"word\": \"-kpa ajō ụkpa\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"make bad or disagreeable friendship (e.g. as when a person is intimate with another person whose morality and ways are bad or questionable); walk with criminals or suspects; keep bad company\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùkpa\"\n            ]\n        }\n    ],\n    \"-kpa ùkpa orī\": [\n        {\n            \"word\": \"-kpa ùkpa orī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be friends with a thief\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùkpa\"\n            ]\n        }\n    ],\n    \"ùkpà\": [\n        {\n            \"word\": \"ùkpà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"rope for climbing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùkpakā\": [\n        {\n            \"word\": \"ùkpakā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"oil-bean tree or seed (Pentaclethra macrophylla Benth.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùkpànà\": [\n        {\n            \"word\": \"ùkpànà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"grasshopper\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụkpò\": [\n        {\n            \"word\": \"ụkpò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùkpọrọ\": [\n        {\n            \"word\": \"ùkpọrọ\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see òkpọrọ\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụkpụlū\": [\n        {\n            \"word\": \"ụkpụlū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"footprint; thing to be followed, e.g. example, precept, statute\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụkwà\": [\n        {\n            \"word\": \"ụkwà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"African Breadfruit (Treculia africana Decne.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụkwalà\": [\n        {\n            \"word\": \"ụkwalà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cough\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Ụkwalà jì m\",\n                    \"english\": \"I have a cough or, I have a coughing fit\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụkwụ òlọgbà\": [\n        {\n            \"word\": \"ụkwụ òlọgbà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"crooked leg; \\\"K-leg\\\"\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụkwụ\"\n            ]\n        }\n    ],\n    \"ikpèlè ụkwū\": [\n        {\n            \"word\": \"ikpèlè ụkwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"knee\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụkwụ\"\n            ]\n        }\n    ],\n    \"-kpọbè ụkwụ\": [\n        {\n            \"word\": \"-kpọbè ụkwụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"knock and cut, hurt, abrase toe by knocking it against an object (usually by accident)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụkwụ\"\n            ]\n        }\n    ],\n    \"nzò ụkwū\": [\n        {\n            \"word\": \"nzò ụkwū\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"footprint; footstep\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụkwụ\"\n            ]\n        }\n    ],\n    \"ụkwụ\": [\n        {\n            \"word\": \"ụkwụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"foot; leg; footstep\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-larụ ụla\": [\n        {\n            \"word\": \"-larụ ụla\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sleep\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụla\"\n            ]\n        }\n    ],\n    \"-lụ ụla\": [\n        {\n            \"word\": \"-lụ ụla\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sleep\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụla\"\n            ]\n        }\n    ],\n    \"òlù ụla\": [\n        {\n            \"word\": \"òlù ụla\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"doze\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụla\"\n            ]\n        }\n    ],\n    \"(òlù ụla) -tụ\": [\n        {\n            \"word\": \"(òlù ụla) -tụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"slumber; doze\",\n                \"sleeping sickness; trypasonomiasis\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Ị dì kà onye òlù ụla nà-ème\",\n                    \"english\": \"You look like someone suffering from sleeping sickness\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ụla\"\n            ]\n        }\n    ],\n    \"ụla\": [\n        {\n            \"word\": \"ụla\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sleep\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùla\": [\n        {\n            \"word\": \"ùla\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(for some speakers ụnō ūla) (sleeping) room; inner room; bedroom; foodstuff store - a room in the house\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ùlà\": [\n        {\n            \"word\": \"ùlà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"enticement; seduction; drawing away\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùlàgà\": [\n        {\n            \"word\": \"ùlàgà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Christmas masquerade\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ùlàgù\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ụlō\": [\n        {\n            \"word\": \"ụlō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"grey clay found in flood-plain (compare ụpà)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùlò\": [\n        {\n            \"word\": \"ùlò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"mud; mire (compare ùlù)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụlù\": [\n        {\n            \"word\": \"ụlù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tree sp. (Musanga cecropioides)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"onye ūlụ\": [\n        {\n            \"word\": \"onye ūlụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"thief\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùlụ\"\n            ]\n        }\n    ],\n    \"ùlụ\": [\n        {\n            \"word\": \"ùlụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"theft; deception\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụma\": [\n        {\n            \"word\": \"ụma\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụmā\": [\n        {\n            \"word\": \"ụmā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùma\": [\n        {\n            \"word\": \"ùma\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"edi ùmà\": [\n        {\n            \"word\": \"edi ùmà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"civet-cat, which is very sensitive\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùmà\"\n            ]\n        }\n    ],\n    \"onye ùmà\": [\n        {\n            \"word\": \"onye ùmà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"well-informed person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùmà\"\n            ]\n        }\n    ],\n    \"-si ùmà\": [\n        {\n            \"word\": \"-si ùmà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"seek out information\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo:\": \"Anà m èsi ùmà\",\n                    \"english\": \"I am trying to ferret out information\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ùmà\"\n            ]\n        }\n    ],\n    \"ùmà\": [\n        {\n            \"word\": \"ùmà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"information, especially that which is not commonly known\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùmị\": [\n        {\n            \"word\": \"ùmị\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"shallow well; pit, well for collecting rain-water (òmị more common in Onitsha Town)\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"òmị\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ùmì\": [\n        {\n            \"word\": \"ùmì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"marrow\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụmù arò\": [\n        {\n            \"word\": \"ụmù arò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"children; young children\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụmù\"\n            ]\n        }\n    ],\n    \"ụmù azì\": [\n        {\n            \"word\": \"ụmù azì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"(young) children\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụmù\"\n            ]\n        }\n    ],\n    \"ụmū āzụ\": [\n        {\n            \"word\": \"ụmū āzụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"disciples; followers\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụmù\"\n            ]\n        }\n    ],\n    \"ụmù deì\": [\n        {\n            \"word\": \"ụmù deì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"freeborn children; children of a king or chief\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụmù\"\n            ]\n        }\n    ],\n    \"ụmù nnē\": [\n        {\n            \"word\": \"ụmù nnē\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"full brothers or sisters\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụmù\"\n            ]\n        }\n    ],\n    \"ụmù nkịtā\": [\n        {\n            \"word\": \"ụmù nkịtā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dogs\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụmù\"\n            ]\n        }\n    ],\n    \"ụmù nwaànyà\": [\n        {\n            \"word\": \"ụmù nwaànyà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"women\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụmù\"\n            ]\n        }\n    ],\n    \"ụmù\": [\n        {\n            \"word\": \"ụmù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"children (plural of nnwa); sons and daughters; offspring; members of a common descent group\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ọdụ ūna\": [\n        {\n            \"word\": \"ọdụ ūna\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"charm which makes someone invisible (used by drivers to escape from an accident) (compare ǹdè)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùna\"\n            ]\n        }\n    ],\n    \"ùna\": [\n        {\n            \"word\": \"ùna\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"departure; going\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùnànwụledè\": [\n        {\n            \"word\": \"ùnànwụledè\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see nànwụledè\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụnō àkù\": [\n        {\n            \"word\": \"ụnō àkù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bank; department store; trading factory\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"A nà-àchọ ịtū ụnō àkù a nà-àkpọ Leventis Stores n’òbòdo ānyị\",\n                    \"english\": \"A department store called Leventis Stores is going to be built in our town\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ụnò\"\n            ]\n        }\n    ],\n    \"ụnò ime ụnò\": [\n        {\n            \"word\": \"ụnò ime ụnò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"small private room where family head holds private discussions (= ụnò ọbā)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụnò\"\n            ]\n        }\n    ],\n    \"ụnō īkwuù\": [\n        {\n            \"word\": \"ụnō īkwuù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"moveable house; tent; booth\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụnò\"\n            ]\n        }\n    ],\n    \"ụnō mmọọ\": [\n        {\n            \"word\": \"ụnō mmọọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"shrine (compare ụnò alūsị)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụnò\"\n            ]\n        }\n    ],\n    \"Ibè nò n’ụnō nga\": [\n        {\n            \"word\": \"Ibè nò n’ụnō nga\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"Ibe is in prison\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụnò\"\n            ]\n        }\n    ],\n    \"ụnò ọbā\": [\n        {\n            \"word\": \"ụnò ọbā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"small private room (= ụnò ime ụnò)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụnò\"\n            ]\n        }\n    ],\n    \"àzụ ụnò\": [\n        {\n            \"word\": \"àzụ ụnò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"toilet (literally back of the house)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụnò\"\n            ]\n        }\n    ],\n    \"-dụmì ụnò\": [\n        {\n            \"word\": \"-dụmì ụnò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"lay rafters, roof, of a house\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụnò\"\n            ]\n        }\n    ],\n    \"-ma ụnò\": [\n        {\n            \"word\": \"-ma ụnò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"be tame, be domesticated (literally know the house)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụnò\"\n            ]\n        }\n    ],\n    \"ndùmi ụnò\": [\n        {\n            \"word\": \"ndùmi ụnò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"roof framework (before thatching or fixing the sheets)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụnò\"\n            ]\n        }\n    ],\n    \"-nwe èzi na ụnò\": [\n        {\n            \"word\": \"-nwe èzi na ụnò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"become a householder\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụnò\"\n            ]\n        }\n    ],\n    \"-waghalị n’ụnò\": [\n        {\n            \"word\": \"-waghalị n’ụnò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wander about lazily in the house\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụnò\",\n                \"-wa\"\n            ]\n        }\n    ],\n    \"-wà ụnò\": [\n        {\n            \"word\": \"-wà ụnò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"repair thatch of a house\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụnò\"\n            ]\n        }\n    ],\n    \"ụnò\": [\n        {\n            \"word\": \"ụnò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"house; household; building\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụnù\": [\n        {\n            \"word\": \"ụnù\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"(independent, 3rd pers. plural) you, your (plural)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Achòlù m kà ụnù bịa\",\n                    \"english\": \"I want you to come\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụŋàlà\": [\n        {\n            \"word\": \"ụŋàlà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"sudden sound or movement breaking the silence\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùsà\": [\n        {\n            \"word\": \"ùsà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pinching (bits of food, meat, etc., usually by children (-sà 3. pinch)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-asā ùsà\",\n                    \"english\": \"He is gazing longingly at the food (of child), or He insists on the lion’s share of food (of husband)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùsà \": [\n        {\n            \"word\": \"ùsà \",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"answer; excuse\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ụsà\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"ùshàkà\": [\n        {\n            \"word\": \"ùshàkà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"a calabash, netted with strings of cowries, which is shaken as a musical instrument (= derived from Yoruba sèkèrè)\",\n                \"rattle (= ụyò)\",\n                \"see ùsàkà\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-wèrụka n’ùsọ\": [\n        {\n            \"word\": \"-wèrụka n’ùsọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"put aside; take out of the way\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùsọ\",\n                \"-wè\"\n            ]\n        }\n    ],\n    \"ùsọ\": [\n        {\n            \"word\": \"ùsọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pleasure; sweetness\",\n                \"vicinity; proximity; near neighbourhood\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ụsụ kà ǹgwu\": [\n        {\n            \"word\": \"ụsụ kà ǹgwu\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bat sp. (very small and not eaten)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụsụ\"\n            ]\n        }\n    ],\n    \"ụsụ\": [\n        {\n            \"word\": \"ụsụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-kwà ụta\": [\n        {\n            \"word\": \"-kwà ụta\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"regret; be sorry\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụta\"\n            ]\n        }\n    ],\n    \"ụta\": [\n        {\n            \"word\": \"ụta\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bow\",\n                \"blame; reprimand\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-lite ùtà\": [\n        {\n            \"word\": \"-lite ùtà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"accept an invitation\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùtà\"\n            ]\n        }\n    ],\n    \"ùtà\": [\n        {\n            \"word\": \"ùtà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"invitation to a feast\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Chòọ yā ùtà\",\n                    \"english\": \"Give him an invitation\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùtabā èkèlèke\": [\n        {\n            \"word\": \"ùtabā èkèlèke\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"rolled tobacco leaves, in small bits for retail\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùtabà\"\n            ]\n        }\n    ],\n    \"ùtabà ufū or ufulī\": [\n        {\n            \"word\": \"ùtabà ufū or ufulī\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dry raw tobacco leaves not yet chemically prepared\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùtabà\"\n            ]\n        }\n    ],\n    \"ajụ ūtabà\": [\n        {\n            \"word\": \"ajụ ūtabà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"roll of tobacco\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùtabà\"\n            ]\n        }\n    ],\n    \"ọkụ ūtabà\": [\n        {\n            \"word\": \"ọkụ ūtabà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tobacco pipe; snuff-box\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùtabà\"\n            ]\n        }\n    ],\n    \"ùtabà\": [\n        {\n            \"word\": \"ùtabà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"tobacco (Nicotiana rustica Linn.)\",\n                \"cigarette; snuff\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụtàlà\": [\n        {\n            \"word\": \"ụtàlà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"any pounded food taken with soup, e.g. fufu, pounded yam\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụtanwaǹgwèlè\": [\n        {\n            \"word\": \"ụtanwaǹgwèlè\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"cramp; numbness of part of body (compare tịtaǹgwèlè)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùtàzì\": [\n        {\n            \"word\": \"ùtàzì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"bitter leaf for soup (Gongronema latifolia)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-tụ ùtụ\": [\n        {\n            \"word\": \"-tụ ùtụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"pay tax, tribute, collection (much used for payment of church levies)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùtụ\"\n            ]\n        }\n    ],\n    \"-gba ùtụ\": [\n        {\n            \"word\": \"-gba ùtụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"suffer from boring grub\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùtụ\"\n            ]\n        }\n    ],\n    \"ùtụ\": [\n        {\n            \"word\": \"ùtụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"money or kind paid as tax, collection, rent, fare\",\n                \"powder, dust (e.g. of wood)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"ùtù\": [\n        {\n            \"word\": \"ùtù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"rubber fruit (thick bush, sweet flesh, orange) (Saba florida (Benth.) Bullock)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"azị ūtụtù\": [\n        {\n            \"word\": \"azị ūtụtù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"breakfast\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùtụtù\"\n            ]\n        }\n    ],\n    \"-gba ùtụtù\": [\n        {\n            \"word\": \"-gba ùtụtù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"take breakfast; breakfast\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùtụtù\"\n            ]\n        }\n    ],\n    \"kpakpaǹdo ūtụtù\": [\n        {\n            \"word\": \"kpakpaǹdo ūtụtù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"morning star\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùtụtù\"\n            ]\n        }\n    ],\n    \"kwà ụtùtù\": [\n        {\n            \"word\": \"kwà ụtùtù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"every morning\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùtụtù\"\n            ]\n        }\n    ],\n    \"-me ùtụtù\": [\n        {\n            \"word\": \"-me ùtụtù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"take breakfast\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùtụtù\"\n            ]\n        }\n    ],\n    \"ùzọ ūtụtù\": [\n        {\n            \"word\": \"ùzọ ūtụtù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"early morning\",\n                \"early morning; dawn\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùtụtù\",\n                \"ùzọ\"\n            ]\n        }\n    ],\n    \"ùtụtù\": [\n        {\n            \"word\": \"ùtụtù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"morning; morning of life\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùwà anụmànù\": [\n        {\n            \"word\": \"ùwà anụmànù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the animal world\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùwà\"\n            ]\n        }\n    ],\n    \"ùwà m ùwà ìsatō\": [\n        {\n            \"word\": \"ùwà m ùwà ìsatō\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"exclamation of dismay\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùwà\"\n            ]\n        }\n    ],\n    \"ùwa ōnye òzọ\": [\n        {\n            \"word\": \"ùwa ōnye òzọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"another person’s business\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ùwà\"\n            ]\n        }\n    ],\n    \"ùwà tụ ùwà\": [\n        {\n            \"word\": \"ùwà tụ ùwà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"for ever and ever; for ever; everlasting\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bìnyelụ ānyị ùwà tụ ùwà\",\n                    \"english\": \"Abide with us for ever (literally from world to world)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ùwà\"\n            ]\n        }\n    ],\n    \"ùwà\": [\n        {\n            \"word\": \"ùwà\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"the world, earth, universe; (in Nri philosophy the visible world, contrasted with Mmụō (ancestors), Alūsị (spirits), and Òkìkè (the creator), consisting of igwē nà ànì (the firmament and the earth), and occupied by mmadù (human beings), agū (forests), anụmànù (animals), etc.\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụyù\": [\n        {\n            \"word\": \"ụyù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"rattle, used with ùfìè (= ùsàkà B.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụza\": [\n        {\n            \"word\": \"ụza\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"used in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụzịza\": [\n        {\n            \"word\": \"ụzịza\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"West African Black Pepper (Piper guineense Schum. and Thonn.); a climber, about 40' long, whose fruits are used fresh or dried as spices in food and in medicine\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụzō ēzi amā\": [\n        {\n            \"word\": \"ụzō ēzi amā\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"main entrance to a compound\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụzò\"\n            ]\n        }\n    ],\n    \"ọtụ ụzò\": [\n        {\n            \"word\": \"ọtụ ụzò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"key\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ụzò\"\n            ]\n        }\n    ],\n    \"ụzò\": [\n        {\n            \"word\": \"ụzò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"way; road; path; door(way)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùzọ\": [\n        {\n            \"word\": \"ùzọ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"dawn; daybreak; early morning; early\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Proverb: Ùzọ nwaànyì abūrọ ụzọ nnwā\",\n                    \"english\": \"Early to marry is not early to get children\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ụzụ\": [\n        {\n            \"word\": \"ụzụ\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"blacksmith; blacksmithery\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"ùzù\": [\n        {\n            \"word\": \"ùzù\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"noise; uproar; quarrel\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"W\": [\n        {\n            \"word\": \"W\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òwụwa\": [\n        {\n            \"word\": \"òwụwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cutting; splitting; dividing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wa\"\n            ]\n        }\n    ],\n    \"òwụwa jī\": [\n        {\n            \"word\": \"òwụwa jī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"feast of new yams\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wa\"\n            ]\n        }\n    ],\n    \"-gbuwa akụ oyìbo\": [\n        {\n            \"word\": \"-gbuwa akụ oyìbo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"speak out, break the news, bluntly (literally break the Nsugbe\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wa\"\n            ]\n        }\n    ],\n    \"Ǹsugbē\": [\n        {\n            \"word\": \"Ǹsugbē\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"coconut)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wa\"\n            ]\n        }\n    ],\n    \"-wabà\": [\n        {\n            \"word\": \"-wabà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rush in; invade\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wa\"\n            ]\n        }\n    ],\n    \"-wabàta\": [\n        {\n            \"word\": \"-wabàta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rush inside\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wa\"\n            ]\n        }\n    ],\n    \"-waku(lu)\": [\n        {\n            \"word\": \"-waku(lu)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"attack; rush at\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wa\"\n            ]\n        }\n    ],\n    \"-wakpò\": [\n        {\n            \"word\": \"-wakpò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"submerge\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wa\"\n            ]\n        }\n    ],\n    \"-wakwàsị\": [\n        {\n            \"word\": \"-wakwàsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"attack\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wa\"\n            ]\n        }\n    ],\n    \"-wakwute\": [\n        {\n            \"word\": \"-wakwute\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"attack\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wa\"\n            ]\n        }\n    ],\n    \"-wapùta\": [\n        {\n            \"word\": \"-wapùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"burst out; flow\",\n                \"come out from the soil (of water); flood\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Mmilī àwago n’ụnò\",\n                    \"english\": \"Underground water has flooded the floors of the house\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-wa\"\n            ]\n        }\n    ],\n    \"-wagota\": [\n        {\n            \"word\": \"-wagota\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wander up (nearer)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wa\"\n            ]\n        }\n    ],\n    \"-waghalị\": [\n        {\n            \"word\": \"-waghalị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wander about\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Kèdu ǹkè ọ nà-àwaghalị n’ime ọfīa?\",\n                    \"english\": \"Why is he wandering in the forest?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-wa\"\n            ]\n        }\n    ],\n    \"òwịwa\": [\n        {\n            \"word\": \"òwịwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"breaking\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wa\"\n            ]\n        }\n    ],\n    \"-wa\": [\n        {\n            \"word\": \"-wa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut; split; divide; space\",\n                \"come out; break through; burst out (on); force one's way in\",\n                \"wander; explore (e.g. forest)\",\n                \"break; shatter\",\n                \"continuing; becoming more and more\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ụmù ọlū ya nà-àbawanye ūba\",\n                    \"english\": \"His apprentices are increasing more and more\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-wànye\": [\n        {\n            \"word\": \"-wànye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"insert in (between)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wà\"\n            ]\n        }\n    ],\n    \"-wapù\": [\n        {\n            \"word\": \"-wapù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pull out thing stuck in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wà\"\n            ]\n        }\n    ],\n    \"-wà ụnọ\": [\n        {\n            \"word\": \"-wà ụnọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"repair thatch of a house (= -wàchi ụnò)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wà\"\n            ]\n        }\n    ],\n    \"-wà\": [\n        {\n            \"word\": \"-wà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"put in between two closely placed objects with little or no space between them; insert\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"walala ụzò\": [\n        {\n            \"word\": \"walala ụzò\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"path (opposed to road)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"walala\"\n            ]\n        }\n    ],\n    \"walala\": [\n        {\n            \"word\": \"walala\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"narrowness\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"afịa wàyo\": [\n        {\n            \"word\": \"afịa wàyo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"inferior goods\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"wàyo\"\n            ]\n        }\n    ],\n    \"okwu wàyo\": [\n        {\n            \"word\": \"okwu wàyo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"deception\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"wàyo\"\n            ]\n        }\n    ],\n    \"onye wàyo\": [\n        {\n            \"word\": \"onye wàyo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fraudulent person\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"wàyo\"\n            ]\n        }\n    ],\n    \"wàyo\": [\n        {\n            \"word\": \"wàyo\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"fraud (Pidgin wàyo)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-we\": [\n        {\n            \"word\": \"-we\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be angry, annoyed\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òwùwè\": [\n        {\n            \"word\": \"òwùwè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"taking\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wè\"\n            ]\n        }\n    ],\n    \"-wèbìpù\": [\n        {\n            \"word\": \"-wèbìpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take out some\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wè\"\n            ]\n        }\n    ],\n    \"-wèdàta\": [\n        {\n            \"word\": \"-wèdàta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bring down\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wè\"\n            ]\n        }\n    ],\n    \"-wèdàta ànì\": [\n        {\n            \"word\": \"-wèdàta ànì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bring down; humble; abase; humiliate\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Wedàta ōnwe gī ànì\",\n                    \"english\": \"Humble yourself (literally Bring yourself down)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-wè\"\n            ]\n        }\n    ],\n    \"wèe\": [\n        {\n            \"word\": \"wèe\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see -wè\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"wèe ganye nà\": [\n        {\n            \"word\": \"wèe ganye nà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"till; until; pending\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"wèe\"\n            ],\n            \"stems\": [\n                \"-wè\"\n            ]\n        }\n    ],\n    \"nye nà\": [\n        {\n            \"word\": \"nye nà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [],\n            \"examples\": [\n                {\n                    \"igbo\": \"Agà m na-àpịa gī ìtàlì wèe ganye nā ī kwupùta ife ọjọō i mèlù\",\n                    \"english\": \"I shall continue to flog you till you confess the bad thing you did\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-wè\"\n            ]\n        }\n    ],\n    \"wèe lue nà\": [\n        {\n            \"word\": \"wèe lue nà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"until; as far as to\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wè\"\n            ]\n        }\n    ],\n    \"wèe lue n’ùwà ebìghèèbì\": [\n        {\n            \"word\": \"wèe lue n’ùwà ebìghèèbì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"for ever; for ever and ever\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wè\"\n            ]\n        }\n    ],\n    \"wèe pù\": [\n        {\n            \"word\": \"wèe pù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"until\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wè\"\n            ]\n        }\n    ],\n    \"-wèghalị\": [\n        {\n            \"word\": \"-wèghalị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"move, move (something) about; remove; change the position (of something)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wè\"\n            ]\n        }\n    ],\n    \"-wèju aka\": [\n        {\n            \"word\": \"-wèju aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"have enough\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wè\"\n            ]\n        }\n    ],\n    \"mwèju akā\": [\n        {\n            \"word\": \"mwèju akā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sufficiency; enough\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wè\"\n            ]\n        }\n    ],\n    \"-wèlụ oche\": [\n        {\n            \"word\": \"-wèlụ oche\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take a seat\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wè\"\n            ]\n        }\n    ],\n    \"-wèmì\": [\n        {\n            \"word\": \"-wèmì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take far away\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wè\"\n            ]\n        }\n    ],\n    \"-wènata\": [\n        {\n            \"word\": \"-wènata\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bring home\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Wènata jī\",\n                    \"english\": \"Bring home yams\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-wè\"\n            ]\n        }\n    ],\n    \"-wèni\": [\n        {\n            \"word\": \"-wèni\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take up; raise\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wè\"\n            ]\n        }\n    ],\n    \"-wènita\": [\n        {\n            \"word\": \"-wènita\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lift up; take up; pick up\",\n                \"be better\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wè\"\n            ]\n        }\n    ],\n    \"-wènita àrụ\": [\n        {\n            \"word\": \"-wènita àrụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"get better (literally raise body)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nàfu ewènita\",\n                    \"english\": \"She is improving (in health);\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-wè\"\n            ]\n        }\n    ],\n    \"-wèpù\": [\n        {\n            \"word\": \"-wèpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"remove; take off, away; subtract\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wè\"\n            ]\n        }\n    ],\n    \"mwepù\": [\n        {\n            \"word\": \"mwepù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"act of taking away, removing; subtraction\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wè\"\n            ]\n        }\n    ],\n    \"-wèpùta\": [\n        {\n            \"word\": \"-wèpùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bring out; take out\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Wepùtalụ m ji\",\n                    \"english\": \"Bring out yam for me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-wè\"\n            ]\n        }\n    ],\n    \"-wèpù uchè\": [\n        {\n            \"word\": \"-wèpù uchè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cease to expect; give up hope (literally remove mind)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wè\"\n            ]\n        }\n    ],\n    \"-wèrụka\": [\n        {\n            \"word\": \"-wèrụka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"put aside; take out of the way; move aside (of light things)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wè\"\n            ]\n        }\n    ],\n    \"mwèta\": [\n        {\n            \"word\": \"mwèta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bringing; rendering; producing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wè\"\n            ]\n        }\n    ],\n    \"-wè\": [\n        {\n            \"word\": \"-wè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-wì \": [\n        {\n            \"word\": \"-wì \",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"see -yì 1., 2.\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-wokò\": [\n        {\n            \"word\": \"-wokò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make loose, or widen, a hole by poking or probing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wo\"\n            ]\n        }\n    ],\n    \"-wo iwòlò (àwòlò)\": [\n        {\n            \"word\": \"-wo iwòlò (àwòlò)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"come off in scales; shed skin\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wo\"\n            ]\n        }\n    ],\n    \"-wo\": [\n        {\n            \"word\": \"-wo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"bore hole; poke\",\n                \"peel off; shed (of skin, scales)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"A nà m èwo ewī\",\n                    \"english\": \"I am poking the giant rat's hole (with the intention of getting it out and capturing it)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-wopù\": [\n        {\n            \"word\": \"-wopù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take off clothes\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wò\"\n            ]\n        }\n    ],\n    \"mwopū àfè\": [\n        {\n            \"word\": \"mwopū àfè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"taking off of clothes\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wò\"\n            ]\n        }\n    ],\n    \"-wò nni\": [\n        {\n            \"word\": \"-wò nni\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"deny (share of) food\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wò\"\n            ]\n        }\n    ],\n    \"-wò\": [\n        {\n            \"word\": \"-wò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"put on (clothes)\",\n                \"deny (a share; implies object has no legal claim to a share)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-wughe\": [\n        {\n            \"word\": \"-wughe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"open; make, declare open\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wu\"\n            ]\n        }\n    ],\n    \"-wughepù\": [\n        {\n            \"word\": \"-wughepù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"give permission for any kind of gathering; declare open; open\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wu\"\n            ]\n        }\n    ],\n    \"-wulu\": [\n        {\n            \"word\": \"-wulu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be firm, established\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wu\"\n            ]\n        }\n    ],\n    \"-wulu ewulu\": [\n        {\n            \"word\": \"-wulu ewulu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be firm, established\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Oche afù àmaka, o wùùlù èwulu\",\n                    \"english\": \"That chair is magnificient, it is very firm\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-wu\"\n            ]\n        }\n    ],\n    \"-wu ụnò\": [\n        {\n            \"word\": \"-wu ụnò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"build a house\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wu\"\n            ]\n        }\n    ],\n    \"-wu\": [\n        {\n            \"word\": \"-wu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"boil, seethe (corn, palm kernels)\",\n                \"establish; build\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òwùwù\": [\n        {\n            \"word\": \"òwùwù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"spreading; being popular\",\n                \"jumping\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wù\"\n            ]\n        }\n    ],\n    \"-wùbe\": [\n        {\n            \"word\": \"-wùbe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"begin to spread (of news)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wù\"\n            ]\n        }\n    ],\n    \"-wù èwù\": [\n        {\n            \"word\": \"-wù èwù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"spread; be noised abroad; be famed\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Akụkọ afù nà-ewū èwù\",\n                    \"english\": \"The news is spreading\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-wù\"\n            ]\n        }\n    ],\n    \"-wùbà\": [\n        {\n            \"word\": \"-wùbà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"jump into\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wù\"\n            ]\n        }\n    ],\n    \"-wùdà\": [\n        {\n            \"word\": \"-wùdà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"jump down\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wù\"\n            ]\n        }\n    ],\n    \"-wùfè\": [\n        {\n            \"word\": \"-wùfè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"jump over\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wù\"\n            ]\n        }\n    ],\n    \"-wù ìkpòtọ\": [\n        {\n            \"word\": \"-wù ìkpòtọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"skip, gambol (as a young animal)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wù\"\n            ]\n        }\n    ],\n    \"-wùni enū\": [\n        {\n            \"word\": \"-wùni enū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"jump up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wù\"\n            ]\n        }\n    ],\n    \"-wù\": [\n        {\n            \"word\": \"-wù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"become known, popular; spread\",\n                \"jump (compare -kwụ 5.)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ife o mèlù nà-ewù\",\n                    \"english\": \"What he has done is fast becoming known to everyone\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"mwuta\": [\n        {\n            \"word\": \"mwuta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"grief; sorrow; pain (of mind)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wu-ta\"\n            ]\n        }\n    ],\n    \"-wu-ta\": [\n        {\n            \"word\": \"-wu-ta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"grieve; hurt; trouble; distress\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọnwụ enyì m nwokē nà-èwuta m ri nnē\",\n                    \"english\": \"The death of my friend is hurting me greatly\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òwụwụ\": [\n        {\n            \"word\": \"òwụwụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"washing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wụ\"\n            ]\n        }\n    ],\n    \"-wụ àrụ\": [\n        {\n            \"word\": \"-wụ àrụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wash the body\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wụ\"\n            ]\n        }\n    ],\n    \"-wụcha àrụ\": [\n        {\n            \"word\": \"-wụcha àrụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wash the body clean; cleanse the body\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wụ\"\n            ]\n        }\n    ],\n    \"-wụchapù àrụ\": [\n        {\n            \"word\": \"-wụchapù àrụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wash the body thoroughly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wụ\"\n            ]\n        }\n    ],\n    \"-wụbà\": [\n        {\n            \"word\": \"-wụbà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pour into\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wụ\"\n            ]\n        }\n    ],\n    \"-wụchi\": [\n        {\n            \"word\": \"-wụchi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"fill (e.g. hole with debris)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wụ\"\n            ]\n        }\n    ],\n    \"-wụfù\": [\n        {\n            \"word\": \"-wụfù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pour away\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wụ\"\n            ]\n        }\n    ],\n    \"-wụpù\": [\n        {\n            \"word\": \"-wụpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pour out; throw out (especially liquids)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wụ\"\n            ]\n        }\n    ],\n    \"-wụrà\": [\n        {\n            \"word\": \"-wụrà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"spread out and divide\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wụ\"\n            ]\n        }\n    ],\n    \"-wụsa\": [\n        {\n            \"word\": \"-wụsa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"pour into a particular place (liquids, kernels)\",\n                \"place, put down upon (cloth or many objects)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wụ\"\n            ]\n        }\n    ],\n    \"-wụsị\": [\n        {\n            \"word\": \"-wụsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"throw away, pour away, spill (liquids)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-wụ\"\n            ]\n        }\n    ],\n    \"-wụta\": [\n        {\n            \"word\": \"-wụta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"to buy (kernels)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anà m èje ịwūta akụ n’Àfò-Nnoòbì\",\n                    \"english\": \"I am going to buy some kernels at Àfò-Nnoòbì market\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-wụ\"\n            ]\n        }\n    ],\n    \"-wụ\": [\n        {\n            \"word\": \"-wụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wash (body)\",\n                \"pour; spread; put; place\",\n                \"buy (palm kernels, gunpowder) (originally derived from -wụ 2., since kernels and gunpowder must be poured into container in order to buy them)\",\n                \"excise; pluck out\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"derived from Yoruba\": [\n        {\n            \"word\": \"derived from Yoruba\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"nya bù nà\": [\n        {\n            \"word\": \"nya bù nà\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"that is to say\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ya\"\n            ]\n        }\n    ],\n    \"nya kà ... jì\": [\n        {\n            \"word\": \"nya kà ... jì\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"for that reason; so; therefore\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ibè bìàlù ọlụ n’ogè n’ùtụtū à, nya kà e jì rọ yā òfu n’ime ndị gā-eje nnene akwụkwọ\",\n                    \"english\": \"Ibe was punctual at work this morning; that is why he was chosen as one of the people who are going to sit the examination\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"ya\"\n            ]\n        }\n    ],\n    \"nya kpàtàlù\": [\n        {\n            \"word\": \"nya kpàtàlù\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"therefore; for that reason\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ya\"\n            ]\n        }\n    ],\n    \"ya nà ònwe yā\": [\n        {\n            \"word\": \"ya nà ònwe yā\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"he himself; she herself\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ya\"\n            ]\n        }\n    ],\n    \"ya nwà\": [\n        {\n            \"word\": \"ya nwà\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"he himself; she herself\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ya\"\n            ]\n        }\n    ],\n    \"ndịǹkè nya\": [\n        {\n            \"word\": \"ndịǹkè nya\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"his own people\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"ya\"\n            ]\n        }\n    ],\n    \"ya\": [\n        {\n            \"word\": \"ya\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"independent, object and possessive, 3rd pers. sg. For some speakers, nya is the usual subject form while ya is the object and possessive form, except that nya occurs after a nasal) he; him; his; she; her; it; its\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Nya bìa ebe à\",\n                    \"english\": \"Let him come here\"\n                },\n                {\n                    \"igbo\": \"Fâ fùlù ya\",\n                    \"english\": \"They saw him\"\n                },\n                {\n                    \"igbo\": \"Edèlù m nyà akwụkwọ\",\n                    \"english\": \"I wrote to him\"\n                }\n            ],\n            \"variations\": [\n                \"nya\"\n            ],\n            \"stems\": null\n        }\n    ],\n    \"(àrụ) -ya\": [\n        {\n            \"word\": \"(àrụ) -ya\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be sick\",\n                \"suffer from misfortune (brought by a person)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àrụ nà-ayā ya\",\n                    \"english\": \"He is sick\"\n                },\n                {\n                    \"igbo\": \"(fig.) Ọ bù Òfọ kà ànyị nà-ayà\",\n                    \"english\": \"It is Ọfọ who worries us\"\n                },\n                {\n                    \"igbo\": \"(fig.) Adā ayā gī àyà\",\n                    \"english\": \"No one can suffer from you! (Used in reply to someone who boasts he can harm one)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-yà\"\n            ]\n        }\n    ],\n    \"-yà\": [\n        {\n            \"word\": \"-yà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"suffer from (disease); endure\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"yaà!\": [\n        {\n            \"word\": \"yaà!\",\n            \"wordClass\": \"INTJ\",\n            \"definitions\": [\n                \"exclamatory shout to frighten, call attention\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"yàbaàsì\": [\n        {\n            \"word\": \"yàbaàsì\",\n            \"wordClass\": \"NNC\",\n            \"definitions\": [\n                \"onion (Allium cepa Linn.) (Pidgin yàbaàs)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-yà-tọ\": [\n        {\n            \"word\": \"-yà-tọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"open forcibly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-yàtò ọnū\": [\n        {\n            \"word\": \"-yàtò ọnū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be vulgar in speech\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-yà-tò\"\n            ]\n        }\n    ],\n    \"-yà-tò\": [\n        {\n            \"word\": \"-yà-tò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-yi àwòlò\": [\n        {\n            \"word\": \"-yi àwòlò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wear mask\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-yi\"\n            ]\n        }\n    ],\n    \"-yikwàsị\": [\n        {\n            \"word\": \"-yikwàsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"put on (clothing, mask, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-yi\"\n            ]\n        }\n    ],\n    \"-yilị\": [\n        {\n            \"word\": \"-yilị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wear\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-yi\"\n            ]\n        }\n    ],\n    \"-yilị àfè\": [\n        {\n            \"word\": \"-yilị àfè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"put on clothes\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Yìlị àfè gị\",\n                    \"english\": \"Put on your shirt (or clothes)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-yi\"\n            ]\n        }\n    ],\n    \"-yipù\": [\n        {\n            \"word\": \"-yipù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take off (clothing, mask, etc.)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-yi\"\n            ]\n        }\n    ],\n    \"-yipù àwòlò\": [\n        {\n            \"word\": \"-yipù àwòlò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take off mask; unmask\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Yipū àwòlò\",\n                    \"english\": \"Take the mask off (yourself)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-yi\"\n            ]\n        }\n    ],\n    \"eyī uchè\": [\n        {\n            \"word\": \"eyī uchè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"quite unexpected\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-yi\"\n            ]\n        }\n    ],\n    \"àtù eyī\": [\n        {\n            \"word\": \"àtù eyī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"not exactly describable\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-yi\"\n            ]\n        }\n    ],\n    \"òyiyi\": [\n        {\n            \"word\": \"òyiyi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"resembling; being (a)like; likeness; resemblance\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-yi\"\n            ]\n        }\n    ],\n    \"-yikasị\": [\n        {\n            \"word\": \"-yikasị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut oneself open\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-yi\"\n            ]\n        }\n    ],\n    \"-yitọ\": [\n        {\n            \"word\": \"-yitọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut free; cut\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-yi\"\n            ]\n        }\n    ],\n    \"-yiwa\": [\n        {\n            \"word\": \"-yiwa\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut open, across, into two\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-yi\"\n            ]\n        }\n    ],\n    \"-yiwa òlòma\": [\n        {\n            \"word\": \"-yiwa òlòma\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cut orange into half\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-yi\"\n            ]\n        }\n    ],\n    \"-yi atụtọ\": [\n        {\n            \"word\": \"-yi atụtọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tickle\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-yi\"\n            ]\n        }\n    ],\n    \"-yi ǹtàtàlabù\": [\n        {\n            \"word\": \"-yi ǹtàtàlabù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tickle in armpit\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-yi\"\n            ]\n        }\n    ],\n    \"-yigbu\": [\n        {\n            \"word\": \"-yigbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"turn upon and kill\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-yi\"\n            ]\n        }\n    ],\n    \"myigbu\": [\n        {\n            \"word\": \"myigbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"slander; craftiness; evil\",\n                \"paddle (e.g. turn paddle in water)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-yi\"\n            ]\n        }\n    ],\n    \"-yido\": [\n        {\n            \"word\": \"-yido\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"put ashore\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-yi\"\n            ]\n        }\n    ],\n    \"-yifè\": [\n        {\n            \"word\": \"-yifè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"paddle, ferry across\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-yi\"\n            ]\n        }\n    ],\n    \"-yi ùgbà\": [\n        {\n            \"word\": \"-yi ùgbà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"to dive\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anà m èje iyī ùgbà nà mmilī\",\n                    \"english\": \"I am going to the stream to dive\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-yi\"\n            ]\n        }\n    ],\n    \"-yi\": [\n        {\n            \"word\": \"-yi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"wear\",\n                \"resemble; be like, alike\",\n                \"cut (human and animal flesh and soft objects)\",\n                \"cause\",\n                \"turn\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àdâ yìlì nne yā\",\n                    \"english\": \"Àda resembles her mother\"\n                },\n                {\n                    \"igbo\": \"Ife ēyi nnwa\",\n                    \"english\": \"There is nothing like a child (used as a name)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òyìyì\": [\n        {\n            \"word\": \"òyìyì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"going together\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"òwìwì\"\n            ],\n            \"stems\": [\n                \"-yì \"\n            ]\n        }\n    ],\n    \"-yìlị\": [\n        {\n            \"word\": \"-yìlị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"go together\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bìa kà ànyị yìlị jee nkū\",\n                    \"english\": \"Come, let us go together to fetch the firewood\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-yì \"\n            ]\n        }\n    ],\n    \"-wì ala\": [\n        {\n            \"word\": \"-wì ala\",\n            \"wordClass\": \"PV\",\n            \"definitions\": [\n                \"be mad\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ì nà-awì alā?\",\n                    \"english\": \"Are you mad?\"\n                }\n            ],\n            \"variations\": [\n                \"-yì ala\"\n            ],\n            \"stems\": [\n                \"-yì \"\n            ]\n        }\n    ],\n    \"-yì \": [\n        {\n            \"word\": \"-yì \",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be, go together; accompany one another in doing something\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Mụ nà enyì m gà-ayì je Nnọkwà echi\",\n                    \"english\": \"My friend and I will go (together) to Nnọkwa tomorrow\"\n                },\n                {\n                    \"igbo\": \"Mụ nà Ọgụgùâ yì je mmīli\",\n                    \"english\": \"Ọgụgua and myself went to the stream together\"\n                }\n            ],\n            \"variations\": [\n                \"-wì\"\n            ],\n            \"stems\": []\n        }\n    ],\n    \"òyịyọ\": [\n        {\n            \"word\": \"òyịyọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"begging\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-yọ\"\n            ]\n        }\n    ],\n    \"-yọ ayìyọ\": [\n        {\n            \"word\": \"-yọ ayìyọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"beg; beseech; pray\",\n                \"beg for alms\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-yọ\"\n            ]\n        }\n    ],\n    \"-yọta\": [\n        {\n            \"word\": \"-yọta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"receive by begging\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-yọ\"\n            ]\n        }\n    ],\n    \"onye ayìyọ\": [\n        {\n            \"word\": \"onye ayìyọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"beggar\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-yọ\"\n            ]\n        }\n    ],\n    \"-yọ\": [\n        {\n            \"word\": \"-yọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"beg\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-yòkpọ\": [\n        {\n            \"word\": \"-yòkpọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"flap (in the face)\",\n                \"sift to a fine powder\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-yò\"\n            ]\n        }\n    ],\n    \"-yòcha\": [\n        {\n            \"word\": \"-yòcha\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sift (to separate chaff or foreign body)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-yò\"\n            ]\n        }\n    ],\n    \"-yòchapù\": [\n        {\n            \"word\": \"-yòchapù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sift out\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-yò\"\n            ]\n        }\n    ],\n    \"-yòghalị\": [\n        {\n            \"word\": \"-yòghalị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shake\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ yòghàlìlù ọgwù afù\",\n                    \"english\": \"He shook the medicine\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-yò\"\n            ]\n        }\n    ],\n    \"-yòta\": [\n        {\n            \"word\": \"-yòta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sieve out\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-yò\"\n            ]\n        }\n    ],\n    \"-yò ùsàkà\": [\n        {\n            \"word\": \"-yò ùsàkà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"shake a musical calabash\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-yò\"\n            ]\n        }\n    ],\n    \"-yò\": [\n        {\n            \"word\": \"-yò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"drizzle (of rain); sprinkle\",\n                \"sift\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Mmilī nà-ayò\",\n                    \"english\": \"The rain is drizzling\"\n                },\n                {\n                    \"igbo\": \"Yòọ nnī afù nwantịntị nnū\",\n                    \"english\": \"Sprinkle some salt on the food\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"yụ\": [\n        {\n            \"word\": \"yụ\",\n            \"wordClass\": \"PRN\",\n            \"definitions\": [\n                \"you; thou; thee (less common than gị)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"Z\": [\n        {\n            \"word\": \"Z\",\n            \"wordClass\": \"\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-za azìza\": [\n        {\n            \"word\": \"-za azìza\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"answer query\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-za\"\n            ]\n        }\n    ],\n    \"-zado\": [\n        {\n            \"word\": \"-zado\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"give (moral) support; prop up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-za\"\n            ]\n        }\n    ],\n    \"-za mmụō\": [\n        {\n            \"word\": \"-za mmụō\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be dedicated to a spirit by taking its name\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-za\"\n            ]\n        }\n    ],\n    \"afọ ōzịza\": [\n        {\n            \"word\": \"afọ ōzịza\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"flatulence\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-za\"\n            ]\n        }\n    ],\n    \"-za àza\": [\n        {\n            \"word\": \"-za àza\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"swell; be swollen\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ụkwụ gī nà-àza āza\",\n                    \"english\": \"Your leg is becoming swollen\"\n                },\n                {\n                    \"igbo\": \"Ò gịnī kpàtàlù ụkwụ gī jì za āza?\",\n                    \"english\": \"Why is your leg swollen?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-za\"\n            ]\n        }\n    ],\n    \"-zachi\": [\n        {\n            \"word\": \"-zachi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"become so swollen as to cover up spaces or orifices in an organ, e.g. eyes, ears, etc.\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anya gī ìbùọ àzachigo\",\n                    \"english\": \"Your two eyes have become so swollen as to cover up the eyeballs completely\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-za\"\n            ]\n        }\n    ],\n    \"-zakpò\": [\n        {\n            \"word\": \"-zakpò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"swell and cover up something completely\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-za\"\n            ]\n        }\n    ],\n    \"-za\": [\n        {\n            \"word\": \"-za\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"(no vowel suffix) answer; reply\",\n                \"swell (of animal body)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Za m\",\n                    \"english\": \"Answer me\"\n                },\n                {\n                    \"igbo\": \"Achòlù m kà ị za akwụkwọ ǹkaà ọsọōsọ\",\n                    \"english\": \"I want you to reply to this letter quickly\"\n                },\n                {\n                    \"igbo\": \"Ọ bụlụ nà ị jērọ gba ụkwụ nā-esògbu gī ọgwù ọ gà-àza\",\n                    \"english\": \"If you do not go for an injection, your bad leg will become swollen\"\n                },\n                {\n                    \"igbo\": \"Ụkwụ m gbàjìlì n’ùtụtù àzago\",\n                    \"english\": \"The leg that I fractured in the morning has swollen up\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òzìzà\": [\n        {\n            \"word\": \"òzìzà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sweeping\",\n                \"filtering\",\n                \"(fig.) be reduced in weight; be lean, thin (as result of abnormal condition, e.g. worry, illness, etc.)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Agū azàgo\",\n                    \"english\": \"Agụ has lost weight\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-zà\"\n            ]\n        }\n    ],\n    \"-zà àzà\": [\n        {\n            \"word\": \"-zà àzà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sweep\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"A gà-azà ụnò afù àzà\",\n                    \"english\": \"The room shall be swept\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-zà\"\n            ]\n        }\n    ],\n    \"-zàchapù\": [\n        {\n            \"word\": \"-zàchapù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sweep out\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zà\"\n            ]\n        }\n    ],\n    \"-zànye\": [\n        {\n            \"word\": \"-zànye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sweep into\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zà\"\n            ]\n        }\n    ],\n    \"-zà\": [\n        {\n            \"word\": \"-zà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sweep\",\n                \"filter; skim (off)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-zekpùdo\": [\n        {\n            \"word\": \"-zekpùdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"sink over; collapse over\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ze\"\n            ]\n        }\n    ],\n    \"-ze ọdū\": [\n        {\n            \"word\": \"-ze ọdū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"make a palm branch booth on a farm\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-ze\"\n            ]\n        }\n    ],\n    \"-ze\": [\n        {\n            \"word\": \"-ze\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"collapse; slip down; fall down (of wall, house, etc.); sink (of raised path); cave in\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òzìzè\": [\n        {\n            \"word\": \"òzìzè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dodging; shrinking from; avoiding\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zè\"\n            ]\n        }\n    ],\n    \"-zèdo\": [\n        {\n            \"word\": \"-zèdo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take shelter, protect oneself\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zè\"\n            ]\n        }\n    ],\n    \"-zè èzè = -zè\": [\n        {\n            \"word\": \"-zè èzè = -zè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anà m ezē yā èzè\",\n                    \"english\": \"I try to avoid him\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-zè\"\n            ]\n        }\n    ],\n    \"-zè izìzè -zèlụ = -zè\": [\n        {\n            \"word\": \"-zè izìzè -zèlụ = -zè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"loathe; abhor\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zè\"\n            ]\n        }\n    ],\n    \"-zè ǹdò\": [\n        {\n            \"word\": \"-zè ǹdò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take shelter from sun\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zè\"\n            ]\n        }\n    ],\n    \"ìzè\": [\n        {\n            \"word\": \"ìzè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"avoidance (of disaster, etc.)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O nwèlù ǹzè\",\n                    \"english\": \"He has good luck (naturally or by use of charms)\"\n                }\n            ],\n            \"variations\": [\n                \"ǹzè\"\n            ],\n            \"stems\": [\n                \"-zè\"\n            ]\n        }\n    ],\n    \"-gbazè\": [\n        {\n            \"word\": \"-gbazè\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"melt\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zè\"\n            ]\n        }\n    ],\n    \"-sizè\": [\n        {\n            \"word\": \"-sizè\",\n            \"wordClass\": \"\",\n            \"definitions\": [\n                \"melt by placing over the fire\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ nà-èsizē ūde\",\n                    \"english\": \"He is melting the pomade over the fire\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-zè\"\n            ]\n        }\n    ],\n    \"-zè\": [\n        {\n            \"word\": \"-zè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"dodge; shrink from; beware of; avoid; prevent\",\n                \"melting\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ndị aghā nà-amù etu e sì ezè mgbō\",\n                    \"english\": \"The soldiers learn how to dodge bullets\"\n                },\n                {\n                    \"igbo\": \"Ọ gà-àgbazè\",\n                    \"english\": \"It will melt\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-zi àzụ akā\": [\n        {\n            \"word\": \"-zi àzụ akā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be insincere (literally show the back of the hand)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zi\"\n            ]\n        }\n    ],\n    \"-zi ụzò\": [\n        {\n            \"word\": \"-zi ụzò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"show the way\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Zi m ụzò\",\n                    \"english\": \"Show me the way\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-zi\"\n            ]\n        }\n    ],\n    \"-kụzi\": [\n        {\n            \"word\": \"-kụzi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"teach; instruct\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zi\"\n            ]\n        }\n    ],\n    \"-zi ezi n’ìwu\": [\n        {\n            \"word\": \"-zi ezi n’ìwu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be legal, lawful\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ife ọ mèlù zìlì èzi n’ìwu\",\n                    \"english\": \"His action is legal\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-zi\"\n            ]\n        }\n    ],\n    \"-lụzi\": [\n        {\n            \"word\": \"-lụzi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rectify; correct\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zi\"\n            ]\n        }\n    ],\n    \"òzizi\": [\n        {\n            \"word\": \"òzizi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lowering\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zi\"\n            ]\n        }\n    ],\n    \"-zidà\": [\n        {\n            \"word\": \"-zidà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"descend; get down from vehicle; put down a load; lower bucket into well\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zi\"\n            ]\n        }\n    ],\n    \"-zido\": [\n        {\n            \"word\": \"-zido\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"help put down load; put down load from the head\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zi\"\n            ]\n        }\n    ],\n    \"-zi ibu\": [\n        {\n            \"word\": \"-zi ibu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"put down load from head\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zi\"\n            ]\n        }\n    ],\n    \"-zitù\": [\n        {\n            \"word\": \"-zitù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"put down load from the head\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zi\"\n            ]\n        }\n    ],\n    \"-zinye\": [\n        {\n            \"word\": \"-zinye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lend\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bikō zìnye m ego ītọ\",\n                    \"english\": \"Please lend me thirty kobo.\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-zi\"\n            ]\n        }\n    ],\n    \"nzinye\": [\n        {\n            \"word\": \"nzinye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lending\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zi\"\n            ]\n        }\n    ],\n    \"-zita\": [\n        {\n            \"word\": \"-zita\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"borrow\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Jèe zìta ǹkàtà naàbò\",\n                    \"english\": \"Go and borrow (and bring) two baskets\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-zi\"\n            ]\n        }\n    ],\n    \"nzili\": [\n        {\n            \"word\": \"nzili\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"borrowing\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"nzita\"\n            ],\n            \"stems\": [\n                \"-zi\"\n            ]\n        }\n    ],\n    \"-zi\": [\n        {\n            \"word\": \"-zi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"teach; instruct; show\",\n                \"be straight, right, upright\",\n                \"lower (e.g. load)\",\n                \"borrow\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ife ọ mèlù zìlì èzi\",\n                    \"english\": \"His action is right\"\n                },\n                {\n                    \"igbo\": \"Ọ nà-èje izī egō\",\n                    \"english\": \"He is going to borrow some money\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-zìdàta\": [\n        {\n            \"word\": \"-zìdàta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"send down\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Zidàta ngọzị Gī\",\n                    \"english\": \"Send down Thy blessings\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-zì\"\n            ]\n        }\n    ],\n    \"-zìfìè\": [\n        {\n            \"word\": \"-zìfìè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"deliver wrong message; mislead (by message)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ò gịnī kpàtàlù ị jì zifìè ozi m zìlì gị?\",\n                    \"english\": \"Why did you deliver a message different from what I sent you with?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-zì\"\n            ]\n        }\n    ],\n    \"-zìga\": [\n        {\n            \"word\": \"-zìga\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"send\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zì\"\n            ]\n        }\n    ],\n    \"-zìgota\": [\n        {\n            \"word\": \"-zìgota\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"send up (towards the speaker)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zì\"\n            ]\n        }\n    ],\n    \"-zìna\": [\n        {\n            \"word\": \"-zìna\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"send home\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Agà m ezìna gī echi\",\n                    \"english\": \"I shall send you home tomorrow\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-zì\"\n            ]\n        }\n    ],\n    \"-zìnaba\": [\n        {\n            \"word\": \"-zìnaba\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"send home; dismiss\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Zìnaba ānyị n’ùdo\",\n                    \"english\": \"Send us home in peace or Dismiss us in peace\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-zì\"\n            ]\n        }\n    ],\n    \"-zìpù\": [\n        {\n            \"word\": \"-zìpù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"send forth; send out; send; despatch\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ezīpùgo m nwa òdìbò m kà o je kpọọlụ m Agnes\",\n                    \"english\": \"I have sent out my servant to call me Agnes\"\n                },\n                {\n                    \"igbo\": \"Ì zipùgo akwụkwọ ī?\",\n                    \"english\": \"Have you despatched your letter?\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-zì\"\n            ]\n        }\n    ],\n    \"-zipù letà\": [\n        {\n            \"word\": \"-zipù letà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"post, send out letter\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zì\"\n            ]\n        }\n    ],\n    \"-zìsà\": [\n        {\n            \"word\": \"-zìsà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"disseminate; broadcast; spread\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Achòlù m kà ụnū nà ònwe ụnù jee zisàa ozi bànyelụ ịfe ànyị fùlù n’ùtụtū à\",\n                    \"english\": \"I want you yourselves to go and spread the news about what we saw this morning\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-zì\"\n            ]\n        }\n    ],\n    \"-zìte\": [\n        {\n            \"word\": \"-zìte\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"send (towards the speaker)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Zìte mmadù naàbò\",\n                    \"english\": \"Send two persons.\"\n                },\n                {\n                    \"igbo\": \"O zìtèlù m ozi\",\n                    \"english\": \"He sent me a message.\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-zì\"\n            ]\n        }\n    ],\n    \"-zìchà\": [\n        {\n            \"word\": \"-zìchà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"blow the nose; snort\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zì\"\n            ]\n        }\n    ],\n    \"-zì\": [\n        {\n            \"word\": \"-zì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"send; send on errand; assign work to; deliver message\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Zìe m\",\n                    \"english\": \"Send me\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-zi-zò\": [\n        {\n            \"word\": \"-zi-zò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"mimic; mock (= -ji-jè)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"zị\": [\n        {\n            \"word\": \"zị\",\n            \"wordClass\": \"ADV\",\n            \"definitions\": [\n                \"after(wards); now (after something else); (with neg.) any more\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Bìàbazịa!\",\n                    \"english\": \"You can come now!\"\n                },\n                {\n                    \"igbo\": \"Emesịzịa ànyị gà-àfụ\",\n                    \"english\": \"We shall see afterwards\"\n                },\n                {\n                    \"igbo\": \"Ife ǹkaà ò dìzì mmā?\",\n                    \"english\": \"But is this thing good (as it is now)?\"\n                },\n                {\n                    \"igbo\": \"Kà ọ dịzịa nọòfụ\",\n                    \"english\": \"That is enough now\"\n                },\n                {\n                    \"igbo\": \"Kèdụ zị?\",\n                    \"englihs\": \"How?\"\n                },\n                {\n                    \"igbo\": \"Ò gịnī zị?\",\n                    \"english\": \"And why? Why? or, What is it now?\"\n                },\n                {\n                    \"igbo\": \"Ọ mèsìzìàlù bịa bē m\",\n                    \"english\": \"He came to my house afterwards\"\n                },\n                {\n                    \"igbo\": \"Ụnù gụsizịa egwū ùnù èjee lie nni ụnù\",\n                    \"english\": \"After you have finished singing you should go and have your meal\"\n                },\n                {\n                    \"igbo\": \"Nwatā à adī èjezi akwụkwọ\",\n                    \"english\": \"This boy is not going to school any more\"\n                },\n                {\n                    \"igbo\": \"Ì gwarōzị m\",\n                    \"english\": \"You never told me after all\"\n                },\n                {\n                    \"igbo\": \"Ọ dìàzì mmā\",\n                    \"english\": \"She is also beautiful\"\n                },\n                {\n                    \"igbo\": \"E jì mmà ebè ịfē, e jìàzì yà ègwu ànì\",\n                    \"english\": \"A knife is used for cutting cutting things, it is also used for digging\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òzuzo\": [\n        {\n            \"word\": \"òzuzo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hiding\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zo\"\n            ]\n        }\n    ],\n    \"-zobe\": [\n        {\n            \"word\": \"-zobe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hide from; be hidden (from)\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anà m èje izōbe mmà m\",\n                    \"english\": \"I am going to hide my knife\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-zo\"\n            ]\n        }\n    ],\n    \"-zo èzo\": [\n        {\n            \"word\": \"-zo èzo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hide; be hidden, in hiding\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O zòlù èzo\",\n                    \"english\": \"He has hidden, or, He is in hiding\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-zo\"\n            ]\n        }\n    ],\n    \"Ì nà-èzo ēzo?\": [\n        {\n            \"word\": \"Ì nà-èzo ēzo?\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"Are you hiding?\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zo\"\n            ]\n        }\n    ],\n    \"-zobe èzobe\": [\n        {\n            \"word\": \"-zobe èzobe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be hidden (from); hide from\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Kpakpaǹdò afù zòbèlù èzobe\",\n                    \"english\": \"The star is hidden\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-zo\"\n            ]\n        }\n    ],\n    \"-zofù\": [\n        {\n            \"word\": \"-zofù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"become lost or disappear by hiding; lose by hiding; be lost by hiding; become forever hidden; hide away\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zo\"\n            ]\n        }\n    ],\n    \"nzofù\": [\n        {\n            \"word\": \"nzofù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hiding away\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Agà m èzofū ōnwe m n’Òbòdò Oyìbo\",\n                    \"english\": \"I shall hide myself away in the U.K.\"\n                },\n                {\n                    \"igbo\": \"Ezōfùgo m mmà m\",\n                    \"english\": \"I have lost my knife by hiding it; I have hidden my knife away\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-zo\"\n            ]\n        }\n    ],\n    \"-zofù èzofù\": [\n        {\n            \"word\": \"-zofù èzofù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hide away\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zo\"\n            ]\n        }\n    ],\n    \"-zoghalị\": [\n        {\n            \"word\": \"-zoghalị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hide about\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Àda nà-èzoghalị n’ime ògìgè\",\n                    \"english\": \"Ada is hiding about in the yard\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-zo\"\n            ]\n        }\n    ],\n    \"-zonarị\": [\n        {\n            \"word\": \"-zonarị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hide from; be hidden from\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọ gà-èzonarị gī\",\n                    \"english\": \"He (it) will hide, be hidden from you\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-zo\"\n            ]\n        }\n    ],\n    \"-zopù\": [\n        {\n            \"word\": \"-zopù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hid away\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ọjì èzopùgo onwe yā Ọjị\",\n                    \"english\": \"has hidden himself away\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-zo\"\n            ]\n        }\n    ],\n    \"-da ǹzuzo\": [\n        {\n            \"word\": \"-da ǹzuzo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hide oneself\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zo\"\n            ]\n        }\n    ],\n    \"ǹzuzo\": [\n        {\n            \"word\": \"ǹzuzo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hiding; secret\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"ǹzuzō\"\n            ],\n            \"stems\": [\n                \"-zo\"\n            ]\n        }\n    ],\n    \"-zochi\": [\n        {\n            \"word\": \"-zochi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"knot\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Zòchie elili\",\n                    \"english\": \"Knot the rope\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-zo\"\n            ]\n        }\n    ],\n    \"-zo\": [\n        {\n            \"word\": \"-zo\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hide\",\n                \"tie\",\n                \"point; point at\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Anà m èje izō mmà m\",\n                    \"english\": \"I am going to hide my knife\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òzùzò\": [\n        {\n            \"word\": \"òzùzò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"raining\",\n                \"treading; stepping\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Mmilī gà-ezò\",\n                    \"english\": \"It will rain\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-zò\"\n            ]\n        }\n    ],\n    \"-zò ajā\": [\n        {\n            \"word\": \"-zò ajā\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tread mud for building\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zò\"\n            ]\n        }\n    ],\n    \"-zòfìè ụkwụ\": [\n        {\n            \"word\": \"-zòfìè ụkwụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"miss a step; step into a wrong place or spot\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zò\"\n            ]\n        }\n    ],\n    \"-zògbu\": [\n        {\n            \"word\": \"-zògbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tread to death\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zò\"\n            ]\n        }\n    ],\n    \"-zòji\": [\n        {\n            \"word\": \"-zòji\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"break, snap by stepping on\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zò\"\n            ]\n        }\n    ],\n    \"-zòkwàsị\": [\n        {\n            \"word\": \"-zòkwàsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tread upon\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zò\"\n            ]\n        }\n    ],\n    \"-zònye\": [\n        {\n            \"word\": \"-zònye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"step in; presume; insinuate\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zò\"\n            ]\n        }\n    ],\n    \"-zòtò\": [\n        {\n            \"word\": \"-zòtò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"tread in any sort of filth; tread till it becomes soft and messy\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zò\"\n            ]\n        }\n    ],\n    \"-zò ụkwụ\": [\n        {\n            \"word\": \"-zò ụkwụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"step\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zò\"\n            ]\n        }\n    ],\n    \"-zòwata\": [\n        {\n            \"word\": \"-zòwata\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"come (especially occasionally and unexpectedly)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zò\"\n            ]\n        }\n    ],\n    \"-zò n’ibē\": [\n        {\n            \"word\": \"-zò n’ibē\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stand surety for; bail\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zò\"\n            ]\n        }\n    ],\n    \"-zò ǹzò\": [\n        {\n            \"word\": \"-zò ǹzò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"lay, offer, wager; make a bet\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zò\"\n            ]\n        }\n    ],\n    \"-zò\": [\n        {\n            \"word\": \"-zò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rain\",\n                \"tread; step\",\n                \"bet; offer, lay, wager\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"òzụzọ\": [\n        {\n            \"word\": \"òzụzọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"claiming; claim\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zọ\"\n            ]\n        }\n    ],\n    \"-zọdọ\": [\n        {\n            \"word\": \"-zọdọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"withhold; keep back; be selfish\",\n                \"protect\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zọ\"\n            ]\n        }\n    ],\n    \"-zọpùta\": [\n        {\n            \"word\": \"-zọpùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"deliver; save; heal\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Onye nzọpùta\",\n                    \"english\": \"Saviour\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-zọ\"\n            ]\n        }\n    ],\n    \"-zọta\": [\n        {\n            \"word\": \"-zọta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"obtain by struggling, contesting, or laying strong claims to\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zọ\"\n            ]\n        }\n    ],\n    \"-zọ\": [\n        {\n            \"word\": \"-zọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"heal; save; defend; claim; side with; contest\",\n                \"transplant; plant (cutting only)\",\n                \"forget (restricted to verbs meaning 'think')\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-zu orī\": [\n        {\n            \"word\": \"-zu orī\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"steal\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zu\"\n            ]\n        }\n    ],\n    \"-zuta\": [\n        {\n            \"word\": \"-zuta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"obtain by stealing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zu\"\n            ]\n        }\n    ],\n    \"-zu\": [\n        {\n            \"word\": \"-zu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"steal\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-zùkọ\": [\n        {\n            \"word\": \"-zùkọ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"meet; assemble; collide\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zù\"\n            ]\n        }\n    ],\n    \"-zùkọta\": [\n        {\n            \"word\": \"-zùkọta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"meet, assemble, together\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zù\"\n            ]\n        }\n    ],\n    \"-zùte\": [\n        {\n            \"word\": \"-zùte\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"meet, welcome visitor by deliberately going out to meet him on the way or at a place, e.g. motor park\"\n            ],\n            \"examples\": [],\n            \"variations\": [\n                \"-zùta\"\n            ],\n            \"stems\": [\n                \"-zù\"\n            ]\n        }\n    ],\n    \"-zù èzù\": [\n        {\n            \"word\": \"-zù èzù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be complete, sufficient, correct\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"O zùlù èzù\",\n                    \"english\": \"It is correct\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-zù\"\n            ]\n        }\n    ],\n    \"-zù ike\": [\n        {\n            \"word\": \"-zù ike\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rest\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zù\"\n            ]\n        }\n    ],\n    \"èzùmike\": [\n        {\n            \"word\": \"èzùmike\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rest; leave\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zù\"\n            ]\n        }\n    ],\n    \"-zù ike ọlū\": [\n        {\n            \"word\": \"-zù ike ọlū\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rest from work\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zù\"\n            ]\n        }\n    ],\n    \"-zùlụ ike\": [\n        {\n            \"word\": \"-zùlụ ike\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"take (long) rest; retire\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"(fig.) Onye nwụlụ ò zùlụ ikē\",\n                    \"english\": \"If anyone dies he goes to his rest or, He who dies goes to his rest\"\n                },\n                {\n                    \"igbo\": \"Jèe zùlụ ikē!\",\n                    \"english\": \"Go and rest! (sometimes figuratively, when addressing a troublesome person)\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-zù\"\n            ]\n        }\n    ],\n    \"-zùbe\": [\n        {\n            \"word\": \"-zùbe\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"determine; purpose; plan\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zù\"\n            ]\n        }\n    ],\n    \"-zù ìzù\": [\n        {\n            \"word\": \"-zù ìzù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"hold a meeting, council\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zù\"\n            ]\n        }\n    ],\n    \"-zùpùta\": [\n        {\n            \"word\": \"-zùpùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"invent\",\n                \"train through\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ànyị āzụpùtago Ndù na nnukwu ụnò akwụkwọ a nà-àkpọ University\",\n                    \"english\": \"We have trained Ndụ through the University\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-zù\"\n            ]\n        }\n    ],\n    \"nzupùta\": [\n        {\n            \"word\": \"nzupùta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"invention\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zù\"\n            ]\n        }\n    ],\n    \"-zùsà\": [\n        {\n            \"word\": \"-zùsà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"alter a plan; abandon a purpose\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zù\"\n            ]\n        }\n    ],\n    \"nzusà\": [\n        {\n            \"word\": \"nzusà\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"alteration of plan; caprice\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zù\"\n            ]\n        }\n    ],\n    \"òzùzù\": [\n        {\n            \"word\": \"òzùzù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"nursing; nourishing; training; tending\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zù\"\n            ]\n        }\n    ],\n    \"òzùzù nkụzi\": [\n        {\n            \"word\": \"òzùzù nkụzi\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"teacher training\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Adâ nò òzùzù nkụzi\",\n                    \"english\": \"Ada is doing teacher training\"\n                },\n                {\n                    \"igbo\": \"Ọ bù m nà-azù Ikē\",\n                    \"english\": \"I am the one who is training Ike\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-zù\"\n            ]\n        }\n    ],\n    \"-zùba\": [\n        {\n            \"word\": \"-zùba\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"continue to feed, nurse, train, train up, tend; be in the habit of feeding, nursing, etc.\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ànyî chòlù kà ị zùba Ndù\",\n                    \"english\": \"We want you to be training (or to begin to train) Ndụ\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-zù\"\n            ]\n        }\n    ],\n    \"-zụbì\": [\n        {\n            \"word\": \"-zụbì\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"spoil; train badly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zù\"\n            ]\n        }\n    ],\n    \"-zù mọō (mụō)\": [\n        {\n            \"word\": \"-zù mọō (mụō)\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"look after deities\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zù\"\n            ]\n        }\n    ],\n    \"-zùnita\": [\n        {\n            \"word\": \"-zùnita\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"rear; bring up; educate; train up\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ndù azùnitago Ùgònnwā\",\n                    \"english\": \"Ndụ has trained Ugonnwa up\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-zù\"\n            ]\n        }\n    ],\n    \"-zùsị\": [\n        {\n            \"word\": \"-zùsị\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"finish training, tending\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zù\"\n            ]\n        }\n    ],\n    \"-zùtò\": [\n        {\n            \"word\": \"-zùtò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"train up badly; spoil\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zù\"\n            ]\n        }\n    ],\n    \"-zùto\": [\n        {\n            \"word\": \"-zùto\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"train, rear up\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zù\"\n            ]\n        }\n    ],\n    \"-zù\": [\n        {\n            \"word\": \"-zù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"meet; encounter\",\n                \"be complete, correct; suffice; fulfil\",\n                \"determine; purpose; plan; deliberate\",\n                \"feed; nurse; nourish; train; train up; tend\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-zuzò èzuzò\": [\n        {\n            \"word\": \"-zuzò èzuzò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"mimic\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zu-zò\"\n            ]\n        }\n    ],\n    \"-zu-zò\": [\n        {\n            \"word\": \"-zu-zò\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-zuzù èzuzù\": [\n        {\n            \"word\": \"-zuzù èzuzù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"act foolishly, stupidly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zu-zù\"\n            ]\n        }\n    ],\n    \"-me nzuzù\": [\n        {\n            \"word\": \"-me nzuzù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be foolish, stupid; act stupidly, foolishly\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zu-zù\"\n            ]\n        }\n    ],\n    \"-zu-zù\": [\n        {\n            \"word\": \"-zu-zù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"be foolish, stupid\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"òzụzụ\": [\n        {\n            \"word\": \"òzụzụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"buying; purchasing\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zụ\"\n            ]\n        }\n    ],\n    \"-zụchapù\": [\n        {\n            \"word\": \"-zụchapù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"buy all\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zụ\"\n            ]\n        }\n    ],\n    \"-zụgbu\": [\n        {\n            \"word\": \"-zụgbu\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"cheat in marketing or in bargaining for commodity\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zụ\"\n            ]\n        }\n    ],\n    \"-zụnye\": [\n        {\n            \"word\": \"-zụnye\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"buy and give or present to another\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Zùnye m àkpà\",\n                    \"english\": \"Buy me a bag\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": [\n                \"-zụ\"\n            ]\n        }\n    ],\n    \"-zụta\": [\n        {\n            \"word\": \"-zụta\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"buy (and bring)\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zụ\"\n            ]\n        }\n    ],\n    \"-zụ akụ\": [\n        {\n            \"word\": \"-zụ akụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"play the game akụ or òkwè (Yoruba ayò)\",\n                \"play board or card games in general\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zụ\"\n            ]\n        }\n    ],\n    \"-zụ òkwè\": [\n        {\n            \"word\": \"-zụ òkwè\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"play òkwè\",\n                \"play board or card games in general\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zụ\"\n            ]\n        }\n    ],\n    \"-zụ\": [\n        {\n            \"word\": \"-zụ\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"buy; purchase\",\n                \"play game involving board, cards, etc.\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": []\n        }\n    ],\n    \"-zù-na\": [\n        {\n            \"word\": \"-zù-na\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"consume\"\n            ],\n            \"examples\": [\n                {\n                    \"igbo\": \"Ìmìlìkiti ife nwokē afū zùtàlù n’Àba n’ọnwa gālụ àga àzùnago n’ime ọkū\",\n                    \"english\": \"Many of the goods bought by the man at Aba last month have perished in the fire\"\n                }\n            ],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ],\n    \"-zụzù aka\": [\n        {\n            \"word\": \"-zụzù aka\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"stroke with hand\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": [\n                \"-zù-zù\"\n            ]\n        }\n    ],\n    \"-zù-zù\": [\n        {\n            \"word\": \"-zù-zù\",\n            \"wordClass\": \"AV\",\n            \"definitions\": [\n                \"massage; caress; stroke\"\n            ],\n            \"examples\": [],\n            \"variations\": [],\n            \"stems\": null\n        }\n    ]\n}"
  },
  {
    "path": "src/dictionaries/ig-en/ig-en_normalized_expanded.json",
    "content": "{\n    \"meru\": [\n        \"aal\"\n    ],\n    \"ọria\": [\n        \"aals\",\n        \"dreggy\",\n        \"gregor\",\n        \"outreness\",\n        \"sclerae\",\n        \"typhomalarial\"\n    ],\n    \"maa mma\": [\n        \"aaron\",\n        \"attritive\",\n        \"bewonder\",\n        \"brutely\",\n        \"charmful\",\n        \"charming\",\n        \"charmingest\",\n        \"charmingly\",\n        \"charmingness\",\n        \"charmwise\",\n        \"mallear\",\n        \"mammered\",\n        \"mirate\",\n        \"palated\",\n        \"shaly\",\n        \"sheerest\",\n        \"stabbed\",\n        \"stabbingly\",\n        \"trefle\"\n    ],\n    \"ụgbụ\": [\n        \"aaronic\",\n        \"chider\",\n        \"clabbery\",\n        \"dragnet\",\n        \"dragnets\",\n        \"fibrilliferous\",\n        \"flabbergasts\",\n        \"honeycombing\",\n        \"hortation\",\n        \"netherstone\",\n        \"netmaker\",\n        \"netmen\",\n        \"nets\",\n        \"nettlebird\",\n        \"nettlers\",\n        \"nettles\",\n        \"nettlier\",\n        \"rousters\",\n        \"semencontra\"\n    ],\n    \"aburu ihe\": [\n        \"aaronical\"\n    ],\n    \"mbughari\": [\n        \"aaronite\",\n        \"improvership\",\n        \"migrationist\",\n        \"migratorial\",\n        \"nontransportation\",\n        \"removableness\",\n        \"retransport\",\n        \"retransportation\",\n        \"sokemanry\",\n        \"transshaping\",\n        \"transshipment\",\n        \"transshipping\",\n        \"transumption\",\n        \"trolleying\",\n        \"upswallow\"\n    ],\n    \"mmọnụ\": [\n        \"aaronitic\"\n    ],\n    \"arr.. .arrarrarr\": [\n        \"aarrgh\"\n    ],\n    \"Aarrghh\": [\n        \"aarrghh\"\n    ],\n    \"Akara\": [\n        \"aas\",\n        \"arvo\",\n        \"marksman\",\n        \"score\"\n    ],\n    \"agbada\": [\n        \"abacate\",\n        \"bowknot\",\n        \"buttstrapped\",\n        \"cuittled\",\n        \"descensional\",\n        \"doweled\",\n        \"downcourt\",\n        \"downgrading\",\n        \"downhanging\",\n        \"downy\",\n        \"downier\",\n        \"downily\",\n        \"downing\",\n        \"downless\",\n        \"galivanted\",\n        \"galivanting\",\n        \"gallivanting\",\n        \"gibbeted\",\n        \"gibbetted\",\n        \"imboldened\",\n        \"incaged\",\n        \"lowbrows\",\n        \"lowering\",\n        \"poled\",\n        \"scabious\",\n        \"staggarts\"\n    ],\n    \"acinjọ\": [\n        \"abacinate\"\n    ],\n    \"nkwụsị\": [\n        \"abacination\",\n        \"abatement\",\n        \"abbroachment\",\n        \"abdication\",\n        \"abearance\",\n        \"abecedary\",\n        \"abjection\",\n        \"abrasions\",\n        \"absquatulation\",\n        \"abthanage\",\n        \"anileness\",\n        \"annuation\",\n        \"annulation\",\n        \"annullation\",\n        \"breakback\",\n        \"breakfront\",\n        \"breakouts\",\n        \"breakpoint\",\n        \"breakpoints\",\n        \"buffability\",\n        \"cancellations\",\n        \"ceaselessness\",\n        \"celation\",\n        \"cessation\",\n        \"cessations\",\n        \"cesspits\",\n        \"curbline\",\n        \"curtails\",\n        \"curtalaxes\",\n        \"cutability\",\n        \"cutbacks\",\n        \"cutdown\",\n        \"cutdowns\",\n        \"cutinisation\",\n        \"cutinization\",\n        \"cutireaction\",\n        \"cutoffs\",\n        \"cuttages\",\n        \"decancellation\",\n        \"decantation\",\n        \"decurrences\",\n        \"decussis\",\n        \"deflowerment\",\n        \"degage\",\n        \"deglaciation\",\n        \"degranulation\",\n        \"demagnetizing\",\n        \"demersion\",\n        \"desegmentation\",\n        \"desegregation\",\n        \"desertions\",\n        \"desistance\",\n        \"desistence\",\n        \"desisting\",\n        \"detachedness\",\n        \"detaching\",\n        \"detachment\",\n        \"detergency\",\n        \"determa\",\n        \"deterrability\",\n        \"deterrable\",\n        \"dethronement\",\n        \"detumescence\",\n        \"dimercurion\",\n        \"dimerization\",\n        \"dimication\",\n        \"diminutival\",\n        \"diminutiveness\",\n        \"disconnectedness\",\n        \"disconnection\",\n        \"disconnections\",\n        \"disconnectiveness\",\n        \"discontinuance\",\n        \"discontinuances\",\n        \"discontinuation\",\n        \"discontinuations\",\n        \"discontinuity\",\n        \"discontinuities\",\n        \"discontinuousness\",\n        \"disenactment\",\n        \"dishallucination\",\n        \"dislocation\",\n        \"dislocations\",\n        \"distensions\",\n        \"disthroning\",\n        \"dorsiventrality\",\n        \"dowage\",\n        \"dowing\",\n        \"dowitch\",\n        \"dowment\",\n        \"dumpiness\",\n        \"dumpings\",\n        \"exarticulation\",\n        \"exsection\",\n        \"footing\",\n        \"footingly\",\n        \"hagdown\",\n        \"halids\",\n        \"halisteresis\",\n        \"halteres\",\n        \"haltingness\",\n        \"halts\",\n        \"halurgy\",\n        \"hebetation\",\n        \"interceptions\",\n        \"interfraternity\",\n        \"interjection\",\n        \"interlays\",\n        \"intermination\",\n        \"intermission\",\n        \"intermissions\",\n        \"intermissive\",\n        \"intermittencies\",\n        \"interpunctuation\",\n        \"interresistance\",\n        \"interruptedness\",\n        \"interrupter\",\n        \"interruptible\",\n        \"interruption\",\n        \"interruptions\",\n        \"interruptory\",\n        \"intersection\",\n        \"intersectional\",\n        \"irreduction\",\n        \"junction\",\n        \"junctional\",\n        \"junctions\",\n        \"juncture\",\n        \"junctures\",\n        \"layship\",\n        \"lapses\",\n        \"limpingness\",\n        \"lowdown\",\n        \"lurch\",\n        \"manumission\",\n        \"miscontinuance\",\n        \"mistrysting\",\n        \"nasuteness\",\n        \"neurotension\",\n        \"neutralization\",\n        \"neutralizations\",\n        \"neutroclusion\",\n        \"nondesisting\",\n        \"nontraction\",\n        \"nugacities\",\n        \"obtusion\",\n        \"offtrack\",\n        \"outhumors\",\n        \"outlays\",\n        \"outpension\",\n        \"outromance\",\n        \"outsparspying\",\n        \"outstations\",\n        \"outstunt\",\n        \"outstunts\",\n        \"palliation\",\n        \"perstringe\",\n        \"perstringement\",\n        \"pushdowns\",\n        \"putdown\",\n        \"putdowns\",\n        \"quakerishness\",\n        \"quakerization\",\n        \"queerish\",\n        \"queerishness\",\n        \"queerness\",\n        \"quiescence\",\n        \"quitches\",\n        \"quitemoca\",\n        \"rabattement\",\n        \"rebatement\",\n        \"refrainment\",\n        \"rescindment\",\n        \"rescission\",\n        \"rescissions\",\n        \"riddance\",\n        \"riddances\",\n        \"rubdown\",\n        \"secundation\",\n        \"severance\",\n        \"solvency\",\n        \"spinescence\",\n        \"spinoseness\",\n        \"splashdown\",\n        \"splashdowns\",\n        \"sploshes\",\n        \"sprachle\",\n        \"sprackness\",\n        \"squattiness\",\n        \"squegging\",\n        \"stackstand\",\n        \"staginess\",\n        \"stagnation\",\n        \"stagnatory\",\n        \"standerwort\",\n        \"standoff\",\n        \"standoffish\",\n        \"standoffishness\",\n        \"standouts\",\n        \"standpipe\",\n        \"stationariness\",\n        \"stealability\",\n        \"steely\",\n        \"steelie\",\n        \"stepdown\",\n        \"stepdowns\",\n        \"stoat\",\n        \"stoating\",\n        \"stopback\",\n        \"stopband\",\n        \"stopblock\",\n        \"stopdice\",\n        \"stoper\",\n        \"stopgap\",\n        \"stopgaps\",\n        \"stophound\",\n        \"stopover\",\n        \"stopovers\",\n        \"stoppage\",\n        \"stoppages\",\n        \"stopper\",\n        \"stoppeur\",\n        \"stopping\",\n        \"stoppit\",\n        \"stopples\",\n        \"stops\",\n        \"stopship\",\n        \"stopway\",\n        \"stopwatches\",\n        \"stopwork\",\n        \"straticulation\",\n        \"suppressiveness\",\n        \"susurration\",\n        \"tenement\",\n        \"tenementization\",\n        \"terminuses\",\n        \"thyroidization\",\n        \"unstation\",\n        \"unstopple\",\n        \"washdown\"\n    ],\n    \"ndị ọchịchị\": [\n        \"abacist\",\n        \"adjutants\",\n        \"administrators\",\n        \"authorities\",\n        \"countians\",\n        \"governments\",\n        \"imperialised\",\n        \"imperialists\",\n        \"justiciaries\",\n        \"mandators\",\n        \"nongovernment\",\n        \"pituitaries\",\n        \"prefectures\",\n        \"proconsuls\",\n        \"rulers\",\n        \"sheikdoms\"\n    ],\n    \"nwee obi\": [\n        \"aback\",\n        \"belated\",\n        \"coheartedness\",\n        \"greathearted\",\n        \"heartdeep\",\n        \"heartened\",\n        \"heartweed\",\n        \"highhearted\",\n        \"hothearted\",\n        \"younghearted\",\n        \"ironhearted\",\n        \"largehearted\",\n        \"leadenhearted\",\n        \"leadenheartedness\",\n        \"lighthearted\",\n        \"lionhearted\",\n        \"palehearted\",\n        \"smallhearted\",\n        \"soundhearted\",\n        \"sourhearted\",\n        \"sweethearted\",\n        \"sweethearting\",\n        \"tamehearted\",\n        \"tenderheart\",\n        \"tigerhearted\",\n        \"tubehearted\",\n        \"uphearted\",\n        \"waxhearted\"\n    ],\n    \"arụ ọrụ\": [\n        \"abactinal\",\n        \"abactinally\",\n        \"abaction\",\n        \"abactor\",\n        \"abacuses\",\n        \"abashments\",\n        \"aberrations\",\n        \"ablatives\",\n        \"abreaction\",\n        \"abreactions\",\n        \"abreacts\",\n        \"activized\",\n        \"aedility\",\n        \"aedilities\",\n        \"afunctional\",\n        \"antireactionary\",\n        \"apicial\",\n        \"artificialism\",\n        \"atticisms\",\n        \"bework\",\n        \"bisection\",\n        \"bisections\",\n        \"bodgery\",\n        \"bodywork\",\n        \"bodyworks\",\n        \"busyness\",\n        \"busynesses\",\n        \"busywork\",\n        \"busyworks\",\n        \"cabalism\",\n        \"caballed\",\n        \"capacitated\",\n        \"careered\",\n        \"caseworks\",\n        \"coactive\",\n        \"coemployment\",\n        \"coemploys\",\n        \"cofunction\",\n        \"collaborative\",\n        \"constructional\",\n        \"constructively\",\n        \"constructiveness\",\n        \"counterproductiveness\",\n        \"cutwork\",\n        \"cutworks\",\n        \"deadworks\",\n        \"disavowable\",\n        \"disworkmanship\",\n        \"doodling\",\n        \"efficacies\",\n        \"efficacious\",\n        \"efficaciousness\",\n        \"embodiments\",\n        \"encyclical\",\n        \"errability\",\n        \"feltwork\",\n        \"functional\",\n        \"functionalism\",\n        \"functionalistic\",\n        \"functionalized\",\n        \"functionally\",\n        \"functionarism\",\n        \"functionated\",\n        \"functionation\",\n        \"functioned\",\n        \"functionlessness\",\n        \"gerated\",\n        \"goaled\",\n        \"guddled\",\n        \"hyperfunctional\",\n        \"imperation\",\n        \"inaction\",\n        \"inactions\",\n        \"inchoacy\",\n        \"industrializing\",\n        \"industrialness\",\n        \"inoperability\",\n        \"inoperable\",\n        \"inoperation\",\n        \"interworked\",\n        \"invectiveness\",\n        \"inworks\",\n        \"ironworked\",\n        \"isotactic\",\n        \"labored\",\n        \"laboured\",\n        \"labouredness\",\n        \"lathwork\",\n        \"machinability\",\n        \"machinated\",\n        \"machined\",\n        \"machinized\",\n        \"machinofacture\",\n        \"malefactory\",\n        \"malfunction\",\n        \"malfunctioned\",\n        \"maloperation\",\n        \"manipulated\",\n        \"meatworks\",\n        \"mechanality\",\n        \"mechanizations\",\n        \"mechanized\",\n        \"mechanizing\",\n        \"minaciousness\",\n        \"misacts\",\n        \"mischances\",\n        \"miscomputation\",\n        \"miscomputing\",\n        \"mismoshes\",\n        \"misobservance\",\n        \"mousetrapped\",\n        \"munificency\",\n        \"needleworked\",\n        \"nonfactious\",\n        \"oarsmanship\",\n        \"oisivity\",\n        \"onerative\",\n        \"operational\",\n        \"operationally\",\n        \"operosity\",\n        \"oracularness\",\n        \"outvaunted\",\n        \"outworker\",\n        \"outworking\",\n        \"outworks\",\n        \"overactivity\",\n        \"painstakingness\",\n        \"parafunction\",\n        \"paraoperation\",\n        \"perfunctionary\",\n        \"pilework\",\n        \"pointillism\",\n        \"practicabilities\",\n        \"preeffectively\",\n        \"preemploy\",\n        \"preoperation\",\n        \"previses\",\n        \"projectivity\",\n        \"ragwork\",\n        \"reactive\",\n        \"repairableness\",\n        \"servomechanical\",\n        \"servomechanically\",\n        \"servulate\",\n        \"solvated\",\n        \"stational\",\n        \"subfunction\",\n        \"subfunctional\",\n        \"technicalness\",\n        \"temporariness\",\n        \"timeworks\",\n        \"topworked\",\n        \"topworking\",\n        \"unaction\",\n        \"unactionable\",\n        \"undereyed\",\n        \"underfaction\",\n        \"underwork\",\n        \"underworked\",\n        \"underwrought\",\n        \"undriven\",\n        \"uneruptive\",\n        \"unfactious\",\n        \"unfactitious\",\n        \"unfunctional\",\n        \"unfunctionally\",\n        \"unoperatable\",\n        \"unperformance\",\n        \"unsalness\",\n        \"unschematic\",\n        \"unserviceability\",\n        \"unserviceably\",\n        \"unsoldiery\",\n        \"unworkability\",\n        \"unworkable\",\n        \"unworkableness\",\n        \"unworkably\",\n        \"upwork\",\n        \"verminousness\",\n        \"wageworking\",\n        \"workability\",\n        \"workaday\",\n        \"workaholic\",\n        \"workaway\",\n        \"workfolks\",\n        \"workful\",\n        \"workhorse\",\n        \"workhoused\",\n        \"worky\",\n        \"workings\",\n        \"workingwonan\",\n        \"workload\",\n        \"workloads\",\n        \"workmanly\",\n        \"workmanliness\",\n        \"workpiece\",\n        \"workshy\",\n        \"worksome\",\n        \"workstand\",\n        \"workup\",\n        \"workups\",\n        \"workways\",\n        \"workwise\",\n        \"worrisomeness\"\n    ],\n    \"weghachi\": [\n        \"abaddon\",\n        \"ablude\",\n        \"abortin\",\n        \"abrege\",\n        \"abrenunciate\",\n        \"alvite\",\n        \"cuissen\",\n        \"prenotify\",\n        \"rclame\",\n        \"reaver\",\n        \"rebronze\",\n        \"rebulk\",\n        \"rechoose\",\n        \"recidivate\",\n        \"reclaimer\",\n        \"reclame\",\n        \"recorporify\",\n        \"recrop\",\n        \"recrudesced\",\n        \"recultivate\",\n        \"regradated\",\n        \"reimpose\",\n        \"reinduces\",\n        \"reinducts\",\n        \"reinstitute\",\n        \"relearnt\",\n        \"renegotiate\",\n        \"reoffered\",\n        \"repossess\",\n        \"reprised\",\n        \"restitute\",\n        \"restore\",\n        \"restorer\",\n        \"restores\",\n        \"retore\",\n        \"revote\",\n        \"verste\"\n    ],\n    \"ajuju\": [\n        \"abadite\",\n        \"abask\",\n        \"adder\",\n        \"aesculaceous\",\n        \"aldermanly\",\n        \"ampulated\",\n        \"axiation\",\n        \"bibaciousness\",\n        \"cheery\",\n        \"conspecific\",\n        \"dismeasurable\",\n        \"eohippuses\",\n        \"episematic\",\n        \"epithetic\",\n        \"epitritic\",\n        \"esteriferous\",\n        \"exiguousness\",\n        \"extogenous\",\n        \"hyponasty\",\n        \"interrog\",\n        \"interrogable\",\n        \"interrogated\",\n        \"interrogation\",\n        \"interrogator\",\n        \"interviewee\",\n        \"interviewer\",\n        \"isophotal\",\n        \"isopiestic\",\n        \"jargoned\",\n        \"lyophilized\",\n        \"lithified\",\n        \"monobromized\",\n        \"nondetailed\",\n        \"occiduous\",\n        \"oenotheraceous\",\n        \"operculiferous\",\n        \"overabused\",\n        \"overpracticed\",\n        \"overprecisely\",\n        \"pachyotous\",\n        \"pachypodous\",\n        \"pachypterous\",\n        \"parricided\",\n        \"pentapolitan\",\n        \"predespondency\",\n        \"preexceptional\",\n        \"preextend\",\n        \"pustulated\",\n        \"questionability\",\n        \"questorship\",\n        \"quizzery\",\n        \"quizziness\",\n        \"quizzity\",\n        \"repudiation\",\n        \"repudiative\",\n        \"scutulated\",\n        \"sesquiseptimal\",\n        \"stilliform\",\n        \"subquestion\",\n        \"succussion\",\n        \"tephritic\",\n        \"theocentric\",\n        \"unblessed\",\n        \"unboasted\",\n        \"unbombastic\",\n        \"unbraceleted\",\n        \"unenquired\",\n        \"unidextral\",\n        \"uninterrogated\",\n        \"unquestioned\",\n        \"unskewed\",\n        \"unsuffixed\",\n        \"unvesiculated\",\n        \"velured\",\n        \"welladvised\",\n        \"wittily\"\n    ],\n    \"abaf\": [\n        \"abaff\"\n    ],\n    \"ndaba\": [\n        \"abaisance\",\n        \"abigails\",\n        \"abondance\",\n        \"abruptio\",\n        \"abruptness\",\n        \"amphigory\",\n        \"bastards\",\n        \"beamsmen\",\n        \"boutel\",\n        \"boutell\",\n        \"boutre\",\n        \"capnomancy\",\n        \"catabiotic\",\n        \"catamenial\",\n        \"catamount\",\n        \"ceriomyces\",\n        \"ceruminous\",\n        \"checkbird\",\n        \"coincidence\",\n        \"coincidences\",\n        \"coincidency\",\n        \"contorniate\",\n        \"crashworthiness\",\n        \"crebrity\",\n        \"cricke\",\n        \"cronyisms\",\n        \"czardom\",\n        \"daribah\",\n        \"dawdler\",\n        \"defaulters\",\n        \"doctorbird\",\n        \"dropwort\",\n        \"falconbill\",\n        \"falconers\",\n        \"falconries\",\n        \"fallacies\",\n        \"fallibleness\",\n        \"falterers\",\n        \"felicitates\",\n        \"felloes\",\n        \"flouncey\",\n        \"forlornity\",\n        \"foulish\",\n        \"gabback\",\n        \"gabbard\",\n        \"gabbart\",\n        \"gabbarts\",\n        \"gravelling\",\n        \"yacks\",\n        \"implunge\",\n        \"incage\",\n        \"incrimination\",\n        \"infanglement\",\n        \"interveniency\",\n        \"jeopards\",\n        \"latirostres\",\n        \"loadstone\",\n        \"lodestone\",\n        \"lunars\",\n        \"misdeal\",\n        \"misorder\",\n        \"mistfall\",\n        \"mordant\",\n        \"naticoid\",\n        \"overadornment\",\n        \"paba\",\n        \"palladinize\",\n        \"panderly\",\n        \"panimmunity\",\n        \"portcrayon\",\n        \"potamic\",\n        \"potamophilous\",\n        \"potlid\",\n        \"putrescine\",\n        \"putridity\",\n        \"rapaciousness\",\n        \"rapeye\",\n        \"reladle\",\n        \"scolders\",\n        \"sublimableness\",\n        \"sublimations\",\n        \"tomboyishness\",\n        \"underconstumble\",\n        \"validity\",\n        \"validities\",\n        \"validness\"\n    ],\n    \"abaiss\": [\n        \"abaissed\"\n    ],\n    \"agbaka\": [\n        \"abakas\",\n        \"jincamas\",\n        \"jinxed\"\n    ],\n    \"iwepụ\": [\n        \"abalation\",\n        \"abalienating\",\n        \"ablactation\",\n        \"ablation\",\n        \"ablaut\",\n        \"albation\",\n        \"alienize\",\n        \"aminated\",\n        \"aminating\",\n        \"amination\",\n        \"anlaut\",\n        \"avolation\",\n        \"desegregating\",\n        \"detruncate\",\n        \"deturn\",\n        \"disestablishing\",\n        \"dislimning\",\n        \"dislustering\",\n        \"disparting\",\n        \"flus\",\n        \"flush\",\n        \"flusher\",\n        \"flushness\",\n        \"flusk\",\n        \"flusker\",\n        \"flusteration\",\n        \"limose\",\n        \"unageing\",\n        \"unbracing\",\n        \"unflush\",\n        \"uninert\",\n        \"uninstituted\",\n        \"uninstitutive\",\n        \"uninterlinked\",\n        \"uninterposing\",\n        \"unmoaning\",\n        \"unmoralizing\",\n        \"unmount\",\n        \"unmourning\",\n        \"unseal\",\n        \"unspit\",\n        \"unstill\",\n        \"unwebbed\"\n    ],\n    \"na-asọ oyi\": [\n        \"abalienate\",\n        \"abhorrently\",\n        \"abhorrer\",\n        \"abhorring\",\n        \"abhorson\",\n        \"abominably\",\n        \"abominate\",\n        \"abominates\",\n        \"abominating\",\n        \"atramentous\",\n        \"avocative\",\n        \"beevish\",\n        \"besteading\",\n        \"defenestrates\",\n        \"derogative\",\n        \"despites\",\n        \"desponsate\",\n        \"disglorify\",\n        \"disgusted\",\n        \"disgustedly\",\n        \"disgustful\",\n        \"disgustfully\",\n        \"disgusting\",\n        \"disgustingly\",\n        \"disgustingness\",\n        \"ensnaringly\",\n        \"enwreathing\",\n        \"homoousious\",\n        \"humping\",\n        \"imbreviating\",\n        \"imbricating\",\n        \"immerging\",\n        \"infamizing\",\n        \"loathful\",\n        \"loathfully\",\n        \"loathing\",\n        \"loathingly\",\n        \"loathsome\",\n        \"oppugnant\",\n        \"oragious\",\n        \"ovarious\",\n        \"polyphyletically\",\n        \"preverifying\",\n        \"ragesome\",\n        \"raticidal\",\n        \"repellent\",\n        \"repellently\",\n        \"replunges\",\n        \"reprehensibly\",\n        \"reprobative\",\n        \"reprobatively\",\n        \"reprobatory\",\n        \"repugnant\",\n        \"repugnantness\",\n        \"repugned\",\n        \"repulsed\",\n        \"repulser\",\n        \"repulsers\",\n        \"repulsion\",\n        \"repulsive\",\n        \"repulsiveness\",\n        \"repulsor\",\n        \"repulsory\",\n        \"sluicy\",\n        \"snooling\",\n        \"staminigerous\",\n        \"superseding\",\n        \"torpedinous\",\n        \"uglifying\"\n    ],\n    \"dị iche\": [\n        \"abalienated\",\n        \"alienated\",\n        \"counterpillar\",\n        \"deferent\",\n        \"deviant\",\n        \"deviational\",\n        \"deviatory\",\n        \"differ\",\n        \"differed\",\n        \"differentiant\",\n        \"differs\",\n        \"difformed\",\n        \"dissimilar\",\n        \"divergement\",\n        \"divergent\",\n        \"isogamous\",\n        \"nonvarious\",\n        \"sective\",\n        \"uncellar\"\n    ],\n    \"nhichapụ ahapu\": [\n        \"abalienation\"\n    ],\n    \"abalon\": [\n        \"abalones\"\n    ],\n    \"abam\": [\n        \"abamp\",\n        \"imber\"\n    ],\n    \"abamere\": [\n        \"abampere\",\n        \"abamperes\"\n    ],\n    \"akụ\": [\n        \"abamps\",\n        \"ardors\",\n        \"arils\",\n        \"arrowplate\",\n        \"arrowroots\",\n        \"arrows\",\n        \"asset\",\n        \"assets\",\n        \"bankrolled\",\n        \"bassing\",\n        \"berg\",\n        \"bergs\",\n        \"clapholt\",\n        \"clapnet\",\n        \"founts\",\n        \"jardon\",\n        \"knox\",\n        \"nuts\",\n        \"nutsedge\",\n        \"nutsedges\",\n        \"palt\",\n        \"shafts\",\n        \"tck\",\n        \"treasr\",\n        \"treasure\",\n        \"treasurership\",\n        \"treasures\",\n        \"tressour\",\n        \"tressure\",\n        \"tressures\"\n    ],\n    \"hapụ\": [\n        \"aband\",\n        \"ablauts\",\n        \"abscind\",\n        \"acquit\",\n        \"adhibit\",\n        \"allose\",\n        \"alqueire\",\n        \"disavow\",\n        \"dismit\",\n        \"forego\",\n        \"forsay\",\n        \"forsake\",\n        \"forsar\",\n        \"forsee\",\n        \"forslake\",\n        \"forspend\",\n        \"freeish\",\n        \"letgame\",\n        \"lethe\",\n        \"lett\",\n        \"letten\",\n        \"letup\",\n        \"liberalise\",\n        \"liberalize\",\n        \"malease\",\n        \"obmit\",\n        \"olease\",\n        \"omit\",\n        \"omittable\",\n        \"prelease\",\n        \"reforsake\",\n        \"relead\",\n        \"release\",\n        \"releaser\",\n        \"releasor\",\n        \"relegate\",\n        \"releivo\",\n        \"releve\",\n        \"relever\",\n        \"relinquish\",\n        \"remit\",\n        \"renounces\",\n        \"rerelease\",\n        \"saki\",\n        \"underlease\",\n        \"unhung\",\n        \"unleal\",\n        \"unride\",\n        \"withholden\"\n    ],\n    \"gbahapụ\": [\n        \"abandon\",\n        \"forleit\",\n        \"forslow\"\n    ],\n    \"agbahapụ\": [\n        \"abandonable\",\n        \"abandoners\",\n        \"abandoning\",\n        \"abandonment\",\n        \"abandonments\",\n        \"forsakes\",\n        \"forsung\",\n        \"forswore\",\n        \"forsworn\"\n    ],\n    \"agbahapụwo\": [\n        \"abandoned\",\n        \"forsaken\",\n        \"forsaker\",\n        \"forsaking\",\n        \"forsook\"\n    ],\n    \"gbahapụrụ\": [\n        \"abandonedly\",\n        \"abandoner\",\n        \"deserted\",\n        \"desertedly\",\n        \"deserter\"\n    ],\n    \"gbahapu\": [\n        \"abandonee\",\n        \"abandum\"\n    ],\n    \"na-ahapụ\": [\n        \"abandons\",\n        \"abnegating\",\n        \"aborning\",\n        \"aforegoing\",\n        \"berreaving\",\n        \"forgoing\",\n        \"forswearing\",\n        \"leaving\",\n        \"letups\",\n        \"omening\",\n        \"permissive\",\n        \"relinquishes\",\n        \"relinquishing\",\n        \"surreys\",\n        \"unleashing\",\n        \"vacating\"\n    ],\n    \"mgbapụ\": [\n        \"abannition\",\n        \"ascape\",\n        \"asylums\",\n        \"baxter\",\n        \"cirrigrade\",\n        \"detune\",\n        \"divesture\",\n        \"eruptiveness\",\n        \"escapado\",\n        \"escapage\",\n        \"escapement\",\n        \"escapements\",\n        \"excur\",\n        \"flectional\",\n        \"haploidies\",\n        \"littling\",\n        \"outplot\",\n        \"outsmarts\",\n        \"outstorm\",\n        \"overcape\",\n        \"preexplosion\",\n        \"prorsal\",\n        \"severities\",\n        \"whipray\"\n    ],\n    \"ndiegwu\": [\n        \"abantes\",\n        \"abdominals\",\n        \"abuttals\",\n        \"agyria\",\n        \"amercers\",\n        \"aorists\",\n        \"argylls\",\n        \"argyrite\",\n        \"argyrol\",\n        \"aryans\",\n        \"arpeggios\",\n        \"augites\",\n        \"avians\",\n        \"aviarists\",\n        \"babbools\",\n        \"babied\",\n        \"bactrites\",\n        \"balked\",\n        \"balking\",\n        \"banewort\",\n        \"bdelliums\",\n        \"berkeleyite\",\n        \"bibliotist\",\n        \"byliner\",\n        \"biliverdic\",\n        \"boehmeria\",\n        \"boehmites\",\n        \"bogeymen\",\n        \"bogeys\",\n        \"bopyrid\",\n        \"borborygmic\",\n        \"bourgeois\",\n        \"bourgeoisie\",\n        \"bringal\",\n        \"bringall\",\n        \"brinjal\",\n        \"bryozoans\",\n        \"brombenzyl\",\n        \"bromidic\",\n        \"bromuret\",\n        \"bromvoel\",\n        \"cacodyls\",\n        \"caenolestes\",\n        \"caenozoic\",\n        \"cajoling\",\n        \"calombigas\",\n        \"cardiorrhexis\",\n        \"caudocephalad\",\n        \"cavalieres\",\n        \"cavallas\",\n        \"cenozoic\",\n        \"cestraciontes\",\n        \"charadriiformes\",\n        \"chauvinists\",\n        \"chemosterilants\",\n        \"chylopoiesis\",\n        \"chytridiales\",\n        \"chytridiose\",\n        \"chungking\",\n        \"cyanates\",\n        \"cichlids\",\n        \"craniotabes\",\n        \"craniotomies\",\n        \"crenothrix\",\n        \"cresphontes\",\n        \"cudava\",\n        \"dabchicks\",\n        \"danceress\",\n        \"danseurs\",\n        \"danseuses\",\n        \"dasypaedes\",\n        \"dermochelys\",\n        \"derrickmen\",\n        \"dictyotales\",\n        \"dinichthys\",\n        \"dithyrambos\",\n        \"doyleys\",\n        \"dolomedes\",\n        \"dreikanters\",\n        \"drepanoid\",\n        \"eugenicists\",\n        \"exterminatrix\",\n        \"fagoters\",\n        \"felworts\",\n        \"fishways\",\n        \"flubdubs\",\n        \"gabardines\",\n        \"gabby\",\n        \"gabblers\",\n        \"gabbros\",\n        \"gaberdines\",\n        \"galyacs\",\n        \"galvanocauteries\",\n        \"ganglioform\",\n        \"ganglioneural\",\n        \"ganglionic\",\n        \"gangwayed\",\n        \"gardevin\",\n        \"gavelmen\",\n        \"gibby\",\n        \"ginkgoes\",\n        \"gorinesses\",\n        \"gowans\",\n        \"guggles\",\n        \"guglets\",\n        \"gullies\",\n        \"harmonicas\",\n        \"herniotomies\",\n        \"heterozygotes\",\n        \"hiphuggers\",\n        \"honkytonks\",\n        \"hushpuppies\",\n        \"yakking\",\n        \"iatrotechnics\",\n        \"yaupers\",\n        \"interppoliesh\",\n        \"jackhammers\",\n        \"joggers\",\n        \"jugging\",\n        \"juggins\",\n        \"jugginses\",\n        \"jugglers\",\n        \"juking\",\n        \"kayoes\",\n        \"kayoing\",\n        \"kalymmaukion\",\n        \"kalymmocyte\",\n        \"kalyptra\",\n        \"kalyptras\",\n        \"kalkvis\",\n        \"kalpaks\",\n        \"kaoliangs\",\n        \"kibitzers\",\n        \"kinescoping\",\n        \"kingcups\",\n        \"kyrios\",\n        \"kleptomaniacs\",\n        \"labialising\",\n        \"lackeying\",\n        \"ladylintywhite\",\n        \"lagorchestes\",\n        \"lagothrix\",\n        \"leptomeninx\",\n        \"lyddites\",\n        \"lienopancreatic\",\n        \"limpers\",\n        \"lindabrides\",\n        \"llanos\",\n        \"lordoses\",\n        \"lucubrator\",\n        \"lud\",\n        \"ludefisk\",\n        \"lulavs\",\n        \"lullilooing\",\n        \"luteotrophic\",\n        \"magdalens\",\n        \"mahjonggs\",\n        \"maladministers\",\n        \"malaxermen\",\n        \"manhattans\",\n        \"marchionesses\",\n        \"marylanders\",\n        \"marlinspike\",\n        \"messeigneurs\",\n        \"mootmen\",\n        \"mordants\",\n        \"musicians\",\n        \"musterdevillers\",\n        \"narraganset\",\n        \"neoliths\",\n        \"nig\",\n        \"noncircumvallated\",\n        \"osteectomies\",\n        \"oudemian\",\n        \"paedophilia\",\n        \"pagurids\",\n        \"palaeodictyoptera\",\n        \"parvuli\",\n        \"pedophilia\",\n        \"phalansterian\",\n        \"philodendrons\",\n        \"philtres\",\n        \"pyoid\",\n        \"pissants\",\n        \"plebicolist\",\n        \"praters\",\n        \"preattuning\",\n        \"pterodactyls\",\n        \"pussyfooting\",\n        \"rappees\",\n        \"rhyolites\",\n        \"rhodizonic\",\n        \"rhombohedrons\",\n        \"rucervine\",\n        \"saiyids\",\n        \"sallymen\",\n        \"salpingotomies\",\n        \"salviniales\",\n        \"saracens\",\n        \"sarcocollin\",\n        \"sebastichthys\",\n        \"selenates\",\n        \"selenides\",\n        \"selensilver\",\n        \"semishrubby\",\n        \"sennegrass\",\n        \"sherryvallies\",\n        \"subofficers\",\n        \"sultanas\",\n        \"sultanesque\",\n        \"teacupfuls\",\n        \"tephromyelitic\",\n        \"torpedomen\",\n        \"tumblerlike\",\n        \"umbrettes\",\n        \"vaginalectomies\",\n        \"vahines\",\n        \"valkyries\",\n        \"valkyrs\",\n        \"vanaheim\",\n        \"vandalroot\",\n        \"vandykes\",\n        \"vannermen\",\n        \"vaudevillians\",\n        \"vaudevillist\",\n        \"velocipedes\",\n        \"vespertiliones\",\n        \"vicomtesses\",\n        \"vikinglike\",\n        \"violoncellists\",\n        \"vireos\",\n        \"voodooed\",\n        \"vulcanizers\",\n        \"wamefuls\",\n        \"wannigans\",\n        \"waverers\",\n        \"wodgy\",\n        \"wrymouths\",\n        \"xenogenies\",\n        \"xylans\",\n        \"zebrinnies\",\n        \"zitherists\"\n    ],\n    \"onyinye\": [\n        \"abaris\",\n        \"abbotric\",\n        \"abbott\",\n        \"aberdevine\",\n        \"abider\",\n        \"abjunctive\",\n        \"abkar\",\n        \"abogados\",\n        \"abrook\",\n        \"abrus\",\n        \"affenpinscher\",\n        \"allottery\",\n        \"almagests\",\n        \"almeries\",\n        \"almoravid\",\n        \"almoravides\",\n        \"almshouse\",\n        \"almsmoney\",\n        \"alroot\",\n        \"alvus\",\n        \"aruspicy\",\n        \"avowance\",\n        \"avowant\",\n        \"avowries\",\n        \"awards\",\n        \"bestowage\",\n        \"bestowals\",\n        \"bethankit\",\n        \"bifidities\",\n        \"birgand\",\n        \"bobby\",\n        \"boccis\",\n        \"bockey\",\n        \"bonification\",\n        \"bounty\",\n        \"bounties\",\n        \"bovinity\",\n        \"buccina\",\n        \"carbunculation\",\n        \"casuarinales\",\n        \"cerebroparietal\",\n        \"chesteine\",\n        \"cicatrice\",\n        \"compound\",\n        \"contributary\",\n        \"contribute\",\n        \"contribution\",\n        \"contributions\",\n        \"contributory\",\n        \"contributories\",\n        \"crepance\",\n        \"culerage\",\n        \"darzee\",\n        \"demesnial\",\n        \"demy\",\n        \"demob\",\n        \"derfly\",\n        \"dispowder\",\n        \"donable\",\n        \"donal\",\n        \"donary\",\n        \"donaries\",\n        \"donat\",\n        \"donatary\",\n        \"donation\",\n        \"donationes\",\n        \"donations\",\n        \"donatively\",\n        \"donatives\",\n        \"donator\",\n        \"donatory\",\n        \"doncy\",\n        \"eelgrass\",\n        \"eelgrasses\",\n        \"endowers\",\n        \"endowing\",\n        \"endowment\",\n        \"endowments\",\n        \"enounces\",\n        \"feazings\",\n        \"foregift\",\n        \"gabardine\",\n        \"gabeler\",\n        \"gaberdine\",\n        \"garbardine\",\n        \"genecor\",\n        \"genevoise\",\n        \"gerendum\",\n        \"giffgaff\",\n        \"gift\",\n        \"gifted\",\n        \"giftedly\",\n        \"giftedness\",\n        \"giftie\",\n        \"gifts\",\n        \"gifture\",\n        \"giftware\",\n        \"gipper\",\n        \"gypper\",\n        \"girshes\",\n        \"giusto\",\n        \"gleamiest\",\n        \"gleamily\",\n        \"glees\",\n        \"glenoid\",\n        \"gliddery\",\n        \"glovey\",\n        \"graces\",\n        \"graticulation\",\n        \"graticule\",\n        \"gratiola\",\n        \"harpocrates\",\n        \"hebdomadal\",\n        \"hoardward\",\n        \"homodermy\",\n        \"incitations\",\n        \"kibitz\",\n        \"limail\",\n        \"limoid\",\n        \"martenot\",\n        \"matador\",\n        \"matagory\",\n        \"materia\",\n        \"materializee\",\n        \"materiarian\",\n        \"matildas\",\n        \"matral\",\n        \"medimnus\",\n        \"megadontic\",\n        \"meshy\",\n        \"montpelier\",\n        \"morgengift\",\n        \"oblation\",\n        \"offbeats\",\n        \"offer\",\n        \"offeree\",\n        \"offering\",\n        \"offerings\",\n        \"offertory\",\n        \"offertorial\",\n        \"offertories\",\n        \"pacificating\",\n        \"pacos\",\n        \"pasta\",\n        \"pfund\",\n        \"philanthropine\",\n        \"philanthropinum\",\n        \"philatelic\",\n        \"pynot\",\n        \"pissoir\",\n        \"platemark\",\n        \"plauditory\",\n        \"plop\",\n        \"porrection\",\n        \"praiseproof\",\n        \"presentment\",\n        \"presentness\",\n        \"presents\",\n        \"priapismic\",\n        \"priapisms\",\n        \"priapulid\",\n        \"priapuloid\",\n        \"priapulus\",\n        \"priapuses\",\n        \"prie\",\n        \"prier\",\n        \"priers\",\n        \"prise\",\n        \"prising\",\n        \"prius\",\n        \"privets\",\n        \"privy\",\n        \"privier\",\n        \"priviest\",\n        \"priviledge\",\n        \"prize\",\n        \"prizers\",\n        \"prizes\",\n        \"prizetaker\",\n        \"prizing\",\n        \"proappreciation\",\n        \"prosstoa\",\n        \"prostoa\",\n        \"psammophilous\",\n        \"psis\",\n        \"psoadic\",\n        \"psocine\",\n        \"psoriasiform\",\n        \"psoriatiform\",\n        \"pugarees\",\n        \"pugil\",\n        \"quodlibet\",\n        \"raspis\",\n        \"runty\",\n        \"souchet\",\n        \"souushy\",\n        \"subsidizations\",\n        \"subspecialization\",\n        \"substratospheric\",\n        \"suraddition\",\n        \"surpreciation\",\n        \"taliage\",\n        \"talipot\",\n        \"tomin\",\n        \"tribunitiary\",\n        \"ungift\"\n    ],\n    \"ekwuru\": [\n        \"abarticular\",\n        \"abridgedly\",\n        \"abrotine\",\n        \"adits\",\n        \"adumbrates\",\n        \"adverbs\",\n        \"affusedaffusing\",\n        \"alliterated\",\n        \"assagaied\",\n        \"auriscopic\",\n        \"bellied\",\n        \"berates\",\n        \"bespoken\",\n        \"betusked\",\n        \"bevined\",\n        \"ceroma\",\n        \"cultive\",\n        \"deviants\",\n        \"elixed\",\n        \"encratic\",\n        \"equatorwards\",\n        \"erosible\",\n        \"fielden\",\n        \"hebraically\",\n        \"highline\",\n        \"liliated\",\n        \"mordanted\",\n        \"neuron\",\n        \"oufought\",\n        \"pledable\",\n        \"provant\",\n        \"readvocated\",\n        \"sluiced\",\n        \"telemetered\",\n        \"telson\",\n        \"verbified\",\n        \"verrucated\"\n    ],\n    \"nkwarụ\": [\n        \"abarticulation\",\n        \"adverbial\",\n        \"blemish\",\n        \"blemished\",\n        \"blemisher\",\n        \"cactiform\",\n        \"chuffiness\",\n        \"crippied\",\n        \"cumbrance\",\n        \"debilissima\",\n        \"debonairty\",\n        \"debussy\",\n        \"decadation\",\n        \"decadence\",\n        \"decadency\",\n        \"decadent\",\n        \"decadentism\",\n        \"decadents\",\n        \"decameral\",\n        \"decamerous\",\n        \"decidence\",\n        \"decident\",\n        \"decompression\",\n        \"decrescence\",\n        \"decretum\",\n        \"defacement\",\n        \"defect\",\n        \"defecter\",\n        \"defecters\",\n        \"defectibility\",\n        \"defectible\",\n        \"defecting\",\n        \"defectious\",\n        \"defective\",\n        \"defectively\",\n        \"defectiveness\",\n        \"defectless\",\n        \"defectlessness\",\n        \"defectology\",\n        \"defectors\",\n        \"defectoscope\",\n        \"defects\",\n        \"defectuous\",\n        \"defoedation\",\n        \"deformative\",\n        \"deformedness\",\n        \"deformism\",\n        \"demipremise\",\n        \"demisability\",\n        \"depreciations\",\n        \"disability\",\n        \"disabilities\",\n        \"disablement\",\n        \"disableness\",\n        \"disabling\",\n        \"disabusal\",\n        \"disabuses\",\n        \"disaccordance\",\n        \"disadvance\",\n        \"disalign\",\n        \"disamenity\",\n        \"disanimate\",\n        \"disarrangement\",\n        \"disarrangements\",\n        \"disarranges\",\n        \"disarranging\",\n        \"disarrest\",\n        \"disavowal\",\n        \"discastle\",\n        \"discharity\",\n        \"discomfiture\",\n        \"discommune\",\n        \"discommunity\",\n        \"discomposedness\",\n        \"discradle\",\n        \"disdiaclastic\",\n        \"disenabled\",\n        \"disestablishment\",\n        \"disfame\",\n        \"disfigure\",\n        \"disfigurement\",\n        \"disfigurements\",\n        \"disfigurer\",\n        \"disfigures\",\n        \"disformity\",\n        \"disimprovement\",\n        \"disunities\",\n        \"falcular\",\n        \"falderal\",\n        \"felwort\",\n        \"handicap\",\n        \"handicapped\",\n        \"handicapper\",\n        \"handicapping\",\n        \"handicaps\",\n        \"inabilities\",\n        \"incapacitated\",\n        \"inconceivabilities\",\n        \"infirmity\",\n        \"infirmness\",\n        \"intermastoid\",\n        \"interpeal\",\n        \"invalidness\",\n        \"maimed\",\n        \"maimedly\",\n        \"maimedness\",\n        \"malformation\",\n        \"outfabled\",\n        \"outwealth\",\n        \"pallidity\",\n        \"pallidness\",\n        \"scabridity\",\n        \"tractabilities\",\n        \"unawkwardly\",\n        \"unawkwardness\"\n    ],\n    \"wedata\": [\n        \"abase\",\n        \"ablate\",\n        \"depreciate\",\n        \"devaluate\",\n        \"downgate\",\n        \"downgrade\",\n        \"downgraded\",\n        \"downrange\",\n        \"downsized\",\n        \"downtrod\",\n        \"humbugged\",\n        \"humify\",\n        \"humphed\",\n        \"lowered\",\n        \"lowish\",\n        \"lowry\",\n        \"lowrie\",\n        \"minienize\",\n        \"minimise\",\n        \"minimize\",\n        \"subindicate\",\n        \"sublanate\",\n        \"sublimize\",\n        \"subnitrate\"\n    ],\n    \"kwadoro\": [\n        \"abased\",\n        \"abed\",\n        \"abends\",\n        \"accede\",\n        \"acceded\",\n        \"accinged\",\n        \"accommodated\",\n        \"accosted\",\n        \"accreted\",\n        \"adduced\",\n        \"advocated\",\n        \"affaires\",\n        \"aliped\",\n        \"alveated\",\n        \"approved\",\n        \"approvedly\",\n        \"approver\",\n        \"arided\",\n        \"arrowed\",\n        \"artificialize\",\n        \"autonomist\",\n        \"autonomize\",\n        \"autonomousness\",\n        \"autopsied\",\n        \"autosled\",\n        \"autotomize\",\n        \"autunite\",\n        \"cabineted\",\n        \"cabinetted\",\n        \"cawed\",\n        \"componed\",\n        \"condoned\",\n        \"confirmed\",\n        \"confirmee\",\n        \"cooeed\",\n        \"cooperated\",\n        \"cooperite\",\n        \"coopted\",\n        \"corroboreed\",\n        \"elided\",\n        \"eluted\",\n        \"embargoed\",\n        \"embowered\",\n        \"empaneled\",\n        \"empanelled\",\n        \"endothecial\",\n        \"ensured\",\n        \"entablatured\",\n        \"entity\",\n        \"equiparable\",\n        \"favored\",\n        \"favoured\",\n        \"federate\",\n        \"federated\",\n        \"fitified\",\n        \"homologated\",\n        \"homologised\",\n        \"homologized\",\n        \"hosted\",\n        \"isonomous\",\n        \"landfast\",\n        \"lapsided\",\n        \"legitimatised\",\n        \"legitimatized\",\n        \"legitimised\",\n        \"legitimized\",\n        \"ligitimized\",\n        \"monilated\",\n        \"monographed\",\n        \"monospored\",\n        \"monosubstituted\",\n        \"nasalized\",\n        \"nidified\",\n        \"palisaded\",\n        \"powered\",\n        \"premixed\",\n        \"pretrain\",\n        \"pretraining\",\n        \"propended\",\n        \"propending\",\n        \"propends\",\n        \"propined\",\n        \"ratify\",\n        \"ratified\",\n        \"recommended\",\n        \"recommissioned\",\n        \"reserpinized\",\n        \"sanatory\",\n        \"sided\",\n        \"sidelined\",\n        \"sidled\",\n        \"sophronized\",\n        \"stablished\",\n        \"suable\",\n        \"subleased\",\n        \"succoured\",\n        \"superelated\",\n        \"superendorsed\",\n        \"supportable\",\n        \"sustainedly\",\n        \"taprooted\",\n        \"validated\",\n        \"viduated\"\n    ],\n    \"dị ala\": [\n        \"abasedly\",\n        \"condescendent\",\n        \"depreciating\",\n        \"descendible\",\n        \"downcast\",\n        \"downlike\",\n        \"loiter\",\n        \"low\",\n        \"lowable\",\n        \"lowbred\",\n        \"lowder\",\n        \"lowy\",\n        \"lowigite\",\n        \"lowishly\",\n        \"lowly\",\n        \"lowlier\",\n        \"lowlihood\",\n        \"menial\",\n        \"nether\",\n        \"presignificant\",\n        \"subinferior\"\n    ],\n    \"nkwenye\": [\n        \"abasedness\",\n        \"abdications\",\n        \"abridgement\",\n        \"accedence\",\n        \"accidencies\",\n        \"accidies\",\n        \"acclimatement\",\n        \"acclivities\",\n        \"accorders\",\n        \"accosts\",\n        \"accreditations\",\n        \"accretions\",\n        \"acknowledgements\",\n        \"acknowledgments\",\n        \"adamitical\",\n        \"adamitism\",\n        \"adance\",\n        \"adinvention\",\n        \"adjection\",\n        \"adpromission\",\n        \"adstipulation\",\n        \"affenspalte\",\n        \"affirmativeness\",\n        \"afflation\",\n        \"affusion\",\n        \"affusions\",\n        \"agreeability\",\n        \"agrement\",\n        \"agrements\",\n        \"algesia\",\n        \"allogeneity\",\n        \"anticonformity\",\n        \"anticonformities\",\n        \"antiscepticism\",\n        \"antisensuality\",\n        \"antisensuously\",\n        \"antisensuousness\",\n        \"antithesis\",\n        \"approvable\",\n        \"approval\",\n        \"aseismicity\",\n        \"assent\",\n        \"assentation\",\n        \"assents\",\n        \"assertiveness\",\n        \"assiduities\",\n        \"assuages\",\n        \"assurgency\",\n        \"atonicity\",\n        \"atresy\",\n        \"attalid\",\n        \"attriteness\",\n        \"audacity\",\n        \"autocraticalness\",\n        \"autocriticism\",\n        \"belie\",\n        \"belied\",\n        \"belief\",\n        \"believability\",\n        \"believable\",\n        \"believableness\",\n        \"boldin\",\n        \"borism\",\n        \"bromisms\",\n        \"cenosity\",\n        \"certifiability\",\n        \"certifiableness\",\n        \"chaussures\",\n        \"cleromancy\",\n        \"coaffirmation\",\n        \"coeligenous\",\n        \"coerces\",\n        \"cognizability\",\n        \"coheretic\",\n        \"coindication\",\n        \"collegialism\",\n        \"collegiality\",\n        \"colliquativeness\",\n        \"colloquialism\",\n        \"colloquiality\",\n        \"colloquialness\",\n        \"compresence\",\n        \"concent\",\n        \"concentual\",\n        \"conceptible\",\n        \"conceptiveness\",\n        \"conceptualisation\",\n        \"concession\",\n        \"concessionaires\",\n        \"concessionaries\",\n        \"concessions\",\n        \"concessiveness\",\n        \"conciliarism\",\n        \"concipiency\",\n        \"concomitance\",\n        \"concomitancy\",\n        \"concurrence\",\n        \"concurrency\",\n        \"condensance\",\n        \"condescendence\",\n        \"condescensions\",\n        \"condiction\",\n        \"condignity\",\n        \"condonance\",\n        \"condonation\",\n        \"condonations\",\n        \"condonement\",\n        \"conducibly\",\n        \"conduciveness\",\n        \"confederations\",\n        \"conferrable\",\n        \"confervaceous\",\n        \"confidences\",\n        \"confidentness\",\n        \"confirmability\",\n        \"confirmation\",\n        \"confirmational\",\n        \"confirmations\",\n        \"confirmative\",\n        \"confirmatively\",\n        \"confirmedness\",\n        \"confirmity\",\n        \"confirmment\",\n        \"confisticating\",\n        \"confix\",\n        \"confluences\",\n        \"confraternity\",\n        \"confraternities\",\n        \"conification\",\n        \"conjectures\",\n        \"connivances\",\n        \"conopid\",\n        \"conscionable\",\n        \"conscionableness\",\n        \"conscription\",\n        \"conscriptional\",\n        \"conscripttion\",\n        \"consenescence\",\n        \"consenescency\",\n        \"consension\",\n        \"consensual\",\n        \"consensually\",\n        \"consent\",\n        \"consentaneous\",\n        \"consentaneously\",\n        \"consentfully\",\n        \"consentience\",\n        \"consentingly\",\n        \"consentively\",\n        \"consentment\",\n        \"consignataries\",\n        \"consortship\",\n        \"constitutiveness\",\n        \"consubstantiality\",\n        \"consularity\",\n        \"consummativeness\",\n        \"consumptiveness\",\n        \"contiguity\",\n        \"contiguousness\",\n        \"contorsive\",\n        \"contrantiscion\",\n        \"contrariousness\",\n        \"contriteness\",\n        \"controvert\",\n        \"controvertibility\",\n        \"contund\",\n        \"conusance\",\n        \"conviction\",\n        \"convictions\",\n        \"convictiveness\",\n        \"convincedness\",\n        \"convincibility\",\n        \"convivial\",\n        \"conviviality\",\n        \"convolutions\",\n        \"corrodibility\",\n        \"counterstatement\",\n        \"credence\",\n        \"credenciveness\",\n        \"credendum\",\n        \"credibilities\",\n        \"credible\",\n        \"credibleness\",\n        \"creditive\",\n        \"credulities\",\n        \"creed\",\n        \"creedal\",\n        \"creedalism\",\n        \"creeded\",\n        \"creedmore\",\n        \"creolism\",\n        \"crotalism\",\n        \"crustiness\",\n        \"cullibility\",\n        \"debonairity\",\n        \"decadianome\",\n        \"deceptory\",\n        \"definitiveness\",\n        \"dehiscence\",\n        \"demitranslucence\",\n        \"demoraliser\",\n        \"denitrification\",\n        \"deposing\",\n        \"depositation\",\n        \"deposition\",\n        \"disaccord\",\n        \"disaccredit\",\n        \"disaffiliation\",\n        \"disaffirmation\",\n        \"disagglomeration\",\n        \"disapproval\",\n        \"disapprovals\",\n        \"disassiduity\",\n        \"disavowance\",\n        \"disavowment\",\n        \"disavows\",\n        \"disceptation\",\n        \"discerpibleness\",\n        \"discodactylous\",\n        \"discommendableness\",\n        \"discomposure\",\n        \"disconcertedness\",\n        \"disconcertment\",\n        \"disconfirm\",\n        \"disconfirmation\",\n        \"discongruity\",\n        \"disconsent\",\n        \"disconsideration\",\n        \"discredit\",\n        \"discredits\",\n        \"disedification\",\n        \"disfaith\",\n        \"disfavors\",\n        \"disherison\",\n        \"disheritment\",\n        \"disinclination\",\n        \"disinclinations\",\n        \"disincrust\",\n        \"disinvolvement\",\n        \"disobligingness\",\n        \"disordinance\",\n        \"disproval\",\n        \"dissuasion\",\n        \"disusance\",\n        \"dogmatisation\",\n        \"doleance\",\n        \"emanatism\",\n        \"empiricism\",\n        \"emplastration\",\n        \"emporetic\",\n        \"endearments\",\n        \"endorsation\",\n        \"endorsement\",\n        \"endorsements\",\n        \"faldistory\",\n        \"firmation\",\n        \"foreassurance\",\n        \"geldability\",\n        \"hypercriticism\",\n        \"yieldableness\",\n        \"yieldance\",\n        \"inconceivability\",\n        \"inconfusion\",\n        \"inconfutable\",\n        \"incorporalness\",\n        \"incredibility\",\n        \"incumbencies\",\n        \"intendible\",\n        \"intercept\",\n        \"intercision\",\n        \"intercombination\",\n        \"intercommonable\",\n        \"intercontradiction\",\n        \"interconvertible\",\n        \"intercrust\",\n        \"intercurrence\",\n        \"interdenominational\",\n        \"interdenominationalism\",\n        \"interinsurance\",\n        \"interinsurer\",\n        \"interjudgment\",\n        \"interluency\",\n        \"interment\",\n        \"internecion\",\n        \"interpolity\",\n        \"interreceive\",\n        \"interregency\",\n        \"interreges\",\n        \"interregimental\",\n        \"interregnum\",\n        \"interrenalism\",\n        \"interresistibility\",\n        \"intersusceptation\",\n        \"intertransmission\",\n        \"intertribal\",\n        \"intranscalency\",\n        \"intransitiveness\",\n        \"intransmissible\",\n        \"knottiness\",\n        \"legibly\",\n        \"loginesses\",\n        \"misallowance\",\n        \"misbelief\",\n        \"miscoloration\",\n        \"misputting\",\n        \"monophysitism\",\n        \"mutined\",\n        \"muting\",\n        \"mutiny\",\n        \"nonaffirmation\",\n        \"nonamazement\",\n        \"nonassonance\",\n        \"noncombustibility\",\n        \"noncommitment\",\n        \"noncommittalism\",\n        \"noncommittalness\",\n        \"nonconfession\",\n        \"nonconjugation\",\n        \"nonconsignment\",\n        \"nonconsistorial\",\n        \"noncontradiction\",\n        \"nonconviction\",\n        \"noncorroboration\",\n        \"noncredibility\",\n        \"nonfrangibility\",\n        \"nonfusibility\",\n        \"noninsertion\",\n        \"nonopposition\",\n        \"nonpermission\",\n        \"nonstipulation\",\n        \"nonvalidation\",\n        \"nonvendibility\",\n        \"nonverticality\",\n        \"nonverticalness\",\n        \"nullification\",\n        \"opsonification\",\n        \"overbelief\",\n        \"overthrust\",\n        \"oxidability\",\n        \"oxidizability\",\n        \"parvanimity\",\n        \"pedotrophy\",\n        \"pernancy\",\n        \"preacceptance\",\n        \"preconfirmation\",\n        \"preconsumption\",\n        \"predesirous\",\n        \"predisadvantage\",\n        \"predistrust\",\n        \"preeffect\",\n        \"preelection\",\n        \"preexhaustion\",\n        \"preexposures\",\n        \"prenotification\",\n        \"preresponsibility\",\n        \"presuggestion\",\n        \"presumption\",\n        \"presumptions\",\n        \"presumptive\",\n        \"pretabulation\",\n        \"priestianity\",\n        \"proinsurance\",\n        \"promitosis\",\n        \"propolitics\",\n        \"propulsity\",\n        \"provenance\",\n        \"ptyalism\",\n        \"pulsatility\",\n        \"putrescibility\",\n        \"putridness\",\n        \"ratification\",\n        \"reaffirmations\",\n        \"reassertion\",\n        \"rebutment\",\n        \"recompliance\",\n        \"reconfirmation\",\n        \"reconfirmations\",\n        \"reeligibility\",\n        \"reeligibleness\",\n        \"releasability\",\n        \"releasibility\",\n        \"reliquism\",\n        \"rendible\",\n        \"semivitrification\",\n        \"sinophilism\",\n        \"solidifiability\",\n        \"solidification\",\n        \"stagflation\",\n        \"stipulation\",\n        \"stipulations\",\n        \"subhypothesis\",\n        \"substantialization\",\n        \"substantiations\",\n        \"substantiveness\",\n        \"subsureties\",\n        \"superbelievable\",\n        \"supersatisfaction\",\n        \"supersatisfy\",\n        \"supersensible\",\n        \"supersensibleness\",\n        \"supersilent\",\n        \"supposition\",\n        \"suppositionary\",\n        \"surrection\",\n        \"tenderability\",\n        \"terminologies\",\n        \"transcendible\",\n        \"unaccommodatingness\",\n        \"unaffiliation\",\n        \"unaffirmation\",\n        \"unbackward\",\n        \"unbiliousness\",\n        \"uncleansedness\",\n        \"unclerical\",\n        \"unclimactic\",\n        \"uncommendableness\",\n        \"unconfess\",\n        \"unconscionableness\",\n        \"unconstellated\",\n        \"underventilation\",\n        \"unfirmness\",\n        \"unoppositional\",\n        \"unperseverance\",\n        \"unscrupulosity\",\n        \"unstaginess\",\n        \"unsteadiness\",\n        \"unsulfureness\",\n        \"untowardness\",\n        \"untranscendent\",\n        \"unvitreosity\",\n        \"vendibilities\",\n        \"vendibleness\",\n        \"ventrosity\",\n        \"verification\",\n        \"verifications\",\n        \"verificative\",\n        \"verificatory\",\n        \"volitional\"\n    ],\n    \"mmechuihu\": [\n        \"abasement\",\n        \"abjectedness\",\n        \"appallment\",\n        \"befoulment\",\n        \"begrace\",\n        \"butolism\",\n        \"cenesthesia\",\n        \"cenospecies\",\n        \"cynosures\",\n        \"demulsification\",\n        \"disappropriation\",\n        \"disgracement\",\n        \"displeasures\",\n        \"embarrassment\",\n        \"endpleasure\",\n        \"humiliation\",\n        \"humiliations\",\n        \"jennerization\",\n        \"misevaluation\",\n        \"nonextermination\"\n    ],\n    \"mmebi iwu\": [\n        \"abasements\",\n        \"abbotcies\",\n        \"abnormalised\",\n        \"annulment\",\n        \"atrienses\",\n        \"awlessness\",\n        \"badnesses\",\n        \"blunder\",\n        \"contrarieties\",\n        \"contravention\",\n        \"corruptor\",\n        \"crimination\",\n        \"criminologies\",\n        \"deamidation\",\n        \"debilitates\",\n        \"debilitations\",\n        \"debullition\",\n        \"decadarchy\",\n        \"declinational\",\n        \"deflagrations\",\n        \"deflationary\",\n        \"delinition\",\n        \"demilitarisation\",\n        \"demilitarising\",\n        \"demilitarization\",\n        \"deminudity\",\n        \"deperition\",\n        \"derangement\",\n        \"derangements\",\n        \"detracter\",\n        \"detrimentalness\",\n        \"evilnesses\",\n        \"expromission\",\n        \"illegalisation\",\n        \"illegality\",\n        \"illegalities\",\n        \"illegalization\",\n        \"illegalness\",\n        \"illicitness\",\n        \"imperturbation\",\n        \"impropriation\",\n        \"infestment\",\n        \"infraction\",\n        \"infractions\",\n        \"infraglacial\",\n        \"infringements\",\n        \"infringes\",\n        \"irremission\",\n        \"lawlessness\",\n        \"malexecution\",\n        \"malignance\",\n        \"misbill\",\n        \"misbilling\",\n        \"misgovernance\",\n        \"offward\",\n        \"offwards\",\n        \"outacts\",\n        \"outbringing\",\n        \"outlawries\",\n        \"outpoison\",\n        \"outraces\",\n        \"outranges\",\n        \"overdevelopment\",\n        \"perjurement\",\n        \"perlocution\",\n        \"perpession\",\n        \"polluters\",\n        \"sinistration\",\n        \"spooneyness\",\n        \"sporangiform\",\n        \"sporogony\",\n        \"transgressed\",\n        \"transgression\",\n        \"transgressional\",\n        \"transgressions\",\n        \"transgressors\",\n        \"trespassory\",\n        \"uncorruptedness\",\n        \"uncorruptness\",\n        \"violatory\",\n        \"wicked\",\n        \"wickedness\",\n        \"wrongdo\"\n    ],\n    \"ihe ojoo\": [\n        \"abaser\",\n        \"abasic\",\n        \"abastral\",\n        \"abhorrences\",\n        \"abhorrent\",\n        \"abysmal\",\n        \"abominability\",\n        \"abominable\",\n        \"abominated\",\n        \"abominator\",\n        \"abrim\",\n        \"abstersiveness\",\n        \"adversariness\",\n        \"aggradational\",\n        \"aggrades\",\n        \"aggrandiser\",\n        \"aggravator\",\n        \"ahorse\",\n        \"antrorsely\",\n        \"badarian\",\n        \"badchan\",\n        \"baddish\",\n        \"baddishness\",\n        \"badgemen\",\n        \"badgerly\",\n        \"bads\",\n        \"bardcraft\",\n        \"bastardizes\",\n        \"befile\",\n        \"befoul\",\n        \"begaudy\",\n        \"bemusedly\",\n        \"bepurple\",\n        \"bevil\",\n        \"bezant\",\n        \"bigness\",\n        \"bignesses\",\n        \"bignoniaceous\",\n        \"biohazard\",\n        \"blaggard\",\n        \"blague\",\n        \"blandish\",\n        \"blaunner\",\n        \"blunderful\",\n        \"blunter\",\n        \"boerdom\",\n        \"brisque\",\n        \"brittler\",\n        \"broguish\",\n        \"bromous\",\n        \"chagrined\",\n        \"chagrinned\",\n        \"chagrins\",\n        \"cowgrass\",\n        \"czardases\",\n        \"damnous\",\n        \"degrain\",\n        \"deprave\",\n        \"deruinate\",\n        \"deserticolous\",\n        \"detersive\",\n        \"detrusive\",\n        \"direfulness\",\n        \"disgarnish\",\n        \"disgorge\",\n        \"dosser\",\n        \"ecraseur\",\n        \"endevil\",\n        \"enkindler\",\n        \"enkindles\",\n        \"ensculpture\",\n        \"ervil\",\n        \"evil\",\n        \"evilmouthed\",\n        \"evilness\",\n        \"evils\",\n        \"evilwishing\",\n        \"favillous\",\n        \"flavous\",\n        \"fluvious\",\n        \"foppishness\",\n        \"fouettes\",\n        \"foul\",\n        \"fouled\",\n        \"foulminded\",\n        \"fouls\",\n        \"foulsome\",\n        \"grimful\",\n        \"grimy\",\n        \"gruesome\",\n        \"gruesomer\",\n        \"gruesomest\",\n        \"haranguer\",\n        \"harangues\",\n        \"harmotomic\",\n        \"harmproof\",\n        \"harpier\",\n        \"harquebusade\",\n        \"harquebuse\",\n        \"harrage\",\n        \"haustellous\",\n        \"hideous\",\n        \"hideousness\",\n        \"homotaxeous\",\n        \"imprecator\",\n        \"imprecators\",\n        \"incivilities\",\n        \"inique\",\n        \"liquesce\",\n        \"loasaceous\",\n        \"malconformation\",\n        \"malfeasant\",\n        \"malignancies\",\n        \"maligner\",\n        \"maligns\",\n        \"maltreats\",\n        \"malversation\",\n        \"malverse\",\n        \"medusal\",\n        \"mischiefful\",\n        \"misculture\",\n        \"miserabilism\",\n        \"miserabilistic\",\n        \"misexposition\",\n        \"misexpound\",\n        \"misfortunate\",\n        \"misgrowth\",\n        \"misplant\",\n        \"monstrousness\",\n        \"mortice\",\n        \"nasty\",\n        \"notoriousness\",\n        \"obsignatory\",\n        \"ominous\",\n        \"outcavil\",\n        \"oxamic\",\n        \"oxphony\",\n        \"pagandom\",\n        \"pangamy\",\n        \"pangamic\",\n        \"pangamous\",\n        \"pangenic\",\n        \"pangyrical\",\n        \"panurgy\",\n        \"perfervent\",\n        \"perfervidness\",\n        \"perhazard\",\n        \"perihernial\",\n        \"perilunes\",\n        \"perirenal\",\n        \"perjures\",\n        \"pernicion\",\n        \"pessomancy\",\n        \"pestersome\",\n        \"phaenomenal\",\n        \"phytic\",\n        \"plang\",\n        \"plangorous\",\n        \"poricidal\",\n        \"prickliness\",\n        \"pulicides\",\n        \"ramulous\",\n        \"rucky\",\n        \"ruesome\",\n        \"scandaliser\",\n        \"scandalization\",\n        \"scandalmongering\",\n        \"scandalmonging\",\n        \"scandent\",\n        \"sciomantic\",\n        \"sclent\",\n        \"scoundrel\",\n        \"scoundrelism\",\n        \"scoundrelship\",\n        \"scurrier\",\n        \"snasty\",\n        \"soriferous\",\n        \"spoucher\",\n        \"subnormality\",\n        \"taintedness\",\n        \"thuggeries\",\n        \"transnormal\",\n        \"tzardoms\",\n        \"ugliness\",\n        \"uglinesses\",\n        \"unacerbic\",\n        \"unhideousness\",\n        \"unvexatious\",\n        \"vagarity\",\n        \"vassality\",\n        \"venomly\",\n        \"verminy\",\n        \"vexatious\",\n        \"viciousness\",\n        \"vignin\",\n        \"vile\",\n        \"vilely\",\n        \"vileness\",\n        \"villainy\",\n        \"villainous\",\n        \"villainousness\",\n        \"vinolence\",\n        \"whimsicalities\",\n        \"wrecky\",\n        \"wretch\",\n        \"wronger\"\n    ],\n    \"ihe mgbochi\": [\n        \"abasers\",\n        \"ammonifier\",\n        \"antiarins\",\n        \"antiasthmatic\",\n        \"antibodies\",\n        \"antiboss\",\n        \"antient\",\n        \"antiepicenter\",\n        \"antierosive\",\n        \"antifaction\",\n        \"antifoggant\",\n        \"antifogmatic\",\n        \"antilogies\",\n        \"antiparalytic\",\n        \"antiparasitical\",\n        \"antiparticles\",\n        \"antipastic\",\n        \"antiperspirant\",\n        \"antiperspirants\",\n        \"antiphoner\",\n        \"antiphons\",\n        \"antiphrastical\",\n        \"antiplague\",\n        \"antiplastic\",\n        \"antipoints\",\n        \"antipolitics\",\n        \"antipragmatical\",\n        \"antiprism\",\n        \"antirabic\",\n        \"antirabies\",\n        \"antirationalist\",\n        \"antireactionaries\",\n        \"antirent\",\n        \"antiresonator\",\n        \"antiutilitarian\",\n        \"antivermicular\",\n        \"antivice\",\n        \"barcone\",\n        \"bardship\",\n        \"baryon\",\n        \"barlock\",\n        \"barrator\",\n        \"barrer\",\n        \"barricader\",\n        \"barricades\",\n        \"barricoes\",\n        \"barrier\",\n        \"barriers\",\n        \"barringer\",\n        \"bastardization\",\n        \"berrier\",\n        \"binders\",\n        \"binnacles\",\n        \"birotatory\",\n        \"bistorts\",\n        \"blandiloquence\",\n        \"blockier\",\n        \"blocklike\",\n        \"bludgeoner\",\n        \"bludger\",\n        \"bodstick\",\n        \"bollards\",\n        \"bonzer\",\n        \"bordels\",\n        \"bounder\",\n        \"bounders\",\n        \"bracherer\",\n        \"brachets\",\n        \"brack\",\n        \"braker\",\n        \"bridgetree\",\n        \"brier\",\n        \"brierroot\",\n        \"briers\",\n        \"burrier\",\n        \"buttress\",\n        \"cachinnator\",\n        \"cacotrophy\",\n        \"canstick\",\n        \"capsulitis\",\n        \"catbriers\",\n        \"cauls\",\n        \"cestraction\",\n        \"chainplate\",\n        \"cyphellate\",\n        \"clampers\",\n        \"clysis\",\n        \"clonorchiasis\",\n        \"colotomy\",\n        \"comism\",\n        \"concocter\",\n        \"constrainer\",\n        \"contingence\",\n        \"contingency\",\n        \"contingencies\",\n        \"contingents\",\n        \"contragredience\",\n        \"contrail\",\n        \"contraposit\",\n        \"contrapositives\",\n        \"contraprops\",\n        \"contrivancy\",\n        \"countermeasures\",\n        \"counterpoint\",\n        \"counterpoints\",\n        \"countersense\",\n        \"craniectomy\",\n        \"craniom\",\n        \"criers\",\n        \"curbers\",\n        \"curbs\",\n        \"curdle\",\n        \"curdler\",\n        \"curdlers\",\n        \"curdles\",\n        \"currier\",\n        \"currieries\",\n        \"curriers\",\n        \"curtaining\",\n        \"curvate\",\n        \"curvative\",\n        \"curvature\",\n        \"curvatures\",\n        \"defiber\",\n        \"detachableness\",\n        \"deterrer\",\n        \"detrusor\",\n        \"embargoes\",\n        \"embargos\",\n        \"embarque\",\n        \"enchainements\",\n        \"encrimson\",\n        \"encroachments\",\n        \"entanglements\",\n        \"epidermical\",\n        \"flapperism\",\n        \"foldcourse\",\n        \"forints\",\n        \"formants\",\n        \"fornices\",\n        \"furriers\",\n        \"girding\",\n        \"grecism\",\n        \"halterproof\",\n        \"handcarts\",\n        \"haplonts\",\n        \"haranguers\",\n        \"hashery\",\n        \"hedgetaper\",\n        \"hemiclastic\",\n        \"herpetic\",\n        \"hiccoughs\",\n        \"hinderlings\",\n        \"hinderlins\",\n        \"hypercycle\",\n        \"hyperspherical\",\n        \"hurdle\",\n        \"hurlock\",\n        \"immunises\",\n        \"impeder\",\n        \"impeders\",\n        \"impediment\",\n        \"impedimentary\",\n        \"impediments\",\n        \"impedition\",\n        \"impendent\",\n        \"impingement\",\n        \"imprime\",\n        \"inceptors\",\n        \"incontraction\",\n        \"insinuator\",\n        \"instigation\",\n        \"intercepts\",\n        \"intermundium\",\n        \"interstices\",\n        \"intertex\",\n        \"inwalls\",\n        \"irradiator\",\n        \"irruptions\",\n        \"kerbs\",\n        \"lacework\",\n        \"lamasery\",\n        \"lancets\",\n        \"lanciform\",\n        \"lankier\",\n        \"lascars\",\n        \"limitaries\",\n        \"limiter\",\n        \"limiters\",\n        \"limners\",\n        \"manacles\",\n        \"mitoses\",\n        \"momisms\",\n        \"mopusses\",\n        \"movent\",\n        \"obstacle\",\n        \"obstant\",\n        \"obstructer\",\n        \"obstructor\",\n        \"overdares\",\n        \"overrestriction\",\n        \"pacesetter\",\n        \"pacesetters\",\n        \"pacificator\",\n        \"padder\",\n        \"palliament\",\n        \"pamperedness\",\n        \"pannellation\",\n        \"panotype\",\n        \"parapet\",\n        \"parodyproof\",\n        \"pastosity\",\n        \"perrier\",\n        \"petticoats\",\n        \"pickproof\",\n        \"pimpernel\",\n        \"pimpernels\",\n        \"piscatorial\",\n        \"placaters\",\n        \"placets\",\n        \"plagiaries\",\n        \"plagium\",\n        \"plotproof\",\n        \"porphyrogeniture\",\n        \"prancers\",\n        \"precourse\",\n        \"predispersion\",\n        \"preprohibition\",\n        \"prequestion\",\n        \"presphygmic\",\n        \"pulmotors\",\n        \"punstress\",\n        \"rimption\",\n        \"rumpot\",\n        \"shuttlecock\",\n        \"shuttlecocked\",\n        \"snaphance\",\n        \"snipperty\",\n        \"spirket\",\n        \"stragulum\",\n        \"subletter\",\n        \"tapstress\",\n        \"tarriers\",\n        \"towcock\",\n        \"treacles\",\n        \"unbracelet\",\n        \"undertint\",\n        \"unfragile\",\n        \"unlashes\",\n        \"upcourse\",\n        \"veiledness\",\n        \"verier\",\n        \"vernacles\",\n        \"waldenses\",\n        \"wrangler\"\n    ],\n    \"na-eweda ala\": [\n        \"abases\",\n        \"abasing\"\n    ],\n    \"ghaa\": [\n        \"abashed\",\n        \"bared\",\n        \"blots\",\n        \"bursera\",\n        \"defuze\",\n        \"denasalize\",\n        \"denitrize\",\n        \"grate\",\n        \"greener\",\n        \"mashed\",\n        \"rears\",\n        \"recuses\",\n        \"redeed\",\n        \"refringe\",\n        \"rubiate\",\n        \"snaste\",\n        \"snathes\",\n        \"trink\",\n        \"whank\"\n    ],\n    \"nzuzu\": [\n        \"abashedly\",\n        \"abscise\",\n        \"abscision\",\n        \"abscondence\",\n        \"abstruseness\",\n        \"abstrusenesses\",\n        \"abstrusity\",\n        \"absurd\",\n        \"absurder\",\n        \"absurdest\",\n        \"absurdity\",\n        \"absurdities\",\n        \"absurdly\",\n        \"absurdness\",\n        \"absurdum\",\n        \"astuteness\",\n        \"babbishly\",\n        \"befool\",\n        \"befoolment\",\n        \"befools\",\n        \"befuddlement\",\n        \"blotchiness\",\n        \"blurredness\",\n        \"blurriness\",\n        \"bolly\",\n        \"boobishness\",\n        \"brawnedness\",\n        \"brinkmanship\",\n        \"brinksmanship\",\n        \"brusqueness\",\n        \"celsitude\",\n        \"chalcidic\",\n        \"chalcomancy\",\n        \"chazy\",\n        \"cinefaction\",\n        \"cravenness\",\n        \"craziness\",\n        \"currishness\",\n        \"decoke\",\n        \"dementedness\",\n        \"disensanity\",\n        \"drouthy\",\n        \"drouthiness\",\n        \"dullity\",\n        \"encumbrous\",\n        \"erumpent\",\n        \"flemish\",\n        \"flukiness\",\n        \"folly\",\n        \"follying\",\n        \"follyproof\",\n        \"fooless\",\n        \"foolfish\",\n        \"foolfishes\",\n        \"foolhardihood\",\n        \"foolhardily\",\n        \"foolhardiness\",\n        \"foolhardiship\",\n        \"foolheadedness\",\n        \"foolify\",\n        \"fooling\",\n        \"foolish\",\n        \"foolishly\",\n        \"foolishness\",\n        \"foolproof\",\n        \"foolproofness\",\n        \"foolscap\",\n        \"foolscaps\",\n        \"foolship\",\n        \"foulness\",\n        \"frenziedness\",\n        \"frivolous\",\n        \"frivolousness\",\n        \"frogginess\",\n        \"frumpishness\",\n        \"fumishness\",\n        \"golly\",\n        \"idence\",\n        \"idiocy\",\n        \"idiocyclophanous\",\n        \"idiocies\",\n        \"idiocrasy\",\n        \"idiocratic\",\n        \"idiogenous\",\n        \"idion\",\n        \"idiosome\",\n        \"idiotcy\",\n        \"idiotcies\",\n        \"idiotic\",\n        \"idioticalness\",\n        \"idiotise\",\n        \"idiotism\",\n        \"idiotisms\",\n        \"idiotry\",\n        \"idoneousness\",\n        \"ignobleness\",\n        \"ignoblesse\",\n        \"ilks\",\n        \"illth\",\n        \"ilth\",\n        \"imbruing\",\n        \"impollute\",\n        \"imprecision\",\n        \"infamation\",\n        \"infamized\",\n        \"infatuated\",\n        \"infatuatedly\",\n        \"infatuatedness\",\n        \"infatuation\",\n        \"infelicities\",\n        \"innuate\",\n        \"insipidity\",\n        \"irascibleness\",\n        \"irishness\",\n        \"irksomeness\",\n        \"irriguousness\",\n        \"lamely\",\n        \"lasciviousness\",\n        \"limberest\",\n        \"limbiest\",\n        \"limbous\",\n        \"limivorous\",\n        \"limnophilous\",\n        \"limpish\",\n        \"litheness\",\n        \"lumpiness\",\n        \"luscious\",\n        \"lusciousness\",\n        \"lushness\",\n        \"maddeningness\",\n        \"misanalyzely\",\n        \"miscasualty\",\n        \"miscegine\",\n        \"mischancy\",\n        \"miscite\",\n        \"miscites\",\n        \"miscreance\",\n        \"miscreation\",\n        \"miscredulity\",\n        \"misdeem\",\n        \"misdentition\",\n        \"misgivings\",\n        \"misingenuity\",\n        \"misposition\",\n        \"misproposal\",\n        \"mispursuit\",\n        \"mistraces\",\n        \"misture\",\n        \"molly\",\n        \"murky\",\n        \"nervish\",\n        \"nervure\",\n        \"nesty\",\n        \"nold\",\n        \"nongrass\",\n        \"nonseditiously\",\n        \"nonseditiousness\",\n        \"nonsensation\",\n        \"nonsensibility\",\n        \"nonsensible\",\n        \"nonsensibleness\",\n        \"nonsensic\",\n        \"nonsensicality\",\n        \"nonsensicalness\",\n        \"nonsensitively\",\n        \"nonsensitiveness\",\n        \"nonsententiously\",\n        \"nonsententiousness\",\n        \"nonserious\",\n        \"nonseriously\",\n        \"nonseriousness\",\n        \"nonsymphonious\",\n        \"nonsimulation\",\n        \"nonsynoptical\",\n        \"nonsolicitousness\",\n        \"nonspaciousness\",\n        \"nonspheral\",\n        \"nonspirituousness\",\n        \"nonspuriousness\",\n        \"nonsubconsciousness\",\n        \"nonsuggestion\",\n        \"nonsusceptiness\",\n        \"nonsusceptivity\",\n        \"nonsuspect\",\n        \"nonsuspensiveness\",\n        \"nonsweating\",\n        \"nullibiety\",\n        \"occlusive\",\n        \"occlusiveness\",\n        \"occlusor\",\n        \"overfoolish\",\n        \"overfoolishness\",\n        \"perspicacity\",\n        \"pudginess\",\n        \"rascal\",\n        \"ripely\",\n        \"scabish\",\n        \"sciomancy\",\n        \"scopulousness\",\n        \"scottishness\",\n        \"scoundrelly\",\n        \"scraggedness\",\n        \"scrumptiousness\",\n        \"scuggery\",\n        \"scupful\",\n        \"scurfiness\",\n        \"scurrilousness\",\n        \"scutal\",\n        \"silly\",\n        \"sillyhood\",\n        \"sillyhow\",\n        \"sillyish\",\n        \"sillyism\",\n        \"silliness\",\n        \"silverness\",\n        \"synoeciousness\",\n        \"skolly\",\n        \"slobber\",\n        \"snithy\",\n        \"snobber\",\n        \"snobbess\",\n        \"snobbish\",\n        \"snobdom\",\n        \"snobism\",\n        \"snobocracy\",\n        \"snooty\",\n        \"snooziness\",\n        \"spendthriftness\",\n        \"spongiousness\",\n        \"squamoseness\",\n        \"stolidity\",\n        \"strangury\",\n        \"stupendous\",\n        \"stupidest\",\n        \"stupidish\",\n        \"stupidity\",\n        \"stupidities\",\n        \"stupidly\",\n        \"stupidness\",\n        \"stupor\",\n        \"stupors\",\n        \"stupose\",\n        \"stupration\",\n        \"thugdom\",\n        \"thuggess\",\n        \"tomfoolishness\",\n        \"umbraciousness\",\n        \"uncrisp\",\n        \"unfoolish\",\n        \"unglittery\",\n        \"unjolly\",\n        \"unstupid\",\n        \"unstupidly\",\n        \"unstupidness\",\n        \"unsurplice\",\n        \"unvoracious\",\n        \"unwise\",\n        \"unwisely\",\n        \"vagulous\",\n        \"vulgare\",\n        \"vulgars\",\n        \"vulgarwise\",\n        \"vulgates\",\n        \"vulgo\",\n        \"vulguses\",\n        \"vulnose\",\n        \"vulval\",\n        \"vulvocrural\",\n        \"wambliness\",\n        \"waspiness\",\n        \"wasterfulness\",\n        \"whiggess\",\n        \"whiggishness\",\n        \"whimsicality\",\n        \"whimsicalness\",\n        \"whizziness\",\n        \"whute\",\n        \"wigdom\",\n        \"wiggishness\",\n        \"wilfulness\",\n        \"wiliness\",\n        \"wisecracks\",\n        \"wistful\",\n        \"wistfulness\",\n        \"witterness\",\n        \"witting\",\n        \"wittingite\",\n        \"wittolly\",\n        \"wizenedness\"\n    ],\n    \"mbibi\": [\n        \"abashedness\",\n        \"affrontee\",\n        \"almohades\",\n        \"amputator\",\n        \"arrgt\",\n        \"arrhizal\",\n        \"aspersions\",\n        \"bacillicide\",\n        \"baybush\",\n        \"baygall\",\n        \"beshadow\",\n        \"beshadows\",\n        \"besmirch\",\n        \"besmooths\",\n        \"besotment\",\n        \"bespatters\",\n        \"bespurt\",\n        \"bewreck\",\n        \"biodegradation\",\n        \"brattle\",\n        \"brummagen\",\n        \"casehardening\",\n        \"catabasion\",\n        \"corrasion\",\n        \"damascener\",\n        \"damaskeening\",\n        \"damenization\",\n        \"damndests\",\n        \"damnifying\",\n        \"dawdles\",\n        \"debarration\",\n        \"debases\",\n        \"debellate\",\n        \"debordment\",\n        \"deburr\",\n        \"decadrachm\",\n        \"decandrous\",\n        \"decarbonising\",\n        \"decarnate\",\n        \"decastere\",\n        \"decastylos\",\n        \"decasualise\",\n        \"decatholicize\",\n        \"declasse\",\n        \"declassee\",\n        \"decretorial\",\n        \"decumanus\",\n        \"defatigation\",\n        \"defatting\",\n        \"deglutinating\",\n        \"degradability\",\n        \"degradation\",\n        \"degradations\",\n        \"degradement\",\n        \"degraduation\",\n        \"delapsion\",\n        \"delassement\",\n        \"demast\",\n        \"dematerialisation\",\n        \"dematerialise\",\n        \"dematerialising\",\n        \"demibrute\",\n        \"demiracle\",\n        \"demnition\",\n        \"demobilisation\",\n        \"demobilization\",\n        \"demobilizations\",\n        \"demolishment\",\n        \"demolition\",\n        \"demolitionist\",\n        \"deossification\",\n        \"depasturation\",\n        \"depasture\",\n        \"deplorability\",\n        \"depravation\",\n        \"depuration\",\n        \"deraignment\",\n        \"desmodont\",\n        \"despoilment\",\n        \"despoilments\",\n        \"despouse\",\n        \"destitution\",\n        \"destoolment\",\n        \"destress\",\n        \"destroyer\",\n        \"destruction\",\n        \"destructional\",\n        \"destructionism\",\n        \"destructionist\",\n        \"destructions\",\n        \"destructivism\",\n        \"destructivity\",\n        \"destructory\",\n        \"detrition\",\n        \"detruncation\",\n        \"detrusion\",\n        \"devaluation\",\n        \"devast\",\n        \"devastation\",\n        \"devastations\",\n        \"devastator\",\n        \"devitalisation\",\n        \"devocalization\",\n        \"disbarment\",\n        \"disbarments\",\n        \"discession\",\n        \"disharmonised\",\n        \"disintegration\",\n        \"dismantlement\",\n        \"dismastment\",\n        \"dogedoms\",\n        \"doomage\",\n        \"doombook\",\n        \"doomer\",\n        \"doomfully\",\n        \"doomfulness\",\n        \"doomlike\",\n        \"dooms\",\n        \"doomsayer\",\n        \"doomsman\",\n        \"doomstead\",\n        \"doomster\",\n        \"dorsomedial\",\n        \"dorsomesal\",\n        \"dumfounderment\",\n        \"enddamage\",\n        \"enrobement\",\n        \"envapor\",\n        \"exteriorisation\",\n        \"extirpation\",\n        \"extrinsicalness\",\n        \"extrinsication\",\n        \"havoc\",\n        \"kashering\",\n        \"landwrack\",\n        \"langsettle\",\n        \"mayhap\",\n        \"malshapen\",\n        \"misbrand\",\n        \"morbility\",\n        \"mumpishness\",\n        \"murrion\",\n        \"mutescence\",\n        \"mutilation\",\n        \"obelion\",\n        \"oblivescence\",\n        \"offscouring\",\n        \"offscourings\",\n        \"outblaze\",\n        \"outbreath\",\n        \"outdrop\",\n        \"outserts\",\n        \"outsins\",\n        \"perishment\",\n        \"perlustration\",\n        \"pharisaicalness\",\n        \"posthumousness\",\n        \"ramosity\",\n        \"ramosities\",\n        \"ravage\",\n        \"ravages\",\n        \"ravaging\",\n        \"reprehensory\",\n        \"ritratto\",\n        \"ruchings\",\n        \"ruction\",\n        \"rufflement\",\n        \"ruin\",\n        \"ruinable\",\n        \"ruination\",\n        \"ruinations\",\n        \"ruinator\",\n        \"ruiner\",\n        \"ruinlike\",\n        \"sorbability\",\n        \"torpidness\",\n        \"torquers\",\n        \"unharrowed\",\n        \"unshading\",\n        \"unsharp\",\n        \"volatilisation\",\n        \"wastages\",\n        \"wreaks\"\n    ],\n    \"abashị\": [\n        \"abashes\"\n    ],\n    \"ịkụda\": [\n        \"abashing\",\n        \"damasking\",\n        \"queering\",\n        \"thwacking\"\n    ],\n    \"mmeghari\": [\n        \"abashment\",\n        \"abature\",\n        \"aegirine\",\n        \"alleviations\",\n        \"ameliorations\",\n        \"amendatory\",\n        \"amendment\",\n        \"antereformational\",\n        \"aversions\",\n        \"breviger\",\n        \"coaction\",\n        \"coilability\",\n        \"counteractivity\",\n        \"counteravouchment\",\n        \"counterenergy\",\n        \"counterengagement\",\n        \"counterenthusiasm\",\n        \"counterexcitement\",\n        \"counterexplanation\",\n        \"counterexposition\",\n        \"countersuggestion\",\n        \"defedation\",\n        \"deglamorization\",\n        \"disjunctions\",\n        \"doughier\",\n        \"gaults\",\n        \"geodesic\",\n        \"gestations\",\n        \"gestes\",\n        \"gesturer\",\n        \"gyrovagues\",\n        \"gurgitation\",\n        \"gurgulation\",\n        \"intergeneration\",\n        \"interments\",\n        \"interprismatic\",\n        \"intervariation\",\n        \"iodoforms\",\n        \"iridescences\",\n        \"irreption\",\n        \"irreverences\",\n        \"jactation\",\n        \"maleability\",\n        \"maleducation\",\n        \"maleficiation\",\n        \"mendment\",\n        \"modifying\",\n        \"mohammedization\",\n        \"morigerousness\",\n        \"motilities\",\n        \"movability\",\n        \"movingness\",\n        \"movings\",\n        \"mutisms\",\n        \"nomadisms\",\n        \"reattainment\",\n        \"recivilization\",\n        \"reconciliability\",\n        \"reconventional\",\n        \"rection\",\n        \"reexecution\",\n        \"refabrication\",\n        \"reflexism\",\n        \"rehears\",\n        \"rehearsable\",\n        \"rehearsal\",\n        \"rehearsals\",\n        \"reparability\",\n        \"reprecipitation\",\n        \"restatement\",\n        \"restwards\",\n        \"revification\",\n        \"revigoration\",\n        \"sporadicalness\",\n        \"taction\",\n        \"transgenerations\",\n        \"translocations\"\n    ],\n    \"Enwe nne enwe nna\": [\n        \"abastard\",\n        \"bastard\"\n    ],\n    \"ebelebe\": [\n        \"abastardize\",\n        \"avanturine\",\n        \"aventurin\",\n        \"aventurine\",\n        \"bastardised\",\n        \"bastardize\",\n        \"berceaunette\",\n        \"bertrandite\",\n        \"blisterweed\",\n        \"boshvark\",\n        \"buggers\",\n        \"cataclysms\",\n        \"despeed\",\n        \"despotat\",\n        \"dolichopodous\",\n        \"dorsopleural\",\n        \"ebcasc\",\n        \"hyperorganic\",\n        \"mistryst\",\n        \"morbiferal\",\n        \"pigritude\",\n        \"venial\"\n    ],\n    \"abat\": [\n        \"abatable\",\n        \"abatises\"\n    ],\n    \"abata\": [\n        \"abatage\",\n        \"arrivederci\",\n        \"enterer\",\n        \"entrant\",\n        \"entrants\",\n        \"entrer\",\n        \"imprests\",\n        \"incombining\",\n        \"incomer\",\n        \"incomers\",\n        \"inlets\"\n    ],\n    \"kwụsịrị\": [\n        \"abate\",\n        \"abated\",\n        \"alighted\",\n        \"alighten\",\n        \"alights\",\n        \"ceased\",\n        \"deboned\",\n        \"defunct\",\n        \"disconnected\",\n        \"discontinuable\",\n        \"discontinual\",\n        \"discontinued\",\n        \"discontinuee\",\n        \"docked\",\n        \"halted\",\n        \"opted\",\n        \"quiteno\",\n        \"quitted\",\n        \"stoped\",\n        \"stopped\",\n        \"stoppled\",\n        \"terminated\",\n        \"unstroked\",\n        \"vaned\",\n        \"vanned\"\n    ],\n    \"mmezi\": [\n        \"abatements\",\n        \"adactylism\",\n        \"adducer\",\n        \"adjustage\",\n        \"adjustation\",\n        \"adjusters\",\n        \"adjustments\",\n        \"adjustores\",\n        \"adjustors\",\n        \"align\",\n        \"aligner\",\n        \"aligners\",\n        \"aliments\",\n        \"antrectomy\",\n        \"betterments\",\n        \"calibrates\",\n        \"calibration\",\n        \"calibrations\",\n        \"coadjustment\",\n        \"cojusticiar\",\n        \"compensability\",\n        \"conciliatoriness\",\n        \"cooptation\",\n        \"correality\",\n        \"corrections\",\n        \"correctiveness\",\n        \"correctives\",\n        \"correctorship\",\n        \"correlatives\",\n        \"correllations\",\n        \"correption\",\n        \"debarks\",\n        \"decartelization\",\n        \"decinormal\",\n        \"decodings\",\n        \"decurvation\",\n        \"defeminization\",\n        \"degasification\",\n        \"didacticity\",\n        \"disbursements\",\n        \"dishabilitation\",\n        \"edenization\",\n        \"enhancer\",\n        \"extra\",\n        \"extradecretal\",\n        \"extraregular\",\n        \"facilitation\",\n        \"flemishes\",\n        \"fussification\",\n        \"gelatification\",\n        \"improvision\",\n        \"maintain\",\n        \"maintenance\",\n        \"maladjustment\",\n        \"maladjustments\",\n        \"manducation\",\n        \"mendacities\",\n        \"mendings\",\n        \"modernisation\",\n        \"modernization\",\n        \"modificationist\",\n        \"modifier\",\n        \"modifiers\",\n        \"modifies\",\n        \"noncorrection\",\n        \"nonmaintenance\",\n        \"normalizations\",\n        \"normanization\",\n        \"offprints\",\n        \"overages\",\n        \"preresolution\",\n        \"readjustment\",\n        \"readjustments\",\n        \"rectifiability\",\n        \"rectificator\",\n        \"rectifiers\",\n        \"rectilineation\",\n        \"rectischiac\",\n        \"rectoral\",\n        \"rectostomy\",\n        \"redressor\",\n        \"refinements\",\n        \"rehabilitator\",\n        \"remaintenance\",\n        \"remediableness\",\n        \"remediation\",\n        \"repair\",\n        \"repairability\",\n        \"repairers\",\n        \"repairmen\",\n        \"repairs\",\n        \"reparations\",\n        \"restitutions\",\n        \"semiconducting\",\n        \"subaction\"\n    ],\n    \"weghaara\": [\n        \"abater\",\n        \"abattises\",\n        \"abdicated\",\n        \"abietate\",\n        \"abreact\",\n        \"abreacted\",\n        \"aisled\",\n        \"alfred\",\n        \"arborize\",\n        \"arrided\",\n        \"aswooned\",\n        \"avers\",\n        \"begartered\",\n        \"begroaned\",\n        \"beshower\",\n        \"canvased\",\n        \"captured\",\n        \"carryed\",\n        \"discrested\",\n        \"epilogized\",\n        \"eviscerates\",\n        \"feted\",\n        \"fetlocked\",\n        \"fronded\",\n        \"intercollege\",\n        \"intercollegian\",\n        \"intercommoned\",\n        \"interiorized\",\n        \"interloculli\",\n        \"interreceived\",\n        \"interred\",\n        \"intertied\",\n        \"intervaled\",\n        \"iodinated\",\n        \"marg\",\n        \"marmorate\",\n        \"mucronated\",\n        \"muggered\",\n        \"ovate\",\n        \"recaged\",\n        \"reconfiscated\",\n        \"reconfiscation\",\n        \"remapped\",\n        \"remoted\",\n        \"repraised\",\n        \"resailed\",\n        \"roosed\",\n        \"rosetted\",\n        \"sairly\",\n        \"sopited\",\n        \"tamped\",\n        \"theretil\",\n        \"untaken\",\n        \"upcaught\",\n        \"upriver\",\n        \"withslip\",\n        \"withtake\"\n    ],\n    \"ndị abat\": [\n        \"abaters\"\n    ],\n    \"na-agbado\": [\n        \"abating\",\n        \"underventilating\"\n    ],\n    \"abatatụla\": [\n        \"abatised\"\n    ],\n    \"ụlọ ọrụ abatjours\": [\n        \"abatjours\"\n    ],\n    \"ebelata\": [\n        \"abaton\",\n        \"abattis\",\n        \"abet\",\n        \"abietinic\",\n        \"abit\",\n        \"cotterite\",\n        \"decast\",\n        \"decastich\",\n        \"decastyle\",\n        \"decentralised\",\n        \"decentralized\",\n        \"decrepitude\",\n        \"decrescent\",\n        \"denda\",\n        \"desiccating\",\n        \"despot\",\n        \"diminisher\",\n        \"diminuent\",\n        \"dimit\",\n        \"dwindlement\",\n        \"euclid\",\n        \"eurytopic\",\n        \"evanesce\",\n        \"hyracothere\",\n        \"lithosphere\",\n        \"lithotypy\",\n        \"lithotomies\",\n        \"lithotomous\",\n        \"lithotony\",\n        \"pantropic\",\n        \"perihelion\",\n        \"pervasiveness\",\n        \"phrontistery\",\n        \"phrontisterium\",\n        \"quaker\",\n        \"quatreble\",\n        \"reductor\",\n        \"retrodisplacement\",\n        \"salvadoraceous\",\n        \"suppresser\",\n        \"suppressor\",\n        \"thrombotic\",\n        \"tressy\",\n        \"venalization\"\n    ],\n    \"abatọ\": [\n        \"abator\"\n    ],\n    \"ndị na-ekpo ọkụ\": [\n        \"abators\",\n        \"carbonators\",\n        \"carminatives\",\n        \"elaters\",\n        \"emanators\",\n        \"evaporators\",\n        \"exorcisers\",\n        \"furlers\",\n        \"heaters\",\n        \"heathers\",\n        \"inflators\",\n        \"inhalators\",\n        \"inhalers\",\n        \"insinuators\",\n        \"limmers\",\n        \"oxidisers\",\n        \"oxidizers\",\n        \"thermistors\",\n        \"warmakers\",\n        \"warmers\",\n        \"warmongers\"\n    ],\n    \"ebebido\": [\n        \"abattage\",\n        \"venesection\"\n    ],\n    \"ewepụ\": [\n        \"abattised\",\n        \"abessive\",\n        \"ablating\",\n        \"abluted\",\n        \"absumption\",\n        \"averrable\",\n        \"bescreen\",\n        \"deplaned\",\n        \"desegregated\",\n        \"evanesced\",\n        \"excises\",\n        \"omission\",\n        \"omits\",\n        \"omitted\",\n        \"outrated\",\n        \"outrooted\",\n        \"unflushed\",\n        \"uninverted\",\n        \"uninvokable\",\n        \"unmitering\",\n        \"unseize\",\n        \"unterminative\"\n    ],\n    \"ebe obibi\": [\n        \"abattoir\",\n        \"abattoirs\",\n        \"abbeys\",\n        \"abbes\",\n        \"abevacuation\",\n        \"abietineae\",\n        \"abode\",\n        \"abreuvoir\",\n        \"abrine\",\n        \"accommodations\",\n        \"acrodactylum\",\n        \"aestuary\",\n        \"aqueoglacial\",\n        \"areaways\",\n        \"arrondissement\",\n        \"asecretory\",\n        \"babeship\",\n        \"barters\",\n        \"beaugregory\",\n        \"beaugregories\",\n        \"beaverette\",\n        \"beetlestone\",\n        \"benchership\",\n        \"boardy\",\n        \"botling\",\n        \"broidery\",\n        \"brothelry\",\n        \"cacqueteuses\",\n        \"catery\",\n        \"cath\",\n        \"cathion\",\n        \"cattery\",\n        \"centrosome\",\n        \"citadels\",\n        \"convenery\",\n        \"coroplasty\",\n        \"cotemporaries\",\n        \"cotenure\",\n        \"coterie\",\n        \"coteries\",\n        \"cothouse\",\n        \"coticular\",\n        \"cotorture\",\n        \"decentres\",\n        \"dethronements\",\n        \"dishabituating\",\n        \"dorcastry\",\n        \"dormancies\",\n        \"dormitary\",\n        \"dormitories\",\n        \"dwellings\",\n        \"ectothermic\",\n        \"encampment\",\n        \"encampments\",\n        \"erythroxylum\",\n        \"evanesces\",\n        \"flobby\",\n        \"foyer\",\n        \"garters\",\n        \"gorgeret\",\n        \"gormandise\",\n        \"habet\",\n        \"habilitate\",\n        \"habilitated\",\n        \"habilitating\",\n        \"habilitation\",\n        \"hability\",\n        \"habitability\",\n        \"habitacle\",\n        \"habitacule\",\n        \"habitat\",\n        \"habitatal\",\n        \"habitatio\",\n        \"habitation\",\n        \"habitations\",\n        \"habitats\",\n        \"habituations\",\n        \"homeostases\",\n        \"homeplace\",\n        \"homesites\",\n        \"homosphere\",\n        \"homospory\",\n        \"inns\",\n        \"kevan\",\n        \"lair\",\n        \"lodgings\",\n        \"lodgment\",\n        \"mortress\",\n        \"mortuaries\",\n        \"natatoriums\",\n        \"nitrolim\",\n        \"nongrounding\",\n        \"occupance\",\n        \"oreshoot\",\n        \"pastoriums\",\n        \"pastural\",\n        \"pedosphere\",\n        \"pedospheric\",\n        \"pedro\",\n        \"petrosphere\",\n        \"placemongering\",\n        \"placit\",\n        \"preinhabitation\",\n        \"printery\",\n        \"prosectorium\",\n        \"pulldown\",\n        \"quakerdom\",\n        \"quarterland\",\n        \"quartersaw\",\n        \"quartersawed\",\n        \"quartersawing\",\n        \"quarterspace\",\n        \"quarterstaves\",\n        \"quarterstetch\",\n        \"recedence\",\n        \"residence\",\n        \"residencer\",\n        \"residences\",\n        \"residentiality\",\n        \"scenery\",\n        \"sceneries\",\n        \"senhores\",\n        \"sheltering\",\n        \"shelters\",\n        \"slaughterhouses\",\n        \"sojournment\",\n        \"sporophore\",\n        \"storiation\",\n        \"temporopontine\",\n        \"tenacy\",\n        \"tenancy\",\n        \"tenantry\",\n        \"tenantries\",\n        \"tenantship\",\n        \"tenementary\",\n        \"theatropolis\",\n        \"therolatry\",\n        \"undertakery\",\n        \"venation\",\n        \"veneries\",\n        \"venialities\",\n        \"venialness\",\n        \"venisection\",\n        \"vernacle\"\n    ],\n    \"ihe nzuzu\": [\n        \"abbacies\",\n        \"abhors\",\n        \"abstrusities\",\n        \"acoelous\",\n        \"acolous\",\n        \"aleucemic\",\n        \"ambisexualities\",\n        \"anovesical\",\n        \"arenulous\",\n        \"aroideous\",\n        \"baccy\",\n        \"bardlike\",\n        \"baresarks\",\n        \"bedazed\",\n        \"bedazzled\",\n        \"bedazzles\",\n        \"beggardom\",\n        \"benempt\",\n        \"beparody\",\n        \"bezzant\",\n        \"bifarious\",\n        \"bivious\",\n        \"bizardite\",\n        \"blancmanger\",\n        \"blandiloquious\",\n        \"blandiloquous\",\n        \"blankety\",\n        \"blankish\",\n        \"bloomier\",\n        \"blubberous\",\n        \"blundersome\",\n        \"bodger\",\n        \"brachycerous\",\n        \"brachigerous\",\n        \"brooklike\",\n        \"buphthalmic\",\n        \"caddish\",\n        \"caddishness\",\n        \"cappy\",\n        \"cappie\",\n        \"capsuligerous\",\n        \"carucal\",\n        \"craddy\",\n        \"craggy\",\n        \"craggily\",\n        \"cragginess\",\n        \"craichy\",\n        \"crapelike\",\n        \"crapette\",\n        \"crappies\",\n        \"crappin\",\n        \"crappiness\",\n        \"crapple\",\n        \"cravat\",\n        \"cravatted\",\n        \"craven\",\n        \"cravenhearted\",\n        \"crazes\",\n        \"crebrous\",\n        \"cryptoanalytically\",\n        \"cryptorrhetic\",\n        \"debarrass\",\n        \"desiccatory\",\n        \"dinguses\",\n        \"discophorous\",\n        \"disglory\",\n        \"dornock\",\n        \"dornocks\",\n        \"drouths\",\n        \"empetrous\",\n        \"empyrical\",\n        \"emptores\",\n        \"endiaper\",\n        \"enteric\",\n        \"entogastric\",\n        \"erotetic\",\n        \"erotics\",\n        \"faddiness\",\n        \"faddish\",\n        \"flachery\",\n        \"flacket\",\n        \"flimsily\",\n        \"flosculous\",\n        \"flouter\",\n        \"fornical\",\n        \"fracedinous\",\n        \"gaddish\",\n        \"graveolent\",\n        \"guzzle\",\n        \"hypersophisticated\",\n        \"illusive\",\n        \"imbibers\",\n        \"impletive\",\n        \"incrassate\",\n        \"incrassative\",\n        \"infatuates\",\n        \"infatuator\",\n        \"insculps\",\n        \"insculpture\",\n        \"insinuative\",\n        \"insinuativeness\",\n        \"irideous\",\n        \"lascivious\",\n        \"lasciviously\",\n        \"limner\",\n        \"lithest\",\n        \"loathings\",\n        \"loomery\",\n        \"miscookery\",\n        \"misdight\",\n        \"misdraw\",\n        \"misdrawn\",\n        \"misdraws\",\n        \"misexample\",\n        \"misexplain\",\n        \"misfeasance\",\n        \"misprizer\",\n        \"mizzy\",\n        \"moliminous\",\n        \"molluscivorous\",\n        \"monopsony\",\n        \"morbific\",\n        \"moror\",\n        \"mucic\",\n        \"mucinous\",\n        \"mucivorous\",\n        \"nefariousness\",\n        \"nondisingenuous\",\n        \"nonscandalous\",\n        \"nonsedimentable\",\n        \"nuciferous\",\n        \"nudicaulous\",\n        \"obscenely\",\n        \"obsceneness\",\n        \"obscenity\",\n        \"obscenities\",\n        \"obscurantic\",\n        \"obscurative\",\n        \"obscurities\",\n        \"obsidious\",\n        \"peppiness\",\n        \"peremptory\",\n        \"pleonastical\",\n        \"pleonic\",\n        \"pother\",\n        \"pretenseless\",\n        \"pretensive\",\n        \"pseudoresidential\",\n        \"psoatic\",\n        \"pteric\",\n        \"pterideous\",\n        \"putaminous\",\n        \"ruddiness\",\n        \"shabby\",\n        \"sinoidal\",\n        \"slobby\",\n        \"snappiness\",\n        \"snappishness\",\n        \"snoutfair\",\n        \"sonorescent\",\n        \"sourdock\",\n        \"thiolactic\",\n        \"triatomic\",\n        \"trifanious\",\n        \"triphyllous\",\n        \"triptyque\",\n        \"trivvet\",\n        \"twigsome\",\n        \"upscuddle\",\n        \"vagaries\",\n        \"vainglorious\",\n        \"villously\",\n        \"vimful\",\n        \"vugs\",\n        \"vulgarly\",\n        \"wantons\",\n        \"whatreck\",\n        \"whimsic\",\n        \"whimsical\"\n    ],\n    \"chiri\": [\n        \"abbadide\",\n        \"apprised\",\n        \"bristled\",\n        \"bummel\",\n        \"cheesery\",\n        \"chipped\",\n        \"chirk\",\n        \"chirks\",\n        \"chirl\",\n        \"chirm\",\n        \"chirmed\",\n        \"chirming\",\n        \"chirp\",\n        \"chirped\",\n        \"chirper\",\n        \"chirpy\",\n        \"chirpling\",\n        \"ciliated\",\n        \"cled\",\n        \"clowned\",\n        \"crined\",\n        \"cued\",\n        \"curried\",\n        \"ferreled\",\n        \"ferreted\",\n        \"fred\",\n        \"frieze\",\n        \"friezed\",\n        \"friezer\",\n        \"friezes\",\n        \"frisk\",\n        \"gleit\",\n        \"gruntled\",\n        \"kythe\",\n        \"mellows\",\n        \"mommer\",\n        \"mused\",\n        \"muslined\",\n        \"mutillid\",\n        \"ordained\",\n        \"picketed\",\n        \"preed\",\n        \"seriated\",\n        \"smirked\",\n        \"subtrees\",\n        \"suppedit\",\n        \"ted\",\n        \"underbarring\",\n        \"whiffable\",\n        \"wirl\"\n    ],\n    \"abba\": [\n        \"abbas\",\n        \"abbe\"\n    ],\n    \"ziga\": [\n        \"abbasside\",\n        \"consignable\",\n        \"dispatch\",\n        \"dispatchful\",\n        \"postvide\",\n        \"predescribe\",\n        \"prenecessitate\",\n        \"sendal\",\n        \"sendals\",\n        \"sendle\",\n        \"uswards\"\n    ],\n    \"abbatal\": [\n        \"abbatial\"\n    ],\n    \"anya\": [\n        \"abbatical\",\n        \"agnized\",\n        \"appearances\",\n        \"assidually\",\n        \"assumably\",\n        \"assument\",\n        \"bemaddened\",\n        \"bracteal\",\n        \"coattended\",\n        \"contemplance\",\n        \"daps\",\n        \"deciduously\",\n        \"distally\",\n        \"distantly\",\n        \"distempered\",\n        \"distends\",\n        \"ecumenically\",\n        \"eye\",\n        \"eyeable\",\n        \"eyed\",\n        \"eyedness\",\n        \"eyeful\",\n        \"eyefuls\",\n        \"eyey\",\n        \"eyeing\",\n        \"eyeish\",\n        \"eyelike\",\n        \"eyepoint\",\n        \"eyers\",\n        \"eyes\",\n        \"eyeservant\",\n        \"eyeshield\",\n        \"eyesight\",\n        \"eyesights\",\n        \"eyesore\",\n        \"eyesores\",\n        \"estately\",\n        \"eugenically\",\n        \"foreshows\",\n        \"gazement\",\n        \"grandstanded\",\n        \"gulosity\",\n        \"yaps\",\n        \"inlook\",\n        \"lens\",\n        \"looked\",\n        \"looky\",\n        \"lookouts\",\n        \"looks\",\n        \"lookum\",\n        \"lookups\",\n        \"nearsight\",\n        \"nearsighted\",\n        \"nearsightedly\",\n        \"observably\",\n        \"observantly\",\n        \"occlusions\",\n        \"ophthalmic\",\n        \"opthalmic\",\n        \"oviculated\",\n        \"perspicuously\",\n        \"plook\",\n        \"predelle\",\n        \"predespair\",\n        \"ritely\",\n        \"sight\",\n        \"sightedness\",\n        \"sightly\",\n        \"sightlier\",\n        \"sightlily\",\n        \"soberingly\",\n        \"socket\",\n        \"socketed\",\n        \"stared\",\n        \"stares\",\n        \"strangered\",\n        \"tourneyed\",\n        \"unwary\",\n        \"vassalized\",\n        \"velvetiness\",\n        \"vidually\",\n        \"viewably\",\n        \"viewed\",\n        \"viewiest\",\n        \"vigilantly\",\n        \"visible\",\n        \"visibleness\",\n        \"vistamente\",\n        \"vistlik\",\n        \"visualisation\",\n        \"visualization\",\n        \"visualized\",\n        \"visually\",\n        \"wakeless\",\n        \"wyes\",\n        \"wimpled\",\n        \"witjar\",\n        \"wizened\",\n        \"woustour\"\n    ],\n    \"abb\": [\n        \"abbess\"\n    ],\n    \"wezuga\": [\n        \"abbesses\",\n        \"abrade\",\n        \"abray\",\n        \"allatrate\",\n        \"averish\",\n        \"dehematize\",\n        \"deviate\",\n        \"deviates\",\n        \"disinvite\",\n        \"disrelate\",\n        \"dissocialize\",\n        \"echar\",\n        \"elamitish\",\n        \"elude\",\n        \"enlace\",\n        \"escurialize\",\n        \"exclusioner\",\n        \"maunder\",\n        \"unbreast\",\n        \"unsadden\",\n        \"unsay\",\n        \"unslogh\",\n        \"usaunce\"\n    ],\n    \"mmmmmmmmmmmm\": [\n        \"abbevillian\",\n        \"alkylarylsulfonate\",\n        \"amphibichnite\",\n        \"apjohnite\",\n        \"bargelli\",\n        \"blasia\",\n        \"bobbysoxer\",\n        \"bradyauxetic\",\n        \"bradydactylia\",\n        \"bradylexia\",\n        \"bryophyllum\",\n        \"buntline\",\n        \"campagnols\",\n        \"camphanyl\",\n        \"clistothecium\",\n        \"coenoecial\",\n        \"cryophyllite\",\n        \"cryptomonad\",\n        \"cryptomonadina\",\n        \"cryptonymic\",\n        \"crucianella\",\n        \"damkjernite\",\n        \"damonico\",\n        \"dandifying\",\n        \"dandizette\",\n        \"devexity\",\n        \"dicacodyl\",\n        \"diorthotic\",\n        \"doxasticon\",\n        \"dryadic\",\n        \"drusedom\",\n        \"eudesmol\",\n        \"ferdwit\",\n        \"ferritungstite\",\n        \"fjorgyn\",\n        \"flubdub\",\n        \"frithborgh\",\n        \"gantsl\",\n        \"gatsby\",\n        \"gedeckt\",\n        \"gellert\",\n        \"gernitz\",\n        \"ghostier\",\n        \"ghostwrote\",\n        \"gillstoup\",\n        \"gjedost\",\n        \"gjetosts\",\n        \"glasgow\",\n        \"gliocyte\",\n        \"glioma\",\n        \"glyoxim\",\n        \"glissade\",\n        \"glissades\",\n        \"glissandi\",\n        \"glissandos\",\n        \"glissette\",\n        \"gluneamie\",\n        \"gromyl\",\n        \"grucche\",\n        \"herrgrdsost\",\n        \"herzegovinian\",\n        \"hgrnotine\",\n        \"hylean\",\n        \"hyoscyamine\",\n        \"hundredpenny\",\n        \"hutzpas\",\n        \"yamen\",\n        \"yazdegerdian\",\n        \"yockernut\",\n        \"jemmying\",\n        \"limekiln\",\n        \"limnophile\",\n        \"maskmv\",\n        \"mendicancy\",\n        \"mendicancies\",\n        \"merveilleux\",\n        \"mestesos\",\n        \"mestinoes\",\n        \"mico\",\n        \"milldoll\",\n        \"milliemes\",\n        \"millihenry\",\n        \"milliohm\",\n        \"milliohms\",\n        \"milliwatt\",\n        \"mimetesite\",\n        \"morceaux\",\n        \"nainsooks\",\n        \"priedieux\",\n        \"profonde\",\n        \"pseudococcus\",\n        \"pseudocoelome\",\n        \"pseudoerythrin\",\n        \"pseudogeusia\",\n        \"pseudoglottis\",\n        \"pseudogryphus\",\n        \"pseudoromantic\",\n        \"rhabdolith\",\n        \"rhipsalis\",\n        \"rhodophyll\",\n        \"rhomboid\",\n        \"rinceaux\",\n        \"roeblingite\",\n        \"ronggeng\",\n        \"rovescio\",\n        \"roxburghe\",\n        \"rubeoloid\",\n        \"rudesby\",\n        \"ruffians\",\n        \"salicyl\",\n        \"salsola\",\n        \"salvatella\",\n        \"salviol\",\n        \"selsyns\",\n        \"sennit\",\n        \"shannies\",\n        \"sharnbud\",\n        \"sharnbug\",\n        \"sjomil\",\n        \"slackwittedness\",\n        \"slipnoose\",\n        \"suntans\",\n        \"tauchnitz\",\n        \"veldschoenen\",\n        \"veldtschoen\",\n        \"vilayet\",\n        \"waldensian\",\n        \"wamefull\",\n        \"wynd\",\n        \"wynds\",\n        \"winnonish\",\n        \"xenopsylla\",\n        \"xylems\",\n        \"xylenyl\",\n        \"xylyls\",\n        \"zannichellia\"\n    ],\n    \"zaghachi\": [\n        \"abby\",\n        \"aver\",\n        \"avera\",\n        \"bde\",\n        \"counterrefer\",\n        \"countertraverse\",\n        \"postremote\",\n        \"posturise\",\n        \"reanswer\",\n        \"reascend\",\n        \"rebuff\",\n        \"recase\",\n        \"recide\",\n        \"reclined\",\n        \"recomply\",\n        \"recule\",\n        \"recuse\",\n        \"redenigrate\",\n        \"reendorse\",\n        \"reendow\",\n        \"reffed\",\n        \"reffelt\",\n        \"reffing\",\n        \"refly\",\n        \"reforbid\",\n        \"refront\",\n        \"refs\",\n        \"rein\",\n        \"reinvites\",\n        \"relining\",\n        \"remanned\",\n        \"rendezvous\",\n        \"rendezvoused\",\n        \"reniportal\",\n        \"rep\",\n        \"repad\",\n        \"repandly\",\n        \"repartee\",\n        \"repass\",\n        \"repasts\",\n        \"rephonate\",\n        \"repick\",\n        \"replan\",\n        \"reply\",\n        \"replies\",\n        \"replying\",\n        \"replyingly\",\n        \"repr\",\n        \"reprefer\",\n        \"represide\",\n        \"reprice\",\n        \"reproceed\",\n        \"repuddle\",\n        \"repulse\",\n        \"repure\",\n        \"repurge\",\n        \"reqd\",\n        \"respond\",\n        \"respondendum\",\n        \"respondentia\",\n        \"responsable\",\n        \"responsively\",\n        \"restudy\",\n        \"restudied\",\n        \"restward\",\n        \"retable\",\n        \"retinue\",\n        \"retort\",\n        \"rew\",\n        \"rewed\",\n        \"rewedded\",\n        \"reweds\",\n        \"rewend\",\n        \"rewired\",\n        \"rewires\",\n        \"rewish\",\n        \"superselect\",\n        \"zananas\",\n        \"zanyish\"\n    ],\n    \"ụkọchukwu\": [\n        \"abbot\",\n        \"buccocervical\",\n        \"chaplaincy\",\n        \"chaplaincies\",\n        \"chaplainry\",\n        \"chaplainship\",\n        \"clergyman\",\n        \"clergywoman\",\n        \"clericalism\",\n        \"clericalize\",\n        \"clerically\",\n        \"clericism\",\n        \"clericity\",\n        \"clericum\",\n        \"cleridae\",\n        \"ecclesiarch\",\n        \"unecclesiastic\"\n    ],\n    \"ọgbụgba ndụ\": [\n        \"abbotcy\",\n        \"abbotships\",\n        \"avenant\",\n        \"covenance\",\n        \"covenant\",\n        \"covenantal\",\n        \"covenantally\",\n        \"covenantee\",\n        \"covenanting\",\n        \"covenants\",\n        \"covens\",\n        \"ensigncy\",\n        \"intervenant\",\n        \"testamentation\",\n        \"uncovenant\",\n        \"venantes\"\n    ],\n    \"Ndi nzu\": [\n        \"abbots\"\n    ],\n    \"nnweta ihe\": [\n        \"abbotship\",\n        \"accessaryship\",\n        \"cavalierishness\",\n        \"cochairing\",\n        \"homodynamy\",\n        \"iatromechanical\",\n        \"materialization\",\n        \"mortersheen\",\n        \"pickthankness\",\n        \"refractivities\"\n    ],\n    \"nkenke\": [\n        \"abbrev\",\n        \"abbreviator\",\n        \"abbreviature\",\n        \"briefings\",\n        \"briefless\",\n        \"briefness\",\n        \"briefs\",\n        \"clianthus\",\n        \"clipsome\",\n        \"concise\",\n        \"concisely\",\n        \"conciser\",\n        \"concisest\",\n        \"concite\",\n        \"concretely\",\n        \"doggerelize\",\n        \"harrowingness\",\n        \"hexahedral\",\n        \"middlebrows\",\n        \"nutshell\",\n        \"precantation\",\n        \"precisian\",\n        \"precisianism\",\n        \"precision\",\n        \"precisional\",\n        \"precisioner\",\n        \"precisionism\",\n        \"precisionistic\",\n        \"precisions\",\n        \"preciso\",\n        \"precranial\",\n        \"precranially\",\n        \"scirenga\",\n        \"sniptious\",\n        \"succinct\",\n        \"succinctly\",\n        \"succinctness\",\n        \"succinctory\",\n        \"unbrief\"\n    ],\n    \"edebiri\": [\n        \"abbreviate\",\n        \"abbreviates\",\n        \"abbreviating\",\n        \"reabbreviate\",\n        \"reabbreviates\",\n        \"reabbreviating\"\n    ],\n    \"edebiri na\": [\n        \"abbreviated\",\n        \"abbreviately\",\n        \"reabbreviated\"\n    ],\n    \"ndebiri\": [\n        \"abbreviation\",\n        \"abbreviatory\",\n        \"abbreviators\",\n        \"intonations\",\n        \"misprint\",\n        \"templar\",\n        \"templary\",\n        \"templars\",\n        \"template\",\n        \"templates\",\n        \"templet\",\n        \"templets\",\n        \"templize\",\n        \"tempuras\",\n        \"typos\",\n        \"unabbreviated\"\n    ],\n    \"mkpirisi\": [\n        \"abbreviations\",\n        \"abridgments\",\n        \"abstrusest\",\n        \"clipei\",\n        \"clipeus\",\n        \"clippings\",\n        \"cliques\",\n        \"cliquism\",\n        \"clival\",\n        \"ostringer\",\n        \"prisiadka\",\n        \"shortener\",\n        \"shorteners\",\n        \"shortenings\",\n        \"shorthand\",\n        \"shortheels\",\n        \"shortwave\",\n        \"shortwaves\",\n        \"slurs\",\n        \"snip\",\n        \"tensure\",\n        \"unshort\",\n        \"unspasmodic\"\n    ],\n    \"abscissa\": [\n        \"abcissa\"\n    ],\n    \"nwachukwu\": [\n        \"abcoulomb\",\n        \"amphiprostylar\",\n        \"balderdash\",\n        \"baldhead\",\n        \"baldmoney\",\n        \"bismarckian\",\n        \"bodock\",\n        \"boomkins\",\n        \"boshboks\",\n        \"bouchon\",\n        \"bratstva\",\n        \"caccabis\",\n        \"cacimbos\",\n        \"cacochylia\",\n        \"cacodyl\",\n        \"cajeput\",\n        \"cajeputol\",\n        \"capias\",\n        \"capybaras\",\n        \"cappagh\",\n        \"caproyl\",\n        \"capsomer\",\n        \"capsomere\",\n        \"cassaba\",\n        \"cassady\",\n        \"cassidoine\",\n        \"cassidulina\",\n        \"cassina\",\n        \"cassytha\",\n        \"catachresti\",\n        \"catacomb\",\n        \"catacorolla\",\n        \"catadioptric\",\n        \"catadrome\",\n        \"catatoniac\",\n        \"catenoid\",\n        \"caudillo\",\n        \"caudillos\",\n        \"cavalla\",\n        \"caxton\",\n        \"caxtonian\",\n        \"cetacea\",\n        \"cetylene\",\n        \"ciliferous\",\n        \"cinofoil\",\n        \"cistophori\",\n        \"cnidoscolus\",\n        \"coadmit\",\n        \"coolwort\",\n        \"dictamen\",\n        \"dictyonina\",\n        \"epidendron\",\n        \"epithelioma\",\n        \"euchrome\",\n        \"fido\",\n        \"fylfot\",\n        \"fylfots\",\n        \"fitzroya\",\n        \"flacks\",\n        \"gallygaskins\",\n        \"galloflavin\",\n        \"yamshik\",\n        \"yatvyag\",\n        \"instr\",\n        \"jacksnipe\",\n        \"jumpsuit\",\n        \"katchung\",\n        \"katogle\",\n        \"kette\",\n        \"kitysol\",\n        \"knavess\",\n        \"kvasses\",\n        \"lasagna\",\n        \"laspeyresia\",\n        \"lassockie\",\n        \"maxilliped\",\n        \"mikvoth\",\n        \"myoporad\",\n        \"myositic\",\n        \"momordica\",\n        \"muscovitize\",\n        \"nichil\",\n        \"nychthemeron\",\n        \"nirvanic\",\n        \"pachyacria\",\n        \"pachyotia\",\n        \"padrona\",\n        \"pahlavi\",\n        \"pahlevi\",\n        \"pfennigs\",\n        \"philharmonic\",\n        \"philhymnic\",\n        \"phillyrin\",\n        \"phrenicocolic\",\n        \"phrenicocostal\",\n        \"phrenicosplenic\",\n        \"phrenosplenic\",\n        \"pyrenolichen\",\n        \"pyrotechnical\",\n        \"plaidie\",\n        \"quagmiry\",\n        \"quiangan\",\n        \"quidnunc\",\n        \"quillajic\",\n        \"quinellas\",\n        \"quinoyl\",\n        \"quinolyl\",\n        \"quinonyl\",\n        \"quinova\",\n        \"quinovic\",\n        \"quinovin\",\n        \"quinoxalyl\",\n        \"quinsywort\",\n        \"quirinalia\",\n        \"rhotacize\",\n        \"sagenite\",\n        \"sagittarius\",\n        \"securicornate\",\n        \"securifer\",\n        \"securiform\",\n        \"sirenoid\",\n        \"syssiderite\",\n        \"skipjack\",\n        \"snottie\",\n        \"teabox\",\n        \"tinkliest\",\n        \"tinsmithy\",\n        \"vitascopic\",\n        \"viticetum\",\n        \"vitraux\",\n        \"wansith\"\n    ],\n    \"Abid\": [\n        \"abd\"\n    ],\n    \"Uchenna\": [\n        \"abdat\",\n        \"ainsell\",\n        \"auspex\",\n        \"brian\",\n        \"brucia\",\n        \"cevennian\",\n        \"craspedon\",\n        \"frisson\",\n        \"gelsemin\",\n        \"grewia\",\n        \"juvenilia\",\n        \"kazatsky\",\n        \"linoxyn\",\n        \"liszt\",\n        \"lrecl\",\n        \"lucentio\",\n        \"menevian\",\n        \"merovingian\",\n        \"mesian\",\n        \"parenchymous\",\n        \"parennece\",\n        \"parnassian\",\n        \"paronymy\",\n        \"peltandra\",\n        \"pensived\",\n        \"pilliwinks\",\n        \"pratensian\",\n        \"prenaris\",\n        \"ruellia\",\n        \"schmeiss\",\n        \"schmelz\",\n        \"schmitz\",\n        \"schnoz\",\n        \"slovenian\",\n        \"slovenry\",\n        \"sovrans\",\n        \"spanspek\",\n        \"spirobranchia\",\n        \"spirodela\",\n        \"sraddha\",\n        \"svedberg\",\n        \"sweenies\",\n        \"tarkhan\",\n        \"trochantinian\",\n        \"tzarevich\",\n        \"tzarevitch\",\n        \"zitherns\"\n    ],\n    \"Abderian\": [\n        \"abderian\"\n    ],\n    \"Abderite\": [\n        \"abderite\"\n    ],\n    \"eriri afọ\": [\n        \"abdest\",\n        \"abdominales\",\n        \"angstrom\",\n        \"angstroms\",\n        \"angustirostrate\",\n        \"bellybutton\",\n        \"belve\",\n        \"bladdernose\",\n        \"bottomry\",\n        \"bottstick\",\n        \"bowditch\",\n        \"bowel\",\n        \"bowelless\",\n        \"bowels\",\n        \"bowet\",\n        \"bowleg\",\n        \"bowlegs\",\n        \"bowles\",\n        \"bowlin\",\n        \"bowline\",\n        \"bowlines\",\n        \"bowpin\",\n        \"bowpot\",\n        \"bowssen\",\n        \"bowstave\",\n        \"bowstring\",\n        \"bowstringed\",\n        \"bowstringing\",\n        \"bowstrings\",\n        \"cercle\",\n        \"cervine\",\n        \"cervuline\",\n        \"coagency\",\n        \"coagulatory\",\n        \"coagulum\",\n        \"coaltitude\",\n        \"cobitis\",\n        \"cocircular\",\n        \"coelin\",\n        \"coenesthesia\",\n        \"coenesthesis\",\n        \"cognominal\",\n        \"cointension\",\n        \"colon\",\n        \"colonels\",\n        \"colonette\",\n        \"colonitis\",\n        \"colonnette\",\n        \"constellating\",\n        \"corditis\",\n        \"corectomy\",\n        \"coronels\",\n        \"coulometry\",\n        \"coulometric\",\n        \"diapedeses\",\n        \"entrails\",\n        \"entrains\",\n        \"fitroot\",\n        \"gallbladder\",\n        \"ganglioplexus\",\n        \"gastornithidae\",\n        \"gastrelcosis\",\n        \"gastroadenitis\",\n        \"gastroanastomosis\",\n        \"gastroarthritis\",\n        \"gastroatonia\",\n        \"gastroatrophia\",\n        \"gastroblennorrhea\",\n        \"gastrocatarrhal\",\n        \"gastrocele\",\n        \"gastrochaena\",\n        \"gastrocystic\",\n        \"gastrocystis\",\n        \"gastrocnemial\",\n        \"gastrocoele\",\n        \"gastrocolic\",\n        \"gastrocolostomy\",\n        \"gastrocolotomy\",\n        \"gastrocolpotomy\",\n        \"gastrodermal\",\n        \"gastrodermis\",\n        \"gastrodialysis\",\n        \"gastrodidymus\",\n        \"gastrodisc\",\n        \"gastroelytrotomy\",\n        \"gastroenteralgia\",\n        \"gastroenteric\",\n        \"gastroenteritic\",\n        \"gastroenteritis\",\n        \"gastroenterocolitis\",\n        \"gastroenterologic\",\n        \"gastroenteroptosis\",\n        \"gastroenterostomy\",\n        \"gastroenterostomies\",\n        \"gastroenterotomy\",\n        \"gastroepiploic\",\n        \"gastroesophageal\",\n        \"gastrograph\",\n        \"gastrohelcosis\",\n        \"gastrohepatic\",\n        \"gastrohepatitis\",\n        \"gastrohydrorrhea\",\n        \"gastrohyperneuria\",\n        \"gastrohypertonic\",\n        \"gastrohysterectomy\",\n        \"gastrohysteropexy\",\n        \"gastrohysterotomy\",\n        \"gastrointestinal\",\n        \"gastrojejunal\",\n        \"gastrojejunostomies\",\n        \"gastrolater\",\n        \"gastrolavage\",\n        \"gastrolienal\",\n        \"gastrolysis\",\n        \"gastronephritis\",\n        \"gastronomic\",\n        \"gastroparietal\",\n        \"gastropexy\",\n        \"gastrophrenic\",\n        \"gastrophthisis\",\n        \"gastroplasty\",\n        \"gastroplenic\",\n        \"gastropleuritis\",\n        \"gastropod\",\n        \"gastropulmonary\",\n        \"gastropulmonic\",\n        \"gastrospasm\",\n        \"gastrostegal\",\n        \"gastrostege\",\n        \"gastrosuccorrhea\",\n        \"gastrotaxis\",\n        \"gastrotheca\",\n        \"gastrothecal\",\n        \"gastrotympanites\",\n        \"gastrotome\",\n        \"gastrotomy\",\n        \"gastrotomic\",\n        \"gastrotomies\",\n        \"gastrotrich\",\n        \"gastrotricha\",\n        \"gastrotrichan\",\n        \"gastrotubotomy\",\n        \"gastroxynsis\",\n        \"gutless\",\n        \"gutlike\",\n        \"gutnic\",\n        \"guttation\",\n        \"gutterblood\",\n        \"guttery\",\n        \"guttersnipe\",\n        \"guttersnipes\",\n        \"guttersnipish\",\n        \"guttiform\",\n        \"guttular\",\n        \"guttural\",\n        \"gutturalisation\",\n        \"gutturalise\",\n        \"gutturalised\",\n        \"gutturalising\",\n        \"gutturality\",\n        \"gutturalization\",\n        \"gutturalizing\",\n        \"gutturalness\",\n        \"gutturals\",\n        \"gutturine\",\n        \"gutturize\",\n        \"incontinence\",\n        \"intestable\",\n        \"intestacies\",\n        \"intestate\",\n        \"intestation\",\n        \"intestinal\",\n        \"intestinally\",\n        \"intestine\",\n        \"intestineness\",\n        \"intestines\",\n        \"intestiniform\",\n        \"intraline\",\n        \"intussusception\",\n        \"intwines\",\n        \"lanital\",\n        \"ligator\",\n        \"ligatory\",\n        \"lignose\",\n        \"ligurrition\",\n        \"limbuses\",\n        \"linefeeds\",\n        \"noncorpuscular\",\n        \"obstet\",\n        \"postintestinal\",\n        \"subintestinal\",\n        \"ulnocarpal\",\n        \"umbracle\",\n        \"uncontinence\",\n        \"uncontinent\",\n        \"ureterointestinal\",\n        \"urethra\",\n        \"urethral\",\n        \"urticales\",\n        \"urticastrum\",\n        \"uterointestinal\"\n    ],\n    \"ihe a na-eme\": [\n        \"abdicable\"\n    ],\n    \"etuto\": [\n        \"abdicant\",\n        \"abdicative\",\n        \"abditive\",\n        \"abscess\",\n        \"abscessed\",\n        \"abscesses\",\n        \"abscessing\",\n        \"abscession\",\n        \"abscessroot\",\n        \"amoraic\",\n        \"blistered\",\n        \"bogled\",\n        \"disordained\",\n        \"disorientating\",\n        \"disorienting\",\n        \"ethiopic\",\n        \"etiolation\",\n        \"phlegmon\",\n        \"pimpled\",\n        \"pimples\",\n        \"spicated\",\n        \"tottered\",\n        \"tumeric\",\n        \"tumidities\",\n        \"tumion\",\n        \"tumored\",\n        \"tumulation\",\n        \"uncore\",\n        \"uncorrupt\",\n        \"uncurb\"\n    ],\n    \"itughari\": [\n        \"abdicate\",\n        \"adglutinate\",\n        \"admortization\",\n        \"agglutinate\",\n        \"argify\",\n        \"baffle\",\n        \"bescrawl\",\n        \"centuplication\",\n        \"coindicate\",\n        \"conusee\",\n        \"coradicate\",\n        \"cursive\",\n        \"deturpate\",\n        \"dialyze\",\n        \"dichotomize\",\n        \"dilute\",\n        \"diluviate\",\n        \"dipsey\",\n        \"discorporate\",\n        \"disoxidate\",\n        \"distream\",\n        \"dithionate\",\n        \"dithionic\",\n        \"ensorcerize\",\n        \"eosate\",\n        \"epitomise\",\n        \"epitomize\",\n        \"esoterize\",\n        \"glummer\",\n        \"interbreeding\",\n        \"interfold\",\n        \"intergrow\",\n        \"intergrowth\",\n        \"intermell\",\n        \"interpolable\",\n        \"interpolate\",\n        \"interthreading\",\n        \"maffle\",\n        \"medalling\",\n        \"misexplicate\",\n        \"mistranslate\",\n        \"mistranslated\",\n        \"nugify\",\n        \"phlogosed\",\n        \"pretranslated\",\n        \"rebeat\",\n        \"reinterpret\",\n        \"reproject\",\n        \"revivify\",\n        \"singularize\",\n        \"transliterate\",\n        \"transliterated\",\n        \"transliterating\",\n        \"transliteration\",\n        \"tumulate\",\n        \"unbundling\",\n        \"undine\",\n        \"unreave\",\n        \"unsloughing\",\n        \"unstoicize\",\n        \"unvoyaging\",\n        \"valorized\",\n        \"zeolitize\"\n    ],\n    \"na-atụgharị\": [\n        \"abdicates\",\n        \"alderling\",\n        \"alligating\",\n        \"apeling\",\n        \"balloting\",\n        \"birching\",\n        \"craning\",\n        \"frouncing\",\n        \"guising\",\n        \"impugning\",\n        \"interlayering\",\n        \"interloping\",\n        \"izing\",\n        \"pandering\",\n        \"permuting\",\n        \"picnicking\",\n        \"plying\",\n        \"positing\",\n        \"prawning\",\n        \"quinovate\",\n        \"quintuplicating\",\n        \"quipping\",\n        \"reding\",\n        \"snaring\",\n        \"snifting\",\n        \"spading\",\n        \"spragging\",\n        \"straggling\",\n        \"unbadgering\",\n        \"upfling\",\n        \"upflinging\",\n        \"waifing\"\n    ],\n    \"na-ekwupụta\": [\n        \"abdicating\",\n        \"abidingly\",\n        \"abutters\",\n        \"abutting\",\n        \"affying\",\n        \"affing\",\n        \"affricative\",\n        \"beaning\",\n        \"behoving\",\n        \"belauding\",\n        \"beveling\",\n        \"confabulates\",\n        \"confers\",\n        \"confides\",\n        \"conflates\",\n        \"cooing\",\n        \"declaiming\",\n        \"declares\",\n        \"declaring\",\n        \"defusing\",\n        \"deictical\",\n        \"denuding\",\n        \"derogatively\",\n        \"expresses\",\n        \"expressing\",\n        \"gelling\",\n        \"insinuates\",\n        \"iterates\",\n        \"obnouncing\",\n        \"shoful\",\n        \"tellurizing\"\n    ],\n    \"ihe nkwụnye\": [\n        \"abdicator\",\n        \"pluggers\",\n        \"singlesticker\",\n        \"stickhandler\",\n        \"tensors\"\n    ],\n    \"Abịa\": [\n        \"abditory\"\n    ],\n    \"afo\": [\n        \"abdom\",\n        \"afoot\",\n        \"blad\",\n        \"guts\",\n        \"stomion\"\n    ],\n    \"afọ\": [\n        \"abdomen\",\n        \"abdomens\",\n        \"abdominal\",\n        \"age\",\n        \"ageable\",\n        \"agedly\",\n        \"agednesses\",\n        \"ageings\",\n        \"ageisms\",\n        \"ageists\",\n        \"ages\",\n        \"amasthenic\",\n        \"annaly\",\n        \"annaline\",\n        \"annalistically\",\n        \"annard\",\n        \"annary\",\n        \"annas\",\n        \"annat\",\n        \"annates\",\n        \"annats\",\n        \"annatto\",\n        \"annelides\",\n        \"annelidous\",\n        \"annelids\",\n        \"annelism\",\n        \"annet\",\n        \"annette\",\n        \"annie\",\n        \"anniversariness\",\n        \"annueller\",\n        \"annuisance\",\n        \"annuitants\",\n        \"annuities\",\n        \"annular\",\n        \"annulary\",\n        \"annularity\",\n        \"annulations\",\n        \"annuli\",\n        \"annuluses\",\n        \"annus\",\n        \"ates\",\n        \"auburns\",\n        \"ava\",\n        \"belies\",\n        \"belly\",\n        \"bellies\",\n        \"bellyman\",\n        \"bellypiece\",\n        \"calescence\",\n        \"cannabin\",\n        \"cannabins\",\n        \"cannabis\",\n        \"coothay\",\n        \"coseasonal\",\n        \"decenaries\",\n        \"decennary\",\n        \"decennaries\",\n        \"decennials\",\n        \"declensions\",\n        \"deek\",\n        \"degelation\",\n        \"elations\",\n        \"eons\",\n        \"erastus\",\n        \"fernyear\",\n        \"focalisation\",\n        \"gast\",\n        \"gutser\",\n        \"gutsily\",\n        \"holsteins\",\n        \"yeanlings\",\n        \"year\",\n        \"yeara\",\n        \"yearbird\",\n        \"yeard\",\n        \"yearday\",\n        \"yeared\",\n        \"yearends\",\n        \"yearlies\",\n        \"yearling\",\n        \"yearlings\",\n        \"yearlong\",\n        \"yearner\",\n        \"yearners\",\n        \"years\",\n        \"yearth\",\n        \"yecchy\",\n        \"yechy\",\n        \"yeelin\",\n        \"yeelins\",\n        \"yeldring\",\n        \"yender\",\n        \"yengees\",\n        \"yens\",\n        \"yeomanries\",\n        \"yeorling\",\n        \"yestreen\",\n        \"yirrs\",\n        \"indiges\",\n        \"indigestive\",\n        \"infumation\",\n        \"yodeling\",\n        \"yodhs\",\n        \"yolden\",\n        \"yoldring\",\n        \"yperite\",\n        \"juvenate\",\n        \"juvenescent\",\n        \"muons\",\n        \"nares\",\n        \"neons\",\n        \"phaenantherous\",\n        \"plasteriness\",\n        \"preteens\",\n        \"puberties\",\n        \"qantar\",\n        \"sannops\",\n        \"satedness\",\n        \"satiates\",\n        \"stomach\",\n        \"stomachous\",\n        \"stomachs\",\n        \"stomack\",\n        \"suffection\",\n        \"sulea\",\n        \"tautens\",\n        \"tercentennial\",\n        \"tumescent\"\n    ],\n    \"Uchenna Onyekwere\": [\n        \"abdomina\",\n        \"abdominalian\",\n        \"carryalls\",\n        \"chesterfieldian\",\n        \"cryoplankton\",\n        \"crossopterygian\",\n        \"czarowitz\",\n        \"harlequinesque\",\n        \"kapellmeister\",\n        \"lissotrichan\",\n        \"lissotrichy\",\n        \"norridgewock\",\n        \"schmaltziest\",\n        \"schmalziest\",\n        \"shathmont\",\n        \"syssarcosic\",\n        \"soreddia\",\n        \"trencherman\",\n        \"unvaletudinary\",\n        \"valetudinary\"\n    ],\n    \"Udochukwu\": [\n        \"abdominalia\",\n        \"aboideaux\",\n        \"accidia\",\n        \"adoretus\",\n        \"aprosexia\",\n        \"awhirl\",\n        \"belfried\",\n        \"bemartyr\",\n        \"bersaglieri\",\n        \"berserk\",\n        \"berserker\",\n        \"bevelling\",\n        \"bistroic\",\n        \"blakeberyed\",\n        \"boudoir\",\n        \"bradawls\",\n        \"bremsstrahlung\",\n        \"brevicauda\",\n        \"brisbane\",\n        \"chelaship\",\n        \"cheliferous\",\n        \"cladocarpous\",\n        \"cleidoic\",\n        \"cleistogeny\",\n        \"cleithrum\",\n        \"clepsydra\",\n        \"clepsydrae\",\n        \"clepsydras\",\n        \"climacus\",\n        \"clinocephalus\",\n        \"cowlitz\",\n        \"cryogens\",\n        \"cryosurgeon\",\n        \"crl\",\n        \"croatian\",\n        \"dacoited\",\n        \"dasylirion\",\n        \"decemplex\",\n        \"devocalising\",\n        \"dichlone\",\n        \"dysaesthetic\",\n        \"droshky\",\n        \"dualist\",\n        \"escadrilles\",\n        \"griselda\",\n        \"yellowshank\",\n        \"jophiel\",\n        \"klephtism\",\n        \"leningrad\",\n        \"lysate\",\n        \"luffed\",\n        \"medicks\",\n        \"mediterrane\",\n        \"mesopleura\",\n        \"monostrophe\",\n        \"monovariant\",\n        \"monseignevr\",\n        \"neddy\",\n        \"pawnbroking\",\n        \"peltogaster\",\n        \"plainswomen\",\n        \"pleurenchymatous\",\n        \"pleurorrhea\",\n        \"plexippus\",\n        \"plicidentine\",\n        \"pliopithecus\",\n        \"ploughboy\",\n        \"praesidia\",\n        \"putrefying\",\n        \"scelerat\",\n        \"scolopendra\",\n        \"scolopendrid\",\n        \"scolopendriform\",\n        \"scuppaug\",\n        \"scuttled\",\n        \"shadchen\",\n        \"shoshonean\",\n        \"skedaddler\",\n        \"skerret\",\n        \"skibobbing\",\n        \"skildfel\",\n        \"skraeling\",\n        \"skreighing\",\n        \"slackwitted\",\n        \"slathered\",\n        \"slepez\",\n        \"slyest\",\n        \"sorbosid\",\n        \"sorbus\",\n        \"sordidly\",\n        \"sordino\",\n        \"speldron\",\n        \"spireme\",\n        \"spirobranchiate\",\n        \"spirochaetae\",\n        \"spirochaete\",\n        \"spitchcocked\",\n        \"sprechstimme\",\n        \"strelitzi\",\n        \"studdery\",\n        \"swooningly\",\n        \"tawdrily\",\n        \"tomboyful\",\n        \"tomboyish\",\n        \"twalpenny\",\n        \"twiscar\",\n        \"underfreight\",\n        \"unperspiring\",\n        \"unsnarls\",\n        \"untorrid\",\n        \"untrussed\",\n        \"uptossing\",\n        \"utopiast\",\n        \"vejoz\",\n        \"vesperian\",\n        \"vespering\",\n        \"vestryhood\",\n        \"vindicatress\",\n        \"viverrids\",\n        \"whimbrel\",\n        \"whitterick\",\n        \"whittler\",\n        \"whittling\",\n        \"whittlings\",\n        \"wimbrel\",\n        \"witling\"\n    ],\n    \"n'ihe niile\": [\n        \"abdominally\"\n    ],\n    \"eriri afo\": [\n        \"abdominoanterior\",\n        \"bladder\",\n        \"bladderet\",\n        \"bladdery\",\n        \"bladderless\",\n        \"bladdernut\",\n        \"bladderpod\",\n        \"bladders\",\n        \"bladderwrack\"\n    ],\n    \"afọ ime afọ\": [\n        \"abdominocardiac\"\n    ],\n    \"ntekegbeji\": [\n        \"abdominocentesis\"\n    ],\n    \"afọdinaicystic\": [\n        \"abdominocystic\"\n    ],\n    \"Akpabiogenital\": [\n        \"abdominogenital\"\n    ],\n    \"inokpàkpinokpinoinoinoinoinoinoinoinoinoinoinoinoinoinoinoinoinoinoinoinoino\": [\n        \"abdominohysterectomy\"\n    ],\n    \"inokpàkpinokpinoinoino .inoinoinoinoinoinoinoinoinoinoinoinoinoinoinoinoinoinoinoinoinoino\": [\n        \"abdominohysterotomy\"\n    ],\n    \"Akpabioposterior\": [\n        \"abdominoposterior\"\n    ],\n    \"nweze\": [\n        \"abdominoscope\",\n        \"beclouds\",\n        \"bilskirnir\",\n        \"crocodylus\",\n        \"muskellunge\",\n        \"pluriaxial\",\n        \"plurivalve\",\n        \"skitswish\",\n        \"urushiols\",\n        \"zeuglodont\",\n        \"zeugmatic\"\n    ],\n    \"nwekozie\": [\n        \"abdominoscopy\"\n    ],\n    \"Ikenna Ojukwu\": [\n        \"abdominothoracic\",\n        \"belshazzaresque\",\n        \"certosino\",\n        \"cezannesque\",\n        \"ferrosilicon\",\n        \"gipsyesque\",\n        \"plastodynamic\",\n        \"rudinsky\",\n        \"sticharion\"\n    ],\n    \"afụla\": [\n        \"abdominous\"\n    ],\n    \"Akpabiovaginal\": [\n        \"abdominovaginal\"\n    ],\n    \"Akpatives\": [\n        \"abdominovesical\"\n    ],\n    \"atọrọ\": [\n        \"abduce\",\n        \"abduced\",\n        \"abduct\",\n        \"ataentsic\",\n        \"atwind\",\n        \"loosely\",\n        \"looses\",\n        \"upwind\"\n    ],\n    \"na-agbada\": [\n        \"abducens\",\n        \"bludgeoning\",\n        \"bottomed\",\n        \"cylindrically\",\n        \"crumblier\",\n        \"crumbling\",\n        \"declines\",\n        \"declining\",\n        \"decreasing\",\n        \"decreasingly\",\n        \"decreers\",\n        \"decrepitating\",\n        \"demising\",\n        \"depthing\",\n        \"deranging\",\n        \"deratting\",\n        \"descanting\",\n        \"descends\",\n        \"detentes\",\n        \"diminuting\",\n        \"dimitting\",\n        \"disentitling\",\n        \"downfalling\",\n        \"downlying\",\n        \"downsizes\",\n        \"downsizing\",\n        \"downswing\",\n        \"downtrampling\",\n        \"drolling\",\n        \"drollingly\",\n        \"drooling\",\n        \"ebbing\",\n        \"elisabeth\",\n        \"escarping\",\n        \"fadges\",\n        \"fading\",\n        \"fallowing\",\n        \"gloomingly\",\n        \"haunches\",\n        \"lessening\",\n        \"lessoning\",\n        \"lowed\",\n        \"loweite\",\n        \"lowerer\",\n        \"lowes\",\n        \"lowings\",\n        \"overthwartwise\",\n        \"plungy\",\n        \"plungingness\",\n        \"quaying\",\n        \"recolors\",\n        \"relieving\",\n        \"relievingly\",\n        \"rushees\",\n        \"shrilling\",\n        \"shrrinkng\",\n        \"squibling\",\n        \"subascending\",\n        \"subtends\",\n        \"swaggering\",\n        \"tottering\",\n        \"totting\",\n        \"undercasing\",\n        \"underdealing\",\n        \"underdrawing\",\n        \"wrenchingly\"\n    ],\n    \"abedu\": [\n        \"abducent\"\n    ],\n    \"Ọdịmma\": [\n        \"abducentes\",\n        \"ameliorableness\",\n        \"aregenerative\",\n        \"deorsumvergence\",\n        \"dexterity\",\n        \"dexterousness\",\n        \"indexterity\",\n        \"lychnomancy\",\n        \"lignifications\",\n        \"prosyllogism\",\n        \"prosyndicalism\",\n        \"prosodal\",\n        \"superactiveness\"\n    ],\n    \"na-apụnara mmadụ ihe\": [\n        \"abduces\",\n        \"abducts\",\n        \"despoils\",\n        \"extorted\",\n        \"hijacks\",\n        \"looting\",\n        \"outcursing\",\n        \"pillager\",\n        \"plundering\",\n        \"robins\",\n        \"robinson\",\n        \"snatching\",\n        \"snatchingly\"\n    ],\n    \"na-egosi\": [\n        \"abducing\",\n        \"adverbially\",\n        \"appearing\",\n        \"appears\",\n        \"banting\",\n        \"basiating\",\n        \"bateful\",\n        \"betides\",\n        \"carpingly\",\n        \"certifies\",\n        \"cleating\",\n        \"coappearing\",\n        \"confirms\",\n        \"connotes\",\n        \"cueing\",\n        \"demonstrating\",\n        \"depersonalising\",\n        \"depersonalizes\",\n        \"depersonalizing\",\n        \"depictive\",\n        \"designates\",\n        \"designatory\",\n        \"elicits\",\n        \"esterifies\",\n        \"esterizing\",\n        \"evidencing\",\n        \"fairgoing\",\n        \"hummingly\",\n        \"illustrates\",\n        \"impersonalising\",\n        \"impersonates\",\n        \"impersonating\",\n        \"implying\",\n        \"imputing\",\n        \"indicates\",\n        \"indicating\",\n        \"indications\",\n        \"indicative\",\n        \"indicatory\",\n        \"indicting\",\n        \"indictive\",\n        \"interindicating\",\n        \"marksmanly\",\n        \"matriculates\",\n        \"matronizing\",\n        \"matterative\",\n        \"maturating\",\n        \"maturative\",\n        \"matures\",\n        \"meninting\",\n        \"misliker\",\n        \"misquotes\",\n        \"mystifyingly\",\n        \"nontinted\",\n        \"omnifying\",\n        \"opsonifies\",\n        \"ossifies\",\n        \"overexpose\",\n        \"overexposes\",\n        \"paradropping\",\n        \"plyingly\",\n        \"preconizing\",\n        \"predemonstrative\",\n        \"predischarged\",\n        \"predisplay\",\n        \"predisputed\",\n        \"predrawing\",\n        \"preenacting\",\n        \"preidentifying\",\n        \"preindicating\",\n        \"preopposing\",\n        \"preshowing\",\n        \"presupplicating\",\n        \"pretesting\",\n        \"pretreating\",\n        \"previolating\",\n        \"proofful\",\n        \"prorates\",\n        \"prorating\",\n        \"provent\",\n        \"provers\",\n        \"proves\",\n        \"providential\",\n        \"proving\",\n        \"provingly\",\n        \"prows\",\n        \"radicating\",\n        \"recrudescing\",\n        \"reifies\",\n        \"reindicating\",\n        \"renotifies\",\n        \"revindicating\",\n        \"rusticating\",\n        \"showd\",\n        \"showful\",\n        \"showing\",\n        \"shows\",\n        \"sigillative\",\n        \"signaling\",\n        \"signalising\",\n        \"signalizing\",\n        \"signalling\",\n        \"signance\",\n        \"signifies\",\n        \"signifying\",\n        \"signposting\",\n        \"symbolling\",\n        \"skylining\",\n        \"spoking\",\n        \"subindicating\",\n        \"subindication\",\n        \"sublustrously\",\n        \"subornative\",\n        \"substantializing\",\n        \"substantiates\",\n        \"substantiating\",\n        \"substantivizing\",\n        \"subvenes\",\n        \"suggestable\",\n        \"suggestibly\",\n        \"suggestingly\",\n        \"suggestively\",\n        \"tendinous\",\n        \"tendonous\",\n        \"typifying\",\n        \"undersupplying\",\n        \"verbalizes\",\n        \"verbifies\",\n        \"vindicative\",\n        \"vulcanised\",\n        \"wisking\"\n    ],\n    \"tọọrọ\": [\n        \"abducted\",\n        \"abductor\",\n        \"hijacked\",\n        \"kidnaped\",\n        \"kidnapped\",\n        \"kidnappee\",\n        \"unkidnapped\"\n    ],\n    \"mgbatị\": [\n        \"abducting\",\n        \"aggelation\",\n        \"agisting\",\n        \"agistment\",\n        \"anteflexion\",\n        \"anuses\",\n        \"bepat\",\n        \"casting\",\n        \"cercus\",\n        \"cymation\",\n        \"contractional\",\n        \"contractionist\",\n        \"contraflexure\",\n        \"disponent\",\n        \"distention\",\n        \"excression\",\n        \"excussion\",\n        \"exeresis\",\n        \"exorbitation\",\n        \"extensum\",\n        \"gygis\",\n        \"gymel\",\n        \"gymkhana\",\n        \"gymmal\",\n        \"gymnanthous\",\n        \"gymnarchus\",\n        \"gymnic\",\n        \"gymnodont\",\n        \"gymnonoti\",\n        \"gymnorhininae\",\n        \"gymnotid\",\n        \"gymnotokous\",\n        \"gymnotus\",\n        \"gymnure\",\n        \"gyms\",\n        \"gynaeceum\",\n        \"gype\",\n        \"gyrant\",\n        \"gyration\",\n        \"gyrational\",\n        \"gyrators\",\n        \"gyrectomy\",\n        \"gyric\",\n        \"gyrons\",\n        \"gyrous\",\n        \"groundskeep\",\n        \"hymenopteran\",\n        \"hymenopttera\",\n        \"hyperactively\",\n        \"indienne\",\n        \"inexertion\",\n        \"offuscation\",\n        \"prosthodontics\",\n        \"raggies\",\n        \"sparadrap\",\n        \"upcushion\",\n        \"worcester\",\n        \"workouts\",\n        \"wormproof\"\n    ],\n    \"ntinye\": [\n        \"abduction\",\n        \"abjunction\",\n        \"abroach\",\n        \"adduction\",\n        \"aerifaction\",\n        \"aerification\",\n        \"affiancing\",\n        \"bespatterment\",\n        \"contributiveness\",\n        \"counterspies\",\n        \"debituminization\",\n        \"dedicature\",\n        \"devirgination\",\n        \"devocation\",\n        \"devotion\",\n        \"digressions\",\n        \"downplaying\",\n        \"electrowinning\",\n        \"emargination\",\n        \"empoisoning\",\n        \"encodement\",\n        \"engenderment\",\n        \"engreen\",\n        \"entablement\",\n        \"entonement\",\n        \"entrancement\",\n        \"entrancements\",\n        \"entranceway\",\n        \"entrancing\",\n        \"entrapments\",\n        \"entrenchments\",\n        \"entry\",\n        \"entryway\",\n        \"entryways\",\n        \"equiparation\",\n        \"equipollency\",\n        \"imput\",\n        \"inapplication\",\n        \"inauration\",\n        \"incameration\",\n        \"incrotchet\",\n        \"induement\",\n        \"induplication\",\n        \"induplicative\",\n        \"induration\",\n        \"indurations\",\n        \"induvial\",\n        \"inertion\",\n        \"inez\",\n        \"inflection\",\n        \"inkpots\",\n        \"inletting\",\n        \"input\",\n        \"inputs\",\n        \"inputting\",\n        \"inserter\",\n        \"insertion\",\n        \"insertional\",\n        \"insertions\",\n        \"inserviceable\",\n        \"inservient\",\n        \"insignment\",\n        \"instyle\",\n        \"instillation\",\n        \"insubmission\",\n        \"intebreeding\",\n        \"intercuts\",\n        \"interdivision\",\n        \"interfacer\",\n        \"interfederation\",\n        \"interfiltrating\",\n        \"interfiltration\",\n        \"interfinger\",\n        \"intermention\",\n        \"interosculation\",\n        \"interplant\",\n        \"interplanting\",\n        \"interplication\",\n        \"intersession\",\n        \"interspersions\",\n        \"intersubstitution\",\n        \"intervenor\",\n        \"inthronization\",\n        \"intro\",\n        \"introfaction\",\n        \"introfies\",\n        \"introit\",\n        \"introject\",\n        \"introjection\",\n        \"introjective\",\n        \"introrse\",\n        \"introsuction\",\n        \"introtraction\",\n        \"introvertedness\",\n        \"introvision\",\n        \"introvolution\",\n        \"issuances\",\n        \"lection\",\n        \"lignification\",\n        \"minification\",\n        \"nigrification\",\n        \"nipping\",\n        \"nitridation\",\n        \"nitriding\",\n        \"nitridization\",\n        \"nitrification\",\n        \"nonattachment\",\n        \"nonduplication\",\n        \"nonfermentative\",\n        \"ottinger\",\n        \"penetrancy\",\n        \"penetrator\",\n        \"placements\",\n        \"podding\",\n        \"preinstallation\",\n        \"preponderation\",\n        \"preprints\",\n        \"preputial\",\n        \"proinjunction\",\n        \"proinvestment\",\n        \"prolusion\",\n        \"reattachment\",\n        \"reinducement\",\n        \"reinduction\",\n        \"reinfects\",\n        \"reinflating\",\n        \"reinflation\",\n        \"reinstallments\",\n        \"reinvests\",\n        \"syntonising\",\n        \"syntonizing\",\n        \"subcomputations\",\n        \"subcontinual\",\n        \"subducts\",\n        \"subintroducing\",\n        \"subintroductory\",\n        \"subordinations\",\n        \"subornations\",\n        \"subpattern\",\n        \"subpena\",\n        \"subsaturation\",\n        \"subseres\",\n        \"subserviency\",\n        \"subsibilantly\",\n        \"subsimilation\",\n        \"subtenure\",\n        \"subventions\",\n        \"trijunction\",\n        \"tutoyering\",\n        \"underput\"\n    ],\n    \"ntọrọ mmadụ\": [\n        \"abductions\"\n    ],\n    \"ndị ntinye\": [\n        \"abductores\",\n        \"adductors\",\n        \"entrymen\",\n        \"inserters\",\n        \"nonmissionaries\",\n        \"placers\"\n    ],\n    \"Ndị na-apụnara mmadụ ihe\": [\n        \"abductors\",\n        \"extorters\",\n        \"hijackers\",\n        \"pillagers\",\n        \"snatchers\",\n        \"spoilers\"\n    ],\n    \"onye ode akwukwo\": [\n        \"abecedarian\",\n        \"annalist\",\n        \"archartist\",\n        \"hylist\",\n        \"kenoticist\",\n        \"legist\",\n        \"libellist\",\n        \"newswriter\",\n        \"pacificist\",\n        \"scripturarian\",\n        \"scripturist\",\n        \"secretor\"\n    ],\n    \"ndị nwe ụlọ\": [\n        \"abecedarians\",\n        \"abecedaries\",\n        \"domesticates\",\n        \"domineers\",\n        \"floormen\",\n        \"homemakers\",\n        \"homeowners\",\n        \"householders\",\n        \"hoverers\",\n        \"landlers\",\n        \"landlords\",\n        \"landlubbers\",\n        \"nonowners\",\n        \"privateers\",\n        \"privateersman\",\n        \"proprietors\",\n        \"proprietresses\",\n        \"uptowners\"\n    ],\n    \"kwụpụ\": [\n        \"abedge\",\n        \"disconsolate\",\n        \"disdeify\",\n        \"disknow\",\n        \"disnew\",\n        \"unplugged\",\n        \"unpunched\",\n        \"unscandalize\",\n        \"untress\",\n        \"unwheel\"\n    ],\n    \"gbanye\": [\n        \"abegge\",\n        \"abend\",\n        \"ablings\",\n        \"ablow\",\n        \"afforce\",\n        \"afforced\",\n        \"alpen\",\n        \"anteverted\",\n        \"bede\",\n        \"bedecked\",\n        \"bedeen\",\n        \"beslap\",\n        \"bickered\",\n        \"bist\",\n        \"bleated\",\n        \"bolete\",\n        \"caboshed\",\n        \"confabbed\",\n        \"couped\",\n        \"cressed\",\n        \"deflect\",\n        \"deflocculate\",\n        \"dimidiated\",\n        \"drifted\",\n        \"drivelled\",\n        \"encist\",\n        \"encore\",\n        \"enwrap\",\n        \"flacked\",\n        \"gaffer\",\n        \"gipped\",\n        \"gypped\",\n        \"gyppery\",\n        \"gypsied\",\n        \"gushed\",\n        \"infolded\",\n        \"infuscated\",\n        \"injected\",\n        \"interbedded\",\n        \"interblended\",\n        \"interdash\",\n        \"interfaced\",\n        \"interfiltrated\",\n        \"interfretted\",\n        \"intermede\",\n        \"interpel\",\n        \"interpenetrated\",\n        \"interreflect\",\n        \"inurned\",\n        \"invecked\",\n        \"jiggled\",\n        \"kickplate\",\n        \"kipped\",\n        \"medaled\",\n        \"medalled\",\n        \"meseled\",\n        \"millioersted\",\n        \"minuend\",\n        \"mizzled\",\n        \"multirooted\",\n        \"offprint\",\n        \"overrooted\",\n        \"pends\",\n        \"pitted\",\n        \"podded\",\n        \"pourvete\",\n        \"rascalize\",\n        \"rasped\",\n        \"reable\",\n        \"refederate\",\n        \"restocked\",\n        \"rinde\",\n        \"rist\",\n        \"salvifical\",\n        \"shado\",\n        \"shafted\",\n        \"shifter\",\n        \"shoop\",\n        \"shucked\",\n        \"shush\",\n        \"shushed\",\n        \"smerked\",\n        \"sodded\",\n        \"sphered\",\n        \"steeled\",\n        \"stive\",\n        \"stowed\",\n        \"sublevate\",\n        \"swaird\",\n        \"swaver\",\n        \"swithen\",\n        \"swiveled\",\n        \"swiveleyed\",\n        \"swivelled\",\n        \"tew\",\n        \"thrusted\",\n        \"thrustful\",\n        \"umbelled\",\n        \"unkend\",\n        \"unlax\",\n        \"upplow\",\n        \"uppluck\",\n        \"uppoint\",\n        \"uppop\",\n        \"viduate\",\n        \"vive\",\n        \"vouched\",\n        \"wagered\",\n        \"welted\",\n        \"werslete\",\n        \"whesten\",\n        \"whir\",\n        \"whiskified\",\n        \"wite\",\n        \"witen\",\n        \"zinced\"\n    ],\n    \"ịkwụsị\": [\n        \"abeyance\",\n        \"ceinture\",\n        \"cessment\",\n        \"discontinuing\",\n        \"discontinuor\",\n        \"halting\",\n        \"quitrent\",\n        \"quittances\",\n        \"quitting\",\n        \"sheading\",\n        \"shedding\",\n        \"stoping\",\n        \"unstop\"\n    ],\n    \"imebi\": [\n        \"abeyances\",\n        \"asswage\",\n        \"brakeage\",\n        \"breakability\",\n        \"breakage\",\n        \"breakaxe\",\n        \"breakless\",\n        \"brecciated\",\n        \"brewages\",\n        \"brither\",\n        \"bromisation\",\n        \"bruang\",\n        \"bruyere\",\n        \"coadjuvate\",\n        \"contrapose\",\n        \"contravening\",\n        \"damageably\",\n        \"deaminate\",\n        \"decongesting\",\n        \"dedolence\",\n        \"deface\",\n        \"defang\",\n        \"defoliage\",\n        \"defunctionalization\",\n        \"degarnish\",\n        \"degenerate\",\n        \"degenerated\",\n        \"degenerately\",\n        \"demagnetising\",\n        \"demasting\",\n        \"demidome\",\n        \"demifarthing\",\n        \"depravate\",\n        \"disrelish\",\n        \"empair\",\n        \"flawing\",\n        \"impair\",\n        \"impregning\",\n        \"intrudance\",\n        \"intruded\",\n        \"inwall\",\n        \"malign\",\n        \"sabbing\",\n        \"smashment\",\n        \"spogel\",\n        \"spoil\",\n        \"spooring\",\n        \"sporange\",\n        \"sporangite\",\n        \"sporangites\",\n        \"sporoid\",\n        \"spouted\",\n        \"strained\",\n        \"strainedly\",\n        \"strounge\",\n        \"sullying\",\n        \"tarnish\",\n        \"unjarring\",\n        \"violating\",\n        \"violations\"\n    ],\n    \"imechi\": [\n        \"abeyancy\",\n        \"arrhizous\",\n        \"bunchily\",\n        \"chambering\",\n        \"clos\",\n        \"closable\",\n        \"closehauled\",\n        \"closemouth\",\n        \"closers\",\n        \"closestool\",\n        \"closings\",\n        \"closkey\",\n        \"closky\",\n        \"concludently\",\n        \"condominate\",\n        \"earwigging\",\n        \"encloser\",\n        \"enclosers\",\n        \"enclosure\",\n        \"garnisheeing\",\n        \"gastight\",\n        \"incloser\",\n        \"inclosers\",\n        \"inclosure\",\n        \"intercohesion\",\n        \"interwish\",\n        \"overclose\",\n        \"plastify\",\n        \"roomthily\",\n        \"semienclosure\",\n        \"shutness\",\n        \"shutting\",\n        \"superimplying\"\n    ],\n    \"mmechi\": [\n        \"abeyancies\",\n        \"algidity\",\n        \"alimenation\",\n        \"alinement\",\n        \"allays\",\n        \"annulments\",\n        \"annunciatory\",\n        \"athelings\",\n        \"attrectation\",\n        \"cenation\",\n        \"censures\",\n        \"cineastes\",\n        \"cineration\",\n        \"climax\",\n        \"climaxes\",\n        \"closefistedness\",\n        \"closenesses\",\n        \"closeout\",\n        \"closeups\",\n        \"closing\",\n        \"closure\",\n        \"closured\",\n        \"closures\",\n        \"closuring\",\n        \"concameration\",\n        \"concatenation\",\n        \"concludable\",\n        \"concludence\",\n        \"concludency\",\n        \"concludent\",\n        \"concluder\",\n        \"concluders\",\n        \"concludingly\",\n        \"conclusion\",\n        \"conclusional\",\n        \"conclusiveness\",\n        \"conclusum\",\n        \"concretion\",\n        \"conculcation\",\n        \"consummation\",\n        \"cullays\",\n        \"curbings\",\n        \"dealation\",\n        \"decadist\",\n        \"defrication\",\n        \"eclosions\",\n        \"enchiridion\",\n        \"enjambements\",\n        \"finbacks\",\n        \"gemination\",\n        \"homiliaries\",\n        \"inhibitor\",\n        \"interclusion\",\n        \"interlunation\",\n        \"intermediation\",\n        \"intermutation\",\n        \"interpiece\",\n        \"nontermination\",\n        \"offings\",\n        \"outdressing\",\n        \"preclusion\",\n        \"reallocation\",\n        \"reanimations\",\n        \"restimulation\",\n        \"suppressionist\",\n        \"suppressions\",\n        \"terminalization\",\n        \"trullization\",\n        \"ultimated\",\n        \"ultimates\",\n        \"ultimating\",\n        \"ultimation\",\n        \"ultrasubtle\"\n    ],\n    \"Abelia\": [\n        \"abelia\"\n    ],\n    \"Abelian\": [\n        \"abelian\"\n    ],\n    \"mkpanaka\": [\n        \"abelonian\",\n        \"pedicelliform\",\n        \"plectopter\",\n        \"rodder\",\n        \"rodlet\",\n        \"rodmaker\",\n        \"rodster\",\n        \"scepter\",\n        \"sceptering\",\n        \"scepterless\",\n        \"scepters\",\n        \"sceptre\",\n        \"unscepter\"\n    ],\n    \"abril\": [\n        \"abeltree\"\n    ],\n    \"Aberdonian\": [\n        \"aberdonian\"\n    ],\n    \"abia\": [\n        \"aberia\",\n        \"abyssa\",\n        \"besteer\",\n        \"impeaches\"\n    ],\n    \"nwepu\": [\n        \"aberrance\",\n        \"aboil\",\n        \"abolisher\",\n        \"abolishers\",\n        \"aborsement\",\n        \"acquitment\",\n        \"acquittals\",\n        \"amelification\",\n        \"averruncation\",\n        \"cajolements\",\n        \"capillation\",\n        \"clearage\",\n        \"debadge\",\n        \"decommission\",\n        \"deductio\",\n        \"deduction\",\n        \"deductions\",\n        \"delaware\",\n        \"demanganize\",\n        \"demisang\",\n        \"demission\",\n        \"democraw\",\n        \"demurrer\",\n        \"denumberment\",\n        \"deprecation\",\n        \"deregulation\",\n        \"deregulations\",\n        \"dereism\",\n        \"derelictness\",\n        \"derequisition\",\n        \"detersiveness\",\n        \"devocalisation\",\n        \"diduction\",\n        \"discage\",\n        \"discount\",\n        \"discountenance\",\n        \"discounting\",\n        \"eliminations\",\n        \"eliquation\",\n        \"engerminate\",\n        \"esclavage\",\n        \"escrol\",\n        \"estrade\",\n        \"evansite\",\n        \"evisceration\",\n        \"eviternal\",\n        \"excecation\",\n        \"excelente\",\n        \"exceptionability\",\n        \"excerption\",\n        \"excyst\",\n        \"exclusions\",\n        \"excommunicable\",\n        \"excretory\",\n        \"exemption\",\n        \"exencephalous\",\n        \"exencephalus\",\n        \"exergual\",\n        \"exility\",\n        \"eximiousness\",\n        \"exinite\",\n        \"exitance\",\n        \"exognathite\",\n        \"exoneration\",\n        \"exoplasm\",\n        \"exopterygote\",\n        \"exorcise\",\n        \"exorcisement\",\n        \"exornation\",\n        \"exossate\",\n        \"extrasensible\",\n        \"increasers\",\n        \"increpation\",\n        \"interpunction\",\n        \"liftoff\",\n        \"liftoffs\",\n        \"obviation\",\n        \"ocellation\",\n        \"oliprance\",\n        \"omnivision\",\n        \"osculable\",\n        \"overslip\",\n        \"overslips\",\n        \"pluckily\",\n        \"prorelease\",\n        \"proslavery\",\n        \"prosupervision\",\n        \"reclusion\",\n        \"reduplication\",\n        \"remnantal\",\n        \"remolade\",\n        \"remora\",\n        \"remount\",\n        \"remounts\",\n        \"removalist\",\n        \"removals\",\n        \"renouncement\",\n        \"reprime\",\n        \"revocation\",\n        \"revocations\",\n        \"revokement\",\n        \"rewithdrawal\",\n        \"snitching\",\n        \"vaunce\",\n        \"waivery\",\n        \"withdrawal\",\n        \"withdrawingness\"\n    ],\n    \"emebiri\": [\n        \"aberrancies\",\n        \"aberrated\",\n        \"blundered\",\n        \"irrupted\",\n        \"minuted\",\n        \"misaimed\"\n    ],\n    \"aber\": [\n        \"aberrant\",\n        \"aberrants\",\n        \"aberrative\"\n    ],\n    \"ekweghị\": [\n        \"aberrantly\",\n        \"adjured\",\n        \"aphorized\",\n        \"atheous\",\n        \"disacceptance\",\n        \"disagreement\",\n        \"disallow\",\n        \"disallowableness\",\n        \"disallowance\",\n        \"disallowances\",\n        \"disallowed\",\n        \"disallowing\",\n        \"disallows\",\n        \"disapproved\",\n        \"disapprover\",\n        \"disbelief\",\n        \"disbelieved\",\n        \"disbelieves\",\n        \"disocclude\",\n        \"disqualified\",\n        \"erraticism\",\n        \"erraticness\",\n        \"erratics\",\n        \"erratum\",\n        \"eschewed\",\n        \"forbarred\",\n        \"forfoughten\",\n        \"forrard\",\n        \"gratinate\",\n        \"imarets\",\n        \"imperceptible\",\n        \"imperceptibly\",\n        \"impery\",\n        \"impermanence\",\n        \"impermanently\",\n        \"impermissibly\",\n        \"impertinently\",\n        \"imperturbably\",\n        \"improbatory\",\n        \"improbity\",\n        \"impudent\",\n        \"inadmissability\",\n        \"inadmissibility\",\n        \"incharity\",\n        \"incoercible\",\n        \"incoherentness\",\n        \"incommodes\",\n        \"incongruent\",\n        \"incongruities\",\n        \"inconsistence\",\n        \"inconsistences\",\n        \"inconsistency\",\n        \"inconsistencies\",\n        \"inconsistent\",\n        \"inconsistently\",\n        \"inconsistentness\",\n        \"incord\",\n        \"indisturbed\",\n        \"infelicity\",\n        \"intolerated\",\n        \"macklike\",\n        \"malefical\",\n        \"negation\",\n        \"nonadmissibility\",\n        \"nonadmissible\",\n        \"nonadmissibleness\",\n        \"nonappendance\",\n        \"nonbristled\",\n        \"nonclimbable\",\n        \"noncommonable\",\n        \"nonconception\",\n        \"nonconceptual\",\n        \"noncondensible\",\n        \"nonconformable\",\n        \"nonconformist\",\n        \"nonconstant\",\n        \"noncontemptibility\",\n        \"nonconvenable\",\n        \"noncorporeality\",\n        \"nonedible\",\n        \"nonedibleness\",\n        \"noneligible\",\n        \"nonfeasibleness\",\n        \"nonfelicity\",\n        \"nonharmonies\",\n        \"noninclinable\",\n        \"noninclinational\",\n        \"noninferably\",\n        \"nonmalleable\",\n        \"nonmalleableness\",\n        \"nonmobile\",\n        \"nonmonistic\",\n        \"nonmutable\",\n        \"nonmutably\",\n        \"nonnegligibleness\",\n        \"nonperceivably\",\n        \"nonperceptible\",\n        \"nonpermissibility\",\n        \"nonpermissible\",\n        \"nonpermitted\",\n        \"nonplastic\",\n        \"nonprovable\",\n        \"nonqualities\",\n        \"nonredemptible\",\n        \"nonreliance\",\n        \"nonresistant\",\n        \"nonresistibility\",\n        \"nonresistible\",\n        \"nonstably\",\n        \"nonsubmissiveness\",\n        \"nontangibleness\",\n        \"nontenably\",\n        \"objectors\",\n        \"overtolerant\",\n        \"precluded\",\n        \"reluctance\",\n        \"reluctancy\",\n        \"restrainable\",\n        \"truancy\",\n        \"truantcy\",\n        \"unabstemious\",\n        \"unadmissible\",\n        \"unadmissibleness\",\n        \"unadmission\",\n        \"unallow\",\n        \"unallowably\",\n        \"unallowed\",\n        \"unallowing\",\n        \"unapprovable\",\n        \"unapprovably\",\n        \"unapproving\",\n        \"unapprovingly\",\n        \"unapt\",\n        \"unbantering\",\n        \"unbecome\",\n        \"unbeholdable\",\n        \"unbeholden\",\n        \"unbeholding\",\n        \"unbend\",\n        \"unbendably\",\n        \"unbender\",\n        \"unbending\",\n        \"unbid\",\n        \"unbidden\",\n        \"unbindable\",\n        \"unbit\",\n        \"unbitt\",\n        \"unbitted\",\n        \"unbrutise\",\n        \"uncaging\",\n        \"uncambered\",\n        \"uncaramelized\",\n        \"uncynical\",\n        \"unclergy\",\n        \"unclimbed\",\n        \"unclinched\",\n        \"unconceded\",\n        \"unconceptual\",\n        \"unconceptually\",\n        \"unconformability\",\n        \"unconformable\",\n        \"unconformableness\",\n        \"unconformist\",\n        \"uncongenial\",\n        \"uncongeniality\",\n        \"uncongested\",\n        \"uncongestive\",\n        \"unconglomerated\",\n        \"uncongratulate\",\n        \"uncongratulatory\",\n        \"unconsented\",\n        \"unconsenting\",\n        \"unconservable\",\n        \"unconsistent\",\n        \"unconstant\",\n        \"unconsumptive\",\n        \"uncontemptibility\",\n        \"uncontentable\",\n        \"uncontentedly\",\n        \"uncontradictive\",\n        \"unconveyed\",\n        \"unconvenable\",\n        \"unconvicting\",\n        \"unconvincible\",\n        \"uncooping\",\n        \"uncorded\",\n        \"uncordiality\",\n        \"uncorrelative\",\n        \"uncorven\",\n        \"uncribbed\",\n        \"uncurls\",\n        \"uncustomable\",\n        \"uncustomed\",\n        \"uncuttable\",\n        \"undateable\",\n        \"undebilitative\",\n        \"undeceive\",\n        \"undeceives\",\n        \"undeclinable\",\n        \"undefendant\",\n        \"undefiant\",\n        \"undeformable\",\n        \"undenotative\",\n        \"undented\",\n        \"undescendable\",\n        \"undespatched\",\n        \"undeterrability\",\n        \"undined\",\n        \"undistanced\",\n        \"undistilled\",\n        \"undivinable\",\n        \"undrivableness\",\n        \"undue\",\n        \"unedible\",\n        \"unedibleness\",\n        \"uneditable\",\n        \"uneligibility\",\n        \"unemancipable\",\n        \"unendamaged\",\n        \"unendeavored\",\n        \"unendly\",\n        \"unentangling\",\n        \"unentering\",\n        \"unentombed\",\n        \"unentreated\",\n        \"unexcepted\",\n        \"unexhibited\",\n        \"unfallowed\",\n        \"unfeignedly\",\n        \"unfeignedness\",\n        \"unfelicitous\",\n        \"unfelicitousness\",\n        \"unfellied\",\n        \"unfledge\",\n        \"unfledged\",\n        \"unflippant\",\n        \"unflutterable\",\n        \"unfomented\",\n        \"unfreeman\",\n        \"unfusibility\",\n        \"ungirding\",\n        \"unglibly\",\n        \"ungreedy\",\n        \"unharmoniousness\",\n        \"unharmonised\",\n        \"unheed\",\n        \"unhooded\",\n        \"unhoodwinked\",\n        \"unignitable\",\n        \"unignitible\",\n        \"unintermissive\",\n        \"unisolative\",\n        \"unitive\",\n        \"unjailed\",\n        \"unjudge\",\n        \"unlent\",\n        \"unlikelihood\",\n        \"unmalleableness\",\n        \"unmedicable\",\n        \"unmethodical\",\n        \"unmissed\",\n        \"unmissionary\",\n        \"unmonistic\",\n        \"unmoralistic\",\n        \"unobjectional\",\n        \"unobligingness\",\n        \"unomitted\",\n        \"unopportunistic\",\n        \"unorthodoxness\",\n        \"unpanicky\",\n        \"unpermissive\",\n        \"unpermit\",\n        \"unpermitted\",\n        \"unpermitting\",\n        \"unpersonable\",\n        \"unpossibility\",\n        \"unquarrelsome\",\n        \"unrandom\",\n        \"unrebel\",\n        \"unrecantable\",\n        \"unreceptant\",\n        \"unreconcilableness\",\n        \"unrecumbent\",\n        \"unrecumbently\",\n        \"unreefed\",\n        \"unreigning\",\n        \"unrejected\",\n        \"unrelegated\",\n        \"unrelentance\",\n        \"unreliance\",\n        \"unrelinquished\",\n        \"unremittency\",\n        \"unreplying\",\n        \"unrepossessed\",\n        \"unresistable\",\n        \"unresistably\",\n        \"unresistible\",\n        \"unresistibleness\",\n        \"unrulily\",\n        \"unrummaged\",\n        \"unsallow\",\n        \"unsallowness\",\n        \"unseemlier\",\n        \"unsettling\",\n        \"unsignable\",\n        \"unsteadies\",\n        \"unsteels\",\n        \"unstirrable\",\n        \"unstrong\",\n        \"unsubmissive\",\n        \"unsubmissively\",\n        \"unsubmissiveness\",\n        \"unsurrendered\",\n        \"untalented\",\n        \"untallied\",\n        \"untame\",\n        \"untantalised\",\n        \"untantalising\",\n        \"untantalizing\",\n        \"unteamed\",\n        \"untedious\",\n        \"untempted\",\n        \"untenableness\",\n        \"untenant\",\n        \"untenantable\",\n        \"untended\",\n        \"untendered\",\n        \"untenibleness\",\n        \"untent\",\n        \"untented\",\n        \"untentered\",\n        \"untethers\",\n        \"unthatch\",\n        \"untheistic\",\n        \"unthwartable\",\n        \"untidied\",\n        \"untinted\",\n        \"untitillating\",\n        \"untolerated\",\n        \"untolerating\",\n        \"untomb\",\n        \"untombed\",\n        \"untorture\",\n        \"untortured\",\n        \"untotted\",\n        \"untoughness\",\n        \"untowered\",\n        \"untractably\",\n        \"untractibleness\",\n        \"untradeable\",\n        \"untreasure\",\n        \"untreed\",\n        \"untrickable\",\n        \"untrist\",\n        \"untrotted\",\n        \"untrumpeted\",\n        \"unturbaned\",\n        \"unturf\",\n        \"unturfed\",\n        \"unturreted\",\n        \"untwilled\",\n        \"untwining\",\n        \"untwinned\",\n        \"untwirled\",\n        \"untwirling\",\n        \"untwistable\",\n        \"untwisted\",\n        \"untwists\",\n        \"unupbraided\",\n        \"unupbraiding\",\n        \"unvolitive\",\n        \"unwarming\",\n        \"unwarning\",\n        \"unwilful\",\n        \"unwill\",\n        \"unwillful\",\n        \"unwillfulness\",\n        \"unwindable\",\n        \"unwithdrawable\",\n        \"unwithdrawing\",\n        \"unwithdrawn\",\n        \"unwithheld\",\n        \"unwithstanding\",\n        \"unwithstood\",\n        \"upthrusted\",\n        \"uptightness\"\n    ],\n    \"mebie\": [\n        \"aberrate\",\n        \"affronte\",\n        \"calamistrate\",\n        \"compromising\",\n        \"compromitted\",\n        \"conscive\",\n        \"conterminate\",\n        \"counteragitate\",\n        \"counterermine\",\n        \"countermining\",\n        \"criminate\",\n        \"crimine\",\n        \"crimmer\",\n        \"crispen\",\n        \"debcle\",\n        \"decardinalize\",\n        \"dechoralize\",\n        \"decitizenize\",\n        \"decultivate\",\n        \"decurve\",\n        \"defy\",\n        \"discourt\",\n        \"ergotize\",\n        \"ermine\",\n        \"erminee\",\n        \"ermines\",\n        \"erostrate\",\n        \"erump\",\n        \"forminate\",\n        \"harvardize\",\n        \"improvise\",\n        \"innoculate\",\n        \"isomastigate\",\n        \"landslided\",\n        \"messing\",\n        \"miscategorize\",\n        \"mispen\",\n        \"misrun\",\n        \"proscind\",\n        \"repremise\",\n        \"rescinds\",\n        \"ruen\",\n        \"ruptive\",\n        \"semitrimmed\",\n        \"shrieve\",\n        \"smittlish\",\n        \"spoilfive\",\n        \"subvene\",\n        \"sulcalize\",\n        \"thwarted\",\n        \"tirret\",\n        \"tirrivees\",\n        \"uncrude\",\n        \"underdo\",\n        \"undermine\",\n        \"undermined\",\n        \"underminer\",\n        \"undermines\",\n        \"underrun\",\n        \"underutilize\",\n        \"vamure\",\n        \"violate\",\n        \"wappened\",\n        \"writh\",\n        \"writhe\",\n        \"writhed\"\n    ],\n    \"na-agbanwe\": [\n        \"aberrating\",\n        \"adaptive\",\n        \"adaptively\",\n        \"adapts\",\n        \"alteratively\",\n        \"alternating\",\n        \"changefully\",\n        \"changeling\",\n        \"changing\",\n        \"changs\",\n        \"contrails\",\n        \"copulative\",\n        \"deflects\",\n        \"deforming\",\n        \"disfiguring\",\n        \"elastic\",\n        \"elasticate\",\n        \"elasticize\",\n        \"elasticized\",\n        \"elasticizes\",\n        \"elasticizing\",\n        \"elasticum\",\n        \"evolutes\",\n        \"evolutionize\",\n        \"evolvent\",\n        \"evolver\",\n        \"evolves\",\n        \"evolving\",\n        \"flanging\",\n        \"fluctiferous\",\n        \"fluctisonous\",\n        \"fluctuate\",\n        \"fluctuated\",\n        \"fluctuates\",\n        \"fluctuating\",\n        \"fluxing\",\n        \"interchanging\",\n        \"inverting\",\n        \"mends\",\n        \"mildens\",\n        \"mollifying\",\n        \"mutates\",\n        \"mutating\",\n        \"mutationally\",\n        \"naturalizes\",\n        \"nucleating\",\n        \"obverts\",\n        \"remissive\",\n        \"resitting\",\n        \"resizing\",\n        \"revolving\",\n        \"shifty\",\n        \"shiftily\",\n        \"shifting\",\n        \"shiftingly\",\n        \"shifts\",\n        \"shushes\",\n        \"sprenging\",\n        \"stemming\",\n        \"tenderizes\",\n        \"varicated\",\n        \"venging\",\n        \"volatilizes\"\n    ],\n    \"ime ihe\": [\n        \"aberration\",\n        \"actualizing\",\n        \"acture\",\n        \"acturience\",\n        \"appulse\",\n        \"bakshishing\",\n        \"bemaul\",\n        \"doughtily\",\n        \"formosity\",\n        \"gruffily\",\n        \"homothetic\",\n        \"interdorsal\",\n        \"masterminding\",\n        \"meandering\",\n        \"planing\",\n        \"ultimogeniture\",\n        \"underking\"\n    ],\n    \"enweghị ike\": [\n        \"aberrational\",\n        \"abintestate\",\n        \"abscissions\",\n        \"absconce\",\n        \"aile\",\n        \"bayness\",\n        \"baleless\",\n        \"bodilessness\",\n        \"bootyless\",\n        \"bootlessness\",\n        \"brushlessness\",\n        \"cannot\",\n        \"clerkless\",\n        \"couldna\",\n        \"couldnt\",\n        \"denotativeness\",\n        \"disacquaintance\",\n        \"disaffect\",\n        \"disbecome\",\n        \"disentitlement\",\n        \"disquantity\",\n        \"elusiveness\",\n        \"feebless\",\n        \"fervorless\",\n        \"forceless\",\n        \"forcelessness\",\n        \"graveless\",\n        \"greekless\",\n        \"grouseless\",\n        \"healthlessness\",\n        \"helplessness\",\n        \"illeck\",\n        \"illipe\",\n        \"immobility\",\n        \"immobilities\",\n        \"immovably\",\n        \"immoveably\",\n        \"impaint\",\n        \"impalpability\",\n        \"impassably\",\n        \"impassibly\",\n        \"impassive\",\n        \"impaternate\",\n        \"imperceptibleness\",\n        \"imperceptivity\",\n        \"imperialized\",\n        \"imperite\",\n        \"impermanency\",\n        \"impermanent\",\n        \"impermeability\",\n        \"impermeabilities\",\n        \"impermeable\",\n        \"impermeableness\",\n        \"impermeably\",\n        \"imperverse\",\n        \"impervious\",\n        \"imperviously\",\n        \"imperviousness\",\n        \"impossibilism\",\n        \"imprevisibility\",\n        \"inability\",\n        \"inable\",\n        \"inabusively\",\n        \"inadeptness\",\n        \"inadvisability\",\n        \"inaidable\",\n        \"inappetence\",\n        \"inappetency\",\n        \"inappetent\",\n        \"inaudibleness\",\n        \"incapabilities\",\n        \"incapaciousness\",\n        \"incitability\",\n        \"inclemency\",\n        \"incommodity\",\n        \"incompentence\",\n        \"incompetence\",\n        \"incompetency\",\n        \"incompetencies\",\n        \"incompetible\",\n        \"incompossibility\",\n        \"incomposure\",\n        \"inconclusiveness\",\n        \"inconstantness\",\n        \"indefensibility\",\n        \"indefensibly\",\n        \"indeficiency\",\n        \"indigent\",\n        \"indigently\",\n        \"ineffability\",\n        \"ineffectively\",\n        \"ineffervescence\",\n        \"inelasticity\",\n        \"ineligibility\",\n        \"ineligibleness\",\n        \"ineligibly\",\n        \"ineptness\",\n        \"ineunt\",\n        \"infecundity\",\n        \"infernality\",\n        \"infertileness\",\n        \"ingenerably\",\n        \"inoffensiveness\",\n        \"inopportune\",\n        \"insapiency\",\n        \"insociability\",\n        \"insuavity\",\n        \"insufficience\",\n        \"insufficiency\",\n        \"insufficiencies\",\n        \"insufflated\",\n        \"insuperably\",\n        \"insuppressibly\",\n        \"inundable\",\n        \"youthlessness\",\n        \"irredressibility\",\n        \"irredressibly\",\n        \"irreflectiveness\",\n        \"irremissibility\",\n        \"irresilience\",\n        \"irresistance\",\n        \"irreverend\",\n        \"irreverendly\",\n        \"laborless\",\n        \"laminability\",\n        \"lapsability\",\n        \"lapsibility\",\n        \"limitableness\",\n        \"loamless\",\n        \"mightless\",\n        \"missuit\",\n        \"morrowless\",\n        \"movelessness\",\n        \"nabobism\",\n        \"neuterlike\",\n        \"nonability\",\n        \"nonagency\",\n        \"nonascertainably\",\n        \"nonaudibility\",\n        \"nonbleach\",\n        \"noncapillarity\",\n        \"nonchivalrous\",\n        \"nonculpability\",\n        \"nonculpableness\",\n        \"nondeficiency\",\n        \"nondepletion\",\n        \"nonderivability\",\n        \"nondetention\",\n        \"nondurableness\",\n        \"nonebulliency\",\n        \"nonelectiveness\",\n        \"noneligibility\",\n        \"noneligibly\",\n        \"nonequability\",\n        \"nonequable\",\n        \"nonequableness\",\n        \"nonequitable\",\n        \"nonevocative\",\n        \"nonfailure\",\n        \"nonfeasibility\",\n        \"nonfeasibly\",\n        \"nonfeeble\",\n        \"nonfeebleness\",\n        \"nonfortifying\",\n        \"nonheinous\",\n        \"nonidempotent\",\n        \"noninfluentially\",\n        \"noninvincibility\",\n        \"noninvincibly\",\n        \"nonirritably\",\n        \"nonirritant\",\n        \"nonissuable\",\n        \"nonissuably\",\n        \"nonliable\",\n        \"nonmobility\",\n        \"nonnavigable\",\n        \"nonostensibly\",\n        \"nonpalpability\",\n        \"nonperceptibleness\",\n        \"nonpleadable\",\n        \"nonponderability\",\n        \"nonpossibly\",\n        \"nonpotable\",\n        \"nonpotential\",\n        \"nonpuerility\",\n        \"nonpuerilities\",\n        \"nonpungency\",\n        \"nonratable\",\n        \"nonresilience\",\n        \"nonresiliency\",\n        \"nonresilient\",\n        \"nonretentive\",\n        \"nonrotatable\",\n        \"nonsociability\",\n        \"nonstability\",\n        \"nonstableness\",\n        \"nonsufferance\",\n        \"nontensility\",\n        \"nonviable\",\n        \"nonviolence\",\n        \"nonvirility\",\n        \"nonvirtuousness\",\n        \"nonvirulent\",\n        \"nonvisibilities\",\n        \"nonvisibly\",\n        \"nonvolubility\",\n        \"nonvoluble\",\n        \"nonvolubleness\",\n        \"nonweakness\",\n        \"notabilities\",\n        \"palateless\",\n        \"peakless\",\n        \"piazzaless\",\n        \"pluckless\",\n        \"portless\",\n        \"powerless\",\n        \"powerlessly\",\n        \"powerlessness\",\n        \"prenight\",\n        \"prepunctual\",\n        \"rarefiable\",\n        \"reinless\",\n        \"reluctivity\",\n        \"repealless\",\n        \"restlessly\",\n        \"salubrity\",\n        \"savorlessness\",\n        \"senility\",\n        \"spalacid\",\n        \"stayless\",\n        \"staylessness\",\n        \"steedless\",\n        \"steepleless\",\n        \"stokerless\",\n        \"stopperless\",\n        \"strengthless\",\n        \"strengthlessly\",\n        \"succorless\",\n        \"superinfinite\",\n        \"taintlessness\",\n        \"tameless\",\n        \"tidelessness\",\n        \"torrentless\",\n        \"unabidingness\",\n        \"unability\",\n        \"unable\",\n        \"unableness\",\n        \"unably\",\n        \"unabrasively\",\n        \"unabstractively\",\n        \"unadeptness\",\n        \"unadherent\",\n        \"unadventuring\",\n        \"unaffable\",\n        \"unaffably\",\n        \"unaffectioned\",\n        \"unaffiliated\",\n        \"unafflictedness\",\n        \"unagility\",\n        \"unaging\",\n        \"unagitatedness\",\n        \"unagitation\",\n        \"unanswerably\",\n        \"unantiquatedness\",\n        \"unaspiring\",\n        \"unassailed\",\n        \"unassentive\",\n        \"unassociable\",\n        \"unavidness\",\n        \"unawakenedness\",\n        \"unbartered\",\n        \"unbashful\",\n        \"unbashfulness\",\n        \"unbecomingness\",\n        \"unbedabbled\",\n        \"unbeginningness\",\n        \"unbeholdenness\",\n        \"unbeneficent\",\n        \"unbewilder\",\n        \"unbigotedness\",\n        \"unblenching\",\n        \"unblest\",\n        \"unboundedness\",\n        \"unbrittleness\",\n        \"uncancelled\",\n        \"uncandied\",\n        \"uncaned\",\n        \"uncankered\",\n        \"uncanned\",\n        \"uncanonised\",\n        \"uncanonize\",\n        \"uncanvassed\",\n        \"uncapably\",\n        \"uncapaciousness\",\n        \"uncapering\",\n        \"uncapitulated\",\n        \"uncapitulating\",\n        \"uncausativeness\",\n        \"uncavilling\",\n        \"uncharming\",\n        \"unciliated\",\n        \"uncitable\",\n        \"unclassable\",\n        \"unclassableness\",\n        \"uncoached\",\n        \"uncohesiveness\",\n        \"uncolonized\",\n        \"unconcealing\",\n        \"unconcealment\",\n        \"uncreatedness\",\n        \"uncreativeness\",\n        \"undaggled\",\n        \"undebilitated\",\n        \"undecked\",\n        \"undeftness\",\n        \"undegenerate\",\n        \"undepartableness\",\n        \"undepressive\",\n        \"undepressively\",\n        \"undepressiveness\",\n        \"underisible\",\n        \"underoxidize\",\n        \"underoxidizing\",\n        \"undersighted\",\n        \"undesirousness\",\n        \"undetonated\",\n        \"undevelopable\",\n        \"undevised\",\n        \"undewiness\",\n        \"undilution\",\n        \"undimidiated\",\n        \"undiminished\",\n        \"undiminishing\",\n        \"undynamited\",\n        \"undissembled\",\n        \"undissembledness\",\n        \"undissimulated\",\n        \"undistended\",\n        \"undreamed\",\n        \"undredged\",\n        \"undutiable\",\n        \"undwelt\",\n        \"uneager\",\n        \"uneagerness\",\n        \"uneated\",\n        \"unedibly\",\n        \"uneffeness\",\n        \"uneffeteness\",\n        \"uneffusing\",\n        \"uneffusive\",\n        \"uneffusiveness\",\n        \"unelaborated\",\n        \"unemotionalness\",\n        \"unenforcedness\",\n        \"unerrableness\",\n        \"unerringness\",\n        \"unevaded\",\n        \"unevasiveness\",\n        \"unevolved\",\n        \"unexcusedness\",\n        \"unexhaustedness\",\n        \"unexplosive\",\n        \"unexplosiveness\",\n        \"unextenuated\",\n        \"unfabled\",\n        \"unfabling\",\n        \"unfabricated\",\n        \"unfadable\",\n        \"unfagged\",\n        \"unfastenable\",\n        \"unfaultable\",\n        \"unfeasibility\",\n        \"unfeasibly\",\n        \"unfibered\",\n        \"unfighting\",\n        \"unfissile\",\n        \"unflaggingness\",\n        \"unflared\",\n        \"unfluorescent\",\n        \"unfollowing\",\n        \"unforceable\",\n        \"unforcedly\",\n        \"unforcedness\",\n        \"unforcibly\",\n        \"unforcing\",\n        \"unforked\",\n        \"unfossilised\",\n        \"unfossilized\",\n        \"unframably\",\n        \"unfreehold\",\n        \"unfriableness\",\n        \"ungainlier\",\n        \"ungenerousness\",\n        \"ungoaded\",\n        \"ungoodliness\",\n        \"ungoodness\",\n        \"ungraced\",\n        \"ungrasped\",\n        \"ungrasping\",\n        \"unhang\",\n        \"unhasped\",\n        \"unhauled\",\n        \"unherded\",\n        \"unyieldingness\",\n        \"unimpelled\",\n        \"unimplied\",\n        \"unimpowered\",\n        \"unimpressibility\",\n        \"unimpressiveness\",\n        \"unimprovedness\",\n        \"uninfective\",\n        \"uninflective\",\n        \"uninfluentially\",\n        \"uninhaled\",\n        \"uninventibleness\",\n        \"unipotence\",\n        \"unirritably\",\n        \"unirritant\",\n        \"unirritated\",\n        \"unirritating\",\n        \"unlabored\",\n        \"unlogicalness\",\n        \"unluckful\",\n        \"unluted\",\n        \"unmeetness\",\n        \"unmeritedness\",\n        \"unmighty\",\n        \"unmodifiably\",\n        \"unmodifiedness\",\n        \"unmouldable\",\n        \"unnobility\",\n        \"unomnipotently\",\n        \"unossifying\",\n        \"unoverpowered\",\n        \"unpaced\",\n        \"unpaganize\",\n        \"unpartably\",\n        \"unpartnered\",\n        \"unpastorally\",\n        \"unpersonableness\",\n        \"unplacidness\",\n        \"unplucked\",\n        \"unpossibly\",\n        \"unpotable\",\n        \"unpotent\",\n        \"unpower\",\n        \"unpowerful\",\n        \"unpowerfulness\",\n        \"unpropense\",\n        \"unprovedness\",\n        \"unputridity\",\n        \"unputridness\",\n        \"unrammed\",\n        \"unranched\",\n        \"unrecreating\",\n        \"unredacted\",\n        \"unreducibleness\",\n        \"unreflective\",\n        \"unreinforced\",\n        \"unrentable\",\n        \"unrepression\",\n        \"unrepressive\",\n        \"unrepressiveness\",\n        \"unrepulsive\",\n        \"unrepulsiveness\",\n        \"unresistedness\",\n        \"unresistingness\",\n        \"unresounded\",\n        \"unretaliating\",\n        \"unretaliatory\",\n        \"unretroactively\",\n        \"unreworded\",\n        \"unritual\",\n        \"unroost\",\n        \"unruffledness\",\n        \"unsaying\",\n        \"unsailed\",\n        \"unscapable\",\n        \"unsensing\",\n        \"unsickled\",\n        \"unsights\",\n        \"unsingability\",\n        \"unsisterly\",\n        \"unsneering\",\n        \"unsober\",\n        \"unsobered\",\n        \"unsociability\",\n        \"unsociable\",\n        \"unsociableness\",\n        \"unsoggy\",\n        \"unsoiling\",\n        \"unsolacing\",\n        \"unsoldierly\",\n        \"unsolidness\",\n        \"unsoundableness\",\n        \"unsounder\",\n        \"unspeedful\",\n        \"unspottedness\",\n        \"unstoneable\",\n        \"unsucceeded\",\n        \"unsufficience\",\n        \"unsufficiency\",\n        \"unsuffusive\",\n        \"unsuit\",\n        \"unsulfureousness\",\n        \"unsullen\",\n        \"unsuperior\",\n        \"unsupplemental\",\n        \"unsuppression\",\n        \"unswabbed\",\n        \"untainted\",\n        \"untaintedness\",\n        \"untakable\",\n        \"untakableness\",\n        \"untapering\",\n        \"untenability\",\n        \"untenibly\",\n        \"untightened\",\n        \"untimedness\",\n        \"untippable\",\n        \"untirable\",\n        \"untorridness\",\n        \"untranquil\",\n        \"untriable\",\n        \"untrolled\",\n        \"unusability\",\n        \"unusable\",\n        \"unuseable\",\n        \"unvaliant\",\n        \"unvaliantly\",\n        \"unvaliantness\",\n        \"unvalorousness\",\n        \"unvaporousness\",\n        \"unvassal\",\n        \"unverdurousness\",\n        \"unvigorousness\",\n        \"unviolated\",\n        \"unvirulently\",\n        \"unvolubleness\",\n        \"unwadeable\",\n        \"unwastable\",\n        \"unwieldiness\",\n        \"unwiliness\",\n        \"unwillable\",\n        \"unwoefulness\",\n        \"usherless\",\n        \"ventless\",\n        \"viceless\",\n        \"vizorless\"\n    ],\n    \"eme ihe\": [\n        \"aberrator\",\n        \"actiniferous\",\n        \"actinost\",\n        \"actionable\",\n        \"actionary\",\n        \"actious\",\n        \"complotting\",\n        \"deedful\",\n        \"didymous\",\n        \"edacious\",\n        \"inculcative\",\n        \"nondoing\",\n        \"practicability\",\n        \"practicableness\",\n        \"practicalization\",\n        \"routineer\",\n        \"undertakable\",\n        \"undertakings\"\n    ],\n    \"abet\": [\n        \"abetment\",\n        \"abetted\",\n        \"abetter\",\n        \"abetters\"\n    ],\n    \"arụ\": [\n        \"abetments\",\n        \"abluents\",\n        \"abreption\",\n        \"avulsions\",\n        \"construal\",\n        \"constructionally\",\n        \"deiseal\",\n        \"demerits\",\n        \"dermal\",\n        \"dermic\",\n        \"desalts\",\n        \"detest\",\n        \"detestability\",\n        \"detestation\",\n        \"detests\",\n        \"disgross\",\n        \"disgustfulness\",\n        \"encyc\",\n        \"encycl\",\n        \"imbodies\",\n        \"imbricative\",\n        \"indraft\",\n        \"indrafts\",\n        \"makeshifts\",\n        \"marse\",\n        \"mistal\",\n        \"mor\",\n        \"nicked\",\n        \"obnoxious\",\n        \"obnoxiousness\",\n        \"offal\",\n        \"outissue\",\n        \"outvaunting\",\n        \"outvaunts\",\n        \"pagador\",\n        \"performatory\",\n        \"quests\",\n        \"reprehensibility\",\n        \"serins\",\n        \"setworks\",\n        \"unfences\",\n        \"unquaking\"\n    ],\n    \"na-achọ\": [\n        \"abets\",\n        \"abetting\",\n        \"adeling\",\n        \"ambulates\",\n        \"antics\",\n        \"asides\",\n        \"aspens\",\n        \"asperating\",\n        \"aspersing\",\n        \"aspide\",\n        \"aspirates\",\n        \"aspirating\",\n        \"aspirer\",\n        \"aspires\",\n        \"aspiring\",\n        \"aspiringly\",\n        \"aspises\",\n        \"aspish\",\n        \"asseverates\",\n        \"asseveratingly\",\n        \"baulking\",\n        \"becowarding\",\n        \"beglooming\",\n        \"behoovingly\",\n        \"beriming\",\n        \"besing\",\n        \"burgling\",\n        \"calquing\",\n        \"curtsying\",\n        \"curvetting\",\n        \"decanting\",\n        \"decerning\",\n        \"decrowning\",\n        \"decurring\",\n        \"decurves\",\n        \"decurving\",\n        \"deeding\",\n        \"deeming\",\n        \"deicing\",\n        \"delectably\",\n        \"delectating\",\n        \"delves\",\n        \"demandative\",\n        \"demanding\",\n        \"demandingly\",\n        \"demurring\",\n        \"depredating\",\n        \"depurging\",\n        \"dequeuing\",\n        \"derning\",\n        \"desanding\",\n        \"desands\",\n        \"deselecting\",\n        \"deselects\",\n        \"desexing\",\n        \"desiderate\",\n        \"desiderating\",\n        \"desidious\",\n        \"desilicating\",\n        \"desilver\",\n        \"desilvering\",\n        \"desilverizing\",\n        \"desilvers\",\n        \"desiring\",\n        \"desiringly\",\n        \"desolatingly\",\n        \"despecialize\",\n        \"desquamating\",\n        \"desray\",\n        \"destaining\",\n        \"destains\",\n        \"destituting\",\n        \"desugaring\",\n        \"desulfuring\",\n        \"desulphurating\",\n        \"diducing\",\n        \"distaves\",\n        \"dithering\",\n        \"draughting\",\n        \"dualizing\",\n        \"eliding\",\n        \"enchasing\",\n        \"endexines\",\n        \"endrins\",\n        \"enfevers\",\n        \"enseating\",\n        \"etherealize\",\n        \"etherealizing\",\n        \"fiant\",\n        \"focalising\",\n        \"focalizing\",\n        \"fopping\",\n        \"foraying\",\n        \"haptens\",\n        \"hereniging\",\n        \"yearns\",\n        \"yeming\",\n        \"inclining\",\n        \"inquinating\",\n        \"kedging\",\n        \"laconizing\",\n        \"laureling\",\n        \"lavishing\",\n        \"levanting\",\n        \"lindens\",\n        \"looing\",\n        \"looking\",\n        \"manhunting\",\n        \"misdating\",\n        \"mismating\",\n        \"nattering\",\n        \"nemocerous\",\n        \"niching\",\n        \"petrifying\",\n        \"pishing\",\n        \"preadvising\",\n        \"preblooming\",\n        \"predeceiving\",\n        \"predisliking\",\n        \"preendorsing\",\n        \"prehardening\",\n        \"preinviting\",\n        \"preobligating\",\n        \"preobliging\",\n        \"prerealizing\",\n        \"prerequiring\",\n        \"prerevenge\",\n        \"prerevising\",\n        \"prosingly\",\n        \"questingly\",\n        \"quires\",\n        \"quiring\",\n        \"quonking\",\n        \"raad\",\n        \"raadzaal\",\n        \"ramparting\",\n        \"rampoling\",\n        \"raveling\",\n        \"requisitely\",\n        \"requoting\",\n        \"roastingly\",\n        \"searchful\",\n        \"searchingly\",\n        \"seeking\",\n        \"seeks\",\n        \"tends\",\n        \"underliking\",\n        \"unseeking\",\n        \"wading\",\n        \"wanning\",\n        \"wishfully\",\n        \"wishingly\",\n        \"wishly\"\n    ],\n    \"Abettals\": [\n        \"abettals\"\n    ],\n    \"igwe\": [\n        \"abettor\",\n        \"alectrion\",\n        \"atmometer\",\n        \"audivision\",\n        \"balkier\",\n        \"bicycle\",\n        \"bicycles\",\n        \"bicycular\",\n        \"caban\",\n        \"cabbies\",\n        \"cetane\",\n        \"cower\",\n        \"crenels\",\n        \"cryometer\",\n        \"crumby\",\n        \"dicycle\",\n        \"ferrovanadium\",\n        \"heavenish\",\n        \"ironclad\",\n        \"jerm\",\n        \"jert\",\n        \"kiers\",\n        \"kines\",\n        \"machin\",\n        \"machina\",\n        \"machinable\",\n        \"machinal\",\n        \"machinament\",\n        \"machinate\",\n        \"machinating\",\n        \"machination\",\n        \"machinator\",\n        \"machine\",\n        \"machineable\",\n        \"machinely\",\n        \"machinemen\",\n        \"machinemonger\",\n        \"machiner\",\n        \"machinery\",\n        \"machineries\",\n        \"machines\",\n        \"machinification\",\n        \"machining\",\n        \"machinism\",\n        \"machinist\",\n        \"machinization\",\n        \"machinize\",\n        \"machinoclast\",\n        \"machinule\",\n        \"mackins\",\n        \"mactra\",\n        \"malter\",\n        \"masseters\",\n        \"massy\",\n        \"mechanal\",\n        \"mechanicality\",\n        \"mechanicalness\",\n        \"mechanism\",\n        \"mechanismic\",\n        \"megaphone\",\n        \"megrel\",\n        \"meiler\",\n        \"mellite\",\n        \"mells\",\n        \"metage\",\n        \"metalcraft\",\n        \"metaline\",\n        \"metaling\",\n        \"metallophone\",\n        \"metallurgical\",\n        \"metalogical\",\n        \"metanotions\",\n        \"methone\",\n        \"metiers\",\n        \"micasts\",\n        \"miking\",\n        \"milldam\",\n        \"milldams\",\n        \"millipeds\",\n        \"millsite\",\n        \"myoelectric\",\n        \"mirage\",\n        \"mysell\",\n        \"mn\",\n        \"monticellite\",\n        \"motorically\",\n        \"mult\",\n        \"murines\",\n        \"mutilla\",\n        \"nitrids\",\n        \"oxydasic\",\n        \"phacellite\",\n        \"phocean\",\n        \"pneume\",\n        \"premachine\",\n        \"pumicer\",\n        \"raspers\",\n        \"riling\",\n        \"rubellite\",\n        \"scissures\",\n        \"semimachine\",\n        \"skybal\",\n        \"skydiving\",\n        \"skyish\",\n        \"skyline\",\n        \"skywards\",\n        \"skywave\",\n        \"smelteries\",\n        \"stelar\",\n        \"submachine\",\n        \"teck\",\n        \"telary\",\n        \"telemechanics\",\n        \"telically\",\n        \"tessellite\",\n        \"tews\",\n        \"torchier\",\n        \"trocks\",\n        \"trudellite\",\n        \"unicycle\",\n        \"urbs\",\n        \"weights\"\n    ],\n    \"ndị na-eme ihe ike\": [\n        \"abettors\",\n        \"abusers\",\n        \"havockers\",\n        \"imbitters\",\n        \"overtakers\",\n        \"rigorists\",\n        \"supremacists\",\n        \"tortfeasors\"\n    ],\n    \"ihe ngosi\": [\n        \"abfarad\",\n        \"actinograph\",\n        \"amices\",\n        \"amphimictical\",\n        \"animadversions\",\n        \"animalisation\",\n        \"animations\",\n        \"animatograph\",\n        \"appressorial\",\n        \"ausforms\",\n        \"bardiness\",\n        \"bathygraphic\",\n        \"biodynamic\",\n        \"bodices\",\n        \"bodrage\",\n        \"boldfaces\",\n        \"cathography\",\n        \"cavies\",\n        \"cenotes\",\n        \"clue\",\n        \"comeatable\",\n        \"costarring\",\n        \"crevis\",\n        \"demonstrations\",\n        \"demoses\",\n        \"depicter\",\n        \"depiction\",\n        \"depictions\",\n        \"deponer\",\n        \"dermopterous\",\n        \"discographical\",\n        \"discographies\",\n        \"discous\",\n        \"diskography\",\n        \"displumes\",\n        \"dissembler\",\n        \"downplay\",\n        \"dramatizations\",\n        \"effigy\",\n        \"effigies\",\n        \"elicitory\",\n        \"elusory\",\n        \"emblematist\",\n        \"emblements\",\n        \"embonpoint\",\n        \"embosoms\",\n        \"emictory\",\n        \"empetrum\",\n        \"evidential\",\n        \"exhibition\",\n        \"exhibitionism\",\n        \"exhibitionistic\",\n        \"exhibitions\",\n        \"exhibits\",\n        \"exposition\",\n        \"exposures\",\n        \"fairgoer\",\n        \"fairgrass\",\n        \"fairing\",\n        \"foreplay\",\n        \"foreplays\",\n        \"garvance\",\n        \"gonocytes\",\n        \"hallmarking\",\n        \"hints\",\n        \"illumes\",\n        \"immedial\",\n        \"imphees\",\n        \"impledges\",\n        \"impressario\",\n        \"impresser\",\n        \"impressionary\",\n        \"impressions\",\n        \"impressments\",\n        \"indicational\",\n        \"indicators\",\n        \"indictors\",\n        \"inevidence\",\n        \"influe\",\n        \"lanknesses\",\n        \"lemovices\",\n        \"loimography\",\n        \"manifestative\",\n        \"manumissions\",\n        \"mimics\",\n        \"mimography\",\n        \"mimotype\",\n        \"mockup\",\n        \"nebby\",\n        \"nivellization\",\n        \"nonexhibition\",\n        \"nonexhibitionism\",\n        \"notative\",\n        \"notifier\",\n        \"obelisms\",\n        \"outplay\",\n        \"outpresses\",\n        \"outreign\",\n        \"overexerts\",\n        \"pageant\",\n        \"palaeographic\",\n        \"palaeotypical\",\n        \"panderage\",\n        \"pantelegraphy\",\n        \"pantography\",\n        \"paradental\",\n        \"parades\",\n        \"paradigmatic\",\n        \"paradigms\",\n        \"paradrops\",\n        \"parallelodrome\",\n        \"pashadoms\",\n        \"patterny\",\n        \"perspectograph\",\n        \"phenospermic\",\n        \"pygmyisms\",\n        \"plausive\",\n        \"pointmen\",\n        \"porteligature\",\n        \"portent\",\n        \"portentive\",\n        \"portentosity\",\n        \"portents\",\n        \"portheus\",\n        \"portliness\",\n        \"portmantologism\",\n        \"portrayals\",\n        \"portulacaceous\",\n        \"presentational\",\n        \"presentationes\",\n        \"presentationism\",\n        \"presentations\",\n        \"presentative\",\n        \"presenter\",\n        \"presential\",\n        \"presentiality\",\n        \"presentialness\",\n        \"presentiment\",\n        \"pretheological\",\n        \"prorector\",\n        \"prosodemic\",\n        \"prostoon\",\n        \"provenances\",\n        \"pulpectomy\",\n        \"reflexes\",\n        \"resenter\",\n        \"rhyparographic\",\n        \"rhypography\",\n        \"screenplay\",\n        \"showbird\",\n        \"showcase\",\n        \"showcased\",\n        \"showcases\",\n        \"showdowns\",\n        \"showings\",\n        \"showpiece\",\n        \"showpieces\",\n        \"showroom\",\n        \"showshop\",\n        \"showstopper\",\n        \"signifer\",\n        \"signifiable\",\n        \"signifiant\",\n        \"significs\",\n        \"signifier\",\n        \"symbionts\",\n        \"symmetrian\",\n        \"symmetrising\",\n        \"sympodia\",\n        \"symposion\",\n        \"spectacle\",\n        \"spectaclemaking\",\n        \"stymy\",\n        \"sublets\",\n        \"theatticalism\",\n        \"tidewaiter\",\n        \"tomographic\",\n        \"unbosoms\",\n        \"underplay\",\n        \"underplays\",\n        \"underrepresentation\",\n        \"undowelled\",\n        \"unperspicuous\",\n        \"unperspicuousness\",\n        \"uplights\",\n        \"upswings\",\n        \"versifiers\",\n        \"vignette\"\n    ],\n    \"ndu\": [\n        \"abhenry\",\n        \"abidance\",\n        \"abidingness\",\n        \"abn\",\n        \"biduous\",\n        \"bio\",\n        \"biocycle\",\n        \"biological\",\n        \"biopic\",\n        \"biotically\",\n        \"brigadiership\",\n        \"chancelled\",\n        \"chancellery\",\n        \"cipherhood\",\n        \"conductorship\",\n        \"conduplication\",\n        \"conjoints\",\n        \"crepitacula\",\n        \"docity\",\n        \"eduction\",\n        \"eductions\",\n        \"eductors\",\n        \"enlivenment\",\n        \"erudit\",\n        \"fid\",\n        \"fossilisation\",\n        \"guid\",\n        \"guidage\",\n        \"guide\",\n        \"guideboard\",\n        \"guidecraft\",\n        \"guideline\",\n        \"guidepost\",\n        \"guideress\",\n        \"guidership\",\n        \"guideship\",\n        \"guideway\",\n        \"guidingly\",\n        \"guidman\",\n        \"guido\",\n        \"guidon\",\n        \"guidsire\",\n        \"guidwife\",\n        \"guildship\",\n        \"jadedness\",\n        \"jadish\",\n        \"khi\",\n        \"lead\",\n        \"leadableness\",\n        \"leadage\",\n        \"leadenness\",\n        \"leaderess\",\n        \"leaderette\",\n        \"leadership\",\n        \"leaderships\",\n        \"leadhillite\",\n        \"leady\",\n        \"leadiness\",\n        \"leadline\",\n        \"leadplant\",\n        \"leadproof\",\n        \"leadwood\",\n        \"leadwort\",\n        \"leadworts\",\n        \"ledgement\",\n        \"ledgy\",\n        \"ledgier\",\n        \"ledgment\",\n        \"ledum\",\n        \"lif\",\n        \"lifebuoy\",\n        \"lifehold\",\n        \"lifelet\",\n        \"lifelike\",\n        \"lifemanship\",\n        \"lifesomely\",\n        \"miscellaneal\",\n        \"mismean\",\n        \"misunion\",\n        \"mordent\",\n        \"mordicant\",\n        \"naissance\",\n        \"naturalistic\",\n        \"presidence\",\n        \"rebud\",\n        \"refile\",\n        \"tusk\",\n        \"tussles\",\n        \"viduous\",\n        \"wardship\"\n    ],\n    \"arụsị\": [\n        \"abhenries\",\n        \"awols\",\n        \"ceasmic\",\n        \"dermatomic\",\n        \"dermatoses\",\n        \"dermoplasty\",\n        \"disgustedness\",\n        \"idiolatry\",\n        \"iditol\",\n        \"idocrases\",\n        \"idol\",\n        \"idola\",\n        \"idolised\",\n        \"idolisers\",\n        \"idolises\",\n        \"idolish\",\n        \"idolism\",\n        \"idolisms\",\n        \"idolist\",\n        \"idolistic\",\n        \"idolization\",\n        \"idolized\",\n        \"idolizer\",\n        \"idolizers\",\n        \"idolizes\",\n        \"idolon\",\n        \"idolous\",\n        \"idols\",\n        \"idolum\",\n        \"incarnadined\",\n        \"itacism\",\n        \"mycterism\",\n        \"pagandoms\",\n        \"syntechnic\",\n        \"torques\"\n    ],\n    \"mkpuru\": [\n        \"abhenrys\",\n        \"gem\",\n        \"gemel\",\n        \"gemels\",\n        \"gemlich\",\n        \"gemlike\",\n        \"gemmate\",\n        \"gemmel\",\n        \"gemmer\",\n        \"gemmy\",\n        \"gemot\",\n        \"gemote\",\n        \"gemse\",\n        \"gemses\",\n        \"gimels\",\n        \"psyllium\",\n        \"seed\",\n        \"seedlings\"\n    ],\n    \"ihe na-asọ oyi\": [\n        \"abhominable\",\n        \"distasteful\"\n    ],\n    \"asọ oyi\": [\n        \"abhor\"\n    ],\n    \"asị\": [\n        \"abhorred\",\n        \"abhorrency\",\n        \"hateable\",\n        \"hates\",\n        \"loathes\",\n        \"railed\"\n    ],\n    \"nleda anya\": [\n        \"abhorrence\",\n        \"contemnible\",\n        \"contemns\",\n        \"contemptible\",\n        \"degrading\",\n        \"demeaned\",\n        \"demeaning\",\n        \"desparple\",\n        \"despicability\",\n        \"despicable\",\n        \"despitous\",\n        \"desponsories\",\n        \"despumation\",\n        \"disdainous\",\n        \"disparagement\",\n        \"scorny\",\n        \"subreference\",\n        \"underprospect\"\n    ],\n    \"ndị na-asọ oyi\": [\n        \"abhorrers\",\n        \"despisers\",\n        \"repugns\"\n    ],\n    \"jọgburu onwe ya\": [\n        \"abhorrible\",\n        \"atrible\",\n        \"awfullest\",\n        \"crible\",\n        \"lothsome\",\n        \"scorious\",\n        \"uglier\"\n    ],\n    \"Chọọ\": [\n        \"aby\",\n        \"adhibited\",\n        \"als\",\n        \"decemdentate\",\n        \"dervish\",\n        \"devirginate\",\n        \"deviscerate\",\n        \"distad\",\n        \"dompt\",\n        \"lgth\",\n        \"lichted\",\n        \"skeined\",\n        \"souffleing\"\n    ],\n    \"na-egbu\": [\n        \"abidal\",\n        \"ablates\",\n        \"barnacling\",\n        \"bechancing\",\n        \"beclamoring\",\n        \"becrawling\",\n        \"becrowding\",\n        \"ching\",\n        \"culicide\",\n        \"deadening\",\n        \"deathling\",\n        \"deicidal\",\n        \"drouking\",\n        \"flummoxing\",\n        \"hasping\",\n        \"immolating\",\n        \"killing\",\n        \"kills\",\n        \"kilning\",\n        \"kilting\",\n        \"lichting\",\n        \"morling\",\n        \"mortises\",\n        \"muddling\",\n        \"nidal\",\n        \"perhalide\",\n        \"shimmying\",\n        \"slaying\",\n        \"slewing\",\n        \"slurrying\",\n        \"spites\",\n        \"stablishes\",\n        \"stabs\",\n        \"staghunting\",\n        \"whooshing\",\n        \"wooshing\"\n    ],\n    \"na-agbarụ\": [\n        \"abidances\",\n        \"befouling\",\n        \"bewrathed\",\n        \"blitheful\",\n        \"blitzes\",\n        \"brimmingly\",\n        \"debriding\",\n        \"decarburizing\",\n        \"degradedly\",\n        \"denigrating\",\n        \"dislustring\",\n        \"garbling\",\n        \"garblings\",\n        \"grappled\",\n        \"misediting\",\n        \"quirking\",\n        \"quisling\",\n        \"remailing\",\n        \"scurrying\",\n        \"twattling\",\n        \"twittering\",\n        \"twitteringly\",\n        \"wirble\"\n    ],\n    \"ibi ndu\": [\n        \"abidden\",\n        \"cotingidae\",\n        \"focalization\",\n        \"habitualize\",\n        \"homometrical\",\n        \"homometrically\",\n        \"rhabdomancy\"\n    ],\n    \"nọgidenụ\": [\n        \"abide\",\n        \"adjoining\"\n    ],\n    \"noro\": [\n        \"abided\",\n        \"subsist\"\n    ],\n    \"na-adịgide\": [\n        \"abiders\",\n        \"lasts\",\n        \"lingers\",\n        \"perpetuates\",\n        \"persians\",\n        \"persisters\",\n        \"persists\",\n        \"steadies\"\n    ],\n    \"na-anọgide\": [\n        \"abides\"\n    ],\n    \"na-asọpụrụ\": [\n        \"abiding\",\n        \"adoperate\",\n        \"adrenalize\",\n        \"adulate\",\n        \"andromonoecious\",\n        \"defyingly\",\n        \"deitate\",\n        \"devitrifying\",\n        \"devotionate\",\n        \"dignifies\",\n        \"dignifying\",\n        \"esteeming\",\n        \"estivating\",\n        \"homageable\",\n        \"homaging\",\n        \"honorees\",\n        \"honorifical\",\n        \"honoring\",\n        \"honourer\",\n        \"honouring\",\n        \"overurging\",\n        \"politeful\",\n        \"politest\",\n        \"praelected\",\n        \"prestoring\",\n        \"pretastes\",\n        \"radious\",\n        \"respecting\",\n        \"revengingly\",\n        \"venerates\"\n    ],\n    \"abien\": [\n        \"abience\"\n    ],\n    \"abi\": [\n        \"abient\"\n    ],\n    \"nri\": [\n        \"abietene\",\n        \"abietin\",\n        \"adeption\",\n        \"afterage\",\n        \"anogra\",\n        \"anorn\",\n        \"antebridal\",\n        \"appetizers\",\n        \"ateeter\",\n        \"bittings\",\n        \"botanised\",\n        \"botanized\",\n        \"breading\",\n        \"buffone\",\n        \"cabiric\",\n        \"cabrit\",\n        \"cain\",\n        \"canasta\",\n        \"canaster\",\n        \"carnic\",\n        \"cateress\",\n        \"catti\",\n        \"chefdom\",\n        \"cinderous\",\n        \"cnicus\",\n        \"coquetting\",\n        \"ctelette\",\n        \"cuddies\",\n        \"cuemanship\",\n        \"cuinage\",\n        \"cuinfo\",\n        \"cuing\",\n        \"cuirie\",\n        \"cuish\",\n        \"cuishes\",\n        \"cuisinary\",\n        \"cuisine\",\n        \"cuisines\",\n        \"cuorin\",\n        \"cuvies\",\n        \"delicacy\",\n        \"delicat\",\n        \"delicateness\",\n        \"deliciae\",\n        \"devoices\",\n        \"dialiness\",\n        \"diet\",\n        \"dietal\",\n        \"dietary\",\n        \"diets\",\n        \"dines\",\n        \"dinetic\",\n        \"dinic\",\n        \"dinical\",\n        \"dins\",\n        \"dish\",\n        \"eateries\",\n        \"ediles\",\n        \"feddans\",\n        \"fedity\",\n        \"feedable\",\n        \"feedstock\",\n        \"fertileness\",\n        \"fertilizers\",\n        \"fertilizes\",\n        \"fervors\",\n        \"fogas\",\n        \"food\",\n        \"foody\",\n        \"foods\",\n        \"forage\",\n        \"forages\",\n        \"gresil\",\n        \"griffinage\",\n        \"grivois\",\n        \"grocerdom\",\n        \"grocery\",\n        \"grocerly\",\n        \"grocerwise\",\n        \"groceteria\",\n        \"groff\",\n        \"groining\",\n        \"grotianism\",\n        \"grottoes\",\n        \"gurry\",\n        \"hexastichic\",\n        \"yills\",\n        \"indulin\",\n        \"yond\",\n        \"kairotic\",\n        \"lunacy\",\n        \"luny\",\n        \"lunulated\",\n        \"maltine\",\n        \"manace\",\n        \"manal\",\n        \"manganate\",\n        \"mannitols\",\n        \"manoir\",\n        \"manqu\",\n        \"manque\",\n        \"manure\",\n        \"manurement\",\n        \"manures\",\n        \"manurial\",\n        \"manuring\",\n        \"manus\",\n        \"maturant\",\n        \"meads\",\n        \"meal\",\n        \"mealies\",\n        \"mealily\",\n        \"mealiness\",\n        \"meals\",\n        \"menat\",\n        \"menison\",\n        \"nairy\",\n        \"ngai\",\n        \"niter\",\n        \"niterbush\",\n        \"nitery\",\n        \"niters\",\n        \"nitriary\",\n        \"nitriaries\",\n        \"nitriles\",\n        \"nitrolic\",\n        \"nookery\",\n        \"nourishment\",\n        \"nurturant\",\n        \"nutritively\",\n        \"nuttishness\",\n        \"pagina\",\n        \"pagnes\",\n        \"palaver\",\n        \"paramese\",\n        \"pascoite\",\n        \"paseng\",\n        \"pasgarde\",\n        \"pasquil\",\n        \"pasquiler\",\n        \"pasquin\",\n        \"pasquinian\",\n        \"pastern\",\n        \"pastorage\",\n        \"pastorate\",\n        \"pastorates\",\n        \"pastour\",\n        \"picine\",\n        \"pining\",\n        \"pirogues\",\n        \"piscine\",\n        \"platane\",\n        \"platyopic\",\n        \"platitude\",\n        \"pong\",\n        \"prismoid\",\n        \"prismoids\",\n        \"pterotic\",\n        \"raquet\",\n        \"rations\",\n        \"right\",\n        \"satieties\",\n        \"saturant\",\n        \"serrature\",\n        \"snack\",\n        \"snackette\",\n        \"snacky\",\n        \"snacking\",\n        \"snackle\",\n        \"snacks\",\n        \"snakiness\",\n        \"snast\",\n        \"stof\",\n        \"stuffing\",\n        \"stuffings\",\n        \"supped\",\n        \"supperward\",\n        \"tared\",\n        \"victuals\",\n        \"vitrage\",\n        \"woddie\",\n        \"woodie\"\n    ],\n    \"ihere\": [\n        \"abietic\",\n        \"abiotical\",\n        \"absolent\",\n        \"ambient\",\n        \"ambients\",\n        \"ambigenal\",\n        \"arenaceous\",\n        \"ashamed\",\n        \"ashamedly\",\n        \"ashamedness\",\n        \"awkward\",\n        \"awkwarder\",\n        \"awkwardest\",\n        \"awkwardish\",\n        \"awkwardness\",\n        \"befogged\",\n        \"bellowsful\",\n        \"beshamed\",\n        \"bitypic\",\n        \"blabby\",\n        \"blushed\",\n        \"blushers\",\n        \"blushes\",\n        \"blushet\",\n        \"blushful\",\n        \"blushfully\",\n        \"blushfulness\",\n        \"blushiness\",\n        \"blushwort\",\n        \"cameralistic\",\n        \"cofounded\",\n        \"concreter\",\n        \"confounded\",\n        \"confoundedly\",\n        \"confoundedness\",\n        \"confounder\",\n        \"degradedness\",\n        \"degradingly\",\n        \"desorbed\",\n        \"disembarrass\",\n        \"disembarrassed\",\n        \"disembarrassment\",\n        \"disgrace\",\n        \"disgraced\",\n        \"disgraceful\",\n        \"disgracefully\",\n        \"disgracefulness\",\n        \"disgracer\",\n        \"disgracers\",\n        \"disgraces\",\n        \"disgracia\",\n        \"disgracious\",\n        \"disgracive\",\n        \"disgradation\",\n        \"disgrade\",\n        \"disgraded\",\n        \"disgrading\",\n        \"disgradulate\",\n        \"dishonorable\",\n        \"dishonorableness\",\n        \"dishonourable\",\n        \"dislustre\",\n        \"dismayedness\",\n        \"doffed\",\n        \"doffer\",\n        \"embarrased\",\n        \"embarrass\",\n        \"embarrassed\",\n        \"embarrassedly\",\n        \"embarrasses\",\n        \"embarrassing\",\n        \"embarrassingly\",\n        \"embarrassments\",\n        \"embarred\",\n        \"empetraceous\",\n        \"frownful\",\n        \"funfair\",\n        \"gufought\",\n        \"harquebusier\",\n        \"humiliant\",\n        \"humiliated\",\n        \"humiliating\",\n        \"humiliative\",\n        \"humiliator\",\n        \"humiliatory\",\n        \"humored\",\n        \"humorsomeness\",\n        \"imbellic\",\n        \"incrassated\",\n        \"incrassation\",\n        \"inglorious\",\n        \"ingloriousness\",\n        \"intermeddlesome\",\n        \"loathly\",\n        \"miseat\",\n        \"misendeavor\",\n        \"misgraff\",\n        \"outshamed\",\n        \"panniered\",\n        \"participial\",\n        \"phlebolitic\",\n        \"rhapsodes\",\n        \"rhapsodically\",\n        \"scandalised\",\n        \"scandalized\",\n        \"scandalled\",\n        \"scandalous\",\n        \"scandic\",\n        \"seepproof\",\n        \"sereward\",\n        \"shabbyish\",\n        \"shame\",\n        \"shameable\",\n        \"shamed\",\n        \"shameface\",\n        \"shamefast\",\n        \"shamefastly\",\n        \"shameful\",\n        \"shamefully\",\n        \"shamefulness\",\n        \"shameless\",\n        \"shameproof\",\n        \"shames\",\n        \"shameworthy\",\n        \"shammed\",\n        \"shamoyed\",\n        \"shy\",\n        \"shydepoke\",\n        \"shyish\",\n        \"shyly\",\n        \"shylock\",\n        \"shylockism\",\n        \"shyness\",\n        \"shingly\",\n        \"shmoes\",\n        \"shoddydom\",\n        \"shooflies\",\n        \"shuted\",\n        \"snootiness\",\n        \"sorbefacient\",\n        \"stigma\",\n        \"stigmat\",\n        \"stigmatal\",\n        \"stigmatic\",\n        \"stigmatical\",\n        \"stigmatized\",\n        \"stigmes\",\n        \"stonishment\",\n        \"sussultorial\",\n        \"timid\",\n        \"timider\",\n        \"timidity\",\n        \"timidities\",\n        \"timidness\",\n        \"timidous\",\n        \"unashamed\",\n        \"unbetterable\",\n        \"underassessed\",\n        \"underassessment\",\n        \"unembarassed\",\n        \"unembarrassed\",\n        \"unembarrassedly\",\n        \"unembarrassedness\",\n        \"unembarrassing\",\n        \"unembarrassment\",\n        \"ungrace\",\n        \"unshameable\",\n        \"unshamed\",\n        \"unshameful\",\n        \"unshamefulness\",\n        \"verecundity\",\n        \"vilenesses\",\n        \"whyness\"\n    ],\n    \"dị jụụ\": [\n        \"abietineous\",\n        \"calmest\",\n        \"calmiest\",\n        \"cool\",\n        \"coolly\",\n        \"frette\",\n        \"fretter\",\n        \"frettier\",\n        \"moody\",\n        \"nefast\",\n        \"serener\",\n        \"soothest\",\n        \"tranquilly\"\n    ],\n    \"udo\": [\n        \"abietite\",\n        \"amacrinal\",\n        \"amesace\",\n        \"amicable\",\n        \"amicably\",\n        \"ammonation\",\n        \"amorosity\",\n        \"amosite\",\n        \"anourous\",\n        \"apiaceous\",\n        \"arenose\",\n        \"bechances\",\n        \"calentural\",\n        \"calmato\",\n        \"calmness\",\n        \"clothilda\",\n        \"coevalness\",\n        \"communard\",\n        \"communion\",\n        \"communionable\",\n        \"communional\",\n        \"communions\",\n        \"coronopus\",\n        \"damselhood\",\n        \"dorr\",\n        \"dorsiferous\",\n        \"dourness\",\n        \"easel\",\n        \"easements\",\n        \"easinesses\",\n        \"eassel\",\n        \"erthen\",\n        \"esnecy\",\n        \"eustace\",\n        \"fervescence\",\n        \"fervescent\",\n        \"fiques\",\n        \"flentes\",\n        \"glumiferous\",\n        \"homothermy\",\n        \"yeastier\",\n        \"intercalm\",\n        \"interunion\",\n        \"muciferous\",\n        \"noncitation\",\n        \"nosite\",\n        \"pacation\",\n        \"pacifies\",\n        \"pacifistic\",\n        \"peace\",\n        \"peacebreaking\",\n        \"peaceful\",\n        \"peacefullest\",\n        \"peacefulness\",\n        \"peaces\",\n        \"peachen\",\n        \"peachiness\",\n        \"peacod\",\n        \"phial\",\n        \"philippism\",\n        \"pinguescence\",\n        \"pivalic\",\n        \"placidly\",\n        \"placidness\",\n        \"pleion\",\n        \"pleurite\",\n        \"ponderancy\",\n        \"prosody\",\n        \"prosperously\",\n        \"putrescence\",\n        \"qualmishness\",\n        \"salacity\",\n        \"salacities\",\n        \"saporous\",\n        \"serened\",\n        \"sereneness\",\n        \"setaceous\",\n        \"settledness\",\n        \"shalom\",\n        \"sonorousness\",\n        \"stramony\",\n        \"sustentor\",\n        \"torydom\",\n        \"tranced\",\n        \"trouserdom\",\n        \"unpeace\",\n        \"unpeacefulness\",\n        \"unstateable\",\n        \"wadies\",\n        \"whirrs\"\n    ],\n    \"abieza\": [\n        \"abiezer\"\n    ],\n    \"abige\": [\n        \"abigei\"\n    ],\n    \"hazie\": [\n        \"abiliment\",\n        \"arranged\",\n        \"bacchanalize\",\n        \"bodilize\",\n        \"bonderize\",\n        \"configurate\",\n        \"configurated\",\n        \"configure\",\n        \"configured\",\n        \"customize\",\n        \"elementalize\",\n        \"formalise\",\n        \"formalize\",\n        \"habiliment\",\n        \"habilimentation\",\n        \"institutionalise\",\n        \"institutionalize\",\n        \"institutionize\",\n        \"malorganized\",\n        \"manganize\",\n        \"mannerize\",\n        \"mishandle\",\n        \"naturalize\",\n        \"organizable\",\n        \"organize\",\n        \"parameterize\",\n        \"personalize\",\n        \"preorganize\",\n        \"preorganized\",\n        \"prioritize\",\n        \"processionize\",\n        \"professionize\",\n        \"randomize\",\n        \"reguided\",\n        \"regularized\",\n        \"systematize\",\n        \"systemising\",\n        \"systemize\",\n        \"structuralize\"\n    ],\n    \"abil\": [\n        \"abilitable\"\n    ],\n    \"ikike\": [\n        \"ability\",\n        \"abilities\",\n        \"ablegation\",\n        \"ableness\",\n        \"accidency\",\n        \"acrity\",\n        \"alibility\",\n        \"amability\",\n        \"amicabilities\",\n        \"anility\",\n        \"anilities\",\n        \"appropinquation\",\n        \"arability\",\n        \"archpriesthood\",\n        \"armipotence\",\n        \"authorially\",\n        \"authorisable\",\n        \"authorisation\",\n        \"authoriser\",\n        \"authorism\",\n        \"authoritarianisms\",\n        \"authoritative\",\n        \"authoritativeness\",\n        \"authority\",\n        \"authorization\",\n        \"authorizations\",\n        \"authotype\",\n        \"awarrant\",\n        \"capability\",\n        \"capabilities\",\n        \"capableness\",\n        \"capabler\",\n        \"capacious\",\n        \"capaciousness\",\n        \"capacitance\",\n        \"capacitances\",\n        \"capacitations\",\n        \"capacitative\",\n        \"capacity\",\n        \"capacities\",\n        \"capacitive\",\n        \"charism\",\n        \"charisma\",\n        \"clairsentience\",\n        \"coauthority\",\n        \"coauthorship\",\n        \"competency\",\n        \"competencies\",\n        \"comprized\",\n        \"copiability\",\n        \"crapulence\",\n        \"declivity\",\n        \"demiofficial\",\n        \"demountability\",\n        \"denaturisation\",\n        \"doability\",\n        \"docility\",\n        \"emplaned\",\n        \"emplanement\",\n        \"emporte\",\n        \"empowerment\",\n        \"entitledness\",\n        \"entitlement\",\n        \"entitule\",\n        \"exigency\",\n        \"exorability\",\n        \"extemporise\",\n        \"ferroelectricity\",\n        \"foalhood\",\n        \"foreshoulder\",\n        \"geniture\",\n        \"granch\",\n        \"heirship\",\n        \"ignipotent\",\n        \"immanentism\",\n        \"imperatorship\",\n        \"implausibilities\",\n        \"impocket\",\n        \"impoison\",\n        \"incumbency\",\n        \"jower\",\n        \"jurisdiction\",\n        \"jurisdictional\",\n        \"jurisdictionalism\",\n        \"jurisdictionally\",\n        \"jurisdictions\",\n        \"jurisdictive\",\n        \"jurisp\",\n        \"knightlihood\",\n        \"licence\",\n        \"licencer\",\n        \"license\",\n        \"licensees\",\n        \"lichened\",\n        \"licitness\",\n        \"limital\",\n        \"loquacity\",\n        \"magistrateship\",\n        \"magnipotence\",\n        \"magnipotent\",\n        \"mandarinate\",\n        \"mandarinship\",\n        \"mandatories\",\n        \"mandatoriness\",\n        \"matronhood\",\n        \"matronship\",\n        \"measurability\",\n        \"mormaorship\",\n        \"motility\",\n        \"motricity\",\n        \"muliebrity\",\n        \"officiousness\",\n        \"ordinability\",\n        \"ostensibility\",\n        \"overthriftiness\",\n        \"owrehip\",\n        \"pennipotent\",\n        \"percesoces\",\n        \"percipience\",\n        \"percipiency\",\n        \"percutient\",\n        \"periblems\",\n        \"permissibility\",\n        \"permission\",\n        \"permissory\",\n        \"permistion\",\n        \"permit\",\n        \"permits\",\n        \"permittance\",\n        \"permittivity\",\n        \"permittivities\",\n        \"perpensity\",\n        \"perusal\",\n        \"pistillaceous\",\n        \"plenipotence\",\n        \"plenipotentiary\",\n        \"plenipotentiaries\",\n        \"pleurisy\",\n        \"pleurisies\",\n        \"pluriserial\",\n        \"plurisy\",\n        \"plurispiral\",\n        \"possessingness\",\n        \"possessival\",\n        \"possessiveness\",\n        \"possessoriness\",\n        \"potance\",\n        \"potential\",\n        \"potentiality\",\n        \"potentialities\",\n        \"potentialness\",\n        \"potentials\",\n        \"praetorship\",\n        \"pravity\",\n        \"prejurisdiction\",\n        \"prepotence\",\n        \"prepotency\",\n        \"prerogative\",\n        \"prerogatived\",\n        \"prerogatives\",\n        \"proauthority\",\n        \"proautomation\",\n        \"procacity\",\n        \"procity\",\n        \"proclassic\",\n        \"proclassical\",\n        \"proclivities\",\n        \"proconscription\",\n        \"proconservation\",\n        \"proconsultation\",\n        \"procritique\",\n        \"procurability\",\n        \"procurableness\",\n        \"procuracy\",\n        \"procuracies\",\n        \"procural\",\n        \"procuratory\",\n        \"procuratorship\",\n        \"proficience\",\n        \"progenity\",\n        \"promercy\",\n        \"propensities\",\n        \"propensitude\",\n        \"proprieties\",\n        \"proprietory\",\n        \"proprietorships\",\n        \"proprioception\",\n        \"prosodion\",\n        \"provisorship\",\n        \"quackhood\",\n        \"quedship\",\n        \"rightisms\",\n        \"rights\",\n        \"rightship\",\n        \"salabilities\",\n        \"sempiternity\",\n        \"spency\",\n        \"stulty\",\n        \"suability\",\n        \"subabilities\",\n        \"submergibility\",\n        \"subpotency\",\n        \"subpotencies\",\n        \"subrotundity\",\n        \"substitutabilities\",\n        \"suffrutices\",\n        \"supererogant\",\n        \"supererogative\",\n        \"superevidence\",\n        \"superjurisdiction\",\n        \"superorganism\",\n        \"suprerogative\",\n        \"surmountableness\",\n        \"tamability\",\n        \"tenability\",\n        \"tenacities\",\n        \"tensorship\",\n        \"tutorage\",\n        \"valiance\",\n        \"valiancy\",\n        \"ventripotence\",\n        \"vernility\",\n        \"viabilities\",\n        \"volitiency\",\n        \"volitions\",\n        \"vower\",\n        \"warran\",\n        \"warrand\",\n        \"warrant\",\n        \"warrantees\"\n    ],\n    \"abella\": [\n        \"abilla\"\n    ],\n    \"anime\": [\n        \"abime\"\n    ],\n    \"dị iche iche\": [\n        \"abiogenous\",\n        \"arctically\",\n        \"atrioventricular\",\n        \"bilaterally\",\n        \"cerulific\",\n        \"confocally\",\n        \"couchantly\",\n        \"counterprinciple\",\n        \"derivatively\",\n        \"detours\",\n        \"differentiators\",\n        \"differing\",\n        \"differingly\",\n        \"disroost\",\n        \"dissents\",\n        \"diverberate\",\n        \"divergently\",\n        \"divergingly\",\n        \"diversely\",\n        \"diversifiable\",\n        \"diversifications\",\n        \"diversifolious\",\n        \"diversiform\",\n        \"diversory\",\n        \"diverticular\",\n        \"diverticulate\",\n        \"eyrant\",\n        \"elatinaceous\",\n        \"heterogeneous\",\n        \"isogradient\",\n        \"kains\",\n        \"merdivorous\",\n        \"miscellaneous\",\n        \"multivarious\",\n        \"ovately\",\n        \"pinguedinous\",\n        \"recredential\",\n        \"singularity\",\n        \"singularities\",\n        \"singularness\",\n        \"sorediferous\",\n        \"staiver\",\n        \"subvariety\",\n        \"subventitious\",\n        \"supes\",\n        \"uniflorous\",\n        \"variants\",\n        \"various\",\n        \"varvel\",\n        \"versemen\",\n        \"versicolor\",\n        \"versicolorate\",\n        \"versicolored\",\n        \"versicolorous\",\n        \"versiculi\",\n        \"versifiaster\",\n        \"versiform\"\n    ],\n    \"ihe omuma\": [\n        \"abiology\",\n        \"acologic\",\n        \"acoumetry\",\n        \"acousmatic\",\n        \"acrology\",\n        \"acrologue\",\n        \"actinology\",\n        \"adventual\",\n        \"afformative\",\n        \"alkahestical\",\n        \"allobrogical\",\n        \"amities\",\n        \"aneurisms\",\n        \"anil\",\n        \"animism\",\n        \"anywhereness\",\n        \"anthogenous\",\n        \"anthropography\",\n        \"antiphilosophy\",\n        \"antiphilosophic\",\n        \"antiphilosophical\",\n        \"antiscriptural\",\n        \"antitheology\",\n        \"aphorismical\",\n        \"apiology\",\n        \"approximator\",\n        \"arachnology\",\n        \"arachnological\",\n        \"arcocentrous\",\n        \"arenosity\",\n        \"aristology\",\n        \"aristological\",\n        \"auxanology\",\n        \"axiology\",\n        \"axiological\",\n        \"axiologies\",\n        \"bacchanalism\",\n        \"bathyorographical\",\n        \"behemothic\",\n        \"beyship\",\n        \"bequeathment\",\n        \"bibliograph\",\n        \"bibliophiles\",\n        \"bibliophilistic\",\n        \"bibracteolate\",\n        \"bioactivity\",\n        \"biodegrade\",\n        \"biodynamical\",\n        \"biodynamics\",\n        \"biognosis\",\n        \"biographic\",\n        \"bioherm\",\n        \"biomes\",\n        \"biophysical\",\n        \"biophysiography\",\n        \"bios\",\n        \"biosocial\",\n        \"biovular\",\n        \"bizarreness\",\n        \"brachygraphy\",\n        \"brachygraphic\",\n        \"brachylogy\",\n        \"brachylogies\",\n        \"buccogingival\",\n        \"campanology\",\n        \"campanological\",\n        \"canadianisms\",\n        \"cangy\",\n        \"cangler\",\n        \"characteriser\",\n        \"chymistry\",\n        \"coalizing\",\n        \"cognisableness\",\n        \"cognitive\",\n        \"cognitives\",\n        \"connaturalness\",\n        \"connoissance\",\n        \"corseleted\",\n        \"corseque\",\n        \"cosmicality\",\n        \"cosmography\",\n        \"cosmographic\",\n        \"coxalgies\",\n        \"crystallography\",\n        \"curvilinearity\",\n        \"delineament\",\n        \"delineation\",\n        \"descendentalism\",\n        \"discarnation\",\n        \"disinformation\",\n        \"dissimilatory\",\n        \"easterliness\",\n        \"ecclesiography\",\n        \"effluviography\",\n        \"electronographic\",\n        \"electrotelegraphy\",\n        \"emblematicalness\",\n        \"emblematology\",\n        \"emblemology\",\n        \"embolic\",\n        \"emphractic\",\n        \"encystation\",\n        \"enlightenedness\",\n        \"enlightener\",\n        \"enlightenment\",\n        \"enthraller\",\n        \"entomology\",\n        \"entomological\",\n        \"entozoologist\",\n        \"eonisms\",\n        \"epagomenal\",\n        \"epagomenic\",\n        \"epagomenous\",\n        \"ephererist\",\n        \"epical\",\n        \"epicyclical\",\n        \"epicures\",\n        \"episternite\",\n        \"epitomical\",\n        \"escapology\",\n        \"ethicoaesthetic\",\n        \"ethicophysical\",\n        \"etymological\",\n        \"exegetics\",\n        \"exobiology\",\n        \"extranuclear\",\n        \"factorials\",\n        \"farcicality\",\n        \"farcies\",\n        \"farfet\",\n        \"fluviograph\",\n        \"fluviology\",\n        \"foraminiferous\",\n        \"formativeness\",\n        \"genitives\",\n        \"glossography\",\n        \"glossology\",\n        \"hedonisms\",\n        \"hemispheric\",\n        \"hemispherical\",\n        \"hercogamous\",\n        \"heresiography\",\n        \"heresiology\",\n        \"heresiologist\",\n        \"heritrixes\",\n        \"hesthogenous\",\n        \"hierological\",\n        \"hisses\",\n        \"horologiography\",\n        \"ichthyographies\",\n        \"iliopsoatic\",\n        \"illuminism\",\n        \"imagerial\",\n        \"imamship\",\n        \"immaterialism\",\n        \"immaterials\",\n        \"imperperia\",\n        \"inexplicit\",\n        \"informable\",\n        \"informative\",\n        \"informativeness\",\n        \"informidable\",\n        \"informity\",\n        \"innovativeness\",\n        \"intergyral\",\n        \"intermesenterial\",\n        \"ironism\",\n        \"ismatic\",\n        \"ismatical\",\n        \"ismaticalness\",\n        \"isodynamical\",\n        \"isodynamous\",\n        \"isothermal\",\n        \"isothermical\",\n        \"isthmistical\",\n        \"knowableness\",\n        \"knowings\",\n        \"knowledgableness\",\n        \"knowledge\",\n        \"knowledgeability\",\n        \"knowledgeableness\",\n        \"laics\",\n        \"lymphatical\",\n        \"lipography\",\n        \"lithatic\",\n        \"lithemic\",\n        \"lithoclasty\",\n        \"lithogenous\",\n        \"lithontriptic\",\n        \"lithophytic\",\n        \"lithospermous\",\n        \"lithospheric\",\n        \"liturgiological\",\n        \"liturgistic\",\n        \"liturgistical\",\n        \"locoism\",\n        \"manics\",\n        \"maternology\",\n        \"mechanicochemical\",\n        \"mechanicointellectual\",\n        \"meconology\",\n        \"megalochirous\",\n        \"megalography\",\n        \"megalospheric\",\n        \"memorious\",\n        \"metallography\",\n        \"metaphenomenon\",\n        \"mycological\",\n        \"myoneural\",\n        \"miscegenations\",\n        \"misinformation\",\n        \"misknowledge\",\n        \"misresult\",\n        \"molehead\",\n        \"moleheap\",\n        \"molehillish\",\n        \"monoalphabetic\",\n        \"monogynoecial\",\n        \"monogrammatic\",\n        \"monogrammatical\",\n        \"monography\",\n        \"monographic\",\n        \"monological\",\n        \"monologue\",\n        \"monophyodontism\",\n        \"monopolylogue\",\n        \"monostichic\",\n        \"monostromatic\",\n        \"monostrophics\",\n        \"monstership\",\n        \"monumentality\",\n        \"morphology\",\n        \"morphological\",\n        \"morphologically\",\n        \"musefulness\",\n        \"naticiform\",\n        \"neoformation\",\n        \"novelivelle\",\n        \"novelness\",\n        \"occidentality\",\n        \"ommatidial\",\n        \"omniscience\",\n        \"organography\",\n        \"organographic\",\n        \"organographies\",\n        \"organometallic\",\n        \"orientative\",\n        \"overphilosophizing\",\n        \"paedological\",\n        \"palaeoethnology\",\n        \"palynology\",\n        \"palynological\",\n        \"panegyrics\",\n        \"pansexuality\",\n        \"parallelogrammical\",\n        \"paregorical\",\n        \"paroemiography\",\n        \"paromology\",\n        \"pathoradiography\",\n        \"pedology\",\n        \"pedological\",\n        \"pedomancy\",\n        \"perispomenon\",\n        \"phaenology\",\n        \"phaenological\",\n        \"phalangology\",\n        \"phenocrystic\",\n        \"phenology\",\n        \"phenological\",\n        \"phenomenical\",\n        \"phenomenist\",\n        \"phenomenistic\",\n        \"phenomenology\",\n        \"phenomenologic\",\n        \"phenomenological\",\n        \"phenomenologies\",\n        \"phylarchical\",\n        \"philematology\",\n        \"philographic\",\n        \"philologue\",\n        \"philomathical\",\n        \"philoprogenitiveness\",\n        \"philotherianism\",\n        \"physicochemically\",\n        \"phytological\",\n        \"photesthesis\",\n        \"phrasemongery\",\n        \"pietisticalness\",\n        \"pyramidicalness\",\n        \"pyretography\",\n        \"pyrograph\",\n        \"pyrography\",\n        \"pyrographic\",\n        \"pyrographies\",\n        \"pithanology\",\n        \"planography\",\n        \"pneodynamics\",\n        \"podgily\",\n        \"porcellanic\",\n        \"preconsonantal\",\n        \"preconsult\",\n        \"preconsultor\",\n        \"preformationist\",\n        \"prescience\",\n        \"presentationalism\",\n        \"procomprise\",\n        \"procurvation\",\n        \"prodigy\",\n        \"prodigies\",\n        \"prosodics\",\n        \"protatic\",\n        \"protistological\",\n        \"psalmography\",\n        \"pseudographize\",\n        \"pseudological\",\n        \"psychographic\",\n        \"psychonomics\",\n        \"psychorhythmical\",\n        \"quinology\",\n        \"scenarioist\",\n        \"scenarioization\",\n        \"semantics\",\n        \"semianaesthetic\",\n        \"semianesthetic\",\n        \"semielliptical\",\n        \"semimaterialistic\",\n        \"semimechanical\",\n        \"seminationalization\",\n        \"semiorganically\",\n        \"semiromantic\",\n        \"semitropics\",\n        \"symbasic\",\n        \"symbasical\",\n        \"symbasis\",\n        \"symbiogenesis\",\n        \"symbiogenetic\",\n        \"symbion\",\n        \"symbionic\",\n        \"symbiontic\",\n        \"symbionticism\",\n        \"symbioses\",\n        \"symbiosis\",\n        \"symbiot\",\n        \"symbiote\",\n        \"symbiotes\",\n        \"symbiotic\",\n        \"symbiotical\",\n        \"symbiotics\",\n        \"symbiotism\",\n        \"symbiotrophic\",\n        \"symblepharon\",\n        \"simity\",\n        \"symmedian\",\n        \"symmelia\",\n        \"symmelian\",\n        \"symmetalism\",\n        \"symmetallism\",\n        \"symmetral\",\n        \"symmetricality\",\n        \"symmetricalness\",\n        \"symmetrisation\",\n        \"symmetrist\",\n        \"symmetrization\",\n        \"symmetrophobia\",\n        \"symmory\",\n        \"symmorphic\",\n        \"symmorphism\",\n        \"simooms\",\n        \"symphynote\",\n        \"symphyogenetic\",\n        \"symphyostemonous\",\n        \"symphysial\",\n        \"symphysian\",\n        \"symphysic\",\n        \"symphysis\",\n        \"symphystic\",\n        \"symphronistic\",\n        \"symplectic\",\n        \"symplesite\",\n        \"sympodial\",\n        \"symposia\",\n        \"symposiac\",\n        \"symposiacal\",\n        \"symposial\",\n        \"symposiarch\",\n        \"symposiast\",\n        \"symposiastic\",\n        \"symposisia\",\n        \"sympossia\",\n        \"symtomology\",\n        \"simulty\",\n        \"synoecious\",\n        \"sinology\",\n        \"sinological\",\n        \"sinologue\",\n        \"syntypicism\",\n        \"sophisticative\",\n        \"splenology\",\n        \"stelography\",\n        \"subception\",\n        \"subforemanship\",\n        \"subnaturalness\",\n        \"superknowledge\",\n        \"tartralic\",\n        \"tenebrious\",\n        \"tenontography\",\n        \"testamentalness\",\n        \"tetradynamious\",\n        \"theanthropical\",\n        \"theelin\",\n        \"theet\",\n        \"theogonical\",\n        \"theomancy\",\n        \"theomantic\",\n        \"theomorphic\",\n        \"theophysical\",\n        \"theriomorphic\",\n        \"theriotrophical\",\n        \"theromorphological\",\n        \"thersitical\",\n        \"thesmothetes\",\n        \"typotelegraphy\",\n        \"tonics\",\n        \"traship\",\n        \"trilogy\",\n        \"trophodynamics\",\n        \"trousering\",\n        \"ultramodernism\",\n        \"ultramodernistic\",\n        \"ultrasonography\",\n        \"understimulus\",\n        \"unexplicitness\",\n        \"unpreternatural\",\n        \"unvertical\",\n        \"venereology\",\n        \"versecraft\",\n        \"versemongery\",\n        \"versicles\",\n        \"versicule\",\n        \"virgular\",\n        \"wasatch\"\n    ],\n    \"abiases\": [\n        \"abioses\"\n    ],\n    \"abioti\": [\n        \"abiotic\"\n    ],\n    \"n'ụzọ nkịtị\": [\n        \"abiotically\",\n        \"antineutrally\",\n        \"axiomatically\",\n        \"biconically\",\n        \"cabbalistically\",\n        \"capernaitically\",\n        \"concordantly\",\n        \"entophytically\",\n        \"epically\",\n        \"extramurally\",\n        \"jurally\",\n        \"literalistically\",\n        \"literally\",\n        \"literately\",\n        \"morphically\",\n        \"neurally\",\n        \"nocuously\",\n        \"noncentrally\",\n        \"nonmonastically\",\n        \"nonverbally\",\n        \"normatively\",\n        \"oronasally\",\n        \"uxorially\"\n    ],\n    \"ndubuisi\": [\n        \"abiotrophic\",\n        \"babbit\",\n        \"babbitt\",\n        \"babbitter\",\n        \"caprellidae\",\n        \"dermalith\",\n        \"derrieres\",\n        \"saxtubas\"\n    ],\n    \"abirit\": [\n        \"abirritant\",\n        \"abirritated\",\n        \"abirritative\"\n    ],\n    \"ekwenye\": [\n        \"abirritate\",\n        \"conusant\",\n        \"cooperative\",\n        \"evincing\",\n        \"incrustant\"\n    ],\n    \"abirrit\": [\n        \"abirritating\"\n    ],\n    \"abiritha\": [\n        \"abirritation\"\n    ],\n    \"abis\": [\n        \"abys\",\n        \"abysm\",\n        \"abysms\",\n        \"abyss\",\n        \"abysses\"\n    ],\n    \"abysinia\": [\n        \"abyssinians\"\n    ],\n    \"abissus\": [\n        \"abyssus\"\n    ],\n    \"inye\": [\n        \"abiston\",\n        \"ain\",\n        \"alloploidy\",\n        \"arzun\",\n        \"assuage\",\n        \"aversive\",\n        \"bestand\",\n        \"bestow\",\n        \"bestowal\",\n        \"bestowing\",\n        \"bestrowing\",\n        \"bixin\",\n        \"conferruminate\",\n        \"discipliner\",\n        \"dona\",\n        \"endow\",\n        \"fike\",\n        \"genevese\",\n        \"gipping\",\n        \"giust\",\n        \"imparting\",\n        \"incrementing\",\n        \"incuse\",\n        \"infuse\",\n        \"infusing\",\n        \"previdence\",\n        \"procidence\",\n        \"providable\",\n        \"providance\",\n        \"providence\",\n        \"providore\",\n        \"reallotting\",\n        \"resupplying\"\n    ],\n    \"ịda mba\": [\n        \"abject\",\n        \"acumble\",\n        \"angelate\",\n        \"bergfall\",\n        \"blearyeyedness\",\n        \"blup\",\n        \"brabanter\",\n        \"britoness\",\n        \"crumbliness\",\n        \"declinal\",\n        \"decurrent\",\n        \"defade\",\n        \"dementing\",\n        \"demeritoriously\",\n        \"depression\",\n        \"depressionary\",\n        \"desolateness\",\n        \"despoticalness\",\n        \"desudation\",\n        \"deterration\",\n        \"dilaniate\",\n        \"dimble\",\n        \"duncish\",\n        \"duress\",\n        \"enrockment\",\n        \"faade\",\n        \"faint\",\n        \"faintheartedness\",\n        \"fainting\",\n        \"flintified\",\n        \"foredoes\",\n        \"foregoes\",\n        \"forwearying\",\n        \"foulmouth\",\n        \"fumish\",\n        \"gelidness\",\n        \"meniality\",\n        \"menialness\",\n        \"menialty\",\n        \"palliness\",\n        \"paludinous\",\n        \"pantheistic\",\n        \"pellagra\",\n        \"pidginize\",\n        \"pitapatting\",\n        \"plagose\",\n        \"plout\",\n        \"prancer\",\n        \"repellency\",\n        \"repiece\",\n        \"sageness\",\n        \"scuppit\",\n        \"semaphoring\",\n        \"sic\",\n        \"smudges\",\n        \"splatch\",\n        \"stupes\",\n        \"subduct\",\n        \"suborders\",\n        \"subshaft\",\n        \"undeterred\",\n        \"verecundness\",\n        \"vicarage\"\n    ],\n    \"abje\": [\n        \"abjections\"\n    ],\n    \"mgbako\": [\n        \"abjective\",\n        \"abjectness\",\n        \"agregation\",\n        \"albolith\",\n        \"barbital\",\n        \"calcimeter\",\n        \"calcitration\",\n        \"calculagraph\",\n        \"calculatory\",\n        \"calculus\",\n        \"calumniation\",\n        \"caucusses\",\n        \"cavatinas\",\n        \"convalesce\",\n        \"convalescence\",\n        \"convolutedness\",\n        \"ejectamenta\",\n        \"ejectum\",\n        \"eumerism\",\n        \"eumitotic\",\n        \"gingko\",\n        \"gnomic\",\n        \"gnomonic\",\n        \"hymenal\",\n        \"intercolumnal\",\n        \"intervalometer\",\n        \"massicot\",\n        \"massicotite\",\n        \"massicots\",\n        \"meredithian\"\n    ],\n    \"na-asị\": [\n        \"abjectly\",\n        \"adulates\"\n    ],\n    \"abịkọrịtara\": [\n        \"abjoint\"\n    ],\n    \"rie\": [\n        \"abjudge\",\n        \"appetize\",\n        \"ate\",\n        \"ated\",\n        \"atees\",\n        \"begash\",\n        \"begem\",\n        \"besqueeze\",\n        \"bestare\",\n        \"besuit\",\n        \"beswinge\",\n        \"betook\",\n        \"bited\",\n        \"bitte\",\n        \"bitted\",\n        \"bitten\",\n        \"carnied\",\n        \"cavitate\",\n        \"consumate\",\n        \"consume\",\n        \"consumpt\",\n        \"consumpted\",\n        \"coticed\",\n        \"covite\",\n        \"cudden\",\n        \"desize\",\n        \"devoir\",\n        \"devour\",\n        \"devoured\",\n        \"devouress\",\n        \"devours\",\n        \"devove\",\n        \"dined\",\n        \"drearly\",\n        \"droved\",\n        \"drowsed\",\n        \"eat\",\n        \"eaten\",\n        \"eath\",\n        \"engulfed\",\n        \"entame\",\n        \"enthean\",\n        \"exequial\",\n        \"ganched\",\n        \"guyed\",\n        \"hamulate\",\n        \"immesh\",\n        \"merse\",\n        \"mirish\",\n        \"pumiced\",\n        \"ratten\",\n        \"ravished\",\n        \"rhenish\",\n        \"snouted\",\n        \"usine\",\n        \"vite\",\n        \"wellring\",\n        \"woald\",\n        \"wouch\"\n    ],\n    \"ekpebiri\": [\n        \"abjudged\",\n        \"abreed\",\n        \"destituted\",\n        \"pretried\"\n    ],\n    \"na-ekpe ikpe\": [\n        \"abjudging\",\n        \"attorning\",\n        \"judgingly\",\n        \"lawyering\",\n        \"presaying\",\n        \"prosecting\",\n        \"prosecutable\",\n        \"prosecuting\",\n        \"refereeing\",\n        \"stockjudging\",\n        \"unjudging\"\n    ],\n    \"kpee ikpe\": [\n        \"abjudicate\",\n        \"abjudicated\",\n        \"adjudger\",\n        \"adjudicate\",\n        \"intercede\",\n        \"judicate\",\n        \"judicialize\",\n        \"readjudicate\"\n    ],\n    \"na-agbagha\": [\n        \"abjudicating\",\n        \"abruptedly\",\n        \"agatizing\",\n        \"anathematised\",\n        \"babblingly\",\n        \"ballyragging\",\n        \"baronizing\",\n        \"befilmed\",\n        \"befogging\",\n        \"beliquoring\",\n        \"beverse\",\n        \"bewigging\",\n        \"blandishing\",\n        \"blobbing\",\n        \"bludging\",\n        \"caballing\",\n        \"canalling\",\n        \"carroming\",\n        \"catalyzing\",\n        \"catcalling\",\n        \"cellulating\",\n        \"cellulosing\",\n        \"chuntering\",\n        \"clashingly\",\n        \"confabulating\",\n        \"confusers\",\n        \"confuses\",\n        \"confusingly\",\n        \"contingently\",\n        \"contrarious\",\n        \"controllingly\",\n        \"contusing\",\n        \"convolves\",\n        \"convulsedly\",\n        \"corbeling\",\n        \"countervailing\",\n        \"damascening\",\n        \"damnously\",\n        \"decempedal\",\n        \"decempunctate\",\n        \"decompressed\",\n        \"defalcates\",\n        \"defalcating\",\n        \"defenestrating\",\n        \"defies\",\n        \"deflectionize\",\n        \"defuses\",\n        \"defuzes\",\n        \"dejecting\",\n        \"deleteriously\",\n        \"delustering\",\n        \"demythologizes\",\n        \"demythologizing\",\n        \"demobilizes\",\n        \"demobilizing\",\n        \"denaturalizing\",\n        \"denaturizing\",\n        \"denazifying\",\n        \"denizening\",\n        \"depletive\",\n        \"deraigning\",\n        \"destabilizing\",\n        \"desterilizing\",\n        \"dextrorsely\",\n        \"disaligning\",\n        \"disannulling\",\n        \"disarraying\",\n        \"disastrously\",\n        \"discommoning\",\n        \"discomposes\",\n        \"discomposing\",\n        \"disconcertingly\",\n        \"disconnectedly\",\n        \"dishelming\",\n        \"dismasting\",\n        \"disordering\",\n        \"disproves\",\n        \"disproving\",\n        \"disrates\",\n        \"disrupting\",\n        \"disruptive\",\n        \"disruptively\",\n        \"distrail\",\n        \"distritbuting\",\n        \"disturbant\",\n        \"disunifying\",\n        \"diswarren\",\n        \"diswarrening\",\n        \"divellent\",\n        \"dumfounding\",\n        \"ebracteate\",\n        \"ebracteolate\",\n        \"erupting\",\n        \"fagging\",\n        \"fagoting\",\n        \"faltering\",\n        \"frapping\",\n        \"fusibly\",\n        \"heriotable\",\n        \"intercirculating\",\n        \"interferingly\",\n        \"interfulgent\",\n        \"interlacing\",\n        \"intermittedly\",\n        \"intermittently\",\n        \"intermittingly\",\n        \"interorbitally\",\n        \"interposes\",\n        \"interposingly\",\n        \"interruptable\",\n        \"intersecting\",\n        \"interthronging\",\n        \"intorting\",\n        \"irrupting\",\n        \"jargonising\",\n        \"lallygagging\",\n        \"logicizes\",\n        \"lollygagging\",\n        \"melded\",\n        \"mercurifying\",\n        \"mercurizing\",\n        \"misconjugating\",\n        \"misnaming\",\n        \"misprising\",\n        \"morcellating\",\n        \"morigerously\",\n        \"nonclinging\",\n        \"nonrevoltingly\",\n        \"obstreperously\",\n        \"overprovoke\",\n        \"pederastically\",\n        \"perplexingly\",\n        \"perturbative\",\n        \"perturbing\",\n        \"perturbingly\",\n        \"rabbled\",\n        \"raggled\",\n        \"rattlepated\",\n        \"recoaling\",\n        \"recoil\",\n        \"recoiling\",\n        \"recoilless\",\n        \"recoils\",\n        \"redeciding\",\n        \"redeclaring\",\n        \"redefies\",\n        \"reflooding\",\n        \"refuting\",\n        \"repelling\",\n        \"repolishing\",\n        \"reprobates\",\n        \"revokes\",\n        \"revoltingly\",\n        \"revulsively\",\n        \"rogueing\",\n        \"scraggling\",\n        \"scramming\",\n        \"scrummaging\",\n        \"sorcerously\",\n        \"strainably\",\n        \"stridling\",\n        \"subsiding\",\n        \"trophying\",\n        \"tumefactive\",\n        \"unbickering\",\n        \"unbothering\",\n        \"uncomplaisantly\",\n        \"uncompromisingly\",\n        \"uncomputably\",\n        \"undebilitating\",\n        \"ungrabbing\",\n        \"ungrumbling\",\n        \"unhaltering\",\n        \"unhaltingly\",\n        \"unhobbling\",\n        \"unhustling\",\n        \"unimpeding\",\n        \"unmiscarrying\",\n        \"unmollifying\",\n        \"unquivering\",\n        \"unquoting\",\n        \"unreceding\",\n        \"unrefusingly\",\n        \"unrelaxing\",\n        \"unrelaxingly\",\n        \"unrenouncing\",\n        \"unrevelling\",\n        \"unstabilising\",\n        \"unstaggering\",\n        \"unstagnating\",\n        \"unthrobbing\",\n        \"untravelled\",\n        \"upcasting\",\n        \"uprousing\",\n        \"upsurging\",\n        \"vaporizing\",\n        \"vapourising\",\n        \"vapourizing\",\n        \"waggled\",\n        \"wagglingly\",\n        \"zeroing\"\n    ],\n    \"mkwuputara\": [\n        \"abjudication\"\n    ],\n    \"onye ikpe mkpegbu\": [\n        \"abjudicator\"\n    ],\n    \"iwu\": [\n        \"abjugate\",\n        \"abjured\",\n        \"abjurement\",\n        \"adages\",\n        \"adhibition\",\n        \"adjutantship\",\n        \"adjutory\",\n        \"affile\",\n        \"bardy\",\n        \"behest\",\n        \"bylaw\",\n        \"bylaws\",\n        \"billfolds\",\n        \"billot\",\n        \"bilsteds\",\n        \"byrlaw\",\n        \"blady\",\n        \"blawort\",\n        \"boundable\",\n        \"canon\",\n        \"canoness\",\n        \"canonise\",\n        \"canonizations\",\n        \"cartwrighting\",\n        \"cert\",\n        \"certioration\",\n        \"chevance\",\n        \"chute\",\n        \"command\",\n        \"commandable\",\n        \"commandatory\",\n        \"commandedness\",\n        \"commandeered\",\n        \"commandeering\",\n        \"commandery\",\n        \"commandingly\",\n        \"commandingness\",\n        \"commandite\",\n        \"commandment\",\n        \"commandments\",\n        \"commando\",\n        \"commandoes\",\n        \"commandos\",\n        \"commandry\",\n        \"commandrie\",\n        \"commandries\",\n        \"commands\",\n        \"comminution\",\n        \"commutuality\",\n        \"comtesses\",\n        \"concutient\",\n        \"consitutional\",\n        \"constitutional\",\n        \"constructing\",\n        \"construing\",\n        \"coprocessing\",\n        \"countercommand\",\n        \"courtezanry\",\n        \"coutures\",\n        \"deanships\",\n        \"decommissions\",\n        \"decree\",\n        \"decreeable\",\n        \"decreed\",\n        \"decrees\",\n        \"delaw\",\n        \"delimer\",\n        \"demitasse\",\n        \"densation\",\n        \"densimetry\",\n        \"desto\",\n        \"dictature\",\n        \"dictyoceratine\",\n        \"dictyodromous\",\n        \"dictyogen\",\n        \"dictyograptus\",\n        \"dictyopteran\",\n        \"dictyotaceous\",\n        \"dictums\",\n        \"directest\",\n        \"disobliged\",\n        \"edict\",\n        \"edictal\",\n        \"edictum\",\n        \"edicule\",\n        \"edituate\",\n        \"enacting\",\n        \"enjoin\",\n        \"enjoinment\",\n        \"enstate\",\n        \"epollicate\",\n        \"excommune\",\n        \"forebitt\",\n        \"foreguidance\",\n        \"foreladies\",\n        \"gag\",\n        \"garbure\",\n        \"garrulity\",\n        \"geodic\",\n        \"gercrow\",\n        \"giblet\",\n        \"glottologic\",\n        \"gorget\",\n        \"guises\",\n        \"hygrin\",\n        \"ichthyolatry\",\n        \"ichthyologic\",\n        \"infringed\",\n        \"injunction\",\n        \"injunctions\",\n        \"interdict\",\n        \"interdictory\",\n        \"juridical\",\n        \"juridically\",\n        \"juridicial\",\n        \"juridicus\",\n        \"jurisprudence\",\n        \"juristic\",\n        \"knaveship\",\n        \"law\",\n        \"lawcraft\",\n        \"lawful\",\n        \"lawfulness\",\n        \"lawyery\",\n        \"lawyerism\",\n        \"lawing\",\n        \"lawings\",\n        \"lawish\",\n        \"lawk\",\n        \"lawrence\",\n        \"laws\",\n        \"lawzy\",\n        \"legal\",\n        \"legalises\",\n        \"legalisms\",\n        \"legality\",\n        \"legalizes\",\n        \"legis\",\n        \"legislated\",\n        \"legislation\",\n        \"legislational\",\n        \"lequear\",\n        \"lima\",\n        \"mand\",\n        \"mandament\",\n        \"mandant\",\n        \"mandat\",\n        \"mandatary\",\n        \"mandataries\",\n        \"mandate\",\n        \"mandated\",\n        \"mandatedness\",\n        \"mandates\",\n        \"mandating\",\n        \"mandation\",\n        \"mandative\",\n        \"mandatorily\",\n        \"mandats\",\n        \"mandatum\",\n        \"mandilion\",\n        \"mandir\",\n        \"mandment\",\n        \"mandrill\",\n        \"mandrills\",\n        \"mandrils\",\n        \"mandritta\",\n        \"miscommand\",\n        \"mulctuary\",\n        \"nonfelony\",\n        \"noric\",\n        \"norit\",\n        \"norites\",\n        \"norm\",\n        \"normandy\",\n        \"obligable\",\n        \"obligate\",\n        \"obligates\",\n        \"obligati\",\n        \"obligating\",\n        \"obligationary\",\n        \"obligative\",\n        \"obligatory\",\n        \"obligatos\",\n        \"oblige\",\n        \"obligedly\",\n        \"obligee\",\n        \"obliges\",\n        \"obliging\",\n        \"obligistic\",\n        \"orderedness\",\n        \"orderlies\",\n        \"orders\",\n        \"ordinal\",\n        \"ordinally\",\n        \"ordinals\",\n        \"ordinance\",\n        \"ordinand\",\n        \"ordinands\",\n        \"ordinar\",\n        \"ordinariest\",\n        \"ordinarily\",\n        \"outlawry\",\n        \"overniceness\",\n        \"patand\",\n        \"persalts\",\n        \"persicary\",\n        \"poignance\",\n        \"policemanship\",\n        \"pollical\",\n        \"pollicate\",\n        \"pollices\",\n        \"pravilege\",\n        \"pravous\",\n        \"preaccepts\",\n        \"preadvertise\",\n        \"precept\",\n        \"preceptory\",\n        \"precepts\",\n        \"precommand\",\n        \"preconduct\",\n        \"preconstitute\",\n        \"predamage\",\n        \"predevise\",\n        \"preequip\",\n        \"preguarantor\",\n        \"preguess\",\n        \"preguidance\",\n        \"preguide\",\n        \"preinscription\",\n        \"preinstructs\",\n        \"prelaty\",\n        \"prelaw\",\n        \"prelawful\",\n        \"prelawfully\",\n        \"prelawfulness\",\n        \"premold\",\n        \"premutinies\",\n        \"prepolice\",\n        \"preregulation\",\n        \"prerelation\",\n        \"preresort\",\n        \"prescriptible\",\n        \"prespread\",\n        \"preterit\",\n        \"primordality\",\n        \"proscribes\",\n        \"proscribing\",\n        \"proscriptional\",\n        \"proscriptions\",\n        \"proscriptive\",\n        \"prosecutrixes\",\n        \"regally\",\n        \"reguaranty\",\n        \"reguaranties\",\n        \"regularities\",\n        \"regulation\",\n        \"regulatris\",\n        \"ritard\",\n        \"rittock\",\n        \"rociest\",\n        \"roguery\",\n        \"rondure\",\n        \"rondures\",\n        \"rudenture\",\n        \"rules\",\n        \"sobrieties\",\n        \"solemnise\",\n        \"statutary\",\n        \"statutory\",\n        \"stultification\",\n        \"subsyndication\",\n        \"subsulci\",\n        \"superindictment\",\n        \"tattletale\",\n        \"tawdriness\",\n        \"tictac\",\n        \"tystie\",\n        \"transgressible\",\n        \"tretis\",\n        \"umbles\",\n        \"underbought\",\n        \"uninstitutional\",\n        \"unlath\",\n        \"unlaw\",\n        \"unlawfulness\",\n        \"unmandatory\",\n        \"unremanded\",\n        \"unwilfulness\",\n        \"valiship\",\n        \"verdicts\",\n        \"vulgate\",\n        \"waterage\"\n    ],\n    \"ndenye\": [\n        \"abjunct\",\n        \"abutment\",\n        \"accountrement\",\n        \"accoutrement\",\n        \"adjiger\",\n        \"adjunct\",\n        \"adjutrice\",\n        \"advection\",\n        \"aliquots\",\n        \"allyls\",\n        \"derrire\",\n        \"derth\",\n        \"embroche\",\n        \"emendations\",\n        \"empoisonment\",\n        \"enlisters\",\n        \"entires\",\n        \"entries\",\n        \"fregit\",\n        \"interdictions\",\n        \"interdicts\",\n        \"maledicting\",\n        \"mordicate\",\n        \"subcommissions\",\n        \"subsample\",\n        \"supercommendation\"\n    ],\n    \"abju\": [\n        \"abjuration\",\n        \"abjurations\",\n        \"abjures\"\n    ],\n    \"na-egbu egbu\": [\n        \"abjuratory\",\n        \"ablactated\",\n        \"acidifiant\",\n        \"acidifying\",\n        \"acidizing\",\n        \"acidulates\",\n        \"adonizing\",\n        \"adsorptively\",\n        \"anaretic\",\n        \"anodizing\",\n        \"antedating\",\n        \"anticking\",\n        \"antisepticised\",\n        \"antisepticizing\",\n        \"arcticizing\",\n        \"asphyxiative\",\n        \"assizing\",\n        \"attackingly\",\n        \"avicide\",\n        \"batler\",\n        \"beblooded\",\n        \"biliferous\",\n        \"binous\",\n        \"blowiest\",\n        \"blowsiest\",\n        \"blowzy\",\n        \"bromizing\",\n        \"cancerating\",\n        \"cheekily\",\n        \"crimpy\",\n        \"deadeningly\",\n        \"deadly\",\n        \"demurringly\",\n        \"derangeable\",\n        \"detoxicant\",\n        \"detoxicate\",\n        \"detoxicating\",\n        \"devilizing\",\n        \"dilapidating\",\n        \"dilative\",\n        \"dinghy\",\n        \"disintoxicate\",\n        \"dozening\",\n        \"drizzlingly\",\n        \"drunkensome\",\n        \"elapsing\",\n        \"ependytes\",\n        \"everblooming\",\n        \"extroitive\",\n        \"extrovertive\",\n        \"fatly\",\n        \"fibrillating\",\n        \"fungicidally\",\n        \"garrulously\",\n        \"gesticulated\",\n        \"gesticulates\",\n        \"gesticulating\",\n        \"gnarling\",\n        \"gorgonizing\",\n        \"gumptious\",\n        \"hangingly\",\n        \"heroizing\",\n        \"hesperornis\",\n        \"hesperornithid\",\n        \"hesperornithiformes\",\n        \"homicidious\",\n        \"homoecious\",\n        \"homolytic\",\n        \"hurtlingly\",\n        \"ichneumoned\",\n        \"illative\",\n        \"inebriating\",\n        \"intoxicant\",\n        \"intoxicantly\",\n        \"intoxicants\",\n        \"intoxicates\",\n        \"intoxicating\",\n        \"intoxicatingly\",\n        \"intoxicative\",\n        \"intoxicatively\",\n        \"irremissive\",\n        \"killingly\",\n        \"kling\",\n        \"laicizing\",\n        \"lancinating\",\n        \"lateralizing\",\n        \"lechering\",\n        \"lethal\",\n        \"lethally\",\n        \"libbing\",\n        \"ligniferous\",\n        \"lignitiferous\",\n        \"limbering\",\n        \"lynchable\",\n        \"lynching\",\n        \"linge\",\n        \"lingy\",\n        \"lingle\",\n        \"lingster\",\n        \"linous\",\n        \"lionizing\",\n        \"liquefacient\",\n        \"liquefactive\",\n        \"liquefying\",\n        \"liquescent\",\n        \"lunting\",\n        \"luresome\",\n        \"malaxing\",\n        \"mammaliferous\",\n        \"melanizing\",\n        \"morphizing\",\n        \"morticing\",\n        \"mortiferous\",\n        \"mortifying\",\n        \"mummifying\",\n        \"mutinously\",\n        \"naphthalizing\",\n        \"narcotised\",\n        \"neckinger\",\n        \"nepenthaceous\",\n        \"nepenthes\",\n        \"niggarding\",\n        \"niggling\",\n        \"nigrifying\",\n        \"outblazing\",\n        \"outspruing\",\n        \"overoxidizing\",\n        \"peremptorily\",\n        \"perfidious\",\n        \"phenolated\",\n        \"photolyzable\",\n        \"poisonfully\",\n        \"poisonously\",\n        \"preshrinking\",\n        \"quartiparous\",\n        \"rabblesome\",\n        \"razzing\",\n        \"roughhousing\",\n        \"scorifying\",\n        \"sebiferous\",\n        \"semiintoxicated\",\n        \"silicifying\",\n        \"sinuating\",\n        \"slanging\",\n        \"slatifying\",\n        \"slaughtering\",\n        \"slaughteringly\",\n        \"sleeking\",\n        \"spiting\",\n        \"sporicide\",\n        \"squanderingly\",\n        \"squintingly\",\n        \"striating\",\n        \"suberizing\",\n        \"sulphating\",\n        \"sulphatizing\",\n        \"sulphatoacetic\",\n        \"sulphurating\",\n        \"thallous\",\n        \"thyrogenous\",\n        \"tomcatting\",\n        \"torpifying\",\n        \"tortulaceous\",\n        \"toxicodendrol\",\n        \"toxicoderma\",\n        \"toxicodermitis\",\n        \"toxicomania\",\n        \"toxicopathy\",\n        \"toxicopathic\",\n        \"toxicophagy\",\n        \"toxicophagous\",\n        \"toxicophobia\",\n        \"ultrastrenuous\",\n        \"ululating\",\n        \"untoxic\",\n        \"viricide\",\n        \"vombatid\",\n        \"vomicae\",\n        \"westering\",\n        \"whomble\",\n        \"wifeling\"\n    ],\n    \"nkwa\": [\n        \"abjure\",\n        \"adjuration\",\n        \"adjurations\",\n        \"adjure\",\n        \"adjutage\",\n        \"adjute\",\n        \"adlegation\",\n        \"adspiration\",\n        \"amaranths\",\n        \"assaugement\",\n        \"assuagement\",\n        \"assuagements\",\n        \"assurances\",\n        \"avowedly\",\n        \"avows\",\n        \"ballan\",\n        \"cledge\",\n        \"commitment\",\n        \"commitments\",\n        \"committals\",\n        \"committer\",\n        \"committment\",\n        \"engagements\",\n        \"ensurance\",\n        \"fledge\",\n        \"guarantee\",\n        \"guaranteeship\",\n        \"lipse\",\n        \"oathlet\",\n        \"pledge\",\n        \"preassurance\",\n        \"prom\",\n        \"promic\",\n        \"promilitary\",\n        \"promise\",\n        \"promisee\",\n        \"promises\",\n        \"promissory\",\n        \"sledge\",\n        \"sledged\",\n        \"sledging\",\n        \"surety\",\n        \"viduity\",\n        \"vives\",\n        \"vow\",\n        \"vowess\",\n        \"vows\"\n    ],\n    \"ndị abjor\": [\n        \"abjurers\"\n    ],\n    \"abj\": [\n        \"abjuring\"\n    ],\n    \"onyinyechi\": [\n        \"abkary\",\n        \"abrazitic\",\n        \"alcarraza\",\n        \"alcatras\",\n        \"alcyones\",\n        \"amylin\",\n        \"arretez\",\n        \"auletrides\",\n        \"bethrall\",\n        \"bibliothecaire\",\n        \"boccaccio\",\n        \"bordelaise\",\n        \"brackebuschite\",\n        \"bunnymouth\",\n        \"bunoselenodont\",\n        \"carolyn\",\n        \"carolinas\",\n        \"cerebrifugal\",\n        \"devastavit\",\n        \"erotomania\",\n        \"gastropodan\",\n        \"giftwrap\",\n        \"gleamy\",\n        \"goric\",\n        \"greeshoch\",\n        \"yasmaks\",\n        \"junoesque\",\n        \"kibbler\",\n        \"kibblerman\",\n        \"ladykiller\",\n        \"lynnhaven\",\n        \"matralia\",\n        \"medaillon\",\n        \"meritmonger\",\n        \"muskmelons\",\n        \"nigritudinous\",\n        \"philornithic\",\n        \"platysmamyoides\",\n        \"predusk\",\n        \"prenarcotic\",\n        \"priacanthus\",\n        \"pritchardia\",\n        \"psammites\",\n        \"psittacinae\",\n        \"psocids\",\n        \"psorospermial\",\n        \"rhapsody\",\n        \"rhapsodic\",\n        \"rhapsodical\",\n        \"rhapsodism\",\n        \"rhapsodist\",\n        \"rhapsodistic\",\n        \"rhapsodists\",\n        \"rhapsodomancy\",\n        \"rondelle\",\n        \"talipomanus\",\n        \"tescaria\",\n        \"ultrarepublican\",\n        \"veldschoen\",\n        \"venefic\",\n        \"vestryish\"\n    ],\n    \"ncha\": [\n        \"ablach\",\n        \"brightness\",\n        \"brumby\",\n        \"brummagem\",\n        \"detergents\",\n        \"scrunch\",\n        \"soap\",\n        \"soapbark\",\n        \"soapberry\",\n        \"soapbubbly\",\n        \"soapbush\",\n        \"soaped\",\n        \"soapy\",\n        \"soapily\",\n        \"soapiness\",\n        \"soaping\",\n        \"soaplike\",\n        \"soaprock\",\n        \"soaproot\",\n        \"soaps\",\n        \"soapwood\",\n        \"soave\",\n        \"tchu\"\n    ],\n    \"hapụrụ\": [\n        \"ablactate\",\n        \"exempted\",\n        \"forleft\",\n        \"forsakenly\",\n        \"relinquished\",\n        \"vacated\"\n    ],\n    \"na-akpọ oku\": [\n        \"ablactating\",\n        \"beshouting\",\n        \"biding\",\n        \"calling\",\n        \"callipering\",\n        \"callousing\",\n        \"callusing\",\n        \"calmierer\",\n        \"crenelating\",\n        \"creolizing\",\n        \"inviting\",\n        \"invocant\",\n        \"invocatory\",\n        \"reinviting\",\n        \"uninviting\"\n    ],\n    \"gbanye ọkụ\": [\n        \"ablare\",\n        \"bleck\",\n        \"blowsy\",\n        \"brandish\",\n        \"conflagrate\",\n        \"electrified\",\n        \"ferruminate\",\n        \"ferruminated\",\n        \"fluate\",\n        \"gasified\",\n        \"gaslighted\",\n        \"igname\",\n        \"ignify\",\n        \"ignite\",\n        \"ignote\",\n        \"lanceted\",\n        \"lightmouthed\",\n        \"rushlighted\",\n        \"switchmen\",\n        \"underglaze\",\n        \"wherry\"\n    ],\n    \"dị egwu\": [\n        \"ablastous\",\n        \"abranchious\",\n        \"abscound\",\n        \"abstergent\",\n        \"abstersive\",\n        \"acerous\",\n        \"acomous\",\n        \"adamic\",\n        \"adamical\",\n        \"adventuresome\",\n        \"adventurous\",\n        \"adventurously\",\n        \"amaurotic\",\n        \"amerceable\",\n        \"amiable\",\n        \"animalivorous\",\n        \"animastic\",\n        \"anurous\",\n        \"arboreous\",\n        \"arborous\",\n        \"arduously\",\n        \"argillous\",\n        \"argyranthemous\",\n        \"assayable\",\n        \"assaultive\",\n        \"assausive\",\n        \"astructive\",\n        \"astucious\",\n        \"astutious\",\n        \"augural\",\n        \"augurous\",\n        \"awanting\",\n        \"bullyable\",\n        \"buoyant\",\n        \"chordacentrous\",\n        \"combustious\",\n        \"dangerously\",\n        \"dangersome\",\n        \"direful\",\n        \"dramaticism\",\n        \"dramming\",\n        \"ebrious\",\n        \"eerie\",\n        \"eeriest\",\n        \"eerisome\",\n        \"elytrous\",\n        \"emulous\",\n        \"enclitic\",\n        \"endogenous\",\n        \"enneandrous\",\n        \"enormious\",\n        \"ericineous\",\n        \"eruginous\",\n        \"eurycerous\",\n        \"exconjugant\",\n        \"exterous\",\n        \"extremistic\",\n        \"febrific\",\n        \"feracious\",\n        \"fervorous\",\n        \"formidable\",\n        \"foundrous\",\n        \"frightsome\",\n        \"frousier\",\n        \"gentilitious\",\n        \"griffe\",\n        \"halinous\",\n        \"haughtier\",\n        \"hazardful\",\n        \"hazardous\",\n        \"hectic\",\n        \"hective\",\n        \"helical\",\n        \"immergent\",\n        \"incendious\",\n        \"innoxiously\",\n        \"integrious\",\n        \"integriously\",\n        \"intriguant\",\n        \"iridious\",\n        \"isandrous\",\n        \"isatic\",\n        \"jutic\",\n        \"lacinious\",\n        \"lifesome\",\n        \"lobeliaceous\",\n        \"lomastome\",\n        \"luteous\",\n        \"maleficent\",\n        \"maleficiate\",\n        \"mazeful\",\n        \"meiostemonous\",\n        \"menseful\",\n        \"mugful\",\n        \"mugient\",\n        \"neural\",\n        \"nimious\",\n        \"odic\",\n        \"outdazzling\",\n        \"perdiligent\",\n        \"perilenticular\",\n        \"perilous\",\n        \"perilously\",\n        \"phenicious\",\n        \"pical\",\n        \"pregracious\",\n        \"raptorious\",\n        \"risibly\",\n        \"saignant\",\n        \"saliferous\",\n        \"salivous\",\n        \"salubrious\",\n        \"samesome\",\n        \"scarious\",\n        \"sceneful\",\n        \"scopious\",\n        \"silicious\",\n        \"siliquiferous\",\n        \"solemnest\",\n        \"spectrous\",\n        \"sternful\",\n        \"strangurious\",\n        \"subfulgent\",\n        \"suboptical\",\n        \"subramous\",\n        \"subvitreous\",\n        \"susceptive\",\n        \"tavernous\",\n        \"teemful\",\n        \"tenebrous\",\n        \"thrillier\",\n        \"tictic\",\n        \"torridly\",\n        \"tortive\",\n        \"torulaceous\",\n        \"torulous\",\n        \"tragicly\",\n        \"tranceful\",\n        \"tremendous\",\n        \"trispermous\",\n        \"tritural\",\n        \"trolatitious\",\n        \"uletic\",\n        \"underivable\",\n        \"verminous\",\n        \"vermivorous\",\n        \"vibrant\",\n        \"vibrioid\",\n        \"viraginous\",\n        \"virulently\",\n        \"vitalising\",\n        \"vivacious\",\n        \"waesome\",\n        \"warblelike\",\n        \"wefty\",\n        \"weir\",\n        \"weird\",\n        \"weirdful\",\n        \"weirdy\",\n        \"weirdsome\",\n        \"weirdward\",\n        \"willble\",\n        \"woesome\"\n    ],\n    \"ewepụrụ\": [\n        \"ablated\",\n        \"abraded\",\n        \"depredated\",\n        \"dislimned\",\n        \"exacted\",\n        \"preexempt\"\n    ],\n    \"mmebi\": [\n        \"ablations\",\n        \"abolishments\",\n        \"abridgements\",\n        \"breachers\",\n        \"breaches\",\n        \"breaching\",\n        \"breakages\",\n        \"breakings\",\n        \"brecciation\",\n        \"codebreaker\",\n        \"corruption\",\n        \"corruptions\",\n        \"corruptness\",\n        \"damage\",\n        \"damageability\",\n        \"damageable\",\n        \"damageableness\",\n        \"damagement\",\n        \"damageous\",\n        \"damagers\",\n        \"damages\",\n        \"deamination\",\n        \"deaminization\",\n        \"debilitation\",\n        \"debridement\",\n        \"decadal\",\n        \"decadic\",\n        \"decimate\",\n        \"decresc\",\n        \"decretory\",\n        \"decryption\",\n        \"decuries\",\n        \"defiliation\",\n        \"deflations\",\n        \"degeneracies\",\n        \"degeneration\",\n        \"degenerations\",\n        \"degenerative\",\n        \"degratia\",\n        \"delactation\",\n        \"demolitions\",\n        \"demoralization\",\n        \"depair\",\n        \"depletion\",\n        \"depravement\",\n        \"deterioration\",\n        \"deteriorations\",\n        \"detraction\",\n        \"detractions\",\n        \"detrainment\",\n        \"detribalization\",\n        \"detribalized\",\n        \"detriment\",\n        \"detrimental\",\n        \"detrimentality\",\n        \"detriments\",\n        \"deturb\",\n        \"diminishments\",\n        \"diminutions\",\n        \"disprovement\",\n        \"disrepair\",\n        \"endamage\",\n        \"expensilation\",\n        \"expulses\",\n        \"expunction\",\n        \"expungement\",\n        \"expurgation\",\n        \"fouling\",\n        \"foulings\",\n        \"hircic\",\n        \"hircosity\",\n        \"immolations\",\n        \"impairment\",\n        \"impairments\",\n        \"irruption\",\n        \"mutilations\",\n        \"offbreak\",\n        \"pollute\",\n        \"polluting\",\n        \"pollutingly\",\n        \"redamage\",\n        \"ructation\",\n        \"ructions\",\n        \"ruinousness\",\n        \"spoilage\",\n        \"spoilate\",\n        \"spoilment\",\n        \"sporangial\",\n        \"sporation\",\n        \"sporocarp\",\n        \"sporocystic\",\n        \"sporoduct\",\n        \"sporogen\",\n        \"sporogeny\",\n        \"sporogenic\",\n        \"sporogenous\",\n        \"sporont\",\n        \"sporoplasm\",\n        \"sposh\",\n        \"spuries\",\n        \"wasteful\",\n        \"wastefulness\"\n    ],\n    \"ablat\": [\n        \"ablatitious\"\n    ],\n    \"abla\": [\n        \"ablative\",\n        \"ablatively\"\n    ],\n    \"abụrụ\": [\n        \"ablator\",\n        \"beshames\",\n        \"damneder\",\n        \"emerging\",\n        \"st\",\n        \"umbrosity\",\n        \"umbrous\"\n    ],\n    \"nwuo\": [\n        \"ablaze\",\n        \"bal\",\n        \"ballam\",\n        \"brummer\",\n        \"fuze\",\n        \"glaze\",\n        \"grelot\",\n        \"luminate\",\n        \"reb\",\n        \"rebuy\",\n        \"reflame\",\n        \"reflorescent\",\n        \"salmiac\",\n        \"shims\",\n        \"shin\",\n        \"shine\",\n        \"shininess\",\n        \"shoa\",\n        \"shone\",\n        \"torve\",\n        \"upflow\",\n        \"whiggish\"\n    ],\n    \"ike\": [\n        \"able\",\n        \"ablend\",\n        \"ablest\",\n        \"affableness\",\n        \"agential\",\n        \"aggresses\",\n        \"anus\",\n        \"armipotent\",\n        \"bepity\",\n        \"bergy\",\n        \"boches\",\n        \"boorishness\",\n        \"borstal\",\n        \"borstall\",\n        \"boud\",\n        \"boudeuse\",\n        \"bowerly\",\n        \"buckety\",\n        \"buckish\",\n        \"buckishness\",\n        \"bullishness\",\n        \"cannele\",\n        \"cantankerousness\",\n        \"capable\",\n        \"capablest\",\n        \"capacitating\",\n        \"capacitation\",\n        \"capacitator\",\n        \"capacitor\",\n        \"capitative\",\n        \"capone\",\n        \"cecity\",\n        \"cervus\",\n        \"champerty\",\n        \"chuse\",\n        \"cleverality\",\n        \"couldest\",\n        \"couldst\",\n        \"daviely\",\n        \"dynam\",\n        \"dynamic\",\n        \"dynamicity\",\n        \"dynamis\",\n        \"dynamism\",\n        \"dynamist\",\n        \"dynamistic\",\n        \"dynamists\",\n        \"dynamitism\",\n        \"dynamos\",\n        \"dower\",\n        \"effervescence\",\n        \"effervescency\",\n        \"effetely\",\n        \"effigial\",\n        \"efforce\",\n        \"empacket\",\n        \"empennage\",\n        \"emperess\",\n        \"emphatically\",\n        \"empight\",\n        \"empiricalness\",\n        \"empresse\",\n        \"empurple\",\n        \"energism\",\n        \"enervation\",\n        \"enforcively\",\n        \"eoith\",\n        \"euectic\",\n        \"euhages\",\n        \"eundem\",\n        \"fatuousness\",\n        \"firiness\",\n        \"firmest\",\n        \"firmly\",\n        \"fivish\",\n        \"flippancy\",\n        \"force\",\n        \"forcefulness\",\n        \"forcelet\",\n        \"forcemeat\",\n        \"forcene\",\n        \"forceps\",\n        \"forcepses\",\n        \"forcibility\",\n        \"forcibleness\",\n        \"forespent\",\n        \"forte\",\n        \"fortemente\",\n        \"fortiori\",\n        \"fortis\",\n        \"fortitude\",\n        \"fortitudinous\",\n        \"fortran\",\n        \"fortranh\",\n        \"gorce\",\n        \"graspingness\",\n        \"hardihood\",\n        \"hardnesses\",\n        \"hardset\",\n        \"harpwise\",\n        \"harshlet\",\n        \"havioured\",\n        \"impanels\",\n        \"impower\",\n        \"incentor\",\n        \"intensative\",\n        \"intensely\",\n        \"intenseness\",\n        \"intenser\",\n        \"intensest\",\n        \"intensifications\",\n        \"intensity\",\n        \"intensities\",\n        \"intensitive\",\n        \"kike\",\n        \"kyke\",\n        \"koreshanity\",\n        \"laborite\",\n        \"languent\",\n        \"languet\",\n        \"languidly\",\n        \"limity\",\n        \"maybush\",\n        \"maybushes\",\n        \"mayhems\",\n        \"maypole\",\n        \"maythe\",\n        \"malthas\",\n        \"malthene\",\n        \"malthus\",\n        \"manpower\",\n        \"mappable\",\n        \"matronal\",\n        \"memphian\",\n        \"mightfulness\",\n        \"mightily\",\n        \"mightiness\",\n        \"mightyship\",\n        \"mightly\",\n        \"nonpower\",\n        \"ostentive\",\n        \"overlength\",\n        \"overpower\",\n        \"overpowering\",\n        \"overtenderness\",\n        \"palar\",\n        \"periergy\",\n        \"perseus\",\n        \"persic\",\n        \"persilicic\",\n        \"poohing\",\n        \"potability\",\n        \"potence\",\n        \"potency\",\n        \"potentacy\",\n        \"potentate\",\n        \"potentee\",\n        \"potenty\",\n        \"potentiate\",\n        \"potentiation\",\n        \"potentibility\",\n        \"potentness\",\n        \"potheens\",\n        \"powellite\",\n        \"power\",\n        \"powerably\",\n        \"powerfulness\",\n        \"powers\",\n        \"powhatan\",\n        \"prepotent\",\n        \"prepotential\",\n        \"priapic\",\n        \"puerilities\",\n        \"raucousness\",\n        \"robusticity\",\n        \"robustity\",\n        \"robustness\",\n        \"roughnesses\",\n        \"sapience\",\n        \"sapientially\",\n        \"severely\",\n        \"sighty\",\n        \"synacmic\",\n        \"solidest\",\n        \"solidism\",\n        \"solidity\",\n        \"solidly\",\n        \"solidness\",\n        \"solidomind\",\n        \"solidudi\",\n        \"solidus\",\n        \"speerity\",\n        \"speuchan\",\n        \"sterility\",\n        \"sternfully\",\n        \"sternly\",\n        \"sternness\",\n        \"stolidness\",\n        \"strengthener\",\n        \"strengthful\",\n        \"strengths\",\n        \"strictness\",\n        \"stringhalty\",\n        \"striolate\",\n        \"striolet\",\n        \"stronger\",\n        \"strongest\",\n        \"strongfully\",\n        \"stronghand\",\n        \"stronghanded\",\n        \"strongheaded\",\n        \"strongheadedly\",\n        \"strongheadness\",\n        \"strongyle\",\n        \"strongyliasis\",\n        \"strongly\",\n        \"stronglike\",\n        \"strongness\",\n        \"strongpoint\",\n        \"subarousal\",\n        \"supercrescence\",\n        \"supereminency\",\n        \"supereternity\",\n        \"superexcrescence\",\n        \"superextremity\",\n        \"superheartiness\",\n        \"superpowered\",\n        \"supplantment\",\n        \"suprahumanity\",\n        \"supramental\",\n        \"tamasic\",\n        \"tenebrism\",\n        \"tensibility\",\n        \"tensility\",\n        \"tenuousness\",\n        \"tortulous\",\n        \"tortuous\",\n        \"toughish\",\n        \"toughness\",\n        \"ultradespotic\",\n        \"ultrahuman\",\n        \"ultrawealthy\",\n        \"ultroneous\",\n        \"underpower\",\n        \"undershrubbiness\",\n        \"unstrength\",\n        \"unstrengthened\",\n        \"untensely\",\n        \"utmost\",\n        \"utmostness\",\n        \"utmosts\",\n        \"ventripotent\",\n        \"virial\",\n        \"virile\",\n        \"virileness\",\n        \"virilescence\",\n        \"viripotent\",\n        \"vitality\",\n        \"vitalness\",\n        \"warpower\",\n        \"willpower\"\n    ],\n    \"hie\": [\n        \"ableeze\",\n        \"err\",\n        \"hieing\",\n        \"mistrow\"\n    ],\n    \"nwee ike\": [\n        \"ablegate\",\n        \"ablepsy\",\n        \"ablepsia\",\n        \"ableptical\",\n        \"ableptically\",\n        \"amable\",\n        \"blethe\",\n        \"boone\",\n        \"bovate\",\n        \"bulten\",\n        \"canalize\",\n        \"capersome\",\n        \"cauld\",\n        \"forebemoan\",\n        \"gentisate\",\n        \"liveableness\",\n        \"mayflower\",\n        \"overpotent\",\n        \"pandoor\",\n        \"possibilist\",\n        \"possibilitate\",\n        \"poteen\",\n        \"potentize\",\n        \"preaggravate\",\n        \"predeliberate\",\n        \"predrill\",\n        \"preyouthful\",\n        \"prepossess\",\n        \"preultimately\",\n        \"profounder\",\n        \"prosiliently\",\n        \"subsessile\",\n        \"suscite\",\n        \"ventripotential\",\n        \"wittier\"\n    ],\n    \"Ikegates\": [\n        \"ablegates\"\n    ],\n    \"ikepharia\": [\n        \"ablepharia\"\n    ],\n    \"ikepharon\": [\n        \"ablepharon\"\n    ],\n    \"na-enwe ike\": [\n        \"ablepharous\",\n        \"canalizing\"\n    ],\n    \"ikepharus\": [\n        \"ablepharus\"\n    ],\n    \"ikewhackets\": [\n        \"ablewhackets\"\n    ],\n    \"dị ike\": [\n        \"ably\",\n        \"apperceive\",\n        \"coerceable\",\n        \"emptive\",\n        \"forcedly\",\n        \"forceful\",\n        \"forkiest\",\n        \"frailest\",\n        \"healthfully\",\n        \"imbolden\",\n        \"mightier\",\n        \"nourisher\",\n        \"outyielding\",\n        \"overmighty\",\n        \"powerful\",\n        \"presubsistent\",\n        \"stiltier\",\n        \"subaqueous\",\n        \"suberous\",\n        \"subpotent\",\n        \"superurgent\",\n        \"suscipient\",\n        \"valiantly\",\n        \"viruliferous\"\n    ],\n    \"ababa\": [\n        \"ablock\"\n    ],\n    \"ablu\": [\n        \"abluent\"\n    ],\n    \"wepụ\": [\n        \"ablush\",\n        \"abrogate\",\n        \"absquatulate\",\n        \"absterse\",\n        \"aflaunt\",\n        \"annist\",\n        \"cire\",\n        \"cistae\",\n        \"debind\",\n        \"deblock\",\n        \"debone\",\n        \"decasualize\",\n        \"deduce\",\n        \"deducive\",\n        \"deduct\",\n        \"deductibles\",\n        \"deductive\",\n        \"deductively\",\n        \"deductory\",\n        \"deducts\",\n        \"deduit\",\n        \"defeminize\",\n        \"defibrinize\",\n        \"demesmerize\",\n        \"demist\",\n        \"demystify\",\n        \"deplant\",\n        \"depudorate\",\n        \"dequantitate\",\n        \"desegregate\",\n        \"detinue\",\n        \"detinuit\",\n        \"detract\",\n        \"detuning\",\n        \"diductively\",\n        \"dislip\",\n        \"disrooted\",\n        \"emit\",\n        \"exciding\",\n        \"excision\",\n        \"excisions\",\n        \"exclave\",\n        \"excreters\",\n        \"excretes\",\n        \"exede\",\n        \"exedrae\",\n        \"exibilate\",\n        \"expilate\",\n        \"explat\",\n        \"explement\",\n        \"expugn\",\n        \"extract\",\n        \"extractability\",\n        \"extractable\",\n        \"extractant\",\n        \"extractibility\",\n        \"extractible\",\n        \"extractiform\",\n        \"extracting\",\n        \"extractions\",\n        \"extractive\",\n        \"extractively\",\n        \"extractorship\",\n        \"extruct\",\n        \"exturb\",\n        \"exuviate\",\n        \"isize\",\n        \"mislippen\",\n        \"nothingize\",\n        \"obclude\",\n        \"protract\",\n        \"reclude\",\n        \"relevel\",\n        \"remailed\",\n        \"remigation\",\n        \"remock\",\n        \"remodify\",\n        \"remounting\",\n        \"remove\",\n        \"removeless\",\n        \"remover\",\n        \"repile\",\n        \"rescinder\",\n        \"resected\",\n        \"resects\",\n        \"retrack\",\n        \"retract\",\n        \"retraict\",\n        \"rewithdraw\",\n        \"subtract\",\n        \"subtractive\",\n        \"takedowns\",\n        \"takeout\",\n        \"takeovers\",\n        \"undelude\",\n        \"undelve\",\n        \"undig\",\n        \"undim\",\n        \"undry\",\n        \"undug\",\n        \"undulled\",\n        \"undust\",\n        \"unglee\",\n        \"unignoring\",\n        \"unipart\",\n        \"unlay\",\n        \"unmixt\",\n        \"unmooted\",\n        \"unpartook\",\n        \"unpick\",\n        \"unpin\",\n        \"unplug\",\n        \"unplump\",\n        \"unput\",\n        \"unquert\",\n        \"unshrink\",\n        \"unslip\",\n        \"unsmug\",\n        \"unsnug\",\n        \"verminate\",\n        \"withdaw\",\n        \"withdraw\",\n        \"withdrawable\",\n        \"withdrawals\",\n        \"withsay\",\n        \"wittal\"\n    ],\n    \"ịkwụ ụgwọ\": [\n        \"ablution\",\n        \"apomict\",\n        \"arrears\",\n        \"billback\",\n        \"billhook\",\n        \"billhooks\",\n        \"billjim\",\n        \"bribability\",\n        \"debentures\",\n        \"debit\",\n        \"decurrencies\",\n        \"disbud\",\n        \"egestive\",\n        \"equitant\",\n        \"exonerations\",\n        \"feeing\",\n        \"forepayment\",\n        \"inpayment\",\n        \"lavendering\",\n        \"lienal\",\n        \"lippitudo\",\n        \"mispay\",\n        \"offpay\",\n        \"outpay\",\n        \"outpayment\",\n        \"overpay\",\n        \"payments\",\n        \"payoffs\",\n        \"paysage\",\n        \"pally\",\n        \"pedicellated\",\n        \"pediculate\",\n        \"pediculati\",\n        \"pedicured\",\n        \"pedicuring\",\n        \"piaffing\",\n        \"pinocchio\",\n        \"pinochle\",\n        \"ploidy\",\n        \"plougher\",\n        \"prepayment\",\n        \"prepayments\",\n        \"prepays\",\n        \"prepunishment\",\n        \"pretempt\",\n        \"proponement\",\n        \"ratepaying\",\n        \"reburse\",\n        \"recompensing\",\n        \"repayment\",\n        \"repayments\",\n        \"silvering\",\n        \"subbureaus\",\n        \"subbureaux\",\n        \"subclausal\",\n        \"subscapular\",\n        \"subscapulary\",\n        \"subscapularis\",\n        \"telfering\",\n        \"underbudding\",\n        \"underpay\",\n        \"underpaying\",\n        \"underpayment\",\n        \"underpays\",\n        \"underpricing\",\n        \"unpayment\",\n        \"whorage\"\n    ],\n    \"ọwa\": [\n        \"ablutionary\",\n        \"cannels\",\n        \"chalkography\",\n        \"channel\",\n        \"channelly\",\n        \"channels\",\n        \"cutlas\",\n        \"cutlases\",\n        \"cutlass\",\n        \"cutlasses\",\n        \"gelds\",\n        \"gelts\",\n        \"templardom\",\n        \"torch\",\n        \"torches\",\n        \"torchless\",\n        \"torchlight\",\n        \"torchlighted\",\n        \"torchlike\",\n        \"torchlit\",\n        \"torchweed\",\n        \"torchwort\"\n    ],\n    \"anyu oku\": [\n        \"ablutions\"\n    ],\n    \"nkwanye ugwu\": [\n        \"abmodality\",\n        \"acclimature\",\n        \"accolent\",\n        \"accounsel\",\n        \"accouterment\",\n        \"accrescendi\",\n        \"adarticulation\",\n        \"adevism\",\n        \"allopathetic\",\n        \"allopatry\",\n        \"anterevolutional\",\n        \"aprioristic\",\n        \"aprioristically\",\n        \"arrogancy\",\n        \"attritional\",\n        \"autointellectual\",\n        \"autophobia\",\n        \"autotelism\",\n        \"autotheism\",\n        \"balbuties\",\n        \"bellicism\",\n        \"bellicoseness\",\n        \"bellicosity\",\n        \"belligerency\",\n        \"bergsonism\",\n        \"berkeleyism\",\n        \"besottedness\",\n        \"bespottedness\",\n        \"biconditional\",\n        \"bigotedness\",\n        \"biliation\",\n        \"blairmorite\",\n        \"boldine\",\n        \"bonair\",\n        \"bonairly\",\n        \"bonairness\",\n        \"bonapartism\",\n        \"bonism\",\n        \"bourout\",\n        \"bromination\",\n        \"bromism\",\n        \"bumpiness\",\n        \"candidature\",\n        \"catadicrotism\",\n        \"catharistic\",\n        \"cauldrifeness\",\n        \"cavalierism\",\n        \"cloddiness\",\n        \"collencytal\",\n        \"compatriotism\",\n        \"convolutionary\",\n        \"counterstatute\",\n        \"cumulostratus\",\n        \"curmudgeonish\",\n        \"dampproof\",\n        \"debonairness\",\n        \"demonolatrously\",\n        \"derogatoriness\",\n        \"devalues\",\n        \"disacknowledgement\",\n        \"disacknowledgements\",\n        \"disavowedly\",\n        \"discerptible\",\n        \"discerptibleness\",\n        \"discircumspection\",\n        \"disharmonious\",\n        \"disharmonism\",\n        \"disqualifying\",\n        \"dissogony\",\n        \"feldspathization\",\n        \"felineness\",\n        \"feltyfare\",\n        \"ferroprussic\",\n        \"frary\",\n        \"froebelism\",\n        \"glottalization\",\n        \"heathenhood\",\n        \"heredipety\",\n        \"herpetism\",\n        \"hygeistic\",\n        \"hylogeny\",\n        \"hylotheism\",\n        \"hylotheistic\",\n        \"hyperactivities\",\n        \"hyperacuness\",\n        \"hyperacute\",\n        \"hyperconscientiousness\",\n        \"hyperelegance\",\n        \"hyperemization\",\n        \"hyperenthusiasm\",\n        \"hyperequatorial\",\n        \"hypererethism\",\n        \"hyperessence\",\n        \"hyperexaltation\",\n        \"hyperexcitability\",\n        \"hypersensualism\",\n        \"hypersensualness\",\n        \"hypersensuousness\",\n        \"hypersonic\",\n        \"hypersplenia\",\n        \"hypersuggestibility\",\n        \"hypersurface\",\n        \"hyphomycete\",\n        \"hypnesthesis\",\n        \"homages\",\n        \"homonymity\",\n        \"homothety\",\n        \"honans\",\n        \"honorifically\",\n        \"hooverism\",\n        \"iatrogenicity\",\n        \"inscenation\",\n        \"interderivative\",\n        \"interpetiolary\",\n        \"interregal\",\n        \"interstice\",\n        \"iridescency\",\n        \"iridescent\",\n        \"iridoavulsion\",\n        \"iridodialysis\",\n        \"iridous\",\n        \"labialism\",\n        \"lapidescence\",\n        \"lettrure\",\n        \"limpsy\",\n        \"lutings\",\n        \"lutulence\",\n        \"malloseismic\",\n        \"misencourage\",\n        \"misotheism\",\n        \"monopsychism\",\n        \"mundanism\",\n        \"nonabstemiousness\",\n        \"noncathartic\",\n        \"noncensoriousness\",\n        \"nonclassicality\",\n        \"noncondescendingness\",\n        \"noncondonation\",\n        \"noncosmopolitism\",\n        \"nondonation\",\n        \"nonfervidness\",\n        \"nonflagrance\",\n        \"nonfragility\",\n        \"nonperpendicularity\",\n        \"nonsiphonage\",\n        \"outcompliment\",\n        \"outstroke\",\n        \"overnarrowness\",\n        \"overthickness\",\n        \"panderism\",\n        \"parkinsonism\",\n        \"parrhesiastic\",\n        \"patulousness\",\n        \"peddlerism\",\n        \"pedophobia\",\n        \"perscrutation\",\n        \"perscrutator\",\n        \"polite\",\n        \"preexact\",\n        \"preexclusion\",\n        \"preexhibition\",\n        \"preexpiration\",\n        \"preexpression\",\n        \"preexpressive\",\n        \"preindicative\",\n        \"preloral\",\n        \"prestabilism\",\n        \"prestigiation\",\n        \"prestigiator\",\n        \"prestimulation\",\n        \"prestissimo\",\n        \"pretension\",\n        \"pretests\",\n        \"procommemoration\",\n        \"procommunism\",\n        \"prophototropism\",\n        \"protoperlaria\",\n        \"pseudoemotional\",\n        \"pseudoreduction\",\n        \"queasiness\",\n        \"queintise\",\n        \"ramification\",\n        \"ramistical\",\n        \"ravendom\",\n        \"regardfully\",\n        \"reputableness\",\n        \"reputatively\",\n        \"respect\",\n        \"respectability\",\n        \"respectabilize\",\n        \"respectable\",\n        \"respectableness\",\n        \"respecters\",\n        \"respectful\",\n        \"respectfully\",\n        \"respectfulness\",\n        \"respects\",\n        \"respectum\",\n        \"respectuous\",\n        \"revegetation\",\n        \"revelability\",\n        \"revendication\",\n        \"revengement\",\n        \"revenges\",\n        \"revetment\",\n        \"rowdiness\",\n        \"rowiness\",\n        \"rudenesses\",\n        \"rudimentariness\",\n        \"rumminess\",\n        \"selfsameness\",\n        \"semiexpressionistic\",\n        \"sesquipedality\",\n        \"sylvanity\",\n        \"slubbery\",\n        \"snobbism\",\n        \"sottedness\",\n        \"sottishness\",\n        \"speckedness\",\n        \"speckledness\",\n        \"standelwelks\",\n        \"stateliness\",\n        \"subversivism\",\n        \"subverticalness\",\n        \"sumphishness\",\n        \"superacknowledgment\",\n        \"superopposition\",\n        \"supersaintly\",\n        \"supersalesmanship\",\n        \"supersaliency\",\n        \"superscripting\",\n        \"supersensitiveness\",\n        \"superseriousness\",\n        \"supersevereness\",\n        \"supersmartness\",\n        \"superstage\",\n        \"supersweetness\",\n        \"tadpolism\",\n        \"tantalisation\",\n        \"tetrafolious\",\n        \"umbilication\",\n        \"unbarrenness\",\n        \"unhumbledness\",\n        \"unstagy\",\n        \"unswayableness\",\n        \"vagabondish\",\n        \"vagabondism\",\n        \"vagabondismus\",\n        \"vagabondry\",\n        \"vagancy\",\n        \"vaginotomies\",\n        \"valorisation\",\n        \"valorizations\",\n        \"valorousness\",\n        \"varsity\",\n        \"velarization\",\n        \"venenosity\",\n        \"ventoseness\",\n        \"ventrosuspension\",\n        \"vitativeness\",\n        \"vorticial\",\n        \"vulcanicity\",\n        \"vulcanisation\",\n        \"vulcanization\",\n        \"wabbliness\",\n        \"wowserism\"\n    ],\n    \"ọdịdị\": [\n        \"abmodalities\",\n        \"anteriority\",\n        \"apectomy\",\n        \"apparitional\",\n        \"bearance\",\n        \"biorhythmicity\",\n        \"biorhythmicities\",\n        \"coappearance\",\n        \"compearance\",\n        \"dichotomousness\",\n        \"faceteness\",\n        \"facetiousness\",\n        \"faciation\",\n        \"factive\",\n        \"gyrally\",\n        \"naturalism\",\n        \"naturel\",\n        \"naturelike\",\n        \"naturellement\",\n        \"naturopath\",\n        \"naturopathy\",\n        \"phenomenality\",\n        \"phenomenalization\",\n        \"phenomenism\",\n        \"proconformity\",\n        \"semblance\",\n        \"shapeful\",\n        \"siderography\",\n        \"spatiography\",\n        \"sphenography\",\n        \"subappearance\",\n        \"versatileness\",\n        \"versicoloured\"\n    ],\n    \"Abnegate\": [\n        \"abnegate\"\n    ],\n    \"mwepu\": [\n        \"abnegation\",\n        \"abonnement\",\n        \"abrenunciation\",\n        \"abstriction\",\n        \"compromission\",\n        \"compromitment\",\n        \"debase\",\n        \"debbies\",\n        \"debromination\",\n        \"deducement\",\n        \"disencumberment\",\n        \"disleafing\",\n        \"elusion\",\n        \"evacuations\",\n        \"exclusion\",\n        \"exclusionary\",\n        \"exclusionism\",\n        \"exclusionist\",\n        \"exuviation\",\n        \"gummage\",\n        \"inviscation\",\n        \"inviscidity\",\n        \"isograph\",\n        \"jawbation\",\n        \"minimisation\",\n        \"minimization\",\n        \"minoration\",\n        \"minus\",\n        \"minutation\",\n        \"misimputation\",\n        \"sieging\",\n        \"slippage\",\n        \"substraction\",\n        \"subtraction\",\n        \"subtractions\",\n        \"subtracts\",\n        \"unmutation\",\n        \"withdrawment\"\n    ],\n    \"abone\": [\n        \"abnegations\"\n    ],\n    \"Ndị na-eme ihe ọjọọ\": [\n        \"abnegators\"\n    ],\n    \"Abner\": [\n        \"abner\"\n    ],\n    \"nnweta\": [\n        \"abnet\",\n        \"abthain\",\n        \"accendibility\",\n        \"accessability\",\n        \"accessibility\",\n        \"accessibly\",\n        \"accessit\",\n        \"accessoriness\",\n        \"accessorized\",\n        \"accomplicity\",\n        \"acculturating\",\n        \"acquiescement\",\n        \"acquiesence\",\n        \"acquirability\",\n        \"acquirement\",\n        \"acquirenda\",\n        \"acquisible\",\n        \"acquisita\",\n        \"acquisition\",\n        \"acquisitional\",\n        \"acquisitions\",\n        \"acquisitive\",\n        \"acquisitively\",\n        \"acquisitiveness\",\n        \"acquisitum\",\n        \"acquittance\",\n        \"allelvia\",\n        \"appertainment\",\n        \"ascot\",\n        \"athanasies\",\n        \"atmophile\",\n        \"availability\",\n        \"availabilities\",\n        \"bearably\",\n        \"bertholletia\",\n        \"bolshevists\",\n        \"bordeaux\",\n        \"brattiness\",\n        \"burgess\",\n        \"cahot\",\n        \"coeditorship\",\n        \"concessit\",\n        \"concupiscence\",\n        \"concupiscent\",\n        \"concupiscibleness\",\n        \"coparceny\",\n        \"coproprietorship\",\n        \"corresp\",\n        \"corrivalship\",\n        \"covariation\",\n        \"crossgrainedness\",\n        \"dealcoholization\",\n        \"disvouch\",\n        \"dreegh\",\n        \"electromotion\",\n        \"electrophoresing\",\n        \"elegances\",\n        \"elegancy\",\n        \"emerituti\",\n        \"emittance\",\n        \"encipherer\",\n        \"engraft\",\n        \"entitling\",\n        \"esurience\",\n        \"findfault\",\n        \"fratchety\",\n        \"freespac\",\n        \"garnett\",\n        \"getpenny\",\n        \"giardia\",\n        \"glede\",\n        \"gleet\",\n        \"grantha\",\n        \"griever\",\n        \"grivet\",\n        \"harlequinade\",\n        \"hartake\",\n        \"homodont\",\n        \"homodrome\",\n        \"impoundment\",\n        \"ingluvial\",\n        \"interchangement\",\n        \"interlacement\",\n        \"interparty\",\n        \"interpolations\",\n        \"interquarreling\",\n        \"intervallum\",\n        \"intervarietal\",\n        \"joist\",\n        \"kaputt\",\n        \"leviration\",\n        \"lucivee\",\n        \"meristematic\",\n        \"meschantly\",\n        \"monarchally\",\n        \"mordancy\",\n        \"muromontite\",\n        \"obtainability\",\n        \"palaeoniscid\",\n        \"paramandelic\",\n        \"paramorphic\",\n        \"pickthatch\",\n        \"politesse\",\n        \"possessorship\",\n        \"racisms\",\n        \"rathe\",\n        \"reallotment\",\n        \"reduplicature\",\n        \"riflebird\",\n        \"salvific\",\n        \"shantied\",\n        \"shanties\",\n        \"sharecrops\",\n        \"subsellium\",\n        \"subsesqui\",\n        \"sumptuosity\",\n        \"svantovit\",\n        \"swan\",\n        \"swankiness\",\n        \"swantevit\",\n        \"tetraskelion\",\n        \"theriomorphism\",\n        \"torfaceous\",\n        \"totipotence\",\n        \"trafficableness\",\n        \"trilletto\",\n        \"uncorporal\",\n        \"upcity\",\n        \"upspout\",\n        \"usherism\",\n        \"warth\",\n        \"warty\",\n        \"wende\"\n    ],\n    \"abneral\": [\n        \"abneural\"\n    ],\n    \"ndiiche\": [\n        \"abnormal\",\n        \"abnormalcy\",\n        \"abnormalcies\",\n        \"abnormalise\",\n        \"abnormalising\",\n        \"abnormalism\",\n        \"abnormalist\",\n        \"abnormalities\",\n        \"abnormalness\",\n        \"abnormous\",\n        \"caingin\",\n        \"deviation\",\n        \"diffareation\",\n        \"discrepancy\",\n        \"discrepancies\",\n        \"elitists\",\n        \"martialize\",\n        \"variance\",\n        \"variancy\",\n        \"variating\"\n    ],\n    \"adighi aru\": [\n        \"abnormality\"\n    ],\n    \"na-eme ka ihe ghara iju\": [\n        \"abnormalize\"\n    ],\n    \"adighi agbanwe\": [\n        \"abnormalized\"\n    ],\n    \"na-amaghị\": [\n        \"abnormalizing\"\n    ],\n    \"ezighi ezi\": [\n        \"abnormally\",\n        \"anomalous\",\n        \"anomalously\",\n        \"awrong\",\n        \"biggishness\",\n        \"chunkiness\",\n        \"disaffection\",\n        \"disaffections\",\n        \"disauthentic\",\n        \"dislegitimate\",\n        \"dismalness\",\n        \"disregular\",\n        \"ergatandrous\",\n        \"ergodicity\",\n        \"eriocaulaceous\",\n        \"errableness\",\n        \"errantry\",\n        \"erroneous\",\n        \"erroneously\",\n        \"errorful\",\n        \"eruditely\",\n        \"evincement\",\n        \"faultfind\",\n        \"flawful\",\n        \"hirpled\",\n        \"illegitimatise\",\n        \"illmanneredness\",\n        \"illnature\",\n        \"illogicity\",\n        \"immanifest\",\n        \"immanifestness\",\n        \"impavidly\",\n        \"impreciseness\",\n        \"improper\",\n        \"improperly\",\n        \"improperness\",\n        \"improprieties\",\n        \"improprium\",\n        \"improsperity\",\n        \"improvidentially\",\n        \"improvisatorially\",\n        \"improvisatrice\",\n        \"imputableness\",\n        \"inaccordantly\",\n        \"inaccuracy\",\n        \"inaccurately\",\n        \"inaccurateness\",\n        \"inauthentic\",\n        \"inauthenticity\",\n        \"incircumspectness\",\n        \"incongruousness\",\n        \"inconstancy\",\n        \"incor\",\n        \"incorp\",\n        \"incorporeal\",\n        \"incorporealism\",\n        \"incorporealist\",\n        \"incorporeality\",\n        \"incorporeally\",\n        \"incorporealness\",\n        \"incorporeity\",\n        \"incorporeities\",\n        \"incorporeous\",\n        \"incorpse\",\n        \"incorpses\",\n        \"incorrectly\",\n        \"incorrigibility\",\n        \"incorrigible\",\n        \"incorrigibleness\",\n        \"incorrigibly\",\n        \"incorrosive\",\n        \"incorrupted\",\n        \"incorruptly\",\n        \"incorruptness\",\n        \"indecenter\",\n        \"indecl\",\n        \"indeclinableness\",\n        \"indefectibility\",\n        \"indefensibleness\",\n        \"indiscipline\",\n        \"informalities\",\n        \"infortunateness\",\n        \"iniquitously\",\n        \"injustifiable\",\n        \"inopportuneness\",\n        \"insubstantiality\",\n        \"irreality\",\n        \"irreciprocity\",\n        \"irreducibility\",\n        \"irreductibility\",\n        \"irrefrangibility\",\n        \"irregularism\",\n        \"irregularist\",\n        \"irregularity\",\n        \"irregularize\",\n        \"irregularness\",\n        \"irregulation\",\n        \"irrelevances\",\n        \"irrelevancy\",\n        \"irrelevancies\",\n        \"irreligionize\",\n        \"irrepressibility\",\n        \"irresponsible\",\n        \"malcontentism\",\n        \"malpracticed\",\n        \"malproportion\",\n        \"malproportioned\",\n        \"malpublication\",\n        \"misapparel\",\n        \"misapply\",\n        \"misappoint\",\n        \"misappraised\",\n        \"misappreciate\",\n        \"misapprehensive\",\n        \"misapprehensiveness\",\n        \"misbecame\",\n        \"misbecomingly\",\n        \"misbecomingness\",\n        \"misbegin\",\n        \"misbegins\",\n        \"misbiased\",\n        \"misbiassed\",\n        \"misbind\",\n        \"misbuilds\",\n        \"misbuilt\",\n        \"mischaracterized\",\n        \"miscibility\",\n        \"miscibilities\",\n        \"miscompute\",\n        \"misconjectured\",\n        \"misconjunction\",\n        \"misconsecrated\",\n        \"misconstitutional\",\n        \"misconstrual\",\n        \"misconstruct\",\n        \"misconstruction\",\n        \"miscopied\",\n        \"miscorrect\",\n        \"miscreated\",\n        \"miscuts\",\n        \"misdeformed\",\n        \"misdemeaned\",\n        \"misdictated\",\n        \"misdidived\",\n        \"misdistinguish\",\n        \"misdread\",\n        \"misenrolling\",\n        \"misfashioned\",\n        \"misfate\",\n        \"misfeature\",\n        \"misfeign\",\n        \"misfires\",\n        \"misfitted\",\n        \"misgiven\",\n        \"misgrow\",\n        \"misidentifies\",\n        \"misincite\",\n        \"misinstruct\",\n        \"misinstruction\",\n        \"misjoined\",\n        \"misjudge\",\n        \"misjudged\",\n        \"misjudgement\",\n        \"misjudges\",\n        \"misjudgment\",\n        \"misjudgments\",\n        \"mismannered\",\n        \"misnamed\",\n        \"misnatured\",\n        \"misnavigated\",\n        \"misoneistic\",\n        \"mispages\",\n        \"mispagination\",\n        \"misparse\",\n        \"misparses\",\n        \"misperceiving\",\n        \"misperform\",\n        \"mispractice\",\n        \"mispresent\",\n        \"misprincipled\",\n        \"misprinted\",\n        \"misprints\",\n        \"misproduce\",\n        \"mispronounced\",\n        \"misproportion\",\n        \"misproportioned\",\n        \"misprovide\",\n        \"misprovoked\",\n        \"mispublicized\",\n        \"misquality\",\n        \"misreferred\",\n        \"misreflect\",\n        \"mistaste\",\n        \"mistends\",\n        \"mistful\",\n        \"misthought\",\n        \"misthrift\",\n        \"misthrows\",\n        \"mistral\",\n        \"mistuned\",\n        \"mistuning\",\n        \"miswed\",\n        \"miswedded\",\n        \"nonapologetic\",\n        \"nonapostolical\",\n        \"nonapply\",\n        \"nonapplicabness\",\n        \"nonapportionment\",\n        \"nonauthenticity\",\n        \"noncorrectively\",\n        \"nondecalcified\",\n        \"nonnormalness\",\n        \"nonpurification\",\n        \"nonreality\",\n        \"nonsalutation\",\n        \"nonscandalously\",\n        \"nonsensate\",\n        \"nonservilely\",\n        \"nonsharing\",\n        \"nonsyndicate\",\n        \"nonsynonymously\",\n        \"nonsyntheses\",\n        \"nonsolid\",\n        \"nonsolidly\",\n        \"nonsolubly\",\n        \"nonsolvency\",\n        \"nonspiny\",\n        \"nonspinose\",\n        \"nonspinosely\",\n        \"nonspiritedly\",\n        \"nonsporting\",\n        \"nonsugar\",\n        \"nonsulfurous\",\n        \"nontransportable\",\n        \"nonvulgarities\",\n        \"obstancy\",\n        \"obtrect\",\n        \"oxalidaceous\",\n        \"perfidiousness\",\n        \"piggishness\",\n        \"postdisapproved\",\n        \"pristineness\",\n        \"putidness\",\n        \"rightlessness\",\n        \"sinistrorsal\",\n        \"unabsorptiness\",\n        \"unabstractedness\",\n        \"unacclaimate\",\n        \"unaccordant\",\n        \"unaccording\",\n        \"unaccuracy\",\n        \"unaccurate\",\n        \"unaccurately\",\n        \"unaccurateness\",\n        \"unaccuse\",\n        \"unacquisitiveness\",\n        \"unangelical\",\n        \"unaphasic\",\n        \"unapostolic\",\n        \"unapostrophized\",\n        \"unappliable\",\n        \"unappliableness\",\n        \"unappointableness\",\n        \"unappositeness\",\n        \"unauthentic\",\n        \"unauthenticalness\",\n        \"unauthenticity\",\n        \"unbenignant\",\n        \"unberth\",\n        \"uncallous\",\n        \"uncallously\",\n        \"uncasual\",\n        \"uncentrality\",\n        \"uncentripetal\",\n        \"uncolloquial\",\n        \"uncomical\",\n        \"uncongruousness\",\n        \"uncorrectly\",\n        \"uncustomary\",\n        \"undissoluteness\",\n        \"undistinct\",\n        \"undistinctly\",\n        \"undistinctness\",\n        \"uneffectualness\",\n        \"unessentialness\",\n        \"unevidential\",\n        \"unfalsifiedness\",\n        \"unfermentableness\",\n        \"unformalistic\",\n        \"unformality\",\n        \"unformalness\",\n        \"unformulistic\",\n        \"unforthright\",\n        \"unfreight\",\n        \"unfrutuosity\",\n        \"ungenerosity\",\n        \"unglandular\",\n        \"unhidden\",\n        \"unhistoried\",\n        \"unhistrionic\",\n        \"uninfallibility\",\n        \"uninfeft\",\n        \"uninflectedness\",\n        \"uninformative\",\n        \"uninodal\",\n        \"uninstructedness\",\n        \"unintermediateness\",\n        \"unintermitted\",\n        \"unintermittedly\",\n        \"unintermittedness\",\n        \"unintermittent\",\n        \"uninterruptible\",\n        \"uninterruptibleness\",\n        \"uninvoiced\",\n        \"unjustifiability\",\n        \"unjustifiable\",\n        \"unjustifiableness\",\n        \"unjustification\",\n        \"unjustified\",\n        \"unjustifiedly\",\n        \"unlethargic\",\n        \"unmanfulness\",\n        \"unmannerliness\",\n        \"unmellifluent\",\n        \"unmellifluous\",\n        \"unmetaphorical\",\n        \"unmirthfulness\",\n        \"unmischievous\",\n        \"unmistaken\",\n        \"unmorphological\",\n        \"unneglectful\",\n        \"unneutralised\",\n        \"unnormal\",\n        \"unnormalising\",\n        \"unnormalized\",\n        \"unnormalness\",\n        \"unobdurateness\",\n        \"unobeseness\",\n        \"unoblivious\",\n        \"unobliviousness\",\n        \"unobstinate\",\n        \"unobtrusive\",\n        \"unobtrusiveness\",\n        \"unostentation\",\n        \"unostentatiously\",\n        \"unpercipient\",\n        \"unperipheral\",\n        \"unperishableness\",\n        \"unpersuasibleness\",\n        \"unpervasive\",\n        \"unphysiological\",\n        \"unphrenological\",\n        \"unposted\",\n        \"unposthumous\",\n        \"unprocurableness\",\n        \"unprofuse\",\n        \"unprofuseness\",\n        \"unprohibitedness\",\n        \"unproper\",\n        \"unproperly\",\n        \"unprosaical\",\n        \"unprovisional\",\n        \"unrealizability\",\n        \"unreportorial\",\n        \"unrepresentable\",\n        \"unrepresentedness\",\n        \"unrepublican\",\n        \"unrequitable\",\n        \"unresponsal\",\n        \"unresponsible\",\n        \"unresponsibleness\",\n        \"unresponsibly\",\n        \"unsameness\",\n        \"unsavageness\",\n        \"unsavory\",\n        \"unsavoury\",\n        \"unshepherded\",\n        \"unsynchronous\",\n        \"unspasmodical\",\n        \"unspookish\",\n        \"unsterile\",\n        \"unstorminess\",\n        \"unstructural\",\n        \"unstructurally\",\n        \"unstructured\",\n        \"unsturdy\",\n        \"unsufficing\",\n        \"unsufficingness\",\n        \"untaciturnity\",\n        \"untactual\",\n        \"untactually\",\n        \"untameness\",\n        \"untangential\",\n        \"untantalized\",\n        \"untarnishable\",\n        \"untell\",\n        \"untenderized\",\n        \"untenderness\",\n        \"untenseness\",\n        \"untensibility\",\n        \"unterrifiable\",\n        \"unthronged\",\n        \"untidiest\",\n        \"untight\",\n        \"untightening\",\n        \"untissued\",\n        \"untoothsome\",\n        \"untortiously\",\n        \"untortuousness\",\n        \"untragicalness\",\n        \"untranscendental\",\n        \"untransferable\",\n        \"untransfixed\",\n        \"untransitable\",\n        \"untransitive\",\n        \"untransitory\",\n        \"untransmissive\",\n        \"untransmutability\",\n        \"untransmutableness\",\n        \"untransparent\",\n        \"untransparently\",\n        \"untransparentness\",\n        \"untransportable\",\n        \"untransubstantiated\",\n        \"untrellised\",\n        \"untremulant\",\n        \"untremulous\",\n        \"untremulously\",\n        \"untrend\",\n        \"untrespassed\",\n        \"untrespassing\",\n        \"untributary\",\n        \"untrill\",\n        \"untriteness\",\n        \"untroth\",\n        \"untroublesome\",\n        \"untroublesomeness\",\n        \"untrusser\",\n        \"untruther\",\n        \"unturgid\",\n        \"untutelar\",\n        \"unvalidity\",\n        \"unvalidness\",\n        \"unveridical\",\n        \"unvertiginous\",\n        \"unvertiginousness\",\n        \"unvirginal\",\n        \"unwastefulness\",\n        \"unwieldsome\",\n        \"unwronged\",\n        \"unwrongful\",\n        \"unwrongfulness\",\n        \"wrong\",\n        \"wrongfulness\",\n        \"wrongheaded\",\n        \"wrongheadedness\",\n        \"wrongheartedly\",\n        \"wrongless\",\n        \"wrongness\",\n        \"wrongousness\"\n    ],\n    \"ihe ndi ozo\": [\n        \"abnormals\",\n        \"abnormities\",\n        \"abrasives\",\n        \"alcaics\",\n        \"alkahests\",\n        \"apportionments\",\n        \"aristogenics\",\n        \"arminianism\",\n        \"bastardizations\",\n        \"bibliotics\",\n        \"bioacoustics\",\n        \"bioastronautics\",\n        \"biocides\",\n        \"biocoenoses\",\n        \"bioelectric\",\n        \"bioelectrogenetically\",\n        \"bioenergetics\",\n        \"bioenvironmentaly\",\n        \"biogenies\",\n        \"bioherms\",\n        \"biokinetics\",\n        \"biomicroscopies\",\n        \"biophagy\",\n        \"biophysics\",\n        \"biotaxy\",\n        \"biotelemetries\",\n        \"biotics\",\n        \"biotoxins\",\n        \"bogyisms\",\n        \"botcheries\",\n        \"bunkery\",\n        \"cameralistics\",\n        \"cardiodynamics\",\n        \"carpings\",\n        \"cartomancies\",\n        \"cathartics\",\n        \"champerties\",\n        \"cineplastics\",\n        \"cystotomies\",\n        \"classisms\",\n        \"disnaturalization\",\n        \"illatives\",\n        \"laceworks\",\n        \"mafficks\",\n        \"melodramaticism\",\n        \"minaret\",\n        \"monisms\",\n        \"monogenies\",\n        \"monohybrid\",\n        \"morphemics\",\n        \"morphonemics\",\n        \"naturalists\",\n        \"nitchies\",\n        \"nitrators\",\n        \"nitrides\",\n        \"nitrils\",\n        \"nonnaturalism\",\n        \"nonnaturals\",\n        \"organdies\",\n        \"organists\",\n        \"organonymy\",\n        \"otherwheres\",\n        \"otologies\",\n        \"outchides\",\n        \"outquotes\",\n        \"outwaits\",\n        \"oxmanship\",\n        \"oxtails\",\n        \"parnellism\",\n        \"pasteurizer\",\n        \"pasticheuses\",\n        \"pyronomics\",\n        \"porisms\",\n        \"postmortems\",\n        \"residuals\",\n        \"seisms\",\n        \"semimanagerial\",\n        \"sinapisms\",\n        \"sourdines\",\n        \"sparsities\",\n        \"superaerial\",\n        \"superassumption\",\n        \"superattainableness\",\n        \"superattractiveness\",\n        \"suretyship\",\n        \"surras\",\n        \"trockery\",\n        \"ultraconservatives\",\n        \"ultradandyism\",\n        \"ultraisms\",\n        \"ultramicroscope\",\n        \"upperworks\",\n        \"vasework\"\n    ],\n    \"adighi ike\": [\n        \"abnormity\",\n        \"absonous\",\n        \"beaverpelt\",\n        \"behowls\",\n        \"belemnid\",\n        \"belemnite\",\n        \"besnivel\",\n        \"dragomen\",\n        \"feeble\",\n        \"feeblest\",\n        \"ineffective\",\n        \"ineffectual\",\n        \"ineffervescent\",\n        \"inefficient\",\n        \"infirm\",\n        \"lossiest\",\n        \"mucidness\",\n        \"nonacutely\",\n        \"queersome\",\n        \"relentlessness\",\n        \"rumpless\",\n        \"subeffective\",\n        \"unaggressiveness\",\n        \"unalleviative\",\n        \"unbeamed\",\n        \"unbeaten\",\n        \"unbolden\",\n        \"unburly\",\n        \"undealt\",\n        \"undeleterious\",\n        \"undeleteriously\",\n        \"undigressive\",\n        \"unducal\",\n        \"uneffectual\",\n        \"unyieldingly\",\n        \"unmenial\",\n        \"unpetal\",\n        \"unruinousness\",\n        \"unruliest\",\n        \"unseismal\",\n        \"unsettle\",\n        \"unweal\",\n        \"unweary\",\n        \"vulnerative\",\n        \"weakest\"\n    ],\n    \"enweghị ike ịgụta ọnụ\": [\n        \"abnumerable\",\n        \"denumerable\",\n        \"denumerably\",\n        \"incalculableness\",\n        \"innumerableness\",\n        \"insufferable\",\n        \"insufferably\",\n        \"nondenumerable\",\n        \"unaccountability\",\n        \"unaccountable\",\n        \"uncountable\",\n        \"uncountenanced\",\n        \"uncountrified\",\n        \"undiscountable\",\n        \"unenumerable\",\n        \"unnumerable\",\n        \"unrecountable\"\n    ],\n    \"ebe\": [\n        \"abo\",\n        \"areas\",\n        \"arenites\",\n        \"beetle\",\n        \"beetled\",\n        \"byplace\",\n        \"centas\",\n        \"loc\",\n        \"localness\",\n        \"locatio\",\n        \"location\",\n        \"locations\",\n        \"lociation\",\n        \"loculation\",\n        \"locution\",\n        \"locutions\",\n        \"place\",\n        \"places\",\n        \"sation\",\n        \"scene\",\n        \"secessia\",\n        \"situ\",\n        \"someplace\",\n        \"somewhere\",\n        \"staio\",\n        \"station\",\n        \"sturtion\",\n        \"terces\",\n        \"thereva\",\n        \"therewhilst\",\n        \"venues\",\n        \"whereabout\",\n        \"whereabouts\",\n        \"whereanent\",\n        \"whereas\",\n        \"whereases\",\n        \"whereer\",\n        \"wherefrom\",\n        \"whereon\",\n        \"wherere\",\n        \"whereunder\",\n        \"whereup\",\n        \"whileas\",\n        \"whilk\",\n        \"whilst\"\n    ],\n    \"n'ụgbọ\": [\n        \"aboard\",\n        \"boardly\"\n    ],\n    \"ugbo mmiri\": [\n        \"aboardage\",\n        \"cruet\",\n        \"cruets\",\n        \"pilotfish\"\n    ],\n    \"Ukpo\": [\n        \"abobra\",\n        \"clavola\",\n        \"clavolae\",\n        \"excitors\",\n        \"ostrya\",\n        \"parsonish\",\n        \"pristodus\",\n        \"purushartha\"\n    ],\n    \"Ubochi\": [\n        \"abococket\",\n        \"breenger\",\n        \"dud\",\n        \"forbysen\",\n        \"springbok\",\n        \"springboks\"\n    ],\n    \"ebele\": [\n        \"abodah\",\n        \"beetleweed\",\n        \"befringing\",\n        \"betrumpet\",\n        \"boyardism\",\n        \"borborygm\",\n        \"borborygmatic\",\n        \"borborygmus\",\n        \"bugseed\",\n        \"chastacosta\",\n        \"ghrush\",\n        \"gorkiesque\",\n        \"hlorrithi\",\n        \"pandrop\",\n        \"ridottos\",\n        \"sporophyll\",\n        \"tripeshop\"\n    ],\n    \"jupụtara\": [\n        \"aboded\"\n    ],\n    \"Ebe obibi\": [\n        \"abodement\",\n        \"bennies\",\n        \"brotany\",\n        \"condenseries\",\n        \"coroutines\",\n        \"coterminal\",\n        \"credenzas\",\n        \"cronartium\",\n        \"habitans\",\n        \"peristethium\",\n        \"pertenencia\",\n        \"placentalia\",\n        \"polderland\",\n        \"residencies\",\n        \"venesector\"\n    ],\n    \"Udo\": [\n        \"abodes\",\n        \"breves\",\n        \"brevis\",\n        \"clamorousness\",\n        \"cotised\",\n        \"dreeing\",\n        \"frowsiness\",\n        \"measledness\",\n        \"mirkness\",\n        \"ringlety\",\n        \"scruf\",\n        \"scruff\",\n        \"scruffiness\",\n        \"scruffle\",\n        \"sizableness\",\n        \"snod\",\n        \"spiv\",\n        \"strucion\",\n        \"swoony\",\n        \"swounds\",\n        \"testiness\",\n        \"undoubling\",\n        \"unsproutful\",\n        \"upsoaring\",\n        \"utopia\",\n        \"voluptuarian\",\n        \"whimsy\",\n        \"whimsied\",\n        \"whits\"\n    ],\n    \"dingnọ ebe\": [\n        \"aboding\"\n    ],\n    \"nwezie\": [\n        \"abohms\",\n        \"aboulias\",\n        \"mellower\",\n        \"philocathartic\",\n        \"philomythic\",\n        \"plurisyllabic\",\n        \"thiogycolic\",\n        \"thiostannate\",\n        \"tyrsenoi\"\n    ],\n    \"Aboideau\": [\n        \"aboideau\"\n    ],\n    \"Uzoigwe\": [\n        \"aboideaus\",\n        \"aeneolithic\",\n        \"areopagite\",\n        \"arroz\",\n        \"basophil\",\n        \"beausire\",\n        \"beloeilite\",\n        \"boussingaultia\",\n        \"bredbergite\",\n        \"erineum\",\n        \"hyosternal\",\n        \"logomaniac\",\n        \"mesitine\",\n        \"mesosuchian\",\n        \"navarrese\",\n        \"puritandom\",\n        \"rhombiform\",\n        \"srivatsan\",\n        \"streptothricin\",\n        \"swartzia\",\n        \"triazane\",\n        \"triazolic\",\n        \"vagotropic\",\n        \"vasovagal\",\n        \"zymogenous\",\n        \"zugtierlast\"\n    ],\n    \"Aboiteau\": [\n        \"aboiteau\"\n    ],\n    \"nwechaa\": [\n        \"aboiteaus\",\n        \"desiliconize\",\n        \"philtre\",\n        \"schlepped\"\n    ],\n    \"mmakoa\": [\n        \"aboiteaux\"\n    ],\n    \"kpochapụ\": [\n        \"abolete\",\n        \"absolutize\",\n        \"absolver\",\n        \"absolvers\",\n        \"absolves\",\n        \"annihilator\",\n        \"annihilatory\",\n        \"annunciate\",\n        \"clead\",\n        \"cleeked\",\n        \"clerid\",\n        \"cryptoprocta\",\n        \"deambulate\",\n        \"debark\",\n        \"deciceronize\",\n        \"decollate\",\n        \"devocalize\",\n        \"efflate\",\n        \"effluvial\",\n        \"effluvias\",\n        \"effluviums\",\n        \"efflux\",\n        \"effluxes\",\n        \"effray\",\n        \"effuses\",\n        \"elusions\",\n        \"epilogate\",\n        \"epilogize\",\n        \"epipolize\",\n        \"exlex\",\n        \"exolete\",\n        \"exscinds\",\n        \"exsculp\",\n        \"exter\",\n        \"exteriorate\",\n        \"externate\",\n        \"externe\",\n        \"exulate\",\n        \"kludges\",\n        \"oust\",\n        \"outbolting\",\n        \"overmantel\",\n        \"overmantle\",\n        \"purge\",\n        \"scray\",\n        \"sulphatize\",\n        \"supprime\",\n        \"valvulate\"\n    ],\n    \"kwusi\": [\n        \"abolish\",\n        \"cease\",\n        \"cebid\",\n        \"endict\",\n        \"nonstop\",\n        \"nullify\",\n        \"pase\",\n        \"pausal\",\n        \"pause\",\n        \"paused\",\n        \"pauseful\",\n        \"pausefully\",\n        \"pauses\",\n        \"quinize\",\n        \"quinze\",\n        \"quitclaim\",\n        \"quitclaimed\",\n        \"quotationist\",\n        \"stabilify\",\n        \"stabilitate\",\n        \"standstill\",\n        \"stipitate\",\n        \"storay\",\n        \"suppage\",\n        \"supplace\",\n        \"wheeze\"\n    ],\n    \"wepu\": [\n        \"abolishable\",\n        \"abstruse\",\n        \"adrift\",\n        \"aflush\",\n        \"deducted\",\n        \"dereling\",\n        \"detach\",\n        \"detache\",\n        \"detachs\",\n        \"disconnects\",\n        \"dispart\",\n        \"dissensualize\",\n        \"ebonize\",\n        \"elixate\",\n        \"episcopize\",\n        \"exitus\",\n        \"exopt\",\n        \"exurb\",\n        \"mucronulate\",\n        \"protrade\",\n        \"remop\",\n        \"remoras\",\n        \"remorate\",\n        \"remould\",\n        \"removably\",\n        \"riddled\",\n        \"sclate\",\n        \"sliped\",\n        \"thereuntil\",\n        \"unadd\",\n        \"unbundle\",\n        \"undarken\",\n        \"undub\",\n        \"undubbed\",\n        \"ungelt\",\n        \"unlade\",\n        \"unladed\",\n        \"unmerge\",\n        \"unmopped\",\n        \"unremote\",\n        \"unrisen\",\n        \"unroll\",\n        \"unrung\",\n        \"unsmart\",\n        \"unsmoked\",\n        \"unsnaky\",\n        \"unsnap\",\n        \"unsnatch\",\n        \"unsubject\",\n        \"unweb\",\n        \"unwrung\",\n        \"urase\"\n    ],\n    \"kagburu\": [\n        \"abolished\",\n        \"annulled\",\n        \"annuller\",\n        \"annulli\",\n        \"obsoleted\",\n        \"outkicked\",\n        \"preshaped\",\n        \"repealed\",\n        \"rescinded\",\n        \"revoked\",\n        \"scalled\"\n    ],\n    \"na-ekpochapụ\": [\n        \"abolishes\",\n        \"abolishing\",\n        \"clears\",\n        \"decommissioning\",\n        \"decontaminating\",\n        \"dispelling\",\n        \"disrating\",\n        \"distastes\",\n        \"ebonizing\",\n        \"eradicates\",\n        \"eradicating\",\n        \"eradicatory\",\n        \"excommunicating\",\n        \"expellent\",\n        \"extricating\",\n        \"iridectomized\",\n        \"obliterates\",\n        \"obliterating\",\n        \"sweeps\",\n        \"unimpinging\"\n    ],\n    \"mkpochapu\": [\n        \"abolishment\",\n        \"abolition\",\n        \"abolitionary\",\n        \"abolitionise\",\n        \"abolitionising\",\n        \"abolitionism\",\n        \"abolitionizing\",\n        \"annihilation\",\n        \"atterminement\",\n        \"clavellate\",\n        \"clippable\",\n        \"elimination\",\n        \"eradication\",\n        \"eradications\",\n        \"exteriorization\",\n        \"extermination\",\n        \"exterminative\",\n        \"externization\",\n        \"extinction\",\n        \"hulverheaded\",\n        \"locellate\",\n        \"obliterations\",\n        \"verminicide\"\n    ],\n    \"kagbuo\": [\n        \"abolitionised\",\n        \"abolitionized\",\n        \"annullate\",\n        \"canc\",\n        \"cancans\",\n        \"cancel\",\n        \"canceleer\",\n        \"cancellable\",\n        \"cancellate\",\n        \"canceller\",\n        \"cancellous\",\n        \"cancels\",\n        \"cancion\",\n        \"cancionero\",\n        \"canciones\",\n        \"cancrid\",\n        \"cancrine\",\n        \"cancrophagous\",\n        \"cancrum\",\n        \"cancrums\",\n        \"debilitant\",\n        \"deconsecrate\",\n        \"harast\",\n        \"protoxidize\",\n        \"recoke\",\n        \"repeals\",\n        \"rescind\",\n        \"revocable\",\n        \"revocate\",\n        \"revoke\",\n        \"rewoke\",\n        \"surmountable\"\n    ],\n    \"ndi abolitionist\": [\n        \"abolitionist\",\n        \"abolitionists\"\n    ],\n    \"kpochapu\": [\n        \"abolitionize\",\n        \"absolutista\",\n        \"absolve\",\n        \"annalize\",\n        \"annelid\",\n        \"annicut\",\n        \"annihilate\",\n        \"annite\",\n        \"annulata\",\n        \"annuls\",\n        \"besnow\",\n        \"brumes\",\n        \"censorious\",\n        \"classicizing\",\n        \"clearstarch\",\n        \"clites\",\n        \"culled\",\n        \"dechemicalize\",\n        \"demulsified\",\n        \"deoculate\",\n        \"drained\",\n        \"ebionize\",\n        \"ebullate\",\n        \"efface\",\n        \"effaced\",\n        \"effacement\",\n        \"effacer\",\n        \"effaces\",\n        \"effacing\",\n        \"effascinate\",\n        \"effate\",\n        \"effatum\",\n        \"effeminate\",\n        \"effeminated\",\n        \"effeminating\",\n        \"effeminatize\",\n        \"effeminisation\",\n        \"effeminise\",\n        \"effeminised\",\n        \"effeminising\",\n        \"effeminization\",\n        \"effeminized\",\n        \"effeminizing\",\n        \"effigiate\",\n        \"efflagitate\",\n        \"effloresce\",\n        \"efflorescence\",\n        \"efflorescent\",\n        \"effloresces\",\n        \"efflorescing\",\n        \"efflower\",\n        \"effluviable\",\n        \"effluvium\",\n        \"effluxion\",\n        \"effoliate\",\n        \"effossion\",\n        \"effraction\",\n        \"effranchise\",\n        \"effrenate\",\n        \"effront\",\n        \"effronted\",\n        \"effrontery\",\n        \"effume\",\n        \"effuse\",\n        \"effusing\",\n        \"effusion\",\n        \"effusions\",\n        \"eliminand\",\n        \"eliminant\",\n        \"eliminate\",\n        \"eliminative\",\n        \"eliminatory\",\n        \"elinor\",\n        \"emove\",\n        \"eradicable\",\n        \"eradicant\",\n        \"eradicate\",\n        \"eradicated\",\n        \"eradicative\",\n        \"eradicator\",\n        \"eradiculose\",\n        \"erasable\",\n        \"evacuees\",\n        \"evicke\",\n        \"exalate\",\n        \"exalbuminose\",\n        \"exannulate\",\n        \"excaudate\",\n        \"excecate\",\n        \"excogitates\",\n        \"excogitator\",\n        \"excreta\",\n        \"excreter\",\n        \"exenterate\",\n        \"exfiltrate\",\n        \"exfodiate\",\n        \"exhalant\",\n        \"exhalants\",\n        \"exhalate\",\n        \"exhalatory\",\n        \"exhalents\",\n        \"exilarch\",\n        \"exilarchate\",\n        \"exine\",\n        \"exocarp\",\n        \"exocarps\",\n        \"exoculate\",\n        \"exonerate\",\n        \"exorate\",\n        \"exorcize\",\n        \"exordize\",\n        \"exothecal\",\n        \"exothecium\",\n        \"expolish\",\n        \"exscind\",\n        \"exsiccate\",\n        \"extempore\",\n        \"extemporizer\",\n        \"exteriorize\",\n        \"exterminable\",\n        \"exterminate\",\n        \"exterminates\",\n        \"exterminator\",\n        \"exterminatory\",\n        \"extermine\",\n        \"exterminist\",\n        \"externize\",\n        \"exteroceptor\",\n        \"exterritorial\",\n        \"exterritorialize\",\n        \"extimulate\",\n        \"extine\",\n        \"extirpate\",\n        \"extricate\",\n        \"hyphenize\",\n        \"muleteer\",\n        \"nebulize\",\n        \"obliterate\",\n        \"obliterator\",\n        \"obliterators\",\n        \"occlude\",\n        \"oculate\",\n        \"ostiolate\",\n        \"ouster\",\n        \"overdrape\",\n        \"overgrade\",\n        \"overlimit\",\n        \"overmobilize\",\n        \"overmobilized\",\n        \"overmoisten\",\n        \"overmoralize\",\n        \"overromanticize\",\n        \"overtrod\",\n        \"premovement\",\n        \"quakerize\",\n        \"queller\",\n        \"quiverish\",\n        \"recluse\",\n        \"remoboth\",\n        \"repechage\",\n        \"rid\",\n        \"scatch\",\n        \"scission\",\n        \"scrumptious\",\n        \"scrumptiously\",\n        \"scrunchy\",\n        \"scullionize\",\n        \"sweepwashings\",\n        \"uncreation\",\n        \"unliterate\",\n        \"unmulled\",\n        \"unscotch\",\n        \"unscrubbed\",\n        \"unseel\",\n        \"unsmoothed\",\n        \"unsmoothened\",\n        \"unspoil\",\n        \"vacuumize\"\n    ],\n    \"aboola\": [\n        \"abolla\"\n    ],\n    \"ihe-árú\": [\n        \"abominableness\",\n        \"abomination\",\n        \"abominations\",\n        \"abominators\",\n        \"detestableness\"\n    ],\n    \"avion\": [\n        \"aboon\"\n    ],\n    \"ná mba ọzọ\": [\n        \"aborad\",\n        \"abroad\"\n    ],\n    \"nwekwaa\": [\n        \"aboral\",\n        \"aborsive\",\n        \"abow\",\n        \"affrettando\",\n        \"alquier\",\n        \"ameliorate\",\n        \"amortises\",\n        \"bretelle\",\n        \"brevetted\",\n        \"copartnery\",\n        \"desmogenous\",\n        \"exigeante\",\n        \"featurish\",\n        \"glandarious\",\n        \"helterskelteriness\",\n        \"highhandedness\",\n        \"hypersensual\",\n        \"homely\",\n        \"jewellike\",\n        \"moreote\",\n        \"novate\",\n        \"oversusceptible\",\n        \"plattdeutsch\",\n        \"pookhaun\",\n        \"possisdendi\",\n        \"proslave\",\n        \"quokka\",\n        \"sakelarides\",\n        \"sovereignize\",\n        \"subsella\",\n        \"subsphenoidal\",\n        \"supralunar\",\n        \"supremum\",\n        \"teapottykin\",\n        \"triantaphyllos\",\n        \"tripylaean\",\n        \"trippant\"\n    ],\n    \"n'okwu\": [\n        \"aborally\",\n        \"aurally\",\n        \"caudally\",\n        \"caustically\",\n        \"coadunatively\",\n        \"crowingly\",\n        \"dolefully\",\n        \"engrossingly\",\n        \"grovelingly\",\n        \"lamentably\",\n        \"lyrately\",\n        \"mundanely\",\n        \"ocularly\",\n        \"oracularly\",\n        \"oratoric\",\n        \"oratorical\",\n        \"oratorically\",\n        \"palaeographically\",\n        \"palatably\",\n        \"palatally\",\n        \"pryingly\",\n        \"remonstratingly\",\n        \"savoringly\",\n        \"sheer\",\n        \"sheerly\",\n        \"slangily\",\n        \"slaveringly\",\n        \"sullenly\",\n        \"totteringly\",\n        \"wordably\",\n        \"wordily\"\n    ],\n    \"nwekwanu\": [\n        \"abord\",\n        \"absterge\",\n        \"boubous\"\n    ],\n    \"aborigine\": [\n        \"aboriginal\"\n    ],\n    \"ndi aborigine\": [\n        \"aboriginals\"\n    ],\n    \"ndị Aborigine\": [\n        \"aborigines\"\n    ],\n    \"ite ime\": [\n        \"abort\",\n        \"abortion\",\n        \"abortional\",\n        \"abortionist\",\n        \"abortuses\",\n        \"intortion\"\n    ],\n    \"wepụrụ\": [\n        \"aborted\",\n        \"abrogated\",\n        \"excised\",\n        \"exheredate\",\n        \"exited\",\n        \"removed\",\n        \"removedly\",\n        \"subtracted\",\n        \"uprooted\",\n        \"withdraught\"\n    ],\n    \"onye ozi\": [\n        \"aborter\",\n        \"alisier\",\n        \"approacher\",\n        \"ardent\",\n        \"ccesser\",\n        \"dolesman\",\n        \"eyer\",\n        \"envoy\",\n        \"informant\",\n        \"informer\",\n        \"interpersonally\",\n        \"italianizer\",\n        \"letterman\",\n        \"liaison\",\n        \"mailman\",\n        \"maister\",\n        \"marshier\",\n        \"messageer\",\n        \"messenger\",\n        \"ministerialist\",\n        \"missioner\",\n        \"missionizer\",\n        \"misteacher\",\n        \"postman\",\n        \"prosely\",\n        \"proselyted\",\n        \"proselytical\",\n        \"proselytiser\",\n        \"proselytized\",\n        \"proselytizer\",\n        \"rapporteur\",\n        \"reponder\",\n        \"resorter\",\n        \"responder\",\n        \"retorter\",\n        \"sentencer\",\n        \"servingman\",\n        \"sylvanitic\",\n        \"teentsier\"\n    ],\n    \"na-ete ime\": [\n        \"aborters\",\n        \"aborting\"\n    ],\n    \"iwepụ afọ ime\": [\n        \"aborticide\"\n    ],\n    \"ndi na-ete ime\": [\n        \"abortionists\"\n    ],\n    \"ime ime\": [\n        \"abortions\"\n    ],\n    \"afọ ime\": [\n        \"abortive\",\n        \"abortively\",\n        \"annunciade\",\n        \"bellyband\",\n        \"bellyland\",\n        \"bellypinch\",\n        \"concelebration\",\n        \"coregnancy\",\n        \"entheasm\",\n        \"febrility\",\n        \"gastriloquy\",\n        \"gastriloquial\",\n        \"gastrins\",\n        \"gastrogenital\",\n        \"gastroid\",\n        \"gastromancy\",\n        \"gastromyces\",\n        \"gastronomes\",\n        \"gastronomy\",\n        \"gastropathic\",\n        \"gastrosplenic\",\n        \"ovarioabdominal\",\n        \"pregnantness\",\n        \"prenominal\",\n        \"stomachicness\"\n    ],\n    \"na-ebelata\": [\n        \"aborts\",\n        \"alleviating\",\n        \"bailing\",\n        \"cheapens\",\n        \"dimerizes\",\n        \"dimerizing\",\n        \"dimidiating\",\n        \"diminishable\",\n        \"diminishableness\",\n        \"diminishes\",\n        \"diminishing\",\n        \"dimming\",\n        \"dwindles\",\n        \"dwindling\",\n        \"dwines\",\n        \"dwining\",\n        \"reduces\",\n        \"represses\",\n        \"shortens\",\n        \"shrining\",\n        \"shrinking\",\n        \"shrinkingness\",\n        \"suppressant\",\n        \"suppresses\"\n    ],\n    \"Ugwu\": [\n        \"abos\",\n        \"blin\",\n        \"cliftonite\",\n        \"crosstoes\",\n        \"culvert\",\n        \"hilts\",\n        \"longspurs\",\n        \"ostsises\",\n        \"outsteam\",\n        \"outstrips\",\n        \"plandok\",\n        \"singsong\",\n        \"skirting\",\n        \"speakeasies\",\n        \"speakies\",\n        \"squirty\",\n        \"strouding\",\n        \"turfski\",\n        \"upas\",\n        \"upsilons\",\n        \"upwhir\",\n        \"viron\",\n        \"vively\"\n    ],\n    \"Abote\": [\n        \"abote\"\n    ],\n    \"iburu\": [\n        \"abouchement\",\n        \"assart\",\n        \"borish\",\n        \"carrying\",\n        \"colate\",\n        \"commem\",\n        \"dauke\",\n        \"depose\",\n        \"dept\",\n        \"despose\",\n        \"forechase\",\n        \"imbue\",\n        \"outcarry\",\n        \"prater\",\n        \"rebbred\",\n        \"respice\",\n        \"unasking\",\n        \"uptake\"\n    ],\n    \"Aboudikro\": [\n        \"aboudikro\"\n    ],\n    \"nwego\": [\n        \"abought\",\n        \"boomslang\"\n    ],\n    \"Nweke\": [\n        \"aboulia\",\n        \"epistrophe\",\n        \"mendy\",\n        \"pyrroyl\",\n        \"sur\"\n    ],\n    \"mmebe\": [\n        \"aboulic\",\n        \"anatomy\",\n        \"atmolyzation\",\n        \"catguts\",\n        \"designer\",\n        \"excalfaction\",\n        \"exolution\",\n        \"fallostomy\",\n        \"malebolge\",\n        \"peoplement\",\n        \"refinery\",\n        \"sporocyst\"\n    ],\n    \"jupụta\": [\n        \"abound\",\n        \"abounded\",\n        \"afray\",\n        \"amply\",\n        \"enlive\",\n        \"fill\",\n        \"filled\",\n        \"fills\",\n        \"milliary\",\n        \"populates\",\n        \"saturated\",\n        \"saturater\",\n        \"saturates\",\n        \"superimplied\",\n        \"swellest\",\n        \"swilled\",\n        \"unfill\",\n        \"unfilling\",\n        \"welled\"\n    ],\n    \"ibibi\": [\n        \"abounder\",\n        \"dartingness\",\n        \"deashing\",\n        \"disulfide\",\n        \"enhaunt\",\n        \"homacanth\",\n        \"imperiling\",\n        \"imperish\",\n        \"ruinate\",\n        \"unsmashed\"\n    ],\n    \"bara ụba\": [\n        \"abounding\",\n        \"abounds\",\n        \"abundant\",\n        \"overlearnedly\",\n        \"prolificly\"\n    ],\n    \"n'ụba\": [\n        \"aboundingly\",\n        \"abundantly\",\n        \"bountifully\",\n        \"liberally\",\n        \"profusely\",\n        \"profusively\",\n        \"richly\",\n        \"wealthfully\"\n    ],\n    \"banyere\": [\n        \"about\",\n        \"entered\",\n        \"signor\",\n        \"thereabout\"\n    ],\n    \"ihe\": [\n        \"abouts\",\n        \"acetary\",\n        \"actg\",\n        \"actinical\",\n        \"actus\",\n        \"an\",\n        \"aveloz\",\n        \"beclang\",\n        \"becut\",\n        \"cackle\",\n        \"caecal\",\n        \"calas\",\n        \"cessions\",\n        \"chapes\",\n        \"concours\",\n        \"concreate\",\n        \"concrement\",\n        \"concresce\",\n        \"concrete\",\n        \"contemnor\",\n        \"crassamentum\",\n        \"csk\",\n        \"decus\",\n        \"desmans\",\n        \"detersion\",\n        \"didactics\",\n        \"dosses\",\n        \"dozent\",\n        \"efference\",\n        \"efformation\",\n        \"eydent\",\n        \"elements\",\n        \"entourages\",\n        \"epencephal\",\n        \"etudes\",\n        \"expulse\",\n        \"extents\",\n        \"factor\",\n        \"factors\",\n        \"felicities\",\n        \"he\",\n        \"imer\",\n        \"immanation\",\n        \"immanes\",\n        \"impf\",\n        \"impresa\",\n        \"incuses\",\n        \"ingulfing\",\n        \"insession\",\n        \"item\",\n        \"itemizations\",\n        \"itemizer\",\n        \"items\",\n        \"janiculum\",\n        \"lascivient\",\n        \"lessn\",\n        \"lesson\",\n        \"lisere\",\n        \"mater\",\n        \"materials\",\n        \"materiate\",\n        \"materiel\",\n        \"materiels\",\n        \"maters\",\n        \"mattery\",\n        \"matters\",\n        \"matthean\",\n        \"matutine\",\n        \"menses\",\n        \"monocentrid\",\n        \"natatory\",\n        \"nuggets\",\n        \"object\",\n        \"objectant\",\n        \"objecter\",\n        \"objects\",\n        \"objet\",\n        \"objicient\",\n        \"offs\",\n        \"ohing\",\n        \"oons\",\n        \"opp\",\n        \"paguma\",\n        \"param\",\n        \"phaser\",\n        \"phosphinic\",\n        \"podagrous\",\n        \"pogies\",\n        \"poss\",\n        \"postings\",\n        \"practicalist\",\n        \"practically\",\n        \"presentiments\",\n        \"prys\",\n        \"proses\",\n        \"quos\",\n        \"roc\",\n        \"roquer\",\n        \"seity\",\n        \"semivector\",\n        \"sices\",\n        \"sym\",\n        \"something\",\n        \"spurtle\",\n        \"subst\",\n        \"substantives\",\n        \"substruct\",\n        \"tacts\",\n        \"teeniest\",\n        \"the\",\n        \"theer\",\n        \"thegither\",\n        \"theol\",\n        \"thete\",\n        \"thetic\",\n        \"thetine\",\n        \"thing\",\n        \"thingal\",\n        \"thingamajig\",\n        \"thinghood\",\n        \"thingy\",\n        \"thingish\",\n        \"thinglet\",\n        \"thingman\",\n        \"thingness\",\n        \"things\",\n        \"thingstead\",\n        \"thingum\",\n        \"thingumbob\",\n        \"thingummy\",\n        \"thingut\",\n        \"thrustor\",\n        \"ticals\",\n        \"tinted\",\n        \"tyste\",\n        \"torulus\",\n        \"trios\",\n        \"uca\",\n        \"ull\",\n        \"usant\",\n        \"wifething\"\n    ],\n    \"n'elu\": [\n        \"above\",\n        \"aboveboard\",\n        \"abovedeck\",\n        \"afore\",\n        \"aloft\",\n        \"loke\",\n        \"onto\",\n        \"overface\",\n        \"overissue\",\n        \"overissues\",\n        \"overliterary\",\n        \"superscribed\",\n        \"thereupon\",\n        \"top\",\n        \"toped\",\n        \"topes\",\n        \"toppings\",\n        \"tops\",\n        \"upon\"\n    ],\n    \"elu ala\": [\n        \"aboveground\",\n        \"peripherallies\",\n        \"topsoil\",\n        \"topsoils\",\n        \"upshoots\"\n    ],\n    \"n'elu kwuru\": [\n        \"abovementioned\",\n        \"abovesaid\"\n    ],\n    \"n'elu akaebe\": [\n        \"aboveproof\"\n    ],\n    \"nwe\": [\n        \"aboves\",\n        \"aethered\",\n        \"avianize\",\n        \"beshow\",\n        \"bevue\",\n        \"cessionee\",\n        \"copremic\",\n        \"devow\",\n        \"enfever\",\n        \"evisite\",\n        \"havenership\",\n        \"havered\",\n        \"haverer\",\n        \"increst\",\n        \"ingush\",\n        \"lordling\",\n        \"mistressdom\",\n        \"mistresshood\",\n        \"moulten\",\n        \"nihilify\",\n        \"own\",\n        \"ownerships\",\n        \"possemen\",\n        \"possessoress\",\n        \"propraetorial\",\n        \"proprietary\",\n        \"proprietorial\",\n        \"proprivilege\",\n        \"psend\",\n        \"quo\",\n        \"roist\",\n        \"secessiondom\",\n        \"siphonaceous\",\n        \"therewithal\"\n    ],\n    \"Ulo elu\": [\n        \"abovestairs\"\n    ],\n    \"Nduku\": [\n        \"abox\",\n        \"potboydom\",\n        \"potboiler\",\n        \"potomac\",\n        \"potteens\"\n    ],\n    \"Abr\": [\n        \"abr\"\n    ],\n    \"ewepu\": [\n        \"abradable\",\n        \"abridgable\",\n        \"abrogable\",\n        \"absume\",\n        \"alular\",\n        \"aside\",\n        \"avertedly\",\n        \"bescreened\",\n        \"deductible\",\n        \"deductile\",\n        \"delocalized\",\n        \"detonated\",\n        \"disarrayed\",\n        \"disbenched\",\n        \"discomposed\",\n        \"discounted\",\n        \"discountenanced\",\n        \"disenslave\",\n        \"dislocable\",\n        \"dislocate\",\n        \"dislocated\",\n        \"dislocatedly\",\n        \"dislocates\",\n        \"disparts\",\n        \"disposedly\",\n        \"dispropriate\",\n        \"disrange\",\n        \"eliminable\",\n        \"eliminates\",\n        \"eluding\",\n        \"excepter\",\n        \"exceptionable\",\n        \"exceptionary\",\n        \"exceptioner\",\n        \"exceptionless\",\n        \"exceptions\",\n        \"exclaves\",\n        \"excludability\",\n        \"excludable\",\n        \"exclude\",\n        \"excluded\",\n        \"excluder\",\n        \"excluders\",\n        \"excludes\",\n        \"excluding\",\n        \"excludingly\",\n        \"exclusory\",\n        \"excusably\",\n        \"excuseful\",\n        \"excuseless\",\n        \"exempt\",\n        \"expt\",\n        \"expungeable\",\n        \"irradicate\",\n        \"irradicated\",\n        \"irrorated\",\n        \"offcast\",\n        \"rased\",\n        \"remobilized\",\n        \"remodified\",\n        \"remolades\",\n        \"remorses\",\n        \"remounted\",\n        \"removability\",\n        \"removes\",\n        \"replial\",\n        \"trisected\",\n        \"unbemourned\",\n        \"unblunted\",\n        \"uncart\",\n        \"undeducted\",\n        \"undefaulting\",\n        \"undelineated\",\n        \"undereaten\",\n        \"undialled\",\n        \"undisgraced\",\n        \"unevacuated\",\n        \"unfellowed\",\n        \"unfelted\",\n        \"ungrated\",\n        \"ungrave\",\n        \"unindexed\",\n        \"uninervate\",\n        \"uninerved\",\n        \"uninferably\",\n        \"uninferrable\",\n        \"uninferrably\",\n        \"uninfluencive\",\n        \"uninfracted\",\n        \"uninlaid\",\n        \"uninsolating\",\n        \"uninstalled\",\n        \"uninvestable\",\n        \"uninwrapped\",\n        \"unlasher\",\n        \"unlimbers\",\n        \"unlocalising\",\n        \"unmantled\",\n        \"unmarshalled\",\n        \"unmellowed\",\n        \"unmutilated\",\n        \"unnailing\",\n        \"unobsolete\",\n        \"unpalled\",\n        \"unparceling\",\n        \"unpinched\",\n        \"unripened\",\n        \"unripped\",\n        \"unrippled\",\n        \"unrisked\",\n        \"unrolls\",\n        \"unrooting\",\n        \"unscissored\",\n        \"unscolding\",\n        \"unscreenable\",\n        \"unsecluding\",\n        \"unslagged\",\n        \"unslashed\",\n        \"unslating\",\n        \"unstalled\",\n        \"unsubtracted\",\n        \"unwrapped\",\n        \"withdraws\"\n    ],\n    \"ekwenyeghi\": [\n        \"abradant\",\n        \"besague\",\n        \"conidial\",\n        \"disagio\",\n        \"disagreeing\",\n        \"disapprobative\",\n        \"disapproving\",\n        \"discompliance\",\n        \"disconfirmed\",\n        \"disoccluding\",\n        \"disoperculate\",\n        \"disozonize\",\n        \"ensynopticity\",\n        \"eudaemony\",\n        \"hesitancies\",\n        \"inanimadvertence\",\n        \"inapproachability\",\n        \"inauthoritativeness\",\n        \"includible\",\n        \"inconvinced\",\n        \"incroyable\",\n        \"indistant\",\n        \"insensuous\",\n        \"insubmissive\",\n        \"iridic\",\n        \"iridical\",\n        \"irrecognition\",\n        \"irresolubility\",\n        \"misbelieving\",\n        \"negatedness\",\n        \"negationist\",\n        \"nephritical\",\n        \"nepotious\",\n        \"nidifugous\",\n        \"nonabortive\",\n        \"nonanimated\",\n        \"nonanimation\",\n        \"nonauthenticated\",\n        \"noncommitted\",\n        \"nonconfirmative\",\n        \"nonconfirmatory\",\n        \"nonconfirming\",\n        \"noncorroborative\",\n        \"noncorrodible\",\n        \"nondomesticated\",\n        \"nonincrusting\",\n        \"nonpermissive\",\n        \"nonpermissiveness\",\n        \"nonredemptive\",\n        \"nonsensual\",\n        \"nonsensualistic\",\n        \"nonsensuality\",\n        \"nonsensuous\",\n        \"nonsensuously\",\n        \"nonsensuousness\",\n        \"nonsynodical\",\n        \"nonsinusoidal\",\n        \"nonsubjection\",\n        \"nonsubmissible\",\n        \"nonsubordination\",\n        \"nonvendible\",\n        \"nonvendibleness\",\n        \"offendible\",\n        \"unabdicating\",\n        \"unabdicative\",\n        \"unabhorred\",\n        \"unabiding\",\n        \"unabjectness\",\n        \"unablative\",\n        \"unabortive\",\n        \"unabortively\",\n        \"unabsorptive\",\n        \"unabstentious\",\n        \"unacknowledged\",\n        \"unacknowledgedness\",\n        \"unacoustic\",\n        \"unaddible\",\n        \"unaffirmed\",\n        \"unagreed\",\n        \"unagreeing\",\n        \"unanimist\",\n        \"unantagonising\",\n        \"unantagonizing\",\n        \"unassistant\",\n        \"unauthenticated\",\n        \"uncertifying\",\n        \"uncomposable\",\n        \"uncomposeable\",\n        \"unconcurred\",\n        \"unconfessed\",\n        \"unconfirm\",\n        \"unconfirmative\",\n        \"unconfirmatory\",\n        \"unconfirmed\",\n        \"unconfirming\",\n        \"unconjugal\",\n        \"unconnived\",\n        \"unconnotative\",\n        \"uncontinented\",\n        \"unconvicted\",\n        \"unconvince\",\n        \"unconvinced\",\n        \"unconvincedly\",\n        \"unconvincedness\",\n        \"unconvincing\",\n        \"unconvincingly\",\n        \"unconvincingness\",\n        \"uncooperative\",\n        \"uncorroborant\",\n        \"uncorroborated\",\n        \"uncorroborative\",\n        \"uncorroboratively\",\n        \"undecree\",\n        \"undecreed\",\n        \"undefensibleness\",\n        \"undeliberative\",\n        \"undeliberativeness\",\n        \"undenoted\",\n        \"undenuded\",\n        \"undenunciated\",\n        \"undesignated\",\n        \"undespised\",\n        \"undisburdened\",\n        \"undisgusted\",\n        \"undismissed\",\n        \"undisobliging\",\n        \"undisproved\",\n        \"undisproving\",\n        \"unendorsed\",\n        \"unerroneous\",\n        \"unevinced\",\n        \"unextendibility\",\n        \"unextendible\",\n        \"unfirmamented\",\n        \"ungullibility\",\n        \"unharmonized\",\n        \"uninsistent\",\n        \"uninuclear\",\n        \"unkennelling\",\n        \"unmeritorious\",\n        \"unmissionized\",\n        \"unnoteworthy\",\n        \"unpermissibly\",\n        \"unpromise\",\n        \"unreeve\",\n        \"unreeves\",\n        \"unrenunciatory\",\n        \"unrescissory\",\n        \"unresonating\",\n        \"unrespirable\",\n        \"unresuscitative\",\n        \"unreverberative\",\n        \"unsenatorial\",\n        \"unserrated\",\n        \"unsyntactic\",\n        \"unsyntactical\",\n        \"unsordidness\",\n        \"unsuppliant\",\n        \"untellable\",\n        \"untidier\",\n        \"unvendible\",\n        \"unvendibleness\",\n        \"unvitrescibility\",\n        \"unwelcomed\",\n        \"unwistful\",\n        \"unwithholden\"\n    ],\n    \"ndị abrad\": [\n        \"abradants\"\n    ],\n    \"abra\": [\n        \"abraders\",\n        \"abraid\"\n    ],\n    \"nkwekorita\": [\n        \"abrades\",\n        \"consociational\",\n        \"interhemispheric\"\n    ],\n    \"abara\": [\n        \"abrading\",\n        \"abrash\",\n        \"flattened\",\n        \"scolded\"\n    ],\n    \"wepu okwu\": [\n        \"abrase\"\n    ],\n    \"abrasịrị\": [\n        \"abrased\"\n    ],\n    \"ihe nkedo\": [\n        \"abraser\",\n        \"carpetwork\",\n        \"castanets\",\n        \"castrater\",\n        \"castratory\",\n        \"casts\",\n        \"catnapper\",\n        \"chainmaker\",\n        \"dilutors\",\n        \"ensconce\",\n        \"fiberizer\",\n        \"filacer\",\n        \"fulminator\",\n        \"yeraver\",\n        \"inkholder\",\n        \"ironclads\",\n        \"lancaster\",\n        \"lancasterian\",\n        \"lancer\",\n        \"lanceteer\",\n        \"medrinacles\",\n        \"pimelate\",\n        \"pitchable\",\n        \"placater\",\n        \"placer\",\n        \"plackets\",\n        \"plashier\",\n        \"plastein\",\n        \"plovers\",\n        \"porphyroblastic\",\n        \"propenes\",\n        \"reprocess\",\n        \"sympodium\",\n        \"splashers\",\n        \"tenoners\",\n        \"tesselate\",\n        \"tessellar\",\n        \"towable\",\n        \"towpaths\",\n        \"wirecutters\"\n    ],\n    \"abras\": [\n        \"abrasing\"\n    ],\n    \"abrasing\": [\n        \"abrasive\",\n        \"abrasiveness\"\n    ],\n    \"na-ehichapụ\": [\n        \"abreacting\",\n        \"abrogating\",\n        \"abrogative\",\n        \"blotting\",\n        \"brominating\",\n        \"decasualizing\",\n        \"defrocking\",\n        \"deles\",\n        \"deletes\",\n        \"deletive\",\n        \"demitting\",\n        \"extemporizing\",\n        \"hyalinizing\",\n        \"neutered\",\n        \"scrimping\",\n        \"tirling\",\n        \"unechoing\",\n        \"unweeping\",\n        \"wipeouts\",\n        \"wipes\",\n        \"wips\"\n    ],\n    \"anakpo\": [\n        \"abreid\",\n        \"adumbrated\",\n        \"anematized\",\n        \"baboonery\",\n        \"baluchithere\",\n        \"bastardise\",\n        \"catechising\",\n        \"cinevariety\",\n        \"cnemis\",\n        \"crumped\",\n        \"crumply\",\n        \"dunair\",\n        \"engastrimythic\",\n        \"gorgonised\",\n        \"hecatomped\",\n        \"invectives\",\n        \"lithoglyphic\",\n        \"nonatmospheric\",\n        \"nonatmospherical\",\n        \"sweepstakes\",\n        \"unlumped\"\n    ],\n    \"kwuwe\": [\n        \"abrenounce\",\n        \"clavate\",\n        \"corenounce\",\n        \"devilize\",\n        \"dissented\",\n        \"eclair\",\n        \"hebraize\",\n        \"hebraized\",\n        \"prank\",\n        \"prankt\",\n        \"preclaim\",\n        \"schuit\",\n        \"utriform\",\n        \"volatilise\",\n        \"volatilize\",\n        \"volatize\"\n    ],\n    \"aburo\": [\n        \"abridge\",\n        \"abrupter\"\n    ],\n    \"abridable\": [\n        \"abridgeable\"\n    ],\n    \"abrid\": [\n        \"abridged\"\n    ],\n    \"ihe odide\": [\n        \"abridger\",\n        \"acroscopic\",\n        \"allographic\",\n        \"bibliographic\",\n        \"calcographic\",\n        \"caviller\",\n        \"characterology\",\n        \"characterological\",\n        \"copygraph\",\n        \"enterography\",\n        \"inscriptional\",\n        \"inscriptionist\",\n        \"inspheres\",\n        \"logography\",\n        \"manuscript\",\n        \"manuscriptal\",\n        \"manuscription\",\n        \"manuscripts\",\n        \"manuscriptural\",\n        \"oxymandelic\",\n        \"prescriptorial\",\n        \"pulchritudinous\",\n        \"quatertenses\",\n        \"subverse\",\n        \"superscript\",\n        \"tychite\",\n        \"typefounding\",\n        \"typology\",\n        \"underdotting\",\n        \"underscript\",\n        \"undertuned\",\n        \"underwriter\",\n        \"writings\"\n    ],\n    \"ndi nkwekorita\": [\n        \"abridgers\",\n        \"dissenters\"\n    ],\n    \"na-agbakwụnye\": [\n        \"abridges\",\n        \"recocking\",\n        \"reliquidates\"\n    ],\n    \"na-agbakasị\": [\n        \"abridging\",\n        \"aphorizing\",\n        \"comestible\",\n        \"fadging\",\n        \"fadmongering\",\n        \"rubbishingly\",\n        \"vaunting\"\n    ],\n    \"nkweekwe\": [\n        \"abridgment\",\n        \"schellingian\"\n    ],\n    \"Abris\": [\n        \"abris\"\n    ],\n    \"okwu\": [\n        \"abristle\",\n        \"adposition\",\n        \"bodword\",\n        \"broadhead\",\n        \"casimire\",\n        \"clausulae\",\n        \"conferment\",\n        \"discourse\",\n        \"discourser\",\n        \"discourses\",\n        \"elands\",\n        \"eloinment\",\n        \"eloins\",\n        \"ephors\",\n        \"epimerase\",\n        \"euphemism\",\n        \"exoticism\",\n        \"hadal\",\n        \"interword\",\n        \"issues\",\n        \"ligules\",\n        \"lyricisms\",\n        \"matter\",\n        \"matterfulness\",\n        \"mattering\",\n        \"orae\",\n        \"orale\",\n        \"orography\",\n        \"orologies\",\n        \"overword\",\n        \"pabulary\",\n        \"phthisical\",\n        \"picrol\",\n        \"proaudience\",\n        \"proposition\",\n        \"rehem\",\n        \"rhe\",\n        \"rheingold\",\n        \"sayings\",\n        \"sleech\",\n        \"slogan\",\n        \"slogans\",\n        \"soogan\",\n        \"speakings\",\n        \"speech\",\n        \"speechcraft\",\n        \"speeches\",\n        \"speechment\",\n        \"speechway\",\n        \"spekboom\",\n        \"spinules\",\n        \"spital\",\n        \"spreng\",\n        \"talkable\",\n        \"talker\",\n        \"talkies\",\n        \"talkings\",\n        \"talks\",\n        \"termagant\",\n        \"termagants\",\n        \"termage\",\n        \"termers\",\n        \"termes\",\n        \"termillenary\",\n        \"terminology\",\n        \"termor\",\n        \"understatements\",\n        \"unface\",\n        \"utterableness\",\n        \"utterance\",\n        \"utterances\",\n        \"utterancy\",\n        \"utterer\",\n        \"verbal\",\n        \"verbalities\",\n        \"verisms\",\n        \"vocably\",\n        \"vocabular\",\n        \"vocabulary\",\n        \"vocabularian\",\n        \"vocabularied\",\n        \"vocabularies\",\n        \"witword\",\n        \"word\",\n        \"wordable\",\n        \"wordage\",\n        \"wordages\",\n        \"wordcraft\",\n        \"wordiness\",\n        \"wording\",\n        \"wordings\",\n        \"wordish\",\n        \"wordishness\",\n        \"wordle\",\n        \"wordlier\",\n        \"wordlike\",\n        \"wordman\",\n        \"wordmanship\",\n        \"wordmonger\",\n        \"wordmongery\",\n        \"wordness\",\n        \"words\",\n        \"wordsman\",\n        \"wordsmen\",\n        \"wordster\"\n    ],\n    \"na-ewepụ\": [\n        \"abrogates\",\n        \"averting\",\n        \"detrains\",\n        \"disleaving\",\n        \"disrobing\",\n        \"excommunicates\",\n        \"ousting\",\n        \"shunts\",\n        \"ungrating\",\n        \"unhalting\",\n        \"unmortising\",\n        \"unrising\"\n    ],\n    \"abrog\": [\n        \"abrogation\",\n        \"abrogations\",\n        \"abrogator\"\n    ],\n    \"ndị na-eme ebere\": [\n        \"abrogators\",\n        \"benefactors\",\n        \"pontificates\"\n    ],\n    \"Abronia\": [\n        \"abronia\"\n    ],\n    \"Abrood\": [\n        \"abrood\"\n    ],\n    \"Abrosia\": [\n        \"abrosia\"\n    ],\n    \"Abrotanum\": [\n        \"abrotanum\"\n    ],\n    \"Aburotin\": [\n        \"abrotin\"\n    ],\n    \"na mberede\": [\n        \"abrupt\",\n        \"abruptest\",\n        \"abruptly\",\n        \"accidental\",\n        \"accidentality\",\n        \"accidentally\",\n        \"accidentalness\",\n        \"accidentals\",\n        \"accidentary\",\n        \"accidentarily\",\n        \"accidently\",\n        \"incidental\",\n        \"incidentally\",\n        \"incidently\",\n        \"informally\",\n        \"nonaccidentally\",\n        \"occidentally\",\n        \"phenomenally\",\n        \"sudden\",\n        \"suddenly\",\n        \"suddenness\",\n        \"suddenty\"\n    ],\n    \"nwe obodo\": [\n        \"abruption\",\n        \"capillaire\",\n        \"caproic\",\n        \"cleavelandite\",\n        \"exaudi\",\n        \"philistine\",\n        \"philopublican\",\n        \"pluriseptate\",\n        \"triborough\",\n        \"uptowner\"\n    ],\n    \"Na-akụ\": [\n        \"abruptiones\",\n        \"bhangs\",\n        \"cucking\",\n        \"hits\",\n        \"pelting\",\n        \"prickling\",\n        \"smacking\",\n        \"smiting\",\n        \"supersedes\",\n        \"tacklings\",\n        \"tiding\",\n        \"tundishes\",\n        \"underlapping\"\n    ],\n    \"abughi\": [\n        \"abs\",\n        \"neither\"\n    ],\n    \"nkwụnye\": [\n        \"abscam\",\n        \"adapter\",\n        \"adapters\",\n        \"adaptor\",\n        \"adaptors\",\n        \"deposito\",\n        \"mutatis\",\n        \"plugged\",\n        \"plugger\",\n        \"plughole\",\n        \"plugman\",\n        \"plugmen\",\n        \"plugtray\",\n        \"plugtree\",\n        \"plugugly\",\n        \"pluguglies\",\n        \"positioner\",\n        \"remittable\",\n        \"stabilimeter\",\n        \"stander\",\n        \"standpatter\"\n    ],\n    \"egosighi\": [\n        \"abscised\",\n        \"showless\",\n        \"underrepresented\",\n        \"undisplayed\",\n        \"undisplaying\",\n        \"unexpressed\",\n        \"unfelt\",\n        \"unfilleted\",\n        \"unflayed\",\n        \"unflavored\",\n        \"unflavoured\",\n        \"unglove\",\n        \"unportrayed\"\n    ],\n    \"enweghị\": [\n        \"abscises\",\n        \"absence\",\n        \"absenter\",\n        \"absentia\",\n        \"absenting\",\n        \"absentment\",\n        \"absentness\",\n        \"absents\",\n        \"absit\",\n        \"ayless\",\n        \"antherless\",\n        \"babu\",\n        \"bareca\",\n        \"bareka\",\n        \"basiation\",\n        \"becuna\",\n        \"beingless\",\n        \"deprivations\",\n        \"devoid\",\n        \"dintless\",\n        \"dogeless\",\n        \"dumpishness\",\n        \"existless\",\n        \"gaumless\",\n        \"gormless\",\n        \"gratinated\",\n        \"haveless\",\n        \"hitless\",\n        \"yemeless\",\n        \"iliopectineal\",\n        \"impishness\",\n        \"importunely\",\n        \"impunibly\",\n        \"incomposedness\",\n        \"inconstant\",\n        \"isagoges\",\n        \"joistless\",\n        \"kithless\",\n        \"lackaday\",\n        \"lackadaisic\",\n        \"lackadaisically\",\n        \"lai\",\n        \"lairs\",\n        \"laius\",\n        \"languedoc\",\n        \"latinless\",\n        \"ledgeless\",\n        \"moyenless\",\n        \"mothless\",\n        \"negatory\",\n        \"nihility\",\n        \"nihilities\",\n        \"nimiety\",\n        \"nocked\",\n        \"nona\",\n        \"nonavailability\",\n        \"nonclosely\",\n        \"noneager\",\n        \"nonelaborately\",\n        \"nonelastic\",\n        \"nonemission\",\n        \"nonent\",\n        \"nonerodent\",\n        \"nonexcessive\",\n        \"nonextinct\",\n        \"nonferrous\",\n        \"nonic\",\n        \"nonillionth\",\n        \"nonjoinder\",\n        \"nonlethal\",\n        \"nonlocal\",\n        \"nonmatter\",\n        \"nonmultiple\",\n        \"nonoccupant\",\n        \"nonplus\",\n        \"nonplusation\",\n        \"nonplused\",\n        \"nonpluses\",\n        \"nonplusing\",\n        \"nonplussed\",\n        \"nonplussing\",\n        \"nonporous\",\n        \"nonstaple\",\n        \"nonunique\",\n        \"nonvalorously\",\n        \"nonvaporously\",\n        \"nonvolition\",\n        \"noughtly\",\n        \"paucities\",\n        \"provisionless\",\n        \"reabsence\",\n        \"sagless\",\n        \"sateless\",\n        \"schismless\",\n        \"sewless\",\n        \"slitless\",\n        \"soothless\",\n        \"stintless\",\n        \"stuffless\",\n        \"successionless\",\n        \"thatchless\",\n        \"thusness\",\n        \"tintless\",\n        \"torsionless\",\n        \"unavailability\",\n        \"unavailableness\",\n        \"unavailably\",\n        \"unavailing\",\n        \"uncially\",\n        \"unclutter\",\n        \"uncrook\",\n        \"undisjoined\",\n        \"uneye\",\n        \"unexisting\",\n        \"unexultant\",\n        \"unfailable\",\n        \"unfailableness\",\n        \"unfailably\",\n        \"unfellow\",\n        \"unfellowly\",\n        \"unfence\",\n        \"unfended\",\n        \"unfiscally\",\n        \"unfluted\",\n        \"unfrock\",\n        \"unguled\",\n        \"unhad\",\n        \"uninvoluted\",\n        \"unlaminated\",\n        \"unneat\",\n        \"unnewly\",\n        \"unoccluded\",\n        \"unornamented\",\n        \"unpalliated\",\n        \"unpastor\",\n        \"unpatted\",\n        \"unpelted\",\n        \"unpens\",\n        \"unpertaining\",\n        \"unpilfered\",\n        \"unpillaged\",\n        \"unpillowed\",\n        \"unpins\",\n        \"unpirated\",\n        \"unpitted\",\n        \"unplastic\",\n        \"unpliably\",\n        \"unplied\",\n        \"unpluralized\",\n        \"unpranked\",\n        \"unprickled\",\n        \"unprime\",\n        \"unprince\",\n        \"unprincess\",\n        \"unproduced\",\n        \"unproducedness\",\n        \"unpulled\",\n        \"unpulped\",\n        \"unrevolved\",\n        \"unriched\",\n        \"unrioted\",\n        \"uns\",\n        \"unships\",\n        \"untrod\",\n        \"unvolitioned\",\n        \"unvoluptuous\",\n        \"utterless\",\n        \"witeless\",\n        \"withness\",\n        \"wontless\",\n        \"zionless\"\n    ],\n    \"ahapụghị\": [\n        \"abscising\",\n        \"absentminded\",\n        \"leaveless\",\n        \"unranting\"\n    ],\n    \"enweghị isi\": [\n        \"abscisins\",\n        \"abscisse\",\n        \"absenteeship\",\n        \"abshenry\",\n        \"absinth\",\n        \"absinthe\",\n        \"absinthes\",\n        \"absinthic\",\n        \"absinthismic\",\n        \"absinths\",\n        \"absurdism\",\n        \"absurds\",\n        \"actless\",\n        \"agendaless\",\n        \"aphetic\",\n        \"aphorismic\",\n        \"aphoristically\",\n        \"apractic\",\n        \"bareback\",\n        \"barefacedness\",\n        \"bareheadedness\",\n        \"barkless\",\n        \"barratrously\",\n        \"baseless\",\n        \"baselessly\",\n        \"bashfulness\",\n        \"bashless\",\n        \"basilateral\",\n        \"basipetally\",\n        \"benchless\",\n        \"benign\",\n        \"benignity\",\n        \"benignness\",\n        \"bitless\",\n        \"boilerless\",\n        \"boomless\",\n        \"bountree\",\n        \"brinkless\",\n        \"brookless\",\n        \"browless\",\n        \"causeless\",\n        \"clueless\",\n        \"coevality\",\n        \"coreless\",\n        \"crankless\",\n        \"dejectedness\",\n        \"disentrancement\",\n        \"doless\",\n        \"dowlas\",\n        \"dowless\",\n        \"ebulliency\",\n        \"effectless\",\n        \"elusive\",\n        \"figureheadless\",\n        \"fogdom\",\n        \"foisonless\",\n        \"fortuitous\",\n        \"frondless\",\n        \"frownless\",\n        \"gratulatorily\",\n        \"groundlessly\",\n        \"grubless\",\n        \"guruships\",\n        \"headless\",\n        \"headlessness\",\n        \"hoofless\",\n        \"idant\",\n        \"idlesses\",\n        \"idly\",\n        \"idoneous\",\n        \"ignoble\",\n        \"ignorable\",\n        \"iliosacral\",\n        \"ilioscrotal\",\n        \"illation\",\n        \"illess\",\n        \"illest\",\n        \"illy\",\n        \"illyric\",\n        \"illogical\",\n        \"illogicality\",\n        \"illogicalities\",\n        \"illogically\",\n        \"illuvial\",\n        \"impertinence\",\n        \"impertinences\",\n        \"impertinencies\",\n        \"impertinent\",\n        \"impliedness\",\n        \"impolite\",\n        \"impolitely\",\n        \"impoliteness\",\n        \"impolitically\",\n        \"impoliticalness\",\n        \"impoliticness\",\n        \"imponderous\",\n        \"importunateness\",\n        \"improlificical\",\n        \"imprudence\",\n        \"imprudency\",\n        \"imprudential\",\n        \"imprudentness\",\n        \"impudence\",\n        \"impudency\",\n        \"impudencies\",\n        \"impudentness\",\n        \"impudicity\",\n        \"impunctuality\",\n        \"impunely\",\n        \"imputatively\",\n        \"imputativeness\",\n        \"inaptitude\",\n        \"incompetents\",\n        \"incompliance\",\n        \"incompliant\",\n        \"inconclusive\",\n        \"inconclusively\",\n        \"inconscionable\",\n        \"inconsecutive\",\n        \"inconsecutiveness\",\n        \"inconsequence\",\n        \"inconsequent\",\n        \"inconsequentia\",\n        \"inconsequential\",\n        \"inconsequentiality\",\n        \"inconsequentially\",\n        \"inconsequently\",\n        \"inconsequentness\",\n        \"incontinuity\",\n        \"increscence\",\n        \"indexlessness\",\n        \"indifuscin\",\n        \"indiscreet\",\n        \"indiscreetness\",\n        \"indiscriminateness\",\n        \"ineffectiveness\",\n        \"ineffectuality\",\n        \"inerrantly\",\n        \"inexpiableness\",\n        \"inextant\",\n        \"inextensive\",\n        \"inneity\",\n        \"insalubrities\",\n        \"insignificantly\",\n        \"insimplicity\",\n        \"inspreith\",\n        \"insubstantial\",\n        \"intrepidity\",\n        \"invalidation\",\n        \"invalidations\",\n        \"invalidism\",\n        \"invalidity\",\n        \"invalidly\",\n        \"irenic\",\n        \"irenical\",\n        \"iridescence\",\n        \"iritic\",\n        \"irksome\",\n        \"irrationalism\",\n        \"irrationalities\",\n        \"irrationals\",\n        \"irredential\",\n        \"irrenowned\",\n        \"irrepetant\",\n        \"irresonance\",\n        \"irrespirable\",\n        \"irrestrictive\",\n        \"irresultive\",\n        \"irretention\",\n        \"irretentive\",\n        \"irrisory\",\n        \"irrotational\",\n        \"jagless\",\n        \"jitteriness\",\n        \"joltless\",\n        \"keyless\",\n        \"makeless\",\n        \"mastless\",\n        \"matless\",\n        \"matterless\",\n        \"meaningless\",\n        \"meaninglessly\",\n        \"meaninglessness\",\n        \"mentionless\",\n        \"meritless\",\n        \"meritlessness\",\n        \"misly\",\n        \"missuiting\",\n        \"mistressless\",\n        \"mornless\",\n        \"necessarium\",\n        \"needless\",\n        \"needlessly\",\n        \"neotenous\",\n        \"neuterdom\",\n        \"nidificant\",\n        \"nidificate\",\n        \"nolleity\",\n        \"nolt\",\n        \"nonaccordant\",\n        \"nonadmiring\",\n        \"nonaesthetic\",\n        \"nonaffective\",\n        \"nonalphabetic\",\n        \"nonappendence\",\n        \"nonapplicative\",\n        \"nonaquatic\",\n        \"nonaqueous\",\n        \"nonauriferous\",\n        \"nonbase\",\n        \"nonbasic\",\n        \"noncandescent\",\n        \"noncombustive\",\n        \"noncompulsive\",\n        \"nondense\",\n        \"nondensity\",\n        \"nondesecration\",\n        \"nondesistence\",\n        \"nondespotic\",\n        \"nondespotically\",\n        \"nondetest\",\n        \"nondiscursiveness\",\n        \"nondispersal\",\n        \"nondispersive\",\n        \"nondissent\",\n        \"nondissenting\",\n        \"nondissidence\",\n        \"nondistortion\",\n        \"nondumping\",\n        \"nonebullient\",\n        \"noneffective\",\n        \"nonejective\",\n        \"nonenthusiastic\",\n        \"nonequably\",\n        \"nonessential\",\n        \"noneuphonious\",\n        \"nonevaporative\",\n        \"nonevent\",\n        \"nonevincive\",\n        \"nonexponential\",\n        \"nonextensive\",\n        \"nonexultant\",\n        \"nonfavorably\",\n        \"nonfocal\",\n        \"nonforensic\",\n        \"nonfouling\",\n        \"nonfrequence\",\n        \"nonimpulsive\",\n        \"nonincandescence\",\n        \"noninclinatory\",\n        \"noninclusive\",\n        \"noninfluential\",\n        \"nonnecessity\",\n        \"nonnecessitousness\",\n        \"nonneutrally\",\n        \"nonoverhead\",\n        \"nonperpetuance\",\n        \"nonpertinent\",\n        \"nonpossessively\",\n        \"nonpossessory\",\n        \"nonpurposive\",\n        \"nonrational\",\n        \"nonrebellious\",\n        \"nonrequirement\",\n        \"nonretinal\",\n        \"nonsacred\",\n        \"nonsacredly\",\n        \"nonsacredness\",\n        \"nonsacrificial\",\n        \"nonsalinity\",\n        \"nonsalubrious\",\n        \"nonsalutary\",\n        \"nonsalutariness\",\n        \"nonsalvation\",\n        \"nonsane\",\n        \"nonsanely\",\n        \"nonsatiable\",\n        \"nonscarcity\",\n        \"nonscoring\",\n        \"nonsculptural\",\n        \"nonsedentarily\",\n        \"nonsedentariness\",\n        \"nonseditious\",\n        \"nonselling\",\n        \"nonsenatorial\",\n        \"nonsenses\",\n        \"nonsensification\",\n        \"nonsensitive\",\n        \"nonsensory\",\n        \"nonsensorial\",\n        \"nonsentence\",\n        \"nonsententious\",\n        \"nonsequential\",\n        \"nonserial\",\n        \"nonserially\",\n        \"nonseriately\",\n        \"nonsetter\",\n        \"nonsetting\",\n        \"nonshatter\",\n        \"nonshedding\",\n        \"nonsiccative\",\n        \"nonsilicate\",\n        \"nonsiliceous\",\n        \"nonsilicious\",\n        \"nonsimplicity\",\n        \"nonsimular\",\n        \"nonsinging\",\n        \"nonsingle\",\n        \"nonsingleness\",\n        \"nonsynthesis\",\n        \"nonsynthetic\",\n        \"nonsitting\",\n        \"nonskeletal\",\n        \"nonskeptical\",\n        \"nonslippery\",\n        \"nonslipping\",\n        \"nonsoluable\",\n        \"nonsolubleness\",\n        \"nonsonant\",\n        \"nonspacious\",\n        \"nonspatial\",\n        \"nonspecial\",\n        \"nonspecializing\",\n        \"nonspecially\",\n        \"nonspinosity\",\n        \"nonspiral\",\n        \"nonspontaneous\",\n        \"nonspontaneously\",\n        \"nonspurious\",\n        \"nonspuriously\",\n        \"nonstyptical\",\n        \"nonstudious\",\n        \"nonsubjective\",\n        \"nonsubjectiveness\",\n        \"nonsubsidy\",\n        \"nonsubsistence\",\n        \"nonsubstantial\",\n        \"nonsubstantialism\",\n        \"nonsubstantiality\",\n        \"nonsubstantiation\",\n        \"nonsubstantival\",\n        \"nonsubstantive\",\n        \"nonsubstantiveness\",\n        \"nonsubtility\",\n        \"nonsubtleness\",\n        \"nonsubtlety\",\n        \"nonsubtleties\",\n        \"nonsubtly\",\n        \"nonsubtractive\",\n        \"nonsubtractively\",\n        \"nonsubversive\",\n        \"nonsubversively\",\n        \"nonsudsing\",\n        \"nonsuggestive\",\n        \"nonsupression\",\n        \"nonsurface\",\n        \"nonsusceptibility\",\n        \"nonsusceptible\",\n        \"nonsusceptibleness\",\n        \"nonsusceptive\",\n        \"nonsusceptiveness\",\n        \"nonunitable\",\n        \"nonvalent\",\n        \"nonviolent\",\n        \"nonvocal\",\n        \"nonvocalic\",\n        \"nonvocalness\",\n        \"nonvolitional\",\n        \"nonvolubly\",\n        \"nonvortically\",\n        \"nubbiness\",\n        \"nubbliness\",\n        \"nubility\",\n        \"nullbiety\",\n        \"nullibicity\",\n        \"nullibility\",\n        \"nullism\",\n        \"nullisome\",\n        \"objectless\",\n        \"objectlessly\",\n        \"objectlessness\",\n        \"odorlessness\",\n        \"peevishness\",\n        \"pierceless\",\n        \"plessor\",\n        \"pointillistic\",\n        \"pointless\",\n        \"pointlessly\",\n        \"pointlessness\",\n        \"porism\",\n        \"poristic\",\n        \"pretenceless\",\n        \"proofless\",\n        \"purportless\",\n        \"resourceless\",\n        \"resourcelessness\",\n        \"resultless\",\n        \"resultlessly\",\n        \"rightless\",\n        \"rudity\",\n        \"scentlessness\",\n        \"scoreless\",\n        \"scumless\",\n        \"silvanity\",\n        \"sourceless\",\n        \"spookdom\",\n        \"staveless\",\n        \"subjectless\",\n        \"successlessly\",\n        \"summitless\",\n        \"swayless\",\n        \"swartness\",\n        \"taintlessly\",\n        \"tapetless\",\n        \"tastelessly\",\n        \"thingless\",\n        \"thriftlessly\",\n        \"thriveless\",\n        \"trivia\",\n        \"triviality\",\n        \"unacutely\",\n        \"unadmiring\",\n        \"unapplicative\",\n        \"unarbitrariness\",\n        \"unartfully\",\n        \"unascendant\",\n        \"unassuming\",\n        \"unassumingness\",\n        \"unblushingness\",\n        \"unboastfulness\",\n        \"unbrined\",\n        \"unbrushed\",\n        \"unbumptiousness\",\n        \"unbusted\",\n        \"uncompulsive\",\n        \"unconfounded\",\n        \"unconfoundedly\",\n        \"unconsequential\",\n        \"unconsult\",\n        \"unconvulsively\",\n        \"uncouthness\",\n        \"uncrudity\",\n        \"undecompounded\",\n        \"undeeded\",\n        \"underarming\",\n        \"underogatory\",\n        \"underscrupulous\",\n        \"undiscomfitable\",\n        \"undiscordant\",\n        \"undiscursive\",\n        \"undismay\",\n        \"undominical\",\n        \"undubiousness\",\n        \"unduelling\",\n        \"undulatance\",\n        \"undulatory\",\n        \"unduly\",\n        \"undullness\",\n        \"uneath\",\n        \"unebullient\",\n        \"uneffectively\",\n        \"uneffectually\",\n        \"unenthusiastic\",\n        \"unevanescent\",\n        \"unevanescently\",\n        \"unevaporate\",\n        \"unevaporative\",\n        \"unexactly\",\n        \"unexcessive\",\n        \"unexcessively\",\n        \"unexcessiveness\",\n        \"unexclusive\",\n        \"unexplicative\",\n        \"unextraneous\",\n        \"unextreme\",\n        \"unfactually\",\n        \"unfairer\",\n        \"unfascinate\",\n        \"unfascinated\",\n        \"unfavorably\",\n        \"unfavourably\",\n        \"unfazed\",\n        \"unfluently\",\n        \"unfooted\",\n        \"unforaged\",\n        \"unforewarnedness\",\n        \"unfoundedly\",\n        \"unfoundedness\",\n        \"unfrilly\",\n        \"unfringe\",\n        \"unfundamental\",\n        \"unfundamentally\",\n        \"ungrinned\",\n        \"unhairily\",\n        \"unhidably\",\n        \"unillusive\",\n        \"unimperative\",\n        \"unimperatively\",\n        \"unimpressively\",\n        \"unimpulsively\",\n        \"uninclusive\",\n        \"uninfluential\",\n        \"uninfluentiality\",\n        \"uninstanced\",\n        \"unintuitable\",\n        \"unispiral\",\n        \"univalvular\",\n        \"unluckiness\",\n        \"unlustier\",\n        \"unmaimed\",\n        \"unnearable\",\n        \"unnearness\",\n        \"unneath\",\n        \"unneatly\",\n        \"unneatness\",\n        \"unnebulous\",\n        \"unneccessary\",\n        \"unnecessary\",\n        \"unnecessaries\",\n        \"unnecessariness\",\n        \"unnecessitated\",\n        \"unnecessitating\",\n        \"unnecessity\",\n        \"unnecessitous\",\n        \"unnecessitously\",\n        \"unnecessitousness\",\n        \"unneeded\",\n        \"unneedful\",\n        \"unneedfulness\",\n        \"unneedy\",\n        \"unnefariousness\",\n        \"unnegated\",\n        \"unnegligent\",\n        \"unneighbourly\",\n        \"unneuralgic\",\n        \"unneurotic\",\n        \"unneurotically\",\n        \"unneutered\",\n        \"unneutral\",\n        \"unneutralise\",\n        \"unneutralising\",\n        \"unneutrality\",\n        \"unneutralize\",\n        \"unneutralizing\",\n        \"unneutrally\",\n        \"unnew\",\n        \"unnewness\",\n        \"unobsequiousness\",\n        \"unorational\",\n        \"unordinately\",\n        \"unpampered\",\n        \"unpercussive\",\n        \"unperforating\",\n        \"unperforative\",\n        \"unperpetrated\",\n        \"unpertinently\",\n        \"unpetrifying\",\n        \"unpetted\",\n        \"unpetulant\",\n        \"unpiety\",\n        \"unpoison\",\n        \"unpoisonous\",\n        \"unpolite\",\n        \"unpompous\",\n        \"unpompously\",\n        \"unpossessively\",\n        \"unpounced\",\n        \"unprecise\",\n        \"unpreclusive\",\n        \"unpreclusively\",\n        \"unpresidential\",\n        \"unpresidentially\",\n        \"unprolifically\",\n        \"unprudential\",\n        \"unpurifying\",\n        \"unpushed\",\n        \"unreasons\",\n        \"unrebelliously\",\n        \"unregressiveness\",\n        \"unregretfully\",\n        \"unremissive\",\n        \"unremittence\",\n        \"unrent\",\n        \"unrepetitiousness\",\n        \"unriotous\",\n        \"unriotously\",\n        \"unroadworthy\",\n        \"unrocky\",\n        \"unsceptre\",\n        \"unsense\",\n        \"unsequential\",\n        \"unsignificantly\",\n        \"unsignificative\",\n        \"unsimply\",\n        \"unsimplicity\",\n        \"unsinfulness\",\n        \"unsinuous\",\n        \"unsinuousness\",\n        \"unsounded\",\n        \"unsounding\",\n        \"unstrepitous\",\n        \"unsubjected\",\n        \"unsubjectedness\",\n        \"unsubjective\",\n        \"unsubordinate\",\n        \"unsubordinative\",\n        \"unsubsiding\",\n        \"unsubstanced\",\n        \"unsubstantial\",\n        \"unsuccored\",\n        \"unsulky\",\n        \"unsuperiorly\",\n        \"unsuppositional\",\n        \"untorridly\",\n        \"untuned\",\n        \"untuning\",\n        \"unusefulness\",\n        \"unvaporously\",\n        \"unvauntingly\",\n        \"unviciously\",\n        \"unviciousness\",\n        \"unvictorious\",\n        \"unviolent\",\n        \"unvitreous\",\n        \"unvocal\",\n        \"unvolitional\",\n        \"unvoluntary\",\n        \"unvoluntarily\",\n        \"unwhipt\",\n        \"uselessly\",\n        \"vainnesses\",\n        \"voidableness\",\n        \"voidance\",\n        \"voidless\",\n        \"voidness\",\n        \"voidnesses\",\n        \"volent\",\n        \"vorant\",\n        \"wantless\",\n        \"wharfless\",\n        \"whiskerless\"\n    ],\n    \"ezumike\": [\n        \"abscission\",\n        \"annonce\",\n        \"depredation\",\n        \"endungeon\",\n        \"eschaunge\",\n        \"fasciation\",\n        \"hirselling\",\n        \"hirsled\",\n        \"hirstie\",\n        \"holiday\",\n        \"holidaying\",\n        \"holidayism\",\n        \"holidaymaking\",\n        \"holidays\",\n        \"layovers\",\n        \"leavetaking\",\n        \"leisured\",\n        \"leisureful\",\n        \"leisureless\",\n        \"leisureness\",\n        \"letterers\",\n        \"loange\",\n        \"lod\",\n        \"lodestar\",\n        \"lodestuff\",\n        \"lodgement\",\n        \"lodges\",\n        \"lodging\",\n        \"lodgments\",\n        \"lodicule\",\n        \"lounge\",\n        \"lounger\",\n        \"loungers\",\n        \"lounges\",\n        \"lounging\",\n        \"loused\",\n        \"lunations\",\n        \"recess\",\n        \"recessed\",\n        \"recesser\",\n        \"recesses\",\n        \"recessing\",\n        \"refashions\",\n        \"reflation\",\n        \"relaxations\",\n        \"relaxed\",\n        \"relaxedly\",\n        \"relaxers\",\n        \"remap\",\n        \"remaps\",\n        \"remarshal\",\n        \"remarshaled\",\n        \"respited\",\n        \"respites\",\n        \"respliced\",\n        \"resprings\",\n        \"respue\",\n        \"restab\",\n        \"restage\",\n        \"restamps\",\n        \"restant\",\n        \"restation\",\n        \"restaurate\",\n        \"restauration\",\n        \"restbalk\",\n        \"resters\",\n        \"restfuller\",\n        \"restibrachium\",\n        \"restoral\",\n        \"restorals\",\n        \"restrikes\",\n        \"rounge\",\n        \"shelfy\",\n        \"shellacked\",\n        \"spunge\",\n        \"unholiday\",\n        \"vacates\",\n        \"vacation\",\n        \"vacational\",\n        \"vacationed\",\n        \"vacationer\",\n        \"vacationers\",\n        \"vacationing\",\n        \"vacationists\",\n        \"vacationland\",\n        \"vacationless\",\n        \"vacations\"\n    ],\n    \"ihe efu\": [\n        \"abscond\",\n        \"blanked\",\n        \"dingy\",\n        \"emiction\",\n        \"emptiness\",\n        \"emptory\",\n        \"miserism\",\n        \"missense\",\n        \"missiness\",\n        \"naives\",\n        \"null\",\n        \"nullity\",\n        \"nullities\",\n        \"nulls\",\n        \"rubbish\",\n        \"rubbishy\",\n        \"septier\",\n        \"shrillness\",\n        \"trifacial\",\n        \"trifid\",\n        \"trifle\",\n        \"triflings\",\n        \"underisive\",\n        \"vagant\",\n        \"vagile\",\n        \"vaginule\",\n        \"vagrance\",\n        \"vagrancy\",\n        \"vagrant\",\n        \"vainer\",\n        \"vainful\",\n        \"vanadious\",\n        \"vanillism\",\n        \"vanilloes\",\n        \"vanishment\",\n        \"waspishness\",\n        \"wast\",\n        \"wastage\",\n        \"wastel\",\n        \"wasterful\",\n        \"wasty\",\n        \"wastingness\",\n        \"wastrife\",\n        \"zeros\"\n    ],\n    \"gbapụrụ\": [\n        \"absconded\",\n        \"disgorged\",\n        \"dislustered\",\n        \"farted\",\n        \"waddled\"\n    ],\n    \"na-ezighi ezi\": [\n        \"abscondedly\",\n        \"absinthiating\",\n        \"harangueful\",\n        \"misaltering\",\n        \"misandry\",\n        \"misapplier\",\n        \"misappraise\",\n        \"misapprehends\",\n        \"misappropriately\",\n        \"misappropriates\",\n        \"misbeginning\",\n        \"misdirect\",\n        \"misdirecting\",\n        \"misdrawing\",\n        \"misgrowing\",\n        \"misguessing\",\n        \"misinfers\",\n        \"misinform\",\n        \"misinformative\",\n        \"misinforming\",\n        \"misinstructing\",\n        \"misliving\",\n        \"mispaying\",\n        \"misprinting\",\n        \"misrecollect\",\n        \"misreferring\",\n        \"misrefers\",\n        \"misrepresentee\",\n        \"missuppose\",\n        \"missupposing\",\n        \"misusurped\",\n        \"nonaccordantly\",\n        \"nonapostatizing\",\n        \"noneuphoniously\",\n        \"nonfermenting\",\n        \"nonuprightly\",\n        \"pseudoevangelically\",\n        \"unapprisedly\",\n        \"undescrying\",\n        \"undissenting\",\n        \"unfermenting\",\n        \"unfilially\",\n        \"unfreakishly\",\n        \"unintercepting\",\n        \"unphenomenally\",\n        \"unwrongfully\"\n    ],\n    \"ihe na-ehi ụra\": [\n        \"absconder\"\n    ],\n    \"ihe omimi\": [\n        \"absconders\",\n        \"absconds\",\n        \"actinochemistry\",\n        \"adventists\",\n        \"adventuresomeness\",\n        \"adventuresomes\",\n        \"adventuress\",\n        \"aerography\",\n        \"agrostography\",\n        \"anelasticity\",\n        \"animis\",\n        \"arcanist\",\n        \"archemastry\",\n        \"archicontinent\",\n        \"areometric\",\n        \"areometrical\",\n        \"argents\",\n        \"arithmic\",\n        \"arrhythmical\",\n        \"arteriography\",\n        \"ascetic\",\n        \"ascetical\",\n        \"asceticism\",\n        \"asciferous\",\n        \"ascitical\",\n        \"atmoclastic\",\n        \"atmological\",\n        \"atolls\",\n        \"atomechanics\",\n        \"awunctive\",\n        \"bdle\",\n        \"bibasic\",\n        \"bibliolatrous\",\n        \"binocular\",\n        \"biog\",\n        \"biogas\",\n        \"biogasses\",\n        \"biopsy\",\n        \"bioscientist\",\n        \"biosynthesis\",\n        \"biotrons\",\n        \"botanomancy\",\n        \"bregmatic\",\n        \"breviaries\",\n        \"cameography\",\n        \"candiot\",\n        \"celiotomy\",\n        \"cenozoology\",\n        \"cephalism\",\n        \"cyesiology\",\n        \"cymographic\",\n        \"cynography\",\n        \"ciphertext\",\n        \"circumfusile\",\n        \"cyriological\",\n        \"cysterethism\",\n        \"cystic\",\n        \"cysticarpic\",\n        \"cystine\",\n        \"cystous\",\n        \"cytochemical\",\n        \"cytoecology\",\n        \"cytotoxicity\",\n        \"cytotrophoblastic\",\n        \"cyzicene\",\n        \"clinology\",\n        \"cofound\",\n        \"coniospermous\",\n        \"contemp\",\n        \"contemplant\",\n        \"contemplations\",\n        \"cosmochemistry\",\n        \"cosmographer\",\n        \"cosmographist\",\n        \"cosmologist\",\n        \"craspedodromous\",\n        \"crestings\",\n        \"cretism\",\n        \"czarish\",\n        \"dayglows\",\n        \"deepfreezing\",\n        \"delineator\",\n        \"dermatomyces\",\n        \"dermatotomy\",\n        \"dermographic\",\n        \"dermoidectomy\",\n        \"dermophytic\",\n        \"desmography\",\n        \"diabology\",\n        \"diabological\",\n        \"dialystaminous\",\n        \"dianoetic\",\n        \"dianoetical\",\n        \"diathetic\",\n        \"digesters\",\n        \"digestors\",\n        \"digesture\",\n        \"dimerisms\",\n        \"dimorphisms\",\n        \"dynamics\",\n        \"dynamisms\",\n        \"dynamites\",\n        \"dynamitic\",\n        \"dynamometamorphic\",\n        \"dynamometers\",\n        \"dynamometry\",\n        \"dynamometrical\",\n        \"dynamoscope\",\n        \"dipneumonous\",\n        \"diprismatic\",\n        \"discoglossoid\",\n        \"discolor\",\n        \"discolorations\",\n        \"discolors\",\n        \"discophora\",\n        \"discophoran\",\n        \"discophore\",\n        \"distemonous\",\n        \"diverticulum\",\n        \"docetistic\",\n        \"docimastic\",\n        \"dramaticule\",\n        \"ecraseurs\",\n        \"empoisons\",\n        \"endodermic\",\n        \"entarthrotic\",\n        \"enteral\",\n        \"entoils\",\n        \"entonic\",\n        \"entoptical\",\n        \"epenthetic\",\n        \"epilogical\",\n        \"epilogistic\",\n        \"euhyostylic\",\n        \"eurythmics\",\n        \"floorthrough\",\n        \"frazzle\",\n        \"galvanometric\",\n        \"galvanoscope\",\n        \"halvelings\",\n        \"hedgemaking\",\n        \"hedonists\",\n        \"hematics\",\n        \"hematography\",\n        \"herdics\",\n        \"heredium\",\n        \"hygrometers\",\n        \"hygrostatics\",\n        \"hymeniferous\",\n        \"hinoideous\",\n        \"hysterology\",\n        \"iamatology\",\n        \"iatraliptics\",\n        \"iatrochemistry\",\n        \"iatrology\",\n        \"iatrological\",\n        \"iatrophysical\",\n        \"iatrophysics\",\n        \"ichthyography\",\n        \"ignigenous\",\n        \"immartial\",\n        \"immaterialise\",\n        \"immaterialising\",\n        \"immaterialist\",\n        \"incognoscible\",\n        \"ingulfs\",\n        \"inmeats\",\n        \"innervations\",\n        \"innovatory\",\n        \"intertestamental\",\n        \"intoner\",\n        \"intrigueproof\",\n        \"introrsal\",\n        \"iriscope\",\n        \"kempts\",\n        \"kymography\",\n        \"lanciferous\",\n        \"lanuginous\",\n        \"lanuginousness\",\n        \"larithmics\",\n        \"leavy\",\n        \"lycanthrope\",\n        \"lyceal\",\n        \"lycees\",\n        \"lyceums\",\n        \"lyomerous\",\n        \"lithotomy\",\n        \"liturgic\",\n        \"liturgical\",\n        \"liturgically\",\n        \"liturgician\",\n        \"loimology\",\n        \"loquacious\",\n        \"loquaciously\",\n        \"magnetochemistry\",\n        \"maytide\",\n        \"mammographic\",\n        \"masterous\",\n        \"meddlesomeness\",\n        \"medioccipital\",\n        \"mediocreness\",\n        \"mediocrity\",\n        \"mediocrities\",\n        \"mediopassive\",\n        \"mediostapedial\",\n        \"medusiferous\",\n        \"megalodactylous\",\n        \"miasmatical\",\n        \"miasmology\",\n        \"mycetism\",\n        \"mycetogenous\",\n        \"mycetological\",\n        \"mycetous\",\n        \"mycology\",\n        \"mycologic\",\n        \"mycologically\",\n        \"mycologist\",\n        \"myelography\",\n        \"mimologist\",\n        \"mimosaceous\",\n        \"mimosis\",\n        \"mimus\",\n        \"mineragraphy\",\n        \"mineragraphic\",\n        \"mineralogy\",\n        \"mineralogic\",\n        \"mineralogical\",\n        \"mineralogies\",\n        \"mineralogize\",\n        \"minerology\",\n        \"myodynamics\",\n        \"myography\",\n        \"myographically\",\n        \"myologist\",\n        \"miotic\",\n        \"myriological\",\n        \"myronic\",\n        \"mystacal\",\n        \"mystagogical\",\n        \"mystery\",\n        \"mysterial\",\n        \"mysteriarch\",\n        \"mysteries\",\n        \"mysteriosophy\",\n        \"mysteriosophic\",\n        \"mysterious\",\n        \"mysteriousness\",\n        \"mysterize\",\n        \"mystic\",\n        \"mystical\",\n        \"mysticality\",\n        \"mysticalness\",\n        \"mysticetous\",\n        \"mysticise\",\n        \"mysticism\",\n        \"mysticisms\",\n        \"mysticity\",\n        \"mysticize\",\n        \"mysticized\",\n        \"mysticizing\",\n        \"mysticly\",\n        \"mystics\",\n        \"mystific\",\n        \"mystification\",\n        \"mystifications\",\n        \"mystificator\",\n        \"mystificatory\",\n        \"mystified\",\n        \"mystifier\",\n        \"mystifiers\",\n        \"mystifying\",\n        \"mystique\",\n        \"mistry\",\n        \"momiology\",\n        \"monembryonic\",\n        \"monospherical\",\n        \"morfound\",\n        \"moronisms\",\n        \"morphographer\",\n        \"morphography\",\n        \"morphographic\",\n        \"morphographist\",\n        \"morphologic\",\n        \"morphologist\",\n        \"morphologists\",\n        \"morpholoical\",\n        \"morphoplasmic\",\n        \"morphotic\",\n        \"natrons\",\n        \"neologisms\",\n        \"neurography\",\n        \"nievling\",\n        \"nystagmic\",\n        \"nonideological\",\n        \"nucleiferous\",\n        \"nudenesses\",\n        \"obscurant\",\n        \"obscuration\",\n        \"obscuratory\",\n        \"obscurement\",\n        \"obscurer\",\n        \"obscurism\",\n        \"obscurist\",\n        \"obscurity\",\n        \"obsidianite\",\n        \"occidentalization\",\n        \"occlusogingival\",\n        \"oculistic\",\n        \"oenology\",\n        \"oenological\",\n        \"oenologies\",\n        \"oinology\",\n        \"omens\",\n        \"oreography\",\n        \"orgic\",\n        \"otiosity\",\n        \"otography\",\n        \"otology\",\n        \"outfound\",\n        \"oxdiacetic\",\n        \"palindromical\",\n        \"pallidiflorous\",\n        \"pasterns\",\n        \"pelvioradiography\",\n        \"penetrology\",\n        \"pergamentaceous\",\n        \"phenakism\",\n        \"phenogenetic\",\n        \"phenologic\",\n        \"phenols\",\n        \"pindarics\",\n        \"pyorrheic\",\n        \"pyrognostics\",\n        \"pistology\",\n        \"pneumography\",\n        \"pneumology\",\n        \"prankster\",\n        \"psychodynamics\",\n        \"psorous\",\n        \"puissance\",\n        \"puzzleman\",\n        \"rostrulum\",\n        \"sciography\",\n        \"sciolism\",\n        \"scioptics\",\n        \"semilustrous\",\n        \"semimysticalness\",\n        \"semimountainous\",\n        \"semiopacous\",\n        \"semiopenness\",\n        \"semiotical\",\n        \"semiresiny\",\n        \"seniorities\",\n        \"sensigenous\",\n        \"seriosity\",\n        \"shyster\",\n        \"synoetic\",\n        \"sinolog\",\n        \"syphilographer\",\n        \"syphilography\",\n        \"spuriosity\",\n        \"styptical\",\n        \"storiological\",\n        \"subfoundation\",\n        \"subinvolution\",\n        \"subqueues\",\n        \"superinvolution\",\n        \"tartnesses\",\n        \"tartronic\",\n        \"tartrous\",\n        \"tenography\",\n        \"tetradynamous\",\n        \"thenars\",\n        \"theolatrous\",\n        \"theomagic\",\n        \"theomagical\",\n        \"theomagics\",\n        \"thermanesthesia\",\n        \"thermatologic\",\n        \"thermetrograph\",\n        \"thermochemical\",\n        \"thermochemistry\",\n        \"thermodynamical\",\n        \"thermoelastic\",\n        \"thermography\",\n        \"thermographic\",\n        \"thermological\",\n        \"thermoperiodic\",\n        \"thermoscopic\",\n        \"thermoscopical\",\n        \"thermotype\",\n        \"theromores\",\n        \"thetical\",\n        \"typarchical\",\n        \"typefounders\",\n        \"tomography\",\n        \"tomographies\",\n        \"tonicities\",\n        \"ultramicrochemistry\",\n        \"ultramicroscopic\",\n        \"ultramicroscopical\",\n        \"ultramicroscopically\",\n        \"underbodice\",\n        \"underdrawers\",\n        \"undergrads\",\n        \"undernatural\",\n        \"unfound\",\n        \"unfoundered\",\n        \"unfoundering\",\n        \"unfrank\",\n        \"unhideous\",\n        \"unideographical\",\n        \"unmicroscopic\",\n        \"unmystery\",\n        \"unmysterious\",\n        \"unmystical\",\n        \"unmountainous\",\n        \"unordinary\",\n        \"unstoic\",\n        \"unstoical\",\n        \"unusualness\",\n        \"upspin\",\n        \"vagiform\",\n        \"vaginicola\",\n        \"vaginicoline\",\n        \"vaginicolous\",\n        \"vaginiferous\",\n        \"vaginismus\",\n        \"vaginitis\",\n        \"vaginoscope\",\n        \"vaginoscopy\",\n        \"vaginotome\",\n        \"vaginovesical\",\n        \"vagotomy\",\n        \"vagotropism\",\n        \"vagrancies\",\n        \"vagus\",\n        \"vallicular\",\n        \"vasculiferous\",\n        \"vasculous\",\n        \"veldcraft\",\n        \"venoatrial\",\n        \"venography\",\n        \"vestrymanship\",\n        \"villosities\",\n        \"vitiosities\",\n        \"vitreoelectric\",\n        \"vitrics\",\n        \"vitriol\",\n        \"vitriolic\",\n        \"vitriolizable\",\n        \"vitriolizer\",\n        \"vitriolling\",\n        \"vitriols\",\n        \"vulcanological\",\n        \"vulvitises\"\n    ],\n    \"na-atụ ụjọ\": [\n        \"absconding\",\n        \"affrightedly\",\n        \"affrightful\",\n        \"affrighting\",\n        \"afright\",\n        \"agynarious\",\n        \"apprehensive\",\n        \"bafflingly\",\n        \"beavering\",\n        \"befingering\",\n        \"beflagging\",\n        \"beflecking\",\n        \"befuddling\",\n        \"beledgered\",\n        \"bemiring\",\n        \"besmearer\",\n        \"bewaring\",\n        \"fearsomely\",\n        \"panging\",\n        \"panickiest\",\n        \"paniculately\",\n        \"perling\",\n        \"petarding\",\n        \"pettingly\",\n        \"scareproof\",\n        \"terrifyingly\",\n        \"terrorising\",\n        \"terrorizes\",\n        \"terrorizing\",\n        \"wainful\"\n    ],\n    \"ihe na-adịghị\": [\n        \"absconsa\"\n    ],\n    \"Ikwesiri\": [\n        \"abscoulomb\",\n        \"aptate\",\n        \"beswim\",\n        \"betroth\",\n        \"bordarius\",\n        \"coappellee\",\n        \"forninst\",\n        \"inde\",\n        \"obs\",\n        \"onerose\",\n        \"pampinocele\",\n        \"parsonly\",\n        \"parsonsite\",\n        \"perscrutate\",\n        \"plebeianised\",\n        \"plebeianized\",\n        \"plenipotentiarize\",\n        \"pothunted\",\n        \"prelapsarian\",\n        \"quiddled\",\n        \"rupicola\",\n        \"rupicolous\",\n        \"ruridecanal\",\n        \"sesquiquadrate\",\n        \"strophaic\",\n        \"thankworthy\",\n        \"thoroughpaced\",\n        \"tictacked\"\n    ],\n    \"hụ\": [\n        \"absee\",\n        \"behight\",\n        \"ensear\",\n        \"envision\",\n        \"seeings\"\n    ],\n    \"Akpọrọ\": [\n        \"abseiled\",\n        \"rodden\",\n        \"scuffed\"\n    ],\n    \"abesil\": [\n        \"abseils\"\n    ],\n    \"enweghị akwụkwọ\": [\n        \"absences\",\n        \"classlessness\",\n        \"illiterature\",\n        \"leaflessness\",\n        \"nonabandonment\",\n        \"nonabdication\",\n        \"nonaccumulating\",\n        \"nonaccumulation\",\n        \"nonaccumulative\",\n        \"nonacquiescent\",\n        \"nonadeptness\",\n        \"nonadjournment\",\n        \"nonalienation\",\n        \"nonartistical\",\n        \"nonbeings\",\n        \"nonbookishness\",\n        \"noncapitalized\",\n        \"noncohabitation\",\n        \"noncorporation\",\n        \"noncumulative\",\n        \"nonderogation\",\n        \"nondevout\",\n        \"nondivorce\",\n        \"nondocumental\",\n        \"nondocumentary\",\n        \"nonegregious\",\n        \"nonelementary\",\n        \"nonelucidation\",\n        \"nonfortification\",\n        \"nonhedonistic\",\n        \"nonideal\",\n        \"nonidealistic\",\n        \"nonideational\",\n        \"nonillustration\",\n        \"nonindictment\",\n        \"nonleaded\",\n        \"nonlepidopterous\",\n        \"nonlicensable\",\n        \"nonlicentiate\",\n        \"nonlicet\",\n        \"nonliterality\",\n        \"nonliteralness\",\n        \"nonliterariness\",\n        \"nonlitigation\",\n        \"nonoic\",\n        \"nonoriental\",\n        \"nonorientation\",\n        \"nonornamentality\",\n        \"nonpolarity\",\n        \"nonpolemic\",\n        \"nonpolemical\",\n        \"nonpopery\",\n        \"nonposthumous\",\n        \"nonprescient\",\n        \"nonpursuance\",\n        \"nonpursuant\",\n        \"nonradiancy\",\n        \"nonratification\",\n        \"nonregent\",\n        \"nonrepudiation\",\n        \"nonsecretarial\",\n        \"nonsecretory\",\n        \"nonsecretories\",\n        \"nonsecular\",\n        \"nonseismic\",\n        \"nontheoretic\",\n        \"nonuniversity\",\n        \"novelless\",\n        \"schoolless\",\n        \"unaccumulation\",\n        \"unacoustical\",\n        \"unautumnal\",\n        \"uncapitalized\",\n        \"uncoloredness\",\n        \"uncontrite\",\n        \"uncredentialled\",\n        \"uncumulative\",\n        \"uncurricularized\",\n        \"uncurried\",\n        \"undocumentary\",\n        \"undocumented\",\n        \"undocumentedness\",\n        \"unelementary\",\n        \"unfouled\",\n        \"unfudged\",\n        \"unidealistic\",\n        \"unincorporate\",\n        \"uninquisitorial\",\n        \"unlead\",\n        \"unleaded\",\n        \"unleaderly\",\n        \"unleads\",\n        \"unleaf\",\n        \"unleafed\",\n        \"unlicentiated\",\n        \"unnotational\",\n        \"unpacified\",\n        \"unpacifiedness\",\n        \"unpercolated\",\n        \"unpersuasion\",\n        \"unpicketed\",\n        \"unpoetical\",\n        \"unpoeticalness\",\n        \"unpoeticised\",\n        \"unpoeticized\",\n        \"unpoetize\",\n        \"unpoetized\",\n        \"unpolarised\",\n        \"unpontifical\",\n        \"unpoulticed\",\n        \"unpreened\",\n        \"unproofread\",\n        \"unrecreational\",\n        \"unrequisitioned\",\n        \"unschooledness\",\n        \"unsentenced\",\n        \"unsliced\",\n        \"unsophistical\",\n        \"unsophomorical\",\n        \"unspoused\",\n        \"unstationary\",\n        \"unsteeling\",\n        \"unsteered\",\n        \"untickled\",\n        \"unvictualed\",\n        \"unwedged\"\n    ],\n    \"abiaghi\": [\n        \"absent\",\n        \"absented\",\n        \"absentee\",\n        \"absently\"\n    ],\n    \"enweghị ezumike\": [\n        \"absentation\",\n        \"nonrecess\",\n        \"nonrecession\"\n    ],\n    \"enweghị atụ\": [\n        \"absenteeism\",\n        \"absinthism\",\n        \"anisopodous\",\n        \"anisopterous\",\n        \"apagogic\",\n        \"apagogically\",\n        \"apellous\",\n        \"aphyllous\",\n        \"apiculus\",\n        \"apnoeic\",\n        \"apomictic\",\n        \"apomictical\",\n        \"aporetical\",\n        \"apotactic\",\n        \"apronless\",\n        \"aspectable\",\n        \"babbittess\",\n        \"babishness\",\n        \"barless\",\n        \"barways\",\n        \"barwise\",\n        \"beaconless\",\n        \"beamless\",\n        \"bebless\",\n        \"beefless\",\n        \"berryless\",\n        \"biteless\",\n        \"bodiless\",\n        \"boltless\",\n        \"bountyless\",\n        \"bournless\",\n        \"bractless\",\n        \"braless\",\n        \"brandless\",\n        \"brimfulness\",\n        \"bristleless\",\n        \"carless\",\n        \"caseless\",\n        \"caselessly\",\n        \"causelessness\",\n        \"chanceless\",\n        \"chancewise\",\n        \"chinless\",\n        \"coboundless\",\n        \"compassless\",\n        \"compunctionless\",\n        \"conceitless\",\n        \"considerableness\",\n        \"corsetless\",\n        \"cumberless\",\n        \"discreditableness\",\n        \"discredited\",\n        \"disorientation\",\n        \"disparateness\",\n        \"disproportionableness\",\n        \"disregardable\",\n        \"donnishly\",\n        \"dreadlessness\",\n        \"epeiric\",\n        \"equidurable\",\n        \"exampleless\",\n        \"exceptionableness\",\n        \"exceptionalness\",\n        \"excerptible\",\n        \"extraessential\",\n        \"farthingless\",\n        \"fearlessness\",\n        \"featless\",\n        \"fibreless\",\n        \"figless\",\n        \"figureless\",\n        \"fleckless\",\n        \"flectionless\",\n        \"flutterless\",\n        \"forebless\",\n        \"freewheelingness\",\n        \"fringeless\",\n        \"frockless\",\n        \"frothless\",\n        \"frounceless\",\n        \"garbless\",\n        \"garterless\",\n        \"gaudless\",\n        \"gemless\",\n        \"gleamless\",\n        \"heaveless\",\n        \"hueless\",\n        \"huelessness\",\n        \"idealism\",\n        \"idealless\",\n        \"illimitability\",\n        \"illimitable\",\n        \"illimitableness\",\n        \"illimitably\",\n        \"illimited\",\n        \"illimitedly\",\n        \"illimitedness\",\n        \"imbecilic\",\n        \"imbecilitated\",\n        \"imitability\",\n        \"immatchable\",\n        \"immaterialistic\",\n        \"immaterially\",\n        \"immeasurability\",\n        \"immeasurable\",\n        \"immeasurableness\",\n        \"immeasurably\",\n        \"immeasured\",\n        \"immedicable\",\n        \"immedicableness\",\n        \"immemorable\",\n        \"imminently\",\n        \"immitigability\",\n        \"immixable\",\n        \"impalatable\",\n        \"imparadised\",\n        \"imparadising\",\n        \"imparalleled\",\n        \"imparidigitate\",\n        \"imparlance\",\n        \"impartability\",\n        \"impartibilibly\",\n        \"impartibility\",\n        \"impartible\",\n        \"impartibly\",\n        \"impartive\",\n        \"impavidity\",\n        \"imperceivably\",\n        \"imperscriptible\",\n        \"imperspicable\",\n        \"imperspicuous\",\n        \"impersuasibly\",\n        \"impleadable\",\n        \"implosive\",\n        \"imponderableness\",\n        \"imponderably\",\n        \"impracticable\",\n        \"impracticableness\",\n        \"impracticably\",\n        \"impractically\",\n        \"impredicability\",\n        \"impredicable\",\n        \"imprescribable\",\n        \"impreventable\",\n        \"improlificate\",\n        \"inadaptable\",\n        \"inadvisable\",\n        \"inadvisableness\",\n        \"inadvisably\",\n        \"inalienable\",\n        \"inalienableness\",\n        \"inalterably\",\n        \"inanimately\",\n        \"inappellable\",\n        \"inappositely\",\n        \"inappreciable\",\n        \"inarticulated\",\n        \"inartistic\",\n        \"inartistical\",\n        \"inassimilable\",\n        \"inauspicate\",\n        \"inauspicious\",\n        \"incalculability\",\n        \"incalculable\",\n        \"incalculably\",\n        \"incensurable\",\n        \"incoincident\",\n        \"incomber\",\n        \"incommensurability\",\n        \"incommensurable\",\n        \"incommensurableness\",\n        \"incommensurably\",\n        \"incommodiousness\",\n        \"incommutable\",\n        \"incommutableness\",\n        \"incomparability\",\n        \"incomparable\",\n        \"incomparableness\",\n        \"incomparably\",\n        \"incompliable\",\n        \"incompliantly\",\n        \"incomposite\",\n        \"incompressable\",\n        \"incompressible\",\n        \"incompressibleness\",\n        \"incompressibly\",\n        \"incondensability\",\n        \"incondensable\",\n        \"incondensibility\",\n        \"incondensible\",\n        \"incondite\",\n        \"inconditionate\",\n        \"incongenerous\",\n        \"incongruently\",\n        \"inconjoinable\",\n        \"inconsiderable\",\n        \"inconsiderableness\",\n        \"inconsiderably\",\n        \"inconsonantly\",\n        \"inconspicuous\",\n        \"inconspicuousness\",\n        \"inconsultable\",\n        \"inconsumable\",\n        \"inconsumably\",\n        \"inconsumptible\",\n        \"incontemptible\",\n        \"incontiguous\",\n        \"incontractile\",\n        \"incopresentable\",\n        \"incredibleness\",\n        \"incredulous\",\n        \"incredulously\",\n        \"incunable\",\n        \"incuriosity\",\n        \"incuriously\",\n        \"indecomponible\",\n        \"indecomposableness\",\n        \"indemnificatory\",\n        \"indemonstrableness\",\n        \"indescribability\",\n        \"indescribabilities\",\n        \"indescribable\",\n        \"indescribably\",\n        \"indesinent\",\n        \"indeterminable\",\n        \"indeterminableness\",\n        \"indeterminably\",\n        \"indeterminative\",\n        \"indeterministic\",\n        \"indimensible\",\n        \"indiscerptible\",\n        \"indiscretionary\",\n        \"indiscretions\",\n        \"indiscriminate\",\n        \"indiscriminating\",\n        \"indiscriminative\",\n        \"indiscriminatory\",\n        \"indispellable\",\n        \"indisposed\",\n        \"indisposing\",\n        \"indisputed\",\n        \"indissolvably\",\n        \"indissuadable\",\n        \"indissuadably\",\n        \"indistinguishability\",\n        \"indistinguishableness\",\n        \"indistinguished\",\n        \"indivinable\",\n        \"indocible\",\n        \"indolent\",\n        \"indolently\",\n        \"indomitableness\",\n        \"indomitably\",\n        \"indubitability\",\n        \"indubitable\",\n        \"indubitableness\",\n        \"indubitably\",\n        \"ineffable\",\n        \"ineffableness\",\n        \"ineffably\",\n        \"ineffaceable\",\n        \"inenarrably\",\n        \"inenubilable\",\n        \"inequable\",\n        \"inequilobed\",\n        \"inequipotential\",\n        \"inequitable\",\n        \"inequitably\",\n        \"inerasably\",\n        \"inerrably\",\n        \"inerrant\",\n        \"inerratic\",\n        \"inerringly\",\n        \"inesculent\",\n        \"inestimable\",\n        \"inestimableness\",\n        \"inestimably\",\n        \"ineuphonious\",\n        \"inevasibleness\",\n        \"inevasibly\",\n        \"inevident\",\n        \"inevitabilities\",\n        \"inexactitude\",\n        \"inexcellence\",\n        \"inexcusability\",\n        \"inexhalable\",\n        \"inexhaustively\",\n        \"inexhaustless\",\n        \"inexorability\",\n        \"inexorableness\",\n        \"inexorably\",\n        \"inexpansible\",\n        \"inexpansive\",\n        \"inexpectable\",\n        \"inexpectance\",\n        \"inexpectancy\",\n        \"inexpectation\",\n        \"inexpectedness\",\n        \"inexpedient\",\n        \"inexpediently\",\n        \"inexpiable\",\n        \"inexpiably\",\n        \"inexplainable\",\n        \"inexpleble\",\n        \"inexposable\",\n        \"inexposure\",\n        \"inexpressibilities\",\n        \"inexpressibles\",\n        \"inexpugnability\",\n        \"inexpugnable\",\n        \"inexpungible\",\n        \"inexterminable\",\n        \"inextinct\",\n        \"inextinguishability\",\n        \"inextirpableness\",\n        \"inextricability\",\n        \"inextricable\",\n        \"inextricableness\",\n        \"inextricably\",\n        \"infelicific\",\n        \"infenible\",\n        \"inferible\",\n        \"infinitarily\",\n        \"inflectionless\",\n        \"inflexionless\",\n        \"infrangible\",\n        \"infrangibleness\",\n        \"infrangibly\",\n        \"infructuous\",\n        \"infundibulate\",\n        \"infusibleness\",\n        \"inharmoniousness\",\n        \"inimicable\",\n        \"inimicitious\",\n        \"inimitable\",\n        \"inimitableness\",\n        \"inirritably\",\n        \"inkless\",\n        \"innascibility\",\n        \"innascible\",\n        \"innavigable\",\n        \"innominability\",\n        \"innominables\",\n        \"innumerous\",\n        \"inobscurable\",\n        \"inscrutably\",\n        \"insubduable\",\n        \"insupportably\",\n        \"insupposable\",\n        \"insurpassable\",\n        \"intarissable\",\n        \"inundant\",\n        \"inviolableness\",\n        \"inviolably\",\n        \"irredeemableness\",\n        \"irreflective\",\n        \"irrejectable\",\n        \"irremunerable\",\n        \"irreparable\",\n        \"irreparableness\",\n        \"irreparably\",\n        \"irrepresentable\",\n        \"irrepresentableness\",\n        \"irretractile\",\n        \"lackadaisicalness\",\n        \"lacklustrous\",\n        \"lintless\",\n        \"mannerless\",\n        \"massless\",\n        \"matchless\",\n        \"matchlessly\",\n        \"matchlessness\",\n        \"measurableness\",\n        \"measureless\",\n        \"measurelessly\",\n        \"measurelessness\",\n        \"merriless\",\n        \"methodless\",\n        \"metreless\",\n        \"mislikable\",\n        \"modeless\",\n        \"mortarless\",\n        \"moteless\",\n        \"motiveless\",\n        \"nathless\",\n        \"nebulous\",\n        \"nebulously\",\n        \"nebulousness\",\n        \"neronic\",\n        \"nonactionable\",\n        \"nonadaptable\",\n        \"nonadaptableness\",\n        \"nonadministrable\",\n        \"nonadoptable\",\n        \"nonadventitious\",\n        \"nonamenable\",\n        \"nonamenably\",\n        \"nonanalyzable\",\n        \"nonangling\",\n        \"nonapposable\",\n        \"nonarticulateness\",\n        \"nonattributiveness\",\n        \"nonbailable\",\n        \"nonbarbarousness\",\n        \"nonbearing\",\n        \"nonbibulous\",\n        \"nonbillable\",\n        \"nonbituminous\",\n        \"nonboiling\",\n        \"nonburnable\",\n        \"noncapsizable\",\n        \"noncaptious\",\n        \"noncausable\",\n        \"noncausative\",\n        \"nonchivalrousness\",\n        \"nonchokable\",\n        \"noncommendable\",\n        \"noncommensurable\",\n        \"noncondimental\",\n        \"noncongestion\",\n        \"noncoring\",\n        \"noncredibly\",\n        \"noncumbrous\",\n        \"noncurativeness\",\n        \"nondefensibleness\",\n        \"nondefinably\",\n        \"nondeliberation\",\n        \"nondelusive\",\n        \"nondemonstrableness\",\n        \"nondependability\",\n        \"nondependable\",\n        \"nondepreciable\",\n        \"nonderisive\",\n        \"nonderivable\",\n        \"nondescribable\",\n        \"nondesignative\",\n        \"nondesirous\",\n        \"nondesistance\",\n        \"nondetrimental\",\n        \"nondifferentiable\",\n        \"nondiffident\",\n        \"nondiffractive\",\n        \"nondiffusible\",\n        \"nondiffusibleness\",\n        \"nondiffusing\",\n        \"nondilatable\",\n        \"nondipterous\",\n        \"nondisbursable\",\n        \"nondiscerning\",\n        \"nondiscountable\",\n        \"nondispensable\",\n        \"nondisposable\",\n        \"nondisposal\",\n        \"nondistributiveness\",\n        \"nondivulging\",\n        \"nondutiable\",\n        \"nonearning\",\n        \"noneatable\",\n        \"noneidetic\",\n        \"nonelaborateness\",\n        \"nonelliptic\",\n        \"nonelliptical\",\n        \"nonembarkation\",\n        \"nonembellished\",\n        \"nonembellishing\",\n        \"nonembellishment\",\n        \"nonembryonal\",\n        \"nonemendable\",\n        \"nonendemic\",\n        \"nonengrossing\",\n        \"nonentitative\",\n        \"nonenviable\",\n        \"nonequivalence\",\n        \"nonequivalency\",\n        \"nonequivalent\",\n        \"nonestimable\",\n        \"nonestimableness\",\n        \"nonestimably\",\n        \"nonexhaustible\",\n        \"nonexhaustive\",\n        \"nonexpendable\",\n        \"nonextricably\",\n        \"nonexuberance\",\n        \"nonfabulous\",\n        \"nonfigurativeness\",\n        \"nonflagellated\",\n        \"nonflammable\",\n        \"nonforbearing\",\n        \"nonforfeiting\",\n        \"nongaseness\",\n        \"nongilled\",\n        \"nongracefulness\",\n        \"nonhallucination\",\n        \"nonignitable\",\n        \"nonillusiveness\",\n        \"nonimbricate\",\n        \"nonimitability\",\n        \"nonimitating\",\n        \"nonimitative\",\n        \"nonimitativeness\",\n        \"nonimperious\",\n        \"nonimplicative\",\n        \"nonincreasable\",\n        \"nonincriminating\",\n        \"nonincrimination\",\n        \"nonindictable\",\n        \"noninertial\",\n        \"noninfallibly\",\n        \"noninferable\",\n        \"noninferential\",\n        \"noninoculation\",\n        \"noninvidiousness\",\n        \"nonirrationalness\",\n        \"nonirreparable\",\n        \"nonirritable\",\n        \"nonisolable\",\n        \"nonjurable\",\n        \"nonkinetic\",\n        \"nonleprous\",\n        \"nonlibelous\",\n        \"nonliberal\",\n        \"nonliberation\",\n        \"nonlimitative\",\n        \"nonlinearity\",\n        \"nonlucrativeness\",\n        \"nonmeasurable\",\n        \"nonmeasurableness\",\n        \"nonmeasurably\",\n        \"nonmoveably\",\n        \"nonnebulous\",\n        \"nonnebulousness\",\n        \"nonnervous\",\n        \"nonnotably\",\n        \"nonnucleated\",\n        \"nonopposable\",\n        \"nonorientable\",\n        \"nonpalatable\",\n        \"nonpalatableness\",\n        \"nonpalatal\",\n        \"nonpalpably\",\n        \"nonpapistic\",\n        \"nonparabolic\",\n        \"nonparalysis\",\n        \"nonparalytic\",\n        \"nonparallel\",\n        \"nonparallelism\",\n        \"nonparametric\",\n        \"nonparasitical\",\n        \"nonpartible\",\n        \"nonpearlitic\",\n        \"nonpersuadable\",\n        \"nonpictorial\",\n        \"nonplausibly\",\n        \"nonponderable\",\n        \"nonpracticably\",\n        \"nonprecedential\",\n        \"nonpredatory\",\n        \"nonpredatorily\",\n        \"nonpredatoriness\",\n        \"nonpredictive\",\n        \"nonpreferableness\",\n        \"nonpreferential\",\n        \"nonpreferentialism\",\n        \"nonpreferentially\",\n        \"nonprelatic\",\n        \"nonprevalent\",\n        \"nonpreventive\",\n        \"nonprimitive\",\n        \"nonprimitively\",\n        \"nonprolific\",\n        \"nonraiseable\",\n        \"nonratably\",\n        \"nonrateability\",\n        \"nonrateableness\",\n        \"nonrateably\",\n        \"nonrationalism\",\n        \"nonrealizable\",\n        \"nonreflectiveness\",\n        \"nonregimental\",\n        \"nonreliable\",\n        \"nonreliably\",\n        \"nonreparable\",\n        \"nonretroactive\",\n        \"nonritualistic\",\n        \"nonruinousness\",\n        \"nonsobering\",\n        \"nonsparing\",\n        \"nonsparkling\",\n        \"nonspeculative\",\n        \"nonspored\",\n        \"nonstimulable\",\n        \"nonsublimation\",\n        \"nonsubsiding\",\n        \"nonsubstitutive\",\n        \"nonsubtile\",\n        \"nonsuggestible\",\n        \"nonswearer\",\n        \"nontheoretical\",\n        \"nonuniteable\",\n        \"nonuseable\",\n        \"nonvendibly\",\n        \"nonveraciousness\",\n        \"nonvolatilizable\",\n        \"nonwonder\",\n        \"nonwondering\",\n        \"nonwrinkleable\",\n        \"orbless\",\n        \"outbless\",\n        \"outblesses\",\n        \"outblessing\",\n        \"outlineless\",\n        \"pangless\",\n        \"parallelless\",\n        \"parsic\",\n        \"patternless\",\n        \"perspectiveless\",\n        \"pictureless\",\n        \"pierless\",\n        \"pigless\",\n        \"pindarical\",\n        \"plackless\",\n        \"plessimeter\",\n        \"plessimetry\",\n        \"plessimetric\",\n        \"plinthless\",\n        \"plucklessly\",\n        \"precedentless\",\n        \"preresemblance\",\n        \"proportionless\",\n        \"rascaless\",\n        \"reasonproof\",\n        \"reverseless\",\n        \"rodless\",\n        \"sansculottism\",\n        \"scabbardless\",\n        \"scaleless\",\n        \"scapeless\",\n        \"scarless\",\n        \"scopeless\",\n        \"scrupleless\",\n        \"shriftlessness\",\n        \"sireless\",\n        \"snoreless\",\n        \"spareless\",\n        \"sparesome\",\n        \"sparkless\",\n        \"sparrowless\",\n        \"sparsedly\",\n        \"sparsely\",\n        \"spinless\",\n        \"spireless\",\n        \"suggestibleness\",\n        \"superblessed\",\n        \"superblessedness\",\n        \"superintolerableness\",\n        \"suppositionless\",\n        \"tailorless\",\n        \"targetless\",\n        \"teemless\",\n        \"terpeneless\",\n        \"terraceless\",\n        \"thriftless\",\n        \"throbless\",\n        \"tickless\",\n        \"tidingless\",\n        \"toadless\",\n        \"treadless\",\n        \"trothless\",\n        \"trouserless\",\n        \"troveless\",\n        \"tunicless\",\n        \"twigless\",\n        \"twineless\",\n        \"unabjective\",\n        \"unabrogative\",\n        \"unabundant\",\n        \"unaccountableness\",\n        \"unaccountably\",\n        \"unacquirably\",\n        \"unadaptability\",\n        \"unadaptable\",\n        \"unadaptableness\",\n        \"unadaptably\",\n        \"unadjectived\",\n        \"unadmirable\",\n        \"unadmirableness\",\n        \"unadmirably\",\n        \"unadoptable\",\n        \"unadorably\",\n        \"unadornable\",\n        \"unadulatory\",\n        \"unadulterated\",\n        \"unadulterous\",\n        \"unadvanced\",\n        \"unadventurous\",\n        \"unadvisably\",\n        \"unaesthetic\",\n        \"unaesthetical\",\n        \"unaidable\",\n        \"unailing\",\n        \"unaiming\",\n        \"unalienability\",\n        \"unalienable\",\n        \"unalienableness\",\n        \"unalienably\",\n        \"unalleviably\",\n        \"unalliable\",\n        \"unalterably\",\n        \"unameliorative\",\n        \"unamenable\",\n        \"unamenableness\",\n        \"unamenably\",\n        \"unamendable\",\n        \"unamiably\",\n        \"unamicably\",\n        \"unamusable\",\n        \"unamusably\",\n        \"unamusive\",\n        \"unanalytical\",\n        \"unanalyzable\",\n        \"unanalyzably\",\n        \"unanalogous\",\n        \"unanalogously\",\n        \"unanatomisable\",\n        \"unannullable\",\n        \"unantagonisable\",\n        \"unantagonizable\",\n        \"unantiquity\",\n        \"unapplicably\",\n        \"unappointable\",\n        \"unapposable\",\n        \"unapposite\",\n        \"unappraised\",\n        \"unapproximate\",\n        \"unarousable\",\n        \"unarousing\",\n        \"unarray\",\n        \"unarraignable\",\n        \"unarraignableness\",\n        \"unarrogance\",\n        \"unascendable\",\n        \"unaspersive\",\n        \"unasphalted\",\n        \"unaspiringly\",\n        \"unassessable\",\n        \"unassessableness\",\n        \"unassiduous\",\n        \"unassimilable\",\n        \"unassimilated\",\n        \"unassimilative\",\n        \"unassumable\",\n        \"unatonable\",\n        \"unattackable\",\n        \"unattackableness\",\n        \"unattemptable\",\n        \"unattributive\",\n        \"unaugmented\",\n        \"unauspicious\",\n        \"unauspiciousness\",\n        \"unaustere\",\n        \"unavailful\",\n        \"unavailingness\",\n        \"unaverage\",\n        \"unaverse\",\n        \"unavertibleness\",\n        \"unavoiding\",\n        \"unavowably\",\n        \"unavowed\",\n        \"unawardableness\",\n        \"unawardably\",\n        \"unawarded\",\n        \"unawful\",\n        \"unbaffled\",\n        \"unbaffling\",\n        \"unbafflingly\",\n        \"unbalanceable\",\n        \"unbarbarizing\",\n        \"unbarbarousness\",\n        \"unbeached\",\n        \"unbeautifulness\",\n        \"unbeckoned\",\n        \"unbecoming\",\n        \"unbefringed\",\n        \"unbegrudged\",\n        \"unbeseeming\",\n        \"unbeseemingness\",\n        \"unbeseemly\",\n        \"unbevelled\",\n        \"unbiasable\",\n        \"unbiasedly\",\n        \"unbiasing\",\n        \"unbibulous\",\n        \"unbirdlike\",\n        \"unblamability\",\n        \"unblamable\",\n        \"unblamableness\",\n        \"unblamably\",\n        \"unblessedness\",\n        \"unbluffable\",\n        \"unblusterous\",\n        \"unbondable\",\n        \"unbondableness\",\n        \"unbonneting\",\n        \"unboundable\",\n        \"unboundableness\",\n        \"unboundably\",\n        \"unboundless\",\n        \"unbountiful\",\n        \"unbountifulness\",\n        \"unbowelled\",\n        \"unbraided\",\n        \"unbudded\",\n        \"unbudgeableness\",\n        \"unbunched\",\n        \"uncalculably\",\n        \"uncancerous\",\n        \"uncandid\",\n        \"uncandidness\",\n        \"uncaparisoned\",\n        \"uncapricious\",\n        \"uncapriciousness\",\n        \"uncapsizable\",\n        \"uncapsized\",\n        \"uncaptious\",\n        \"uncarboned\",\n        \"uncarbonized\",\n        \"uncarded\",\n        \"uncarnivorous\",\n        \"uncarnivorousness\",\n        \"uncarousing\",\n        \"uncatechizedness\",\n        \"uncathartic\",\n        \"uncathedraled\",\n        \"uncausable\",\n        \"uncausal\",\n        \"uncausative\",\n        \"uncavalierly\",\n        \"uncaviling\",\n        \"uncensurability\",\n        \"uncensurable\",\n        \"uncensurableness\",\n        \"unceremented\",\n        \"unceriferous\",\n        \"unciteable\",\n        \"unclassical\",\n        \"uncoarsely\",\n        \"uncolourably\",\n        \"uncombinably\",\n        \"uncommandedness\",\n        \"uncommensurability\",\n        \"uncommensurable\",\n        \"uncommensurableness\",\n        \"uncommensurate\",\n        \"uncomminuted\",\n        \"uncompanionable\",\n        \"uncomparable\",\n        \"uncomparableness\",\n        \"uncomparably\",\n        \"uncompassability\",\n        \"uncompassable\",\n        \"uncompassed\",\n        \"uncompelling\",\n        \"uncompiled\",\n        \"unconceivableness\",\n        \"uncondensableness\",\n        \"uncondensably\",\n        \"uncondensational\",\n        \"uncondensing\",\n        \"uncondited\",\n        \"unconditionalness\",\n        \"uncondolatory\",\n        \"unconjecturable\",\n        \"unconquerableness\",\n        \"unconsiderable\",\n        \"unconsiderablely\",\n        \"unconsiderateness\",\n        \"unconspicuous\",\n        \"unconsulting\",\n        \"uncontemplable\",\n        \"uncontemplated\",\n        \"uncontemplative\",\n        \"uncontemplativeness\",\n        \"uncontemptuous\",\n        \"uncontemptuousness\",\n        \"unconverged\",\n        \"uncountableness\",\n        \"uncountably\",\n        \"uncraven\",\n        \"uncravingly\",\n        \"uncreative\",\n        \"uncredibly\",\n        \"uncreditably\",\n        \"uncreeping\",\n        \"uncriminal\",\n        \"uncrinkling\",\n        \"uncrudded\",\n        \"unctionless\",\n        \"uncubic\",\n        \"uncubicalness\",\n        \"uncudgeled\",\n        \"uncudgelled\",\n        \"uncultivability\",\n        \"uncultivate\",\n        \"unculturable\",\n        \"uncumbrous\",\n        \"uncunningness\",\n        \"uncurably\",\n        \"uncurd\",\n        \"undanceable\",\n        \"undaunted\",\n        \"undauntedness\",\n        \"undaunting\",\n        \"undawning\",\n        \"undazing\",\n        \"undazzling\",\n        \"undeceitfulness\",\n        \"undeceivable\",\n        \"undeceivableness\",\n        \"undecidable\",\n        \"undecipherable\",\n        \"undecomposable\",\n        \"undefeasible\",\n        \"undefeatable\",\n        \"undefeatableness\",\n        \"undefeatably\",\n        \"undefecated\",\n        \"undefendableness\",\n        \"undelineable\",\n        \"undemonstrableness\",\n        \"undependability\",\n        \"undeprecative\",\n        \"undepreciable\",\n        \"undepressible\",\n        \"underoxidising\",\n        \"undescribable\",\n        \"undescribableness\",\n        \"undesecrated\",\n        \"undesirous\",\n        \"undetrimental\",\n        \"undeviable\",\n        \"undevoured\",\n        \"undiapered\",\n        \"undichotomous\",\n        \"undictated\",\n        \"undifferentiable\",\n        \"undiffident\",\n        \"undiffractive\",\n        \"undiffusible\",\n        \"undiffusive\",\n        \"undighted\",\n        \"undilapidated\",\n        \"undiligent\",\n        \"undimerous\",\n        \"undimly\",\n        \"undimmed\",\n        \"undisappointable\",\n        \"undisbarred\",\n        \"undiscardable\",\n        \"undiscreditable\",\n        \"undiscriminating\",\n        \"undiscriminatingness\",\n        \"undisdaining\",\n        \"undisorderly\",\n        \"undisparaged\",\n        \"undispensable\",\n        \"undisplaceable\",\n        \"undisplaced\",\n        \"undisqualifiable\",\n        \"undissuadably\",\n        \"undissuade\",\n        \"undistinguished\",\n        \"undivertibly\",\n        \"undoffed\",\n        \"undominoed\",\n        \"undonated\",\n        \"undoomed\",\n        \"undreaded\",\n        \"undreadful\",\n        \"undubitable\",\n        \"undubitative\",\n        \"undulous\",\n        \"unduplicative\",\n        \"undwarfed\",\n        \"uneagled\",\n        \"unearnest\",\n        \"unearnestly\",\n        \"uneasier\",\n        \"uneasiest\",\n        \"uneaths\",\n        \"uneffeminate\",\n        \"unejected\",\n        \"unelated\",\n        \"unelectric\",\n        \"unelectrical\",\n        \"unelectrically\",\n        \"uneleemosynary\",\n        \"unelemental\",\n        \"unelucidating\",\n        \"uneludable\",\n        \"unemasculated\",\n        \"unemasculative\",\n        \"unemasculatory\",\n        \"unembellished\",\n        \"unembellishedness\",\n        \"unembittered\",\n        \"unembowelled\",\n        \"unembroidered\",\n        \"unemerging\",\n        \"unemigrating\",\n        \"uneminent\",\n        \"unemitting\",\n        \"unemphasizing\",\n        \"unempoisoned\",\n        \"unemptiable\",\n        \"unemulative\",\n        \"unendorsable\",\n        \"unenrichable\",\n        \"unenrichableness\",\n        \"unenticeable\",\n        \"unenviable\",\n        \"unepitomized\",\n        \"unequable\",\n        \"unequableness\",\n        \"unequably\",\n        \"unequaled\",\n        \"unequalising\",\n        \"unequalize\",\n        \"unequalizing\",\n        \"unequalled\",\n        \"unequated\",\n        \"unequatorial\",\n        \"unequilateral\",\n        \"unequilaterally\",\n        \"unequilibrated\",\n        \"unequitable\",\n        \"unequitably\",\n        \"unequivalent\",\n        \"unequivalently\",\n        \"unermined\",\n        \"unerotic\",\n        \"unessentially\",\n        \"unestimable\",\n        \"unestimableness\",\n        \"unestimably\",\n        \"unestimated\",\n        \"uneugenical\",\n        \"uneuphemistic\",\n        \"uneuphemistical\",\n        \"uneuphemistically\",\n        \"uneuphonic\",\n        \"unevaporated\",\n        \"unevasive\",\n        \"unevasively\",\n        \"uneventfully\",\n        \"unexactedly\",\n        \"unexamined\",\n        \"unexampled\",\n        \"unexcellent\",\n        \"unexceptionality\",\n        \"unexcitablely\",\n        \"unexcruciating\",\n        \"unexempt\",\n        \"unexemptable\",\n        \"unexempting\",\n        \"unexhaustively\",\n        \"unexhaustiveness\",\n        \"unexhilarating\",\n        \"unexiled\",\n        \"unexpectability\",\n        \"unexpectant\",\n        \"unexpectorated\",\n        \"unexpedient\",\n        \"unexpeditiousness\",\n        \"unexperimental\",\n        \"unextendedly\",\n        \"unextinguishableness\",\n        \"unextrinsic\",\n        \"unexuberant\",\n        \"unexuberantly\",\n        \"unexultantly\",\n        \"unfabulous\",\n        \"unfabulously\",\n        \"unfacilely\",\n        \"unfadingness\",\n        \"unfailingness\",\n        \"unfainting\",\n        \"unfakable\",\n        \"unfallacious\",\n        \"unfallaciousness\",\n        \"unfallibly\",\n        \"unfamiliarly\",\n        \"unfanciable\",\n        \"unfathomableness\",\n        \"unfatuitous\",\n        \"unfeared\",\n        \"unfearfully\",\n        \"unfeasableness\",\n        \"unfeasably\",\n        \"unfeedable\",\n        \"unfeignable\",\n        \"unfeignableness\",\n        \"unfeignably\",\n        \"unfeminineness\",\n        \"unfeminising\",\n        \"unferocious\",\n        \"unferociously\",\n        \"unfettering\",\n        \"unfeued\",\n        \"unfibred\",\n        \"unfibrous\",\n        \"unfictitious\",\n        \"unfiendlike\",\n        \"unfightable\",\n        \"unfindable\",\n        \"unfineable\",\n        \"unfingered\",\n        \"unfingured\",\n        \"unflappably\",\n        \"unflated\",\n        \"unflaunted\",\n        \"unflaunting\",\n        \"unflavorous\",\n        \"unfloatable\",\n        \"unfluffy\",\n        \"unforecast\",\n        \"unforetellable\",\n        \"unforfeit\",\n        \"unforfeitable\",\n        \"unforfeited\",\n        \"unforfeiting\",\n        \"unforgeability\",\n        \"unforward\",\n        \"unfractious\",\n        \"unfractiously\",\n        \"unfractured\",\n        \"unfreckled\",\n        \"unfreely\",\n        \"unfreezing\",\n        \"unfrequentable\",\n        \"unfrequentative\",\n        \"unfretful\",\n        \"unfricative\",\n        \"unfringed\",\n        \"unfringing\",\n        \"unfrisky\",\n        \"unfrizzy\",\n        \"unfrolicsome\",\n        \"unfrowning\",\n        \"unfrugalness\",\n        \"unfulminant\",\n        \"unfulsome\",\n        \"unfumigated\",\n        \"unfundable\",\n        \"unfungible\",\n        \"unfusibly\",\n        \"unfuturistic\",\n        \"ungainable\",\n        \"ungainful\",\n        \"ungainfully\",\n        \"ungainly\",\n        \"ungainliest\",\n        \"ungainlike\",\n        \"ungelatinizable\",\n        \"ungeneral\",\n        \"ungoatlike\",\n        \"ungrainable\",\n        \"ungraphic\",\n        \"ungropeable\",\n        \"ungrudged\",\n        \"ungulated\",\n        \"unharbored\",\n        \"unhilarious\",\n        \"unhinderably\",\n        \"unhyphenated\",\n        \"unhypothetical\",\n        \"unhuntable\",\n        \"unibivalent\",\n        \"unicuspid\",\n        \"unicuspidate\",\n        \"unilluded\",\n        \"unilludedly\",\n        \"unillusory\",\n        \"unimaged\",\n        \"unimaginability\",\n        \"unimaginableness\",\n        \"unimaginably\",\n        \"unimbibing\",\n        \"unimbittered\",\n        \"unimbowed\",\n        \"unimitable\",\n        \"unimitably\",\n        \"unimitated\",\n        \"unimitating\",\n        \"unimitative\",\n        \"unimmigrating\",\n        \"unimmolated\",\n        \"unimmured\",\n        \"unimpairable\",\n        \"unimpartial\",\n        \"unimpartially\",\n        \"unimpartible\",\n        \"unimpearled\",\n        \"unimplicable\",\n        \"unimplicated\",\n        \"unimplorable\",\n        \"unimplored\",\n        \"unimposed\",\n        \"unimpostrous\",\n        \"unimpregnated\",\n        \"unimpressibly\",\n        \"unimpressionability\",\n        \"unimpressionable\",\n        \"unimpressionableness\",\n        \"unimprinted\",\n        \"unimprisonable\",\n        \"unimprovable\",\n        \"unimprovableness\",\n        \"unimprovably\",\n        \"unimpulsive\",\n        \"unimpurpled\",\n        \"unimputed\",\n        \"unincantoned\",\n        \"unincited\",\n        \"uninclusiveness\",\n        \"unincorporated\",\n        \"unincorporatedly\",\n        \"unincriminated\",\n        \"unincriminating\",\n        \"unindentable\",\n        \"unindictableness\",\n        \"uninferential\",\n        \"uningenious\",\n        \"uningenuous\",\n        \"uningestive\",\n        \"uninimical\",\n        \"uninoculable\",\n        \"uninoculated\",\n        \"uninoculative\",\n        \"uninsinuating\",\n        \"uninstigative\",\n        \"unintegrative\",\n        \"unintimate\",\n        \"unintimated\",\n        \"unintromitted\",\n        \"unintruded\",\n        \"unintruding\",\n        \"uninvidious\",\n        \"uninvocative\",\n        \"uniparient\",\n        \"unipotential\",\n        \"unirritableness\",\n        \"unisepalous\",\n        \"unisolate\",\n        \"unisolating\",\n        \"unispiculate\",\n        \"univariant\",\n        \"univorous\",\n        \"unlavish\",\n        \"unleviable\",\n        \"unliberally\",\n        \"unlikeable\",\n        \"unlikeableness\",\n        \"unlikeably\",\n        \"unlimitable\",\n        \"unlimitableness\",\n        \"unlimitless\",\n        \"unlitten\",\n        \"unlittered\",\n        \"unlivability\",\n        \"unlivably\",\n        \"unlubricative\",\n        \"unmagistrate\",\n        \"unmaidenliness\",\n        \"unmaimable\",\n        \"unmaledictory\",\n        \"unmalleable\",\n        \"unmaniable\",\n        \"unmanipulable\",\n        \"unmanipulatable\",\n        \"unmarkable\",\n        \"unmarketable\",\n        \"unmarshaled\",\n        \"unmarveling\",\n        \"unmarvellous\",\n        \"unmatchable\",\n        \"unmatchably\",\n        \"unmatched\",\n        \"unmatchedness\",\n        \"unmatriculated\",\n        \"unmatted\",\n        \"unmeandering\",\n        \"unmeaningfulness\",\n        \"unmeaningness\",\n        \"unmeasurability\",\n        \"unmeasurable\",\n        \"unmeasurableness\",\n        \"unmeasurably\",\n        \"unmeasured\",\n        \"unmeasuredness\",\n        \"unmeditated\",\n        \"unmeditating\",\n        \"unmeltably\",\n        \"unmiasmatical\",\n        \"unmilitant\",\n        \"unminable\",\n        \"unminced\",\n        \"unmined\",\n        \"unminimised\",\n        \"unminimising\",\n        \"unminimized\",\n        \"unminted\",\n        \"unminuted\",\n        \"unmiracled\",\n        \"unmired\",\n        \"unmirthful\",\n        \"unmisconceivable\",\n        \"unmitered\",\n        \"unmitigability\",\n        \"unmitigatedness\",\n        \"unmitred\",\n        \"unmitring\",\n        \"unmixable\",\n        \"unmovably\",\n        \"unmutative\",\n        \"unmutinous\",\n        \"unnamable\",\n        \"unnarratable\",\n        \"unneared\",\n        \"unodoriferousness\",\n        \"unonerously\",\n        \"unoperculated\",\n        \"unopportune\",\n        \"unopposable\",\n        \"unoptimistic\",\n        \"unordainable\",\n        \"unoriental\",\n        \"unoriented\",\n        \"unoriginative\",\n        \"unovervalued\",\n        \"unpacifistic\",\n        \"unpaganized\",\n        \"unpaganizing\",\n        \"unpaginated\",\n        \"unpainful\",\n        \"unpainfully\",\n        \"unpainstaking\",\n        \"unpaintability\",\n        \"unpaintable\",\n        \"unpaintableness\",\n        \"unpaintably\",\n        \"unpalatability\",\n        \"unpalatable\",\n        \"unpalatableness\",\n        \"unpalatably\",\n        \"unpalatal\",\n        \"unpalisaded\",\n        \"unpalisadoed\",\n        \"unpalliable\",\n        \"unpaltry\",\n        \"unparaded\",\n        \"unparadise\",\n        \"unparadoxal\",\n        \"unparadoxically\",\n        \"unparagoned\",\n        \"unparagonized\",\n        \"unparagraphed\",\n        \"unparalysed\",\n        \"unparalyzed\",\n        \"unparallel\",\n        \"unparallelable\",\n        \"unparalleled\",\n        \"unparalleledly\",\n        \"unparalleledness\",\n        \"unparallelled\",\n        \"unparallelness\",\n        \"unparaphrased\",\n        \"unparasitic\",\n        \"unparasitical\",\n        \"unparceled\",\n        \"unparcelling\",\n        \"unparenthetical\",\n        \"unpargeted\",\n        \"unparsed\",\n        \"unparsimonious\",\n        \"unpartableness\",\n        \"unpartaken\",\n        \"unpartible\",\n        \"unparticipant\",\n        \"unparticipating\",\n        \"unparticipative\",\n        \"unparticular\",\n        \"unparticularizing\",\n        \"unparticularness\",\n        \"unpassably\",\n        \"unpassed\",\n        \"unpassively\",\n        \"unpathwayed\",\n        \"unpatinated\",\n        \"unpatronisable\",\n        \"unpeculiarly\",\n        \"unpeevishness\",\n        \"unpenalized\",\n        \"unpenanced\",\n        \"unpenciled\",\n        \"unpendulous\",\n        \"unpenetrably\",\n        \"unpenetrant\",\n        \"unpenetrative\",\n        \"unpenitential\",\n        \"unpenitentially\",\n        \"unpenitentness\",\n        \"unpenned\",\n        \"unpennied\",\n        \"unpenning\",\n        \"unpennoned\",\n        \"unpenurious\",\n        \"unpenuriousness\",\n        \"unperemptory\",\n        \"unperflated\",\n        \"unperilous\",\n        \"unpermixed\",\n        \"unpersuasive\",\n        \"unpersuasiveness\",\n        \"unpessimistic\",\n        \"unpessimistically\",\n        \"unpesterous\",\n        \"unpestilent\",\n        \"unpetaled\",\n        \"unpharasaical\",\n        \"unphilological\",\n        \"unpictorial\",\n        \"unpictorialised\",\n        \"unpictorialising\",\n        \"unpictorialize\",\n        \"unpictorialized\",\n        \"unpicturability\",\n        \"unpicturable\",\n        \"unpictured\",\n        \"unpicturesque\",\n        \"unpile\",\n        \"unpilgrimlike\",\n        \"unpillared\",\n        \"unpimpled\",\n        \"unpiratical\",\n        \"unpiteousness\",\n        \"unpitiable\",\n        \"unpitied\",\n        \"unpitying\",\n        \"unpityingness\",\n        \"unplacable\",\n        \"unplacably\",\n        \"unplaced\",\n        \"unplaited\",\n        \"unplantlike\",\n        \"unplat\",\n        \"unplated\",\n        \"unplausibleness\",\n        \"unplausibly\",\n        \"unpleasurably\",\n        \"unpliability\",\n        \"unpliable\",\n        \"unplunderous\",\n        \"unpluralistic\",\n        \"unponderable\",\n        \"unpondered\",\n        \"unponderous\",\n        \"unponderously\",\n        \"unportionable\",\n        \"unpositivistic\",\n        \"unpracticability\",\n        \"unpracticable\",\n        \"unpracticableness\",\n        \"unpracticably\",\n        \"unpractically\",\n        \"unpray\",\n        \"unpraisable\",\n        \"unpraise\",\n        \"unpraiseful\",\n        \"unpraiseworthy\",\n        \"unpraising\",\n        \"unprating\",\n        \"unprecarious\",\n        \"unpreceptive\",\n        \"unprecious\",\n        \"unprecipitative\",\n        \"unprecipitous\",\n        \"unprecludible\",\n        \"unpredaceous\",\n        \"unpredaceousness\",\n        \"unpredacious\",\n        \"unpredaciously\",\n        \"unpredaciousness\",\n        \"unpredatory\",\n        \"unpredicable\",\n        \"unpredicableness\",\n        \"unpredicated\",\n        \"unpredicative\",\n        \"unpredict\",\n        \"unpredictability\",\n        \"unpredictabilness\",\n        \"unpredictable\",\n        \"unpredictableness\",\n        \"unpredicted\",\n        \"unpredictedness\",\n        \"unpredicting\",\n        \"unpredictive\",\n        \"unpredisposed\",\n        \"unpredisposing\",\n        \"unpreferable\",\n        \"unpreferableness\",\n        \"unpremeditated\",\n        \"unpremeditatedly\",\n        \"unpremeditatedness\",\n        \"unpremonished\",\n        \"unpremonstrated\",\n        \"unpreservable\",\n        \"unpresiding\",\n        \"unpresumable\",\n        \"unpresumably\",\n        \"unpresuming\",\n        \"unpresumingness\",\n        \"unpresumptive\",\n        \"unpresumptuous\",\n        \"unpresumptuousness\",\n        \"unpretended\",\n        \"unpretending\",\n        \"unpretentiousness\",\n        \"unprevailing\",\n        \"unprevalent\",\n        \"unpreventably\",\n        \"unpreventive\",\n        \"unpriceably\",\n        \"unpriest\",\n        \"unprim\",\n        \"unprimed\",\n        \"unprimitive\",\n        \"unprimitiveness\",\n        \"unprimitivistic\",\n        \"unprimly\",\n        \"unprincely\",\n        \"unprisonable\",\n        \"unprivate\",\n        \"unprivateness\",\n        \"unprolific\",\n        \"unprompt\",\n        \"unpropitiating\",\n        \"unproportionable\",\n        \"unproportionableness\",\n        \"unproportionably\",\n        \"unproportional\",\n        \"unproportionality\",\n        \"unproportionally\",\n        \"unproportionate\",\n        \"unproportionately\",\n        \"unproportionateness\",\n        \"unprospective\",\n        \"unprunable\",\n        \"unpuddled\",\n        \"unpulverable\",\n        \"unpumicated\",\n        \"unpunctuated\",\n        \"unpured\",\n        \"unpurposely\",\n        \"unpurposelike\",\n        \"unpursuable\",\n        \"unpurveyed\",\n        \"unquailing\",\n        \"unquarreling\",\n        \"unqueened\",\n        \"unqueening\",\n        \"unqueenly\",\n        \"unquenchably\",\n        \"unquibbled\",\n        \"unquibbling\",\n        \"unrabbinical\",\n        \"unraced\",\n        \"unradical\",\n        \"unraisable\",\n        \"unraiseable\",\n        \"unransomed\",\n        \"unrationalising\",\n        \"unravaged\",\n        \"unraving\",\n        \"unreadiest\",\n        \"unrebuffed\",\n        \"unreckingness\",\n        \"unreckonable\",\n        \"unrecondite\",\n        \"unredeemable\",\n        \"unredeemableness\",\n        \"unredemptive\",\n        \"unreeling\",\n        \"unrefuted\",\n        \"unregimental\",\n        \"unreiterable\",\n        \"unreiterative\",\n        \"unrejectable\",\n        \"unrejective\",\n        \"unrelating\",\n        \"unrelative\",\n        \"unremarkable\",\n        \"unremarkableness\",\n        \"unremunerative\",\n        \"unrepellently\",\n        \"unreposefully\",\n        \"unrepresentative\",\n        \"unreprimanding\",\n        \"unreputed\",\n        \"unresembling\",\n        \"unretaliated\",\n        \"unretributive\",\n        \"unreveling\",\n        \"unrhetoricalness\",\n        \"unridely\",\n        \"unrimpled\",\n        \"unritualistic\",\n        \"unrivaled\",\n        \"unrivaledness\",\n        \"unrivalled\",\n        \"unrivalling\",\n        \"unroweled\",\n        \"unsailorlike\",\n        \"unsalient\",\n        \"unsallying\",\n        \"unsalvability\",\n        \"unsalvable\",\n        \"unsalvably\",\n        \"unsardonic\",\n        \"unsatiability\",\n        \"unsatiating\",\n        \"unsatire\",\n        \"unscabrous\",\n        \"unscalableness\",\n        \"unscaly\",\n        \"unscandalous\",\n        \"unscannable\",\n        \"unscared\",\n        \"unscarred\",\n        \"unsceptically\",\n        \"unsceptred\",\n        \"unscornful\",\n        \"unscowling\",\n        \"unscribal\",\n        \"unseduceable\",\n        \"unseemliest\",\n        \"unsenescent\",\n        \"unsententious\",\n        \"unsentimental\",\n        \"unseparable\",\n        \"unseparableness\",\n        \"unseparably\",\n        \"unseverableness\",\n        \"unshakeably\",\n        \"unshamably\",\n        \"unshapedness\",\n        \"unshipshape\",\n        \"unsiccative\",\n        \"unsidereal\",\n        \"unsidling\",\n        \"unsightable\",\n        \"unsightless\",\n        \"unsilentious\",\n        \"unsymbolic\",\n        \"unsymbolized\",\n        \"unsymmetry\",\n        \"unsymmetric\",\n        \"unsymmetrical\",\n        \"unsimple\",\n        \"unsymptomatic\",\n        \"unsymptomatical\",\n        \"unsimular\",\n        \"unsimulated\",\n        \"unsimulative\",\n        \"unsingular\",\n        \"unslakeable\",\n        \"unslyness\",\n        \"unslothful\",\n        \"unslumberous\",\n        \"unslumbrous\",\n        \"unsmeared\",\n        \"unsmokeable\",\n        \"unsnarling\",\n        \"unsnubbable\",\n        \"unsoarable\",\n        \"unsoaring\",\n        \"unsobering\",\n        \"unsoberly\",\n        \"unsolicitude\",\n        \"unsorrowful\",\n        \"unspared\",\n        \"unsparred\",\n        \"unsparse\",\n        \"unsparsely\",\n        \"unsparseness\",\n        \"unspectacular\",\n        \"unspectrelike\",\n        \"unspeculative\",\n        \"unspeculatively\",\n        \"unspeculatory\",\n        \"unsplendourous\",\n        \"unsquarable\",\n        \"unsqueezed\",\n        \"unstanding\",\n        \"unstimulable\",\n        \"unstimulated\",\n        \"unstimulative\",\n        \"unsubduedness\",\n        \"unsublimable\",\n        \"unsublimated\",\n        \"unsublimed\",\n        \"unsubsidized\",\n        \"unsubstitutive\",\n        \"unsuburbed\",\n        \"unsuccorable\",\n        \"unsufferable\",\n        \"unsuitability\",\n        \"unsuitably\",\n        \"unsulliable\",\n        \"unsulphureousness\",\n        \"unsuperable\",\n        \"unsuperfluous\",\n        \"unsupposable\",\n        \"unsupreme\",\n        \"unsurfeited\",\n        \"unsurfeiting\",\n        \"unsurpassable\",\n        \"unsurpassableness\",\n        \"unsurpassably\",\n        \"unsurpassed\",\n        \"unsurpassedly\",\n        \"unsurpassedness\",\n        \"unsuspectedness\",\n        \"unsuspectful\",\n        \"unsuspecting\",\n        \"unsuspectingness\",\n        \"unsuspicious\",\n        \"unswayedness\",\n        \"unswearing\",\n        \"untabulable\",\n        \"untamableness\",\n        \"untamably\",\n        \"untangentially\",\n        \"untangibly\",\n        \"untapered\",\n        \"untaunting\",\n        \"untemperance\",\n        \"untemperate\",\n        \"untemperately\",\n        \"untemperateness\",\n        \"untempering\",\n        \"untemporizing\",\n        \"untemptability\",\n        \"untemptable\",\n        \"untemptably\",\n        \"untemptible\",\n        \"untemptibly\",\n        \"untempting\",\n        \"untemptingness\",\n        \"untensibly\",\n        \"unthematically\",\n        \"unthinkability\",\n        \"unthrifty\",\n        \"unthriftiest\",\n        \"unthundering\",\n        \"untimbered\",\n        \"untimeliness\",\n        \"untimorous\",\n        \"untittering\",\n        \"untold\",\n        \"untorporific\",\n        \"untortious\",\n        \"untortuous\",\n        \"untortuously\",\n        \"untowardly\",\n        \"untowardliness\",\n        \"untractability\",\n        \"untractable\",\n        \"untractableness\",\n        \"untractarian\",\n        \"untradable\",\n        \"untranscribable\",\n        \"untranspassable\",\n        \"untribal\",\n        \"untribally\",\n        \"untrim\",\n        \"untrimmable\",\n        \"untrims\",\n        \"untriumphant\",\n        \"untropical\",\n        \"untrowable\",\n        \"untruckling\",\n        \"untuberculous\",\n        \"untuckered\",\n        \"untumidness\",\n        \"untumultuousness\",\n        \"untunableness\",\n        \"untuneable\",\n        \"untuneableness\",\n        \"untwinable\",\n        \"untwined\",\n        \"ununifiable\",\n        \"ununitably\",\n        \"unupsettable\",\n        \"unvariedly\",\n        \"unverdured\",\n        \"unveritably\",\n        \"unverminous\",\n        \"unverminousness\",\n        \"unversatile\",\n        \"unvintaged\",\n        \"unviolableness\",\n        \"unvoided\",\n        \"unwadable\",\n        \"unwaivable\",\n        \"unwarlike\",\n        \"unwarmable\",\n        \"unwarnished\",\n        \"unwarpable\",\n        \"unwarrayed\",\n        \"unweaponed\",\n        \"unwedging\",\n        \"unwieldable\",\n        \"unwieldy\",\n        \"unwimple\",\n        \"unwonderful\",\n        \"unwondering\",\n        \"unworld\",\n        \"virtueless\",\n        \"visorless\",\n        \"wimpleless\",\n        \"wonderlessness\"\n    ],\n    \"ndị na-anọghị\": [\n        \"absentees\",\n        \"absenters\"\n    ],\n    \"enweghị uche\": [\n        \"absentmindedness\",\n        \"asperulous\",\n        \"brainlessly\",\n        \"crapulous\",\n        \"crapulousness\",\n        \"disreason\",\n        \"exceptious\",\n        \"exceptiousness\",\n        \"fanciless\",\n        \"idoneity\",\n        \"illogic\",\n        \"incautiousness\",\n        \"inconceivable\",\n        \"indiscretion\",\n        \"inexpertness\",\n        \"inexpress\",\n        \"insensitivities\",\n        \"irenicism\",\n        \"irrationalise\",\n        \"irrationalised\",\n        \"irrationalist\",\n        \"irrationalistic\",\n        \"irrationalizing\",\n        \"logicless\",\n        \"maneless\",\n        \"manlessness\",\n        \"mindlessly\",\n        \"mindlessness\",\n        \"misintelligible\",\n        \"missentence\",\n        \"mistless\",\n        \"noncasuistic\",\n        \"noncertitude\",\n        \"nonconcentration\",\n        \"nonconcentrative\",\n        \"nonconduciness\",\n        \"noncongruency\",\n        \"nonconsonant\",\n        \"nonegoistic\",\n        \"nonethic\",\n        \"nonintention\",\n        \"nonperceptional\",\n        \"nonprudent\",\n        \"nonpsychic\",\n        \"nonrationalistic\",\n        \"nonrationalness\",\n        \"nonreasonable\",\n        \"nonreasonably\",\n        \"nonsanity\",\n        \"nonsentience\",\n        \"nonsibilance\",\n        \"nontragicalness\",\n        \"noughtily\",\n        \"penceless\",\n        \"rationless\",\n        \"reasonless\",\n        \"reasonlessly\",\n        \"reasonlessured\",\n        \"reasonlessuring\",\n        \"rhythmless\",\n        \"sedulous\",\n        \"sedulousness\",\n        \"senselessly\",\n        \"senselessness\",\n        \"smartless\",\n        \"socklessness\",\n        \"thackless\",\n        \"thoughtless\",\n        \"unacetic\",\n        \"unaptitude\",\n        \"unascetic\",\n        \"uncity\",\n        \"unconcentratedly\",\n        \"unconcentrative\",\n        \"unconscionable\",\n        \"unconsent\",\n        \"unconsoling\",\n        \"undiscerning\",\n        \"undiscreet\",\n        \"undiscretion\",\n        \"unfasciate\",\n        \"unfistulous\",\n        \"unfrictional\",\n        \"uningenuousness\",\n        \"unpantheistic\",\n        \"unpious\",\n        \"unpiously\",\n        \"unpreceptively\",\n        \"unpreoccupied\",\n        \"unprescient\",\n        \"unprescinded\",\n        \"unprudence\",\n        \"unprudent\",\n        \"unrational\",\n        \"unrationally\",\n        \"unreason\",\n        \"unreasoned\",\n        \"unreasoning\",\n        \"unreasoningly\",\n        \"unreasoningness\",\n        \"unscornfulness\",\n        \"unsedative\",\n        \"unsedulously\",\n        \"unselfconscious\",\n        \"unstudious\",\n        \"unthoughtfulness\",\n        \"unwisest\",\n        \"unwontedness\",\n        \"witlessness\"\n    ],\n    \"ihe ezighi ezi\": [\n        \"absfarad\",\n        \"misbinds\",\n        \"misplants\",\n        \"unsensibleness\"\n    ],\n    \"nnọkọ\": [\n        \"absinthial\",\n        \"absinthian\",\n        \"barding\",\n        \"episporium\",\n        \"nunciatory\",\n        \"parroty\",\n        \"parties\",\n        \"partying\",\n        \"partykin\",\n        \"rallyings\",\n        \"session\",\n        \"sessional\",\n        \"sessions\",\n        \"sitcoms\",\n        \"sitters\",\n        \"sittings\"\n    ],\n    \"ghara ịdị\": [\n        \"absinthiate\",\n        \"babeldom\",\n        \"babelic\",\n        \"babelish\",\n        \"distune\",\n        \"farfel\",\n        \"lestrad\",\n        \"mayten\",\n        \"nongeneralized\",\n        \"outbabbled\",\n        \"tugless\",\n        \"turretless\",\n        \"unclinging\",\n        \"unfeel\"\n    ],\n    \"okpokoro\": [\n        \"absinthiated\",\n        \"aceraceous\",\n        \"acridines\",\n        \"acrocyst\",\n        \"acrodont\",\n        \"acrotomous\",\n        \"adsorptiveness\",\n        \"aldermanry\",\n        \"aldermanries\",\n        \"alfridaric\",\n        \"allorrhythmic\",\n        \"alpenstocks\",\n        \"alstonia\",\n        \"amblychromatic\",\n        \"amblygonal\",\n        \"aphesis\",\n        \"asphyxied\",\n        \"assyth\",\n        \"auctorizate\",\n        \"aurantiaceous\",\n        \"bacilary\",\n        \"bacillar\",\n        \"balladist\",\n        \"balustraded\",\n        \"basad\",\n        \"beambird\",\n        \"bebopper\",\n        \"becafico\",\n        \"beccafico\",\n        \"becluster\",\n        \"belaboured\",\n        \"belam\",\n        \"bepommel\",\n        \"bepuzzlement\",\n        \"besmokes\",\n        \"bevomit\",\n        \"bewinter\",\n        \"biltongs\",\n        \"blab\",\n        \"blabbered\",\n        \"blarneys\",\n        \"blash\",\n        \"blastoderm\",\n        \"blastodermatic\",\n        \"blastodermic\",\n        \"blastodisk\",\n        \"blastomyces\",\n        \"blastomycete\",\n        \"blastomycetes\",\n        \"blastomycetic\",\n        \"blastomycetous\",\n        \"blastomycotic\",\n        \"blastophitic\",\n        \"blateness\",\n        \"blazoner\",\n        \"blazonry\",\n        \"blazonries\",\n        \"blebby\",\n        \"blepharal\",\n        \"blepharocera\",\n        \"blepharoncus\",\n        \"bloomsburian\",\n        \"bludgeon\",\n        \"bondon\",\n        \"bosporanic\",\n        \"boulevard\",\n        \"bowralite\",\n        \"brabantine\",\n        \"brabbler\",\n        \"bradbury\",\n        \"brakeman\",\n        \"breezeway\",\n        \"bristlebird\",\n        \"brobdingnag\",\n        \"budded\",\n        \"buddhists\",\n        \"buddled\",\n        \"buddling\",\n        \"budmash\",\n        \"budorcas\",\n        \"bullflower\",\n        \"cabbalism\",\n        \"cabbalist\",\n        \"cacoon\",\n        \"cagot\",\n        \"cainian\",\n        \"calanque\",\n        \"calantas\",\n        \"calendarial\",\n        \"calendarian\",\n        \"calendas\",\n        \"calendric\",\n        \"calendrical\",\n        \"calendula\",\n        \"callicebus\",\n        \"calomorphic\",\n        \"calorescent\",\n        \"calorigenic\",\n        \"calorimetrical\",\n        \"canaliferous\",\n        \"cannstatt\",\n        \"capillitia\",\n        \"capriccettos\",\n        \"capricornus\",\n        \"carcerated\",\n        \"cardiomegaly\",\n        \"carom\",\n        \"caromed\",\n        \"carosella\",\n        \"carotidean\",\n        \"cataractine\",\n        \"catydid\",\n        \"caulocarpic\",\n        \"caulomic\",\n        \"caulotaxy\",\n        \"cav\",\n        \"cavaliering\",\n        \"cavillatory\",\n        \"cavils\",\n        \"centauress\",\n        \"centesimi\",\n        \"centiare\",\n        \"centistoke\",\n        \"centrad\",\n        \"centrale\",\n        \"centrales\",\n        \"centrefold\",\n        \"centripetal\",\n        \"centriscid\",\n        \"centrisciform\",\n        \"centriscoid\",\n        \"centriscus\",\n        \"centroclinal\",\n        \"centrodesmus\",\n        \"centrodorsal\",\n        \"centronucleus\",\n        \"centrosomic\",\n        \"centrospermae\",\n        \"centrosphere\",\n        \"centrums\",\n        \"centumvir\",\n        \"centumvirate\",\n        \"ceratopsian\",\n        \"cercarian\",\n        \"cercomonad\",\n        \"cercopithecoid\",\n        \"cercospora\",\n        \"cerebripetal\",\n        \"cerebropontile\",\n        \"cerebroside\",\n        \"cerebrovisceral\",\n        \"certosina\",\n        \"cervicobasilar\",\n        \"cervicohumeral\",\n        \"cevenol\",\n        \"chandelling\",\n        \"chandlering\",\n        \"chapellage\",\n        \"charophyta\",\n        \"chavender\",\n        \"chemosphere\",\n        \"chemospheric\",\n        \"chercock\",\n        \"chillroom\",\n        \"chloralizing\",\n        \"chlorinating\",\n        \"cholanthrene\",\n        \"chorister\",\n        \"chresards\",\n        \"chrysanthemin\",\n        \"chrysemys\",\n        \"chrysenic\",\n        \"chryslers\",\n        \"chrismatory\",\n        \"chrosperma\",\n        \"chummer\",\n        \"chummery\",\n        \"chump\",\n        \"chumpish\",\n        \"chumpishness\",\n        \"chumship\",\n        \"cyclanthales\",\n        \"cyclanthus\",\n        \"cyclicality\",\n        \"cyclically\",\n        \"cyclindroid\",\n        \"cyclometry\",\n        \"cyclometries\",\n        \"cylindrocylindric\",\n        \"cylindroconoidal\",\n        \"cylindrophis\",\n        \"cylindruria\",\n        \"cilioretinal\",\n        \"cillosis\",\n        \"cyllosis\",\n        \"circumboreal\",\n        \"circumesophagal\",\n        \"circumzenithal\",\n        \"cystocyte\",\n        \"cladosporium\",\n        \"clamshells\",\n        \"clamworms\",\n        \"clasmatocyte\",\n        \"clasmatocytic\",\n        \"clausum\",\n        \"clemclemalats\",\n        \"clubbily\",\n        \"clum\",\n        \"cobleskill\",\n        \"cobless\",\n        \"cocains\",\n        \"coccionella\",\n        \"coccochromatic\",\n        \"coccoids\",\n        \"cocculus\",\n        \"coccus\",\n        \"cocle\",\n        \"cocorico\",\n        \"cocowort\",\n        \"coeliorrhoea\",\n        \"coenocyte\",\n        \"coffs\",\n        \"coistrels\",\n        \"coistrils\",\n        \"collotypic\",\n        \"collumelliaceous\",\n        \"columbiferous\",\n        \"combusted\",\n        \"combusting\",\n        \"conirostral\",\n        \"conirostres\",\n        \"convivio\",\n        \"convocant\",\n        \"convocating\",\n        \"convolvulinic\",\n        \"convolvulus\",\n        \"convulses\",\n        \"coorg\",\n        \"copolymerous\",\n        \"corallinaceous\",\n        \"coreflexed\",\n        \"coresort\",\n        \"coreveller\",\n        \"coriandrum\",\n        \"corneum\",\n        \"coroa\",\n        \"corollas\",\n        \"corona\",\n        \"corpuscularian\",\n        \"corsetier\",\n        \"cosectarian\",\n        \"coseismal\",\n        \"costectomy\",\n        \"costectomies\",\n        \"costocentral\",\n        \"costocolic\",\n        \"costrel\",\n        \"cotonam\",\n        \"coulombs\",\n        \"coulterneb\",\n        \"coulters\",\n        \"couril\",\n        \"courtezan\",\n        \"covassal\",\n        \"cradleboard\",\n        \"craps\",\n        \"cryolite\",\n        \"cryoscope\",\n        \"cryosphere\",\n        \"cryptaesthesia\",\n        \"cryptocerous\",\n        \"cryptorrhesis\",\n        \"crisscross\",\n        \"crisscrossed\",\n        \"crisscrosses\",\n        \"crisscrossing\",\n        \"crystoleum\",\n        \"crossbbred\",\n        \"crossruff\",\n        \"crosstree\",\n        \"crowberry\",\n        \"crowberries\",\n        \"crowhop\",\n        \"crucifer\",\n        \"crucis\",\n        \"crural\",\n        \"crusados\",\n        \"crusca\",\n        \"crux\",\n        \"cruxes\",\n        \"cruzados\",\n        \"cruzeiros\",\n        \"cruzieros\",\n        \"culmiferous\",\n        \"cupflower\",\n        \"cuprous\",\n        \"cupstone\",\n        \"curneys\",\n        \"curvicostate\",\n        \"curviform\",\n        \"curvilinead\",\n        \"curvilineal\",\n        \"curvimeter\",\n        \"dablet\",\n        \"damsons\",\n        \"dandified\",\n        \"dcollet\",\n        \"deadbeats\",\n        \"deadflat\",\n        \"deadheads\",\n        \"deadpans\",\n        \"decantate\",\n        \"decantherous\",\n        \"decongested\",\n        \"decussoria\",\n        \"deflocculation\",\n        \"delirifacient\",\n        \"delphinapterus\",\n        \"delphine\",\n        \"delphinic\",\n        \"deltalike\",\n        \"delthyrium\",\n        \"desynchronizing\",\n        \"deslime\",\n        \"desmidiaceous\",\n        \"desmidian\",\n        \"desmids\",\n        \"desmoneoplasm\",\n        \"desmoscolex\",\n        \"desmotrope\",\n        \"desmotropy\",\n        \"desmotropic\",\n        \"diastasimetry\",\n        \"diastataxy\",\n        \"diced\",\n        \"dillyman\",\n        \"dillymen\",\n        \"diluvial\",\n        \"diluvialist\",\n        \"diplacanthus\",\n        \"dipter\",\n        \"dysphemize\",\n        \"dissectible\",\n        \"djinny\",\n        \"dopperbird\",\n        \"dornick\",\n        \"dorsabdominal\",\n        \"dorsoabdominal\",\n        \"dorsocentral\",\n        \"dottore\",\n        \"driblets\",\n        \"driech\",\n        \"dryope\",\n        \"dripless\",\n        \"dsect\",\n        \"duskish\",\n        \"duskishness\",\n        \"earflower\",\n        \"earls\",\n        \"earworms\",\n        \"eccyclema\",\n        \"eiry\",\n        \"elaphrium\",\n        \"embull\",\n        \"enchronicle\",\n        \"encrisp\",\n        \"englanders\",\n        \"epicycles\",\n        \"epitendineum\",\n        \"essenwood\",\n        \"etherialise\",\n        \"evaporated\",\n        \"extispicious\",\n        \"fairground\",\n        \"fairgrounds\",\n        \"fameflower\",\n        \"fellmonger\",\n        \"fellmongery\",\n        \"ferntickle\",\n        \"ferth\",\n        \"flabbergastation\",\n        \"flabbergasted\",\n        \"flabbergasting\",\n        \"flak\",\n        \"flake\",\n        \"flapmouthed\",\n        \"flapperhood\",\n        \"flasks\",\n        \"flavanthrene\",\n        \"flavescent\",\n        \"flavorous\",\n        \"flavourer\",\n        \"flingdust\",\n        \"floorboard\",\n        \"flowchart\",\n        \"flowstone\",\n        \"flumdiddle\",\n        \"flummadiddle\",\n        \"flummeries\",\n        \"flummydiddle\",\n        \"flummoxed\",\n        \"flunkeyite\",\n        \"flunkydom\",\n        \"flunkyite\",\n        \"fondon\",\n        \"foremilk\",\n        \"forkfuls\",\n        \"frangible\",\n        \"friesish\",\n        \"friskily\",\n        \"frondesce\",\n        \"fronds\",\n        \"frotted\",\n        \"gadslid\",\n        \"ghurry\",\n        \"gillbird\",\n        \"gillnets\",\n        \"gillot\",\n        \"gyrodactylus\",\n        \"gyropigeon\",\n        \"gyrostachys\",\n        \"gyrovague\",\n        \"glidewort\",\n        \"globicephala\",\n        \"glossoepiglottic\",\n        \"glottid\",\n        \"gnarls\",\n        \"gnomide\",\n        \"gnomonia\",\n        \"gnomons\",\n        \"goliardery\",\n        \"gongoresque\",\n        \"gonococcic\",\n        \"gorb\",\n        \"gorbet\",\n        \"gorbit\",\n        \"gorcocks\",\n        \"gordon\",\n        \"gordunite\",\n        \"gorgon\",\n        \"gorgoneion\",\n        \"gorgonesque\",\n        \"gorgoniacean\",\n        \"gorgonian\",\n        \"gorgonise\",\n        \"gorgons\",\n        \"gortonite\",\n        \"greystone\",\n        \"gretchen\",\n        \"gryde\",\n        \"grillades\",\n        \"grillee\",\n        \"grisard\",\n        \"grisbet\",\n        \"gristles\",\n        \"grists\",\n        \"groundenell\",\n        \"gulfside\",\n        \"gulls\",\n        \"halberd\",\n        \"halcyon\",\n        \"halcyonic\",\n        \"halcyons\",\n        \"halfpenny\",\n        \"halfpennies\",\n        \"halftrack\",\n        \"halicarnassean\",\n        \"halolimnic\",\n        \"halomorphic\",\n        \"halosaurus\",\n        \"halosere\",\n        \"haloxylin\",\n        \"halvah\",\n        \"halvaner\",\n        \"hambone\",\n        \"hambro\",\n        \"hamular\",\n        \"hapiton\",\n        \"hapteron\",\n        \"hauberks\",\n        \"haversine\",\n        \"havildar\",\n        \"hemelytral\",\n        \"hemelytron\",\n        \"hemicentrum\",\n        \"hemicycle\",\n        \"hemispherule\",\n        \"hemistich\",\n        \"hemistichs\",\n        \"highbrows\",\n        \"hobs\",\n        \"hoddens\",\n        \"hoicks\",\n        \"holethnic\",\n        \"hotbloods\",\n        \"hovedance\",\n        \"howk\",\n        \"hsien\",\n        \"yapper\",\n        \"yardwands\",\n        \"yclept\",\n        \"icositetrahedron\",\n        \"incombustible\",\n        \"incombustibly\",\n        \"inmeat\",\n        \"intermeddle\",\n        \"interosseus\",\n        \"intersectant\",\n        \"involutional\",\n        \"iridomyrmex\",\n        \"jocularness\",\n        \"karel\",\n        \"kyklopes\",\n        \"kymograph\",\n        \"kyphoscoliotic\",\n        \"kyphoses\",\n        \"kyphotic\",\n        \"kyries\",\n        \"kyung\",\n        \"kyurinish\",\n        \"kludging\",\n        \"knobbler\",\n        \"knobkerry\",\n        \"kornskeppa\",\n        \"lapidified\",\n        \"leiotrichous\",\n        \"leiotropic\",\n        \"lethologica\",\n        \"lettish\",\n        \"lyart\",\n        \"lychnic\",\n        \"lychnis\",\n        \"lychnises\",\n        \"lychnoscopic\",\n        \"lycopenes\",\n        \"limberham\",\n        \"limburgite\",\n        \"limulus\",\n        \"linalyl\",\n        \"lyocratic\",\n        \"lyonnesse\",\n        \"lyotrope\",\n        \"lyotropic\",\n        \"lyreflower\",\n        \"lyrism\",\n        \"lludd\",\n        \"lobately\",\n        \"lobbish\",\n        \"lobulate\",\n        \"lobulated\",\n        \"locoed\",\n        \"locos\",\n        \"loessial\",\n        \"lollygagged\",\n        \"lombardic\",\n        \"lombrosian\",\n        \"lophortyx\",\n        \"lophotrichic\",\n        \"lorrainese\",\n        \"louping\",\n        \"lubbers\",\n        \"luciferous\",\n        \"lumbosacral\",\n        \"lumper\",\n        \"lums\",\n        \"luxemburg\",\n        \"luxemburger\",\n        \"luxemburgian\",\n        \"luxuriates\",\n        \"luxuriating\",\n        \"mainstreams\",\n        \"manacle\",\n        \"manbird\",\n        \"mediocarpal\",\n        \"mediocral\",\n        \"mediocris\",\n        \"mediocrist\",\n        \"mediopalatine\",\n        \"medioposterior\",\n        \"mesion\",\n        \"mesoplanktonic\",\n        \"minatnrial\",\n        \"miniskirted\",\n        \"mistermed\",\n        \"mistflower\",\n        \"mollusca\",\n        \"molluscous\",\n        \"mollusk\",\n        \"monocentris\",\n        \"monocoelian\",\n        \"morbidezza\",\n        \"mowth\",\n        \"musculodermic\",\n        \"muskflower\",\n        \"nachschlag\",\n        \"necktieless\",\n        \"neurocele\",\n        \"nyctitropic\",\n        \"nodosities\",\n        \"nonindustrious\",\n        \"nucleoplasmic\",\n        \"oad\",\n        \"occlusal\",\n        \"oreortyx\",\n        \"orpiment\",\n        \"osphresis\",\n        \"osphretic\",\n        \"ostectomy\",\n        \"osteogangrene\",\n        \"osteopathic\",\n        \"osteopaths\",\n        \"osteoporotic\",\n        \"otters\",\n        \"outtrot\",\n        \"outvelvet\",\n        \"ovenstone\",\n        \"overscrupulosity\",\n        \"overstowed\",\n        \"oversuspicious\",\n        \"oversuspiciously\",\n        \"ovotesticular\",\n        \"oxyblepsia\",\n        \"oxybutyria\",\n        \"oxybutyric\",\n        \"oxycephalic\",\n        \"oxychloric\",\n        \"oxychlorid\",\n        \"oxychromatic\",\n        \"oxychromatin\",\n        \"oxycoccus\",\n        \"oxyhexactine\",\n        \"oxyhexaster\",\n        \"oxylabrax\",\n        \"oxypetalous\",\n        \"oxyphenyl\",\n        \"oxyphenol\",\n        \"oxyphil\",\n        \"oxyphile\",\n        \"oxyphonia\",\n        \"oxyphthalic\",\n        \"oxypicric\",\n        \"oxypolis\",\n        \"oxyquinoline\",\n        \"oxytocia\",\n        \"oxytocin\",\n        \"oxytocins\",\n        \"oxytricha\",\n        \"oxytropis\",\n        \"palankeening\",\n        \"palanquined\",\n        \"palatable\",\n        \"palate\",\n        \"palates\",\n        \"palatic\",\n        \"palavers\",\n        \"parheliacal\",\n        \"parral\",\n        \"parrall\",\n        \"parrals\",\n        \"parrel\",\n        \"parroket\",\n        \"parviflorous\",\n        \"parvipotent\",\n        \"passionflower\",\n        \"peephole\",\n        \"pelican\",\n        \"pelicanry\",\n        \"peliom\",\n        \"peliosis\",\n        \"pelisses\",\n        \"pelites\",\n        \"pellar\",\n        \"pellard\",\n        \"pellas\",\n        \"pellation\",\n        \"pelletizing\",\n        \"pellucent\",\n        \"pellucid\",\n        \"pellucidity\",\n        \"pelmanize\",\n        \"pelmatic\",\n        \"pelmatozoan\",\n        \"pelmatozoic\",\n        \"pelmet\",\n        \"pelorizing\",\n        \"peltifolious\",\n        \"pelts\",\n        \"pelure\",\n        \"pelusios\",\n        \"pelvigraph\",\n        \"pelvimeter\",\n        \"pelvimetric\",\n        \"pelviolithotomy\",\n        \"pelvioplasty\",\n        \"pelviperitonitis\",\n        \"pelvirectal\",\n        \"pelvisacral\",\n        \"pelvisternal\",\n        \"pelvisternum\",\n        \"penetralian\",\n        \"penetrameter\",\n        \"pentastyle\",\n        \"pentode\",\n        \"pepless\",\n        \"phleborrhage\",\n        \"phleborrhaphy\",\n        \"phlebosclerotic\",\n        \"phlegethontal\",\n        \"phlegethontic\",\n        \"phragmoconic\",\n        \"phrenicohepatic\",\n        \"phrenocardiac\",\n        \"phrenogastric\",\n        \"phrenoglottic\",\n        \"phrenogrady\",\n        \"phrenohepatic\",\n        \"pieshop\",\n        \"pylangial\",\n        \"pilules\",\n        \"pyocyte\",\n        \"pyoctanine\",\n        \"pyopoiesis\",\n        \"pyoptysis\",\n        \"pyoses\",\n        \"pyospermia\",\n        \"pyrocatechol\",\n        \"pyromucyl\",\n        \"pyruvyl\",\n        \"pitchblende\",\n        \"pitmirk\",\n        \"planktont\",\n        \"plasmodesmic\",\n        \"plectrontra\",\n        \"pleiomery\",\n        \"pleiotropism\",\n        \"plemyrameter\",\n        \"pleromatic\",\n        \"pleuracanthea\",\n        \"pleurocerebral\",\n        \"pleximetric\",\n        \"plomb\",\n        \"plosives\",\n        \"podarthral\",\n        \"pokiness\",\n        \"poldron\",\n        \"polyandries\",\n        \"polyandrous\",\n        \"polyarthrous\",\n        \"polyophthalmic\",\n        \"polkaed\",\n        \"polki\",\n        \"pollacks\",\n        \"pollard\",\n        \"polleniferous\",\n        \"polliniferous\",\n        \"pomeroy\",\n        \"porry\",\n        \"preblessed\",\n        \"precentrum\",\n        \"preperceive\",\n        \"presbyopic\",\n        \"pretorsional\",\n        \"primordially\",\n        \"primrose\",\n        \"primroses\",\n        \"primulaveroside\",\n        \"psithyrus\",\n        \"pubofemoral\",\n        \"puccoons\",\n        \"pulicat\",\n        \"puliol\",\n        \"pulmotracheary\",\n        \"pulsellum\",\n        \"pulveraceous\",\n        \"raob\",\n        \"rarotongan\",\n        \"ratoons\",\n        \"revarnished\",\n        \"rhumbs\",\n        \"rickyard\",\n        \"rickstand\",\n        \"ridgepoled\",\n        \"risottos\",\n        \"roominess\",\n        \"rototilled\",\n        \"rottlera\",\n        \"rottock\",\n        \"rumourmonger\",\n        \"saccular\",\n        \"salisbury\",\n        \"saurornithic\",\n        \"scaly\",\n        \"scalt\",\n        \"scansion\",\n        \"schlieric\",\n        \"schmoosing\",\n        \"schmoozing\",\n        \"scolloping\",\n        \"scopiferous\",\n        \"scoping\",\n        \"scorch\",\n        \"scorchingly\",\n        \"scorchs\",\n        \"scorkle\",\n        \"scovillite\",\n        \"sculls\",\n        \"scurry\",\n        \"scurrilist\",\n        \"seborrhea\",\n        \"semblable\",\n        \"semibald\",\n        \"semibalked\",\n        \"semiblind\",\n        \"semibreve\",\n        \"semidead\",\n        \"semideaf\",\n        \"semidecay\",\n        \"semidefensive\",\n        \"semideponent\",\n        \"semidramatic\",\n        \"semidress\",\n        \"semiferous\",\n        \"semihyaline\",\n        \"semipastoral\",\n        \"semipneumatic\",\n        \"semipronominal\",\n        \"semisheer\",\n        \"semiskilled\",\n        \"semitesseral\",\n        \"sempstress\",\n        \"sermocinatrix\",\n        \"serpentcleide\",\n        \"serpentiform\",\n        \"serradella\",\n        \"serratodentate\",\n        \"serricornia\",\n        \"serriedness\",\n        \"sessiliventres\",\n        \"shabbos\",\n        \"shellflower\",\n        \"shimmers\",\n        \"sybow\",\n        \"sicc\",\n        \"siccar\",\n        \"siccating\",\n        \"silyl\",\n        \"sillibib\",\n        \"sirdar\",\n        \"sysout\",\n        \"sissone\",\n        \"sist\",\n        \"systaltic\",\n        \"systolated\",\n        \"systole\",\n        \"skedaddle\",\n        \"skedaddled\",\n        \"skevish\",\n        \"skybald\",\n        \"skirmished\",\n        \"skunky\",\n        \"skunklet\",\n        \"skunktop\",\n        \"slommock\",\n        \"sludging\",\n        \"snakeflower\",\n        \"snee\",\n        \"sneezed\",\n        \"snivelled\",\n        \"snivelly\",\n        \"snorkel\",\n        \"snorkeled\",\n        \"snorkeler\",\n        \"snorkels\",\n        \"snorker\",\n        \"soldados\",\n        \"sourpuss\",\n        \"spanworms\",\n        \"spastic\",\n        \"spermashion\",\n        \"sphericotetrahedral\",\n        \"spherocrystal\",\n        \"spherome\",\n        \"spinoneural\",\n        \"spinthariscope\",\n        \"spinthariscopic\",\n        \"spinturnix\",\n        \"spondyle\",\n        \"springworm\",\n        \"sprunny\",\n        \"spumonis\",\n        \"spunyarn\",\n        \"spunkiest\",\n        \"spurmoney\",\n        \"squabasher\",\n        \"stackyard\",\n        \"stre\",\n        \"strelitz\",\n        \"strelitzia\",\n        \"strephonade\",\n        \"strepsiptera\",\n        \"streuselkuchen\",\n        \"surnominal\",\n        \"svan\",\n        \"svanish\",\n        \"svante\",\n        \"tableful\",\n        \"tablefuls\",\n        \"tablehopped\",\n        \"tablelike\",\n        \"tablesful\",\n        \"talonavicular\",\n        \"tammock\",\n        \"tapwort\",\n        \"tartryl\",\n        \"tasseller\",\n        \"tasselmaker\",\n        \"tasselmaking\",\n        \"tauryl\",\n        \"tautousious\",\n        \"tavs\",\n        \"tbs\",\n        \"teabowls\",\n        \"teallite\",\n        \"tearthroat\",\n        \"teaselling\",\n        \"tectorium\",\n        \"teedle\",\n        \"terass\",\n        \"testcross\",\n        \"thairms\",\n        \"thalamocortical\",\n        \"thallome\",\n        \"thallophyte\",\n        \"thallophytic\",\n        \"thalposis\",\n        \"thyrsiflorous\",\n        \"thyrsiform\",\n        \"tholemod\",\n        \"thomsenolite\",\n        \"thoracectomies\",\n        \"thoraces\",\n        \"thoracoabdominal\",\n        \"thoracohumeral\",\n        \"thoracomelus\",\n        \"thoracometry\",\n        \"thoracoplasty\",\n        \"thoracostomies\",\n        \"thoral\",\n        \"thoric\",\n        \"thorites\",\n        \"thorocopagous\",\n        \"thorons\",\n        \"thortveitite\",\n        \"thralls\",\n        \"tideway\",\n        \"tilletia\",\n        \"tirades\",\n        \"toadflower\",\n        \"toads\",\n        \"tomelet\",\n        \"topcrosses\",\n        \"torpified\",\n        \"transshaped\",\n        \"tregadyne\",\n        \"tresis\",\n        \"tridominium\",\n        \"trikir\",\n        \"tristichs\",\n        \"trombone\",\n        \"trombones\",\n        \"trombony\",\n        \"turb\",\n        \"turbanesque\",\n        \"turbanwise\",\n        \"turbeth\",\n        \"turbeths\",\n        \"turbinaceous\",\n        \"turbinellidae\",\n        \"turbojet\",\n        \"turbojets\",\n        \"turfdom\",\n        \"turfskis\",\n        \"turfwise\",\n        \"turks\",\n        \"turndowns\",\n        \"turpentinous\",\n        \"turtlebloom\",\n        \"turveydrop\",\n        \"tzedakah\",\n        \"ultrayoung\",\n        \"unadverse\",\n        \"uncircular\",\n        \"uncledom\",\n        \"unclipper\",\n        \"uncoyly\",\n        \"uncorpulently\",\n        \"uncorrugated\",\n        \"unctorium\",\n        \"uncular\",\n        \"underdried\",\n        \"underfrock\",\n        \"unenthralled\",\n        \"unenthroned\",\n        \"unpeelable\",\n        \"unrosed\",\n        \"unseating\",\n        \"unsmutted\",\n        \"untoppable\",\n        \"uppour\",\n        \"uredosporic\",\n        \"ureteroenteric\",\n        \"vadim\",\n        \"vadimony\",\n        \"vadis\",\n        \"valorised\",\n        \"valorizing\",\n        \"valorous\",\n        \"valorously\",\n        \"varnished\",\n        \"vencola\",\n        \"venemous\",\n        \"venoauricular\",\n        \"ventral\",\n        \"ventriloque\",\n        \"ventriloquised\",\n        \"ventriloquist\",\n        \"ventriloquizing\",\n        \"ventrimesal\",\n        \"ventrimeson\",\n        \"ventrodorsad\",\n        \"ventromedial\",\n        \"ventromedian\",\n        \"ventromyel\",\n        \"ventroptosia\",\n        \"venville\",\n        \"vesicoabdominal\",\n        \"vesicoprostatic\",\n        \"vesicopubic\",\n        \"vesicorectal\",\n        \"vesperal\",\n        \"vespetro\",\n        \"vespiary\",\n        \"vessicnon\",\n        \"vibraharp\",\n        \"vivianite\",\n        \"vmintegral\",\n        \"voetganger\",\n        \"voiturette\",\n        \"volant\",\n        \"volante\",\n        \"volost\",\n        \"vulpecula\",\n        \"vulpic\",\n        \"waggishness\",\n        \"waggoned\",\n        \"waggonry\",\n        \"waggonwright\",\n        \"wagnerism\",\n        \"walspere\",\n        \"weltschmerz\",\n        \"whammo\",\n        \"whinyard\",\n        \"whipcordy\",\n        \"whipcords\",\n        \"whipcracker\",\n        \"whipcraft\",\n        \"whipmaster\",\n        \"whiprays\",\n        \"whipsawyer\",\n        \"whipstaff\",\n        \"whipstaffs\",\n        \"whipworm\",\n        \"whipworms\",\n        \"whirlbat\",\n        \"whirlblast\",\n        \"whirlbrain\",\n        \"whirlgig\",\n        \"whirlicote\",\n        \"whirlmagee\",\n        \"whirlpit\",\n        \"whirlpool\",\n        \"whirlpools\",\n        \"whirlpuff\",\n        \"whirlwig\",\n        \"whirlwindy\",\n        \"whirlwindish\",\n        \"whirret\",\n        \"whirried\",\n        \"whunstane\",\n        \"wilycoat\",\n        \"windflower\",\n        \"worral\",\n        \"worrits\",\n        \"wrossle\",\n        \"zirconyl\",\n        \"zoosporous\"\n    ],\n    \"nkechinyere\": [\n        \"absinthine\",\n        \"cervicovaginal\",\n        \"craniomaxillary\",\n        \"haidingerite\",\n        \"mestlen\",\n        \"nonrevivalist\"\n    ],\n    \"absinceum\": [\n        \"absinthium\"\n    ],\n    \"Nkechi\": [\n        \"absyrtus\",\n        \"abstr\",\n        \"aosmic\",\n        \"approximation\",\n        \"auksinas\",\n        \"bespeed\",\n        \"bifrontal\",\n        \"bioplasmic\",\n        \"bl\",\n        \"bobsleds\",\n        \"bocklogged\",\n        \"bodken\",\n        \"boleite\",\n        \"boryl\",\n        \"borosilicic\",\n        \"cahill\",\n        \"cahiz\",\n        \"calathian\",\n        \"capped\",\n        \"capsella\",\n        \"capsid\",\n        \"capsidal\",\n        \"capsulae\",\n        \"capsular\",\n        \"capsulate\",\n        \"capsuler\",\n        \"capsulized\",\n        \"capsulizing\",\n        \"carolitic\",\n        \"caustic\",\n        \"cecal\",\n        \"chays\",\n        \"chylosis\",\n        \"chytra\",\n        \"cipherer\",\n        \"civy\",\n        \"clackdish\",\n        \"clathraceous\",\n        \"clef\",\n        \"cleg\",\n        \"cleidagra\",\n        \"cleidorrhexis\",\n        \"cleidoscapular\",\n        \"cleptobiotic\",\n        \"clerids\",\n        \"clethraceae\",\n        \"clewgarnet\",\n        \"clr\",\n        \"coleseed\",\n        \"cotemporanean\",\n        \"cretoria\",\n        \"cu\",\n        \"cuniculus\",\n        \"darius\",\n        \"decerp\",\n        \"del\",\n        \"delhi\",\n        \"derrises\",\n        \"devolutive\",\n        \"dextral\",\n        \"dipneedle\",\n        \"dirndl\",\n        \"discoplacenta\",\n        \"disty\",\n        \"draperied\",\n        \"draughty\",\n        \"dravidian\",\n        \"drawcansir\",\n        \"ellipsonic\",\n        \"emboweller\",\n        \"emeritus\",\n        \"emplastra\",\n        \"emus\",\n        \"encrotchet\",\n        \"enthelminthic\",\n        \"entocoelic\",\n        \"eparchate\",\n        \"eparterial\",\n        \"epembryonic\",\n        \"ependyme\",\n        \"epergne\",\n        \"eperlan\",\n        \"epichil\",\n        \"epidermous\",\n        \"epidiorite\",\n        \"epilimnial\",\n        \"epiphanized\",\n        \"epiphenomenal\",\n        \"epipleural\",\n        \"epiploce\",\n        \"episcopable\",\n        \"episcopalianize\",\n        \"episcopised\",\n        \"episcopizing\",\n        \"epitaxial\",\n        \"epitaxic\",\n        \"epitaxies\",\n        \"epithecal\",\n        \"epitheliolytic\",\n        \"epithets\",\n        \"epitrichial\",\n        \"epsomite\",\n        \"eriophyid\",\n        \"esculapian\",\n        \"eskar\",\n        \"esoterica\",\n        \"espece\",\n        \"espinette\",\n        \"esterlin\",\n        \"eternized\",\n        \"eurycephalous\",\n        \"extirp\",\n        \"extralite\",\n        \"extrathecal\",\n        \"extremer\",\n        \"extruded\",\n        \"featheriest\",\n        \"fibrocalcareous\",\n        \"filiated\",\n        \"formalesque\",\n        \"fradicin\",\n        \"frats\",\n        \"gyroceran\",\n        \"glottis\",\n        \"glt\",\n        \"hardiesse\",\n        \"harim\",\n        \"harpalinae\",\n        \"harped\",\n        \"harpyia\",\n        \"harr\",\n        \"hartite\",\n        \"hartly\",\n        \"harveyize\",\n        \"hcf\",\n        \"hemihedrally\",\n        \"homiletic\",\n        \"hucksteress\",\n        \"yep\",\n        \"yer\",\n        \"yeses\",\n        \"ksi\",\n        \"lapsus\",\n        \"letteret\",\n        \"lf\",\n        \"lycoperdaceous\",\n        \"lycoperdales\",\n        \"lycoperdon\",\n        \"lycopodiaceous\",\n        \"lyrid\",\n        \"lythraceous\",\n        \"looseleaf\",\n        \"loosestrife\",\n        \"mcphail\",\n        \"mesophile\",\n        \"mestome\",\n        \"mickery\",\n        \"micky\",\n        \"mickle\",\n        \"mickleness\",\n        \"mixtilineal\",\n        \"mixtilinear\",\n        \"mixtilion\",\n        \"mollie\",\n        \"molossian\",\n        \"nasicorn\",\n        \"nertz\",\n        \"nifling\",\n        \"nitromuriatic\",\n        \"nitrosyl\",\n        \"nixing\",\n        \"nonextensile\",\n        \"nus\",\n        \"overs\",\n        \"oviductal\",\n        \"pardie\",\n        \"pareses\",\n        \"paresis\",\n        \"parosteal\",\n        \"parosteitis\",\n        \"petrosquamous\",\n        \"phacelite\",\n        \"phagocytized\",\n        \"phalerated\",\n        \"pharisees\",\n        \"pharsalian\",\n        \"phenacyl\",\n        \"phrenograph\",\n        \"pyogenetic\",\n        \"pyroclastic\",\n        \"pyroligneous\",\n        \"pyrolignic\",\n        \"pyroracemic\",\n        \"piscicolous\",\n        \"pisciform\",\n        \"placodus\",\n        \"plesiomorphic\",\n        \"plosive\",\n        \"pmt\",\n        \"postparietal\",\n        \"precirculation\",\n        \"preoesophageal\",\n        \"primeverin\",\n        \"psilotaceous\",\n        \"psoai\",\n        \"psocid\",\n        \"puparial\",\n        \"queachiest\",\n        \"rc\",\n        \"rcvr\",\n        \"rococos\",\n        \"rogersite\",\n        \"ropelike\",\n        \"rosaceous\",\n        \"rostellar\",\n        \"rostriferous\",\n        \"rouletted\",\n        \"rudd\",\n        \"ruscus\",\n        \"russ\",\n        \"russelia\",\n        \"russolatrous\",\n        \"russud\",\n        \"ruvid\",\n        \"sakes\",\n        \"scheuchzeriaceous\",\n        \"scoterythrous\",\n        \"semitechnical\",\n        \"sesquipedal\",\n        \"sesquisalt\",\n        \"sesquitertian\",\n        \"siccative\",\n        \"sicyos\",\n        \"sld\",\n        \"snedded\",\n        \"snedding\",\n        \"sonicated\",\n        \"sospiro\",\n        \"sothis\",\n        \"sotik\",\n        \"spirated\",\n        \"spodiosite\",\n        \"spodomancy\",\n        \"spratted\",\n        \"sprattled\",\n        \"sri\",\n        \"sris\",\n        \"stellated\",\n        \"styward\",\n        \"str\",\n        \"stratfordian\",\n        \"streahte\",\n        \"stretti\",\n        \"strippable\",\n        \"struis\",\n        \"struv\",\n        \"struvite\",\n        \"suboral\",\n        \"supralineal\",\n        \"supvr\",\n        \"tedium\",\n        \"telfer\",\n        \"thalia\",\n        \"thalthan\",\n        \"thamnophiline\",\n        \"theophanous\",\n        \"theophorous\",\n        \"theophrastaceous\",\n        \"thiazins\",\n        \"thiazol\",\n        \"thiazoles\",\n        \"thyestes\",\n        \"thimblefuls\",\n        \"thiol\",\n        \"thiolic\",\n        \"thiols\",\n        \"thionamic\",\n        \"thionate\",\n        \"thionic\",\n        \"thiostannous\",\n        \"thob\",\n        \"thof\",\n        \"tholeiite\",\n        \"tholus\",\n        \"thomaean\",\n        \"thomite\",\n        \"thomsonian\",\n        \"thondraki\",\n        \"thoro\",\n        \"thort\",\n        \"thos\",\n        \"thow\",\n        \"thowless\",\n        \"thowt\",\n        \"threnody\",\n        \"thujene\",\n        \"thujone\",\n        \"thulir\",\n        \"thulr\",\n        \"tiberian\",\n        \"tibert\",\n        \"tichel\",\n        \"tizzy\",\n        \"toplofty\",\n        \"totipotent\",\n        \"triazoic\",\n        \"tricorne\",\n        \"trientalis\",\n        \"triobolon\",\n        \"triolefin\",\n        \"triolefine\",\n        \"triosteum\",\n        \"trisecting\",\n        \"trisyllable\",\n        \"trolleyful\",\n        \"trolleite\",\n        \"trudy\",\n        \"tsuris\",\n        \"tussicular\",\n        \"twichild\",\n        \"twyhynde\",\n        \"tzetse\",\n        \"vastus\",\n        \"vatful\",\n        \"vibetoite\",\n        \"vick\",\n        \"vickie\",\n        \"vila\",\n        \"vulcanizable\",\n        \"vulcanizate\",\n        \"vulcanized\",\n        \"vvll\",\n        \"whiz\",\n        \"whizz\",\n        \"wilhelm\",\n        \"xcl\",\n        \"xctl\",\n        \"xenyl\",\n        \"zythum\",\n        \"zurich\"\n    ],\n    \"adighi\": [\n        \"absist\",\n        \"adfreeze\",\n        \"adyta\",\n        \"adless\",\n        \"adnations\",\n        \"adunc\",\n        \"aren\",\n        \"arent\",\n        \"bairnly\",\n        \"delesseriaceous\",\n        \"fady\",\n        \"fadlike\",\n        \"guerdonless\",\n        \"hasn\",\n        \"immov\",\n        \"isnt\",\n        \"lucks\",\n        \"merismatic\",\n        \"miswrote\",\n        \"nereidous\",\n        \"nidorulent\",\n        \"nonaccent\",\n        \"nonactual\",\n        \"nonce\",\n        \"nonchivalrously\",\n        \"nondeceit\",\n        \"nonfanatically\",\n        \"nonleprously\",\n        \"nonlitigiously\",\n        \"nonmenially\",\n        \"nonmodally\",\n        \"nonprovidentially\",\n        \"nonrecent\",\n        \"nonreduced\",\n        \"nonsanctimoniously\",\n        \"nonskeds\",\n        \"nonsterilely\",\n        \"nonuses\",\n        \"nonvalidly\",\n        \"nonvexatiously\",\n        \"qaids\",\n        \"saintlily\",\n        \"saltireways\",\n        \"seemless\",\n        \"sweeny\",\n        \"talismanni\",\n        \"unaccent\",\n        \"unafire\",\n        \"unallied\",\n        \"unassisting\",\n        \"unbereaved\",\n        \"unceased\",\n        \"uncentric\",\n        \"unchic\",\n        \"uncurse\",\n        \"unheedingly\",\n        \"unhent\",\n        \"unjovial\",\n        \"unlecherously\",\n        \"unmaiden\",\n        \"unobsequious\",\n        \"unorn\",\n        \"unpedantic\",\n        \"unprospered\",\n        \"unreels\",\n        \"unrein\",\n        \"unresifted\",\n        \"unsays\",\n        \"unsexes\",\n        \"unsexing\",\n        \"unsisting\",\n        \"unsteamed\",\n        \"unsteep\",\n        \"unsteepled\",\n        \"unstepped\",\n        \"unvacant\",\n        \"unvital\",\n        \"waird\",\n        \"wird\",\n        \"zeroed\"\n    ],\n    \"zuru oke\": [\n        \"absolute\",\n        \"absoluteness\",\n        \"absoluter\",\n        \"absolutes\",\n        \"absolutest\",\n        \"absolutistically\",\n        \"absolutive\",\n        \"adequately\",\n        \"adequateness\",\n        \"amplest\",\n        \"amplexicaudate\",\n        \"appropinquate\",\n        \"comfiness\",\n        \"defected\",\n        \"effusely\",\n        \"effusively\",\n        \"elaidic\",\n        \"elaiosome\",\n        \"elapid\",\n        \"elapoid\",\n        \"enright\",\n        \"equipollent\",\n        \"fullhearted\",\n        \"fullmouthedly\",\n        \"fulsomeness\",\n        \"liquate\",\n        \"omniprevalent\",\n        \"overapprehensive\",\n        \"overplenteously\",\n        \"overreplete\",\n        \"percompound\",\n        \"perfect\",\n        \"perfecta\",\n        \"perfectas\",\n        \"perfecter\",\n        \"perfectest\",\n        \"perfecti\",\n        \"perfectibilism\",\n        \"perfectibilitarian\",\n        \"perfectible\",\n        \"perfective\",\n        \"perfectively\",\n        \"perfectivise\",\n        \"perfectivised\",\n        \"perfectly\",\n        \"perfectos\",\n        \"permalloy\",\n        \"permeably\",\n        \"pervasively\",\n        \"pluperfect\",\n        \"prefectly\",\n        \"semimountainously\",\n        \"sprightliness\",\n        \"spriteliness\",\n        \"stuffiness\",\n        \"suity\",\n        \"superadequate\",\n        \"superadequately\",\n        \"superinclusively\",\n        \"superperfect\",\n        \"superperfectly\",\n        \"superprecise\",\n        \"superprecisely\",\n        \"superprepared\",\n        \"superthoroughly\",\n        \"thoroughness\",\n        \"totipotential\",\n        \"unanimousness\"\n    ],\n    \"kpam kpam\": [\n        \"absolutely\",\n        \"absolutory\",\n        \"altogether\",\n        \"categorically\",\n        \"completely\",\n        \"convolutely\",\n        \"destitutely\",\n        \"dissolutely\",\n        \"downright\",\n        \"downrightly\",\n        \"forthrightly\",\n        \"implosively\",\n        \"nonelastically\",\n        \"outrightly\",\n        \"overclosely\",\n        \"phenomenologically\",\n        \"tolly\",\n        \"totally\",\n        \"totemically\",\n        \"utterly\",\n        \"uttermost\",\n        \"wholly\",\n        \"wraitly\"\n    ],\n    \"mgbaghara\": [\n        \"absolution\",\n        \"absolutions\",\n        \"amchoor\",\n        \"amnesty\",\n        \"anted\",\n        \"apologetic\",\n        \"apologetical\",\n        \"apologetically\",\n        \"apologetics\",\n        \"apology\",\n        \"apologia\",\n        \"apologiae\",\n        \"apologias\",\n        \"atonable\",\n        \"bardic\",\n        \"besand\",\n        \"condescension\",\n        \"defunction\",\n        \"disoriented\",\n        \"disorients\",\n        \"exsuction\",\n        \"forgivableness\",\n        \"forgiveness\",\n        \"forgivenesses\",\n        \"forgiving\",\n        \"forgivingness\",\n        \"inforgiveable\",\n        \"offsets\",\n        \"pardonableness\",\n        \"pardonmonger\",\n        \"surrebuttal\",\n        \"turriculated\"\n    ],\n    \"onye zuru oke\": [\n        \"absolutism\",\n        \"absolutist\",\n        \"absolutistic\",\n        \"perfectibilist\"\n    ],\n    \"ndị nkwenkwe\": [\n        \"absolutists\"\n    ],\n    \"Ntughari\": [\n        \"absolutization\",\n        \"abstrusion\",\n        \"arreptitious\",\n        \"bromization\",\n        \"btise\",\n        \"buntings\",\n        \"clamatory\",\n        \"dabblingness\",\n        \"declinature\",\n        \"decodes\",\n        \"decussating\",\n        \"defleaing\",\n        \"deflectionization\",\n        \"deflections\",\n        \"defrocks\",\n        \"denaturiser\",\n        \"denaturising\",\n        \"deneutralization\",\n        \"dereliction\",\n        \"dialyzing\",\n        \"dilection\",\n        \"dilutive\",\n        \"direption\",\n        \"dissyllabise\",\n        \"distruss\",\n        \"diversional\",\n        \"diversionary\",\n        \"diversions\",\n        \"diverts\",\n        \"dizzies\",\n        \"dizzying\",\n        \"dubitative\",\n        \"effervescingly\",\n        \"effranchisement\",\n        \"electrovital\",\n        \"excambion\",\n        \"excrescences\",\n        \"excretionary\",\n        \"exencephalia\",\n        \"exencephalic\",\n        \"exprobate\",\n        \"exprobratory\",\n        \"extradictionary\",\n        \"extrospect\",\n        \"extrudability\",\n        \"exuded\",\n        \"frithles\",\n        \"gasting\",\n        \"hurrer\",\n        \"immutation\",\n        \"incrosses\",\n        \"incudostapedial\",\n        \"inrushes\",\n        \"interflashing\",\n        \"interlaps\",\n        \"irreptitious\",\n        \"mediterraneanization\",\n        \"mitannish\",\n        \"negrophilist\",\n        \"pluraliser\",\n        \"pretransact\",\n        \"pretransaction\",\n        \"pretransmission\",\n        \"prytanize\",\n        \"proevolution\",\n        \"prorevolution\",\n        \"protrusions\",\n        \"rebusy\",\n        \"rebut\",\n        \"rebutter\",\n        \"rebutton\",\n        \"rebuttoning\",\n        \"rebuttons\",\n        \"recidivated\",\n        \"recidivating\",\n        \"recidivistic\",\n        \"recorruption\",\n        \"redefeats\",\n        \"redeliverance\",\n        \"redeployment\",\n        \"redisbursing\",\n        \"redroots\",\n        \"referribleness\",\n        \"refertilization\",\n        \"reflationary\",\n        \"reflexives\",\n        \"refractional\",\n        \"refractions\",\n        \"refulgentness\",\n        \"rejudgement\",\n        \"remanagement\",\n        \"rendrock\",\n        \"rendzina\",\n        \"reposefulness\",\n        \"reprising\",\n        \"reseeking\",\n        \"resegmentation\",\n        \"resetter\",\n        \"resoutive\",\n        \"respreads\",\n        \"restatements\",\n        \"restitutive\",\n        \"revamps\",\n        \"revitalizer\",\n        \"revolubility\",\n        \"revolvers\",\n        \"revulsionary\",\n        \"rheophil\",\n        \"rheophilic\",\n        \"riparial\",\n        \"ripcord\",\n        \"rotatoria\",\n        \"rototiller\",\n        \"rototilling\",\n        \"rototills\",\n        \"russophilist\",\n        \"snob\",\n        \"snootful\",\n        \"specsartine\",\n        \"spieling\",\n        \"spillable\",\n        \"spillet\",\n        \"sprights\",\n        \"squeezability\",\n        \"stiletted\",\n        \"stillatitious\",\n        \"stillatory\",\n        \"strudels\",\n        \"supersensitised\",\n        \"surreptitious\",\n        \"surroyal\",\n        \"surroyals\",\n        \"swanning\",\n        \"throttleable\",\n        \"throttlers\",\n        \"tictocking\",\n        \"tinges\",\n        \"tingid\",\n        \"tingitid\",\n        \"tittler\",\n        \"transposing\",\n        \"transvest\",\n        \"triamorph\",\n        \"troweling\",\n        \"trowelling\",\n        \"ultrarevolutionary\",\n        \"underproduction\",\n        \"uproarer\",\n        \"uprushing\",\n        \"valeting\",\n        \"ventrofixation\",\n        \"vibrions\",\n        \"vidduy\",\n        \"virent\",\n        \"vistulian\",\n        \"vitreosity\",\n        \"vitreous\",\n        \"vitrescence\",\n        \"vitrescent\",\n        \"vitrescibility\",\n        \"vitrifaction\",\n        \"vitrifiability\",\n        \"vitrioling\",\n        \"vitriolize\",\n        \"vitriolled\",\n        \"vittle\",\n        \"vittling\",\n        \"vituperate\",\n        \"vituperation\",\n        \"vituperative\",\n        \"vituperious\",\n        \"vivicremation\",\n        \"vivisectionally\",\n        \"vomitory\"\n    ],\n    \"kwenye\": [\n        \"absolvable\",\n        \"acquent\",\n        \"adermine\",\n        \"affine\",\n        \"affirm\",\n        \"affirmable\",\n        \"affirmative\",\n        \"affirmer\",\n        \"affirmly\",\n        \"affirms\",\n        \"affuse\",\n        \"amarant\",\n        \"amarantite\",\n        \"assify\",\n        \"besmudge\",\n        \"ceride\",\n        \"cerites\",\n        \"cerithioid\",\n        \"cervid\",\n        \"colliquable\",\n        \"committal\",\n        \"compromisable\",\n        \"concede\",\n        \"conceders\",\n        \"conceding\",\n        \"conciliar\",\n        \"conclusible\",\n        \"concomitate\",\n        \"concurred\",\n        \"condigness\",\n        \"confirmable\",\n        \"consistible\",\n        \"convince\",\n        \"convincement\",\n        \"convincer\",\n        \"convincers\",\n        \"convinces\",\n        \"convincible\",\n        \"convincing\",\n        \"convincingly\",\n        \"convincingness\",\n        \"convives\",\n        \"cooree\",\n        \"coosify\",\n        \"credentialed\",\n        \"disanimated\",\n        \"endorsee\",\n        \"evinced\",\n        \"flintify\",\n        \"inconfirm\",\n        \"lucknow\",\n        \"persuade\",\n        \"persuaded\",\n        \"persuadedly\",\n        \"persuadedness\",\n        \"persuading\",\n        \"persuadingly\",\n        \"persuasions\",\n        \"persuasive\",\n        \"persuasively\",\n        \"persuasory\",\n        \"pyroborate\",\n        \"reassent\",\n        \"reassist\",\n        \"subsensually\",\n        \"subsensuous\",\n        \"subsensuously\",\n        \"unharmonize\"\n    ],\n    \"ihe mkpofu\": [\n        \"absolvatory\",\n        \"asphyxiator\",\n        \"fluidiser\",\n        \"waspier\",\n        \"wastepaper\",\n        \"wasters\",\n        \"wastes\"\n    ],\n    \"kpochapụrụ\": [\n        \"absolved\",\n        \"brushed\",\n        \"cleaded\",\n        \"cleared\",\n        \"clearheaded\",\n        \"cleated\",\n        \"cleped\",\n        \"deleaded\",\n        \"demicivilized\",\n        \"detruncated\",\n        \"effloresced\",\n        \"effused\",\n        \"eliminated\",\n        \"excreted\",\n        \"exedent\",\n        \"exenterated\",\n        \"exfoliated\",\n        \"exhaled\",\n        \"exilable\",\n        \"exoculated\",\n        \"exonerates\",\n        \"exsanguinated\",\n        \"exscinded\",\n        \"exsiccated\",\n        \"extenuated\",\n        \"exteriorized\",\n        \"exterminated\",\n        \"extermined\",\n        \"extinct\",\n        \"extincted\",\n        \"extincteur\",\n        \"extincts\",\n        \"extirpated\",\n        \"extirpator\",\n        \"extricated\",\n        \"exulcerate\",\n        \"exuviated\",\n        \"holloed\",\n        \"lopseed\",\n        \"obliterated\",\n        \"quinsied\",\n        \"schapped\",\n        \"scutched\",\n        \"sniped\",\n        \"sulphated\",\n        \"tartrated\",\n        \"truncated\",\n        \"unterminated\",\n        \"wiped\"\n    ],\n    \"gbasaa\": [\n        \"absolvent\",\n        \"acloud\",\n        \"afterend\",\n        \"aglossate\",\n        \"ampulate\",\n        \"ampullated\",\n        \"annulate\",\n        \"annullable\",\n        \"annunciated\",\n        \"asculae\",\n        \"bayed\",\n        \"bather\",\n        \"beamy\",\n        \"beeway\",\n        \"beladied\",\n        \"beleed\",\n        \"bemuslined\",\n        \"besagne\",\n        \"bescatter\",\n        \"beslimer\",\n        \"bleb\",\n        \"blowbys\",\n        \"breaghe\",\n        \"breakup\",\n        \"breakups\",\n        \"brekkle\",\n        \"broads\",\n        \"broadsided\",\n        \"broadspread\",\n        \"bromize\",\n        \"cannulate\",\n        \"cannulated\",\n        \"casqued\",\n        \"censing\",\n        \"circumscribe\",\n        \"cirrate\",\n        \"commutated\",\n        \"consarned\",\n        \"contrive\",\n        \"contrude\",\n        \"cornered\",\n        \"countershout\",\n        \"curvier\",\n        \"curvulate\",\n        \"deallocated\",\n        \"decahydrated\",\n        \"decancellate\",\n        \"decancellated\",\n        \"decancellating\",\n        \"decenniad\",\n        \"declassified\",\n        \"declivate\",\n        \"decoupled\",\n        \"deescalations\",\n        \"deferrer\",\n        \"degustate\",\n        \"deionize\",\n        \"delocalize\",\n        \"demagnetised\",\n        \"demarcated\",\n        \"demasts\",\n        \"dematerialize\",\n        \"demephitize\",\n        \"demetallize\",\n        \"demetricize\",\n        \"demineralize\",\n        \"demineralized\",\n        \"demobilise\",\n        \"demobilised\",\n        \"demobilize\",\n        \"demobilized\",\n        \"depolish\",\n        \"devests\",\n        \"dilated\",\n        \"dispand\",\n        \"dispiece\",\n        \"displumed\",\n        \"disprize\",\n        \"dispunge\",\n        \"disputably\",\n        \"dissemble\",\n        \"dissite\",\n        \"eciliate\",\n        \"eclecticize\",\n        \"effluve\",\n        \"effluviate\",\n        \"encadre\",\n        \"enclasped\",\n        \"enclaves\",\n        \"encurl\",\n        \"englisher\",\n        \"enharbor\",\n        \"enharden\",\n        \"enlard\",\n        \"enlargeable\",\n        \"enlarger\",\n        \"enlargers\",\n        \"enlarges\",\n        \"ensphere\",\n        \"enwiden\",\n        \"escaladed\",\n        \"escalader\",\n        \"escalades\",\n        \"escalading\",\n        \"escalado\",\n        \"escalates\",\n        \"escalations\",\n        \"escalatory\",\n        \"escaroles\",\n        \"esterified\",\n        \"esugarization\",\n        \"exarticulate\",\n        \"excogitate\",\n        \"excorticated\",\n        \"exculpate\",\n        \"excurvate\",\n        \"exhumate\",\n        \"exhume\",\n        \"exhumer\",\n        \"exorbitate\",\n        \"exothermal\",\n        \"expand\",\n        \"expandable\",\n        \"expanded\",\n        \"expandedly\",\n        \"expander\",\n        \"expandible\",\n        \"expands\",\n        \"expanses\",\n        \"expansibly\",\n        \"expansile\",\n        \"expansively\",\n        \"expatiated\",\n        \"expatiatingly\",\n        \"expede\",\n        \"expensed\",\n        \"explicandum\",\n        \"exponentiated\",\n        \"expunge\",\n        \"expunges\",\n        \"expurgate\",\n        \"exstruct\",\n        \"extensimeter\",\n        \"extrarhythmical\",\n        \"extravenate\",\n        \"extravertish\",\n        \"extubate\",\n        \"extuberate\",\n        \"facsimiling\",\n        \"fagged\",\n        \"flusterate\",\n        \"flusterated\",\n        \"focusable\",\n        \"follied\",\n        \"forblow\",\n        \"forbreak\",\n        \"forwake\",\n        \"forwaked\",\n        \"fragmentalize\",\n        \"fragmentize\",\n        \"furbished\",\n        \"furmety\",\n        \"gandered\",\n        \"halsen\",\n        \"impane\",\n        \"incommunicated\",\n        \"inextended\",\n        \"intermelt\",\n        \"intervent\",\n        \"irrogate\",\n        \"irrorate\",\n        \"iterate\",\n        \"kumisses\",\n        \"lateralize\",\n        \"lathen\",\n        \"lethargized\",\n        \"libelled\",\n        \"livens\",\n        \"manducated\",\n        \"multilirate\",\n        \"ocellated\",\n        \"outblown\",\n        \"outhasten\",\n        \"outhunt\",\n        \"outlasted\",\n        \"outmanned\",\n        \"outpainted\",\n        \"outpolled\",\n        \"outpulls\",\n        \"outquaff\",\n        \"outread\",\n        \"outredden\",\n        \"outspelt\",\n        \"outspread\",\n        \"outspreads\",\n        \"outsprue\",\n        \"outspurt\",\n        \"outstepped\",\n        \"outthreaten\",\n        \"outtrotted\",\n        \"overcalculate\",\n        \"overline\",\n        \"oversalts\",\n        \"oversettled\",\n        \"overspread\",\n        \"overspreads\",\n        \"overtrample\",\n        \"paltered\",\n        \"pernavigate\",\n        \"pervagate\",\n        \"pervestigate\",\n        \"plenist\",\n        \"pout\",\n        \"preenlarged\",\n        \"presolvated\",\n        \"presubordinated\",\n        \"presurprisal\",\n        \"procellose\",\n        \"proclitic\",\n        \"procrusteanize\",\n        \"proculcate\",\n        \"prolapsed\",\n        \"proles\",\n        \"proliferated\",\n        \"prolificated\",\n        \"prologed\",\n        \"prologised\",\n        \"prologized\",\n        \"promulges\",\n        \"propagandised\",\n        \"propagated\",\n        \"propend\",\n        \"propugnacled\",\n        \"prowessed\",\n        \"quaffers\",\n        \"queered\",\n        \"quickened\",\n        \"rassled\",\n        \"recliners\",\n        \"restabilized\",\n        \"scathy\",\n        \"scrolled\",\n        \"scruze\",\n        \"sequestra\",\n        \"sequestrable\",\n        \"sequestrate\",\n        \"serrulate\",\n        \"severize\",\n        \"smatterings\",\n        \"snubby\",\n        \"snubnose\",\n        \"spancelled\",\n        \"spaniardize\",\n        \"spaniolate\",\n        \"spatulate\",\n        \"speises\",\n        \"sperse\",\n        \"spewed\",\n        \"spherulitize\",\n        \"spiralize\",\n        \"spitish\",\n        \"splurged\",\n        \"sprang\",\n        \"sprawl\",\n        \"sprawled\",\n        \"sprawlier\",\n        \"sprawliest\",\n        \"sprewl\",\n        \"spurry\",\n        \"sputtered\",\n        \"squabbed\",\n        \"squamate\",\n        \"squamated\",\n        \"squamify\",\n        \"squamulate\",\n        \"squattered\",\n        \"squattily\",\n        \"stinted\",\n        \"strengthed\",\n        \"stretchiest\",\n        \"striven\",\n        \"subsulfate\",\n        \"subsulfide\",\n        \"subsumes\",\n        \"supplant\",\n        \"swandown\",\n        \"swathed\",\n        \"swatter\",\n        \"swatters\",\n        \"swingers\",\n        \"swinges\",\n        \"tarrily\",\n        \"theatrize\",\n        \"thermalize\",\n        \"toddled\",\n        \"totterish\",\n        \"unblade\",\n        \"undarkened\",\n        \"unexpansively\",\n        \"unmettle\",\n        \"unrind\",\n        \"unswivel\",\n        \"upblaze\",\n        \"upblow\",\n        \"upspread\",\n        \"upsway\",\n        \"upswept\",\n        \"urbinate\",\n        \"vassalize\",\n        \"venalize\",\n        \"venditate\",\n        \"venenately\",\n        \"vented\",\n        \"venturine\",\n        \"widdled\",\n        \"widened\",\n        \"widens\",\n        \"writhled\"\n    ],\n    \"na-agbaghara\": [\n        \"absolving\",\n        \"agatizes\",\n        \"apoplectically\",\n        \"bafflers\",\n        \"baffles\",\n        \"besliming\",\n        \"bespangling\",\n        \"bewraying\",\n        \"carousingly\",\n        \"damning\",\n        \"debasing\",\n        \"debasingly\",\n        \"defensative\",\n        \"defying\",\n        \"despatching\",\n        \"despumating\",\n        \"detracting\",\n        \"detractingly\",\n        \"deuniting\",\n        \"dismisses\",\n        \"distasting\",\n        \"doddering\",\n        \"exindusiate\",\n        \"expeding\",\n        \"exscinding\",\n        \"exulcerating\",\n        \"forgathering\",\n        \"forgers\",\n        \"forgings\",\n        \"forgivers\",\n        \"forgives\",\n        \"forleaving\",\n        \"forpined\",\n        \"imperilling\",\n        \"ingiving\",\n        \"laggin\",\n        \"lagging\",\n        \"laggingly\",\n        \"pardnomastic\",\n        \"percolating\",\n        \"periapts\",\n        \"perilling\",\n        \"perlites\",\n        \"perpends\",\n        \"preforgiving\",\n        \"pretences\",\n        \"pretenses\",\n        \"raxing\",\n        \"reclinant\",\n        \"scarting\",\n        \"scoldingly\",\n        \"unquavering\",\n        \"upsettingly\",\n        \"vilipending\",\n        \"waives\",\n        \"wenching\"\n    ],\n    \"onye obula\": [\n        \"absolvitor\",\n        \"abstainer\",\n        \"alcyone\",\n        \"anybody\",\n        \"anyone\",\n        \"annuitant\",\n        \"avoider\",\n        \"avoyer\",\n        \"blobbier\",\n        \"borderer\",\n        \"bougee\",\n        \"breadwinner\",\n        \"bunkmate\",\n        \"cashcuttee\",\n        \"checkmate\",\n        \"coemptionator\",\n        \"destemper\",\n        \"dictyonema\",\n        \"disembody\",\n        \"each\",\n        \"enatant\",\n        \"evader\",\n        \"everybody\",\n        \"everyone\",\n        \"eviler\",\n        \"foreseer\",\n        \"forger\",\n        \"forswearer\",\n        \"individable\",\n        \"individed\",\n        \"individua\",\n        \"individual\",\n        \"interlocutor\",\n        \"intermewer\",\n        \"livener\",\n        \"loathers\",\n        \"lumberer\",\n        \"nonfrauder\",\n        \"nonlawyer\",\n        \"nonresidenter\",\n        \"nonresidentor\",\n        \"notcher\",\n        \"noteman\",\n        \"omnipercipient\",\n        \"outbacker\",\n        \"outbawling\",\n        \"outfreeman\",\n        \"outporter\",\n        \"outrunner\",\n        \"outteased\",\n        \"outvoter\",\n        \"overmellowness\",\n        \"partyless\",\n        \"passman\",\n        \"peruser\",\n        \"porterlike\",\n        \"preembody\",\n        \"pretaster\",\n        \"proposant\",\n        \"pseudooccidental\",\n        \"shedman\",\n        \"victimiser\",\n        \"voteless\",\n        \"whoever\",\n        \"whomever\",\n        \"whomsoever\",\n        \"whosoever\",\n        \"whosomever\",\n        \"willyer\"\n    ],\n    \"enweghị ikike\": [\n        \"absolvitory\",\n        \"antimodernness\",\n        \"defailance\",\n        \"depreciatoriness\",\n        \"disreputability\",\n        \"dissimilitude\",\n        \"flintiness\",\n        \"forfare\",\n        \"fortuitism\",\n        \"illecebration\",\n        \"illiberality\",\n        \"imparled\",\n        \"impassibilibly\",\n        \"impassiveness\",\n        \"imperceptibility\",\n        \"imperceptiveness\",\n        \"impercipience\",\n        \"impercipient\",\n        \"imperilment\",\n        \"impertinacy\",\n        \"impertinency\",\n        \"impertinentness\",\n        \"impervestigable\",\n        \"imperviability\",\n        \"implacability\",\n        \"implacentate\",\n        \"impremeditate\",\n        \"imputrescibility\",\n        \"incertitude\",\n        \"incommiscibility\",\n        \"incommutability\",\n        \"inexcitability\",\n        \"irreclaimability\",\n        \"knightless\",\n        \"nilpotent\",\n        \"nonaccession\",\n        \"nonamenability\",\n        \"nonassignable\",\n        \"nonassimilable\",\n        \"nonauthoritativeness\",\n        \"nonautomated\",\n        \"nonautomatic\",\n        \"nonautomotive\",\n        \"nonautonomous\",\n        \"nonautonomousness\",\n        \"nonbeneficence\",\n        \"noncallability\",\n        \"noncharismatic\",\n        \"noncompetency\",\n        \"noncompetent\",\n        \"noncontemptible\",\n        \"noncorruptibility\",\n        \"noncrushability\",\n        \"noncultivability\",\n        \"noncultivable\",\n        \"nonemergence\",\n        \"nonfortifiable\",\n        \"nonignitability\",\n        \"nonignitibility\",\n        \"nonimpacted\",\n        \"nonimpressionable\",\n        \"nonimputability\",\n        \"nonmotility\",\n        \"nonnobility\",\n        \"nonobligated\",\n        \"nonobligatorily\",\n        \"nonphosphorized\",\n        \"nonpliable\",\n        \"nonpossessed\",\n        \"nonpossessive\",\n        \"nonpossessiveness\",\n        \"nontolerant\",\n        \"nontolerative\",\n        \"nonuprightness\",\n        \"obsecratory\",\n        \"omnicompetence\",\n        \"outserved\",\n        \"perukeless\",\n        \"predismissal\",\n        \"puerileness\",\n        \"puerility\",\n        \"quackishness\",\n        \"unabscessed\",\n        \"unabusable\",\n        \"unacceding\",\n        \"unaccusable\",\n        \"unacquirability\",\n        \"unacquittable\",\n        \"unacquittedness\",\n        \"unaffranchised\",\n        \"unaisled\",\n        \"unarmorial\",\n        \"unassertive\",\n        \"unauthoritativeness\",\n        \"unauthoritiveness\",\n        \"unauthorizable\",\n        \"unauthorizedness\",\n        \"unbelonging\",\n        \"uncapacious\",\n        \"uncaucusable\",\n        \"uncolonizing\",\n        \"undelegated\",\n        \"undemolished\",\n        \"underoccupied\",\n        \"underofficered\",\n        \"undethroned\",\n        \"undisfranchised\",\n        \"unemancipative\",\n        \"unforceful\",\n        \"unicelled\",\n        \"unyielded\",\n        \"unimbordered\",\n        \"unimbowered\",\n        \"unimpounded\",\n        \"unimpropriated\",\n        \"unimprovised\",\n        \"unlacquered\",\n        \"unmortifiedness\",\n        \"unmundified\",\n        \"unmutational\",\n        \"unobjectionability\",\n        \"unobjectionable\",\n        \"unobjectionableness\",\n        \"unobligated\",\n        \"unobliged\",\n        \"unomnipotent\",\n        \"unpadlocked\",\n        \"unpanoplied\",\n        \"unparametrized\",\n        \"unparroted\",\n        \"unparticularized\",\n        \"unperpetuated\",\n        \"unperpetuating\",\n        \"unpersuasible\",\n        \"unpliancy\",\n        \"unpossessedness\",\n        \"unpowdered\",\n        \"unprejudged\",\n        \"unprepossessed\",\n        \"unprepossessing\",\n        \"unprepossessingly\",\n        \"unprepossessingness\",\n        \"unprivileged\",\n        \"unproportionedness\",\n        \"unpulsative\",\n        \"unpulverized\",\n        \"unpunctilious\",\n        \"unpursued\",\n        \"unpursuing\",\n        \"unquelled\",\n        \"unreimbodied\",\n        \"unstraightness\",\n        \"unsurmounted\",\n        \"untasselled\",\n        \"unterrorized\",\n        \"untranquilized\",\n        \"untranquillized\",\n        \"untranquilness\",\n        \"valance\",\n        \"villosity\",\n        \"viraginity\",\n        \"viridescence\",\n        \"warrantability\",\n        \"warrantless\"\n    ],\n    \"abson\": [\n        \"absonant\"\n    ],\n    \"nuo\": [\n        \"absorb\",\n        \"sucken\"\n    ],\n    \"itinye aka\": [\n        \"absorbability\",\n        \"addlepatedness\",\n        \"algidness\",\n        \"alginate\",\n        \"allotropies\",\n        \"ammonate\",\n        \"amortize\",\n        \"appendicate\",\n        \"appendiculate\",\n        \"arithmetizations\",\n        \"beslubber\",\n        \"cogitativeness\",\n        \"consarn\",\n        \"devitalising\",\n        \"devitalization\",\n        \"emblaze\",\n        \"emboitement\",\n        \"embolization\",\n        \"embouchement\",\n        \"embrocate\",\n        \"embrocating\",\n        \"embrowning\",\n        \"empaneling\",\n        \"empanelling\",\n        \"encrownment\",\n        \"engage\",\n        \"engagedness\",\n        \"engagingness\",\n        \"engining\",\n        \"engrieve\",\n        \"entrenchment\",\n        \"equianchorate\",\n        \"equiponderating\",\n        \"exserting\",\n        \"indentors\",\n        \"indenture\",\n        \"indurate\",\n        \"interfere\",\n        \"interferingness\",\n        \"interresponsibility\",\n        \"intervein\",\n        \"intervene\",\n        \"intervention\",\n        \"interventional\",\n        \"interventionism\",\n        \"interventive\",\n        \"involucelate\",\n        \"involute\",\n        \"involuting\",\n        \"involutions\",\n        \"involvedness\",\n        \"involvement\",\n        \"involvent\",\n        \"involvers\",\n        \"kymation\",\n        \"mercurization\",\n        \"misexplication\",\n        \"nonocclusion\",\n        \"oversetting\",\n        \"oversettling\",\n        \"parametrized\",\n        \"parametrizing\",\n        \"reinvolvement\",\n        \"signaturing\",\n        \"signeting\",\n        \"signing\",\n        \"signorize\"\n    ],\n    \"absorb\": [\n        \"absorbable\"\n    ],\n    \"absorbent\": [\n        \"absorbant\"\n    ],\n    \"tinye obi gị dum\": [\n        \"absorbed\"\n    ],\n    \"etinye obi gị dum\": [\n        \"absorbedly\"\n    ],\n    \"uche\": [\n        \"absorbedness\",\n        \"absorbency\",\n        \"cerion\",\n        \"conceity\",\n        \"concentrical\",\n        \"concentricate\",\n        \"concentricity\",\n        \"concentus\",\n        \"conconscious\",\n        \"contemplation\",\n        \"decene\",\n        \"delustered\",\n        \"discerningly\",\n        \"disgenius\",\n        \"drawpoint\",\n        \"focalise\",\n        \"hesped\",\n        \"inclination\",\n        \"incline\",\n        \"intently\",\n        \"mentis\",\n        \"mentoanterior\",\n        \"meseledness\",\n        \"midn\",\n        \"mind\",\n        \"minded\",\n        \"mindedness\",\n        \"mindel\",\n        \"minds\",\n        \"mindsight\",\n        \"oversensitivity\",\n        \"phycic\",\n        \"phycite\",\n        \"piosity\",\n        \"point\",\n        \"pointment\",\n        \"psych\",\n        \"psyche\",\n        \"psychean\",\n        \"psyched\",\n        \"psyches\",\n        \"psychesthetic\",\n        \"psychic\",\n        \"psychical\",\n        \"psychically\",\n        \"psyching\",\n        \"psychodelic\",\n        \"psychometrics\",\n        \"psychon\",\n        \"psychoneural\",\n        \"psychonomy\",\n        \"psychopetal\",\n        \"psig\",\n        \"psywar\",\n        \"rictal\",\n        \"sensately\",\n        \"sense\",\n        \"senses\",\n        \"sensibility\",\n        \"sensibilitiy\",\n        \"sensitivity\",\n        \"sensitivities\",\n        \"sensus\",\n        \"sessility\",\n        \"sobful\",\n        \"sooted\",\n        \"sopition\",\n        \"tortrices\",\n        \"vesiculous\",\n        \"wills\",\n        \"wilt\",\n        \"wits\"\n    ],\n    \"banye facient\": [\n        \"absorbefacient\"\n    ],\n    \"absorbents\": [\n        \"absorbencies\"\n    ],\n    \"na-adọrọ adọrọ\": [\n        \"absorbing\",\n        \"absorbingly\",\n        \"allures\",\n        \"alluring\",\n        \"appealing\",\n        \"attractable\",\n        \"captivates\",\n        \"drawfiling\",\n        \"entastic\",\n        \"enthetic\",\n        \"enticements\",\n        \"enticing\",\n        \"enticingly\",\n        \"enticingness\",\n        \"entraining\",\n        \"immuring\",\n        \"lures\",\n        \"temptatious\",\n        \"temptatory\"\n    ],\n    \"absorption\": [\n        \"absorbition\",\n        \"absorbtion\",\n        \"absorptance\",\n        \"absorptional\",\n        \"absorptions\"\n    ],\n    \"itinye uche\": [\n        \"absorpt\",\n        \"attitudinise\",\n        \"attitudinize\",\n        \"attitudinizes\",\n        \"concentering\",\n        \"concentive\",\n        \"concentralization\",\n        \"concentrate\",\n        \"concentration\",\n        \"concentrations\",\n        \"concentrator\",\n        \"concentre\",\n        \"devotedness\",\n        \"devotement\",\n        \"mildfulness\",\n        \"mindfulness\",\n        \"minding\",\n        \"mismeeting\"\n    ],\n    \"absorptiometry\": [\n        \"absorptiometric\"\n    ],\n    \"absorp\": [\n        \"absorptive\"\n    ],\n    \"absorptive\": [\n        \"absorptively\"\n    ],\n    \"ihe na-egbu egbu\": [\n        \"absorptiveness\",\n        \"beworming\",\n        \"bioptic\",\n        \"deicides\",\n        \"harrowing\",\n        \"morbiferous\",\n        \"morbifical\",\n        \"morganatic\",\n        \"morganatical\",\n        \"pestproof\",\n        \"toxinfectious\",\n        \"ultraconservative\"\n    ],\n    \"ike mmụọ\": [\n        \"absorptivity\"\n    ],\n    \"zere\": [\n        \"abstain\",\n        \"avoid\",\n        \"avoidant\",\n        \"avoidless\",\n        \"avoir\",\n        \"avolate\",\n        \"avour\",\n        \"avoure\",\n        \"avouter\",\n        \"cervoid\",\n        \"counterdrain\",\n        \"dodge\",\n        \"evade\",\n        \"evades\",\n        \"evase\",\n        \"evibrate\",\n        \"evirtuate\",\n        \"nevoid\",\n        \"nonvoid\",\n        \"ovoid\",\n        \"prevoid\",\n        \"raffing\",\n        \"refrain\",\n        \"seclude\",\n        \"shun\",\n        \"shune\",\n        \"shunned\",\n        \"shunpiked\",\n        \"subduedly\",\n        \"unvoid\"\n    ],\n    \"zeere\": [\n        \"abstained\"\n    ],\n    \"ndị na-aainụ mmanya\": [\n        \"abstainers\"\n    ],\n    \"na-ezere\": [\n        \"abstaining\",\n        \"abstains\",\n        \"avoiding\",\n        \"avoids\",\n        \"evading\",\n        \"unshunning\"\n    ],\n    \"akwụkwọ\": [\n        \"abstainment\",\n        \"abstention\",\n        \"acquests\",\n        \"aruspices\",\n        \"auklets\",\n        \"bibation\",\n        \"bibliog\",\n        \"bibliokelpt\",\n        \"bibliopegy\",\n        \"bibliophil\",\n        \"bibliopolar\",\n        \"bibliopolery\",\n        \"bibliotaph\",\n        \"bibliothecal\",\n        \"bibliotheque\",\n        \"bibliothque\",\n        \"bibliotic\",\n        \"boobook\",\n        \"book\",\n        \"bookcraft\",\n        \"bookend\",\n        \"bookery\",\n        \"bookhood\",\n        \"bookies\",\n        \"bookishly\",\n        \"bookism\",\n        \"bookit\",\n        \"booklear\",\n        \"bookmobile\",\n        \"books\",\n        \"booksellerism\",\n        \"booksy\",\n        \"bosks\",\n        \"certif\",\n        \"certificate\",\n        \"chronicled\",\n        \"copens\",\n        \"copular\",\n        \"daybook\",\n        \"docs\",\n        \"document\",\n        \"documental\",\n        \"documentary\",\n        \"documentation\",\n        \"documentational\",\n        \"documentations\",\n        \"documents\",\n        \"duals\",\n        \"ephorship\",\n        \"epibolies\",\n        \"epicotyleal\",\n        \"epicrasis\",\n        \"epilimnion\",\n        \"epilog\",\n        \"epilogation\",\n        \"epilogism\",\n        \"epilogs\",\n        \"epilogues\",\n        \"epimerise\",\n        \"episyllogism\",\n        \"leafdom\",\n        \"libre\",\n        \"libri\",\n        \"lisp\",\n        \"lisps\",\n        \"literature\",\n        \"lithaemic\",\n        \"lithagogue\",\n        \"lithoclase\",\n        \"litholytic\",\n        \"lithopedion\",\n        \"lithophany\",\n        \"lithophanic\",\n        \"lithophilous\",\n        \"lithophytous\",\n        \"litmus\",\n        \"litoral\",\n        \"litteratim\",\n        \"ludibry\",\n        \"nocument\",\n        \"nonerudition\",\n        \"notition\",\n        \"novelisation\",\n        \"novelised\",\n        \"outluster\",\n        \"pabulum\",\n        \"papers\",\n        \"pariahs\",\n        \"parvis\",\n        \"pavis\",\n        \"peltry\",\n        \"proseminary\",\n        \"pubis\",\n        \"publilian\",\n        \"queery\",\n        \"quistron\",\n        \"refence\",\n        \"reference\",\n        \"repertoire\",\n        \"schoolery\",\n        \"schooling\",\n        \"schoolingly\",\n        \"schoolma\",\n        \"scriptoria\",\n        \"scrivenery\",\n        \"slickpaper\",\n        \"stillion\",\n        \"suiones\",\n        \"unbookishness\",\n        \"undulations\",\n        \"unlettering\",\n        \"unstudiedness\"\n    ],\n    \"nke na-adịghị mma\": [\n        \"abstemious\"\n    ],\n    \"n'ụzọ zuru ezu\": [\n        \"abstemiously\",\n        \"accessively\",\n        \"amphibiously\",\n        \"antonomastically\",\n        \"behoovefully\",\n        \"characterologically\",\n        \"circumambiently\",\n        \"circumscriptively\",\n        \"circumspectively\",\n        \"circumspectly\",\n        \"circumstantially\",\n        \"clavately\",\n        \"cliquishly\",\n        \"compendiously\",\n        \"concordly\",\n        \"concretive\",\n        \"dextrally\",\n        \"dilatedly\",\n        \"dispositionally\",\n        \"dispositively\",\n        \"dropsically\",\n        \"elaborately\",\n        \"elaboratively\",\n        \"emotively\",\n        \"encomiastically\",\n        \"equinumerally\",\n        \"equipollently\",\n        \"esthetically\",\n        \"etypically\",\n        \"evasively\",\n        \"fatuously\",\n        \"fulgurantly\",\n        \"fuliginously\",\n        \"fully\",\n        \"fullymart\",\n        \"fulsomely\",\n        \"galvanically\",\n        \"implicitly\",\n        \"indicially\",\n        \"isothermally\",\n        \"mollifiedly\",\n        \"morbifically\",\n        \"neurasthenically\",\n        \"overartificially\",\n        \"oversystematically\",\n        \"penetrably\",\n        \"semipiously\",\n        \"semitruthfully\",\n        \"snively\",\n        \"stuffily\",\n        \"suantly\",\n        \"suasively\",\n        \"subcompletely\",\n        \"substantivally\",\n        \"superconfidently\",\n        \"thoroughpin\",\n        \"toadwise\",\n        \"torrentially\",\n        \"transplendently\",\n        \"unabstemiously\",\n        \"warely\"\n    ],\n    \"omume rụrụ arụ\": [\n        \"abstemiousness\",\n        \"depravedness\",\n        \"depravity\",\n        \"depravities\",\n        \"evenhandedness\",\n        \"hypersexual\",\n        \"immoralise\",\n        \"immoralism\",\n        \"immorality\",\n        \"immoralities\",\n        \"implicitness\",\n        \"indecence\",\n        \"indecency\",\n        \"indecencies\",\n        \"indecentness\",\n        \"indecorousness\",\n        \"lewd\",\n        \"lewdest\",\n        \"lewdly\",\n        \"lewdness\",\n        \"lewdnesses\",\n        \"licentiousness\",\n        \"malconduct\",\n        \"misconduct\",\n        \"mislikeness\",\n        \"molarities\",\n        \"promiscuities\",\n        \"ruderal\",\n        \"ruderals\",\n        \"unabstemiousness\",\n        \"unmoral\",\n        \"unmoralness\",\n        \"vulcanism\",\n        \"vulgarisms\"\n    ],\n    \"izuchi\": [\n        \"abstentionism\",\n        \"bocaccios\",\n        \"confecting\",\n        \"zucchettos\"\n    ],\n    \"onye na-akwadoghi\": [\n        \"abstentionist\",\n        \"nonsupporter\"\n    ],\n    \"adịghị anya\": [\n        \"abstentious\",\n        \"nonexigently\",\n        \"nonexpiries\",\n        \"plessigraph\",\n        \"unfederal\"\n    ],\n    \"gharịị\": [\n        \"absterged\",\n        \"alden\",\n        \"befamilied\",\n        \"bewilder\",\n        \"blustered\",\n        \"cluttered\",\n        \"clutterer\",\n        \"cluttery\",\n        \"disenchanted\",\n        \"disvertebrate\",\n        \"frowardly\",\n        \"gavelled\",\n        \"guzzled\",\n        \"marled\",\n        \"plonked\",\n        \"rivelled\",\n        \"rumpled\",\n        \"sprighted\",\n        \"stodged\",\n        \"strowed\",\n        \"strummed\",\n        \"swayed\",\n        \"swooned\"\n    ],\n    \"nwekwuru\": [\n        \"absterges\",\n        \"accroachment\",\n        \"cleaverwort\",\n        \"creophagy\",\n        \"creophagous\",\n        \"crestfallenness\",\n        \"hierophancy\",\n        \"hoppestere\",\n        \"increasableness\",\n        \"ovateconical\",\n        \"prepollency\",\n        \"prosorus\"\n    ],\n    \"na-ajụ\": [\n        \"absterging\",\n        \"asking\",\n        \"askingly\",\n        \"askings\",\n        \"catered\",\n        \"desists\",\n        \"ejects\",\n        \"glandered\",\n        \"inquiets\",\n        \"interjectionalizing\",\n        \"interjectionally\",\n        \"mediumize\",\n        \"objectifying\",\n        \"objectizing\",\n        \"quelling\",\n        \"querying\",\n        \"queryingly\",\n        \"queryist\",\n        \"quiescing\",\n        \"quitter\",\n        \"quizzing\",\n        \"rebuffed\",\n        \"refiring\",\n        \"reflying\",\n        \"refling\",\n        \"refusingly\",\n        \"renouncing\",\n        \"reobjects\",\n        \"repellents\",\n        \"reprobating\"\n    ],\n    \"odida\": [\n        \"abstersion\",\n        \"appellancy\",\n        \"bankrupt\",\n        \"bankruptcies\",\n        \"bankrupted\",\n        \"bankrupting\",\n        \"bankruptly\",\n        \"bankruptlike\",\n        \"bankrupts\",\n        \"bankrupture\",\n        \"demency\",\n        \"failingness\",\n        \"failure\",\n        \"faldage\",\n        \"falderals\",\n        \"ostension\",\n        \"precipitantness\",\n        \"raugrave\",\n        \"sarks\"\n    ],\n    \"abster\": [\n        \"abstertion\"\n    ],\n    \"enweghị afọ ojuju\": [\n        \"abstinence\",\n        \"altruism\",\n        \"contentless\",\n        \"disappendancy\",\n        \"disappreciate\",\n        \"disimpassioned\",\n        \"dissatisfactorily\",\n        \"dissatisfyingly\",\n        \"fathomlessness\",\n        \"nonannulment\",\n        \"nonappeasing\",\n        \"noncontent\",\n        \"noncontentious\",\n        \"noncontinence\",\n        \"nondecadence\",\n        \"nondecadency\",\n        \"nondehiscent\",\n        \"nonsatiation\",\n        \"outsatisfy\",\n        \"satisfactionless\",\n        \"unastonished\",\n        \"uncontent\",\n        \"uncontented\",\n        \"uncontentedness\",\n        \"uncontenting\",\n        \"uncontentingness\",\n        \"uncontentious\",\n        \"uncontentiously\",\n        \"uncontentiousness\",\n        \"undersatisfaction\",\n        \"undisillusioned\",\n        \"undistasted\",\n        \"undistasteful\",\n        \"unfasciated\",\n        \"unfrenchified\",\n        \"ungratifying\",\n        \"ungratifyingly\",\n        \"unladyfied\",\n        \"unpatented\",\n        \"unrepleness\",\n        \"unsatable\",\n        \"unsatiable\",\n        \"unsatiableness\",\n        \"unsatiably\",\n        \"unsatiate\",\n        \"unsatiated\",\n        \"unsatiric\",\n        \"unsatirical\",\n        \"unsatirised\",\n        \"unsatirized\",\n        \"unsatisfactorily\",\n        \"unsatisfactoriness\",\n        \"unsatisfiably\",\n        \"unsaturatedness\",\n        \"unsaturation\",\n        \"unsuffused\",\n        \"unsuppressed\"\n    ],\n    \"inụbiga mmanya ókè\": [\n        \"abstinency\"\n    ],\n    \"abstin\": [\n        \"abstinent\"\n    ],\n    \"mkpụrụ osisi\": [\n        \"abstort\",\n        \"alcargen\",\n        \"alipeds\",\n        \"alpacas\",\n        \"alphonsin\",\n        \"apinage\",\n        \"berries\",\n        \"bilberries\",\n        \"bines\",\n        \"canard\",\n        \"caranda\",\n        \"ceresin\",\n        \"checkerberries\",\n        \"coniines\",\n        \"copras\",\n        \"dayberry\",\n        \"fructed\",\n        \"fruit\",\n        \"fruitade\",\n        \"fruitages\",\n        \"fruitarian\",\n        \"fruitcake\",\n        \"fruited\",\n        \"fruiter\",\n        \"fruiteress\",\n        \"fruitery\",\n        \"fruiteries\",\n        \"fruitester\",\n        \"fruity\",\n        \"fruitier\",\n        \"fruitiest\",\n        \"fruitiness\",\n        \"fruitions\",\n        \"fruitlet\",\n        \"fruits\",\n        \"fruitstalk\",\n        \"fruz\",\n        \"herrings\",\n        \"lycopene\",\n        \"lycopin\",\n        \"lycosa\",\n        \"lycus\",\n        \"lingberries\",\n        \"lyres\",\n        \"lytic\",\n        \"mayberry\",\n        \"morcote\",\n        \"mutines\",\n        \"orchard\",\n        \"podiceps\",\n        \"primps\",\n        \"seedkin\",\n        \"seedpod\",\n        \"seedpods\",\n        \"semblence\",\n        \"semionotus\",\n        \"semples\",\n        \"thimbleberries\",\n        \"withins\"\n    ],\n    \"nkịtị\": [\n        \"abstract\",\n        \"abstractable\",\n        \"abstractedness\",\n        \"abstracter\",\n        \"abstractest\",\n        \"abstractional\",\n        \"abstractive\",\n        \"abstractively\",\n        \"abstractiveness\",\n        \"abstractly\",\n        \"abstractness\",\n        \"abstractor\",\n        \"abstrahent\",\n        \"binding\",\n        \"bindingness\",\n        \"casual\",\n        \"casualness\",\n        \"ceriornis\",\n        \"ciceronianisms\",\n        \"common\",\n        \"commonable\",\n        \"commonality\",\n        \"commonalty\",\n        \"commonance\",\n        \"commoned\",\n        \"commoner\",\n        \"commonership\",\n        \"commoning\",\n        \"commonish\",\n        \"commonness\",\n        \"commonplacely\",\n        \"commonplacer\",\n        \"commonty\",\n        \"cratemen\",\n        \"derelictly\",\n        \"empyreal\",\n        \"enterally\",\n        \"interambulacral\",\n        \"interantennal\",\n        \"interantennary\",\n        \"interknot\",\n        \"interphalangeal\",\n        \"interreign\",\n        \"intimation\",\n        \"lain\",\n        \"literal\",\n        \"literality\",\n        \"literalities\",\n        \"literalness\",\n        \"literals\",\n        \"mediocre\",\n        \"menially\",\n        \"nary\",\n        \"nonnormality\",\n        \"normal\",\n        \"normalacy\",\n        \"normalcy\",\n        \"normalcies\",\n        \"normalised\",\n        \"normalism\",\n        \"normalist\",\n        \"normality\",\n        \"normalities\",\n        \"normalizable\",\n        \"normalized\",\n        \"normalizer\",\n        \"normalness\",\n        \"normals\",\n        \"normanizer\",\n        \"normanly\",\n        \"normated\",\n        \"normoblastic\",\n        \"normocytic\",\n        \"normothermic\",\n        \"oneiroscopic\",\n        \"ordinary\",\n        \"plebiscitary\",\n        \"plecopteran\",\n        \"pleomorphy\",\n        \"pleuracanthidae\",\n        \"pleuracanthini\",\n        \"pleuracanthus\",\n        \"pleuralgic\",\n        \"quietist\",\n        \"quietists\",\n        \"quietude\",\n        \"quietus\",\n        \"serous\",\n        \"sidedress\",\n        \"silen\",\n        \"silent\",\n        \"silentio\",\n        \"sleazily\",\n        \"slenderization\",\n        \"sleuths\",\n        \"slimnesses\",\n        \"subofficial\",\n        \"terraquean\",\n        \"trousered\",\n        \"unadult\",\n        \"unoral\",\n        \"unsilenced\"\n    ],\n    \"a na-ewepu\": [\n        \"abstracted\"\n    ],\n    \"na-enweghị atụ\": [\n        \"abstractedly\",\n        \"barrenwort\",\n        \"designlessly\",\n        \"eventlessly\",\n        \"hingeless\",\n        \"inappeasable\",\n        \"inauspiciously\",\n        \"incommodiously\",\n        \"incommutably\",\n        \"inexplosive\",\n        \"infertilely\",\n        \"marrowless\",\n        \"minstreless\",\n        \"nonaddictive\",\n        \"noncensurably\",\n        \"noncuspidated\",\n        \"nonequals\",\n        \"nonextraneously\",\n        \"nonfulminating\",\n        \"nongenerative\",\n        \"nongraceful\",\n        \"nongracious\",\n        \"nongrievously\",\n        \"noninvidious\",\n        \"nonirately\",\n        \"nonleguminous\",\n        \"nonmarveling\",\n        \"nonoptimistic\",\n        \"nonpareil\",\n        \"nonperseverant\",\n        \"nonrotating\",\n        \"nonsparking\",\n        \"nonspherical\",\n        \"nontarnishable\",\n        \"outroyal\",\n        \"peerlessly\",\n        \"petticoatless\",\n        \"shriftless\",\n        \"shroudless\",\n        \"sparlike\",\n        \"stingless\",\n        \"unanalytically\",\n        \"unapproximately\",\n        \"unarrogating\",\n        \"unassented\",\n        \"unbarbarous\",\n        \"unbarbarously\",\n        \"unbrimming\",\n        \"uncanceled\",\n        \"uncantoned\",\n        \"uncatering\",\n        \"uncircuitously\",\n        \"uncirculative\",\n        \"uncondescending\",\n        \"undelineative\",\n        \"underogating\",\n        \"undescribably\",\n        \"undramatical\",\n        \"uneating\",\n        \"unembattled\",\n        \"unemended\",\n        \"unempaneled\",\n        \"unexcepting\",\n        \"unexigently\",\n        \"unfeigning\",\n        \"unfestive\",\n        \"unfibrously\",\n        \"unfondly\",\n        \"unfrequently\",\n        \"ungrassed\",\n        \"ungrumblingly\",\n        \"unhermetic\",\n        \"unillustrative\",\n        \"unimmediately\",\n        \"unimposing\",\n        \"uninfluencing\",\n        \"uninfringed\",\n        \"uninterlaced\",\n        \"unintimidating\",\n        \"unintriguing\",\n        \"uniparous\",\n        \"unironically\",\n        \"unlying\",\n        \"unmarbelizing\",\n        \"unmarvelously\",\n        \"unmeated\",\n        \"unmeriting\",\n        \"unpalpitating\",\n        \"unparsonical\",\n        \"unpenuriously\",\n        \"unpermeating\",\n        \"unpining\",\n        \"unrivaledly\",\n        \"unsacrificing\",\n        \"unsadly\",\n        \"unsardonically\",\n        \"unsatedly\",\n        \"unshavenly\",\n        \"unsinuated\",\n        \"unspeckled\",\n        \"unsplinted\",\n        \"unsquinting\",\n        \"unsuperseding\",\n        \"unswaggering\",\n        \"unsweetly\",\n        \"untarnishing\",\n        \"unthriftier\",\n        \"untrifling\",\n        \"untrumping\",\n        \"untwinkling\"\n    ],\n    \"ndị nkịtị\": [\n        \"abstracters\",\n        \"abstractors\",\n        \"commoners\",\n        \"idlers\",\n        \"laymen\",\n        \"laity\",\n        \"normans\",\n        \"peasants\",\n        \"secants\",\n        \"somites\",\n        \"talesmen\",\n        \"unreelers\"\n    ],\n    \"adịghị adị\": [\n        \"abstracting\",\n        \"iridectome\",\n        \"nascence\",\n        \"nonevaporating\",\n        \"nonexacting\",\n        \"nonexactingness\",\n        \"nonexertive\",\n        \"nonexistence\",\n        \"nonexistent\",\n        \"nonexistential\",\n        \"nonexistentialism\",\n        \"nonexistentially\",\n        \"nonexisting\",\n        \"nonexpansive\",\n        \"preexistent\",\n        \"seldomness\",\n        \"unchronic\",\n        \"unexistent\",\n        \"unhandiest\",\n        \"unist\",\n        \"unmodel\",\n        \"unmodern\",\n        \"unmodernity\",\n        \"unmonastic\",\n        \"unparsonic\",\n        \"unreduct\"\n    ],\n    \"nkpirisi\": [\n        \"abstraction\"\n    ],\n    \"onye nlere anya\": [\n        \"abstractionist\",\n        \"modelist\"\n    ],\n    \"ndị na-akọwa abstraction\": [\n        \"abstractionists\"\n    ],\n    \"adịghị adị ọhụụ\": [\n        \"abstractitious\"\n    ],\n    \"abstrakt\": [\n        \"abstracts\"\n    ],\n    \"pere mpe\": [\n        \"abstrict\",\n        \"diminutive\",\n        \"fractional\",\n        \"fractionary\",\n        \"fractionise\",\n        \"insignificant\",\n        \"lessive\",\n        \"minim\",\n        \"minimally\",\n        \"minimitude\",\n        \"minimuscular\",\n        \"minorist\",\n        \"scantest\",\n        \"scanty\",\n        \"smallen\",\n        \"smallish\",\n        \"smalmed\",\n        \"smalts\",\n        \"succinctest\",\n        \"tiny\"\n    ],\n    \"ederede\": [\n        \"abstricted\",\n        \"archils\",\n        \"charact\",\n        \"charactering\",\n        \"characterstring\",\n        \"cists\",\n        \"cistuses\",\n        \"daywrit\",\n        \"delineations\",\n        \"documented\",\n        \"documenter\",\n        \"documenting\",\n        \"edging\",\n        \"epidotes\",\n        \"epigonation\",\n        \"epistolised\",\n        \"epistolized\",\n        \"essences\",\n        \"essencing\",\n        \"essenhout\",\n        \"essonite\",\n        \"exscript\",\n        \"fonder\",\n        \"inscript\",\n        \"interplical\",\n        \"literalisation\",\n        \"literalised\",\n        \"literalising\",\n        \"literalization\",\n        \"memo\",\n        \"memorandum\",\n        \"miscopy\",\n        \"misscript\",\n        \"mistrysted\",\n        \"notedness\",\n        \"opisthographic\",\n        \"paged\",\n        \"paginated\",\n        \"palilogetic\",\n        \"parsed\",\n        \"pedograph\",\n        \"penally\",\n        \"penological\",\n        \"penpoints\",\n        \"pistic\",\n        \"plagiarise\",\n        \"plagiarised\",\n        \"plagiariser\",\n        \"plagiarization\",\n        \"plagiarize\",\n        \"plagiarized\",\n        \"plagiarizes\",\n        \"plagihedral\",\n        \"poesis\",\n        \"postscripts\",\n        \"proconscriptive\",\n        \"rectilineally\",\n        \"rectrix\",\n        \"reindictment\",\n        \"rhein\",\n        \"rhizine\",\n        \"roritorious\",\n        \"sciographic\",\n        \"sciolists\",\n        \"scrieves\",\n        \"scrin\",\n        \"scrip\",\n        \"scrips\",\n        \"scription\",\n        \"scriptitious\",\n        \"scriptitiously\",\n        \"scripts\",\n        \"scripturalness\",\n        \"scripturiency\",\n        \"scripturient\",\n        \"scripturism\",\n        \"scripula\",\n        \"scripuralistic\",\n        \"scrivelloes\",\n        \"sheetwriting\",\n        \"subcript\",\n        \"sublates\",\n        \"texans\",\n        \"texases\",\n        \"text\",\n        \"textarian\",\n        \"textless\",\n        \"textorial\",\n        \"textrine\",\n        \"texts\",\n        \"textual\",\n        \"textualism\",\n        \"textuality\",\n        \"textually\",\n        \"textuary\",\n        \"textuaries\",\n        \"textuist\",\n        \"textural\",\n        \"texturally\",\n        \"textured\",\n        \"textureless\",\n        \"texturing\",\n        \"textus\",\n        \"tomograph\",\n        \"transcripts\",\n        \"unfettered\",\n        \"unfetters\",\n        \"untopographically\",\n        \"untottering\",\n        \"verists\",\n        \"vermonters\",\n        \"writability\",\n        \"writable\",\n        \"writative\",\n        \"writeable\",\n        \"writing\",\n        \"writinger\",\n        \"writproof\"\n    ],\n    \"na-akọwa\": [\n        \"abstricting\",\n        \"amplifying\",\n        \"annotating\",\n        \"bescribbling\",\n        \"bespeaking\",\n        \"bespeaks\",\n        \"clarifies\",\n        \"decorticating\",\n        \"defines\",\n        \"defining\",\n        \"definitising\",\n        \"deflates\",\n        \"deflating\",\n        \"delates\",\n        \"delating\",\n        \"delineating\",\n        \"dellaring\",\n        \"denigrates\",\n        \"denoting\",\n        \"describably\",\n        \"describes\",\n        \"describing\",\n        \"detailing\",\n        \"dichotomizing\",\n        \"ensilate\",\n        \"epitomising\",\n        \"epitomizes\",\n        \"excussing\",\n        \"explaining\",\n        \"explainingly\",\n        \"explains\",\n        \"explait\",\n        \"explant\",\n        \"explanting\",\n        \"explicates\",\n        \"explicating\",\n        \"interprets\",\n        \"itemizes\",\n        \"luteinizing\",\n        \"mystifies\",\n        \"narcotizes\",\n        \"narcotizing\",\n        \"particularizes\",\n        \"particularizing\",\n        \"portraying\",\n        \"predonating\",\n        \"rationalising\",\n        \"rationalizing\",\n        \"referentially\",\n        \"refolds\",\n        \"sharply\",\n        \"theorizes\",\n        \"understriding\",\n        \"understriking\",\n        \"unstating\"\n    ],\n    \"nweghi iwu\": [\n        \"abstricts\"\n    ],\n    \"zie\": [\n        \"abstrude\"\n    ],\n    \"n'ụzọ zuru oke\": [\n        \"abstrusely\",\n        \"accessarily\",\n        \"astrally\",\n        \"blissfully\",\n        \"dilutely\",\n        \"facetiously\",\n        \"fluoroscopically\",\n        \"grossly\",\n        \"injudicially\",\n        \"moribundly\",\n        \"obituarily\",\n        \"oraculously\",\n        \"overaccurately\",\n        \"overaffirmatively\",\n        \"overapprehensively\",\n        \"overfondly\",\n        \"overnervously\",\n        \"pluperfectly\",\n        \"preallably\",\n        \"preclassically\",\n        \"precomprehensively\",\n        \"reprehensively\",\n        \"subeffectively\",\n        \"superabstractly\",\n        \"superacutely\",\n        \"superambitiously\",\n        \"superattainably\",\n        \"superbenevolently\",\n        \"superbusily\",\n        \"superconformably\",\n        \"supercriminally\",\n        \"supercritically\",\n        \"superfervently\",\n        \"superfinitely\",\n        \"superformally\",\n        \"superformidably\",\n        \"superinfinitely\",\n        \"superlaboriously\",\n        \"superlatively\",\n        \"superlogically\",\n        \"supermorally\",\n        \"supermorosely\",\n        \"supernotably\",\n        \"superoffensively\",\n        \"superpiously\",\n        \"superpolitely\",\n        \"superradically\",\n        \"superrationally\",\n        \"superresponsibly\",\n        \"supervitally\",\n        \"thoroughgoingly\",\n        \"tripsomely\",\n        \"undrossily\",\n        \"unfacetiously\",\n        \"uppishly\",\n        \"virally\"\n    ],\n    \"ihe nlere\": [\n        \"abstruser\",\n        \"begray\",\n        \"binocularly\",\n        \"bristler\",\n        \"censors\",\n        \"cinerary\",\n        \"cinerator\",\n        \"cliqueier\",\n        \"cortices\",\n        \"counterexample\",\n        \"creen\",\n        \"cursory\",\n        \"downlooker\",\n        \"drawboard\",\n        \"ensamples\",\n        \"examplar\",\n        \"exemplar\",\n        \"exemplarism\",\n        \"exemplars\",\n        \"exemplifications\",\n        \"exemplificative\",\n        \"exemplificator\",\n        \"exemplifier\",\n        \"exemplifiers\",\n        \"fraterniser\",\n        \"gaugers\",\n        \"grotesqueries\",\n        \"hemitremor\",\n        \"houselet\",\n        \"inlooker\",\n        \"yodelling\",\n        \"measlier\",\n        \"measurer\",\n        \"mimickers\",\n        \"mimulus\",\n        \"modeler\",\n        \"modelings\",\n        \"modelmaker\",\n        \"monitors\",\n        \"observatories\",\n        \"orniscopic\",\n        \"outfinds\",\n        \"outlooker\",\n        \"outsights\",\n        \"paralipomenon\",\n        \"parallelogrammatic\",\n        \"patterning\",\n        \"patternmaker\",\n        \"phoner\",\n        \"photocomposer\",\n        \"polygrapher\",\n        \"preconsiderations\",\n        \"presumes\",\n        \"pretrematic\",\n        \"pullulate\",\n        \"regarder\",\n        \"sceneshifter\",\n        \"screencraft\",\n        \"specimen\",\n        \"spectaclemaker\",\n        \"spectacles\",\n        \"spectroscopes\",\n        \"styler\",\n        \"theaterwards\",\n        \"underlooker\",\n        \"ungrapple\",\n        \"uplooker\",\n        \"viewfinder\",\n        \"viewfinders\",\n        \"visualiser\",\n        \"watchbill\",\n        \"watchwords\",\n        \"watchwork\",\n        \"watchworks\"\n    ],\n    \"onye nzuzu\": [\n        \"absurdist\",\n        \"alliant\",\n        \"aphorismer\",\n        \"backswordman\",\n        \"backswordsman\",\n        \"barghest\",\n        \"barmybrained\",\n        \"barratrous\",\n        \"bewhisker\",\n        \"blunderer\",\n        \"blurbist\",\n        \"blusterer\",\n        \"bratticed\",\n        \"broderer\",\n        \"bromius\",\n        \"bumpier\",\n        \"cassalty\",\n        \"cenobitical\",\n        \"cephalopodous\",\n        \"cestrian\",\n        \"cibarious\",\n        \"cynomoriaceous\",\n        \"conceiver\",\n        \"craber\",\n        \"crabier\",\n        \"cragsman\",\n        \"crazycat\",\n        \"crazier\",\n        \"crazyweed\",\n        \"cunjer\",\n        \"cunoniaceous\",\n        \"curbstoner\",\n        \"delinquent\",\n        \"drabber\",\n        \"droitsman\",\n        \"droseraceous\",\n        \"enfroward\",\n        \"eugranitic\",\n        \"faintheart\",\n        \"flocculous\",\n        \"floorer\",\n        \"fodderer\",\n        \"fool\",\n        \"fooler\",\n        \"foolhardy\",\n        \"foolhardier\",\n        \"foolhardiest\",\n        \"foolhead\",\n        \"foolisher\",\n        \"foolishest\",\n        \"foollike\",\n        \"foolmonger\",\n        \"fooster\",\n        \"foozler\",\n        \"forjudger\",\n        \"fossarian\",\n        \"fotive\",\n        \"foxier\",\n        \"frimaire\",\n        \"frivolist\",\n        \"frivoller\",\n        \"frothsome\",\n        \"fubsy\",\n        \"gerrymander\",\n        \"gradualist\",\n        \"guffawed\",\n        \"hyperscrupulous\",\n        \"homoousian\",\n        \"homoousiast\",\n        \"hurdleman\",\n        \"idiotised\",\n        \"impersonally\",\n        \"infallibilist\",\n        \"intersonant\",\n        \"intourist\",\n        \"irishwoman\",\n        \"isopleurous\",\n        \"lacquerer\",\n        \"lodgeman\",\n        \"lupid\",\n        \"lustiest\",\n        \"malevolous\",\n        \"misadventurer\",\n        \"miscreant\",\n        \"miserabilist\",\n        \"nibsome\",\n        \"nomistic\",\n        \"nonglandulous\",\n        \"nonius\",\n        \"nonsynesthetic\",\n        \"nonsyntonic\",\n        \"noodle\",\n        \"noreaster\",\n        \"nuggety\",\n        \"nullificationist\",\n        \"nullificator\",\n        \"obscener\",\n        \"outthieved\",\n        \"overassessment\",\n        \"pedobaptist\",\n        \"persianist\",\n        \"pistoleter\",\n        \"pleater\",\n        \"pleomorphist\",\n        \"ponderous\",\n        \"pretendant\",\n        \"pretender\",\n        \"pseudovelar\",\n        \"pseudozealous\",\n        \"rubywise\",\n        \"rufulous\",\n        \"scutelligerous\",\n        \"siever\",\n        \"sinologer\",\n        \"sisyphist\",\n        \"snobbier\",\n        \"snooper\",\n        \"snootier\",\n        \"stooper\",\n        \"stuped\",\n        \"stupent\",\n        \"stupid\",\n        \"stupider\",\n        \"stupidhead\",\n        \"stupidheaded\",\n        \"swaggerer\",\n        \"theroid\",\n        \"thimbleman\",\n        \"thrasherman\",\n        \"trapshooter\",\n        \"vagarist\",\n        \"vagosympathetic\",\n        \"versemonger\",\n        \"vicky\",\n        \"vinaigretted\",\n        \"vinolent\",\n        \"viscidulous\",\n        \"vizor\",\n        \"voiders\",\n        \"vulcanist\",\n        \"vulgarer\",\n        \"vulgarist\",\n        \"wamblier\",\n        \"wasteman\",\n        \"wastemen\",\n        \"wastement\",\n        \"whitefieldian\",\n        \"whooper\",\n        \"whoremasterly\",\n        \"whory\",\n        \"wicky\",\n        \"wittawer\",\n        \"woolded\",\n        \"woolder\",\n        \"wrigglier\"\n    ],\n    \"Enweghị ihe ọ bụla\": [\n        \"absvolt\",\n        \"nonecumenic\",\n        \"nonexcitableness\",\n        \"nonexcusableness\",\n        \"nonexemplificatior\",\n        \"nonexpert\",\n        \"nonexpiry\",\n        \"nonextendible\",\n        \"nonextendibleness\",\n        \"nonextenuative\",\n        \"nonextrication\",\n        \"unsmutty\"\n    ],\n    \"nwebisi\": [\n        \"abthainry\",\n        \"brendice\",\n        \"sirventes\",\n        \"snagline\"\n    ],\n    \"ikechukwu\": [\n        \"abtruse\",\n        \"arbutus\",\n        \"arbutuses\",\n        \"auscultate\",\n        \"becudgelled\",\n        \"belady\",\n        \"bellwether\",\n        \"boldfacing\",\n        \"bouleuteria\",\n        \"deucedly\",\n        \"dharmic\",\n        \"euclea\",\n        \"euktolite\",\n        \"eulogiae\",\n        \"eulogiser\",\n        \"expletively\",\n        \"falerian\",\n        \"ferfathmur\",\n        \"fiddlededee\",\n        \"gneiss\",\n        \"gneissy\",\n        \"hyoscapular\",\n        \"yald\",\n        \"yawshrub\",\n        \"labyrinthic\",\n        \"lieutenancies\",\n        \"maytenus\",\n        \"maythorn\",\n        \"malthusian\",\n        \"mulierosity\",\n        \"muscological\",\n        \"palmilobated\",\n        \"pastorali\",\n        \"pellian\",\n        \"phellogen\",\n        \"philhellenic\",\n        \"phillippi\",\n        \"phillipsine\",\n        \"phillipsite\",\n        \"phillyrea\",\n        \"phlebenteric\",\n        \"phlebotomize\",\n        \"priapusian\",\n        \"russolatry\",\n        \"salchow\",\n        \"sotie\",\n        \"sotweed\",\n        \"stableboy\",\n        \"supertuchun\",\n        \"telotrochous\",\n        \"tiresomeness\",\n        \"ultradeclamatory\",\n        \"whikerby\",\n        \"zeuctocoelomatic\"\n    ],\n    \"abubulu\": [\n        \"abubble\"\n    ],\n    \"akwa\": [\n        \"abucco\",\n        \"acost\",\n        \"apehood\",\n        \"archsaint\",\n        \"arrouse\",\n        \"avosets\",\n        \"bago\",\n        \"beds\",\n        \"bedunced\",\n        \"beeherd\",\n        \"beeyard\",\n        \"beeweed\",\n        \"beworries\",\n        \"blanque\",\n        \"brat\",\n        \"bridge\",\n        \"bridgeable\",\n        \"cape\",\n        \"caphar\",\n        \"carlot\",\n        \"chaplin\",\n        \"cheth\",\n        \"cloke\",\n        \"cloth\",\n        \"cloths\",\n        \"cloture\",\n        \"clotured\",\n        \"clotures\",\n        \"cosmoplastic\",\n        \"coulee\",\n        \"coulees\",\n        \"couronne\",\n        \"crybaby\",\n        \"crybabies\",\n        \"cryogen\",\n        \"cryogeny\",\n        \"cryogenics\",\n        \"cryogenies\",\n        \"cryohydric\",\n        \"cryology\",\n        \"cryometry\",\n        \"cryoscopy\",\n        \"cryostat\",\n        \"cryostats\",\n        \"cryotrons\",\n        \"crith\",\n        \"crithmene\",\n        \"croak\",\n        \"crotaphion\",\n        \"crwth\",\n        \"crwths\",\n        \"cuirass\",\n        \"cust\",\n        \"derust\",\n        \"dune\",\n        \"dunitic\",\n        \"egg\",\n        \"eggcrate\",\n        \"eggcup\",\n        \"eggfruit\",\n        \"eggler\",\n        \"eggless\",\n        \"eggnogs\",\n        \"eggrolls\",\n        \"eggs\",\n        \"eggshell\",\n        \"eggshells\",\n        \"eisell\",\n        \"fabric\",\n        \"fabrics\",\n        \"fervence\",\n        \"fitweed\",\n        \"flaskets\",\n        \"gagroot\",\n        \"gedds\",\n        \"ghess\",\n        \"gib\",\n        \"gibs\",\n        \"gill\",\n        \"gnarr\",\n        \"gnarred\",\n        \"gnarring\",\n        \"gry\",\n        \"grigs\",\n        \"grime\",\n        \"griskins\",\n        \"grits\",\n        \"groined\",\n        \"groof\",\n        \"groop\",\n        \"grooper\",\n        \"grouch\",\n        \"grouched\",\n        \"grouchy\",\n        \"grouchiness\",\n        \"grubs\",\n        \"grummel\",\n        \"heml\",\n        \"hyperosmic\",\n        \"kabar\",\n        \"kabars\",\n        \"laron\",\n        \"larrup\",\n        \"larrups\",\n        \"lasket\",\n        \"lief\",\n        \"lyes\",\n        \"lininess\",\n        \"lys\",\n        \"lysates\",\n        \"lyses\",\n        \"lysing\",\n        \"macks\",\n        \"mayweeds\",\n        \"mensch\",\n        \"mimester\",\n        \"moans\",\n        \"mucks\",\n        \"nacket\",\n        \"nadder\",\n        \"neet\",\n        \"ovist\",\n        \"ovulations\",\n        \"ovum\",\n        \"oxskin\",\n        \"placket\",\n        \"plaster\",\n        \"pruinescence\",\n        \"pruinose\",\n        \"quod\",\n        \"ragis\",\n        \"rajab\",\n        \"roband\",\n        \"rubythroat\",\n        \"sackcloth\",\n        \"sarcelle\",\n        \"sarcine\",\n        \"sarcoblast\",\n        \"sarcocyst\",\n        \"sarment\",\n        \"sarments\",\n        \"serious\",\n        \"siskins\",\n        \"skair\",\n        \"spillikins\",\n        \"tearable\",\n        \"tearage\",\n        \"tearlet\",\n        \"teethers\",\n        \"teethes\",\n        \"textile\",\n        \"toret\",\n        \"townees\",\n        \"unclot\",\n        \"unclothedness\",\n        \"unkin\",\n        \"vestries\",\n        \"washout\",\n        \"weasels\",\n        \"whid\",\n        \"whine\",\n        \"whined\",\n        \"whiney\",\n        \"whiner\",\n        \"whinnel\",\n        \"whitworth\",\n        \"wyled\",\n        \"zibeths\"\n    ],\n    \"na-arụ ọrụ\": [\n        \"abuilding\",\n        \"activates\",\n        \"actives\",\n        \"actualizes\",\n        \"antimechanistically\",\n        \"apperceiving\",\n        \"appositionally\",\n        \"autoerotically\",\n        \"autoprogressive\",\n        \"availingly\",\n        \"axiomatizing\",\n        \"bathetically\",\n        \"biforking\",\n        \"bisecting\",\n        \"bisectional\",\n        \"busying\",\n        \"choreographing\",\n        \"ciphering\",\n        \"clowning\",\n        \"clowring\",\n        \"commingler\",\n        \"commutatively\",\n        \"constructive\",\n        \"copulatively\",\n        \"corduroying\",\n        \"correlatively\",\n        \"counterbuilding\",\n        \"deglutitious\",\n        \"deriving\",\n        \"efferous\",\n        \"efformative\",\n        \"egotizing\",\n        \"egressing\",\n        \"enfeoffing\",\n        \"engrafting\",\n        \"eructative\",\n        \"exergue\",\n        \"expertising\",\n        \"functionalizing\",\n        \"functionary\",\n        \"functionating\",\n        \"functioning\",\n        \"gonadectomizing\",\n        \"industrialising\",\n        \"industrially\",\n        \"inelaborate\",\n        \"inthronize\",\n        \"invective\",\n        \"ionizes\",\n        \"isobutyrate\",\n        \"iterating\",\n        \"jaculates\",\n        \"jobbed\",\n        \"jobble\",\n        \"laagering\",\n        \"labilizing\",\n        \"laboratorial\",\n        \"laborsaving\",\n        \"laboursaving\",\n        \"lutemaking\",\n        \"machineful\",\n        \"machinizing\",\n        \"mechanizes\",\n        \"mechanoreceptive\",\n        \"metrifying\",\n        \"miauling\",\n        \"minacious\",\n        \"minaciously\",\n        \"minifying\",\n        \"ministrative\",\n        \"minoring\",\n        \"misadapts\",\n        \"misadding\",\n        \"misgives\",\n        \"neoterizing\",\n        \"nonfunctionally\",\n        \"officiating\",\n        \"officiation\",\n        \"operably\",\n        \"operant\",\n        \"operantly\",\n        \"operants\",\n        \"operates\",\n        \"operating\",\n        \"operative\",\n        \"operatory\",\n        \"outgabbling\",\n        \"outpracticing\",\n        \"ovariectomizing\",\n        \"padding\",\n        \"paeanizing\",\n        \"perfunctorily\",\n        \"prederiving\",\n        \"prefulgent\",\n        \"prelogical\",\n        \"projecting\",\n        \"prosurgical\",\n        \"reinfectious\",\n        \"restoratively\",\n        \"sise\",\n        \"solidarizing\",\n        \"staffish\",\n        \"staymaking\",\n        \"subemployed\",\n        \"succussive\",\n        \"superconducting\",\n        \"thoroughgoing\",\n        \"tinworking\",\n        \"toolmaking\",\n        \"unconstrictive\",\n        \"undereating\",\n        \"undereying\",\n        \"underemployed\",\n        \"underjawed\",\n        \"undershining\",\n        \"undervaulting\",\n        \"underwaving\",\n        \"underworking\",\n        \"undetractive\",\n        \"undetractively\",\n        \"undetractory\",\n        \"uniporous\",\n        \"versicler\",\n        \"verticalling\",\n        \"vesiculating\",\n        \"vicing\",\n        \"waxworking\",\n        \"waxworks\",\n        \"workable\",\n        \"workably\",\n        \"workaholics\",\n        \"workbrittle\",\n        \"working\",\n        \"workingly\",\n        \"workless\"\n    ],\n    \"abulia\": [\n        \"abuleia\",\n        \"abulias\",\n        \"abulic\"\n    ],\n    \"ndetu\": [\n        \"abumbral\",\n        \"acutorsion\",\n        \"bementite\",\n        \"blotter\",\n        \"callets\",\n        \"dialings\",\n        \"directress\",\n        \"menthaceous\",\n        \"noteholder\",\n        \"notelaea\",\n        \"noters\",\n        \"notes\",\n        \"noteworthily\",\n        \"noteworthiness\",\n        \"sublists\"\n    ],\n    \"ndumodu\": [\n        \"abumbrellar\",\n        \"advisability\",\n        \"amintor\",\n        \"embrocations\",\n        \"hierarchies\",\n        \"hint\",\n        \"negotiatrixes\",\n        \"subsistency\",\n        \"suggestress\",\n        \"suggestum\",\n        \"tipsification\"\n    ],\n    \"ụba\": [\n        \"abundance\",\n        \"increasedly\",\n        \"plenteousness\"\n    ],\n    \"ọtụtụ\": [\n        \"abundances\",\n        \"andesytes\",\n        \"badan\",\n        \"bulkages\",\n        \"bulkily\",\n        \"cozens\",\n        \"entalent\",\n        \"extensively\",\n        \"khazens\",\n        \"many\",\n        \"manyberry\",\n        \"manyfold\",\n        \"masslike\",\n        \"mizens\",\n        \"most\",\n        \"mostic\",\n        \"mostly\",\n        \"mostness\",\n        \"mostwhat\",\n        \"muchfold\",\n        \"muchnesses\",\n        \"muchwhat\",\n        \"multangula\",\n        \"multangulum\",\n        \"multi\",\n        \"multiarticulated\",\n        \"multibladed\",\n        \"multibreak\",\n        \"multibus\",\n        \"multicapsular\",\n        \"multicarinated\",\n        \"multicast\",\n        \"multicasts\",\n        \"multicentral\",\n        \"multichannel\",\n        \"multichord\",\n        \"multicylindered\",\n        \"multicoccous\",\n        \"multicoil\",\n        \"multiconstant\",\n        \"multicore\",\n        \"multicourse\",\n        \"multics\",\n        \"multicurie\",\n        \"multidentate\",\n        \"multiengined\",\n        \"multifarious\",\n        \"multifariously\",\n        \"multifariousness\",\n        \"multiferous\",\n        \"multiform\",\n        \"multihop\",\n        \"multijet\",\n        \"multijugous\",\n        \"multilaciniate\",\n        \"multilayer\",\n        \"multilayered\",\n        \"multilaminate\",\n        \"multilaminated\",\n        \"multilane\",\n        \"multilaned\",\n        \"multilateral\",\n        \"multilaterality\",\n        \"multileaving\",\n        \"multilevel\",\n        \"multileveled\",\n        \"multiliteral\",\n        \"multilobed\",\n        \"multiloculate\",\n        \"multiloquent\",\n        \"multiloquious\",\n        \"multimacular\",\n        \"multimedial\",\n        \"multinominal\",\n        \"multinominous\",\n        \"multiparae\",\n        \"multiparient\",\n        \"multiparity\",\n        \"multiparous\",\n        \"multiparty\",\n        \"multipath\",\n        \"multiped\",\n        \"multiperforate\",\n        \"multiperforated\",\n        \"multiphase\",\n        \"multiphaser\",\n        \"multiphasic\",\n        \"multiples\",\n        \"multiplicability\",\n        \"multiplications\",\n        \"multiplicity\",\n        \"multiplicities\",\n        \"multiprogrammed\",\n        \"multiradiated\",\n        \"multiradical\",\n        \"multiradicular\",\n        \"multiramose\",\n        \"multiramous\",\n        \"multirole\",\n        \"multirotation\",\n        \"multisegmental\",\n        \"multiserial\",\n        \"multisonant\",\n        \"multisonous\",\n        \"multispermous\",\n        \"multispindle\",\n        \"multispiral\",\n        \"multititular\",\n        \"multivagant\",\n        \"multivalence\",\n        \"multivalency\",\n        \"multivalent\",\n        \"multivalued\",\n        \"multivalved\",\n        \"multivane\",\n        \"multivariant\",\n        \"multivariates\",\n        \"multiversant\",\n        \"multiversity\",\n        \"multiversities\",\n        \"multivocal\",\n        \"multivocalness\",\n        \"multivolent\",\n        \"multivolume\",\n        \"multivolumed\",\n        \"multivorous\",\n        \"multures\",\n        \"numberous\",\n        \"numerous\",\n        \"numerously\",\n        \"numerousness\",\n        \"plenarty\",\n        \"plenity\",\n        \"plenitude\",\n        \"plenteously\",\n        \"plenty\",\n        \"plurality\",\n        \"pluralness\",\n        \"plurative\",\n        \"polyloquent\",\n        \"polyphagian\",\n        \"polytenies\",\n        \"polyvalence\",\n        \"pronominally\",\n        \"several\",\n        \"severalfold\",\n        \"severality\",\n        \"severally\",\n        \"severalness\",\n        \"severals\",\n        \"severalty\",\n        \"spoky\",\n        \"thingly\",\n        \"vastities\",\n        \"zazens\"\n    ],\n    \"njuputa\": [\n        \"abundancy\",\n        \"amplexation\",\n        \"ampliative\",\n        \"amplificative\",\n        \"amplitudes\",\n        \"bountifulness\",\n        \"dimagnesic\",\n        \"dreepiness\",\n        \"fille\",\n        \"fillingness\",\n        \"fullness\",\n        \"fullnesses\",\n        \"fulness\",\n        \"inquestual\",\n        \"mundanity\",\n        \"nummulation\",\n        \"overage\",\n        \"overexpansion\",\n        \"overmultiplying\",\n        \"overplumpness\",\n        \"permeation\",\n        \"perpension\",\n        \"repleteness\",\n        \"scantity\",\n        \"surplus\",\n        \"surplusage\"\n    ],\n    \"Anyanwu\": [\n        \"abundantia\",\n        \"animadversional\",\n        \"belonephobia\",\n        \"bortsch\",\n        \"cresoxid\",\n        \"cromwell\",\n        \"fidele\",\n        \"pansideman\",\n        \"schmaltzes\",\n        \"sunfall\",\n        \"superstrenuously\",\n        \"surpeopled\",\n        \"swanks\",\n        \"triamino\",\n        \"vanadyl\",\n        \"venturesomely\",\n        \"victordom\",\n        \"victoria\",\n        \"victrola\"\n    ],\n    \"abura bozu\": [\n        \"aburabozu\"\n    ],\n    \"abura kiri\": [\n        \"aburagiri\"\n    ],\n    \"nke mbụ\": [\n        \"aburst\",\n        \"firstly\",\n        \"forepale\",\n        \"preadditional\",\n        \"preconcernment\",\n        \"preembodied\",\n        \"premultiplier\",\n        \"primal\",\n        \"primely\",\n        \"primulaceous\",\n        \"propitial\"\n    ],\n    \"mkparị\": [\n        \"abusable\",\n        \"abusage\",\n        \"abuseful\",\n        \"abusing\",\n        \"abusious\",\n        \"abusive\",\n        \"abusiveness\",\n        \"affront\",\n        \"affrontedness\",\n        \"disparagements\",\n        \"homotactic\",\n        \"indults\",\n        \"insolence\",\n        \"insolency\",\n        \"insolent\",\n        \"insolently\",\n        \"insolentness\",\n        \"insultable\",\n        \"insultant\",\n        \"insultingly\",\n        \"insultment\",\n        \"insultproof\",\n        \"insults\",\n        \"narceine\",\n        \"pemphixes\",\n        \"tortuose\",\n        \"tortuosity\",\n        \"tortuosities\"\n    ],\n    \"mmegbu\": [\n        \"abuse\",\n        \"abuses\",\n        \"bullyism\",\n        \"ceticide\",\n        \"decretals\",\n        \"evulsions\",\n        \"exorcisation\",\n        \"extortions\",\n        \"fellations\",\n        \"horrification\",\n        \"inoppressive\",\n        \"mistreats\",\n        \"oppilant\",\n        \"oppresses\",\n        \"oppression\",\n        \"oppressive\",\n        \"oppressively\",\n        \"oppressiveness\",\n        \"oppressors\",\n        \"opprobry\",\n        \"opprobriate\",\n        \"oppugnacy\",\n        \"oppugnance\",\n        \"oppugnancy\",\n        \"oppugnation\",\n        \"oppugners\",\n        \"outbribes\",\n        \"plangor\",\n        \"portugal\",\n        \"tralatition\",\n        \"vilification\"\n    ],\n    \"emegbu\": [\n        \"abused\",\n        \"abusedly\",\n        \"abusee\",\n        \"appressed\",\n        \"bullterrier\",\n        \"gulravage\",\n        \"oppressed\",\n        \"oppressing\"\n    ],\n    \"n'ụzọ ọjọọ\": [\n        \"abusefully\",\n        \"aggrievedly\",\n        \"misentreat\",\n        \"roughishly\"\n    ],\n    \"uru\": [\n        \"abusefulness\",\n        \"advantage\",\n        \"advantages\",\n        \"befits\",\n        \"benefactions\",\n        \"benefactory\",\n        \"beneficed\",\n        \"beneficence\",\n        \"beneficency\",\n        \"benefices\",\n        \"beneficiary\",\n        \"beneficiated\",\n        \"beneficiation\",\n        \"beneficience\",\n        \"benefit\",\n        \"benefited\",\n        \"benefits\",\n        \"forfeitable\",\n        \"fortravail\",\n        \"gainful\",\n        \"gainfully\",\n        \"gainfulness\",\n        \"gainings\",\n        \"gainly\",\n        \"gains\",\n        \"gainward\",\n        \"nonprofitableness\",\n        \"pointal\",\n        \"pointful\",\n        \"profit\",\n        \"profitability\",\n        \"profitableness\",\n        \"profited\",\n        \"profiteer\",\n        \"profiteered\",\n        \"profiteering\",\n        \"profiteers\",\n        \"profiter\",\n        \"profiterole\",\n        \"profits\",\n        \"prosal\",\n        \"prosing\",\n        \"succories\",\n        \"treetise\",\n        \"usefulness\",\n        \"value\",\n        \"worthful\",\n        \"worthfulness\",\n        \"worths\",\n        \"worthward\",\n        \"worthwhileness\"\n    ],\n    \"na-eti ihe\": [\n        \"abuser\",\n        \"batterer\",\n        \"batters\",\n        \"batting\",\n        \"plaguing\",\n        \"pumicating\",\n        \"strikes\",\n        \"victimise\",\n        \"victimize\"\n    ],\n    \"n'ụzọ mkparị\": [\n        \"abusively\"\n    ],\n    \"ekwenti\": [\n        \"abut\",\n        \"abutments\",\n        \"abuttal\",\n        \"abutted\",\n        \"abutter\",\n        \"advects\",\n        \"allophone\",\n        \"allophones\",\n        \"asporous\",\n        \"aulical\",\n        \"auriphone\",\n        \"beckoned\",\n        \"beckons\",\n        \"bespoused\",\n        \"bodeword\",\n        \"bruins\",\n        \"celiolymph\",\n        \"cellarage\",\n        \"cellared\",\n        \"cellarous\",\n        \"celtdom\",\n        \"cernuous\",\n        \"ceroplastic\",\n        \"ceroplastics\",\n        \"certes\",\n        \"cerumniparous\",\n        \"cinephone\",\n        \"crenate\",\n        \"denudant\",\n        \"desinence\",\n        \"doleritic\",\n        \"eartab\",\n        \"ecumenicity\",\n        \"egophony\",\n        \"elidible\",\n        \"ellice\",\n        \"endovenous\",\n        \"engiscope\",\n        \"enodally\",\n        \"eosins\",\n        \"eristical\",\n        \"euctical\",\n        \"eudemonic\",\n        \"eulogia\",\n        \"euxanthone\",\n        \"evinces\",\n        \"evincible\",\n        \"factotums\",\n        \"farinulent\",\n        \"gainspeaker\",\n        \"garth\",\n        \"gauntness\",\n        \"heptoses\",\n        \"hickory\",\n        \"hydrophone\",\n        \"hydrophones\",\n        \"homishness\",\n        \"injudicial\",\n        \"isomenthone\",\n        \"isophone\",\n        \"isopleth\",\n        \"isosporous\",\n        \"louting\",\n        \"megaphones\",\n        \"minuetic\",\n        \"mistiness\",\n        \"mouthe\",\n        \"mouthiness\",\n        \"mouthishly\",\n        \"nayword\",\n        \"nautophone\",\n        \"neuronymy\",\n        \"nomograph\",\n        \"nonclastic\",\n        \"noneviction\",\n        \"nonphonemic\",\n        \"nonplasticity\",\n        \"nonvictory\",\n        \"nonvictories\",\n        \"notionable\",\n        \"organophone\",\n        \"organophonic\",\n        \"osophone\",\n        \"otophone\",\n        \"oughtlins\",\n        \"oughtness\",\n        \"oughtnt\",\n        \"outshone\",\n        \"pellitory\",\n        \"pellitories\",\n        \"phantoplex\",\n        \"phoresis\",\n        \"plaid\",\n        \"platyodont\",\n        \"polyphone\",\n        \"quintescence\",\n        \"quintessence\",\n        \"refutable\",\n        \"ruttiness\",\n        \"sayyids\",\n        \"saimy\",\n        \"saynete\",\n        \"saluter\",\n        \"schone\",\n        \"skeich\",\n        \"talkathon\",\n        \"teutonity\",\n        \"theatrophone\",\n        \"thermophone\",\n        \"thermotelephone\",\n        \"thestreen\",\n        \"thewiness\",\n        \"unicellular\",\n        \"unrotted\",\n        \"unstiffness\",\n        \"veridity\",\n        \"verticordious\",\n        \"vulnifical\",\n        \"vulpinic\",\n        \"walruses\",\n        \"whud\"\n    ],\n    \"Abuts\": [\n        \"abuts\"\n    ],\n    \"Abv\": [\n        \"abv\"\n    ],\n    \"Abvolt\": [\n        \"abvolt\"\n    ],\n    \"Abvolts\": [\n        \"abvolts\"\n    ],\n    \"Ugba\": [\n        \"abwatts\",\n        \"aftosas\",\n        \"avidya\",\n        \"bothros\",\n        \"chestnutty\",\n        \"drosses\",\n        \"euskaric\",\n        \"eustele\",\n        \"eusteles\",\n        \"fullom\",\n        \"fulvene\",\n        \"hurdis\",\n        \"jackroll\",\n        \"jackrolls\",\n        \"kaross\",\n        \"karosses\",\n        \"laceleaf\",\n        \"latitudinary\",\n        \"monoverticillate\",\n        \"moroccans\",\n        \"moron\",\n        \"pavises\",\n        \"rostrated\",\n        \"sanskrit\",\n        \"sanskritic\",\n        \"sovkhozy\",\n        \"spirochaeta\",\n        \"sprucest\",\n        \"streptoneura\",\n        \"streptothrix\",\n        \"stringsman\",\n        \"thore\",\n        \"thoron\",\n        \"thrombase\",\n        \"thrombus\",\n        \"towmont\",\n        \"velverets\",\n        \"venkisen\"\n    ],\n    \"Ọrụ\": [\n        \"ac\",\n        \"activital\",\n        \"cessionary\",\n        \"commorancy\",\n        \"diciest\",\n        \"didacticality\",\n        \"jobson\",\n        \"kraft\",\n        \"opec\"\n    ],\n    \"acacia\": [\n        \"acacias\"\n    ],\n    \"agụmakwụkwọ\": [\n        \"academes\",\n        \"academial\",\n        \"academian\",\n        \"academic\",\n        \"academical\",\n        \"academically\",\n        \"academicals\",\n        \"academicianship\",\n        \"academicism\",\n        \"academics\",\n        \"academie\",\n        \"academies\",\n        \"academise\",\n        \"academising\",\n        \"academism\",\n        \"academite\",\n        \"academization\",\n        \"academizing\",\n        \"academus\",\n        \"bachelorship\",\n        \"educationalism\",\n        \"educationally\",\n        \"educationary\",\n        \"educations\",\n        \"scholaptitude\",\n        \"scholarism\",\n        \"scholarship\",\n        \"scholarships\",\n        \"scholastically\"\n    ],\n    \"ulo mmuta\": [\n        \"academy\"\n    ],\n    \"ulo akwukwo\": [\n        \"academia\",\n        \"conservatory\",\n        \"conservatorial\",\n        \"conservatorium\",\n        \"institory\",\n        \"institue\",\n        \"institute\",\n        \"institutes\",\n        \"institutress\",\n        \"nonscholastical\"\n    ],\n    \"ọkà mmụta\": [\n        \"academician\",\n        \"curculionist\",\n        \"flacianist\",\n        \"magirist\",\n        \"ologist\",\n        \"philogynist\",\n        \"scenarist\",\n        \"scholar\",\n        \"scholarch\",\n        \"scholardom\",\n        \"scholasticus\",\n        \"schooner\"\n    ],\n    \"ndị gụrụ akwụkwọ\": [\n        \"academicians\"\n    ],\n    \"gụrụ akwụkwọ\": [\n        \"academised\",\n        \"academized\",\n        \"educated\",\n        \"educatedly\",\n        \"illuded\",\n        \"literated\",\n        \"literates\",\n        \"literatured\",\n        \"schooled\",\n        \"understudied\"\n    ],\n    \"onye mmuta\": [\n        \"academist\",\n        \"alliterator\",\n        \"ceremonialist\",\n        \"educationalist\",\n        \"educationist\",\n        \"educatress\",\n        \"eponymist\",\n        \"jorist\",\n        \"lyterian\",\n        \"offsider\",\n        \"spiritualist\"\n    ],\n    \"gụọ akwụkwọ\": [\n        \"academize\",\n        \"educable\",\n        \"educationable\",\n        \"understate\",\n        \"understrapper\",\n        \"understudying\"\n    ],\n    \"acajou\": [\n        \"acajous\"\n    ],\n    \"n'ọtụtụ\": [\n        \"acale\",\n        \"massily\",\n        \"multicentrally\",\n        \"multilaterally\",\n        \"multiserially\",\n        \"pluralistically\",\n        \"scale\",\n        \"scaleni\",\n        \"scalewise\"\n    ],\n    \"acalypha\": [\n        \"acalepha\"\n    ],\n    \"acantad\": [\n        \"acanthad\"\n    ],\n    \"ọkwụrụ-isi\": [\n        \"acanthopterygian\"\n    ],\n    \"afọ a\": [\n        \"acapnial\"\n    ],\n    \"acara\": [\n        \"acarari\"\n    ],\n    \"arcadia\": [\n        \"acardia\",\n        \"arcacea\"\n    ],\n    \"ihe nkiri\": [\n        \"acariatre\",\n        \"actian\",\n        \"actinautography\",\n        \"actinian\",\n        \"actinisms\",\n        \"actiniums\",\n        \"actinography\",\n        \"actinographic\",\n        \"actinophone\",\n        \"animato\",\n        \"animuses\",\n        \"balneography\",\n        \"bicalvous\",\n        \"cartographically\",\n        \"cerography\",\n        \"cicatrices\",\n        \"cicatricial\",\n        \"cicatricule\",\n        \"cinclides\",\n        \"cineangiography\",\n        \"cineasts\",\n        \"cinemactic\",\n        \"cinematheque\",\n        \"cinematic\",\n        \"cinematically\",\n        \"cinematized\",\n        \"cinematographic\",\n        \"cinematographically\",\n        \"cinenchym\",\n        \"cineoles\",\n        \"cystophotography\",\n        \"concertise\",\n        \"concertiser\",\n        \"concretor\",\n        \"deking\",\n        \"desidiose\",\n        \"discobolos\",\n        \"discography\",\n        \"discographic\",\n        \"discophile\",\n        \"discost\",\n        \"discostate\",\n        \"disseats\",\n        \"dramalogue\",\n        \"dramamine\",\n        \"dramatis\",\n        \"dramatism\",\n        \"dramaturge\",\n        \"dramaturgy\",\n        \"dramaturgic\",\n        \"dramm\",\n        \"drammach\",\n        \"drammage\",\n        \"dramme\",\n        \"drammed\",\n        \"drammock\",\n        \"drammocks\",\n        \"eucryphiaceous\",\n        \"fideisms\",\n        \"filiopietistic\",\n        \"film\",\n        \"filmable\",\n        \"filmdom\",\n        \"filmer\",\n        \"filmet\",\n        \"filmgoing\",\n        \"filmy\",\n        \"filmic\",\n        \"filmically\",\n        \"filmier\",\n        \"filmiform\",\n        \"filmlike\",\n        \"filmography\",\n        \"filmographies\",\n        \"films\",\n        \"filmset\",\n        \"filmsets\",\n        \"filmsetter\",\n        \"filmslide\",\n        \"filmstrips\",\n        \"heydays\",\n        \"heydeys\",\n        \"yodeler\",\n        \"yodeller\",\n        \"jargoneer\",\n        \"joaquinite\",\n        \"jocatory\",\n        \"jocundry\",\n        \"livetraps\",\n        \"melodramatics\",\n        \"misstater\",\n        \"movie\",\n        \"moviegoing\",\n        \"movieland\",\n        \"movies\",\n        \"nonideologic\",\n        \"paxilliferous\",\n        \"picarel\",\n        \"picarooning\",\n        \"picolinic\",\n        \"picramic\",\n        \"picrasmin\",\n        \"pleximeter\",\n        \"pornos\",\n        \"rooker\",\n        \"rookier\",\n        \"samphires\",\n        \"scenecraft\",\n        \"scenewright\",\n        \"showgirls\",\n        \"symphyses\",\n        \"skiagrams\",\n        \"spectates\",\n        \"spectatress\",\n        \"specters\",\n        \"spectres\",\n        \"spectrograph\",\n        \"spectrography\",\n        \"spectrographic\",\n        \"spectrographies\",\n        \"spectrographs\",\n        \"spectroheliographic\",\n        \"spectrometers\",\n        \"spectroscope\",\n        \"spectroscopical\",\n        \"stagewright\",\n        \"stripfilm\",\n        \"theat\",\n        \"theater\",\n        \"theatergoer\",\n        \"theatergoing\",\n        \"theaterless\",\n        \"theaterlike\",\n        \"theaters\",\n        \"theaterward\",\n        \"theaterwise\",\n        \"theatine\",\n        \"theatre\",\n        \"theatregoer\",\n        \"theatregoing\",\n        \"theatres\",\n        \"theatry\",\n        \"theatric\",\n        \"theatricable\",\n        \"theatricalisation\",\n        \"theatricalised\",\n        \"theatricalism\",\n        \"theatricalization\",\n        \"theatricalize\",\n        \"theatricalized\",\n        \"theatricalizing\",\n        \"theatricals\",\n        \"theatricism\",\n        \"theatricize\",\n        \"theatrograph\",\n        \"theatron\",\n        \"theatroscope\",\n        \"tourmaliniferous\",\n        \"unideographic\",\n        \"xylography\",\n        \"xylopyrography\"\n    ],\n    \"igbu egbu\": [\n        \"acaricide\",\n        \"amebicide\",\n        \"amoebicide\",\n        \"aslaver\",\n        \"blowfishes\",\n        \"cyanicide\",\n        \"endointoxication\",\n        \"infanticidal\",\n        \"killbuck\",\n        \"killweed\",\n        \"killwort\",\n        \"lapicide\",\n        \"pediculicide\",\n        \"scabicide\",\n        \"talpicide\",\n        \"tauricide\",\n        \"toxicate\",\n        \"uxoricide\",\n        \"vaccicide\",\n        \"verbicide\",\n        \"vulpicide\"\n    ],\n    \"acarid\": [\n        \"acarids\"\n    ],\n    \"acarin\": [\n        \"acarines\"\n    ],\n    \"ọkà mmụta ihe banyere mbara ala\": [\n        \"acarologist\"\n    ],\n    \"onye anakpo\": [\n        \"acatholic\",\n        \"aliquant\",\n        \"altoist\",\n        \"altruist\",\n        \"anastate\",\n        \"animatist\",\n        \"batsman\",\n        \"beaterman\",\n        \"beetmister\",\n        \"casparian\",\n        \"catechist\",\n        \"cembalist\",\n        \"cyclopedist\",\n        \"cushitic\",\n        \"eightsman\",\n        \"epoptist\",\n        \"eretrian\",\n        \"fianchetto\",\n        \"gomarian\",\n        \"gomer\",\n        \"incarnationist\",\n        \"monopylean\",\n        \"mortmainer\",\n        \"nictitates\",\n        \"occamist\",\n        \"phenomenalist\",\n        \"pithier\",\n        \"plainclothesman\",\n        \"plainclothesmen\",\n        \"pleasurist\",\n        \"pompist\",\n        \"pourer\",\n        \"quiddist\",\n        \"sitarist\",\n        \"spirate\",\n        \"stagy\",\n        \"stillman\",\n        \"teatman\",\n        \"vasectomised\",\n        \"vatmaker\"\n    ],\n    \"nwekoro\": [\n        \"acaudal\",\n        \"begird\",\n        \"brevetcy\",\n        \"cavaedium\",\n        \"merycopotamus\",\n        \"psammite\",\n        \"psittacistic\",\n        \"racknumber\",\n        \"trevette\",\n        \"trivette\"\n    ],\n    \"inye aka\": [\n        \"acaudate\",\n        \"adustive\",\n        \"alicant\",\n        \"alining\",\n        \"allotransplant\",\n        \"asbestinize\",\n        \"assinuate\",\n        \"aucupate\",\n        \"auspicate\",\n        \"auxoaction\",\n        \"briberies\",\n        \"brike\",\n        \"briquetting\",\n        \"coalescing\",\n        \"coaxing\",\n        \"donack\",\n        \"ensheathing\",\n        \"glomerate\",\n        \"handreading\",\n        \"helide\",\n        \"hellicate\",\n        \"misbestowed\",\n        \"nictitate\",\n        \"restuffing\",\n        \"subsidize\"\n    ],\n    \"ọgụgụ isi\": [\n        \"acaulous\",\n        \"bibulousness\",\n        \"counterstimulus\",\n        \"genius\",\n        \"intellect\",\n        \"intellectation\",\n        \"intellective\",\n        \"intellectively\",\n        \"intellects\",\n        \"intellectual\",\n        \"intellectualisation\",\n        \"intellectualise\",\n        \"intellectualiser\",\n        \"intellectualising\",\n        \"intellectualism\",\n        \"intellectualistic\",\n        \"intellectualistically\",\n        \"intellectuality\",\n        \"intellectualities\",\n        \"intellectualization\",\n        \"intellectualizations\",\n        \"intellectualize\",\n        \"intellectualized\",\n        \"intellectualizer\",\n        \"intellectualizes\",\n        \"intellectualizing\",\n        \"intellectually\",\n        \"intellectualness\",\n        \"intelligence\",\n        \"intelligences\",\n        \"intelligency\",\n        \"intelligentiary\",\n        \"intelligently\",\n        \"intelligentsia\",\n        \"literalistic\",\n        \"literalminded\",\n        \"literalmindedness\",\n        \"nonintellectual\",\n        \"overintellectualness\",\n        \"pseudointellectually\",\n        \"unintellective\",\n        \"unintellectual\"\n    ],\n    \"Acc\": [\n        \"acc\"\n    ],\n    \"acadian\": [\n        \"accadian\"\n    ],\n    \"ngwoolu\": [\n        \"acce\",\n        \"accent\"\n    ],\n    \"nzere\": [\n        \"acceder\",\n        \"acceders\",\n        \"accreditee\",\n        \"credential\",\n        \"credentialism\",\n        \"credentials\",\n        \"defenser\",\n        \"degreeing\",\n        \"elutriation\",\n        \"evasion\",\n        \"evulgation\",\n        \"legateship\",\n        \"matriculation\",\n        \"reevasion\",\n        \"refutability\"\n    ],\n    \"ikwado\": [\n        \"acceding\",\n        \"acclimating\",\n        \"acclimation\",\n        \"acclimatising\",\n        \"acclimatizing\",\n        \"acclinate\",\n        \"acclivitous\",\n        \"accloy\",\n        \"accorporate\",\n        \"accoucheuse\",\n        \"accounter\",\n        \"accourage\",\n        \"advocateship\",\n        \"affatuate\",\n        \"allegiant\",\n        \"allegiantly\",\n        \"allelomorph\",\n        \"allelomorphic\",\n        \"alleviant\",\n        \"alleviative\",\n        \"assate\",\n        \"assiduate\",\n        \"channelize\",\n        \"commove\",\n        \"conducent\",\n        \"corroborate\",\n        \"discommend\",\n        \"embourgeoisement\",\n        \"encaging\",\n        \"enid\",\n        \"equinecessary\",\n        \"equipotentiality\",\n        \"espouse\",\n        \"esquirearchy\",\n        \"facilitate\",\n        \"facilitated\",\n        \"facilitating\",\n        \"glamorize\",\n        \"glamorizing\",\n        \"grivoise\",\n        \"handfasting\",\n        \"harrateen\",\n        \"preadvise\",\n        \"propionate\",\n        \"refacilitate\",\n        \"reliquefying\",\n        \"substantize\",\n        \"suithold\",\n        \"suscept\",\n        \"susurrate\",\n        \"tenoning\",\n        \"toist\",\n        \"trustifying\",\n        \"wagnerize\"\n    ],\n    \"osooso\": [\n        \"accelerable\",\n        \"accelerando\",\n        \"accelerant\",\n        \"accelerated\",\n        \"acceleratedly\",\n        \"accelerating\",\n        \"acceleration\",\n        \"accelerations\",\n        \"accelerative\",\n        \"acceleratory\",\n        \"accelerometer\",\n        \"accelerometers\",\n        \"speedup\"\n    ],\n    \"mee ngwangwa\": [\n        \"accelerate\",\n        \"expedite\",\n        \"scelerate\"\n    ],\n    \"na-eme ngwangwa\": [\n        \"accelerates\"\n    ],\n    \"ngwa ngwa\": [\n        \"acceleratingly\",\n        \"acutely\",\n        \"animately\",\n        \"appendicular\",\n        \"appulsively\",\n        \"aptness\",\n        \"arbutes\",\n        \"brittles\",\n        \"driftwind\",\n        \"elaterids\",\n        \"entoplastic\",\n        \"entoptoscopic\",\n        \"expediencies\",\n        \"expedientially\",\n        \"expediently\",\n        \"expediment\",\n        \"expeditely\",\n        \"expediteness\",\n        \"expedites\",\n        \"expeditious\",\n        \"expeditiously\",\n        \"expeditiousness\",\n        \"expeditive\",\n        \"farstepped\",\n        \"fascial\",\n        \"fasciated\",\n        \"fasciately\",\n        \"fascicle\",\n        \"fascicles\",\n        \"fascicularly\",\n        \"fasciculately\",\n        \"fascintatingly\",\n        \"fascisms\",\n        \"fascistization\",\n        \"fascistize\",\n        \"fast\",\n        \"fastback\",\n        \"fastbacks\",\n        \"fastidiosity\",\n        \"fastidious\",\n        \"fastidiously\",\n        \"fastidiousness\",\n        \"fastigate\",\n        \"fastigated\",\n        \"fastigiated\",\n        \"fastigiately\",\n        \"fastigious\",\n        \"fastigiums\",\n        \"fastly\",\n        \"fastness\",\n        \"fastnesses\",\n        \"fastuous\",\n        \"fastuously\",\n        \"fastus\",\n        \"fastwalk\",\n        \"firmer\",\n        \"flashforwards\",\n        \"fleetingly\",\n        \"fleetingness\",\n        \"fleetly\",\n        \"fleyedly\",\n        \"fleuretty\",\n        \"flexuosely\",\n        \"flexuously\",\n        \"hastately\",\n        \"hastati\",\n        \"haste\",\n        \"hasteful\",\n        \"hastefully\",\n        \"hasteless\",\n        \"hastelessness\",\n        \"hastener\",\n        \"hasteners\",\n        \"hasteproof\",\n        \"hasty\",\n        \"hastier\",\n        \"hastifness\",\n        \"hastily\",\n        \"hastiness\",\n        \"hasting\",\n        \"hastings\",\n        \"hastingsite\",\n        \"hastler\",\n        \"hastula\",\n        \"highlow\",\n        \"hurleyhacket\",\n        \"hurridly\",\n        \"hurriedly\",\n        \"hurriedness\",\n        \"hurryingly\",\n        \"hurryproof\",\n        \"immediacies\",\n        \"immediateness\",\n        \"immediatism\",\n        \"immediatist\",\n        \"instancies\",\n        \"instantaneousness\",\n        \"instanter\",\n        \"inventorial\",\n        \"inventories\",\n        \"logics\",\n        \"mortices\",\n        \"optation\",\n        \"optatives\",\n        \"outcatch\",\n        \"outsteal\",\n        \"ovenware\",\n        \"overhurriedly\",\n        \"plectron\",\n        \"plectrons\",\n        \"precipitantly\",\n        \"precipitately\",\n        \"promptbooks\",\n        \"promptest\",\n        \"promptly\",\n        \"promptness\",\n        \"promptuary\",\n        \"prompture\",\n        \"quick\",\n        \"quickbeam\",\n        \"quickborn\",\n        \"quicked\",\n        \"quicken\",\n        \"quickenance\",\n        \"quickenbeam\",\n        \"quickener\",\n        \"quickening\",\n        \"quickens\",\n        \"quicker\",\n        \"quickfoot\",\n        \"quickhatch\",\n        \"quickhearted\",\n        \"quickie\",\n        \"quickies\",\n        \"quicking\",\n        \"quickly\",\n        \"quicklime\",\n        \"quickness\",\n        \"quicks\",\n        \"quickset\",\n        \"quickside\",\n        \"quicksilver\",\n        \"quicksilvery\",\n        \"quicksilvering\",\n        \"quicksilverish\",\n        \"quickstep\",\n        \"quicksteps\",\n        \"quickthorn\",\n        \"rapic\",\n        \"rapid\",\n        \"rapidamente\",\n        \"rapidity\",\n        \"rapidities\",\n        \"rapidly\",\n        \"rapidness\",\n        \"rashly\",\n        \"readily\",\n        \"reflexly\",\n        \"reverbs\",\n        \"rinderpest\",\n        \"rushy\",\n        \"rushiness\",\n        \"rushings\",\n        \"rushlike\",\n        \"rushwork\",\n        \"slowbellies\",\n        \"slowcoach\",\n        \"slowdowns\",\n        \"slowest\",\n        \"slowness\",\n        \"slownesses\",\n        \"slowpoke\",\n        \"slowpokes\",\n        \"slowworm\",\n        \"snappishly\",\n        \"soon\",\n        \"sooners\",\n        \"soony\",\n        \"soonish\",\n        \"soonly\",\n        \"speedful\",\n        \"speedfully\",\n        \"speedfulness\",\n        \"speedgun\",\n        \"speedy\",\n        \"speedily\",\n        \"speediness\",\n        \"speedingly\",\n        \"speedly\",\n        \"speedwells\",\n        \"speronares\",\n        \"spewy\",\n        \"superagency\",\n        \"surgency\",\n        \"suspiration\",\n        \"susurringly\",\n        \"swiftly\",\n        \"swiftlier\",\n        \"swiftlike\",\n        \"swiftness\",\n        \"tightwire\",\n        \"turgently\",\n        \"unhurriedly\",\n        \"urgency\",\n        \"urgencies\",\n        \"urgent\",\n        \"urgently\",\n        \"urgentness\",\n        \"urpriser\",\n        \"urushic\",\n        \"vagabondizer\",\n        \"velocities\",\n        \"verbate\",\n        \"verbids\",\n        \"verbigerate\",\n        \"verbile\",\n        \"verdures\",\n        \"vergency\",\n        \"vervel\",\n        \"vervelle\",\n        \"vulnerose\"\n    ],\n    \"ome osooso\": [\n        \"accelerator\"\n    ],\n    \"ndokwa ngwa ngwa\": [\n        \"accelerators\"\n    ],\n    \"ndokwa\": [\n        \"accelerograph\",\n        \"accordature\",\n        \"alack\",\n        \"alisonite\",\n        \"amalg\",\n        \"anconas\",\n        \"approvance\",\n        \"arangoes\",\n        \"aryanize\",\n        \"arrace\",\n        \"arrach\",\n        \"arrack\",\n        \"arracks\",\n        \"arrage\",\n        \"arrayal\",\n        \"arrayals\",\n        \"arraignment\",\n        \"arrand\",\n        \"arrange\",\n        \"arrangeable\",\n        \"arrangement\",\n        \"arrangements\",\n        \"arranges\",\n        \"arranging\",\n        \"arrastra\",\n        \"arrastre\",\n        \"besmutch\",\n        \"bournonite\",\n        \"calumniations\",\n        \"campanero\",\n        \"cathodal\",\n        \"cavendish\",\n        \"cavesson\",\n        \"codelinquency\",\n        \"contrade\",\n        \"cotarnin\",\n        \"crinkle\",\n        \"darraign\",\n        \"dawdlers\",\n        \"diastereoisomer\",\n        \"diastereoisomeric\",\n        \"djave\",\n        \"dowagers\",\n        \"encashment\",\n        \"encell\",\n        \"enstatitite\",\n        \"ficklety\",\n        \"fixt\",\n        \"foraminule\",\n        \"forlornness\",\n        \"forritsome\",\n        \"gaud\",\n        \"gerard\",\n        \"grimme\",\n        \"gritrock\",\n        \"harbrough\",\n        \"hierarch\",\n        \"hierarchial\",\n        \"hierarchise\",\n        \"hierarchism\",\n        \"hierarchs\",\n        \"homeochromatic\",\n        \"homochromatic\",\n        \"imboldening\",\n        \"laylock\",\n        \"linebreed\",\n        \"malarrangement\",\n        \"misericordia\",\n        \"misos\",\n        \"missyllabification\",\n        \"missment\",\n        \"mollahs\",\n        \"nadorite\",\n        \"nidget\",\n        \"nonconduction\",\n        \"phalangeal\",\n        \"phalangistine\",\n        \"pilimiction\",\n        \"planispheric\",\n        \"potamogale\",\n        \"potamogeton\",\n        \"potassiferous\",\n        \"pothook\",\n        \"pothooks\",\n        \"potlach\",\n        \"potlache\",\n        \"potlatch\",\n        \"potlatched\",\n        \"potlikker\",\n        \"presolicitation\",\n        \"provision\",\n        \"provisionality\",\n        \"provisioneress\",\n        \"provisionment\",\n        \"provisions\",\n        \"punditry\",\n        \"reservedness\",\n        \"scheduled\",\n        \"schedules\",\n        \"stipiture\",\n        \"suitorship\",\n        \"tedders\",\n        \"tps\",\n        \"upkeeps\",\n        \"uppbad\",\n        \"vagabonds\"\n    ],\n    \"ịkwado\": [\n        \"accend\",\n        \"accroaching\",\n        \"accroides\",\n        \"accurtation\",\n        \"aldermanate\",\n        \"apothece\",\n        \"apotheosize\",\n        \"apotheosized\",\n        \"beride\",\n        \"bracking\",\n        \"cudbear\",\n        \"ethylating\",\n        \"gadrooning\",\n        \"layover\",\n        \"lidar\",\n        \"pejorate\",\n        \"prededication\",\n        \"preprovoking\",\n        \"presuspend\",\n        \"propterygial\",\n        \"quease\",\n        \"sanctionative\",\n        \"sanctioning\",\n        \"taligrade\",\n        \"toeholds\",\n        \"unscouring\",\n        \"vagabonding\"\n    ],\n    \"inweta\": [\n        \"accendible\",\n        \"accessable\",\n        \"accessible\",\n        \"accessibleness\",\n        \"acquest\",\n        \"atelier\",\n        \"attaining\",\n        \"avail\",\n        \"concessively\",\n        \"gaining\",\n        \"obtainable\",\n        \"obtainably\",\n        \"obtaining\",\n        \"pertainment\"\n    ],\n    \"iwe\": [\n        \"accensed\",\n        \"affronted\",\n        \"affrontingness\",\n        \"affrontment\",\n        \"aggrievance\",\n        \"aggrieve\",\n        \"aggrieved\",\n        \"aggrievedness\",\n        \"aggrievement\",\n        \"agister\",\n        \"ahungered\",\n        \"andaste\",\n        \"aneling\",\n        \"angary\",\n        \"anger\",\n        \"angers\",\n        \"anglish\",\n        \"angor\",\n        \"angry\",\n        \"angrier\",\n        \"angriest\",\n        \"angustate\",\n        \"anhungered\",\n        \"anno\",\n        \"annoyance\",\n        \"annoyancer\",\n        \"annoyances\",\n        \"annoyed\",\n        \"annoyful\",\n        \"annoyingness\",\n        \"annoyment\",\n        \"antsier\",\n        \"brit\",\n        \"chagrin\",\n        \"deplored\",\n        \"disgruntled\",\n        \"disple\",\n        \"displeasance\",\n        \"displease\",\n        \"displeased\",\n        \"displeasedly\",\n        \"displeaser\",\n        \"displeasure\",\n        \"displeasureable\",\n        \"displeasureably\",\n        \"displeasured\",\n        \"displeasurement\",\n        \"distendedness\",\n        \"downiness\",\n        \"embitter\",\n        \"embitterment\",\n        \"enfierce\",\n        \"ennoy\",\n        \"enrage\",\n        \"enragement\",\n        \"enrages\",\n        \"enraging\",\n        \"enrange\",\n        \"exasperated\",\n        \"exasperating\",\n        \"festerment\",\n        \"fret\",\n        \"fretted\",\n        \"fretten\",\n        \"frisure\",\n        \"fritter\",\n        \"frittering\",\n        \"frivoled\",\n        \"frumentation\",\n        \"frumety\",\n        \"frustulose\",\n        \"frustulum\",\n        \"furyl\",\n        \"furious\",\n        \"furiousness\",\n        \"gignate\",\n        \"gret\",\n        \"griece\",\n        \"grievable\",\n        \"grievance\",\n        \"grievances\",\n        \"grievant\",\n        \"grievants\",\n        \"grim\",\n        \"grimace\",\n        \"grimaced\",\n        \"grimacer\",\n        \"grimacing\",\n        \"grimed\",\n        \"grimier\",\n        \"griminess\",\n        \"griming\",\n        \"grimliness\",\n        \"grimm\",\n        \"grimness\",\n        \"grimnesses\",\n        \"grise\",\n        \"grisly\",\n        \"grisliness\",\n        \"grister\",\n        \"grit\",\n        \"gritter\",\n        \"grubbery\",\n        \"grubhood\",\n        \"grudge\",\n        \"grudgeful\",\n        \"grudgefulness\",\n        \"grudgery\",\n        \"grudges\",\n        \"grudgingness\",\n        \"grudgment\",\n        \"grunt\",\n        \"grunter\",\n        \"grunth\",\n        \"gruntingly\",\n        \"gruntle\",\n        \"grutched\",\n        \"grutten\",\n        \"harst\",\n        \"imbased\",\n        \"indentation\",\n        \"indented\",\n        \"indentment\",\n        \"indignation\",\n        \"indignatory\",\n        \"indignify\",\n        \"indignifying\",\n        \"indignity\",\n        \"indignities\",\n        \"inditement\",\n        \"infuriation\",\n        \"irate\",\n        \"ireful\",\n        \"irefulness\",\n        \"iritises\",\n        \"irritable\",\n        \"irritableness\",\n        \"irritament\",\n        \"irritancy\",\n        \"irritancies\",\n        \"irritant\",\n        \"irritants\",\n        \"irritate\",\n        \"irritated\",\n        \"irritations\",\n        \"irritativeness\",\n        \"lashingly\",\n        \"obsignation\",\n        \"offending\",\n        \"offenseful\",\n        \"offensively\",\n        \"offensiveness\",\n        \"offish\",\n        \"outburn\",\n        \"outclamor\",\n        \"outgrin\",\n        \"outgrins\",\n        \"outhired\",\n        \"outhit\",\n        \"outplease\",\n        \"outpleased\",\n        \"outpleasing\",\n        \"outrage\",\n        \"outrages\",\n        \"outrange\",\n        \"outraught\",\n        \"pissant\",\n        \"pisses\",\n        \"pissing\",\n        \"protestant\",\n        \"provokingness\",\n        \"rage\",\n        \"ragee\",\n        \"ragees\",\n        \"rageous\",\n        \"raging\",\n        \"ragingly\",\n        \"resensation\",\n        \"resent\",\n        \"resentationally\",\n        \"resented\",\n        \"resentence\",\n        \"resentenced\",\n        \"resentful\",\n        \"resentfully\",\n        \"resentfullness\",\n        \"resentfulness\",\n        \"resentiment\",\n        \"resentment\",\n        \"resentments\",\n        \"resents\",\n        \"sullenness\",\n        \"tantrum\",\n        \"tearier\",\n        \"teasableness\",\n        \"temerousness\",\n        \"temperish\",\n        \"temser\",\n        \"temulency\",\n        \"tensed\",\n        \"unburst\",\n        \"unpleased\",\n        \"unpleasure\",\n        \"upburn\",\n        \"upburst\",\n        \"upsetment\",\n        \"upsettable\",\n        \"upsettal\",\n        \"upsetted\",\n        \"upsetter\",\n        \"vexation\",\n        \"vexed\",\n        \"vexedness\",\n        \"wrath\",\n        \"wrathful\",\n        \"wrathfully\",\n        \"wrathfulness\",\n        \"wrathiness\",\n        \"wraths\",\n        \"wroth\",\n        \"wrothy\",\n        \"wrothiness\"\n    ],\n    \"nrigo ugwu\": [\n        \"accension\",\n        \"ascension\"\n    ],\n    \"ịgbanye olu\": [\n        \"accenting\"\n    ],\n    \"accent\": [\n        \"accentor\"\n    ],\n    \"asambodo\": [\n        \"accentors\",\n        \"accents\",\n        \"accredits\",\n        \"allegorister\",\n        \"cercolabes\",\n        \"cercopidae\",\n        \"cercopithecidae\",\n        \"cercopod\",\n        \"cerimans\",\n        \"cerinthian\",\n        \"ceriphs\",\n        \"cerithiidae\",\n        \"cermets\",\n        \"certificated\",\n        \"certificates\",\n        \"certificating\",\n        \"certification\",\n        \"certifications\",\n        \"certificative\",\n        \"certificator\",\n        \"certificatory\",\n        \"certifier\",\n        \"certifiers\",\n        \"certifying\",\n        \"certiorari\",\n        \"cervelats\",\n        \"cervicicardiac\",\n        \"cervicodorsal\",\n        \"cervicofacial\",\n        \"cervidae\",\n        \"citification\",\n        \"citifying\",\n        \"cretification\",\n        \"licuala\",\n        \"noncertification\",\n        \"noncertified\",\n        \"rumshop\",\n        \"ungratification\",\n        \"unmonumented\",\n        \"unsilicified\",\n        \"unsmokified\",\n        \"unsqueamish\",\n        \"warrantedly\"\n    ],\n    \"ikwuputa okwu\": [\n        \"accentuality\",\n        \"blately\",\n        \"clausure\",\n        \"disulphonate\",\n        \"overelaborating\",\n        \"overloudness\"\n    ],\n    \"itozu\": [\n        \"accentually\",\n        \"bountith\",\n        \"extol\"\n    ],\n    \"nkwupụta ụda\": [\n        \"accentuation\",\n        \"amp\",\n        \"broadmouth\",\n        \"bumblingness\",\n        \"declamatoriness\",\n        \"muttony\",\n        \"parvenuism\",\n        \"rheobases\",\n        \"rheological\",\n        \"rheopexy\",\n        \"rheoscopic\",\n        \"rheotrope\",\n        \"rheotropic\",\n        \"rhexes\"\n    ],\n    \"nabata\": [\n        \"accept\",\n        \"acceptedly\",\n        \"accepter\",\n        \"acceptilate\",\n        \"accommodate\",\n        \"acquiesce\",\n        \"admittances\",\n        \"betallow\",\n        \"betear\",\n        \"embrasure\",\n        \"embrasuring\",\n        \"entad\",\n        \"entheate\",\n        \"entone\",\n        \"entrechat\",\n        \"entree\",\n        \"entrees\",\n        \"entune\",\n        \"enturret\",\n        \"entwite\",\n        \"helvite\",\n        \"hostilize\",\n        \"preaccepting\",\n        \"reaccept\",\n        \"receive\",\n        \"recelebrate\",\n        \"receptible\",\n        \"reconcilee\",\n        \"reconveys\",\n        \"reinduce\",\n        \"reintercede\",\n        \"reinvade\",\n        \"reinvents\",\n        \"reinvite\",\n        \"reinvoked\",\n        \"relose\",\n        \"uncome\",\n        \"welcome\",\n        \"welcomed\"\n    ],\n    \"nnabata\": [\n        \"acceptability\",\n        \"acceptableness\",\n        \"acceptance\",\n        \"acceptancy\",\n        \"acceptant\",\n        \"acceptation\",\n        \"acceptavit\",\n        \"acceptee\",\n        \"acceptees\",\n        \"acceptilation\",\n        \"acceptingness\",\n        \"acception\",\n        \"acceptress\",\n        \"acclivity\",\n        \"accombination\",\n        \"accommodable\",\n        \"accommodableness\",\n        \"accommodateness\",\n        \"accommodatingness\",\n        \"accommodative\",\n        \"accommodatively\",\n        \"accommodativeness\",\n        \"accordionist\",\n        \"accorporation\",\n        \"accrementition\",\n        \"accretion\",\n        \"achronism\",\n        \"acquiescence\",\n        \"acquiescency\",\n        \"acquiescent\",\n        \"ademption\",\n        \"admeasure\",\n        \"admissability\",\n        \"admissibility\",\n        \"admissibleness\",\n        \"admission\",\n        \"admissions\",\n        \"admissory\",\n        \"admittance\",\n        \"admittatur\",\n        \"admittee\",\n        \"admitty\",\n        \"adorability\",\n        \"adscriptitious\",\n        \"aeromancy\",\n        \"agreation\",\n        \"agremens\",\n        \"alectoromancy\",\n        \"aliency\",\n        \"amassment\",\n        \"amission\",\n        \"anconei\",\n        \"apperception\",\n        \"approvedness\",\n        \"ascendancy\",\n        \"assedation\",\n        \"assigneeship\",\n        \"assumptiousness\",\n        \"assumptiveness\",\n        \"assurant\",\n        \"assurate\",\n        \"attingence\",\n        \"auditory\",\n        \"begumming\",\n        \"bigheartedness\",\n        \"bolsheviks\",\n        \"bowellike\",\n        \"bowlderhead\",\n        \"buddhology\",\n        \"buddleias\",\n        \"cathetometric\",\n        \"cathetusti\",\n        \"cavalierness\",\n        \"cavillingness\",\n        \"coheirship\",\n        \"cohesion\",\n        \"compliableness\",\n        \"compliance\",\n        \"compliancy\",\n        \"compliancies\",\n        \"comptness\",\n        \"confederatism\",\n        \"consentaneity\",\n        \"consentaneousness\",\n        \"consortitia\",\n        \"conspect\",\n        \"copatroness\",\n        \"coplanarities\",\n        \"courtesanry\",\n        \"courtesanship\",\n        \"courtesying\",\n        \"covent\",\n        \"crepitation\",\n        \"cribriformity\",\n        \"decry\",\n        \"dedolomitization\",\n        \"denotive\",\n        \"dirempt\",\n        \"disoxygenation\",\n        \"domification\",\n        \"elitism\",\n        \"embattlement\",\n        \"embracement\",\n        \"embranchment\",\n        \"encomy\",\n        \"enfant\",\n        \"engallant\",\n        \"engarment\",\n        \"engendure\",\n        \"englacial\",\n        \"englacially\",\n        \"englishism\",\n        \"englory\",\n        \"engnessang\",\n        \"engorgement\",\n        \"engraftment\",\n        \"enlevement\",\n        \"enoptromancy\",\n        \"enstatite\",\n        \"enterritoriality\",\n        \"entrecotes\",\n        \"equivocatingly\",\n        \"fellowheirship\",\n        \"globetrotters\",\n        \"gravidity\",\n        \"halling\",\n        \"hamletization\",\n        \"homager\",\n        \"homelike\",\n        \"homodromy\",\n        \"homomorphy\",\n        \"homomorphic\",\n        \"homoousion\",\n        \"homotatic\",\n        \"homotaxy\",\n        \"homotaxial\",\n        \"homotaxially\",\n        \"homotaxic\",\n        \"homotypal\",\n        \"homotypy\",\n        \"homotypic\",\n        \"homotony\",\n        \"homotonic\",\n        \"homotonous\",\n        \"homotopic\",\n        \"homotropous\",\n        \"hospitage\",\n        \"hosteling\",\n        \"hostelling\",\n        \"hostessed\",\n        \"hostessing\",\n        \"hosting\",\n        \"hostlership\",\n        \"hostry\",\n        \"hostship\",\n        \"imitancy\",\n        \"implicational\",\n        \"implicity\",\n        \"imposing\",\n        \"imposition\",\n        \"impositions\",\n        \"imposure\",\n        \"incomings\",\n        \"incorporatedness\",\n        \"incorporation\",\n        \"ingallantry\",\n        \"ingatherer\",\n        \"inglobe\",\n        \"inglobed\",\n        \"ingrandize\",\n        \"ingrow\",\n        \"ingrownness\",\n        \"ingrowth\",\n        \"ingrowths\",\n        \"initiation\",\n        \"institorial\",\n        \"interminglement\",\n        \"invection\",\n        \"involucriform\",\n        \"invultuation\",\n        \"largeheartedness\",\n        \"mawkishness\",\n        \"mercerization\",\n        \"mercurialisation\",\n        \"mercurialising\",\n        \"mercuriality\",\n        \"mercurialness\",\n        \"mercurification\",\n        \"merism\",\n        \"meristems\",\n        \"mermithergate\",\n        \"mermithization\",\n        \"merrier\",\n        \"momble\",\n        \"negrine\",\n        \"nomadism\",\n        \"nomadization\",\n        \"nonacceptance\",\n        \"nonacceptation\",\n        \"nonassortment\",\n        \"noncompliance\",\n        \"noncontributiveness\",\n        \"nonentertainment\",\n        \"nonperversity\",\n        \"nonreception\",\n        \"nonsubmission\",\n        \"nontemptation\",\n        \"nontransference\",\n        \"nontransgression\",\n        \"nontransmission\",\n        \"nontransmittance\",\n        \"nuncupative\",\n        \"obduracies\",\n        \"octuplication\",\n        \"omittance\",\n        \"omniparity\",\n        \"outrecuidance\",\n        \"overleaping\",\n        \"overspoke\",\n        \"overtimorousness\",\n        \"paramyotonia\",\n        \"passibility\",\n        \"placation\",\n        \"plebeianisation\",\n        \"privatdocent\",\n        \"privatdozent\",\n        \"proacceptance\",\n        \"proelectrification\",\n        \"reacceptance\",\n        \"reagreement\",\n        \"receivability\",\n        \"receivable\",\n        \"receivableness\",\n        \"receivables\",\n        \"receivablness\",\n        \"receival\",\n        \"receivedness\",\n        \"receivership\",\n        \"recelebrating\",\n        \"recement\",\n        \"recementation\",\n        \"receptacula\",\n        \"receptacular\",\n        \"receptaculite\",\n        \"receptaculites\",\n        \"receptaculitid\",\n        \"receptaculitoid\",\n        \"receptaculum\",\n        \"receptibility\",\n        \"reception\",\n        \"receptionism\",\n        \"receptions\",\n        \"receptitious\",\n        \"receptiveness\",\n        \"receptivity\",\n        \"receptual\",\n        \"receptually\",\n        \"refluence\",\n        \"relinquishment\",\n        \"renascibleness\",\n        \"renationalizing\",\n        \"renidification\",\n        \"renitence\",\n        \"renitency\",\n        \"renomination\",\n        \"renormalization\",\n        \"renullification\",\n        \"repercept\",\n        \"reperception\",\n        \"resanction\",\n        \"revenant\",\n        \"revisership\",\n        \"salpingostomy\",\n        \"secondhandedness\",\n        \"stranglehold\",\n        \"subextensibility\",\n        \"subjectability\",\n        \"subjectibility\",\n        \"subjectivism\",\n        \"subjectivistic\",\n        \"subjectivistically\",\n        \"subjectivization\",\n        \"subsensuousness\",\n        \"subsuming\",\n        \"subsumption\",\n        \"sumptuousness\",\n        \"superciliosity\",\n        \"supercolumniation\",\n        \"supercorporation\",\n        \"supercredit\",\n        \"supertemptation\",\n        \"suppliance\",\n        \"surrealism\",\n        \"swarthily\",\n        \"thanatos\",\n        \"tomorrowness\",\n        \"unapprobation\",\n        \"unaptness\",\n        \"unavouchably\",\n        \"unconsonancy\",\n        \"unmothered\",\n        \"unreceptivity\",\n        \"upconjure\",\n        \"upshift\",\n        \"usherance\",\n        \"volitient\",\n        \"volutation\",\n        \"welcomely\",\n        \"welcomeness\",\n        \"wholesomeness\",\n        \"woolenization\"\n    ],\n    \"anabata\": [\n        \"acceptable\",\n        \"admissive\",\n        \"tolerablish\"\n    ],\n    \"nabatara\": [\n        \"acceptably\",\n        \"accepted\",\n        \"accommodates\",\n        \"recelebrated\",\n        \"reconveyed\"\n    ],\n    \"ikwere\": [\n        \"acceptances\",\n        \"acceptancies\",\n        \"accredited\",\n        \"believably\",\n        \"believing\",\n        \"believingly\",\n        \"colligible\",\n        \"compromis\",\n        \"compromise\",\n        \"compromiser\",\n        \"compromisingly\",\n        \"compromissary\",\n        \"compromissorial\",\n        \"compromit\",\n        \"consentable\",\n        \"credently\",\n        \"creditableness\",\n        \"disbelieving\",\n        \"embracery\",\n        \"fiddleys\",\n        \"fiddles\",\n        \"fiddling\",\n        \"fidleys\",\n        \"guaranteing\",\n        \"guarantorship\",\n        \"guesswork\",\n        \"incredibilities\",\n        \"incredited\",\n        \"intrusting\",\n        \"licencee\",\n        \"owlishness\",\n        \"persuadableness\",\n        \"persuasibleness\",\n        \"persuasiveness\",\n        \"prebelieve\",\n        \"prebelieving\",\n        \"shakiest\",\n        \"sigillation\",\n        \"tenemental\",\n        \"truce\",\n        \"waggably\",\n        \"waggeries\"\n    ],\n    \"ndị nabatara\": [\n        \"accepters\",\n        \"admitters\",\n        \"receptoral\",\n        \"receptorial\",\n        \"receptors\",\n        \"recepts\"\n    ],\n    \"nakweere\": [\n        \"acceptilated\",\n        \"adoptedly\",\n        \"adopts\"\n    ],\n    \"na-anabata\": [\n        \"acceptilating\",\n        \"acceptingly\",\n        \"acceptive\",\n        \"accepts\",\n        \"accommodating\",\n        \"accommodatingly\",\n        \"acquiesces\",\n        \"acquiescing\",\n        \"admeasuring\",\n        \"condoners\",\n        \"condoning\",\n        \"embracingly\",\n        \"embrasures\",\n        \"praelecting\",\n        \"reaccepting\",\n        \"reaccepts\",\n        \"receives\",\n        \"recelebrates\",\n        \"receptive\",\n        \"receptively\",\n        \"responsive\",\n        \"tolerates\",\n        \"tolerating\",\n        \"tolerative\",\n        \"welcomes\",\n        \"welcoming\",\n        \"welcomingly\"\n    ],\n    \"ịnakwere\": [\n        \"accepting\"\n    ],\n    \"onye nnabata\": [\n        \"acceptor\",\n        \"accommodator\",\n        \"acquiescer\",\n        \"admitter\",\n        \"adorant\",\n        \"adventist\",\n        \"assessee\",\n        \"assorter\",\n        \"coendear\",\n        \"cotraitor\",\n        \"exemptionist\",\n        \"hoast\",\n        \"host\",\n        \"hostager\",\n        \"hosteler\",\n        \"hosteller\",\n        \"hostess\",\n        \"hostler\",\n        \"hostlerwife\",\n        \"innholder\",\n        \"institor\",\n        \"invitant\",\n        \"invitress\",\n        \"mermithaner\",\n        \"nonvoter\",\n        \"participatress\",\n        \"patronal\",\n        \"pickedevant\",\n        \"receptionist\",\n        \"skainsmate\",\n        \"thanatist\",\n        \"upbearer\",\n        \"venerer\",\n        \"wagoneer\",\n        \"welcomer\"\n    ],\n    \"ndị nnabata\": [\n        \"acceptors\",\n        \"borderers\",\n        \"consenters\",\n        \"hostesses\",\n        \"hostlers\",\n        \"institutors\",\n        \"receptionists\",\n        \"welcomers\"\n    ],\n    \"ohere\": [\n        \"access\",\n        \"accessorial\",\n        \"antispace\",\n        \"aplace\",\n        \"damar\",\n        \"demisphere\",\n        \"feasibilities\",\n        \"incisure\",\n        \"interspace\",\n        \"latitude\",\n        \"opportuneness\",\n        \"opportunism\",\n        \"possibilities\",\n        \"spaced\",\n        \"spaceful\",\n        \"spaceward\",\n        \"spaciality\",\n        \"spaciness\",\n        \"spaciosity\",\n        \"spathaceous\",\n        \"vac\",\n        \"vacabond\",\n        \"vacance\",\n        \"vacancy\",\n        \"vacancies\",\n        \"vacandi\",\n        \"vacante\",\n        \"vacantia\",\n        \"vacantness\",\n        \"vacantry\",\n        \"vacatable\",\n        \"vacherin\",\n        \"vacillant\",\n        \"vacoa\",\n        \"vacona\",\n        \"vacoua\",\n        \"vacouf\",\n        \"vacual\",\n        \"vacuit\",\n        \"vacuity\",\n        \"vacuities\",\n        \"vacuome\",\n        \"vacuous\",\n        \"vacuously\"\n    ],\n    \"ngwa\": [\n        \"accessary\",\n        \"accessaries\",\n        \"accessions\",\n        \"accessory\",\n        \"accessories\",\n        \"accessorius\",\n        \"adverb\",\n        \"agars\",\n        \"aplastic\",\n        \"app\",\n        \"appalls\",\n        \"apparail\",\n        \"apparat\",\n        \"apparatchik\",\n        \"apparatchiki\",\n        \"apparatchiks\",\n        \"apparation\",\n        \"apparatus\",\n        \"apparatuses\",\n        \"apparence\",\n        \"appartement\",\n        \"appast\",\n        \"appellability\",\n        \"appellations\",\n        \"appellees\",\n        \"appels\",\n        \"appendages\",\n        \"appendalgia\",\n        \"appendancy\",\n        \"appendectomies\",\n        \"appendence\",\n        \"appendency\",\n        \"appender\",\n        \"appenders\",\n        \"appendicalgia\",\n        \"appendicectomy\",\n        \"appendices\",\n        \"appendicious\",\n        \"appendicostomy\",\n        \"appendiculata\",\n        \"appendorontgenography\",\n        \"appends\",\n        \"appete\",\n        \"appius\",\n        \"appl\",\n        \"appliable\",\n        \"appliableness\",\n        \"appliably\",\n        \"appliances\",\n        \"application\",\n        \"applications\",\n        \"applicator\",\n        \"applier\",\n        \"appliers\",\n        \"applique\",\n        \"appliqueing\",\n        \"appliques\",\n        \"appmt\",\n        \"appoggiatura\",\n        \"appoggiature\",\n        \"appomatox\",\n        \"appomattox\",\n        \"apposers\",\n        \"apposiopestic\",\n        \"apposite\",\n        \"appriser\",\n        \"apprisers\",\n        \"apprising\",\n        \"apprizal\",\n        \"apprizement\",\n        \"apprizes\",\n        \"apprompt\",\n        \"appt\",\n        \"apptd\",\n        \"appulses\",\n        \"appurtenance\",\n        \"appurtenances\",\n        \"arcs\",\n        \"crig\",\n        \"doily\",\n        \"doyly\",\n        \"doylt\",\n        \"enteron\",\n        \"farse\",\n        \"gearcases\",\n        \"implements\",\n        \"instigatrix\",\n        \"instrument\",\n        \"kithe\",\n        \"machinations\",\n        \"morgens\",\n        \"mormo\",\n        \"organ\",\n        \"organdie\",\n        \"organelles\",\n        \"organy\",\n        \"organoboron\",\n        \"organosilicon\",\n        \"organry\",\n        \"organule\",\n        \"organum\",\n        \"organza\",\n        \"organzas\",\n        \"pechans\",\n        \"plication\",\n        \"pocketableness\",\n        \"podware\",\n        \"portamenti\",\n        \"sharpware\",\n        \"swift\",\n        \"swishingly\",\n        \"swiwet\",\n        \"unmechanised\",\n        \"verves\",\n        \"whisks\"\n    ],\n    \"enweta\": [\n        \"accessed\",\n        \"acquirements\",\n        \"acquires\",\n        \"acquiring\",\n        \"availment\",\n        \"avale\",\n        \"derivations\",\n        \"dravite\",\n        \"gainage\",\n        \"obtainance\",\n        \"obtains\",\n        \"substanch\"\n    ],\n    \"nweta\": [\n        \"accesses\",\n        \"accessive\",\n        \"accessorize\",\n        \"accessors\",\n        \"accrease\",\n        \"accrued\",\n        \"accrues\",\n        \"achievability\",\n        \"achieve\",\n        \"achieved\",\n        \"achieving\",\n        \"acquereur\",\n        \"acquire\",\n        \"acquirer\",\n        \"acquirers\",\n        \"acquisite\",\n        \"ateliers\",\n        \"attain\",\n        \"attainer\",\n        \"attainment\",\n        \"attainor\",\n        \"attaints\",\n        \"availabile\",\n        \"avaunt\",\n        \"derisive\",\n        \"deriv\",\n        \"derivate\",\n        \"derivation\",\n        \"derive\",\n        \"destain\",\n        \"earnie\",\n        \"emergence\",\n        \"enherit\",\n        \"enheritage\",\n        \"enheritance\",\n        \"enounced\",\n        \"entitle\",\n        \"exquire\",\n        \"gain\",\n        \"gaincall\",\n        \"gaincome\",\n        \"gainyield\",\n        \"gainlier\",\n        \"get\",\n        \"geta\",\n        \"getable\",\n        \"getatability\",\n        \"gether\",\n        \"getid\",\n        \"getmesost\",\n        \"getups\",\n        \"impart\",\n        \"impartation\",\n        \"obtain\",\n        \"obtainableness\",\n        \"obtainal\",\n        \"obtainment\",\n        \"owrecome\",\n        \"possess\",\n        \"possessionate\",\n        \"procure\",\n        \"procurer\",\n        \"procurers\",\n        \"procureur\",\n        \"reaps\",\n        \"repossessor\",\n        \"retainment\",\n        \"subsult\",\n        \"usherdom\"\n    ],\n    \"ịnweta\": [\n        \"accessing\",\n        \"accessorizing\",\n        \"mineral\",\n        \"mineralise\",\n        \"mineralizable\",\n        \"mineralization\"\n    ],\n    \"ịbanye\": [\n        \"accession\",\n        \"boarder\",\n        \"boarding\",\n        \"embarkation\",\n        \"penetration\"\n    ],\n    \"gbakwunye\": [\n        \"accessional\",\n        \"addedly\",\n        \"addends\",\n        \"append\",\n        \"appendiculated\",\n        \"att\",\n        \"attinge\",\n        \"attrist\",\n        \"compend\",\n        \"compendiate\",\n        \"emirate\",\n        \"encl\",\n        \"succose\",\n        \"uvate\"\n    ],\n    \"tinye\": [\n        \"accessioned\",\n        \"add\",\n        \"addable\",\n        \"addendum\",\n        \"adderspit\",\n        \"addy\",\n        \"addis\",\n        \"additamentary\",\n        \"addititious\",\n        \"additory\",\n        \"additum\",\n        \"additur\",\n        \"addlebrained\",\n        \"addleheaded\",\n        \"addleheadedly\",\n        \"addlepated\",\n        \"addlins\",\n        \"addn\",\n        \"addr\",\n        \"addressograph\",\n        \"addu\",\n        \"adducted\",\n        \"addulce\",\n        \"adjuvate\",\n        \"adpress\",\n        \"attache\",\n        \"attaches\",\n        \"attatches\",\n        \"attentat\",\n        \"attorn\",\n        \"attorns\",\n        \"attry\",\n        \"besmoked\",\n        \"betwattled\",\n        \"cajoled\",\n        \"cive\",\n        \"counterplotted\",\n        \"delundung\",\n        \"dev\",\n        \"devall\",\n        \"devilling\",\n        \"devitrified\",\n        \"devolve\",\n        \"devonport\",\n        \"devotary\",\n        \"dipcoat\",\n        \"diplonts\",\n        \"dipped\",\n        \"dippings\",\n        \"dipppy\",\n        \"dips\",\n        \"diptych\",\n        \"disfurnish\",\n        \"emacerated\",\n        \"emarginated\",\n        \"embanked\",\n        \"embastardize\",\n        \"embattled\",\n        \"embattles\",\n        \"emblazed\",\n        \"embliss\",\n        \"emboite\",\n        \"embolectomies\",\n        \"embolize\",\n        \"embossage\",\n        \"embossing\",\n        \"embound\",\n        \"embowelled\",\n        \"embowelment\",\n        \"embower\",\n        \"embowering\",\n        \"embowerment\",\n        \"embrittled\",\n        \"embrocated\",\n        \"embrocates\",\n        \"embrowd\",\n        \"embrown\",\n        \"embrowns\",\n        \"emerse\",\n        \"emitter\",\n        \"emote\",\n        \"emoting\",\n        \"emperize\",\n        \"encaptivate\",\n        \"encarnalising\",\n        \"encave\",\n        \"enclasp\",\n        \"encloister\",\n        \"encloud\",\n        \"encorpore\",\n        \"encreel\",\n        \"encrown\",\n        \"encrust\",\n        \"enecate\",\n        \"enfeoff\",\n        \"enfetters\",\n        \"enfold\",\n        \"enfolding\",\n        \"enfonce\",\n        \"engenders\",\n        \"engendrure\",\n        \"engilded\",\n        \"engined\",\n        \"engird\",\n        \"engirded\",\n        \"engirding\",\n        \"engirdle\",\n        \"engirt\",\n        \"engladden\",\n        \"englante\",\n        \"englify\",\n        \"englishes\",\n        \"englut\",\n        \"englute\",\n        \"engluts\",\n        \"engold\",\n        \"engore\",\n        \"engrain\",\n        \"engrid\",\n        \"engrossing\",\n        \"enlink\",\n        \"enmass\",\n        \"ennead\",\n        \"enrut\",\n        \"ensweeten\",\n        \"entach\",\n        \"entendres\",\n        \"entente\",\n        \"ententes\",\n        \"enterclose\",\n        \"enteria\",\n        \"enteritidis\",\n        \"entermise\",\n        \"enterpillar\",\n        \"enterprize\",\n        \"entertake\",\n        \"entomologised\",\n        \"entr\",\n        \"entrez\",\n        \"entropionize\",\n        \"entte\",\n        \"envolume\",\n        \"envolupen\",\n        \"enwreathe\",\n        \"espave\",\n        \"exacts\",\n        \"exappendiculate\",\n        \"exserts\",\n        \"firetrap\",\n        \"furnish\",\n        \"getter\",\n        \"hotpressed\",\n        \"hulked\",\n        \"yawped\",\n        \"imband\",\n        \"impingers\",\n        \"incede\",\n        \"incisal\",\n        \"incitress\",\n        \"inclasp\",\n        \"inclavate\",\n        \"inclips\",\n        \"incluse\",\n        \"inclusionist\",\n        \"incoached\",\n        \"incogs\",\n        \"incoronated\",\n        \"incremated\",\n        \"incrust\",\n        \"incrustate\",\n        \"incrustating\",\n        \"incrusting\",\n        \"inculk\",\n        \"incused\",\n        \"incutting\",\n        \"indrape\",\n        \"inerts\",\n        \"infer\",\n        \"infiltered\",\n        \"inflect\",\n        \"ing\",\n        \"ingate\",\n        \"ingates\",\n        \"ingathered\",\n        \"ingeminated\",\n        \"ingender\",\n        \"ingirt\",\n        \"ingle\",\n        \"inglobate\",\n        \"inglut\",\n        \"ingot\",\n        \"ingoted\",\n        \"ingots\",\n        \"ingreve\",\n        \"inked\",\n        \"insperge\",\n        \"inspinne\",\n        \"integralize\",\n        \"interbed\",\n        \"interdine\",\n        \"interfret\",\n        \"interknitted\",\n        \"interlude\",\n        \"intermesh\",\n        \"interpledged\",\n        \"inters\",\n        \"intersaluted\",\n        \"intersert\",\n        \"intersperses\",\n        \"intervolute\",\n        \"inworn\",\n        \"lickspit\",\n        \"meddled\",\n        \"meddling\",\n        \"meddlingly\",\n        \"mercurialised\",\n        \"mussitate\",\n        \"nipped\",\n        \"ocellate\",\n        \"oersted\",\n        \"oersteds\",\n        \"ontologize\",\n        \"ossiculate\",\n        \"ossiculated\",\n        \"ossified\",\n        \"overempty\",\n        \"oviposited\",\n        \"plinthiform\",\n        \"plusses\",\n        \"prioress\",\n        \"pusscat\",\n        \"put\",\n        \"putative\",\n        \"putouts\",\n        \"putrifacted\",\n        \"putsch\",\n        \"putterer\",\n        \"putteringly\",\n        \"saponified\",\n        \"sceptred\",\n        \"smeeked\",\n        \"sopping\",\n        \"sotted\",\n        \"subslot\",\n        \"svce\",\n        \"tackingly\",\n        \"tacks\",\n        \"tilsit\",\n        \"unca\",\n        \"utick\",\n        \"util\",\n        \"utriculate\"\n    ],\n    \"ịgbakwunye\": [\n        \"accessioning\",\n        \"addend\",\n        \"addling\",\n        \"adjournment\",\n        \"affamish\",\n        \"countenancing\",\n        \"extill\",\n        \"metabolising\",\n        \"metabolizing\",\n        \"reliberate\",\n        \"reliberating\"\n    ],\n    \"enweghị ohere\": [\n        \"accessless\",\n        \"allosome\",\n        \"opportuneless\",\n        \"unarticulated\",\n        \"unoccasioned\",\n        \"vacantheartedness\",\n        \"vacillancy\",\n        \"vacuousness\"\n    ],\n    \"ihe nnweta\": [\n        \"accessor\",\n        \"ancodont\",\n        \"caporals\",\n        \"coredeeming\",\n        \"mordents\",\n        \"pyroelectricity\",\n        \"shandies\",\n        \"upswelling\"\n    ],\n    \"n'ụzọ dị mfe\": [\n        \"accessorily\",\n        \"capacitively\",\n        \"injudiciously\",\n        \"superoratorically\",\n        \"trivially\",\n        \"underivatively\",\n        \"vitalizingly\"\n    ],\n    \"ọghọm\": [\n        \"accidence\",\n        \"accident\",\n        \"accidentalism\",\n        \"accidentalist\",\n        \"accidented\",\n        \"accidentiality\",\n        \"addicent\",\n        \"casalty\",\n        \"congery\",\n        \"cons\",\n        \"disadvantageous\",\n        \"disadvantageously\",\n        \"disadvantageousness\",\n        \"disadvantages\",\n        \"forfeitures\",\n        \"haphazardness\",\n        \"imperilments\",\n        \"losses\",\n        \"lostnesses\",\n        \"malaccident\",\n        \"misachievement\",\n        \"misadvantage\",\n        \"misadventures\",\n        \"miscue\",\n        \"misfall\",\n        \"mishaps\",\n        \"miships\",\n        \"missort\",\n        \"missorts\",\n        \"mistrals\",\n        \"posteriority\",\n        \"unadvantageousness\",\n        \"undisadvantageous\"\n    ],\n    \"mberede\": [\n        \"accidential\",\n        \"emergency\",\n        \"occidental\"\n    ],\n    \"ihe mberede\": [\n        \"accidents\"\n    ],\n    \"ikwenye\": [\n        \"accidie\",\n        \"accismus\",\n        \"accoying\",\n        \"accordancy\",\n        \"accrediting\",\n        \"affranchise\",\n        \"affricate\",\n        \"affrontive\",\n        \"allelism\",\n        \"allelotropy\",\n        \"allelotropic\",\n        \"allision\",\n        \"assenter\",\n        \"assenting\",\n        \"assentive\",\n        \"assentiveness\",\n        \"assith\",\n        \"assuringly\",\n        \"cerises\",\n        \"cerite\",\n        \"cerning\",\n        \"colliquate\",\n        \"commassee\",\n        \"commation\",\n        \"committent\",\n        \"commoving\",\n        \"compellingly\",\n        \"compendency\",\n        \"compendent\",\n        \"compendiousness\",\n        \"compliances\",\n        \"compliantly\",\n        \"complying\",\n        \"componential\",\n        \"compromitting\",\n        \"conation\",\n        \"confelicity\",\n        \"confirmatory\",\n        \"confirmer\",\n        \"confirming\",\n        \"confirmingly\",\n        \"confitent\",\n        \"confucius\",\n        \"conject\",\n        \"conjecturing\",\n        \"consentant\",\n        \"consentful\",\n        \"consenting\",\n        \"consentingness\",\n        \"consentive\",\n        \"convictively\",\n        \"convite\",\n        \"cooptate\",\n        \"credencive\",\n        \"crediting\",\n        \"disdenominationalize\",\n        \"dutching\",\n        \"dutifulness\",\n        \"encrusting\",\n        \"entrust\",\n        \"equerryship\",\n        \"extendibility\",\n        \"fidding\",\n        \"fiddlies\",\n        \"fidel\",\n        \"fidelio\",\n        \"fidgetation\",\n        \"fidgety\",\n        \"fidgetily\",\n        \"fidgetiness\",\n        \"fidgeting\",\n        \"fidgetingly\",\n        \"fidgets\",\n        \"fiducinales\",\n        \"gyal\",\n        \"hespera\",\n        \"nodulation\",\n        \"persuasibility\",\n        \"reeligibly\",\n        \"refrustrate\",\n        \"rigidifying\",\n        \"surrein\",\n        \"surreverence\",\n        \"surreverently\",\n        \"thrustfulness\"\n    ],\n    \"accing\": [\n        \"accinge\"\n    ],\n    \"na-akwado\": [\n        \"accinging\",\n        \"accompletive\",\n        \"accreting\",\n        \"adeps\",\n        \"advocates\",\n        \"advocatess\",\n        \"advocating\",\n        \"advocation\",\n        \"advocative\",\n        \"aholds\",\n        \"almoning\",\n        \"apposes\",\n        \"approbative\",\n        \"approbatory\",\n        \"approving\",\n        \"approvingly\",\n        \"backening\",\n        \"backwashing\",\n        \"backwinding\",\n        \"bolstering\",\n        \"borating\",\n        \"borides\",\n        \"bournes\",\n        \"brecciating\",\n        \"candidating\",\n        \"condones\",\n        \"contortive\",\n        \"cooeeing\",\n        \"cooees\",\n        \"cooeying\",\n        \"cooperates\",\n        \"cooping\",\n        \"cooptive\",\n        \"coopts\",\n        \"corroborates\",\n        \"corroborating\",\n        \"corroborative\",\n        \"corroboreeing\",\n        \"corroborees\",\n        \"counteradvise\",\n        \"cuirassing\",\n        \"curmudgeonly\",\n        \"emprizes\",\n        \"encopreses\",\n        \"endorsable\",\n        \"endorsees\",\n        \"endorser\",\n        \"endorses\",\n        \"endorsing\",\n        \"endorsingly\",\n        \"endorsor\",\n        \"endorsors\",\n        \"endows\",\n        \"enhort\",\n        \"enuring\",\n        \"espousing\",\n        \"fanaticizing\",\n        \"fautorship\",\n        \"fides\",\n        \"galavanting\",\n        \"gaoling\",\n        \"gelding\",\n        \"hebetating\",\n        \"hebraizes\",\n        \"heroizes\",\n        \"hoboing\",\n        \"hocusses\",\n        \"impowering\",\n        \"intercommuning\",\n        \"juring\",\n        \"labializing\",\n        \"mortifies\",\n        \"objectivating\",\n        \"patronising\",\n        \"patronizing\",\n        \"philandering\",\n        \"preadapts\",\n        \"preadmits\",\n        \"preadopting\",\n        \"preadvised\",\n        \"preadvocated\",\n        \"preadvocating\",\n        \"preaffirming\",\n        \"preapproving\",\n        \"prearming\",\n        \"prearranging\",\n        \"prebends\",\n        \"preblessing\",\n        \"preboast\",\n        \"preborrowing\",\n        \"prebreathing\",\n        \"precelebrating\",\n        \"precogitating\",\n        \"precognizing\",\n        \"precommuning\",\n        \"preconsolidating\",\n        \"preconspiring\",\n        \"preconsuming\",\n        \"preconvincing\",\n        \"precopying\",\n        \"precorruptive\",\n        \"precovering\",\n        \"preening\",\n        \"pregrading\",\n        \"prehesitate\",\n        \"preliberating\",\n        \"preludes\",\n        \"premeditating\",\n        \"premeditatingly\",\n        \"preobviating\",\n        \"preoutlining\",\n        \"prepending\",\n        \"prepenetrating\",\n        \"prereferring\",\n        \"prerevenging\",\n        \"presecuring\",\n        \"presubduing\",\n        \"pretersensual\",\n        \"prevising\",\n        \"prevoting\",\n        \"propping\",\n        \"protists\",\n        \"ramifies\",\n        \"ratifies\",\n        \"ratifying\",\n        \"reapproving\",\n        \"recommendatory\",\n        \"recommissioning\",\n        \"reconfirms\",\n        \"russifies\",\n        \"sponsing\",\n        \"sponsoring\",\n        \"stiltifying\",\n        \"stipulating\",\n        \"stultifying\",\n        \"subsistingly\",\n        \"succussing\",\n        \"supportful\",\n        \"supporting\",\n        \"supportingly\",\n        \"supportive\",\n        \"supportively\",\n        \"supports\",\n        \"sustaining\",\n        \"sustainingly\",\n        \"sustains\",\n        \"susurrating\",\n        \"tackifies\",\n        \"tsures\",\n        \"uncommiserating\",\n        \"underpinning\",\n        \"upending\",\n        \"upholding\",\n        \"upholds\",\n        \"validates\",\n        \"validating\",\n        \"validatory\",\n        \"vigorishes\"\n    ],\n    \"ihe nchịkwa\": [\n        \"accipenser\",\n        \"atramentary\",\n        \"autocollimator\",\n        \"biocontrol\",\n        \"compurgatorial\",\n        \"electrosynthetic\",\n        \"emasculator\",\n        \"localizer\",\n        \"mancipular\",\n        \"regosols\",\n        \"systemizer\",\n        \"subcaptainship\",\n        \"subconsulship\",\n        \"sublimities\",\n        \"subpreceptor\",\n        \"subtilities\"\n    ],\n    \"ihe ndozi\": [\n        \"accipiter\",\n        \"acrestaff\",\n        \"adjuster\",\n        \"adjustor\",\n        \"adroiter\",\n        \"affodill\",\n        \"alacrities\",\n        \"allograft\",\n        \"allonyms\",\n        \"allotypies\",\n        \"antiorgastic\",\n        \"arcature\",\n        \"archpiece\",\n        \"archplotter\",\n        \"arendator\",\n        \"ascriptions\",\n        \"asdics\",\n        \"assurors\",\n        \"attirer\",\n        \"attornment\",\n        \"autodidacts\",\n        \"bantings\",\n        \"bargeboard\",\n        \"beauties\",\n        \"beautifier\",\n        \"beautyship\",\n        \"bedplates\",\n        \"befilth\",\n        \"behalves\",\n        \"beliquors\",\n        \"benchwork\",\n        \"bepaste\",\n        \"bequalm\",\n        \"bequote\",\n        \"besprinkler\",\n        \"biestings\",\n        \"biogases\",\n        \"biozone\",\n        \"boddle\",\n        \"boninesses\",\n        \"bonnets\",\n        \"bowldery\",\n        \"bowsery\",\n        \"briquets\",\n        \"butterroot\",\n        \"buttresses\",\n        \"calidity\",\n        \"calypter\",\n        \"candlenut\",\n        \"canonicals\",\n        \"canzone\",\n        \"canzonets\",\n        \"capillament\",\n        \"carritches\",\n        \"carse\",\n        \"cartway\",\n        \"cartware\",\n        \"cascables\",\n        \"catface\",\n        \"catfaces\",\n        \"catstep\",\n        \"cecutiency\",\n        \"cervices\",\n        \"chalder\",\n        \"chinaberries\",\n        \"chincherinchees\",\n        \"clubbability\",\n        \"coformulator\",\n        \"comonomer\",\n        \"conditioner\",\n        \"confiners\",\n        \"cordery\",\n        \"corticipetal\",\n        \"cotsetle\",\n        \"counterfort\",\n        \"decener\",\n        \"deciliters\",\n        \"decoder\",\n        \"decoders\",\n        \"decoyer\",\n        \"decoyers\",\n        \"decolor\",\n        \"decolors\",\n        \"decor\",\n        \"decorator\",\n        \"decoratory\",\n        \"decore\",\n        \"decorist\",\n        \"decors\",\n        \"decorums\",\n        \"deformers\",\n        \"dekameters\",\n        \"delouses\",\n        \"deodands\",\n        \"deodorants\",\n        \"deodorizer\",\n        \"deodorizers\",\n        \"dephysicalization\",\n        \"diasters\",\n        \"diffusibleness\",\n        \"dioecisms\",\n        \"discogastrula\",\n        \"discoglossid\",\n        \"discommons\",\n        \"dissimilars\",\n        \"dornic\",\n        \"dorps\",\n        \"downcomer\",\n        \"downplays\",\n        \"earthdrake\",\n        \"electrometry\",\n        \"empressements\",\n        \"encystment\",\n        \"endodontics\",\n        \"ensorcell\",\n        \"ensorcels\",\n        \"enspheres\",\n        \"entelluses\",\n        \"enthalpies\",\n        \"entices\",\n        \"entincture\",\n        \"entoderm\",\n        \"entoderms\",\n        \"entombments\",\n        \"entombs\",\n        \"entremets\",\n        \"escarpments\",\n        \"esotery\",\n        \"faitor\",\n        \"fasteners\",\n        \"fautor\",\n        \"fiberware\",\n        \"fibrocement\",\n        \"fiddlesticks\",\n        \"filigrees\",\n        \"fillemot\",\n        \"filths\",\n        \"fishability\",\n        \"fitchets\",\n        \"fittit\",\n        \"fixtures\",\n        \"flemings\",\n        \"floorage\",\n        \"fogyisms\",\n        \"foister\",\n        \"footboards\",\n        \"fopperies\",\n        \"fourniture\",\n        \"garnishes\",\n        \"garnishments\",\n        \"garniture\",\n        \"garrons\",\n        \"gibbets\",\n        \"gyrofrequencies\",\n        \"gyrostatics\",\n        \"grallatores\",\n        \"granulations\",\n        \"grimaces\",\n        \"grogram\",\n        \"gumlikeness\",\n        \"guppies\",\n        \"harquebuses\",\n        \"hoddins\",\n        \"hoisters\",\n        \"homecraft\",\n        \"homestretches\",\n        \"yatters\",\n        \"imbibitory\",\n        \"indols\",\n        \"instiller\",\n        \"integuments\",\n        \"ironbarks\",\n        \"ironflower\",\n        \"ironmaster\",\n        \"ironware\",\n        \"isander\",\n        \"isotheres\",\n        \"kaddishes\",\n        \"lapstreaker\",\n        \"lissotriches\",\n        \"lithotrities\",\n        \"mayings\",\n        \"maistry\",\n        \"malates\",\n        \"manqueller\",\n        \"matchboarding\",\n        \"matrasses\",\n        \"meddles\",\n        \"messrs\",\n        \"minacities\",\n        \"misgrafts\",\n        \"mishits\",\n        \"nascencies\",\n        \"natatores\",\n        \"natuary\",\n        \"naturalizer\",\n        \"ordonnance\",\n        \"organbird\",\n        \"ornate\",\n        \"orneriness\",\n        \"ornithol\",\n        \"ornithopter\",\n        \"orpiments\",\n        \"ostensories\",\n        \"ostensorium\",\n        \"ostiaries\",\n        \"oxbiter\",\n        \"oxcarts\",\n        \"oximetry\",\n        \"oxonolatry\",\n        \"paddings\",\n        \"paintress\",\n        \"palliates\",\n        \"palliations\",\n        \"panclastite\",\n        \"pancration\",\n        \"pandation\",\n        \"pandestruction\",\n        \"pandion\",\n        \"panoplies\",\n        \"paschite\",\n        \"pasteurizers\",\n        \"peddles\",\n        \"pediment\",\n        \"pediments\",\n        \"pedometer\",\n        \"pellagras\",\n        \"peptizer\",\n        \"persianization\",\n        \"phalanges\",\n        \"phalansteries\",\n        \"pheasantry\",\n        \"philadelphy\",\n        \"philterproof\",\n        \"photoconductor\",\n        \"piliferous\",\n        \"piligerous\",\n        \"pilotages\",\n        \"placekicker\",\n        \"plashment\",\n        \"plyer\",\n        \"plodders\",\n        \"plumagery\",\n        \"plumbisms\",\n        \"polishings\",\n        \"polities\",\n        \"porcupinish\",\n        \"porions\",\n        \"porismatical\",\n        \"porkwoods\",\n        \"porphyries\",\n        \"porridgy\",\n        \"portague\",\n        \"porticoes\",\n        \"pothookery\",\n        \"preener\",\n        \"prefabricator\",\n        \"prehensor\",\n        \"prehensory\",\n        \"premilitary\",\n        \"premisory\",\n        \"premolder\",\n        \"preplaces\",\n        \"presbyteries\",\n        \"preshapes\",\n        \"presurprise\",\n        \"prevenience\",\n        \"pricket\",\n        \"propjets\",\n        \"proproctor\",\n        \"provenience\",\n        \"provenient\",\n        \"quilt\",\n        \"reactors\",\n        \"receptacles\",\n        \"rectilinearity\",\n        \"rectilinearness\",\n        \"rectiserial\",\n        \"redistills\",\n        \"refurbisher\",\n        \"remunerator\",\n        \"restiffener\",\n        \"restopper\",\n        \"retteries\",\n        \"rubrisher\",\n        \"rudders\",\n        \"rudiment\",\n        \"rudiments\",\n        \"sapiencies\",\n        \"scalewort\",\n        \"scavenges\",\n        \"scrapheap\",\n        \"seatrain\",\n        \"seedcases\",\n        \"seisures\",\n        \"senilities\",\n        \"shadflower\",\n        \"synthetise\",\n        \"slottery\",\n        \"sobriquets\",\n        \"sonlikeness\",\n        \"sororities\",\n        \"sorptions\",\n        \"stretchability\",\n        \"stretchable\",\n        \"stretchier\",\n        \"subincision\",\n        \"subinfection\",\n        \"subleases\",\n        \"subsystem\",\n        \"substages\",\n        \"substory\",\n        \"substrator\",\n        \"substructure\",\n        \"subtense\",\n        \"sugarplate\",\n        \"supplants\",\n        \"suppositor\",\n        \"suppository\",\n        \"susceptance\",\n        \"sweetkins\",\n        \"tactometer\",\n        \"tessellates\",\n        \"thewness\",\n        \"thiopental\",\n        \"tiltmaker\",\n        \"timepieces\",\n        \"tipstaves\",\n        \"toryship\",\n        \"towability\",\n        \"towages\",\n        \"treadboard\",\n        \"triddler\",\n        \"trimmers\",\n        \"trimnesses\",\n        \"trinkets\",\n        \"trinkums\",\n        \"triphammer\",\n        \"triunities\",\n        \"troughs\",\n        \"ultracondenser\",\n        \"ultranice\",\n        \"ultranonsensical\",\n        \"ultrastructure\",\n        \"underfalconer\",\n        \"vitalizers\",\n        \"washstands\",\n        \"wicketkeep\",\n        \"zanders\"\n    ],\n    \"akuko\": [\n        \"accipitrary\",\n        \"allegoristic\",\n        \"appositions\",\n        \"archcount\",\n        \"archcritic\",\n        \"archduchess\",\n        \"archduchesses\",\n        \"archduchies\",\n        \"archgunner\",\n        \"archheart\",\n        \"archheretic\",\n        \"archine\",\n        \"archineuron\",\n        \"archit\",\n        \"archpoet\",\n        \"archrebel\",\n        \"archrobber\",\n        \"archrogue\",\n        \"archwise\",\n        \"arkosic\",\n        \"aviculture\",\n        \"beeftongue\",\n        \"beewort\",\n        \"byth\",\n        \"bothropic\",\n        \"caccagogue\",\n        \"cachinnating\",\n        \"cahincic\",\n        \"cahnite\",\n        \"calumniousness\",\n        \"canvassed\",\n        \"capos\",\n        \"cardiolith\",\n        \"cardiotoxic\",\n        \"carsick\",\n        \"caudebeck\",\n        \"cauliculus\",\n        \"causticism\",\n        \"causticness\",\n        \"cenospecific\",\n        \"cerographies\",\n        \"chauchat\",\n        \"chaunts\",\n        \"chemosynthetic\",\n        \"chemosmoic\",\n        \"chylified\",\n        \"chylifying\",\n        \"chylocaulous\",\n        \"chymase\",\n        \"chypre\",\n        \"chucklesome\",\n        \"cystogenous\",\n        \"cystospasm\",\n        \"clerkliest\",\n        \"cockaigne\",\n        \"coronagraphic\",\n        \"crenic\",\n        \"cursorary\",\n        \"delineative\",\n        \"emancipator\",\n        \"feats\",\n        \"hecatombed\",\n        \"henpecked\",\n        \"hymnology\",\n        \"involutory\",\n        \"kithing\",\n        \"lithochromatic\",\n        \"lithochromic\",\n        \"lithotypic\",\n        \"lithoxyl\",\n        \"misreport\",\n        \"misreported\",\n        \"narceins\",\n        \"narratable\",\n        \"narratio\",\n        \"narrational\",\n        \"narratory\",\n        \"narratress\",\n        \"nescient\",\n        \"nesslerised\",\n        \"nonliturgic\",\n        \"nonornamental\",\n        \"nonvexatiousness\",\n        \"outblessed\",\n        \"palimpsestic\",\n        \"palladinized\",\n        \"palladinizing\",\n        \"palladizing\",\n        \"parcenary\",\n        \"parenthesized\",\n        \"parsable\",\n        \"parses\",\n        \"parsimonious\",\n        \"parsonic\",\n        \"parsonical\",\n        \"parsonity\",\n        \"parsonolatry\",\n        \"pedunculated\",\n        \"pythonic\",\n        \"plouked\",\n        \"pressable\",\n        \"psilosophy\",\n        \"pusillanimous\",\n        \"pusillanimously\",\n        \"pussiness\",\n        \"quarentene\",\n        \"recounseling\",\n        \"recounted\",\n        \"relament\",\n        \"reporting\",\n        \"sarcoplasmic\",\n        \"sceptropherous\",\n        \"sciagraphic\",\n        \"sciuromorphic\",\n        \"scivvy\",\n        \"succudry\",\n        \"superaddition\",\n        \"superarbitrary\",\n        \"tewart\",\n        \"theosophize\",\n        \"theromorphous\",\n        \"unalleviating\",\n        \"uncalled\",\n        \"uncalumnious\",\n        \"uncalumniously\",\n        \"uncasketed\",\n        \"uncaustic\",\n        \"unchaperoned\",\n        \"unchevroned\",\n        \"uncoaxing\",\n        \"uncomportable\",\n        \"unconcocted\",\n        \"unconcreted\",\n        \"uncuckold\",\n        \"undeep\",\n        \"unencompassed\",\n        \"unescalloped\",\n        \"ungerontic\",\n        \"unkennedness\",\n        \"unkoshered\",\n        \"unlevelled\",\n        \"unmechanic\",\n        \"unmechanical\",\n        \"unmechanistic\",\n        \"unmouthpieced\",\n        \"unprostrated\",\n        \"unquarrelling\",\n        \"unresounding\",\n        \"unretarded\",\n        \"unsentimentalist\",\n        \"unsporting\",\n        \"unstoried\",\n        \"untorpedoed\",\n        \"uprushed\"\n    ],\n    \"kwue\": [\n        \"accise\",\n        \"adnoun\",\n        \"affies\",\n        \"beshade\",\n        \"betwit\",\n        \"bifidate\",\n        \"bliaut\",\n        \"bolshevize\",\n        \"clarigate\",\n        \"cretify\",\n        \"cristiform\",\n        \"cullied\",\n        \"deliciate\",\n        \"delict\",\n        \"delictum\",\n        \"deliquesce\",\n        \"deliquiate\",\n        \"delumbate\",\n        \"delve\",\n        \"demideify\",\n        \"devisee\",\n        \"devolute\",\n        \"dictyoid\",\n        \"esprove\",\n        \"felicify\",\n        \"graecize\",\n        \"honkey\",\n        \"honky\",\n        \"intermediae\",\n        \"intertinged\",\n        \"khila\",\n        \"mention\",\n        \"nesslerize\",\n        \"obnounce\",\n        \"philistinize\",\n        \"poufed\",\n        \"preannounce\",\n        \"procyon\",\n        \"procline\",\n        \"professed\",\n        \"professedly\",\n        \"prussify\",\n        \"purvey\",\n        \"quantify\",\n        \"quantifies\",\n        \"quantizes\",\n        \"quotee\",\n        \"reevoked\",\n        \"salaamed\",\n        \"sessed\",\n        \"slicked\",\n        \"stellify\",\n        \"stellifies\",\n        \"tauted\",\n        \"teise\",\n        \"tellinaceous\"\n    ],\n    \"ikwusi\": [\n        \"accite\",\n        \"bolster\",\n        \"conflow\",\n        \"confute\",\n        \"discloak\",\n        \"disyoke\",\n        \"dislive\",\n        \"diswit\",\n        \"fiddle\",\n        \"hesione\",\n        \"insite\",\n        \"intercheck\",\n        \"intercouple\",\n        \"niddering\",\n        \"obstipate\",\n        \"owelty\",\n        \"quoit\",\n        \"repayal\",\n        \"suppeditate\",\n        \"suspender\",\n        \"suspire\",\n        \"unspoke\",\n        \"vowely\"\n    ],\n    \"toonụ\": [\n        \"acclaim\",\n        \"acclaims\",\n        \"hail\"\n    ],\n    \"Inye ekele\": [\n        \"acclaimable\"\n    ],\n    \"toro\": [\n        \"acclaimed\",\n        \"accoyed\",\n        \"accolated\",\n        \"accroached\",\n        \"bogued\",\n        \"complimented\",\n        \"dirged\",\n        \"extolled\",\n        \"flourished\",\n        \"greaved\",\n        \"grecoue\",\n        \"grew\",\n        \"grewhound\",\n        \"grewt\",\n        \"growed\",\n        \"grown\",\n        \"hailed\",\n        \"intergrown\",\n        \"lauded\",\n        \"musroomed\",\n        \"overfrown\",\n        \"overgrow\",\n        \"overgrowing\",\n        \"overgrown\",\n        \"pranged\",\n        \"prawned\",\n        \"salified\",\n        \"salited\",\n        \"saluted\",\n        \"sprouted\",\n        \"sproutful\",\n        \"superpraised\",\n        \"swagged\",\n        \"swaggered\",\n        \"swoln\",\n        \"turken\",\n        \"turki\",\n        \"turngate\",\n        \"undergroan\",\n        \"undergrown\",\n        \"unlauded\",\n        \"upthrown\"\n    ],\n    \"ito\": [\n        \"acclaimer\",\n        \"enthronize\",\n        \"extoling\",\n        \"extolling\",\n        \"itmo\",\n        \"laud\",\n        \"throb\"\n    ],\n    \"Na-aja otuto\": [\n        \"acclaimers\"\n    ],\n    \"I toro\": [\n        \"acclaiming\"\n    ],\n    \"nkwupụta\": [\n        \"acclamation\",\n        \"affranchisement\",\n        \"amplifications\",\n        \"appositional\",\n        \"assertative\",\n        \"assertion\",\n        \"assession\",\n        \"averseness\",\n        \"communiqu\",\n        \"communique\",\n        \"communiques\",\n        \"concitation\",\n        \"confarreation\",\n        \"confession\",\n        \"confessional\",\n        \"confessionalism\",\n        \"confessionally\",\n        \"confessionals\",\n        \"confessionaries\",\n        \"confessions\",\n        \"confessors\",\n        \"conflation\",\n        \"confutability\",\n        \"confutation\",\n        \"confutations\",\n        \"counterclaims\",\n        \"deblateration\",\n        \"debriefing\",\n        \"declamations\",\n        \"declarable\",\n        \"declaration\",\n        \"declarations\",\n        \"declarative\",\n        \"declaredness\",\n        \"declassing\",\n        \"declinations\",\n        \"defensibility\",\n        \"deliration\",\n        \"denotement\",\n        \"disaffiliations\",\n        \"disanswerable\",\n        \"disbosoms\",\n        \"discigerous\",\n        \"disclamation\",\n        \"discommodes\",\n        \"discording\",\n        \"discrownment\",\n        \"disculpatory\",\n        \"discursiveness\",\n        \"disensure\",\n        \"disprofess\",\n        \"disreport\",\n        \"dissentment\",\n        \"dissilience\",\n        \"dissiliency\",\n        \"emanation\",\n        \"emanationism\",\n        \"expressness\",\n        \"expressure\",\n        \"fakement\",\n        \"hypotheses\",\n        \"hypothesised\",\n        \"misclaims\",\n        \"nonclarification\",\n        \"nonnotification\",\n        \"nonstatement\",\n        \"nonstimulation\",\n        \"nonverification\",\n        \"ossifications\",\n        \"overtness\",\n        \"predischarge\",\n        \"proadmission\",\n        \"proconfession\",\n        \"promulgations\",\n        \"protonation\",\n        \"quotability\",\n        \"rebuttal\",\n        \"reemission\",\n        \"relevances\",\n        \"reputations\",\n        \"revealableness\",\n        \"revetement\",\n        \"spendible\",\n        \"statement\",\n        \"statements\",\n        \"tessellation\",\n        \"thecla\",\n        \"tonsures\",\n        \"unconfinement\",\n        \"unvenerability\",\n        \"utopisms\",\n        \"vilifications\"\n    ],\n    \"Mkpesa\": [\n        \"acclamations\",\n        \"yealing\",\n        \"yealings\"\n    ],\n    \"nkatọ\": [\n        \"acclamator\",\n        \"acrorhagus\",\n        \"critchfield\",\n        \"critical\",\n        \"criticality\",\n        \"critically\",\n        \"criticalness\",\n        \"criticasterism\",\n        \"criticastry\",\n        \"criticiser\",\n        \"criticism\",\n        \"criticisms\",\n        \"criticizable\",\n        \"criticsm\",\n        \"criticule\",\n        \"critism\",\n        \"denationalisation\",\n        \"denunciative\",\n        \"deplorableness\",\n        \"deploredly\",\n        \"dogmatizing\",\n        \"maledictory\",\n        \"noncriticalness\",\n        \"reprehensible\",\n        \"sculduggery\",\n        \"snobbisms\",\n        \"uncriticism\"\n    ],\n    \"Okpokoro\": [\n        \"acclamatory\",\n        \"bromoform\",\n        \"ceorlish\",\n        \"crurogenital\",\n        \"delichon\",\n        \"deline\",\n        \"delitous\",\n        \"drabbletailed\",\n        \"fervency\",\n        \"flanger\",\n        \"outseeking\",\n        \"parlement\",\n        \"perissodactyle\",\n        \"saucemen\",\n        \"scerne\",\n        \"sclater\",\n        \"scoleces\",\n        \"scorings\",\n        \"serratile\",\n        \"spitals\",\n        \"spumoni\",\n        \"stellation\",\n        \"thelion\",\n        \"trowable\",\n        \"venatorious\",\n        \"venturous\",\n        \"vomiture\"\n    ],\n    \"nzute\": [\n        \"acclimatation\",\n        \"metamer\",\n        \"meting\",\n        \"metring\",\n        \"neetup\"\n    ],\n    \"meenụ ije\": [\n        \"acclimate\"\n    ],\n    \"acclimatization\": [\n        \"acclimatisation\"\n    ],\n    \"ikwalite\": [\n        \"acclimatise\"\n    ],\n    \"acclimatiserge\": [\n        \"acclimatiser\"\n    ],\n    \"okpu\": [\n        \"acclinal\",\n        \"accustoms\",\n        \"amatories\",\n        \"ambroids\",\n        \"arillary\",\n        \"atticized\",\n        \"barker\",\n        \"basters\",\n        \"becarpet\",\n        \"becuffed\",\n        \"beplaster\",\n        \"berms\",\n        \"bescoured\",\n        \"besnowed\",\n        \"besnows\",\n        \"bethorns\",\n        \"bewpers\",\n        \"blaster\",\n        \"bottlenecks\",\n        \"bowheads\",\n        \"bowled\",\n        \"bowman\",\n        \"bowpots\",\n        \"brimmer\",\n        \"buckler\",\n        \"butyrometer\",\n        \"cahoots\",\n        \"caldrons\",\n        \"cap\",\n        \"capanna\",\n        \"capataces\",\n        \"capataz\",\n        \"capcase\",\n        \"capeadores\",\n        \"capel\",\n        \"capelan\",\n        \"capelets\",\n        \"capelin\",\n        \"capelins\",\n        \"capella\",\n        \"capellane\",\n        \"capellet\",\n        \"capercut\",\n        \"capernoity\",\n        \"capes\",\n        \"capetonian\",\n        \"capetown\",\n        \"capette\",\n        \"caph\",\n        \"capharnaism\",\n        \"caphite\",\n        \"caphs\",\n        \"caphtor\",\n        \"capillary\",\n        \"capillaries\",\n        \"capillarily\",\n        \"capillarity\",\n        \"capillarities\",\n        \"capillaritis\",\n        \"capillitium\",\n        \"capillus\",\n        \"capitally\",\n        \"capitana\",\n        \"capitano\",\n        \"capitare\",\n        \"capite\",\n        \"capitella\",\n        \"capitellar\",\n        \"capito\",\n        \"capitol\",\n        \"capitolian\",\n        \"capitoline\",\n        \"capitoul\",\n        \"capitula\",\n        \"capitularies\",\n        \"capitulars\",\n        \"capitulated\",\n        \"capitulation\",\n        \"capitulator\",\n        \"caplan\",\n        \"caplin\",\n        \"capling\",\n        \"caplins\",\n        \"capmaker\",\n        \"capmaking\",\n        \"capman\",\n        \"capnodium\",\n        \"capon\",\n        \"caponatas\",\n        \"caponette\",\n        \"caponiser\",\n        \"caponization\",\n        \"caponized\",\n        \"caponizer\",\n        \"capons\",\n        \"capot\",\n        \"capotastos\",\n        \"capote\",\n        \"capper\",\n        \"cappier\",\n        \"capple\",\n        \"capra\",\n        \"caprate\",\n        \"caprella\",\n        \"capreol\",\n        \"capreolar\",\n        \"capreolary\",\n        \"capreoline\",\n        \"capreolus\",\n        \"capreomycin\",\n        \"capretto\",\n        \"capric\",\n        \"caprifole\",\n        \"capryl\",\n        \"caprylic\",\n        \"caprylin\",\n        \"caprimulgiformes\",\n        \"caprin\",\n        \"caprine\",\n        \"caprinic\",\n        \"caproin\",\n        \"capromys\",\n        \"capron\",\n        \"caprone\",\n        \"capronic\",\n        \"caps\",\n        \"capsa\",\n        \"capsaicin\",\n        \"capsicin\",\n        \"capsicins\",\n        \"capstan\",\n        \"capsulated\",\n        \"capsulation\",\n        \"capsumin\",\n        \"capuche\",\n        \"capuches\",\n        \"capucine\",\n        \"capulet\",\n        \"capulin\",\n        \"caputium\",\n        \"caster\",\n        \"castoroides\",\n        \"casuist\",\n        \"casuistries\",\n        \"casula\",\n        \"catlap\",\n        \"cauldrons\",\n        \"caustics\",\n        \"cecostomy\",\n        \"celotomy\",\n        \"celt\",\n        \"celtism\",\n        \"chinners\",\n        \"chunderous\",\n        \"citybuster\",\n        \"clags\",\n        \"clangors\",\n        \"clangours\",\n        \"clark\",\n        \"clavicularium\",\n        \"cleithral\",\n        \"clinopodium\",\n        \"clithral\",\n        \"clitoric\",\n        \"clitorises\",\n        \"clonks\",\n        \"clumps\",\n        \"clunkers\",\n        \"clunks\",\n        \"coamings\",\n        \"coyer\",\n        \"collarless\",\n        \"colloped\",\n        \"coltishness\",\n        \"connatal\",\n        \"convoker\",\n        \"corks\",\n        \"coroners\",\n        \"corotomy\",\n        \"cosmical\",\n        \"costrels\",\n        \"cottons\",\n        \"couloirs\",\n        \"couths\",\n        \"crepidula\",\n        \"crepis\",\n        \"crypticness\",\n        \"croc\",\n        \"crocard\",\n        \"croceins\",\n        \"crociate\",\n        \"crocoisite\",\n        \"crocuses\",\n        \"crofter\",\n        \"crood\",\n        \"crooners\",\n        \"croons\",\n        \"cropless\",\n        \"crost\",\n        \"crotchets\",\n        \"crottle\",\n        \"croupe\",\n        \"crupper\",\n        \"cruppered\",\n        \"cruppers\",\n        \"culler\",\n        \"culottic\",\n        \"culpas\",\n        \"deliberant\",\n        \"delusively\",\n        \"diaphany\",\n        \"diploblastic\",\n        \"diplocaulescent\",\n        \"diplostichous\",\n        \"divulged\",\n        \"divulsing\",\n        \"downcasts\",\n        \"drumheads\",\n        \"drumlins\",\n        \"drumstick\",\n        \"drumsticks\",\n        \"dunlap\",\n        \"emblazer\",\n        \"emblazonment\",\n        \"encored\",\n        \"enmarble\",\n        \"enmarbled\",\n        \"enwheeled\",\n        \"exocrine\",\n        \"failed\",\n        \"failsafe\",\n        \"fervours\",\n        \"flatcaps\",\n        \"flauntier\",\n        \"flunkers\",\n        \"foreskins\",\n        \"foretooth\",\n        \"forsloth\",\n        \"gaddang\",\n        \"gaincope\",\n        \"galliums\",\n        \"gater\",\n        \"gator\",\n        \"genteelism\",\n        \"gentilism\",\n        \"geod\",\n        \"germander\",\n        \"gharry\",\n        \"gherkins\",\n        \"gibes\",\n        \"gynarchic\",\n        \"gypsyhead\",\n        \"girnel\",\n        \"gloams\",\n        \"gloat\",\n        \"glomerular\",\n        \"glomerule\",\n        \"glops\",\n        \"gloriation\",\n        \"glos\",\n        \"glossalgy\",\n        \"glossiest\",\n        \"glottalized\",\n        \"gloucester\",\n        \"glowbird\",\n        \"gnomon\",\n        \"greatcoated\",\n        \"griths\",\n        \"grouser\",\n        \"grubberies\",\n        \"guars\",\n        \"guemal\",\n        \"guetre\",\n        \"guilery\",\n        \"guimpes\",\n        \"hat\",\n        \"hatchel\",\n        \"hatcheller\",\n        \"hatcher\",\n        \"hatchers\",\n        \"hatchety\",\n        \"hatchite\",\n        \"hatemongering\",\n        \"hatful\",\n        \"hatfuls\",\n        \"hatless\",\n        \"hatlike\",\n        \"hatpin\",\n        \"hatpins\",\n        \"hatracks\",\n        \"hatress\",\n        \"hats\",\n        \"hatsful\",\n        \"hatte\",\n        \"hatter\",\n        \"hatty\",\n        \"hattock\",\n        \"hebetates\",\n        \"hecatic\",\n        \"heckled\",\n        \"hecklers\",\n        \"heckling\",\n        \"hecks\",\n        \"heliometry\",\n        \"heliometric\",\n        \"helm\",\n        \"helotry\",\n        \"helvine\",\n        \"hemateins\",\n        \"hemathermous\",\n        \"hemistater\",\n        \"hemitype\",\n        \"hemitrope\",\n        \"hemitropous\",\n        \"hemline\",\n        \"hemlines\",\n        \"hemmed\",\n        \"hemmer\",\n        \"hemstitched\",\n        \"hemstitches\",\n        \"hepper\",\n        \"heraclean\",\n        \"heracleum\",\n        \"heretrices\",\n        \"heroides\",\n        \"heterandrous\",\n        \"heterecious\",\n        \"heuchs\",\n        \"hins\",\n        \"hypermeter\",\n        \"hipple\",\n        \"hispanism\",\n        \"holibuts\",\n        \"hommocks\",\n        \"hoodies\",\n        \"hoods\",\n        \"hoops\",\n        \"hoorayed\",\n        \"hoot\",\n        \"hoove\",\n        \"hooved\",\n        \"hormetic\",\n        \"hulas\",\n        \"indiademed\",\n        \"indimple\",\n        \"interminister\",\n        \"jewism\",\n        \"joculator\",\n        \"keat\",\n        \"keelsons\",\n        \"kenotrons\",\n        \"killable\",\n        \"kirmesses\",\n        \"kirns\",\n        \"knapper\",\n        \"knappers\",\n        \"ladypalm\",\n        \"languisher\",\n        \"luetic\",\n        \"manroot\",\n        \"manumitted\",\n        \"marco\",\n        \"marginated\",\n        \"mercantilism\",\n        \"mercantilist\",\n        \"mercantilistic\",\n        \"mercantility\",\n        \"mercat\",\n        \"mercator\",\n        \"mercatoria\",\n        \"mercatorial\",\n        \"merciment\",\n        \"mercurate\",\n        \"mercuration\",\n        \"mercury\",\n        \"mercurializing\",\n        \"mercuriammonium\",\n        \"mercurous\",\n        \"merlons\",\n        \"neopaganism\",\n        \"neuropile\",\n        \"outcountry\",\n        \"overcorrupt\",\n        \"overfaith\",\n        \"overidden\",\n        \"overrider\",\n        \"oversail\",\n        \"oversapless\",\n        \"oversaturate\",\n        \"oversaved\",\n        \"overscatter\",\n        \"overscour\",\n        \"overscrub\",\n        \"overscruple\",\n        \"overscrupled\",\n        \"overscurf\",\n        \"overseasoned\",\n        \"overshoe\",\n        \"overshoes\",\n        \"overshoot\",\n        \"overshoots\",\n        \"overshort\",\n        \"overshot\",\n        \"overslope\",\n        \"oversocialized\",\n        \"oversot\",\n        \"oversoul\",\n        \"oversouls\",\n        \"oversourness\",\n        \"overspacious\",\n        \"overspangled\",\n        \"overspins\",\n        \"oversplash\",\n        \"overspun\",\n        \"oversqueamish\",\n        \"oversshot\",\n        \"overstock\",\n        \"overstocked\",\n        \"overstocks\",\n        \"oversuperstitious\",\n        \"oversuperstitiously\",\n        \"oversupplies\",\n        \"overtrodden\",\n        \"piller\",\n        \"pillery\",\n        \"pillet\",\n        \"pilleus\",\n        \"pilpul\",\n        \"plait\",\n        \"plaiters\",\n        \"planterdom\",\n        \"plap\",\n        \"plasmodesmal\",\n        \"plasms\",\n        \"platonist\",\n        \"platonistic\",\n        \"podargue\",\n        \"precinctive\",\n        \"presprinkled\",\n        \"psalmed\",\n        \"psithurism\",\n        \"psst\",\n        \"pst\",\n        \"queers\",\n        \"quezals\",\n        \"radices\",\n        \"raspatory\",\n        \"salariats\",\n        \"salters\",\n        \"sculk\",\n        \"seculariser\",\n        \"secularizer\",\n        \"shanker\",\n        \"sheeters\",\n        \"shuler\",\n        \"skippery\",\n        \"sodalities\",\n        \"sparily\",\n        \"sparpled\",\n        \"sparred\",\n        \"spiculous\",\n        \"spinnel\",\n        \"spiteful\",\n        \"spitefullest\",\n        \"spitefulness\",\n        \"spotters\",\n        \"spottiness\",\n        \"stridden\",\n        \"subagencies\",\n        \"subagents\",\n        \"subbeau\",\n        \"subcommander\",\n        \"subdolent\",\n        \"subdolous\",\n        \"subdolousness\",\n        \"sublaciniate\",\n        \"subminimal\",\n        \"subsalinity\",\n        \"subspecific\",\n        \"subvarieties\",\n        \"supercrowned\",\n        \"supers\",\n        \"superserious\",\n        \"supersignificant\",\n        \"supersistent\",\n        \"supersolemn\",\n        \"supersolemnly\",\n        \"superspinous\",\n        \"superstoically\",\n        \"supersubstantially\",\n        \"supersupreme\",\n        \"supersweet\",\n        \"surcoat\",\n        \"tackets\",\n        \"talcoid\",\n        \"talpid\",\n        \"taluhet\",\n        \"taluks\",\n        \"thecaphore\",\n        \"thymolate\",\n        \"thumpers\",\n        \"thwarts\",\n        \"tottum\",\n        \"trepans\",\n        \"trouveres\",\n        \"tummer\",\n        \"tunnellers\",\n        \"turban\",\n        \"turbaned\",\n        \"turbanette\",\n        \"turbanned\",\n        \"turbans\",\n        \"turbantop\",\n        \"turbits\",\n        \"turpethin\",\n        \"turpis\",\n        \"twibilled\",\n        \"unappoint\",\n        \"uncamp\",\n        \"unclip\",\n        \"uncolorably\",\n        \"uncoop\",\n        \"uncuth\",\n        \"underbearer\",\n        \"underbodies\",\n        \"underchief\",\n        \"underclothed\",\n        \"undercolored\",\n        \"undercompounded\",\n        \"undercourtier\",\n        \"underdraught\",\n        \"underfurnished\",\n        \"undergabble\",\n        \"undergaoler\",\n        \"undergird\",\n        \"undergirds\",\n        \"undergloom\",\n        \"undernam\",\n        \"underripe\",\n        \"undersay\",\n        \"undersail\",\n        \"undersavior\",\n        \"undersaw\",\n        \"undersharp\",\n        \"undershire\",\n        \"undershirt\",\n        \"undershoe\",\n        \"undershorten\",\n        \"undershrieve\",\n        \"underskin\",\n        \"underslip\",\n        \"undersoil\",\n        \"undersong\",\n        \"undersoul\",\n        \"understaff\",\n        \"understocking\",\n        \"undersuck\",\n        \"undertakerlike\",\n        \"underturnkey\",\n        \"underwaistcoat\",\n        \"underwrapped\",\n        \"undominated\",\n        \"unkillable\",\n        \"unkneeling\",\n        \"unoperably\",\n        \"unscabbed\",\n        \"unshapeable\",\n        \"unshavable\",\n        \"vaginectomies\",\n        \"vagitus\",\n        \"verminated\",\n        \"wacker\",\n        \"whammy\",\n        \"whickers\",\n        \"wirier\",\n        \"wocas\",\n        \"worldaught\",\n        \"woulfe\",\n        \"wrimple\",\n        \"zeoscope\"\n    ],\n    \"kpokọtara\": [\n        \"acclivous\",\n        \"accolled\",\n        \"calloused\",\n        \"cepter\",\n        \"coapted\",\n        \"corollated\",\n        \"coumalic\",\n        \"cumulated\",\n        \"cupelers\",\n        \"loxed\",\n        \"magical\",\n        \"monogrammed\",\n        \"monogrammic\",\n        \"piled\",\n        \"pookoo\",\n        \"quodded\",\n        \"snuffcolored\"\n    ],\n    \"otuto\": [\n        \"accoast\",\n        \"accoil\",\n        \"accolade\",\n        \"accoladed\",\n        \"accolades\",\n        \"accretal\",\n        \"applaudable\",\n        \"diecious\",\n        \"extolment\",\n        \"gloated\",\n        \"glomeration\",\n        \"glorification\",\n        \"glout\",\n        \"glouted\",\n        \"laudableness\",\n        \"laudation\",\n        \"laudative\",\n        \"lauder\",\n        \"laudism\",\n        \"lauds\",\n        \"meritedness\",\n        \"nil\",\n        \"praecoces\",\n        \"praisable\",\n        \"praisableness\",\n        \"praise\",\n        \"praiseful\",\n        \"praisefully\",\n        \"praises\",\n        \"praiseworthiness\"\n    ],\n    \"nkwanye\": [\n        \"accoy\",\n        \"aff\",\n        \"arrentation\",\n        \"ascription\",\n        \"avolitional\",\n        \"brittleness\",\n        \"coadjutement\",\n        \"cofermentation\",\n        \"concessional\",\n        \"conspectus\",\n        \"convolvulad\",\n        \"convolvulic\",\n        \"defeasibility\",\n        \"demophon\",\n        \"demutization\",\n        \"denotative\",\n        \"disbowelling\",\n        \"discombobulation\",\n        \"discommendation\",\n        \"discommission\",\n        \"disconcertion\",\n        \"disconcord\",\n        \"disconjure\",\n        \"disembowelment\",\n        \"disempower\",\n        \"disharmonise\",\n        \"disjuncture\",\n        \"fallation\",\n        \"fchar\",\n        \"intercommuner\",\n        \"intermobility\",\n        \"intermorainic\",\n        \"interpenetrative\",\n        \"involutorial\",\n        \"mousetrapping\",\n        \"mousiness\",\n        \"narghiles\",\n        \"noncommencement\",\n        \"noncommiseration\",\n        \"nonrecommendation\",\n        \"overcommendation\",\n        \"packmanship\",\n        \"palminervate\",\n        \"parasecretion\",\n        \"postcommunion\",\n        \"preexecution\",\n        \"prehumiliation\",\n        \"procommission\",\n        \"procommutation\",\n        \"propulsions\",\n        \"recommencement\",\n        \"recommendability\",\n        \"recommendation\",\n        \"recommission\",\n        \"rheotome\",\n        \"salability\",\n        \"scouring\",\n        \"spail\",\n        \"spallation\",\n        \"spumoid\",\n        \"suspensoria\",\n        \"tessiture\",\n        \"upfolding\",\n        \"vallation\",\n        \"wraithy\"\n    ],\n    \"ukpo\": [\n        \"accoll\",\n        \"chorial\",\n        \"chouse\",\n        \"singletrees\",\n        \"sunglo\"\n    ],\n    \"tolo\": [\n        \"accolle\"\n    ],\n    \"tokọrita\": [\n        \"accollee\"\n    ],\n    \"n'ụzọ dị mma\": [\n        \"accommodately\",\n        \"aromatically\",\n        \"favorably\",\n        \"favourably\",\n        \"favouredly\",\n        \"fawningly\",\n        \"gothically\",\n        \"pleuritically\",\n        \"supermodestly\"\n    ],\n    \"ulo\": [\n        \"accommodation\",\n        \"accommodational\",\n        \"apartment\",\n        \"apartmental\",\n        \"apartments\",\n        \"breedbate\",\n        \"cloakroom\",\n        \"cottas\",\n        \"cottid\",\n        \"cottise\",\n        \"cotwal\",\n        \"dom\",\n        \"domable\",\n        \"domage\",\n        \"domal\",\n        \"domed\",\n        \"domes\",\n        \"domy\",\n        \"domicile\",\n        \"domiciliary\",\n        \"domiciliate\",\n        \"domiciling\",\n        \"dominule\",\n        \"dunk\",\n        \"edifice\",\n        \"edificed\",\n        \"edificing\",\n        \"home\",\n        \"housefly\",\n        \"householdry\",\n        \"houser\",\n        \"houseward\",\n        \"hutments\",\n        \"igloo\",\n        \"mansion\",\n        \"prenumber\",\n        \"quott\",\n        \"sottage\"\n    ],\n    \"uloobibi\": [\n        \"accommodationist\"\n    ],\n    \"ndị na-ahụ maka ebe obibi\": [\n        \"accommodators\"\n    ],\n    \"soro\": [\n        \"accomodate\",\n        \"accompany\",\n        \"accompanies\",\n        \"accompanying\",\n        \"accompanist\",\n        \"accompanists\",\n        \"accompt\",\n        \"coofs\",\n        \"cooly\",\n        \"coos\",\n        \"cristate\",\n        \"enfollow\",\n        \"engle\",\n        \"engulf\",\n        \"ensue\",\n        \"ensuite\",\n        \"enteraden\",\n        \"entwisted\",\n        \"fellowed\",\n        \"follow\",\n        \"followable\",\n        \"followed\",\n        \"interaccused\",\n        \"interact\",\n        \"ostend\",\n        \"parten\",\n        \"parter\",\n        \"participates\",\n        \"partons\",\n        \"partook\",\n        \"reaccompanied\",\n        \"societe\",\n        \"sororates\",\n        \"sourling\",\n        \"vied\"\n    ],\n    \"na-eso\": [\n        \"accompanable\",\n        \"ensues\",\n        \"following\",\n        \"followings\"\n    ],\n    \"tinyere\": [\n        \"accompanied\",\n        \"along\",\n        \"alongshoreman\",\n        \"alongst\",\n        \"coupled\",\n        \"empoisoned\",\n        \"encased\",\n        \"encores\",\n        \"expendable\",\n        \"expendible\",\n        \"intercoupled\",\n        \"interpaved\",\n        \"intervened\",\n        \"intervolved\",\n        \"involved\",\n        \"involvedly\",\n        \"overeducation\",\n        \"reinvolved\"\n    ],\n    \"onye mmekorita\": [\n        \"accompanier\",\n        \"associator\",\n        \"ciderist\",\n        \"communalist\",\n        \"correspondent\",\n        \"facilitator\",\n        \"formalist\",\n        \"homologiser\",\n        \"integrationist\",\n        \"interactionist\",\n        \"intertwist\",\n        \"nepotistical\",\n        \"perfector\",\n        \"polycttarian\",\n        \"relationist\",\n        \"sadist\",\n        \"syncopist\",\n        \"syncretist\"\n    ],\n    \"onye ndozi\": [\n        \"accompanyist\",\n        \"almoners\",\n        \"archaizer\",\n        \"bemaster\",\n        \"correctioner\",\n        \"cubmaster\",\n        \"elutor\",\n        \"fixer\",\n        \"gyrator\",\n        \"integrator\",\n        \"modificator\",\n        \"muratorian\",\n        \"orthodontist\",\n        \"polymathist\",\n        \"procommittee\",\n        \"propmistress\",\n        \"reservationist\",\n        \"restitutor\",\n        \"restorator\",\n        \"storemaster\"\n    ],\n    \"Mgbakwunye\": [\n        \"accompaniment\",\n        \"accompanimental\",\n        \"accompaniments\",\n        \"addleness\",\n        \"affidation\",\n        \"affiliable\",\n        \"affiliate\",\n        \"affiliating\",\n        \"affiliation\",\n        \"affiliations\",\n        \"affixation\",\n        \"affixion\",\n        \"affixment\",\n        \"anterofixation\",\n        \"auscultatory\",\n        \"cannelated\",\n        \"compotationship\",\n        \"contratenor\",\n        \"counterproof\",\n        \"dissymmetrical\",\n        \"echinulation\",\n        \"extraconstellated\",\n        \"extradialectal\",\n        \"extradicting\",\n        \"extradotal\",\n        \"extranormal\",\n        \"extrasacerdotal\",\n        \"extrascholastic\",\n        \"extrasensory\",\n        \"extrasensorial\",\n        \"extrasensuous\",\n        \"extrasyllabic\",\n        \"extrasyllogistic\",\n        \"extrasyphilitic\",\n        \"extrasystole\",\n        \"extrasystolic\",\n        \"extrasomatic\",\n        \"extratabular\",\n        \"extratemporal\",\n        \"extrathermodynamic\",\n        \"extrathoracic\",\n        \"extratribal\",\n        \"extravaganza\",\n        \"extravaganzas\",\n        \"extremeness\",\n        \"extromit\",\n        \"filiation\",\n        \"integumentary\",\n        \"interflange\",\n        \"outmalapropping\",\n        \"propenols\",\n        \"supplementation\",\n        \"suppletion\",\n        \"uplinks\"\n    ],\n    \"kwado\": [\n        \"accomplement\",\n        \"advocate\",\n        \"agrote\",\n        \"aligning\",\n        \"aligns\",\n        \"allecret\",\n        \"allylate\",\n        \"apholate\",\n        \"approbate\",\n        \"approve\",\n        \"condone\",\n        \"conviciate\",\n        \"cooperate\",\n        \"endorse\",\n        \"enfork\",\n        \"enform\",\n        \"founte\",\n        \"overcommend\",\n        \"patronise\",\n        \"patronize\",\n        \"reapprove\",\n        \"substantivize\",\n        \"urceolate\"\n    ],\n    \"mezuru\": [\n        \"accompli\",\n        \"correal\",\n        \"fulfilled\",\n        \"wrought\"\n    ],\n    \"soso\": [\n        \"accomplice\",\n        \"ensouling\",\n        \"socle\"\n    ],\n    \"sochie\": [\n        \"accomplices\",\n        \"followup\"\n    ],\n    \"emekọ ihe\": [\n        \"accompliceship\"\n    ],\n    \"rụchaa\": [\n        \"accomplis\",\n        \"endark\"\n    ],\n    \"rụzuo\": [\n        \"accomplish\"\n    ],\n    \"emezuru\": [\n        \"accomplishable\",\n        \"accomplishers\",\n        \"doited\",\n        \"superaccomplished\"\n    ],\n    \"arụzu\": [\n        \"accomplished\",\n        \"accomplishing\",\n        \"outworked\"\n    ],\n    \"emezu\": [\n        \"accomplisher\",\n        \"complected\",\n        \"complecting\",\n        \"comprehensively\",\n        \"cultivated\",\n        \"englished\",\n        \"execrably\",\n        \"execrates\",\n        \"execrating\",\n        \"execrative\",\n        \"execratively\",\n        \"execratory\",\n        \"executry\",\n        \"fulfilling\",\n        \"outtaken\",\n        \"undertaken\"\n    ],\n    \"rụzuru\": [\n        \"accomplishes\",\n        \"accomplishment\",\n        \"accomplishments\",\n        \"achievements\",\n        \"achieves\"\n    ],\n    \"mezuo\": [\n        \"accomplisht\",\n        \"fulfil\",\n        \"fulfill\",\n        \"fumify\",\n        \"metalize\",\n        \"metrify\",\n        \"persulfate\",\n        \"subserviate\",\n        \"sucrate\",\n        \"sucre\"\n    ],\n    \"kwekọrịta\": [\n        \"accord\"\n    ],\n    \"kwekọrọ\": [\n        \"accordable\",\n        \"accordances\",\n        \"accordant\",\n        \"concomitant\",\n        \"conformability\",\n        \"conformable\",\n        \"conformableness\",\n        \"conformably\",\n        \"conformal\",\n        \"conformant\",\n        \"conformational\",\n        \"conformed\",\n        \"conforming\",\n        \"conformingly\",\n        \"conformities\",\n        \"conforms\",\n        \"corraded\",\n        \"correspond\",\n        \"corresponded\",\n        \"correspondential\",\n        \"correspondentially\",\n        \"corresponding\",\n        \"correspondingly\",\n        \"corresponds\",\n        \"harmonies\",\n        \"harmonious\",\n        \"harmonised\",\n        \"harmonite\",\n        \"harmonized\",\n        \"parallelinerved\",\n        \"precorrespond\",\n        \"precorrespondent\"\n    ],\n    \"dabere\": [\n        \"accordance\",\n        \"based\",\n        \"basined\",\n        \"bespin\",\n        \"depend\",\n        \"dependably\",\n        \"dependant\",\n        \"dependantly\",\n        \"depended\",\n        \"dependent\",\n        \"dependently\",\n        \"depending\",\n        \"dependingly\",\n        \"depends\",\n        \"leaned\",\n        \"leaner\",\n        \"leany\",\n        \"leanish\",\n        \"leanly\",\n        \"perpend\",\n        \"perpending\",\n        \"propendent\",\n        \"rely\",\n        \"reliant\",\n        \"reliantly\",\n        \"reliberated\",\n        \"reliers\",\n        \"relies\",\n        \"relique\",\n        \"reliques\",\n        \"succumbent\"\n    ],\n    \"dị n'otu\": [\n        \"accordantly\",\n        \"bidar\",\n        \"solidaric\",\n        \"solidarily\",\n        \"solidarist\",\n        \"solidaristic\",\n        \"solidarities\"\n    ],\n    \"Nkịtị\": [\n        \"accordatura\",\n        \"brecia\",\n        \"desmitis\",\n        \"flirters\",\n        \"knacks\",\n        \"krans\",\n        \"precordia\",\n        \"queridas\"\n    ],\n    \"nkwekọ\": [\n        \"accordaturas\",\n        \"conformism\",\n        \"conformist\",\n        \"conformity\",\n        \"dracontites\",\n        \"harmonisation\",\n        \"harmonization\",\n        \"oratrix\",\n        \"precorrespondence\",\n        \"schismic\"\n    ],\n    \"kwere\": [\n        \"accorded\",\n        \"adempt\",\n        \"admissible\",\n        \"admissively\",\n        \"admittable\",\n        \"admittible\",\n        \"adure\",\n        \"agree\",\n        \"allow\",\n        \"allowable\",\n        \"allowableness\",\n        \"allowably\",\n        \"allowanced\",\n        \"allowed\",\n        \"allowedly\",\n        \"allower\",\n        \"allowing\",\n        \"allows\",\n        \"amaranth\",\n        \"arilled\",\n        \"assented\",\n        \"assurd\",\n        \"assured\",\n        \"believe\",\n        \"believed\",\n        \"believeth\",\n        \"belive\",\n        \"bethought\",\n        \"bidden\",\n        \"conceded\",\n        \"concededly\",\n        \"concedes\",\n        \"conciliable\",\n        \"condonable\",\n        \"confed\",\n        \"conferted\",\n        \"consented\",\n        \"consents\",\n        \"flintifying\",\n        \"gledge\",\n        \"grantable\",\n        \"graticulate\",\n        \"guarantees\",\n        \"yielded\",\n        \"lethied\",\n        \"letted\",\n        \"periblem\",\n        \"permissable\",\n        \"permissible\",\n        \"permissibly\",\n        \"permissiblity\",\n        \"permissioned\",\n        \"permissively\",\n        \"permittable\",\n        \"permitted\",\n        \"permittedly\",\n        \"permitting\",\n        \"persuadability\",\n        \"preallowably\",\n        \"prebelieved\",\n        \"premissable\",\n        \"preomitted\",\n        \"preomitting\",\n        \"preremitted\",\n        \"promit\",\n        \"twifallow\",\n        \"vested\",\n        \"vic\",\n        \"viseed\",\n        \"warrantable\",\n        \"wived\",\n        \"wowed\",\n        \"wows\"\n    ],\n    \"dika\": [\n        \"according\",\n        \"alwise\",\n        \"as\",\n        \"bemitered\",\n        \"elementally\",\n        \"epithermal\",\n        \"pretendedly\",\n        \"similary\",\n        \"similarily\",\n        \"similarly\",\n        \"withal\"\n    ],\n    \"ya\": [\n        \"accordingly\",\n        \"her\",\n        \"him\",\n        \"his\",\n        \"hispanize\",\n        \"histie\",\n        \"yad\",\n        \"it\",\n        \"its\",\n        \"jt\",\n        \"thereof\",\n        \"therewithin\"\n    ],\n    \"udoon\": [\n        \"accordion\"\n    ],\n    \"ndị nkwekọrịta\": [\n        \"accordionists\"\n    ],\n    \"nkwekọrịta\": [\n        \"accordions\",\n        \"agreations\",\n        \"agreement\",\n        \"agreements\",\n        \"collaterality\",\n        \"collaterals\",\n        \"colligance\",\n        \"colliquament\",\n        \"colliquation\",\n        \"colliquefaction\",\n        \"collisions\",\n        \"compactification\",\n        \"complicacy\",\n        \"complicity\",\n        \"compromisers\",\n        \"compromises\",\n        \"concents\",\n        \"concho\",\n        \"conchoid\",\n        \"conchology\",\n        \"conciliation\",\n        \"conciliations\",\n        \"concion\",\n        \"concision\",\n        \"concord\",\n        \"concordance\",\n        \"concordances\",\n        \"concordancy\",\n        \"concordatory\",\n        \"concordity\",\n        \"confract\",\n        \"conniption\",\n        \"connivance\",\n        \"contactile\",\n        \"contactual\",\n        \"contract\",\n        \"contractation\",\n        \"contracted\",\n        \"contractedness\",\n        \"contractibility\",\n        \"contractibly\",\n        \"contractile\",\n        \"contractility\",\n        \"contracting\",\n        \"contractions\",\n        \"contractive\",\n        \"contractively\",\n        \"contractiveness\",\n        \"contractly\",\n        \"contracts\",\n        \"contractu\",\n        \"contractual\",\n        \"contractually\",\n        \"contracture\",\n        \"contractus\",\n        \"contrafacture\",\n        \"contralateral\",\n        \"derivates\",\n        \"derivatives\",\n        \"equanimity\",\n        \"haemony\",\n        \"harmony\",\n        \"harmonizations\",\n        \"interposition\",\n        \"nonagreement\",\n        \"pact\",\n        \"proagreement\",\n        \"teaty\",\n        \"treaty\",\n        \"treaties\"\n    ],\n    \"kwekọrịtara\": [\n        \"accords\",\n        \"attuned\",\n        \"conred\",\n        \"sniggered\"\n    ],\n    \"gbasie\": [\n        \"accost\",\n        \"catchups\",\n        \"compered\",\n        \"counterpush\",\n        \"exsert\",\n        \"exsolve\",\n        \"kumiss\",\n        \"uplead\",\n        \"upsaddle\",\n        \"upsend\",\n        \"upslip\"\n    ],\n    \"ịgbanye\": [\n        \"accosting\",\n        \"acculturizing\",\n        \"agenting\",\n        \"bandspreading\",\n        \"blotching\",\n        \"circumnutating\",\n        \"cloturing\",\n        \"cornering\",\n        \"counterplotting\",\n        \"denizened\",\n        \"ejaculating\",\n        \"emplunge\",\n        \"entempest\",\n        \"festering\",\n        \"fletching\",\n        \"fusate\",\n        \"gadling\",\n        \"garroting\",\n        \"glavering\",\n        \"gloaming\",\n        \"hachuring\",\n        \"injecting\",\n        \"placarding\",\n        \"redelegating\",\n        \"refederalizing\",\n        \"slabbiness\",\n        \"slathering\",\n        \"slavification\",\n        \"spelding\",\n        \"spiration\",\n        \"splotching\",\n        \"switchboard\",\n        \"tethelin\",\n        \"tethering\",\n        \"tiling\",\n        \"unbiting\",\n        \"ungagging\",\n        \"valving\",\n        \"venting\",\n        \"ventose\"\n    ],\n    \"ikwukwu\": [\n        \"accouche\",\n        \"accoucheur\",\n        \"accoucheuses\",\n        \"grossification\"\n    ],\n    \"ikwuru\": [\n        \"accouchement\",\n        \"accurse\",\n        \"affirmance\",\n        \"allegiancy\",\n        \"apostrophi\",\n        \"assimulate\",\n        \"assise\",\n        \"confrere\",\n        \"enlure\",\n        \"estipulate\",\n        \"faquir\",\n        \"gess\",\n        \"gise\",\n        \"grimp\",\n        \"hushedly\",\n        \"intercommunicated\",\n        \"intervocalically\",\n        \"owly\",\n        \"owlish\",\n        \"owlishly\",\n        \"skews\",\n        \"spokeshave\",\n        \"trush\",\n        \"wabbling\",\n        \"whisking\",\n        \"whiskingly\"\n    ],\n    \"nkwonkwo\": [\n        \"accouchements\",\n        \"amphiprotic\",\n        \"ankou\",\n        \"ankusha\",\n        \"arthrolith\",\n        \"arthropody\",\n        \"arthropodous\",\n        \"arthrostome\",\n        \"articular\",\n        \"articulary\",\n        \"articulationes\",\n        \"articulatory\",\n        \"articulus\",\n        \"autocorrosion\",\n        \"autonephrectomy\",\n        \"autoprothesis\",\n        \"balistarius\",\n        \"balneologic\",\n        \"berkeleianism\",\n        \"boldface\",\n        \"boldos\",\n        \"cacaesthesia\",\n        \"capocchia\",\n        \"carousal\",\n        \"cercopid\",\n        \"cerviconasal\",\n        \"coadjuvancy\",\n        \"cocircularity\",\n        \"coherently\",\n        \"coitional\",\n        \"collative\",\n        \"conaxial\",\n        \"concarnation\",\n        \"concaulescence\",\n        \"concertedness\",\n        \"conchospiral\",\n        \"concremation\",\n        \"concrescence\",\n        \"confects\",\n        \"contabescence\",\n        \"contractibleness\",\n        \"contreface\",\n        \"convulsional\",\n        \"creosols\",\n        \"creosotes\",\n        \"cresamine\",\n        \"cronk\",\n        \"cronkness\",\n        \"culex\",\n        \"dynamotor\",\n        \"disconsonant\",\n        \"estoppels\",\n        \"gabions\",\n        \"girons\",\n        \"grooveless\",\n        \"heathenishly\",\n        \"interbronchial\",\n        \"interbrood\",\n        \"intercarpal\",\n        \"interclash\",\n        \"interclasp\",\n        \"interclavicle\",\n        \"interclavicular\",\n        \"intercom\",\n        \"intercome\",\n        \"intercommissural\",\n        \"interconversion\",\n        \"intercrescence\",\n        \"interfenestral\",\n        \"interflow\",\n        \"interhabitation\",\n        \"interiorism\",\n        \"interknit\",\n        \"interlabial\",\n        \"interlamellation\",\n        \"interlards\",\n        \"intermandibular\",\n        \"intermedia\",\n        \"intermolecular\",\n        \"intermuscular\",\n        \"intermuscularity\",\n        \"intermuscularly\",\n        \"internodia\",\n        \"internodium\",\n        \"interparenthetic\",\n        \"interparenthetical\",\n        \"interpeduncular\",\n        \"interpervasiveness\",\n        \"interproportional\",\n        \"interrecord\",\n        \"interrenal\",\n        \"interreticular\",\n        \"intersalute\",\n        \"intertongue\",\n        \"intertransversary\",\n        \"intertropic\",\n        \"intertrude\",\n        \"intervascular\",\n        \"isocaproic\",\n        \"joint\",\n        \"jointage\",\n        \"jointedness\",\n        \"jointy\",\n        \"jointless\",\n        \"jointlessness\",\n        \"jointress\",\n        \"joints\",\n        \"jointure\",\n        \"jointureless\",\n        \"jointures\",\n        \"jointuress\",\n        \"jointuring\",\n        \"jointwood\",\n        \"jointworm\",\n        \"ligamentously\",\n        \"ligases\",\n        \"ligations\",\n        \"ligures\",\n        \"limacelle\",\n        \"limbic\",\n        \"limbus\",\n        \"liminesses\",\n        \"limped\",\n        \"limpet\",\n        \"limps\",\n        \"mesothesis\",\n        \"muckerism\",\n        \"muscologic\",\n        \"muscular\",\n        \"muscularity\",\n        \"neurocity\",\n        \"neuroclonic\",\n        \"neuroglandular\",\n        \"neuropodial\",\n        \"neuropodium\",\n        \"neuropodous\",\n        \"neurorthopterous\",\n        \"neurovisceral\",\n        \"nonvertebral\",\n        \"occlusion\",\n        \"osteopaedion\",\n        \"overturnable\",\n        \"oxypycnos\",\n        \"phacolith\",\n        \"phallephoric\",\n        \"prestos\",\n        \"prodenia\",\n        \"provost\",\n        \"rheotron\",\n        \"scelalgia\",\n        \"scirophoria\",\n        \"skeery\",\n        \"skeighish\",\n        \"skewwise\",\n        \"sobralite\",\n        \"solecism\",\n        \"spinelessly\",\n        \"spinoid\",\n        \"spinousness\",\n        \"sprains\",\n        \"supersecretively\",\n        \"umbral\",\n        \"unclustering\",\n        \"uncrossableness\",\n        \"vitellogenous\",\n        \"wertherism\"\n    ],\n    \"akaụntụ\": [\n        \"account\",\n        \"accountancy\",\n        \"accountantship\",\n        \"accounts\",\n        \"accourt\"\n    ],\n    \"ngosipụta\": [\n        \"accountability\",\n        \"apparentation\",\n        \"apparentement\",\n        \"apparentements\",\n        \"apparition\",\n        \"appersonation\",\n        \"counterevidence\",\n        \"deconvolution\",\n        \"demonstrability\",\n        \"demonstrableness\",\n        \"demonstrably\",\n        \"demonstrance\",\n        \"demonstrandum\",\n        \"demonstratability\",\n        \"demonstration\",\n        \"demonstrative\",\n        \"demonstrativeness\",\n        \"demonstratory\",\n        \"demonstratorship\",\n        \"depersonalization\",\n        \"display\",\n        \"displays\",\n        \"episodes\",\n        \"epitomisation\",\n        \"epodes\",\n        \"exfigure\",\n        \"exhibitable\",\n        \"exhibitional\",\n        \"exhibitive\",\n        \"exhibitorial\",\n        \"exhibitorship\",\n        \"exosporal\",\n        \"exposture\",\n        \"expressibility\",\n        \"expression\",\n        \"expressionable\",\n        \"expressional\",\n        \"expressionism\",\n        \"expressions\",\n        \"expressor\",\n        \"glumosity\",\n        \"impressibility\",\n        \"indicativeness\",\n        \"indicavit\",\n        \"indicolite\",\n        \"indictional\",\n        \"manifestation\",\n        \"manifestational\",\n        \"manifestations\",\n        \"manifestness\",\n        \"manifesto\",\n        \"manifestoes\",\n        \"manifestos\",\n        \"mensurability\",\n        \"micesource\",\n        \"museful\",\n        \"nonmanifestation\",\n        \"nonmanifestness\",\n        \"noticeability\",\n        \"outfiction\",\n        \"outhumor\",\n        \"posement\",\n        \"preappearance\",\n        \"predemonstration\",\n        \"pretenderism\",\n        \"prodecoration\",\n        \"prodefiance\",\n        \"prodisplay\",\n        \"proexposure\",\n        \"redemonstration\",\n        \"reexhibition\",\n        \"reflectance\",\n        \"reflectedness\",\n        \"reflectibility\",\n        \"reflectional\",\n        \"reflectometer\",\n        \"reflectometry\",\n        \"remarkability\",\n        \"remisrepresentation\",\n        \"revealability\",\n        \"reverification\",\n        \"screenplays\",\n        \"showfolk\",\n        \"showyard\",\n        \"statfarad\",\n        \"undemonstrable\",\n        \"undemonstrated\",\n        \"undemonstrational\",\n        \"undisplay\",\n        \"versifications\",\n        \"vindicability\",\n        \"vindicableness\"\n    ],\n    \"aza ajụjụ\": [\n        \"accountable\",\n        \"accountably\",\n        \"accounting\",\n        \"accountment\"\n    ],\n    \"nzaghachi\": [\n        \"accountableness\",\n        \"answerability\",\n        \"counteranswer\",\n        \"counterargument\",\n        \"counterexpostulation\",\n        \"drawback\",\n        \"feedback\",\n        \"feedbacks\",\n        \"latissimi\",\n        \"nonespionage\",\n        \"postmultiplying\",\n        \"recissory\",\n        \"reface\",\n        \"refederation\",\n        \"refreid\",\n        \"reprobacy\",\n        \"reprobation\",\n        \"responde\",\n        \"respondency\",\n        \"responsal\",\n        \"responsary\",\n        \"response\",\n        \"responser\",\n        \"responsion\",\n        \"responsivity\",\n        \"responsor\",\n        \"responsory\",\n        \"responsorial\",\n        \"responsum\",\n        \"responsusa\",\n        \"retributory\",\n        \"revirescence\",\n        \"salvability\"\n    ],\n    \"onye na-akwụ ụgwọ ego\": [\n        \"accountant\",\n        \"creditress\"\n    ],\n    \"ndị na-edekọ ego\": [\n        \"accountants\",\n        \"accounters\"\n    ],\n    \"zara\": [\n        \"accounted\",\n        \"ansated\",\n        \"answered\",\n        \"responded\",\n        \"respondent\",\n        \"sirvente\",\n        \"zagged\"\n    ],\n    \"gbakọọ\": [\n        \"accouple\",\n        \"calcarated\",\n        \"calcate\",\n        \"calcify\",\n        \"calcified\",\n        \"calcimined\",\n        \"calcite\",\n        \"calcitrate\",\n        \"calculably\",\n        \"calculate\",\n        \"calculated\",\n        \"calculatedly\",\n        \"calculational\",\n        \"calyculate\",\n        \"calyculated\",\n        \"calumniate\",\n        \"calumniated\",\n        \"compute\",\n        \"corbeled\",\n        \"curledly\",\n        \"reassembled\",\n        \"reassembles\",\n        \"reassemblies\",\n        \"recouple\",\n        \"triloculate\",\n        \"uncalculated\"\n    ],\n    \"itinye ihe\": [\n        \"accouplement\",\n        \"emcumbering\"\n    ],\n    \"kwupụta\": [\n        \"accoutered\",\n        \"afflate\",\n        \"affret\",\n        \"ascribable\",\n        \"bifidly\",\n        \"claut\",\n        \"confess\",\n        \"confessedly\",\n        \"confesser\",\n        \"confest\",\n        \"confutable\",\n        \"counterclaim\",\n        \"declaim\",\n        \"defacingly\",\n        \"definitise\",\n        \"deludable\",\n        \"delvers\",\n        \"enunciable\",\n        \"eulogizes\",\n        \"expostulate\",\n        \"expostulates\",\n        \"express\",\n        \"forthcall\",\n        \"forthtell\",\n        \"indepravate\",\n        \"overstifle\",\n        \"propositionize\",\n        \"prorate\",\n        \"purport\",\n        \"specifiable\",\n        \"specifiers\",\n        \"subclaim\",\n        \"towards\",\n        \"turpify\",\n        \"utter\",\n        \"veritability\",\n        \"verjuiced\",\n        \"versified\"\n    ],\n    \"ikwuputa\": [\n        \"accoutering\",\n        \"accoutring\",\n        \"accreditate\",\n        \"accresce\",\n        \"accriminate\",\n        \"apostolate\",\n        \"apostrophal\",\n        \"apostrophation\",\n        \"apostrophise\",\n        \"apostrophize\",\n        \"aproning\",\n        \"certie\",\n        \"clangouring\",\n        \"claudication\",\n        \"disaffirmance\",\n        \"disanagrammatize\",\n        \"discalceate\",\n        \"discure\",\n        \"discurre\",\n        \"disidentify\",\n        \"disinclose\",\n        \"dispark\",\n        \"echoingly\",\n        \"hushable\",\n        \"preclaimer\",\n        \"replate\",\n        \"thribble\",\n        \"unexclaiming\",\n        \"verbify\",\n        \"verray\"\n    ],\n    \"accouter\": [\n        \"accouters\"\n    ],\n    \"kwupụtara\": [\n        \"accoutred\",\n        \"afflated\",\n        \"affrayed\",\n        \"affranchised\",\n        \"aluminised\",\n        \"articulated\",\n        \"bescribble\",\n        \"bescribbled\",\n        \"betutored\",\n        \"cessed\",\n        \"clavered\",\n        \"confated\",\n        \"confessed\",\n        \"declaimed\",\n        \"declared\",\n        \"declaredly\",\n        \"deduced\",\n        \"definitised\",\n        \"delimed\",\n        \"delineates\",\n        \"delist\",\n        \"delisted\",\n        \"delists\",\n        \"enclaved\",\n        \"escribed\",\n        \"expostulated\",\n        \"expressed\",\n        \"nictated\",\n        \"obnounced\",\n        \"osculated\",\n        \"outtold\",\n        \"overelated\",\n        \"overexplicit\",\n        \"promulgated\",\n        \"promulged\",\n        \"pronounceable\",\n        \"pronounced\",\n        \"propositioned\",\n        \"recrated\",\n        \"rerated\",\n        \"semidemented\",\n        \"tellurized\",\n        \"telphered\",\n        \"velated\",\n        \"verbalized\",\n        \"verified\",\n        \"verriculated\",\n        \"verveled\",\n        \"vestibuled\",\n        \"vocalized\",\n        \"voiced\",\n        \"volatilised\",\n        \"volatilized\"\n    ],\n    \"acca\": [\n        \"accra\"\n    ],\n    \"nzere ntozu\": [\n        \"accredit\",\n        \"accreditation\",\n        \"accreditment\"\n    ],\n    \"a kwadoro\": [\n        \"accreditable\"\n    ],\n    \"nwekọrita\": [\n        \"accrementitial\",\n        \"mackinawed\",\n        \"oboormition\"\n    ],\n    \"Nkwenye\": [\n        \"accrescence\",\n        \"adamance\",\n        \"affirmation\",\n        \"affirmations\",\n        \"affirmatives\",\n        \"affirmatory\",\n        \"affrication\",\n        \"betonies\",\n        \"conflagratory\",\n        \"credenza\",\n        \"denierage\",\n        \"disapprobation\",\n        \"disapprobations\",\n        \"disbeliefs\",\n        \"disrecommendation\",\n        \"distrusts\",\n        \"subradicness\",\n        \"substantiation\"\n    ],\n    \"accscent\": [\n        \"accrescent\"\n    ],\n    \"puru iche\": [\n        \"accrete\",\n        \"exemptible\",\n        \"pluralised\",\n        \"pointlet\",\n        \"proscribable\"\n    ],\n    \"accret\": [\n        \"accretes\"\n    ],\n    \"ikwupụta\": [\n        \"accretive\",\n        \"adessive\",\n        \"afflue\",\n        \"affording\",\n        \"affraying\",\n        \"affranchising\",\n        \"allelisms\",\n        \"assertorial\",\n        \"assertum\",\n        \"blattering\",\n        \"comessation\",\n        \"commutation\",\n        \"commutations\",\n        \"confessing\",\n        \"confide\",\n        \"confisk\",\n        \"conflate\",\n        \"confrerie\",\n        \"conveyal\",\n        \"counterclaimant\",\n        \"counterclaiming\",\n        \"declaimant\",\n        \"declaimer\",\n        \"declaratory\",\n        \"declaratorily\",\n        \"declivitously\",\n        \"denouement\",\n        \"denouements\",\n        \"disaffiliating\",\n        \"disaffirm\",\n        \"disaffirmative\",\n        \"disaffirming\",\n        \"discursify\",\n        \"dutchy\",\n        \"enclaving\",\n        \"endamnify\",\n        \"enrank\",\n        \"escribing\",\n        \"fiddly\",\n        \"fidging\",\n        \"impark\",\n        \"indevout\",\n        \"misaffirm\",\n        \"osirify\",\n        \"outpraise\",\n        \"passemented\",\n        \"preaffirm\",\n        \"proclivity\",\n        \"professing\",\n        \"prolately\",\n        \"pronouncing\",\n        \"propositioning\",\n        \"proprecedent\",\n        \"sherify\",\n        \"shooling\",\n        \"spherify\",\n        \"stipels\",\n        \"tasselling\",\n        \"thaness\",\n        \"undeclaiming\",\n        \"unwebbing\",\n        \"verbifying\",\n        \"voicing\"\n    ],\n    \"ịba ụba\": [\n        \"accroach\",\n        \"appropinquity\",\n        \"berbery\",\n        \"bibbery\",\n        \"effumability\",\n        \"elargement\",\n        \"infrugal\",\n        \"largishness\",\n        \"multiplan\",\n        \"multiplicational\",\n        \"multiplier\",\n        \"multipliers\",\n        \"multipresence\",\n        \"multipurpose\",\n        \"outbanning\",\n        \"outdoing\",\n        \"outglaring\",\n        \"outpitying\",\n        \"overexpanding\",\n        \"overqualifying\",\n        \"overspeculation\",\n        \"overspeculativeness\",\n        \"overspreading\",\n        \"overtheorizing\",\n        \"prolificness\",\n        \"propounding\",\n        \"prospeculation\",\n        \"sambaing\",\n        \"sambhars\",\n        \"scuppering\",\n        \"sheerness\",\n        \"sycophancy\",\n        \"subrotundness\",\n        \"thurification\"\n    ],\n    \"nwere ike\": [\n        \"accruable\",\n        \"arborical\",\n        \"baptizable\",\n        \"basebred\",\n        \"belaced\",\n        \"berceuse\",\n        \"bident\",\n        \"bight\",\n        \"boletes\",\n        \"borable\",\n        \"bouvier\",\n        \"can\",\n        \"capably\",\n        \"capilaceous\",\n        \"chancefully\",\n        \"could\",\n        \"demisable\",\n        \"demiscible\",\n        \"effable\",\n        \"enfeoffed\",\n        \"ensouled\",\n        \"erigible\",\n        \"escolar\",\n        \"estable\",\n        \"exercisable\",\n        \"extersive\",\n        \"likely\",\n        \"may\",\n        \"mayence\",\n        \"mayest\",\n        \"mayfair\",\n        \"mayfly\",\n        \"mayflies\",\n        \"mayhappen\",\n        \"mayhaps\",\n        \"maying\",\n        \"maylike\",\n        \"mesocentrous\",\n        \"might\",\n        \"motorable\",\n        \"occupable\",\n        \"outspent\",\n        \"overpotential\",\n        \"oversensible\",\n        \"perlaceous\",\n        \"pluripotent\",\n        \"plurivalent\",\n        \"possibile\",\n        \"possibles\",\n        \"potable\",\n        \"potassic\",\n        \"potative\",\n        \"potencies\",\n        \"potentates\",\n        \"potentially\",\n        \"potentiated\",\n        \"potentiates\",\n        \"potentiating\",\n        \"potenties\",\n        \"potentiometers\",\n        \"potentiometric\",\n        \"potently\",\n        \"powerable\",\n        \"predentary\",\n        \"predorsal\",\n        \"preeligibly\",\n        \"preentitled\",\n        \"releasably\",\n        \"secable\",\n        \"superwealthy\",\n        \"susceptibilities\",\n        \"tendentially\",\n        \"tergant\",\n        \"vitrioled\",\n        \"wieldable\"\n    ],\n    \"nchikota\": [\n        \"accrual\",\n        \"aggregative\",\n        \"bullation\",\n        \"clamber\",\n        \"clumpishness\",\n        \"colligation\",\n        \"collusion\",\n        \"coordination\",\n        \"cumulation\",\n        \"gatteridge\",\n        \"glump\",\n        \"mobilian\",\n        \"numinism\",\n        \"rerummage\",\n        \"rumaged\",\n        \"rummage\",\n        \"subaggregate\",\n        \"sum\",\n        \"sumac\",\n        \"sumach\",\n        \"sumage\",\n        \"sumak\",\n        \"sumass\",\n        \"sumatra\",\n        \"sumbal\",\n        \"sumbul\",\n        \"sumlessness\",\n        \"summa\",\n        \"summability\",\n        \"summae\",\n        \"summage\",\n        \"summands\",\n        \"summar\",\n        \"summary\",\n        \"summarily\",\n        \"summarisation\",\n        \"summariser\",\n        \"summarization\",\n        \"summat\",\n        \"summation\",\n        \"summations\",\n        \"summative\",\n        \"summatory\",\n        \"summery\",\n        \"summital\",\n        \"summity\",\n        \"summula\",\n        \"summulae\",\n        \"sumner\",\n        \"sumple\",\n        \"sumps\",\n        \"sumpters\",\n        \"sums\",\n        \"totalise\",\n        \"toty\",\n        \"triangulating\",\n        \"trolly\"\n    ],\n    \"mbanye\": [\n        \"accruals\",\n        \"accruement\",\n        \"adumbration\",\n        \"columniation\",\n        \"cumberment\",\n        \"entrammel\",\n        \"incidency\",\n        \"ingem\",\n        \"kitmudgar\",\n        \"mercement\",\n        \"mushing\",\n        \"parenthesize\",\n        \"pasteup\",\n        \"peripenial\",\n        \"periphrasing\",\n        \"recruit\",\n        \"recruitage\",\n        \"recruitee\",\n        \"recruithood\",\n        \"recruity\",\n        \"recruiting\",\n        \"recruitment\",\n        \"requiting\",\n        \"shouldna\",\n        \"shucking\",\n        \"shuckings\",\n        \"shucks\",\n        \"throughput\",\n        \"wadsetting\"\n    ],\n    \"mụta\": [\n        \"accrue\"\n    ],\n    \"Nweta\": [\n        \"accruer\",\n        \"acing\",\n        \"derrid\",\n        \"ellick\",\n        \"enate\",\n        \"getfd\",\n        \"harn\",\n        \"yerd\",\n        \"subseries\",\n        \"thanages\",\n        \"trilby\",\n        \"whand\",\n        \"wilroun\"\n    ],\n    \"na-agbakọta\": [\n        \"accruing\",\n        \"accumulates\",\n        \"accumulating\",\n        \"accumulatively\",\n        \"collying\",\n        \"colluded\",\n        \"colluding\",\n        \"combes\",\n        \"compositely\",\n        \"congregating\",\n        \"convecting\",\n        \"crowding\",\n        \"cumulating\",\n        \"enumerating\",\n        \"interosculated\",\n        \"nonanimating\",\n        \"reaggregating\",\n        \"reconcede\",\n        \"totalising\",\n        \"totalizes\",\n        \"unanimating\",\n        \"upbinding\"\n    ],\n    \"Nkọpụta\": [\n        \"accubation\"\n    ],\n    \"nwe ọnụ\": [\n        \"accueil\"\n    ],\n    \"omenala\": [\n        \"accultural\",\n        \"acculturate\",\n        \"accustomation\",\n        \"arboricultural\",\n        \"bicultural\",\n        \"cultual\",\n        \"culturable\",\n        \"cultural\",\n        \"culturally\",\n        \"cultured\",\n        \"custom\",\n        \"customableness\",\n        \"customably\",\n        \"customance\",\n        \"customary\",\n        \"customaries\",\n        \"customarily\",\n        \"customariness\",\n        \"customed\",\n        \"customly\",\n        \"intercultural\",\n        \"interculture\",\n        \"multicultural\",\n        \"piscicultural\",\n        \"pisciculturally\",\n        \"silviculturally\",\n        \"traditionalized\",\n        \"traditionarily\",\n        \"viticultural\",\n        \"vocicultural\"\n    ],\n    \"ngwakọta\": [\n        \"acculturated\",\n        \"acculturation\",\n        \"admixture\",\n        \"admixtures\",\n        \"allobroges\",\n        \"allograph\",\n        \"allosteric\",\n        \"blend\",\n        \"blende\",\n        \"blendor\",\n        \"blendure\",\n        \"colliers\",\n        \"colluder\",\n        \"colluders\",\n        \"collut\",\n        \"collutories\",\n        \"comade\",\n        \"combe\",\n        \"combinement\",\n        \"combo\",\n        \"combos\",\n        \"combre\",\n        \"comfiture\",\n        \"commixture\",\n        \"compo\",\n        \"compoed\",\n        \"compoer\",\n        \"compole\",\n        \"comport\",\n        \"comportment\",\n        \"composograph\",\n        \"composure\",\n        \"compoundedness\",\n        \"compounder\",\n        \"compoundness\",\n        \"concettism\",\n        \"conglutination\",\n        \"consortism\",\n        \"contexture\",\n        \"fusions\",\n        \"glendover\",\n        \"hybridation\",\n        \"hybridizations\",\n        \"incorporal\",\n        \"incorporations\",\n        \"integrability\",\n        \"intercommunion\",\n        \"intergroup\",\n        \"intermixture\",\n        \"intertexture\",\n        \"intexture\",\n        \"klendusity\",\n        \"minglement\",\n        \"mixability\",\n        \"mixableness\",\n        \"mixilineal\",\n        \"mixodectes\",\n        \"mixology\",\n        \"mixologies\",\n        \"mixoploidy\",\n        \"mixt\",\n        \"mixtiform\",\n        \"mixtion\",\n        \"mixture\",\n        \"mixtures\",\n        \"mixup\",\n        \"noncombination\",\n        \"premixture\"\n    ],\n    \"enwetara\": [\n        \"acculturative\",\n        \"acquired\",\n        \"emended\",\n        \"enlaced\",\n        \"enounce\",\n        \"gleeted\",\n        \"insetted\",\n        \"irredeemed\",\n        \"ostracodous\",\n        \"recocked\",\n        \"recodified\",\n        \"reidentified\",\n        \"reperceived\",\n        \"repiqued\",\n        \"reproposed\",\n        \"ullaged\",\n        \"unadmitted\",\n        \"vatted\"\n    ],\n    \"gbakoor\": [\n        \"acculturize\"\n    ],\n    \"ọrịrị\": [\n        \"acculturized\",\n        \"buccheros\",\n        \"cryptesthetic\",\n        \"cryptomerous\",\n        \"cryptoneurous\",\n        \"decrypted\",\n        \"discolichen\",\n        \"epexegeses\",\n        \"epitaxially\",\n        \"epithecate\",\n        \"exophoric\",\n        \"intermeddlingly\",\n        \"prestidigitatorial\",\n        \"urginea\"\n    ],\n    \"chịkọba\": [\n        \"accum\",\n        \"appraise\",\n        \"combind\",\n        \"roundup\"\n    ],\n    \"obulu\": [\n        \"accumbency\"\n    ],\n    \"ikpoko\": [\n        \"accumber\",\n        \"collabent\",\n        \"unbolt\"\n    ],\n    \"akwakọba\": [\n        \"accumulable\",\n        \"accumulated\",\n        \"stacked\"\n    ],\n    \"gbakọta\": [\n        \"accumulate\",\n        \"assembl\",\n        \"assemblable\",\n        \"assembles\",\n        \"comendite\",\n        \"coml\",\n        \"complish\",\n        \"compreg\",\n        \"compregnate\",\n        \"condenses\",\n        \"congenialize\",\n        \"congregable\",\n        \"congregate\",\n        \"consociate\",\n        \"conventionalised\",\n        \"organify\",\n        \"reassemble\",\n        \"sumen\",\n        \"togethers\"\n    ],\n    \"mkpokọta\": [\n        \"accumulation\",\n        \"accumulations\",\n        \"aggregate\",\n        \"aggregateness\",\n        \"aggregates\",\n        \"aggregation\",\n        \"aggregational\",\n        \"aggregations\",\n        \"allemontite\",\n        \"assemblance\",\n        \"cliquedom\",\n        \"cliquishness\",\n        \"cloistering\",\n        \"cloisters\",\n        \"coaggregation\",\n        \"collage\",\n        \"collation\",\n        \"collationer\",\n        \"collations\",\n        \"collectability\",\n        \"collectanea\",\n        \"collectarium\",\n        \"collectedness\",\n        \"collectibility\",\n        \"collectibles\",\n        \"collection\",\n        \"collectional\",\n        \"collectioner\",\n        \"collective\",\n        \"collectiveness\",\n        \"collectives\",\n        \"collectivise\",\n        \"collectivism\",\n        \"collectivistically\",\n        \"collectivity\",\n        \"collectivities\",\n        \"collectivization\",\n        \"collectivum\",\n        \"collectorate\",\n        \"collectorship\",\n        \"collectress\",\n        \"collegiateness\",\n        \"collegiation\",\n        \"colleterial\",\n        \"colleterium\",\n        \"colletside\",\n        \"collocation\",\n        \"collocationable\",\n        \"collocational\",\n        \"collocations\",\n        \"collocution\",\n        \"collocutory\",\n        \"colpotomy\",\n        \"comburendo\",\n        \"commixt\",\n        \"compilation\",\n        \"compilations\",\n        \"compilement\",\n        \"complanation\",\n        \"comprobation\",\n        \"compunction\",\n        \"consignification\",\n        \"consonantise\",\n        \"consortion\",\n        \"convocation\",\n        \"cosegment\",\n        \"ensembles\",\n        \"eructance\",\n        \"gatherum\",\n        \"hulkage\",\n        \"hulks\",\n        \"hulloes\",\n        \"hulster\",\n        \"lbinit\",\n        \"mobilisation\",\n        \"mobilization\",\n        \"mobilizations\",\n        \"noncollection\",\n        \"recopilation\",\n        \"sumos\",\n        \"totemization\"\n    ],\n    \"nwekọtara\": [\n        \"accumulativ\",\n        \"mucomembranous\",\n        \"oculated\",\n        \"operculated\",\n        \"overabound\",\n        \"overabsorption\",\n        \"tripointed\",\n        \"triptyca\"\n    ],\n    \"na-akpakọba\": [\n        \"accumulative\",\n        \"cottering\"\n    ],\n    \"nkwakọba\": [\n        \"accumulativeness\",\n        \"granulation\",\n        \"stocked\",\n        \"stockyard\",\n        \"stockishness\",\n        \"stockroom\",\n        \"storeship\",\n        \"warehouse\",\n        \"warehouseage\",\n        \"warehoused\",\n        \"warehouseful\",\n        \"warehouser\",\n        \"warehousing\",\n        \"wareroom\"\n    ],\n    \"ndị na-achịkọta ihe\": [\n        \"accumulators\"\n    ],\n    \"ogide\": [\n        \"accupy\",\n        \"assyntite\",\n        \"occupy\",\n        \"trolloping\"\n    ],\n    \"ziri ezi\": [\n        \"accur\",\n        \"accuracy\",\n        \"accuracies\",\n        \"accurate\",\n        \"accurately\",\n        \"accurateness\",\n        \"accurre\",\n        \"correctant\",\n        \"correctest\",\n        \"correctible\",\n        \"correctively\",\n        \"equitable\",\n        \"equitableness\",\n        \"equitably\",\n        \"exactable\",\n        \"exactitude\",\n        \"exactness\",\n        \"juslik\",\n        \"juslted\",\n        \"jusquaboutist\",\n        \"jussal\",\n        \"jussel\",\n        \"jussi\",\n        \"jussive\",\n        \"jussives\",\n        \"jussory\",\n        \"justen\",\n        \"juster\",\n        \"justiciable\",\n        \"justifably\",\n        \"justify\",\n        \"justifiability\",\n        \"justifiable\",\n        \"justifiably\",\n        \"justification\",\n        \"justificative\",\n        \"justificatory\",\n        \"justified\",\n        \"justifier\",\n        \"justifies\",\n        \"justifying\",\n        \"justifyingly\",\n        \"justo\",\n        \"justs\",\n        \"legitimate\",\n        \"legitimated\",\n        \"legitimateness\",\n        \"legitimity\",\n        \"positiveness\",\n        \"propriety\",\n        \"rectitic\",\n        \"rectitudinous\",\n        \"rightabout\",\n        \"righted\",\n        \"rightest\",\n        \"rightforth\",\n        \"rightful\",\n        \"rightfully\",\n        \"rightfulness\",\n        \"righting\",\n        \"rightish\",\n        \"rightism\",\n        \"rightle\",\n        \"rightly\",\n        \"rightness\",\n        \"upright\",\n        \"uprighted\",\n        \"uprighteous\",\n        \"uprighting\",\n        \"uprightish\",\n        \"uprightman\",\n        \"uprightness\",\n        \"validly\",\n        \"validous\",\n        \"zirianian\"\n    ],\n    \"bụrụ ọnụ\": [\n        \"accursed\",\n        \"accursedly\",\n        \"coursed\",\n        \"cursed\",\n        \"curseder\",\n        \"cursedest\",\n        \"cursedly\",\n        \"cursorious\"\n    ],\n    \"nkọcha\": [\n        \"accursedness\",\n        \"ciliation\",\n        \"cynicalness\",\n        \"cynicisms\",\n        \"cunts\",\n        \"curs\",\n        \"cursal\",\n        \"cursedness\",\n        \"cursement\",\n        \"cursen\",\n        \"curser\",\n        \"cursers\",\n        \"curses\",\n        \"curship\",\n        \"cursiveness\",\n        \"cursives\",\n        \"cursoriness\",\n        \"hickishness\",\n        \"malediction\",\n        \"maledictions\",\n        \"maledicts\",\n        \"nictitated\",\n        \"nictitation\",\n        \"reproach\",\n        \"reproached\",\n        \"reproacher\",\n        \"reproaches\",\n        \"reproachful\",\n        \"reproachfulness\",\n        \"reproaching\",\n        \"reprobance\",\n        \"reprobator\",\n        \"reprovocation\",\n        \"sharpite\",\n        \"triticism\"\n    ],\n    \"na-akpọ iyi\": [\n        \"accursing\",\n        \"swearer\",\n        \"swearing\",\n        \"swearingly\"\n    ],\n    \"ebuo\": [\n        \"accurst\",\n        \"bielded\",\n        \"ensnarled\",\n        \"forehammer\",\n        \"mildewed\",\n        \"mildewing\",\n        \"molter\"\n    ],\n    \"ebubo\": [\n        \"accus\",\n        \"accusable\",\n        \"accusably\",\n        \"accusal\",\n        \"accusals\",\n        \"accusation\",\n        \"accusations\",\n        \"accusatival\",\n        \"accusative\",\n        \"accusatively\",\n        \"accusativeness\",\n        \"accusatory\",\n        \"accusatorially\",\n        \"accusatrixes\",\n        \"accused\",\n        \"accuses\",\n        \"accusor\",\n        \"alictisal\",\n        \"allegation\",\n        \"allegations\",\n        \"allegeable\",\n        \"allegement\",\n        \"allegers\",\n        \"alleges\",\n        \"ceruses\",\n        \"chargeably\",\n        \"charged\",\n        \"chargedness\",\n        \"charges\",\n        \"chargeship\",\n        \"indictability\",\n        \"indictment\",\n        \"indictments\"\n    ],\n    \"onye na-ebo ebubo\": [\n        \"accusant\",\n        \"accusator\",\n        \"accusatorial\",\n        \"accuser\",\n        \"allegator\"\n    ],\n    \"ndị na-ebo ebubo\": [\n        \"accusants\",\n        \"accusatives\",\n        \"accusers\"\n    ],\n    \"mmetụ\": [\n        \"accusatrix\",\n        \"aphanomyces\",\n        \"impetition\",\n        \"mattedness\",\n        \"micromeasurement\",\n        \"mimmouthedness\",\n        \"moxibustion\",\n        \"piebaldness\",\n        \"pseudoerotic\",\n        \"touchdown\",\n        \"touchers\",\n        \"touchiness\"\n    ],\n    \"bo ebubo\": [\n        \"accuse\"\n    ],\n    \"na-ebo ebubo\": [\n        \"accusing\",\n        \"accusingly\",\n        \"accusive\",\n        \"alleging\"\n    ],\n    \"ikpehehe\": [\n        \"accustom\"\n    ],\n    \"emeela\": [\n        \"accustomed\",\n        \"advected\",\n        \"leveled\",\n        \"levelled\",\n        \"mothballed\",\n        \"rattooned\",\n        \"underdone\"\n    ],\n    \"emehe\": [\n        \"accustomedly\",\n        \"accustoming\",\n        \"accustomized\",\n        \"habitally\"\n    ],\n    \"imekoriri\": [\n        \"accustomedness\"\n    ],\n    \"gbanwee\": [\n        \"accustomize\",\n        \"adjusted\",\n        \"alterants\",\n        \"alterate\",\n        \"alternifoliate\",\n        \"bedewing\",\n        \"confected\",\n        \"deciare\",\n        \"demasculinize\",\n        \"dynamize\",\n        \"disadjust\",\n        \"disconform\",\n        \"disform\",\n        \"evolute\",\n        \"fashionize\",\n        \"flexed\",\n        \"flexured\",\n        \"interdigitate\",\n        \"interdigitated\",\n        \"materialise\",\n        \"materialize\",\n        \"medievalize\",\n        \"modify\",\n        \"modularized\",\n        \"multiformed\",\n        \"overformed\",\n        \"paraform\",\n        \"paraforms\",\n        \"phenomenalize\",\n        \"phenomenize\",\n        \"physiqued\",\n        \"postformed\",\n        \"pretortured\",\n        \"radicalize\",\n        \"readjusted\",\n        \"readjuster\",\n        \"readjusts\",\n        \"reargued\",\n        \"rebia\",\n        \"reblade\",\n        \"reblame\",\n        \"rebloomed\",\n        \"rebranched\",\n        \"rebrown\",\n        \"rebuoyage\",\n        \"reconform\",\n        \"reconfound\",\n        \"recrowned\",\n        \"redecline\",\n        \"redecorate\",\n        \"redecorated\",\n        \"redefecate\",\n        \"redefy\",\n        \"redeliberate\",\n        \"redone\",\n        \"redwithe\",\n        \"refashioned\",\n        \"refigured\",\n        \"reformatted\",\n        \"reformed\",\n        \"reformulate\",\n        \"rehabilitates\",\n        \"reinformed\",\n        \"remigrated\",\n        \"repaganize\",\n        \"repaginated\",\n        \"repersonalize\",\n        \"reprofane\",\n        \"reseize\",\n        \"resize\",\n        \"resized\",\n        \"resizes\",\n        \"restiffen\",\n        \"restifle\",\n        \"restigmatize\",\n        \"restyle\",\n        \"restructured\",\n        \"retroform\",\n        \"revers\",\n        \"reversed\",\n        \"reversedly\",\n        \"reverseful\",\n        \"reverses\",\n        \"reversi\",\n        \"reversibly\",\n        \"reversify\",\n        \"reversing\",\n        \"reversingly\",\n        \"reversive\",\n        \"reverso\",\n        \"revetoed\",\n        \"revolutionise\",\n        \"revolutionised\",\n        \"revolutionize\",\n        \"revolutionized\",\n        \"revolutionizes\",\n        \"revolvably\",\n        \"revolve\",\n        \"revolved\",\n        \"revolves\",\n        \"showance\",\n        \"supersede\",\n        \"swerved\",\n        \"swithe\",\n        \"swithers\",\n        \"swow\",\n        \"swure\",\n        \"temporalize\",\n        \"transform\",\n        \"transformed\",\n        \"transformingly\",\n        \"transforms\",\n        \"triformed\",\n        \"turnhalle\",\n        \"variolate\",\n        \"venged\",\n        \"writhen\"\n    ],\n    \"na-emegharị\": [\n        \"accustomizing\",\n        \"antireacting\",\n        \"autolyzing\",\n        \"calibrating\",\n        \"cleping\",\n        \"commingles\",\n        \"corradiating\",\n        \"deflexing\",\n        \"derogating\",\n        \"eunuchizing\",\n        \"ferrer\",\n        \"flexes\",\n        \"handselling\",\n        \"homologating\",\n        \"hulkingly\",\n        \"intercircling\",\n        \"interlocating\",\n        \"interlocutorily\",\n        \"interlotting\",\n        \"intermigrating\",\n        \"intermitting\",\n        \"interpermeating\",\n        \"interpledging\",\n        \"interresponsible\",\n        \"interresponsive\",\n        \"intertrading\",\n        \"intertrafficked\",\n        \"interverting\",\n        \"nebulizes\",\n        \"nebulizing\",\n        \"parsing\",\n        \"plopping\",\n        \"prenotifying\",\n        \"pretabulating\",\n        \"reaffiliating\",\n        \"reaggressive\",\n        \"reascending\",\n        \"rechooses\",\n        \"recoding\",\n        \"recontracting\",\n        \"reconverting\",\n        \"recrowning\",\n        \"recrowns\",\n        \"recusing\",\n        \"recutting\",\n        \"redrawing\",\n        \"reechoing\",\n        \"reeving\",\n        \"reexecuting\",\n        \"refacing\",\n        \"refalling\",\n        \"refinding\",\n        \"reflexing\",\n        \"refracting\",\n        \"refracturing\",\n        \"reglorifying\",\n        \"rehearses\",\n        \"reicing\",\n        \"reliquidated\",\n        \"remultiplying\",\n        \"renegating\",\n        \"repacifies\",\n        \"repacifying\",\n        \"reperking\",\n        \"reperusing\",\n        \"repracticing\",\n        \"reprosper\",\n        \"resecting\",\n        \"resynthesizing\",\n        \"resterilizing\",\n        \"retotaling\",\n        \"retrimming\",\n        \"retroactively\",\n        \"retroceding\",\n        \"revacating\",\n        \"reverberating\",\n        \"revving\",\n        \"shrogs\",\n        \"spritting\",\n        \"spurting\",\n        \"sulphureting\",\n        \"sulphuring\",\n        \"surprinting\",\n        \"swaying\",\n        \"transmigrates\",\n        \"underjobbing\",\n        \"ungroveling\",\n        \"unmotioned\",\n        \"unsagging\"\n    ],\n    \"okechukwu\": [\n        \"aceanthrene\",\n        \"calatrava\",\n        \"ecstatically\",\n        \"exaspidean\",\n        \"gesticularious\",\n        \"girasol\",\n        \"grooviness\",\n        \"heterochloridales\",\n        \"hurroosh\",\n        \"liotrichine\",\n        \"overambitiously\",\n        \"overapprehensiveness\",\n        \"overassess\",\n        \"overassumptively\",\n        \"overofficiously\",\n        \"rabatte\",\n        \"rabbitoh\",\n        \"rabbitweed\",\n        \"rabid\",\n        \"ratskeller\",\n        \"sacroposterior\",\n        \"sagittaria\",\n        \"sasarara\",\n        \"shoupeltin\",\n        \"superadornment\",\n        \"teretifolious\",\n        \"trichophore\",\n        \"zelatrice\"\n    ],\n    \"aicentithrenequinone\": [\n        \"aceanthrenequinone\"\n    ],\n    \"buru\": [\n        \"aced\",\n        \"assumers\",\n        \"borne\",\n        \"carry\",\n        \"drawly\",\n        \"grosser\",\n        \"grossulaceous\",\n        \"grossular\",\n        \"pickedly\",\n        \"pickeringite\",\n        \"picking\",\n        \"pickings\",\n        \"pickling\",\n        \"takeful\",\n        \"wombed\"\n    ],\n    \"ihe ike\": [\n        \"acephal\",\n        \"bebloom\",\n        \"bepraiser\",\n        \"bolides\",\n        \"bullism\",\n        \"bumblebees\",\n        \"bumblekite\",\n        \"buxaceous\",\n        \"caprice\",\n        \"cater\",\n        \"caulerpaceous\",\n        \"causticity\",\n        \"cicatrisive\",\n        \"compellability\",\n        \"crapulency\",\n        \"czarisms\",\n        \"daredevilism\",\n        \"daredevilry\",\n        \"daredevils\",\n        \"despotic\",\n        \"despotical\",\n        \"engender\",\n        \"felicity\",\n        \"garbline\",\n        \"haecceities\",\n        \"heaumes\",\n        \"hogans\",\n        \"hopcalite\",\n        \"hoplitic\",\n        \"pagatpat\",\n        \"panderous\",\n        \"panmeristic\",\n        \"paregoric\",\n        \"phaneromerous\",\n        \"phyletic\",\n        \"pichuric\",\n        \"pterygospinous\",\n        \"pumices\",\n        \"roughhewn\",\n        \"roughlegs\",\n        \"roughrider\",\n        \"roughsetter\",\n        \"roughslant\",\n        \"thalpotic\",\n        \"tornade\",\n        \"violaceous\"\n    ],\n    \"Acephala\": [\n        \"acephala\"\n    ],\n    \"Acephali\": [\n        \"acephali\"\n    ],\n    \"ihe mgbu\": [\n        \"acephalism\",\n        \"anlace\",\n        \"convulsibility\",\n        \"gadding\",\n        \"killicks\",\n        \"languorment\",\n        \"languorous\",\n        \"painch\",\n        \"painches\",\n        \"paindemaine\",\n        \"painfuller\",\n        \"painkiller\",\n        \"painkillers\",\n        \"pains\",\n        \"panache\",\n        \"pangene\",\n        \"pangenesis\",\n        \"pangenetic\",\n        \"pangi\",\n        \"pangium\",\n        \"panspermic\",\n        \"punkiness\",\n        \"sorbs\",\n        \"sorrowers\",\n        \"sorrows\"\n    ],\n    \"onye a ma ama\": [\n        \"acephalist\"\n    ],\n    \"ahụ ike\": [\n        \"acephalite\",\n        \"agriological\",\n        \"agrostologic\",\n        \"bodefulness\",\n        \"bodhisat\",\n        \"cacothesis\",\n        \"cionotomy\",\n        \"demogenic\",\n        \"eugenics\",\n        \"eugenism\",\n        \"eugenists\",\n        \"eulogistically\",\n        \"healthsomeness\",\n        \"hereness\",\n        \"hexapterous\",\n        \"infirmary\",\n        \"oenocytic\",\n        \"paranosic\",\n        \"pedogenic\",\n        \"perineal\",\n        \"physiatrical\",\n        \"physicalistic\",\n        \"physiurgic\",\n        \"serapic\",\n        \"theriomancy\",\n        \"theriomorphous\",\n        \"unhealthiest\",\n        \"unhealthiness\"\n    ],\n    \"apọtọ\": [\n        \"acepots\"\n    ],\n    \"gbaa ọsọ\": [\n        \"acerate\",\n        \"athrive\",\n        \"fleckered\",\n        \"fledged\",\n        \"fledges\",\n        \"fledgier\",\n        \"fledgiest\",\n        \"fledglings\",\n        \"fleeced\",\n        \"fleecelike\",\n        \"fleech\",\n        \"fleeched\",\n        \"fleechment\",\n        \"fleeciest\",\n        \"fleecily\",\n        \"fleeciness\",\n        \"fugitate\",\n        \"gargalize\",\n        \"hurkle\",\n        \"rancidify\",\n        \"ranular\",\n        \"rerake\",\n        \"run\",\n        \"runt\"\n    ],\n    \"kpaliri\": [\n        \"acerated\",\n        \"acrospired\",\n        \"actuated\",\n        \"aculeated\",\n        \"arointed\",\n        \"aroused\",\n        \"avulsed\",\n        \"babbitted\",\n        \"babbitts\",\n        \"catalyzed\",\n        \"catcalled\",\n        \"clucked\",\n        \"coacted\",\n        \"corbelled\",\n        \"curvated\",\n        \"cutthroat\",\n        \"dutched\",\n        \"effigiated\",\n        \"elumbated\",\n        \"essenced\",\n        \"estivated\",\n        \"evocable\",\n        \"evocated\",\n        \"evoked\",\n        \"ferruginated\",\n        \"flumed\",\n        \"fluted\",\n        \"galvanised\",\n        \"galvanized\",\n        \"garoted\",\n        \"gelated\",\n        \"heaved\",\n        \"imbowered\",\n        \"immotioned\",\n        \"impelled\",\n        \"impended\",\n        \"impulsed\",\n        \"incased\",\n        \"incited\",\n        \"inducedly\",\n        \"indusiated\",\n        \"inspirited\",\n        \"inspissated\",\n        \"instressed\",\n        \"intrigued\",\n        \"jittered\",\n        \"mooted\",\n        \"moted\",\n        \"mothed\",\n        \"motivated\",\n        \"motorise\",\n        \"motorised\",\n        \"motorises\",\n        \"motorized\",\n        \"motorizes\",\n        \"moved\",\n        \"obstipated\",\n        \"overaccentuated\",\n        \"palletized\",\n        \"pellate\",\n        \"philippize\",\n        \"precented\",\n        \"precipitated\",\n        \"prekindled\",\n        \"prodded\",\n        \"prompted\",\n        \"prompts\",\n        \"propelled\",\n        \"roused\",\n        \"roved\",\n        \"sculpt\",\n        \"snifted\",\n        \"sootied\",\n        \"spurred\",\n        \"stalked\",\n        \"stemmed\",\n        \"stimulated\",\n        \"stirred\",\n        \"stumpish\",\n        \"uplighted\",\n        \"uptilted\",\n        \"urled\",\n        \"wisted\",\n        \"wistened\"\n    ],\n    \"na-akpọ\": [\n        \"acerates\",\n        \"belling\",\n        \"denominates\",\n        \"denominating\",\n        \"extricates\",\n        \"haying\",\n        \"hying\",\n        \"hyingly\",\n        \"kiting\",\n        \"mullid\",\n        \"nickeling\",\n        \"nominalizing\",\n        \"quoiting\",\n        \"ragouting\",\n        \"rander\",\n        \"ranting\",\n        \"ratooning\",\n        \"slanting\",\n        \"slitting\",\n        \"wotting\"\n    ],\n    \"Aerosọs\": [\n        \"acerose\"\n    ],\n    \"tinyekwuo\": [\n        \"acervate\",\n        \"exanimation\",\n        \"extraovate\",\n        \"incoordinate\",\n        \"operculate\",\n        \"overactivated\",\n        \"overstrew\",\n        \"oversweeten\"\n    ],\n    \"acetinye\": [\n        \"acetify\"\n    ],\n    \"aceting\": [\n        \"acetifying\"\n    ],\n    \"acetyla\": [\n        \"acetylate\"\n    ],\n    \"acetimita\": [\n        \"acetimeter\"\n    ],\n    \"acetometa\": [\n        \"acetometer\"\n    ],\n    \"Akhamọt\": [\n        \"achamoth\"\n    ],\n    \"iri\": [\n        \"achar\",\n        \"adnumber\",\n        \"areek\",\n        \"atrous\",\n        \"bogue\",\n        \"briar\",\n        \"centuplicate\",\n        \"chomps\",\n        \"chonk\",\n        \"chop\",\n        \"chopine\",\n        \"choring\",\n        \"chow\",\n        \"decennial\",\n        \"decenniums\",\n        \"decouple\",\n        \"decouples\",\n        \"dizens\",\n        \"dovens\",\n        \"dozens\",\n        \"enring\",\n        \"ewery\",\n        \"fifo\",\n        \"goma\",\n        \"gomavel\",\n        \"griping\",\n        \"hewel\",\n        \"manioc\",\n        \"neri\",\n        \"nines\",\n        \"severy\",\n        \"takin\",\n        \"tano\",\n        \"teed\",\n        \"ten\",\n        \"tenai\",\n        \"tenderably\",\n        \"teng\",\n        \"tengu\",\n        \"tenible\",\n        \"tenio\",\n        \"tenla\",\n        \"tenne\",\n        \"tenners\",\n        \"tenore\",\n        \"tenour\",\n        \"tenours\",\n        \"tens\",\n        \"tensely\",\n        \"tensest\",\n        \"tensing\",\n        \"tensity\",\n        \"tensities\",\n        \"tensome\",\n        \"tenths\",\n        \"tenty\",\n        \"tentwards\",\n        \"tenury\",\n        \"tethys\",\n        \"tithing\",\n        \"tithingpenny\",\n        \"tty\"\n    ],\n    \"mgbu\": [\n        \"ache\",\n        \"acheat\",\n        \"achech\",\n        \"acheck\",\n        \"ached\",\n        \"acheirous\",\n        \"aches\",\n        \"achete\",\n        \"achy\",\n        \"aching\",\n        \"achingly\",\n        \"agony\",\n        \"agrief\",\n        \"anguishing\",\n        \"areach\",\n        \"areche\",\n        \"excruciation\",\n        \"glacification\",\n        \"glaucousness\",\n        \"pain\",\n        \"painfulness\",\n        \"painkilling\",\n        \"severeness\",\n        \"sparkiness\",\n        \"sparkliness\",\n        \"sureness\"\n    ],\n    \"mgbechi\": [\n        \"acherontical\",\n        \"nachas\"\n    ],\n    \"nsogbu\": [\n        \"achiest\",\n        \"adversed\",\n        \"adversely\",\n        \"adverseness\",\n        \"adversity\",\n        \"adversities\",\n        \"adversus\",\n        \"ager\",\n        \"aggravations\",\n        \"agisms\",\n        \"agrimony\",\n        \"agrimonies\",\n        \"angularities\",\n        \"astricts\",\n        \"avirulence\",\n        \"bacchiac\",\n        \"benignities\",\n        \"bespurred\",\n        \"botchiest\",\n        \"botchily\",\n        \"botchiness\",\n        \"botfly\",\n        \"botheration\",\n        \"botherheaded\",\n        \"botherment\",\n        \"botryomyces\",\n        \"botulisms\",\n        \"bugged\",\n        \"buggered\",\n        \"buggess\",\n        \"buggymen\",\n        \"bugled\",\n        \"bugling\",\n        \"challenges\",\n        \"chasms\",\n        \"chaucerism\",\n        \"chawbuck\",\n        \"chicnesses\",\n        \"cicatrise\",\n        \"clash\",\n        \"clasher\",\n        \"clashy\",\n        \"clasmatosis\",\n        \"classiest\",\n        \"colloidality\",\n        \"complications\",\n        \"conturb\",\n        \"conturbation\",\n        \"counterstruggle\",\n        \"countersurprise\",\n        \"cris\",\n        \"crises\",\n        \"crisis\",\n        \"crispature\",\n        \"crispiness\",\n        \"crissal\",\n        \"crisset\",\n        \"damnabilities\",\n        \"degression\",\n        \"degressive\",\n        \"degressively\",\n        \"demagogies\",\n        \"demipique\",\n        \"dilemite\",\n        \"dilemma\",\n        \"dilemmas\",\n        \"dilemmic\",\n        \"dimpsy\",\n        \"disaffectation\",\n        \"disaffectedness\",\n        \"disaffects\",\n        \"discomfits\",\n        \"disfortune\",\n        \"dyslexic\",\n        \"dismalest\",\n        \"disordered\",\n        \"disorderedness\",\n        \"disorders\",\n        \"disrated\",\n        \"distress\",\n        \"distresses\",\n        \"distressful\",\n        \"distressfully\",\n        \"distressfulness\",\n        \"disturbation\",\n        \"disturbed\",\n        \"disturbedly\",\n        \"disturber\",\n        \"disturbers\",\n        \"disturbs\",\n        \"dobsonflies\",\n        \"dowhacky\",\n        \"empasm\",\n        \"enanguish\",\n        \"enchiridions\",\n        \"endamages\",\n        \"endemicity\",\n        \"endolemma\",\n        \"epicrisis\",\n        \"epicurism\",\n        \"flirtation\",\n        \"fordeal\",\n        \"glandulation\",\n        \"hamperedness\",\n        \"harassments\",\n        \"hardshell\",\n        \"harm\",\n        \"harmachis\",\n        \"harmalin\",\n        \"harmattan\",\n        \"harmel\",\n        \"harmin\",\n        \"harmine\",\n        \"harminic\",\n        \"harmins\",\n        \"harmotome\",\n        \"harms\",\n        \"harrier\",\n        \"hassle\",\n        \"hassled\",\n        \"hassles\",\n        \"hassling\",\n        \"hindwards\",\n        \"hirpling\",\n        \"horribility\",\n        \"horribles\",\n        \"hurdles\",\n        \"impages\",\n        \"impairing\",\n        \"impedimenta\",\n        \"inclemencies\",\n        \"inconnection\",\n        \"inconvenienced\",\n        \"indistance\",\n        \"inquietness\",\n        \"isadnormal\",\n        \"isotherms\",\n        \"mayhem\",\n        \"maladroitness\",\n        \"malfortune\",\n        \"malfunctions\",\n        \"malidentification\",\n        \"malism\",\n        \"malthe\",\n        \"malvales\",\n        \"malvolition\",\n        \"mesiogingival\",\n        \"miscoins\",\n        \"miscolors\",\n        \"misconsequence\",\n        \"misdeed\",\n        \"miseases\",\n        \"miserdom\",\n        \"miserhood\",\n        \"misfare\",\n        \"misfortunes\",\n        \"mislest\",\n        \"mismake\",\n        \"mismark\",\n        \"mismarks\",\n        \"mismatches\",\n        \"misoccupy\",\n        \"misomath\",\n        \"mispoises\",\n        \"missuits\",\n        \"mistunes\",\n        \"miswern\",\n        \"nagged\",\n        \"nagger\",\n        \"naggers\",\n        \"naggy\",\n        \"nagging\",\n        \"naggingness\",\n        \"naggly\",\n        \"negro\",\n        \"nervosity\",\n        \"noisance\",\n        \"nongrievousness\",\n        \"nuisance\",\n        \"nuisances\",\n        \"obcompressed\",\n        \"ostemia\",\n        \"paludament\",\n        \"paludic\",\n        \"pathogenicity\",\n        \"pathogerm\",\n        \"pathopoietic\",\n        \"pathosocial\",\n        \"periculant\",\n        \"perplication\",\n        \"perturbance\",\n        \"perturbment\",\n        \"phallicism\",\n        \"phallicist\",\n        \"picarooned\",\n        \"pimpship\",\n        \"pitcairnia\",\n        \"placuntitis\",\n        \"plagosity\",\n        \"plaudit\",\n        \"plaudite\",\n        \"plaudits\",\n        \"plicated\",\n        \"plight\",\n        \"plighted\",\n        \"preaggression\",\n        \"prebuccal\",\n        \"precomplicated\",\n        \"predicament\",\n        \"prehension\",\n        \"prehensive\",\n        \"preoccurrence\",\n        \"preoccurring\",\n        \"prepollence\",\n        \"preruption\",\n        \"pressure\",\n        \"pressurize\",\n        \"pretergress\",\n        \"pretergression\",\n        \"prevocational\",\n        \"problem\",\n        \"problematic\",\n        \"problematical\",\n        \"problematically\",\n        \"problematicness\",\n        \"problematist\",\n        \"problemdom\",\n        \"problemist\",\n        \"problemize\",\n        \"problems\",\n        \"procarrier\",\n        \"prorogue\",\n        \"provisoes\",\n        \"roguish\",\n        \"roughages\",\n        \"scabrities\",\n        \"sculdudderies\",\n        \"situate\",\n        \"situated\",\n        \"situating\",\n        \"somnolences\",\n        \"spoonyism\",\n        \"squalls\",\n        \"straights\",\n        \"strail\",\n        \"strainedness\",\n        \"strains\",\n        \"straint\",\n        \"straitness\",\n        \"stramonies\",\n        \"stravague\",\n        \"stravaig\",\n        \"stravaiger\",\n        \"stravaigs\",\n        \"stressors\",\n        \"subproblem\",\n        \"tackiness\",\n        \"tyramines\",\n        \"tyromancy\",\n        \"torcel\",\n        \"torulaform\",\n        \"triblastic\",\n        \"troubador\",\n        \"troubadour\",\n        \"troubadourish\",\n        \"troubadourism\",\n        \"trouble\",\n        \"troubledly\",\n        \"troubledness\",\n        \"troublemaking\",\n        \"troublement\",\n        \"troubles\",\n        \"troubleshoots\",\n        \"troubleshot\",\n        \"troublesomely\",\n        \"troublesomeness\",\n        \"troubly\",\n        \"troublingly\",\n        \"troublousness\",\n        \"turbidness\",\n        \"turgidities\",\n        \"unawkward\",\n        \"underisiveness\",\n        \"uninterruption\",\n        \"unproblematic\",\n        \"unrough\",\n        \"unsettled\",\n        \"unsettles\",\n        \"unsomatic\",\n        \"upbrought\",\n        \"upheaves\",\n        \"upheaving\",\n        \"upraising\",\n        \"uprisal\",\n        \"uprise\",\n        \"uprisen\",\n        \"upriser\",\n        \"uprises\",\n        \"uprising\",\n        \"upsurges\",\n        \"varicosis\",\n        \"varicula\",\n        \"vulnerabilities\",\n        \"vulneraries\",\n        \"vulneration\",\n        \"woady\",\n        \"woalds\",\n        \"worrier\",\n        \"worriment\",\n        \"worrited\"\n    ],\n    \"iru\": [\n        \"achievable\",\n        \"belute\",\n        \"build\",\n        \"hum\",\n        \"reach\",\n        \"reachy\"\n    ],\n    \"mmeta\": [\n        \"achievement\"\n    ],\n    \"iheoma\": [\n        \"achiever\",\n        \"cosmonautic\",\n        \"enthral\",\n        \"enthrall\",\n        \"entomeric\",\n        \"goodwily\",\n        \"goodwill\",\n        \"goodwilled\",\n        \"goodwilly\",\n        \"goodwillie\",\n        \"goodwillit\",\n        \"plebby\"\n    ],\n    \"ndị rụzuru\": [\n        \"achievers\"\n    ],\n    \"otutu\": [\n        \"achymous\",\n        \"amphoral\",\n        \"amplex\",\n        \"dispiteous\",\n        \"flurn\",\n        \"lot\",\n        \"lotan\",\n        \"lothario\",\n        \"lotharios\",\n        \"lotment\",\n        \"lotong\",\n        \"lotor\",\n        \"lotrite\",\n        \"lotta\",\n        \"lotte\",\n        \"lotted\",\n        \"lotter\",\n        \"lottie\",\n        \"lotting\",\n        \"multangular\",\n        \"multiangular\",\n        \"multicolor\",\n        \"multiple\",\n        \"multiplex\",\n        \"multiplexers\",\n        \"multiplicable\",\n        \"multiplicatives\",\n        \"multiplicator\",\n        \"multiradiate\",\n        \"multitoed\",\n        \"multiverse\",\n        \"mumper\",\n        \"ochrous\",\n        \"plural\",\n        \"pluralise\",\n        \"pluralist\",\n        \"pluralistic\",\n        \"pluralities\",\n        \"plurally\",\n        \"pumple\",\n        \"teneral\",\n        \"thro\",\n        \"thrower\"\n    ],\n    \"agụụ\": [\n        \"achiness\",\n        \"aglutition\",\n        \"anarthrous\",\n        \"anarthrousness\",\n        \"anisic\",\n        \"appet\",\n        \"appetence\",\n        \"appetency\",\n        \"appetencies\",\n        \"appetent\",\n        \"appetently\",\n        \"appetibility\",\n        \"appetible\",\n        \"appetibleness\",\n        \"appetiser\",\n        \"appetising\",\n        \"appetisse\",\n        \"appetit\",\n        \"appetite\",\n        \"appetites\",\n        \"appetition\",\n        \"appetitional\",\n        \"appetitious\",\n        \"appetitive\",\n        \"appetitiveness\",\n        \"appetitost\",\n        \"appetized\",\n        \"appetizement\",\n        \"appetizer\",\n        \"appetizing\",\n        \"appetizingly\",\n        \"caginess\",\n        \"caginesses\",\n        \"cattiness\",\n        \"confections\",\n        \"crave\",\n        \"craves\",\n        \"cravingness\",\n        \"cravings\",\n        \"dearths\",\n        \"doted\",\n        \"dotingness\",\n        \"dreariness\",\n        \"famishes\",\n        \"famishing\",\n        \"hitchiness\",\n        \"hungary\",\n        \"hunger\",\n        \"hungerly\",\n        \"hungriness\",\n        \"yearned\",\n        \"yearnings\",\n        \"indentions\",\n        \"indulgement\",\n        \"longed\",\n        \"longing\",\n        \"longings\",\n        \"lustfully\",\n        \"lustily\",\n        \"lusting\",\n        \"lustless\",\n        \"lustly\",\n        \"lustrated\",\n        \"lustrates\",\n        \"lustration\",\n        \"lustrational\",\n        \"lustred\",\n        \"lustrification\",\n        \"lustrousness\",\n        \"onerousness\",\n        \"pacu\",\n        \"passions\",\n        \"ploddingness\",\n        \"propelment\",\n        \"quesitive\",\n        \"starched\",\n        \"starringly\",\n        \"starvation\",\n        \"starved\",\n        \"starvedly\",\n        \"starvers\",\n        \"starves\",\n        \"starving\",\n        \"theeking\",\n        \"vacillations\",\n        \"vacillatory\",\n        \"vacuation\",\n        \"vacuolation\",\n        \"vacuua\",\n        \"vacuum\",\n        \"vacuuma\",\n        \"vacuuming\",\n        \"vacuums\",\n        \"wanton\",\n        \"wantoning\"\n    ],\n    \"Nwachukwu\": [\n        \"achinesses\",\n        \"andesyte\",\n        \"androsphinx\",\n        \"anglophil\",\n        \"anglophile\",\n        \"aroides\",\n        \"aroids\",\n        \"atenist\",\n        \"aurifex\",\n        \"auxochrome\",\n        \"auxotroph\",\n        \"avell\",\n        \"avestruz\",\n        \"aviatrix\",\n        \"avilaria\",\n        \"barytine\",\n        \"baronesses\",\n        \"beblotch\",\n        \"bebreech\",\n        \"befilch\",\n        \"befriz\",\n        \"beveto\",\n        \"bezanty\",\n        \"bobbysocks\",\n        \"boccias\",\n        \"boccie\",\n        \"bodgie\",\n        \"bodysurf\",\n        \"boschboks\",\n        \"boschneger\",\n        \"boschveld\",\n        \"bosnian\",\n        \"bosnisch\",\n        \"bosque\",\n        \"bothridia\",\n        \"bothridiums\",\n        \"bothrodendron\",\n        \"boththridia\",\n        \"braireau\",\n        \"btry\",\n        \"burthenman\",\n        \"butenyl\",\n        \"butylenes\",\n        \"butyryl\",\n        \"butyryls\",\n        \"butyrochloral\",\n        \"butyrone\",\n        \"butoxyl\",\n        \"buttinski\",\n        \"buttinsky\",\n        \"buttinskies\",\n        \"celiectasia\",\n        \"cladophyll\",\n        \"clairecolle\",\n        \"clavaria\",\n        \"clavicytheria\",\n        \"clydesdale\",\n        \"cluricaune\",\n        \"crepey\",\n        \"cresylene\",\n        \"cricothyroidean\",\n        \"cryoprobe\",\n        \"cryoscopic\",\n        \"cryotron\",\n        \"crosstie\",\n        \"crowshay\",\n        \"daryl\",\n        \"dauphine\",\n        \"daven\",\n        \"davens\",\n        \"davidian\",\n        \"desuetude\",\n        \"diacetyl\",\n        \"diadelphic\",\n        \"diaskeuast\",\n        \"dyassic\",\n        \"diatesseron\",\n        \"dyostyle\",\n        \"diphenyl\",\n        \"diphenyls\",\n        \"dipterocarpaceous\",\n        \"distylar\",\n        \"diverticula\",\n        \"divertila\",\n        \"dixiecrat\",\n        \"dryad\",\n        \"dudelsack\",\n        \"dudley\",\n        \"dudleyite\",\n        \"dvornik\",\n        \"elkoshite\",\n        \"englyn\",\n        \"exoerythrocytic\",\n        \"farreate\",\n        \"farthingdeal\",\n        \"fidejussion\",\n        \"fidejussor\",\n        \"fylgjur\",\n        \"fylker\",\n        \"fld\",\n        \"forswat\",\n        \"fraticelli\",\n        \"freddie\",\n        \"fresne\",\n        \"frith\",\n        \"frithborh\",\n        \"frithsoken\",\n        \"fritz\",\n        \"frottola\",\n        \"frsiket\",\n        \"frundel\",\n        \"frutex\",\n        \"frwy\",\n        \"gjetost\",\n        \"gladsomeness\",\n        \"gld\",\n        \"glyn\",\n        \"glyoxyl\",\n        \"glottogony\",\n        \"goodyish\",\n        \"grudgekin\",\n        \"hafnyl\",\n        \"harveian\",\n        \"hertfordshire\",\n        \"highveld\",\n        \"hld\",\n        \"holothecal\",\n        \"hrothgar\",\n        \"hudderon\",\n        \"hwyl\",\n        \"yeldrock\",\n        \"immelmann\",\n        \"yorlin\",\n        \"youngstown\",\n        \"yourt\",\n        \"justicoat\",\n        \"kayvan\",\n        \"kayward\",\n        \"kenneth\",\n        \"kerykeion\",\n        \"kyanising\",\n        \"kieselgur\",\n        \"kyl\",\n        \"kyle\",\n        \"kylie\",\n        \"kylikec\",\n        \"kinderhook\",\n        \"kinesiatric\",\n        \"kinosternon\",\n        \"kirschwasser\",\n        \"kyschty\",\n        \"klepht\",\n        \"klephtic\",\n        \"kniaz\",\n        \"kodakking\",\n        \"kryolites\",\n        \"kryolith\",\n        \"kryoliths\",\n        \"krobylos\",\n        \"krzysztof\",\n        \"kvetching\",\n        \"leucyl\",\n        \"lynchet\",\n        \"lyophil\",\n        \"lloyd\",\n        \"ludgathian\",\n        \"matrocliny\",\n        \"melcarth\",\n        \"melianthus\",\n        \"mentzelia\",\n        \"mesaticephalous\",\n        \"myosuture\",\n        \"molossoid\",\n        \"moorburner\",\n        \"moorman\",\n        \"moormen\",\n        \"mordore\",\n        \"mordvin\",\n        \"mores\",\n        \"moresque\",\n        \"narrishkeit\",\n        \"nerd\",\n        \"niddicock\",\n        \"pachyglossal\",\n        \"pachyglossia\",\n        \"pachyglossous\",\n        \"panshard\",\n        \"parennir\",\n        \"patesi\",\n        \"pawl\",\n        \"pentadecyl\",\n        \"petersen\",\n        \"peucyl\",\n        \"pfennig\",\n        \"phanatron\",\n        \"phanerocephalous\",\n        \"phanerocryst\",\n        \"philhellene\",\n        \"pyonephrotic\",\n        \"pyrrhonize\",\n        \"pyrrolidyl\",\n        \"plecopterid\",\n        \"plecotinae\",\n        \"plecotine\",\n        \"pleochroic\",\n        \"plerocercoid\",\n        \"plethron\",\n        \"pleuronectoid\",\n        \"pleuroperitoneal\",\n        \"pleurosticti\",\n        \"plewgh\",\n        \"ploughgang\",\n        \"ploughjogger\",\n        \"ploughshare\",\n        \"ploughstilt\",\n        \"ploughwright\",\n        \"positron\",\n        \"poundworth\",\n        \"pralltriller\",\n        \"priacanthine\",\n        \"priedieus\",\n        \"proteroglypha\",\n        \"pseudodivine\",\n        \"pseudoperianth\",\n        \"pseudoskink\",\n        \"pterichthyodes\",\n        \"pterichthys\",\n        \"pteromys\",\n        \"ptyalin\",\n        \"ptyalins\",\n        \"ptisans\",\n        \"pukateine\",\n        \"pupildom\",\n        \"quadripennate\",\n        \"quatty\",\n        \"quetzalcoatl\",\n        \"quotidian\",\n        \"radek\",\n        \"rerecorded\",\n        \"rerecords\",\n        \"rivell\",\n        \"rooinek\",\n        \"roosty\",\n        \"rouky\",\n        \"roux\",\n        \"rustyback\",\n        \"sagesse\",\n        \"schindylesis\",\n        \"seborrheal\",\n        \"ser\",\n        \"serosynovial\",\n        \"serrulated\",\n        \"serwamby\",\n        \"sf\",\n        \"sfm\",\n        \"sfz\",\n        \"shaatnez\",\n        \"sibbendy\",\n        \"syd\",\n        \"sioux\",\n        \"siroccoish\",\n        \"siroccoishly\",\n        \"sivatherioid\",\n        \"smich\",\n        \"smiddie\",\n        \"smyrniot\",\n        \"smyth\",\n        \"smrrebrd\",\n        \"smugness\",\n        \"solonetz\",\n        \"solonetzic\",\n        \"solotink\",\n        \"soredioid\",\n        \"sothiac\",\n        \"sotting\",\n        \"souffleur\",\n        \"sovenez\",\n        \"sposhy\",\n        \"srikanth\",\n        \"stepgrandson\",\n        \"stephanian\",\n        \"stevensoniana\",\n        \"stichos\",\n        \"stivy\",\n        \"stolzite\",\n        \"striae\",\n        \"strideleg\",\n        \"strigovite\",\n        \"stroygood\",\n        \"stromuhr\",\n        \"strophoid\",\n        \"struissle\",\n        \"struthian\",\n        \"struthiform\",\n        \"struthin\",\n        \"struthiones\",\n        \"struthionine\",\n        \"struthonine\",\n        \"strutted\",\n        \"strutter\",\n        \"stupulose\",\n        \"sucroacid\",\n        \"swainsona\",\n        \"tadbhava\",\n        \"tald\",\n        \"tallyman\",\n        \"tallywoman\",\n        \"tardenoisian\",\n        \"tardo\",\n        \"tattersall\",\n        \"tattersalls\",\n        \"tattler\",\n        \"tauricornous\",\n        \"tauroesque\",\n        \"tavell\",\n        \"tbssaraglot\",\n        \"tedescan\",\n        \"tedeschi\",\n        \"tellach\",\n        \"teonanacatl\",\n        \"theelol\",\n        \"theelols\",\n        \"thelyotoky\",\n        \"thelyotokous\",\n        \"thelytoky\",\n        \"thelytokous\",\n        \"thelorrhagia\",\n        \"thelphusa\",\n        \"therianthropic\",\n        \"theriomorph\",\n        \"thesocyte\",\n        \"thespesia\",\n        \"thymoprivic\",\n        \"thioacet\",\n        \"thioacetal\",\n        \"thioantimonite\",\n        \"thioarseniate\",\n        \"thioarsenite\",\n        \"thiocarbamic\",\n        \"thiocarbamyl\",\n        \"thiocarbonic\",\n        \"thiocarbonyl\",\n        \"thiochloride\",\n        \"thiochrome\",\n        \"thiocyanate\",\n        \"thiocyanation\",\n        \"thiocyanic\",\n        \"thiocyanide\",\n        \"thiocyano\",\n        \"thiocyanogen\",\n        \"thiocresol\",\n        \"thiofurane\",\n        \"thioguanine\",\n        \"thiohydrolyze\",\n        \"thioketone\",\n        \"thiokol\",\n        \"thionates\",\n        \"thionyl\",\n        \"thionyls\",\n        \"thiophosphoryl\",\n        \"thiopyran\",\n        \"thiospira\",\n        \"thiosulfate\",\n        \"thiosulfates\",\n        \"thiosulfuric\",\n        \"thiosulphate\",\n        \"thiotolene\",\n        \"thiotungstate\",\n        \"thiouracil\",\n        \"thioureas\",\n        \"thiourethan\",\n        \"thiozone\",\n        \"thiozonid\",\n        \"thyreoepiglottic\",\n        \"thyreogenic\",\n        \"thyreogenous\",\n        \"thyreoidal\",\n        \"thyridia\",\n        \"thyroarytenoideus\",\n        \"thyrocele\",\n        \"thyrocervical\",\n        \"thyrohyal\",\n        \"thyrohyoid\",\n        \"thyrohyoidean\",\n        \"thyroidea\",\n        \"thyroideal\",\n        \"thyroiodin\",\n        \"thyrold\",\n        \"thyrorroria\",\n        \"thyrostracan\",\n        \"thyrotrophic\",\n        \"thitsiol\",\n        \"thlaspi\",\n        \"thondrakians\",\n        \"thrall\",\n        \"thralldom\",\n        \"threonine\",\n        \"thrombi\",\n        \"thromboid\",\n        \"thusgate\",\n        \"ticchen\",\n        \"tichorhine\",\n        \"tichorrhine\",\n        \"tiddley\",\n        \"tiddleywink\",\n        \"tjosite\",\n        \"torticone\",\n        \"trencherwoman\",\n        \"trichevron\",\n        \"trichilia\",\n        \"trichoid\",\n        \"trichomanes\",\n        \"trichostrongylus\",\n        \"tridactyl\",\n        \"tridecyl\",\n        \"tridecylene\",\n        \"tridra\",\n        \"trisyllabic\",\n        \"troezenian\",\n        \"trolleyman\",\n        \"trollol\",\n        \"trowlesworthite\",\n        \"tst\",\n        \"tudoresque\",\n        \"twayblade\",\n        \"tzapotec\",\n        \"tzetze\",\n        \"tzolkin\",\n        \"veldskoen\",\n        \"vidhyanath\",\n        \"vidian\",\n        \"vitellicle\",\n        \"xylene\",\n        \"xylomancy\",\n        \"xyloses\",\n        \"zapateados\",\n        \"zapateos\",\n        \"zapatero\",\n        \"zaphrentid\",\n        \"zaphrentis\",\n        \"zaphrentoid\",\n        \"zapotec\",\n        \"zapotecan\",\n        \"zapoteco\",\n        \"zaptieh\",\n        \"zarnich\",\n        \"zauschneria\",\n        \"zebec\",\n        \"zecchins\",\n        \"zydeco\",\n        \"zydecos\",\n        \"zygopteris\",\n        \"zygose\",\n        \"zygostyle\",\n        \"zygotic\",\n        \"zymolyis\",\n        \"zymosthenic\",\n        \"zyrian\",\n        \"zithern\",\n        \"zortzico\",\n        \"zugtierlaster\"\n    ],\n    \"Chidinma\": [\n        \"achitophel\",\n        \"berggylt\",\n        \"boddagh\",\n        \"crestfallen\",\n        \"cryophile\",\n        \"dybbukim\",\n        \"dybbuks\",\n        \"dykereeve\",\n        \"dionysus\",\n        \"distr\",\n        \"dogtrotted\",\n        \"dromiceius\",\n        \"fjorded\",\n        \"hushllsost\",\n        \"kyanizing\",\n        \"kyoodled\",\n        \"kyoodling\",\n        \"nitwit\",\n        \"rhodeose\",\n        \"richebourg\",\n        \"ritzily\",\n        \"schistaceous\",\n        \"sheitlen\",\n        \"sintsink\",\n        \"smrgs\",\n        \"swahilese\",\n        \"whitmanesque\",\n        \"zygion\",\n        \"zygodactyl\",\n        \"zygodactyle\",\n        \"zygophyceous\",\n        \"zygopleural\",\n        \"zyzzyvas\"\n    ],\n    \"onye igbo\": [\n        \"acholic\",\n        \"antialcoholist\",\n        \"antireservationist\",\n        \"ballistician\",\n        \"barbacoan\",\n        \"barbicanage\",\n        \"bariatrician\",\n        \"brahmanist\",\n        \"farcist\",\n        \"feudist\",\n        \"gandhist\",\n        \"grassman\",\n        \"herbarian\",\n        \"herbman\",\n        \"herborist\",\n        \"hypsistarian\",\n        \"naucrary\",\n        \"oppian\",\n        \"protoforester\",\n        \"repaganizer\",\n        \"somali\",\n        \"somalo\",\n        \"suburbanized\",\n        \"suburbicarian\",\n        \"tropist\"\n    ],\n    \"acho\": [\n        \"achor\",\n        \"acraze\"\n    ],\n    \"achicha\": [\n        \"achromatised\",\n        \"adterminal\",\n        \"bisischiatic\",\n        \"breadfruit\",\n        \"breadfruits\",\n        \"cake\",\n        \"cakebread\",\n        \"cakehouse\",\n        \"cakey\",\n        \"cakewalk\",\n        \"cakewalks\",\n        \"cheapside\",\n        \"cheesemaking\",\n        \"crumbed\",\n        \"crumbier\",\n        \"crumbum\",\n        \"crumhorn\",\n        \"crummer\",\n        \"crumster\",\n        \"desertic\",\n        \"epitrochlear\",\n        \"exopoditic\",\n        \"exorcismal\",\n        \"exsiccation\",\n        \"ketch\",\n        \"outleapt\",\n        \"overleaven\",\n        \"pakeha\",\n        \"qurshes\",\n        \"seedcakes\",\n        \"spicecake\",\n        \"unbladed\",\n        \"uncake\",\n        \"uncakes\",\n        \"uninterleaved\",\n        \"wastelbread\"\n    ],\n    \"Achromatized\": [\n        \"achromatized\"\n    ],\n    \"acicular\": [\n        \"acicularly\"\n    ],\n    \"acidik\": [\n        \"acidy\"\n    ],\n    \"acidic\": [\n        \"acidific\",\n        \"acidotic\"\n    ],\n    \"acidimeta\": [\n        \"acidimeter\"\n    ],\n    \"acid\": [\n        \"acidity\",\n        \"acids\",\n        \"acidulate\"\n    ],\n    \"acidity\": [\n        \"acidities\",\n        \"acidness\"\n    ],\n    \"acidized\": [\n        \"acidize\",\n        \"acidulated\"\n    ],\n    \"acid acid\": [\n        \"acidnesses\"\n    ],\n    \"na-ekpo ọkụ\": [\n        \"acidulating\",\n        \"anhydrating\",\n        \"carbonating\",\n        \"cooptative\",\n        \"dieselizing\",\n        \"effigiating\",\n        \"electrocuting\",\n        \"emissitious\",\n        \"ensheathes\",\n        \"eructates\",\n        \"eructating\",\n        \"evaporating\",\n        \"evaporatively\",\n        \"expirable\",\n        \"ferriferous\",\n        \"ferruminating\",\n        \"fevering\",\n        \"feverishly\",\n        \"feverless\",\n        \"heatful\",\n        \"heatingly\",\n        \"heatmaking\",\n        \"hemolyzes\",\n        \"hot\",\n        \"hotpressing\",\n        \"hotting\",\n        \"inflaming\",\n        \"inflamingly\",\n        \"insheathed\",\n        \"insheathing\",\n        \"iridectomising\",\n        \"lobotomizing\",\n        \"opiating\",\n        \"ovened\",\n        \"ovenful\",\n        \"pneumatically\",\n        \"preheating\",\n        \"quaysides\",\n        \"steamily\",\n        \"terming\",\n        \"thermalized\",\n        \"thermalizes\",\n        \"thermalizing\",\n        \"thermally\",\n        \"thermically\",\n        \"thermionically\",\n        \"thermolyzed\",\n        \"thermolyzing\",\n        \"thermomigrate\",\n        \"thermoremanent\",\n        \"thermoresistant\",\n        \"thermoscopically\",\n        \"thermosetting\",\n        \"thermostated\",\n        \"thermostating\",\n        \"thermostatted\",\n        \"thermostatting\",\n        \"thermotically\",\n        \"tropicalizing\",\n        \"undersheathing\",\n        \"unglowing\",\n        \"unheated\",\n        \"unideating\",\n        \"unmating\",\n        \"vaporizes\",\n        \"vatically\",\n        \"ventilates\",\n        \"warmable\",\n        \"warmaking\",\n        \"warmful\",\n        \"warmish\",\n        \"warmonger\",\n        \"warmongering\",\n        \"warms\",\n        \"witmonger\"\n    ],\n    \"ịmịkọrọ mmiri\": [\n        \"acidulation\"\n    ],\n    \"acidistic\": [\n        \"acidulous\"\n    ],\n    \"acidisticly\": [\n        \"acidulously\"\n    ],\n    \"acidisticness\": [\n        \"acidulousness\"\n    ],\n    \"etigbo\": [\n        \"acyetic\",\n        \"spritted\"\n    ],\n    \"kechie\": [\n        \"acylated\",\n        \"bellic\",\n        \"bellical\",\n        \"blore\",\n        \"bucklered\",\n        \"cataclysmal\",\n        \"cephaline\",\n        \"cloaked\",\n        \"cneoraceous\",\n        \"colligated\",\n        \"comique\",\n        \"condyle\",\n        \"cricetid\",\n        \"damalic\",\n        \"damfoolish\",\n        \"dampang\",\n        \"dampy\",\n        \"dampish\",\n        \"dampishly\",\n        \"didelphic\",\n        \"drifty\",\n        \"enthalpy\",\n        \"finishable\",\n        \"foeticidal\",\n        \"fratchy\",\n        \"furciferous\",\n        \"furphy\",\n        \"furzechat\",\n        \"fussy\",\n        \"ganglionless\",\n        \"girdlestead\",\n        \"greable\",\n        \"greave\",\n        \"grecize\",\n        \"greenth\",\n        \"greund\",\n        \"grogged\",\n        \"gummiferous\",\n        \"yaffed\",\n        \"intergrappled\",\n        \"interthreaded\",\n        \"keypunched\",\n        \"kellies\",\n        \"limpy\",\n        \"nacrous\",\n        \"rabious\",\n        \"rarefactional\",\n        \"sashed\",\n        \"tephrite\",\n        \"tiewigged\",\n        \"tightfisted\",\n        \"tightknit\",\n        \"vafrous\",\n        \"wearifully\",\n        \"wildgrave\",\n        \"wrackful\",\n        \"wracks\",\n        \"wrainbolt\",\n        \"wrainstaff\",\n        \"wrainstave\",\n        \"wrap\",\n        \"wraple\",\n        \"wrapup\",\n        \"wrathy\"\n    ],\n    \"na-agbakwunye\": [\n        \"acylating\",\n        \"adding\",\n        \"adducting\",\n        \"adstipulating\",\n        \"alleviatingly\",\n        \"ammonifying\",\n        \"arborizes\",\n        \"arborizing\",\n        \"augmentationer\",\n        \"augmentatively\",\n        \"bescorching\",\n        \"besetting\",\n        \"besprinkling\",\n        \"centupling\",\n        \"completively\",\n        \"coppernosed\",\n        \"cubing\",\n        \"emarginately\",\n        \"emarginating\",\n        \"enharmonically\",\n        \"enlinking\",\n        \"entwisting\",\n        \"extraditing\",\n        \"extrapolating\",\n        \"feists\",\n        \"highbinding\",\n        \"homogenizes\",\n        \"incalving\",\n        \"incremating\",\n        \"incurvating\",\n        \"infesting\",\n        \"inflecting\",\n        \"interassuring\",\n        \"interjectionalized\",\n        \"interpenetratively\",\n        \"interthing\",\n        \"intertwiningly\",\n        \"intertwistingly\",\n        \"irrotationally\",\n        \"labyrinthally\",\n        \"moreens\",\n        \"nixed\",\n        \"nondepressed\",\n        \"nongratifying\",\n        \"nonredressing\",\n        \"onding\",\n        \"ontogenetical\",\n        \"ontogenetically\",\n        \"ontogenically\",\n        \"ontologically\",\n        \"organing\",\n        \"overaccelerating\",\n        \"overaggravating\",\n        \"overexpands\",\n        \"pancratically\",\n        \"pyrolytically\",\n        \"porismatically\",\n        \"presprinkling\",\n        \"propining\",\n        \"subcasing\",\n        \"subvening\",\n        \"tolling\",\n        \"udderful\",\n        \"ultranationalistically\",\n        \"umbering\",\n        \"unbating\",\n        \"unconducing\",\n        \"uncorrelatedly\",\n        \"underleasing\",\n        \"undersinging\",\n        \"unfostering\",\n        \"unsuggesting\",\n        \"upperer\",\n        \"uppiling\"\n    ],\n    \"etinyere\": [\n        \"aciliated\",\n        \"addossed\",\n        \"adfected\",\n        \"affixed\",\n        \"appled\",\n        \"applied\",\n        \"appliedly\",\n        \"apportionate\",\n        \"benetted\",\n        \"cicatrized\",\n        \"coderived\",\n        \"decentered\",\n        \"detrained\",\n        \"disestablished\",\n        \"disestablisher\",\n        \"disestablishes\",\n        \"dovened\",\n        \"encrusted\",\n        \"entrained\",\n        \"entrapped\",\n        \"etherialised\",\n        \"etiolated\",\n        \"focalized\",\n        \"forayed\",\n        \"formful\",\n        \"formulized\",\n        \"impregned\",\n        \"inconcocted\",\n        \"incorporable\",\n        \"indued\",\n        \"indurated\",\n        \"ingrafted\",\n        \"inlaced\",\n        \"inmeshed\",\n        \"inputted\",\n        \"inserted\",\n        \"insertive\",\n        \"insinuated\",\n        \"instarred\",\n        \"instillatory\",\n        \"interfered\",\n        \"interlaced\",\n        \"interlacedly\",\n        \"interpled\",\n        \"interppled\",\n        \"intertangled\",\n        \"intorted\",\n        \"malposed\",\n        \"minored\",\n        \"minted\",\n        \"misaffected\",\n        \"mistempered\",\n        \"mitered\",\n        \"mittened\",\n        \"nitered\",\n        \"nonglazed\",\n        \"pattered\",\n        \"percentaged\",\n        \"petalled\",\n        \"plaided\",\n        \"preconstituted\",\n        \"putsches\",\n        \"putters\",\n        \"roped\",\n        \"syntonised\",\n        \"solaced\",\n        \"spayed\",\n        \"spaught\",\n        \"spinulated\",\n        \"taped\",\n        \"tapedrives\",\n        \"tapered\",\n        \"tapestry\",\n        \"tapestried\",\n        \"tapster\",\n        \"tapsterly\",\n        \"tatted\",\n        \"tautened\",\n        \"tetanized\",\n        \"tettered\",\n        \"tettering\",\n        \"tindered\",\n        \"tittered\",\n        \"topsoiled\",\n        \"triturated\",\n        \"tutoyed\",\n        \"umimpeded\",\n        \"unacquitted\",\n        \"undestroyed\",\n        \"undyed\",\n        \"ungentled\",\n        \"unricked\",\n        \"unroused\",\n        \"unrowed\",\n        \"unrowelled\",\n        \"unsacred\",\n        \"untermed\",\n        \"untogaed\",\n        \"untrowed\"\n    ],\n    \"acinik\": [\n        \"acinic\"\n    ],\n    \"igwe eji enye aka\": [\n        \"acipenser\"\n    ],\n    \"nnochi\": [\n        \"ack\",\n        \"yappingly\",\n        \"representation\"\n    ],\n    \"ackey\": [\n        \"ackeys\"\n    ],\n    \"onye ọkpọ\": [\n        \"acker\",\n        \"ballist\",\n        \"bottleman\",\n        \"guitarist\",\n        \"metalist\",\n        \"pianist\",\n        \"pianiste\",\n        \"pianolist\",\n        \"pittancer\",\n        \"punctist\",\n        \"rockcist\"\n    ],\n    \"ndi nkenke\": [\n        \"ackmen\"\n    ],\n    \"mmmmmmmmmmmmm\": [\n        \"acknew\",\n        \"acrodactyla\",\n        \"actinocarp\",\n        \"actinocarpic\",\n        \"actinopod\",\n        \"actinopraxis\",\n        \"actinopterygian\",\n        \"actinotrocha\",\n        \"actipylea\",\n        \"actomyosin\",\n        \"acxoyatl\",\n        \"admerveylle\",\n        \"admixt\",\n        \"advectitious\",\n        \"agglomeratic\",\n        \"aggrandizes\",\n        \"albanensian\",\n        \"alethiologic\",\n        \"alexandrite\",\n        \"alexipharmic\",\n        \"alexipyretic\",\n        \"alhambresque\",\n        \"alienicolae\",\n        \"alkylbenzenesulfonates\",\n        \"amblydactyla\",\n        \"amyelencephalic\",\n        \"amphibryous\",\n        \"ampholytic\",\n        \"ancistrodon\",\n        \"angiotrophic\",\n        \"appomattoc\",\n        \"aralkyl\",\n        \"arboresque\",\n        \"arboricolous\",\n        \"arboriculturist\",\n        \"archanthropine\",\n        \"archflamen\",\n        \"archichlamydeous\",\n        \"archphylarch\",\n        \"aricine\",\n        \"arioian\",\n        \"aristeas\",\n        \"armenoid\",\n        \"arnusian\",\n        \"arpeggioed\",\n        \"arzan\",\n        \"asexualised\",\n        \"asteism\",\n        \"auftakt\",\n        \"aulophyte\",\n        \"baysmelt\",\n        \"baysmelts\",\n        \"balbriggan\",\n        \"baldacchino\",\n        \"baldachini\",\n        \"baldachino\",\n        \"baldachinos\",\n        \"balthasar\",\n        \"baltimorean\",\n        \"banderoled\",\n        \"banderoles\",\n        \"barbastelle\",\n        \"bardane\",\n        \"bardesanist\",\n        \"bellerophon\",\n        \"benzpyrene\",\n        \"beryllosis\",\n        \"berkowitz\",\n        \"berkshire\",\n        \"bicornute\",\n        \"bidactyl\",\n        \"bidactyle\",\n        \"bimeby\",\n        \"bisglyoxaline\",\n        \"blabbermouth\",\n        \"blabbermouths\",\n        \"blackeyes\",\n        \"blankminded\",\n        \"blankmindedness\",\n        \"blesmol\",\n        \"bobbysoxers\",\n        \"bodewash\",\n        \"borocalcite\",\n        \"boroglycerine\",\n        \"bourbonian\",\n        \"brachydactyly\",\n        \"bursautee\",\n        \"caedmonic\",\n        \"caenostyly\",\n        \"caerphilly\",\n        \"caespitose\",\n        \"caids\",\n        \"caingang\",\n        \"calamodendron\",\n        \"calascione\",\n        \"camphocarboxylic\",\n        \"camphoroyl\",\n        \"capercailye\",\n        \"caperdewsie\",\n        \"capsicum\",\n        \"capsids\",\n        \"carbyl\",\n        \"cencerro\",\n        \"cencerros\",\n        \"cerebellopontile\",\n        \"cerebroganglionic\",\n        \"cerebromeningeal\",\n        \"cestraciont\",\n        \"charadriomorphae\",\n        \"chemicodynamic\",\n        \"chondropterygian\",\n        \"chordamesodermic\",\n        \"cicatricose\",\n        \"cicatrix\",\n        \"ciconioid\",\n        \"cionotome\",\n        \"cysticercoidal\",\n        \"cysticercus\",\n        \"cystoelytroplasty\",\n        \"cladosiphonic\",\n        \"clarenceuxship\",\n        \"cleistogamic\",\n        \"coccinellid\",\n        \"coelelminthic\",\n        \"cogswellia\",\n        \"corinthianesque\",\n        \"costoabdominal\",\n        \"cotingoid\",\n        \"countersnarl\",\n        \"cremnophobia\",\n        \"crenelle\",\n        \"cryaesthesia\",\n        \"cryanesthesia\",\n        \"crinkleroot\",\n        \"cryobiological\",\n        \"cryptomonadales\",\n        \"cuadrillero\",\n        \"cuboctahedron\",\n        \"curcuddoch\",\n        \"dactyliotheca\",\n        \"dadoxylon\",\n        \"damoiselle\",\n        \"dandifies\",\n        \"darbyite\",\n        \"darlingtonia\",\n        \"dasypaedal\",\n        \"dasypeltis\",\n        \"debamboozle\",\n        \"decasyllabic\",\n        \"deceleron\",\n        \"decemcostate\",\n        \"decemjugate\",\n        \"decempeda\",\n        \"decempennate\",\n        \"decemvirate\",\n        \"decemviri\",\n        \"decrescendo\",\n        \"decrescendos\",\n        \"decuria\",\n        \"delphacid\",\n        \"demicannon\",\n        \"demiculverin\",\n        \"demilegato\",\n        \"demimondaine\",\n        \"demosthenic\",\n        \"deradenoncus\",\n        \"desmodactyli\",\n        \"desmohemoblast\",\n        \"desoxycinchonine\",\n        \"desoxyribose\",\n        \"diamondiferous\",\n        \"diazeuctic\",\n        \"dicaryotic\",\n        \"dicetyl\",\n        \"dichotic\",\n        \"dicotyledonary\",\n        \"dicotyledons\",\n        \"dicrostonyx\",\n        \"dictyosiphon\",\n        \"dielytra\",\n        \"dikaryophase\",\n        \"dikaryophytic\",\n        \"dillydallied\",\n        \"dillydallier\",\n        \"dillydallies\",\n        \"dillydallying\",\n        \"dynamomorphic\",\n        \"dissyllabic\",\n        \"dithiobenzoic\",\n        \"dryophyllum\",\n        \"dryopithecid\",\n        \"dryopithecine\",\n        \"dryopithecus\",\n        \"dryopteris\",\n        \"eleutherodactyl\",\n        \"elkslip\",\n        \"endopleura\",\n        \"endopleuritic\",\n        \"endothys\",\n        \"eriobotrya\",\n        \"ethylenoid\",\n        \"ethysulphuric\",\n        \"ethmolith\",\n        \"exanthems\",\n        \"farthingales\",\n        \"fauntleroy\",\n        \"favellidia\",\n        \"feldsparphyre\",\n        \"feldspath\",\n        \"feldspathic\",\n        \"feldspathoidal\",\n        \"felsophyric\",\n        \"felsosphaerite\",\n        \"felspath\",\n        \"felspathic\",\n        \"ferricyanhydric\",\n        \"ferrihydrocyanic\",\n        \"ferrocyanhydric\",\n        \"ferrocyanic\",\n        \"ferrohydrocyanic\",\n        \"festschrift\",\n        \"festschriften\",\n        \"festschrifts\",\n        \"festshrifts\",\n        \"fidejussionary\",\n        \"fidejussory\",\n        \"fistinut\",\n        \"fistuliform\",\n        \"flanchard\",\n        \"fluidglycerate\",\n        \"flurry\",\n        \"fluvioglacial\",\n        \"friedrichsdor\",\n        \"fuscescent\",\n        \"gabbroic\",\n        \"gabbroid\",\n        \"galvanoglyph\",\n        \"galvanoglyphy\",\n        \"galvanotropic\",\n        \"ganderess\",\n        \"gandermooner\",\n        \"ganderteeth\",\n        \"gandertmeeth\",\n        \"gandharva\",\n        \"gargoylishly\",\n        \"garnetz\",\n        \"garniec\",\n        \"gascoigny\",\n        \"gascromh\",\n        \"gasteromycetous\",\n        \"gasterosteus\",\n        \"gasterothecal\",\n        \"gastornis\",\n        \"gastrolith\",\n        \"gastropancreatic\",\n        \"gastrorrhaphy\",\n        \"gastrorrhea\",\n        \"gegenion\",\n        \"geldesprung\",\n        \"gensengs\",\n        \"germanesque\",\n        \"germanyl\",\n        \"germanocentric\",\n        \"germanomaniac\",\n        \"germanophobe\",\n        \"gersdorffite\",\n        \"gesithcund\",\n        \"ginglymoarthrodia\",\n        \"ginglymoarthrodial\",\n        \"ginglymodi\",\n        \"ginglymodian\",\n        \"ginglymoid\",\n        \"ginglymoidal\",\n        \"ginglymostomoid\",\n        \"ginsengs\",\n        \"gladiatrix\",\n        \"glandiform\",\n        \"glissader\",\n        \"glottogonic\",\n        \"glottogonist\",\n        \"glugglug\",\n        \"grallae\",\n        \"gralloch\",\n        \"grandisonian\",\n        \"grandmontine\",\n        \"grisaille\",\n        \"hautboyist\",\n        \"heautophany\",\n        \"hecatompedon\",\n        \"heliotropy\",\n        \"hendecahedron\",\n        \"hendecasyllabic\",\n        \"hendecasyllable\",\n        \"hendecyl\",\n        \"hernanesell\",\n        \"herniorrhaphy\",\n        \"herniotomist\",\n        \"heterozygotic\",\n        \"hexacosihedroid\",\n        \"hexactinian\",\n        \"hexahydroxy\",\n        \"hexasticha\",\n        \"hexosemonophosphoric\",\n        \"hydrazyl\",\n        \"hydrochelidon\",\n        \"hydrodictyon\",\n        \"hydrogalvanic\",\n        \"hydromeningocele\",\n        \"hydrosulphuryl\",\n        \"hylocichla\",\n        \"hylomys\",\n        \"hylomorphic\",\n        \"hymenicolar\",\n        \"hyolithoid\",\n        \"hyothyreoid\",\n        \"hypersthene\",\n        \"hlidhskjalf\",\n        \"hlithskjalf\",\n        \"holodactylic\",\n        \"homodynamic\",\n        \"homoscedastic\",\n        \"huggermugger\",\n        \"hursinghar\",\n        \"hutchinsonian\",\n        \"iatrochemic\",\n        \"imitatrix\",\n        \"indifulvin\",\n        \"jansenize\",\n        \"jelliedness\",\n        \"jettisoning\",\n        \"jinnestan\",\n        \"juncaginaceous\",\n        \"katjepiering\",\n        \"khanates\",\n        \"kineplasty\",\n        \"kinoplasm\",\n        \"kinoplasmic\",\n        \"kjeldahlization\",\n        \"kjeldahlize\",\n        \"lacqueying\",\n        \"laisse\",\n        \"laissez\",\n        \"lansdowne\",\n        \"lansknecht\",\n        \"lasagnas\",\n        \"lasiocampa\",\n        \"lasiocampid\",\n        \"lasiocarpous\",\n        \"leadenpated\",\n        \"lichenicolous\",\n        \"limberneck\",\n        \"limicolae\",\n        \"limnobiologic\",\n        \"limnologic\",\n        \"limnophil\",\n        \"limoncillo\",\n        \"lispingly\",\n        \"lobbygow\",\n        \"lobbygows\",\n        \"mayacaceous\",\n        \"malacanthid\",\n        \"malacocotylea\",\n        \"mamlutdar\",\n        \"mammothrept\",\n        \"marianic\",\n        \"marjorie\",\n        \"marlingspike\",\n        \"marmennill\",\n        \"matroclinic\",\n        \"maxicoat\",\n        \"maxillodental\",\n        \"meethelp\",\n        \"megaerg\",\n        \"megahertz\",\n        \"megalensian\",\n        \"megalerg\",\n        \"megalocephaly\",\n        \"megalogastria\",\n        \"megalophonic\",\n        \"megalopic\",\n        \"megalosyndactyly\",\n        \"megarensian\",\n        \"melassigenic\",\n        \"mellitic\",\n        \"menshevism\",\n        \"mercedinus\",\n        \"mermithogyne\",\n        \"meromyosin\",\n        \"mertensia\",\n        \"mesembryo\",\n        \"mesembryonic\",\n        \"mesencephala\",\n        \"mesencephalon\",\n        \"mesymnion\",\n        \"mesodisilicic\",\n        \"mesogastric\",\n        \"mesolimnion\",\n        \"mesonephros\",\n        \"mesoxalyl\",\n        \"mestiza\",\n        \"mestranol\",\n        \"miasmatous\",\n        \"myelencephalic\",\n        \"myelinic\",\n        \"myeloplax\",\n        \"mijnheerl\",\n        \"mijnheers\",\n        \"milliangstrom\",\n        \"millioctave\",\n        \"mimodrama\",\n        \"mimotannic\",\n        \"myoclonic\",\n        \"myodynamia\",\n        \"myodynamic\",\n        \"myofibril\",\n        \"myoinositol\",\n        \"miothermic\",\n        \"myothermic\",\n        \"mixotrophic\",\n        \"mnemotechnic\",\n        \"mnemotechnical\",\n        \"mockbird\",\n        \"mohrodendron\",\n        \"molybdeniferous\",\n        \"molybdocolic\",\n        \"molluscan\",\n        \"monacanthid\",\n        \"monactinellid\",\n        \"monamniotic\",\n        \"monembryony\",\n        \"monmouthite\",\n        \"monocratis\",\n        \"monoganglionic\",\n        \"montgomeryshire\",\n        \"monticuliporoid\",\n        \"montmartrite\",\n        \"moorfowl\",\n        \"morgenstern\",\n        \"moxieberries\",\n        \"muddlingly\",\n        \"multifamily\",\n        \"multifamilial\",\n        \"multimegaton\",\n        \"mutoscopic\",\n        \"newfangleness\",\n        \"nieshout\",\n        \"nijholt\",\n        \"nitrosylsulfuric\",\n        \"nitrosylsulphuric\",\n        \"nondecasyllabic\",\n        \"oldsmobile\",\n        \"ombudsperson\",\n        \"osmundaceous\",\n        \"oxybenzyl\",\n        \"oxyrhynch\",\n        \"pachyblepharon\",\n        \"pachydactyl\",\n        \"pachydactylous\",\n        \"pachydermial\",\n        \"pachymeningitic\",\n        \"pachynathous\",\n        \"palechinoid\",\n        \"paroxysm\",\n        \"paroxysmal\",\n        \"paroxysmalist\",\n        \"paroxysmic\",\n        \"paroxysmist\",\n        \"paroxysms\",\n        \"paroxytone\",\n        \"pedicellus\",\n        \"pellagroid\",\n        \"pellagrose\",\n        \"peltatifid\",\n        \"pensacola\",\n        \"perionyxis\",\n        \"phenylglycolic\",\n        \"phlorhizin\",\n        \"phoradendron\",\n        \"phreatophyte\",\n        \"phrenocolic\",\n        \"pithecanthropidae\",\n        \"pithecanthropine\",\n        \"pithecanthropoid\",\n        \"pitheciinae\",\n        \"pityocampa\",\n        \"placidamente\",\n        \"plagiotropic\",\n        \"planoorbicular\",\n        \"plastodynamia\",\n        \"platycnemic\",\n        \"platydactyl\",\n        \"platydactyle\",\n        \"platyhelminthic\",\n        \"platymyoid\",\n        \"platypellic\",\n        \"platyrrhinic\",\n        \"plesiobiotic\",\n        \"pleurodont\",\n        \"poictesme\",\n        \"poulard\",\n        \"praeesophageal\",\n        \"praesphenoid\",\n        \"priacanthid\",\n        \"prickspur\",\n        \"princeton\",\n        \"proseneschal\",\n        \"prosethmoid\",\n        \"protelytropteron\",\n        \"protosilicon\",\n        \"psammophyte\",\n        \"psammophytic\",\n        \"pseudembryo\",\n        \"pseudembryonic\",\n        \"pseudoacademic\",\n        \"pseudoacid\",\n        \"pseudoamateurish\",\n        \"pseudoancestral\",\n        \"pseudoantique\",\n        \"pseudoapoplectic\",\n        \"pseudoascetic\",\n        \"pseudobinary\",\n        \"pseudoconjugation\",\n        \"pseudoembryo\",\n        \"pseudoembryonic\",\n        \"pseudoevangelic\",\n        \"pseudoganglion\",\n        \"pseudogenera\",\n        \"pseudoheroic\",\n        \"pseudolegislative\",\n        \"pseudozealot\",\n        \"psychogalvanic\",\n        \"pumpknot\",\n        \"raccroc\",\n        \"radectomieseph\",\n        \"ramblingly\",\n        \"rapscallion\",\n        \"rapscallions\",\n        \"ravindran\",\n        \"rhabdocoelan\",\n        \"rhadamanthine\",\n        \"rhadamanthys\",\n        \"rhadamanthus\",\n        \"rhamninose\",\n        \"rhynchonellacea\",\n        \"rhipidoglossal\",\n        \"rhombencephalon\",\n        \"rhombencephalons\",\n        \"rhombenporphyr\",\n        \"rhomboclase\",\n        \"rhombogenic\",\n        \"rhombohedron\",\n        \"rhomboidal\",\n        \"rhomboideus\",\n        \"richmondena\",\n        \"ricochetted\",\n        \"ryotwar\",\n        \"ritardandos\",\n        \"rontgenized\",\n        \"roosevelt\",\n        \"rousseauistic\",\n        \"rubefacience\",\n        \"rubefacient\",\n        \"rucervus\",\n        \"rudderstock\",\n        \"rudesheimer\",\n        \"ruffianage\",\n        \"ruffiandom\",\n        \"ruffianish\",\n        \"ruffmans\",\n        \"rufopiceous\",\n        \"ruiniform\",\n        \"rupicolinae\",\n        \"salicylal\",\n        \"salicylaldehyde\",\n        \"salicylamide\",\n        \"salicylanilide\",\n        \"salicylase\",\n        \"salicylide\",\n        \"salicylidene\",\n        \"salicylyl\",\n        \"salicylism\",\n        \"salicyluric\",\n        \"salicornia\",\n        \"salisburia\",\n        \"salnatron\",\n        \"salpiglosis\",\n        \"salpiglossis\",\n        \"salpingomalleus\",\n        \"salpingopalatal\",\n        \"salpingopexy\",\n        \"salpingoscope\",\n        \"salpingostomies\",\n        \"salpinx\",\n        \"saltierra\",\n        \"salutatoria\",\n        \"salutatorian\",\n        \"salvelinus\",\n        \"salzfelle\",\n        \"saprobiont\",\n        \"sarcotheca\",\n        \"satanophany\",\n        \"saunderswood\",\n        \"schmaltzy\",\n        \"senatrix\",\n        \"seneschalsy\",\n        \"seneschalty\",\n        \"septerium\",\n        \"sericulturist\",\n        \"seriogrotesque\",\n        \"sideronym\",\n        \"skaitbird\",\n        \"skalawag\",\n        \"skedgewith\",\n        \"sleathy\",\n        \"sleuthdog\",\n        \"slipshoddiness\",\n        \"slubberdegullion\",\n        \"snaggleteeth\",\n        \"snaggletooth\",\n        \"snaggletoothed\",\n        \"soldanella\",\n        \"soldatesque\",\n        \"southronie\",\n        \"splachnoid\",\n        \"splaymouths\",\n        \"splanchnectopia\",\n        \"splanchnesthetic\",\n        \"splanchnopleural\",\n        \"splanchnopleure\",\n        \"splanchnopleuric\",\n        \"sprechgesang\",\n        \"spruik\",\n        \"spruiker\",\n        \"squamosozygomatic\",\n        \"squamozygomatic\",\n        \"squatinoid\",\n        \"squatinoidei\",\n        \"squidgereen\",\n        \"strepsipteran\",\n        \"strepsipteron\",\n        \"streptodornase\",\n        \"submitochondrial\",\n        \"suboceanic\",\n        \"sulfarseniuret\",\n        \"talbotype\",\n        \"tapinocephaly\",\n        \"tapinophoby\",\n        \"teacupsful\",\n        \"tecpanec\",\n        \"testatrix\",\n        \"tetartoconid\",\n        \"tetractinelline\",\n        \"tetradactyl\",\n        \"tetradynamia\",\n        \"tezcatzoncatl\",\n        \"thermoswitch\",\n        \"thionium\",\n        \"thyrocricoid\",\n        \"tictactoe\",\n        \"tollgatherer\",\n        \"torticollar\",\n        \"torticollis\",\n        \"tortricoid\",\n        \"tortricoidea\",\n        \"trichostrongylid\",\n        \"trictrac\",\n        \"trisulfoxid\",\n        \"trombiculid\",\n        \"uhtensang\",\n        \"vaginoabdominal\",\n        \"valbellite\",\n        \"vallombrosan\",\n        \"vannic\",\n        \"vaticinatrix\",\n        \"vesiculotympanic\",\n        \"violoncello\",\n        \"violuric\",\n        \"viosterol\",\n        \"wallydrag\",\n        \"wansonsy\",\n        \"whirlybird\",\n        \"williewaucht\",\n        \"wurzburger\",\n        \"xanthation\",\n        \"xanthophyl\",\n        \"xanthophyll\",\n        \"xanthoproteic\",\n        \"xanthotic\",\n        \"xanthous\",\n        \"xenocryst\",\n        \"xenodocheion\",\n        \"xenophobes\",\n        \"xenopterygian\",\n        \"xyletic\",\n        \"xylotypography\",\n        \"zanyism\",\n        \"zygomaticus\",\n        \"zimmerwaldian\",\n        \"zymolytic\"\n    ],\n    \"kweta\": [\n        \"acknow\",\n        \"acknowledge\",\n        \"acquist\",\n        \"admissibly\",\n        \"admit\",\n        \"admittedly\",\n        \"agreeably\",\n        \"agrege\",\n        \"aseptify\",\n        \"bely\"\n    ],\n    \"ikweta\": [\n        \"acknowing\",\n        \"acknowledgeable\",\n        \"acknowledgement\",\n        \"acknowledger\",\n        \"acknowledging\",\n        \"acknowledgment\",\n        \"admitting\",\n        \"confit\",\n        \"deniably\",\n        \"dispromise\",\n        \"persuasible\",\n        \"refledge\",\n        \"refutably\",\n        \"unappliably\"\n    ],\n    \"kwetara\": [\n        \"acknowledged\",\n        \"acknowledgedly\",\n        \"acquiesced\",\n        \"acquisited\",\n        \"admissable\",\n        \"admitted\",\n        \"agreed\",\n        \"approves\"\n    ],\n    \"ekweta\": [\n        \"acknowledgers\",\n        \"acknowledges\",\n        \"agreeable\",\n        \"agreeableness\",\n        \"deliberative\",\n        \"unadmissibly\",\n        \"undeceptious\",\n        \"undeceptitious\",\n        \"unresumptive\",\n        \"vendible\"\n    ],\n    \"Acknown\": [\n        \"acknown\"\n    ],\n    \"ihe ntanet\": [\n        \"aclastic\",\n        \"bensh\",\n        \"moonwalk\",\n        \"pugmill\",\n        \"tinsels\",\n        \"tinsmiths\",\n        \"toothbrushes\",\n        \"toothpaste\",\n        \"toothpicks\"\n    ],\n    \"Aklidian\": [\n        \"aclidian\"\n    ],\n    \"aclinik\": [\n        \"aclinic\"\n    ],\n    \"ihe otutu\": [\n        \"acne\",\n        \"bier\",\n        \"botchwork\",\n        \"cysts\",\n        \"coto\"\n    ],\n    \"ulo ahia\": [\n        \"acockbill\",\n        \"oasthouse\",\n        \"pockhouse\",\n        \"salesroom\",\n        \"stallment\"\n    ],\n    \"iheanacho\": [\n        \"acocotl\",\n        \"acousticon\",\n        \"altitudinous\",\n        \"alvissmal\",\n        \"auscultascope\",\n        \"auscultoscope\",\n        \"balkline\",\n        \"bapistery\",\n        \"bastnaesite\",\n        \"bastnasite\",\n        \"bathukolpic\",\n        \"bedebt\",\n        \"bellweather\",\n        \"belonid\",\n        \"bibliothecae\",\n        \"bibliothetic\",\n        \"bodegon\",\n        \"bouchette\",\n        \"brachyskelic\",\n        \"braggadocian\",\n        \"braggadocio\",\n        \"braggadocios\",\n        \"calcareosiliceous\",\n        \"capelocracy\",\n        \"cappelletti\",\n        \"carcinolysin\",\n        \"cark\",\n        \"carvomenthene\",\n        \"cassino\",\n        \"catoptromantic\",\n        \"cautelously\",\n        \"cavalierish\",\n        \"cypselomorphic\",\n        \"cowichan\",\n        \"craniometrist\",\n        \"daredeviltry\",\n        \"darjeeling\",\n        \"darwinistic\",\n        \"dolichocercic\",\n        \"enterolith\",\n        \"entocoel\",\n        \"entoglossal\",\n        \"entotympanic\",\n        \"euhyostyly\",\n        \"facsimiles\",\n        \"fantasmagoric\",\n        \"gallicolae\",\n        \"galloperdix\",\n        \"gallovidian\",\n        \"galvanocautery\",\n        \"galvanometrical\",\n        \"galvanoplastical\",\n        \"galvanoscopic\",\n        \"galvanotactic\",\n        \"haemodynamic\",\n        \"harpwaytuning\",\n        \"hooliganish\",\n        \"janiculan\",\n        \"januslike\",\n        \"jargonesque\",\n        \"jurassic\",\n        \"leucocyan\",\n        \"lysigenously\",\n        \"lisses\",\n        \"luxullianite\",\n        \"marcasitic\",\n        \"megalonyx\",\n        \"megasynthetic\",\n        \"miaskite\",\n        \"miracidial\",\n        \"mittelmeer\",\n        \"moldavite\",\n        \"mucroniferous\",\n        \"muscovitic\",\n        \"oxysalicylic\",\n        \"palaeanthropic\",\n        \"palaeechinoid\",\n        \"palaeichthyic\",\n        \"palaeodictyopteran\",\n        \"palaeodictyopteron\",\n        \"palaeodictyopterous\",\n        \"palaeonemertean\",\n        \"palaeotypic\",\n        \"paleoplain\",\n        \"panaesthetic\",\n        \"phainopepla\",\n        \"philomathematic\",\n        \"piezochemistries\",\n        \"pylephlebitic\",\n        \"pyosalpinx\",\n        \"plebiscites\",\n        \"pseudoaesthetic\",\n        \"pseudoaesthetically\",\n        \"psittaciformes\",\n        \"ramiferous\",\n        \"rollicksome\",\n        \"romancemonger\",\n        \"roquellorz\",\n        \"rotundifolious\",\n        \"russeting\",\n        \"russetting\",\n        \"samothracian\",\n        \"shropshire\",\n        \"sociophagous\",\n        \"spirignath\",\n        \"sulfopurpuric\",\n        \"tedesco\",\n        \"teocallis\",\n        \"tesvino\",\n        \"theophany\",\n        \"thespian\",\n        \"thessalonian\",\n        \"valerianic\",\n        \"vesiculiferous\",\n        \"wadmals\",\n        \"zygomycetes\"\n    ],\n    \"nnukwu ụlọ\": [\n        \"acoelomous\",\n        \"bartlett\",\n        \"bassy\",\n        \"castellan\",\n        \"castellanies\",\n        \"castellanus\",\n        \"castellar\",\n        \"castellate\",\n        \"castellet\",\n        \"castle\",\n        \"castled\",\n        \"castlery\",\n        \"castlet\",\n        \"castleward\",\n        \"castlewards\",\n        \"castlewise\",\n        \"castra\",\n        \"castral\",\n        \"catel\",\n        \"cathop\",\n        \"catteries\",\n        \"citadel\",\n        \"citronade\",\n        \"cotillons\",\n        \"cottars\",\n        \"englobe\",\n        \"fellatory\",\n        \"gonolobus\",\n        \"hallmoot\",\n        \"holdalls\",\n        \"holmberry\",\n        \"homburg\",\n        \"homilite\",\n        \"mainstreeter\",\n        \"mallum\",\n        \"parterre\",\n        \"parterred\",\n        \"pluriliteral\",\n        \"superscholarly\",\n        \"supersphenoid\",\n        \"superstructory\",\n        \"superstructral\",\n        \"topcastle\",\n        \"weighhouse\"\n    ],\n    \"inyi\": [\n        \"acoine\",\n        \"affidavy\",\n        \"affidavit\",\n        \"affidavits\",\n        \"arear\",\n        \"assish\",\n        \"baywood\",\n        \"baywoods\",\n        \"boarship\",\n        \"breenge\",\n        \"coesite\",\n        \"coulisse\",\n        \"drippy\",\n        \"dripproof\",\n        \"pokerishness\",\n        \"roughshod\",\n        \"tonishness\",\n        \"unfool\"\n    ],\n    \"zuo ike\": [\n        \"acold\",\n        \"breve\",\n        \"chill\",\n        \"chilling\",\n        \"chillish\",\n        \"fashery\",\n        \"puggish\",\n        \"recline\",\n        \"relaxin\",\n        \"respelt\",\n        \"respite\",\n        \"rest\",\n        \"restiad\",\n        \"slunge\",\n        \"snithe\",\n        \"sootish\",\n        \"supercede\",\n        \"tearily\",\n        \"underseen\"\n    ],\n    \"okuko\": [\n        \"acolyte\",\n        \"amoralist\",\n        \"auctary\",\n        \"auctorial\",\n        \"beamish\",\n        \"bristle\",\n        \"budding\",\n        \"buddles\",\n        \"budworm\",\n        \"charoseth\",\n        \"chawbone\",\n        \"chickadees\",\n        \"chickell\",\n        \"chickened\",\n        \"chickenhearted\",\n        \"chickening\",\n        \"chickenwort\",\n        \"chivareeing\",\n        \"cholonan\",\n        \"cockbilled\",\n        \"cockyolly\",\n        \"cockishness\",\n        \"cockmatch\",\n        \"coyote\",\n        \"cryophilic\",\n        \"egocentristic\",\n        \"excrementous\",\n        \"glowworm\",\n        \"grille\",\n        \"gull\",\n        \"hecco\",\n        \"henpen\",\n        \"hust\",\n        \"peachery\",\n        \"pelioma\",\n        \"poulticed\",\n        \"poultrydom\",\n        \"poultryless\",\n        \"poultryman\",\n        \"teagle\"\n    ],\n    \"Acolyth\": [\n        \"acolyth\"\n    ],\n    \"ihe omumu\": [\n        \"acology\",\n        \"adventuresses\",\n        \"aedoeology\",\n        \"aerolithology\",\n        \"aeronomics\",\n        \"aesthiology\",\n        \"agmatology\",\n        \"agrobiology\",\n        \"agrobiological\",\n        \"agronomy\",\n        \"agronomics\",\n        \"algaeological\",\n        \"alogy\",\n        \"alogical\",\n        \"aneroidograph\",\n        \"aneurism\",\n        \"aneurismal\",\n        \"aneurismatic\",\n        \"aneurysmatic\",\n        \"animalculum\",\n        \"anthecology\",\n        \"anthecological\",\n        \"anthoecology\",\n        \"anthoecological\",\n        \"anthologist\",\n        \"anthropology\",\n        \"anthropologic\",\n        \"anthropologies\",\n        \"anthropophagical\",\n        \"antilogy\",\n        \"aphnology\",\n        \"araneology\",\n        \"archaeogeology\",\n        \"archaeolithic\",\n        \"archaeologic\",\n        \"archaeologically\",\n        \"archaeomagnetism\",\n        \"archiprelatical\",\n        \"archizoic\",\n        \"archonships\",\n        \"arcticology\",\n        \"areological\",\n        \"arithmography\",\n        \"arithmomancy\",\n        \"baconianism\",\n        \"bibliognostic\",\n        \"bioastronautical\",\n        \"biocatalytic\",\n        \"biocenology\",\n        \"biocenotic\",\n        \"biochemy\",\n        \"biochemic\",\n        \"biochemical\",\n        \"biochemistry\",\n        \"bioclimatician\",\n        \"bioclimatology\",\n        \"biocoenosis\",\n        \"bioecology\",\n        \"bioecologic\",\n        \"bioecological\",\n        \"bioengineering\",\n        \"bioenvironmental\",\n        \"bioethic\",\n        \"bioethics\",\n        \"biogenetic\",\n        \"biogenetics\",\n        \"biologic\",\n        \"biologics\",\n        \"biologism\",\n        \"biologistic\",\n        \"bioluminescence\",\n        \"biomaterial\",\n        \"biomechanical\",\n        \"biomechanics\",\n        \"biomedical\",\n        \"biomedicine\",\n        \"biometeorology\",\n        \"biometrics\",\n        \"biometries\",\n        \"biomicroscope\",\n        \"biomicroscopy\",\n        \"bioreaction\",\n        \"bioscience\",\n        \"biosciences\",\n        \"bioscientific\",\n        \"biosynthetic\",\n        \"biosystematy\",\n        \"biosystematic\",\n        \"biosystematics\",\n        \"biosociology\",\n        \"biosociological\",\n        \"biotechnological\",\n        \"biotechnologicaly\",\n        \"biotical\",\n        \"biotomy\",\n        \"birthstone\",\n        \"birthstones\",\n        \"boyology\",\n        \"cacology\",\n        \"cacological\",\n        \"caneology\",\n        \"cecidology\",\n        \"chemicobiology\",\n        \"chemicobiologic\",\n        \"chemicobiological\",\n        \"chemokinetic\",\n        \"chrematistics\",\n        \"chromatography\",\n        \"ciceronism\",\n        \"cineradiography\",\n        \"cynology\",\n        \"classwork\",\n        \"coenocytic\",\n        \"cometology\",\n        \"corniculum\",\n        \"cosmecology\",\n        \"cosmetology\",\n        \"cosmetological\",\n        \"cosmochemical\",\n        \"cosmology\",\n        \"cosmologic\",\n        \"cosmological\",\n        \"cosmologygy\",\n        \"cosmonautical\",\n        \"cosmonautics\",\n        \"cosmorganic\",\n        \"cosmozoans\",\n        \"demagogical\",\n        \"demiurgical\",\n        \"demological\",\n        \"ecclesiology\",\n        \"ecclesiological\",\n        \"eccrinology\",\n        \"echinology\",\n        \"ecology\",\n        \"ecologies\",\n        \"ecophysiology\",\n        \"ecophysiological\",\n        \"ecospecies\",\n        \"eikonology\",\n        \"ekistics\",\n        \"electrodynamics\",\n        \"electrology\",\n        \"elogy\",\n        \"empiriological\",\n        \"enterrologist\",\n        \"entozoology\",\n        \"epagogic\",\n        \"epithelioceptor\",\n        \"epizoology\",\n        \"eschatology\",\n        \"eschatological\",\n        \"ethnogeography\",\n        \"etruscology\",\n        \"euchology\",\n        \"euchological\",\n        \"excrescencies\",\n        \"exhilaratory\",\n        \"exocrinology\",\n        \"exogenism\",\n        \"experimentalists\",\n        \"generification\",\n        \"geniculum\",\n        \"genitors\",\n        \"geochemical\",\n        \"geodetician\",\n        \"geologising\",\n        \"geophysics\",\n        \"gyroscopics\",\n        \"glaciology\",\n        \"glaciological\",\n        \"hedonics\",\n        \"hermeneutical\",\n        \"homerology\",\n        \"hormonology\",\n        \"ingenerative\",\n        \"intercomplimentary\",\n        \"intercosmic\",\n        \"intertropics\",\n        \"isthmistics\",\n        \"kittenship\",\n        \"limnology\",\n        \"lysigenous\",\n        \"litaneutical\",\n        \"lithectomy\",\n        \"lithochemistry\",\n        \"lithochromatics\",\n        \"lithochromography\",\n        \"lithography\",\n        \"lithology\",\n        \"lithological\",\n        \"liturgics\",\n        \"mariology\",\n        \"membranology\",\n        \"menology\",\n        \"molester\",\n        \"monology\",\n        \"monologist\",\n        \"naological\",\n        \"naturaliser\",\n        \"naturopathic\",\n        \"necroscopical\",\n        \"neologian\",\n        \"neological\",\n        \"nephelometry\",\n        \"oceanology\",\n        \"oceanologic\",\n        \"oceanological\",\n        \"oceanologically\",\n        \"oecology\",\n        \"oecological\",\n        \"oecologies\",\n        \"ology\",\n        \"omnicredulous\",\n        \"ontology\",\n        \"ophiography\",\n        \"organicist\",\n        \"organics\",\n        \"organology\",\n        \"organological\",\n        \"organonomy\",\n        \"orthological\",\n        \"ossiculum\",\n        \"osteological\",\n        \"overphilosophize\",\n        \"palaeology\",\n        \"penectomy\",\n        \"periodology\",\n        \"periodontology\",\n        \"pestological\",\n        \"phenologist\",\n        \"phycology\",\n        \"phylactery\",\n        \"philogynaecic\",\n        \"philologastry\",\n        \"philology\",\n        \"phylology\",\n        \"philological\",\n        \"philoprogeneity\",\n        \"philoprogenitive\",\n        \"physicologic\",\n        \"physicomental\",\n        \"phytobiology\",\n        \"phytobiological\",\n        \"phytolithology\",\n        \"phytology\",\n        \"phytopathology\",\n        \"phytopathological\",\n        \"phytophenology\",\n        \"phytophenological\",\n        \"phytophysiology\",\n        \"phytophysiological\",\n        \"phytoserology\",\n        \"phytosociology\",\n        \"phytosociological\",\n        \"phlebological\",\n        \"piezochemistry\",\n        \"pyrognostic\",\n        \"pyrology\",\n        \"pyrological\",\n        \"pyrologies\",\n        \"pyrotheology\",\n        \"piscatology\",\n        \"pisciferous\",\n        \"piscivorous\",\n        \"pithecology\",\n        \"pithecological\",\n        \"pithecomorphism\",\n        \"pythonical\",\n        \"plagiophyre\",\n        \"pneumodynamics\",\n        \"posological\",\n        \"preevolutional\",\n        \"preexpedition\",\n        \"preexpeditionary\",\n        \"presymphony\",\n        \"probabiliorist\",\n        \"progenerative\",\n        \"proseminar\",\n        \"protochemistry\",\n        \"protovestiary\",\n        \"psammology\",\n        \"pterylography\",\n        \"pulmoniferous\",\n        \"scandalmongery\",\n        \"semasiological\",\n        \"semibiological\",\n        \"semicannibalic\",\n        \"semichemical\",\n        \"semicyclic\",\n        \"semicycloid\",\n        \"semimoist\",\n        \"semineurotic\",\n        \"semiology\",\n        \"semiological\",\n        \"semiopen\",\n        \"semiotics\",\n        \"semipatriotic\",\n        \"semiproductiveness\",\n        \"semiprosthetic\",\n        \"semiresinous\",\n        \"semiring\",\n        \"semitheological\",\n        \"serology\",\n        \"sexology\",\n        \"symbranchous\",\n        \"spails\",\n        \"tenontology\",\n        \"theatrics\",\n        \"theoastrological\",\n        \"theologate\",\n        \"theonomy\",\n        \"thermatology\",\n        \"thermokinematics\",\n        \"thermology\",\n        \"thermotherapeutics\",\n        \"therologic\",\n        \"therological\",\n        \"theurgic\",\n        \"tonological\",\n        \"trocaical\",\n        \"ultraconscientious\",\n        \"ultralogical\",\n        \"ultranationalism\",\n        \"ultranationalistic\",\n        \"ultranatural\",\n        \"universology\",\n        \"universological\",\n        \"vexillology\"\n    ],\n    \"acop\": [\n        \"acopic\"\n    ],\n    \"acylpyrin\": [\n        \"acopyrin\"\n    ],\n    \"akara\": [\n        \"acorea\",\n        \"branding\",\n        \"countermark\",\n        \"countersignal\",\n        \"decals\",\n        \"demarcates\",\n        \"demounts\",\n        \"doketic\",\n        \"dominant\",\n        \"dominants\",\n        \"dominative\",\n        \"domines\",\n        \"dominicker\",\n        \"emblem\",\n        \"emblema\",\n        \"epimeric\",\n        \"graplines\",\n        \"imparl\",\n        \"impinger\",\n        \"imprint\",\n        \"imprints\",\n        \"intercostal\",\n        \"iodations\",\n        \"kenmark\",\n        \"knittings\",\n        \"labefied\",\n        \"label\",\n        \"labeled\",\n        \"labelled\",\n        \"landmark\",\n        \"ledget\",\n        \"limli\",\n        \"linelet\",\n        \"logis\",\n        \"logoes\",\n        \"logos\",\n        \"mark\",\n        \"markable\",\n        \"markdown\",\n        \"markdowns\",\n        \"marked\",\n        \"markedness\",\n        \"markings\",\n        \"markis\",\n        \"markkas\",\n        \"markman\",\n        \"markmote\",\n        \"marks\",\n        \"markshot\",\n        \"marksmanship\",\n        \"markup\",\n        \"markups\",\n        \"markus\",\n        \"matchmark\",\n        \"ostmarks\",\n        \"placode\",\n        \"playacted\",\n        \"potline\",\n        \"preferredness\",\n        \"prestamps\",\n        \"prevernal\",\n        \"prevoted\",\n        \"proacademic\",\n        \"proconquest\",\n        \"prosacral\",\n        \"punts\",\n        \"redlines\",\n        \"redrawn\",\n        \"rimptions\",\n        \"sakers\",\n        \"samlet\",\n        \"samlets\",\n        \"sammier\",\n        \"scoreboards\",\n        \"scorecard\",\n        \"scores\",\n        \"sealing\",\n        \"seignories\",\n        \"sigmation\",\n        \"signality\",\n        \"signals\",\n        \"signation\",\n        \"signet\",\n        \"signeted\",\n        \"signiori\",\n        \"signist\",\n        \"signory\",\n        \"signorial\",\n        \"signories\",\n        \"signpost\",\n        \"signum\",\n        \"symbol\",\n        \"symbolater\",\n        \"symboled\",\n        \"symboling\",\n        \"symbolisation\",\n        \"symbolism\",\n        \"symbolist\",\n        \"symbolistic\",\n        \"symbolistical\",\n        \"symbolistically\",\n        \"symbolled\",\n        \"symbolry\",\n        \"symbols\",\n        \"symbolum\",\n        \"symmelus\",\n        \"subraces\",\n        \"supellex\",\n        \"ticketer\",\n        \"traceableness\",\n        \"track\",\n        \"wherret\"\n    ],\n    \"achoro\": [\n        \"acorned\",\n        \"desiccant\",\n        \"huntedly\",\n        \"scaped\"\n    ],\n    \"acorn\": [\n        \"acorns\"\n    ],\n    \"achochi\": [\n        \"acouchi\"\n    ],\n    \"achochy\": [\n        \"acouchy\"\n    ],\n    \"achoophonia\": [\n        \"acouophonia\"\n    ],\n    \"achop\": [\n        \"acoup\"\n    ],\n    \"achopa\": [\n        \"acoupa\"\n    ],\n    \"na-anụ ọkụ\": [\n        \"acoustic\",\n        \"acoustical\",\n        \"boloing\",\n        \"ganching\",\n        \"prehearing\"\n    ],\n    \"n'ụzọ dị egwu\": [\n        \"acoustically\",\n        \"admiratively\",\n        \"adversatively\",\n        \"argutely\",\n        \"astatically\",\n        \"astutely\",\n        \"capaciously\",\n        \"catabolically\",\n        \"cathodically\",\n        \"comradely\",\n        \"cubically\",\n        \"dandically\",\n        \"dramatically\",\n        \"dramaturgically\",\n        \"extrorsely\",\n        \"ferociously\",\n        \"gravely\",\n        \"gustfully\",\n        \"horribly\",\n        \"impressibly\",\n        \"introrsely\",\n        \"irremeably\",\n        \"mitotically\",\n        \"musefully\",\n        \"ostensively\",\n        \"procaciously\",\n        \"provably\",\n        \"quadrifariously\",\n        \"quemefully\",\n        \"sonorously\",\n        \"tangentially\",\n        \"traumatically\",\n        \"tributarily\",\n        \"tritically\",\n        \"ultraugly\",\n        \"venatically\",\n        \"verminously\",\n        \"vivaciously\"\n    ],\n    \"odogwu\": [\n        \"acoustician\"\n    ],\n    \"ịkpa ntị\": [\n        \"acoustics\"\n    ],\n    \"mata\": [\n        \"acquaint\",\n        \"alerce\",\n        \"alerts\",\n        \"cognize\",\n        \"desensitize\",\n        \"identify\",\n        \"nother\",\n        \"perceant\",\n        \"recognise\",\n        \"recognize\",\n        \"sensify\",\n        \"sensitize\",\n        \"unnotify\"\n    ],\n    \"mmata\": [\n        \"acquaintance\",\n        \"acquaintanceships\",\n        \"acquaintancy\",\n        \"acquaintedness\",\n        \"awareness\",\n        \"coawareness\",\n        \"knowability\",\n        \"knowledgement\",\n        \"recognition\",\n        \"recognizability\",\n        \"recognizance\"\n    ],\n    \"ndị maara\": [\n        \"acquaintances\",\n        \"cognizers\"\n    ],\n    \"mmachi\": [\n        \"acquaintanceship\",\n        \"addebted\",\n        \"aesthesis\",\n        \"allosyndesis\",\n        \"anteprohibition\",\n        \"archlute\",\n        \"archonship\",\n        \"archreactionary\",\n        \"asteam\",\n        \"banderoling\",\n        \"bistort\",\n        \"blaws\",\n        \"censorship\",\n        \"cnidogenous\",\n        \"crip\",\n        \"curvaceousness\",\n        \"extrastapedial\",\n        \"fadeaways\",\n        \"favissa\",\n        \"favissae\",\n        \"festinance\",\n        \"festination\",\n        \"gibberosity\",\n        \"gnattiest\",\n        \"halloth\",\n        \"hyacinthian\",\n        \"hickey\",\n        \"hylas\",\n        \"hyloist\",\n        \"yagnob\",\n        \"laevorotation\",\n        \"laicisation\",\n        \"laticostate\",\n        \"laudification\",\n        \"lichenaceous\",\n        \"limation\",\n        \"limbat\",\n        \"limbier\",\n        \"liminary\",\n        \"limitanean\",\n        \"limitarian\",\n        \"limitation\",\n        \"limitive\",\n        \"limitrophe\",\n        \"limnery\",\n        \"limpin\",\n        \"limpwort\",\n        \"myelinated\",\n        \"myeline\",\n        \"myelines\",\n        \"myelogenous\",\n        \"myeloic\",\n        \"myelonic\",\n        \"myoblast\",\n        \"myopic\",\n        \"myopies\",\n        \"molassy\",\n        \"monticuline\",\n        \"mutsje\",\n        \"mutsuddy\",\n        \"mzee\",\n        \"nonstrictness\",\n        \"obvention\",\n        \"phagedenous\",\n        \"phagocytal\",\n        \"phaselin\",\n        \"proirrigation\",\n        \"sicca\",\n        \"spitchcock\",\n        \"unrestrictedness\",\n        \"unrestrictive\",\n        \"unstrict\",\n        \"unstrictness\",\n        \"unstrictured\",\n        \"vadelect\",\n        \"wickiups\",\n        \"xicak\"\n    ],\n    \"maara\": [\n        \"acquaintant\",\n        \"acquainted\",\n        \"acquainting\",\n        \"acquaints\",\n        \"beknown\",\n        \"coconsciousness\",\n        \"conciousness\",\n        \"conciseness\",\n        \"conscious\",\n        \"consciously\",\n        \"consciousness\",\n        \"deliberated\",\n        \"familarity\",\n        \"familiar\",\n        \"familiary\",\n        \"familiarise\",\n        \"familiarised\",\n        \"familiarising\",\n        \"familiarisingly\",\n        \"familiarity\",\n        \"familiarities\",\n        \"familiarize\",\n        \"familiarized\",\n        \"familiarizing\",\n        \"familiarness\",\n        \"infamiliarity\",\n        \"knew\",\n        \"knoweth\",\n        \"knowinger\",\n        \"knowns\",\n        \"knowperts\",\n        \"knows\",\n        \"mastful\",\n        \"notoriously\",\n        \"preknown\",\n        \"sensitized\",\n        \"versed\",\n        \"wisen\",\n        \"wishers\",\n        \"wisps\"\n    ],\n    \"dị njikere\": [\n        \"acquiescently\",\n        \"alertly\",\n        \"amic\",\n        \"avidious\",\n        \"connivantly\",\n        \"conticent\",\n        \"devoutly\",\n        \"engagedly\",\n        \"pretuberculous\",\n        \"ready\",\n        \"willing\"\n    ],\n    \"na-anabata ihe\": [\n        \"acquiescingly\",\n        \"scepticizing\"\n    ],\n    \"nwee udo\": [\n        \"acquiet\"\n    ],\n    \"ezigbo\": [\n        \"acquirable\",\n        \"authentic\",\n        \"bestrid\",\n        \"bona\",\n        \"bonav\",\n        \"bonhomous\",\n        \"dear\",\n        \"dearworth\",\n        \"decent\",\n        \"decentest\",\n        \"egressive\",\n        \"genu\",\n        \"genuine\",\n        \"genuineness\",\n        \"gnaeus\",\n        \"hircinous\",\n        \"ideal\",\n        \"idealist\",\n        \"idealistical\",\n        \"optimal\",\n        \"orgastic\",\n        \"realty\",\n        \"smooth\",\n        \"utible\",\n        \"virtu\",\n        \"vitreal\",\n        \"wellman\",\n        \"wellmen\"\n    ],\n    \"onye nnweta\": [\n        \"acquisitor\",\n        \"coproprietor\",\n        \"moslemite\"\n    ],\n    \"ịtọhapụ mmadụ\": [\n        \"acquital\",\n        \"acquittal\"\n    ],\n    \"akwụ ụgwọ\": [\n        \"acquits\",\n        \"bepaid\",\n        \"billed\",\n        \"compensated\",\n        \"compensation\",\n        \"compensational\",\n        \"compensations\",\n        \"compenser\",\n        \"creditably\",\n        \"debentured\",\n        \"debitable\",\n        \"disbuds\",\n        \"earnable\",\n        \"earnful\",\n        \"incompendious\",\n        \"incompensated\",\n        \"niggerling\",\n        \"offcome\",\n        \"paid\",\n        \"paidle\",\n        \"pays\",\n        \"paysagist\",\n        \"paughty\",\n        \"pemican\",\n        \"receipted\",\n        \"remunerative\",\n        \"repays\",\n        \"repunishable\",\n        \"subsensation\",\n        \"uncompensatory\",\n        \"unconspired\",\n        \"underrecompense\",\n        \"underrecompensed\"\n    ],\n    \"tọhapụ\": [\n        \"acquitted\",\n        \"acquitter\"\n    ],\n    \"na-atọhapụ\": [\n        \"acquitting\",\n        \"freeing\",\n        \"liberalising\",\n        \"liberalizes\",\n        \"liberalizing\",\n        \"liberating\",\n        \"relearning\",\n        \"releasing\",\n        \"relending\",\n        \"releveling\"\n    ],\n    \"aquaphobia\": [\n        \"acquophonia\"\n    ],\n    \"arable\": [\n        \"acreable\"\n    ],\n    \"acre achoro\": [\n        \"acreages\"\n    ],\n    \"tie mkpu\": [\n        \"acream\",\n        \"apprize\",\n        \"blee\",\n        \"chout\",\n        \"clamer\",\n        \"cry\",\n        \"crystalize\",\n        \"exclaim\",\n        \"growl\",\n        \"howl\",\n        \"yell\",\n        \"schout\",\n        \"scream\",\n        \"screamed\",\n        \"shouse\",\n        \"shout\",\n        \"shouts\",\n        \"shriek\",\n        \"squeak\",\n        \"whimble\",\n        \"whimper\",\n        \"whippost\",\n        \"whirken\",\n        \"whummle\",\n        \"wride\"\n    ],\n    \"acres\": [\n        \"acred\"\n    ],\n    \"kasị\": [\n        \"acridest\",\n        \"alcahest\",\n        \"benmost\",\n        \"bitchiest\",\n        \"bunchiest\",\n        \"cuppiest\",\n        \"fastest\",\n        \"foziest\",\n        \"fsiest\",\n        \"groutiest\",\n        \"hoariest\",\n        \"horniest\",\n        \"yummiest\",\n        \"manliest\",\n        \"marliest\",\n        \"mest\",\n        \"moldiest\",\n        \"mostlings\",\n        \"motliest\",\n        \"paliest\",\n        \"portliest\",\n        \"quackiest\",\n        \"rapidest\",\n        \"stilliest\",\n        \"tipmost\",\n        \"topmost\",\n        \"vaultiest\",\n        \"ventralmost\"\n    ],\n    \"Okechukwu\": [\n        \"acridyl\",\n        \"andesitic\",\n        \"andromaque\",\n        \"androseme\",\n        \"bhandari\",\n        \"bjorne\",\n        \"bobadil\",\n        \"bobadilish\",\n        \"bobbish\",\n        \"bockeret\",\n        \"boerhavia\",\n        \"bolewort\",\n        \"bordello\",\n        \"bordrag\",\n        \"borscht\",\n        \"borsht\",\n        \"bostrychid\",\n        \"bouderie\",\n        \"bougeron\",\n        \"bourreau\",\n        \"boustrophedon\",\n        \"bouteselle\",\n        \"bovarysm\",\n        \"bretesse\",\n        \"bromelia\",\n        \"burlesk\",\n        \"burrel\",\n        \"cheirolin\",\n        \"chevalet\",\n        \"chevrolet\",\n        \"chevronny\",\n        \"collyweston\",\n        \"coltish\",\n        \"delbert\",\n        \"dryas\",\n        \"elfishly\",\n        \"elfland\",\n        \"eliasite\",\n        \"elkdom\",\n        \"ellipsis\",\n        \"ellipsoid\",\n        \"ellipsone\",\n        \"elliptoid\",\n        \"elritch\",\n        \"elvan\",\n        \"elvanitic\",\n        \"elvira\",\n        \"elvish\",\n        \"ensteel\",\n        \"epirot\",\n        \"fardelet\",\n        \"flaucht\",\n        \"fleyland\",\n        \"flyaways\",\n        \"floridean\",\n        \"florideous\",\n        \"floridian\",\n        \"frutescence\",\n        \"galeass\",\n        \"gaspereau\",\n        \"gastrophile\",\n        \"gaudish\",\n        \"giantesque\",\n        \"gluteus\",\n        \"gmelina\",\n        \"grissen\",\n        \"grotty\",\n        \"grottos\",\n        \"grousy\",\n        \"gustily\",\n        \"haydn\",\n        \"hardie\",\n        \"harried\",\n        \"harries\",\n        \"heavyset\",\n        \"hurleys\",\n        \"juliott\",\n        \"kellia\",\n        \"kellys\",\n        \"klystron\",\n        \"malvin\",\n        \"maryland\",\n        \"maxiskirt\",\n        \"mesropian\",\n        \"myatony\",\n        \"moathill\",\n        \"mofussil\",\n        \"mohican\",\n        \"monopoliser\",\n        \"monostele\",\n        \"montreal\",\n        \"montross\",\n        \"moorflower\",\n        \"moorfowls\",\n        \"moorhen\",\n        \"moorhens\",\n        \"moorlands\",\n        \"moorup\",\n        \"mordv\",\n        \"morocain\",\n        \"moroccan\",\n        \"morocco\",\n        \"morosaurus\",\n        \"morose\",\n        \"morosoph\",\n        \"mosoceca\",\n        \"mosocecum\",\n        \"mousseline\",\n        \"mousseux\",\n        \"moxies\",\n        \"mozarabic\",\n        \"musophagine\",\n        \"mussable\",\n        \"musseled\",\n        \"mussellim\",\n        \"musses\",\n        \"mussy\",\n        \"mussick\",\n        \"mussily\",\n        \"musts\",\n        \"noritic\",\n        \"norroy\",\n        \"osteectopia\",\n        \"outvying\",\n        \"overabstemious\",\n        \"overambitious\",\n        \"overembellish\",\n        \"overembellishing\",\n        \"overprolix\",\n        \"peakyish\",\n        \"pernephria\",\n        \"pernettia\",\n        \"perozonid\",\n        \"phil\",\n        \"pirlie\",\n        \"poudret\",\n        \"ridgelet\",\n        \"royalizing\",\n        \"rookeried\",\n        \"rookeries\",\n        \"rougeau\",\n        \"roupiest\",\n        \"samiresite\",\n        \"saprostomous\",\n        \"sarothra\",\n        \"sarothrum\",\n        \"savitri\",\n        \"sealy\",\n        \"seamrog\",\n        \"secco\",\n        \"seron\",\n        \"serosa\",\n        \"serozem\",\n        \"seville\",\n        \"sissy\",\n        \"sissies\",\n        \"sissyish\",\n        \"skittish\",\n        \"skraigh\",\n        \"skreegh\",\n        \"slivovitz\",\n        \"slouchier\",\n        \"slouchiest\",\n        \"solomonic\",\n        \"solomonitic\",\n        \"sordes\",\n        \"sordines\",\n        \"spirae\",\n        \"spirea\",\n        \"spireas\",\n        \"sruti\",\n        \"stithies\",\n        \"stor\",\n        \"stormier\",\n        \"stormiest\",\n        \"stropharia\",\n        \"suberites\",\n        \"subopercle\",\n        \"suffrutex\",\n        \"sugsloot\",\n        \"superadding\",\n        \"suresby\",\n        \"surette\",\n        \"surrebut\",\n        \"surrey\",\n        \"tamachek\",\n        \"telodendron\",\n        \"terebinthian\",\n        \"teretish\",\n        \"thanatoid\",\n        \"tooled\",\n        \"velodrome\"\n    ],\n    \"acriflavine\": [\n        \"acriflavin\"\n    ],\n    \"acryloyl\": [\n        \"acrylyl\"\n    ],\n    \"n'ụzọ\": [\n        \"acrimoniously\",\n        \"applicatorily\",\n        \"arcuately\",\n        \"boistously\",\n        \"cecally\",\n        \"coevally\",\n        \"commodiously\",\n        \"conoidically\",\n        \"contiguously\",\n        \"cornily\",\n        \"curvaceously\",\n        \"dialystely\",\n        \"dozily\",\n        \"dwaibly\",\n        \"ensuingly\",\n        \"entrancedly\",\n        \"entrancingly\",\n        \"formatively\",\n        \"hyetographically\",\n        \"incomposedly\",\n        \"inveterately\",\n        \"manneristically\",\n        \"mannerly\",\n        \"metatatically\",\n        \"methodistically\",\n        \"methodologically\",\n        \"misuses\",\n        \"occipitally\",\n        \"oviparously\",\n        \"phases\",\n        \"plangently\",\n        \"plicately\",\n        \"quackishly\",\n        \"quizzically\",\n        \"scrimply\",\n        \"sizably\",\n        \"stationarily\",\n        \"substanially\",\n        \"substantially\",\n        \"substantively\",\n        \"sufferably\",\n        \"supersonically\",\n        \"temprely\",\n        \"terpsichoreally\",\n        \"tortiously\",\n        \"transit\",\n        \"tribally\",\n        \"wadingly\",\n        \"wayfaringly\",\n        \"wavably\"\n    ],\n    \"acryọnụ ọkụ\": [\n        \"acrimoniousness\"\n    ],\n    \"acroamatik\": [\n        \"acroamatics\"\n    ],\n    \"ọrịa ogbu na nkwonkwo\": [\n        \"acroarthritis\",\n        \"arthralgic\",\n        \"arthrectomies\",\n        \"arthrempyesis\",\n        \"arthritism\",\n        \"arthrobacterium\",\n        \"arthrocarcinoma\",\n        \"arthrochondritis\",\n        \"arthroclasia\",\n        \"arthroclisis\",\n        \"arthroempyesis\",\n        \"arthrolithiasis\",\n        \"arthromeningitis\",\n        \"arthromeric\",\n        \"arthroneuralgia\",\n        \"arthropathy\",\n        \"arthrophyma\",\n        \"arthropyosis\",\n        \"arthrorheumatism\",\n        \"arthrosclerosis\",\n        \"arthroses\",\n        \"arthrosia\",\n        \"arthrosynovitis\",\n        \"arthrosis\",\n        \"arthrosteitis\",\n        \"arthrosterigma\",\n        \"arthrotyphoid\",\n        \"arthroxerosis\",\n        \"britishism\",\n        \"coxarthritis\",\n        \"ostarthritis\",\n        \"osteoarthritis\",\n        \"osteoarthropathy\",\n        \"osteochondritis\",\n        \"osteodiastasis\",\n        \"osteoscleroses\",\n        \"osteosclerosis\",\n        \"osteothrombosis\",\n        \"osteotrophy\"\n    ],\n    \"acrostic\": [\n        \"acroatic\"\n    ],\n    \"ịchụ nta\": [\n        \"acrobat\",\n        \"hinting\",\n        \"hunting\",\n        \"huntings\",\n        \"manhunt\",\n        \"poaching\",\n        \"pursiness\",\n        \"pursual\"\n    ],\n    \"acro batholithic\": [\n        \"acrobatholithic\"\n    ],\n    \"ichoro\": [\n        \"acrobatic\",\n        \"acrobatical\",\n        \"adroit\",\n        \"adroitest\",\n        \"apotheces\",\n        \"apotheosised\",\n        \"berlinite\",\n        \"bescutcheon\",\n        \"calcitestaceous\",\n        \"chave\",\n        \"clithridiate\",\n        \"collencyte\",\n        \"colonaded\",\n        \"cravens\",\n        \"decolonised\",\n        \"decolonize\",\n        \"decolonized\",\n        \"decolonizes\",\n        \"desideratum\",\n        \"desinent\",\n        \"desorbing\",\n        \"docketing\",\n        \"douching\",\n        \"drengage\",\n        \"elide\",\n        \"festooning\",\n        \"figged\",\n        \"flemished\",\n        \"foragement\",\n        \"garbed\",\n        \"garred\",\n        \"garreted\",\n        \"glamorized\",\n        \"goatbrush\",\n        \"gromatic\",\n        \"guerdoning\",\n        \"ichorous\",\n        \"icinesses\",\n        \"yelt\",\n        \"logothete\",\n        \"ostomatid\",\n        \"panted\",\n        \"patibulated\",\n        \"phlorone\",\n        \"ploration\",\n        \"pretrace\",\n        \"pretravel\",\n        \"protocoled\",\n        \"puceron\",\n        \"quetenite\",\n        \"roached\",\n        \"roaching\",\n        \"thoued\",\n        \"thrawartlike\",\n        \"truttaceous\",\n        \"turretlike\",\n        \"vetchling\",\n        \"wandreth\",\n        \"wangrace\",\n        \"wanthrift\",\n        \"wantroke\"\n    ],\n    \"egwuregwu acrobat\": [\n        \"acrobatics\"\n    ],\n    \"acrobat\": [\n        \"acrobats\"\n    ],\n    \"akkhordon\": [\n        \"acrochordon\"\n    ],\n    \"Ndigbo\": [\n        \"acrodonts\",\n        \"areotectonics\",\n        \"blowbacks\",\n        \"cerolite\",\n        \"dannock\",\n        \"flugelmen\",\n        \"isocrat\",\n        \"nirls\",\n        \"outyelp\",\n        \"outstripping\",\n        \"stilbites\",\n        \"thitsi\",\n        \"twitterboned\"\n    ],\n    \"amaokwu\": [\n        \"acrodrome\",\n        \"allophonic\",\n        \"archons\",\n        \"cation\",\n        \"caulked\",\n        \"cerograph\",\n        \"ciceros\",\n        \"ciliolate\",\n        \"cion\",\n        \"citations\",\n        \"citraconate\",\n        \"claroes\",\n        \"coinferred\",\n        \"cotes\",\n        \"dorad\",\n        \"dotes\",\n        \"fated\",\n        \"foreadmonish\",\n        \"gerhardtite\",\n        \"girosols\",\n        \"highbred\",\n        \"yawled\",\n        \"yirred\",\n        \"yodelled\",\n        \"leveret\",\n        \"liebig\",\n        \"livid\",\n        \"marbled\",\n        \"passages\",\n        \"pedologies\",\n        \"ponderary\",\n        \"quadrans\",\n        \"quadrat\",\n        \"quivered\",\n        \"semirebel\",\n        \"siameses\",\n        \"tierced\",\n        \"tolderia\",\n        \"upraught\",\n        \"verse\",\n        \"verseless\",\n        \"verser\",\n        \"verses\",\n        \"versesmith\",\n        \"verseward\",\n        \"versewright\",\n        \"versor\",\n        \"vizored\",\n        \"voled\",\n        \"wobblier\",\n        \"zincked\"\n    ],\n    \"ihe dị iche iche\": [\n        \"acrodromous\",\n        \"donenesses\",\n        \"oncoses\",\n        \"titillative\"\n    ],\n    \"ntekọlọtọ\": [\n        \"acrodus\"\n    ],\n    \"acrometa\": [\n        \"acrometer\"\n    ],\n    \"akwara\": [\n        \"acromion\",\n        \"akroter\",\n        \"artery\",\n        \"arteries\",\n        \"cacesthesia\",\n        \"caecotomy\",\n        \"cardioblast\",\n        \"cardiocarpum\",\n        \"cardiogenic\",\n        \"cardiography\",\n        \"cardiometry\",\n        \"cardiometric\",\n        \"cardiopneumatic\",\n        \"cardiorenal\",\n        \"cardiosclerosis\",\n        \"cardiosymphysis\",\n        \"cardiospasm\",\n        \"cardiosphygmogram\",\n        \"cardiosphygmograph\",\n        \"cardiotonic\",\n        \"celiosalpingectomy\",\n        \"celiosalpingotomy\",\n        \"centromeric\",\n        \"cephalalgic\",\n        \"cephalospinal\",\n        \"cercopithecid\",\n        \"cercopithecus\",\n        \"cercosporella\",\n        \"cerebrasthenic\",\n        \"cerotype\",\n        \"ceruloplasmin\",\n        \"cervelases\",\n        \"cervicothoracic\",\n        \"cestrum\",\n        \"chaenolobus\",\n        \"chaetognath\",\n        \"chayroot\",\n        \"chapin\",\n        \"characins\",\n        \"chemosmosis\",\n        \"chylopericardium\",\n        \"chytridiosis\",\n        \"cycloramic\",\n        \"cicrumspections\",\n        \"ciliotomy\",\n        \"cystoma\",\n        \"cystomyxoma\",\n        \"cytoryctes\",\n        \"clavicotomy\",\n        \"convulsionary\",\n        \"convulsiveness\",\n        \"coronach\",\n        \"coronachs\",\n        \"coronado\",\n        \"coronados\",\n        \"coronal\",\n        \"coronalled\",\n        \"coronals\",\n        \"coronary\",\n        \"coronaries\",\n        \"coronas\",\n        \"coronilla\",\n        \"coronion\",\n        \"coronis\",\n        \"cortins\",\n        \"craniospinal\",\n        \"creasot\",\n        \"crested\",\n        \"dorsum\",\n        \"effronteries\",\n        \"epenthesis\",\n        \"galvanomagnetic\",\n        \"geriatrics\",\n        \"guitarfishes\",\n        \"guitarlike\",\n        \"hadrons\",\n        \"harebrainedness\",\n        \"harks\",\n        \"jocular\",\n        \"katabolic\",\n        \"koreshan\",\n        \"ligaments\",\n        \"ligular\",\n        \"motorships\",\n        \"mulse\",\n        \"muscle\",\n        \"muscularities\",\n        \"musculature\",\n        \"musculatures\",\n        \"muscule\",\n        \"musculoelastic\",\n        \"musculointestinal\",\n        \"musculoskeletal\",\n        \"musculospinal\",\n        \"nerine\",\n        \"nerts\",\n        \"nerval\",\n        \"nervation\",\n        \"nerve\",\n        \"nervelessly\",\n        \"nervelet\",\n        \"nerviduct\",\n        \"nerving\",\n        \"nervosities\",\n        \"nervular\",\n        \"nervures\",\n        \"neuroblastic\",\n        \"neurocanal\",\n        \"neurocental\",\n        \"neurocentral\",\n        \"neurocentrum\",\n        \"neurochemical\",\n        \"neurocyte\",\n        \"neurocytoma\",\n        \"neurocoel\",\n        \"neurocoele\",\n        \"neurofibril\",\n        \"neurofil\",\n        \"neurogenous\",\n        \"neurogliac\",\n        \"neurolemma\",\n        \"neurolymph\",\n        \"neurolytic\",\n        \"neuronal\",\n        \"neurone\",\n        \"neuronic\",\n        \"neurons\",\n        \"neuropath\",\n        \"neuropathic\",\n        \"neuropathical\",\n        \"neurope\",\n        \"neurophil\",\n        \"neuropil\",\n        \"neuroplasm\",\n        \"neuroplasmatic\",\n        \"neuroplasmic\",\n        \"neuropod\",\n        \"neuropore\",\n        \"neuropteris\",\n        \"neurosal\",\n        \"neurosclerosis\",\n        \"neurosensory\",\n        \"neuroses\",\n        \"neuroskeletal\",\n        \"neuroskeleton\",\n        \"neurosome\",\n        \"neurospasm\",\n        \"neurospast\",\n        \"neurospongium\",\n        \"neurospora\",\n        \"neurosurgical\",\n        \"neurothlipsis\",\n        \"neurotic\",\n        \"neurotomical\",\n        \"neurotonic\",\n        \"neurovascular\",\n        \"nonmasteries\",\n        \"nonmicroprogrammed\",\n        \"nonmolecular\",\n        \"nonvascular\",\n        \"outasked\",\n        \"ovariotomy\",\n        \"ovariotomies\",\n        \"overjocularly\",\n        \"pansclerosis\",\n        \"pedipalps\",\n        \"peduncular\",\n        \"pheophyll\",\n        \"phylacteried\",\n        \"proresignation\",\n        \"psychochemical\",\n        \"pterylology\",\n        \"quayages\",\n        \"rackrentable\",\n        \"racloir\",\n        \"roves\",\n        \"sacrosciatic\",\n        \"sarcoplast\",\n        \"senores\",\n        \"sheathiest\",\n        \"shroved\",\n        \"sinews\",\n        \"spasms\",\n        \"sphincterial\",\n        \"sphincteric\",\n        \"tendinal\",\n        \"tendonitis\",\n        \"tendons\",\n        \"tendotomy\",\n        \"tendron\",\n        \"umpired\",\n        \"unstruck\",\n        \"unvascular\",\n        \"upbraided\",\n        \"ureterocervical\",\n        \"ureterography\",\n        \"ureteropyelography\",\n        \"ureteroradiography\",\n        \"ureterouteral\",\n        \"uromyces\",\n        \"uroscopic\",\n        \"vascularity\",\n        \"vein\",\n        \"veiners\",\n        \"veiny\",\n        \"veininess\",\n        \"veinlet\",\n        \"venin\",\n        \"venine\",\n        \"vulpecular\",\n        \"wasteries\"\n    ],\n    \"akụrụndị\": [\n        \"acrophony\"\n    ],\n    \"onye bi n'obodo\": [\n        \"acropolitan\"\n    ],\n    \"mgbaghojuru\": [\n        \"acrorrheuma\"\n    ],\n    \"acrosclerosis\": [\n        \"acroscleriasis\"\n    ],\n    \"acro scleroderma\": [\n        \"acroscleroderma\"\n    ],\n    \"acrosome\": [\n        \"acrose\"\n    ],\n    \"achosphacelus\": [\n        \"acrosphacelus\"\n    ],\n    \"n'ofe\": [\n        \"across\",\n        \"ayond\",\n        \"beyond\",\n        \"overlong\",\n        \"overwide\",\n        \"thereacross\"\n    ],\n    \"Acrotic\": [\n        \"acrotic\"\n    ],\n    \"acotrophic\": [\n        \"acrotrophic\"\n    ],\n    \"acruik\": [\n        \"acrux\"\n    ],\n    \"mee\": [\n        \"act\",\n        \"condue\",\n        \"do\",\n        \"doe\",\n        \"doit\",\n        \"grecian\",\n        \"gud\",\n        \"indue\",\n        \"indulged\",\n        \"intermise\",\n        \"lighten\",\n        \"meeching\",\n        \"perpetrate\",\n        \"tackle\",\n        \"tackled\"\n    ],\n    \"ịrụ ọrụ\": [\n        \"actability\",\n        \"counterconditioning\",\n        \"counterefficiency\",\n        \"countering\",\n        \"counterlighting\",\n        \"counterpicture\",\n        \"counterpointing\",\n        \"counterwork\",\n        \"counterworking\",\n        \"facetiation\",\n        \"forficulate\",\n        \"laboring\",\n        \"laboringly\",\n        \"labouring\",\n        \"nonperformance\",\n        \"operability\",\n        \"oratorship\",\n        \"performability\",\n        \"preaccomplishment\",\n        \"preactivity\",\n        \"prefunction\",\n        \"prefunctional\",\n        \"preobservance\",\n        \"reoperation\",\n        \"tasksetting\",\n        \"underexercise\",\n        \"unoperating\",\n        \"versemaking\",\n        \"vocationalization\"\n    ],\n    \"a na-eme omume\": [\n        \"actable\"\n    ],\n    \"Emeka\": [\n        \"actaea\",\n        \"autecisms\",\n        \"culicifugal\",\n        \"culsdesac\",\n        \"dactylis\",\n        \"dactylitic\",\n        \"defecant\",\n        \"demobbing\",\n        \"dheneb\",\n        \"embrittling\",\n        \"emydes\",\n        \"emmett\",\n        \"enlivener\",\n        \"exserted\",\n        \"gutsy\",\n        \"knacked\",\n        \"leptodactyl\",\n        \"mexitl\",\n        \"mezzotinting\",\n        \"paynims\",\n        \"perorated\",\n        \"prolix\",\n        \"ritz\",\n        \"slimmed\",\n        \"smectic\"\n    ],\n    \"Akpaon\": [\n        \"actaeon\"\n    ],\n    \"mere\": [\n        \"acted\",\n        \"did\",\n        \"didact\",\n        \"didacts\",\n        \"didal\",\n        \"didest\",\n        \"didine\",\n        \"didler\",\n        \"diduced\",\n        \"done\",\n        \"dought\",\n        \"happened\",\n        \"made\",\n        \"meres\",\n        \"occurred\",\n        \"transpired\"\n    ],\n    \"mee ihe\": [\n        \"actify\",\n        \"actionize\",\n        \"actualise\",\n        \"actualize\",\n        \"badassed\",\n        \"causeuse\",\n        \"farther\",\n        \"fraternize\",\n        \"incriminate\",\n        \"indulgent\",\n        \"indulges\",\n        \"lightens\",\n        \"lustrify\",\n        \"mealable\",\n        \"practicalize\",\n        \"presupplicate\",\n        \"procyoniform\",\n        \"prodigalize\",\n        \"prolicide\",\n        \"prostomiate\",\n        \"raveled\",\n        \"smithier\",\n        \"spurt\"\n    ],\n    \"igosi\": [\n        \"actification\",\n        \"embosture\",\n        \"indicanuria\",\n        \"showboating\",\n        \"showcasing\",\n        \"showmanism\"\n    ],\n    \"onye na-eme ihe ngosi\": [\n        \"actifier\",\n        \"carper\",\n        \"conglomerator\",\n        \"exodontist\",\n        \"explicator\",\n        \"extoller\",\n        \"formularist\",\n        \"lipogrammatist\",\n        \"nonperformer\",\n        \"performer\",\n        \"proempiricist\",\n        \"underactor\",\n        \"undertaker\"\n    ],\n    \"eme\": [\n        \"actinal\",\n        \"acts\",\n        \"causewaying\",\n        \"commits\",\n        \"doer\",\n        \"doings\",\n        \"doits\",\n        \"donees\",\n        \"efform\",\n        \"emeers\",\n        \"generated\",\n        \"happen\",\n        \"makable\",\n        \"makeress\",\n        \"makings\",\n        \"mniaceous\",\n        \"perpet\",\n        \"perpetrates\",\n        \"perpetrating\",\n        \"practic\",\n        \"practicalized\",\n        \"practiced\",\n        \"practised\",\n        \"riss\",\n        \"ritzy\",\n        \"rout\",\n        \"routemen\",\n        \"routine\",\n        \"routous\",\n        \"undermade\"\n    ],\n    \"n'ezie\": [\n        \"actinally\",\n        \"actinically\",\n        \"actual\",\n        \"actualising\",\n        \"actualism\",\n        \"actualistic\",\n        \"actuality\",\n        \"actualities\",\n        \"actually\",\n        \"actualness\",\n        \"authentically\",\n        \"authenticly\",\n        \"certainly\",\n        \"factually\",\n        \"indeed\",\n        \"reaal\",\n        \"real\",\n        \"really\",\n        \"realterably\",\n        \"realtering\",\n        \"surcloy\",\n        \"surely\",\n        \"truly\",\n        \"unactuality\",\n        \"unactually\",\n        \"verily\",\n        \"vermorel\"\n    ],\n    \"na-eme ihe\": [\n        \"acting\",\n        \"actinophorous\",\n        \"actionizing\",\n        \"actuates\",\n        \"actuating\",\n        \"concreting\",\n        \"dolor\",\n        \"dutiful\",\n        \"errabund\",\n        \"experimentative\",\n        \"exploits\",\n        \"feltmaking\",\n        \"gesning\",\n        \"gyn\",\n        \"yipes\",\n        \"impropriating\",\n        \"ironish\",\n        \"justicing\",\n        \"limbing\",\n        \"materializes\",\n        \"mensing\",\n        \"plashing\",\n        \"plashingly\",\n        \"practicalizer\",\n        \"practicant\",\n        \"practicer\",\n        \"practicing\",\n        \"practico\",\n        \"practiser\",\n        \"practising\",\n        \"procoercive\",\n        \"ricing\",\n        \"robotizing\",\n        \"siserary\",\n        \"stroking\",\n        \"underdoing\"\n    ],\n    \"omume\": [\n        \"actings\",\n        \"actiones\",\n        \"actions\",\n        \"actualisation\",\n        \"actualization\",\n        \"actuarial\",\n        \"actuarially\",\n        \"affair\",\n        \"affairs\",\n        \"andesite\",\n        \"attitude\",\n        \"behav\",\n        \"behaver\",\n        \"behavior\",\n        \"behavioral\",\n        \"behaviorally\",\n        \"behaviored\",\n        \"behaviorism\",\n        \"behaviorist\",\n        \"behavioristic\",\n        \"behavioristically\",\n        \"behaviorists\",\n        \"behaviors\",\n        \"behaviour\",\n        \"behavioural\",\n        \"behaviourally\",\n        \"behaviourism\",\n        \"behaviourist\",\n        \"behaviours\",\n        \"conduct\",\n        \"conductance\",\n        \"conductances\",\n        \"conductibility\",\n        \"conductible\",\n        \"conductility\",\n        \"conductimetric\",\n        \"corrivality\",\n        \"deal\",\n        \"dealings\",\n        \"decumbence\",\n        \"deed\",\n        \"deedbote\",\n        \"deeded\",\n        \"deediness\",\n        \"deeds\",\n        \"demeanor\",\n        \"demeanors\",\n        \"demeanour\",\n        \"demeore\",\n        \"demersal\",\n        \"eth\",\n        \"eths\",\n        \"eventful\",\n        \"eventfully\",\n        \"eventfulness\",\n        \"eventime\",\n        \"eventration\",\n        \"eventual\",\n        \"eventualities\",\n        \"eventuating\",\n        \"eventuation\",\n        \"exactions\",\n        \"exantlation\",\n        \"exercises\",\n        \"exoticness\",\n        \"habiliments\",\n        \"habit\",\n        \"habitably\",\n        \"habitance\",\n        \"habitational\",\n        \"habits\",\n        \"habituality\",\n        \"habitualness\",\n        \"habituation\",\n        \"habitue\",\n        \"habitues\",\n        \"incidence\",\n        \"inners\",\n        \"maldigestion\",\n        \"manlikeness\",\n        \"manner\",\n        \"manneredness\",\n        \"mannerisms\",\n        \"manners\",\n        \"molinism\",\n        \"moral\",\n        \"moralises\",\n        \"moralism\",\n        \"moralisms\",\n        \"morality\",\n        \"moralities\",\n        \"moralization\",\n        \"moralness\",\n        \"morals\",\n        \"normanism\",\n        \"occurrence\",\n        \"outguess\",\n        \"outpractice\",\n        \"poligarship\",\n        \"polymely\",\n        \"practice\",\n        \"practicedness\",\n        \"practices\",\n        \"practisant\",\n        \"practise\",\n        \"practises\",\n        \"practive\",\n        \"pronegro\",\n        \"reprehension\",\n        \"routhiness\",\n        \"routings\",\n        \"scirophorion\",\n        \"temperaments\",\n        \"tendances\",\n        \"thebaism\",\n        \"traduct\",\n        \"trend\",\n        \"trendiness\",\n        \"vernality\",\n        \"virtue\",\n        \"virtued\",\n        \"virtus\",\n        \"virtutis\"\n    ],\n    \"ndị na-eme ihe\": [\n        \"actinians\",\n        \"actuaries\",\n        \"actuators\",\n        \"carmakers\",\n        \"doers\",\n        \"dolors\",\n        \"execrators\",\n        \"executers\",\n        \"executors\",\n        \"extruders\",\n        \"implementers\",\n        \"implementors\",\n        \"practitionery\",\n        \"practitioners\",\n        \"propmen\",\n        \"reactants\",\n        \"waxers\"\n    ],\n    \"onye na-eme ihe nkiri\": [\n        \"actiniarian\",\n        \"animator\",\n        \"astrogator\",\n        \"bider\",\n        \"browbeater\",\n        \"cartoonist\",\n        \"chymist\",\n        \"cystaster\",\n        \"filmmake\",\n        \"filmmaker\",\n        \"misopaterist\",\n        \"operagoer\",\n        \"phobist\",\n        \"phoenician\",\n        \"rhyparographist\",\n        \"rollman\",\n        \"symmist\",\n        \"timpanist\"\n    ],\n    \"Emechi\": [\n        \"actinias\",\n        \"postludes\",\n        \"routemarch\"\n    ],\n    \"ọrụ\": [\n        \"actinism\",\n        \"activated\",\n        \"activeness\",\n        \"activity\",\n        \"actorship\",\n        \"actuaryship\",\n        \"afunction\",\n        \"agentry\",\n        \"agentship\",\n        \"applotment\",\n        \"apposition\",\n        \"apprizers\",\n        \"areal\",\n        \"arefaction\",\n        \"asperation\",\n        \"assignability\",\n        \"assignably\",\n        \"assignation\",\n        \"assignations\",\n        \"assignats\",\n        \"assigners\",\n        \"assignment\",\n        \"assignments\",\n        \"atechnical\",\n        \"boullework\",\n        \"burele\",\n        \"burelle\",\n        \"busings\",\n        \"career\",\n        \"careerer\",\n        \"careerers\",\n        \"careerism\",\n        \"careerist\",\n        \"careers\",\n        \"cession\",\n        \"chore\",\n        \"chorea\",\n        \"choreas\",\n        \"chored\",\n        \"coapprentice\",\n        \"cocreatorship\",\n        \"colleagueship\",\n        \"commissary\",\n        \"commission\",\n        \"commissionership\",\n        \"commissionerships\",\n        \"commistion\",\n        \"commorancies\",\n        \"copartnership\",\n        \"counterservice\",\n        \"deaconhood\",\n        \"decerniture\",\n        \"demissionary\",\n        \"devitalise\",\n        \"disservice\",\n        \"disservices\",\n        \"docentship\",\n        \"dockworker\",\n        \"duty\",\n        \"duties\",\n        \"egress\",\n        \"egresses\",\n        \"egressor\",\n        \"eigenfunction\",\n        \"embodiment\",\n        \"embrittlement\",\n        \"employment\",\n        \"faucre\",\n        \"fieldleft\",\n        \"frithwork\",\n        \"function\",\n        \"functionnaire\",\n        \"functions\",\n        \"grouty\",\n        \"imbodiment\",\n        \"interservice\",\n        \"interwork\",\n        \"interworks\",\n        \"jobade\",\n        \"jobation\",\n        \"jobbing\",\n        \"jobbish\",\n        \"jobs\",\n        \"keepership\",\n        \"labilities\",\n        \"labores\",\n        \"laboress\",\n        \"laborings\",\n        \"labors\",\n        \"labourage\",\n        \"labouress\",\n        \"labours\",\n        \"lathworks\",\n        \"leadwork\",\n        \"leadworks\",\n        \"locutorship\",\n        \"lucratively\",\n        \"makership\",\n        \"merriness\",\n        \"mestees\",\n        \"misservice\",\n        \"monoservice\",\n        \"nonvesture\",\n        \"obligational\",\n        \"occupations\",\n        \"officerage\",\n        \"officerial\",\n        \"officerism\",\n        \"officership\",\n        \"officialism\",\n        \"officialization\",\n        \"officialized\",\n        \"officiously\",\n        \"openwork\",\n        \"openworks\",\n        \"operance\",\n        \"operation\",\n        \"operativity\",\n        \"operosely\",\n        \"operoseness\",\n        \"overtraining\",\n        \"pactions\",\n        \"pariahship\",\n        \"peruker\",\n        \"pilastrade\",\n        \"placemanship\",\n        \"plaitwork\",\n        \"ployment\",\n        \"postulational\",\n        \"proctorship\",\n        \"profaculty\",\n        \"professionality\",\n        \"profligation\",\n        \"reedwork\",\n        \"reperformance\",\n        \"responsa\",\n        \"role\",\n        \"roleo\",\n        \"roles\",\n        \"sauty\",\n        \"secessions\",\n        \"serfship\",\n        \"servery\",\n        \"servet\",\n        \"service\",\n        \"serviceability\",\n        \"serviceableness\",\n        \"serviced\",\n        \"services\",\n        \"servicing\",\n        \"servility\",\n        \"servilities\",\n        \"setwork\",\n        \"smithwork\",\n        \"splatterwork\",\n        \"spouty\",\n        \"stakeout\",\n        \"stakeouts\",\n        \"stevedoring\",\n        \"subtenancies\",\n        \"subtutorship\",\n        \"superservice\",\n        \"superserviceably\",\n        \"task\",\n        \"taskage\",\n        \"tasker\",\n        \"taskit\",\n        \"tasksetter\",\n        \"taskwork\",\n        \"taskworks\",\n        \"tendering\",\n        \"terracework\",\n        \"toils\",\n        \"toilsomeness\",\n        \"trestlework\",\n        \"tryouts\",\n        \"trouty\",\n        \"trusswork\",\n        \"tutwork\",\n        \"underservice\",\n        \"undertakement\",\n        \"unservice\",\n        \"users\",\n        \"vocation\",\n        \"work\",\n        \"worked\",\n        \"workloom\",\n        \"workmanlikeness\",\n        \"workpan\",\n        \"works\",\n        \"workship\"\n    ],\n    \"ihe omume\": [\n        \"actinobaccilli\",\n        \"actinoblast\",\n        \"actinocarpous\",\n        \"actinochemical\",\n        \"actinocrinid\",\n        \"actinocrinite\",\n        \"actinocrinus\",\n        \"actinogram\",\n        \"actinoidea\",\n        \"actinoids\",\n        \"actinologous\",\n        \"actinologue\",\n        \"actinometers\",\n        \"actinophonic\",\n        \"actinophore\",\n        \"actinophrys\",\n        \"actinopteran\",\n        \"actinoscopy\",\n        \"actinosome\",\n        \"actinostomal\",\n        \"actinostome\",\n        \"actinozoal\",\n        \"actinozoan\",\n        \"actinozoon\",\n        \"activities\",\n        \"actuals\",\n        \"agenda\",\n        \"analcime\",\n        \"atrabiliarious\",\n        \"bacillicidic\",\n        \"bobbies\",\n        \"circumstantiation\",\n        \"cobbiest\",\n        \"dispositions\",\n        \"dobby\",\n        \"eidology\",\n        \"enthralls\",\n        \"enthrals\",\n        \"ethmosphenoid\",\n        \"ethmovomer\",\n        \"ethnarchies\",\n        \"eudemons\",\n        \"eurybathic\",\n        \"eurythermal\",\n        \"eurythermic\",\n        \"eurythmies\",\n        \"evanescible\",\n        \"event\",\n        \"eventides\",\n        \"eventognath\",\n        \"eventognathi\",\n        \"eventognathous\",\n        \"events\",\n        \"eventuate\",\n        \"eventuated\",\n        \"eventuates\",\n        \"eventuations\",\n        \"evited\",\n        \"exodontics\",\n        \"gangliectomy\",\n        \"gyrograph\",\n        \"grograms\",\n        \"grotesquery\",\n        \"habitative\",\n        \"happenstance\",\n        \"harquebuss\",\n        \"hylism\",\n        \"homodynamous\",\n        \"homodontism\",\n        \"homosystemic\",\n        \"immovables\",\n        \"immoveables\",\n        \"incidents\",\n        \"iotacisms\",\n        \"kebby\",\n        \"kebbies\",\n        \"lisette\",\n        \"matriarchy\",\n        \"matriarchical\",\n        \"mestizoes\",\n        \"molluscousness\",\n        \"outwork\",\n        \"oxystearic\",\n        \"pasquillic\",\n        \"pastimes\",\n        \"phaenomenism\",\n        \"phaenomenon\",\n        \"phagocytable\",\n        \"phenacodus\",\n        \"phenomenons\",\n        \"phytiform\",\n        \"pitwork\",\n        \"probabiliorism\",\n        \"ritualistic\",\n        \"routivarite\",\n        \"sempstrywork\",\n        \"simule\",\n        \"sporogonous\",\n        \"tetractys\",\n        \"theatrocracy\",\n        \"theopathetic\",\n        \"thersites\",\n        \"tibby\",\n        \"ultratropical\"\n    ],\n    \"mmegharịrị\": [\n        \"actinobranch\"\n    ],\n    \"iheanyichukwu\": [\n        \"actinobranchia\",\n        \"actinodielectric\",\n        \"actinopoda\",\n        \"bestraddling\",\n        \"bioseston\",\n        \"bracteole\",\n        \"caffetannic\",\n        \"cicatrose\",\n        \"cortin\",\n        \"entrochite\",\n        \"haploscopic\",\n        \"hexosediphosphoric\",\n        \"pachydactyly\",\n        \"pleasanter\",\n        \"psychopanychite\",\n        \"sesquibasic\",\n        \"sudoriferous\",\n        \"thecoidea\",\n        \"tristiloquy\"\n    ],\n    \"akụrụngwa\": [\n        \"actinoelectric\",\n        \"appendectomy\",\n        \"archibenthos\",\n        \"archiplasm\",\n        \"archiplasmic\",\n        \"automatics\",\n        \"automechanical\",\n        \"automechanism\",\n        \"autometry\",\n        \"automotor\",\n        \"automower\",\n        \"bopping\",\n        \"cardioaccelerator\",\n        \"cardiogenesis\",\n        \"cardiogram\",\n        \"cardiomegalia\",\n        \"cardiomelanosis\",\n        \"cardiopulmonary\",\n        \"cardiorespiratory\",\n        \"cardiovisceral\",\n        \"carsmith\",\n        \"celiomyomectomy\",\n        \"chemitype\",\n        \"chemitypies\",\n        \"chemopallidectomy\",\n        \"chemosmoses\",\n        \"chemosmotic\",\n        \"columniferous\",\n        \"component\",\n        \"componentry\",\n        \"components\",\n        \"composant\",\n        \"dihedrons\",\n        \"drumline\",\n        \"equipment\",\n        \"equipments\",\n        \"eutomous\",\n        \"facility\",\n        \"facilities\",\n        \"hardwareman\",\n        \"hydrosulphurous\",\n        \"hieracosphinges\",\n        \"hispaniolate\",\n        \"infrastapedial\",\n        \"infrastipular\",\n        \"infrastructure\",\n        \"infrastructures\",\n        \"instrumental\",\n        \"instrumentalism\",\n        \"instrumentality\",\n        \"instrumentalities\",\n        \"instrumentally\",\n        \"instrumentals\",\n        \"instrumentary\",\n        \"instrumenting\",\n        \"instruments\",\n        \"labioguttural\",\n        \"laserpitium\",\n        \"locomutation\",\n        \"mechanolater\",\n        \"preequipment\",\n        \"qualms\",\n        \"querencia\",\n        \"rarenesses\",\n        \"recourses\",\n        \"resources\",\n        \"rhamnoses\",\n        \"sains\",\n        \"sidestrokes\",\n        \"soliloquiser\",\n        \"superclassified\",\n        \"toolhouse\",\n        \"trihedrons\"\n    ],\n    \"inomụ ihe omume\": [\n        \"actinogonidiate\"\n    ],\n    \"akachukwuonyinye\": [\n        \"actinomeric\"\n    ],\n    \"akachukwuenna\": [\n        \"actinophryan\"\n    ],\n    \"akachukwuin\": [\n        \"actinopteri\"\n    ],\n    \"akachukwugii\": [\n        \"actinopterygii\"\n    ],\n    \"akàra ihendà\": [\n        \"actinopterygious\"\n    ],\n    \"na-eme ihe ngosi\": [\n        \"actinopterous\",\n        \"dramatizes\",\n        \"explicative\",\n        \"explicatory\",\n        \"symmetrizing\"\n    ],\n    \"na-eme\": [\n        \"actins\",\n        \"che\",\n        \"commingling\",\n        \"condiddling\",\n        \"constituting\",\n        \"contrives\",\n        \"cullying\",\n        \"does\",\n        \"doest\",\n        \"doeth\",\n        \"doing\",\n        \"dossing\",\n        \"doth\",\n        \"faking\",\n        \"formicating\",\n        \"formulizing\",\n        \"happening\",\n        \"interlines\",\n        \"ironiously\",\n        \"jaculating\",\n        \"keepsake\",\n        \"making\",\n        \"occurring\",\n        \"occurrit\",\n        \"occurs\",\n        \"occursive\",\n        \"plicating\",\n        \"practicum\",\n        \"presoaking\",\n        \"pretasting\",\n        \"pretelling\",\n        \"pretiring\",\n        \"pretracing\",\n        \"pretrying\",\n        \"rended\",\n        \"render\",\n        \"replicates\",\n        \"routinized\",\n        \"routinizes\",\n        \"routinizing\",\n        \"rutin\",\n        \"simulates\",\n        \"spouting\",\n        \"undergoes\",\n        \"undergos\",\n        \"undertakes\",\n        \"woulding\"\n    ],\n    \"emereme\": [\n        \"action\",\n        \"actional\"\n    ],\n    \"arụmọrụ\": [\n        \"actionability\",\n        \"effectivity\",\n        \"efficience\",\n        \"efficiency\",\n        \"efficiencies\",\n        \"functionality\",\n        \"functionalities\",\n        \"functionals\",\n        \"inefficiencies\",\n        \"misperformance\",\n        \"operabilities\",\n        \"operationalism\",\n        \"operationalistic\",\n        \"operationism\",\n        \"operations\",\n        \"performable\",\n        \"performance\",\n        \"performances\",\n        \"reformanda\",\n        \"superfunctional\",\n        \"virtualism\"\n    ],\n    \"n'ụzọ dị irè\": [\n        \"actionably\",\n        \"affably\",\n        \"effectively\",\n        \"munificently\"\n    ],\n    \"onye na-eme ihe\": [\n        \"actioner\",\n        \"actionist\",\n        \"actuarian\",\n        \"actuator\",\n        \"botcher\",\n        \"busybody\",\n        \"canmaker\",\n        \"cinderman\",\n        \"comaker\",\n        \"creutzer\",\n        \"dopier\",\n        \"manipulator\",\n        \"piecemaker\",\n        \"practitional\",\n        \"practitioner\",\n        \"reactant\",\n        \"thermodynamician\",\n        \"urnmaker\",\n        \"vivisectionist\"\n    ],\n    \"n'ọrụ\": [\n        \"actionized\",\n        \"activable\",\n        \"activistic\",\n        \"activizing\",\n        \"employed\",\n        \"employing\",\n        \"obligately\",\n        \"professionally\",\n        \"recruiter\",\n        \"recruiters\",\n        \"recruitors\",\n        \"toilfully\"\n    ],\n    \"enweghị ọrụ\": [\n        \"actionless\",\n        \"apolloship\",\n        \"artless\",\n        \"artlessness\",\n        \"barehanded\",\n        \"craftless\",\n        \"crewless\",\n        \"deedless\",\n        \"defunctness\",\n        \"disaffinity\",\n        \"disemploy\",\n        \"disemployed\",\n        \"disemploying\",\n        \"disemployment\",\n        \"disemploys\",\n        \"enterpriseless\",\n        \"erraticalness\",\n        \"formlessness\",\n        \"functionless\",\n        \"idlenesses\",\n        \"illocality\",\n        \"impalsy\",\n        \"impracticality\",\n        \"improperation\",\n        \"improsperous\",\n        \"inadvertencies\",\n        \"inappositeness\",\n        \"incompetentness\",\n        \"incompliancy\",\n        \"incompliancies\",\n        \"inefficacious\",\n        \"inefficaciously\",\n        \"inefficaciousness\",\n        \"inerrancy\",\n        \"inexpedience\",\n        \"inofficiosity\",\n        \"irresponsibility\",\n        \"irresponsibilities\",\n        \"irresponsibly\",\n        \"jobless\",\n        \"joblessness\",\n        \"lackadaisy\",\n        \"lackadaisicality\",\n        \"lacklusterness\",\n        \"liveryless\",\n        \"misemploy\",\n        \"misemployed\",\n        \"misemploying\",\n        \"misemployment\",\n        \"misemploys\",\n        \"nonabortiveness\",\n        \"nonabstractness\",\n        \"nonaccedence\",\n        \"nonachievement\",\n        \"nonacquiescing\",\n        \"nonactivities\",\n        \"nonadjacency\",\n        \"nonaffinity\",\n        \"nonamazedness\",\n        \"nonarticulated\",\n        \"nonarticulation\",\n        \"nonartistic\",\n        \"nonassignability\",\n        \"noncogency\",\n        \"noncohesion\",\n        \"noncohesiveness\",\n        \"noncommissioned\",\n        \"noncommodiousness\",\n        \"noncommunistic\",\n        \"noncommunistical\",\n        \"nonconduciveness\",\n        \"noncontrariety\",\n        \"nonconvergency\",\n        \"noncooperation\",\n        \"noncreative\",\n        \"noncreativeness\",\n        \"noncreativity\",\n        \"nondecorousness\",\n        \"nondefector\",\n        \"nondelivery\",\n        \"nondiplomacy\",\n        \"nonductility\",\n        \"nondurability\",\n        \"nonedibness\",\n        \"nonefficacy\",\n        \"nonefficacious\",\n        \"nonemploying\",\n        \"nonemployment\",\n        \"nonerection\",\n        \"nonexaction\",\n        \"nonexecutive\",\n        \"nonfavorableness\",\n        \"nonfealty\",\n        \"nonfermentability\",\n        \"nonferventness\",\n        \"nonfissility\",\n        \"nonflagitiousness\",\n        \"nonformalness\",\n        \"nonimprovement\",\n        \"noninertness\",\n        \"nonirritableness\",\n        \"nonlactic\",\n        \"nonlitigiousness\",\n        \"nonlogistic\",\n        \"nonmaliciousness\",\n        \"nonmalignity\",\n        \"nonmeditativeness\",\n        \"nonnavigability\",\n        \"nonnavigableness\",\n        \"nonoccupance\",\n        \"nonoccupancy\",\n        \"nonoccupation\",\n        \"nonopacity\",\n        \"nonpacifistic\",\n        \"nonpercipiency\",\n        \"nonperversion\",\n        \"nonporousness\",\n        \"nonportability\",\n        \"nonportentousness\",\n        \"nonpracticability\",\n        \"nonpracticableness\",\n        \"nonpreventiveness\",\n        \"nonprobabilities\",\n        \"nonprofession\",\n        \"nonproficience\",\n        \"nonproficiency\",\n        \"nonprojection\",\n        \"nonprosaicness\",\n        \"nonprotrusiveness\",\n        \"nonratability\",\n        \"nonreciprocity\",\n        \"nonrecuperation\",\n        \"nonrefractiveness\",\n        \"nonrescissory\",\n        \"nonresponsibility\",\n        \"nonresponsibilities\",\n        \"nonretentiveness\",\n        \"nonretractation\",\n        \"nonretractility\",\n        \"nonretrenchment\",\n        \"nonretroactivity\",\n        \"nonsanctity\",\n        \"nonserviceability\",\n        \"nonserviceable\",\n        \"nonserviceably\",\n        \"nonsterility\",\n        \"nontenure\",\n        \"nontraceability\",\n        \"nontraceableness\",\n        \"nontractability\",\n        \"nontractableness\",\n        \"nontragic\",\n        \"nonuniformity\",\n        \"nonunionism\",\n        \"nonvaporosity\",\n        \"nonvenousness\",\n        \"nonviability\",\n        \"nonviolability\",\n        \"nonworship\",\n        \"officeless\",\n        \"officerless\",\n        \"proemployment\",\n        \"professionless\",\n        \"serviceless\",\n        \"servicelessness\",\n        \"staffless\",\n        \"subemployment\",\n        \"taskless\",\n        \"thriftlessness\",\n        \"unaddictedness\",\n        \"unadornedness\",\n        \"unalacritous\",\n        \"unalliedness\",\n        \"unappended\",\n        \"unapprisedness\",\n        \"unarduousness\",\n        \"unartful\",\n        \"unbounteous\",\n        \"unbounteousness\",\n        \"uncanniness\",\n        \"unchancy\",\n        \"uncommutative\",\n        \"uncraftiness\",\n        \"uncustomariness\",\n        \"undaintiness\",\n        \"undecorousness\",\n        \"undepravedness\",\n        \"underemployment\",\n        \"underofficer\",\n        \"undeviousness\",\n        \"undolorousness\",\n        \"undrossiness\",\n        \"undueness\",\n        \"unduteousness\",\n        \"unearned\",\n        \"unearnestness\",\n        \"unefficacious\",\n        \"unemploy\",\n        \"unemployability\",\n        \"unemployable\",\n        \"unemployableness\",\n        \"unemployably\",\n        \"unemployed\",\n        \"unemployment\",\n        \"unerrancy\",\n        \"unfacetiousness\",\n        \"unfallenness\",\n        \"unfederative\",\n        \"unfeoffed\",\n        \"unflaky\",\n        \"unflappability\",\n        \"unfreeness\",\n        \"unfrivolousness\",\n        \"unfunereal\",\n        \"unfunniness\",\n        \"unfusibness\",\n        \"ungeniality\",\n        \"ungentility\",\n        \"ungouty\",\n        \"unhandiness\",\n        \"unhopefulness\",\n        \"unimprovement\",\n        \"uninstinctiveness\",\n        \"uninventiveness\",\n        \"unjointedness\",\n        \"unkeyed\",\n        \"unloathness\",\n        \"unministrative\",\n        \"unoccupancy\",\n        \"unoccupation\",\n        \"unoccupiable\",\n        \"unoccupied\",\n        \"unoccupiedness\",\n        \"unofficiousness\",\n        \"unonerousness\",\n        \"unordinariness\",\n        \"unordinateness\",\n        \"unpacifist\",\n        \"unpartisan\",\n        \"unpilloried\",\n        \"unpioneering\",\n        \"unportentousness\",\n        \"unpractical\",\n        \"unpracticality\",\n        \"unpracticalness\",\n        \"unpractice\",\n        \"unpracticed\",\n        \"unpracticedness\",\n        \"unpractised\",\n        \"unprayerful\",\n        \"unprayerfully\",\n        \"unprayerfulness\",\n        \"unprenticed\",\n        \"unprobational\",\n        \"unprojected\",\n        \"unprojective\",\n        \"unproperness\",\n        \"unpropertied\",\n        \"unprovincially\",\n        \"unpunctured\",\n        \"unrapaciousness\",\n        \"unrefractiveness\",\n        \"unretractive\",\n        \"unsensuousness\",\n        \"unsheerness\",\n        \"unshiftiness\",\n        \"unsmokiness\",\n        \"unsorriness\",\n        \"unspeediness\",\n        \"unswervingness\",\n        \"untarnishedness\",\n        \"untenacity\",\n        \"unthriftiness\",\n        \"untraceried\",\n        \"untravestied\",\n        \"unulcerative\",\n        \"unvolunteering\",\n        \"unworriedness\",\n        \"unworship\",\n        \"unworshiping\",\n        \"wagelessness\",\n        \"wasteness\",\n        \"worklessness\"\n    ],\n    \"rụọ ọrụ\": [\n        \"activate\",\n        \"activating\",\n        \"activin\",\n        \"activize\",\n        \"functionalize\",\n        \"functionate\",\n        \"functionize\",\n        \"machinify\",\n        \"operate\",\n        \"reoperate\"\n    ],\n    \"ebighị\": [\n        \"activation\"\n    ],\n    \"Mmegharị\": [\n        \"activations\",\n        \"miniseries\",\n        \"restages\"\n    ],\n    \"onye ọrụ\": [\n        \"activator\",\n        \"arrector\",\n        \"corker\",\n        \"counterpuncher\",\n        \"crewman\",\n        \"lurker\",\n        \"operary\",\n        \"operationalist\",\n        \"operator\",\n        \"personator\",\n        \"staffelite\",\n        \"staffer\",\n        \"staffete\",\n        \"staffier\",\n        \"staffman\",\n        \"staffstriker\",\n        \"toolman\",\n        \"user\",\n        \"utiliser\",\n        \"workingman\"\n    ],\n    \"ndị na-eme ihe ọrụ\": [\n        \"activators\"\n    ],\n    \"nọ n'ọrụ\": [\n        \"active\",\n        \"enactive\"\n    ],\n    \"ifịk ifịk\": [\n        \"actively\",\n        \"coactively\"\n    ],\n    \"ime ihe ike\": [\n        \"activism\",\n        \"aggress\",\n        \"aggressin\",\n        \"aggressiveness\",\n        \"atrocious\",\n        \"barbarisation\",\n        \"barbarism\",\n        \"barbarity\",\n        \"barbarities\",\n        \"pangane\",\n        \"vanitarianism\",\n        \"violableness\",\n        \"violence\",\n        \"violences\",\n        \"violency\",\n        \"violent\",\n        \"violently\",\n        \"violentness\"\n    ],\n    \"mmegharị\": [\n        \"activisms\",\n        \"actuation\",\n        \"adaptation\",\n        \"adaptational\",\n        \"adaptationally\",\n        \"adaptations\",\n        \"adaptative\",\n        \"adaption\",\n        \"adaptionism\",\n        \"adaptions\",\n        \"adaptitude\",\n        \"amendments\",\n        \"balistes\",\n        \"catalysts\",\n        \"cephalization\",\n        \"dubitation\",\n        \"exaction\",\n        \"expenthesis\",\n        \"exprobration\",\n        \"extraversive\",\n        \"flippance\",\n        \"florification\",\n        \"inventions\",\n        \"jactitation\",\n        \"leviation\",\n        \"modificatory\",\n        \"motions\",\n        \"movements\",\n        \"outlash\",\n        \"outtakes\",\n        \"outvotes\",\n        \"praetaxation\",\n        \"prolocution\",\n        \"reachableness\",\n        \"realteration\",\n        \"reexperiences\",\n        \"refashion\",\n        \"refashioner\",\n        \"refashionment\",\n        \"remodelment\",\n        \"repercussiveness\",\n        \"replication\",\n        \"revampment\",\n        \"revelment\",\n        \"revictory\",\n        \"revictualment\",\n        \"revulsion\",\n        \"revulsions\",\n        \"torrefacation\",\n        \"transillumination\",\n        \"translocation\",\n        \"transmogrification\",\n        \"transmogrifications\",\n        \"transplantations\"\n    ],\n    \"onye mmume\": [\n        \"activist\"\n    ],\n    \"ndị na-eme ihe nkiri\": [\n        \"activists\",\n        \"actors\",\n        \"actos\",\n        \"actresses\",\n        \"animaters\",\n        \"animators\",\n        \"boodlers\",\n        \"cartoonists\",\n        \"cinemagoers\",\n        \"cominformists\",\n        \"composers\",\n        \"composes\",\n        \"compositors\",\n        \"crammers\",\n        \"deprogrammers\",\n        \"dockers\",\n        \"doodlers\",\n        \"dramatists\",\n        \"exponents\",\n        \"moviemakers\",\n        \"nudisms\",\n        \"nudists\",\n        \"pietists\",\n        \"theatergoers\",\n        \"timpanists\"\n    ],\n    \"omee\": [\n        \"acton\",\n        \"actor\",\n        \"actory\",\n        \"actress\",\n        \"actressy\",\n        \"performant\",\n        \"proceeder\"\n    ],\n    \"omee ish\": [\n        \"actorish\"\n    ],\n    \"emeziri\": [\n        \"actualised\",\n        \"amended\",\n        \"finewed\",\n        \"realigned\"\n    ],\n    \"onye n'eziokwu\": [\n        \"actualist\",\n        \"factualist\"\n    ],\n    \"ịtụgharị\": [\n        \"actualized\",\n        \"amortizing\",\n        \"amoving\",\n        \"commemorize\",\n        \"convertite\",\n        \"juyas\",\n        \"palynologic\",\n        \"reckling\",\n        \"recolonizing\",\n        \"revitalise\",\n        \"revitalising\",\n        \"revitalize\",\n        \"revitalizing\",\n        \"revivifying\",\n        \"stymied\",\n        \"traducing\",\n        \"trancing\"\n    ],\n    \"ihe ndebe\": [\n        \"actuary\"\n    ],\n    \"kpalie\": [\n        \"actuate\",\n        \"animize\",\n        \"arouse\",\n        \"arouses\",\n        \"capacitate\",\n        \"capacitates\",\n        \"catalyse\",\n        \"catalyze\",\n        \"elicit\",\n        \"emotionize\",\n        \"enkindle\",\n        \"excite\",\n        \"excoriate\",\n        \"exhilarate\",\n        \"galvanise\",\n        \"galvanize\",\n        \"impel\",\n        \"incend\",\n        \"incenses\",\n        \"incitate\",\n        \"inciters\",\n        \"incurvate\",\n        \"incute\",\n        \"induce\",\n        \"insp\",\n        \"inspake\",\n        \"inspire\",\n        \"inspissate\",\n        \"motivate\",\n        \"motivationally\",\n        \"motivic\",\n        \"motorize\",\n        \"move\",\n        \"opalize\",\n        \"oratorize\",\n        \"prekindle\",\n        \"protend\",\n        \"spur\",\n        \"stimulate\",\n        \"tribulate\",\n        \"unifiers\",\n        \"unrude\",\n        \"worriter\"\n    ],\n    \"nnukwu\": [\n        \"acuate\",\n        \"acute\",\n        \"ampullar\",\n        \"ampullary\",\n        \"archilla\",\n        \"avalanche\",\n        \"avalanches\",\n        \"avalanching\",\n        \"awmous\",\n        \"balak\",\n        \"bigential\",\n        \"biggah\",\n        \"biggity\",\n        \"bigmitt\",\n        \"bulk\",\n        \"bulkage\",\n        \"bulky\",\n        \"bulkish\",\n        \"capilli\",\n        \"caprifoliaceous\",\n        \"cormous\",\n        \"engrammic\",\n        \"enormously\",\n        \"euphemous\",\n        \"fellatio\",\n        \"fellatrix\",\n        \"formous\",\n        \"grande\",\n        \"grandevous\",\n        \"grandioso\",\n        \"grandisonous\",\n        \"grandity\",\n        \"grandly\",\n        \"grando\",\n        \"greatish\",\n        \"gregaloid\",\n        \"griotte\",\n        \"gritty\",\n        \"grittie\",\n        \"groveless\",\n        \"hamous\",\n        \"highballed\",\n        \"hightoby\",\n        \"hugeous\",\n        \"immense\",\n        \"immensest\",\n        \"immensity\",\n        \"immensive\",\n        \"impressive\",\n        \"impressiveness\",\n        \"inermous\",\n        \"lardiform\",\n        \"largeness\",\n        \"largeous\",\n        \"largess\",\n        \"larget\",\n        \"larker\",\n        \"larree\",\n        \"larvated\",\n        \"lasagne\",\n        \"lask\",\n        \"macrames\",\n        \"macro\",\n        \"macrotous\",\n        \"majorcan\",\n        \"mamry\",\n        \"miasmous\",\n        \"monotremous\",\n        \"osmous\",\n        \"pallall\",\n        \"porulous\",\n        \"psammous\",\n        \"sarlyk\",\n        \"spasmous\",\n        \"supercluster\",\n        \"superuniversal\",\n        \"ulmous\",\n        \"ultrabasic\",\n        \"ultracordial\",\n        \"ultramoderate\",\n        \"ultrareligious\",\n        \"urradhus\",\n        \"valanche\"\n    ],\n    \"igwu\": [\n        \"acuating\",\n        \"adust\",\n        \"arcking\",\n        \"barege\",\n        \"bargh\",\n        \"bergere\",\n        \"bergomask\",\n        \"bergut\",\n        \"bewig\",\n        \"bewith\",\n        \"blake\",\n        \"butoxy\",\n        \"caaming\",\n        \"canhoop\",\n        \"cankering\",\n        \"cannellate\",\n        \"cannelle\",\n        \"cannisters\",\n        \"caucussing\",\n        \"caviling\",\n        \"chantry\",\n        \"chappin\",\n        \"chewink\",\n        \"cystencyte\",\n        \"clyfaking\",\n        \"cowbyre\",\n        \"decemstriate\",\n        \"doug\",\n        \"ecus\",\n        \"exucontian\",\n        \"exuding\",\n        \"exust\",\n        \"flanking\",\n        \"gabber\",\n        \"gabble\",\n        \"gabbled\",\n        \"gabblement\",\n        \"gabert\",\n        \"gabgab\",\n        \"galvayning\",\n        \"gegger\",\n        \"gheraoing\",\n        \"gibbeting\",\n        \"gibbetting\",\n        \"gimmeringly\",\n        \"gormandizing\",\n        \"hurtle\",\n        \"ignifuge\",\n        \"jambing\",\n        \"japanning\",\n        \"jargle\",\n        \"jiggy\",\n        \"jigglier\",\n        \"lassoing\",\n        \"linoleum\",\n        \"lyophobic\",\n        \"louse\",\n        \"louses\",\n        \"marchmont\",\n        \"matrigan\",\n        \"memnon\",\n        \"metrizing\",\n        \"mewling\",\n        \"miaouing\",\n        \"mowing\",\n        \"outhowling\",\n        \"outsharpen\",\n        \"placus\",\n        \"preversing\",\n        \"quacking\",\n        \"quegh\",\n        \"ryking\",\n        \"rimmaking\",\n        \"rimming\",\n        \"russifying\",\n        \"sambucus\",\n        \"sarcomere\",\n        \"sarcoptes\",\n        \"sciot\",\n        \"shoves\",\n        \"skipdent\",\n        \"skippel\",\n        \"skipperage\",\n        \"skiverwood\",\n        \"skivie\",\n        \"skivvy\",\n        \"sluffing\",\n        \"snig\",\n        \"sniggling\",\n        \"snorts\",\n        \"snuggling\",\n        \"spawl\",\n        \"sprent\",\n        \"spret\",\n        \"sprunt\",\n        \"sprush\",\n        \"squabby\",\n        \"squatmore\",\n        \"squiggly\",\n        \"squinching\",\n        \"squiralty\",\n        \"squoze\",\n        \"swaimous\",\n        \"swam\",\n        \"swans\",\n        \"swarga\",\n        \"swarry\",\n        \"swathing\",\n        \"swatting\",\n        \"tambouring\",\n        \"tiddling\",\n        \"tidling\",\n        \"toadying\",\n        \"toadling\",\n        \"torpedoing\",\n        \"triangularis\",\n        \"turpentinic\",\n        \"unpeel\",\n        \"vaw\",\n        \"voust\",\n        \"wadmaking\",\n        \"waggish\",\n        \"waggishly\",\n        \"whiskbroom\"\n    ],\n    \"mmechi mmechi\": [\n        \"acuclosure\",\n        \"endoauscultation\"\n    ],\n    \"acueducto\": [\n        \"acuductor\"\n    ],\n    \"ịkpa àgwà\": [\n        \"acupunctuate\",\n        \"crackbrainedness\"\n    ],\n    \"nkedo\": [\n        \"acupunctuation\",\n        \"cast\",\n        \"castanopsis\",\n        \"caste\",\n        \"casteless\",\n        \"castrating\",\n        \"chinbone\",\n        \"cladrastis\",\n        \"cratsmanship\",\n        \"dockhand\",\n        \"dropworts\",\n        \"hectoring\",\n        \"hectoringly\",\n        \"yanks\",\n        \"krafts\",\n        \"ostracion\",\n        \"ostracon\",\n        \"ostracum\",\n        \"ostsis\",\n        \"pelleting\",\n        \"plasterlike\",\n        \"plasterwise\",\n        \"plasterwork\",\n        \"sawdustlike\",\n        \"sawflies\",\n        \"scrimpness\",\n        \"serapea\",\n        \"shankings\",\n        \"sulfofication\",\n        \"supination\",\n        \"thatches\",\n        \"wherves\"\n    ],\n    \"igba okpukpu\": [\n        \"acupuncture\",\n        \"acupunctured\",\n        \"acupuncturing\"\n    ],\n    \"ndi acupuncturists\": [\n        \"acupuncturists\"\n    ],\n    \"acus ngalaba\": [\n        \"acusection\"\n    ],\n    \"ihe mmuta\": [\n        \"acusector\",\n        \"biometricist\",\n        \"coassessor\",\n        \"decelerometer\",\n        \"electrotherapeutist\",\n        \"electrotherapist\",\n        \"uptears\"\n    ],\n    \"ịma mma\": [\n        \"acustom\",\n        \"admirability\",\n        \"admirableness\",\n        \"adroitness\",\n        \"arnement\",\n        \"beautihood\",\n        \"bebization\",\n        \"bivalency\",\n        \"cadencing\",\n        \"calenture\",\n        \"campbellisms\",\n        \"connoisseurship\",\n        \"decentration\",\n        \"decentring\",\n        \"egotheism\",\n        \"emendation\",\n        \"eminence\",\n        \"flittiness\",\n        \"garlanding\",\n        \"hounding\",\n        \"imbibitional\",\n        \"ponderableness\",\n        \"ponderance\",\n        \"ponderation\",\n        \"ponderosity\",\n        \"ponderousness\",\n        \"portentousness\",\n        \"presplendor\",\n        \"prettiness\",\n        \"splendescent\",\n        \"splendor\",\n        \"splendour\",\n        \"splenification\",\n        \"stabbingness\",\n        \"wallowishness\"\n    ],\n    \"Asụsụ\": [\n        \"acutilingual\",\n        \"andromania\",\n        \"chersonese\",\n        \"derk\",\n        \"domboc\",\n        \"germanhood\",\n        \"haversian\",\n        \"interlanguage\",\n        \"interlingua\",\n        \"interlingual\",\n        \"lingualis\",\n        \"lutecia\",\n        \"sbaikian\",\n        \"siculian\",\n        \"slangish\",\n        \"slovakish\",\n        \"spadish\",\n        \"spellcasting\",\n        \"sublingual\",\n        \"tinggian\",\n        \"transylvanian\"\n    ],\n    \"mgbasa\": [\n        \"ad\",\n        \"broadenings\",\n        \"circularities\",\n        \"circularization\",\n        \"circulars\",\n        \"circulation\",\n        \"circulations\",\n        \"defused\",\n        \"defusion\",\n        \"delation\",\n        \"diasporas\",\n        \"diffame\",\n        \"diffidation\",\n        \"difflation\",\n        \"diffraction\",\n        \"diffranchise\",\n        \"diffusate\",\n        \"diffuse\",\n        \"diffused\",\n        \"diffusedly\",\n        \"diffusedness\",\n        \"diffuseness\",\n        \"diffuses\",\n        \"diffusibility\",\n        \"diffusion\",\n        \"diffusional\",\n        \"diffusionism\",\n        \"diffusions\",\n        \"diffusive\",\n        \"diffusiveness\",\n        \"diffusivity\",\n        \"diffusor\",\n        \"dilatement\",\n        \"disbanding\",\n        \"disbandment\",\n        \"disbandments\",\n        \"discursativeness\",\n        \"discursion\",\n        \"disfranchisement\",\n        \"disjunction\",\n        \"dislodgement\",\n        \"dislodgment\",\n        \"dismissal\",\n        \"dismissals\",\n        \"dismissive\",\n        \"dismissory\",\n        \"dispansive\",\n        \"dispersal\",\n        \"dispersedness\",\n        \"dispersement\",\n        \"dispersion\",\n        \"dispersions\",\n        \"dispersity\",\n        \"dispersive\",\n        \"dispersiveness\",\n        \"dispersoid\",\n        \"dispersonification\",\n        \"dispraising\",\n        \"dispraisingly\",\n        \"dissembly\",\n        \"disseminating\",\n        \"dissemination\",\n        \"disseminations\",\n        \"disseminative\",\n        \"disserted\",\n        \"dissever\",\n        \"dissevering\",\n        \"disship\",\n        \"dissidence\",\n        \"dissight\",\n        \"dissyllabizing\",\n        \"dissimulation\",\n        \"dissipatedness\",\n        \"dissipater\",\n        \"dissipation\",\n        \"dissipations\",\n        \"dissipative\",\n        \"dissipativity\",\n        \"dissipator\",\n        \"dissolubility\",\n        \"dissolubleness\",\n        \"dissoluteness\",\n        \"dissolution\",\n        \"dissolutional\",\n        \"dissolutionism\",\n        \"dissolutions\",\n        \"dissolvability\",\n        \"dissolvableness\",\n        \"dissolveability\",\n        \"disspread\",\n        \"dissweeten\",\n        \"excommunication\",\n        \"expansionism\",\n        \"expansions\",\n        \"expansure\",\n        \"intervisitation\",\n        \"intervolution\",\n        \"mediastinum\",\n        \"medius\",\n        \"panside\",\n        \"prodition\",\n        \"proletarianising\",\n        \"proletarising\",\n        \"proletarized\",\n        \"propagability\",\n        \"propagableness\",\n        \"propagandism\",\n        \"propagandized\",\n        \"propagation\",\n        \"propagational\",\n        \"propagations\",\n        \"propagatress\",\n        \"propagula\",\n        \"propagulla\",\n        \"propagulum\",\n        \"propugn\",\n        \"propugnation\",\n        \"propugnator\",\n        \"prosiphonate\",\n        \"proslaveryism\",\n        \"prosphysis\",\n        \"prosubmission\",\n        \"scatback\",\n        \"scatbacks\",\n        \"scatteration\",\n        \"scatteredness\",\n        \"scattery\",\n        \"scatula\",\n        \"spreadability\",\n        \"spreadation\",\n        \"spreadingness\",\n        \"spreadings\",\n        \"transvasate\",\n        \"widespreadness\"\n    ],\n    \"Ojukwu\": [\n        \"adactyl\",\n        \"dankly\",\n        \"djellab\",\n        \"djellabas\",\n        \"engjateigur\",\n        \"platanaceous\"\n    ],\n    \"Okereke\": [\n        \"adactylia\",\n        \"arracacia\",\n        \"arvicoline\",\n        \"cerrero\",\n        \"clablaria\",\n        \"clavicylinder\",\n        \"clavicornia\",\n        \"clocksmith\",\n        \"cloriodid\",\n        \"crenelee\",\n        \"creophagia\",\n        \"creophagism\",\n        \"cretefaction\",\n        \"difflugia\",\n        \"distichal\",\n        \"dominick\",\n        \"flixweed\",\n        \"foreorlop\",\n        \"fritillaria\",\n        \"frivolled\",\n        \"gypsyesque\",\n        \"gyrolith\",\n        \"grilladed\",\n        \"rodriguez\",\n        \"roxburgh\",\n        \"trichina\",\n        \"triorchis\"\n    ],\n    \"ige nti\": [\n        \"adage\",\n        \"countershear\",\n        \"eustatic\"\n    ],\n    \"imeghari\": [\n        \"adaize\",\n        \"adapt\",\n        \"adapting\",\n        \"adaptometer\",\n        \"adaptorial\",\n        \"adaunt\",\n        \"adazzle\",\n        \"adjust\",\n        \"amend\",\n        \"antireforming\",\n        \"contraflow\",\n        \"counterblow\",\n        \"counterbore\",\n        \"counterboulle\",\n        \"counterchanging\",\n        \"counterflow\",\n        \"counterglow\",\n        \"counterplead\",\n        \"counterreformation\",\n        \"counterrevolution\",\n        \"counterrevolutionize\",\n        \"counterround\",\n        \"distract\",\n        \"gesturing\",\n        \"maneuver\",\n        \"maneuverability\",\n        \"maneuvers\",\n        \"maneuvrability\",\n        \"maneuvrable\",\n        \"maneuvre\",\n        \"maneuvring\",\n        \"manoeuvre\",\n        \"manuever\",\n        \"overrange\",\n        \"prorebate\",\n        \"reabuse\",\n        \"reaccelerating\",\n        \"reaccompanying\",\n        \"readaptation\",\n        \"readaptiness\",\n        \"readaptive\",\n        \"readymade\",\n        \"readjusting\",\n        \"readventure\",\n        \"readvertising\",\n        \"reamage\",\n        \"reamendment\",\n        \"reamy\",\n        \"reamuse\",\n        \"reapologizing\",\n        \"reapportion\",\n        \"reapportioning\",\n        \"rearanged\",\n        \"rearanging\",\n        \"rearbitrated\",\n        \"rearranged\",\n        \"rearranging\",\n        \"reassigning\",\n        \"reawakenings\",\n        \"reawakenment\",\n        \"reback\",\n        \"rebag\",\n        \"rebake\",\n        \"rebaking\",\n        \"rebalancing\",\n        \"reballast\",\n        \"rebanishment\",\n        \"rebatable\",\n        \"rebateable\",\n        \"rebater\",\n        \"rebathed\",\n        \"rebathing\",\n        \"rebating\",\n        \"rebend\",\n        \"rebeset\",\n        \"rebestow\",\n        \"rebilling\",\n        \"reblast\",\n        \"reblock\",\n        \"reblue\",\n        \"reboation\",\n        \"rebracing\",\n        \"rebreathe\",\n        \"rebroadening\",\n        \"rebubble\",\n        \"rebuffet\",\n        \"rebuying\",\n        \"rebunch\",\n        \"reburden\",\n        \"reburying\",\n        \"reburst\",\n        \"rebush\",\n        \"recalescing\",\n        \"recampaign\",\n        \"recarbonate\",\n        \"recarpet\",\n        \"recarry\",\n        \"recash\",\n        \"recasket\",\n        \"recasting\",\n        \"rechannelling\",\n        \"rechart\",\n        \"recheat\",\n        \"recheck\",\n        \"rechew\",\n        \"rechoosing\",\n        \"recycled\",\n        \"recycles\",\n        \"recycling\",\n        \"reclamation\",\n        \"reclamatory\",\n        \"reclassify\",\n        \"reclassification\",\n        \"reclassified\",\n        \"reclassifying\",\n        \"recomparing\",\n        \"reconciliable\",\n        \"reconciliating\",\n        \"reconditioning\",\n        \"reconfrontation\",\n        \"reconfuse\",\n        \"reconstitute\",\n        \"reconstitution\",\n        \"reconstructing\",\n        \"reconvince\",\n        \"recouping\",\n        \"recoupling\",\n        \"recpt\",\n        \"recramp\",\n        \"recreate\",\n        \"recreating\",\n        \"recreative\",\n        \"recrew\",\n        \"recriminate\",\n        \"recuperating\",\n        \"recurrer\",\n        \"redeclare\",\n        \"redeclares\",\n        \"redecorating\",\n        \"rededicating\",\n        \"rededication\",\n        \"redeliberation\",\n        \"rederivation\",\n        \"redeserve\",\n        \"redesign\",\n        \"redesignating\",\n        \"redesigning\",\n        \"redevelop\",\n        \"redeveloping\",\n        \"redid\",\n        \"rediscipline\",\n        \"redisciplining\",\n        \"redisputing\",\n        \"reembodying\",\n        \"reembracing\",\n        \"reemphasizing\",\n        \"reengraving\",\n        \"reeper\",\n        \"reexchange\",\n        \"reexchanges\",\n        \"reexchanging\",\n        \"reexpansion\",\n        \"reexpel\",\n        \"reexpelling\",\n        \"reexplain\",\n        \"reexplicating\",\n        \"reexposing\",\n        \"reexposition\",\n        \"reexposure\",\n        \"reexpression\",\n        \"refolding\",\n        \"reformado\",\n        \"reformandum\",\n        \"reformat\",\n        \"reformate\",\n        \"reformatting\",\n        \"refortification\",\n        \"refoundation\",\n        \"refounder\",\n        \"refounding\",\n        \"refurbish\",\n        \"refurbished\",\n        \"refurbishes\",\n        \"refurbishing\",\n        \"refurbishment\",\n        \"refurl\",\n        \"refurnished\",\n        \"refurnishes\",\n        \"regear\",\n        \"rehabilitant\",\n        \"rehabilitate\",\n        \"rehabilitating\",\n        \"rehanging\",\n        \"rehardening\",\n        \"reharmonization\",\n        \"reharmonize\",\n        \"rehearsers\",\n        \"rehedge\",\n        \"rehoning\",\n        \"reillume\",\n        \"reimplant\",\n        \"reinstructing\",\n        \"reintegrating\",\n        \"reissuably\",\n        \"relightener\",\n        \"remagnetizing\",\n        \"remagnification\",\n        \"remagnifying\",\n        \"remake\",\n        \"remaking\",\n        \"remanipulation\",\n        \"remasticate\",\n        \"remastication\",\n        \"rematching\",\n        \"rematerialization\",\n        \"rematerialize\",\n        \"rematerializing\",\n        \"rematriculate\",\n        \"rematriculating\",\n        \"remeasure\",\n        \"remediating\",\n        \"remeeting\",\n        \"remenace\",\n        \"remigrations\",\n        \"remodel\",\n        \"remodulate\",\n        \"remodulating\",\n        \"remonetizing\",\n        \"remortgaging\",\n        \"remuneratory\",\n        \"renegading\",\n        \"renegado\",\n        \"renegate\",\n        \"renegotiable\",\n        \"renegotiating\",\n        \"renegotiator\",\n        \"reneutralize\",\n        \"reneutralized\",\n        \"reneutralizing\",\n        \"renewably\",\n        \"renogastric\",\n        \"renopulmonary\",\n        \"renormalizing\",\n        \"renourish\",\n        \"renovater\",\n        \"renovating\",\n        \"renovatingly\",\n        \"renovatory\",\n        \"renumeration\",\n        \"reoperating\",\n        \"reopposition\",\n        \"reorchestrating\",\n        \"reovertake\",\n        \"reoverwork\",\n        \"repacify\",\n        \"repacification\",\n        \"repaganization\",\n        \"repaginate\",\n        \"repaginating\",\n        \"repagination\",\n        \"repand\",\n        \"reparate\",\n        \"repatrolling\",\n        \"repatronize\",\n        \"repatronizing\",\n        \"repenalizing\",\n        \"repermit\",\n        \"repetoire\",\n        \"rephase\",\n        \"rephrase\",\n        \"rephrased\",\n        \"rephrases\",\n        \"rephrasing\",\n        \"repine\",\n        \"replaning\",\n        \"replevining\",\n        \"repouring\",\n        \"reprecipitate\",\n        \"repreparation\",\n        \"reprepare\",\n        \"reprepared\",\n        \"repreparing\",\n        \"represcribing\",\n        \"reproachability\",\n        \"reprobateness\",\n        \"reproducibility\",\n        \"reproducibilities\",\n        \"reproducible\",\n        \"reproducing\",\n        \"reprohibit\",\n        \"repromising\",\n        \"repromulgate\",\n        \"repromulgating\",\n        \"repromulgation\",\n        \"repropagate\",\n        \"repurification\",\n        \"repurple\",\n        \"reradiate\",\n        \"reradiated\",\n        \"reradiating\",\n        \"resack\",\n        \"resacrifice\",\n        \"rescattering\",\n        \"rescissible\",\n        \"resettlement\",\n        \"resettlements\",\n        \"reshake\",\n        \"reshape\",\n        \"reshaped\",\n        \"reshaper\",\n        \"reshapers\",\n        \"reshapes\",\n        \"reshaping\",\n        \"reshared\",\n        \"resharing\",\n        \"resharpened\",\n        \"resharpening\",\n        \"reshaved\",\n        \"reshaving\",\n        \"reshooting\",\n        \"reshovel\",\n        \"reshow\",\n        \"reshower\",\n        \"reshowing\",\n        \"reshuffle\",\n        \"reshuffles\",\n        \"reshuffling\",\n        \"resymbolizing\",\n        \"reslot\",\n        \"resmoothed\",\n        \"resmoothing\",\n        \"resounder\",\n        \"respeak\",\n        \"respecification\",\n        \"respecifying\",\n        \"respreading\",\n        \"restabilization\",\n        \"restamp\",\n        \"restamped\",\n        \"resteep\",\n        \"restem\",\n        \"restharrow\",\n        \"restimulated\",\n        \"restimulating\",\n        \"restorable\",\n        \"restrap\",\n        \"restringer\",\n        \"resublimating\",\n        \"resubstitute\",\n        \"resubstitution\",\n        \"resupposition\",\n        \"resuppress\",\n        \"resurprise\",\n        \"resurveying\",\n        \"resuscitating\",\n        \"reswage\",\n        \"reswallow\",\n        \"reswearing\",\n        \"reswim\",\n        \"rethresh\",\n        \"rethrone\",\n        \"rethunder\",\n        \"retourable\",\n        \"retransfuse\",\n        \"retreading\",\n        \"retrodate\",\n        \"retrofitting\",\n        \"revalidating\",\n        \"revamp\",\n        \"revamped\",\n        \"revamper\",\n        \"reventilating\",\n        \"reverberative\",\n        \"revibration\",\n        \"revisableness\",\n        \"revise\",\n        \"revising\",\n        \"revisualizing\",\n        \"revoluble\",\n        \"revolubly\",\n        \"revolunteer\",\n        \"revolute\",\n        \"revoluted\",\n        \"revolvable\",\n        \"revolver\",\n        \"rewade\",\n        \"rewallow\",\n        \"rewash\",\n        \"rewashes\",\n        \"rewashing\",\n        \"reweld\",\n        \"rewhirl\",\n        \"rewidening\",\n        \"rewinder\",\n        \"reword\",\n        \"rewore\",\n        \"rewrap\",\n        \"rezoning\",\n        \"translocate\",\n        \"unadjust\",\n        \"unrehearsing\"\n    ],\n    \"Adam\": [\n        \"adam\"\n    ],\n    \"adamany\": [\n        \"adamancies\"\n    ],\n    \"onye isi\": [\n        \"adamant\",\n        \"adhamant\",\n        \"adjurer\",\n        \"barbary\",\n        \"barrulety\",\n        \"basitemporal\",\n        \"bassist\",\n        \"bidented\",\n        \"bleaunt\",\n        \"blunker\",\n        \"boss\",\n        \"browman\",\n        \"brumal\",\n        \"bushelman\",\n        \"butleress\",\n        \"butteraceous\",\n        \"butterer\",\n        \"capetian\",\n        \"capiatur\",\n        \"capitan\",\n        \"caponier\",\n        \"caprificator\",\n        \"capriote\",\n        \"captaincy\",\n        \"captainship\",\n        \"centurist\",\n        \"chafferer\",\n        \"chaparral\",\n        \"chapelgoer\",\n        \"chapelman\",\n        \"chapelmaster\",\n        \"chapitral\",\n        \"chiefdom\",\n        \"chiefer\",\n        \"chiefship\",\n        \"chieftaincy\",\n        \"chozar\",\n        \"chutist\",\n        \"coprincipal\",\n        \"coredeemer\",\n        \"coreligionist\",\n        \"coreveler\",\n        \"coted\",\n        \"counterman\",\n        \"cudgeller\",\n        \"cutterhead\",\n        \"dissentient\",\n        \"downsman\",\n        \"egoist\",\n        \"egotist\",\n        \"excitive\",\n        \"executant\",\n        \"executive\",\n        \"executress\",\n        \"fabulist\",\n        \"falterer\",\n        \"fellator\",\n        \"forebody\",\n        \"foreman\",\n        \"gadsman\",\n        \"gallowsness\",\n        \"generaliser\",\n        \"generaliter\",\n        \"gibus\",\n        \"grewsomer\",\n        \"grumphies\",\n        \"grundyist\",\n        \"guller\",\n        \"hatchetman\",\n        \"headman\",\n        \"heatsman\",\n        \"jaggedest\",\n        \"knight\",\n        \"lairman\",\n        \"maeander\",\n        \"mainprisor\",\n        \"maintopman\",\n        \"majorist\",\n        \"majoritarian\",\n        \"mandriarch\",\n        \"masterer\",\n        \"mastermind\",\n        \"matriarchic\",\n        \"matripotestal\",\n        \"meadsman\",\n        \"mediatorially\",\n        \"mentalist\",\n        \"naiant\",\n        \"neist\",\n        \"noncivilian\",\n        \"nonhierarchic\",\n        \"obsessor\",\n        \"officer\",\n        \"officerhood\",\n        \"official\",\n        \"officiant\",\n        \"officiary\",\n        \"officiator\",\n        \"officinal\",\n        \"overheadman\",\n        \"overlord\",\n        \"overmellow\",\n        \"overmellowly\",\n        \"ovulist\",\n        \"palatist\",\n        \"pedder\",\n        \"phillumenist\",\n        \"pivotman\",\n        \"pointman\",\n        \"praedialist\",\n        \"preeminence\",\n        \"prelateity\",\n        \"preman\",\n        \"presedentary\",\n        \"preseminal\",\n        \"presidiary\",\n        \"presupreme\",\n        \"pretorian\",\n        \"princeage\",\n        \"princehood\",\n        \"princeite\",\n        \"princelier\",\n        \"princeliest\",\n        \"princeling\",\n        \"princeship\",\n        \"princesse\",\n        \"principalship\",\n        \"principate\",\n        \"principe\",\n        \"principi\",\n        \"principial\",\n        \"principiant\",\n        \"principiate\",\n        \"principiation\",\n        \"principulus\",\n        \"priscianist\",\n        \"quarterman\",\n        \"quartermen\",\n        \"queerer\",\n        \"rasant\",\n        \"rident\",\n        \"sabbathaist\",\n        \"secateur\",\n        \"semigentleman\",\n        \"shabbier\",\n        \"sheriffalty\",\n        \"sivaist\",\n        \"skirr\",\n        \"sleepyhead\",\n        \"smelterman\",\n        \"straitsman\",\n        \"subjectist\",\n        \"substratal\",\n        \"superpersonally\",\n        \"supradural\",\n        \"supramortal\",\n        \"suprastandard\",\n        \"supremacist\",\n        \"topman\",\n        \"tribasilar\",\n        \"trierarchic\",\n        \"tripolar\",\n        \"tutelar\",\n        \"tutelary\",\n        \"ultraprudent\",\n        \"undersacristan\",\n        \"underseedman\",\n        \"vagabond\",\n        \"vagabonded\",\n        \"vassal\",\n        \"woolman\"\n    ],\n    \"n'ikwu\": [\n        \"adamantly\",\n        \"adamically\",\n        \"banteringly\",\n        \"dejectly\",\n        \"hawkishly\",\n        \"ironically\",\n        \"ironicalness\",\n        \"prankishly\",\n        \"quarrellingly\",\n        \"unpouting\",\n        \"unrambling\"\n    ],\n    \"ịdị ike\": [\n        \"adamantness\",\n        \"adeptship\",\n        \"docibleness\",\n        \"homothermism\",\n        \"intensiveness\",\n        \"stalwartness\",\n        \"strengthfulness\",\n        \"strenuousness\",\n        \"stringentness\",\n        \"subunequalness\",\n        \"superingeniousness\"\n    ],\n    \"ndị mmadụ\": [\n        \"adamants\",\n        \"amassers\",\n        \"ambushes\",\n        \"antecedes\",\n        \"argestes\",\n        \"camelopards\",\n        \"castrates\",\n        \"cenobites\",\n        \"depeople\",\n        \"dispeople\",\n        \"doomsters\",\n        \"empeople\",\n        \"gentlepeople\",\n        \"humanitarians\",\n        \"impeople\",\n        \"individualities\",\n        \"mands\",\n        \"mangy\",\n        \"manhandles\",\n        \"mantes\",\n        \"merpeople\",\n        \"mutuals\",\n        \"oppilates\",\n        \"outpeople\",\n        \"people\",\n        \"peopled\",\n        \"peopledom\",\n        \"peoplehood\",\n        \"peopler\",\n        \"peoplers\",\n        \"personages\",\n        \"personalities\",\n        \"personals\",\n        \"personalties\",\n        \"queys\",\n        \"sinople\",\n        \"subhumans\",\n        \"termen\",\n        \"umangites\",\n        \"unpeople\",\n        \"unpeopled\",\n        \"unpeoples\",\n        \"unpersons\"\n    ],\n    \"adreesị\": [\n        \"adamellite\",\n        \"adcraft\",\n        \"address\",\n        \"addressability\",\n        \"addressable\",\n        \"addressee\",\n        \"addresser\",\n        \"addressers\",\n        \"addresses\",\n        \"addressful\",\n        \"addressor\",\n        \"outdresses\",\n        \"outlance\"\n    ],\n    \"mmadụ\": [\n        \"adamhood\",\n        \"humaneness\",\n        \"humaner\",\n        \"humanest\",\n        \"humanhood\",\n        \"humaniser\",\n        \"humanistic\",\n        \"humanitary\",\n        \"humanness\",\n        \"humanoid\",\n        \"humanoids\",\n        \"interhuman\",\n        \"isopleure\",\n        \"manistic\",\n        \"mensual\",\n        \"mensural\",\n        \"personarum\",\n        \"personas\",\n        \"personhood\",\n        \"personifying\",\n        \"personship\"\n    ],\n    \"Adamite\": [\n        \"adamite\"\n    ],\n    \"adigbo\": [\n        \"adamitic\",\n        \"gaybine\",\n        \"gaywings\"\n    ],\n    \"ndozi\": [\n        \"adapis\",\n        \"airmails\",\n        \"alimentiveness\",\n        \"alleviaters\",\n        \"amelioration\",\n        \"ammonification\",\n        \"ancillae\",\n        \"anconal\",\n        \"antroversion\",\n        \"ardency\",\n        \"ardor\",\n        \"ardour\",\n        \"argenter\",\n        \"argentojarosite\",\n        \"atrabiliousness\",\n        \"barbedness\",\n        \"bejig\",\n        \"besmirches\",\n        \"besmirchment\",\n        \"besmudges\",\n        \"betroths\",\n        \"bowwows\",\n        \"bretwaldaship\",\n        \"caveats\",\n        \"cetid\",\n        \"codisjunct\",\n        \"complexedness\",\n        \"condiddle\",\n        \"condiddled\",\n        \"condiddlement\",\n        \"conrectorship\",\n        \"coprocessor\",\n        \"correctitude\",\n        \"corrector\",\n        \"correctory\",\n        \"correctress\",\n        \"correlativity\",\n        \"correligionist\",\n        \"counternotice\",\n        \"cuscutaceous\",\n        \"dcolletage\",\n        \"dcor\",\n        \"decempartite\",\n        \"decilitre\",\n        \"decliner\",\n        \"decolorise\",\n        \"decolorising\",\n        \"decolourisation\",\n        \"decontrol\",\n        \"decontrols\",\n        \"decorement\",\n        \"decurt\",\n        \"decwriter\",\n        \"dedolency\",\n        \"defloration\",\n        \"deflorations\",\n        \"defossion\",\n        \"dehisce\",\n        \"dehorts\",\n        \"demodex\",\n        \"dempsters\",\n        \"deodand\",\n        \"dephlegmedness\",\n        \"derivational\",\n        \"derivationist\",\n        \"dermatitises\",\n        \"dermogastric\",\n        \"dermographia\",\n        \"dermoossification\",\n        \"dermopathic\",\n        \"dermophyte\",\n        \"dermoptera\",\n        \"dermopteran\",\n        \"dervishes\",\n        \"despoliations\",\n        \"detournement\",\n        \"detoxification\",\n        \"detractiveness\",\n        \"devolvement\",\n        \"dialysation\",\n        \"digressiveness\",\n        \"diphthongation\",\n        \"disbury\",\n        \"disconformities\",\n        \"disfiguration\",\n        \"disinterment\",\n        \"disjunctor\",\n        \"diskelion\",\n        \"disminion\",\n        \"disopinion\",\n        \"distritbutes\",\n        \"disvalues\",\n        \"disvoice\",\n        \"divestment\",\n        \"docilities\",\n        \"doryanthes\",\n        \"dorsocephalad\",\n        \"dorts\",\n        \"dositheans\",\n        \"dzerin\",\n        \"edentate\",\n        \"edith\",\n        \"editress\",\n        \"editresses\",\n        \"edomitish\",\n        \"edulcorate\",\n        \"edulcoration\",\n        \"edulcorative\",\n        \"eidouranion\",\n        \"ejulation\",\n        \"elamp\",\n        \"eland\",\n        \"elixation\",\n        \"embreastment\",\n        \"embrocation\",\n        \"embroilment\",\n        \"embrothelled\",\n        \"empanelment\",\n        \"encasement\",\n        \"encorbellment\",\n        \"enframement\",\n        \"enhedge\",\n        \"ensandal\",\n        \"entablature\",\n        \"enthelminthes\",\n        \"epyllion\",\n        \"eprise\",\n        \"equiponderance\",\n        \"ergasterion\",\n        \"esbatement\",\n        \"escarpment\",\n        \"estampage\",\n        \"evanishment\",\n        \"fetologies\",\n        \"fission\",\n        \"fitment\",\n        \"fitments\",\n        \"fittage\",\n        \"fix\",\n        \"fixage\",\n        \"fixatifs\",\n        \"fixation\",\n        \"fixations\",\n        \"fixatives\",\n        \"fixator\",\n        \"fixature\",\n        \"fixedness\",\n        \"fixers\",\n        \"fixes\",\n        \"fixgig\",\n        \"fixidity\",\n        \"fixings\",\n        \"fixion\",\n        \"fixity\",\n        \"fixities\",\n        \"fixive\",\n        \"fixups\",\n        \"fixures\",\n        \"floressence\",\n        \"floriage\",\n        \"fogyishness\",\n        \"frettage\",\n        \"fructiferousness\",\n        \"gadger\",\n        \"grig\",\n        \"halliards\",\n        \"heightener\",\n        \"heliornithes\",\n        \"hybrises\",\n        \"hombres\",\n        \"improvements\",\n        \"indrawal\",\n        \"ingulfment\",\n        \"inhesive\",\n        \"intercombine\",\n        \"intercompany\",\n        \"interdepartmental\",\n        \"interdevour\",\n        \"intrus\",\n        \"irrelation\",\n        \"janitress\",\n        \"janitresses\",\n        \"lodens\",\n        \"lurchline\",\n        \"maladjust\",\n        \"maldirection\",\n        \"mellification\",\n        \"merriment\",\n        \"ministrations\",\n        \"misfile\",\n        \"misjoinder\",\n        \"misreform\",\n        \"mistery\",\n        \"misterms\",\n        \"modificand\",\n        \"mollification\",\n        \"momism\",\n        \"nasalising\",\n        \"nasillation\",\n        \"nidgets\",\n        \"nidification\",\n        \"odontornithes\",\n        \"orbiculation\",\n        \"ordinatomaculate\",\n        \"orective\",\n        \"orthovanadate\",\n        \"overaction\",\n        \"oximation\",\n        \"paynimry\",\n        \"paramagnet\",\n        \"peptization\",\n        \"persorption\",\n        \"phrontisterion\",\n        \"polariser\",\n        \"polarises\",\n        \"porcellanite\",\n        \"porcellanize\",\n        \"porphyrion\",\n        \"portension\",\n        \"portention\",\n        \"portreeveship\",\n        \"porwigle\",\n        \"pretry\",\n        \"protosiphon\",\n        \"protosiphonaceous\",\n        \"pseudoinstructions\",\n        \"readdress\",\n        \"readdressing\",\n        \"rectification\",\n        \"rectifications\",\n        \"rectitis\",\n        \"rectorate\",\n        \"rectress\",\n        \"redbelly\",\n        \"reddles\",\n        \"redraws\",\n        \"redresses\",\n        \"redressment\",\n        \"reflationism\",\n        \"refractionate\",\n        \"refractories\",\n        \"renovator\",\n        \"repapers\",\n        \"reprotection\",\n        \"restipulation\",\n        \"restitutory\",\n        \"restorableness\",\n        \"restress\",\n        \"retainers\",\n        \"retortion\",\n        \"saleroom\",\n        \"scramblement\",\n        \"sett\",\n        \"settlement\",\n        \"shadrachs\",\n        \"splotch\",\n        \"streamwort\",\n        \"succulence\",\n        \"tablement\",\n        \"tarnishment\",\n        \"tawdries\",\n        \"tidyism\",\n        \"torrefaction\",\n        \"tumefaction\",\n        \"tumefies\",\n        \"underdistinction\",\n        \"undoctor\",\n        \"upkeep\",\n        \"urbification\",\n        \"ushership\",\n        \"vulnerability\",\n        \"whammies\"\n    ],\n    \"ime mgbanwe\": [\n        \"adaptability\",\n        \"adaptableness\",\n        \"adaptably\",\n        \"adaptiveness\",\n        \"correlatable\",\n        \"flex\",\n        \"outbalancing\",\n        \"reformableness\"\n    ],\n    \"mgbanwe\": [\n        \"adaptable\",\n        \"adaptional\",\n        \"adaptivity\",\n        \"adjustability\",\n        \"adjustably\",\n        \"alterableness\",\n        \"alteration\",\n        \"alterations\",\n        \"alternations\",\n        \"chanche\",\n        \"changable\",\n        \"changar\",\n        \"change\",\n        \"changeability\",\n        \"changeable\",\n        \"changeableness\",\n        \"changeably\",\n        \"changeabout\",\n        \"changedale\",\n        \"changedness\",\n        \"changefulness\",\n        \"changelings\",\n        \"changement\",\n        \"changeover\",\n        \"changeovers\",\n        \"changepocket\",\n        \"changes\",\n        \"changoan\",\n        \"changos\",\n        \"changuina\",\n        \"changuinan\",\n        \"conservable\",\n        \"conservatism\",\n        \"conservative\",\n        \"conservativeness\",\n        \"convergement\",\n        \"convergence\",\n        \"convergency\",\n        \"convergescence\",\n        \"conversableness\",\n        \"conversative\",\n        \"conversions\",\n        \"convertibility\",\n        \"counterchange\",\n        \"deflexibility\",\n        \"deviability\",\n        \"dilacerating\",\n        \"dilaceration\",\n        \"disconformable\",\n        \"divertible\",\n        \"evolutility\",\n        \"evolvable\",\n        \"evolvement\",\n        \"evolvements\",\n        \"evolvers\",\n        \"exchange\",\n        \"exchangeability\",\n        \"exchangeable\",\n        \"exchangeably\",\n        \"exchanges\",\n        \"exhance\",\n        \"flexibility\",\n        \"flexibilities\",\n        \"flexibilty\",\n        \"flexible\",\n        \"flexibleness\",\n        \"flexile\",\n        \"flexility\",\n        \"flexing\",\n        \"flexion\",\n        \"flexional\",\n        \"flexions\",\n        \"flexity\",\n        \"flexive\",\n        \"flexography\",\n        \"flexographic\",\n        \"flexor\",\n        \"flexors\",\n        \"flexura\",\n        \"flexural\",\n        \"flexure\",\n        \"flexures\",\n        \"fluctuations\",\n        \"fluible\",\n        \"fluorinations\",\n        \"fluxibility\",\n        \"fluxible\",\n        \"fluxibleness\",\n        \"fluxility\",\n        \"inflexive\",\n        \"interchangeability\",\n        \"interchangeableness\",\n        \"interchanges\",\n        \"interchangings\",\n        \"irreflection\",\n        \"modiation\",\n        \"modifiability\",\n        \"modifiable\",\n        \"modifiably\",\n        \"modificability\",\n        \"modificable\",\n        \"modification\",\n        \"modifications\",\n        \"modificative\",\n        \"modius\",\n        \"modulability\",\n        \"mutability\",\n        \"mutableness\",\n        \"pliable\",\n        \"readjustable\",\n        \"rechanges\",\n        \"rechanging\",\n        \"redargutive\",\n        \"reform\",\n        \"reformability\",\n        \"reformable\",\n        \"reformational\",\n        \"reformations\",\n        \"reformative\",\n        \"reformativeness\",\n        \"reformism\",\n        \"reformproof\",\n        \"reforms\",\n        \"reformulation\",\n        \"reformulations\",\n        \"remotion\",\n        \"replaceability\",\n        \"replacer\",\n        \"reversable\",\n        \"reversals\",\n        \"reversionable\",\n        \"reversist\",\n        \"revolution\",\n        \"revolutional\",\n        \"revolutionally\",\n        \"revolutionary\",\n        \"revolutionariness\",\n        \"revolutioniser\",\n        \"revolutionism\",\n        \"revolutionizement\",\n        \"revolutionizer\",\n        \"revolutions\",\n        \"shiftage\",\n        \"shiftfulness\",\n        \"shiftiness\",\n        \"shortchange\",\n        \"subformation\",\n        \"switchable\",\n        \"transcendingness\",\n        \"transchange\",\n        \"transformability\",\n        \"transformable\",\n        \"transformation\",\n        \"transformational\",\n        \"transformations\",\n        \"transformative\",\n        \"transformism\",\n        \"transformistic\",\n        \"transigence\",\n        \"transition\",\n        \"transitional\",\n        \"transitionalness\",\n        \"transitionary\",\n        \"turriform\",\n        \"unchangeful\",\n        \"unchangefulness\",\n        \"unconversion\",\n        \"unflexibility\",\n        \"unvariation\",\n        \"variability\",\n        \"variableness\",\n        \"variables\",\n        \"variation\",\n        \"variational\",\n        \"varication\",\n        \"varicellation\",\n        \"varicolorous\",\n        \"variegation\",\n        \"variformity\",\n        \"varigradation\",\n        \"varying\",\n        \"varindor\",\n        \"variolation\",\n        \"variolitization\",\n        \"variolization\",\n        \"variotinted\",\n        \"varistor\",\n        \"varment\",\n        \"varmint\",\n        \"vicissitudes\"\n    ],\n    \"emegharị\": [\n        \"adapted\",\n        \"adaptedness\",\n        \"adawn\",\n        \"countercolored\",\n        \"improvised\",\n        \"neurologize\",\n        \"promenades\",\n        \"recoded\",\n        \"recreated\",\n        \"reedmaker\",\n        \"remodeled\",\n        \"remodelled\",\n        \"revibrant\",\n        \"revictualled\",\n        \"revulsed\",\n        \"revved\",\n        \"upsighted\"\n    ],\n    \"adaba\": [\n        \"adaxial\",\n        \"adduceable\",\n        \"advenient\",\n        \"bankfull\",\n        \"behowl\",\n        \"coincider\",\n        \"coincides\",\n        \"colliding\",\n        \"convenient\",\n        \"convenientness\",\n        \"lucked\",\n        \"monstrous\",\n        \"triverbial\"\n    ],\n    \"nd\": [\n        \"adc\"\n    ],\n    \"ndon\": [\n        \"adcon\"\n    ],\n    \"ogha\": [\n        \"adcons\",\n        \"boga\",\n        \"buntlines\",\n        \"cajoles\",\n        \"garrulousness\",\n        \"haulyard\",\n        \"liliales\",\n        \"murexes\",\n        \"resedaceous\",\n        \"sagacities\",\n        \"sauger\",\n        \"svaraj\",\n        \"wiltshire\"\n    ],\n    \"mgbakwunye\": [\n        \"addability\",\n        \"addendums\",\n        \"addibility\",\n        \"addio\",\n        \"addison\",\n        \"additament\",\n        \"additiment\",\n        \"addition\",\n        \"additional\",\n        \"additionary\",\n        \"additions\",\n        \"additivity\",\n        \"addlement\",\n        \"addles\",\n        \"addlings\",\n        \"addressees\",\n        \"adjunction\",\n        \"adjunctive\",\n        \"affix\",\n        \"annealing\",\n        \"annection\",\n        \"annex\",\n        \"annexal\",\n        \"annexation\",\n        \"annexations\",\n        \"annexer\",\n        \"annexes\",\n        \"annexing\",\n        \"annexion\",\n        \"annexment\",\n        \"annexure\",\n        \"anteact\",\n        \"appeachment\",\n        \"appenage\",\n        \"appendage\",\n        \"appendance\",\n        \"appendice\",\n        \"appendiceal\",\n        \"appendix\",\n        \"appendixes\",\n        \"appendixing\",\n        \"appennage\",\n        \"attachment\",\n        \"explemental\",\n        \"explementary\",\n        \"extemporal\",\n        \"extima\",\n        \"extracosmic\",\n        \"extracosmical\",\n        \"extradition\",\n        \"extraditions\",\n        \"extraembryonal\",\n        \"extralateral\",\n        \"extraliminal\",\n        \"extralimital\",\n        \"extramental\",\n        \"extrameridional\",\n        \"extraneity\",\n        \"extraneously\",\n        \"extraneousness\",\n        \"extraovular\",\n        \"extraplanetary\",\n        \"extrapolate\",\n        \"extrapolations\",\n        \"extrarenal\",\n        \"extras\",\n        \"extrasocial\",\n        \"extravasation\",\n        \"extraventricular\",\n        \"extraversion\",\n        \"extraviolet\",\n        \"increments\",\n        \"incretionary\",\n        \"plussage\",\n        \"plussages\",\n        \"surcharged\",\n        \"surchargers\",\n        \"surcharges\"\n    ],\n    \"gbakwunyere\": [\n        \"added\",\n        \"incrept\",\n        \"plud\",\n        \"plus\",\n        \"pluses\",\n        \"plush\",\n        \"plushed\",\n        \"plusher\",\n        \"plushest\",\n        \"plushy\",\n        \"plushily\",\n        \"plushly\",\n        \"plusia\",\n        \"plusiinae\",\n        \"plusquam\",\n        \"prostern\",\n        \"superplus\"\n    ],\n    \"denye\": [\n        \"addeem\"\n    ],\n    \"agbakwunye\": [\n        \"addenda\",\n        \"adduces\",\n        \"adfiliate\",\n        \"adjoin\",\n        \"adjoined\",\n        \"adjournments\",\n        \"affied\",\n        \"annexed\",\n        \"appended\",\n        \"appending\",\n        \"attiring\",\n        \"contused\",\n        \"embankments\",\n        \"incardinated\",\n        \"incardinating\",\n        \"inclipped\",\n        \"insignes\",\n        \"morelles\",\n        \"morels\",\n        \"supplementing\",\n        \"suppletorily\",\n        \"tied\",\n        \"unintermediate\",\n        \"uplean\",\n        \"upped\"\n    ],\n    \"adwalbol\": [\n        \"adderbolt\"\n    ],\n    \"ndị mgbakwunye\": [\n        \"adders\"\n    ],\n    \"kwenye ekwenye\": [\n        \"addible\",\n        \"certifiably\",\n        \"concludible\"\n    ],\n    \"riri ahụ\": [\n        \"addice\",\n        \"addict\",\n        \"addicted\",\n        \"addicting\",\n        \"addiction\",\n        \"addictions\",\n        \"intoothed\"\n    ],\n    \"ihe riri ahu\": [\n        \"addictedness\"\n    ],\n    \"na-eri ahụ\": [\n        \"addictive\"\n    ],\n    \"riri ahu\": [\n        \"addictively\"\n    ],\n    \"ọgwụ ọjọọ\": [\n        \"addictiveness\",\n        \"cymrite\",\n        \"drubs\",\n        \"druggets\",\n        \"drugs\",\n        \"narcose\",\n        \"narcotics\",\n        \"narcotin\",\n        \"narcotine\",\n        \"narcotise\",\n        \"narcotising\",\n        \"narcotized\",\n        \"pachyderm\",\n        \"pachymenic\",\n        \"pediculicidal\"\n    ],\n    \"ndị riri ahụ\": [\n        \"addictives\",\n        \"addicts\",\n        \"readdicts\"\n    ],\n    \"ihe oriri\": [\n        \"addiment\",\n        \"aestivator\",\n        \"bioelectricity\",\n        \"bonitary\",\n        \"cateresses\",\n        \"ciniphes\",\n        \"confection\",\n        \"conutrition\",\n        \"dinnerware\",\n        \"diquats\",\n        \"eatery\",\n        \"exotery\",\n        \"feasance\",\n        \"feases\",\n        \"feedstuffs\",\n        \"fermiums\",\n        \"foodservices\",\n        \"foodstuff\",\n        \"foodstuffs\",\n        \"grosgrain\",\n        \"inveteration\",\n        \"logarithmical\",\n        \"louvers\",\n        \"mealworm\",\n        \"meatier\",\n        \"meatuses\",\n        \"nonsustenance\",\n        \"nourishments\",\n        \"palaeoalchemical\",\n        \"physalia\",\n        \"platysmas\",\n        \"porcelanous\",\n        \"porkwood\",\n        \"porphyrogenite\",\n        \"saucepans\",\n        \"sauceplate\",\n        \"saucepot\",\n        \"sauciness\",\n        \"seafood\",\n        \"symbiont\",\n        \"symphysion\",\n        \"syngenesian\",\n        \"syngenesious\",\n        \"sustenance\",\n        \"sustenanceless\",\n        \"trihydric\",\n        \"trothing\",\n        \"veniality\",\n        \"woodiest\"\n    ],\n    \"tinyeisoniana\": [\n        \"addisoniana\"\n    ],\n    \"tinyeita\": [\n        \"addita\"\n    ],\n    \"Ọzọkwa\": [\n        \"additionally\",\n        \"also\",\n        \"alsoon\",\n        \"ferther\",\n        \"further\",\n        \"furtherly\",\n        \"furthermore\",\n        \"furthermost\",\n        \"inmore\",\n        \"moreover\",\n        \"supplementarily\",\n        \"thereover\",\n        \"too\"\n    ],\n    \"onye mgbakwunye\": [\n        \"additionist\"\n    ],\n    \"mmako\": [\n        \"additive\",\n        \"admixing\",\n        \"admixtion\",\n        \"huggery\",\n        \"ladytide\",\n        \"morgan\",\n        \"skout\"\n    ],\n    \"na mgbakwunye\": [\n        \"additively\",\n        \"androscoggin\",\n        \"attachedly\",\n        \"companionably\",\n        \"extralinguistically\",\n        \"extraparochially\",\n        \"extrinsically\",\n        \"extrovertively\"\n    ],\n    \"ihe mgbakwunye\": [\n        \"additives\",\n        \"affixture\",\n        \"anaptyxes\",\n        \"appendant\",\n        \"appendicial\",\n        \"extrapolates\",\n        \"plushier\",\n        \"sovenance\",\n        \"substyle\",\n        \"supplementaries\",\n        \"suppletories\"\n    ],\n    \"tinyele\": [\n        \"addle\"\n    ],\n    \"agbakwunyere\": [\n        \"addled\",\n        \"adjoiner\",\n        \"appendaged\",\n        \"cellated\",\n        \"corelated\",\n        \"embedded\",\n        \"embowed\",\n        \"extrapolated\",\n        \"extrared\",\n        \"imbedded\",\n        \"intersituated\",\n        \"nonumbrellaed\",\n        \"subovated\",\n        \"supplemented\",\n        \"supplementer\",\n        \"umbellated\",\n        \"unabridged\",\n        \"unbribed\",\n        \"unpropped\",\n        \"uppiled\"\n    ],\n    \"tinyelehead\": [\n        \"addlehead\"\n    ],\n    \"isi\": [\n        \"addleheadedness\",\n        \"archhead\",\n        \"aroint\",\n        \"asshead\",\n        \"assheadedness\",\n        \"barehead\",\n        \"base\",\n        \"basely\",\n        \"baseness\",\n        \"basicity\",\n        \"basics\",\n        \"beefheaded\",\n        \"beehead\",\n        \"beeheaded\",\n        \"beetleheaded\",\n        \"behead\",\n        \"beheading\",\n        \"behear\",\n        \"bighead\",\n        \"bigheaded\",\n        \"blindless\",\n        \"blindness\",\n        \"blockheaded\",\n        \"bootes\",\n        \"borstals\",\n        \"bossage\",\n        \"bossiness\",\n        \"bowhead\",\n        \"brigue\",\n        \"bullhead\",\n        \"bullheaded\",\n        \"butt\",\n        \"buttal\",\n        \"buttals\",\n        \"butty\",\n        \"caparison\",\n        \"caparisoned\",\n        \"caparisoning\",\n        \"capiases\",\n        \"capitalise\",\n        \"capitalised\",\n        \"capitalized\",\n        \"capitalizers\",\n        \"capitalizes\",\n        \"capitals\",\n        \"capitatum\",\n        \"capitellate\",\n        \"capitols\",\n        \"capitoulate\",\n        \"capitulant\",\n        \"capitular\",\n        \"capitulary\",\n        \"capitularly\",\n        \"capitulatory\",\n        \"capitulum\",\n        \"capmint\",\n        \"caprices\",\n        \"caprificate\",\n        \"caprification\",\n        \"caprylate\",\n        \"caprioles\",\n        \"capris\",\n        \"captivance\",\n        \"caput\",\n        \"caum\",\n        \"cavus\",\n        \"chab\",\n        \"chac\",\n        \"chad\",\n        \"chap\",\n        \"chapiter\",\n        \"chapote\",\n        \"chappal\",\n        \"chappaul\",\n        \"chappe\",\n        \"chapped\",\n        \"chappow\",\n        \"chaps\",\n        \"chapt\",\n        \"chapter\",\n        \"chapterful\",\n        \"chapters\",\n        \"charpit\",\n        \"chars\",\n        \"chasings\",\n        \"chaw\",\n        \"chawk\",\n        \"chawl\",\n        \"chawle\",\n        \"chawn\",\n        \"chaws\",\n        \"chiefage\",\n        \"chiefery\",\n        \"chiefless\",\n        \"chiefling\",\n        \"chiefry\",\n        \"chuet\",\n        \"citternhead\",\n        \"cobhead\",\n        \"cockhead\",\n        \"cohead\",\n        \"coheaded\",\n        \"coheading\",\n        \"core\",\n        \"corebel\",\n        \"coreciprocal\",\n        \"coredeem\",\n        \"coredeems\",\n        \"coreductase\",\n        \"coree\",\n        \"coregent\",\n        \"coreid\",\n        \"coreidae\",\n        \"coreign\",\n        \"coreigns\",\n        \"corelates\",\n        \"corelysis\",\n        \"corella\",\n        \"corema\",\n        \"coreopsis\",\n        \"corequisite\",\n        \"coresidual\",\n        \"corespect\",\n        \"corevolve\",\n        \"corsite\",\n        \"cuphead\",\n        \"cuprites\",\n        \"deadhead\",\n        \"deadheaded\",\n        \"deadheading\",\n        \"deadlihead\",\n        \"decapitated\",\n        \"essang\",\n        \"essene\",\n        \"essenic\",\n        \"essentialization\",\n        \"essentiate\",\n        \"evenhead\",\n        \"fathead\",\n        \"fatheaded\",\n        \"figurehead\",\n        \"figureheads\",\n        \"forcipal\",\n        \"foremostly\",\n        \"fortuity\",\n        \"fragrance\",\n        \"fragrancy\",\n        \"fringehead\",\n        \"fundament\",\n        \"fundamental\",\n        \"fundamentalism\",\n        \"fundamentality\",\n        \"fundamentally\",\n        \"fundamentalness\",\n        \"fundamentals\",\n        \"furrings\",\n        \"goodlihead\",\n        \"gris\",\n        \"gurneys\",\n        \"head\",\n        \"headboard\",\n        \"headborough\",\n        \"headend\",\n        \"headender\",\n        \"headends\",\n        \"header\",\n        \"headers\",\n        \"headfirst\",\n        \"headforemost\",\n        \"headframe\",\n        \"headful\",\n        \"headgates\",\n        \"headhunted\",\n        \"headhunter\",\n        \"headhunting\",\n        \"headhunts\",\n        \"headily\",\n        \"headiness\",\n        \"headle\",\n        \"headledge\",\n        \"headliked\",\n        \"headlined\",\n        \"headliner\",\n        \"headliners\",\n        \"headling\",\n        \"headlining\",\n        \"headlongness\",\n        \"headlongs\",\n        \"headmasterly\",\n        \"headmastership\",\n        \"headmold\",\n        \"headmost\",\n        \"headmould\",\n        \"headnote\",\n        \"headpenny\",\n        \"headpieces\",\n        \"headpin\",\n        \"headpins\",\n        \"headpost\",\n        \"headquartered\",\n        \"headquartering\",\n        \"headraces\",\n        \"headrent\",\n        \"headrig\",\n        \"headright\",\n        \"headring\",\n        \"heads\",\n        \"headsheet\",\n        \"headsheets\",\n        \"headship\",\n        \"headships\",\n        \"headsill\",\n        \"headspring\",\n        \"headstay\",\n        \"headstays\",\n        \"headstall\",\n        \"headstock\",\n        \"headstream\",\n        \"headtire\",\n        \"headway\",\n        \"headways\",\n        \"headwaiter\",\n        \"headwaiters\",\n        \"headwall\",\n        \"headward\",\n        \"headwards\",\n        \"headwind\",\n        \"hoarheaded\",\n        \"isth\",\n        \"keying\",\n        \"keynoted\",\n        \"keist\",\n        \"konseal\",\n        \"loghead\",\n        \"logheaded\",\n        \"lowlihead\",\n        \"main\",\n        \"mainferre\",\n        \"mainline\",\n        \"mainlined\",\n        \"mainliner\",\n        \"mainliners\",\n        \"mainlining\",\n        \"mainmast\",\n        \"mainmasts\",\n        \"mainor\",\n        \"mainpast\",\n        \"mainpin\",\n        \"mainprize\",\n        \"mainstream\",\n        \"maintien\",\n        \"maintops\",\n        \"mainward\",\n        \"majoring\",\n        \"majorism\",\n        \"majoristic\",\n        \"manation\",\n        \"manhead\",\n        \"masterling\",\n        \"mastheaded\",\n        \"mastheading\",\n        \"mushheaded\",\n        \"mushheadedness\",\n        \"nill\",\n        \"nist\",\n        \"oarrowheaded\",\n        \"odology\",\n        \"odonate\",\n        \"odor\",\n        \"odored\",\n        \"odorful\",\n        \"odorific\",\n        \"odorization\",\n        \"odors\",\n        \"odour\",\n        \"odoured\",\n        \"odours\",\n        \"olfaction\",\n        \"originating\",\n        \"panheaded\",\n        \"paramount\",\n        \"paramountcy\",\n        \"paramountness\",\n        \"penhead\",\n        \"perfumy\",\n        \"pighead\",\n        \"pigheaded\",\n        \"pil\",\n        \"pilchard\",\n        \"pilis\",\n        \"pilular\",\n        \"pilumnus\",\n        \"pilus\",\n        \"pithead\",\n        \"points\",\n        \"polehead\",\n        \"pothead\",\n        \"powhead\",\n        \"preship\",\n        \"primacy\",\n        \"primality\",\n        \"primarily\",\n        \"primeness\",\n        \"primevally\",\n        \"primula\",\n        \"princeliness\",\n        \"principality\",\n        \"principalness\",\n        \"principia\",\n        \"principium\",\n        \"principly\",\n        \"pubic\",\n        \"rheadine\",\n        \"scented\",\n        \"scentful\",\n        \"scenting\",\n        \"scents\",\n        \"schav\",\n        \"scoring\",\n        \"sethead\",\n        \"shellhead\",\n        \"smell\",\n        \"smellie\",\n        \"smellier\",\n        \"smelliness\",\n        \"soreheaded\",\n        \"sourceful\",\n        \"spearhead\",\n        \"stakehead\",\n        \"stank\",\n        \"stemhead\",\n        \"stemwards\",\n        \"stench\",\n        \"stub\",\n        \"stubboy\",\n        \"stubchen\",\n        \"stuber\",\n        \"subjectness\",\n        \"subjectship\",\n        \"substriate\",\n        \"substrings\",\n        \"sudation\",\n        \"superinference\",\n        \"supranature\",\n        \"thumbling\",\n        \"thumps\",\n        \"titleship\",\n        \"topples\",\n        \"tots\",\n        \"tubehead\",\n        \"tusches\",\n        \"tushes\",\n        \"tushies\",\n        \"tussive\",\n        \"unbeheaded\",\n        \"unchapter\",\n        \"underlying\",\n        \"unhead\",\n        \"unheaded\",\n        \"unheader\",\n        \"unheady\",\n        \"warhead\",\n        \"wharfhead\",\n        \"whissle\"\n    ],\n    \"tinyelepate\": [\n        \"addlepate\"\n    ],\n    \"tinyeleplot\": [\n        \"addleplot\"\n    ],\n    \"tinyenl\": [\n        \"addnl\"\n    ],\n    \"nddoom\": [\n        \"addoom\"\n    ],\n    \"doara ntị\": [\n        \"addorsed\"\n    ],\n    \"kwara\": [\n        \"addressed\",\n        \"beatified\",\n        \"beatifies\",\n        \"betuckered\",\n        \"hurden\",\n        \"jeered\",\n        \"malaxed\",\n        \"mopheaded\",\n        \"rastled\",\n        \"readdressed\",\n        \"shooks\",\n        \"shoved\",\n        \"soshed\",\n        \"teary\",\n        \"teaselled\",\n        \"throbbed\",\n        \"throed\",\n        \"trellised\",\n        \"tussocked\",\n        \"wagged\",\n        \"waisted\",\n        \"wawled\"\n    ],\n    \"na-ekwu okwu\": [\n        \"addressing\",\n        \"adorally\",\n        \"adulterize\",\n        \"alliterative\",\n        \"articulating\",\n        \"articulative\",\n        \"ascribing\",\n        \"availing\",\n        \"avalent\",\n        \"babble\",\n        \"babbler\",\n        \"babbles\",\n        \"babblesome\",\n        \"babbling\",\n        \"babblings\",\n        \"badmouthing\",\n        \"begettal\",\n        \"blabbering\",\n        \"blabbing\",\n        \"blithers\",\n        \"bottoming\",\n        \"cering\",\n        \"chuting\",\n        \"clavering\",\n        \"commentating\",\n        \"concussing\",\n        \"conversant\",\n        \"discoursively\",\n        \"ditting\",\n        \"elocutioner\",\n        \"elocutionist\",\n        \"eloigning\",\n        \"eloining\",\n        \"eloquently\",\n        \"gabbling\",\n        \"gainspeaking\",\n        \"hypothecating\",\n        \"hypothesizing\",\n        \"iarovizing\",\n        \"jumbling\",\n        \"lexological\",\n        \"lyrically\",\n        \"lyricising\",\n        \"lyricizes\",\n        \"lyricizing\",\n        \"loudspeaking\",\n        \"luting\",\n        \"mantling\",\n        \"meanderingly\",\n        \"mouthing\",\n        \"mumbles\",\n        \"nazifying\",\n        \"orating\",\n        \"oratory\",\n        \"orators\",\n        \"outvociferating\",\n        \"paganizing\",\n        \"paginating\",\n        \"parabolizing\",\n        \"pargetting\",\n        \"parlaying\",\n        \"peopling\",\n        \"peoplish\",\n        \"ploying\",\n        \"predonate\",\n        \"prenominating\",\n        \"prepronouncing\",\n        \"preselling\",\n        \"profanably\",\n        \"prolegate\",\n        \"prologuing\",\n        \"prologuizing\",\n        \"promontoried\",\n        \"propitiously\",\n        \"proposterously\",\n        \"proritualistic\",\n        \"prosiphonal\",\n        \"protonated\",\n        \"protuberous\",\n        \"referently\",\n        \"relativistically\",\n        \"remarking\",\n        \"reprovers\",\n        \"rerating\",\n        \"rheocrat\",\n        \"rhetoricals\",\n        \"rhetorician\",\n        \"sarmatic\",\n        \"sermonically\",\n        \"sermonizes\",\n        \"serrating\",\n        \"simpering\",\n        \"siphoning\",\n        \"sluicing\",\n        \"smalming\",\n        \"snouting\",\n        \"soliloquizing\",\n        \"speakablies\",\n        \"speakingly\",\n        \"speaks\",\n        \"speechful\",\n        \"speechmaking\",\n        \"talcking\",\n        \"talkative\",\n        \"talkatively\",\n        \"talkful\",\n        \"talky\",\n        \"talking\",\n        \"thyreolingual\",\n        \"untitularly\",\n        \"upspeak\",\n        \"uttering\",\n        \"veligerous\",\n        \"vulcanising\",\n        \"vulgarizing\",\n        \"wellspoken\",\n        \"whuttering\"\n    ],\n    \"nwekwuo\": [\n        \"addrest\",\n        \"afortiori\",\n        \"bourre\",\n        \"cavish\",\n        \"densify\",\n        \"hopcrease\",\n        \"incremented\",\n        \"maxillipedary\",\n        \"moreen\",\n        \"morefold\",\n        \"moreish\",\n        \"morella\",\n        \"morello\",\n        \"morellos\",\n        \"moreness\",\n        \"moresco\",\n        \"mosting\",\n        \"philistinic\",\n        \"pickthankly\",\n        \"superestablish\",\n        \"whinnier\"\n    ],\n    \"na-agbakwụnye,\": [\n        \"adds\"\n    ],\n    \"adabara\": [\n        \"adducent\",\n        \"dropseed\",\n        \"mermithized\",\n        \"suitable\",\n        \"suited\"\n    ],\n    \"addcers\": [\n        \"adducers\"\n    ],\n    \"dị mfe\": [\n        \"adducible\",\n        \"easefully\",\n        \"easeled\",\n        \"easygoingly\",\n        \"easylike\",\n        \"farweltered\",\n        \"feretory\",\n        \"fitchy\",\n        \"flatfootedly\",\n        \"frailejon\",\n        \"isopterous\",\n        \"isotronic\",\n        \"levier\",\n        \"lightfast\",\n        \"lightfully\",\n        \"lighty\",\n        \"lovier\",\n        \"mannerable\",\n        \"meretricious\",\n        \"pleadingly\",\n        \"pronephric\",\n        \"pronephridiostome\",\n        \"pronephron\",\n        \"rancorous\",\n        \"simper\",\n        \"simperingly\",\n        \"simplehearted\",\n        \"simplexed\",\n        \"simplicident\",\n        \"simplicidentate\",\n        \"simplicist\",\n        \"simpliciter\",\n        \"simplificator\",\n        \"simplifiers\",\n        \"simplifies\",\n        \"simplistic\",\n        \"solifugous\",\n        \"sublenticular\",\n        \"subspinous\",\n        \"subterjacent\",\n        \"succubous\",\n        \"supervenient\",\n        \"susceptibleness\",\n        \"susceptibly\",\n        \"tamably\",\n        \"tendersome\",\n        \"unrancourous\",\n        \"vendibly\",\n        \"veniable\",\n        \"venially\",\n        \"veniam\",\n        \"vicarly\"\n    ],\n    \"na-agbasa\": [\n        \"adducing\",\n        \"adfreezing\",\n        \"blousing\",\n        \"breaking\",\n        \"bursting\",\n        \"decollating\",\n        \"demodulating\",\n        \"depopulating\",\n        \"diffracts\",\n        \"diffusing\",\n        \"disanimating\",\n        \"disbarring\",\n        \"discomfiting\",\n        \"disconcerting\",\n        \"disgorging\",\n        \"displanting\",\n        \"disprizing\",\n        \"dissembles\",\n        \"dissimulates\",\n        \"dissimulating\",\n        \"dissolvingly\",\n        \"diversifies\",\n        \"emhpasizing\",\n        \"emitting\",\n        \"encastre\",\n        \"enfacing\",\n        \"ensilaging\",\n        \"eruptively\",\n        \"escaloping\",\n        \"escrowing\",\n        \"eternizing\",\n        \"expanding\",\n        \"expandingly\",\n        \"expatiating\",\n        \"expensing\",\n        \"expunging\",\n        \"expurgates\",\n        \"expurgating\",\n        \"faggoting\",\n        \"fissuring\",\n        \"flichtered\",\n        \"foining\",\n        \"fractabling\",\n        \"fractionalizing\",\n        \"fractionating\",\n        \"fugitating\",\n        \"fulminating\",\n        \"funambulate\",\n        \"inbreaking\",\n        \"ladifying\",\n        \"linolate\",\n        \"miscasting\",\n        \"misproducing\",\n        \"nudging\",\n        \"outbidding\",\n        \"outcrawling\",\n        \"outspends\",\n        \"outspreading\",\n        \"petting\",\n        \"plaining\",\n        \"preflowering\",\n        \"proletarizing\",\n        \"proliferating\",\n        \"proliferously\",\n        \"propagandic\",\n        \"propagandise\",\n        \"propagandising\",\n        \"propagandistic\",\n        \"propagandistically\",\n        \"propagandize\",\n        \"propagandizes\",\n        \"propagandizing\",\n        \"propagates\",\n        \"propagating\",\n        \"propagative\",\n        \"propagatory\",\n        \"propagines\",\n        \"propitiatingly\",\n        \"quaffing\",\n        \"scragging\",\n        \"shuting\",\n        \"spangling\",\n        \"spawling\",\n        \"spawning\",\n        \"sprangling\",\n        \"sprawling\",\n        \"spreading\",\n        \"spreadingly\",\n        \"spreads\",\n        \"spreeing\",\n        \"trifurcating\",\n        \"unaggravating\",\n        \"undulating\",\n        \"unfibbing\",\n        \"unfraternizing\",\n        \"unmolds\",\n        \"unpropagandistic\",\n        \"unwrangling\",\n        \"whanging\",\n        \"widening\",\n        \"wrying\"\n    ],\n    \"ndukwe\": [\n        \"adduct\",\n        \"bejazz\",\n        \"capiteaux\",\n        \"capitoninae\",\n        \"carnaubyl\",\n        \"castanet\",\n        \"cataclysmatist\",\n        \"catacromyodian\",\n        \"catholyte\",\n        \"catoptrite\",\n        \"catostomid\",\n        \"catostomoid\",\n        \"catouse\",\n        \"cystolith\",\n        \"cryptamnesia\",\n        \"cryptesthesia\",\n        \"cryptomere\",\n        \"crypturidae\",\n        \"dabby\",\n        \"demiorbit\",\n        \"diathermaneity\",\n        \"didromy\",\n        \"direxit\",\n        \"eriodictyon\",\n        \"heliotropian\",\n        \"huddroun\",\n        \"kappellmeister\",\n        \"perityphlitic\",\n        \"pointblank\",\n        \"potamochoerus\",\n        \"potamoplankton\"\n    ],\n    \"adabata\": [\n        \"adducts\"\n    ],\n    \"ade ade\": [\n        \"adeemed\"\n    ],\n    \"Adelbert\": [\n        \"adelbert\"\n    ],\n    \"Adel\": [\n        \"adelite\"\n    ],\n    \"adelocelo\": [\n        \"adelocerous\"\n    ],\n    \"ekwetara\": [\n        \"adempted\"\n    ],\n    \"mgbaka\": [\n        \"adenalgy\",\n        \"barbre\",\n        \"contrefort\",\n        \"dement\",\n        \"dementi\",\n        \"dementia\",\n        \"demential\",\n        \"dementie\",\n        \"disconvenience\",\n        \"haruspical\",\n        \"hypaton\",\n        \"inconvenience\",\n        \"inconveniences\",\n        \"inconveniency\",\n        \"inconveniencies\",\n        \"inconveniencing\",\n        \"inconvenientness\",\n        \"ringworm\",\n        \"violacean\"\n    ],\n    \"adenditric\": [\n        \"adendritic\"\n    ],\n    \"adenin\": [\n        \"adenine\",\n        \"adenines\"\n    ],\n    \"na-ad\": [\n        \"adenitises\"\n    ],\n    \"adenos\": [\n        \"adenoses\"\n    ],\n    \"adenosin\": [\n        \"adenosine\"\n    ],\n    \"adenotomi\": [\n        \"adenotomy\"\n    ],\n    \"adenotomik\": [\n        \"adenotomic\"\n    ],\n    \"agbachi\": [\n        \"adephagia\",\n        \"anisated\",\n        \"annodated\",\n        \"archdespot\",\n        \"arcked\",\n        \"cacophonous\",\n        \"circumvented\",\n        \"cladding\",\n        \"clasped\",\n        \"clavellated\",\n        \"cloakedly\",\n        \"clochards\",\n        \"clodhopper\",\n        \"clodhopperish\",\n        \"clouty\",\n        \"constrainedly\",\n        \"cuittling\",\n        \"curbable\",\n        \"curtseyed\",\n        \"curtseys\",\n        \"curvirostres\",\n        \"embow\",\n        \"embowl\",\n        \"embowment\",\n        \"escarps\",\n        \"fadedness\",\n        \"flacker\",\n        \"gimleteyed\",\n        \"halfcocked\",\n        \"impedingly\",\n        \"impinged\",\n        \"lappered\",\n        \"lappeted\",\n        \"lardizabalaceous\",\n        \"lateenrigged\",\n        \"lockable\",\n        \"looed\",\n        \"lozenged\",\n        \"luggnagg\",\n        \"mizzling\",\n        \"morphized\",\n        \"muircock\",\n        \"muzzled\",\n        \"neighborstained\",\n        \"pendens\",\n        \"plopped\",\n        \"shadowboxed\",\n        \"unabrased\",\n        \"unblacked\",\n        \"unblackened\",\n        \"unblockaded\",\n        \"unblocked\",\n        \"unbuttoned\",\n        \"unclogged\",\n        \"unconcluded\",\n        \"uncracked\",\n        \"uncrooked\",\n        \"underzealot\",\n        \"unhocked\",\n        \"unimbrowned\",\n        \"uninterlocked\",\n        \"unlapped\",\n        \"unlicked\",\n        \"unlobed\",\n        \"unlockable\",\n        \"unlocked\",\n        \"unlooked\",\n        \"unlopped\",\n        \"unmocked\",\n        \"unopted\",\n        \"unracked\",\n        \"unracking\",\n        \"unrounding\",\n        \"upblacken\"\n    ],\n    \"ịdị ọcha\": [\n        \"adeptness\",\n        \"beaminess\",\n        \"bechalking\",\n        \"bemaddening\",\n        \"bemaddens\",\n        \"bemajesty\",\n        \"berascaling\",\n        \"bewhiten\",\n        \"blithesomeness\",\n        \"caducity\",\n        \"chariness\",\n        \"chasteness\",\n        \"chastity\",\n        \"chastities\",\n        \"cleanliness\",\n        \"cleanness\",\n        \"clemencies\",\n        \"cloisterliness\",\n        \"coeternity\",\n        \"copiousness\",\n        \"courtliness\",\n        \"craggedness\",\n        \"curliness\",\n        \"decentness\",\n        \"dislikeness\",\n        \"douceness\",\n        \"doughtiness\",\n        \"durity\",\n        \"edginess\",\n        \"everyness\",\n        \"flatulentness\",\n        \"friskiness\",\n        \"fructuousness\",\n        \"ghenting\",\n        \"gildedness\",\n        \"girliness\",\n        \"gnessic\",\n        \"hygenics\",\n        \"hygiastic\",\n        \"hygienal\",\n        \"hygiene\",\n        \"hygienes\",\n        \"hygienic\",\n        \"hygienical\",\n        \"hygienics\",\n        \"hygienization\",\n        \"hygienize\",\n        \"hylactism\",\n        \"hypaesthesic\",\n        \"hyperexcitableness\",\n        \"hyperlustrousness\",\n        \"hyperspeculativeness\",\n        \"honeyedness\",\n        \"impuritanism\",\n        \"innoxiousness\",\n        \"jewishness\",\n        \"legerity\",\n        \"lenitiveness\",\n        \"litherness\",\n        \"loathness\",\n        \"loiteringness\",\n        \"lonesomeness\",\n        \"loquaciousness\",\n        \"loutishness\",\n        \"lukeness\",\n        \"mannerism\",\n        \"mannerliness\",\n        \"mellowness\",\n        \"minginess\",\n        \"motleyness\",\n        \"neatness\",\n        \"neatnesses\",\n        \"nondeleteriousness\",\n        \"noughtiness\",\n        \"oiltightness\",\n        \"orangeness\",\n        \"plicateness\",\n        \"poriness\",\n        \"pretensiveness\",\n        \"pretentiousness\",\n        \"priggishness\",\n        \"prighood\",\n        \"prurience\",\n        \"pruriency\",\n        \"pureeing\",\n        \"pureness\",\n        \"purenesses\",\n        \"puritaness\",\n        \"puritanicalness\",\n        \"puritanism\",\n        \"purity\",\n        \"purpense\",\n        \"purpliness\",\n        \"purplishness\",\n        \"saliency\",\n        \"salification\",\n        \"sanability\",\n        \"sanableness\",\n        \"sanativeness\",\n        \"sanemindedness\",\n        \"saneness\",\n        \"sanenesses\",\n        \"sanification\",\n        \"sanious\",\n        \"sanitary\",\n        \"sanitarily\",\n        \"sanitariness\",\n        \"sanity\",\n        \"sanitisation\",\n        \"sanitising\",\n        \"sanitizing\",\n        \"seakindliness\",\n        \"senectitude\",\n        \"slyness\",\n        \"slynesses\",\n        \"stertoriousness\",\n        \"suchness\",\n        \"tantrism\",\n        \"teemfulness\",\n        \"tenebriousness\",\n        \"tenebrosity\",\n        \"tenebrousness\",\n        \"thingliness\",\n        \"tidiness\",\n        \"tidinesses\",\n        \"towardliness\",\n        \"trebleness\",\n        \"tristeness\",\n        \"tristfulness\",\n        \"twanginess\",\n        \"ultroneousness\",\n        \"unbeing\",\n        \"undancing\",\n        \"undoingness\",\n        \"unlikeness\",\n        \"unlubricating\",\n        \"virge\",\n        \"wateriness\",\n        \"waxiness\",\n        \"wofulness\"\n    ],\n    \"zuru ezu\": [\n        \"adequate\",\n        \"allicient\",\n        \"ample\",\n        \"amplect\",\n        \"amplectant\",\n        \"amplexifoliate\",\n        \"amplexus\",\n        \"completable\",\n        \"complete\",\n        \"comprehensiveness\",\n        \"conficient\",\n        \"deliquate\",\n        \"deplete\",\n        \"detailed\",\n        \"detailedly\",\n        \"detailedness\",\n        \"dumpty\",\n        \"elabrate\",\n        \"elachistaceous\",\n        \"elaidinic\",\n        \"elatery\",\n        \"elaterite\",\n        \"encomiastic\",\n        \"encomiastical\",\n        \"encomic\",\n        \"equipendent\",\n        \"fulcraceous\",\n        \"fulcral\",\n        \"fulcrum\",\n        \"fulcrumage\",\n        \"fulful\",\n        \"fulfulde\",\n        \"fulgency\",\n        \"fulgently\",\n        \"fulgentness\",\n        \"fulgidity\",\n        \"fulgorous\",\n        \"fulgourous\",\n        \"fulgurate\",\n        \"fulguration\",\n        \"fulgurite\",\n        \"fulgurous\",\n        \"fulicine\",\n        \"fuliginosity\",\n        \"fuliginous\",\n        \"fuliginousness\",\n        \"fuliguline\",\n        \"fullback\",\n        \"fullbacks\",\n        \"fullbodied\",\n        \"fuller\",\n        \"fullered\",\n        \"fullest\",\n        \"fullface\",\n        \"fullgrownness\",\n        \"fullmouth\",\n        \"fullmouthed\",\n        \"fulmineous\",\n        \"fulminuric\",\n        \"fulnesses\",\n        \"fulsome\",\n        \"fulvid\",\n        \"fulvidness\",\n        \"fulvous\",\n        \"holistic\",\n        \"incommunicado\",\n        \"lorenzan\",\n        \"omnisufficient\",\n        \"overcomplete\",\n        \"overhomeliness\",\n        \"perfunctoriness\",\n        \"pervial\",\n        \"precompleteness\",\n        \"reclusive\",\n        \"reclusiveness\",\n        \"refection\",\n        \"reprehensive\",\n        \"repurchase\",\n        \"resteel\",\n        \"restfully\",\n        \"stourly\",\n        \"subcompleteness\",\n        \"suffect\",\n        \"suffetes\",\n        \"sufficer\",\n        \"sufficience\",\n        \"sufficiency\",\n        \"sufficiencies\",\n        \"sufficiently\",\n        \"sufficientness\",\n        \"sufficingly\",\n        \"sufficingness\",\n        \"sufflaminate\",\n        \"sufflamination\",\n        \"suffolk\",\n        \"suffraganal\",\n        \"suffraganate\",\n        \"suffraganeous\",\n        \"suffragant\",\n        \"suffragate\",\n        \"suffragette\",\n        \"suffragettes\",\n        \"suffragial\",\n        \"suffragism\",\n        \"suffragistic\",\n        \"suffrutescent\",\n        \"suffruticose\",\n        \"suffumigate\",\n        \"suffumigated\",\n        \"suffumigating\",\n        \"suffumigation\",\n        \"suffusable\",\n        \"suffusive\",\n        \"supercomplete\",\n        \"torquate\",\n        \"totalized\",\n        \"totemic\",\n        \"totemism\",\n        \"totemite\",\n        \"totipotency\",\n        \"totitive\",\n        \"washtrough\",\n        \"wholeness\"\n    ],\n    \"mezie\": [\n        \"adffroze\",\n        \"aduncate\",\n        \"aerify\",\n        \"agglomerate\",\n        \"agminate\",\n        \"alacrify\",\n        \"alcalizate\",\n        \"aldose\",\n        \"alkalify\",\n        \"alkalize\",\n        \"alpenstocker\",\n        \"alternize\",\n        \"amends\",\n        \"amortise\",\n        \"anglify\",\n        \"armenize\",\n        \"aromatize\",\n        \"arterialize\",\n        \"assibilate\",\n        \"augen\",\n        \"burthened\",\n        \"calicoed\",\n        \"capacify\",\n        \"cauterism\",\n        \"cauterize\",\n        \"cauterizer\",\n        \"cauterizes\",\n        \"clearing\",\n        \"clearings\",\n        \"clearwing\",\n        \"commonize\",\n        \"concrew\",\n        \"conventionalize\",\n        \"coronize\",\n        \"correa\",\n        \"correct\",\n        \"correctify\",\n        \"correctrice\",\n        \"correlate\",\n        \"corrivate\",\n        \"corrive\",\n        \"creolized\",\n        \"debrominate\",\n        \"declericalize\",\n        \"declimatize\",\n        \"deconventionalize\",\n        \"demonetize\",\n        \"edenize\",\n        \"fussify\",\n        \"heliogabalize\",\n        \"hornify\",\n        \"infortunate\",\n        \"intertone\",\n        \"juniorate\",\n        \"ladify\",\n        \"majorize\",\n        \"mend\",\n        \"mendelize\",\n        \"mending\",\n        \"micrify\",\n        \"misrhymed\",\n        \"mystify\",\n        \"modalize\",\n        \"molify\",\n        \"mollify\",\n        \"negate\",\n        \"nippitate\",\n        \"normalise\",\n        \"normalize\",\n        \"normanize\",\n        \"overjust\",\n        \"premodify\",\n        \"ralish\",\n        \"rawish\",\n        \"readjust\",\n        \"realign\",\n        \"recti\",\n        \"rectify\",\n        \"rectifying\",\n        \"redissolved\",\n        \"redress\",\n        \"refighting\",\n        \"regratify\",\n        \"reguarantee\",\n        \"reguide\",\n        \"regularise\",\n        \"regularize\",\n        \"regulate\",\n        \"regulize\",\n        \"remedied\",\n        \"remeditate\",\n        \"remollify\",\n        \"risser\",\n        \"roscid\",\n        \"rubrify\",\n        \"senilize\",\n        \"somnify\",\n        \"subvenize\",\n        \"trottoired\",\n        \"tuneup\",\n        \"tunings\",\n        \"uglify\",\n        \"undo\",\n        \"undock\",\n        \"undocks\",\n        \"undoer\",\n        \"undoers\",\n        \"undog\",\n        \"unfructify\"\n    ],\n    \"kpọnwụrụ\": [\n        \"adffrozen\",\n        \"adfrozen\",\n        \"froze\",\n        \"paraenesize\",\n        \"paralyse\",\n        \"paralysed\",\n        \"paralyses\",\n        \"paralyzant\",\n        \"paralyze\",\n        \"paralyzed\",\n        \"paralyzedly\",\n        \"paralyzer\",\n        \"paralyzes\",\n        \"paralyzingly\",\n        \"stuprate\",\n        \"twitted\",\n        \"twitten\",\n        \"witereden\",\n        \"withered\",\n        \"witherer\",\n        \"witlings\",\n        \"wittified\"\n    ],\n    \"ndebanye\": [\n        \"adfix\",\n        \"committitur\",\n        \"interjectionary\"\n    ],\n    \"Ohere\": [\n        \"adfluxion\",\n        \"adfroze\",\n        \"amouret\",\n        \"amphichrom\",\n        \"amphicyon\",\n        \"amphitryon\",\n        \"avariciousness\",\n        \"beraunite\",\n        \"broadthroat\",\n        \"chance\",\n        \"chancefulness\",\n        \"chanceman\",\n        \"chancemen\",\n        \"chances\",\n        \"charer\",\n        \"cheapjack\",\n        \"cledde\",\n        \"cryptocarpic\",\n        \"dalar\",\n        \"dankishness\",\n        \"dankness\",\n        \"dazedness\",\n        \"disclaimant\",\n        \"discrepate\",\n        \"discrepating\",\n        \"disthroned\",\n        \"estrepement\",\n        \"eviscerating\",\n        \"freckliness\",\n        \"frett\",\n        \"gavotting\",\n        \"getspace\",\n        \"hackling\",\n        \"harlequinic\",\n        \"hathpace\",\n        \"hazle\",\n        \"holeable\",\n        \"hutching\",\n        \"hutting\",\n        \"lancelet\",\n        \"lidderon\",\n        \"lisles\",\n        \"oddsbud\",\n        \"ophelimity\",\n        \"opportunity\",\n        \"opportunities\",\n        \"osphere\",\n        \"outspinning\",\n        \"pernel\",\n        \"pokanoket\",\n        \"possets\",\n        \"privations\",\n        \"residencia\",\n        \"sadirons\",\n        \"scalepan\",\n        \"shylocks\",\n        \"slat\",\n        \"slatings\",\n        \"slattern\",\n        \"spacers\",\n        \"spacing\",\n        \"spack\",\n        \"spade\",\n        \"spadiceous\",\n        \"spadilla\",\n        \"spallable\",\n        \"spane\",\n        \"spangler\",\n        \"spanglier\",\n        \"spaniol\",\n        \"spanopnea\",\n        \"sparge\",\n        \"sparging\",\n        \"sparling\",\n        \"sparpling\",\n        \"sparring\",\n        \"sparth\",\n        \"sparver\",\n        \"spatiality\",\n        \"spatio\",\n        \"spatzle\",\n        \"spencean\",\n        \"spif\",\n        \"spik\",\n        \"spiked\",\n        \"spikedace\",\n        \"spikedaces\",\n        \"spikedness\",\n        \"spikelike\",\n        \"spikes\",\n        \"spiketail\",\n        \"spiking\",\n        \"spiles\",\n        \"spilosite\",\n        \"spinaceous\",\n        \"spinotectal\",\n        \"spirants\",\n        \"spirochaetal\",\n        \"splasher\",\n        \"splatter\",\n        \"sporran\",\n        \"sporrans\",\n        \"spreagh\",\n        \"spurners\",\n        \"spurns\",\n        \"spurway\",\n        \"sqrt\",\n        \"stibblerig\",\n        \"tamanoir\",\n        \"trancelike\",\n        \"trapdoors\",\n        \"versipel\",\n        \"whitecomb\",\n        \"wincey\"\n    ],\n    \"adụka\": [\n        \"adhaka\"\n    ],\n    \"adhere\": [\n        \"adherant\",\n        \"adherent\"\n    ],\n    \"rube isi\": [\n        \"adhere\",\n        \"adherend\",\n        \"comply\",\n        \"obe\",\n        \"obey\",\n        \"preobedient\"\n    ],\n    \"gbasoro\": [\n        \"adhered\",\n        \"adherers\",\n        \"complied\"\n    ],\n    \"nrube isi\": [\n        \"adherence\",\n        \"adherency\",\n        \"obediences\",\n        \"obediency\",\n        \"obediential\",\n        \"obedientialness\",\n        \"obedientiar\",\n        \"obedientiary\",\n        \"obedientiaries\",\n        \"obediently\",\n        \"obeisance\",\n        \"subpectination\",\n        \"subservience\"\n    ],\n    \"na-adhere\": [\n        \"adherends\"\n    ],\n    \"na-eso ụzọ\": [\n        \"adherents\",\n        \"disciple\",\n        \"discipled\",\n        \"disciples\",\n        \"follower\",\n        \"followers\",\n        \"followership\"\n    ],\n    \"rapara\": [\n        \"adherer\",\n        \"stickable\",\n        \"sticken\"\n    ],\n    \"na-agbaso\": [\n        \"adheres\",\n        \"adhering\",\n        \"contender\",\n        \"contorting\",\n        \"enculturating\",\n        \"misanthropically\",\n        \"parametrically\",\n        \"proconsulate\",\n        \"prothetely\",\n        \"quodling\"\n    ],\n    \"nraranye\": [\n        \"adherescence\",\n        \"dedication\",\n        \"dedicational\",\n        \"dedications\",\n        \"inauguration\",\n        \"nondedication\"\n    ],\n    \"nyagide\": [\n        \"adhesive\",\n        \"adhesively\"\n    ],\n    \"adhesivemita\": [\n        \"adhesivemeter\"\n    ],\n    \"nrapado\": [\n        \"adhesiveness\",\n        \"adhesives\",\n        \"glueyness\",\n        \"gluiness\",\n        \"stickage\",\n        \"stickiness\"\n    ],\n    \"inye iwu\": [\n        \"adhibiting\",\n        \"adminiculate\",\n        \"clerking\",\n        \"commanding\",\n        \"lawgiving\",\n        \"mandamusing\",\n        \"misallotment\",\n        \"misbestow\",\n        \"misbestowal\",\n        \"overbribe\",\n        \"overcontributing\",\n        \"overdeliberating\",\n        \"porphyrizing\",\n        \"porporate\",\n        \"reallegorize\",\n        \"reguaranteeing\",\n        \"regulating\",\n        \"subring\",\n        \"subrings\",\n        \"subsyndicate\",\n        \"superguaranteeing\",\n        \"veneering\"\n    ],\n    \"na-egosipụta\": [\n        \"adhibits\",\n        \"characterizes\",\n        \"deifies\",\n        \"depersonize\",\n        \"depicting\",\n        \"depicts\",\n        \"depicturing\",\n        \"depurating\",\n        \"deputing\",\n        \"deputising\",\n        \"deputizing\",\n        \"displaying\",\n        \"emblematised\",\n        \"emblematising\",\n        \"emblematizing\",\n        \"emblemizing\",\n        \"emceing\",\n        \"emusifies\",\n        \"exemplifies\",\n        \"exemplifying\",\n        \"exercitant\",\n        \"exhibitant\",\n        \"exhibiting\",\n        \"glibly\",\n        \"identifies\",\n        \"illustrating\",\n        \"manifests\",\n        \"mirroring\",\n        \"misplaying\",\n        \"outpointing\",\n        \"pasteurizing\",\n        \"personifies\",\n        \"portrayable\",\n        \"predemonstrating\",\n        \"presentencing\",\n        \"presympathizing\",\n        \"prettifies\",\n        \"reflective\",\n        \"reflectively\",\n        \"reflects\",\n        \"revindicates\",\n        \"symbolising\",\n        \"symbolizing\",\n        \"spatheful\",\n        \"undepressing\",\n        \"underexposing\",\n        \"underpainting\",\n        \"underplaying\",\n        \"underscoring\",\n        \"undershooting\",\n        \"underspends\",\n        \"unplaying\",\n        \"unsprouting\",\n        \"validatable\",\n        \"vindicates\"\n    ],\n    \"ndụmọdụ\": [\n        \"adhort\",\n        \"admonisher\",\n        \"admonishment\",\n        \"admonishments\",\n        \"admonition\",\n        \"admonitions\",\n        \"admonitive\",\n        \"admonitor\",\n        \"admonitory\",\n        \"adv\",\n        \"advice\",\n        \"adviceful\",\n        \"advices\",\n        \"advisal\",\n        \"advisatory\",\n        \"advisee\",\n        \"advisement\",\n        \"advisements\",\n        \"advisership\",\n        \"advisy\",\n        \"advisive\",\n        \"advisiveness\",\n        \"adviso\",\n        \"advisory\",\n        \"advisories\",\n        \"advocacies\",\n        \"advolution\",\n        \"advowry\",\n        \"advowsance\",\n        \"coadvice\",\n        \"consultancy\",\n        \"consultantship\",\n        \"consultation\",\n        \"consultations\",\n        \"consultatory\",\n        \"consultory\",\n        \"counsel\",\n        \"counselful\",\n        \"counseling\",\n        \"counsellable\",\n        \"counselling\",\n        \"counsellorship\",\n        \"counselorship\",\n        \"counteradvice\",\n        \"exhortatory\",\n        \"exhorters\",\n        \"foreadvice\",\n        \"forecounsel\",\n        \"mentery\",\n        \"menticulture\",\n        \"mentiferous\",\n        \"mentiform\",\n        \"mentimutation\",\n        \"mentorship\",\n        \"minders\",\n        \"miscounseling\",\n        \"precounsel\",\n        \"prettification\",\n        \"propositi\",\n        \"propositio\",\n        \"propositus\",\n        \"propositusti\",\n        \"recommand\",\n        \"recommence\",\n        \"recommendative\",\n        \"recommender\",\n        \"recommunion\"\n    ],\n    \"adị\": [\n        \"ady\",\n        \"exist\",\n        \"existimation\",\n        \"foud\",\n        \"hermaic\",\n        \"prasinous\",\n        \"shelf\",\n        \"shelfback\",\n        \"shelfful\",\n        \"shelved\"\n    ],\n    \"adian\": [\n        \"adiated\",\n        \"theses\"\n    ],\n    \"na-eri nri\": [\n        \"adiating\",\n        \"baiting\",\n        \"cabining\",\n        \"caking\",\n        \"cating\",\n        \"catling\",\n        \"catnapped\",\n        \"clingiest\",\n        \"consumptively\",\n        \"cozing\",\n        \"devolatilizing\",\n        \"dieted\",\n        \"diether\",\n        \"dieting\",\n        \"dietted\",\n        \"dining\",\n        \"dinting\",\n        \"disking\",\n        \"eating\",\n        \"eatings\",\n        \"feedy\",\n        \"feeding\",\n        \"feering\",\n        \"foodful\",\n        \"glutinosity\",\n        \"glutinous\",\n        \"glutinously\",\n        \"grangerising\",\n        \"grangerizing\",\n        \"ingesting\",\n        \"yocking\",\n        \"yowing\",\n        \"morsing\",\n        \"nurling\",\n        \"overfeeding\",\n        \"pasquinading\",\n        \"pignorative\",\n        \"pilling\",\n        \"rattening\",\n        \"reclining\",\n        \"recoining\",\n        \"satining\",\n        \"steaning\",\n        \"supping\",\n        \"tattering\",\n        \"tatting\",\n        \"throating\",\n        \"thronging\",\n        \"tining\",\n        \"undercooking\",\n        \"ungesticulating\"\n    ],\n    \"ibu agha\": [\n        \"adicity\",\n        \"foeship\",\n        \"livery\"\n    ],\n    \"adiana\": [\n        \"adience\",\n        \"rotation\"\n    ],\n    \"bụrụ\": [\n        \"adight\",\n        \"austerest\",\n        \"becalm\",\n        \"becalms\",\n        \"becard\",\n        \"becense\",\n        \"becombed\",\n        \"becoward\",\n        \"behew\",\n        \"behither\",\n        \"bema\",\n        \"bemar\",\n        \"cowed\",\n        \"decal\",\n        \"essede\",\n        \"maught\",\n        \"viced\"\n    ],\n    \"ogwe\": [\n        \"adion\",\n        \"adios\",\n        \"admov\",\n        \"aggies\",\n        \"confecture\",\n        \"marlins\",\n        \"metages\",\n        \"ministrable\",\n        \"moco\",\n        \"panels\",\n        \"pannes\",\n        \"solitons\",\n        \"spang\",\n        \"spiel\",\n        \"spinet\",\n        \"spirol\",\n        \"splanchnic\",\n        \"spools\",\n        \"sprynesses\",\n        \"spumones\",\n        \"spunks\",\n        \"spunnies\",\n        \"stagings\",\n        \"stangs\",\n        \"tellieses\",\n        \"tumplines\",\n        \"unicellularity\",\n        \"unmixedness\",\n        \"unmoble\",\n        \"vediovis\"\n    ],\n    \"adipscent\": [\n        \"adipescent\"\n    ],\n    \"adipometa\": [\n        \"adipometer\"\n    ],\n    \"adipose\": [\n        \"adiposes\"\n    ],\n    \"adipsia\": [\n        \"adipsy\"\n    ],\n    \"itu\": [\n        \"adit\",\n        \"alure\",\n        \"embush\",\n        \"infract\",\n        \"infume\"\n    ],\n    \"dị\": [\n        \"adital\",\n        \"are\",\n        \"available\",\n        \"beild\",\n        \"cither\",\n        \"comburent\",\n        \"contained\",\n        \"convolved\",\n        \"delies\",\n        \"devisable\",\n        \"dyads\",\n        \"dingly\",\n        \"dopiest\",\n        \"doty\",\n        \"embosomed\",\n        \"embossed\",\n        \"embosses\",\n        \"embost\",\n        \"emendatory\",\n        \"emeried\",\n        \"eric\",\n        \"etymic\",\n        \"exies\",\n        \"existentially\",\n        \"existing\",\n        \"extant\",\n        \"immixt\",\n        \"incumbant\",\n        \"jowed\",\n        \"lige\",\n        \"likewisely\",\n        \"lipemic\",\n        \"lurky\",\n        \"ostentous\",\n        \"quodding\",\n        \"ranged\",\n        \"samely\",\n        \"savableness\",\n        \"selden\",\n        \"semeiotic\",\n        \"servable\",\n        \"sheely\",\n        \"sider\",\n        \"siped\",\n        \"sized\",\n        \"spurlike\",\n        \"stingers\",\n        \"strivy\",\n        \"suably\",\n        \"tandan\",\n        \"tendicle\",\n        \"tetterous\",\n        \"umpy\",\n        \"vernalize\"\n    ],\n    \"adonyi\": [\n        \"adyton\"\n    ],\n    \"adjas\": [\n        \"adjacence\"\n    ],\n    \"adjasj\": [\n        \"adjacency\"\n    ],\n    \"n'akụkụ ya\": [\n        \"adjacent\",\n        \"adjument\"\n    ],\n    \"n'akụkụ\": [\n        \"adjacently\",\n        \"alongside\",\n        \"beside\",\n        \"counterside\",\n        \"flanked\",\n        \"onside\",\n        \"otherest\",\n        \"peripherals\",\n        \"peripherically\",\n        \"side\",\n        \"sidehold\",\n        \"sidelight\",\n        \"sidelines\",\n        \"sidelins\",\n        \"sidereally\",\n        \"siderous\",\n        \"sides\",\n        \"sideslips\",\n        \"sidesman\",\n        \"sidesmen\",\n        \"sidespin\",\n        \"sidestepped\",\n        \"sidesteppers\",\n        \"sideways\",\n        \"sidewards\",\n        \"sidles\",\n        \"sude\",\n        \"withinside\"\n    ],\n    \"djg\": [\n        \"adjag\"\n    ],\n    \"nkọwaa\": [\n        \"adject\",\n        \"adjective\",\n        \"adjectively\",\n        \"adjectives\",\n        \"deciduousness\"\n    ],\n    \"adjective\": [\n        \"adjectional\"\n    ],\n    \"adighi nma\": [\n        \"adjectitious\",\n        \"dejectile\",\n        \"indecent\",\n        \"negations\",\n        \"negativate\",\n        \"negative\",\n        \"negatived\",\n        \"negatively\",\n        \"nonmelodramatically\",\n        \"unhectic\",\n        \"uninspirable\"\n    ],\n    \"nkọwa\": [\n        \"adjectival\",\n        \"annotation\",\n        \"annotations\",\n        \"caption\",\n        \"captions\",\n        \"clarifications\",\n        \"commentary\",\n        \"commentaries\",\n        \"commentation\",\n        \"commentative\",\n        \"commentatorial\",\n        \"connotations\",\n        \"deciphering\",\n        \"decipherment\",\n        \"definement\",\n        \"definienda\",\n        \"definiendum\",\n        \"definiens\",\n        \"definish\",\n        \"definition\",\n        \"definitional\",\n        \"definitiones\",\n        \"definitions\",\n        \"descrial\",\n        \"describability\",\n        \"describent\",\n        \"describer\",\n        \"descrier\",\n        \"descript\",\n        \"description\",\n        \"descriptionist\",\n        \"descriptions\",\n        \"descriptive\",\n        \"descriptivism\",\n        \"descriptory\",\n        \"detailism\",\n        \"details\",\n        \"ditheisms\",\n        \"dittograph\",\n        \"dittography\",\n        \"draftiness\",\n        \"elative\",\n        \"elatives\",\n        \"endnote\",\n        \"endnotes\",\n        \"explainability\",\n        \"explainableness\",\n        \"explanation\",\n        \"explanations\",\n        \"explanative\",\n        \"explanatively\",\n        \"explanator\",\n        \"explanatory\",\n        \"explanatorily\",\n        \"explanatoriness\",\n        \"explanitory\",\n        \"explantation\",\n        \"explants\",\n        \"expositional\",\n        \"expositions\",\n        \"gript\",\n        \"indutive\",\n        \"infinitation\",\n        \"interpretableness\",\n        \"interpretament\",\n        \"interpretation\",\n        \"interpretations\",\n        \"interpretive\",\n        \"interpretorial\",\n        \"interrepellent\",\n        \"particularist\",\n        \"particulars\",\n        \"percribration\",\n        \"plainness\",\n        \"pourpoint\",\n        \"prickshot\",\n        \"specifications\",\n        \"specificity\",\n        \"specificities\",\n        \"specifics\",\n        \"subnote\",\n        \"thanatography\"\n    ],\n    \"n'ụzọ ziri ezi\": [\n        \"adjectivally\",\n        \"affirmably\",\n        \"alkatively\",\n        \"appositively\",\n        \"aright\",\n        \"arightly\",\n        \"catallactically\",\n        \"correctly\",\n        \"cubistically\",\n        \"dutifully\",\n        \"ethically\",\n        \"fairishly\",\n        \"fairly\",\n        \"fairling\",\n        \"hypotonically\",\n        \"identically\",\n        \"justly\",\n        \"legitimately\",\n        \"opinably\",\n        \"orthogonally\",\n        \"overjudiciously\",\n        \"pointwise\",\n        \"precatively\",\n        \"precordially\",\n        \"precorruptly\",\n        \"preculturally\",\n        \"pseudoemotionally\",\n        \"pseudospiritually\",\n        \"responsibly\",\n        \"rightwardly\",\n        \"symbasically\",\n        \"superrighteously\",\n        \"uprightly\"\n    ],\n    \"ịkọwapụta\": [\n        \"adjectivism\",\n        \"categorematic\",\n        \"categorematical\",\n        \"counterclassifications\",\n        \"declassifying\",\n        \"elocutive\",\n        \"epistolising\",\n        \"epitomised\",\n        \"epitomized\",\n        \"exemplarily\",\n        \"explicableness\",\n        \"explicably\",\n        \"explicate\",\n        \"explications\",\n        \"expound\",\n        \"expounding\",\n        \"exprobrate\",\n        \"forecatharping\",\n        \"forerank\",\n        \"lycanthropize\",\n        \"lichenologic\",\n        \"parabolize\",\n        \"paraphysis\",\n        \"paraphrasing\",\n        \"precensure\",\n        \"precensuring\",\n        \"precised\",\n        \"precising\",\n        \"precriticizing\",\n        \"predeclaration\",\n        \"predeclaring\",\n        \"predeclining\",\n        \"predisciplined\",\n        \"predisplacing\",\n        \"predistributing\",\n        \"prespecification\",\n        \"prespecifying\",\n        \"prussification\",\n        \"semideification\",\n        \"specificating\",\n        \"subpredication\",\n        \"superrefining\",\n        \"undeprecating\",\n        \"underspreading\",\n        \"unfloor\",\n        \"unraveller\",\n        \"whatsis\"\n    ],\n    \"dị n'akụkụ\": [\n        \"adjoinant\",\n        \"adjutant\",\n        \"bord\",\n        \"borderside\",\n        \"peripherical\",\n        \"sideral\",\n        \"siderate\",\n        \"siderated\",\n        \"sideromancy\",\n        \"siderostat\",\n        \"siderostatic\",\n        \"sidesaddle\",\n        \"sideslipped\",\n        \"sidest\",\n        \"sideway\"\n    ],\n    \"jikọọ\": [\n        \"adjoinedly\",\n        \"annect\",\n        \"confederate\",\n        \"connect\",\n        \"connectable\",\n        \"connected\",\n        \"connectedly\",\n        \"connectible\",\n        \"connectively\",\n        \"connive\",\n        \"hookup\",\n        \"interlobate\",\n        \"interlocked\",\n        \"internect\",\n        \"joinhand\",\n        \"jointweed\",\n        \"reconnect\",\n        \"rejoindure\"\n    ],\n    \"ịdị n’otu\": [\n        \"adjoiningness\"\n    ],\n    \"jikọtara\": [\n        \"adjoint\",\n        \"adnexed\",\n        \"associated\",\n        \"bonded\",\n        \"clamped\",\n        \"clinked\",\n        \"clustered\",\n        \"cohered\",\n        \"combined\",\n        \"commixed\",\n        \"harnessed\",\n        \"hostaged\",\n        \"integrates\",\n        \"interbbred\",\n        \"intercalated\",\n        \"interchased\",\n        \"interconnected\",\n        \"intergossiped\",\n        \"intergossipped\",\n        \"interjaculateded\",\n        \"interlapped\",\n        \"intermembral\",\n        \"intermewed\",\n        \"interrelated\",\n        \"interseamed\",\n        \"intertraded\",\n        \"interwhistled\",\n        \"interwound\",\n        \"interwoven\",\n        \"irrelated\",\n        \"joinered\",\n        \"jointed\",\n        \"jointedly\",\n        \"jovialize\",\n        \"junctive\",\n        \"junctural\",\n        \"junked\",\n        \"laced\",\n        \"ligated\",\n        \"ligulated\",\n        \"linked\",\n        \"linkedited\",\n        \"linkeditted\",\n        \"mackle\",\n        \"mackled\",\n        \"malleted\",\n        \"massed\",\n        \"maundered\",\n        \"merged\",\n        \"merles\",\n        \"neighed\",\n        \"nigged\",\n        \"overlapped\",\n        \"paized\",\n        \"sejoined\",\n        \"solated\"\n    ],\n    \"yighaa\": [\n        \"adjourn\"\n    ],\n    \"yigharịrị\": [\n        \"adjourned\",\n        \"deferred\",\n        \"deferrized\",\n        \"postponed\"\n    ],\n    \"agbatị\": [\n        \"adjourning\",\n        \"adjourns\",\n        \"adumbrations\",\n        \"ameliorative\",\n        \"belfries\",\n        \"bindable\",\n        \"cascading\",\n        \"contangoes\",\n        \"contortional\",\n        \"convexed\",\n        \"diphthongised\",\n        \"escopette\",\n        \"extendable\",\n        \"extended\",\n        \"extensible\",\n        \"extratensive\",\n        \"fisted\",\n        \"gibbous\",\n        \"gibbously\",\n        \"gibuses\",\n        \"halisteretic\",\n        \"karyologic\",\n        \"midiskirt\",\n        \"outstretched\",\n        \"outstretches\",\n        \"persymmetrical\",\n        \"poculation\",\n        \"quagginess\",\n        \"restraightened\",\n        \"spatulation\",\n        \"splined\",\n        \"straightened\",\n        \"stretchberry\",\n        \"stretmen\",\n        \"ties\",\n        \"unflatted\",\n        \"unstretched\",\n        \"upstretched\",\n        \"urticants\"\n    ],\n    \"iso\": [\n        \"adjoust\",\n        \"consist\",\n        \"preanal\"\n    ],\n    \"ndjt\": [\n        \"adjt\"\n    ],\n    \"kpee\": [\n        \"adjudge\",\n        \"dictate\",\n        \"intercessionate\",\n        \"prase\"\n    ],\n    \"na-ama ikpe\": [\n        \"adjudgeable\",\n        \"convictfishes\",\n        \"convoked\",\n        \"judicative\",\n        \"judicious\"\n    ],\n    \"Ikpe ikpe\": [\n        \"adjudged\"\n    ],\n    \"Ekpe\": [\n        \"adjudges\",\n        \"egressed\"\n    ],\n    \"ikpe\": [\n        \"adjudging\",\n        \"adjudgment\",\n        \"adjudicating\",\n        \"adjudication\",\n        \"adjudicative\",\n        \"adjudicatory\",\n        \"appellate\",\n        \"case\",\n        \"casease\",\n        \"caseases\",\n        \"caseate\",\n        \"caseated\",\n        \"caseates\",\n        \"caseating\",\n        \"caseation\",\n        \"caseconv\",\n        \"casefying\",\n        \"caseic\",\n        \"caseinate\",\n        \"caselty\",\n        \"caseose\",\n        \"caseoses\",\n        \"caseous\",\n        \"cases\",\n        \"caseum\",\n        \"casework\",\n        \"ceruse\",\n        \"cojudge\",\n        \"condemnation\",\n        \"condemned\",\n        \"convict\",\n        \"convictible\",\n        \"convictional\",\n        \"convictment\",\n        \"coseys\",\n        \"counsinhood\",\n        \"courtal\",\n        \"courtly\",\n        \"decrial\",\n        \"denunciable\",\n        \"denunciating\",\n        \"denunciator\",\n        \"forejudgment\",\n        \"forjudgment\",\n        \"jud\",\n        \"judas\",\n        \"judases\",\n        \"juddered\",\n        \"judge\",\n        \"judgeable\",\n        \"judged\",\n        \"judgement\",\n        \"judgemental\",\n        \"judgements\",\n        \"judger\",\n        \"judgeship\",\n        \"judgment\",\n        \"judgmental\",\n        \"judgments\",\n        \"judgmetic\",\n        \"judgship\",\n        \"judy\",\n        \"judicable\",\n        \"judical\",\n        \"judication\",\n        \"judicatory\",\n        \"judice\",\n        \"judices\",\n        \"judicial\",\n        \"judiciality\",\n        \"judicialized\",\n        \"judicialness\",\n        \"judiciaries\",\n        \"judiciarily\",\n        \"judicium\",\n        \"judos\",\n        \"juris\",\n        \"justiceship\",\n        \"justicies\",\n        \"justments\",\n        \"lawsuit\",\n        \"lawsuits\",\n        \"mistrial\",\n        \"officemate\",\n        \"officiate\",\n        \"officiated\",\n        \"overjudgment\",\n        \"plaintiffship\",\n        \"preguilty\",\n        \"pretrial\",\n        \"prosecrecy\",\n        \"prosecretin\",\n        \"prosectorial\",\n        \"prosecution\",\n        \"prosecutions\",\n        \"prosecutive\",\n        \"prosecutorial\",\n        \"prosecutrix\",\n        \"reconvict\",\n        \"rejudgment\",\n        \"reprosecution\",\n        \"sentence\",\n        \"sentenced\",\n        \"skilty\",\n        \"sturts\",\n        \"trial\",\n        \"trialism\",\n        \"tribrac\",\n        \"tribunal\",\n        \"tribunals\",\n        \"tribunary\",\n        \"tribuneship\",\n        \"unjustled\"\n    ],\n    \"kpebie\": [\n        \"adjudicated\",\n        \"arbitre\",\n        \"decede\",\n        \"decide\",\n        \"decider\",\n        \"deciduate\",\n        \"decise\",\n        \"declinate\",\n        \"declive\",\n        \"deconcentrate\",\n        \"decreet\",\n        \"decrew\",\n        \"decriminalized\",\n        \"decurtate\",\n        \"destalinize\",\n        \"interdetermine\",\n        \"interdetermined\",\n        \"prescind\",\n        \"rejudge\",\n        \"resolute\",\n        \"resolves\",\n        \"stipate\",\n        \"stipulate\",\n        \"terpen\"\n    ],\n    \"na-adị\": [\n        \"adjudicates\",\n        \"gytling\",\n        \"mortacious\",\n        \"riparious\",\n        \"roisteringly\"\n    ],\n    \"Mkpebi ikpe\": [\n        \"adjudications\"\n    ],\n    \"onye ikpe\": [\n        \"adjudicator\",\n        \"appeacher\",\n        \"appellant\",\n        \"arbitrer\",\n        \"casebearer\",\n        \"condemner\",\n        \"condemnor\",\n        \"convictive\",\n        \"courtlier\",\n        \"courtman\",\n        \"defendant\",\n        \"epeeist\",\n        \"executer\",\n        \"executor\",\n        \"impeacher\",\n        \"judder\",\n        \"judoist\",\n        \"justicier\",\n        \"layperson\",\n        \"plaintiveness\",\n        \"promittor\",\n        \"prosector\",\n        \"prosecuted\",\n        \"prosecutor\",\n        \"trialist\",\n        \"tributist\",\n        \"tritagonist\"\n    ],\n    \"ndị ikpe\": [\n        \"adjudicators\",\n        \"arbitrators\",\n        \"condemners\",\n        \"courters\",\n        \"courtiery\",\n        \"courtierism\",\n        \"courtiers\",\n        \"culprits\",\n        \"impeachers\",\n        \"judders\",\n        \"judgers\",\n        \"judges\",\n        \"justices\",\n        \"prosecutors\",\n        \"prosecutrices\"\n    ],\n    \"judgba azịza\": [\n        \"adjudicature\"\n    ],\n    \"na-adụ\": [\n        \"adjugate\",\n        \"sews\"\n    ],\n    \"ọzọ\": [\n        \"adjunctively\",\n        \"afresh\",\n        \"again\",\n        \"againward\",\n        \"alternanthera\",\n        \"alternateness\",\n        \"alternates\",\n        \"alternative\",\n        \"alternatively\",\n        \"alternativity\",\n        \"ane\",\n        \"anears\",\n        \"anelace\",\n        \"anele\",\n        \"aneled\",\n        \"aneles\",\n        \"anymore\",\n        \"anotherguess\",\n        \"contchar\",\n        \"conversely\",\n        \"elle\",\n        \"else\",\n        \"elsewards\",\n        \"elsewhat\",\n        \"elsewhen\",\n        \"exarate\",\n        \"extraneous\",\n        \"extrapopular\",\n        \"extrauterine\",\n        \"kalekah\",\n        \"kalend\",\n        \"keto\",\n        \"las\",\n        \"missionize\",\n        \"missions\",\n        \"morendo\",\n        \"nato\",\n        \"netop\",\n        \"nextdoor\",\n        \"nextly\",\n        \"nextness\",\n        \"nittier\",\n        \"oont\",\n        \"other\",\n        \"otherdom\",\n        \"otherguess\",\n        \"otherguise\",\n        \"otherism\",\n        \"otherness\",\n        \"otherways\",\n        \"otherwards\",\n        \"otherwhence\",\n        \"otherwhile\",\n        \"otherwhiles\",\n        \"otherwiseness\",\n        \"outher\",\n        \"rereward\",\n        \"resubmerged\",\n        \"saura\",\n        \"teethed\",\n        \"teether\",\n        \"teethier\",\n        \"vedet\",\n        \"viceversally\"\n    ],\n    \"Mmekọrịta\": [\n        \"adjuncts\",\n        \"compenetration\",\n        \"counterpassion\",\n        \"interfactional\",\n        \"interlibelling\",\n        \"interramification\",\n        \"intertwinements\",\n        \"intext\"\n    ],\n    \"ndị ọgbụgba\": [\n        \"adjurers\",\n        \"castrations\",\n        \"strikebreakers\"\n    ],\n    \"adju\": [\n        \"adjures\"\n    ],\n    \"ịgha\": [\n        \"adjuring\",\n        \"afft\",\n        \"beguin\",\n        \"birling\",\n        \"byrling\",\n        \"compting\",\n        \"curvle\",\n        \"egal\",\n        \"egall\",\n        \"flanning\",\n        \"friezing\",\n        \"garring\",\n        \"gyle\",\n        \"larghissimo\",\n        \"larking\",\n        \"larkishly\",\n        \"larkling\",\n        \"lasque\",\n        \"luging\",\n        \"misgo\",\n        \"muling\",\n        \"pager\",\n        \"palmed\",\n        \"predealing\",\n        \"prologing\",\n        \"pulghere\",\n        \"rendlewood\",\n        \"sashaying\",\n        \"scruft\",\n        \"spinulate\",\n        \"sprew\",\n        \"straphang\",\n        \"tarring\",\n        \"thrusher\"\n    ],\n    \"ndi adjulara\": [\n        \"adjurors\"\n    ],\n    \"kemeghi\": [\n        \"adjustable\",\n        \"handleable\",\n        \"lineable\",\n        \"manageable\",\n        \"manageably\"\n    ],\n    \"ukpụhọde\": [\n        \"adjusting\",\n        \"adjustment\",\n        \"adjustmental\",\n        \"refinedness\",\n        \"refinement\"\n    ],\n    \"ọgwụ\": [\n        \"adjustive\",\n        \"adventive\",\n        \"antemedial\",\n        \"chemesthesis\",\n        \"chemosorption\",\n        \"chemosurgical\",\n        \"chemotherapy\",\n        \"chemurgy\",\n        \"chemurgic\",\n        \"chemurgies\",\n        \"clinquant\",\n        \"dermestoid\",\n        \"discoactine\",\n        \"disinfects\",\n        \"doctorization\",\n        \"medallically\",\n        \"medic\",\n        \"medica\",\n        \"medicago\",\n        \"medicalese\",\n        \"medicals\",\n        \"medicament\",\n        \"medicamental\",\n        \"medicamentally\",\n        \"medicamentary\",\n        \"medicamentous\",\n        \"medicaments\",\n        \"medicaster\",\n        \"medicated\",\n        \"medicates\",\n        \"medication\",\n        \"medications\",\n        \"medicative\",\n        \"medicator\",\n        \"medicatory\",\n        \"medicinable\",\n        \"medicinal\",\n        \"medicinally\",\n        \"medicinary\",\n        \"medicine\",\n        \"medicined\",\n        \"mediciner\",\n        \"medicines\",\n        \"medico\",\n        \"medicodental\",\n        \"medicolegal\",\n        \"medicolegally\",\n        \"medicomania\",\n        \"medicomechanic\",\n        \"medicomechanical\",\n        \"medicommissure\",\n        \"medicomoral\",\n        \"medicos\",\n        \"medicotopographic\",\n        \"medics\",\n        \"medism\",\n        \"medullas\",\n        \"medusas\",\n        \"mendicating\",\n        \"mendication\",\n        \"mexicans\",\n        \"opiophagy\",\n        \"opiumisms\",\n        \"pamphysic\",\n        \"pediculine\",\n        \"phanerogamic\",\n        \"pharmaceutic\",\n        \"pharmaceuticals\",\n        \"pharmacological\",\n        \"phylogenic\",\n        \"physeterine\",\n        \"phytochemical\",\n        \"phytoecology\",\n        \"phytophagy\",\n        \"phytosociologic\",\n        \"phthisic\",\n        \"phthisiogenic\",\n        \"pillhead\",\n        \"pillions\",\n        \"potion\",\n        \"prehesitation\",\n        \"prescission\",\n        \"prescribed\",\n        \"ptarmical\",\n        \"scrapy\",\n        \"stercorate\",\n        \"surjection\",\n        \"tetrapyrenous\",\n        \"umbratile\"\n    ],\n    \"na-edozi\": [\n        \"adjustoring\",\n        \"adjusts\",\n        \"alkalifies\",\n        \"alkalifying\",\n        \"antidancing\",\n        \"autographically\",\n        \"autotomizing\",\n        \"basifies\",\n        \"besets\",\n        \"correctingly\",\n        \"correlates\",\n        \"declassifies\",\n        \"decocts\",\n        \"defluent\",\n        \"detoxifies\",\n        \"detoxifying\",\n        \"domiciliating\",\n        \"dureful\",\n        \"elegizes\",\n        \"entomologizing\",\n        \"essentializing\",\n        \"fructifies\",\n        \"grosgrained\",\n        \"manducating\",\n        \"manducatory\",\n        \"masticating\",\n        \"mediatize\",\n        \"mineralizes\",\n        \"moderates\",\n        \"modulating\",\n        \"neatening\",\n        \"nidifying\",\n        \"normalising\",\n        \"normalizes\",\n        \"normalizing\",\n        \"nourishes\",\n        \"nutating\",\n        \"nutational\",\n        \"nutritious\",\n        \"nutritive\",\n        \"parameterizes\",\n        \"pectizing\",\n        \"platinizing\",\n        \"platitudinizing\",\n        \"podzolizing\",\n        \"preadjusting\",\n        \"preresolving\",\n        \"rectifies\",\n        \"rectorates\",\n        \"repairable\",\n        \"repaving\",\n        \"resoldering\",\n        \"resoling\",\n        \"resolving\",\n        \"restabilizing\",\n        \"restituting\",\n        \"rigidifies\",\n        \"sanitating\",\n        \"sashing\",\n        \"soling\",\n        \"solitudinizing\",\n        \"solubilizing\",\n        \"solvating\",\n        \"solves\",\n        \"stabilising\",\n        \"stabilizing\",\n        \"standardizing\",\n        \"stratifying\",\n        \"submitting\",\n        \"substandardizing\",\n        \"subventionize\",\n        \"tabulating\",\n        \"tautomerizing\",\n        \"temporizes\",\n        \"tidying\",\n        \"unadulating\",\n        \"undoing\",\n        \"unsoling\"\n    ],\n    \"chi ọbụbọ\": [\n        \"adjutator\",\n        \"daybeacon\",\n        \"daybeam\",\n        \"daybreak\",\n        \"dayflower\",\n        \"dayflowers\",\n        \"dawing\",\n        \"dawn\",\n        \"dawny\",\n        \"dawning\",\n        \"dawnlight\",\n        \"dawns\",\n        \"dawnstreak\",\n        \"dawnward\",\n        \"morningstar\"\n    ],\n    \"onye nchịkwa\": [\n        \"adjutor\",\n        \"administrant\",\n        \"administrator\",\n        \"administratress\",\n        \"coacher\",\n        \"coachmaker\",\n        \"coachman\",\n        \"coachmaster\",\n        \"coachmen\",\n        \"coauthor\",\n        \"cohibitor\",\n        \"complotter\",\n        \"copastor\",\n        \"copr\",\n        \"cremaster\",\n        \"guesdist\",\n        \"institorian\",\n        \"jobmaster\",\n        \"lieutenant\",\n        \"locutor\",\n        \"manumitter\",\n        \"mistutor\",\n        \"notator\",\n        \"orniscopist\",\n        \"overneutralizer\",\n        \"poormaster\",\n        \"protogaster\",\n        \"referee\",\n        \"regalist\",\n        \"regrater\",\n        \"regulator\",\n        \"subchaser\",\n        \"submaster\",\n        \"surmaster\",\n        \"trainmaster\",\n        \"tritheist\",\n        \"undermaster\"\n    ],\n    \"Adlai\": [\n        \"adlai\"\n    ],\n    \"adọọ\": [\n        \"adlay\"\n    ],\n    \"Adm\": [\n        \"adm\"\n    ],\n    \"admargin\": [\n        \"admarginate\"\n    ],\n    \"admeasure\": [\n        \"admeasurement\"\n    ],\n    \"adoma\": [\n        \"admetus\"\n    ],\n    \"nwee mmasị\": [\n        \"admi\",\n        \"admire\",\n        \"cointerest\",\n        \"curvinerved\",\n        \"endear\",\n        \"fascinate\",\n        \"glike\",\n        \"likesome\",\n        \"papaverous\",\n        \"passioned\",\n        \"penchant\",\n        \"predivorce\",\n        \"prewelcome\",\n        \"properest\",\n        \"tenderest\"\n    ],\n    \"nchịkwa\": [\n        \"admin\",\n        \"adminicula\",\n        \"adminicular\",\n        \"adminiculary\",\n        \"adminiculation\",\n        \"adminiculum\",\n        \"administerial\",\n        \"administrable\",\n        \"administrating\",\n        \"administration\",\n        \"administrations\",\n        \"administratorship\",\n        \"administratrices\",\n        \"administratrix\",\n        \"adminstration\",\n        \"allometry\",\n        \"angularization\",\n        \"autodecrement\",\n        \"autoreduction\",\n        \"bossy\",\n        \"caponisation\",\n        \"chartermaster\",\n        \"chastizer\",\n        \"coach\",\n        \"coachbuilder\",\n        \"coached\",\n        \"coaches\",\n        \"coachlet\",\n        \"coachmaking\",\n        \"coachmanship\",\n        \"coachs\",\n        \"coachwhip\",\n        \"coachwise\",\n        \"coadministration\",\n        \"cocher\",\n        \"coestablishment\",\n        \"cohibition\",\n        \"comptroller\",\n        \"comptrollership\",\n        \"controlment\",\n        \"coportion\",\n        \"coprosma\",\n        \"cotch\",\n        \"cowshard\",\n        \"curriery\",\n        \"decentralisation\",\n        \"decentralism\",\n        \"decentralization\",\n        \"decentralizations\",\n        \"demodulation\",\n        \"deordination\",\n        \"dominance\",\n        \"dominancy\",\n        \"dominating\",\n        \"domination\",\n        \"electrosynthesis\",\n        \"electrosmosis\",\n        \"enculturation\",\n        \"epistolization\",\n        \"ethylates\",\n        \"ethylenation\",\n        \"foetation\",\n        \"gerodontics\",\n        \"ingurgitation\",\n        \"iodisation\",\n        \"mismanagement\",\n        \"naturalizations\",\n        \"noncontagion\",\n        \"nonmalignance\",\n        \"nonordination\",\n        \"officialisation\",\n        \"organonomic\",\n        \"overlordship\",\n        \"overmanaging\",\n        \"overmaster\",\n        \"overmasterful\",\n        \"overmasterfulness\",\n        \"overnationalization\",\n        \"overnicety\",\n        \"oversearch\",\n        \"overservileness\",\n        \"oversilentness\",\n        \"oversolidification\",\n        \"oversufficiency\",\n        \"oversureness\",\n        \"oxidoreduction\",\n        \"paramountship\",\n        \"percontatorial\",\n        \"prevalencies\",\n        \"proattendance\",\n        \"procensorship\",\n        \"proconfiscation\",\n        \"proconsolidation\",\n        \"procremation\",\n        \"procurals\",\n        \"protoarchitect\",\n        \"protoblastic\",\n        \"protocerebral\",\n        \"recolonization\",\n        \"regency\",\n        \"regicide\",\n        \"regimentation\",\n        \"regradation\",\n        \"regrading\",\n        \"regraduation\",\n        \"regressiveness\",\n        \"regulatorship\",\n        \"reregulating\",\n        \"reregulation\",\n        \"rheostatics\",\n        \"scrupulum\",\n        \"sirdarship\",\n        \"steermanship\",\n        \"stolonization\",\n        \"strobilation\",\n        \"subalimentation\",\n        \"subcivilization\",\n        \"subcontrol\",\n        \"subcuratorship\",\n        \"subdiscipline\",\n        \"subgeniculation\",\n        \"subglobularity\",\n        \"subgoverness\",\n        \"subhorizontalness\",\n        \"subpriorship\",\n        \"subradiance\",\n        \"subradicalness\",\n        \"subregions\",\n        \"subterritory\",\n        \"subterritories\",\n        \"subtilization\",\n        \"suburbanize\",\n        \"supercompression\",\n        \"superdomineering\",\n        \"supereducation\",\n        \"superelegance\",\n        \"superelegancies\",\n        \"superelevation\",\n        \"superendorse\",\n        \"superendorsing\",\n        \"supererogation\",\n        \"supererogator\",\n        \"supererogatory\",\n        \"supergovern\",\n        \"superincumbence\",\n        \"superincumbency\",\n        \"superinducement\",\n        \"superinduct\",\n        \"superinstitution\",\n        \"superinundation\",\n        \"superlactation\",\n        \"superlation\",\n        \"supermalate\",\n        \"superpassage\",\n        \"superpopulatedness\",\n        \"superpossition\",\n        \"superremuneration\",\n        \"superrestriction\",\n        \"supertartrate\",\n        \"superthoroughness\",\n        \"supertoleration\",\n        \"superunity\",\n        \"supervolition\",\n        \"supraneural\",\n        \"supraordination\",\n        \"supraseptal\",\n        \"supremacies\",\n        \"thermoregulation\",\n        \"trierarchy\",\n        \"trituration\",\n        \"unchancellor\",\n        \"vernalisation\",\n        \"vernalization\",\n        \"vulgarisation\",\n        \"vulgarization\",\n        \"wharfmaster\"\n    ],\n    \"na-achịkwa\": [\n        \"adminicle\",\n        \"amortizes\",\n        \"benetting\",\n        \"catabolizing\",\n        \"compartmentalizes\",\n        \"controled\",\n        \"controling\",\n        \"controlled\",\n        \"controlling\",\n        \"dominantly\",\n        \"dominate\",\n        \"dominated\",\n        \"dominates\",\n        \"dominatingly\",\n        \"dominies\",\n        \"dominique\",\n        \"ebonising\",\n        \"etherealising\",\n        \"ethylated\",\n        \"govern\",\n        \"governable\",\n        \"governess\",\n        \"governesses\",\n        \"governing\",\n        \"governingly\",\n        \"governs\",\n        \"grifting\",\n        \"imbursing\",\n        \"interruling\",\n        \"manipulate\",\n        \"manipulates\",\n        \"manipulating\",\n        \"masting\",\n        \"ordinating\",\n        \"ordines\",\n        \"organophyly\",\n        \"organophosphorous\",\n        \"orthoborate\",\n        \"outrolling\",\n        \"overcontrolled\",\n        \"overcontrolling\",\n        \"overholding\",\n        \"overholds\",\n        \"overlying\",\n        \"overnationalizing\",\n        \"overruling\",\n        \"overselling\",\n        \"oversilent\",\n        \"oversizing\",\n        \"peopleize\",\n        \"phytiferous\",\n        \"polymerizes\",\n        \"precontrives\",\n        \"precontrolling\",\n        \"predominating\",\n        \"preguiding\",\n        \"preresponsible\",\n        \"presupervised\",\n        \"proroyal\",\n        \"rearming\",\n        \"redistricts\",\n        \"regelling\",\n        \"regerminating\",\n        \"regives\",\n        \"regiving\",\n        \"regnant\",\n        \"regovern\",\n        \"regradating\",\n        \"reguardant\",\n        \"reguiding\",\n        \"regulable\",\n        \"regulares\",\n        \"regularizer\",\n        \"regularizes\",\n        \"regulars\",\n        \"regulates\",\n        \"regulatively\",\n        \"reguluses\",\n        \"semirotating\",\n        \"smirkingly\",\n        \"subcontrolled\",\n        \"subcontrolling\",\n        \"subsynodically\",\n        \"supercedes\",\n        \"superelegantly\",\n        \"supererogating\",\n        \"supererogatorily\",\n        \"superinducing\",\n        \"superlying\",\n        \"superordinating\",\n        \"superposes\",\n        \"superquoting\",\n        \"superresponsible\",\n        \"supervening\",\n        \"tetrasporous\",\n        \"underruling\",\n        \"unlaboring\",\n        \"unmuffled\",\n        \"unruffling\",\n        \"unstrangled\"\n    ],\n    \"ndinọ\": [\n        \"administer\",\n        \"administerd\",\n        \"administered\"\n    ],\n    \"inye ihe\": [\n        \"administering\",\n        \"administerings\",\n        \"forfeiture\",\n        \"gavelling\",\n        \"givingness\",\n        \"providoring\",\n        \"provisioning\"\n    ],\n    \"na-elekọta\": [\n        \"administers\",\n        \"administrates\",\n        \"aratory\",\n        \"attingent\",\n        \"becarpeting\",\n        \"bulwarking\",\n        \"careens\",\n        \"cares\",\n        \"caressant\",\n        \"caretaking\",\n        \"careworn\",\n        \"caring\",\n        \"catchiest\",\n        \"caters\",\n        \"cavitating\",\n        \"coattends\",\n        \"flibustier\",\n        \"heterodyning\",\n        \"hygieist\",\n        \"hygieists\",\n        \"hygrophanous\",\n        \"insphering\",\n        \"officering\",\n        \"officializing\",\n        \"overseeding\",\n        \"oversees\",\n        \"overshelving\",\n        \"patronisingly\",\n        \"patronizingly\",\n        \"pettishness\",\n        \"philobrutish\",\n        \"philoradical\",\n        \"philtring\",\n        \"pyritiferous\",\n        \"presaging\",\n        \"presided\",\n        \"presides\",\n        \"prestrain\",\n        \"presupervising\",\n        \"queensware\",\n        \"semiromantically\",\n        \"socager\",\n        \"socrates\",\n        \"superceding\",\n        \"supergravitate\",\n        \"superintending\",\n        \"supervast\",\n        \"supervises\",\n        \"supervising\",\n        \"supraordinate\",\n        \"tending\",\n        \"underkeep\"\n    ],\n    \"ndị nchịkwa\": [\n        \"administrants\",\n        \"cockers\",\n        \"comptrollers\",\n        \"copastors\",\n        \"overreachers\",\n        \"referees\",\n        \"regressors\",\n        \"surrealists\"\n    ],\n    \"ichikota\": [\n        \"administrate\",\n        \"aggregatory\",\n        \"aldolizing\",\n        \"amalgamating\",\n        \"anglicize\",\n        \"assemblage\",\n        \"bigamizing\",\n        \"bridging\",\n        \"calceate\",\n        \"categorise\",\n        \"categorize\",\n        \"chammying\",\n        \"checkerberry\",\n        \"chymification\",\n        \"clumber\",\n        \"clumbers\",\n        \"clumper\",\n        \"clumpier\",\n        \"clumpish\",\n        \"clumse\",\n        \"clumsier\",\n        \"clunter\",\n        \"coalify\",\n        \"coalified\",\n        \"coedited\",\n        \"coenamoring\",\n        \"coequating\",\n        \"cogitation\",\n        \"coharmonize\",\n        \"cohering\",\n        \"coigning\",\n        \"collatable\",\n        \"colligating\",\n        \"collocate\",\n        \"collocating\",\n        \"colloguing\",\n        \"colloquize\",\n        \"colloquizing\",\n        \"collotyping\",\n        \"collusive\",\n        \"collusively\",\n        \"collusory\",\n        \"coloniser\",\n        \"coloplication\",\n        \"concatenate\",\n        \"concher\",\n        \"concionate\",\n        \"concocting\",\n        \"concorder\",\n        \"concorporate\",\n        \"concretize\",\n        \"condite\",\n        \"congenite\",\n        \"conglaciate\",\n        \"conglomerate\",\n        \"conglomerating\",\n        \"connumeration\",\n        \"conoplain\",\n        \"consarcinate\",\n        \"consorting\",\n        \"conventing\",\n        \"coordinal\",\n        \"coordinate\",\n        \"coordinately\",\n        \"coordinateness\",\n        \"coordinating\",\n        \"cosigning\",\n        \"cosmolined\",\n        \"cosubordinate\",\n        \"disordinate\",\n        \"encaged\",\n        \"encolure\",\n        \"epitomate\",\n        \"gallanting\",\n        \"gemmated\",\n        \"gemmification\",\n        \"gimleting\",\n        \"glabrate\",\n        \"glacify\",\n        \"glistering\",\n        \"glutinate\",\n        \"groupage\",\n        \"homologate\",\n        \"homologize\",\n        \"huskings\",\n        \"integrating\",\n        \"intergrading\",\n        \"ladronize\",\n        \"lignifying\",\n        \"limonitization\",\n        \"limurite\",\n        \"locutorium\",\n        \"luminescing\",\n        \"magging\",\n        \"malleting\",\n        \"malming\",\n        \"masseterine\",\n        \"mobilising\",\n        \"mobilizing\",\n        \"mulling\",\n        \"orchestrate\",\n        \"overconsume\",\n        \"palification\",\n        \"parsoning\",\n        \"pattened\",\n        \"phalerate\",\n        \"plenshing\",\n        \"pluralising\",\n        \"pluralization\",\n        \"pluralizing\",\n        \"pregathering\",\n        \"rally\",\n        \"reconceive\",\n        \"reconclusion\",\n        \"recongelation\",\n        \"regarnish\",\n        \"regathering\",\n        \"resegregate\",\n        \"resegregating\",\n        \"reundulate\",\n        \"rounding\",\n        \"semitize\",\n        \"summand\",\n        \"summarise\",\n        \"summarize\",\n        \"summate\",\n        \"summated\",\n        \"summered\",\n        \"summering\",\n        \"summist\",\n        \"taxgathering\",\n        \"trutinate\",\n        \"trutination\",\n        \"umbilicate\",\n        \"umbrage\",\n        \"uncoordinate\",\n        \"upgathering\",\n        \"wantonize\"\n    ],\n    \"achịkwa\": [\n        \"administrated\",\n        \"governed\",\n        \"regulated\",\n        \"ungoverned\"\n    ],\n    \"nlekọta\": [\n        \"administrational\",\n        \"ascare\",\n        \"careering\",\n        \"carefox\",\n        \"carefreeness\",\n        \"carey\",\n        \"careme\",\n        \"carest\",\n        \"carets\",\n        \"caretta\",\n        \"carex\",\n        \"cespititious\",\n        \"conservancy\",\n        \"conservancies\",\n        \"conservant\",\n        \"curatorship\",\n        \"custodier\",\n        \"decare\",\n        \"guardiancy\",\n        \"guardianly\",\n        \"guardianships\",\n        \"lorises\",\n        \"maintainment\",\n        \"managerial\",\n        \"monitories\",\n        \"monitorship\",\n        \"outkeeping\",\n        \"outkeeps\",\n        \"overcare\",\n        \"overcarefulness\",\n        \"overkeep\",\n        \"overnurse\",\n        \"oversale\",\n        \"overscare\",\n        \"oversecurity\",\n        \"oversedation\",\n        \"overseerism\",\n        \"oversensibility\",\n        \"overserenity\",\n        \"overservility\",\n        \"oversevereness\",\n        \"oversewing\",\n        \"overshortness\",\n        \"oversight\",\n        \"oversights\",\n        \"oversilence\",\n        \"oversness\",\n        \"oversup\",\n        \"oversuring\",\n        \"preagitation\",\n        \"presagefulness\",\n        \"presalvation\",\n        \"presuperintendence\",\n        \"presuperintendency\",\n        \"presupervision\",\n        \"stewardship\",\n        \"superdivision\",\n        \"supergovernment\",\n        \"supergravitation\",\n        \"superideally\",\n        \"superindiction\",\n        \"superinsistence\",\n        \"superintendence\",\n        \"superintendency\",\n        \"superintendentship\",\n        \"superiorship\",\n        \"superjunction\",\n        \"superregal\",\n        \"superregeneration\",\n        \"superregenerative\",\n        \"superregistration\",\n        \"superreward\",\n        \"supervalue\",\n        \"supervention\",\n        \"supervictory\",\n        \"supervictories\",\n        \"supervictorious\",\n        \"supervigilance\",\n        \"supervisal\",\n        \"supervisance\",\n        \"supervision\",\n        \"supervisionary\",\n        \"supervisive\",\n        \"supervisory\",\n        \"supervisorial\",\n        \"supervisorship\",\n        \"supervisual\",\n        \"supervisually\",\n        \"supervisure\",\n        \"unsupervisory\",\n        \"wardency\"\n    ],\n    \"onye nlekọta\": [\n        \"administrationist\",\n        \"cahier\",\n        \"carer\",\n        \"caretake\",\n        \"caretaken\",\n        \"caretaker\",\n        \"ceptor\",\n        \"cespititous\",\n        \"choreman\",\n        \"clairsentient\",\n        \"clinkerer\",\n        \"coguardian\",\n        \"cohelper\",\n        \"compartner\",\n        \"conductress\",\n        \"conservatist\",\n        \"consul\",\n        \"conventioneer\",\n        \"corviser\",\n        \"corvisor\",\n        \"cotutor\",\n        \"cotwist\",\n        \"covisitor\",\n        \"curator\",\n        \"custodial\",\n        \"custodian\",\n        \"custodianship\",\n        \"drierman\",\n        \"enjoiner\",\n        \"farrier\",\n        \"foreloper\",\n        \"gregarious\",\n        \"guardian\",\n        \"guardianess\",\n        \"guardianless\",\n        \"guardianship\",\n        \"guester\",\n        \"guestmaster\",\n        \"handler\",\n        \"hetaerist\",\n        \"hyracotherian\",\n        \"yonker\",\n        \"janitor\",\n        \"janitorial\",\n        \"keeper\",\n        \"maintainer\",\n        \"maintainor\",\n        \"mistemper\",\n        \"nonassister\",\n        \"nursekeeper\",\n        \"outkeeper\",\n        \"outsteer\",\n        \"overseer\",\n        \"overshepherd\",\n        \"oversman\",\n        \"patron\",\n        \"patronly\",\n        \"pericardian\",\n        \"picador\",\n        \"preintend\",\n        \"presanitary\",\n        \"pretor\",\n        \"prevailer\",\n        \"previsitor\",\n        \"pryler\",\n        \"proguardian\",\n        \"propatriotic\",\n        \"quartermaster\",\n        \"rallymaster\",\n        \"reassertor\",\n        \"refectorarian\",\n        \"relativist\",\n        \"retrier\",\n        \"ricardian\",\n        \"ritmaster\",\n        \"shadowist\",\n        \"stablekeeper\",\n        \"steinerian\",\n        \"stewarded\",\n        \"stewardess\",\n        \"subpatron\",\n        \"subtutor\",\n        \"superattendant\",\n        \"superciliary\",\n        \"superdoctor\",\n        \"superignorant\",\n        \"superimpersonally\",\n        \"superintend\",\n        \"superintendant\",\n        \"superintendent\",\n        \"superintendential\",\n        \"superioress\",\n        \"superperson\",\n        \"supervisor\",\n        \"treatee\",\n        \"treater\",\n        \"treatiser\",\n        \"treator\",\n        \"underguardian\",\n        \"underjailer\",\n        \"underpriest\",\n        \"undersecretary\",\n        \"undertutor\",\n        \"warderer\",\n        \"workmaster\"\n    ],\n    \"nhazi\": [\n        \"administrative\",\n        \"administratively\",\n        \"arrayers\",\n        \"arraignability\",\n        \"arraignableness\",\n        \"arraigning\",\n        \"arraignments\",\n        \"arrame\",\n        \"arranger\",\n        \"arrangers\",\n        \"autografting\",\n        \"balance\",\n        \"calcification\",\n        \"calcitreation\",\n        \"categorizations\",\n        \"codirecting\",\n        \"codirectional\",\n        \"codirectorship\",\n        \"cohortation\",\n        \"comprecation\",\n        \"conditioning\",\n        \"conductimeter\",\n        \"conductivity\",\n        \"configurable\",\n        \"configural\",\n        \"configuration\",\n        \"configurational\",\n        \"configurationally\",\n        \"configurationism\",\n        \"configurationist\",\n        \"configurations\",\n        \"configurative\",\n        \"coordinates\",\n        \"coordinations\",\n        \"coordinative\",\n        \"coplanation\",\n        \"counternarrative\",\n        \"customization\",\n        \"customizations\",\n        \"decalvation\",\n        \"decortization\",\n        \"deodorising\",\n        \"deorganization\",\n        \"deozonization\",\n        \"destigmatization\",\n        \"destigmatizing\",\n        \"disorganization\",\n        \"equational\",\n        \"equiangularity\",\n        \"equiaxial\",\n        \"equibiradiate\",\n        \"equicohesive\",\n        \"equidifferent\",\n        \"equidistance\",\n        \"equidivision\",\n        \"equiformity\",\n        \"equiglacial\",\n        \"equigranular\",\n        \"equilater\",\n        \"equilateral\",\n        \"equilibration\",\n        \"equilibrations\",\n        \"equilibrator\",\n        \"equilibratory\",\n        \"equilibria\",\n        \"equilibrial\",\n        \"equilibriate\",\n        \"equilibrio\",\n        \"equilibriria\",\n        \"equilibrist\",\n        \"equilibristat\",\n        \"equilibristic\",\n        \"equilibrity\",\n        \"equilibrium\",\n        \"equilibriums\",\n        \"equiliria\",\n        \"equimodal\",\n        \"equimomental\",\n        \"equinoctial\",\n        \"equipartition\",\n        \"equipollence\",\n        \"equipollentness\",\n        \"equiponderancy\",\n        \"equiponderation\",\n        \"equiradial\",\n        \"equiradiate\",\n        \"equiradical\",\n        \"equisegmented\",\n        \"equisetic\",\n        \"equisignal\",\n        \"equispatial\",\n        \"equivalue\",\n        \"equivalvular\",\n        \"equivocacy\",\n        \"equivocalness\",\n        \"equivocation\",\n        \"equivocations\",\n        \"equivocatory\",\n        \"etherealisation\",\n        \"etherealization\",\n        \"ethylation\",\n        \"formalisation\",\n        \"formaliser\",\n        \"formalization\",\n        \"formalizations\",\n        \"formalizer\",\n        \"formating\",\n        \"formatter\",\n        \"formatting\",\n        \"formature\",\n        \"formication\",\n        \"formylation\",\n        \"formism\",\n        \"formularisation\",\n        \"formularising\",\n        \"formularization\",\n        \"formulization\",\n        \"fructiculture\",\n        \"fructure\",\n        \"gyrofrequency\",\n        \"hierarchical\",\n        \"hierarchising\",\n        \"hierarchizing\",\n        \"improvisation\",\n        \"improvisator\",\n        \"improvisatorial\",\n        \"improviser\",\n        \"inorganization\",\n        \"institutionalisation\",\n        \"institutionalization\",\n        \"institutionalized\",\n        \"juniorship\",\n        \"layouts\",\n        \"lawmaking\",\n        \"lineality\",\n        \"linearization\",\n        \"linebreeding\",\n        \"lubrifaction\",\n        \"malorganization\",\n        \"manipulation\",\n        \"mechanotheraputic\",\n        \"misalignment\",\n        \"misgrafting\",\n        \"misorganization\",\n        \"modalism\",\n        \"moderantism\",\n        \"moderating\",\n        \"moderations\",\n        \"moderatorial\",\n        \"moderatorship\",\n        \"moderatos\",\n        \"modularization\",\n        \"nasalization\",\n        \"noncoordination\",\n        \"nondirection\",\n        \"nonformulation\",\n        \"nonorganization\",\n        \"nonstructure\",\n        \"normalisation\",\n        \"normalization\",\n        \"normativeness\",\n        \"organisational\",\n        \"organisationally\",\n        \"organizability\",\n        \"organizational\",\n        \"organizationally\",\n        \"organizationist\",\n        \"organizatory\",\n        \"organizer\",\n        \"oriform\",\n        \"paradigmatize\",\n        \"paramagnetic\",\n        \"paramagnetism\",\n        \"paramastoid\",\n        \"paramesial\",\n        \"parameterization\",\n        \"parameterizations\",\n        \"parametrium\",\n        \"parametrization\",\n        \"paramimia\",\n        \"paramorphosis\",\n        \"phalangigrade\",\n        \"phyllodination\",\n        \"pillorization\",\n        \"plancier\",\n        \"planigraph\",\n        \"planispherical\",\n        \"planospiral\",\n        \"podsolization\",\n        \"preadjustment\",\n        \"preadjustments\",\n        \"prebridal\",\n        \"precorrection\",\n        \"prepracticing\",\n        \"presettlement\",\n        \"presignification\",\n        \"pretreatment\",\n        \"processability\",\n        \"processable\",\n        \"processal\",\n        \"processibility\",\n        \"processing\",\n        \"processionary\",\n        \"rankling\",\n        \"ratiocinate\",\n        \"ratiocinates\",\n        \"ratiocinating\",\n        \"ratiocination\",\n        \"ratiocinations\",\n        \"ratiocinator\",\n        \"ratiocinatory\",\n        \"ratiocinators\",\n        \"realignment\",\n        \"realignments\",\n        \"reconfigurations\",\n        \"regratification\",\n        \"regularization\",\n        \"restructure\",\n        \"rigidification\",\n        \"shapeshifter\",\n        \"systematizes\",\n        \"solmization\",\n        \"sorters\",\n        \"standardization\",\n        \"styline\",\n        \"stylopization\",\n        \"strategical\",\n        \"struct\",\n        \"structional\",\n        \"structive\",\n        \"structural\",\n        \"structuralism\",\n        \"structuralist\",\n        \"structuralization\",\n        \"structurally\",\n        \"structuration\",\n        \"structurely\",\n        \"structurer\",\n        \"structuring\",\n        \"structurist\",\n        \"superorganization\",\n        \"tailorization\",\n        \"tetrazotization\",\n        \"ultraorganized\",\n        \"uncivilization\",\n        \"undirectional\",\n        \"uniangulate\",\n        \"unorganizedness\",\n        \"unshape\",\n        \"wellcurb\"\n    ],\n    \"kemmasi\": [\n        \"admirable\",\n        \"admirably\",\n        \"appeasable\",\n        \"curious\",\n        \"impressable\",\n        \"impressible\"\n    ],\n    \"admiral\": [\n        \"admirals\"\n    ],\n    \"Ọchị ozi\": [\n        \"admiralship\"\n    ],\n    \"admiral ụgbọ mmiri\": [\n        \"admiralships\"\n    ],\n    \"mmuo\": [\n        \"admiralty\",\n        \"admiralties\",\n        \"astonies\",\n        \"devon\",\n        \"fairydom\",\n        \"ghost\",\n        \"ghostess\",\n        \"ghostland\",\n        \"gipsyry\",\n        \"immethodicalness\",\n        \"instatement\",\n        \"instillment\",\n        \"instinct\",\n        \"instinction\",\n        \"instinctive\",\n        \"instinctively\",\n        \"instinctually\",\n        \"jumprock\",\n        \"morainal\",\n        \"spairge\"\n    ],\n    \"mmasi\": [\n        \"admirance\",\n        \"admiration\",\n        \"appassionatamente\",\n        \"classing\"\n    ],\n    \"mmasị\": [\n        \"admirations\",\n        \"admirer\",\n        \"afferent\",\n        \"attached\",\n        \"attatched\",\n        \"attractance\",\n        \"attractancy\",\n        \"drawnly\",\n        \"fascination\",\n        \"impressari\",\n        \"impressers\",\n        \"interest\",\n        \"interestedness\",\n        \"interestingness\",\n        \"interestuarine\",\n        \"liked\",\n        \"likingly\",\n        \"likker\",\n        \"preception\",\n        \"preconference\",\n        \"preference\",\n        \"preferences\",\n        \"prefermentation\",\n        \"preinference\",\n        \"prepreference\",\n        \"prereference\"\n    ],\n    \"dị mma\": [\n        \"admirative\",\n        \"aready\",\n        \"atweel\",\n        \"betrough\",\n        \"citable\",\n        \"combretaceous\",\n        \"commorient\",\n        \"conducingly\",\n        \"dairous\",\n        \"docious\",\n        \"elegised\",\n        \"elegized\",\n        \"elegizing\",\n        \"emendately\",\n        \"favorable\",\n        \"favourable\",\n        \"fineable\",\n        \"fivesome\",\n        \"goodsire\",\n        \"isomerous\",\n        \"lavational\",\n        \"moderately\",\n        \"modred\",\n        \"neats\",\n        \"nevome\",\n        \"nicety\",\n        \"nicher\",\n        \"nickered\",\n        \"niftier\",\n        \"oker\",\n        \"pairer\",\n        \"plebificate\",\n        \"pleurogenous\",\n        \"positive\",\n        \"positivest\",\n        \"prescientific\",\n        \"presentive\",\n        \"snug\",\n        \"stygial\",\n        \"sudorous\",\n        \"superplausibly\",\n        \"tomeful\",\n        \"toment\",\n        \"untunably\",\n        \"wady\"\n    ],\n    \"onye mmasi\": [\n        \"admirator\"\n    ],\n    \"nwere mmasị\": [\n        \"admired\",\n        \"admiredly\",\n        \"bartizaned\",\n        \"interested\",\n        \"interestedly\",\n        \"lobbied\",\n        \"predislike\",\n        \"preperused\",\n        \"preterient\",\n        \"pretired\"\n    ],\n    \"ndị nwere mmasị\": [\n        \"admirers\",\n        \"affiants\"\n    ],\n    \"Mmasị\": [\n        \"admires\",\n        \"mottledness\"\n    ],\n    \"na-enwe obi ụtọ\": [\n        \"admiring\",\n        \"amate\",\n        \"charmfully\",\n        \"delights\",\n        \"exuberating\",\n        \"mirthful\",\n        \"relishing\",\n        \"relishingly\"\n    ],\n    \"n'eme\": [\n        \"admiringly\"\n    ],\n    \"na-ekweta\": [\n        \"admits\",\n        \"readmits\"\n    ],\n    \"mmụọ\": [\n        \"admix\",\n        \"angiospermic\",\n        \"angletwitch\",\n        \"anglic\",\n        \"anglicanisms\",\n        \"anglicisms\",\n        \"anglification\",\n        \"angsts\",\n        \"anklung\",\n        \"beplague\",\n        \"cheesiness\",\n        \"clement\",\n        \"demology\",\n        \"demonio\",\n        \"demonland\",\n        \"demonology\",\n        \"demonologic\",\n        \"demonological\",\n        \"deviancies\",\n        \"dispirit\",\n        \"disspirit\",\n        \"excarnation\",\n        \"excircle\",\n        \"excitements\",\n        \"gendering\",\n        \"ghostily\",\n        \"ghostly\",\n        \"hemolyzed\",\n        \"heriot\",\n        \"hermoglyphic\",\n        \"hilarities\",\n        \"inspirits\",\n        \"inspissosis\",\n        \"massedness\",\n        \"outspelling\",\n        \"outspirit\",\n        \"overnervousness\",\n        \"pheon\",\n        \"propenseness\",\n        \"provirus\",\n        \"psellismus\",\n        \"psittacism\",\n        \"psomophagy\",\n        \"psomophagic\",\n        \"psoriasic\",\n        \"psoriatic\",\n        \"reperusal\",\n        \"shellshocked\",\n        \"spiricle\",\n        \"spirifer\",\n        \"spirifera\",\n        \"spiriferacea\",\n        \"spiriferid\",\n        \"spiriferous\",\n        \"spiriform\",\n        \"spirilla\",\n        \"spirillaceae\",\n        \"spirillaceous\",\n        \"spirillar\",\n        \"spirillolysis\",\n        \"spirillotropic\",\n        \"spirillum\",\n        \"spirit\",\n        \"spiriter\",\n        \"spiritful\",\n        \"spiritfully\",\n        \"spiritfulness\",\n        \"spirithood\",\n        \"spirity\",\n        \"spiriting\",\n        \"spiritland\",\n        \"spiritlevel\",\n        \"spiritmonger\",\n        \"spiritous\",\n        \"spirits\",\n        \"spiritsome\",\n        \"spiritualize\",\n        \"spiritualized\",\n        \"spiritualizes\",\n        \"spirituals\",\n        \"spirituel\",\n        \"spirituelle\",\n        \"spirituosity\",\n        \"spirituous\",\n        \"spirituousness\",\n        \"spiritus\",\n        \"spiritweed\",\n        \"spirlie\",\n        \"spirt\",\n        \"spirtle\",\n        \"spirula\",\n        \"spirulae\",\n        \"spirulas\",\n        \"spirulate\",\n        \"temulence\",\n        \"teretism\",\n        \"thanatism\",\n        \"unghostly\",\n        \"volitation\",\n        \"witloof\",\n        \"witloofs\",\n        \"witlosen\",\n        \"witter\",\n        \"wittering\",\n        \"witterly\",\n        \"witticisms\"\n    ],\n    \"masị\": [\n        \"admixed\",\n        \"imbrowning\"\n    ],\n    \"dụrụ ọdụ\": [\n        \"admonish\",\n        \"advised\",\n        \"advisedly\",\n        \"counselable\",\n        \"counseled\",\n        \"counselled\"\n    ],\n    \"dụrụ n'ọdụ\": [\n        \"admonished\"\n    ],\n    \"adụ ọdụ\": [\n        \"admonishes\"\n    ],\n    \"na-adụ ndụmọdụ\": [\n        \"admonishing\"\n    ],\n    \"dụrụ m ọdụ\": [\n        \"admonishingly\"\n    ],\n    \"onye ndụmọdụ\": [\n        \"admonitioner\",\n        \"admonitionist\",\n        \"adviser\",\n        \"advisor\",\n        \"advitant\",\n        \"comminutor\",\n        \"consultant\",\n        \"consulter\",\n        \"consultor\",\n        \"counsellor\",\n        \"counselor\",\n        \"exhortator\",\n        \"exhorter\",\n        \"mentor\"\n    ],\n    \"adọnyere\": [\n        \"admonitorial\"\n    ],\n    \"admonitally\": [\n        \"admonitorily\"\n    ],\n    \"chọrọ\": [\n        \"admove\",\n        \"adorsed\",\n        \"alders\",\n        \"attrahent\",\n        \"bescurvy\",\n        \"betters\",\n        \"coved\",\n        \"decerned\",\n        \"decocting\",\n        \"delectableness\",\n        \"delicately\",\n        \"delicates\",\n        \"delicto\",\n        \"demandant\",\n        \"demands\",\n        \"dequeen\",\n        \"desanded\",\n        \"deseed\",\n        \"desilicated\",\n        \"desilicified\",\n        \"desilt\",\n        \"desilvered\",\n        \"desilverize\",\n        \"desilverized\",\n        \"desinential\",\n        \"desired\",\n        \"desiredly\",\n        \"desirer\",\n        \"destained\",\n        \"desugared\",\n        \"doon\",\n        \"enfants\",\n        \"essoining\",\n        \"exacting\",\n        \"gilled\",\n        \"inclined\",\n        \"inclines\",\n        \"jecorize\",\n        \"keeners\",\n        \"needed\",\n        \"needier\",\n        \"needing\",\n        \"philters\",\n        \"pished\",\n        \"predisliked\",\n        \"premisses\",\n        \"proneur\",\n        \"proposed\",\n        \"proposedly\",\n        \"quested\",\n        \"quoined\",\n        \"requalified\",\n        \"requeen\",\n        \"requestion\",\n        \"requestors\",\n        \"requiem\",\n        \"requiems\",\n        \"requienia\",\n        \"requiescat\",\n        \"requiescence\",\n        \"requins\",\n        \"requirable\",\n        \"required\",\n        \"requirement\",\n        \"requirements\",\n        \"requirers\",\n        \"requires\",\n        \"requiring\",\n        \"requisite\",\n        \"requisiteness\",\n        \"requisites\",\n        \"requisition\",\n        \"requisitionary\",\n        \"requisitioned\",\n        \"requisitioner\",\n        \"requisitioners\",\n        \"requisitioning\",\n        \"requisitionist\",\n        \"requisitions\",\n        \"requisitor\",\n        \"requisitory\",\n        \"requisitorial\",\n        \"requitals\",\n        \"requites\",\n        \"requiz\",\n        \"resought\",\n        \"sought\",\n        \"waned\",\n        \"wanions\",\n        \"wanned\",\n        \"wannesses\",\n        \"want\",\n        \"wantage\",\n        \"wantages\",\n        \"wanted\",\n        \"wanter\",\n        \"wanthill\",\n        \"wanting\",\n        \"wantoned\",\n        \"wants\",\n        \"wantwit\",\n        \"wended\",\n        \"wends\",\n        \"whims\",\n        \"whish\",\n        \"whished\",\n        \"whishes\",\n        \"whishts\",\n        \"willed\",\n        \"wilted\",\n        \"wined\",\n        \"wish\",\n        \"wished\",\n        \"wishedly\",\n        \"wishes\",\n        \"wishram\",\n        \"wisht\",\n        \"wited\",\n        \"wonts\",\n        \"wried\"\n    ],\n    \"adn\": [\n        \"adnation\"\n    ],\n    \"ekpenta\": [\n        \"adnerval\",\n        \"bepastured\",\n        \"cotter\",\n        \"denominant\",\n        \"emptysis\",\n        \"forsterite\",\n        \"howlets\",\n        \"leachy\",\n        \"lechery\",\n        \"leep\",\n        \"leepit\",\n        \"lefsel\",\n        \"lefter\",\n        \"lempira\",\n        \"lep\",\n        \"lepadoid\",\n        \"lepcha\",\n        \"leper\",\n        \"leperdom\",\n        \"lepered\",\n        \"lepers\",\n        \"lepid\",\n        \"lepidin\",\n        \"lepidine\",\n        \"lepidity\",\n        \"lepidium\",\n        \"lepidly\",\n        \"lepidoid\",\n        \"lepidophytic\",\n        \"lepidopter\",\n        \"lepidopterous\",\n        \"lepidoses\",\n        \"lepidosis\",\n        \"lepidosphes\",\n        \"lepidote\",\n        \"lepidotes\",\n        \"lepidotic\",\n        \"lepidotus\",\n        \"lepilemur\",\n        \"lepiota\",\n        \"lepisma\",\n        \"lepismidae\",\n        \"lepismoid\",\n        \"lepomis\",\n        \"leporicide\",\n        \"leporid\",\n        \"leporidae\",\n        \"leporide\",\n        \"leporids\",\n        \"leporiform\",\n        \"leporine\",\n        \"leporis\",\n        \"lepothrix\",\n        \"lepralia\",\n        \"lepry\",\n        \"lepric\",\n        \"leprid\",\n        \"leprine\",\n        \"leproid\",\n        \"leprosariums\",\n        \"leprosed\",\n        \"leprosery\",\n        \"leproseries\",\n        \"leprosy\",\n        \"leprosies\",\n        \"leprosis\",\n        \"leprosity\",\n        \"leprous\",\n        \"leprously\",\n        \"leprousness\",\n        \"leptid\",\n        \"leptome\",\n        \"leptonic\",\n        \"leptons\",\n        \"leptopellic\",\n        \"leptorrhiny\",\n        \"leptorrhinism\",\n        \"leptus\",\n        \"lepus\",\n        \"maniples\",\n        \"pampering\",\n        \"pholidosis\",\n        \"pollinated\",\n        \"pterygial\",\n        \"pterylae\",\n        \"pterylosis\",\n        \"undestitute\",\n        \"uneverted\",\n        \"unpeeling\",\n        \"unvoicing\",\n        \"vaginalitis\"\n    ],\n    \"adenwapexy\": [\n        \"adnexopexy\"\n    ],\n    \"adọnọ\": [\n        \"adnominal\"\n    ],\n    \"ịkpọ aha\": [\n        \"adnomination\",\n        \"aliasing\",\n        \"lyricization\",\n        \"nameling\",\n        \"pronounceness\"\n    ],\n    \"ekwupụta\": [\n        \"adnouns\",\n        \"afflatuses\",\n        \"blundering\",\n        \"boodling\",\n        \"conclamant\",\n        \"confessable\",\n        \"confessant\",\n        \"confessary\",\n        \"confessarius\",\n        \"confesses\",\n        \"confessingly\",\n        \"confessionist\",\n        \"conflating\",\n        \"confutative\",\n        \"confuting\",\n        \"declaimers\",\n        \"declaims\",\n        \"deviancy\",\n        \"discommoding\",\n        \"dissenting\",\n        \"enunciating\",\n        \"eulogies\",\n        \"gaudful\",\n        \"indevoted\",\n        \"nictation\",\n        \"obsesses\",\n        \"praisworthiness\",\n        \"provableness\",\n        \"unsputtering\",\n        \"verbid\"\n    ],\n    \"bulie\": [\n        \"ado\",\n        \"bleo\",\n        \"elevate\",\n        \"eluate\",\n        \"eluated\",\n        \"eluates\",\n        \"heave\",\n        \"kickup\",\n        \"lift\",\n        \"raise\",\n        \"upsit\",\n        \"upskip\",\n        \"upsmite\"\n    ],\n    \"Onwuka\": [\n        \"adobes\",\n        \"beardie\",\n        \"bestuds\",\n        \"dillesk\",\n        \"encheson\",\n        \"enshawl\",\n        \"gliss\",\n        \"glumpier\",\n        \"haloesque\",\n        \"harmonica\",\n        \"hs\",\n        \"yangtze\",\n        \"monochloro\",\n        \"pamphrey\",\n        \"saktism\",\n        \"schloop\",\n        \"schrund\",\n        \"schuln\",\n        \"skaffie\",\n        \"skaithy\",\n        \"skodaic\",\n        \"sradhas\",\n        \"vamoses\",\n        \"zitzit\"\n    ],\n    \"na\": [\n        \"adod\",\n        \"and\",\n        \"anda\",\n        \"ande\",\n        \"andes\",\n        \"andi\",\n        \"andia\",\n        \"andian\",\n        \"andor\",\n        \"ands\",\n        \"at\",\n        \"ati\",\n        \"dits\",\n        \"etang\",\n        \"ethal\",\n        \"iyo\",\n        \"on\",\n        \"procris\",\n        \"sneesty\",\n        \"that\",\n        \"totes\",\n        \"uc\",\n        \"with\",\n        \"withe\",\n        \"withen\",\n        \"withy\"\n    ],\n    \"nwa\": [\n        \"adolesce\",\n        \"adolesced\",\n        \"adolescent\",\n        \"baby\",\n        \"babydom\",\n        \"baboen\",\n        \"beclatter\",\n        \"blackfellow\",\n        \"blackish\",\n        \"child\",\n        \"childship\",\n        \"colt\",\n        \"darlingness\",\n        \"descant\",\n        \"euda\",\n        \"foals\",\n        \"gripman\",\n        \"imbrute\",\n        \"kiddier\",\n        \"proconsularly\",\n        \"pupulo\",\n        \"sonance\",\n        \"sonically\",\n        \"sonly\",\n        \"sonship\",\n        \"sonsiest\",\n        \"todder\",\n        \"toddick\",\n        \"todus\",\n        \"tup\",\n        \"tups\"\n    ],\n    \"uto\": [\n        \"adolescence\",\n        \"connateness\",\n        \"flegm\",\n        \"gravelous\",\n        \"growth\",\n        \"orsellic\",\n        \"pubescency\",\n        \"scult\",\n        \"snur\",\n        \"souple\",\n        \"soupled\",\n        \"soupless\",\n        \"sourish\",\n        \"sourwood\",\n        \"sweetbrier\",\n        \"sweetishness\",\n        \"sweetly\",\n        \"sweetmouthed\",\n        \"sweetness\",\n        \"sweetweed\",\n        \"sweetwort\",\n        \"tastableness\",\n        \"tastiness\",\n        \"tastings\",\n        \"trowth\",\n        \"upgrowth\",\n        \"upyoke\",\n        \"utterness\"\n    ],\n    \"nwata\": [\n        \"adolescency\",\n        \"boydom\",\n        \"boyhood\",\n        \"boyish\",\n        \"boyishly\",\n        \"boyship\",\n        \"childbed\",\n        \"childe\",\n        \"childermas\",\n        \"childhood\",\n        \"childhoods\",\n        \"childing\",\n        \"childish\",\n        \"childishly\",\n        \"childishness\",\n        \"childlier\",\n        \"childliest\",\n        \"childness\",\n        \"childre\",\n        \"childridden\",\n        \"childward\",\n        \"childwite\",\n        \"infancy\",\n        \"infanthood\",\n        \"infantile\",\n        \"infantine\",\n        \"youngster\",\n        \"youthly\",\n        \"juvenal\",\n        \"juvenalian\",\n        \"juvenileness\",\n        \"ladhood\",\n        \"teeny\",\n        \"teenish\"\n    ],\n    \"dị afọ iri na ụma\": [\n        \"adolescently\",\n        \"teenfully\"\n    ],\n    \"ndị na-eto eto\": [\n        \"adolescents\",\n        \"growers\",\n        \"inferiors\",\n        \"youngers\",\n        \"lauders\",\n        \"pepperers\",\n        \"praisers\"\n    ],\n    \"na-eto eto\": [\n        \"adolescing\",\n        \"flourishing\",\n        \"growling\",\n        \"growthful\",\n        \"young\",\n        \"youngly\",\n        \"youngling\",\n        \"youthsome\",\n        \"juvenile\",\n        \"juvenilely\",\n        \"nonadult\",\n        \"nonmature\",\n        \"outgrowing\",\n        \"peaking\",\n        \"pubescent\",\n        \"springling\",\n        \"teenful\",\n        \"teenyboppers\",\n        \"teensiest\",\n        \"ungroaning\",\n        \"unmatured\"\n    ],\n    \"adonyan\": [\n        \"adonean\"\n    ],\n    \"adonye\": [\n        \"adonic\"\n    ],\n    \"adonso\": [\n        \"adonis\"\n    ],\n    \"ozi\": [\n        \"adonite\",\n        \"almanner\",\n        \"anchat\",\n        \"avowedness\",\n        \"bemail\",\n        \"blaoner\",\n        \"devance\",\n        \"devilship\",\n        \"devisceration\",\n        \"encastage\",\n        \"envoyship\",\n        \"ephippial\",\n        \"errand\",\n        \"errands\",\n        \"escruage\",\n        \"fermail\",\n        \"incommunicative\",\n        \"information\",\n        \"informational\",\n        \"informatus\",\n        \"intermeasured\",\n        \"intermessage\",\n        \"intermingledom\",\n        \"intersessions\",\n        \"mail\",\n        \"maile\",\n        \"mailer\",\n        \"mailers\",\n        \"mailguard\",\n        \"maille\",\n        \"mallets\",\n        \"message\",\n        \"messagery\",\n        \"messages\",\n        \"messelite\",\n        \"messengership\",\n        \"messuage\",\n        \"messuages\",\n        \"minister\",\n        \"ministration\",\n        \"ministrator\",\n        \"ministrer\",\n        \"ministry\",\n        \"misship\",\n        \"misshipment\",\n        \"mission\",\n        \"mister\",\n        \"news\",\n        \"newsmongery\",\n        \"paginae\",\n        \"paginary\",\n        \"paging\",\n        \"pagurine\",\n        \"postabdominal\",\n        \"postages\",\n        \"postcommunicant\",\n        \"postmortem\",\n        \"postulation\",\n        \"preacness\",\n        \"sentinelship\",\n        \"servetian\",\n        \"servient\",\n        \"sheikhdom\",\n        \"sion\",\n        \"sioning\",\n        \"tecassir\",\n        \"teledendron\",\n        \"telergy\",\n        \"thanage\",\n        \"tidings\",\n        \"tumulous\",\n        \"unmaid\",\n        \"unmailed\"\n    ],\n    \"ifeanyi\": [\n        \"adonize\",\n        \"baudekins\",\n        \"blachong\",\n        \"dimwit\",\n        \"fallopian\",\n        \"flyaway\",\n        \"flibbertigibbets\",\n        \"judcock\",\n        \"ludicrosity\",\n        \"ludicrousness\",\n        \"sillibouk\",\n        \"siredon\",\n        \"slovintzi\",\n        \"unludicrousness\",\n        \"waverer\"\n    ],\n    \"anodized\": [\n        \"adonized\"\n    ],\n    \"adoooo\": [\n        \"adoors\"\n    ],\n    \"ofufe\": [\n        \"adoperation\",\n        \"adoration\",\n        \"adulation\",\n        \"bauta\",\n        \"deification\",\n        \"devitation\",\n        \"devotional\",\n        \"devotionalism\",\n        \"devotionality\",\n        \"devotionally\",\n        \"devotionalness\",\n        \"devotionary\",\n        \"devotions\",\n        \"devoutness\",\n        \"fanal\",\n        \"fanfare\",\n        \"fanions\",\n        \"fleam\",\n        \"fly\",\n        \"flyback\",\n        \"flybane\",\n        \"flybelt\",\n        \"flybelts\",\n        \"flyby\",\n        \"flybys\",\n        \"flyblew\",\n        \"flyblow\",\n        \"flyblown\",\n        \"flyblows\",\n        \"flyboy\",\n        \"flycaster\",\n        \"flightiness\",\n        \"flyness\",\n        \"flypast\",\n        \"flyproof\",\n        \"flysches\",\n        \"flyspeck\",\n        \"flyspecks\",\n        \"flytail\",\n        \"flyte\",\n        \"flytier\",\n        \"flytings\",\n        \"flytrap\",\n        \"flyway\",\n        \"flywheel\",\n        \"flywinch\",\n        \"flywire\",\n        \"interdigital\",\n        \"interligamentary\",\n        \"interligamentous\",\n        \"interlunary\",\n        \"polytheism\",\n        \"polytheist\"\n    ],\n    \"ịmụta\": [\n        \"adopt\",\n        \"adoze\",\n        \"mastering\"\n    ],\n    \"nkuchi\": [\n        \"adoptabilities\",\n        \"adoptative\",\n        \"adoptee\",\n        \"adopters\",\n        \"adoptian\",\n        \"adoptianism\",\n        \"adoptianist\",\n        \"adoption\",\n        \"adoptional\",\n        \"adoptionism\",\n        \"adoptionist\",\n        \"adoptions\",\n        \"adoptive\",\n        \"adoptively\",\n        \"bosch\",\n        \"bosomy\",\n        \"bosoms\",\n        \"bosons\",\n        \"bosselation\",\n        \"bossship\",\n        \"breasthook\",\n        \"breastwood\",\n        \"brim\",\n        \"briming\",\n        \"brimly\",\n        \"brimse\",\n        \"curtation\",\n        \"foster\",\n        \"heartpea\",\n        \"kinch\",\n        \"morphiate\",\n        \"nappies\",\n        \"nappishness\",\n        \"neatherds\",\n        \"procrypsis\",\n        \"whirley\",\n        \"whirls\",\n        \"whirrick\",\n        \"wimple\",\n        \"wimples\",\n        \"winglet\",\n        \"winglets\",\n        \"wingman\",\n        \"wingpost\"\n    ],\n    \"onye nkuchi\": [\n        \"adoptant\",\n        \"comether\",\n        \"fosterer\",\n        \"stepchild\",\n        \"torpedoist\"\n    ],\n    \"kuchiri\": [\n        \"adopted\",\n        \"adoptees\"\n    ],\n    \"onye kuchiri nwa\": [\n        \"adopter\"\n    ],\n    \"doo\": [\n        \"adopting\"\n    ],\n    \"adopt\": [\n        \"adoptious\"\n    ],\n    \"ịchọ mma\": [\n        \"ador\",\n        \"adorn\",\n        \"adornation\",\n        \"adorning\",\n        \"adornment\",\n        \"adornments\",\n        \"apotheosising\",\n        \"beatifying\",\n        \"beautification\",\n        \"beautifications\",\n        \"beautifying\",\n        \"coadunation\",\n        \"cosmetic\",\n        \"cosmetical\",\n        \"cosmetically\",\n        \"cosmeticize\",\n        \"decoagulation\",\n        \"decoat\",\n        \"decoct\",\n        \"decoherence\",\n        \"decohesion\",\n        \"decoic\",\n        \"decoloration\",\n        \"decoloring\",\n        \"decolorisation\",\n        \"decolorization\",\n        \"decolorize\",\n        \"decolorized\",\n        \"decolorizing\",\n        \"decolour\",\n        \"decolouration\",\n        \"decolouring\",\n        \"decolourising\",\n        \"decolourization\",\n        \"decolourizing\",\n        \"decopperization\",\n        \"decorability\",\n        \"decorament\",\n        \"decorationist\",\n        \"decorations\",\n        \"decorativeness\",\n        \"decorous\",\n        \"decorousness\",\n        \"decostate\",\n        \"garnishry\",\n        \"ornamentality\",\n        \"ornamentalize\",\n        \"ornamentally\",\n        \"ornamentation\",\n        \"ornamented\",\n        \"ornamenting\",\n        \"ornithvrous\",\n        \"preadornment\",\n        \"undecorative\"\n    ],\n    \"mara mma\": [\n        \"adorable\",\n        \"adorableness\",\n        \"adoxaceous\",\n        \"arlequinade\",\n        \"attractive\",\n        \"beauish\",\n        \"beauteous\",\n        \"beautied\",\n        \"beautiful\",\n        \"beautifully\",\n        \"beautifulness\",\n        \"bebatter\",\n        \"belleter\",\n        \"brightsome\",\n        \"charminger\",\n        \"comely\",\n        \"comportable\",\n        \"cowbrute\",\n        \"cute\",\n        \"cuteys\",\n        \"daundered\",\n        \"decentre\",\n        \"deftest\",\n        \"eyesome\",\n        \"elegant\",\n        \"elegantly\",\n        \"elegious\",\n        \"elegise\",\n        \"elegit\",\n        \"elegize\",\n        \"faculous\",\n        \"fairer\",\n        \"fairest\",\n        \"fellest\",\n        \"festooned\",\n        \"fineableness\",\n        \"gilded\",\n        \"glacious\",\n        \"glamorous\",\n        \"glamorously\",\n        \"glamoured\",\n        \"glamourize\",\n        \"glamourously\",\n        \"glamourousness\",\n        \"glitterance\",\n        \"glitzy\",\n        \"handsome\",\n        \"handsomeish\",\n        \"handsomely\",\n        \"lovely\",\n        \"nicer\",\n        \"nicesome\",\n        \"niched\",\n        \"palatial\",\n        \"palatially\",\n        \"palatian\",\n        \"ponderable\",\n        \"pretty\",\n        \"prettier\",\n        \"pretties\",\n        \"prettiest\",\n        \"prettyish\",\n        \"prettyism\",\n        \"scenite\",\n        \"splendaceous\",\n        \"splendacious\",\n        \"splendatious\",\n        \"splendent\",\n        \"splendid\",\n        \"splendider\",\n        \"splendidest\",\n        \"splendidious\",\n        \"splendorous\",\n        \"splendorproof\",\n        \"splendrous\",\n        \"splenoid\",\n        \"spretty\",\n        \"styracaceous\",\n        \"unduteous\",\n        \"unsplendorous\"\n    ],\n    \"okwe\": [\n        \"adoral\",\n        \"bechignoned\",\n        \"bourignonism\",\n        \"gnomesque\",\n        \"gonoph\",\n        \"gowkedly\",\n        \"haf\",\n        \"haff\",\n        \"mord\",\n        \"mordaciously\",\n        \"pleinairist\",\n        \"semiatheist\",\n        \"singhalese\",\n        \"singkamas\",\n        \"skunkweed\",\n        \"urochord\",\n        \"urochords\",\n        \"urocyon\",\n        \"wagneresque\",\n        \"wyclifism\",\n        \"wuggishness\"\n    ],\n    \"na-anabata mmadụ\": [\n        \"adoratory\"\n    ],\n    \"ife isiala\": [\n        \"adore\"\n    ],\n    \"oredara ntị\": [\n        \"adored\"\n    ],\n    \"asọpụrụ\": [\n        \"adorer\",\n        \"bespirit\",\n        \"decennal\",\n        \"dishonorary\",\n        \"honora\",\n        \"honorables\",\n        \"honorand\",\n        \"honorands\",\n        \"honorary\",\n        \"honoraries\",\n        \"honorarium\",\n        \"honorariums\",\n        \"horary\",\n        \"revehent\",\n        \"revendicate\",\n        \"revendicating\",\n        \"reverable\",\n        \"reverencer\",\n        \"reverencing\",\n        \"reverend\",\n        \"reverendly\",\n        \"reverends\",\n        \"revetoing\",\n        \"venerated\",\n        \"venerational\"\n    ],\n    \"nduru\": [\n        \"adorers\",\n        \"antler\",\n        \"chadors\",\n        \"charmers\",\n        \"dove\",\n        \"doveflower\",\n        \"dovehouse\",\n        \"dovekey\",\n        \"dovekeys\",\n        \"dovekies\",\n        \"dovelet\",\n        \"dovelike\",\n        \"doves\",\n        \"dovetail\",\n        \"dovetails\",\n        \"doveweed\",\n        \"dovewood\",\n        \"pigeon\",\n        \"pigeoner\",\n        \"pigeonwing\",\n        \"tige\",\n        \"tinders\",\n        \"turbots\",\n        \"turtledove\",\n        \"turtledoved\",\n        \"turtledoves\",\n        \"turtledoving\",\n        \"turtlelike\",\n        \"turtleneck\",\n        \"turtlenecks\",\n        \"turtlepeg\",\n        \"turtlers\",\n        \"turtles\",\n        \"turtlet\",\n        \"turtlings\"\n    ],\n    \"okpuru\": [\n        \"adores\",\n        \"ancestry\",\n        \"belowdecks\",\n        \"beneath\",\n        \"beneventana\",\n        \"bottine\",\n        \"bottom\",\n        \"bottomer\",\n        \"bottommost\",\n        \"bottomried\",\n        \"capnomor\",\n        \"caprimulgine\",\n        \"caprimulgus\",\n        \"champertor\",\n        \"cylloses\",\n        \"ciscos\",\n        \"clitoral\",\n        \"clubroots\",\n        \"condensaries\",\n        \"councillary\",\n        \"countour\",\n        \"demarcators\",\n        \"deworms\",\n        \"diplocardiac\",\n        \"dowitchers\",\n        \"duncehood\",\n        \"dunces\",\n        \"enclasps\",\n        \"encrinital\",\n        \"guerdoned\",\n        \"guerdoner\",\n        \"guerdons\",\n        \"gueridons\",\n        \"guerilla\",\n        \"guerillaism\",\n        \"guerillas\",\n        \"guerison\",\n        \"guerrila\",\n        \"guerrilla\",\n        \"guerrillas\",\n        \"guerrillaship\",\n        \"hemins\",\n        \"homotropal\",\n        \"intercolonial\",\n        \"kerneling\",\n        \"kymnel\",\n        \"mercurially\",\n        \"mercuriamines\",\n        \"mercuriate\",\n        \"mercuries\",\n        \"merlon\",\n        \"offuscate\",\n        \"papaveraceous\",\n        \"pedlar\",\n        \"preemies\",\n        \"preministries\",\n        \"radicals\",\n        \"sub\",\n        \"subadar\",\n        \"subadministrated\",\n        \"subalternant\",\n        \"subalternate\",\n        \"subalterns\",\n        \"subarboreal\",\n        \"subatoms\",\n        \"subbasal\",\n        \"subbasaltic\",\n        \"subbasement\",\n        \"subbasements\",\n        \"subbases\",\n        \"subbassa\",\n        \"subbings\",\n        \"subbromid\",\n        \"subbureau\",\n        \"subcarbureted\",\n        \"subcarburetted\",\n        \"subcauses\",\n        \"subcavities\",\n        \"subcells\",\n        \"subcities\",\n        \"subclauses\",\n        \"subcomponents\",\n        \"subconcaveness\",\n        \"subconcavity\",\n        \"subconcavities\",\n        \"subcontinental\",\n        \"subcouncils\",\n        \"subcrustal\",\n        \"subcurators\",\n        \"subdeaconess\",\n        \"subdeaconry\",\n        \"subdeacons\",\n        \"subdeaconship\",\n        \"subdelegation\",\n        \"subdenomination\",\n        \"subdepartment\",\n        \"subdepartmental\",\n        \"subdepositories\",\n        \"subdepot\",\n        \"subdepots\",\n        \"subdominant\",\n        \"subduces\",\n        \"subduedness\",\n        \"subduement\",\n        \"subedited\",\n        \"subeditor\",\n        \"subeditorial\",\n        \"subedits\",\n        \"subfrontal\",\n        \"subgenuses\",\n        \"subhall\",\n        \"subhatcheries\",\n        \"subheads\",\n        \"subimposed\",\n        \"subinduce\",\n        \"subintent\",\n        \"subitous\",\n        \"subjudiciaries\",\n        \"sublessor\",\n        \"submanic\",\n        \"submanor\",\n        \"submarginal\",\n        \"submarginate\",\n        \"submargined\",\n        \"submarined\",\n        \"submarining\",\n        \"submatrices\",\n        \"subministrant\",\n        \"submytilacea\",\n        \"submuscular\",\n        \"subneural\",\n        \"subnodes\",\n        \"subnude\",\n        \"subnuvolar\",\n        \"suborns\",\n        \"subpanation\",\n        \"subpanel\",\n        \"subparts\",\n        \"subpectinate\",\n        \"subpetiolar\",\n        \"subpetiolate\",\n        \"subpetiolated\",\n        \"subpetrosal\",\n        \"subplacenta\",\n        \"subplacentae\",\n        \"subplacentas\",\n        \"subpool\",\n        \"subprofessorship\",\n        \"subqualities\",\n        \"subradiancy\",\n        \"subrents\",\n        \"subrhomboidal\",\n        \"subroot\",\n        \"subschemas\",\n        \"subscleral\",\n        \"subsects\",\n        \"subsecurities\",\n        \"subseptate\",\n        \"subsets\",\n        \"subshrubs\",\n        \"subsynod\",\n        \"subsynodal\",\n        \"subsynodic\",\n        \"subslots\",\n        \"subsneer\",\n        \"subsoiled\",\n        \"subsonics\",\n        \"subspecies\",\n        \"subsquadron\",\n        \"substandard\",\n        \"substratum\",\n        \"substratums\",\n        \"substrstrata\",\n        \"subsurfaces\",\n        \"subtexts\",\n        \"subtones\",\n        \"subtonics\",\n        \"subtopic\",\n        \"subtopics\",\n        \"subtorrid\",\n        \"subtotals\",\n        \"subtransparent\",\n        \"subtransverse\",\n        \"subtribes\",\n        \"subumbral\",\n        \"subunit\",\n        \"subunits\",\n        \"turbinal\",\n        \"turbinals\",\n        \"turbines\",\n        \"turbit\",\n        \"turbith\",\n        \"turbiths\",\n        \"turmerics\",\n        \"turpitude\",\n        \"unbottom\",\n        \"underballast\",\n        \"underbarber\",\n        \"underbeadle\",\n        \"underbeat\",\n        \"underbeaten\",\n        \"underbellies\",\n        \"underbids\",\n        \"underbill\",\n        \"underbind\",\n        \"underbishop\",\n        \"underbishopric\",\n        \"underboated\",\n        \"underboom\",\n        \"underbottom\",\n        \"underbowed\",\n        \"underbraced\",\n        \"underbranch\",\n        \"underbrigadier\",\n        \"underbright\",\n        \"underbrim\",\n        \"underbubble\",\n        \"underbud\",\n        \"underbudde\",\n        \"underbudded\",\n        \"underbudgeted\",\n        \"underbuds\",\n        \"underbuoy\",\n        \"underbury\",\n        \"underburn\",\n        \"underburned\",\n        \"underburnt\",\n        \"underbursar\",\n        \"underbutler\",\n        \"undercapitalizing\",\n        \"undercarder\",\n        \"undercarry\",\n        \"undercart\",\n        \"undercarter\",\n        \"undercellar\",\n        \"underchap\",\n        \"undercircle\",\n        \"undercircled\",\n        \"undercitizen\",\n        \"undercitizenry\",\n        \"undercladding\",\n        \"underclass\",\n        \"underclassman\",\n        \"underclerk\",\n        \"underclerks\",\n        \"underclerkship\",\n        \"undercliff\",\n        \"underclift\",\n        \"underclub\",\n        \"undercommander\",\n        \"undercomment\",\n        \"underconsume\",\n        \"underconsumed\",\n        \"underconsuming\",\n        \"underconsumption\",\n        \"undercool\",\n        \"undercooled\",\n        \"undercooper\",\n        \"undercourse\",\n        \"undercoursed\",\n        \"undercrawl\",\n        \"undercrest\",\n        \"undercroft\",\n        \"undercrop\",\n        \"undercurl\",\n        \"undercurrents\",\n        \"undercurved\",\n        \"undercuts\",\n        \"undercutter\",\n        \"underdauber\",\n        \"underdeck\",\n        \"underdid\",\n        \"underdip\",\n        \"underdistributor\",\n        \"underdoctor\",\n        \"underdoer\",\n        \"underdog\",\n        \"underdogs\",\n        \"underdot\",\n        \"underdotted\",\n        \"underdraft\",\n        \"underdrag\",\n        \"underdrain\",\n        \"underdrawn\",\n        \"underdrift\",\n        \"underdriven\",\n        \"underdug\",\n        \"underdunged\",\n        \"underfinances\",\n        \"undergear\",\n        \"undergirding\",\n        \"undergirth\",\n        \"undergrope\",\n        \"undergrowl\",\n        \"undergrowth\",\n        \"undergunner\",\n        \"underhammer\",\n        \"underhill\",\n        \"underhorsed\",\n        \"underhum\",\n        \"underhung\",\n        \"underyield\",\n        \"underisory\",\n        \"underjanitor\",\n        \"underjaws\",\n        \"underkeel\",\n        \"underlaborer\",\n        \"underlayer\",\n        \"underletting\",\n        \"underlielay\",\n        \"underlier\",\n        \"underlieutenant\",\n        \"underlift\",\n        \"underlimbed\",\n        \"underlimit\",\n        \"underlinemen\",\n        \"underliner\",\n        \"underlinings\",\n        \"underlip\",\n        \"underlit\",\n        \"underloft\",\n        \"underlunged\",\n        \"undermaker\",\n        \"undermanned\",\n        \"undermark\",\n        \"undermarshal\",\n        \"undermeasured\",\n        \"undermelodies\",\n        \"undermiller\",\n        \"underminister\",\n        \"underministry\",\n        \"undermirth\",\n        \"undermoney\",\n        \"undermost\",\n        \"undermount\",\n        \"undermuslin\",\n        \"undernamed\",\n        \"underniceness\",\n        \"undernsong\",\n        \"underpan\",\n        \"underpart\",\n        \"underpeer\",\n        \"underpeopled\",\n        \"underpier\",\n        \"underpile\",\n        \"underpinner\",\n        \"underpinnings\",\n        \"underpins\",\n        \"underpitched\",\n        \"underplotter\",\n        \"underpossessor\",\n        \"underpowered\",\n        \"underprentice\",\n        \"underprice\",\n        \"underprior\",\n        \"underprivileged\",\n        \"underprop\",\n        \"underproportion\",\n        \"underproportioned\",\n        \"underpropper\",\n        \"underpuke\",\n        \"underpull\",\n        \"underpuller\",\n        \"underquoted\",\n        \"underquoting\",\n        \"underranger\",\n        \"underrated\",\n        \"underratement\",\n        \"underrealm\",\n        \"underreckoning\",\n        \"underrented\",\n        \"underriver\",\n        \"underrogue\",\n        \"underroller\",\n        \"underrower\",\n        \"underrule\",\n        \"underruled\",\n        \"underscoop\",\n        \"underscrub\",\n        \"underseal\",\n        \"underseam\",\n        \"underseas\",\n        \"undersecretariat\",\n        \"undersect\",\n        \"underseeded\",\n        \"undersell\",\n        \"undersells\",\n        \"underset\",\n        \"undersets\",\n        \"undersetter\",\n        \"undersetting\",\n        \"undersettle\",\n        \"undersettler\",\n        \"undersettling\",\n        \"undersexton\",\n        \"undersheriff\",\n        \"undersheriffry\",\n        \"undershield\",\n        \"undershirts\",\n        \"undershoring\",\n        \"undershorts\",\n        \"undershunter\",\n        \"undershut\",\n        \"undersides\",\n        \"undersitter\",\n        \"underslung\",\n        \"undersneer\",\n        \"undersound\",\n        \"underspan\",\n        \"underspar\",\n        \"undersparred\",\n        \"underspending\",\n        \"underspent\",\n        \"undersphere\",\n        \"underspin\",\n        \"underspinner\",\n        \"underspring\",\n        \"undersprout\",\n        \"undersshot\",\n        \"understairs\",\n        \"understeer\",\n        \"understewardship\",\n        \"understock\",\n        \"undersuit\",\n        \"undersupply\",\n        \"undersupplies\",\n        \"underswearer\",\n        \"undersweeping\",\n        \"underswell\",\n        \"undertakerish\",\n        \"undertakerly\",\n        \"undertapster\",\n        \"undertaught\",\n        \"undertax\",\n        \"undertaxes\",\n        \"underterrestrial\",\n        \"undertest\",\n        \"underthane\",\n        \"underthings\",\n        \"underthroating\",\n        \"underthrob\",\n        \"undertided\",\n        \"undertimed\",\n        \"undertype\",\n        \"undertyrant\",\n        \"undertoned\",\n        \"undertones\",\n        \"undertow\",\n        \"undertows\",\n        \"undertraded\",\n        \"undertrain\",\n        \"undertrained\",\n        \"undertreasurer\",\n        \"undertreat\",\n        \"undertribe\",\n        \"undertrodden\",\n        \"undertruck\",\n        \"undertrump\",\n        \"undertub\",\n        \"undertune\",\n        \"undervassal\",\n        \"undervaulted\",\n        \"underventilated\",\n        \"undervicar\",\n        \"undervinedresser\",\n        \"undervocabularied\",\n        \"underwarmth\",\n        \"underwinding\",\n        \"underwinds\",\n        \"underwrites\",\n        \"vallar\",\n        \"warrigal\",\n        \"whittled\"\n    ],\n    \"na-akpọ isiala\": [\n        \"adoring\",\n        \"adoringly\",\n        \"adulating\",\n        \"prostates\",\n        \"prostrating\",\n        \"venerating\"\n    ],\n    \"chọọ mma\": [\n        \"adorned\",\n        \"beautify\",\n        \"beautified\",\n        \"beautifies\",\n        \"decocted\",\n        \"decoyed\",\n        \"decolored\",\n        \"decoloured\",\n        \"decolourised\",\n        \"decolourized\",\n        \"embellish\",\n        \"embellished\",\n        \"embellishes\",\n        \"embellishment\",\n        \"emblemish\",\n        \"palavered\"\n    ],\n    \"icho mma\": [\n        \"adorner\",\n        \"decocainize\",\n        \"decohere\",\n        \"decolonising\",\n        \"decolorate\",\n        \"decolourise\",\n        \"decolourize\",\n        \"decopperize\",\n        \"decorate\",\n        \"decourt\",\n        \"garnish\",\n        \"garnishing\",\n        \"garnishment\",\n        \"ungarnish\"\n    ],\n    \"ihe ịchọ mma\": [\n        \"adorners\",\n        \"apesthetic\",\n        \"apothems\",\n        \"apotheoses\",\n        \"arsmetry\",\n        \"barbellate\",\n        \"beaued\",\n        \"beauetry\",\n        \"beautician\",\n        \"beautifiers\",\n        \"coadunating\",\n        \"confectionery\",\n        \"confectiones\",\n        \"cosmetician\",\n        \"cosmetiste\",\n        \"cosmothetic\",\n        \"costumery\",\n        \"deco\",\n        \"decoherer\",\n        \"decoymen\",\n        \"decolonise\",\n        \"decolorant\",\n        \"decolorimeter\",\n        \"decoloriser\",\n        \"decolorizer\",\n        \"decolouriser\",\n        \"decolourizer\",\n        \"decolours\",\n        \"discour\",\n        \"embellisher\",\n        \"embellishers\",\n        \"embellishments\",\n        \"incisures\",\n        \"orgament\",\n        \"ornament\",\n        \"ornamental\",\n        \"ornamentalism\",\n        \"ornamentalist\",\n        \"ornamentary\",\n        \"ornamentations\",\n        \"ornamenter\",\n        \"ornaments\",\n        \"ornateness\",\n        \"ornation\",\n        \"ornery\",\n        \"ornith\",\n        \"ornithes\",\n        \"preornamental\",\n        \"undecorous\"\n    ],\n    \"ji achọ mma\": [\n        \"adorningly\"\n    ],\n    \"na-achọ mma\": [\n        \"adorns\",\n        \"bescouring\",\n        \"decoying\",\n        \"decorates\",\n        \"decorating\",\n        \"embellishing\",\n        \"odoriferously\"\n    ],\n    \"adossip\": [\n        \"adosculation\"\n    ],\n    \"ọ bụ\": [\n        \"adossed\",\n        \"ceroid\",\n        \"denudates\",\n        \"hydrocaryaceous\",\n        \"interregionally\",\n        \"itd\",\n        \"needles\",\n        \"paramuthetic\",\n        \"whod\"\n    ],\n    \"sọpụrụ\": [\n        \"adown\",\n        \"halloed\",\n        \"hominify\",\n        \"honed\",\n        \"honoree\",\n        \"revere\",\n        \"revered\",\n        \"reveree\",\n        \"revete\",\n        \"sulfured\",\n        \"venerate\",\n        \"womble\"\n    ],\n    \"adoji\": [\n        \"adoxies\"\n    ],\n    \"Agba\": [\n        \"adrad\"\n    ],\n    \"adramelek\": [\n        \"adramelech\"\n    ],\n    \"adrammelek\": [\n        \"adrammelech\"\n    ],\n    \"itu egwu\": [\n        \"adread\",\n        \"frighten\"\n    ],\n    \"gbaba\": [\n        \"adream\",\n        \"beblain\",\n        \"bucca\",\n        \"buccal\",\n        \"catapulted\",\n        \"crewet\",\n        \"esca\",\n        \"escarped\",\n        \"fleak\",\n        \"flees\",\n        \"overslide\",\n        \"perlid\",\n        \"scabrate\",\n        \"scride\",\n        \"scrutate\",\n        \"scurried\",\n        \"smatter\",\n        \"snivel\",\n        \"snuffed\",\n        \"snuffled\",\n        \"sourjack\",\n        \"splent\",\n        \"strikebound\",\n        \"thrummed\",\n        \"undermatch\",\n        \"whample\",\n        \"whumped\"\n    ],\n    \"reara\": [\n        \"adreamed\"\n    ],\n    \"gbamgbam\": [\n        \"adreamt\",\n        \"airlifted\",\n        \"airlifts\",\n        \"atmidalbumin\",\n        \"boce\",\n        \"bootees\",\n        \"bowstrung\",\n        \"cacothelin\",\n        \"cacotheline\",\n        \"catchpenny\",\n        \"catchpennies\",\n        \"catechetically\",\n        \"chequerwise\",\n        \"chuckleheaded\",\n        \"chunkhead\",\n        \"chunkily\",\n        \"conepatls\",\n        \"contortuplicate\",\n        \"diathermize\",\n        \"ecalcavate\",\n        \"ecrustaceous\",\n        \"extrapyramidal\",\n        \"fernticle\",\n        \"furculae\",\n        \"furuncle\",\n        \"furuncles\",\n        \"gorbellied\",\n        \"increpate\",\n        \"ladyclock\",\n        \"muticate\",\n        \"pentastomous\",\n        \"pinnatisect\",\n        \"pinnatisected\",\n        \"plexicose\",\n        \"preexclude\",\n        \"preexcluded\",\n        \"preexcluding\",\n        \"preexcuse\",\n        \"preextract\",\n        \"rancidified\",\n        \"roofed\",\n        \"scurrile\",\n        \"sigrim\",\n        \"skyte\",\n        \"slantly\",\n        \"slavishly\",\n        \"sleekly\",\n        \"smatchet\",\n        \"specklebreast\",\n        \"speckledbill\",\n        \"speckledy\",\n        \"squatly\",\n        \"squatterdom\",\n        \"squattingly\",\n        \"tchetvert\",\n        \"upheaved\",\n        \"upswollen\",\n        \"vellicate\",\n        \"velveteened\",\n        \"vermetid\",\n        \"versificatrix\",\n        \"vivek\",\n        \"wringer\",\n        \"wringle\",\n        \"wrings\"\n    ],\n    \"adabaghi\": [\n        \"adrectal\",\n        \"arenoid\",\n        \"cryptonymous\",\n        \"disaccustom\",\n        \"hacky\",\n        \"hackie\",\n        \"harpless\",\n        \"inaccordance\",\n        \"inaquate\",\n        \"incommodate\",\n        \"incompact\",\n        \"incorrectness\",\n        \"incorrupt\",\n        \"indecently\",\n        \"infall\",\n        \"infallibly\",\n        \"infallid\",\n        \"infalling\",\n        \"invenient\",\n        \"isabnormal\",\n        \"misconvenient\",\n        \"misnomer\",\n        \"nonappendicular\",\n        \"nonceremonially\",\n        \"nonconfidentially\",\n        \"unaccustom\",\n        \"unactinic\",\n        \"unactual\",\n        \"unconvenient\",\n        \"undecadent\",\n        \"undigenous\",\n        \"undisciplined\",\n        \"unitable\",\n        \"unmagic\",\n        \"unmalignant\",\n        \"unovercome\",\n        \"unpretentious\",\n        \"unprettily\",\n        \"unprosaic\",\n        \"unretinued\",\n        \"unshabbily\",\n        \"untragical\",\n        \"unwelcome\",\n        \"unwelcoming\",\n        \"wrongfile\",\n        \"wrongful\",\n        \"wrongous\"\n    ],\n    \"adrenalectoming\": [\n        \"adrenalectomizing\"\n    ],\n    \"adrenalin\": [\n        \"adrenaline\"\n    ],\n    \"adrenal\": [\n        \"adrenals\"\n    ],\n    \"ụtọ\": [\n        \"adrench\",\n        \"confectionary\",\n        \"delighter\",\n        \"delightfulness\",\n        \"delightingly\",\n        \"enjoyments\",\n        \"entertainable\",\n        \"entertaining\",\n        \"fond\",\n        \"fonded\",\n        \"fondnesses\",\n        \"fonds\",\n        \"pleasable\",\n        \"pleasableness\",\n        \"pleasantly\",\n        \"pleasantry\",\n        \"pleasantries\",\n        \"pleased\",\n        \"pleasedly\",\n        \"pleaship\",\n        \"pleasurability\",\n        \"pleasurableness\",\n        \"pleasurefulness\",\n        \"pleasurer\",\n        \"sweer\",\n        \"sweert\",\n        \"sweet\",\n        \"sweeter\",\n        \"sweetest\",\n        \"sweetful\",\n        \"sweetishly\",\n        \"sweetlike\",\n        \"sweetmeal\",\n        \"sweetsops\"\n    ],\n    \"adrenocorticosteroid dịkwa mma\": [\n        \"adrenocorticosteroid\"\n    ],\n    \"dịruo\": [\n        \"adrent\"\n    ],\n    \"chọọ\": [\n        \"adret\",\n        \"ambulate\",\n        \"besort\",\n        \"deseam\",\n        \"desuvre\",\n        \"dorn\",\n        \"enlodge\",\n        \"groomish\",\n        \"masoned\",\n        \"ornify\",\n        \"ques\",\n        \"sear\",\n        \"searce\",\n        \"searcer\",\n        \"search\",\n        \"searchant\",\n        \"searched\",\n        \"seek\",\n        \"seqrch\"\n    ],\n    \"Adriana\": [\n        \"adriana\"\n    ],\n    \"idebe\": [\n        \"adrip\",\n        \"bestud\",\n        \"confined\",\n        \"confining\",\n        \"delimiting\",\n        \"keepings\",\n        \"misplace\",\n        \"observancy\",\n        \"restitch\",\n        \"setling\"\n    ],\n    \"na-aja aja\": [\n        \"adrogate\"\n    ],\n    \"juanụ\": [\n        \"adrop\"\n    ],\n    \"adroal\": [\n        \"adrostal\"\n    ],\n    \"Omee\": [\n        \"adrowse\",\n        \"cloisterer\"\n    ],\n    \"dụọ\": [\n        \"adrue\"\n    ],\n    \"mgbasa ozi\": [\n        \"ads\",\n        \"adscendent\",\n        \"adscititious\",\n        \"adscriptive\",\n        \"adscripts\",\n        \"adsignification\",\n        \"adsmithing\",\n        \"adsorptive\",\n        \"adverbiation\",\n        \"adversing\",\n        \"advertence\",\n        \"adverting\",\n        \"advertisement\",\n        \"advertisements\",\n        \"advertising\",\n        \"advertizement\",\n        \"advertizing\",\n        \"antiamusement\",\n        \"broadcast\",\n        \"broadcaster\",\n        \"broadcasting\",\n        \"broadcastings\",\n        \"broadcasts\",\n        \"cameralism\",\n        \"circularisation\",\n        \"circulariser\",\n        \"circularism\",\n        \"circularizations\",\n        \"circularizer\",\n        \"circularizers\",\n        \"circulator\",\n        \"circulatories\",\n        \"countercampaign\",\n        \"deferential\",\n        \"deperdition\",\n        \"diffusors\",\n        \"diradiation\",\n        \"disfranchisements\",\n        \"dismisser\",\n        \"dispassion\",\n        \"dispassionateness\",\n        \"dispensive\",\n        \"dispersedelement\",\n        \"dispersibility\",\n        \"dispreads\",\n        \"disscepter\",\n        \"dissemblance\",\n        \"dissemilative\",\n        \"dissenterism\",\n        \"dissilition\",\n        \"dissyllabify\",\n        \"dissyllabification\",\n        \"dissyllabism\",\n        \"dissyllabize\",\n        \"dissimilate\",\n        \"dissimilating\",\n        \"dissimilation\",\n        \"dissimilative\",\n        \"dissymmetry\",\n        \"dissimulations\",\n        \"dissimulative\",\n        \"divulgement\",\n        \"excommunications\",\n        \"hypersalivation\",\n        \"hypersceptical\",\n        \"hypersecretion\",\n        \"hypersensibility\",\n        \"hypersensitise\",\n        \"hypersensitive\",\n        \"hypersensitiveness\",\n        \"hypersensitivities\",\n        \"hypersensitization\",\n        \"hypersentimental\",\n        \"hyperspatial\",\n        \"hyperspeculative\",\n        \"hypersplenism\",\n        \"hyperstoical\",\n        \"hypersubtlety\",\n        \"hypersusceptibility\",\n        \"hypersusceptible\",\n        \"hypostasising\",\n        \"hypostatisation\",\n        \"incommunicativeness\",\n        \"media\",\n        \"mediacy\",\n        \"mediacies\",\n        \"mediae\",\n        \"mediaeval\",\n        \"mediaevalism\",\n        \"mediaevalize\",\n        \"mediaevally\",\n        \"medialization\",\n        \"medianism\",\n        \"medias\",\n        \"mediateness\",\n        \"mediational\",\n        \"mediations\",\n        \"mediatisation\",\n        \"mediatise\",\n        \"mediatising\",\n        \"mediatization\",\n        \"mediatized\",\n        \"mediatizing\",\n        \"mediatrix\",\n        \"mediatrixes\",\n        \"mediety\",\n        \"medullization\",\n        \"noncastigation\",\n        \"outdispatch\",\n        \"outraises\",\n        \"outreading\",\n        \"pansciolism\",\n        \"posterization\",\n        \"posttests\",\n        \"preallotting\",\n        \"prepublication\",\n        \"proaddition\",\n        \"proadvertising\",\n        \"procorporation\",\n        \"procrusteanism\",\n        \"prodelision\",\n        \"prodeportation\",\n        \"proelimination\",\n        \"proface\",\n        \"profederation\",\n        \"proletarianise\",\n        \"proletarianization\",\n        \"proletarization\",\n        \"promachos\",\n        \"promagisterial\",\n        \"promenaderess\",\n        \"promodernistic\",\n        \"propacifism\",\n        \"propublication\",\n        \"prosabbath\",\n        \"proselytisation\",\n        \"proselytization\",\n        \"proseminate\",\n        \"prosemination\",\n        \"prosubstitution\",\n        \"prosuffrage\",\n        \"protradition\",\n        \"publicanism\",\n        \"publicism\",\n        \"publicity\",\n        \"publicization\",\n        \"readvertisement\",\n        \"rebroadcast\",\n        \"rebroadcasted\",\n        \"rebroadcasting\",\n        \"rebroadcasts\",\n        \"relayer\",\n        \"scatoscopy\",\n        \"scattergram\",\n        \"scattergraph\",\n        \"scattershot\",\n        \"spreadhead\",\n        \"transmittability\",\n        \"transmittal\",\n        \"transmittals\",\n        \"transmittance\",\n        \"transmittances\",\n        \"transmittancy\",\n        \"transmittible\",\n        \"unbroadcast\",\n        \"unchurlishness\",\n        \"unintermittingness\",\n        \"venters\"\n    ],\n    \"na mgbasa ozi\": [\n        \"adscititiously\",\n        \"advertently\"\n    ],\n    \"Akwụkwọ Nsọ\": [\n        \"adscript\",\n        \"bib\",\n        \"bibb\",\n        \"bibberies\",\n        \"bibble\",\n        \"bibbler\",\n        \"bibbons\",\n        \"bibbs\",\n        \"bible\",\n        \"bibles\",\n        \"bibless\",\n        \"biblicality\",\n        \"biblically\",\n        \"biblicism\",\n        \"biblicistic\",\n        \"biblicoliterary\",\n        \"biblist\",\n        \"biblos\",\n        \"biblus\",\n        \"bibracteate\",\n        \"bibs\",\n        \"exscriptural\",\n        \"hereticide\",\n        \"plical\",\n        \"preterscriptural\",\n        \"scriptural\",\n        \"scripturalism\",\n        \"scripturality\",\n        \"scripturally\",\n        \"scriptures\",\n        \"tedesca\"\n    ],\n    \"gbasatara\": [\n        \"adscripted\",\n        \"dextrorsal\"\n    ],\n    \"ndebanye aha\": [\n        \"adscription\",\n        \"autographs\",\n        \"chancriform\",\n        \"conscriptions\",\n        \"enlistment\",\n        \"enlistments\",\n        \"enrollments\",\n        \"incorporatorship\",\n        \"infranchise\",\n        \"ionisation\",\n        \"mistranscription\",\n        \"nonalignment\",\n        \"nonconscription\",\n        \"nonnihilist\",\n        \"nonostentation\",\n        \"nonregistration\",\n        \"nonsignification\",\n        \"nonsubscription\",\n        \"registership\",\n        \"registrarship\",\n        \"registrated\",\n        \"registrating\",\n        \"registration\",\n        \"registrational\",\n        \"registrationist\",\n        \"registrations\",\n        \"subscriptive\",\n        \"subsibilance\",\n        \"superinscription\",\n        \"superscription\",\n        \"superscriptions\",\n        \"superscrive\",\n        \"typolithographic\"\n    ],\n    \"Mgbasa ozi\": [\n        \"adsessor\",\n        \"adsmith\",\n        \"adverts\",\n        \"diffidentness\",\n        \"outreach\",\n        \"popularizations\",\n        \"propargyl\",\n        \"publicizer\",\n        \"spellable\",\n        \"venditation\",\n        \"volatiliser\"\n    ],\n    \"kpọsaanụ\": [\n        \"adsignify\",\n        \"advert\",\n        \"adverted\",\n        \"advertise\",\n        \"advertisee\",\n        \"advertize\",\n        \"advertizes\",\n        \"proclisis\",\n        \"prolify\",\n        \"publicate\",\n        \"publicize\",\n        \"readvertise\"\n    ],\n    \"adsorbent\": [\n        \"adsorbents\"\n    ],\n    \"itinye\": [\n        \"adstipulate\",\n        \"algin\",\n        \"alpiste\",\n        \"applicate\",\n        \"applying\",\n        \"applyingly\",\n        \"applot\",\n        \"attach\",\n        \"attaching\",\n        \"bracteate\",\n        \"connoting\",\n        \"deduplication\",\n        \"devitalizing\",\n        \"devitrification\",\n        \"devote\",\n        \"devotedly\",\n        \"devoting\",\n        \"dip\",\n        \"dipneust\",\n        \"dipping\",\n        \"dipt\",\n        \"embedding\",\n        \"embetter\",\n        \"embodying\",\n        \"embosking\",\n        \"embosoming\",\n        \"embossman\",\n        \"embossmen\",\n        \"embossment\",\n        \"embossments\",\n        \"emboweling\",\n        \"embowing\",\n        \"emmarbling\",\n        \"emplacing\",\n        \"empolder\",\n        \"engendering\",\n        \"entericoid\",\n        \"enwallow\",\n        \"equilibrating\",\n        \"equiparate\",\n        \"equiponderate\",\n        \"filate\",\n        \"imbodying\",\n        \"incide\",\n        \"inclose\",\n        \"inculp\",\n        \"induct\",\n        \"inducted\",\n        \"induplicate\",\n        \"ingoting\",\n        \"insertable\",\n        \"inserting\",\n        \"interbourse\",\n        \"interbring\",\n        \"interdrink\",\n        \"interject\",\n        \"intermeasuring\",\n        \"intermingle\",\n        \"interne\",\n        \"interpose\",\n        \"intervalling\",\n        \"intervarying\",\n        \"intervolving\",\n        \"interwrap\",\n        \"interwrapping\",\n        \"interwreathe\",\n        \"introverted\",\n        \"loading\",\n        \"ocreated\",\n        \"putid\",\n        \"puture\",\n        \"reiner\",\n        \"superimposing\",\n        \"tritylodon\",\n        \"unadmitting\"\n    ],\n    \"ekwukwu\": [\n        \"adstipulated\",\n        \"betelnuts\",\n        \"cercocebus\",\n        \"delineable\",\n        \"denicotinized\",\n        \"paroicous\",\n        \"pellicularia\",\n        \"speareye\"\n    ],\n    \"iwuchi\": [\n        \"adstrict\",\n        \"certis\",\n        \"predetach\",\n        \"ritchey\"\n    ],\n    \"Okwunye\": [\n        \"adstringe\"\n    ],\n    \"Adrevac\": [\n        \"adtevac\"\n    ],\n    \"ulatedara ntị\": [\n        \"adulated\"\n    ],\n    \"adara\": [\n        \"adulatory\"\n    ],\n    \"ịkwa iko\": [\n        \"adulce\",\n        \"adullam\",\n        \"adulteress\",\n        \"adultery\",\n        \"adultoid\",\n        \"aspheterism\",\n        \"bodicemaking\",\n        \"cowtongue\",\n        \"debaucher\",\n        \"debauchery\",\n        \"exorcism\",\n        \"extorsion\",\n        \"fornication\",\n        \"fornications\",\n        \"fornicatrix\",\n        \"fratriage\",\n        \"laticiferous\",\n        \"lufbery\",\n        \"manticism\",\n        \"mosaicking\",\n        \"porphyrisation\",\n        \"prankishness\",\n        \"pudicity\",\n        \"scuffing\",\n        \"showoffs\",\n        \"sodomitess\",\n        \"teaseling\",\n        \"teasement\",\n        \"teer\",\n        \"teerer\",\n        \"washiness\"\n    ],\n    \"lambalam\": [\n        \"adullamite\"\n    ],\n    \"okenye\": [\n        \"adult\",\n        \"adulthood\",\n        \"adultly\",\n        \"adultness\",\n        \"adultress\",\n        \"adults\",\n        \"elder\",\n        \"elderhood\",\n        \"elderlies\",\n        \"elderliness\",\n        \"elderling\",\n        \"eldership\",\n        \"eldersisterly\",\n        \"elding\",\n        \"eldrich\",\n        \"puberulous\"\n    ],\n    \"iko\": [\n        \"adulter\",\n        \"adulterateness\",\n        \"adulteration\",\n        \"adulterousness\",\n        \"chook\",\n        \"concubinal\",\n        \"concubitancy\",\n        \"concubitant\",\n        \"concubitous\",\n        \"cup\",\n        \"cupel\",\n        \"cupeling\",\n        \"cupellation\",\n        \"cupful\",\n        \"cupfulfuls\",\n        \"cupfuls\",\n        \"cupidities\",\n        \"cupmaking\",\n        \"cuprate\",\n        \"cupric\",\n        \"cuprite\",\n        \"cuprums\",\n        \"cups\",\n        \"cupsful\",\n        \"cupula\",\n        \"cupular\",\n        \"cupulate\",\n        \"cuvage\",\n        \"glass\",\n        \"glassed\",\n        \"glassen\",\n        \"glasses\",\n        \"glassfuls\",\n        \"glassie\",\n        \"glassies\",\n        \"glassin\",\n        \"glassine\",\n        \"glassines\",\n        \"glassiness\",\n        \"glassing\",\n        \"glassite\",\n        \"glassware\",\n        \"glassweed\",\n        \"glasswork\",\n        \"hout\",\n        \"lasagnes\",\n        \"mug\",\n        \"mugs\",\n        \"tead\",\n        \"teague\",\n        \"tewter\",\n        \"unchastity\",\n        \"whoring\",\n        \"whorishness\"\n    ],\n    \"na-akwa iko\": [\n        \"adulterant\",\n        \"adulterate\",\n        \"adulterately\",\n        \"adulterates\",\n        \"adulterating\",\n        \"adulterator\",\n        \"adulterous\",\n        \"adulterously\",\n        \"fornicate\",\n        \"fornicates\",\n        \"fornicating\",\n        \"fornicator\",\n        \"fornicatory\",\n        \"fornicatrices\",\n        \"forniciform\",\n        \"promiscuous\",\n        \"unpromiscuously\",\n        \"whoremongering\",\n        \"whoremonging\"\n    ],\n    \"ndị na-akwa iko\": [\n        \"adulterants\",\n        \"adulterators\",\n        \"adulterers\",\n        \"fornicators\",\n        \"saddlers\"\n    ],\n    \"kwara iko\": [\n        \"adulterated\",\n        \"fornicated\",\n        \"promiscuousness\",\n        \"unpromiscuousness\"\n    ],\n    \"onye na-akwa iko\": [\n        \"adulterer\",\n        \"conventicler\",\n        \"whoremonger\"\n    ],\n    \"ikoro\": [\n        \"adulteresses\"\n    ],\n    \"ịkwa iko nke di ma ọ bụ nwunye\": [\n        \"adulteries\"\n    ],\n    \"iko nwoke\": [\n        \"adulterine\"\n    ],\n    \"egbu egbu\": [\n        \"adulticidal\",\n        \"adulticide\",\n        \"alcoholic\",\n        \"alcoholically\",\n        \"alcoholicity\",\n        \"alcoholytic\",\n        \"alcoholizable\",\n        \"alcoholization\",\n        \"alcoholized\",\n        \"alcoholizing\",\n        \"alcoholometric\",\n        \"alcoholometrical\",\n        \"alcoothionic\",\n        \"alcoranic\",\n        \"anoxic\",\n        \"assassinated\",\n        \"assassinatress\",\n        \"beresite\",\n        \"butcherly\",\n        \"catholicised\",\n        \"catholicized\",\n        \"culicidal\",\n        \"deadwort\",\n        \"executionist\",\n        \"fatalist\",\n        \"fatalistic\",\n        \"fatalistically\",\n        \"intoxicable\",\n        \"intoxicate\",\n        \"intoxicated\",\n        \"intoxicatedly\",\n        \"intoxication\",\n        \"kiliare\",\n        \"killcrop\",\n        \"killick\",\n        \"killickinnic\",\n        \"killifishes\",\n        \"killjoys\",\n        \"killoch\",\n        \"killock\",\n        \"killocks\",\n        \"kilnrib\",\n        \"liberticidal\",\n        \"liberticide\",\n        \"midlenting\",\n        \"mucocutaneous\",\n        \"murderously\",\n        \"murthy\",\n        \"nigrified\",\n        \"oxyuricide\",\n        \"polianthes\",\n        \"policed\",\n        \"polishable\",\n        \"rattattoo\",\n        \"rodenticidal\",\n        \"rodenticide\",\n        \"scabicidal\",\n        \"sulphosilicide\",\n        \"toxicodendron\",\n        \"toxicodermatosis\",\n        \"toxicol\",\n        \"toxicoses\",\n        \"toxicosis\",\n        \"toxicotraumatic\",\n        \"unalcoholised\"\n    ],\n    \"dị ka okenye\": [\n        \"adultlike\"\n    ],\n    \"obubu\": [\n        \"adumbrate\",\n        \"bearlet\",\n        \"drawbore\",\n        \"obumbration\"\n    ],\n    \"na-adọnye\": [\n        \"adumbrating\"\n    ],\n    \"adumbrative\": [\n        \"adumbratively\"\n    ],\n    \"ngbako\": [\n        \"adunation\",\n        \"forfairn\",\n        \"kinkily\",\n        \"knavishly\",\n        \"knavishness\",\n        \"piddlingly\",\n        \"sitzkrieg\",\n        \"tinsmithing\",\n        \"vaginolabial\"\n    ],\n    \"igbochi\": [\n        \"aduncated\",\n        \"afforesting\",\n        \"aloneness\",\n        \"anticorrosive\",\n        \"antiprohibition\",\n        \"autoinhibited\",\n        \"avert\",\n        \"baning\",\n        \"banning\",\n        \"blobby\",\n        \"blockaderunning\",\n        \"blockbusting\",\n        \"blocky\",\n        \"blocking\",\n        \"blockish\",\n        \"blockishly\",\n        \"blockmaking\",\n        \"bloke\",\n        \"brisant\",\n        \"causticize\",\n        \"causticized\",\n        \"cohibit\",\n        \"confine\",\n        \"counterabut\",\n        \"counteragitation\",\n        \"counterapproach\",\n        \"counterapse\",\n        \"counterartillery\",\n        \"counterattacks\",\n        \"counterattraction\",\n        \"counteraverment\",\n        \"counterobligation\",\n        \"counteroffensives\",\n        \"counterpreach\",\n        \"curb\",\n        \"curbash\",\n        \"deter\",\n        \"detering\",\n        \"determ\",\n        \"deterrence\",\n        \"deterrent\",\n        \"deterring\",\n        \"empressment\",\n        \"empurpling\",\n        \"forbidding\",\n        \"forbiddingness\",\n        \"frockmaker\",\n        \"gantleting\",\n        \"hiccoughing\",\n        \"impedite\",\n        \"inhibitable\",\n        \"inhibiting\",\n        \"interblock\",\n        \"invaccinate\",\n        \"jaculation\",\n        \"kerb\",\n        \"knapsacking\",\n        \"morselization\",\n        \"nidulation\",\n        \"nonrestrained\",\n        \"obstringe\",\n        \"obstructing\",\n        \"obstruse\",\n        \"obstupefy\",\n        \"preblockading\",\n        \"precenting\",\n        \"preenclosing\",\n        \"preobjection\",\n        \"prevening\",\n        \"preventable\",\n        \"preventably\",\n        \"preventing\",\n        \"preventingly\",\n        \"preventure\",\n        \"preventuring\",\n        \"problockade\",\n        \"prohibiting\",\n        \"prohibitively\",\n        \"rebeholding\",\n        \"repress\",\n        \"repressure\",\n        \"restraightening\",\n        \"restrain\",\n        \"restraining\",\n        \"restraintful\",\n        \"restrapping\",\n        \"restricting\",\n        \"subpress\",\n        \"suppress\",\n        \"suppressal\",\n        \"suppressen\",\n        \"suppressible\",\n        \"suppressive\",\n        \"thwart\",\n        \"thwarting\",\n        \"thwartness\",\n        \"unbalking\",\n        \"uninhibitedness\",\n        \"uninhibiting\",\n        \"unobstruct\",\n        \"unrestrained\",\n        \"unroasted\",\n        \"wildings\",\n        \"withholding\",\n        \"withholdings\",\n        \"withholdment\"\n    ],\n    \"ịdị ndụ\": [\n        \"aduncity\",\n        \"animableness\",\n        \"animateness\",\n        \"boistousness\",\n        \"coetaneousness\",\n        \"contemporariness\",\n        \"evanescence\",\n        \"foemanship\",\n        \"foistiness\",\n        \"lieutenancy\",\n        \"lifelikeness\",\n        \"livableness\",\n        \"liveability\",\n        \"nasalizing\",\n        \"nitency\",\n        \"organistship\",\n        \"sainting\",\n        \"seamanliness\",\n        \"sistence\",\n        \"sombrousness\",\n        \"soporifousness\",\n        \"tetricalness\",\n        \"unlive\",\n        \"viperousness\"\n    ],\n    \"adonko\": [\n        \"aduncous\"\n    ],\n    \"agbato\": [\n        \"adusk\"\n    ],\n    \"obula\": [\n        \"adustion\",\n        \"anywhither\",\n        \"blobber\",\n        \"borborygmies\",\n        \"bunt\",\n        \"caulosarc\",\n        \"chuckfull\",\n        \"cochlospermaceous\",\n        \"deseret\",\n        \"disbursed\",\n        \"dithery\",\n        \"malfed\",\n        \"moll\",\n        \"multiexhaust\",\n        \"nonmalicious\",\n        \"obligato\",\n        \"overambitiousness\",\n        \"overentry\",\n        \"pulchritude\",\n        \"rakehells\",\n        \"schelly\",\n        \"wrinkledy\"\n    ],\n    \"na-aga n'ihu\": [\n        \"advance\",\n        \"advanceable\",\n        \"advancing\",\n        \"advancingly\",\n        \"carryons\",\n        \"chronicling\",\n        \"coinstantaneously\",\n        \"continuable\",\n        \"continual\",\n        \"continuality\",\n        \"continualness\",\n        \"continuant\",\n        \"continuantly\",\n        \"continuately\",\n        \"continuative\",\n        \"continuatively\",\n        \"continuedly\",\n        \"continuer\",\n        \"continues\",\n        \"continuing\",\n        \"continuingly\",\n        \"continuist\",\n        \"continuities\",\n        \"continuous\",\n        \"continuously\",\n        \"continuums\",\n        \"cryptanalytically\",\n        \"detinues\",\n        \"discurrent\",\n        \"excurrent\",\n        \"fluoborate\",\n        \"forwardly\",\n        \"fungistatically\",\n        \"furthering\",\n        \"incurrent\",\n        \"ingressiveness\",\n        \"ongoing\",\n        \"pederasts\",\n        \"phasing\",\n        \"preaggravating\",\n        \"precultivating\",\n        \"precurrent\",\n        \"prededicating\",\n        \"predepriving\",\n        \"prediscontinuation\",\n        \"predispersed\",\n        \"predissolving\",\n        \"preexcited\",\n        \"preexciting\",\n        \"preexecuting\",\n        \"preexisted\",\n        \"preexisting\",\n        \"preextensively\",\n        \"preordering\",\n        \"prerouting\",\n        \"prewelcoming\",\n        \"proceduring\",\n        \"proceeding\",\n        \"procurrent\",\n        \"profulgent\",\n        \"progging\",\n        \"progresses\",\n        \"progressing\",\n        \"progressional\",\n        \"progressionally\",\n        \"progressionary\",\n        \"progressive\",\n        \"progressives\",\n        \"proletarianly\",\n        \"prolific\",\n        \"proscriptively\",\n        \"prosogyrous\",\n        \"prosubstantive\",\n        \"protuberantly\",\n        \"retrogressive\",\n        \"steadily\",\n        \"superexceeding\",\n        \"underway\",\n        \"withinforth\",\n        \"withoutforth\"\n    ],\n    \"dị elu\": [\n        \"advanced\",\n        \"eleatic\",\n        \"heighted\",\n        \"heighten\",\n        \"heightened\",\n        \"hypervitalized\",\n        \"lofty\",\n        \"loftier\",\n        \"loftily\",\n        \"nifty\",\n        \"onstanding\",\n        \"superannated\",\n        \"superessential\",\n        \"superfervent\",\n        \"superficialities\",\n        \"superial\",\n        \"supermanly\",\n        \"superrational\",\n        \"towering\",\n        \"vaulted\"\n    ],\n    \"ịga n'ihu\": [\n        \"advancedness\",\n        \"continuance\",\n        \"continuativeness\",\n        \"continuousness\",\n        \"forwardness\",\n        \"onwardness\",\n        \"progresser\",\n        \"progression\",\n        \"progressionism\",\n        \"progressions\",\n        \"progressiveness\",\n        \"readvancement\",\n        \"tripennate\"\n    ],\n    \"ọganihu\": [\n        \"advancement\",\n        \"advancements\",\n        \"advances\",\n        \"preadvancement\",\n        \"progged\",\n        \"progress\",\n        \"prosiness\",\n        \"prosish\",\n        \"prospections\",\n        \"prosperation\",\n        \"prosperity\",\n        \"prosperities\",\n        \"prospicience\"\n    ],\n    \"onye na-aga n'ihu\": [\n        \"advancer\",\n        \"continuator\"\n    ],\n    \"ndị na-aga n'ihu\": [\n        \"advancers\",\n        \"proceeders\"\n    ],\n    \"aga n'ihu\": [\n        \"advancive\",\n        \"thenceforth\",\n        \"thenceforwards\"\n    ],\n    \"nwee uru\": [\n        \"advantaged\",\n        \"beneficium\",\n        \"gainable\",\n        \"gainliest\",\n        \"gainstrive\",\n        \"profitted\",\n        \"prosit\"\n    ],\n    \"bara uru\": [\n        \"advantageous\",\n        \"advantageously\",\n        \"advantaging\",\n        \"amounted\",\n        \"availed\",\n        \"beneficential\",\n        \"beneficently\",\n        \"beneficial\",\n        \"beneficially\",\n        \"cactal\",\n        \"consequential\",\n        \"effectful\",\n        \"effectual\",\n        \"erective\",\n        \"esteemable\",\n        \"fructificative\",\n        \"gemotes\",\n        \"implicative\",\n        \"importunately\",\n        \"invalued\",\n        \"meaningful\",\n        \"paravant\",\n        \"practical\",\n        \"practicalism\",\n        \"prised\",\n        \"prized\",\n        \"profitable\",\n        \"profitably\",\n        \"progredient\",\n        \"resultful\",\n        \"rubific\",\n        \"rubificative\",\n        \"salvifically\",\n        \"significative\",\n        \"subprofitable\",\n        \"subprofitableness\",\n        \"substantiative\",\n        \"substantive\",\n        \"useful\",\n        \"usefully\",\n        \"usefullish\",\n        \"usitative\",\n        \"utilitarian\",\n        \"utilitarianly\",\n        \"valuable\",\n        \"valuableness\",\n        \"valuably\",\n        \"valuate\",\n        \"valuated\",\n        \"valuates\",\n        \"valuating\",\n        \"valuative\",\n        \"valued\",\n        \"vivificant\",\n        \"worthwhile\"\n    ],\n    \"ịdị mma\": [\n        \"advantageousness\",\n        \"beadiness\",\n        \"beadlehood\",\n        \"bestness\",\n        \"carlishness\",\n        \"elegance\",\n        \"favourableness\",\n        \"fogramity\",\n        \"goodhumoredness\",\n        \"goodishness\",\n        \"goodliness\",\n        \"goodmanship\",\n        \"goodness\",\n        \"goodnesses\",\n        \"malevolency\",\n        \"manneristic\",\n        \"modicity\",\n        \"niceness\",\n        \"nobleness\",\n        \"qualityship\",\n        \"seemliness\",\n        \"stylishness\",\n        \"stypticalness\",\n        \"suitableness\",\n        \"suitedness\",\n        \"superboldness\",\n        \"superformalness\",\n        \"welly\",\n        \"wellnesses\"\n    ],\n    \"ikpa\": [\n        \"advect\",\n        \"baburd\",\n        \"bout\",\n        \"bowdichia\",\n        \"cecomorphic\",\n        \"chatta\",\n        \"chuppah\",\n        \"claviature\",\n        \"clump\",\n        \"coalesce\",\n        \"coalescence\",\n        \"diancecht\",\n        \"elan\",\n        \"evadne\",\n        \"fourpenny\",\n        \"gowpen\",\n        \"kinking\",\n        \"multihued\",\n        \"pelite\",\n        \"phalangean\",\n        \"phalangerine\",\n        \"phalangette\",\n        \"phalangite\",\n        \"phalangitic\",\n        \"phalanx\",\n        \"plastidule\",\n        \"sassing\",\n        \"scituate\",\n        \"sphacelating\",\n        \"unmatching\",\n        \"valvulotome\",\n        \"weavable\",\n        \"weave\",\n        \"weaveable\",\n        \"weaved\",\n        \"weaver\",\n        \"weaves\",\n        \"weazen\",\n        \"whooping\",\n        \"wud\"\n    ],\n    \"ịmara\": [\n        \"advecting\",\n        \"kegling\",\n        \"lassoed\",\n        \"lycee\",\n        \"marbleizing\",\n        \"marc\",\n        \"marcelling\",\n        \"marcor\",\n        \"tjanting\",\n        \"unmarbleizing\"\n    ],\n    \"azịza\": [\n        \"advective\",\n        \"allusions\",\n        \"ansation\",\n        \"answer\",\n        \"answerable\",\n        \"answerableness\",\n        \"answerably\",\n        \"answerer\",\n        \"answerers\",\n        \"answers\",\n        \"avions\",\n        \"clevises\",\n        \"nesses\",\n        \"nonanswer\",\n        \"quizzee\",\n        \"quizzer\",\n        \"quizzy\",\n        \"respondences\",\n        \"responsiveness\",\n        \"responsories\",\n        \"solution\",\n        \"solutionis\",\n        \"stomaches\",\n        \"torpidity\",\n        \"unanswering\"\n    ],\n    \"ichoputa\": [\n        \"advehent\",\n        \"discoach\",\n        \"discoglossidae\",\n        \"dislove\",\n        \"exarch\",\n        \"iconize\",\n        \"investigate\",\n        \"opacifying\",\n        \"picrolite\",\n        \"predesignating\",\n        \"quondamship\",\n        \"reselecting\",\n        \"searchable\",\n        \"selfseekingness\"\n    ],\n    \"kpakpando\": [\n        \"advene\",\n        \"ambrosiate\",\n        \"ambulated\",\n        \"antedated\",\n        \"anviled\",\n        \"asphodels\",\n        \"asteriskos\",\n        \"asterisks\",\n        \"asternal\",\n        \"astert\",\n        \"asthenics\",\n        \"astylar\",\n        \"astrictive\",\n        \"astrild\",\n        \"astrobiologies\",\n        \"astroblast\",\n        \"astrocompass\",\n        \"astrodynamic\",\n        \"astrofel\",\n        \"astrogated\",\n        \"astrogeny\",\n        \"astrogony\",\n        \"astrogonic\",\n        \"astrograph\",\n        \"astrographic\",\n        \"astrolog\",\n        \"astrologically\",\n        \"astrologize\",\n        \"astrologous\",\n        \"astron\",\n        \"astronomically\",\n        \"astronomize\",\n        \"astroscope\",\n        \"astroscopus\",\n        \"attrition\",\n        \"axiate\",\n        \"becousined\",\n        \"bentstar\",\n        \"bosselated\",\n        \"bowlmaker\",\n        \"bowmaker\",\n        \"brunelliaceous\",\n        \"cacoenthes\",\n        \"canopied\",\n        \"cassy\",\n        \"catastate\",\n        \"centipedes\",\n        \"cerned\",\n        \"cesious\",\n        \"champlain\",\n        \"champlainic\",\n        \"chorded\",\n        \"clavolet\",\n        \"cogrediency\",\n        \"condylion\",\n        \"constellate\",\n        \"constellated\",\n        \"constellation\",\n        \"constellations\",\n        \"constellatory\",\n        \"coppices\",\n        \"coruscated\",\n        \"cothurnate\",\n        \"crapulate\",\n        \"creesh\",\n        \"crenelates\",\n        \"crinkled\",\n        \"crocket\",\n        \"crookbilled\",\n        \"crookesite\",\n        \"crookfingered\",\n        \"crookheaded\",\n        \"crooklegged\",\n        \"crooknecked\",\n        \"crooknecks\",\n        \"crooksterned\",\n        \"crooktoothed\",\n        \"crottels\",\n        \"crouchingly\",\n        \"crucifers\",\n        \"crucily\",\n        \"crustated\",\n        \"cuke\",\n        \"cutthroats\",\n        \"cuvettes\",\n        \"drubbers\",\n        \"enshrouded\",\n        \"enstar\",\n        \"ferbams\",\n        \"filmish\",\n        \"fipenny\",\n        \"grasscut\",\n        \"hyperwrought\",\n        \"jettied\",\n        \"kempster\",\n        \"knosped\",\n        \"knubbly\",\n        \"knurls\",\n        \"lakish\",\n        \"lorate\",\n        \"membraneous\",\n        \"mockish\",\n        \"nonstellar\",\n        \"occidentals\",\n        \"occitone\",\n        \"opercular\",\n        \"ostracioid\",\n        \"ovariectomized\",\n        \"overbrimmed\",\n        \"pachycarpous\",\n        \"pachycephalia\",\n        \"pachyrhizus\",\n        \"paddlewood\",\n        \"pamperize\",\n        \"paratory\",\n        \"peltries\",\n        \"pholido\",\n        \"pholidota\",\n        \"plodded\",\n        \"plotlib\",\n        \"podesta\",\n        \"poduran\",\n        \"pottled\",\n        \"prec\",\n        \"precyst\",\n        \"precystic\",\n        \"predelude\",\n        \"predominantly\",\n        \"predominately\",\n        \"predominatingly\",\n        \"premiate\",\n        \"prepledged\",\n        \"prestressed\",\n        \"procyonine\",\n        \"prominimum\",\n        \"prothalli\",\n        \"prothallial\",\n        \"prothallium\",\n        \"protocoleopterous\",\n        \"protoparent\",\n        \"protorthopteron\",\n        \"protorthopterous\",\n        \"protothere\",\n        \"protreaty\",\n        \"protrude\",\n        \"prunella\",\n        \"pseudosessile\",\n        \"pseudosperm\",\n        \"quatrible\",\n        \"radiosterilized\",\n        \"rollick\",\n        \"roost\",\n        \"rudderpost\",\n        \"sextiply\",\n        \"shuckpen\",\n        \"snubnesses\",\n        \"star\",\n        \"starblind\",\n        \"starbloom\",\n        \"starbolins\",\n        \"starbowlines\",\n        \"starbright\",\n        \"starchier\",\n        \"starcraft\",\n        \"stardoms\",\n        \"starflower\",\n        \"stargaze\",\n        \"stargazed\",\n        \"stargazer\",\n        \"stargazers\",\n        \"stargazes\",\n        \"starik\",\n        \"starlets\",\n        \"starlight\",\n        \"starlighted\",\n        \"starlights\",\n        \"starlings\",\n        \"starlit\",\n        \"starlite\",\n        \"starlitten\",\n        \"starmonger\",\n        \"starnose\",\n        \"starquake\",\n        \"starr\",\n        \"starry\",\n        \"starrier\",\n        \"starriest\",\n        \"stars\",\n        \"starshake\",\n        \"starshine\",\n        \"starship\",\n        \"starshoot\",\n        \"starshot\",\n        \"starstroke\",\n        \"starstruck\",\n        \"starward\",\n        \"starwise\",\n        \"starworm\",\n        \"starwort\",\n        \"starworts\",\n        \"staved\",\n        \"stellar\",\n        \"stirpiculture\",\n        \"stoopers\",\n        \"stubb\",\n        \"stubbled\",\n        \"superimposed\",\n        \"superlunar\",\n        \"supersalient\",\n        \"supersecure\",\n        \"supersmart\",\n        \"supersmartly\",\n        \"supersolar\",\n        \"supersolid\",\n        \"superstandard\",\n        \"superstar\",\n        \"superstrata\",\n        \"superstratums\",\n        \"superstrict\",\n        \"superstrictly\",\n        \"supersulfate\",\n        \"supersulfurize\",\n        \"supracensorious\",\n        \"suprasensuous\",\n        \"surfmanship\",\n        \"talpatate\",\n        \"talpetate\",\n        \"tapinocephalic\",\n        \"topers\",\n        \"tribromacetic\",\n        \"unbrick\",\n        \"unstar\",\n        \"unstarred\",\n        \"unstirred\",\n        \"unstirring\",\n        \"vamped\",\n        \"vesiculotubular\",\n        \"vilipended\",\n        \"voteen\",\n        \"weeze\",\n        \"withergloom\",\n        \"wittings\",\n        \"wordstar\",\n        \"wormers\",\n        \"wrathed\"\n    ],\n    \"mma\": [\n        \"advenience\",\n        \"attingency\",\n        \"attraction\",\n        \"attractiveness\",\n        \"beaut\",\n        \"beauty\",\n        \"beautydom\",\n        \"beauts\",\n        \"better\",\n        \"betterly\",\n        \"betterment\",\n        \"bonduc\",\n        \"convenience\",\n        \"convenienced\",\n        \"conveniences\",\n        \"conveniencies\",\n        \"cooled\",\n        \"cosy\",\n        \"cozy\",\n        \"cravo\",\n        \"dagger\",\n        \"decorable\",\n        \"decorably\",\n        \"elul\",\n        \"endome\",\n        \"fascinatress\",\n        \"fineer\",\n        \"fitness\",\n        \"fitnesses\",\n        \"glamoury\",\n        \"gooder\",\n        \"goodly\",\n        \"goodlier\",\n        \"handersome\",\n        \"handsful\",\n        \"handsmooth\",\n        \"handsomeness\",\n        \"hetter\",\n        \"idealise\",\n        \"idealness\",\n        \"improved\",\n        \"knickers\",\n        \"knife\",\n        \"knifeboard\",\n        \"knifeful\",\n        \"knifes\",\n        \"knifeway\",\n        \"knishes\",\n        \"knive\",\n        \"knived\",\n        \"knivey\",\n        \"knives\",\n        \"knute\",\n        \"nice\",\n        \"pimenta\",\n        \"plafond\",\n        \"prefearful\",\n        \"reattraction\",\n        \"repellence\",\n        \"retractiveness\",\n        \"sash\",\n        \"tret\",\n        \"wellheads\"\n    ],\n    \"biakwa obibia\": [\n        \"advent\"\n    ],\n    \"ịkpa mma\": [\n        \"advential\"\n    ],\n    \"njem\": [\n        \"adventism\",\n        \"adventitia\",\n        \"adventitious\",\n        \"adventitiousness\",\n        \"adventry\",\n        \"adventure\",\n        \"adventureful\",\n        \"adventurement\",\n        \"adventureship\",\n        \"adventuring\",\n        \"adventurish\",\n        \"adventurism\",\n        \"adventurist\",\n        \"adventuristic\",\n        \"adventurousness\",\n        \"aventure\",\n        \"cru\",\n        \"cruces\",\n        \"cruises\",\n        \"cruor\",\n        \"cruzeiro\",\n        \"cruziero\",\n        \"depulse\",\n        \"emigrating\",\n        \"emigration\",\n        \"emigrational\",\n        \"emigrations\",\n        \"emigratory\",\n        \"emigres\",\n        \"excisor\",\n        \"excitancy\",\n        \"excursive\",\n        \"excursiveness\",\n        \"excurvation\",\n        \"exenteration\",\n        \"exhedra\",\n        \"exhedrae\",\n        \"exion\",\n        \"expeditation\",\n        \"expedition\",\n        \"expeditionary\",\n        \"expeditions\",\n        \"exship\",\n        \"intermigration\",\n        \"itinerary\",\n        \"jour\",\n        \"journaled\",\n        \"journalese\",\n        \"journey\",\n        \"journeyer\",\n        \"journeying\",\n        \"journeyings\",\n        \"journeys\",\n        \"journeywork\",\n        \"journo\",\n        \"marchet\",\n        \"medish\",\n        \"migrating\",\n        \"migrations\",\n        \"outplan\",\n        \"sojourney\",\n        \"tourism\",\n        \"tourisms\",\n        \"tourmente\",\n        \"transits\",\n        \"transport\",\n        \"transportal\",\n        \"transportance\",\n        \"transportation\",\n        \"transportational\",\n        \"transportment\",\n        \"trave\",\n        \"travel\",\n        \"travelable\",\n        \"traveled\",\n        \"traveling\",\n        \"travelings\",\n        \"travellable\",\n        \"travelled\",\n        \"travelling\",\n        \"travelog\",\n        \"travels\",\n        \"trip\",\n        \"tripal\",\n        \"tripaschal\",\n        \"tripel\",\n        \"tripes\",\n        \"triphibious\",\n        \"triphony\",\n        \"triphora\",\n        \"tripitaka\",\n        \"triplication\",\n        \"tripody\",\n        \"tripolis\",\n        \"tripot\",\n        \"trips\",\n        \"tripsacum\",\n        \"tripsis\",\n        \"voyage\",\n        \"voyageable\",\n        \"voyaged\",\n        \"voyager\",\n        \"voyages\",\n        \"voyageur\",\n        \"voyageurs\",\n        \"voyagings\"\n    ],\n    \"mmalite\": [\n        \"adventitial\",\n        \"arietation\",\n        \"beginnings\",\n        \"evolution\",\n        \"evolutions\",\n        \"evolutive\",\n        \"evolutoid\",\n        \"foreface\",\n        \"foreparts\",\n        \"foreset\",\n        \"forthset\",\n        \"germinancy\",\n        \"inception\",\n        \"initialing\",\n        \"onset\",\n        \"orig\",\n        \"origamis\",\n        \"origan\",\n        \"origans\",\n        \"origanum\",\n        \"origanums\",\n        \"origenism\",\n        \"origenistic\",\n        \"origination\",\n        \"origines\",\n        \"origins\",\n        \"outset\",\n        \"sincereness\",\n        \"startups\"\n    ],\n    \"chukwuebuka\": [\n        \"adventitiously\",\n        \"allosyndetic\",\n        \"amphikaryotic\",\n        \"borotungstate\",\n        \"ceratomandibular\",\n        \"churchgrith\",\n        \"demichamfron\",\n        \"demiditone\",\n        \"demijohns\",\n        \"demikindred\",\n        \"demospongiae\",\n        \"demosthenean\",\n        \"despeche\",\n        \"devulcanize\",\n        \"dictyoceratina\",\n        \"dictyophora\",\n        \"dictyostele\",\n        \"dictyostelic\",\n        \"dictyoxylon\",\n        \"disseizoress\",\n        \"epirotulian\",\n        \"excipuliform\",\n        \"heavinsogme\",\n        \"heracleopolite\",\n        \"jinricksha\",\n        \"jinrickshaw\",\n        \"multiethnic\",\n        \"nigritude\",\n        \"olethreutes\",\n        \"petersham\",\n        \"poluphloisboiotatotic\",\n        \"salvadoran\",\n        \"superorbital\",\n        \"superorganic\",\n        \"superornamental\",\n        \"surturbrand\",\n        \"terpsichoreal\",\n        \"ultrademocratic\"\n    ],\n    \"agbasi\": [\n        \"adventively\",\n        \"beguess\",\n        \"contam\",\n        \"contd\",\n        \"contiguate\",\n        \"contline\",\n        \"contorts\",\n        \"embalm\",\n        \"embalmed\",\n        \"embalming\",\n        \"embalms\",\n        \"embows\",\n        \"eudeve\",\n        \"extund\",\n        \"imbalming\",\n        \"imbalmment\",\n        \"psychedelic\",\n        \"psychedelics\",\n        \"rabble\",\n        \"superficial\"\n    ],\n    \"Ekwere\": [\n        \"advents\",\n        \"gavotted\"\n    ],\n    \"ahụmahụ\": [\n        \"adventured\",\n        \"adventures\",\n        \"experience\",\n        \"experienced\",\n        \"experiences\"\n    ],\n    \"onye njem\": [\n        \"adventurer\",\n        \"emigrant\",\n        \"emigrationist\",\n        \"emigrator\",\n        \"intermessenger\",\n        \"nonrailroader\",\n        \"nontraveler\",\n        \"passager\",\n        \"passenger\",\n        \"portugee\",\n        \"raveller\",\n        \"touristy\",\n        \"touristry\",\n        \"tournee\",\n        \"traveler\",\n        \"traveller\",\n        \"tripeman\",\n        \"tripemonger\",\n        \"triphibian\",\n        \"tripolitan\",\n        \"tripudist\"\n    ],\n    \"ndị njem\": [\n        \"adventurers\",\n        \"commuters\",\n        \"cruisers\",\n        \"curlers\",\n        \"enterons\",\n        \"excisemen\",\n        \"journeyers\",\n        \"passengers\",\n        \"ravelers\",\n        \"ravellers\",\n        \"tourers\",\n        \"traiteurs\",\n        \"traveleress\",\n        \"travelers\",\n        \"travellers\",\n        \"travelogs\",\n        \"triplanes\",\n        \"trouveurs\",\n        \"voyagers\",\n        \"voyeurs\"\n    ],\n    \"megharịa aka\": [\n        \"adverbialize\",\n        \"subclavate\"\n    ],\n    \"Adaeze\": [\n        \"adversa\",\n        \"attagirl\",\n        \"dreynt\",\n        \"failsoft\",\n        \"staggerbush\",\n        \"sucrases\"\n    ],\n    \"onye mmegide\": [\n        \"adversant\",\n        \"adversary\",\n        \"adversarial\",\n        \"antiaggressionist\",\n        \"antilegalist\",\n        \"antitraditionalist\",\n        \"assaulter\",\n        \"attacker\",\n        \"attackman\",\n        \"oppone\",\n        \"opponency\",\n        \"opponent\",\n        \"opposer\",\n        \"oppositionary\",\n        \"oppositionist\",\n        \"persecutress\",\n        \"proaggressionist\",\n        \"provaccinist\"\n    ],\n    \"opparia\": [\n        \"adversaria\"\n    ],\n    \"ndị mmegide\": [\n        \"adversaries\",\n        \"opposers\",\n        \"oppositionists\"\n    ],\n    \"dị njọ\": [\n        \"adversarious\",\n        \"baddest\",\n        \"cruent\",\n        \"fraenular\",\n        \"inveracious\",\n        \"maliferous\",\n        \"malignantly\",\n        \"messier\",\n        \"nefarious\",\n        \"predicamentally\",\n        \"saronic\",\n        \"sinisterly\",\n        \"sleer\",\n        \"subventricous\",\n        \"torvous\",\n        \"wickedly\",\n        \"wickedlike\"\n    ],\n    \"emegide\": [\n        \"adversative\",\n        \"antagonisation\",\n        \"antagonise\",\n        \"antagonised\",\n        \"antagonisms\",\n        \"antagonistic\",\n        \"antagonization\",\n        \"antagonize\",\n        \"antagonized\",\n        \"antagonizer\",\n        \"antemingent\",\n        \"antichthon\",\n        \"antiderivative\",\n        \"antimedical\",\n        \"antiracially\",\n        \"antiradical\",\n        \"antiradicals\",\n        \"antistalling\",\n        \"contracivil\",\n        \"contradict\",\n        \"contragredient\",\n        \"contraindicant\",\n        \"contraindicates\",\n        \"contraindicating\",\n        \"contraindication\",\n        \"contraindications\",\n        \"contraindicative\",\n        \"contraire\",\n        \"contrapletal\",\n        \"contraplete\",\n        \"contrapositive\",\n        \"contrarational\",\n        \"contraregular\",\n        \"contraregularity\",\n        \"contrariant\",\n        \"contraste\",\n        \"contravariant\",\n        \"contravenes\",\n        \"contriturate\",\n        \"counteracter\",\n        \"counteractive\",\n        \"counterbalancing\",\n        \"counterdance\",\n        \"counterequivalent\",\n        \"counterindication\",\n        \"counterintuitive\",\n        \"counterirritant\",\n        \"counteropposite\",\n        \"counterparadox\",\n        \"counterparallel\",\n        \"counterproject\",\n        \"counterreprisal\",\n        \"countertendencies\",\n        \"odds\",\n        \"oddside\",\n        \"opposable\",\n        \"opposal\",\n        \"opposed\",\n        \"opposes\",\n        \"opposit\",\n        \"opposites\",\n        \"previolated\"\n    ],\n    \"oghom\": [\n        \"adverse\",\n        \"flaw\",\n        \"flawy\",\n        \"ghyll\",\n        \"ghylls\",\n        \"immarginate\",\n        \"impalm\",\n        \"laetic\",\n        \"misassays\",\n        \"miscegenetic\",\n        \"miscensure\",\n        \"misclass\",\n        \"miscues\",\n        \"misform\",\n        \"misgovern\",\n        \"misguess\",\n        \"misogyne\",\n        \"misrhyme\",\n        \"missang\",\n        \"missounds\",\n        \"misstate\",\n        \"philhellenism\",\n        \"seconde\",\n        \"vagility\",\n        \"vagilities\"\n    ],\n    \"nweka\": [\n        \"adversifoliate\",\n        \"tribromid\"\n    ],\n    \"na-eweta nsogbu\": [\n        \"adversifolious\",\n        \"adversive\",\n        \"troublesome\",\n        \"troublous\",\n        \"troublously\"\n    ],\n    \"mkporomahu\": [\n        \"adversion\",\n        \"aversion\"\n    ],\n    \"n'amaghi ama\": [\n        \"advertency\",\n        \"babishly\",\n        \"bewitchingly\",\n        \"blurringly\",\n        \"bumpingly\",\n        \"crapulously\",\n        \"ficklewise\",\n        \"idiocratically\",\n        \"idiomatically\",\n        \"idiosyncratically\",\n        \"idiotically\",\n        \"ignobly\",\n        \"inadvertent\",\n        \"ineruditely\",\n        \"inutilely\",\n        \"irenically\",\n        \"judgmatically\",\n        \"libelously\",\n        \"misknowing\",\n        \"misrely\",\n        \"mistakenly\",\n        \"mistakingly\",\n        \"mumpishly\",\n        \"nonaesthetically\",\n        \"nonanticipation\",\n        \"nonanticipatorily\",\n        \"noncognizantly\",\n        \"nonconvergently\",\n        \"nondeliberately\",\n        \"nondictatorially\",\n        \"nondisingenuously\",\n        \"nonemulously\",\n        \"nongraciously\",\n        \"nonignorantly\",\n        \"nonincidentally\",\n        \"nonmaternally\",\n        \"nonmeteorically\",\n        \"nonmiraculously\",\n        \"nonmoderately\",\n        \"nonpresentably\",\n        \"nonprovidently\",\n        \"nonsatirically\",\n        \"nonsibilantly\",\n        \"nonsynchronically\",\n        \"nonsynoptically\",\n        \"nonsynthetically\",\n        \"nonskeletally\",\n        \"nonspaciously\",\n        \"nonspherically\",\n        \"nonsurgically\",\n        \"nonsusceptibly\",\n        \"obliviously\",\n        \"paretically\",\n        \"pessimistically\",\n        \"pithlessly\",\n        \"pretemperately\",\n        \"prooflessly\",\n        \"sinistrorsely\",\n        \"siphonless\",\n        \"spangly\",\n        \"spontaneous\",\n        \"spontaneously\",\n        \"sprightlily\",\n        \"stratagemically\",\n        \"stutteringly\",\n        \"unaccidentally\",\n        \"unacknowledging\",\n        \"unapparently\",\n        \"unarbitrarily\",\n        \"unassumingly\",\n        \"unawared\",\n        \"unawarely\",\n        \"unawares\",\n        \"unbalanceably\",\n        \"unbewitching\",\n        \"unbibulously\",\n        \"unbitting\",\n        \"unbrilliantly\",\n        \"uncalamitously\",\n        \"uncavernously\",\n        \"uncensoriously\",\n        \"unchaotically\",\n        \"unchicly\",\n        \"uncondemningly\",\n        \"undefinitely\",\n        \"undefinitively\",\n        \"undirectly\",\n        \"undiscernably\",\n        \"undivergently\",\n        \"unegotistically\",\n        \"unempirically\",\n        \"unenterprisingly\",\n        \"unepiscopally\",\n        \"unerrantly\",\n        \"uneugenically\",\n        \"unfallaciously\",\n        \"unfeigningly\",\n        \"unfoolishly\",\n        \"unforeseeingly\",\n        \"unforewarned\",\n        \"unfretfully\",\n        \"ungenerously\",\n        \"unimprovedly\",\n        \"unincidentally\",\n        \"unknowably\",\n        \"unknowing\",\n        \"unknowingly\",\n        \"unlarcenously\",\n        \"unlightedly\",\n        \"unmagically\",\n        \"unmarginally\",\n        \"unmarvellously\",\n        \"unmaternally\",\n        \"unmindfully\",\n        \"unmiraculously\",\n        \"unmystically\",\n        \"unmitigatedly\",\n        \"unmoderately\",\n        \"unmusicianly\",\n        \"unnomadically\",\n        \"unnotionally\",\n        \"unobstinately\",\n        \"unoriginately\",\n        \"unoriginatively\",\n        \"unpantheistically\",\n        \"unpenally\",\n        \"unperiphrastically\",\n        \"unphlegmatically\",\n        \"unpityingly\",\n        \"unplutocratically\",\n        \"unpragmatically\",\n        \"unprejudicially\",\n        \"unpremeditately\",\n        \"unprismatically\",\n        \"unproblematically\",\n        \"unprotestingly\",\n        \"unprovidentially\",\n        \"unprovidently\",\n        \"unpsychically\",\n        \"unpugnaciously\",\n        \"unreturningly\",\n        \"unsexually\",\n        \"unskeptically\",\n        \"unspitefully\",\n        \"unsplendorously\",\n        \"unspontaneously\",\n        \"unstammeringly\",\n        \"unstentoriously\",\n        \"unstipulated\",\n        \"unstoically\",\n        \"unstridently\",\n        \"unsuspectably\",\n        \"unsuspectedly\",\n        \"unsuspectingly\",\n        \"unthoughtfully\",\n        \"untwitching\",\n        \"untwitten\",\n        \"unwarned\",\n        \"unwarrantedly\",\n        \"unwastefully\",\n        \"unwitted\",\n        \"unwitty\",\n        \"unwitting\",\n        \"unwontedly\",\n        \"wretchlessly\"\n    ],\n    \"ịkpọsa\": [\n        \"advertent\"\n    ],\n    \"na-akpọsa\": [\n        \"advertisable\",\n        \"advertises\",\n        \"proclaiming\",\n        \"publicizing\"\n    ],\n    \"kpọsara\": [\n        \"advertised\",\n        \"advertized\",\n        \"publicized\",\n        \"publicizes\"\n    ],\n    \"onye mgbasa ozi\": [\n        \"advertiser\",\n        \"announcer\",\n        \"antimediaevalist\",\n        \"broadsider\",\n        \"campaigner\",\n        \"disseminator\",\n        \"dissimulator\",\n        \"forthteller\",\n        \"informalist\",\n        \"mediaevalist\",\n        \"mediastinal\",\n        \"mediatress\",\n        \"outpourer\",\n        \"proamateur\",\n        \"proczarist\",\n        \"prolocutor\",\n        \"promammalian\",\n        \"prometacenter\",\n        \"promisor\",\n        \"promissionary\",\n        \"promissor\",\n        \"promorphologist\",\n        \"propman\",\n        \"publicist\",\n        \"telegraphist\"\n    ],\n    \"ndị mgbasa ozi\": [\n        \"advertisers\",\n        \"announcers\",\n        \"annunciators\",\n        \"broadcasters\",\n        \"broadeners\",\n        \"mediatrices\",\n        \"newscasters\",\n        \"promisors\",\n        \"publicans\",\n        \"publicists\",\n        \"transmitters\"\n    ],\n    \"Mgbasaozi\": [\n        \"advertizer\",\n        \"extrametaphysical\",\n        \"proplasm\",\n        \"sphaeridial\"\n    ],\n    \"amamihe\": [\n        \"advisable\",\n        \"cleech\",\n        \"cleverish\",\n        \"filosofe\",\n        \"geniuses\",\n        \"philosophling\",\n        \"revolutionarily\",\n        \"scienced\",\n        \"tensibleness\",\n        \"wis\",\n        \"wisconsin\",\n        \"wisconsinite\",\n        \"wisconsinites\",\n        \"wisdom\",\n        \"wisdomful\",\n        \"wisdoms\",\n        \"wisdomship\",\n        \"wiseacredness\",\n        \"wiseacreishness\",\n        \"wiseacreism\",\n        \"wiseacres\",\n        \"wisecrackery\",\n        \"wisehead\",\n        \"wisely\",\n        \"wiseliest\",\n        \"wiseling\",\n        \"wiseness\",\n        \"wisenesses\",\n        \"wispily\",\n        \"wispiness\",\n        \"wisping\",\n        \"wisplike\",\n        \"wisure\",\n        \"wittome\"\n    ],\n    \"amamihe amamihe\": [\n        \"advisableness\"\n    ],\n    \"ọ dị mma\": [\n        \"advisably\",\n        \"bonhomously\",\n        \"goodeniaceous\",\n        \"isthmal\",\n        \"wellqueme\"\n    ],\n    \"nye ndụmọdụ\": [\n        \"advise\",\n        \"counselee\"\n    ],\n    \"dụrụ ndụmọdụ\": [\n        \"advisedness\"\n    ],\n    \"na-adụ ọdụ\": [\n        \"advisees\",\n        \"advises\",\n        \"advising\",\n        \"advoteresse\",\n        \"advowee\",\n        \"advowsons\",\n        \"counsels\",\n        \"exhorts\"\n    ],\n    \"ndị ndụmọdụ\": [\n        \"advisers\",\n        \"advisors\",\n        \"counsellors\",\n        \"counselors\",\n        \"dehorners\",\n        \"espousers\",\n        \"mentors\",\n        \"recommenders\"\n    ],\n    \"Ndụmọdụ\": [\n        \"advisorily\",\n        \"praxises\"\n    ],\n    \"agbako\": [\n        \"advocaat\",\n        \"alginuresis\",\n        \"bararite\",\n        \"caryatid\",\n        \"caryatidic\",\n        \"clobberer\",\n        \"clodhead\",\n        \"contrapposto\",\n        \"convocationist\",\n        \"convoluta\",\n        \"egghot\",\n        \"flatbrod\",\n        \"gote\",\n        \"ichnites\",\n        \"poussetted\",\n        \"racemocarbonate\",\n        \"rallycross\",\n        \"umbecast\"\n    ],\n    \"onwe\": [\n        \"advocacy\",\n        \"delf\",\n        \"pelf\",\n        \"pelfs\",\n        \"pelves\",\n        \"priv\",\n        \"self\",\n        \"selfed\",\n        \"selfful\",\n        \"selffulness\",\n        \"selfhoods\",\n        \"selfing\",\n        \"selfly\",\n        \"selfness\",\n        \"selfnesses\",\n        \"selfs\",\n        \"selfward\",\n        \"selfwards\",\n        \"skelf\",\n        \"twelves\",\n        \"unself\"\n    ],\n    \"onye nkwado\": [\n        \"advocator\",\n        \"advocatress\",\n        \"affrayer\",\n        \"alpinist\",\n        \"assertor\",\n        \"bolsterer\",\n        \"bootholder\",\n        \"carcerist\",\n        \"chemoceptor\",\n        \"concessionist\",\n        \"concessor\",\n        \"conciliator\",\n        \"consiliary\",\n        \"consolidant\",\n        \"consolidationist\",\n        \"consolidator\",\n        \"contrapuntalist\",\n        \"cooperationist\",\n        \"coulter\",\n        \"espouser\",\n        \"faunist\",\n        \"fripperer\",\n        \"hebraist\",\n        \"highholder\",\n        \"hutholder\",\n        \"incrustator\",\n        \"muralist\",\n        \"notopodial\",\n        \"patronate\",\n        \"patronizer\",\n        \"placeholder\",\n        \"preponderant\",\n        \"proditor\",\n        \"proponent\",\n        \"proscriber\",\n        \"prosist\",\n        \"proteidean\",\n        \"protosinner\",\n        \"rallyist\",\n        \"sanctioner\",\n        \"sanctionist\",\n        \"spondee\",\n        \"sponsor\",\n        \"stadholder\",\n        \"subsorter\",\n        \"supporter\",\n        \"sustainer\",\n        \"taimyrite\",\n        \"upholder\"\n    ],\n    \"na-enye nkwado\": [\n        \"advocatory\",\n        \"aurifying\",\n        \"consubstantiating\",\n        \"corroborant\",\n        \"laureating\",\n        \"underfortifying\"\n    ],\n    \"agbachitere\": [\n        \"advocatrice\",\n        \"beperiwigged\",\n        \"bescorches\",\n        \"buckramed\",\n        \"defence\",\n        \"defencive\",\n        \"defendress\",\n        \"defense\",\n        \"defensing\",\n        \"defension\",\n        \"defensive\",\n        \"jarldoms\",\n        \"labialized\",\n        \"latests\",\n        \"mirabiliary\",\n        \"nonbigoted\",\n        \"noncerebral\",\n        \"nonguilt\",\n        \"nonguilts\",\n        \"unannihilated\",\n        \"unarbitrated\",\n        \"unbangled\",\n        \"unblasted\",\n        \"unblindfolded\",\n        \"unblurred\",\n        \"unbordered\",\n        \"unclotted\",\n        \"uncolonised\",\n        \"uncontrovertedly\",\n        \"uncountervailed\",\n        \"undulated\",\n        \"ungambled\",\n        \"ungelded\",\n        \"unlanded\",\n        \"unlidded\",\n        \"unmanipulated\",\n        \"unmanneredly\",\n        \"unmanumitted\",\n        \"unoverthrown\",\n        \"unramified\",\n        \"unrounded\",\n        \"unsalutatory\",\n        \"unsaluted\",\n        \"unshunned\",\n        \"unsurmised\",\n        \"unsurrounded\",\n        \"unthrown\"\n    ],\n    \"Ndumodu\": [\n        \"advocatrix\",\n        \"assumpsit\",\n        \"candidacies\",\n        \"excommunion\",\n        \"pleuston\"\n    ],\n    \"onye enyemaka\": [\n        \"advoyer\",\n        \"aidant\",\n        \"aide\",\n        \"aider\",\n        \"aidman\",\n        \"assistant\",\n        \"assistor\",\n        \"beneceptor\",\n        \"benefactress\",\n        \"heliographer\",\n        \"helvidian\",\n        \"subsidizer\",\n        \"subsimian\",\n        \"subspecialist\",\n        \"succentor\",\n        \"tribunician\",\n        \"tripewife\",\n        \"utilitarianist\"\n    ],\n    \"kpọọ\": [\n        \"advoke\",\n        \"algates\",\n        \"algid\",\n        \"bade\",\n        \"balden\",\n        \"baldheaded\",\n        \"balmier\",\n        \"beechy\",\n        \"beid\",\n        \"bepray\",\n        \"beseeched\",\n        \"beshout\",\n        \"beshouted\",\n        \"beslings\",\n        \"beslushed\",\n        \"besoothe\",\n        \"besoothed\",\n        \"bespake\",\n        \"besped\",\n        \"bespoke\",\n        \"bespouse\",\n        \"bespout\",\n        \"bespray\",\n        \"besully\",\n        \"binge\",\n        \"bingle\",\n        \"bow\",\n        \"bowedness\",\n        \"bowgrace\",\n        \"bowieful\",\n        \"bowings\",\n        \"bowk\",\n        \"bowser\",\n        \"bowwow\",\n        \"brink\",\n        \"call\",\n        \"calli\",\n        \"calliandra\",\n        \"callid\",\n        \"callionymidae\",\n        \"calliopean\",\n        \"callipee\",\n        \"callippic\",\n        \"callithrix\",\n        \"callithump\",\n        \"calloses\",\n        \"callouses\",\n        \"callum\",\n        \"calluna\",\n        \"calluses\",\n        \"cebell\",\n        \"celom\",\n        \"chant\",\n        \"chantlate\",\n        \"chantries\",\n        \"chined\",\n        \"chinkle\",\n        \"chintses\",\n        \"chintzes\",\n        \"citrange\",\n        \"citrate\",\n        \"citrated\",\n        \"clisere\",\n        \"consultively\",\n        \"convoke\",\n        \"cuculle\",\n        \"cuppin\",\n        \"cupping\",\n        \"cuppings\",\n        \"curred\",\n        \"delirate\",\n        \"delire\",\n        \"dingdonged\",\n        \"eels\",\n        \"enclave\",\n        \"engaud\",\n        \"enghle\",\n        \"engulfs\",\n        \"enlister\",\n        \"enslumber\",\n        \"ensulphur\",\n        \"enunciated\",\n        \"erade\",\n        \"esloign\",\n        \"gerate\",\n        \"glis\",\n        \"groose\",\n        \"yelp\",\n        \"inclave\",\n        \"invirtuate\",\n        \"invite\",\n        \"invitee\",\n        \"invitees\",\n        \"invoke\",\n        \"invt\",\n        \"journalize\",\n        \"kenned\",\n        \"lear\",\n        \"lyricize\",\n        \"lulled\",\n        \"lumpen\",\n        \"martellate\",\n        \"martite\",\n        \"mesogyrate\",\n        \"nigget\",\n        \"nigglings\",\n        \"nodulate\",\n        \"nodulize\",\n        \"nomothete\",\n        \"nounize\",\n        \"nunciate\",\n        \"phorate\",\n        \"play\",\n        \"pleat\",\n        \"prededicate\",\n        \"predesolate\",\n        \"prepronounce\",\n        \"prerespire\",\n        \"pronouncedly\",\n        \"sangrel\",\n        \"shingled\",\n        \"shride\",\n        \"snarled\",\n        \"snarls\",\n        \"snortle\",\n        \"snubbing\",\n        \"snuggles\",\n        \"solicitee\",\n        \"subpenaed\",\n        \"subpoena\",\n        \"telephoned\",\n        \"urite\",\n        \"woidre\"\n    ],\n    \"Nye iwu\": [\n        \"advt\"\n    ],\n    \"kwe nkwa\": [\n        \"adward\",\n        \"assurge\",\n        \"avowed\",\n        \"oathworthy\",\n        \"pledgee\",\n        \"pledgeshop\"\n    ],\n    \"Ogwashi-Ukwu\": [\n        \"adwesch\"\n    ],\n    \"Adz\": [\n        \"adz\"\n    ],\n    \"nara\": [\n        \"adze\",\n        \"decidingly\",\n        \"gaize\",\n        \"gleys\",\n        \"glew\",\n        \"grippingly\",\n        \"mellow\",\n        \"mellowed\",\n        \"mellowy\",\n        \"piscation\",\n        \"take\",\n        \"wannest\",\n        \"wanze\"\n    ],\n    \"adụa\": [\n        \"adzer\"\n    ],\n    \"Aefald\": [\n        \"aefald\"\n    ],\n    \"aagagropile\": [\n        \"aegagropile\"\n    ],\n    \"anegirite\": [\n        \"aegirite\"\n    ],\n    \"mmeghachi omume\": [\n        \"aegises\",\n        \"countenances\",\n        \"dermoreaction\",\n        \"epact\",\n        \"exoderm\",\n        \"exoderms\",\n        \"flippancies\",\n        \"homiliary\",\n        \"homunculus\",\n        \"pyroconductivity\",\n        \"reaccomplishment\",\n        \"reactance\",\n        \"reaction\",\n        \"reactional\",\n        \"reactionaryism\",\n        \"reactionarism\",\n        \"reactionism\",\n        \"reactionist\",\n        \"reactions\",\n        \"reactivity\",\n        \"reactualization\",\n        \"reascertainment\",\n        \"reciprocation\",\n        \"reciprocity\",\n        \"rectificatory\",\n        \"redaction\",\n        \"redactional\",\n        \"reenactments\",\n        \"reerection\",\n        \"refects\",\n        \"reparation\",\n        \"reprisals\",\n        \"reprovals\",\n        \"resatisfaction\",\n        \"respondencies\",\n        \"responsions\",\n        \"retracement\",\n        \"retroaction\",\n        \"retroactionary\",\n        \"venenific\",\n        \"verdigrised\"\n    ],\n    \"uzo\": [\n        \"aegle\",\n        \"archwag\",\n        \"archway\",\n        \"asteep\",\n        \"avenue\",\n        \"avoset\",\n        \"avouch\",\n        \"bypass\",\n        \"bypasses\",\n        \"cleavage\",\n        \"coachway\",\n        \"companionway\",\n        \"concourse\",\n        \"concourses\",\n        \"counterpace\",\n        \"countersway\",\n        \"directitude\",\n        \"drains\",\n        \"encages\",\n        \"flyover\",\n        \"flitch\",\n        \"flitchen\",\n        \"forepass\",\n        \"gatewaying\",\n        \"grapeline\",\n        \"groove\",\n        \"groovelike\",\n        \"grouze\",\n        \"hatchways\",\n        \"intersections\",\n        \"intervenue\",\n        \"lane\",\n        \"laneway\",\n        \"lean\",\n        \"levesel\",\n        \"passageway\",\n        \"pathment\",\n        \"pavements\",\n        \"piscataway\",\n        \"pointage\",\n        \"ranses\",\n        \"rosters\",\n        \"scourway\",\n        \"sourdeline\",\n        \"spath\",\n        \"specks\",\n        \"speedaway\",\n        \"spillways\",\n        \"splineway\",\n        \"standaway\",\n        \"suasion\",\n        \"subspaces\",\n        \"subsurface\",\n        \"surcle\",\n        \"tenaces\",\n        \"theave\",\n        \"thoroughgrowth\",\n        \"thoroughstitch\",\n        \"trances\",\n        \"transparent\"\n    ],\n    \"aeọn\": [\n        \"aeons\"\n    ],\n    \"mmiri\": [\n        \"aequor\",\n        \"aquage\",\n        \"aquate\",\n        \"aquatic\",\n        \"aquatically\",\n        \"aquatics\",\n        \"aqueity\",\n        \"aqueous\",\n        \"aqueousness\",\n        \"aspring\",\n        \"awater\",\n        \"baking\",\n        \"beisance\",\n        \"besweatered\",\n        \"bewater\",\n        \"bubalises\",\n        \"burins\",\n        \"celastrus\",\n        \"cepous\",\n        \"cismontane\",\n        \"cissoidal\",\n        \"cissoids\",\n        \"conduits\",\n        \"damners\",\n        \"deve\",\n        \"dewater\",\n        \"dewaters\",\n        \"doat\",\n        \"doats\",\n        \"downspout\",\n        \"drainspout\",\n        \"dregs\",\n        \"drench\",\n        \"drent\",\n        \"drogh\",\n        \"drogues\",\n        \"droits\",\n        \"drona\",\n        \"drowners\",\n        \"earthshock\",\n        \"eyas\",\n        \"eroses\",\n        \"etherion\",\n        \"euclases\",\n        \"evaporation\",\n        \"forewaters\",\n        \"git\",\n        \"haviors\",\n        \"hydatic\",\n        \"hydriote\",\n        \"hydro\",\n        \"hydroaviation\",\n        \"hydroeconomics\",\n        \"hydronitrous\",\n        \"hydrotic\",\n        \"horizon\",\n        \"inhive\",\n        \"inust\",\n        \"irrigated\",\n        \"jittery\",\n        \"liatris\",\n        \"liquified\",\n        \"liquifies\",\n        \"mayfishes\",\n        \"mayfowl\",\n        \"marine\",\n        \"marined\",\n        \"marion\",\n        \"marraine\",\n        \"moieties\",\n        \"morosities\",\n        \"nare\",\n        \"neutretto\",\n        \"neutrophil\",\n        \"nitering\",\n        \"offsprings\",\n        \"outwater\",\n        \"perquest\",\n        \"persillade\",\n        \"plautine\",\n        \"refloods\",\n        \"rewater\",\n        \"savouries\",\n        \"sean\",\n        \"seaway\",\n        \"shoat\",\n        \"spring\",\n        \"springal\",\n        \"springals\",\n        \"springboard\",\n        \"springe\",\n        \"springed\",\n        \"springeing\",\n        \"springgun\",\n        \"springhaas\",\n        \"springhalt\",\n        \"springing\",\n        \"springingly\",\n        \"springmaking\",\n        \"springs\",\n        \"springtail\",\n        \"sprong\",\n        \"suction\",\n        \"suctions\",\n        \"suption\",\n        \"theelins\",\n        \"theins\",\n        \"toriness\",\n        \"unoceanic\",\n        \"water\",\n        \"waterbelly\",\n        \"waterborne\",\n        \"watered\",\n        \"watery\",\n        \"waterie\",\n        \"wateriest\",\n        \"waterily\",\n        \"waterishly\",\n        \"waterlike\",\n        \"waterlily\",\n        \"waterlilly\",\n        \"waterloos\",\n        \"waters\",\n        \"waterside\",\n        \"watersider\",\n        \"waterwise\",\n        \"wether\",\n        \"wetness\",\n        \"wetnesses\",\n        \"wettings\",\n        \"whiff\"\n    ],\n    \"aququal\": [\n        \"aequoreal\"\n    ],\n    \"ihe aququin\": [\n        \"aequorin\"\n    ],\n    \"aququins\": [\n        \"aequorins\"\n    ],\n    \"zaa\": [\n        \"aerate\",\n        \"ansate\",\n        \"anser\",\n        \"ansulate\",\n        \"chasten\",\n        \"enspell\",\n        \"evg\",\n        \"evulse\",\n        \"quizzify\",\n        \"rafe\",\n        \"rake\",\n        \"rakes\",\n        \"seling\",\n        \"sweep\",\n        \"sweepup\",\n        \"swell\",\n        \"swellage\",\n        \"sweller\",\n        \"swellhead\",\n        \"swelly\",\n        \"swellish\",\n        \"swellness\",\n        \"swelp\",\n        \"swelt\",\n        \"swelter\",\n        \"swelth\",\n        \"swep\",\n        \"swept\",\n        \"swom\",\n        \"swum\",\n        \"targes\",\n        \"targets\",\n        \"understride\"\n    ],\n    \"efere\": [\n        \"aerated\",\n        \"basinerved\",\n        \"basins\",\n        \"bowlfuls\",\n        \"broth\",\n        \"dishes\",\n        \"dishful\",\n        \"dishfuls\",\n        \"dishley\",\n        \"dishling\",\n        \"dishpan\",\n        \"dishpanful\",\n        \"dishumanize\",\n        \"eliphalet\",\n        \"erosive\",\n        \"estheses\",\n        \"evanished\",\n        \"evanishes\",\n        \"exciple\",\n        \"ostiary\",\n        \"paraphed\",\n        \"parathion\",\n        \"pasteurise\",\n        \"plaice\",\n        \"plainy\",\n        \"playte\",\n        \"plat\",\n        \"platans\",\n        \"platch\",\n        \"plate\",\n        \"plateful\",\n        \"platen\",\n        \"platens\",\n        \"plates\",\n        \"plathelminth\",\n        \"platic\",\n        \"platier\",\n        \"platinic\",\n        \"platinise\",\n        \"platitudinousness\",\n        \"platly\",\n        \"platted\",\n        \"platten\",\n        \"platter\",\n        \"platty\",\n        \"platting\",\n        \"pried\",\n        \"subduably\",\n        \"ultramicron\",\n        \"unsheaf\",\n        \"upreached\",\n        \"wastry\",\n        \"wastries\"\n    ],\n    \"ikpo oku\": [\n        \"aerating\",\n        \"alchemising\",\n        \"antheming\",\n        \"cacumination\",\n        \"dehumidification\",\n        \"distemperature\",\n        \"electrocoating\",\n        \"eructation\",\n        \"exothermic\",\n        \"exothermicity\",\n        \"firnification\",\n        \"gasification\",\n        \"heathenish\",\n        \"heathenship\",\n        \"hectorism\",\n        \"heliasts\",\n        \"inchant\",\n        \"intemperature\",\n        \"palanquining\",\n        \"potherment\",\n        \"uninvite\",\n        \"uninvitingness\"\n    ],\n    \"onye na-ekwu okwu\": [\n        \"aerator\",\n        \"clairaudient\",\n        \"deliberator\",\n        \"discusser\",\n        \"discussionist\",\n        \"eloiner\",\n        \"glossarian\",\n        \"negotiant\",\n        \"opinator\",\n        \"opiner\",\n        \"talecarrier\",\n        \"teller\",\n        \"verbalist\",\n        \"vocabulist\"\n    ],\n    \"keikuku\": [\n        \"aerial\"\n    ],\n    \"onye akuko ikuku\": [\n        \"aerialist\"\n    ],\n    \"Ndị na-arụ ọrụ ikuku\": [\n        \"aerialists\"\n    ],\n    \"ikuku\": [\n        \"aeriality\",\n        \"aerialness\",\n        \"aerials\",\n        \"aiery\",\n        \"air\",\n        \"airable\",\n        \"airan\",\n        \"airborn\",\n        \"airborne\",\n        \"airbound\",\n        \"airbrained\",\n        \"airbrick\",\n        \"airbrushed\",\n        \"airburst\",\n        \"aircheck\",\n        \"airchecks\",\n        \"aircrews\",\n        \"airdrome\",\n        \"airdromes\",\n        \"airdrop\",\n        \"airdropped\",\n        \"airdropping\",\n        \"airdrops\",\n        \"aired\",\n        \"airer\",\n        \"airers\",\n        \"airest\",\n        \"airfares\",\n        \"airflows\",\n        \"airframe\",\n        \"airframes\",\n        \"airfreight\",\n        \"airily\",\n        \"airiness\",\n        \"airinesses\",\n        \"airing\",\n        \"airings\",\n        \"airless\",\n        \"airlifting\",\n        \"airling\",\n        \"airlock\",\n        \"airlocks\",\n        \"airmailed\",\n        \"airmass\",\n        \"airpost\",\n        \"airproof\",\n        \"airproofed\",\n        \"airs\",\n        \"airscrew\",\n        \"airshed\",\n        \"airsheds\",\n        \"airsick\",\n        \"airsome\",\n        \"airspeeds\",\n        \"airt\",\n        \"airted\",\n        \"airth\",\n        \"airthed\",\n        \"airthing\",\n        \"airths\",\n        \"airtightness\",\n        \"airts\",\n        \"airward\",\n        \"airwards\",\n        \"airwave\",\n        \"airwise\",\n        \"airworthiest\",\n        \"aiver\",\n        \"aivr\",\n        \"ambience\",\n        \"ambiency\",\n        \"anglice\",\n        \"atmans\",\n        \"atmid\",\n        \"atmidometer\",\n        \"atmidometry\",\n        \"atmometry\",\n        \"atmometric\",\n        \"atmos\",\n        \"atmosphere\",\n        \"atmosphered\",\n        \"atmosphereful\",\n        \"atmosphereless\",\n        \"atmospheres\",\n        \"atmospheric\",\n        \"atmospherical\",\n        \"atmospherically\",\n        \"atmospherics\",\n        \"atmospherium\",\n        \"atmospherology\",\n        \"balneum\",\n        \"binocle\",\n        \"blighty\",\n        \"blighties\",\n        \"breeze\",\n        \"breezeless\",\n        \"breezy\",\n        \"carboxylation\",\n        \"celoms\",\n        \"ceratoblast\",\n        \"cerographic\",\n        \"circean\",\n        \"crones\",\n        \"easels\",\n        \"endermic\",\n        \"endosporic\",\n        \"euthyneural\",\n        \"exospheric\",\n        \"ferial\",\n        \"flection\",\n        \"furmities\",\n        \"gallous\",\n        \"gaseity\",\n        \"gaseousness\",\n        \"gashliness\",\n        \"gaslightness\",\n        \"gasogenic\",\n        \"gasometrical\",\n        \"gastrolatrous\",\n        \"gelidity\",\n        \"hagiologies\",\n        \"haviours\",\n        \"iatrogenic\",\n        \"ionospheric\",\n        \"isospore\",\n        \"isospory\",\n        \"isosporic\",\n        \"isospories\",\n        \"knub\",\n        \"outflash\",\n        \"oxy\",\n        \"oxybenzoic\",\n        \"oxycalcium\",\n        \"oxycephaly\",\n        \"oxydiact\",\n        \"oxygas\",\n        \"oxygens\",\n        \"oxygon\",\n        \"oxygonal\",\n        \"oxymoronic\",\n        \"oxyneurin\",\n        \"oxyntic\",\n        \"oxyquinone\",\n        \"oxyrhinous\",\n        \"oxytone\",\n        \"oxytones\",\n        \"oxytonic\",\n        \"oxytonical\",\n        \"oxytonize\",\n        \"oxyurid\",\n        \"oxyurous\",\n        \"oxywelding\",\n        \"radiances\",\n        \"respangle\",\n        \"satirisation\",\n        \"sericteries\",\n        \"skyjack\",\n        \"skyjacks\",\n        \"stenosphere\",\n        \"surfusion\",\n        \"temerities\",\n        \"terminer\",\n        \"venations\",\n        \"venerial\",\n        \"veny\",\n        \"venously\",\n        \"ventiduct\",\n        \"ventilated\",\n        \"ventilating\",\n        \"ventoy\",\n        \"ventrals\",\n        \"ventricosity\",\n        \"ventripotency\",\n        \"ventrose\",\n        \"venturis\",\n        \"venust\",\n        \"viewlessly\",\n        \"waggy\",\n        \"wareless\",\n        \"warless\",\n        \"whirlies\",\n        \"whirling\",\n        \"windable\",\n        \"windages\",\n        \"windbore\",\n        \"windbound\",\n        \"windchest\",\n        \"winddog\",\n        \"winded\",\n        \"windedly\",\n        \"windel\",\n        \"windgalled\",\n        \"windily\",\n        \"windill\",\n        \"windingly\",\n        \"windingness\",\n        \"windles\",\n        \"windlike\",\n        \"windling\",\n        \"windock\",\n        \"windore\",\n        \"windring\",\n        \"windroad\",\n        \"windrode\",\n        \"windrow\",\n        \"windrowing\",\n        \"windrows\",\n        \"windtight\",\n        \"windward\",\n        \"windwards\",\n        \"wireless\",\n        \"wirelessed\",\n        \"wirelesses\",\n        \"wirelessly\",\n        \"wirelessness\",\n        \"witess\"\n    ],\n    \"n'ụzọ ime mmụọ\": [\n        \"aerially\",\n        \"spiritally\",\n        \"spiritualistically\",\n        \"spiritually\"\n    ],\n    \"Gburugburu\": [\n        \"aerical\",\n        \"boroughwide\",\n        \"subverted\",\n        \"tmeses\"\n    ],\n    \"aeries\": [\n        \"aeried\"\n    ],\n    \"Auriferous\": [\n        \"aeriferous\",\n        \"auriferous\"\n    ],\n    \"aering\": [\n        \"aerifying\"\n    ],\n    \"aerity\": [\n        \"aeriness\"\n    ],\n    \"aerobacteriologist nke aerobacteriologist\": [\n        \"aerobacteriologist\"\n    ],\n    \"ihe egwuregwu\": [\n        \"aeroballistic\",\n        \"dousing\",\n        \"enterfeat\",\n        \"fieldpiece\",\n        \"fieldpieces\",\n        \"funambulator\",\n        \"functors\",\n        \"gamesmanship\",\n        \"lingoe\",\n        \"lingoes\",\n        \"plagate\",\n        \"plagiostomous\",\n        \"playact\",\n        \"playacting\",\n        \"playactor\",\n        \"playacts\",\n        \"playas\",\n        \"plaidoyer\",\n        \"playeress\",\n        \"proathletic\",\n        \"pterocles\",\n        \"pterocletes\",\n        \"puzzlepate\",\n        \"spatterware\",\n        \"spirogram\",\n        \"stagehand\",\n        \"teddy\",\n        \"teddies\",\n        \"theaceous\",\n        \"theatercraft\",\n        \"theatricalising\",\n        \"thester\",\n        \"tody\",\n        \"toydom\",\n        \"toyfulness\",\n        \"toyish\",\n        \"toyishness\",\n        \"toyless\",\n        \"toys\",\n        \"toyshop\",\n        \"toysome\",\n        \"trifles\",\n        \"triphyletic\"\n    ],\n    \"Aerobian\": [\n        \"aerobian\"\n    ],\n    \"n'ikuku\": [\n        \"aerobically\",\n        \"aeronautically\",\n        \"airlessly\",\n        \"croupily\",\n        \"dispensingly\",\n        \"exospherical\",\n        \"irradiatingly\",\n        \"supermechanically\",\n        \"uncohesively\",\n        \"unrigging\",\n        \"wavingly\"\n    ],\n    \"ọkà mmụta ihe banyere mbara igwe\": [\n        \"aerobiologist\",\n        \"hierologist\"\n    ],\n    \"ugbo elu\": [\n        \"aeroboat\",\n        \"aerocraft\",\n        \"aircraft\",\n        \"airmobile\",\n        \"aviated\",\n        \"aviation\",\n        \"aviational\",\n        \"flown\",\n        \"jetstream\",\n        \"plane\",\n        \"roadcraft\",\n        \"spaceflight\",\n        \"volplanes\"\n    ],\n    \"airgel\": [\n        \"aerogel\"\n    ],\n    \"ọkà mmụta banyere mbara igwe\": [\n        \"aerogeologist\",\n        \"aerologist\"\n    ],\n    \"aerogram\": [\n        \"aerograms\"\n    ],\n    \"onye na-ese ihe\": [\n        \"aerographer\",\n        \"areographer\",\n        \"astrophotographer\",\n        \"brachygrapher\",\n        \"carlovingian\",\n        \"cerographer\",\n        \"chartographist\",\n        \"epistolographer\",\n        \"hierographer\",\n        \"ichthyographer\",\n        \"lithotritist\",\n        \"mapmaker\",\n        \"nomographer\",\n        \"painter\",\n        \"painterlike\",\n        \"petrographer\",\n        \"pyrographer\",\n        \"portrayist\",\n        \"rhyparographer\",\n        \"selenographer\",\n        \"thanatographer\",\n        \"topographer\",\n        \"utopographer\",\n        \"xerographer\"\n    ],\n    \"aeroid\": [\n        \"aeroides\"\n    ],\n    \"aoroliths\": [\n        \"aeroliths\"\n    ],\n    \"ndị na-amụ banyere mbara igwe\": [\n        \"aerologists\",\n        \"astrobiologists\",\n        \"cosmologists\",\n        \"planetologists\"\n    ],\n    \"aromagnetic\": [\n        \"aeromagnetic\"\n    ],\n    \"aeroromita\": [\n        \"aerometer\"\n    ],\n    \"aeronaut\": [\n        \"aeronat\"\n    ],\n    \"aeronautic\": [\n        \"aeronautism\"\n    ],\n    \"mbara igwe\": [\n        \"aeronomy\",\n        \"areroscope\",\n        \"astrosphere\",\n        \"elaeocarpaceous\",\n        \"firmament\",\n        \"planineter\",\n        \"skydiver\",\n        \"skydives\",\n        \"skies\",\n        \"skylab\",\n        \"skylark\",\n        \"skylarkers\",\n        \"skylarks\",\n        \"skylight\",\n        \"spumous\"\n    ],\n    \"igwe okwu\": [\n        \"aerophone\",\n        \"audiograms\",\n        \"audiologies\",\n        \"audios\",\n        \"audiotape\",\n        \"cuailnge\",\n        \"diaphone\",\n        \"diaphones\",\n        \"electrophone\",\n        \"eudiometer\",\n        \"eudiometry\",\n        \"eudiometric\",\n        \"eudiometrical\",\n        \"loudspeakers\",\n        \"melophone\",\n        \"mication\",\n        \"microns\",\n        \"microphone\",\n        \"microphones\",\n        \"microphot\",\n        \"microphotograph\",\n        \"microphotometer\",\n        \"phonographical\",\n        \"phonographically\",\n        \"phonologer\",\n        \"phonologic\",\n        \"phonological\",\n        \"phonophorous\",\n        \"phorometer\",\n        \"phorometry\",\n        \"pyrophone\",\n        \"speakerphone\",\n        \"spectrophone\"\n    ],\n    \"ihe osise\": [\n        \"aerophotography\",\n        \"anagrammatic\",\n        \"anagrammatical\",\n        \"arcograph\",\n        \"arithmograph\",\n        \"biflagellate\",\n        \"blueprinter\",\n        \"cacography\",\n        \"cacographic\",\n        \"calcography\",\n        \"cappers\",\n        \"capsuliform\",\n        \"cartogram\",\n        \"cartograph\",\n        \"cartography\",\n        \"cartographic\",\n        \"cartographical\",\n        \"cartographies\",\n        \"carvel\",\n        \"carvels\",\n        \"carvership\",\n        \"carves\",\n        \"carvings\",\n        \"ceramography\",\n        \"chirograph\",\n        \"chirography\",\n        \"chirographical\",\n        \"chronographs\",\n        \"cymograph\",\n        \"cineangiocardiography\",\n        \"clinographic\",\n        \"conics\",\n        \"crescograph\",\n        \"crescographic\",\n        \"delftware\",\n        \"diagrammatic\",\n        \"diagraphic\",\n        \"dichotomy\",\n        \"dichotomising\",\n        \"dictograph\",\n        \"drawgate\",\n        \"drawknife\",\n        \"drawknives\",\n        \"drawnwork\",\n        \"drawsheet\",\n        \"emagram\",\n        \"embroscopic\",\n        \"engrace\",\n        \"engracing\",\n        \"engraffing\",\n        \"engrafts\",\n        \"engrailment\",\n        \"engrammatic\",\n        \"engraphy\",\n        \"engraphic\",\n        \"engrasp\",\n        \"engrave\",\n        \"engravement\",\n        \"engraver\",\n        \"engravers\",\n        \"engraves\",\n        \"engraving\",\n        \"engravings\",\n        \"epigrapher\",\n        \"galravage\",\n        \"galvanography\",\n        \"galvanographic\",\n        \"graphicness\",\n        \"graphiology\",\n        \"graplins\",\n        \"haplography\",\n        \"hierograph\",\n        \"hierography\",\n        \"hierographic\",\n        \"hierologic\",\n        \"ichnography\",\n        \"illustrator\",\n        \"illustrators\",\n        \"illustratress\",\n        \"imprecating\",\n        \"ingrafts\",\n        \"lanker\",\n        \"mappings\",\n        \"mosaics\",\n        \"murals\",\n        \"ontography\",\n        \"painterliness\",\n        \"palaeoceanography\",\n        \"palaeography\",\n        \"palaeontography\",\n        \"palaeontographic\",\n        \"palaeotypography\",\n        \"palaeotypographic\",\n        \"pallograph\",\n        \"pelycogram\",\n        \"pelycography\",\n        \"petrography\",\n        \"petrographic\",\n        \"philograph\",\n        \"phylography\",\n        \"phytography\",\n        \"phytotopography\",\n        \"phlebography\",\n        \"phlebographic\",\n        \"photophilic\",\n        \"phrenography\",\n        \"picogram\",\n        \"picograms\",\n        \"pictarnie\",\n        \"pictland\",\n        \"pictograph\",\n        \"pictones\",\n        \"pictoradiogram\",\n        \"pictorial\",\n        \"pictorialisation\",\n        \"pictorialise\",\n        \"pictorialised\",\n        \"pictorialising\",\n        \"pictorialism\",\n        \"pictorialist\",\n        \"pictorialization\",\n        \"pictorials\",\n        \"pictoric\",\n        \"pictural\",\n        \"picturecraft\",\n        \"picturedrome\",\n        \"picturegoer\",\n        \"pictury\",\n        \"picturization\",\n        \"picumnus\",\n        \"pyrophotograph\",\n        \"pistolography\",\n        \"pneograph\",\n        \"porticoed\",\n        \"porticos\",\n        \"portrayment\",\n        \"portrays\",\n        \"portreeve\",\n        \"pseudoheroical\",\n        \"raygrass\",\n        \"scissorlikeness\",\n        \"scullery\",\n        \"sculleries\",\n        \"sculptograph\",\n        \"sculptography\",\n        \"sillograph\",\n        \"sillographer\",\n        \"sillographist\",\n        \"sketchee\",\n        \"sketcher\",\n        \"sketchers\",\n        \"sketches\",\n        \"sketchier\",\n        \"skiograph\",\n        \"stylography\",\n        \"undiagrammatic\",\n        \"unornamental\",\n        \"viagram\",\n        \"vibrograph\",\n        \"xerography\",\n        \"zincography\"\n    ],\n    \"ụgbọelu\": [\n        \"aeroplane\",\n        \"airboat\",\n        \"airfare\",\n        \"airfield\",\n        \"airliner\",\n        \"airmark\",\n        \"airplane\",\n        \"airplaning\",\n        \"airship\",\n        \"amirship\",\n        \"antiaircraft\",\n        \"carrier\",\n        \"charrier\",\n        \"housecraft\",\n        \"spaceflights\",\n        \"warplane\"\n    ],\n    \"ụgbọ elu\": [\n        \"aeroplanes\",\n        \"aflight\",\n        \"airbuses\",\n        \"airbusses\",\n        \"aircrafts\",\n        \"airgraphics\",\n        \"airlike\",\n        \"airline\",\n        \"airliners\",\n        \"airlines\",\n        \"airns\",\n        \"airparks\",\n        \"airplaned\",\n        \"airplaner\",\n        \"airplanes\",\n        \"airships\",\n        \"flight\",\n        \"flights\",\n        \"flyways\",\n        \"flyweights\",\n        \"nonplane\",\n        \"planeload\",\n        \"planera\",\n        \"planes\",\n        \"planeshear\",\n        \"skiplanes\"\n    ],\n    \"onye na-ahu maka mbara igwe\": [\n        \"aeroplanist\"\n    ],\n    \"aeroskop\": [\n        \"aeroscope\"\n    ],\n    \"aerosol\": [\n        \"aerosols\"\n    ],\n    \"aerostatik\": [\n        \"aerostatics\"\n    ],\n    \"aerotechnika\": [\n        \"aerotechnical\"\n    ],\n    \"aerotherapeutics na-agwọ ọrịa\": [\n        \"aerotherapeutics\"\n    ],\n    \"aesk\": [\n        \"aesc\"\n    ],\n    \"Uchechi\": [\n        \"aeschylean\",\n        \"aeschynomenous\",\n        \"amphipneusta\",\n        \"augustinian\",\n        \"aunjetitz\",\n        \"auscultates\",\n        \"ausgespielt\",\n        \"austria\",\n        \"auteciousness\",\n        \"baronetised\",\n        \"buckayros\",\n        \"buckjump\",\n        \"buckshee\",\n        \"caccia\",\n        \"clarenceux\",\n        \"clonorchis\",\n        \"desiatin\",\n        \"deutsche\",\n        \"dominicks\",\n        \"dominiums\",\n        \"emphrensy\",\n        \"galeopithecus\",\n        \"yawls\",\n        \"jacksmelts\",\n        \"juncaceous\",\n        \"justinian\",\n        \"kazatskies\",\n        \"kensitite\",\n        \"khamseens\",\n        \"meslen\",\n        \"mesvinian\",\n        \"mockernut\",\n        \"mockups\",\n        \"palookas\",\n        \"paroeciousness\",\n        \"piscis\",\n        \"pithecia\",\n        \"pithoegia\",\n        \"pithoigia\",\n        \"quachil\",\n        \"rodinesque\",\n        \"rucksey\",\n        \"samekhs\",\n        \"schmalz\",\n        \"snoqualmie\",\n        \"splaymouth\",\n        \"tchervonetz\",\n        \"tennyson\",\n        \"theezan\",\n        \"thymoprivous\",\n        \"thioacetic\",\n        \"thuluth\",\n        \"tillicum\",\n        \"tristachyous\",\n        \"tristan\",\n        \"tristich\",\n        \"tzitzith\",\n        \"urushiol\",\n        \"vochysiaceous\",\n        \"wenchel\"\n    ],\n    \"aesia\": [\n        \"aesopian\"\n    ],\n    \"esthete\": [\n        \"aesthete\"\n    ],\n    \"estettian\": [\n        \"aesthetician\",\n        \"esthetician\"\n    ],\n    \"ịestụ ọgwụ\": [\n        \"aestheticize\"\n    ],\n    \"ememme\": [\n        \"aestival\",\n        \"celebrationis\",\n        \"festilogies\",\n        \"festival\",\n        \"festivals\",\n        \"festivities\",\n        \"solemnization\"\n    ],\n    \"na-ata ahụhụ\": [\n        \"aestivate\",\n        \"agnizes\",\n        \"bestializing\",\n        \"ceding\",\n        \"chastening\",\n        \"chasteningly\",\n        \"chastising\",\n        \"chaunting\",\n        \"inseeing\",\n        \"languishing\",\n        \"mistending\",\n        \"pandying\",\n        \"punishing\",\n        \"suffering\",\n        \"sufferingly\",\n        \"suffers\",\n        \"sufficers\",\n        \"tormentative\",\n        \"tormentful\",\n        \"tormentingly\",\n        \"torturer\",\n        \"torturesomeness\",\n        \"undergoer\",\n        \"underring\",\n        \"victimizes\",\n        \"waspnesting\"\n    ],\n    \"bụrụ nke a dọtara\": [\n        \"aestivated\"\n    ],\n    \"na-agbasi ike\": [\n        \"aestivates\",\n        \"agitable\",\n        \"axenically\",\n        \"baahling\",\n        \"babblative\",\n        \"beguilingly\",\n        \"biffing\",\n        \"blathering\",\n        \"blatting\",\n        \"boundingly\",\n        \"cannalling\",\n        \"cannonballed\",\n        \"chittering\",\n        \"comburivorous\",\n        \"dissensious\",\n        \"enervates\",\n        \"enervating\",\n        \"enmeshing\",\n        \"expeditating\",\n        \"expediting\",\n        \"feebling\",\n        \"fussiest\",\n        \"gerunds\",\n        \"heaving\",\n        \"impenetrative\",\n        \"impetulantly\",\n        \"intensives\",\n        \"invigilating\",\n        \"litigiously\",\n        \"mayhemming\",\n        \"peltigerous\",\n        \"perambulating\",\n        \"perforative\",\n        \"ploddingly\",\n        \"rambling\",\n        \"shatteringly\",\n        \"solidating\",\n        \"stammering\",\n        \"stiffens\",\n        \"stiflingly\",\n        \"stunting\",\n        \"tendrilly\",\n        \"viriliously\",\n        \"vivifies\",\n        \"wildering\"\n    ],\n    \"na-aestiụ ọgwụ\": [\n        \"aestivating\"\n    ],\n    \"ọrịa\": [\n        \"aestivation\",\n        \"ailment\",\n        \"ailments\",\n        \"anureses\",\n        \"cephalopathy\",\n        \"clinah\",\n        \"disease\",\n        \"diseasedness\",\n        \"diseasefulness\",\n        \"diseases\",\n        \"diseasy\",\n        \"diseasing\",\n        \"diselectrification\",\n        \"diselenid\",\n        \"diselenide\",\n        \"disemic\",\n        \"disequality\",\n        \"disequalization\",\n        \"disequalize\",\n        \"disequalizer\",\n        \"disequilibration\",\n        \"diseurs\",\n        \"diseuse\",\n        \"diseuses\",\n        \"disexcommunicate\",\n        \"enurny\",\n        \"fatnesses\",\n        \"illbred\",\n        \"illfare\",\n        \"illites\",\n        \"illness\",\n        \"illnesses\",\n        \"ills\",\n        \"illurement\",\n        \"illusoriness\",\n        \"infectiousness\",\n        \"infectiveness\",\n        \"infectivity\",\n        \"infestation\",\n        \"malady\",\n        \"maladies\",\n        \"mnesic\",\n        \"morbidity\",\n        \"morbidities\",\n        \"morbidness\",\n        \"neurologic\",\n        \"palsies\",\n        \"pandowdies\",\n        \"pathocure\",\n        \"pathographical\",\n        \"patholysis\",\n        \"pathology\",\n        \"pathologies\",\n        \"pathomania\",\n        \"pathosis\",\n        \"pestiferously\",\n        \"pharisaic\",\n        \"pterygia\",\n        \"sickbays\",\n        \"sickener\",\n        \"sickerness\",\n        \"sicket\",\n        \"sickie\",\n        \"sickishness\",\n        \"sicklebill\",\n        \"sicklemen\",\n        \"sicklemia\",\n        \"sicklemic\",\n        \"sickler\",\n        \"sicklied\",\n        \"sicklier\",\n        \"sicklies\",\n        \"sickliness\",\n        \"sickness\",\n        \"sicknesses\",\n        \"sicks\",\n        \"thecitis\",\n        \"theileria\",\n        \"unbiological\",\n        \"unharnesses\",\n        \"unsicker\",\n        \"unsickerness\",\n        \"unweelness\",\n        \"unwellness\"\n    ],\n    \"inye mmasi\": [\n        \"aestuate\"\n    ],\n    \"aestu\": [\n        \"aestuation\"\n    ],\n    \"akara aka\": [\n        \"aesture\",\n        \"armrack\",\n        \"destines\",\n        \"destiny\",\n        \"destinies\",\n        \"fate\",\n        \"fateful\",\n        \"fatefully\",\n        \"fatefulness\",\n        \"fates\",\n        \"fingermark\",\n        \"forebowline\",\n        \"foredesignment\",\n        \"foredetermination\",\n        \"foreordainment\",\n        \"foreordainments\",\n        \"foreordains\",\n        \"forepaws\",\n        \"handprint\",\n        \"knabble\",\n        \"larbowlines\",\n        \"limacons\",\n        \"magirics\",\n        \"markhoors\",\n        \"markhors\",\n        \"ostmark\",\n        \"predesignation\",\n        \"predestinarianism\",\n        \"predestinate\",\n        \"predestinated\",\n        \"predestinately\",\n        \"predestinates\",\n        \"predestinating\",\n        \"predestination\",\n        \"predestinational\",\n        \"predestinationism\",\n        \"predestinationist\",\n        \"predestinative\",\n        \"predestining\",\n        \"predestitute\",\n        \"predestitution\",\n        \"predestroy\",\n        \"predestruction\",\n        \"predetermination\",\n        \"predeterminations\",\n        \"predeterminative\",\n        \"predetermines\",\n        \"predeterminism\",\n        \"predetest\",\n        \"predetestation\",\n        \"predisplacement\",\n        \"predistinct\",\n        \"predramatic\",\n        \"preestimation\",\n        \"preordained\",\n        \"preordaining\",\n        \"preordainment\",\n        \"prestamp\",\n        \"primprint\",\n        \"reappointments\",\n        \"ringbarks\",\n        \"semiacademic\",\n        \"semiacademical\",\n        \"semidictatorialness\",\n        \"signets\",\n        \"signiory\",\n        \"signiories\",\n        \"subalternity\",\n        \"superiority\",\n        \"tapemarks\",\n        \"token\",\n        \"tokenism\",\n        \"tokenisms\",\n        \"touchback\",\n        \"touchline\",\n        \"touchmark\",\n        \"trist\",\n        \"undescended\",\n        \"unstamped\",\n        \"uphoards\",\n        \"waymark\",\n        \"wavemark\",\n        \"wymote\"\n    ],\n    \"aether\": [\n        \"aethers\"\n    ],\n    \"enweghị ihe ọ bụla\": [\n        \"aeviternal\",\n        \"breekless\",\n        \"colessor\",\n        \"cushionless\",\n        \"impanated\",\n        \"inapplicably\",\n        \"indecorously\",\n        \"inexclusively\",\n        \"innocuity\",\n        \"inseverably\",\n        \"irredeemably\",\n        \"nicotineless\",\n        \"nobodyness\",\n        \"nocerite\",\n        \"nonapplicable\",\n        \"nonappointive\",\n        \"nonbeverage\",\n        \"noncivilizable\",\n        \"noncultivatable\",\n        \"nondepravities\",\n        \"nondiabolical\",\n        \"nondistinctive\",\n        \"noneccentrically\",\n        \"nonecliptical\",\n        \"nonecliptically\",\n        \"nonejection\",\n        \"noneloquently\",\n        \"nonenviableness\",\n        \"nonequation\",\n        \"nonequatorially\",\n        \"nonequilibrium\",\n        \"nonequitably\",\n        \"nonequivalently\",\n        \"noneradicable\",\n        \"noneradicative\",\n        \"nonevasion\",\n        \"nonevilness\",\n        \"nonevolving\",\n        \"nonexcavation\",\n        \"nonexcessively\",\n        \"nonexcessiveness\",\n        \"nonexcitable\",\n        \"nonexcitably\",\n        \"nonexcitative\",\n        \"nonexclusive\",\n        \"nonexculpation\",\n        \"nonexcusably\",\n        \"nonexertion\",\n        \"nonexigent\",\n        \"nonexpansively\",\n        \"nonexpediency\",\n        \"nonexpedient\",\n        \"nonexpediential\",\n        \"nonexpediently\",\n        \"nonexperiential\",\n        \"nonexperientially\",\n        \"nonexperimental\",\n        \"nonexperimentally\",\n        \"nonexplicable\",\n        \"nonexplorative\",\n        \"nonexplosive\",\n        \"nonexplosiveness\",\n        \"nonexplosives\",\n        \"nonexponentially\",\n        \"nonexposure\",\n        \"nonexteriority\",\n        \"nonexterminative\",\n        \"nonexterminatory\",\n        \"nonexuberancy\",\n        \"nonexultantly\",\n        \"nonexultation\",\n        \"nonfissionable\",\n        \"nonhallucinated\",\n        \"nonhallucinatory\",\n        \"nonhyperbolically\",\n        \"noninclusiveness\",\n        \"nonnegotiable\",\n        \"nonparabolically\",\n        \"nonreducibly\",\n        \"nonremissible\",\n        \"nonretardative\",\n        \"nonretardatory\",\n        \"nonrudimentary\",\n        \"nonservileness\",\n        \"nonspottable\",\n        \"nonvariously\",\n        \"nonvillainousness\",\n        \"nothingarianism\",\n        \"nothingist\",\n        \"nothingless\",\n        \"nothingly\",\n        \"nothingness\",\n        \"pulleyless\",\n        \"rfree\",\n        \"spectacleless\",\n        \"unapplicableness\",\n        \"unapplying\",\n        \"undandled\",\n        \"undarned\",\n        \"undissonant\",\n        \"undramatic\",\n        \"undrowned\",\n        \"uneyed\",\n        \"unexcitableness\",\n        \"unexclusiveness\",\n        \"unexperiential\",\n        \"unfestering\",\n        \"unfretty\",\n        \"unfurthersome\",\n        \"ungroundably\",\n        \"ungrounded\",\n        \"ungroundedly\",\n        \"ungroundedness\",\n        \"uninherent\",\n        \"uninventful\",\n        \"uninventive\",\n        \"unpictorialise\",\n        \"unrecessively\",\n        \"unreclusive\",\n        \"unretaliative\",\n        \"unriveting\",\n        \"unsaddened\",\n        \"unvividness\",\n        \"vapidness\",\n        \"vincibleness\",\n        \"vizardless\"\n    ],\n    \"Af\": [\n        \"af\"\n    ],\n    \"ịgbada\": [\n        \"afaced\",\n        \"descendability\",\n        \"felter\",\n        \"felting\"\n    ],\n    \"ihuchi\": [\n        \"afacing\"\n    ],\n    \"ima ihu\": [\n        \"afaint\"\n    ],\n    \"tere aka\": [\n        \"afar\",\n        \"distant\",\n        \"distent\",\n        \"far\",\n        \"faraway\",\n        \"greasiest\",\n        \"terete\"\n    ],\n    \"enwe\": [\n        \"afetal\",\n        \"apes\",\n        \"beclout\",\n        \"becurses\",\n        \"beetfly\",\n        \"beetles\",\n        \"beetling\",\n        \"boistous\",\n        \"bouts\",\n        \"emprises\",\n        \"enjoyed\",\n        \"enroots\",\n        \"malaceous\",\n        \"misunions\",\n        \"monkey\",\n        \"monkeyboard\",\n        \"monkeyed\",\n        \"monkeyface\",\n        \"monkeyfied\",\n        \"monkeyfying\",\n        \"monkeyflower\",\n        \"monkeyhood\",\n        \"monkeyish\",\n        \"monkeyishness\",\n        \"monkeyism\",\n        \"monkeypod\",\n        \"monkeypot\",\n        \"monkeyry\",\n        \"monkeyrony\",\n        \"monkeys\",\n        \"monkeyshines\",\n        \"monkeytail\",\n        \"roystered\",\n        \"supered\"\n    ],\n    \"nkwado\": [\n        \"affability\",\n        \"approbated\",\n        \"approbating\",\n        \"approbation\",\n        \"approbator\",\n        \"auspicial\",\n        \"braced\",\n        \"bracing\",\n        \"bracingness\",\n        \"bracts\",\n        \"bragi\",\n        \"coassistance\",\n        \"collaborations\",\n        \"consilience\",\n        \"consolidations\",\n        \"consolitoriness\",\n        \"contributional\",\n        \"contributorial\",\n        \"contributorship\",\n        \"cooperations\",\n        \"cooptions\",\n        \"corroboration\",\n        \"cosponsorship\",\n        \"cosponsorships\",\n        \"empoison\",\n        \"infrastigmatal\",\n        \"patronage\",\n        \"patronization\",\n        \"persistance\",\n        \"prestamped\",\n        \"prestatistical\",\n        \"prodatary\",\n        \"promo\",\n        \"promodern\",\n        \"promorph\",\n        \"promorphology\",\n        \"promorphological\",\n        \"promorphologically\",\n        \"promotional\",\n        \"propolitical\",\n        \"props\",\n        \"sponsal\",\n        \"sponsalia\",\n        \"sponsibility\",\n        \"sponsion\",\n        \"sponsional\",\n        \"sponsions\",\n        \"sponsored\",\n        \"sponsorial\",\n        \"sponsorship\",\n        \"sponsorships\",\n        \"stainabilities\",\n        \"subsartorial\",\n        \"subsilicic\",\n        \"subspherical\",\n        \"subspherically\",\n        \"subsumptive\",\n        \"support\",\n        \"supportability\",\n        \"supportance\",\n        \"supportasse\",\n        \"supportation\",\n        \"supportress\",\n        \"supralunary\",\n        \"tumulose\",\n        \"validation\",\n        \"validations\",\n        \"validification\"\n    ],\n    \"nke oma\": [\n        \"affable\",\n        \"approximate\",\n        \"comfortable\",\n        \"comfortful\",\n        \"discoplacentalia\",\n        \"discoplacentalian\",\n        \"empathically\",\n        \"expositively\",\n        \"fortake\",\n        \"positively\",\n        \"precorrectly\",\n        \"protogonous\",\n        \"psaltry\",\n        \"scenically\",\n        \"sedulously\",\n        \"sizable\",\n        \"spright\",\n        \"studiously\",\n        \"stupeous\",\n        \"thorough\",\n        \"thoroughstem\",\n        \"virific\",\n        \"virustatic\"\n    ],\n    \"ihe nkwado\": [\n        \"affabrous\",\n        \"bolsters\",\n        \"brace\",\n        \"bracers\",\n        \"braces\",\n        \"bragas\",\n        \"coholder\",\n        \"consolidators\",\n        \"corroborations\",\n        \"cosponsoring\",\n        \"cosponsors\"\n    ],\n    \"emetụta\": [\n        \"affect\",\n        \"affectate\",\n        \"affected\",\n        \"affectedly\"\n    ],\n    \"mmetụta\": [\n        \"affectability\",\n        \"affectation\",\n        \"affectations\",\n        \"affectedness\",\n        \"affecter\",\n        \"affectibility\",\n        \"affectively\",\n        \"affectivity\",\n        \"effect\",\n        \"effecters\",\n        \"effector\",\n        \"effectors\",\n        \"effects\",\n        \"effectuality\",\n        \"effectually\",\n        \"effectualness\",\n        \"effectuate\",\n        \"effectuated\",\n        \"effectuates\",\n        \"effectuating\",\n        \"effectuation\",\n        \"effectuous\",\n        \"eminencies\",\n        \"feelies\",\n        \"feeling\",\n        \"feelingly\",\n        \"feelingness\",\n        \"feelings\",\n        \"feltmaker\",\n        \"feltness\",\n        \"impack\",\n        \"impact\",\n        \"impacted\",\n        \"impacter\",\n        \"impacters\",\n        \"impactful\",\n        \"impaction\",\n        \"impactite\",\n        \"impactment\",\n        \"impactor\",\n        \"impactual\",\n        \"impressional\",\n        \"impressment\",\n        \"influencability\",\n        \"influence\",\n        \"influenceability\",\n        \"influences\",\n        \"influentiality\",\n        \"influentialness\",\n        \"influents\",\n        \"refeeling\",\n        \"reimpact\",\n        \"repercussions\",\n        \"sensation\",\n        \"sensilla\",\n        \"sentiment\",\n        \"sentimentality\",\n        \"sentimentalization\",\n        \"sentimentally\"\n    ],\n    \"na-enwe mmetụta\": [\n        \"affectable\",\n        \"becalming\",\n        \"becriming\",\n        \"feelingful\",\n        \"influencable\",\n        \"influenceable\",\n        \"influencing\",\n        \"niceling\",\n        \"rodential\",\n        \"rotiferous\",\n        \"sensating\"\n    ],\n    \"na-emetụta\": [\n        \"affectationist\",\n        \"affectible\",\n        \"affecting\",\n        \"affectingly\",\n        \"affectious\",\n        \"affective\",\n        \"affects\",\n        \"affectual\",\n        \"besetters\",\n        \"effecter\",\n        \"effecting\",\n        \"efferently\",\n        \"enfevering\",\n        \"impacting\",\n        \"infects\",\n        \"influxious\",\n        \"mesmerizes\",\n        \"percolative\",\n        \"permeating\",\n        \"relevantly\"\n    ],\n    \"ndị na-emetụta ya\": [\n        \"affecters\"\n    ],\n    \"ịhụnanya\": [\n        \"affection\",\n        \"affectional\",\n        \"affectionally\",\n        \"affectionately\",\n        \"affectionateness\",\n        \"affections\",\n        \"cherishment\",\n        \"endearingness\",\n        \"endearment\",\n        \"infatuate\",\n        \"infatuating\",\n        \"lovableness\",\n        \"love\",\n        \"loveability\",\n        \"loveable\",\n        \"loveableness\",\n        \"lovee\",\n        \"loveful\",\n        \"lovehood\",\n        \"lovelessly\",\n        \"lovelies\",\n        \"loveliest\",\n        \"loveproof\",\n        \"loverhood\",\n        \"loverliness\",\n        \"lovership\",\n        \"lovevines\",\n        \"lovingness\",\n        \"romantically\",\n        \"romanticity\",\n        \"romanticness\",\n        \"romantics\",\n        \"romantist\",\n        \"romishness\",\n        \"warmheartedness\"\n    ],\n    \"keihunanya\": [\n        \"affectionate\"\n    ],\n    \"hụrụ n'anya\": [\n        \"affectioned\",\n        \"affiant\",\n        \"cherish\",\n        \"cherishes\",\n        \"darling\",\n        \"darlings\",\n        \"dearer\",\n        \"dearly\",\n        \"endeared\",\n        \"favors\",\n        \"favours\",\n        \"loured\",\n        \"louver\",\n        \"louvered\",\n        \"louvred\",\n        \"loved\",\n        \"lovered\",\n        \"loves\",\n        \"overloved\",\n        \"prebeloved\",\n        \"superbeloved\"\n    ],\n    \"enweghị ịhụnanya\": [\n        \"affectionless\",\n        \"loveless\",\n        \"lovelessness\",\n        \"loverless\",\n        \"nonloving\",\n        \"romanceless\",\n        \"ungloving\",\n        \"unlaved\",\n        \"unlaving\",\n        \"unloathful\",\n        \"unlovableness\",\n        \"unloveable\",\n        \"unloveableness\",\n        \"unloveably\",\n        \"unlovely\",\n        \"unlovelier\",\n        \"unloveliest\",\n        \"unloverly\",\n        \"unloverlike\",\n        \"unlovesome\",\n        \"unloving\",\n        \"unlovingly\",\n        \"unlovingness\",\n        \"warmthless\",\n        \"warmthlessness\"\n    ],\n    \"enweghị mmetụta\": [\n        \"affectless\",\n        \"affectlessness\",\n        \"animoseness\",\n        \"emotionless\",\n        \"emotionlessly\",\n        \"emotionlessness\",\n        \"favourless\",\n        \"feelinglessly\",\n        \"harnessless\",\n        \"impalpably\",\n        \"impressionless\",\n        \"jawless\",\n        \"kinless\",\n        \"nonaffectation\",\n        \"nonaffectingly\",\n        \"nonaffection\",\n        \"nonaphetic\",\n        \"nonemotional\",\n        \"nonexpeditious\",\n        \"nonexpiration\",\n        \"nonextensibility\",\n        \"nonfeeling\",\n        \"nonrepatriable\",\n        \"sparest\",\n        \"sulphurless\",\n        \"unaffectation\",\n        \"unaffectedly\",\n        \"unaffectedness\",\n        \"unaffecting\",\n        \"uneffected\",\n        \"unexperimentally\",\n        \"unfavouring\",\n        \"unfeeling\",\n        \"unfeelingness\",\n        \"unfierce\",\n        \"ungulous\",\n        \"unimpacted\",\n        \"uninductive\",\n        \"uninfluenceability\",\n        \"unpatentable\",\n        \"unsensitiveness\",\n        \"unsuccinct\"\n    ],\n    \"mmetuta\": [\n        \"affector\",\n        \"chemiotactic\"\n    ],\n    \"emetụ\": [\n        \"affectum\",\n        \"affectus\",\n        \"emetically\",\n        \"touart\",\n        \"touchingly\",\n        \"toufic\",\n        \"toupee\",\n        \"toupeed\",\n        \"toupees\",\n        \"touzles\"\n    ],\n    \"enwe mmetụta\": [\n        \"affectuous\",\n        \"influenced\",\n        \"influent\",\n        \"injudicious\",\n        \"prehensility\",\n        \"senescency\",\n        \"sensal\",\n        \"sensated\",\n        \"sensationally\",\n        \"sensibilities\",\n        \"sensibilitist\",\n        \"sensibilitous\",\n        \"sensing\",\n        \"sensuality\",\n        \"sensualities\",\n        \"sensuosity\",\n        \"sensuousness\",\n        \"undistressed\"\n    ],\n    \"ihu\": [\n        \"affeir\",\n        \"amenance\",\n        \"anterior\",\n        \"anteriorness\",\n        \"anterointerior\",\n        \"appro\",\n        \"bowyang\",\n        \"bufflehead\",\n        \"buffleheaded\",\n        \"countenance\",\n        \"edged\",\n        \"enface\",\n        \"face\",\n        \"faceable\",\n        \"facepiece\",\n        \"faces\",\n        \"faceup\",\n        \"facy\",\n        \"facially\",\n        \"forbode\",\n        \"forebode\",\n        \"foredeck\",\n        \"foredecks\",\n        \"foreflap\",\n        \"forehock\",\n        \"frontage\",\n        \"frontages\",\n        \"frontally\",\n        \"fullfaces\",\n        \"glial\",\n        \"horizonward\",\n        \"interfaces\",\n        \"muysca\",\n        \"outslip\",\n        \"ropand\",\n        \"shoad\",\n        \"shofroth\",\n        \"shophroth\",\n        \"shutes\"\n    ],\n    \"ihe gbasara\": [\n        \"afferently\",\n        \"ontologic\",\n        \"ontological\",\n        \"philologic\",\n        \"semital\"\n    ],\n    \"Nkwupụta\": [\n        \"affy\",\n        \"affrights\",\n        \"affronts\",\n        \"defiances\",\n        \"denudement\",\n        \"disbudding\",\n        \"discandy\",\n        \"disproof\",\n        \"dissentation\",\n        \"dopiness\",\n        \"passement\",\n        \"passementing\",\n        \"propositional\",\n        \"providentness\",\n        \"quirks\",\n        \"quirksey\",\n        \"swannery\",\n        \"ticement\",\n        \"viduation\"\n    ],\n    \"mmekọrita\": [\n        \"affiance\",\n        \"affinity\",\n        \"affinities\",\n        \"prelation\",\n        \"relation\",\n        \"relatione\"\n    ],\n    \"affianye\": [\n        \"affianced\"\n    ],\n    \"onye na-ere ọkụ\": [\n        \"affiancer\",\n        \"firemaster\",\n        \"flameholder\"\n    ],\n    \"mmekọ\": [\n        \"affiances\",\n        \"affiliated\",\n        \"utility\"\n    ],\n    \"affiche\": [\n        \"affich\"\n    ],\n    \"inwee\": [\n        \"affidare\"\n    ],\n    \"afydavy\": [\n        \"affydavy\"\n    ],\n    \"ndị mmekọ\": [\n        \"affiliates\",\n        \"allies\",\n        \"associators\",\n        \"conciliates\",\n        \"concurrencies\",\n        \"messmates\",\n        \"partners\"\n    ],\n    \"affin\": [\n        \"affination\",\n        \"affined\",\n        \"affinely\",\n        \"affines\"\n    ],\n    \"onodu\": [\n        \"affinitative\",\n        \"conditionally\",\n        \"conditionals\",\n        \"conditione\",\n        \"conditioned\",\n        \"contextually\",\n        \"impositional\",\n        \"inconditional\",\n        \"maternity\",\n        \"oarless\",\n        \"oenophiles\",\n        \"positioned\",\n        \"querulosity\",\n        \"surjective\",\n        \"unavid\",\n        \"uncondition\",\n        \"unconditional\"\n    ],\n    \"enweghi ike\": [\n        \"affinite\",\n        \"alienability\",\n        \"annotinous\",\n        \"antithermic\",\n        \"arborescence\",\n        \"bareness\",\n        \"barful\",\n        \"beyondness\",\n        \"benumbedness\",\n        \"bonnetless\",\n        \"boresomeness\",\n        \"bottomless\",\n        \"buckleless\",\n        \"bullionless\",\n        \"casualism\",\n        \"casuality\",\n        \"constabless\",\n        \"couldn\",\n        \"decurrency\",\n        \"disassent\",\n        \"discoherent\",\n        \"disgeneric\",\n        \"emporeutic\",\n        \"eventless\",\n        \"foldless\",\n        \"fortuneless\",\n        \"gutlessness\",\n        \"handleless\",\n        \"haplessness\",\n        \"hornlessness\",\n        \"hostless\",\n        \"iliocaudal\",\n        \"ilioperoneal\",\n        \"imbecile\",\n        \"imbecility\",\n        \"immanency\",\n        \"immarble\",\n        \"immarcibleness\",\n        \"immobile\",\n        \"immoment\",\n        \"immortified\",\n        \"immotility\",\n        \"immovability\",\n        \"immures\",\n        \"impacability\",\n        \"impairer\",\n        \"impartite\",\n        \"impassively\",\n        \"impasto\",\n        \"impastos\",\n        \"impearls\",\n        \"impedibility\",\n        \"impeditive\",\n        \"impenetrate\",\n        \"imperceiverant\",\n        \"imperceptive\",\n        \"imperforated\",\n        \"impermissibility\",\n        \"imperturbability\",\n        \"imperviable\",\n        \"imperviableness\",\n        \"impetuosity\",\n        \"impetuosities\",\n        \"impetuousness\",\n        \"implacental\",\n        \"impossibility\",\n        \"impotable\",\n        \"impotency\",\n        \"impotently\",\n        \"impotentness\",\n        \"impotents\",\n        \"impoundable\",\n        \"impregnably\",\n        \"improbability\",\n        \"improbabilities\",\n        \"improbable\",\n        \"improbableness\",\n        \"improbate\",\n        \"improvidence\",\n        \"impurple\",\n        \"imsonic\",\n        \"inabstinence\",\n        \"inadherent\",\n        \"inanity\",\n        \"inaptness\",\n        \"inauspiciousness\",\n        \"incapability\",\n        \"incapable\",\n        \"incapableness\",\n        \"incapably\",\n        \"incapacious\",\n        \"incapacity\",\n        \"incessably\",\n        \"incessancy\",\n        \"incessantness\",\n        \"incoalescence\",\n        \"incruentous\",\n        \"incubous\",\n        \"incuriousness\",\n        \"incurvity\",\n        \"indehiscence\",\n        \"indigeneity\",\n        \"indivisibility\",\n        \"indivisibleness\",\n        \"inergetic\",\n        \"inerm\",\n        \"inertial\",\n        \"inessive\",\n        \"infeasibility\",\n        \"informality\",\n        \"informalness\",\n        \"infortitude\",\n        \"infortunately\",\n        \"infortune\",\n        \"infortunity\",\n        \"infrequency\",\n        \"infusibility\",\n        \"ingruent\",\n        \"inhospitableness\",\n        \"inimicous\",\n        \"iniquous\",\n        \"inirritant\",\n        \"innumerate\",\n        \"inominous\",\n        \"inopportunity\",\n        \"inordinary\",\n        \"insatiate\",\n        \"inscibile\",\n        \"insomnolence\",\n        \"insordid\",\n        \"insuccate\",\n        \"insusceptible\",\n        \"intactible\",\n        \"intemperance\",\n        \"intersterile\",\n        \"intolerably\",\n        \"intollerably\",\n        \"inunctuous\",\n        \"inventibleness\",\n        \"irradiancy\",\n        \"irregeneration\",\n        \"irresiliency\",\n        \"irresilient\",\n        \"irresolute\",\n        \"isotimal\",\n        \"labourless\",\n        \"lagered\",\n        \"limnal\",\n        \"losableness\",\n        \"mascleless\",\n        \"menseless\",\n        \"misassent\",\n        \"misceability\",\n        \"misnumber\",\n        \"missuited\",\n        \"moveless\",\n        \"muscleless\",\n        \"naplessness\",\n        \"negativity\",\n        \"notability\",\n        \"notocentrous\",\n        \"nould\",\n        \"numb\",\n        \"outfooted\",\n        \"outhowled\",\n        \"outmoved\",\n        \"outscent\",\n        \"outsin\",\n        \"outspy\",\n        \"outvaunt\",\n        \"outvigil\",\n        \"outwile\",\n        \"paragonless\",\n        \"paranormality\",\n        \"pastorless\",\n        \"peltless\",\n        \"portaled\",\n        \"postless\",\n        \"poundless\",\n        \"pulseless\",\n        \"quenchlessness\",\n        \"reachless\",\n        \"rebless\",\n        \"reserveless\",\n        \"restless\",\n        \"seatless\",\n        \"semileafless\",\n        \"sermonless\",\n        \"sheenless\",\n        \"soleless\",\n        \"sparsity\",\n        \"spurproof\",\n        \"stipendless\",\n        \"subinfluent\",\n        \"subniveal\",\n        \"sufferable\",\n        \"tenorless\",\n        \"tentability\",\n        \"toerless\",\n        \"tokenless\",\n        \"unabsent\",\n        \"unacquit\",\n        \"unamazedness\",\n        \"unanimately\",\n        \"unarduous\",\n        \"unarticled\",\n        \"unassembled\",\n        \"unavowable\",\n        \"unawed\",\n        \"unblended\",\n        \"unblent\",\n        \"unbothered\",\n        \"uncapable\",\n        \"uncapableness\",\n        \"unchainable\",\n        \"uncircuitous\",\n        \"unclassible\",\n        \"uncookable\",\n        \"uncord\",\n        \"uncrumple\",\n        \"uncunning\",\n        \"undisabled\",\n        \"unelectable\",\n        \"unempowered\",\n        \"unendowed\",\n        \"unerrable\",\n        \"unevenness\",\n        \"uneventful\",\n        \"unexceptional\",\n        \"unexceptionalness\",\n        \"unexistentially\",\n        \"unextinct\",\n        \"unfancy\",\n        \"unfoaled\",\n        \"unfoul\",\n        \"unfussiness\",\n        \"unherd\",\n        \"unheritable\",\n        \"unimpawned\",\n        \"unissuable\",\n        \"unissuant\",\n        \"unitiveness\",\n        \"unmould\",\n        \"unnervousness\",\n        \"unominousness\",\n        \"unossified\",\n        \"unparty\",\n        \"unpatrolled\",\n        \"unperturbably\",\n        \"unpetalled\",\n        \"unprocreated\",\n        \"unprovision\",\n        \"unpulleyed\",\n        \"unpurpled\",\n        \"unquailed\",\n        \"unruledness\",\n        \"unsabled\",\n        \"unsensational\",\n        \"unsensual\",\n        \"unsequenced\",\n        \"unsonable\",\n        \"unsoncy\",\n        \"unspiable\",\n        \"unstabled\",\n        \"unstableness\",\n        \"unstowed\",\n        \"unstuffiness\",\n        \"untabled\",\n        \"untakeable\",\n        \"untakeableness\",\n        \"untamely\",\n        \"untemperamental\",\n        \"untenable\",\n        \"untenebrous\",\n        \"unthrivingness\",\n        \"untolerably\",\n        \"untranquilly\",\n        \"untremulent\",\n        \"unvaporosity\",\n        \"unvirility\",\n        \"unvirulent\",\n        \"unvowelled\",\n        \"unwavered\",\n        \"unweighty\",\n        \"vaulty\",\n        \"vility\",\n        \"virtuless\"\n    ],\n    \"ase\": [\n        \"affinition\",\n        \"divvies\",\n        \"enquiry\",\n        \"inquiline\",\n        \"inquilinism\",\n        \"inquilinity\",\n        \"inquination\",\n        \"inquirance\",\n        \"inquiration\",\n        \"inquirent\",\n        \"inquirer\",\n        \"inquiry\",\n        \"inquisition\",\n        \"inquisitional\"\n    ],\n    \"Ekwenye\": [\n        \"affirmant\"\n    ],\n    \"n'eziokwu\": [\n        \"affirmatively\",\n        \"apostatically\",\n        \"apostolically\",\n        \"ascertainably\",\n        \"assuredly\",\n        \"bristly\",\n        \"burely\",\n        \"confirmedly\",\n        \"deavely\",\n        \"decently\",\n        \"definitively\",\n        \"edictally\",\n        \"egoistically\",\n        \"eidently\",\n        \"eristically\",\n        \"euphoniously\",\n        \"evolutionistically\",\n        \"factiously\",\n        \"factitively\",\n        \"factorially\",\n        \"fessely\",\n        \"fesswise\",\n        \"frankhearted\",\n        \"frankly\",\n        \"honestest\",\n        \"honestete\",\n        \"honestly\",\n        \"honestone\",\n        \"honily\",\n        \"inreality\",\n        \"insincerely\",\n        \"larcenously\",\n        \"larkingly\",\n        \"lipopectic\",\n        \"minutely\",\n        \"morphogenetically\",\n        \"mortiferously\",\n        \"mortifiedly\",\n        \"nonabsolutely\",\n        \"nonrealistically\",\n        \"outrang\",\n        \"outrank\",\n        \"overhonestly\",\n        \"overrealistically\",\n        \"palaeodendrologically\",\n        \"palaeontologically\",\n        \"putridly\",\n        \"realistically\",\n        \"sincerely\",\n        \"spherically\",\n        \"spiffily\",\n        \"sprightfully\",\n        \"sprightly\",\n        \"stoically\",\n        \"telltalely\",\n        \"tristfully\",\n        \"truantly\",\n        \"truantlike\",\n        \"truculently\",\n        \"trueheartedly\",\n        \"truistically\",\n        \"truthlessly\",\n        \"unfrankly\",\n        \"unrefutably\",\n        \"velociously\",\n        \"veraciously\",\n        \"veritable\",\n        \"verminly\"\n    ],\n    \"kwenyesiri ike\": [\n        \"affirmed\",\n        \"convinced\",\n        \"convincedly\",\n        \"evincingly\",\n        \"reassuredly\"\n    ],\n    \"na-ekwenye ekwenye\": [\n        \"affirmers\",\n        \"erodible\",\n        \"fiendful\",\n        \"yieldingly\"\n    ],\n    \"na-ekwusi ike\": [\n        \"affirming\",\n        \"asserting\",\n        \"desipient\",\n        \"fient\",\n        \"insisting\",\n        \"insistingly\",\n        \"insists\",\n        \"lalling\",\n        \"maintains\",\n        \"overaffirmative\",\n        \"overemphasizes\",\n        \"persistively\",\n        \"superemphasizing\",\n        \"tautoousious\",\n        \"tellurhydric\"\n    ],\n    \"N'ikwu ya\": [\n        \"affirmingly\"\n    ],\n    \"ịfụ\": [\n        \"affixing\",\n        \"blowen\",\n        \"blowfly\",\n        \"blowgun\",\n        \"blowing\",\n        \"blowups\"\n    ],\n    \"n'azụ\": [\n        \"affixt\",\n        \"aftersong\",\n        \"afterspring\",\n        \"afterswarm\",\n        \"afterswell\",\n        \"behind\",\n        \"behinder\",\n        \"behindhand\",\n        \"behinds\",\n        \"hindermost\",\n        \"rerewards\",\n        \"sphindid\",\n        \"sphindidae\",\n        \"sphindus\",\n        \"stern\"\n    ],\n    \"na-emekpa\": [\n        \"afflict\",\n        \"afflicting\",\n        \"miseating\",\n        \"misevents\"\n    ],\n    \"emekpala\": [\n        \"afflicted\",\n        \"beveled\",\n        \"disrate\",\n        \"inflicted\",\n        \"molested\",\n        \"victimizable\",\n        \"victimizers\",\n        \"virulented\"\n    ],\n    \"mkpagbu\": [\n        \"afflictedness\",\n        \"affliction\",\n        \"cruentation\",\n        \"nonpersecution\",\n        \"persecution\",\n        \"persecutional\",\n        \"persecutions\",\n        \"persecutive\",\n        \"persecutiveness\",\n        \"persecutory\",\n        \"repression\",\n        \"tempestivity\",\n        \"tortes\",\n        \"tortricidae\",\n        \"tortula\",\n        \"tortulaceae\",\n        \"tribase\",\n        \"tribasic\",\n        \"tribasicity\",\n        \"tribulation\",\n        \"tribulations\"\n    ],\n    \"na-emekpa ahụ\": [\n        \"afflicter\",\n        \"afflictingly\",\n        \"agreat\",\n        \"nervate\",\n        \"unhurting\",\n        \"victimising\",\n        \"victimizing\",\n        \"worming\",\n        \"worriting\",\n        \"worthing\"\n    ],\n    \"enweghị nsogbu\": [\n        \"afflictionless\",\n        \"aileron\",\n        \"ailerons\",\n        \"anisogenous\",\n        \"anisostomous\",\n        \"antarthritic\",\n        \"apically\",\n        \"beclamors\",\n        \"comblessness\",\n        \"dangerless\",\n        \"diseconomy\",\n        \"disquietude\",\n        \"distortionless\",\n        \"germfree\",\n        \"germless\",\n        \"iliosciatic\",\n        \"impedances\",\n        \"imperiled\",\n        \"imperilled\",\n        \"imperturbed\",\n        \"impieties\",\n        \"inchoateness\",\n        \"incoherently\",\n        \"inconcinn\",\n        \"inconcinnately\",\n        \"inconcinnity\",\n        \"inconcoct\",\n        \"inconcurrent\",\n        \"inconjunct\",\n        \"inconnus\",\n        \"incontestabilities\",\n        \"incontinency\",\n        \"incontinencies\",\n        \"incontinently\",\n        \"indelicacy\",\n        \"indelicateness\",\n        \"indignance\",\n        \"inelastically\",\n        \"innocuousness\",\n        \"inobnoxious\",\n        \"insobriety\",\n        \"insuppressive\",\n        \"irrecoverably\",\n        \"irremediably\",\n        \"irroration\",\n        \"miseffect\",\n        \"neuter\",\n        \"neuterly\",\n        \"neuterness\",\n        \"noncausativeness\",\n        \"noncoagulable\",\n        \"noncolorably\",\n        \"noncomplicities\",\n        \"noncompressive\",\n        \"noncompressively\",\n        \"noncompulsion\",\n        \"nonconcurrently\",\n        \"noncongruence\",\n        \"nonconsequence\",\n        \"nonconsequential\",\n        \"nonconsequentiality\",\n        \"nonconsequentially\",\n        \"nonconsequentialness\",\n        \"nonconterminous\",\n        \"noncorruptness\",\n        \"nondangerousness\",\n        \"nondefectively\",\n        \"nondepressive\",\n        \"nondepressively\",\n        \"nondeterioration\",\n        \"nondifficult\",\n        \"nondiligence\",\n        \"nondisastrous\",\n        \"nondisastrousness\",\n        \"nondisrupting\",\n        \"nondisruptive\",\n        \"nondissolution\",\n        \"nondisturbance\",\n        \"nondisturbing\",\n        \"nondivergency\",\n        \"nonfloriferous\",\n        \"nonhectic\",\n        \"nonillusively\",\n        \"nonincident\",\n        \"noninclusively\",\n        \"noninflammably\",\n        \"noninflammatory\",\n        \"noninjuries\",\n        \"noninterruptedness\",\n        \"noninterruption\",\n        \"nonnutriment\",\n        \"nonoccurrence\",\n        \"nonoppression\",\n        \"nonoppressive\",\n        \"nonoppressively\",\n        \"nonperturbing\",\n        \"nonpoisonous\",\n        \"nonpressure\",\n        \"nonpsychical\",\n        \"nonrelapsed\",\n        \"nonreplicated\",\n        \"nonresolvably\",\n        \"nonretentively\",\n        \"nonrupture\",\n        \"nonsequacity\",\n        \"nonsobriety\",\n        \"nonsolution\",\n        \"nonstrategic\",\n        \"nonsuppressive\",\n        \"nontragedy\",\n        \"nontroubling\",\n        \"nonurgently\",\n        \"nonverminousness\",\n        \"nonvocality\",\n        \"offencelessly\",\n        \"panglessly\",\n        \"pindarically\",\n        \"pyritic\",\n        \"plumblessness\",\n        \"premorbidness\",\n        \"problemwise\",\n        \"pugree\",\n        \"pulselessness\",\n        \"risklessness\",\n        \"seamlessness\",\n        \"spoutless\",\n        \"spunklessness\",\n        \"superprecariousness\",\n        \"trothlessness\",\n        \"troubleproof\",\n        \"troublesshot\",\n        \"unannexedness\",\n        \"unaroused\",\n        \"unascetically\",\n        \"unassaulted\",\n        \"unassuaged\",\n        \"unassuasive\",\n        \"unborough\",\n        \"unbrothered\",\n        \"unbrought\",\n        \"unceasingness\",\n        \"uncivility\",\n        \"unclimbably\",\n        \"uncommented\",\n        \"unconcerted\",\n        \"unconflictingness\",\n        \"unconsequentially\",\n        \"unconsequentialness\",\n        \"uncontained\",\n        \"unconvulsed\",\n        \"uncrampedness\",\n        \"uncurrentness\",\n        \"undaily\",\n        \"undangerousness\",\n        \"undebated\",\n        \"undejectedness\",\n        \"underaccident\",\n        \"underagency\",\n        \"underspliced\",\n        \"undetrimentally\",\n        \"undexterousness\",\n        \"undextrousness\",\n        \"undisastrous\",\n        \"undisquieted\",\n        \"undistraught\",\n        \"undisturbance\",\n        \"undisturbedly\",\n        \"undisturbing\",\n        \"undowny\",\n        \"unduplicability\",\n        \"unduplicated\",\n        \"unduplicity\",\n        \"unearthly\",\n        \"uneases\",\n        \"uneasily\",\n        \"unenterprising\",\n        \"unenterprisingness\",\n        \"unextinctness\",\n        \"unfavourite\",\n        \"unfortuitousness\",\n        \"unfortunateness\",\n        \"unfortunates\",\n        \"unfugal\",\n        \"unfussily\",\n        \"unguentiferous\",\n        \"unguiled\",\n        \"unguillotined\",\n        \"unguiltiness\",\n        \"unguzzled\",\n        \"unharboured\",\n        \"unhazarded\",\n        \"unhazardously\",\n        \"unhazardousness\",\n        \"unheaved\",\n        \"unheavenly\",\n        \"unheavy\",\n        \"unheavily\",\n        \"unheroicness\",\n        \"unhindered\",\n        \"unillustrated\",\n        \"unimbroiled\",\n        \"unincisiveness\",\n        \"uninconvenienced\",\n        \"uninfectiously\",\n        \"uniquity\",\n        \"unirrupted\",\n        \"unirruptive\",\n        \"uniseptate\",\n        \"unmistressed\",\n        \"unnervously\",\n        \"unobnoxious\",\n        \"unoccurring\",\n        \"unoppressive\",\n        \"unoppressively\",\n        \"unoppressiveness\",\n        \"unopulent\",\n        \"unpanged\",\n        \"unpercussed\",\n        \"unperemptorily\",\n        \"unperturbed\",\n        \"unperturbing\",\n        \"unpoisonable\",\n        \"unporness\",\n        \"unpressured\",\n        \"unprest\",\n        \"unprimmed\",\n        \"unpropitiable\",\n        \"unpropitiated\",\n        \"unpropitiatedness\",\n        \"unpropitiative\",\n        \"unpropitiatory\",\n        \"unpunctuality\",\n        \"unpurged\",\n        \"unquieted\",\n        \"unquietous\",\n        \"unramped\",\n        \"unresolvedness\",\n        \"unretrogressively\",\n        \"unruptured\",\n        \"unrurally\",\n        \"unsacerdotal\",\n        \"unsavouriness\",\n        \"unscathedness\",\n        \"unschismatic\",\n        \"unserenely\",\n        \"unsettleable\",\n        \"unsettlingly\",\n        \"unshapeliness\",\n        \"unsharply\",\n        \"unsharpness\",\n        \"unsigmatic\",\n        \"unskaithed\",\n        \"unsobriety\",\n        \"unsolemness\",\n        \"unsomnolent\",\n        \"unsorrowing\",\n        \"unspeedy\",\n        \"unspliced\",\n        \"unspoiledness\",\n        \"unstatic\",\n        \"unstealthiness\",\n        \"unstraightforward\",\n        \"unstrenuous\",\n        \"unstressedness\",\n        \"unstunned\",\n        \"unsucculent\",\n        \"unsuffering\",\n        \"unsuppleness\",\n        \"unsupplicated\",\n        \"unsuppressive\",\n        \"unsurpliced\",\n        \"unsweltered\",\n        \"untampered\",\n        \"untangled\",\n        \"unterseness\",\n        \"unthawed\",\n        \"unthoroughness\",\n        \"untinseled\",\n        \"untrimmed\",\n        \"untrimmedness\",\n        \"untrimming\",\n        \"untropically\",\n        \"untrouble\",\n        \"untroubled\",\n        \"untroubledly\",\n        \"untroubledness\",\n        \"unverminously\",\n        \"unwagered\",\n        \"unwaggable\",\n        \"unwagged\",\n        \"unwarbled\",\n        \"unwordy\",\n        \"unworminess\",\n        \"unworried\",\n        \"worriless\"\n    ],\n    \"mmekpa ahụ\": [\n        \"afflictions\",\n        \"agribusiness\",\n        \"allergins\",\n        \"alpinisms\",\n        \"corresponsion\",\n        \"defailment\",\n        \"deforcement\",\n        \"deglutination\",\n        \"deglutition\",\n        \"deglutitory\",\n        \"delassation\",\n        \"derailment\",\n        \"derailments\",\n        \"deratization\",\n        \"derogations\",\n        \"disventure\",\n        \"exacervation\",\n        \"gynics\",\n        \"heathenising\",\n        \"hurtfulness\",\n        \"indentations\",\n        \"infliction\",\n        \"inflictions\",\n        \"malformations\",\n        \"maltreatment\",\n        \"maltreatments\",\n        \"miserliness\",\n        \"misexpenditure\",\n        \"misimprovement\",\n        \"mislocation\",\n        \"molestation\",\n        \"molestations\",\n        \"offensives\",\n        \"offlicence\",\n        \"oppilation\",\n        \"ordeals\",\n        \"outraging\",\n        \"percontation\",\n        \"plangency\",\n        \"plangent\",\n        \"ramnenses\",\n        \"ravager\",\n        \"ravinement\",\n        \"torment\",\n        \"tormentable\",\n        \"tormentation\",\n        \"tormenter\",\n        \"tormenting\",\n        \"torments\",\n        \"torrefication\",\n        \"tortor\",\n        \"tortue\",\n        \"tortuousness\",\n        \"torturable\",\n        \"torture\",\n        \"tortures\",\n        \"torturousness\",\n        \"vexations\",\n        \"victimhood\",\n        \"victimisation\",\n        \"victimization\",\n        \"wasterie\",\n        \"worriments\"\n    ],\n    \"na-enye nsogbu\": [\n        \"afflictive\",\n        \"bothers\",\n        \"bothersome\",\n        \"bothersomely\",\n        \"distender\",\n        \"distressing\",\n        \"disturbative\",\n        \"disturbing\",\n        \"disturbingly\",\n        \"emanative\",\n        \"hurrier\",\n        \"misoccupying\",\n        \"stressful\",\n        \"tressful\",\n        \"troubling\",\n        \"worrisome\"\n    ],\n    \"n'ụzọ nsogbu\": [\n        \"afflictively\",\n        \"distressingly\"\n    ],\n    \"na-ewute\": [\n        \"afflicts\",\n        \"grimacingly\",\n        \"grimily\",\n        \"hurds\",\n        \"regrettingly\",\n        \"saddening\"\n    ],\n    \"afọ ojuju\": [\n        \"affloof\",\n        \"affreightment\",\n        \"ageism\",\n        \"agism\",\n        \"belicoseness\",\n        \"bellyflaught\",\n        \"bellyful\",\n        \"bellyfull\",\n        \"bellyfulls\",\n        \"bellyfuls\",\n        \"bloomy\",\n        \"complacence\",\n        \"complacency\",\n        \"complacencies\",\n        \"contemptibility\",\n        \"contentable\",\n        \"contentation\",\n        \"contented\",\n        \"contentedness\",\n        \"contentful\",\n        \"contenting\",\n        \"contently\",\n        \"contentment\",\n        \"contentness\",\n        \"covinously\",\n        \"despoliation\",\n        \"discontent\",\n        \"discontented\",\n        \"discontentedly\",\n        \"discontentedness\",\n        \"discontenting\",\n        \"discontentment\",\n        \"discontentments\",\n        \"discontents\",\n        \"dissatisfaction\",\n        \"dissatisfactions\",\n        \"dissatisfactoriness\",\n        \"dissatisfied\",\n        \"dissatisfiedness\",\n        \"dissatisfies\",\n        \"distemperment\",\n        \"doneness\",\n        \"gastraneuria\",\n        \"gratification\",\n        \"gratifications\",\n        \"gratifies\",\n        \"gratifying\",\n        \"gratifyingly\",\n        \"indigence\",\n        \"indigency\",\n        \"indigestedness\",\n        \"indignancy\",\n        \"indraught\",\n        \"insatiated\",\n        \"luxuriantness\",\n        \"malcontented\",\n        \"malcontentedness\",\n        \"malcontentment\",\n        \"miscontent\",\n        \"nonsatisfaction\",\n        \"nonsatisfying\",\n        \"peckishness\",\n        \"philanthropies\",\n        \"philanthropise\",\n        \"plebiscitarian\",\n        \"satiably\",\n        \"satiety\",\n        \"satis\",\n        \"satisdiction\",\n        \"satisfaciendum\",\n        \"satisfaction\",\n        \"satisfactional\",\n        \"satisfactionist\",\n        \"satisfactions\",\n        \"satisfactorily\",\n        \"satisfactoriness\",\n        \"satisfactorious\",\n        \"satisfiability\",\n        \"satisfiable\",\n        \"satisfice\",\n        \"satisfied\",\n        \"satisfiedly\",\n        \"satisfiedness\",\n        \"satisfier\",\n        \"satisfiers\",\n        \"satisfyingness\",\n        \"satispassion\",\n        \"saturatedness\",\n        \"selfsufficiency\",\n        \"snuffiness\",\n        \"squelchiness\",\n        \"suffusion\",\n        \"supersatisfied\",\n        \"tumescence\",\n        \"undispleased\",\n        \"unsatisfaction\",\n        \"unsatisfiableness\",\n        \"unsatisfied\",\n        \"unsatisfiedly\",\n        \"unsatisfyingly\",\n        \"unsatisfyingness\",\n        \"wellcontent\"\n    ],\n    \"uba\": [\n        \"affluence\",\n        \"affluency\",\n        \"affluent\",\n        \"fortune\",\n        \"prosperer\",\n        \"prospers\"\n    ],\n    \"bara ọgaranya\": [\n        \"affluently\",\n        \"affluentness\",\n        \"affluents\",\n        \"overwealthy\",\n        \"rich\",\n        \"richeted\",\n        \"richling\",\n        \"richter\",\n        \"wealthful\",\n        \"wealthy\"\n    ],\n    \"aholu\": [\n        \"afflux\"\n    ],\n    \"ọgaranya\": [\n        \"affluxes\",\n        \"affreight\",\n        \"enrichments\",\n        \"lavish\",\n        \"prospered\",\n        \"richdom\",\n        \"riche\",\n        \"richesse\",\n        \"richness\",\n        \"richnesses\",\n        \"richweeds\"\n    ],\n    \"mbubreyo\": [\n        \"affluxion\",\n        \"afterstretch\",\n        \"carryovers\",\n        \"dolorimetry\",\n        \"fratricidal\",\n        \"hallelujatic\",\n        \"karyochrome\",\n        \"karyocyte\",\n        \"karyolitic\",\n        \"karyolytic\",\n        \"karyomitoic\",\n        \"karyomitotic\",\n        \"karyoplasm\",\n        \"karyoplasmatic\",\n        \"karyoplasmic\",\n        \"karyotypical\",\n        \"late\",\n        \"latebricole\",\n        \"latecomer\",\n        \"latecomers\",\n        \"latecoming\",\n        \"laterad\",\n        \"lateralis\",\n        \"laterality\",\n        \"lateralities\",\n        \"laterals\",\n        \"lateran\",\n        \"laterocaudal\",\n        \"laterodorsal\",\n        \"lateroduction\",\n        \"lateroflexion\",\n        \"lateromarginal\",\n        \"lateroposition\",\n        \"lateroposterior\",\n        \"lateropulsion\",\n        \"laterostigmatic\",\n        \"laterotemporal\",\n        \"laterotorsion\",\n        \"lateroventral\",\n        \"lateroversion\",\n        \"lateward\",\n        \"latewhiles\",\n        \"parabaptization\",\n        \"posthumous\",\n        \"primeverose\",\n        \"shadchanim\",\n        \"shadrach\"\n    ],\n    \"affor\": [\n        \"afforcement\"\n    ],\n    \"manye\": [\n        \"afforcing\",\n        \"coerce\",\n        \"compel\",\n        \"enforced\",\n        \"enforcedly\",\n        \"enforces\",\n        \"enforth\",\n        \"forcing\"\n    ],\n    \"imeli\": [\n        \"afford\"\n    ],\n    \"ọnụ ọnụ\": [\n        \"affordable\",\n        \"inexpensively\",\n        \"mouthbreeder\",\n        \"mouthbrooder\",\n        \"peaks\",\n        \"pricey\"\n    ],\n    \"nyere\": [\n        \"afforded\",\n        \"aivers\",\n        \"assigns\",\n        \"bestowed\",\n        \"consignified\",\n        \"deaved\",\n        \"donated\",\n        \"donnered\",\n        \"endowed\",\n        \"enfavor\",\n        \"entrusted\",\n        \"gave\",\n        \"gaveled\",\n        \"gavelet\",\n        \"gavelock\",\n        \"gied\",\n        \"given\",\n        \"givens\",\n        \"granted\",\n        \"imparted\",\n        \"issued\",\n        \"provided\",\n        \"provisioned\",\n        \"reendowed\",\n        \"resowed\",\n        \"subventioned\",\n        \"tendered\"\n    ],\n    \"enye\": [\n        \"affords\",\n        \"givenness\"\n    ],\n    \"igbo\": [\n        \"afforest\",\n        \"afforested\",\n        \"afforests\",\n        \"buccan\",\n        \"bushbeck\",\n        \"bushlet\",\n        \"coafforest\",\n        \"enforest\",\n        \"forestaff\",\n        \"forestalled\",\n        \"forestarling\",\n        \"forested\",\n        \"forestem\",\n        \"forestep\",\n        \"forestian\",\n        \"forestiera\",\n        \"forestine\",\n        \"forestudy\",\n        \"herba\",\n        \"herbous\",\n        \"marish\",\n        \"pestling\",\n        \"preday\",\n        \"reforest\",\n        \"thecoid\",\n        \"weed\",\n        \"weedable\",\n        \"weedage\",\n        \"weeder\",\n        \"weeders\",\n        \"weedful\",\n        \"weedy\",\n        \"weedily\",\n        \"weediness\",\n        \"weeding\",\n        \"weedless\",\n        \"weedlike\",\n        \"weedling\",\n        \"weel\",\n        \"weem\",\n        \"wees\",\n        \"weest\",\n        \"weety\",\n        \"weys\",\n        \"wilded\",\n        \"wilders\",\n        \"wildish\",\n        \"wildishly\",\n        \"wildly\"\n    ],\n    \"afor\": [\n        \"afforestable\",\n        \"apterous\",\n        \"caulescent\"\n    ],\n    \"igbo igbo\": [\n        \"afforestation\",\n        \"birdweed\",\n        \"bushwife\",\n        \"coolweed\",\n        \"crowdweed\",\n        \"hungerweed\",\n        \"redweed\",\n        \"weeded\",\n        \"weedery\",\n        \"weedhook\"\n    ],\n    \"ndi igbo\": [\n        \"afforestational\",\n        \"barbarians\",\n        \"bushelmen\",\n        \"bushmasters\",\n        \"bushmen\",\n        \"bushwhackers\",\n        \"gangflower\",\n        \"gangplank\",\n        \"gangplanks\",\n        \"gangwaymen\",\n        \"grassmen\",\n        \"heists\",\n        \"oxpeckers\",\n        \"theotechnic\",\n        \"vaticides\"\n    ],\n    \"ohia igbo\": [\n        \"afforestment\",\n        \"bushfighter\",\n        \"bushwhacker\"\n    ],\n    \"gosi\": [\n        \"affray\",\n        \"appair\",\n        \"appear\",\n        \"confirm\",\n        \"confirmand\",\n        \"demonstrate\",\n        \"denote\",\n        \"depict\",\n        \"depicture\",\n        \"designate\",\n        \"downline\",\n        \"elate\",\n        \"emblematicize\",\n        \"emblematize\",\n        \"emblemize\",\n        \"esterify\",\n        \"esterize\",\n        \"exerce\",\n        \"framed\",\n        \"frutify\",\n        \"humanised\",\n        \"indicate\",\n        \"interindicate\",\n        \"interindicated\",\n        \"personate\",\n        \"portray\",\n        \"portrayal\",\n        \"preshow\",\n        \"preshowed\",\n        \"preverify\",\n        \"profligate\",\n        \"prove\",\n        \"provend\",\n        \"provender\",\n        \"provene\",\n        \"resubstantiate\",\n        \"reverify\",\n        \"rimate\",\n        \"shew\",\n        \"show\",\n        \"showdom\",\n        \"showdown\",\n        \"showish\",\n        \"signate\",\n        \"signify\",\n        \"subrange\",\n        \"substantiate\",\n        \"substantify\",\n        \"tristive\",\n        \"underlash\",\n        \"underlines\",\n        \"underpoint\",\n        \"underpose\",\n        \"underscores\",\n        \"underselling\",\n        \"undersize\",\n        \"underspore\",\n        \"understay\",\n        \"vindicate\",\n        \"visionize\"\n    ],\n    \"ndị nkwado\": [\n        \"affrayers\",\n        \"alpinists\",\n        \"conciliators\",\n        \"contributors\",\n        \"corroborators\",\n        \"firmans\",\n        \"guarantors\",\n        \"hebraists\",\n        \"lutists\",\n        \"prestidigitators\",\n        \"sanctioners\",\n        \"sponsors\",\n        \"volutins\",\n        \"warrantors\"\n    ],\n    \"Na-akwado\": [\n        \"affrays\",\n        \"ameerates\",\n        \"approvers\",\n        \"bowdlerized\",\n        \"bowdlerizes\",\n        \"precontributing\",\n        \"preponderous\",\n        \"subsultive\"\n    ],\n    \"Iburu\": [\n        \"affrap\",\n        \"bearing\",\n        \"bearm\",\n        \"bezetta\",\n        \"borickite\",\n        \"bornean\",\n        \"borromean\",\n        \"embryulcuses\"\n    ],\n    \"gosipụtakarị\": [\n        \"affreighter\"\n    ],\n    \"ka mma\": [\n        \"affricated\",\n        \"bettering\",\n        \"improves\"\n    ],\n    \"na-ekwenye\": [\n        \"affricates\",\n        \"agreeing\",\n        \"agreeingly\",\n        \"agreing\",\n        \"beliing\",\n        \"coadmits\",\n        \"complies\",\n        \"confederating\",\n        \"confutes\",\n        \"cooingly\",\n        \"intermits\",\n        \"obeisant\",\n        \"rarifying\",\n        \"reaffirms\"\n    ],\n    \"kpọtụrụ\": [\n        \"affriended\",\n        \"contacted\",\n        \"forepoled\",\n        \"kenneled\",\n        \"telecommunicate\",\n        \"teleported\"\n    ],\n    \"egwu\": [\n        \"affright\",\n        \"afraid\",\n        \"afraidness\",\n        \"alarming\",\n        \"amercements\",\n        \"amotion\",\n        \"argemony\",\n        \"argental\",\n        \"argentiferous\",\n        \"argention\",\n        \"argentous\",\n        \"argillic\",\n        \"argilliferous\",\n        \"arguses\",\n        \"argute\",\n        \"arguteness\",\n        \"awe\",\n        \"aweary\",\n        \"awearied\",\n        \"aweigh\",\n        \"aweless\",\n        \"awelessness\",\n        \"awfulness\",\n        \"balliage\",\n        \"brittling\",\n        \"carking\",\n        \"chankings\",\n        \"chantingly\",\n        \"chants\",\n        \"choriocele\",\n        \"commulative\",\n        \"concert\",\n        \"concertantes\",\n        \"concertati\",\n        \"concertation\",\n        \"concertato\",\n        \"concertatos\",\n        \"concertina\",\n        \"concertinas\",\n        \"concerting\",\n        \"concertini\",\n        \"concertino\",\n        \"concertinos\",\n        \"concertment\",\n        \"concerts\",\n        \"concertstck\",\n        \"concertstuck\",\n        \"concetti\",\n        \"cowages\",\n        \"cringed\",\n        \"cringeling\",\n        \"cringer\",\n        \"dances\",\n        \"dancy\",\n        \"dancingly\",\n        \"dandiest\",\n        \"dandification\",\n        \"danegeld\",\n        \"danegelds\",\n        \"danegelt\",\n        \"dangering\",\n        \"danicism\",\n        \"danism\",\n        \"dreadable\",\n        \"dreaded\",\n        \"dreader\",\n        \"dreadful\",\n        \"dreadfuls\",\n        \"dreading\",\n        \"dreadless\",\n        \"dreadly\",\n        \"dreadnaught\",\n        \"drumrolls\",\n        \"fear\",\n        \"fearedness\",\n        \"fearer\",\n        \"fearful\",\n        \"fearfuller\",\n        \"fearfullest\",\n        \"fearfulness\",\n        \"fearnaught\",\n        \"fearnought\",\n        \"fears\",\n        \"fearsome\",\n        \"fearsomeness\",\n        \"fierding\",\n        \"filarious\",\n        \"flyoff\",\n        \"flneuse\",\n        \"fluking\",\n        \"frightable\",\n        \"frighted\",\n        \"frightenable\",\n        \"frightening\",\n        \"frighteningly\",\n        \"frighteningness\",\n        \"frightens\",\n        \"frightful\",\n        \"frightfully\",\n        \"frightfulness\",\n        \"frighty\",\n        \"frighting\",\n        \"frightless\",\n        \"frightment\",\n        \"gabbiness\",\n        \"gabling\",\n        \"grifts\",\n        \"haustorial\",\n        \"hazarding\",\n        \"heinous\",\n        \"hymning\",\n        \"horrendous\",\n        \"horreum\",\n        \"horribleness\",\n        \"horrifies\",\n        \"horrifying\",\n        \"horror\",\n        \"horrorful\",\n        \"horrorish\",\n        \"horrorist\",\n        \"horrormonger\",\n        \"horrormongering\",\n        \"horrorous\",\n        \"horrors\",\n        \"yacking\",\n        \"yaffing\",\n        \"isling\",\n        \"jangling\",\n        \"leesome\",\n        \"lyre\",\n        \"lyricalness\",\n        \"lyricisation\",\n        \"lyricise\",\n        \"lyricises\",\n        \"lucencies\",\n        \"maror\",\n        \"mazing\",\n        \"melodic\",\n        \"melodical\",\n        \"melodically\",\n        \"melodicon\",\n        \"melodying\",\n        \"melodion\",\n        \"melodious\",\n        \"melodiously\",\n        \"melodize\",\n        \"melodizing\",\n        \"melodractically\",\n        \"melodramas\",\n        \"melodramatic\",\n        \"melodramatical\",\n        \"melodramatise\",\n        \"melodrame\",\n        \"meloe\",\n        \"meloids\",\n        \"melosa\",\n        \"menace\",\n        \"menaceable\",\n        \"menaceful\",\n        \"menaces\",\n        \"menic\",\n        \"mincingly\",\n        \"mincingness\",\n        \"minings\",\n        \"minnows\",\n        \"minstrelship\",\n        \"mizzly\",\n        \"monadigerous\",\n        \"musaceous\",\n        \"musci\",\n        \"musery\",\n        \"musette\",\n        \"music\",\n        \"musical\",\n        \"musicianship\",\n        \"musicography\",\n        \"musicry\",\n        \"musics\",\n        \"musie\",\n        \"musingly\",\n        \"mussing\",\n        \"newcastle\",\n        \"noxious\",\n        \"okaying\",\n        \"orinasally\",\n        \"orinasals\",\n        \"overtimidness\",\n        \"panamic\",\n        \"panarchic\",\n        \"panary\",\n        \"panegyrizing\",\n        \"panical\",\n        \"panicful\",\n        \"panickier\",\n        \"panicking\",\n        \"panicle\",\n        \"paniclike\",\n        \"panicmonger\",\n        \"panicmongering\",\n        \"panics\",\n        \"paniculated\",\n        \"panisic\",\n        \"panlogical\",\n        \"panlogism\",\n        \"panlogistic\",\n        \"panurgic\",\n        \"playing\",\n        \"racking\",\n        \"reverified\",\n        \"scarcy\",\n        \"scaremongering\",\n        \"scares\",\n        \"scaresome\",\n        \"scary\",\n        \"scarier\",\n        \"scariest\",\n        \"scaring\",\n        \"scarry\",\n        \"scarrier\",\n        \"scarriest\",\n        \"scious\",\n        \"scorning\",\n        \"scrieving\",\n        \"scriggle\",\n        \"shocks\",\n        \"slitwork\",\n        \"songfulness\",\n        \"songlike\",\n        \"splinting\",\n        \"ternarious\",\n        \"terned\",\n        \"terrage\",\n        \"terreity\",\n        \"terrenely\",\n        \"terreous\",\n        \"terrestrify\",\n        \"terrestrious\",\n        \"terreted\",\n        \"terrible\",\n        \"terribleness\",\n        \"terribly\",\n        \"terrification\",\n        \"terrificness\",\n        \"terrifies\",\n        \"terrifying\",\n        \"terriginous\",\n        \"terrorful\",\n        \"terrorific\",\n        \"terrors\",\n        \"terrorsome\",\n        \"tertial\",\n        \"threated\",\n        \"threatened\",\n        \"threatful\",\n        \"threatfully\",\n        \"threats\",\n        \"thriftier\",\n        \"toric\",\n        \"torrefy\",\n        \"torrefied\",\n        \"torrefies\",\n        \"torrefying\",\n        \"torrid\",\n        \"torridity\",\n        \"torridness\",\n        \"torrifies\",\n        \"torrifying\",\n        \"tracks\",\n        \"tracksick\",\n        \"unfearing\",\n        \"unintimidated\",\n        \"venenousness\",\n        \"venereous\",\n        \"virulent\",\n        \"waffing\",\n        \"waging\",\n        \"warking\",\n        \"weiring\"\n    ],\n    \"kụja\": [\n        \"affrighted\",\n        \"alarmed\",\n        \"disencourage\",\n        \"dismayed\",\n        \"panful\",\n        \"panged\",\n        \"panicked\",\n        \"terrified\"\n    ],\n    \"gosi mma\": [\n        \"affrighter\"\n    ],\n    \"n'ụzọ pụtara ìhè\": [\n        \"affrightfully\",\n        \"decagonally\",\n        \"pointfully\",\n        \"providentially\",\n        \"radically\",\n        \"spectacularly\",\n        \"upstandingly\"\n    ],\n    \"n'ụzọ doro anya\": [\n        \"affrightingly\",\n        \"aposematically\",\n        \"appositely\",\n        \"articulately\",\n        \"bigamistically\",\n        \"cadgily\",\n        \"canorously\",\n        \"cladogenetically\",\n        \"clairaudiently\",\n        \"clearly\",\n        \"clearway\",\n        \"clernly\",\n        \"concordably\",\n        \"contritely\",\n        \"convivially\",\n        \"decanically\",\n        \"declaratively\",\n        \"definably\",\n        \"deistically\",\n        \"despotically\",\n        \"diminutely\",\n        \"direfully\",\n        \"direly\",\n        \"dissidently\",\n        \"dissimilarly\",\n        \"distinctly\",\n        \"docilely\",\n        \"dorsabdominally\",\n        \"draconically\",\n        \"evincibly\",\n        \"exiguously\",\n        \"explicatively\",\n        \"explicitly\",\n        \"expressibly\",\n        \"expressively\",\n        \"flagrantly\",\n        \"hedonically\",\n        \"iambically\",\n        \"irascibly\",\n        \"mensurably\",\n        \"metamorphically\",\n        \"morphemically\",\n        \"nepotistically\",\n        \"nonequivocally\",\n        \"orgulously\",\n        \"ostensibly\",\n        \"overacutely\",\n        \"overenviously\",\n        \"overplainly\",\n        \"overtimidly\",\n        \"overtimorously\",\n        \"overtruthfully\",\n        \"plaintively\",\n        \"portentously\",\n        \"precariously\",\n        \"preconsciously\",\n        \"querulously\",\n        \"quotably\",\n        \"scopiformly\",\n        \"starkly\",\n        \"straitlacedly\",\n        \"subacutely\",\n        \"suboppositely\",\n        \"subridently\",\n        \"subvocally\",\n        \"tacitly\",\n        \"transparently\",\n        \"unadoptably\",\n        \"underply\",\n        \"unexplicitly\",\n        \"unfactiously\",\n        \"unseverely\",\n        \"unvividly\",\n        \"veridically\",\n        \"veritably\",\n        \"vitriolically\",\n        \"vividly\",\n        \"wistfully\"\n    ],\n    \"amuma\": [\n        \"affrightment\",\n        \"clangful\",\n        \"counterprophet\",\n        \"foresense\",\n        \"glottology\",\n        \"gnostology\",\n        \"mugiency\",\n        \"omniessence\",\n        \"parsimoniousness\",\n        \"progenitiveness\",\n        \"propitiation\",\n        \"sorrance\",\n        \"unprophetical\"\n    ],\n    \"na-ekwu ihu\": [\n        \"affrontedly\",\n        \"predicrotic\"\n    ],\n    \"mmejọ\": [\n        \"affronty\",\n        \"blemishment\",\n        \"blunderings\",\n        \"failings\",\n        \"fault\",\n        \"faultage\",\n        \"faults\",\n        \"foulnesses\",\n        \"incorrection\",\n        \"malapplication\",\n        \"malignation\",\n        \"malignities\",\n        \"malignment\",\n        \"miskeeps\",\n        \"misquotations\",\n        \"missuggestion\",\n        \"offence\",\n        \"offences\",\n        \"offendedness\",\n        \"offense\",\n        \"offenses\",\n        \"offension\",\n        \"wrongs\"\n    ],\n    \"na-ekwulu\": [\n        \"affronting\",\n        \"defamingly\"\n    ],\n    \"n'ụzọ dị mwute\": [\n        \"affrontingly\",\n        \"gaddingly\",\n        \"grievously\",\n        \"miserably\",\n        \"sadistically\"\n    ],\n    \"ịkwa emo\": [\n        \"affrontiveness\",\n        \"derision\",\n        \"mockery\",\n        \"mockful\",\n        \"mocking\",\n        \"mockingbird\",\n        \"mockingstock\",\n        \"sarcasticness\",\n        \"sarcologic\",\n        \"scoffery\",\n        \"scoffing\",\n        \"scornproof\",\n        \"taunters\",\n        \"taunting\",\n        \"tauntingness\",\n        \"taunts\"\n    ],\n    \"Afghanistan\": [\n        \"afghan\",\n        \"afghani\",\n        \"afghanis\",\n        \"afghanistan\",\n        \"afghans\"\n    ],\n    \"ndị Afghanistan\": [\n        \"afghanets\"\n    ],\n    \"chukwu\": [\n        \"afgod\",\n        \"ambary\",\n        \"bodhi\",\n        \"boloed\",\n        \"chichling\",\n        \"chiotilla\",\n        \"chud\",\n        \"chudic\",\n        \"chug\",\n        \"chugged\",\n        \"chugger\",\n        \"chugs\",\n        \"chulan\",\n        \"conchotome\",\n        \"crenulated\",\n        \"demicanon\",\n        \"echites\",\n        \"freyr\",\n        \"ghoul\",\n        \"ghouls\",\n        \"girella\",\n        \"glashan\",\n        \"gleeks\",\n        \"glutoid\",\n        \"god\",\n        \"goddam\",\n        \"goddamn\",\n        \"goddamns\",\n        \"goddams\",\n        \"godelich\",\n        \"godet\",\n        \"godlings\",\n        \"godroon\",\n        \"godroons\",\n        \"godsend\",\n        \"godsent\",\n        \"godward\",\n        \"gordioid\",\n        \"gulae\",\n        \"gulaman\",\n        \"gulmohar\",\n        \"gulpin\",\n        \"guls\",\n        \"pallah\",\n        \"proscholium\",\n        \"pruh\",\n        \"quislings\",\n        \"quominus\",\n        \"ritzier\"\n    ],\n    \"pụọ\": [\n        \"afield\",\n        \"away\",\n        \"depark\",\n        \"depart\",\n        \"departed\",\n        \"departisanize\",\n        \"departs\",\n        \"disgout\",\n        \"dismount\",\n        \"emceed\",\n        \"estray\",\n        \"eviscerate\",\n        \"exacinate\",\n        \"exaristate\",\n        \"excysted\",\n        \"excommunicate\",\n        \"exite\",\n        \"exornate\",\n        \"forthgo\",\n        \"getaway\",\n        \"leathwake\",\n        \"leave\",\n        \"logoff\",\n        \"logout\",\n        \"out\",\n        \"outbake\",\n        \"outclimb\",\n        \"outdo\",\n        \"outgo\",\n        \"outlead\",\n        \"outlive\",\n        \"outmarched\",\n        \"outpart\",\n        \"outparts\",\n        \"outrib\",\n        \"outrush\",\n        \"outstart\",\n        \"outstarts\",\n        \"outstole\",\n        \"outwake\",\n        \"raspish\",\n        \"signoff\",\n        \"spiflicate\",\n        \"vacate\",\n        \"vanir\"\n    ],\n    \"daa\": [\n        \"afire\",\n        \"collapsar\",\n        \"collapsed\",\n        \"dawdle\",\n        \"fall\",\n        \"fallen\",\n        \"falls\",\n        \"fauld\",\n        \"faunish\",\n        \"fellen\",\n        \"fellness\",\n        \"fells\",\n        \"fumble\",\n        \"fumbling\",\n        \"overtumble\",\n        \"poire\",\n        \"refall\",\n        \"tassard\",\n        \"thorite\",\n        \"thung\",\n        \"tumbled\",\n        \"tumbles\",\n        \"tumbling\",\n        \"tumblingly\",\n        \"tumblings\",\n        \"tump\",\n        \"untumbled\"\n    ],\n    \"inwu\": [\n        \"aflame\",\n        \"aslake\",\n        \"bister\",\n        \"ccoya\",\n        \"cie\",\n        \"droit\",\n        \"fadingness\",\n        \"fellage\",\n        \"felsophyre\",\n        \"gibbering\",\n        \"illighten\",\n        \"infoliate\",\n        \"vepse\"\n    ],\n    \"afla\": [\n        \"aflare\"\n    ],\n    \"a ewepụghị\": [\n        \"aflat\"\n    ],\n    \"sere n'elu\": [\n        \"afloat\",\n        \"aflow\",\n        \"floatage\",\n        \"floater\"\n    ],\n    \"ifuru\": [\n        \"aflower\",\n        \"alstonine\",\n        \"cephaletron\",\n        \"eild\",\n        \"flyleaves\",\n        \"floral\",\n        \"florescence\",\n        \"flossflower\",\n        \"flourishment\",\n        \"flower\",\n        \"flowerfly\",\n        \"flowerful\",\n        \"flowerily\",\n        \"floweriness\",\n        \"flowerless\",\n        \"flowerlet\",\n        \"flowerpecker\",\n        \"flowerwork\",\n        \"foppish\",\n        \"inflorescence\",\n        \"manipuri\",\n        \"piffle\",\n        \"plink\",\n        \"pollen\"\n    ],\n    \"aflukning\": [\n        \"afluking\"\n    ],\n    \"n'oge gara aga\": [\n        \"aforehand\",\n        \"aforetime\",\n        \"aforetimes\",\n        \"heretofore\"\n    ],\n    \"hotara na mbụ\": [\n        \"aforementioned\"\n    ],\n    \"akpọtụrụ\": [\n        \"aforenamed\"\n    ],\n    \"kwuru n'elu\": [\n        \"aforesaid\"\n    ],\n    \"echiche gara aga\": [\n        \"aforethought\"\n    ],\n    \"n'ihu\": [\n        \"aforeward\",\n        \"afront\",\n        \"aftward\",\n        \"aftwards\",\n        \"ahead\",\n        \"byrewards\",\n        \"byward\",\n        \"continua\",\n        \"continuances\",\n        \"continuando\",\n        \"continuation\",\n        \"continuations\",\n        \"continuedness\",\n        \"continuity\",\n        \"continuo\",\n        \"continuos\",\n        \"farthermore\",\n        \"forebackwardly\",\n        \"foreboard\",\n        \"forefront\",\n        \"foreground\",\n        \"forehands\",\n        \"forehoofs\",\n        \"foreright\",\n        \"foret\",\n        \"foreward\",\n        \"forthby\",\n        \"forwards\",\n        \"fromwards\",\n        \"front\",\n        \"frontal\",\n        \"frontals\",\n        \"frontate\",\n        \"frontcourt\",\n        \"frontlessly\",\n        \"frontons\",\n        \"frontoparietal\",\n        \"fronts\",\n        \"fronture\",\n        \"frontways\",\n        \"frontward\",\n        \"frontwards\",\n        \"frontwise\",\n        \"furtherance\",\n        \"furtherances\",\n        \"furthered\",\n        \"furtherer\",\n        \"furtherest\",\n        \"furthers\",\n        \"futhermore\",\n        \"onwards\",\n        \"outfront\",\n        \"proceeded\",\n        \"windowward\"\n    ],\n    \"ekele\": [\n        \"afreet\",\n        \"appreciably\",\n        \"appreciant\",\n        \"appreciation\",\n        \"appreciational\",\n        \"appreciations\",\n        \"appreciative\",\n        \"appreciatively\",\n        \"appreciativeness\",\n        \"appreciator\",\n        \"appreciatory\",\n        \"appreciatorily\",\n        \"aprication\",\n        \"congrats\",\n        \"congratulation\",\n        \"congratulational\",\n        \"congratulatory\",\n        \"courtesies\",\n        \"curtesies\",\n        \"gratefullest\",\n        \"gratefulness\",\n        \"gratitude\",\n        \"grecians\",\n        \"greeing\",\n        \"greeters\",\n        \"greeting\",\n        \"greetingless\",\n        \"greetingly\",\n        \"greetings\",\n        \"greynesses\",\n        \"gremials\",\n        \"overappreciative\",\n        \"overappreciativeness\",\n        \"overgratitude\",\n        \"regards\",\n        \"salaciousness\",\n        \"salutation\",\n        \"salutational\",\n        \"salutations\",\n        \"salutatious\",\n        \"salutatories\",\n        \"salutatorium\",\n        \"salutiferous\",\n        \"thanes\",\n        \"thankful\",\n        \"thankfuller\",\n        \"thankfullest\",\n        \"thankfulness\",\n        \"thanking\",\n        \"thanklessly\",\n        \"thanksgiver\",\n        \"thanksgiving\",\n        \"thanksgivings\",\n        \"unthank\",\n        \"unthanked\",\n        \"unthankfully\",\n        \"unthanking\"\n    ],\n    \"mgbe\": [\n        \"afret\",\n        \"after\",\n        \"aftertan\",\n        \"aftertask\",\n        \"aftertax\",\n        \"aftertouch\",\n        \"atter\",\n        \"climes\",\n        \"duringly\",\n        \"epoptes\",\n        \"evehood\",\n        \"ever\",\n        \"everard\",\n        \"everbearing\",\n        \"everich\",\n        \"everly\",\n        \"evert\",\n        \"everted\",\n        \"festa\",\n        \"immunes\",\n        \"marka\",\n        \"momently\",\n        \"nach\",\n        \"never\",\n        \"neverland\",\n        \"nevermass\",\n        \"nitently\",\n        \"oft\",\n        \"often\",\n        \"oftenest\",\n        \"oftenness\",\n        \"oftly\",\n        \"periost\",\n        \"primevous\",\n        \"ptilinal\",\n        \"ranales\",\n        \"regular\",\n        \"routinely\",\n        \"secundus\",\n        \"sessionally\",\n        \"somet\",\n        \"tempo\",\n        \"thenad\",\n        \"thenage\",\n        \"thenages\",\n        \"thenal\",\n        \"thenar\",\n        \"thens\",\n        \"timefully\",\n        \"timeously\",\n        \"timesaver\",\n        \"untilt\",\n        \"untimeously\",\n        \"whalm\",\n        \"whenabouts\",\n        \"whenas\",\n        \"whencever\",\n        \"whenness\",\n        \"whens\",\n        \"whenso\",\n        \"whereupon\",\n        \"while\",\n        \"whileen\",\n        \"whilere\",\n        \"whilie\",\n        \"whilter\",\n        \"whirs\"\n    ],\n    \"ifegharị\": [\n        \"afrete\"\n    ],\n    \"africa\": [\n        \"afric\"\n    ],\n    \"afrịka\": [\n        \"africa\",\n        \"africana\",\n        \"africanize\",\n        \"besprizorni\"\n    ],\n    \"afrikaner\": [\n        \"africander\"\n    ],\n    \"africanism\": [\n        \"africanist\"\n    ],\n    \"ndị Africa\": [\n        \"africans\",\n        \"afrikaans\"\n    ],\n    \"Afrịka\": [\n        \"afros\",\n        \"afterstudy\",\n        \"afzelia\",\n        \"frillies\",\n        \"phrygian\",\n        \"triplasian\"\n    ],\n    \"pụta\": [\n        \"afrown\",\n        \"aftercome\",\n        \"consequentialness\",\n        \"emer\",\n        \"emerged\",\n        \"emergents\",\n        \"emerick\",\n        \"emerita\",\n        \"emerited\",\n        \"emeriti\",\n        \"ersatzes\",\n        \"forth\",\n        \"forthcame\",\n        \"forthcome\",\n        \"forthgaze\",\n        \"masses\",\n        \"outen\",\n        \"outlung\",\n        \"outrung\",\n        \"outsat\",\n        \"outsend\",\n        \"outstung\",\n        \"protended\",\n        \"turnup\"\n    ],\n    \"afsha\": [\n        \"afshah\",\n        \"afshar\"\n    ],\n    \"ịchụpụ\": [\n        \"afteract\",\n        \"anteverting\",\n        \"banishing\",\n        \"eschewing\",\n        \"espacement\",\n        \"espaliering\",\n        \"evagination\",\n        \"evections\",\n        \"evicting\",\n        \"evictions\",\n        \"eviting\",\n        \"expelling\",\n        \"outsinging\"\n    ],\n    \"Afterbay\": [\n        \"afterbay\"\n    ],\n    \"ịmụ nwa\": [\n        \"afterbirth\",\n        \"babyishness\",\n        \"babyism\",\n        \"childbear\",\n        \"childbearing\",\n        \"childbirth\",\n        \"childbirths\",\n        \"crossbirth\",\n        \"fetiferous\",\n        \"forthbring\",\n        \"forthbringer\",\n        \"forthbringing\",\n        \"inbirth\",\n        \"multibirth\",\n        \"proclergy\",\n        \"procreant\",\n        \"procreated\",\n        \"procreates\",\n        \"procreating\",\n        \"procreativeness\",\n        \"procreativity\",\n        \"procreator\",\n        \"procreatory\",\n        \"procreators\",\n        \"procreatress\",\n        \"procreatrix\",\n        \"procuration\",\n        \"procurative\",\n        \"stillbirth\",\n        \"stillbirths\"\n    ],\n    \"mgbe amụrụ nwa\": [\n        \"afterbirths\"\n    ],\n    \"emesia\": [\n        \"afterbody\",\n        \"afterward\",\n        \"afterwards\",\n        \"laterite\",\n        \"laterites\",\n        \"mensurableness\",\n        \"unbearably\"\n    ],\n    \"mgbe ha mechara\": [\n        \"afterbodies\"\n    ],\n    \"Afterbrain\": [\n        \"afterbrain\"\n    ],\n    \"mgbe achụsịrị\": [\n        \"afterbreach\",\n        \"afterchurch\"\n    ],\n    \"mgbe emechara\": [\n        \"afterbreast\",\n        \"afterclap\",\n        \"afterclause\",\n        \"aftercost\",\n        \"afterdate\",\n        \"afterdated\",\n        \"afterdischarge\",\n        \"afterform\",\n        \"aftergo\",\n        \"aftergood\",\n        \"aftergrind\",\n        \"afterhand\",\n        \"afterharm\",\n        \"afterimage\",\n        \"afterimages\",\n        \"afterknowledge\",\n        \"aftermast\",\n        \"aftermatter\",\n        \"afternote\",\n        \"afterpain\",\n        \"afterproof\",\n        \"afterripening\",\n        \"aftersend\",\n        \"aftershave\",\n        \"aftershaves\",\n        \"afterstorm\",\n        \"afterthought\",\n        \"aftertime\",\n        \"aftertrial\",\n        \"aftervision\",\n        \"afterwisdom\",\n        \"afterwitted\",\n        \"afterwrath\",\n        \"postpartal\",\n        \"postparturient\",\n        \"postparturition\",\n        \"postwise\"\n    ],\n    \"mgbe ọ nwụsịrị\": [\n        \"afterburning\"\n    ],\n    \"mgbe nlekọta\": [\n        \"aftercare\"\n    ],\n    \"mgbe ọrụ gachara\": [\n        \"aftercareer\"\n    ],\n    \"mechara\": [\n        \"aftercause\",\n        \"aftercomer\",\n        \"afterhend\",\n        \"afterhold\",\n        \"afterwit\",\n        \"laterifloral\",\n        \"subsequentially\",\n        \"subsequently\"\n    ],\n    \"gachaa\": [\n        \"afterchance\"\n    ],\n    \"na-esote\": [\n        \"aftercoming\",\n        \"followingly\",\n        \"follows\",\n        \"subsequence\",\n        \"subsequency\"\n    ],\n    \"ihe ozo\": [\n        \"aftercourse\",\n        \"alerse\",\n        \"endothermous\",\n        \"etchant\",\n        \"norward\",\n        \"oxyether\",\n        \"substore\",\n        \"tenor\"\n    ],\n    \"Aftercure\": [\n        \"aftercure\"\n    ],\n    \"mgbe e mesịrị\": [\n        \"afterdays\",\n        \"afterturn\",\n        \"lateriflexion\",\n        \"lateriversion\"\n    ],\n    \"mgbe nwụsịrị\": [\n        \"afterdeal\"\n    ],\n    \"mgbe ọnwụ gasịrị\": [\n        \"afterdeath\"\n    ],\n    \"mgbe ikpeazụ\": [\n        \"afterdeck\"\n    ],\n    \"mgbe a gachara\": [\n        \"afterdecks\",\n        \"afterpains\"\n    ],\n    \"mgbe nri anyasị\": [\n        \"afterdinner\"\n    ],\n    \"mgbe ọ gachara\": [\n        \"afterdrain\"\n    ],\n    \"ihe ga-esi na ya pụta\": [\n        \"aftereffect\",\n        \"aftermaths\"\n    ],\n    \"ihe na-emetụta\": [\n        \"aftereffects\",\n        \"pluperfects\"\n    ],\n    \"afere\": [\n        \"aftereye\",\n        \"bowfins\",\n        \"bowlful\",\n        \"yestreens\",\n        \"platers\",\n        \"platters\"\n    ],\n    \"mgbe ọ gasịrị\": [\n        \"afterfall\",\n        \"aftertimes\",\n        \"afterwort\"\n    ],\n    \"mgbe e mechara\": [\n        \"afterfeed\",\n        \"afterroll\"\n    ],\n    \"mgbe gbaa ụka\": [\n        \"afterfermentation\"\n    ],\n    \"enyi na enyi\": [\n        \"afterfriend\",\n        \"fiendly\",\n        \"friendly\",\n        \"friendlies\",\n        \"friendliest\",\n        \"friendlily\",\n        \"unfriendly\",\n        \"unfriendliest\",\n        \"unfriendlily\"\n    ],\n    \"mgbe mkpụrụ\": [\n        \"afterfruits\"\n    ],\n    \"ọdịnihu\": [\n        \"afterfuture\",\n        \"destinism\",\n        \"foreconscious\",\n        \"foredate\",\n        \"foredestine\",\n        \"foredestiny\",\n        \"forediscern\",\n        \"foredivine\",\n        \"foredune\",\n        \"foregirth\",\n        \"foreglimpse\",\n        \"foreglimpsed\",\n        \"foregone\",\n        \"foreguess\",\n        \"foreguts\",\n        \"forensicality\",\n        \"forepurpose\",\n        \"forestology\",\n        \"futilities\",\n        \"future\",\n        \"futureless\",\n        \"futureness\",\n        \"futures\",\n        \"futurism\",\n        \"futurisms\",\n        \"futuristic\",\n        \"futuristically\",\n        \"futurists\",\n        \"futurity\",\n        \"futurities\",\n        \"futurition\",\n        \"futurize\",\n        \"futurology\",\n        \"futurologist\",\n        \"futurologists\",\n        \"nonfuturition\",\n        \"predeterministic\",\n        \"predetrimental\"\n    ],\n    \"mgbe egwuregwu\": [\n        \"aftergame\"\n    ],\n    \"Mgbe a nwụsịrị\": [\n        \"aftergas\"\n    ],\n    \"mgbe okpokoro\": [\n        \"afterglide\"\n    ],\n    \"mgbe nwute\": [\n        \"aftergrief\"\n    ],\n    \"mgbe nche\": [\n        \"afterguard\"\n    ],\n    \"mgbe ahụ\": [\n        \"afterhatch\",\n        \"naphthenic\",\n        \"then\",\n        \"thenabouts\",\n        \"thenardite\",\n        \"thencefoward\",\n        \"thencefrom\",\n        \"thenceward\",\n        \"thenne\",\n        \"thenness\",\n        \"theretill\"\n    ],\n    \"mgbe enyere aka\": [\n        \"afterhelp\"\n    ],\n    \"mgbe ozo\": [\n        \"afterhope\",\n        \"postnatally\",\n        \"whenceforth\",\n        \"whenceforward\"\n    ],\n    \"mgbe awa gachara\": [\n        \"afterhours\"\n    ],\n    \"mgbe afọ gasịrị\": [\n        \"afteryears\"\n    ],\n    \"mgbe echiche\": [\n        \"afterimpression\"\n    ],\n    \"emechaa\": [\n        \"afterings\",\n        \"aftermeal\",\n        \"aftermost\",\n        \"afterpart\",\n        \"afterpast\",\n        \"afterwhile\",\n        \"afterwise\",\n        \"afterworking\",\n        \"hindsight\",\n        \"interloped\",\n        \"later\",\n        \"latericeous\",\n        \"latericumbent\",\n        \"laterigrade\",\n        \"lateritious\",\n        \"outstriding\",\n        \"thinbrained\"\n    ],\n    \"mgbe ị gachara\": [\n        \"afterking\"\n    ],\n    \"ndụ mgbe a nwụsịrị\": [\n        \"afterlife\"\n    ],\n    \"mgbe ndụ gachara\": [\n        \"afterlifetime\"\n    ],\n    \"mgbe a nwụsịrị\": [\n        \"afterlives\",\n        \"postprandial\"\n    ],\n    \"mgbe ima\": [\n        \"afterlove\"\n    ],\n    \"Aftermarket\": [\n        \"aftermark\",\n        \"aftermarket\"\n    ],\n    \"mgbe alụmdi na nwunye gasịrị\": [\n        \"aftermarriage\"\n    ],\n    \"nsonaazụ\": [\n        \"aftermass\",\n        \"aftermath\",\n        \"obsequence\",\n        \"obsequies\",\n        \"obsequity\",\n        \"result\"\n    ],\n    \"Aftermilk\": [\n        \"aftermilk\"\n    ],\n    \"mgbe chi jiri\": [\n        \"afternight\",\n        \"premidnight\"\n    ],\n    \"ehihie\": [\n        \"afternoon\",\n        \"afternoons\",\n        \"daybed\",\n        \"daylit\",\n        \"eves\",\n        \"forenoon\",\n        \"lunies\",\n        \"midday\",\n        \"noon\",\n        \"noonday\",\n        \"nooning\",\n        \"noonings\",\n        \"noonish\",\n        \"noonlight\",\n        \"noonmeat\",\n        \"noontide\",\n        \"noontime\",\n        \"noontimes\",\n        \"oxlips\",\n        \"oxter\",\n        \"siesta\"\n    ],\n    \"mgbede\": [\n        \"afternose\",\n        \"dusk\",\n        \"duskly\",\n        \"duskness\",\n        \"dusks\",\n        \"eveners\",\n        \"evenfall\",\n        \"evening\",\n        \"evenings\",\n        \"everest\",\n        \"falconelle\",\n        \"fpm\",\n        \"lpm\",\n        \"tpm\"\n    ],\n    \"Afterpeak\": [\n        \"afterpeak\"\n    ],\n    \"ihe emechara\": [\n        \"afterpiece\"\n    ],\n    \"mgbe osisi\": [\n        \"afterplanting\"\n    ],\n    \"mgbe ike\": [\n        \"afterpotential\"\n    ],\n    \"mgbe nrụgide\": [\n        \"afterpressure\"\n    ],\n    \"mgbe m mechara\": [\n        \"afterreckoning\"\n    ],\n    \"mgbe Emechara\": [\n        \"afterrider\"\n    ],\n    \"ụlọ akwụkwọ sekọndrị\": [\n        \"afterschool\",\n        \"highschool\",\n        \"underschool\"\n    ],\n    \"afterhaft\": [\n        \"aftershaft\"\n    ],\n    \"emechara\": [\n        \"aftershafted\",\n        \"finalized\",\n        \"finned\",\n        \"outmalapropped\",\n        \"oxalated\"\n    ],\n    \"afọdụ\": [\n        \"aftership\",\n        \"aftershock\",\n        \"afterstrain\"\n    ],\n    \"ala ọma jijiji\": [\n        \"aftershocks\",\n        \"earthpea\",\n        \"earthquake\",\n        \"earthquaked\",\n        \"earthquaken\",\n        \"earthquakes\",\n        \"earthquaking\",\n        \"earthquave\",\n        \"quake\",\n        \"quakes\",\n        \"statequake\"\n    ],\n    \"mgbe emechiri\": [\n        \"aftersound\"\n    ],\n    \"okwuchi\": [\n        \"afterspeech\",\n        \"cork\",\n        \"corkir\",\n        \"corkline\",\n        \"eutheria\"\n    ],\n    \"mechie\": [\n        \"afterstain\",\n        \"alcalde\",\n        \"alchemize\",\n        \"alclad\",\n        \"alphyl\",\n        \"amalgamize\",\n        \"ambreate\",\n        \"aubrite\",\n        \"bemoisten\",\n        \"beneaped\",\n        \"byronize\",\n        \"cacked\",\n        \"capering\",\n        \"caveated\",\n        \"cyclose\",\n        \"ciphers\",\n        \"clagged\",\n        \"clame\",\n        \"clathrate\",\n        \"clavation\",\n        \"clog\",\n        \"clomped\",\n        \"clopped\",\n        \"clopping\",\n        \"close\",\n        \"closemouthed\",\n        \"closen\",\n        \"closish\",\n        \"colloidize\",\n        \"collotyped\",\n        \"companionize\",\n        \"concactenated\",\n        \"concamerate\",\n        \"concamerated\",\n        \"concatenated\",\n        \"concatervate\",\n        \"conchoidal\",\n        \"conchologize\",\n        \"concitizen\",\n        \"conclude\",\n        \"concludendi\",\n        \"concludes\",\n        \"concluding\",\n        \"conclusive\",\n        \"conculcate\",\n        \"confabulate\",\n        \"consummate\",\n        \"consummated\",\n        \"consummations\",\n        \"contravallation\",\n        \"convolve\",\n        \"counterforce\",\n        \"counterlove\",\n        \"counterspy\",\n        \"countervene\",\n        \"countervolley\",\n        \"counterwind\",\n        \"cress\",\n        \"culminate\",\n        \"culminated\",\n        \"downwash\",\n        \"embloom\",\n        \"enallage\",\n        \"endarch\",\n        \"endocycle\",\n        \"enruin\",\n        \"eriglossate\",\n        \"eunuchized\",\n        \"excern\",\n        \"forclose\",\n        \"fulcrate\",\n        \"fulminate\",\n        \"fulminated\",\n        \"fulmined\",\n        \"furcated\",\n        \"grange\",\n        \"hemiligulate\",\n        \"intercharge\",\n        \"interclose\",\n        \"intercloud\",\n        \"interclude\",\n        \"intercreated\",\n        \"intercrystallize\",\n        \"interlisp\",\n        \"interlock\",\n        \"interminate\",\n        \"intermined\",\n        \"intermure\",\n        \"interplead\",\n        \"interpleads\",\n        \"interpolish\",\n        \"interpone\",\n        \"interwovenly\",\n        \"lagerspetze\",\n        \"millihenries\",\n        \"muffed\",\n        \"muffled\",\n        \"muffledly\",\n        \"noncognate\",\n        \"outwwept\",\n        \"overgrew\",\n        \"overhail\",\n        \"overhaul\",\n        \"overmodify\",\n        \"overrise\",\n        \"precelebrate\",\n        \"prochronize\",\n        \"provincialate\",\n        \"quackish\",\n        \"rall\",\n        \"reconclude\",\n        \"resecrete\",\n        \"ritter\",\n        \"rounded\",\n        \"roundedly\",\n        \"roundmouthed\",\n        \"ruggle\",\n        \"seal\",\n        \"sealch\",\n        \"sealine\",\n        \"shlock\",\n        \"shut\",\n        \"shutdown\",\n        \"shutoff\",\n        \"shutout\",\n        \"shutouts\",\n        \"shuts\",\n        \"slamp\",\n        \"subcell\",\n        \"subtrahend\",\n        \"supinate\",\n        \"supravise\",\n        \"tappish\",\n        \"terminalized\",\n        \"tightlipped\",\n        \"tightroped\",\n        \"unbrace\",\n        \"unclinch\",\n        \"unclog\",\n        \"unclogs\",\n        \"unclose\",\n        \"underbrace\",\n        \"undercook\",\n        \"underdoes\",\n        \"underdose\",\n        \"underdrive\",\n        \"underfaced\",\n        \"underfold\",\n        \"underfolded\",\n        \"underfortify\",\n        \"undergrieve\",\n        \"undergrow\",\n        \"underlapped\",\n        \"undermeasure\",\n        \"underpin\",\n        \"underpry\",\n        \"underprize\",\n        \"undertalk\",\n        \"undervillain\",\n        \"underwash\",\n        \"underwind\",\n        \"underwit\",\n        \"underwrap\",\n        \"unmouthed\",\n        \"unshut\",\n        \"upclose\",\n        \"upcloser\",\n        \"vrilled\",\n        \"wrack\",\n        \"wramp\",\n        \"wrapt\"\n    ],\n    \"afrịta\": [\n        \"afterstate\"\n    ],\n    \"afterupper\": [\n        \"aftersupper\"\n    ],\n    \"mgbe na-esote\": [\n        \"afterswarming\"\n    ],\n    \"ihe uto\": [\n        \"aftertastes\",\n        \"morrowspeech\",\n        \"porriginous\"\n    ],\n    \"onye ozo\": [\n        \"afterthinker\",\n        \"aliene\",\n        \"alienee\",\n        \"aliener\",\n        \"aliptic\",\n        \"alpestrian\",\n        \"alterer\",\n        \"alterman\",\n        \"alternationist\",\n        \"betailor\",\n        \"betatter\",\n        \"betattering\",\n        \"bethunder\",\n        \"betokener\",\n        \"betrunk\",\n        \"betterer\",\n        \"bettor\",\n        \"bibber\",\n        \"cartellist\",\n        \"concatenator\",\n        \"decessor\",\n        \"devaster\",\n        \"enaunter\",\n        \"extrameridian\",\n        \"extravillar\",\n        \"herschelite\",\n        \"hinner\",\n        \"housemother\",\n        \"interradii\",\n        \"levelman\",\n        \"liest\",\n        \"mediumship\",\n        \"messmate\",\n        \"middleman\",\n        \"nivation\",\n        \"nonpartner\",\n        \"oneanother\",\n        \"otherist\",\n        \"outpensioner\",\n        \"oversetter\",\n        \"partisan\",\n        \"passant\",\n        \"prereceived\",\n        \"recarrier\",\n        \"redesman\",\n        \"reparteeist\",\n        \"sidecarist\",\n        \"synusiast\",\n        \"syrophoenician\",\n        \"straphanger\",\n        \"subfreshman\",\n        \"suborner\",\n        \"subtenant\",\n        \"territelarian\",\n        \"transindividual\",\n        \"transmigrationist\",\n        \"underchanter\",\n        \"underpartner\",\n        \"underreceiver\",\n        \"underteller\",\n        \"underwitch\",\n        \"variator\",\n        \"widorror\"\n    ],\n    \"n'echiche\": [\n        \"afterthoughted\",\n        \"afterthoughts\",\n        \"assumptively\",\n        \"conceptually\",\n        \"connotively\",\n        \"contemplatedly\",\n        \"deictically\",\n        \"ejectively\",\n        \"erotically\",\n        \"euphonically\",\n        \"evolutionally\",\n        \"evolutionarily\",\n        \"fantasticality\",\n        \"fantastically\",\n        \"fantasticly\",\n        \"ideographically\",\n        \"ideologically\",\n        \"imagerially\",\n        \"imaginal\",\n        \"imaginarily\",\n        \"imaginatively\",\n        \"imaginer\",\n        \"imagistically\",\n        \"impressionally\",\n        \"lusciously\",\n        \"opinatively\",\n        \"opinionatedly\",\n        \"opinionately\",\n        \"opinionative\",\n        \"opinionatively\",\n        \"perceivably\",\n        \"perceptively\",\n        \"perceptually\",\n        \"perspectively\",\n        \"reasonedly\",\n        \"reflectionless\",\n        \"suppositional\",\n        \"thetically\",\n        \"thinkably\"\n    ],\n    \"mbubata\": [\n        \"afterthrift\",\n        \"dealbation\",\n        \"deionizations\",\n        \"importability\",\n        \"importableness\",\n        \"importancy\",\n        \"importations\",\n        \"importment\",\n        \"importune\",\n        \"importunement\",\n        \"importunities\",\n        \"mugworts\",\n        \"nonexportation\",\n        \"nonimportation\",\n        \"overimport\",\n        \"overimportation\",\n        \"proport\",\n        \"prosport\",\n        \"sizarship\",\n        \"surbasement\",\n        \"zoomed\"\n    ],\n    \"mgbe ọgwụgwọ\": [\n        \"aftertreatment\"\n    ],\n    \"Afterwale\": [\n        \"afterwale\"\n    ],\n    \"mgbe okwu\": [\n        \"afterword\"\n    ],\n    \"arụchaa\": [\n        \"afterwork\"\n    ],\n    \"mgbe ochie\": [\n        \"afterworld\",\n        \"anciently\",\n        \"faraday\",\n        \"hynde\",\n        \"laterigradae\",\n        \"postexistent\",\n        \"primeval\",\n        \"primevalism\",\n        \"primitively\"\n    ],\n    \"nke kachasị\": [\n        \"aftmost\",\n        \"blobbiest\",\n        \"branchiest\",\n        \"bulkiest\",\n        \"centralest\",\n        \"chiefest\",\n        \"clayiest\",\n        \"commonest\",\n        \"exactest\",\n        \"farmost\",\n        \"flightiest\",\n        \"frousiest\",\n        \"frowstiest\",\n        \"grossest\",\n        \"highermost\",\n        \"highmost\",\n        \"hindmost\",\n        \"hollowest\",\n        \"yeastiest\",\n        \"inmost\",\n        \"nettiest\",\n        \"oftest\",\n        \"openest\",\n        \"outmost\",\n        \"rattiest\",\n        \"shaliest\",\n        \"shapeliest\",\n        \"speckiest\",\n        \"starkest\",\n        \"sternmost\",\n        \"supremely\",\n        \"thymiest\",\n        \"vastest\",\n        \"wristiest\"\n    ],\n    \"aka ike\": [\n        \"agacant\",\n        \"agarics\",\n        \"aggrandise\",\n        \"aggravative\",\n        \"agrestial\",\n        \"arbitrage\",\n        \"arbitrament\",\n        \"arbitrary\",\n        \"arbitrarily\",\n        \"arbitrariness\",\n        \"arbitrative\",\n        \"arbitry\",\n        \"arborary\",\n        \"authoritarian\",\n        \"authoritarianism\",\n        \"briarean\",\n        \"cribrosity\",\n        \"dictatorial\",\n        \"dictatorialness\",\n        \"gripeful\",\n        \"grittiness\",\n        \"harpsical\",\n        \"harsh\",\n        \"sagittiferous\",\n        \"sarmentiferous\",\n        \"stagnize\",\n        \"strabism\",\n        \"stumpier\",\n        \"tyrannicly\",\n        \"tyrannised\",\n        \"tyrannize\",\n        \"tyrannized\",\n        \"totalitarian\"\n    ],\n    \"gacella\": [\n        \"agacella\"\n    ],\n    \"kwuo ọzọ\": [\n        \"againsay\"\n    ],\n    \"imegide\": [\n        \"against\",\n        \"antireaction\",\n        \"augurate\",\n        \"aveugle\",\n        \"contraindicate\",\n        \"contrapolarization\",\n        \"contrapone\",\n        \"contraponend\",\n        \"contrariantly\",\n        \"contravene\",\n        \"contravindicate\",\n        \"countenancer\",\n        \"counteracquittance\",\n        \"counteract\",\n        \"counteractant\",\n        \"counteracting\",\n        \"counteractingly\",\n        \"counteractively\",\n        \"counteraddress\",\n        \"counteradvance\",\n        \"counteraffirm\",\n        \"counteraffirmation\",\n        \"counteragency\",\n        \"counteragent\",\n        \"counterattack\",\n        \"counterattacker\",\n        \"counterattacking\",\n        \"counterattractive\",\n        \"counterattractively\",\n        \"counterbend\",\n        \"counterborer\",\n        \"countercompetition\",\n        \"countercurrentwise\",\n        \"counterdevelopment\",\n        \"counterimitate\",\n        \"counterirritate\",\n        \"counterlit\",\n        \"counterobjection\",\n        \"counteroffensive\",\n        \"counteroffer\",\n        \"counteropening\",\n        \"counterorator\",\n        \"counterorder\",\n        \"counterorganization\",\n        \"counterpose\",\n        \"counterpotent\",\n        \"counterrate\",\n        \"counterreaction\",\n        \"counterreason\",\n        \"counterremonstrant\",\n        \"counterrotating\",\n        \"counterslope\",\n        \"countertreason\",\n        \"countervolition\",\n        \"enent\",\n        \"gainst\",\n        \"hyrate\",\n        \"opposeless\",\n        \"opposingly\",\n        \"oppositely\",\n        \"oppositively\",\n        \"previolate\",\n        \"rebrick\",\n        \"repage\",\n        \"unopposed\"\n    ],\n    \"megide\": [\n        \"againstand\"\n    ],\n    \"onye agamist\": [\n        \"agamist\"\n    ],\n    \"ịgbasi\": [\n        \"agatize\",\n        \"slavdom\"\n    ],\n    \"gbasasiri ike\": [\n        \"agatized\",\n        \"delimitated\"\n    ],\n    \"obi ojoo\": [\n        \"agcy\",\n        \"agyrate\",\n        \"amasty\",\n        \"anhelous\",\n        \"blithehearted\",\n        \"brut\",\n        \"brutage\",\n        \"brutalisation\",\n        \"brutalising\",\n        \"brutalization\",\n        \"brutalizing\",\n        \"brutelike\",\n        \"brutification\",\n        \"brutish\",\n        \"brutishness\",\n        \"churnful\",\n        \"coldheartedness\",\n        \"crudelity\",\n        \"cruentous\",\n        \"cruety\",\n        \"darkheartedness\",\n        \"deadheartedness\",\n        \"demureness\",\n        \"eroticism\",\n        \"evilhearted\",\n        \"fiercehearted\",\n        \"gaddishness\",\n        \"ghoulishness\",\n        \"glumly\",\n        \"glumpily\",\n        \"gruelly\",\n        \"hamulous\",\n        \"heavyheartedness\",\n        \"homochiral\",\n        \"humeral\",\n        \"hummocky\",\n        \"malicious\",\n        \"maliciousness\",\n        \"malignant\",\n        \"masty\",\n        \"misease\",\n        \"miserability\",\n        \"perpense\",\n        \"pitier\",\n        \"sadder\",\n        \"sadheartedness\",\n        \"savage\",\n        \"savagery\",\n        \"savagism\",\n        \"savagisms\",\n        \"spitefully\",\n        \"temperality\",\n        \"temperament\",\n        \"temperamental\",\n        \"temperance\",\n        \"temperedness\",\n        \"tempesty\",\n        \"trepidant\",\n        \"trepidness\",\n        \"unkinder\",\n        \"whippiness\",\n        \"wretchedness\"\n    ],\n    \"agadi\": [\n        \"aged\",\n        \"elderly\",\n        \"senior\",\n        \"seniority\"\n    ],\n    \"nká\": [\n        \"agedness\",\n        \"ageing\",\n        \"aging\",\n        \"prematernity\"\n    ],\n    \"Ogbogu\": [\n        \"ageist\",\n        \"agist\",\n        \"bourgeoned\",\n        \"boxier\",\n        \"brattled\",\n        \"cromlech\",\n        \"cushag\",\n        \"dolorously\",\n        \"gablatores\",\n        \"gaggers\",\n        \"kyanized\",\n        \"outsprang\",\n        \"pesteringly\",\n        \"puggier\",\n        \"pugilist\",\n        \"spiraled\",\n        \"spiralled\",\n        \"sporeling\",\n        \"squeteague\",\n        \"staggerweed\",\n        \"trudged\"\n    ],\n    \"Ogba ochie\": [\n        \"agelaius\",\n        \"oldfieldia\"\n    ],\n    \"Ochie\": [\n        \"agelaus\",\n        \"arculite\",\n        \"arenilitic\",\n        \"arfillite\",\n        \"blok\",\n        \"bobfly\",\n        \"bocces\",\n        \"ccitt\",\n        \"clocked\",\n        \"clocking\",\n        \"clovered\",\n        \"crossopt\",\n        \"cuproscheelite\",\n        \"daubreelite\",\n        \"demicanton\",\n        \"demophil\",\n        \"derries\",\n        \"drawstop\",\n        \"duskier\",\n        \"exarchs\",\n        \"fackins\",\n        \"foreaccustom\",\n        \"foreyards\",\n        \"foreleech\",\n        \"foremilks\",\n        \"foreshroud\",\n        \"foretokens\",\n        \"forevers\",\n        \"frt\",\n        \"gazetted\",\n        \"gratton\",\n        \"grimsir\",\n        \"grunswel\",\n        \"gullied\",\n        \"kinked\",\n        \"kinkiness\",\n        \"laschety\",\n        \"outecho\",\n        \"outechos\",\n        \"outsucken\",\n        \"pirl\",\n        \"pokunt\",\n        \"preconveyal\",\n        \"presoaks\",\n        \"preterlethal\",\n        \"protensive\",\n        \"protreptic\",\n        \"protreptical\",\n        \"rf\",\n        \"rfz\",\n        \"riddel\",\n        \"rsum\",\n        \"sapskull\",\n        \"shroffs\",\n        \"sloshed\",\n        \"spl\",\n        \"sprauchled\",\n        \"spuilzie\",\n        \"studdie\",\n        \"surds\",\n        \"thickety\",\n        \"tilicetum\",\n        \"tranker\",\n        \"tx\",\n        \"uprivers\",\n        \"venetian\",\n        \"zinked\"\n    ],\n    \"enweghị afọ\": [\n        \"ageless\"\n    ],\n    \"mgbe nile\": [\n        \"agelessly\",\n        \"aventails\",\n        \"constant\",\n        \"constantine\",\n        \"constantness\",\n        \"everglades\",\n        \"evergreenite\",\n        \"evergreens\",\n        \"everlastingly\",\n        \"evermore\",\n        \"evertebrata\",\n        \"evertebrate\",\n        \"evertile\",\n        \"perpetualism\",\n        \"perpetualist\",\n        \"perpetually\",\n        \"regularly\",\n        \"regularness\",\n        \"roisterly\",\n        \"routinish\",\n        \"thoroughfaresome\"\n    ],\n    \"enweghi nká\": [\n        \"agelessness\"\n    ],\n    \"Ogologo oge\": [\n        \"agelong\",\n        \"contemperature\",\n        \"durational\",\n        \"longanimous\",\n        \"longans\",\n        \"longeval\",\n        \"longinquity\",\n        \"longsleever\",\n        \"loquence\",\n        \"preexistence\",\n        \"somnolescence\",\n        \"spireward\"\n    ],\n    \"ụlọ ọrụ\": [\n        \"agency\",\n        \"agencies\",\n        \"appressorium\",\n        \"beaune\",\n        \"benignancies\",\n        \"berceuses\",\n        \"bistouries\",\n        \"boletuses\",\n        \"bracteolate\",\n        \"branchiostegan\",\n        \"branchiostegous\",\n        \"branchiostomous\",\n        \"buffoonery\",\n        \"bureau\",\n        \"bureaus\",\n        \"bureaux\",\n        \"burelage\",\n        \"buret\",\n        \"burets\",\n        \"burettes\",\n        \"camsteery\",\n        \"cathud\",\n        \"celature\",\n        \"ceratoduses\",\n        \"cessionaries\",\n        \"cionectomy\",\n        \"clerestories\",\n        \"cogencies\",\n        \"company\",\n        \"companied\",\n        \"companies\",\n        \"consortium\",\n        \"corporacy\",\n        \"corporacies\",\n        \"corporales\",\n        \"corporalities\",\n        \"corporally\",\n        \"corporas\",\n        \"corporate\",\n        \"corporately\",\n        \"corporation\",\n        \"corporational\",\n        \"corporationer\",\n        \"corporationism\",\n        \"corporations\",\n        \"corporatism\",\n        \"corporature\",\n        \"corporosity\",\n        \"courtcraft\",\n        \"crepitaculum\",\n        \"curchy\",\n        \"ecclesiolatry\",\n        \"endosporium\",\n        \"enginery\",\n        \"engineries\",\n        \"enterprises\",\n        \"entities\",\n        \"euchologies\",\n        \"factoress\",\n        \"factory\",\n        \"fairship\",\n        \"firmaments\",\n        \"firmarius\",\n        \"firmers\",\n        \"firmisternia\",\n        \"firmisternial\",\n        \"firmisternous\",\n        \"firmnesses\",\n        \"firms\",\n        \"firns\",\n        \"foreconsent\",\n        \"garnisheement\",\n        \"hendecahedral\",\n        \"iambuses\",\n        \"industry\",\n        \"industries\",\n        \"industrys\",\n        \"institution\",\n        \"institutional\",\n        \"institutionalised\",\n        \"institutionary\",\n        \"institutions\",\n        \"internunciatory\",\n        \"isthmuses\",\n        \"jailership\",\n        \"janisaries\",\n        \"joineries\",\n        \"labiogression\",\n        \"labiovelarise\",\n        \"labiovelarize\",\n        \"labyrinthed\",\n        \"labral\",\n        \"labredt\",\n        \"labrets\",\n        \"lobscouse\",\n        \"nonorchestral\",\n        \"nothosaur\",\n        \"office\",\n        \"orrice\",\n        \"overspecialization\",\n        \"presages\",\n        \"presidios\",\n        \"shope\",\n        \"smattery\",\n        \"stationaries\",\n        \"tanistries\",\n        \"tenementer\",\n        \"thalluses\",\n        \"thesauruses\",\n        \"toolbuilding\",\n        \"ultimogenitary\",\n        \"ultratechnical\",\n        \"utilities\",\n        \"workhouse\",\n        \"workhouses\",\n        \"workrooms\",\n        \"workstations\"\n    ],\n    \"ịgbago\": [\n        \"agend\"\n    ],\n    \"agenesis\": [\n        \"agenesias\",\n        \"agenesic\"\n    ],\n    \"mkpụrụ ndụ ihe nketa\": [\n        \"agenetic\",\n        \"chologenetic\",\n        \"gene\",\n        \"genericalness\",\n        \"generics\",\n        \"genes\",\n        \"geneserine\",\n        \"geneses\",\n        \"genesial\",\n        \"genesic\",\n        \"genesiology\",\n        \"genesitic\",\n        \"genet\",\n        \"genethlialogy\",\n        \"genethlialogical\",\n        \"genethlic\",\n        \"genetic\",\n        \"genetical\",\n        \"genetically\",\n        \"geneticism\",\n        \"geneticist\",\n        \"geneticists\",\n        \"genetics\",\n        \"genetmoil\",\n        \"genetous\",\n        \"genetrix\",\n        \"genets\",\n        \"genettes\",\n        \"genically\",\n        \"genies\",\n        \"genin\",\n        \"genom\",\n        \"genome\",\n        \"hebetic\"\n    ],\n    \"gị n'ụlọnga\": [\n        \"agent\"\n    ],\n    \"onye nnọchiteanya\": [\n        \"agentess\",\n        \"ambassadeur\",\n        \"ambassadress\",\n        \"consigne\",\n        \"consignee\",\n        \"delegatee\",\n        \"delegator\",\n        \"diplozoon\",\n        \"embassadress\",\n        \"representor\"\n    ],\n    \"njikota\": [\n        \"agentival\",\n        \"clinkery\",\n        \"curvity\",\n        \"extrality\",\n        \"harness\",\n        \"harnesser\",\n        \"harnessers\",\n        \"harnesses\",\n        \"harnessing\",\n        \"harnessry\",\n        \"knarle\",\n        \"merycism\",\n        \"multiloquence\",\n        \"multiloquy\",\n        \"multistorey\",\n        \"tetrabasicity\",\n        \"unifications\"\n    ],\n    \"iji kwado ọrụ\": [\n        \"agentive\"\n    ],\n    \"ndị nnọchite anya\": [\n        \"agentives\"\n    ],\n    \"ndị ọrụ\": [\n        \"agentries\",\n        \"agents\",\n        \"coeditors\",\n        \"collaborators\",\n        \"cowerers\",\n        \"crewmen\",\n        \"crewneck\",\n        \"employees\",\n        \"employless\",\n        \"jobbers\",\n        \"joblots\",\n        \"jobmen\",\n        \"laborers\",\n        \"labourers\",\n        \"liveners\",\n        \"livyers\",\n        \"minions\",\n        \"minious\",\n        \"nonworkers\",\n        \"operantis\",\n        \"operatives\",\n        \"operators\",\n        \"operons\",\n        \"outworkers\",\n        \"personnel\",\n        \"rodmen\",\n        \"staffers\",\n        \"tyees\",\n        \"toolmen\",\n        \"utilisers\",\n        \"waymen\",\n        \"workers\",\n        \"workforce\",\n        \"workingmen\",\n        \"workmen\",\n        \"workpeople\"\n    ],\n    \"afọ ndụ\": [\n        \"ageometrical\",\n        \"juvenescence\"\n    ],\n    \"Ogu\": [\n        \"agers\",\n        \"arustle\"\n    ],\n    \"ogechi\": [\n        \"ageusia\",\n        \"ageustia\",\n        \"annattos\",\n        \"archimedean\",\n        \"archsteward\",\n        \"calenturish\",\n        \"chaparraz\",\n        \"eragrostis\",\n        \"foremartyr\",\n        \"glyoxime\",\n        \"youthen\",\n        \"youthening\",\n        \"joyrode\",\n        \"ketoxime\",\n        \"khedival\",\n        \"laterocervical\",\n        \"marigraphic\",\n        \"mideast\",\n        \"moschatelline\",\n        \"phareodus\",\n        \"phenanthrene\",\n        \"preteritness\",\n        \"pseudoperiodic\",\n        \"ragtimey\",\n        \"ragtimes\",\n        \"rochelime\",\n        \"serenissime\",\n        \"springald\",\n        \"tesseraic\",\n        \"tesseral\",\n        \"tesseratomic\",\n        \"tetremimeral\",\n        \"teutonophobe\",\n        \"teutophobe\",\n        \"timothean\",\n        \"tulipiferous\",\n        \"turophile\",\n        \"whipparee\",\n        \"whippoorwill\"\n    ],\n    \"oge ochie\": [\n        \"ageusic\",\n        \"anconeous\",\n        \"antecedaneous\",\n        \"antecedent\",\n        \"antecedental\",\n        \"antecedently\",\n        \"anteceding\",\n        \"antemillennial\",\n        \"antiangular\",\n        \"antimedieval\",\n        \"archaic\",\n        \"archaical\",\n        \"archaically\",\n        \"archaicness\",\n        \"archaistic\",\n        \"archetypally\",\n        \"archical\",\n        \"artesian\",\n        \"backdated\",\n        \"backdates\",\n        \"cotemporary\",\n        \"destour\",\n        \"medievals\",\n        \"oldstyle\",\n        \"outdrew\",\n        \"precontemporary\",\n        \"predeceases\",\n        \"predemocratic\",\n        \"preesteem\",\n        \"primatical\",\n        \"primatological\",\n        \"primitive\",\n        \"primitiveness\",\n        \"primitives\",\n        \"primrosetime\",\n        \"primulic\",\n        \"prosodical\",\n        \"untemporal\"\n    ],\n    \"gbasie ike\": [\n        \"aggenerate\",\n        \"aggerate\",\n        \"aggrandized\",\n        \"ampliate\",\n        \"ampullate\",\n        \"attaste\",\n        \"attenuate\",\n        \"chemicalize\",\n        \"complicates\",\n        \"consubstantiate\",\n        \"countenanced\",\n        \"counterponderate\",\n        \"deaerate\",\n        \"emaciate\",\n        \"emendicate\",\n        \"energeticist\",\n        \"energid\",\n        \"enfasten\",\n        \"engenderer\",\n        \"enstrengthen\",\n        \"escalate\",\n        \"etherify\",\n        \"exaestuate\",\n        \"excalate\",\n        \"exostome\",\n        \"expeditate\",\n        \"exsuperate\",\n        \"fabulize\",\n        \"fascicular\",\n        \"fastigiate\",\n        \"ferrateen\",\n        \"forhaile\",\n        \"hardens\",\n        \"hardim\",\n        \"healful\",\n        \"healthful\",\n        \"immenser\",\n        \"intens\",\n        \"intensate\",\n        \"intensify\",\n        \"intensifies\",\n        \"labourite\",\n        \"louden\",\n        \"nobilitate\",\n        \"outlengthen\",\n        \"outspinned\",\n        \"outstrive\",\n        \"overaggravate\",\n        \"overheighten\",\n        \"palpitate\",\n        \"peltatodigitate\",\n        \"rescore\",\n        \"rootfast\",\n        \"specimenize\",\n        \"sperate\",\n        \"squiffed\",\n        \"sterned\",\n        \"strongish\",\n        \"suffruticous\",\n        \"sunderwise\",\n        \"suscitate\",\n        \"tendrils\",\n        \"tightish\",\n        \"trastevere\",\n        \"trasteverine\",\n        \"unmumbled\",\n        \"upbeat\",\n        \"upstrive\",\n        \"upswarm\",\n        \"vigentennial\",\n        \"vigesimal\",\n        \"vigorish\",\n        \"vigorous\",\n        \"vivify\",\n        \"vivificate\"\n    ],\n    \"obi ilu\": [\n        \"aggeration\",\n        \"bitterheartedness\",\n        \"bitterness\",\n        \"chirpiness\",\n        \"fretfulness\",\n        \"glumpiness\",\n        \"grumpiness\",\n        \"heartworm\",\n        \"overhappiness\"\n    ],\n    \"ihe iwe\": [\n        \"aggers\"\n    ],\n    \"otú ahụ\": [\n        \"aggest\"\n    ],\n    \"Ogwa\": [\n        \"agglomerates\"\n    ],\n    \"ihe agglutinogenic\": [\n        \"agglutinogenic\"\n    ],\n    \"mkpasu iwe\": [\n        \"aggrace\",\n        \"aggravable\",\n        \"anury\",\n        \"derogatory\",\n        \"irritabilities\",\n        \"irritomotility\",\n        \"offensive\",\n        \"sarmentous\",\n        \"vexing\"\n    ],\n    \"nkpasu iwe\": [\n        \"aggradation\",\n        \"provocation\"\n    ],\n    \"gbacha\": [\n        \"aggrade\",\n        \"balisaurs\",\n        \"conuses\"\n    ],\n    \"kawanye njọ\": [\n        \"aggraded\",\n        \"aggravated\",\n        \"coacervated\",\n        \"exacerbated\"\n    ],\n    \"na-eme ka njọ\": [\n        \"aggrading\",\n        \"aggravates\",\n        \"aggravating\"\n    ],\n    \"ka njọ\": [\n        \"aggrandised\",\n        \"aggrate\",\n        \"aggravate\",\n        \"worse\",\n        \"worsened\",\n        \"worser\",\n        \"worses\",\n        \"worset\"\n    ],\n    \"nghazi\": [\n        \"aggrandisement\",\n        \"aggrandizement\",\n        \"engrandizement\",\n        \"misarrangement\",\n        \"orientating\",\n        \"orientation\",\n        \"orientational\",\n        \"orientationally\",\n        \"orientations\",\n        \"orientization\"\n    ],\n    \"na-akawanye njọ\": [\n        \"aggrandising\",\n        \"exacerbates\",\n        \"exacerbating\",\n        \"shicker\",\n        \"worsening\",\n        \"worsens\"\n    ],\n    \"mbido\": [\n        \"aggrandize\",\n        \"appalment\",\n        \"appellation\",\n        \"appellee\",\n        \"applosion\",\n        \"baccies\",\n        \"barhopping\",\n        \"basenesses\",\n        \"beginger\",\n        \"beginner\",\n        \"beginning\",\n        \"bescurf\",\n        \"bespit\",\n        \"biggening\",\n        \"bilaciniate\",\n        \"blowoffs\",\n        \"blowouts\",\n        \"commigration\",\n        \"debut\",\n        \"debutantes\",\n        \"debuting\",\n        \"debuts\",\n        \"dobsons\",\n        \"dorsoanterior\",\n        \"dorsoapical\",\n        \"dorsoventral\",\n        \"earlyish\",\n        \"elementish\",\n        \"embreathement\",\n        \"enarration\",\n        \"engrandize\",\n        \"entocele\",\n        \"entophyte\",\n        \"entredeux\",\n        \"estrapade\",\n        \"eupion\",\n        \"excitomotor\",\n        \"farand\",\n        \"firstship\",\n        \"germanity\",\n        \"germantown\",\n        \"gumption\",\n        \"halieutical\",\n        \"hamitism\",\n        \"horripilation\",\n        \"illapsing\",\n        \"imbarkation\",\n        \"imbarking\",\n        \"imbarkment\",\n        \"imbrications\",\n        \"imbruement\",\n        \"immobilism\",\n        \"improbation\",\n        \"incandesce\",\n        \"incatenate\",\n        \"incircumspection\",\n        \"incohesion\",\n        \"incommode\",\n        \"incursion\",\n        \"incursionist\",\n        \"incursions\",\n        \"inital\",\n        \"initial\",\n        \"initialisation\",\n        \"initialise\",\n        \"initialism\",\n        \"initialization\",\n        \"initializations\",\n        \"initializer\",\n        \"initializing\",\n        \"initialler\",\n        \"initialling\",\n        \"initialness\",\n        \"initiary\",\n        \"initiations\",\n        \"initiatorily\",\n        \"initiatress\",\n        \"initiatrices\",\n        \"initiatrix\",\n        \"initiatrixes\",\n        \"inpush\",\n        \"intumescence\",\n        \"irater\",\n        \"isogamies\",\n        \"ixtles\",\n        \"junketing\",\n        \"kibbutz\",\n        \"layback\",\n        \"mumping\",\n        \"origin\",\n        \"outsetting\",\n        \"outsettlement\",\n        \"outstarting\",\n        \"paramid\",\n        \"paramyoclonus\",\n        \"paramyosin\",\n        \"paramyosinogen\",\n        \"paramyotone\",\n        \"postliminary\",\n        \"postliminy\",\n        \"postliminious\",\n        \"preanimism\",\n        \"preassuming\",\n        \"prebenediction\",\n        \"precongestion\",\n        \"prefabricating\",\n        \"prefabrication\",\n        \"prefurlough\",\n        \"preharmony\",\n        \"prehumor\",\n        \"prejudging\",\n        \"prelusion\",\n        \"prematch\",\n        \"premiership\",\n        \"premierships\",\n        \"pretorture\",\n        \"pretracheal\",\n        \"pretreat\",\n        \"preunions\",\n        \"primage\",\n        \"primaried\",\n        \"primariness\",\n        \"primateship\",\n        \"primatial\",\n        \"primed\",\n        \"primer\",\n        \"primers\",\n        \"primigenial\",\n        \"primigenious\",\n        \"priming\",\n        \"primiparity\",\n        \"primitiae\",\n        \"primitias\",\n        \"primitivism\",\n        \"primitivistic\",\n        \"primmed\",\n        \"primming\",\n        \"primordia\",\n        \"primordial\",\n        \"primordialism\",\n        \"primordiality\",\n        \"primordiate\",\n        \"primped\",\n        \"primwort\",\n        \"probetting\",\n        \"rebeginner\",\n        \"ripenesses\",\n        \"ropinesses\",\n        \"ropishness\",\n        \"schmear\",\n        \"schmeering\",\n        \"secundogeniture\",\n        \"startfulness\",\n        \"starthroat\",\n        \"starty\",\n        \"startly\",\n        \"startlishness\",\n        \"startor\",\n        \"staup\",\n        \"sumption\",\n        \"tabulation\",\n        \"tallaging\",\n        \"tarbooshed\",\n        \"tarbuttite\",\n        \"tardity\",\n        \"tartarated\",\n        \"tartishness\",\n        \"tatteredness\",\n        \"tattiness\",\n        \"undertwig\",\n        \"unzipping\",\n        \"upmaking\",\n        \"upping\",\n        \"upsurgence\"\n    ],\n    \"mmeghe\": [\n        \"aggrandizements\",\n        \"amassments\",\n        \"caestuses\",\n        \"edgings\",\n        \"expansivity\",\n        \"exsolution\",\n        \"inaugurations\",\n        \"interpenetration\",\n        \"introducement\",\n        \"introductions\",\n        \"introductive\",\n        \"introductively\",\n        \"introductorily\",\n        \"introductoriness\",\n        \"introductress\",\n        \"lections\",\n        \"misarrangements\",\n        \"misinterment\",\n        \"noncrossover\",\n        \"nonestablishment\",\n        \"nonvagrancies\",\n        \"openability\",\n        \"openers\",\n        \"opening\",\n        \"openings\",\n        \"opennesses\",\n        \"subintroduction\",\n        \"undoings\",\n        \"unopenness\",\n        \"unveilment\"\n    ],\n    \"ihe ngwu\": [\n        \"aggrandizers\"\n    ],\n    \"ịgbatị\": [\n        \"aggrandizing\",\n        \"extend\",\n        \"spanceling\",\n        \"straightbred\",\n        \"straightedging\",\n        \"stretchiness\"\n    ],\n    \"na-emewanye ihe\": [\n        \"aggravatingly\"\n    ],\n    \"imebiga ihe ókè\": [\n        \"aggravation\",\n        \"exaggerate\",\n        \"exorbitance\",\n        \"exorbitant\",\n        \"expreme\",\n        \"extravagancy\",\n        \"extravagant\",\n        \"extravagantness\",\n        \"extravagated\",\n        \"extravagating\",\n        \"exuberate\",\n        \"inordinacy\",\n        \"inordinance\",\n        \"inordinate\",\n        \"outboast\",\n        \"outglare\",\n        \"outgrinning\",\n        \"outrageous\",\n        \"outstriving\",\n        \"overacting\",\n        \"overactive\",\n        \"overbaking\",\n        \"overbalance\",\n        \"overbalances\",\n        \"overbalancing\",\n        \"overbarrenness\",\n        \"overbbore\",\n        \"overbearing\",\n        \"overbend\",\n        \"overbetted\",\n        \"overbigness\",\n        \"overbloom\",\n        \"overblouse\",\n        \"overboast\",\n        \"overboastful\",\n        \"overboastfully\",\n        \"overboastfulness\",\n        \"overbodice\",\n        \"overbold\",\n        \"overboldly\",\n        \"overboldness\",\n        \"overbooming\",\n        \"overbound\",\n        \"overbounteousness\",\n        \"overbraveness\",\n        \"overbrilliance\",\n        \"overbrutality\",\n        \"overburthen\",\n        \"overcaptiously\",\n        \"overcautious\",\n        \"overcautiousness\",\n        \"overcensorious\",\n        \"overcensoriousness\",\n        \"overcivil\",\n        \"overcivilize\",\n        \"overcivilizing\",\n        \"overcleanness\",\n        \"overclement\",\n        \"overclinicalness\",\n        \"overcloseness\",\n        \"overcoyness\",\n        \"overcommercializing\",\n        \"overcomplacence\",\n        \"overcomplicate\",\n        \"overconscientiousness\",\n        \"overconservativeness\",\n        \"overconsiderateness\",\n        \"overcoolness\",\n        \"overcopiousness\",\n        \"overcorruption\",\n        \"overcostliness\",\n        \"overcount\",\n        \"overcredulity\",\n        \"overcredulous\",\n        \"overcredulously\",\n        \"overcriticalness\",\n        \"overcunning\",\n        \"overcunningness\",\n        \"overcuriosity\",\n        \"overcuriousness\",\n        \"overcustom\",\n        \"overdebilitate\",\n        \"overdecadence\",\n        \"overdecadent\",\n        \"overdecorating\",\n        \"overdecorative\",\n        \"overdecoratively\",\n        \"overdecorativeness\",\n        \"overdefiant\",\n        \"overdefiantly\",\n        \"overdelicacy\",\n        \"overdelicate\",\n        \"overdelicately\",\n        \"overdelicateness\",\n        \"overdeliciousness\",\n        \"overdelightedly\",\n        \"overdepressive\",\n        \"overdescant\",\n        \"overdesirousness\",\n        \"overdevotedness\",\n        \"overdevotion\",\n        \"overdevout\",\n        \"overdignifying\",\n        \"overdiligentness\",\n        \"overdiscreetness\",\n        \"overdo\",\n        \"overdoctrinize\",\n        \"overdoer\",\n        \"overdoes\",\n        \"overdogmatic\",\n        \"overdogmatical\",\n        \"overdogmatically\",\n        \"overdogmaticalness\",\n        \"overdogmatism\",\n        \"overdoing\",\n        \"overdominance\",\n        \"overdominate\",\n        \"overdominating\",\n        \"overdose\",\n        \"overdoze\",\n        \"overdozed\",\n        \"overdozing\",\n        \"overeagerness\",\n        \"overearnestness\",\n        \"overelaborateness\",\n        \"overelaboration\",\n        \"overelegance\",\n        \"overelegancy\",\n        \"overenvious\",\n        \"overest\",\n        \"overexcitement\",\n        \"overexertedness\",\n        \"overexposure\",\n        \"overexpressive\",\n        \"overexpressiveness\",\n        \"overfast\",\n        \"overfastidiousness\",\n        \"overfat\",\n        \"overfatiguing\",\n        \"overfloridness\",\n        \"overforce\",\n        \"overformalizing\",\n        \"overfoulness\",\n        \"overfrankness\",\n        \"overgeneralizing\",\n        \"overgenerally\",\n        \"overgenerously\",\n        \"overgesticulate\",\n        \"overgesticulated\",\n        \"overglancing\",\n        \"overglide\",\n        \"overgloomy\",\n        \"overgloominess\",\n        \"overgod\",\n        \"overgodliness\",\n        \"overgood\",\n        \"overgraciousness\",\n        \"overgratefulness\",\n        \"overgreatness\",\n        \"overgrieve\",\n        \"overgrind\",\n        \"overgrossness\",\n        \"overhaste\",\n        \"overhate\",\n        \"overhaughty\",\n        \"overhaughtily\",\n        \"overhaughtiness\",\n        \"overheinous\",\n        \"overhonesty\",\n        \"overidealism\",\n        \"overidealistic\",\n        \"overidealizing\",\n        \"overidentifying\",\n        \"overidolatrous\",\n        \"overidolatrously\",\n        \"overidolatrousness\",\n        \"overimitating\",\n        \"overimitativeness\",\n        \"overindulgence\",\n        \"overinsolence\",\n        \"overinsolently\",\n        \"overinstructiveness\",\n        \"overyoung\",\n        \"overjudiciousness\",\n        \"overkindness\",\n        \"overknowing\",\n        \"overlaness\",\n        \"overlargeness\",\n        \"overlavishly\",\n        \"overlightness\",\n        \"overlusciousness\",\n        \"overmagnifying\",\n        \"overmajority\",\n        \"overmeekly\",\n        \"overmeekness\",\n        \"overmodesty\",\n        \"overmoralizing\",\n        \"overmuse\",\n        \"overorganizing\",\n        \"overpainful\",\n        \"overpainfulness\",\n        \"overpartiality\",\n        \"overpartialness\",\n        \"overpenalized\",\n        \"overpersecute\",\n        \"overpersecuting\",\n        \"overpiousness\",\n        \"overplease\",\n        \"overpleasing\",\n        \"overplenteousness\",\n        \"overpoeticize\",\n        \"overponderousness\",\n        \"overpractice\",\n        \"overpraise\",\n        \"overprecise\",\n        \"overprocrastination\",\n        \"overprolixity\",\n        \"overpromise\",\n        \"overpromising\",\n        \"overproudness\",\n        \"overprovident\",\n        \"overprovidentness\",\n        \"overraness\",\n        \"overrank\",\n        \"overrankness\",\n        \"overreacted\",\n        \"overreacting\",\n        \"overreaction\",\n        \"overreactions\",\n        \"overreactive\",\n        \"overreacts\",\n        \"overreckoning\",\n        \"overreduction\",\n        \"overregularity\",\n        \"overreligiosity\",\n        \"overremissness\",\n        \"overroyal\",\n        \"overrose\",\n        \"overrudeness\",\n        \"oversadness\",\n        \"oversatiety\",\n        \"oversauciness\",\n        \"overscepticism\",\n        \"overscrupulous\",\n        \"overscrupulousness\",\n        \"oversecreting\",\n        \"oversecretion\",\n        \"oversensitiveness\",\n        \"overseverity\",\n        \"overshadowingly\",\n        \"overslavishly\",\n        \"overslowness\",\n        \"oversoftness\",\n        \"oversolemnity\",\n        \"oversoothing\",\n        \"overspaciousness\",\n        \"oversparing\",\n        \"oversparingness\",\n        \"overspeaking\",\n        \"overspicing\",\n        \"oversteadfast\",\n        \"oversteadfastness\",\n        \"oversteadiness\",\n        \"overstirred\",\n        \"overstocking\",\n        \"overstoping\",\n        \"overstoutness\",\n        \"overstringing\",\n        \"overstudying\",\n        \"overteem\",\n        \"overtenacious\",\n        \"overtenaciousness\",\n        \"overtenacity\",\n        \"overtense\",\n        \"overtheorize\",\n        \"overthoughtfulness\",\n        \"overtoise\",\n        \"overunionize\",\n        \"overunionizing\",\n        \"overvaliantness\",\n        \"overvarying\",\n        \"overvehemence\",\n        \"overventilating\",\n        \"overventurousness\",\n        \"overvigorousness\",\n        \"overviolentness\",\n        \"overwillingness\",\n        \"overwise\",\n        \"supercriticalness\",\n        \"superradicalness\",\n        \"superresponsibleness\",\n        \"superroyal\"\n    ],\n    \"ngụkọta\": [\n        \"aggregable\",\n        \"aggregately\",\n        \"aggregatively\",\n        \"calculableness\",\n        \"calculary\",\n        \"computative\",\n        \"enumerations\",\n        \"subtotalling\",\n        \"tally\",\n        \"tot\",\n        \"total\",\n        \"totaled\",\n        \"totaling\",\n        \"totalisator\",\n        \"totalised\",\n        \"totalises\",\n        \"totalism\",\n        \"totalisms\",\n        \"totalistic\",\n        \"totalitarians\",\n        \"totality\",\n        \"totalities\",\n        \"totalitizer\",\n        \"totalization\",\n        \"totalizator\",\n        \"totalizators\",\n        \"totalizer\",\n        \"totalizing\",\n        \"totalled\",\n        \"totaller\",\n        \"totallers\",\n        \"totalling\",\n        \"totalness\",\n        \"totals\",\n        \"totemisms\",\n        \"totemistic\",\n        \"totemists\",\n        \"totemites\",\n        \"totipalmate\",\n        \"totipalmation\",\n        \"totipotencies\",\n        \"totum\"\n    ],\n    \"nchịkọta\": [\n        \"aggregant\",\n        \"analytics\",\n        \"archibald\",\n        \"archiblast\",\n        \"archiblastic\",\n        \"cliquy\",\n        \"cludder\",\n        \"clustering\",\n        \"clusteringly\",\n        \"coaggregate\",\n        \"collational\",\n        \"collaudation\",\n        \"colleaguing\",\n        \"collectables\",\n        \"commixes\",\n        \"commixtion\",\n        \"compaction\",\n        \"compactions\",\n        \"compilator\",\n        \"compiler\",\n        \"concorporation\",\n        \"coprophagy\",\n        \"gatemaker\",\n        \"glucolysis\",\n        \"glumes\",\n        \"grallatory\",\n        \"ichthyographic\",\n        \"macroaggregate\",\n        \"nomography\",\n        \"packager\",\n        \"packagers\",\n        \"packages\",\n        \"panellation\",\n        \"phyllary\",\n        \"phyllaries\",\n        \"pollist\",\n        \"reaggregation\",\n        \"resegregation\",\n        \"scrimption\",\n        \"syntropy\",\n        \"stackage\",\n        \"subaggregative\",\n        \"subcompletion\",\n        \"subinoculation\",\n        \"summariness\",\n        \"summarizer\",\n        \"summas\",\n        \"summational\",\n        \"supercombination\",\n        \"tallyshop\",\n        \"tumblification\"\n    ],\n    \"ngwakota\": [\n        \"aggregata\"\n    ],\n    \"kpokota\": [\n        \"aggregatae\"\n    ],\n    \"kpokọta\": [\n        \"aggregated\",\n        \"chedite\",\n        \"convocate\",\n        \"gatetender\",\n        \"gather\",\n        \"gatten\",\n        \"gatter\",\n        \"quatorze\"\n    ],\n    \"na-achịkọta\": [\n        \"aggregating\",\n        \"chamfering\",\n        \"cumulates\",\n        \"curtailedly\",\n        \"gatling\",\n        \"inanimated\",\n        \"regrouping\",\n        \"regroups\",\n        \"summating\",\n        \"summing\",\n        \"totery\",\n        \"toting\"\n    ],\n    \"onye nchikota\": [\n        \"aggregator\",\n        \"coheritor\",\n        \"coparcener\",\n        \"cudgeler\",\n        \"gatherer\",\n        \"mobiliser\",\n        \"mobilizer\",\n        \"solemnizer\",\n        \"summarist\"\n    ],\n    \"emegbue\": [\n        \"aggressed\",\n        \"misbaptize\",\n        \"sleaved\"\n    ],\n    \"na-eme ihe ike\": [\n        \"aggressing\",\n        \"ammonolyzing\",\n        \"autoregressive\",\n        \"barbarising\",\n        \"discourteous\",\n        \"inaggressive\",\n        \"ingressive\",\n        \"overaggressive\",\n        \"roughing\",\n        \"semiprogressive\",\n        \"suppliancy\",\n        \"unaggressive\"\n    ],\n    \"mbuso agha\": [\n        \"aggression\",\n        \"comfortation\",\n        \"confrontation\",\n        \"confrontment\",\n        \"enmeshment\",\n        \"enmeshments\",\n        \"invasion\",\n        \"invasionary\",\n        \"invasiveness\"\n    ],\n    \"onye na-eme ihe ike ike\": [\n        \"aggressionist\"\n    ],\n    \"ọgba aghara\": [\n        \"aggressions\",\n        \"agiotages\",\n        \"anarch\",\n        \"anarchal\",\n        \"anarchy\",\n        \"anarchial\",\n        \"antisociality\",\n        \"bemoult\",\n        \"chayotes\",\n        \"chamoises\",\n        \"commotion\",\n        \"commotions\",\n        \"confabulations\",\n        \"convokes\",\n        \"crissa\",\n        \"disarray\",\n        \"disheaven\",\n        \"dishorse\",\n        \"disorderer\",\n        \"disquiet\",\n        \"disquietedness\",\n        \"disquietness\",\n        \"disquietudes\",\n        \"disrest\",\n        \"disrout\",\n        \"disruptability\",\n        \"disruptions\",\n        \"disruptment\",\n        \"disturbance\",\n        \"disturbances\",\n        \"fratority\",\n        \"furores\",\n        \"galliots\",\n        \"hamfare\",\n        \"havocs\",\n        \"heriots\",\n        \"hurrock\",\n        \"insurgencies\",\n        \"outbrought\",\n        \"outroar\",\n        \"outrocks\",\n        \"panarchy\",\n        \"rattles\",\n        \"ridgils\",\n        \"ridglings\",\n        \"rioted\",\n        \"rioter\",\n        \"rioting\",\n        \"riotousness\",\n        \"riots\",\n        \"rockerthon\",\n        \"rogueries\",\n        \"roguishness\",\n        \"tampions\",\n        \"tigerishness\",\n        \"tumbrels\",\n        \"tumult\",\n        \"tumults\",\n        \"tumultuary\",\n        \"tumultuaries\",\n        \"tumultuariness\",\n        \"tumultuation\",\n        \"tumultuousness\",\n        \"tumultus\",\n        \"turbidities\",\n        \"turbulence\",\n        \"turbulency\",\n        \"turcism\",\n        \"turgencies\",\n        \"turio\",\n        \"turmoil\",\n        \"turmoiled\",\n        \"turmoiler\",\n        \"turmoiling\",\n        \"turmoils\",\n        \"turrigerous\",\n        \"unheaviness\",\n        \"unrest\",\n        \"unresting\",\n        \"unrests\",\n        \"unrout\",\n        \"unstumbling\",\n        \"unwrest\",\n        \"upheaps\",\n        \"upheaval\",\n        \"upheavals\",\n        \"upheavers\",\n        \"uprisement\",\n        \"uprisers\",\n        \"uprisings\",\n        \"uproar\",\n        \"uproars\"\n    ],\n    \"keesemokwu\": [\n        \"aggressive\"\n    ],\n    \"ke ime ihe ike\": [\n        \"aggressively\"\n    ],\n    \"ocho okwu\": [\n        \"aggressor\",\n        \"lyings\"\n    ],\n    \"ndị omekome\": [\n        \"aggressors\",\n        \"constables\",\n        \"criminals\",\n        \"criminologists\",\n        \"crimmers\",\n        \"offcasts\",\n        \"offenders\",\n        \"orderers\",\n        \"outlaws\",\n        \"semitists\"\n    ],\n    \"na-emerụ ahụ\": [\n        \"aggrieves\",\n        \"defeminising\",\n        \"harming\",\n        \"hurtable\",\n        \"hurtful\",\n        \"hurtfully\",\n        \"injures\",\n        \"injuring\",\n        \"injurious\",\n        \"injuriously\",\n        \"innoxious\",\n        \"invaginating\",\n        \"traumatizing\",\n        \"ungushing\",\n        \"uninjuring\",\n        \"woundable\",\n        \"woundingly\"\n    ],\n    \"na-egbu mgbu\": [\n        \"aggrieving\",\n        \"agnizing\",\n        \"agonising\",\n        \"agonisingly\",\n        \"agonizedly\",\n        \"agonizes\",\n        \"agonizing\",\n        \"agonizingly\",\n        \"anilingus\",\n        \"clenching\",\n        \"excruciable\",\n        \"excruciating\",\n        \"gnawingly\",\n        \"languorously\",\n        \"moodish\",\n        \"painful\",\n        \"painfullest\",\n        \"paining\",\n        \"painingly\",\n        \"painsworthy\",\n        \"plainful\",\n        \"tinging\",\n        \"tingliest\",\n        \"tingling\",\n        \"tinglingly\"\n    ],\n    \"agha agha\": [\n        \"aghastness\"\n    ],\n    \"nwee obi ike\": [\n        \"agible\",\n        \"brailled\",\n        \"coardent\",\n        \"emboldener\",\n        \"emboldens\",\n        \"firmhearted\",\n        \"succinite\"\n    ],\n    \"jijiji\": [\n        \"agilely\",\n        \"agitatedly\",\n        \"avidiously\",\n        \"boer\",\n        \"boorishly\",\n        \"bourrees\",\n        \"convulsively\",\n        \"cruciately\",\n        \"demiheavenly\",\n        \"enliveningly\",\n        \"flittingly\",\n        \"gibingly\",\n        \"hecticly\",\n        \"ighly\",\n        \"jettingly\",\n        \"mauled\",\n        \"quiverful\",\n        \"rattlingly\",\n        \"scorningly\",\n        \"shakably\",\n        \"shakebly\",\n        \"shakily\",\n        \"staggering\",\n        \"staggeringly\",\n        \"temporizingly\",\n        \"vibratingly\",\n        \"vibrative\",\n        \"vibratory\"\n    ],\n    \"ngagharị\": [\n        \"agileness\",\n        \"alligation\",\n        \"circumcenter\",\n        \"circumduce\",\n        \"circumduct\",\n        \"circumduction\",\n        \"circumgyratory\",\n        \"circumlocutions\",\n        \"circumlocutory\",\n        \"circummigration\",\n        \"circumnavigations\",\n        \"circumscription\",\n        \"curvey\",\n        \"exploration\",\n        \"gusle\",\n        \"inflexion\",\n        \"inflexional\",\n        \"lamellosity\",\n        \"motile\",\n        \"motion\",\n        \"motioner\",\n        \"motionlessness\",\n        \"motivity\",\n        \"strabismies\",\n        \"strideways\",\n        \"touring\",\n        \"tourings\",\n        \"traversal\",\n        \"traversals\",\n        \"traversework\",\n        \"traversion\",\n        \"tripedal\",\n        \"uncircumlocutory\",\n        \"wangles\"\n    ],\n    \"agility\": [\n        \"agilities\"\n    ],\n    \"njo\": [\n        \"agynary\",\n        \"agynic\",\n        \"damnably\"\n    ],\n    \"nhụsianya\": [\n        \"agings\",\n        \"dismayingness\",\n        \"miseration\",\n        \"misery\",\n        \"miseries\",\n        \"misresemblance\",\n        \"pungency\",\n        \"pungent\"\n    ],\n    \"ndị aginners\": [\n        \"aginners\"\n    ],\n    \"gbasiri\": [\n        \"agisted\",\n        \"ciphered\",\n        \"exergonic\"\n    ],\n    \"ogba aghara\": [\n        \"agists\",\n        \"anarchic\",\n        \"anarchical\",\n        \"anarchism\",\n        \"anarchistic\",\n        \"antarchy\",\n        \"antarchistic\",\n        \"bacillicidal\",\n        \"bucculatrix\",\n        \"chamecephalous\",\n        \"chanticleers\",\n        \"chao\",\n        \"chaoticness\",\n        \"endemic\",\n        \"fustigation\",\n        \"malaise\",\n        \"mistune\",\n        \"preexpansion\",\n        \"scabwort\",\n        \"sedations\",\n        \"turgescence\",\n        \"unchaotic\"\n    ],\n    \"agit\": [\n        \"agitant\",\n        \"agitative\"\n    ],\n    \"na-ewe iwe\": [\n        \"agitate\",\n        \"agitating\",\n        \"alienating\",\n        \"angelfishes\",\n        \"angering\",\n        \"appulsive\",\n        \"belitter\",\n        \"deplores\",\n        \"exasperater\",\n        \"furiouser\",\n        \"furmenty\",\n        \"furtive\",\n        \"irritates\",\n        \"offends\",\n        \"poignant\",\n        \"resentencing\",\n        \"resenting\",\n        \"resentingly\",\n        \"resentive\",\n        \"temperer\",\n        \"tempering\",\n        \"tempestive\",\n        \"upsent\",\n        \"upsring\",\n        \"usurpingly\",\n        \"wrothful\",\n        \"wrothsome\"\n    ],\n    \"maa jijiji\": [\n        \"agitated\",\n        \"atremble\",\n        \"bangled\",\n        \"bebled\",\n        \"bemingled\",\n        \"bustled\",\n        \"colberter\",\n        \"convulsed\",\n        \"horrify\",\n        \"hustled\",\n        \"panicled\",\n        \"paniculate\",\n        \"quaked\",\n        \"rocked\",\n        \"rockling\",\n        \"shacked\",\n        \"shake\",\n        \"shaken\",\n        \"shakenly\",\n        \"shakers\",\n        \"shakes\",\n        \"sheveled\",\n        \"shickered\",\n        \"shiver\",\n        \"shivered\",\n        \"shockable\",\n        \"shook\",\n        \"shrover\",\n        \"shudder\",\n        \"shuddered\",\n        \"tremble\",\n        \"trembled\",\n        \"trembler\",\n        \"tremblier\",\n        \"tremblor\"\n    ],\n    \"na-agbali\": [\n        \"agitates\",\n        \"craunching\",\n        \"impetrating\",\n        \"pressurizing\",\n        \"proditoriously\",\n        \"quartile\",\n        \"squalling\",\n        \"uruses\"\n    ],\n    \"obi erughị ala\": [\n        \"agitation\",\n        \"disquietingness\",\n        \"distressedness\",\n        \"fretum\",\n        \"undismayed\",\n        \"uneasiness\"\n    ],\n    \"onye na-eme mkpesa\": [\n        \"agitationist\",\n        \"complainer\"\n    ],\n    \"ndaghari\": [\n        \"agitators\",\n        \"alisanders\",\n        \"allophanates\",\n        \"alstonite\",\n        \"alumite\",\n        \"deallocate\",\n        \"diothelism\",\n        \"dregginess\",\n        \"misadjust\",\n        \"misground\",\n        \"portuary\",\n        \"recumbencies\",\n        \"restiffness\",\n        \"slotbacks\",\n        \"straddleback\",\n        \"stragglers\",\n        \"valure\",\n        \"venturousness\"\n    ],\n    \"ileba anya\": [\n        \"aglance\",\n        \"elance\",\n        \"foregate\",\n        \"foreview\",\n        \"insume\",\n        \"monitorial\",\n        \"overdiscuss\",\n        \"prereview\",\n        \"preview\",\n        \"relance\",\n        \"relanced\",\n        \"relook\",\n        \"supervaluing\"\n    ],\n    \"gbue\": [\n        \"aglisten\",\n        \"assize\",\n        \"aswithe\",\n        \"atumble\",\n        \"beaconed\",\n        \"bebat\",\n        \"becapped\",\n        \"besaint\",\n        \"bestead\",\n        \"butted\",\n        \"carnalize\",\n        \"casted\",\n        \"choppered\",\n        \"chowse\",\n        \"chunked\",\n        \"cliqued\",\n        \"consignificate\",\n        \"cropped\",\n        \"culmed\",\n        \"cutify\",\n        \"deadmelt\",\n        \"decapitate\",\n        \"decream\",\n        \"demounted\",\n        \"depopulate\",\n        \"devitrify\",\n        \"dispend\",\n        \"distend\",\n        \"expend\",\n        \"expy\",\n        \"fellate\",\n        \"felup\",\n        \"fummle\",\n        \"intermine\",\n        \"kickish\",\n        \"kill\",\n        \"kilned\",\n        \"minify\",\n        \"morned\",\n        \"mow\",\n        \"mowed\",\n        \"paucify\",\n        \"pelleted\",\n        \"plentify\",\n        \"quemeful\",\n        \"rummish\",\n        \"rummle\",\n        \"scabbled\",\n        \"scalping\",\n        \"slae\",\n        \"slay\",\n        \"slashed\",\n        \"slavify\",\n        \"slavize\",\n        \"slew\",\n        \"slewed\",\n        \"slews\",\n        \"smatch\",\n        \"smethe\",\n        \"smift\",\n        \"smither\",\n        \"smote\",\n        \"spited\",\n        \"spumose\",\n        \"squashed\",\n        \"squatment\",\n        \"squelched\",\n        \"squiggle\",\n        \"tirls\",\n        \"whack\"\n    ],\n    \"ngbaghara\": [\n        \"agnail\",\n        \"dorsicommissure\",\n        \"immission\"\n    ],\n    \"aha otutu\": [\n        \"agname\",\n        \"fname\",\n        \"nickname\",\n        \"nicknaming\",\n        \"pseudonymity\"\n    ],\n    \"aru ike\": [\n        \"agnatical\",\n        \"bizant\",\n        \"bumbee\",\n        \"hyperobtrusiveness\",\n        \"ramular\"\n    ],\n    \"agine\": [\n        \"agnean\"\n    ],\n    \"agulu\": [\n        \"agnel\"\n    ],\n    \"mbuli elu\": [\n        \"agnification\",\n        \"ascendable\",\n        \"elevational\",\n        \"eluviation\",\n        \"engarb\",\n        \"exaltation\",\n        \"exaltations\",\n        \"exaltment\",\n        \"uplifters\",\n        \"upliftingness\",\n        \"upliftment\"\n    ],\n    \"agnion\": [\n        \"agnition\"\n    ],\n    \"togbue\": [\n        \"agnize\"\n    ],\n    \"nju\": [\n        \"agnominal\",\n        \"amphorous\",\n        \"detail\",\n        \"dimity\",\n        \"dimness\",\n        \"fulth\",\n        \"knars\",\n        \"magnets\",\n        \"snobbily\",\n        \"snoot\",\n        \"snooted\"\n    ],\n    \"ajuju banyere aknostic\": [\n        \"agnostic\"\n    ],\n    \"gara aga\": [\n        \"ago\",\n        \"garavance\",\n        \"herebefore\",\n        \"yester\",\n        \"yesteryear\",\n        \"yestermorning\",\n        \"yestern\",\n        \"yesterweek\",\n        \"passee\",\n        \"past\",\n        \"prelegendary\",\n        \"previousness\",\n        \"therebefore\",\n        \"theretofore\"\n    ],\n    \"ihe ndekọ\": [\n        \"agogic\",\n        \"chondrography\",\n        \"hyalography\",\n        \"monographs\",\n        \"records\"\n    ],\n    \"Na-agagharị\": [\n        \"agoing\",\n        \"denudating\",\n        \"malleablizing\",\n        \"overslipping\",\n        \"prancingly\",\n        \"preevading\",\n        \"refocusses\",\n        \"roams\",\n        \"rollovers\",\n        \"routeman\",\n        \"scouthering\",\n        \"skewering\",\n        \"sneckdrawing\",\n        \"streeking\",\n        \"streeler\",\n        \"strolls\",\n        \"thralling\",\n        \"thruppence\",\n        \"trending\",\n        \"trolling\",\n        \"twiddling\"\n    ],\n    \"ahụhụ\": [\n        \"agones\",\n        \"agonies\",\n        \"bug\",\n        \"insea\",\n        \"inseam\",\n        \"inseamer\",\n        \"inseams\",\n        \"insearch\",\n        \"insect\",\n        \"insecta\",\n        \"insectan\",\n        \"insectary\",\n        \"insectaria\",\n        \"insectaries\",\n        \"insectarium\",\n        \"insectariums\",\n        \"insectation\",\n        \"insectean\",\n        \"insected\",\n        \"insectiferous\",\n        \"insectiform\",\n        \"insectifuge\",\n        \"insectine\",\n        \"insection\",\n        \"insectival\",\n        \"insectivore\",\n        \"insectivory\",\n        \"insectivorous\",\n        \"insectmonger\",\n        \"insectologer\",\n        \"insectology\",\n        \"insectproof\",\n        \"insee\",\n        \"inseer\",\n        \"insep\",\n        \"misexecute\",\n        \"misexecution\",\n        \"penalities\",\n        \"penalties\",\n        \"penlites\",\n        \"punishments\",\n        \"suffer\",\n        \"sufferings\",\n        \"tormenta\",\n        \"tormented\",\n        \"tormentil\",\n        \"tormentilla\",\n        \"tormentive\",\n        \"tormentous\",\n        \"tormentress\",\n        \"tormentum\",\n        \"tortured\",\n        \"woefare\",\n        \"woefullest\",\n        \"woefully\",\n        \"woefulness\",\n        \"woeness\",\n        \"woes\",\n        \"woy\"\n    ],\n    \"maa ahụhụ\": [\n        \"agonise\",\n        \"agonize\",\n        \"torrify\"\n    ],\n    \"ewe iwe\": [\n        \"agonised\",\n        \"agonized\",\n        \"atroceruleous\",\n        \"grievousness\",\n        \"heated\",\n        \"imbittered\",\n        \"incised\",\n        \"mensed\",\n        \"pliant\",\n        \"pliantly\",\n        \"rageful\",\n        \"sorrowful\",\n        \"unhazy\",\n        \"upsends\",\n        \"upsets\",\n        \"upsetting\"\n    ],\n    \"ogba egbe\": [\n        \"agonises\",\n        \"chabouks\",\n        \"chamois\",\n        \"chamoisette\",\n        \"chamoix\",\n        \"chamos\",\n        \"chiot\",\n        \"gumfield\",\n        \"shamois\",\n        \"shamoys\",\n        \"tomtitmouse\"\n    ],\n    \"ndi agonist\": [\n        \"agonists\"\n    ],\n    \"ụfụ\": [\n        \"agonizingness\",\n        \"angoise\",\n        \"antship\",\n        \"blowziness\",\n        \"numbness\",\n        \"numbnesses\",\n        \"rareness\"\n    ],\n    \"Ogochukwu\": [\n        \"agouties\",\n        \"blaff\",\n        \"dolesomeness\",\n        \"jostles\",\n        \"longlick\",\n        \"longlinermen\",\n        \"maxwells\",\n        \"octahydrated\",\n        \"overstride\",\n        \"overstrode\",\n        \"streltzi\",\n        \"tallboy\",\n        \"thimblewit\"\n    ],\n    \"agrafeuse\": [\n        \"agrafes\"\n    ],\n    \"agrafe\": [\n        \"agraffe\",\n        \"agraffee\"\n    ],\n    \"agra\": [\n        \"agrah\"\n    ],\n    \"kpasuru iwe\": [\n        \"agramed\",\n        \"agrised\",\n        \"anvilled\",\n        \"enkindled\",\n        \"infuriated\",\n        \"infuriatedly\",\n        \"offendable\",\n        \"offended\",\n        \"offendedly\",\n        \"pioted\",\n        \"provoked\",\n        \"uproused\",\n        \"vexedly\"\n    ],\n    \"ịkọwa asụsụ\": [\n        \"agrammatical\"\n    ],\n    \"ndị ọrụ ubi\": [\n        \"agrarians\",\n        \"agriculturists\",\n        \"fieldmen\",\n        \"fieldsmen\",\n        \"filanders\",\n        \"peatmen\"\n    ],\n    \"kwenyere\": [\n        \"agre\",\n        \"agreer\",\n        \"agreers\",\n        \"agrees\",\n        \"agreges\",\n        \"approvably\",\n        \"promiss\",\n        \"substantivized\",\n        \"vaporized\",\n        \"vapourized\"\n    ],\n    \"Agrias\": [\n        \"agrias\"\n    ],\n    \"Agribusinesses\": [\n        \"agribusinesses\"\n    ],\n    \"onye nkuzi\": [\n        \"agricolist\",\n        \"antieducationalist\",\n        \"attacher\",\n        \"beacher\",\n        \"cesural\",\n        \"cobbier\",\n        \"doctrinaire\",\n        \"doctrinalist\",\n        \"doctrinarian\",\n        \"educator\",\n        \"eranist\",\n        \"esotericist\",\n        \"eudist\",\n        \"eviscerator\",\n        \"exegetist\",\n        \"horologist\",\n        \"instructedly\",\n        \"instructer\",\n        \"instructing\",\n        \"instructor\",\n        \"instructorial\",\n        \"instructorship\",\n        \"instructress\",\n        \"lactovegetarian\",\n        \"leacher\",\n        \"lecturee\",\n        \"lecturer\",\n        \"leprologist\",\n        \"luminarist\",\n        \"nonteacher\",\n        \"pedagogyaled\",\n        \"pedagogist\",\n        \"pedalier\",\n        \"pedatipartite\",\n        \"pedler\",\n        \"pedodontist\",\n        \"pedometrician\",\n        \"pedometrist\",\n        \"pedotrophist\",\n        \"polytechnist\",\n        \"protohistorian\",\n        \"pupilmonger\",\n        \"scholarian\",\n        \"schoolkeeper\",\n        \"schoolteacher\",\n        \"schoolteacherish\",\n        \"schoolteacherly\",\n        \"semialcoholic\",\n        \"semibarbarian\",\n        \"semicentenarian\",\n        \"semiotician\",\n        \"semiprofessionalized\",\n        \"sylvestrian\",\n        \"tachist\",\n        \"teacher\",\n        \"teacheress\",\n        \"teachery\",\n        \"teacherly\",\n        \"teinder\",\n        \"teucrian\",\n        \"tutler\",\n        \"tutorer\",\n        \"tutorhood\",\n        \"tutorless\",\n        \"tutorly\",\n        \"tutorship\",\n        \"tutworker\",\n        \"underteacher\",\n        \"unteacherlike\"\n    ],\n    \"Onye ọrụ ubior\": [\n        \"agricultor\"\n    ],\n    \"oru ugbo\": [\n        \"agricultural\",\n        \"farmhand\",\n        \"farmings\",\n        \"industrochemical\",\n        \"peasantess\",\n        \"peasanthood\",\n        \"peasantism\"\n    ],\n    \"onye ọrụ ugbo\": [\n        \"agriculturalist\",\n        \"agriculturer\",\n        \"farcer\",\n        \"farmerly\",\n        \"farmerlike\",\n        \"firker\",\n        \"profarmer\"\n    ],\n    \"ndị ọrụ ugbo\": [\n        \"agriculturalists\",\n        \"barmen\",\n        \"ferrymen\"\n    ],\n    \"na-akọ ugbo\": [\n        \"agriculturally\"\n    ],\n    \"ọrụ ugbo\": [\n        \"agriculture\",\n        \"choristry\",\n        \"farmership\",\n        \"farmhands\",\n        \"farming\",\n        \"farrieries\"\n    ],\n    \"Ọrụ ubi\": [\n        \"agricultures\"\n    ],\n    \"onye ọrụ ubi\": [\n        \"agriculturist\",\n        \"cultivator\",\n        \"farmerish\"\n    ],\n    \"Agrilus\": [\n        \"agrilus\"\n    ],\n    \"ọkà mmụta ihe banyere anụ ahụ\": [\n        \"agriologist\",\n        \"carpologist\",\n        \"venereologist\"\n    ],\n    \"bilie\": [\n        \"agrise\",\n        \"alight\",\n        \"arisard\",\n        \"arise\",\n        \"arised\",\n        \"arisen\",\n        \"arose\",\n        \"biliate\",\n        \"blears\",\n        \"brise\",\n        \"getup\",\n        \"orsede\",\n        \"rise\",\n        \"risen\",\n        \"rises\",\n        \"rosaruby\",\n        \"rose\",\n        \"roseate\",\n        \"roseately\",\n        \"rosewise\"\n    ],\n    \"na-eme mkpọtụ\": [\n        \"agrising\",\n        \"aligerous\",\n        \"anenterous\",\n        \"armigerous\",\n        \"ascigerous\",\n        \"belting\",\n        \"bottling\",\n        \"bustic\",\n        \"busting\",\n        \"calcigerous\",\n        \"cerigerous\",\n        \"cymbling\",\n        \"cymling\",\n        \"cirrigerous\",\n        \"claggy\",\n        \"clamative\",\n        \"clambering\",\n        \"clamoring\",\n        \"clamouring\",\n        \"clavigerous\",\n        \"conglutinating\",\n        \"conglutinative\",\n        \"convulsant\",\n        \"cornigerous\",\n        \"cupriferous\",\n        \"dobbing\",\n        \"elytrigerous\",\n        \"gingerous\",\n        \"lactigerous\",\n        \"larvigerous\",\n        \"lentigerous\",\n        \"lippering\",\n        \"lobbying\",\n        \"lobbing\",\n        \"lobigerous\",\n        \"lobstering\",\n        \"lophocercal\",\n        \"loudish\",\n        \"mentigerous\",\n        \"morigerous\",\n        \"mutilous\",\n        \"mutters\",\n        \"noyful\",\n        \"noisefully\",\n        \"noiselessly\",\n        \"noisy\",\n        \"noising\",\n        \"noisome\",\n        \"noselessly\",\n        \"ounding\",\n        \"ovigerous\",\n        \"ovuligerous\",\n        \"pennigerous\",\n        \"pinnigerous\",\n        \"pistilligerous\",\n        \"placating\",\n        \"placentigerous\",\n        \"plumigerous\",\n        \"poinding\",\n        \"polypigerous\",\n        \"pollenigerous\",\n        \"pollinigerous\",\n        \"pounding\",\n        \"proanimistic\",\n        \"proligerous\",\n        \"pubigerous\",\n        \"pulicarious\",\n        \"pupigerous\",\n        \"ramigerous\",\n        \"roisterous\",\n        \"rumbling\",\n        \"shirking\",\n        \"shriekproof\",\n        \"shrikes\",\n        \"shroving\",\n        \"shrugs\",\n        \"shrups\",\n        \"smitting\",\n        \"snobbing\",\n        \"soricid\",\n        \"spicigerous\",\n        \"surculigerous\",\n        \"throngful\",\n        \"tonitruous\",\n        \"uprouses\",\n        \"vociferize\"\n    ],\n    \"ọrịa agrobiologic\": [\n        \"agrobiologic\"\n    ],\n    \"ihe omumu banyere ihe omumu\": [\n        \"agrobiologist\",\n        \"agrologist\"\n    ],\n    \"onye oru ugbo\": [\n        \"agronomist\",\n        \"farmer\",\n        \"farmwife\",\n        \"farrant\",\n        \"peasant\",\n        \"peasantlike\"\n    ],\n    \"ndị ọkachamara\": [\n        \"agronomists\",\n        \"arithmeticians\",\n        \"elite\",\n        \"empiricists\",\n        \"ethicians\",\n        \"experts\",\n        \"idealists\",\n        \"idylists\",\n        \"monologists\",\n        \"ologists\",\n        \"oologists\",\n        \"outmans\",\n        \"phenomenalists\",\n        \"procommunists\",\n        \"profeminists\",\n        \"profferers\",\n        \"profligates\",\n        \"propmistresses\",\n        \"technicians\",\n        \"viticulturists\"\n    ],\n    \"ngọngọ\": [\n        \"agroof\",\n        \"blob\",\n        \"blobs\",\n        \"blockheadedness\",\n        \"blockheadish\",\n        \"blockheadishness\",\n        \"blockheadism\",\n        \"blockheads\",\n        \"blokes\",\n        \"circumincession\",\n        \"conglobation\",\n        \"congruences\",\n        \"curvedness\",\n        \"disclaimer\",\n        \"flimsiness\",\n        \"forb\",\n        \"guillotinement\",\n        \"intort\",\n        \"limnometer\",\n        \"paragoge\",\n        \"paragoges\",\n        \"parisology\",\n        \"punka\",\n        \"spignel\",\n        \"stumpy\"\n    ],\n    \"ịkọwapụta ihe\": [\n        \"agrostographer\",\n        \"descriptiveness\",\n        \"elaborateness\",\n        \"explicability\",\n        \"labiovelarized\",\n        \"porphyrization\",\n        \"strategize\"\n    ],\n    \"ọkà mmụta ihe omimi\": [\n        \"agrostologist\",\n        \"hieroglyphologist\",\n        \"myriologist\",\n        \"museologist\",\n        \"physiophilosopher\"\n    ],\n    \"alaga\": [\n        \"aground\"\n    ],\n    \"ahimas\": [\n        \"ahimsas\"\n    ],\n    \"kwụrụ\": [\n        \"ahold\",\n        \"balut\",\n        \"barhopped\",\n        \"beniseed\",\n        \"betumbled\",\n        \"bught\",\n        \"cabined\",\n        \"cashed\",\n        \"cointerred\",\n        \"coopt\",\n        \"cuirassed\",\n        \"debused\",\n        \"depredable\",\n        \"envenomed\",\n        \"gainsaid\",\n        \"guesstimated\",\n        \"kibble\",\n        \"nable\",\n        \"nooned\",\n        \"notifiable\",\n        \"pantalooned\",\n        \"parsoned\",\n        \"precured\",\n        \"quaffed\",\n        \"qualmishly\",\n        \"quantitied\",\n        \"quibbled\",\n        \"ramified\",\n        \"semipetrified\",\n        \"snibbled\",\n        \"stabled\",\n        \"stably\",\n        \"stadholderate\",\n        \"stagily\",\n        \"standel\",\n        \"standish\",\n        \"stases\",\n        \"stillstand\",\n        \"stintedly\",\n        \"stipendiate\",\n        \"stipuled\",\n        \"stoppable\",\n        \"stoppably\",\n        \"stounded\",\n        \"susurrated\",\n        \"tenemented\",\n        \"tenoned\",\n        \"tillered\",\n        \"townify\",\n        \"wagonable\",\n        \"whincow\"\n    ],\n    \"ah\": [\n        \"ahs\",\n        \"aht\"\n    ],\n    \"aush\": [\n        \"ahush\"\n    ],\n    \"gha\": [\n        \"ai\",\n        \"al\",\n        \"counterlathing\",\n        \"cratonic\",\n        \"cronyism\",\n        \"datedness\",\n        \"detouring\",\n        \"devaunt\",\n        \"duping\",\n        \"exadversum\",\n        \"exudates\",\n        \"exudation\",\n        \"fabricating\",\n        \"fabrications\",\n        \"falser\",\n        \"falsifies\",\n        \"interlaudation\",\n        \"liesh\",\n        \"lieu\",\n        \"lilting\",\n        \"malled\",\n        \"misce\",\n        \"resplendence\",\n        \"rowelling\",\n        \"sdeign\",\n        \"sleuthing\",\n        \"smithying\",\n        \"smithing\",\n        \"sow\",\n        \"sowte\",\n        \"thringing\",\n        \"veltfare\"\n    ],\n    \"ayahuasca\": [\n        \"ayahausca\"\n    ],\n    \"ayah\": [\n        \"ayahs\"\n    ],\n    \"enyemaka\": [\n        \"aid\",\n        \"aidance\",\n        \"aidenn\",\n        \"aidmanmen\",\n        \"alismal\",\n        \"assiduity\",\n        \"assiduousness\",\n        \"assistance\",\n        \"assistances\",\n        \"assistantships\",\n        \"assistency\",\n        \"enhorror\",\n        \"helpings\",\n        \"helpmates\",\n        \"helpmeet\",\n        \"pomo\",\n        \"pomology\",\n        \"pomological\",\n        \"pomologies\",\n        \"reassistance\",\n        \"relied\",\n        \"relief\",\n        \"reliefer\",\n        \"relievement\",\n        \"relievo\",\n        \"subsidence\",\n        \"subsidency\",\n        \"subsident\",\n        \"subsidy\",\n        \"subsidiary\",\n        \"subsidiarie\",\n        \"subsidiarily\",\n        \"subsidist\",\n        \"subsidium\",\n        \"subspiral\"\n    ],\n    \"enyere aka\": [\n        \"aidable\",\n        \"assidual\",\n        \"assistanted\",\n        \"assistantship\",\n        \"assisted\",\n        \"assistive\",\n        \"helped\",\n        \"helpingly\",\n        \"helply\",\n        \"helpsome\",\n        \"semivoluntary\"\n    ],\n    \"nyere aka\": [\n        \"aided\",\n        \"coassisted\",\n        \"contributed\",\n        \"contributes\",\n        \"domiciliated\",\n        \"ensorceled\",\n        \"helmed\",\n        \"helpable\",\n        \"helpworthy\",\n        \"philandered\",\n        \"philanthropised\",\n        \"philanthropized\",\n        \"philippicize\",\n        \"philtered\",\n        \"unhelp\"\n    ],\n    \"na-enyere aka\": [\n        \"aiders\",\n        \"aiding\",\n        \"aids\",\n        \"assisters\",\n        \"assistful\",\n        \"assisting\",\n        \"benefactive\",\n        \"helming\",\n        \"helping\",\n        \"helps\",\n        \"relieves\",\n        \"subsidizes\",\n        \"ultrabelieving\"\n    ],\n    \"ndị enyemaka\": [\n        \"aides\",\n        \"assignors\",\n        \"grantees\",\n        \"subsidiaries\",\n        \"subsidiariness\"\n    ],\n    \"na-enye aka\": [\n        \"aidful\",\n        \"besmiling\",\n        \"bespattering\",\n        \"helpful\",\n        \"overproviding\",\n        \"upshifting\"\n    ],\n    \"enweghị enyemaka\": [\n        \"aidless\",\n        \"egalitarian\",\n        \"helmless\",\n        \"inopportunism\",\n        \"irresistless\",\n        \"nonassistance\",\n        \"nonsuccor\",\n        \"nontotalitarian\",\n        \"nonunitarian\",\n        \"nonutilitarian\",\n        \"unaided\",\n        \"unhelpfulness\",\n        \"unhelping\",\n        \"unsided\",\n        \"unsiding\",\n        \"unutilitarian\"\n    ],\n    \"ndi enyemaka\": [\n        \"aidmen\",\n        \"hellers\"\n    ],\n    \"aiguillet\": [\n        \"aiguilletted\"\n    ],\n    \"ikuku ikuku\": [\n        \"ailantery\",\n        \"airdock\",\n        \"airheads\",\n        \"airscrews\",\n        \"airsickness\",\n        \"airstream\",\n        \"airwaves\",\n        \"arblast\",\n        \"oxygonial\",\n        \"oxyterpene\",\n        \"ventroscopy\",\n        \"windball\",\n        \"windbibber\",\n        \"windblast\",\n        \"windbreak\",\n        \"windbreaker\",\n        \"windbroach\",\n        \"windburn\",\n        \"windburning\",\n        \"windburns\",\n        \"windburnt\",\n        \"windcuffer\",\n        \"windy\",\n        \"windpipe\",\n        \"windroot\",\n        \"windrower\",\n        \"windshake\",\n        \"windslab\",\n        \"windsor\",\n        \"windstream\",\n        \"windsurf\",\n        \"windswept\"\n    ],\n    \"ụlọ ezumike\": [\n        \"ailanthuses\",\n        \"alehouses\",\n        \"guesthouses\",\n        \"nonimpartment\",\n        \"summerhouses\"\n    ],\n    \"na-arịa ọrịa\": [\n        \"ailing\",\n        \"diseasedly\",\n        \"diseaseful\",\n        \"disepalous\",\n        \"disequilibrate\",\n        \"ill\",\n        \"illing\",\n        \"illish\",\n        \"infirmarian\",\n        \"patholytic\",\n        \"pestify\",\n        \"sick\",\n        \"sickbed\",\n        \"sicken\",\n        \"sickened\",\n        \"sickening\",\n        \"sickeningly\",\n        \"sickens\",\n        \"sicker\",\n        \"sickerly\",\n        \"sickest\",\n        \"sickhearted\",\n        \"sicking\",\n        \"sickish\",\n        \"sickishly\",\n        \"sickly\",\n        \"sickliest\",\n        \"sicklying\",\n        \"sickling\",\n        \"sicknessproof\",\n        \"sufferer\"\n    ],\n    \"Ailurophilia\": [\n        \"ailurophilia\"\n    ],\n    \"Ailurus\": [\n        \"ailurus\"\n    ],\n    \"nzube\": [\n        \"aim\",\n        \"aimfully\",\n        \"avision\",\n        \"devisings\",\n        \"ensient\",\n        \"ensisternum\",\n        \"improduction\",\n        \"manuf\",\n        \"plotinic\",\n        \"purdon\",\n        \"purisms\",\n        \"purpose\",\n        \"purposeful\",\n        \"purposefully\",\n        \"purposefulness\",\n        \"purposes\",\n        \"purposive\",\n        \"scheelite\",\n        \"scheffel\",\n        \"schelm\"\n    ],\n    \"ebumnobi\": [\n        \"aimable\",\n        \"aimful\",\n        \"ejectives\",\n        \"frontality\",\n        \"inductively\",\n        \"intentive\",\n        \"misventure\",\n        \"motitation\",\n        \"motive\",\n        \"motived\",\n        \"motives\",\n        \"nodality\",\n        \"objectable\",\n        \"objectation\",\n        \"objectative\",\n        \"objecthood\",\n        \"objectival\",\n        \"objectivate\",\n        \"objectivation\",\n        \"objective\",\n        \"objectively\",\n        \"objectiveness\",\n        \"objectives\",\n        \"objectivism\",\n        \"objectivist\",\n        \"objectivistic\",\n        \"objectivity\",\n        \"objectivizing\",\n        \"objectization\",\n        \"pleonasms\",\n        \"preextensive\"\n    ],\n    \"iji\": [\n        \"aimed\",\n        \"disusing\",\n        \"order\",\n        \"ussingite\",\n        \"wielding\"\n    ],\n    \"ebumnuche\": [\n        \"aimer\",\n        \"aimers\",\n        \"aimworthiness\",\n        \"ambagiosity\",\n        \"ambitendency\",\n        \"aseity\",\n        \"aspirations\",\n        \"carnality\",\n        \"congenitalness\",\n        \"cubisms\",\n        \"devinct\",\n        \"euchologion\",\n        \"initiative\",\n        \"initive\",\n        \"intendancies\",\n        \"intendedness\",\n        \"intendencies\",\n        \"intent\",\n        \"intentation\",\n        \"intention\",\n        \"intentionality\",\n        \"intentions\",\n        \"intentively\",\n        \"intentiveness\",\n        \"intentness\",\n        \"objectification\",\n        \"objecttification\",\n        \"purposiveness\",\n        \"rationale\",\n        \"tangentiality\",\n        \"wanchancy\"\n    ],\n    \"enweghị nzube\": [\n        \"aimless\",\n        \"aimlessly\",\n        \"aimlessness\",\n        \"purposeless\",\n        \"purposelessly\",\n        \"purposelessness\",\n        \"uninstinctive\"\n    ],\n    \"zube\": [\n        \"aimore\"\n    ],\n    \"Aims\": [\n        \"aims\"\n    ],\n    \"Obinna\": [\n        \"ainsells\",\n        \"auscult\",\n        \"bobbinite\",\n        \"bornyl\",\n        \"cerdonian\",\n        \"chevalets\",\n        \"cladonia\",\n        \"deuteride\",\n        \"deutschland\",\n        \"deuzan\",\n        \"eclegma\",\n        \"engolden\",\n        \"ensnarl\",\n        \"espinel\",\n        \"gahnites\",\n        \"gulinular\",\n        \"harbi\",\n        \"harpalus\",\n        \"harpullia\",\n        \"harridan\",\n        \"harrovian\",\n        \"hartleyan\",\n        \"haruspex\",\n        \"harzburgite\",\n        \"haustellum\",\n        \"hendecane\",\n        \"herulian\",\n        \"isolysin\",\n        \"kelvin\",\n        \"kyriale\",\n        \"lucanid\",\n        \"lucilia\",\n        \"lulav\",\n        \"philister\",\n        \"picrodendron\",\n        \"psalis\",\n        \"psalmodial\",\n        \"psylla\",\n        \"psyllas\",\n        \"psittacine\",\n        \"rotanev\",\n        \"routhercock\",\n        \"salvinia\",\n        \"samoans\",\n        \"sarking\",\n        \"syddir\",\n        \"sydneian\",\n        \"squamipennes\",\n        \"thalweg\",\n        \"tyrtaean\",\n        \"trisulc\",\n        \"vicontiel\",\n        \"vicontiels\",\n        \"zanzalian\"\n    ],\n    \"akpa ikuku\": [\n        \"airbags\",\n        \"windbagged\",\n        \"windbaggery\"\n    ],\n    \"ego ikuku\": [\n        \"airbills\"\n    ],\n    \"ụgbọ mmiri\": [\n        \"airboats\",\n        \"angiport\",\n        \"autoboat\",\n        \"bareboat\",\n        \"barges\",\n        \"boarts\",\n        \"boat\",\n        \"boatable\",\n        \"boatage\",\n        \"boatbill\",\n        \"boatel\",\n        \"boatels\",\n        \"boater\",\n        \"boatfalls\",\n        \"boatful\",\n        \"boathead\",\n        \"boatyards\",\n        \"boatie\",\n        \"boating\",\n        \"boatly\",\n        \"boatlip\",\n        \"boatload\",\n        \"boatloads\",\n        \"boatmanship\",\n        \"boats\",\n        \"boatsetter\",\n        \"boatside\",\n        \"boatsmanship\",\n        \"boatward\",\n        \"bullboat\",\n        \"bumboat\",\n        \"bumboats\",\n        \"cabots\",\n        \"catboat\",\n        \"catboats\",\n        \"cockleboat\",\n        \"dikers\",\n        \"dikes\",\n        \"dingeys\",\n        \"dinghies\",\n        \"docks\",\n        \"dreamboat\",\n        \"duckboat\",\n        \"emissaryship\",\n        \"encanker\",\n        \"ferryboat\",\n        \"ferryboats\",\n        \"fireboat\",\n        \"fishboat\",\n        \"flatboat\",\n        \"flatboats\",\n        \"fleapit\",\n        \"flechette\",\n        \"fleetings\",\n        \"fleets\",\n        \"flyboat\",\n        \"flyboats\",\n        \"foldboat\",\n        \"foldboats\",\n        \"folkboat\",\n        \"galiots\",\n        \"gasboat\",\n        \"hership\",\n        \"houseboat\",\n        \"housebote\",\n        \"yacht\",\n        \"yachter\",\n        \"yaird\",\n        \"yaks\",\n        \"iceboat\",\n        \"keelboats\",\n        \"marid\",\n        \"marinal\",\n        \"marines\",\n        \"maritimal\",\n        \"maritimate\",\n        \"maritime\",\n        \"motorboat\",\n        \"motorboats\",\n        \"nautical\",\n        \"nauticality\",\n        \"nautically\",\n        \"nauticals\",\n        \"naval\",\n        \"navarch\",\n        \"navies\",\n        \"navig\",\n        \"navvy\",\n        \"navvies\",\n        \"newsboat\",\n        \"oarlocks\",\n        \"picketboat\",\n        \"powerboat\",\n        \"powerboats\",\n        \"pullboat\",\n        \"pursership\",\n        \"riverboat\",\n        \"roker\",\n        \"sailboat\",\n        \"sailboater\",\n        \"sailboating\",\n        \"sailboats\",\n        \"sailed\",\n        \"sailour\",\n        \"saivism\",\n        \"sauceboat\",\n        \"seaboot\",\n        \"seaboots\",\n        \"seamancraft\",\n        \"seamark\",\n        \"ship\",\n        \"shipboard\",\n        \"shipborne\",\n        \"shipbound\",\n        \"shipbuilding\",\n        \"shipcraft\",\n        \"shipentine\",\n        \"shipferd\",\n        \"shipfuls\",\n        \"shiphire\",\n        \"shipyard\",\n        \"shipyards\",\n        \"shiploads\",\n        \"shippy\",\n        \"shiprade\",\n        \"ships\",\n        \"shipshapely\",\n        \"shipsides\",\n        \"shipt\",\n        \"shipward\",\n        \"shipwrightery\",\n        \"shipwrightry\",\n        \"shipwrights\",\n        \"shirkers\",\n        \"shivers\",\n        \"shoats\",\n        \"showboat\",\n        \"showboats\",\n        \"sinkboat\",\n        \"sirship\",\n        \"skiplane\",\n        \"speedboat\",\n        \"speedboater\",\n        \"spyboat\",\n        \"stoneboat\",\n        \"strikeboat\",\n        \"surfboat\",\n        \"surfboats\",\n        \"swingboat\",\n        \"towboat\",\n        \"towboats\",\n        \"trawlboat\",\n        \"troopship\",\n        \"tugboats\",\n        \"watercart\",\n        \"watercraft\",\n        \"waterplane\",\n        \"wharry\",\n        \"windboat\",\n        \"workboat\",\n        \"workboats\"\n    ],\n    \"ntụ ntụ\": [\n        \"airbrush\",\n        \"anableps\",\n        \"ashlars\",\n        \"ashpan\",\n        \"asphyxies\",\n        \"baldberry\",\n        \"crusade\",\n        \"crusadoes\",\n        \"dustpoint\",\n        \"easeless\",\n        \"fluocerine\",\n        \"fluorspar\",\n        \"footblower\",\n        \"footbridge\",\n        \"polders\",\n        \"pollenation\",\n        \"pollinates\",\n        \"pollination\",\n        \"pollinator\",\n        \"pollinctor\",\n        \"pollincture\",\n        \"polverine\",\n        \"powder\",\n        \"powdered\",\n        \"powderies\",\n        \"powderiness\",\n        \"powdering\",\n        \"powderization\",\n        \"powderize\",\n        \"powderizer\",\n        \"powderpuff\",\n        \"powders\",\n        \"powters\",\n        \"rebridge\",\n        \"subcycle\",\n        \"weighbar\",\n        \"windberry\"\n    ],\n    \"ihe ntaneti\": [\n        \"airbrushes\",\n        \"iceblinks\",\n        \"moonblink\"\n    ],\n    \"ikuku mmiri\": [\n        \"airbrushing\",\n        \"aircoaches\",\n        \"airworthier\",\n        \"blastospheric\",\n        \"blower\",\n        \"blowier\",\n        \"blowzier\",\n        \"ceroplast\",\n        \"cirrostrative\",\n        \"cosmopoietic\",\n        \"effluviviums\",\n        \"geaster\",\n        \"irradiates\",\n        \"oxybaphon\",\n        \"oxybenzene\",\n        \"oxyberberine\",\n        \"oxycaproic\",\n        \"oxygnathous\",\n        \"oxyhematin\",\n        \"oxyhydric\",\n        \"oxyketone\",\n        \"oxymoron\",\n        \"oxyproline\",\n        \"oxyrhine\",\n        \"oxytylotate\",\n        \"oxytylote\",\n        \"oxytoluic\",\n        \"ventromesal\",\n        \"ventromesial\",\n        \"windage\",\n        \"windcheater\",\n        \"winder\",\n        \"windfall\",\n        \"windflaw\",\n        \"windflowers\",\n        \"windhole\",\n        \"windhover\",\n        \"windlass\",\n        \"windlassing\",\n        \"windlestraw\",\n        \"windmilling\",\n        \"windplayer\",\n        \"windsorite\"\n    ],\n    \"ikuku ọkụ\": [\n        \"airbursts\",\n        \"gaslighting\"\n    ],\n    \"onye ugbo elu\": [\n        \"aircraftman\",\n        \"airplanist\"\n    ],\n    \"ndị ụgbọelu\": [\n        \"aircraftmen\"\n    ],\n    \"onye ọrụ ụgbọelu\": [\n        \"aircraftsman\"\n    ],\n    \"ndị ọrụ ụgbọelu\": [\n        \"aircraftsmen\",\n        \"aircrewmen\",\n        \"airmen\"\n    ],\n    \"Nwanyị ụgbọ elu\": [\n        \"aircraftswoman\"\n    ],\n    \"umunwanyi aircrafts\": [\n        \"aircraftswomen\"\n    ],\n    \"Nwanyị ụgbọelu\": [\n        \"aircraftwoman\",\n        \"airwoman\"\n    ],\n    \"igwe ikuku\": [\n        \"aircrew\",\n        \"skyjacker\",\n        \"windmill\",\n        \"windmilled\",\n        \"windmilly\",\n        \"windmills\"\n    ],\n    \"onye isi ugboelu\": [\n        \"aircrewman\"\n    ],\n    \"ebe ikuku\": [\n        \"airfields\",\n        \"airspace\",\n        \"airspaces\"\n    ],\n    \"ofufe ikuku\": [\n        \"airflow\"\n    ],\n    \"ihe ikuku\": [\n        \"airglows\"\n    ],\n    \"kwalite\": [\n        \"airify\",\n        \"airish\",\n        \"ammonify\",\n        \"ammonifies\",\n        \"aurify\",\n        \"boise\",\n        \"bolter\",\n        \"bonify\",\n        \"boozify\",\n        \"caligate\",\n        \"carlish\",\n        \"caustify\",\n        \"commisce\",\n        \"deanimalize\",\n        \"eremitish\",\n        \"erept\",\n        \"fancify\",\n        \"focalize\",\n        \"forbesite\",\n        \"impetrated\",\n        \"incremable\",\n        \"manify\",\n        \"nigrify\",\n        \"nobilify\",\n        \"objectivize\",\n        \"objectize\",\n        \"phantasied\",\n        \"phantasize\",\n        \"phantomize\",\n        \"portify\",\n        \"prepromoted\",\n        \"preprovoke\",\n        \"promote\",\n        \"promotive\",\n        \"quininize\",\n        \"ramify\",\n        \"rankish\",\n        \"stultify\",\n        \"supplial\",\n        \"tantaliser\",\n        \"tantalize\",\n        \"tribunate\",\n        \"upbid\",\n        \"upgraded\"\n    ],\n    \"ekwusara\": [\n        \"airified\",\n        \"tackified\"\n    ],\n    \"enweghi ikuku\": [\n        \"airlessness\",\n        \"windless\",\n        \"windlessness\"\n    ],\n    \"airlift\": [\n        \"airlight\"\n    ],\n    \"ozi ikuku\": [\n        \"airmail\",\n        \"airmailing\"\n    ],\n    \"mansgbọ elu\": [\n        \"airmanship\"\n    ],\n    \"airomita\": [\n        \"airometer\"\n    ],\n    \"aerophobia\": [\n        \"airphobia\"\n    ],\n    \"airplay\": [\n        \"airplays\"\n    ],\n    \"ọdụ ụgbọ elu\": [\n        \"airplot\",\n        \"airport\",\n        \"airstrips\"\n    ],\n    \"ọdụ ụgbọelu\": [\n        \"airports\",\n        \"airposts\",\n        \"airstrip\"\n    ],\n    \"ikuku mgbochi\": [\n        \"airproofing\"\n    ],\n    \"oge ikuku\": [\n        \"airtime\",\n        \"airtimes\"\n    ],\n    \"ịnọdụ ala\": [\n        \"airting\",\n        \"sithement\",\n        \"sithen\",\n        \"siting\",\n        \"sitka\",\n        \"sitringee\",\n        \"sittinae\",\n        \"sittine\",\n        \"sitting\",\n        \"situlae\",\n        \"situp\",\n        \"situps\"\n    ],\n    \"uzo ikuku\": [\n        \"airway\",\n        \"windway\"\n    ],\n    \"ụgwọ ụgbọ elu\": [\n        \"airwaybill\"\n    ],\n    \"onye isi ugbo elu\": [\n        \"airwayman\"\n    ],\n    \"okporo ụzọ\": [\n        \"airways\",\n        \"archways\",\n        \"broadway\",\n        \"broadwayite\",\n        \"broadways\",\n        \"carraway\",\n        \"carraways\",\n        \"crossroading\",\n        \"crossroads\",\n        \"crossway\",\n        \"crossways\",\n        \"cruiseway\",\n        \"driveline\",\n        \"driveway\",\n        \"driveways\",\n        \"epergnes\",\n        \"expressway\",\n        \"fairway\",\n        \"flyovers\",\n        \"freeway\",\n        \"freeways\",\n        \"galways\",\n        \"grainways\",\n        \"highroad\",\n        \"highroads\",\n        \"highway\",\n        \"highways\",\n        \"landway\",\n        \"launchways\",\n        \"leadway\",\n        \"longways\",\n        \"monorailroad\",\n        \"monorailway\",\n        \"motorway\",\n        \"motorways\",\n        \"pathfinder\",\n        \"pavement\",\n        \"raceways\",\n        \"railhead\",\n        \"railroadana\",\n        \"railroadiana\",\n        \"railroads\",\n        \"railroadship\",\n        \"railwaydom\",\n        \"railwayed\",\n        \"repavement\",\n        \"road\",\n        \"roadbeds\",\n        \"roader\",\n        \"roadfellow\",\n        \"roadhead\",\n        \"roadhouse\",\n        \"roadite\",\n        \"roadroller\",\n        \"roads\",\n        \"roadsider\",\n        \"roadtrack\",\n        \"roadway\",\n        \"roadways\",\n        \"roadweed\",\n        \"roadwork\",\n        \"roadworks\",\n        \"rollway\",\n        \"rorid\",\n        \"roseways\",\n        \"routeway\",\n        \"routeways\",\n        \"semaphore\",\n        \"skidways\",\n        \"slopeways\",\n        \"speedway\",\n        \"speedways\",\n        \"steerageway\",\n        \"sternways\",\n        \"streetcar\",\n        \"streetcars\",\n        \"streetful\",\n        \"streetway\",\n        \"thickwind\",\n        \"thoroughfares\",\n        \"thoroughway\",\n        \"tollway\",\n        \"tollways\",\n        \"traffic\",\n        \"trafficway\",\n        \"trainways\",\n        \"wheelroad\"\n    ],\n    \"ndị inyom\": [\n        \"airwomen\"\n    ],\n    \"nke ikuku\": [\n        \"airworthy\",\n        \"inferial\",\n        \"midair\",\n        \"tempestical\"\n    ],\n    \"ịdị na-asọpụrụ\": [\n        \"airworthiness\"\n    ],\n    \"wara wara\": [\n        \"aisle\"\n    ],\n    \"enweghị ebe\": [\n        \"aisleless\",\n        \"meadowless\",\n        \"nonevasive\",\n        \"nowhere\",\n        \"owhere\",\n        \"placeless\",\n        \"placelessly\",\n        \"uintathere\",\n        \"unplacement\",\n        \"unsphere\"\n    ],\n    \"ais\": [\n        \"aisling\"\n    ],\n    \"ebechi\": [\n        \"aisteoir\",\n        \"bredestitch\",\n        \"cacophony\",\n        \"cacqueteuse\",\n        \"cathryn\",\n        \"centavos\",\n        \"citrangeade\",\n        \"citronelle\",\n        \"covellite\",\n        \"cresylite\",\n        \"delphinite\",\n        \"gustatory\",\n        \"yabbi\",\n        \"kathryn\",\n        \"kookery\",\n        \"mercurochrome\",\n        \"nastic\",\n        \"quartersawn\",\n        \"spatchcock\",\n        \"trencherside\",\n        \"tritocerebrum\"\n    ],\n    \"udidi\": [\n        \"aitch\",\n        \"cuddie\",\n        \"disporous\",\n        \"musklike\",\n        \"tecture\",\n        \"texture\",\n        \"toddy\"\n    ],\n    \"aitch\": [\n        \"aitchbone\"\n    ],\n    \"ebee\": [\n        \"aywhere\",\n        \"halkahs\",\n        \"pseudodiphtheric\",\n        \"where\",\n        \"whereaway\",\n        \"wherehence\",\n        \"whereout\",\n        \"whereuntil\",\n        \"whither\"\n    ],\n    \"aiz\": [\n        \"aizle\"\n    ],\n    \"ajita\": [\n        \"ajitter\"\n    ],\n    \"njemure\": [\n        \"ajoure\"\n    ],\n    \"nzuko\": [\n        \"ajutment\",\n        \"concursion\",\n        \"estruation\",\n        \"meeting\",\n        \"meetness\",\n        \"parricidial\",\n        \"refutation\",\n        \"summit\",\n        \"summut\"\n    ],\n    \"AK\": [\n        \"ak\"\n    ],\n    \"anaes\": [\n        \"akees\"\n    ],\n    \"akwu\": [\n        \"aking\",\n        \"feak\",\n        \"marcot\",\n        \"marts\",\n        \"nest\",\n        \"nestage\",\n        \"nestful\",\n        \"nestle\",\n        \"nestlike\",\n        \"nestling\",\n        \"oars\"\n    ],\n    \"mara\": [\n        \"aknow\",\n        \"aware\",\n        \"badgeringly\",\n        \"basiate\",\n        \"bebelted\",\n        \"beknow\",\n        \"belleek\",\n        \"cyatheaceous\",\n        \"cleve\",\n        \"clinched\",\n        \"clinkered\",\n        \"darlingly\",\n        \"disclosed\",\n        \"discreate\",\n        \"discretely\",\n        \"fjerding\",\n        \"gablewise\",\n        \"interknow\",\n        \"jessing\",\n        \"jingled\",\n        \"kecked\",\n        \"know\",\n        \"knowable\",\n        \"knowe\",\n        \"knowing\",\n        \"knowingest\",\n        \"known\",\n        \"marcite\",\n        \"marlaceous\",\n        \"marlacious\",\n        \"marline\",\n        \"marmoraceous\",\n        \"marquessate\",\n        \"marquesses\",\n        \"martial\",\n        \"martialism\",\n        \"martialist\",\n        \"martialness\",\n        \"melleous\",\n        \"metalizes\",\n        \"napped\",\n        \"nife\",\n        \"notate\",\n        \"notice\",\n        \"notices\",\n        \"rato\",\n        \"ratooned\",\n        \"reknow\",\n        \"sensillae\",\n        \"setulous\",\n        \"sexto\",\n        \"shrew\",\n        \"slap\",\n        \"slaps\",\n        \"smarten\",\n        \"tewit\",\n        \"throughknow\"\n    ],\n    \"alabasta\": [\n        \"alabaster\"\n    ],\n    \"alabastrit\": [\n        \"alabastrites\"\n    ],\n    \"alabastron\": [\n        \"alabastrons\"\n    ],\n    \"alachua\": [\n        \"alacha\",\n        \"alachah\"\n    ],\n    \"ala creatinine\": [\n        \"alacreatinine\"\n    ],\n    \"ịdị nkọ\": [\n        \"alacrity\",\n        \"ardentness\",\n        \"hunkerousness\",\n        \"salientness\",\n        \"smartening\"\n    ],\n    \"alaeze\": [\n        \"alan\",\n        \"aridest\",\n        \"aridness\",\n        \"bogland\",\n        \"eigenstate\",\n        \"emp\",\n        \"empall\",\n        \"emparl\",\n        \"empest\",\n        \"empire\",\n        \"empirema\",\n        \"empires\",\n        \"empiry\",\n        \"emplace\",\n        \"emplanes\",\n        \"emplastrum\",\n        \"emporial\",\n        \"empresario\",\n        \"emprint\",\n        \"empurples\",\n        \"estre\",\n        \"ethiopia\",\n        \"geoffrey\",\n        \"geotechnic\",\n        \"gustation\",\n        \"haughland\",\n        \"hemicanities\",\n        \"hemispheral\",\n        \"heulandite\",\n        \"imper\",\n        \"imperia\",\n        \"imperialistically\",\n        \"imperials\",\n        \"imperialty\",\n        \"imperils\",\n        \"imperium\",\n        \"imperiums\",\n        \"isms\",\n        \"kingdom\",\n        \"kingdomed\",\n        \"kingdomless\",\n        \"kingdoms\",\n        \"kingdomship\",\n        \"kinghoods\",\n        \"kinglihood\",\n        \"kingships\",\n        \"kingside\",\n        \"landsleit\",\n        \"moslemic\",\n        \"moslemism\",\n        \"nowness\",\n        \"oasean\",\n        \"orsel\",\n        \"praetorium\",\n        \"precentral\",\n        \"realm\",\n        \"realmlet\",\n        \"royalties\",\n        \"sheikdom\",\n        \"terebration\"\n    ],\n    \"ala\": [\n        \"aland\",\n        \"alands\",\n        \"borders\",\n        \"bottomries\",\n        \"corders\",\n        \"descensories\",\n        \"descent\",\n        \"down\",\n        \"downfield\",\n        \"downland\",\n        \"downness\",\n        \"downshore\",\n        \"downstage\",\n        \"downstroke\",\n        \"downwards\",\n        \"earthshine\",\n        \"eases\",\n        \"emprent\",\n        \"erses\",\n        \"estates\",\n        \"estats\",\n        \"fieldy\",\n        \"floor\",\n        \"floors\",\n        \"geographic\",\n        \"geographical\",\n        \"geographics\",\n        \"geographies\",\n        \"geographize\",\n        \"geological\",\n        \"geologies\",\n        \"ground\",\n        \"groundage\",\n        \"grounded\",\n        \"groundedness\",\n        \"grounders\",\n        \"groundy\",\n        \"groundlings\",\n        \"groundmass\",\n        \"groundneedle\",\n        \"groundout\",\n        \"groundplot\",\n        \"groundsel\",\n        \"groundsill\",\n        \"hoose\",\n        \"land\",\n        \"landage\",\n        \"landdrosten\",\n        \"lande\",\n        \"landesite\",\n        \"landfolk\",\n        \"landgrave\",\n        \"landgraveship\",\n        \"landhold\",\n        \"landholdings\",\n        \"landyard\",\n        \"landlock\",\n        \"landmass\",\n        \"landmasses\",\n        \"landmil\",\n        \"landplane\",\n        \"landrail\",\n        \"landright\",\n        \"lands\",\n        \"landsat\",\n        \"landscaped\",\n        \"landscapers\",\n        \"landscapes\",\n        \"landship\",\n        \"landskip\",\n        \"landskips\",\n        \"landslip\",\n        \"landslips\",\n        \"landsmaal\",\n        \"landspout\",\n        \"landspringy\",\n        \"landsting\",\n        \"landward\",\n        \"loaferdom\",\n        \"louts\",\n        \"lower\",\n        \"lushest\",\n        \"mainland\",\n        \"mainlands\",\n        \"newsletter\",\n        \"pases\",\n        \"realms\",\n        \"roller\",\n        \"soil\",\n        \"soily\",\n        \"soils\",\n        \"soilure\",\n        \"soilures\",\n        \"terbia\",\n        \"tercentenary\",\n        \"tercentenaries\",\n        \"terrains\",\n        \"terranean\",\n        \"terranes\",\n        \"terrariums\",\n        \"terras\",\n        \"terrases\",\n        \"terrestrials\",\n        \"unstate\"\n    ],\n    \"alanine\": [\n        \"alanines\",\n        \"alanins\"\n    ],\n    \"atlantic\": [\n        \"alantic\"\n    ],\n    \"mkpu\": [\n        \"alar\",\n        \"alarbus\",\n        \"alarmable\",\n        \"alarmclock\",\n        \"alarmism\",\n        \"alarmisms\",\n        \"alarmists\",\n        \"bewrayment\",\n        \"chirms\",\n        \"criance\",\n        \"crymoanesthesia\",\n        \"crymodynia\",\n        \"cryocautery\",\n        \"cryochore\",\n        \"cryoconite\",\n        \"cryosurgery\",\n        \"cryotherapy\",\n        \"cryotherapies\",\n        \"crypta\",\n        \"cryptorchid\",\n        \"cryptorchis\",\n        \"downcry\",\n        \"exclaimed\",\n        \"exclaimer\",\n        \"exclaiming\",\n        \"exclaims\",\n        \"exclam\",\n        \"exclamation\",\n        \"exclamational\",\n        \"exclamative\",\n        \"exclamatory\",\n        \"fream\",\n        \"grouplet\",\n        \"howfing\",\n        \"howgates\",\n        \"howling\",\n        \"howlingly\",\n        \"howls\",\n        \"yeller\",\n        \"yelped\",\n        \"yelper\",\n        \"yelpers\",\n        \"outcry\",\n        \"outcries\",\n        \"outhut\",\n        \"outscream\",\n        \"overcry\",\n        \"scalls\",\n        \"screamer\",\n        \"screar\",\n        \"shogs\",\n        \"shouter\",\n        \"shrieky\",\n        \"suppliantness\",\n        \"upcry\",\n        \"wauls\",\n        \"whils\",\n        \"whippets\",\n        \"whirtle\",\n        \"wries\"\n    ],\n    \"kpoo\": [\n        \"alarge\",\n        \"aroynted\",\n        \"avigate\",\n        \"besmoke\",\n        \"bhoot\",\n        \"bowknots\",\n        \"bowses\",\n        \"burthen\",\n        \"canulate\",\n        \"celticize\",\n        \"citronize\",\n        \"clamored\",\n        \"clamoured\",\n        \"condylure\",\n        \"crenelate\",\n        \"creply\",\n        \"cretize\",\n        \"crooknosed\",\n        \"crub\",\n        \"cruciate\",\n        \"crusta\",\n        \"doored\",\n        \"drie\",\n        \"dryish\",\n        \"drily\",\n        \"drung\",\n        \"duncify\",\n        \"enhaulse\",\n        \"evite\",\n        \"evocate\",\n        \"evoke\",\n        \"formiate\",\n        \"gnow\",\n        \"golp\",\n        \"grotzen\",\n        \"heaten\",\n        \"hilted\",\n        \"inchoate\",\n        \"inchoated\",\n        \"invocate\",\n        \"kluck\",\n        \"laconize\",\n        \"mappen\",\n        \"monohydrated\",\n        \"nodulated\",\n        \"nucleize\",\n        \"nudge\",\n        \"nudged\",\n        \"nudger\",\n        \"ominate\",\n        \"oxidize\",\n        \"peltish\",\n        \"picrite\",\n        \"planate\",\n        \"refroze\",\n        \"slammed\",\n        \"snooze\",\n        \"snub\",\n        \"snubbed\",\n        \"snubbers\",\n        \"snubs\",\n        \"snugged\",\n        \"sourishly\",\n        \"spoliate\",\n        \"stemmer\",\n        \"sulphydrate\",\n        \"summerize\",\n        \"tother\",\n        \"unbaste\",\n        \"ungrow\",\n        \"unhale\",\n        \"wazirate\",\n        \"wherve\",\n        \"whitter\",\n        \"whutter\",\n        \"wittichenite\",\n        \"witticize\",\n        \"wooshed\",\n        \"woppish\",\n        \"wove\",\n        \"wreathe\",\n        \"wreathed\",\n        \"wreathen\"\n    ],\n    \"oti mkpu\": [\n        \"alarm\"\n    ],\n    \"jiri ụjọ\": [\n        \"alarmedly\",\n        \"apprehensibly\"\n    ],\n    \"di egwu\": [\n        \"alarmingly\",\n        \"awesome\",\n        \"awest\",\n        \"awfuller\",\n        \"awfully\",\n        \"eesome\",\n        \"ferrimagnetic\",\n        \"ferrous\",\n        \"friskful\",\n        \"shockingly\",\n        \"tragicose\"\n    ],\n    \"na-emenye ụjọ\": [\n        \"alarmingness\",\n        \"empaling\",\n        \"formidably\",\n        \"intimidates\"\n    ],\n    \"Oti mkpu\": [\n        \"alarmist\"\n    ],\n    \"Mkpu\": [\n        \"alarms\",\n        \"crizzled\",\n        \"crizzling\",\n        \"csp\",\n        \"exclaimers\",\n        \"exclamations\",\n        \"yerks\",\n        \"outswearing\",\n        \"revet\"\n    ],\n    \"alarum\": [\n        \"alaruming\"\n    ],\n    \"Ewoo\": [\n        \"alas\"\n    ],\n    \"ego\": [\n        \"albanenses\",\n        \"aliseptal\",\n        \"amount\",\n        \"amounters\",\n        \"amounting\",\n        \"apparencies\",\n        \"archaising\",\n        \"avoucher\",\n        \"avouchment\",\n        \"banknote\",\n        \"billets\",\n        \"bills\",\n        \"boners\",\n        \"bonuses\",\n        \"bribable\",\n        \"buck\",\n        \"bucks\",\n        \"bunds\",\n        \"bursarial\",\n        \"bursaries\",\n        \"cash\",\n        \"cashboy\",\n        \"cashes\",\n        \"cashing\",\n        \"cashment\",\n        \"censive\",\n        \"checkerbelly\",\n        \"coinage\",\n        \"cost\",\n        \"costraight\",\n        \"crants\",\n        \"currency\",\n        \"currencies\",\n        \"deduces\",\n        \"deposita\",\n        \"depository\",\n        \"derve\",\n        \"dills\",\n        \"discounters\",\n        \"discounts\",\n        \"dundreary\",\n        \"earnings\",\n        \"egoism\",\n        \"egoisms\",\n        \"feds\",\n        \"feeable\",\n        \"fiancing\",\n        \"finance\",\n        \"financer\",\n        \"finances\",\n        \"financial\",\n        \"financially\",\n        \"financier\",\n        \"financiering\",\n        \"financing\",\n        \"fund\",\n        \"fundable\",\n        \"fundal\",\n        \"fundatrices\",\n        \"funder\",\n        \"fundic\",\n        \"funding\",\n        \"funditores\",\n        \"fundmonger\",\n        \"fundmongering\",\n        \"fundraise\",\n        \"fundraising\",\n        \"funds\",\n        \"fundulinae\",\n        \"funduline\",\n        \"fundulus\",\n        \"fundungi\",\n        \"fundus\",\n        \"income\",\n        \"incomes\",\n        \"indemnity\",\n        \"intercity\",\n        \"jills\",\n        \"lacunary\",\n        \"litanies\",\n        \"loon\",\n        \"loons\",\n        \"luces\",\n        \"lucrative\",\n        \"margents\",\n        \"minas\",\n        \"monal\",\n        \"mone\",\n        \"money\",\n        \"moneyed\",\n        \"moneying\",\n        \"moneymongering\",\n        \"moneys\",\n        \"moneywise\",\n        \"moneses\",\n        \"monetary\",\n        \"monetise\",\n        \"monetised\",\n        \"monetises\",\n        \"mony\",\n        \"monial\",\n        \"monies\",\n        \"monish\",\n        \"monishment\",\n        \"monkeries\",\n        \"monny\",\n        \"monnion\",\n        \"monterey\",\n        \"monty\",\n        \"oncome\",\n        \"outpurse\",\n        \"overpensive\",\n        \"paction\",\n        \"pactional\",\n        \"paik\",\n        \"paiked\",\n        \"paiker\",\n        \"pais\",\n        \"paisans\",\n        \"pawns\",\n        \"pecuniary\",\n        \"pensive\",\n        \"pensively\",\n        \"pensiveness\",\n        \"pioury\",\n        \"prenarial\",\n        \"pseudoeconomical\",\n        \"punty\",\n        \"quills\",\n        \"quotas\",\n        \"receipts\",\n        \"savings\",\n        \"secant\",\n        \"secular\",\n        \"secularity\",\n        \"secularly\",\n        \"secularness\",\n        \"stipendary\",\n        \"stounds\",\n        \"supervestment\",\n        \"thrift\",\n        \"throughcome\",\n        \"vouch\"\n    ],\n    \"albani\": [\n        \"albanian\"\n    ],\n    \"ndị Albania\": [\n        \"albanians\"\n    ],\n    \"albatros\": [\n        \"albatas\"\n    ],\n    \"alb\": [\n        \"albe\"\n    ],\n    \"eserese albedo\": [\n        \"albedograph\"\n    ],\n    \"albedometa\": [\n        \"albedometer\"\n    ],\n    \"n'agbanyeghị\": [\n        \"albeit\",\n        \"despite\",\n        \"despiteful\",\n        \"despitefully\",\n        \"despitefulness\",\n        \"despiteous\",\n        \"despiteously\",\n        \"forethough\",\n        \"howbeit\",\n        \"natheless\",\n        \"notwithstanding\",\n        \"ossypite\",\n        \"pelu\",\n        \"regardless\",\n        \"regardlessly\",\n        \"regardlessness\",\n        \"scatheless\",\n        \"scytheless\",\n        \"sinopite\",\n        \"sopite\",\n        \"spite\",\n        \"spiteless\",\n        \"spiteproof\",\n        \"thoughted\",\n        \"titheless\",\n        \"unthoughful\",\n        \"whereover\"\n    ],\n    \"onyekwere\": [\n        \"alberich\",\n        \"banty\",\n        \"bellipotent\",\n        \"candidas\",\n        \"cotylophora\",\n        \"delphinoid\",\n        \"delphinoidea\",\n        \"didelphous\",\n        \"divulgater\",\n        \"eelworm\",\n        \"eisteddfodic\",\n        \"entophytal\",\n        \"eobionts\",\n        \"eriodendron\",\n        \"fairstead\",\n        \"galling\",\n        \"gibraltar\",\n        \"gorbelly\",\n        \"gorkhali\",\n        \"gowpin\",\n        \"gressorious\",\n        \"hildebrandist\",\n        \"howitz\",\n        \"howitzer\",\n        \"incoacted\",\n        \"kipperer\",\n        \"looplet\",\n        \"mellifluent\",\n        \"mellisonant\",\n        \"motacillid\",\n        \"noodlehead\",\n        \"notharctus\",\n        \"notorhizal\",\n        \"ovatoellipsoidal\",\n        \"pholidolite\",\n        \"piotine\",\n        \"platycelian\",\n        \"porencephalous\",\n        \"prattler\",\n        \"prenodal\",\n        \"rambler\",\n        \"rapscallionly\",\n        \"sabiaceous\",\n        \"schraubthaler\",\n        \"stephanoceros\",\n        \"teaguelander\",\n        \"theophagous\",\n        \"vagabondager\",\n        \"zardushti\",\n        \"zimmerwaldist\"\n    ],\n    \"nke albertin\": [\n        \"albertinian\"\n    ],\n    \"ụdịrị\": [\n        \"albertype\",\n        \"exoenzyme\",\n        \"splenomyelogenous\"\n    ],\n    \"zue\": [\n        \"albify\"\n    ],\n    \"ịkọgharị\": [\n        \"albifying\",\n        \"annunciating\"\n    ],\n    \"albigense\": [\n        \"albigenses\"\n    ],\n    \"albin\": [\n        \"albines\"\n    ],\n    \"mkpụrụ ndụ\": [\n        \"albinic\",\n        \"alphyls\",\n        \"celiopyosis\",\n        \"cellularity\",\n        \"cellulation\",\n        \"cellulifugal\",\n        \"celts\",\n        \"cetic\",\n        \"epilimnetic\",\n        \"geneat\",\n        \"geneserin\",\n        \"genette\",\n        \"genip\",\n        \"genitures\",\n        \"lycium\",\n        \"lyse\",\n        \"monorails\",\n        \"thymetic\"\n    ],\n    \"mmekorita\": [\n        \"albinisms\",\n        \"allegiances\",\n        \"ally\",\n        \"alliage\",\n        \"alliance\",\n        \"allianced\",\n        \"alliancer\",\n        \"alliances\",\n        \"allyic\",\n        \"almistry\",\n        \"amalgamation\",\n        \"amalgamations\",\n        \"anathematization\",\n        \"cestuses\",\n        \"cogence\",\n        \"coherence\",\n        \"coinclination\",\n        \"colloquialisms\",\n        \"columnization\",\n        \"communalized\",\n        \"communally\",\n        \"communer\",\n        \"communitive\",\n        \"comradeship\",\n        \"conciliative\",\n        \"conformations\",\n        \"correspondence\",\n        \"correspondences\",\n        \"correspondency\",\n        \"correspondencies\",\n        \"correspondentship\",\n        \"counterexcommunication\",\n        \"disharmony\",\n        \"electrocontractility\",\n        \"enaction\",\n        \"gestation\",\n        \"gyromancy\",\n        \"homocercy\",\n        \"homoeroticism\",\n        \"homograft\",\n        \"homography\",\n        \"homolysis\",\n        \"homologue\",\n        \"homopolymerization\",\n        \"independencies\",\n        \"inflexionally\",\n        \"informalism\",\n        \"infraclusion\",\n        \"institutionalising\",\n        \"institutionalizing\",\n        \"interadaptation\",\n        \"interadaption\",\n        \"interagency\",\n        \"interagglutinate\",\n        \"interagreement\",\n        \"interantagonism\",\n        \"interarboration\",\n        \"interassociation\",\n        \"intercommunity\",\n        \"interconfessional\",\n        \"intercorrelation\",\n        \"intercorrelations\",\n        \"interdependency\",\n        \"interdependencies\",\n        \"intergenerative\",\n        \"intergradation\",\n        \"interknowledge\",\n        \"interopercle\",\n        \"interownership\",\n        \"interrelatedness\",\n        \"interrelationship\",\n        \"interrelationships\",\n        \"irrespondence\",\n        \"jactance\",\n        \"maldistribution\",\n        \"malefaction\",\n        \"malpractioner\",\n        \"melodramatization\",\n        \"monophthongization\",\n        \"mutualness\",\n        \"noncorrespondence\",\n        \"organomercury\",\n        \"partnership\",\n        \"polymerization\",\n        \"rapprochement\",\n        \"reconcilements\",\n        \"reconjunction\",\n        \"sexologies\",\n        \"sexualization\",\n        \"synanthesis\",\n        \"sinistrogyration\",\n        \"superconformity\",\n        \"superreformation\",\n        \"venerealness\",\n        \"vicecomital\"\n    ],\n    \"ihe niile\": [\n        \"albocinereous\",\n        \"allelic\",\n        \"allhallows\",\n        \"alligatored\",\n        \"allineate\",\n        \"alls\",\n        \"allthing\",\n        \"alluvious\",\n        \"althing\",\n        \"bequest\",\n        \"bowlder\",\n        \"chared\",\n        \"enscene\",\n        \"everything\",\n        \"extense\",\n        \"hething\",\n        \"integrally\",\n        \"integropallial\",\n        \"monitive\",\n        \"monocerous\",\n        \"monodies\",\n        \"monoecian\",\n        \"monoecies\",\n        \"monogenesy\",\n        \"monogenetic\",\n        \"monogenistic\",\n        \"monopectinate\",\n        \"monopodies\",\n        \"monospermic\",\n        \"monosporiferous\",\n        \"monostome\",\n        \"monostomous\",\n        \"monstrification\",\n        \"morganatically\",\n        \"multisyllability\",\n        \"omnicompetent\",\n        \"omnicredulity\",\n        \"omnivagant\",\n        \"omnivident\",\n        \"omnivores\",\n        \"organistic\",\n        \"organity\",\n        \"particularistic\",\n        \"pellucidly\",\n        \"pernor\",\n        \"protense\",\n        \"pulldevil\",\n        \"superrequirement\"\n    ],\n    \"mkpụrụedemede\": [\n        \"albrecht\",\n        \"alphabetarian\",\n        \"alphabeted\",\n        \"alphabetic\",\n        \"alphabeting\",\n        \"alphabetisation\",\n        \"alphabetise\",\n        \"alphabetised\",\n        \"alphabetiser\",\n        \"alphabetising\",\n        \"alphabetist\",\n        \"alphabetization\",\n        \"alphabetize\",\n        \"alphabetized\",\n        \"alphabetizers\",\n        \"alphabetizes\",\n        \"alphabetizing\",\n        \"alphabets\",\n        \"alphameric\",\n        \"alphamerical\",\n        \"alphanumeric\",\n        \"alphanumerical\",\n        \"alphanumerics\",\n        \"alphas\",\n        \"alphonse\",\n        \"cutenesses\",\n        \"eponyms\",\n        \"letterpress\",\n        \"lycodes\",\n        \"limphault\",\n        \"phragmites\",\n        \"princox\",\n        \"princoxes\",\n        \"syllabic\",\n        \"syllabicity\",\n        \"syllabicness\",\n        \"sylvites\",\n        \"subphases\"\n    ],\n    \"Ndia\": [\n        \"albs\",\n        \"engs\",\n        \"enlivens\",\n        \"foresees\",\n        \"sucroses\"\n    ],\n    \"albumimita\": [\n        \"albumimeter\"\n    ],\n    \"ọba\": [\n        \"albums\",\n        \"archil\",\n        \"barns\"\n    ],\n    \"wdg\": [\n        \"alc\",\n        \"egers\",\n        \"etc\",\n        \"etcetera\",\n        \"etceteras\"\n    ],\n    \"mgbe niile\": [\n        \"alcades\",\n        \"alleyways\",\n        \"allusively\",\n        \"allutterly\",\n        \"alway\",\n        \"always\",\n        \"consistently\",\n        \"constancy\",\n        \"constantan\",\n        \"constantinian\",\n        \"constantinople\",\n        \"constantinopolitan\",\n        \"constantly\",\n        \"continually\",\n        \"continuancy\",\n        \"everduring\",\n        \"evergreen\",\n        \"everywhen\",\n        \"evermo\",\n        \"everwho\",\n        \"immusically\",\n        \"immutably\",\n        \"inconstantly\",\n        \"invariably\",\n        \"invariantly\",\n        \"monochromatically\",\n        \"mucronately\",\n        \"ordinately\",\n        \"podophthalmous\",\n        \"redundantly\",\n        \"routously\",\n        \"timelessly\",\n        \"uncontinually\",\n        \"welladays\"\n    ],\n    \"ihe kachasị\": [\n        \"alcahests\",\n        \"maximizers\"\n    ],\n    \"ịgwọ ọrịa\": [\n        \"alcaic\",\n        \"algesic\",\n        \"apotheosise\",\n        \"cesure\",\n        \"clinching\",\n        \"dermasurgery\",\n        \"hepatize\",\n        \"hepatized\",\n        \"hepatizing\",\n        \"hepatogenic\",\n        \"hepatolytic\",\n        \"hepatological\",\n        \"hepatotherapy\",\n        \"herpetologic\",\n        \"ingreat\",\n        \"laureation\",\n        \"mangery\",\n        \"mediacid\",\n        \"mediad\",\n        \"medicaid\",\n        \"medicaids\",\n        \"medicating\",\n        \"medicinableness\",\n        \"medicinalness\",\n        \"medicining\",\n        \"medicochirurgic\",\n        \"medicochirurgical\",\n        \"medicophysical\",\n        \"medicosurgical\",\n        \"palliative\",\n        \"pediculoid\",\n        \"pelycology\",\n        \"physicianing\",\n        \"physicotherapeutic\",\n        \"pinocytosis\",\n        \"pyotherapy\",\n        \"prescriptiveness\",\n        \"presurgery\",\n        \"pteridological\",\n        \"serotherapeutics\",\n        \"shealing\",\n        \"surgicotherapy\",\n        \"tetrapyrrole\",\n        \"theraphosa\",\n        \"theraphose\",\n        \"theraphosoid\",\n        \"unentreating\",\n        \"unhealing\",\n        \"unwreathe\"\n    ],\n    \"ụmụ amaala\": [\n        \"alcaligenes\",\n        \"citizenries\",\n        \"citizens\",\n        \"dollymen\",\n        \"dolmans\",\n        \"elutes\",\n        \"pupigenous\"\n    ],\n    \"alczar\": [\n        \"alcalzar\"\n    ],\n    \"alcabala\": [\n        \"alcavala\"\n    ],\n    \"alcazar\": [\n        \"alcazars\"\n    ],\n    \"ikwe\": [\n        \"alchemise\",\n        \"appredicate\",\n        \"bowenite\",\n        \"bowldering\",\n        \"chymifying\",\n        \"clavicembali\",\n        \"collisive\",\n        \"compradore\",\n        \"concessive\",\n        \"concessory\",\n        \"congreet\",\n        \"conjectured\",\n        \"cudwort\",\n        \"euboean\",\n        \"evanish\",\n        \"interknotting\",\n        \"intervocal\",\n        \"intervocalic\",\n        \"involucra\",\n        \"involution\",\n        \"juncite\",\n        \"letting\",\n        \"nodder\",\n        \"nodous\",\n        \"phasianella\",\n        \"phasianid\",\n        \"wren\",\n        \"zeolitizing\"\n    ],\n    \"ikpochapu\": [\n        \"alchemised\",\n        \"annihilationism\",\n        \"annihilationist\",\n        \"annihilationistic\",\n        \"clearable\",\n        \"clearstory\",\n        \"clearstories\",\n        \"demineralizing\",\n        \"desacralization\",\n        \"desacralize\",\n        \"desicate\",\n        \"desiccate\",\n        \"desiccation\",\n        \"desolater\",\n        \"desterilize\",\n        \"disboscation\",\n        \"disglut\",\n        \"effemination\",\n        \"eradicably\",\n        \"eructate\",\n        \"exhumes\",\n        \"exinanition\",\n        \"exterminating\",\n        \"extermining\",\n        \"extinctions\",\n        \"filiating\",\n        \"glauconitization\",\n        \"hebraization\",\n        \"holloing\",\n        \"hubmaking\",\n        \"incontaminate\",\n        \"irascible\",\n        \"irradiated\",\n        \"nonblinding\",\n        \"ostracize\",\n        \"overhit\",\n        \"preextinction\",\n        \"scapement\",\n        \"schappe\",\n        \"thakurate\",\n        \"unbaling\",\n        \"unblinding\",\n        \"unblunder\",\n        \"unblushing\",\n        \"uncapacitate\",\n        \"unchattering\",\n        \"unhap\",\n        \"unhit\",\n        \"unpotting\",\n        \"unprecipitate\",\n        \"unshedding\",\n        \"unterminating\",\n        \"unwading\",\n        \"vacillating\",\n        \"whalish\"\n    ],\n    \"ọkà mmụta sayensị\": [\n        \"alchemist\",\n        \"areologist\",\n        \"bryologist\",\n        \"caliologist\",\n        \"cecidologist\",\n        \"characterologist\",\n        \"chinologist\",\n        \"cytogeneticist\",\n        \"cytologist\",\n        \"cytotechnologist\",\n        \"climatologist\",\n        \"epilogist\",\n        \"escapologist\",\n        \"eulogist\",\n        \"galician\",\n        \"geodynamicist\",\n        \"heliologist\",\n        \"ichthyologist\",\n        \"ideologist\",\n        \"lexicologist\",\n        \"metamathematician\",\n        \"misologist\",\n        \"palynologist\",\n        \"philologian\",\n        \"philologist\",\n        \"physicotheologist\",\n        \"physiologist\",\n        \"pyretologist\",\n        \"pyrologist\",\n        \"proctologist\",\n        \"protologist\",\n        \"psychoanalyst\",\n        \"psychophysicist\",\n        \"psychotechnician\",\n        \"psychotechnologist\",\n        \"runologist\",\n        \"scatologist\",\n        \"scient\",\n        \"scienter\",\n        \"scientician\",\n        \"scientificalness\",\n        \"scientificohistorical\",\n        \"scientificophilosophical\",\n        \"scientist\",\n        \"scientologist\",\n        \"selenologist\",\n        \"semasiologist\",\n        \"semiologist\",\n        \"semiphilologist\",\n        \"syllogist\",\n        \"synantherologist\",\n        \"sinologist\",\n        \"speleologist\",\n        \"technologist\",\n        \"teleologist\",\n        \"teratologist\",\n        \"theoretician\",\n        \"theorician\",\n        \"theorist\",\n        \"thereologist\",\n        \"therologist\",\n        \"trichologist\",\n        \"universologist\",\n        \"unsyllogistical\"\n    ],\n    \"ndị ọkà mmụta sayensị\": [\n        \"alchemists\",\n        \"electrologists\",\n        \"eulogists\",\n        \"gerontologists\",\n        \"philologists\",\n        \"scientists\",\n        \"speleologists\",\n        \"technologists\",\n        \"theoreticians\"\n    ],\n    \"mebiri\": [\n        \"alchemized\",\n        \"alibied\",\n        \"asswaged\",\n        \"broke\",\n        \"caved\",\n        \"caverned\",\n        \"counteracted\",\n        \"counterattired\",\n        \"crumbled\",\n        \"crummed\",\n        \"crumpled\",\n        \"dammed\",\n        \"damone\",\n        \"degusted\",\n        \"demasted\",\n        \"demibelt\",\n        \"demitted\",\n        \"demurred\",\n        \"devest\",\n        \"enwrought\",\n        \"ergoted\",\n        \"ermined\",\n        \"falcated\",\n        \"interleaved\",\n        \"intersected\",\n        \"intertraffic\",\n        \"interwrapped\",\n        \"lapinized\",\n        \"madly\",\n        \"mercurialize\",\n        \"mered\",\n        \"miauled\",\n        \"minced\",\n        \"quacked\",\n        \"rucked\",\n        \"ruptured\",\n        \"saboted\",\n        \"shrammed\",\n        \"thwacked\",\n        \"torquated\",\n        \"torqued\",\n        \"travestied\",\n        \"unbrewed\",\n        \"underived\",\n        \"unmummified\",\n        \"unwield\",\n        \"upwrought\",\n        \"vacillated\",\n        \"vandyked\",\n        \"viroled\",\n        \"wratack\",\n        \"wreaked\",\n        \"wrecked\",\n        \"wrung\"\n    ],\n    \"cheme ihe\": [\n        \"alchemizing\"\n    ],\n    \"mbata\": [\n        \"alchymies\",\n        \"ancome\",\n        \"arri\",\n        \"arry\",\n        \"arriet\",\n        \"arrivage\",\n        \"arrival\",\n        \"arrivance\",\n        \"arrivism\",\n        \"arrivist\",\n        \"arrivistes\",\n        \"batarde\",\n        \"batardeau\",\n        \"deshabille\",\n        \"enbloc\",\n        \"gorgets\",\n        \"impartment\",\n        \"implume\",\n        \"improvvisatori\",\n        \"inbursts\",\n        \"incatenation\",\n        \"incomportable\",\n        \"incurvation\",\n        \"intermatch\",\n        \"introgression\",\n        \"invultvation\",\n        \"kibbles\",\n        \"obelisks\",\n        \"torchman\"\n    ],\n    \"ikwadoro\": [\n        \"alchochoden\",\n        \"trusteing\",\n        \"waggery\"\n    ],\n    \"ọcyon\": [\n        \"alcyon\"\n    ],\n    \"onye alcyonarian\": [\n        \"alcyonarian\"\n    ],\n    \"usoro\": [\n        \"alcippe\",\n        \"arterials\",\n        \"asystematic\",\n        \"berlines\",\n        \"cerebrational\",\n        \"cerule\",\n        \"ceruleous\",\n        \"cirsectomy\",\n        \"cystitome\",\n        \"cystotome\",\n        \"codirects\",\n        \"curter\",\n        \"curve\",\n        \"datelines\",\n        \"decagram\",\n        \"deisms\",\n        \"diasystem\",\n        \"dos\",\n        \"dosimetry\",\n        \"dosimetric\",\n        \"dosimetries\",\n        \"dosiology\",\n        \"emeline\",\n        \"epigrammatising\",\n        \"equationism\",\n        \"erpetology\",\n        \"ethology\",\n        \"ethopoetic\",\n        \"exciples\",\n        \"exoduses\",\n        \"fetography\",\n        \"forcipulata\",\n        \"formals\",\n        \"format\",\n        \"formations\",\n        \"formicarioid\",\n        \"formula\",\n        \"formular\",\n        \"formularise\",\n        \"formularism\",\n        \"formule\",\n        \"formulisation\",\n        \"formulism\",\n        \"genearch\",\n        \"generatrices\",\n        \"hemisystematic\",\n        \"institutionalism\",\n        \"intermmet\",\n        \"lineal\",\n        \"lineamentation\",\n        \"lineate\",\n        \"linecuts\",\n        \"lineocircular\",\n        \"lineups\",\n        \"linework\",\n        \"mechanisms\",\n        \"mesothetical\",\n        \"mesotrons\",\n        \"metacism\",\n        \"method\",\n        \"methodaster\",\n        \"methodeutic\",\n        \"methody\",\n        \"methodic\",\n        \"methodical\",\n        \"methodicalness\",\n        \"methodics\",\n        \"methodism\",\n        \"methodisty\",\n        \"methodistic\",\n        \"methodists\",\n        \"methodology\",\n        \"methodological\",\n        \"methodologies\",\n        \"metrics\",\n        \"modality\",\n        \"modalities\",\n        \"modes\",\n        \"modicums\",\n        \"modus\",\n        \"oscitancies\",\n        \"osphresiology\",\n        \"osphresiologic\",\n        \"osphresiometry\",\n        \"paramorphous\",\n        \"pattens\",\n        \"patterings\",\n        \"patterns\",\n        \"patters\",\n        \"pharology\",\n        \"presystematic\",\n        \"princod\",\n        \"procedendo\",\n        \"procedes\",\n        \"procedural\",\n        \"procedurally\",\n        \"procedurals\",\n        \"procedure\",\n        \"procedured\",\n        \"procedures\",\n        \"proceedings\",\n        \"process\",\n        \"processes\",\n        \"processible\",\n        \"processionals\",\n        \"processus\",\n        \"procures\",\n        \"protheatrical\",\n        \"protoanthropic\",\n        \"protoapostate\",\n        \"protoascomycetes\",\n        \"protocanonical\",\n        \"protoceras\",\n        \"protoceratidae\",\n        \"protocerebrum\",\n        \"protochordate\",\n        \"protococcales\",\n        \"protocolary\",\n        \"protoelastose\",\n        \"protogenal\",\n        \"protogenes\",\n        \"protogenetic\",\n        \"protogyny\",\n        \"protogynous\",\n        \"protogod\",\n        \"protogospel\",\n        \"protograph\",\n        \"protohemiptera\",\n        \"protohemipteran\",\n        \"protohemipteron\",\n        \"protohemipterous\",\n        \"protoheresiarch\",\n        \"protohymenopterous\",\n        \"protohippus\",\n        \"protohomo\",\n        \"protoiron\",\n        \"protoleucocyte\",\n        \"protopectinase\",\n        \"protopyramid\",\n        \"protopodial\",\n        \"protosocial\",\n        \"protospasm\",\n        \"protosphargis\",\n        \"protospore\",\n        \"protostelic\",\n        \"protostrontium\",\n        \"protoveratrine\",\n        \"protovillain\",\n        \"protozoic\",\n        \"protozoonal\",\n        \"regimen\",\n        \"rowdyisms\",\n        \"schediastic\",\n        \"seculum\",\n        \"segues\",\n        \"semideistical\",\n        \"semidiagrammatic\",\n        \"semioviparous\",\n        \"semirevolution\",\n        \"semirevolutionary\",\n        \"seqence\",\n        \"sequaces\",\n        \"sequacity\",\n        \"sequanian\",\n        \"sequels\",\n        \"sequence\",\n        \"sequencers\",\n        \"sequences\",\n        \"sequency\",\n        \"sequencies\",\n        \"sequencing\",\n        \"sequencings\",\n        \"sequent\",\n        \"sequentiality\",\n        \"sequentialness\",\n        \"sequents\",\n        \"sequesters\",\n        \"sequestrations\",\n        \"sequestratrices\",\n        \"sequestratrix\",\n        \"sequestrectomy\",\n        \"sequestrotomy\",\n        \"sequestrums\",\n        \"sequitur\",\n        \"sequiturs\",\n        \"sercial\",\n        \"serials\",\n        \"series\",\n        \"serigraphy\",\n        \"serries\",\n        \"syllab\",\n        \"syllabatim\",\n        \"syllabe\",\n        \"syllabi\",\n        \"syllabub\",\n        \"syllabubs\",\n        \"syllabus\",\n        \"syllogisms\",\n        \"simpulum\",\n        \"simpulumla\",\n        \"systematicality\",\n        \"systematicalness\",\n        \"systematising\",\n        \"systemed\",\n        \"systemisation\",\n        \"systems\",\n        \"sortation\",\n        \"stratege\",\n        \"strategic\",\n        \"subcingulum\",\n        \"suberectness\",\n        \"subprocesses\",\n        \"subsequences\",\n        \"subsystems\",\n        \"technique\",\n        \"techniquer\",\n        \"techniques\",\n        \"terms\",\n        \"tetanies\",\n        \"truisms\",\n        \"ultrasystematic\"\n    ],\n    \"mmanya\": [\n        \"alco\",\n        \"alcogel\",\n        \"alcohol\",\n        \"alcoholemia\",\n        \"alcoholysis\",\n        \"alcoholism\",\n        \"alcoholmeter\",\n        \"alcoran\",\n        \"alcoves\",\n        \"alphol\",\n        \"barcelona\",\n        \"champac\",\n        \"champacs\",\n        \"champagnized\",\n        \"cockandy\",\n        \"cockering\",\n        \"cockie\",\n        \"cockiest\",\n        \"cocktail\",\n        \"cocktailed\",\n        \"cocktailing\",\n        \"cocktails\",\n        \"cockweed\",\n        \"conchol\",\n        \"cowtail\",\n        \"crinkum\",\n        \"dialcohol\",\n        \"drinkability\",\n        \"drinkableness\",\n        \"drinkables\",\n        \"drunkeness\",\n        \"drunkery\",\n        \"embleming\",\n        \"emblemist\",\n        \"emblems\",\n        \"libament\",\n        \"libber\",\n        \"lipper\",\n        \"lipperings\",\n        \"liquamen\",\n        \"liquation\",\n        \"liquefaction\",\n        \"liquefy\",\n        \"liquefied\",\n        \"liquefies\",\n        \"liquer\",\n        \"liquor\",\n        \"liquored\",\n        \"liquorer\",\n        \"liquory\",\n        \"liquorish\",\n        \"liquorishly\",\n        \"liquorishness\",\n        \"liquors\",\n        \"thioalcohol\",\n        \"undrunken\",\n        \"undrunkenness\",\n        \"vinegarishness\",\n        \"vinegarroon\",\n        \"vinier\",\n        \"winceys\",\n        \"wine\",\n        \"winery\",\n        \"wines\",\n        \"winesap\",\n        \"winesop\",\n        \"winy\",\n        \"winos\",\n        \"winterage\",\n        \"wintery\"\n    ],\n    \"ateụọ mmanya\": [\n        \"alcoate\"\n    ],\n    \"mmanya na-egbu\": [\n        \"alcogene\",\n        \"alcoholomania\",\n        \"alcoholophilia\",\n        \"alcoved\",\n        \"allicholly\",\n        \"barbe\",\n        \"barbeque\",\n        \"drunkard\",\n        \"drunks\",\n        \"grundified\",\n        \"hangover\",\n        \"inebriant\",\n        \"inebriated\",\n        \"inebriative\",\n        \"overdrunk\",\n        \"uncatholic\",\n        \"uncatholical\",\n        \"uncatholicise\",\n        \"uncatholicize\"\n    ],\n    \"mmanya na-egbu egbu\": [\n        \"alcohate\",\n        \"alcoholature\",\n        \"alcoholimeter\",\n        \"alcoholisation\",\n        \"alcoholise\",\n        \"alcoholist\",\n        \"alcoholmetric\",\n        \"alcoholometer\",\n        \"alcoholometry\",\n        \"alcohols\",\n        \"alcoholuria\",\n        \"alcovinometer\",\n        \"antialcoholic\",\n        \"detoxication\",\n        \"drunker\",\n        \"drunkeries\",\n        \"nonalcohol\",\n        \"overdrinks\",\n        \"unintoxicatedness\",\n        \"wineglassful\",\n        \"winey\"\n    ],\n    \"hoụọ mmanya\": [\n        \"alcoholate\",\n        \"alcoholize\"\n    ],\n    \"mmanyaonye\": [\n        \"alcoholdom\"\n    ],\n    \"ndị a alcoụrụma\": [\n        \"alcoholics\"\n    ],\n    \"isedụọ mmanya\": [\n        \"alcoholised\"\n    ],\n    \"isingụbiga mmanya ókè\": [\n        \"alcoholising\"\n    ],\n    \"onye aistụrụma\": [\n        \"alcoranist\"\n    ],\n    \"kpughari\": [\n        \"alcove\",\n        \"whamble\"\n    ],\n    \"alcuinas\": [\n        \"alcuinian\"\n    ],\n    \"daybọchị\": [\n        \"alday\"\n    ],\n    \"Onyeka Onwenu\": [\n        \"alderliefest\",\n        \"allelocatalytic\",\n        \"amphictyony\",\n        \"amphictyonian\",\n        \"apostrophus\",\n        \"attitudinarian\",\n        \"belswagger\",\n        \"bitsy\",\n        \"bohemias\",\n        \"borofluoric\",\n        \"bostrychoidal\",\n        \"brilliandeer\",\n        \"callithumpian\",\n        \"callitrichaceous\",\n        \"cephaelis\",\n        \"cladoniaceous\",\n        \"clapperdudgeon\",\n        \"clavariaceous\",\n        \"clavecinist\",\n        \"clavichord\",\n        \"cleistogamous\",\n        \"cleistogamously\",\n        \"cretinoid\",\n        \"disfavorer\",\n        \"disseisoress\",\n        \"distractively\",\n        \"emboweler\",\n        \"extrapelvic\",\n        \"floscularian\",\n        \"gavelman\",\n        \"gladsomely\",\n        \"harmonichord\",\n        \"jedcock\",\n        \"leiotrichan\",\n        \"lycodoid\",\n        \"lycopersicon\",\n        \"lindsey\",\n        \"melitriose\",\n        \"melotragedy\",\n        \"mendelianist\",\n        \"mentohyoid\",\n        \"mentoposterior\",\n        \"monotessaron\",\n        \"morbilli\",\n        \"multitudinist\",\n        \"nudnicks\",\n        \"palaeeudyptes\",\n        \"pamprodactyl\",\n        \"pardanthus\",\n        \"phenozygous\",\n        \"philabegs\",\n        \"philodestructiveness\",\n        \"philodoxer\",\n        \"philokleptic\",\n        \"philorthodox\",\n        \"philotechnical\",\n        \"philothaumaturgic\",\n        \"pythagoreanly\",\n        \"plymouthist\",\n        \"praefectus\",\n        \"praenestinian\",\n        \"praxeanist\",\n        \"psammogenous\",\n        \"psammolithic\",\n        \"psammophis\",\n        \"pseudopermanent\",\n        \"psittacomorphic\",\n        \"psittacotic\",\n        \"psomophagist\",\n        \"pteraspis\",\n        \"pterocera\",\n        \"pterodactyl\",\n        \"pterodactyloid\",\n        \"pterodactylous\",\n        \"pterodactylus\",\n        \"purveyoress\",\n        \"roberto\",\n        \"sestertius\",\n        \"shatterwit\",\n        \"shmaltziest\",\n        \"somatophytic\",\n        \"spangolite\",\n        \"spartacan\",\n        \"spartein\",\n        \"speisscobalt\",\n        \"spikebill\",\n        \"spikehorn\",\n        \"spikeweed\",\n        \"spiregrass\",\n        \"splenopancreatic\",\n        \"spotteldy\",\n        \"spurgewort\",\n        \"stahlhelmist\",\n        \"stenocephaly\",\n        \"stenocephalous\",\n        \"stenochromy\",\n        \"stenographing\",\n        \"stenopaic\",\n        \"stentorianly\",\n        \"sternoglossal\",\n        \"stichomythy\",\n        \"stilettoes\",\n        \"stilyagi\",\n        \"stylidiaceous\",\n        \"stilly\",\n        \"stylochus\",\n        \"styloglossal\",\n        \"stylohyoidean\",\n        \"stylomastoid\",\n        \"stylomyloid\",\n        \"stylopharyngeus\",\n        \"stylostegium\",\n        \"stylostemon\",\n        \"stylostixis\",\n        \"stiltedly\",\n        \"styrogallol\",\n        \"streptothricial\",\n        \"streptotrichal\",\n        \"stromeyerite\",\n        \"strontitic\",\n        \"suasionist\",\n        \"subsclerotic\",\n        \"subtacksman\",\n        \"superglottic\",\n        \"superindustrious\",\n        \"superindustriousness\",\n        \"surrebutting\",\n        \"swingdevil\",\n        \"tetradynamian\",\n        \"thioantimonious\",\n        \"thiotepas\",\n        \"thiotungstic\",\n        \"tournefortian\",\n        \"trichlorfon\",\n        \"vaingloriously\",\n        \"valkyrian\",\n        \"vanadiferous\",\n        \"volapukist\"\n    ],\n    \"izu ahia\": [\n        \"aldermaness\",\n        \"barbarization\",\n        \"barniest\",\n        \"barque\",\n        \"boguing\",\n        \"boominess\",\n        \"bourgeoning\",\n        \"charlatanish\",\n        \"charlatanry\",\n        \"charmeuse\",\n        \"conemaking\",\n        \"forchase\",\n        \"interchaff\",\n        \"misdeeming\",\n        \"mispurchase\",\n        \"mispurchasing\",\n        \"outbribe\",\n        \"seax\",\n        \"semiperiphery\",\n        \"shoppishness\",\n        \"superrespectableness\",\n        \"thimblerigging\",\n        \"tocharese\",\n        \"trammelingly\",\n        \"trammellingly\",\n        \"travailing\"\n    ],\n    \"na-eche echiche\": [\n        \"aldermanical\",\n        \"amorally\",\n        \"arterializing\",\n        \"benchful\",\n        \"conceptualizes\",\n        \"conceptualizing\",\n        \"consideringly\",\n        \"contemplates\",\n        \"deseasonalize\",\n        \"devitalize\",\n        \"dimetient\",\n        \"extenuating\",\n        \"figuring\",\n        \"forethinking\",\n        \"ideologizing\",\n        \"marsupializing\",\n        \"premating\",\n        \"presagingly\",\n        \"presupposes\",\n        \"radicalizes\",\n        \"radicalizing\",\n        \"sensationalizing\",\n        \"sentimentalizes\",\n        \"sentimentalizing\",\n        \"thinking\",\n        \"thinkingly\",\n        \"thinkingness\",\n        \"thinkingpart\",\n        \"ultraingenious\"\n    ],\n    \"dị ka aldermanlike\": [\n        \"aldermanlike\"\n    ],\n    \"ndi aldermen\": [\n        \"aldermen\"\n    ],\n    \"Nwa nwanyi\": [\n        \"alderwoman\",\n        \"celibatic\",\n        \"cellarwoman\",\n        \"cerberus\",\n        \"epiphenomenon\",\n        \"girllike\",\n        \"grandbaby\",\n        \"highborn\",\n        \"laudes\",\n        \"middlewoman\",\n        \"puffbird\",\n        \"schoolmistress\",\n        \"vulcanalian\",\n        \"vulvouterine\"\n    ],\n    \"aldolisation\": [\n        \"aldolization\"\n    ],\n    \"dozie\": [\n        \"aldolize\",\n        \"alleve\",\n        \"ariolate\",\n        \"arraign\",\n        \"arraigns\",\n        \"basify\",\n        \"begrave\",\n        \"behoved\",\n        \"besmouch\",\n        \"brecciate\",\n        \"calibrate\",\n        \"caliculate\",\n        \"commoderate\",\n        \"conditionate\",\n        \"counterdash\",\n        \"decrassify\",\n        \"deodorize\",\n        \"detoxify\",\n        \"discommodate\",\n        \"docetize\",\n        \"edentulate\",\n        \"endothecate\",\n        \"fixate\",\n        \"hariolate\",\n        \"interstratify\",\n        \"meddle\",\n        \"meddlecome\",\n        \"misstay\",\n        \"nasalize\",\n        \"neronize\",\n        \"nidify\",\n        \"nidulate\",\n        \"oversolidify\",\n        \"paragogize\",\n        \"paramastigate\",\n        \"pecify\",\n        \"persolve\",\n        \"poinded\",\n        \"pounced\",\n        \"prearrange\",\n        \"preclassify\",\n        \"preresemble\",\n        \"prerevised\",\n        \"preseparate\",\n        \"presolve\",\n        \"rectificative\",\n        \"rectigrade\",\n        \"rectinerved\",\n        \"rescrub\",\n        \"resolidify\",\n        \"resolve\",\n        \"restabilize\",\n        \"sacerdotalize\",\n        \"sanitate\",\n        \"sanitated\",\n        \"settle\",\n        \"solemnify\",\n        \"solemnified\",\n        \"solitudinize\",\n        \"solitudinized\",\n        \"solutize\",\n        \"solvabled\",\n        \"solvate\",\n        \"solve\",\n        \"subdit\",\n        \"subentire\",\n        \"subgit\",\n        \"subsalt\",\n        \"subsilicate\",\n        \"tiddy\",\n        \"tidy\",\n        \"troubleshoot\"\n    ],\n    \"aldol\": [\n        \"aldols\"\n    ],\n    \"oge obula\": [\n        \"aldoxime\",\n        \"anytime\",\n        \"begrimes\",\n        \"decurrently\",\n        \"hourly\",\n        \"nontemporary\",\n        \"obsoleteness\",\n        \"pantomimes\",\n        \"postpneumonic\",\n        \"pseudomedieval\",\n        \"pseudomutuality\",\n        \"pseudoval\",\n        \"westernizes\"\n    ],\n    \"aldọn\": [\n        \"aldus\"\n    ],\n    \"ilele\": [\n        \"aleak\",\n        \"amvis\",\n        \"gleeking\",\n        \"onlook\"\n    ],\n    \"ebe a\": [\n        \"alectryon\",\n        \"androsphinges\",\n        \"aread\",\n        \"beseeming\",\n        \"cepheus\",\n        \"cresol\",\n        \"deckswabber\",\n        \"desulfurs\",\n        \"farceuses\",\n        \"fortnights\",\n        \"groundspeed\",\n        \"hereabout\",\n        \"hereabouts\",\n        \"hereagainst\",\n        \"hereamong\",\n        \"hereaway\",\n        \"hereaways\",\n        \"heredia\",\n        \"heredipetous\",\n        \"heregeld\",\n        \"heregild\",\n        \"herero\",\n        \"heretoga\",\n        \"heretrix\",\n        \"hereunder\",\n        \"hereward\",\n        \"notocentrum\",\n        \"petrescent\",\n        \"sonorities\",\n        \"therebeside\",\n        \"therewhiles\",\n        \"thericlean\"\n    ],\n    \"gbaa\": [\n        \"alee\",\n        \"ashake\",\n        \"blazingly\",\n        \"brightish\",\n        \"brightly\",\n        \"brights\",\n        \"bruges\",\n        \"burnetize\",\n        \"burnish\",\n        \"calces\",\n        \"clotting\",\n        \"coshing\",\n        \"darting\",\n        \"drummed\",\n        \"engrege\",\n        \"ferrumination\",\n        \"flash\",\n        \"flashly\",\n        \"flect\",\n        \"fling\",\n        \"floush\",\n        \"flume\",\n        \"flustrate\",\n        \"getling\",\n        \"gildings\",\n        \"gudge\",\n        \"hotching\",\n        \"inchase\",\n        \"lightbrained\",\n        \"lit\",\n        \"lithophyllous\",\n        \"ostiate\",\n        \"picoting\",\n        \"quercite\",\n        \"rifled\",\n        \"scalded\",\n        \"shochet\",\n        \"shode\",\n        \"shoer\",\n        \"shoot\",\n        \"shootable\",\n        \"shot\",\n        \"shotbush\",\n        \"shote\",\n        \"shots\",\n        \"shotsman\",\n        \"shover\",\n        \"sootproof\",\n        \"sparked\",\n        \"sparkish\",\n        \"sparkle\",\n        \"sparkled\",\n        \"sparkly\",\n        \"sparkplugged\",\n        \"stenting\",\n        \"sting\",\n        \"stinting\",\n        \"stioning\",\n        \"swishes\",\n        \"whare\",\n        \"whiskerer\",\n        \"whisperation\",\n        \"whispers\"\n    ],\n    \"alef\": [\n        \"alefs\"\n    ],\n    \"ụlọ ndozi\": [\n        \"alehouse\",\n        \"bargehouse\",\n        \"gashouse\",\n        \"malattress\",\n        \"parlors\",\n        \"parlourish\",\n        \"parlours\",\n        \"pavilions\",\n        \"peelhouse\",\n        \"resthouse\",\n        \"storeys\",\n        \"tanhouse\",\n        \"tavern\",\n        \"taverns\"\n    ],\n    \"a na-ekpo ọkụ\": [\n        \"alembicated\"\n    ],\n    \"kelere\": [\n        \"alemite\",\n        \"gratelike\",\n        \"gratulated\",\n        \"gremial\",\n        \"laudatory\",\n        \"regreeted\",\n        \"uncomfy\"\n    ],\n    \"alencon\": [\n        \"alencons\"\n    ],\n    \"alen\": [\n        \"alenge\"\n    ],\n    \"ogologo\": [\n        \"alength\",\n        \"allonges\",\n        \"allonomous\",\n        \"altisonous\",\n        \"arrays\",\n        \"cerastes\",\n        \"chainon\",\n        \"cloisterwise\",\n        \"elong\",\n        \"elongation\",\n        \"elongations\",\n        \"enlength\",\n        \"erelong\",\n        \"extancy\",\n        \"extendedly\",\n        \"extendedness\",\n        \"length\",\n        \"lengtheners\",\n        \"lengthful\",\n        \"lengthy\",\n        \"lengthiness\",\n        \"lengthly\",\n        \"lengths\",\n        \"lengthsmen\",\n        \"lengthsome\",\n        \"lengthsomeness\",\n        \"lengthways\",\n        \"lenth\",\n        \"lenthways\",\n        \"long\",\n        \"longa\",\n        \"longacre\",\n        \"longan\",\n        \"longhairs\",\n        \"longhand\",\n        \"longhands\",\n        \"longhorn\",\n        \"longhorns\",\n        \"longilateral\",\n        \"longimanous\",\n        \"longimetric\",\n        \"longinian\",\n        \"longirostral\",\n        \"longirostrate\",\n        \"longish\",\n        \"longjaws\",\n        \"longline\",\n        \"longliner\",\n        \"longlines\",\n        \"longnose\",\n        \"longships\",\n        \"longtail\",\n        \"longue\",\n        \"longueur\",\n        \"longueurs\",\n        \"longulite\",\n        \"longwall\",\n        \"longwise\",\n        \"lutulent\",\n        \"outlength\",\n        \"plenilunary\",\n        \"plenitide\",\n        \"prolongableness\",\n        \"prolongably\",\n        \"protractedness\",\n        \"rect\",\n        \"shalloons\",\n        \"spancel\",\n        \"spaned\",\n        \"spinulosely\",\n        \"stature\",\n        \"statured\",\n        \"straightedge\",\n        \"straightedges\",\n        \"straightjacket\",\n        \"stretchpants\",\n        \"strettos\",\n        \"talcky\",\n        \"talcous\",\n        \"tallies\",\n        \"tallis\",\n        \"tallish\",\n        \"tallith\",\n        \"tallithim\",\n        \"tallness\",\n        \"tallnesses\",\n        \"tallols\",\n        \"tallote\",\n        \"taluses\",\n        \"torqueses\"\n    ],\n    \"aleinu\": [\n        \"alenu\"\n    ],\n    \"njikere\": [\n        \"alert\",\n        \"alerters\",\n        \"alertness\",\n        \"alreadiness\",\n        \"antipreparedness\",\n        \"armsful\",\n        \"preparedly\",\n        \"preparedness\",\n        \"readiness\",\n        \"standbybys\",\n        \"underprepared\",\n        \"willinger\",\n        \"willingest\",\n        \"willinghood\",\n        \"willingness\"\n    ],\n    \"alerted\": [\n        \"alertedly\"\n    ],\n    \"na-akpachapụ anya\": [\n        \"alertest\",\n        \"allopathetically\"\n    ],\n    \"ịdọ aka ná ntị\": [\n        \"alerting\",\n        \"almoner\",\n        \"berdache\",\n        \"berline\",\n        \"bioprecipitation\",\n        \"cautionaries\",\n        \"cautioning\",\n        \"counterdiscipline\",\n        \"disciplinability\",\n        \"disciplinableness\",\n        \"disciplinarily\",\n        \"disciplinarity\",\n        \"discipline\",\n        \"empalement\",\n        \"forecourse\",\n        \"forecourt\",\n        \"forewarner\",\n        \"forewarning\",\n        \"forewarnings\",\n        \"incaution\",\n        \"lassoer\",\n        \"overdisciplining\",\n        \"plainspokenness\",\n        \"plicatulate\",\n        \"prattlement\",\n        \"precautioning\",\n        \"prediscouraging\",\n        \"prediscover\",\n        \"propitiousness\",\n        \"terracing\",\n        \"typhic\",\n        \"uncautioned\",\n        \"warners\",\n        \"warningproof\",\n        \"warnison\"\n    ],\n    \"ịụ mmanya\": [\n        \"alestake\",\n        \"hooking\",\n        \"liquoring\"\n    ],\n    \"ọkà mmụta alethiologist\": [\n        \"alethiologist\"\n    ],\n    \"Uchechukwu\": [\n        \"alethopteroid\",\n        \"amphiplatyan\",\n        \"andouille\",\n        \"androcephalous\",\n        \"androclclinia\",\n        \"androcracy\",\n        \"androphagous\",\n        \"begeck\",\n        \"beknotting\",\n        \"belomancy\",\n        \"blauboks\",\n        \"blickies\",\n        \"boskiness\",\n        \"buckeens\",\n        \"buckeyes\",\n        \"ceanothus\",\n        \"ceyssatite\",\n        \"celsia\",\n        \"cercis\",\n        \"ceromez\",\n        \"cheslep\",\n        \"citronalis\",\n        \"cleuks\",\n        \"coterell\",\n        \"cothamore\",\n        \"cowsharn\",\n        \"cresolin\",\n        \"deboss\",\n        \"debouch\",\n        \"dextrousness\",\n        \"dichlamydeous\",\n        \"distichs\",\n        \"drudge\",\n        \"drudged\",\n        \"eelspear\",\n        \"fluegelhorn\",\n        \"flugelhorn\",\n        \"forrad\",\n        \"frivol\",\n        \"fulldo\",\n        \"gletty\",\n        \"gustativeness\",\n        \"hartshorn\",\n        \"heronbill\",\n        \"hochheimer\",\n        \"holocentrus\",\n        \"yarthen\",\n        \"kipfel\",\n        \"kiplingese\",\n        \"kiteflying\",\n        \"lemniscus\",\n        \"menthyl\",\n        \"menthols\",\n        \"myasthenia\",\n        \"myasthenic\",\n        \"mitchella\",\n        \"mizzenmasts\",\n        \"monadelph\",\n        \"monosyllabize\",\n        \"monosulfonic\",\n        \"monzodiorite\",\n        \"morrenian\",\n        \"morvin\",\n        \"negrillo\",\n        \"negrohead\",\n        \"notropis\",\n        \"outechoing\",\n        \"pangloss\",\n        \"philodendron\",\n        \"phlyctenoid\",\n        \"phrenologic\",\n        \"pyoplania\",\n        \"pyroarsenious\",\n        \"pyruwl\",\n        \"pithecian\",\n        \"pleurosteon\",\n        \"plevin\",\n        \"plicatocristate\",\n        \"plinian\",\n        \"plurennial\",\n        \"prenzie\",\n        \"puggy\",\n        \"quaillike\",\n        \"quatsino\",\n        \"quetzal\",\n        \"quincewort\",\n        \"redox\",\n        \"ricocheting\",\n        \"ridleys\",\n        \"ryotwary\",\n        \"roqueting\",\n        \"rostellum\",\n        \"rostra\",\n        \"rouerie\",\n        \"sansculottic\",\n        \"sansculottish\",\n        \"sattvic\",\n        \"schuyt\",\n        \"sciamachy\",\n        \"scopophilia\",\n        \"sibylline\",\n        \"skoaled\",\n        \"snooting\",\n        \"spirorbis\",\n        \"sprekelia\",\n        \"sriram\",\n        \"stilbenes\",\n        \"stomoxys\",\n        \"stopless\",\n        \"stoplessness\",\n        \"strontian\",\n        \"strontianite\",\n        \"strontias\",\n        \"strontium\",\n        \"tasseling\",\n        \"tatsanottine\",\n        \"tcheirek\",\n        \"teabowl\",\n        \"teetsook\",\n        \"telodendria\",\n        \"tenmantale\",\n        \"teschenite\",\n        \"tessaraglot\",\n        \"tetanolysin\",\n        \"thapsia\",\n        \"thelodus\",\n        \"thymectomize\",\n        \"thioarsenic\",\n        \"thiosinamine\",\n        \"thiostannic\",\n        \"thyratron\",\n        \"thyreocervical\",\n        \"thysanopteron\",\n        \"thomistic\",\n        \"thompson\",\n        \"thoracal\",\n        \"thracian\",\n        \"threnodial\",\n        \"threonin\",\n        \"threskiornithidae\",\n        \"threskiornithinae\",\n        \"thrombopenia\",\n        \"thronedom\",\n        \"thronos\",\n        \"thrushel\",\n        \"thujin\",\n        \"thulia\",\n        \"thuoc\",\n        \"thuringian\",\n        \"thurmus\",\n        \"ticklenburg\",\n        \"tiddlywink\",\n        \"trichopteron\",\n        \"trismus\",\n        \"tristania\",\n        \"trotcozy\",\n        \"trousseaux\",\n        \"tzigane\",\n        \"tzotzil\",\n        \"ulnometacarpal\",\n        \"undithyrambic\",\n        \"unlatticed\",\n        \"uptosses\",\n        \"veneros\",\n        \"vulg\",\n        \"wholistic\",\n        \"whooshed\",\n        \"whooshes\",\n        \"wooshes\",\n        \"zygnemaceous\",\n        \"zygnemataceous\",\n        \"zymologic\"\n    ],\n    \"atọ\": [\n        \"alette\",\n        \"drawls\",\n        \"rassling\",\n        \"serows\",\n        \"tasteful\",\n        \"tasters\",\n        \"tastes\",\n        \"thirlage\",\n        \"three\",\n        \"threefold\",\n        \"threefoldness\",\n        \"threeness\",\n        \"threep\",\n        \"threeped\",\n        \"threeping\",\n        \"threeps\",\n        \"threes\",\n        \"threesome\",\n        \"tiple\",\n        \"tiplet\",\n        \"triact\",\n        \"triad\",\n        \"triadics\",\n        \"triander\",\n        \"triangulum\",\n        \"triary\",\n        \"triarthrus\",\n        \"trias\",\n        \"triazins\",\n        \"trice\",\n        \"trichopter\",\n        \"trick\",\n        \"triens\",\n        \"trier\",\n        \"triferous\",\n        \"triflorate\",\n        \"trifoliated\",\n        \"trihedral\",\n        \"trihoral\",\n        \"trilaminate\",\n        \"trilateral\",\n        \"trilaterally\",\n        \"trilloes\",\n        \"trilobate\",\n        \"trilogical\",\n        \"trinalize\",\n        \"trinary\",\n        \"trination\",\n        \"trinational\",\n        \"trined\",\n        \"trines\",\n        \"trining\",\n        \"trinitration\",\n        \"trinomially\",\n        \"trinovant\",\n        \"triobol\",\n        \"trioctile\",\n        \"triocular\",\n        \"triodia\",\n        \"trioecious\",\n        \"trioecs\",\n        \"triol\",\n        \"triolcous\",\n        \"trioleate\",\n        \"trioleic\",\n        \"triolein\",\n        \"triolet\",\n        \"triolets\",\n        \"triology\",\n        \"triops\",\n        \"trior\",\n        \"triose\",\n        \"trioses\",\n        \"triovulate\",\n        \"triparted\",\n        \"tripartedly\",\n        \"tripartient\",\n        \"tripartite\",\n        \"tripartitely\",\n        \"tripartition\",\n        \"triplasic\",\n        \"triples\",\n        \"triplets\",\n        \"triplicate\",\n        \"triplicated\",\n        \"triplicates\",\n        \"triplicating\",\n        \"triplicative\",\n        \"triplicity\",\n        \"tripling\",\n        \"triploblastic\",\n        \"triplocaulous\",\n        \"triploidy\",\n        \"triploidic\",\n        \"tripudial\",\n        \"tripudiant\",\n        \"tripudiary\",\n        \"tripudiate\",\n        \"triradiately\",\n        \"trisporous\",\n        \"tritely\",\n        \"triteness\",\n        \"triticeous\",\n        \"triurid\",\n        \"trivalent\",\n        \"triverbal\"\n    ],\n    \"ndị aleurites\": [\n        \"aleurites\"\n    ],\n    \"ndi aleutians\": [\n        \"aleutians\"\n    ],\n    \"ndi ozo\": [\n        \"alewives\",\n        \"alienees\",\n        \"alienisms\",\n        \"alterers\",\n        \"anthers\",\n        \"archeress\",\n        \"arctomys\",\n        \"arete\",\n        \"calumnies\",\n        \"chantors\",\n        \"creasers\",\n        \"crewmanship\",\n        \"dozers\",\n        \"elt\",\n        \"entourage\",\n        \"interlocutresses\",\n        \"jadeites\",\n        \"kalewives\",\n        \"keisters\",\n        \"lackers\",\n        \"londoners\",\n        \"noncontributories\",\n        \"nondivergencies\",\n        \"orthodoxally\",\n        \"outlivers\",\n        \"protozoans\",\n        \"remainders\",\n        \"retwists\",\n        \"seigniors\",\n        \"suborners\",\n        \"subtenants\",\n        \"succors\",\n        \"versants\",\n        \"werefolk\"\n    ],\n    \"alexis\": [\n        \"alexic\"\n    ],\n    \"ogwe aka\": [\n        \"alexiteric\",\n        \"arm\",\n        \"armarium\",\n        \"armbone\",\n        \"armfuls\",\n        \"armgaunt\",\n        \"armillary\",\n        \"armistices\",\n        \"armlets\",\n        \"armlike\",\n        \"armloads\",\n        \"armlocks\",\n        \"armorials\",\n        \"armouring\",\n        \"armrests\",\n        \"arms\",\n        \"armures\",\n        \"boughpot\",\n        \"boughpots\",\n        \"cavy\",\n        \"cavie\",\n        \"caviya\",\n        \"celiotomies\",\n        \"celotomies\",\n        \"colonisability\",\n        \"colons\",\n        \"concumbency\",\n        \"cryptogamian\",\n        \"curval\",\n        \"flaunche\",\n        \"frazzles\",\n        \"gableboard\",\n        \"galluses\",\n        \"gargoyled\",\n        \"gargoyles\",\n        \"gesticulations\",\n        \"gibbol\",\n        \"grommets\",\n        \"grump\",\n        \"grumped\",\n        \"grumph\",\n        \"halms\",\n        \"handbarrows\",\n        \"handstands\",\n        \"kontakion\",\n        \"larcenies\",\n        \"laryngography\",\n        \"lavishes\",\n        \"lavrocks\",\n        \"lcsymbol\",\n        \"limb\",\n        \"limbate\",\n        \"limbecks\",\n        \"limens\",\n        \"limns\",\n        \"limpets\",\n        \"lintels\",\n        \"lintols\",\n        \"locomotiveness\",\n        \"lores\",\n        \"mutases\",\n        \"nonchampion\",\n        \"nonlactescent\",\n        \"notopodium\",\n        \"palls\",\n        \"panhandles\",\n        \"polyarticular\",\n        \"pollocks\",\n        \"prenanthes\",\n        \"rhegnopteri\",\n        \"sanskritist\",\n        \"sanskritization\",\n        \"semiangle\",\n        \"shoos\",\n        \"spancels\",\n        \"spanpiece\",\n        \"strumpets\",\n        \"udometry\",\n        \"unfixedness\",\n        \"ventrotomy\",\n        \"wabbles\",\n        \"washboards\",\n        \"waveforms\",\n        \"widdle\"\n    ],\n    \"na-atụnye\": [\n        \"alferes\"\n    ],\n    \"weputara\": [\n        \"alferez\",\n        \"bested\",\n        \"bestraught\",\n        \"bestrewed\",\n        \"fleaseed\",\n        \"outputted\",\n        \"releasers\",\n        \"releases\",\n        \"relets\",\n        \"unleached\",\n        \"unlean\",\n        \"unleased\",\n        \"unleashed\"\n    ],\n    \"alfọn\": [\n        \"alfonsin\"\n    ],\n    \"ọkà mmụta algaeologist\": [\n        \"algaeologist\"\n    ],\n    \"algos\": [\n        \"algas\"\n    ],\n    \"ịgbanwee\": [\n        \"algate\",\n        \"altercate\",\n        \"altercated\",\n        \"altercating\",\n        \"altercative\",\n        \"alternipetalous\",\n        \"circumstantiating\",\n        \"converged\",\n        \"converging\",\n        \"countersigning\",\n        \"enlinkment\",\n        \"exchangite\",\n        \"inconverted\",\n        \"intercaste\",\n        \"interdiffused\",\n        \"interdiffusing\",\n        \"interirrigation\",\n        \"interproximate\",\n        \"multipronged\",\n        \"persianize\",\n        \"polarised\",\n        \"polarized\",\n        \"reconverging\",\n        \"redarguing\",\n        \"redeclining\",\n        \"schismatizing\",\n        \"shift\",\n        \"shiftman\",\n        \"swaybacked\",\n        \"swapping\",\n        \"switchgirl\",\n        \"switchy\",\n        \"switchlike\",\n        \"switchover\",\n        \"turnabout\",\n        \"twistiwise\",\n        \"unfroward\",\n        \"varicosed\",\n        \"versableness\",\n        \"wurrung\"\n    ],\n    \"algebra\": [\n        \"algebraic\",\n        \"algebras\"\n    ],\n    \"algebraist\": [\n        \"algebraists\"\n    ],\n    \"algebrazu\": [\n        \"algebraize\"\n    ],\n    \"itinye algebra\": [\n        \"algebraizing\"\n    ],\n    \"Asụsụ Algerian\": [\n        \"algerian\"\n    ],\n    \"ndị algeria\": [\n        \"algerians\"\n    ],\n    \"algesimita\": [\n        \"algesimeter\"\n    ],\n    \"akpa ike\": [\n        \"algetic\"\n    ],\n    \"ọdachi\": [\n        \"algicidal\",\n        \"anastrophe\",\n        \"calamagrostis\",\n        \"calamander\",\n        \"calamary\",\n        \"calamariaceous\",\n        \"calamarian\",\n        \"calamaries\",\n        \"calamarioid\",\n        \"calamiferious\",\n        \"calamiferous\",\n        \"calamiform\",\n        \"calamined\",\n        \"calamines\",\n        \"calamints\",\n        \"calamistral\",\n        \"calamite\",\n        \"calamites\",\n        \"calamity\",\n        \"calamities\",\n        \"calamitously\",\n        \"calamitousness\",\n        \"catabolic\",\n        \"cataclasis\",\n        \"cataclasm\",\n        \"cataclasmic\",\n        \"cataclysm\",\n        \"catadromous\",\n        \"catastases\",\n        \"catastasis\",\n        \"catastrophe\",\n        \"catastrophes\",\n        \"catfacing\",\n        \"catfalls\",\n        \"decurrence\",\n        \"diastrophe\",\n        \"diastrophic\",\n        \"disaster\",\n        \"disasterly\",\n        \"disasters\",\n        \"disastrous\",\n        \"disastrousness\",\n        \"dismalities\",\n        \"endangitis\",\n        \"endoergic\",\n        \"eventuality\",\n        \"hazardousness\",\n        \"impasture\",\n        \"metastrophe\",\n        \"misfortuned\",\n        \"noncatastrophic\",\n        \"pandit\",\n        \"perienteron\",\n        \"precipitousness\",\n        \"predaceous\",\n        \"predaceousness\",\n        \"pregrievance\",\n        \"seastroke\",\n        \"succedaneous\",\n        \"tragedy\",\n        \"tragedial\",\n        \"tragedian\",\n        \"tragedianess\",\n        \"tragedians\",\n        \"tragedical\",\n        \"tragedienne\",\n        \"tragediennes\",\n        \"tragedies\",\n        \"tragedietta\",\n        \"tragedious\",\n        \"tragedist\",\n        \"tragedization\",\n        \"tragic\",\n        \"tragically\",\n        \"tragicaster\",\n        \"tragicness\",\n        \"tragicofarcical\",\n        \"tragicomedies\",\n        \"tragicomic\",\n        \"tragicomical\",\n        \"tragicomicality\",\n        \"tragicomically\",\n        \"uncatastrophic\"\n    ],\n    \"ịgicụ ọgwụ ọjọọ\": [\n        \"algicide\"\n    ],\n    \"ọgwụ ndị na-egbu egbu\": [\n        \"algicides\"\n    ],\n    \"algi\": [\n        \"algiers\"\n    ],\n    \"ịkpa\": [\n        \"algific\",\n        \"arcate\",\n        \"archking\",\n        \"avarice\",\n        \"bibbing\",\n        \"estivator\",\n        \"gurish\",\n        \"yank\",\n        \"yanked\",\n        \"largifical\",\n        \"luggie\",\n        \"whulk\",\n        \"wimpling\"\n    ],\n    \"ndị mbata\": [\n        \"alginates\",\n        \"getters\"\n    ],\n    \"onye mmechi\": [\n        \"algist\",\n        \"terminator\"\n    ],\n    \"adịchaghị\": [\n        \"algological\",\n        \"premium\"\n    ],\n    \"n'akuku\": [\n        \"algologically\",\n        \"anecdotally\",\n        \"angle\",\n        \"angled\",\n        \"anglehook\",\n        \"anglepod\",\n        \"anglepods\",\n        \"angletouch\",\n        \"anglewing\",\n        \"angularly\",\n        \"bypath\",\n        \"fordless\",\n        \"pallwise\",\n        \"plugless\",\n        \"ridgewise\",\n        \"sidelining\",\n        \"sidelong\",\n        \"sideward\",\n        \"sidewinder\",\n        \"sidewise\",\n        \"sidle\",\n        \"unabatingly\",\n        \"unangrily\",\n        \"unangularly\"\n    ],\n    \"algomita\": [\n        \"algometer\"\n    ],\n    \"algomik\": [\n        \"algomic\"\n    ],\n    \"mkpụrụ\": [\n        \"algores\",\n        \"alphorn\",\n        \"cutis\",\n        \"decerns\",\n        \"eppes\",\n        \"fruitage\",\n        \"fruition\",\n        \"fruitwise\",\n        \"lyra\",\n        \"lyrate\",\n        \"seedage\",\n        \"seeder\",\n        \"seedily\",\n        \"seediness\",\n        \"seedness\",\n        \"substract\",\n        \"substrate\",\n        \"substrates\",\n        \"teuch\",\n        \"thins\",\n        \"zeroes\"\n    ],\n    \"algorism\": [\n        \"algorismic\"\n    ],\n    \"ahịhịa\": [\n        \"algorisms\",\n        \"alibies\",\n        \"alimentive\",\n        \"allheals\",\n        \"alumroots\",\n        \"barbicels\",\n        \"barysphere\",\n        \"bastes\",\n        \"bestench\",\n        \"botanies\",\n        \"bristles\",\n        \"brush\",\n        \"brushbird\",\n        \"brushbush\",\n        \"brusher\",\n        \"brushers\",\n        \"brushet\",\n        \"brushful\",\n        \"brushlet\",\n        \"brushlike\",\n        \"brushmaker\",\n        \"brushman\",\n        \"brushoffs\",\n        \"brushpopper\",\n        \"bushbeater\",\n        \"cabalisms\",\n        \"canap\",\n        \"clearweed\",\n        \"coalesces\",\n        \"coisns\",\n        \"dossels\",\n        \"easts\",\n        \"fedoras\",\n        \"fivepins\",\n        \"foliages\",\n        \"fowage\",\n        \"freath\",\n        \"grass\",\n        \"grassant\",\n        \"grassation\",\n        \"grassed\",\n        \"grassers\",\n        \"grasses\",\n        \"grasset\",\n        \"grassfinch\",\n        \"grassflat\",\n        \"grasshook\",\n        \"grassy\",\n        \"grassily\",\n        \"grassiness\",\n        \"grassing\",\n        \"grasslike\",\n        \"grassnut\",\n        \"grassplat\",\n        \"grassplot\",\n        \"grassquit\",\n        \"grassroots\",\n        \"grasswards\",\n        \"grassweed\",\n        \"grasswidow\",\n        \"grasswidowhood\",\n        \"groundnut\",\n        \"grutch\",\n        \"hayburner\",\n        \"haycap\",\n        \"hayfield\",\n        \"hayfields\",\n        \"hayloft\",\n        \"hayseeds\",\n        \"haywires\",\n        \"heeds\",\n        \"herbary\",\n        \"herby\",\n        \"herbier\",\n        \"herbivorousness\",\n        \"herblet\",\n        \"herbs\",\n        \"hushion\",\n        \"lawn\",\n        \"lawned\",\n        \"lawner\",\n        \"lawnleaf\",\n        \"lawnlike\",\n        \"lisle\",\n        \"lushnesses\",\n        \"malm\",\n        \"mead\",\n        \"meadow\",\n        \"meadowing\",\n        \"meadwort\",\n        \"meeds\",\n        \"meles\",\n        \"moile\",\n        \"mulishness\",\n        \"onanisms\",\n        \"ousels\",\n        \"pastils\",\n        \"pastness\",\n        \"pereion\",\n        \"pritch\",\n        \"reals\",\n        \"rebs\",\n        \"reedbush\",\n        \"reedy\",\n        \"reeding\",\n        \"retile\",\n        \"straw\",\n        \"strawboard\",\n        \"strawy\",\n        \"strawish\",\n        \"strawstack\",\n        \"strawwork\",\n        \"stringer\",\n        \"stubs\",\n        \"tapissery\",\n        \"teds\",\n        \"trash\",\n        \"trashless\",\n        \"triture\",\n        \"tutster\",\n        \"vegetalcule\",\n        \"vegetated\",\n        \"vegetates\",\n        \"vegetation\",\n        \"vegetational\",\n        \"vegetationally\",\n        \"vegeteness\",\n        \"vegetocarbonaceous\",\n        \"weever\",\n        \"wrasses\"\n    ],\n    \"onye algorist\": [\n        \"algorist\"\n    ],\n    \"algọridim\": [\n        \"algorithm\",\n        \"algorithms\"\n    ],\n    \"algogo\": [\n        \"algors\"\n    ],\n    \"odide\": [\n        \"algraphy\",\n        \"characterial\",\n        \"characters\",\n        \"clergyable\",\n        \"condensability\",\n        \"condensate\",\n        \"condensation\",\n        \"condensational\",\n        \"condensations\",\n        \"condensedness\",\n        \"condignness\",\n        \"inwritten\",\n        \"scrabe\",\n        \"typoscript\"\n    ],\n    \"asụsụ\": [\n        \"algraphic\",\n        \"bransle\",\n        \"cangues\",\n        \"dialogued\",\n        \"epulary\",\n        \"fingu\",\n        \"harshen\",\n        \"harshened\",\n        \"harshening\",\n        \"hemilingual\",\n        \"jingu\",\n        \"langauge\",\n        \"langrage\",\n        \"language\",\n        \"languages\",\n        \"langues\",\n        \"linget\",\n        \"lingism\",\n        \"lingua\",\n        \"linguacious\",\n        \"linguadental\",\n        \"linguale\",\n        \"lingually\",\n        \"linguanasal\",\n        \"linguata\",\n        \"linguatula\",\n        \"linguatuline\",\n        \"linguatuloid\",\n        \"linguet\",\n        \"linguidental\",\n        \"linguiform\",\n        \"linguine\",\n        \"linguines\",\n        \"linguini\",\n        \"linguipotence\",\n        \"linguished\",\n        \"linguistic\",\n        \"linguistical\",\n        \"linguistics\",\n        \"linguistry\",\n        \"linguodental\",\n        \"linguopalatal\",\n        \"lithosian\",\n        \"lural\",\n        \"minguetite\",\n        \"multilingual\",\n        \"orographic\",\n        \"orographical\",\n        \"orological\",\n        \"paralanguage\",\n        \"phengitical\",\n        \"phlogistian\",\n        \"phrarisaical\",\n        \"pinguicula\",\n        \"pinguiculaceous\",\n        \"pinguid\",\n        \"pinguidity\",\n        \"pinguiferous\",\n        \"pinguin\",\n        \"pinguite\",\n        \"pinguitude\",\n        \"polygraphic\",\n        \"prague\",\n        \"prelanguage\",\n        \"rudimentary\",\n        \"sciage\",\n        \"shinguard\",\n        \"sylvite\",\n        \"sublanguages\",\n        \"terlinguaite\",\n        \"tinguy\",\n        \"tinguian\",\n        \"togues\",\n        \"tonality\",\n        \"tonemic\",\n        \"tongued\",\n        \"tongueful\",\n        \"tonguefuls\",\n        \"tonguelet\",\n        \"tonguemanship\",\n        \"tonguemen\",\n        \"tongues\",\n        \"tongueshot\",\n        \"tonguesore\",\n        \"tonguester\",\n        \"tonguiness\",\n        \"tonguing\",\n        \"tonguings\",\n        \"tonical\",\n        \"tonish\",\n        \"tonology\",\n        \"tonuses\",\n        \"ungues\",\n        \"varlets\",\n        \"varletto\",\n        \"varronian\",\n        \"ventroinguinal\",\n        \"vernacularly\",\n        \"vernaculars\",\n        \"vernicle\",\n        \"vernicles\",\n        \"vogues\"\n    ],\n    \"algọm\": [\n        \"algums\"\n    ],\n    \"ndị ọzọ\": [\n        \"alia\",\n        \"alternators\",\n        \"eila\",\n        \"emunctories\",\n        \"extradites\",\n        \"othergates\",\n        \"others\",\n        \"partials\",\n        \"reelers\",\n        \"simians\",\n        \"vicecomites\"\n    ],\n    \"utu aha\": [\n        \"alias\",\n        \"aliases\",\n        \"nicknamed\",\n        \"nicknamee\"\n    ],\n    \"tinye aha\": [\n        \"aliased\",\n        \"eulogised\",\n        \"eulogized\",\n        \"preenroll\",\n        \"prenominated\",\n        \"superscribe\"\n    ],\n    \"alibi\": [\n        \"alibiing\"\n    ],\n    \"kwere ekwe\": [\n        \"alible\",\n        \"allotheism\",\n        \"assurable\",\n        \"believer\",\n        \"delible\",\n        \"foretellable\",\n        \"yieldable\",\n        \"perivesical\",\n        \"persuadable\",\n        \"plausible\",\n        \"pledgeable\",\n        \"promisable\",\n        \"superbelievableness\",\n        \"suppliable\"\n    ],\n    \"alidade\": [\n        \"alidades\"\n    ],\n    \"alidis\": [\n        \"alidads\"\n    ],\n    \"ọbịa\": [\n        \"alien\",\n        \"alienabilities\",\n        \"alienigenate\",\n        \"alienness\",\n        \"entertained\",\n        \"guest\",\n        \"guested\",\n        \"guesten\",\n        \"guestimating\",\n        \"guesting\",\n        \"guestless\",\n        \"guestling\",\n        \"guests\",\n        \"guestship\",\n        \"guestwise\",\n        \"martialization\",\n        \"martialled\",\n        \"strangerdom\",\n        \"strangership\"\n    ],\n    \"esenowo\": [\n        \"alienable\",\n        \"alienism\",\n        \"visiter\",\n        \"visitor\",\n        \"visitrix\"\n    ],\n    \"nkewa\": [\n        \"alienage\",\n        \"alienation\",\n        \"alineation\",\n        \"allocable\",\n        \"allocutive\",\n        \"amental\",\n        \"categorial\",\n        \"classed\",\n        \"classify\",\n        \"classified\",\n        \"clavis\",\n        \"clefs\",\n        \"clefts\",\n        \"compartment\",\n        \"compartmental\",\n        \"compartmentalization\",\n        \"compartmentalized\",\n        \"compartmentation\",\n        \"disaggregated\",\n        \"disaggregation\",\n        \"disaggregative\",\n        \"disassociation\",\n        \"disgregated\",\n        \"disgregating\",\n        \"disgregation\",\n        \"dismemberments\",\n        \"disparate\",\n        \"disparison\",\n        \"disparity\",\n        \"disparition\",\n        \"dispartment\",\n        \"disrelation\",\n        \"dissectional\",\n        \"dissension\",\n        \"dissensions\",\n        \"dissentience\",\n        \"dissention\",\n        \"dissociability\",\n        \"dissociable\",\n        \"dissociableness\",\n        \"dissociant\",\n        \"dissociated\",\n        \"dissociating\",\n        \"dissociation\",\n        \"dissociations\",\n        \"dissociative\",\n        \"disvisage\",\n        \"divid\",\n        \"dividableness\",\n        \"dividant\",\n        \"divide\",\n        \"dividedness\",\n        \"dividend\",\n        \"dividends\",\n        \"divides\",\n        \"dividing\",\n        \"dividingly\",\n        \"dividual\",\n        \"dividualism\",\n        \"dividually\",\n        \"dividuity\",\n        \"dividuous\",\n        \"divisibility\",\n        \"divisible\",\n        \"divisibleness\",\n        \"division\",\n        \"divisional\",\n        \"divisionally\",\n        \"divisionary\",\n        \"divisionism\",\n        \"divisionist\",\n        \"divisionistic\",\n        \"divisions\",\n        \"divisive\",\n        \"divisively\",\n        \"divisiveness\",\n        \"divisor\",\n        \"divisory\",\n        \"divisorial\",\n        \"divisors\",\n        \"divisural\",\n        \"faction\",\n        \"factional\",\n        \"factionalism\",\n        \"factionalist\",\n        \"factionally\",\n        \"factionary\",\n        \"factionaries\",\n        \"factionate\",\n        \"factioneer\",\n        \"factionism\",\n        \"factionist\",\n        \"fractionalism\",\n        \"fragmentariness\",\n        \"fragmentation\",\n        \"fragmentization\",\n        \"fragmentizing\",\n        \"inseparability\",\n        \"inseparableness\",\n        \"inseparate\",\n        \"interlineation\",\n        \"intermental\",\n        \"mapping\",\n        \"nondismemberment\",\n        \"nondividing\",\n        \"nonfragmented\",\n        \"nonsegmentation\",\n        \"nonsegmented\",\n        \"nonsegregation\",\n        \"nonsegregative\",\n        \"nonterrestrial\",\n        \"partedness\",\n        \"parting\",\n        \"partings\",\n        \"partite\",\n        \"partitional\",\n        \"partitioned\",\n        \"partitioning\",\n        \"partitionist\",\n        \"partitionment\",\n        \"parture\",\n        \"secessional\",\n        \"secessionism\",\n        \"sectarial\",\n        \"sectarianise\",\n        \"sectarianising\",\n        \"sectarianly\",\n        \"sectility\",\n        \"sectionalise\",\n        \"sectionalised\",\n        \"sectionalising\",\n        \"sectionalism\",\n        \"sectionalist\",\n        \"sectionalized\",\n        \"sectioned\",\n        \"sectionized\",\n        \"sectored\",\n        \"segmental\",\n        \"segmentally\",\n        \"segmentary\",\n        \"segmentation\",\n        \"segmentations\",\n        \"segmented\",\n        \"segmenting\",\n        \"segregant\",\n        \"segregatedness\",\n        \"segregation\",\n        \"segregational\",\n        \"segregationist\",\n        \"segregative\",\n        \"segregator\",\n        \"semiarboreal\",\n        \"semiarticulately\",\n        \"semidivided\",\n        \"semifitted\",\n        \"semifused\",\n        \"semipectinated\",\n        \"semirationalized\",\n        \"semispeculation\",\n        \"semistriated\",\n        \"separability\",\n        \"separable\",\n        \"separably\",\n        \"separatical\",\n        \"separating\",\n        \"separation\",\n        \"separationism\",\n        \"separationist\",\n        \"separations\",\n        \"separatism\",\n        \"separatistic\",\n        \"separative\",\n        \"separativeness\",\n        \"separator\",\n        \"separatory\",\n        \"separatress\",\n        \"separatrices\",\n        \"sequaciousness\",\n        \"sequestered\",\n        \"sequestral\",\n        \"sequestrant\",\n        \"sequestrated\",\n        \"sequestrates\",\n        \"sequestrating\",\n        \"sequestration\",\n        \"sequestrator\",\n        \"sequestrum\",\n        \"solutive\",\n        \"sparables\",\n        \"splits\",\n        \"splittail\",\n        \"splittings\",\n        \"subaggregation\",\n        \"subdilated\",\n        \"subdividable\",\n        \"subdivide\",\n        \"subdivided\",\n        \"subdivider\",\n        \"subdivides\",\n        \"subdividing\",\n        \"subdividingly\",\n        \"subdivineness\",\n        \"subdivisible\",\n        \"subdivision\",\n        \"subdivisions\",\n        \"subdivisive\",\n        \"sublation\",\n        \"subpartition\",\n        \"subpartitioned\",\n        \"subpartitionment\",\n        \"subtiliation\",\n        \"tassies\",\n        \"thoroughwax\",\n        \"undividable\",\n        \"undividableness\",\n        \"undividedness\",\n        \"undividing\",\n        \"undivisive\",\n        \"undivisiveness\",\n        \"unfragmented\",\n        \"unitary\",\n        \"unitized\",\n        \"unpersonalised\",\n        \"unsegmentally\",\n        \"unsegmented\",\n        \"unsegregable\",\n        \"unsegregated\",\n        \"unsegregatedness\",\n        \"unsegregating\",\n        \"unsegregational\",\n        \"unsegregative\",\n        \"unseparated\",\n        \"unseparating\",\n        \"unseparative\"\n    ],\n    \"ndị ọbịa\": [\n        \"alienages\",\n        \"alienor\",\n        \"aliens\",\n        \"courtesans\",\n        \"entertainers\",\n        \"hospitalmen\",\n        \"hostelers\",\n        \"hostiles\",\n        \"libationary\",\n        \"libbers\",\n        \"libers\",\n        \"lodgers\",\n        \"settlers\",\n        \"sojourners\",\n        \"veniremen\",\n        \"visiters\",\n        \"visitors\",\n        \"visitress\"\n    ],\n    \"ịhapụ\": [\n        \"alienate\",\n        \"deserting\",\n        \"discasing\",\n        \"evaginating\",\n        \"forsakenness\",\n        \"forshape\",\n        \"lurching\",\n        \"ostracizing\",\n        \"unigniting\",\n        \"waiving\"\n    ],\n    \"ndị mba ọzọ\": [\n        \"alienates\",\n        \"foreigners\",\n        \"foreigns\",\n        \"gentiles\",\n        \"heathens\"\n    ],\n    \"onye ọbịa\": [\n        \"alienator\",\n        \"hospitator\"\n    ],\n    \"gbachiri\": [\n        \"aliened\",\n        \"baited\",\n        \"balustered\",\n        \"barged\",\n        \"beslimed\",\n        \"besmiles\",\n        \"besmirched\",\n        \"bewhiskered\",\n        \"blacktopped\",\n        \"blithered\",\n        \"blitzed\",\n        \"bollixed\",\n        \"bollixes\",\n        \"chucked\",\n        \"curded\",\n        \"curted\",\n        \"fretworked\",\n        \"gavelocks\",\n        \"munited\",\n        \"mushed\",\n        \"pachadom\",\n        \"pachanga\",\n        \"paddocked\",\n        \"padlocked\",\n        \"sieged\",\n        \"stuprated\"\n    ],\n    \"ndi ala ọzọ\": [\n        \"alieners\"\n    ],\n    \"chikwado\": [\n        \"alienicola\"\n    ],\n    \"na-ahapu\": [\n        \"aliening\"\n    ],\n    \"onye mba ọzọ\": [\n        \"alienist\"\n    ],\n    \"ndị mbịarambịa\": [\n        \"alienists\",\n        \"alienors\",\n        \"outriggers\"\n    ],\n    \"ndi mba ọzọ\": [\n        \"alienly\"\n    ],\n    \"ụgbọ mmiri ndị mba ọzọ\": [\n        \"alienship\"\n    ],\n    \"jụụ\": [\n        \"aliet\",\n        \"calmant\",\n        \"calmative\",\n        \"quietable\",\n        \"quietener\",\n        \"quietens\",\n        \"quietest\",\n        \"quieti\",\n        \"quietive\",\n        \"quietlike\",\n        \"tranquillest\",\n        \"undisturbedness\"\n    ],\n    \"ali ethmoid\": [\n        \"aliethmoid\"\n    ],\n    \"ali ethmoidal\": [\n        \"aliethmoidal\"\n    ],\n    \"ndụ\": [\n        \"aliferous\",\n        \"aliveness\",\n        \"inanition\",\n        \"life\",\n        \"lifeday\",\n        \"lifeful\",\n        \"lifefully\",\n        \"lifefulness\",\n        \"lifehood\",\n        \"liferoot\",\n        \"lifespring\",\n        \"lifetimes\",\n        \"lifeway\",\n        \"lifeways\",\n        \"lifeward\",\n        \"liv\",\n        \"liveliness\",\n        \"liveness\",\n        \"livenesses\",\n        \"livening\",\n        \"liverance\",\n        \"lives\",\n        \"livest\",\n        \"livetin\",\n        \"livetrap\",\n        \"livetrapped\",\n        \"livetrapping\",\n        \"lividness\",\n        \"livingness\",\n        \"livings\",\n        \"livish\",\n        \"outlives\",\n        \"pervadence\",\n        \"surviving\",\n        \"vivandier\",\n        \"vivant\",\n        \"vivants\",\n        \"vivary\",\n        \"vivaries\",\n        \"vivat\",\n        \"vivific\",\n        \"vivification\",\n        \"vivifying\",\n        \"vivre\",\n        \"vivres\"\n    ],\n    \"ịgbado\": [\n        \"alighting\",\n        \"alkalising\",\n        \"calcimining\"\n    ],\n    \"itinye n'ọnọdụ\": [\n        \"alightment\",\n        \"alignment\"\n    ],\n    \"kwekọọ\": [\n        \"aligned\",\n        \"concommitant\",\n        \"conform\",\n        \"cooeyed\",\n        \"harmonise\",\n        \"harmonize\",\n        \"hormonize\"\n    ],\n    \"ndọtị\": [\n        \"alignments\",\n        \"empressement\",\n        \"extendability\",\n        \"extenders\",\n        \"extensibility\",\n        \"extension\",\n        \"extensionalism\",\n        \"extensionality\",\n        \"extensionist\",\n        \"extensions\",\n        \"extensor\",\n        \"extensory\",\n        \"extensure\",\n        \"extentions\",\n        \"extollers\",\n        \"halation\",\n        \"interdiction\",\n        \"meddlement\",\n        \"mordication\",\n        \"pothunting\",\n        \"presagement\",\n        \"presension\",\n        \"proconviction\",\n        \"prodivision\",\n        \"propension\",\n        \"propter\",\n        \"ratement\",\n        \"straggles\",\n        \"wayment\"\n    ],\n    \"ọkpa\": [\n        \"aliyoth\",\n        \"apeak\",\n        \"cock\",\n        \"cockaded\",\n        \"cockatrice\",\n        \"cockbell\",\n        \"cockbills\",\n        \"cockcrow\",\n        \"cockcrowing\",\n        \"cockcrows\",\n        \"cockernony\",\n        \"cockernonnie\",\n        \"cockfight\",\n        \"cockfighting\",\n        \"cockfights\",\n        \"cockhorse\",\n        \"cockier\",\n        \"cockiness\",\n        \"cockles\",\n        \"cockmaster\",\n        \"cockneyish\",\n        \"cockneyland\",\n        \"cockneys\",\n        \"cocks\",\n        \"cockspur\",\n        \"cockspurs\",\n        \"crowbell\",\n        \"crowfoots\",\n        \"cruciformity\",\n        \"culpabilis\",\n        \"knobkerrie\",\n        \"knopite\",\n        \"ockster\",\n        \"outcurse\",\n        \"taproots\"\n    ],\n    \"myiri\": [\n        \"alike\",\n        \"alikewise\",\n        \"parallelwise\",\n        \"resemblance\",\n        \"synonymous\",\n        \"synonymousness\"\n    ],\n    \"myirịta\": [\n        \"alikeness\",\n        \"analogies\",\n        \"equivalencies\",\n        \"parallels\",\n        \"resemblances\",\n        \"simianity\",\n        \"similarity\",\n        \"similarities\",\n        \"similarize\",\n        \"similative\",\n        \"similitive\",\n        \"similitude\",\n        \"synonym\",\n        \"synonymies\",\n        \"synonymity\"\n    ],\n    \"alimentary\": [\n        \"alimentally\"\n    ],\n    \"alimentaire\": [\n        \"alimentariness\"\n    ],\n    \"alimentation\": [\n        \"alimentatively\"\n    ],\n    \"Mmetụta\": [\n        \"alimentativeness\",\n        \"bruxisms\",\n        \"effectualize\",\n        \"emication\",\n        \"emotiometabolic\",\n        \"emotivity\",\n        \"ensouls\",\n        \"hurf\",\n        \"inflections\",\n        \"lessors\",\n        \"neuromastic\",\n        \"sensations\",\n        \"sensories\",\n        \"tendido\",\n        \"tendril\",\n        \"tridynamous\",\n        \"xerophagies\"\n    ],\n    \"kpo oku\": [\n        \"alimented\",\n        \"besmell\",\n        \"cumulet\",\n        \"eelpot\",\n        \"heatable\",\n        \"heater\",\n        \"heaterman\",\n        \"heating\",\n        \"heized\",\n        \"oxycrate\"\n    ],\n    \"alimoni\": [\n        \"alimony\",\n        \"alimonied\",\n        \"alimonies\"\n    ],\n    \"asọmpi\": [\n        \"alymphia\",\n        \"competitions\",\n        \"competitive\",\n        \"competitiveness\",\n        \"competitorship\",\n        \"leagues\",\n        \"uncompetitive\"\n    ],\n    \"egwuregwu\": [\n        \"alymphopotent\",\n        \"amphitheater\",\n        \"amphitheatre\",\n        \"amusements\",\n        \"arcuses\",\n        \"arenous\",\n        \"aretes\",\n        \"athbash\",\n        \"athletehood\",\n        \"athletic\",\n        \"athletics\",\n        \"athletocracy\",\n        \"athlothete\",\n        \"athlothetes\",\n        \"athrepsia\",\n        \"athreptic\",\n        \"athrill\",\n        \"athrob\",\n        \"athrogenic\",\n        \"athrong\",\n        \"athrough\",\n        \"athumia\",\n        \"athwart\",\n        \"athwartship\",\n        \"athwartships\",\n        \"athwartwise\",\n        \"cicatricle\",\n        \"deddy\",\n        \"dobbies\",\n        \"eelpouts\",\n        \"endplay\",\n        \"funambulant\",\n        \"funereality\",\n        \"gambeer\",\n        \"gambeered\",\n        \"gambes\",\n        \"gambesons\",\n        \"gamboised\",\n        \"gamboler\",\n        \"gamboling\",\n        \"gamboller\",\n        \"gambols\",\n        \"gambs\",\n        \"game\",\n        \"gamecraft\",\n        \"gameful\",\n        \"gamely\",\n        \"gamelion\",\n        \"gameness\",\n        \"gamenesses\",\n        \"games\",\n        \"gamesome\",\n        \"gamesomely\",\n        \"gamesomeness\",\n        \"gamest\",\n        \"gamester\",\n        \"gametic\",\n        \"gaminess\",\n        \"gaminesses\",\n        \"gamings\",\n        \"gamont\",\n        \"gamophagy\",\n        \"gamps\",\n        \"gobby\",\n        \"hartebeests\",\n        \"hoker\",\n        \"jesters\",\n        \"jests\",\n        \"jingoed\",\n        \"jingoes\",\n        \"jingoistic\",\n        \"jo\",\n        \"jobe\",\n        \"jochen\",\n        \"jock\",\n        \"jockey\",\n        \"jockeying\",\n        \"jockeys\",\n        \"jocker\",\n        \"jocko\",\n        \"jockos\",\n        \"jogging\",\n        \"jogs\",\n        \"joists\",\n        \"joke\",\n        \"jokeless\",\n        \"jokelet\",\n        \"jokeproof\",\n        \"joker\",\n        \"jole\",\n        \"jostlers\",\n        \"joug\",\n        \"jouk\",\n        \"joukery\",\n        \"jouks\",\n        \"jouncing\",\n        \"joust\",\n        \"jovialistic\",\n        \"jovializing\",\n        \"kulan\",\n        \"match\",\n        \"matchbooks\",\n        \"merdurinous\",\n        \"mingo\",\n        \"operose\",\n        \"plagiostome\",\n        \"playability\",\n        \"playcraft\",\n        \"playdowns\",\n        \"playfellows\",\n        \"playfellowship\",\n        \"playfully\",\n        \"playfulness\",\n        \"playland\",\n        \"playstow\",\n        \"playwears\",\n        \"pobbies\",\n        \"recreantly\",\n        \"recreantness\",\n        \"recrementitious\",\n        \"roleplayed\",\n        \"sickout\",\n        \"skeeing\",\n        \"skiatron\",\n        \"skiing\",\n        \"skying\",\n        \"skijoring\",\n        \"skippership\",\n        \"skippet\",\n        \"skippy\",\n        \"skivy\",\n        \"skivies\",\n        \"skivvies\",\n        \"spars\",\n        \"spathiform\",\n        \"spectatrix\",\n        \"spectrological\",\n        \"sphaerospore\",\n        \"spheriform\",\n        \"spiremes\",\n        \"spirepole\",\n        \"spirochaetales\",\n        \"spirography\",\n        \"spirographin\",\n        \"spirting\",\n        \"spores\",\n        \"sporidesm\",\n        \"sporification\",\n        \"sport\",\n        \"sportability\",\n        \"sportable\",\n        \"sportance\",\n        \"sported\",\n        \"sporters\",\n        \"sportfishing\",\n        \"sportful\",\n        \"sportfully\",\n        \"sportfulness\",\n        \"sporty\",\n        \"sportily\",\n        \"sportiness\",\n        \"sporting\",\n        \"sportingly\",\n        \"sportively\",\n        \"sportly\",\n        \"sportling\",\n        \"sports\",\n        \"sportsmanly\",\n        \"sportsmanlikeness\",\n        \"sportsome\",\n        \"sportswrite\",\n        \"sportula\",\n        \"sportulae\",\n        \"sprad\",\n        \"spraddles\",\n        \"sprauchle\",\n        \"spridhogue\",\n        \"sprot\",\n        \"teatling\",\n        \"teredines\",\n        \"theatral\",\n        \"theatrical\",\n        \"theatricalise\",\n        \"theatricality\",\n        \"theatrically\",\n        \"theatricalness\",\n        \"toyishly\",\n        \"tournedos\",\n        \"triflingly\"\n    ],\n    \"enyere\": [\n        \"alined\",\n        \"assists\",\n        \"enabler\",\n        \"rationing\",\n        \"subventionary\"\n    ],\n    \"aliner\": [\n        \"aliners\"\n    ],\n    \"ahịrị\": [\n        \"alines\",\n        \"awned\",\n        \"huspel\",\n        \"line\",\n        \"lineages\",\n        \"lineaments\",\n        \"lineograph\",\n        \"lines\",\n        \"linesides\",\n        \"pillule\",\n        \"pilule\",\n        \"rowans\",\n        \"rowdies\",\n        \"rowels\",\n        \"rowena\",\n        \"rowens\",\n        \"rowings\",\n        \"rowlet\",\n        \"rows\",\n        \"rowt\",\n        \"rowte\",\n        \"rowted\",\n        \"rowth\",\n        \"rowths\",\n        \"rowting\"\n    ],\n    \"ịsụ asụsụ\": [\n        \"alingual\"\n    ],\n    \"Alioth\": [\n        \"alioth\"\n    ],\n    \"kpọọ aha\": [\n        \"aliptes\",\n        \"pronominalize\"\n    ],\n    \"ntụ\": [\n        \"aliquot\",\n        \"ashberry\",\n        \"ashed\",\n        \"ashes\",\n        \"ashfall\",\n        \"ashing\",\n        \"ashplant\",\n        \"graip\",\n        \"legals\",\n        \"orpines\",\n        \"pow\",\n        \"powitch\",\n        \"punkeys\",\n        \"substations\",\n        \"terbic\"\n    ],\n    \"alisọs\": [\n        \"alisos\"\n    ],\n    \"Alyssum\": [\n        \"alyssum\"\n    ],\n    \"Enyemaka\": [\n        \"alist\",\n        \"assorts\",\n        \"gaillard\",\n        \"grantsman\",\n        \"help\",\n        \"subsimious\"\n    ],\n    \"alista\": [\n        \"alister\"\n    ],\n    \"alita\": [\n        \"aliter\"\n    ],\n    \"osisi\": [\n        \"alitrunk\",\n        \"arber\",\n        \"barms\",\n        \"bearwoods\",\n        \"berm\",\n        \"boughy\",\n        \"buttonwood\",\n        \"cecopexy\",\n        \"cesspipe\",\n        \"civet\",\n        \"clubionid\",\n        \"clubridden\",\n        \"cordwood\",\n        \"cordwoods\",\n        \"deforested\",\n        \"drawbolt\",\n        \"exotic\",\n        \"exoticity\",\n        \"flintwood\",\n        \"flora\",\n        \"florae\",\n        \"floras\",\n        \"floret\",\n        \"frames\",\n        \"gallow\",\n        \"gallows\",\n        \"gallowses\",\n        \"gibber\",\n        \"greenwood\",\n        \"greenwoods\",\n        \"gumtree\",\n        \"gumwoods\",\n        \"hardwood\",\n        \"hardwoods\",\n        \"haulse\",\n        \"haulster\",\n        \"jill\",\n        \"kaput\",\n        \"lycaena\",\n        \"limber\",\n        \"loggin\",\n        \"logging\",\n        \"loggings\",\n        \"logres\",\n        \"lumber\",\n        \"lumberyard\",\n        \"lumbering\",\n        \"lumberjack\",\n        \"lumberjacket\",\n        \"lumberly\",\n        \"lumbers\",\n        \"lumenal\",\n        \"malleation\",\n        \"mansonry\",\n        \"masonry\",\n        \"mistetch\",\n        \"muttonwood\",\n        \"nutwoods\",\n        \"pinsons\",\n        \"planchets\",\n        \"plankings\",\n        \"planks\",\n        \"plant\",\n        \"plantad\",\n        \"plantage\",\n        \"plantagenet\",\n        \"plantaginaceous\",\n        \"plantagineous\",\n        \"plantal\",\n        \"plantar\",\n        \"plantaris\",\n        \"plantarium\",\n        \"plantigrada\",\n        \"plantigrade\",\n        \"plantigrady\",\n        \"plantless\",\n        \"plantlet\",\n        \"plantocracy\",\n        \"plants\",\n        \"plantula\",\n        \"plantulae\",\n        \"plantular\",\n        \"plantule\",\n        \"pole\",\n        \"poleless\",\n        \"pree\",\n        \"pulik\",\n        \"rosewoods\",\n        \"roundwood\",\n        \"sawmill\",\n        \"sebago\",\n        \"seeds\",\n        \"seracs\",\n        \"shrills\",\n        \"shrubbery\",\n        \"shrubberies\",\n        \"shrubs\",\n        \"shrubwood\",\n        \"sistern\",\n        \"sketch\",\n        \"sketched\",\n        \"stake\",\n        \"stakerope\",\n        \"stakes\",\n        \"stales\",\n        \"stick\",\n        \"stickadove\",\n        \"stickel\",\n        \"stickfuls\",\n        \"stickybeak\",\n        \"stickit\",\n        \"sticklac\",\n        \"stickle\",\n        \"stickles\",\n        \"stickless\",\n        \"stickmen\",\n        \"stickpin\",\n        \"stickpins\",\n        \"sticks\",\n        \"stickseed\",\n        \"sticksmanship\",\n        \"stickum\",\n        \"stickums\",\n        \"stickweed\",\n        \"stringwood\",\n        \"teakwood\",\n        \"teakwoods\",\n        \"terence\",\n        \"teresian\",\n        \"thymitis\",\n        \"tills\",\n        \"timar\",\n        \"timbe\",\n        \"timber\",\n        \"timberyard\",\n        \"timbering\",\n        \"timberlike\",\n        \"timberline\",\n        \"timberling\",\n        \"timberman\",\n        \"timbermen\",\n        \"timbern\",\n        \"timbers\",\n        \"timberwood\",\n        \"timberwork\",\n        \"touchwood\",\n        \"tree\",\n        \"treebine\",\n        \"treed\",\n        \"treeful\",\n        \"treehood\",\n        \"treey\",\n        \"treeify\",\n        \"treeiness\",\n        \"treeing\",\n        \"treelet\",\n        \"trees\",\n        \"treescape\",\n        \"treeship\",\n        \"treeward\",\n        \"treewards\",\n        \"tress\",\n        \"trunking\",\n        \"tsine\",\n        \"veneris\",\n        \"waxplants\",\n        \"wood\",\n        \"woodagate\",\n        \"woodbin\",\n        \"woodbind\",\n        \"woodbinds\",\n        \"woodbine\",\n        \"woodbined\",\n        \"woodbines\",\n        \"woodbins\",\n        \"woodbound\",\n        \"woodcarvings\",\n        \"woodchat\",\n        \"woodchats\",\n        \"woodcraf\",\n        \"woodcraft\",\n        \"woodcrafty\",\n        \"woodcraftiness\",\n        \"woodcreeper\",\n        \"woodcuts\",\n        \"wooded\",\n        \"wooden\",\n        \"woodendite\",\n        \"woodenest\",\n        \"woodeny\",\n        \"woodenness\",\n        \"woodenware\",\n        \"woodenweary\",\n        \"woodgeld\",\n        \"woodgrain\",\n        \"woodgrouse\",\n        \"woodgrub\",\n        \"woodhen\",\n        \"woodhens\",\n        \"woodhouse\",\n        \"woody\",\n        \"woodine\",\n        \"woodiness\",\n        \"wooding\",\n        \"woodish\",\n        \"woodlark\",\n        \"woodlarks\",\n        \"woodlind\",\n        \"woodlore\",\n        \"woodlores\",\n        \"woodlot\",\n        \"woodmancraft\",\n        \"woodmanship\",\n        \"woodmote\",\n        \"woodness\",\n        \"woodpile\",\n        \"woodreed\",\n        \"woodreeve\",\n        \"woodruff\",\n        \"woods\",\n        \"woodshed\",\n        \"woodshedded\",\n        \"woodsia\",\n        \"woodsiest\",\n        \"woodsilver\",\n        \"woodspite\",\n        \"woodturner\",\n        \"woodturning\",\n        \"woodward\",\n        \"woodware\",\n        \"woodwise\",\n        \"woodwork\",\n        \"woodworks\"\n    ],\n    \"ịwa ahụ\": [\n        \"aliturgical\",\n        \"gaggery\",\n        \"galvanosurgery\",\n        \"hierurgical\",\n        \"hoggery\",\n        \"neurosurgery\",\n        \"pyrometallurgical\",\n        \"presurgical\",\n        \"pubiotomy\",\n        \"surgeoncy\",\n        \"surgeoncies\",\n        \"surgeoness\",\n        \"surgery\",\n        \"surgeries\",\n        \"surgy\",\n        \"surgically\",\n        \"surginess\",\n        \"thaumaturgical\",\n        \"theurgical\",\n        \"underdrudgery\"\n    ],\n    \"dị ndụ\": [\n        \"alive\",\n        \"animalized\",\n        \"animized\",\n        \"biferous\",\n        \"biodegraded\",\n        \"birred\",\n        \"enliven\",\n        \"enlivened\",\n        \"liferent\",\n        \"liferented\",\n        \"liveable\",\n        \"liveborn\",\n        \"lively\",\n        \"livelihead\",\n        \"livelily\",\n        \"liven\",\n        \"livened\",\n        \"liveried\",\n        \"liveth\",\n        \"liveweight\",\n        \"livre\",\n        \"oversurviving\",\n        \"underlive\",\n        \"vivified\",\n        \"viviparously\"\n    ],\n    \"na-enye\": [\n        \"alives\",\n        \"bestows\",\n        \"furnishes\",\n        \"gibing\",\n        \"gives\",\n        \"giveth\",\n        \"giving\",\n        \"granting\",\n        \"jives\",\n        \"providing\"\n    ],\n    \"alizarin\": [\n        \"alizarins\"\n    ],\n    \"kachasị\": [\n        \"alkahest\",\n        \"balkiest\",\n        \"bumpiest\",\n        \"dreamiest\",\n        \"edgiest\",\n        \"extremest\",\n        \"flauntiest\",\n        \"flawiest\",\n        \"flukiest\",\n        \"glassiest\",\n        \"grisliest\",\n        \"harmost\",\n        \"lakiest\",\n        \"leaviest\",\n        \"loppiest\",\n        \"maximal\",\n        \"maximally\",\n        \"maximed\",\n        \"maximised\",\n        \"maximistic\",\n        \"maximization\",\n        \"maximized\",\n        \"maxims\",\n        \"maximum\",\n        \"maximumly\",\n        \"maximums\",\n        \"mellowest\",\n        \"miffiest\",\n        \"nighest\",\n        \"optimates\",\n        \"optimised\",\n        \"optimized\",\n        \"paramountly\",\n        \"silkiest\",\n        \"soapiest\",\n        \"starchiest\",\n        \"surliest\",\n        \"tipsiest\",\n        \"ultimum\",\n        \"wackiest\",\n        \"whiniest\",\n        \"whirliest\",\n        \"whitiest\",\n        \"wiriest\"\n    ],\n    \"ịrịa ọrịa\": [\n        \"alkahestic\",\n        \"clinchingness\",\n        \"disexercise\",\n        \"malaclypse\",\n        \"malacologic\",\n        \"malacological\",\n        \"malapertness\",\n        \"malapportionment\",\n        \"pyosis\",\n        \"sorosis\"\n    ],\n    \"alkalik\": [\n        \"alkalic\"\n    ],\n    \"alkali\": [\n        \"alkalies\"\n    ],\n    \"anwu\": [\n        \"alkaliferous\",\n        \"bastardy\",\n        \"bastardies\",\n        \"bastardry\",\n        \"heaume\",\n        \"immomentous\",\n        \"indiv\",\n        \"magellanic\",\n        \"mammals\",\n        \"marlites\",\n        \"mnestic\",\n        \"monoacidic\",\n        \"monoatomic\",\n        \"monochlorbenzene\",\n        \"monochromatic\",\n        \"monochrome\",\n        \"monochromy\",\n        \"monochromic\",\n        \"monochromical\",\n        \"monophysite\",\n        \"monophysitic\",\n        \"monophthong\",\n        \"monovalency\",\n        \"mortem\",\n        \"mortmain\",\n        \"mortuous\",\n        \"neverness\",\n        \"outpeopled\",\n        \"outswims\",\n        \"shroudy\",\n        \"solaristic\",\n        \"sunberries\",\n        \"sunburnt\",\n        \"sunfast\",\n        \"sunglows\",\n        \"sunkets\",\n        \"sunlamp\",\n        \"sunlessly\",\n        \"sunlet\",\n        \"sunlit\",\n        \"sunniness\",\n        \"sunray\",\n        \"sunrose\",\n        \"sunspotty\",\n        \"sunways\",\n        \"sunwards\",\n        \"sunwise\"\n    ],\n    \"edozi\": [\n        \"alkalified\",\n        \"alkalizable\",\n        \"alkalizate\",\n        \"alkalized\",\n        \"alkalizes\",\n        \"balanceable\",\n        \"balanced\",\n        \"balancedness\",\n        \"balancelle\",\n        \"balances\",\n        \"balanic\",\n        \"balanid\",\n        \"balaniferous\",\n        \"balanism\",\n        \"correctable\",\n        \"decoagulated\",\n        \"eddied\",\n        \"fructified\",\n        \"handled\",\n        \"handsled\",\n        \"landgravate\",\n        \"nutated\",\n        \"nutgrasses\",\n        \"nutrias\",\n        \"nutrient\",\n        \"nutrify\",\n        \"nutriment\",\n        \"nutritial\",\n        \"nutritory\",\n        \"nutriture\",\n        \"nutseed\",\n        \"nutters\",\n        \"prebalanced\",\n        \"pruned\",\n        \"rectified\",\n        \"resolvable\",\n        \"resolvible\",\n        \"restyles\",\n        \"settable\",\n        \"settima\",\n        \"settimo\",\n        \"settleable\",\n        \"settling\",\n        \"settlings\",\n        \"settlor\",\n        \"settlors\",\n        \"solved\",\n        \"solvend\",\n        \"subcommendatory\",\n        \"submediation\",\n        \"subnutritious\",\n        \"subtotaled\",\n        \"trimaculated\",\n        \"trimmed\",\n        \"troubleshooted\",\n        \"undittoed\",\n        \"undoable\",\n        \"undoped\",\n        \"undulant\",\n        \"unenervated\",\n        \"ungirthed\",\n        \"unresolute\",\n        \"unresolve\",\n        \"unresolving\",\n        \"unrotten\",\n        \"unsaltable\",\n        \"unsets\",\n        \"unsmooth\",\n        \"unsmotherable\",\n        \"unsoiled\",\n        \"unsolve\",\n        \"unwrenched\",\n        \"unwrested\",\n        \"unwrestled\"\n    ],\n    \"alkaline\": [\n        \"alkalin\",\n        \"alkalinise\"\n    ],\n    \"alkalinity\": [\n        \"alkalinities\"\n    ],\n    \"gbanwere\": [\n        \"alkalised\",\n        \"alligated\",\n        \"alterable\",\n        \"alterably\",\n        \"altered\",\n        \"alterne\",\n        \"alters\",\n        \"ameliorated\",\n        \"arterialised\",\n        \"arteried\",\n        \"bedeviled\",\n        \"bedevilled\",\n        \"bedewed\",\n        \"beribanded\",\n        \"berimed\",\n        \"beshrewed\",\n        \"bilsted\",\n        \"bisubstituted\",\n        \"blobbed\",\n        \"brandished\",\n        \"chamfered\",\n        \"chang\",\n        \"changa\",\n        \"changed\",\n        \"chopped\",\n        \"colonialised\",\n        \"commingled\",\n        \"confabulated\",\n        \"conflagrated\",\n        \"counterturned\",\n        \"dabbles\",\n        \"dashed\",\n        \"decertified\",\n        \"declassed\",\n        \"decontrolled\",\n        \"defaced\",\n        \"defaulted\",\n        \"defeminized\",\n        \"defervesced\",\n        \"deflowered\",\n        \"deforced\",\n        \"defrocked\",\n        \"dematerialised\",\n        \"dematerialized\",\n        \"demersed\",\n        \"demobbed\",\n        \"detoured\",\n        \"detrect\",\n        \"devertebrated\",\n        \"dilacerated\",\n        \"dimerized\",\n        \"dimmed\",\n        \"dynamited\",\n        \"diphthonged\",\n        \"disfigured\",\n        \"disgaveled\",\n        \"disgavelled\",\n        \"disubstituted\",\n        \"diverged\",\n        \"dossed\",\n        \"durned\",\n        \"effervesced\",\n        \"emersed\",\n        \"enervated\",\n        \"epimerized\",\n        \"epiphanised\",\n        \"eradiated\",\n        \"exchanged\",\n        \"filigreed\",\n        \"fivers\",\n        \"gabbed\",\n        \"gabelled\",\n        \"gabled\",\n        \"gibed\",\n        \"gyved\",\n        \"guised\",\n        \"hafted\",\n        \"haltered\",\n        \"interchanged\",\n        \"intergilt\",\n        \"interpelled\",\n        \"interwrought\",\n        \"invaried\",\n        \"inveighed\",\n        \"inverted\",\n        \"lanced\",\n        \"malplaced\",\n        \"medifixed\",\n        \"mended\",\n        \"metabolised\",\n        \"miffed\",\n        \"mineralised\",\n        \"mineralized\",\n        \"mistic\",\n        \"mitigated\",\n        \"mundified\",\n        \"mutated\",\n        \"mutinied\",\n        \"mutten\",\n        \"neoned\",\n        \"nucleated\",\n        \"opiated\",\n        \"orphreyed\",\n        \"orthosubstituted\",\n        \"outfigured\",\n        \"overtasked\",\n        \"overtraded\",\n        \"overtroubled\",\n        \"parasubstituted\",\n        \"pronged\",\n        \"radded\",\n        \"radicalized\",\n        \"radicated\",\n        \"realtered\",\n        \"reassorted\",\n        \"rebaked\",\n        \"rechanged\",\n        \"redbaited\",\n        \"redecided\",\n        \"redeclared\",\n        \"redeclined\",\n        \"redeemable\",\n        \"redeemably\",\n        \"redefeated\",\n        \"redelegated\",\n        \"redeleted\",\n        \"redeployed\",\n        \"redeposited\",\n        \"redepreciated\",\n        \"rediffused\",\n        \"redipped\",\n        \"redivided\",\n        \"redominated\",\n        \"reexchanged\",\n        \"refected\",\n        \"refederalized\",\n        \"refederated\",\n        \"refired\",\n        \"refires\",\n        \"reformulated\",\n        \"reframed\",\n        \"refried\",\n        \"refronted\",\n        \"rehanged\",\n        \"reinducted\",\n        \"remodulated\",\n        \"repacified\",\n        \"repaneled\",\n        \"repassed\",\n        \"replowed\",\n        \"reprobated\",\n        \"reprocessed\",\n        \"repromised\",\n        \"repunctuated\",\n        \"resaluted\",\n        \"rescindable\",\n        \"rescored\",\n        \"reshingled\",\n        \"reshuffled\",\n        \"resifted\",\n        \"retabulated\",\n        \"retrofired\",\n        \"retrograded\",\n        \"rodomontaded\",\n        \"scavenged\",\n        \"shifted\",\n        \"shiversome\",\n        \"skittered\",\n        \"somersetted\",\n        \"stibiated\",\n        \"substitutable\",\n        \"substructured\",\n        \"sulcated\",\n        \"sulphureted\",\n        \"superceded\",\n        \"superseded\",\n        \"superseder\",\n        \"supersimplified\",\n        \"superstructed\",\n        \"supersulphureted\",\n        \"swaged\",\n        \"swaps\",\n        \"switched\",\n        \"switchel\",\n        \"swithered\",\n        \"tanged\",\n        \"tetrasubstituted\",\n        \"thonged\",\n        \"transacted\",\n        \"transchanged\",\n        \"transilluminated\",\n        \"transitioned\",\n        \"transomed\",\n        \"transvalued\",\n        \"trended\",\n        \"trisubstituted\",\n        \"turrited\",\n        \"tweaked\",\n        \"tweeded\",\n        \"umbered\",\n        \"umlauted\",\n        \"umppired\",\n        \"vaporised\",\n        \"vernalised\",\n        \"whanged\"\n    ],\n    \"alkalis\": [\n        \"alkalises\"\n    ],\n    \"na-edozi ahụ\": [\n        \"alkalizing\",\n        \"anatiferous\",\n        \"anatomizing\",\n        \"anoxidative\",\n        \"apotheosizing\",\n        \"atheticize\",\n        \"dietetic\",\n        \"dietic\",\n        \"dietical\",\n        \"metabolically\",\n        \"moisturizing\",\n        \"nitriferous\",\n        \"nourishing\",\n        \"nourishingly\",\n        \"nutritionally\",\n        \"nutritiously\",\n        \"physiolatrous\",\n        \"porcelainizing\",\n        \"pregratifying\",\n        \"proteinous\",\n        \"proteogenous\",\n        \"subminiaturizing\",\n        \"trihydrate\",\n        \"unwinsome\",\n        \"vitaminizing\"\n    ],\n    \"iheomume\": [\n        \"alkaptonuric\"\n    ],\n    \"amaka\": [\n        \"alkedavy\",\n        \"amoral\",\n        \"amphiphloic\",\n        \"balladwise\",\n        \"barrens\",\n        \"begohm\",\n        \"begoud\",\n        \"betterness\",\n        \"burtree\",\n        \"competence\",\n        \"flindosy\",\n        \"flunkeydom\",\n        \"genitor\",\n        \"ghostdom\",\n        \"goustrous\",\n        \"guzzledom\",\n        \"hemielytron\",\n        \"hussydom\",\n        \"idiorrhythmic\",\n        \"jer\",\n        \"judicatio\",\n        \"ladylove\",\n        \"lithofellic\",\n        \"lithofellinic\",\n        \"lithoglyph\",\n        \"lithophyl\",\n        \"lithospermon\",\n        \"lithotype\",\n        \"miurus\",\n        \"outshaming\",\n        \"rusine\",\n        \"tamises\",\n        \"wadmolls\",\n        \"wizzens\"\n    ],\n    \"alkyd\": [\n        \"alkyds\"\n    ],\n    \"alkylatọ\": [\n        \"alkylates\"\n    ],\n    \"Agbako\": [\n        \"alkylating\"\n    ],\n    \"ndigbo\": [\n        \"alkylation\",\n        \"amphiarthroses\",\n        \"apomicts\",\n        \"aswirl\",\n        \"barytons\",\n        \"begoniales\",\n        \"bigamies\",\n        \"bogtrot\",\n        \"cartwright\",\n        \"catapleiite\",\n        \"chylifaction\",\n        \"conjecturality\",\n        \"conjecturally\",\n        \"cotoro\",\n        \"cotransfuse\",\n        \"cottoid\",\n        \"cucurbite\",\n        \"demidolmen\",\n        \"derricking\",\n        \"dobroes\",\n        \"ependymitis\",\n        \"estriols\",\n        \"fallalishly\",\n        \"giltcup\",\n        \"grenatite\",\n        \"heliornis\",\n        \"holethnos\",\n        \"howitzers\",\n        \"interrex\",\n        \"miolithic\",\n        \"mobocratic\",\n        \"nonefficaciously\",\n        \"piedfort\",\n        \"potagere\",\n        \"prenote\",\n        \"rushlit\",\n        \"sagvandite\",\n        \"squalidly\",\n        \"squillgee\",\n        \"staggards\",\n        \"thiolacetic\",\n        \"thyrotropic\",\n        \"thruputs\",\n        \"thugged\",\n        \"thuggee\",\n        \"thuggees\",\n        \"vaporers\",\n        \"wortle\"\n    ],\n    \"alkyl\": [\n        \"alkyls\"\n    ],\n    \"alkoranik\": [\n        \"alkoranic\"\n    ],\n    \"ha niile\": [\n        \"all\"\n    ],\n    \"kwụsịlata\": [\n        \"allayed\"\n    ],\n    \"ndị nwụrụ anwụ\": [\n        \"allayers\",\n        \"deadeners\",\n        \"deadmen\",\n        \"deathsmen\",\n        \"emptins\",\n        \"exsecants\",\n        \"jihads\",\n        \"martagons\",\n        \"mortmains\",\n        \"mummers\",\n        \"resurrectors\",\n        \"tollmen\"\n    ],\n    \"iwepu\": [\n        \"allaying\",\n        \"decalcification\",\n        \"demystification\",\n        \"disconnecting\",\n        \"disconnective\",\n        \"disembargoing\",\n        \"disembocation\",\n        \"disembodying\",\n        \"disemboguing\",\n        \"disembrangle\",\n        \"disencumbering\",\n        \"disenter\",\n        \"disestablish\",\n        \"disgregate\",\n        \"disimmure\",\n        \"disinflate\",\n        \"disinvolve\",\n        \"dismantling\",\n        \"dismemberment\",\n        \"eliminating\",\n        \"remobilization\",\n        \"removedness\",\n        \"removement\",\n        \"removing\",\n        \"unbandage\",\n        \"unbandaging\",\n        \"unbarring\",\n        \"unblading\",\n        \"unblinking\",\n        \"unbolting\",\n        \"unbranching\",\n        \"unbrawling\",\n        \"unclamp\",\n        \"uncrystallized\",\n        \"undetachment\",\n        \"ungamboling\",\n        \"unincarcerated\",\n        \"unintegral\",\n        \"unintermission\",\n        \"unintermixed\",\n        \"uninurned\",\n        \"uninveighing\",\n        \"unlace\",\n        \"unlacerating\",\n        \"unlacing\",\n        \"unlinking\",\n        \"unmarking\",\n        \"unmolding\",\n        \"unmortgaging\",\n        \"unmortise\",\n        \"unmummify\",\n        \"unmummifying\",\n        \"unnapped\",\n        \"unputrid\",\n        \"unsimplify\",\n        \"unslinking\",\n        \"unsmarting\",\n        \"unwrapper\"\n    ],\n    \"allay\": [\n        \"allayment\"\n    ],\n    \"allamọt\": [\n        \"allamoth\"\n    ],\n    \"ndi allanite\": [\n        \"allanites\"\n    ],\n    \"mmeme\": [\n        \"allanitic\",\n        \"ellipticalness\",\n        \"limniad\",\n        \"membraniform\",\n        \"mimmation\"\n    ],\n    \"idenye\": [\n        \"allasch\"\n    ],\n    \"alssotonic\": [\n        \"allassotonic\"\n    ],\n    \"dị na mmiri\": [\n        \"allative\"\n    ],\n    \"họrọ\": [\n        \"allect\",\n        \"choose\",\n        \"deselect\",\n        \"nomenclate\",\n        \"opt\",\n        \"optioned\",\n        \"picked\",\n        \"prelect\",\n        \"select\",\n        \"selectee\",\n        \"selectees\",\n        \"selectly\",\n        \"selectmen\"\n    ],\n    \"ndenye ego\": [\n        \"allectory\",\n        \"checkerbloom\",\n        \"checkerbreast\",\n        \"checkerwork\",\n        \"checky\",\n        \"checkoff\",\n        \"checkoffs\",\n        \"checkrail\",\n        \"checkroll\",\n        \"checkrope\",\n        \"checkrow\",\n        \"checkrows\",\n        \"checkwork\",\n        \"payrolls\",\n        \"pitchouts\"\n    ],\n    \"esata\": [\n        \"allegata\"\n    ],\n    \"kwuo\": [\n        \"allegate\",\n        \"allege\",\n        \"ascribe\",\n        \"assert\",\n        \"cite\",\n        \"claimable\",\n        \"conferval\",\n        \"dict\",\n        \"dicty\",\n        \"ossify\",\n        \"preclare\",\n        \"prolate\",\n        \"quotable\",\n        \"quotid\",\n        \"recant\",\n        \"reit\",\n        \"reladen\",\n        \"rheme\",\n        \"say\",\n        \"sayid\",\n        \"sayyid\",\n        \"sayst\",\n        \"solate\",\n        \"stateside\",\n        \"statesider\",\n        \"statesmanese\",\n        \"talck\",\n        \"talk\",\n        \"utterable\",\n        \"verism\",\n        \"vise\",\n        \"voce\"\n    ],\n    \"kwuru\": [\n        \"alleged\",\n        \"allegedly\",\n        \"apperceived\",\n        \"ascribed\",\n        \"ascribes\",\n        \"ascrive\",\n        \"assertedly\",\n        \"assertory\",\n        \"asserts\",\n        \"cites\",\n        \"claimed\",\n        \"commentated\",\n        \"commented\",\n        \"comments\",\n        \"criterions\",\n        \"dictated\",\n        \"excerp\",\n        \"excerpt\",\n        \"excerpts\",\n        \"intituled\",\n        \"mentioned\",\n        \"mentioner\",\n        \"mentions\",\n        \"noted\",\n        \"notedly\",\n        \"oblates\",\n        \"observations\",\n        \"observed\",\n        \"opinionated\",\n        \"opinioned\",\n        \"orated\",\n        \"pointed\",\n        \"pointedly\",\n        \"pointes\",\n        \"pronounces\",\n        \"purported\",\n        \"purportedly\",\n        \"puttered\",\n        \"quoited\",\n        \"quotations\",\n        \"quoted\",\n        \"quoter\",\n        \"quoters\",\n        \"quotes\",\n        \"quoties\",\n        \"referred\",\n        \"relined\",\n        \"remark\",\n        \"remarked\",\n        \"remarker\",\n        \"remarks\",\n        \"said\",\n        \"saidi\",\n        \"saids\",\n        \"saim\",\n        \"says\",\n        \"saith\",\n        \"sauted\",\n        \"soothsaid\",\n        \"spake\",\n        \"spoke\",\n        \"spoken\",\n        \"stated\",\n        \"statedly\",\n        \"stipulated\",\n        \"stipulates\",\n        \"talcked\",\n        \"talked\",\n        \"thecaspored\",\n        \"uttered\",\n        \"worded\"\n    ],\n    \"alleheny\": [\n        \"allegheny\"\n    ],\n    \"esenigeenian\": [\n        \"alleghenian\"\n    ],\n    \"ikwesị ntụkwasị obi\": [\n        \"allegiance\",\n        \"faithfulness\",\n        \"faithworthiness\",\n        \"fidelity\",\n        \"fidelities\",\n        \"holdfastness\",\n        \"overfaithfulness\",\n        \"overloyalty\"\n    ],\n    \"akụkọ\": [\n        \"allegory\",\n        \"allegoric\",\n        \"allegories\",\n        \"allegorisation\",\n        \"allegorization\",\n        \"anecdotes\",\n        \"annal\",\n        \"annalistic\",\n        \"annals\",\n        \"archikaryon\",\n        \"egises\",\n        \"fairhead\",\n        \"fairyhood\",\n        \"fairyology\",\n        \"fairyship\",\n        \"histoid\",\n        \"marlines\",\n        \"narceines\",\n        \"naric\",\n        \"narrations\",\n        \"narrative\",\n        \"narratively\",\n        \"narratives\",\n        \"narw\",\n        \"narwal\",\n        \"newlines\",\n        \"newsbreak\",\n        \"newscast\",\n        \"newscasting\",\n        \"newscasts\",\n        \"newsgirl\",\n        \"newshen\",\n        \"newshound\",\n        \"newsy\",\n        \"newsies\",\n        \"newsiness\",\n        \"newspeak\",\n        \"newspeaks\",\n        \"newsreel\",\n        \"newsreels\",\n        \"newsweek\",\n        \"newsworthy\",\n        \"nonrevelation\",\n        \"presences\",\n        \"rappels\",\n        \"recitals\",\n        \"relator\",\n        \"report\",\n        \"reportages\",\n        \"reporterism\",\n        \"reportership\",\n        \"reportorial\",\n        \"reports\",\n        \"story\",\n        \"stories\",\n        \"storying\",\n        \"storyless\",\n        \"storylines\",\n        \"storymaker\",\n        \"storyteller\",\n        \"storytelling\",\n        \"storywork\",\n        \"stoury\",\n        \"tale\",\n        \"taled\",\n        \"taleful\",\n        \"taleysim\",\n        \"taurolatry\",\n        \"tories\",\n        \"underreport\",\n        \"unstatutory\"\n    ],\n    \"ifo\": [\n        \"allegorical\",\n        \"forcipial\",\n        \"nonforest\",\n        \"taels\",\n        \"underworld\"\n    ],\n    \"akụkọ ifo\": [\n        \"allegoricalness\",\n        \"fables\",\n        \"fairy\",\n        \"fairyfolk\",\n        \"fairyish\",\n        \"fairyism\",\n        \"fictation\",\n        \"fictility\",\n        \"fiction\",\n        \"fictional\",\n        \"fictionalization\",\n        \"fictionalize\",\n        \"fictionalized\",\n        \"fictionalizes\",\n        \"fictionalizing\",\n        \"fictionally\",\n        \"fictioneer\",\n        \"fictioneering\",\n        \"fictioner\",\n        \"fictionisation\",\n        \"fictionise\",\n        \"fictionised\",\n        \"fictionising\",\n        \"fictionist\",\n        \"fictionistic\",\n        \"fictionization\",\n        \"fictionize\",\n        \"fictionized\",\n        \"fictionizing\",\n        \"fictionmonger\",\n        \"fictions\",\n        \"fictious\",\n        \"fictitious\",\n        \"fictitiousness\",\n        \"folkcraft\",\n        \"folklore\",\n        \"folklores\",\n        \"folktale\",\n        \"folktales\",\n        \"legendarian\",\n        \"myth\",\n        \"mythic\",\n        \"mythical\",\n        \"mythicalism\",\n        \"mythicality\",\n        \"mythicalness\",\n        \"mythicise\",\n        \"mythicised\",\n        \"mythicising\",\n        \"mythicism\",\n        \"mythicist\",\n        \"mythicization\",\n        \"mythicize\",\n        \"mythicized\",\n        \"mythicizing\",\n        \"mythism\",\n        \"mythist\",\n        \"mythmaker\",\n        \"mythmaking\",\n        \"mythogeny\",\n        \"mythogony\",\n        \"mythogonic\",\n        \"mythography\",\n        \"mythographies\",\n        \"mythoheroic\",\n        \"mythohistoric\",\n        \"mythology\",\n        \"mythologic\",\n        \"mythological\",\n        \"mythologies\",\n        \"mythologise\",\n        \"mythologization\",\n        \"mythologizing\",\n        \"mythologue\",\n        \"mythopeic\",\n        \"mythopoem\",\n        \"mythopoesis\",\n        \"mythopoetic\",\n        \"mythopoetical\",\n        \"mythopoetise\",\n        \"mythopoetising\",\n        \"mythopoetizing\",\n        \"mythopoetry\",\n        \"mythos\",\n        \"myths\",\n        \"tales\",\n        \"unfictitiousness\"\n    ],\n    \"ịkọ nkọ\": [\n        \"allegorise\",\n        \"allegorize\",\n        \"coenduring\",\n        \"conjecture\",\n        \"critch\",\n        \"denicotinizing\",\n        \"inspheration\",\n        \"labdacism\",\n        \"magicking\",\n        \"preconsideration\",\n        \"prespeculating\",\n        \"querulousness\",\n        \"speciosity\",\n        \"speciousness\",\n        \"specularia\",\n        \"speculations\",\n        \"speculative\",\n        \"speculativeness\",\n        \"speculativism\",\n        \"speculatory\",\n        \"speculatrices\",\n        \"tickliness\"\n    ],\n    \"ọkọdọhọ ke idotenyịn\": [\n        \"allegorised\"\n    ],\n    \"atụ\": [\n        \"allegoriser\",\n        \"atar\",\n        \"attributional\",\n        \"beechier\",\n        \"bibio\",\n        \"bibulus\",\n        \"bircher\",\n        \"buffalo\",\n        \"buffaloed\",\n        \"buffaloes\",\n        \"buffalofish\",\n        \"buffaloing\",\n        \"egest\",\n        \"egling\",\n        \"egotistical\",\n        \"ensample\",\n        \"equilibrates\",\n        \"equilibrious\",\n        \"eumenes\",\n        \"eumeristic\",\n        \"evolate\",\n        \"exempli\",\n        \"exemplum\",\n        \"exemplupla\",\n        \"exemptile\",\n        \"exemptive\",\n        \"figurability\",\n        \"figurae\",\n        \"figurally\",\n        \"figurational\",\n        \"figuredly\",\n        \"figurism\",\n        \"forefeel\",\n        \"forepoint\",\n        \"foresails\",\n        \"illustrable\",\n        \"illustratable\",\n        \"illustratively\",\n        \"illustriousness\",\n        \"imparling\",\n        \"liken\",\n        \"liknon\",\n        \"meas\",\n        \"measled\",\n        \"measly\",\n        \"measurable\",\n        \"measurably\",\n        \"measuredly\",\n        \"measuredness\",\n        \"measuring\",\n        \"metaphor\",\n        \"misalienate\",\n        \"morbid\",\n        \"morbillous\",\n        \"mutinado\",\n        \"pealer\",\n        \"pecking\",\n        \"peking\",\n        \"picturability\",\n        \"picturably\",\n        \"pointillage\",\n        \"precedable\",\n        \"precedentable\",\n        \"simbil\",\n        \"symbolic\",\n        \"symbolically\",\n        \"symbolicalness\",\n        \"symbolicly\",\n        \"symbology\",\n        \"symbological\",\n        \"specimenized\",\n        \"weighers\"\n    ],\n    \"na-akọ akụkọ\": [\n        \"allegorising\",\n        \"allegorizing\",\n        \"reexporter\",\n        \"screaking\",\n        \"talecarrying\"\n    ],\n    \"akụkọ akụkọ\": [\n        \"allegorism\",\n        \"newsbeat\"\n    ],\n    \"onye na-akọ akụkọ\": [\n        \"allegorist\",\n        \"allegorizer\"\n    ],\n    \"ndị na-akọ akụkọ ụgha\": [\n        \"allegorists\"\n    ],\n    \"kwujọrọ\": [\n        \"allegorized\",\n        \"blandished\",\n        \"blasphemously\",\n        \"defunctionalize\",\n        \"maligned\"\n    ],\n    \"ikwu\": [\n        \"allegresse\",\n        \"assentingly\",\n        \"assertingly\",\n        \"assertively\",\n        \"assertress\",\n        \"attributing\",\n        \"comment\",\n        \"commentate\",\n        \"criteriions\",\n        \"kaik\",\n        \"kindred\",\n        \"prolative\",\n        \"recrank\",\n        \"relabeling\",\n        \"relate\",\n        \"relative\",\n        \"uteri\"\n    ],\n    \"retgha\": [\n        \"allegretto\",\n        \"allegrettos\",\n        \"frettation\"\n    ],\n    \"rora\": [\n        \"allegro\"\n    ],\n    \"rosgha\": [\n        \"allegros\"\n    ],\n    \"uzo warawara\": [\n        \"alley\",\n        \"alleyed\"\n    ],\n    \"alley Lite\": [\n        \"alleyite\"\n    ],\n    \"uzo ozo\": [\n        \"alleyway\",\n        \"alternamente\",\n        \"alternat\",\n        \"alternated\",\n        \"alternation\",\n        \"alternatives\",\n        \"alternity\",\n        \"counterpane\",\n        \"driftway\",\n        \"footpace\",\n        \"intersector\",\n        \"miscellanies\",\n        \"nonprosses\",\n        \"outpace\",\n        \"outpath\",\n        \"parvenue\",\n        \"subpassage\",\n        \"versa\"\n    ],\n    \"allele\": [\n        \"alleleu\"\n    ],\n    \"nnwere onwe\": [\n        \"allelomorphism\",\n        \"autonegation\",\n        \"autonym\",\n        \"autonitridation\",\n        \"autonomy\",\n        \"decumbency\",\n        \"emancipation\",\n        \"emancipations\",\n        \"emancipative\",\n        \"entitatively\",\n        \"freakery\",\n        \"freedom\",\n        \"freedoms\",\n        \"freedstool\",\n        \"freenesses\",\n        \"freity\",\n        \"fremescence\",\n        \"girondism\",\n        \"gratility\",\n        \"independable\",\n        \"independence\",\n        \"independency\",\n        \"independista\",\n        \"libecchio\",\n        \"libeccio\",\n        \"libeccios\",\n        \"libelant\",\n        \"libelants\",\n        \"libelee\",\n        \"libeler\",\n        \"liber\",\n        \"liberalia\",\n        \"liberalisation\",\n        \"liberalism\",\n        \"liberalization\",\n        \"liberalizations\",\n        \"liberation\",\n        \"liberationism\",\n        \"liberations\",\n        \"liberator\",\n        \"liberatory\",\n        \"liberators\",\n        \"liberatress\",\n        \"liberatrice\",\n        \"liberatrix\",\n        \"liberomotor\",\n        \"liberty\",\n        \"liberties\",\n        \"libertinage\",\n        \"libertinism\",\n        \"libethenite\",\n        \"libriform\",\n        \"nomism\",\n        \"nomopelmous\",\n        \"nonfreedom\",\n        \"overfreedom\",\n        \"releasement\",\n        \"relection\",\n        \"unfreedom\",\n        \"voluntarism\"\n    ],\n    \"otu mgbe\": [\n        \"allenarly\",\n        \"envenoms\"\n    ],\n    \"mee ka ibelata\": [\n        \"alleniate\"\n    ],\n    \"nfụkasị\": [\n        \"aller\",\n        \"allergic\",\n        \"allerion\"\n    ],\n    \"nfụkasị ahụ\": [\n        \"allergen\",\n        \"allergenic\",\n        \"allergenicity\",\n        \"allergia\",\n        \"allergies\",\n        \"allergin\"\n    ],\n    \"ihe nfụkasị ahụ\": [\n        \"allergens\",\n        \"allergology\"\n    ],\n    \"nke ahu anataghi\": [\n        \"allergy\"\n    ],\n    \"onye na-egbu egbu\": [\n        \"allergist\",\n        \"belayer\",\n        \"beveler\",\n        \"bewrayer\",\n        \"deadener\",\n        \"detoxicator\",\n        \"entangler\",\n        \"epiphenomenalist\",\n        \"fiddler\",\n        \"flidder\",\n        \"gerrymanderer\",\n        \"intoxicator\",\n        \"larderer\",\n        \"lictor\",\n        \"mortifier\",\n        \"nephalist\",\n        \"swordfisherman\",\n        \"ultramicrochemist\",\n        \"wassailer\"\n    ],\n    \"ndị na-eme ihe nfụkasị ahụ\": [\n        \"allergists\"\n    ],\n    \"belata\": [\n        \"alleviate\",\n        \"alleviated\",\n        \"curtailed\",\n        \"cutinize\",\n        \"cutinized\",\n        \"decimalize\",\n        \"decreer\",\n        \"decrepitated\",\n        \"detrench\",\n        \"dimastigate\",\n        \"dimerize\",\n        \"dimidiate\",\n        \"dimin\",\n        \"diminish\",\n        \"diminishingly\",\n        \"diminue\",\n        \"diminute\",\n        \"diminuted\",\n        \"diminutivize\",\n        \"dimitted\",\n        \"dimply\",\n        \"downsize\",\n        \"dwindle\",\n        \"dwined\",\n        \"eased\",\n        \"lessened\",\n        \"lessoned\",\n        \"limitate\",\n        \"minimised\",\n        \"minimises\",\n        \"minimism\",\n        \"minimized\",\n        \"pessimize\",\n        \"reduce\",\n        \"reduceable\",\n        \"reduceableness\",\n        \"reductant\",\n        \"redue\",\n        \"reduplicate\",\n        \"reduplicated\",\n        \"reduplicative\",\n        \"reduplicatory\",\n        \"reduvioid\",\n        \"reduzate\",\n        \"undershapen\"\n    ],\n    \"Ihe eji eme ihe\": [\n        \"alleviater\",\n        \"embodier\",\n        \"naturecraft\",\n        \"scaffery\",\n        \"trolleyer\"\n    ],\n    \"na-eme ka ibelata\": [\n        \"alleviates\"\n    ],\n    \"mbelata\": [\n        \"alleviation\",\n        \"cutification\",\n        \"cuttage\",\n        \"decreases\",\n        \"decreation\",\n        \"decreement\",\n        \"decreing\",\n        \"decrement\",\n        \"decremental\",\n        \"decrements\",\n        \"decretion\",\n        \"diminution\",\n        \"diminutional\",\n        \"discountenances\",\n        \"discountenancing\",\n        \"minimiser\",\n        \"minimizations\",\n        \"pratement\",\n        \"prunableness\",\n        \"reduccion\",\n        \"reducement\",\n        \"reductase\",\n        \"reductio\",\n        \"reduction\",\n        \"reductional\",\n        \"reductive\",\n        \"reductively\",\n        \"reductivism\",\n        \"reductorial\",\n        \"reduit\",\n        \"reduviids\"\n    ],\n    \"ndị na-emegharị ihe\": [\n        \"alleviators\",\n        \"interveners\",\n        \"reflowers\",\n        \"refractors\",\n        \"renegers\",\n        \"repealers\",\n        \"repiners\",\n        \"retakers\",\n        \"reverberators\"\n    ],\n    \"Kwadebe\": [\n        \"allez\",\n        \"equippers\",\n        \"precompare\",\n        \"prepalatine\"\n    ],\n    \"allallowtide\": [\n        \"allhallowtide\"\n    ],\n    \"Ikeukwu\": [\n        \"allheal\"\n    ],\n    \"enwere ike\": [\n        \"alliable\",\n        \"amissible\",\n        \"canalized\",\n        \"canalled\",\n        \"catchable\",\n        \"causable\",\n        \"chanceable\",\n        \"chanceably\",\n        \"coherent\",\n        \"compossibility\",\n        \"computably\",\n        \"countrified\",\n        \"enseated\",\n        \"excitabilities\",\n        \"feasibility\",\n        \"feasible\",\n        \"feasibleness\",\n        \"happenchance\",\n        \"hereditably\",\n        \"inviably\",\n        \"leviable\",\n        \"libated\",\n        \"likability\",\n        \"likeability\",\n        \"maybe\",\n        \"materiable\",\n        \"matriculable\",\n        \"micrified\",\n        \"omissible\",\n        \"pavidity\",\n        \"placability\",\n        \"placableness\",\n        \"placably\",\n        \"posable\",\n        \"possibility\",\n        \"presentability\",\n        \"suasibility\"\n    ],\n    \"ijikọ aka\": [\n        \"alliancing\"\n    ],\n    \"oru nile\": [\n        \"alliciency\"\n    ],\n    \"gbaa nkịtị\": [\n        \"allicit\",\n        \"bareboned\",\n        \"barefaced\",\n        \"bareknuckle\",\n        \"barenecked\",\n        \"becloud\",\n        \"fortuuned\",\n        \"hallooed\",\n        \"stying\",\n        \"surreal\"\n    ],\n    \"ejikọtara\": [\n        \"allied\",\n        \"conciliated\",\n        \"equiaxed\",\n        \"interinvolved\",\n        \"paired\",\n        \"twattles\",\n        \"unilobed\"\n    ],\n    \"agagharị\": [\n        \"alligate\",\n        \"mobility\",\n        \"roam\",\n        \"roamed\",\n        \"roamer\",\n        \"toured\"\n    ],\n    \"agu iyi\": [\n        \"alligator\",\n        \"alligatoring\",\n        \"alligators\"\n    ],\n    \"azu iyi\": [\n        \"alligatorfish\",\n        \"alligatorfishes\"\n    ],\n    \"itinye ọnụ\": [\n        \"allying\",\n        \"encumberingly\",\n        \"interfenestration\"\n    ],\n    \"ndoli\": [\n        \"allyl\",\n        \"allylene\",\n        \"bogfern\",\n        \"catathymic\",\n        \"demolisher\",\n        \"dorey\",\n        \"dovetailing\",\n        \"drolly\",\n        \"elution\",\n        \"hoist\",\n        \"hoistway\",\n        \"misexplanation\",\n        \"peptonisation\",\n        \"piotty\",\n        \"politicks\",\n        \"slumdom\"\n    ],\n    \"mmekọrịta\": [\n        \"allylation\",\n        \"alongships\",\n        \"coactivity\",\n        \"communalisation\",\n        \"communalise\",\n        \"communalization\",\n        \"communital\",\n        \"concernancy\",\n        \"conchological\",\n        \"concionary\",\n        \"concionatory\",\n        \"concretions\",\n        \"corelating\",\n        \"corelation\",\n        \"corelational\",\n        \"corelative\",\n        \"corelatively\",\n        \"correlation\",\n        \"correlational\",\n        \"correlations\",\n        \"correlative\",\n        \"correlativism\",\n        \"counterassociation\",\n        \"fellowcraft\",\n        \"intechnicality\",\n        \"interabang\",\n        \"interabsorption\",\n        \"interacademic\",\n        \"interaccessory\",\n        \"interacinar\",\n        \"interacinous\",\n        \"interactant\",\n        \"interaction\",\n        \"interactional\",\n        \"interactionism\",\n        \"interactive\",\n        \"interactively\",\n        \"interactivity\",\n        \"interadditive\",\n        \"interaffiliated\",\n        \"interaffiliation\",\n        \"interagencies\",\n        \"interagent\",\n        \"interagree\",\n        \"interagreed\",\n        \"interagreeing\",\n        \"interalar\",\n        \"interalliance\",\n        \"interalveolar\",\n        \"interangular\",\n        \"interanimate\",\n        \"interanimated\",\n        \"interanimating\",\n        \"interannular\",\n        \"interapplication\",\n        \"interarticular\",\n        \"interartistic\",\n        \"interassociated\",\n        \"interassure\",\n        \"interastral\",\n        \"interatrial\",\n        \"interattrition\",\n        \"interaulic\",\n        \"interaural\",\n        \"interauricular\",\n        \"interavailability\",\n        \"interavailable\",\n        \"intercitizenship\",\n        \"intercivilization\",\n        \"intergradational\",\n        \"interobjective\",\n        \"interoceptive\",\n        \"interocular\",\n        \"interolivary\",\n        \"interoperculum\",\n        \"interoscillate\",\n        \"interoscillated\",\n        \"interoscillating\",\n        \"interosculant\",\n        \"interosculating\",\n        \"interosseal\",\n        \"interosseous\",\n        \"intersessional\",\n        \"intersocial\",\n        \"interspecial\",\n        \"intertracing\",\n        \"interuniversity\",\n        \"interweavement\",\n        \"intimations\",\n        \"intitules\",\n        \"introceptive\",\n        \"kindredship\",\n        \"midcourse\",\n        \"mutualise\",\n        \"mutualism\",\n        \"mutualities\",\n        \"partnerships\",\n        \"polyharmony\",\n        \"relational\",\n        \"relationality\",\n        \"relationals\",\n        \"relationism\",\n        \"relations\",\n        \"relationship\",\n        \"relationships\",\n        \"relativity\",\n        \"synacme\",\n        \"synactic\",\n        \"synarthroses\",\n        \"sync\",\n        \"syncarpies\",\n        \"syncarpous\",\n        \"syncarps\",\n        \"syncategorem\",\n        \"syncategorematic\",\n        \"syncategoreme\",\n        \"syncellus\",\n        \"syncephalic\",\n        \"synch\",\n        \"synchysis\",\n        \"synchro\",\n        \"synchromesh\",\n        \"synchromism\",\n        \"synchroneity\",\n        \"synchrony\",\n        \"synchronic\",\n        \"synchronies\",\n        \"synchronisation\",\n        \"synchroniser\",\n        \"synchronising\",\n        \"synchronism\",\n        \"synchronizable\",\n        \"synchronization\",\n        \"synchronizer\",\n        \"synchronizers\",\n        \"synchronizing\",\n        \"synchronology\",\n        \"synchronoscope\",\n        \"synchronousness\",\n        \"synchros\",\n        \"synchroscope\",\n        \"synchs\",\n        \"syncytia\",\n        \"syncytial\",\n        \"syncladous\",\n        \"synclastic\",\n        \"synclinal\",\n        \"synclinally\",\n        \"syncline\",\n        \"synclines\",\n        \"synclinical\",\n        \"synclinore\",\n        \"synclinorial\",\n        \"synclinorium\",\n        \"synclitic\",\n        \"syncliticism\",\n        \"synclitism\",\n        \"syncom\",\n        \"syncoms\",\n        \"syncopare\",\n        \"syncopate\",\n        \"syncopated\",\n        \"syncopates\",\n        \"syncopating\",\n        \"syncopation\",\n        \"syncopations\",\n        \"syncopative\",\n        \"syncope\",\n        \"syncopic\",\n        \"syncopism\",\n        \"syncracy\",\n        \"syncraniate\",\n        \"syncranteric\",\n        \"syncrasy\",\n        \"syncretic\",\n        \"syncretical\",\n        \"syncreticism\",\n        \"syncretion\",\n        \"syncretism\",\n        \"syncretistic\",\n        \"syncretized\",\n        \"syncretizing\",\n        \"syncrypta\",\n        \"syncrisis\",\n        \"syncs\",\n        \"synedrous\",\n        \"synenergistic\",\n        \"synergastic\",\n        \"synergy\",\n        \"synergic\",\n        \"synergical\",\n        \"synergies\",\n        \"synergism\",\n        \"synergisms\",\n        \"synergistic\",\n        \"synergists\",\n        \"synesises\",\n        \"synesthetic\",\n        \"synfuel\",\n        \"synfuels\",\n        \"synkatathesis\",\n        \"synodally\",\n        \"synods\",\n        \"synodus\",\n        \"synpelmous\",\n        \"synsporous\",\n        \"synura\",\n        \"synurae\",\n        \"socage\",\n        \"socages\",\n        \"sociability\",\n        \"sociales\",\n        \"socials\",\n        \"societary\",\n        \"societified\",\n        \"sociol\",\n        \"socionomy\",\n        \"socionomic\",\n        \"socionomics\",\n        \"socius\",\n        \"socles\",\n        \"socratic\"\n    ],\n    \"ihe enyemaka\": [\n        \"allylic\",\n        \"ancillary\",\n        \"assident\",\n        \"aux\",\n        \"auxeses\",\n        \"auxetic\",\n        \"auxetics\",\n        \"auxin\",\n        \"auxinic\",\n        \"auxins\",\n        \"auxoblast\",\n        \"auxochromous\",\n        \"auxocyte\",\n        \"auxology\",\n        \"auxospore\",\n        \"auxotonic\",\n        \"delectations\",\n        \"philamot\",\n        \"philatelical\",\n        \"philonatural\",\n        \"relievers\",\n        \"relievos\",\n        \"resource\",\n        \"subsimple\",\n        \"succulencies\",\n        \"tripodies\"\n    ],\n    \"niile\": [\n        \"allyou\",\n        \"alliterate\",\n        \"allmouth\",\n        \"dhanvantari\",\n        \"hollong\"\n    ],\n    \"gbasara\": [\n        \"alliteral\",\n        \"annalism\",\n        \"concerning\",\n        \"concerningness\",\n        \"curvous\",\n        \"dissected\",\n        \"enleagued\",\n        \"extensional\",\n        \"hulled\",\n        \"regard\",\n        \"regarding\",\n        \"sparable\",\n        \"splashed\",\n        \"sploshed\",\n        \"spoored\",\n        \"sprained\",\n        \"spreaded\",\n        \"spruced\",\n        \"spurrial\",\n        \"tendineal\",\n        \"vasculated\"\n    ],\n    \"ikwughachi\": [\n        \"alliterates\",\n        \"apostrophes\",\n        \"apostrophic\",\n        \"echoed\",\n        \"echoer\",\n        \"echoers\",\n        \"echoes\",\n        \"echoic\",\n        \"echoing\",\n        \"echoize\",\n        \"echoized\",\n        \"echoless\",\n        \"echolocate\",\n        \"echos\",\n        \"libellant\",\n        \"mummify\",\n        \"quotidianly\",\n        \"reaffirmer\",\n        \"reaffirming\",\n        \"reamassment\",\n        \"rebite\",\n        \"rebute\",\n        \"rebuttably\",\n        \"reciprocally\",\n        \"reciproque\",\n        \"recomplain\",\n        \"recredit\",\n        \"recriticize\",\n        \"reeming\",\n        \"reemit\",\n        \"reimburse\",\n        \"reimbursed\",\n        \"reiterance\",\n        \"reiterate\",\n        \"reiteratedness\",\n        \"reiterative\",\n        \"reiteratively\",\n        \"relabel\",\n        \"relache\",\n        \"repatent\",\n        \"repeatability\",\n        \"repeatable\",\n        \"repeatal\",\n        \"repeaters\",\n        \"repetend\",\n        \"repetitional\",\n        \"repetitious\",\n        \"requalifying\",\n        \"rerate\",\n        \"resparkle\",\n        \"respell\",\n        \"resprout\",\n        \"restabling\",\n        \"restipulate\",\n        \"resuspend\",\n        \"retear\",\n        \"retelling\",\n        \"retributively\",\n        \"reverberantly\",\n        \"unexaggerable\",\n        \"unexaggeratory\",\n        \"unlabouring\",\n        \"unreclaiming\",\n        \"ustulate\"\n    ],\n    \"na-ekwukarị\": [\n        \"alliterating\",\n        \"inthralling\",\n        \"telluriferous\"\n    ],\n    \"izugbe\": [\n        \"alliteration\",\n        \"alliterational\",\n        \"commonweal\",\n        \"diseme\",\n        \"genera\",\n        \"generable\",\n        \"general\",\n        \"generalcy\",\n        \"generalcies\",\n        \"generalific\",\n        \"generalisation\",\n        \"generalise\",\n        \"generalising\",\n        \"generalism\",\n        \"generalissima\",\n        \"generalissimo\",\n        \"generalissimos\",\n        \"generalistic\",\n        \"generality\",\n        \"generalities\",\n        \"generalization\",\n        \"generalize\",\n        \"generalizing\",\n        \"generall\",\n        \"generalness\",\n        \"generalship\",\n        \"generalty\"\n    ],\n    \"onye nkwugide\": [\n        \"alliterationist\"\n    ],\n    \"edemede niile\": [\n        \"alliterations\"\n    ],\n    \"ịghara ịdị na-arụ ọrụ\": [\n        \"alliterativeness\"\n    ],\n    \"orituric\": [\n        \"allituric\"\n    ],\n    \"okwu niile\": [\n        \"allmouths\"\n    ],\n    \"alloba\": [\n        \"allobars\"\n    ],\n    \"ikewapụnụ\": [\n        \"allocability\"\n    ],\n    \"ikewapụta\": [\n        \"allocatable\"\n    ],\n    \"igbunye\": [\n        \"allocate\",\n        \"allocute\"\n    ],\n    \"ekenyela\": [\n        \"allocated\",\n        \"allotments\",\n        \"allottable\",\n        \"allotted\",\n        \"allotter\"\n    ],\n    \"na-ekenye\": [\n        \"allocates\",\n        \"allocating\",\n        \"assigning\"\n    ],\n    \"oke\": [\n        \"allocation\",\n        \"allocations\",\n        \"allocution\",\n        \"apportion\",\n        \"bounds\",\n        \"chare\",\n        \"deific\",\n        \"exceedingly\",\n        \"extent\",\n        \"extraordinariness\",\n        \"extremis\",\n        \"extrorse\",\n        \"exundancy\",\n        \"gross\",\n        \"hedge\",\n        \"inordinateness\",\n        \"limitary\",\n        \"limitational\",\n        \"limitedly\",\n        \"limits\",\n        \"lustihood\",\n        \"margin\",\n        \"marginal\",\n        \"marginally\",\n        \"marginals\",\n        \"marginate\",\n        \"marginating\",\n        \"margination\",\n        \"margining\",\n        \"margins\",\n        \"maritage\",\n        \"massive\",\n        \"massively\",\n        \"massiveness\",\n        \"mice\",\n        \"mouse\",\n        \"mousee\",\n        \"mousehole\",\n        \"nol\",\n        \"obesely\",\n        \"outportion\",\n        \"overably\",\n        \"overabstemiously\",\n        \"overabundantly\",\n        \"overageness\",\n        \"overcomingly\",\n        \"overelegantly\",\n        \"overexpansively\",\n        \"overmasteringly\",\n        \"overnobly\",\n        \"oversoftly\",\n        \"pacificity\",\n        \"parameter\",\n        \"parameterizable\",\n        \"parameterized\",\n        \"parametral\",\n        \"parametric\",\n        \"parametrical\",\n        \"parametritic\",\n        \"parametritis\",\n        \"parametrize\",\n        \"paramine\",\n        \"paramita\",\n        \"paramnesia\",\n        \"quota\",\n        \"rat\",\n        \"ratal\",\n        \"ratals\",\n        \"ratchelly\",\n        \"ratches\",\n        \"ratemeter\",\n        \"ratha\",\n        \"ratine\",\n        \"ratines\",\n        \"ratios\",\n        \"ratline\",\n        \"rats\",\n        \"ratsbanes\",\n        \"scrofulousness\",\n        \"superable\",\n        \"superarduously\",\n        \"superaward\",\n        \"superbly\",\n        \"superfineness\",\n        \"superimportantly\",\n        \"superproportion\",\n        \"superwise\",\n        \"teretial\",\n        \"volumetry\",\n        \"volumetric\",\n        \"volumetrical\",\n        \"volumetrically\",\n        \"voluminal\",\n        \"voluminous\",\n        \"voluminously\",\n        \"voluminousness\",\n        \"voluptuous\",\n        \"voluptuously\"\n    ],\n    \"onye na-ekenye ihe\": [\n        \"allocator\"\n    ],\n    \"ndị na-ekenye ndị mmadụ ihe\": [\n        \"allocators\"\n    ],\n    \"nkesa\": [\n        \"alloclasite\",\n        \"arrhythmy\",\n        \"castrametation\",\n        \"cauterisation\",\n        \"clistothecia\",\n        \"cortication\",\n        \"deallocation\",\n        \"deploitation\",\n        \"dermatropic\",\n        \"dermoblast\",\n        \"devwsor\",\n        \"dhritarashtra\",\n        \"disadvising\",\n        \"discomedusae\",\n        \"disrupter\",\n        \"dissect\",\n        \"dissecting\",\n        \"dissection\",\n        \"dissections\",\n        \"dissects\",\n        \"disseises\",\n        \"disseizure\",\n        \"disseverance\",\n        \"disseveration\",\n        \"disseverment\",\n        \"dissevers\",\n        \"disthrall\",\n        \"distingue\",\n        \"distributary\",\n        \"distributaries\",\n        \"distribution\",\n        \"distributions\",\n        \"distributive\",\n        \"distributiveness\",\n        \"distributivity\",\n        \"distributorship\",\n        \"distributution\",\n        \"distritbute\",\n        \"distrito\",\n        \"distritos\",\n        \"drippier\",\n        \"entrechats\",\n        \"explicanda\",\n        \"forncast\",\n        \"gratulation\",\n        \"harttite\",\n        \"hexoestrol\",\n        \"intercommonage\",\n        \"interdebate\",\n        \"interlamination\",\n        \"interlardation\",\n        \"interlardment\",\n        \"interlinear\",\n        \"interloculus\",\n        \"lancastrian\",\n        \"llanberisslate\",\n        \"pachyntic\",\n        \"partridging\",\n        \"parvifolious\",\n        \"philogyny\",\n        \"phrenogram\",\n        \"plattnerite\",\n        \"scatomas\",\n        \"schismatized\",\n        \"schisms\",\n        \"scrupulosity\",\n        \"servidor\",\n        \"sharecrop\",\n        \"sharecropper\",\n        \"sharecroppers\",\n        \"sharewort\",\n        \"shravey\",\n        \"splicer\",\n        \"splitfinger\",\n        \"transection\",\n        \"whiggification\"\n    ],\n    \"ochichiri\": [\n        \"allocrotonic\",\n        \"ambries\",\n        \"darkishness\",\n        \"dolorousness\"\n    ],\n    \"alloy\": [\n        \"allody\",\n        \"alloys\",\n        \"alloxy\"\n    ],\n    \"alloys\": [\n        \"allodies\",\n        \"alloyed\"\n    ],\n    \"ngwongwo\": [\n        \"allodification\",\n        \"clares\",\n        \"commodation\",\n        \"commodiousness\",\n        \"commodity\",\n        \"congiary\",\n        \"consumo\",\n        \"convoys\",\n        \"disfurniture\",\n        \"displicence\",\n        \"fusspots\",\n        \"goods\",\n        \"goodship\",\n        \"inventory\",\n        \"inventorying\",\n        \"luges\",\n        \"luggard\",\n        \"luggies\",\n        \"materializations\",\n        \"materiation\",\n        \"merchandy\",\n        \"merchandise\",\n        \"merchandry\",\n        \"merfolk\",\n        \"merkhet\",\n        \"minkery\",\n        \"palladion\",\n        \"pampangan\",\n        \"pampanito\",\n        \"paraphernal\",\n        \"paraphernalia\",\n        \"paraphernalian\",\n        \"parsonry\",\n        \"pillages\",\n        \"syndesises\",\n        \"stuff\",\n        \"stuffs\",\n        \"wares\"\n    ],\n    \"Ngwakọta\": [\n        \"allods\",\n        \"blendcorn\",\n        \"blenders\",\n        \"coils\",\n        \"combinational\",\n        \"combinatory\",\n        \"combinatorial\",\n        \"compatibles\",\n        \"compositure\",\n        \"conclaves\",\n        \"dbridement\",\n        \"hybridised\",\n        \"hybridized\",\n        \"intermixtures\",\n        \"mixblood\",\n        \"mixes\",\n        \"mixtec\",\n        \"mixtecan\",\n        \"mixups\",\n        \"polybrids\",\n        \"synthesizers\",\n        \"wrangles\",\n        \"wrangs\"\n    ],\n    \"mmetọ\": [\n        \"allogamy\",\n        \"bastardisation\",\n        \"bidactylous\",\n        \"censor\",\n        \"contamination\",\n        \"contaminative\",\n        \"contaminator\",\n        \"decontamination\",\n        \"defecates\",\n        \"defilading\",\n        \"defiler\",\n        \"denaturalising\",\n        \"desecration\",\n        \"noncontamination\",\n        \"pollyanna\",\n        \"pollyannish\",\n        \"pollinium\",\n        \"pollinodial\",\n        \"pollinodium\",\n        \"pollinoid\",\n        \"pollinose\",\n        \"polluter\",\n        \"pollution\",\n        \"pollutive\",\n        \"stainierite\"\n    ],\n    \"ndenye aha\": [\n        \"allogamies\",\n        \"disfeaturement\",\n        \"enlists\",\n        \"indention\",\n        \"rescription\",\n        \"sublieutenancy\",\n        \"subscript\",\n        \"subscription\",\n        \"subscriptionist\",\n        \"subscriptions\",\n        \"subscripts\",\n        \"subsheriff\"\n    ],\n    \"adịgboroja\": [\n        \"allogamous\",\n        \"counterfeited\",\n        \"counterfeiters\",\n        \"counterfeitness\",\n        \"counterfeits\",\n        \"extemporalness\",\n        \"fake\",\n        \"faked\",\n        \"fakeer\",\n        \"fakeers\",\n        \"forgeries\",\n        \"fuminess\",\n        \"imposterous\",\n        \"impostorship\",\n        \"impostrous\",\n        \"impostumation\",\n        \"imposture\",\n        \"impostures\",\n        \"imposturous\",\n        \"pseudovaries\",\n        \"spammed\",\n        \"spamming\",\n        \"unfeudal\",\n        \"unglutted\"\n    ],\n    \"loggha\": [\n        \"allogeneous\"\n    ],\n    \"allogenik\": [\n        \"allogenic\"\n    ],\n    \"n'usoro\": [\n        \"allogenically\",\n        \"alphamerically\",\n        \"alphanumerically\",\n        \"array\",\n        \"arraying\",\n        \"arrayment\",\n        \"burelly\",\n        \"ciceronically\",\n        \"cyclonically\",\n        \"conchoidally\",\n        \"conchologically\",\n        \"conjecturably\",\n        \"consecutive\",\n        \"consecutively\",\n        \"cotemporarily\",\n        \"decumbently\",\n        \"docetically\",\n        \"endobronchially\",\n        \"esoterically\",\n        \"extemporally\",\n        \"extemporaneously\",\n        \"extemporarily\",\n        \"extraterrestrially\",\n        \"extraversively\",\n        \"extravertively\",\n        \"fructiferously\",\n        \"fructuously\",\n        \"hierarchically\",\n        \"incrementally\",\n        \"interfraternally\",\n        \"interlineally\",\n        \"interlinearily\",\n        \"intersystematically\",\n        \"laputically\",\n        \"lymphatically\",\n        \"lineally\",\n        \"linearise\",\n        \"linearised\",\n        \"linearising\",\n        \"linearize\",\n        \"linearized\",\n        \"linearizes\",\n        \"linebred\",\n        \"linerange\",\n        \"mechanomorphically\",\n        \"mediately\",\n        \"metagenetically\",\n        \"metamerically\",\n        \"methodically\",\n        \"metronomically\",\n        \"moronically\",\n        \"morphometrically\",\n        \"neurotically\",\n        \"nonascetically\",\n        \"nonastronomically\",\n        \"nonattributively\",\n        \"nonchronically\",\n        \"nonclassically\",\n        \"noncohesively\",\n        \"nonfraternally\",\n        \"nonnomadically\",\n        \"nonterritorially\",\n        \"nontheoretically\",\n        \"orderly\",\n        \"pacificistically\",\n        \"pacifistically\",\n        \"perpendicularly\",\n        \"plenipotentiarily\",\n        \"presystematically\",\n        \"processional\",\n        \"processionally\",\n        \"processionist\",\n        \"processionwise\",\n        \"processive\",\n        \"processual\",\n        \"programmatically\",\n        \"prosodially\",\n        \"prosodically\",\n        \"pulselessly\",\n        \"rampantly\",\n        \"rankly\",\n        \"roding\",\n        \"rowable\",\n        \"rowdyishly\",\n        \"rowdily\",\n        \"rowty\",\n        \"schematically\",\n        \"schematologetically\",\n        \"scrambly\",\n        \"semantically\",\n        \"semaphorically\",\n        \"semasiologically\",\n        \"semibiographically\",\n        \"semidivisively\",\n        \"semidomestically\",\n        \"semidramatically\",\n        \"semifictionally\",\n        \"semipatriotically\",\n        \"semipractical\",\n        \"semipurposively\",\n        \"semitonically\",\n        \"semitropically\",\n        \"sequaciously\",\n        \"sequential\",\n        \"sequentialize\",\n        \"sequentialized\",\n        \"sequentially\",\n        \"sequently\",\n        \"setaceously\",\n        \"symphonically\",\n        \"symphoniously\",\n        \"systematical\",\n        \"systematically\",\n        \"systemically\",\n        \"systemwide\",\n        \"systemwise\",\n        \"stiffneckedly\",\n        \"stringently\",\n        \"subliminally\",\n        \"substitutively\",\n        \"successionally\",\n        \"superaerially\",\n        \"superangelically\",\n        \"superarduous\",\n        \"superarrogantly\",\n        \"superartificially\",\n        \"supraterraneous\",\n        \"topologically\",\n        \"unattributively\",\n        \"uneffusively\",\n        \"uninstitutively\"\n    ],\n    \"allokurtik\": [\n        \"allokurtic\"\n    ],\n    \"allomeri\": [\n        \"allomerize\"\n    ],\n    \"inye allomer\": [\n        \"allomerizing\"\n    ],\n    \"allome\": [\n        \"allomerous\"\n    ],\n    \"alumetric\": [\n        \"allometric\"\n    ],\n    \"alloymous\": [\n        \"allonymous\"\n    ],\n    \"alloy kpamkpam\": [\n        \"allonymously\"\n    ],\n    \"ugwu\": [\n        \"allopath\",\n        \"cliff\",\n        \"cliffed\",\n        \"clifflet\",\n        \"clifflike\",\n        \"cliffside\",\n        \"clift\",\n        \"clifty\",\n        \"climath\",\n        \"climature\",\n        \"clivers\",\n        \"dignification\",\n        \"dignitary\",\n        \"dignitarial\",\n        \"dignitas\",\n        \"dignity\",\n        \"dignities\",\n        \"dignotion\",\n        \"dillis\",\n        \"downhills\",\n        \"eleaticism\",\n        \"elopes\",\n        \"eustacies\",\n        \"forehill\",\n        \"forelands\",\n        \"hilborn\",\n        \"hilda\",\n        \"hill\",\n        \"hillberry\",\n        \"hillbilly\",\n        \"hillbird\",\n        \"hillet\",\n        \"hillfort\",\n        \"hillier\",\n        \"hilliest\",\n        \"hilliness\",\n        \"hilling\",\n        \"hillock\",\n        \"hillocked\",\n        \"hillocky\",\n        \"hillside\",\n        \"hillsides\",\n        \"hilltop\",\n        \"hilltopper\",\n        \"hilltopping\",\n        \"hilltrot\",\n        \"honiton\",\n        \"ledge\",\n        \"mount\",\n        \"mountable\",\n        \"mountain\",\n        \"mountained\",\n        \"mountaineering\",\n        \"mountainlike\",\n        \"mountains\",\n        \"mountainside\",\n        \"mountainwards\",\n        \"mountance\",\n        \"mountant\",\n        \"mounty\",\n        \"mounties\",\n        \"mountlet\",\n        \"nobility\",\n        \"nonglandular\",\n        \"norlands\",\n        \"north\",\n        \"norther\",\n        \"northered\",\n        \"northering\",\n        \"northerliness\",\n        \"northern\",\n        \"northernness\",\n        \"northerns\",\n        \"northers\",\n        \"precipices\",\n        \"precipitance\",\n        \"precipitancies\",\n        \"precipitations\",\n        \"prestability\",\n        \"prestate\",\n        \"prestation\",\n        \"prestidigital\",\n        \"prestidigitation\",\n        \"prestidigitator\",\n        \"prestige\",\n        \"prestigeful\",\n        \"prestiges\",\n        \"prestigious\",\n        \"prestigiousness\",\n        \"prestore\",\n        \"prestraighten\",\n        \"prominences\",\n        \"reputability\",\n        \"soliloquium\",\n        \"soliton\",\n        \"typhaceous\",\n        \"tophaceous\",\n        \"upheap\",\n        \"uphill\",\n        \"uphills\",\n        \"uplaid\",\n        \"upland\",\n        \"uplanders\",\n        \"uplandish\",\n        \"uplands\",\n        \"upmountain\",\n        \"upstate\",\n        \"upstates\",\n        \"upthrow\",\n        \"uptown\",\n        \"uptowns\",\n        \"upway\"\n    ],\n    \"onyinye allopathies\": [\n        \"allopathies\"\n    ],\n    \"onye ugwu\": [\n        \"allopathist\",\n        \"cliffsman\",\n        \"demesman\",\n        \"eucalyptian\",\n        \"eutherian\",\n        \"gibelite\",\n        \"highlandman\",\n        \"hiller\",\n        \"hillman\",\n        \"hillsman\",\n        \"mountaineer\",\n        \"mountainer\",\n        \"noreast\",\n        \"northerner\",\n        \"northman\",\n        \"norwester\",\n        \"praesternal\"\n    ],\n    \"nke allopatric\": [\n        \"allopatric\"\n    ],\n    \"na-achịkwa ọrịa\": [\n        \"allopatrically\"\n    ],\n    \"itinye allophanate\": [\n        \"allophanate\"\n    ],\n    \"onyinye allophanic\": [\n        \"allophanic\"\n    ],\n    \"onyinye allophylian\": [\n        \"allophylian\"\n    ],\n    \"otu\": [\n        \"allophonically\",\n        \"anarthrously\",\n        \"apiece\",\n        \"apieces\",\n        \"busies\",\n        \"cysticle\",\n        \"classily\",\n        \"colossuswise\",\n        \"constances\",\n        \"cotuit\",\n        \"dissuasively\",\n        \"goup\",\n        \"grossness\",\n        \"group\",\n        \"groupageness\",\n        \"groupist\",\n        \"groupment\",\n        \"groupwise\",\n        \"halieutically\",\n        \"hallier\",\n        \"hallopodous\",\n        \"hallucal\",\n        \"ingroups\",\n        \"interadventual\",\n        \"intergroupal\",\n        \"membership\",\n        \"monocentric\",\n        \"monochloride\",\n        \"monochromate\",\n        \"monochromes\",\n        \"monochromous\",\n        \"monocycle\",\n        \"monocle\",\n        \"monogenous\",\n        \"monographical\",\n        \"monographically\",\n        \"monoicous\",\n        \"monoid\",\n        \"monolobular\",\n        \"monolocular\",\n        \"monolog\",\n        \"monologic\",\n        \"monologs\",\n        \"monopolar\",\n        \"monopole\",\n        \"monopoles\",\n        \"monorail\",\n        \"monovalence\",\n        \"monoxenous\",\n        \"monoxylic\",\n        \"one\",\n        \"onefoldness\",\n        \"onehood\",\n        \"oneiric\",\n        \"oneirocritically\",\n        \"oneiromancy\",\n        \"onerosities\",\n        \"ordinaire\",\n        \"outgroups\",\n        \"parrs\",\n        \"parthenogenous\",\n        \"parthian\",\n        \"party\",\n        \"partie\",\n        \"partyism\",\n        \"partisanry\",\n        \"same\",\n        \"samech\",\n        \"samechs\",\n        \"samek\",\n        \"sameks\",\n        \"sejunctively\",\n        \"semeion\",\n        \"simnel\",\n        \"singally\",\n        \"single\",\n        \"singlebar\",\n        \"singlemindedly\",\n        \"singleprecision\",\n        \"singlestep\",\n        \"singlestick\",\n        \"singlets\",\n        \"singly\",\n        \"singularism\",\n        \"singularization\",\n        \"singultous\",\n        \"societal\",\n        \"socmen\",\n        \"soleness\",\n        \"songle\",\n        \"superindividually\",\n        \"team\",\n        \"teaman\",\n        \"teamsters\",\n        \"township\",\n        \"unalone\",\n        \"uniformally\",\n        \"uniformest\",\n        \"uniformly\",\n        \"unitarian\",\n        \"unitentacular\",\n        \"unitinerant\",\n        \"unitrivalent\",\n        \"unitrope\",\n        \"unrowdy\"\n    ],\n    \"ugwu ugwu\": [\n        \"allophore\",\n        \"cliffhang\",\n        \"cliffhanger\",\n        \"cliftonia\",\n        \"climactery\",\n        \"gliff\",\n        \"gliffy\",\n        \"gliffs\",\n        \"highland\",\n        \"highlander\",\n        \"highlanders\",\n        \"highlandish\",\n        \"highlandry\",\n        \"hilch\",\n        \"hillbillies\",\n        \"hillcrest\",\n        \"hillculture\",\n        \"hillhousia\",\n        \"hilly\",\n        \"hilloas\",\n        \"hillocks\",\n        \"hillsale\",\n        \"hillsite\",\n        \"hilltopped\",\n        \"hillwort\",\n        \"mountainet\",\n        \"mountainette\",\n        \"mountainy\",\n        \"mountainless\",\n        \"mountainous\",\n        \"mountainousness\",\n        \"mountainsides\",\n        \"mountaintop\",\n        \"mountaintops\",\n        \"mounture\",\n        \"northeaster\",\n        \"northeasterly\",\n        \"northeasters\",\n        \"northen\",\n        \"northerlies\",\n        \"northfieldite\",\n        \"northlight\",\n        \"northupite\",\n        \"rangelands\",\n        \"stalland\",\n        \"upisland\",\n        \"volcae\",\n        \"volcanian\",\n        \"volpane\",\n        \"volteador\",\n        \"volteadores\"\n    ],\n    \"ụdị\": [\n        \"alloplastic\",\n        \"ascii\",\n        \"brands\",\n        \"brandsolder\",\n        \"brees\",\n        \"extrudes\",\n        \"form\",\n        \"formes\",\n        \"formfeeds\",\n        \"formicivorous\",\n        \"formyl\",\n        \"formyls\",\n        \"formols\",\n        \"forms\",\n        \"homograph\",\n        \"homographs\",\n        \"ilk\",\n        \"kinds\",\n        \"models\",\n        \"nauch\",\n        \"semblances\",\n        \"shapes\",\n        \"sort\",\n        \"sortal\",\n        \"sortance\",\n        \"sortes\",\n        \"sorty\",\n        \"sortiment\",\n        \"sortita\",\n        \"sortlige\",\n        \"sortment\",\n        \"sorts\",\n        \"sortwith\",\n        \"speciestaler\",\n        \"specimens\",\n        \"stylelike\",\n        \"stylers\",\n        \"styles\",\n        \"stylewort\",\n        \"tyddyn\",\n        \"tylostyle\",\n        \"typebar\",\n        \"typecases\",\n        \"typees\",\n        \"typeform\",\n        \"typefoundry\",\n        \"types\",\n        \"typeset\",\n        \"typesets\",\n        \"typesetter\",\n        \"typesetters\",\n        \"typesof\",\n        \"typologies\",\n        \"varicellate\",\n        \"varietas\",\n        \"varietism\",\n        \"varioles\",\n        \"varments\",\n        \"varmints\"\n    ],\n    \"alloy alloy\": [\n        \"alloquy\"\n    ],\n    \"ikenye\": [\n        \"allot\",\n        \"allotting\",\n        \"fusk\",\n        \"posting\"\n    ],\n    \"gwakọtara\": [\n        \"alloted\",\n        \"fused\",\n        \"gleave\",\n        \"gleeds\",\n        \"mingleable\",\n        \"mingled\",\n        \"mingledly\",\n        \"mingler\",\n        \"minglers\",\n        \"minglingly\",\n        \"miring\",\n        \"pulverated\"\n    ],\n    \"onye kwere ekwe\": [\n        \"allotheist\",\n        \"betrothed\",\n        \"cobeliever\",\n        \"pledgeholder\",\n        \"pledgeor\",\n        \"prebeliever\"\n    ],\n    \"ekweghị na Chineke\": [\n        \"allotheistic\",\n        \"atheism\",\n        \"atheisms\",\n        \"atheist\",\n        \"atheistic\",\n        \"atheistical\",\n        \"atheistically\",\n        \"atheisticalness\",\n        \"atheisticness\",\n        \"atheists\",\n        \"atheize\",\n        \"athematic\",\n        \"atheology\",\n        \"atheological\"\n    ],\n    \"ekenye\": [\n        \"allotment\",\n        \"assign\",\n        \"assignable\",\n        \"assignat\"\n    ],\n    \"inyefe osisi\": [\n        \"allotransplantation\"\n    ],\n    \"kenyere\": [\n        \"allotrylic\",\n        \"allotropical\",\n        \"concretionary\",\n        \"interknotted\",\n        \"programmed\"\n    ],\n    \"na-ebunye\": [\n        \"allotropes\",\n        \"transmits\",\n        \"transmitting\"\n    ],\n    \"ikesa\": [\n        \"allotropic\",\n        \"disseating\",\n        \"dissinew\",\n        \"distributing\",\n        \"sphacelate\"\n    ],\n    \"n'enyemaka\": [\n        \"allotropically\",\n        \"annotatively\",\n        \"conciliatingly\",\n        \"fulgurating\",\n        \"nonassertively\",\n        \"nonconnotatively\",\n        \"nonorganically\",\n        \"nonremittably\",\n        \"philanthropically\",\n        \"sacrilegiously\",\n        \"subprofitably\",\n        \"undejected\",\n        \"undejectedly\",\n        \"undelightfully\",\n        \"undenotatively\",\n        \"unhelpfully\",\n        \"unsorely\"\n    ],\n    \"ikesa ihe\": [\n        \"allotropize\"\n    ],\n    \"eweputara\": [\n        \"allots\"\n    ],\n    \"ekenyela onye\": [\n        \"allottee\"\n    ],\n    \"ekenye onye obula\": [\n        \"allottees\"\n    ],\n    \"ndị na-ekenye ndị ọzọ\": [\n        \"allotters\"\n    ],\n    \"agafeela\": [\n        \"allover\",\n        \"outadded\"\n    ],\n    \"nkwere\": [\n        \"allowance\",\n        \"allowances\",\n        \"creance\",\n        \"credensiveness\",\n        \"creosoted\",\n        \"drawability\",\n        \"permissiveness\"\n    ],\n    \"inye ikike\": [\n        \"allowancing\",\n        \"coauthoring\",\n        \"commissionate\",\n        \"licentiate\",\n        \"unauthorization\"\n    ],\n    \"alloxyproteic ngwaahịa\": [\n        \"alloxyproteic\"\n    ],\n    \"gburugburu\": [\n        \"allround\",\n        \"around\",\n        \"arround\",\n        \"beround\",\n        \"circa\",\n        \"circe\",\n        \"circinate\",\n        \"circinately\",\n        \"circination\",\n        \"circumambages\",\n        \"circumambulations\",\n        \"circumanal\",\n        \"circumarticular\",\n        \"circumducted\",\n        \"circumfer\",\n        \"circumfluent\",\n        \"circumfluous\",\n        \"circumfused\",\n        \"circuminsular\",\n        \"circumintestinal\",\n        \"circumjacent\",\n        \"circumlental\",\n        \"circumquaque\",\n        \"circumradiuses\",\n        \"circumsail\",\n        \"circumscribed\",\n        \"circumspangle\",\n        \"circumspective\",\n        \"circumtropical\",\n        \"circumventions\",\n        \"cirriferous\",\n        \"contextured\",\n        \"diazins\",\n        \"eco\",\n        \"ecole\",\n        \"ecoles\",\n        \"ecologic\",\n        \"ecosystem\",\n        \"ecosystems\",\n        \"ecoute\",\n        \"encirclements\",\n        \"encircles\",\n        \"enround\",\n        \"environ\",\n        \"environage\",\n        \"environal\",\n        \"environic\",\n        \"environments\",\n        \"environs\",\n        \"orbited\",\n        \"orbits\",\n        \"periarticular\",\n        \"periastral\",\n        \"perimeters\",\n        \"perimetral\",\n        \"perimetry\",\n        \"ricinic\",\n        \"ricinuses\",\n        \"round\",\n        \"roundabout\",\n        \"roundaboutly\",\n        \"roundaboutness\",\n        \"roundel\",\n        \"roundels\",\n        \"rounder\",\n        \"rounders\",\n        \"roundheel\",\n        \"roundle\",\n        \"roundlets\",\n        \"roundly\",\n        \"roundline\",\n        \"roundness\",\n        \"roundnosed\",\n        \"roundoff\",\n        \"roundridge\",\n        \"rounds\",\n        \"roundtable\",\n        \"roundtail\",\n        \"roundtop\",\n        \"roundups\",\n        \"roundwise\",\n        \"spieled\",\n        \"spiral\",\n        \"spiraliform\",\n        \"spiraling\",\n        \"spiralism\",\n        \"spirality\",\n        \"spirally\",\n        \"spiralling\",\n        \"spirals\",\n        \"spiraltail\",\n        \"spiralwise\",\n        \"surroundedly\",\n        \"surroundings\",\n        \"surrounds\",\n        \"themes\",\n        \"unenvironed\",\n        \"universally\",\n        \"unmedicinally\",\n        \"vicinage\",\n        \"vicinages\",\n        \"vicinity\",\n        \"vicinities\",\n        \"wraparounds\"\n    ],\n    \"achọrọ\": [\n        \"allseed\",\n        \"asseverated\",\n        \"beribboned\",\n        \"beruffed\",\n        \"besodden\",\n        \"besotted\",\n        \"deselected\",\n        \"desiderable\",\n        \"detergible\",\n        \"disavowed\",\n        \"easternized\",\n        \"ecospecifically\",\n        \"epicede\",\n        \"epidesmine\",\n        \"epithecial\",\n        \"essayed\",\n        \"ibycter\",\n        \"nectarised\",\n        \"peregrinated\",\n        \"potholed\",\n        \"revetted\",\n        \"semirefined\",\n        \"semitrained\",\n        \"tamers\",\n        \"ultrared\",\n        \"unaveraged\",\n        \"uninduced\",\n        \"unseptate\",\n        \"vesicated\",\n        \"vesiculated\"\n    ],\n    \"ahịhịa niile\": [\n        \"allseeds\"\n    ],\n    \"zoro aka\": [\n        \"alluded\",\n        \"alludes\",\n        \"cited\",\n        \"citing\",\n        \"referenced\",\n        \"references\"\n    ],\n    \"na-ezo aka\": [\n        \"alluding\",\n        \"referrible\",\n        \"refers\",\n        \"refertilizing\"\n    ],\n    \"ntachi obi\": [\n        \"allurance\",\n        \"clumsiness\",\n        \"endurance\",\n        \"forbearances\"\n    ],\n    \"rata\": [\n        \"allure\",\n        \"entice\",\n        \"enticed\",\n        \"intice\",\n        \"lured\",\n        \"ratter\"\n    ],\n    \"pụtara\": [\n        \"allured\",\n        \"apparent\",\n        \"apparitions\",\n        \"appeared\",\n        \"debuted\",\n        \"decant\",\n        \"denotes\",\n        \"imparked\",\n        \"impends\",\n        \"impies\",\n        \"impings\",\n        \"imply\",\n        \"impliably\",\n        \"implicatively\",\n        \"impliedly\",\n        \"implies\",\n        \"imputedly\",\n        \"imputes\",\n        \"imputting\",\n        \"mean\",\n        \"meaned\",\n        \"meaner\",\n        \"meaners\",\n        \"meanest\",\n        \"meany\",\n        \"meanie\",\n        \"meanies\",\n        \"meaning\",\n        \"meaningfully\",\n        \"meaningfulness\",\n        \"meaningly\",\n        \"meaningness\",\n        \"meanings\",\n        \"meanish\",\n        \"meanly\",\n        \"meanness\",\n        \"meannesses\",\n        \"means\",\n        \"meanspirited\",\n        \"meanspiritedly\",\n        \"meant\",\n        \"meantes\",\n        \"meantone\",\n        \"posingly\",\n        \"propped\",\n        \"provencal\",\n        \"provencalize\",\n        \"provence\",\n        \"providently\",\n        \"prowed\",\n        \"purportes\",\n        \"purports\",\n        \"signalized\",\n        \"signalizes\",\n        \"signific\",\n        \"significal\",\n        \"significance\",\n        \"significand\",\n        \"significants\",\n        \"signification\",\n        \"significations\",\n        \"significatively\",\n        \"significature\",\n        \"significian\",\n        \"stunning\",\n        \"versifying\"\n    ],\n    \"orure\": [\n        \"allurement\"\n    ],\n    \"uregha\": [\n        \"allurements\"\n    ],\n    \"ndị na-eri ihe\": [\n        \"allurers\",\n        \"eaters\",\n        \"enjoyers\",\n        \"gnawers\",\n        \"perchers\",\n        \"poachers\"\n    ],\n    \"uringgba ume\": [\n        \"alluringness\"\n    ],\n    \"allus\": [\n        \"allusive\"\n    ],\n    \"izu ike\": [\n        \"allusiveness\",\n        \"balefulness\",\n        \"bantingism\",\n        \"barruly\",\n        \"beseemliness\",\n        \"bobbery\",\n        \"bopeep\",\n        \"bouse\",\n        \"bousy\",\n        \"breme\",\n        \"bremely\",\n        \"brevirostral\",\n        \"brevirostrate\",\n        \"butcherous\",\n        \"canaanitess\",\n        \"chantepleure\",\n        \"coacting\",\n        \"colongitude\",\n        \"concelebrations\",\n        \"conceptive\",\n        \"confixing\",\n        \"conniving\",\n        \"conplane\",\n        \"conspiration\",\n        \"conspirational\",\n        \"conspiratory\",\n        \"conspiratorial\",\n        \"conspiratorially\",\n        \"conspiringly\",\n        \"contemplature\",\n        \"copresence\",\n        \"cozeningly\",\n        \"crenately\",\n        \"crenellating\",\n        \"crenulation\",\n        \"crepitated\",\n        \"derepression\",\n        \"deveining\",\n        \"distemperedness\",\n        \"distempering\",\n        \"distemperure\",\n        \"diurnalness\",\n        \"easement\",\n        \"easies\",\n        \"easternize\",\n        \"entoil\",\n        \"excamber\",\n        \"fitzclarence\",\n        \"frenums\",\n        \"gemmery\",\n        \"gneissic\",\n        \"gnomish\",\n        \"gripple\",\n        \"grippleness\",\n        \"guinness\",\n        \"gushingly\",\n        \"halfpence\",\n        \"hypolimnial\",\n        \"honeying\",\n        \"huddlingly\",\n        \"indew\",\n        \"lateliness\",\n        \"lenience\",\n        \"letchy\",\n        \"lowell\",\n        \"nascency\",\n        \"ostomies\",\n        \"outsteering\",\n        \"pastedness\",\n        \"pauperizing\",\n        \"perspicaciousness\",\n        \"plottier\",\n        \"pooping\",\n        \"prenasal\",\n        \"prenotation\",\n        \"prenoting\",\n        \"prenotion\",\n        \"prenumbering\",\n        \"prescindent\",\n        \"putrescency\",\n        \"racketiness\",\n        \"rameous\",\n        \"rancidity\",\n        \"rancidness\",\n        \"rancorousness\",\n        \"reassumptions\",\n        \"recesslike\",\n        \"refringence\",\n        \"relaxants\",\n        \"relaxation\",\n        \"relaxative\",\n        \"relaxatory\",\n        \"relaxedness\",\n        \"relaxing\",\n        \"reneague\",\n        \"respasse\",\n        \"resplice\",\n        \"resprung\",\n        \"restabbing\",\n        \"restaff\",\n        \"restaffs\",\n        \"restagnate\",\n        \"restake\",\n        \"restep\",\n        \"restfulness\",\n        \"restiaceae\",\n        \"restiaceous\",\n        \"restiness\",\n        \"resting\",\n        \"restinging\",\n        \"restingly\",\n        \"restio\",\n        \"restionaceae\",\n        \"restis\",\n        \"restitue\",\n        \"restively\",\n        \"restiveness\",\n        \"restr\",\n        \"restrike\",\n        \"restring\",\n        \"restringe\",\n        \"restringency\",\n        \"restringent\",\n        \"restringing\",\n        \"restriven\",\n        \"restrung\",\n        \"restung\",\n        \"retaxation\",\n        \"ropiness\",\n        \"runtiness\",\n        \"rusticalness\",\n        \"sabbat\",\n        \"sabbatary\",\n        \"sabbathaian\",\n        \"sabbathaic\",\n        \"sabbathbreaker\",\n        \"sabbathbreaking\",\n        \"sabbathize\",\n        \"sabbathlike\",\n        \"sabbatical\",\n        \"sabbaticalness\",\n        \"sabbaticals\",\n        \"sabbatism\",\n        \"sabbatization\",\n        \"sabbatize\",\n        \"sabbed\",\n        \"sabinian\",\n        \"sably\",\n        \"sabred\",\n        \"sabulosity\",\n        \"saburrate\",\n        \"saburration\",\n        \"salvageproof\",\n        \"sambaquis\",\n        \"sambathe\",\n        \"sambhur\",\n        \"sambur\",\n        \"samite\",\n        \"samphire\",\n        \"samsoness\",\n        \"sarigue\",\n        \"satiability\",\n        \"satiricalness\",\n        \"saturations\",\n        \"saturity\",\n        \"savagize\",\n        \"savouriness\",\n        \"secondsightedness\",\n        \"sedating\",\n        \"seder\",\n        \"sederunt\",\n        \"semaphored\",\n        \"semiactiveness\",\n        \"semiamplexicaul\",\n        \"semibaronial\",\n        \"semidefensiveness\",\n        \"semidiapason\",\n        \"semidiaphanously\",\n        \"semidivisiveness\",\n        \"semiellipse\",\n        \"semiemotional\",\n        \"semiempirically\",\n        \"semiexclusiveness\",\n        \"semihardy\",\n        \"semihyperbola\",\n        \"semihostilely\",\n        \"semijuridic\",\n        \"semimarking\",\n        \"semimatureness\",\n        \"semimaturity\",\n        \"semimechanistic\",\n        \"semimildness\",\n        \"seminess\",\n        \"semiobscurity\",\n        \"semiopalescent\",\n        \"semioptimistic\",\n        \"semiovalness\",\n        \"semiovoidal\",\n        \"semipassiveness\",\n        \"semipellucidity\",\n        \"semiperceptive\",\n        \"semiperimetry\",\n        \"semipermanent\",\n        \"semipermanently\",\n        \"semiperviness\",\n        \"semiperviousness\",\n        \"semiphosphorescence\",\n        \"semipious\",\n        \"semipreservation\",\n        \"semiproof\",\n        \"semipurposiveness\",\n        \"semiquietism\",\n        \"semireflexiveness\",\n        \"semirelief\",\n        \"semirespectability\",\n        \"semitendinosus\",\n        \"semitendinous\",\n        \"semivalvate\",\n        \"semivertebral\",\n        \"semiwild\",\n        \"semiwildness\",\n        \"seniorship\",\n        \"septship\",\n        \"sergeancy\",\n        \"sesquisilicate\",\n        \"sezession\",\n        \"sidestick\",\n        \"silentiary\",\n        \"silentium\",\n        \"sithence\",\n        \"sitzbath\",\n        \"slatternness\",\n        \"slavocracies\",\n        \"sludginess\",\n        \"sneezeproof\",\n        \"snoeking\",\n        \"snubbiness\",\n        \"solaciousness\",\n        \"sootying\",\n        \"spleenish\",\n        \"spleenishness\",\n        \"splenization\",\n        \"stanching\",\n        \"stanchioning\",\n        \"stanchness\",\n        \"stanging\",\n        \"starching\",\n        \"stealthiness\",\n        \"sterileness\",\n        \"stetting\",\n        \"stymieing\",\n        \"stire\",\n        \"stobbed\",\n        \"stodginess\",\n        \"stoniness\",\n        \"stooking\",\n        \"stourliness\",\n        \"stravaiging\",\n        \"suasiveness\",\n        \"subaeration\",\n        \"sublegislation\",\n        \"succouring\",\n        \"summersault\",\n        \"superurgency\",\n        \"suprastapedial\",\n        \"suprastigmal\",\n        \"surreptitiousness\",\n        \"sustentate\",\n        \"sustentation\",\n        \"sustentational\",\n        \"sustention\",\n        \"sustentive\",\n        \"sustinent\",\n        \"tadpolehood\",\n        \"tame\",\n        \"tameability\",\n        \"tameable\",\n        \"tameableness\",\n        \"tamed\",\n        \"tamein\",\n        \"tasselfish\",\n        \"tedisome\",\n        \"tenpounder\",\n        \"tensegrity\",\n        \"tensive\",\n        \"tention\",\n        \"tepefaction\",\n        \"tephramancy\",\n        \"tepidness\",\n        \"tesselation\",\n        \"tesserate\",\n        \"tesserated\",\n        \"teughness\",\n        \"thack\",\n        \"thacker\",\n        \"tharen\",\n        \"thrain\",\n        \"thripple\",\n        \"throuch\",\n        \"thuggism\",\n        \"tidewaitership\",\n        \"tingly\",\n        \"tomnoup\",\n        \"tranmissibility\",\n        \"tranquil\",\n        \"tranquiler\",\n        \"tranquilize\",\n        \"tranquilizes\",\n        \"tranquilizing\",\n        \"tranquilizingly\",\n        \"tranquiller\",\n        \"tranquillise\",\n        \"tranquillize\",\n        \"tranquillizing\",\n        \"tranquillo\",\n        \"trenchancy\",\n        \"trenchantness\",\n        \"tressilation\",\n        \"unsonsy\",\n        \"unsteel\",\n        \"unstillness\",\n        \"unwhole\",\n        \"whisperingness\"\n    ],\n    \"edemede\": [\n        \"allusory\",\n        \"arock\",\n        \"arouser\",\n        \"authorly\",\n        \"awakable\",\n        \"awakeable\",\n        \"awakenable\",\n        \"awakener\",\n        \"awakeners\",\n        \"awakening\",\n        \"awakeningly\",\n        \"awakenings\",\n        \"awakenment\",\n        \"awakens\",\n        \"awakes\",\n        \"awaking\",\n        \"awakings\",\n        \"awoken\",\n        \"bookselling\",\n        \"catagories\",\n        \"categories\",\n        \"epilogic\",\n        \"epilogue\",\n        \"escript\",\n        \"ess\",\n        \"essay\",\n        \"essayical\",\n        \"essaying\",\n        \"essayish\",\n        \"essayism\",\n        \"essayistic\",\n        \"essayistical\",\n        \"essayists\",\n        \"essaylet\",\n        \"essays\",\n        \"essart\",\n        \"essedones\",\n        \"essenian\",\n        \"essenianism\",\n        \"essenis\",\n        \"essenism\",\n        \"essenize\",\n        \"esses\",\n        \"essie\",\n        \"essling\",\n        \"essonites\",\n        \"gentilization\",\n        \"ideographs\",\n        \"literary\",\n        \"literaryism\",\n        \"nontitle\",\n        \"penner\",\n        \"punctuational\",\n        \"revivals\",\n        \"revivatory\",\n        \"revivor\",\n        \"roughcasting\",\n        \"rouse\",\n        \"rousedness\",\n        \"scribblage\",\n        \"scribblative\",\n        \"scribbleism\",\n        \"scribbling\",\n        \"scribing\",\n        \"scribism\",\n        \"script\",\n        \"scripting\",\n        \"scriptitory\",\n        \"scriptory\",\n        \"scriptorial\",\n        \"scriptwriter\",\n        \"scriptwriting\",\n        \"scripulum\",\n        \"stirk\",\n        \"stirks\",\n        \"stirpes\",\n        \"stirps\",\n        \"stirra\",\n        \"stirrable\",\n        \"stirrage\",\n        \"stirrer\",\n        \"stirrers\",\n        \"stirring\",\n        \"stirringly\",\n        \"stirrup\",\n        \"stirrups\",\n        \"subterraneousness\",\n        \"undescript\",\n        \"wakeel\",\n        \"wakefulness\",\n        \"wakener\",\n        \"wakeners\",\n        \"wakening\",\n        \"wakenings\",\n        \"waker\",\n        \"waking\",\n        \"writerling\",\n        \"writership\",\n        \"writeups\"\n    ],\n    \"n'ebe niile\": [\n        \"allwhere\"\n    ],\n    \"ma obu\": [\n        \"allwhither\",\n        \"autem\",\n        \"belike\",\n        \"either\",\n        \"hyrse\",\n        \"yether\",\n        \"moither\",\n        \"oyer\",\n        \"orwell\",\n        \"somewhither\"\n    ],\n    \"kwesiri ekwesi\": [\n        \"allworthy\",\n        \"evenworthy\",\n        \"periculous\",\n        \"pointable\"\n    ],\n    \"nọgidere\": [\n        \"almain\",\n        \"keeps\",\n        \"keepsaky\",\n        \"remained\",\n        \"remainer\",\n        \"stilling\"\n    ],\n    \"Almaine\": [\n        \"almaine\"\n    ],\n    \"almọnd\": [\n        \"almander\",\n        \"almes\",\n        \"almond\",\n        \"almondy\",\n        \"almondlike\",\n        \"almonds\",\n        \"almuces\"\n    ],\n    \"almema\": [\n        \"almemars\"\n    ],\n    \"almeri\": [\n        \"almery\"\n    ],\n    \"Almeria\": [\n        \"almerian\"\n    ],\n    \"pụrụ ime ihe nile\": [\n        \"almighty\"\n    ],\n    \"emesịa\": [\n        \"almightily\",\n        \"atafter\",\n        \"outrhymed\"\n    ],\n    \"idi ike\": [\n        \"almightiness\",\n        \"predacity\",\n        \"valiantness\"\n    ],\n    \"almira\": [\n        \"almirah\"\n    ],\n    \"ndagwurugwu\": [\n        \"almners\",\n        \"altica\",\n        \"alvearies\",\n        \"arcticwards\",\n        \"areic\",\n        \"areolar\",\n        \"beachcombing\",\n        \"beriberic\",\n        \"bowdlerisation\",\n        \"bowdlerism\",\n        \"bowdlerizations\",\n        \"catastrophism\",\n        \"contagiosity\",\n        \"downshifts\",\n        \"downstair\",\n        \"fortes\",\n        \"hurdlewise\",\n        \"incandescency\",\n        \"lowlands\",\n        \"plainbacks\",\n        \"plainstanes\",\n        \"plaintexts\",\n        \"ramilies\",\n        \"ramillied\",\n        \"ramillies\",\n        \"ratcatcher\",\n        \"ratcatching\",\n        \"ravine\",\n        \"ravines\",\n        \"ravins\",\n        \"riverbush\",\n        \"riverdamp\",\n        \"squamousness\",\n        \"stradiot\",\n        \"tendoor\",\n        \"thigger\",\n        \"thymonucleic\",\n        \"thiophens\",\n        \"thyrorion\",\n        \"torpedoproof\",\n        \"upflower\",\n        \"vale\",\n        \"valguses\",\n        \"vallecula\",\n        \"valleculae\",\n        \"vallecular\",\n        \"valleculate\",\n        \"valleyful\",\n        \"valleylet\",\n        \"valleylike\",\n        \"valleys\",\n        \"valleyward\",\n        \"vallevarite\"\n    ],\n    \"wepu aka\": [\n        \"almoign\",\n        \"emancipate\",\n        \"emancipated\",\n        \"marranize\",\n        \"unelapsed\",\n        \"unmobbed\",\n        \"unnestle\",\n        \"unsnaffled\",\n        \"unsnapping\",\n        \"unsneck\",\n        \"unsnubbed\",\n        \"unsubjugate\",\n        \"unsubtle\",\n        \"uralitize\"\n    ],\n    \"almọn\": [\n        \"almoin\"\n    ],\n    \"almonụ\": [\n        \"almonry\",\n        \"almonries\"\n    ],\n    \"ọ fọrọ nke nta\": [\n        \"almose\",\n        \"almost\",\n        \"almous\",\n        \"virtually\"\n    ],\n    \"onyinye ebere\": [\n        \"alms\",\n        \"almsgiver\"\n    ],\n    \"ebere\": [\n        \"almsful\",\n        \"benefact\",\n        \"benefaction\",\n        \"benevolency\",\n        \"gremmy\",\n        \"lenient\",\n        \"lovingkindness\",\n        \"mercy\",\n        \"merciable\",\n        \"merciablely\",\n        \"merciably\",\n        \"mercies\",\n        \"mercifully\",\n        \"mercifulness\",\n        \"mercyproof\",\n        \"pitiable\",\n        \"pitiably\",\n        \"pities\",\n        \"pitifulness\",\n        \"plentitude\"\n    ],\n    \"inye ebere\": [\n        \"almsgiving\"\n    ],\n    \"ụlọ ọrụ ebere\": [\n        \"almshouses\"\n    ],\n    \"onye ozi ebere\": [\n        \"almsman\"\n    ],\n    \"ndị ọrụ ebere\": [\n        \"almsmen\"\n    ],\n    \"nwanyi ebere\": [\n        \"almswoman\"\n    ],\n    \"umu nwanyi\": [\n        \"almswomen\",\n        \"aunthoods\",\n        \"bedeswomen\",\n        \"betweenmaid\",\n        \"bigeminies\",\n        \"birdwomen\",\n        \"budders\",\n        \"businesswomen\",\n        \"charwomen\",\n        \"countrywomen\",\n        \"dairywomen\",\n        \"daughterling\",\n        \"enwombs\",\n        \"feticides\",\n        \"fogeater\",\n        \"fogeys\",\n        \"forayer\",\n        \"forayers\",\n        \"forays\",\n        \"foramen\",\n        \"foraramens\",\n        \"gaboons\",\n        \"garveys\",\n        \"herdswomen\",\n        \"highboys\",\n        \"journeywomen\",\n        \"labials\",\n        \"lacewomen\",\n        \"ladybirds\",\n        \"ladyloves\",\n        \"lathery\",\n        \"markswomen\",\n        \"middlewomen\",\n        \"middlings\",\n        \"midwiferies\",\n        \"saleswomen\",\n        \"sportswomen\",\n        \"tartwomen\",\n        \"tribeswomen\",\n        \"wardwomen\",\n        \"watchwomen\",\n        \"wombside\"\n    ],\n    \"almud\": [\n        \"almuds\"\n    ],\n    \"ịla n'iyi\": [\n        \"alnager\",\n        \"desertion\",\n        \"limberly\",\n        \"perdition\",\n        \"perishableness\"\n    ],\n    \"alnascha\": [\n        \"alnaschar\"\n    ],\n    \"aloe ndu\": [\n        \"aloelike\"\n    ],\n    \"aloe emodin\": [\n        \"aloemodin\"\n    ],\n    \"mgbọrọgwụ aloe\": [\n        \"aloeroot\"\n    ],\n    \"ologi\": [\n        \"alogian\"\n    ],\n    \"n'ụzọ dị omimi\": [\n        \"alogically\",\n        \"dynamically\",\n        \"drivelingly\"\n    ],\n    \"nkà mmụta okpukpe\": [\n        \"alogism\",\n        \"areology\",\n        \"areologically\",\n        \"chaology\",\n        \"neologianism\",\n        \"paleology\",\n        \"parthenology\",\n        \"sitology\",\n        \"theolog\",\n        \"theologal\",\n        \"theology\",\n        \"theologic\",\n        \"theological\",\n        \"theologics\",\n        \"theologisation\",\n        \"theologise\",\n        \"theologising\",\n        \"theologism\",\n        \"theologium\",\n        \"theologs\",\n        \"theoteleology\",\n        \"thereology\",\n        \"therology\"\n    ],\n    \"naanị\": [\n        \"alone\",\n        \"elusively\",\n        \"exclusive\",\n        \"exclusively\",\n        \"excursively\",\n        \"excusingly\",\n        \"excusive\",\n        \"excusively\",\n        \"hollowly\",\n        \"just\",\n        \"monochromasy\",\n        \"monolithically\",\n        \"monoparental\",\n        \"monophonically\",\n        \"monophotal\",\n        \"monophthalmus\",\n        \"monopodial\",\n        \"monopodially\",\n        \"monopolaric\",\n        \"monopoly\",\n        \"monopoloid\",\n        \"monopolous\",\n        \"monovalent\",\n        \"only\",\n        \"privately\",\n        \"privily\",\n        \"secludedly\",\n        \"seclusively\",\n        \"sole\",\n        \"solea\",\n        \"soleas\",\n        \"solecise\",\n        \"solecises\",\n        \"solecising\",\n        \"solecisms\",\n        \"solecistic\",\n        \"solecistical\",\n        \"solecistically\",\n        \"solecize\",\n        \"solecized\",\n        \"solecizer\",\n        \"solecizes\",\n        \"solecizing\",\n        \"soleiform\",\n        \"soleil\",\n        \"solein\",\n        \"soleyn\",\n        \"solely\",\n        \"solenesses\",\n        \"solenium\",\n        \"solenocyte\",\n        \"solenoid\",\n        \"solenoidally\",\n        \"solenostele\",\n        \"solenostomous\",\n        \"soleplate\",\n        \"soleret\",\n        \"solert\",\n        \"soleus\",\n        \"solitaires\",\n        \"solo\"\n    ],\n    \"n’akụkụ mmiri\": [\n        \"alongshore\"\n    ],\n    \"enweghị mmasị\": [\n        \"aloofness\",\n        \"anionics\",\n        \"apatetic\",\n        \"apathetic\",\n        \"apathetical\",\n        \"apathetically\",\n        \"apathy\",\n        \"apathic\",\n        \"apathies\",\n        \"apathism\",\n        \"apathize\",\n        \"apatite\",\n        \"apetalous\",\n        \"apetalousness\",\n        \"apheretic\",\n        \"aphetically\",\n        \"aphetism\",\n        \"aphidious\",\n        \"aphonous\",\n        \"apnoeal\",\n        \"apometabolous\",\n        \"apotypic\",\n        \"aproctous\",\n        \"apteral\",\n        \"counterinterest\",\n        \"disapparel\",\n        \"disclike\",\n        \"disentrance\",\n        \"disinclined\",\n        \"disinclining\",\n        \"disinterest\",\n        \"disinterested\",\n        \"disinterestedly\",\n        \"disinterestedness\",\n        \"disinteresting\",\n        \"dislikable\",\n        \"dislike\",\n        \"dislikeable\",\n        \"dislikeful\",\n        \"dislikelihood\",\n        \"eonism\",\n        \"etherism\",\n        \"illeviable\",\n        \"illiquation\",\n        \"illocal\",\n        \"illoricated\",\n        \"illucidation\",\n        \"impairable\",\n        \"implodent\",\n        \"impopular\",\n        \"indifference\",\n        \"indifferency\",\n        \"indifferencies\",\n        \"indifferent\",\n        \"indifferential\",\n        \"indifferentism\",\n        \"indifferentist\",\n        \"indifferentistic\",\n        \"indifferently\",\n        \"indifferentness\",\n        \"indirection\",\n        \"indirections\",\n        \"indisposedness\",\n        \"indivinity\",\n        \"ineloquence\",\n        \"ineloquent\",\n        \"inferent\",\n        \"interestless\",\n        \"irateness\",\n        \"irreligiosity\",\n        \"likemindedness\",\n        \"likewiseness\",\n        \"mislike\",\n        \"misliked\",\n        \"misliking\",\n        \"negrohood\",\n        \"negrolike\",\n        \"nonappeasability\",\n        \"nonattainment\",\n        \"noncuriosity\",\n        \"noncuriousness\",\n        \"nondeference\",\n        \"nondeferent\",\n        \"nondeliriousness\",\n        \"nondifferentation\",\n        \"nondiscernment\",\n        \"nondisinterested\",\n        \"nondivorced\",\n        \"nonegregiousness\",\n        \"nonelusive\",\n        \"nonelusiveness\",\n        \"nonentity\",\n        \"nonentityism\",\n        \"nonhereditariness\",\n        \"nonimperiousness\",\n        \"noninclination\",\n        \"noninterference\",\n        \"nonintuitive\",\n        \"nonintuitiveness\",\n        \"nonlover\",\n        \"nonmelodious\",\n        \"nonmelodiousness\",\n        \"nonnativeness\",\n        \"nonpopular\",\n        \"nonpopularity\",\n        \"nonpreferably\",\n        \"nonpreference\",\n        \"nonreference\",\n        \"nonstudiousness\",\n        \"nonulcerousness\",\n        \"nonusuriousness\",\n        \"nonvariousness\",\n        \"nonvitiation\",\n        \"notelessness\",\n        \"overinterestedness\",\n        \"petalocerous\",\n        \"petalous\",\n        \"prerejection\",\n        \"superindifference\",\n        \"tediosity\",\n        \"tintlessness\",\n        \"unacquirableness\",\n        \"unactorlike\",\n        \"unaestheticism\",\n        \"unaestheticness\",\n        \"unappealingness\",\n        \"unappeasedness\",\n        \"unarriving\",\n        \"unartfulness\",\n        \"unattainment\",\n        \"unattractable\",\n        \"unattractableness\",\n        \"unattractiveness\",\n        \"unbodylike\",\n        \"uncaring\",\n        \"unchildlike\",\n        \"unconduciveness\",\n        \"unctiousness\",\n        \"undifferent\",\n        \"undisinterested\",\n        \"undispassionateness\",\n        \"undivorceable\",\n        \"undivorcedness\",\n        \"undovelike\",\n        \"unelectrifying\",\n        \"unelectronic\",\n        \"unelegant\",\n        \"uneloquent\",\n        \"unelusive\",\n        \"unelusiveness\",\n        \"unemissive\",\n        \"unenvying\",\n        \"unesthetic\",\n        \"unfascinating\",\n        \"unfatigued\",\n        \"unfavoring\",\n        \"unfavorite\",\n        \"unfellowlike\",\n        \"unfernlike\",\n        \"unfishlike\",\n        \"unflagitious\",\n        \"unflamboyant\",\n        \"unflavourous\",\n        \"unflinchingness\",\n        \"unfond\",\n        \"unfondness\",\n        \"unfrequentedness\",\n        \"unfriarlike\",\n        \"unfriendlike\",\n        \"unfroglike\",\n        \"unhatingly\",\n        \"unhoarding\",\n        \"unhospitableness\",\n        \"unignominiousness\",\n        \"unimperious\",\n        \"unimpressed\",\n        \"uninclined\",\n        \"unindifference\",\n        \"unindifferent\",\n        \"unindifferently\",\n        \"unindulged\",\n        \"uningeniousness\",\n        \"unintentiveness\",\n        \"uninterested\",\n        \"uninterestedly\",\n        \"uninterestedness\",\n        \"uninteresting\",\n        \"uninterestingly\",\n        \"uninterestingness\",\n        \"unintrigued\",\n        \"unknightliness\",\n        \"unlaborious\",\n        \"unlenient\",\n        \"unletterlike\",\n        \"unlikable\",\n        \"unlikably\",\n        \"unlikeliness\",\n        \"unlikened\",\n        \"unlizardlike\",\n        \"unlost\",\n        \"unlovable\",\n        \"unlovably\",\n        \"unlust\",\n        \"unmelodiousness\",\n        \"unmethylated\",\n        \"unmotivatedness\",\n        \"unmovingly\",\n        \"unnerving\",\n        \"unnimbly\",\n        \"unperviousness\",\n        \"unplentifulness\",\n        \"unpopular\",\n        \"unpopularity\",\n        \"unpopularly\",\n        \"unpopularness\",\n        \"unpopulate\",\n        \"unpopulous\",\n        \"unpopulously\",\n        \"unpopulousness\",\n        \"unporous\",\n        \"unpreferably\",\n        \"unpriestlike\",\n        \"unreflectingness\",\n        \"unregretfulness\",\n        \"unrelevantly\",\n        \"unrespectiveness\",\n        \"unsaintlike\",\n        \"unseditious\",\n        \"unseditiousness\",\n        \"unseduceability\",\n        \"unseismic\",\n        \"unselflike\",\n        \"unsexlike\",\n        \"unshiplike\",\n        \"unsightliness\",\n        \"unslothfulness\",\n        \"unthievishness\",\n        \"unulcerousness\",\n        \"unvantaged\",\n        \"unvicariousness\",\n        \"unvitiatedness\",\n        \"unvitiating\",\n        \"unwaterlike\",\n        \"unwelcomely\",\n        \"unwhelmed\",\n        \"unwhelped\",\n        \"unwrathful\"\n    ],\n    \"Alophas\": [\n        \"alophas\"\n    ],\n    \"bia\": [\n        \"alose\",\n        \"arriero\",\n        \"begass\",\n        \"begirt\",\n        \"beglad\",\n        \"bewelcome\",\n        \"bosoming\",\n        \"cameo\",\n        \"comart\",\n        \"come\",\n        \"comecrudo\",\n        \"comer\",\n        \"comers\",\n        \"comes\",\n        \"cometh\",\n        \"comeupance\",\n        \"comeuppance\",\n        \"comeuppances\",\n        \"comings\",\n        \"comose\",\n        \"enharbour\",\n        \"gat\",\n        \"gatha\",\n        \"gotched\",\n        \"grene\",\n        \"hereupon\",\n        \"zo\"\n    ],\n    \"n'olu dara ụda\": [\n        \"aloud\",\n        \"rumbly\",\n        \"soundlessly\",\n        \"soundly\",\n        \"tonelessly\"\n    ],\n    \"akwụkwọ ozi\": [\n        \"alpasotes\",\n        \"beliquor\",\n        \"bequeather\",\n        \"bisantler\",\n        \"coferment\",\n        \"dialister\",\n        \"endpaper\",\n        \"epacts\",\n        \"epistyles\",\n        \"epistlers\",\n        \"epistles\",\n        \"kingpost\",\n        \"lettergae\",\n        \"letterspace\",\n        \"letterweight\",\n        \"lettic\",\n        \"libellees\",\n        \"mailcoach\",\n        \"maillots\",\n        \"mailplane\",\n        \"noesis\",\n        \"nonvoice\",\n        \"notepad\",\n        \"notepads\",\n        \"postals\",\n        \"postbook\",\n        \"posterioristic\",\n        \"postilions\",\n        \"repertoires\",\n        \"unvoices\"\n    ],\n    \"mbadamba nri\": [\n        \"alpenstock\"\n    ],\n    \"alfa\": [\n        \"alpha\"\n    ],\n    \"mkpụrụ okwu\": [\n        \"alphabet\",\n        \"alphabetics\",\n        \"alphabetizer\",\n        \"sylphy\",\n        \"sylphize\",\n        \"sylphs\"\n    ],\n    \"abiidii\": [\n        \"alphabetary\",\n        \"alphabetically\"\n    ],\n    \"keabiidii\": [\n        \"alphabetical\"\n    ],\n    \"mkpụrụ akwụkwọ ụdị\": [\n        \"alphabetiform\"\n    ],\n    \"mkpụrụ akwụkwọ\": [\n        \"alphabetism\",\n        \"alphabetology\",\n        \"epitonic\",\n        \"eponymies\",\n        \"eponymus\",\n        \"fruitlets\",\n        \"princocks\",\n        \"sylvae\"\n    ],\n    \"alpatoluic\": [\n        \"alphatoluic\"\n    ],\n    \"nwa nwanne\": [\n        \"alphean\",\n        \"cosonant\",\n        \"scusin\"\n    ],\n    \"odidi\": [\n        \"alphenic\",\n        \"classiness\",\n        \"complexion\",\n        \"complexional\",\n        \"complexionary\",\n        \"complexionist\",\n        \"condensity\",\n        \"decrepity\",\n        \"decrepitness\",\n        \"decreptitude\",\n        \"fusibility\",\n        \"homochronous\",\n        \"homolateral\",\n        \"homophenous\",\n        \"inial\",\n        \"maziness\",\n        \"montigeneous\",\n        \"penetral\",\n        \"rectitude\",\n        \"sideritic\"\n    ],\n    \"alferatz\": [\n        \"alpheratz\"\n    ],\n    \"onye ntinye akwukwo\": [\n        \"alphonist\"\n    ],\n    \"mkpụrụ akụkụ\": [\n        \"alphonso\"\n    ],\n    \"alfọd\": [\n        \"alphorns\"\n    ],\n    \"alphosise\": [\n        \"alphosises\"\n    ],\n    \"n'agha\": [\n        \"alpinely\",\n        \"belligerently\",\n        \"blockheadedly\",\n        \"boundedly\",\n        \"bushily\",\n        \"capriciously\",\n        \"caprifig\",\n        \"caprifigs\",\n        \"captiously\",\n        \"captivately\",\n        \"captivation\",\n        \"chauvinistically\",\n        \"corrosively\",\n        \"cringingly\",\n        \"debonairly\",\n        \"deceptiously\",\n        \"dolorimetrically\",\n        \"exceptively\",\n        \"extorsively\",\n        \"extroversively\",\n        \"fightingly\",\n        \"forbearantly\",\n        \"frowsily\",\n        \"immiscibly\",\n        \"immoderately\",\n        \"inexactly\",\n        \"insurgently\",\n        \"introversively\",\n        \"involutely\",\n        \"megalomaniacally\",\n        \"megaphonically\",\n        \"messianically\",\n        \"militaristically\",\n        \"nonbeatific\",\n        \"nonconfiscation\",\n        \"nonfiscally\",\n        \"nonheritable\",\n        \"nonironically\",\n        \"nontransgressively\",\n        \"outwore\",\n        \"overfiercely\",\n        \"pangenetically\",\n        \"piscatorious\",\n        \"plunderingly\",\n        \"plunderless\",\n        \"predoubtfully\",\n        \"preyingly\",\n        \"protandrously\",\n        \"protrusively\",\n        \"prowlingly\",\n        \"pseudoarchaically\",\n        \"pseudoethically\",\n        \"pseudofinally\",\n        \"pseudologically\",\n        \"pseudoorganically\",\n        \"pseudoromantically\",\n        \"punditically\",\n        \"regimentally\",\n        \"retrorsely\",\n        \"rigmarolishly\",\n        \"sporaceous\",\n        \"stratigraphically\",\n        \"stratographically\",\n        \"stumpily\",\n        \"subjacently\",\n        \"subrigidly\",\n        \"subrotundly\",\n        \"tropologically\",\n        \"undeftly\",\n        \"undegenerative\",\n        \"underfiend\",\n        \"undiversely\",\n        \"unmentionably\",\n        \"unmilitarily\",\n        \"unobsequiously\",\n        \"unprimitively\",\n        \"unputatively\",\n        \"unripplingly\",\n        \"untaintedly\",\n        \"vincibly\",\n        \"vindicably\",\n        \"warbly\",\n        \"warblingly\",\n        \"warlessly\"\n    ],\n    \"ugbua\": [\n        \"already\",\n        \"cithern\",\n        \"fleet\",\n        \"hitherwards\",\n        \"nowder\",\n        \"nowhat\",\n        \"nowhen\",\n        \"nowhereness\",\n        \"nowroze\",\n        \"nowthe\",\n        \"nowther\",\n        \"nowts\",\n        \"thready\",\n        \"todayish\",\n        \"unready\"\n    ],\n    \"na na\": [\n        \"alright\",\n        \"hic\",\n        \"naut\",\n        \"shit\"\n    ],\n    \"dịkwa mma\": [\n        \"alrighty\",\n        \"oka\",\n        \"okay\"\n    ],\n    \"alrun\": [\n        \"alrune\"\n    ],\n    \"Ọzọkwa,\": [\n        \"alsophila\"\n    ],\n    \"Anwu\": [\n        \"alsweill\",\n        \"outsweepings\",\n        \"outswirl\"\n    ],\n    \"altayan\": [\n        \"altaian\"\n    ],\n    \"ọchụnta\": [\n        \"altaid\",\n        \"altaite\"\n    ],\n    \"ebe ịchụàjà\": [\n        \"altair\",\n        \"altar\",\n        \"altarpiece\",\n        \"altarpieces\",\n        \"altars\"\n    ],\n    \"ịtọọ\": [\n        \"altared\",\n        \"parathyroprival\"\n    ],\n    \"onye nchuaja\": [\n        \"altarist\",\n        \"synagogian\"\n    ],\n    \"pẹpẹ\": [\n        \"altarlet\"\n    ],\n    \"ịchụ àjà\": [\n        \"altarwise\",\n        \"honing\",\n        \"saccharifying\"\n    ],\n    \"ịgbanwe\": [\n        \"alter\",\n        \"dishabilitate\",\n        \"mutate\",\n        \"transchanging\",\n        \"transforming\",\n        \"transhape\"\n    ],\n    \"onye ọzọ\": [\n        \"alterant\",\n        \"bilateral\",\n        \"indianeer\"\n    ],\n    \"na-agbanwe agbanwe\": [\n        \"alterative\",\n        \"anterevolutionary\",\n        \"changeful\",\n        \"commutative\",\n        \"consistent\",\n        \"consonantalizing\",\n        \"constabular\",\n        \"contabescent\",\n        \"convergent\",\n        \"convergently\",\n        \"conversable\",\n        \"conversible\",\n        \"convertive\",\n        \"countercurrently\",\n        \"decentralizes\",\n        \"dynamical\",\n        \"dynamitical\",\n        \"dynamitically\",\n        \"dynamiting\",\n        \"elasticities\",\n        \"elasticizer\",\n        \"emplastic\",\n        \"flexibly\",\n        \"fluctigerous\",\n        \"fluctisonant\",\n        \"fluctuant\",\n        \"fluctuational\",\n        \"fluoridizing\",\n        \"fluorinating\",\n        \"fluxer\",\n        \"fluxive\",\n        \"fluxroot\",\n        \"incogent\",\n        \"incourteous\",\n        \"influencive\",\n        \"influxable\",\n        \"influxive\",\n        \"integrifolious\",\n        \"intergential\",\n        \"interimistic\",\n        \"interimistical\",\n        \"intertriginous\",\n        \"intervenient\",\n        \"invertive\",\n        \"irrelatively\",\n        \"mollescent\",\n        \"mollient\",\n        \"mollifyingness\",\n        \"mutably\",\n        \"mutative\",\n        \"neutrophilous\",\n        \"nonpersistent\",\n        \"nonstabile\",\n        \"overhanging\",\n        \"prerevenged\",\n        \"proplastic\",\n        \"proselytizes\",\n        \"recipiangle\",\n        \"reformatively\",\n        \"reformistic\",\n        \"regularity\",\n        \"renegotiates\",\n        \"repremising\",\n        \"resifting\",\n        \"reviolating\",\n        \"revolutionising\",\n        \"revolutionizing\",\n        \"rotative\",\n        \"shiftable\",\n        \"shiftful\",\n        \"shortchanging\",\n        \"solidistic\",\n        \"substructional\",\n        \"totient\",\n        \"underhanging\",\n        \"undilative\",\n        \"undirect\",\n        \"undivergent\",\n        \"unfluctuating\",\n        \"unmingled\",\n        \"unrenovative\",\n        \"unreverting\",\n        \"unshifted\",\n        \"unwaxed\",\n        \"variegating\",\n        \"virilizing\"\n    ],\n    \"esemokwu\": [\n        \"altercation\",\n        \"altercations\",\n        \"belligerencies\",\n        \"bespattered\",\n        \"bickering\",\n        \"clashers\",\n        \"clashes\",\n        \"conflict\",\n        \"conflicted\",\n        \"conflictful\",\n        \"confliction\",\n        \"conflictive\",\n        \"conflictory\",\n        \"conflicts\",\n        \"conflictual\",\n        \"confrontational\",\n        \"confrontationism\",\n        \"confrontations\",\n        \"contention\",\n        \"contentional\",\n        \"contentions\",\n        \"contentiousness\",\n        \"contrivances\",\n        \"controverse\",\n        \"controversed\",\n        \"controversy\",\n        \"controversies\",\n        \"contuses\",\n        \"crisic\",\n        \"dichord\",\n        \"discord\",\n        \"discordance\",\n        \"disputation\",\n        \"dispute\",\n        \"disputes\",\n        \"escuages\",\n        \"feud\",\n        \"feudary\",\n        \"feuding\",\n        \"feuds\",\n        \"frangibility\",\n        \"frangibleness\",\n        \"fraternisation\",\n        \"fraternising\",\n        \"fricace\",\n        \"frication\",\n        \"fricative\",\n        \"fricatives\",\n        \"fricti\",\n        \"friction\",\n        \"frictionable\",\n        \"frictional\",\n        \"frictionally\",\n        \"frictionizing\",\n        \"frictionproof\",\n        \"frictions\",\n        \"infight\",\n        \"infighting\",\n        \"interversion\",\n        \"introversibility\",\n        \"introversion\",\n        \"introversions\",\n        \"mismenstruation\",\n        \"nonfriction\",\n        \"nonlyrically\",\n        \"porpoise\",\n        \"quardeel\",\n        \"quarion\",\n        \"quarred\",\n        \"quarrel\",\n        \"quarrelet\",\n        \"quarrellous\",\n        \"quarrelproof\",\n        \"quarrels\",\n        \"quarrion\",\n        \"quartern\",\n        \"quarternight\",\n        \"setigerous\",\n        \"squabble\",\n        \"squabbles\",\n        \"straits\",\n        \"strife\",\n        \"tense\",\n        \"tensioner\",\n        \"tensions\",\n        \"versos\",\n        \"wrangle\",\n        \"wranglership\"\n    ],\n    \"itinye aka n'omume\": [\n        \"alteregoistic\"\n    ],\n    \"igbanwe\": [\n        \"altering\",\n        \"arglebargling\",\n        \"avouching\",\n        \"caenogenetic\",\n        \"caenostylic\",\n        \"coadjust\",\n        \"coadventuring\",\n        \"dilacerate\",\n        \"disguise\",\n        \"espagnole\",\n        \"exarchate\",\n        \"exurbias\",\n        \"gabelleman\",\n        \"gabendum\",\n        \"galvanisation\",\n        \"galvanocontractility\",\n        \"gerrymandering\",\n        \"gyrotheca\",\n        \"ingeminate\",\n        \"ingeminating\",\n        \"inghilois\",\n        \"ingine\",\n        \"ingomar\",\n        \"intersaluting\",\n        \"jabbernowl\",\n        \"kibbling\",\n        \"megalopolistic\",\n        \"plebescite\",\n        \"plebiscite\",\n        \"plebiscitic\",\n        \"plegaphonia\",\n        \"plemochoe\",\n        \"pleximetry\",\n        \"raspberriade\",\n        \"skipjackly\",\n        \"suburbanizing\",\n        \"swanmarking\",\n        \"swartrutting\",\n        \"turboexciter\",\n        \"turpentineweed\",\n        \"turveydropdom\"\n    ],\n    \"alter\": [\n        \"alterity\"\n    ],\n    \"onyeka\": [\n        \"alterius\",\n        \"bohireen\",\n        \"boppist\",\n        \"decretalist\",\n        \"floppier\",\n        \"floppiest\",\n        \"griots\",\n        \"homolysin\",\n        \"liveryman\",\n        \"mashelton\",\n        \"messieurs\",\n        \"proreptilian\",\n        \"puntist\",\n        \"raspier\",\n        \"roquist\",\n        \"salpingian\",\n        \"sciagraph\",\n        \"stradico\",\n        \"sultanist\"\n    ],\n    \"ozo\": [\n        \"altern\",\n        \"alternacy\",\n        \"alternant\",\n        \"alternate\",\n        \"alternately\",\n        \"anear\",\n        \"aneath\",\n        \"anew\",\n        \"another\",\n        \"reconcur\",\n        \"thereagainst\"\n    ],\n    \"ochichi\": [\n        \"alternance\",\n        \"autarchic\",\n        \"avernal\",\n        \"conventionalism\",\n        \"coronatorial\",\n        \"demagnetization\",\n        \"demethylation\",\n        \"demiadult\",\n        \"demiatheism\",\n        \"demidistance\",\n        \"demiox\",\n        \"demulsion\",\n        \"demurity\",\n        \"desperadoism\",\n        \"dictronics\",\n        \"governably\",\n        \"governance\",\n        \"imperialization\",\n        \"monocracy\",\n        \"overnormalization\",\n        \"overnormalize\",\n        \"overnormalizing\",\n        \"overtameness\",\n        \"presession\",\n        \"proconsulary\",\n        \"proconsulship\",\n        \"ringleadership\",\n        \"synkaryon\",\n        \"ungovernedness\",\n        \"ungoverning\"\n    ],\n    \"alternaria\": [\n        \"alternariose\"\n    ],\n    \"alternator\": [\n        \"alternater\"\n    ],\n    \"alternating\": [\n        \"alternatingly\"\n    ],\n    \"nhọrọ\": [\n        \"alternativeness\",\n        \"choice\",\n        \"choiceful\",\n        \"choiceless\",\n        \"choices\",\n        \"choise\",\n        \"choosableness\",\n        \"choosey\",\n        \"choosiness\",\n        \"option\",\n        \"optional\",\n        \"optionality\",\n        \"optionally\",\n        \"optionals\",\n        \"optionary\",\n        \"optionees\",\n        \"optioning\",\n        \"optionor\",\n        \"options\",\n        \"picksomeness\",\n        \"prelection\",\n        \"prelectorship\",\n        \"prereption\",\n        \"selectable\",\n        \"selectance\",\n        \"selection\",\n        \"selectional\",\n        \"selectionism\",\n        \"selections\",\n        \"selective\",\n        \"selectiveness\",\n        \"selectivity\",\n        \"selectness\",\n        \"selectus\",\n        \"unoptional\"\n    ],\n    \"ọzọativo\": [\n        \"alternativo\"\n    ],\n    \"mfegharị\": [\n        \"alternisepalous\"\n    ],\n    \"okwa\": [\n        \"althionic\",\n        \"boroughmonger\",\n        \"brough\",\n        \"butylate\",\n        \"butylation\",\n        \"butyrates\",\n        \"butyric\",\n        \"buttwood\",\n        \"calathi\",\n        \"calonectria\",\n        \"ceroxyle\",\n        \"chuckler\",\n        \"cinchonaceous\",\n        \"cineol\",\n        \"cineole\",\n        \"cineolic\",\n        \"cineols\",\n        \"cloisterly\",\n        \"conchostraca\",\n        \"crankdisk\",\n        \"cranker\",\n        \"cresc\",\n        \"cresoline\",\n        \"demihogshead\",\n        \"demulsibility\",\n        \"desynaptic\",\n        \"dictyota\",\n        \"diopsides\",\n        \"dithioic\",\n        \"farces\",\n        \"freddy\",\n        \"froghood\",\n        \"fth\",\n        \"fthm\",\n        \"gnarl\",\n        \"intermaxillary\",\n        \"interossei\",\n        \"intill\",\n        \"isthm\",\n        \"ladylikely\",\n        \"lythrum\",\n        \"lucille\",\n        \"marrer\",\n        \"phalanger\",\n        \"prissiness\",\n        \"proscolecine\",\n        \"protext\",\n        \"rank\",\n        \"rankle\",\n        \"scragglier\",\n        \"scrouger\",\n        \"sermonized\",\n        \"sisals\",\n        \"status\",\n        \"stitchers\",\n        \"wran\",\n        \"wrocht\"\n    ],\n    \"ọ bụ ezie\": [\n        \"although\",\n        \"though\"\n    ],\n    \"mbadamba\": [\n        \"alticamelus\",\n        \"barberess\",\n        \"barmbrack\",\n        \"bermes\",\n        \"berrettas\",\n        \"berther\",\n        \"birrs\",\n        \"board\",\n        \"boardbill\",\n        \"boards\",\n        \"boardsmanship\",\n        \"boardwalk\",\n        \"boardwalks\",\n        \"boread\",\n        \"brambrack\",\n        \"damboard\",\n        \"damosels\",\n        \"despert\",\n        \"dirtboard\",\n        \"earworm\",\n        \"elisions\",\n        \"flatbeds\",\n        \"gliderport\",\n        \"hachured\",\n        \"halberdman\",\n        \"halberds\",\n        \"halberdsman\",\n        \"halberts\",\n        \"haliotis\",\n        \"hallanshaker\",\n        \"halloaing\",\n        \"halloes\",\n        \"yardbird\",\n        \"jampacked\",\n        \"matboard\",\n        \"mattboard\",\n        \"miersite\",\n        \"mishmash\",\n        \"morts\",\n        \"outdrops\",\n        \"pavestone\",\n        \"picromerite\",\n        \"posterishness\",\n        \"scalepans\",\n        \"staybolt\",\n        \"tablet\",\n        \"tabletary\",\n        \"tableted\",\n        \"tablets\",\n        \"tabletted\",\n        \"tarlataned\",\n        \"uplay\",\n        \"weighbridge\"\n    ],\n    \"Kwadoro\": [\n        \"altify\",\n        \"appellatived\",\n        \"appraised\",\n        \"appraises\",\n        \"appraisive\",\n        \"equinovarus\",\n        \"prejustify\",\n        \"propertied\",\n        \"shouldered\"\n    ],\n    \"altimita\": [\n        \"altimeter\",\n        \"altimeters\"\n    ],\n    \"altiskopu\": [\n        \"altiscope\"\n    ],\n    \"amaala\": [\n        \"altitonant\",\n        \"alveary\",\n        \"alveolated\",\n        \"foredoomed\",\n        \"indiferous\",\n        \"indigenate\",\n        \"indigenes\",\n        \"indigenismo\",\n        \"indigenity\",\n        \"indigenous\",\n        \"indigenously\",\n        \"indigenousness\",\n        \"laked\",\n        \"leveful\",\n        \"leveraged\",\n        \"marigenous\",\n        \"marooned\",\n        \"preconceived\",\n        \"preconvict\",\n        \"tepees\",\n        \"unigenous\"\n    ],\n    \"elu\": [\n        \"altitude\",\n        \"attics\",\n        \"elevated\",\n        \"elevatedly\",\n        \"elevations\",\n        \"eluents\",\n        \"eluting\",\n        \"exaltedly\",\n        \"greens\",\n        \"heighths\",\n        \"heights\",\n        \"high\",\n        \"highhat\",\n        \"highjack\",\n        \"highnesses\",\n        \"hight\",\n        \"highths\",\n        \"hights\",\n        \"himwards\",\n        \"hoy\",\n        \"peak\",\n        \"peakily\",\n        \"peakiness\",\n        \"peakish\",\n        \"peakishly\",\n        \"peakishness\",\n        \"peakward\",\n        \"pignus\",\n        \"samaj\",\n        \"soke\",\n        \"supercelestial\",\n        \"superelaborately\",\n        \"superelevated\",\n        \"supereminently\",\n        \"supererogantly\",\n        \"supererogate\",\n        \"superessentially\",\n        \"superethical\",\n        \"superethically\",\n        \"superextreme\",\n        \"superextremely\",\n        \"superhive\",\n        \"superiorly\",\n        \"superleniently\",\n        \"surface\",\n        \"surfaces\",\n        \"surmounts\",\n        \"tods\",\n        \"tooted\",\n        \"topside\",\n        \"topsmelts\",\n        \"unalleviation\",\n        \"up\",\n        \"uparch\",\n        \"upbeats\",\n        \"upbelt\",\n        \"upbind\",\n        \"upbinds\",\n        \"upboils\",\n        \"upborne\",\n        \"upbrim\",\n        \"upbuilt\",\n        \"upcarry\",\n        \"upcock\",\n        \"upcut\",\n        \"upfingered\",\n        \"upfly\",\n        \"upfold\",\n        \"upfolds\",\n        \"upgape\",\n        \"upgather\",\n        \"upgathers\",\n        \"upgaze\",\n        \"upgazing\",\n        \"upgirt\",\n        \"upgrows\",\n        \"upheal\",\n        \"upher\",\n        \"upmost\",\n        \"upper\",\n        \"upperch\",\n        \"uppermore\",\n        \"uppers\",\n        \"upperstocks\",\n        \"uppiles\",\n        \"uppings\",\n        \"upprops\",\n        \"upquiver\",\n        \"uprushes\",\n        \"upsheath\",\n        \"upshifts\",\n        \"upshooting\",\n        \"upshot\",\n        \"upshots\",\n        \"upshut\",\n        \"upsy\",\n        \"upslope\",\n        \"upsnatch\",\n        \"upsoak\",\n        \"upsprang\",\n        \"upstaff\",\n        \"upstage\",\n        \"upstages\",\n        \"upstaging\",\n        \"upstamp\",\n        \"upstandingness\",\n        \"upstarts\",\n        \"upstep\",\n        \"upsteps\",\n        \"upstrokes\",\n        \"upthrew\",\n        \"upthrusts\",\n        \"uptore\",\n        \"uptower\",\n        \"uptrace\",\n        \"uptrail\",\n        \"uptrunk\",\n        \"uptruss\",\n        \"upttore\",\n        \"upwafts\",\n        \"upward\",\n        \"upwardly\",\n        \"upwardness\",\n        \"upwards\",\n        \"upwelling\",\n        \"upwheel\",\n        \"upwhelm\",\n        \"upwhirl\"\n    ],\n    \"ebe di elu\": [\n        \"altitudes\"\n    ],\n    \"ndepụta\": [\n        \"altitudinal\",\n        \"bylines\",\n        \"carlist\",\n        \"cathodograph\",\n        \"catline\",\n        \"clines\",\n        \"feed\",\n        \"feedings\",\n        \"feedlot\",\n        \"feedlots\",\n        \"feedstuff\",\n        \"linecasting\",\n        \"list\",\n        \"listable\",\n        \"listedness\",\n        \"listel\",\n        \"listels\",\n        \"listerelloses\",\n        \"listerian\",\n        \"listerine\",\n        \"listerize\",\n        \"listers\",\n        \"listy\",\n        \"listing\",\n        \"listlessly\",\n        \"listwork\",\n        \"outlimb\",\n        \"outlimn\",\n        \"outline\",\n        \"outlines\",\n        \"panoplist\",\n        \"quadricyclist\",\n        \"roster\",\n        \"sciolist\",\n        \"shelflist\",\n        \"subitems\",\n        \"subjunct\",\n        \"titlist\"\n    ],\n    \"ọ bụla\": [\n        \"alto\",\n        \"altoun\",\n        \"any\",\n        \"anywither\",\n        \"brontothere\",\n        \"cogitantly\",\n        \"cogitatively\",\n        \"denigrated\",\n        \"eery\",\n        \"etymologisable\",\n        \"interpellant\",\n        \"interpervasive\",\n        \"interventral\",\n        \"perichete\",\n        \"perikaryon\",\n        \"perv\",\n        \"wheretosoever\",\n        \"whyever\"\n    ],\n    \"kpamkpam\": [\n        \"altogetherness\",\n        \"entirely\",\n        \"heavily\"\n    ],\n    \"altomita\": [\n        \"altometer\"\n    ],\n    \"alto\": [\n        \"altos\"\n    ],\n    \"ọrịre\": [\n        \"altruisms\",\n        \"angiorrhaphy\",\n        \"argyrose\",\n        \"arquebus\",\n        \"barycentric\",\n        \"bevomited\",\n        \"bondelswarts\",\n        \"brontesque\",\n        \"dactylorhiza\",\n        \"defterdar\",\n        \"deliquium\",\n        \"demiurgus\",\n        \"dervishlike\",\n        \"desyl\",\n        \"desmarestiaceous\",\n        \"dicotyledonous\",\n        \"dikaryon\",\n        \"dikaryotic\",\n        \"drepaniform\",\n        \"droich\",\n        \"drosophila\",\n        \"euonymin\",\n        \"fricasseing\",\n        \"gingivalgia\",\n        \"greesagh\",\n        \"grubworm\",\n        \"herniotome\",\n        \"intervenium\",\n        \"interventralia\",\n        \"interventricular\",\n        \"meditullium\",\n        \"overambitioned\",\n        \"phlebotomical\",\n        \"phrenicotomy\",\n        \"phrenomagnetism\",\n        \"plecotus\",\n        \"pleodont\",\n        \"pleurectomy\",\n        \"pleurotomy\",\n        \"pliothermic\",\n        \"prostaticovesical\",\n        \"rhodymeniaceous\",\n        \"sales\",\n        \"saleware\",\n        \"strophiolated\",\n        \"tadpolelike\",\n        \"telluretted\",\n        \"vertebrocostal\",\n        \"wicks\"\n    ],\n    \"na-egbo mkpa\": [\n        \"altruistic\",\n        \"uncurbing\"\n    ],\n    \"n'atu\": [\n        \"altruistically\",\n        \"frumpling\"\n    ],\n    \"ndị na-elekọta mmadụ\": [\n        \"altruists\",\n        \"drovers\",\n        \"droves\",\n        \"iodiferous\",\n        \"metroliners\",\n        \"socialists\",\n        \"socialites\",\n        \"socialities\",\n        \"socializers\",\n        \"trinkermen\"\n    ],\n    \".lọ\": [\n        \"alts\"\n    ],\n    \"alum\": [\n        \"alumen\"\n    ],\n    \"meenụ\": [\n        \"alumetize\",\n        \"devirilize\",\n        \"enow\",\n        \"interleave\",\n        \"mercify\",\n        \"merrow\",\n        \"wacken\"\n    ],\n    \"onye alumia\": [\n        \"alumian\"\n    ],\n    \"jikọtara ọnụ\": [\n        \"alumiferous\",\n        \"amalgamated\",\n        \"bridged\",\n        \"coasters\",\n        \"cojoin\",\n        \"collaterally\",\n        \"collied\",\n        \"collogued\",\n        \"combinedly\",\n        \"complexed\",\n        \"conjoined\",\n        \"conjoinedly\",\n        \"conjoiner\",\n        \"conjoining\",\n        \"conjointly\",\n        \"conjunctionally\",\n        \"conjunctively\",\n        \"conjunctly\",\n        \"consistory\",\n        \"consociated\",\n        \"coopered\",\n        \"costers\",\n        \"frounced\",\n        \"interallied\",\n        \"interassured\",\n        \"interchoked\",\n        \"intercombined\",\n        \"interlinked\",\n        \"intermembranous\",\n        \"maundering\",\n        \"nickeled\",\n        \"overmixed\",\n        \"superjoined\",\n        \"teamed\",\n        \"uncelibate\",\n        \"uniterated\",\n        \"universalize\",\n        \"universalized\"\n    ],\n    \"aluminụ\": [\n        \"aluminate\"\n    ],\n    \"alumini\": [\n        \"alumine\",\n        \"alumines\"\n    ],\n    \"aluminik\": [\n        \"aluminic\"\n    ],\n    \"aluminom\": [\n        \"aluminyl\",\n        \"aluminium\",\n        \"aluminum\",\n        \"aluminums\",\n        \"alumium\"\n    ],\n    \"aluminized\": [\n        \"aluminise\",\n        \"aluminize\"\n    ],\n    \"na-enwu\": [\n        \"aluminizes\",\n        \"beaming\",\n        \"fueled\",\n        \"fuelled\",\n        \"glistens\",\n        \"ignescent\",\n        \"ignifying\",\n        \"ignitable\",\n        \"illuminates\",\n        \"inshining\",\n        \"radiant\",\n        \"radiated\",\n        \"radiates\",\n        \"radiating\",\n        \"radient\",\n        \"rayful\",\n        \"shimming\",\n        \"shinaniging\",\n        \"shiners\",\n        \"shines\",\n        \"shinily\",\n        \"shining\",\n        \"shinnery\",\n        \"shinnies\",\n        \"shinnying\",\n        \"shinning\",\n        \"sparking\",\n        \"sparklike\"\n    ],\n    \"ikenke\": [\n        \"aluminizing\"\n    ],\n    \"ihe aluminom\": [\n        \"aluminothermic\",\n        \"aluminothermics\"\n    ],\n    \"aluminous\": [\n        \"alumins\"\n    ],\n    \"nubata\": [\n        \"alumish\"\n    ],\n    \"alumpal\": [\n        \"alumnal\"\n    ],\n    \"ndị okenye\": [\n        \"alumni\",\n        \"eldern\",\n        \"elders\",\n        \"senatrices\",\n        \"senors\"\n    ],\n    \"gụchaa\": [\n        \"alumniate\",\n        \"censorate\",\n        \"graduand\",\n        \"inhearse\",\n        \"literalize\"\n    ],\n    \"aluminol\": [\n        \"alumnol\"\n    ],\n    \"alumorot\": [\n        \"alumroot\"\n    ],\n    \"alm\": [\n        \"alums\"\n    ],\n    \"alunite\": [\n        \"alunites\"\n    ],\n    \"igbe\": [\n        \"alveloz\",\n        \"arkab\",\n        \"arkite\",\n        \"arkoses\",\n        \"arks\",\n        \"boscages\",\n        \"bosquets\",\n        \"box\",\n        \"boxberry\",\n        \"boxboards\",\n        \"boxen\",\n        \"boxes\",\n        \"boxhaul\",\n        \"boxtop\",\n        \"cardcase\",\n        \"cartloads\",\n        \"checkbooks\",\n        \"corebox\",\n        \"deedbox\",\n        \"embox\",\n        \"lockers\",\n        \"outboxes\",\n        \"pillbox\",\n        \"pillboxes\",\n        \"postboxes\",\n        \"spillbox\",\n        \"spitbox\",\n        \"tarbox\",\n        \"thriftbox\",\n        \"unboxes\",\n        \"unshells\"\n    ],\n    \"amaji\": [\n        \"alveolary\"\n    ],\n    \"nke ọma\": [\n        \"alveolarly\",\n        \"bonally\",\n        \"boniness\",\n        \"bovinely\",\n        \"fibrously\",\n        \"greably\",\n        \"molliently\",\n        \"neatly\",\n        \"overtamely\",\n        \"phatically\",\n        \"pitchily\",\n        \"pithily\",\n        \"prestly\",\n        \"prodigally\",\n        \"proficiently\",\n        \"propr\",\n        \"straitly\",\n        \"superurgently\",\n        \"thimbleful\",\n        \"thoroughbred\",\n        \"thoroughbredness\",\n        \"thoroughsped\",\n        \"thoroughstitched\",\n        \"throughbred\",\n        \"trophically\",\n        \"vibrantly\",\n        \"wallwise\",\n        \"well\",\n        \"wellpoint\",\n        \"wellstead\",\n        \"whirly\"\n    ],\n    \"mepee\": [\n        \"alveolate\",\n        \"enamelled\",\n        \"epilogued\",\n        \"holpen\",\n        \"innovate\",\n        \"noverify\",\n        \"openmouthed\",\n        \"outlighten\",\n        \"shimper\",\n        \"unbell\",\n        \"unclasp\",\n        \"uncloak\",\n        \"uncoffle\",\n        \"underpen\",\n        \"unfolden\",\n        \"unlap\",\n        \"unlight\",\n        \"unpack\",\n        \"unpale\",\n        \"unplight\",\n        \"unplume\",\n        \"unpurse\",\n        \"unrash\",\n        \"unshapen\",\n        \"unstack\",\n        \"unstaunch\",\n        \"untone\",\n        \"unwrench\"\n    ],\n    \"ndughari\": [\n        \"alveolation\",\n        \"escortment\",\n        \"medullation\",\n        \"misanthropes\",\n        \"pugilisms\",\n        \"rembrandtism\",\n        \"turioniferous\"\n    ],\n    \"okukari\": [\n        \"alveolite\"\n    ],\n    \"asụsụ Igbo\": [\n        \"alveololingual\"\n    ],\n    \"amodous\": [\n        \"amadous\"\n    ],\n    \"maine\": [\n        \"amaine\"\n    ],\n    \"nwute\": [\n        \"amaister\",\n        \"regretable\",\n        \"regretableness\",\n        \"regretably\",\n        \"regretfully\",\n        \"regretfulness\",\n        \"regretless\",\n        \"regretlessness\",\n        \"regrettable\",\n        \"regrettableness\",\n        \"regrettably\",\n        \"remorselessness\",\n        \"saddeningly\",\n        \"sorryhearted\"\n    ],\n    \"amal aita\": [\n        \"amalaita\"\n    ],\n    \"amala ka\": [\n        \"amalaka\"\n    ],\n    \"amalet\": [\n        \"amalett\"\n    ],\n    \"chịkọta\": [\n        \"amalgamatize\",\n        \"aristulate\",\n        \"collets\",\n        \"compactify\",\n        \"compartmentize\",\n        \"compiles\",\n        \"complanate\",\n        \"complice\",\n        \"ensemble\",\n        \"gateman\",\n        \"gatemen\",\n        \"gummed\",\n        \"mobilise\",\n        \"mobilised\",\n        \"mobilises\",\n        \"mobilize\",\n        \"mobilized\",\n        \"mobilizes\",\n        \"muster\",\n        \"premaintain\",\n        \"squadrate\",\n        \"subvened\",\n        \"summable\"\n    ],\n    \"ndị na-emekọ ihe ọnụ\": [\n        \"amalgamators\"\n    ],\n    \"njikọta\": [\n        \"amalgamization\",\n        \"combinedness\",\n        \"conglomeration\",\n        \"conglomerations\",\n        \"conjointment\",\n        \"conjunctival\",\n        \"conjunctiveness\",\n        \"conjunctural\",\n        \"conjunctures\",\n        \"connecters\",\n        \"connectibility\",\n        \"connectives\",\n        \"connectors\",\n        \"connex\",\n        \"connexes\",\n        \"connexion\",\n        \"connexional\",\n        \"connexionalism\",\n        \"connexity\",\n        \"connexities\",\n        \"connexiva\",\n        \"connexive\",\n        \"connexivum\",\n        \"connexure\",\n        \"connexus\",\n        \"consociationism\",\n        \"convergences\",\n        \"fusion\",\n        \"ingroup\",\n        \"integropallialia\",\n        \"integumation\",\n        \"intemeration\",\n        \"interbreeds\",\n        \"interconnectedness\",\n        \"interconnects\",\n        \"interconnexion\",\n        \"intercorrelated\",\n        \"interjoin\",\n        \"interlinkage\",\n        \"interlinks\",\n        \"intermodification\",\n        \"intertanglement\",\n        \"ligustrum\",\n        \"linkages\",\n        \"mergence\",\n        \"nonconnectivity\",\n        \"proassociation\",\n        \"relatrix\",\n        \"reunification\",\n        \"reunifications\",\n        \"synectic\",\n        \"synecticity\",\n        \"synectics\",\n        \"syntonization\"\n    ],\n    \"amalgam\": [\n        \"amalgams\"\n    ],\n    \"america\": [\n        \"amalrician\",\n        \"americas\",\n        \"ametria\"\n    ],\n    \"Amani\": [\n        \"amani\"\n    ],\n    \"Amantillo\": [\n        \"amantillo\"\n    ],\n    \"amanuense\": [\n        \"amanuenses\"\n    ],\n    \"amampondo\": [\n        \"amapondo\"\n    ],\n    \"amaranthaceae\": [\n        \"amarantaceae\"\n    ],\n    \"amaranthus\": [\n        \"amarantaceous\"\n    ],\n    \"kwadebere\": [\n        \"amarantine\",\n        \"boodleize\",\n        \"equielliptical\",\n        \"equiped\",\n        \"equipedal\",\n        \"equipoised\",\n        \"equiponderated\",\n        \"equipped\",\n        \"equipper\",\n        \"equiprobable\",\n        \"furnishable\",\n        \"prepared\",\n        \"prepaved\",\n        \"preplaced\",\n        \"preplanned\"\n    ],\n    \"amarel\": [\n        \"amarelles\"\n    ],\n    \"amaroid\": [\n        \"amaroidal\"\n    ],\n    \"amor\": [\n        \"amarth\",\n        \"amores\"\n    ],\n    \"amass\": [\n        \"amassable\",\n        \"amasses\"\n    ],\n    \"gbakọtara\": [\n        \"amassed\",\n        \"assembled\",\n        \"comported\",\n        \"congregated\",\n        \"gathered\",\n        \"mustered\"\n    ],\n    \"onye amusa\": [\n        \"amasser\"\n    ],\n    \"amasset\": [\n        \"amassette\"\n    ],\n    \"ịkpakọba\": [\n        \"amassing\",\n        \"hoarding\"\n    ],\n    \"amato\": [\n        \"amated\"\n    ],\n    \"onye na-amu amu\": [\n        \"amateur\"\n    ],\n    \"ndị na-amu amu\": [\n        \"amateurs\"\n    ],\n    \"Amateurship\": [\n        \"amateurship\"\n    ],\n    \"na-atọ ụtọ\": [\n        \"amating\",\n        \"appeasing\",\n        \"appeasingly\",\n        \"condictious\",\n        \"delicious\",\n        \"deliciously\",\n        \"desalinizing\",\n        \"duncifying\",\n        \"entertains\",\n        \"enthralled\",\n        \"enthralling\",\n        \"enthrallingly\",\n        \"enthronized\",\n        \"enthronizing\",\n        \"enthusing\",\n        \"enticeable\",\n        \"enticeful\",\n        \"enticer\",\n        \"excipular\",\n        \"excoriating\",\n        \"favoringly\",\n        \"flavorsome\",\n        \"glossingly\",\n        \"libatory\",\n        \"luxating\",\n        \"pleasantable\",\n        \"pleasingly\",\n        \"pleasurably\",\n        \"pleonastically\",\n        \"savorily\",\n        \"savorly\",\n        \"sousing\",\n        \"sweetening\",\n        \"sweetens\",\n        \"sweetish\",\n        \"sweetsome\",\n        \"tastingly\",\n        \"thrillant\",\n        \"thrillproof\",\n        \"triflorous\",\n        \"unpleasantish\"\n    ],\n    \"ihe ọchị\": [\n        \"amatively\",\n        \"amuser\",\n        \"amusingly\",\n        \"amusingness\",\n        \"amusive\",\n        \"clow\",\n        \"clowns\",\n        \"comanic\",\n        \"comedic\",\n        \"comedical\",\n        \"comenic\",\n        \"comicality\",\n        \"comicalness\",\n        \"comicocynical\",\n        \"comicocratic\",\n        \"comicodidactic\",\n        \"comicography\",\n        \"comicoprosaic\",\n        \"comicotragedy\",\n        \"comicotragic\",\n        \"comicotragical\",\n        \"funic\",\n        \"funmaker\",\n        \"funnyman\",\n        \"humiriaceous\",\n        \"humorist\",\n        \"humorousness\",\n        \"humourist\",\n        \"ironic\",\n        \"ironice\",\n        \"jeery\",\n        \"meiotic\",\n        \"moronic\",\n        \"parody\",\n        \"ridiculousness\"\n    ],\n    \"amative\": [\n        \"amativeness\"\n    ],\n    \"amatu\": [\n        \"amatols\"\n    ],\n    \"na-eri ego\": [\n        \"amatory\"\n    ],\n    \"amọọk\": [\n        \"amatorial\"\n    ],\n    \"onye amatorian\": [\n        \"amatorian\"\n    ],\n    \"amadi amaka\": [\n        \"amatorious\"\n    ],\n    \"chiedozie\": [\n        \"amatrice\",\n        \"amyclas\",\n        \"catocalid\",\n        \"catocathartic\",\n        \"catogene\",\n        \"catoptric\",\n        \"concorrezanes\",\n        \"cryosurgical\",\n        \"eoiths\",\n        \"eucopepoda\",\n        \"eugene\",\n        \"eugeny\",\n        \"eugenol\",\n        \"eugenolate\",\n        \"euglena\",\n        \"eupatrids\",\n        \"exoascus\",\n        \"exocyclica\",\n        \"iatraliptic\",\n        \"icekhanas\",\n        \"interrhyme\",\n        \"martyrologe\",\n        \"martyrologium\",\n        \"mithriac\",\n        \"proboycott\",\n        \"subsellia\",\n        \"thiosulphuric\",\n        \"underbevelling\",\n        \"undercooks\"\n    ],\n    \"itu n'anya\": [\n        \"amaze\"\n    ],\n    \"juru ya anya\": [\n        \"amazed\",\n        \"astoned\",\n        \"astonished\",\n        \"astounded\",\n        \"awestricken\",\n        \"baffled\",\n        \"bemazed\",\n        \"marveled\",\n        \"marvelled\",\n        \"stunned\",\n        \"surprised\"\n    ],\n    \"na-eju\": [\n        \"amazedly\",\n        \"snailing\",\n        \"sniffers\",\n        \"sniffling\"\n    ],\n    \"ihe ijuanya\": [\n        \"amazedness\",\n        \"amazement\",\n        \"amazers\",\n        \"amazons\",\n        \"amplexuses\",\n        \"aplitic\",\n        \"appallingness\",\n        \"arrhythmous\",\n        \"astonishment\",\n        \"astonishments\",\n        \"baffler\",\n        \"baroscopical\",\n        \"bemirror\",\n        \"bemirrorment\",\n        \"bemuddled\",\n        \"bewilderingly\",\n        \"bewilders\",\n        \"biconvexity\",\n        \"blustering\",\n        \"circumbendibuses\",\n        \"circumnatant\",\n        \"dolesomely\",\n        \"dozzled\",\n        \"emprise\",\n        \"filibusterous\",\n        \"forprise\",\n        \"haspling\",\n        \"hyperexcitable\",\n        \"hypersophistication\",\n        \"maricolous\",\n        \"marvelment\",\n        \"marvelry\",\n        \"mesprise\",\n        \"misprise\",\n        \"mispriser\",\n        \"panderer\",\n        \"pandores\",\n        \"pandowdy\",\n        \"paniconography\",\n        \"paniconographic\",\n        \"pemphigous\",\n        \"pericemental\",\n        \"perturb\",\n        \"perturbant\",\n        \"perturbational\",\n        \"perturbatious\",\n        \"perturbedness\",\n        \"plexure\",\n        \"plinthlike\",\n        \"porismatic\",\n        \"porphyraceous\",\n        \"porphyritic\",\n        \"porphyrous\",\n        \"pugnacious\",\n        \"pugnaciousness\",\n        \"shocker\",\n        \"sinapic\",\n        \"startlingness\",\n        \"strangeness\",\n        \"stunners\",\n        \"stunsle\",\n        \"surprise\",\n        \"surprisement\",\n        \"surpriseproof\",\n        \"surpriser\",\n        \"surprisers\",\n        \"surprises\",\n        \"surprisingly\",\n        \"surprisingness\",\n        \"unsurprise\",\n        \"vagodepressor\",\n        \"viciosity\",\n        \"wysty\",\n        \"wonderberry\",\n        \"wonderberries\",\n        \"wondermonger\",\n        \"wonderstrong\"\n    ],\n    \"di itu n'anya\": [\n        \"amazeful\"\n    ],\n    \"amaza\": [\n        \"amazer\"\n    ],\n    \"juru\": [\n        \"amazes\",\n        \"justled\",\n        \"marcelled\",\n        \"mol\",\n        \"obvoluted\",\n        \"pled\",\n        \"quailed\",\n        \"quesal\",\n        \"wracked\"\n    ],\n    \"dị ịtụnanya\": [\n        \"amazing\",\n        \"phenomenal\"\n    ],\n    \"di oke itunanya\": [\n        \"amazingly\"\n    ],\n    \"oké ọchịchọ\": [\n        \"ambage\",\n        \"ambagious\",\n        \"ambit\",\n        \"ambital\",\n        \"ambitendencies\",\n        \"ambition\",\n        \"ambitioning\",\n        \"ambitious\",\n        \"ambitiousness\",\n        \"ambitty\",\n        \"superambitiousness\"\n    ],\n    \"ochicho\": [\n        \"ambages\",\n        \"ambitions\",\n        \"ambits\",\n        \"ambury\",\n        \"aspace\",\n        \"bobcat\",\n        \"capsuling\",\n        \"chucky\",\n        \"cicatrisate\",\n        \"cichoriaceous\",\n        \"cinchonisation\",\n        \"cysticercerci\",\n        \"clogginess\",\n        \"demerit\",\n        \"desire\",\n        \"desires\",\n        \"desuetudes\",\n        \"desultoriness\",\n        \"excretive\",\n        \"gallocyanine\",\n        \"girandole\",\n        \"gloriosity\",\n        \"likeableness\",\n        \"lust\",\n        \"oystered\",\n        \"oysterhood\",\n        \"osteostixis\",\n        \"ovicystic\",\n        \"peccantness\",\n        \"torrentiality\"\n    ],\n    \"jiri obi uto\": [\n        \"ambagiously\",\n        \"pseudoaffectionately\"\n    ],\n    \"ịdị uchu\": [\n        \"ambagiousness\",\n        \"diligence\",\n        \"diligences\",\n        \"diligency\",\n        \"diligentia\",\n        \"diligently\",\n        \"diligentness\",\n        \"dossety\",\n        \"earnestness\",\n        \"foziness\",\n        \"hypermodestness\",\n        \"hypolithic\",\n        \"hoggishness\",\n        \"industriousness\",\n        \"laboriousness\",\n        \"laborousness\",\n        \"noxiousness\",\n        \"nugatoriness\",\n        \"soothfastness\",\n        \"superworldliness\",\n        \"toillessness\",\n        \"wightness\"\n    ],\n    \"amba\": [\n        \"ambar\",\n        \"ambe\",\n        \"ambeer\",\n        \"ambeers\",\n        \"amber\",\n        \"ambers\"\n    ],\n    \"ambarị\": [\n        \"ambaries\",\n        \"amberies\"\n    ],\n    \"ndị nnọchiteanya\": [\n        \"ambassade\",\n        \"ambassadors\",\n        \"ambassadorship\",\n        \"ambassage\",\n        \"delegacies\",\n        \"delegates\",\n        \"delegations\",\n        \"embassade\"\n    ],\n    \"onye nnọchi anya gọọmentị\": [\n        \"ambassador\",\n        \"ambassadorial\",\n        \"ambassadorially\",\n        \"embassador\"\n    ],\n    \"ndị nnọchite anya mba\": [\n        \"ambassadorships\"\n    ],\n    \"ụlọ ọrụ nnọchite anya obodo\": [\n        \"ambassy\",\n        \"embassy\"\n    ],\n    \"ambasciate\": [\n        \"ambassiate\"\n    ],\n    \"amba azụ\": [\n        \"amberfish\",\n        \"amberfishes\"\n    ],\n    \"ambarịa\": [\n        \"ambergrease\"\n    ],\n    \"ọtụ\": [\n        \"ambergris\",\n        \"grigris\",\n        \"outthank\",\n        \"pussy\",\n        \"pussycat\",\n        \"pussycats\",\n        \"subspecializing\"\n    ],\n    \"mgbaba\": [\n        \"ambery\",\n        \"amylum\",\n        \"arborise\",\n        \"barsom\",\n        \"rammage\",\n        \"slabby\",\n        \"thrummy\"\n    ],\n    \"Amberjacks\": [\n        \"amberjacks\"\n    ],\n    \"amber\": [\n        \"amberlike\"\n    ],\n    \"amboroid\": [\n        \"amberoid\"\n    ],\n    \"ambaroid\": [\n        \"amberoids\"\n    ],\n    \"amba amaghi\": [\n        \"amberous\"\n    ],\n    \"ambiance\": [\n        \"ambiances\"\n    ],\n    \"ambidexterity\": [\n        \"ambidexterities\"\n    ],\n    \"ambidextrous\": [\n        \"ambidexterous\",\n        \"ambidextral\"\n    ],\n    \"okwey\": [\n        \"ambidextrously\",\n        \"voivodeship\"\n    ],\n    \"ambidextrous ness\": [\n        \"ambidextrousness\"\n    ],\n    \"ihe edoghi anya\": [\n        \"ambiguity\"\n    ],\n    \"ihe mgbagwoju anya\": [\n        \"ambiguities\",\n        \"bepimpling\",\n        \"circumflexes\",\n        \"cofounding\",\n        \"complexer\",\n        \"complexive\",\n        \"complexometric\",\n        \"complicacies\",\n        \"complicant\",\n        \"conduplicated\",\n        \"confoundable\",\n        \"confounders\",\n        \"confounding\",\n        \"confoundingly\",\n        \"confounds\",\n        \"conjures\",\n        \"conjurors\",\n        \"consternated\",\n        \"contiguities\",\n        \"contraplex\",\n        \"convoluted\",\n        \"convolvulaceous\",\n        \"enclitics\",\n        \"intercomplexity\",\n        \"paradox\",\n        \"paradoxer\",\n        \"paradoxes\",\n        \"paradoxical\",\n        \"paradoxicalism\",\n        \"paradoxicalness\",\n        \"paradoxician\",\n        \"paradoxism\",\n        \"paradoxure\",\n        \"perplexable\",\n        \"perplexer\",\n        \"perplexes\",\n        \"perplexment\",\n        \"perturbations\",\n        \"pizzle\",\n        \"puzzle\",\n        \"puzzleation\",\n        \"puzzledness\",\n        \"puzzlehead\",\n        \"puzzleheaded\",\n        \"puzzleheadedly\",\n        \"puzzleheadedness\",\n        \"puzzlement\",\n        \"puzzlepatedness\",\n        \"puzzler\",\n        \"puzzlers\",\n        \"stragglier\",\n        \"subplexal\",\n        \"supercomplexities\",\n        \"uncompartmentalizes\",\n        \"uncomplexity\",\n        \"uncomplication\"\n    ],\n    \"ambiguous\": [\n        \"ambiguousness\"\n    ],\n    \"ambilate\": [\n        \"ambilaterally\"\n    ],\n    \"ihe ọma\": [\n        \"ambilevous\",\n        \"goodyness\"\n    ],\n    \"nwee obi ụtọ\": [\n        \"ambisinistrous\",\n        \"amoved\",\n        \"becky\",\n        \"cheered\",\n        \"cheerer\",\n        \"cheeriest\",\n        \"cheerled\",\n        \"coverable\",\n        \"eppy\",\n        \"exult\",\n        \"happed\",\n        \"happier\",\n        \"happify\",\n        \"palankeened\",\n        \"prerejoiced\",\n        \"reasty\",\n        \"relish\",\n        \"relished\",\n        \"warmhearted\"\n    ],\n    \"ji obi ike\": [\n        \"ambitendent\"\n    ],\n    \"chọsie ike\": [\n        \"ambitioned\",\n        \"aspire\",\n        \"craved\",\n        \"cravened\",\n        \"eager\",\n        \"longs\"\n    ],\n    \"onye okuku\": [\n        \"ambitionist\"\n    ],\n    \"enweghị ambition\": [\n        \"ambitionless\",\n        \"ambitionlessly\"\n    ],\n    \"ji obi uto\": [\n        \"ambitiously\",\n        \"extuberant\",\n        \"exuberant\",\n        \"exuberantly\",\n        \"gleeishly\"\n    ],\n    \"nwegasịrị ikike\": [\n        \"ambiversive\"\n    ],\n    \"amel\": [\n        \"amble\",\n        \"amzel\"\n    ],\n    \"chee ihu\": [\n        \"ambled\",\n        \"facedown\"\n    ],\n    \"ọmarịcha\": [\n        \"amblers\",\n        \"arvicolous\",\n        \"bolshevistic\",\n        \"branchiomeric\",\n        \"brightsmith\",\n        \"carmelitess\",\n        \"casehardened\",\n        \"celeomorphic\",\n        \"cellepore\",\n        \"chordaceous\",\n        \"cyathiform\",\n        \"comeliness\",\n        \"corody\",\n        \"darndests\",\n        \"decorum\",\n        \"delightsomeness\",\n        \"deliriousness\",\n        \"delthyrial\",\n        \"dermotherm\",\n        \"despectant\",\n        \"dicoelous\",\n        \"dioicousness\",\n        \"dioscoreaceous\",\n        \"doberman\",\n        \"dottiness\",\n        \"enstyle\",\n        \"epicoelous\",\n        \"exquisiteness\",\n        \"faddishness\",\n        \"fairfieldite\",\n        \"fairsome\",\n        \"farnesols\",\n        \"featlier\",\n        \"featliness\",\n        \"festoons\",\n        \"fondus\",\n        \"gemmiferous\",\n        \"glottiscope\",\n        \"gonostyle\",\n        \"goodyism\",\n        \"gorbellies\",\n        \"gorgeable\",\n        \"gorgeous\",\n        \"gorgeousness\",\n        \"humerodigital\",\n        \"janiceps\",\n        \"jocularities\",\n        \"jovialties\",\n        \"limicolous\",\n        \"londres\",\n        \"lovelass\",\n        \"luctiferousness\",\n        \"lugubriosity\",\n        \"lugubriousness\",\n        \"marbleizes\",\n        \"mariolatrous\",\n        \"marlier\",\n        \"marron\",\n        \"marvels\",\n        \"modernism\",\n        \"niccolous\",\n        \"niceish\",\n        \"nickelous\",\n        \"overembellishes\",\n        \"phenic\",\n        \"phenicate\",\n        \"picturesque\",\n        \"picturesquely\",\n        \"picturesqueness\",\n        \"plebiscitum\",\n        \"plecopterous\",\n        \"pleiocene\",\n        \"pleiotaxy\",\n        \"pleometrotic\",\n        \"pleomorphic\",\n        \"pleonast\",\n        \"pleromorph\",\n        \"pleuritic\",\n        \"pleurocapsaceous\",\n        \"pleurothotonus\",\n        \"pleurotomies\",\n        \"podostemaceous\",\n        \"prenomination\",\n        \"prenominical\",\n        \"prenuncial\",\n        \"reattentive\",\n        \"ripicolous\",\n        \"rumbowline\",\n        \"scansorious\",\n        \"semirebellious\",\n        \"splendors\",\n        \"stylosanthes\",\n        \"supermarvelousness\",\n        \"talcomicaceous\",\n        \"talionic\",\n        \"talismans\",\n        \"tallows\",\n        \"theurgies\",\n        \"ultraceremonious\",\n        \"ultrafashionable\",\n        \"ultraofficious\",\n        \"wergelds\",\n        \"whomps\",\n        \"wickings\",\n        \"wonderlandish\",\n        \"zincky\"\n    ],\n    \"iche\": [\n        \"ambling\",\n        \"asideu\",\n        \"assume\",\n        \"belone\",\n        \"cachaemic\",\n        \"caucusing\",\n        \"charrs\",\n        \"clasping\",\n        \"clerete\",\n        \"concentrically\",\n        \"contrary\",\n        \"contrast\",\n        \"contrastable\",\n        \"contrastedly\",\n        \"contrastimulant\",\n        \"contrastimulation\",\n        \"contrastimulus\",\n        \"contrasting\",\n        \"contrastive\",\n        \"contrastively\",\n        \"contrivance\",\n        \"contrivement\",\n        \"counterpractice\",\n        \"detached\",\n        \"detachedly\",\n        \"detersively\",\n        \"dif\",\n        \"difda\",\n        \"diffarreation\",\n        \"differency\",\n        \"differentiable\",\n        \"differential\",\n        \"differentiating\",\n        \"diffinity\",\n        \"diffractively\",\n        \"diffund\",\n        \"diffusively\",\n        \"disaggregate\",\n        \"disjunct\",\n        \"disjunctive\",\n        \"disjunctively\",\n        \"dissociably\",\n        \"dissocial\",\n        \"distinct\",\n        \"distincter\",\n        \"distinctest\",\n        \"distinctio\",\n        \"distinctional\",\n        \"distinctive\",\n        \"distinctor\",\n        \"distingu\",\n        \"distinguishability\",\n        \"distinguishable\",\n        \"distinguishableness\",\n        \"distinguisher\",\n        \"distinguishing\",\n        \"distinguishingly\",\n        \"enscrolling\",\n        \"equanimousness\",\n        \"exceptionality\",\n        \"exclusiveness\",\n        \"exclusivism\",\n        \"exclusivistic\",\n        \"exclusivity\",\n        \"exdividend\",\n        \"forebodies\",\n        \"forepaled\",\n        \"frisch\",\n        \"friskingly\",\n        \"frivolized\",\n        \"imagine\",\n        \"incisively\",\n        \"individuate\",\n        \"individuated\",\n        \"isoallyl\",\n        \"isobares\",\n        \"isobarism\",\n        \"isobilateral\",\n        \"isocephaly\",\n        \"isocephalic\",\n        \"isocephalism\",\n        \"isoceraunic\",\n        \"isocheimal\",\n        \"isocheims\",\n        \"isochronally\",\n        \"isochronized\",\n        \"isochronizing\",\n        \"isocytic\",\n        \"isoelastic\",\n        \"isoelectrically\",\n        \"isoelectronic\",\n        \"isoelectronically\",\n        \"isoenergetic\",\n        \"isoetes\",\n        \"isogen\",\n        \"isogenetic\",\n        \"isogenies\",\n        \"isogenous\",\n        \"isogynous\",\n        \"isograms\",\n        \"isography\",\n        \"isographic\",\n        \"isographical\",\n        \"isoionone\",\n        \"isolability\",\n        \"isolates\",\n        \"isolations\",\n        \"isolative\",\n        \"isolette\",\n        \"isolog\",\n        \"isologs\",\n        \"isologue\",\n        \"isologues\",\n        \"isopectic\",\n        \"isopycnic\",\n        \"isopyre\",\n        \"isopoly\",\n        \"isoptic\",\n        \"isoquinine\",\n        \"isostacy\",\n        \"isostasy\",\n        \"isostasies\",\n        \"isostatic\",\n        \"isostatical\",\n        \"isostemony\",\n        \"isostemonous\",\n        \"isoster\",\n        \"isostere\",\n        \"isosteric\",\n        \"miscellaneously\",\n        \"musing\",\n        \"nark\",\n        \"narking\",\n        \"neutrettos\",\n        \"nondivisively\",\n        \"ostreidae\",\n        \"oversecrete\",\n        \"partialed\",\n        \"perorally\",\n        \"perorative\",\n        \"peroratorically\",\n        \"pontify\",\n        \"prediscernment\",\n        \"predivided\",\n        \"predividing\",\n        \"rangefinder\",\n        \"reclusely\",\n        \"reserpine\",\n        \"respective\",\n        \"respectiveness\",\n        \"segregable\",\n        \"segregate\",\n        \"segregated\",\n        \"segregates\",\n        \"segregating\",\n        \"seiches\",\n        \"selenious\",\n        \"separate\",\n        \"separated\",\n        \"separateness\",\n        \"separatively\",\n        \"singled\",\n        \"singularized\",\n        \"specious\",\n        \"speculated\",\n        \"spicous\",\n        \"subjectiveness\",\n        \"tarantulated\",\n        \"thrast\",\n        \"undiffractively\",\n        \"undiverse\",\n        \"undivisively\",\n        \"undivorcing\",\n        \"ungregarious\",\n        \"ungregariously\",\n        \"uniarticular\",\n        \"uniarticulate\",\n        \"unilocular\",\n        \"uniquely\",\n        \"uniques\",\n        \"unirenic\",\n        \"unironed\",\n        \"unseparately\",\n        \"unusually\",\n        \"vanadiate\",\n        \"variably\",\n        \"variag\",\n        \"variant\",\n        \"variated\",\n        \"variationally\",\n        \"variative\",\n        \"varices\",\n        \"varicoseness\",\n        \"varier\",\n        \"variers\",\n        \"varietal\",\n        \"varieties\",\n        \"varietist\",\n        \"varios\",\n        \"variscite\",\n        \"varisse\",\n        \"varve\",\n        \"varved\",\n        \"waul\",\n        \"worryingly\",\n        \"worrit\"\n    ],\n    \"n'egwu\": [\n        \"amblingly\",\n        \"amphimictically\",\n        \"apothegmatically\",\n        \"apprehensively\",\n        \"ciliately\",\n        \"derogately\",\n        \"euphemistically\",\n        \"fearedly\",\n        \"fearfully\",\n        \"fearingly\",\n        \"flinchingly\",\n        \"floutingly\",\n        \"frivolously\",\n        \"frizzily\",\n        \"gleamingly\",\n        \"gullibly\",\n        \"hymeneally\",\n        \"inodorously\",\n        \"lavishingly\",\n        \"mollifyingly\",\n        \"musically\",\n        \"obsessingly\",\n        \"petrary\",\n        \"philistinely\",\n        \"poringly\",\n        \"prankingly\",\n        \"quaffingly\",\n        \"quakingly\",\n        \"quibblingly\",\n        \"ravingly\",\n        \"recitatively\",\n        \"scrappily\",\n        \"shoggly\",\n        \"shoofly\",\n        \"skirmishingly\",\n        \"songfully\",\n        \"spankingly\",\n        \"spectrologically\",\n        \"stormingly\",\n        \"swingably\",\n        \"timidly\",\n        \"trenchantly\",\n        \"tuggingly\",\n        \"unflickeringly\",\n        \"unfrightful\",\n        \"vacillatingly\",\n        \"voraciously\",\n        \"wavelessly\",\n        \"waveringly\",\n        \"wriggly\",\n        \"wrigglingly\"\n    ],\n    \"okpa\": [\n        \"amblyopic\",\n        \"ambrette\",\n        \"ambroid\",\n        \"ambrotype\",\n        \"caseworms\",\n        \"chabutra\",\n        \"cocozelle\",\n        \"polka\",\n        \"wechts\",\n        \"whams\"\n    ],\n    \"okpolo\": [\n        \"amblotic\",\n        \"chaloth\",\n        \"colophony\",\n        \"praline\"\n    ],\n    \"Amboceptoid\": [\n        \"amboceptoid\"\n    ],\n    \"Ambocoelia\": [\n        \"ambocoelia\"\n    ],\n    \"Amboinas\": [\n        \"amboinas\"\n    ],\n    \"Amboynas\": [\n        \"amboynas\"\n    ],\n    \"Amboinese\": [\n        \"amboinese\"\n    ],\n    \"ambọn\": [\n        \"ambon\"\n    ],\n    \"Nwosu\": [\n        \"ambosexual\",\n        \"boethusian\",\n        \"brevilingual\",\n        \"bromian\",\n        \"clactonian\",\n        \"claromontane\",\n        \"clathraria\",\n        \"clathrose\",\n        \"clatsop\",\n        \"crojik\",\n        \"gaertnerian\",\n        \"galewort\",\n        \"genian\",\n        \"gypseous\",\n        \"johnian\",\n        \"mercurian\",\n        \"pansexual\",\n        \"peutingerian\",\n        \"polderboy\",\n        \"pourparley\",\n        \"sackbuts\",\n        \"spudboy\",\n        \"wurtzite\"\n    ],\n    \"american\": [\n        \"ambreic\",\n        \"americanese\",\n        \"americanly\",\n        \"americans\",\n        \"amperian\"\n    ],\n    \"ambish\": [\n        \"ambry\"\n    ],\n    \"ambrit\": [\n        \"ambrite\"\n    ],\n    \"n'ebubo\": [\n        \"ambrosially\",\n        \"culpably\"\n    ],\n    \"ụgbọ ala\": [\n        \"ambulacra\",\n        \"ambulacral\",\n        \"ambulacrum\",\n        \"ambulanced\",\n        \"ambulancing\",\n        \"ambulantes\",\n        \"ambulatio\",\n        \"ambulatory\",\n        \"ambulatorium\",\n        \"ambulators\",\n        \"automobile\",\n        \"automobiled\",\n        \"automobiles\",\n        \"busbies\",\n        \"buses\",\n        \"busway\",\n        \"car\",\n        \"carbuilder\",\n        \"caryota\",\n        \"carline\",\n        \"carlines\",\n        \"carls\",\n        \"carpool\",\n        \"carport\",\n        \"carpospore\",\n        \"carps\",\n        \"carrioles\",\n        \"cars\",\n        \"carses\",\n        \"carty\",\n        \"cartisane\",\n        \"motorbusses\",\n        \"wagons\"\n    ],\n    \"ụgbọ ihe mberede\": [\n        \"ambulance\",\n        \"ambulancer\",\n        \"ambulances\"\n    ],\n    \"ambulan\": [\n        \"ambulant\"\n    ],\n    \"na-achọ ihe\": [\n        \"ambulating\",\n        \"bumptious\",\n        \"chafing\",\n        \"chaptalizing\",\n        \"demandingness\",\n        \"desexualizing\",\n        \"desulphurising\",\n        \"feaking\",\n        \"garbing\",\n        \"haranguing\",\n        \"loping\",\n        \"louring\",\n        \"misawarding\",\n        \"missends\",\n        \"misshood\",\n        \"questing\",\n        \"temporising\",\n        \"temporisingly\"\n    ],\n    \"ambulance\": [\n        \"ambulative\"\n    ],\n    \"onye na-ebu agha\": [\n        \"ambulator\",\n        \"iambist\"\n    ],\n    \"anyaukwu\": [\n        \"ambulatorial\",\n        \"audacious\",\n        \"audaciously\",\n        \"cove\",\n        \"covet\",\n        \"covetable\",\n        \"coveting\",\n        \"covetingly\",\n        \"covetise\",\n        \"covetiveness\",\n        \"covetous\",\n        \"covetously\",\n        \"covetousness\",\n        \"distichously\",\n        \"ditheism\",\n        \"extispicy\",\n        \"gynandry\",\n        \"glegly\",\n        \"greed\",\n        \"greedy\",\n        \"greedily\",\n        \"greediness\",\n        \"greedless\",\n        \"greeds\",\n        \"greedsome\",\n        \"inosculated\",\n        \"lustered\",\n        \"rusticated\",\n        \"staggard\",\n        \"staggered\",\n        \"underzealously\"\n    ],\n    \"ndị ambulator\": [\n        \"ambulatories\"\n    ],\n    \"ụlọ mgbochi\": [\n        \"ambulatoriums\",\n        \"barhops\",\n        \"blockhouse\",\n        \"blockhouses\"\n    ],\n    \"icho\": [\n        \"ambuling\",\n        \"besit\",\n        \"calumnious\",\n        \"decolonizing\",\n        \"gulosities\",\n        \"ichors\",\n        \"iconoduly\",\n        \"wanion\",\n        \"wannish\",\n        \"whishting\"\n    ],\n    \"na-achọ ịlụ ọgụ\": [\n        \"ambuscading\"\n    ],\n    \"chebiri\": [\n        \"ambush\"\n    ],\n    \"zoro ezo\": [\n        \"ambushed\",\n        \"clandestine\",\n        \"concealedly\",\n        \"concelebrated\",\n        \"concelebrates\",\n        \"crotal\",\n        \"crotalid\",\n        \"enapt\",\n        \"harangued\",\n        \"hidable\",\n        \"hidden\",\n        \"hiddenite\",\n        \"hiddenly\",\n        \"hiddenmost\",\n        \"hided\",\n        \"hideously\",\n        \"hidromancy\",\n        \"hypersensually\",\n        \"hodden\",\n        \"overfragmented\",\n        \"overglut\",\n        \"overmystified\",\n        \"overpersecuted\",\n        \"overscrupulously\",\n        \"rawhided\",\n        \"secluded\",\n        \"secre\",\n        \"secreta\",\n        \"secretaire\",\n        \"secrete\",\n        \"secreted\",\n        \"secreter\",\n        \"secretest\",\n        \"secretionary\",\n        \"sirvent\",\n        \"smuggled\",\n        \"sneaked\",\n        \"sneakily\",\n        \"sneaking\",\n        \"staled\",\n        \"stealthful\",\n        \"stealthfully\",\n        \"stealthy\",\n        \"stealthwise\",\n        \"superillustrated\",\n        \"thripid\",\n        \"undercarve\",\n        \"undercarved\",\n        \"undercarving\",\n        \"undercry\",\n        \"vealed\"\n    ],\n    \"onye ohia\": [\n        \"ambusher\",\n        \"woodsman\"\n    ],\n    \"ndị nche\": [\n        \"ambushers\",\n        \"bodyguards\",\n        \"conservers\",\n        \"defensemen\",\n        \"guardants\",\n        \"guarders\",\n        \"guards\",\n        \"guardsmen\",\n        \"outpost\",\n        \"rangemen\",\n        \"rangers\",\n        \"unguards\",\n        \"watchers\",\n        \"watchmakers\",\n        \"watchmen\"\n    ],\n    \"na-echechi\": [\n        \"ambushing\"\n    ],\n    \"dị ka ambush\": [\n        \"ambushlike\"\n    ],\n    \"nbì nzuzo\": [\n        \"ambushment\"\n    ],\n    \"nchekwube\": [\n        \"ambustion\",\n        \"optimality\",\n        \"optimism\",\n        \"optimisms\",\n        \"optimist\",\n        \"optimistical\",\n        \"optimisticalness\",\n        \"optimity\"\n    ],\n    \"Amebean\": [\n        \"amebean\"\n    ],\n    \"amobi\": [\n        \"amebic\"\n    ],\n    \"Ameed\": [\n        \"ameed\"\n    ],\n    \"mechaa\": [\n        \"ameerate\",\n        \"bemaim\",\n        \"completes\",\n        \"finalize\",\n        \"finify\",\n        \"finnicize\",\n        \"furify\",\n        \"totalize\"\n    ],\n    \"amọnụ\": [\n        \"amelcorns\",\n        \"ammonals\",\n        \"ammoniureted\"\n    ],\n    \"Amelia\": [\n        \"amelia\"\n    ],\n    \"na-emewanye\": [\n        \"ameliorating\",\n        \"greatening\",\n        \"intensifiers\"\n    ],\n    \"ekwere ekwere\": [\n        \"amenability\"\n    ],\n    \"amen amen\": [\n        \"amenably\"\n    ],\n    \"emeghari\": [\n        \"amendable\",\n        \"chamoising\",\n        \"counterlighted\",\n        \"countermoved\",\n        \"counterreplies\",\n        \"counterrevolutionary\",\n        \"countersigned\",\n        \"extremal\",\n        \"foulmouthed\",\n        \"foulmouthedly\",\n        \"nonamendment\",\n        \"noncanvassing\",\n        \"noncrusading\",\n        \"noncultivated\",\n        \"nonmoral\",\n        \"nonphagocytic\",\n        \"nonreformational\",\n        \"rebusing\",\n        \"rebuttals\",\n        \"reclusory\",\n        \"recodes\",\n        \"recooking\",\n        \"recused\",\n        \"replicated\",\n        \"replicating\",\n        \"revictual\",\n        \"revulsive\",\n        \"rountree\",\n        \"unagile\",\n        \"unbrooding\",\n        \"unmorose\",\n        \"upcurled\"\n    ],\n    \"nwegharia\": [\n        \"amendableness\",\n        \"capersomeness\",\n        \"caswellite\",\n        \"derencephalocele\",\n        \"derencephalus\",\n        \"interreflection\",\n        \"lienomedullary\",\n        \"lunicurrent\",\n        \"multithreaded\",\n        \"reassimilate\",\n        \"renocutaneous\",\n        \"subsphenoid\",\n        \"superestablishment\",\n        \"trihemiobolion\"\n    ],\n    \"ndị na-eme mgbanwe\": [\n        \"amenders\",\n        \"conservatives\",\n        \"counterrevolutionaries\",\n        \"reactionaries\",\n        \"reformers\",\n        \"transformers\"\n    ],\n    \"imezighari\": [\n        \"amending\",\n        \"renovate\"\n    ],\n    \"ihe eji enyere ndụ aka\": [\n        \"amenity\",\n        \"amenities\",\n        \"aminity\",\n        \"aminities\",\n        \"lifeskills\"\n    ],\n    \"iwe iwe\": [\n        \"amerce\",\n        \"angaries\",\n        \"angelfish\",\n        \"angriness\",\n        \"anguses\",\n        \"annoy\",\n        \"antitrade\",\n        \"contignation\",\n        \"embitterments\",\n        \"exasperate\",\n        \"exasperation\",\n        \"fierceness\",\n        \"frustrate\",\n        \"grimes\",\n        \"grubbiness\",\n        \"grumes\",\n        \"grumpishness\",\n        \"imbitter\",\n        \"moodishness\",\n        \"overreact\",\n        \"temblor\",\n        \"temerity\",\n        \"temper\",\n        \"temperamentalness\",\n        \"temperers\",\n        \"tempers\",\n        \"vexful\"\n    ],\n    \"maasị\": [\n        \"amerced\",\n        \"maizes\"\n    ],\n    \"amerie\": [\n        \"amercement\"\n    ],\n    \"aming\": [\n        \"amercing\"\n    ],\n    \"Americanized\": [\n        \"americanized\",\n        \"americanizes\"\n    ],\n    \"ndị nna nna americanum\": [\n        \"americanumancestors\"\n    ],\n    \"Amerindian\": [\n        \"amerindians\"\n    ],\n    \"amerindị\": [\n        \"amerinds\"\n    ],\n    \"americil\": [\n        \"amerveil\"\n    ],\n    \"ameses\": [\n        \"amesaces\"\n    ],\n    \"Amesite\": [\n        \"amesite\"\n    ],\n    \"amethyst\": [\n        \"amethystlike\"\n    ],\n    \"amọtọtọ\": [\n        \"ametrometer\"\n    ],\n    \"enwe obi ụtọ\": [\n        \"ametrous\",\n        \"estrous\"\n    ],\n    \"dịrị ndụ\": [\n        \"amex\",\n        \"coexisted\",\n        \"coexistent\",\n        \"lennow\",\n        \"live\",\n        \"livered\",\n        \"unlives\"\n    ],\n    \"amna\": [\n        \"amgarn\"\n    ],\n    \"obi ebere\": [\n        \"amherstite\",\n        \"brattices\",\n        \"coemptive\",\n        \"cryopathy\",\n        \"ficklehearted\",\n        \"greatheart\",\n        \"kinder\",\n        \"kindheartedness\",\n        \"misexpress\",\n        \"misexpression\",\n        \"tenderfeet\",\n        \"tenderloin\"\n    ],\n    \"amị\": [\n        \"amy\",\n        \"amiles\",\n        \"amla\",\n        \"ampyces\",\n        \"amt\",\n        \"rousement\"\n    ],\n    \"nwee ịhụnanya\": [\n        \"amiableness\",\n        \"romanticize\",\n        \"romanticized\"\n    ],\n    \"dị ụtọ\": [\n        \"amiably\",\n        \"aromatic\",\n        \"delightsome\",\n        \"delirious\",\n        \"delirous\",\n        \"feasant\",\n        \"nitrous\",\n        \"palaic\",\n        \"palative\",\n        \"palaverous\",\n        \"pleny\",\n        \"pleomastic\",\n        \"pleonastic\",\n        \"pleural\",\n        \"pleuric\",\n        \"pleuritical\",\n        \"pleurodirous\",\n        \"tomentous\"\n    ],\n    \"amiri\": [\n        \"amiant\",\n        \"amirs\"\n    ],\n    \"nwaanyi\": [\n        \"amianthine\",\n        \"applewoman\",\n        \"baltheus\",\n        \"bastonite\",\n        \"beastie\",\n        \"bellboy\",\n        \"belverdian\",\n        \"boucl\",\n        \"boulanger\",\n        \"bowwoman\",\n        \"cheekish\",\n        \"cotenant\",\n        \"cottiform\",\n        \"cunt\",\n        \"donsy\",\n        \"faciocervical\",\n        \"fruitwoman\",\n        \"gentlewoman\",\n        \"gentlewomanish\",\n        \"gentlewomanly\",\n        \"gentlewomanlike\",\n        \"marblings\",\n        \"morphean\",\n        \"mussulwoman\",\n        \"oxammite\",\n        \"patriot\",\n        \"pauperis\",\n        \"pauperise\",\n        \"pauperiser\",\n        \"pauperising\",\n        \"piewoman\",\n        \"stuboy\",\n        \"stuporose\",\n        \"suitor\",\n        \"tartwoman\",\n        \"thrallborn\",\n        \"womanship\",\n        \"womplit\"\n    ],\n    \"Amianthus\": [\n        \"amianthus\"\n    ],\n    \"udo dị\": [\n        \"amicability\",\n        \"amicableness\",\n        \"calmnesses\"\n    ],\n    \"dị ọchị\": [\n        \"amical\",\n        \"comedically\"\n    ],\n    \"amis\": [\n        \"amice\",\n        \"emissivity\"\n    ],\n    \"mẹkpoo\": [\n        \"amiced\"\n    ],\n    \"igbu onwe\": [\n        \"amicicide\",\n        \"canicide\",\n        \"deicide\",\n        \"disilicide\",\n        \"feticide\",\n        \"filicide\",\n        \"foeticide\",\n        \"formicicide\",\n        \"formicide\",\n        \"menticide\",\n        \"miticide\",\n        \"parenticide\",\n        \"selfcide\",\n        \"selfheals\",\n        \"stillicide\",\n        \"suicidal\",\n        \"suicidally\",\n        \"suicide\",\n        \"suicides\",\n        \"suicidical\",\n        \"suiciding\",\n        \"suicidism\",\n        \"suicism\"\n    ],\n    \"amicic\": [\n        \"amicous\"\n    ],\n    \"amorrobic\": [\n        \"amicrobic\"\n    ],\n    \"n'etiti\": [\n        \"amid\",\n        \"amidase\",\n        \"amidases\",\n        \"amidate\",\n        \"amidating\",\n        \"amidic\",\n        \"amidin\",\n        \"amidol\",\n        \"amidone\",\n        \"amidships\",\n        \"amidst\",\n        \"amidulin\",\n        \"among\",\n        \"amongst\",\n        \"atween\",\n        \"between\",\n        \"betweenness\",\n        \"betwixt\",\n        \"centerward\",\n        \"centerwise\",\n        \"centrodorsally\",\n        \"interconfound\",\n        \"interdentally\",\n        \"interfraternal\",\n        \"interfrontal\",\n        \"intermiddle\",\n        \"interportal\",\n        \"interseam\",\n        \"midden\",\n        \"middes\",\n        \"middlehand\",\n        \"middlers\",\n        \"middlesail\",\n        \"middlewards\",\n        \"middleweight\",\n        \"middling\",\n        \"midlandward\",\n        \"midspaces\",\n        \"midst\",\n        \"midstead\",\n        \"midstream\",\n        \"midstreet\",\n        \"midstroke\",\n        \"midsts\",\n        \"midward\",\n        \"midwise\",\n        \"misween\",\n        \"tween\",\n        \"tweeny\",\n        \"tweenlight\"\n    ],\n    \"dị n'etiti\": [\n        \"amidated\",\n        \"amidins\",\n        \"amidism\",\n        \"amidist\",\n        \"amidoketone\",\n        \"amidols\",\n        \"centriffed\",\n        \"intermediate\",\n        \"mediumly\",\n        \"midified\",\n        \"midrange\",\n        \"midstyled\",\n        \"midstory\",\n        \"midventral\",\n        \"midverse\"\n    ],\n    \"N’etiti\": [\n        \"amidation\",\n        \"amidmost\"\n    ],\n    \"Amides\": [\n        \"amides\"\n    ],\n    \"N'etiti\": [\n        \"amidide\"\n    ],\n    \"N'ime\": [\n        \"amidine\",\n        \"amidward\"\n    ],\n    \"aminoacetophenone\": [\n        \"amidoacetophenone\"\n    ],\n    \"amido aldehyde\": [\n        \"amidoaldehyde\"\n    ],\n    \"aminoazobenzene\": [\n        \"amidoazobenzene\"\n    ],\n    \"n'etitiocyanogen\": [\n        \"amidocyanogen\"\n    ],\n    \"n'etitiofluorid\": [\n        \"amidofluorid\"\n    ],\n    \"n'etitiofluoride\": [\n        \"amidofluoride\"\n    ],\n    \"echeomyelin\": [\n        \"amidomyelin\"\n    ],\n    \"midon\": [\n        \"amidon\"\n    ],\n    \"echeosuccinamic\": [\n        \"amidosuccinamic\"\n    ],\n    \"okirikiri\": [\n        \"amidosulphonal\",\n        \"appearanced\",\n        \"bdellometer\",\n        \"belabored\",\n        \"blastocyte\",\n        \"blastocoelic\",\n        \"boomtown\",\n        \"boroughlet\",\n        \"bouchons\",\n        \"calanid\",\n        \"candelabrum\",\n        \"caudalward\",\n        \"caudicle\",\n        \"cauponation\",\n        \"ceorls\",\n        \"chalcedonies\",\n        \"cyc\",\n        \"cycle\",\n        \"cyclecar\",\n        \"cycledom\",\n        \"cyclene\",\n        \"cycles\",\n        \"cyclic\",\n        \"cyclical\",\n        \"cyclicalness\",\n        \"cyclitic\",\n        \"cyclitol\",\n        \"cyclitols\",\n        \"cyclobothra\",\n        \"cyclometer\",\n        \"cyclomyaria\",\n        \"cyclomyarian\",\n        \"cyclopedic\",\n        \"cyclopedical\",\n        \"cyclopentadiene\",\n        \"cyclopite\",\n        \"cyclorrhapha\",\n        \"cyclorrhaphous\",\n        \"cycloses\",\n        \"cyclosilicate\",\n        \"cyclosis\",\n        \"cyclospermous\",\n        \"cyclosporous\",\n        \"cyclus\",\n        \"cylindrodendrite\",\n        \"cilioscleral\",\n        \"circadian\",\n        \"circassian\",\n        \"circassic\",\n        \"circiter\",\n        \"circle\",\n        \"circled\",\n        \"circler\",\n        \"circlers\",\n        \"circles\",\n        \"circlet\",\n        \"circlets\",\n        \"circlewise\",\n        \"circocele\",\n        \"circovarian\",\n        \"circuition\",\n        \"circuitman\",\n        \"circuitous\",\n        \"circuitously\",\n        \"circuitousness\",\n        \"circuituously\",\n        \"circularity\",\n        \"circularly\",\n        \"circularness\",\n        \"circularwise\",\n        \"circule\",\n        \"circulet\",\n        \"circum\",\n        \"circumarctic\",\n        \"circumbasal\",\n        \"circumbendibus\",\n        \"circumbulbar\",\n        \"circumcallosal\",\n        \"circumcentral\",\n        \"circumciser\",\n        \"circumference\",\n        \"circumferences\",\n        \"circumferential\",\n        \"circumferentially\",\n        \"circumhorizontal\",\n        \"circumjovial\",\n        \"circumlitio\",\n        \"circumlittoral\",\n        \"circumlunar\",\n        \"circummeridional\",\n        \"circumocular\",\n        \"circumoral\",\n        \"circumpentagon\",\n        \"circumplicate\",\n        \"circumpolar\",\n        \"circumposition\",\n        \"circumsaturnian\",\n        \"circumscriber\",\n        \"circumscrive\",\n        \"circumsolar\",\n        \"circumspatial\",\n        \"circumspect\",\n        \"circumspheral\",\n        \"circumsphere\",\n        \"circumtabular\",\n        \"circumtonsillar\",\n        \"circumundulation\",\n        \"circumvallate\",\n        \"circumvallated\",\n        \"circumvascular\",\n        \"circumvest\",\n        \"circumvolution\",\n        \"cirmcumferential\",\n        \"cirque\",\n        \"cirques\",\n        \"cirratulus\",\n        \"cirribranch\",\n        \"cirripede\",\n        \"cirripedial\",\n        \"cirripeds\",\n        \"cirrocumular\",\n        \"cirrocumulative\",\n        \"cirrosely\",\n        \"cirrostratus\",\n        \"cirrous\",\n        \"cirrus\",\n        \"cirurgian\",\n        \"coelebogyne\",\n        \"corcle\",\n        \"courlans\",\n        \"currock\",\n        \"curvaceous\",\n        \"curvacious\",\n        \"curvidentate\",\n        \"darbyism\",\n        \"dartrose\",\n        \"dynamophone\",\n        \"diosmosing\",\n        \"dysodyle\",\n        \"doebird\",\n        \"flunkeyish\",\n        \"flunkyish\",\n        \"frontoauricular\",\n        \"grossularite\",\n        \"gullishness\",\n        \"haft\",\n        \"halcyonian\",\n        \"halfendeal\",\n        \"halyard\",\n        \"halke\",\n        \"haplitic\",\n        \"hemicircle\",\n        \"horizons\",\n        \"jocosely\",\n        \"jocularity\",\n        \"junkerish\",\n        \"lacuscular\",\n        \"lapfuls\",\n        \"lapises\",\n        \"lobiped\",\n        \"lobsided\",\n        \"lobular\",\n        \"lobularly\",\n        \"loopholed\",\n        \"loopholing\",\n        \"lopsided\",\n        \"lopsidedly\",\n        \"loral\",\n        \"lumbocostal\",\n        \"malaclemys\",\n        \"marblier\",\n        \"melliferous\",\n        \"middlingish\",\n        \"midheaven\",\n        \"noncircuit\",\n        \"noncircuitous\",\n        \"nongrounded\",\n        \"oversqueamishly\",\n        \"oversqueamishness\",\n        \"oversuspiciousness\",\n        \"oxylabracidae\",\n        \"oxyrhynchid\",\n        \"oxyrhynchous\",\n        \"oxyrhynchus\",\n        \"oxyrrhynchid\",\n        \"pansclerotic\",\n        \"peyotyls\",\n        \"peyotls\",\n        \"pelisse\",\n        \"pellock\",\n        \"pelviform\",\n        \"pelvigraphy\",\n        \"pelvioscopy\",\n        \"pelviotomy\",\n        \"plectre\",\n        \"prebble\",\n        \"pubourethral\",\n        \"putrescible\",\n        \"radius\",\n        \"redias\",\n        \"rollable\",\n        \"rondle\",\n        \"rotaliform\",\n        \"rotaliiform\",\n        \"rotatodentate\",\n        \"rotatores\",\n        \"rotodyne\",\n        \"rottlerin\",\n        \"rotulad\",\n        \"rotulus\",\n        \"rotundotetragonal\",\n        \"roturier\",\n        \"roughdried\",\n        \"roughscuff\",\n        \"roundhead\",\n        \"roundheadedness\",\n        \"roundy\",\n        \"roundishness\",\n        \"roundlet\",\n        \"roundnose\",\n        \"roundseam\",\n        \"roundsman\",\n        \"roundtree\",\n        \"roundworm\",\n        \"roundworms\",\n        \"saponaceous\",\n        \"saughs\",\n        \"scoad\",\n        \"scoloc\",\n        \"scoured\",\n        \"semicircled\",\n        \"semidisabled\",\n        \"semiregular\",\n        \"shoddyism\",\n        \"shood\",\n        \"shoq\",\n        \"siccaneous\",\n        \"sicyonian\",\n        \"sordor\",\n        \"sphaeriaceous\",\n        \"spheral\",\n        \"spherality\",\n        \"sphere\",\n        \"spherelike\",\n        \"spheres\",\n        \"sphery\",\n        \"sphericity\",\n        \"sphericities\",\n        \"sphericle\",\n        \"sphericotriangular\",\n        \"spherier\",\n        \"spherular\",\n        \"spherule\",\n        \"spherules\",\n        \"spontaneousness\",\n        \"styledom\",\n        \"stylotypite\",\n        \"talocrural\",\n        \"taqlid\",\n        \"thoke\",\n        \"tholance\",\n        \"thone\",\n        \"thoriferous\",\n        \"threpe\",\n        \"torcular\",\n        \"torridonian\",\n        \"umiacks\",\n        \"unspontaneousness\",\n        \"uricotelic\",\n        \"urocyst\",\n        \"vagabondized\",\n        \"vibraphonist\",\n        \"vibroscopic\",\n        \"vulcanian\",\n        \"whirlbone\",\n        \"whirr\",\n        \"whirrey\"\n    ],\n    \"udoothiazole\": [\n        \"amidothiazole\"\n    ],\n    \"Amarachi\": [\n        \"amidrazone\",\n        \"briggsian\",\n        \"lilian\"\n    ],\n    \"mmmiri\": [\n        \"amids\"\n    ],\n    \"amasi\": [\n        \"amidship\"\n    ],\n    \"N’etiti mmiri\": [\n        \"amidstream\"\n    ],\n    \"amịlị\": [\n        \"amyelic\",\n        \"amylic\",\n        \"amylums\",\n        \"amlikar\",\n        \"ampery\",\n        \"amphicarpic\",\n        \"amphicyrtic\",\n        \"milliards\"\n    ],\n    \"Amygdal\": [\n        \"amygdal\"\n    ],\n    \"Amygdale\": [\n        \"amygdale\"\n    ],\n    \"Amygdalic\": [\n        \"amygdalic\"\n    ],\n    \"amịkọ\": [\n        \"amigos\"\n    ],\n    \"amịl\": [\n        \"amyl\",\n        \"amoles\"\n    ],\n    \"amịlasị\": [\n        \"amylases\"\n    ],\n    \"Ogwugwu\": [\n        \"amylate\",\n        \"climactic\",\n        \"drudgers\",\n        \"engross\",\n        \"engrosses\",\n        \"gaudery\",\n        \"incests\",\n        \"micks\",\n        \"opprobrium\"\n    ],\n    \"Oghenefeji\": [\n        \"amylenes\"\n    ],\n    \"amiliferous\": [\n        \"amyliferous\"\n    ],\n    \"Amylogen\": [\n        \"amylogen\"\n    ],\n    \"amịlometa\": [\n        \"amylometer\"\n    ],\n    \"amịlon\": [\n        \"amylon\"\n    ],\n    \"amịla\": [\n        \"amyls\"\n    ],\n    \"amiluria\": [\n        \"amyluria\"\n    ],\n    \"amini\": [\n        \"aminate\",\n        \"amine\",\n        \"amines\",\n        \"aminic\",\n        \"ammines\"\n    ],\n    \"amind\": [\n        \"aminded\"\n    ],\n    \"aminotiophen\": [\n        \"aminothiophen\"\n    ],\n    \"Aminsin\": [\n        \"amins\"\n    ],\n    \"obi ụtọ\": [\n        \"amyous\",\n        \"bepraisement\",\n        \"delightedly\",\n        \"delightedness\",\n        \"delightfully\",\n        \"eclated\",\n        \"ecstasy\",\n        \"elatedness\",\n        \"elation\",\n        \"enjoyable\",\n        \"enthralldom\",\n        \"enthrallment\",\n        \"enthrallments\",\n        \"enthralment\",\n        \"enthrill\",\n        \"enthuse\",\n        \"excystation\",\n        \"excystment\",\n        \"excited\",\n        \"excitedly\",\n        \"excitedness\",\n        \"excites\",\n        \"excortication\",\n        \"exhilarated\",\n        \"exhilaration\",\n        \"fellation\",\n        \"fondled\",\n        \"fondlingly\",\n        \"gallingly\",\n        \"gladdens\",\n        \"gladder\",\n        \"gladiolar\",\n        \"gladiole\",\n        \"gladioli\",\n        \"gladiolus\",\n        \"gladioluses\",\n        \"gladkaite\",\n        \"gladrags\",\n        \"gluteal\",\n        \"gond\",\n        \"gondite\",\n        \"grippy\",\n        \"grippiness\",\n        \"gullability\",\n        \"gusto\",\n        \"happy\",\n        \"happiness\",\n        \"indulgentness\",\n        \"jotation\",\n        \"luxuriety\",\n        \"merry\",\n        \"mirth\",\n        \"overfondness\",\n        \"pleasance\",\n        \"pleasant\",\n        \"pleasedness\",\n        \"pleasurement\",\n        \"pleasures\",\n        \"plesance\",\n        \"succiniferous\",\n        \"thrillful\",\n        \"thrillfully\",\n        \"thrillingly\",\n        \"thrillingness\",\n        \"thrills\",\n        \"undelighted\",\n        \"unfondled\"\n    ],\n    \"Amiral\": [\n        \"amiral\"\n    ],\n    \"Amyraldism\": [\n        \"amyraldism\"\n    ],\n    \"onyeka onwenu\": [\n        \"amyraldist\",\n        \"blepharoclonus\",\n        \"borotungstic\",\n        \"breviloquence\",\n        \"dreamier\",\n        \"entomolegist\",\n        \"episarkine\",\n        \"epitomiser\",\n        \"fantastico\",\n        \"mesaticephaly\",\n        \"mesepithelial\",\n        \"mesmerist\",\n        \"mesotympanic\",\n        \"musquashroot\",\n        \"musselcracker\",\n        \"palaeechinoidean\",\n        \"pamprodactylous\",\n        \"petronellier\",\n        \"philotheosophical\",\n        \"pilgarlicky\",\n        \"podostemonaceous\",\n        \"praefectorial\",\n        \"praenomens\",\n        \"spinotuberculous\",\n        \"stenographist\",\n        \"stylohyoideus\",\n        \"stylopharyngeal\",\n        \"stirpiculturist\",\n        \"sulphantimonious\",\n        \"torricellian\",\n        \"vitellus\"\n    ],\n    \"amira\": [\n        \"amirate\"\n    ],\n    \"Amirates\": [\n        \"amirates\"\n    ],\n    \"Amire\": [\n        \"amire\"\n    ],\n    \"amịris\": [\n        \"amyris\"\n    ],\n    \"Ogheri\": [\n        \"amyroot\"\n    ],\n    \"amish go\": [\n        \"amishgo\"\n    ],\n    \"amiss\": [\n        \"amissing\"\n    ],\n    \"degharia\": [\n        \"amitate\",\n        \"repartitionable\",\n        \"reregister\"\n    ],\n    \"amitosị\": [\n        \"amitoses\"\n    ],\n    \"Ameli\": [\n        \"amli\"\n    ],\n    \"n'ogologo\": [\n        \"amlong\",\n        \"degreewise\",\n        \"farforthly\",\n        \"lengthwise\",\n        \"thoft\"\n    ],\n    \"amuru\": [\n        \"ammer\",\n        \"bacis\",\n        \"begotten\",\n        \"birn\",\n        \"born\",\n        \"cilantros\"\n    ],\n    \"ammita\": [\n        \"ammeter\"\n    ],\n    \"ọla edo\": [\n        \"ammeters\",\n        \"becovet\",\n        \"beribers\",\n        \"brassages\",\n        \"brasseries\",\n        \"gilberts\",\n        \"gold\",\n        \"goldarn\",\n        \"goldarned\",\n        \"goldarnedest\",\n        \"goldarns\",\n        \"goldbricker\",\n        \"goldbrickers\",\n        \"goldbug\",\n        \"goldbugs\",\n        \"goldcrest\",\n        \"goldeyes\",\n        \"golden\",\n        \"goldenback\",\n        \"goldener\",\n        \"goldenest\",\n        \"goldenfleece\",\n        \"goldenhair\",\n        \"goldenly\",\n        \"goldenlocks\",\n        \"goldenmouthed\",\n        \"goldenness\",\n        \"goldenrods\",\n        \"goldenseal\",\n        \"goldy\",\n        \"goldilocks\",\n        \"goldylocks\",\n        \"goldish\",\n        \"goldminer\",\n        \"goldseed\",\n        \"goldsmithery\",\n        \"goldsmithing\",\n        \"goldsmithry\",\n        \"goldtail\",\n        \"goldurn\",\n        \"goldurns\",\n        \"goldweed\",\n        \"goldwork\",\n        \"yellowbellies\",\n        \"yellowberry\",\n        \"yellowberries\",\n        \"yellowbill\",\n        \"jewelweeds\",\n        \"metalliferous\",\n        \"oxbird\",\n        \"silbergroschen\",\n        \"silverbeater\",\n        \"silverier\",\n        \"silveriest\",\n        \"silverskin\",\n        \"silverwood\"\n    ],\n    \"Ammiaceous\": [\n        \"ammiaceous\"\n    ],\n    \"aminu\": [\n        \"ammino\",\n        \"amnic\"\n    ],\n    \"ọchịagha\": [\n        \"ammiral\",\n        \"captained\",\n        \"centurion\",\n        \"commandant\",\n        \"commander\",\n        \"commandership\",\n        \"commandress\",\n        \"trooper\"\n    ],\n    \"ndi ammit\": [\n        \"ammites\"\n    ],\n    \"amonia\": [\n        \"ammonia\",\n        \"ammonias\",\n        \"ammonic\"\n    ],\n    \"na-emekọ ihe\": [\n        \"ammoniate\",\n        \"calenturing\",\n        \"collaborating\",\n        \"columnizing\",\n        \"companionizing\",\n        \"interaccuse\",\n        \"interaccusing\",\n        \"intercombining\",\n        \"intergrappling\",\n        \"interlarding\",\n        \"intermingling\",\n        \"interpenetrating\",\n        \"interpilastering\",\n        \"interweaving\",\n        \"interwreathing\",\n        \"loricating\",\n        \"polytheize\",\n        \"synodically\"\n    ],\n    \"ammoni\": [\n        \"ammoniated\"\n    ],\n    \"na-atụgharị uche\": [\n        \"ammoniating\",\n        \"asepticizing\",\n        \"bedazzling\",\n        \"befleaing\",\n        \"begazing\",\n        \"beguiling\",\n        \"bejewelling\",\n        \"belating\",\n        \"belching\",\n        \"belibeling\",\n        \"belying\",\n        \"bellying\",\n        \"bellowing\",\n        \"bemuzzling\",\n        \"beplaided\",\n        \"bifurcating\",\n        \"concelebrating\",\n        \"concinnating\",\n        \"connivingly\",\n        \"contemplable\",\n        \"contemplate\",\n        \"contemplating\",\n        \"contemplatingly\",\n        \"contemplative\",\n        \"contemporising\",\n        \"contemporize\",\n        \"contemporized\",\n        \"contemporizing\",\n        \"cudgelling\",\n        \"dematiaceous\",\n        \"depurative\",\n        \"desubstantialize\",\n        \"deviative\",\n        \"enplaning\",\n        \"entreprenant\",\n        \"envisaging\",\n        \"envisioning\",\n        \"gynantherous\",\n        \"gusseted\",\n        \"hyperemphasizing\",\n        \"hypersensitised\",\n        \"hyperspeculatively\",\n        \"hyping\",\n        \"hyposensitize\",\n        \"houting\",\n        \"implial\",\n        \"inclinatorily\",\n        \"inditing\",\n        \"intonating\",\n        \"inusitate\",\n        \"inveighing\",\n        \"iridectomised\",\n        \"kenning\",\n        \"lethargical\",\n        \"meditates\",\n        \"meditating\",\n        \"meditatingly\",\n        \"medize\",\n        \"misatoning\",\n        \"misemphasizing\",\n        \"mismeasuring\",\n        \"miting\",\n        \"mnemonizing\",\n        \"mustering\",\n        \"nosing\",\n        \"opsonifying\",\n        \"overagitating\",\n        \"overdiffusing\",\n        \"overobjectifying\",\n        \"panting\",\n        \"ponder\",\n        \"ponderate\",\n        \"ponderative\",\n        \"pondering\",\n        \"ponderingly\",\n        \"ponderling\",\n        \"ponying\",\n        \"preexcusing\",\n        \"puckling\",\n        \"reagitating\",\n        \"reeling\",\n        \"reemigrating\",\n        \"reendorsing\",\n        \"reposeful\",\n        \"reposefully\",\n        \"retromingent\",\n        \"soberizing\",\n        \"somersaulting\",\n        \"spatteringly\",\n        \"speculating\",\n        \"spindling\",\n        \"spunking\",\n        \"squints\",\n        \"suppositious\",\n        \"supposititious\",\n        \"supposititiously\",\n        \"tunful\",\n        \"unconsideringly\",\n        \"unemotioned\",\n        \"ungrowling\",\n        \"uproariously\"\n    ],\n    \"ammoniacal\": [\n        \"ammonical\"\n    ],\n    \"kelechi\": [\n        \"ammonified\",\n        \"arryish\",\n        \"belesprit\",\n        \"callipygous\",\n        \"cancrisocial\",\n        \"cautelous\",\n        \"cephalad\",\n        \"comfy\",\n        \"corolliferous\",\n        \"cryptodouble\",\n        \"crypturi\",\n        \"cuddlier\",\n        \"desoxalic\",\n        \"domineeringly\",\n        \"ectypal\",\n        \"ecttypal\",\n        \"ephraimitish\",\n        \"fathearted\",\n        \"forebye\",\n        \"ganglionated\",\n        \"greiges\",\n        \"grenier\",\n        \"grewsome\",\n        \"grewsomest\",\n        \"heptastich\",\n        \"humphrey\",\n        \"yauped\",\n        \"junkerdom\",\n        \"junketed\",\n        \"lobellated\",\n        \"palliatively\",\n        \"rabic\",\n        \"rarefy\",\n        \"rowleyan\",\n        \"saligram\",\n        \"salleeman\",\n        \"salleemen\",\n        \"sallowy\",\n        \"sharepenny\",\n        \"violety\",\n        \"warmus\"\n    ],\n    \"amọnite\": [\n        \"ammonite\"\n    ],\n    \"ndi-Ammoni\": [\n        \"ammonites\"\n    ],\n    \"ammonite\": [\n        \"ammonitess\"\n    ],\n    \"ammonium\": [\n        \"ammoniums\"\n    ],\n    \"ammonisation\": [\n        \"ammonization\"\n    ],\n    \"ọgwụ mgbochi\": [\n        \"ammotherapy\",\n        \"anesthesis\",\n        \"antiantidote\",\n        \"antibalm\",\n        \"anticapitalist\",\n        \"anticker\",\n        \"anticoagulant\",\n        \"anticoagulants\",\n        \"anticosmetic\",\n        \"anticosmetics\",\n        \"antidepressant\",\n        \"antidepressants\",\n        \"antidictionary\",\n        \"antidiuretic\",\n        \"antidotary\",\n        \"antidotes\",\n        \"antidoting\",\n        \"antidraft\",\n        \"antidrug\",\n        \"antifermentative\",\n        \"antimaterialist\",\n        \"antimedicative\",\n        \"antimilitary\",\n        \"antimissionary\",\n        \"antipasti\",\n        \"antipasto\",\n        \"antipastos\",\n        \"antipestilent\",\n        \"antipyics\",\n        \"antipill\",\n        \"antipyretics\",\n        \"antirape\",\n        \"antismoking\",\n        \"antiuratic\",\n        \"antivaccinationist\",\n        \"antivitamin\",\n        \"crustalogy\",\n        \"hyperaemic\",\n        \"hyperaesthesia\",\n        \"hyperaesthetic\",\n        \"hyperalgesic\",\n        \"hyperimmunization\",\n        \"hyperimmunizing\",\n        \"hyperorthognathy\",\n        \"hyperoxidation\",\n        \"hypesthesic\",\n        \"hypnic\",\n        \"hypnology\",\n        \"hypnotics\",\n        \"hypospray\",\n        \"immunochemical\",\n        \"immunochemistry\",\n        \"immunologic\",\n        \"immunologies\",\n        \"immunotherapies\",\n        \"intrapyretic\",\n        \"invaccination\",\n        \"provaccination\",\n        \"vaccinator\",\n        \"vaccinatory\",\n        \"vaccinators\",\n        \"vaccines\",\n        \"vaccinotherapy\"\n    ],\n    \"mgboagha\": [\n        \"ammunition\",\n        \"debunk\",\n        \"debunkment\",\n        \"muggily\",\n        \"mugginess\",\n        \"muggings\"\n    ],\n    \"mmenyenu\": [\n        \"amnemonic\",\n        \"mnemonic\"\n    ],\n    \"amnesiac\": [\n        \"amnesias\",\n        \"amnesic\"\n    ],\n    \"amniche\": [\n        \"amnestic\"\n    ],\n    \"nwee obi ebere\": [\n        \"amnestied\",\n        \"beneurous\",\n        \"countersympathy\",\n        \"libellous\",\n        \"libelous\",\n        \"philanthropic\",\n        \"pitiedly\",\n        \"pitiful\",\n        \"supersympathetic\",\n        \"tenderhearted\",\n        \"tenderheartedly\",\n        \"tenderheartedness\"\n    ],\n    \"na-eme ebere\": [\n        \"amnestying\",\n        \"merciful\",\n        \"philogenitive\",\n        \"pitifuller\",\n        \"pitifullest\",\n        \"pitifully\",\n        \"pitying\",\n        \"pontificating\",\n        \"sympathising\",\n        \"sympathisingly\",\n        \"sympathizing\"\n    ],\n    \"ime anumanu\": [\n        \"amniatic\"\n    ],\n    \"amnes\": [\n        \"amnions\"\n    ],\n    \"mmiri ara\": [\n        \"amniotic\",\n        \"drowses\",\n        \"milk\",\n        \"milkweed\",\n        \"naigue\",\n        \"teats\"\n    ],\n    \"amọbụ\": [\n        \"amober\"\n    ],\n    \"Amoebean\": [\n        \"amoebean\"\n    ],\n    \"Amoebic\": [\n        \"amoebic\"\n    ],\n    \"na-echekwa\": [\n        \"amoinder\",\n        \"coattending\",\n        \"conserves\",\n        \"conserving\",\n        \"cudgeling\",\n        \"dissaving\",\n        \"manumits\",\n        \"nongerminating\",\n        \"overprotecting\",\n        \"oversecuring\",\n        \"palminerved\",\n        \"poring\",\n        \"reattempting\",\n        \"remerging\",\n        \"rescoring\",\n        \"salvaging\",\n        \"secures\",\n        \"subserving\",\n        \"supersensitising\",\n        \"unsavoredly\"\n    ],\n    \"Amole\": [\n        \"amole\"\n    ],\n    \"Amolish\": [\n        \"amolish\"\n    ],\n    \"ndota\": [\n        \"amollish\",\n        \"embroil\",\n        \"guddle\",\n        \"lodgepole\"\n    ],\n    \"amọmis\": [\n        \"amomis\"\n    ],\n    \"Amor\": [\n        \"amor\"\n    ],\n    \"onodu ihe\": [\n        \"amoralism\"\n    ],\n    \"ezi uche\": [\n        \"amorality\",\n        \"aptitudes\",\n        \"coessentiality\",\n        \"coeternally\",\n        \"connotive\",\n        \"copiosity\",\n        \"curatess\",\n        \"declivous\",\n        \"deliquescent\",\n        \"delirant\",\n        \"discerptive\",\n        \"discreation\",\n        \"discrepance\",\n        \"discrepantly\",\n        \"discrepation\",\n        \"discrepencies\",\n        \"discreteness\",\n        \"discretion\",\n        \"discretional\",\n        \"discretionally\",\n        \"discretionary\",\n        \"discretionarily\",\n        \"discretiveness\",\n        \"discruciate\",\n        \"encushion\",\n        \"epithelialize\",\n        \"logical\",\n        \"logicality\",\n        \"logicalness\",\n        \"logicity\",\n        \"loginess\",\n        \"miscal\",\n        \"miscensuring\",\n        \"misconceive\",\n        \"miscreative\",\n        \"misdecide\",\n        \"misfond\",\n        \"misperceive\",\n        \"mispoint\",\n        \"mispoising\",\n        \"opinionable\",\n        \"overrealism\",\n        \"overrealistic\",\n        \"plausibility\",\n        \"plausibleness\",\n        \"pointfulness\",\n        \"preterseasonable\",\n        \"prorealistic\",\n        \"prudential\",\n        \"rationable\",\n        \"rationably\",\n        \"rational\",\n        \"rationalisation\",\n        \"rationalised\",\n        \"rationalism\",\n        \"rationalistic\",\n        \"rationalistical\",\n        \"rationalisticism\",\n        \"rationality\",\n        \"rationalities\",\n        \"rationalizable\",\n        \"rationalization\",\n        \"rationalizations\",\n        \"rationalized\",\n        \"rationally\",\n        \"rationalness\",\n        \"rationals\",\n        \"realistic\",\n        \"realisticize\",\n        \"realisticness\",\n        \"reasonability\",\n        \"reasonable\",\n        \"reasonableness\",\n        \"reasonably\",\n        \"reasonal\",\n        \"reasonlessness\",\n        \"rudimental\",\n        \"senseful\",\n        \"sensible\",\n        \"sensibleness\",\n        \"sensiblest\",\n        \"sensical\",\n        \"sensific\",\n        \"sensistic\",\n        \"shrewdness\",\n        \"thoughtfulness\",\n        \"tragicality\",\n        \"tragicalness\",\n        \"ultrareactionary\",\n        \"veristic\"\n    ],\n    \"na-emegharị ọnụ\": [\n        \"amoralize\"\n    ],\n    \"Amoren\": [\n        \"amoret\"\n    ],\n    \"ndi amorist\": [\n        \"amorists\"\n    ],\n    \"Amorite\": [\n        \"amorite\"\n    ],\n    \"amoritik\": [\n        \"amoritic\"\n    ],\n    \"amoritor\": [\n        \"amoritish\"\n    ],\n    \"ututu\": [\n        \"amornings\",\n        \"amowt\",\n        \"kirning\",\n        \"mornette\",\n        \"morning\",\n        \"morningtide\"\n    ],\n    \"na-atọ ọchị\": [\n        \"amorous\",\n        \"amusing\",\n        \"bemusing\",\n        \"comic\",\n        \"comically\",\n        \"comitative\",\n        \"comites\",\n        \"comournful\",\n        \"funiculate\",\n        \"humorously\",\n        \"humorproof\",\n        \"humourful\",\n        \"seditious\",\n        \"tousing\",\n        \"turriferous\"\n    ],\n    \"ọchị\": [\n        \"amorously\",\n        \"amusedly\",\n        \"amuses\",\n        \"bemirement\",\n        \"bemires\",\n        \"clemmed\",\n        \"clownage\",\n        \"clownship\",\n        \"comicry\",\n        \"finnier\",\n        \"finniest\",\n        \"fun\",\n        \"funicular\",\n        \"funking\",\n        \"funned\",\n        \"funnier\",\n        \"funniest\",\n        \"funniness\",\n        \"gigged\",\n        \"giggish\",\n        \"gigglement\",\n        \"giggles\",\n        \"giggly\",\n        \"gigglish\",\n        \"gisement\",\n        \"glamours\",\n        \"humation\",\n        \"humor\",\n        \"humoresque\",\n        \"humorology\",\n        \"humors\",\n        \"humour\",\n        \"humoured\",\n        \"jeeringly\",\n        \"jest\",\n        \"joch\",\n        \"jocks\",\n        \"joyances\",\n        \"joked\",\n        \"jokesome\",\n        \"jokesomeness\",\n        \"jorams\",\n        \"jough\",\n        \"jouked\",\n        \"jouking\",\n        \"joutes\",\n        \"jowars\",\n        \"jute\",\n        \"kmole\",\n        \"laighs\",\n        \"laughableness\",\n        \"laughably\",\n        \"laugher\",\n        \"laughs\",\n        \"laughsome\",\n        \"laughterless\",\n        \"ridiculously\",\n        \"sarcler\",\n        \"sarcodous\",\n        \"smilacaceous\",\n        \"smilaceae\",\n        \"smilacin\",\n        \"smilacina\",\n        \"smilaxes\",\n        \"smilodon\",\n        \"tactor\",\n        \"unlaugh\",\n        \"unridiculously\"\n    ],\n    \"ihu ọchị\": [\n        \"amorousness\",\n        \"gleety\",\n        \"humoralism\"\n    ],\n    \"Amorf\": [\n        \"amorph\"\n    ],\n    \"amorfa\": [\n        \"amorpha\"\n    ],\n    \"amorhị\": [\n        \"amorphi\"\n    ],\n    \"amọfia\": [\n        \"amorphia\"\n    ],\n    \"amorphism\": [\n        \"amorphinism\"\n    ],\n    \"amorhism\": [\n        \"amorphism\"\n    ],\n    \"amorphous\": [\n        \"amorphousness\"\n    ],\n    \"amortized\": [\n        \"amortised\"\n    ],\n    \"na-egbu maramara\": [\n        \"amortising\",\n        \"crispening\",\n        \"crisping\",\n        \"dawting\",\n        \"erucivorous\",\n        \"filibustrous\",\n        \"fishifying\",\n        \"flashing\",\n        \"flashingly\",\n        \"flashings\",\n        \"garrotting\",\n        \"glabrous\",\n        \"glistening\",\n        \"glisteningly\",\n        \"glittering\",\n        \"glitteringly\",\n        \"glitters\",\n        \"glittersome\",\n        \"glossed\",\n        \"glossing\",\n        \"latirostrous\",\n        \"lumbersome\",\n        \"paresthetic\",\n        \"peptizing\",\n        \"polished\",\n        \"polishedly\",\n        \"polishedness\",\n        \"polishes\",\n        \"polishing\",\n        \"shimmeringly\",\n        \"sleekening\",\n        \"slickens\",\n        \"smothering\",\n        \"sparky\",\n        \"sparkingly\",\n        \"sparkler\",\n        \"sparklers\",\n        \"sparklet\",\n        \"sparkling\",\n        \"sparklingly\",\n        \"sparkplugging\",\n        \"sulphurizing\"\n    ],\n    \"ndi mmadu\": [\n        \"amortissement\",\n        \"areographical\",\n        \"aryanism\",\n        \"banians\",\n        \"beings\",\n        \"binitarianism\",\n        \"bunkmates\",\n        \"carmen\",\n        \"civilizers\",\n        \"cranemen\",\n        \"dalespeople\",\n        \"dopinesses\",\n        \"elute\",\n        \"folkland\",\n        \"folksongs\",\n        \"humanism\",\n        \"humanistical\",\n        \"humanists\",\n        \"humanities\",\n        \"humanitymonger\",\n        \"individuums\",\n        \"inhumanities\",\n        \"isoplere\",\n        \"isopleural\",\n        \"lividities\",\n        \"manysidedness\",\n        \"manuevers\",\n        \"massagists\",\n        \"mutants\",\n        \"nonhumanistic\",\n        \"nonmanual\",\n        \"outteasing\",\n        \"populationistic\",\n        \"procession\",\n        \"siderism\",\n        \"tridents\",\n        \"waxinesses\"\n    ],\n    \"Amorisseur\": [\n        \"amortisseur\"\n    ],\n    \"Amos\": [\n        \"amos\"\n    ],\n    \"Amoskeag\": [\n        \"amoskeag\"\n    ],\n    \"mkpọtụ\": [\n        \"amotions\",\n        \"anises\",\n        \"balaclava\",\n        \"balladical\",\n        \"balladry\",\n        \"ballasts\",\n        \"bangles\",\n        \"beaks\",\n        \"beep\",\n        \"beeped\",\n        \"beeper\",\n        \"beepers\",\n        \"beeping\",\n        \"beeps\",\n        \"befinger\",\n        \"befingers\",\n        \"beflags\",\n        \"befleck\",\n        \"behedge\",\n        \"beknights\",\n        \"belection\",\n        \"bemock\",\n        \"bemocks\",\n        \"blips\",\n        \"boisterously\",\n        \"boisterousness\",\n        \"boobery\",\n        \"booing\",\n        \"buccaning\",\n        \"buccanning\",\n        \"bucolical\",\n        \"buhls\",\n        \"bumtrap\",\n        \"bursiform\",\n        \"bustles\",\n        \"buxus\",\n        \"buzzerphone\",\n        \"buzzes\",\n        \"buzzwigs\",\n        \"cadginess\",\n        \"campbell\",\n        \"chuckling\",\n        \"convocational\",\n        \"crackability\",\n        \"cringles\",\n        \"crystalligerous\",\n        \"crowbill\",\n        \"crowdy\",\n        \"cucurbits\",\n        \"decongests\",\n        \"drumbles\",\n        \"elocution\",\n        \"elocutionary\",\n        \"enunciability\",\n        \"enunciatively\",\n        \"enunciator\",\n        \"enunciatory\",\n        \"eolation\",\n        \"firbolg\",\n        \"gibbus\",\n        \"grummets\",\n        \"gurgles\",\n        \"gurglets\",\n        \"hiss\",\n        \"hissings\",\n        \"hoarness\",\n        \"hoarseness\",\n        \"yeuking\",\n        \"jarlship\",\n        \"knobby\",\n        \"knockemdown\",\n        \"lamellated\",\n        \"lanigerous\",\n        \"larkspurs\",\n        \"locomoting\",\n        \"locomotion\",\n        \"logginess\",\n        \"loudishness\",\n        \"loudmouth\",\n        \"loudmouths\",\n        \"macerator\",\n        \"molluscs\",\n        \"moudy\",\n        \"mousery\",\n        \"mousy\",\n        \"muggles\",\n        \"mumblings\",\n        \"naethings\",\n        \"nautches\",\n        \"noes\",\n        \"noesises\",\n        \"noyous\",\n        \"noise\",\n        \"noised\",\n        \"noisefulness\",\n        \"noisemake\",\n        \"noiseproof\",\n        \"noises\",\n        \"noisette\",\n        \"noisier\",\n        \"noisiest\",\n        \"noisiness\",\n        \"noshed\",\n        \"nosier\",\n        \"nosiest\",\n        \"nosings\",\n        \"nunciative\",\n        \"oases\",\n        \"oblectation\",\n        \"ocelligerous\",\n        \"osculant\",\n        \"parangs\",\n        \"phocenate\",\n        \"phoebes\",\n        \"phonated\",\n        \"phonates\",\n        \"phonation\",\n        \"phonies\",\n        \"picot\",\n        \"pinfolds\",\n        \"plectra\",\n        \"promonarchicalness\",\n        \"quarks\",\n        \"raggedness\",\n        \"ragging\",\n        \"raggle\",\n        \"raggles\",\n        \"ragshag\",\n        \"rambles\",\n        \"ratooners\",\n        \"rattlingness\",\n        \"roisterously\",\n        \"rumbles\",\n        \"rumblings\",\n        \"rumbustion\",\n        \"rumbustiousness\",\n        \"sciolous\",\n        \"scrolly\",\n        \"shags\",\n        \"showoffishness\",\n        \"snipebill\",\n        \"snipesbill\",\n        \"snippety\",\n        \"snobling\",\n        \"snoek\",\n        \"snuffiest\",\n        \"snuffing\",\n        \"snuffly\",\n        \"snuffliest\",\n        \"somersault\",\n        \"squeaker\",\n        \"squeakers\",\n        \"squeaky\",\n        \"squeakier\",\n        \"squeakiest\",\n        \"squeakiness\",\n        \"squeaklet\",\n        \"squeaks\",\n        \"squeald\",\n        \"squealed\",\n        \"squealer\",\n        \"squeals\",\n        \"squeamy\",\n        \"squeamish\",\n        \"squeamishly\",\n        \"squeamishness\",\n        \"squeamous\",\n        \"squeasy\",\n        \"squeel\",\n        \"tacahout\",\n        \"tampang\",\n        \"tapetal\",\n        \"telarly\",\n        \"thrumble\",\n        \"thrummier\",\n        \"thrumwort\",\n        \"tiver\",\n        \"tribrachs\",\n        \"tuneableness\",\n        \"tunelessness\",\n        \"unboisterous\",\n        \"unboisterously\",\n        \"unboisterousness\",\n        \"unslanderously\",\n        \"upbubble\",\n        \"vibices\",\n        \"vocalisations\",\n        \"vocatively\",\n        \"voetstoots\",\n        \"volacious\",\n        \"whinnock\",\n        \"whumps\"\n    ],\n    \"ichekwa\": [\n        \"amounts\",\n        \"dovening\",\n        \"partied\",\n        \"safekeeping\",\n        \"saving\",\n        \"secularize\",\n        \"stockholding\"\n    ],\n    \"onye ochichi\": [\n        \"amourist\",\n        \"cameralist\",\n        \"candider\",\n        \"colonist\",\n        \"decrier\",\n        \"dictyotic\",\n        \"diplomatic\",\n        \"feudatorial\",\n        \"goffer\",\n        \"gopher\",\n        \"gopherman\",\n        \"governeress\",\n        \"governmentalist\",\n        \"predonor\",\n        \"ruler\",\n        \"rupestrian\",\n        \"tetrandrian\",\n        \"theocrat\",\n        \"theocratist\",\n        \"theraputant\",\n        \"underlawyer\",\n        \"woader\"\n    ],\n    \"awa\": [\n        \"amours\",\n        \"houris\",\n        \"hours\",\n        \"jours\"\n    ],\n    \"nweghi ike\": [\n        \"amovability\",\n        \"benightedness\",\n        \"biformity\",\n        \"overthinness\",\n        \"tribophosphorescence\",\n        \"uniungulate\"\n    ],\n    \"Amaka\": [\n        \"ampelidaceous\",\n        \"glib\",\n        \"jerrids\",\n        \"jorden\",\n        \"lilly\"\n    ],\n    \"Ekwentị\": [\n        \"ampelideous\",\n        \"dishonesties\",\n        \"disulphone\",\n        \"disulphonic\",\n        \"mistrusts\",\n        \"splutters\",\n        \"stellularly\"\n    ],\n    \"ihe atụ\": [\n        \"ampelite\",\n        \"antitypic\",\n        \"antitypical\",\n        \"apodeictical\",\n        \"bifacial\",\n        \"biflorous\",\n        \"comparator\",\n        \"coprecipitated\",\n        \"emblematic\",\n        \"emblematical\",\n        \"emblematically\",\n        \"emparadise\",\n        \"epharmony\",\n        \"epideictical\",\n        \"euxenites\",\n        \"exampled\",\n        \"examples\",\n        \"exampless\",\n        \"exemplification\",\n        \"exemplificational\",\n        \"explees\",\n        \"figura\",\n        \"figurable\",\n        \"figural\",\n        \"figurate\",\n        \"figurations\",\n        \"figurative\",\n        \"figurativeness\",\n        \"figurato\",\n        \"figury\",\n        \"figurial\",\n        \"illustrated\",\n        \"illustration\",\n        \"illustrational\",\n        \"illustrations\",\n        \"illustrative\",\n        \"illustratory\",\n        \"illustricity\",\n        \"illustrious\",\n        \"illustrissimo\",\n        \"illustrous\",\n        \"illutation\",\n        \"likenesses\",\n        \"metaphors\",\n        \"nonexemplary\",\n        \"parableptic\",\n        \"parabolical\",\n        \"paraphrast\",\n        \"paraphrastical\",\n        \"parasols\",\n        \"patternable\",\n        \"picturableness\",\n        \"preillustration\",\n        \"semirespectable\",\n        \"symbolaeography\",\n        \"symbolatry\",\n        \"symbolatrous\",\n        \"symbolical\",\n        \"symbolofideism\",\n        \"symbolography\",\n        \"symbolology\",\n        \"symbouleutic\",\n        \"unample\",\n        \"unexemplary\"\n    ],\n    \"ampolosicyos\": [\n        \"ampelosicyos\"\n    ],\n    \"amperemeta\": [\n        \"amperemeter\"\n    ],\n    \"amperometa\": [\n        \"amperometer\"\n    ],\n    \"ebe nile\": [\n        \"ampersand\",\n        \"ampersands\",\n        \"eucre\",\n        \"omnipresence\",\n        \"omnipresent\",\n        \"omnipresently\",\n        \"ubiety\",\n        \"ubieties\",\n        \"ubique\",\n        \"ubiquious\",\n        \"ubiquist\",\n        \"ubiquitary\",\n        \"ubiquitarian\",\n        \"ubiquitarianism\",\n        \"ubiquity\",\n        \"ubiquities\",\n        \"ubiquitous\",\n        \"ubiquitousness\"\n    ],\n    \"alphanthia\": [\n        \"amphanthia\"\n    ],\n    \"amphetamine\": [\n        \"amphetamines\"\n    ],\n    \"afikpo\": [\n        \"amphiarthrodial\"\n    ],\n    \"Nkwonkwo\": [\n        \"amphibiontic\",\n        \"ampuls\",\n        \"ouds\"\n    ],\n    \"Amụma\": [\n        \"amphibiotic\",\n        \"emrode\",\n        \"praediality\",\n        \"preexperience\",\n        \"pseudofamous\",\n        \"pseudomantic\",\n        \"pseudooriental\",\n        \"shimmied\",\n        \"tlr\"\n    ],\n    \"Nkwupụta ụda\": [\n        \"amphibiousness\"\n    ],\n    \"ọrịa amphiblestritis\": [\n        \"amphiblestritis\"\n    ],\n    \"ọfụma\": [\n        \"amphicribral\",\n        \"byordinary\",\n        \"bonitarian\",\n        \"bonniness\",\n        \"bonsoir\",\n        \"bonzery\",\n        \"cogently\",\n        \"corporeally\",\n        \"diaphanously\",\n        \"diplocephaly\",\n        \"ditheistic\",\n        \"eugenical\",\n        \"favous\",\n        \"favus\",\n        \"favuses\",\n        \"fluffed\",\n        \"fluffiest\",\n        \"foyers\",\n        \"foraminulate\",\n        \"foraminulous\",\n        \"foveolarious\",\n        \"foveolets\",\n        \"languets\",\n        \"morphophonemically\",\n        \"mortifiedness\",\n        \"outremer\",\n        \"outsophisticate\",\n        \"outsophisticated\",\n        \"outtell\",\n        \"overtechnical\",\n        \"phaeodarian\",\n        \"phialine\",\n        \"philogastric\",\n        \"snubbishness\",\n        \"snugly\",\n        \"sphinxlike\",\n        \"wellfound\",\n        \"wellset\",\n        \"whiptree\",\n        \"wigglier\"\n    ],\n    \"Oherendu\": [\n        \"amphictyon\"\n    ],\n    \"amịda\": [\n        \"amphictyonies\",\n        \"amphictyons\"\n    ],\n    \"ihe zuru oke\": [\n        \"amphidesmous\",\n        \"endospermous\",\n        \"perquisite\"\n    ],\n    \"ampigean\": [\n        \"amphigean\"\n    ],\n    \"ọdịmma\": [\n        \"amphigories\",\n        \"antinationalism\",\n        \"aphacial\",\n        \"bovinities\",\n        \"brevities\",\n        \"eelfare\",\n        \"fortuities\",\n        \"fortunetelling\",\n        \"interests\",\n        \"kindredness\",\n        \"nativities\",\n        \"ostensibilities\",\n        \"pandanaceous\",\n        \"predelinquently\",\n        \"predifferent\",\n        \"weelfard\",\n        \"weelfaured\",\n        \"welfare\",\n        \"wellbeing\",\n        \"welling\",\n        \"wellish\",\n        \"wellness\",\n        \"willness\"\n    ],\n    \"afọ ike\": [\n        \"amphioxis\",\n        \"bheesties\",\n        \"tenebrity\"\n    ],\n    \"nnaemeka\": [\n        \"amphiphithyra\",\n        \"cryophorus\",\n        \"teutophil\"\n    ],\n    \"amachi\": [\n        \"amphiploidy\",\n        \"amphophilous\",\n        \"cilicious\",\n        \"limitable\",\n        \"limitative\",\n        \"limited\",\n        \"limiteds\",\n        \"psychichthys\",\n        \"stumor\",\n        \"villi\"\n    ],\n    \"nnkwu\": [\n        \"amphipneust\",\n        \"balldom\",\n        \"caporal\",\n        \"englyns\",\n        \"voetsek\"\n    ],\n    \"ikechi\": [\n        \"amphipneustic\",\n        \"amphiscii\",\n        \"archaize\",\n        \"ballyhooing\",\n        \"bindheimite\",\n        \"bindwith\",\n        \"bockerel\",\n        \"boucharde\",\n        \"boucherize\",\n        \"bouilli\",\n        \"bouleuterion\",\n        \"brachyhieric\",\n        \"brachytypous\",\n        \"buckled\",\n        \"bucklering\",\n        \"buckling\",\n        \"calotypic\",\n        \"chicayote\",\n        \"chuckie\",\n        \"claviol\",\n        \"delphinius\",\n        \"dynamitard\",\n        \"dynamoneure\",\n        \"ecchymosed\",\n        \"empicture\",\n        \"engrapple\",\n        \"euchroic\",\n        \"eulogise\",\n        \"eupepsia\",\n        \"eupepsies\",\n        \"euscaro\",\n        \"ferroboron\",\n        \"fitchew\",\n        \"fortissimi\",\n        \"fortissimo\",\n        \"fortissimos\",\n        \"glochideous\",\n        \"goliathize\",\n        \"hariolize\",\n        \"yalensian\",\n        \"janthina\",\n        \"jutties\",\n        \"laboulbeniales\",\n        \"lapideous\",\n        \"ligatured\",\n        \"lopheavy\",\n        \"mayduke\",\n        \"muliebrous\",\n        \"muscoid\",\n        \"muscovadite\",\n        \"muscovite\",\n        \"muscovites\",\n        \"muscovitized\",\n        \"mushrump\",\n        \"pachycephaly\",\n        \"pachycephalous\",\n        \"pachycladous\",\n        \"pachydermoid\",\n        \"pachylosis\",\n        \"pachystichous\",\n        \"pachnolite\",\n        \"phonoplex\",\n        \"phosphomolybdic\",\n        \"pitomie\",\n        \"poophyte\",\n        \"poplesie\",\n        \"porphyra\",\n        \"porphyrean\",\n        \"porphyry\",\n        \"porphyrio\",\n        \"porphyrize\",\n        \"porphyroblast\",\n        \"porphyrogenitic\",\n        \"porriwiggle\",\n        \"potwhisky\",\n        \"powldoody\",\n        \"queachy\",\n        \"roughdress\",\n        \"souffleed\",\n        \"staphyle\",\n        \"staphylion\",\n        \"sulphuretted\",\n        \"superchivalrousness\",\n        \"vashegyite\",\n        \"veldt\"\n    ],\n    \"amphipod\": [\n        \"amphipods\"\n    ],\n    \"chukwunonso\": [\n        \"amphiprostyle\",\n        \"desulfovibrio\",\n        \"dratchell\",\n        \"espadrilles\",\n        \"exsequatur\",\n        \"fissidactyl\",\n        \"gelndesprung\",\n        \"glenwood\",\n        \"gliosa\",\n        \"glyoxalic\",\n        \"glyoxaline\",\n        \"glyoxylic\",\n        \"grysbok\",\n        \"mesatipellic\",\n        \"mesencephalons\",\n        \"mesepimeron\",\n        \"mesiopulpal\",\n        \"mesodontic\",\n        \"mesotroch\",\n        \"pyrryl\",\n        \"pyrrylene\",\n        \"poluphloisboic\",\n        \"proarthri\",\n        \"prosequitur\",\n        \"protiston\",\n        \"proustian\",\n        \"quadrumvirate\",\n        \"quatrocento\",\n        \"quinaldyl\",\n        \"rosenbergia\",\n        \"spurdie\",\n        \"svarabhaktic\",\n        \"teutonesque\",\n        \"vatfuls\"\n    ],\n    \"amphishia\": [\n        \"amphiscians\"\n    ],\n    \"ọkpụrụkpụ\": [\n        \"amphispermous\",\n        \"ceruminal\",\n        \"cervantite\",\n        \"dampnesses\",\n        \"elfishness\",\n        \"eliot\",\n        \"elleck\",\n        \"essive\",\n        \"eulogias\",\n        \"eulophid\",\n        \"gelastic\",\n        \"glebous\",\n        \"jacksmith\",\n        \"knoblike\",\n        \"pliancy\",\n        \"quantitativeness\",\n        \"quantitive\",\n        \"solenoconch\",\n        \"solenogaster\",\n        \"solenogastres\",\n        \"solenoidal\",\n        \"substant\",\n        \"substantia\",\n        \"substantiability\",\n        \"substantiable\",\n        \"substantial\",\n        \"substantialia\",\n        \"substantialism\",\n        \"substantialist\",\n        \"substantiality\",\n        \"substantialness\",\n        \"substantiatable\",\n        \"substantivity\",\n        \"substitutability\",\n        \"superableness\",\n        \"supercriminal\",\n        \"superfinance\",\n        \"superfluousness\",\n        \"superfolly\",\n        \"supergoodness\",\n        \"superimportant\",\n        \"superintensity\",\n        \"superlikelihood\",\n        \"superlunary\",\n        \"superpetrous\",\n        \"superpious\",\n        \"superponderance\",\n        \"superpreciseness\",\n        \"supersecurely\",\n        \"superseverely\",\n        \"supinity\",\n        \"thick\",\n        \"thickleaf\",\n        \"thicklips\",\n        \"thickness\",\n        \"thicknesses\",\n        \"thickset\",\n        \"thickskull\",\n        \"thickskulled\",\n        \"thrasonic\",\n        \"tipit\",\n        \"tollpenny\",\n        \"vulpanser\"\n    ],\n    \"amaara\": [\n        \"amphitheatered\",\n        \"arratel\",\n        \"bespelled\",\n        \"bethorned\",\n        \"drouked\",\n        \"floored\",\n        \"gemsboks\",\n        \"gemsbucks\",\n        \"marauded\",\n        \"noticable\",\n        \"pocked\",\n        \"renown\",\n        \"resounded\",\n        \"serriedly\",\n        \"succussed\",\n        \"thrawed\"\n    ],\n    \"ihe eji eme egwuregwu\": [\n        \"amphitheaters\"\n    ],\n    \"Amphithecial\": [\n        \"amphithecial\"\n    ],\n    \"oghere\": [\n        \"amphithere\",\n        \"apace\",\n        \"aperture\",\n        \"blan\",\n        \"blanc\",\n        \"blanche\",\n        \"blank\",\n        \"blanky\",\n        \"blankite\",\n        \"blankness\",\n        \"blanks\",\n        \"bordage\",\n        \"calvity\",\n        \"caver\",\n        \"caving\",\n        \"cavity\",\n        \"cavities\",\n        \"collow\",\n        \"crater\",\n        \"dens\",\n        \"holes\",\n        \"holk\",\n        \"hollow\",\n        \"hollowness\",\n        \"interplace\",\n        \"lene\",\n        \"misspace\",\n        \"misspaces\",\n        \"nocket\",\n        \"opencut\",\n        \"outlets\",\n        \"scrimpit\",\n        \"slot\",\n        \"slotback\",\n        \"sloted\",\n        \"slots\",\n        \"slotted\",\n        \"slotting\",\n        \"slotwise\",\n        \"space\",\n        \"spaces\",\n        \"spacesuit\",\n        \"spacesuits\",\n        \"spae\",\n        \"spaes\",\n        \"vennel\",\n        \"ventin\",\n        \"ventrine\",\n        \"vertexes\",\n        \"vertices\",\n        \"verticils\"\n    ],\n    \"okwesiri\": [\n        \"amphitrite\",\n        \"desonation\",\n        \"devolution\",\n        \"devolutionary\",\n        \"epitrite\",\n        \"equitangential\",\n        \"frivolities\",\n        \"interlocation\",\n        \"interlocution\",\n        \"intermeddlement\",\n        \"intermercurial\",\n        \"intermetallic\",\n        \"intermetameric\",\n        \"interpellation\",\n        \"interxylary\",\n        \"overbepatched\",\n        \"precorridor\",\n        \"quaestorship\",\n        \"querulent\"\n    ],\n    \"Nkwado\": [\n        \"amphodarch\",\n        \"apocrisiary\",\n        \"approbations\",\n        \"approvals\",\n        \"approvement\",\n        \"backings\",\n        \"beadleship\",\n        \"bemuddlement\",\n        \"beworship\",\n        \"boosters\",\n        \"boosts\",\n        \"bower\",\n        \"consolidation\",\n        \"consorts\",\n        \"contredanse\",\n        \"embolies\",\n        \"ependymal\",\n        \"ependymary\",\n        \"esoterism\",\n        \"melding\",\n        \"padlocking\",\n        \"preboding\",\n        \"precommunion\",\n        \"precriticism\",\n        \"preponderance\",\n        \"preprovoked\",\n        \"prerecommendation\",\n        \"preworship\",\n        \"propodeal\",\n        \"recommendableness\",\n        \"semidependence\",\n        \"stadholdership\",\n        \"stereobatic\",\n        \"subcommendation\",\n        \"subversives\",\n        \"superadditional\",\n        \"supportableness\",\n        \"sustainment\",\n        \"uncommutativeness\",\n        \"underback\"\n    ],\n    \"Amnonel\": [\n        \"amphodelite\"\n    ],\n    \"Amachi\": [\n        \"amphophil\",\n        \"amphophile\"\n    ],\n    \"amphoflic\": [\n        \"amphophilic\"\n    ],\n    \"Ikechukwu\": [\n        \"amphorophony\",\n        \"becircled\",\n        \"beclart\",\n        \"beclasp\",\n        \"beclasped\",\n        \"beclasping\",\n        \"becoresh\",\n        \"becrippled\",\n        \"becrush\",\n        \"becudgeled\",\n        \"becushioned\",\n        \"belouke\",\n        \"berstel\",\n        \"blethered\",\n        \"bletted\",\n        \"bobsledding\",\n        \"bobsleding\",\n        \"bodrag\",\n        \"bokard\",\n        \"bokharan\",\n        \"boletaceous\",\n        \"boleweed\",\n        \"boorish\",\n        \"borer\",\n        \"borussian\",\n        \"boukit\",\n        \"boweryish\",\n        \"caphtorim\",\n        \"cheiromancy\",\n        \"dowery\",\n        \"drudgeries\",\n        \"durndest\",\n        \"effervesce\",\n        \"empyocele\",\n        \"faroeish\",\n        \"faroelite\",\n        \"fathomed\",\n        \"fatuitousness\",\n        \"ferryage\",\n        \"fiddlefaced\",\n        \"glaswegian\",\n        \"gooks\",\n        \"grottesco\",\n        \"grundsil\",\n        \"hyoid\",\n        \"hyoidal\",\n        \"hyoidan\",\n        \"hyoideal\",\n        \"hyoidean\",\n        \"hyolithes\",\n        \"hyolithid\",\n        \"hyoscine\",\n        \"hobthrush\",\n        \"lyomeri\",\n        \"lyophile\",\n        \"lyophiled\",\n        \"maycock\",\n        \"nerthrus\",\n        \"overlives\",\n        \"overthriftily\",\n        \"pentabasic\",\n        \"phaelite\",\n        \"phratriac\",\n        \"plastogene\",\n        \"ploughfoot\",\n        \"ploughgate\",\n        \"ploughshoe\",\n        \"poky\",\n        \"polariscoped\",\n        \"poret\",\n        \"puky\",\n        \"putrefacient\",\n        \"ramroddy\",\n        \"ramstead\",\n        \"rastling\",\n        \"redeyes\",\n        \"reptilian\",\n        \"ripstop\",\n        \"royalized\",\n        \"rooky\",\n        \"rorulent\",\n        \"spauldrochy\",\n        \"stertorousness\",\n        \"stiltedness\",\n        \"strold\",\n        \"strongyls\",\n        \"strongylus\",\n        \"strunt\",\n        \"strunts\",\n        \"strut\",\n        \"struts\",\n        \"supercongested\",\n        \"threapen\",\n        \"tiresomely\",\n        \"toadeating\",\n        \"vixenish\",\n        \"wellingtonia\",\n        \"wellingtonian\",\n        \"wilinesses\"\n    ],\n    \"itlọ ihe nkiri\": [\n        \"ampitheater\"\n    ],\n    \"nke zuru ezu\": [\n        \"ampleness\"\n    ],\n    \"zuru\": [\n        \"ampler\",\n        \"austere\",\n        \"bure\",\n        \"bussed\",\n        \"elapine\",\n        \"entier\",\n        \"entification\",\n        \"filly\",\n        \"fulgurant\",\n        \"fulgurated\",\n        \"full\",\n        \"fullish\",\n        \"fulmar\",\n        \"fulminous\",\n        \"holily\",\n        \"restionaceous\",\n        \"restruck\",\n        \"rests\",\n        \"stealed\",\n        \"stolae\",\n        \"stole\",\n        \"stoled\",\n        \"stolen\",\n        \"stolenly\",\n        \"stolenwise\",\n        \"stolewise\",\n        \"stopen\",\n        \"suffete\",\n        \"sufficeable\",\n        \"sufficed\",\n        \"sufflated\",\n        \"suffragan\",\n        \"suffragatory\",\n        \"suffrain\",\n        \"suffuse\",\n        \"suffused\",\n        \"suffusedly\",\n        \"swatch\",\n        \"swatcher\",\n        \"thiefly\"\n    ],\n    \"nkwalite\": [\n        \"ampliation\",\n        \"boosterism\",\n        \"catharism\",\n        \"contort\",\n        \"curtnesses\",\n        \"demurrage\",\n        \"dynamiter\",\n        \"enchancement\",\n        \"enhancement\",\n        \"enhancements\",\n        \"enhancers\",\n        \"enhances\",\n        \"enhancive\",\n        \"extollation\",\n        \"impetus\",\n        \"impetuses\",\n        \"improvisatore\",\n        \"improvvisatore\",\n        \"nondeformity\",\n        \"nonpromotion\",\n        \"polarisability\",\n        \"precelebration\",\n        \"preformulation\",\n        \"prepromotion\",\n        \"prestimuli\",\n        \"prestimulus\",\n        \"prestomium\",\n        \"prestretch\",\n        \"procommunity\",\n        \"prolificalness\",\n        \"promethazine\",\n        \"promethean\",\n        \"promilitarism\",\n        \"promilitarist\",\n        \"promissvry\",\n        \"promnesia\",\n        \"promoderation\",\n        \"promotability\",\n        \"promotement\",\n        \"promotion\",\n        \"promotiveness\",\n        \"promotrix\",\n        \"promoval\",\n        \"promuscidate\",\n        \"promuscis\",\n        \"propinquity\",\n        \"propithecus\",\n        \"propolization\",\n        \"proromance\",\n        \"prosification\",\n        \"prosode\",\n        \"protonotion\",\n        \"protonotions\",\n        \"provostess\",\n        \"revues\",\n        \"unpromotional\",\n        \"upcasts\",\n        \"updress\",\n        \"upgrader\",\n        \"upgrades\",\n        \"upsprings\",\n        \"varronia\",\n        \"volatilization\"\n    ],\n    \"njupụta\": [\n        \"amplication\",\n        \"amplitude\",\n        \"ampollosity\",\n        \"ampullosity\",\n        \"denseness\",\n        \"density\",\n        \"densities\",\n        \"suffixion\"\n    ],\n    \"ampulu\": [\n        \"amplicative\",\n        \"ampul\"\n    ],\n    \"ikowa\": [\n        \"amplify\",\n        \"antiprelate\",\n        \"copremias\",\n        \"interpret\",\n        \"interpretate\",\n        \"spoach\"\n    ],\n    \"ampilifaya\": [\n        \"amplifiable\",\n        \"amplifier\",\n        \"amplifiers\"\n    ],\n    \"kobe\": [\n        \"amplificate\"\n    ],\n    \"mmụba\": [\n        \"amplification\",\n        \"antecedence\",\n        \"antecedency\",\n        \"antelation\",\n        \"augmentation\",\n        \"balladic\",\n        \"balladromic\",\n        \"decannulation\",\n        \"extrapolation\",\n        \"glibbery\",\n        \"immatriculation\",\n        \"increasement\",\n        \"incremation\",\n        \"increment\",\n        \"incrementalism\",\n        \"incrementation\",\n        \"incretion\",\n        \"intensation\",\n        \"intensification\",\n        \"interarytenoid\",\n        \"limbation\",\n        \"limbec\",\n        \"limnanth\",\n        \"lyophilization\",\n        \"maxilliferous\",\n        \"maxisingle\",\n        \"montargis\",\n        \"multifetation\",\n        \"mutagenicity\",\n        \"mutagenicities\",\n        \"mutationism\",\n        \"mutationist\",\n        \"mutations\",\n        \"nonexpansion\",\n        \"nutations\",\n        \"overgenerousness\",\n        \"pastnesses\",\n        \"procambial\",\n        \"proliferation\",\n        \"superexpansion\",\n        \"therblig\",\n        \"umbriferousness\",\n        \"upspringing\"\n    ],\n    \"adịkwu\": [\n        \"amplified\"\n    ],\n    \"na-enye ume\": [\n        \"amplifies\",\n        \"beswarming\",\n        \"enciphers\",\n        \"energids\",\n        \"energiser\",\n        \"energises\",\n        \"energising\",\n        \"energist\",\n        \"energizers\",\n        \"energizing\",\n        \"insensing\",\n        \"invigorating\",\n        \"invigoratingness\",\n        \"nitrifying\",\n        \"respicing\",\n        \"restrengthens\",\n        \"revitalizes\"\n    ],\n    \"ampolo\": [\n        \"ampoules\",\n        \"ampules\"\n    ],\n    \"Amps\": [\n        \"amps\"\n    ],\n    \"na-amụba\": [\n        \"ampulating\",\n        \"augmenting\",\n        \"enlightens\",\n        \"generating\",\n        \"heightens\",\n        \"lithoglyptic\",\n        \"multipying\",\n        \"multiplying\",\n        \"pregenerating\",\n        \"progenerate\",\n        \"prolificating\"\n    ],\n    \"ampullaceus\": [\n        \"ampullaceous\"\n    ],\n    \"bepụ ụkwụ\": [\n        \"amputate\",\n        \"amputating\",\n        \"amputative\"\n    ],\n    \"ebipụ\": [\n        \"amputated\",\n        \"cut\",\n        \"severed\"\n    ],\n    \"ndị bepụ ụkwụ\": [\n        \"amputates\"\n    ],\n    \"mbepu\": [\n        \"amputation\"\n    ],\n    \"iwepụ ụkwụ\": [\n        \"amputational\"\n    ],\n    \"mbepụ\": [\n        \"amputations\",\n        \"incension\",\n        \"incision\"\n    ],\n    \"bepu\": [\n        \"amputee\"\n    ],\n    \"ndi ebere ahu\": [\n        \"amputees\"\n    ],\n    \"Amritsar\": [\n        \"amritsar\"\n    ],\n    \"Amsterdam\": [\n        \"amsterdam\"\n    ],\n    \"ogwugwu\": [\n        \"amtracks\",\n        \"boggard\",\n        \"bogginess\",\n        \"bogies\",\n        \"brazenfacedness\",\n        \"caveatee\",\n        \"coagulability\",\n        \"excavator\",\n        \"extremity\",\n        \"extremum\",\n        \"gallwort\",\n        \"gammation\",\n        \"gothicism\",\n        \"gothicity\",\n        \"gothicness\",\n        \"laccoliths\",\n        \"laxate\",\n        \"lighterage\",\n        \"lysimetric\",\n        \"locustelle\",\n        \"marrock\",\n        \"medjidie\",\n        \"outhowls\",\n        \"preexaction\",\n        \"preexchange\",\n        \"preexcursion\",\n        \"preexhaust\",\n        \"premaintenance\",\n        \"sative\",\n        \"sedately\",\n        \"semideltaic\",\n        \"somaticovisceral\",\n        \"somesthesis\",\n        \"souletin\",\n        \"spagyric\",\n        \"spalls\",\n        \"spasmodic\",\n        \"sphaerostilbe\",\n        \"spheroidicity\",\n        \"spheroidity\",\n        \"sphincteral\",\n        \"sphinxianness\",\n        \"spinocarpous\",\n        \"spinuliferous\",\n        \"splore\",\n        \"sprag\",\n        \"spraich\",\n        \"twiggy\",\n        \"twigginess\",\n        \"unshakableness\",\n        \"unshakeable\",\n        \"unshakenness\",\n        \"unsynthetic\",\n        \"uxorious\",\n        \"uxoriousness\",\n        \"velleity\",\n        \"villeity\",\n        \"wagging\",\n        \"whiffletrees\"\n    ],\n    \"amtrak\": [\n        \"amtracs\"\n    ],\n    \"amụọ\": [\n        \"amuck\",\n        \"amuzzle\",\n        \"mugged\",\n        \"norn\"\n    ],\n    \"amu amu\": [\n        \"amucks\",\n        \"amulets\"\n    ],\n    \"ndi amuma\": [\n        \"amuguis\"\n    ],\n    \"amuleti\": [\n        \"amuletic\"\n    ],\n    \"amorcosity\": [\n        \"amurcosity\"\n    ],\n    \"amorcous\": [\n        \"amurcous\"\n    ],\n    \"ito ochi\": [\n        \"amusable\",\n        \"amuse\",\n        \"amused\",\n        \"amusee\"\n    ],\n    \"ntụrụndụ\": [\n        \"amusement\",\n        \"amusively\",\n        \"amusiveness\",\n        \"entertainingness\",\n        \"entertainment\",\n        \"entertainments\",\n        \"leisurely\",\n        \"leisures\",\n        \"nonretainment\",\n        \"recreance\",\n        \"recreancy\",\n        \"recreant\",\n        \"recrease\",\n        \"recreation\",\n        \"recreational\",\n        \"recreationally\",\n        \"recreations\",\n        \"recrement\",\n        \"recremental\",\n        \"recrementitial\",\n        \"refreshments\",\n        \"remication\"\n    ],\n    \"ndị ọchị\": [\n        \"amusers\",\n        \"comakers\",\n        \"comandantes\",\n        \"comedians\",\n        \"comediant\",\n        \"comediennes\",\n        \"gigglers\",\n        \"humorers\",\n        \"humorists\",\n        \"laughers\"\n    ],\n    \"njiko\": [\n        \"amusette\",\n        \"arbute\",\n        \"arch\",\n        \"archcity\",\n        \"archd\",\n        \"archduchy\",\n        \"archings\",\n        \"archispore\",\n        \"archness\",\n        \"archnesses\",\n        \"archt\",\n        \"bondland\",\n        \"elicitation\",\n        \"exundation\"\n    ],\n    \"Amusia\": [\n        \"amusia\"\n    ],\n    \"amọt\": [\n        \"amutter\"\n    ],\n    \"amata\": [\n        \"amuze\",\n        \"bunted\",\n        \"identifiable\",\n        \"identifiably\",\n        \"identified\",\n        \"recognisable\",\n        \"recognizable\",\n        \"recognizably\",\n        \"recognizant\"\n    ],\n    \"anabaptist\": [\n        \"anabaptists\"\n    ],\n    \"anabaptizim\": [\n        \"anabaptize\",\n        \"anabaptized\",\n        \"anabaptizing\"\n    ],\n    \"anabasi\": [\n        \"anabasis\"\n    ],\n    \"Anabiotic\": [\n        \"anabiotic\"\n    ],\n    \"Anabrotic\": [\n        \"anabrotic\"\n    ],\n    \"anachronistic\": [\n        \"anachronistical\"\n    ],\n    \"anachronous\": [\n        \"anachronously\"\n    ],\n    \"antacid\": [\n        \"anacid\"\n    ],\n    \"ihe anaclastics\": [\n        \"anaclastics\"\n    ],\n    \"Anacleticum\": [\n        \"anacleticum\"\n    ],\n    \"ekwukpọ\": [\n        \"anacrustic\"\n    ],\n    \"enweghị ntụkwasị obi\": [\n        \"anacrustically\",\n        \"becrust\",\n        \"crustless\",\n        \"disincrustant\",\n        \"distrusted\",\n        \"distrustful\",\n        \"distrustfully\",\n        \"fledgeless\",\n        \"illoyalty\",\n        \"infrustrable\",\n        \"infrustrably\",\n        \"insecureness\",\n        \"mistrustful\",\n        \"mistrustfully\",\n        \"mistrustfulness\",\n        \"mistrusting\",\n        \"mistrustingly\",\n        \"mistrustless\",\n        \"nonascendence\",\n        \"nonconcentratiness\",\n        \"noncondensibility\",\n        \"nonconfidence\",\n        \"nonfrustration\",\n        \"noninterdependence\",\n        \"nonliability\",\n        \"nonloyalties\",\n        \"nonreliability\",\n        \"nonreliableness\",\n        \"nonrustable\",\n        \"nonrustic\",\n        \"pithless\",\n        \"sparingness\",\n        \"trustless\",\n        \"trustlessly\",\n        \"trustlessness\",\n        \"unconfidence\",\n        \"unconfident\",\n        \"uncrusted\",\n        \"underthrust\",\n        \"undistrusted\",\n        \"undistrustful\",\n        \"undistrustfully\",\n        \"undistrustfulness\",\n        \"unfarewelled\",\n        \"unfazedness\",\n        \"unfearfulness\",\n        \"unfearingness\",\n        \"unfrustrable\",\n        \"unfrustrably\",\n        \"unfrustratable\",\n        \"unfrustrated\",\n        \"unintrusted\",\n        \"unliability\",\n        \"unmistrusted\",\n        \"unmistrustful\",\n        \"unmistrustfully\",\n        \"unpardonability\",\n        \"unpardonableness\",\n        \"unpardonedness\",\n        \"unpliableness\",\n        \"unreleasible\",\n        \"unreliability\",\n        \"unreliable\",\n        \"unreliableness\",\n        \"unreliably\",\n        \"unreliant\",\n        \"unrepliable\",\n        \"unrepliably\",\n        \"unreposefulness\",\n        \"unrestfulness\",\n        \"unrightfulness\",\n        \"unrusted\",\n        \"unrustic\",\n        \"unrustically\",\n        \"unrusticated\",\n        \"unrustling\",\n        \"unselfconfident\",\n        \"unstudiousness\",\n        \"unsuspectfulness\",\n        \"untastefulness\",\n        \"untransient\",\n        \"untrustable\",\n        \"untrustably\",\n        \"untrusted\",\n        \"untrustful\",\n        \"untrustfully\",\n        \"untrustiness\",\n        \"untrustness\",\n        \"untrustworthy\",\n        \"untrustworthily\",\n        \"untrustworthiness\",\n        \"untuneful\",\n        \"untunefulness\"\n    ],\n    \"Anacusia\": [\n        \"anacusia\"\n    ],\n    \"okpueze\": [\n        \"anadem\",\n        \"crown\",\n        \"crownal\",\n        \"crownation\",\n        \"crownband\",\n        \"crownbeard\",\n        \"crowncapping\",\n        \"crowner\",\n        \"crowners\",\n        \"crownet\",\n        \"crownets\",\n        \"crowning\",\n        \"crownland\",\n        \"crownless\",\n        \"crownlet\",\n        \"crownling\",\n        \"crownmaker\",\n        \"crownment\",\n        \"crownpiece\",\n        \"crowns\",\n        \"crownwork\",\n        \"crownwort\",\n        \"diadem\",\n        \"diademed\",\n        \"diademing\",\n        \"diadems\",\n        \"supershipment\",\n        \"unshareable\",\n        \"unshaveable\"\n    ],\n    \"anadem\": [\n        \"anadems\"\n    ],\n    \"Anadicrotism\": [\n        \"anadicrotism\"\n    ],\n    \"Anadrom\": [\n        \"anadrom\"\n    ],\n    \"anem\": [\n        \"anaemic\",\n        \"anemic\",\n        \"anemically\",\n        \"anemious\"\n    ],\n    \"ahu izizi\": [\n        \"anaesthesia\",\n        \"anesthesia\",\n        \"zonaesthesia\"\n    ],\n    \"onye anaesthesiologist\": [\n        \"anaesthesiologist\"\n    ],\n    \"ntụnyere\": [\n        \"anaesthesis\",\n        \"analogy\",\n        \"comparableness\",\n        \"comparatival\",\n        \"comparativeness\",\n        \"comparition\",\n        \"comparts\"\n    ],\n    \"anestetieti\": [\n        \"anaesthetic\",\n        \"anesthetic\"\n    ],\n    \"anestetiiki\": [\n        \"anaesthetics\",\n        \"anesthetically\",\n        \"anesthetics\"\n    ],\n    \"anesthetist\": [\n        \"anaesthetist\"\n    ],\n    \"eserese\": [\n        \"anagram\",\n        \"antings\",\n        \"chart\",\n        \"chartaceous\",\n        \"charthouse\",\n        \"chartism\",\n        \"chartography\",\n        \"chartographical\",\n        \"chartreuse\",\n        \"chartula\",\n        \"chartulae\",\n        \"chartulary\",\n        \"chartularies\",\n        \"chartulas\",\n        \"dartoic\",\n        \"diagramed\",\n        \"diagraming\",\n        \"diagrammable\",\n        \"diagrammed\",\n        \"diagrammers\",\n        \"diagrammeter\",\n        \"diagrams\",\n        \"diagraph\",\n        \"diagraphs\",\n        \"escuage\",\n        \"eskers\",\n        \"filming\",\n        \"footage\",\n        \"graph\",\n        \"graphical\",\n        \"graphically\",\n        \"graphicalness\",\n        \"graphicly\",\n        \"graphiola\",\n        \"graphiological\",\n        \"graphiter\",\n        \"graphitic\",\n        \"graphitized\",\n        \"graphitoid\",\n        \"graphitoidal\",\n        \"graphs\",\n        \"maps\",\n        \"painting\",\n        \"paintingness\",\n        \"paintings\",\n        \"pic\",\n        \"piccage\",\n        \"piciform\",\n        \"piclorams\",\n        \"picnics\",\n        \"picofarad\",\n        \"picra\",\n        \"picrated\",\n        \"picrates\",\n        \"picric\",\n        \"pics\",\n        \"pictogram\",\n        \"pictography\",\n        \"pictographic\",\n        \"pictographically\",\n        \"pictographs\",\n        \"pictorially\",\n        \"pictorialness\",\n        \"pictorical\",\n        \"pictorically\",\n        \"picturemaking\",\n        \"picul\",\n        \"piking\",\n        \"samps\",\n        \"sealette\",\n        \"sketchbook\"\n    ],\n    \"n'ọkwa\": [\n        \"anagrammatically\",\n        \"ladderwise\"\n    ],\n    \"anhweremaatụ\": [\n        \"anagrammatised\"\n    ],\n    \"anagrammatisation\": [\n        \"anagrammatization\"\n    ],\n    \"tinye ihe osise\": [\n        \"anagrammatize\"\n    ],\n    \"na-ese ihe\": [\n        \"anagrammatizing\",\n        \"carcerating\",\n        \"paintership\"\n    ],\n    \"na-ese foto\": [\n        \"anagramming\",\n        \"photoengraver\",\n        \"photoengraving\",\n        \"photoetching\",\n        \"photofinishing\",\n        \"photosetting\",\n        \"photosurveying\",\n        \"picturizing\"\n    ],\n    \"anake\": [\n        \"anakes\"\n    ],\n    \"Anakrousis\": [\n        \"anakrousis\"\n    ],\n    \"gbasara ike\": [\n        \"anal\",\n        \"analcimic\",\n        \"analcimite\",\n        \"analcite\",\n        \"analcites\",\n        \"analcitite\",\n        \"analgic\",\n        \"analysability\",\n        \"analysable\",\n        \"analities\",\n        \"phellogenic\"\n    ],\n    \"oge\": [\n        \"analcimes\",\n        \"aneurismally\",\n        \"antelegal\",\n        \"ascus\",\n        \"attern\",\n        \"becrimes\",\n        \"berimes\",\n        \"betime\",\n        \"betimes\",\n        \"betweentimes\",\n        \"bytime\",\n        \"budtime\",\n        \"chronography\",\n        \"chronology\",\n        \"chrononomy\",\n        \"citherns\",\n        \"cloyment\",\n        \"concurrentness\",\n        \"contemplamen\",\n        \"contemporaneity\",\n        \"coperiodic\",\n        \"daytimes\",\n        \"dateable\",\n        \"dateableness\",\n        \"decess\",\n        \"delime\",\n        \"delimes\",\n        \"demetrian\",\n        \"diodes\",\n        \"disseason\",\n        \"dissuasions\",\n        \"ephraitic\",\n        \"epitimesis\",\n        \"epoch\",\n        \"epochally\",\n        \"epochs\",\n        \"epoxying\",\n        \"era\",\n        \"eradiates\",\n        \"eradiation\",\n        \"eras\",\n        \"erastianism\",\n        \"erasures\",\n        \"erat\",\n        \"erato\",\n        \"evasions\",\n        \"fluxes\",\n        \"forenoons\",\n        \"foreseason\",\n        \"foretimes\",\n        \"freshmanic\",\n        \"haytime\",\n        \"hesiodic\",\n        \"hesitance\",\n        \"hesitation\",\n        \"hesitations\",\n        \"hithertills\",\n        \"intercurrent\",\n        \"interdeal\",\n        \"interdental\",\n        \"interimistically\",\n        \"interims\",\n        \"intermanorial\",\n        \"interminant\",\n        \"interminated\",\n        \"intermit\",\n        \"intermitted\",\n        \"intermittence\",\n        \"intermittent\",\n        \"intermutually\",\n        \"intime\",\n        \"yoretime\",\n        \"jinks\",\n        \"jouisance\",\n        \"latescence\",\n        \"loments\",\n        \"maytime\",\n        \"marx\",\n        \"meantimes\",\n        \"mesepimeral\",\n        \"mesiodistally\",\n        \"middleness\",\n        \"misdates\",\n        \"mistime\",\n        \"mistimes\",\n        \"moment\",\n        \"momenta\",\n        \"momentaneous\",\n        \"momentaneousness\",\n        \"momento\",\n        \"momentoes\",\n        \"momentos\",\n        \"moments\",\n        \"monoxime\",\n        \"morntime\",\n        \"morphemes\",\n        \"morth\",\n        \"nonperiodic\",\n        \"occasion\",\n        \"occasioned\",\n        \"occasionings\",\n        \"occasions\",\n        \"oftentime\",\n        \"ofttime\",\n        \"overtimes\",\n        \"oximes\",\n        \"period\",\n        \"periodate\",\n        \"periodic\",\n        \"periodical\",\n        \"periodicalism\",\n        \"periodicalist\",\n        \"periodicalness\",\n        \"periodicals\",\n        \"periodicity\",\n        \"periodid\",\n        \"periodide\",\n        \"periodids\",\n        \"periodization\",\n        \"periodontal\",\n        \"periodontally\",\n        \"periodontia\",\n        \"periodontic\",\n        \"periodontics\",\n        \"periodontist\",\n        \"periodontium\",\n        \"periodontoses\",\n        \"periodontosis\",\n        \"periodontum\",\n        \"periodoscope\",\n        \"periods\",\n        \"perioecians\",\n        \"periople\",\n        \"periosteally\",\n        \"periosteous\",\n        \"plenilune\",\n        \"postponence\",\n        \"postseasonal\",\n        \"predacean\",\n        \"predella\",\n        \"predescent\",\n        \"presentimental\",\n        \"pretemporal\",\n        \"primes\",\n        \"primevity\",\n        \"prolongation\",\n        \"prolongations\",\n        \"prolongment\",\n        \"prorevision\",\n        \"provisionalness\",\n        \"provisionary\",\n        \"ragtime\",\n        \"retime\",\n        \"retimes\",\n        \"schedule\",\n        \"seances\",\n        \"season\",\n        \"seasonableness\",\n        \"seasonality\",\n        \"seasoner\",\n        \"seasons\",\n        \"secancy\",\n        \"selenate\",\n        \"selenitical\",\n        \"sepoys\",\n        \"septime\",\n        \"septimes\",\n        \"shochetim\",\n        \"slimes\",\n        \"somite\",\n        \"spacetime\",\n        \"spacially\",\n        \"spatially\",\n        \"spatiation\",\n        \"spencie\",\n        \"splotchiest\",\n        \"sporadicness\",\n        \"spurwort\",\n        \"stimes\",\n        \"suessiones\",\n        \"tardant\",\n        \"tardily\",\n        \"tarditude\",\n        \"teatime\",\n        \"techiest\",\n        \"tempora\",\n        \"temporal\",\n        \"temporale\",\n        \"temporalis\",\n        \"temporalism\",\n        \"temporality\",\n        \"temporalities\",\n        \"temporally\",\n        \"temporalness\",\n        \"temporalty\",\n        \"temporalties\",\n        \"temporaneous\",\n        \"temporaneousness\",\n        \"temporaries\",\n        \"temporomandibular\",\n        \"temporomastoid\",\n        \"temporooccipital\",\n        \"temporoparietal\",\n        \"tenses\",\n        \"tenure\",\n        \"terdiurnal\",\n        \"termagantly\",\n        \"termine\",\n        \"termite\",\n        \"termites\",\n        \"termitid\",\n        \"termitophile\",\n        \"termtime\",\n        \"termwise\",\n        \"tetradic\",\n        \"theriodic\",\n        \"thoman\",\n        \"timable\",\n        \"timbery\",\n        \"time\",\n        \"timed\",\n        \"timeful\",\n        \"timefulness\",\n        \"timekeep\",\n        \"timeliest\",\n        \"timeliness\",\n        \"timeous\",\n        \"timeouts\",\n        \"timepiece\",\n        \"timepleaser\",\n        \"timerau\",\n        \"timerity\",\n        \"times\",\n        \"timesaving\",\n        \"timescale\",\n        \"timeserving\",\n        \"timeshares\",\n        \"timesharing\",\n        \"timet\",\n        \"timeward\",\n        \"timing\",\n        \"timne\",\n        \"timonism\",\n        \"timorously\",\n        \"timorsome\",\n        \"timote\",\n        \"tombacks\",\n        \"transiencies\",\n        \"tutenague\",\n        \"ultimata\",\n        \"ultime\",\n        \"ultramodern\",\n        \"ultramodest\",\n        \"umouhile\",\n        \"unmediaeval\",\n        \"unperiodic\",\n        \"unperiodical\",\n        \"unseason\",\n        \"untemporary\",\n        \"untimeous\",\n        \"uptime\",\n        \"uptimes\",\n        \"wartimes\",\n        \"weasons\",\n        \"whiles\"\n    ],\n    \"nyocha\": [\n        \"analgize\",\n        \"analysation\",\n        \"analysers\",\n        \"analyses\",\n        \"analysing\",\n        \"analysis\",\n        \"analyt\",\n        \"anality\",\n        \"analytic\",\n        \"analytically\",\n        \"analyticity\",\n        \"analytique\",\n        \"analyzability\",\n        \"analyzable\",\n        \"analyzation\",\n        \"analyzes\",\n        \"analyzing\",\n        \"anathematising\",\n        \"anathematizing\",\n        \"annomination\",\n        \"antereformation\",\n        \"appraising\",\n        \"ascertainment\",\n        \"aspection\",\n        \"assessable\",\n        \"assessably\",\n        \"assessments\",\n        \"assessorial\",\n        \"assessorship\",\n        \"astrer\",\n        \"audace\",\n        \"audacities\",\n        \"audads\",\n        \"auding\",\n        \"audings\",\n        \"auditing\",\n        \"auditioning\",\n        \"auditions\",\n        \"auditive\",\n        \"auditorial\",\n        \"auditories\",\n        \"auditorily\",\n        \"auditorship\",\n        \"audits\",\n        \"autographic\",\n        \"autoinoculation\",\n        \"autological\",\n        \"axolysis\",\n        \"bibliographize\",\n        \"bibliomancy\",\n        \"bibliomanism\",\n        \"catalysis\",\n        \"cenesthesis\",\n        \"checkback\",\n        \"checkbit\",\n        \"checkhook\",\n        \"chemiluminescence\",\n        \"cognoscing\",\n        \"consulted\",\n        \"copulation\",\n        \"copulatory\",\n        \"coroscopy\",\n        \"countrification\",\n        \"curiescopy\",\n        \"curvation\",\n        \"devisal\",\n        \"diagnostic\",\n        \"diagnosticate\",\n        \"diagnostication\",\n        \"diagnostics\",\n        \"diagonalization\",\n        \"directexamination\",\n        \"divvy\",\n        \"electroanalysis\",\n        \"electrography\",\n        \"electromyography\",\n        \"electronography\",\n        \"electrovalence\",\n        \"electrovalent\",\n        \"endysis\",\n        \"ensealing\",\n        \"episcopising\",\n        \"episcopization\",\n        \"epitomization\",\n        \"esterification\",\n        \"esterization\",\n        \"ethnoses\",\n        \"evaluable\",\n        \"evaluation\",\n        \"evaluations\",\n        \"evaluative\",\n        \"examinational\",\n        \"examinationism\",\n        \"examinership\",\n        \"excamb\",\n        \"exegesis\",\n        \"experiments\",\n        \"explorational\",\n        \"explorations\",\n        \"explorative\",\n        \"exploratively\",\n        \"explorativeness\",\n        \"exploratory\",\n        \"explorer\",\n        \"exsiliency\",\n        \"exsuperance\",\n        \"extrospection\",\n        \"flavescence\",\n        \"forensic\",\n        \"glancer\",\n        \"glomerulate\",\n        \"glossatorial\",\n        \"gnosiological\",\n        \"inquartation\",\n        \"inquietudes\",\n        \"inquisitiveness\",\n        \"inquisitorial\",\n        \"inquisitorialness\",\n        \"inquisitrix\",\n        \"inspectability\",\n        \"inspectable\",\n        \"inspectional\",\n        \"inspections\",\n        \"inspective\",\n        \"inspectorial\",\n        \"inspectrix\",\n        \"investigable\",\n        \"investigatable\",\n        \"investigated\",\n        \"investigation\",\n        \"investigational\",\n        \"investigations\",\n        \"investigative\",\n        \"investigatory\",\n        \"investion\",\n        \"katalysis\",\n        \"keenness\",\n        \"keennesses\",\n        \"labilization\",\n        \"lichenography\",\n        \"metamerization\",\n        \"misanalysis\",\n        \"multisensory\",\n        \"nazification\",\n        \"nephanalysis\",\n        \"neurodegenerative\",\n        \"neuroelectricity\",\n        \"neurogram\",\n        \"neurographic\",\n        \"neuronophagy\",\n        \"neuroscience\",\n        \"neuroticism\",\n        \"neurotics\",\n        \"nonelimination\",\n        \"observation\",\n        \"observationalism\",\n        \"oculary\",\n        \"oinologies\",\n        \"outlearn\",\n        \"outsearch\",\n        \"ovalization\",\n        \"ovational\",\n        \"overanalysis\",\n        \"overvaluation\",\n        \"overviews\",\n        \"ovification\",\n        \"ovistic\",\n        \"pollicitation\",\n        \"proadoption\",\n        \"probe\",\n        \"probed\",\n        \"probeer\",\n        \"probes\",\n        \"probing\",\n        \"proexamination\",\n        \"proexperimentation\",\n        \"progermination\",\n        \"prognosing\",\n        \"prognosticator\",\n        \"proofing\",\n        \"proracing\",\n        \"proresearch\",\n        \"prosaisms\",\n        \"prospection\",\n        \"querulation\",\n        \"quizzification\",\n        \"reauthenticating\",\n        \"reauthentication\",\n        \"rechecks\",\n        \"recisions\",\n        \"recognitions\",\n        \"recognitory\",\n        \"reconnaissances\",\n        \"reconnoissance\",\n        \"reconnoiters\",\n        \"reevaluation\",\n        \"reevaluations\",\n        \"refights\",\n        \"reflexology\",\n        \"reflexological\",\n        \"reflexologies\",\n        \"refloats\",\n        \"refloor\",\n        \"refrenation\",\n        \"refunction\",\n        \"reification\",\n        \"reprocesses\",\n        \"reprocessing\",\n        \"reprofess\",\n        \"reprograms\",\n        \"reprography\",\n        \"reprovision\",\n        \"reroof\",\n        \"rescrutiny\",\n        \"rescrutinies\",\n        \"research\",\n        \"researchable\",\n        \"researched\",\n        \"researches\",\n        \"researching\",\n        \"respection\",\n        \"revaluation\",\n        \"revaluations\",\n        \"revie\",\n        \"review\",\n        \"reviewability\",\n        \"reviewage\",\n        \"reviewal\",\n        \"reviewals\",\n        \"reviewing\",\n        \"reviewless\",\n        \"reviews\",\n        \"revisee\",\n        \"revises\",\n        \"revisions\",\n        \"revisor\",\n        \"revisory\",\n        \"scandian\",\n        \"scandias\",\n        \"scandium\",\n        \"scandiums\",\n        \"scandix\",\n        \"scania\",\n        \"scanian\",\n        \"scanic\",\n        \"scanner\",\n        \"scanners\",\n        \"scans\",\n        \"scansions\",\n        \"scansores\",\n        \"scansory\",\n        \"scansorial\",\n        \"scanstor\",\n        \"scanter\",\n        \"scantier\",\n        \"scanties\",\n        \"scantiest\",\n        \"scenography\",\n        \"scenographic\",\n        \"scenographical\",\n        \"schanse\",\n        \"schillerization\",\n        \"scissiparity\",\n        \"scissure\",\n        \"sclerification\",\n        \"scottification\",\n        \"scouthood\",\n        \"scovy\",\n        \"scranning\",\n        \"scrawlier\",\n        \"screeding\",\n        \"screener\",\n        \"screeners\",\n        \"screenings\",\n        \"scrive\",\n        \"scrutinies\",\n        \"scrutinised\",\n        \"scrutinization\",\n        \"scrutinized\",\n        \"scrutinizer\",\n        \"searchership\",\n        \"searching\",\n        \"searchings\",\n        \"searlesite\",\n        \"sensibilization\",\n        \"sensitisation\",\n        \"sensitization\",\n        \"spacesaving\",\n        \"spanners\",\n        \"spectrochemistry\",\n        \"spectroscopy\",\n        \"sphegid\",\n        \"spumescence\",\n        \"studiousness\",\n        \"subvaluation\",\n        \"surbases\",\n        \"survey\",\n        \"surveyage\",\n        \"surveyal\",\n        \"surveyance\",\n        \"surveying\",\n        \"surveil\",\n        \"surveiled\",\n        \"surveiling\",\n        \"surveils\",\n        \"surveyorship\",\n        \"surview\",\n        \"suspection\",\n        \"tacheography\",\n        \"technicalization\",\n        \"technicalize\",\n        \"technicism\",\n        \"technism\",\n        \"tesselating\",\n        \"testification\",\n        \"testudinate\",\n        \"testudineal\",\n        \"tracing\",\n        \"triers\",\n        \"underjudge\",\n        \"undermeasuring\",\n        \"undervaluation\",\n        \"undervaluement\",\n        \"undervaluer\",\n        \"unsnaps\",\n        \"unsnare\",\n        \"unvision\",\n        \"upraisal\",\n        \"upshear\",\n        \"vectitation\",\n        \"velating\",\n        \"versifier\",\n        \"vestrification\",\n        \"vetted\",\n        \"vetting\",\n        \"vitalization\",\n        \"vitalizing\",\n        \"vitrescency\",\n        \"vitrification\",\n        \"vitriolating\",\n        \"vitriolation\",\n        \"vitriolization\",\n        \"vituperatory\"\n    ],\n    \"nyochaa\": [\n        \"analyse\",\n        \"analysed\",\n        \"analyze\",\n        \"analyzed\",\n        \"authenticate\",\n        \"certify\",\n        \"evaluate\",\n        \"examine\",\n        \"examinee\",\n        \"explored\",\n        \"inspect\",\n        \"monitor\",\n        \"monitored\",\n        \"monitorish\",\n        \"monstrify\",\n        \"preconsider\",\n        \"rarify\",\n        \"reviewable\",\n        \"revieweress\",\n        \"reviewish\",\n        \"reviser\",\n        \"sclerify\",\n        \"scottify\",\n        \"scrutinise\",\n        \"scrutinize\",\n        \"supergratify\",\n        \"varify\",\n        \"verify\",\n        \"verificate\",\n        \"vestrify\"\n    ],\n    \"onye nyocha\": [\n        \"analyser\",\n        \"analyst\",\n        \"analyzer\",\n        \"antinationalist\",\n        \"apathist\",\n        \"appraiser\",\n        \"arbalist\",\n        \"assessor\",\n        \"auditor\",\n        \"bugologist\",\n        \"checkman\",\n        \"copartner\",\n        \"curialist\",\n        \"detective\",\n        \"diagnostician\",\n        \"discerner\",\n        \"discographer\",\n        \"dissertationist\",\n        \"dissertator\",\n        \"documentalist\",\n        \"documentarian\",\n        \"empiricist\",\n        \"ensearcher\",\n        \"epitomist\",\n        \"epitomizer\",\n        \"evaluator\",\n        \"examinationist\",\n        \"examinator\",\n        \"examinatorial\",\n        \"examiner\",\n        \"excerptor\",\n        \"implorator\",\n        \"inquisitionist\",\n        \"inquisitor\",\n        \"insider\",\n        \"insnarer\",\n        \"inspectioneer\",\n        \"inspector\",\n        \"inspectoral\",\n        \"inspectorate\",\n        \"inspectress\",\n        \"kineticist\",\n        \"meditatist\",\n        \"numismatist\",\n        \"outcrier\",\n        \"pheretrer\",\n        \"preexaminer\",\n        \"preinvestigator\",\n        \"probator\",\n        \"prorevolutionist\",\n        \"protochemist\",\n        \"protocolist\",\n        \"protogenist\",\n        \"protozoologist\",\n        \"quizmaster\",\n        \"reconnoiter\",\n        \"refractionist\",\n        \"researcher\",\n        \"researchist\",\n        \"reviewer\",\n        \"screenman\",\n        \"searcher\",\n        \"searcheress\",\n        \"sensitizer\",\n        \"sympathist\",\n        \"solutionist\",\n        \"spermatist\",\n        \"spyer\",\n        \"statistician\",\n        \"stenographer\",\n        \"strandlooper\",\n        \"strategist\",\n        \"streptaster\",\n        \"surveyor\",\n        \"technicist\",\n        \"telpherman\",\n        \"theorematist\",\n        \"underscriber\",\n        \"undersorcerer\",\n        \"underviewer\",\n        \"unvisor\",\n        \"upraiser\",\n        \"uroscopist\",\n        \"verifier\",\n        \"virologist\",\n        \"vitrailist\",\n        \"vitraillist\"\n    ],\n    \"ndị nyocha\": [\n        \"analysts\",\n        \"analyzers\",\n        \"appraisers\",\n        \"assessors\",\n        \"auditors\",\n        \"authenticators\",\n        \"elicitors\",\n        \"evaluators\",\n        \"examiners\",\n        \"explorers\",\n        \"extensors\",\n        \"libelists\",\n        \"reviewers\",\n        \"scrutinizers\",\n        \"searchers\",\n        \"surveyors\",\n        \"upraisers\"\n    ],\n    \"gbasara nyocha\": [\n        \"analytical\"\n    ],\n    \"ihe nyocha\": [\n        \"analyticities\",\n        \"auditives\",\n        \"autodetector\",\n        \"biocoenotic\",\n        \"biolinguistics\",\n        \"biolysis\",\n        \"bioresearch\",\n        \"bioscopy\",\n        \"comparer\",\n        \"coronographic\",\n        \"excavatory\",\n        \"insessor\",\n        \"mechanochemistry\",\n        \"micrography\",\n        \"outreads\",\n        \"outstudies\",\n        \"parallelogram\",\n        \"parallelograms\",\n        \"parallelograph\",\n        \"pathographic\",\n        \"prognosticators\",\n        \"prowlers\",\n        \"randomizer\",\n        \"stroboscopical\",\n        \"testificator\"\n    ],\n    \"atụnyere\": [\n        \"analogical\",\n        \"anapleroses\",\n        \"bijective\",\n        \"cynosural\",\n        \"cynosure\",\n        \"comparability\",\n        \"comparative\",\n        \"comparatives\",\n        \"compares\",\n        \"comparing\",\n        \"comparisons\",\n        \"comparograph\",\n        \"comparsa\",\n        \"incompared\",\n        \"likening\",\n        \"miscompare\",\n        \"preresembled\"\n    ],\n    \"analogi\": [\n        \"analogise\"\n    ],\n    \"analogis\": [\n        \"analogised\"\n    ],\n    \"onye anaasi\": [\n        \"analogist\"\n    ],\n    \"analọg\": [\n        \"analogize\"\n    ],\n    \"analoging\": [\n        \"analogizing\"\n    ],\n    \"analogous\": [\n        \"analogousness\"\n    ],\n    \"analog\": [\n        \"analogue\"\n    ],\n    \"Anamesite\": [\n        \"anamesite\"\n    ],\n    \"anamnioti\": [\n        \"anamniotic\"\n    ],\n    \"anandand\": [\n        \"anandrous\"\n    ],\n    \"Angular\": [\n        \"anangular\"\n    ],\n    \"Ananayas\": [\n        \"ananias\"\n    ],\n    \"anthropism\": [\n        \"ananthropism\"\n    ],\n    \"anapaati\": [\n        \"anapaestic\"\n    ],\n    \"anapaest\": [\n        \"anapaests\"\n    ],\n    \"anaapu\": [\n        \"anapes\"\n    ],\n    \"anaapị\": [\n        \"anapestic\"\n    ],\n    \"anaaphylaxis\": [\n        \"anaphylaxis\"\n    ],\n    \"anaapnoic\": [\n        \"anapnoic\"\n    ],\n    \"anapatchus\": [\n        \"anaptychus\"\n    ],\n    \"ịkpa ihe\": [\n        \"anaptyctic\",\n        \"shoebinder\"\n    ],\n    \"ọtụmọkpọ\": [\n        \"anaptyctical\",\n        \"balmonies\",\n        \"biblicist\",\n        \"buccobranchial\",\n        \"bucculae\",\n        \"catostomus\",\n        \"cystiform\",\n        \"dasyure\",\n        \"deuteranopic\",\n        \"dichotomisation\",\n        \"dichotomistic\",\n        \"diotrephes\",\n        \"jawboning\",\n        \"oxfordist\",\n        \"psammitic\",\n        \"pseudospermic\",\n        \"tailsman\",\n        \"talis\",\n        \"talisman\",\n        \"talismanic\",\n        \"talismanist\"\n    ],\n    \"anapatxis\": [\n        \"anaptyxis\"\n    ],\n    \"n'adịghị aghara\": [\n        \"anarchically\"\n    ],\n    \"ndị ogba aghara\": [\n        \"anarchists\"\n    ],\n    \"anoretical\": [\n        \"anaretical\"\n    ],\n    \"anaseism\": [\n        \"anaseismic\"\n    ],\n    \"anastomose\": [\n        \"anastomosed\"\n    ],\n    \"Anatexes\": [\n        \"anatexes\"\n    ],\n    \"Anatexis\": [\n        \"anatexis\"\n    ],\n    \"anatatical\": [\n        \"anathematical\"\n    ],\n    \"anat anatically\": [\n        \"anathematically\"\n    ],\n    \"mgbatị ahụ\": [\n        \"anathematisation\",\n        \"counterexercise\",\n        \"exercitorian\",\n        \"gym\",\n        \"gymkhanas\",\n        \"gymnadenia\",\n        \"gymnadeniopsis\",\n        \"gymnanthes\",\n        \"gymnasia\",\n        \"gymnasial\",\n        \"gymnasiarch\",\n        \"gymnasiarchy\",\n        \"gymnasiast\",\n        \"gymnasiums\",\n        \"gymnastically\",\n        \"gymnemic\",\n        \"gymnetrous\",\n        \"gymnical\",\n        \"gymnics\",\n        \"gymnite\",\n        \"gymnocarpic\",\n        \"gymnocerata\",\n        \"gymnocladus\",\n        \"gymnoconia\",\n        \"gymnodiniaceae\",\n        \"gymnodiniidae\",\n        \"gymnodinium\",\n        \"gymnodontes\",\n        \"gymnogen\",\n        \"gymnogene\",\n        \"gymnogenous\",\n        \"gymnolaema\",\n        \"gymnolaemata\",\n        \"gymnophiona\",\n        \"gymnophobia\",\n        \"gymnorhina\",\n        \"gymnorhinal\",\n        \"gymnosoph\",\n        \"gymnosophy\",\n        \"gymnosperm\",\n        \"gymnospermy\",\n        \"gymnospermic\",\n        \"gymnospermism\",\n        \"gymnospermous\",\n        \"gymnosporous\",\n        \"gymnostomous\",\n        \"gymnothorax\",\n        \"gymnura\",\n        \"gymnurine\",\n        \"gyves\",\n        \"overexercise\"\n    ],\n    \"anatomi\": [\n        \"anathematise\",\n        \"anathematism\"\n    ],\n    \"Ahụhụ\": [\n        \"anathematiser\",\n        \"bebusy\",\n        \"behenic\",\n        \"belostoma\",\n        \"benedictive\",\n        \"boggy\",\n        \"bugginess\",\n        \"cenotaphy\",\n        \"emaciation\",\n        \"enuresis\",\n        \"epicenism\",\n        \"epicism\",\n        \"epithesis\",\n        \"klutziness\",\n        \"leanness\",\n        \"leannesses\",\n        \"lovesickness\",\n        \"nosedive\",\n        \"pendency\",\n        \"pertussal\",\n        \"phytosynthesis\",\n        \"pilledness\",\n        \"pungies\",\n        \"sarkful\",\n        \"seerhood\",\n        \"shudderiness\",\n        \"surceases\",\n        \"surcingle\",\n        \"surcingled\",\n        \"surcingling\",\n        \"suscitation\",\n        \"susurrations\",\n        \"tendovaginal\",\n        \"tenesmic\",\n        \"thrombogenic\",\n        \"tortillions\",\n        \"tortricid\",\n        \"tortricina\",\n        \"tortricine\",\n        \"variorum\",\n        \"venosinal\",\n        \"virescence\",\n        \"viviparousness\",\n        \"woan\",\n        \"woenesses\"\n    ],\n    \"gwọọ\": [\n        \"anathematize\",\n        \"bents\",\n        \"blitter\",\n        \"curate\",\n        \"heal\",\n        \"healable\",\n        \"healed\",\n        \"heals\",\n        \"hepatised\",\n        \"mealed\",\n        \"recurse\",\n        \"sheals\"\n    ],\n    \"anat anatized\": [\n        \"anathematized\"\n    ],\n    \"Ngwurugwu\": [\n        \"anathematizer\",\n        \"beminstrel\",\n        \"bezels\",\n        \"bezils\",\n        \"euhemerising\",\n        \"harrumphs\",\n        \"ichthyisms\",\n        \"nucleoles\",\n        \"parterres\",\n        \"pyrometallurgy\",\n        \"pyrrhics\",\n        \"pneumectomy\",\n        \"screwbean\",\n        \"sorediform\"\n    ],\n    \"anatomicochir ịwa ahụ\": [\n        \"anatomicochirurgical\"\n    ],\n    \"enweghị anatomi\": [\n        \"anatomiless\"\n    ],\n    \"onye anatomist\": [\n        \"anatomist\"\n    ],\n    \"ndị anatomist\": [\n        \"anatomists\"\n    ],\n    \"Ọkpụkpụ\": [\n        \"anatripsology\",\n        \"bractea\",\n        \"cryobiology\",\n        \"dextrocular\",\n        \"dextrocularity\",\n        \"dyscrasial\",\n        \"epitheme\",\n        \"exosperm\",\n        \"fractocumulus\",\n        \"fractus\",\n        \"fructescence\",\n        \"knucklebone\",\n        \"orthoptics\",\n        \"oxidations\",\n        \"percutaneous\",\n        \"pituitousness\",\n        \"plerosis\",\n        \"pornerastic\",\n        \"redbones\",\n        \"scabbedness\",\n        \"sculker\",\n        \"seignioralty\",\n        \"shapeable\",\n        \"spealbone\",\n        \"spinefinned\",\n        \"spirographic\",\n        \"spirophyton\"\n    ],\n    \"nkọwapụta\": [\n        \"anatriptic\",\n        \"antiscripturism\",\n        \"broadbrim\",\n        \"clarifier\",\n        \"clarigation\",\n        \"claustration\",\n        \"clerisies\",\n        \"debrief\",\n        \"debriefs\",\n        \"definability\",\n        \"definer\",\n        \"definers\",\n        \"definitization\",\n        \"definitor\",\n        \"definitude\",\n        \"dichotomization\",\n        \"elaboration\",\n        \"elaborations\",\n        \"elaborator\",\n        \"elaphebolion\",\n        \"elaphomyces\",\n        \"elaphure\",\n        \"exegetical\",\n        \"explicitness\",\n        \"imparkation\",\n        \"nondefinition\",\n        \"overexplain\",\n        \"overrefinement\",\n        \"particularization\",\n        \"plainback\",\n        \"redefinition\",\n        \"redefinitions\",\n        \"sharpshooting\",\n        \"specificality\",\n        \"specificate\",\n        \"specificated\",\n        \"specification\",\n        \"specificative\",\n        \"specificatively\",\n        \"specificness\",\n        \"specifier\",\n        \"speotyto\",\n        \"subdefinition\",\n        \"subdefinitions\",\n        \"superrefined\",\n        \"superrefinement\",\n        \"unexampledness\"\n    ],\n    \"ndị anaunters\": [\n        \"anaunters\"\n    ],\n    \"anakụ\": [\n        \"anax\"\n    ],\n    \"nna\": [\n        \"anc\",\n        \"ancilla\",\n        \"ancone\",\n        \"ancre\",\n        \"baba\",\n        \"baddy\",\n        \"cofathership\",\n        \"dad\",\n        \"dadder\",\n        \"daddy\",\n        \"dadding\",\n        \"daddle\",\n        \"daddled\",\n        \"dading\",\n        \"faddy\",\n        \"father\",\n        \"fathered\",\n        \"fatherhood\",\n        \"fathering\",\n        \"fatherkin\",\n        \"fatherly\",\n        \"fatherliness\",\n        \"fatherling\",\n        \"fathership\",\n        \"paternal\",\n        \"paternality\",\n        \"paternally\",\n        \"paternalness\",\n        \"paternity\",\n        \"paternities\",\n        \"teuton\"\n    ],\n    \"nna nna\": [\n        \"ancestor\",\n        \"ancor\",\n        \"basename\",\n        \"befathered\",\n        \"bowdlerise\",\n        \"cofather\",\n        \"eldfather\",\n        \"fathercraft\",\n        \"fatherland\",\n        \"fatherlandish\",\n        \"forefather\",\n        \"forefatherly\",\n        \"godfather\",\n        \"godfatherhood\",\n        \"godfathership\",\n        \"granddad\",\n        \"granddaddy\",\n        \"grandfather\",\n        \"grandfatherhood\",\n        \"grandfatherless\",\n        \"grandfatherly\",\n        \"grandfathers\",\n        \"grandfathership\",\n        \"grandpa\",\n        \"grandpap\",\n        \"grandpapa\",\n        \"misfather\",\n        \"paternalism\",\n        \"paternalistic\",\n        \"patronym\",\n        \"stepgrandfather\",\n        \"stepnephew\",\n        \"stockfather\",\n        \"surnaming\",\n        \"unfather\",\n        \"unfatherly\"\n    ],\n    \"nna ochie\": [\n        \"ancestorial\",\n        \"ancestorially\",\n        \"ancestral\",\n        \"ancestrally\",\n        \"ancestrial\",\n        \"ancestries\",\n        \"anconeal\",\n        \"anconeus\",\n        \"grandfatherish\",\n        \"patriarch\",\n        \"patriarchal\",\n        \"patriarchdom\",\n        \"patriarchist\"\n    ],\n    \"ndị nna ochie\": [\n        \"ancestors\",\n        \"matriarchs\",\n        \"patriarchies\",\n        \"patriarchs\"\n    ],\n    \"nne nne\": [\n        \"ancestress\",\n        \"eldmother\",\n        \"foremother\",\n        \"godmother\",\n        \"grandame\",\n        \"grandames\",\n        \"grandmamma\",\n        \"grandmammy\",\n        \"grandmas\",\n        \"grandmaternal\",\n        \"grandmother\",\n        \"grandmotherhood\",\n        \"grandmotherly\",\n        \"grandmotherliness\",\n        \"grandmothers\",\n        \"grandniece\",\n        \"grandparent\",\n        \"grandpaternal\",\n        \"mare\",\n        \"mermother\",\n        \"motherkins\",\n        \"nonmaternal\",\n        \"stepmotherless\",\n        \"stepmotherliness\",\n        \"unsmothering\"\n    ],\n    \"ndị nne na nna ochie\": [\n        \"ancestresses\",\n        \"foreparents\"\n    ],\n    \"onye nna ochie\": [\n        \"ancestrian\",\n        \"antecessor\",\n        \"patriarchic\",\n        \"patriarchship\"\n    ],\n    \"anchieta\": [\n        \"anchietea\",\n        \"anchietin\"\n    ],\n    \"mgbachi\": [\n        \"anchylosed\",\n        \"chinch\",\n        \"clasp\",\n        \"doedicurus\",\n        \"dorsoposterior\",\n        \"ecchymotic\",\n        \"hypolimnion\",\n        \"shuttance\",\n        \"shuttlecocks\",\n        \"slavocrat\"\n    ],\n    \"arịlịka\": [\n        \"anchor\",\n        \"anchorable\",\n        \"anchorage\",\n        \"anchorages\",\n        \"anchorate\",\n        \"anchored\",\n        \"anchorer\",\n        \"anchoress\",\n        \"anchoresses\",\n        \"anchoret\",\n        \"anchorets\",\n        \"anchorhold\",\n        \"anchory\",\n        \"anchoring\",\n        \"anchorite\",\n        \"anchorites\",\n        \"anchorman\",\n        \"anchormen\",\n        \"anchors\",\n        \"antechoirs\"\n    ],\n    \"enweghị arịlịka\": [\n        \"anchorless\"\n    ],\n    \"arịlịka dị ka\": [\n        \"anchorlike\"\n    ],\n    \"arịlịka maara ihe\": [\n        \"anchorwise\"\n    ],\n    \"azu ankovu\": [\n        \"anchovy\"\n    ],\n    \"anchitherium\": [\n        \"anchtherium\"\n    ],\n    \"anchusa\": [\n        \"anchusas\",\n        \"anchusin\"\n    ],\n    \"mmụta\": [\n        \"ancience\",\n        \"apprenticement\",\n        \"curiology\",\n        \"excursions\",\n        \"learnable\",\n        \"learnedness\",\n        \"learnership\",\n        \"learning\",\n        \"learnings\",\n        \"scholarity\",\n        \"scholastic\",\n        \"scholastical\",\n        \"scholasticism\",\n        \"scholiastic\",\n        \"sciatherically\"\n    ],\n    \"ochie\": [\n        \"anciency\",\n        \"anciens\",\n        \"ancient\",\n        \"ancienter\",\n        \"ancienty\",\n        \"ancientness\",\n        \"ancientry\",\n        \"ancile\",\n        \"antiquated\",\n        \"antiqued\",\n        \"archilochian\",\n        \"archilowe\",\n        \"archival\",\n        \"classicality\",\n        \"classicalities\",\n        \"classically\",\n        \"classicalness\",\n        \"classicising\",\n        \"grandeeism\",\n        \"grandfilial\",\n        \"grandgore\",\n        \"grandrelle\",\n        \"medieval\",\n        \"medievalism\",\n        \"medievalist\",\n        \"medievalistic\",\n        \"medievalists\",\n        \"old\",\n        \"olden\",\n        \"oldy\",\n        \"oldish\",\n        \"oldnesses\",\n        \"olds\",\n        \"oldster\",\n        \"oldsters\",\n        \"outdared\",\n        \"outdate\",\n        \"outdated\",\n        \"outdates\",\n        \"outdreamed\",\n        \"patriarchical\",\n        \"retro\",\n        \"retrofires\",\n        \"retrorse\",\n        \"veteranize\"\n    ],\n    \"ndị mgbe ochie\": [\n        \"ancientest\",\n        \"ancientism\",\n        \"ancients\"\n    ],\n    \"ihe nketa\": [\n        \"ancillaries\",\n        \"bequeathable\",\n        \"bequeathal\",\n        \"disinherit\",\n        \"disinheritance\",\n        \"disinheritances\",\n        \"heirdom\",\n        \"heirdoms\",\n        \"heiressdom\",\n        \"heiresshood\",\n        \"heirlo\",\n        \"heirloom\",\n        \"heirlooms\",\n        \"heirskip\",\n        \"heredes\",\n        \"hereditability\",\n        \"heredital\",\n        \"hereditament\",\n        \"hereditaments\",\n        \"hereditary\",\n        \"hereditarian\",\n        \"hereditarianism\",\n        \"hereditation\",\n        \"hereditative\",\n        \"heredity\",\n        \"heredities\",\n        \"hereditism\",\n        \"hereditivity\",\n        \"heritability\",\n        \"heritage\",\n        \"heritages\",\n        \"heritance\",\n        \"hermitries\",\n        \"hermitship\",\n        \"inherence\",\n        \"inheritability\",\n        \"inheritableness\",\n        \"inheritably\",\n        \"inheritage\",\n        \"inheritance\",\n        \"inheritor\",\n        \"inheritresses\",\n        \"inheritrice\",\n        \"inheritrices\",\n        \"legacies\",\n        \"matriheritage\",\n        \"preinherit\",\n        \"preinheritance\",\n        \"venerator\"\n    ],\n    \"aka\": [\n        \"ancillas\",\n        \"armchaired\",\n        \"arty\",\n        \"buttocked\",\n        \"buttocks\",\n        \"buttressed\",\n        \"crosshand\",\n        \"eft\",\n        \"evenhanded\",\n        \"fist\",\n        \"fistlike\",\n        \"forearm\",\n        \"forefigure\",\n        \"forefinger\",\n        \"frisks\",\n        \"gaist\",\n        \"gist\",\n        \"graft\",\n        \"graftdom\",\n        \"grist\",\n        \"gularis\",\n        \"hamitic\",\n        \"hanced\",\n        \"hances\",\n        \"hand\",\n        \"handarm\",\n        \"handel\",\n        \"handfasts\",\n        \"handful\",\n        \"handfuls\",\n        \"handhold\",\n        \"handholds\",\n        \"handhole\",\n        \"handicraft\",\n        \"handier\",\n        \"handle\",\n        \"handlebar\",\n        \"handlebars\",\n        \"handlike\",\n        \"handlock\",\n        \"handlooms\",\n        \"handpicked\",\n        \"handpiece\",\n        \"handpost\",\n        \"handpress\",\n        \"handrest\",\n        \"hands\",\n        \"handsaws\",\n        \"handsel\",\n        \"handselled\",\n        \"handsels\",\n        \"handsewed\",\n        \"handsewn\",\n        \"handsprings\",\n        \"hankered\",\n        \"hankers\",\n        \"hanks\",\n        \"hankt\",\n        \"hanselling\",\n        \"helpfully\",\n        \"helpfulness\",\n        \"helpmeets\",\n        \"ithand\",\n        \"kists\",\n        \"limas\",\n        \"manipular\",\n        \"manually\",\n        \"saft\",\n        \"saic\",\n        \"touareg\",\n        \"touchbell\",\n        \"touchdowns\",\n        \"touchhole\",\n        \"touchpan\",\n        \"touchpiece\",\n        \"touchups\",\n        \"tritoness\"\n    ],\n    \"pensụl\": [\n        \"ancille\",\n        \"pencel\",\n        \"pencels\",\n        \"pencil\",\n        \"penciliform\",\n        \"penciling\",\n        \"penciller\",\n        \"pencilling\",\n        \"pencilry\",\n        \"pencils\",\n        \"pencilwood\",\n        \"penicil\",\n        \"penscript\",\n        \"penship\",\n        \"pensility\",\n        \"pensils\",\n        \"pensum\"\n    ],\n    \"ihe ọmụmụ\": [\n        \"ancipital\",\n        \"antilogical\",\n        \"botanics\",\n        \"caliological\",\n        \"chemigrapher\",\n        \"cytological\",\n        \"eudemonics\",\n        \"phellogenetic\",\n        \"phelloplastic\",\n        \"pheneticist\",\n        \"precurriculum\",\n        \"semicantilever\",\n        \"semivault\",\n        \"sophiology\",\n        \"troiluses\"\n    ],\n    \"ihe na-akpali akpali\": [\n        \"ancipitous\",\n        \"emotive\",\n        \"hemodynamically\",\n        \"incitive\",\n        \"instigative\",\n        \"sensational\",\n        \"sensationalise\",\n        \"sensationalistic\",\n        \"spiculigerous\",\n        \"spurrier\",\n        \"stimulancy\",\n        \"stimulater\",\n        \"stimulatives\",\n        \"stimulatress\",\n        \"stimulatrix\",\n        \"vesiculigerous\",\n        \"vivisecting\"\n    ],\n    \"Ancyrean\": [\n        \"ancyrean\"\n    ],\n    \"anwuru-egwu\": [\n        \"ancistrocladaceae\",\n        \"ancistrocladaceous\",\n        \"ancistrocladus\",\n        \"zarathustrianism\"\n    ],\n    \"nnenneigbo\": [\n        \"ancistroid\",\n        \"dirtbird\",\n        \"englerophoenix\",\n        \"glossopteris\",\n        \"megavolt\",\n        \"moorbird\",\n        \"mothercraft\",\n        \"rattleskull\",\n        \"renopericardial\",\n        \"salicylous\",\n        \"salpingopharyngeus\",\n        \"shoopiltie\"\n    ],\n    \"nkwonkwo ụkwụ\": [\n        \"ancle\",\n        \"ankle\",\n        \"anklejack\",\n        \"ankles\",\n        \"anklet\",\n        \"anklets\",\n        \"anklong\",\n        \"ankus\",\n        \"ankuses\",\n        \"ankush\",\n        \"ankushes\",\n        \"lapidity\"\n    ],\n    \"ndondo\": [\n        \"ancon\",\n        \"ancony\",\n        \"ately\",\n        \"committible\",\n        \"frocks\",\n        \"imponing\"\n    ],\n    \"ndanda\": [\n        \"ancones\",\n        \"anend\",\n        \"anent\",\n        \"ant\",\n        \"antepasts\",\n        \"antes\",\n        \"anteverts\",\n        \"ants\"\n    ],\n    \"anabathobia\": [\n        \"ancraophobia\"\n    ],\n    \"nne nna\": [\n        \"ancress\",\n        \"grandada\",\n        \"grandads\",\n        \"grandams\",\n        \"granddam\"\n    ],\n    \"ndị nna nna\": [\n        \"ancresses\",\n        \"forefathers\",\n        \"stepfathers\",\n        \"unspheres\"\n    ],\n    \"Nwoke\": [\n        \"andabatarian\",\n        \"barkiest\",\n        \"bratling\",\n        \"brevete\",\n        \"bromic\",\n        \"crankman\",\n        \"crouchant\",\n        \"culavamsa\",\n        \"culbert\",\n        \"doughboy\",\n        \"doughman\",\n        \"doughmen\",\n        \"dromedarian\",\n        \"essex\",\n        \"essexite\",\n        \"floccipend\",\n        \"gaywing\",\n        \"galwegian\",\n        \"gantryman\",\n        \"ghorkhar\",\n        \"gyromele\",\n        \"gongman\",\n        \"guydom\",\n        \"guyline\",\n        \"guywire\",\n        \"gullion\",\n        \"jinxing\",\n        \"karbi\",\n        \"knaggy\",\n        \"knurlin\",\n        \"krome\",\n        \"kru\",\n        \"lesseeship\",\n        \"malebolgian\",\n        \"maleinoidal\",\n        \"malemiut\",\n        \"malemuit\",\n        \"malesherbia\",\n        \"man\",\n        \"manchesterdom\",\n        \"manes\",\n        \"manginess\",\n        \"mank\",\n        \"manks\",\n        \"manlier\",\n        \"mansworn\",\n        \"mascagnine\",\n        \"masculinist\",\n        \"masculinization\",\n        \"masculinized\",\n        \"mastman\",\n        \"melian\",\n        \"mellsman\",\n        \"mendaciousness\",\n        \"menshevist\",\n        \"molman\",\n        \"molmen\",\n        \"netman\",\n        \"poleman\",\n        \"popleman\",\n        \"pushrod\",\n        \"rabbeted\",\n        \"rabbeting\",\n        \"raggily\",\n        \"ravenling\",\n        \"rollerman\",\n        \"sackman\",\n        \"shanksman\",\n        \"skipman\",\n        \"slingman\",\n        \"spelman\",\n        \"spelterman\",\n        \"sussex\",\n        \"tacksmen\",\n        \"thongman\",\n        \"trollopian\",\n        \"tupian\",\n        \"tutman\",\n        \"twiddly\",\n        \"wessexman\",\n        \"whitman\",\n        \"wholism\",\n        \"whoof\",\n        \"whoop\",\n        \"whoope\",\n        \"whooped\",\n        \"whoopers\",\n        \"wilcoxon\",\n        \"wyoming\",\n        \"wonton\"\n    ],\n    \"and andalus\": [\n        \"andalusite\"\n    ],\n    \"naaman\": [\n        \"andaman\"\n    ],\n    \"na ndi Israel\": [\n        \"andamanese\"\n    ],\n    \"na nri\": [\n        \"andante\",\n        \"dietarily\",\n        \"dietetically\"\n    ],\n    \"Okwara\": [\n        \"andantinos\",\n        \"andesic\",\n        \"bobsledder\",\n        \"bsf\",\n        \"carbolxylol\",\n        \"clabularia\",\n        \"fretworks\",\n        \"hamstring\",\n        \"hamstringing\",\n        \"harpsichon\",\n        \"harquebus\",\n        \"miledh\",\n        \"proceres\",\n        \"proscolex\",\n        \"pseudocelom\",\n        \"pseudocoel\",\n        \"pseudojervine\",\n        \"pseudosoph\",\n        \"sambal\",\n        \"sambucas\",\n        \"sambuk\",\n        \"serbdom\",\n        \"teaselwort\",\n        \"thrombogen\"\n    ],\n    \"na awquan\": [\n        \"andaquian\"\n    ],\n    \"Okwa\": [\n        \"anders\",\n        \"arquerite\",\n        \"cauk\",\n        \"desmopelmous\",\n        \"howffs\",\n        \"isthmic\",\n        \"outsees\",\n        \"outsulks\",\n        \"pulselike\",\n        \"saucers\",\n        \"squirtiness\"\n    ],\n    \"Andesine\": [\n        \"andesine\"\n    ],\n    \"Nwunye\": [\n        \"andesinite\",\n        \"axolotls\",\n        \"boarcite\",\n        \"boyd\",\n        \"bosey\",\n        \"bowermaiden\",\n        \"cerianthid\",\n        \"corrody\",\n        \"crony\",\n        \"cruddle\",\n        \"cruset\",\n        \"daneflower\",\n        \"dichogamous\",\n        \"estudy\",\n        \"exogamy\",\n        \"exogamies\",\n        \"exorcises\",\n        \"frumpier\",\n        \"gettableness\",\n        \"glisters\",\n        \"gottfried\",\n        \"grobian\",\n        \"harperess\",\n        \"kayoed\",\n        \"kauries\",\n        \"kerbing\",\n        \"kylite\",\n        \"kitsch\",\n        \"kitsches\",\n        \"kitschy\",\n        \"mayvin\",\n        \"maywort\",\n        \"matey\",\n        \"matelasse\",\n        \"matelote\",\n        \"matelotte\",\n        \"matezite\",\n        \"matrilineage\",\n        \"matronized\",\n        \"musterer\",\n        \"nivosity\",\n        \"onerosity\",\n        \"parsonhood\",\n        \"paupering\",\n        \"pawdite\",\n        \"pawkily\",\n        \"pyrosises\",\n        \"pyrosulfuric\",\n        \"pyrosulphuryl\",\n        \"pyrotartrate\",\n        \"pitheciine\",\n        \"pleopods\",\n        \"pleurobranchiate\",\n        \"pleurocentrum\",\n        \"pleurococcaceous\",\n        \"pleurococcus\",\n        \"pleurodire\",\n        \"pleurogenic\",\n        \"pleuronect\",\n        \"pleuronectes\",\n        \"pleurotyphoid\",\n        \"pleurotribe\",\n        \"pleurotropous\",\n        \"pliosaurus\",\n        \"preexcitation\",\n        \"preexecute\",\n        \"preexpend\",\n        \"preextraction\",\n        \"pugger\",\n        \"pupiferous\",\n        \"pupilar\",\n        \"restocking\",\n        \"roupingwife\",\n        \"rudloff\",\n        \"rusks\",\n        \"saltwife\",\n        \"sivathere\",\n        \"smuttiness\",\n        \"solonetzicity\",\n        \"spouter\",\n        \"stepniece\",\n        \"stepsisters\",\n        \"surdation\",\n        \"telly\",\n        \"themistian\",\n        \"therodont\",\n        \"theron\",\n        \"thiocarbonate\",\n        \"thiohydrate\",\n        \"thyroglossal\",\n        \"thyrotome\",\n        \"thyrsoidal\",\n        \"thrombin\",\n        \"thud\",\n        \"tidife\",\n        \"tudel\",\n        \"tueiron\",\n        \"twister\",\n        \"widdifow\",\n        \"wifecarl\",\n        \"wifeliness\",\n        \"winsomeness\",\n        \"wrenlike\"\n    ],\n    \"na ebe obibi\": [\n        \"andesites\"\n    ],\n    \"Andy\": [\n        \"andy\"\n    ],\n    \"na-ekwu\": [\n        \"anding\",\n        \"commenting\",\n        \"conversantly\",\n        \"cotingid\",\n        \"debusing\",\n        \"deludes\",\n        \"dites\",\n        \"enuresises\",\n        \"liaises\",\n        \"lich\",\n        \"lych\",\n        \"mentioning\",\n        \"nictating\",\n        \"nictitating\",\n        \"observes\",\n        \"preannounces\",\n        \"profess\",\n        \"professes\",\n        \"prozoning\",\n        \"quatorzes\",\n        \"quiting\",\n        \"quoting\",\n        \"quotingly\",\n        \"rappeling\",\n        \"rappelling\",\n        \"recrusher\",\n        \"recuts\",\n        \"referring\",\n        \"replates\",\n        \"sayids\",\n        \"saying\",\n        \"sating\",\n        \"states\",\n        \"statesmanly\",\n        \"stating\",\n        \"telling\",\n        \"utters\",\n        \"volcanizing\",\n        \"vulcanizing\",\n        \"whosises\"\n    ],\n    \"nairin\": [\n        \"andirin\"\n    ],\n    \"na eiron\": [\n        \"andiron\"\n    ],\n    \"igwe elekere\": [\n        \"andirons\"\n    ],\n    \"Ndokwa\": [\n        \"andorite\",\n        \"andrewsite\",\n        \"apocathartic\",\n        \"arenicolite\",\n        \"boxthorn\",\n        \"boxthorns\",\n        \"cotunnite\",\n        \"dorsocaudal\",\n        \"dorsosternal\",\n        \"drawdown\",\n        \"emboites\",\n        \"engramme\",\n        \"extollment\",\n        \"extolls\",\n        \"isochrony\",\n        \"isochronon\",\n        \"lbw\",\n        \"njave\",\n        \"pleione\",\n        \"potluck\",\n        \"potrero\",\n        \"pretreats\",\n        \"pseudorabies\",\n        \"rearrangements\",\n        \"relaunders\"\n    ],\n    \"na akwụkwọ ozi\": [\n        \"andouillet\"\n    ],\n    \"ugbala\": [\n        \"andouillette\",\n        \"bratchet\",\n        \"carpools\",\n        \"cerambycid\",\n        \"ceratopteridaceous\",\n        \"ceratotheca\",\n        \"ceratothecal\",\n        \"fratry\",\n        \"globetrotter\",\n        \"hypenantron\",\n        \"yapman\",\n        \"lyrebird\",\n        \"moonpenny\",\n        \"serpenteau\",\n        \"serpentivorous\",\n        \"serpentoid\",\n        \"serpulan\",\n        \"speronara\",\n        \"tetrapylon\",\n        \"trencherlike\"\n    ],\n    \"Nwako\": [\n        \"andradite\",\n        \"bothroi\"\n    ],\n    \"na ndozi\": [\n        \"andranatomy\"\n    ],\n    \"andreales\": [\n        \"andreaeales\"\n    ],\n    \"Andrew\": [\n        \"andrew\",\n        \"undrew\"\n    ],\n    \"Andric\": [\n        \"andric\"\n    ],\n    \"na ndagwurugwu\": [\n        \"andries\"\n    ],\n    \"na dee\": [\n        \"andrite\"\n    ],\n    \"na nkwonkwo\": [\n        \"androcles\",\n        \"injoint\",\n        \"posterioristically\",\n        \"ventrolaterally\"\n    ],\n    \"Androconia\": [\n        \"androconia\"\n    ],\n    \"Androconium\": [\n        \"androconium\"\n    ],\n    \"na-emegide\": [\n        \"androcratic\",\n        \"antagonizes\",\n        \"contorniates\",\n        \"controverts\",\n        \"counterjudging\",\n        \"dulcifying\",\n        \"nonmeritorious\",\n        \"opposing\",\n        \"oppositiflorous\",\n        \"oppositifolious\",\n        \"oppositious\",\n        \"oppositipetalous\",\n        \"oppositipinnate\",\n        \"oppositisepalous\",\n        \"opprobriating\",\n        \"preaggressive\",\n        \"pseudoaggressively\",\n        \"tightfitting\",\n        \"vagaristic\"\n    ],\n    \"Ndidiamiri\": [\n        \"androdynamous\"\n    ],\n    \"Ndiokabiori\": [\n        \"androdioecious\"\n    ],\n    \"Androeccia\": [\n        \"androeccia\"\n    ],\n    \"njide\": [\n        \"androecial\",\n        \"arbith\",\n        \"archsee\",\n        \"arloup\",\n        \"arrentable\",\n        \"arrestable\",\n        \"arrestant\",\n        \"arrestation\",\n        \"arrestees\",\n        \"arrestive\",\n        \"arrestment\",\n        \"arrestor\",\n        \"arrestors\",\n        \"arrests\",\n        \"captance\",\n        \"captation\",\n        \"captiousness\",\n        \"captor\",\n        \"capturer\",\n        \"catchcry\",\n        \"catchiness\",\n        \"catchingness\",\n        \"catchments\",\n        \"clition\",\n        \"curlycue\",\n        \"custody\",\n        \"detainal\",\n        \"detainers\",\n        \"detainment\",\n        \"detention\",\n        \"detentive\",\n        \"grabbler\",\n        \"gravities\",\n        \"gravures\",\n        \"gripment\",\n        \"holdings\",\n        \"holdout\",\n        \"holdouts\",\n        \"holdover\",\n        \"holdovers\",\n        \"holdups\",\n        \"knaves\",\n        \"seisure\"\n    ],\n    \"Ndaghari\": [\n        \"androgyneity\",\n        \"counterselection\"\n    ],\n    \"androgyny\": [\n        \"androgynia\",\n        \"androgynism\"\n    ],\n    \"Ndidi\": [\n        \"androginous\",\n        \"androgynous\",\n        \"bearability\",\n        \"bearable\",\n        \"bearishness\",\n        \"bearleap\",\n        \"bobjerom\",\n        \"bobolink\",\n        \"bobolinks\",\n        \"bodieron\",\n        \"boedromion\",\n        \"boffolas\",\n        \"borzois\",\n        \"bostonians\",\n        \"bote\",\n        \"bourdons\",\n        \"bovarism\",\n        \"celtish\",\n        \"cordovans\",\n        \"cotsetla\",\n        \"dappledness\",\n        \"didynamy\",\n        \"didynamic\",\n        \"didynamies\",\n        \"didynamous\",\n        \"didromies\",\n        \"downsteepy\",\n        \"dragomanate\",\n        \"dragomanic\",\n        \"dragomanish\",\n        \"drawrod\",\n        \"drome\",\n        \"embosks\",\n        \"emden\",\n        \"entosternal\",\n        \"entozoans\",\n        \"entozoic\",\n        \"felts\",\n        \"fussbudgety\",\n        \"fusspot\",\n        \"lowdowns\",\n        \"nimrods\",\n        \"panoplying\",\n        \"pelidnota\",\n        \"perseitol\",\n        \"pleonexia\",\n        \"pleuronectid\",\n        \"pleuroperitonaeal\",\n        \"pleurotomarioid\",\n        \"pokier\",\n        \"potboys\",\n        \"potholing\",\n        \"roger\",\n        \"sibyllism\",\n        \"sibyls\",\n        \"slopingness\",\n        \"soboliferous\",\n        \"stacking\",\n        \"stackup\",\n        \"stelliferous\",\n        \"suivez\",\n        \"swanhood\",\n        \"triptanes\",\n        \"upstartness\"\n    ],\n    \"Androgonia\": [\n        \"androgonia\"\n    ],\n    \"gam akporo\": [\n        \"android\",\n        \"androidal\",\n        \"androides\"\n    ],\n    \"nkwughachi\": [\n        \"androlepsy\",\n        \"boulangism\",\n        \"forestalment\",\n        \"overtension\",\n        \"reaffusion\",\n        \"reannotation\",\n        \"reciprocality\",\n        \"reciprocitarian\",\n        \"reciprocities\",\n        \"recommittal\",\n        \"recomplaint\",\n        \"recompression\",\n        \"reconfinement\",\n        \"remanation\",\n        \"repackage\",\n        \"repackaging\",\n        \"repandousness\",\n        \"repassage\",\n        \"repealable\",\n        \"replantation\",\n        \"repositions\",\n        \"reproclamation\",\n        \"repronunciation\",\n        \"republisher\",\n        \"resalutation\",\n        \"ressort\",\n        \"retransmissive\",\n        \"retroversion\",\n        \"reventilation\",\n        \"rheostat\",\n        \"rheostats\"\n    ],\n    \"androopsia\": [\n        \"androlepsia\"\n    ],\n    \"andromeda\": [\n        \"andromed\",\n        \"andromede\"\n    ],\n    \"Nnenna\": [\n        \"andronicus\",\n        \"beatnik\",\n        \"beatniks\",\n        \"blastophoric\",\n        \"cafiz\",\n        \"cronie\",\n        \"dallyman\",\n        \"ententophil\",\n        \"entomostracan\",\n        \"fitzroy\",\n        \"floridan\",\n        \"germanophile\",\n        \"giobertite\",\n        \"glassteel\",\n        \"gletscher\",\n        \"gryph\",\n        \"gromwells\",\n        \"harbourer\",\n        \"harpooned\",\n        \"hartford\",\n        \"hartmann\",\n        \"hartmannia\",\n        \"hartungen\",\n        \"hyle\",\n        \"hoffmannite\",\n        \"junonian\",\n        \"kistfuls\",\n        \"knorhmn\",\n        \"knoxville\",\n        \"knoxvillite\",\n        \"knubbiest\",\n        \"melicoton\",\n        \"morphia\",\n        \"morphrey\",\n        \"sewellel\",\n        \"sneaksby\",\n        \"steelboy\",\n        \"swartzbois\",\n        \"taccaceous\",\n        \"tacksman\",\n        \"tallymanship\",\n        \"tallymen\",\n        \"tallywag\",\n        \"tassie\",\n        \"tatbeb\",\n        \"teasellike\",\n        \"telodendrion\",\n        \"teredos\",\n        \"tesarovitch\",\n        \"tetrad\",\n        \"tetrdra\",\n        \"tetrodont\",\n        \"tezkirah\",\n        \"thalline\",\n        \"thallogen\",\n        \"thallus\",\n        \"thaumoscopic\",\n        \"thiazines\",\n        \"threip\",\n        \"thronelike\",\n        \"thuyas\",\n        \"thujas\",\n        \"tyburnian\",\n        \"tillaeastrum\",\n        \"tinoceras\",\n        \"tinosa\",\n        \"tjandi\",\n        \"tjenkal\",\n        \"tlapallan\",\n        \"tlascalan\",\n        \"tlingit\",\n        \"toryweed\",\n        \"tralira\",\n        \"tridacna\",\n        \"trolldom\",\n        \"trollopean\",\n        \"trompillo\",\n        \"trussell\",\n        \"tugman\",\n        \"tupik\",\n        \"tupiks\",\n        \"tuttis\",\n        \"tweaky\",\n        \"tzarevnas\",\n        \"tzarina\",\n        \"whabby\"\n    ],\n    \"na mba\": [\n        \"androphobia\",\n        \"nationwide\"\n    ],\n    \"Ugboro\": [\n        \"androsace\",\n        \"bldr\",\n        \"brattling\",\n        \"breviconic\",\n        \"broadleaves\",\n        \"brome\",\n        \"cordovan\",\n        \"cresotic\",\n        \"cuddly\",\n        \"dithecal\",\n        \"dittying\",\n        \"driers\",\n        \"eclegm\",\n        \"eqpt\",\n        \"erstwhiles\",\n        \"frequenter\",\n        \"frequentest\",\n        \"frequentness\",\n        \"frivoling\",\n        \"frivolling\",\n        \"frivols\",\n        \"frutescent\",\n        \"fulcrums\",\n        \"fulmines\",\n        \"harpooneer\",\n        \"horrescent\",\n        \"htel\",\n        \"yetts\",\n        \"limby\",\n        \"mlx\",\n        \"moggy\",\n        \"moroncy\",\n        \"morons\",\n        \"negrophile\",\n        \"negrophobe\",\n        \"negrophobiac\",\n        \"negros\",\n        \"nettler\",\n        \"nettlewort\",\n        \"ostreger\",\n        \"outstudy\",\n        \"overcleave\",\n        \"paroling\",\n        \"parols\",\n        \"piddling\",\n        \"plod\",\n        \"pulsojet\",\n        \"quirkily\",\n        \"slammocking\",\n        \"slaughterous\",\n        \"slavonic\",\n        \"slugabeds\",\n        \"snags\",\n        \"softwoods\",\n        \"stoundmeal\",\n        \"stratonic\",\n        \"streakers\",\n        \"strepsiceros\",\n        \"stromatic\",\n        \"tilbury\",\n        \"tiliaceous\",\n        \"tilths\",\n        \"trenchant\",\n        \"tresance\",\n        \"tronc\",\n        \"turfskiing\",\n        \"uglifies\",\n        \"unpedantical\",\n        \"untropic\",\n        \"upcurving\",\n        \"upseek\",\n        \"urnfield\",\n        \"vernant\",\n        \"vlsi\",\n        \"volatilely\",\n        \"vraicking\"\n    ],\n    \"Ndagwurugwu\": [\n        \"androsporangium\",\n        \"draggletailedness\",\n        \"ledges\",\n        \"valley\",\n        \"valleyite\",\n        \"valleywise\"\n    ],\n    \"andrespore\": [\n        \"androspore\"\n    ],\n    \"andretauric\": [\n        \"androtauric\"\n    ],\n    \"echegharia\": [\n        \"aneared\",\n        \"reconsigned\"\n    ],\n    \"na-ebugharị\": [\n        \"anearing\",\n        \"boardable\",\n        \"carburising\",\n        \"cartelizing\",\n        \"convects\",\n        \"deferrers\",\n        \"hostaging\",\n        \"movers\",\n        \"nebulised\",\n        \"overliving\",\n        \"portends\",\n        \"predissuading\",\n        \"pulicous\",\n        \"pusses\",\n        \"reloading\",\n        \"remigrates\",\n        \"resilvering\",\n        \"sherardizing\",\n        \"storifying\",\n        \"tangoing\",\n        \"transducing\",\n        \"translocating\",\n        \"transportedly\",\n        \"transporting\",\n        \"transportingly\",\n        \"transubstantiating\",\n        \"transuming\",\n        \"unmerging\",\n        \"unrousing\",\n        \"unshrugging\",\n        \"unurging\",\n        \"upbulging\",\n        \"vehiculatory\",\n        \"waveward\",\n        \"wavewise\"\n    ],\n    \"akụkọ ihe mere eme\": [\n        \"anecdotical\",\n        \"haliography\",\n        \"hist\",\n        \"histamines\",\n        \"histamins\",\n        \"histed\",\n        \"histidins\",\n        \"histing\",\n        \"histiocyte\",\n        \"histiocytic\",\n        \"histioid\",\n        \"histiology\",\n        \"histoblast\",\n        \"histochemic\",\n        \"histochemical\",\n        \"histochemically\",\n        \"histochemistry\",\n        \"histocyte\",\n        \"histoclastic\",\n        \"histocompatibility\",\n        \"histodialysis\",\n        \"histodialytic\",\n        \"histogen\",\n        \"histogenesis\",\n        \"histogenetic\",\n        \"histogenetically\",\n        \"histogeny\",\n        \"histogenic\",\n        \"histogenous\",\n        \"histogens\",\n        \"histograms\",\n        \"histography\",\n        \"histographic\",\n        \"histographical\",\n        \"histographies\",\n        \"histolysis\",\n        \"histolytic\",\n        \"histology\",\n        \"histologic\",\n        \"histological\",\n        \"histologically\",\n        \"histologies\",\n        \"histometabasis\",\n        \"histomorphology\",\n        \"histomorphological\",\n        \"histon\",\n        \"histonal\",\n        \"histone\",\n        \"histones\",\n        \"histonomy\",\n        \"histopathology\",\n        \"histopathologic\",\n        \"histopathological\",\n        \"histopathologically\",\n        \"histophyly\",\n        \"histophysiology\",\n        \"histophysiologic\",\n        \"histophysiological\",\n        \"histoplasmin\",\n        \"history\",\n        \"historial\",\n        \"historiated\",\n        \"historic\",\n        \"historical\",\n        \"historicalness\",\n        \"historicism\",\n        \"historicity\",\n        \"historicize\",\n        \"historicocabbalistical\",\n        \"historicodogmatic\",\n        \"historicogeographical\",\n        \"historicophilosophica\",\n        \"historicophysical\",\n        \"historicopolitical\",\n        \"historicoprophetic\",\n        \"historicoreligious\",\n        \"historics\",\n        \"historicus\",\n        \"histories\",\n        \"historiette\",\n        \"historiograph\",\n        \"historiographership\",\n        \"historiography\",\n        \"historiographic\",\n        \"historiographical\",\n        \"historiographies\",\n        \"historiology\",\n        \"historiological\",\n        \"historiometry\",\n        \"historiometric\",\n        \"historionomer\",\n        \"historious\",\n        \"historism\",\n        \"histothrombin\",\n        \"histotome\",\n        \"histotomy\",\n        \"histotomies\",\n        \"histotrophy\",\n        \"histotrophic\",\n        \"histotropic\",\n        \"histozyme\",\n        \"histozoic\",\n        \"histrio\",\n        \"histriobdella\",\n        \"histrion\",\n        \"histrionic\",\n        \"histrionical\",\n        \"histrionicism\",\n        \"histrionics\",\n        \"histrionism\",\n        \"nonhistoric\",\n        \"nonhistorical\",\n        \"underhistory\",\n        \"unhistory\",\n        \"unhistoric\",\n        \"unhistorical\"\n    ],\n    \"ọhụrụ\": [\n        \"anelastic\",\n        \"freshed\",\n        \"fresher\",\n        \"naresh\",\n        \"neonate\",\n        \"new\",\n        \"newar\",\n        \"newel\",\n        \"newfangled\",\n        \"newing\",\n        \"newish\",\n        \"newmanize\",\n        \"newsier\",\n        \"newstand\",\n        \"renegaded\",\n        \"renegades\",\n        \"renegadoes\",\n        \"renegados\",\n        \"renegated\",\n        \"reneged\",\n        \"reneges\",\n        \"renewed\",\n        \"renewedly\",\n        \"renewedness\",\n        \"renews\"\n    ],\n    \"ihe eletrik\": [\n        \"anelectric\"\n    ],\n    \"anelyt\": [\n        \"anelytrous\"\n    ],\n    \"emta ahụhụ\": [\n        \"anematize\"\n    ],\n    \"ịemụ ọgwụ\": [\n        \"anematizing\"\n    ],\n    \"anaemia\": [\n        \"anemia\"\n    ],\n    \"anemometa\": [\n        \"anemometer\",\n        \"anemometers\"\n    ],\n    \"anemometric\": [\n        \"anemometrical\"\n    ],\n    \"anemone\": [\n        \"anemonal\",\n        \"anemony\"\n    ],\n    \"aneret\": [\n        \"aneretic\"\n    ],\n    \"ume\": [\n        \"anergy\",\n        \"anergies\",\n        \"breaths\",\n        \"commensuration\",\n        \"commolition\",\n        \"consortial\",\n        \"energeticalness\",\n        \"energeticness\",\n        \"energy\",\n        \"energies\",\n        \"enspirit\",\n        \"entoilment\",\n        \"exhaustively\",\n        \"ferventness\",\n        \"invigorant\",\n        \"invigorate\",\n        \"invigorated\",\n        \"invigoration\",\n        \"invigorations\",\n        \"invigour\",\n        \"nitrating\",\n        \"nutation\",\n        \"reencouraged\",\n        \"refastening\",\n        \"reinforcements\",\n        \"reinforcers\",\n        \"reinforcing\",\n        \"respelled\",\n        \"respirableness\",\n        \"respired\",\n        \"stamina\",\n        \"strength\",\n        \"strengthy\",\n        \"strenth\",\n        \"tautnesses\",\n        \"tumefied\",\n        \"urchins\",\n        \"urticated\",\n        \"urtication\",\n        \"velitation\",\n        \"vigneron\",\n        \"vigogne\",\n        \"vigone\",\n        \"vigor\",\n        \"vigorousness\",\n        \"vigors\",\n        \"vigour\",\n        \"vigours\",\n        \"vivipary\",\n        \"voraginous\"\n    ],\n    \"onye anestetiiki\": [\n        \"anesthesiant\"\n    ],\n    \"ndi anesthetists\": [\n        \"anesthetists\"\n    ],\n    \"anestetti\": [\n        \"anesthetizing\"\n    ],\n    \"anesteti\": [\n        \"anestrous\"\n    ],\n    \"anurilemmic\": [\n        \"aneurilemmic\"\n    ],\n    \"anurine\": [\n        \"aneurine\"\n    ],\n    \"anurysmal\": [\n        \"aneurysmal\"\n    ],\n    \"dị ọhụrụ\": [\n        \"aneurysmally\",\n        \"freshly\",\n        \"nascent\",\n        \"renege\",\n        \"revarnishes\"\n    ],\n    \"ihe obula\": [\n        \"anfract\",\n        \"anywhy\",\n        \"beant\",\n        \"berthage\",\n        \"boder\",\n        \"imponent\",\n        \"sourbelly\",\n        \"urtext\",\n        \"whatever\",\n        \"whatsoeer\",\n        \"whatsoever\",\n        \"whatsomever\"\n    ],\n    \"Anụmanụ\": [\n        \"anfractuose\",\n        \"angwich\",\n        \"animalcule\",\n        \"annulose\",\n        \"bemonster\",\n        \"cannabic\",\n        \"khattish\",\n        \"supersoil\",\n        \"supersweetly\",\n        \"underfurnish\",\n        \"underfurnisher\",\n        \"undergauge\"\n    ],\n    \"adịghị mma\": [\n        \"anfractuosity\",\n        \"badgeless\",\n        \"disconvenient\",\n        \"disfurnished\",\n        \"disgood\",\n        \"disjoined\",\n        \"displeases\",\n        \"displeasingly\",\n        \"disproportional\",\n        \"galeeny\",\n        \"galeenies\",\n        \"goodless\",\n        \"imbreathe\",\n        \"imbute\",\n        \"impoor\",\n        \"improcreant\",\n        \"improgressive\",\n        \"improgressiveness\",\n        \"improvident\",\n        \"inaesthetic\",\n        \"inaqueous\",\n        \"indecentest\",\n        \"irregularities\",\n        \"lash\",\n        \"lashless\",\n        \"lashness\",\n        \"latencies\",\n        \"lavant\",\n        \"lavishest\",\n        \"lax\",\n        \"laxnesses\",\n        \"malandrous\",\n        \"malcontently\",\n        \"minxishness\",\n        \"misbetide\",\n        \"mismaking\",\n        \"mismanages\",\n        \"mismarking\",\n        \"mismatch\",\n        \"mismatching\",\n        \"mismatchment\",\n        \"mismetre\",\n        \"naughtily\",\n        \"nefandous\",\n        \"negativeness\",\n        \"negatives\",\n        \"negress\",\n        \"neguses\",\n        \"nondark\",\n        \"nugacious\",\n        \"raucities\",\n        \"unacute\",\n        \"unbanished\",\n        \"unbeggar\",\n        \"undigne\",\n        \"unethic\",\n        \"unethical\",\n        \"unfavorable\",\n        \"unfavorableness\",\n        \"unfavourable\",\n        \"unfavoured\",\n        \"unfurnished\",\n        \"ungladsome\",\n        \"ungood\",\n        \"ungoodly\",\n        \"ungorgeous\",\n        \"ungreat\",\n        \"ungruesome\",\n        \"unhealthful\",\n        \"unhealthfully\",\n        \"unhealthsome\",\n        \"unmodest\",\n        \"unmodestly\",\n        \"unmodishly\",\n        \"unnervous\",\n        \"unodious\",\n        \"unruefulness\",\n        \"unsplendid\",\n        \"unterrible\",\n        \"unwickedness\"\n    ],\n    \"anwaanu\": [\n        \"anfractuous\"\n    ],\n    \"omume anaghi aru\": [\n        \"anfractuousness\"\n    ],\n    \"mgbaji ọkpụkpụ\": [\n        \"anfracture\",\n        \"frache\",\n        \"fractur\",\n        \"fracture\",\n        \"fractured\",\n        \"fractureproof\",\n        \"fractures\",\n        \"fracturs\"\n    ],\n    \"mmụọ ozi\": [\n        \"angel\",\n        \"angeldom\",\n        \"angelhood\",\n        \"angelic\",\n        \"angelical\",\n        \"angelically\",\n        \"angelicalness\",\n        \"angelicic\",\n        \"angelicize\",\n        \"angelicness\",\n        \"angelim\",\n        \"angelito\",\n        \"angelized\",\n        \"angelizing\",\n        \"angelship\",\n        \"angelus\",\n        \"angeluses\",\n        \"psalterial\",\n        \"psalterion\"\n    ],\n    \"Angelica\": [\n        \"angelica\"\n    ],\n    \"anglican\": [\n        \"angelican\"\n    ],\n    \"nke angelica\": [\n        \"angelicas\"\n    ],\n    \"Angelico\": [\n        \"angelico\"\n    ],\n    \"Angelina\": [\n        \"angelina\"\n    ],\n    \"gosi ozi\": [\n        \"angelize\"\n    ],\n    \"onye na-ede akwụkwọ\": [\n        \"angelographer\",\n        \"autographer\",\n        \"autographist\",\n        \"charterer\",\n        \"chartist\",\n        \"cryptographer\",\n        \"cryptographist\",\n        \"hagiographer\",\n        \"iambographer\",\n        \"kenotist\",\n        \"lithographer\",\n        \"logographer\",\n        \"monographer\",\n        \"pterographer\"\n    ],\n    \"ndị mmụọ ozi\": [\n        \"angels\",\n        \"anglians\",\n        \"anglicans\",\n        \"archangels\",\n        \"divulgers\",\n        \"eschalots\",\n        \"escritoires\",\n        \"nibs\",\n        \"thespians\"\n    ],\n    \"were iwe\": [\n        \"angered\",\n        \"angrite\",\n        \"blared\",\n        \"censed\",\n        \"delignated\",\n        \"distended\",\n        \"embittered\",\n        \"fanged\",\n        \"fritted\",\n        \"frittered\",\n        \"furied\",\n        \"furred\",\n        \"furriered\",\n        \"grudged\",\n        \"incensed\",\n        \"indign\",\n        \"indignant\",\n        \"indignified\",\n        \"indignly\",\n        \"insensed\",\n        \"outraged\",\n        \"outranged\",\n        \"pissabed\",\n        \"pissed\",\n        \"temperamented\",\n        \"whimpered\"\n    ],\n    \"enweghị iwe\": [\n        \"angerless\",\n        \"ireless\",\n        \"temperless\"\n    ],\n    \"n'iwe\": [\n        \"angerly\",\n        \"angrily\",\n        \"enragedly\",\n        \"indignantly\",\n        \"irefully\",\n        \"ragefully\",\n        \"wrothfully\",\n        \"wrothly\"\n    ],\n    \"angio\": [\n        \"angilo\"\n    ],\n    \"anginas\": [\n        \"anginous\"\n    ],\n    \"angio asthenia\": [\n        \"angioasthenia\"\n    ],\n    \"ọrịa angiocarpic\": [\n        \"angiocarpic\"\n    ],\n    \"Ọrịa afọ\": [\n        \"angiomyocardiac\",\n        \"cerebritis\",\n        \"gastroenterological\",\n        \"gastrologer\",\n        \"gastrology\",\n        \"gastrologically\",\n        \"gastropathy\",\n        \"pleuropneumonia\"\n    ],\n    \"ọrịa angiopoietic\": [\n        \"angiopoietic\"\n    ],\n    \"angiosperformance\": [\n        \"angiospermous\"\n    ],\n    \"angulu\": [\n        \"angleberry\",\n        \"angleworm\",\n        \"angulus\"\n    ],\n    \"ndị na-akụ azụ azụ\": [\n        \"anglers\"\n    ],\n    \"akụkụ\": [\n        \"angles\",\n        \"anhedral\",\n        \"aspect\",\n        \"aspectant\",\n        \"aspects\",\n        \"aspectual\",\n        \"cubatory\",\n        \"curbside\",\n        \"currans\",\n        \"curves\",\n        \"curviserial\",\n        \"dimension\",\n        \"dimensional\",\n        \"dimensionality\",\n        \"dimensionally\",\n        \"dimensioned\",\n        \"dimensioning\",\n        \"dimensions\",\n        \"dimensive\",\n        \"dimities\",\n        \"dimnesses\",\n        \"equation\",\n        \"equationist\",\n        \"equations\",\n        \"equiangular\",\n        \"equipartisan\",\n        \"facets\",\n        \"flanks\",\n        \"ironside\",\n        \"localisation\",\n        \"localization\",\n        \"organella\",\n        \"organellae\",\n        \"organelle\",\n        \"organophil\",\n        \"parfield\",\n        \"parings\",\n        \"part\",\n        \"partan\",\n        \"partanfull\",\n        \"parters\",\n        \"parthenocarpelly\",\n        \"parthenocarpically\",\n        \"parthenogeneses\",\n        \"parthenogenetic\",\n        \"parthenogenetically\",\n        \"parthenogeny\",\n        \"parthenogenic\",\n        \"parthenogenitive\",\n        \"parthenogone\",\n        \"parthenolatry\",\n        \"parthenoparous\",\n        \"parthenope\",\n        \"parthenos\",\n        \"parthenosperm\",\n        \"particeps\",\n        \"participles\",\n        \"partitas\",\n        \"partitive\",\n        \"partitively\",\n        \"parts\",\n        \"partschinite\",\n        \"parturitions\",\n        \"portionable\",\n        \"portiones\",\n        \"portions\",\n        \"redimensioned\",\n        \"sassan\",\n        \"scopes\",\n        \"sidemen\",\n        \"symbranch\",\n        \"splice\",\n        \"tribular\",\n        \"utricul\",\n        \"wharfside\"\n    ],\n    \"nkuku\": [\n        \"anglesmith\",\n        \"angleworms\",\n        \"catechizing\",\n        \"cckw\",\n        \"claggum\",\n        \"cliona\",\n        \"colasciones\",\n        \"cookeys\",\n        \"cornerbind\",\n        \"cornerpiece\",\n        \"corners\",\n        \"cornerwise\",\n        \"crawm\",\n        \"creepiness\",\n        \"criosphinges\",\n        \"drof\",\n        \"drow\",\n        \"drowte\",\n        \"interramicorn\",\n        \"ostiole\",\n        \"ostracods\",\n        \"pivots\",\n        \"screek\",\n        \"secchio\",\n        \"sorners\"\n    ],\n    \"n'akuku n'akuku\": [\n        \"anglewise\"\n    ],\n    \"nwee mmetụta\": [\n        \"anglicizes\",\n        \"bechanced\",\n        \"becrinolined\",\n        \"emotioned\",\n        \"emusive\",\n        \"feltwort\",\n        \"impassionable\",\n        \"impassioning\",\n        \"mesothetic\",\n        \"passionfruit\",\n        \"sensualized\",\n        \"sentimentalize\",\n        \"sentimentalized\",\n        \"susceptiveness\"\n    ],\n    \"na-eme mmụọ\": [\n        \"anglicizing\",\n        \"antispiritually\",\n        \"prescinding\"\n    ],\n    \"obidigbo\": [\n        \"anglomaniac\",\n        \"chassignite\",\n        \"haematoxylin\"\n    ],\n    \"nhụjuanya\": [\n        \"anguineous\",\n        \"anguiped\",\n        \"anguis\",\n        \"anguish\",\n        \"anguished\",\n        \"anguishes\",\n        \"anguishful\",\n        \"angulate\",\n        \"angulated\",\n        \"angulately\",\n        \"angulateness\",\n        \"angulates\",\n        \"angulating\",\n        \"angulation\",\n        \"angulosity\",\n        \"paramorphism\",\n        \"pungence\"\n    ],\n    \"angular\": [\n        \"angulare\",\n        \"angularia\"\n    ],\n    \"ịkwa ụda\": [\n        \"angularize\",\n        \"outasking\"\n    ],\n    \"angular ness\": [\n        \"angularness\"\n    ],\n    \"angulato gibbous\": [\n        \"angulatogibbous\"\n    ],\n    \"agu\": [\n        \"angule\",\n        \"lusts\",\n        \"tiger\",\n        \"tigerhood\",\n        \"tigers\"\n    ],\n    \"angulomita\": [\n        \"angulometer\"\n    ],\n    \"ihe ngbasi\": [\n        \"angulous\"\n    ],\n    \"angustifolia\": [\n        \"angustifoliate\"\n    ],\n    \"Onyekwere\": [\n        \"angustifolious\",\n        \"ardennite\",\n        \"auldfarrantlike\",\n        \"bearbine\",\n        \"bearwort\",\n        \"biont\",\n        \"biordinal\",\n        \"boanergean\",\n        \"bobbinet\",\n        \"bobbinwork\",\n        \"bobierrite\",\n        \"bohairic\",\n        \"bojite\",\n        \"bolectioned\",\n        \"boskiest\",\n        \"bossiest\",\n        \"boswell\",\n        \"boswellize\",\n        \"boswellizing\",\n        \"bourasque\",\n        \"bourgeoise\",\n        \"bourrasque\",\n        \"bourride\",\n        \"bourrides\",\n        \"bozal\",\n        \"bratticing\",\n        \"cleistocarpous\",\n        \"clerodendron\",\n        \"clethraceous\",\n        \"culverin\",\n        \"culveriner\",\n        \"dabbler\",\n        \"dactylomegaly\",\n        \"dactylopius\",\n        \"dactylosternal\",\n        \"daedalist\",\n        \"delthyria\",\n        \"dentelliere\",\n        \"dentello\",\n        \"dentiroster\",\n        \"devonian\",\n        \"devonic\",\n        \"dineutron\",\n        \"distalwards\",\n        \"ditherer\",\n        \"dothideales\",\n        \"drabant\",\n        \"engelmann\",\n        \"ermanrich\",\n        \"faldstool\",\n        \"flounciest\",\n        \"frabjous\",\n        \"frabjously\",\n        \"ghostweed\",\n        \"gyrowheel\",\n        \"gorblimey\",\n        \"gorblimy\",\n        \"gormandizer\",\n        \"gothlander\",\n        \"grorudite\",\n        \"grottoed\",\n        \"grubbier\",\n        \"hesperidian\",\n        \"hesperinon\",\n        \"hyalts\",\n        \"hobbledehoyish\",\n        \"hobbledehoys\",\n        \"hogshouther\",\n        \"hoydened\",\n        \"holospondaic\",\n        \"hoodwink\",\n        \"husht\",\n        \"yblent\",\n        \"yolkiest\",\n        \"youthens\",\n        \"yowl\",\n        \"yowls\",\n        \"yowt\",\n        \"jollying\",\n        \"jonahesque\",\n        \"jostled\",\n        \"jostler\",\n        \"jostling\",\n        \"jovialist\",\n        \"jovinian\",\n        \"kiltlike\",\n        \"knaidel\",\n        \"knickerbockered\",\n        \"knubbier\",\n        \"kruller\",\n        \"labialised\",\n        \"livingstoneite\",\n        \"longbowman\",\n        \"lotharingian\",\n        \"meliponine\",\n        \"pallidiventrate\",\n        \"palsied\",\n        \"peltast\",\n        \"pentandrian\",\n        \"pentastich\",\n        \"pentastichy\",\n        \"phanariot\",\n        \"phanariote\",\n        \"phanerite\",\n        \"phanotron\",\n        \"philorchidaceous\",\n        \"phragmocyttares\",\n        \"phthartolatrae\",\n        \"phthirophagous\",\n        \"pianissimo\",\n        \"platyrrhinian\",\n        \"pleionian\",\n        \"pleuropterygian\",\n        \"pliosaurian\",\n        \"ploughmell\",\n        \"ploughstaff\",\n        \"pondman\",\n        \"praseocobaltic\",\n        \"pratapwant\",\n        \"pristanes\",\n        \"proctorrhea\",\n        \"prometheus\",\n        \"propranolol\",\n        \"prostatorrhoea\",\n        \"pseudosocial\",\n        \"quadricovariant\",\n        \"raftman\",\n        \"rascallion\",\n        \"rhabdoidal\",\n        \"rhabdophanite\",\n        \"rhason\",\n        \"rhodanthe\",\n        \"ricketier\",\n        \"ricky\",\n        \"rudolf\",\n        \"ruffian\",\n        \"ruskinian\",\n        \"snobbiest\",\n        \"soliterraneous\",\n        \"sothiacal\",\n        \"soulter\",\n        \"spasmophile\",\n        \"spatangoidean\",\n        \"spattlehoe\",\n        \"sphacelus\",\n        \"sphakiot\",\n        \"splenoncus\",\n        \"splenonephric\",\n        \"spleughan\",\n        \"spoofed\",\n        \"spritelike\",\n        \"spritz\",\n        \"spulzie\",\n        \"spuria\",\n        \"spuriae\",\n        \"squamipennate\",\n        \"squandermania\",\n        \"squdgy\",\n        \"stellenbosch\",\n        \"stellionate\",\n        \"stemmiest\",\n        \"sterad\",\n        \"stiletto\",\n        \"stilettoed\",\n        \"stylising\",\n        \"stylonurus\",\n        \"stravinsky\",\n        \"stria\",\n        \"stromateid\",\n        \"strongyloid\",\n        \"strongylosis\",\n        \"subsynovial\",\n        \"talionis\",\n        \"tallowed\",\n        \"tallowy\",\n        \"tallowish\",\n        \"thackerayesque\",\n        \"thalassophilous\",\n        \"thalenite\",\n        \"thalerophagous\",\n        \"thalesia\",\n        \"thalliferous\",\n        \"thallious\",\n        \"thanatophidian\",\n        \"thinocorus\",\n        \"thioaldehyde\",\n        \"thionobenzoic\",\n        \"thyrisiferous\",\n        \"tineoid\",\n        \"totterer\",\n        \"tridentine\",\n        \"tridentinian\",\n        \"wertherian\",\n        \"whorts\",\n        \"wickyup\",\n        \"wildsome\",\n        \"wowserian\",\n        \"xanthochroous\",\n        \"xanthophose\",\n        \"zayins\",\n        \"zested\",\n        \"zoodendria\",\n        \"zoodynamic\"\n    ],\n    \"ndenye okwu\": [\n        \"angustiseptal\"\n    ],\n    \"angostura\": [\n        \"angustura\"\n    ],\n    \"haematopoiesis\": [\n        \"anhaematopoiesis\"\n    ],\n    \"haemolytic\": [\n        \"anhaemolytic\"\n    ],\n    \"Anhedonia\": [\n        \"anhedonia\"\n    ],\n    \"mmikpo\": [\n        \"anhelation\"\n    ],\n    \"ọkọlọtọ\": [\n        \"anhele\",\n        \"banner\",\n        \"bannerer\",\n        \"bannerlike\",\n        \"bannerline\",\n        \"bannerman\",\n        \"bannermen\",\n        \"banners\",\n        \"bannerwise\",\n        \"crustosis\",\n        \"designations\",\n        \"ecthesis\",\n        \"flabel\",\n        \"flaff\",\n        \"flag\",\n        \"flagellar\",\n        \"flagellates\",\n        \"flagelliferous\",\n        \"flagelliform\",\n        \"flagellist\",\n        \"flagellum\",\n        \"flagellums\",\n        \"flagfall\",\n        \"flagfishes\",\n        \"flagged\",\n        \"flaggelated\",\n        \"flaggelating\",\n        \"flagger\",\n        \"flaggery\",\n        \"flaggers\",\n        \"flaggy\",\n        \"flaggier\",\n        \"flaggiest\",\n        \"flaggily\",\n        \"flagginess\",\n        \"flaggingly\",\n        \"flaggings\",\n        \"flaggish\",\n        \"flagitation\",\n        \"flagitious\",\n        \"flagitiously\",\n        \"flagitiousness\",\n        \"flagleaf\",\n        \"flaglet\",\n        \"flagmaker\",\n        \"flagman\",\n        \"flagmen\",\n        \"flagons\",\n        \"flagpole\",\n        \"flagpoles\",\n        \"flagrance\",\n        \"flagrancy\",\n        \"flagroot\",\n        \"flags\",\n        \"flagship\",\n        \"flagships\",\n        \"flagstaff\",\n        \"flagstaffs\",\n        \"flagstick\",\n        \"flaithship\",\n        \"insignia\",\n        \"lexicalic\",\n        \"lexicon\",\n        \"scherm\",\n        \"scrattle\",\n        \"seigniorship\",\n        \"sharpshooter\",\n        \"shikker\",\n        \"shophars\",\n        \"signior\",\n        \"standard\",\n        \"standardbearer\",\n        \"standardbred\",\n        \"standardizer\",\n        \"standardly\",\n        \"standardness\",\n        \"standardwise\"\n    ],\n    \"anhist\": [\n        \"anhistic\"\n    ],\n    \"ihe ọ bụla\": [\n        \"anybodies\",\n        \"anything\",\n        \"anythingarian\",\n        \"anythings\",\n        \"beclothing\",\n        \"heptylic\",\n        \"heptyne\",\n        \"northing\",\n        \"purlicues\",\n        \"wickthing\"\n    ],\n    \"Anidian\": [\n        \"anidian\"\n    ],\n    \"otu obula\": [\n        \"anyhow\"\n    ],\n    \"Anilidic\": [\n        \"anilidic\"\n    ],\n    \"vanilla\": [\n        \"anilla\",\n        \"vanillal\"\n    ],\n    \"Mbibi\": [\n        \"animability\",\n        \"besplash\",\n        \"deammonation\",\n        \"decampment\",\n        \"doom\",\n        \"outdropping\"\n    ],\n    \"animadiveive\": [\n        \"animadversive\"\n    ],\n    \"ndu anwudo\": [\n        \"animadversiveness\"\n    ],\n    \"Anyanwụrụ\": [\n        \"animadvert\"\n    ],\n    \"Anwuru\": [\n        \"animadverted\",\n        \"cresyl\",\n        \"outswimming\",\n        \"smokies\"\n    ],\n    \"Anakpọ\": [\n        \"animadverting\",\n        \"citropten\",\n        \"knapscull\"\n    ],\n    \"Anyanwụ\": [\n        \"animadverts\",\n        \"annuloida\",\n        \"spavies\",\n        \"sundown\",\n        \"sunland\"\n    ],\n    \"anụmanụ\": [\n        \"animal\",\n        \"animalcular\",\n        \"animalculine\",\n        \"animalculous\",\n        \"animalish\",\n        \"animalist\",\n        \"animalistic\",\n        \"animality\",\n        \"animalities\",\n        \"animals\",\n        \"animatistic\",\n        \"fauna\",\n        \"formal\"\n    ],\n    \"anụmanụ na\": [\n        \"animalcula\"\n    ],\n    \"na-akpọ anụmanụ\": [\n        \"animalculae\"\n    ],\n    \"ụmụ anụmanụ\": [\n        \"animalcules\",\n        \"animalhood\",\n        \"hosels\",\n        \"vespers\"\n    ],\n    \"anụ ụmụ anụmanụ\": [\n        \"animalculism\"\n    ],\n    \"onye na-azụrụ anụmanụ\": [\n        \"animalculist\"\n    ],\n    \"anụmanụia\": [\n        \"animalia\"\n    ],\n    \"nke anụmanụ\": [\n        \"animalic\"\n    ],\n    \"anụmanụillio\": [\n        \"animalillio\"\n    ],\n    \"anụmanụise\": [\n        \"animalise\"\n    ],\n    \"na-azụ\": [\n        \"animalised\",\n        \"beefing\",\n        \"goatishly\",\n        \"raising\",\n        \"rasing\",\n        \"trainful\",\n        \"trainfuls\",\n        \"upchucking\"\n    ],\n    \"na-akpali akpali\": [\n        \"animalising\",\n        \"appealingly\",\n        \"appeaser\",\n        \"appeasive\",\n        \"aroynting\",\n        \"arousing\",\n        \"ascriptitious\",\n        \"astricting\",\n        \"astrictively\",\n        \"bousing\",\n        \"breathtaking\",\n        \"canulating\",\n        \"causticizing\",\n        \"compelling\",\n        \"emotionalising\",\n        \"emotionalizing\",\n        \"engilding\",\n        \"evocative\",\n        \"evokes\",\n        \"evoking\",\n        \"excising\",\n        \"excitative\",\n        \"exciter\",\n        \"exciters\",\n        \"exciting\",\n        \"excorticating\",\n        \"exhilarant\",\n        \"exhilarates\",\n        \"exhilarating\",\n        \"exhilaratingly\",\n        \"exuviating\",\n        \"grousing\",\n        \"heteromerous\",\n        \"imperializing\",\n        \"impulsor\",\n        \"incaging\",\n        \"incasing\",\n        \"inchoative\",\n        \"inchoatively\",\n        \"incitative\",\n        \"inciter\",\n        \"incitingly\",\n        \"incrustive\",\n        \"incusing\",\n        \"inderivative\",\n        \"inducive\",\n        \"inductive\",\n        \"indurative\",\n        \"inspirable\",\n        \"inspirationalism\",\n        \"inspirer\",\n        \"inspiring\",\n        \"inspiringly\",\n        \"inspissating\",\n        \"inspissator\",\n        \"instantiating\",\n        \"intriguer\",\n        \"intriguery\",\n        \"intriguers\",\n        \"intriguess\",\n        \"intriguing\",\n        \"intriguingly\",\n        \"intruding\",\n        \"intuiting\",\n        \"invigorator\",\n        \"yttrious\",\n        \"magnetostrictively\",\n        \"motatorious\",\n        \"motivating\",\n        \"motiving\",\n        \"mousing\",\n        \"nonstimulating\",\n        \"passionative\",\n        \"pedigerous\",\n        \"penetrative\",\n        \"penetratively\",\n        \"petticoating\",\n        \"prevocally\",\n        \"prolifical\",\n        \"promptive\",\n        \"propellant\",\n        \"propellent\",\n        \"propelling\",\n        \"properer\",\n        \"propulsive\",\n        \"propulsor\",\n        \"propulsory\",\n        \"provokingly\",\n        \"pushing\",\n        \"richening\",\n        \"rousing\",\n        \"rousingly\",\n        \"sensationalising\",\n        \"sensatory\",\n        \"sensualizing\",\n        \"spinigerous\",\n        \"stimying\",\n        \"stimulant\",\n        \"stimulating\",\n        \"stimulatingly\",\n        \"stimulative\",\n        \"stimulatory\",\n        \"stirling\",\n        \"thrilling\",\n        \"traducingly\",\n        \"tripsome\",\n        \"trudging\",\n        \"unstimulating\",\n        \"unstimulatingly\",\n        \"urticating\",\n        \"vivificating\"\n    ],\n    \"anụ ọhịa\": [\n        \"animalism\",\n        \"animalness\",\n        \"barbeau\",\n        \"barbero\",\n        \"barbuts\",\n        \"bargees\",\n        \"beast\",\n        \"beastbane\",\n        \"beastdom\",\n        \"beasthood\",\n        \"beasties\",\n        \"beastily\",\n        \"beastings\",\n        \"beastish\",\n        \"beastishness\",\n        \"beastly\",\n        \"beastlier\",\n        \"beastliest\",\n        \"beastlily\",\n        \"beastliness\",\n        \"beastling\",\n        \"beastlings\",\n        \"beastman\",\n        \"beasts\",\n        \"beastship\",\n        \"beauclerk\",\n        \"bebeast\",\n        \"bebotch\",\n        \"beefaloes\",\n        \"beestride\",\n        \"beeth\",\n        \"bepearl\",\n        \"bestialism\",\n        \"bestiality\",\n        \"bovines\",\n        \"burr\",\n        \"carcan\",\n        \"carcaneted\",\n        \"eocarboniferous\",\n        \"goatherds\",\n        \"humbird\",\n        \"inchworm\",\n        \"larkspur\",\n        \"monsterlike\",\n        \"muttonmonger\",\n        \"sattle\",\n        \"seastar\",\n        \"vegeculture\",\n        \"vendees\",\n        \"venusberg\",\n        \"werecat\",\n        \"wildcard\",\n        \"wildcat\",\n        \"wildcats\",\n        \"wildcatted\",\n        \"wildfowling\",\n        \"wildlife\",\n        \"wildlike\"\n    ],\n    \"animation\": [\n        \"animalization\",\n        \"animous\"\n    ],\n    \"na-egwu ndụ\": [\n        \"animalize\"\n    ],\n    \"na-egwu egwu\": [\n        \"animalizing\",\n        \"bating\",\n        \"bering\",\n        \"burling\",\n        \"cruciating\",\n        \"exorcizing\",\n        \"ferly\",\n        \"flyable\",\n        \"gaging\",\n        \"humming\",\n        \"humouring\",\n        \"jingly\",\n        \"joking\",\n        \"kidding\",\n        \"kiddingly\",\n        \"laicising\",\n        \"macerating\",\n        \"merrywing\",\n        \"naging\",\n        \"playgoing\",\n        \"playingly\",\n        \"pokingly\",\n        \"polemizing\",\n        \"repinning\",\n        \"romping\",\n        \"singing\",\n        \"singling\",\n        \"skippering\",\n        \"skiwy\",\n        \"snibbing\",\n        \"trifling\",\n        \"vying\",\n        \"wagling\"\n    ],\n    \"animatiks\": [\n        \"animastical\"\n    ],\n    \"dikwa ndu\": [\n        \"animate\"\n    ],\n    \"na-aga aga\": [\n        \"animated\",\n        \"animater\",\n        \"animating\",\n        \"animatingly\",\n        \"animation\",\n        \"animative\"\n    ],\n    \"animated\": [\n        \"animatedly\"\n    ],\n    \"ihe ndị dị ndụ\": [\n        \"animisms\",\n        \"biolyses\",\n        \"biosterin\",\n        \"livres\"\n    ],\n    \"Okike\": [\n        \"animist\",\n        \"arboraceous\",\n        \"arctalian\",\n        \"cre\",\n        \"deemster\",\n        \"garmentworker\",\n        \"innovatively\",\n        \"outfitter\",\n        \"outfitters\",\n        \"sandaling\",\n        \"sprightful\",\n        \"wearisomeness\"\n    ],\n    \"ndị animists\": [\n        \"animists\"\n    ],\n    \"ibu iwe\": [\n        \"animosity\",\n        \"enascent\",\n        \"enrace\",\n        \"unbear\"\n    ],\n    \"ibu iro\": [\n        \"animosities\",\n        \"hostiley\",\n        \"hostility\"\n    ],\n    \"animotism\": [\n        \"animotheism\"\n    ],\n    \"enweghị mmụọ\": [\n        \"anionic\",\n        \"apiculated\",\n        \"bairnliness\",\n        \"chaperonless\",\n        \"invious\",\n        \"nonfrigidness\",\n        \"nongregariousness\",\n        \"nonhostile\",\n        \"nonspiritualness\",\n        \"passionless\",\n        \"passionlessly\",\n        \"passionlessness\",\n        \"spiritless\",\n        \"spiritlessness\",\n        \"unfrightened\",\n        \"unfrigidness\",\n        \"ungenerous\",\n        \"unlustered\",\n        \"unorientalness\",\n        \"unornly\",\n        \"unpejoratively\",\n        \"unpoetic\",\n        \"unspirituous\"\n    ],\n    \"Ebe obula\": [\n        \"anyplace\"\n    ],\n    \"Aniridia\": [\n        \"aniridia\"\n    ],\n    \"anisandis\": [\n        \"anisandrous\"\n    ],\n    \"ime mkpesa\": [\n        \"anisate\",\n        \"complaisantness\"\n    ],\n    \"anisi\": [\n        \"anise\"\n    ],\n    \"anise\": [\n        \"aniseed\",\n        \"aniseeds\"\n    ],\n    \"usoro ochichi\": [\n        \"anisocratic\",\n        \"demasculinisation\",\n        \"theodemocracy\"\n    ],\n    \"ọ bụghị\": [\n        \"anither\",\n        \"dissceptre\",\n        \"isotonically\",\n        \"nidamental\",\n        \"nonadditive\",\n        \"nonambulatory\",\n        \"noncelestially\",\n        \"nondiabolically\",\n        \"nonglacially\",\n        \"nongold\",\n        \"nori\",\n        \"not\",\n        \"notaeal\",\n        \"notational\",\n        \"notchel\",\n        \"notchwing\",\n        \"wasn\"\n    ],\n    \"ihe ọ bụla arianism\": [\n        \"anythingarianism\"\n    ],\n    \"mgbochi institutionalism\": [\n        \"anitinstitutionalism\"\n    ],\n    \"nitrogenous\": [\n        \"anitrogenous\"\n    ],\n    \"agbanyeghị\": [\n        \"anyway\",\n        \"anyways\",\n        \"anywise\",\n        \"dukely\",\n        \"litanywise\",\n        \"nonreverse\",\n        \"nonverbalized\",\n        \"scathelessly\",\n        \"unacted\",\n        \"underhoused\",\n        \"undouble\",\n        \"unreverberated\",\n        \"unrouged\",\n        \"unsubstituted\",\n        \"unwallowed\"\n    ],\n    \"mgbe obula\": [\n        \"anywhen\",\n        \"posthumously\",\n        \"pseudosubtly\",\n        \"whenever\",\n        \"whensoever\",\n        \"whensomever\"\n    ],\n    \"mgbe ọ bụla\": [\n        \"anywhence\",\n        \"divaricatingly\",\n        \"eltime\",\n        \"evertebral\",\n        \"evertors\",\n        \"everwhich\",\n        \"mendipite\",\n        \"pachydermic\",\n        \"pachyhaemous\",\n        \"perturbedly\",\n        \"piliganine\",\n        \"whencesoeer\",\n        \"whencesoever\"\n    ],\n    \"ebe obula\": [\n        \"anywhere\",\n        \"eachwhere\",\n        \"everywhither\",\n        \"wherever\"\n    ],\n    \"kọwaa\": [\n        \"ankylosed\",\n        \"annotate\",\n        \"connotate\",\n        \"defenestrate\",\n        \"define\",\n        \"definitize\",\n        \"deflate\",\n        \"deleniate\",\n        \"delineate\",\n        \"denervate\",\n        \"denigrate\",\n        \"denizate\",\n        \"denominate\",\n        \"denominationalize\",\n        \"denormalized\",\n        \"denotate\",\n        \"denucleate\",\n        \"describable\",\n        \"describe\",\n        \"descrive\",\n        \"destigmatize\",\n        \"distil\",\n        \"explain\",\n        \"explainable\",\n        \"explanate\",\n        \"explicable\",\n        \"expoundable\",\n        \"outlain\",\n        \"parify\",\n        \"prerefined\",\n        \"prespecify\",\n        \"prespecified\",\n        \"radialize\",\n        \"specificize\",\n        \"streamline\",\n        \"understamp\",\n        \"unscottify\",\n        \"unspeaks\",\n        \"unspecifying\"\n    ],\n    \"ancylostoma\": [\n        \"ankylostoma\"\n    ],\n    \"ancylostomiasis\": [\n        \"ankylostomiasis\"\n    ],\n    \"ankylosis\": [\n        \"ankylotia\"\n    ],\n    \"ọkpụkpụ nkwonkwo ụkwụ\": [\n        \"anklebone\",\n        \"anklebones\"\n    ],\n    \"anlas\": [\n        \"anlases\"\n    ],\n    \"Ann\": [\n        \"ann\"\n    ],\n    \"anabergite\": [\n        \"annabergite\"\n    ],\n    \"Annalia\": [\n        \"annalia\"\n    ],\n    \"ndị akụkọ afọ\": [\n        \"annalists\"\n    ],\n    \"ndị na-ebu ụzọ\": [\n        \"annealers\"\n    ],\n    \"njikọ\": [\n        \"annectant\",\n        \"annectent\",\n        \"binderies\",\n        \"bindingly\",\n        \"bindings\",\n        \"clinker\",\n        \"clinks\",\n        \"coalitions\",\n        \"cogitations\",\n        \"cohesions\",\n        \"colation\",\n        \"conjugate\",\n        \"conjugating\",\n        \"conjunct\",\n        \"conjuncted\",\n        \"conjunction\",\n        \"conjunctional\",\n        \"conjunctions\",\n        \"conjunctive\",\n        \"conjunctives\",\n        \"conjuncts\",\n        \"conjuncture\",\n        \"conjuring\",\n        \"connectant\",\n        \"connectedness\",\n        \"connecter\",\n        \"connection\",\n        \"connectional\",\n        \"connectionism\",\n        \"connections\",\n        \"connective\",\n        \"connector\",\n        \"connives\",\n        \"conrector\",\n        \"consociation\",\n        \"consocies\",\n        \"contection\",\n        \"convolvement\",\n        \"counterpuncture\",\n        \"couping\",\n        \"coupling\",\n        \"couplings\",\n        \"etymologies\",\n        \"fusionism\",\n        \"gluelikeness\",\n        \"integrality\",\n        \"integralization\",\n        \"integrals\",\n        \"integrations\",\n        \"integrities\",\n        \"integrodifferential\",\n        \"integropalliate\",\n        \"integument\",\n        \"integumental\",\n        \"integumentation\",\n        \"intercalations\",\n        \"interconnect\",\n        \"interconnection\",\n        \"interconnections\",\n        \"interjaculate\",\n        \"interjangle\",\n        \"interjunction\",\n        \"interlope\",\n        \"internection\",\n        \"interneural\",\n        \"interpellated\",\n        \"interpolated\",\n        \"interrelatedly\",\n        \"interrelation\",\n        \"interrelations\",\n        \"joinder\",\n        \"jointers\",\n        \"league\",\n        \"leagued\",\n        \"leaguer\",\n        \"liaise\",\n        \"ligates\",\n        \"ligating\",\n        \"ligature\",\n        \"lignivorous\",\n        \"lignography\",\n        \"lignous\",\n        \"ligulate\",\n        \"link\",\n        \"linkable\",\n        \"linkage\",\n        \"linkboys\",\n        \"linkedit\",\n        \"linkeditor\",\n        \"linkeditting\",\n        \"linkedness\",\n        \"linker\",\n        \"linky\",\n        \"linkman\",\n        \"linkmen\",\n        \"links\",\n        \"linksman\",\n        \"linksmen\",\n        \"linksmith\",\n        \"linkster\",\n        \"lynnette\",\n        \"lonk\",\n        \"merd\",\n        \"mergulus\",\n        \"meriones\",\n        \"multijugate\",\n        \"nonconnection\",\n        \"pairedness\",\n        \"relatedness\",\n        \"sejunction\",\n        \"syntalities\",\n        \"syntasis\",\n        \"syntenosis\",\n        \"synthesis\",\n        \"synthesism\",\n        \"synthesization\",\n        \"synthesizer\",\n        \"synthetisation\",\n        \"synthetism\",\n        \"synthetization\",\n        \"synthetizer\",\n        \"syntonisation\",\n        \"syntonized\",\n        \"syntrope\",\n        \"syntrophic\",\n        \"soupling\",\n        \"subconnect\",\n        \"subentries\",\n        \"union\",\n        \"unionisation\",\n        \"unionise\",\n        \"unionises\",\n        \"unionisms\",\n        \"unionization\",\n        \"unionizer\",\n        \"unionizers\",\n        \"unionoid\",\n        \"unition\",\n        \"unlink\",\n        \"unlinks\"\n    ],\n    \"Nkume\": [\n        \"annelidan\",\n        \"atoners\",\n        \"barkstone\",\n        \"cliffy\",\n        \"crayonstone\",\n        \"empresa\",\n        \"enc\",\n        \"flinders\",\n        \"groovy\",\n        \"hhd\",\n        \"hystrix\",\n        \"rockbird\",\n        \"rocklings\",\n        \"rockslide\",\n        \"rockwards\",\n        \"rockweed\",\n        \"rockwood\",\n        \"slingstone\",\n        \"slockingstone\",\n        \"stockstone\",\n        \"stoneable\",\n        \"stonecraft\",\n        \"stonefly\",\n        \"stoneflies\",\n        \"stonehatch\",\n        \"stonelaying\",\n        \"stonemen\",\n        \"stoneroot\",\n        \"stoners\",\n        \"stonesmatch\",\n        \"stonesmich\",\n        \"stonewalled\",\n        \"stoneweed\",\n        \"stonewood\",\n        \"stoneworks\",\n        \"woodstone\"\n    ],\n    \"annelida\": [\n        \"annelidian\"\n    ],\n    \"ikpochapụ\": [\n        \"annihilable\",\n        \"annihilates\",\n        \"corvoid\",\n        \"defoliate\",\n        \"exfodiation\",\n        \"exfoliate\",\n        \"exfoliation\",\n        \"expoliate\",\n        \"outbleat\",\n        \"unblush\",\n        \"unpolish\",\n        \"unshale\"\n    ],\n    \"kpochapu ya\": [\n        \"annihilated\",\n        \"preextinguishment\"\n    ],\n    \"ikpochapu ya\": [\n        \"annihilating\"\n    ],\n    \"onye na-egbu mmadụ\": [\n        \"annihilative\"\n    ],\n    \"ndị na-ekpochapụ ya\": [\n        \"annihilators\"\n    ],\n    \"ncheta\": [\n        \"anniv\",\n        \"anniversalily\",\n        \"anniversary\",\n        \"commemorated\",\n        \"commemorating\",\n        \"commemorational\",\n        \"commemorative\",\n        \"commemorator\",\n        \"commemoratory\",\n        \"commemorators\",\n        \"emolument\",\n        \"memoir\",\n        \"memoirism\",\n        \"memoirs\",\n        \"memorandize\",\n        \"memorandums\",\n        \"memoration\",\n        \"memorial\",\n        \"memorialisation\",\n        \"memorialise\",\n        \"memorialised\",\n        \"memorialising\",\n        \"memorialization\",\n        \"memorializations\",\n        \"memorializing\",\n        \"memorially\",\n        \"memories\",\n        \"monumentalization\",\n        \"monumentalizing\",\n        \"nonremembrance\",\n        \"recollectiveness\",\n        \"rememberability\",\n        \"rememberers\",\n        \"remembrance\",\n        \"remembrancership\",\n        \"remembrances\",\n        \"rememoration\",\n        \"remindal\",\n        \"reminded\",\n        \"reminder\",\n        \"unremembrance\",\n        \"waiterage\"\n    ],\n    \"ụbọchị ncheta\": [\n        \"anniversaries\"\n    ],\n    \"kwa afọ\": [\n        \"anniversarily\",\n        \"annual\",\n        \"annualist\",\n        \"annualize\",\n        \"annualized\",\n        \"annually\",\n        \"annuals\",\n        \"annuary\",\n        \"annueler\",\n        \"annuent\",\n        \"annuity\",\n        \"annularly\",\n        \"annulately\",\n        \"annule\",\n        \"annuler\",\n        \"annulet\",\n        \"annuloid\",\n        \"yearly\",\n        \"yearnfully\",\n        \"quintennial\"\n    ],\n    \"na-emechi\": [\n        \"anniverse\",\n        \"climaxing\",\n        \"clogmaking\",\n        \"clonking\",\n        \"closefistedly\",\n        \"closefitting\",\n        \"closes\",\n        \"closewing\",\n        \"clouting\",\n        \"encysting\",\n        \"intercreating\",\n        \"interminably\",\n        \"intermining\",\n        \"proximately\",\n        \"tightropes\",\n        \"tightroping\",\n        \"unclogging\",\n        \"unclosing\"\n    ],\n    \"manụ\": [\n        \"annoyer\",\n        \"annoying\"\n    ],\n    \"ndị na-ewe iwe\": [\n        \"annoyers\"\n    ],\n    \"na-akpasu iwe\": [\n        \"annoyingly\",\n        \"enkindling\",\n        \"incitable\",\n        \"infuriates\",\n        \"infuriating\",\n        \"preagitating\",\n        \"provokes\",\n        \"provoking\"\n    ],\n    \"amaghi aha\": [\n        \"annoyous\",\n        \"anonymous\",\n        \"anonymousness\",\n        \"nonanonymity\",\n        \"nonanonymousness\",\n        \"nonsynonymous\"\n    ],\n    \"anonymous\": [\n        \"annoyously\",\n        \"anonyme\",\n        \"anonymity\",\n        \"anonymously\"\n    ],\n    \"họpụta\": [\n        \"annominate\",\n        \"appoint\",\n        \"belecture\",\n        \"nominalize\",\n        \"nominate\",\n        \"oicks\",\n        \"picks\",\n        \"picktooth\"\n    ],\n    \"ogologo oge\": [\n        \"annonaceous\",\n        \"duration\",\n        \"epopt\",\n        \"linguality\",\n        \"longanamous\",\n        \"longanimity\",\n        \"longanimities\",\n        \"longbill\",\n        \"longe\",\n        \"longear\",\n        \"longerons\",\n        \"longeve\",\n        \"longevity\",\n        \"longevities\",\n        \"longevous\",\n        \"longies\",\n        \"longiloquence\",\n        \"longiloquent\",\n        \"longimetry\",\n        \"longitudinally\",\n        \"longly\",\n        \"longness\",\n        \"longrun\",\n        \"longshoring\",\n        \"longshot\",\n        \"longsomely\",\n        \"longsomeness\",\n        \"longtimer\",\n        \"longway\",\n        \"louringness\",\n        \"pastiest\",\n        \"spacewalk\",\n        \"spacewalks\",\n        \"spirewise\",\n        \"tegularly\",\n        \"warp\"\n    ],\n    \"a kọwara\": [\n        \"annotated\"\n    ],\n    \"annotu\": [\n        \"annotative\"\n    ],\n    \"enweghị nkọwa\": [\n        \"annotativeness\",\n        \"captionless\",\n        \"descriptionless\",\n        \"disincorporate\",\n        \"impardonably\",\n        \"inconcrete\",\n        \"indefinability\",\n        \"indefinable\",\n        \"indefinableness\",\n        \"indefinably\",\n        \"indistinction\",\n        \"indistinctively\",\n        \"inexplicability\",\n        \"inexplicable\",\n        \"inexplicableness\",\n        \"inexplicables\",\n        \"inexplicably\",\n        \"inexportable\",\n        \"inexpressibility\",\n        \"inexpressible\",\n        \"inexpressibleness\",\n        \"inexpressibly\",\n        \"inexpungibility\",\n        \"infraspecific\",\n        \"nonbursting\",\n        \"nonconfined\",\n        \"nonconfinement\",\n        \"nonconfining\",\n        \"noncontemplative\",\n        \"nondeclarative\",\n        \"nondeclaratively\",\n        \"nondefinability\",\n        \"nondefinable\",\n        \"nondefiner\",\n        \"nondefining\",\n        \"nondefiniteness\",\n        \"nondefinitive\",\n        \"nondefinitiveness\",\n        \"nondepravation\",\n        \"nondeprecating\",\n        \"nondeprecative\",\n        \"nondeprecatory\",\n        \"nondepreciating\",\n        \"nondepreciation\",\n        \"nonelaborative\",\n        \"nonexplanatory\",\n        \"noninterpretability\",\n        \"noninterpretable\",\n        \"noninterpretational\",\n        \"noninterpretative\",\n        \"noninterpretively\",\n        \"noninterpretiveness\",\n        \"nonprelatical\",\n        \"nonprepositional\",\n        \"nonpurifying\",\n        \"nonreclusive\",\n        \"nonrefinement\",\n        \"nonreplicate\",\n        \"nonspecification\",\n        \"pleatless\",\n        \"unapplicability\",\n        \"unaspirated\",\n        \"unconfided\",\n        \"unconfine\",\n        \"unconfined\",\n        \"unconfinedly\",\n        \"unconfinedness\",\n        \"unconfining\",\n        \"undeciphered\",\n        \"undeclined\",\n        \"undecreasing\",\n        \"undefinability\",\n        \"undefinable\",\n        \"undefinableness\",\n        \"undefinably\",\n        \"undefinedness\",\n        \"undefiniteness\",\n        \"undepreciated\",\n        \"undescriptive\",\n        \"unexacting\",\n        \"unexactingness\",\n        \"unexactness\",\n        \"unexalting\",\n        \"unexasperated\",\n        \"unexasperating\",\n        \"unexcelled\",\n        \"unexcelling\",\n        \"unexciting\",\n        \"unexcursive\",\n        \"unexcursively\",\n        \"unexecrated\",\n        \"unexecutorial\",\n        \"unexhaled\",\n        \"unexhaustion\",\n        \"unexhilarated\",\n        \"unexhortative\",\n        \"unexonerated\",\n        \"unexonerative\",\n        \"unexorcised\",\n        \"unexpansible\",\n        \"unexpeditious\",\n        \"unexpeditiously\",\n        \"unexpert\",\n        \"unexplainableness\",\n        \"unexplainably\",\n        \"unexplanatory\",\n        \"unexplicable\",\n        \"unexplicableness\",\n        \"unexplicably\",\n        \"unexplicated\",\n        \"unexplorative\",\n        \"unexpostulating\",\n        \"unexpressableness\",\n        \"unexpressedly\",\n        \"unexpressible\",\n        \"unexpressibleness\",\n        \"unexpressively\",\n        \"unexpurgated\",\n        \"unexpurgatedly\",\n        \"unexpurgatedness\",\n        \"unexternal\",\n        \"unextravagant\",\n        \"unextricated\",\n        \"unfigurative\",\n        \"unfinicalness\",\n        \"unflatterable\",\n        \"unflattered\",\n        \"unflattering\",\n        \"unfluorinated\",\n        \"unfrankable\",\n        \"unfreighting\",\n        \"unfrictioned\",\n        \"unfrisking\",\n        \"unhypnotise\",\n        \"unhypnotising\",\n        \"unhypnotized\",\n        \"unhypnotizing\",\n        \"unimprecated\",\n        \"uninterpretability\",\n        \"uninterpretive\",\n        \"uninterrogative\",\n        \"unmultiplicative\",\n        \"unpermeated\",\n        \"unplacid\",\n        \"unplagiarised\",\n        \"unplaid\",\n        \"unplainness\",\n        \"unporcelainized\",\n        \"unpreying\",\n        \"unprelatic\",\n        \"unprelatical\",\n        \"unpreponderated\",\n        \"unpreponderating\",\n        \"unpretendingness\",\n        \"unpreternaturally\",\n        \"unpretty\",\n        \"unprettified\",\n        \"unprettiness\",\n        \"unpricked\",\n        \"unproscribable\",\n        \"unrefine\",\n        \"unrefined\",\n        \"unrefinedly\",\n        \"unrefinement\",\n        \"unrefining\",\n        \"unrevelational\",\n        \"unscioned\",\n        \"unsimplified\",\n        \"unsuppurative\",\n        \"untriced\",\n        \"untricked\"\n    ],\n    \"onye nkowa\": [\n        \"annotator\",\n        \"explainer\",\n        \"interpreter\",\n        \"interpretress\",\n        \"narrater\",\n        \"narrator\"\n    ],\n    \"annotti\": [\n        \"annotatory\"\n    ],\n    \"ndị na-akọwa ihe\": [\n        \"annotators\",\n        \"describers\",\n        \"explicators\"\n    ],\n    \"gwa ya\": [\n        \"announce\",\n        \"propose\"\n    ],\n    \"mara ọkwa\": [\n        \"announceable\",\n        \"announced\",\n        \"announcement\",\n        \"announces\",\n        \"blawed\",\n        \"heralded\",\n        \"notifies\"\n    ],\n    \"ọkwa\": [\n        \"announcements\",\n        \"grade\",\n        \"jeers\",\n        \"norice\",\n        \"notecases\",\n        \"pitches\",\n        \"preannouncements\",\n        \"rankest\",\n        \"ranklingly\",\n        \"rankness\",\n        \"ranksman\",\n        \"stevedored\",\n        \"teaseler\"\n    ],\n    \"ikwusa\": [\n        \"announcing\",\n        \"confarreate\",\n        \"decalcifying\",\n        \"disacidify\",\n        \"elocutionize\",\n        \"heralding\",\n        \"heralds\",\n        \"preach\",\n        \"preaches\",\n        \"preaching\",\n        \"preachingly\",\n        \"preachings\",\n        \"preachman\",\n        \"proclaimingly\",\n        \"promagistrate\",\n        \"promulgating\",\n        \"promulging\",\n        \"volatilising\"\n    ],\n    \"kpochaa\": [\n        \"annul\",\n        \"clearish\",\n        \"eelware\",\n        \"effeminize\",\n        \"etherish\",\n        \"excuss\",\n        \"exsculptate\",\n        \"extenuate\",\n        \"unpaste\"\n    ],\n    \"agbagọ\": [\n        \"annulated\",\n        \"beworm\",\n        \"contaggia\",\n        \"contagia\",\n        \"deviated\",\n        \"deviled\",\n        \"distorted\",\n        \"distortedly\",\n        \"distortedness\",\n        \"distorting\",\n        \"distortion\",\n        \"distortional\",\n        \"distortions\",\n        \"misadjudicated\",\n        \"miscredited\",\n        \"misted\",\n        \"overvoting\",\n        \"perplexing\",\n        \"perverting\",\n        \"quagga\",\n        \"twisting\",\n        \"twitching\",\n        \"unbundles\",\n        \"uncompound\",\n        \"unenthralling\",\n        \"upcast\"\n    ],\n    \"Mgbapụta\": [\n        \"annulets\",\n        \"proenlargement\"\n    ],\n    \"akwukwo ozi\": [\n        \"annulettee\",\n        \"balister\",\n        \"empaper\",\n        \"forlet\",\n        \"lettergram\",\n        \"letterhead\",\n        \"letterleaf\",\n        \"letterwood\",\n        \"newsreader\",\n        \"seedlet\",\n        \"spreadsheet\"\n    ],\n    \"nkwusa\": [\n        \"annulism\",\n        \"conclamation\",\n        \"counterannouncement\",\n        \"declarant\",\n        \"declarer\",\n        \"defaisance\",\n        \"defeasance\",\n        \"demasculinise\",\n        \"demasculinization\",\n        \"demophilism\",\n        \"demophobia\",\n        \"demophoon\",\n        \"depascent\",\n        \"discolith\",\n        \"disfurnishment\",\n        \"felicitation\",\n        \"heraldic\",\n        \"heraldical\",\n        \"interstation\",\n        \"interstimulation\",\n        \"interstriation\",\n        \"nonreclamation\",\n        \"pagination\",\n        \"plounce\",\n        \"preacher\",\n        \"preannouncer\",\n        \"preceptive\",\n        \"premonish\",\n        \"proamusement\",\n        \"promagistracy\",\n        \"promulgation\",\n        \"promulgatory\",\n        \"promulgators\",\n        \"proscapular\",\n        \"proscript\",\n        \"publishership\",\n        \"sporadism\"\n    ],\n    \"akagbuo\": [\n        \"annulling\",\n        \"apposed\",\n        \"canceled\",\n        \"cancellated\",\n        \"cancellation\",\n        \"cancelled\",\n        \"unquitted\"\n    ],\n    \"kwaa\": [\n        \"annulosa\",\n        \"annulosan\",\n        \"perule\",\n        \"rend\",\n        \"sauld\"\n    ],\n    \"agbasa\": [\n        \"annulus\",\n        \"deploring\",\n        \"displode\",\n        \"displodes\",\n        \"disploding\",\n        \"dispreading\",\n        \"disspreading\",\n        \"embattle\",\n        \"fissioning\",\n        \"minishing\",\n        \"propagable\",\n        \"scantling\",\n        \"scantlinged\",\n        \"spatter\",\n        \"spattled\",\n        \"undispersing\",\n        \"unflapping\",\n        \"unfogging\",\n        \"unpasting\",\n        \"unplodding\",\n        \"unspread\",\n        \"unspreading\",\n        \"untrading\",\n        \"upswung\",\n        \"widespreading\"\n    ],\n    \"gbuputa\": [\n        \"annumerate\"\n    ],\n    \"na-ekwuchitere\": [\n        \"annunciable\"\n    ],\n    \"mmee\": [\n        \"annunciates\",\n        \"decryptions\"\n    ],\n    \"ịkagbu\": [\n        \"annunciation\",\n        \"canceling\",\n        \"cancelling\"\n    ],\n    \"mkpọchi\": [\n        \"annunciations\",\n        \"aphonic\",\n        \"arenation\",\n        \"bancus\",\n        \"banishments\",\n        \"barr\",\n        \"battement\",\n        \"becaps\",\n        \"beek\",\n        \"beknit\",\n        \"bemixt\",\n        \"bemusement\",\n        \"bemuses\",\n        \"blockboard\",\n        \"bolk\",\n        \"boll\",\n        \"bollock\",\n        \"bollocks\",\n        \"bollox\",\n        \"bolt\",\n        \"boltcutter\",\n        \"bolters\",\n        \"bolting\",\n        \"boltings\",\n        \"buhrs\",\n        \"bumfs\",\n        \"buttoned\",\n        \"buttoner\",\n        \"buttoners\",\n        \"buttonhole\",\n        \"buttonholer\",\n        \"buttonholes\",\n        \"buttonholing\",\n        \"buttonhook\",\n        \"buttoning\",\n        \"buttons\",\n        \"cacaxte\",\n        \"cachucho\",\n        \"cancan\",\n        \"cannach\",\n        \"cannellated\",\n        \"cannet\",\n        \"caplock\",\n        \"carks\",\n        \"caunch\",\n        \"cebids\",\n        \"cecrops\",\n        \"cellblock\",\n        \"cellblocks\",\n        \"chedlock\",\n        \"choak\",\n        \"cholos\",\n        \"chuff\",\n        \"chuffs\",\n        \"cinquefoiled\",\n        \"cinter\",\n        \"clamaroo\",\n        \"clamatorial\",\n        \"clambake\",\n        \"clambers\",\n        \"clammish\",\n        \"clamor\",\n        \"clamors\",\n        \"clamour\",\n        \"clangs\",\n        \"clarseth\",\n        \"claspers\",\n        \"claviceps\",\n        \"cleck\",\n        \"clenches\",\n        \"cletch\",\n        \"cliack\",\n        \"clique\",\n        \"cliqueyness\",\n        \"cloddishness\",\n        \"cloghad\",\n        \"cloghaun\",\n        \"cloghead\",\n        \"clogs\",\n        \"cloyingness\",\n        \"clomps\",\n        \"colchyte\",\n        \"collution\",\n        \"colpitises\",\n        \"conations\",\n        \"concavation\",\n        \"concaveness\",\n        \"concavity\",\n        \"confinement\",\n        \"confinements\",\n        \"congealedness\",\n        \"congealment\",\n        \"congelation\",\n        \"conges\",\n        \"congestible\",\n        \"congesting\",\n        \"congestion\",\n        \"congestions\",\n        \"congestus\",\n        \"conglobing\",\n        \"conglution\",\n        \"congruousness\",\n        \"constatations\",\n        \"constringe\",\n        \"constupration\",\n        \"conterminousness\",\n        \"contorsion\",\n        \"crackdowns\",\n        \"crackups\",\n        \"cratons\",\n        \"cringes\",\n        \"crinigerous\",\n        \"crinkles\",\n        \"crizzle\",\n        \"crocketed\",\n        \"cromlechs\",\n        \"cronish\",\n        \"crowboot\",\n        \"crowstep\",\n        \"crowstepped\",\n        \"crutch\",\n        \"crutched\",\n        \"crutches\",\n        \"cruth\",\n        \"cucurb\",\n        \"curiage\",\n        \"curlylocks\",\n        \"curnock\",\n        \"curpin\",\n        \"dampener\",\n        \"dampeners\",\n        \"decad\",\n        \"decamps\",\n        \"dekarch\",\n        \"dictations\",\n        \"dints\",\n        \"dockage\",\n        \"doucker\",\n        \"dumbbells\",\n        \"dunks\",\n        \"dunnock\",\n        \"dunstable\",\n        \"eclairs\",\n        \"elses\",\n        \"enclavement\",\n        \"enunciations\",\n        \"galoch\",\n        \"grockle\",\n        \"hammerlock\",\n        \"hconvert\",\n        \"hitches\",\n        \"hommock\",\n        \"huchen\",\n        \"huddlement\",\n        \"hutment\",\n        \"yelks\",\n        \"yelps\",\n        \"keckle\",\n        \"keckles\",\n        \"keeks\",\n        \"keybutton\",\n        \"keypress\",\n        \"keysmith\",\n        \"kepis\",\n        \"keps\",\n        \"keuper\",\n        \"knockaway\",\n        \"lankness\",\n        \"lconvert\",\n        \"leck\",\n        \"linocuts\",\n        \"lobbyer\",\n        \"lochy\",\n        \"lock\",\n        \"lockage\",\n        \"lockages\",\n        \"lockatong\",\n        \"lockbox\",\n        \"locker\",\n        \"locket\",\n        \"lockfast\",\n        \"lockful\",\n        \"lockhole\",\n        \"lockianism\",\n        \"lockyer\",\n        \"lockings\",\n        \"lockjaw\",\n        \"lockjaws\",\n        \"lockless\",\n        \"locklet\",\n        \"lockmaker\",\n        \"lockmaking\",\n        \"lockman\",\n        \"locknut\",\n        \"locknuts\",\n        \"lockout\",\n        \"lockouts\",\n        \"lockpin\",\n        \"lockport\",\n        \"lockram\",\n        \"lockrams\",\n        \"lockrum\",\n        \"locksman\",\n        \"locksmithery\",\n        \"locksmiths\",\n        \"lockspit\",\n        \"lockstep\",\n        \"locksteps\",\n        \"lockstitch\",\n        \"lockup\",\n        \"lockups\",\n        \"lockwork\",\n        \"lohock\",\n        \"looch\",\n        \"lookdown\",\n        \"looping\",\n        \"looplike\",\n        \"loppering\",\n        \"luffs\",\n        \"mahouts\",\n        \"morsure\",\n        \"muclucs\",\n        \"muthmassel\",\n        \"nocks\",\n        \"pacht\",\n        \"padlock\",\n        \"padlocks\",\n        \"palach\",\n        \"palation\",\n        \"palpations\",\n        \"palpitations\",\n        \"phoebads\",\n        \"pinards\",\n        \"pinnipeds\",\n        \"placks\",\n        \"placula\",\n        \"plages\",\n        \"plaitings\",\n        \"plock\",\n        \"pronators\",\n        \"pronomination\",\n        \"punicial\",\n        \"ringneck\",\n        \"ruches\",\n        \"schillings\",\n        \"schlock\",\n        \"scrumption\",\n        \"scrutation\",\n        \"secluse\",\n        \"shakeups\",\n        \"shellackings\",\n        \"shellacks\",\n        \"shelly\",\n        \"shirpit\",\n        \"shlocks\",\n        \"shriekiness\",\n        \"shutterless\",\n        \"shuttles\",\n        \"sickouts\",\n        \"sieges\",\n        \"silenter\",\n        \"silents\",\n        \"sinkages\",\n        \"sinkbox\",\n        \"sinks\",\n        \"smutches\",\n        \"sphenes\",\n        \"spinulation\",\n        \"splicing\",\n        \"spock\",\n        \"squeakery\",\n        \"squeakyish\",\n        \"stacte\",\n        \"staypak\",\n        \"stopcock\",\n        \"stopcocks\",\n        \"stopers\",\n        \"stopes\",\n        \"stoppel\",\n        \"tackety\",\n        \"tapises\",\n        \"thackoor\",\n        \"tictocs\",\n        \"torpedoed\",\n        \"truncation\",\n        \"truncations\",\n        \"truncator\",\n        \"ubication\",\n        \"unbutton\",\n        \"unbuttons\",\n        \"wops\"\n    ],\n    \"ekwupụtala\": [\n        \"annunciative\",\n        \"beveil\",\n        \"disaffiliated\",\n        \"gaudiness\",\n        \"understated\"\n    ],\n    \"mkpọsa\": [\n        \"annunciator\",\n        \"camletine\",\n        \"campaign\",\n        \"campaigned\",\n        \"campaigning\",\n        \"campaigns\",\n        \"craterid\",\n        \"declamation\",\n        \"detorsion\",\n        \"dissepiment\",\n        \"enseal\",\n        \"havenage\",\n        \"yakin\",\n        \"proclaimable\",\n        \"proclamation\",\n        \"proclamations\",\n        \"proculcation\",\n        \"proletarianised\",\n        \"proletarised\",\n        \"prolification\",\n        \"prologues\",\n        \"promontories\",\n        \"prononce\",\n        \"pronounceableness\",\n        \"ralliers\",\n        \"retail\",\n        \"retails\",\n        \"retaped\",\n        \"retare\",\n        \"retial\",\n        \"ruers\",\n        \"shunter\",\n        \"spalder\",\n        \"spalding\",\n        \"spareness\",\n        \"whussle\"\n    ],\n    \"mmanụ\": [\n        \"anociation\",\n        \"anoil\",\n        \"anointing\",\n        \"anointment\",\n        \"anointments\",\n        \"anoints\",\n        \"anoles\",\n        \"anoure\",\n        \"keros\",\n        \"livor\",\n        \"manurance\",\n        \"oil\",\n        \"oilberry\",\n        \"oilily\",\n        \"oiliness\",\n        \"oilinesses\",\n        \"oiling\",\n        \"oilish\",\n        \"oilless\",\n        \"oillet\",\n        \"oilmongery\",\n        \"oilproof\",\n        \"oils\",\n        \"oilseed\",\n        \"oilskin\",\n        \"oilskinned\",\n        \"oilstock\",\n        \"orals\",\n        \"oranginess\",\n        \"orangish\",\n        \"reoils\",\n        \"saliencies\"\n    ],\n    \"anọd\": [\n        \"anodally\"\n    ],\n    \"anode\": [\n        \"anodes\"\n    ],\n    \"n'echeghị echiche\": [\n        \"anodically\",\n        \"atrociously\",\n        \"devilishly\",\n        \"devoutlessly\",\n        \"dubiously\",\n        \"fretfully\",\n        \"heedlessly\",\n        \"hypothetically\",\n        \"hypotheticalness\",\n        \"impoliticly\",\n        \"impulsively\",\n        \"inchoately\",\n        \"insensately\",\n        \"irksomely\",\n        \"irreflectively\",\n        \"irresolutely\",\n        \"mislikingly\",\n        \"nonadjectivally\",\n        \"nonadjectively\",\n        \"nonanticipatively\",\n        \"nonanticipatory\",\n        \"nonceremoniously\",\n        \"noncircumspectly\",\n        \"nondecisively\",\n        \"nondeviously\",\n        \"nonelliptically\",\n        \"nonerotically\",\n        \"nonimaginarily\",\n        \"nonlibelously\",\n        \"nonsynodically\",\n        \"nonsuggestively\",\n        \"nontransparently\",\n        \"nontreasonably\",\n        \"nontutorially\",\n        \"notelessly\",\n        \"phenotypically\",\n        \"pretangibly\",\n        \"pretensively\",\n        \"reticently\",\n        \"skeily\",\n        \"suppositively\",\n        \"thoughtlessly\",\n        \"tunelessly\",\n        \"unaesthetically\",\n        \"unapostolically\",\n        \"unappetizingly\",\n        \"unauspiciously\",\n        \"unausterely\",\n        \"unavertibly\",\n        \"unbirdly\",\n        \"undespondingly\",\n        \"undilatorily\",\n        \"unfatuitously\",\n        \"unfeebly\",\n        \"unflinchingly\",\n        \"uninstinctively\",\n        \"unjudiciously\",\n        \"unrelatively\",\n        \"unremittently\",\n        \"unrepressively\",\n        \"unrepugnantly\",\n        \"unreticently\",\n        \"unrevengingly\",\n        \"unthinking\",\n        \"unthinkingly\"\n    ],\n    \"na-ete mmanụ\": [\n        \"anoestrous\",\n        \"balmily\",\n        \"lubricating\"\n    ],\n    \"mmanụ ntụ\": [\n        \"anoestrum\"\n    ],\n    \"ihe otiti\": [\n        \"anoetic\",\n        \"antilytic\",\n        \"beanier\",\n        \"beatermen\",\n        \"becoom\",\n        \"blether\",\n        \"chastises\",\n        \"cosignatory\",\n        \"earthshattering\",\n        \"floggable\",\n        \"otitic\",\n        \"plague\",\n        \"plagued\",\n        \"plagueful\",\n        \"plaguey\",\n        \"plaguer\",\n        \"plagues\",\n        \"plaguesome\",\n        \"plaguesomeness\",\n        \"plaguy\",\n        \"plaguily\",\n        \"plagula\",\n        \"plangents\",\n        \"pulsars\",\n        \"pumiciform\",\n        \"pung\",\n        \"pungs\",\n        \"scourfish\",\n        \"scourfishes\",\n        \"scourge\",\n        \"scourges\",\n        \"scourweed\",\n        \"scourwort\",\n        \"stroyers\",\n        \"strown\",\n        \"tetanics\",\n        \"typic\",\n        \"typifier\",\n        \"typonymic\",\n        \"whiffers\",\n        \"whiplashes\"\n    ],\n    \"tee mmanụ\": [\n        \"anoine\",\n        \"anoint\"\n    ],\n    \"tere mmanụ\": [\n        \"anointed\",\n        \"anointer\"\n    ],\n    \"ndị na-ete mmanụ\": [\n        \"anointers\",\n        \"lubricants\",\n        \"lubricators\"\n    ],\n    \"anom\": [\n        \"anomy\",\n        \"quadriphonic\"\n    ],\n    \"anomia\": [\n        \"anomoeanism\"\n    ],\n    \"onye anon\": [\n        \"anon\"\n    ],\n    \"ndebanye aha ha\": [\n        \"anonyms\"\n    ],\n    \"Anopia\": [\n        \"anopia\",\n        \"anopias\"\n    ],\n    \"Anopla\": [\n        \"anopla\"\n    ],\n    \"Anoplonemertean\": [\n        \"anoplonemertean\"\n    ],\n    \"ntụpọ\": [\n        \"anopsy\",\n        \"atpoints\",\n        \"autopoint\",\n        \"barhop\",\n        \"blemishes\",\n        \"bodes\",\n        \"carroter\",\n        \"ciconiform\",\n        \"counterplea\",\n        \"decimal\",\n        \"decimalise\",\n        \"decisis\",\n        \"defector\",\n        \"defectum\",\n        \"desecrations\",\n        \"dot\",\n        \"dotages\",\n        \"dotations\",\n        \"dots\",\n        \"dotted\",\n        \"dottedness\",\n        \"drubber\",\n        \"ensconces\",\n        \"epichorion\",\n        \"eponymic\",\n        \"flairs\",\n        \"flaws\",\n        \"freckled\",\n        \"freckles\",\n        \"moiles\",\n        \"perfects\",\n        \"persicot\",\n        \"pickel\",\n        \"pinpoints\",\n        \"plaints\",\n        \"polkadot\",\n        \"pollcadot\",\n        \"puncheons\",\n        \"punctuating\",\n        \"syllepses\",\n        \"soots\",\n        \"spot\",\n        \"spotlighter\",\n        \"spotlights\",\n        \"spotlike\",\n        \"spotrump\",\n        \"spots\",\n        \"spotsman\",\n        \"spotsmen\",\n        \"spottail\",\n        \"spotty\",\n        \"spottier\",\n        \"stained\"\n    ],\n    \"ntụlị\": [\n        \"anopsia\"\n    ],\n    \"Anorchus\": [\n        \"anorchus\"\n    ],\n    \"anorectal\": [\n        \"anorectous\"\n    ],\n    \"anorexia\": [\n        \"anoretic\"\n    ],\n    \"enweghi obi uto\": [\n        \"anorexiant\",\n        \"blissless\",\n        \"pessimum\",\n        \"sensuous\",\n        \"spatulous\",\n        \"unglad\",\n        \"unhaziness\",\n        \"unhearty\",\n        \"unpleasantness\",\n        \"unpleasive\",\n        \"unsavor\",\n        \"untasty\",\n        \"unthrilled\"\n    ],\n    \"anorexics\": [\n        \"anorexias\"\n    ],\n    \"ekweghi-ekwe\": [\n        \"anorthic\",\n        \"disbeliever\",\n        \"nonbelief\",\n        \"nonbelieving\",\n        \"nonbelievingly\",\n        \"nondominance\",\n        \"nonorthodox\",\n        \"nonpluralities\",\n        \"nonsensually\",\n        \"unbeliefs\",\n        \"unbelieve\",\n        \"unnominative\"\n    ],\n    \"Anorthite\": [\n        \"anorthite\"\n    ],\n    \"Anorthitite\": [\n        \"anorthitite\"\n    ],\n    \"Anorthoclase\": [\n        \"anorthoclase\"\n    ],\n    \"n'usoro ederede\": [\n        \"anorthographically\",\n        \"lithographically\",\n        \"orthographically\",\n        \"precontemporaneously\"\n    ],\n    \"akpukpo aru\": [\n        \"anoscope\",\n        \"bodykins\",\n        \"crepuscle\",\n        \"crepuscular\",\n        \"heckerism\",\n        \"peskiness\",\n        \"uncottoned\",\n        \"unrushed\",\n        \"unskin\"\n    ],\n    \"uwe ọzọ\": [\n        \"anotherkins\"\n    ],\n    \"okwukwu\": [\n        \"ansarian\",\n        \"asbestic\",\n        \"belyingly\",\n        \"blinkered\",\n        \"boccarella\",\n        \"borasqueborate\",\n        \"brancardier\",\n        \"buchanan\",\n        \"buskined\",\n        \"checkstone\",\n        \"clarkeite\",\n        \"commentator\",\n        \"commenter\",\n        \"cornerer\",\n        \"cougnar\",\n        \"countercross\",\n        \"cradleman\",\n        \"crankbird\",\n        \"crotaphic\",\n        \"demicolumn\",\n        \"equatorial\",\n        \"forestaves\",\n        \"frabbit\",\n        \"gabbler\",\n        \"gabler\",\n        \"gablet\",\n        \"hebetated\",\n        \"interlocutress\",\n        \"intermetacarpal\",\n        \"intermezzos\",\n        \"interpellate\",\n        \"interprater\",\n        \"intitule\",\n        \"juratory\",\n        \"oughts\",\n        \"overpersuade\",\n        \"overpersuading\",\n        \"overtightness\",\n        \"paltering\",\n        \"phreatic\",\n        \"pivoter\",\n        \"plonks\",\n        \"ploratory\",\n        \"pronouncer\",\n        \"qualmyish\",\n        \"quenelle\",\n        \"quercitron\",\n        \"questman\",\n        \"quillaic\",\n        \"quillwort\",\n        \"shyers\",\n        \"slatiness\",\n        \"sneller\",\n        \"sparrer\",\n        \"sphering\",\n        \"spincaster\",\n        \"splotchier\",\n        \"taillike\",\n        \"talkier\",\n        \"tallower\",\n        \"tessellations\",\n        \"trollius\",\n        \"wordsmith\"\n    ],\n    \"gbasasịa\": [\n        \"anserated\",\n        \"apophatic\",\n        \"bepuffed\",\n        \"betattered\",\n        \"bulletheaded\",\n        \"catchpolling\",\n        \"debilitated\",\n        \"debussed\",\n        \"decalcified\",\n        \"decollated\",\n        \"deflesh\",\n        \"defoliated\",\n        \"defortify\",\n        \"demasculinised\",\n        \"demasculinized\",\n        \"deratted\",\n        \"devested\",\n        \"dismasted\",\n        \"dismettled\",\n        \"dispersed\",\n        \"disseised\",\n        \"disserve\",\n        \"divulgated\",\n        \"dummered\",\n        \"encashed\",\n        \"enculturated\",\n        \"enhungered\",\n        \"enmeshed\",\n        \"extrascientific\",\n        \"fascicled\",\n        \"flesher\",\n        \"fussed\",\n        \"ingurgitate\",\n        \"ingurgitated\",\n        \"jargonised\",\n        \"manifolded\",\n        \"medullate\",\n        \"medullated\",\n        \"multigranulated\",\n        \"multilighted\",\n        \"multiseated\",\n        \"multisegmented\",\n        \"multispindled\",\n        \"outspanned\",\n        \"outsteered\",\n        \"overaccumulated\",\n        \"palpitated\",\n        \"popularizes\",\n        \"prestruggled\",\n        \"rheumily\",\n        \"rissle\",\n        \"roughed\",\n        \"rusher\",\n        \"scampered\",\n        \"scarted\",\n        \"scat\",\n        \"scathe\",\n        \"scathed\",\n        \"scatheful\",\n        \"scathes\",\n        \"scathingly\",\n        \"scatland\",\n        \"scatomancy\",\n        \"scatt\",\n        \"scatted\",\n        \"scatterbrained\",\n        \"scattered\",\n        \"scatteredly\",\n        \"scattergood\",\n        \"scatteringly\",\n        \"scattermouch\",\n        \"scatterplot\",\n        \"scatterplots\",\n        \"scattersite\",\n        \"scatty\",\n        \"scatts\",\n        \"scaturient\",\n        \"schillerized\",\n        \"scrawled\",\n        \"semielevated\",\n        \"semiexpanded\",\n        \"semireticulate\",\n        \"shatterheaded\",\n        \"snaffled\",\n        \"spattered\",\n        \"specked\",\n        \"speecher\",\n        \"speechified\",\n        \"splayed\",\n        \"spluttered\",\n        \"squirm\",\n        \"tergiversated\",\n        \"undissolute\",\n        \"undumped\",\n        \"viritrate\",\n        \"vivificated\",\n        \"widespread\"\n    ],\n    \"amamịghe\": [\n        \"anserous\",\n        \"arithmancy\",\n        \"biliousness\",\n        \"cirsotomy\",\n        \"clemence\",\n        \"clemency\",\n        \"cleverness\",\n        \"counterintelligence\",\n        \"excelsitude\",\n        \"fiberous\",\n        \"foresentence\",\n        \"hyperconsciousness\",\n        \"illision\",\n        \"impeccunious\",\n        \"imperance\",\n        \"ingenuous\",\n        \"irrisor\",\n        \"proindemnity\",\n        \"quarsome\",\n        \"sententiosity\",\n        \"smarter\",\n        \"somberness\",\n        \"tameheartedness\",\n        \"unambient\",\n        \"unpetitioned\",\n        \"wackiness\"\n    ],\n    \"Anspessade\": [\n        \"anspessade\"\n    ],\n    \"ịza\": [\n        \"answering\",\n        \"bothy\"\n    ],\n    \"na-aza\": [\n        \"answeringly\",\n        \"hesperia\",\n        \"hesperornithes\",\n        \"lignifies\",\n        \"reflates\",\n        \"repellingly\",\n        \"responding\",\n        \"responds\"\n    ],\n    \"azaghị\": [\n        \"answerless\",\n        \"answerlessly\",\n        \"responseless\",\n        \"unanswered\",\n        \"unreplied\",\n        \"unresponsive\"\n    ],\n    \"mgbochi\": [\n        \"antagony\",\n        \"anteambulation\",\n        \"antemortem\",\n        \"anthesis\",\n        \"anti\",\n        \"antiabortion\",\n        \"antiabrasion\",\n        \"antiagglutinative\",\n        \"antiaggression\",\n        \"antiaggressiveness\",\n        \"antiarthritic\",\n        \"antiatonement\",\n        \"antibilious\",\n        \"antibiont\",\n        \"antiblastic\",\n        \"antiblock\",\n        \"antibusing\",\n        \"antic\",\n        \"antica\",\n        \"antically\",\n        \"anticancerous\",\n        \"anticapital\",\n        \"anticardiac\",\n        \"anticarious\",\n        \"anticaste\",\n        \"anticatalyst\",\n        \"anticatalytic\",\n        \"anticatarrhal\",\n        \"anticatholic\",\n        \"anticaustic\",\n        \"anticensorial\",\n        \"anticensorious\",\n        \"anticensoriously\",\n        \"anticensoriousness\",\n        \"anticensorship\",\n        \"anticentralism\",\n        \"anticentralization\",\n        \"anticeremonial\",\n        \"anticeremonialism\",\n        \"anticeremonially\",\n        \"anticeremonious\",\n        \"anticeremoniously\",\n        \"antichamber\",\n        \"antichance\",\n        \"anticyclic\",\n        \"anticyclical\",\n        \"anticyclone\",\n        \"anticyclones\",\n        \"anticyclonic\",\n        \"anticynic\",\n        \"anticynical\",\n        \"anticynically\",\n        \"anticynicism\",\n        \"anticity\",\n        \"anticytolysin\",\n        \"anticivic\",\n        \"anticivil\",\n        \"anticivilian\",\n        \"anticivism\",\n        \"anticize\",\n        \"anticlactic\",\n        \"anticlassical\",\n        \"anticlassicalism\",\n        \"anticlassically\",\n        \"anticlassicalness\",\n        \"anticlastic\",\n        \"anticlergy\",\n        \"anticlerical\",\n        \"anticly\",\n        \"anticlimactic\",\n        \"anticlimactical\",\n        \"anticlimactically\",\n        \"anticlimax\",\n        \"anticlimaxes\",\n        \"anticlinal\",\n        \"anticline\",\n        \"anticlines\",\n        \"anticlinorium\",\n        \"anticlockwise\",\n        \"anticlogging\",\n        \"anticnemion\",\n        \"anticness\",\n        \"anticoagulan\",\n        \"anticoagulate\",\n        \"anticodon\",\n        \"anticogitative\",\n        \"anticoincidence\",\n        \"anticold\",\n        \"anticolic\",\n        \"anticomet\",\n        \"anticommercial\",\n        \"anticommercialistic\",\n        \"anticommercially\",\n        \"anticompetitive\",\n        \"anticomplementary\",\n        \"anticomplex\",\n        \"anticonfederative\",\n        \"anticonscriptive\",\n        \"anticonservative\",\n        \"anticonservativeness\",\n        \"anticonstitution\",\n        \"anticontagious\",\n        \"anticonvention\",\n        \"anticonventional\",\n        \"anticonventionalism\",\n        \"anticonventionally\",\n        \"anticonvulsant\",\n        \"anticor\",\n        \"anticorn\",\n        \"anticorona\",\n        \"anticorrosion\",\n        \"anticorrosively\",\n        \"anticorset\",\n        \"anticouncil\",\n        \"anticourt\",\n        \"anticourtier\",\n        \"anticovenanter\",\n        \"anticreation\",\n        \"anticreational\",\n        \"anticreationism\",\n        \"anticreative\",\n        \"anticreatively\",\n        \"anticreator\",\n        \"anticreep\",\n        \"anticreeper\",\n        \"anticreeping\",\n        \"anticrepuscular\",\n        \"anticrepuscule\",\n        \"anticryptic\",\n        \"anticrisis\",\n        \"anticritic\",\n        \"anticritical\",\n        \"anticritically\",\n        \"anticriticalness\",\n        \"anticritique\",\n        \"anticrochet\",\n        \"anticrotalic\",\n        \"anticult\",\n        \"anticum\",\n        \"anticus\",\n        \"antidivorce\",\n        \"antiejaculation\",\n        \"antierosion\",\n        \"antiestablishment\",\n        \"antiferment\",\n        \"antiforeign\",\n        \"antifouling\",\n        \"antifreezing\",\n        \"antihalation\",\n        \"antihunting\",\n        \"antilogism\",\n        \"antimark\",\n        \"antimasquer\",\n        \"antimechanism\",\n        \"antimechanization\",\n        \"antimensia\",\n        \"antimension\",\n        \"antimony\",\n        \"antimonies\",\n        \"antinationalization\",\n        \"antinganting\",\n        \"antipass\",\n        \"antipathetic\",\n        \"antiphony\",\n        \"antiplanet\",\n        \"antipleion\",\n        \"antipool\",\n        \"antipooling\",\n        \"antipopery\",\n        \"antiportable\",\n        \"antiposition\",\n        \"antipriesthood\",\n        \"antiprime\",\n        \"antiprofiteering\",\n        \"antipsoric\",\n        \"antiracer\",\n        \"antiracial\",\n        \"antiracing\",\n        \"antiracism\",\n        \"antiradiant\",\n        \"antirational\",\n        \"antirationalism\",\n        \"antireduction\",\n        \"antirentism\",\n        \"antiresonance\",\n        \"antirestoration\",\n        \"antiroyalism\",\n        \"antiromance\",\n        \"antiromanticism\",\n        \"antiserums\",\n        \"antisterility\",\n        \"antistrumous\",\n        \"antitrades\",\n        \"antitradition\",\n        \"antiunion\",\n        \"antivaccination\",\n        \"antivenereal\",\n        \"antivibrator\",\n        \"antivivisection\",\n        \"antivolition\",\n        \"antproof\",\n        \"antrorse\",\n        \"antrums\",\n        \"antrustion\",\n        \"antrustionship\",\n        \"banishment\",\n        \"baring\",\n        \"barites\",\n        \"barracking\",\n        \"barrage\",\n        \"barraged\",\n        \"barraging\",\n        \"barres\",\n        \"barricade\",\n        \"barricading\",\n        \"barricado\",\n        \"barricadoes\",\n        \"barricadoing\",\n        \"barring\",\n        \"barway\",\n        \"barware\",\n        \"blocage\",\n        \"block\",\n        \"blockade\",\n        \"blockader\",\n        \"blockades\",\n        \"blockading\",\n        \"blockage\",\n        \"blockages\",\n        \"blockbuster\",\n        \"blocker\",\n        \"blockhead\",\n        \"blockhole\",\n        \"blockholer\",\n        \"blockiness\",\n        \"blockishness\",\n        \"blockline\",\n        \"blockman\",\n        \"blockout\",\n        \"blockpate\",\n        \"blockship\",\n        \"bulwark\",\n        \"bulwarks\",\n        \"cestracion\",\n        \"constrainedness\",\n        \"constrainment\",\n        \"constraint\",\n        \"constraints\",\n        \"constriction\",\n        \"constrictions\",\n        \"contraption\",\n        \"contraptions\",\n        \"contraptious\",\n        \"contraremonstrance\",\n        \"contrariness\",\n        \"contrarotation\",\n        \"contraster\",\n        \"contravalence\",\n        \"counteraccusation\",\n        \"counteractions\",\n        \"counterassertion\",\n        \"counterbarrage\",\n        \"counterbase\",\n        \"counterbattery\",\n        \"counterbond\",\n        \"counterborder\",\n        \"counterbranch\",\n        \"countercomplaint\",\n        \"countercompony\",\n        \"counterdisengage\",\n        \"countergabion\",\n        \"countergarrison\",\n        \"counterhypothesis\",\n        \"counterideal\",\n        \"counterimagination\",\n        \"counterimitation\",\n        \"counterindentation\",\n        \"counterintrigue\",\n        \"counterion\",\n        \"counterirritation\",\n        \"counterlath\",\n        \"counterlatration\",\n        \"counterlegislation\",\n        \"counterly\",\n        \"countermachination\",\n        \"countermand\",\n        \"countermandable\",\n        \"countermanded\",\n        \"countermanding\",\n        \"countermands\",\n        \"countermarch\",\n        \"countermeasure\",\n        \"countermigration\",\n        \"countermission\",\n        \"countermotion\",\n        \"countermovement\",\n        \"countermutiny\",\n        \"counternecromancy\",\n        \"counternoise\",\n        \"counterpassant\",\n        \"counterpetition\",\n        \"counterpoison\",\n        \"counterpotence\",\n        \"counterpotency\",\n        \"counterpreparation\",\n        \"counterprotection\",\n        \"counterquery\",\n        \"counterquestion\",\n        \"counterquip\",\n        \"counterradiation\",\n        \"counterrampant\",\n        \"counterresolution\",\n        \"counterrevolutions\",\n        \"countershock\",\n        \"counterstamp\",\n        \"counterstep\",\n        \"counterstroke\",\n        \"countertack\",\n        \"countertendency\",\n        \"counterthreat\",\n        \"counterthwarting\",\n        \"countertierce\",\n        \"countertraction\",\n        \"countertransference\",\n        \"countertrench\",\n        \"countertrespass\",\n        \"countervallation\",\n        \"countervenom\",\n        \"countervibration\",\n        \"countervindication\",\n        \"counterwill\",\n        \"counterwilling\",\n        \"currach\",\n        \"currack\",\n        \"curraghs\",\n        \"currance\",\n        \"currs\",\n        \"curtailment\",\n        \"deteriority\",\n        \"embarge\",\n        \"embargo\",\n        \"embarment\",\n        \"embarras\",\n        \"embarrel\",\n        \"embarren\",\n        \"embarricado\",\n        \"embarring\",\n        \"encumbrance\",\n        \"garigue\",\n        \"hanapers\",\n        \"hemicrany\",\n        \"hemlocks\",\n        \"hemstitching\",\n        \"hindberry\",\n        \"hinderment\",\n        \"hindrance\",\n        \"hindrances\",\n        \"hypate\",\n        \"hyphenates\",\n        \"immun\",\n        \"immuniser\",\n        \"immunizer\",\n        \"impedit\",\n        \"inconcoction\",\n        \"inhibition\",\n        \"inhibitions\",\n        \"inhibitive\",\n        \"interfriction\",\n        \"interinhibition\",\n        \"maculation\",\n        \"mitigation\",\n        \"munition\",\n        \"munitioned\",\n        \"munitioning\",\n        \"munitions\",\n        \"nonrestriction\",\n        \"obstacles\",\n        \"obstination\",\n        \"obstriction\",\n        \"obstruction\",\n        \"obstructionism\",\n        \"obstructionist\",\n        \"obstructionistic\",\n        \"obstructions\",\n        \"obstructiveness\",\n        \"obstructivism\",\n        \"obstructivity\",\n        \"overfrailness\",\n        \"prebilling\",\n        \"precentorship\",\n        \"precentress\",\n        \"preceptorship\",\n        \"preconvention\",\n        \"preemption\",\n        \"preentrance\",\n        \"preincination\",\n        \"preinvention\",\n        \"premunire\",\n        \"premunition\",\n        \"premunitory\",\n        \"prerestraint\",\n        \"prerestriction\",\n        \"prevaccination\",\n        \"prevenance\",\n        \"prevenances\",\n        \"prevenancy\",\n        \"preventability\",\n        \"preventative\",\n        \"preventatives\",\n        \"preventer\",\n        \"preventible\",\n        \"prevention\",\n        \"preventionism\",\n        \"preventionist\",\n        \"preventions\",\n        \"preventive\",\n        \"preventively\",\n        \"preventiveness\",\n        \"preventives\",\n        \"preventoria\",\n        \"preventoriums\",\n        \"preventral\",\n        \"preventtoria\",\n        \"previolation\",\n        \"prorestriction\",\n        \"restproof\",\n        \"restrainability\",\n        \"restraint\",\n        \"restraints\",\n        \"restratification\",\n        \"restrictedness\",\n        \"restriction\",\n        \"restrictionary\",\n        \"restrictionism\",\n        \"restrictionist\",\n        \"restrictions\",\n        \"restrictiveness\",\n        \"rhesis\",\n        \"sheller\",\n        \"shellproof\",\n        \"stintedness\",\n        \"striction\",\n        \"suppressibility\",\n        \"tackproof\",\n        \"unrestricted\",\n        \"unrestriction\",\n        \"vacillation\",\n        \"weaponproof\"\n    ],\n    \"na-emegide m\": [\n        \"antagonising\",\n        \"antagonizing\"\n    ],\n    \"mmegide\": [\n        \"antagonism\",\n        \"antonyms\",\n        \"counteraction\",\n        \"counteralliance\",\n        \"counterassurance\",\n        \"counterpropaganda\",\n        \"ensuance\",\n        \"oppilative\",\n        \"opposability\",\n        \"opposabilities\",\n        \"oppositeness\",\n        \"opposition\",\n        \"oppositional\",\n        \"oppositionism\",\n        \"oppositions\",\n        \"oppositiveness\",\n        \"ostracism\",\n        \"repressionary\",\n        \"repressions\",\n        \"repressiveness\",\n        \"repressment\",\n        \"strictures\",\n        \"unaggression\"\n    ],\n    \"onye na-emegide ya\": [\n        \"antagonist\",\n        \"counteractor\",\n        \"counteropponent\"\n    ],\n    \"na-emegide ya\": [\n        \"antagonistical\",\n        \"antagonistically\",\n        \"antiganting\",\n        \"antinationally\"\n    ],\n    \"ndị na-emegide ya\": [\n        \"antagonists\",\n        \"opponens\",\n        \"opponents\",\n        \"spurriers\"\n    ],\n    \"mgbochi ọchịchị\": [\n        \"antarchism\",\n        \"antimonarchy\"\n    ],\n    \"onye na-emegide ọchịchị\": [\n        \"antarchist\"\n    ],\n    \"antarikwu\": [\n        \"antarctical\"\n    ],\n    \"ndị na-eri anụ\": [\n        \"anteaters\",\n        \"meatmen\",\n        \"predators\"\n    ],\n    \"na baptism\": [\n        \"antebaptismal\"\n    ],\n    \"anteba\": [\n        \"antebath\"\n    ],\n    \"antebrachium\": [\n        \"antebrachia\"\n    ],\n    \"echekwara\": [\n        \"anteceded\",\n        \"autoclaved\",\n        \"autosensitized\",\n        \"autotomised\",\n        \"autotomized\",\n        \"badmouthed\",\n        \"bantamize\",\n        \"bantingize\",\n        \"barded\",\n        \"bescorched\",\n        \"brazenfaced\",\n        \"brazenfacedly\",\n        \"cached\",\n        \"cachemic\",\n        \"cacheted\",\n        \"cattycornered\",\n        \"celled\",\n        \"centeredly\",\n        \"coaled\",\n        \"coddled\",\n        \"coredeemed\",\n        \"countergirded\",\n        \"digitinerved\",\n        \"doublethinking\",\n        \"drearisomely\",\n        \"facsimiled\",\n        \"forboded\",\n        \"gleeked\",\n        \"kanred\",\n        \"kinescoped\",\n        \"lackeyed\",\n        \"lackered\",\n        \"lacqueyed\",\n        \"lanseh\",\n        \"malsworn\",\n        \"montaged\",\n        \"monumentalised\",\n        \"nabobishly\",\n        \"nabobry\",\n        \"nacred\",\n        \"nather\",\n        \"necropsied\",\n        \"necrotized\",\n        \"nectared\",\n        \"neverthelater\",\n        \"peltinerved\",\n        \"predeserved\",\n        \"preserved\",\n        \"primrosed\",\n        \"reserviced\",\n        \"safetied\",\n        \"saved\",\n        \"saveloys\",\n        \"secerned\",\n        \"semianimated\",\n        \"semicalcareous\",\n        \"semidetached\",\n        \"semideveloped\",\n        \"semidigested\",\n        \"semiobliviously\",\n        \"semipreserved\",\n        \"semiprotected\",\n        \"soldieress\",\n        \"stockaded\",\n        \"stockpiled\",\n        \"stored\",\n        \"storeyed\",\n        \"sunbonneted\",\n        \"superfitted\",\n        \"superguaranteed\",\n        \"undefended\",\n        \"unsavored\",\n        \"unstored\",\n        \"veredicto\",\n        \"wainscoted\"\n    ],\n    \"ndị ochie\": [\n        \"antecedents\"\n    ],\n    \"ụlọ ọrụ aka\": [\n        \"antechurch\"\n    ],\n    \"kootu\": [\n        \"antecourt\",\n        \"aquose\",\n        \"basecoat\",\n        \"boathook\",\n        \"buckshot\",\n        \"chort\",\n        \"cloof\",\n        \"coasserter\",\n        \"coassumes\",\n        \"coaster\",\n        \"coat\",\n        \"coatee\",\n        \"coater\",\n        \"coaters\",\n        \"coathangers\",\n        \"coatis\",\n        \"coatless\",\n        \"coatrack\",\n        \"coatracks\",\n        \"coatroom\",\n        \"coatrooms\",\n        \"coattests\",\n        \"cockateel\",\n        \"cockatiel\",\n        \"cockatoo\",\n        \"cockatoos\",\n        \"cockatrices\",\n        \"cockboat\",\n        \"cockboats\",\n        \"cocketing\",\n        \"cockled\",\n        \"cockloft\",\n        \"cockshoot\",\n        \"cockshot\",\n        \"cockup\",\n        \"cockups\",\n        \"cocomats\",\n        \"cocowood\",\n        \"coequalize\",\n        \"cohert\",\n        \"coyest\",\n        \"coyure\",\n        \"colature\",\n        \"collaud\",\n        \"coltskin\",\n        \"coories\",\n        \"corotate\",\n        \"corotated\",\n        \"corotating\",\n        \"corotation\",\n        \"corporatist\",\n        \"coseat\",\n        \"cosets\",\n        \"cosinesses\",\n        \"courting\",\n        \"courtroom\",\n        \"couture\",\n        \"couturire\",\n        \"crockets\",\n        \"cuartillo\",\n        \"cuartino\",\n        \"cuit\",\n        \"culet\",\n        \"culett\",\n        \"culot\",\n        \"culottes\",\n        \"cuve\",\n        \"hoofbeats\",\n        \"hoofed\",\n        \"hoofers\",\n        \"hooves\",\n        \"housecoat\",\n        \"housecoats\",\n        \"yatter\",\n        \"kens\",\n        \"kersey\",\n        \"knaps\",\n        \"knapsack\",\n        \"matchcoat\",\n        \"moused\",\n        \"oilcoat\",\n        \"pairmasts\",\n        \"quoth\",\n        \"satiate\",\n        \"skoot\",\n        \"sucket\",\n        \"suitoress\",\n        \"suitress\",\n        \"tater\",\n        \"tiderip\",\n        \"tinlet\",\n        \"tonlet\",\n        \"turncoat\",\n        \"uncoat\",\n        \"undercoat\",\n        \"unfeather\",\n        \"unifaces\",\n        \"unifloral\",\n        \"upbrace\",\n        \"upcoast\",\n        \"whort\"\n    ],\n    \"onye anekwe\": [\n        \"antedate\"\n    ],\n    \"ndị ọnya\": [\n        \"antedates\"\n    ],\n    \"anụka\": [\n        \"antedawn\"\n    ],\n    \"antyiluvial\": [\n        \"antediluvial\"\n    ],\n    \"antyiluvially\": [\n        \"antediluvially\"\n    ],\n    \"Akpata\": [\n        \"antedorsal\",\n        \"stunpoll\",\n        \"tautomeric\",\n        \"wastebasket\"\n    ],\n    \"azụ azụ\": [\n        \"antefuture\",\n        \"backaches\",\n        \"backadation\",\n        \"backband\",\n        \"backbear\",\n        \"backbeat\",\n        \"backbeats\",\n        \"backbends\",\n        \"backbiter\",\n        \"backbites\",\n        \"backblocks\",\n        \"backbrand\",\n        \"backcast\",\n        \"backcasts\",\n        \"backfield\",\n        \"backfields\",\n        \"backfiller\",\n        \"backfills\",\n        \"backfires\",\n        \"backfiring\",\n        \"backflash\",\n        \"backhandedness\",\n        \"backhatch\",\n        \"backhauled\",\n        \"backhauls\",\n        \"backhoes\",\n        \"backlog\",\n        \"backlogged\",\n        \"backlogging\",\n        \"backlogs\",\n        \"backlotter\",\n        \"backmost\",\n        \"backplane\",\n        \"backrest\",\n        \"backrests\",\n        \"backropes\",\n        \"backscattered\",\n        \"backscattering\",\n        \"backseat\",\n        \"backseats\",\n        \"backsets\",\n        \"backsetting\",\n        \"backslash\",\n        \"backspace\",\n        \"backspaced\",\n        \"backspacing\",\n        \"backspear\",\n        \"backspeir\",\n        \"backspier\",\n        \"backspin\",\n        \"backspins\",\n        \"backspliced\",\n        \"backsplicing\",\n        \"backspringing\",\n        \"backstabbed\",\n        \"backstairs\",\n        \"backstays\",\n        \"backstitches\",\n        \"backstopping\",\n        \"backstrapped\",\n        \"backstretches\",\n        \"backstring\",\n        \"backstrokes\",\n        \"backstroking\",\n        \"backstromite\",\n        \"backswept\",\n        \"backswimmer\",\n        \"backtender\",\n        \"backtrace\",\n        \"backtracking\",\n        \"baitfish\",\n        \"bandfish\",\n        \"bellyfish\",\n        \"billfish\",\n        \"billfishes\",\n        \"boxfish\",\n        \"cavefish\",\n        \"cavefishes\",\n        \"codfish\",\n        \"countfish\",\n        \"creekfish\",\n        \"creekfishes\",\n        \"crossfish\",\n        \"cutlassfish\",\n        \"cuttlefish\",\n        \"dealfish\",\n        \"devilfish\",\n        \"devilfishes\",\n        \"dollarfish\",\n        \"dollarfishes\",\n        \"dorsalmost\",\n        \"dorsalwards\",\n        \"dorsiflex\",\n        \"dorsiflexion\",\n        \"dorsiflexor\",\n        \"dorsilateral\",\n        \"dorsispinal\",\n        \"dorsiventral\",\n        \"driftfish\",\n        \"fallfish\",\n        \"fanfish\",\n        \"finfish\",\n        \"fishback\",\n        \"fishbed\",\n        \"fisheries\",\n        \"fishgig\",\n        \"fishgigs\",\n        \"fishyback\",\n        \"fishybacking\",\n        \"fishmouth\",\n        \"fissiparousness\",\n        \"flarfish\",\n        \"gairfish\",\n        \"goatfish\",\n        \"goldfish\",\n        \"goldfishes\",\n        \"greenfish\",\n        \"guardfish\",\n        \"harvestfish\",\n        \"headfish\",\n        \"hindguts\",\n        \"hindsaddle\",\n        \"icefish\",\n        \"kingfish\",\n        \"kingfisher\",\n        \"lateroanterior\",\n        \"lionfish\",\n        \"minkfish\",\n        \"monkfish\",\n        \"monkfishes\",\n        \"needlefish\",\n        \"nettlefish\",\n        \"newfish\",\n        \"numbfish\",\n        \"oilfish\",\n        \"outfish\",\n        \"overfish\",\n        \"panfish\",\n        \"pinfish\",\n        \"pipefish\",\n        \"postbreeding\",\n        \"posteriorums\",\n        \"priestfish\",\n        \"queenfish\",\n        \"quillfish\",\n        \"ratfish\",\n        \"rearbitrating\",\n        \"reargue\",\n        \"reargues\",\n        \"rearhorse\",\n        \"rearisal\",\n        \"rearmament\",\n        \"rearmouse\",\n        \"rearms\",\n        \"rearrest\",\n        \"rearrests\",\n        \"rearwardness\",\n        \"rockfish\",\n        \"rockfishes\",\n        \"saltfish\",\n        \"scalefish\",\n        \"seerfish\",\n        \"shellfisheries\",\n        \"shorefish\",\n        \"singingfish\",\n        \"singingfishes\",\n        \"snakefish\",\n        \"springfish\",\n        \"starfish\",\n        \"sunfish\",\n        \"teatfish\",\n        \"treefish\",\n        \"viperfish\",\n        \"viperfishes\",\n        \"weakfish\",\n        \"weatherfish\",\n        \"weatherfishes\",\n        \"whitefish\",\n        \"wreckfish\"\n    ],\n    \"akụkọ antehistoric\": [\n        \"antehistoric\"\n    ],\n    \"iri nri\": [\n        \"anteing\",\n        \"choanate\",\n        \"deaning\",\n        \"delicense\",\n        \"dine\",\n        \"exeat\",\n        \"gluttei\",\n        \"gluttonising\",\n        \"meaking\",\n        \"snipefishes\",\n        \"tetanising\",\n        \"thronize\"\n    ],\n    \"usoro iwu\": [\n        \"antejudiciary\",\n        \"casteisms\",\n        \"constitutionalism\",\n        \"curlicues\",\n        \"demythologisation\",\n        \"formalities\",\n        \"legalism\",\n        \"lichenology\",\n        \"lichenological\",\n        \"nonregulatory\",\n        \"parlances\",\n        \"phytolatry\",\n        \"preshortage\",\n        \"protobranchiate\",\n        \"protohistory\",\n        \"protohistoric\",\n        \"protohuman\",\n        \"protoypes\",\n        \"protolanguage\",\n        \"protoleration\",\n        \"protoleukocyte\",\n        \"protophyll\",\n        \"protophyta\",\n        \"protophloem\",\n        \"protopoetic\",\n        \"protostele\",\n        \"protovum\",\n        \"protozoology\",\n        \"provinculum\",\n        \"regulatory\",\n        \"rheiformes\",\n        \"thearchies\",\n        \"theodicies\",\n        \"theorem\",\n        \"theorematic\",\n        \"theorematical\",\n        \"theorematically\",\n        \"theoremic\",\n        \"theorems\",\n        \"theoretic\",\n        \"theoretical\",\n        \"theoreticalism\",\n        \"theoretically\",\n        \"theoreticalness\",\n        \"theoreticopractical\",\n        \"theoretics\",\n        \"theorical\",\n        \"theorically\",\n        \"theorization\",\n        \"theorizies\"\n    ],\n    \"azu\": [\n        \"antelope\",\n        \"arbory\",\n        \"baccheion\",\n        \"baches\",\n        \"back\",\n        \"backchat\",\n        \"backchats\",\n        \"backdrop\",\n        \"backdrops\",\n        \"backy\",\n        \"backie\",\n        \"backrun\",\n        \"backsey\",\n        \"backtrail\",\n        \"baculiferous\",\n        \"baskish\",\n        \"buttstock\",\n        \"chenfish\",\n        \"cuttlefishes\",\n        \"drumfish\",\n        \"fishberry\",\n        \"fishbolt\",\n        \"fished\",\n        \"fishlet\",\n        \"fishmeal\",\n        \"fishmeals\",\n        \"fishnet\",\n        \"fishtail\",\n        \"fissipalmate\",\n        \"hind\",\n        \"hindgut\",\n        \"hindoo\",\n        \"hindward\",\n        \"postlude\",\n        \"ratch\",\n        \"rearise\",\n        \"rearisen\",\n        \"rearm\",\n        \"squill\",\n        \"turnel\"\n    ],\n    \"azụ\": [\n        \"antelopes\",\n        \"backaching\",\n        \"backdate\",\n        \"backdating\",\n        \"backhand\",\n        \"backhanding\",\n        \"backjoint\",\n        \"backsite\",\n        \"backslid\",\n        \"backswing\",\n        \"backward\",\n        \"backwardly\",\n        \"backword\",\n        \"bahts\",\n        \"beeish\",\n        \"beezers\",\n        \"bish\",\n        \"bowback\",\n        \"crestfish\",\n        \"dorsal\",\n        \"dorsally\",\n        \"dorsalward\",\n        \"dorsipinal\",\n        \"eelback\",\n        \"fish\",\n        \"fisheye\",\n        \"fisheyes\",\n        \"fishes\",\n        \"fishet\",\n        \"fishful\",\n        \"fishy\",\n        \"fishlines\",\n        \"fisk\",\n        \"fissileness\",\n        \"fissiped\",\n        \"fissipeds\",\n        \"fording\",\n        \"forechoir\",\n        \"foretackle\",\n        \"hindhead\",\n        \"manfish\",\n        \"neback\",\n        \"negater\",\n        \"nurturing\",\n        \"pickback\",\n        \"posteriad\",\n        \"posterial\",\n        \"posterior\",\n        \"posteriorly\",\n        \"posteruptive\",\n        \"postpubescent\",\n        \"rear\",\n        \"reardoss\",\n        \"rearling\",\n        \"rearmost\",\n        \"rearward\",\n        \"rearwardly\",\n        \"rearwards\",\n        \"replans\",\n        \"rerent\",\n        \"sharkers\",\n        \"sharps\",\n        \"spikefish\",\n        \"studfish\",\n        \"subsinuous\",\n        \"tangfish\"\n    ],\n    \"Antelopian\": [\n        \"antelopian\"\n    ],\n    \"ọkụ\": [\n        \"anteluminary\",\n        \"battiness\",\n        \"blabs\",\n        \"blams\",\n        \"blare\",\n        \"blares\",\n        \"bonfire\",\n        \"bonfires\",\n        \"brandishing\",\n        \"burn\",\n        \"burnable\",\n        \"burnettize\",\n        \"burnettized\",\n        \"burnettizing\",\n        \"burny\",\n        \"burnings\",\n        \"burnisher\",\n        \"burnishment\",\n        \"burnoosed\",\n        \"burnooses\",\n        \"burns\",\n        \"burnside\",\n        \"burntweed\",\n        \"burnup\",\n        \"burnut\",\n        \"burnweed\",\n        \"campfires\",\n        \"creamier\",\n        \"daylights\",\n        \"deadlight\",\n        \"drumfire\",\n        \"effaceable\",\n        \"effacers\",\n        \"effeminately\",\n        \"effervesces\",\n        \"efficace\",\n        \"effigiation\",\n        \"effluences\",\n        \"euaster\",\n        \"fevery\",\n        \"fiacre\",\n        \"fiacres\",\n        \"fiendship\",\n        \"fieriest\",\n        \"filaceous\",\n        \"filar\",\n        \"fireable\",\n        \"fireback\",\n        \"fireball\",\n        \"firebed\",\n        \"fireblende\",\n        \"firebolted\",\n        \"firebote\",\n        \"fireburn\",\n        \"firedog\",\n        \"firefly\",\n        \"fireflies\",\n        \"firehall\",\n        \"firehalls\",\n        \"firemanship\",\n        \"firepan\",\n        \"fireproof\",\n        \"fireproofed\",\n        \"firers\",\n        \"fires\",\n        \"firetail\",\n        \"firetop\",\n        \"fireweeds\",\n        \"firming\",\n        \"fiver\",\n        \"fizzing\",\n        \"flabile\",\n        \"flaillike\",\n        \"flamant\",\n        \"flambant\",\n        \"flamboyant\",\n        \"flamboyantly\",\n        \"flamencos\",\n        \"flamenship\",\n        \"flameouts\",\n        \"flamier\",\n        \"flamineous\",\n        \"flammable\",\n        \"flammably\",\n        \"flammant\",\n        \"flammiferous\",\n        \"flammulated\",\n        \"flared\",\n        \"flares\",\n        \"flashers\",\n        \"flashguns\",\n        \"flashily\",\n        \"flashlamp\",\n        \"flashlamps\",\n        \"flashlights\",\n        \"flashness\",\n        \"flashproof\",\n        \"flated\",\n        \"flatulences\",\n        \"flatuosity\",\n        \"flector\",\n        \"flexuosities\",\n        \"flourescent\",\n        \"fluminose\",\n        \"fluoaluminate\",\n        \"fluoaluminic\",\n        \"fluorate\",\n        \"fluorescence\",\n        \"fluorescent\",\n        \"fluorescigenous\",\n        \"fucuses\",\n        \"furmity\",\n        \"furnacelike\",\n        \"furnaces\",\n        \"furnacing\",\n        \"haloing\",\n        \"hearth\",\n        \"hearthstead\",\n        \"heatronic\",\n        \"heats\",\n        \"hellbred\",\n        \"hitchy\",\n        \"hitchier\",\n        \"homothermal\",\n        \"hotness\",\n        \"hotnesses\",\n        \"hots\",\n        \"hotsprings\",\n        \"ignatius\",\n        \"igniferousness\",\n        \"ignis\",\n        \"ignitability\",\n        \"igniters\",\n        \"ignitions\",\n        \"ignitron\",\n        \"ignitrons\",\n        \"illuminability\",\n        \"illuminations\",\n        \"incohesive\",\n        \"inflamable\",\n        \"inflamed\",\n        \"inflamers\",\n        \"inflames\",\n        \"inflammabilities\",\n        \"inflammable\",\n        \"inflammably\",\n        \"insheathe\",\n        \"laylight\",\n        \"lanista\",\n        \"lanistae\",\n        \"lankily\",\n        \"lanoline\",\n        \"lanolines\",\n        \"lanolins\",\n        \"light\",\n        \"lightable\",\n        \"lightage\",\n        \"lighters\",\n        \"lightfaced\",\n        \"lighthouses\",\n        \"lightyears\",\n        \"lighting\",\n        \"lightman\",\n        \"lightmanship\",\n        \"lightmen\",\n        \"lightproof\",\n        \"lights\",\n        \"lightscot\",\n        \"lightship\",\n        \"lightsman\",\n        \"lightsmen\",\n        \"lightsome\",\n        \"lightwards\",\n        \"lithely\",\n        \"lithesome\",\n        \"lithesomeness\",\n        \"litholatrous\",\n        \"lithophone\",\n        \"lithous\",\n        \"lomentum\",\n        \"lomentums\",\n        \"luminescence\",\n        \"matches\",\n        \"matchings\",\n        \"mislights\",\n        \"momentum\",\n        \"momentums\",\n        \"onflemed\",\n        \"outeating\",\n        \"pight\",\n        \"reflorescence\",\n        \"relights\",\n        \"rimfire\",\n        \"scalds\",\n        \"scorches\",\n        \"shovers\",\n        \"sidelights\",\n        \"smitable\",\n        \"sparks\",\n        \"tattletales\",\n        \"tautomers\",\n        \"temblores\",\n        \"thermits\",\n        \"therms\",\n        \"tonsillectomize\",\n        \"torchbearing\",\n        \"torched\",\n        \"torchere\",\n        \"torcheres\",\n        \"torchy\",\n        \"torchiers\",\n        \"torching\",\n        \"torporific\",\n        \"turnicine\",\n        \"twitchfire\",\n        \"undervoltage\",\n        \"unfireproof\",\n        \"unmeltable\",\n        \"voluminosity\",\n        \"warmer\",\n        \"warmnesses\"\n    ],\n    \"antetiks\": [\n        \"antemetic\"\n    ],\n    \"anwuru anwu\": [\n        \"antemortal\",\n        \"gasohol\",\n        \"hazy\",\n        \"nonsmoker\",\n        \"oxidic\"\n    ],\n    \"ogwu\": [\n        \"antemural\",\n        \"antibiotically\",\n        \"antilogistically\",\n        \"brambles\",\n        \"brambliest\",\n        \"chackle\",\n        \"dialogistical\",\n        \"drug\",\n        \"drugged\",\n        \"drugger\",\n        \"herb\",\n        \"herbaged\",\n        \"herbar\",\n        \"herp\",\n        \"immunised\",\n        \"immunized\",\n        \"injective\",\n        \"mealing\",\n        \"medicant\",\n        \"neurovaccine\",\n        \"niggery\",\n        \"percussioner\",\n        \"pestles\",\n        \"phanerogenic\",\n        \"phlegm\",\n        \"provaccine\",\n        \"pterygium\",\n        \"pterylological\",\n        \"revaccinated\",\n        \"sparch\",\n        \"spiculum\",\n        \"spraint\",\n        \"spreath\",\n        \"sprogue\",\n        \"thistle\",\n        \"thistleproof\",\n        \"thistlery\",\n        \"thistles\",\n        \"thor\",\n        \"thorn\",\n        \"thornback\",\n        \"thornbill\",\n        \"thorned\",\n        \"thornen\",\n        \"thornhead\",\n        \"thorny\",\n        \"thornier\",\n        \"thorniest\",\n        \"thornily\",\n        \"thorniness\",\n        \"thorning\",\n        \"thornless\",\n        \"thornlet\",\n        \"thornlike\",\n        \"thornproof\",\n        \"thorns\",\n        \"thorntail\",\n        \"thorp\",\n        \"thorpe\",\n        \"thorpes\",\n        \"thorps\",\n        \"thorter\",\n        \"transplants\",\n        \"vaccinated\",\n        \"vaccinates\",\n        \"vaccine\",\n        \"vaccinee\",\n        \"vaccinia\",\n        \"vaccinifer\"\n    ],\n    \"mgbe nwa\": [\n        \"antenatal\"\n    ],\n    \"poolu\": [\n        \"antenna\",\n        \"antennae\",\n        \"antennary\",\n        \"antennarius\",\n        \"antennifer\",\n        \"antennular\",\n        \"antennulary\",\n        \"antenoon\",\n        \"antenor\"\n    ],\n    \"mpi\": [\n        \"antennal\",\n        \"antennas\",\n        \"antennate\",\n        \"blipping\",\n        \"cockies\",\n        \"competes\",\n        \"competingly\",\n        \"competition\",\n        \"competitory\",\n        \"competitrix\",\n        \"gropple\",\n        \"hordeins\",\n        \"hornbeams\",\n        \"hornbill\",\n        \"hornbills\",\n        \"hornblendic\",\n        \"hornbook\",\n        \"hornedness\",\n        \"hornfels\",\n        \"hornful\",\n        \"horngeld\",\n        \"hornification\",\n        \"hornily\",\n        \"horniness\",\n        \"hornist\",\n        \"hornitos\",\n        \"hornkeck\",\n        \"hornlet\",\n        \"hornlike\",\n        \"hornpipe\",\n        \"hornplant\",\n        \"hornpout\",\n        \"hornpouts\",\n        \"horns\",\n        \"hornslate\",\n        \"hornstay\",\n        \"horntip\",\n        \"hornwork\",\n        \"hornworm\",\n        \"hornworms\",\n        \"hornwort\",\n        \"hornworts\",\n        \"hornwrack\",\n        \"horral\",\n        \"plage\",\n        \"poopsie\",\n        \"sharpener\",\n        \"vection\"\n    ],\n    \"antenna\": [\n        \"antennata\"\n    ],\n    \"na mpi\": [\n        \"antenniferous\"\n    ],\n    \"anokodal\": [\n        \"antenodal\"\n    ],\n    \"antenntial\": [\n        \"antenuptial\"\n    ],\n    \"eri\": [\n        \"antepast\",\n        \"elinguating\",\n        \"gnus\",\n        \"partakes\",\n        \"predatory\",\n        \"thread\",\n        \"threadbare\",\n        \"threadbarity\",\n        \"threaden\",\n        \"threaders\",\n        \"threadfishes\",\n        \"threadfoot\",\n        \"threadiest\",\n        \"threadiness\",\n        \"threading\",\n        \"threadle\",\n        \"threadless\",\n        \"threadlet\",\n        \"threadmaker\",\n        \"threadmaking\",\n        \"threads\"\n    ],\n    \"onye isi mmiri\": [\n        \"antepectoral\",\n        \"beachmaster\",\n        \"boilerman\",\n        \"riversider\",\n        \"wateringman\"\n    ],\n    \"Antepectus\": [\n        \"antepectus\"\n    ],\n    \"nkwupụta okwu\": [\n        \"anteposition\",\n        \"articulacy\",\n        \"articulant\",\n        \"articulateness\",\n        \"articulation\",\n        \"articulations\",\n        \"assertions\",\n        \"babblement\",\n        \"blandness\",\n        \"clairvoyancy\",\n        \"counterdeclaration\",\n        \"denouncements\",\n        \"eloquence\",\n        \"eloquentness\",\n        \"eulogises\",\n        \"expressage\",\n        \"expressiveness\",\n        \"hypothecation\",\n        \"misstatement\",\n        \"nonespousal\",\n        \"openmouthedness\",\n        \"opinability\",\n        \"profanations\",\n        \"pronouncedness\",\n        \"pronouncement\",\n        \"pronouncements\",\n        \"rhetoric\",\n        \"rhetoricalness\",\n        \"rhetorics\",\n        \"speckiness\",\n        \"spookiness\",\n        \"tapotement\",\n        \"unexterritoriality\",\n        \"verdantness\"\n    ],\n    \"ị anụ ọgwụ\": [\n        \"antergic\"\n    ],\n    \"na ihu\": [\n        \"anteriorly\"\n    ],\n    \"ndị bu ụzọ\": [\n        \"anteriors\",\n        \"foremastmen\",\n        \"precedences\",\n        \"precursors\",\n        \"predecessors\",\n        \"preprocessors\"\n    ],\n    \"Anteromedian\": [\n        \"anteromedian\"\n    ],\n    \"anteroposteriorlyly\": [\n        \"anteroposteriorly\"\n    ],\n    \"ihe ederede\": [\n        \"antescript\",\n        \"arnotta\",\n        \"arnottos\",\n        \"blaffert\",\n        \"cancri\",\n        \"circumscriptions\",\n        \"copywriter\",\n        \"copywriters\",\n        \"encyst\",\n        \"enterograph\",\n        \"epics\",\n        \"epural\",\n        \"filices\",\n        \"fraenulum\",\n        \"gagwriter\",\n        \"ghostwrites\",\n        \"indexical\",\n        \"inscriber\",\n        \"inscriptive\",\n        \"lindies\",\n        \"maniocs\",\n        \"mantelpieces\",\n        \"outwrites\",\n        \"palaeograph\",\n        \"pedogenetic\",\n        \"pedologic\",\n        \"penlights\",\n        \"plagiograph\",\n        \"princicipia\",\n        \"pterylographic\",\n        \"pterylographical\",\n        \"puseyistical\",\n        \"sciograph\",\n        \"shorthandwriter\",\n        \"superscripts\",\n        \"typograph\",\n        \"typological\",\n        \"underwriters\"\n    ],\n    \"antspring\": [\n        \"antespring\"\n    ],\n    \"antyature\": [\n        \"antestature\"\n    ],\n    \"ihe anumanu\": [\n        \"antetemple\",\n        \"entender\",\n        \"entendre\",\n        \"pansy\"\n    ],\n    \"ukwe\": [\n        \"antethem\",\n        \"anthem\",\n        \"anthemata\",\n        \"anthemene\",\n        \"anthemia\",\n        \"anthemis\",\n        \"aphemic\",\n        \"chantable\",\n        \"chantment\",\n        \"choir\",\n        \"choiring\",\n        \"choirlike\",\n        \"choirs\",\n        \"hymn\",\n        \"hymnal\",\n        \"hymnals\",\n        \"hymnary\",\n        \"hymnaries\",\n        \"hymned\",\n        \"hymnic\",\n        \"hymnody\",\n        \"hymnodies\",\n        \"hymns\",\n        \"lyrical\",\n        \"phemic\",\n        \"singableness\",\n        \"vocalist\"\n    ],\n    \"ihe na-adighi nma\": [\n        \"antevenient\",\n        \"unpleasantry\"\n    ],\n    \"ọkà mmụta ọgwụ\": [\n        \"anthecologist\",\n        \"atmologist\",\n        \"chemotherapist\",\n        \"endocrinologist\",\n        \"hemologist\",\n        \"hepaticologist\",\n        \"hepatologist\",\n        \"hypnologist\",\n        \"immunologist\",\n        \"ophidologist\",\n        \"ophiologist\",\n        \"paidologist\",\n        \"pharmacist\",\n        \"pharmacognosist\",\n        \"pharmacopoeist\",\n        \"pharmacopolist\",\n        \"phrenologist\",\n        \"phthisiologist\",\n        \"psammologist\",\n        \"thanatologist\",\n        \"thermochemist\",\n        \"tocologist\",\n        \"vermeologist\"\n    ],\n    \"ukporo\": [\n        \"anthemy\",\n        \"casuals\"\n    ],\n    \"ukwe ukwe\": [\n        \"anthemion\",\n        \"anthems\"\n    ],\n    \"antesterol\": [\n        \"anthesterol\"\n    ],\n    \"antheximita\": [\n        \"antheximeter\"\n    ],\n    \"antyllis\": [\n        \"anthyllis\"\n    ],\n    \"antypnotic\": [\n        \"anthypnotic\"\n    ],\n    \"antypophora\": [\n        \"anthypophora\"\n    ],\n    \"antypophoretic\": [\n        \"anthypophoretic\"\n    ],\n    \"ọkà mmụta ihe banyere mmụọ\": [\n        \"anthoecologist\"\n    ],\n    \"gbasara ọdịnala\": [\n        \"anthologically\"\n    ],\n    \"akụkọ ọdịnala\": [\n        \"anthologies\",\n        \"historicocultural\",\n        \"mythopoeism\"\n    ],\n    \"ọdịnala\": [\n        \"anthologion\",\n        \"estranges\",\n        \"fashiousness\",\n        \"foreinclined\",\n        \"forepaling\",\n        \"foreranks\",\n        \"nontraditional\",\n        \"nontraditionalistic\",\n        \"nontraditionary\",\n        \"orthogamous\",\n        \"prediscrimination\",\n        \"tradition\",\n        \"traditional\",\n        \"traditionalism\",\n        \"traditionalistic\",\n        \"traditionality\",\n        \"traditionary\",\n        \"traditionaries\",\n        \"traditionate\",\n        \"traditioner\",\n        \"traditionism\",\n        \"traditionist\",\n        \"traditionmonger\",\n        \"traditions\",\n        \"untraditional\"\n    ],\n    \"edebere\": [\n        \"anthologised\",\n        \"lithographed\",\n        \"prepended\",\n        \"prepensed\",\n        \"reguaranteed\",\n        \"reservoired\",\n        \"syllogized\"\n    ],\n    \"ndi anthologists\": [\n        \"anthologists\"\n    ],\n    \"na-ede akwụkwọ\": [\n        \"anthologize\",\n        \"lithographing\",\n        \"proacting\",\n        \"rubricating\"\n    ],\n    \"edepụtara\": [\n        \"anthologized\",\n        \"archivolt\",\n        \"coplotted\",\n        \"dereferenced\",\n        \"drafted\",\n        \"drafty\",\n        \"filigrained\",\n        \"formularised\",\n        \"journalled\",\n        \"listed\",\n        \"misdescribed\",\n        \"orthographized\",\n        \"prenotified\",\n        \"prepracticed\",\n        \"prepractised\",\n        \"preshared\",\n        \"syllabicated\",\n        \"syllabified\",\n        \"syllabised\",\n        \"syllabized\"\n    ],\n    \"na-enyocha\": [\n        \"anthologizes\",\n        \"bowdlerizing\",\n        \"checkmating\",\n        \"checkpointing\",\n        \"checkweigher\",\n        \"cheeps\",\n        \"counterswing\",\n        \"crepitating\",\n        \"critling\",\n        \"edentalous\",\n        \"evaluates\",\n        \"examens\",\n        \"examinant\",\n        \"examinative\",\n        \"examinatory\",\n        \"examinees\",\n        \"examines\",\n        \"exampling\",\n        \"explores\",\n        \"exploringly\",\n        \"filmizing\",\n        \"inquisitorious\",\n        \"insisters\",\n        \"inspeaking\",\n        \"inspecting\",\n        \"inspectingly\",\n        \"inspects\",\n        \"investigates\",\n        \"matriculating\",\n        \"matriculatory\",\n        \"paralogizing\",\n        \"probudgeting\",\n        \"prologizing\",\n        \"refracts\",\n        \"reproposing\",\n        \"scaping\",\n        \"scooting\",\n        \"screenful\",\n        \"scrutinising\",\n        \"scrutinizes\",\n        \"scrutinizing\",\n        \"scrutinizingly\",\n        \"underpopulating\",\n        \"underseeing\",\n        \"undervaluing\",\n        \"unscrutinizing\",\n        \"verifies\",\n        \"vitrifying\"\n    ],\n    \"na-agụ akụkọ\": [\n        \"anthologizing\"\n    ],\n    \"anthrapridine\": [\n        \"anthrapyridine\"\n    ],\n    \"an brothersus\": [\n        \"anthrenus\"\n    ],\n    \"anribribid\": [\n        \"anthribid\"\n    ],\n    \"ọkà mmụta banyere ọrịa mmadụ\": [\n        \"anthropobiologist\",\n        \"anthropoclimatologist\"\n    ],\n    \"ihe omumu banyere mmadu\": [\n        \"anthropological\"\n    ],\n    \"ọkà mmụta ihe banyere mmadụ\": [\n        \"anthropologist\",\n        \"arcticologist\"\n    ],\n    \"ndị ọkà mmụta banyere mmadụ\": [\n        \"anthropologists\"\n    ],\n    \"anropropometry\": [\n        \"anthropometry\"\n    ],\n    \"na mbara igwe\": [\n        \"anthropometrically\"\n    ],\n    \"anthropomorphic\": [\n        \"anthropomorphitical\",\n        \"deanthropomorphic\"\n    ],\n    \"anthropomorphism\": [\n        \"anthropomorphitism\",\n        \"deanthropomorphism\"\n    ],\n    \"anropropicalical\": [\n        \"anthroponomical\"\n    ],\n    \"ọrịa anthropopathy\": [\n        \"anthropopathy\"\n    ],\n    \"onye anthroposociologist\": [\n        \"anthroposociologist\"\n    ],\n    \"mgbochi ochichi\": [\n        \"antiadministration\"\n    ],\n    \"mgbochi aesthetic\": [\n        \"antiaesthetic\"\n    ],\n    \"antiaggutinant\": [\n        \"antiagglutinant\"\n    ],\n    \"na-emegide iwu\": [\n        \"antiaggressive\",\n        \"anticonstitutionally\",\n        \"antiprogressive\",\n        \"antitraditionally\",\n        \"contraprovectant\"\n    ],\n    \"antiaggress\": [\n        \"antiaggressively\"\n    ],\n    \"ịalụbiga mmanya ókè\": [\n        \"antialcoholism\",\n        \"proalcoholism\"\n    ],\n    \"oge gboo\": [\n        \"antialdoxime\",\n        \"classical\",\n        \"formaldoxime\",\n        \"formamidoxime\",\n        \"preemergencies\",\n        \"preenjoyment\",\n        \"preoccasioned\"\n    ],\n    \"mgbochi amboceptor\": [\n        \"antiamboceptor\"\n    ],\n    \"mgbochi amylase\": [\n        \"antiamylase\"\n    ],\n    \"nchegbu\": [\n        \"antianxiety\",\n        \"anxiety\",\n        \"anxieties\",\n        \"anxietude\",\n        \"anxious\",\n        \"anxiousness\",\n        \"concern\",\n        \"concerned\",\n        \"concernedly\",\n        \"concernedness\",\n        \"concernment\",\n        \"concerns\",\n        \"preoccupation\",\n        \"preoccupations\",\n        \"preoccupiedness\",\n        \"preoccupies\",\n        \"worminess\",\n        \"worried\",\n        \"worriedness\",\n        \"worries\"\n    ],\n    \"mgbochi apostle\": [\n        \"antiapostle\"\n    ],\n    \"mgbochi aristocracy\": [\n        \"antiaristocracy\"\n    ],\n    \"mgbochi aristocracies\": [\n        \"antiaristocracies\"\n    ],\n    \"mgbochi ọrịa\": [\n        \"antiattrition\",\n        \"anticalligraphic\",\n        \"anticathexis\",\n        \"anticontagiousness\",\n        \"antiedemic\",\n        \"antifideism\",\n        \"antimerism\",\n        \"antipestilence\",\n        \"antipewism\",\n        \"antipragmatism\",\n        \"antipsychiatry\",\n        \"antiptosis\",\n        \"antritis\",\n        \"antrotomy\",\n        \"hypersensitisation\",\n        \"hyphenism\"\n    ],\n    \"antibarọn\": [\n        \"antibaryon\"\n    ],\n    \"ogwu mgbochi\": [\n        \"antibiosis\",\n        \"antibiotic\",\n        \"anticancer\",\n        \"anticommunist\",\n        \"anticreationist\",\n        \"autovaccine\",\n        \"contracapitalist\",\n        \"contraception\",\n        \"contraceptive\",\n        \"contraceptives\"\n    ],\n    \"ọgwụ nje\": [\n        \"antibiotics\",\n        \"bacteriotherapy\",\n        \"disinfect\",\n        \"disinfectant\",\n        \"disinfectants\",\n        \"disinfecter\",\n        \"disinfection\",\n        \"disinfections\",\n        \"disinfector\",\n        \"viricides\"\n    ],\n    \"antebrachial\": [\n        \"antibrachial\"\n    ],\n    \"mgbochi breakage\": [\n        \"antibreakage\"\n    ],\n    \"mgbochi Agbamakwụkwọ\": [\n        \"antibridal\"\n    ],\n    \"mgbochi bubonic\": [\n        \"antibubonic\"\n    ],\n    \"mgbochi burgher\": [\n        \"antiburgher\"\n    ],\n    \"mgbochi cachectic\": [\n        \"anticachectic\"\n    ],\n    \"antical ọrụ ebube\": [\n        \"anticalculous\"\n    ],\n    \"mgbochi alụmdi na nwunye\": [\n        \"anticapitalism\"\n    ],\n    \"mgbochi ọgwụ\": [\n        \"anticapitalistic\",\n        \"anticoagulative\",\n        \"anticommunistically\",\n        \"autoimmunization\"\n    ],\n    \"antiapitalistically\": [\n        \"anticapitalistically\"\n    ],\n    \"ndị isi ike ọchịchị\": [\n        \"anticapitalists\"\n    ],\n    \"mgbochi carnivorous\": [\n        \"anticarnivorous\"\n    ],\n    \"mgbochi catalase\": [\n        \"anticatalase\"\n    ],\n    \"mgbochi ogwu\": [\n        \"anticentralist\",\n        \"anticommunistical\",\n        \"anticommunists\"\n    ],\n    \"Onye na-eme ọgwụ mgbochi\": [\n        \"anticeremonialist\",\n        \"anticonceptionist\"\n    ],\n    \"mgbochi ememe\": [\n        \"anticeremoniousness\"\n    ],\n    \"mgbochi chlorine\": [\n        \"antichlorine\"\n    ],\n    \"antholinergic\": [\n        \"anticholinergic\"\n    ],\n    \"na-emegide Kraịst\": [\n        \"antichrist\"\n    ],\n    \"onye na-emegide Kraịst\": [\n        \"antichristian\"\n    ],\n    \"emegide Kraịst\": [\n        \"antichristianism\",\n        \"antichristianity\",\n        \"antichristianly\",\n        \"antichurch\"\n    ],\n    \"ndị na-emegide Kraịst\": [\n        \"antichrists\"\n    ],\n    \"mgbochi na\": [\n        \"anticyclically\"\n    ],\n    \"onye na-atụ anya\": [\n        \"anticipant\",\n        \"anticipator\",\n        \"expecter\"\n    ],\n    \"na-atụ anya\": [\n        \"anticipatable\",\n        \"anticipate\",\n        \"anticipated\",\n        \"anticipates\",\n        \"anticipating\",\n        \"anticipatingly\",\n        \"anticipation\",\n        \"anticipations\",\n        \"anticipative\",\n        \"anticipatively\",\n        \"anticipatory\",\n        \"anticipators\",\n        \"ating\",\n        \"bewaitered\",\n        \"bewinged\",\n        \"conceiting\",\n        \"dazing\",\n        \"expect\",\n        \"expectable\",\n        \"expectably\",\n        \"expectantly\",\n        \"expectative\",\n        \"expectedly\",\n        \"expecting\",\n        \"expectingly\",\n        \"expectorant\",\n        \"expectorants\",\n        \"expectorate\",\n        \"expectorated\",\n        \"expectorates\",\n        \"expectorating\",\n        \"expectorative\",\n        \"expectorator\",\n        \"expects\",\n        \"foreaccounting\",\n        \"foredooming\",\n        \"foreshowing\",\n        \"hopefuls\",\n        \"lazing\",\n        \"perduringly\",\n        \"periclitate\",\n        \"preanticipating\",\n        \"predable\",\n        \"preexpectant\",\n        \"prospected\",\n        \"twigful\"\n    ],\n    \"n'atụmanya\": [\n        \"anticipatorily\",\n        \"prospectively\"\n    ],\n    \"antick\": [\n        \"anticked\",\n        \"anticks\"\n    ],\n    \"onye na-eme ihe mgbochi\": [\n        \"anticlassicalist\",\n        \"anticonventionalist\"\n    ],\n    \"mgbochi ọwụwa\": [\n        \"anticlassicism\"\n    ],\n    \"onye na-egbochi mmechi\": [\n        \"anticlassicist\"\n    ],\n    \"mgbochi mgbochi\": [\n        \"anticlericalism\",\n        \"anticoagulation\",\n        \"anticoagulator\",\n        \"anticombination\",\n        \"anticomment\",\n        \"anticommercialism\",\n        \"anticommunism\",\n        \"anticommunistic\",\n        \"anticonscription\",\n        \"anticonservatism\",\n        \"anticontagion\",\n        \"anticorrosives\",\n        \"anticreativeness\",\n        \"anticreativity\",\n        \"antifriction\",\n        \"antipacifism\",\n        \"antiprestidigitation\"\n    ],\n    \"Onye na-egbochi mgbochi\": [\n        \"anticlericalist\"\n    ],\n    \"igbochi mgbochi\": [\n        \"anticoagulating\",\n        \"antiutilitarianism\"\n    ],\n    \"Onye na-ere ahịa\": [\n        \"anticommercialist\",\n        \"motorsailer\"\n    ],\n    \"mgbochi azụmahịa\": [\n        \"anticommerciality\",\n        \"anticommercialness\"\n    ],\n    \"emejuputa\": [\n        \"anticomplement\",\n        \"autoanticomplement\",\n        \"implemented\",\n        \"nonimplement\",\n        \"overformalized\",\n        \"uncomplemental\",\n        \"uncomplemented\",\n        \"unfulfilling\"\n    ],\n    \"mgbochi nkwonkwo\": [\n        \"anticonfederationism\",\n        \"anticonfederationist\"\n    ],\n    \"Onye na-eme ihe nchịkwa\": [\n        \"anticonformist\",\n        \"sackamaker\"\n    ],\n    \"mgbochi uche\": [\n        \"anticonscience\"\n    ],\n    \"imegide mgbochi\": [\n        \"anticonservatively\",\n        \"antiinsurrectionally\"\n    ],\n    \"emegide iwu\": [\n        \"anticonstitutional\",\n        \"anticonstitutionalist\",\n        \"counterbalances\"\n    ],\n    \"mgbochi iwu\": [\n        \"anticonstitutionalism\",\n        \"antiforeignism\"\n    ],\n    \"mgbochi na-egbochi\": [\n        \"anticontagiously\"\n    ],\n    \"mgbochi corrosness\": [\n        \"anticorrosiveness\"\n    ],\n    \"ihe mgbe ochie\": [\n        \"anticous\",\n        \"antiquary\",\n        \"antiquaries\",\n        \"antique\",\n        \"antiques\",\n        \"antiquity\",\n        \"archaeol\",\n        \"arquebuses\",\n        \"artifactitious\",\n        \"outdatedness\",\n        \"outdating\"\n    ],\n    \"igbochi ọgbụgba ndụ\": [\n        \"anticovenanting\"\n    ],\n    \"mgbochi na mgbochi\": [\n        \"anticryptically\"\n    ],\n    \"ọrịa mgbochi\": [\n        \"anticularia\"\n    ],\n    \"antidecalog\": [\n        \"antidecalogue\"\n    ],\n    \"Ọrịa\": [\n        \"antidemocracy\",\n        \"bepimpled\",\n        \"bloatedness\",\n        \"cancelable\",\n        \"cerebrotonic\",\n        \"crushability\",\n        \"decasemic\",\n        \"dephlogistication\",\n        \"dermatologic\",\n        \"dermatological\",\n        \"deuteropathy\",\n        \"deuteroscopic\",\n        \"deuterosy\",\n        \"dhurnas\",\n        \"diabolic\",\n        \"dialysed\",\n        \"dialyses\",\n        \"dialysis\",\n        \"diastasic\",\n        \"diastasis\",\n        \"dys\",\n        \"dyschronous\",\n        \"dyscrased\",\n        \"dyscrasia\",\n        \"dyscrasic\",\n        \"dyscrasite\",\n        \"dyscratic\",\n        \"dysgonic\",\n        \"dyslectic\",\n        \"dyslexia\",\n        \"dyslogistic\",\n        \"dysluite\",\n        \"dysmeristic\",\n        \"dysphemized\",\n        \"dysphonic\",\n        \"dyspnoeic\",\n        \"dyspnoic\",\n        \"dyssnite\",\n        \"gastnesses\",\n        \"gastrological\",\n        \"greensickness\",\n        \"gruiform\",\n        \"grus\",\n        \"ickle\",\n        \"isopathy\",\n        \"lyngbyaceae\",\n        \"ophiology\",\n        \"ophiologic\",\n        \"ophiomancy\",\n        \"palsification\",\n        \"pathoanatomy\",\n        \"pathoanatomical\",\n        \"pathobiology\",\n        \"pathoformic\",\n        \"pathogermic\",\n        \"pathography\",\n        \"phagedenic\",\n        \"phrenopathy\",\n        \"pleurolysis\",\n        \"preatomic\",\n        \"preattune\",\n        \"ricketiness\",\n        \"sclera\",\n        \"scleritis\",\n        \"sclerosis\",\n        \"strickenness\",\n        \"thanatologies\",\n        \"theopathy\",\n        \"tidemarks\",\n        \"tyrology\",\n        \"ulmus\",\n        \"ventriculite\",\n        \"ventriculitic\",\n        \"virulence\",\n        \"virulences\"\n    ],\n    \"ochichi onye kwuo uche ya\": [\n        \"antidemocracies\",\n        \"autocratship\",\n        \"democracy\",\n        \"democracies\",\n        \"democratic\",\n        \"democratical\",\n        \"democratisation\",\n        \"democratised\",\n        \"democratising\",\n        \"democratism\",\n        \"democratization\",\n        \"democratizing\",\n        \"democrats\",\n        \"demotist\",\n        \"theocratical\"\n    ],\n    \"onye ochichi onye kwuo uche ya\": [\n        \"antidemocrat\"\n    ],\n    \"na-emegide ọchịchị\": [\n        \"antidemocratic\",\n        \"antigovernmentally\"\n    ],\n    \"antidemocratico\": [\n        \"antidemocratical\"\n    ],\n    \"na-emegide ọchịchị onye kwuo uche ya\": [\n        \"antidemocratically\"\n    ],\n    \"mgbochi detonant\": [\n        \"antidetonant\"\n    ],\n    \"Ogwu Anyi\": [\n        \"antidisciplinarian\"\n    ],\n    \"ogwu ogwu\": [\n        \"antidote\",\n        \"contraceptionist\",\n        \"drugge\",\n        \"druggery\",\n        \"drugget\",\n        \"druggy\",\n        \"druggier\",\n        \"drugman\",\n        \"herbicide\",\n        \"pathochemistry\",\n        \"pharmaceutical\",\n        \"thornbush\",\n        \"vaccinas\",\n        \"vaccinist\"\n    ],\n    \"na-egbochi ya\": [\n        \"antidoted\"\n    ],\n    \"Okpukpe\": [\n        \"antiecclesiastic\",\n        \"antiecclesiasticism\",\n        \"beckoner\",\n        \"beckoners\",\n        \"buddhistic\",\n        \"cojudices\",\n        \"deambulation\",\n        \"deambulatories\",\n        \"devolvements\",\n        \"ichthyism\",\n        \"opprobriated\",\n        \"opprobriousness\",\n        \"orthodoxes\",\n        \"orthodoxical\",\n        \"orthodoxicalness\",\n        \"pelagianism\",\n        \"philoneism\",\n        \"philonism\",\n        \"prostatism\",\n        \"prov\",\n        \"relig\",\n        \"scoutcraft\",\n        \"spagyrist\",\n        \"speiss\",\n        \"spinulosociliate\",\n        \"straggler\",\n        \"unpernicious\",\n        \"unreligion\"\n    ],\n    \"mmuta\": [\n        \"antieducation\",\n        \"asexualisation\",\n        \"babist\",\n        \"cognise\",\n        \"educability\",\n        \"educatedness\",\n        \"education\",\n        \"epidotization\",\n        \"extrastate\",\n        \"germanification\",\n        \"illimitation\",\n        \"imbrication\",\n        \"lite\",\n        \"literacy\",\n        \"literacies\",\n        \"literalise\",\n        \"literariness\",\n        \"literateness\",\n        \"literati\",\n        \"literatim\",\n        \"literation\",\n        \"literato\",\n        \"literose\",\n        \"literosity\",\n        \"noneducation\",\n        \"procatalectic\",\n        \"procatarxis\",\n        \"proctorrhaphy\",\n        \"proeducation\",\n        \"protosyntonose\",\n        \"psychoeducational\",\n        \"scholarliness\",\n        \"testicle\",\n        \"vicianose\"\n    ],\n    \"onye mmụta\": [\n        \"antieducationist\",\n        \"eruditionist\"\n    ],\n    \"antiegotistist\": [\n        \"antiegotistically\"\n    ],\n    \"eze ukwu\": [\n        \"antiemperor\",\n        \"archemperor\",\n        \"emperor\",\n        \"empress\",\n        \"empresses\",\n        \"empusa\",\n        \"superordinary\",\n        \"superordinate\",\n        \"superordinated\",\n        \"superornament\",\n        \"superornamentally\"\n    ],\n    \"antiventusiasm\": [\n        \"antienthusiasm\"\n    ],\n    \"onye isi ochichi\": [\n        \"antienthusiast\",\n        \"autarchist\",\n        \"autocrator\",\n        \"boroughmaster\",\n        \"bureaucratist\",\n        \"centurial\",\n        \"dictatress\",\n        \"nontribesman\",\n        \"pancratiast\",\n        \"prefectural\",\n        \"tribunitian\"\n    ],\n    \"mgbochi ịnụ ọkụ n'obi\": [\n        \"antienthusiastic\",\n        \"antienthusiastically\"\n    ],\n    \"mgbochi gburugburu ebe obibi\": [\n        \"antienvironmentalism\"\n    ],\n    \"onye na-eme gburugburu ebe obibi\": [\n        \"antienvironmentalist\"\n    ],\n    \"ndị na-emebi ihe gbasara gburugburu\": [\n        \"antienvironmentalists\"\n    ],\n    \"mgbasawanye\": [\n        \"antiexpansion\",\n        \"popularisation\",\n        \"popularization\",\n        \"proextension\"\n    ],\n    \"mgbochi mgbasa\": [\n        \"antiexpansionist\"\n    ],\n    \"mgbochi mbupụ\": [\n        \"antiexporting\"\n    ],\n    \"mgbochi iwe\": [\n        \"antiexpressive\",\n        \"antiexpressiveness\",\n        \"antiputrefaction\",\n        \"counterappeal\"\n    ],\n    \"mgbochi aha\": [\n        \"antifame\"\n    ],\n    \"mgbochi fascist\": [\n        \"antifascism\"\n    ],\n    \"ọgwụ mgbochi ọrịa\": [\n        \"antifascists\"\n    ],\n    \"antifa\": [\n        \"antifat\"\n    ],\n    \"mgbochi ike ọgwụgwụ\": [\n        \"antifatigue\"\n    ],\n    \"mgbochi nwanyị\": [\n        \"antifeminism\"\n    ],\n    \"antiferizer\": [\n        \"antifertilizer\"\n    ],\n    \"mgbochi ọkụ\": [\n        \"antifire\"\n    ],\n    \"mgbochi ozi\": [\n        \"antifoaming\"\n    ],\n    \"antifirizi\": [\n        \"antifreeze\",\n        \"antifreezes\"\n    ],\n    \"iggba mgbochi\": [\n        \"antigambling\"\n    ],\n    \"antigen\": [\n        \"antigenes\"\n    ],\n    \"mgbochi mmụọ\": [\n        \"antighostism\"\n    ],\n    \"antigy\": [\n        \"antigyrous\"\n    ],\n    \"emegide ọchịchị\": [\n        \"antigovernment\",\n        \"antigovernmental\"\n    ],\n    \"gbochie\": [\n        \"antigravitate\",\n        \"averts\",\n        \"banalize\",\n        \"barred\",\n        \"barricaded\",\n        \"blockaded\",\n        \"blote\",\n        \"confarreated\",\n        \"constrained\",\n        \"contermine\",\n        \"counterindicate\",\n        \"deterge\",\n        \"deterred\",\n        \"detrain\",\n        \"forewrought\",\n        \"hindcast\",\n        \"hinderest\",\n        \"impede\",\n        \"impeded\",\n        \"inhibit\",\n        \"inhibited\",\n        \"intercepted\",\n        \"intertie\",\n        \"jactitate\",\n        \"obstruct\",\n        \"overinhibit\",\n        \"overinhibited\",\n        \"preabdomen\",\n        \"preblockade\",\n        \"prebreathed\",\n        \"preclude\",\n        \"precollude\",\n        \"preobstruct\",\n        \"preobviated\",\n        \"prerestrain\",\n        \"prerestrict\",\n        \"prereversal\",\n        \"presolved\",\n        \"prethreaten\",\n        \"prevenant\",\n        \"prevened\",\n        \"prevent\",\n        \"prevented\",\n        \"preventured\",\n        \"prohibit\",\n        \"prohibits\",\n        \"restrapped\"\n    ],\n    \"usoro ndu\": [\n        \"antihierarchy\"\n    ],\n    \"ndị na-emegide iwu\": [\n        \"antiinstitutionalists\"\n    ],\n    \"ndị na-emegide nnupụisi\": [\n        \"antiinsurrectionists\"\n    ],\n    \"ihe ochie\": [\n        \"antikings\",\n        \"antilogic\",\n        \"antilogs\",\n        \"antiq\",\n        \"antiqua\",\n        \"antiquarian\",\n        \"antiquarians\",\n        \"antiquatedness\",\n        \"antiquates\",\n        \"antiquating\",\n        \"antiquation\",\n        \"antiquely\",\n        \"antiqueness\",\n        \"antiquer\",\n        \"antiquers\",\n        \"antiquing\",\n        \"antiquist\",\n        \"antiquities\",\n        \"antiquum\",\n        \"antitypes\",\n        \"archae\",\n        \"archaean\",\n        \"archaeocyte\",\n        \"archaeography\",\n        \"archaeographic\",\n        \"archaeographical\",\n        \"archaeolater\",\n        \"archaeolatry\",\n        \"archaeolith\",\n        \"archaeological\",\n        \"archaeornithes\",\n        \"archaeotherium\",\n        \"archaeus\",\n        \"archearl\",\n        \"archelogy\",\n        \"archenteric\",\n        \"archeol\",\n        \"archeologic\",\n        \"archeological\",\n        \"archeologically\",\n        \"archeries\",\n        \"archespores\",\n        \"archesporial\",\n        \"archetypical\",\n        \"artifactual\",\n        \"biometrist\",\n        \"fossor\",\n        \"fossorial\",\n        \"outdwelling\"\n    ],\n    \"onye ochichi antiboborist\": [\n        \"antilaborist\"\n    ],\n    \"Ihe ochie\": [\n        \"antileveling\"\n    ],\n    \"mgbochi mmiri\": [\n        \"antilibration\",\n        \"antiputrescent\",\n        \"hemagglutination\",\n        \"limpidity\",\n        \"preirrigation\",\n        \"preirrigational\",\n        \"thermoresistance\",\n        \"wasteproof\",\n        \"waterproof\",\n        \"waterproofed\",\n        \"waterproofer\",\n        \"waterproofing\",\n        \"waterproofness\",\n        \"weatherproofness\",\n        \"wet\",\n        \"wetproof\"\n    ],\n    \"ịmịnye ọgwụ\": [\n        \"antilysis\"\n    ],\n    \"onye inyeaka\": [\n        \"antilitter\",\n        \"disheritor\",\n        \"heller\",\n        \"helper\",\n        \"helpmate\",\n        \"steersmate\"\n    ],\n    \"mgbochi akwụkwọ\": [\n        \"antiliturgical\"\n    ],\n    \"mgbochi liturgically\": [\n        \"antiliturgically\"\n    ],\n    \"mgbochi liturgist\": [\n        \"antiliturgist\"\n    ],\n    \"antlel\": [\n        \"antilles\"\n    ],\n    \"mgbochi igwe\": [\n        \"antimachine\"\n    ],\n    \"antimaski\": [\n        \"antimasks\"\n    ],\n    \"mgbochi ọgwụgwọ\": [\n        \"antimaterialism\"\n    ],\n    \"ọgwụ antimaterialistic\": [\n        \"antimaterialistic\"\n    ],\n    \"na-agwọ ọrịa\": [\n        \"antimaterialistically\",\n        \"curing\",\n        \"gesticulatory\",\n        \"ghettoizes\",\n        \"ghettoizing\",\n        \"healder\",\n        \"healing\",\n        \"healingly\",\n        \"healsome\",\n        \"hepatectomizing\",\n        \"hepatizes\",\n        \"hygrophytic\",\n        \"muring\",\n        \"psychotherapeutically\",\n        \"syphilizing\"\n    ],\n    \"oge mgbasa ozi\": [\n        \"antimediaeval\"\n    ],\n    \"na-akwado ya\": [\n        \"antimedically\",\n        \"impulsing\",\n        \"supportably\"\n    ],\n    \"ntinye aka\": [\n        \"antimedication\",\n        \"autoinfusion\",\n        \"berginization\",\n        \"coapparition\",\n        \"countersignature\",\n        \"electroscission\",\n        \"electrotitration\",\n        \"eulogization\",\n        \"hinnying\",\n        \"hyposensitization\",\n        \"ingenerability\",\n        \"instauration\",\n        \"lenition\",\n        \"nitrosification\",\n        \"nongratification\",\n        \"preprovocation\",\n        \"presanctification\",\n        \"presubmission\",\n        \"referment\",\n        \"signalization\",\n        \"symphonization\",\n        \"subassembly\",\n        \"subcommission\",\n        \"subligation\",\n        \"subproctorship\",\n        \"subputation\",\n        \"subvestment\",\n        \"underparticipation\",\n        \"votiveness\"\n    ],\n    \"antimeningococcica\": [\n        \"antimeningococcic\"\n    ],\n    \"antimita\": [\n        \"antimeter\"\n    ],\n    \"mgbochi ngwa ogu ana-atu atu\": [\n        \"antimissile\"\n    ],\n    \"mgbochi mysticism\": [\n        \"antimysticism\"\n    ],\n    \"ndị na-emegide ọchịchị\": [\n        \"antimonarchists\"\n    ],\n    \"mgbochi ọgwụ ọjọọ\": [\n        \"antinarcotics\"\n    ],\n    \"mgbochi akụkọ\": [\n        \"antinarrative\"\n    ],\n    \"gbasara ụwa\": [\n        \"antinational\"\n    ],\n    \"ndị na-ahụ maka ọdịmma ụwa\": [\n        \"antinationalists\"\n    ],\n    \"onye ogwu\": [\n        \"antineologian\",\n        \"arician\",\n        \"epictetian\",\n        \"hospitalism\",\n        \"infusionist\",\n        \"phlogistical\",\n        \"serapist\",\n        \"tercentenarian\",\n        \"therapeutist\"\n    ],\n    \"ndagide\": [\n        \"anting\",\n        \"babbittism\",\n        \"brocks\",\n        \"contumaciously\",\n        \"contumeliously\",\n        \"forcipressure\",\n        \"shockwave\",\n        \"vallancy\"\n    ],\n    \"antinom\": [\n        \"antinomian\"\n    ],\n    \"ndị antinomi\": [\n        \"antinomians\"\n    ],\n    \"na-akpata nsogbu\": [\n        \"antinous\",\n        \"superconsequency\"\n    ],\n    \"antioxtionist\": [\n        \"antioptionist\"\n    ],\n    \"na-emegide mmadụ\": [\n        \"antiorthodox\",\n        \"antiorthodoxly\",\n        \"antisocial\",\n        \"antisocialistic\"\n    ],\n    \"antipacifist\": [\n        \"antipacifists\"\n    ],\n    \"mgbochi ụlọ omeiwu\": [\n        \"antiparliament\",\n        \"antiparliamentary\"\n    ],\n    \"nzuko omeiwu\": [\n        \"antiparliamental\",\n        \"congree\",\n        \"congress\",\n        \"congresser\",\n        \"congressional\",\n        \"congressionally\",\n        \"congressionist\",\n        \"nonparliamentary\",\n        \"parliament\",\n        \"parliamental\",\n        \"parliamentarianism\",\n        \"parliamentarily\",\n        \"parliamentariness\",\n        \"parliamentarism\",\n        \"parliamenter\",\n        \"parliaments\"\n    ],\n    \"mgbochi onye omeiwu\": [\n        \"antiparliamentarian\"\n    ],\n    \"emegide omeiwu\": [\n        \"antiparliamentarians\"\n    ],\n    \"antiparaclearist\": [\n        \"antiparliamentarist\"\n    ],\n    \"antipar Parliamenteer\": [\n        \"antiparliamenteer\"\n    ],\n    \"n'agbasi obi\": [\n        \"antipathetically\"\n    ],\n    \"mgbochi mba\": [\n        \"antipatriotic\",\n        \"antipatriotism\"\n    ],\n    \"antipharisa\": [\n        \"antipharisaic\"\n    ],\n    \"Ihe omuma\": [\n        \"antiphilosophies\",\n        \"conceptacular\",\n        \"ecbolics\",\n        \"embolomerous\",\n        \"embouchures\",\n        \"emphemeralness\",\n        \"extbook\",\n        \"extracostal\",\n        \"extraterritorials\",\n        \"ontologistic\",\n        \"outform\",\n        \"particlecelerator\",\n        \"prodigious\"\n    ],\n    \"n'ụzọ na-enweghị isi\": [\n        \"antiphrastically\",\n        \"corresponsively\",\n        \"egregiously\",\n        \"fathomlessly\",\n        \"nonradically\",\n        \"nonverminously\",\n        \"unaromatically\",\n        \"unclerically\",\n        \"uncontingently\",\n        \"uncrudely\",\n        \"unordinarily\",\n        \"unportentously\",\n        \"unradically\",\n        \"unsubstantially\",\n        \"unverbally\"\n    ],\n    \"alụmdi na nwunye\": [\n        \"antipolygamy\",\n        \"intermarine\",\n        \"margravial\",\n        \"marmoration\",\n        \"marriageability\",\n        \"marriageableness\",\n        \"matrimony\",\n        \"matrimonial\",\n        \"wedels\"\n    ],\n    \"ndọrọ ndọrọ ọchịchị\": [\n        \"antipolitical\",\n        \"citicism\",\n        \"nonpolitical\",\n        \"nonpolitically\",\n        \"pilitico\",\n        \"polit\",\n        \"politbureau\",\n        \"politer\",\n        \"politic\",\n        \"political\",\n        \"politicalization\",\n        \"politicalized\",\n        \"politicise\",\n        \"politicised\",\n        \"politicization\",\n        \"politicize\",\n        \"politicized\",\n        \"politico\",\n        \"politicoes\",\n        \"politicomania\",\n        \"politicophobia\",\n        \"politicos\",\n        \"politics\",\n        \"politure\",\n        \"politzerization\",\n        \"unpolitical\",\n        \"unpolitically\"\n    ],\n    \"mgbochi mmetọ\": [\n        \"antipollution\"\n    ],\n    \"mgbochi mgbasa ozi\": [\n        \"antipopularization\"\n    ],\n    \"antipo ogbenye\": [\n        \"antipoverty\"\n    ],\n    \"mgbochi pragmatic\": [\n        \"antipragmatic\"\n    ],\n    \"mgbochi pragmatically\": [\n        \"antipragmatically\"\n    ],\n    \"antiprelatik\": [\n        \"antiprelatic\"\n    ],\n    \"onye na-emeputa ihe\": [\n        \"antiproductionist\",\n        \"formuliser\",\n        \"producer\"\n    ],\n    \"na-arụpụta ihe\": [\n        \"antiproductive\",\n        \"counterproductive\",\n        \"industrializes\",\n        \"productile\",\n        \"productive\",\n        \"productively\",\n        \"underproductive\"\n    ],\n    \"na-emepụta ihe\": [\n        \"antiproductively\",\n        \"producent\",\n        \"profluvious\"\n    ],\n    \"arụpụta ihe\": [\n        \"antiproductiveness\",\n        \"fabricational\",\n        \"fabricative\",\n        \"manufactures\",\n        \"overproductive\",\n        \"produceableness\",\n        \"productiveness\"\n    ],\n    \"Onye igbo mgbochi\": [\n        \"antiprohibitionist\"\n    ],\n    \"onye amuma\": [\n        \"antiprophet\",\n        \"foreanswer\",\n        \"gnostic\",\n        \"nonprophetical\",\n        \"prophet\",\n        \"unprophetlike\"\n    ],\n    \"antiproton\": [\n        \"antiprotons\"\n    ],\n    \"ihe na-arụ ọrụ na-arụ ọrụ\": [\n        \"antiputrefactive\"\n    ],\n    \"ezughi oke\": [\n        \"antiquate\",\n        \"ilmenitite\",\n        \"implete\",\n        \"inadeptly\",\n        \"inadequacy\",\n        \"inadequate\",\n        \"inadequately\",\n        \"inadequateness\",\n        \"inadequation\",\n        \"inadequative\",\n        \"inapprehensiveness\",\n        \"incompactly\",\n        \"incomplete\",\n        \"incompletely\",\n        \"incompt\",\n        \"incorpsed\",\n        \"indistinct\",\n        \"insufficient\",\n        \"insufficiently\",\n        \"insufficientness\",\n        \"interspecific\",\n        \"irrecollection\",\n        \"irresolvedly\",\n        \"misadvisedly\",\n        \"misclassified\",\n        \"misfired\",\n        \"misinspired\",\n        \"mispointed\",\n        \"nonapprehensive\",\n        \"noncalcified\",\n        \"nonefficiency\",\n        \"nonefficient\",\n        \"nonefficiently\",\n        \"nongravitational\",\n        \"nonsatire\",\n        \"nonsubstantially\",\n        \"obliquate\",\n        \"preadequate\",\n        \"unadequate\",\n        \"unadequately\",\n        \"unapprehensibleness\",\n        \"unapprehensive\",\n        \"unbeneficently\",\n        \"uncivilisable\",\n        \"uncomely\",\n        \"uncomeliest\",\n        \"uncomplete\",\n        \"uncompletely\",\n        \"uncompt\",\n        \"unconfected\",\n        \"undeficient\",\n        \"underprefect\",\n        \"unefficient\",\n        \"unfact\",\n        \"unfactual\",\n        \"unfactualness\",\n        \"unfrenzied\",\n        \"unlanterned\",\n        \"unperfect\",\n        \"unperformable\",\n        \"unperplexed\",\n        \"unpersuasibility\",\n        \"unprecisely\",\n        \"unpreciseness\",\n        \"unprecisive\",\n        \"unproficiency\",\n        \"unprofoundly\",\n        \"unreplete\",\n        \"unrequisite\",\n        \"unstecked\",\n        \"unsufficient\",\n        \"unsufficiently\",\n        \"unsuffocate\",\n        \"untartarized\",\n        \"unthievishly\",\n        \"untotaled\",\n        \"untrophied\",\n        \"unuseableness\"\n    ],\n    \"antiquitan\": [\n        \"antiquitarian\"\n    ],\n    \"mgbochi radiating\": [\n        \"antiradiating\"\n    ],\n    \"mgbochi radieshon\": [\n        \"antiradiation\"\n    ],\n    \"n'ụzọ mgbochi\": [\n        \"antiradically\"\n    ],\n    \"ihe anakpo\": [\n        \"antirealistic\",\n        \"babouvism\",\n        \"banisters\",\n        \"beauism\",\n        \"beflower\",\n        \"bodacious\",\n        \"coembodied\",\n        \"crepusculum\",\n        \"encashable\",\n        \"gangplows\",\n        \"monochloroacetic\",\n        \"monochromator\",\n        \"monocoelic\",\n        \"monoenergetic\",\n        \"monogynous\",\n        \"monoptotic\",\n        \"monostichous\",\n        \"moorings\",\n        \"natatorial\",\n        \"oculars\",\n        \"oxalises\",\n        \"palaeichthyes\",\n        \"palaeocosmic\",\n        \"palatoglossal\",\n        \"pithecoid\",\n        \"pithecus\",\n        \"plectopterous\",\n        \"pussies\",\n        \"pusslies\",\n        \"superspecialized\",\n        \"temnospondylous\",\n        \"vanes\",\n        \"vanner\",\n        \"washtub\",\n        \"wastrels\"\n    ],\n    \"na-egbochi\": [\n        \"antirebating\",\n        \"antisplitting\",\n        \"antisquatting\",\n        \"constrain\",\n        \"constraining\",\n        \"constrains\",\n        \"constrictive\",\n        \"constricts\",\n        \"contraposing\",\n        \"counteracts\",\n        \"counterappellant\",\n        \"counterboring\",\n        \"counterpleading\",\n        \"curbing\",\n        \"dampproofing\",\n        \"defers\",\n        \"deterges\",\n        \"deterging\",\n        \"deterrently\",\n        \"encroaches\",\n        \"ensnarling\",\n        \"forbids\",\n        \"germproof\",\n        \"hinder\",\n        \"hinderer\",\n        \"hinderful\",\n        \"hinderfully\",\n        \"hindering\",\n        \"hinderingly\",\n        \"hinders\",\n        \"hindersome\",\n        \"hindquarter\",\n        \"impeding\",\n        \"imperforates\",\n        \"inhibits\",\n        \"interceptable\",\n        \"intercepting\",\n        \"interceptive\",\n        \"intercontorted\",\n        \"interferes\",\n        \"interfering\",\n        \"interrupting\",\n        \"interruptive\",\n        \"intertinging\",\n        \"irruptive\",\n        \"liming\",\n        \"limnanthes\",\n        \"limning\",\n        \"negating\",\n        \"neutroceptive\",\n        \"obstreperate\",\n        \"obstructant\",\n        \"obstructedly\",\n        \"obstructingly\",\n        \"obstructive\",\n        \"obstructively\",\n        \"obstructs\",\n        \"precludes\",\n        \"precluding\",\n        \"preinsulating\",\n        \"prevents\",\n        \"prodproof\",\n        \"proroguing\",\n        \"rebutting\",\n        \"refrains\",\n        \"restraightens\",\n        \"restrainingly\",\n        \"restrains\",\n        \"restricts\",\n        \"suppressedly\",\n        \"suppressing\",\n        \"suppressively\",\n        \"unbarricading\",\n        \"withholdable\"\n    ],\n    \"gboo\": [\n        \"antired\",\n        \"barked\",\n        \"blout\",\n        \"butment\",\n        \"counterbid\",\n        \"counterplease\",\n        \"horizontalize\",\n        \"horizontical\",\n        \"impanelled\",\n        \"interlot\",\n        \"maidenly\",\n        \"oarweed\",\n        \"prealluded\",\n        \"prebreathe\",\n        \"precensured\",\n        \"predrive\",\n        \"prehaunted\",\n        \"prereversed\",\n        \"prescient\",\n        \"stactes\"\n    ],\n    \"ihe mmeghari\": [\n        \"antireducer\"\n    ],\n    \"na-ewebata\": [\n        \"antireducing\",\n        \"conducing\",\n        \"introduces\",\n        \"reinducing\"\n    ],\n    \"Ihe mgbochi\": [\n        \"antireductive\",\n        \"blocklayer\",\n        \"straddlers\"\n    ],\n    \"nrụrụ\": [\n        \"antireform\",\n        \"deform\",\n        \"deformability\",\n        \"deformable\",\n        \"deformalize\",\n        \"deformation\",\n        \"deformational\",\n        \"deformations\",\n        \"deformer\",\n        \"deformity\",\n        \"deformities\"\n    ],\n    \"Onye na-eme mgbanwe\": [\n        \"antireformist\"\n    ],\n    \"mgbochi okpukpe\": [\n        \"antireligion\"\n    ],\n    \"na-emegide okpukpe\": [\n        \"antireligious\"\n    ],\n    \"antireligious\": [\n        \"antireligiously\"\n    ],\n    \"onye okacha amara\": [\n        \"antirevolutionist\",\n        \"ostreiculturist\",\n        \"palaverist\",\n        \"semirevolutionist\",\n        \"sphericist\",\n        \"theotechnist\",\n        \"vaster\"\n    ],\n    \"nke ime mmụọ\": [\n        \"antiritual\",\n        \"spiritualise\",\n        \"spiritualistic\",\n        \"spiritualness\",\n        \"spiritualty\",\n        \"spiritualties\"\n    ],\n    \"imegide mmụọ\": [\n        \"antiritualism\"\n    ],\n    \"onye na-emegide mmụọ\": [\n        \"antiritualist\"\n    ],\n    \"emegide mmụọ\": [\n        \"antiritualistic\"\n    ],\n    \"ogwu oria\": [\n        \"antirusts\"\n    ],\n    \"mgbochi saloon\": [\n        \"antisaloon\"\n    ],\n    \"mgbochi scholastically\": [\n        \"antischolastically\"\n    ],\n    \"ụlọ akwụkwọ\": [\n        \"antischool\",\n        \"bookshops\",\n        \"bursary\",\n        \"cerithium\",\n        \"coituses\",\n        \"extraschool\",\n        \"librettos\",\n        \"litmuses\",\n        \"noncathedral\",\n        \"paedagogy\",\n        \"postschool\",\n        \"proschool\",\n        \"pubes\",\n        \"publ\",\n        \"refectories\",\n        \"repertorium\",\n        \"school\",\n        \"schoolboyishly\",\n        \"schoolbutter\",\n        \"schoolfellow\",\n        \"schoolfellowship\",\n        \"schoolgirlish\",\n        \"schoolgirlishly\",\n        \"schoolhouse\",\n        \"schoolhouses\",\n        \"schoolyards\",\n        \"schoolie\",\n        \"schoolmasterhood\",\n        \"schoolmastery\",\n        \"schoolmastering\",\n        \"schoolmasterish\",\n        \"schoolmasterishly\",\n        \"schoolmasterly\",\n        \"schoolmasters\",\n        \"schoolmiss\",\n        \"schoolmistressy\",\n        \"schoolroom\",\n        \"schoolrooms\",\n        \"schools\",\n        \"schoolteachery\",\n        \"schoolteaching\",\n        \"schoolward\",\n        \"schoolwards\",\n        \"shool\",\n        \"supercommentary\",\n        \"superelementary\",\n        \"unschool\",\n        \"unschooled\",\n        \"unschooledly\",\n        \"veldschoens\"\n    ],\n    \"sayensị\": [\n        \"antiscientific\",\n        \"science\",\n        \"sciences\",\n        \"scientia\",\n        \"sciential\",\n        \"scientific\",\n        \"scientifical\",\n        \"scientifically\",\n        \"scientificopoetic\",\n        \"scientintically\",\n        \"scientism\",\n        \"scientistic\",\n        \"scientistically\",\n        \"scientize\",\n        \"scientolism\",\n        \"scientology\"\n    ],\n    \"na-emegide sayensi\": [\n        \"antiscientifically\"\n    ],\n    \"antiscorbutic na-adịghị\": [\n        \"antiscorbutic\"\n    ],\n    \"na-enweghị isi\": [\n        \"antiscrofulous\",\n        \"autarchically\",\n        \"bowless\",\n        \"causelessly\",\n        \"foolheaded\",\n        \"frondosely\",\n        \"furless\",\n        \"idleheaded\",\n        \"impulsive\",\n        \"incenseless\",\n        \"inexact\",\n        \"inexhaust\",\n        \"influxibly\",\n        \"insignificance\",\n        \"irrationalising\",\n        \"manlessly\",\n        \"nondurably\",\n        \"nonegregiously\",\n        \"nonfrequently\",\n        \"nonheading\",\n        \"nonmountainously\",\n        \"nonscented\",\n        \"nonsequentially\",\n        \"nonsoporific\",\n        \"odorless\",\n        \"odourless\",\n        \"savorless\",\n        \"scandalproof\",\n        \"tamelessly\",\n        \"unarrogant\",\n        \"undepraved\",\n        \"unfalteringly\",\n        \"unfrivolous\",\n        \"ungloating\",\n        \"ungloweringly\",\n        \"uninvincibly\",\n        \"unlusting\",\n        \"unnearly\",\n        \"unneedfully\",\n        \"unnefarious\",\n        \"unnefariously\",\n        \"unneglected\",\n        \"unpetticoated\",\n        \"unplaiting\",\n        \"unpulsating\",\n        \"unresourceful\",\n        \"unresourcefully\",\n        \"unscent\",\n        \"unscented\",\n        \"unsequentially\",\n        \"unshimmering\"\n    ],\n    \"antiseism\": [\n        \"antiseismic\"\n    ],\n    \"nwere nkwenye\": [\n        \"antisensuous\",\n        \"preconvinced\"\n    ],\n    \"antiseptik\": [\n        \"antiseptic\"\n    ],\n    \"ọgwụ na-agwọ ọrịa\": [\n        \"antisepticising\",\n        \"hypnotherapist\"\n    ],\n    \"antiseptikis\": [\n        \"antisepticism\"\n    ],\n    \"ọgwụ antiseptik\": [\n        \"antisepticist\",\n        \"antiseptics\"\n    ],\n    \"ọgwụ antisepticized\": [\n        \"antisepticized\"\n    ],\n    \"mgbochi ụgbọ mmiri\": [\n        \"antiship\"\n    ],\n    \"mgbochi sialic\": [\n        \"antisialic\"\n    ],\n    \"antisymmetric\": [\n        \"antisymmetry\",\n        \"antisymmetrical\"\n    ],\n    \"mgbochi siphon\": [\n        \"antisiphon\"\n    ],\n    \"onye na-emegide mmadụ\": [\n        \"antisocialist\"\n    ],\n    \"na-emegide ndị mmadụ\": [\n        \"antisocialistically\",\n        \"persuaders\"\n    ],\n    \"emegide mmadụ\": [\n        \"antisocially\",\n        \"antitrinitarian\"\n    ],\n    \"antiso sophisticated\": [\n        \"antisophistic\"\n    ],\n    \"mgbochi ọkaibe\": [\n        \"antisophistication\"\n    ],\n    \"mgbochi sophistry\": [\n        \"antisophistry\"\n    ],\n    \"mgbochi soporific\": [\n        \"antisoporific\"\n    ],\n    \"ọgwụ antispirochetic\": [\n        \"antispirochetic\"\n    ],\n    \"na-agbasa ozi\": [\n        \"antispreading\",\n        \"libelling\",\n        \"mediating\",\n        \"mediatingly\",\n        \"promulgates\"\n    ],\n    \"onye na-egbochi ya\": [\n        \"antistadholder\",\n        \"constrictor\"\n    ],\n    \"ndị antist\": [\n        \"antistes\"\n    ],\n    \"antisupernaturalist na-agwọ ọrịa\": [\n        \"antisupernaturalist\"\n    ],\n    \"na-emegide ike mmụọ\": [\n        \"antisupernaturalistic\"\n    ],\n    \"mgbochi tarnish\": [\n        \"antitarnish\"\n    ],\n    \"mgbochi tarnishing\": [\n        \"antitarnishing\"\n    ],\n    \"emegideghị mmadụ\": [\n        \"antitheistic\"\n    ],\n    \"onye na-emegide okwukwe\": [\n        \"antitheologian\",\n        \"preevolutionist\"\n    ],\n    \"antittmin\": [\n        \"antithermin\"\n    ],\n    \"antittik\": [\n        \"antithetic\"\n    ],\n    \"na-emegide onwe ya\": [\n        \"antithetically\"\n    ],\n    \"antitipic\": [\n        \"antitypically\"\n    ],\n    \"ntụkwasị obi\": [\n        \"antitrust\",\n        \"aptyalism\",\n        \"assuredness\",\n        \"betrust\",\n        \"confidence\",\n        \"confidency\",\n        \"counterthrust\",\n        \"credibility\",\n        \"decrustation\",\n        \"dependability\",\n        \"dependableness\",\n        \"descendibility\",\n        \"distrust\",\n        \"distrustfulness\",\n        \"distrusting\",\n        \"downthrust\",\n        \"encrustant\",\n        \"encrustation\",\n        \"encrustment\",\n        \"incrustation\",\n        \"incrustment\",\n        \"inthrust\",\n        \"intrust\",\n        \"mistrist\",\n        \"mistrust\",\n        \"mistrusted\",\n        \"nontrust\",\n        \"outthrust\",\n        \"overcrust\",\n        \"overfrustration\",\n        \"overloyalties\",\n        \"overrust\",\n        \"overtrust\",\n        \"overtrustful\",\n        \"overtrustfulness\",\n        \"pithful\",\n        \"reliability\",\n        \"reliabilities\",\n        \"reliableness\",\n        \"rendibility\",\n        \"retrust\",\n        \"succumbence\",\n        \"trussings\",\n        \"trust\",\n        \"trustability\",\n        \"trustable\",\n        \"trustableness\",\n        \"trustably\",\n        \"trustbuster\",\n        \"trustful\",\n        \"trustfully\",\n        \"trustfulness\",\n        \"trusty\",\n        \"trusties\",\n        \"trustihood\",\n        \"trustily\",\n        \"trustiness\",\n        \"trustingly\",\n        \"trustingness\",\n        \"trustle\",\n        \"trustman\",\n        \"trustmen\",\n        \"trustmonger\",\n        \"trustor\",\n        \"trusts\",\n        \"trustwomen\",\n        \"trustworthy\",\n        \"trustworthier\",\n        \"undependableness\",\n        \"unrust\",\n        \"unthrust\",\n        \"untrust\",\n        \"untrusty\",\n        \"untrusting\",\n        \"upthrust\",\n        \"wantrust\"\n    ],\n    \"mgbochi ụkwara nta\": [\n        \"antituberculosis\"\n    ],\n    \"antivenin\": [\n        \"antivenom\"\n    ],\n    \"nje\": [\n        \"antiviral\",\n        \"bacteria\",\n        \"bacteriaceous\",\n        \"bacterial\",\n        \"bacterially\",\n        \"bacterian\",\n        \"bacteric\",\n        \"bacterid\",\n        \"bacteriemia\",\n        \"bacteriform\",\n        \"bacterin\",\n        \"bacterins\",\n        \"bacteriogenous\",\n        \"bacteriology\",\n        \"bacteriological\",\n        \"bacteriologies\",\n        \"bacteriophage\",\n        \"bacteriophages\",\n        \"bacteriophagy\",\n        \"bacteriophobia\",\n        \"bacterioprotein\",\n        \"bacteriopurpurin\",\n        \"bacterioscopy\",\n        \"bacterioscopic\",\n        \"bacterioscopical\",\n        \"bacterioscopist\",\n        \"bacteriosis\",\n        \"bacteriostat\",\n        \"bacterious\",\n        \"bacteririum\",\n        \"bacterium\",\n        \"bacterization\",\n        \"bacterized\",\n        \"germanness\",\n        \"germens\",\n        \"germicidal\",\n        \"germicides\",\n        \"germinance\",\n        \"germinations\",\n        \"germs\",\n        \"gerres\",\n        \"gervais\",\n        \"gervas\",\n        \"gervase\",\n        \"infectum\",\n        \"microorganisms\",\n        \"organismic\",\n        \"pathogen\",\n        \"pathogeneses\",\n        \"pathogens\",\n        \"pimple\",\n        \"pimpleback\",\n        \"pimps\",\n        \"strain\",\n        \"strainer\",\n        \"strainerman\",\n        \"strainers\",\n        \"strainometer\",\n        \"unbacterial\",\n        \"virbius\",\n        \"virgas\",\n        \"virgate\",\n        \"virilisms\",\n        \"virilities\",\n        \"virion\",\n        \"virions\",\n        \"virous\",\n        \"virus\",\n        \"virusemic\",\n        \"viruses\",\n        \"viruslike\",\n        \"vulnerary\"\n    ],\n    \"ndị na-eme mkpesa\": [\n        \"antivivisectionists\",\n        \"complainants\",\n        \"promonarchists\"\n    ],\n    \"uwe mgbochi\": [\n        \"antiwear\",\n        \"blanketflower\",\n        \"cloaklet\",\n        \"wardcors\"\n    ],\n    \"mgbochi wit\": [\n        \"antiwit\"\n    ],\n    \"mgbochi zealot\": [\n        \"antizealot\"\n    ],\n    \"antizymotic\": [\n        \"antizymic\"\n    ],\n    \"gbụrụ\": [\n        \"antlered\",\n        \"baffed\",\n        \"beringed\",\n        \"bistered\",\n        \"burseed\",\n        \"buzzed\",\n        \"caddiced\",\n        \"carucated\",\n        \"cored\",\n        \"cupped\",\n        \"dartled\",\n        \"fazed\",\n        \"fopped\",\n        \"gored\",\n        \"gunned\",\n        \"harelipped\",\n        \"keystoned\",\n        \"mimed\",\n        \"miseducated\",\n        \"nailing\",\n        \"niggarded\",\n        \"pored\",\n        \"smutched\",\n        \"snigged\",\n        \"spat\",\n        \"spathed\",\n        \"spumed\",\n        \"stoked\",\n        \"swived\"\n    ],\n    \"ndita\": [\n        \"antlers\"\n    ],\n    \"ime mmanu\": [\n        \"antliate\"\n    ],\n    \"ndutịme\": [\n        \"antony\",\n        \"turbulent\",\n        \"turbulentness\"\n    ],\n    \"anatobi\": [\n        \"antonym\"\n    ],\n    \"antonym\": [\n        \"antonymic\"\n    ],\n    \"Ugbala\": [\n        \"antorbital\",\n        \"arrondi\",\n        \"dithyrambic\",\n        \"eoliths\",\n        \"klop\",\n        \"oocystaceous\",\n        \"pythoninae\",\n        \"pythonissa\",\n        \"tzardom\",\n        \"whoosies\"\n    ],\n    \"enweghị kwa\": [\n        \"antwise\",\n        \"waneless\"\n    ],\n    \"ịda mmụọ\": [\n        \"anubing\",\n        \"calker\",\n        \"calking\"\n    ],\n    \"anral\": [\n        \"anural\"\n    ],\n    \"inara\": [\n        \"anuretic\",\n        \"disembed\",\n        \"enlacing\",\n        \"liasing\",\n        \"lickerous\",\n        \"oar\",\n        \"ravelin\",\n        \"sciscitation\"\n    ],\n    \"Anurias\": [\n        \"anurias\"\n    ],\n    \"onye nkasi obi\": [\n        \"anvasser\",\n        \"detractor\",\n        \"rectoress\"\n    ],\n    \"nkpo\": [\n        \"anviling\",\n        \"catmints\",\n        \"demurely\",\n        \"desperado\",\n        \"desperados\",\n        \"dhurry\",\n        \"dryopes\",\n        \"exophasia\",\n        \"flindersia\",\n        \"galumptious\"\n    ],\n    \"na-eripu\": [\n        \"anvilling\"\n    ],\n    \"anwansi\": [\n        \"anvilsmith\",\n        \"bemistress\",\n        \"bocasine\",\n        \"buicks\",\n        \"cabalistic\",\n        \"cabalistical\",\n        \"catechisable\",\n        \"ceterach\",\n        \"crenel\",\n        \"decemlocular\",\n        \"dingoes\",\n        \"dolichohieric\",\n        \"gnast\",\n        \"gnatcatcher\",\n        \"gnatflower\",\n        \"gnathions\",\n        \"gnathostomous\",\n        \"gnatter\",\n        \"magic\",\n        \"magically\",\n        \"magicdom\",\n        \"magics\",\n        \"magiric\",\n        \"magism\",\n        \"magmatic\",\n        \"magmatism\",\n        \"magnetician\",\n        \"occamism\",\n        \"occamistic\",\n        \"occasive\",\n        \"occision\",\n        \"occluse\",\n        \"occult\",\n        \"occultate\",\n        \"occultation\",\n        \"occulting\",\n        \"occultism\",\n        \"occultist\",\n        \"occultists\",\n        \"occultly\",\n        \"occultness\",\n        \"occults\",\n        \"occurse\",\n        \"outswindling\",\n        \"simulatory\",\n        \"spetch\",\n        \"sunbonnet\",\n        \"uncanny\",\n        \"uncannier\",\n        \"uncanonicalness\",\n        \"uncanonise\",\n        \"vinosity\"\n    ],\n    \"Anviltops\": [\n        \"anviltops\"\n    ],\n    \"n'obi\": [\n        \"anxiously\",\n        \"chestily\",\n        \"freeheartedly\",\n        \"heartedly\",\n        \"heartfully\",\n        \"heartily\",\n        \"heartsomely\",\n        \"heartward\",\n        \"heavyheartedly\",\n        \"kindheartedly\",\n        \"largeheartedly\",\n        \"openheartedly\",\n        \"softheartedly\",\n        \"temperamentally\",\n        \"tempered\"\n    ],\n    \"Anzac\": [\n        \"anzac\"\n    ],\n    \"Anzanian\": [\n        \"anzanian\"\n    ],\n    \"aonyan\": [\n        \"aonian\"\n    ],\n    \"agwu\": [\n        \"aor\",\n        \"khitmatgar\",\n        \"monadnock\",\n        \"russety\"\n    ],\n    \"aortic\": [\n        \"aortal\"\n    ],\n    \"aortectasia\": [\n        \"aortectasis\"\n    ],\n    \"udiri\": [\n        \"aortic\",\n        \"aortism\",\n        \"centuplicated\",\n        \"drostden\",\n        \"drostdy\",\n        \"intuited\",\n        \"lynxes\",\n        \"medimnos\",\n        \"nomogenous\",\n        \"preaudience\",\n        \"scurvy\",\n        \"tonsure\"\n    ],\n    \"audi\": [\n        \"aotes\"\n    ],\n    \"aoudad\": [\n        \"aouad\",\n        \"audad\"\n    ],\n    \"nkpuru obi\": [\n        \"aoul\",\n        \"bighearted\",\n        \"heavyhearted\",\n        \"hollowhearted\",\n        \"rockhearted\",\n        \"soul\",\n        \"souldie\",\n        \"souled\",\n        \"soulful\",\n        \"soulheal\",\n        \"soulmass\",\n        \"soulpence\",\n        \"soulsaving\",\n        \"soulward\"\n    ],\n    \"afụ\": [\n        \"apache\",\n        \"aphanipterous\",\n        \"aphetize\",\n        \"aphroditous\",\n        \"baubling\",\n        \"blastophoral\",\n        \"blowess\",\n        \"blowsily\",\n        \"blowth\",\n        \"blowtorch\",\n        \"blowzily\",\n        \"bub\",\n        \"bubal\",\n        \"bubaline\",\n        \"bubals\",\n        \"bubber\",\n        \"bubby\",\n        \"bubble\",\n        \"bubbled\",\n        \"bubblelike\",\n        \"bubbler\",\n        \"bubblers\",\n        \"bubbletop\",\n        \"bubbletops\",\n        \"bubblies\",\n        \"bubbliest\",\n        \"bubbling\",\n        \"bubblingly\",\n        \"bumbling\",\n        \"drubble\",\n        \"drubbly\",\n        \"elates\",\n        \"fistiness\",\n        \"nubiferous\",\n        \"plumes\",\n        \"plumpish\",\n        \"pumpless\",\n        \"snoutish\",\n        \"tipburn\",\n        \"tumultuate\",\n        \"whuff\"\n    ],\n    \"achịcha\": [\n        \"apaches\",\n        \"apanaged\",\n        \"bakemeats\",\n        \"bakeress\",\n        \"bakeshop\",\n        \"bakeshops\",\n        \"bismer\",\n        \"bread\",\n        \"breaded\",\n        \"breaden\",\n        \"breadness\",\n        \"breadroot\",\n        \"breads\",\n        \"breadstuff\",\n        \"breadthen\",\n        \"breamed\",\n        \"bunemost\",\n        \"bunkerage\",\n        \"buns\",\n        \"bunsen\",\n        \"bunsenite\",\n        \"cacks\",\n        \"cakes\",\n        \"cheaps\",\n        \"cread\",\n        \"cuestas\",\n        \"cuirasses\",\n        \"curds\",\n        \"curries\",\n        \"epispastic\",\n        \"ferfet\",\n        \"ferriages\",\n        \"yeastless\",\n        \"jakes\",\n        \"kaisers\",\n        \"kipper\",\n        \"kirsch\",\n        \"leafiest\",\n        \"loafed\",\n        \"loaferish\",\n        \"loafing\",\n        \"loafingly\",\n        \"mors\",\n        \"morsal\",\n        \"morsel\",\n        \"morsels\",\n        \"nitred\",\n        \"nocake\",\n        \"overbakes\",\n        \"palisander\",\n        \"paneled\",\n        \"panelled\",\n        \"pansies\",\n        \"pantries\",\n        \"parcook\",\n        \"pashes\",\n        \"pastas\",\n        \"pastiches\",\n        \"pesach\",\n        \"pesante\",\n        \"pie\",\n        \"piecette\",\n        \"piecrust\",\n        \"pieforts\",\n        \"pieplant\",\n        \"pieplants\",\n        \"pies\",\n        \"pyes\",\n        \"placates\",\n        \"pokes\",\n        \"pries\",\n        \"priestery\",\n        \"sassies\",\n        \"unbreaded\",\n        \"uncrates\",\n        \"whiffet\",\n        \"whiffets\"\n    ],\n    \"ikeesthetize\": [\n        \"apaesthetize\"\n    ],\n    \"echiche\": [\n        \"apagogical\",\n        \"archprince\",\n        \"assumptions\",\n        \"conceivableness\",\n        \"concept\",\n        \"conceptacle\",\n        \"conceptaculum\",\n        \"conceptions\",\n        \"conceptism\",\n        \"concepts\",\n        \"conceptual\",\n        \"conceptualise\",\n        \"conceptualism\",\n        \"conceptualistic\",\n        \"conceptuality\",\n        \"conceptualization\",\n        \"conceptus\",\n        \"consderations\",\n        \"considerance\",\n        \"consideration\",\n        \"considerations\",\n        \"contrived\",\n        \"contrivedly\",\n        \"contusive\",\n        \"discepts\",\n        \"distelfink\",\n        \"enations\",\n        \"enosises\",\n        \"envisage\",\n        \"envisagement\",\n        \"envisages\",\n        \"envisionment\",\n        \"erosiveness\",\n        \"esthesis\",\n        \"etherealism\",\n        \"ethereous\",\n        \"ethography\",\n        \"ethologic\",\n        \"expostulations\",\n        \"fiked\",\n        \"hypothesi\",\n        \"idea\",\n        \"ideaed\",\n        \"ideaistic\",\n        \"idealogy\",\n        \"idealogies\",\n        \"ideas\",\n        \"ideational\",\n        \"ideations\",\n        \"ideo\",\n        \"ideogenical\",\n        \"ideolect\",\n        \"ideology\",\n        \"ideologies\",\n        \"imagism\",\n        \"imagisms\",\n        \"imagistic\",\n        \"imperception\",\n        \"impression\",\n        \"imprevision\",\n        \"leftisms\",\n        \"mathesis\",\n        \"mazement\",\n        \"mentality\",\n        \"notion\",\n        \"notional\",\n        \"notionality\",\n        \"notionally\",\n        \"notionate\",\n        \"notioned\",\n        \"notions\",\n        \"offlook\",\n        \"opination\",\n        \"opinative\",\n        \"opinicuses\",\n        \"opinion\",\n        \"opinionatedness\",\n        \"opinionativeness\",\n        \"opinionedness\",\n        \"opinions\",\n        \"outlook\",\n        \"outlooks\",\n        \"outpoint\",\n        \"outthought\",\n        \"percept\",\n        \"percepts\",\n        \"perspection\",\n        \"perspectival\",\n        \"perspective\",\n        \"perspectived\",\n        \"perspectives\",\n        \"perspectivism\",\n        \"perspectivity\",\n        \"pyrolignous\",\n        \"predismiss\",\n        \"preexpect\",\n        \"preopinion\",\n        \"prespective\",\n        \"prophilosophical\",\n        \"propos\",\n        \"rationales\",\n        \"reflection\",\n        \"reflections\",\n        \"revealment\",\n        \"revelational\",\n        \"revelationist\",\n        \"sensism\",\n        \"sentience\",\n        \"sentimenter\",\n        \"sentiments\",\n        \"supposal\",\n        \"supposals\",\n        \"suppositions\",\n        \"theoric\",\n        \"theorisation\",\n        \"theorise\",\n        \"theorizing\",\n        \"theres\",\n        \"thinkful\",\n        \"thinkings\",\n        \"thoughtful\",\n        \"thoughty\",\n        \"thoughtlet\",\n        \"thoughtness\",\n        \"thoughts\",\n        \"thoughtsick\",\n        \"thoughtway\",\n        \"viewpoint\",\n        \"viewpoints\",\n        \"views\"\n    ],\n    \"ịgbaghara\": [\n        \"apardon\",\n        \"deltation\",\n        \"forfending\",\n        \"misgivinglying\",\n        \"pardine\",\n        \"pardonably\",\n        \"perbend\",\n        \"waivers\"\n    ],\n    \"iche iche\": [\n        \"apart\",\n        \"assortatively\",\n        \"assorting\",\n        \"charlocks\",\n        \"contradiscriminate\",\n        \"contrastiveness\",\n        \"convocationally\",\n        \"cosingular\",\n        \"dedifferentiated\",\n        \"deferentiality\",\n        \"diffeomorphic\",\n        \"differen\",\n        \"different\",\n        \"differentia\",\n        \"differentiability\",\n        \"differentiae\",\n        \"differentially\",\n        \"differentials\",\n        \"differentiates\",\n        \"differentiative\",\n        \"differentiator\",\n        \"differently\",\n        \"differentness\",\n        \"diffluence\",\n        \"difluence\",\n        \"discriminably\",\n        \"discriminatingly\",\n        \"discriminatorily\",\n        \"dissentiently\",\n        \"distinctity\",\n        \"distinctively\",\n        \"distinctiveness\",\n        \"distinctness\",\n        \"distinguishably\",\n        \"diverse\",\n        \"diverseness\",\n        \"diversifiability\",\n        \"diversified\",\n        \"diversity\",\n        \"embers\",\n        \"exceptiveness\",\n        \"grenat\",\n        \"indifferentiated\",\n        \"individualization\",\n        \"individualize\",\n        \"individualizing\",\n        \"individualizingly\",\n        \"individuating\",\n        \"individuation\",\n        \"individuous\",\n        \"isocephalous\",\n        \"isochronize\",\n        \"isocymene\",\n        \"isogametic\",\n        \"isogenotype\",\n        \"isogenotypic\",\n        \"isogonally\",\n        \"isographically\",\n        \"isolationalism\",\n        \"isolationism\",\n        \"isoparaffin\",\n        \"isoquercitrin\",\n        \"isostatically\",\n        \"isostructural\",\n        \"isovalerate\",\n        \"manifold\",\n        \"miscellaneousness\",\n        \"multirotatory\",\n        \"ostraciidae\",\n        \"overdiscriminating\",\n        \"overdiscrimination\",\n        \"overdiverseness\",\n        \"parrotwise\",\n        \"partialising\",\n        \"quarantinable\",\n        \"quarantining\",\n        \"quininiazation\",\n        \"rangeheads\",\n        \"segregatedly\",\n        \"segregateness\",\n        \"separatedly\",\n        \"separately\",\n        \"singular\",\n        \"singularly\",\n        \"solitarian\",\n        \"specialisation\",\n        \"specialization\",\n        \"spectralness\",\n        \"spectrographically\",\n        \"subspecialties\",\n        \"superinclusiveness\",\n        \"thriftily\",\n        \"thriftiness\",\n        \"undifferential\",\n        \"undifferentiated\",\n        \"undifferentiating\",\n        \"undifferentiation\",\n        \"undiverseness\",\n        \"undividedly\",\n        \"undividual\",\n        \"vary\",\n        \"variatively\",\n        \"variedness\",\n        \"variegates\",\n        \"varietals\",\n        \"variety\",\n        \"variously\",\n        \"variousness\",\n        \"varletries\",\n        \"varuses\"\n    ],\n    \"ụdọ\": [\n        \"apartado\",\n        \"cabotages\",\n        \"courb\",\n        \"curmudgeonery\",\n        \"currachs\",\n        \"curratow\",\n        \"currycomb\",\n        \"entrapment\",\n        \"yabbers\",\n        \"muconic\",\n        \"ropes\",\n        \"strumousness\",\n        \"tenontomyotomy\"\n    ],\n    \"enweghị onwe\": [\n        \"apartness\",\n        \"libertyless\",\n        \"nonnihilism\",\n        \"unfreed\",\n        \"vaneless\"\n    ],\n    \"apụl\": [\n        \"apast\",\n        \"apices\",\n        \"apish\",\n        \"apple\",\n        \"appleberry\",\n        \"applecart\",\n        \"appledrone\",\n        \"applegrower\",\n        \"applejack\",\n        \"applejohn\",\n        \"applenut\",\n        \"appleringy\",\n        \"appleringie\",\n        \"appleroot\",\n        \"apples\",\n        \"applesauce\",\n        \"applesnits\",\n        \"apteryges\",\n        \"outgazed\",\n        \"outwiggled\",\n        \"podgy\",\n        \"podices\",\n        \"poditic\",\n        \"sweetberry\"\n    ],\n    \"apastra\": [\n        \"apasttra\"\n    ],\n    \"gbasara apathistical\": [\n        \"apathistical\"\n    ],\n    \"apel\": [\n        \"apelles\"\n    ],\n    \"onu nzu\": [\n        \"apepsy\"\n    ],\n    \"ọnụ\": [\n        \"apeptic\",\n        \"bard\",\n        \"cense\",\n        \"censes\",\n        \"ceric\",\n        \"cheekiness\",\n        \"chorally\",\n        \"coexchangeable\",\n        \"cohesively\",\n        \"compunctiously\",\n        \"compunctive\",\n        \"concertedly\",\n        \"convoluting\",\n        \"convolving\",\n        \"costal\",\n        \"costally\",\n        \"costate\",\n        \"costated\",\n        \"costful\",\n        \"costively\",\n        \"costliness\",\n        \"costmary\",\n        \"costmaries\",\n        \"countship\",\n        \"curse\",\n        \"cursors\",\n        \"depurated\",\n        \"eloigned\",\n        \"erugatory\",\n        \"euhedral\",\n        \"euthermic\",\n        \"expensiveness\",\n        \"ferally\",\n        \"gummosity\",\n        \"yerbal\",\n        \"mouth\",\n        \"mouthed\",\n        \"mouthful\",\n        \"mouthfuls\",\n        \"mouthpart\",\n        \"mouthparts\",\n        \"mouthpieces\",\n        \"mouthpipe\",\n        \"mouths\",\n        \"mundal\",\n        \"murally\",\n        \"muth\",\n        \"node\",\n        \"nodes\",\n        \"numbingly\",\n        \"oralism\",\n        \"orality\",\n        \"oralities\",\n        \"oralization\",\n        \"orally\",\n        \"orational\",\n        \"outasks\",\n        \"outeyed\",\n        \"outpriced\",\n        \"outpricing\",\n        \"peck\",\n        \"peckage\",\n        \"peckiness\",\n        \"peckish\",\n        \"peckle\",\n        \"pecks\",\n        \"peeler\",\n        \"preciouses\",\n        \"priced\",\n        \"pricked\",\n        \"prickers\",\n        \"pricky\",\n        \"pricks\",\n        \"puniness\",\n        \"spokesmanship\",\n        \"terminalia\",\n        \"terminalis\",\n        \"terminals\",\n        \"terminant\",\n        \"terminational\",\n        \"termino\",\n        \"thegether\",\n        \"tierce\",\n        \"together\",\n        \"togetherness\",\n        \"tollhall\",\n        \"tollman\",\n        \"uria\",\n        \"uriah\",\n        \"verbalised\"\n    ],\n    \"n'oge\": [\n        \"aperiodically\",\n        \"during\",\n        \"erewhile\",\n        \"interwhile\",\n        \"laterally\",\n        \"momentally\",\n        \"momentaneously\",\n        \"nowadays\",\n        \"punctal\",\n        \"punctual\",\n        \"punctually\",\n        \"seasonably\",\n        \"seasonally\",\n        \"spastically\",\n        \"spruntly\",\n        \"underntime\"\n    ],\n    \"tụgharịa\": [\n        \"apersee\",\n        \"counterdesire\",\n        \"droplight\",\n        \"dropwise\",\n        \"fconvert\",\n        \"flip\",\n        \"flype\",\n        \"flipjack\",\n        \"flipped\",\n        \"flips\",\n        \"flivver\",\n        \"glided\",\n        \"muser\",\n        \"overink\",\n        \"overthink\",\n        \"rebind\",\n        \"rebluff\",\n        \"recompare\",\n        \"redecide\",\n        \"reversely\",\n        \"reverser\",\n        \"reversers\",\n        \"rewhelp\",\n        \"rolf\",\n        \"roll\",\n        \"rolliche\",\n        \"rollicks\",\n        \"rollover\",\n        \"swobbers\",\n        \"turbinatostipitate\",\n        \"turnagain\",\n        \"turnaround\",\n        \"turned\",\n        \"valvate\"\n    ],\n    \"aperi\": [\n        \"apertion\"\n    ],\n    \"apertometa\": [\n        \"apertometer\"\n    ],\n    \"onu ire\": [\n        \"apex\"\n    ],\n    \"agbakọta\": [\n        \"apexed\",\n        \"bundling\",\n        \"colloquies\",\n        \"colloquized\",\n        \"comparted\",\n        \"compounding\",\n        \"convectively\",\n        \"convenable\",\n        \"conventionalising\",\n        \"convexedly\",\n        \"convexes\",\n        \"convexities\",\n        \"convexly\",\n        \"cosigned\",\n        \"cuitled\",\n        \"grouped\",\n        \"reconvenes\",\n        \"reconvening\",\n        \"unabundance\",\n        \"unamalgamated\",\n        \"unamalgamating\",\n        \"uncombine\",\n        \"uncombined\",\n        \"uncombining\",\n        \"unconcluding\",\n        \"unconvened\",\n        \"uncoupling\"\n    ],\n    \"onu agbada\": [\n        \"apexes\"\n    ],\n    \"na-agbatị\": [\n        \"apexing\",\n        \"approximating\",\n        \"atilt\",\n        \"bituberculated\",\n        \"distending\",\n        \"elongates\",\n        \"elongating\",\n        \"enolizing\",\n        \"esterifying\",\n        \"extending\",\n        \"fastens\",\n        \"fractionizing\",\n        \"gesling\",\n        \"girdlingly\",\n        \"intermixedly\",\n        \"kitting\",\n        \"lengthening\",\n        \"lengthens\",\n        \"minuends\",\n        \"nidifies\",\n        \"outstretching\",\n        \"outtrotting\",\n        \"overextending\",\n        \"pingers\",\n        \"prodromatically\",\n        \"proliturgical\",\n        \"prologising\",\n        \"prolonges\",\n        \"prolongs\",\n        \"propolises\",\n        \"quadding\",\n        \"ratting\",\n        \"remaindering\",\n        \"remapping\",\n        \"sledgehammering\",\n        \"splining\",\n        \"straightening\",\n        \"straighting\",\n        \"straitening\",\n        \"subsists\",\n        \"tetanizes\",\n        \"tetanizing\",\n        \"tiptoeingly\",\n        \"unclimbing\",\n        \"untilting\",\n        \"whortles\"\n    ],\n    \"ndị Aphanites\": [\n        \"aphanites\"\n    ],\n    \"ihe aphasics\": [\n        \"aphasics\"\n    ],\n    \"apemia\": [\n        \"aphemia\"\n    ],\n    \"ndị aphidians\": [\n        \"aphidians\"\n    ],\n    \"onye na-egbu onwe ya\": [\n        \"aphidicide\",\n        \"hydractinian\",\n        \"suicidist\"\n    ],\n    \"apị\": [\n        \"aphis\"\n    ],\n    \"okwu olu\": [\n        \"aphonics\"\n    ],\n    \"aphoris\": [\n        \"aphorised\"\n    ],\n    \"na-agbakwu\": [\n        \"aphorising\"\n    ],\n    \"aphotiiki\": [\n        \"aphotic\"\n    ],\n    \"nke aphthic\": [\n        \"aphthic\"\n    ],\n    \"onye apiarian\": [\n        \"apiarian\"\n    ],\n    \"ndị apiarians\": [\n        \"apiarians\"\n    ],\n    \"akpịrị\": [\n        \"apiaries\",\n        \"apishness\",\n        \"aporrhea\",\n        \"becurse\",\n        \"bepile\",\n        \"bepimples\",\n        \"bogged\",\n        \"buttstrap\",\n        \"chestnuts\",\n        \"cogniser\",\n        \"cognises\",\n        \"cognitional\",\n        \"crunkle\",\n        \"dashers\",\n        \"diphyesis\",\n        \"diphtheria\",\n        \"diphtherial\",\n        \"diphtherian\",\n        \"dizened\",\n        \"drusy\",\n        \"esogastritis\",\n        \"esophagus\",\n        \"esophoria\",\n        \"frizz\",\n        \"nielled\",\n        \"oaritis\",\n        \"oesophagus\",\n        \"pulpamenta\",\n        \"queach\",\n        \"scabbed\",\n        \"scabies\",\n        \"scabs\",\n        \"scaphion\",\n        \"scaphiopus\",\n        \"scapus\",\n        \"scrimmages\",\n        \"scrotitis\",\n        \"sore\",\n        \"sorels\",\n        \"sorema\",\n        \"soreness\",\n        \"sorenesses\",\n        \"sorer\",\n        \"splenia\",\n        \"succumbs\",\n        \"thegnhood\",\n        \"thiacetic\",\n        \"thiamines\",\n        \"thiasite\",\n        \"thible\",\n        \"thilk\",\n        \"thill\",\n        \"thilly\",\n        \"thills\",\n        \"thymuses\",\n        \"thirams\",\n        \"thirster\",\n        \"thirstier\",\n        \"thirt\",\n        \"thiuram\",\n        \"thivel\",\n        \"thixle\",\n        \"thixophobia\",\n        \"thixotropic\",\n        \"throat\",\n        \"throatal\",\n        \"throatboll\",\n        \"throated\",\n        \"throatful\",\n        \"throaty\",\n        \"throatier\",\n        \"throatiest\",\n        \"throatily\",\n        \"throatiness\",\n        \"throatless\",\n        \"throatlet\",\n        \"throatlike\",\n        \"throatroot\",\n        \"throats\",\n        \"throes\",\n        \"thrombins\",\n        \"thrope\",\n        \"throstles\",\n        \"throttles\",\n        \"tickbird\"\n    ],\n    \"ndi apiarists\": [\n        \"apiarists\"\n    ],\n    \"onye dibia\": [\n        \"apician\",\n        \"epithetician\",\n        \"ethician\"\n    ],\n    \"itu anya\": [\n        \"apiculate\"\n    ],\n    \"mkpa\": [\n        \"apiculation\",\n        \"avital\",\n        \"bespouses\",\n        \"chital\",\n        \"decencies\",\n        \"desmic\",\n        \"enlodgement\",\n        \"especialness\",\n        \"essentiality\",\n        \"eustacy\",\n        \"eviration\",\n        \"expedience\",\n        \"expediences\",\n        \"expediency\",\n        \"impartance\",\n        \"importance\",\n        \"importunacy\",\n        \"importunance\",\n        \"indispensabilities\",\n        \"necessarius\",\n        \"necessitate\",\n        \"necessitation\",\n        \"necessity\",\n        \"necessities\",\n        \"necessitude\",\n        \"necessitudo\",\n        \"need\",\n        \"needfire\",\n        \"needfully\",\n        \"needfulness\",\n        \"needham\",\n        \"neediest\",\n        \"needily\",\n        \"needler\",\n        \"needlestone\",\n        \"needling\",\n        \"needlings\",\n        \"needment\",\n        \"needments\",\n        \"neednt\",\n        \"needs\",\n        \"needsly\",\n        \"ovant\",\n        \"pertinaceous\",\n        \"pertinacious\",\n        \"pertinaciousness\",\n        \"pertinacity\",\n        \"pertinate\",\n        \"pertinence\",\n        \"pertinency\",\n        \"pertinencies\",\n        \"pertinent\",\n        \"pertinentia\",\n        \"pertinently\",\n        \"pertinentness\",\n        \"preimportance\",\n        \"preimportant\",\n        \"preimprovement\",\n        \"prioracy\",\n        \"prioral\",\n        \"priori\",\n        \"priory\",\n        \"prioristic\",\n        \"prioristically\",\n        \"priority\",\n        \"priorship\",\n        \"relevance\",\n        \"relevancy\",\n        \"relevancies\",\n        \"scissor\",\n        \"scissors\",\n        \"scissorsbird\",\n        \"scissorsmith\",\n        \"significancy\",\n        \"significancies\",\n        \"thin\",\n        \"thinner\",\n        \"thinners\",\n        \"thinness\",\n        \"thinnesses\",\n        \"thinnish\",\n        \"vitalisation\",\n        \"vitalities\"\n    ],\n    \"ọpụrụiche\": [\n        \"apicultural\",\n        \"architectonic\",\n        \"costopleural\",\n        \"deificatory\",\n        \"desultorious\",\n        \"dictyogenous\",\n        \"divvied\",\n        \"exclusivist\",\n        \"expedientist\",\n        \"exurbs\",\n        \"gooseflesh\",\n        \"jacked\",\n        \"lucriferousness\",\n        \"monogenesist\",\n        \"monostable\",\n        \"ostracizer\",\n        \"overspecialized\",\n        \"paeanized\",\n        \"specialism\",\n        \"speciality\",\n        \"specialities\",\n        \"specialness\",\n        \"specials\",\n        \"specialty\",\n        \"specialties\",\n        \"speciates\",\n        \"speciating\",\n        \"speciation\",\n        \"specie\",\n        \"subspecialized\",\n        \"ultraplausible\"\n    ],\n    \"akuru ozuzu\": [\n        \"apiculture\"\n    ],\n    \"Ogha mmuta\": [\n        \"apiculturist\"\n    ],\n    \"apịlị\": [\n        \"apishly\"\n    ],\n    \"apiti\": [\n        \"apism\",\n        \"inswamp\",\n        \"swamp\",\n        \"swampberry\",\n        \"swamper\",\n        \"swampers\",\n        \"swamphen\",\n        \"swampy\",\n        \"swampine\",\n        \"swampiness\",\n        \"swampish\",\n        \"swamps\",\n        \"swampside\"\n    ],\n    \"dị mkpa\": [\n        \"apivorous\",\n        \"aport\",\n        \"balladised\",\n        \"besant\",\n        \"contingentialness\",\n        \"cruciality\",\n        \"crucialness\",\n        \"dingies\",\n        \"elicitable\",\n        \"emicant\",\n        \"especial\",\n        \"esperantic\",\n        \"espinal\",\n        \"essential\",\n        \"essentialism\",\n        \"essentialist\",\n        \"essentialness\",\n        \"evincive\",\n        \"exsecant\",\n        \"falcial\",\n        \"farcial\",\n        \"imperate\",\n        \"imperatives\",\n        \"important\",\n        \"importantly\",\n        \"interfluent\",\n        \"larithmic\",\n        \"matterful\",\n        \"meritoriousness\",\n        \"motific\",\n        \"necessar\",\n        \"necessary\",\n        \"necessarian\",\n        \"necessarianism\",\n        \"necessaries\",\n        \"necessarily\",\n        \"necessariness\",\n        \"necessism\",\n        \"necessist\",\n        \"necessitarian\",\n        \"necessitarianism\",\n        \"necessitated\",\n        \"necessitatedly\",\n        \"necessitates\",\n        \"necessitating\",\n        \"necessitatingly\",\n        \"necessitative\",\n        \"necessitous\",\n        \"necessitously\",\n        \"necessitousness\",\n        \"needful\",\n        \"needfuls\",\n        \"needsome\",\n        \"neoblastic\",\n        \"nitidous\",\n        \"notificational\",\n        \"obital\",\n        \"obvolutive\",\n        \"omnisignificant\",\n        \"periportal\",\n        \"pivoted\",\n        \"portentous\",\n        \"precrucial\",\n        \"quintessential\",\n        \"relevant\",\n        \"relevent\",\n        \"relevying\",\n        \"sapiential\",\n        \"sicer\",\n        \"significantness\",\n        \"significatist\",\n        \"significatory\",\n        \"significatum\",\n        \"subessential\",\n        \"subsistential\",\n        \"substrative\",\n        \"suppedaneous\",\n        \"tangential\",\n        \"triatic\",\n        \"trifarious\",\n        \"tritangential\",\n        \"trivant\",\n        \"trivantly\",\n        \"trivariant\",\n        \"umpiring\",\n        \"umptieth\",\n        \"underivative\",\n        \"vitalic\",\n        \"vitalise\",\n        \"vitalised\",\n        \"vitaliser\",\n        \"vitalises\",\n        \"vitalism\",\n        \"vitalist\",\n        \"vitalistic\",\n        \"vitiable\"\n    ],\n    \"nwee ume\": [\n        \"aplenty\",\n        \"boon\",\n        \"propulsatory\",\n        \"reenforced\",\n        \"reinforce\",\n        \"reinforceable\",\n        \"reinforcer\",\n        \"tensioned\",\n        \"vigorist\"\n    ],\n    \"apuluda\": [\n        \"apluda\"\n    ],\n    \"oluchi\": [\n        \"aplustre\",\n        \"collard\",\n        \"collaring\",\n        \"glanis\",\n        \"gregarina\",\n        \"neckyoke\",\n        \"neckties\",\n        \"shoshone\"\n    ],\n    \"apịtị\": [\n        \"apnea\",\n        \"apnoea\",\n        \"appals\",\n        \"appertise\",\n        \"apterygial\",\n        \"haroset\",\n        \"mire\",\n        \"mires\",\n        \"mud\",\n        \"muddy\",\n        \"muddies\",\n        \"muddiness\",\n        \"muddles\",\n        \"mudproof\",\n        \"muds\",\n        \"mudsill\",\n        \"mudsills\",\n        \"mudstone\",\n        \"outwave\",\n        \"uncumber\",\n        \"unpiles\"\n    ],\n    \"oyi\": [\n        \"apneic\",\n        \"apneumonous\",\n        \"chiels\",\n        \"cold\",\n        \"colder\",\n        \"coldest\",\n        \"coldfinch\",\n        \"coldish\",\n        \"coldness\",\n        \"coldnesses\",\n        \"coldong\",\n        \"colds\",\n        \"cooer\",\n        \"coolen\",\n        \"cooler\",\n        \"coolie\",\n        \"damozels\",\n        \"dother\",\n        \"endothermy\",\n        \"freezed\",\n        \"froe\",\n        \"frogeater\",\n        \"frosted\",\n        \"froster\",\n        \"frother\",\n        \"frothy\",\n        \"froust\",\n        \"frouze\",\n        \"nither\",\n        \"nitric\",\n        \"tempera\",\n        \"temperas\",\n        \"winter\",\n        \"winterberry\",\n        \"wintered\",\n        \"winterish\",\n        \"winterishness\",\n        \"winterize\",\n        \"winterlike\",\n        \"winterling\",\n        \"winterweight\",\n        \"wiver\"\n    ],\n    \"oyibo\": [\n        \"apneumona\",\n        \"pneumatist\",\n        \"pneumatographic\",\n        \"pneumatophanic\",\n        \"pneumococcus\",\n        \"pneumonophthisis\"\n    ],\n    \"kechioma\": [\n        \"apocalypst\",\n        \"apocalyptically\",\n        \"apocentric\",\n        \"apophthegmatic\",\n        \"apsychical\",\n        \"capernoited\",\n        \"cryptolith\",\n        \"didascalic\",\n        \"fiorite\",\n        \"fortunate\",\n        \"fortunite\",\n        \"fortunous\",\n        \"incruental\",\n        \"kodaked\",\n        \"labiodental\",\n        \"lateriflorous\",\n        \"laterifolious\",\n        \"luckful\",\n        \"lucky\",\n        \"luckless\",\n        \"malacopterygious\",\n        \"passionato\",\n        \"rhomboidally\",\n        \"roughdraft\",\n        \"superfortunate\",\n        \"tragicomedy\",\n        \"unfortunate\",\n        \"untunable\"\n    ],\n    \"ihe apocalyptical\": [\n        \"apocalyptical\"\n    ],\n    \"Ọkpụkpụ apocalyptist\": [\n        \"apocalyptist\"\n    ],\n    \"mbukpo\": [\n        \"apocamphoric\",\n        \"dandiacal\",\n        \"malabathrum\",\n        \"mawkingly\",\n        \"melismas\",\n        \"sparerib\"\n    ],\n    \"ozigbo\": [\n        \"apocatastatic\",\n        \"earthworm\",\n        \"evangelistarion\",\n        \"glarily\",\n        \"gloriole\",\n        \"glorioso\",\n        \"glossograph\",\n        \"glutch\",\n        \"groggily\",\n        \"grossularia\",\n        \"immediatly\",\n        \"instant\",\n        \"instantaneously\",\n        \"monochlorobenzene\",\n        \"rushlight\",\n        \"sgad\",\n        \"straightway\",\n        \"thiefland\",\n        \"waggonette\"\n    ],\n    \"apoperer\": [\n        \"apocenter\"\n    ],\n    \"ọ bụ ihe nzuzu\": [\n        \"apocynaceous\"\n    ],\n    \"gbaghara\": [\n        \"apocyneous\",\n        \"apocyte\",\n        \"apoise\",\n        \"apologete\",\n        \"apological\",\n        \"apologies\",\n        \"apologised\",\n        \"apologized\",\n        \"begladded\",\n        \"begnawn\",\n        \"begrudged\",\n        \"beknived\",\n        \"belage\",\n        \"berascaled\",\n        \"berated\",\n        \"beslur\",\n        \"betrample\",\n        \"debarked\",\n        \"deblaterate\",\n        \"debugged\",\n        \"debunked\",\n        \"defensed\",\n        \"excitate\",\n        \"excused\",\n        \"forbearant\",\n        \"forcive\",\n        \"fordrive\",\n        \"forfend\",\n        \"forgainst\",\n        \"forgather\",\n        \"forgave\",\n        \"forgeman\",\n        \"forgift\",\n        \"forgivable\",\n        \"forgivably\",\n        \"forgive\",\n        \"forgiveable\",\n        \"forgiveably\",\n        \"forgiveless\",\n        \"forgiven\",\n        \"forgiver\",\n        \"forgivingly\",\n        \"forgo\",\n        \"forgoer\",\n        \"forgoes\",\n        \"forgone\",\n        \"forlive\",\n        \"forride\",\n        \"leniate\",\n        \"overgive\",\n        \"overslidden\",\n        \"pard\",\n        \"pardal\",\n        \"pardesi\",\n        \"pardhan\",\n        \"pardy\",\n        \"pardner\",\n        \"pardners\",\n        \"pardon\",\n        \"pardonable\",\n        \"pardoned\",\n        \"pardonee\",\n        \"pardoner\",\n        \"pardoners\",\n        \"pardoning\",\n        \"pardonless\",\n        \"pardons\",\n        \"petrify\",\n        \"preforgive\",\n        \"preforgiven\",\n        \"reclinated\",\n        \"reforgive\",\n        \"ungive\",\n        \"ungiven\",\n        \"upgive\"\n    ],\n    \"agbaghara\": [\n        \"apocynthions\",\n        \"apogenous\",\n        \"apographical\",\n        \"apout\",\n        \"beguiles\",\n        \"censuring\",\n        \"contortion\",\n        \"contortioned\",\n        \"contumax\",\n        \"counterembattled\",\n        \"counterembowed\",\n        \"defendable\",\n        \"defensible\",\n        \"defensibly\",\n        \"excentral\",\n        \"exendospermous\",\n        \"forgeful\",\n        \"forgemen\",\n        \"imped\",\n        \"incages\",\n        \"incitements\",\n        \"inthralled\",\n        \"malted\",\n        \"miscreed\",\n        \"missals\",\n        \"misshapenly\",\n        \"mistered\",\n        \"nontoned\",\n        \"outtongued\",\n        \"pouted\",\n        \"unaskable\",\n        \"unaverted\",\n        \"unbegged\",\n        \"unforgiving\",\n        \"unforgivingly\",\n        \"unspited\"\n    ],\n    \"apọkrịfa\": [\n        \"apocryphal\",\n        \"apocryphalist\",\n        \"apocryphalness\"\n    ],\n    \"apodictik\": [\n        \"apodictic\"\n    ],\n    \"n'egbughị oge\": [\n        \"apodictically\",\n        \"balletically\",\n        \"besottedly\",\n        \"besottingly\",\n        \"blottesquely\",\n        \"clancularly\",\n        \"decennially\",\n        \"denotationally\",\n        \"denotatively\",\n        \"dereistically\",\n        \"dextrously\",\n        \"foiningly\",\n        \"furcately\",\n        \"gnomically\",\n        \"litherly\",\n        \"motivelessly\",\n        \"natantly\",\n        \"noneagerly\",\n        \"pharisaically\",\n        \"prepiously\",\n        \"preprudently\",\n        \"procryptically\",\n        \"promptress\",\n        \"prothetically\",\n        \"rattingly\",\n        \"salutarily\",\n        \"termlessly\",\n        \"townishly\",\n        \"trochaically\",\n        \"ultroneously\",\n        \"undelayingly\",\n        \"unexactingly\",\n        \"unintermediately\",\n        \"unremittingly\",\n        \"ventrodorsally\"\n    ],\n    \"Mgbaghara\": [\n        \"apogamies\",\n        \"apolarity\",\n        \"apologue\",\n        \"apologues\",\n        \"appeasements\",\n        \"contradebt\",\n        \"distracter\",\n        \"exactingness\",\n        \"excardination\",\n        \"excitations\",\n        \"excud\",\n        \"exocrines\",\n        \"extrications\",\n        \"remission\",\n        \"reomission\"\n    ],\n    \"ịrịọ mgbaghara\": [\n        \"apogeal\"\n    ],\n    \"na-arịọ mgbaghara\": [\n        \"apogees\",\n        \"apoious\",\n        \"apologising\",\n        \"apologizing\",\n        \"aporose\"\n    ],\n    \"apofere\": [\n        \"apograph\"\n    ],\n    \"enweghị ọchịchị\": [\n        \"apolitical\",\n        \"governless\",\n        \"nonaristocratic\",\n        \"nonaristocratical\",\n        \"nonmonarchic\",\n        \"nonmonarchistic\",\n        \"nonsociality\",\n        \"nontheocratical\",\n        \"ruleless\",\n        \"unaristocratic\",\n        \"uncolonial\"\n    ],\n    \"Nwanyị agbachitere\": [\n        \"apollinarian\"\n    ],\n    \"Ọchịchị apollinarianism\": [\n        \"apollinarianism\"\n    ],\n    \"rịọ mgbaghara\": [\n        \"apolog\",\n        \"apologal\",\n        \"apologise\",\n        \"apologize\",\n        \"apologizes\",\n        \"apologs\"\n    ],\n    \"onye mgbaghara\": [\n        \"apologer\",\n        \"apologiser\",\n        \"apologizer\"\n    ],\n    \"onye mgbako\": [\n        \"apologist\",\n        \"circuitor\",\n        \"descantist\"\n    ],\n    \"ndị mgbaghara\": [\n        \"apologists\"\n    ],\n    \"ndị na-arịọ mgbaghara\": [\n        \"apologizers\"\n    ],\n    \"onye na-eme ihe mgbako\": [\n        \"apophthegmatist\"\n    ],\n    \"enweghị mgbaghara\": [\n        \"apoplectical\",\n        \"inexcitably\",\n        \"inpardonable\",\n        \"unforgivableness\",\n        \"unforgiveness\",\n        \"unforgivingness\",\n        \"unpardon\",\n        \"unpardonable\",\n        \"unpardoning\"\n    ],\n    \"enweghị obi ụtọ\": [\n        \"apoplexious\",\n        \"cheerlessness\",\n        \"delightless\",\n        \"disenjoyment\",\n        \"disjointness\",\n        \"displeasurably\",\n        \"gladless\",\n        \"glebeless\",\n        \"glessite\",\n        \"gratuitant\",\n        \"gratulant\",\n        \"happiless\",\n        \"inconsolate\",\n        \"joyless\",\n        \"joylessly\",\n        \"joylessness\",\n        \"mirthless\",\n        \"mirthlessness\",\n        \"nonappeasable\",\n        \"nonascertainment\",\n        \"noncondiment\",\n        \"noneloquent\",\n        \"nonincitement\",\n        \"nonmotivated\",\n        \"pleasureless\",\n        \"pleasurelessly\",\n        \"unannoying\",\n        \"unappeasable\",\n        \"unappeasably\",\n        \"unappeased\",\n        \"unappeasing\",\n        \"unappetising\",\n        \"unassayed\",\n        \"unblissful\",\n        \"unboastful\",\n        \"unbreezy\",\n        \"unbumptious\",\n        \"unbuoyant\",\n        \"unbuoyed\",\n        \"undaughterliness\",\n        \"undelightsome\",\n        \"undispassionately\",\n        \"unenjoyable\",\n        \"unenjoyableness\",\n        \"unenjoyed\",\n        \"unenjoying\",\n        \"unenjoyingly\",\n        \"unfatiguing\",\n        \"unflagrant\",\n        \"ungleeful\",\n        \"ungleefully\",\n        \"ungrantable\",\n        \"unhayed\",\n        \"unhairiness\",\n        \"unhappen\",\n        \"unhappi\",\n        \"unhappy\",\n        \"unhappier\",\n        \"unhappiest\",\n        \"unhappily\",\n        \"unhappiness\",\n        \"uninspissated\",\n        \"unyouthful\",\n        \"unjoyed\",\n        \"unjoyful\",\n        \"unjoyfully\",\n        \"unjoyfulness\",\n        \"unjoinable\",\n        \"unjoyous\",\n        \"unjoyously\",\n        \"unmotivated\",\n        \"unpejorative\",\n        \"unpersevering\",\n        \"unpleasurable\",\n        \"unrejoiced\",\n        \"unsappy\",\n        \"unsavorily\",\n        \"unsavoriness\",\n        \"unspissated\"\n    ],\n    \"atụghị egwu\": [\n        \"aporetic\",\n        \"cynaraceous\"\n    ],\n    \"aporfin\": [\n        \"aporphin\"\n    ],\n    \"olulu\": [\n        \"apospory\",\n        \"apospories\",\n        \"boghole\",\n        \"bunghole\",\n        \"burrows\",\n        \"casemate\",\n        \"cathole\",\n        \"cesspit\",\n        \"cesspool\",\n        \"cesspools\",\n        \"chaptrel\",\n        \"chassepot\",\n        \"coalpit\",\n        \"coalpits\",\n        \"cornhole\",\n        \"cowpock\",\n        \"culdee\",\n        \"cullets\",\n        \"culm\",\n        \"culp\",\n        \"culpon\",\n        \"culrage\",\n        \"culter\",\n        \"culverkeys\",\n        \"culvertage\",\n        \"culverwort\",\n        \"diaphanousness\",\n        \"ditcher\",\n        \"drungar\",\n        \"estuary\",\n        \"excavatorial\",\n        \"exhumator\",\n        \"gravediggers\",\n        \"graverobber\",\n        \"hamital\",\n        \"hearths\",\n        \"highhole\",\n        \"hystericus\",\n        \"holcus\",\n        \"hollock\",\n        \"hollower\",\n        \"hollowroot\",\n        \"hollows\",\n        \"inditch\",\n        \"indrench\",\n        \"ludgate\",\n        \"manhole\",\n        \"mushhead\",\n        \"oarhole\",\n        \"orolingual\",\n        \"patter\",\n        \"pit\",\n        \"pitcherfuls\",\n        \"pitchery\",\n        \"pitchhole\",\n        \"pitchi\",\n        \"pitchy\",\n        \"pitchier\",\n        \"pitfall\",\n        \"pitfold\",\n        \"pithecan\",\n        \"pithes\",\n        \"pithole\",\n        \"pitmaker\",\n        \"pitmaking\",\n        \"pitman\",\n        \"pitmenpitmirk\",\n        \"piton\",\n        \"pitpan\",\n        \"pitpit\",\n        \"pitprop\",\n        \"pitressin\",\n        \"pits\",\n        \"pitside\",\n        \"pittances\",\n        \"pittard\",\n        \"pitter\",\n        \"pittine\",\n        \"pitting\",\n        \"pittospore\",\n        \"pitwood\",\n        \"plaits\",\n        \"plowhead\",\n        \"plungeon\",\n        \"plunger\",\n        \"plungers\",\n        \"plunging\",\n        \"pothole\",\n        \"potholes\",\n        \"precipitator\",\n        \"ramhead\",\n        \"seck\",\n        \"sepulcher\",\n        \"sepulchral\",\n        \"sepulchre\",\n        \"spyhole\",\n        \"supulchre\",\n        \"torchbearer\",\n        \"trencher\",\n        \"trophoplast\",\n        \"truchman\",\n        \"unground\",\n        \"unhumid\",\n        \"woodhole\"\n    ],\n    \"nke na-enweghị isi\": [\n        \"aposporous\",\n        \"boughless\",\n        \"nonsingular\"\n    ],\n    \"ndapụ n'ezi ofufe\": [\n        \"apostacy\",\n        \"apostacies\",\n        \"apostasy\",\n        \"apostasies\",\n        \"apostatise\",\n        \"apostatism\",\n        \"apostatizing\",\n        \"apostemation\"\n    ],\n    \"ịda iwu\": [\n        \"apostacize\",\n        \"infringement\",\n        \"infringing\",\n        \"lordolatry\",\n        \"penuriousness\",\n        \"tychistic\"\n    ],\n    \"ndapụ\": [\n        \"apostasis\"\n    ],\n    \"si n'ezi ofufe dapụ\": [\n        \"apostate\",\n        \"apostates\",\n        \"apostatic\",\n        \"apostatical\",\n        \"apostem\",\n        \"apostemate\"\n    ],\n    \"dapụrụ n'ezi ofufe\": [\n        \"apostatised\",\n        \"apostatising\",\n        \"apostatized\"\n    ],\n    \"dapụ n'ezi ofufe\": [\n        \"apostatize\",\n        \"apostatizes\"\n    ],\n    \"si n'ezi ofufe\": [\n        \"apostematic\"\n    ],\n    \"apostopato\": [\n        \"apostematous\"\n    ],\n    \"ijeozi\": [\n        \"aposthume\"\n    ],\n    \"ndịozi\": [\n        \"apostils\",\n        \"apostles\"\n    ],\n    \"onyeozi\": [\n        \"apostle\",\n        \"outjetted\",\n        \"restaurateur\"\n    ],\n    \"ịbụ onyeozi\": [\n        \"apostlehood\",\n        \"apostleship\"\n    ],\n    \"mme apostle\": [\n        \"apostleships\"\n    ],\n    \"enweghị okwukwe\": [\n        \"apostoless\",\n        \"casteism\",\n        \"creedless\",\n        \"eruditeness\",\n        \"faithless\",\n        \"faithlessly\",\n        \"faithlessness\",\n        \"impallid\",\n        \"inartisticality\",\n        \"incredulousness\",\n        \"irreligionist\",\n        \"irreligiously\",\n        \"irreligiousness\",\n        \"kithlessness\",\n        \"lithless\",\n        \"nonacquittal\",\n        \"nondeviant\",\n        \"nonfastidiousness\",\n        \"nonpersistence\",\n        \"nonreligion\",\n        \"sledgeless\",\n        \"uncaptivative\",\n        \"unintromittive\",\n        \"unministrant\",\n        \"unperfidious\",\n        \"unperfidiousness\",\n        \"unprotrudent\",\n        \"unreligiously\",\n        \"unreligiousness\",\n        \"unrequitedness\",\n        \"unsalvableness\",\n        \"unsculptural\",\n        \"unsymphonious\",\n        \"unsisterliness\",\n        \"unsuperstitiousness\",\n        \"untrinitarian\",\n        \"unvolubly\"\n    ],\n    \"apostolical\": [\n        \"apostolicalness\"\n    ],\n    \"zipụ ozi\": [\n        \"apostolize\"\n    ],\n    \"Ndịozi\": [\n        \"apostolos\"\n    ],\n    \"ikwughari\": [\n        \"apostrophe\",\n        \"convallariaceous\",\n        \"denouncing\",\n        \"disambiguate\",\n        \"interplait\",\n        \"interplicate\",\n        \"interrogatee\",\n        \"misrepeat\"\n    ],\n    \"ikwuputala\": [\n        \"apostrophied\",\n        \"apostrophised\",\n        \"apostrophized\",\n        \"eclaircissement\"\n    ],\n    \"ikwupụtaghachi\": [\n        \"apostrophising\"\n    ],\n    \"na-emegharị ahụ\": [\n        \"apostrophizes\",\n        \"appanaging\",\n        \"calcariferous\",\n        \"epilogizing\",\n        \"exactive\",\n        \"gyrating\",\n        \"hypersensitising\",\n        \"hypersensitize\",\n        \"hypersensuous\",\n        \"humanising\",\n        \"ingurgitating\",\n        \"nebulising\",\n        \"potboiling\",\n        \"proexercise\",\n        \"reexercising\",\n        \"reillustrating\",\n        \"rescrubbing\",\n        \"rollermaking\",\n        \"vermiculating\"\n    ],\n    \"ikwugharị\": [\n        \"apostrophizing\",\n        \"pamphletizing\",\n        \"repeat\"\n    ],\n    \"ndapụ mmụọ\": [\n        \"apostume\"\n    ],\n    \"Afọ\": [\n        \"apothecary\",\n        \"extirpations\",\n        \"frilliness\",\n        \"gulps\",\n        \"yerth\",\n        \"phlebenterism\",\n        \"phloretic\",\n        \"phloroglucic\",\n        \"podothecal\",\n        \"pshav\",\n        \"scaletail\",\n        \"throucht\",\n        \"trapdoor\",\n        \"vomerine\"\n    ],\n    \"ndị na-elekọta anụ ahụ\": [\n        \"apothecaries\"\n    ],\n    \"othedị mkpa\": [\n        \"apothecial\"\n    ],\n    \"onye na-ahụ maka ọdịmma\": [\n        \"apothegmatist\"\n    ],\n    \"Idozi ihe\": [\n        \"apothegmatize\"\n    ],\n    \"gbadoro\": [\n        \"apotheose\",\n        \"balistid\",\n        \"begowned\",\n        \"bellyached\",\n        \"bethumped\",\n        \"bowlegged\",\n        \"buffered\",\n        \"calced\",\n        \"dowsed\",\n        \"encurtain\",\n        \"garnered\",\n        \"leered\",\n        \"lopped\",\n        \"loppered\",\n        \"mercurified\",\n        \"mercurized\",\n        \"niggardised\",\n        \"ogived\",\n        \"pendente\",\n        \"plaited\",\n        \"semiappressed\",\n        \"suborn\",\n        \"subs\",\n        \"subsemitone\",\n        \"subspheric\",\n        \"substriated\",\n        \"tiptilt\",\n        \"tommed\"\n    ],\n    \"apotgm\": [\n        \"apothgm\"\n    ],\n    \"apịkọtọ\": [\n        \"apotype\"\n    ],\n    \"agbabẹmenos\": [\n        \"apoxyomenos\"\n    ],\n    \"Ọzịza\": [\n        \"apozemical\"\n    ],\n    \"appall\": [\n        \"appay\"\n    ],\n    \"apu\": [\n        \"appal\",\n        \"appale\"\n    ],\n    \"ngwugwu\": [\n        \"appalachian\",\n        \"appestats\",\n        \"backage\",\n        \"bludge\",\n        \"brodeglass\",\n        \"cackles\",\n        \"calkage\",\n        \"calpacks\",\n        \"coadmiration\",\n        \"collates\",\n        \"colleries\",\n        \"collieries\",\n        \"collutory\",\n        \"compage\",\n        \"complier\",\n        \"concupy\",\n        \"curlier\",\n        \"cushionet\",\n        \"endbrain\",\n        \"fabula\",\n        \"fabular\",\n        \"fabulate\",\n        \"fack\",\n        \"fackings\",\n        \"fascioplasty\",\n        \"fasnacht\",\n        \"impackment\",\n        \"lancetfishes\",\n        \"nucleation\",\n        \"package\",\n        \"packagings\",\n        \"packall\",\n        \"packbuilder\",\n        \"packery\",\n        \"packet\",\n        \"packeted\",\n        \"packets\",\n        \"packhouse\",\n        \"packings\",\n        \"packmaker\",\n        \"packnesses\",\n        \"packplane\",\n        \"packs\",\n        \"packsack\",\n        \"packsacks\",\n        \"packsaddle\",\n        \"packsaddles\",\n        \"packstaff\",\n        \"packstaves\",\n        \"packthread\",\n        \"packthreaded\",\n        \"packthreads\",\n        \"packware\",\n        \"packwax\",\n        \"packwaxes\",\n        \"padnag\",\n        \"padsaw\",\n        \"padshah\",\n        \"palladiumize\",\n        \"palladize\",\n        \"palule\",\n        \"parbuckle\",\n        \"parc\",\n        \"parcae\",\n        \"parcel\",\n        \"parceling\",\n        \"parcellary\",\n        \"parcellate\",\n        \"parcellation\",\n        \"parcelling\",\n        \"parcellization\",\n        \"parcelment\",\n        \"parcels\",\n        \"parcelwise\",\n        \"parclose\",\n        \"parges\",\n        \"pargets\",\n        \"pargyline\",\n        \"parietosphenoidal\",\n        \"parises\",\n        \"parities\",\n        \"parlatory\",\n        \"parles\",\n        \"parricides\",\n        \"parridges\",\n        \"parsings\",\n        \"parsonages\",\n        \"particularise\",\n        \"particularizer\",\n        \"parures\",\n        \"parvitude\",\n        \"parvolins\",\n        \"pholcidae\",\n        \"pickage\",\n        \"purprision\",\n        \"upcheer\",\n        \"wrastle\"\n    ],\n    \"ngwaala\": [\n        \"appalachians\"\n    ],\n    \"kụjara\": [\n        \"appalled\",\n        \"shocked\",\n        \"startled\"\n    ],\n    \"itu ujo\": [\n        \"appalling\"\n    ],\n    \"n'ụzọ juru anya\": [\n        \"appallingly\"\n    ],\n    \"apaaloosa\": [\n        \"appaloosa\"\n    ],\n    \"apaloosas\": [\n        \"appaloosas\"\n    ],\n    \"ịtọ\": [\n        \"appalto\",\n        \"folate\",\n        \"gawking\",\n        \"gconv\",\n        \"pitching\",\n        \"wheft\"\n    ],\n    \"iku ume\": [\n        \"appanage\",\n        \"blijver\",\n        \"breathability\",\n        \"breathable\",\n        \"breathableness\",\n        \"breathalyse\",\n        \"breatheableness\",\n        \"breather\",\n        \"breathiness\",\n        \"ewing\",\n        \"excruciate\",\n        \"excruciator\",\n        \"excudate\",\n        \"ferring\",\n        \"forebows\",\n        \"forelock\",\n        \"forepad\",\n        \"forhale\",\n        \"gasp\",\n        \"hyphenating\",\n        \"hyphenising\",\n        \"hyphenizing\",\n        \"inchain\",\n        \"inhale\",\n        \"inhalement\",\n        \"inhales\",\n        \"inhaling\",\n        \"inhaul\",\n        \"inhauls\",\n        \"inhaust\",\n        \"inhaustion\",\n        \"mortadella\",\n        \"outhitting\",\n        \"respace\",\n        \"respade\",\n        \"respirability\",\n        \"respirating\",\n        \"respiration\",\n        \"respirational\",\n        \"respirations\",\n        \"respirative\",\n        \"respirator\",\n        \"respiratored\",\n        \"respiratory\",\n        \"respiratorium\",\n        \"respirometer\",\n        \"respirometry\",\n        \"respirometric\",\n        \"respray\",\n        \"resprang\",\n        \"strikeover\",\n        \"suffocate\",\n        \"suffocated\",\n        \"suffocating\",\n        \"suffocation\",\n        \"unbreath\",\n        \"uncouch\",\n        \"wheeziness\",\n        \"wheezing\",\n        \"wheezingly\",\n        \"whereat\",\n        \"whereness\",\n        \"whing\"\n    ],\n    \"kwusara\": [\n        \"appanaged\",\n        \"destabilized\",\n        \"proclaimed\",\n        \"sermonised\"\n    ],\n    \"onye okacha-amara\": [\n        \"appanagist\",\n        \"ostracophorous\"\n    ],\n    \"opi\": [\n        \"appar\",\n        \"brandishes\",\n        \"cornet\",\n        \"flagellate\",\n        \"flaggelate\",\n        \"horme\",\n        \"horn\",\n        \"hornero\",\n        \"hornet\",\n        \"hornety\",\n        \"hornets\",\n        \"opiism\",\n        \"opiniastrous\",\n        \"opiniated\",\n        \"opiniative\",\n        \"opiums\",\n        \"opplete\",\n        \"oppletion\",\n        \"pignon\",\n        \"pignut\",\n        \"punnet\",\n        \"spall\",\n        \"spate\",\n        \"trump\",\n        \"trumpet\",\n        \"trumpetbush\",\n        \"trumpeter\",\n        \"trumpetfish\",\n        \"trumpetfishes\",\n        \"trumpety\",\n        \"trumpeting\",\n        \"trumpetleaf\",\n        \"trumpetlike\",\n        \"trumpetry\",\n        \"trumpets\",\n        \"trumpetwood\",\n        \"trumph\",\n        \"trumpie\",\n        \"trumping\",\n        \"trun\"\n    ],\n    \"mpụta\": [\n        \"apparance\",\n        \"appearance\",\n        \"lateral\",\n        \"outer\",\n        \"peripeties\",\n        \"periphery\",\n        \"peripter\",\n        \"peripteral\"\n    ],\n    \"uwe\": [\n        \"apparel\",\n        \"apparelling\",\n        \"apparelment\",\n        \"apparels\",\n        \"arrayed\",\n        \"attire\",\n        \"attirement\",\n        \"attires\",\n        \"biliment\",\n        \"cest\",\n        \"cloaking\",\n        \"cloky\",\n        \"clot\",\n        \"clothe\",\n        \"clothed\",\n        \"clothes\",\n        \"clothier\",\n        \"clothing\",\n        \"clotweed\",\n        \"costiform\",\n        \"costume\",\n        \"costumer\",\n        \"dress\",\n        \"dressages\",\n        \"dressier\",\n        \"furs\",\n        \"garb\",\n        \"garbages\",\n        \"garbs\",\n        \"garment\",\n        \"garmenting\",\n        \"garments\",\n        \"garmenture\",\n        \"gleg\",\n        \"gloats\",\n        \"yaffs\",\n        \"jugglery\",\n        \"manlet\",\n        \"outfitting\",\n        \"outswear\",\n        \"outwear\",\n        \"overalls\",\n        \"quirts\",\n        \"raiment\",\n        \"raimented\",\n        \"raiments\",\n        \"robles\",\n        \"robs\",\n        \"shellycoat\",\n        \"sleeveen\",\n        \"spirts\",\n        \"stripings\",\n        \"suit\",\n        \"suitings\",\n        \"suttees\",\n        \"unadornment\",\n        \"uncloaks\",\n        \"unclothe\",\n        \"unclothes\",\n        \"unclothing\",\n        \"unclotting\",\n        \"uncost\",\n        \"ungarment\",\n        \"ungown\",\n        \"unifies\",\n        \"unskirted\",\n        \"unsleeve\",\n        \"unwearisome\",\n        \"vest\",\n        \"vestees\",\n        \"vestiment\",\n        \"vestiture\",\n        \"vestment\",\n        \"vestmental\",\n        \"vestmented\",\n        \"vestments\",\n        \"vestry\",\n        \"vesture\",\n        \"vestured\",\n        \"wearishness\",\n        \"wraf\",\n        \"wraith\",\n        \"wraithe\",\n        \"wrang\",\n        \"wrappings\",\n        \"wrast\"\n    ],\n    \"yi uwe\": [\n        \"appareled\",\n        \"apparelled\",\n        \"dressed\"\n    ],\n    \"n'uwe\": [\n        \"appareling\"\n    ],\n    \"enweghị ego\": [\n        \"apparency\",\n        \"bankrupcy\",\n        \"bankruptcy\",\n        \"bankruptism\",\n        \"bankruptship\",\n        \"cashless\",\n        \"casuistess\",\n        \"casuistic\",\n        \"casuistical\",\n        \"casusistry\",\n        \"coinfinite\",\n        \"coinfinity\",\n        \"coinsurable\",\n        \"depreciant\",\n        \"depreciation\",\n        \"disreputably\",\n        \"egoisticalness\",\n        \"expenseless\",\n        \"fee\",\n        \"fundless\",\n        \"gratillity\",\n        \"hireless\",\n        \"illiquidity\",\n        \"incoherency\",\n        \"incomeless\",\n        \"incomputably\",\n        \"incurious\",\n        \"indefensive\",\n        \"inexcitable\",\n        \"lacksense\",\n        \"moneyless\",\n        \"moneylessness\",\n        \"nonaffinities\",\n        \"nonappraisal\",\n        \"nonappropriation\",\n        \"nonbanishment\",\n        \"noncapriciousness\",\n        \"noncausation\",\n        \"noncitable\",\n        \"nonciteable\",\n        \"noncoherency\",\n        \"noncoinage\",\n        \"noncoincidence\",\n        \"nonconcurrency\",\n        \"noncounty\",\n        \"noncrucially\",\n        \"nondefeasance\",\n        \"nondefeasible\",\n        \"nondependableness\",\n        \"nondisbursement\",\n        \"noneconomic\",\n        \"nonexemption\",\n        \"nonfeasance\",\n        \"nonfecundity\",\n        \"nonfeudal\",\n        \"nonfinancial\",\n        \"nonfiscal\",\n        \"nonfrugal\",\n        \"nonfunded\",\n        \"nonimbricated\",\n        \"nonimplemental\",\n        \"nonimputableness\",\n        \"noninstitution\",\n        \"nonlyric\",\n        \"nonlyrical\",\n        \"nonpossession\",\n        \"nonpurposively\",\n        \"nonpurposiveness\",\n        \"nonraisable\",\n        \"nonredemption\",\n        \"nonrevenue\",\n        \"nonsanative\",\n        \"nonsaponifiable\",\n        \"nonsuit\",\n        \"nonsuspensive\",\n        \"nonsuspensively\",\n        \"nontuned\",\n        \"nonunion\",\n        \"nonvariance\",\n        \"penniless\",\n        \"pennilessness\",\n        \"plushiness\",\n        \"prebankruptcy\",\n        \"purseless\",\n        \"remediless\",\n        \"stockingless\",\n        \"unadoptive\",\n        \"unbasedness\",\n        \"unbribably\",\n        \"uncurbs\",\n        \"undeposable\",\n        \"unduloid\",\n        \"uneconomic\",\n        \"uneconomical\",\n        \"uneconomically\",\n        \"uneconomicalness\",\n        \"uneconomizing\",\n        \"unfeasable\",\n        \"unfinancial\",\n        \"unfunded\",\n        \"ungainfulness\",\n        \"unlocal\",\n        \"unmenseful\",\n        \"unmonetary\",\n        \"unperpendicular\",\n        \"unrefunded\",\n        \"unregainable\",\n        \"unrevenue\"\n    ],\n    \"o doro anya\": [\n        \"apparently\",\n        \"excerptive\",\n        \"subapparently\"\n    ],\n    \"pụtara ìhè\": [\n        \"apparentness\",\n        \"appearer\",\n        \"conspicuous\",\n        \"conspicuously\",\n        \"conspicuousness\",\n        \"evident\",\n        \"evidentially\",\n        \"exhibitively\",\n        \"extendible\",\n        \"identific\",\n        \"imparking\",\n        \"impressibleness\",\n        \"indicible\",\n        \"manifestant\",\n        \"manifestatively\",\n        \"manifestly\",\n        \"markedly\",\n        \"markingly\",\n        \"outrightness\",\n        \"outstand\",\n        \"outstanding\",\n        \"outstandingly\",\n        \"outstandingness\",\n        \"outstands\",\n        \"outstolen\",\n        \"prominently\",\n        \"provenly\",\n        \"salient\",\n        \"showworthy\",\n        \"signable\",\n        \"signacle\",\n        \"spectacular\",\n        \"striking\",\n        \"strikingly\",\n        \"strikingness\"\n    ],\n    \"apparita\": [\n        \"apparitor\"\n    ],\n    \"apasiata\": [\n        \"appassionata\"\n    ],\n    \"ọmịiko\": [\n        \"appassionate\",\n        \"compassion\",\n        \"compassionateness\",\n        \"empassion\",\n        \"empathetic\",\n        \"empathetically\",\n        \"empathy\",\n        \"empathies\",\n        \"empathizes\",\n        \"empatron\",\n        \"impassion\",\n        \"impassionately\",\n        \"impassionment\",\n        \"pity\",\n        \"pitiability\",\n        \"pitiableness\",\n        \"pitiedness\",\n        \"pityproof\",\n        \"pityrogramma\",\n        \"sympathetic\",\n        \"sympathetical\",\n        \"sympathetically\",\n        \"sympatheticism\",\n        \"sympatheticity\",\n        \"sympatheticness\",\n        \"sympatheticotonia\",\n        \"sympathetoblast\",\n        \"sympathy\",\n        \"sympathin\",\n        \"sympathique\",\n        \"sympathoblast\",\n        \"sympatholysis\",\n        \"sympathomimetic\",\n        \"sympatry\",\n        \"sympatries\",\n        \"tenderloins\",\n        \"underpassion\"\n    ],\n    \"nkasi obi\": [\n        \"appassionato\",\n        \"befortune\",\n        \"colossochelys\",\n        \"comfort\",\n        \"comfortability\",\n        \"comfortabilities\",\n        \"comfortably\",\n        \"comfortative\",\n        \"comforted\",\n        \"comforter\",\n        \"comforters\",\n        \"comfortingly\",\n        \"comfortless\",\n        \"comfortlessly\",\n        \"comfortress\",\n        \"comfortroot\",\n        \"comforts\",\n        \"condolement\",\n        \"condolences\",\n        \"condolers\",\n        \"condoles\",\n        \"confort\",\n        \"connivery\",\n        \"consolable\",\n        \"consolableness\",\n        \"consolamentum\",\n        \"consolation\",\n        \"consolations\",\n        \"consolato\",\n        \"consolatory\",\n        \"consolatorily\",\n        \"consolatoriness\",\n        \"consolatrix\",\n        \"consolement\",\n        \"consolers\",\n        \"consopite\",\n        \"consound\",\n        \"conveniency\",\n        \"convocative\",\n        \"discomfortingly\",\n        \"enfort\",\n        \"enfortune\",\n        \"harpoonlike\",\n        \"outfort\",\n        \"propitiates\",\n        \"recomfort\",\n        \"solaceful\",\n        \"solacement\"\n    ],\n    \"apịaji\": [\n        \"appaume\",\n        \"folded\",\n        \"foldedly\",\n        \"folden\"\n    ],\n    \"ngwaaumee\": [\n        \"appaumee\"\n    ],\n    \"Appd\": [\n        \"appd\"\n    ],\n    \"ịrịọ\": [\n        \"appeach\",\n        \"appeal\",\n        \"appealability\",\n        \"appealable\",\n        \"appealingness\",\n        \"pleach\",\n        \"pleb\"\n    ],\n    \"rịọrọ\": [\n        \"appealed\",\n        \"appeases\",\n        \"begalled\",\n        \"begged\",\n        \"begirded\",\n        \"begnawed\",\n        \"begrimed\",\n        \"begrown\",\n        \"entreated\",\n        \"implored\",\n        \"intreated\",\n        \"petitioned\",\n        \"pleaded\",\n        \"pretaught\",\n        \"requested\",\n        \"requesters\",\n        \"solicited\"\n    ],\n    \"onye na-arịọ arịrịọ\": [\n        \"appealer\",\n        \"begrimer\",\n        \"beseecher\",\n        \"petitionist\",\n        \"requester\",\n        \"requestor\"\n    ],\n    \"ndị na-arịọ arịrịọ\": [\n        \"appealers\",\n        \"beggars\",\n        \"beseechers\",\n        \"implorers\",\n        \"petitioners\",\n        \"seggars\",\n        \"suppliancies\"\n    ],\n    \"rịọ\": [\n        \"appeals\",\n        \"beg\",\n        \"begall\",\n        \"begalls\",\n        \"begary\",\n        \"begift\",\n        \"beglare\",\n        \"begrease\",\n        \"begrim\",\n        \"begs\",\n        \"begut\",\n        \"besee\",\n        \"beseech\",\n        \"beseeches\",\n        \"beseechment\",\n        \"beseek\",\n        \"besoil\",\n        \"besoot\",\n        \"besought\",\n        \"besoul\",\n        \"besour\",\n        \"bids\",\n        \"cods\",\n        \"intreats\",\n        \"offers\",\n        \"petitionee\",\n        \"plea\",\n        \"pleached\",\n        \"pleaches\",\n        \"plead\",\n        \"pleadings\",\n        \"pleads\",\n        \"pleas\",\n        \"plebe\",\n        \"pleiad\",\n        \"pleiads\",\n        \"plena\",\n        \"pleura\",\n        \"pleurae\",\n        \"pleuras\",\n        \"plew\",\n        \"solicit\",\n        \"solicits\"\n    ],\n    \"ndị ngosi\": [\n        \"appearers\",\n        \"demonstrators\",\n        \"exhibiters\",\n        \"exhibitors\",\n        \"showmen\"\n    ],\n    \"ime udo\": [\n        \"appeasableness\",\n        \"eudemon\",\n        \"eudemony\",\n        \"eudemonism\",\n        \"eudemonistic\",\n        \"pacable\",\n        \"pacate\",\n        \"pacative\",\n        \"pacifiable\",\n        \"pacification\",\n        \"pacificism\",\n        \"pacifying\",\n        \"pacifism\",\n        \"peaceable\",\n        \"peaceableness\",\n        \"peacebreaker\",\n        \"peacekeeping\",\n        \"peacemaking\",\n        \"placaean\",\n        \"polyciliate\",\n        \"prereconciliation\"\n    ],\n    \"were\": [\n        \"appeasably\",\n        \"appose\",\n        \"arest\",\n        \"bestock\",\n        \"borize\",\n        \"capreolate\",\n        \"caproate\",\n        \"devonite\",\n        \"disprovide\",\n        \"interlibeled\",\n        \"interlie\",\n        \"interwed\",\n        \"medleyed\",\n        \"ower\",\n        \"piscid\",\n        \"severalize\",\n        \"suppose\",\n        \"taken\",\n        \"takeouts\",\n        \"took\",\n        \"tooken\",\n        \"uptakes\",\n        \"usitate\",\n        \"wereass\",\n        \"weregilds\"\n    ],\n    \"ime ka obi jụrụ\": [\n        \"appease\"\n    ],\n    \"jụrụ\": [\n        \"appeased\",\n        \"asked\",\n        \"asks\",\n        \"cooed\",\n        \"cooling\",\n        \"cools\",\n        \"coolung\",\n        \"declined\",\n        \"dejects\",\n        \"desisted\",\n        \"disjects\",\n        \"enquired\",\n        \"enquires\",\n        \"inquieted\",\n        \"inquinated\",\n        \"inquired\",\n        \"inquires\",\n        \"obelised\",\n        \"obelized\",\n        \"objected\",\n        \"objectified\",\n        \"objecting\",\n        \"objections\",\n        \"objectized\",\n        \"posed\",\n        \"posing\",\n        \"posited\",\n        \"quelled\",\n        \"queried\",\n        \"questioned\",\n        \"quiesced\",\n        \"quilleted\",\n        \"quirted\",\n        \"redenied\",\n        \"refed\",\n        \"refelled\",\n        \"reflies\",\n        \"refusals\",\n        \"refused\",\n        \"refuses\",\n        \"refusive\",\n        \"rejections\",\n        \"rejects\"\n    ],\n    \"mkpali\": [\n        \"appeasement\",\n        \"arousement\",\n        \"atrament\",\n        \"atramental\",\n        \"caner\",\n        \"catalyst\",\n        \"cerebratulus\",\n        \"compulsivity\",\n        \"excitation\",\n        \"gipser\",\n        \"glister\",\n        \"gripy\",\n        \"humph\",\n        \"immoved\",\n        \"implacement\",\n        \"impressure\",\n        \"impulse\",\n        \"impulses\",\n        \"incrementer\",\n        \"incursive\",\n        \"inflammatory\",\n        \"innervational\",\n        \"insulse\",\n        \"litholapaxy\",\n        \"motivations\",\n        \"motiveness\",\n        \"pliably\",\n        \"promontory\",\n        \"promptings\",\n        \"propulse\",\n        \"provivisection\",\n        \"pulverization\",\n        \"putresce\",\n        \"rethrill\",\n        \"speldring\",\n        \"spurring\",\n        \"stimulability\",\n        \"stimulance\",\n        \"stimulation\",\n        \"stimulations\",\n        \"thrill\",\n        \"tribromide\",\n        \"tribulus\",\n        \"unvenereal\"\n    ],\n    \"na-arịọ\": [\n        \"appeasers\",\n        \"begalling\",\n        \"beggaring\",\n        \"begirding\",\n        \"begirdles\",\n        \"begirds\",\n        \"beglerbeg\",\n        \"beglerbey\",\n        \"begriming\",\n        \"begrimming\",\n        \"begrims\",\n        \"begroaning\",\n        \"begroans\",\n        \"begulfing\",\n        \"beking\",\n        \"beseeching\",\n        \"beseechingness\",\n        \"besmearing\",\n        \"besmears\",\n        \"besmoking\",\n        \"eliciting\",\n        \"imploding\",\n        \"imploring\",\n        \"intreat\",\n        \"petitioning\",\n        \"pleaching\",\n        \"pleading\",\n        \"pleats\",\n        \"plebs\",\n        \"requesting\",\n        \"requeued\",\n        \"soliciting\",\n        \"solicitously\",\n        \"urling\"\n    ],\n    \"appella\": [\n        \"appellable\",\n        \"appellative\"\n    ],\n    \"ndị na-akpọ ụmụaka\": [\n        \"appellants\"\n    ],\n    \"Ọkpụkpọ\": [\n        \"appellational\",\n        \"exotics\",\n        \"lucrific\"\n    ],\n    \"jiri olu\": [\n        \"appellatively\"\n    ],\n    \"ndị na-amụ ihe\": [\n        \"appellors\",\n        \"begetters\"\n    ],\n    \"append\": [\n        \"appendent\"\n    ],\n    \"Appendicocaecostomy\": [\n        \"appendicocaecostomy\"\n    ],\n    \"appendit\": [\n        \"appenditious\"\n    ],\n    \"apenzell\": [\n        \"appense\",\n        \"appenzell\"\n    ],\n    \"onye oru oru\": [\n        \"appentice\",\n        \"apprentice\"\n    ],\n    \"nweburu ism\": [\n        \"apperceptionism\"\n    ],\n    \"onye nwe akwukwo\": [\n        \"apperceptionist\"\n    ],\n    \"ime mmụọ\": [\n        \"apperceptionistic\",\n        \"bifurcation\",\n        \"cabiritic\",\n        \"censorable\",\n        \"demidog\",\n        \"epibolism\",\n        \"excarnate\",\n        \"gyratory\",\n        \"interlacery\",\n        \"oversurge\",\n        \"paganized\",\n        \"palsying\",\n        \"perihermenial\",\n        \"pishogue\",\n        \"placatively\",\n        \"plagiotropically\",\n        \"spiritoso\",\n        \"spiritrompe\",\n        \"spiritualisation\",\n        \"spiritualiser\",\n        \"spiritualism\",\n        \"spiritualization\"\n    ],\n    \"nke nwere mmụọ\": [\n        \"apperceptive\",\n        \"temerariously\"\n    ],\n    \"eji mmụọ ozi\": [\n        \"apperceptively\"\n    ],\n    \"njirimara\": [\n        \"appersonification\",\n        \"attributiveness\",\n        \"attributives\",\n        \"certy\",\n        \"characterisation\",\n        \"characterised\",\n        \"characterising\",\n        \"characteristic\",\n        \"characteristical\",\n        \"characteristicness\",\n        \"characteristics\",\n        \"characterization\",\n        \"characterizations\",\n        \"characterized\",\n        \"characterizing\",\n        \"cirterion\",\n        \"criterion\",\n        \"demarcation\",\n        \"dentification\",\n        \"disposition\",\n        \"dispositioned\",\n        \"emblement\",\n        \"encipherments\",\n        \"featureliness\",\n        \"flagrantness\",\n        \"hallmark\",\n        \"hallmarks\",\n        \"ident\",\n        \"identies\",\n        \"identifer\",\n        \"identifers\",\n        \"identifiability\",\n        \"identifiableness\",\n        \"identification\",\n        \"identificational\",\n        \"identifications\",\n        \"identifier\",\n        \"identifiers\",\n        \"identism\",\n        \"identity\",\n        \"identities\",\n        \"indentifiers\",\n        \"logocracy\",\n        \"personation\",\n        \"personification\",\n        \"personifications\",\n        \"personificative\",\n        \"quaternity\",\n        \"sirmark\",\n        \"tumulosity\"\n    ],\n    \"gosipụta\": [\n        \"appertain\",\n        \"bespatter\",\n        \"counterdemonstrate\",\n        \"demonstratable\",\n        \"demonstratedly\",\n        \"demonstratively\",\n        \"dissimulate\",\n        \"dramatise\",\n        \"dramatize\",\n        \"embody\",\n        \"emender\",\n        \"exhibit\",\n        \"exhibitionize\",\n        \"expalpate\",\n        \"exstipulate\",\n        \"forthfigured\",\n        \"impersonify\",\n        \"manifer\",\n        \"manifest\",\n        \"maniform\",\n        \"personify\",\n        \"portgrave\",\n        \"preapprove\",\n        \"predemonstrate\",\n        \"preenact\",\n        \"preindicate\",\n        \"prespecialize\",\n        \"pretabulate\",\n        \"proterve\",\n        \"provect\",\n        \"provencial\",\n        \"redemonstrate\",\n        \"refertilize\",\n        \"reflate\",\n        \"reindicate\",\n        \"revindicate\",\n        \"shewn\",\n        \"signalize\",\n        \"substantialize\",\n        \"underform\",\n        \"undersort\",\n        \"underspecify\",\n        \"undersplice\",\n        \"uniserrate\",\n        \"unpersonify\",\n        \"unsubstantialize\",\n        \"unvote\",\n        \"validate\",\n        \"versify\",\n        \"versionize\"\n    ],\n    \"appertain\": [\n        \"appertained\",\n        \"appertaining\"\n    ],\n    \"igba\": [\n        \"applanate\",\n        \"applanation\",\n        \"drum\",\n        \"encinder\",\n        \"exploder\",\n        \"flow\",\n        \"flowe\",\n        \"germinate\",\n        \"germinated\",\n        \"infelt\",\n        \"inject\",\n        \"striation\",\n        \"thave\",\n        \"thrummer\",\n        \"urbify\"\n    ],\n    \"ikuaka\": [\n        \"applaud\",\n        \"applauds\",\n        \"applauses\",\n        \"forebush\",\n        \"whirry\"\n    ],\n    \"na-akụ aka\": [\n        \"applaudably\",\n        \"applauders\",\n        \"applaudingly\",\n        \"clabbering\",\n        \"clappering\",\n        \"clatteringly\",\n        \"knobbing\",\n        \"knobbling\",\n        \"knoppy\",\n        \"knouting\"\n    ],\n    \"too\": [\n        \"applauded\",\n        \"grawls\",\n        \"grow\",\n        \"growable\",\n        \"growled\",\n        \"growly\",\n        \"growliest\",\n        \"growls\",\n        \"growse\",\n        \"growze\",\n        \"maturish\",\n        \"sweal\",\n        \"towered\",\n        \"whiskful\"\n    ],\n    \"ịkụ aka\": [\n        \"applauder\",\n        \"applauding\",\n        \"bangling\",\n        \"blowdown\",\n        \"clacking\",\n        \"clapboarding\",\n        \"clappers\",\n        \"clapstick\",\n        \"claptraps\",\n        \"clarsech\",\n        \"clauster\",\n        \"drumbeating\",\n        \"hitching\",\n        \"kecking\",\n        \"keckling\",\n        \"knobbiness\",\n        \"knobbly\",\n        \"knockdowns\",\n        \"knocking\",\n        \"knockings\",\n        \"thrustpush\",\n        \"thumbtacking\",\n        \"tickling\",\n        \"tiptoeing\",\n        \"tiptoing\",\n        \"whacking\",\n        \"whiffing\",\n        \"whiffling\",\n        \"whiffs\",\n        \"whiling\",\n        \"whipking\",\n        \"whipping\",\n        \"whirrying\"\n    ],\n    \"kụrụ aka\": [\n        \"applause\",\n        \"beleaped\",\n        \"clapped\",\n        \"clappered\",\n        \"keckled\",\n        \"knobbled\",\n        \"knocked\",\n        \"knocker\",\n        \"knockoff\",\n        \"knockup\",\n        \"knoit\",\n        \"knopped\",\n        \"knopper\",\n        \"knops\",\n        \"knouted\",\n        \"ringed\",\n        \"unknocked\",\n        \"wroken\"\n    ],\n    \"nke otuto\": [\n        \"applausive\",\n        \"applausively\"\n    ],\n    \"apụlonger\": [\n        \"applemonger\"\n    ],\n    \"nwunye\": [\n        \"applewife\",\n        \"aureoled\",\n        \"betrothal\",\n        \"bride\",\n        \"brideship\",\n        \"broadwife\",\n        \"consort\",\n        \"episode\",\n        \"froom\",\n        \"grooms\",\n        \"herbwife\",\n        \"housewife\",\n        \"housewifely\",\n        \"housewive\",\n        \"huswife\",\n        \"mariticidal\",\n        \"marree\",\n        \"matar\",\n        \"mate\",\n        \"mated\",\n        \"mateyness\",\n        \"mateys\",\n        \"matelot\",\n        \"matelotage\",\n        \"matelotes\",\n        \"mateship\",\n        \"mateships\",\n        \"maties\",\n        \"nidor\",\n        \"oysterwife\",\n        \"pitikins\",\n        \"predistress\",\n        \"premate\",\n        \"spooneys\",\n        \"spoor\",\n        \"spoorn\",\n        \"spoors\",\n        \"spoot\",\n        \"sporadial\",\n        \"sporadin\",\n        \"sporangiferous\",\n        \"sporous\",\n        \"spousal\",\n        \"spousally\",\n        \"spouse\",\n        \"spoused\",\n        \"spouseless\",\n        \"spousy\",\n        \"spoutman\",\n        \"weds\",\n        \"wife\",\n        \"wifehood\",\n        \"wifehoods\",\n        \"wifeism\",\n        \"wifekin\",\n        \"wifeless\",\n        \"wifelet\",\n        \"wifely\",\n        \"wifeward\",\n        \"wister\",\n        \"wives\"\n    ],\n    \"apụlwood\": [\n        \"applewood\"\n    ],\n    \"ide\": [\n        \"apply\",\n        \"preapply\",\n        \"sideliner\",\n        \"writeup\"\n    ],\n    \"ngwa oru\": [\n        \"appliance\"\n    ],\n    \"ocho oru\": [\n        \"appliant\",\n        \"applicancy\",\n        \"applicant\"\n    ],\n    \"itinye n'ọrụ\": [\n        \"applicability\",\n        \"applicabilities\",\n        \"applicative\",\n        \"applicatively\",\n        \"applyment\",\n        \"autoing\",\n        \"dedolomitizing\",\n        \"involucre\",\n        \"miasmatize\",\n        \"reapportionment\",\n        \"reappropriation\",\n        \"reinterment\",\n        \"subaerating\",\n        \"utilization\"\n    ],\n    \"ọdabara\": [\n        \"applicable\",\n        \"applicably\"\n    ],\n    \"na ọdabara\": [\n        \"applicableness\"\n    ],\n    \"ndị tinyere akwụkwọ\": [\n        \"applicants\"\n    ],\n    \"na-etinye n'ọrụ\": [\n        \"applicatory\"\n    ],\n    \"ndị ntinye akwụkwọ\": [\n        \"applicators\"\n    ],\n    \"metụtara\": [\n        \"applies\",\n        \"concerningly\",\n        \"impacts\",\n        \"involving\",\n        \"localised\",\n        \"localized\",\n        \"mattered\",\n        \"metered\",\n        \"pertain\",\n        \"pertained\",\n        \"pertaining\",\n        \"pertains\",\n        \"relacing\",\n        \"related\",\n        \"relatedly\",\n        \"relating\",\n        \"traces\"\n    ],\n    \"na-akụ\": [\n        \"appling\",\n        \"apprizing\",\n        \"beats\",\n        \"beflecks\",\n        \"begats\",\n        \"bitser\",\n        \"blows\",\n        \"bumming\",\n        \"butting\",\n        \"buzzing\",\n        \"cabbing\",\n        \"chapping\",\n        \"clagging\",\n        \"clanging\",\n        \"clashing\",\n        \"clattering\",\n        \"claughting\",\n        \"clucking\",\n        \"crapping\",\n        \"crocking\",\n        \"cropping\",\n        \"crumbing\",\n        \"eclating\",\n        \"entombing\",\n        \"fazing\",\n        \"ferrotyping\",\n        \"figging\",\n        \"flumping\",\n        \"fwelling\",\n        \"grunting\",\n        \"hatting\",\n        \"hitting\",\n        \"honking\",\n        \"inswing\",\n        \"irking\",\n        \"justling\",\n        \"knobs\",\n        \"knouts\",\n        \"lapsing\",\n        \"lyricking\",\n        \"lucking\",\n        \"misplanting\",\n        \"percuss\",\n        \"percussed\",\n        \"percussing\",\n        \"percussionize\",\n        \"petrolizing\",\n        \"pishes\",\n        \"ploimate\",\n        \"plonking\",\n        \"plumping\",\n        \"plunking\",\n        \"praams\",\n        \"prilling\",\n        \"pulsating\",\n        \"pumicing\",\n        \"ringiness\",\n        \"ringing\",\n        \"ringingly\",\n        \"rippling\",\n        \"ripplingly\",\n        \"rooking\",\n        \"ruckling\",\n        \"rumaging\",\n        \"rummages\",\n        \"rummagy\",\n        \"rummaging\",\n        \"shouldering\",\n        \"sintering\",\n        \"smashingly\",\n        \"smattering\",\n        \"smeth\",\n        \"sowbellies\",\n        \"sowens\",\n        \"taiping\",\n        \"tapering\",\n        \"thacking\",\n        \"thumping\",\n        \"tinkering\",\n        \"tinkling\",\n        \"tinklingly\",\n        \"tonsuring\",\n        \"trilling\",\n        \"tromping\",\n        \"tuneful\",\n        \"unstriking\",\n        \"vanning\",\n        \"whapping\"\n    ],\n    \"ite\": [\n        \"appliqued\",\n        \"canker\",\n        \"frazer\",\n        \"hitchers\",\n        \"jar\",\n        \"jarde\",\n        \"jarg\",\n        \"jarl\",\n        \"jarls\",\n        \"jarry\",\n        \"jars\",\n        \"jug\",\n        \"litvak\",\n        \"painterish\",\n        \"plaices\",\n        \"plaisters\",\n        \"platan\",\n        \"plater\",\n        \"porge\",\n        \"pot\",\n        \"potables\",\n        \"potage\",\n        \"potagery\",\n        \"potages\",\n        \"potail\",\n        \"potass\",\n        \"potate\",\n        \"potations\",\n        \"potboy\",\n        \"potboil\",\n        \"potboils\",\n        \"potch\",\n        \"potcrook\",\n        \"pote\",\n        \"potestas\",\n        \"potestate\",\n        \"potfuls\",\n        \"potgun\",\n        \"potiche\",\n        \"potiches\",\n        \"potifer\",\n        \"potions\",\n        \"potlaches\",\n        \"potling\",\n        \"potlucks\",\n        \"potman\",\n        \"potong\",\n        \"potpie\",\n        \"potpies\",\n        \"potrack\",\n        \"pots\",\n        \"potshots\",\n        \"potsy\",\n        \"potsie\",\n        \"potsies\",\n        \"potstick\",\n        \"potstone\",\n        \"potstones\",\n        \"pott\",\n        \"pottage\",\n        \"pottagy\",\n        \"pottern\",\n        \"potti\",\n        \"potty\",\n        \"potting\",\n        \"pottle\",\n        \"pottles\",\n        \"potto\",\n        \"pottos\",\n        \"potus\",\n        \"potware\",\n        \"potwork\",\n        \"potwort\",\n        \"pume\",\n        \"stockpot\",\n        \"vesses\"\n    ],\n    \"keukwu\": [\n        \"applosive\",\n        \"caseharden\",\n        \"comprehensive\",\n        \"cranky\",\n        \"cravenly\",\n        \"crisper\",\n        \"cruive\",\n        \"dassent\",\n        \"decastylar\",\n        \"impulsory\",\n        \"rakeful\",\n        \"washable\"\n    ],\n    \"abletọ\": [\n        \"appointable\"\n    ],\n    \"ahọpụtakwa\": [\n        \"appointe\"\n    ],\n    \"họpụtara\": [\n        \"appointed\",\n        \"appointer\",\n        \"appointive\",\n        \"appointor\",\n        \"electioneered\",\n        \"electrized\",\n        \"essoign\",\n        \"nominable\",\n        \"nominalized\",\n        \"nominated\",\n        \"preappointed\",\n        \"presignified\"\n    ],\n    \"onye ahọpụtara\": [\n        \"appointee\"\n    ],\n    \"ndị ahọpụtara\": [\n        \"appointees\"\n    ],\n    \"nhọpụta\": [\n        \"appointers\",\n        \"electiveness\",\n        \"nominalism\",\n        \"nominators\"\n    ],\n    \"na-ahọpụta\": [\n        \"appointing\",\n        \"appointively\",\n        \"choosingly\",\n        \"electing\",\n        \"nominates\",\n        \"nominating\",\n        \"preappointing\",\n        \"preselecting\",\n        \"selecting\"\n    ],\n    \"oru\": [\n        \"appointment\",\n        \"bookwork\",\n        \"coemploy\",\n        \"coition\",\n        \"devility\",\n        \"enterprisingness\",\n        \"eventilate\",\n        \"gouty\",\n        \"institutionality\",\n        \"intern\",\n        \"job\",\n        \"jobbery\",\n        \"labor\",\n        \"laborage\",\n        \"laboredness\",\n        \"laborhood\",\n        \"laborism\",\n        \"labour\",\n        \"proke\",\n        \"technical\",\n        \"terraculture\",\n        \"workmanship\"\n    ],\n    \"agba\": [\n        \"appointments\",\n        \"arbust\",\n        \"arling\",\n        \"beared\",\n        \"borrel\",\n        \"brank\",\n        \"branky\",\n        \"brankie\",\n        \"brillante\",\n        \"cheek\",\n        \"chin\",\n        \"chines\",\n        \"chins\",\n        \"clouring\",\n        \"colling\",\n        \"colocate\",\n        \"colocates\",\n        \"colocating\",\n        \"colola\",\n        \"color\",\n        \"colorableness\",\n        \"colorant\",\n        \"colorants\",\n        \"colorate\",\n        \"coloration\",\n        \"colorational\",\n        \"colorationally\",\n        \"colorations\",\n        \"colorative\",\n        \"colorature\",\n        \"colorcast\",\n        \"colorcasting\",\n        \"colorer\",\n        \"colorfast\",\n        \"colorfulness\",\n        \"colory\",\n        \"colorifics\",\n        \"colorimetry\",\n        \"colorin\",\n        \"coloring\",\n        \"colorings\",\n        \"colorist\",\n        \"coloristically\",\n        \"colorists\",\n        \"colorization\",\n        \"colorize\",\n        \"colormaker\",\n        \"colostration\",\n        \"colostrous\",\n        \"colour\",\n        \"colourability\",\n        \"colourably\",\n        \"colouration\",\n        \"colourational\",\n        \"colourationally\",\n        \"colourative\",\n        \"colourer\",\n        \"colourers\",\n        \"colourfulness\",\n        \"coloury\",\n        \"colouring\",\n        \"colourist\",\n        \"colourman\",\n        \"colure\",\n        \"cooches\",\n        \"darters\",\n        \"dermatic\",\n        \"derringer\",\n        \"dyer\",\n        \"dyers\",\n        \"dray\",\n        \"drey\",\n        \"engrainedly\",\n        \"featured\",\n        \"flowages\",\n        \"gores\",\n        \"higgled\",\n        \"locoing\",\n        \"oracy\",\n        \"oracular\",\n        \"paint\",\n        \"painted\",\n        \"painterly\",\n        \"paintiness\",\n        \"paintry\",\n        \"paints\",\n        \"palisading\",\n        \"pelt\",\n        \"pigged\",\n        \"pouringly\",\n        \"pourris\",\n        \"pours\",\n        \"reparel\",\n        \"rond\",\n        \"ruptile\",\n        \"segments\",\n        \"severian\",\n        \"stremma\",\n        \"strond\",\n        \"teart\",\n        \"ungluing\",\n        \"virled\"\n    ],\n    \"ahọpụta\": [\n        \"appoints\"\n    ],\n    \"ịdọ aka na ntị\": [\n        \"apport\",\n        \"cautionings\",\n        \"forewarns\",\n        \"hepatising\",\n        \"warnage\",\n        \"warning\",\n        \"warnings\"\n    ],\n    \"ekewa\": [\n        \"apportioned\",\n        \"divided\",\n        \"dividedly\"\n    ],\n    \"onye n'eme ihe\": [\n        \"apportioner\"\n    ],\n    \"ịkesa\": [\n        \"apportioning\"\n    ],\n    \"n'ike\": [\n        \"apportionment\",\n        \"compulsorily\",\n        \"crucilly\",\n        \"empirically\",\n        \"energetically\",\n        \"extortionately\",\n        \"fiercely\",\n        \"fiercly\",\n        \"forcefully\",\n        \"forcibly\",\n        \"yederly\",\n        \"impetre\",\n        \"impetuously\",\n        \"malevolently\",\n        \"mightfully\",\n        \"overpotently\",\n        \"overpowerfully\",\n        \"overpoweringly\",\n        \"powerfully\",\n        \"precipitatedly\",\n        \"pricklingly\",\n        \"raped\",\n        \"rapeful\",\n        \"rapely\",\n        \"robustfully\",\n        \"tensibly\",\n        \"tornese\",\n        \"trioeciously\",\n        \"vigorously\",\n        \"virilely\"\n    ],\n    \"appor\": [\n        \"apportions\"\n    ],\n    \"akpo\": [\n        \"apposer\",\n        \"aquaplaning\",\n        \"boswellism\",\n        \"crests\",\n        \"crevassed\",\n        \"cuds\",\n        \"dadoed\",\n        \"defenestrated\",\n        \"galvanotonic\",\n        \"holohedric\",\n        \"homoscedasticity\",\n        \"isatate\",\n        \"jocum\",\n        \"johan\",\n        \"kiddishness\",\n        \"knapping\",\n        \"martinez\",\n        \"martinico\",\n        \"mentholated\",\n        \"neurodendron\",\n        \"occas\",\n        \"palinoded\",\n        \"parlayed\",\n        \"prunellas\",\n        \"pushover\",\n        \"quinquejugous\",\n        \"sinopic\",\n        \"trihedron\",\n        \"unseals\",\n        \"vascularizing\",\n        \"vulpicidal\",\n        \"vulpine\"\n    ],\n    \"na-anọchi\": [\n        \"apposing\",\n        \"substituting\"\n    ],\n    \"ịdị njikere\": [\n        \"appositeness\",\n        \"arrantness\",\n        \"bebait\",\n        \"bookiness\",\n        \"cariousness\",\n        \"girlishness\",\n        \"handiness\",\n        \"invigilancy\",\n        \"manneristical\",\n        \"manutenency\",\n        \"matchableness\",\n        \"openhandedness\",\n        \"peartness\",\n        \"poachiness\",\n        \"presenility\",\n        \"pretimeliness\",\n        \"stypticity\",\n        \"stypticness\",\n        \"surrealistic\",\n        \"tentativeness\",\n        \"towardness\",\n        \"unwilily\",\n        \"wanness\",\n        \"willedness\",\n        \"willfulness\"\n    ],\n    \"akasi\": [\n        \"appositive\"\n    ],\n    \"ime ngwa ngwa\": [\n        \"apppetible\"\n    ],\n    \"ọnụahịa\": [\n        \"appraisal\",\n        \"bidry\",\n        \"outprices\",\n        \"price\",\n        \"priceable\",\n        \"priceite\",\n        \"pricemaker\",\n        \"pricer\",\n        \"prices\",\n        \"pricy\",\n        \"pricier\",\n        \"prickant\",\n        \"prickier\",\n        \"prickiest\",\n        \"pricking\",\n        \"prickingly\",\n        \"prickwood\",\n        \"retape\",\n        \"terminine\",\n        \"underprices\",\n        \"valuation\",\n        \"valuations\",\n        \"valuator\"\n    ],\n    \"appraisita\": [\n        \"appraisement\"\n    ],\n    \"appraising\": [\n        \"appraisingly\"\n    ],\n    \"nwee ekele\": [\n        \"apprecate\",\n        \"appreciate\",\n        \"appreciating\",\n        \"cheers\",\n        \"grateful\",\n        \"gratefuller\",\n        \"pregreet\",\n        \"salutariness\"\n    ],\n    \"nwere ekele\": [\n        \"appreciable\",\n        \"appreciated\",\n        \"appreciates\"\n    ],\n    \"na-ekele\": [\n        \"appreciatingly\",\n        \"cheering\",\n        \"congratulating\",\n        \"grecizing\",\n        \"praesens\",\n        \"praeses\",\n        \"pranging\",\n        \"prases\",\n        \"prateful\",\n        \"pregreeting\",\n        \"regreeting\",\n        \"salaaming\",\n        \"salifies\",\n        \"salifying\",\n        \"salutes\",\n        \"saluting\",\n        \"salvors\"\n    ],\n    \"nweke\": [\n        \"appreciativ\",\n        \"blackeye\",\n        \"cleistogamy\",\n        \"gowkit\",\n        \"musit\",\n        \"sockeyes\"\n    ],\n    \"ndị nwere ekele\": [\n        \"appreciators\"\n    ],\n    \"nwudo\": [\n        \"apprehend\",\n        \"appreve\",\n        \"arrent\",\n        \"arrest\",\n        \"capture\",\n        \"catchup\"\n    ],\n    \"jidere\": [\n        \"apprehendable\",\n        \"apprehended\",\n        \"arrested\",\n        \"arrestee\",\n        \"caped\",\n        \"capered\",\n        \"captivated\",\n        \"captivator\",\n        \"captived\",\n        \"carromed\",\n        \"caught\",\n        \"clingers\",\n        \"clings\",\n        \"clutched\",\n        \"clutches\",\n        \"clutching\",\n        \"clutchingly\",\n        \"geld\",\n        \"gelded\",\n        \"glace\",\n        \"glaceed\",\n        \"grab\",\n        \"grabbed\",\n        \"grabby\",\n        \"grabbier\",\n        \"grabbled\",\n        \"grabhook\",\n        \"grabs\",\n        \"grasped\",\n        \"graspers\",\n        \"gravitating\",\n        \"griped\",\n        \"gripped\",\n        \"grips\",\n        \"held\",\n        \"highjacked\",\n        \"impounded\",\n        \"knap\",\n        \"seize\",\n        \"seized\"\n    ],\n    \"nwude\": [\n        \"apprehender\",\n        \"captious\",\n        \"captress\",\n        \"catched\",\n        \"gatch\",\n        \"knappe\",\n        \"snatch\",\n        \"snatches\",\n        \"snatchy\"\n    ],\n    \"ijide\": [\n        \"apprehending\",\n        \"arresting\",\n        \"arrestingly\",\n        \"capitate\",\n        \"detain\",\n        \"detainable\",\n        \"detaining\",\n        \"holding\",\n        \"holdingly\",\n        \"retaining\"\n    ],\n    \"na-ejide anyị\": [\n        \"apprehendingly\"\n    ],\n    \"na-ejide\": [\n        \"apprehends\",\n        \"caponising\",\n        \"caponizes\",\n        \"caponizing\",\n        \"catches\",\n        \"catchingly\",\n        \"catchpoling\",\n        \"detainingly\",\n        \"detains\",\n        \"gabbing\",\n        \"grabbing\",\n        \"grabbling\",\n        \"grabens\",\n        \"graspingly\",\n        \"holds\",\n        \"manumitting\",\n        \"seizes\"\n    ],\n    \"ụjọ\": [\n        \"apprehensibility\",\n        \"apprehensible\",\n        \"apprehension\",\n        \"apprehensions\",\n        \"apprehensiveness\",\n        \"argled\",\n        \"countrifiedness\",\n        \"cowage\",\n        \"coward\",\n        \"cowardy\",\n        \"cowardice\",\n        \"cowardish\",\n        \"cowardly\",\n        \"cowered\",\n        \"cowing\",\n        \"cowish\",\n        \"cowishness\",\n        \"dread\",\n        \"dreadness\",\n        \"enviousness\",\n        \"frightened\",\n        \"frightenedly\",\n        \"frightenedness\",\n        \"intimidated\",\n        \"nerviness\",\n        \"nervous\",\n        \"nervously\",\n        \"nervousness\",\n        \"panic\",\n        \"panickiness\",\n        \"panionic\",\n        \"panornithic\",\n        \"petrified\",\n        \"phobism\",\n        \"scandalousness\",\n        \"scared\",\n        \"scarer\",\n        \"scariness\",\n        \"terrance\",\n        \"terre\",\n        \"terrence\",\n        \"terreneness\",\n        \"terret\",\n        \"terrets\",\n        \"terribility\",\n        \"terribles\",\n        \"terrier\",\n        \"terries\",\n        \"terrifiedly\",\n        \"terror\",\n        \"terrorisation\",\n        \"terrorised\",\n        \"terrorization\",\n        \"terrorized\",\n        \"terrorizer\",\n        \"torrified\",\n        \"trepidation\",\n        \"trepidations\"\n    ],\n    \"nw\": [\n        \"apprend\",\n        \"cdg\",\n        \"dit\",\n        \"dita\",\n        \"immis\",\n        \"inst\"\n    ],\n    \"ime obi uto\": [\n        \"apprense\"\n    ],\n    \"mụrụ ọrụ\": [\n        \"apprenticed\"\n    ],\n    \"amụ ọrụ\": [\n        \"apprenticehood\"\n    ],\n    \"ndị na-amụ ọrụ\": [\n        \"apprentices\"\n    ],\n    \"ịmụ ọrụ\": [\n        \"apprenticeship\",\n        \"apprenticing\"\n    ],\n    \"ọrụ ọmụmụ\": [\n        \"apprenticeships\"\n    ],\n    \"megbuo\": [\n        \"appress\",\n        \"brutify\",\n        \"oppress\"\n    ],\n    \"onye mmegbu\": [\n        \"appressor\",\n        \"oppressionist\",\n        \"oppressor\"\n    ],\n    \"jide\": [\n        \"appreteur\",\n        \"athold\",\n        \"capistrate\",\n        \"caponised\",\n        \"capricious\",\n        \"capriform\",\n        \"capriped\",\n        \"capripede\",\n        \"caprizant\",\n        \"captans\",\n        \"captivate\",\n        \"captivative\",\n        \"captivities\",\n        \"griffade\",\n        \"griffs\",\n        \"holdall\",\n        \"inhelde\",\n        \"rustic\",\n        \"rustical\",\n        \"rusticate\",\n        \"rusticates\",\n        \"rustication\",\n        \"rusticity\",\n        \"rusticize\",\n        \"rusticly\",\n        \"rustics\",\n        \"underhold\",\n        \"unhold\"\n    ],\n    \"appris\": [\n        \"apprise\"\n    ],\n    \"nyere ikike\": [\n        \"apprized\",\n        \"authorised\",\n        \"authorizable\",\n        \"authorized\",\n        \"courtesied\",\n        \"licenced\",\n        \"licensed\",\n        \"lichenised\",\n        \"lichenized\",\n        \"metrized\",\n        \"reauthorized\",\n        \"rephosphorize\",\n        \"repowered\"\n    ],\n    \"onye oru\": [\n        \"apprizer\",\n        \"coemployee\",\n        \"cooperator\",\n        \"employee\",\n        \"enterpriser\",\n        \"jobber\",\n        \"jobholder\",\n        \"jobman\",\n        \"jobmonger\",\n        \"laborant\",\n        \"laboratorian\",\n        \"laborer\",\n        \"laborist\",\n        \"laboristic\",\n        \"labourer\",\n        \"marcher\",\n        \"mechanician\",\n        \"noncareer\",\n        \"obligator\",\n        \"preemployee\",\n        \"proemployee\",\n        \"proemployer\",\n        \"servist\",\n        \"slavist\",\n        \"subworker\",\n        \"subworkman\",\n        \"tinworker\",\n        \"worker\",\n        \"workman\"\n    ],\n    \"obibia\": [\n        \"approach\",\n        \"approachment\",\n        \"extremuma\",\n        \"innage\"\n    ],\n    \"ijekwuru\": [\n        \"approachability\"\n    ],\n    \"bịakwute\": [\n        \"approachabl\"\n    ],\n    \"na-abiaru nso\": [\n        \"approachable\",\n        \"approachableness\"\n    ],\n    \"bịakwutere\": [\n        \"approached\"\n    ],\n    \"ndị na-abịakwute ya\": [\n        \"approachers\"\n    ],\n    \"na-eru nso\": [\n        \"approaches\",\n        \"approaching\",\n        \"neared\",\n        \"nearing\",\n        \"nighing\"\n    ],\n    \"na-abịaru nso\": [\n        \"approachless\"\n    ],\n    \"ihu ọma\": [\n        \"approbativeness\",\n        \"basically\",\n        \"curryfavour\",\n        \"facetely\",\n        \"favoredness\",\n        \"favoring\",\n        \"favose\",\n        \"favouredness\",\n        \"favouring\",\n        \"favouringly\",\n        \"foreloop\",\n        \"fortunateness\",\n        \"fortunation\",\n        \"frontomental\",\n        \"prefavor\",\n        \"preferentialism\"\n    ],\n    \"inyeaka\": [\n        \"approof\",\n        \"auxetical\",\n        \"auxil\",\n        \"auxiliary\",\n        \"auxiliaries\",\n        \"auxiliarly\",\n        \"auxiliate\",\n        \"auxiliation\",\n        \"auxiliator\",\n        \"auxiliatory\",\n        \"auxilytic\",\n        \"auxilium\",\n        \"auxillary\",\n        \"helver\",\n        \"relieve\",\n        \"reliever\",\n        \"subsidise\"\n    ],\n    \"Ikenna\": [\n        \"appropre\",\n        \"arecas\",\n        \"ares\",\n        \"betrend\",\n        \"bigotish\",\n        \"bohereen\",\n        \"boomerang\",\n        \"botts\",\n        \"bouteria\",\n        \"cotquean\",\n        \"decanoyl\",\n        \"desman\",\n        \"desmanthus\",\n        \"despin\",\n        \"disenthrall\",\n        \"dreidel\",\n        \"ferlie\",\n        \"glendale\",\n        \"harold\",\n        \"jutted\",\n        \"patinated\",\n        \"pleopodite\",\n        \"poteens\",\n        \"proslyted\",\n        \"theodicy\",\n        \"underdeacon\",\n        \"zolotink\"\n    ],\n    \"kwesịrị ekwesị\": [\n        \"appropriable\",\n        \"appropriament\",\n        \"appropriate\",\n        \"appropriated\",\n        \"appropriateness\",\n        \"appropriative\",\n        \"appropriativeness\",\n        \"approvableness\",\n        \"befitting\",\n        \"behooveful\",\n        \"deserver\",\n        \"deserving\",\n        \"deservingness\",\n        \"fitchering\",\n        \"fitful\",\n        \"fitfulness\",\n        \"fittedness\",\n        \"fitter\",\n        \"fitters\",\n        \"fyttes\",\n        \"fitty\",\n        \"fittier\",\n        \"fittiest\",\n        \"fittiness\",\n        \"fitting\",\n        \"fittingness\",\n        \"fittyways\",\n        \"hereditable\",\n        \"heritable\",\n        \"keepworthy\",\n        \"maritorious\",\n        \"meritable\",\n        \"meritorious\",\n        \"proper\",\n        \"properitoneal\",\n        \"properness\",\n        \"rightable\",\n        \"suitability\",\n        \"suitably\",\n        \"superfitting\",\n        \"thyroprival\"\n    ],\n    \"n'ụzọ kwesịrị ekwesị\": [\n        \"appropriately\",\n        \"properly\"\n    ],\n    \"kwesịrị\": [\n        \"appropriates\",\n        \"appropriating\",\n        \"appropriations\",\n        \"avodire\",\n        \"aworth\",\n        \"becomingly\",\n        \"becomings\",\n        \"befitted\",\n        \"behooved\",\n        \"beworry\",\n        \"beworried\",\n        \"decentering\",\n        \"deediest\",\n        \"deserve\",\n        \"deserved\",\n        \"deservedly\",\n        \"deservedness\",\n        \"deservers\",\n        \"deserves\",\n        \"deservingly\",\n        \"duecento\",\n        \"eligibly\",\n        \"emulgent\",\n        \"eneugh\",\n        \"enworthy\",\n        \"fidicinal\",\n        \"fitchered\",\n        \"forfit\",\n        \"idealistically\",\n        \"ideally\",\n        \"ideationally\",\n        \"mercedes\",\n        \"merited\",\n        \"meriting\",\n        \"meritoriously\",\n        \"mootworthy\",\n        \"mormal\",\n        \"nerved\",\n        \"normally\",\n        \"oughtlings\",\n        \"pyal\",\n        \"preterite\",\n        \"preworthy\",\n        \"preworthiness\",\n        \"properdin\",\n        \"reappropriate\",\n        \"should\",\n        \"shouldest\",\n        \"specularly\",\n        \"thegnworthy\",\n        \"worth\",\n        \"worthier\",\n        \"worthies\",\n        \"worthiest\",\n        \"worthily\"\n    ],\n    \"oruru\": [\n        \"appropriation\",\n        \"barrelhouse\",\n        \"competently\",\n        \"deformed\",\n        \"deformedly\",\n        \"ensignment\",\n        \"establishment\",\n        \"hemorrhagic\",\n        \"inurnment\",\n        \"louty\",\n        \"orology\",\n        \"stablishing\",\n        \"stablishment\"\n    ],\n    \"onye nkasi\": [\n        \"appropriator\"\n    ],\n    \"ndị na-achọ ihe\": [\n        \"appropriators\",\n        \"aspirators\",\n        \"crullers\",\n        \"desalters\",\n        \"desiccants\",\n        \"desiccators\",\n        \"disputers\",\n        \"dodderers\"\n    ],\n    \"nkwanye ùgwù\": [\n        \"approvability\",\n        \"autotransfusion\",\n        \"brangle\",\n        \"courageousness\",\n        \"courteousness\",\n        \"disregardfully\",\n        \"gregariousness\",\n        \"irreverence\",\n        \"parlousness\",\n        \"politeness\",\n        \"regardance\",\n        \"respectabilities\",\n        \"respectably\",\n        \"respectant\",\n        \"respecter\",\n        \"respectlessly\",\n        \"resuspect\",\n        \"rudeness\",\n        \"unclericalness\",\n        \"unrespect\",\n        \"unstickingness\",\n        \"vicariousness\"\n    ],\n    \"ihe ruru\": [\n        \"approx\",\n        \"approximants\",\n        \"approximated\",\n        \"approximates\",\n        \"approximative\",\n        \"approximatively\",\n        \"encompany\",\n        \"encompasser\",\n        \"encompassment\",\n        \"sainted\"\n    ],\n    \"Nke kachasi nso\": [\n        \"approximable\"\n    ],\n    \"nke kachasi nso\": [\n        \"approximal\",\n        \"centermost\",\n        \"middlemost\",\n        \"midmost\",\n        \"windwardmost\"\n    ],\n    \"idi nso\": [\n        \"approximant\",\n        \"ghostliness\",\n        \"proximally\",\n        \"proximateness\",\n        \"proximity\",\n        \"proximities\"\n    ],\n    \"ihe dị ka\": [\n        \"approximately\"\n    ],\n    \"approximation\": [\n        \"approximations\",\n        \"approximativeness\"\n    ],\n    \"appuls\": [\n        \"appulsion\"\n    ],\n    \"mkpochapụ\": [\n        \"appunctuation\",\n        \"excoction\",\n        \"exterioration\",\n        \"extrication\",\n        \"trochiscation\"\n    ],\n    \"aparente\": [\n        \"apreynte\"\n    ],\n    \"aprịkọt\": [\n        \"apricate\",\n        \"apricot\",\n        \"apricots\"\n    ],\n    \"aprịlị\": [\n        \"aprickle\"\n    ],\n    \"onye ọ bụla\": [\n        \"apriorist\",\n        \"blatterer\",\n        \"foreconceive\",\n        \"impersonalization\",\n        \"impersonization\",\n        \"individualisation\",\n        \"individualising\",\n        \"individualism\",\n        \"individualist\",\n        \"individuality\",\n        \"interdepartmentally\",\n        \"interindividual\",\n        \"nictates\",\n        \"nonelector\",\n        \"nonequestrian\",\n        \"outtwine\",\n        \"pluridentate\",\n        \"whomp\",\n        \"whopper\"\n    ],\n    \"ịdị mkpa\": [\n        \"apriority\",\n        \"coessentialness\",\n        \"cogency\",\n        \"meridionality\",\n        \"neediness\",\n        \"presignificance\",\n        \"subessentialness\",\n        \"treacliness\"\n    ],\n    \"onu ogbom\": [\n        \"apron\"\n    ],\n    \"onuogugu\": [\n        \"aproned\",\n        \"census\",\n        \"censuses\",\n        \"numerably\",\n        \"numeral\",\n        \"numerally\",\n        \"numerative\",\n        \"numeros\",\n        \"numine\"\n    ],\n    \"onye na-ahụ n'anya\": [\n        \"aproneer\",\n        \"philanderer\"\n    ],\n    \"ogbe\": [\n        \"apronful\",\n        \"bakestone\",\n        \"barkier\",\n        \"barth\",\n        \"batch\",\n        \"batcher\",\n        \"batches\",\n        \"batching\",\n        \"bettonga\",\n        \"blazonment\",\n        \"bunchier\",\n        \"burds\",\n        \"burrock\",\n        \"carnel\",\n        \"chalons\",\n        \"chandlery\",\n        \"chaperon\",\n        \"chaperonage\",\n        \"cheeselep\",\n        \"chuckrum\",\n        \"cinclus\",\n        \"clapotis\",\n        \"clobbers\",\n        \"clochette\",\n        \"clocker\",\n        \"clough\",\n        \"clusia\",\n        \"colophany\",\n        \"counterearth\",\n        \"counterscale\",\n        \"crevass\",\n        \"croceines\",\n        \"cruck\",\n        \"datch\",\n        \"dca\",\n        \"dclass\",\n        \"dink\",\n        \"doblons\",\n        \"dredgers\",\n        \"engulfment\",\n        \"foveate\",\n        \"gabbles\",\n        \"glunches\",\n        \"gowland\",\n        \"grubby\",\n        \"gusts\",\n        \"gutsiness\",\n        \"intermix\",\n        \"interregnal\",\n        \"interregnums\",\n        \"intertrace\",\n        \"juncoides\",\n        \"lobsterish\",\n        \"lucidness\",\n        \"luxate\",\n        \"medioventral\",\n        \"oafs\",\n        \"oculus\",\n        \"ostitis\",\n        \"ostracoda\",\n        \"ostracode\",\n        \"ostracoid\",\n        \"ostracophore\",\n        \"ostraeacea\",\n        \"ostrea\",\n        \"ostreiform\",\n        \"ostreophage\",\n        \"oxboy\",\n        \"oxbow\",\n        \"ozonation\",\n        \"ozoned\",\n        \"ozonised\",\n        \"peerdom\",\n        \"phalaecean\",\n        \"phalange\",\n        \"platine\",\n        \"plote\",\n        \"quarts\",\n        \"rack\",\n        \"rackan\",\n        \"rackle\",\n        \"runboard\",\n        \"sheat\",\n        \"sheroot\",\n        \"slubby\",\n        \"smithfield\",\n        \"spanks\",\n        \"spinstry\",\n        \"talweg\",\n        \"terseness\",\n        \"thioester\",\n        \"thraces\",\n        \"tities\",\n        \"tlaco\",\n        \"torbanite\",\n        \"torpex\",\n        \"triatoma\",\n        \"trochate\",\n        \"tropics\",\n        \"whitrack\",\n        \"woodpeck\",\n        \"zanzas\",\n        \"zestiness\"\n    ],\n    \"Uwe mkpuchi\": [\n        \"aprons\",\n        \"bejabbers\",\n        \"coats\",\n        \"hushcloth\",\n        \"knitwear\",\n        \"overalcoholize\",\n        \"overalcoholized\",\n        \"seamstresses\",\n        \"underskirt\",\n        \"underskirts\"\n    ],\n    \"nke dabara\": [\n        \"apt\"\n    ],\n    \"Ogbe\": [\n        \"apteran\",\n        \"beansetter\",\n        \"beclothes\",\n        \"becobweb\",\n        \"beflum\",\n        \"befountained\",\n        \"begob\",\n        \"belabors\",\n        \"bemadden\",\n        \"bemud\",\n        \"bemuddy\",\n        \"bemuddling\",\n        \"bergh\",\n        \"bermudas\",\n        \"bevatron\",\n        \"bevesseled\",\n        \"bezazz\",\n        \"bicorned\",\n        \"borsches\",\n        \"boshvarks\",\n        \"bransles\",\n        \"buckbean\",\n        \"buckshees\",\n        \"canzon\",\n        \"canzonet\",\n        \"caudate\",\n        \"chemung\",\n        \"cheroot\",\n        \"chics\",\n        \"clairschach\",\n        \"clobbering\",\n        \"clodpolls\",\n        \"cloverleafs\",\n        \"coffling\",\n        \"concierges\",\n        \"creagh\",\n        \"cretin\",\n        \"cretonne\",\n        \"cretonnes\",\n        \"crex\",\n        \"crossbarred\",\n        \"crossbarring\",\n        \"crossbencher\",\n        \"crotalaria\",\n        \"cuppas\",\n        \"dylan\",\n        \"dyvour\",\n        \"driftpiece\",\n        \"droschken\",\n        \"engraulis\",\n        \"ferroprussiate\",\n        \"ferrotyper\",\n        \"flix\",\n        \"flushgate\",\n        \"flusterer\",\n        \"griddling\",\n        \"harborough\",\n        \"harv\",\n        \"macclesfield\",\n        \"minnesong\",\n        \"monoester\",\n        \"oblectate\",\n        \"oreads\",\n        \"outcook\",\n        \"overtroubling\",\n        \"packtong\",\n        \"parqueted\",\n        \"parroque\",\n        \"peeries\",\n        \"placet\",\n        \"planksheer\",\n        \"platonian\",\n        \"platooning\",\n        \"platteland\",\n        \"pleonectic\",\n        \"plethodon\",\n        \"pleuracanthoid\",\n        \"pleustons\",\n        \"plex\",\n        \"podesterate\",\n        \"pontooning\",\n        \"porcelainous\",\n        \"porret\",\n        \"porteacid\",\n        \"porteous\",\n        \"pristav\",\n        \"pustular\",\n        \"quadrumvir\",\n        \"quantongs\",\n        \"quinsyberry\",\n        \"quixote\",\n        \"rustler\",\n        \"sated\",\n        \"serf\",\n        \"sesterces\",\n        \"siletz\",\n        \"syncaryon\",\n        \"slughorn\",\n        \"snailflower\",\n        \"snog\",\n        \"sparger\",\n        \"spargers\",\n        \"spiketop\",\n        \"spongeful\",\n        \"spongewood\",\n        \"spontoons\",\n        \"squabbler\",\n        \"squaddy\",\n        \"squamscot\",\n        \"squarishness\",\n        \"squarrous\",\n        \"squawkingly\",\n        \"squawks\",\n        \"squawweed\",\n        \"squedunk\",\n        \"squeezable\",\n        \"squegged\",\n        \"squegs\",\n        \"squencher\",\n        \"squiddle\",\n        \"squidge\",\n        \"squidgiest\",\n        \"squirrely\",\n        \"squushy\",\n        \"stoloniferous\",\n        \"streusel\",\n        \"streusels\",\n        \"suclat\",\n        \"summerset\",\n        \"svc\",\n        \"sweetmeat\",\n        \"thicks\",\n        \"thrombosed\",\n        \"thrutch\",\n        \"thunge\",\n        \"tillering\",\n        \"tillodont\",\n        \"tilmus\",\n        \"tredille\",\n        \"triketo\",\n        \"trochodendron\",\n        \"troco\",\n        \"troynovant\",\n        \"tromp\",\n        \"trs\",\n        \"twaddy\",\n        \"vesseled\",\n        \"vibes\",\n        \"viceroy\",\n        \"westernization\",\n        \"winched\",\n        \"woodsorrel\"\n    ],\n    \"apịtịgotous\": [\n        \"apterygotous\"\n    ],\n    \"apịtịx\": [\n        \"apteryx\"\n    ],\n    \"nke dabara adaba\": [\n        \"aptest\"\n    ],\n    \"Ukpala\": [\n        \"aptychus\",\n        \"pitbird\"\n    ],\n    \"nka\": [\n        \"aptitude\",\n        \"aptnesses\",\n        \"arilli\",\n        \"art\",\n        \"artal\",\n        \"artel\",\n        \"artels\",\n        \"artemision\",\n        \"artful\",\n        \"artfulness\",\n        \"artha\",\n        \"arthel\",\n        \"artificership\",\n        \"artiness\",\n        \"artinesses\",\n        \"artisan\",\n        \"artisanship\",\n        \"artistdom\",\n        \"artistic\",\n        \"artistically\",\n        \"artistry\",\n        \"artists\",\n        \"artly\",\n        \"artlike\",\n        \"arts\",\n        \"artsy\",\n        \"artus\",\n        \"artwork\",\n        \"craft\",\n        \"craftiness\",\n        \"crafting\",\n        \"craftmanship\",\n        \"crafts\",\n        \"craftsmanship\",\n        \"craftwork\",\n        \"crenology\",\n        \"draftmanship\",\n        \"draftsmanship\",\n        \"emollience\",\n        \"excrementive\",\n        \"expertise\",\n        \"expertism\",\n        \"expertness\",\n        \"exudative\",\n        \"hansels\",\n        \"ingeniate\",\n        \"ingeniosity\",\n        \"ingenious\",\n        \"ingeniously\",\n        \"ingeniousness\",\n        \"ingenit\",\n        \"ingenue\",\n        \"ingenues\",\n        \"ingenuity\",\n        \"ingenuities\",\n        \"ingenuously\",\n        \"ingenuousness\",\n        \"intellection\",\n        \"outsavor\",\n        \"sketchability\",\n        \"sketchiness\",\n        \"skilful\",\n        \"skill\",\n        \"skilled\",\n        \"skillful\",\n        \"skillfulness\",\n        \"skilling\",\n        \"skittishness\",\n        \"tactus\"\n    ],\n    \"n'ụzọ dabara adaba\": [\n        \"aptly\",\n        \"opportunely\",\n        \"opportunistically\"\n    ],\n    \"apta\": [\n        \"apts\"\n    ],\n    \"eburu\": [\n        \"apurpose\",\n        \"archaises\",\n        \"avowably\",\n        \"banished\",\n        \"beclothed\",\n        \"becowarded\",\n        \"besnuff\",\n        \"beswarm\",\n        \"bevilled\",\n        \"bunions\",\n        \"cerumen\",\n        \"cerumens\",\n        \"conduceability\",\n        \"conductus\",\n        \"dejecture\",\n        \"delated\",\n        \"depredicate\",\n        \"depthen\",\n        \"descamisado\",\n        \"domesticated\",\n        \"dropworm\",\n        \"eburnean\",\n        \"ecossaise\",\n        \"educement\",\n        \"eloped\",\n        \"eloping\",\n        \"engarde\",\n        \"eolopile\",\n        \"epanastrophe\",\n        \"ethmosphenoidal\",\n        \"eumitosis\",\n        \"eumorphous\",\n        \"eusporangiate\",\n        \"everbearer\",\n        \"falco\",\n        \"forepossessed\",\n        \"foreruns\",\n        \"foresey\",\n        \"forestay\",\n        \"hindhand\",\n        \"homered\",\n        \"loaded\",\n        \"perpetuana\",\n        \"preassemble\",\n        \"preassembled\",\n        \"preassembles\",\n        \"precurse\",\n        \"predamaged\",\n        \"predamn\",\n        \"predespise\",\n        \"prediscern\",\n        \"predisclose\",\n        \"prediscontinue\",\n        \"prediscreet\",\n        \"predisplace\",\n        \"predispute\",\n        \"predissolved\",\n        \"prednisolone\",\n        \"preen\",\n        \"preexpose\",\n        \"preexposed\",\n        \"preinvolved\",\n        \"preloaded\",\n        \"preluded\",\n        \"prenticed\",\n        \"prepacked\",\n        \"prepossessed\",\n        \"presumably\",\n        \"presume\",\n        \"presuspicion\",\n        \"pretanned\",\n        \"prevued\",\n        \"prewelcomed\",\n        \"protrusiveness\",\n        \"ramhood\",\n        \"repose\",\n        \"reposed\",\n        \"reposedly\",\n        \"slimy\",\n        \"sludged\",\n        \"subordinate\",\n        \"supposably\",\n        \"suppurating\",\n        \"tonsured\"\n    ],\n    \"akuru mmiri\": [\n        \"aquaculture\",\n        \"aquarelles\",\n        \"aquiculture\",\n        \"bathmic\"\n    ],\n    \"ọwara mmiri\": [\n        \"aquaduct\",\n        \"gulfwards\",\n        \"gulfweeds\"\n    ],\n    \"ọwa mmiri\": [\n        \"aquaducts\",\n        \"aqueduct\",\n        \"aqueducts\",\n        \"bridgeward\",\n        \"bridgewater\",\n        \"canals\",\n        \"channelwards\",\n        \"creek\",\n        \"creeky\",\n        \"damps\",\n        \"ditches\",\n        \"ditchside\",\n        \"riverway\",\n        \"sewerlike\",\n        \"shearwaters\",\n        \"streamway\",\n        \"torpedineer\",\n        \"watercourse\",\n        \"watercourses\",\n        \"waterlogs\"\n    ],\n    \"aquifer\": [\n        \"aquafer\"\n    ],\n    \"aqua fortis\": [\n        \"aquafortis\"\n    ],\n    \"aqualung\": [\n        \"aqualunger\"\n    ],\n    \"aquamita\": [\n        \"aquameter\"\n    ],\n    \"onye akuru mmiri\": [\n        \"aquarellist\"\n    ],\n    \"mmiri mmiri\": [\n        \"aquarian\",\n        \"aquativeness\",\n        \"aquiclude\",\n        \"aquitanian\",\n        \"bilgewater\",\n        \"breakwater\",\n        \"catchwater\",\n        \"ceiler\",\n        \"cutwater\",\n        \"dammers\",\n        \"drownings\",\n        \"fluidification\",\n        \"fluidimeter\",\n        \"fluidisation\",\n        \"fluidises\",\n        \"fluidism\",\n        \"fluidity\",\n        \"fluidities\",\n        \"fluidness\",\n        \"fluidounce\",\n        \"fluidrams\",\n        \"fluids\",\n        \"foreheater\",\n        \"groundwater\",\n        \"groundwave\",\n        \"hydrohematite\",\n        \"icefalls\",\n        \"kything\",\n        \"lipoids\",\n        \"liquid\",\n        \"liquidable\",\n        \"liquidate\",\n        \"liquidated\",\n        \"liquidates\",\n        \"liquidating\",\n        \"liquidation\",\n        \"liquidations\",\n        \"liquidator\",\n        \"liquidy\",\n        \"liquidise\",\n        \"liquidised\",\n        \"liquidising\",\n        \"liquidity\",\n        \"liquidities\",\n        \"liquidization\",\n        \"liquidize\",\n        \"liquidized\",\n        \"liquidizer\",\n        \"liquidizing\",\n        \"liquidness\",\n        \"liquids\",\n        \"moisture\",\n        \"polywater\",\n        \"poolwort\",\n        \"rosewater\",\n        \"seaboards\",\n        \"seagirt\",\n        \"seagoing\",\n        \"seaquake\",\n        \"seavy\",\n        \"seaways\",\n        \"seawalls\",\n        \"seawater\",\n        \"seaworn\",\n        \"sewars\",\n        \"springbuck\",\n        \"springer\",\n        \"springfield\",\n        \"springmaker\",\n        \"springtide\",\n        \"springwater\",\n        \"springwort\",\n        \"stopwater\",\n        \"teardowns\",\n        \"teeswater\",\n        \"tidewater\",\n        \"underflows\",\n        \"unliquidation\",\n        \"wastewater\",\n        \"waterbank\",\n        \"waterbear\",\n        \"waterberg\",\n        \"waterbok\",\n        \"waterbosh\",\n        \"waterbottle\",\n        \"waterbrain\",\n        \"waterbrose\",\n        \"waterbury\",\n        \"watercaster\",\n        \"watercolor\",\n        \"watercolorist\",\n        \"watercolors\",\n        \"watercolour\",\n        \"watercress\",\n        \"watercresses\",\n        \"watercup\",\n        \"waterdoe\",\n        \"waterdog\",\n        \"waterdogs\",\n        \"waterfinder\",\n        \"waterflood\",\n        \"waterfowler\",\n        \"waterfront\",\n        \"watergate\",\n        \"waterier\",\n        \"waterlander\",\n        \"waterlandian\",\n        \"waterleafs\",\n        \"waterlilies\",\n        \"waterline\",\n        \"waterlog\",\n        \"waterlogger\",\n        \"waterloo\",\n        \"watermain\",\n        \"watermanship\",\n        \"watermarked\",\n        \"watermonger\",\n        \"waterpower\",\n        \"waterproofs\",\n        \"waterquake\",\n        \"waterrug\",\n        \"waterscape\",\n        \"watershed\",\n        \"watersheds\",\n        \"watershoot\",\n        \"watershut\",\n        \"waterskier\",\n        \"watersmeet\",\n        \"waterspout\",\n        \"waterspouts\",\n        \"waterstead\",\n        \"waterstoup\",\n        \"watertight\",\n        \"watertightal\",\n        \"waterway\",\n        \"waterways\",\n        \"waterwards\",\n        \"waterweed\",\n        \"waterwort\",\n        \"waterworthy\",\n        \"wetherhog\",\n        \"wetherteg\"\n    ],\n    \"ndi mmiri\": [\n        \"aquarians\"\n    ],\n    \"akwarium\": [\n        \"aquariia\",\n        \"aquariiums\",\n        \"aquarium\",\n        \"aquariums\"\n    ],\n    \"ndi akuku mmiri\": [\n        \"aquarists\"\n    ],\n    \"otu ụzọ n'ụzọ anọ\": [\n        \"aquarter\"\n    ],\n    \"aquascape\": [\n        \"aquascope\"\n    ],\n    \"aquatin juru\": [\n        \"aquatinted\"\n    ],\n    \"n'ụzọ mmiri\": [\n        \"aqueously\"\n    ],\n    \"akuku mmiri\": [\n        \"aquiver\",\n        \"sailer\",\n        \"summercastle\"\n    ],\n    \"inu mmiri\": [\n        \"aquotize\",\n        \"liquify\"\n    ],\n    \"Arabian\": [\n        \"arabian\"\n    ],\n    \"arabia\": [\n        \"arabians\"\n    ],\n    \"onye arabia\": [\n        \"arabist\"\n    ],\n    \"ịhazi\": [\n        \"arabize\",\n        \"aramaicize\",\n        \"configuring\",\n        \"organising\",\n        \"organizing\",\n        \"preconfiguring\"\n    ],\n    \"arabized\": [\n        \"arabizes\"\n    ],\n    \"arabophile\": [\n        \"arabophil\"\n    ],\n    \"Ndị Arab\": [\n        \"arabs\"\n    ],\n    \"araca ga\": [\n        \"aracanga\"\n    ],\n    \"Arachnean\": [\n        \"arachnean\"\n    ],\n    \"ọkà mmụta ihe ọmụmụ\": [\n        \"arachnologist\",\n        \"palaeologist\"\n    ],\n    \"onyebuenwe\": [\n        \"araeostyle\"\n    ],\n    \"ekwahk\": [\n        \"aralkylated\"\n    ],\n    \"arama\": [\n        \"aramaism\"\n    ],\n    \"bụrụ nwaanyị\": [\n        \"aramitess\"\n    ],\n    \"Aranea\": [\n        \"aranea\"\n    ],\n    \"nedị\": [\n        \"araneous\"\n    ],\n    \"Araucanian\": [\n        \"araucanian\"\n    ],\n    \"ngụ\": [\n        \"arb\",\n        \"limbu\",\n        \"snugs\",\n        \"totonac\",\n        \"totquot\",\n        \"tottie\"\n    ],\n    \"mkpokoro\": [\n        \"arbalister\",\n        \"cliver\",\n        \"sylvans\"\n    ],\n    \"ndi ogwu\": [\n        \"arbalists\",\n        \"hypnotists\"\n    ],\n    \"onye mkpezi ikpe\": [\n        \"arbiter\",\n        \"arbitrager\",\n        \"arbitrationist\",\n        \"arbitrator\"\n    ],\n    \"ndị mkpezi ikpe\": [\n        \"arbiters\",\n        \"arbitragers\"\n    ],\n    \"agbagha\": [\n        \"arbitrable\",\n        \"coindicant\",\n        \"conflated\",\n        \"confuted\",\n        \"contangos\",\n        \"contiguous\",\n        \"contortionist\",\n        \"contortionistic\",\n        \"contraposed\",\n        \"contrarevolutionary\",\n        \"contrate\",\n        \"contredanses\",\n        \"contretemps\",\n        \"contrist\",\n        \"contumacity\",\n        \"contumacities\",\n        \"contumely\",\n        \"convolutedly\",\n        \"convolutive\",\n        \"defeasible\",\n        \"deflective\",\n        \"disambiguated\",\n        \"disordinated\",\n        \"disreputable\",\n        \"disruptable\",\n        \"distractive\",\n        \"doubtably\",\n        \"fadedly\",\n        \"fumigations\",\n        \"hackled\",\n        \"imputable\",\n        \"incontestably\",\n        \"interregent\",\n        \"intervenular\",\n        \"introversible\",\n        \"misconjugated\",\n        \"mistitled\",\n        \"negated\",\n        \"nonreversing\",\n        \"protestable\",\n        \"protestantize\",\n        \"questionably\",\n        \"recoiled\",\n        \"refutals\",\n        \"scramb\",\n        \"scramble\",\n        \"scramblers\",\n        \"scrambles\",\n        \"scrammed\",\n        \"unbroiled\",\n        \"unbrokenly\",\n        \"unbrookably\",\n        \"unbrowsing\",\n        \"uncompromising\",\n        \"uncomputable\",\n        \"uncomraded\",\n        \"unconjugated\",\n        \"uncontradicted\",\n        \"undisputed\",\n        \"ungaraged\",\n        \"unhacked\",\n        \"unhaft\",\n        \"unhaggled\",\n        \"unhaggling\",\n        \"unhaunt\",\n        \"unjumbled\",\n        \"unlapsed\",\n        \"unlapsing\",\n        \"unmuted\",\n        \"unrested\",\n        \"unreversed\",\n        \"unsubvertive\",\n        \"untracked\",\n        \"upbroken\",\n        \"wabbled\",\n        \"wrangled\"\n    ],\n    \"ọkaiwu\": [\n        \"arbitrageur\",\n        \"lawyeress\"\n    ],\n    \"onye aka ike\": [\n        \"arbitragist\",\n        \"impoisoner\",\n        \"larcenist\",\n        \"libertarian\",\n        \"tyrant\",\n        \"valediction\",\n        \"valedictorian\"\n    ],\n    \"kpe ikpe\": [\n        \"arbitrate\"\n    ],\n    \"kpeziri\": [\n        \"arbitrated\"\n    ],\n    \"mkpezi ikpe\": [\n        \"arbitrates\",\n        \"arbitrating\",\n        \"arbitration\",\n        \"arbitrational\",\n        \"arbitrations\"\n    ],\n    \"aka aka ekpe\": [\n        \"arbitratorship\"\n    ],\n    \"onye akaebe\": [\n        \"arbitress\",\n        \"attestant\",\n        \"attestator\",\n        \"attestor\",\n        \"beater\",\n        \"bidentate\",\n        \"earwitness\",\n        \"eyewitness\",\n        \"eugenicist\",\n        \"eugenist\",\n        \"proprietarian\",\n        \"pseudoreformed\",\n        \"testator\",\n        \"testifier\",\n        \"trustee\",\n        \"witnesser\"\n    ],\n    \"arboloko\": [\n        \"arboloco\"\n    ],\n    \"arboreal\": [\n        \"arboral\"\n    ],\n    \"okike okike\": [\n        \"arborator\"\n    ],\n    \"Obosara\": [\n        \"arborean\",\n        \"arboretum\",\n        \"beadledom\",\n        \"boagane\",\n        \"boanthropy\",\n        \"bobadilism\",\n        \"bobfloat\",\n        \"bocstaff\",\n        \"boloneys\",\n        \"borasque\",\n        \"borohydride\",\n        \"borosalicylate\",\n        \"borosilicate\",\n        \"borowolframic\",\n        \"bougies\",\n        \"bourbonize\",\n        \"bovicide\",\n        \"breadthriders\",\n        \"capsicums\",\n        \"ceroplasty\",\n        \"clathrus\",\n        \"clobbered\",\n        \"cloisteral\",\n        \"cryptostegia\",\n        \"croftland\",\n        \"crosne\",\n        \"crosslap\",\n        \"crossovers\",\n        \"gapingstock\",\n        \"klaxons\",\n        \"lumberdar\",\n        \"plasmodesm\",\n        \"plexiform\",\n        \"plexiglas\",\n        \"spadesman\",\n        \"spasmus\",\n        \"splotchy\",\n        \"splotchily\",\n        \"spolia\",\n        \"stackgarth\",\n        \"stretman\",\n        \"tidbit\",\n        \"vagotonia\",\n        \"veskit\",\n        \"widegab\",\n        \"widework\",\n        \"widths\"\n    ],\n    \"akaike\": [\n        \"arbored\"\n    ],\n    \"Onye akaebe\": [\n        \"arborer\"\n    ],\n    \"arbobo\": [\n        \"arbores\"\n    ],\n    \"n'arụ ọrụ\": [\n        \"arborescently\",\n        \"artificially\",\n        \"painstakingly\"\n    ],\n    \"arboretum\": [\n        \"arboretums\"\n    ],\n    \"okooko osisi\": [\n        \"arboriculture\",\n        \"bemask\",\n        \"blazons\",\n        \"blocs\",\n        \"bloman\",\n        \"bloomeries\",\n        \"bloomerism\",\n        \"bloomers\",\n        \"blooms\",\n        \"bloomsbury\",\n        \"blooth\",\n        \"blossombill\",\n        \"blossomed\",\n        \"blossomhead\",\n        \"blossomy\",\n        \"blossomry\",\n        \"blossoms\",\n        \"blousiest\",\n        \"blouson\",\n        \"blousons\",\n        \"calenturist\",\n        \"capricorns\",\n        \"cogwood\",\n        \"coots\",\n        \"coralflower\",\n        \"cosecs\",\n        \"fireflower\",\n        \"flaxbird\",\n        \"flyflower\",\n        \"florescent\",\n        \"florets\",\n        \"florists\",\n        \"flowerers\",\n        \"floweret\",\n        \"flowerets\",\n        \"flowery\",\n        \"flowerier\",\n        \"flowers\",\n        \"fluoresce\",\n        \"fluoresces\",\n        \"fluorescing\",\n        \"furriness\",\n        \"glowers\",\n        \"goldflower\",\n        \"gorebill\",\n        \"greenflies\",\n        \"grisette\",\n        \"halicot\",\n        \"haricot\",\n        \"hazen\",\n        \"julyflower\",\n        \"marshflower\",\n        \"nonflowering\",\n        \"parrotbill\",\n        \"pigflower\",\n        \"pilies\",\n        \"saucerman\",\n        \"semirotary\",\n        \"springerle\",\n        \"springers\",\n        \"springes\",\n        \"tassels\",\n        \"wildflower\",\n        \"wildflowers\",\n        \"wreathes\",\n        \"wreaths\"\n    ],\n    \"onye okike\": [\n        \"arborist\",\n        \"braeman\",\n        \"cradlemaker\",\n        \"creatress\",\n        \"ghostwriter\",\n        \"laudist\",\n        \"naturalist\",\n        \"orpheonist\",\n        \"sensualist\",\n        \"shootist\",\n        \"solemner\",\n        \"solonist\"\n    ],\n    \"ndi oru ugbo\": [\n        \"arborists\",\n        \"buskers\",\n        \"busks\",\n        \"crew\",\n        \"crewels\",\n        \"crews\",\n        \"farmers\",\n        \"peasantry\"\n    ],\n    \"agbadoro\": [\n        \"arborized\",\n        \"coadunated\",\n        \"foisted\",\n        \"gorgeted\",\n        \"incubated\",\n        \"unsticked\",\n        \"upcasted\"\n    ],\n    \"arbor\": [\n        \"arbors\",\n        \"arbour\"\n    ],\n    \"arbour\": [\n        \"arboured\"\n    ],\n    \"Arba\": [\n        \"arbs\"\n    ],\n    \"arbutin se\": [\n        \"arbutinase\"\n    ],\n    \"aak\": [\n        \"arc\"\n    ],\n    \"Ọtụtụ afọ\": [\n        \"arcaded\",\n        \"arcades\"\n    ],\n    \"arcadian\": [\n        \"arcadianly\",\n        \"arcadians\"\n    ],\n    \"ịgba\": [\n        \"arcading\",\n        \"firring\",\n        \"fligger\",\n        \"gagership\",\n        \"gire\",\n        \"yagger\",\n        \"irving\",\n        \"limit\",\n        \"ramming\",\n        \"spivving\",\n        \"splashwing\",\n        \"spray\",\n        \"sprayed\",\n        \"sprayey\",\n        \"spraylike\",\n        \"sprayproof\",\n        \"sprattling\",\n        \"sprucing\",\n        \"voling\",\n        \"wringing\",\n        \"wringman\"\n    ],\n    \"dị ebube\": [\n        \"arcboutant\",\n        \"ghostified\",\n        \"halituous\",\n        \"mirific\",\n        \"overglorious\",\n        \"phenomenalized\",\n        \"phenomenized\",\n        \"prestable\",\n        \"prestated\",\n        \"prestimulated\",\n        \"prestored\",\n        \"prestudied\",\n        \"prestudious\",\n        \"splendiferous\",\n        \"sublustrous\",\n        \"superglorious\"\n    ],\n    \"arcos\": [\n        \"arccos\"\n    ],\n    \"arkosine\": [\n        \"arccosine\"\n    ],\n    \"ọkà mmụta ihe ochie\": [\n        \"archaeologer\",\n        \"archaeologian\",\n        \"archaeologist\",\n        \"archeologian\",\n        \"archeologist\",\n        \"aristologist\"\n    ],\n    \"ihe omumu ihe ochie\": [\n        \"archaeology\",\n        \"archeology\"\n    ],\n    \"ndị ọkà mmụta ihe ochie\": [\n        \"archaeologists\",\n        \"paleontologists\"\n    ],\n    \"archeopteryx\": [\n        \"archaeopteryx\"\n    ],\n    \"onyeisi oche\": [\n        \"archagitator\",\n        \"chairmaking\",\n        \"chairmaned\",\n        \"chairmanned\",\n        \"chairmanning\",\n        \"chieftainry\",\n        \"presider\",\n        \"presiding\",\n        \"syriarch\"\n    ],\n    \"archaise\": [\n        \"archaised\"\n    ],\n    \"onye ndu\": [\n        \"archaiser\",\n        \"archdeceiver\",\n        \"archdetective\",\n        \"archleader\",\n        \"archpastor\",\n        \"canoeman\",\n        \"carideer\",\n        \"coexecutor\",\n        \"drover\",\n        \"guider\",\n        \"huffier\",\n        \"leader\",\n        \"leadman\",\n        \"lifeholder\",\n        \"livebearer\",\n        \"liveyer\",\n        \"manuductor\",\n        \"mennonist\",\n        \"messman\",\n        \"misoneist\",\n        \"naiver\",\n        \"proamendment\",\n        \"prospector\",\n        \"revivalist\",\n        \"ringleader\",\n        \"temporist\",\n        \"wetter\",\n        \"wowser\"\n    ],\n    \"archa\": [\n        \"archaisms\"\n    ],\n    \"onye ochie\": [\n        \"archaist\",\n        \"exonian\",\n        \"fossilist\",\n        \"originalist\"\n    ],\n    \"ndi archa\": [\n        \"archaists\"\n    ],\n    \"onyeisi ndị mmụọ ozi\": [\n        \"archangel\",\n        \"archangelship\"\n    ],\n    \"archangelica\": [\n        \"archangelic\",\n        \"archangelical\"\n    ],\n    \"onye omenkà\": [\n        \"archantagonist\",\n        \"carman\",\n        \"craftsmaster\",\n        \"draftsman\",\n        \"draughtman\",\n        \"draughtsman\",\n        \"handcraftsman\",\n        \"handicraftsman\",\n        \"loftsman\",\n        \"museist\",\n        \"playcraftsman\",\n        \"woodcraftsman\"\n    ],\n    \"ihe eji arụ ọrụ\": [\n        \"archantiquary\",\n        \"usuals\"\n    ],\n    \"onye architekt\": [\n        \"archarchitect\"\n    ],\n    \"archbanc\": [\n        \"archbancs\"\n    ],\n    \"akwa akpa\": [\n        \"archband\",\n        \"lappets\",\n        \"quillwork\"\n    ],\n    \"achịbishọp\": [\n        \"archbishop\",\n        \"archbishopess\",\n        \"archbishopry\",\n        \"archbishops\",\n        \"archdiocese\"\n    ],\n    \"njiko ochi\": [\n        \"archbotcher\"\n    ],\n    \"akuko nka\": [\n        \"archchronicler\"\n    ],\n    \"archonspirator\": [\n        \"archconspirator\"\n    ],\n    \"njide ihe\": [\n        \"archcupbearer\",\n        \"archicyte\",\n        \"archtreasurership\",\n        \"aschistic\",\n        \"holder\",\n        \"holdman\"\n    ],\n    \"ụgbọ mmiri archdeacon\": [\n        \"archdeaconship\"\n    ],\n    \"archdeacon\": [\n        \"archdean\"\n    ],\n    \"njiko deanery\": [\n        \"archdeanery\"\n    ],\n    \"Akuko\": [\n        \"archdefender\",\n        \"chidingness\",\n        \"chymified\",\n        \"czechization\",\n        \"epidendral\",\n        \"epidural\",\n        \"epirhizous\",\n        \"epiural\",\n        \"eprouvette\",\n        \"fillips\",\n        \"gmelinite\",\n        \"gory\",\n        \"kist\",\n        \"kory\",\n        \"mickles\",\n        \"pelides\",\n        \"pilseners\",\n        \"quaich\",\n        \"rawhider\",\n        \"recounter\",\n        \"reportage\",\n        \"reporteress\",\n        \"scything\"\n    ],\n    \"onye na-akọ ihe\": [\n        \"archdepredator\",\n        \"plower\",\n        \"plowmaker\"\n    ],\n    \"archdịọcese\": [\n        \"archdioceses\"\n    ],\n    \"archduke\": [\n        \"archduxe\"\n    ],\n    \"ụta\": [\n        \"arche\",\n        \"arow\",\n        \"blamably\",\n        \"blame\",\n        \"blamefully\",\n        \"blamefulness\",\n        \"blames\",\n        \"blamingly\",\n        \"bowess\",\n        \"bowyangs\",\n        \"bowyer\",\n        \"bows\",\n        \"bowsaw\",\n        \"bowshot\",\n        \"bowshots\",\n        \"bowsman\",\n        \"clangor\",\n        \"clapperclaw\",\n        \"clapperclawer\",\n        \"clarsach\",\n        \"culpability\",\n        \"culpable\",\n        \"culpableness\"\n    ],\n    \"archean\": [\n        \"archeal\"\n    ],\n    \"ụkọ ụka\": [\n        \"archecclesiastic\"\n    ],\n    \"onye iro\": [\n        \"archenemy\",\n        \"enemy\",\n        \"enemylike\",\n        \"enmist\",\n        \"foe\",\n        \"foeish\",\n        \"foeless\",\n        \"oppugner\",\n        \"pseudolegal\"\n    ],\n    \"ndi iro\": [\n        \"archenemies\",\n        \"foes\"\n    ],\n    \"ihe omumu ihe\": [\n        \"archengineer\",\n        \"biochemics\",\n        \"biochemistries\",\n        \"biogenesist\",\n        \"biosystematist\",\n        \"horography\",\n        \"physicochemical\",\n        \"physicochemistry\",\n        \"physicological\"\n    ],\n    \"agba ụta\": [\n        \"archer\",\n        \"archery\"\n    ],\n    \"akụ azụ\": [\n        \"archerfish\",\n        \"archerfishes\",\n        \"codfishery\",\n        \"fishtails\"\n    ],\n    \"ndị na-agba ụta\": [\n        \"archers\",\n        \"bowyers\",\n        \"bowmen\"\n    ],\n    \"arche arche\": [\n        \"archership\"\n    ],\n    \"ụlọ ihe ochie\": [\n        \"archespore\"\n    ],\n    \"ụbọ akwara\": [\n        \"archest\",\n        \"harp\",\n        \"harpies\",\n        \"harpings\",\n        \"harpist\",\n        \"harpists\",\n        \"harps\",\n        \"harpsichords\",\n        \"orchestric\",\n        \"psalteries\"\n    ],\n    \"archetypes\": [\n        \"archetypist\"\n    ],\n    \"archetto\": [\n        \"archettos\"\n    ],\n    \"ọnaozi ọna\": [\n        \"archeunuch\"\n    ],\n    \"njidi\": [\n        \"archfiend\"\n    ],\n    \"enyi\": [\n        \"archfriend\",\n        \"backfriend\",\n        \"befriend\",\n        \"befriended\",\n        \"befriender\",\n        \"buddy\",\n        \"companage\",\n        \"companator\",\n        \"compania\",\n        \"companion\",\n        \"companionable\",\n        \"companionage\",\n        \"companionate\",\n        \"companioned\",\n        \"companionized\",\n        \"comrade\",\n        \"comrado\",\n        \"elephancy\",\n        \"elephant\",\n        \"elephanta\",\n        \"elephantic\",\n        \"elephanticide\",\n        \"elephantine\",\n        \"elephantous\",\n        \"elephantry\",\n        \"elephants\",\n        \"elephas\",\n        \"felinity\",\n        \"fiendlier\",\n        \"fippence\",\n        \"friend\",\n        \"friended\",\n        \"friending\",\n        \"friendlessness\",\n        \"friendlier\",\n        \"friendliness\",\n        \"friendliwise\",\n        \"pal\",\n        \"prefriendly\",\n        \"prefriendship\",\n        \"soliative\",\n        \"superfriendly\"\n    ],\n    \"archgovanọ\": [\n        \"archgovernor\"\n    ],\n    \"ulo ulo\": [\n        \"archhouse\",\n        \"homebuild\",\n        \"homeground\"\n    ],\n    \"Archiannelida\": [\n        \"archiannelida\"\n    ],\n    \"ebe nchekwa\": [\n        \"archiater\",\n        \"archibenthal\",\n        \"archiheretical\",\n        \"archipresbyter\",\n        \"archipterygial\",\n        \"archives\",\n        \"birthstool\",\n        \"boycottage\",\n        \"cachalot\",\n        \"cache\",\n        \"cachepot\",\n        \"cachepots\",\n        \"caches\",\n        \"cachespell\",\n        \"cachet\",\n        \"cachets\",\n        \"defaces\",\n        \"hyperspace\",\n        \"hypodactylum\",\n        \"lavatories\",\n        \"observatory\",\n        \"proteranthous\",\n        \"securiferous\",\n        \"shellier\",\n        \"shelterage\",\n        \"shelterbelt\",\n        \"sheltery\",\n        \"sheltron\",\n        \"shelvings\",\n        \"stopboard\",\n        \"subspace\",\n        \"vendettas\",\n        \"vestuary\"\n    ],\n    \"nchekwa\": [\n        \"archibenthic\",\n        \"archipin\",\n        \"archiplata\",\n        \"archiver\",\n        \"archiving\",\n        \"armguard\",\n        \"blackguard\",\n        \"blackguardly\",\n        \"blackguardry\",\n        \"conservacy\",\n        \"conservation\",\n        \"conservational\",\n        \"conservations\",\n        \"conservatoire\",\n        \"conservatorship\",\n        \"filler\",\n        \"folders\",\n        \"harvardian\",\n        \"healthguard\",\n        \"kerve\",\n        \"membral\",\n        \"memory\",\n        \"nonreservation\",\n        \"outkeep\",\n        \"preservatory\",\n        \"preserveress\",\n        \"preservers\",\n        \"protectory\",\n        \"repositories\",\n        \"reservatory\",\n        \"safebreaking\",\n        \"safekeeper\",\n        \"safenesses\",\n        \"safety\",\n        \"safeties\",\n        \"saver\",\n        \"savers\",\n        \"secability\",\n        \"shelver\",\n        \"shelvers\",\n        \"sparer\",\n        \"stockkeeping\",\n        \"storage\",\n        \"vantguard\",\n        \"wardage\",\n        \"wardership\"\n    ],\n    \"Archiblastoma\": [\n        \"archiblastoma\"\n    ],\n    \"nchekwa akwụkwọ\": [\n        \"archiblastula\"\n    ],\n    \"Archibuteo\": [\n        \"archibuteo\"\n    ],\n    \"Archiepiscopacy\": [\n        \"archiepiscopacy\"\n    ],\n    \"Archiepiscopal\": [\n        \"archiepiscopal\"\n    ],\n    \"Archiepiscopality\": [\n        \"archiepiscopality\"\n    ],\n    \"Archiepiscopally\": [\n        \"archiepiscopally\"\n    ],\n    \"Archiepiscopate\": [\n        \"archiepiscopate\"\n    ],\n    \"akwukwo\": [\n        \"archilithic\",\n        \"bepaper\",\n        \"bookbinder\",\n        \"bookbindery\",\n        \"booker\",\n        \"bookfold\",\n        \"booky\",\n        \"bookishness\",\n        \"broadsheet\",\n        \"bulletin\",\n        \"bulletined\",\n        \"bulleting\",\n        \"bulletining\",\n        \"codebook\",\n        \"codebooks\",\n        \"collegatary\",\n        \"decertation\",\n        \"dissert\",\n        \"dissertate\",\n        \"dissertated\",\n        \"dissertating\",\n        \"dissertation\",\n        \"dissertative\",\n        \"documentize\",\n        \"draft\",\n        \"draught\",\n        \"epicarides\",\n        \"epicuticle\",\n        \"epineural\",\n        \"epistlar\",\n        \"epistle\",\n        \"epistler\",\n        \"handybook\",\n        \"handout\",\n        \"hornbooks\",\n        \"journ\",\n        \"leaf\",\n        \"leafage\",\n        \"leafages\",\n        \"leafed\",\n        \"leafen\",\n        \"leafer\",\n        \"leafy\",\n        \"leafiness\",\n        \"leafing\",\n        \"leafit\",\n        \"leafless\",\n        \"leaflike\",\n        \"leafs\",\n        \"lectionary\",\n        \"lister\",\n        \"literatos\",\n        \"literatus\",\n        \"nonbook\",\n        \"noncalumnious\",\n        \"notation\",\n        \"ovulum\",\n        \"paper\",\n        \"paperful\",\n        \"papery\",\n        \"papern\",\n        \"paperwork\",\n        \"parvise\",\n        \"periculum\",\n        \"schoolful\",\n        \"schoolish\",\n        \"schoolmastership\",\n        \"schooltide\",\n        \"scranch\",\n        \"spreadsheets\",\n        \"studentry\",\n        \"studentship\",\n        \"textbook\",\n        \"textlet\",\n        \"unpaper\",\n        \"verselet\"\n    ],\n    \"akwukwoatu\": [\n        \"archilute\"\n    ],\n    \"nkd\": [\n        \"archimedes\",\n        \"arksutite\",\n        \"dorsimeson\",\n        \"empeopled\"\n    ],\n    \"nnukwu oge\": [\n        \"archimime\",\n        \"archmime\",\n        \"bigthatch\"\n    ],\n    \"Archipallial\": [\n        \"archipallial\"\n    ],\n    \"Archipallium\": [\n        \"archipallium\"\n    ],\n    \"onye agwaetiti\": [\n        \"archipelagian\",\n        \"islanded\",\n        \"islander\",\n        \"islandman\"\n    ],\n    \"akipelagic\": [\n        \"archipelagic\"\n    ],\n    \"agwaetiti\": [\n        \"archipelago\",\n        \"archipelagoes\",\n        \"archipelagos\",\n        \"island\",\n        \"islandhood\",\n        \"islandy\",\n        \"islandic\",\n        \"islanding\",\n        \"islandish\",\n        \"islandlike\",\n        \"islandology\",\n        \"islandress\",\n        \"islandry\",\n        \"isle\",\n        \"isleta\",\n        \"isls\"\n    ],\n    \"Archiphoneme\": [\n        \"archiphoneme\"\n    ],\n    \"ebe nchekwa akwụkwọ\": [\n        \"archipterygium\"\n    ],\n    \"onye na-ese ụkpụrụ ụlọ\": [\n        \"architect\",\n        \"architectress\",\n        \"rchitect\"\n    ],\n    \"onye na-atụpụta ụkpụrụ ụlọ\": [\n        \"architective\",\n        \"architecturalist\"\n    ],\n    \"iwu ụlọ\": [\n        \"architectonica\"\n    ],\n    \"ụkpụrụ ụlọ\": [\n        \"architectonically\",\n        \"architectonics\",\n        \"architectural\",\n        \"architecturally\",\n        \"architectures\",\n        \"architecturesque\"\n    ],\n    \"ndị na-edepụta ụkpụrụ ụlọ\": [\n        \"architects\"\n    ],\n    \"ije\": [\n        \"architecture\",\n        \"architecure\",\n        \"faring\",\n        \"goog\",\n        \"journeymen\",\n        \"jugulation\",\n        \"marchen\",\n        \"marching\",\n        \"marchioness\",\n        \"movement\",\n        \"premotion\",\n        \"rupestrine\",\n        \"skiagraphy\"\n    ],\n    \"ndị omenkà\": [\n        \"architeuthis\",\n        \"artisans\",\n        \"artistes\",\n        \"craftsmen\",\n        \"craftspeople\",\n        \"cragsmen\",\n        \"draftsmen\",\n        \"inventresses\",\n        \"raftsmen\"\n    ],\n    \"onye na-ese ihe ngwa ngwa\": [\n        \"architypographer\"\n    ],\n    \"architraves\": [\n        \"architraval\",\n        \"architraved\"\n    ],\n    \"ebe nrụọrụ\": [\n        \"archivault\",\n        \"jobsite\"\n    ],\n    \"Archive\": [\n        \"archive\"\n    ],\n    \"edebe\": [\n        \"archived\",\n        \"cistic\",\n        \"deposited\",\n        \"depositee\",\n        \"reservedly\",\n        \"squillae\"\n    ],\n    \"ndị na-edebe akwụkwọ\": [\n        \"archivers\"\n    ],\n    \"onye na-edebe ihe\": [\n        \"archivist\",\n        \"keeperess\"\n    ],\n    \"ndị nchekwa\": [\n        \"archivists\",\n        \"reservists\",\n        \"secateurs\",\n        \"seculars\",\n        \"securers\"\n    ],\n    \"njiko jockey\": [\n        \"archjockey\"\n    ],\n    \"njikoka\": [\n        \"archlecher\",\n        \"archspy\"\n    ],\n    \"njiko okike\": [\n        \"archleveler\"\n    ],\n    \"ọkọlọtọ lexicographer\": [\n        \"archlexicographer\"\n    ],\n    \"igodo\": [\n        \"archly\",\n        \"barycenter\",\n        \"barycentre\",\n        \"bergerette\",\n        \"berglet\",\n        \"buttocker\",\n        \"buttonweed\",\n        \"butts\",\n        \"cangle\",\n        \"cantlet\",\n        \"carrells\",\n        \"carter\",\n        \"carvyl\",\n        \"cavettos\",\n        \"chaffs\",\n        \"counterend\",\n        \"counterscoff\",\n        \"cryptoglaux\",\n        \"crocketing\",\n        \"dost\",\n        \"furring\",\n        \"gibberish\",\n        \"interchase\",\n        \"jiggish\",\n        \"jiggit\",\n        \"jiggly\",\n        \"key\",\n        \"keid\",\n        \"keyhole\",\n        \"keylet\",\n        \"keyman\",\n        \"keymen\",\n        \"keymove\",\n        \"keys\",\n        \"keyset\",\n        \"keywd\",\n        \"keywrd\",\n        \"lasarwort\",\n        \"lassock\",\n        \"lassos\",\n        \"lotic\",\n        \"moots\",\n        \"navigableness\",\n        \"navigation\",\n        \"navigationally\",\n        \"readies\",\n        \"scraighing\",\n        \"skipkennel\",\n        \"snugging\",\n        \"squiblet\",\n        \"squirewise\",\n        \"swansdown\",\n        \"trifledom\",\n        \"trivirgate\",\n        \"twinier\"\n    ],\n    \"ngwa oru igwe\": [\n        \"archmachine\"\n    ],\n    \"ochimili\": [\n        \"archminister\"\n    ],\n    \"ọchịchị archmonarchy\": [\n        \"archmonarchy\"\n    ],\n    \"nkà mmụta ihe ochie\": [\n        \"archology\"\n    ],\n    \"archo\": [\n        \"archont\"\n    ],\n    \"akachpapist\": [\n        \"archpapist\"\n    ],\n    \"onyeisi ala\": [\n        \"archpatriarch\"\n    ],\n    \"ọkà ihe ọmụma\": [\n        \"archphilosopher\",\n        \"philologaster\",\n        \"philologer\",\n        \"philonoist\",\n        \"philosophaster\",\n        \"philosopher\",\n        \"philosopheress\",\n        \"philosophist\",\n        \"philosophister\",\n        \"philosophizer\"\n    ],\n    \"akukoukwu\": [\n        \"archpilferer\"\n    ],\n    \"archillar\": [\n        \"archpillar\"\n    ],\n    \"onye okacha mara\": [\n        \"archplagiarist\",\n        \"archplayer\",\n        \"librettist\"\n    ],\n    \"onyekachi\": [\n        \"archplunderer\",\n        \"catskinner\",\n        \"caunter\",\n        \"cespitosely\",\n        \"cicatrizate\",\n        \"citoler\",\n        \"corticoefferent\",\n        \"cotyledon\",\n        \"cotoneaster\",\n        \"cotonier\",\n        \"elutriator\",\n        \"elvanite\",\n        \"eoghanacht\",\n        \"goniotropous\",\n        \"gormandiser\",\n        \"gortonian\",\n        \"gulist\",\n        \"jiggerer\",\n        \"lobsterman\",\n        \"miraculist\",\n        \"ravisher\",\n        \"rittmaster\",\n        \"tripylarian\"\n    ],\n    \"dibia iwu\": [\n        \"archpolitician\"\n    ],\n    \"nkà\": [\n        \"archpractice\",\n        \"proficiency\",\n        \"proficiencies\",\n        \"proficientness\",\n        \"skilfulness\",\n        \"skilligalee\",\n        \"skillings\",\n        \"skills\",\n        \"skiorings\",\n        \"skives\",\n        \"skraelling\",\n        \"talented\",\n        \"talenting\",\n        \"techily\"\n    ],\n    \"ịkọwa ihe\": [\n        \"archprelate\",\n        \"farcicalness\",\n        \"indescriptive\",\n        \"labiovelarizing\",\n        \"marprelate\",\n        \"overplain\",\n        \"philogarlic\",\n        \"platitudinisation\",\n        \"platitudinising\",\n        \"prankish\",\n        \"spinulosogranulate\"\n    ],\n    \"ọrụ ndị nchụ aja\": [\n        \"archpriestship\"\n    ],\n    \"akachukwu\": [\n        \"archprimate\",\n        \"chylomicron\",\n        \"fadmongery\",\n        \"gallophobe\",\n        \"galvanoplasty\",\n        \"pachytene\",\n        \"rhombohedral\",\n        \"trihedra\"\n    ],\n    \"artikke\": [\n        \"archprophet\"\n    ],\n    \"obodo ukwu\": [\n        \"archpublican\",\n        \"archpuritan\",\n        \"metropoleis\",\n        \"metropolic\",\n        \"metropolis\",\n        \"metropolises\",\n        \"metropolitanism\",\n        \"metropolitanship\",\n        \"metropolite\",\n        \"metropolitic\",\n        \"metropolitical\",\n        \"metropolitically\"\n    ],\n    \"ọchụnta ego\": [\n        \"archrepresentative\",\n        \"businessman\",\n        \"entrepeneur\",\n        \"entrepreneur\"\n    ],\n    \"ihechighari\": [\n        \"archsacrificer\"\n    ],\n    \"njiko ihe\": [\n        \"archsewer\"\n    ],\n    \"achi onye ọzụzụ atụrụ\": [\n        \"archshepherd\"\n    ],\n    \"njiko na\": [\n        \"archsin\"\n    ],\n    \"ụlọ nzukọ ụlọ arch\": [\n        \"archsynagogue\"\n    ],\n    \"onye ekpomoko\": [\n        \"archswindler\"\n    ],\n    \"ihe njide ihe\": [\n        \"archtempter\"\n    ],\n    \"njiko ohi\": [\n        \"archthief\"\n    ],\n    \"njide aka ike\": [\n        \"archtyrant\"\n    ],\n    \"ọkaibe\": [\n        \"archtraitor\",\n        \"coadventurer\",\n        \"gemellion\",\n        \"orator\",\n        \"outshift\",\n        \"philosophistic\",\n        \"potpourri\",\n        \"sophistic\",\n        \"sophisticant\",\n        \"sophisticate\",\n        \"sophisticated\",\n        \"sophisticatedly\",\n        \"sophisticates\",\n        \"sophisticating\",\n        \"sophistication\",\n        \"sophisticator\",\n        \"sophisticism\",\n        \"styceric\",\n        \"superconformist\",\n        \"superterrestial\",\n        \"topnotch\"\n    ],\n    \"njiko akuko\": [\n        \"archtreasurer\"\n    ],\n    \"onyechichukwu\": [\n        \"archurger\",\n        \"megatherian\"\n    ],\n    \"onyechi nwoke\": [\n        \"archvestryman\",\n        \"wherryman\"\n    ],\n    \"archvillain\": [\n        \"archvillainy\"\n    ],\n    \"njiko onye nleta\": [\n        \"archvisitor\"\n    ],\n    \"nwunye nwanyi\": [\n        \"archwife\",\n        \"fishwife\",\n        \"housemistress\"\n    ],\n    \"onye oru aka\": [\n        \"archworker\",\n        \"handworker\",\n        \"handworkman\"\n    ],\n    \"arcife ihe\": [\n        \"arciferous\"\n    ],\n    \"ichi\": [\n        \"arcite\",\n        \"arracach\",\n        \"besogne\",\n        \"besquib\",\n        \"clumping\",\n        \"constate\",\n        \"deworming\",\n        \"disseise\",\n        \"dragade\",\n        \"fadge\",\n        \"flemishing\",\n        \"garnering\",\n        \"gigge\",\n        \"gighe\",\n        \"gimping\",\n        \"glade\",\n        \"glair\",\n        \"graving\",\n        \"grignet\",\n        \"grimoire\",\n        \"grinter\",\n        \"gritting\",\n        \"grubbing\",\n        \"grutching\",\n        \"guying\",\n        \"gumby\",\n        \"gumbolike\",\n        \"gumshoed\",\n        \"gumtrees\",\n        \"icily\",\n        \"iciness\",\n        \"icing\",\n        \"iconophily\",\n        \"itemed\",\n        \"masoning\",\n        \"masonrying\",\n        \"morigerate\",\n        \"oxcheek\",\n        \"presoak\",\n        \"quelme\",\n        \"ratching\",\n        \"reignite\",\n        \"roasting\",\n        \"scrappet\",\n        \"seech\",\n        \"simitars\",\n        \"timocracy\",\n        \"vestryize\",\n        \"whamp\"\n    ],\n    \"arc ogologo\": [\n        \"arclength\"\n    ],\n    \"arco centrum\": [\n        \"arcocentrum\"\n    ],\n    \"arks\": [\n        \"arcos\",\n        \"arcose\"\n    ],\n    \"arksine\": [\n        \"arcsine\"\n    ],\n    \"Ihe\": [\n        \"arctan\",\n        \"bec\",\n        \"becasse\",\n        \"bechance\",\n        \"becry\",\n        \"deul\",\n        \"emic\",\n        \"fils\",\n        \"harkens\",\n        \"incuss\",\n        \"plf\",\n        \"tams\",\n        \"tics\"\n    ],\n    \"artiktar\": [\n        \"arctangent\"\n    ],\n    \"aro\": [\n        \"arctation\",\n        \"arcus\",\n        \"aroar\",\n        \"aroph\",\n        \"arrope\",\n        \"arrowlet\",\n        \"arvos\",\n        \"recommendations\",\n        \"recommissions\",\n        \"shaft\",\n        \"suggesta\",\n        \"suggested\",\n        \"suggestedness\",\n        \"suggester\",\n        \"suggestibility\",\n        \"suggestion\",\n        \"suggestionability\",\n        \"suggestionism\",\n        \"suggestions\",\n        \"suggestivity\",\n        \"suggestment\"\n    ],\n    \"Omenala\": [\n        \"arctian\",\n        \"areocentric\",\n        \"armenic\",\n        \"armenite\",\n        \"bohemianism\",\n        \"countercultural\",\n        \"cultelli\",\n        \"culture\",\n        \"culturine\",\n        \"culturological\",\n        \"customhouse\",\n        \"customhouses\",\n        \"extracultural\",\n        \"folkishness\",\n        \"homochrome\",\n        \"luddite\",\n        \"ludicrosities\",\n        \"ostreicultural\",\n        \"outtonguing\",\n        \"oversells\",\n        \"phenocryst\",\n        \"poltroonishness\",\n        \"rithe\",\n        \"runesmith\",\n        \"submedian\",\n        \"tilture\",\n        \"traditionitis\",\n        \"ultramasculinity\",\n        \"underhangmen\",\n        \"usualism\",\n        \"varioliform\",\n        \"vulcanizer\",\n        \"vulvovaginal\",\n        \"welshery\",\n        \"westerwards\"\n    ],\n    \"ọkachamara\": [\n        \"arctician\",\n        \"consultary\",\n        \"expert\",\n        \"expertised\",\n        \"expertly\",\n        \"expertship\",\n        \"extraprofessional\",\n        \"interprofessional\",\n        \"overspecializes\",\n        \"paraprofessional\",\n        \"paraprofessionals\",\n        \"proconfessionist\",\n        \"profectional\",\n        \"professional\",\n        \"professionalisation\",\n        \"professionalise\",\n        \"professionalised\",\n        \"professionalising\",\n        \"professionalism\",\n        \"professionalist\",\n        \"professionalists\",\n        \"professionalization\",\n        \"professionalized\",\n        \"professionalizing\",\n        \"professionals\",\n        \"professionist\",\n        \"professorialism\",\n        \"specialest\",\n        \"specialising\",\n        \"specialist\",\n        \"specialistic\",\n        \"specialists\",\n        \"specializations\",\n        \"specializing\",\n        \"speciated\",\n        \"speciational\",\n        \"subprofessional\",\n        \"tactician\",\n        \"tactualist\",\n        \"technicalist\",\n        \"technician\",\n        \"vizard\",\n        \"vocationalist\",\n        \"wizardry\",\n        \"wizardries\",\n        \"wizens\"\n    ],\n    \"artiki\": [\n        \"arctics\"\n    ],\n    \"Arcticward\": [\n        \"arcticward\"\n    ],\n    \"artik\": [\n        \"arctiid\",\n        \"argyric\",\n        \"arrant\",\n        \"artlet\"\n    ],\n    \"artium\": [\n        \"arctium\"\n    ],\n    \"artikcephalus\": [\n        \"arctocephalus\"\n    ],\n    \"artodagae\": [\n        \"arctogaea\"\n    ],\n    \"artogogaan\": [\n        \"arctogaean\"\n    ],\n    \"artikt\": [\n        \"arctoid\"\n    ],\n    \"artizọ\": [\n        \"arctos\"\n    ],\n    \"artikia\": [\n        \"arcturia\"\n    ],\n    \"artiktọs\": [\n        \"arcturus\"\n    ],\n    \"ejikere\": [\n        \"arcuated\",\n        \"armed\",\n        \"armful\",\n        \"armillated\",\n        \"armored\",\n        \"armoured\",\n        \"cowgate\",\n        \"grooming\",\n        \"oxcart\",\n        \"raggedly\",\n        \"rattlebrained\",\n        \"readorned\",\n        \"rifely\"\n    ],\n    \"arpọbos\": [\n        \"arcubos\"\n    ],\n    \"ịkọ\": [\n        \"arcula\",\n        \"baling\",\n        \"birring\",\n        \"corticating\",\n        \"divined\",\n        \"inkling\",\n        \"prigging\",\n        \"wicking\"\n    ],\n    \"ogbechi\": [\n        \"ardass\",\n        \"ginghams\",\n        \"southernness\"\n    ],\n    \"ardassin\": [\n        \"ardassine\"\n    ],\n    \"ardeb\": [\n        \"ardebs\"\n    ],\n    \"arden\": [\n        \"ardencies\"\n    ],\n    \"ịdị ọkụ n'obi\": [\n        \"ardently\"\n    ],\n    \"arderi\": [\n        \"arder\"\n    ],\n    \"acha\": [\n        \"ardish\",\n        \"bedewer\",\n        \"cloured\",\n        \"colocated\",\n        \"colorable\",\n        \"colorably\",\n        \"colored\",\n        \"coloreds\",\n        \"colorfully\",\n        \"colorific\",\n        \"colorum\",\n        \"coloured\",\n        \"colourfully\",\n        \"glen\",\n        \"glene\",\n        \"yellowish\",\n        \"particled\",\n        \"pignoration\",\n        \"roughtailed\",\n        \"scarred\",\n        \"trophosome\"\n    ],\n    \"tara akpụ\": [\n        \"arduous\"\n    ],\n    \"ike ọgwụgwụ\": [\n        \"arduousness\",\n        \"boreism\",\n        \"depauperation\",\n        \"eeriness\",\n        \"eerinesses\",\n        \"exhauster\",\n        \"exhaustibility\",\n        \"exhaustivity\",\n        \"exhaustlessness\",\n        \"exhausts\",\n        \"fainaigue\",\n        \"fatigability\",\n        \"fatigableness\",\n        \"fatiguability\",\n        \"fatiguabilities\",\n        \"fatiguable\",\n        \"fatigue\",\n        \"fatigueless\",\n        \"feeblemindedness\",\n        \"feebleness\",\n        \"feebler\",\n        \"feebly\",\n        \"formidability\",\n        \"forweary\",\n        \"laboulbeniaceous\",\n        \"languishment\",\n        \"lethargy\",\n        \"lethargically\",\n        \"lethargicalness\",\n        \"lethargies\",\n        \"overfatigue\",\n        \"overhastiness\",\n        \"tensileness\",\n        \"tiredness\",\n        \"tirelessness\",\n        \"tireling\",\n        \"totteriness\",\n        \"ultrabrilliant\",\n        \"unfatigue\",\n        \"unwearying\",\n        \"unweariness\",\n        \"weariableness\",\n        \"wearily\",\n        \"weariness\",\n        \"wearishly\"\n    ],\n    \"na-agwụ ike\": [\n        \"ardurous\",\n        \"boring\",\n        \"boringly\",\n        \"dehiscent\",\n        \"desulfurizing\",\n        \"dingily\",\n        \"exhalent\",\n        \"exhaustable\",\n        \"exhaustible\",\n        \"exhausting\",\n        \"exhaustingly\",\n        \"exhaustive\",\n        \"fatiguing\",\n        \"ferrivorous\",\n        \"goring\",\n        \"grueling\",\n        \"gruelling\",\n        \"laborsome\",\n        \"laboursome\",\n        \"lethargising\",\n        \"onerous\",\n        \"outtiring\",\n        \"tantaliferous\",\n        \"tediously\",\n        \"tiredly\",\n        \"tiresome\",\n        \"tiring\",\n        \"tyring\",\n        \"tiringly\",\n        \"toilingly\",\n        \"toilsome\",\n        \"understuffing\",\n        \"ungyrating\",\n        \"wearisome\"\n    ],\n    \"Mpaghara\": [\n        \"area\",\n        \"arew\",\n        \"scenes\",\n        \"zones\"\n    ],\n    \"mpaghara\": [\n        \"areae\",\n        \"compartmentally\",\n        \"constituency\",\n        \"constituencies\",\n        \"countywide\",\n        \"districtly\",\n        \"loca\",\n        \"local\",\n        \"locale\",\n        \"localled\",\n        \"locanda\",\n        \"locrine\",\n        \"locules\",\n        \"locum\",\n        \"locums\",\n        \"nobackspace\",\n        \"precinct\",\n        \"precinction\",\n        \"precincts\",\n        \"provincial\",\n        \"provinciate\",\n        \"region\",\n        \"regional\",\n        \"regionalism\",\n        \"regionalized\",\n        \"regionals\",\n        \"regionary\",\n        \"regioned\",\n        \"regions\",\n        \"sector\",\n        \"sectoral\",\n        \"subareas\",\n        \"subcommunity\",\n        \"subdistricts\",\n        \"subprovinces\",\n        \"subsphere\",\n        \"suburb\",\n        \"suburbed\",\n        \"zone\"\n    ],\n    \"ịdị adị\": [\n        \"areality\",\n        \"bleakness\",\n        \"eidolism\",\n        \"ethereality\",\n        \"etherealness\",\n        \"existability\",\n        \"existence\",\n        \"existences\",\n        \"existentialism\",\n        \"girllikeness\",\n        \"homologise\",\n        \"indirectness\",\n        \"loaminess\",\n        \"moderatism\",\n        \"nasality\",\n        \"naturalness\",\n        \"presubsistence\",\n        \"routineness\",\n        \"sameness\",\n        \"samenesses\",\n        \"seraphicness\",\n        \"somethingness\",\n        \"suboppositeness\",\n        \"sulphureity\",\n        \"sulphurity\",\n        \"taniness\",\n        \"treelikeness\",\n        \"unetherealness\",\n        \"wankliness\"\n    ],\n    \"ama\": [\n        \"areally\",\n        \"barrace\",\n        \"barrack\",\n        \"betrousered\",\n        \"booted\",\n        \"bopped\",\n        \"bucked\",\n        \"celebres\",\n        \"celebret\",\n        \"celebrious\",\n        \"celebrity\",\n        \"cerilla\",\n        \"cerillo\",\n        \"civies\",\n        \"coven\",\n        \"crowdle\",\n        \"cues\",\n        \"dapped\",\n        \"deled\",\n        \"delved\",\n        \"eident\",\n        \"elric\",\n        \"everness\",\n        \"fame\",\n        \"fameworthy\",\n        \"famous\",\n        \"famously\",\n        \"famousness\",\n        \"flew\",\n        \"glassily\",\n        \"hadst\",\n        \"yowed\",\n        \"macled\",\n        \"mainprised\",\n        \"notable\",\n        \"nothous\",\n        \"notorious\",\n        \"pithed\",\n        \"prominence\",\n        \"prominency\",\n        \"prominent\",\n        \"regardant\",\n        \"renowns\",\n        \"reputable\",\n        \"roques\",\n        \"sialia\",\n        \"tate\",\n        \"tenebrously\",\n        \"throned\",\n        \"tussled\",\n        \"underweft\",\n        \"underwent\",\n        \"warped\",\n        \"waspishly\",\n        \"wasterfully\"\n    ],\n    \"agwa\": [\n        \"arean\",\n        \"assort\",\n        \"assorters\",\n        \"bean\",\n        \"beaned\",\n        \"beaner\",\n        \"beaners\",\n        \"beany\",\n        \"beanlike\",\n        \"beanos\",\n        \"beanpole\",\n        \"beanpoles\",\n        \"beans\",\n        \"brans\",\n        \"calendered\",\n        \"calends\",\n        \"character\",\n        \"characterful\",\n        \"charactery\",\n        \"characteries\",\n        \"characterism\",\n        \"characteristically\",\n        \"characterizers\",\n        \"communed\",\n        \"conferred\",\n        \"conferree\",\n        \"doand\",\n        \"habitant\",\n        \"habitus\",\n        \"natureliked\",\n        \"oracles\",\n        \"pea\",\n        \"pean\",\n        \"peltasts\",\n        \"tellies\",\n        \"tells\",\n        \"tellsome\"\n    ],\n    \"onyenwenu\": [\n        \"areasoner\",\n        \"experimentalist\",\n        \"lordlier\",\n        \"lordliest\",\n        \"lordliness\",\n        \"mnemonicalist\",\n        \"theriolater\",\n        \"whartonian\",\n        \"winebrennerian\"\n    ],\n    \"elu mmiri\": [\n        \"areawide\",\n        \"bloat\",\n        \"seafloors\",\n        \"seidels\",\n        \"upfloat\"\n    ],\n    \"Onodi\": [\n        \"arecaceous\",\n        \"blats\",\n        \"boccale\",\n        \"butyraceous\",\n        \"farrows\",\n        \"outthrob\",\n        \"placid\",\n        \"polariton\",\n        \"poriomanic\",\n        \"prostatic\",\n        \"prostatitic\",\n        \"undercellarer\"\n    ],\n    \"ịcaineụ ọgwụ\": [\n        \"arecaine\"\n    ],\n    \"AKA\": [\n        \"ared\"\n    ],\n    \"ihe na-eme\": [\n        \"arefact\",\n        \"busybodies\",\n        \"happenings\",\n        \"proteoclastic\",\n        \"pullulation\",\n        \"trippings\"\n    ],\n    \"Igha\": [\n        \"arefy\",\n        \"arend\",\n        \"arette\",\n        \"beneventan\",\n        \"croydon\",\n        \"dallying\",\n        \"dansant\",\n        \"debout\",\n        \"decanate\",\n        \"decanes\",\n        \"demipauldron\",\n        \"dette\",\n        \"ding\",\n        \"disadvise\",\n        \"dithalous\",\n        \"ditty\",\n        \"dozenths\",\n        \"droning\",\n        \"dup\",\n        \"embussing\",\n        \"erke\",\n        \"ferd\",\n        \"fickle\",\n        \"gulfing\",\n        \"hederaceous\",\n        \"interlaces\",\n        \"ironhard\",\n        \"lignified\",\n        \"outwalking\",\n        \"pilcherd\",\n        \"pilfered\",\n        \"pilularia\",\n        \"potshard\",\n        \"putriform\",\n        \"quillaia\",\n        \"recon\",\n        \"sclaffer\",\n        \"sclaffing\",\n        \"stearic\",\n        \"steckling\",\n        \"steeking\",\n        \"stodgy\",\n        \"stollens\",\n        \"stratic\",\n        \"striolated\",\n        \"strontic\",\n        \"strude\",\n        \"strudel\",\n        \"studdle\",\n        \"stuphe\",\n        \"thinclads\",\n        \"threave\",\n        \"thronal\",\n        \"twoness\",\n        \"underreach\",\n        \"whorish\"\n    ],\n    \"Agg\": [\n        \"areg\"\n    ],\n    \"aregwo\": [\n        \"aregeneratory\"\n    ],\n    \"ama egwuregwu\": [\n        \"arena\",\n        \"chorioretinal\",\n        \"pitchfield\",\n        \"playfield\",\n        \"playground\",\n        \"playgrounds\",\n        \"playlands\",\n        \"stadium\",\n        \"stadiums\",\n        \"stageland\"\n    ],\n    \"Arena\": [\n        \"arenae\"\n    ],\n    \"ihe ndia\": [\n        \"arenarious\",\n        \"bardling\",\n        \"sonorescence\",\n        \"thecoglossate\"\n    ],\n    \"ogige\": [\n        \"arenas\",\n        \"barracks\",\n        \"byard\",\n        \"camlets\",\n        \"campgrounds\",\n        \"camps\",\n        \"campuses\",\n        \"complexes\",\n        \"compounds\",\n        \"courtyard\",\n        \"courtyards\",\n        \"courtney\",\n        \"cowyard\",\n        \"enclosures\",\n        \"garfield\",\n        \"garrison\",\n        \"jailyard\",\n        \"juncus\",\n        \"park\",\n        \"parkas\",\n        \"parkings\",\n        \"parkway\",\n        \"parkways\",\n        \"premies\",\n        \"premious\",\n        \"premises\",\n        \"premiss\",\n        \"spayard\",\n        \"steelyards\",\n        \"tanyard\",\n        \"tanyards\",\n        \"tiltyards\",\n        \"willyard\"\n    ],\n    \"ndiigbo\": [\n        \"arenicolous\",\n        \"areopagist\",\n        \"argeers\",\n        \"benighting\",\n        \"bidarkees\",\n        \"bokos\",\n        \"boulangist\",\n        \"bunters\",\n        \"calombo\",\n        \"caperbush\",\n        \"capernutie\",\n        \"capparidaceous\",\n        \"capsomers\",\n        \"cavalero\",\n        \"cavallies\",\n        \"cavorters\",\n        \"cavorts\",\n        \"cenobe\",\n        \"cisoceanic\",\n        \"cystidean\",\n        \"coagulants\",\n        \"cotoros\",\n        \"cotoxo\",\n        \"cotswold\",\n        \"cotterel\",\n        \"couteaux\",\n        \"covido\",\n        \"cumberworld\",\n        \"darwinists\",\n        \"defeatism\",\n        \"dicoelious\",\n        \"dictatrix\",\n        \"dictyopteris\",\n        \"dirdums\",\n        \"dolomites\",\n        \"dreidels\",\n        \"drepanaspis\",\n        \"drepanis\",\n        \"ethicosocial\",\n        \"gabbards\",\n        \"gabbers\",\n        \"gabeller\",\n        \"gibbals\",\n        \"harbingers\",\n        \"harpooners\",\n        \"highdaddies\",\n        \"yakkers\",\n        \"yinst\",\n        \"imidic\",\n        \"jibbings\",\n        \"jugglings\",\n        \"kalumpang\",\n        \"kalumpit\",\n        \"ladybugs\",\n        \"manatees\",\n        \"nabob\",\n        \"nabobesses\",\n        \"nabobish\",\n        \"negroids\",\n        \"plegadis\",\n        \"sloopmen\",\n        \"stemmers\",\n        \"thecasporal\",\n        \"thecasporous\",\n        \"trictracs\",\n        \"vasoconstrictor\"\n    ],\n    \"Ebe a\": [\n        \"arenite\",\n        \"cresotate\",\n        \"crofting\",\n        \"here\",\n        \"hereagain\",\n        \"hereford\",\n        \"herefords\",\n        \"hereout\",\n        \"hereright\",\n        \"hither\",\n        \"issite\",\n        \"outcrops\",\n        \"stertorously\",\n        \"thisbe\"\n    ],\n    \"obodo\": [\n        \"areographic\",\n        \"bungtown\",\n        \"cilectomy\",\n        \"citational\",\n        \"city\",\n        \"citycism\",\n        \"citydom\",\n        \"citied\",\n        \"cities\",\n        \"cityful\",\n        \"cityish\",\n        \"cityness\",\n        \"citynesses\",\n        \"cityward\",\n        \"citywards\",\n        \"citywide\",\n        \"citrals\",\n        \"citrination\",\n        \"citrines\",\n        \"citruses\",\n        \"cittern\",\n        \"citterns\",\n        \"civ\",\n        \"civical\",\n        \"civically\",\n        \"civicism\",\n        \"civicisms\",\n        \"civics\",\n        \"civil\",\n        \"civile\",\n        \"civiler\",\n        \"civilest\",\n        \"civilianization\",\n        \"civilianize\",\n        \"civility\",\n        \"civilly\",\n        \"civism\",\n        \"civitan\",\n        \"civitas\",\n        \"civite\",\n        \"civory\",\n        \"civvy\",\n        \"civvies\",\n        \"communes\",\n        \"communisteries\",\n        \"community\",\n        \"communities\",\n        \"communitywide\",\n        \"concatenary\",\n        \"counternatural\",\n        \"country\",\n        \"countrie\",\n        \"countryseat\",\n        \"countryward\",\n        \"cowtown\",\n        \"domesticity\",\n        \"domesticities\",\n        \"engaol\",\n        \"guland\",\n        \"hamlet\",\n        \"hamlets\",\n        \"hometown\",\n        \"hometowns\",\n        \"intercommunal\",\n        \"intercommunities\",\n        \"interglandular\",\n        \"interprovincial\",\n        \"interstade\",\n        \"interstate\",\n        \"intertown\",\n        \"kantry\",\n        \"localing\",\n        \"localises\",\n        \"localising\",\n        \"localisms\",\n        \"locality\",\n        \"localities\",\n        \"localizations\",\n        \"locational\",\n        \"locatives\",\n        \"lochan\",\n        \"locoweeds\",\n        \"locrian\",\n        \"loculament\",\n        \"loculamentose\",\n        \"loculamentous\",\n        \"locular\",\n        \"loculed\",\n        \"loculi\",\n        \"loculicidal\",\n        \"loculicidally\",\n        \"loculus\",\n        \"locuplete\",\n        \"locutoria\",\n        \"metatitanate\",\n        \"municipality\",\n        \"municipia\",\n        \"nationalizations\",\n        \"pitarah\",\n        \"pituital\",\n        \"pituite\",\n        \"procathedral\",\n        \"procathedrals\",\n        \"semirepublic\",\n        \"settlements\",\n        \"societies\",\n        \"socmanry\",\n        \"statecraft\",\n        \"stateway\",\n        \"teagueland\",\n        \"town\",\n        \"towned\",\n        \"townee\",\n        \"townful\",\n        \"townhood\",\n        \"towny\",\n        \"townie\",\n        \"townies\",\n        \"townified\",\n        \"townifying\",\n        \"towniness\",\n        \"townish\",\n        \"townishness\",\n        \"townlet\",\n        \"townlets\",\n        \"townly\",\n        \"townling\",\n        \"towns\",\n        \"townsendite\",\n        \"townships\",\n        \"townside\",\n        \"townsite\",\n        \"townward\",\n        \"townwards\",\n        \"umland\",\n        \"unstates\",\n        \"villa\",\n        \"villadom\",\n        \"villae\",\n        \"village\",\n        \"villagehood\",\n        \"villagery\",\n        \"villagy\",\n        \"villainage\",\n        \"villainesses\",\n        \"villate\"\n    ],\n    \"edozie\": [\n        \"areolate\",\n        \"normed\",\n        \"presubstitute\",\n        \"suballocate\",\n        \"suballocated\",\n        \"subediting\",\n        \"subtiliate\",\n        \"uncorroded\",\n        \"undercorrect\",\n        \"undogmatic\",\n        \"unicostate\",\n        \"uniformalize\"\n    ],\n    \"chielo\": [\n        \"areolated\"\n    ],\n    \"agbasaala\": [\n        \"areolation\",\n        \"extoolitic\",\n        \"nongranulated\",\n        \"spreed\"\n    ],\n    \"areola\": [\n        \"areole\"\n    ],\n    \"areolas\": [\n        \"areoles\"\n    ],\n    \"areolae\": [\n        \"areolet\"\n    ],\n    \"isiokwu\": [\n        \"areologic\",\n        \"article\",\n        \"articled\",\n        \"articles\",\n        \"articling\",\n        \"catchword\",\n        \"chaptering\",\n        \"clausal\",\n        \"codeword\",\n        \"entitled\",\n        \"headings\",\n        \"headline\",\n        \"headlines\",\n        \"keyword\",\n        \"maintopmast\",\n        \"subface\",\n        \"subject\",\n        \"subjectable\",\n        \"subjectible\",\n        \"subjectification\",\n        \"subjectifying\",\n        \"subjecting\",\n        \"subjectlike\",\n        \"subjects\",\n        \"subtext\",\n        \"tabular\",\n        \"theasum\",\n        \"thematic\",\n        \"thematical\",\n        \"thematist\",\n        \"theme\",\n        \"themelet\",\n        \"theodoric\",\n        \"theromorphic\",\n        \"thyridial\",\n        \"titleboard\",\n        \"titleproof\",\n        \"topic\",\n        \"topics\",\n        \"topline\",\n        \"toponymous\",\n        \"topotypic\",\n        \"topotypical\",\n        \"tropologic\",\n        \"underface\"\n    ],\n    \"temometa\": [\n        \"areometer\",\n        \"thanatometer\",\n        \"thermometer\",\n        \"thermometers\",\n        \"thermometry\",\n        \"thermometric\",\n        \"thermometrical\",\n        \"tribometer\",\n        \"tropometer\"\n    ],\n    \"akara ngosi\": [\n        \"areometry\",\n        \"countersignatures\",\n        \"daymark\",\n        \"decimalism\",\n        \"demarcature\",\n        \"eikons\",\n        \"endfile\",\n        \"exumbrella\",\n        \"halluces\",\n        \"icon\",\n        \"icones\",\n        \"iconian\",\n        \"iconic\",\n        \"iconical\",\n        \"iconically\",\n        \"iconicity\",\n        \"iconism\",\n        \"iconoclast\",\n        \"iconoclasts\",\n        \"iconodule\",\n        \"iconodulic\",\n        \"iconographies\",\n        \"iconometry\",\n        \"iconometric\",\n        \"iconostases\",\n        \"iconotype\",\n        \"iconv\",\n        \"iconvert\",\n        \"landmarks\",\n        \"prefigure\",\n        \"prefigurement\",\n        \"prefigures\",\n        \"premixes\",\n        \"proministry\",\n        \"pugmarks\",\n        \"scoreboard\",\n        \"semilens\",\n        \"signboard\",\n        \"symmetries\"\n    ],\n    \"Uzoukwu\": [\n        \"areopagy\",\n        \"areopagus\",\n        \"areostyle\",\n        \"boronia\",\n        \"brevi\",\n        \"crosstail\",\n        \"crosstalk\",\n        \"hexahydrate\",\n        \"hypsistenocephaly\",\n        \"hyrst\",\n        \"isophylly\",\n        \"khandait\",\n        \"kyanizes\",\n        \"mizzentopman\",\n        \"quebrachamine\",\n        \"sorosil\",\n        \"sphacelia\",\n        \"stepway\",\n        \"tordrillite\",\n        \"tridrachm\",\n        \"trompil\"\n    ],\n    \"Isosystyle\": [\n        \"areosystyle\"\n    ],\n    \"Iche\": [\n        \"aret\",\n        \"distich\"\n    ],\n    \"Ọkwa\": [\n        \"aretaics\",\n        \"prosodic\",\n        \"prosodist\",\n        \"prosodus\",\n        \"pulsers\"\n    ],\n    \"arendusa\": [\n        \"arethusa\",\n        \"arethusas\",\n        \"arethuse\"\n    ],\n    \"Arenian\": [\n        \"aretinian\"\n    ],\n    \"arochukwu\": [\n        \"arfvedsonite\",\n        \"misanthrope\"\n    ],\n    \"igha\": [\n        \"argean\",\n        \"bergama\",\n        \"erugation\",\n        \"eunice\",\n        \"habilimented\",\n        \"haustral\",\n        \"thalasso\",\n        \"trivirga\",\n        \"urger\",\n        \"urrhodinic\",\n        \"whorishly\",\n        \"whorry\"\n    ],\n    \"mgbagha\": [\n        \"argentation\",\n        \"argumentum\",\n        \"argutation\",\n        \"concussion\",\n        \"concussional\",\n        \"concussions\",\n        \"confraction\",\n        \"conjectural\",\n        \"contortions\",\n        \"contortively\",\n        \"contrafocal\",\n        \"contramure\",\n        \"contratempo\",\n        \"contravindication\",\n        \"contrecoup\",\n        \"contrectation\",\n        \"controversially\",\n        \"contuse\",\n        \"contusion\",\n        \"conundrums\",\n        \"conversus\",\n        \"convolvuluses\",\n        \"countereffort\",\n        \"counterextension\",\n        \"distrainment\",\n        \"eumycetic\",\n        \"exormia\",\n        \"falcunculus\",\n        \"hylicism\",\n        \"logic\",\n        \"logicalization\",\n        \"logicise\",\n        \"logicises\",\n        \"logicising\",\n        \"logicism\",\n        \"logicizing\",\n        \"percussiveness\",\n        \"psychurgy\"\n    ],\n    \"argentine\": [\n        \"argentinean\",\n        \"argentines\"\n    ],\n    \"ndị Argentina\": [\n        \"argentineans\"\n    ],\n    \"Argentine\": [\n        \"argentinian\"\n    ],\n    \"argentometa\": [\n        \"argentometer\"\n    ],\n    \"Nwagbara\": [\n        \"argyll\",\n        \"ariose\",\n        \"auslaut\",\n        \"aussies\",\n        \"embraceorr\",\n        \"embroglio\",\n        \"pyrroline\",\n        \"tatterwag\"\n    ],\n    \"argili\": [\n        \"argils\"\n    ],\n    \"arginine\": [\n        \"argin\",\n        \"argine\"\n    ],\n    \"arginase\": [\n        \"arginases\"\n    ],\n    \"na-atụ egwu\": [\n        \"argling\",\n        \"bemocking\",\n        \"cringing\",\n        \"dights\",\n        \"fearbabe\",\n        \"feared\",\n        \"fearing\",\n        \"fretting\",\n        \"overaccentuating\",\n        \"overexuberant\",\n        \"overliing\",\n        \"perkingly\",\n        \"scanting\",\n        \"scantly\",\n        \"waibling\"\n    ],\n    \"argoliyan\": [\n        \"argolian\"\n    ],\n    \"argoli\": [\n        \"argols\"\n    ],\n    \"Argovian\": [\n        \"argovian\"\n    ],\n    \"rụrụ ụka\": [\n        \"arguable\",\n        \"argued\",\n        \"argues\",\n        \"argufied\",\n        \"argufies\",\n        \"disputed\",\n        \"quarreled\",\n        \"quarrelled\"\n    ],\n    \"n'arụ ụka\": [\n        \"arguably\",\n        \"arguitively\",\n        \"argumentatively\",\n        \"disputatively\"\n    ],\n    \"na-arụ ụka\": [\n        \"argue\",\n        \"arguer\",\n        \"arguers\",\n        \"argufy\",\n        \"argufying\",\n        \"arguing\",\n        \"argumentatory\",\n        \"debating\",\n        \"debatingly\",\n        \"disputatious\",\n        \"disputing\",\n        \"unarguing\"\n    ],\n    \"ịgbachi\": [\n        \"arguendo\"\n    ],\n    \"onye na-ese okwu\": [\n        \"argufier\",\n        \"brangler\",\n        \"cephalomant\",\n        \"confrontationist\",\n        \"haliographer\",\n        \"interbelligerent\",\n        \"interpectoral\",\n        \"lipsanographer\",\n        \"quarreller\",\n        \"quarrier\",\n        \"strifeless\"\n    ],\n    \"ndị na-ese okwu\": [\n        \"argufiers\",\n        \"confronters\",\n        \"contenders\",\n        \"quarmen\",\n        \"quarrelers\",\n        \"quarrellers\",\n        \"squabblers\",\n        \"wranglers\"\n    ],\n    \"arụmụka\": [\n        \"argument\",\n        \"argumenta\",\n        \"argumentation\",\n        \"argumentatious\",\n        \"arguments\",\n        \"controversionalism\",\n        \"debat\",\n        \"debate\",\n        \"debates\",\n        \"debriefings\",\n        \"disputations\",\n        \"gangues\",\n        \"illogics\"\n    ],\n    \"na arụ ụka\": [\n        \"argumental\",\n        \"argumentative\",\n        \"argumentive\"\n    ],\n    \"arụ ụka\": [\n        \"argumentativeness\",\n        \"debatement\",\n        \"ferrugination\"\n    ],\n    \"onye mgbagha\": [\n        \"argumentator\",\n        \"controversialism\",\n        \"controversialist\",\n        \"controversialists\",\n        \"controversionalist\",\n        \"controvertist\",\n        \"logicist\",\n        \"reversionist\",\n        \"revolutionist\",\n        \"upheavalist\"\n    ],\n    \"azu azu\": [\n        \"argusfishes\",\n        \"bacach\",\n        \"bacillophobia\",\n        \"backache\",\n        \"backachy\",\n        \"backbencher\",\n        \"backbenchers\",\n        \"backbend\",\n        \"backberand\",\n        \"backberend\",\n        \"backbit\",\n        \"backbite\",\n        \"backbiting\",\n        \"backbitingly\",\n        \"backbitten\",\n        \"backboard\",\n        \"backboned\",\n        \"backbreaker\",\n        \"backbreaking\",\n        \"backchain\",\n        \"backcountry\",\n        \"backcourt\",\n        \"backcross\",\n        \"backet\",\n        \"backfall\",\n        \"backfatter\",\n        \"backfill\",\n        \"backfilled\",\n        \"backfilling\",\n        \"backfire\",\n        \"backflap\",\n        \"backflip\",\n        \"backfold\",\n        \"backframe\",\n        \"backfurrow\",\n        \"backhanded\",\n        \"backhandedly\",\n        \"backhander\",\n        \"backhands\",\n        \"backhaul\",\n        \"backheel\",\n        \"backhoe\",\n        \"backhooker\",\n        \"backyard\",\n        \"backyarder\",\n        \"backiebird\",\n        \"backlash\",\n        \"backlashed\",\n        \"backlasher\",\n        \"backlashes\",\n        \"backlashing\",\n        \"backlet\",\n        \"backlist\",\n        \"backlit\",\n        \"backoff\",\n        \"backout\",\n        \"backouts\",\n        \"backpedal\",\n        \"backpiece\",\n        \"backplanes\",\n        \"backpointers\",\n        \"backrope\",\n        \"backrush\",\n        \"backsaws\",\n        \"backscatter\",\n        \"backscratching\",\n        \"backsheesh\",\n        \"backshift\",\n        \"backside\",\n        \"backsight\",\n        \"backslider\",\n        \"backspacer\",\n        \"backspaces\",\n        \"backspang\",\n        \"backspeer\",\n        \"backsplice\",\n        \"backspread\",\n        \"backstab\",\n        \"backstabber\",\n        \"backstabbing\",\n        \"backstaff\",\n        \"backstage\",\n        \"backstay\",\n        \"backstair\",\n        \"backstick\",\n        \"backstitch\",\n        \"backstitched\",\n        \"backstitching\",\n        \"backstop\",\n        \"backstopped\",\n        \"backstops\",\n        \"backstrap\",\n        \"backstreet\",\n        \"backstretch\",\n        \"backstrip\",\n        \"backstroke\",\n        \"backtalk\",\n        \"backtenter\",\n        \"backtrack\",\n        \"backtracked\",\n        \"backtracker\",\n        \"backtracks\",\n        \"backtrick\",\n        \"backus\",\n        \"backveld\",\n        \"backway\",\n        \"backwall\",\n        \"backwardation\",\n        \"backwards\",\n        \"backwash\",\n        \"backwashed\",\n        \"backwasher\",\n        \"backwashes\",\n        \"backwater\",\n        \"backwatered\",\n        \"backwaters\",\n        \"backwind\",\n        \"backwinded\",\n        \"backwood\",\n        \"backwoods\",\n        \"backwoodsiness\",\n        \"backworm\",\n        \"backwort\",\n        \"backwrap\",\n        \"backwraps\",\n        \"bonefish\",\n        \"bonefishes\",\n        \"burfish\",\n        \"clingfish\",\n        \"cobblerfish\",\n        \"codfisheries\",\n        \"codfishes\",\n        \"cofferfish\",\n        \"dishmonger\",\n        \"fiddlerfish\",\n        \"fishbolts\",\n        \"fishbowl\",\n        \"fishbowls\",\n        \"fishgrass\",\n        \"fishmonger\",\n        \"fishplate\",\n        \"fishpole\",\n        \"fishpotter\",\n        \"fishweed\",\n        \"fishworm\",\n        \"flagfish\",\n        \"flatfish\",\n        \"handfish\",\n        \"hatchetfish\",\n        \"hatchetfishes\",\n        \"ladyfish\",\n        \"ladyfishes\",\n        \"nightfish\",\n        \"oarfishes\",\n        \"redfish\",\n        \"reversewise\",\n        \"roundfish\",\n        \"sawfish\",\n        \"sawfishes\",\n        \"sheatfish\",\n        \"silverfish\",\n        \"silverfishes\",\n        \"snipefish\",\n        \"turkeyfish\",\n        \"turkeyfishes\"\n    ],\n    \"arhat\": [\n        \"arhats\",\n        \"arhatship\"\n    ],\n    \"Aria\": [\n        \"aria\"\n    ],\n    \"arienze\": [\n        \"arianize\"\n    ],\n    \"Aryballus\": [\n        \"aryballus\"\n    ],\n    \"Arybballi\": [\n        \"arybballi\"\n    ],\n    \"rie nri\": [\n        \"aribine\",\n        \"cannibalize\",\n        \"devolatilize\",\n        \"devouringness\",\n        \"devourment\",\n        \"eatanswill\",\n        \"feasted\",\n        \"glutose\",\n        \"gluttonised\",\n        \"gluttonize\",\n        \"squandered\",\n        \"supine\"\n    ],\n    \"efekarị\": [\n        \"arid\"\n    ],\n    \"onye arida\": [\n        \"arider\"\n    ],\n    \"Ugwuoke\": [\n        \"aridian\"\n    ],\n    \"aritu\": [\n        \"aridity\"\n    ],\n    \"ala ahịhịa\": [\n        \"aridities\",\n        \"grassland\",\n        \"grasslands\",\n        \"landreeve\"\n    ],\n    \"gbasiri ike\": [\n        \"aridly\",\n        \"arteriovenous\",\n        \"baled\",\n        \"battlemented\",\n        \"energetic\",\n        \"energetical\",\n        \"energetics\",\n        \"energetistic\",\n        \"energistic\",\n        \"enervous\",\n        \"expeded\",\n        \"expeditated\",\n        \"expedited\",\n        \"firmamental\",\n        \"garlanded\",\n        \"grizzled\",\n        \"hardmouthed\",\n        \"healthy\",\n        \"heathy\",\n        \"monastically\",\n        \"runted\",\n        \"sheathed\",\n        \"spectated\",\n        \"stoutened\",\n        \"strongarmer\",\n        \"stronghearted\",\n        \"subfastigiated\",\n        \"teetotaled\",\n        \"tendenciously\",\n        \"tendentiously\",\n        \"tendrilled\",\n        \"tiered\",\n        \"trumped\",\n        \"vehemently\",\n        \"wealsome\"\n    ],\n    \"ala mmiri\": [\n        \"aridnesses\",\n        \"driftland\",\n        \"earthfall\",\n        \"eastertide\",\n        \"landdrost\",\n        \"landflood\",\n        \"landstorm\",\n        \"landsturm\",\n        \"landtrost\",\n        \"landwreck\",\n        \"lealand\",\n        \"prairies\",\n        \"seadromes\",\n        \"shadowland\",\n        \"sleepland\",\n        \"soilborne\",\n        \"solands\",\n        \"subsoils\",\n        \"sunlands\",\n        \"sunquake\",\n        \"tervalence\",\n        \"tidelands\",\n        \"wetlands\"\n    ],\n    \"awuchi\": [\n        \"arietate\"\n    ],\n    \"arietta\": [\n        \"ariettas\"\n    ],\n    \"mmiri ozuzo\": [\n        \"arigue\",\n        \"damner\",\n        \"downpour\",\n        \"downpouring\",\n        \"downpours\",\n        \"pithecanthrope\",\n        \"rain\",\n        \"rainband\",\n        \"rainbands\",\n        \"rainbound\",\n        \"rainburst\",\n        \"raincheck\",\n        \"raindrop\",\n        \"raindrops\",\n        \"rainer\",\n        \"rainfall\",\n        \"rainfalls\",\n        \"rainfowl\",\n        \"rainful\",\n        \"rainy\",\n        \"raininess\",\n        \"rainlight\",\n        \"rainmaker\",\n        \"rainmaking\",\n        \"rainproof\",\n        \"rainproofer\",\n        \"rains\",\n        \"rainspout\",\n        \"rainsquall\",\n        \"rainstorm\",\n        \"rainwash\",\n        \"rainwashes\",\n        \"rainwater\",\n        \"rainwears\",\n        \"rainworm\",\n        \"showers\",\n        \"stormcock\"\n    ],\n    \"arying\": [\n        \"arylating\"\n    ],\n    \"arilila\": [\n        \"arillate\"\n    ],\n    \"chikori\": [\n        \"arillated\",\n        \"concretized\"\n    ],\n    \"Arimathaean\": [\n        \"arimathaean\"\n    ],\n    \"isioma\": [\n        \"ariole\"\n    ],\n    \"onye ngworo\": [\n        \"aripple\",\n        \"cripple\",\n        \"crippled\",\n        \"crippledom\",\n        \"crippleness\",\n        \"crippler\",\n        \"cripples\",\n        \"cripply\"\n    ],\n    \"ebili\": [\n        \"ariser\",\n        \"arisings\",\n        \"doundake\",\n        \"ebriety\",\n        \"eremitism\",\n        \"exomion\",\n        \"fomentations\",\n        \"injunctive\",\n        \"mildew\",\n        \"mildewer\",\n        \"mildewy\",\n        \"mildews\",\n        \"mugience\",\n        \"outwaved\",\n        \"roseless\",\n        \"storified\",\n        \"tides\",\n        \"torvity\",\n        \"unburied\",\n        \"upases\",\n        \"waveoffs\",\n        \"waverable\",\n        \"wavery\",\n        \"wildernesses\"\n    ],\n    \"na-ebilite\": [\n        \"arises\"\n    ],\n    \"gbara\": [\n        \"arish\",\n        \"assized\",\n        \"attrited\",\n        \"bulled\",\n        \"bursal\",\n        \"constringed\",\n        \"curliest\",\n        \"darted\",\n        \"digest\",\n        \"drayed\",\n        \"egged\",\n        \"fended\",\n        \"fleme\",\n        \"flisked\",\n        \"flouted\",\n        \"flowed\",\n        \"frounces\",\n        \"marinated\",\n        \"pilled\",\n        \"proctored\",\n        \"razed\",\n        \"shootout\",\n        \"shoplet\",\n        \"shored\",\n        \"shotes\",\n        \"shotproof\",\n        \"shotstar\",\n        \"shott\",\n        \"shotted\",\n        \"shotten\",\n        \"shotter\",\n        \"shotty\",\n        \"shotts\",\n        \"solemnized\",\n        \"stiltified\",\n        \"stung\",\n        \"suberized\",\n        \"suint\",\n        \"supplicated\",\n        \"swirring\",\n        \"teetered\",\n        \"tewed\",\n        \"twire\",\n        \"unshot\",\n        \"urged\",\n        \"vailed\",\n        \"waged\",\n        \"wattled\",\n        \"wore\"\n    ],\n    \"na-ebili\": [\n        \"arising\",\n        \"billowing\",\n        \"gaolers\",\n        \"rising\",\n        \"seising\",\n        \"trapanning\"\n    ],\n    \"omenkà\": [\n        \"arist\",\n        \"artist\",\n        \"artiste\",\n        \"artistical\",\n        \"artistries\",\n        \"cartist\",\n        \"craftsman\",\n        \"craftsmanly\",\n        \"craftsperson\",\n        \"craftworker\"\n    ],\n    \"ndi ochichi\": [\n        \"aristarch\",\n        \"aristarchy\",\n        \"aristocracy\",\n        \"aristocraticness\",\n        \"aristocratism\",\n        \"aristocrats\",\n        \"autocrats\",\n        \"demographers\",\n        \"demotists\",\n        \"gouvernantes\",\n        \"misgoverns\",\n        \"phallist\",\n        \"semigovernmental\",\n        \"theocrats\",\n        \"ungovernmental\"\n    ],\n    \"weghachite\": [\n        \"aristate\",\n        \"cauterized\",\n        \"dereign\",\n        \"euthanatize\",\n        \"illapsed\",\n        \"intercirculate\",\n        \"interfollicular\",\n        \"intermediated\",\n        \"irrelate\",\n        \"mediatised\",\n        \"preoverthrew\",\n        \"readmitted\",\n        \"reafflict\",\n        \"reapologize\",\n        \"reassort\",\n        \"reassorting\",\n        \"rebated\",\n        \"rebathe\",\n        \"reblister\",\n        \"reblow\",\n        \"reblown\",\n        \"rebote\",\n        \"rebourbonize\",\n        \"rebreed\",\n        \"rebreeding\",\n        \"rebundle\",\n        \"rebuttoned\",\n        \"recabled\",\n        \"recancel\",\n        \"recaptivate\",\n        \"recarbonize\",\n        \"recarburize\",\n        \"recarve\",\n        \"rechamber\",\n        \"reclang\",\n        \"reclasped\",\n        \"reclean\",\n        \"recleaned\",\n        \"reclivate\",\n        \"reclothe\",\n        \"recluses\",\n        \"recoach\",\n        \"recoagulate\",\n        \"recoal\",\n        \"recoaled\",\n        \"recoast\",\n        \"recock\",\n        \"recoct\",\n        \"recognosce\",\n        \"recoin\",\n        \"recolonise\",\n        \"recolonize\",\n        \"recolonizes\",\n        \"recolour\",\n        \"recompose\",\n        \"reconfiscate\",\n        \"reconsoled\",\n        \"reconter\",\n        \"reconvene\",\n        \"recopper\",\n        \"recost\",\n        \"recostume\",\n        \"recounsel\",\n        \"recoverable\",\n        \"recrown\",\n        \"recrucify\",\n        \"recurl\",\n        \"recurvate\",\n        \"recurves\",\n        \"redealt\",\n        \"redelay\",\n        \"redelete\",\n        \"redevote\",\n        \"redispose\",\n        \"redroot\",\n        \"reedify\",\n        \"reelevate\",\n        \"refurnish\",\n        \"regale\",\n        \"regave\",\n        \"regradate\",\n        \"reinstate\",\n        \"reinstates\",\n        \"reinstituted\",\n        \"reived\",\n        \"reiver\",\n        \"relacquer\",\n        \"relativize\",\n        \"releather\",\n        \"reloaded\",\n        \"remineralize\",\n        \"reordinate\",\n        \"repanel\",\n        \"repatriate\",\n        \"replot\",\n        \"replunder\",\n        \"replunge\",\n        \"repolish\",\n        \"represcribe\",\n        \"reprieve\",\n        \"reprieved\",\n        \"reprieves\",\n        \"reprise\",\n        \"reprovide\",\n        \"repurify\",\n        \"rerub\",\n        \"rerun\",\n        \"reruns\",\n        \"resealed\",\n        \"reseated\",\n        \"reseed\",\n        \"reseeded\",\n        \"reseeds\",\n        \"reseized\",\n        \"reselected\",\n        \"reseparated\",\n        \"resewed\",\n        \"resewn\",\n        \"restack\",\n        \"restaged\",\n        \"restorers\",\n        \"restrengthen\",\n        \"restretch\",\n        \"restrip\",\n        \"restrove\",\n        \"restuff\",\n        \"restuffed\",\n        \"resubmitted\",\n        \"resubscribe\",\n        \"reswept\",\n        \"reswore\",\n        \"retabulate\",\n        \"retack\",\n        \"retackle\",\n        \"retake\",\n        \"retaken\",\n        \"retakes\",\n        \"retardive\",\n        \"rethaw\",\n        \"retook\",\n        \"retrade\",\n        \"retransmit\",\n        \"retrievably\",\n        \"retrievals\",\n        \"retrieve\",\n        \"retrievers\",\n        \"retrieves\",\n        \"retrocede\",\n        \"retroceded\",\n        \"retrocedent\",\n        \"retrod\",\n        \"rettore\",\n        \"returnable\",\n        \"retwisted\",\n        \"reundergo\",\n        \"reweaken\",\n        \"riever\",\n        \"unbacked\",\n        \"unbrutify\",\n        \"unbrutize\",\n        \"undoes\",\n        \"unhasted\",\n        \"unlades\",\n        \"unmortalize\",\n        \"unvolatilize\",\n        \"uprestore\"\n    ],\n    \"weputa\": [\n        \"ariste\",\n        \"forumize\",\n        \"prologise\"\n    ],\n    \"Onochie\": [\n        \"aristides\",\n        \"arlington\",\n        \"defeatee\",\n        \"dervishhood\",\n        \"elroquite\",\n        \"farnesol\",\n        \"faulkland\",\n        \"isogloss\",\n        \"isogriv\",\n        \"monochroic\",\n        \"neurochord\",\n        \"outclomb\",\n        \"outflunky\",\n        \"outthrobbing\",\n        \"outthruster\",\n        \"placochromatic\",\n        \"plastiqueur\",\n        \"plastochron\",\n        \"platymery\",\n        \"pleiotropy\",\n        \"porett\",\n        \"prostatolith\",\n        \"protococcaceous\",\n        \"provine\",\n        \"smackeroos\",\n        \"soloecophanes\"\n    ],\n    \"aristoala\": [\n        \"aristo\"\n    ],\n    \"ndi amaala\": [\n        \"aristocracies\"\n    ],\n    \"aristocratical\": [\n        \"aristocraticalness\"\n    ],\n    \"aristocratic\": [\n        \"aristocraticism\"\n    ],\n    \"aristodemocratikalist\": [\n        \"aristodemocratical\"\n    ],\n    \"som\": [\n        \"arithmetic\",\n        \"arithmetical\",\n        \"arithmetics\"\n    ],\n    \"ọkà mmụta ihe banyere ụmụ amaala\": [\n        \"arithmetician\"\n    ],\n    \"itinye aha\": [\n        \"arithmetization\",\n        \"renature\"\n    ],\n    \"debanye aha\": [\n        \"arithmetize\",\n        \"conscripted\",\n        \"conscripting\",\n        \"deresinize\",\n        \"enfranchise\",\n        \"enfranchised\",\n        \"enfranchisements\",\n        \"enfranchises\",\n        \"enfranchising\",\n        \"enlist\",\n        \"enlistee\",\n        \"enlistees\",\n        \"enregistering\",\n        \"enripen\",\n        \"enrol\",\n        \"enroll\",\n        \"enrolle\",\n        \"enrollee\",\n        \"enrollees\",\n        \"enrollers\",\n        \"incircumscription\",\n        \"inrol\",\n        \"inroll\",\n        \"interscribe\",\n        \"overdescribe\",\n        \"overlisted\",\n        \"overregister\",\n        \"oversubscribes\",\n        \"preregister\",\n        \"presubscribe\",\n        \"redescribes\",\n        \"redescribing\",\n        \"refederalize\",\n        \"registrate\",\n        \"relist\",\n        \"reroll\",\n        \"rerolled\",\n        \"rescribe\",\n        \"rescriptively\",\n        \"resubscribes\",\n        \"retranscribing\",\n        \"subscribes\",\n        \"subscripture\",\n        \"subsign\",\n        \"subsister\",\n        \"superinscribe\",\n        \"underroll\"\n    ],\n    \"depụtara\": [\n        \"arithmetized\",\n        \"cataloged\",\n        \"catalogued\",\n        \"delimited\",\n        \"delimitized\",\n        \"deputed\",\n        \"escribientes\",\n        \"indexed\",\n        \"listful\",\n        \"listred\",\n        \"offprinting\",\n        \"outlined\",\n        \"predescribed\",\n        \"presettled\",\n        \"presubscribed\",\n        \"presubstituted\",\n        \"procurved\",\n        \"subsampled\"\n    ],\n    \"na-emekọrịta\": [\n        \"arithmetizes\",\n        \"conciliating\",\n        \"interacts\",\n        \"interfacing\",\n        \"interlineating\",\n        \"interrelates\",\n        \"intertwisted\",\n        \"intertwisting\",\n        \"reconcilingly\"\n    ],\n    \"arrhythmia\": [\n        \"arythmia\"\n    ],\n    \"arrhythmias\": [\n        \"arythmias\"\n    ],\n    \"rhythmically\": [\n        \"arythmically\"\n    ],\n    \"arimita\": [\n        \"arithmometer\"\n    ],\n    \"ndi Arizona\": [\n        \"arizonan\",\n        \"arizonans\",\n        \"arizonians\"\n    ],\n    \"ndi arizonian\": [\n        \"arizonian\"\n    ],\n    \"arizonan\": [\n        \"arizonite\"\n    ],\n    \"ụgbọ\": [\n        \"ark\",\n        \"cartes\",\n        \"sail\"\n    ],\n    \"hụse\": [\n        \"arkose\"\n    ],\n    \"nwee\": [\n        \"arleng\",\n        \"beclip\",\n        \"beele\",\n        \"bein\",\n        \"emboly\",\n        \"enable\",\n        \"endable\",\n        \"experiencer\",\n        \"fellowly\",\n        \"have\",\n        \"prosar\",\n        \"prosilverite\",\n        \"proslaver\",\n        \"prosurrender\",\n        \"reenable\"\n    ],\n    \"enweghị aka\": [\n        \"arless\",\n        \"armless\",\n        \"armlessness\",\n        \"assistless\",\n        \"backless\",\n        \"beatless\",\n        \"freehandedness\",\n        \"handless\",\n        \"innocentness\",\n        \"kickless\",\n        \"limbless\",\n        \"nonbuttressed\",\n        \"noncursive\",\n        \"noneclectic\",\n        \"nonelongation\",\n        \"nonrevocation\",\n        \"nonstretchy\",\n        \"paneless\",\n        \"sleevelessness\",\n        \"snoutless\",\n        \"socketless\",\n        \"tackless\",\n        \"unlackeyed\",\n        \"unrepetitious\",\n        \"unrepetitive\",\n        \"unriffled\",\n        \"wistless\"\n    ],\n    \"armadillo\": [\n        \"armadilla\"\n    ],\n    \"armadillidiidae\": [\n        \"armadillididae\"\n    ],\n    \"agha\": [\n        \"armado\",\n        \"armamentary\",\n        \"armamentarium\",\n        \"armarian\",\n        \"armil\",\n        \"armill\",\n        \"armillae\",\n        \"armillate\",\n        \"armisonous\",\n        \"armorial\",\n        \"armorially\",\n        \"armoric\",\n        \"armoring\",\n        \"armours\",\n        \"battalia\",\n        \"battels\",\n        \"battements\",\n        \"battings\",\n        \"battish\",\n        \"battle\",\n        \"battledore\",\n        \"battledores\",\n        \"battlefield\",\n        \"battlefields\",\n        \"battlefront\",\n        \"battleground\",\n        \"battlement\",\n        \"battlements\",\n        \"battlepiece\",\n        \"battleplane\",\n        \"battles\",\n        \"battleship\",\n        \"battleships\",\n        \"battlestead\",\n        \"battlewagon\",\n        \"battleward\",\n        \"battlewise\",\n        \"battute\",\n        \"commata\",\n        \"conscript\",\n        \"erudite\",\n        \"faggot\",\n        \"faggots\",\n        \"fagot\",\n        \"fagots\",\n        \"fightwite\",\n        \"forces\",\n        \"gagor\",\n        \"guyots\",\n        \"hostileness\",\n        \"hostilities\",\n        \"jaw\",\n        \"jawans\",\n        \"jawp\",\n        \"jawrope\",\n        \"jihad\",\n        \"martiality\",\n        \"militant\",\n        \"militar\",\n        \"militarily\",\n        \"militaryment\",\n        \"militarisation\",\n        \"militarise\",\n        \"militarised\",\n        \"militaristic\",\n        \"militarization\",\n        \"militarized\",\n        \"militarizes\",\n        \"militate\",\n        \"militated\",\n        \"militation\",\n        \"outscout\",\n        \"outwar\",\n        \"soldi\",\n        \"soldierdom\",\n        \"soldierfare\",\n        \"soldierwise\",\n        \"sowed\",\n        \"sower\",\n        \"sowing\",\n        \"sows\",\n        \"swordcraft\",\n        \"trooperess\",\n        \"trooping\",\n        \"wagedom\",\n        \"war\",\n        \"warbird\",\n        \"warbite\",\n        \"warble\",\n        \"warbles\",\n        \"warbonnet\",\n        \"warcraft\",\n        \"wardapet\",\n        \"warfare\",\n        \"warfarer\",\n        \"warful\",\n        \"warhorse\",\n        \"warhorses\",\n        \"warly\",\n        \"warnel\",\n        \"warproof\",\n        \"warpwise\",\n        \"warriorism\",\n        \"warriorship\",\n        \"warrish\",\n        \"warrok\",\n        \"wars\",\n        \"warsel\",\n        \"warsle\",\n        \"warsles\",\n        \"wartern\",\n        \"warwork\",\n        \"weaponing\",\n        \"wharfrae\"\n    ],\n    \"agha Amagedọn\": [\n        \"armageddon\"\n    ],\n    \"Armageddon\": [\n        \"armageddonist\"\n    ],\n    \"ihe agha\": [\n        \"armament\",\n        \"armaments\",\n        \"armers\",\n        \"armet\",\n        \"armets\",\n        \"armings\",\n        \"armor\",\n        \"armorer\",\n        \"armorica\",\n        \"armorican\",\n        \"armories\",\n        \"armorproof\",\n        \"armour\",\n        \"armourers\",\n        \"armouries\",\n        \"armure\",\n        \"arsenals\",\n        \"liens\"\n    ],\n    \"ngwa agha\": [\n        \"armary\",\n        \"armine\",\n        \"armoires\",\n        \"armory\",\n        \"armors\",\n        \"armoury\",\n        \"artilleries\",\n        \"missileproof\",\n        \"morbillary\",\n        \"mortar\",\n        \"mortarboard\",\n        \"mortarboards\",\n        \"mortared\",\n        \"mortarize\",\n        \"mortars\",\n        \"mortarware\",\n        \"muniment\",\n        \"muniments\",\n        \"paramilitary\",\n        \"unmechanized\",\n        \"wariment\",\n        \"weapon\",\n        \"weaponry\",\n        \"weaponries\",\n        \"weapons\",\n        \"weaponshowing\",\n        \"weaponsmithy\"\n    ],\n    \"armarị\": [\n        \"armaries\"\n    ],\n    \"eriri aka\": [\n        \"armband\",\n        \"armbands\",\n        \"sleeveband\",\n        \"wristband\",\n        \"wristbands\"\n    ],\n    \"oche oche\": [\n        \"armchair\",\n        \"chairborne\",\n        \"chairing\",\n        \"chairladies\",\n        \"chairlift\",\n        \"chairwarmer\",\n        \"cochair\",\n        \"pushchair\",\n        \"seatrains\",\n        \"seatstone\"\n    ],\n    \"oche aka\": [\n        \"armchairs\"\n    ],\n    \"Armenia\": [\n        \"armenia\",\n        \"armenian\"\n    ],\n    \"aka ochie\": [\n        \"armeniaceous\",\n        \"pedophilic\"\n    ],\n    \"ndị Armenia\": [\n        \"armenians\"\n    ],\n    \"ogu\": [\n        \"armer\",\n        \"battable\",\n        \"bourgs\",\n        \"clochan\",\n        \"clogmaker\",\n        \"clonisms\",\n        \"droguet\",\n        \"ensmall\",\n        \"gursh\",\n        \"hoe\",\n        \"hoes\",\n        \"punger\",\n        \"xyster\"\n    ],\n    \"usuu ndị agha\": [\n        \"army\"\n    ],\n    \"kere\": [\n        \"armied\",\n        \"caftaned\",\n        \"clad\",\n        \"coelevate\",\n        \"crayoned\",\n        \"creaght\",\n        \"creatable\",\n        \"created\",\n        \"creatine\",\n        \"creatines\",\n        \"creationary\",\n        \"creaze\",\n        \"crebricostate\",\n        \"creche\",\n        \"crenelated\",\n        \"crenelation\",\n        \"cresting\",\n        \"cretinize\",\n        \"cretinized\",\n        \"cretion\",\n        \"crevalle\",\n        \"frizzle\",\n        \"frizzler\",\n        \"girthed\",\n        \"hanselled\",\n        \"increeping\",\n        \"lasted\",\n        \"noosed\",\n        \"ratiocinated\",\n        \"strapped\",\n        \"tinkled\",\n        \"whiskerette\"\n    ],\n    \"ụsụụ ndị agha\": [\n        \"armies\",\n        \"battalions\",\n        \"hosts\"\n    ],\n    \"ejiri aka\": [\n        \"armiferous\",\n        \"handbreed\",\n        \"handfeed\",\n        \"handycuff\",\n        \"handyman\",\n        \"handlaid\",\n        \"handloomed\",\n        \"handsale\",\n        \"handscrape\",\n        \"handseled\",\n        \"handspade\",\n        \"handwaled\",\n        \"handworked\",\n        \"handwoven\",\n        \"ironhanded\",\n        \"ironhandedly\",\n        \"openhanded\",\n        \"secondhanded\"\n    ],\n    \"ndị agha\": [\n        \"armigers\",\n        \"armorers\",\n        \"battlers\",\n        \"brigade\",\n        \"brigades\",\n        \"brigadiers\",\n        \"cavalry\",\n        \"combatants\",\n        \"conscripts\",\n        \"forcers\",\n        \"gagers\",\n        \"guans\",\n        \"legionnaires\",\n        \"martialists\",\n        \"militantly\",\n        \"militants\",\n        \"military\",\n        \"militaries\",\n        \"militarists\",\n        \"militates\",\n        \"militia\",\n        \"militiamen\",\n        \"militias\",\n        \"militiate\",\n        \"paratroops\",\n        \"recruits\",\n        \"soldierhood\",\n        \"soldiery\",\n        \"soldieries\",\n        \"soldiering\",\n        \"soldiers\",\n        \"squads\",\n        \"thwartmen\",\n        \"troopers\",\n        \"troopials\",\n        \"troops\",\n        \"vanguards\",\n        \"warragals\",\n        \"warrigals\",\n        \"warslers\",\n        \"warwards\"\n    ],\n    \"na-ebu agha\": [\n        \"arming\",\n        \"batiking\",\n        \"carbolised\",\n        \"deciphers\",\n        \"enwound\",\n        \"flagellating\",\n        \"forewing\",\n        \"hafters\",\n        \"littoral\",\n        \"ratters\",\n        \"warbling\",\n        \"warling\",\n        \"warring\",\n        \"warsling\"\n    ],\n    \"arminia\": [\n        \"arminian\"\n    ],\n    \"Ogbodo\": [\n        \"arminianizer\",\n        \"bareknuckled\",\n        \"bellman\",\n        \"butyrousness\",\n        \"casehardens\",\n        \"clogdogdo\",\n        \"cognovits\",\n        \"cradlesong\",\n        \"cradlesongs\",\n        \"cryophoric\",\n        \"cryospheric\",\n        \"cryostase\",\n        \"cucullaris\",\n        \"dermatotome\",\n        \"engraulidae\",\n        \"exsolving\",\n        \"gleds\",\n        \"glimes\",\n        \"gulping\",\n        \"outscolding\",\n        \"outscorning\",\n        \"outskip\",\n        \"overprovoking\",\n        \"phagocytize\",\n        \"placoidei\",\n        \"porpentine\",\n        \"prideling\",\n        \"pseudogeneric\",\n        \"quiddany\",\n        \"quintocubital\",\n        \"quintus\",\n        \"quinuclidine\",\n        \"quixotry\",\n        \"schellingianism\",\n        \"seneschally\",\n        \"singletree\",\n        \"skepsises\",\n        \"sparhawk\",\n        \"sparkiest\",\n        \"sparrowdom\",\n        \"spudded\",\n        \"spudding\",\n        \"spurdog\",\n        \"squidded\",\n        \"squidding\",\n        \"squimmidge\",\n        \"truxillic\",\n        \"westerliness\"\n    ],\n    \"onye agha\": [\n        \"armisonant\",\n        \"armorician\",\n        \"armorist\",\n        \"armourer\",\n        \"battler\",\n        \"combatant\",\n        \"commilitant\",\n        \"corpsman\",\n        \"gunner\",\n        \"infantryman\",\n        \"invigor\",\n        \"militarist\",\n        \"militaster\",\n        \"militiaman\",\n        \"outrooper\",\n        \"righten\",\n        \"righter\",\n        \"righters\",\n        \"soilier\",\n        \"soldier\",\n        \"soldierly\",\n        \"soldierproof\",\n        \"spaeman\",\n        \"troostitic\",\n        \"warman\",\n        \"warmen\",\n        \"warrer\"\n    ],\n    \"aghaworm\": [\n        \"armyworm\"\n    ],\n    \"okpokoro agha\": [\n        \"armyworms\"\n    ],\n    \"na-ejighi n'aka\": [\n        \"armlessly\"\n    ],\n    \"ibu aka\": [\n        \"armload\"\n    ],\n    \"onye na-ebu ihe agha\": [\n        \"armorbearer\",\n        \"armourbearer\"\n    ],\n    \"ejikere agha\": [\n        \"armoried\"\n    ],\n    \"enweghi okike\": [\n        \"armorless\"\n    ],\n    \"ekike agha\": [\n        \"armorplated\"\n    ],\n    \"ekike agha mara ihe\": [\n        \"armorwise\"\n    ],\n    \"akpa abu\": [\n        \"armpad\",\n        \"armpiece\",\n        \"armpit\",\n        \"armpits\"\n    ],\n    \"armpi\": [\n        \"armplate\"\n    ],\n    \"armcye\": [\n        \"armscye\"\n    ],\n    \"arọnto\": [\n        \"arnatto\"\n    ],\n    \"arhontos\": [\n        \"arnattos\"\n    ],\n    \"arnberị\": [\n        \"arnberry\"\n    ],\n    \"arkinas\": [\n        \"arnicas\"\n    ],\n    \"arnold's\": [\n        \"arnoldist\"\n    ],\n    \"unen\": [\n        \"arnut\",\n        \"unbasket\"\n    ],\n    \"okpukpo\": [\n        \"aroast\",\n        \"aroynt\",\n        \"aroma\",\n        \"aroon\",\n        \"ceruleum\",\n        \"kymographic\",\n        \"melodium\",\n        \"spinout\"\n    ],\n    \"na-akpali\": [\n        \"arointing\",\n        \"enisling\",\n        \"impelling\",\n        \"impels\",\n        \"incising\",\n        \"incites\",\n        \"inspans\",\n        \"instigates\",\n        \"interesting\",\n        \"motivates\",\n        \"moves\",\n        \"probers\",\n        \"prodder\",\n        \"prodding\",\n        \"proditorious\",\n        \"prods\",\n        \"prompting\",\n        \"stimies\",\n        \"stimpart\",\n        \"stimulates\"\n    ],\n    \"esiwe\": [\n        \"aroints\"\n    ],\n    \"aroyn\": [\n        \"aroynts\"\n    ],\n    \"aromatic\": [\n        \"aromaticity\",\n        \"aromaticness\"\n    ],\n    \"aromasik\": [\n        \"aromatics\"\n    ],\n    \"aromatiz\": [\n        \"aromatised\"\n    ],\n    \"aromatị\": [\n        \"aromatiser\"\n    ],\n    \"aromatisation\": [\n        \"aromatization\"\n    ],\n    \"inyocha\": [\n        \"aromatizing\",\n        \"assaying\",\n        \"berhyming\",\n        \"charade\",\n        \"chicaning\",\n        \"chromizing\",\n        \"cyanizing\",\n        \"cicatrizing\",\n        \"cyphered\",\n        \"cystose\",\n        \"coadaptation\",\n        \"cocainising\",\n        \"cocainizing\",\n        \"coerecting\",\n        \"condor\",\n        \"copping\",\n        \"crapshooting\",\n        \"disodium\",\n        \"emceeing\",\n        \"evaluating\",\n        \"examen\",\n        \"examinability\",\n        \"examinable\",\n        \"examinate\",\n        \"explorate\",\n        \"explore\",\n        \"forloin\",\n        \"gesticulatively\",\n        \"glimmering\",\n        \"indagate\",\n        \"indamine\",\n        \"inkstandish\",\n        \"insentience\",\n        \"insentiency\",\n        \"insimulate\",\n        \"interdetermining\",\n        \"invigilance\",\n        \"nithing\",\n        \"outfiguring\",\n        \"pererrate\",\n        \"peruse\",\n        \"pry\",\n        \"prying\",\n        \"sebesten\",\n        \"semidrying\",\n        \"servoing\",\n        \"spinulose\",\n        \"testiculate\",\n        \"tetchiness\",\n        \"treasuring\",\n        \"troaking\",\n        \"trotting\",\n        \"trouping\",\n        \"unadhering\",\n        \"unbelting\",\n        \"vaulting\",\n        \"verifying\",\n        \"willying\"\n    ],\n    \"a na-akpali akpali\": [\n        \"arousable\"\n    ],\n    \"akpali\": [\n        \"arousal\",\n        \"inciting\",\n        \"stim\",\n        \"stimy\",\n        \"stimulable\",\n        \"stimulose\",\n        \"stirruplike\",\n        \"stirs\"\n    ],\n    \"ihe mkpali\": [\n        \"arousals\",\n        \"arousers\",\n        \"incensive\",\n        \"incentive\",\n        \"incentively\",\n        \"incentives\",\n        \"stimulator\",\n        \"stimuli\",\n        \"stimulus\"\n    ],\n    \"ogwo\": [\n        \"arpent\",\n        \"growlery\",\n        \"intervital\",\n        \"jurament\",\n        \"marcs\",\n        \"medio\",\n        \"nidary\",\n        \"spastics\"\n    ],\n    \"ịkwa osisi\": [\n        \"arpenteur\",\n        \"hewing\",\n        \"shears\",\n        \"woodworking\"\n    ],\n    \"ogba\": [\n        \"arpents\",\n        \"chabuk\",\n        \"chack\",\n        \"chaco\",\n        \"chait\",\n        \"chametz\",\n        \"chantage\",\n        \"chantages\",\n        \"chasm\",\n        \"chaute\",\n        \"chauth\",\n        \"gibbar\",\n        \"gorgonaceous\",\n        \"gorkun\",\n        \"gumboils\",\n        \"larynx\",\n        \"orpit\"\n    ],\n    \"onye mara mma\": [\n        \"arquebusier\",\n        \"elegist\",\n        \"lustrant\"\n    ],\n    \"aragonite\": [\n        \"arragonite\"\n    ],\n    \"Arrah\": [\n        \"arrah\"\n    ],\n    \"onye nhazi\": [\n        \"arrayer\",\n        \"arraigner\",\n        \"assemblyman\",\n        \"assemblymen\",\n        \"balanceman\",\n        \"coordinator\",\n        \"coordinatory\",\n        \"customizer\",\n        \"designator\",\n        \"disorganizer\",\n        \"filator\",\n        \"horographer\",\n        \"improvisor\",\n        \"instaurator\",\n        \"institutor\",\n        \"mechanist\",\n        \"orchestrater\",\n        \"ordinarier\",\n        \"ordinator\",\n        \"paramiographer\",\n        \"planarian\",\n        \"planceer\",\n        \"plancer\",\n        \"plancher\",\n        \"planer\",\n        \"planner\",\n        \"schedular\",\n        \"scheduler\",\n        \"stratigrapher\"\n    ],\n    \"gbara akwụkwọ\": [\n        \"arraigned\",\n        \"filed\",\n        \"prosecutes\",\n        \"prosecutory\",\n        \"sued\",\n        \"sueded\",\n        \"suedes\"\n    ],\n    \"aghara aghara\": [\n        \"arrantly\",\n        \"chaotically\",\n        \"discomposedly\",\n        \"discourteously\",\n        \"disorderliness\",\n        \"disorientate\",\n        \"disquietedly\",\n        \"disquietingly\",\n        \"disquietly\",\n        \"frantically\",\n        \"franticly\",\n        \"inconcinnate\",\n        \"inconfusedly\",\n        \"inconsolably\",\n        \"indiscrimanently\",\n        \"indiscriminately\",\n        \"noncorrosively\",\n        \"noncorruptly\",\n        \"noncursively\",\n        \"nondisputatiously\",\n        \"nondivergently\",\n        \"nonevasively\",\n        \"nontortuously\",\n        \"outbully\",\n        \"overviolently\",\n        \"stirrupless\",\n        \"uncacophonous\",\n        \"uncardinally\",\n        \"unclassably\",\n        \"uncomically\",\n        \"uncordially\",\n        \"uncorruptedly\",\n        \"uncorruptly\",\n        \"uncrystaled\",\n        \"uncurrently\",\n        \"undecadently\",\n        \"undiffusively\",\n        \"unexorbitantly\",\n        \"uninquisitively\",\n        \"unreckless\",\n        \"unrecoverably\",\n        \"unremorsefully\",\n        \"unremorsefulness\",\n        \"unrequisitely\",\n        \"unreservedly\",\n        \"unscanned\",\n        \"unstately\",\n        \"unsunken\",\n        \"unsunned\",\n        \"unsunny\",\n        \"untautly\",\n        \"unthorough\",\n        \"unthoroughly\",\n        \"untruckled\",\n        \"unviolently\"\n    ],\n    \"dezie\": [\n        \"arrased\",\n        \"autographal\",\n        \"autographed\",\n        \"cipher\",\n        \"copastorate\",\n        \"copenetrate\",\n        \"dearomatize\",\n        \"debugging\",\n        \"debussyanize\",\n        \"decalcify\",\n        \"edit\",\n        \"editchar\",\n        \"edited\",\n        \"editorialize\",\n        \"editorialized\",\n        \"editorializes\",\n        \"encolden\",\n        \"formularize\",\n        \"lecontite\",\n        \"manorialize\",\n        \"nordicize\",\n        \"paridigitate\",\n        \"preadjust\",\n        \"regrate\",\n        \"syllabify\",\n        \"stenographed\",\n        \"tipsify\"\n    ],\n    \"arras\": [\n        \"arrases\"\n    ],\n    \"ihe ziri ezi\": [\n        \"arrect\",\n        \"legitimistic\"\n    ],\n    \"kenha\": [\n        \"arrectary\",\n        \"matching\"\n    ],\n    \"arrhenotoky\": [\n        \"arrenotoky\"\n    ],\n    \"arrhenotokous\": [\n        \"arrenotokous\"\n    ],\n    \"ndị njide\": [\n        \"arresters\"\n    ],\n    \"mkpesa\": [\n        \"arrhythmic\",\n        \"arrythmic\",\n        \"complainable\",\n        \"complainant\",\n        \"complaining\",\n        \"complainingness\",\n        \"complaint\",\n        \"complaintful\",\n        \"complaintive\",\n        \"complaintiveness\",\n        \"complaints\",\n        \"complaisance\",\n        \"complant\",\n        \"decompressions\",\n        \"grumose\",\n        \"grumousness\",\n        \"obtests\",\n        \"protest\",\n        \"protestatory\",\n        \"repressionist\"\n    ],\n    \"Afah\": [\n        \"arrhythmically\"\n    ],\n    \"mbata afọ\": [\n        \"arriage\"\n    ],\n    \"bịara\": [\n        \"arriba\",\n        \"beclamour\",\n        \"came\",\n        \"camelopardel\",\n        \"camelopardid\",\n        \"camelot\",\n        \"cameoing\",\n        \"camerated\",\n        \"cameration\"\n    ],\n    \"aririka\": [\n        \"arribadas\"\n    ],\n    \"ngwa ahia\": [\n        \"arridge\",\n        \"merchandises\",\n        \"vendace\"\n    ],\n    \"chikọta\": [\n        \"arriding\",\n        \"comparting\",\n        \"compiling\",\n        \"cummock\",\n        \"summates\"\n    ],\n    \"ibata\": [\n        \"arrie\",\n        \"arriviste\",\n        \"comproduce\"\n    ],\n    \"bịarute\": [\n        \"arriere\",\n        \"arrive\",\n        \"arrivederla\",\n        \"arriver\",\n        \"arrivers\",\n        \"arrivisme\"\n    ],\n    \"ngwaahịa\": [\n        \"arrimby\",\n        \"commodities\",\n        \"commodores\",\n        \"gads\",\n        \"itemizers\",\n        \"prodders\",\n        \"product\",\n        \"productidae\",\n        \"productoid\",\n        \"productory\",\n        \"productress\",\n        \"products\",\n        \"productus\",\n        \"sambukes\",\n        \"samisens\",\n        \"sciatheric\",\n        \"stock\",\n        \"stockade\",\n        \"stockades\",\n        \"stockading\",\n        \"stockado\",\n        \"stockage\",\n        \"stockannet\",\n        \"stockateer\",\n        \"stockbow\",\n        \"stockbridge\",\n        \"stockbroker\",\n        \"stockbrokerage\",\n        \"stockbrokers\",\n        \"stockbroking\",\n        \"stockcar\",\n        \"stocker\",\n        \"stockholdings\",\n        \"stockholm\",\n        \"stockhorn\",\n        \"stockier\",\n        \"stockiest\",\n        \"stockily\",\n        \"stockiness\",\n        \"stockinet\",\n        \"stockinets\",\n        \"stockinette\",\n        \"stocking\",\n        \"stockish\",\n        \"stockishly\",\n        \"stockjobber\",\n        \"stockjobbing\",\n        \"stocklike\",\n        \"stockpiler\",\n        \"stockpiles\",\n        \"stockpots\",\n        \"stockproof\",\n        \"stockrider\",\n        \"stockriding\",\n        \"stocktaking\",\n        \"stockton\",\n        \"stockwork\",\n        \"stockwright\",\n        \"stogies\",\n        \"stoicisms\",\n        \"stoory\",\n        \"subfactories\",\n        \"subproduct\",\n        \"superproduce\",\n        \"superproduced\",\n        \"underproduces\"\n    ],\n    \"arris\": [\n        \"arrises\",\n        \"arrish\"\n    ],\n    \"Ndị mbata\": [\n        \"arrivals\"\n    ],\n    \"bịarutere\": [\n        \"arrived\"\n    ],\n    \"abịarute\": [\n        \"arrives\"\n    ],\n    \"na-abịa\": [\n        \"arriving\",\n        \"coming\",\n        \"forthcoming\",\n        \"fromenties\",\n        \"imblazing\",\n        \"oncoming\",\n        \"upcome\",\n        \"upcoming\"\n    ],\n    \"aruoba\": [\n        \"arroba\"\n    ],\n    \"arpobas\": [\n        \"arrobas\"\n    ],\n    \"arido\": [\n        \"arrode\"\n    ],\n    \"mpako\": [\n        \"arrogance\",\n        \"arrogantness\",\n        \"arrogation\",\n        \"arrogations\",\n        \"blinter\",\n        \"branglement\",\n        \"conceited\",\n        \"courtin\",\n        \"doughty\",\n        \"euphemisation\",\n        \"evanition\",\n        \"flaunt\",\n        \"flauntiness\",\n        \"halucket\",\n        \"haught\",\n        \"haughtily\",\n        \"haughtiness\",\n        \"haughtness\",\n        \"haughtonite\",\n        \"hault\",\n        \"haustement\",\n        \"haziness\",\n        \"humbug\",\n        \"miffs\",\n        \"oppugn\",\n        \"oppugnate\",\n        \"oppugning\",\n        \"oppugns\",\n        \"outas\",\n        \"outslink\",\n        \"pomak\",\n        \"pomard\",\n        \"pomate\",\n        \"pomfret\",\n        \"pomfrets\",\n        \"pomp\",\n        \"ponent\",\n        \"prideful\",\n        \"pridefulness\",\n        \"prouder\",\n        \"proudhearted\",\n        \"pugging\",\n        \"pugnacity\",\n        \"raughty\",\n        \"sharpbill\",\n        \"spankily\",\n        \"sublunary\",\n        \"swag\",\n        \"torvid\",\n        \"vaunt\",\n        \"vauntage\",\n        \"vaunted\",\n        \"vauntful\",\n        \"vauntiness\",\n        \"vauntingly\",\n        \"vauntmure\",\n        \"volkslied\",\n        \"voluted\",\n        \"wudge\"\n    ],\n    \"dị mpako\": [\n        \"arrogant\",\n        \"arrogate\",\n        \"arrogated\",\n        \"arrogates\",\n        \"arrogating\",\n        \"arrogative\",\n        \"exigeant\",\n        \"haughty\",\n        \"proud\",\n        \"proudest\",\n        \"proudful\",\n        \"proudish\",\n        \"superarrogant\",\n        \"vaultedly\"\n    ],\n    \"ji mpako\": [\n        \"arrogantly\",\n        \"haughtly\"\n    ],\n    \"npako\": [\n        \"arrogatingly\"\n    ],\n    \"onye mpako\": [\n        \"arrogator\"\n    ],\n    \"aruoya\": [\n        \"arroya\"\n    ],\n    \"aruoyo\": [\n        \"arroyo\"\n    ],\n    \"aruoyos\": [\n        \"arroyos\"\n    ],\n    \"Obokwa\": [\n        \"arrojadite\",\n        \"bobwhites\"\n    ],\n    \"ụlọ ala\": [\n        \"arrondissements\",\n        \"downstater\",\n        \"statehouse\"\n    ],\n    \"arọsọ\": [\n        \"arrosive\"\n    ],\n    \"Àkú\": [\n        \"arrow\",\n        \"arrowing\",\n        \"arrowwood\"\n    ],\n    \"akụ igbo\": [\n        \"arrowbush\"\n    ],\n    \"arochi\": [\n        \"arrowhead\",\n        \"arrowheaded\",\n        \"arrowheads\",\n        \"arrowworm\"\n    ],\n    \"na-enweghi nku\": [\n        \"arrowless\"\n    ],\n    \"àkú\": [\n        \"arrowlike\"\n    ],\n    \"akụ́\": [\n        \"arrowsmith\"\n    ],\n    \"okwute\": [\n        \"arrowstone\",\n        \"aspersion\",\n        \"aulder\",\n        \"beflag\",\n        \"billetwood\",\n        \"bitstalk\",\n        \"bitstone\",\n        \"blabbers\",\n        \"blawn\",\n        \"bobble\",\n        \"boulder\",\n        \"bouldered\",\n        \"boulderhead\",\n        \"boulders\",\n        \"braystone\",\n        \"brattier\",\n        \"brauneberger\",\n        \"brittlewort\",\n        \"broadpiece\",\n        \"bromate\",\n        \"brontotherium\",\n        \"brotocrystal\",\n        \"buccaneering\",\n        \"bucky\",\n        \"buckstone\",\n        \"bulder\",\n        \"burgrave\",\n        \"burrs\",\n        \"bustlingly\",\n        \"capstone\",\n        \"capstones\",\n        \"catstone\",\n        \"cauldron\",\n        \"caulds\",\n        \"chauldron\",\n        \"claystone\",\n        \"clitellar\",\n        \"cobblery\",\n        \"cobblerism\",\n        \"cobblerless\",\n        \"cobblers\",\n        \"cobstone\",\n        \"concretist\",\n        \"confiner\",\n        \"coniothyrium\",\n        \"cornstone\",\n        \"couldron\",\n        \"crablet\",\n        \"crags\",\n        \"crapper\",\n        \"crappier\",\n        \"croustade\",\n        \"crustade\",\n        \"crustific\",\n        \"crustose\",\n        \"curbstone\",\n        \"curbstones\",\n        \"curvet\",\n        \"curveted\",\n        \"curvets\",\n        \"desaurine\",\n        \"dithecous\",\n        \"doblones\",\n        \"dolorific\",\n        \"douter\",\n        \"dunstone\",\n        \"empearl\",\n        \"fieldstone\",\n        \"flintstone\",\n        \"foulder\",\n        \"frimitts\",\n        \"gable\",\n        \"gizzen\",\n        \"glottises\",\n        \"graveling\",\n        \"gravelish\",\n        \"gravelled\",\n        \"gravelstone\",\n        \"gravest\",\n        \"gritstone\",\n        \"guardstone\",\n        \"gutters\",\n        \"guttiness\",\n        \"hagstone\",\n        \"hailstone\",\n        \"halftones\",\n        \"hearthstone\",\n        \"interlopes\",\n        \"intertree\",\n        \"ironstone\",\n        \"knobstone\",\n        \"lapstone\",\n        \"larvule\",\n        \"leadstone\",\n        \"lourd\",\n        \"markstone\",\n        \"medianimic\",\n        \"oilstone\",\n        \"ostiolar\",\n        \"ostracea\",\n        \"ostracean\",\n        \"ostraceous\",\n        \"ostracine\",\n        \"ostracite\",\n        \"ostracodan\",\n        \"ostracophori\",\n        \"ostraite\",\n        \"overtrouble\",\n        \"padstone\",\n        \"partridge\",\n        \"partridges\",\n        \"pavers\",\n        \"pawers\",\n        \"pebble\",\n        \"pebbled\",\n        \"pebblestone\",\n        \"phacoidal\",\n        \"pillmonger\",\n        \"pitchman\",\n        \"pitticite\",\n        \"pitwright\",\n        \"plainstones\",\n        \"pratfalls\",\n        \"prominority\",\n        \"pulveration\",\n        \"pulverescent\",\n        \"quaddle\",\n        \"quaggas\",\n        \"quaggier\",\n        \"quar\",\n        \"quarry\",\n        \"quarrian\",\n        \"quarried\",\n        \"quarries\",\n        \"quarrystone\",\n        \"quarrome\",\n        \"quateron\",\n        \"quernstone\",\n        \"quibbler\",\n        \"quiddler\",\n        \"quoiter\",\n        \"rammer\",\n        \"rocky\",\n        \"rupestral\",\n        \"scones\",\n        \"slabstone\",\n        \"slatelike\",\n        \"slipstone\",\n        \"sputtery\",\n        \"stonebiter\",\n        \"stonebow\",\n        \"stonebrood\",\n        \"stonecast\",\n        \"stonecat\",\n        \"stonechat\",\n        \"stonecrop\",\n        \"stonecutter\",\n        \"stonegale\",\n        \"stonehead\",\n        \"stonehenge\",\n        \"stoneyard\",\n        \"stoneite\",\n        \"stonepecker\",\n        \"stonesfield\",\n        \"stonesmith\",\n        \"stonewalls\",\n        \"stoneware\",\n        \"stonewise\",\n        \"stonework\",\n        \"stoneworker\",\n        \"stony\",\n        \"strother\",\n        \"touchstone\",\n        \"touchstones\",\n        \"trichroic\",\n        \"trichromic\",\n        \"trilamellar\",\n        \"trommels\",\n        \"trowels\",\n        \"tubulous\",\n        \"tubulousness\",\n        \"wibble\"\n    ],\n    \"Otutu\": [\n        \"arrtez\",\n        \"detrude\",\n        \"dilatative\",\n        \"hamleted\",\n        \"haverels\",\n        \"hitlerian\",\n        \"hitlerite\",\n        \"hutzpah\",\n        \"multilobate\",\n        \"multilobular\",\n        \"multilobulate\",\n        \"multilobulated\",\n        \"multipartisan\",\n        \"multipartite\",\n        \"multivious\",\n        \"pluralized\",\n        \"pompelmous\",\n        \"smeary\",\n        \"throddy\",\n        \"throttler\"\n    ],\n    \"ịnyịnya ibu\": [\n        \"arse\",\n        \"arses\",\n        \"ass\",\n        \"asses\",\n        \"boite\",\n        \"camelish\",\n        \"camelishness\",\n        \"camelry\",\n        \"coring\",\n        \"dinkeys\",\n        \"donkey\",\n        \"donkeyback\",\n        \"donkeyish\",\n        \"donkeyism\",\n        \"donkeyman\",\n        \"ging\",\n        \"gingal\",\n        \"gingerade\",\n        \"gingerol\",\n        \"gingivae\",\n        \"honkeys\",\n        \"horsemonger\",\n        \"lingel\",\n        \"loeing\",\n        \"slyboots\",\n        \"superstate\",\n        \"zebus\"\n    ],\n    \"mgbatị ụkwụ\": [\n        \"arsefoot\"\n    ],\n    \"ulo mgwo agha\": [\n        \"arsenal\"\n    ],\n    \"arsenetị\": [\n        \"arsenetted\"\n    ],\n    \"nri arsen\": [\n        \"arsenfast\"\n    ],\n    \"arsenick\": [\n        \"arsenicked\"\n    ],\n    \"arsenik\": [\n        \"arsenics\"\n    ],\n    \"ndiegbo\": [\n        \"arsenites\",\n        \"debuggers\",\n        \"ostracoidea\",\n        \"ostrogothian\"\n    ],\n    \"ọgwụgwọ arsenotherapy\": [\n        \"arsenotherapy\"\n    ],\n    \"arsenotungstic dị\": [\n        \"arsenotungstic\"\n    ],\n    \"oku oku\": [\n        \"arson\",\n        \"arsonate\",\n        \"arsonous\",\n        \"arsons\",\n        \"firecracker\",\n        \"fireshaft\",\n        \"firesider\",\n        \"firesides\",\n        \"firesideship\",\n        \"firespout\",\n        \"flamethrower\",\n        \"hellfires\",\n        \"incinerators\",\n        \"wildfires\"\n    ],\n    \"nsure ọkụ\": [\n        \"arsonation\",\n        \"burntness\"\n    ],\n    \"onye oku oku\": [\n        \"arsonist\",\n        \"firefighter\",\n        \"fireflaught\",\n        \"fireman\"\n    ],\n    \"ndi oku mmadu\": [\n        \"arsonists\"\n    ],\n    \"ọta\": [\n        \"artar\",\n        \"sheld\",\n        \"shied\",\n        \"shield\",\n        \"shieldflower\",\n        \"shieldings\",\n        \"shieldless\",\n        \"shieldlike\",\n        \"shieldmay\",\n        \"shieldmaker\",\n        \"shields\",\n        \"shieldtail\"\n    ],\n    \"ọrụaka\": [\n        \"artcraft\",\n        \"artisanal\",\n        \"crevice\",\n        \"technicalism\"\n    ],\n    \"ihe eserese\": [\n        \"artefacts\"\n    ],\n    \"ogbugba ogbugba\": [\n        \"arterialising\"\n    ],\n    \"ikekwe\": [\n        \"arterialized\",\n        \"auldest\",\n        \"beclogging\",\n        \"beclouded\",\n        \"beclouding\",\n        \"becripple\",\n        \"belonoid\",\n        \"biddably\",\n        \"bodaciously\",\n        \"bonaventure\",\n        \"bouffancy\",\n        \"bowerlike\",\n        \"capacitativly\",\n        \"concupiscible\",\n        \"digrediency\",\n        \"disenablement\",\n        \"dowering\",\n        \"dowerless\",\n        \"efford\",\n        \"empyemic\",\n        \"evocativeness\",\n        \"exanthem\",\n        \"farenheit\",\n        \"fatsoes\",\n        \"feasibly\",\n        \"fittest\",\n        \"flaughtbred\",\n        \"forlorn\",\n        \"fornenst\",\n        \"gropingly\",\n        \"haply\",\n        \"hartebeest\",\n        \"heaper\",\n        \"hexatriose\",\n        \"hexobiose\",\n        \"hoit\",\n        \"hungrily\",\n        \"yahwistic\",\n        \"immanentist\",\n        \"impaste\",\n        \"yukking\",\n        \"labiolingual\",\n        \"likelihood\",\n        \"likelihoods\",\n        \"limpidly\",\n        \"limpily\",\n        \"limpiness\",\n        \"lyophilize\",\n        \"maybloom\",\n        \"maypoling\",\n        \"melianthaceous\",\n        \"mucosocalcareous\",\n        \"multeity\",\n        \"nonevadible\",\n        \"nonextensiveness\",\n        \"outstripped\",\n        \"oversensibleness\",\n        \"palaverer\",\n        \"parturience\",\n        \"peevishly\",\n        \"perchance\",\n        \"percolable\",\n        \"perhaps\",\n        \"perhapses\",\n        \"perkiness\",\n        \"pettichaps\",\n        \"phylacterize\",\n        \"physonectous\",\n        \"phlegmagogue\",\n        \"phlegmaticly\",\n        \"porphyrized\",\n        \"potbelly\",\n        \"prepotently\",\n        \"propense\",\n        \"propionic\",\n        \"puerperous\",\n        \"ratableness\",\n        \"roughhewed\",\n        \"semihardness\",\n        \"semirecumbent\",\n        \"sepiaceous\",\n        \"sobersidedness\",\n        \"spinidentate\",\n        \"steerability\",\n        \"stentoriously\",\n        \"storability\",\n        \"stravaiged\",\n        \"superexcitement\",\n        \"superingeniously\",\n        \"supervenosity\",\n        \"supraworld\",\n        \"teagardeny\",\n        \"trophicity\",\n        \"ultrabenevolent\",\n        \"ultrapious\",\n        \"underfeel\",\n        \"unforlorn\",\n        \"uricemic\",\n        \"vehemency\",\n        \"vitiosity\",\n        \"vitrescible\",\n        \"volubility\",\n        \"weenong\",\n        \"welldecked\",\n        \"zeolitized\"\n    ],\n    \"artering\": [\n        \"arterying\"\n    ],\n    \"arterio arctia\": [\n        \"arterioarctia\"\n    ],\n    \"arterio okpu\": [\n        \"arteriocapillary\"\n    ],\n    \"arterio coccygeal\": [\n        \"arteriococcygeal\"\n    ],\n    \"arjunrhagia\": [\n        \"arteriorrhagia\"\n    ],\n    \"arjunrhaphy\": [\n        \"arteriorrhaphy\"\n    ],\n    \"ariorrhexis\": [\n        \"arteriorrhexis\"\n    ],\n    \"jikere\": [\n        \"arteriotome\",\n        \"poised\",\n        \"posied\",\n        \"prepainful\",\n        \"prepaleolithic\",\n        \"preparatively\",\n        \"preparatorily\",\n        \"prepare\",\n        \"prepave\"\n    ],\n    \"Odikwa ihe\": [\n        \"arterious\"\n    ],\n    \"eji akọ\": [\n        \"artfully\",\n        \"brainily\",\n        \"resourcefully\",\n        \"tactite\"\n    ],\n    \"ogbu na nkwonkwo\": [\n        \"arthogram\",\n        \"arthra\",\n        \"arthragra\",\n        \"arthralgia\",\n        \"arthrectomy\",\n        \"arthredema\",\n        \"arthresthesia\",\n        \"arthritic\",\n        \"arthritical\",\n        \"arthritically\",\n        \"arthriticine\",\n        \"arthritics\",\n        \"arthritides\",\n        \"arthritis\",\n        \"arthrobranch\",\n        \"arthrocace\",\n        \"arthrocele\",\n        \"arthrocleisis\",\n        \"arthroderm\",\n        \"arthrodesis\",\n        \"arthrodia\",\n        \"arthrodiae\",\n        \"arthrodial\",\n        \"arthrodic\",\n        \"arthrodymic\",\n        \"arthrodynia\",\n        \"arthrodynic\",\n        \"arthrodira\",\n        \"arthrodiran\",\n        \"arthrodonteae\",\n        \"arthroendoscopy\",\n        \"arthrogastra\",\n        \"arthrogastran\",\n        \"arthrogenous\",\n        \"arthrography\",\n        \"arthrogryposis\",\n        \"arthrology\",\n        \"arthromere\",\n        \"arthrometer\",\n        \"arthrometry\",\n        \"arthron\",\n        \"arthropathic\",\n        \"arthropathology\",\n        \"arthrophlogosis\",\n        \"arthroplasty\",\n        \"arthroplastic\",\n        \"arthropleura\",\n        \"arthropleure\",\n        \"arthropod\",\n        \"arthropoda\",\n        \"arthropodan\",\n        \"arthropods\",\n        \"arthropomatous\",\n        \"arthrorrhagia\",\n        \"arthrosyrinx\",\n        \"arthrospore\",\n        \"arthrosporic\",\n        \"arthrostomy\",\n        \"arthrostraca\",\n        \"arthrotome\",\n        \"arthrotomy\",\n        \"arthrotomies\",\n        \"arthrotrauma\",\n        \"arthrotropic\",\n        \"arthrous\",\n        \"arthrozoa\",\n        \"arthrozoan\",\n        \"arthrozoic\",\n        \"arthur\",\n        \"arthurian\",\n        \"arthuriana\",\n        \"britishers\",\n        \"metritis\",\n        \"ostealgia\",\n        \"ostearthritis\",\n        \"pyometritis\"\n    ],\n    \"Ogbu\": [\n        \"arthral\",\n        \"bdls\",\n        \"crudwort\",\n        \"distrouser\",\n        \"outcooks\",\n        \"pelvises\",\n        \"raspiness\",\n        \"spinula\",\n        \"squillian\",\n        \"striker\",\n        \"tingles\"\n    ],\n    \"Obochi\": [\n        \"arthrolite\",\n        \"bolometric\",\n        \"clavatin\",\n        \"clodpoll\",\n        \"cloisonne\",\n        \"euchres\",\n        \"osteosuture\",\n        \"thickwit\"\n    ],\n    \"Ogbu na nkwonkwo\": [\n        \"arthroncus\",\n        \"osteotrophic\"\n    ],\n    \"na-arịa ọrịa ogbu na nkwonkwo\": [\n        \"arthropterous\",\n        \"arthrosporous\"\n    ],\n    \"atumatu\": [\n        \"artic\",\n        \"initiatives\",\n        \"policies\",\n        \"rumple\",\n        \"unprotracted\"\n    ],\n    \"atịchok\": [\n        \"artichoke\",\n        \"artichokes\"\n    ],\n    \"kwusiri ike\": [\n        \"articulability\",\n        \"articulable\",\n        \"asserted\",\n        \"intensified\",\n        \"loudened\",\n        \"unstably\"\n    ],\n    \"kwuputa\": [\n        \"articulare\",\n        \"articulate\",\n        \"obclavate\",\n        \"predeclare\",\n        \"proclimax\",\n        \"promulge\",\n        \"quop\",\n        \"quotational\",\n        \"quotative\"\n    ],\n    \"n'ikwu okwu\": [\n        \"articularly\",\n        \"articulatorily\",\n        \"assertorically\",\n        \"assertorily\",\n        \"excommunicative\",\n        \"noncommunicatively\",\n        \"philologically\",\n        \"rheologically\",\n        \"rhetorical\",\n        \"rhetorically\",\n        \"terminologically\",\n        \"uncommunicatively\",\n        \"unpoutingly\",\n        \"unstuttering\",\n        \"untellably\"\n    ],\n    \"na-akọwapụta\": [\n        \"articulars\",\n        \"articulates\",\n        \"clarifying\",\n        \"definitizing\",\n        \"descriptives\",\n        \"elaborating\",\n        \"epigrammatizing\",\n        \"misclassifies\",\n        \"perspicacious\",\n        \"predescribing\",\n        \"prescribes\",\n        \"specifying\",\n        \"underspecifying\",\n        \"unraveling\",\n        \"unravelling\",\n        \"unstridulating\"\n    ],\n    \"atughari\": [\n        \"articulata\",\n        \"articulite\",\n        \"atomiferous\",\n        \"rebused\",\n        \"uncrinkle\",\n        \"uninertly\",\n        \"unraped\"\n    ],\n    \"Onye na-ese ihe\": [\n        \"articulationist\",\n        \"portraitist\",\n        \"smitter\"\n    ],\n    \"atughari okwu\": [\n        \"articulator\"\n    ],\n    \"ndị nkọwapụta\": [\n        \"articulators\",\n        \"descriptors\",\n        \"elaborators\"\n    ],\n    \"arti\": [\n        \"artie\"\n    ],\n    \"kpara\": [\n        \"artiest\",\n        \"attackers\",\n        \"avouched\",\n        \"balmiest\",\n        \"caustified\",\n        \"clammed\",\n        \"constricted\",\n        \"crocheted\",\n        \"elicited\",\n        \"essenical\",\n        \"heckimal\",\n        \"jilted\",\n        \"knifed\",\n        \"knitted\",\n        \"knitweed\",\n        \"knolled\",\n        \"knotted\",\n        \"knurl\",\n        \"knurled\",\n        \"knurly\",\n        \"knurliest\",\n        \"mogged\",\n        \"moored\",\n        \"nippled\",\n        \"oximate\",\n        \"peltately\",\n        \"planish\",\n        \"potted\",\n        \"ravelled\",\n        \"scended\",\n        \"schepen\",\n        \"unparrel\",\n        \"verminal\",\n        \"welshed\",\n        \"woven\"\n    ],\n    \"arịa\": [\n        \"artifact\",\n        \"artifacts\",\n        \"artifice\",\n        \"artifices\",\n        \"furniment\",\n        \"furnishings\",\n        \"furnishment\",\n        \"furnishness\",\n        \"untensile\",\n        \"utensil\",\n        \"utensils\",\n        \"vessel\",\n        \"vessels\"\n    ],\n    \"okike\": [\n        \"artificer\",\n        \"austerer\",\n        \"boccies\",\n        \"bodier\",\n        \"breth\",\n        \"butties\",\n        \"ceration\",\n        \"clonus\",\n        \"connaturality\",\n        \"creat\",\n        \"createdness\",\n        \"creatic\",\n        \"creatin\",\n        \"creation\",\n        \"creatively\",\n        \"creatorrhea\",\n        \"creatorship\",\n        \"creatotoxism\",\n        \"demonography\",\n        \"designfulness\",\n        \"equitative\",\n        \"equivaliant\",\n        \"frivolity\",\n        \"gender\",\n        \"ideality\",\n        \"maleficence\",\n        \"natality\",\n        \"naturale\",\n        \"naturality\",\n        \"natures\",\n        \"naturopathist\",\n        \"obvolution\",\n        \"oratories\",\n        \"ostent\",\n        \"ovality\",\n        \"proreality\",\n        \"proreption\",\n        \"recreatively\",\n        \"spanned\",\n        \"spanner\",\n        \"tritonality\"\n    ],\n    \"ndị okike\": [\n        \"artificers\",\n        \"creators\",\n        \"ostlers\",\n        \"romancers\"\n    ],\n    \"keakamere\": [\n        \"artificial\",\n        \"artificious\",\n        \"pontificial\"\n    ],\n    \"adịghị arụ ọrụ\": [\n        \"artificiality\",\n        \"didactive\",\n        \"disfunction\",\n        \"dysfunction\",\n        \"dysfunctional\",\n        \"dysfunctioning\",\n        \"inefficiently\",\n        \"neuroactive\",\n        \"nonconstructive\",\n        \"nondidactic\",\n        \"nonextractive\",\n        \"nonstructural\",\n        \"rarefactive\",\n        \"unactively\",\n        \"unboggy\",\n        \"uncivilizing\",\n        \"unconductive\",\n        \"unconstructive\",\n        \"uncooperating\",\n        \"uneffective\",\n        \"uneffectless\",\n        \"unenabled\",\n        \"unerasing\",\n        \"unerect\",\n        \"unerodent\",\n        \"unfulgent\",\n        \"ungenerical\",\n        \"unguttural\",\n        \"unlucrative\",\n        \"unmechanize\",\n        \"unmediating\",\n        \"unoffensive\",\n        \"unperforming\",\n        \"unretroactive\",\n        \"unworker\",\n        \"unworking\"\n    ],\n    \"arụrụ aka\": [\n        \"artificialities\"\n    ],\n    \"arụghị ọrụ\": [\n        \"artificialness\",\n        \"inactionist\",\n        \"inactivity\",\n        \"incombustibility\",\n        \"incompactness\",\n        \"inefficacy\",\n        \"inefficience\",\n        \"inefficiency\",\n        \"inertness\",\n        \"inorganic\",\n        \"insagacity\",\n        \"insulphured\",\n        \"iterativeness\",\n        \"nonacoustic\",\n        \"nonaction\",\n        \"nonactivity\",\n        \"nonconformance\",\n        \"nondefective\",\n        \"nondilution\",\n        \"nonentry\",\n        \"nonfacility\",\n        \"nonfactiousness\",\n        \"nonfactitiousness\",\n        \"nongrieved\",\n        \"nonmalleabness\",\n        \"nonobjectivity\",\n        \"nonproductiveness\",\n        \"nonrelativity\",\n        \"nonreproductiveness\",\n        \"nonsancties\",\n        \"nonserviceableness\",\n        \"nontactility\",\n        \"outglared\",\n        \"unactivity\",\n        \"unadhesiveness\",\n        \"unartificiality\",\n        \"unartificialness\",\n        \"uncalked\",\n        \"unchanneled\",\n        \"uncompacted\",\n        \"uncooperativeness\",\n        \"uncorked\",\n        \"uncorks\",\n        \"uncorrelativity\",\n        \"uncraggy\",\n        \"uncultivated\",\n        \"uncultivatedness\",\n        \"uncultivation\",\n        \"undecayedness\",\n        \"undeformedness\",\n        \"underactivity\",\n        \"underagitation\",\n        \"undunged\",\n        \"unduty\",\n        \"uneffaced\",\n        \"unfactional\",\n        \"unjelled\",\n        \"unobsceneness\",\n        \"unoperative\",\n        \"unoratorical\",\n        \"unprojecting\",\n        \"unrailwayed\",\n        \"unrenovated\",\n        \"unsagaciousness\",\n        \"unsententiousness\",\n        \"unsereneness\",\n        \"unserialized\",\n        \"unseriousness\",\n        \"unsyntheticness\",\n        \"unsore\",\n        \"unsoreness\",\n        \"unsuggestedness\",\n        \"unsuggestibility\",\n        \"unsuggestiveness\",\n        \"unsulkiness\",\n        \"unsulliedness\",\n        \"unsulphureness\",\n        \"unsulphureous\",\n        \"unsurveyed\",\n        \"unusuriousness\",\n        \"unwork\",\n        \"unworked\",\n        \"unworkedness\",\n        \"unworkmanly\"\n    ],\n    \"ogbunigwe\": [\n        \"artily\",\n        \"artiller\",\n        \"artillery\",\n        \"carmines\",\n        \"interbrigade\",\n        \"missilemen\"\n    ],\n    \"imepụta ihe\": [\n        \"artilize\",\n        \"genuflecting\"\n    ],\n    \"onye ogbunigwe\": [\n        \"artilleryman\",\n        \"artillerist\",\n        \"bombardman\",\n        \"missileman\"\n    ],\n    \"ndị ogbunigwe\": [\n        \"artillerymen\"\n    ],\n    \"ụgbọ mmiri ogbunigwe\": [\n        \"artilleryship\"\n    ],\n    \"ndị ọrụ agha\": [\n        \"artillerists\"\n    ],\n    \"ọrụ aka\": [\n        \"artisanry\",\n        \"beamwork\",\n        \"handcraft\",\n        \"handicrafts\",\n        \"handicraftship\",\n        \"handicraftsmanship\",\n        \"handiwork\",\n        \"handwork\",\n        \"handworks\",\n        \"handworm\",\n        \"lapwork\",\n        \"libational\",\n        \"profligacy\",\n        \"subpartnership\",\n        \"underhandedness\",\n        \"workhand\"\n    ],\n    \"omenka\": [\n        \"artistess\",\n        \"artsman\"\n    ],\n    \"n'amaghị ama\": [\n        \"artlessly\",\n        \"casuistically\",\n        \"illusively\",\n        \"illusorily\",\n        \"inadvertantly\",\n        \"inadvertence\",\n        \"inadvertently\",\n        \"incautiously\",\n        \"inexplicitly\",\n        \"inexpressively\",\n        \"infamously\",\n        \"involuntarily\",\n        \"lackwittedly\",\n        \"noncaptiously\",\n        \"nonchaotically\",\n        \"nonconscientiously\",\n        \"nonconsciously\",\n        \"nondiagonally\",\n        \"nondiaphanously\",\n        \"nonintelligently\",\n        \"nonmutationally\",\n        \"nonperceptibly\",\n        \"nonperceptively\",\n        \"nonpervertedly\",\n        \"nonphonetically\",\n        \"nonpictorially\",\n        \"nonpreciously\",\n        \"nonpredicatively\",\n        \"nonstrategically\",\n        \"nonsubstantivally\",\n        \"nontenurially\",\n        \"pseudoreligiously\",\n        \"spuriously\",\n        \"tenselessly\",\n        \"unabjectly\",\n        \"unabusively\",\n        \"unadeptly\",\n        \"unaffrightedly\",\n        \"unambitiously\",\n        \"unapologetically\",\n        \"unaptly\",\n        \"unavengingly\",\n        \"unawaredly\",\n        \"unbecomingly\",\n        \"unbegottenly\",\n        \"unbenignantly\",\n        \"unbewitchingly\",\n        \"unbigamously\",\n        \"unbumptiously\",\n        \"uncaptiously\",\n        \"uncaustically\",\n        \"unclamorously\",\n        \"unclerkly\",\n        \"uncommensurately\",\n        \"uncompetently\",\n        \"unconscientiously\",\n        \"uncuriously\",\n        \"undeceitfully\",\n        \"undecipherably\",\n        \"undefiantly\",\n        \"undeliberately\",\n        \"undeviously\",\n        \"undiametrically\",\n        \"undiscernedly\",\n        \"undiscerningly\",\n        \"undiscreetly\",\n        \"unenviously\",\n        \"unerroneously\",\n        \"uneuphoniously\",\n        \"unflagrantly\",\n        \"unflauntingly\",\n        \"unfrivolously\",\n        \"unhopefully\",\n        \"unintentional\",\n        \"unintentionally\",\n        \"unintricately\",\n        \"unlethargically\",\n        \"unmeaningfully\",\n        \"unmerchantly\",\n        \"unmistakedly\",\n        \"unmistakingly\",\n        \"unmordantly\",\n        \"unmutteringly\",\n        \"unnationally\",\n        \"unnervingly\",\n        \"unobdurately\",\n        \"unobliviously\",\n        \"unoccidentally\",\n        \"unoperatically\",\n        \"unparsimoniously\",\n        \"unperceptibly\",\n        \"unperceptively\",\n        \"unperfidiously\",\n        \"unperilously\",\n        \"unperspicuously\",\n        \"unpervertedly\",\n        \"unperviously\",\n        \"unpetulantly\",\n        \"unphonnetically\",\n        \"unpictorially\",\n        \"unpiratically\",\n        \"unpoetically\",\n        \"unpoignantly\",\n        \"unpoisonously\",\n        \"unpolitely\",\n        \"unpontifically\",\n        \"unpreciously\",\n        \"unprecociously\",\n        \"unpredicatively\",\n        \"unprivately\",\n        \"unpromptly\",\n        \"unpunctually\",\n        \"unrecognizingly\",\n        \"unregenerately\",\n        \"unrenownedly\",\n        \"unrepetitiously\",\n        \"unresonantly\",\n        \"unscandalously\",\n        \"unscrupulously\",\n        \"unselfconsciously\",\n        \"unskilfully\",\n        \"unskillfully\",\n        \"unsmirkingly\",\n        \"unsoundly\",\n        \"unspecifically\",\n        \"unspeciously\",\n        \"unsplendidly\",\n        \"unspottedly\",\n        \"unspuriously\",\n        \"unsqueamishly\",\n        \"unstatistically\",\n        \"unstrategically\",\n        \"unsumptuously\",\n        \"unsuspectfully\",\n        \"untediously\",\n        \"untenuously\",\n        \"untormentingly\",\n        \"unupbraidingly\",\n        \"unvaryingly\",\n        \"unvertically\",\n        \"unvitiatedly\",\n        \"unvoraciously\",\n        \"unwhiningly\",\n        \"unwitless\",\n        \"unwittily\",\n        \"unwittingly\",\n        \"wrathily\",\n        \"wronglessly\"\n    ],\n    \"nkaatu\": [\n        \"artotyrite\"\n    ],\n    \"ihe eji eme ihe\": [\n        \"artware\",\n        \"avodires\",\n        \"bathylimnetic\",\n        \"chymics\",\n        \"dalmatics\",\n        \"encyclics\",\n        \"grosgrains\",\n        \"homodermic\",\n        \"locoisms\",\n        \"manors\",\n        \"phanerogenetic\",\n        \"phyllotactic\",\n        \"phyllotactical\",\n        \"plagiary\",\n        \"plagiarizer\",\n        \"plagiarizers\",\n        \"spumes\",\n        \"stagehands\",\n        \"stycerin\",\n        \"valiances\",\n        \"vitalizer\"\n    ],\n    \"yiri\": [\n        \"arumlike\",\n        \"beamlike\",\n        \"beseemly\",\n        \"catlike\",\n        \"chainlike\",\n        \"clocklike\",\n        \"cloglike\",\n        \"consimilar\",\n        \"droplike\",\n        \"epiclike\",\n        \"etypical\",\n        \"feigned\",\n        \"feltlike\",\n        \"filelike\",\n        \"harnesslike\",\n        \"harpylike\",\n        \"identic\",\n        \"identical\",\n        \"yeomanlike\",\n        \"intercommuned\",\n        \"intermatted\",\n        \"kidlike\",\n        \"loglike\",\n        \"mastlike\",\n        \"mimical\",\n        \"molelike\",\n        \"nettlelike\",\n        \"parallelised\",\n        \"parallelized\",\n        \"parallelled\",\n        \"pluglike\",\n        \"podical\",\n        \"podlike\",\n        \"potlike\",\n        \"puplike\",\n        \"puslike\",\n        \"ramlike\",\n        \"raspberrylike\",\n        \"reladled\",\n        \"reladling\",\n        \"resemblable\",\n        \"resemblant\",\n        \"resemble\",\n        \"resembled\",\n        \"resembler\",\n        \"resembles\",\n        \"resembling\",\n        \"resemblingly\",\n        \"ringlike\",\n        \"rodlike\",\n        \"rudderlike\",\n        \"screenlike\",\n        \"searcherlike\",\n        \"seemable\",\n        \"seemed\",\n        \"seemer\",\n        \"seemers\",\n        \"seeming\",\n        \"seemings\",\n        \"seemly\",\n        \"seems\",\n        \"shotlike\",\n        \"shuttlelike\",\n        \"sylphlike\",\n        \"similar\",\n        \"similes\",\n        \"spoollike\",\n        \"stalklike\",\n        \"stemlike\",\n        \"steplike\",\n        \"sticklike\",\n        \"stringlike\",\n        \"tapsterlike\",\n        \"threadlike\",\n        \"tigerlike\",\n        \"towlike\",\n        \"trothlike\",\n        \"tuglike\",\n        \"turniplike\",\n        \"unscholarlike\",\n        \"urnlike\",\n        \"venisonlike\",\n        \"weblike\",\n        \"whiplike\"\n    ],\n    \"arum\": [\n        \"arums\"\n    ],\n    \"echeghi\": [\n        \"arundineous\",\n        \"doubtful\",\n        \"nondisguised\",\n        \"nondisposed\",\n        \"unclerklike\",\n        \"uncranked\"\n    ],\n    \"ihe ebube\": [\n        \"arvel\",\n        \"carunculous\",\n        \"miracular\",\n        \"miradors\",\n        \"miragy\"\n    ],\n    \"ịkọ anụ ụlọ\": [\n        \"arviculture\"\n    ],\n    \"Asbestiform\": [\n        \"asbestiform\"\n    ],\n    \"ọgwụ asbestoidal\": [\n        \"asbestoidal\"\n    ],\n    \"ọgwụ asbestos\": [\n        \"asbestos\",\n        \"asbestous\",\n        \"asbestus\"\n    ],\n    \"asbestosis\": [\n        \"asbestoses\"\n    ],\n    \"Asụsụ Asia\": [\n        \"ascanian\"\n    ],\n    \"Ugochi\": [\n        \"ascellus\",\n        \"grouselike\",\n        \"hart\",\n        \"kingston\",\n        \"longicorn\",\n        \"mts\",\n        \"pooches\",\n        \"ratoon\",\n        \"slovene\",\n        \"talcums\",\n        \"thongy\",\n        \"vingt\",\n        \"writhy\"\n    ],\n    \"nrigo\": [\n        \"ascence\",\n        \"ascendance\",\n        \"ascendence\",\n        \"ascendency\",\n        \"ascendent\",\n        \"ascensional\",\n        \"ascensions\",\n        \"ascensive\",\n        \"elevation\"\n    ],\n    \"rigoo\": [\n        \"ascend\"\n    ],\n    \"agbago\": [\n        \"ascendant\",\n        \"ascendantly\",\n        \"beringleted\",\n        \"climaciaceous\",\n        \"escargot\",\n        \"escargots\",\n        \"escarp\",\n        \"mediodepressed\",\n        \"stradld\",\n        \"upsedoun\",\n        \"upspeed\"\n    ],\n    \"Ndi di elu\": [\n        \"ascendants\"\n    ],\n    \"rigoro\": [\n        \"ascended\"\n    ],\n    \"arịgo\": [\n        \"ascender\",\n        \"ascends\"\n    ],\n    \"na-agbago\": [\n        \"ascenders\",\n        \"ascendingly\",\n        \"ascites\",\n        \"ascitic\",\n        \"ascititious\",\n        \"creasing\",\n        \"hilting\",\n        \"hoisting\",\n        \"mountingly\",\n        \"priding\",\n        \"ramping\",\n        \"skyrocketing\",\n        \"ungrowing\",\n        \"upcurling\",\n        \"upgirding\",\n        \"upswing\",\n        \"upswinging\",\n        \"upthrowing\",\n        \"upwafting\"\n    ],\n    \"ihe adighi nma\": [\n        \"ascendible\",\n        \"ecphractic\",\n        \"enclitical\"\n    ],\n    \"na-arigo\": [\n        \"ascending\"\n    ],\n    \"onye mbuli elu\": [\n        \"ascensionist\"\n    ],\n    \"nrịgogo\": [\n        \"ascensiontide\"\n    ],\n    \"rịgoro\": [\n        \"ascent\",\n        \"ascents\",\n        \"ascry\",\n        \"climbed\"\n    ],\n    \"chọpụta\": [\n        \"ascertain\",\n        \"ascertainer\",\n        \"ascertaining\",\n        \"ascertains\",\n        \"assess\",\n        \"cheken\",\n        \"detect\",\n        \"determinable\",\n        \"determinably\",\n        \"determinate\",\n        \"determine\",\n        \"diagnose\",\n        \"discern\",\n        \"discind\",\n        \"factorize\",\n        \"ovalize\",\n        \"sensed\",\n        \"tarrify\"\n    ],\n    \"enwere ike ịchọta\": [\n        \"ascertainable\",\n        \"ascertainableness\"\n    ],\n    \"achọpụta\": [\n        \"ascertained\",\n        \"detectable\",\n        \"detectably\",\n        \"detectible\",\n        \"diagnosable\",\n        \"discernable\",\n        \"discerned\",\n        \"discernible\",\n        \"discovered\",\n        \"discovering\",\n        \"traceably\"\n    ],\n    \"ihe nnabata\": [\n        \"ascetics\",\n        \"factoryship\",\n        \"grandstands\",\n        \"kexy\",\n        \"pitchwork\",\n        \"receptary\",\n        \"receptor\",\n        \"tenoner\"\n    ],\n    \"ihe nrịbama\": [\n        \"ascidiferous\",\n        \"marker\",\n        \"markers\",\n        \"sourbellies\"\n    ],\n    \"gbagoo\": [\n        \"ascill\",\n        \"ascite\",\n        \"enwind\",\n        \"forblack\",\n        \"upbend\",\n        \"updo\",\n        \"updome\",\n        \"updove\",\n        \"upend\",\n        \"upends\",\n        \"upgale\",\n        \"upgirded\",\n        \"upglide\",\n        \"uplimber\",\n        \"uplit\",\n        \"uplong\",\n        \"uppull\",\n        \"upreared\",\n        \"upseize\",\n        \"upspire\",\n        \"upstaged\",\n        \"upstepped\",\n        \"upstreamward\",\n        \"upwafted\",\n        \"upwell\",\n        \"upwells\"\n    ],\n    \"dị ọcha\": [\n        \"asclent\",\n        \"begrain\",\n        \"chaste\",\n        \"chastely\",\n        \"chastest\",\n        \"cleam\",\n        \"clean\",\n        \"cleanable\",\n        \"cleanest\",\n        \"cleanhanded\",\n        \"cleanhandedness\",\n        \"cleanhearted\",\n        \"cleanly\",\n        \"cleanlily\",\n        \"cleans\",\n        \"cleanse\",\n        \"cleansed\",\n        \"cleanser\",\n        \"cleruchial\",\n        \"deified\",\n        \"derange\",\n        \"epaleaceous\",\n        \"flatdom\",\n        \"floc\",\n        \"froufrous\",\n        \"hoidenish\",\n        \"impuritan\",\n        \"lingulated\",\n        \"neaten\",\n        \"neatened\",\n        \"neater\",\n        \"nitrated\",\n        \"nitrified\",\n        \"pranceful\",\n        \"precontract\",\n        \"pur\",\n        \"purblindly\",\n        \"purdy\",\n        \"pure\",\n        \"pureayn\",\n        \"purebred\",\n        \"purebreds\",\n        \"pureed\",\n        \"purees\",\n        \"purehearted\",\n        \"purey\",\n        \"purer\",\n        \"purest\",\n        \"purfly\",\n        \"purify\",\n        \"purificant\",\n        \"purificative\",\n        \"purificatory\",\n        \"purist\",\n        \"puritan\",\n        \"puritanic\",\n        \"puritanically\",\n        \"puritanly\",\n        \"purities\",\n        \"purkinjean\",\n        \"purlieuman\",\n        \"purlieumen\",\n        \"purpie\",\n        \"purpureous\",\n        \"purpurite\",\n        \"purree\",\n        \"purry\",\n        \"purty\",\n        \"purveyal\",\n        \"sheenful\",\n        \"shendful\",\n        \"sleekened\",\n        \"stuporous\",\n        \"tendentious\",\n        \"trihydrated\",\n        \"viridescent\",\n        \"virify\",\n        \"virilify\"\n    ],\n    \"Asclepiadaceous\": [\n        \"asclepiadaceous\"\n    ],\n    \"Onyebuchi\": [\n        \"ascolichen\",\n        \"baulkiest\",\n        \"biorgan\",\n        \"bourignian\",\n        \"bourignianist\",\n        \"brinston\",\n        \"bromobenzyl\",\n        \"cloddiest\",\n        \"cloddily\",\n        \"clonothrix\",\n        \"clostridian\",\n        \"coachwright\",\n        \"crestfallenly\",\n        \"dawsoniaceous\",\n        \"dewitt\",\n        \"didascaly\",\n        \"eldritch\",\n        \"erdvark\",\n        \"everbloomer\",\n        \"gasthauser\",\n        \"hemihedric\",\n        \"hispanophile\",\n        \"hushpuppy\",\n        \"jansenist\",\n        \"jester\",\n        \"kalsomining\",\n        \"kerchieft\",\n        \"lyreman\",\n        \"mainpernor\",\n        \"pandectist\",\n        \"phrenicogastric\",\n        \"phrenicolienal\",\n        \"psalmodize\",\n        \"psalmograph\",\n        \"psammead\",\n        \"psammophile\",\n        \"robenhausian\",\n        \"rogerian\",\n        \"rondellier\",\n        \"rosttra\",\n        \"roussette\",\n        \"rubefy\",\n        \"ruffianly\",\n        \"rufigallic\",\n        \"rumfustian\",\n        \"sabellarian\",\n        \"salamandrian\",\n        \"saltshaker\",\n        \"samir\",\n        \"samkhya\",\n        \"samskara\",\n        \"scabiouses\",\n        \"shelleyesque\",\n        \"sonoriferous\",\n        \"stemonaceous\",\n        \"svgs\",\n        \"thalamencephala\",\n        \"thalamencephalon\",\n        \"thalamencephalons\",\n        \"thalamocele\",\n        \"thalassal\",\n        \"thalassinian\",\n        \"thalloid\",\n        \"thalloidal\",\n        \"thanatophoby\",\n        \"thaumantian\",\n        \"thaumantias\",\n        \"thyraden\",\n        \"thyrsoid\",\n        \"threnodian\",\n        \"thujyl\",\n        \"thwackstave\",\n        \"timazite\",\n        \"tongman\",\n        \"vandemonian\",\n        \"victoress\",\n        \"viticulturer\",\n        \"whodunits\",\n        \"xenogenous\",\n        \"zabajones\",\n        \"zechstein\",\n        \"zendician\",\n        \"zendos\",\n        \"zitherist\",\n        \"zmudz\",\n        \"zwieselite\"\n    ],\n    \"askon\": [\n        \"ascon\"\n    ],\n    \"ihendori\": [\n        \"ascosporic\",\n        \"saice\",\n        \"sauce\",\n        \"sauceman\",\n        \"saucepan\",\n        \"saucer\",\n        \"saucerful\",\n        \"sauch\",\n        \"saucier\",\n        \"sorcer\"\n    ],\n    \"ihe nrịgo\": [\n        \"ascots\"\n    ],\n    \"asịrị\": [\n        \"ascriptive\",\n        \"goslings\",\n        \"gosport\",\n        \"gossip\",\n        \"gossipdom\",\n        \"gossipers\",\n        \"gossiphood\",\n        \"gossipiness\",\n        \"gossipred\",\n        \"gossipry\",\n        \"gossipries\",\n        \"gossips\",\n        \"gossoons\",\n        \"gremmies\",\n        \"ironies\",\n        \"obnoxiously\",\n        \"rumage\",\n        \"rumblement\",\n        \"rumblers\",\n        \"rumgumption\",\n        \"rummier\",\n        \"rumney\",\n        \"rumness\",\n        \"rumor\",\n        \"rumored\",\n        \"rumoring\",\n        \"rumors\",\n        \"rumour\",\n        \"rumoured\",\n        \"rumourer\",\n        \"rumouring\",\n        \"rumours\",\n        \"scandal\",\n        \"scandaling\",\n        \"scandalisation\",\n        \"scandalise\",\n        \"scandals\",\n        \"unamusing\"\n    ],\n    \"Asdic\": [\n        \"asdic\"\n    ],\n    \"aseism\": [\n        \"aseismic\"\n    ],\n    \"aseas\": [\n        \"aseitas\"\n    ],\n    \"Asellus\": [\n        \"asellus\"\n    ],\n    \"kporo\": [\n        \"asem\",\n        \"catvine\",\n        \"claves\",\n        \"clitoria\",\n        \"clitoris\",\n        \"clomb\",\n        \"conundrum\",\n        \"cotan\",\n        \"crafter\",\n        \"crypt\",\n        \"croze\",\n        \"crozed\",\n        \"crozer\",\n        \"crura\",\n        \"preconsume\",\n        \"prunell\",\n        \"pruner\",\n        \"quebrachitol\",\n        \"vened\"\n    ],\n    \"enweghi nsogbu\": [\n        \"asemic\",\n        \"disadvantage\",\n        \"disadvantaged\",\n        \"disadvantagedness\",\n        \"heathless\",\n        \"impalmed\",\n        \"impetrable\",\n        \"impunities\",\n        \"incoincidence\",\n        \"inconel\",\n        \"inconformity\",\n        \"inconnectedness\",\n        \"inductility\",\n        \"inhomogeneous\",\n        \"iniquitous\",\n        \"instability\",\n        \"instabilities\",\n        \"insurability\",\n        \"malcontents\",\n        \"malformed\",\n        \"misaffect\",\n        \"spurless\",\n        \"unamassed\",\n        \"uncomeliness\",\n        \"unfortune\",\n        \"unimpaired\",\n        \"unimpeded\",\n        \"unobstructedness\",\n        \"unperturbedness\",\n        \"unridered\",\n        \"unridiculed\",\n        \"unsequestered\",\n        \"unsomberness\",\n        \"unstability\",\n        \"untangental\",\n        \"untethered\",\n        \"untimesome\",\n        \"untoothsomeness\",\n        \"untuneably\",\n        \"virility\"\n    ],\n    \"kwụrụ ụgwọ\": [\n        \"asfast\",\n        \"bugeyed\",\n        \"debited\",\n        \"funded\",\n        \"noncondensable\",\n        \"payors\",\n        \"paussid\",\n        \"pawed\",\n        \"prepayable\",\n        \"purselike\",\n        \"requoted\",\n        \"sponsible\",\n        \"stalactited\",\n        \"stipends\",\n        \"tantalized\",\n        \"tantalizer\",\n        \"tenantable\",\n        \"tenantableness\"\n    ],\n    \"Asg\": [\n        \"asg\"\n    ],\n    \"Asgd\": [\n        \"asgd\"\n    ],\n    \"Asgmt\": [\n        \"asgmt\"\n    ],\n    \"uyi\": [\n        \"ash\",\n        \"ashet\",\n        \"fang\"\n    ],\n    \"ihe ihere\": [\n        \"ashame\",\n        \"dishonored\",\n        \"dishonourary\",\n        \"dishonoured\",\n        \"dishonourer\",\n        \"dishonouring\"\n    ],\n    \"ashara\": [\n        \"asherah\",\n        \"asherim\"\n    ],\n    \"asha\": [\n        \"ashery\"\n    ],\n    \"ndi-asha\": [\n        \"asherites\"\n    ],\n    \"ashler\": [\n        \"ashlered\"\n    ],\n    \"ashler n'ime\": [\n        \"ashlering\"\n    ],\n    \"enweghị ntụ\": [\n        \"ashlers\",\n        \"ashless\",\n        \"balminess\",\n        \"brimless\",\n        \"brineless\",\n        \"colorlessly\",\n        \"creaseless\",\n        \"dustless\",\n        \"dustlessness\",\n        \"flavourless\",\n        \"noncrenated\",\n        \"nonfluorescence\",\n        \"pieless\",\n        \"plaintless\",\n        \"pollenless\",\n        \"popeless\",\n        \"shadelessness\",\n        \"shadowlessness\",\n        \"sinproof\",\n        \"uncrime\",\n        \"unfowllike\",\n        \"unmadded\",\n        \"unpapaverous\"\n    ],\n    \"n’ikpere mmiri\": [\n        \"ashore\"\n    ],\n    \"ntụ ash ashts\": [\n        \"ashplants\"\n    ],\n    \"efere ntụ\": [\n        \"ashtray\",\n        \"ashtrays\"\n    ],\n    \"Asia\": [\n        \"asia\"\n    ],\n    \"asia\": [\n        \"asian\"\n    ],\n    \"ndị Asia\": [\n        \"asians\"\n    ],\n    \"asi ahaan\": [\n        \"asiatically\"\n    ],\n    \"asiatism\": [\n        \"asiaticism\"\n    ],\n    \"n'akụkụ aka\": [\n        \"asidehand\"\n    ],\n    \"Asiden\": [\n        \"asiden\"\n    ],\n    \"Asilid\": [\n        \"asilid\"\n    ],\n    \"Asyllabia\": [\n        \"asyllabia\"\n    ],\n    \"ihe asyllabical\": [\n        \"asyllabical\"\n    ],\n    \"mgbapu\": [\n        \"asylum\",\n        \"aslumber\",\n        \"asplenium\",\n        \"chomp\",\n        \"craquelure\",\n        \"defection\",\n        \"demagnetise\",\n        \"despatcher\",\n        \"diachylum\",\n        \"escapable\",\n        \"escaper\",\n        \"escapism\",\n        \"excurvature\",\n        \"externa\",\n        \"fugitation\",\n        \"fugitiveness\",\n        \"inscape\",\n        \"littles\",\n        \"outwrestle\",\n        \"rumpadder\",\n        \"rupie\",\n        \"ruption\",\n        \"rupturewort\",\n        \"scrump\",\n        \"spillpipe\",\n        \"surprints\",\n        \"venta\",\n        \"venter\"\n    ],\n    \"Asilus\": [\n        \"asilus\"\n    ],\n    \"akpàràkpà\": [\n        \"asymmetric\"\n    ],\n    \"asymptotically\": [\n        \"asymptotical\",\n        \"asymtotically\"\n    ],\n    \"asymptotic\": [\n        \"asymtotic\"\n    ],\n    \"jụọ\": [\n        \"ask\",\n        \"askeses\",\n        \"asklent\",\n        \"consult\",\n        \"enquire\",\n        \"ense\",\n        \"esquire\",\n        \"inquire\",\n        \"inquisit\",\n        \"lapped\"\n    ],\n    \"ajụ\": [\n        \"askable\",\n        \"inquilinous\",\n        \"questionable\",\n        \"refusing\",\n        \"refutal\",\n        \"rejectable\",\n        \"rejecting\",\n        \"rejectingly\",\n        \"repulsions\",\n        \"solicitous\",\n        \"spurn\"\n    ],\n    \"onye jụrụ\": [\n        \"asker\"\n    ],\n    \"ndị na-ajụ ajụjụ\": [\n        \"askers\",\n        \"querists\",\n        \"questioners\"\n    ],\n    \"jụọ ajụjụ\": [\n        \"askesis\",\n        \"inquaintance\",\n        \"inquiet\",\n        \"inquisite\"\n    ],\n    \"askoe\": [\n        \"askoye\"\n    ],\n    \"asmr\": [\n        \"askr\"\n    ],\n    \"kpuru\": [\n        \"aslant\",\n        \"capsized\",\n        \"coshed\",\n        \"doze\",\n        \"occulter\",\n        \"turtled\",\n        \"uppent\"\n    ],\n    \"a slantwise\": [\n        \"aslantwise\"\n    ],\n    \"na-ehi ụra\": [\n        \"asleep\",\n        \"baccivorous\",\n        \"bedarkening\",\n        \"bedarkens\",\n        \"bedighted\",\n        \"bedimming\",\n        \"bedimpling\",\n        \"bedirtying\",\n        \"bedizening\",\n        \"bedlamising\",\n        \"bedlamizing\",\n        \"bedrenching\",\n        \"bedright\",\n        \"bedriveled\",\n        \"bedriveling\",\n        \"bedrivelling\",\n        \"bedrugging\",\n        \"bedumbing\",\n        \"beduncing\",\n        \"bedwarfing\",\n        \"bleeping\",\n        \"bleeps\",\n        \"conepates\",\n        \"cowhided\",\n        \"dormant\",\n        \"dozing\",\n        \"dwight\",\n        \"hibernating\",\n        \"lagering\",\n        \"layshaft\",\n        \"misnumbering\",\n        \"oversleeps\",\n        \"sheepling\",\n        \"sleepful\",\n        \"sleepy\",\n        \"sleepily\",\n        \"sleeping\",\n        \"sleepingly\",\n        \"sleepish\",\n        \"sleeplessly\",\n        \"sleeps\",\n        \"sleepwaking\",\n        \"sleepwalking\",\n        \"slumberingly\",\n        \"stodging\",\n        \"undersleeping\",\n        \"undormant\",\n        \"undusty\",\n        \"unsoothfast\"\n    ],\n    \"ndida\": [\n        \"aslope\",\n        \"betrace\",\n        \"betray\",\n        \"slope\",\n        \"southern\",\n        \"southron\"\n    ],\n    \"Asmack\": [\n        \"asmack\"\n    ],\n    \"anwụrụ ọkụ\": [\n        \"asmoke\",\n        \"chimneys\",\n        \"smoke\",\n        \"smokefarthings\",\n        \"smokejack\",\n        \"smokeless\",\n        \"smokelessly\",\n        \"smokeproof\",\n        \"smokiness\",\n        \"snuffler\",\n        \"snufflers\",\n        \"snufflier\"\n    ],\n    \"ndondo oro\": [\n        \"asnort\"\n    ],\n    \"ason\": [\n        \"asonant\"\n    ],\n    \"Asonia\": [\n        \"asonia\"\n    ],\n    \"ndịda\": [\n        \"asouth\",\n        \"danker\",\n        \"downers\",\n        \"nerds\",\n        \"south\",\n        \"southrons\",\n        \"stouth\"\n    ],\n    \"asparagine\": [\n        \"asparagyl\",\n        \"asparagin\"\n    ],\n    \"wekọtara\": [\n        \"asperate\"\n    ],\n    \"choro\": [\n        \"asperates\",\n        \"demanded\",\n        \"demanders\",\n        \"prerequire\",\n        \"quired\",\n        \"require\",\n        \"requirer\",\n        \"wanty\"\n    ],\n    \"ibu ibu\": [\n        \"asperity\",\n        \"assot\",\n        \"bearlike\",\n        \"carload\",\n        \"carloadings\",\n        \"celerity\",\n        \"estuosity\",\n        \"fastuousness\",\n        \"freightyard\",\n        \"freighting\",\n        \"giantlikeness\",\n        \"headload\",\n        \"italianity\",\n        \"loory\",\n        \"overstaleness\",\n        \"overweightage\",\n        \"superdelicateness\",\n        \"superload\",\n        \"supernuity\",\n        \"wagonload\",\n        \"weighership\",\n        \"weight\"\n    ],\n    \"buru ibu\": [\n        \"aspermous\",\n        \"athermous\",\n        \"bargeload\",\n        \"bearherd\",\n        \"biggened\",\n        \"biggety\",\n        \"biggy\",\n        \"bigly\",\n        \"bourse\",\n        \"brined\",\n        \"bulked\",\n        \"bulks\",\n        \"burdie\",\n        \"burseraceous\",\n        \"capitalize\",\n        \"capitalizer\",\n        \"deadweight\",\n        \"enmesh\",\n        \"enormous\",\n        \"enormousness\",\n        \"enquarter\",\n        \"enquere\",\n        \"forbearer\",\n        \"freighted\",\n        \"freighter\",\n        \"freightless\",\n        \"goodsome\",\n        \"heapy\",\n        \"huge\",\n        \"impounder\",\n        \"larded\",\n        \"large\",\n        \"largebrained\",\n        \"larked\",\n        \"luge\",\n        \"lugged\",\n        \"obsign\",\n        \"offload\",\n        \"oundy\",\n        \"outbegged\",\n        \"outjuggled\",\n        \"outqueried\",\n        \"outvier\",\n        \"overacted\",\n        \"overagitated\",\n        \"overglazed\",\n        \"oversaturated\",\n        \"overside\",\n        \"oversides\",\n        \"oversized\",\n        \"overweigh\",\n        \"overweighing\",\n        \"overweight\",\n        \"overweighting\",\n        \"preabundance\",\n        \"preabundant\",\n        \"preabundantly\",\n        \"prenominate\",\n        \"quanted\",\n        \"ramous\",\n        \"regardful\",\n        \"scaleful\",\n        \"spermous\",\n        \"teethily\",\n        \"thuggish\",\n        \"unburrow\",\n        \"uncorner\",\n        \"unsightlier\",\n        \"unsimmering\",\n        \"unweight\",\n        \"usward\",\n        \"vast\",\n        \"vastate\",\n        \"weazened\"\n    ],\n    \"Aspern\": [\n        \"aspern\"\n    ],\n    \"ọchịchọ\": [\n        \"asperness\",\n        \"aspiringness\",\n        \"curvant\",\n        \"curviness\",\n        \"desight\",\n        \"desightment\",\n        \"desiliconization\",\n        \"desilverization\",\n        \"desirability\",\n        \"desiredness\",\n        \"desireful\",\n        \"desirefulness\",\n        \"desirousness\",\n        \"desorption\",\n        \"desperateness\",\n        \"desucration\",\n        \"exigencies\",\n        \"inclinableness\",\n        \"inclinational\",\n        \"inclinations\",\n        \"inclinatory\",\n        \"propensity\",\n        \"queerity\",\n        \"querulity\",\n        \"quest\",\n        \"questor\",\n        \"questorial\",\n        \"quiescency\",\n        \"tendance\",\n        \"tendant\",\n        \"tendence\",\n        \"tendences\",\n        \"tendency\",\n        \"tendencies\",\n        \"tendencious\",\n        \"tendenciousness\",\n        \"tendent\",\n        \"tendential\",\n        \"tendentiousness\",\n        \"tendment\",\n        \"wishbones\",\n        \"wishfulness\",\n        \"wishmay\",\n        \"wishness\"\n    ],\n    \"siri ike\": [\n        \"asperous\",\n        \"cerous\",\n        \"consubsistency\",\n        \"difficult\",\n        \"difficultly\",\n        \"earnest\",\n        \"earnestful\",\n        \"energic\",\n        \"famular\",\n        \"ferinely\",\n        \"forficate\",\n        \"frayed\",\n        \"fraist\",\n        \"guiltiest\",\n        \"hard\",\n        \"hardanger\",\n        \"hardboiled\",\n        \"hardcore\",\n        \"hardenable\",\n        \"hardfisted\",\n        \"hardy\",\n        \"hardily\",\n        \"hardish\",\n        \"hardly\",\n        \"hardstanding\",\n        \"heisted\",\n        \"maleficial\",\n        \"mensurable\",\n        \"obstreperous\",\n        \"potorous\",\n        \"ratable\",\n        \"rigidified\",\n        \"rigorous\",\n        \"robust\",\n        \"robustest\",\n        \"robustful\",\n        \"robustic\",\n        \"robustious\",\n        \"robustly\",\n        \"robustuous\",\n        \"rougher\",\n        \"roughest\",\n        \"roughride\",\n        \"roughtail\",\n        \"severe\",\n        \"severer\",\n        \"siliquous\",\n        \"sloid\",\n        \"sloids\",\n        \"solid\",\n        \"solidago\",\n        \"solidagos\",\n        \"solidary\",\n        \"solidate\",\n        \"solidated\",\n        \"solidifiable\",\n        \"solidish\",\n        \"solids\",\n        \"solidungula\",\n        \"solidungular\",\n        \"solidungulate\",\n        \"steerable\",\n        \"stelled\",\n        \"stercoreous\",\n        \"stiffed\",\n        \"stiffened\",\n        \"stoep\",\n        \"stolid\",\n        \"stoutly\",\n        \"strict\",\n        \"strictest\",\n        \"strictish\",\n        \"strigilous\",\n        \"superugly\",\n        \"tenable\",\n        \"tenably\",\n        \"tenderable\",\n        \"tightliest\",\n        \"toug\",\n        \"tough\",\n        \"toughest\",\n        \"toughy\",\n        \"toughly\",\n        \"toughs\",\n        \"tought\",\n        \"untough\",\n        \"untoughly\"\n    ],\n    \"Okwukwu\": [\n        \"asperse\",\n        \"bostonite\",\n        \"oughting\",\n        \"placoidal\",\n        \"pluckerian\",\n        \"pokinesses\",\n        \"prostrator\",\n        \"queazier\",\n        \"quor\",\n        \"shovelweed\",\n        \"skeeling\",\n        \"spikefishes\",\n        \"waverous\"\n    ],\n    \"Okpukpo\": [\n        \"aspersed\",\n        \"bepester\",\n        \"boneset\",\n        \"cappelenite\",\n        \"cevadilline\",\n        \"chepster\",\n        \"cledonism\",\n        \"clonism\",\n        \"coeldership\",\n        \"cottierism\",\n        \"cottonmouths\",\n        \"cranreuch\",\n        \"cremone\",\n        \"cremorne\",\n        \"crepehanger\",\n        \"crookshouldered\",\n        \"decanery\",\n        \"defluxion\",\n        \"dermatoneural\",\n        \"dermatotropic\",\n        \"duster\",\n        \"dustier\",\n        \"dustoor\",\n        \"esquiredom\",\n        \"exteriorizing\",\n        \"ftnerr\",\n        \"gynecium\",\n        \"homohedral\",\n        \"infigured\",\n        \"internidal\",\n        \"linopteris\",\n        \"medusans\",\n        \"mercurophen\",\n        \"metabolian\",\n        \"morcellated\",\n        \"neuromast\",\n        \"opprobrious\",\n        \"ostectomies\",\n        \"osteitic\",\n        \"ostempyesis\",\n        \"osteologies\",\n        \"osteomancy\",\n        \"osteomanty\",\n        \"osteopath\",\n        \"osteopedion\",\n        \"osteotome\",\n        \"osteotomies\",\n        \"ostomy\",\n        \"pantagruelion\",\n        \"parrier\",\n        \"pellucidness\",\n        \"pelmanism\",\n        \"pelters\",\n        \"pelvics\",\n        \"perimedullary\",\n        \"pewterwort\",\n        \"phrenicectomy\",\n        \"pickpockets\",\n        \"pleuropodium\",\n        \"porotic\",\n        \"potteress\",\n        \"protevangelion\",\n        \"psittacinite\",\n        \"puller\",\n        \"pulsejet\",\n        \"religio\",\n        \"scabbles\",\n        \"sciatic\",\n        \"scotticism\",\n        \"spalled\",\n        \"spelbound\",\n        \"spieler\",\n        \"spikehole\",\n        \"spilanthes\",\n        \"spoliator\",\n        \"spoliators\",\n        \"sprottle\",\n        \"squadded\",\n        \"squinter\",\n        \"stotious\",\n        \"supersanguine\",\n        \"supersedure\",\n        \"toddite\",\n        \"tropes\",\n        \"tummeler\",\n        \"undominative\",\n        \"unfrizzled\",\n        \"unsplattered\",\n        \"vuggy\"\n    ],\n    \"aspersọ\": [\n        \"asperser\",\n        \"aspersers\"\n    ],\n    \"aspers\": [\n        \"asperses\"\n    ],\n    \"Aspersory\": [\n        \"aspersory\"\n    ],\n    \"ndị na-agba ọsọ\": [\n        \"aspersors\",\n        \"cyclotrons\",\n        \"expediters\",\n        \"fledgy\",\n        \"hacklers\",\n        \"hurlers\",\n        \"jackers\",\n        \"jumpers\",\n        \"marchers\",\n        \"nigglers\",\n        \"pedalfers\",\n        \"rankers\",\n        \"ransackers\",\n        \"runners\",\n        \"sprinters\"\n    ],\n    \"korota\": [\n        \"asphalt\",\n        \"asphalted\",\n        \"asphalter\",\n        \"asphaltite\",\n        \"asphaltlike\",\n        \"asphalts\",\n        \"asphaltum\",\n        \"asphaltus\"\n    ],\n    \"asifaic\": [\n        \"aspheric\"\n    ],\n    \"asferical\": [\n        \"aspherical\"\n    ],\n    \"okpokoro ntụ\": [\n        \"asphyxy\"\n    ],\n    \"anwuru-ọku\": [\n        \"asphyxiant\"\n    ],\n    \"iku ume ọkụ\": [\n        \"asphyxiate\"\n    ],\n    \"ikpo ume\": [\n        \"asphyxiated\",\n        \"invinate\",\n        \"pulpotomy\",\n        \"ustulation\"\n    ],\n    \"iku ume mmiri\": [\n        \"asphyxiation\"\n    ],\n    \"aspọdel\": [\n        \"asphodel\"\n    ],\n    \"mmiri ọgwụ\": [\n        \"asphodeline\",\n        \"hydrochemical\",\n        \"hydrotherapeutically\",\n        \"hormonelike\",\n        \"iatrochemical\",\n        \"ligroines\",\n        \"ligroins\",\n        \"runcinate\"\n    ],\n    \"aspọdelus\": [\n        \"asphodelus\"\n    ],\n    \"ndị na-achọsi ike\": [\n        \"aspics\",\n        \"aspirants\"\n    ],\n    \"na-achọsi ike\": [\n        \"aspiculous\",\n        \"aspidate\",\n        \"aspirant\",\n        \"aspirated\",\n        \"bacciferous\",\n        \"coving\",\n        \"cravening\",\n        \"craving\",\n        \"demandable\",\n        \"desiderative\",\n        \"desirable\",\n        \"desirableness\",\n        \"desirably\",\n        \"desireable\",\n        \"desirous\",\n        \"desirously\",\n        \"desistive\",\n        \"enravishingly\",\n        \"feasing\",\n        \"yearnful\",\n        \"yearnfulness\",\n        \"yearning\",\n        \"inquirable\",\n        \"keen\",\n        \"keening\",\n        \"likeable\",\n        \"lushing\",\n        \"lustering\",\n        \"lustrating\",\n        \"questful\",\n        \"spirable\",\n        \"staving\",\n        \"ultravicious\",\n        \"wantful\",\n        \"wishful\"\n    ],\n    \"nwebi ndu\": [\n        \"aspidomancy\"\n    ],\n    \"ochicho obi\": [\n        \"aspiration\"\n    ],\n    \"chọsiri ike\": [\n        \"aspired\",\n        \"desiderated\"\n    ],\n    \"ndị na-achọ\": [\n        \"aspirers\",\n        \"seekers\"\n    ],\n    \"ọgwụ mgbu\": [\n        \"aspirin\"\n    ],\n    \"mbupụ\": [\n        \"asportation\",\n        \"emportment\",\n        \"export\",\n        \"exportability\",\n        \"exportation\",\n        \"exportations\",\n        \"exports\",\n        \"offloads\",\n        \"offshoot\",\n        \"outrave\",\n        \"outraving\",\n        \"outrival\"\n    ],\n    \"ikpa ume\": [\n        \"asporulate\"\n    ],\n    \"asusu\": [\n        \"asprete\",\n        \"goslet\",\n        \"irony\",\n        \"lingualize\",\n        \"linguister\",\n        \"mislanguage\",\n        \"rumless\",\n        \"subinguinal\"\n    ],\n    \"puo\": [\n        \"asprout\",\n        \"protandrous\",\n        \"sprout\"\n    ],\n    \"nyere iwu\": [\n        \"asquirm\",\n        \"commanded\",\n        \"enjoined\",\n        \"lawed\",\n        \"ordered\",\n        \"overlegislated\",\n        \"preordered\",\n        \"prequarantined\"\n    ],\n    \"asramma\": [\n        \"asramas\"\n    ],\n    \"na-eche\": [\n        \"assagaiing\",\n        \"assumptive\",\n        \"awaiting\",\n        \"baizing\",\n        \"canalizes\",\n        \"connived\",\n        \"dandlingly\",\n        \"devisees\",\n        \"devises\",\n        \"devitalizes\",\n        \"diddering\",\n        \"dreary\",\n        \"drearies\",\n        \"drecks\",\n        \"dreidls\",\n        \"dualizes\",\n        \"fantasizing\",\n        \"feels\",\n        \"fending\",\n        \"focalizes\",\n        \"gingely\",\n        \"guessingly\",\n        \"ising\",\n        \"lindying\",\n        \"lurks\",\n        \"manacing\",\n        \"manacling\",\n        \"monists\",\n        \"onerously\",\n        \"pintails\",\n        \"ponders\",\n        \"presumingly\",\n        \"presumptively\",\n        \"presupposing\",\n        \"rationalizes\",\n        \"reclines\",\n        \"recoins\",\n        \"reifying\",\n        \"saunteringly\",\n        \"sonders\",\n        \"speculates\",\n        \"supposableness\",\n        \"supposes\",\n        \"supposing\",\n        \"suppositive\",\n        \"surceasing\",\n        \"tantalisingly\",\n        \"tantalizers\",\n        \"tantalizes\",\n        \"tantalizingly\",\n        \"tantalizingness\",\n        \"tantric\",\n        \"tarry\",\n        \"tattle\",\n        \"tendable\",\n        \"tended\",\n        \"tendingly\",\n        \"thinkling\",\n        \"thinks\",\n        \"waitering\",\n        \"waiting\",\n        \"waitingly\",\n        \"waitings\",\n        \"waits\",\n        \"waitsmen\",\n        \"wappet\",\n        \"wapping\",\n        \"whoopingly\",\n        \"wondered\",\n        \"wondering\"\n    ],\n    \"nnwale\": [\n        \"assay\",\n        \"assythment\",\n        \"coplanarity\",\n        \"experiment\",\n        \"experimentarian\",\n        \"experimentation\",\n        \"experimentator\",\n        \"experimenter\",\n        \"experimentist\",\n        \"experimently\",\n        \"experimentor\",\n        \"experrection\",\n        \"testability\",\n        \"testatrixes\",\n        \"trypodendron\"\n    ],\n    \"gbagburu\": [\n        \"assayed\",\n        \"befurred\",\n        \"catchpolled\",\n        \"contended\",\n        \"curdled\",\n        \"deblocked\",\n        \"dimwitted\",\n        \"durneder\",\n        \"kashered\",\n        \"muricated\",\n        \"nitwitted\",\n        \"smothered\",\n        \"smutted\",\n        \"squiggled\",\n        \"squirted\",\n        \"striked\",\n        \"turbinated\"\n    ],\n    \"onye mwakpo\": [\n        \"assayer\"\n    ],\n    \"ndị na-awakpo anyị\": [\n        \"assayers\"\n    ],\n    \"wakpo\": [\n        \"assail\",\n        \"assault\",\n        \"assaut\"\n    ],\n    \"assailable\": [\n        \"assailableness\"\n    ],\n    \"onye na-egbu mmadu\": [\n        \"assailant\"\n    ],\n    \"ndị na-eti ihe\": [\n        \"assailants\",\n        \"assaulters\",\n        \"strikers\",\n        \"strokers\"\n    ],\n    \"wakporo\": [\n        \"assailed\",\n        \"attacked\",\n        \"invade\",\n        \"invaded\",\n        \"invalided\",\n        \"raid\",\n        \"raided\",\n        \"raids\",\n        \"rampage\",\n        \"rampaged\"\n    ],\n    \"onye na-awakpo ihe\": [\n        \"assailer\"\n    ],\n    \"ndị na-awakpo ndị mmadụ\": [\n        \"assailers\"\n    ],\n    \"na-awakpo\": [\n        \"assailing\",\n        \"assails\",\n        \"assaulting\",\n        \"attacking\",\n        \"invades\",\n        \"invading\",\n        \"raiding\"\n    ],\n    \"mwakpo\": [\n        \"assailment\",\n        \"assaults\",\n        \"asswages\",\n        \"invagination\",\n        \"invasions\",\n        \"invination\",\n        \"invision\",\n        \"onslaught\",\n        \"onslaughts\",\n        \"outburning\"\n    ],\n    \"Assamites\": [\n        \"assamites\"\n    ],\n    \"ogbu mmadu\": [\n        \"assassin\",\n        \"assassinator\",\n        \"assassinist\",\n        \"assisan\",\n        \"killdee\",\n        \"killdeer\",\n        \"killer\",\n        \"manslayer\",\n        \"manslaughterer\",\n        \"murderer\",\n        \"murderess\",\n        \"murderous\",\n        \"murker\",\n        \"slayer\",\n        \"slaughterer\",\n        \"sleyer\"\n    ],\n    \"igbu mmadu\": [\n        \"assassinate\",\n        \"homicide\",\n        \"mankilling\",\n        \"manslaughter\",\n        \"manslaughtering\",\n        \"manslaughters\",\n        \"murder\",\n        \"murkier\",\n        \"murkness\",\n        \"piscicide\"\n    ],\n    \"ogbugbu\": [\n        \"assassinates\",\n        \"assassinating\",\n        \"assassinations\",\n        \"assassinative\",\n        \"autocide\",\n        \"boringness\",\n        \"carucage\",\n        \"conurbation\",\n        \"deadheadism\",\n        \"execration\",\n        \"execution\",\n        \"executional\",\n        \"executioneering\",\n        \"executioner\",\n        \"executions\",\n        \"felicide\",\n        \"germicide\",\n        \"gestured\",\n        \"gongorism\",\n        \"homicides\",\n        \"interworry\",\n        \"killcalf\",\n        \"killings\",\n        \"lethalities\",\n        \"misturn\",\n        \"morigeration\",\n        \"mortification\",\n        \"mortiser\",\n        \"munitioner\",\n        \"murderment\",\n        \"murderousness\",\n        \"muriciform\",\n        \"murks\",\n        \"murnival\",\n        \"murral\",\n        \"murres\",\n        \"murrs\",\n        \"murther\",\n        \"muscicide\",\n        \"pulicide\",\n        \"pulsational\",\n        \"pulverisation\",\n        \"pulverulence\",\n        \"slaughterdom\",\n        \"succussation\"\n    ],\n    \"mgbu mmadu\": [\n        \"assassination\",\n        \"assation\",\n        \"massacre\",\n        \"massacrer\",\n        \"massacring\"\n    ],\n    \"ndị gburu mmadụ\": [\n        \"assassins\"\n    ],\n    \"awakpo\": [\n        \"assaultable\",\n        \"assaulted\"\n    ],\n    \"asse\": [\n        \"asseal\"\n    ],\n    \"assecration\": [\n        \"assecuration\"\n    ],\n    \"onye na-elekọta mmadụ\": [\n        \"assecurator\",\n        \"mancipant\",\n        \"picarian\",\n        \"pyroracemate\",\n        \"socializer\",\n        \"socratist\"\n    ],\n    \"enweghị nchedo\": [\n        \"assecure\",\n        \"nonsecrecy\",\n        \"nonsecrecies\",\n        \"nonsecurity\",\n        \"nonsecurities\",\n        \"unbearded\",\n        \"unprotectable\",\n        \"unrescuable\",\n        \"unsapiently\",\n        \"unsavoredness\",\n        \"unsecrecy\",\n        \"unsecure\",\n        \"unsecuredness\",\n        \"unsecurely\",\n        \"unsecureness\",\n        \"unsecurity\"\n    ],\n    \"mkpuchi\": [\n        \"assecution\",\n        \"cachetic\",\n        \"cacoepy\",\n        \"chinenses\",\n        \"chinker\",\n        \"coadsorbent\",\n        \"coagmentation\",\n        \"coaling\",\n        \"coating\",\n        \"coation\",\n        \"coattestation\",\n        \"corage\",\n        \"covalency\",\n        \"cover\",\n        \"coverage\",\n        \"coverages\",\n        \"coverlid\",\n        \"coverts\",\n        \"coverture\",\n        \"crypto\",\n        \"cryptoclastic\",\n        \"cryptocrystallization\",\n        \"cryptopine\",\n        \"cryptos\",\n        \"cryptoscope\",\n        \"cryptosplenetic\",\n        \"crystallisation\",\n        \"crystallization\",\n        \"enchainment\",\n        \"foreadapt\",\n        \"hyperacidity\",\n        \"hyperacuity\",\n        \"hyperacuteness\",\n        \"hyperalimentation\",\n        \"hypes\",\n        \"hyps\",\n        \"hocker\",\n        \"hood\",\n        \"hooding\",\n        \"insulations\",\n        \"insunk\",\n        \"insurance\",\n        \"insurant\",\n        \"insurants\",\n        \"insure\",\n        \"insureds\",\n        \"insurer\",\n        \"insurers\",\n        \"intercalation\",\n        \"intercrystalline\",\n        \"keels\",\n        \"kiddo\",\n        \"klowet\",\n        \"lid\",\n        \"lidder\",\n        \"lidding\",\n        \"lidflower\",\n        \"lidgate\",\n        \"lidicker\",\n        \"lidos\",\n        \"liegier\",\n        \"lightfastness\",\n        \"lockerman\",\n        \"manustupration\",\n        \"mortcloth\",\n        \"obsecration\",\n        \"overcoating\",\n        \"overlather\",\n        \"overswarth\",\n        \"prance\",\n        \"preenlargement\",\n        \"shists\",\n        \"shrouds\",\n        \"skiascopy\",\n        \"unclout\",\n        \"uncoach\",\n        \"uncoatedness\",\n        \"uncoffins\",\n        \"uncoloured\",\n        \"uncolouredness\",\n        \"uncope\",\n        \"underclay\",\n        \"underclutch\",\n        \"undercountenance\",\n        \"undercover\",\n        \"undercrust\",\n        \"underinsurance\",\n        \"undersuggestion\",\n        \"unstercorated\",\n        \"vealer\",\n        \"veeries\",\n        \"veiner\",\n        \"velamen\",\n        \"velout\",\n        \"veneer\",\n        \"veneerer\",\n        \"veneers\",\n        \"vexil\"\n    ],\n    \"assegai\": [\n        \"assegaied\",\n        \"assegaing\"\n    ],\n    \"assegai ing\": [\n        \"assegaiing\"\n    ],\n    \"zipụ\": [\n        \"asseize\",\n        \"dispatched\",\n        \"emissary\",\n        \"emusify\",\n        \"evittate\",\n        \"insister\",\n        \"sendoffs\",\n        \"zipped\"\n    ],\n    \"onwe gị\": [\n        \"asself\",\n        \"guelf\",\n        \"notself\",\n        \"oneself\",\n        \"reself\",\n        \"selves\"\n    ],\n    \"mgbakọ\": [\n        \"assemblages\",\n        \"assemblement\",\n        \"assemblies\",\n        \"computation\",\n        \"computational\",\n        \"computationally\",\n        \"computativeness\",\n        \"concertion\",\n        \"convention\",\n        \"conventionalisation\",\n        \"conventionality\",\n        \"conventionalization\",\n        \"conventionalizing\",\n        \"conventionary\",\n        \"conventioneers\",\n        \"conventioner\",\n        \"conventionism\",\n        \"conventions\"\n    ],\n    \"nzukọ\": [\n        \"assemblagist\",\n        \"assembly\",\n        \"concilium\",\n        \"concurrences\",\n        \"conferences\",\n        \"conner\",\n        \"conners\",\n        \"convenances\",\n        \"convenership\",\n        \"conventionalise\",\n        \"convocations\",\n        \"forum\",\n        \"gatherings\",\n        \"meetings\",\n        \"organisation\",\n        \"organization\",\n        \"reconvention\",\n        \"summitry\",\n        \"summitries\",\n        \"summits\"\n    ],\n    \"zukọta\": [\n        \"assemble\",\n        \"assemblee\",\n        \"camize\",\n        \"clashed\",\n        \"meetly\"\n    ],\n    \"onye na-akpọkọta\": [\n        \"assembler\",\n        \"assemblers\",\n        \"convener\"\n    ],\n    \"ịgbakọta\": [\n        \"assembling\",\n        \"converge\",\n        \"reassembling\"\n    ],\n    \"Nwanyị nwanyị\": [\n        \"assemblywoman\",\n        \"assemblywomen\",\n        \"butterwoman\",\n        \"clanswoman\",\n        \"clubwoman\",\n        \"coachwoman\",\n        \"daleswoman\",\n        \"draftwoman\",\n        \"lacewoman\",\n        \"needlewoman\",\n        \"oarswoman\",\n        \"placewoman\",\n        \"postwoman\",\n        \"tinwoman\"\n    ],\n    \"ekwenye ekwenye\": [\n        \"assentatious\",\n        \"assortive\",\n        \"yielding\",\n        \"surefire\"\n    ],\n    \"akwado\": [\n        \"assentor\",\n        \"backing\",\n        \"confirmatorily\",\n        \"consilient\",\n        \"cooperant\",\n        \"espouses\",\n        \"supported\"\n    ],\n    \"assent\": [\n        \"assentors\"\n    ],\n    \"kwusi ike\": [\n        \"assertable\"\n    ],\n    \"kwuo okwu\": [\n        \"asserter\",\n        \"assertional\",\n        \"asserve\",\n        \"bolden\",\n        \"dialogize\",\n        \"forepeak\",\n        \"forespeak\",\n        \"hypothesize\",\n        \"phoenicize\",\n        \"preamble\",\n        \"repark\",\n        \"rhematic\",\n        \"rhetorize\",\n        \"speak\",\n        \"speakable\",\n        \"unbespeak\",\n        \"understrike\",\n        \"verbalize\"\n    ],\n    \"Ekwuru okwu\": [\n        \"asserters\",\n        \"spellken\"\n    ],\n    \"mesie ike\": [\n        \"assertible\",\n        \"emphase\",\n        \"emphasise\",\n        \"emphasize\",\n        \"emphatic\",\n        \"emphatical\",\n        \"emphaticalness\",\n        \"emprize\",\n        \"underscore\",\n        \"underscored\",\n        \"undershine\"\n    ],\n    \"ikwu okwu\": [\n        \"assertive\",\n        \"blurb\",\n        \"claribel\",\n        \"commentable\",\n        \"commentarial\",\n        \"commentarialism\",\n        \"commentitious\",\n        \"dialogging\",\n        \"dialogising\",\n        \"dialogizing\",\n        \"dialoguing\",\n        \"diazotizing\",\n        \"expressmen\",\n        \"forebespeak\",\n        \"forespeech\",\n        \"forworden\",\n        \"interlaboratory\",\n        \"interspeech\",\n        \"intertalk\",\n        \"intertear\",\n        \"liegeful\",\n        \"lingo\",\n        \"misguise\",\n        \"ostentation\",\n        \"palaverment\",\n        \"perlative\",\n        \"phrasemongering\",\n        \"phrasiness\",\n        \"phrasing\",\n        \"plaintext\",\n        \"plaintive\",\n        \"rheboks\",\n        \"rheologic\",\n        \"rheologies\",\n        \"rhetor\",\n        \"syllabifying\",\n        \"speakableness\",\n        \"speakably\",\n        \"speakhouse\",\n        \"speakingness\",\n        \"speakless\",\n        \"speaklessly\",\n        \"speechfulness\",\n        \"speeching\",\n        \"speechless\",\n        \"speechlessly\",\n        \"speechlessness\",\n        \"speechlore\",\n        \"spelunking\",\n        \"sperket\",\n        \"sprank\",\n        \"sputterers\",\n        \"sputtering\",\n        \"sputteringly\",\n        \"talkability\",\n        \"talkativeness\",\n        \"talkiness\",\n        \"termagancy\",\n        \"understatement\",\n        \"unspeak\",\n        \"untalkativeness\",\n        \"untelling\",\n        \"veering\",\n        \"verbaliser\",\n        \"verbalising\",\n        \"verbalization\",\n        \"verbalizing\",\n        \"verbenate\",\n        \"verbenating\",\n        \"verberative\",\n        \"verbolatry\",\n        \"verboseness\",\n        \"verbous\",\n        \"vergentness\",\n        \"vergerism\",\n        \"veriment\",\n        \"voar\",\n        \"voulge\",\n        \"wordmaking\",\n        \"wordmongering\"\n    ],\n    \"ikwu hoo haa\": [\n        \"assertorially\"\n    ],\n    \"ikwu eziokwu\": [\n        \"assertoric\",\n        \"assertorical\",\n        \"candidness\",\n        \"frankfold\",\n        \"frankheartedness\",\n        \"frankheartness\",\n        \"franklinization\",\n        \"grank\",\n        \"overhonestness\",\n        \"prankfulness\",\n        \"truthtelling\",\n        \"unfrankness\",\n        \"vermivorousness\",\n        \"verrucoseness\",\n        \"verrucous\"\n    ],\n    \"ndị na-ekwu okwu\": [\n        \"assertors\",\n        \"discoursers\",\n        \"elocutionists\",\n        \"eloigners\",\n        \"eloiners\",\n        \"rhetoricians\",\n        \"speakeress\",\n        \"speakers\",\n        \"talkers\",\n        \"utopists\",\n        \"utterers\"\n    ],\n    \"ikwusi ike\": [\n        \"asservilize\",\n        \"assonate\",\n        \"blaring\",\n        \"disauthenticate\",\n        \"dolefuller\",\n        \"dolefullest\",\n        \"dolefulness\",\n        \"elusoriness\",\n        \"enduement\",\n        \"fiddleback\",\n        \"fiddlebrained\",\n        \"fidge\",\n        \"fidget\",\n        \"fidgeter\",\n        \"fiducially\",\n        \"grossify\",\n        \"hoydening\",\n        \"yeukieness\",\n        \"laudability\",\n        \"laudably\",\n        \"libellate\",\n        \"libellously\",\n        \"overate\",\n        \"overemphasis\",\n        \"overlash\",\n        \"owllight\",\n        \"respondeat\",\n        \"standoffishly\",\n        \"stoutness\",\n        \"trustify\",\n        \"vehement\",\n        \"whuffle\"\n    ],\n    \"enyocha\": [\n        \"assessed\",\n        \"assesses\",\n        \"assessing\",\n        \"checke\",\n        \"checked\",\n        \"checkmated\",\n        \"checkpointed\",\n        \"evaluated\",\n        \"examined\",\n        \"outvalued\",\n        \"prevalued\",\n        \"reviewed\"\n    ],\n    \"ntule\": [\n        \"assessment\",\n        \"assessory\",\n        \"brehonship\",\n        \"genevois\",\n        \"mismeasurement\",\n        \"molecast\",\n        \"organical\",\n        \"organicism\",\n        \"organicismal\",\n        \"organicity\",\n        \"organism\",\n        \"organismal\",\n        \"organismically\",\n        \"organisms\",\n        \"organon\",\n        \"organons\",\n        \"organums\",\n        \"projection\",\n        \"projectional\",\n        \"spec\",\n        \"spece\",\n        \"specillum\",\n        \"speciology\",\n        \"specula\",\n        \"specularity\",\n        \"speculation\",\n        \"speculatrix\",\n        \"speculums\",\n        \"surmisal\"\n    ],\n    \"ass\": [\n        \"asseth\",\n        \"assn\"\n    ],\n    \"onye mgba\": [\n        \"assever\",\n        \"brawlier\",\n        \"combater\",\n        \"contendress\",\n        \"contester\",\n        \"disputant\",\n        \"nonchallenger\",\n        \"perturbator\",\n        \"quarreler\",\n        \"ritualist\",\n        \"stragular\",\n        \"struggler\",\n        \"strugglers\",\n        \"wagnerian\"\n    ],\n    \"chụọ aja\": [\n        \"asseverate\",\n        \"sacrify\",\n        \"sacrifical\",\n        \"sacrificator\",\n        \"sacrificature\",\n        \"sacrifice\",\n        \"sacrificed\",\n        \"sacrificer\",\n        \"sacrificial\"\n    ],\n    \"ịchụso\": [\n        \"asseverating\",\n        \"asseveration\",\n        \"pursuance\",\n        \"pursuit\"\n    ],\n    \"ebido\": [\n        \"asseverations\",\n        \"bespecked\",\n        \"dormition\",\n        \"ebbets\",\n        \"eburnation\",\n        \"ecumenacy\",\n        \"ecumenism\",\n        \"ejectivity\",\n        \"eunomy\",\n        \"incoup\",\n        \"initiating\",\n        \"initiatory\",\n        \"overtutor\",\n        \"prebake\",\n        \"predraw\",\n        \"preexcite\",\n        \"preincluding\",\n        \"preinducing\",\n        \"preinitialize\",\n        \"preinitializing\",\n        \"preinitiating\",\n        \"premake\",\n        \"premiating\",\n        \"throughgang\",\n        \"underbaking\",\n        \"unwormed\",\n        \"upframe\"\n    ],\n    \"aseve\": [\n        \"asseverative\"\n    ],\n    \"asseveisingly\": [\n        \"asseveratively\"\n    ],\n    \"sechọgharị\": [\n        \"asseveratory\"\n    ],\n    \"onye-ozi\": [\n        \"assewer\"\n    ],\n    \"Ike\": [\n        \"asshole\",\n        \"booting\",\n        \"celative\",\n        \"dyssynergy\",\n        \"effervescent\",\n        \"fordableness\",\n        \"kecksies\",\n        \"loreless\",\n        \"mighted\",\n        \"polarities\",\n        \"powerset\",\n        \"powersets\",\n        \"powerstat\",\n        \"propels\",\n        \"robustfulness\",\n        \"sterilities\",\n        \"stilty\",\n        \"stower\",\n        \"strongyl\",\n        \"strooken\",\n        \"tirage\",\n        \"utraquistic\",\n        \"vigas\"\n    ],\n    \"assie\": [\n        \"assiege\"\n    ],\n    \"e kenyere\": [\n        \"assigned\"\n    ],\n    \"onye na-ekenye ọrụ\": [\n        \"assigner\"\n    ],\n    \"ekenye ihe\": [\n        \"assignor\"\n    ],\n    \"asiria\": [\n        \"assyria\"\n    ],\n    \"Assyrian\": [\n        \"assyrian\"\n    ],\n    \"ndị assy\": [\n        \"assyrians\"\n    ],\n    \"ọkà mmụta assyriologist\": [\n        \"assyriological\",\n        \"assyriologist\"\n    ],\n    \"assyriologie\": [\n        \"assyriologue\"\n    ],\n    \"assish\": [\n        \"assishness\"\n    ],\n    \"inyere aka\": [\n        \"assist\"\n    ],\n    \"ndi na enyere aka\": [\n        \"assistants\"\n    ],\n    \"gbaa mbọ\": [\n        \"assister\",\n        \"beavered\",\n        \"begloze\",\n        \"forbit\",\n        \"persalt\",\n        \"phiroze\",\n        \"rancored\",\n        \"strove\",\n        \"tenementize\"\n    ],\n    \"ndị na-enyere aka\": [\n        \"assistors\",\n        \"helpers\"\n    ],\n    \"dị ka ịnyịnya ibu\": [\n        \"asslike\"\n    ],\n    \"ukwu\": [\n        \"assman\",\n        \"big\",\n        \"boist\",\n        \"chape\",\n        \"coot\",\n        \"cooth\",\n        \"curpel\",\n        \"dhabb\",\n        \"dhaks\",\n        \"flan\",\n        \"flank\",\n        \"fress\",\n        \"great\",\n        \"gribane\",\n        \"gro\",\n        \"groat\",\n        \"groin\",\n        \"groma\",\n        \"gromia\",\n        \"grosse\",\n        \"grothine\",\n        \"kharwa\",\n        \"khir\",\n        \"laik\",\n        \"larrikiness\",\n        \"prestress\",\n        \"raja\",\n        \"reel\",\n        \"relet\",\n        \"sass\",\n        \"solemn\",\n        \"solemnness\",\n        \"spademan\",\n        \"taft\",\n        \"talons\",\n        \"tenon\",\n        \"tlo\",\n        \"tula\",\n        \"tulare\",\n        \"twale\",\n        \"unsolemnness\",\n        \"uri\",\n        \"very\",\n        \"volenti\"\n    ],\n    \"Onyebueze\": [\n        \"assmannshauser\",\n        \"bourguignonne\",\n        \"honduranean\",\n        \"libocedrus\",\n        \"oxyacanthine\",\n        \"philydraceous\",\n        \"phloeoterma\",\n        \"phragmocyttarous\",\n        \"pseudobrachial\",\n        \"purblind\",\n        \"rousseauan\",\n        \"rousseauite\",\n        \"rouvillite\",\n        \"thioamid\",\n        \"thioantimonate\",\n        \"thioantimoniate\",\n        \"thioindigo\",\n        \"thiourea\",\n        \"thyreohyoid\",\n        \"thyreoidean\",\n        \"thucydidean\",\n        \"venireman\",\n        \"whoosises\"\n    ],\n    \"ido\": [\n        \"assmanship\"\n    ],\n    \"sozọ\": [\n        \"assobre\"\n    ],\n    \"mkpakọrịta\": [\n        \"associability\",\n        \"associableness\",\n        \"associatedness\",\n        \"associateship\",\n        \"associating\",\n        \"association\",\n        \"associational\",\n        \"associationalism\",\n        \"associationalist\",\n        \"associationism\",\n        \"associationistic\",\n        \"associations\",\n        \"associative\",\n        \"associativeness\",\n        \"associativity\",\n        \"associatory\",\n        \"associe\",\n        \"companionability\",\n        \"companioning\",\n        \"companionship\",\n        \"fellowship\",\n        \"fellowshiped\",\n        \"fellowshiping\",\n        \"fellowships\",\n        \"sociation\",\n        \"sociative\"\n    ],\n    \"na-akpakọrịta\": [\n        \"associable\",\n        \"associatively\",\n        \"intemperate\",\n        \"interagglutinating\",\n        \"interdebating\",\n        \"intermazing\",\n        \"socialise\",\n        \"socialize\",\n        \"sociate\"\n    ],\n    \"akpakọrịta\": [\n        \"associate\",\n        \"brunched\",\n        \"uncompanioned\",\n        \"unpatronized\"\n    ],\n    \"ndị mkpakọrịta\": [\n        \"associates\"\n    ],\n    \"onye otu\": [\n        \"associationist\",\n        \"colleague\",\n        \"teamer\",\n        \"teamman\",\n        \"teammate\",\n        \"waymate\"\n    ],\n    \"asson\": [\n        \"assonance\",\n        \"assonanced\",\n        \"assonances\",\n        \"assonant\",\n        \"assonants\"\n    ],\n    \"n'okwu ọnụ\": [\n        \"assonantly\",\n        \"palateful\"\n    ],\n    \"agwa assort\": [\n        \"assortative\"\n    ],\n    \"keagwaraogwa\": [\n        \"assorted\"\n    ],\n    \"assort iche\": [\n        \"assortedness\"\n    ],\n    \"agwaogwa\": [\n        \"assortment\",\n        \"assortments\"\n    ],\n    \"asade\": [\n        \"assuade\"\n    ],\n    \"dapụtara\": [\n        \"assuaged\",\n        \"fawned\",\n        \"incurve\",\n        \"resulting\"\n    ],\n    \"na-enye ndụmọdụ\": [\n        \"assuaging\",\n        \"conferring\",\n        \"confiders\",\n        \"exhortative\"\n    ],\n    \"asasassu\": [\n        \"assuasive\"\n    ],\n    \"ga-esi ike\": [\n        \"assumable\"\n    ],\n    \"chere\": [\n        \"assumed\",\n        \"assumedly\",\n        \"await\",\n        \"awave\",\n        \"deem\",\n        \"deems\",\n        \"demain\",\n        \"desipience\",\n        \"despend\",\n        \"envisaged\",\n        \"envisioned\",\n        \"felt\",\n        \"forethoughted\",\n        \"holdup\",\n        \"imagen\",\n        \"imagined\",\n        \"imagines\",\n        \"meseemed\",\n        \"pederast\",\n        \"suppone\",\n        \"supposed\",\n        \"suppost\",\n        \"thought\",\n        \"veered\",\n        \"waifed\",\n        \"waired\",\n        \"wait\",\n        \"waited\",\n        \"wapped\",\n        \"waught\"\n    ],\n    \"na-aghọ\": [\n        \"assumes\",\n        \"becomes\",\n        \"becometh\",\n        \"becoming\"\n    ],\n    \"anya isi\": [\n        \"assuming\",\n        \"assumingly\",\n        \"assumingness\",\n        \"assumpt\",\n        \"braggartry\",\n        \"braggat\"\n    ],\n    \"lekwasị anya\": [\n        \"assummon\",\n        \"concenter\",\n        \"concentered\",\n        \"concento\",\n        \"concentralize\",\n        \"concentrated\",\n        \"concentred\"\n    ],\n    \"mwere\": [\n        \"assumption\"\n    ],\n    \"onye echiche\": [\n        \"assumptionist\",\n        \"averrer\"\n    ],\n    \"assum\": [\n        \"assumptious\"\n    ],\n    \"-eme ka nkwa\": [\n        \"assurance\"\n    ],\n    \"obi ike\": [\n        \"assure\",\n        \"boldhearted\",\n        \"boldheartedness\",\n        \"bravehearted\",\n        \"braveness\",\n        \"bravery\",\n        \"bravoite\",\n        \"courage\",\n        \"courageous\",\n        \"courageously\",\n        \"courager\",\n        \"courages\",\n        \"daringness\",\n        \"hyperconfidence\",\n        \"unboldly\",\n        \"valor\",\n        \"valour\"\n    ],\n    \"emesi obi ike\": [\n        \"assureds\",\n        \"assurer\",\n        \"assures\"\n    ],\n    \"ndị ji n'aka\": [\n        \"assurers\",\n        \"sureties\"\n    ],\n    \"na-emesi obi ike\": [\n        \"assuring\",\n        \"reassures\",\n        \"reassuring\",\n        \"reassuringly\"\n    ],\n    \"ịnyịnya\": [\n        \"asswaging\",\n        \"boeing\",\n        \"boing\",\n        \"cavalries\",\n        \"coattesting\",\n        \"coning\",\n        \"dakoit\",\n        \"darkeys\",\n        \"drool\",\n        \"eligenda\",\n        \"fanaticism\",\n        \"ferreous\",\n        \"geeing\",\n        \"gibetting\",\n        \"gingelis\",\n        \"gingili\",\n        \"horse\",\n        \"horseback\",\n        \"horsebane\",\n        \"horsebean\",\n        \"horseboy\",\n        \"horsecar\",\n        \"horsecars\",\n        \"horsecloth\",\n        \"horsecloths\",\n        \"horsed\",\n        \"horseess\",\n        \"horsefair\",\n        \"horsefettler\",\n        \"horsefight\",\n        \"horsefish\",\n        \"horsefishes\",\n        \"horsefly\",\n        \"horseflies\",\n        \"horsehead\",\n        \"horseheal\",\n        \"horseherd\",\n        \"horsehood\",\n        \"horsey\",\n        \"horsekeeping\",\n        \"horselaugh\",\n        \"horselaughs\",\n        \"horseleach\",\n        \"horseleech\",\n        \"horselike\",\n        \"horseload\",\n        \"horselock\",\n        \"horsenail\",\n        \"horser\",\n        \"horseradish\",\n        \"horseradishes\",\n        \"horses\",\n        \"horseshoed\",\n        \"horseshoers\",\n        \"horsetails\",\n        \"horsetongue\",\n        \"horsetown\",\n        \"horsetree\",\n        \"horseweed\",\n        \"horsewhip\",\n        \"horsewhipped\",\n        \"horsewhips\",\n        \"horsewood\",\n        \"horsiest\",\n        \"horsify\",\n        \"horsyism\",\n        \"horsily\",\n        \"horsiness\",\n        \"horsing\",\n        \"horste\",\n        \"horsts\",\n        \"junking\",\n        \"kelps\",\n        \"layloc\",\n        \"lancelot\",\n        \"lancepesade\",\n        \"monoeciousness\",\n        \"navagium\",\n        \"nigging\",\n        \"ridability\",\n        \"rideable\",\n        \"rideau\",\n        \"riderless\",\n        \"ridings\",\n        \"rodeo\",\n        \"rodeos\",\n        \"shorebush\",\n        \"stounding\",\n        \"todelike\",\n        \"tropologizing\",\n        \"zebrule\",\n        \"zees\",\n        \"zeke\"\n    ],\n    \"Asteatosis\": [\n        \"asteatosis\"\n    ],\n    \"Aster\": [\n        \"aster\"\n    ],\n    \"na-atụgharị anya\": [\n        \"asteriated\",\n        \"berobed\",\n        \"guzzling\",\n        \"paddled\",\n        \"rebinds\",\n        \"squinnying\"\n    ],\n    \"asteroid\": [\n        \"asterioid\",\n        \"astroid\"\n    ],\n    \"akara mmuke\": [\n        \"asterisk\",\n        \"asterisked\"\n    ],\n    \"akara mmuke na\": [\n        \"asterisking\"\n    ],\n    \"asterition\": [\n        \"asterisms\"\n    ],\n    \"Asternia\": [\n        \"asternia\"\n    ],\n    \"njegharị\": [\n        \"asthenies\",\n        \"excathedral\",\n        \"yapping\",\n        \"itinerants\",\n        \"itineraries\",\n        \"itineration\",\n        \"itinerition\",\n        \"jockstrap\",\n        \"menologies\",\n        \"mournival\",\n        \"topographies\",\n        \"tour\",\n        \"tourbe\",\n        \"tourbillion\",\n        \"tourbillon\",\n        \"tourmalinization\",\n        \"tourn\",\n        \"tournai\",\n        \"tournay\",\n        \"tournasin\",\n        \"tourne\",\n        \"tournefortia\",\n        \"tourney\",\n        \"tourneyer\",\n        \"tourneying\",\n        \"tourneur\",\n        \"tourniquet\",\n        \"tourniquets\",\n        \"tournois\",\n        \"tours\",\n        \"tourte\"\n    ],\n    \"nkà mmụta mbara igwe\": [\n        \"asthenology\",\n        \"astrometeorology\",\n        \"astrometeorological\",\n        \"astronomy\",\n        \"astronomic\",\n        \"astronomics\"\n    ],\n    \"mbara ụwa\": [\n        \"asthenosphere\"\n    ],\n    \"ụkwara ume ọkụ\": [\n        \"asthma\",\n        \"asthmas\",\n        \"asthmatic\",\n        \"asthmatical\",\n        \"asthmatically\",\n        \"asthmatics\",\n        \"astipulation\",\n        \"eumemorrhea\"\n    ],\n    \"astigmatometa\": [\n        \"astigmatometer\"\n    ],\n    \"kpuchie\": [\n        \"astipulate\",\n        \"attagen\",\n        \"bewash\",\n        \"bouffant\",\n        \"calk\",\n        \"cavate\",\n        \"ceilinged\",\n        \"clauber\",\n        \"cloff\",\n        \"clogwheel\",\n        \"clunk\",\n        \"coft\",\n        \"corbed\",\n        \"corkite\",\n        \"covered\",\n        \"coverer\",\n        \"coverers\",\n        \"coversed\",\n        \"coverup\",\n        \"croft\",\n        \"crofts\",\n        \"crotch\",\n        \"cuckooed\",\n        \"cuff\",\n        \"cuffed\",\n        \"cuppen\",\n        \"derestrict\",\n        \"disguisable\",\n        \"eadish\",\n        \"enshrined\",\n        \"epauleted\",\n        \"epiphanize\",\n        \"excoct\",\n        \"exstimulate\",\n        \"framework\",\n        \"frameworks\",\n        \"frate\",\n        \"knaster\",\n        \"knulling\",\n        \"leve\",\n        \"monolatrous\",\n        \"mounded\",\n        \"moutoneed\",\n        \"oubliet\",\n        \"overagitate\",\n        \"overawn\",\n        \"overcoil\",\n        \"overcover\",\n        \"overed\",\n        \"overfraught\",\n        \"overgarnish\",\n        \"overlave\",\n        \"overlax\",\n        \"overlip\",\n        \"overlisten\",\n        \"overminute\",\n        \"overplump\",\n        \"overshadowed\",\n        \"overslid\",\n        \"oversowed\",\n        \"overtart\",\n        \"overtorture\",\n        \"overtrim\",\n        \"overtrue\",\n        \"overtrump\",\n        \"overturns\",\n        \"pareve\",\n        \"pave\",\n        \"paved\",\n        \"paveed\",\n        \"quippish\",\n        \"screened\",\n        \"shroud\",\n        \"supercooled\",\n        \"unbush\",\n        \"undergarnish\",\n        \"undergrove\",\n        \"unfrail\",\n        \"unfurls\",\n        \"upcover\",\n        \"upflame\",\n        \"uppush\",\n        \"whirled\",\n        \"whup\"\n    ],\n    \"astomoku\": [\n        \"astomous\"\n    ],\n    \"Idem ama akpa enye\": [\n        \"astonied\"\n    ],\n    \"na-eju anya\": [\n        \"astonying\",\n        \"blandishingly\"\n    ],\n    \"itunanya\": [\n        \"astonish\",\n        \"astound\",\n        \"astoundable\"\n    ],\n    \"n'iju anya\": [\n        \"astonishedly\"\n    ],\n    \"iju anya\": [\n        \"astonishes\",\n        \"astonishing\",\n        \"astoundment\",\n        \"startling\",\n        \"wonderless\"\n    ],\n    \"n'ụzọ ijuanya\": [\n        \"astonishingly\"\n    ],\n    \"iju-anya\": [\n        \"astonishingness\"\n    ],\n    \"ijuanya\": [\n        \"astounding\",\n        \"consternating\",\n        \"debride\",\n        \"esprise\",\n        \"margented\",\n        \"margenting\",\n        \"surprisable\",\n        \"surprisal\",\n        \"surprising\",\n        \"surprizing\",\n        \"wonderbright\",\n        \"wonderingly\",\n        \"wonderment\"\n    ],\n    \"n'ụzọ dị ịtụnanya\": [\n        \"astoundingly\",\n        \"awingly\",\n        \"incredibly\",\n        \"increditability\",\n        \"stunningly\"\n    ],\n    \"iju\": [\n        \"astounds\",\n        \"marmarizing\",\n        \"marvel\",\n        \"marveling\",\n        \"marvelling\",\n        \"startles\",\n        \"strang\",\n        \"strange\",\n        \"strangely\",\n        \"strangerhood\",\n        \"strangulations\",\n        \"stun\",\n        \"wonder\"\n    ],\n    \"igba ura\": [\n        \"astraddle\"\n    ],\n    \"ndudue\": [\n        \"astray\",\n        \"capnoides\",\n        \"capriciousness\",\n        \"coxcombicality\",\n        \"deceleration\",\n        \"decretal\",\n        \"defrayment\",\n        \"delft\",\n        \"deprehension\",\n        \"deviationism\",\n        \"deviationist\",\n        \"discordancy\",\n        \"discordancies\",\n        \"discorder\",\n        \"disordination\",\n        \"downfalls\",\n        \"downshifting\",\n        \"downslide\",\n        \"ensorcellment\",\n        \"errordump\",\n        \"erth\",\n        \"glottal\",\n        \"misadjustment\",\n        \"misadmeasurement\",\n        \"misalliances\",\n        \"misalter\",\n        \"misappointment\",\n        \"misarray\",\n        \"misbrew\",\n        \"miscitation\",\n        \"misconclusion\",\n        \"miscondition\",\n        \"misconjugation\",\n        \"miscorrection\",\n        \"misdeals\",\n        \"misdeemed\",\n        \"misdeliveries\",\n        \"misfaith\",\n        \"misfaiths\",\n        \"misformation\",\n        \"misgraft\",\n        \"misimpression\",\n        \"misinclination\",\n        \"misyoked\",\n        \"mislled\",\n        \"misordination\",\n        \"misquote\",\n        \"misquoter\",\n        \"mistake\",\n        \"mistakenness\",\n        \"mistakeproof\",\n        \"mistakion\",\n        \"mistbows\",\n        \"misteach\",\n        \"misteaches\",\n        \"mistendency\",\n        \"mistype\",\n        \"mistypes\",\n        \"mistypings\",\n        \"mistletoes\",\n        \"miswords\",\n        \"mordacity\",\n        \"moundy\",\n        \"pretardy\",\n        \"schism\",\n        \"widdles\"\n    ],\n    \"astral\": [\n        \"astrals\"\n    ],\n    \"kpaghee\": [\n        \"astrict\"\n    ],\n    \"kporopụrụ anya\": [\n        \"astricted\"\n    ],\n    \"asther\": [\n        \"astrier\"\n    ],\n    \"astringfully\": [\n        \"astringently\"\n    ],\n    \"astringent\": [\n        \"astringer\",\n        \"astringes\",\n        \"astringing\"\n    ],\n    \"ọkà mmụta mbara igwe\": [\n        \"astrobiologist\",\n        \"astrogeologist\",\n        \"astrologist\",\n        \"astrologistic\",\n        \"astrometeorologist\"\n    ],\n    \"onye na-enyocha mbara igwe\": [\n        \"astrochemist\",\n        \"astromancer\",\n        \"astronomer\"\n    ],\n    \"ịgụ kpakpando\": [\n        \"astrocytic\",\n        \"astrogeology\",\n        \"astrography\",\n        \"astrolabical\",\n        \"astrolatry\",\n        \"astrology\",\n        \"astrologic\",\n        \"astrological\",\n        \"astronautical\",\n        \"astroscopy\",\n        \"astrotheology\"\n    ],\n    \"na-agụ kpakpando\": [\n        \"astrogating\"\n    ],\n    \"astrog\": [\n        \"astrogation\"\n    ],\n    \"astrogrog\": [\n        \"astrogational\"\n    ],\n    \"onye na-agụ kpakpando\": [\n        \"astrographer\",\n        \"astrologaster\",\n        \"astrologer\",\n        \"astrologian\"\n    ],\n    \"astro onu\": [\n        \"astrohatch\"\n    ],\n    \"ndị na-agụ kpakpando\": [\n        \"astrologers\",\n        \"astrologists\",\n        \"astronauts\",\n        \"astrophysicists\"\n    ],\n    \"njeghari\": [\n        \"astromancy\",\n        \"exochorion\",\n        \"jingoisms\",\n        \"toreutics\",\n        \"tourmalinize\"\n    ],\n    \"onye na-aga na mbara igwe\": [\n        \"astronaut\"\n    ],\n    \"ndị na-enyocha mbara igwe\": [\n        \"astronomers\"\n    ],\n    \"n'ụzọ nzuzu\": [\n        \"astuciously\",\n        \"quixotically\",\n        \"unkemptly\"\n    ],\n    \"asturyan\": [\n        \"asturian\"\n    ],\n    \"dị akọ\": [\n        \"astute\",\n        \"coenaculous\",\n        \"contemningly\",\n        \"scrofulas\",\n        \"scrofulous\",\n        \"scrupulous\",\n        \"scuttleful\",\n        \"tactable\"\n    ],\n    \"Asudden\": [\n        \"asudden\"\n    ],\n    \"kewaa\": [\n        \"asunder\",\n        \"disassociate\",\n        \"disassociating\",\n        \"dissimilated\",\n        \"dissociate\",\n        \"dissociates\",\n        \"dissuited\",\n        \"disunify\",\n        \"disunite\",\n        \"disuniters\",\n        \"disuniting\",\n        \"fractile\",\n        \"fractionalize\",\n        \"grather\",\n        \"grouseward\",\n        \"indivisible\",\n        \"intrastate\",\n        \"partes\",\n        \"partisanize\",\n        \"portionally\",\n        \"portionize\",\n        \"secede\",\n        \"sectionalize\",\n        \"segmentalize\",\n        \"segmentize\",\n        \"spiffed\",\n        \"undividably\",\n        \"unsplit\"\n    ],\n    \"akwa mmiri\": [\n        \"asweat\",\n        \"bathrobe\",\n        \"bewreath\",\n        \"bridgeboard\",\n        \"bridgekeeper\",\n        \"bridget\",\n        \"bridgetin\",\n        \"bridgewards\",\n        \"capshore\",\n        \"greatcoat\",\n        \"poolroot\",\n        \"raincoat\",\n        \"raincoats\",\n        \"rockweeds\",\n        \"seamlet\",\n        \"swimsuits\",\n        \"tearers\",\n        \"topcoat\",\n        \"undergarb\",\n        \"washcloths\",\n        \"waterbeds\",\n        \"waterleave\",\n        \"waterleaves\",\n        \"waterskin\",\n        \"waterworn\"\n    ],\n    \"nakwa\": [\n        \"aswell\"\n    ],\n    \"dị ka weve\": [\n        \"asweve\"\n    ],\n    \"a Ngabiga\": [\n        \"aswing\"\n    ],\n    \"inata\": [\n        \"atake\",\n        \"consulage\",\n        \"insociate\"\n    ],\n    \"atavist\": [\n        \"atavists\"\n    ],\n    \"ataxi\": [\n        \"ataxies\"\n    ],\n    \"nkuzi\": [\n        \"atechnic\",\n        \"corseleting\",\n        \"coursings\",\n        \"dictating\",\n        \"dictatingly\",\n        \"dictation\",\n        \"dictational\",\n        \"disci\",\n        \"doctorially\",\n        \"doctress\",\n        \"doctus\",\n        \"eruction\",\n        \"excipula\",\n        \"excipulaceae\",\n        \"foreschooling\",\n        \"inerudition\",\n        \"instructional\",\n        \"instructionary\",\n        \"instructively\",\n        \"instructiveness\",\n        \"lect\",\n        \"lectisternium\",\n        \"lector\",\n        \"lectorial\",\n        \"lectress\",\n        \"lectual\",\n        \"lectuary\",\n        \"lectured\",\n        \"lectures\",\n        \"lectureship\",\n        \"lectureships\",\n        \"lecturette\",\n        \"lecturing\",\n        \"lecturn\",\n        \"lessons\",\n        \"malamutes\",\n        \"melodramatising\",\n        \"mentorism\",\n        \"onerary\",\n        \"ped\",\n        \"pedagogery\",\n        \"pedagogy\",\n        \"pedagogic\",\n        \"pedagogical\",\n        \"pedagogics\",\n        \"pedagogies\",\n        \"pedagogs\",\n        \"pedagoguery\",\n        \"pedagogues\",\n        \"pedagoguish\",\n        \"pedagoguism\",\n        \"practicianism\",\n        \"sutorious\",\n        \"teacarts\",\n        \"teachment\",\n        \"teacup\",\n        \"teacupful\",\n        \"teacups\",\n        \"tuition\",\n        \"tuitional\",\n        \"tuitionary\",\n        \"tuitions\",\n        \"tuitive\",\n        \"tutament\",\n        \"tutory\",\n        \"tutorial\",\n        \"tutorially\",\n        \"tutoriate\",\n        \"tutoring\",\n        \"tutorization\"\n    ],\n    \"oririlectasis\": [\n        \"atelectasis\"\n    ],\n    \"oririlectatic\": [\n        \"atelectatic\"\n    ],\n    \"atele\": [\n        \"ateles\"\n    ],\n    \"oriri\": [\n        \"atelets\",\n        \"banquet\",\n        \"banqueter\",\n        \"banqueting\",\n        \"banquetings\",\n        \"banquets\",\n        \"banquette\",\n        \"banquettes\",\n        \"cinereal\",\n        \"consumables\",\n        \"consumation\",\n        \"consumerism\",\n        \"consummator\",\n        \"consumption\",\n        \"consumptional\",\n        \"consumptions\",\n        \"consumptivity\",\n        \"cuna\",\n        \"delirament\",\n        \"dinumeration\",\n        \"eatability\",\n        \"eatable\",\n        \"eatableness\",\n        \"eatables\",\n        \"eatage\",\n        \"eatberry\",\n        \"edibility\",\n        \"edible\",\n        \"edibleness\",\n        \"edibles\",\n        \"edificable\",\n        \"feast\",\n        \"feasten\",\n        \"feastful\",\n        \"feastly\",\n        \"feastraw\",\n        \"feasts\",\n        \"grangerisation\",\n        \"intake\",\n        \"intaker\",\n        \"intakes\",\n        \"recelebration\",\n        \"sacculation\",\n        \"ustion\"\n    ],\n    \"ndidi\": [\n        \"atenism\",\n        \"bearableness\",\n        \"bearishly\",\n        \"beinness\",\n        \"clementness\",\n        \"compatience\",\n        \"cotyle\",\n        \"cotwin\",\n        \"distemperance\",\n        \"ebullience\",\n        \"endurability\",\n        \"endurableness\",\n        \"enduringness\",\n        \"forbearable\",\n        \"forbearance\",\n        \"forbearingly\",\n        \"forbearingness\",\n        \"forgeability\",\n        \"inesite\",\n        \"intoleration\",\n        \"mollitude\",\n        \"nontolerance\",\n        \"overtolerance\",\n        \"patience\",\n        \"patiences\",\n        \"patiency\",\n        \"patient\",\n        \"patientness\",\n        \"perdurableness\",\n        \"perdurance\",\n        \"roomthiness\",\n        \"subequality\",\n        \"sufferance\",\n        \"tole\",\n        \"tolerability\",\n        \"tolerableness\",\n        \"tolerably\",\n        \"tolerance\",\n        \"tolerances\",\n        \"tolerancy\",\n        \"tolerantism\",\n        \"toleration\",\n        \"tolerationism\",\n        \"tolerism\",\n        \"toleware\",\n        \"torsibility\",\n        \"unbearableness\",\n        \"undurableness\",\n        \"upbearing\"\n    ],\n    \"aterị\": [\n        \"aterian\"\n    ],\n    \"ịestụ mmanya\": [\n        \"atestine\"\n    ],\n    \"oririuchus\": [\n        \"ateuchus\"\n    ],\n    \"ataline\": [\n        \"athalline\"\n    ],\n    \"onye na-ekweghị na Chineke\": [\n        \"atheizer\"\n    ],\n    \"athe\": [\n        \"atheling\"\n    ],\n    \"atheums\": [\n        \"atheneums\"\n    ],\n    \"Athenia\": [\n        \"athenian\"\n    ],\n    \"ndị Atens\": [\n        \"athenians\"\n    ],\n    \"atens\": [\n        \"athens\"\n    ],\n    \"athehe\": [\n        \"athericerous\"\n    ],\n    \"atheetik\": [\n        \"athetotic\"\n    ],\n    \"akpịrị ịkpọ nkụ\": [\n        \"athirst\",\n        \"dehydrant\",\n        \"dehydrase\",\n        \"dehydratase\",\n        \"dehydrate\",\n        \"dehydrated\",\n        \"dehydrating\",\n        \"dehydration\",\n        \"dehydrator\",\n        \"dehydrofreeze\",\n        \"dehydrogenation\",\n        \"dehydrogenisation\",\n        \"dihydrate\",\n        \"dihydrated\",\n        \"parchedness\",\n        \"thirst\",\n        \"thirsters\",\n        \"thirstful\",\n        \"thirstily\",\n        \"thirstiness\",\n        \"thirstingly\",\n        \"thirstland\",\n        \"thirstless\",\n        \"thirstlessness\",\n        \"thirstproof\",\n        \"thirsts\"\n    ],\n    \"onye na-eme egwuregwu\": [\n        \"athlete\",\n        \"matchmaker\",\n        \"matmaker\",\n        \"preentertainer\",\n        \"trifler\"\n    ],\n    \"ndị na-eme egwuregwu\": [\n        \"athletes\",\n        \"compeers\",\n        \"fielders\",\n        \"matchers\",\n        \"matchmakers\",\n        \"melodramatists\",\n        \"merrymakers\",\n        \"recreants\",\n        \"trippers\"\n    ],\n    \"n'egwuregwu\": [\n        \"athletical\",\n        \"athletically\",\n        \"blottingly\",\n        \"braggishly\",\n        \"dispassionately\",\n        \"endogastrically\",\n        \"flippantly\",\n        \"phyletically\",\n        \"refrenzy\",\n        \"scampingly\",\n        \"scampishly\",\n        \"skirmishing\",\n        \"spating\",\n        \"spunkily\",\n        \"swaggeringly\",\n        \"teeteringly\",\n        \"toyingly\",\n        \"unathletically\",\n        \"unfiercely\",\n        \"unloathly\",\n        \"unplayfully\",\n        \"unsprayed\",\n        \"vyingly\",\n        \"voyeuristic\"\n    ],\n    \"egwuregwu egwuregwu\": [\n        \"athleticism\",\n        \"athletism\",\n        \"athrocyte\",\n        \"athrocytosis\",\n        \"gamecocks\",\n        \"gamey\",\n        \"gamekeeping\",\n        \"gamelans\",\n        \"matchstalk\",\n        \"sportscast\",\n        \"sportscasts\",\n        \"sportsmanliness\",\n        \"sportswomanly\",\n        \"sportswomanship\",\n        \"summergame\"\n    ],\n    \"atọdyds\": [\n        \"athodyds\"\n    ],\n    \"atachị\": [\n        \"athort\"\n    ],\n    \"egwuregwuwarthawse\": [\n        \"athwarthawse\"\n    ],\n    \"atimọn\": [\n        \"atimon\"\n    ],\n    \"iku anya mmiri\": [\n        \"atinkle\"\n    ],\n    \"gbara gharịị\": [\n        \"atypical\"\n    ],\n    \"atlanta\": [\n        \"atlantad\",\n        \"atlantal\"\n    ],\n    \"atlantis\": [\n        \"atlantes\"\n    ],\n    \"atọm\": [\n        \"atlas\",\n        \"atmo\",\n        \"atom\",\n        \"atomician\",\n        \"atomicism\",\n        \"atomies\",\n        \"atomised\",\n        \"atomising\",\n        \"atomism\",\n        \"atomisms\",\n        \"atomistic\",\n        \"atomists\",\n        \"atomity\",\n        \"atomized\",\n        \"atoms\"\n    ],\n    \"atlas\": [\n        \"atlases\"\n    ],\n    \"atlas yiri\": [\n        \"atlaslike\"\n    ],\n    \"Ugbo\": [\n        \"atm\",\n        \"bates\",\n        \"cottabus\",\n        \"gardy\",\n        \"groats\",\n        \"indianhood\",\n        \"kerning\",\n        \"mort\",\n        \"ontogeneses\",\n        \"pitirri\",\n        \"pitris\",\n        \"plainspoken\",\n        \"prat\",\n        \"prenomens\",\n        \"quadratrix\",\n        \"seps\",\n        \"skaff\",\n        \"slaggy\",\n        \"slath\",\n        \"speir\",\n        \"spewers\",\n        \"thrashel\",\n        \"tillandsia\",\n        \"trenchering\",\n        \"twats\"\n    ],\n    \"atulacautery\": [\n        \"atmocautery\"\n    ],\n    \"inmolyze\": [\n        \"atmolyze\"\n    ],\n    \"atọmịk\": [\n        \"atomatic\",\n        \"atomic\",\n        \"atomicity\",\n        \"atomisation\",\n        \"atomistics\",\n        \"atomizers\",\n        \"atomizes\",\n        \"atomizing\"\n    ],\n    \"atọmik\": [\n        \"atomical\",\n        \"atomics\"\n    ],\n    \"atomik\": [\n        \"atomically\"\n    ],\n    \"atọmis\": [\n        \"atomises\"\n    ],\n    \"Onye atomist\": [\n        \"atomist\"\n    ],\n    \"atomiz\": [\n        \"atomize\"\n    ],\n    \"atonudo\": [\n        \"atonality\"\n    ],\n    \"aton adiana\": [\n        \"atonally\"\n    ],\n    \"kpuchie mmehie\": [\n        \"atone\",\n        \"atoned\",\n        \"atoner\",\n        \"atoningly\"\n    ],\n    \"mgbaghara mmehie\": [\n        \"atoneable\"\n    ],\n    \"mkpuchi mmehie\": [\n        \"atonement\",\n        \"atonements\",\n        \"atoneness\",\n        \"atonies\",\n        \"atoning\",\n        \"intonement\"\n    ],\n    \"nkume\": [\n        \"atones\",\n        \"centones\",\n        \"pones\",\n        \"rock\",\n        \"rockbell\",\n        \"rockoon\",\n        \"rocks\",\n        \"rockskipper\",\n        \"rocktree\",\n        \"rockward\",\n        \"roestone\",\n        \"stonage\",\n        \"stond\",\n        \"stone\",\n        \"stonemint\",\n        \"stonen\",\n        \"stoner\",\n        \"stones\",\n        \"stonewally\",\n        \"stoning\",\n        \"stonishes\",\n        \"toolstone\"\n    ],\n    \"atoni\": [\n        \"atony\"\n    ],\n    \"ihe atonics\": [\n        \"atonics\"\n    ],\n    \"imeghe\": [\n        \"atopen\",\n        \"nonopening\",\n        \"open\",\n        \"openairness\",\n        \"openendedness\",\n        \"openness\",\n        \"reopening\",\n        \"reopenings\",\n        \"reshutting\",\n        \"unabutting\",\n        \"undocking\",\n        \"unestablish\",\n        \"unflock\",\n        \"unfold\",\n        \"unhoop\",\n        \"unloop\",\n        \"unmake\",\n        \"unmingle\",\n        \"unopening\",\n        \"unopenly\",\n        \"unopposing\",\n        \"unpave\",\n        \"unpeopling\",\n        \"unplough\",\n        \"unshaked\",\n        \"unshaken\",\n        \"unshapenness\",\n        \"unstacker\",\n        \"unversedness\",\n        \"unwigging\",\n        \"unwotting\",\n        \"unzoning\"\n    ],\n    \"atopi\": [\n        \"atopies\"\n    ],\n    \"atraby\": [\n        \"atrabiliar\"\n    ],\n    \"kpoo oku\": [\n        \"atremate\"\n    ],\n    \"atretik\": [\n        \"atretic\"\n    ],\n    \"atricic\": [\n        \"atrichic\"\n    ],\n    \"omume obi ọjọọ\": [\n        \"atrociousness\"\n    ],\n    \"arụrụala\": [\n        \"atrocity\",\n        \"atrocities\",\n        \"brute\"\n    ],\n    \"atrophy na-egbu egbu\": [\n        \"atrophying\"\n    ],\n    \"atrophic\": [\n        \"atropic\"\n    ],\n    \"atropine\": [\n        \"atropidae\",\n        \"atropin\"\n    ],\n    \"atorubent\": [\n        \"atrorubent\"\n    ],\n    \"ndị nkuzi\": [\n        \"attachers\",\n        \"epeeists\",\n        \"lectionaries\",\n        \"lectors\",\n        \"lecturers\",\n        \"lecturess\",\n        \"peachers\",\n        \"pedaliers\",\n        \"pedlars\",\n        \"reachers\",\n        \"teachers\"\n    ],\n    \"attaches\": [\n        \"attacheship\"\n    ],\n    \"Mgbakwụnye\": [\n        \"attachments\"\n    ],\n    \"ọgụ\": [\n        \"attack\",\n        \"attackable\",\n        \"attacks\",\n        \"battledored\",\n        \"battleful\",\n        \"battlesome\",\n        \"bights\",\n        \"combat\",\n        \"combatable\",\n        \"combated\",\n        \"combativeness\",\n        \"combativity\",\n        \"combats\",\n        \"combattant\",\n        \"combatted\",\n        \"combatting\",\n        \"combmaking\",\n        \"comburgess\",\n        \"comburimetry\",\n        \"combust\",\n        \"combustor\",\n        \"combwright\",\n        \"fightable\",\n        \"fightings\",\n        \"foughty\",\n        \"immunity\",\n        \"outbatter\",\n        \"outfights\",\n        \"sleights\",\n        \"strifeproof\",\n        \"trestles\"\n    ],\n    \"enwere ike iru\": [\n        \"attainability\"\n    ],\n    \"enwere ike inweta\": [\n        \"attainable\",\n        \"attainableness\",\n        \"reachable\"\n    ],\n    \"imezu\": [\n        \"attainably\",\n        \"attained\",\n        \"attainting\",\n        \"conchie\",\n        \"conclusively\",\n        \"disulfate\",\n        \"fulminurate\",\n        \"outguiding\",\n        \"outperforming\",\n        \"outwinding\",\n        \"overwisdom\"\n    ],\n    \"ndi inweta ihe\": [\n        \"attainers\"\n    ],\n    \"mmezu\": [\n        \"attainments\",\n        \"averments\",\n        \"commonefaction\",\n        \"completement\",\n        \"conformance\",\n        \"execrable\",\n        \"execrableness\",\n        \"execrations\",\n        \"executorship\",\n        \"executrixes\",\n        \"executrixship\",\n        \"extravagation\",\n        \"filminess\",\n        \"fulciment\",\n        \"fulfillment\",\n        \"fulfillments\",\n        \"fulfilment\",\n        \"fulminancy\",\n        \"fulminant\",\n        \"fulmination\",\n        \"fulminations\",\n        \"fulminatory\",\n        \"metrification\",\n        \"ramifications\",\n        \"realisation\",\n        \"realization\",\n        \"ultranational\"\n    ],\n    \"na-emezu\": [\n        \"attains\",\n        \"completers\",\n        \"fulfillers\",\n        \"fulfills\",\n        \"fulfils\",\n        \"perduring\"\n    ],\n    \"emezuo\": [\n        \"attainted\",\n        \"execrated\",\n        \"executrices\"\n    ],\n    \"atte\": [\n        \"atteal\"\n    ],\n    \"nwaa\": [\n        \"attemper\",\n        \"attemperator\",\n        \"attempter\",\n        \"temps\",\n        \"tempt\",\n        \"triedly\",\n        \"tryt\"\n    ],\n    \"nwara\": [\n        \"attemperament\",\n        \"attemperance\",\n        \"attempered\",\n        \"attempted\",\n        \"attemptive\",\n        \"experimented\",\n        \"expermentized\",\n        \"experted\",\n        \"physicked\",\n        \"retried\",\n        \"tempted\"\n    ],\n    \"na-anwa\": [\n        \"attemperate\",\n        \"attemperately\",\n        \"attempting\",\n        \"temptable\",\n        \"tempting\",\n        \"temptingly\",\n        \"trying\"\n    ],\n    \"anwa\": [\n        \"attemperation\"\n    ],\n    \"na-agbalị\": [\n        \"attempering\",\n        \"strived\",\n        \"trysting\"\n    ],\n    \"ndị na-anwa\": [\n        \"attempers\",\n        \"attempters\"\n    ],\n    \"igbali\": [\n        \"attempre\",\n        \"prolectite\"\n    ],\n    \"gbalịa\": [\n        \"attempt\",\n        \"retempt\",\n        \"try\",\n        \"tryms\",\n        \"tryptonize\"\n    ],\n    \"agbali\": [\n        \"attemptability\",\n        \"attemptable\",\n        \"attemptless\",\n        \"cann\",\n        \"catabatic\",\n        \"catasarka\",\n        \"incalver\",\n        \"incensing\",\n        \"incomputable\",\n        \"promptorium\"\n    ],\n    \"ọnwụnwa\": [\n        \"attempts\",\n        \"retemptation\",\n        \"temptableness\",\n        \"temptation\",\n        \"temptational\",\n        \"temptations\",\n        \"temptingness\",\n        \"trials\",\n        \"triedness\",\n        \"tryingness\"\n    ],\n    \"ịga\": [\n        \"attend\",\n        \"attendance\",\n        \"attendantly\",\n        \"attending\",\n        \"attendingly\",\n        \"attendment\"\n    ],\n    \"ọmụmụ ihe\": [\n        \"attendances\",\n        \"prosodetic\",\n        \"semiconventionality\",\n        \"semidiaphanousness\",\n        \"semiorbicular\",\n        \"semitransparentness\"\n    ],\n    \"ije ozi\": [\n        \"attendancy\",\n        \"depute\",\n        \"ghettoing\",\n        \"ghettoization\",\n        \"ministerialism\",\n        \"ministeriality\",\n        \"ministerialness\",\n        \"ministering\",\n        \"ministership\",\n        \"servation\",\n        \"servileness\",\n        \"servitorial\",\n        \"stagecoaching\"\n    ],\n    \"onye na-eje ozi\": [\n        \"attendant\",\n        \"broider\",\n        \"broiderer\",\n        \"chambermaid\",\n        \"proemial\",\n        \"servitor\",\n        \"servitress\"\n    ],\n    \"ndị na-eje ozi\": [\n        \"attendants\",\n        \"ministrants\",\n        \"servitors\"\n    ],\n    \"gara\": [\n        \"attended\",\n        \"visited\",\n        \"went\"\n    ],\n    \"bịaranụ\": [\n        \"attendee\"\n    ],\n    \"ndị bịara\": [\n        \"attendees\",\n        \"cameleers\"\n    ],\n    \"onye na-ege ntị\": [\n        \"attender\",\n        \"audiotypist\",\n        \"audiviser\",\n        \"listener\"\n    ],\n    \"ndị na-ege ntị\": [\n        \"attenders\",\n        \"attestors\",\n        \"audibles\",\n        \"audience\",\n        \"audiencer\",\n        \"audiences\",\n        \"audients\",\n        \"audiles\",\n        \"heeders\",\n        \"listeners\",\n        \"opiners\"\n    ],\n    \"odibo\": [\n        \"attendress\",\n        \"bondmaid\",\n        \"charier\",\n        \"dimerous\",\n        \"handmaid\",\n        \"handmaiden\",\n        \"harborer\",\n        \"maid\",\n        \"maidenish\",\n        \"maidenship\",\n        \"maidhood\",\n        \"maidy\",\n        \"maidie\",\n        \"maidin\",\n        \"maidish\",\n        \"maidishness\",\n        \"maidism\",\n        \"maidling\",\n        \"obouracy\",\n        \"overnoble\",\n        \"servant\",\n        \"servantcy\",\n        \"servantess\",\n        \"servantry\",\n        \"servantship\",\n        \"serviceman\",\n        \"slavemonger\",\n        \"submaid\",\n        \"tablemaid\",\n        \"undermaid\",\n        \"waister\",\n        \"waitress\",\n        \"wardsmaid\",\n        \"woldy\"\n    ],\n    \"na-aga\": [\n        \"attends\",\n        \"commutes\",\n        \"dapperest\",\n        \"deputes\",\n        \"destining\",\n        \"eximiously\",\n        \"forthgoing\",\n        \"goes\",\n        \"goethites\",\n        \"going\",\n        \"hesperides\",\n        \"hesperis\",\n        \"hesperus\",\n        \"marishes\",\n        \"peddled\",\n        \"peddlingly\",\n        \"precures\",\n        \"predates\",\n        \"saining\",\n        \"stithying\",\n        \"tripsill\",\n        \"upgoing\",\n        \"waying\"\n    ],\n    \"nlebara anya\": [\n        \"attensity\",\n        \"observability\",\n        \"observantness\",\n        \"observational\",\n        \"observationally\",\n        \"observative\",\n        \"regardfulness\",\n        \"subluxation\",\n        \"superinquisitiveness\",\n        \"superjustification\"\n    ],\n    \"entaa ntị\": [\n        \"attent\",\n        \"attentate\"\n    ],\n    \"ntị\": [\n        \"attention\",\n        \"attentional\",\n        \"attentionality\",\n        \"attentions\",\n        \"attentively\",\n        \"attently\",\n        \"attestive\",\n        \"audiphone\",\n        \"ear\",\n        \"earaches\",\n        \"eardrums\",\n        \"eared\",\n        \"earful\",\n        \"earfuls\",\n        \"earl\",\n        \"earless\",\n        \"earliness\",\n        \"earlish\",\n        \"earmuff\",\n        \"earmuffs\",\n        \"ears\",\n        \"earsh\",\n        \"earsore\",\n        \"earstones\",\n        \"hearings\",\n        \"hearties\",\n        \"heartiest\",\n        \"iotized\",\n        \"listenings\",\n        \"oread\"\n    ],\n    \"na-ege ntị\": [\n        \"attentive\",\n        \"audibly\",\n        \"audiencier\",\n        \"audient\",\n        \"eavesdroppers\",\n        \"eavesing\",\n        \"hearkening\",\n        \"hearkens\",\n        \"heeder\",\n        \"heedily\",\n        \"listenable\",\n        \"listening\",\n        \"listens\",\n        \"tuned\",\n        \"tunned\"\n    ],\n    \"ị atta ntị\": [\n        \"attentiveness\"\n    ],\n    \"ndị na-akwụ ụgwọ\": [\n        \"attenuators\",\n        \"bettors\",\n        \"bilkers\",\n        \"billers\",\n        \"brigander\",\n        \"broachers\",\n        \"cashers\",\n        \"duelers\",\n        \"earners\",\n        \"feelers\",\n        \"funders\",\n        \"yeasayers\",\n        \"lechers\",\n        \"levators\",\n        \"levelers\",\n        \"lionizers\",\n        \"negators\",\n        \"payees\",\n        \"payers\",\n        \"payess\",\n        \"paymasters\",\n        \"pausers\",\n        \"provokers\",\n        \"quittors\",\n        \"renters\",\n        \"revokers\",\n        \"suspenders\"\n    ],\n    \"attercop\": [\n        \"attercrop\"\n    ],\n    \"batrị\": [\n        \"attery\",\n        \"batable\",\n        \"batteled\",\n        \"batten\",\n        \"battery\",\n        \"batterie\",\n        \"batteried\",\n        \"batteries\",\n        \"batule\",\n        \"batzen\"\n    ],\n    \"atagbuola\": [\n        \"attermined\"\n    ],\n    \"itu aturu\": [\n        \"atterrate\"\n    ],\n    \"gbaa akaebe\": [\n        \"attest\",\n        \"attestative\",\n        \"testify\",\n        \"testimonialize\"\n    ],\n    \"gbara akaebe\": [\n        \"attestable\",\n        \"attested\",\n        \"attests\",\n        \"testier\",\n        \"testiere\",\n        \"testiest\",\n        \"testified\",\n        \"testifiers\"\n    ],\n    \"ịgba akaebe\": [\n        \"attestation\",\n        \"bursiculate\",\n        \"obtestation\",\n        \"testimonialising\",\n        \"witnessdom\"\n    ],\n    \"akaebe\": [\n        \"attestations\",\n        \"foreprovided\",\n        \"foresleeve\",\n        \"harpooning\",\n        \"harpsichord\",\n        \"haruspication\",\n        \"haruspice\",\n        \"predesertion\",\n        \"proof\",\n        \"proofness\",\n        \"sericiculturist\",\n        \"signiorship\",\n        \"stumpknocker\",\n        \"testatorship\",\n        \"testimony\",\n        \"testimonia\",\n        \"testimonial\",\n        \"testimonialist\",\n        \"testimonialization\",\n        \"testimonialized\",\n        \"testimonializer\",\n        \"testimonializing\",\n        \"testimonials\",\n        \"testimonies\",\n        \"testimonium\",\n        \"thalassographical\"\n    ],\n    \"Onye nkuzi\": [\n        \"attester\",\n        \"drillmaster\"\n    ],\n    \"ndị akaebe\": [\n        \"attesters\",\n        \"proofers\",\n        \"witnesses\",\n        \"wornnesses\"\n    ],\n    \"na-agba akaebe\": [\n        \"attesting\",\n        \"beringite\",\n        \"counterwitness\",\n        \"perjuring\",\n        \"testifies\",\n        \"testifying\",\n        \"witnesseth\"\n    ],\n    \"okpuru ulo\": [\n        \"attic\",\n        \"basement\",\n        \"basementless\",\n        \"basements\",\n        \"basementward\",\n        \"bastionary\",\n        \"cellar\",\n        \"cellaring\",\n        \"cellarless\",\n        \"cellars\",\n        \"cellarway\",\n        \"cottoneer\",\n        \"floorhead\",\n        \"subschool\",\n        \"subtower\",\n        \"underroom\"\n    ],\n    \"aturu\": [\n        \"attical\",\n        \"bitesheep\",\n        \"sheep\",\n        \"sheepback\",\n        \"sheepsteal\",\n        \"sheepweed\"\n    ],\n    \"rịba ama\": [\n        \"attice\",\n        \"attid\",\n        \"note\",\n        \"notewise\"\n    ],\n    \"utịp\": [\n        \"atticism\",\n        \"obsequience\"\n    ],\n    \"Ugwu ala\": [\n        \"atticist\"\n    ],\n    \"ndị na-etinye aka\": [\n        \"atticists\",\n        \"meddlers\"\n    ],\n    \"itu ulo\": [\n        \"atticize\"\n    ],\n    \"na-etinye ume\": [\n        \"atticizing\",\n        \"insetting\"\n    ],\n    \"atti\": [\n        \"attired\"\n    ],\n    \"àgwà\": [\n        \"attitudes\",\n        \"attribute\",\n        \"attributes\",\n        \"personality\",\n        \"personalty\",\n        \"personately\",\n        \"personeity\",\n        \"qualitied\",\n        \"qualities\",\n        \"traist\",\n        \"trait\",\n        \"traits\"\n    ],\n    \"echebara\": [\n        \"attitudinised\",\n        \"premutinied\",\n        \"psychometrize\"\n    ],\n    \"echegbula\": [\n        \"attitudinized\",\n        \"preoccupy\",\n        \"worryproof\"\n    ],\n    \"onye na-akwado ihe\": [\n        \"attitudist\",\n        \"clypeaster\",\n        \"eclecticist\",\n        \"fanmaker\",\n        \"mosaicist\",\n        \"suprematist\"\n    ],\n    \"attiwonderonk\": [\n        \"attiwendaronk\"\n    ],\n    \"zuo\": [\n        \"attle\",\n        \"boarish\",\n        \"consign\",\n        \"deli\",\n        \"donnish\",\n        \"outchase\",\n        \"purchase\",\n        \"quelt\",\n        \"ragouted\",\n        \"ramberge\",\n        \"rapilli\",\n        \"rapt\",\n        \"snide\",\n        \"spiffy\",\n        \"stoop\",\n        \"sufflate\",\n        \"sufflue\",\n        \"swink\",\n        \"tatchy\",\n        \"wush\"\n    ],\n    \"attn trp\": [\n        \"attntrp\"\n    ],\n    \"sie ike\": [\n        \"attollent\",\n        \"besaile\",\n        \"besetment\",\n        \"besiegingly\",\n        \"besprent\",\n        \"fortifying\",\n        \"harderian\",\n        \"inclaudent\",\n        \"inclement\",\n        \"intensitometer\",\n        \"loudest\",\n        \"prederive\",\n        \"sevier\",\n        \"solidarize\",\n        \"solidarized\",\n        \"solidified\",\n        \"sougher\",\n        \"stiffen\",\n        \"stingier\",\n        \"strenuity\",\n        \"strenuosity\",\n        \"strenuous\",\n        \"strong\",\n        \"terse\",\n        \"tersely\",\n        \"tighteners\",\n        \"tightenings\",\n        \"tighter\",\n        \"tightest\",\n        \"tightlier\",\n        \"unsiege\"\n    ],\n    \"riri elu\": [\n        \"attomy\"\n    ],\n    \"onye ọka iwu\": [\n        \"attornare\",\n        \"barrister\",\n        \"coplaintiff\",\n        \"elicitor\",\n        \"yetzer\",\n        \"jurator\",\n        \"jurist\",\n        \"lawyerly\"\n    ],\n    \"kekọtara\": [\n        \"attorned\",\n        \"confixed\",\n        \"consorted\",\n        \"entangled\"\n    ],\n    \"ọka iwu\": [\n        \"attorney\",\n        \"attorneyism\",\n        \"attorneyship\",\n        \"bailer\",\n        \"cocurator\"\n    ],\n    \"Ikike\": [\n        \"attorneydom\",\n        \"entitles\",\n        \"forges\",\n        \"ironness\",\n        \"ironnesses\",\n        \"knightliness\",\n        \"potwaller\",\n        \"prelacy\",\n        \"stylisation\",\n        \"stylise\",\n        \"stypsis\",\n        \"techniphone\",\n        \"wornil\"\n    ],\n    \"ndị ọka iwu\": [\n        \"attorneys\",\n        \"jurists\",\n        \"lawyers\",\n        \"lawrightmen\",\n        \"legalists\",\n        \"solicitors\",\n        \"sopors\"\n    ],\n    \"na-adọta\": [\n        \"attract\",\n        \"attracting\",\n        \"attracts\",\n        \"drabbing\",\n        \"drawboring\",\n        \"drawliest\",\n        \"draws\",\n        \"prewarning\",\n        \"pullings\",\n        \"tugging\"\n    ],\n    \"na-adọrọ mmasị\": [\n        \"attractability\",\n        \"attractants\",\n        \"attractionally\",\n        \"attractively\",\n        \"captivating\",\n        \"captivatingly\",\n        \"drawlingly\",\n        \"enthrong\",\n        \"fascinates\",\n        \"fascinating\",\n        \"fascinatingly\",\n        \"fascinations\",\n        \"fascinative\",\n        \"fascines\"\n    ],\n    \"adọrọ adọrọ\": [\n        \"attractableness\",\n        \"attractant\",\n        \"charismatic\",\n        \"glamor\",\n        \"glamors\",\n        \"glamour\"\n    ],\n    \"dọtara\": [\n        \"attracted\",\n        \"drawn\"\n    ],\n    \"onye na-adọta ihe\": [\n        \"attracter\"\n    ],\n    \"na-adọta mmasị\": [\n        \"attractingly\",\n        \"attractor\"\n    ],\n    \"ebe nkiri\": [\n        \"attractions\",\n        \"quatre\"\n    ],\n    \"ihe na-adọrọ mmasị\": [\n        \"attractivity\"\n    ],\n    \"na-adọta ndị mmadụ\": [\n        \"attractors\"\n    ],\n    \"inwe mmasị\": [\n        \"attrap\",\n        \"imprese\",\n        \"impress\"\n    ],\n    \"edu\": [\n        \"attrib\",\n        \"educed\",\n        \"eductive\"\n    ],\n    \"pụrụ\": [\n        \"attributable\",\n        \"bakelite\",\n        \"becalmed\",\n        \"demurrable\",\n        \"excl\",\n        \"leno\",\n        \"leone\",\n        \"shabble\"\n    ],\n    \"nke\": [\n        \"attributal\",\n        \"belonging\",\n        \"cha\",\n        \"featly\",\n        \"forthy\",\n        \"hereof\",\n        \"incremental\",\n        \"issue\",\n        \"itemy\",\n        \"ness\",\n        \"of\",\n        \"por\",\n        \"provosts\",\n        \"segment\",\n        \"sessionary\",\n        \"tacky\",\n        \"thecial\",\n        \"unc\",\n        \"versional\",\n        \"whereof\"\n    ],\n    \"ekewet\": [\n        \"attributed\",\n        \"composed\"\n    ],\n    \"ihe ntanye\": [\n        \"attributer\",\n        \"baseband\",\n        \"headstands\",\n        \"inductor\",\n        \"lancet\",\n        \"lints\"\n    ],\n    \"Njirimara\": [\n        \"attribution\",\n        \"attributions\",\n        \"attributive\",\n        \"featurette\",\n        \"properties\"\n    ],\n    \"Na-egosi\": [\n        \"attributively\",\n        \"blueprinted\",\n        \"paradingly\",\n        \"rebring\"\n    ],\n    \"ihe onyinye\": [\n        \"attributor\",\n        \"pacifisms\",\n        \"plafonds\",\n        \"plimsols\",\n        \"porgies\",\n        \"privet\",\n        \"prizemen\",\n        \"prizer\",\n        \"prizery\",\n        \"pseudapospory\",\n        \"ransacker\",\n        \"talipots\"\n    ],\n    \"na-agba ume\": [\n        \"attriting\",\n        \"beetlers\",\n        \"begazes\",\n        \"begrudgingly\",\n        \"bituminising\",\n        \"bituminizing\",\n        \"blewits\",\n        \"blightingly\",\n        \"conflagrating\",\n        \"cosounding\",\n        \"coursing\",\n        \"cozening\",\n        \"dehorting\",\n        \"dephasing\",\n        \"encoignures\",\n        \"encourager\",\n        \"encouragers\",\n        \"encourages\",\n        \"encouraging\",\n        \"encouragingly\",\n        \"exhorting\",\n        \"exhumating\",\n        \"exorcising\",\n        \"fluidifying\",\n        \"fluidizing\",\n        \"fumigating\",\n        \"gashing\",\n        \"gloating\",\n        \"heartening\",\n        \"hearteningly\",\n        \"heartens\",\n        \"heartsickening\",\n        \"hecticness\",\n        \"hydrating\",\n        \"invitingly\",\n        \"lionising\",\n        \"lunging\",\n        \"moistening\",\n        \"overdiscouraging\",\n        \"ovulates\",\n        \"preencourage\",\n        \"pushfulness\",\n        \"reasserting\",\n        \"reasserts\",\n        \"refeeding\",\n        \"refloating\",\n        \"reflowering\",\n        \"reflowing\",\n        \"refreezes\",\n        \"refreezing\",\n        \"refrying\",\n        \"respading\",\n        \"resprinkled\",\n        \"resprinkling\",\n        \"restriking\",\n        \"resuscitative\",\n        \"sedgiest\",\n        \"tenderising\",\n        \"uncrating\",\n        \"unscorching\",\n        \"urgeful\",\n        \"urgers\",\n        \"urges\",\n        \"urging\",\n        \"urgingly\",\n        \"urgings\",\n        \"urticates\",\n        \"vaporing\",\n        \"whispering\",\n        \"whisperingly\"\n    ],\n    \"N'abụ\": [\n        \"attriutively\"\n    ],\n    \"nnọchibido\": [\n        \"attroopment\",\n        \"besiegement\",\n        \"deputation\",\n        \"nonintermittentness\"\n    ],\n    \"ikpokọta\": [\n        \"attroupement\",\n        \"collared\",\n        \"collating\",\n        \"collatitious\",\n        \"combinability\",\n        \"combinableness\",\n        \"combinate\",\n        \"combine\",\n        \"combite\",\n        \"combure\",\n        \"consperse\",\n        \"grouping\",\n        \"merling\",\n        \"pileated\",\n        \"unifier\"\n    ],\n    \"itule\": [\n        \"attune\",\n        \"atune\",\n        \"balan\",\n        \"balancement\",\n        \"charlatanically\",\n        \"chide\",\n        \"deranged\",\n        \"discurtain\",\n        \"egotize\",\n        \"equilibrate\",\n        \"unlustie\",\n        \"unmiter\",\n        \"unrake\",\n        \"unscale\"\n    ],\n    \"atọkọta\": [\n        \"attuning\"\n    ],\n    \"dota\": [\n        \"atturn\",\n        \"consignify\"\n    ],\n    \"atua\": [\n        \"atuami\"\n    ],\n    \"ịke\": [\n        \"atule\",\n        \"style\"\n    ],\n    \"icha\": [\n        \"atveen\",\n        \"blithen\",\n        \"damourite\",\n        \"desulphurate\",\n        \"drepanid\",\n        \"fadding\",\n        \"fadeout\",\n        \"fagotings\",\n        \"philter\",\n        \"rankine\",\n        \"reconceal\",\n        \"regel\",\n        \"whitethorn\"\n    ],\n    \"ejima\": [\n        \"atwin\",\n        \"dualisms\",\n        \"dualists\",\n        \"twal\",\n        \"twalt\",\n        \"twattle\",\n        \"twillings\",\n        \"twin\",\n        \"twinable\",\n        \"twinberry\",\n        \"twinberries\",\n        \"twinborn\",\n        \"twindle\",\n        \"twine\",\n        \"twined\",\n        \"twinelike\",\n        \"twinemaker\",\n        \"twinemaking\",\n        \"twiner\",\n        \"twiners\",\n        \"twines\",\n        \"twinflower\",\n        \"twinfold\",\n        \"twinhood\",\n        \"twiny\",\n        \"twinight\",\n        \"twinighter\",\n        \"twinighters\",\n        \"twining\",\n        \"twiningly\",\n        \"twinism\",\n        \"twinklers\",\n        \"twinleaf\",\n        \"twinly\",\n        \"twinlike\",\n        \"twinling\",\n        \"twinned\",\n        \"twinner\",\n        \"twinness\",\n        \"twinning\",\n        \"twinnings\",\n        \"twins\",\n        \"twinship\",\n        \"twinships\",\n        \"twinsomeness\",\n        \"twint\",\n        \"twinter\"\n    ],\n    \"twitter\": [\n        \"atwitter\",\n        \"twittered\",\n        \"twitterer\",\n        \"twitterly\"\n    ],\n    \"quantic\": [\n        \"auantic\"\n    ],\n    \"obia\": [\n        \"auburn\",\n        \"augite\",\n        \"bdelloid\",\n        \"bebite\",\n        \"bebump\",\n        \"beshell\",\n        \"bobeche\",\n        \"bode\",\n        \"bole\",\n        \"carryke\",\n        \"cheare\",\n        \"chumming\",\n        \"deblai\",\n        \"forbruise\",\n        \"rakehell\",\n        \"visitoress\",\n        \"whidah\"\n    ],\n    \"okushon\": [\n        \"auction\",\n        \"auctionary\",\n        \"auctioned\",\n        \"auctioneer\",\n        \"auctions\"\n    ],\n    \"ndị na-ere ahịa\": [\n        \"auctioneers\",\n        \"auctors\",\n        \"barkers\",\n        \"barterers\",\n        \"broiders\",\n        \"brokers\",\n        \"counterinsurgents\",\n        \"dealers\",\n        \"expellers\",\n        \"gainsayers\",\n        \"labeller\",\n        \"labellers\",\n        \"libellers\",\n        \"marketeers\",\n        \"nonmercearies\",\n        \"peddlers\",\n        \"repellers\",\n        \"resellers\",\n        \"retailers\",\n        \"retailors\",\n        \"salesclerks\",\n        \"salesmen\",\n        \"salespeople\",\n        \"salespersons\",\n        \"shopkeepers\",\n        \"solders\",\n        \"spoolers\",\n        \"stockists\",\n        \"stokers\",\n        \"traffickers\",\n        \"venders\",\n        \"vendors\",\n        \"wholesalers\"\n    ],\n    \"auction\": [\n        \"auctioning\"\n    ],\n    \"okoli\": [\n        \"auctor\",\n        \"convivialist\",\n        \"darnex\",\n        \"darwinist\"\n    ],\n    \"oditi\": [\n        \"aud\",\n        \"audit\",\n        \"auditable\"\n    ],\n    \"ịdị egwu\": [\n        \"audaciousness\",\n        \"edaciousness\",\n        \"outdaciousness\",\n        \"predaciousness\",\n        \"seminervousness\",\n        \"superceremoniousness\",\n        \"terraqueousness\",\n        \"tremenousness\",\n        \"tribadism\"\n    ],\n    \"Audaean\": [\n        \"audaean\"\n    ],\n    \"nụ\": [\n        \"audian\",\n        \"audivise\",\n        \"hear\",\n        \"hearsay\",\n        \"oary\"\n    ],\n    \"a na-anụ ihe\": [\n        \"audibility\"\n    ],\n    \"na-anụ ụda\": [\n        \"audible\"\n    ],\n    \"mkpọtụ ness\": [\n        \"audibleness\"\n    ],\n    \"odiyo\": [\n        \"audio\"\n    ],\n    \"anusi\": [\n        \"audioemission\"\n    ],\n    \"ọdịyo\": [\n        \"audiogenic\",\n        \"audiology\",\n        \"audiological\"\n    ],\n    \"ọkà mmụta banyere ọdịyo\": [\n        \"audiologist\"\n    ],\n    \"ndị na-amụ ọdịyo\": [\n        \"audiologists\"\n    ],\n    \"igwe egwu\": [\n        \"audiometers\",\n        \"audiometry\",\n        \"audiometric\",\n        \"audiometries\"\n    ],\n    \"n'olu onodu\": [\n        \"audiometrically\"\n    ],\n    \"onye na-ahụ maka ọdịyo\": [\n        \"audiometrist\"\n    ],\n    \"nnyocha\": [\n        \"audion\",\n        \"audition\",\n        \"conspection\",\n        \"counterscrutiny\",\n        \"critique\",\n        \"critiques\",\n        \"inspection\",\n        \"overappraisal\",\n        \"overview\",\n        \"scrutiny\",\n        \"scrutinisation\",\n        \"spying\"\n    ],\n    \"ogbako\": [\n        \"audiophile\",\n        \"boko\",\n        \"bunging\",\n        \"concusses\",\n        \"conference\",\n        \"conferrence\",\n        \"conurbations\",\n        \"ecclesia\",\n        \"ecclesiae\",\n        \"eccrisis\",\n        \"masscult\",\n        \"middlebrowism\",\n        \"orthoclase\",\n        \"procaccio\",\n        \"protocercal\",\n        \"protochorda\",\n        \"protochronicler\",\n        \"protococcoid\",\n        \"squabber\",\n        \"thegnship\"\n    ],\n    \"ihe ọdịyo\": [\n        \"audiotapes\"\n    ],\n    \"nyochara\": [\n        \"audited\",\n        \"expertized\",\n        \"inspected\",\n        \"scanned\",\n        \"surveyed\"\n    ],\n    \"nụkwara\": [\n        \"auditioned\",\n        \"oared\"\n    ],\n    \"n'udo\": [\n        \"auditorially\",\n        \"baddishly\",\n        \"beamingly\",\n        \"beamishly\",\n        \"bewrayingly\",\n        \"caddishly\",\n        \"caecally\",\n        \"calmingly\",\n        \"delphically\",\n        \"dreggily\",\n        \"edaciously\",\n        \"endogenously\",\n        \"endothermically\",\n        \"federatively\",\n        \"fopperly\",\n        \"foppishly\",\n        \"forlornly\",\n        \"fraternally\",\n        \"griggles\",\n        \"gurgly\",\n        \"hibernically\",\n        \"insecurely\",\n        \"jaggedly\",\n        \"liltingly\",\n        \"lubberly\",\n        \"pacifyingly\",\n        \"peaceably\",\n        \"peacefully\",\n        \"quiveringly\",\n        \"quizzingly\",\n        \"railingly\",\n        \"semisocialistically\",\n        \"sobbingly\",\n        \"steadyingly\",\n        \"taillessly\",\n        \"unappetisingly\",\n        \"unchronically\",\n        \"undolorously\",\n        \"undularly\",\n        \"unpeaceably\",\n        \"unpitiably\",\n        \"unpitifully\",\n        \"unsocially\",\n        \"unstingingly\",\n        \"untersely\",\n        \"untiredly\",\n        \"untraitorously\",\n        \"wabblingly\"\n    ],\n    \"ụlọ mgbakọ\": [\n        \"auditorium\",\n        \"auditoriums\"\n    ],\n    \"dibia\": [\n        \"auditress\",\n        \"cilician\",\n        \"clinician\",\n        \"debell\",\n        \"doctor\",\n        \"miscellanarian\",\n        \"physician\",\n        \"physicianary\",\n        \"physicianed\",\n        \"physicianer\",\n        \"practician\",\n        \"psychist\",\n        \"vicianin\"\n    ],\n    \"ndị na-eme nnyocha\": [\n        \"audubonistic\",\n        \"methodologists\",\n        \"ultraists\"\n    ],\n    \"aju\": [\n        \"aug\",\n        \"disentitled\",\n        \"monobromated\",\n        \"monochlorinated\",\n        \"monostely\",\n        \"wrinklier\"\n    ],\n    \"ougelite\": [\n        \"augelite\"\n    ],\n    \"ibuli\": [\n        \"augend\",\n        \"domify\"\n    ],\n    \"augend\": [\n        \"augends\"\n    ],\n    \"di elu\": [\n        \"augerer\",\n        \"elutriate\",\n        \"toweringly\",\n        \"upstanding\"\n    ],\n    \"uju\": [\n        \"augh\",\n        \"mourner\",\n        \"mournfulness\"\n    ],\n    \"augh\": [\n        \"aughts\"\n    ],\n    \"nwekite\": [\n        \"augitite\"\n    ],\n    \"imekwu\": [\n        \"augment\"\n    ],\n    \"imewanye\": [\n        \"augmentations\"\n    ],\n    \"na-ebuwanye ibu\": [\n        \"augmentative\",\n        \"augmentive\",\n        \"auguring\",\n        \"coexpand\"\n    ],\n    \"mụbaa\": [\n        \"augmented\",\n        \"augmentedly\",\n        \"behearse\",\n        \"multipinnate\"\n    ],\n    \"onye na-ebuwanye ibu\": [\n        \"augmenter\"\n    ],\n    \"ndiife\": [\n        \"augmenters\",\n        \"folk\",\n        \"folky\",\n        \"folkish\",\n        \"folksong\",\n        \"folkvang\"\n    ],\n    \"aughrim\": [\n        \"augrim\"\n    ],\n    \"ikwuwa\": [\n        \"augure\",\n        \"erect\",\n        \"showup\"\n    ],\n    \"ndi augure\": [\n        \"augurers\"\n    ],\n    \"austan\": [\n        \"augustan\"\n    ],\n    \"Okpukpo ndi Ochichi\": [\n        \"augustinianism\"\n    ],\n    \"august\": [\n        \"augustness\"\n    ],\n    \"Akpa\": [\n        \"auks\",\n        \"baggage\",\n        \"baggager\",\n        \"bagger\",\n        \"baggier\",\n        \"bagging\",\n        \"baggings\",\n        \"bagleaves\",\n        \"bagnes\",\n        \"bagworms\",\n        \"bermensch\",\n        \"caseload\",\n        \"caseloads\",\n        \"chestnut\",\n        \"coeds\",\n        \"foreslack\",\n        \"guldens\",\n        \"handbag\",\n        \"handbags\",\n        \"haversacks\",\n        \"kirsten\",\n        \"kited\",\n        \"moed\",\n        \"oilskins\",\n        \"pulsojets\",\n        \"quiver\",\n        \"ratbag\",\n        \"reedbucks\",\n        \"rucksacks\",\n        \"rus\",\n        \"sackbag\",\n        \"sackbutt\",\n        \"scopate\",\n        \"stembok\",\n        \"sukkoth\",\n        \"tridecane\",\n        \"tzimmes\",\n        \"ukases\",\n        \"unbag\"\n    ],\n    \"na-eme egwuregwu\": [\n        \"auletes\",\n        \"jactitating\",\n        \"sneeshing\",\n        \"sporiferous\"\n    ],\n    \"na-egbu mmụọ\": [\n        \"auletic\",\n        \"befretting\",\n        \"bemurmuring\",\n        \"bepainting\",\n        \"bevellers\",\n        \"beworn\",\n        \"drupiferous\",\n        \"exsiccating\",\n        \"fatiguingly\",\n        \"grubbily\",\n        \"gruelingly\",\n        \"hurtled\",\n        \"kidling\",\n        \"kindling\",\n        \"lethargic\",\n        \"lethargise\",\n        \"lethargised\",\n        \"lethargizing\",\n        \"lethiferous\",\n        \"poignantly\",\n        \"retimbering\",\n        \"sautes\",\n        \"smotheringly\",\n        \"tantalising\",\n        \"tantalizing\",\n        \"whizzing\"\n    ],\n    \"auchris\": [\n        \"auletris\"\n    ],\n    \"noul\": [\n        \"aulic\"\n    ],\n    \"odimma\": [\n        \"aumail\",\n        \"lacquering\"\n    ],\n    \"afam\": [\n        \"aumbry\",\n        \"embraceably\",\n        \"hugged\",\n        \"infamy\"\n    ],\n    \"Abua\": [\n        \"aumbries\"\n    ],\n    \"kechita\": [\n        \"aummbulatory\",\n        \"craniometrical\",\n        \"craticular\"\n    ],\n    \"nwanne mama\": [\n        \"aunt\",\n        \"auntie\",\n        \"aunts\",\n        \"cousinly\"\n    ],\n    \"dinta\": [\n        \"aunter\",\n        \"chaunter\",\n        \"dunting\",\n        \"hinters\",\n        \"hunter\",\n        \"hunters\"\n    ],\n    \"umu nne nna\": [\n        \"aunters\",\n        \"cochins\"\n    ],\n    \"nwanne nwanyị\": [\n        \"aunthood\",\n        \"auntly\",\n        \"kinswoman\",\n        \"sistering\",\n        \"sisterize\"\n    ],\n    \"nwam\": [\n        \"aunty\"\n    ],\n    \"nwanne nne\": [\n        \"auntlier\",\n        \"auntlike\",\n        \"auntsary\",\n        \"uncleansed\"\n    ],\n    \"nwanne nna\": [\n        \"auntre\",\n        \"auntship\",\n        \"cousinhood\",\n        \"cousinry\",\n        \"incle\",\n        \"kinsen\",\n        \"uncle\",\n        \"unclead\",\n        \"uncleared\",\n        \"unclearer\",\n        \"unclearest\",\n        \"unclearing\",\n        \"unclearly\",\n        \"uncleave\",\n        \"unclehood\",\n        \"unclement\",\n        \"unclemently\",\n        \"unclementness\",\n        \"uncles\",\n        \"unclever\",\n        \"uncleverly\",\n        \"unclew\"\n    ],\n    \"Nwanne nwanyi\": [\n        \"auntrous\"\n    ],\n    \"olu\": [\n        \"aural\",\n        \"chainlet\",\n        \"gros\",\n        \"neck\",\n        \"neckar\",\n        \"necked\",\n        \"neckless\",\n        \"necklet\",\n        \"necks\",\n        \"olograph\",\n        \"pleurotribal\",\n        \"soundage\",\n        \"voc\",\n        \"vocab\",\n        \"vocability\",\n        \"vocables\",\n        \"vocabulation\",\n        \"vocal\",\n        \"vocalics\",\n        \"vocalion\",\n        \"vocalisation\",\n        \"vocalise\",\n        \"vocalises\",\n        \"vocalism\",\n        \"vocality\",\n        \"vocalities\",\n        \"vocalizable\",\n        \"vocalizations\",\n        \"vocalizes\",\n        \"vocally\",\n        \"vocals\",\n        \"vocat\",\n        \"vocationally\",\n        \"vocations\",\n        \"vocative\",\n        \"vocatives\",\n        \"voces\",\n        \"vociferance\",\n        \"vociferancing\",\n        \"vociferant\",\n        \"vociferate\",\n        \"vociferated\",\n        \"vociferating\",\n        \"vociferation\",\n        \"vociferations\",\n        \"vociferative\",\n        \"vocification\",\n        \"vocoder\",\n        \"vocoders\",\n        \"vocular\",\n        \"vocule\",\n        \"voyance\",\n        \"voice\",\n        \"voicefulness\",\n        \"voicelet\",\n        \"voicer\",\n        \"voices\",\n        \"vols\",\n        \"volubleness\",\n        \"volume\",\n        \"voluming\",\n        \"volunty\",\n        \"vorage\"\n    ],\n    \"aropu\": [\n        \"aurated\"\n    ],\n    \"di na nwunye\": [\n        \"aureately\",\n        \"coital\",\n        \"coupes\",\n        \"couple\",\n        \"coupler\",\n        \"coupleress\",\n        \"couplers\",\n        \"couples\",\n        \"extramarital\",\n        \"intermarriages\",\n        \"intermarried\",\n        \"intermarries\",\n        \"maritally\",\n        \"marmit\",\n        \"marriable\",\n        \"marriageable\",\n        \"marriages\",\n        \"marriedly\",\n        \"matehood\",\n        \"mateless\",\n        \"mates\",\n        \"matinesses\",\n        \"matriarchist\",\n        \"matriherital\",\n        \"matrilineally\",\n        \"matrimonially\",\n        \"matrimonies\",\n        \"matrimonious\",\n        \"mutualist\",\n        \"mutuality\",\n        \"paiute\",\n        \"postmarital\",\n        \"recitalists\",\n        \"sporades\",\n        \"spousals\",\n        \"spousehood\",\n        \"spouses\",\n        \"spousing\",\n        \"wedbed\",\n        \"weddedly\",\n        \"weddedness\",\n        \"wedder\",\n        \"wedders\",\n        \"wede\",\n        \"wedel\",\n        \"wedeled\",\n        \"wedeln\",\n        \"wedgy\"\n    ],\n    \"aicicyanhydric\": [\n        \"auricyanhydric\"\n    ],\n    \"aicicyanic\": [\n        \"auricyanic\"\n    ],\n    \"auricula\": [\n        \"auriculate\"\n    ],\n    \"iheagbara\": [\n        \"auriculovertical\"\n    ],\n    \"Aurific\": [\n        \"aurific\"\n    ],\n    \"wetara\": [\n        \"aurified\",\n        \"bringed\",\n        \"bringeth\",\n        \"brought\",\n        \"broughtas\",\n        \"hauled\",\n        \"impend\",\n        \"impose\",\n        \"imposes\",\n        \"unpleasant\"\n    ],\n    \"na-ada ụda\": [\n        \"aurigerous\",\n        \"bemingling\",\n        \"bemixing\",\n        \"bepierce\",\n        \"beweeps\",\n        \"cymbaled\",\n        \"cymballed\",\n        \"clangoring\",\n        \"drumbled\",\n        \"frondigerous\",\n        \"yethhounds\",\n        \"lionizes\",\n        \"loudening\",\n        \"loudens\",\n        \"loudering\",\n        \"loudmouthed\",\n        \"loudnesses\",\n        \"resonates\",\n        \"resound\",\n        \"resounding\",\n        \"resoundingly\",\n        \"resounds\",\n        \"sounding\",\n        \"soundingly\",\n        \"tantrums\",\n        \"temerous\",\n        \"thrumming\",\n        \"tonicked\",\n        \"tumbly\",\n        \"tumming\",\n        \"unmuttering\",\n        \"vitelligerous\",\n        \"wafts\",\n        \"whumping\"\n    ],\n    \"aurist\": [\n        \"aurists\"\n    ],\n    \"iriju\": [\n        \"aurite\"\n    ],\n    \"mejuputara\": [\n        \"aurited\",\n        \"coconstituent\",\n        \"compeered\",\n        \"constituent\",\n        \"constituently\",\n        \"constituents\",\n        \"conventionalized\",\n        \"overnationalize\",\n        \"perfunctorious\",\n        \"perfunctorize\",\n        \"replevied\"\n    ],\n    \"akpaaka thiosulphate\": [\n        \"aurothiosulphate\"\n    ],\n    \"akpaaka thiosulphuric\": [\n        \"aurothiosulphuric\"\n    ],\n    \"aurresku\": [\n        \"aurrescu\"\n    ],\n    \"uzu oku\": [\n        \"aurulent\",\n        \"fumes\",\n        \"steamroller\",\n        \"steamtight\",\n        \"steamtightness\"\n    ],\n    \"Aurum\": [\n        \"aurum\"\n    ],\n    \"aur\": [\n        \"aurure\"\n    ],\n    \"Aushar\": [\n        \"aushar\"\n    ],\n    \"Auslaute\": [\n        \"auslaute\"\n    ],\n    \"Onye Asusu\": [\n        \"ausonian\"\n    ],\n    \"auspice\": [\n        \"auspices\"\n    ],\n    \"Achọpụta\": [\n        \"auspiciousness\",\n        \"flabellum\",\n        \"pleadableness\"\n    ],\n    \"Otienyi\": [\n        \"austenite\"\n    ],\n    \"mee ka austenitize\": [\n        \"austenitize\"\n    ],\n    \"aust\": [\n        \"austereness\"\n    ],\n    \"Ausiri\": [\n        \"austerity\"\n    ],\n    \"Ukachukwu\": [\n        \"austerlitz\",\n        \"autexousy\",\n        \"bkbndr\",\n        \"knudsen\",\n        \"lucchese\",\n        \"lucretian\",\n        \"lucretius\",\n        \"lucumia\",\n        \"luffing\",\n        \"luxe\",\n        \"pristis\",\n        \"rictus\"\n    ],\n    \"Australian\": [\n        \"australian\"\n    ],\n    \"ndị Australia\": [\n        \"australianize\",\n        \"australians\"\n    ],\n    \"australia\": [\n        \"australic\",\n        \"australioid\"\n    ],\n    \"austrasia\": [\n        \"austrasian\"\n    ],\n    \"Ugochukwu\": [\n        \"austrian\",\n        \"avouches\",\n        \"balklines\",\n        \"banterer\",\n        \"betweens\",\n        \"brett\",\n        \"britany\",\n        \"burthens\",\n        \"cartaceous\",\n        \"charely\",\n        \"creosol\",\n        \"cretaceous\",\n        \"cretinous\",\n        \"crookkneed\",\n        \"crts\",\n        \"cuddliest\",\n        \"darrell\",\n        \"delph\",\n        \"deorsum\",\n        \"dextroses\",\n        \"ditrematous\",\n        \"ditriglyph\",\n        \"ditrocha\",\n        \"ditt\",\n        \"dittamy\",\n        \"dittany\",\n        \"drat\",\n        \"driegh\",\n        \"driftweed\",\n        \"droghlin\",\n        \"dromornis\",\n        \"droshkies\",\n        \"drouks\",\n        \"eclegme\",\n        \"ersatz\",\n        \"ferrotungsten\",\n        \"floeberg\",\n        \"floozies\",\n        \"flossie\",\n        \"flossier\",\n        \"flossiest\",\n        \"flotsam\",\n        \"flotsams\",\n        \"flotsan\",\n        \"flotsen\",\n        \"flotson\",\n        \"frat\",\n        \"fratricelli\",\n        \"friths\",\n        \"frottole\",\n        \"fulsamic\",\n        \"glogg\",\n        \"glossocele\",\n        \"glossospasm\",\n        \"gorgerin\",\n        \"gorhens\",\n        \"gristhorbia\",\n        \"groatsworth\",\n        \"hornswaggle\",\n        \"hrzn\",\n        \"kerslosh\",\n        \"klutziest\",\n        \"krantz\",\n        \"krigia\",\n        \"kronen\",\n        \"kronos\",\n        \"ladron\",\n        \"lansfordite\",\n        \"learoyd\",\n        \"leprosied\",\n        \"lissoflagellate\",\n        \"longipennine\",\n        \"longlinerman\",\n        \"longshanks\",\n        \"longshucks\",\n        \"longspun\",\n        \"lucarne\",\n        \"myarian\",\n        \"moistful\",\n        \"motts\",\n        \"moundsman\",\n        \"mucksweat\",\n        \"muskellunges\",\n        \"navipendular\",\n        \"pavlov\",\n        \"pawky\",\n        \"pawkiest\",\n        \"pawls\",\n        \"plagiotropous\",\n        \"postsplenic\",\n        \"pschents\",\n        \"psittaceous\",\n        \"psittacus\",\n        \"ramscallion\",\n        \"rastle\",\n        \"revs\",\n        \"rynds\",\n        \"rynt\",\n        \"schorls\",\n        \"singfest\",\n        \"skreeghs\",\n        \"slinkiest\",\n        \"sloopman\",\n        \"snootfuls\",\n        \"sords\",\n        \"sturoch\",\n        \"superadds\",\n        \"swissing\",\n        \"tennesseans\",\n        \"tennesseeans\",\n        \"tenuiroster\",\n        \"thoght\",\n        \"tierceron\",\n        \"tillamook\",\n        \"tillerman\",\n        \"tillermen\",\n        \"tizwin\",\n        \"towght\",\n        \"tricornute\",\n        \"tristesse\",\n        \"triton\",\n        \"tritons\",\n        \"troglodytal\",\n        \"trommel\",\n        \"tronas\",\n        \"tsitsith\",\n        \"tsktsked\",\n        \"tsktsking\",\n        \"uhtsong\",\n        \"upcurls\",\n        \"valkyr\",\n        \"vantbrass\",\n        \"vyrnwy\",\n        \"vixens\",\n        \"volsella\",\n        \"wirr\",\n        \"wrymouth\"\n    ],\n    \"ụmụ akwụkwọ\": [\n        \"austrians\",\n        \"cerionidae\",\n        \"graupels\",\n        \"nurls\",\n        \"pupates\",\n        \"pupilage\",\n        \"pupilages\",\n        \"pupilary\",\n        \"pupillage\",\n        \"pupillary\",\n        \"pupillometry\",\n        \"pupillometries\",\n        \"pupils\",\n        \"scholastics\",\n        \"schoolboys\",\n        \"schoolchild\",\n        \"schoolchildren\",\n        \"schoolers\",\n        \"schoolfellows\",\n        \"schooners\",\n        \"students\",\n        \"stuivers\",\n        \"understates\",\n        \"understudies\"\n    ],\n    \"Austrogaea\": [\n        \"austrogaea\"\n    ],\n    \"Ostrogaean\": [\n        \"austrogaean\"\n    ],\n    \"Onyeusturoian\": [\n        \"austronesian\"\n    ],\n    \"Uniaka\": [\n        \"austrophile\"\n    ],\n    \"Ostroriparian\": [\n        \"austroriparian\"\n    ],\n    \"akpaka\": [\n        \"autarch\",\n        \"automaker\",\n        \"automat\",\n        \"automata\",\n        \"automatable\",\n        \"automatic\",\n        \"automatograph\",\n        \"automaton\",\n        \"automatontons\",\n        \"autompne\",\n        \"autotomic\",\n        \"boscage\",\n        \"boxcar\",\n        \"caddow\",\n        \"calpack\",\n        \"cascavel\",\n        \"cascrome\",\n        \"casitas\",\n        \"caskanet\",\n        \"cassapanca\",\n        \"cassareep\",\n        \"cassock\",\n        \"crepy\",\n        \"culverins\",\n        \"flamberg\",\n        \"frit\",\n        \"handcart\",\n        \"ossature\",\n        \"quipper\",\n        \"racier\",\n        \"scorser\",\n        \"scrimps\",\n        \"stemmier\",\n        \"stroppings\",\n        \"tapiser\",\n        \"tautomer\",\n        \"tautometer\",\n        \"throstle\"\n    ],\n    \"ọchịchị\": [\n        \"autarchy\",\n        \"autocratic\",\n        \"butlerism\",\n        \"captainships\",\n        \"cogovernment\",\n        \"colonialise\",\n        \"colonialism\",\n        \"colonialness\",\n        \"colpotomies\",\n        \"communistery\",\n        \"decarchy\",\n        \"demarch\",\n        \"demarchy\",\n        \"demilune\",\n        \"dictagraph\",\n        \"dictyonine\",\n        \"domine\",\n        \"dominee\",\n        \"dominial\",\n        \"dominic\",\n        \"dominical\",\n        \"dominion\",\n        \"dominionism\",\n        \"dominions\",\n        \"duarchy\",\n        \"emparchment\",\n        \"empirism\",\n        \"emprime\",\n        \"exarchy\",\n        \"geocratic\",\n        \"governability\",\n        \"governail\",\n        \"governante\",\n        \"governessdom\",\n        \"governesshood\",\n        \"governessy\",\n        \"government\",\n        \"governmental\",\n        \"governmentalism\",\n        \"governmentish\",\n        \"governorate\",\n        \"governorships\",\n        \"gubernance\",\n        \"guirlande\",\n        \"isonomies\",\n        \"malgovernment\",\n        \"misgovernment\",\n        \"monarchies\",\n        \"monocratic\",\n        \"municipalise\",\n        \"municipalities\",\n        \"municipium\",\n        \"navarchy\",\n        \"nongovernance\",\n        \"officialdom\",\n        \"officialities\",\n        \"politarch\",\n        \"politarchic\",\n        \"prefecture\",\n        \"procotols\",\n        \"provincialship\",\n        \"purreic\",\n        \"regalio\",\n        \"regalism\",\n        \"regality\",\n        \"regalities\",\n        \"regalty\",\n        \"regencies\",\n        \"regime\",\n        \"regimes\",\n        \"regnancies\",\n        \"regovernment\",\n        \"reignition\",\n        \"rulership\",\n        \"sovereignties\",\n        \"stateship\",\n        \"supragovernmental\",\n        \"supremities\",\n        \"thearchy\",\n        \"theonomies\",\n        \"tritheocracy\",\n        \"ungovernableness\",\n        \"unmunicipalised\",\n        \"unvernicular\",\n        \"wowserdom\"\n    ],\n    \"akpaghị aka\": [\n        \"autarchical\",\n        \"autodialed\",\n        \"autoed\",\n        \"autoincremented\",\n        \"autolyzed\",\n        \"automated\",\n        \"automates\",\n        \"automatical\",\n        \"automatically\",\n        \"automaticity\",\n        \"automative\",\n        \"automatized\",\n        \"automatizes\",\n        \"automatizing\",\n        \"automats\",\n        \"automobiling\",\n        \"autoptically\",\n        \"autoturning\",\n        \"unbumped\",\n        \"undipped\",\n        \"unmesmerised\",\n        \"unshelled\",\n        \"unwaged\"\n    ],\n    \"ekweghiekwe\": [\n        \"autecism\",\n        \"erratic\",\n        \"grundyism\",\n        \"hesitant\",\n        \"hessian\",\n        \"involucrum\",\n        \"nondeliquescence\",\n        \"reluct\",\n        \"reluctation\",\n        \"unagreeable\",\n        \"unarbitrary\",\n        \"unargumentativeness\",\n        \"uncarriageable\",\n        \"uncartooned\",\n        \"uncatchable\",\n        \"uncircularized\",\n        \"unclinches\",\n        \"unclubby\",\n        \"unconsignable\",\n        \"uncurious\",\n        \"undeflectable\",\n        \"unendurableness\",\n        \"unentailed\",\n        \"unenthusiasm\",\n        \"unfusible\",\n        \"ungreeable\",\n        \"unhidable\",\n        \"unliberal\",\n        \"unnimble\",\n        \"unpersonality\",\n        \"unrelentor\",\n        \"unremittable\",\n        \"unremittent\",\n        \"unteachable\",\n        \"untumefied\",\n        \"untwirl\"\n    ],\n    \"ọkà mmụta banyere autecologist\": [\n        \"autecologist\"\n    ],\n    \"n'ihi na ọ bụ eziokwu\": [\n        \"authentical\"\n    ],\n    \"eziokwu\": [\n        \"authenticalness\",\n        \"authenticity\",\n        \"authenticities\",\n        \"bheesty\",\n        \"candor\",\n        \"candour\",\n        \"certainness\",\n        \"certitude\",\n        \"certitudes\",\n        \"concreteness\",\n        \"crankest\",\n        \"crankism\",\n        \"crankness\",\n        \"credulousness\",\n        \"disproved\",\n        \"expansibleness\",\n        \"fact\",\n        \"factable\",\n        \"factful\",\n        \"facty\",\n        \"facticity\",\n        \"factious\",\n        \"factiousness\",\n        \"factish\",\n        \"factitious\",\n        \"factitiously\",\n        \"factitiousness\",\n        \"factitive\",\n        \"factitude\",\n        \"factorial\",\n        \"facts\",\n        \"factual\",\n        \"factualism\",\n        \"factualistic\",\n        \"factuality\",\n        \"factualness\",\n        \"facture\",\n        \"festy\",\n        \"frank\",\n        \"frankability\",\n        \"frankable\",\n        \"frankest\",\n        \"frankfort\",\n        \"frankish\",\n        \"franklinic\",\n        \"franklinism\",\n        \"frankness\",\n        \"honers\",\n        \"hones\",\n        \"honest\",\n        \"honesty\",\n        \"honestness\",\n        \"huly\",\n        \"yepeleic\",\n        \"indeedy\",\n        \"justle\",\n        \"nontruth\",\n        \"nontruths\",\n        \"procerity\",\n        \"realisms\",\n        \"reality\",\n        \"realities\",\n        \"realness\",\n        \"realnesses\",\n        \"realterableness\",\n        \"reesty\",\n        \"righties\",\n        \"ruffliness\",\n        \"rufosity\",\n        \"ruthfulness\",\n        \"sincerities\",\n        \"stouthrief\",\n        \"stridulous\",\n        \"strue\",\n        \"struth\",\n        \"struthious\",\n        \"thyrse\",\n        \"truandise\",\n        \"truanting\",\n        \"truantism\",\n        \"trucial\",\n        \"true\",\n        \"truebred\",\n        \"trueing\",\n        \"trueness\",\n        \"truenesses\",\n        \"truer\",\n        \"trues\",\n        \"truest\",\n        \"truish\",\n        \"truism\",\n        \"truismatic\",\n        \"truistic\",\n        \"truistical\",\n        \"truth\",\n        \"truthful\",\n        \"truthfully\",\n        \"truthfulness\",\n        \"truthy\",\n        \"truthless\",\n        \"truthlessness\",\n        \"truthlike\",\n        \"truths\",\n        \"unruth\",\n        \"untreasurable\",\n        \"untruant\",\n        \"untruced\",\n        \"untrue\",\n        \"untrueness\",\n        \"untruer\",\n        \"untruest\",\n        \"untruism\",\n        \"untruly\",\n        \"untruthfully\",\n        \"untune\",\n        \"uprights\",\n        \"veracity\",\n        \"veritableness\",\n        \"verite\",\n        \"verity\",\n        \"verities\",\n        \"verrucosity\",\n        \"verty\",\n        \"verticity\",\n        \"westy\"\n    ],\n    \"Nyocha\": [\n        \"authenticatable\",\n        \"authentication\",\n        \"authentications\",\n        \"delving\",\n        \"edgeling\",\n        \"enamine\",\n        \"experimentations\",\n        \"gauged\",\n        \"prorecognition\",\n        \"reauthenticate\",\n        \"rehid\",\n        \"resurveys\",\n        \"scalewing\",\n        \"studiable\",\n        \"studier\",\n        \"studite\",\n        \"surveyable\",\n        \"surveillant\",\n        \"surveys\",\n        \"vitalize\",\n        \"vitalized\",\n        \"vitalizes\",\n        \"vitrailed\",\n        \"vitrified\",\n        \"vitriolized\",\n        \"vitriolizing\",\n        \"vituperated\",\n        \"vituperating\"\n    ],\n    \"Nyochaa\": [\n        \"authenticated\",\n        \"authenticates\",\n        \"authenticating\",\n        \"authenticator\",\n        \"digitate\",\n        \"experimentalize\",\n        \"experimentize\",\n        \"rechecking\",\n        \"recontest\",\n        \"reeject\",\n        \"reejecting\",\n        \"reejects\",\n        \"reelevating\",\n        \"reequipping\",\n        \"reevaluate\",\n        \"reevaluated\",\n        \"reevaluates\",\n        \"reevaluating\",\n        \"reevidenced\",\n        \"reevidencing\",\n        \"reexamine\",\n        \"reidentify\",\n        \"revaluate\",\n        \"revaluated\",\n        \"vitilitigate\",\n        \"vitrify\"\n    ],\n    \"izi ezi\": [\n        \"authenticness\"\n    ],\n    \"odee\": [\n        \"author\",\n        \"authoress\",\n        \"authorship\",\n        \"clerkly\",\n        \"essayist\"\n    ],\n    \"akwụkwọ edemede\": [\n        \"authorcraft\",\n        \"authorhood\",\n        \"dissertational\",\n        \"dissertations\",\n        \"lususes\",\n        \"scriptorium\",\n        \"scriptoriums\",\n        \"spintext\"\n    ],\n    \"dere\": [\n        \"authored\",\n        \"authorish\",\n        \"canonicate\",\n        \"charactered\",\n        \"clerked\",\n        \"coupon\",\n        \"couponed\",\n        \"dated\",\n        \"datedly\",\n        \"dereistic\",\n        \"lyricised\",\n        \"penciled\",\n        \"pencilled\",\n        \"penned\",\n        \"wrote\"\n    ],\n    \"ndị isi\": [\n        \"authoresses\",\n        \"badasses\",\n        \"baldheads\",\n        \"bargemen\",\n        \"bassists\",\n        \"besmirchers\",\n        \"bezzants\",\n        \"boasters\",\n        \"bossdoms\",\n        \"bossed\",\n        \"bosses\",\n        \"bossies\",\n        \"bossisms\",\n        \"butleries\",\n        \"cabmen\",\n        \"cahiers\",\n        \"capers\",\n        \"capmakers\",\n        \"caponiers\",\n        \"captainry\",\n        \"captains\",\n        \"chafferers\",\n        \"chapiters\",\n        \"chiefdoms\",\n        \"chiefs\",\n        \"chieftainships\",\n        \"chorioptes\",\n        \"copters\",\n        \"decapitates\",\n        \"directors\",\n        \"dukes\",\n        \"executives\",\n        \"executiveship\",\n        \"exteriors\",\n        \"foremen\",\n        \"foretopmen\",\n        \"fundamentalists\",\n        \"generalizers\",\n        \"generals\",\n        \"gynandries\",\n        \"gloaters\",\n        \"gothics\",\n        \"hatters\",\n        \"headmen\",\n        \"headsmen\",\n        \"imams\",\n        \"imbowers\",\n        \"impairers\",\n        \"languishers\",\n        \"leaders\",\n        \"lehayims\",\n        \"lieutenants\",\n        \"lordings\",\n        \"lordships\",\n        \"maenads\",\n        \"majorities\",\n        \"manpowers\",\n        \"mansards\",\n        \"masterminds\",\n        \"meanderers\",\n        \"melilots\",\n        \"menhirs\",\n        \"mentalists\",\n        \"messmen\",\n        \"mistakers\",\n        \"obsessors\",\n        \"officaries\",\n        \"officers\",\n        \"officials\",\n        \"officiants\",\n        \"outmen\",\n        \"overmasters\",\n        \"oversews\",\n        \"overstirs\",\n        \"philippics\",\n        \"pitmans\",\n        \"polies\",\n        \"prefects\",\n        \"presagers\",\n        \"presidentes\",\n        \"presidentess\",\n        \"presumers\",\n        \"princelings\",\n        \"princeps\",\n        \"principals\",\n        \"proconsulships\",\n        \"radarmen\",\n        \"rascals\",\n        \"sanitaries\",\n        \"schillers\",\n        \"scowmen\",\n        \"secessionists\",\n        \"sheiks\",\n        \"sheriffs\",\n        \"sherifs\",\n        \"shorans\",\n        \"sirdars\",\n        \"solitaries\",\n        \"superiors\",\n        \"supermen\",\n        \"supersalesmen\",\n        \"theowmen\",\n        \"topmen\",\n        \"turfmen\",\n        \"warriorhood\",\n        \"woolmen\"\n    ],\n    \"onye ikike\": [\n        \"authorial\",\n        \"authorizer\",\n        \"permittee\",\n        \"permitter\",\n        \"proconsular\",\n        \"procritic\",\n        \"procrustean\",\n        \"procuratorial\",\n        \"warrantor\"\n    ],\n    \"ede ihe\": [\n        \"authoring\",\n        \"cancrivorous\",\n        \"inscribes\",\n        \"literalizing\",\n        \"memoirist\",\n        \"paperhanging\"\n    ],\n    \"nye iwu\": [\n        \"authorise\",\n        \"authorize\",\n        \"bidigitate\",\n        \"disauthorize\",\n        \"exauthorate\",\n        \"exauthorize\",\n        \"imposed\",\n        \"labialize\",\n        \"laicize\",\n        \"legalise\",\n        \"legalize\",\n        \"legitimise\",\n        \"legitimize\",\n        \"obdurate\",\n        \"obsecrated\",\n        \"overcommand\",\n        \"perscribe\",\n        \"preinscribe\",\n        \"prescribe\",\n        \"prescrive\",\n        \"presign\",\n        \"presignify\",\n        \"unbeautify\"\n    ],\n    \"na-enye ikike\": [\n        \"authorising\",\n        \"authorizes\",\n        \"authorizing\"\n    ],\n    \"ndị ikike\": [\n        \"authoritarians\",\n        \"authorizers\"\n    ],\n    \"n'ikike\": [\n        \"authoritatively\",\n        \"connotatively\"\n    ],\n    \"enweghị edemede\": [\n        \"authorless\",\n        \"nonpoetic\",\n        \"uncategoricalness\",\n        \"ungraphical\"\n    ],\n    \"ede akwụkwọ\": [\n        \"authorling\"\n    ],\n    \"ndị edemede\": [\n        \"authors\",\n        \"cancrizans\",\n        \"novelists\",\n        \"pointillists\",\n        \"skywriters\",\n        \"spelters\",\n        \"theists\",\n        \"writeress\",\n        \"writers\"\n    ],\n    \"autism\": [\n        \"autisms\"\n    ],\n    \"akpaaka\": [\n        \"auto\",\n        \"autoabstract\",\n        \"autoaddress\",\n        \"autoasphyxiation\",\n        \"autocab\",\n        \"autocade\",\n        \"autocades\",\n        \"autocall\",\n        \"autocamp\",\n        \"autocamper\",\n        \"autocar\",\n        \"autocarp\",\n        \"autocarpic\",\n        \"autocatalysis\",\n        \"autochanger\",\n        \"autochromy\",\n        \"autochthones\",\n        \"autochthonic\",\n        \"autochthons\",\n        \"autocycle\",\n        \"autoclastic\",\n        \"autoclave\",\n        \"autoclaves\",\n        \"autocoder\",\n        \"autocoid\",\n        \"autocombustion\",\n        \"autocomplexes\",\n        \"autocondensation\",\n        \"autoconduction\",\n        \"autocratrix\",\n        \"autodiagrammatic\",\n        \"autodial\",\n        \"autodialers\",\n        \"autodialled\",\n        \"autodials\",\n        \"autoeciousness\",\n        \"autoelectronic\",\n        \"autoerotic\",\n        \"autoexcitation\",\n        \"autoformation\",\n        \"autogeneses\",\n        \"autogenesis\",\n        \"autogenetic\",\n        \"autogenetically\",\n        \"autogeny\",\n        \"autogenies\",\n        \"autogenously\",\n        \"autogenuous\",\n        \"autograft\",\n        \"autogram\",\n        \"autograph\",\n        \"autography\",\n        \"autoharp\",\n        \"autoheterosis\",\n        \"autohybridization\",\n        \"autohypnotization\",\n        \"autoicous\",\n        \"autoimmunity\",\n        \"autoimmunities\",\n        \"autoimmunized\",\n        \"autoimmunizing\",\n        \"autoincrement\",\n        \"autoincrements\",\n        \"autoindex\",\n        \"autoindexing\",\n        \"autoinduction\",\n        \"autoinfection\",\n        \"autoionization\",\n        \"autoirrigation\",\n        \"autoist\",\n        \"autolatry\",\n        \"autolysis\",\n        \"autolyzate\",\n        \"autoloader\",\n        \"autoloaders\",\n        \"automacy\",\n        \"automan\",\n        \"automania\",\n        \"automatin\",\n        \"automation\",\n        \"automatism\",\n        \"automatization\",\n        \"automen\",\n        \"autometric\",\n        \"automysophobia\",\n        \"automobilism\",\n        \"automobilistic\",\n        \"automobility\",\n        \"automolite\",\n        \"automonstration\",\n        \"automorph\",\n        \"automorphic\",\n        \"automorphically\",\n        \"automorphism\",\n        \"autonetics\",\n        \"autooxidation\",\n        \"autoplastic\",\n        \"autoplasties\",\n        \"autopolar\",\n        \"autopolyploid\",\n        \"autopolyploidy\",\n        \"autoportrait\",\n        \"autopsic\",\n        \"autopsical\",\n        \"autoptic\",\n        \"autoptical\",\n        \"autopticity\",\n        \"autoradiogram\",\n        \"autoradiograph\",\n        \"autoradiography\",\n        \"autoradiographic\",\n        \"autorail\",\n        \"autoreflection\",\n        \"autorotation\",\n        \"autostability\",\n        \"autostage\",\n        \"autostylic\",\n        \"autostylism\",\n        \"autostradas\",\n        \"autosuggestions\",\n        \"autotypic\",\n        \"autotoxication\",\n        \"autotoxicity\",\n        \"autotransplant\",\n        \"autovalve\",\n        \"autovivisection\",\n        \"autoxeny\",\n        \"autoxidation\",\n        \"autoxidator\",\n        \"autoxidizer\",\n        \"bouffage\",\n        \"vacuoles\"\n    ],\n    \"nyochaghachi\": [\n        \"autoanalysis\",\n        \"reanalysis\",\n        \"reapologies\",\n        \"reappraisal\",\n        \"reapprehension\",\n        \"reassessment\",\n        \"reassessments\",\n        \"reattempts\",\n        \"rebesiege\",\n        \"recalcination\",\n        \"recalculations\",\n        \"recanalization\",\n        \"recancellation\",\n        \"recandidacy\",\n        \"recarbonization\",\n        \"recarbonizer\",\n        \"recensus\",\n        \"recertificate\",\n        \"recertification\",\n        \"recirculation\",\n        \"recirculations\",\n        \"recogniser\",\n        \"reconception\",\n        \"reconnoitered\",\n        \"reconnoitering\",\n        \"reconsecration\",\n        \"reconsecrations\",\n        \"reconsolidation\",\n        \"recontamination\",\n        \"recontests\",\n        \"reconviction\",\n        \"rediscovery\",\n        \"rediscussion\",\n        \"redispersing\",\n        \"reexamination\",\n        \"refragate\",\n        \"reidentification\",\n        \"reinquiry\",\n        \"reinterrogation\",\n        \"reinterrogations\",\n        \"reinvestigates\",\n        \"reinvestigation\",\n        \"rejustification\",\n        \"remineralization\",\n        \"renotation\",\n        \"renotification\",\n        \"reobservation\",\n        \"reproducer\",\n        \"reprogram\",\n        \"reprogramming\",\n        \"reproposal\",\n        \"reprotest\",\n        \"repullulation\",\n        \"rereader\",\n        \"reseats\",\n        \"reseizing\",\n        \"resequester\",\n        \"retestify\",\n        \"retests\",\n        \"retreads\",\n        \"retrocopulation\",\n        \"retrogenerative\",\n        \"retrospection\",\n        \"retrovision\",\n        \"revisitation\",\n        \"revisualization\"\n    ],\n    \"akpa ume\": [\n        \"autoaspiration\",\n        \"lung\",\n        \"lungs\",\n        \"lungsick\",\n        \"pneumonocentesis\",\n        \"pneumorrhagia\",\n        \"pulmonal\",\n        \"pulmonar\",\n        \"pulmonary\",\n        \"pulmonarian\",\n        \"pulmonic\",\n        \"pulmonical\",\n        \"pulpitarian\"\n    ],\n    \"auto assimilation\": [\n        \"autoassimilation\"\n    ],\n    \"akpaaka basidiomycetes\": [\n        \"autobasidiomycetes\"\n    ],\n    \"auto basidiomycetous\": [\n        \"autobasidiomycetous\"\n    ],\n    \"na-agbagharị\": [\n        \"autoboating\",\n        \"blitzing\",\n        \"camuning\",\n        \"carburating\",\n        \"carburizing\",\n        \"carduaceous\",\n        \"carrotiest\",\n        \"carroting\",\n        \"chitling\",\n        \"cylindering\",\n        \"circuiting\",\n        \"circulative\",\n        \"circumambulating\",\n        \"circuting\",\n        \"commutating\",\n        \"cradling\",\n        \"curying\",\n        \"curlingly\",\n        \"earthmoving\",\n        \"flaying\",\n        \"flocculating\",\n        \"floreating\",\n        \"flouncing\",\n        \"floundering\",\n        \"flounderingly\",\n        \"flurrying\",\n        \"flutteringly\",\n        \"furbelowing\",\n        \"galvanising\",\n        \"galvanizing\",\n        \"garoting\",\n        \"gauntleting\",\n        \"gibbing\",\n        \"gormandising\",\n        \"grouting\",\n        \"gurgling\",\n        \"gurglingly\",\n        \"immobilising\",\n        \"immobilizing\",\n        \"immolates\",\n        \"jackrolling\",\n        \"jittering\",\n        \"laryngeating\",\n        \"laryngectomizing\",\n        \"loitering\",\n        \"motioning\",\n        \"motorizing\",\n        \"movelessly\",\n        \"orbiting\",\n        \"osculates\",\n        \"overdilating\",\n        \"parading\",\n        \"pedaling\",\n        \"pedalling\",\n        \"pedestalled\",\n        \"proadvertizing\",\n        \"proborrowing\",\n        \"propel\",\n        \"propooling\",\n        \"pullulating\",\n        \"quibbling\",\n        \"recoloring\",\n        \"reconquering\",\n        \"reevacuating\",\n        \"revolvingly\",\n        \"rhumbaing\",\n        \"roystering\",\n        \"rotatable\",\n        \"rotatably\",\n        \"rotates\",\n        \"rotationally\",\n        \"rotatively\",\n        \"rotundly\",\n        \"routing\",\n        \"scambling\",\n        \"scrambling\",\n        \"screechiness\",\n        \"screeching\",\n        \"screechingly\",\n        \"screeving\",\n        \"scurling\",\n        \"shiftlessly\",\n        \"shreading\",\n        \"shrivelling\",\n        \"shuntwinding\",\n        \"shuttlewise\",\n        \"syphoning\",\n        \"spinally\",\n        \"spinningly\",\n        \"spinsterly\",\n        \"splurging\",\n        \"spurling\",\n        \"staddling\",\n        \"straddling\",\n        \"straddlingly\",\n        \"strewing\",\n        \"strumming\",\n        \"swarding\",\n        \"swarming\",\n        \"swerving\",\n        \"swilling\",\n        \"swishing\",\n        \"swithering\",\n        \"swiveling\",\n        \"swivelling\",\n        \"twoling\",\n        \"unborrowing\",\n        \"undiverging\",\n        \"unmigrating\",\n        \"unprying\",\n        \"unprowling\",\n        \"unversedly\",\n        \"vectorizing\",\n        \"vehiculate\",\n        \"waddying\",\n        \"waddlingly\",\n        \"wafting\",\n        \"wangling\",\n        \"waning\",\n        \"wavering\",\n        \"wherrying\",\n        \"wiggling\",\n        \"wigwagging\",\n        \"wriggling\"\n    ],\n    \"ugbo ala\": [\n        \"autobuses\",\n        \"autobusses\",\n        \"autotruck\",\n        \"carvy\",\n        \"fieldstrip\",\n        \"flebile\",\n        \"vehicle\",\n        \"vehicles\",\n        \"vehiculary\"\n    ],\n    \"Nchekwa onwe\": [\n        \"autocamping\"\n    ],\n    \"kemikal\": [\n        \"autochemical\",\n        \"chemic\",\n        \"chemical\",\n        \"chemics\",\n        \"chemisms\",\n        \"zoochemical\"\n    ],\n    \"akpaka ihe ngbanwe\": [\n        \"autoconverter\"\n    ],\n    \"ọchịchị obodo\": [\n        \"autocracy\",\n        \"communalism\",\n        \"municipalism\",\n        \"provincialism\"\n    ],\n    \"ochichi ndi mmadu\": [\n        \"autocracies\",\n        \"theocracies\"\n    ],\n    \"ọchịchị aka ike\": [\n        \"autocratical\",\n        \"codictatorship\",\n        \"dictatorialism\",\n        \"dictatorship\",\n        \"dictatorships\",\n        \"majoritarianism\",\n        \"tyranness\",\n        \"tyranni\",\n        \"tyranny\",\n        \"tyrannial\",\n        \"tyrannic\",\n        \"tyrannical\",\n        \"tyrannicalness\",\n        \"tyrannicide\",\n        \"tyrannides\",\n        \"tyrannies\",\n        \"tyrannis\",\n        \"tyrannise\",\n        \"tyrannising\",\n        \"tyrannism\",\n        \"tyrannizes\",\n        \"tyrannizing\",\n        \"tyrannoid\",\n        \"tyrannous\",\n        \"tyrannousness\",\n        \"tyrantcraft\",\n        \"tyrantlike\",\n        \"tyrantship\",\n        \"totalitarianism\",\n        \"totalitarianize\",\n        \"totalitarianized\"\n    ],\n    \"nke ọchịchị\": [\n        \"autocratically\",\n        \"semigovernmentally\"\n    ],\n    \"akpaakaọrụ\": [\n        \"autocratoric\"\n    ],\n    \"ochichi onye kwuo uche\": [\n        \"autocratorical\"\n    ],\n    \"onwe kwadoro\": [\n        \"autodecremented\"\n    ],\n    \"nhazi onwe\": [\n        \"autodestruction\"\n    ],\n    \"nyocha onwe\": [\n        \"autodiagnosis\"\n    ],\n    \"akpaaka iche\": [\n        \"autodifferentiation\"\n    ],\n    \"akpaaka nri\": [\n        \"autodigestive\"\n    ],\n    \"akpaaka drainage\": [\n        \"autodrainage\"\n    ],\n    \"auto echolalia\": [\n        \"autoecholalia\"\n    ],\n    \"ntinye akwụkwọ\": [\n        \"autofermentation\",\n        \"booking\",\n        \"bookings\",\n        \"oversubscription\",\n        \"preapplications\",\n        \"subreport\",\n        \"subsecretaryship\"\n    ],\n    \"autobiographical\": [\n        \"autographical\"\n    ],\n    \"dezie ihe\": [\n        \"autographing\"\n    ],\n    \"isi okwu\": [\n        \"autoheader\",\n        \"capotes\",\n        \"crossword\",\n        \"headgate\",\n        \"headplate\",\n        \"headword\",\n        \"headwords\",\n        \"jaggedness\",\n        \"keynotes\",\n        \"keywords\",\n        \"maintopmen\",\n        \"panhead\",\n        \"presage\",\n        \"shorthead\",\n        \"syllabism\",\n        \"sylvestral\",\n        \"toponyms\",\n        \"wronghead\"\n    ],\n    \"autoimmuniz\": [\n        \"autoimmunize\"\n    ],\n    \"nwere onwe\": [\n        \"autolavage\",\n        \"freed\",\n        \"freedman\",\n        \"libeled\",\n        \"libelees\",\n        \"liberate\",\n        \"liberated\",\n        \"liberates\"\n    ],\n    \"ibudata\": [\n        \"autoloading\",\n        \"freeloading\",\n        \"freeloads\",\n        \"levade\",\n        \"undertying\",\n        \"unebbing\",\n        \"unloading\"\n    ],\n    \"dibia umuaka\": [\n        \"autologist\"\n    ],\n    \"akpaaka akpaaka\": [\n        \"automanipulation\"\n    ],\n    \"akpaaka manipulative\": [\n        \"automanipulative\"\n    ],\n    \"akpaaka ntuziaka\": [\n        \"automanual\"\n    ],\n    \"gbanye akpaaka\": [\n        \"automate\"\n    ],\n    \"akpaka tacessing\": [\n        \"automatictacessing\"\n    ],\n    \"onye akpaka\": [\n        \"automatist\"\n    ],\n    \"machiini\": [\n        \"automatize\"\n    ],\n    \"automaton dị ka\": [\n        \"automatonlike\"\n    ],\n    \"akpatiaka\": [\n        \"automatons\"\n    ],\n    \"kwurula\": [\n        \"automatous\",\n        \"autonomic\",\n        \"autonomical\",\n        \"autonomically\",\n        \"autonomous\",\n        \"autonomously\",\n        \"theonomous\"\n    ],\n    \"akpaaka metamorphosis\": [\n        \"autometamorphosis\"\n    ],\n    \"onye na-anya ihe\": [\n        \"automobilist\"\n    ],\n    \"ndị na-anya ụgbọala\": [\n        \"automobilists\",\n        \"drivelers\"\n    ],\n    \"akpakanamde\": [\n        \"automotive\"\n    ],\n    \"onye na-anya ụgbọ mmiri\": [\n        \"autonavigator\",\n        \"boatkeeper\",\n        \"boatsteerer\",\n        \"flecker\",\n        \"seafighter\"\n    ],\n    \"auto nephrotoxin\": [\n        \"autonephrotoxin\"\n    ],\n    \"auto neurotoxin\": [\n        \"autoneurotoxin\"\n    ],\n    \"ekwentị\": [\n        \"autophone\",\n        \"cellulosed\",\n        \"celsian\",\n        \"ceraunophone\",\n        \"dentaphone\",\n        \"dentiphone\",\n        \"detectaphone\",\n        \"dictaphone\",\n        \"dyphone\",\n        \"handset\",\n        \"homophone\",\n        \"hotline\",\n        \"interphone\",\n        \"monotelephone\",\n        \"ochone\",\n        \"ohone\",\n        \"overshone\",\n        \"pantelephone\",\n        \"phocaceous\",\n        \"phone\",\n        \"phoney\",\n        \"phoneier\",\n        \"phoneiest\",\n        \"phoneys\",\n        \"phones\",\n        \"phonesis\",\n        \"phoning\",\n        \"phonophone\",\n        \"phorates\",\n        \"phoresy\",\n        \"phoronic\",\n        \"phose\",\n        \"photerythrous\",\n        \"photically\",\n        \"photophone\",\n        \"phototelephone\",\n        \"picturephone\",\n        \"sousaphone\",\n        \"teecall\",\n        \"telautomatic\",\n        \"teleblem\",\n        \"telecomputing\",\n        \"telecon\",\n        \"telegraphically\",\n        \"telegraphone\",\n        \"telegraphophone\",\n        \"telepathically\",\n        \"telephone\",\n        \"telephoner\",\n        \"telephoners\",\n        \"telephones\",\n        \"telephony\",\n        \"telephonic\",\n        \"telephonical\",\n        \"telephonically\",\n        \"telephoning\",\n        \"telephote\",\n        \"telephoty\",\n        \"teleplastic\",\n        \"teleporting\",\n        \"teleprocessing\",\n        \"teleradiophone\",\n        \"telescreen\",\n        \"telesthesia\",\n        \"telesthetic\",\n        \"telestial\",\n        \"telestich\",\n        \"telethermograph\",\n        \"telethon\",\n        \"teletyped\",\n        \"teletyping\",\n        \"telexed\",\n        \"telexing\",\n        \"topophone\",\n        \"trephone\",\n        \"unhoneyed\",\n        \"vibraphone\",\n        \"vibrophone\",\n        \"xanthones\"\n    ],\n    \"autopilot\": [\n        \"autopilots\"\n    ],\n    \"ibubata ihe\": [\n        \"autoportraiture\",\n        \"importraiture\"\n    ],\n    \"akpati ozu\": [\n        \"autopsies\",\n        \"braincase\",\n        \"casket\",\n        \"casketed\",\n        \"casketing\",\n        \"casquet\",\n        \"casuary\",\n        \"coff\",\n        \"cofferdam\",\n        \"cofferdams\",\n        \"coffin\",\n        \"coffined\",\n        \"coffinite\",\n        \"coffinless\",\n        \"coffinmaker\",\n        \"coffinmaking\",\n        \"coffins\",\n        \"coffret\",\n        \"coffrets\",\n        \"copse\",\n        \"coxy\",\n        \"crankcase\"\n    ],\n    \"nchịkwa aka\": [\n        \"autoregulation\"\n    ],\n    \"nnyefe ego\": [\n        \"autoretardation\",\n        \"overbetting\",\n        \"overdeliberation\",\n        \"overmortgage\",\n        \"superdistribution\"\n    ],\n    \"autorooro\": [\n        \"autoroute\"\n    ],\n    \"Autos\": [\n        \"autos\"\n    ],\n    \"autosymbo Akwụkwọ Nsọ\": [\n        \"autosymbolical\"\n    ],\n    \"akwụkwọ ndekọ aha\": [\n        \"autotelegraph\",\n        \"directories\"\n    ],\n    \"othelọ ọrụ nchịkwa\": [\n        \"autotheater\"\n    ],\n    \"onye na-akwado onwe ya\": [\n        \"autotheist\"\n    ],\n    \"ọgwụgwọ ọrịa\": [\n        \"autotherapeutic\",\n        \"autotherapy\",\n        \"biotherapy\",\n        \"dermatotherapy\",\n        \"galvanotherapy\",\n        \"gerontotherapy\",\n        \"gerontotherapies\",\n        \"hematotherapy\",\n        \"hemotherapeutics\",\n        \"hemotherapy\",\n        \"herpetology\",\n        \"heteropathy\",\n        \"histotherapy\",\n        \"neurotherapeutics\",\n        \"neurotherapy\",\n        \"organotherapeutics\",\n        \"organotherapy\",\n        \"pyretotherapy\",\n        \"pteridology\",\n        \"teletherapy\",\n        \"theraphosid\",\n        \"vibrotherapeutics\"\n    ],\n    \"nchịkwa onwe\": [\n        \"autotyphization\",\n        \"selfpropelling\"\n    ],\n    \"enwebe iwu\": [\n        \"autotomy\"\n    ],\n    \"akpaaka mbu\": [\n        \"autotransplantation\"\n    ],\n    \"autotrophic\": [\n        \"autotropic\"\n    ],\n    \"phototropism\": [\n        \"autotropism\"\n    ],\n    \"akpaaka tuberculin\": [\n        \"autotuberculin\"\n    ],\n    \"mgbụsị akwụkwọ\": [\n        \"autumn\"\n    ],\n    \"n'oge mgbụsị akwụkwọ\": [\n        \"autumnal\",\n        \"autumnally\"\n    ],\n    \"oge mgbụsị akwụkwọ\": [\n        \"autumnity\",\n        \"falltime\"\n    ],\n    \"autuniyan\": [\n        \"autunian\"\n    ],\n    \"maara ihe\": [\n        \"auxiliar\",\n        \"cognisant\",\n        \"cognizant\",\n        \"enlightenedly\",\n        \"episynthetic\",\n        \"familiariser\",\n        \"familiarism\",\n        \"inquisitive\",\n        \"inquisiturient\",\n        \"inscious\",\n        \"knower\",\n        \"knowledgeably\",\n        \"knowledging\",\n        \"omnisentient\",\n        \"paterfamiliar\",\n        \"perficient\",\n        \"preexperienced\",\n        \"prudentialist\",\n        \"prudist\",\n        \"sensibilize\",\n        \"sensibles\",\n        \"sensist\",\n        \"shrewdom\",\n        \"shrewishness\",\n        \"smarting\",\n        \"wise\",\n        \"wiseacre\",\n        \"wiseacred\",\n        \"wiseacredom\",\n        \"wiseacreish\",\n        \"wisecrack\",\n        \"wisecracked\",\n        \"wisecracker\",\n        \"wisecracking\",\n        \"wiseguy\",\n        \"wisent\",\n        \"wisents\",\n        \"wisest\",\n        \"wiseweed\",\n        \"wisher\",\n        \"wispiest\",\n        \"wisse\",\n        \"witty\"\n    ],\n    \"onyeinwe\": [\n        \"auxobody\"\n    ],\n    \"iheike\": [\n        \"auxoflore\",\n        \"darer\",\n        \"pyopoietic\",\n        \"pixinesses\",\n        \"vixenlike\"\n    ],\n    \"iheanacholu\": [\n        \"auxofluor\"\n    ],\n    \"ihe na-enye aka\": [\n        \"auxosubstance\"\n    ],\n    \"enwere\": [\n        \"availableness\",\n        \"discased\",\n        \"discorded\",\n        \"monied\",\n        \"monishes\",\n        \"thereness\",\n        \"therethrough\"\n    ],\n    \"na-ahụ anya\": [\n        \"availably\",\n        \"battological\",\n        \"envisions\",\n        \"neurologically\",\n        \"observable\",\n        \"ophidious\",\n        \"vaginated\"\n    ],\n    \"ndị na-arụ ọrụ ụgbọ mmiri\": [\n        \"availers\"\n    ],\n    \"juru ebe niile\": [\n        \"avalanched\",\n        \"avariciously\",\n        \"gettered\",\n        \"prevalent\",\n        \"prevalently\"\n    ],\n    \"ọghara\": [\n        \"avanious\"\n    ],\n    \"avanti\": [\n        \"avantlay\"\n    ],\n    \"okpoko\": [\n        \"avarian\",\n        \"cahoot\",\n        \"chughole\",\n        \"cuphea\",\n        \"dipetto\",\n        \"dyspnoi\",\n        \"embryulcia\",\n        \"howkit\",\n        \"klismos\",\n        \"medidia\",\n        \"mediocubital\",\n        \"singularizing\",\n        \"thokish\",\n        \"thomisid\",\n        \"thomomys\",\n        \"tubulosaccular\",\n        \"voraz\"\n    ],\n    \"avatar\": [\n        \"avatars\"\n    ],\n    \"ịbọ ọbọ\": [\n        \"ave\",\n        \"avenage\",\n        \"avenge\",\n        \"avengement\",\n        \"avenges\",\n        \"avenging\",\n        \"revenge\",\n        \"venge\",\n        \"vengeable\",\n        \"vengeance\",\n        \"vengeancely\",\n        \"vengefully\",\n        \"vengefulness\",\n        \"vengeously\"\n    ],\n    \"ebube\": [\n        \"avelonge\",\n        \"aweel\",\n        \"bonders\",\n        \"circumstantiable\",\n        \"contextive\",\n        \"excellency\",\n        \"glory\",\n        \"gloried\",\n        \"glories\",\n        \"glorify\",\n        \"glorifiable\",\n        \"glorifications\",\n        \"glorified\",\n        \"gloryful\",\n        \"gloryingly\",\n        \"glorious\",\n        \"gloriously\",\n        \"gloriousness\",\n        \"grand\",\n        \"grandesque\",\n        \"grandeur\",\n        \"grandiose\",\n        \"grandiosely\",\n        \"grandiosity\",\n        \"grandness\",\n        \"grandsire\",\n        \"grandstanding\",\n        \"magnetostatic\",\n        \"magnetostrictive\",\n        \"magnific\",\n        \"magnifically\",\n        \"magnificat\",\n        \"magnificate\",\n        \"magnification\",\n        \"magnifications\",\n        \"magnificative\",\n        \"magnifice\",\n        \"magnificence\",\n        \"magnificent\",\n        \"magnificently\",\n        \"magnificentness\",\n        \"magnificoes\",\n        \"magnificos\",\n        \"magnified\",\n        \"magnisonant\",\n        \"magnitudes\",\n        \"magnitudinous\",\n        \"magnoliaceous\",\n        \"majestatic\",\n        \"majesty\",\n        \"majestic\",\n        \"majestical\",\n        \"majestically\",\n        \"majesticalness\",\n        \"majesticness\",\n        \"majesties\",\n        \"majestious\",\n        \"majestyship\",\n        \"marvellousness\",\n        \"marvelousness\",\n        \"mira\",\n        \"mirac\",\n        \"mirach\",\n        \"miracled\",\n        \"miracling\",\n        \"miraclist\",\n        \"miraculize\",\n        \"mirages\",\n        \"mirak\",\n        \"mirandous\",\n        \"nobley\",\n        \"prestudy\",\n        \"prestudying\",\n        \"prestudiousness\",\n        \"reveries\",\n        \"supergloriously\",\n        \"surculous\",\n        \"transplendent\",\n        \"venerableness\",\n        \"wonderfuller\",\n        \"wonderfulness\",\n        \"wonders\",\n        \"wondersome\",\n        \"wonderstruck\",\n        \"wonderwell\",\n        \"wondrousness\"\n    ],\n    \"avenin\": [\n        \"avenalin\"\n    ],\n    \"ọbọ\": [\n        \"avenged\",\n        \"consigner\",\n        \"consignor\"\n    ],\n    \"mmegwara\": [\n        \"avengeful\",\n        \"occupancies\",\n        \"reciprocal\",\n        \"reciprocalness\",\n        \"retaliation\",\n        \"retaliations\",\n        \"retaliators\",\n        \"revenger\",\n        \"vengeant\",\n        \"vengeful\"\n    ],\n    \"onye ọbọ\": [\n        \"avenger\"\n    ],\n    \"onye na-akwụ ụgwọ\": [\n        \"avengeress\",\n        \"biller\",\n        \"billeter\",\n        \"billholder\",\n        \"billyer\",\n        \"chiseller\",\n        \"compensator\",\n        \"noncreditor\",\n        \"nonstriker\",\n        \"paymaster\",\n        \"paymistress\",\n        \"pauser\",\n        \"pawer\",\n        \"pawner\",\n        \"quittor\",\n        \"ratepayer\",\n        \"suspensor\"\n    ],\n    \"ndi ọbọ\": [\n        \"avengers\"\n    ],\n    \"n'arụ ọbọ\": [\n        \"avengingly\"\n    ],\n    \"aventine\": [\n        \"avenine\"\n    ],\n    \"avens\": [\n        \"avenous\"\n    ],\n    \"avenes\": [\n        \"avenses\"\n    ],\n    \"ụzọ\": [\n        \"avenues\",\n        \"becowards\",\n        \"bypaths\",\n        \"byroads\",\n        \"causeway\",\n        \"causeways\",\n        \"companionways\",\n        \"curver\",\n        \"decourse\",\n        \"detour\",\n        \"directoire\",\n        \"ensuer\",\n        \"ephods\",\n        \"espace\",\n        \"externes\",\n        \"foreboot\",\n        \"foredeep\",\n        \"forehatchway\",\n        \"forepart\",\n        \"gair\",\n        \"gated\",\n        \"gatewright\",\n        \"interseaboard\",\n        \"janisary\",\n        \"janissary\",\n        \"keyways\",\n        \"methodise\",\n        \"methodised\",\n        \"methodiser\",\n        \"methodist\",\n        \"methods\",\n        \"misally\",\n        \"misway\",\n        \"nearaways\",\n        \"offlet\",\n        \"paces\",\n        \"pair\",\n        \"pairt\",\n        \"partway\",\n        \"passageways\",\n        \"path\",\n        \"pathfarer\",\n        \"pathic\",\n        \"pathicism\",\n        \"pathlet\",\n        \"pathrusim\",\n        \"paths\",\n        \"pathway\",\n        \"pathwayed\",\n        \"pathways\",\n        \"paving\",\n        \"porrectus\",\n        \"portances\",\n        \"portesse\",\n        \"pradeep\",\n        \"preadults\",\n        \"precedence\",\n        \"predeath\",\n        \"predeceived\",\n        \"predecess\",\n        \"predecession\",\n        \"predecessorship\",\n        \"predepart\",\n        \"predepartmental\",\n        \"predevour\",\n        \"prejacent\",\n        \"prejunior\",\n        \"preordinance\",\n        \"prorailroad\",\n        \"roadability\",\n        \"roadlike\",\n        \"roadrunner\",\n        \"roadstead\",\n        \"route\",\n        \"tectonic\",\n        \"telpherway\",\n        \"terpenes\",\n        \"thoroughfare\",\n        \"triage\",\n        \"triages\",\n        \"trothplight\",\n        \"troughway\",\n        \"way\",\n        \"waybill\",\n        \"wayfare\",\n        \"wayfarings\",\n        \"waygang\",\n        \"waygate\",\n        \"waygoings\",\n        \"waygone\",\n        \"waypost\",\n        \"ways\",\n        \"waysider\",\n        \"waysides\",\n        \"waysliding\",\n        \"warpath\",\n        \"wasteways\"\n    ],\n    \"nkezi\": [\n        \"average\",\n        \"averageness\",\n        \"averager\",\n        \"averages\",\n        \"proportion\"\n    ],\n    \"ọkara\": [\n        \"averaged\",\n        \"fractionate\",\n        \"fractionated\",\n        \"fractioned\",\n        \"half\",\n        \"halfly\",\n        \"halflings\",\n        \"halfness\",\n        \"halfnesses\",\n        \"halfway\",\n        \"halfwise\",\n        \"halfwit\",\n        \"halver\",\n        \"hdkf\",\n        \"medium\",\n        \"partially\",\n        \"semence\",\n        \"semi\",\n        \"semiactive\",\n        \"semiactively\",\n        \"semiadhesively\",\n        \"semiadjectively\",\n        \"semialien\",\n        \"semiangular\",\n        \"semibold\",\n        \"semibouffant\",\n        \"semiclosure\",\n        \"semicordated\",\n        \"semideific\",\n        \"semideity\",\n        \"semidominant\",\n        \"semidormant\",\n        \"semierectly\",\n        \"semih\",\n        \"semihard\",\n        \"semihigh\",\n        \"semiyearly\",\n        \"semijudicially\",\n        \"semikah\",\n        \"semiminess\",\n        \"semipapal\",\n        \"semiparochial\",\n        \"semipoisonous\",\n        \"semipostal\",\n        \"semiroyal\",\n        \"semiround\",\n        \"semiuncial\",\n        \"semiwildly\"\n    ],\n    \"n'ụzọ dị oke egwu\": [\n        \"averagely\",\n        \"ultrawise\"\n    ],\n    \"Nkezi\": [\n        \"averaging\",\n        \"dissuasiveness\",\n        \"quant\"\n    ],\n    \"ma\": [\n        \"averil\",\n        \"bothnian\",\n        \"butle\",\n        \"butsu\",\n        \"butut\",\n        \"yet\",\n        \"yetis\",\n        \"yett\",\n        \"thru\",\n        \"veined\",\n        \"whether\"\n    ],\n    \"aver\": [\n        \"averment\",\n        \"averral\",\n        \"averring\"\n    ],\n    \"otu ụbọchị\": [\n        \"avern\",\n        \"someday\",\n        \"somedays\"\n    ],\n    \"e weghaara\": [\n        \"averred\"\n    ],\n    \"echiche efu\": [\n        \"averroistic\",\n        \"fantasy\",\n        \"fantasie\",\n        \"fantasies\",\n        \"fantasying\",\n        \"fantasize\",\n        \"fantasizes\",\n        \"fantasm\",\n        \"fantasmal\",\n        \"fantasms\",\n        \"fantasque\",\n        \"fantast\",\n        \"fantigue\",\n        \"fantoms\",\n        \"illusionistic\",\n        \"illusions\",\n        \"imaginariness\",\n        \"imaginationalism\",\n        \"misopinion\",\n        \"misusement\",\n        \"nonfantasy\",\n        \"supposititiousness\"\n    ],\n    \"eweghara\": [\n        \"aversant\",\n        \"aversely\",\n        \"iridized\",\n        \"irred\"\n    ],\n    \"avers\": [\n        \"aversation\"\n    ],\n    \"ịjụ\": [\n        \"averse\",\n        \"denudated\",\n        \"disjecting\",\n        \"objure\",\n        \"refringent\"\n    ],\n    \"gbochiri\": [\n        \"averted\",\n        \"barracked\",\n        \"countervailed\",\n        \"hindered\",\n        \"preallied\",\n        \"preboiled\",\n        \"preconsidered\",\n        \"preforbidden\",\n        \"refrained\",\n        \"stifled\",\n        \"stifledly\",\n        \"withheld\"\n    ],\n    \"onye ntụgharị\": [\n        \"averter\",\n        \"conversionist\",\n        \"converter\",\n        \"convertor\",\n        \"delator\",\n        \"mewer\",\n        \"transactor\",\n        \"transcribbler\",\n        \"transcriber\",\n        \"transformator\",\n        \"transformer\",\n        \"transfusionist\",\n        \"translatorese\",\n        \"translatress\",\n        \"transmigrator\",\n        \"transmutationist\",\n        \"transvaaler\",\n        \"transverser\",\n        \"transverter\"\n    ],\n    \"avertiver\": [\n        \"avertible\"\n    ],\n    \"averiment\": [\n        \"avertiment\"\n    ],\n    \"invertin\": [\n        \"avertin\"\n    ],\n    \"na-ewepụsị\": [\n        \"avertive\",\n        \"defeminizing\",\n        \"detracts\",\n        \"disrooting\",\n        \"expropriating\",\n        \"outspending\",\n        \"undrifting\",\n        \"unhumiliating\",\n        \"uninstrumental\",\n        \"unminding\"\n    ],\n    \"agburu\": [\n        \"aves\",\n        \"clanned\",\n        \"clanship\",\n        \"cubhood\",\n        \"descendental\",\n        \"develed\",\n        \"ethnoflora\",\n        \"tribal\"\n    ],\n    \"avea\": [\n        \"avesta\"\n    ],\n    \"Weebụ\": [\n        \"avianized\",\n        \"exadverso\",\n        \"weevers\"\n    ],\n    \"nkechi\": [\n        \"aviaries\",\n        \"aviatory\",\n        \"badian\",\n        \"blaewort\",\n        \"branchicolous\",\n        \"buckle\",\n        \"buskle\",\n        \"cainitic\",\n        \"cassinoid\",\n        \"caucasoid\",\n        \"cladistic\",\n        \"cliquish\",\n        \"cluniacensian\",\n        \"cowdie\",\n        \"embowel\",\n        \"encrusts\",\n        \"fabaceous\",\n        \"gansy\",\n        \"gralline\",\n        \"halflin\",\n        \"impervial\",\n        \"internecine\",\n        \"internescine\",\n        \"mesopleural\",\n        \"mirex\",\n        \"mullerian\",\n        \"mustiest\",\n        \"nasiomental\",\n        \"nastily\",\n        \"nate\",\n        \"ninescore\",\n        \"noncovetous\",\n        \"nonlevulose\",\n        \"nonmyopic\",\n        \"nonrevival\",\n        \"nsec\",\n        \"nul\",\n        \"phalanstery\",\n        \"phalansterial\",\n        \"phalansteric\",\n        \"phascaceous\",\n        \"phasianic\",\n        \"phasogeneous\",\n        \"porencephalon\",\n        \"postsplenial\",\n        \"presternal\",\n        \"primeros\",\n        \"primeur\",\n        \"proscientific\",\n        \"quezal\",\n        \"quindecennial\",\n        \"raquette\",\n        \"rauque\",\n        \"richetted\",\n        \"richt\",\n        \"rostrally\",\n        \"rusticial\",\n        \"scialytic\",\n        \"semihot\",\n        \"sequa\",\n        \"sequan\",\n        \"sinoatrial\",\n        \"snoutiest\",\n        \"supersentimentally\",\n        \"testicardines\",\n        \"tetty\",\n        \"transequatorial\",\n        \"tripinnate\",\n        \"trysted\",\n        \"trollopish\",\n        \"underlevel\",\n        \"valviferous\",\n        \"vastiest\",\n        \"vesicospinal\",\n        \"vetusty\",\n        \"victorine\",\n        \"wellstrand\",\n        \"wotteth\",\n        \"wrightine\"\n    ],\n    \"webata\": [\n        \"aviate\",\n        \"aviating\",\n        \"enterate\",\n        \"evolve\",\n        \"interproduce\",\n        \"introfy\",\n        \"subintroduce\",\n        \"usher\"\n    ],\n    \"avi\": [\n        \"aviates\",\n        \"aviations\"\n    ],\n    \"onye ọkwọ ụgbọ mmiri\": [\n        \"aviator\",\n        \"boatman\"\n    ],\n    \"vigbọ elu\": [\n        \"aviatorial\"\n    ],\n    \"ebikwa\": [\n        \"aviatoriality\"\n    ],\n    \"ndị na-egwu ụgbọ elu\": [\n        \"aviators\"\n    ],\n    \"avi ọkpọ\": [\n        \"aviatress\"\n    ],\n    \"onye na-azụ ahịa\": [\n        \"aviculturist\",\n        \"bardier\",\n        \"bargander\",\n        \"bargeer\",\n        \"bargeman\",\n        \"bargemaster\",\n        \"peddlar\",\n        \"peddler\",\n        \"peddlery\",\n        \"pranker\",\n        \"shopkeeperess\",\n        \"shopkeeperish\",\n        \"shopper\",\n        \"transactioneer\"\n    ],\n    \"uchu\": [\n        \"avid\",\n        \"avidly\",\n        \"avidness\",\n        \"avogadro\",\n        \"dawts\",\n        \"diligent\",\n        \"hardworking\",\n        \"hylotomous\",\n        \"ostracodermi\",\n        \"trumscheit\"\n    ],\n    \"ndị na-ahụ n'anya\": [\n        \"avidins\",\n        \"kindlers\",\n        \"nepotists\",\n        \"romanticists\"\n    ],\n    \"inwe obi ike\": [\n        \"avidity\",\n        \"consuetitude\",\n        \"overconfidently\",\n        \"superconfidence\",\n        \"superconfident\"\n    ],\n    \"egosipụta\": [\n        \"avidities\",\n        \"bubbles\",\n        \"displayed\",\n        \"emblemized\",\n        \"transparentize\",\n        \"versifiable\",\n        \"versifies\"\n    ],\n    \"ngosi\": [\n        \"avidnesses\",\n        \"demilance\",\n        \"demisuit\",\n        \"demo\",\n        \"demobs\",\n        \"demodulations\",\n        \"demographies\",\n        \"demoid\",\n        \"demoiselle\",\n        \"demorage\",\n        \"demos\",\n        \"demove\",\n        \"depictment\",\n        \"discloser\",\n        \"disclosure\",\n        \"disclosures\",\n        \"egression\",\n        \"exhibitory\",\n        \"fair\",\n        \"fairlike\",\n        \"glummy\",\n        \"indic\",\n        \"indication\",\n        \"indicator\",\n        \"indicial\",\n        \"indico\",\n        \"indictor\",\n        \"misplay\",\n        \"nonpresentation\",\n        \"notification\",\n        \"overplay\",\n        \"presentation\",\n        \"provection\",\n        \"reflectivity\",\n        \"screenage\",\n        \"showiness\",\n        \"showjumping\",\n        \"showmanship\"\n    ],\n    \"Uchu\": [\n        \"avidous\",\n        \"urchiness\"\n    ],\n    \"nlele\": [\n        \"aview\",\n        \"caging\",\n        \"check\",\n        \"checkage\",\n        \"checkbite\",\n        \"checkerboard\",\n        \"checkery\",\n        \"checkering\",\n        \"checklaton\",\n        \"checkless\",\n        \"checkline\",\n        \"checkmark\",\n        \"checkrack\",\n        \"checkrein\",\n        \"checks\",\n        \"checksum\",\n        \"checksums\",\n        \"checkup\",\n        \"checkups\",\n        \"chego\",\n        \"chegoes\",\n        \"cheque\",\n        \"cheques\",\n        \"chevisance\",\n        \"gauge\",\n        \"gaugeable\",\n        \"negroes\",\n        \"negrotic\",\n        \"observatorial\",\n        \"sample\",\n        \"sampled\",\n        \"sampling\",\n        \"specter\",\n        \"spectered\",\n        \"spector\",\n        \"spectre\",\n        \"spectrochemical\",\n        \"underlessee\",\n        \"unsleek\",\n        \"view\",\n        \"viewings\",\n        \"viewport\"\n    ],\n    \"ịkpali\": [\n        \"avigation\",\n        \"distrain\",\n        \"evocatory\",\n        \"forcipulate\",\n        \"impen\",\n        \"implicately\",\n        \"incenter\",\n        \"incentre\",\n        \"incisiveness\",\n        \"incult\",\n        \"incurrer\",\n        \"insinuate\",\n        \"precipitate\",\n        \"preiotize\"\n    ],\n    \"UBU\": [\n        \"avis\"\n    ],\n    \"okom\": [\n        \"avys\"\n    ],\n    \"avitaminosis\": [\n        \"avitaminotic\"\n    ],\n    \"nye\": [\n        \"avives\",\n        \"cleistotcia\",\n        \"deriver\",\n        \"epitaxy\",\n        \"give\",\n        \"giveable\",\n        \"granth\",\n        \"harbinger\",\n        \"infused\",\n        \"infusedly\",\n        \"lutfisk\",\n        \"miryachit\",\n        \"prevuing\"\n    ],\n    \"izere\": [\n        \"avo\",\n        \"avocation\",\n        \"avocations\",\n        \"avoy\",\n        \"avoidable\",\n        \"avoidably\",\n        \"avoidance\",\n        \"avoidances\",\n        \"avoidment\",\n        \"avoyership\",\n        \"avoke\",\n        \"nonvoidable\",\n        \"precludable\",\n        \"rager\",\n        \"unavoidable\",\n        \"unavoidableness\",\n        \"unvoidable\",\n        \"unvoidness\"\n    ],\n    \"ube oyibo\": [\n        \"avocado\",\n        \"avocadoes\",\n        \"avocados\",\n        \"avocat\",\n        \"avocatory\",\n        \"avocet\",\n        \"avocets\"\n    ],\n    \"ikpo aka\": [\n        \"avocate\"\n    ],\n    \"eze\": [\n        \"avocational\",\n        \"coemperor\",\n        \"czar\",\n        \"czarism\",\n        \"dental\",\n        \"dentalgia\",\n        \"dentalia\",\n        \"dentalise\",\n        \"dentalised\",\n        \"dentalism\",\n        \"dentality\",\n        \"dentalization\",\n        \"dentalized\",\n        \"dentalizing\",\n        \"dentally\",\n        \"dentalman\",\n        \"dentals\",\n        \"dentary\",\n        \"dentaries\",\n        \"dentate\",\n        \"dentation\",\n        \"denticate\",\n        \"denticular\",\n        \"denticulate\",\n        \"denticulated\",\n        \"dentil\",\n        \"dentile\",\n        \"dentiled\",\n        \"dentils\",\n        \"dentinal\",\n        \"dentines\",\n        \"dentistic\",\n        \"dentistical\",\n        \"dentistry\",\n        \"dentition\",\n        \"dentosurgical\",\n        \"dentural\",\n        \"denture\",\n        \"ethiop\",\n        \"goliard\",\n        \"imperil\",\n        \"indiadem\",\n        \"king\",\n        \"kingbird\",\n        \"kingbolt\",\n        \"kingcraft\",\n        \"kingcup\",\n        \"kinged\",\n        \"kinging\",\n        \"kinglet\",\n        \"kingly\",\n        \"kinglier\",\n        \"kingliest\",\n        \"kinglily\",\n        \"kingliness\",\n        \"kingling\",\n        \"kingmaking\",\n        \"kingpiece\",\n        \"kingpin\",\n        \"kingsides\",\n        \"kingsize\",\n        \"kingu\",\n        \"mancipable\",\n        \"monarch\",\n        \"monel\",\n        \"palaestral\",\n        \"preemperor\",\n        \"princecraft\",\n        \"queenly\",\n        \"regal\",\n        \"regental\",\n        \"rodentian\",\n        \"royal\",\n        \"royalisation\",\n        \"royalise\",\n        \"royalised\",\n        \"royalising\",\n        \"royalistic\",\n        \"royalmast\",\n        \"royalme\",\n        \"royalty\",\n        \"sado\",\n        \"sizar\",\n        \"skail\",\n        \"sovereignly\",\n        \"tebeth\",\n        \"tooth\",\n        \"toothbill\",\n        \"toothcup\",\n        \"toothful\",\n        \"toothlet\",\n        \"toothstick\",\n        \"toothwork\",\n        \"tzar\"\n    ],\n    \"n'izu\": [\n        \"avocationally\",\n        \"piningly\",\n        \"suffragistically\",\n        \"unfantastically\",\n        \"unretrievingly\"\n    ],\n    \"agbadodi\": [\n        \"avogadrite\"\n    ],\n    \"izere ozi\": [\n        \"avogram\"\n    ],\n    \"ẹse\": [\n        \"avoided\"\n    ],\n    \"ndị na-agbara ha ọsọ\": [\n        \"avoiders\"\n    ],\n    \"nwekwaranụ\": [\n        \"avouchable\",\n        \"belleeks\",\n        \"globoseness\",\n        \"oversophistication\"\n    ],\n    \"akwụkwọ ego\": [\n        \"avouchers\",\n        \"banknotes\",\n        \"cashbook\",\n        \"cashbooks\",\n        \"vouchees\",\n        \"vouchers\",\n        \"vouches\"\n    ],\n    \"evurneen\": [\n        \"avourneen\"\n    ],\n    \"ihe ichoro\": [\n        \"avoutry\",\n        \"clownishness\",\n        \"cragwork\",\n        \"ischuretic\",\n        \"isomery\",\n        \"predisorder\",\n        \"quillity\"\n    ],\n    \"kpom\": [\n        \"avow\",\n        \"avowry\",\n        \"worden\"\n    ],\n    \"owuwe\": [\n        \"avowe\",\n        \"raptness\",\n        \"raptril\",\n        \"rapture\",\n        \"raptured\",\n        \"raptures\",\n        \"raptury\",\n        \"rapturing\",\n        \"woolweed\"\n    ],\n    \"nkpuru\": [\n        \"avowing\",\n        \"conoids\",\n        \"crimogenic\",\n        \"criophoros\",\n        \"crooch\",\n        \"descendance\",\n        \"descendant\",\n        \"dishevelling\",\n        \"gleir\",\n        \"kidcote\",\n        \"mawks\",\n        \"mesost\",\n        \"muckerer\",\n        \"mundle\",\n        \"nast\",\n        \"nuggar\",\n        \"nugget\",\n        \"ochery\",\n        \"outspring\",\n        \"rupicaprine\",\n        \"secerns\",\n        \"unspring\",\n        \"upspring\",\n        \"winger\"\n    ],\n    \"ebibi\": [\n        \"avulsing\",\n        \"carnac\",\n        \"carnassial\",\n        \"carnation\",\n        \"decasualising\",\n        \"decimated\",\n        \"deconsecrated\",\n        \"deconsecrating\",\n        \"decuman\",\n        \"defame\",\n        \"defeminise\",\n        \"delaminated\",\n        \"deminatured\",\n        \"demised\",\n        \"desmine\",\n        \"destandardize\",\n        \"destrer\",\n        \"destrier\",\n        \"destroyed\",\n        \"destructive\",\n        \"destructively\",\n        \"destructiveness\",\n        \"destructor\",\n        \"destructs\",\n        \"destructuralize\",\n        \"destrudo\",\n        \"destuffing\",\n        \"destuffs\",\n        \"domicil\",\n        \"domiciled\",\n        \"domiciles\",\n        \"domitable\",\n        \"dossal\",\n        \"ebriated\",\n        \"ebricty\",\n        \"ebriose\",\n        \"ebriosity\",\n        \"eburated\",\n        \"eburnated\",\n        \"eburnification\",\n        \"ereptic\",\n        \"erodability\",\n        \"erodable\",\n        \"erode\",\n        \"eroded\",\n        \"erodent\",\n        \"erodes\",\n        \"eroding\",\n        \"erogate\",\n        \"erogeneity\",\n        \"erogenesis\",\n        \"erogenetic\",\n        \"erogeny\",\n        \"erogenic\",\n        \"erogenous\",\n        \"erosivity\",\n        \"erotylid\",\n        \"erotisms\",\n        \"erotization\",\n        \"eruptivity\",\n        \"extinctive\",\n        \"falcopern\",\n        \"falderol\",\n        \"falderols\",\n        \"gurries\",\n        \"habble\",\n        \"indestructibility\",\n        \"indestructible\",\n        \"indestructibly\",\n        \"inflicter\",\n        \"injunct\",\n        \"lambitive\",\n        \"moribundity\",\n        \"obstruxit\",\n        \"pernasal\",\n        \"perpetuum\",\n        \"phenomenalistic\",\n        \"phenomenalness\",\n        \"prediminution\",\n        \"predormition\",\n        \"ruined\",\n        \"ruinous\",\n        \"shelliness\",\n        \"ultrahazardous\",\n        \"unmassacred\",\n        \"unthrashed\",\n        \"venosity\",\n        \"wilderment\"\n    ],\n    \"avunkụl\": [\n        \"avuncular\"\n    ],\n    \"mekwaa\": [\n        \"avunculize\",\n        \"bewearied\",\n        \"combwise\",\n        \"communalised\",\n        \"counterscarp\",\n        \"countersconce\",\n        \"countersinks\",\n        \"countersmile\",\n        \"countervairy\",\n        \"enervate\",\n        \"enervative\",\n        \"euphuize\",\n        \"grindelia\",\n        \"humate\",\n        \"mellitate\",\n        \"mercuric\",\n        \"moolings\",\n        \"murthered\",\n        \"reconciliate\",\n        \"reconciliated\",\n        \"sclimb\",\n        \"subsort\"\n    ],\n    \"na-echere\": [\n        \"awaft\",\n        \"awaited\",\n        \"awaiter\",\n        \"awaiters\",\n        \"awaits\",\n        \"deferable\",\n        \"deferrable\",\n        \"fiendliness\",\n        \"gaiting\",\n        \"onwaiting\",\n        \"tarryingly\",\n        \"wending\"\n    ],\n    \"ọpụpụ\": [\n        \"awayness\",\n        \"awaynesses\",\n        \"decart\",\n        \"decartelize\",\n        \"decartelized\",\n        \"decartelizing\",\n        \"decursion\",\n        \"dejeration\",\n        \"departement\",\n        \"departer\",\n        \"departition\",\n        \"departure\",\n        \"depurator\",\n        \"depurition\",\n        \"disembarkations\",\n        \"disporting\",\n        \"distn\",\n        \"divarication\",\n        \"emigrative\",\n        \"exarchateship\",\n        \"exarchies\",\n        \"exarchist\",\n        \"excerebration\",\n        \"excipient\",\n        \"exesion\",\n        \"exigences\",\n        \"exines\",\n        \"exition\",\n        \"exitious\",\n        \"exiture\",\n        \"exocoelic\",\n        \"exodermis\",\n        \"exodontia\",\n        \"exodontic\",\n        \"exodromy\",\n        \"exodromic\",\n        \"exodus\",\n        \"exonerative\",\n        \"exoneural\",\n        \"exopathic\",\n        \"exophagy\",\n        \"exophasic\",\n        \"exopterygotous\",\n        \"exorbital\",\n        \"exorcisory\",\n        \"exorcist\",\n        \"exorcista\",\n        \"exorcistic\",\n        \"exorcistical\",\n        \"exorcization\",\n        \"exordial\",\n        \"exordium\",\n        \"exordiums\",\n        \"exosmose\",\n        \"exoteric\",\n        \"exoterically\",\n        \"exotically\",\n        \"exoticalness\",\n        \"exotropic\",\n        \"expatriation\",\n        \"expatriations\",\n        \"expatriatism\",\n        \"expurgated\",\n        \"exsector\",\n        \"exteriorise\",\n        \"exterrestrial\",\n        \"exterritoriality\",\n        \"extypal\",\n        \"extrabureau\",\n        \"extraburghal\",\n        \"extramodal\",\n        \"extraterritorial\",\n        \"extravisceral\",\n        \"exuvia\",\n        \"exuviae\",\n        \"forthfare\",\n        \"immigrations\",\n        \"neut\",\n        \"ostracization\",\n        \"outadds\",\n        \"outage\",\n        \"outages\",\n        \"outarde\",\n        \"outargue\",\n        \"outargues\",\n        \"outasight\",\n        \"outate\",\n        \"outawed\",\n        \"outbabble\",\n        \"outbade\",\n        \"outbargain\",\n        \"outbargaining\",\n        \"outbargains\",\n        \"outbarked\",\n        \"outbarring\",\n        \"outbarter\",\n        \"outbawl\",\n        \"outbawls\",\n        \"outbeams\",\n        \"outbeggar\",\n        \"outbellow\",\n        \"outbetter\",\n        \"outblazes\",\n        \"outblew\",\n        \"outbloomed\",\n        \"outblooms\",\n        \"outblossom\",\n        \"outblot\",\n        \"outbluffs\",\n        \"outblushed\",\n        \"outblushes\",\n        \"outboasts\",\n        \"outbond\",\n        \"outbound\",\n        \"outboundaries\",\n        \"outbounds\",\n        \"outbowed\",\n        \"outcaper\",\n        \"outcaught\",\n        \"outcavils\",\n        \"outcharm\",\n        \"outcharming\",\n        \"outcharms\",\n        \"outchided\",\n        \"outclass\",\n        \"outcorner\",\n        \"outcourt\",\n        \"outcrawl\",\n        \"outcrow\",\n        \"outcrows\",\n        \"outcure\",\n        \"outcurve\",\n        \"outcurves\",\n        \"outcurving\",\n        \"outdares\",\n        \"outdoes\",\n        \"outed\",\n        \"outequivocate\",\n        \"outfall\",\n        \"outfawning\",\n        \"outfawns\",\n        \"outfeels\",\n        \"outfenced\",\n        \"outfields\",\n        \"outfire\",\n        \"outflourish\",\n        \"outflow\",\n        \"outflows\",\n        \"outflung\",\n        \"outfoxed\",\n        \"outfrowns\",\n        \"outgambled\",\n        \"outgate\",\n        \"outgives\",\n        \"outglares\",\n        \"outglow\",\n        \"outglows\",\n        \"outgoes\",\n        \"outgoingness\",\n        \"outgoings\",\n        \"outgrew\",\n        \"outgrowths\",\n        \"outhaul\",\n        \"outhauls\",\n        \"outhold\",\n        \"outyelped\",\n        \"outyelping\",\n        \"outyelps\",\n        \"outyield\",\n        \"outyields\",\n        \"outing\",\n        \"outings\",\n        \"outissuing\",\n        \"outjourney\",\n        \"outjourneying\",\n        \"outjump\",\n        \"outjumped\",\n        \"outjumps\",\n        \"outjutted\",\n        \"outkick\",\n        \"outkicks\",\n        \"outkill\",\n        \"outkiss\",\n        \"outknave\",\n        \"outlandish\",\n        \"outlandishness\",\n        \"outlast\",\n        \"outlaughed\",\n        \"outleap\",\n        \"outleaps\",\n        \"outler\",\n        \"outlie\",\n        \"outlier\",\n        \"outliver\",\n        \"outlope\",\n        \"outlord\",\n        \"outlot\",\n        \"outlove\",\n        \"outloves\",\n        \"outmarch\",\n        \"outmarches\",\n        \"outmaster\",\n        \"outmeasure\",\n        \"outmouth\",\n        \"outness\",\n        \"outpacing\",\n        \"outparamour\",\n        \"outparish\",\n        \"outpick\",\n        \"outpitch\",\n        \"outplace\",\n        \"outplod\",\n        \"outpocketing\",\n        \"outporch\",\n        \"outpour\",\n        \"outpoured\",\n        \"outpourings\",\n        \"outpours\",\n        \"outprodigy\",\n        \"outpurl\",\n        \"outpursue\",\n        \"outpursuing\",\n        \"outpush\",\n        \"outquery\",\n        \"outquestion\",\n        \"outrake\",\n        \"outran\",\n        \"outrance\",\n        \"outrances\",\n        \"outranks\",\n        \"outraves\",\n        \"outreaches\",\n        \"outreckon\",\n        \"outrick\",\n        \"outrigged\",\n        \"outrigger\",\n        \"outriggered\",\n        \"outrigging\",\n        \"outrivals\",\n        \"outroared\",\n        \"outroars\",\n        \"outrode\",\n        \"outroot\",\n        \"outrove\",\n        \"outrow\",\n        \"outruns\",\n        \"outs\",\n        \"outsay\",\n        \"outsail\",\n        \"outsails\",\n        \"outsaint\",\n        \"outsaw\",\n        \"outscolds\",\n        \"outscore\",\n        \"outscorns\",\n        \"outscour\",\n        \"outseam\",\n        \"outsell\",\n        \"outsentinel\",\n        \"outsentry\",\n        \"outsentries\",\n        \"outsert\",\n        \"outserves\",\n        \"outshames\",\n        \"outsheathe\",\n        \"outshifts\",\n        \"outshine\",\n        \"outshot\",\n        \"outshoved\",\n        \"outshow\",\n        \"outshowed\",\n        \"outshower\",\n        \"outshown\",\n        \"outsings\",\n        \"outsit\",\n        \"outslander\",\n        \"outsnatch\",\n        \"outsnores\",\n        \"outsoler\",\n        \"outspat\",\n        \"outsport\",\n        \"outspue\",\n        \"outstagger\",\n        \"outstays\",\n        \"outstandings\",\n        \"outstank\",\n        \"outstare\",\n        \"outstarter\",\n        \"outstartle\",\n        \"outstate\",\n        \"outstation\",\n        \"outstaturing\",\n        \"outstealing\",\n        \"outstrain\",\n        \"outstrip\",\n        \"outstrode\",\n        \"outstrove\",\n        \"outstrut\",\n        \"outsuitor\",\n        \"outsung\",\n        \"outswears\",\n        \"outswell\",\n        \"outswift\",\n        \"outswinger\",\n        \"outsworn\",\n        \"outswung\",\n        \"outtalk\",\n        \"outtalks\",\n        \"outtear\",\n        \"outthieving\",\n        \"outthrew\",\n        \"outthrobs\",\n        \"outthrow\",\n        \"outthrows\",\n        \"outthunder\",\n        \"outtore\",\n        \"outtorn\",\n        \"outtowers\",\n        \"outtrade\",\n        \"outtraded\",\n        \"outtrades\",\n        \"outtrick\",\n        \"outtrots\",\n        \"outtrumps\",\n        \"outttore\",\n        \"outusure\",\n        \"outvillage\",\n        \"outway\",\n        \"outwait\",\n        \"outwallop\",\n        \"outwander\",\n        \"outwarble\",\n        \"outwarring\",\n        \"outwashes\",\n        \"outwaste\",\n        \"outwasted\",\n        \"outwatched\",\n        \"outwatches\",\n        \"outwears\",\n        \"outweeps\",\n        \"outwhirl\",\n        \"outwhirls\",\n        \"outwill\",\n        \"outwilling\",\n        \"outwills\",\n        \"outwishes\",\n        \"outword\",\n        \"outwrench\",\n        \"outwriggled\",\n        \"outwriggling\",\n        \"outwrung\",\n        \"overspeculatively\",\n        \"peever\",\n        \"risings\",\n        \"ventriculous\"\n    ],\n    \"teta\": [\n        \"awake\",\n        \"awaken\",\n        \"awakened\",\n        \"awoke\",\n        \"awreak\",\n        \"wake\",\n        \"waken\",\n        \"wakore\",\n        \"woke\",\n        \"woken\"\n    ],\n    \"teta n'ụra\": [\n        \"awaked\"\n    ],\n    \"awwal\": [\n        \"awald\",\n        \"awalt\"\n    ],\n    \"awan\": [\n        \"awane\"\n    ],\n    \"enọ\": [\n        \"award\"\n    ],\n    \"na-enye onyinye\": [\n        \"awardable\",\n        \"disendowing\",\n        \"donatee\",\n        \"donates\",\n        \"donative\",\n        \"donging\",\n        \"donor\",\n        \"goffering\"\n    ],\n    \"ọdịda\": [\n        \"awarded\",\n        \"descension\",\n        \"dowset\",\n        \"failures\",\n        \"falbala\",\n        \"falbalas\",\n        \"fallency\",\n        \"fallenness\",\n        \"fallibilism\",\n        \"fallibility\",\n        \"fallings\",\n        \"fallowness\",\n        \"fellfare\",\n        \"fellnesses\",\n        \"landing\",\n        \"landings\",\n        \"precipitancy\",\n        \"precipitation\",\n        \"precitation\"\n    ],\n    \"inye onyinye\": [\n        \"awarding\",\n        \"bestirring\",\n        \"bestowable\",\n        \"bestower\",\n        \"bestowment\",\n        \"bestudding\",\n        \"bribemonger\",\n        \"contributing\",\n        \"donating\",\n        \"donatism\",\n        \"donatories\",\n        \"donning\",\n        \"donorship\",\n        \"donship\",\n        \"enouncing\",\n        \"gifting\",\n        \"giftling\",\n        \"porpoising\",\n        \"subsidizable\"\n    ],\n    \"mmeri\": [\n        \"awardment\",\n        \"champ\",\n        \"champagned\",\n        \"champagning\",\n        \"champed\",\n        \"champing\",\n        \"championing\",\n        \"championship\",\n        \"championships\",\n        \"conquerment\",\n        \"conquest\",\n        \"conquests\",\n        \"conquisition\",\n        \"defeat\",\n        \"defeatment\",\n        \"defeats\",\n        \"defeature\",\n        \"defections\",\n        \"defet\",\n        \"impetration\",\n        \"oncomings\",\n        \"overcompetition\",\n        \"overpunishment\",\n        \"perquisition\",\n        \"postconquest\",\n        \"prevailingly\",\n        \"prevailment\",\n        \"profluence\",\n        \"tournure\",\n        \"triapsal\",\n        \"triumf\",\n        \"triumph\",\n        \"triumphal\",\n        \"triumphancy\",\n        \"triumphator\",\n        \"triumpher\",\n        \"triumphs\",\n        \"triumphwise\",\n        \"triumvir\",\n        \"triumviry\",\n        \"triumvirship\",\n        \"vanquishment\",\n        \"vehemence\",\n        \"victal\",\n        \"victory\",\n        \"victorianism\",\n        \"victorianize\",\n        \"victorias\",\n        \"victoriatus\",\n        \"victories\",\n        \"victorious\",\n        \"victoriously\",\n        \"victoriousness\",\n        \"victrices\",\n        \"victrix\",\n        \"victual\",\n        \"victualage\",\n        \"victualing\",\n        \"victualled\",\n        \"victuallership\",\n        \"victualling\",\n        \"victualry\",\n        \"victus\",\n        \"winching\",\n        \"winful\",\n        \"winly\",\n        \"winningness\",\n        \"winnings\",\n        \"wins\",\n        \"winston\",\n        \"winzes\"\n    ],\n    \"awas\": [\n        \"awaste\"\n    ],\n    \"nche\": [\n        \"awatch\",\n        \"consertion\",\n        \"eatche\",\n        \"guard\",\n        \"guardage\",\n        \"guardedness\",\n        \"guardo\",\n        \"guardrail\",\n        \"guardrails\",\n        \"secration\",\n        \"securance\",\n        \"securigera\",\n        \"security\",\n        \"sorance\",\n        \"vigesimation\",\n        \"warch\",\n        \"watch\",\n        \"watchcase\",\n        \"watchcry\",\n        \"watchcries\",\n        \"watchdog\",\n        \"watcheyes\",\n        \"watcher\",\n        \"watches\",\n        \"watchet\",\n        \"watchless\",\n        \"watchmaking\",\n        \"watchmanship\",\n        \"watchwise\",\n        \"watchword\"\n    ],\n    \"awbar\": [\n        \"awber\"\n    ],\n    \"aburu\": [\n        \"aweather\"\n    ],\n    \"band awed\": [\n        \"aweband\"\n    ],\n    \"awed\": [\n        \"awedly\"\n    ],\n    \"onwu\": [\n        \"awedness\",\n        \"awes\",\n        \"chemiatry\",\n        \"chemiatric\",\n        \"chemically\",\n        \"chemistry\",\n        \"chemmy\",\n        \"deadishness\",\n        \"deadness\",\n        \"demise\",\n        \"demyship\",\n        \"dossy\",\n        \"mortality\",\n        \"mortalness\",\n        \"mortalty\",\n        \"ossicular\",\n        \"quenchableness\",\n        \"shimmed\",\n        \"shimmey\",\n        \"shimmy\",\n        \"snouty\",\n        \"spurning\",\n        \"uncandor\",\n        \"uncordial\",\n        \"uncruel\",\n        \"unwashable\"\n    ],\n    \"ịtụ egwu\": [\n        \"aweing\"\n    ],\n    \"ihe di egwu\": [\n        \"awesomeness\",\n        \"belliferous\",\n        \"ethmoidal\",\n        \"onirotic\",\n        \"tergiferous\",\n        \"ultralaborious\"\n    ],\n    \"kporo nku\": [\n        \"awestruck\",\n        \"driest\",\n        \"reforested\",\n        \"shrivel\"\n    ],\n    \"jogburu onwe ya\": [\n        \"awful\"\n    ],\n    \"nwa oge\": [\n        \"awhile\",\n        \"momentarily\",\n        \"provisional\",\n        \"provisionally\",\n        \"temperately\",\n        \"tempery\",\n        \"temporaneously\",\n        \"temporary\",\n        \"temporarily\",\n        \"temporator\",\n        \"teutons\",\n        \"whiley\",\n        \"wursts\"\n    ],\n    \"awụ\": [\n        \"awing\"\n    ],\n    \"itabi\": [\n        \"awink\",\n        \"bumble\",\n        \"invaginate\"\n    ],\n    \"awkward\": [\n        \"awkwardly\"\n    ],\n    \"enweghi iwu\": [\n        \"awless\",\n        \"illations\",\n        \"illegitimate\",\n        \"illucidate\",\n        \"lawless\",\n        \"lichenous\",\n        \"unepauleted\",\n        \"unforensic\",\n        \"unforestalled\",\n        \"unpenalised\",\n        \"unquoted\",\n        \"unruleful\",\n        \"unstultified\"\n    ],\n    \"awn\": [\n        \"awner\",\n        \"awnless\"\n    ],\n    \"okwuchi windo\": [\n        \"awning\",\n        \"awninged\"\n    ],\n    \"windo\": [\n        \"awnings\",\n        \"indows\",\n        \"ventpiece\",\n        \"window\",\n        \"windowy\",\n        \"windowlet\",\n        \"windows\",\n        \"windowsill\"\n    ],\n    \"awor\": [\n        \"aworry\"\n    ],\n    \"awre\": [\n        \"awreck\"\n    ],\n    \"awry\": [\n        \"awrist\"\n    ],\n    \"anyu-ike\": [\n        \"ax\",\n        \"axe\",\n        \"axes\"\n    ],\n    \"anyụike\": [\n        \"axbreaker\",\n        \"axel\",\n        \"axels\",\n        \"axenic\",\n        \"axhammer\",\n        \"axhead\",\n        \"axiferous\",\n        \"axillant\",\n        \"axillaries\",\n        \"axing\",\n        \"axion\",\n        \"axmaker\",\n        \"axminster\",\n        \"axoidean\",\n        \"axon\",\n        \"axonophorous\",\n        \"axons\",\n        \"axunge\",\n        \"axwise\"\n    ],\n    \"anyuike\": [\n        \"axeman\",\n        \"axemaster\",\n        \"axemen\",\n        \"axils\",\n        \"axlike\",\n        \"axmanship\",\n        \"axmen\",\n        \"axospermous\"\n    ],\n    \"anyụ anyụ\": [\n        \"axhammered\",\n        \"quenchless\"\n    ],\n    \"axillary\": [\n        \"axillar\",\n        \"axillars\"\n    ],\n    \"axin\": [\n        \"axine\"\n    ],\n    \"n'akuku ihe omimi\": [\n        \"axiologically\"\n    ],\n    \"onye na-ahụ maka ọdịnala\": [\n        \"axiologist\"\n    ],\n    \"axiomatisation\": [\n        \"axiomatization\",\n        \"axiomatizes\"\n    ],\n    \"axis\": [\n        \"axites\"\n    ],\n    \"axle\": [\n        \"axles\"\n    ],\n    \"axonometric\": [\n        \"axometric\"\n    ],\n    \"anwuru\": [\n        \"axoplasmic\",\n        \"bastardising\",\n        \"bastilles\",\n        \"biciliated\",\n        \"bovids\",\n        \"carphophis\",\n        \"catachreses\",\n        \"ceps\",\n        \"cicatrised\",\n        \"crenallation\",\n        \"crenellation\",\n        \"dusken\",\n        \"emission\",\n        \"emissions\",\n        \"engastrimyth\",\n        \"englishable\",\n        \"engouement\",\n        \"gussied\",\n        \"ivybells\",\n        \"kirtled\",\n        \"marcasite\",\n        \"marcasitical\",\n        \"moonbows\",\n        \"moonwort\",\n        \"moschatel\",\n        \"moschiferous\",\n        \"muscovi\",\n        \"muscovy\",\n        \"rattleskulled\",\n        \"semireactionary\",\n        \"sunberry\",\n        \"uveitises\",\n        \"venturesomeness\",\n        \"victorfishes\",\n        \"wemodness\",\n        \"zarathustrism\"\n    ],\n    \"anyu anyu\": [\n        \"axseeds\"\n    ],\n    \"nkume anyuike\": [\n        \"axstone\"\n    ],\n    \"azan\": [\n        \"azans\"\n    ],\n    \"Azelaic\": [\n        \"azelaic\"\n    ],\n    \"asụsụ azerbaijan\": [\n        \"azerbaijanese\"\n    ],\n    \"onye azerbaijan\": [\n        \"azerbaijanian\"\n    ],\n    \"azin\": [\n        \"azine\"\n    ],\n    \"azọn\": [\n        \"azlon\"\n    ],\n    \"azokorinth\": [\n        \"azocorinth\"\n    ],\n    \"Nwabueze\": [\n        \"azofication\",\n        \"beatrice\",\n        \"bekisses\",\n        \"broideress\",\n        \"cryosel\",\n        \"deliquiesce\",\n        \"diatomaceous\",\n        \"dykehopper\",\n        \"ditriglyphic\",\n        \"dorneck\",\n        \"dornecks\",\n        \"entrochus\",\n        \"hobbly\",\n        \"leskeaceous\",\n        \"nabobery\",\n        \"ninox\",\n        \"nubia\",\n        \"plebeian\",\n        \"pleurobrachia\",\n        \"pleurocera\",\n        \"pleurodira\",\n        \"pleurodiran\",\n        \"pleurolith\",\n        \"pleurosaurus\",\n        \"pleurotomid\",\n        \"pleurotomine\",\n        \"pleurotomoid\",\n        \"pleurovisceral\",\n        \"rhyobasalt\",\n        \"ricochetting\",\n        \"ryotwari\",\n        \"ruesomeness\",\n        \"scyllaea\",\n        \"sirex\",\n        \"sucrose\",\n        \"thelytonic\",\n        \"wirinesses\",\n        \"wyrock\",\n        \"zebeck\",\n        \"zebecks\",\n        \"zebecs\"\n    ],\n    \"azoik\": [\n        \"azoic\"\n    ],\n    \"egbe\": [\n        \"azon\",\n        \"buzzards\",\n        \"cowbind\",\n        \"firearm\",\n        \"firearms\",\n        \"gun\",\n        \"gunate\",\n        \"gunation\",\n        \"gunbarrel\",\n        \"gunboat\",\n        \"guncotton\",\n        \"gundeck\",\n        \"gundelet\",\n        \"gunge\",\n        \"gunite\",\n        \"guniter\",\n        \"gunk\",\n        \"gunkhole\",\n        \"gunky\",\n        \"gunks\",\n        \"gunl\",\n        \"gunline\",\n        \"gunlocks\",\n        \"gunman\",\n        \"gunmanship\",\n        \"gunmetal\",\n        \"gunnage\",\n        \"gunne\",\n        \"gunnel\",\n        \"gunnels\",\n        \"gunny\",\n        \"gunnies\",\n        \"gunnings\",\n        \"gunong\",\n        \"gunpaper\",\n        \"gunplay\",\n        \"gunpoint\",\n        \"gunport\",\n        \"gunpowder\",\n        \"gunpowdery\",\n        \"gunpower\",\n        \"gunreach\",\n        \"gunroom\",\n        \"gunrunner\",\n        \"guns\",\n        \"gunsel\",\n        \"gunsels\",\n        \"gunship\",\n        \"gunshot\",\n        \"gunsling\",\n        \"gunslinger\",\n        \"gunsman\",\n        \"gunster\",\n        \"gunstock\",\n        \"gunstocker\",\n        \"gunter\",\n        \"gunung\",\n        \"gunz\",\n        \"gunzian\",\n        \"haw\",\n        \"hawbuck\",\n        \"hawk\",\n        \"hawkbill\",\n        \"hawkbills\",\n        \"hawkbit\",\n        \"hawkeys\",\n        \"hawkie\",\n        \"hawkies\",\n        \"hawkings\",\n        \"hawkins\",\n        \"hawkish\",\n        \"hawklike\",\n        \"hawknose\",\n        \"hawks\",\n        \"hawksbill\",\n        \"hawkshaws\",\n        \"hawm\",\n        \"kite\",\n        \"morions\",\n        \"pistle\",\n        \"pistol\",\n        \"pistolgram\",\n        \"pistolgraph\",\n        \"pistoling\",\n        \"pistols\",\n        \"postil\",\n        \"rifleproof\",\n        \"shotgun\",\n        \"shotguns\",\n        \"thug\",\n        \"tribades\",\n        \"unarms\"\n    ],\n    \"uchenna\": [\n        \"azonal\",\n        \"tinsellike\"\n    ],\n    \"azonik\": [\n        \"azonic\"\n    ],\n    \"azon\": [\n        \"azons\"\n    ],\n    \"azụrụ\": [\n        \"azoted\",\n        \"ovulated\"\n    ],\n    \"azotemik\": [\n        \"azotemic\"\n    ],\n    \"azot\": [\n        \"azotes\",\n        \"azoths\"\n    ],\n    \"azọt\": [\n        \"azoth\"\n    ],\n    \"azotionium\": [\n        \"azothionium\"\n    ],\n    \"azotiz\": [\n        \"azotize\"\n    ],\n    \"azotometa\": [\n        \"azotometer\"\n    ],\n    \"azrel\": [\n        \"azrael\"\n    ],\n    \"aztek\": [\n        \"aztec\",\n        \"aztecs\"\n    ],\n    \"azure\": [\n        \"azurean\",\n        \"azured\"\n    ],\n    \"azureus\": [\n        \"azureous\"\n    ],\n    \"azali\": [\n        \"azurite\"\n    ],\n    \"ahapụ\": [\n        \"baaing\",\n        \"forsado\",\n        \"forswears\",\n        \"leaver\"\n    ],\n    \"onye baalist\": [\n        \"baalist\"\n    ],\n    \"baal\": [\n        \"baals\"\n    ],\n    \"unyi\": [\n        \"babbage\",\n        \"charco\",\n        \"charcoal\",\n        \"charcoaly\",\n        \"charcoals\",\n        \"coal\",\n        \"coiny\",\n        \"crap\",\n        \"dangered\",\n        \"defile\",\n        \"diriment\",\n        \"dirt\",\n        \"dirty\",\n        \"dirtied\",\n        \"dirtier\",\n        \"dirtily\",\n        \"dirtiness\",\n        \"dirtplate\",\n        \"dreggish\",\n        \"filth\",\n        \"filthless\",\n        \"sloppily\",\n        \"stainability\",\n        \"stainful\",\n        \"unbarrel\",\n        \"unbrailed\",\n        \"uncool\",\n        \"uncram\",\n        \"unkempt\",\n        \"unkent\",\n        \"unkept\",\n        \"unshent\",\n        \"unshirred\",\n        \"unshod\",\n        \"unspringing\"\n    ],\n    \"babby\": [\n        \"babbie\"\n    ],\n    \"na-emekpa ihu\": [\n        \"babbitting\"\n    ],\n    \"mgbogho\": [\n        \"babbittry\"\n    ],\n    \"gbarụọ\": [\n        \"babbled\",\n        \"bejumbles\",\n        \"chastised\",\n        \"decarnated\",\n        \"defeminised\",\n        \"depleted\",\n        \"dozened\",\n        \"gurgled\",\n        \"incornished\",\n        \"languaged\",\n        \"langued\",\n        \"outwarbled\",\n        \"scambled\",\n        \"scragged\",\n        \"scrambled\",\n        \"smother\",\n        \"thairm\",\n        \"twanged\"\n    ],\n    \"ndị na-anụ ihe\": [\n        \"babblers\",\n        \"cacklers\",\n        \"hearers\",\n        \"rakers\"\n    ],\n    \"n'ebube\": [\n        \"babbly\",\n        \"gorgeously\",\n        \"gracefully\",\n        \"phenomenalistically\",\n        \"pompously\",\n        \"presidially\",\n        \"signors\"\n    ],\n    \"ịkpa anya\": [\n        \"babblish\",\n        \"rusticness\"\n    ],\n    \"n'ịgbasi ike\": [\n        \"babblishly\"\n    ],\n    \"umuaka\": [\n        \"babehood\",\n        \"babyhood\",\n        \"babyhoods\",\n        \"babools\",\n        \"babuls\",\n        \"brainchildren\",\n        \"childbeds\",\n        \"childcrowing\",\n        \"childkind\",\n        \"coracles\",\n        \"cubs\",\n        \"dayboy\",\n        \"dolmen\",\n        \"emborders\",\n        \"eruciform\",\n        \"fisherboy\",\n        \"fleeches\",\n        \"foists\",\n        \"forebays\",\n        \"hubbubs\",\n        \"infancies\",\n        \"infanticides\",\n        \"infantlike\",\n        \"juniors\",\n        \"junkers\",\n        \"juveniles\",\n        \"kidhood\",\n        \"kitlings\",\n        \"laciness\",\n        \"lacinesses\",\n        \"ladronism\",\n        \"ladrons\",\n        \"lairy\",\n        \"lambencies\",\n        \"languors\",\n        \"lowboys\",\n        \"minors\",\n        \"outbreeds\",\n        \"outprays\",\n        \"outreasoning\",\n        \"pageboys\",\n        \"pidgins\",\n        \"posterity\",\n        \"prenatalist\",\n        \"puisnes\",\n        \"todd\",\n        \"toddies\",\n        \"twiddlers\",\n        \"wheeps\"\n    ],\n    \"bebel\": [\n        \"babel\"\n    ],\n    \"megharia\": [\n        \"babelize\",\n        \"convulse\",\n        \"countercry\",\n        \"counterenamel\",\n        \"counterengine\",\n        \"countermove\",\n        \"counterprove\",\n        \"counterreform\",\n        \"counterretreat\",\n        \"counterroll\",\n        \"counterscalloped\",\n        \"countersign\",\n        \"countersink\",\n        \"countersunk\",\n        \"infernalize\",\n        \"interlight\",\n        \"intermet\",\n        \"interpenetrate\",\n        \"mastigate\",\n        \"metamerize\",\n        \"mitigate\",\n        \"motionable\",\n        \"motional\",\n        \"reaccelerate\",\n        \"reaccelerated\",\n        \"reaccomplish\",\n        \"reactualize\",\n        \"rearmed\",\n        \"rearray\",\n        \"rearrange\",\n        \"rearrive\",\n        \"reassay\",\n        \"reassume\",\n        \"reave\",\n        \"rebills\",\n        \"rebloom\",\n        \"rebottle\",\n        \"recast\",\n        \"recaster\",\n        \"reclear\",\n        \"recodify\",\n        \"reconcentrate\",\n        \"recondole\",\n        \"reconsecrate\",\n        \"reconvenire\",\n        \"reconverge\",\n        \"reconvoke\",\n        \"recorrupt\",\n        \"recrystallize\",\n        \"recurve\",\n        \"redecrease\",\n        \"redeprive\",\n        \"redesignate\",\n        \"redeveloped\",\n        \"redissolve\",\n        \"redive\",\n        \"redoes\",\n        \"redolent\",\n        \"redounds\",\n        \"redrew\",\n        \"redrove\",\n        \"reemphasize\",\n        \"reenacts\",\n        \"reenergize\",\n        \"reenforce\",\n        \"reengraved\",\n        \"reenjoy\",\n        \"reeshle\",\n        \"reevacuate\",\n        \"reexcavate\",\n        \"refashioning\",\n        \"refasten\",\n        \"refel\",\n        \"refell\",\n        \"refitting\",\n        \"reflash\",\n        \"reflow\",\n        \"reflower\",\n        \"reflown\",\n        \"refold\",\n        \"refortify\",\n        \"reframe\",\n        \"refroid\",\n        \"regalize\",\n        \"reglaze\",\n        \"reglorify\",\n        \"rehair\",\n        \"rehaul\",\n        \"reheal\",\n        \"rehear\",\n        \"reheard\",\n        \"rehearse\",\n        \"rehearsed\",\n        \"rehearser\",\n        \"rehearten\",\n        \"reheat\",\n        \"reheighten\",\n        \"rehybridize\",\n        \"reilluminate\",\n        \"reillustrate\",\n        \"reinform\",\n        \"reintegrate\",\n        \"reinterrupt\",\n        \"reinvestigate\",\n        \"reinvigorate\",\n        \"rejustify\",\n        \"relamp\",\n        \"relight\",\n        \"relumes\",\n        \"remagnetize\",\n        \"remagnify\",\n        \"remagnified\",\n        \"remigrate\",\n        \"remill\",\n        \"remise\",\n        \"remised\",\n        \"renealmia\",\n        \"renecessitate\",\n        \"renormalize\",\n        \"renormalized\",\n        \"renovare\",\n        \"renovates\",\n        \"renove\",\n        \"renovel\",\n        \"reobserve\",\n        \"reorchestrate\",\n        \"repast\",\n        \"repasting\",\n        \"repellant\",\n        \"repenalize\",\n        \"repew\",\n        \"replead\",\n        \"repleader\",\n        \"replow\",\n        \"repower\",\n        \"repraise\",\n        \"reprogrammed\",\n        \"rerival\",\n        \"rerow\",\n        \"resecate\",\n        \"resecretion\",\n        \"resect\",\n        \"resecure\",\n        \"resecuring\",\n        \"reseeding\",\n        \"reseen\",\n        \"reseizes\",\n        \"resensitizing\",\n        \"reseparate\",\n        \"reserate\",\n        \"resettle\",\n        \"reshave\",\n        \"reshear\",\n        \"resheathe\",\n        \"reshowed\",\n        \"respecify\",\n        \"restandardize\",\n        \"resulfurize\",\n        \"reswear\",\n        \"resweeten\",\n        \"rethrive\",\n        \"revacate\",\n        \"revacated\",\n        \"revaporize\",\n        \"revaporized\",\n        \"revigorate\",\n        \"reviolate\",\n        \"reviolated\",\n        \"revisualize\",\n        \"revolatilize\",\n        \"revulse\",\n        \"rewear\",\n        \"rewiden\",\n        \"rheumatize\",\n        \"rheumed\",\n        \"rondo\",\n        \"rostrulate\",\n        \"rottle\",\n        \"servilize\",\n        \"subnect\",\n        \"sway\",\n        \"transmogrify\",\n        \"twinged\",\n        \"uncreosoted\",\n        \"underrealize\",\n        \"underthaw\",\n        \"undone\",\n        \"univalve\",\n        \"unmoralize\",\n        \"unold\",\n        \"unrevelationize\",\n        \"unviolate\"\n    ],\n    \"ụmụ ọhụrụ\": [\n        \"babes\",\n        \"babies\",\n        \"infans\",\n        \"infantes\",\n        \"infants\"\n    ],\n    \"nwa ọhụrụ\": [\n        \"babyfied\",\n        \"babyishly\",\n        \"infant\",\n        \"infestant\"\n    ],\n    \"ụlọ obibi\": [\n        \"babyhouse\",\n        \"beadhouses\",\n        \"boardinghouse\",\n        \"boardinghouses\",\n        \"cystospore\",\n        \"conditorium\",\n        \"cottages\",\n        \"draughthouse\",\n        \"ferryhouse\",\n        \"homebuilding\",\n        \"homefolks\",\n        \"homeoidal\",\n        \"homeopolar\",\n        \"homeotherm\",\n        \"homeothermal\",\n        \"homeotic\",\n        \"homesteads\",\n        \"inn\",\n        \"lodgements\",\n        \"lodgerdom\",\n        \"lodginghouse\",\n        \"madhouses\",\n        \"roughhoused\",\n        \"roughhouses\"\n    ],\n    \"na-amụ anya\": [\n        \"babying\",\n        \"beraking\",\n        \"previgilance\",\n        \"unsighing\",\n        \"wakeful\",\n        \"wakingly\"\n    ],\n    \"bie nwa\": [\n        \"babyish\"\n    ],\n    \"dị ka nwa ọhụrụ\": [\n        \"babylike\"\n    ],\n    \"Babylon\": [\n        \"babylon\"\n    ],\n    \"Babylonian\": [\n        \"babylonian\"\n    ],\n    \"Ndị Babịlọn\": [\n        \"babylonians\"\n    ],\n    \"nwa bekee\": [\n        \"babylonic\",\n        \"babylonish\",\n        \"puccoon\"\n    ],\n    \"mmebe iwu\": [\n        \"babylonism\",\n        \"deacidifying\",\n        \"deodorisation\",\n        \"lawrencite\",\n        \"legalistic\",\n        \"legislating\",\n        \"legislativ\",\n        \"legislative\",\n        \"legislatively\",\n        \"legislatorial\",\n        \"legislatorially\",\n        \"outdevil\",\n        \"outrager\",\n        \"parliamentarization\",\n        \"unlegislatively\",\n        \"violmaking\"\n    ],\n    \"Babylonite\": [\n        \"babylonite\"\n    ],\n    \"bieze\": [\n        \"babylonize\"\n    ],\n    \"ezegbaka\": [\n        \"babingtonite\",\n        \"gibbartas\",\n        \"gibbose\"\n    ],\n    \"mbayolatry\": [\n        \"babyolatry\"\n    ],\n    \"babine\": [\n        \"babion\"\n    ],\n    \"babirusa\": [\n        \"babirousa\",\n        \"babirussa\"\n    ],\n    \"rikpuru\": [\n        \"babished\",\n        \"begulfed\",\n        \"buccanned\",\n        \"catfaced\",\n        \"gimped\",\n        \"gnabble\",\n        \"gulped\",\n        \"ingulfed\",\n        \"knapped\",\n        \"overmultiplied\",\n        \"overpromised\",\n        \"ranivorous\",\n        \"trounced\",\n        \"wormholed\"\n    ],\n    \"Nlekọta nwa\": [\n        \"babyship\",\n        \"babysitting\"\n    ],\n    \"ysmụaka\": [\n        \"babysit\"\n    ],\n    \"onye na-elekọta nwa\": [\n        \"babysitter\"\n    ],\n    \"ebighi ebi\": [\n        \"babism\",\n        \"cnidosis\",\n        \"eterminable\",\n        \"eternal\",\n        \"eternalise\",\n        \"eternalised\",\n        \"eternalism\",\n        \"eternalist\",\n        \"eternality\",\n        \"eternalization\",\n        \"eternalized\",\n        \"eternalizing\",\n        \"eternalness\",\n        \"eternals\",\n        \"eternisation\",\n        \"eternised\",\n        \"eternish\",\n        \"eternising\",\n        \"eternization\",\n        \"eudaemonism\",\n        \"eurytopicity\",\n        \"everlasting\",\n        \"everlastingness\",\n        \"immobilisation\",\n        \"immodish\",\n        \"immound\",\n        \"immovableness\",\n        \"immoveability\",\n        \"immutability\",\n        \"immutableness\",\n        \"indebitatus\",\n        \"indefinite\",\n        \"indefinity\",\n        \"indefinitiveness\",\n        \"indevirginate\",\n        \"infinitesimals\",\n        \"inunct\",\n        \"noncircumspectness\",\n        \"noneternity\",\n        \"nonhabitableness\",\n        \"nonhabitualness\",\n        \"noninhabitability\",\n        \"noninhabitant\",\n        \"nunnishness\",\n        \"outdreamt\",\n        \"perimeterless\",\n        \"perpetrable\",\n        \"perpetual\",\n        \"perpetuality\",\n        \"sordidness\",\n        \"unbated\",\n        \"unbrittness\",\n        \"uncircuitousness\",\n        \"uncircumscript\",\n        \"uncircumspectness\",\n        \"uncircumstanced\",\n        \"uncircumvented\",\n        \"uncivilness\",\n        \"unhabit\",\n        \"unhabitability\",\n        \"unhabitable\",\n        \"unhabitableness\",\n        \"unhabited\",\n        \"unhabitual\",\n        \"unhabituate\",\n        \"unhabituated\",\n        \"unhabituatedness\",\n        \"uninhabitability\",\n        \"uninhabitableness\",\n        \"uninhabited\",\n        \"uninhabitedness\",\n        \"univalvate\",\n        \"unlasting\",\n        \"unliveably\",\n        \"unmigrant\",\n        \"unnative\",\n        \"unresidential\",\n        \"unventurousness\"\n    ],\n    \"zigara\": [\n        \"bable\",\n        \"conveyed\",\n        \"dispensatrix\",\n        \"enmuffle\",\n        \"extradicted\",\n        \"extradited\",\n        \"fetted\",\n        \"forwarded\",\n        \"forwardest\",\n        \"mailed\",\n        \"mailes\",\n        \"nonentailed\",\n        \"oversigned\",\n        \"portended\",\n        \"postable\",\n        \"postally\",\n        \"posteen\",\n        \"postingly\",\n        \"postulate\",\n        \"postulates\",\n        \"postulating\",\n        \"posturing\",\n        \"prosected\",\n        \"reattired\",\n        \"referrable\",\n        \"refertilizable\",\n        \"refertilized\",\n        \"relevy\",\n        \"sentential\",\n        \"sententially\",\n        \"sententious\",\n        \"sentineled\",\n        \"sentried\",\n        \"unreferred\",\n        \"wotted\"\n    ],\n    \"babọlụ\": [\n        \"babool\"\n    ],\n    \"adaka\": [\n        \"baboon\",\n        \"baboot\",\n        \"triphenyl\"\n    ],\n    \"nwayi\": [\n        \"baboonish\",\n        \"monadal\"\n    ],\n    \"nwainwu\": [\n        \"baboonroot\"\n    ],\n    \"umu adaka\": [\n        \"baboons\"\n    ],\n    \"nnwuru\": [\n        \"babouche\"\n    ],\n    \"onyenze\": [\n        \"babouvist\",\n        \"beghard\",\n        \"bellowsman\",\n        \"bossier\",\n        \"castorite\",\n        \"chenet\",\n        \"cicatrizant\",\n        \"copaliferous\",\n        \"ditchdigger\",\n        \"escamoteur\",\n        \"hackman\",\n        \"hackmen\",\n        \"heathrman\",\n        \"hebdomarian\",\n        \"juxtalittoral\",\n        \"marrowskyer\",\n        \"megamastictoral\",\n        \"nabobess\",\n        \"nongymnast\",\n        \"osteectopy\",\n        \"pyodermic\",\n        \"platycephaly\",\n        \"platycyrtean\",\n        \"pointilliste\",\n        \"pourparler\",\n        \"roystonea\",\n        \"sheminith\",\n        \"sophists\",\n        \"tashnagist\",\n        \"tellurian\",\n        \"telluric\",\n        \"triphaser\",\n        \"tzaristic\",\n        \"vitellarian\"\n    ],\n    \"babraktọ\": [\n        \"babracot\"\n    ],\n    \"akwa nwa\": [\n        \"babroot\",\n        \"bedspring\",\n        \"cotty\",\n        \"whortle\"\n    ],\n    \"enweghị ebe obibi\": [\n        \"babuism\",\n        \"hiveless\",\n        \"homeless\",\n        \"homelessly\",\n        \"homelessness\",\n        \"houselessness\",\n        \"incommodation\",\n        \"museless\",\n        \"muselessness\",\n        \"nonborrowing\",\n        \"nonelopement\",\n        \"nonhabitation\",\n        \"noninhabitance\",\n        \"noninhabitancy\",\n        \"noninhabitancies\",\n        \"noniridescence\",\n        \"nonirritancy\",\n        \"nonplantowning\",\n        \"nonresidency\",\n        \"nonsedentary\",\n        \"nonsettlement\",\n        \"nonvacuousness\",\n        \"shelterless\",\n        \"shelterlessness\",\n        \"tavernless\",\n        \"tenantless\",\n        \"uncloistral\",\n        \"unhabitually\",\n        \"unhoused\",\n        \"unlocative\",\n        \"unmedicinable\",\n        \"untithability\",\n        \"unvacuous\",\n        \"unvainness\",\n        \"unvituperated\",\n        \"villaless\"\n    ],\n    \"bokoo\": [\n        \"bacao\"\n    ],\n    \"nlekọta ahụike\": [\n        \"baccare\",\n        \"healthcare\",\n        \"ricercare\"\n    ],\n    \"akwadoro\": [\n        \"baccated\",\n        \"contingent\",\n        \"discommendably\",\n        \"endorsed\",\n        \"espoused\",\n        \"grantedly\",\n        \"preapproved\",\n        \"precommuned\",\n        \"preplotted\",\n        \"preproved\",\n        \"procommunal\",\n        \"sanctioned\",\n        \"subcommended\",\n        \"subsidized\",\n        \"unaccommodable\",\n        \"uncommendatory\",\n        \"unproctored\",\n        \"voucherable\"\n    ],\n    \"na-akwadoghị\": [\n        \"bacchanalianly\",\n        \"illegalising\",\n        \"illegalizing\",\n        \"illegitimating\",\n        \"illegitimatised\",\n        \"illegitimatizing\",\n        \"inauthoritative\",\n        \"lithodomous\",\n        \"nonabortively\",\n        \"nonallegorically\",\n        \"noncommodiously\",\n        \"nonconditional\",\n        \"nonconsolingly\",\n        \"nonconsorting\",\n        \"nonperpendicularly\",\n        \"nonsequaciously\",\n        \"nonsuppositionally\",\n        \"supportlessly\",\n        \"unaccommodating\",\n        \"unaccommodatingly\",\n        \"unallegedly\",\n        \"unanatomised\",\n        \"unbanned\",\n        \"unbased\",\n        \"unbowdlerized\",\n        \"unchronicled\",\n        \"uncomplementally\",\n        \"unconservatively\",\n        \"unconsultatory\",\n        \"uncorrelatively\",\n        \"underbidding\",\n        \"unhospitalized\",\n        \"unicornuted\",\n        \"unimposedly\",\n        \"unlawfully\",\n        \"unlawly\",\n        \"unmorbidly\",\n        \"unpatronizingly\",\n        \"unprostituted\",\n        \"unprovidedly\",\n        \"unscabbarded\",\n        \"unscorned\",\n        \"unscreened\",\n        \"unsiccated\",\n        \"unsickered\",\n        \"unsymphoniously\",\n        \"unsynthesized\",\n        \"unsoporiferously\",\n        \"unsordidly\",\n        \"unspiritualize\",\n        \"unsponsored\",\n        \"unsportive\",\n        \"unsportively\",\n        \"unsupposed\",\n        \"unwidowed\"\n    ],\n    \"azụ ahịa\": [\n        \"bacchant\"\n    ],\n    \"azumahia\": [\n        \"bacchantes\",\n        \"stemmeries\",\n        \"stempel\"\n    ],\n    \"ihe azu\": [\n        \"bacchants\"\n    ],\n    \"bachian\": [\n        \"bacchian\"\n    ],\n    \"bachika\": [\n        \"bacchic\"\n    ],\n    \"bachii\": [\n        \"bacchii\"\n    ],\n    \"sie\": [\n        \"bached\",\n        \"bakal\",\n        \"besaiel\",\n        \"boiled\",\n        \"broiled\",\n        \"bunched\",\n        \"bunkered\",\n        \"seethe\",\n        \"seethed\",\n        \"seether\",\n        \"seethes\"\n    ],\n    \"okokporo\": [\n        \"bachelor\",\n        \"bachelorize\",\n        \"bachelorly\",\n        \"bachelors\",\n        \"hask\"\n    ],\n    \"okokporo dị ka\": [\n        \"bachelorlike\"\n    ],\n    \"ịkụ azụ\": [\n        \"baching\",\n        \"cultivar\",\n        \"fifing\",\n        \"fiscalizing\",\n        \"fischerite\",\n        \"fisheress\",\n        \"fishery\",\n        \"fishiness\",\n        \"fishing\",\n        \"fishingly\",\n        \"fishings\",\n        \"fishling\",\n        \"fishtailing\",\n        \"fissipalmation\",\n        \"fissiparism\",\n        \"fissiparity\",\n        \"overfishing\",\n        \"pigmaking\"\n    ],\n    \"mbido azụ\": [\n        \"bacilliculture\"\n    ],\n    \"amụrụ ihe\": [\n        \"bacilliparous\",\n        \"butteryfingered\",\n        \"iatrical\"\n    ],\n    \"bachare\": [\n        \"backare\"\n    ],\n    \"azụ Àkụ áká\": [\n        \"backarrow\"\n    ],\n    \"azụ akụ\": [\n        \"backarrows\"\n    ],\n    \"Azụ azụ\": [\n        \"backbar\",\n        \"backshish\",\n        \"backsides\",\n        \"backslapper\",\n        \"backslappers\",\n        \"backslaps\",\n        \"backslashes\",\n        \"backster\",\n        \"dolphinfishes\",\n        \"fishberries\",\n        \"fishweir\"\n    ],\n    \"na-azụ azụ\": [\n        \"backbearing\",\n        \"catfishes\",\n        \"fissiparously\",\n        \"hesperidate\"\n    ],\n    \"ndị azụ azụ\": [\n        \"backbiters\"\n    ],\n    \"azu azu azu\": [\n        \"backblow\",\n        \"backstamp\"\n    ],\n    \"ọkpụkpụ azụ\": [\n        \"backbone\",\n        \"backbones\",\n        \"fishbone\",\n        \"fishbones\",\n        \"rattlebones\",\n        \"spial\",\n        \"spina\",\n        \"spinae\",\n        \"spinage\",\n        \"spinal\",\n        \"spinales\",\n        \"spinalis\",\n        \"spinals\",\n        \"spine\",\n        \"spinebill\",\n        \"spinebone\",\n        \"spinelet\"\n    ],\n    \"enweghị ọkpụkpụ\": [\n        \"backboneless\",\n        \"bonelessness\",\n        \"skeletonless\"\n    ],\n    \"ọkpụkpụ azụ dị ala\": [\n        \"backbonelessness\"\n    ],\n    \"azụ okpu\": [\n        \"backcap\"\n    ],\n    \"akwa akwa\": [\n        \"backcloth\",\n        \"bedaff\",\n        \"bedcap\",\n        \"bedcase\",\n        \"bedclothes\",\n        \"bedclothing\",\n        \"bedels\",\n        \"bedgery\",\n        \"bedgoer\",\n        \"bedirt\",\n        \"bedoctor\",\n        \"bedquilt\",\n        \"bedral\",\n        \"bedrape\",\n        \"bedrel\",\n        \"bedrizzle\",\n        \"bedrock\",\n        \"bedrocks\",\n        \"bedrown\",\n        \"bedsheets\",\n        \"bedstaff\",\n        \"bedstraws\",\n        \"bridgemaking\",\n        \"bridgeway\",\n        \"bridgewall\",\n        \"buckskin\",\n        \"carecloth\",\n        \"cerecloth\",\n        \"cerecloths\",\n        \"clothesbrush\",\n        \"clothesyard\",\n        \"clothesline\",\n        \"clotheslines\",\n        \"clothespins\",\n        \"clothespress\",\n        \"clothespresses\",\n        \"couchant\",\n        \"couvade\",\n        \"craterkin\",\n        \"dishclout\",\n        \"dressline\",\n        \"eelskin\",\n        \"eggbeaters\",\n        \"fabricatress\",\n        \"gillnet\",\n        \"greatcoats\",\n        \"yarovization\",\n        \"knurry\",\n        \"lacemaker\",\n        \"lainage\",\n        \"lamentability\",\n        \"lamentable\",\n        \"lamenter\",\n        \"lamentive\",\n        \"launderette\",\n        \"linet\",\n        \"linquish\",\n        \"linseys\",\n        \"linus\",\n        \"loinclothes\",\n        \"mainswear\",\n        \"seedcase\",\n        \"supercloth\",\n        \"tearcat\",\n        \"teargas\",\n        \"teargases\",\n        \"teargasses\",\n        \"tearjerkers\",\n        \"tearpit\",\n        \"tearproof\",\n        \"unrobe\",\n        \"washcloth\"\n    ],\n    \"okpu ojii\": [\n        \"backcomb\",\n        \"blackband\",\n        \"blackbirder\",\n        \"blackheads\",\n        \"blackpot\"\n    ],\n    \"nwoke azu\": [\n        \"backcourtman\"\n    ],\n    \"ụzọ azụ\": [\n        \"backdoor\"\n    ],\n    \"laa azụ\": [\n        \"backdown\",\n        \"recede\",\n        \"receded\",\n        \"renverse\",\n        \"retardate\",\n        \"retardates\",\n        \"retarded\",\n        \"withdrew\"\n    ],\n    \"Akwadoo\": [\n        \"backed\"\n    ],\n    \"gbaa azu\": [\n        \"backen\",\n        \"backened\"\n    ],\n    \"Azụ\": [\n        \"backer\",\n        \"backrushes\",\n        \"backs\",\n        \"backslap\",\n        \"backswording\",\n        \"flits\"\n    ],\n    \"ndị na-akwado ya\": [\n        \"backers\",\n        \"succorers\",\n        \"upholders\"\n    ],\n    \"kụrụ azụ\": [\n        \"backfired\"\n    ],\n    \"nlọghachi azụ\": [\n        \"backflow\",\n        \"backwardness\",\n        \"postincarnation\",\n        \"reallusion\",\n        \"rearbitration\",\n        \"rearresting\",\n        \"rebeginning\",\n        \"reboundingness\",\n        \"recalcitration\",\n        \"recolonisation\",\n        \"recoloration\",\n        \"recursiveness\",\n        \"recusal\",\n        \"regression\",\n        \"reimpatriation\",\n        \"reincarnating\",\n        \"reincarnationist\",\n        \"reincarnationists\",\n        \"reincarnations\",\n        \"reincidency\",\n        \"reinclination\",\n        \"reincorporated\",\n        \"reincorporating\",\n        \"reincorporation\",\n        \"reincrudation\",\n        \"reincurred\",\n        \"reintercession\",\n        \"relapseproof\",\n        \"reoccurrences\",\n        \"retardance\",\n        \"retardation\",\n        \"retardence\",\n        \"retardment\",\n        \"retentivity\",\n        \"retheness\",\n        \"retreatingness\",\n        \"retreatism\",\n        \"retreatment\",\n        \"retroactivity\",\n        \"retrocedence\",\n        \"retroclusion\",\n        \"retroconsciousness\",\n        \"retroflexion\",\n        \"retroinsular\",\n        \"retrojection\",\n        \"retrolocation\",\n        \"retropulsion\",\n        \"retrospect\",\n        \"retrospective\",\n        \"retrospectively\",\n        \"retrospectiveness\",\n        \"retrospectives\",\n        \"retrospectivity\",\n        \"retrosusception\",\n        \"retumescence\",\n        \"returnability\",\n        \"reutterance\"\n    ],\n    \"laghachi azụ\": [\n        \"backflowing\",\n        \"backslidden\",\n        \"comebacks\",\n        \"goback\",\n        \"regress\",\n        \"retards\",\n        \"retreatant\",\n        \"retreated\",\n        \"retreater\",\n        \"retreatist\",\n        \"retreative\",\n        \"returnlessly\"\n    ],\n    \"azụ egwuregwu\": [\n        \"backgame\"\n    ],\n    \"azu haziri\": [\n        \"backgeared\"\n    ],\n    \"ndabere\": [\n        \"background\",\n        \"backup\",\n        \"basculation\",\n        \"basis\",\n        \"basiscopic\",\n        \"basisidia\",\n        \"dependance\",\n        \"dependancy\",\n        \"dependence\",\n        \"dependency\",\n        \"dfault\",\n        \"forefault\",\n        \"forfault\",\n        \"interfault\",\n        \"presolicit\",\n        \"prodefault\",\n        \"redefault\",\n        \"reindependence\",\n        \"relicary\",\n        \"reliquaire\",\n        \"reliquary\",\n        \"reliquaries\",\n        \"reliquiae\",\n        \"reliquian\",\n        \"spyfault\"\n    ],\n    \"nzụlite\": [\n        \"backgrounds\",\n        \"upbring\",\n        \"upbringing\"\n    ],\n    \"ịkwado azụ\": [\n        \"backhauling\"\n    ],\n    \"ụlọ azụ\": [\n        \"backhouse\",\n        \"backhouses\",\n        \"fishhouse\"\n    ],\n    \"n'azụ ụlọ\": [\n        \"backyards\"\n    ],\n    \"azụ ala\": [\n        \"backland\"\n    ],\n    \"ala azu\": [\n        \"backlands\"\n    ],\n    \"backlighting\": [\n        \"backliding\"\n    ],\n    \"backlinks\": [\n        \"backlings\",\n        \"backlins\"\n    ],\n    \"ndeghari\": [\n        \"backlists\",\n        \"proofreaders\",\n        \"reclamations\",\n        \"revisionists\"\n    ],\n    \"azu paaki\": [\n        \"backpack\",\n        \"backpacked\",\n        \"backpacker\",\n        \"backpacking\",\n        \"backpacks\",\n        \"backplate\",\n        \"backtack\"\n    ],\n    \"ndị azu azu\": [\n        \"backpackers\"\n    ],\n    \"Azụla azụ\": [\n        \"backslapped\"\n    ],\n    \"Ndaghachi azụ\": [\n        \"backslapping\",\n        \"backslides\"\n    ],\n    \"laa azu\": [\n        \"backslide\",\n        \"backslided\",\n        \"backsliding\",\n        \"everse\",\n        \"retard\",\n        \"retrad\",\n        \"reverse\"\n    ],\n    \"ndi naghachi azu\": [\n        \"backsliders\"\n    ],\n    \"nloghachi azụ\": [\n        \"backslidingness\"\n    ],\n    \"nchekwa azụ\": [\n        \"backspacefile\"\n    ],\n    \"Onye nkwado\": [\n        \"backspierer\",\n        \"borsholder\",\n        \"consistorian\",\n        \"eslisor\"\n    ],\n    \"Akara azụ\": [\n        \"backstroked\"\n    ],\n    \"Okwu azu azu\": [\n        \"backsword\"\n    ],\n    \"ndị na-akwado azụ\": [\n        \"backswordmen\"\n    ],\n    \"ndị na-azụ azụ\": [\n        \"backtrackers\",\n        \"cradlers\",\n        \"faineants\",\n        \"fishwives\",\n        \"nonfishermen\"\n    ],\n    \"nkwado ndabere na mpaghara\": [\n        \"backups\"\n    ],\n    \"Akwukwu\": [\n        \"backwoodser\",\n        \"bolshevikian\",\n        \"prairieweed\",\n        \"qts\",\n        \"quadrijugal\",\n        \"quadriti\",\n        \"quirkish\",\n        \"retrolingual\"\n    ],\n    \"backwoodsman\": [\n        \"backwoodsmen\"\n    ],\n    \"baklava\": [\n        \"baclava\"\n    ],\n    \"anụ ezi\": [\n        \"bacon\",\n        \"baconer\",\n        \"bacony\",\n        \"baconian\",\n        \"baconism\",\n        \"baconize\",\n        \"bacons\",\n        \"morepork\",\n        \"pork\",\n        \"porkery\",\n        \"porket\",\n        \"porkfishes\",\n        \"porky\",\n        \"porkies\",\n        \"porkish\",\n        \"porkolt\",\n        \"porks\"\n    ],\n    \"anụ ahụ\": [\n        \"baconic\",\n        \"baculine\",\n        \"boarfishes\",\n        \"boarskin\",\n        \"bogier\",\n        \"bonnyish\",\n        \"bonnily\",\n        \"cannaceous\",\n        \"carcinogen\",\n        \"carcinology\",\n        \"carnalism\",\n        \"carnalities\",\n        \"carnalized\",\n        \"carneous\",\n        \"disflesh\",\n        \"earthkin\",\n        \"enflesh\",\n        \"eugenesic\",\n        \"eugenesis\",\n        \"euthyneurous\",\n        \"fissural\",\n        \"flesh\",\n        \"fleshhood\",\n        \"fleshhook\",\n        \"fleshier\",\n        \"fleshiest\",\n        \"fleshiness\",\n        \"fleshings\",\n        \"fleshless\",\n        \"fleshly\",\n        \"fleshlier\",\n        \"fleshliest\",\n        \"fleshlike\",\n        \"fleshlily\",\n        \"fleshliness\",\n        \"fleshling\",\n        \"fleshment\",\n        \"fleshpot\",\n        \"fleshquake\",\n        \"hebraic\",\n        \"homuncular\",\n        \"inflesh\",\n        \"iridosmine\",\n        \"larbolins\",\n        \"larrigan\",\n        \"meatball\",\n        \"nonanimal\",\n        \"parflesh\",\n        \"physes\",\n        \"physicality\",\n        \"physicalities\",\n        \"physicalness\",\n        \"physicals\",\n        \"physicks\",\n        \"semblant\",\n        \"sensual\",\n        \"sensualism\",\n        \"sensualistic\",\n        \"tenomyotomy\",\n        \"tenontotomy\",\n        \"tenotomy\",\n        \"tenotomies\",\n        \"tissual\",\n        \"tissue\",\n        \"tissued\",\n        \"tissuey\",\n        \"tissueless\",\n        \"tissues\",\n        \"unconsular\",\n        \"unflesh\",\n        \"unfleshy\",\n        \"unfleshliness\",\n        \"vegas\"\n    ],\n    \"onye baconist\": [\n        \"baconist\"\n    ],\n    \"anụ ụlọ\": [\n        \"bacquet\",\n        \"barbiturates\",\n        \"bearcats\",\n        \"bevatrons\",\n        \"cattlebush\",\n        \"domesticable\",\n        \"domesticate\",\n        \"domesticating\",\n        \"domestication\",\n        \"domesticative\",\n        \"domesticize\",\n        \"eudendrium\",\n        \"eulogiums\",\n        \"housebug\",\n        \"largos\",\n        \"larks\",\n        \"livestock\"\n    ],\n    \"nje bacteria\": [\n        \"bacteriaemia\",\n        \"bacteriosolvent\",\n        \"bacteriotrypsin\",\n        \"bacteritic\",\n        \"bacterize\"\n    ],\n    \"na-egbu nje\": [\n        \"bactericidal\",\n        \"bactericide\",\n        \"viricidal\"\n    ],\n    \"site n'ọrịa\": [\n        \"bactericidally\",\n        \"bacteriologically\",\n        \"bacterioscopically\"\n    ],\n    \"ihe na-egbu nje\": [\n        \"bactericides\"\n    ],\n    \"ọkà mmụta banyere ọrịa nje\": [\n        \"bacteriologist\"\n    ],\n    \"ndị ọkà mmụta banyere ọrịa nje\": [\n        \"bacteriologists\"\n    ],\n    \"bacteriohodopsin\": [\n        \"bacteriorhodopsin\"\n    ],\n    \"site na nje\": [\n        \"bacteriostatically\"\n    ],\n    \"bacteriotherapeutic na-agwọ ọrịa\": [\n        \"bacteriotherapeutic\"\n    ],\n    \"n'ihi na\": [\n        \"bacteriotropic\",\n        \"because\",\n        \"cogitatingly\",\n        \"countercause\",\n        \"dodgily\",\n        \"forfar\",\n        \"formose\",\n        \"hydrotechnical\",\n        \"ological\",\n        \"ovological\"\n    ],\n    \"na-eme ka nje\": [\n        \"bacterizing\"\n    ],\n    \"nwa nwoke\": [\n        \"bactrian\",\n        \"barboy\",\n        \"beachboy\",\n        \"boychicks\",\n        \"bootboy\",\n        \"busboy\",\n        \"callboy\",\n        \"cetus\",\n        \"coresonant\",\n        \"dollyman\",\n        \"doorboy\",\n        \"drogerman\",\n        \"girly\",\n        \"greenlandman\",\n        \"groomer\",\n        \"houseboy\",\n        \"houseboys\",\n        \"kidsman\",\n        \"kitman\",\n        \"lad\",\n        \"liftboy\",\n        \"lowboy\",\n        \"nephele\",\n        \"nepheline\",\n        \"nephelite\",\n        \"nephelium\",\n        \"nephesh\",\n        \"nephew\",\n        \"nephewship\",\n        \"pageboy\",\n        \"playboy\",\n        \"playmate\",\n        \"puerman\",\n        \"raddleman\",\n        \"shopboy\",\n        \"son\",\n        \"sonances\",\n        \"sonancy\",\n        \"sonant\",\n        \"sonantal\",\n        \"sonantic\",\n        \"sonarman\",\n        \"sonatine\",\n        \"sondeli\",\n        \"sonder\",\n        \"sones\",\n        \"sonhood\",\n        \"sonicating\",\n        \"sonicator\",\n        \"sonoric\",\n        \"sonority\",\n        \"sweetman\",\n        \"townsboy\",\n        \"trainboy\"\n    ],\n    \"bachelọ\": [\n        \"bacule\"\n    ],\n    \"bachauri\": [\n        \"bacury\"\n    ],\n    \"ọjọọ\": [\n        \"bad\",\n        \"badious\",\n        \"badness\",\n        \"deplorable\",\n        \"evilly\",\n        \"grimsire\",\n        \"malignified\",\n        \"malignity\",\n        \"malmaison\",\n        \"malunion\",\n        \"roughish\",\n        \"virulency\"\n    ],\n    \"ihe njo\": [\n        \"badder\"\n    ],\n    \"ndị ọjọọ\": [\n        \"baddies\",\n        \"villainies\",\n        \"villains\"\n    ],\n    \"baajị\": [\n        \"badge\",\n        \"badged\",\n        \"badger\",\n        \"badgering\",\n        \"badgers\",\n        \"badges\",\n        \"badging\"\n    ],\n    \"badg\": [\n        \"badgered\"\n    ],\n    \"onye ojoo\": [\n        \"badgerer\",\n        \"blandisher\",\n        \"evildoer\",\n        \"evilsayer\",\n        \"grimacier\",\n        \"malmier\",\n        \"misfortuner\",\n        \"soricident\",\n        \"villain\",\n        \"wickeder\",\n        \"wretcheder\"\n    ],\n    \"ihe ojukwu\": [\n        \"badgerlike\",\n        \"patesiate\"\n    ],\n    \"ewije\": [\n        \"badgerweed\"\n    ],\n    \"njọ\": [\n        \"badinaged\",\n        \"deteriorate\",\n        \"deteriorated\",\n        \"deteriorism\",\n        \"undeteriorated\",\n        \"worsement\",\n        \"worsen\",\n        \"worseness\",\n        \"worserment\",\n        \"worsle\",\n        \"worssett\",\n        \"worsted\",\n        \"worsteds\",\n        \"worsts\",\n        \"worsum\"\n    ],\n    \"ihe ọjọọ\": [\n        \"badinages\",\n        \"mischievous\",\n        \"mischievousness\",\n        \"repugnance\",\n        \"vangs\"\n    ],\n    \"na-eme ihe ọjọọ\": [\n        \"badinaging\",\n        \"miscreating\"\n    ],\n    \"ala nna\": [\n        \"badland\",\n        \"birthland\",\n        \"fatherlands\",\n        \"homeland\",\n        \"homelands\",\n        \"husbandland\",\n        \"motherland\",\n        \"motherlands\",\n        \"slaveland\"\n    ],\n    \"ala oma\": [\n        \"badlands\"\n    ],\n    \"merụsịrị\": [\n        \"badly\"\n    ],\n    \"nkwọcha\": [\n        \"badling\",\n        \"baldacchini\",\n        \"baldcrown\",\n        \"baldy\",\n        \"baldicoot\",\n        \"baldie\",\n        \"balding\",\n        \"baldling\",\n        \"baldnesses\",\n        \"baldpate\",\n        \"baldpated\",\n        \"baldpatedness\",\n        \"baldrib\",\n        \"baldric\",\n        \"baldrick\",\n        \"baldricked\",\n        \"baldricks\",\n        \"balds\"\n    ],\n    \"badnaam\": [\n        \"badman\"\n    ],\n    \"ndi ojoo\": [\n        \"badmen\",\n        \"blandishers\",\n        \"damnedest\"\n    ],\n    \"ndị badmouth\": [\n        \"badmouths\"\n    ],\n    \"ndi badrans\": [\n        \"badrans\"\n    ],\n    \"Bae\": [\n        \"bae\"\n    ],\n    \"ed\": [\n        \"baedeker\"\n    ],\n    \"na-akụda mmụọ\": [\n        \"baffing\",\n        \"demoralise\",\n        \"demoralising\",\n        \"demoralize\",\n        \"demoralizes\",\n        \"demoralizing\",\n        \"depolishes\",\n        \"depuratory\",\n        \"despondingly\",\n        \"disappointingly\",\n        \"disapprobatory\",\n        \"discourages\",\n        \"discouraging\",\n        \"discouragingly\",\n        \"discoursing\",\n        \"discoursive\",\n        \"disheartening\",\n        \"dishearteningly\",\n        \"disjointing\",\n        \"disrobers\",\n        \"expostulating\",\n        \"frustrating\",\n        \"frustrative\",\n        \"insculping\",\n        \"overturning\",\n        \"refrustrating\",\n        \"undictatorial\",\n        \"undisappointing\"\n    ],\n    \"ogbu\": [\n        \"bafflement\",\n        \"boffs\",\n        \"galls\",\n        \"gowds\",\n        \"inflictor\",\n        \"killdees\"\n    ],\n    \"ihe ịgbagha\": [\n        \"bafflements\"\n    ],\n    \"na-ama jijiji\": [\n        \"baffling\",\n        \"bemocked\",\n        \"bevelled\",\n        \"bezzling\",\n        \"bullated\",\n        \"bummed\",\n        \"convulsible\",\n        \"gerful\",\n        \"hustling\",\n        \"palling\",\n        \"pulingly\",\n        \"quakeful\",\n        \"quaking\",\n        \"quavering\",\n        \"shivering\",\n        \"shrieving\",\n        \"shrugging\",\n        \"shruggingly\",\n        \"shudderful\",\n        \"shuddering\",\n        \"shudderingly\",\n        \"shudders\",\n        \"trebling\",\n        \"tremblers\",\n        \"trembles\",\n        \"trembling\",\n        \"tremblingly\",\n        \"vibrates\",\n        \"vibrating\",\n        \"waspling\",\n        \"wobbling\",\n        \"wobblingly\"\n    ],\n    \"amaghi ihe\": [\n        \"bafflingness\",\n        \"eruditical\",\n        \"ignobility\",\n        \"ignoramuses\",\n        \"ignorance\",\n        \"ignorant\",\n        \"ignorantine\",\n        \"ignorantism\",\n        \"ignorantist\",\n        \"ignorantly\",\n        \"ignorantness\",\n        \"ignoration\",\n        \"illdisposedness\",\n        \"imbecilely\",\n        \"immatereality\",\n        \"immergence\",\n        \"immeritoriously\",\n        \"immeritous\",\n        \"inexpert\",\n        \"irenics\",\n        \"irredentist\",\n        \"irresponsibleness\",\n        \"knowledgeless\",\n        \"misniac\",\n        \"naive\",\n        \"naively\",\n        \"naiveness\",\n        \"nonemulousness\",\n        \"nonknowledge\",\n        \"nonscientific\",\n        \"nonscientifically\",\n        \"nonspeciousness\",\n        \"nonsubconsciously\",\n        \"slipless\",\n        \"unaiding\",\n        \"undiscerningness\",\n        \"ungnostic\",\n        \"uninitiated\",\n        \"uninitiatedness\",\n        \"uninquisitiveness\",\n        \"unintellectualism\",\n        \"unintellectuality\",\n        \"unmiraculous\",\n        \"unskilled\",\n        \"wisdomproof\"\n    ],\n    \"bait\": [\n        \"baft\",\n        \"baiters\"\n    ],\n    \"akpa\": [\n        \"bag\",\n        \"bagass\",\n        \"bagasses\",\n        \"bagfuls\",\n        \"baggages\",\n        \"bagge\",\n        \"baggies\",\n        \"bagnut\",\n        \"bagre\",\n        \"bagreef\",\n        \"bags\",\n        \"bagsful\",\n        \"baguet\",\n        \"baguets\",\n        \"baguette\",\n        \"briefcase\",\n        \"briefcases\",\n        \"catstitch\",\n        \"container\",\n        \"containerization\",\n        \"containers\",\n        \"deadpay\",\n        \"empocket\",\n        \"factitial\",\n        \"firstness\",\n        \"floodlet\",\n        \"gugglet\",\n        \"hetchel\",\n        \"hortatorily\",\n        \"jugs\",\n        \"keats\",\n        \"keck\",\n        \"kecks\",\n        \"keens\",\n        \"lapps\",\n        \"luggers\",\n        \"moccasins\",\n        \"mopeds\",\n        \"mossless\",\n        \"mought\",\n        \"oratress\",\n        \"packcloth\",\n        \"packrat\",\n        \"packtrain\",\n        \"percase\",\n        \"piache\",\n        \"pocket\",\n        \"pocketers\",\n        \"pocketfuls\",\n        \"pockets\",\n        \"pocks\",\n        \"postbag\",\n        \"prate\",\n        \"prepublish\",\n        \"primaveral\",\n        \"pritchel\",\n        \"purs\",\n        \"purseful\",\n        \"purser\",\n        \"purset\",\n        \"pursier\",\n        \"quacks\",\n        \"raglet\",\n        \"sac\",\n        \"sack\",\n        \"sackbut\",\n        \"sacker\",\n        \"sacket\",\n        \"sackful\",\n        \"sackfuls\",\n        \"sacks\",\n        \"sacksful\",\n        \"satchel\",\n        \"slipcase\",\n        \"strasses\",\n        \"tissu\",\n        \"tissuelike\",\n        \"tugs\",\n        \"unpocket\",\n        \"unsocket\"\n    ],\n    \"na-ebu akpa\": [\n        \"bagful\",\n        \"containerizing\"\n    ],\n    \"juru akpa\": [\n        \"bagged\"\n    ],\n    \"Ndị na-ebu akpa\": [\n        \"baggers\"\n    ],\n    \"na-ebu ibu\": [\n        \"baggy\",\n        \"burdening\",\n        \"carloading\",\n        \"handloading\",\n        \"meleager\",\n        \"overburdening\",\n        \"shipful\",\n        \"unburdening\",\n        \"unburdensome\",\n        \"unweighing\",\n        \"unweighting\"\n    ],\n    \"baggywrinkle\": [\n        \"baggyrinkle\"\n    ],\n    \"dị ka akpa\": [\n        \"baglike\"\n    ],\n    \"akpa akpa\": [\n        \"bagmaker\",\n        \"bagpipe\",\n        \"bagpiped\",\n        \"bagpiper\",\n        \"bagpipers\",\n        \"bagpipes\",\n        \"pocketcase\",\n        \"pocketknife\",\n        \"shoepacks\"\n    ],\n    \"na-akpa akpa\": [\n        \"bagmaking\",\n        \"knotting\"\n    ],\n    \"ndi akpa\": [\n        \"bagmen\"\n    ],\n    \"baget\": [\n        \"bagnet\"\n    ],\n    \"bahama\": [\n        \"baham\"\n    ],\n    \"baha\": [\n        \"bahar\"\n    ],\n    \"baut\": [\n        \"bahut\"\n    ],\n    \"n'ọnụ mmiri\": [\n        \"bay\",\n        \"bayz\"\n    ],\n    \"nyered\": [\n        \"bayard\"\n    ],\n    \"enyedly\": [\n        \"bayardly\"\n    ],\n    \"na-enyefe\": [\n        \"bayards\",\n        \"confeder\",\n        \"conferrers\",\n        \"consignifying\",\n        \"consigning\",\n        \"consigns\",\n        \"conveys\",\n        \"defervescing\",\n        \"dispending\",\n        \"dispensing\",\n        \"entrusting\",\n        \"offgoing\",\n        \"procrustes\",\n        \"surrejoinders\",\n        \"surrendering\",\n        \"transfers\"\n    ],\n    \"mbupu\": [\n        \"baybolt\",\n        \"bescratch\",\n        \"debutante\",\n        \"deplump\",\n        \"dismarketing\",\n        \"ejectment\",\n        \"offishness\",\n        \"outbox\",\n        \"outdraws\",\n        \"outvalues\",\n        \"shilpit\",\n        \"shipping\",\n        \"shippings\"\n    ],\n    \"bain\": [\n        \"baign\"\n    ],\n    \"beignet\": [\n        \"baignet\"\n    ],\n    \"na-agbaba\": [\n        \"baying\",\n        \"overabounding\"\n    ],\n    \"mgbapụta\": [\n        \"bail\",\n        \"bailment\",\n        \"bailments\",\n        \"defenestration\",\n        \"demibrigade\",\n        \"detonation\",\n        \"discoboli\",\n        \"discobolus\",\n        \"discoplasm\",\n        \"discopodous\",\n        \"discounsel\",\n        \"divestiture\",\n        \"gpad\",\n        \"locutionary\",\n        \"outplodding\",\n        \"outplods\",\n        \"outtrump\",\n        \"preexemption\",\n        \"pump\",\n        \"pumpet\",\n        \"ransom\",\n        \"ransomable\",\n        \"ransomer\",\n        \"recodification\",\n        \"recorrection\",\n        \"redactorial\",\n        \"redargution\",\n        \"reddition\",\n        \"redecay\",\n        \"redecision\",\n        \"redeclaration\",\n        \"redecoration\",\n        \"redecorator\",\n        \"redeemability\",\n        \"redeemableness\",\n        \"redeemedness\",\n        \"redeemership\",\n        \"redefeat\",\n        \"redefiance\",\n        \"redelegation\",\n        \"redemand\",\n        \"redemise\",\n        \"redemption\",\n        \"redemptional\",\n        \"redemptive\",\n        \"redemptively\",\n        \"redemptor\",\n        \"redemptory\",\n        \"redemptorial\",\n        \"redemptrice\",\n        \"redeploy\",\n        \"redeploys\",\n        \"redeposition\",\n        \"redepreciation\",\n        \"redevotion\",\n        \"redhibition\",\n        \"redimension\",\n        \"redundancy\",\n        \"remancipation\",\n        \"repurchases\",\n        \"rescaled\",\n        \"sulphuretting\",\n        \"upblast\"\n    ],\n    \"nwere ike ịkwụ ụgwọ\": [\n        \"bailable\",\n        \"sanable\"\n    ],\n    \"mbenyi\": [\n        \"bayldonite\"\n    ],\n    \"gbapụtara\": [\n        \"bailed\",\n        \"outplotted\",\n        \"popped\",\n        \"ransomed\",\n        \"redeceived\",\n        \"redeemed\",\n        \"redefied\",\n        \"repurchased\"\n    ],\n    \"balet\": [\n        \"baylet\",\n        \"balled\",\n        \"ballet\",\n        \"ballett\",\n        \"battel\"\n    ],\n    \"kotie\": [\n        \"bailie\"\n    ],\n    \"kotima\": [\n        \"bailiff\",\n        \"bailiffry\",\n        \"bailiffwick\"\n    ],\n    \"ndị na-agbapụta ume\": [\n        \"bailiffs\"\n    ],\n    \"bailiffshiphip\": [\n        \"bailiffship\"\n    ],\n    \"dị ka\": [\n        \"baylike\",\n        \"biblike\",\n        \"butlerlike\",\n        \"civetlike\",\n        \"curlike\",\n        \"equimolar\",\n        \"fiendlike\",\n        \"like\",\n        \"likeful\",\n        \"likehood\",\n        \"likeminded\",\n        \"likerous\",\n        \"likeways\",\n        \"likuta\",\n        \"mimers\",\n        \"mostlike\",\n        \"porelike\",\n        \"pronglike\",\n        \"seemliest\",\n        \"siclike\",\n        \"sida\",\n        \"sonlike\",\n        \"sootlike\",\n        \"such\",\n        \"suchlike\",\n        \"suitlike\",\n        \"sulkylike\",\n        \"taglike\",\n        \"tantamount\",\n        \"tarlike\",\n        \"thislike\",\n        \"titlike\",\n        \"tresslike\",\n        \"undervaluinglike\",\n        \"unsubjectlike\",\n        \"wadlike\",\n        \"whiskylike\"\n    ],\n    \"kpọọrọ\": [\n        \"baillone\",\n        \"biddableness\",\n        \"bowable\",\n        \"bowse\",\n        \"chanted\",\n        \"desalt\",\n        \"enlisted\",\n        \"grooty\",\n        \"tilted\"\n    ],\n    \"eji enyere ndụ aka\": [\n        \"bailors\"\n    ],\n    \"paati\": [\n        \"bailpiece\",\n        \"packboard\"\n    ],\n    \"Bilie\": [\n        \"bails\",\n        \"boilable\"\n    ],\n    \"Ndị uwe ojii\": [\n        \"bailsmen\"\n    ],\n    \"belụsọ\": [\n        \"bailwood\",\n        \"exempts\",\n        \"inless\",\n        \"unless\",\n        \"unlessened\",\n        \"unlessoned\"\n    ],\n    \"enweghị mmiri\": [\n        \"baining\",\n        \"drainless\",\n        \"fogless\",\n        \"harborless\",\n        \"inequidistant\",\n        \"juiceless\",\n        \"juicelessness\",\n        \"lakeless\",\n        \"landlocked\",\n        \"moistless\",\n        \"moistureless\",\n        \"moistureproof\",\n        \"nonaspiratory\",\n        \"nonevaporation\",\n        \"nonfluid\",\n        \"nonfluids\",\n        \"nonhydrated\",\n        \"nonhydrogenous\",\n        \"nonimmersion\",\n        \"nonirrigation\",\n        \"nonprecipitation\",\n        \"nonrigidity\",\n        \"nonwatertight\",\n        \"sapidless\",\n        \"sealess\",\n        \"springless\",\n        \"uncream\",\n        \"unfluid\",\n        \"unfrigidity\",\n        \"unfueled\",\n        \"unliquidated\",\n        \"unray\",\n        \"unrigid\",\n        \"unsimpering\",\n        \"unswatheable\",\n        \"unthirsting\",\n        \"unvanquishing\",\n        \"unwatered\",\n        \"waterless\",\n        \"waterlessness\",\n        \"watertightness\"\n    ],\n    \"bayoneeti\": [\n        \"bayonet\",\n        \"bayonets\"\n    ],\n    \"nneoma\": [\n        \"bairnlier\",\n        \"grandee\",\n        \"grandeza\",\n        \"granma\",\n        \"matagalpan\",\n        \"zeatins\"\n    ],\n    \"ụlọ\": [\n        \"bais\",\n        \"berberis\",\n        \"berchta\",\n        \"bergall\",\n        \"bergeres\",\n        \"berlina\",\n        \"berloque\",\n        \"berne\",\n        \"berwick\",\n        \"brims\",\n        \"buchite\",\n        \"budling\",\n        \"building\",\n        \"buildings\",\n        \"cabin\",\n        \"cabinda\",\n        \"cabins\",\n        \"cabio\",\n        \"carters\",\n        \"castles\",\n        \"cecils\",\n        \"cements\",\n        \"chamises\",\n        \"clinches\",\n        \"cort\",\n        \"domestic\",\n        \"domestications\",\n        \"domicils\",\n        \"dominoes\",\n        \"domn\",\n        \"domoid\",\n        \"dompteuse\",\n        \"domus\",\n        \"edifices\",\n        \"edifies\",\n        \"elissa\",\n        \"evicts\",\n        \"factures\",\n        \"flooring\",\n        \"haulyards\",\n        \"hoises\",\n        \"hoising\",\n        \"homeling\",\n        \"homeomerous\",\n        \"homers\",\n        \"homes\",\n        \"homesome\",\n        \"homestall\",\n        \"homestead\",\n        \"homestretch\",\n        \"homomeral\",\n        \"homomerous\",\n        \"homos\",\n        \"hosing\",\n        \"housal\",\n        \"house\",\n        \"housed\",\n        \"housedress\",\n        \"houseful\",\n        \"housefuls\",\n        \"housel\",\n        \"houseled\",\n        \"houselights\",\n        \"houseling\",\n        \"houselling\",\n        \"housels\",\n        \"housemating\",\n        \"housers\",\n        \"houses\",\n        \"housesit\",\n        \"housesitting\",\n        \"housetops\",\n        \"housewarm\",\n        \"housing\",\n        \"housings\",\n        \"housling\",\n        \"houss\",\n        \"huthold\",\n        \"ileuses\",\n        \"indiciums\",\n        \"kenotron\",\n        \"libretto\",\n        \"lyretail\",\n        \"loco\",\n        \"mansions\",\n        \"outhouses\",\n        \"pothousey\",\n        \"pothouses\",\n        \"primevrin\",\n        \"prisms\",\n        \"roof\",\n        \"roofage\",\n        \"roofy\",\n        \"roofing\",\n        \"roofmen\",\n        \"roofward\",\n        \"roofwise\",\n        \"solums\",\n        \"stoles\",\n        \"suite\"\n    ],\n    \"emume\": [\n        \"bays\",\n        \"cerement\",\n        \"ceremony\",\n        \"ceremonial\",\n        \"ceremonialism\",\n        \"ceremonialness\",\n        \"ceremonials\",\n        \"ceremoniary\",\n        \"ceremonies\",\n        \"ceremonious\",\n        \"ceremoniousness\",\n        \"cereuses\",\n        \"cerevisial\",\n        \"empasma\",\n        \"empemata\",\n        \"empyemas\",\n        \"empyesis\",\n        \"emplacement\",\n        \"emplacements\",\n        \"evennesses\",\n        \"fairs\",\n        \"homonyms\",\n        \"ordinative\",\n        \"ritual\",\n        \"ritualise\",\n        \"ritualism\",\n        \"rituality\",\n        \"rituals\",\n        \"solemnities\",\n        \"uncompared\",\n        \"voltaisms\"\n    ],\n    \"sịga\": [\n        \"bait\",\n        \"cig\",\n        \"cigala\",\n        \"cigale\",\n        \"cigar\",\n        \"cigaresque\",\n        \"cigaret\",\n        \"cigarets\",\n        \"cigarette\",\n        \"cigarettes\",\n        \"cigarfish\",\n        \"cigarless\",\n        \"cigars\",\n        \"silication\",\n        \"tobaccoes\"\n    ],\n    \"azụ̀\": [\n        \"baits\"\n    ],\n    \"baiza\": [\n        \"baized\"\n    ],\n    \"Bajardo\": [\n        \"bajardo\"\n    ],\n    \"ime\": [\n        \"bake\",\n        \"bedroom\",\n        \"capewise\",\n        \"commit\",\n        \"committedly\",\n        \"committing\",\n        \"coregnant\",\n        \"doable\",\n        \"eeten\",\n        \"emigate\",\n        \"enhancing\",\n        \"epris\",\n        \"exaun\",\n        \"graunt\",\n        \"indulgenced\",\n        \"intercircle\",\n        \"interforce\",\n        \"interinsert\",\n        \"interior\",\n        \"interiority\",\n        \"interiorness\",\n        \"inwardness\",\n        \"leadenly\",\n        \"mesad\",\n        \"midwife\",\n        \"midwifed\",\n        \"occur\",\n        \"occurrences\",\n        \"pasan\",\n        \"plicate\",\n        \"pregnant\",\n        \"pregnantly\",\n        \"procne\",\n        \"queme\",\n        \"travail\"\n    ],\n    \"bureapple\": [\n        \"bakeapple\"\n    ],\n    \"bredboard\": [\n        \"bakeboard\"\n    ],\n    \"butere\": [\n        \"baked\",\n        \"bunked\",\n        \"buttered\",\n        \"contractedly\",\n        \"eliquidate\",\n        \"incrustated\",\n        \"incrusted\",\n        \"initiated\",\n        \"preadhered\",\n        \"preadmitted\",\n        \"preaverred\",\n        \"prewhipped\"\n    ],\n    \"ime achịcha\": [\n        \"bakehead\",\n        \"bakemeat\",\n        \"bakeoven\",\n        \"bakepan\",\n        \"bakerdom\",\n        \"bakerite\",\n        \"bakerly\",\n        \"bakings\",\n        \"bitake\",\n        \"corkmaking\",\n        \"overbake\"\n    ],\n    \"ebe a na-ekwu okwu\": [\n        \"bakehouse\"\n    ],\n    \"ebe a na-eme bred\": [\n        \"bakehouses\",\n        \"bakery\",\n        \"bakeries\"\n    ],\n    \"fegharịa\": [\n        \"bakelize\",\n        \"panderize\"\n    ],\n    \"esi\": [\n        \"baken\",\n        \"boily\",\n        \"boiling\",\n        \"boilingly\",\n        \"boilinglike\",\n        \"derivately\",\n        \"derivative\",\n        \"invect\",\n        \"minchen\",\n        \"savor\",\n        \"savour\"\n    ],\n    \"osi ite\": [\n        \"baker\",\n        \"cooker\",\n        \"cupeller\",\n        \"cupmaker\",\n        \"kettlemaker\",\n        \"kitchener\",\n        \"ovenman\",\n        \"ovensman\",\n        \"saucemaker\",\n        \"stoater\",\n        \"stooter\",\n        \"stove\",\n        \"stoved\",\n        \"stoveful\",\n        \"stovemaker\",\n        \"stovemaking\",\n        \"stoveman\",\n        \"stover\",\n        \"stoving\"\n    ],\n    \"enweghị achịcha\": [\n        \"bakerless\"\n    ],\n    \"eme achịcha\": [\n        \"bakerlike\",\n        \"caker\"\n    ],\n    \"ndị na-eme achịcha\": [\n        \"bakers\",\n        \"beakers\",\n        \"butlers\",\n        \"peptizers\",\n        \"platemen\"\n    ],\n    \"ebe a na-eme achịcha\": [\n        \"bakersfield\"\n    ],\n    \"ịme achịcha\": [\n        \"bakership\",\n        \"breadmaking\"\n    ],\n    \"esi nri\": [\n        \"bakes\",\n        \"cook\",\n        \"cookable\",\n        \"cookdom\",\n        \"cookery\",\n        \"cookeries\",\n        \"cookers\",\n        \"cooky\",\n        \"cookings\",\n        \"cookish\",\n        \"cookishly\",\n        \"cookless\",\n        \"cookshack\",\n        \"cookshop\",\n        \"cookware\",\n        \"cookwares\",\n        \"cuisinier\",\n        \"cuisse\",\n        \"dishmaker\",\n        \"kitchenful\",\n        \"precook\",\n        \"savories\"\n    ],\n    \"esi mmiri\": [\n        \"bakingly\"\n    ],\n    \"mbenza\": [\n        \"baklavas\"\n    ],\n    \"gbanye aka\": [\n        \"bakshished\",\n        \"bedaubed\",\n        \"macerated\",\n        \"rodded\",\n        \"shodden\",\n        \"shoveled\",\n        \"shovelled\",\n        \"vingerhoed\",\n        \"wrynecked\"\n    ],\n    \"nnukwu ihe\": [\n        \"balaghat\",\n        \"bigamously\",\n        \"bigarades\",\n        \"bigmouthed\",\n        \"bigoted\",\n        \"biguttulate\",\n        \"bigwiggedness\",\n        \"capax\",\n        \"decaspermous\",\n        \"extrorsal\",\n        \"fellatrice\",\n        \"gallantry\",\n        \"gallantries\",\n        \"granulous\",\n        \"graveolency\",\n        \"highmoor\",\n        \"holmic\",\n        \"imposingly\",\n        \"informous\",\n        \"jarldom\",\n        \"larcenable\",\n        \"larceny\",\n        \"larve\",\n        \"mainmortable\",\n        \"mainpernable\",\n        \"mammoth\",\n        \"monospermous\",\n        \"pentaspermous\",\n        \"polyphemous\",\n        \"polyspermous\",\n        \"superadmirable\",\n        \"superadmirableness\",\n        \"superbenefit\",\n        \"superbenevolent\",\n        \"superchemical\",\n        \"superdeficit\",\n        \"superdejection\",\n        \"superdelicate\",\n        \"superdesirous\",\n        \"superdevilish\",\n        \"superglottal\",\n        \"superlabial\",\n        \"supermarvelous\",\n        \"supermaterial\",\n        \"supermechanical\",\n        \"supermilitary\",\n        \"supermini\",\n        \"superminis\",\n        \"supermystery\",\n        \"superosculate\",\n        \"superpetrosal\",\n        \"superprosperous\",\n        \"superradical\",\n        \"superrespectability\",\n        \"supertempt\",\n        \"supertranscendent\",\n        \"supertreason\",\n        \"talthib\",\n        \"triformous\",\n        \"ultraenthusiastic\",\n        \"ultraplanetary\"\n    ],\n    \"guzozie\": [\n        \"balancer\",\n        \"balancewise\",\n        \"balancing\",\n        \"institutionalizes\",\n        \"valancing\"\n    ],\n    \"ihe nhazi\": [\n        \"balancers\"\n    ],\n    \"balanos\": [\n        \"balanus\"\n    ],\n    \"boboas\": [\n        \"balboas\"\n    ],\n    \"balbuzar\": [\n        \"balbusard\"\n    ],\n    \"balbutiant\": [\n        \"balbutiate\",\n        \"balbutient\"\n    ],\n    \"ntụtụ\": [\n        \"balche\",\n        \"betanglement\",\n        \"binauricular\",\n        \"buzzingly\",\n        \"entanglement\",\n        \"pinaces\",\n        \"pinang\",\n        \"pinangs\",\n        \"pinard\",\n        \"pinbone\",\n        \"pincerweed\",\n        \"pincheck\",\n        \"pinchecks\",\n        \"pinched\",\n        \"pinchedly\",\n        \"pinchedness\",\n        \"pinchem\",\n        \"pincher\",\n        \"pinchers\",\n        \"pinchfist\",\n        \"pinchfisted\",\n        \"pinery\",\n        \"pineries\",\n        \"pinfall\",\n        \"pinfold\",\n        \"pinfolding\",\n        \"pinhead\",\n        \"pinheaded\",\n        \"pinion\",\n        \"pinlock\",\n        \"pinnace\",\n        \"pinnacle\",\n        \"pinnacles\",\n        \"pinnae\",\n        \"pinnas\",\n        \"pinnate\",\n        \"pinnately\",\n        \"pinny\",\n        \"pinnock\",\n        \"pinot\",\n        \"pinpointing\",\n        \"pinte\",\n        \"pinwing\",\n        \"pinxit\",\n        \"scringe\",\n        \"syringeful\",\n        \"syringium\",\n        \"syringocele\",\n        \"syringomyelia\",\n        \"syringomyelic\",\n        \"syringotome\",\n        \"syrringing\",\n        \"thrip\",\n        \"tinsmith\"\n    ],\n    \"mbara ihu\": [\n        \"balcon\",\n        \"balconet\",\n        \"balconette\",\n        \"balcony\",\n        \"balconied\",\n        \"balconies\",\n        \"ballonette\"\n    ],\n    \"isi nkwọcha\": [\n        \"bald\",\n        \"baldest\",\n        \"baldly\",\n        \"baldness\"\n    ],\n    \"ikpa isi\": [\n        \"baldachin\",\n        \"braid\"\n    ],\n    \"na-edozi isi\": [\n        \"baldachined\"\n    ],\n    \"ndị isi nkwọcha\": [\n        \"baldachins\",\n        \"baldpates\",\n        \"baldrics\"\n    ],\n    \"mmdwee\": [\n        \"baldakin\"\n    ],\n    \"gbara isi\": [\n        \"balded\"\n    ],\n    \"bọlder\": [\n        \"balder\"\n    ],\n    \"kpọrọ nkụ\": [\n        \"baldfaced\",\n        \"dry\",\n        \"hostly\",\n        \"parchable\",\n        \"parched\",\n        \"parchedly\"\n    ],\n    \"acha uhie uhie\": [\n        \"baldish\",\n        \"bemadamed\",\n        \"bepale\",\n        \"bicolor\",\n        \"bicolored\",\n        \"blackhander\",\n        \"blacklegged\",\n        \"blackleggery\",\n        \"bluishness\",\n        \"blusterous\",\n        \"brownstone\",\n        \"buckskinned\",\n        \"colometry\",\n        \"colometric\",\n        \"colorcasted\",\n        \"colorimetric\",\n        \"colorimetrical\",\n        \"colorimetrics\",\n        \"colormaking\",\n        \"colourific\",\n        \"colourtype\",\n        \"crimple\",\n        \"crimpled\",\n        \"crimples\",\n        \"crimson\",\n        \"deflocculent\",\n        \"flayed\",\n        \"glamourous\",\n        \"haviored\",\n        \"yellowbelly\",\n        \"yellowcrown\",\n        \"yellowfish\",\n        \"yellowhead\",\n        \"yellowy\",\n        \"yellowing\",\n        \"yellowlegs\",\n        \"yellowly\",\n        \"yellowroot\",\n        \"yellowseed\",\n        \"yellowshanks\",\n        \"yellowtail\",\n        \"yellowthorn\",\n        \"yellowwood\",\n        \"onionskins\",\n        \"oviparous\",\n        \"pellagrous\",\n        \"pinked\",\n        \"pinkified\",\n        \"pinkroot\",\n        \"pinkroots\",\n        \"purplewort\",\n        \"raddling\",\n        \"raddlings\",\n        \"redans\",\n        \"redaring\",\n        \"redarken\",\n        \"redarn\",\n        \"redated\",\n        \"redbays\",\n        \"redbeard\",\n        \"redbird\",\n        \"redbirds\",\n        \"redbricks\",\n        \"redbrush\",\n        \"redbuck\",\n        \"redcaps\",\n        \"redcoat\",\n        \"redcoats\",\n        \"redd\",\n        \"redded\",\n        \"redden\",\n        \"reddened\",\n        \"reddening\",\n        \"reddens\",\n        \"redders\",\n        \"reddest\",\n        \"reddy\",\n        \"reddishly\",\n        \"redditive\",\n        \"reddlemen\",\n        \"reddock\",\n        \"redds\",\n        \"reded\",\n        \"redely\",\n        \"redes\",\n        \"redesirous\",\n        \"redfishes\",\n        \"redhandedness\",\n        \"redheaded\",\n        \"redheadedly\",\n        \"redheads\",\n        \"redyed\",\n        \"redyes\",\n        \"redintegrated\",\n        \"redknees\",\n        \"redly\",\n        \"redlined\",\n        \"redmouth\",\n        \"redneck\",\n        \"rednecks\",\n        \"rednesses\",\n        \"redos\",\n        \"redpoll\",\n        \"redpolls\",\n        \"redry\",\n        \"redried\",\n        \"redries\",\n        \"redrive\",\n        \"redriven\",\n        \"redrives\",\n        \"redrug\",\n        \"redrugged\",\n        \"redshank\",\n        \"redshire\",\n        \"redshirt\",\n        \"redshirted\",\n        \"redshirting\",\n        \"redshirts\",\n        \"redskin\",\n        \"redskins\",\n        \"redstarts\",\n        \"redthroat\",\n        \"redubber\",\n        \"redward\",\n        \"reshift\",\n        \"rudaceous\",\n        \"ruddy\",\n        \"ruddied\",\n        \"ruddiest\",\n        \"ruddyish\",\n        \"scarborough\",\n        \"scarificator\",\n        \"scariole\",\n        \"scariose\",\n        \"scarlatinous\",\n        \"scarlets\",\n        \"scarletseed\",\n        \"scarman\",\n        \"scarpe\",\n        \"scarper\",\n        \"scarpered\",\n        \"scarplet\",\n        \"scarproof\",\n        \"scarrow\",\n        \"scarved\",\n        \"snowballed\",\n        \"varicolored\"\n    ],\n    \"ikwo-ukwo\": [\n        \"baldmoneys\"\n    ],\n    \"dị nkọ\": [\n        \"baldricwise\",\n        \"cleverest\",\n        \"ignomious\",\n        \"insititious\",\n        \"keener\",\n        \"rumbustious\",\n        \"savorous\",\n        \"subintelligential\"\n    ],\n    \"balụdua\": [\n        \"balducta\"\n    ],\n    \"nwachita\": [\n        \"baldwin\",\n        \"rixatrix\"\n    ],\n    \"n'ajụghị anya\": [\n        \"balefully\"\n    ],\n    \"Bales\": [\n        \"bales\"\n    ],\n    \"bọlị\": [\n        \"balilla\"\n    ],\n    \"na-agba ịnyịnya\": [\n        \"balimbing\",\n        \"bicycled\",\n        \"motorboating\",\n        \"ridding\",\n        \"riddling\",\n        \"rides\",\n        \"ridgy\",\n        \"ridging\",\n        \"ridgingly\",\n        \"ridgling\",\n        \"riding\",\n        \"trucing\",\n        \"trucklingly\"\n    ],\n    \"na-agba mbọ\": [\n        \"balinger\",\n        \"beglads\",\n        \"beglooms\",\n        \"bewearying\",\n        \"deionizing\",\n        \"endeavoring\",\n        \"endeavouring\",\n        \"exerting\",\n        \"fastening\",\n        \"forcipated\",\n        \"fortifyingly\",\n        \"hading\",\n        \"harding\",\n        \"laborites\",\n        \"prestruggling\",\n        \"recumbently\",\n        \"strives\",\n        \"tries\",\n        \"tryingly\",\n        \"warping\",\n        \"wrenching\"\n    ],\n    \"nnenne\": [\n        \"balinghasay\",\n        \"charivariing\",\n        \"enginemen\",\n        \"falcinellus\",\n        \"glebae\",\n        \"grandmama\",\n        \"gremlin\",\n        \"hennebique\",\n        \"ingotman\",\n        \"merrytrotter\",\n        \"mommy\",\n        \"mommies\",\n        \"momotus\",\n        \"motherdom\",\n        \"mothery\",\n        \"motherly\",\n        \"motherliness\",\n        \"mrem\",\n        \"mussed\",\n        \"ostrogoth\",\n        \"quebracho\",\n        \"ravelling\",\n        \"sallowed\",\n        \"salpingitic\",\n        \"swindledom\",\n        \"unsister\",\n        \"vivendi\"\n    ],\n    \"balịs\": [\n        \"balisier\"\n    ],\n    \"bistraria\": [\n        \"balistraria\"\n    ],\n    \"zụọ\": [\n        \"balize\",\n        \"banish\",\n        \"barish\",\n        \"culti\",\n        \"enhat\",\n        \"nourish\",\n        \"nurture\",\n        \"obumbrate\",\n        \"renish\",\n        \"snuzzle\",\n        \"spunk\",\n        \"stend\",\n        \"stupend\",\n        \"surnoun\",\n        \"swad\",\n        \"swain\",\n        \"tonify\",\n        \"trainante\",\n        \"trainshed\",\n        \"tupped\",\n        \"urtite\"\n    ],\n    \"ngbom\": [\n        \"balkanic\"\n    ],\n    \"balkanisation\": [\n        \"balkanization\",\n        \"balkanizing\"\n    ],\n    \"balkar\": [\n        \"balker\"\n    ],\n    \"ndị na-eje ije\": [\n        \"balkers\",\n        \"pedantics\",\n        \"pedants\",\n        \"walkers\"\n    ],\n    \"n'ekwu\": [\n        \"balkingly\",\n        \"beckoningly\",\n        \"euphemiously\",\n        \"fallaciously\",\n        \"fictitiously\",\n        \"flukily\",\n        \"lytically\",\n        \"lukely\",\n        \"perviously\",\n        \"propositionally\",\n        \"slangishly\",\n        \"unfictitiously\"\n    ],\n    \"bọọlụ\": [\n        \"ball\",\n        \"ballgame\",\n        \"ballism\",\n        \"ballmine\",\n        \"ballplatz\",\n        \"ballpoints\",\n        \"balls\",\n        \"ballutes\",\n        \"beanball\",\n        \"blueballs\",\n        \"daneball\",\n        \"endball\",\n        \"footback\",\n        \"football\",\n        \"footballer\",\n        \"footrill\",\n        \"kickball\",\n        \"meatballs\",\n        \"mothball\",\n        \"mothballs\",\n        \"netball\",\n        \"soccer\",\n        \"spitball\",\n        \"stobball\",\n        \"trapballs\",\n        \"tutball\"\n    ],\n    \"mkpọ\": [\n        \"ballad\",\n        \"ballads\",\n        \"ballant\",\n        \"bookers\",\n        \"boozers\",\n        \"brandade\",\n        \"brocked\",\n        \"brocket\",\n        \"buttes\",\n        \"cabriolets\",\n        \"caned\",\n        \"canisters\",\n        \"cank\",\n        \"canned\",\n        \"cannoned\",\n        \"casserole\",\n        \"citoles\",\n        \"clasps\",\n        \"conable\",\n        \"crunk\",\n        \"culices\",\n        \"drumble\",\n        \"drumreads\",\n        \"drums\",\n        \"drumskin\",\n        \"drumslade\",\n        \"eccles\",\n        \"eclats\",\n        \"feltings\",\n        \"jarfuls\",\n        \"kegs\",\n        \"kips\",\n        \"kirks\",\n        \"larboards\",\n        \"minces\",\n        \"mishnic\",\n        \"muggar\",\n        \"muggy\",\n        \"muggs\",\n        \"mundil\",\n        \"munnions\",\n        \"pack\",\n        \"packability\",\n        \"packable\",\n        \"packer\",\n        \"packhorse\",\n        \"packly\",\n        \"packness\",\n        \"paiock\",\n        \"pegs\",\n        \"percussions\",\n        \"pinscher\",\n        \"pinsetter\",\n        \"pinsetters\",\n        \"pinspotter\",\n        \"pinspotters\",\n        \"pittings\",\n        \"placage\",\n        \"placard\",\n        \"plack\",\n        \"prills\",\n        \"priseres\",\n        \"pronounal\",\n        \"punnage\",\n        \"puns\",\n        \"sacking\",\n        \"sackings\",\n        \"sennits\",\n        \"slatches\",\n        \"sneds\",\n        \"snuffs\",\n        \"stuffer\",\n        \"stuffier\",\n        \"sumacs\",\n        \"tackboard\",\n        \"tacker\",\n        \"tacklers\",\n        \"tackles\"\n    ],\n    \"ndị ballade\": [\n        \"balladeers\"\n    ],\n    \"dị ka nnụnụ\": [\n        \"balladlike\",\n        \"birdlike\"\n    ],\n    \"dda\": [\n        \"balladling\"\n    ],\n    \"brọd\": [\n        \"balladries\"\n    ],\n    \"akpukpo\": [\n        \"ballard\",\n        \"cotula\",\n        \"frock\",\n        \"frocked\",\n        \"oratresses\",\n        \"sassabies\",\n        \"satoris\",\n        \"skopets\"\n    ],\n    \"kpọchie\": [\n        \"ballasted\",\n        \"chintze\",\n        \"devocate\",\n        \"encloak\",\n        \"enlock\",\n        \"overpronounce\",\n        \"parkish\",\n        \"perclose\",\n        \"preclose\",\n        \"punic\",\n        \"purrer\"\n    ],\n    \"ballistic\": [\n        \"ballastic\"\n    ],\n    \"stlọ ọrụ\": [\n        \"ballasting\"\n    ],\n    \"ballast\": [\n        \"ballat\"\n    ],\n    \"ballat\": [\n        \"ballate\",\n        \"ballaton\"\n    ],\n    \"bọlbụ\": [\n        \"ballbuster\",\n        \"ballfield\",\n        \"ballgown\",\n        \"ballhawks\",\n        \"ballhooter\",\n        \"ballistics\",\n        \"ballote\",\n        \"balloter\",\n        \"ballparks\",\n        \"ballpoint\",\n        \"ballsier\",\n        \"ballstock\",\n        \"blackpoll\",\n        \"blesbuck\",\n        \"blueball\",\n        \"bulb\",\n        \"buttonball\",\n        \"flashbulbs\",\n        \"hardballs\",\n        \"highball\",\n        \"highballs\",\n        \"skeeball\",\n        \"softball\",\n        \"spitballs\",\n        \"stickball\"\n    ],\n    \"bọl ụgbọelu\": [\n        \"ballcarrier\"\n    ],\n    \"uwe bọọlụ\": [\n        \"balldress\"\n    ],\n    \"ndị na-atụgharị anya\": [\n        \"ballers\"\n    ],\n    \"mgbịrịgba\": [\n        \"balletic\",\n        \"ballflower\",\n        \"barbell\",\n        \"barbells\",\n        \"barbels\",\n        \"barvell\",\n        \"beagles\",\n        \"befleas\",\n        \"befringe\",\n        \"belace\",\n        \"bell\",\n        \"bellbinder\",\n        \"bellbine\",\n        \"bellboys\",\n        \"bellbottle\",\n        \"bellflower\",\n        \"bellhanger\",\n        \"bellhop\",\n        \"bellhops\",\n        \"bellyacher\",\n        \"bellyer\",\n        \"bellmaker\",\n        \"bellmen\",\n        \"bellpulls\",\n        \"bellrags\",\n        \"bells\",\n        \"belltail\",\n        \"belltopper\",\n        \"bellwaver\",\n        \"bellworts\",\n        \"bemingles\",\n        \"bowbells\",\n        \"bromines\",\n        \"cymblin\",\n        \"cymry\",\n        \"coralbells\",\n        \"erick\",\n        \"pellmells\",\n        \"phrenesia\",\n        \"potbellies\",\n        \"ringworms\",\n        \"tongs\"\n    ],\n    \"baletomane\": [\n        \"balletomane\"\n    ],\n    \"baletomanes\": [\n        \"balletomanes\"\n    ],\n    \"ballet\": [\n        \"ballets\"\n    ],\n    \"egwuregwu bọọlụ\": [\n        \"ballgames\",\n        \"buffball\",\n        \"gameball\"\n    ],\n    \"ggba bọọlụ\": [\n        \"ballgowns\"\n    ],\n    \"bọlisi\": [\n        \"ballies\",\n        \"bursch\",\n        \"greaseball\"\n    ],\n    \"ịgba egwu\": [\n        \"balling\",\n        \"danceability\",\n        \"dancery\",\n        \"shogging\"\n    ],\n    \"ndukpu\": [\n        \"ballyragged\",\n        \"costosternal\"\n    ],\n    \"gbaa gburugburu\": [\n        \"ballised\",\n        \"blanched\",\n        \"blazoned\",\n        \"blazoning\",\n        \"cyclized\",\n        \"circline\",\n        \"circling\",\n        \"circumadjacent\",\n        \"circumambulates\",\n        \"circumcinct\",\n        \"circumdate\",\n        \"circumferent\",\n        \"circumflant\",\n        \"circumflect\",\n        \"circumfulgent\",\n        \"circumfuse\",\n        \"circumgyrate\",\n        \"circuminsession\",\n        \"circumjacence\",\n        \"circumjacency\",\n        \"circummure\",\n        \"circumnavigate\",\n        \"circumnavigated\",\n        \"circumnavigates\",\n        \"circumnuclear\",\n        \"circumnutate\",\n        \"circumnutated\",\n        \"circumpose\",\n        \"circumsciss\",\n        \"circumsinous\",\n        \"circumstantiate\",\n        \"circumstantiated\",\n        \"circumstantiates\",\n        \"circumundulate\",\n        \"circumviate\",\n        \"circumvolute\",\n        \"circumvolve\",\n        \"encircle\",\n        \"glacially\",\n        \"glavered\",\n        \"remicle\",\n        \"roundedness\",\n        \"roundest\",\n        \"roundheaded\",\n        \"roundish\",\n        \"verticillated\",\n        \"whirlers\",\n        \"whisperable\"\n    ],\n    \"ndị ọkpọ\": [\n        \"ballisticians\",\n        \"cracksmen\",\n        \"fauvists\",\n        \"levellers\",\n        \"muckers\",\n        \"musclemen\",\n        \"packers\",\n        \"paniers\",\n        \"papists\",\n        \"pianists\",\n        \"pitchmen\",\n        \"pumicers\",\n        \"punchers\",\n        \"telphermen\",\n        \"trenchermen\",\n        \"uckers\",\n        \"whippers\"\n    ],\n    \"bọlistite\": [\n        \"ballistite\"\n    ],\n    \"bọlịm\": [\n        \"ballium\"\n    ],\n    \"echechi\": [\n        \"ballywack\",\n        \"cacochymy\"\n    ],\n    \"kpochie\": [\n        \"ballock\",\n        \"clodded\",\n        \"cloistered\",\n        \"clouted\",\n        \"conchate\",\n        \"crche\",\n        \"hollooed\",\n        \"holstered\",\n        \"interlaid\",\n        \"kludge\",\n        \"overtempt\",\n        \"queerest\",\n        \"summulist\",\n        \"unsmocked\"\n    ],\n    \"ballok\": [\n        \"ballocks\"\n    ],\n    \"ballon\": [\n        \"balloen\",\n        \"ballogan\"\n    ],\n    \"balọn\": [\n        \"ballones\",\n        \"ballonne\",\n        \"ballons\",\n        \"balloons\"\n    ],\n    \"balloon\": [\n        \"ballonet\",\n        \"ballonets\",\n        \"ballooner\",\n        \"balloonet\"\n    ],\n    \"balọns\": [\n        \"ballonnes\"\n    ],\n    \"ballooning\": [\n        \"balloonation\"\n    ],\n    \"gwuru\": [\n        \"ballooned\",\n        \"bruckle\",\n        \"carked\",\n        \"cauked\",\n        \"cavilled\",\n        \"cisted\",\n        \"concreted\",\n        \"digged\",\n        \"digs\",\n        \"dug\",\n        \"dugs\",\n        \"dugway\",\n        \"empale\",\n        \"galyac\",\n        \"galyaks\",\n        \"galravitch\",\n        \"yawed\",\n        \"interspheral\",\n        \"jarvy\",\n        \"kelped\",\n        \"kneaded\",\n        \"lowlifes\",\n        \"manacled\",\n        \"mowch\",\n        \"opaled\",\n        \"opalesced\",\n        \"ployed\",\n        \"pumpellyite\",\n        \"skiagraphed\",\n        \"snivels\",\n        \"squushed\",\n        \"whammle\"\n    ],\n    \"balloonụ\": [\n        \"balloonful\"\n    ],\n    \"balloon yiri\": [\n        \"balloonlike\"\n    ],\n    \"votu\": [\n        \"ballot\",\n        \"ballotage\",\n        \"balloters\",\n        \"ballots\",\n        \"vairs\",\n        \"vates\",\n        \"verset\",\n        \"votal\",\n        \"votally\",\n        \"vote\",\n        \"votes\",\n        \"votyak\",\n        \"votive\",\n        \"votively\",\n        \"votometer\"\n    ],\n    \"akwukwo vootu\": [\n        \"ballotade\"\n    ],\n    \"gwue\": [\n        \"balloted\"\n    ],\n    \"onye nhoputa ndi ochichi\": [\n        \"ballotist\",\n        \"votarist\",\n        \"votist\",\n        \"votress\"\n    ],\n    \"ntuli aka\": [\n        \"ballottable\",\n        \"ballottement\",\n        \"election\",\n        \"electionary\",\n        \"electioneering\",\n        \"elections\",\n        \"electly\",\n        \"electoral\",\n        \"electorally\",\n        \"electorial\",\n        \"electorship\",\n        \"electrion\",\n        \"pollage\",\n        \"polling\",\n        \"pollinization\",\n        \"polls\",\n        \"prolificacy\",\n        \"proration\",\n        \"votary\",\n        \"votaries\",\n        \"votation\"\n    ],\n    \"bọlpark\": [\n        \"ballpark\"\n    ],\n    \"onye na-agba bọọlụ\": [\n        \"ballplayer\",\n        \"goldfielder\"\n    ],\n    \"ndị na-agba bọọlụ\": [\n        \"ballplayers\",\n        \"infielders\"\n    ],\n    \"bọl\": [\n        \"ballproof\",\n        \"ballsiest\",\n        \"balter\",\n        \"blackball\",\n        \"blub\",\n        \"emball\",\n        \"fieldball\",\n        \"flyball\",\n        \"hardball\",\n        \"lowball\",\n        \"moorball\",\n        \"seedball\",\n        \"simball\",\n        \"slingball\",\n        \"stinkball\",\n        \"wineball\"\n    ],\n    \"ụlọ ịgba egwu\": [\n        \"ballroom\"\n    ],\n    \"ụlọ ịgba bọl\": [\n        \"ballrooms\"\n    ],\n    \"gbaa bọọlụ\": [\n        \"ballute\",\n        \"blowballs\",\n        \"pushballs\",\n        \"soccerist\"\n    ],\n    \"bọlsọm\": [\n        \"balm\",\n        \"balsam\",\n        \"balsamation\",\n        \"balsamize\",\n        \"balsams\"\n    ],\n    \"balm\": [\n        \"balmy\"\n    ],\n    \"ihe na-ete mmanụ bọl\": [\n        \"balmlike\"\n    ],\n    \"balmon\": [\n        \"balmony\"\n    ],\n    \"afụọnụ\": [\n        \"balneal\",\n        \"beleaguer\",\n        \"blastaea\",\n        \"blowholes\",\n        \"bubinga\",\n        \"bumblebee\",\n        \"chaffcutter\",\n        \"fourness\",\n        \"sideburn\",\n        \"whistlelike\"\n    ],\n    \"afonye\": [\n        \"balneary\"\n    ],\n    \"ịkwanye\": [\n        \"balneation\",\n        \"bucketmaking\",\n        \"cawing\",\n        \"yanking\",\n        \"pitchered\",\n        \"pluggingly\",\n        \"puking\",\n        \"pushwainling\",\n        \"shockstall\",\n        \"underpacking\",\n        \"underwrapping\"\n    ],\n    \"ịkwanye ugwu\": [\n        \"balneatory\"\n    ],\n    \"onye na-enyocha ihe nkiri\": [\n        \"balneographer\"\n    ],\n    \"nkà mmụta ọgwụ\": [\n        \"balneology\",\n        \"chemophysiology\",\n        \"esthematology\",\n        \"esthesiology\",\n        \"nasology\",\n        \"pharmacology\",\n        \"potamology\"\n    ],\n    \"ọkà mmụta gbasara ahụike\": [\n        \"balneologist\"\n    ],\n    \"ịgwọ ọrịa balneotherapeutics\": [\n        \"balneotherapeutics\"\n    ],\n    \"Onwuchekwa\": [\n        \"balr\",\n        \"baryton\",\n        \"beckiron\",\n        \"bekick\",\n        \"bekissing\",\n        \"beowulf\",\n        \"chemolytic\",\n        \"clutchman\",\n        \"creeshie\",\n        \"delsarte\",\n        \"delsartean\",\n        \"demesgnes\",\n        \"devs\",\n        \"dillweed\",\n        \"engirdling\",\n        \"gatewayman\",\n        \"ghibelline\",\n        \"hagseed\",\n        \"yakshi\",\n        \"jassids\",\n        \"jawtwister\",\n        \"jerseyan\",\n        \"jitneuse\",\n        \"jornadas\",\n        \"kistful\",\n        \"lonquhard\",\n        \"martensitic\",\n        \"martinetishness\",\n        \"merycoidodon\",\n        \"merulioid\",\n        \"mesityl\",\n        \"mesitylene\",\n        \"pauky\",\n        \"phenobarbital\",\n        \"phenobarbitol\",\n        \"poitrinaire\",\n        \"praesystolic\",\n        \"richardson\",\n        \"richetting\",\n        \"rwy\",\n        \"schmalzy\",\n        \"schussed\",\n        \"sdeath\",\n        \"sillcock\",\n        \"sillikin\",\n        \"sissing\",\n        \"sissonne\",\n        \"sissonnes\",\n        \"smuisty\",\n        \"tachyglossal\",\n        \"tassellus\",\n        \"valkyria\"\n    ],\n    \"balsam\": [\n        \"bals\",\n        \"balsamer\"\n    ],\n    \"balsaminaceae\": [\n        \"balsameaceae\"\n    ],\n    \"balsamea ceous\": [\n        \"balsameaceous\"\n    ],\n    \"balsamea\": [\n        \"balsamed\"\n    ],\n    \"balsamik\": [\n        \"balsamic\"\n    ],\n    \"balsam na-ete\": [\n        \"balsaming\"\n    ],\n    \"bosawood\": [\n        \"balsawood\"\n    ],\n    \"nkwọri\": [\n        \"balt\"\n    ],\n    \"balị\": [\n        \"baltei\",\n        \"balti\"\n    ],\n    \"balịtọs\": [\n        \"balteus\"\n    ],\n    \"nnukwute\": [\n        \"baltic\",\n        \"bowsprit\",\n        \"homagium\",\n        \"shoaly\",\n        \"shopocrat\"\n    ],\n    \"nweghere\": [\n        \"baltimore\"\n    ],\n    \"nwekwere\": [\n        \"baltimorite\",\n        \"whiffletree\"\n    ],\n    \"nziukwu\": [\n        \"baltis\"\n    ],\n    \"bauch\": [\n        \"baluch\"\n    ],\n    \"Balukistan\": [\n        \"baluchistan\"\n    ],\n    \"nwagbara\": [\n        \"baluchitheria\",\n        \"frithbot\",\n        \"sagittocyst\"\n    ],\n    \"ịba\": [\n        \"balwarra\",\n        \"malacia\",\n        \"malacology\",\n        \"malaguea\",\n        \"malaria\",\n        \"malarial\",\n        \"malarian\",\n        \"malarioid\",\n        \"thicke\"\n    ],\n    \"ihe inwuru,\": [\n        \"balzarine\"\n    ],\n    \"achara\": [\n        \"bam\",\n        \"bamboo\",\n        \"bamboos\",\n        \"bamboozle\",\n        \"bamboozled\",\n        \"bamboozlement\",\n        \"bamboozler\",\n        \"bamboozlers\",\n        \"bamboozles\",\n        \"bamboozling\",\n        \"bambos\",\n        \"bamboula\",\n        \"bamoth\",\n        \"bams\",\n        \"esemplastic\",\n        \"grasshopper\",\n        \"grasshopperdom\",\n        \"strepent\",\n        \"wallpapered\"\n    ],\n    \"ọdịiche\": [\n        \"bamban\",\n        \"contradistinctively\",\n        \"contrasted\",\n        \"contrasty\",\n        \"contrastment\",\n        \"contrasts\",\n        \"differenced\",\n        \"differences\",\n        \"differencing\",\n        \"differencingly\",\n        \"differentialize\",\n        \"differentiate\",\n        \"differentiated\",\n        \"differentiation\",\n        \"differentiations\",\n        \"differers\",\n        \"diffractions\",\n        \"discrepancries\",\n        \"disparities\",\n        \"disrelated\",\n        \"dissociality\",\n        \"distinction\",\n        \"distinctions\",\n        \"distinguish\",\n        \"distinguishes\",\n        \"distinguishment\",\n        \"distintion\",\n        \"gap\",\n        \"gapeseeds\",\n        \"gaps\",\n        \"intervarsity\",\n        \"mayvins\",\n        \"otological\",\n        \"seance\",\n        \"variabilities\",\n        \"variances\",\n        \"variationist\",\n        \"variations\",\n        \"varicosity\",\n        \"varicosities\",\n        \"variegations\",\n        \"varyings\",\n        \"varing\",\n        \"variolated\",\n        \"variolating\",\n        \"variolic\",\n        \"variolitic\",\n        \"varitype\",\n        \"varityped\",\n        \"varityping\",\n        \"varletess\",\n        \"varletry\"\n    ],\n    \"ngwonwa\": [\n        \"bambocciade\"\n    ],\n    \"ngwo\": [\n        \"bamboche\",\n        \"bogs\",\n        \"epitheton\",\n        \"ewound\",\n        \"groggery\",\n        \"linier\"\n    ],\n    \"gbaa ala\": [\n        \"bammed\"\n    ],\n    \"minggba\": [\n        \"bamming\"\n    ],\n    \"mmachibido iwu\": [\n        \"ban\",\n        \"bannition\",\n        \"bans\",\n        \"forbiddance\",\n        \"prohibition\",\n        \"prohibitionary\",\n        \"prohibitionism\",\n        \"prohibitions\",\n        \"prohibitive\",\n        \"prohibitiveness\",\n        \"sanctions\"\n    ],\n    \"machibidoro\": [\n        \"banally\",\n        \"baned\",\n        \"banned\",\n        \"bannered\",\n        \"nonstrictured\",\n        \"overlactated\",\n        \"overrestrict\",\n        \"prohibited\"\n    ],\n    \"unere\": [\n        \"banana\",\n        \"bananas\",\n        \"bannut\",\n        \"banque\",\n        \"unoiled\"\n    ],\n    \"banana\": [\n        \"bananaland\",\n        \"bananalander\",\n        \"bananaquit\"\n    ],\n    \"onye unen\": [\n        \"bananist\"\n    ],\n    \"mmesovorous\": [\n        \"bananivorous\"\n    ],\n    \"machibido\": [\n        \"banate\",\n        \"forbid\",\n        \"forbiddal\",\n        \"prohibita\",\n        \"prohibitum\",\n        \"proscribe\",\n        \"restrict\",\n        \"restrictedly\"\n    ],\n    \"gbalaga\": [\n        \"band\",\n        \"flee\"\n    ],\n    \"bandeeji\": [\n        \"bandage\",\n        \"bandaged\",\n        \"bandager\",\n        \"bandagers\",\n        \"bandages\",\n        \"bandaging\",\n        \"bandar\",\n        \"bandcase\",\n        \"bandcutter\",\n        \"bandle\",\n        \"bandsawn\"\n    ],\n    \"ihe mmachi ọnya\": [\n        \"bandaid\"\n    ],\n    \"bandbo\": [\n        \"bandbox\"\n    ],\n    \"kee bandeeji\": [\n        \"banded\",\n        \"bandsawed\"\n    ],\n    \"bandili\": [\n        \"bandfiled\"\n    ],\n    \"bandfing\": [\n        \"bandfiling\"\n    ],\n    \"bọọlụ bandy\": [\n        \"bandyball\"\n    ],\n    \"bandidos\": [\n        \"bandicoy\"\n    ],\n    \"bandikọt\": [\n        \"bandicoot\"\n    ],\n    \"bandie\": [\n        \"bandied\"\n    ],\n    \"band band\": [\n        \"bandiness\",\n        \"bandores\"\n    ],\n    \"onye ohi\": [\n        \"bandit\",\n        \"delayer\",\n        \"mislayer\",\n        \"plunderer\",\n        \"potholer\",\n        \"prothetic\",\n        \"raveler\",\n        \"robber\",\n        \"scudler\",\n        \"squanderer\",\n        \"thiefmaker\",\n        \"thieftaker\"\n    ],\n    \"ịpụ apụ apụ\": [\n        \"banditism\"\n    ],\n    \"ohi ohi\": [\n        \"banditry\",\n        \"burgall\",\n        \"burglarproofed\"\n    ],\n    \"ndị ohi\": [\n        \"banditries\",\n        \"bandits\",\n        \"blathers\",\n        \"brigands\",\n        \"burblers\",\n        \"burghers\",\n        \"bustlers\",\n        \"marauders\",\n        \"marrers\",\n        \"muggers\",\n        \"parroters\",\n        \"pirates\",\n        \"piratess\",\n        \"piraty\",\n        \"piratic\",\n        \"ribbers\",\n        \"riflers\",\n        \"robbers\",\n        \"rustlers\",\n        \"scoundrels\",\n        \"squanderers\",\n        \"squanders\",\n        \"thieves\",\n        \"thwackers\",\n        \"vandals\",\n        \"wreakers\",\n        \"wreckers\"\n    ],\n    \"na-enweghị eriri\": [\n        \"bandlessly\"\n    ],\n    \"bandband\": [\n        \"bandlessness\",\n        \"bandstand\"\n    ],\n    \"bandet\": [\n        \"bandlet\"\n    ],\n    \"bandlim\": [\n        \"bandlimit\"\n    ],\n    \"bandwit\": [\n        \"bandlimited\",\n        \"bandwidth\",\n        \"bandwidths\"\n    ],\n    \"bandliming\": [\n        \"bandlimiting\"\n    ],\n    \"bandiisi\": [\n        \"bandmaster\"\n    ],\n    \"bandolier\": [\n        \"bandoleered\",\n        \"bandoliered\"\n    ],\n    \"ndi bando\": [\n        \"bandoleers\"\n    ],\n    \"bandọn\": [\n        \"bandon\"\n    ],\n    \"bandoneon\": [\n        \"bandonion\"\n    ],\n    \"gafere\": [\n        \"bandpass\",\n        \"becompass\",\n        \"beyonds\",\n        \"bemuck\",\n        \"bypassed\",\n        \"bypassing\",\n        \"cecums\",\n        \"circumambulate\",\n        \"circumvent\",\n        \"crossbanded\",\n        \"crossed\",\n        \"crosswise\",\n        \"elaps\",\n        \"elapsed\",\n        \"elapses\",\n        \"emanations\",\n        \"emissive\",\n        \"exceed\",\n        \"exceedable\",\n        \"exceeded\",\n        \"exceeder\",\n        \"exceeds\",\n        \"exstill\",\n        \"forpass\",\n        \"galops\",\n        \"immeshed\",\n        \"intercrossed\",\n        \"intermutual\",\n        \"interpass\",\n        \"intersect\",\n        \"molies\",\n        \"outcompass\",\n        \"outforth\",\n        \"outgassed\",\n        \"outgive\",\n        \"outgiven\",\n        \"outgone\",\n        \"outlived\",\n        \"outmated\",\n        \"outpaced\",\n        \"outpass\",\n        \"outsized\",\n        \"outsped\",\n        \"outstander\",\n        \"outstood\",\n        \"outtalked\",\n        \"outwalked\",\n        \"outwent\",\n        \"overderide\",\n        \"overeager\",\n        \"overextend\",\n        \"overfault\",\n        \"overlace\",\n        \"overlearned\",\n        \"overmitigate\",\n        \"overpass\",\n        \"overpassing\",\n        \"overpast\",\n        \"overrich\",\n        \"overrough\",\n        \"overrun\",\n        \"overseed\",\n        \"overseeds\",\n        \"oversewed\",\n        \"oversliding\",\n        \"oversold\",\n        \"oversoon\",\n        \"oversow\",\n        \"overspeed\",\n        \"overstain\",\n        \"oversteer\",\n        \"overstepped\",\n        \"oversteps\",\n        \"overstiffen\",\n        \"oversublime\",\n        \"oversubtile\",\n        \"oversubtle\",\n        \"oversubtlety\",\n        \"oversum\",\n        \"oversure\",\n        \"overswell\",\n        \"overt\",\n        \"overtakable\",\n        \"overtake\",\n        \"overtaker\",\n        \"overtakes\",\n        \"overtalk\",\n        \"overtalker\",\n        \"overtender\",\n        \"overtight\",\n        \"overtimer\",\n        \"overtint\",\n        \"overtiring\",\n        \"overtread\",\n        \"overway\",\n        \"overward\",\n        \"pashed\",\n        \"pass\",\n        \"passable\",\n        \"passably\",\n        \"passade\",\n        \"passades\",\n        \"passageable\",\n        \"passay\",\n        \"passed\",\n        \"passen\",\n        \"passer\",\n        \"passes\",\n        \"passir\",\n        \"pasts\",\n        \"preoverthrow\",\n        \"sassed\",\n        \"skippered\",\n        \"skipway\",\n        \"subpass\",\n        \"surmit\",\n        \"surpass\",\n        \"throughgrow\",\n        \"transcended\",\n        \"transcends\",\n        \"transpass\",\n        \"transpires\",\n        \"transvalue\",\n        \"underpass\",\n        \"undersill\",\n        \"unpass\",\n        \"wared\"\n    ],\n    \"ìgwè\": [\n        \"bands\",\n        \"cohort\",\n        \"enchest\",\n        \"groupings\",\n        \"groups\",\n        \"hordes\",\n        \"teams\",\n        \"trooly\",\n        \"troop\",\n        \"trooped\",\n        \"troopfowl\",\n        \"troopial\",\n        \"troopwise\",\n        \"troostite\",\n        \"trooz\"\n    ],\n    \"bandsaing\": [\n        \"bandsawing\"\n    ],\n    \"ìgwè ndị agha\": [\n        \"bandsmen\"\n    ],\n    \"bandbands\": [\n        \"bandstands\"\n    ],\n    \"bandopop\": [\n        \"bandstop\"\n    ],\n    \"bandtring\": [\n        \"bandstring\"\n    ],\n    \"bandorrias\": [\n        \"bandurrias\"\n    ],\n    \"echefu\": [\n        \"baneful\",\n        \"forgetable\",\n        \"forgetful\",\n        \"forgetfully\",\n        \"forgetive\",\n        \"forgets\",\n        \"forgett\",\n        \"forgettable\",\n        \"forgettably\",\n        \"forgette\",\n        \"forgottenness\",\n        \"memorably\",\n        \"oblivial\",\n        \"reforgeable\",\n        \"sleighed\",\n        \"slipped\"\n    ],\n    \"baleful\": [\n        \"banefully\"\n    ],\n    \"baneful ness\": [\n        \"banefulness\"\n    ],\n    \"banf\": [\n        \"banff\"\n    ],\n    \"Bang\": [\n        \"bang\"\n    ],\n    \"ịkụ\": [\n        \"banging\",\n        \"tacking\",\n        \"ticking\"\n    ],\n    \"Bangkok\": [\n        \"bangkok\"\n    ],\n    \"ụlọ akụ\": [\n        \"bangkoks\",\n        \"bank\",\n        \"bankbook\",\n        \"banked\",\n        \"bankerdom\",\n        \"banking\",\n        \"bankings\",\n        \"bankrider\",\n        \"bankroll\",\n        \"bankrolls\",\n        \"bankshall\",\n        \"banksia\",\n        \"banksian\",\n        \"banksias\",\n        \"bankweed\",\n        \"treasuries\"\n    ],\n    \"onye anwuna\": [\n        \"banisher\"\n    ],\n    \"ndị mbisa\": [\n        \"banishers\"\n    ],\n    \"banita\": [\n        \"banister\"\n    ],\n    \"akwụkwọ ndekọ ego\": [\n        \"bankbooks\"\n    ],\n    \"kaadị\": [\n        \"bankcard\",\n        \"bankcards\",\n        \"brancard\",\n        \"card\",\n        \"cardcases\",\n        \"cardcastle\",\n        \"carded\",\n        \"carder\",\n        \"carders\",\n        \"cardigan\",\n        \"carding\",\n        \"cardings\",\n        \"cardiod\",\n        \"cardiodilator\",\n        \"cardiographs\",\n        \"cardita\",\n        \"carditic\",\n        \"carditises\",\n        \"cardmaking\",\n        \"cardo\",\n        \"cardooer\",\n        \"cardoon\",\n        \"cardplaying\",\n        \"cardroom\",\n        \"cards\",\n        \"cardsharp\",\n        \"cardsharper\",\n        \"cardsharps\",\n        \"cardstock\",\n        \"cartouches\",\n        \"cryptobranch\",\n        \"cryptocarya\",\n        \"cryptocarp\",\n        \"cryptocarpous\",\n        \"cryptogam\",\n        \"cryptogamic\",\n        \"cryptoglioma\",\n        \"cryptograms\",\n        \"cryptographal\",\n        \"cryptophyte\",\n        \"cryptoscopy\",\n        \"pards\",\n        \"placarded\",\n        \"placards\",\n        \"timecards\",\n        \"upcard\"\n    ],\n    \"onye oru banki\": [\n        \"banker\"\n    ],\n    \"banki\": [\n        \"bankeress\",\n        \"bankers\",\n        \"underbank\",\n        \"upbank\"\n    ],\n    \"Bankman\": [\n        \"bankman\",\n        \"banksman\",\n        \"banksmen\"\n    ],\n    \"ndị na-eche ego\": [\n        \"bankmen\"\n    ],\n    \"onye nchekwa ego\": [\n        \"bankroller\"\n    ],\n    \"ịkụ ego\": [\n        \"bankrolling\"\n    ],\n    \"anoghi n'ulo oba\": [\n        \"banks\"\n    ],\n    \"n'akụkụ mmiri\": [\n        \"bankside\",\n        \"banksides\"\n    ],\n    \"banlieue\": [\n        \"banlieu\"\n    ],\n    \"enweghị ọkọ\": [\n        \"bannerless\",\n        \"scratchless\"\n    ],\n    \"bann\": [\n        \"bannets\",\n        \"banns\"\n    ],\n    \"bannister\": [\n        \"bannisters\"\n    ],\n    \"ịquụ mmanya\": [\n        \"banqueteering\"\n    ],\n    \"banshee\": [\n        \"banshie\",\n        \"benshee\"\n    ],\n    \"banshees\": [\n        \"banshies\"\n    ],\n    \"Banteng\": [\n        \"banteng\"\n    ],\n    \"Gbanyụọ\": [\n        \"bantered\",\n        \"blattered\",\n        \"conflagrant\",\n        \"corradiated\",\n        \"dislade\",\n        \"outfamed\",\n        \"overfling\",\n        \"overmild\",\n        \"overruffed\",\n        \"oversweet\",\n        \"presbyterated\",\n        \"subumbellated\",\n        \"subverts\"\n    ],\n    \"lọ ahịa\": [\n        \"banterers\"\n    ],\n    \"ịkụ akụ\": [\n        \"bantering\"\n    ],\n    \"bantị\": [\n        \"banters\"\n    ],\n    \"bụ\": [\n        \"bantling\",\n        \"beblot\",\n        \"belongs\",\n        \"bobbing\",\n        \"consisted\",\n        \"dittoing\",\n        \"ecesis\",\n        \"eyn\",\n        \"elans\",\n        \"emcees\",\n        \"ens\",\n        \"yis\",\n        \"morselling\",\n        \"ne\",\n        \"pleurocarp\",\n        \"reptiliousness\",\n        \"shoffroth\",\n        \"smudging\",\n        \"was\"\n    ],\n    \"baptizim\": [\n        \"bapt\",\n        \"baptised\",\n        \"baptisms\",\n        \"baptized\",\n        \"baptizement\"\n    ],\n    \"Baptanodon\": [\n        \"baptanodon\"\n    ],\n    \"Baptist\": [\n        \"baptise\",\n        \"baptist\"\n    ],\n    \"na-eme baptizim\": [\n        \"baptises\",\n        \"baptising\",\n        \"baptistic\",\n        \"baptizes\",\n        \"baptizing\"\n    ],\n    \"baptismisias\": [\n        \"baptisias\"\n    ],\n    \"baptisia\": [\n        \"baptisin\"\n    ],\n    \"baptism\": [\n        \"baptismal\",\n        \"baptismally\",\n        \"baptistry\",\n        \"baptistries\",\n        \"christening\",\n        \"christhood\"\n    ],\n    \"ebe anwuru\": [\n        \"baptistery\"\n    ],\n    \"ebe anakpo\": [\n        \"baptisteries\",\n        \"sottery\"\n    ],\n    \"ndị na-eme baptizim\": [\n        \"baptists\",\n        \"baptizers\"\n    ],\n    \"mee baptizim\": [\n        \"baptize\"\n    ],\n    \"Baptism\": [\n        \"baptizee\"\n    ],\n    \"onye na-eme baptizim\": [\n        \"baptizer\"\n    ],\n    \"Baptornis\": [\n        \"baptornis\"\n    ],\n    \"ụlọ mmanya\": [\n        \"bar\",\n        \"barbettes\",\n        \"barbs\",\n        \"pub\",\n        \"winehouse\"\n    ],\n    \"barbara\": [\n        \"barabara\",\n        \"barabra\",\n        \"barbar\"\n    ],\n    \"bacara\": [\n        \"baraca\"\n    ],\n    \"onye isi ala\": [\n        \"barbadian\",\n        \"begarlanded\",\n        \"butterman\",\n        \"chicaned\",\n        \"chiefess\",\n        \"diplomyelia\",\n        \"faddist\",\n        \"fauster\",\n        \"fundamentalist\",\n        \"groundsman\",\n        \"landgravess\",\n        \"landgravine\",\n        \"landwire\",\n        \"mainlander\",\n        \"mainlanders\",\n        \"myriarch\",\n        \"nonadorner\",\n        \"nonpresidential\",\n        \"outflanker\",\n        \"overslander\",\n        \"palaestrian\",\n        \"pasteurian\",\n        \"pervader\",\n        \"prefectoral\",\n        \"preshelter\",\n        \"preside\",\n        \"president\",\n        \"presidente\",\n        \"presidential\",\n        \"presidentially\",\n        \"presidentiary\",\n        \"presocialist\",\n        \"prespinal\",\n        \"primianist\",\n        \"proculian\",\n        \"quartermasters\",\n        \"southeaster\",\n        \"statesman\",\n        \"subprioress\",\n        \"superpatriot\",\n        \"superpatriotic\",\n        \"tenorist\",\n        \"undercoachman\"\n    ],\n    \"barbados\": [\n        \"barbadoes\"\n    ],\n    \"barbara alia\": [\n        \"barbaralalia\"\n    ],\n    \"Nwa nwoke\": [\n        \"barbaresque\",\n        \"drawboy\",\n        \"eroticomania\",\n        \"foilsman\",\n        \"nephelinite\",\n        \"sonation\",\n        \"sonicates\",\n        \"statesboy\"\n    ],\n    \"onye ara mba\": [\n        \"barbarian\"\n    ],\n    \"Ime ihe ike\": [\n        \"barbarianism\"\n    ],\n    \"na-azụ ahịa\": [\n        \"barbarianizing\",\n        \"barbequing\",\n        \"basitting\",\n        \"commercialise\",\n        \"commercialize\"\n    ],\n    \"obi tara mmiri\": [\n        \"barbaric\",\n        \"barbarical\",\n        \"barbarically\",\n        \"barbarious\",\n        \"barbarise\",\n        \"barbarised\",\n        \"barbarisms\",\n        \"brutalized\",\n        \"brutified\",\n        \"haptical\",\n        \"harden\",\n        \"hardened\",\n        \"hardenedness\",\n        \"hardhearted\",\n        \"hardheartedness\",\n        \"roughhearted\",\n        \"ruthless\",\n        \"savagerous\",\n        \"toughhearted\",\n        \"whippier\"\n    ],\n    \"izu ojoo\": [\n        \"barbariousness\",\n        \"sabulous\",\n        \"savageness\"\n    ],\n    \"ịzụ ahịa\": [\n        \"barbarize\",\n        \"barbarizes\",\n        \"barbarizing\",\n        \"barbing\",\n        \"barbouillage\",\n        \"barbulate\",\n        \"barfing\",\n        \"barter\",\n        \"bartered\",\n        \"barterer\",\n        \"buyouts\",\n        \"consumership\",\n        \"currish\",\n        \"factoring\",\n        \"hubbing\",\n        \"pedlary\",\n        \"procensure\",\n        \"propurchase\",\n        \"shoepack\",\n        \"shopbreaking\",\n        \"shopful\",\n        \"shopfuls\",\n        \"shopgirlish\",\n        \"shopkeep\",\n        \"shopkeeperism\",\n        \"shopkeeping\",\n        \"shopping\",\n        \"shoppings\",\n        \"shoppini\",\n        \"shoppish\",\n        \"stockjobbery\",\n        \"stockmaking\",\n        \"stouring\",\n        \"tradesmanship\"\n    ],\n    \"amachibidoro\": [\n        \"barbarized\",\n        \"feateous\",\n        \"outbargained\",\n        \"outbled\",\n        \"outlaid\",\n        \"outraved\",\n        \"outromanced\",\n        \"outroved\",\n        \"restricken\",\n        \"restricted\"\n    ],\n    \"obi ọjọọ\": [\n        \"barbarous\",\n        \"barbarously\",\n        \"brutal\",\n        \"brutalised\",\n        \"brutalism\",\n        \"brutalitarian\",\n        \"brutalitarianism\",\n        \"brutality\",\n        \"brutalities\",\n        \"brutalness\",\n        \"bruteness\",\n        \"brutism\",\n        \"brutisms\",\n        \"brutter\",\n        \"crudeness\",\n        \"cruel\",\n        \"cruelness\",\n        \"cruelty\",\n        \"cruelties\",\n        \"ferociousness\",\n        \"harshness\",\n        \"imbitterment\",\n        \"inhumanely\",\n        \"malevolence\",\n        \"malevolent\",\n        \"maliciously\",\n        \"mignonness\",\n        \"miseats\",\n        \"misexpressive\",\n        \"pimpliness\",\n        \"roughheartedness\",\n        \"ruthful\",\n        \"saddlebag\",\n        \"saddlebags\",\n        \"saddlebill\",\n        \"saddletree\",\n        \"saddletrees\",\n        \"sadducean\",\n        \"sadducism\",\n        \"underkind\",\n        \"unhumanely\",\n        \"unkindly\"\n    ],\n    \"Obi ọjọọ\": [\n        \"barbarousness\"\n    ],\n    \"basba\": [\n        \"barbas\"\n    ],\n    \"barabasco\": [\n        \"barbasco\"\n    ],\n    \"barabascos\": [\n        \"barbascos\"\n    ],\n    \"onyechi\": [\n        \"barbastel\",\n        \"bratticer\",\n        \"catogenic\",\n        \"centaurian\",\n        \"chucker\",\n        \"cicindelid\",\n        \"creaky\",\n        \"daterman\",\n        \"decantist\",\n        \"eugubine\",\n        \"garthman\",\n        \"gastriloquist\",\n        \"gestant\",\n        \"gillhooter\",\n        \"gillian\",\n        \"gustatorial\",\n        \"himyaric\",\n        \"howker\",\n        \"lacquerist\",\n        \"pacchionian\",\n        \"pachypleuritic\",\n        \"pachomian\",\n        \"pyogenic\",\n        \"platyhelminthes\",\n        \"roisterer\",\n        \"stelleridean\",\n        \"strongylid\",\n        \"taliacotian\",\n        \"tsarist\",\n        \"vestryman\",\n        \"vouster\",\n        \"welfarist\",\n        \"whoopees\",\n        \"xylotomist\",\n        \"zoilist\"\n    ],\n    \"amụrụ amị\": [\n        \"barbated\"\n    ],\n    \"Anụ Mmịkpọ\": [\n        \"barbecue\",\n        \"barbecuer\",\n        \"barbecues\",\n        \"barbeyaceae\",\n        \"barbequed\"\n    ],\n    \"na-eri anụ\": [\n        \"barbecued\",\n        \"carnationed\",\n        \"preyful\",\n        \"preying\"\n    ],\n    \"na-atụ mgbere ahịa\": [\n        \"barbecueing\",\n        \"barbecuing\"\n    ],\n    \"nwere etisa\": [\n        \"barbed\"\n    ],\n    \"barbeed\": [\n        \"barbeled\"\n    ],\n    \"ihe nlele\": [\n        \"barbellulate\",\n        \"bevelment\",\n        \"parallelizer\",\n        \"paraparetic\",\n        \"samp\",\n        \"samples\",\n        \"samplings\",\n        \"scaleboard\",\n        \"scalework\",\n        \"smoucher\",\n        \"violescent\",\n        \"watchglassful\"\n    ],\n    \"onye na-akpụ isi\": [\n        \"barber\",\n        \"barberish\",\n        \"barberite\"\n    ],\n    \"amachibidoro iwu\": [\n        \"barbered\",\n        \"illegalized\",\n        \"outbanned\",\n        \"outlawed\",\n        \"outlawing\",\n        \"outrocked\",\n        \"outrogued\"\n    ],\n    \"azu ahia\": [\n        \"barberfish\",\n        \"barfish\",\n        \"foretack\",\n        \"outstay\",\n        \"sepulture\"\n    ],\n    \"izu ohi\": [\n        \"barbery\",\n        \"burggrave\",\n        \"burglary\",\n        \"burglarising\",\n        \"burgle\",\n        \"embezzlement\",\n        \"embezzlements\",\n        \"ragery\",\n        \"robbery\",\n        \"robberies\",\n        \"robbin\",\n        \"robbing\",\n        \"robigalia\",\n        \"robur\",\n        \"roburite\",\n        \"steal\",\n        \"stelae\",\n        \"stolelike\",\n        \"stolenness\",\n        \"stoothing\",\n        \"theftbote\",\n        \"theftdom\",\n        \"theftless\",\n        \"thiefcraft\",\n        \"thiefdom\",\n        \"thiefmaking\",\n        \"thiefwise\",\n        \"thievable\",\n        \"thieved\",\n        \"thieveless\",\n        \"thiever\",\n        \"thievery\",\n        \"thieveries\",\n        \"thieving\",\n        \"thievingly\",\n        \"thievish\",\n        \"thievishly\",\n        \"thievishness\",\n        \"thuggery\"\n    ],\n    \"na-akpụ isi\": [\n        \"barbering\",\n        \"barbermonger\"\n    ],\n    \"barberị\": [\n        \"barberries\"\n    ],\n    \"ndị na-akpụ isi\": [\n        \"barbers\",\n        \"barbes\",\n        \"barbets\"\n    ],\n    \"ụlọ ahịa onye ọkpụ isi\": [\n        \"barbershop\"\n    ],\n    \"ebe a na-akpụ isi\": [\n        \"barbershops\"\n    ],\n    \"barnet\": [\n        \"barbet\"\n    ],\n    \"onye Barba\": [\n        \"barbican\"\n    ],\n    \"ndị igbo\": [\n        \"barbicans\"\n    ],\n    \"ahihia\": [\n        \"barbicel\",\n        \"cill\",\n        \"coef\",\n        \"cognacs\",\n        \"coiffes\",\n        \"coifs\",\n        \"cornflowers\",\n        \"evergreenery\",\n        \"floss\",\n        \"garbage\",\n        \"grassbird\",\n        \"grasschat\",\n        \"grasser\",\n        \"grasserie\",\n        \"grassflower\",\n        \"grasshop\",\n        \"grassie\",\n        \"grassless\",\n        \"grasswork\",\n        \"grassworm\",\n        \"hay\",\n        \"hayband\",\n        \"haybird\",\n        \"haygrower\",\n        \"haylofts\",\n        \"hayrack\",\n        \"herbage\",\n        \"herbal\",\n        \"herbals\",\n        \"herbrough\",\n        \"moil\",\n        \"moot\",\n        \"orbiculares\",\n        \"seedleaf\",\n        \"sheroots\",\n        \"snakeweed\",\n        \"strawflower\",\n        \"teff\",\n        \"vegetating\",\n        \"vegete\",\n        \"vegetive\",\n        \"verdite\",\n        \"wastebin\",\n        \"wasteweir\",\n        \"wastine\",\n        \"wedger\"\n    ],\n    \"onye na-eme ihe ike\": [\n        \"barbigerous\",\n        \"bullionist\",\n        \"encroacher\",\n        \"roughhewer\",\n        \"tyrannizer\"\n    ],\n    \"ndina mba\": [\n        \"barbitalism\"\n    ],\n    \"mgbanaka\": [\n        \"barble\",\n        \"filace\",\n        \"hypersthenic\",\n        \"pansexism\",\n        \"ring\",\n        \"ringable\",\n        \"ringbark\",\n        \"ringbarker\",\n        \"ringbarking\",\n        \"ringbill\",\n        \"ringbolt\",\n        \"ringbolts\",\n        \"ringcraft\",\n        \"ringers\",\n        \"ringgit\",\n        \"ringgiving\",\n        \"ringhals\",\n        \"ringhalses\",\n        \"ringings\",\n        \"ringmaker\",\n        \"ringmaking\",\n        \"ringman\",\n        \"ringmasters\",\n        \"ringster\",\n        \"turndun\",\n        \"upchaunce\"\n    ],\n    \"onye na-enweghị ntụpọ\": [\n        \"barbless\"\n    ],\n    \"barata\": [\n        \"barblet\"\n    ],\n    \"ngwọ\": [\n        \"barbone\"\n    ],\n    \"barbọdina\": [\n        \"barbotine\"\n    ],\n    \"barbọt\": [\n        \"barbotte\"\n    ],\n    \"mba igbo\": [\n        \"barbwires\"\n    ],\n    \"ịcaụ mmanya\": [\n        \"barcarole\"\n    ],\n    \"ụlọ ahịa\": [\n        \"barcas\",\n        \"barchans\",\n        \"bookshop\",\n        \"boutiques\",\n        \"cafe\",\n        \"cafes\",\n        \"castores\",\n        \"coadventuress\",\n        \"countertheory\",\n        \"countertrades\",\n        \"countertrend\",\n        \"dealership\",\n        \"foretopsail\",\n        \"fstore\",\n        \"proprietariat\",\n        \"retailoring\",\n        \"salerooms\",\n        \"salesrooms\",\n        \"shoepac\",\n        \"shoepacs\",\n        \"shop\",\n        \"shopfolk\",\n        \"shopkeepery\",\n        \"shoplift\",\n        \"shoplifts\",\n        \"shoplike\",\n        \"shoppes\",\n        \"shoppier\",\n        \"shops\",\n        \"shopster\",\n        \"shoptalk\",\n        \"shoptalks\",\n        \"staysails\",\n        \"stallings\",\n        \"stalls\",\n        \"stevedore\",\n        \"stite\",\n        \"store\",\n        \"storer\",\n        \"stores\",\n        \"storewide\",\n        \"supermarket\",\n        \"thecaspore\",\n        \"tollhouse\",\n        \"tracasseries\"\n    ],\n    \"bard\": [\n        \"bardes\"\n    ],\n    \"nnọchi\": [\n        \"bardess\",\n        \"counterpronunciamento\",\n        \"deputization\",\n        \"replacement\",\n        \"replacements\",\n        \"replaster\",\n        \"sitologies\",\n        \"substitutional\",\n        \"substitutionary\",\n        \"substitutions\",\n        \"successorship\",\n        \"sucury\"\n    ],\n    \"zụrụ ahịa\": [\n        \"bardiest\",\n        \"buchanite\",\n        \"overspiced\",\n        \"shopsoiled\"\n    ],\n    \"ahia\": [\n        \"bardish\",\n        \"bargain\",\n        \"bargainable\",\n        \"bargained\",\n        \"bargainee\",\n        \"bargainer\",\n        \"bargaining\",\n        \"bargainor\",\n        \"barreling\",\n        \"barrelling\",\n        \"bartering\",\n        \"barwares\",\n        \"briery\",\n        \"counterguerilla\",\n        \"countermine\",\n        \"countervalue\",\n        \"deaeration\",\n        \"dealerdom\",\n        \"deaves\",\n        \"forestal\",\n        \"groceress\",\n        \"marketer\",\n        \"marketing\",\n        \"mercantile\",\n        \"merchandised\",\n        \"merchandising\",\n        \"merchandrise\",\n        \"merchant\",\n        \"merchantability\",\n        \"merchantableness\",\n        \"merchanter\",\n        \"merchanthood\",\n        \"merchantry\",\n        \"merchet\",\n        \"outkicking\",\n        \"outvalue\",\n        \"revalues\",\n        \"smuggles\",\n        \"supertragedies\",\n        \"trade\",\n        \"tradecraft\",\n        \"traded\",\n        \"tradeful\",\n        \"tradeoffs\",\n        \"trader\",\n        \"tradership\",\n        \"trades\",\n        \"tradesfolk\",\n        \"tradesmanlike\",\n        \"tradesperson\",\n        \"tradevman\",\n        \"trading\",\n        \"travesties\",\n        \"travestiment\",\n        \"vendue\",\n        \"vendues\"\n    ],\n    \"ardonye\": [\n        \"bardo\"\n    ],\n    \"ezi omume\": [\n        \"bardolatry\",\n        \"bonaught\",\n        \"courty\",\n        \"exradio\",\n        \"jussieuan\",\n        \"prerighteous\",\n        \"prerighteousness\",\n        \"righteousness\",\n        \"uprighteousness\"\n    ],\n    \"Akwukwo\": [\n        \"bards\",\n        \"episcopality\",\n        \"episcoparian\",\n        \"epispermic\",\n        \"epispinal\",\n        \"harpy\"\n    ],\n    \"agba nkịtị\": [\n        \"bare\",\n        \"barelegged\",\n        \"unscarceness\"\n    ],\n    \"n'adabereghị\": [\n        \"barebacked\",\n        \"independently\",\n        \"nonabidingly\",\n        \"nonabrasively\",\n        \"nonadverbially\",\n        \"nonapologetically\",\n        \"nondependance\",\n        \"nondependence\",\n        \"nonhereditarily\",\n        \"nonintrospective\",\n        \"nonpalliatively\",\n        \"nonrelatively\",\n        \"nonrurally\",\n        \"subexternally\",\n        \"unabasedly\",\n        \"unabidingly\",\n        \"uncoordinately\",\n        \"unpretendingly\",\n        \"unresistingly\",\n        \"unwandering\"\n    ],\n    \"akpụkpọ ụkwụ\": [\n        \"bareboats\",\n        \"bigots\",\n        \"bootheel\",\n        \"boothes\",\n        \"bootikins\",\n        \"bootjack\",\n        \"bootjacks\",\n        \"bootlace\",\n        \"bootleg\",\n        \"bootless\",\n        \"bootlessly\",\n        \"bootlicks\",\n        \"boots\",\n        \"bootstrap\",\n        \"buckskins\",\n        \"choes\",\n        \"coltsfoots\",\n        \"doughfoots\",\n        \"foalfoots\",\n        \"footbridges\",\n        \"footcandle\",\n        \"footcandles\",\n        \"footfolk\",\n        \"footgear\",\n        \"footloose\",\n        \"footrope\",\n        \"footwear\",\n        \"footweary\",\n        \"footwears\",\n        \"footworn\",\n        \"foreskirt\",\n        \"foreswear\",\n        \"forswear\",\n        \"heezed\",\n        \"hollowfoot\",\n        \"hotfoots\",\n        \"limpkins\",\n        \"lobefoots\",\n        \"oots\",\n        \"pedipalp\",\n        \"sandal\",\n        \"sandnecker\",\n        \"sandroller\",\n        \"scalpellum\",\n        \"scalpriform\",\n        \"sheathe\",\n        \"shoalbrain\",\n        \"shoalier\",\n        \"shoaliest\",\n        \"shoalness\",\n        \"shoals\",\n        \"shod\",\n        \"shoddy\",\n        \"shoddied\",\n        \"shoddies\",\n        \"shoe\",\n        \"shoeboy\",\n        \"shoebrush\",\n        \"shoed\",\n        \"shoehorn\",\n        \"shoehorned\",\n        \"shoehorning\",\n        \"shoeless\",\n        \"shoemaker\",\n        \"shoemakers\",\n        \"shoemaking\",\n        \"shoes\",\n        \"shoescraper\",\n        \"shoeshine\",\n        \"shoeshop\",\n        \"shoesmith\",\n        \"shoestring\",\n        \"shoestrings\",\n        \"shoetrees\",\n        \"shonde\",\n        \"shovelard\",\n        \"sneeshes\",\n        \"sorefoot\"\n    ],\n    \"ọkpụkpụ ọkpụkpụ\": [\n        \"barebone\",\n        \"boneache\",\n        \"bonebinder\",\n        \"boneblack\",\n        \"bonebreaker\",\n        \"bonehead\",\n        \"boneheaded\",\n        \"boneheadedness\",\n        \"boneheads\",\n        \"bonework\",\n        \"bonewort\",\n        \"edgebone\"\n    ],\n    \"ọkpụkpụ nkịtị\": [\n        \"barebones\"\n    ],\n    \"ogha ihu\": [\n        \"barefacedly\"\n    ],\n    \"Ubọk\": [\n        \"barefisted\",\n        \"extrabulbar\",\n        \"lifespans\"\n    ],\n    \"enweghị efe\": [\n        \"barefit\",\n        \"fleeceless\",\n        \"nonfloatation\"\n    ],\n    \"ụkwụ ọtọ\": [\n        \"barefoot\",\n        \"barefooted\"\n    ],\n    \"gesbụ\": [\n        \"bareges\"\n    ],\n    \"buru isi\": [\n        \"bareheaded\"\n    ],\n    \"sonso\": [\n        \"barely\",\n        \"barly\"\n    ],\n    \"baightses\": [\n        \"barenesses\"\n    ],\n    \"barti\": [\n        \"barff\",\n        \"barflies\"\n    ],\n    \"barf\": [\n        \"barfs\"\n    ],\n    \"ndị ahia ahia\": [\n        \"bargainers\"\n    ],\n    \"ọnụ ahịa\": [\n        \"bargains\",\n        \"costaea\",\n        \"costumire\",\n        \"mondes\",\n        \"priceably\",\n        \"revoices\",\n        \"shoebills\",\n        \"valuer\"\n    ],\n    \"n'izu ahia\": [\n        \"bargainwise\"\n    ],\n    \"nnukwu ụgbọ mmiri\": [\n        \"barge\",\n        \"supertanker\"\n    ],\n    \"anụ bargeese\": [\n        \"bargeese\"\n    ],\n    \"onye na-azụ anụ\": [\n        \"barger\",\n        \"herringer\"\n    ],\n    \"zụrụ\": [\n        \"barghests\",\n        \"bred\",\n        \"chaped\",\n        \"decipherer\",\n        \"enchase\",\n        \"harrumphed\",\n        \"hypped\",\n        \"hoarily\",\n        \"latrede\",\n        \"outchased\",\n        \"overspilt\",\n        \"oversprung\",\n        \"pedimented\",\n        \"prepurchased\",\n        \"presold\",\n        \"primegilt\",\n        \"purchased\",\n        \"rasen\",\n        \"reared\",\n        \"rearer\",\n        \"rearers\",\n        \"refeed\",\n        \"reluce\",\n        \"saya\",\n        \"sayable\",\n        \"snuck\",\n        \"stashed\",\n        \"stealthiest\",\n        \"steeked\",\n        \"stencilled\",\n        \"stied\",\n        \"stiped\",\n        \"stippled\",\n        \"stoicheiometrically\",\n        \"stonied\",\n        \"stromed\",\n        \"strung\",\n        \"strunted\",\n        \"stuntedly\",\n        \"sturdied\",\n        \"subimpressed\",\n        \"subreptary\",\n        \"swarded\",\n        \"swizzled\",\n        \"swungen\",\n        \"tasselled\",\n        \"teached\",\n        \"thaught\",\n        \"tilled\",\n        \"tyned\",\n        \"toted\",\n        \"towd\",\n        \"trainable\",\n        \"trolled\",\n        \"tuckered\",\n        \"untouristed\",\n        \"upbred\",\n        \"zapped\"\n    ],\n    \"na-agbanye\": [\n        \"barging\",\n        \"berthing\",\n        \"bloviating\",\n        \"bunning\",\n        \"castigating\",\n        \"clemming\",\n        \"converges\",\n        \"danging\",\n        \"danglement\",\n        \"dangling\",\n        \"deblocking\",\n        \"deflecting\",\n        \"engirds\",\n        \"furling\",\n        \"hingers\",\n        \"hording\",\n        \"ignifies\",\n        \"infilling\",\n        \"inglobing\",\n        \"jabbingly\",\n        \"jargoning\",\n        \"jargonizing\",\n        \"jelling\",\n        \"keeling\",\n        \"lanterned\",\n        \"lites\",\n        \"minifies\",\n        \"mutining\",\n        \"oozing\",\n        \"prenoted\",\n        \"puling\",\n        \"pushes\",\n        \"refilming\",\n        \"reflating\",\n        \"repledging\",\n        \"rollicking\",\n        \"rollickingly\",\n        \"rolpens\",\n        \"rootling\",\n        \"secedes\",\n        \"shimmering\",\n        \"silting\",\n        \"simmeringly\",\n        \"sliting\",\n        \"swaging\",\n        \"tapling\",\n        \"throttling\",\n        \"throttlingly\",\n        \"transpiring\",\n        \"turpentining\",\n        \"turpeths\",\n        \"umppiring\",\n        \"undergirded\",\n        \"unflaming\",\n        \"wrappering\"\n    ],\n    \"zụrụ ahia\": [\n        \"barguest\"\n    ],\n    \"ahịa\": [\n        \"barguests\",\n        \"barques\",\n        \"barquest\",\n        \"cliency\",\n        \"client\",\n        \"clientage\",\n        \"cliented\",\n        \"clientry\",\n        \"clientship\",\n        \"commercium\",\n        \"counterinsult\",\n        \"customer\",\n        \"grocer\",\n        \"groceries\",\n        \"jezails\",\n        \"market\",\n        \"marketableness\",\n        \"marketably\",\n        \"marketed\",\n        \"marketeer\",\n        \"marketings\",\n        \"markets\",\n        \"marketstead\",\n        \"mechant\",\n        \"mercal\",\n        \"mercapto\",\n        \"mercer\",\n        \"mercery\",\n        \"merceries\",\n        \"mercership\",\n        \"merchandized\",\n        \"merchanted\",\n        \"merchanteer\",\n        \"merchantish\",\n        \"merchantly\",\n        \"merci\",\n        \"mercian\",\n        \"mergences\",\n        \"merinos\",\n        \"merks\",\n        \"mervail\",\n        \"oversharpness\",\n        \"pedelion\",\n        \"procommercial\",\n        \"resward\",\n        \"semicommercial\",\n        \"storefront\",\n        \"superdecoration\",\n        \"traduces\",\n        \"vends\",\n        \"ventages\",\n        \"ventures\"\n    ],\n    \"ahụrụ\": [\n        \"bariatrics\",\n        \"boded\",\n        \"bodeful\",\n        \"bodement\",\n        \"bodice\",\n        \"bodiced\",\n        \"bodycheck\",\n        \"boding\",\n        \"bodingly\",\n        \"bodings\",\n        \"bodysuit\",\n        \"cephaloplegic\",\n        \"clinodome\",\n        \"deionized\",\n        \"disnosed\",\n        \"docketed\",\n        \"ecol\",\n        \"entodermic\",\n        \"ergastulum\",\n        \"eryops\",\n        \"excurved\",\n        \"exospores\",\n        \"faute\",\n        \"faviform\",\n        \"favosites\",\n        \"limbiferous\",\n        \"limnic\",\n        \"limnite\",\n        \"marcescence\",\n        \"neurodynamic\",\n        \"organogel\",\n        \"outseen\",\n        \"prenotice\",\n        \"renoticed\",\n        \"sissiness\",\n        \"spotted\",\n        \"spottedly\",\n        \"spottedness\",\n        \"thelyblastic\",\n        \"tickseed\",\n        \"tickweed\"\n    ],\n    \"ọka bali\": [\n        \"baryes\",\n        \"barkey\",\n        \"barley\",\n        \"barleybird\",\n        \"barleybrake\",\n        \"barleybreak\",\n        \"barleycorn\",\n        \"barleyhood\",\n        \"barleys\",\n        \"barling\"\n    ],\n    \"aryekwere\": [\n        \"baryglossia\"\n    ],\n    \"barọns\": [\n        \"baryons\"\n    ],\n    \"Nwogu\": [\n        \"barytic\",\n        \"bobadilian\",\n        \"bobsleigh\",\n        \"jovian\",\n        \"pelorian\",\n        \"roborean\",\n        \"zarathustrian\"\n    ],\n    \"Iheanyichukwu\": [\n        \"barytones\",\n        \"becquerelite\",\n        \"hexahydrated\",\n        \"pantomorphic\"\n    ],\n    \"ogbugbo\": [\n        \"bark\",\n        \"barkary\",\n        \"barkbound\",\n        \"barkcutter\",\n        \"barkening\",\n        \"barkery\",\n        \"barking\",\n        \"barklyite\",\n        \"barkpeel\",\n        \"barkpeeler\",\n        \"barkpeeling\",\n        \"burrbark\",\n        \"burs\",\n        \"mediates\"\n    ],\n    \"ụlọ ọrụ ndozi\": [\n        \"barkeep\"\n    ],\n    \"onye na-elekọta ahụ\": [\n        \"barkeeper\"\n    ],\n    \"ndị na-ahụ maka mmanya mmanya\": [\n        \"barkeepers\"\n    ],\n    \"ụlọ ịsa ahụ\": [\n        \"barkeeps\",\n        \"bathhouse\",\n        \"bathhouses\",\n        \"bathroom\",\n        \"bathrooms\",\n        \"washhouse\",\n        \"washrooms\"\n    ],\n    \"gbogburu\": [\n        \"barken\",\n        \"barkened\",\n        \"barkle\",\n        \"detuned\"\n    ],\n    \"na-ama ụra\": [\n        \"barkingly\",\n        \"slaking\",\n        \"slapping\",\n        \"slating\"\n    ],\n    \"o nwere ike ịgbagha\": [\n        \"barlafumble\"\n    ],\n    \"barleducị\": [\n        \"barleducs\"\n    ],\n    \"ọka bali mow\": [\n        \"barleymow\"\n    ],\n    \"nwa barlow\": [\n        \"barlows\"\n    ],\n    \"onye na-ere mmanya\": [\n        \"barmaid\"\n    ],\n    \"ndi-barma\": [\n        \"barmaids\"\n    ],\n    \"barma\": [\n        \"barmaster\"\n    ],\n    \"ákwà mgbochi\": [\n        \"barmcloth\",\n        \"broadcloth\",\n        \"canvaser\",\n        \"curtain\",\n        \"curtained\",\n        \"matchcloth\",\n        \"padcloth\",\n        \"sachcloth\"\n    ],\n    \"barmeta\": [\n        \"barmfel\"\n    ],\n    \"n'mgbochi\": [\n        \"barming\"\n    ],\n    \"akwa nhicha\": [\n        \"barmskin\",\n        \"napkined\",\n        \"napkining\",\n        \"napkins\",\n        \"towelette\",\n        \"towline\",\n        \"towlines\",\n        \"towrope\",\n        \"washleather\"\n    ],\n    \"n'ọba\": [\n        \"barn\"\n    ],\n    \"barnacle\": [\n        \"barnacles\"\n    ],\n    \"kwo nkwo\": [\n        \"barnful\"\n    ],\n    \"ndị barnmen\": [\n        \"barnmen\"\n    ],\n    \"ndị barnstormers\": [\n        \"barnstormers\"\n    ],\n    \"barnum si\": [\n        \"barnumism\",\n        \"barnumize\"\n    ],\n    \"barocco\": [\n        \"baroco\"\n    ],\n    \"Ebube Dike\": [\n        \"barodynamic\"\n    ],\n    \"barogram\": [\n        \"barograms\"\n    ],\n    \"barometa\": [\n        \"barometer\"\n    ],\n    \"baromita\": [\n        \"barometers\"\n    ],\n    \"barometri\": [\n        \"barometry\"\n    ],\n    \"Nwaobasi\": [\n        \"baroneted\"\n    ],\n    \"emeka\": [\n        \"baronetized\",\n        \"besmutted\",\n        \"breveted\",\n        \"conducive\",\n        \"culicines\",\n        \"disulfuret\",\n        \"erminois\",\n        \"faurd\",\n        \"gilravager\",\n        \"guaiaconic\",\n        \"gulfed\",\n        \"interwwrought\",\n        \"makeready\",\n        \"meandrous\",\n        \"meatic\",\n        \"melasmic\",\n        \"pretraced\",\n        \"swacked\"\n    ],\n    \"Baronnes\": [\n        \"baronnes\"\n    ],\n    \"baron\": [\n        \"barons\"\n    ],\n    \"ahụrụ anya\": [\n        \"baroscopic\",\n        \"entomic\",\n        \"entomical\",\n        \"theomorphize\"\n    ],\n    \"Baroswitch\": [\n        \"baroswitch\"\n    ],\n    \"bara\": [\n        \"barra\"\n    ],\n    \"enwere ike igwu\": [\n        \"barrable\",\n        \"mineable\",\n        \"playable\"\n    ],\n    \"onye mgbochi\": [\n        \"barracker\",\n        \"embargoist\",\n        \"immunist\",\n        \"inhibiter\",\n        \"inhibitionist\",\n        \"restrainer\",\n        \"vaccinationist\"\n    ],\n    \"barracuda\": [\n        \"barraclade\",\n        \"barracudina\"\n    ],\n    \"barracudas\": [\n        \"barracoutas\"\n    ],\n    \"barragan\": [\n        \"barragon\"\n    ],\n    \"barranko\": [\n        \"barrancos\"\n    ],\n    \"onye na-amachi anya\": [\n        \"barrater\"\n    ],\n    \"ndị barrat\": [\n        \"barraters\"\n    ],\n    \"ndị na-ebu mkpọchi\": [\n        \"barrators\"\n    ],\n    \"ụlọ barrat\": [\n        \"barratries\"\n    ],\n    \"gbọmgbọm\": [\n        \"barrel\",\n        \"barrelfish\",\n        \"barrelfishes\",\n        \"barrelful\",\n        \"barrelfuls\",\n        \"barrelhead\",\n        \"barrelmaker\",\n        \"barrelmaking\",\n        \"barrels\",\n        \"barrelsful\",\n        \"barrelwise\",\n        \"carrel\",\n        \"carrels\",\n        \"farrel\",\n        \"haverel\",\n        \"parel\",\n        \"parrels\",\n        \"petrel\",\n        \"petrels\",\n        \"pointrel\",\n        \"verrel\",\n        \"worrel\"\n    ],\n    \"ahia ahia\": [\n        \"barrelage\",\n        \"counterculture\",\n        \"intertrafficking\",\n        \"merchandisability\",\n        \"trafficked\",\n        \"trafficker\",\n        \"trafficks\",\n        \"trafflicker\",\n        \"untrafficked\"\n    ],\n    \"barrel\": [\n        \"barreled\",\n        \"barrelled\"\n    ],\n    \"onye na-ere ihe ọ .ụ .ụ\": [\n        \"barreler\"\n    ],\n    \"ụlọ gbọmgbọm\": [\n        \"barrelhouses\"\n    ],\n    \"amụtaghị\": [\n        \"barren\",\n        \"barrenness\",\n        \"unrehearsed\"\n    ],\n    \"onye aga amụ\": [\n        \"barrener\"\n    ],\n    \"ada\": [\n        \"barrenest\",\n        \"daughter\",\n        \"dauted\",\n        \"doughtier\",\n        \"draughter\",\n        \"droll\",\n        \"drolled\",\n        \"flyless\",\n        \"relot\",\n        \"reputed\"\n    ],\n    \"amụghị amụ\": [\n        \"barrenly\",\n        \"misborn\",\n        \"pupilless\",\n        \"unbegottenness\",\n        \"untemper\"\n    ],\n    \"Ndị amị\": [\n        \"barretors\"\n    ],\n    \"ndị barret\": [\n        \"barretries\",\n        \"barrettes\"\n    ],\n    \"barret\": [\n        \"barrett\",\n        \"barrette\"\n    ],\n    \"beri\": [\n        \"barry\",\n        \"beery\",\n        \"berberry\",\n        \"berry\",\n        \"berrying\",\n        \"bespring\"\n    ],\n    \"ndị na-egbochi mgbochi\": [\n        \"barricaders\",\n        \"obstructionists\"\n    ],\n    \"nwere ihe mgbochi\": [\n        \"barricadoed\"\n    ],\n    \"bariki\": [\n        \"barrico\"\n    ],\n    \"ndị barrister\": [\n        \"barristers\"\n    ],\n    \"barriship\": [\n        \"barristership\"\n    ],\n    \"barista\": [\n        \"barristress\"\n    ],\n    \"ụlọ ndina\": [\n        \"barrooms\"\n    ],\n    \"Barroww\": [\n        \"barrowful\"\n    ],\n    \"onye barrowist\": [\n        \"barrowist\"\n    ],\n    \"onye barrowman\": [\n        \"barrowman\"\n    ],\n    \"ọka barrow\": [\n        \"barrows\"\n    ],\n    \"Ogwe\": [\n        \"bars\",\n        \"chesterfields\",\n        \"cryptogame\",\n        \"embouchment\",\n        \"enshrines\",\n        \"esmeraldan\",\n        \"esmeraldite\",\n        \"frumenty\",\n        \"intermeshes\",\n        \"opencircuit\",\n        \"orbs\",\n        \"ricker\",\n        \"rodd\"\n    ],\n    \"barse\": [\n        \"barsac\"\n    ],\n    \"ngaji mmanya\": [\n        \"barspoon\"\n    ],\n    \"bartender\": [\n        \"bartend\"\n    ],\n    \"ore mmanya\": [\n        \"bartended\",\n        \"bartender\"\n    ],\n    \"ndị bartender\": [\n        \"bartenders\",\n        \"bartends\"\n    ],\n    \"bartis\": [\n        \"bartisans\"\n    ],\n    \"ndị bartizans\": [\n        \"bartizans\"\n    ],\n    \"ọkpọ\": [\n        \"bartletts\",\n        \"bones\",\n        \"boxball\",\n        \"boxberries\",\n        \"boxcars\",\n        \"boxfuls\",\n        \"boxhauls\",\n        \"boxhead\",\n        \"boxy\",\n        \"cockler\",\n        \"cockneyfy\",\n        \"cockneyfication\",\n        \"cracker\",\n        \"cracket\",\n        \"crows\",\n        \"deckers\",\n        \"docker\",\n        \"druthers\",\n        \"fistfight\",\n        \"fistful\",\n        \"fisting\",\n        \"fistle\",\n        \"fistnote\",\n        \"fistnotes\",\n        \"fists\",\n        \"fistular\",\n        \"fistulate\",\n        \"fistulated\",\n        \"fistule\",\n        \"gists\",\n        \"hitler\",\n        \"hitter\",\n        \"husks\",\n        \"mucker\",\n        \"pecker\",\n        \"pipkins\",\n        \"pistler\",\n        \"puncher\",\n        \"punches\",\n        \"punchiness\",\n        \"puncture\",\n        \"puninesses\",\n        \"punker\",\n        \"punketto\",\n        \"punlet\",\n        \"punners\",\n        \"punproof\",\n        \"punster\",\n        \"skelet\",\n        \"skeletal\",\n        \"skeletally\",\n        \"skeletin\",\n        \"skeleton\",\n        \"skeletony\",\n        \"skeletonian\",\n        \"skeletonic\",\n        \"skeletonise\",\n        \"skeletonised\",\n        \"skeletonization\",\n        \"skeletonize\",\n        \"skeletonized\",\n        \"skeletons\",\n        \"sputum\",\n        \"substation\",\n        \"sucker\",\n        \"tackifier\",\n        \"tackler\",\n        \"talcher\",\n        \"tappers\",\n        \"taprooms\",\n        \"tapsters\",\n        \"thrummers\",\n        \"totters\",\n        \"tublet\",\n        \"tumps\",\n        \"whifflery\",\n        \"whiffles\",\n        \"whist\",\n        \"whisted\",\n        \"whistness\",\n        \"whists\",\n        \"wist\",\n        \"wisting\",\n        \"wists\"\n    ],\n    \"bartọn\": [\n        \"barton\"\n    ],\n    \"ịsa ahụ\": [\n        \"barwing\",\n        \"bathflower\",\n        \"bathyal\",\n        \"bathyanesthesia\",\n        \"bathyesthesia\",\n        \"bathing\",\n        \"bathyscape\",\n        \"bathyscaph\",\n        \"bathyscaphe\",\n        \"bathyscaphes\",\n        \"bathmism\",\n        \"bathvillite\",\n        \"bathwort\",\n        \"carwashes\",\n        \"shower\",\n        \"showerhead\",\n        \"showery\",\n        \"showeriness\",\n        \"showering\",\n        \"washday\",\n        \"washrag\",\n        \"washway\"\n    ],\n    \"basaltik\": [\n        \"basaltic\"\n    ],\n    \"basal bekee\": [\n        \"basalts\"\n    ],\n    \"bekee\": [\n        \"basat\",\n        \"baseliner\",\n        \"bead\",\n        \"beader\",\n        \"bearberry\",\n        \"bearberries\",\n        \"bearhound\",\n        \"bearhugs\",\n        \"bebaste\",\n        \"becap\",\n        \"beck\",\n        \"becket\",\n        \"becks\",\n        \"beech\",\n        \"befanned\",\n        \"bemeans\",\n        \"bemuddles\",\n        \"bepen\",\n        \"bepress\",\n        \"berliner\",\n        \"beshear\",\n        \"bevors\",\n        \"cuck\",\n        \"downbeats\",\n        \"english\",\n        \"englishly\",\n        \"englishman\",\n        \"englishry\",\n        \"mutilate\",\n        \"mutinize\",\n        \"peched\",\n        \"shoulderette\",\n        \"shrape\",\n        \"substanced\",\n        \"substances\",\n        \"suppurations\",\n        \"undercup\"\n    ],\n    \"bezin\": [\n        \"bascinet\",\n        \"basin\",\n        \"bason\"\n    ],\n    \"isi ihe\": [\n        \"baseballer\",\n        \"basepoint\",\n        \"basicities\",\n        \"bottomrying\",\n        \"butyral\",\n        \"butterhead\",\n        \"butternut\",\n        \"butternuts\",\n        \"capeline\",\n        \"capillatus\",\n        \"capping\",\n        \"cappings\",\n        \"caprid\",\n        \"coreceiver\",\n        \"corecipient\",\n        \"corectome\",\n        \"corector\",\n        \"coregence\",\n        \"coregency\",\n        \"coreigner\",\n        \"corelate\",\n        \"coremaker\",\n        \"coreplasty\",\n        \"coreplastic\",\n        \"coresign\",\n        \"corespondent\",\n        \"corespondents\",\n        \"coretomy\",\n        \"crosshead\",\n        \"crosspoints\",\n        \"cupelling\",\n        \"essence\",\n        \"essency\",\n        \"headboards\",\n        \"headmark\",\n        \"headnotes\",\n        \"keynote\",\n        \"keynoting\",\n        \"mainstay\",\n        \"mainstays\",\n        \"mainstreetism\",\n        \"maintop\",\n        \"meadower\",\n        \"pilferers\",\n        \"pivot\",\n        \"pointsman\",\n        \"pointsmen\",\n        \"shuttleheaded\",\n        \"subjectivity\",\n        \"tenues\",\n        \"toolhead\"\n    ],\n    \"bọọlụ bọọlụ\": [\n        \"baseballs\",\n        \"curveball\",\n        \"fastball\",\n        \"knuckleball\",\n        \"pushball\"\n    ],\n    \"baseboard\": [\n        \"baseboards\"\n    ],\n    \"isi nwa\": [\n        \"baseborn\",\n        \"primatal\"\n    ],\n    \"isi ụlọ\": [\n        \"basecourt\",\n        \"capillose\",\n        \"chaplets\",\n        \"headroom\",\n        \"headrooms\",\n        \"headwark\",\n        \"headworker\",\n        \"headworks\"\n    ],\n    \"nwere obi\": [\n        \"basehearted\",\n        \"harehearted\",\n        \"heartseed\",\n        \"henhearted\",\n        \"wisehearted\"\n    ],\n    \"inwe obi\": [\n        \"baseheartedness\",\n        \"epicenity\",\n        \"freeheartedness\",\n        \"lionheartedness\"\n    ],\n    \"enweghị ntọala\": [\n        \"baselessness\",\n        \"foundationless\",\n        \"foundationlessness\",\n        \"unfounded\"\n    ],\n    \"ntọala\": [\n        \"baseline\",\n        \"baselines\",\n        \"bases\",\n        \"basification\",\n        \"establishmentism\",\n        \"establishments\",\n        \"foundation\",\n        \"foundational\",\n        \"foundationary\",\n        \"foundationer\",\n        \"foundations\",\n        \"foundership\",\n        \"founding\",\n        \"founds\",\n        \"groundwork\",\n        \"nucleations\",\n        \"nucleus\",\n        \"resettings\",\n        \"setation\",\n        \"settings\"\n    ],\n    \"basmen\": [\n        \"basemen\"\n    ],\n    \"basen\": [\n        \"basenet\"\n    ],\n    \"na-ada\": [\n        \"bashing\",\n        \"befalling\",\n        \"befalls\",\n        \"bleaks\",\n        \"collapsing\",\n        \"copious\",\n        \"crenelled\",\n        \"crenelling\",\n        \"crumming\",\n        \"dawdling\",\n        \"dropling\",\n        \"droppingly\",\n        \"ells\",\n        \"fades\",\n        \"falces\",\n        \"falding\",\n        \"faller\",\n        \"falling\",\n        \"felling\",\n        \"flumped\",\n        \"hurls\",\n        \"yattering\",\n        \"lignes\",\n        \"plinks\",\n        \"plumpens\",\n        \"plunges\",\n        \"plungingly\",\n        \"quells\",\n        \"razes\",\n        \"rebending\",\n        \"refalls\",\n        \"rejudges\",\n        \"relishes\",\n        \"repressedly\",\n        \"repulsively\",\n        \"saggaring\",\n        \"septs\",\n        \"shits\",\n        \"sises\",\n        \"tailing\",\n        \"thumpingly\",\n        \"unfalling\",\n        \"wering\",\n        \"wintling\"\n    ],\n    \"akọwapụtara\": [\n        \"basiated\",\n        \"defined\",\n        \"definedly\",\n        \"definitized\",\n        \"delineated\",\n        \"explicated\",\n        \"specificized\",\n        \"specified\"\n    ],\n    \"nke nkiti\": [\n        \"basic\"\n    ],\n    \"nke isi\": [\n        \"basicerite\",\n        \"chiefly\",\n        \"sylvatical\"\n    ],\n    \"nke nnabata\": [\n        \"basicranial\"\n    ],\n    \"tọrọ ntọala\": [\n        \"basified\",\n        \"foundationed\",\n        \"founded\",\n        \"grounden\"\n    ],\n    \"ihe mbido\": [\n        \"basifier\",\n        \"basifiers\",\n        \"preconditions\",\n        \"primices\",\n        \"primmer\",\n        \"primnesses\"\n    ],\n    \"na-atọ ntọala\": [\n        \"basifying\"\n    ],\n    \"basil\": [\n        \"basyl\",\n        \"basils\",\n        \"bastile\"\n    ],\n    \"basilica\": [\n        \"basilical\",\n        \"basilics\"\n    ],\n    \"basilica dị ka\": [\n        \"basilicalike\"\n    ],\n    \"basilikan\": [\n        \"basilican\"\n    ],\n    \"basiliki\": [\n        \"basilisks\"\n    ],\n    \"bassinet\": [\n        \"basinet\"\n    ],\n    \"ihe mbadamba\": [\n        \"basinets\",\n        \"bassinets\",\n        \"flabellate\",\n        \"platanes\"\n    ],\n    \"na-adabere\": [\n        \"basing\",\n        \"groundably\",\n        \"hinges\",\n        \"interdepend\",\n        \"interpendent\",\n        \"preconsent\",\n        \"predependent\",\n        \"relying\",\n        \"reliver\",\n        \"relives\",\n        \"reliving\"\n    ],\n    \"efere dị ka bezin\": [\n        \"basinlike\"\n    ],\n    \"otu aka\": [\n        \"basiotribe\",\n        \"mustees\",\n        \"singlehanded\",\n        \"singlehandedly\",\n        \"singlehandedness\",\n        \"synonymously\"\n    ],\n    \"Ndabere\": [\n        \"basisolute\",\n        \"basisphenoid\",\n        \"basisphenoidal\",\n        \"cresotinic\",\n        \"empannel\",\n        \"emulgence\",\n        \"fallbacks\",\n        \"foreburton\",\n        \"ipseand\",\n        \"leadback\",\n        \"ledgerdom\",\n        \"liespfund\",\n        \"outguesses\",\n        \"overtreatment\",\n        \"perpendicularity\",\n        \"perpendicularness\",\n        \"phallists\",\n        \"prodromal\",\n        \"prodrome\",\n        \"ramblingness\",\n        \"refilms\",\n        \"revampers\",\n        \"rufescence\",\n        \"siddhartha\",\n        \"subduableness\",\n        \"submersibility\",\n        \"throwbacks\",\n        \"underlaps\"\n    ],\n    \"nkata\": [\n        \"bask\",\n        \"baske\",\n        \"basked\",\n        \"basker\",\n        \"basket\",\n        \"basketballer\",\n        \"basketful\",\n        \"basketfuls\",\n        \"basketing\",\n        \"basketlike\",\n        \"basketmaker\",\n        \"basketmaking\",\n        \"basketry\",\n        \"basketries\",\n        \"baskets\",\n        \"basketware\",\n        \"basketwood\",\n        \"basketwork\",\n        \"basketworm\",\n        \"basks\",\n        \"busket\",\n        \"catelectrode\",\n        \"chatchka\",\n        \"chatchkas\",\n        \"chatchke\",\n        \"chatchkes\",\n        \"chatelainry\",\n        \"chathamite\",\n        \"chathamites\",\n        \"chatoyance\",\n        \"chatoyancy\",\n        \"chatoyant\",\n        \"chaton\",\n        \"chatot\",\n        \"chats\",\n        \"chattable\",\n        \"chattack\",\n        \"chattah\",\n        \"chattation\",\n        \"chattel\",\n        \"chattelhood\",\n        \"chattelism\",\n        \"chattelization\",\n        \"chattelize\",\n        \"chattelized\",\n        \"chattelship\",\n        \"chatter\",\n        \"chatteration\",\n        \"chattererz\",\n        \"chattery\",\n        \"chattermag\",\n        \"chattier\",\n        \"chattily\",\n        \"chattiness\",\n        \"chatwood\",\n        \"conchite\",\n        \"dogmatical\",\n        \"dogmatization\",\n        \"pachysomia\",\n        \"plotch\",\n        \"plottages\",\n        \"plottery\",\n        \"plotty\",\n        \"scheat\",\n        \"schediasm\",\n        \"schedius\",\n        \"schefferite\",\n        \"schemata\",\n        \"schematic\",\n        \"schematical\",\n        \"schematograph\",\n        \"schematomancy\",\n        \"schematonics\",\n        \"schemery\",\n        \"schemy\",\n        \"schepel\",\n        \"senage\",\n        \"workbasket\"\n    ],\n    \"basketball\": [\n        \"basketballs\",\n        \"probasketball\"\n    ],\n    \"ịkpa nkata\": [\n        \"basketweaving\",\n        \"cradlemaking\"\n    ],\n    \"nwanyi nwanyi\": [\n        \"basketwoman\",\n        \"hillwoman\",\n        \"liegewoman\",\n        \"newswoman\",\n        \"tripewoman\"\n    ],\n    \"ịkụ mmiri\": [\n        \"basking\",\n        \"inswathing\",\n        \"watermarking\"\n    ],\n    \"Anyi\": [\n        \"basophile\",\n        \"berrigan\",\n        \"bromides\",\n        \"bromids\",\n        \"citicorp\",\n        \"gulfweed\",\n        \"impermixt\",\n        \"incudomalleal\",\n        \"outspans\",\n        \"outswim\",\n        \"pygostyled\",\n        \"ramososubdivided\",\n        \"roboreous\",\n        \"sagittiform\",\n        \"struldbruggism\",\n        \"turveydropian\",\n        \"vitremyte\",\n        \"vivian\",\n        \"wavellite\"\n    ],\n    \"bass\": [\n        \"basses\",\n        \"bassness\",\n        \"basts\"\n    ],\n    \"edere\": [\n        \"basseted\",\n        \"doated\",\n        \"engraffed\",\n        \"essed\",\n        \"filmized\",\n        \"gnetaceous\",\n        \"lisped\",\n        \"perthosite\",\n        \"poler\",\n        \"recorded\",\n        \"written\"\n    ],\n    \"bassetị\": [\n        \"basseting\",\n        \"bassetting\"\n    ],\n    \"edeturu\": [\n        \"bassetted\",\n        \"britten\",\n        \"outstates\",\n        \"spetches\"\n    ],\n    \"gbam gbam\": [\n        \"bassly\",\n        \"trysts\"\n    ],\n    \"basss\": [\n        \"bassnesses\"\n    ],\n    \"basoson\": [\n        \"bassoons\"\n    ],\n    \"osisi basswood\": [\n        \"basswoods\"\n    ],\n    \"onye ara\": [\n        \"bastant\",\n        \"beggarlice\",\n        \"carzey\",\n        \"cowheart\",\n        \"crazy\",\n        \"insanitary\",\n        \"lunarian\",\n        \"lunatic\",\n        \"lunatical\",\n        \"lunular\",\n        \"madman\",\n        \"madmen\",\n        \"madrier\",\n        \"mosker\",\n        \"nippiness\",\n        \"noddling\",\n        \"noodling\"\n    ],\n    \"onyeisiala\": [\n        \"bastardized\",\n        \"bodysurfed\",\n        \"boodledom\",\n        \"butylates\",\n        \"elitist\",\n        \"gittite\",\n        \"hobbist\",\n        \"iatrochemist\",\n        \"iotacist\",\n        \"laang\",\n        \"landgafol\",\n        \"lapidist\",\n        \"lithofracteur\",\n        \"mithraicist\",\n        \"molinist\",\n        \"nidifier\",\n        \"pyophthalmitis\",\n        \"piscidia\",\n        \"pisistratean\",\n        \"skijorer\",\n        \"southerner\",\n        \"southernize\",\n        \"sundriesman\"\n    ],\n    \"ugbor\": [\n        \"bastardizing\"\n    ],\n    \"ugha\": [\n        \"bastardliness\",\n        \"beguilingness\",\n        \"brelan\",\n        \"cocculiferous\",\n        \"cudgels\",\n        \"dastardliness\",\n        \"ernesse\",\n        \"errancy\",\n        \"fallaciousness\",\n        \"false\",\n        \"friezy\",\n        \"liefest\",\n        \"liepot\",\n        \"misidentifications\",\n        \"misjudger\",\n        \"mistouches\",\n        \"shellacking\",\n        \"slothful\",\n        \"slothfuls\",\n        \"warse\"\n    ],\n    \"mgbo\": [\n        \"basten\",\n        \"bullet\",\n        \"bullethead\",\n        \"mibs\",\n        \"mlange\",\n        \"morate\",\n        \"raport\",\n        \"snaggle\",\n        \"tambouret\",\n        \"xiv\"\n    ],\n    \"tinye aka\": [\n        \"bastinaded\",\n        \"embroiled\",\n        \"embrowned\",\n        \"encroach\",\n        \"encroached\",\n        \"engager\",\n        \"engendered\",\n        \"englobement\",\n        \"engouled\",\n        \"enscroll\",\n        \"enscrolls\",\n        \"enteritis\",\n        \"entoiled\",\n        \"inglutition\",\n        \"intersoled\",\n        \"interveined\",\n        \"intervolve\",\n        \"prepend\",\n        \"reinvest\",\n        \"sceptered\",\n        \"scepticize\",\n        \"signetwise\"\n    ],\n    \"na-agbasi\": [\n        \"bastinading\",\n        \"caribing\",\n        \"carnalizing\",\n        \"carnifies\",\n        \"carnifying\",\n        \"seethingly\",\n        \"sufflating\",\n        \"wormling\",\n        \"wraxling\"\n    ],\n    \"onyedikachi\": [\n        \"bastinadoed\",\n        \"cassabully\",\n        \"clitelliferous\",\n        \"cothurni\",\n        \"cothurnus\",\n        \"cotyledonary\",\n        \"cotyledonous\",\n        \"cotyloidal\",\n        \"cotylosaurian\",\n        \"kimeridgian\",\n        \"moorlander\",\n        \"nabobical\",\n        \"nongildsman\",\n        \"palisadoed\",\n        \"pelycosaurian\",\n        \"rampler\",\n        \"rathskeller\",\n        \"russificator\",\n        \"sapremias\",\n        \"sciuropterus\",\n        \"sesquiduple\",\n        \"snarleyyow\",\n        \"tatsman\",\n        \"tesserarian\",\n        \"vallisneriaceous\"\n    ],\n    \"ugba\": [\n        \"bastinadoing\",\n        \"chaccon\",\n        \"ead\",\n        \"erratums\",\n        \"fratries\",\n        \"galiot\",\n        \"halophile\",\n        \"yapness\",\n        \"yauper\",\n        \"lance\",\n        \"lassitudes\",\n        \"pygmyish\",\n        \"pittite\",\n        \"samvat\",\n        \"serpentarius\",\n        \"serpentwood\",\n        \"speels\",\n        \"speers\",\n        \"speight\",\n        \"speirs\",\n        \"sperage\",\n        \"speronaras\",\n        \"streptolysin\",\n        \"venalness\",\n        \"vetchy\",\n        \"waget\"\n    ],\n    \"muru\": [\n        \"basting\",\n        \"begot\",\n        \"muriated\",\n        \"schoppen\"\n    ],\n    \"bastion\": [\n        \"bastioned\"\n    ],\n    \"baseti\": [\n        \"bastionet\"\n    ],\n    \"nwechara\": [\n        \"bastite\",\n        \"becater\",\n        \"belfry\",\n        \"benighted\",\n        \"benignancy\",\n        \"bladelike\",\n        \"calebite\",\n        \"densher\",\n        \"devitrifiable\",\n        \"glacioaqueous\",\n        \"holoptychian\",\n        \"holoptychiid\",\n        \"holotypic\",\n        \"homomallous\",\n        \"hullooed\",\n        \"hullooing\",\n        \"isopleths\",\n        \"mamillated\",\n        \"ownwayish\",\n        \"rousted\",\n        \"samoyed\",\n        \"thyristor\"\n    ],\n    \"basal\": [\n        \"basural\"\n    ],\n    \"usu\": [\n        \"bat\",\n        \"bats\",\n        \"pulse\",\n        \"pulses\",\n        \"rudge\"\n    ],\n    \"iti\": [\n        \"batak\",\n        \"beatable\",\n        \"beatific\",\n        \"beatifically\",\n        \"beatificate\",\n        \"beatification\",\n        \"throck\",\n        \"whill\",\n        \"whippet\",\n        \"whippeter\"\n    ],\n    \"batata\": [\n        \"batatas\"\n    ],\n    \"batịrị\": [\n        \"batched\"\n    ],\n    \"ndị na-egbu ihe\": [\n        \"batchers\",\n        \"harrowers\",\n        \"patterers\",\n        \"reducers\",\n        \"smackers\",\n        \"snippers\",\n        \"typists\"\n    ],\n    \"biateau\": [\n        \"bateau\"\n    ],\n    \"gwara\": [\n        \"bated\",\n        \"communicated\",\n        \"confided\",\n        \"fixating\",\n        \"informed\",\n        \"tellureted\",\n        \"told\",\n        \"toldo\"\n    ],\n    \"onyebuele\": [\n        \"bateleur\"\n    ],\n    \"bateman\": [\n        \"batement\"\n    ],\n    \"batfish\": [\n        \"batfishes\"\n    ],\n    \"usu anwu\": [\n        \"batfowl\"\n    ],\n    \"saa aru\": [\n        \"bath\",\n        \"bathe\",\n        \"bathed\"\n    ],\n    \"saa ahụ\": [\n        \"batheable\",\n        \"bathers\",\n        \"bathic\",\n        \"bathyspheres\",\n        \"baths\",\n        \"bathtubful\",\n        \"showered\",\n        \"showerier\",\n        \"washshed\"\n    ],\n    \"saa ahu\": [\n        \"bathes\"\n    ],\n    \"batti\": [\n        \"bathetic\"\n    ],\n    \"batrịmita\": [\n        \"bathymeter\"\n    ],\n    \"batrịmetric\": [\n        \"bathymetric\"\n    ],\n    \"na-asa ahụ\": [\n        \"bathysmal\",\n        \"bathman\",\n        \"showerer\"\n    ],\n    \"ebe ịsa ahụ\": [\n        \"bathysphere\",\n        \"bathrobes\",\n        \"bathroot\"\n    ],\n    \"na-asa aru\": [\n        \"bathless\",\n        \"bathroomed\"\n    ],\n    \"akwa bat\": [\n        \"bathmat\"\n    ],\n    \"bathsats\": [\n        \"bathmats\"\n    ],\n    \"batmotropic\": [\n        \"bathmotropic\",\n        \"bathmotropism\"\n    ],\n    \"bathochromic\": [\n        \"bathochromatic\"\n    ],\n    \"batomita\": [\n        \"bathometer\"\n    ],\n    \"okpokoro ịwụ ahụ\": [\n        \"bathtub\"\n    ],\n    \"bathykolpian\": [\n        \"bathukolpian\"\n    ],\n    \"mmiri ịsa ahụ\": [\n        \"bathwater\"\n    ],\n    \"batik\": [\n        \"batiked\",\n        \"batiker\"\n    ],\n    \"bali\": [\n        \"batlet\",\n        \"berley\"\n    ],\n    \"usu dị ka\": [\n        \"batlike\"\n    ],\n    \"na-alụ ọgụ\": [\n        \"batling\",\n        \"batteling\",\n        \"battledoring\",\n        \"battling\",\n        \"belligerent\",\n        \"braw\",\n        \"brawl\",\n        \"combating\",\n        \"combative\",\n        \"combatively\",\n        \"fighting\",\n        \"outbat\",\n        \"probathing\",\n        \"quarle\",\n        \"quarles\",\n        \"waring\"\n    ],\n    \"batọn\": [\n        \"batlon\"\n    ],\n    \"Na na\": [\n        \"batman\",\n        \"ext\",\n        \"matman\",\n        \"tackily\"\n    ],\n    \"uso\": [\n        \"baton\"\n    ],\n    \"baton\": [\n        \"batons\"\n    ],\n    \"ndị na-amụrụ ihe\": [\n        \"batsmen\"\n    ],\n    \"batara\": [\n        \"batster\",\n        \"batter\"\n    ],\n    \"bat siwing\": [\n        \"batswing\"\n    ],\n    \"batta\": [\n        \"batt\"\n    ],\n    \"ịlụ ọgụ\": [\n        \"battarism\",\n        \"belligerence\",\n        \"brawling\",\n        \"bullfight\",\n        \"dogfighting\",\n        \"marbleness\",\n        \"marbling\",\n        \"mariticide\",\n        \"militarising\",\n        \"noncombatant\",\n        \"outbray\",\n        \"outfight\",\n        \"outfighting\",\n        \"tackify\"\n    ],\n    \"onye na-egbu ihe\": [\n        \"batteler\",\n        \"beetler\",\n        \"blowsier\",\n        \"cuter\",\n        \"cutler\",\n        \"pulsator\"\n    ],\n    \"mịrị amị\": [\n        \"battened\"\n    ],\n    \"onye otiti\": [\n        \"battener\",\n        \"midfielder\"\n    ],\n    \"Ndị na-egbu ihe\": [\n        \"batteners\"\n    ],\n    \"na-agba nri\": [\n        \"battening\"\n    ],\n    \"na-eti\": [\n        \"battens\",\n        \"striates\"\n    ],\n    \"batrịcake\": [\n        \"battercake\"\n    ],\n    \"kụrụ\": [\n        \"battered\",\n        \"berberid\",\n        \"berkovets\",\n        \"calcedon\",\n        \"frothed\",\n        \"hit\",\n        \"hitchily\",\n        \"implanted\",\n        \"instated\",\n        \"kerned\",\n        \"planted\",\n        \"rang\",\n        \"seeded\",\n        \"tinerer\"\n    ],\n    \"batrịfang\": [\n        \"batterfang\"\n    ],\n    \"onye na-egbu batrị\": [\n        \"batteryman\"\n    ],\n    \"iti ihe\": [\n        \"battering\",\n        \"beatably\",\n        \"beatings\"\n    ],\n    \"Ebelebe\": [\n        \"batty\",\n        \"bejesuit\",\n        \"bodysurfer\",\n        \"bottier\",\n        \"diazeutic\",\n        \"drawbench\",\n        \"hebetative\",\n        \"outcatching\",\n        \"outcrept\",\n        \"terebinthial\"\n    ],\n    \"lụrụ agha\": [\n        \"battled\"\n    ],\n    \"agha ihu\": [\n        \"battlefronts\"\n    ],\n    \"ebe agha\": [\n        \"battlegrounds\"\n    ],\n    \"togbado ọkụ\": [\n        \"battologising\"\n    ],\n    \"ọkà n'ihe banyere ọrịa battologist\": [\n        \"battologist\"\n    ],\n    \"na-akwado ihe\": [\n        \"battologizing\"\n    ],\n    \"battu\": [\n        \"battue\",\n        \"battues\"\n    ],\n    \"alụ ọgụ\": [\n        \"batture\",\n        \"fights\"\n    ],\n    \"battuta si\": [\n        \"battutas\"\n    ],\n    \"nāsa aru\": [\n        \"batwing\"\n    ],\n    \"Baul\": [\n        \"baul\"\n    ],\n    \"emechui\": [\n        \"baulked\"\n    ],\n    \"Baulky\": [\n        \"baulky\"\n    ],\n    \"bavarois\": [\n        \"bavaroy\",\n        \"bavaroise\"\n    ],\n    \"baviaan onye\": [\n        \"baviaantje\"\n    ],\n    \"irighiri\": [\n        \"bawble\",\n        \"bordar\",\n        \"worble\",\n        \"worm\",\n        \"wormed\",\n        \"wormer\",\n        \"wormils\",\n        \"wormless\",\n        \"worts\"\n    ],\n    \"ụlọ bawdyhouses\": [\n        \"bawdyhouses\"\n    ],\n    \"turu anya\": [\n        \"bawled\",\n        \"carped\"\n    ],\n    \"ntamu\": [\n        \"bawling\",\n        \"grumness\",\n        \"grumps\",\n        \"mumble\",\n        \"mumblement\",\n        \"mumbler\",\n        \"murmur\",\n        \"murmuration\",\n        \"murmurator\",\n        \"murmurer\",\n        \"murmurous\",\n        \"murmurously\",\n        \"tingle\",\n        \"wawling\"\n    ],\n    \"Bawls\": [\n        \"bawls\"\n    ],\n    \"onyeobula\": [\n        \"baxterian\"\n    ],\n    \"bazaa\": [\n        \"bazaar\",\n        \"bazaars\",\n        \"bazars\"\n    ],\n    \"bazara\": [\n        \"bazar\"\n    ],\n    \"Bb\": [\n        \"bb\"\n    ],\n    \"Bbc\": [\n        \"bbl\",\n        \"bbls\"\n    ],\n    \"Ogbaaghara\": [\n        \"bdellatomy\",\n        \"discords\",\n        \"displacency\",\n        \"uprest\"\n    ],\n    \"ọda\": [\n        \"bdellid\",\n        \"dacoity\",\n        \"falda\",\n        \"flutes\",\n        \"sciolistic\"\n    ],\n    \"Ogba\": [\n        \"bdellotomy\",\n        \"bearbane\",\n        \"bhd\",\n        \"bobbling\",\n        \"bobsledded\",\n        \"bourbons\",\n        \"bovaristic\",\n        \"bromins\",\n        \"chabouk\",\n        \"chinks\",\n        \"clochard\",\n        \"derrick\",\n        \"deuterogamist\",\n        \"dextroduction\",\n        \"drumbeat\",\n        \"drupaceous\",\n        \"drupel\",\n        \"extrusions\",\n        \"fugled\",\n        \"gardenesque\",\n        \"habsburg\",\n        \"yarovizing\",\n        \"jumprocks\",\n        \"knobblier\",\n        \"neuromyic\",\n        \"orbiculate\",\n        \"outthrobbed\",\n        \"pervulgate\",\n        \"portmanteaux\",\n        \"procellous\",\n        \"procoelia\",\n        \"prosphoron\",\n        \"roughen\",\n        \"roughened\",\n        \"roughener\",\n        \"roughens\",\n        \"rushland\",\n        \"shorings\",\n        \"slubbing\",\n        \"slugabed\",\n        \"spetrophoby\",\n        \"splodge\",\n        \"spragger\",\n        \"sprangle\",\n        \"spratty\",\n        \"sprigtail\",\n        \"sproil\",\n        \"sproty\",\n        \"sproutland\",\n        \"sprucier\",\n        \"sprucify\",\n        \"spurflower\",\n        \"spurrey\",\n        \"spurreies\",\n        \"spurreys\",\n        \"spurrer\",\n        \"spurrers\",\n        \"squawky\",\n        \"squirelet\",\n        \"squirism\",\n        \"strengite\",\n        \"strepitant\",\n        \"strepsipteral\",\n        \"strepsitene\",\n        \"strewth\",\n        \"stroky\",\n        \"strombus\",\n        \"strontia\",\n        \"strumiferous\",\n        \"tricklet\",\n        \"troland\",\n        \"trollflower\",\n        \"tromba\",\n        \"turbellaria\",\n        \"underspread\",\n        \"unshawl\",\n        \"waybung\",\n        \"westerling\",\n        \"winchester\"\n    ],\n    \"Bdft\": [\n        \"bdft\"\n    ],\n    \"Ugbok\": [\n        \"bdl\",\n        \"bkgd\",\n        \"bklr\",\n        \"bkpr\",\n        \"bkpt\",\n        \"fldxt\",\n        \"negrophil\",\n        \"quiddling\",\n        \"viddhal\"\n    ],\n    \"Bdrm\": [\n        \"bdrm\"\n    ],\n    \"Bd\": [\n        \"bds\"\n    ],\n    \"ịbụ\": [\n        \"be\",\n        \"becomingness\",\n        \"being\",\n        \"beingness\",\n        \"subjecthood\"\n    ],\n    \"biya\": [\n        \"bea\",\n        \"beanfeaster\",\n        \"beano\",\n        \"beer\",\n        \"beerier\",\n        \"beerily\",\n        \"beeriness\",\n        \"beerish\",\n        \"beerishly\",\n        \"beers\",\n        \"brewer\",\n        \"loyaler\"\n    ],\n    \"osimiri\": [\n        \"beach\",\n        \"beaches\",\n        \"beachy\",\n        \"oceanic\",\n        \"oceanous\",\n        \"oceanus\",\n        \"rier\",\n        \"river\",\n        \"riverbanks\",\n        \"riverfront\",\n        \"riverine\",\n        \"riverines\",\n        \"rivers\",\n        \"riverside\",\n        \"riverward\",\n        \"riverwards\"\n    ],\n    \"ụmụaka mmiri\": [\n        \"beachboys\"\n    ],\n    \"ụsọ mmiri\": [\n        \"beachcomb\",\n        \"beachcomber\",\n        \"beachdrops\",\n        \"beached\",\n        \"seacoasts\",\n        \"shorebird\",\n        \"shores\"\n    ],\n    \"ndị bi n'ụsọ mmiri\": [\n        \"beachcombers\",\n        \"beachmen\"\n    ],\n    \"akụkụ mmiri\": [\n        \"beachfront\"\n    ],\n    \"isi mmiri\": [\n        \"beachhead\",\n        \"cathead\",\n        \"fountainhead\",\n        \"fountaining\",\n        \"fountainless\",\n        \"fountainlet\",\n        \"fountainously\",\n        \"headwater\",\n        \"headwaters\",\n        \"iatric\",\n        \"mainsprings\",\n        \"muttonhead\",\n        \"muttonheadedness\",\n        \"odorousness\",\n        \"puddinghead\",\n        \"sinkhead\",\n        \"springfinger\",\n        \"springhead\",\n        \"stinkpots\",\n        \"unfountained\",\n        \"waterchat\",\n        \"waterhead\",\n        \"waterheap\"\n    ],\n    \"akụkụ osimiri\": [\n        \"beachheads\",\n        \"riverbank\"\n    ],\n    \"ihe kachasi ike\": [\n        \"beachiest\",\n        \"boxiest\"\n    ],\n    \"ịkụ anụ\": [\n        \"beaching\"\n    ],\n    \"osimiri osimiri\": [\n        \"beachlamar\"\n    ],\n    \"enweghị osimiri\": [\n        \"beachless\",\n        \"riverless\"\n    ],\n    \"onye osimiri\": [\n        \"beachman\"\n    ],\n    \"n'ụsọ osimiri\": [\n        \"beachside\",\n        \"beachward\",\n        \"coasting\",\n        \"coastside\",\n        \"coastwards\"\n    ],\n    \"uwe mmiri\": [\n        \"beachwear\"\n    ],\n    \"bikon\": [\n        \"beacon\"\n    ],\n    \"mgbama\": [\n        \"beaconage\",\n        \"beacons\",\n        \"bemoon\",\n        \"dealbate\",\n        \"signalee\",\n        \"signaller\"\n    ],\n    \"ichi anya\": [\n        \"beaconing\",\n        \"besugar\",\n        \"gagging\",\n        \"gumdigging\",\n        \"gumming\",\n        \"persnickety\"\n    ],\n    \"ọpịpịa\": [\n        \"beaded\",\n        \"goadsman\",\n        \"outprying\",\n        \"whipbelly\"\n    ],\n    \"Beadier\": [\n        \"beadier\"\n    ],\n    \"Na-ada ụda\": [\n        \"beading\",\n        \"bellhanging\"\n    ],\n    \"ọla\": [\n        \"beadings\",\n        \"beadlery\",\n        \"beadmen\",\n        \"beckets\",\n        \"belleric\",\n        \"bels\",\n        \"bradoons\",\n        \"brasen\",\n        \"brass\",\n        \"brassage\",\n        \"brassard\",\n        \"brassards\",\n        \"brassart\",\n        \"brassarts\",\n        \"brassate\",\n        \"brassed\",\n        \"brasser\",\n        \"brasses\",\n        \"brasset\",\n        \"brassicas\",\n        \"brassies\",\n        \"brassylic\",\n        \"brassiness\",\n        \"brassish\",\n        \"brassworks\",\n        \"brazen\",\n        \"brillolette\",\n        \"briolettes\",\n        \"brite\",\n        \"bronc\",\n        \"bronco\",\n        \"broncs\",\n        \"bronx\",\n        \"bronze\",\n        \"bronzelike\",\n        \"bronzings\",\n        \"cologs\",\n        \"costards\",\n        \"eyl\",\n        \"emboweled\",\n        \"fermal\",\n        \"garbel\",\n        \"garblers\",\n        \"gemitores\",\n        \"gibbles\",\n        \"gibers\",\n        \"goblets\",\n        \"gorals\",\n        \"jecoral\",\n        \"jewed\",\n        \"jewel\",\n        \"jeweled\",\n        \"jeweler\",\n        \"jewelers\",\n        \"jeweling\",\n        \"jewelled\",\n        \"jeweller\",\n        \"jewellery\",\n        \"jewellers\",\n        \"jewelry\",\n        \"jewels\",\n        \"metaled\",\n        \"metalise\",\n        \"metalises\",\n        \"metalism\",\n        \"metall\",\n        \"metalleity\",\n        \"metallical\",\n        \"metallicity\",\n        \"metallics\",\n        \"metallide\",\n        \"metalline\",\n        \"metallising\",\n        \"metallism\",\n        \"metallist\",\n        \"metallizing\",\n        \"metallurgic\",\n        \"metalmark\",\n        \"metalmonger\",\n        \"metals\",\n        \"metalsmith\",\n        \"milliers\",\n        \"morlop\",\n        \"morph\",\n        \"morpho\",\n        \"morphs\",\n        \"palis\",\n        \"pellety\",\n        \"resaddles\",\n        \"ribaldrous\",\n        \"rimples\",\n        \"roweled\",\n        \"semsen\",\n        \"sillers\",\n        \"siluric\",\n        \"styluses\",\n        \"toweled\",\n        \"twiggen\",\n        \"twiglet\"\n    ],\n    \"Idemili\": [\n        \"beadle\"\n    ],\n    \"Ihe anwuru\": [\n        \"beadles\",\n        \"sudatories\"\n    ],\n    \"Okwute\": [\n        \"beadlet\",\n        \"belonesite\",\n        \"bezesteen\",\n        \"bouldering\",\n        \"busthead\",\n        \"cavers\",\n        \"clinkstone\",\n        \"dournesses\",\n        \"frousty\",\n        \"frowy\",\n        \"loadstones\",\n        \"plak\",\n        \"platyrrhin\",\n        \"platyrrhina\",\n        \"pullaile\",\n        \"pullalue\",\n        \"spaulder\",\n        \"stibbler\",\n        \"stonelayer\",\n        \"stonishing\",\n        \"strychnia\",\n        \"stromming\",\n        \"thymey\",\n        \"twicet\"\n    ],\n    \"bead yiri\": [\n        \"beadlike\"\n    ],\n    \"Ugwueke\": [\n        \"beadman\",\n        \"bezan\",\n        \"bordereau\",\n        \"longicornia\",\n        \"medusa\",\n        \"shticks\",\n        \"spitzenburg\",\n        \"tenesmus\"\n    ],\n    \"Kpụrụkpụrụ Ọlamma\": [\n        \"beads\"\n    ],\n    \"Beadsman\": [\n        \"beadsman\"\n    ],\n    \"ndị bekee\": [\n        \"beadsmen\",\n        \"datives\",\n        \"englishmen\"\n    ],\n    \"Nwanyị Beads\": [\n        \"beadswoman\"\n    ],\n    \"Umu nwanyi\": [\n        \"beadswomen\",\n        \"elopers\",\n        \"plainswoman\"\n    ],\n    \"ugogbe\": [\n        \"beagle\",\n        \"gaggles\",\n        \"gongs\",\n        \"pauperess\",\n        \"pavisse\",\n        \"ravenstone\",\n        \"towmonts\",\n        \"waggonsmith\",\n        \"wyles\",\n        \"woggle\"\n    ],\n    \"na-adagharị\": [\n        \"beagling\",\n        \"cageling\",\n        \"foaling\",\n        \"gaggling\",\n        \"saggering\",\n        \"stagnating\",\n        \"tripping\"\n    ],\n    \"onu okuko\": [\n        \"beak\",\n        \"kench\"\n    ],\n    \"tinye ọnụ\": [\n        \"beaked\",\n        \"entrench\",\n        \"intergesture\",\n        \"intermeddled\",\n        \"overeditorialize\",\n        \"supersize\",\n        \"supervalued\"\n    ],\n    \"mmanya bekee\": [\n        \"beaker\"\n    ],\n    \"na-aakerụ mmanya\": [\n        \"beakerful\"\n    ],\n    \"okwute beakerman\": [\n        \"beakerman\"\n    ],\n    \"ndị na-eme achịcha beaker\": [\n        \"beakermen\"\n    ],\n    \"onu nzuzu\": [\n        \"beakful\"\n    ],\n    \"kasị mma\": [\n        \"beakiest\",\n        \"beatinest\",\n        \"beetiest\",\n        \"bestials\",\n        \"bestubbled\",\n        \"bettermost\",\n        \"bliest\",\n        \"courtliest\",\n        \"featliest\",\n        \"finest\",\n        \"goodliest\",\n        \"gooiest\",\n        \"laceiest\",\n        \"limiest\",\n        \"luniest\",\n        \"measliest\",\n        \"nappiest\",\n        \"nicest\",\n        \"nittiest\",\n        \"noblest\",\n        \"soppiest\",\n        \"winiest\"\n    ],\n    \"beak yiri\": [\n        \"beaklike\"\n    ],\n    \"onu\": [\n        \"beal\",\n        \"cage\",\n        \"cageot\",\n        \"clitch\",\n        \"crink\",\n        \"cump\",\n        \"edge\",\n        \"glume\",\n        \"hatch\",\n        \"hatches\",\n        \"hatchment\",\n        \"hatchway\",\n        \"hole\",\n        \"intervary\",\n        \"mouthpiece\",\n        \"mouthroot\",\n        \"nubble\",\n        \"oral\",\n        \"phenomenon\",\n        \"phenomenona\",\n        \"shoggle\",\n        \"womp\"\n    ],\n    \"bela\": [\n        \"beala\",\n        \"belah\"\n    ],\n    \"bealak\": [\n        \"bealach\"\n    ],\n    \"na-eti mkpu\": [\n        \"bealing\",\n        \"bejeling\",\n        \"bejelling\",\n        \"bejumbling\",\n        \"beleaping\",\n        \"bemeaned\",\n        \"bemeaning\",\n        \"bemisting\",\n        \"bemoaningly\",\n        \"berating\",\n        \"bewailing\",\n        \"bewailingly\",\n        \"criant\",\n        \"cryingly\",\n        \"crypts\",\n        \"crystalling\",\n        \"crystallising\",\n        \"crystallizes\",\n        \"crystallizing\",\n        \"howks\",\n        \"yeanling\",\n        \"yelling\",\n        \"yells\",\n        \"yelping\",\n        \"yerking\",\n        \"outcrying\",\n        \"pulmonated\",\n        \"pushout\",\n        \"screamers\",\n        \"screamy\",\n        \"screaminess\",\n        \"screaming\",\n        \"screamingly\",\n        \"screams\",\n        \"shouther\",\n        \"shouting\",\n        \"shoutingly\",\n        \"shrieker\",\n        \"shriekily\",\n        \"shrieking\",\n        \"shriekingly\",\n        \"shrieks\",\n        \"squeaking\",\n        \"squeakingly\",\n        \"squealing\",\n        \"suppliant\",\n        \"unbewailed\",\n        \"wailful\",\n        \"wailfully\",\n        \"wailingly\",\n        \"wheepling\",\n        \"whifflingly\"\n    ],\n    \"ga-egbu\": [\n        \"bealtared\"\n    ],\n    \"nwee anụ\": [\n        \"bealtine\"\n    ],\n    \"okporo osisi\": [\n        \"beam\",\n        \"poles\",\n        \"staves\"\n    ],\n    \"ntuhie\": [\n        \"beamage\"\n    ],\n    \"oriọna\": [\n        \"beamer\",\n        \"beamsman\",\n        \"blaver\",\n        \"candescently\",\n        \"candlelighted\",\n        \"candlestick\",\n        \"candlesticked\",\n        \"filer\",\n        \"illumination\",\n        \"illuminational\",\n        \"illumine\",\n        \"illuminer\",\n        \"illumines\",\n        \"incandescent\",\n        \"lamastery\",\n        \"lamestery\",\n        \"lamp\",\n        \"lampad\",\n        \"lampadaire\",\n        \"lampadary\",\n        \"lampadaries\",\n        \"lampadedromy\",\n        \"lampadist\",\n        \"lampadite\",\n        \"lampads\",\n        \"lampara\",\n        \"lampas\",\n        \"lampases\",\n        \"lampate\",\n        \"lampatia\",\n        \"lampblack\",\n        \"lampblacking\",\n        \"lamped\",\n        \"lamper\",\n        \"lampers\",\n        \"lamperses\",\n        \"lampf\",\n        \"lampfly\",\n        \"lampflower\",\n        \"lampful\",\n        \"lamphole\",\n        \"lampic\",\n        \"lamping\",\n        \"lampion\",\n        \"lampions\",\n        \"lampyrid\",\n        \"lampyrine\",\n        \"lampist\",\n        \"lampistry\",\n        \"lampless\",\n        \"lamplet\",\n        \"lamplighted\",\n        \"lampmaker\",\n        \"lampman\",\n        \"lampmen\",\n        \"lampong\",\n        \"lamprey\",\n        \"lampreys\",\n        \"lamprel\",\n        \"lampret\",\n        \"lampridae\",\n        \"lampron\",\n        \"lamprophyre\",\n        \"lamprophyric\",\n        \"lamprophony\",\n        \"lamprophonia\",\n        \"lamprophonic\",\n        \"lamprotype\",\n        \"lamps\",\n        \"lampshade\",\n        \"lampshell\",\n        \"lampsilis\",\n        \"lampsilus\",\n        \"lanitals\",\n        \"lanternfishes\",\n        \"lanternist\",\n        \"lanterns\",\n        \"lightships\",\n        \"lumination\",\n        \"luminator\",\n        \"myxedemic\",\n        \"oriency\",\n        \"orientated\",\n        \"oriently\",\n        \"orientness\"\n    ],\n    \"Ndị ọkụ\": [\n        \"beamers\"\n    ],\n    \"na-ejuputa\": [\n        \"beamfilling\",\n        \"fillingly\",\n        \"fulgent\",\n        \"replenishes\",\n        \"suffusing\",\n        \"upflowing\"\n    ],\n    \"na-enwu gbaa\": [\n        \"beamful\",\n        \"brighten\",\n        \"brighteners\",\n        \"brightening\",\n        \"brightens\",\n        \"brightest\",\n        \"brightwork\",\n        \"flashiest\",\n        \"glairing\",\n        \"glowing\",\n        \"radiably\",\n        \"radiancy\",\n        \"radiantly\",\n        \"ruminating\",\n        \"shinier\",\n        \"shiniest\",\n        \"unglittering\"\n    ],\n    \"ihe ọkụkụ\": [\n        \"beamier\",\n        \"botaniser\",\n        \"botanises\",\n        \"catcaller\",\n        \"cultivars\",\n        \"drumfires\",\n        \"electrine\",\n        \"fluorescin\"\n    ],\n    \"kasị sie ike\": [\n        \"beamiest\",\n        \"crispiest\",\n        \"feistiest\",\n        \"gassiest\",\n        \"hardest\",\n        \"hempiest\",\n        \"hoarsest\",\n        \"looniest\",\n        \"loudliest\",\n        \"rockiest\",\n        \"stingiest\",\n        \"stoutest\"\n    ],\n    \"doo anya\": [\n        \"beamily\",\n        \"clarity\",\n        \"clear\",\n        \"distinctify\",\n        \"estive\",\n        \"perspicuous\",\n        \"sanify\"\n    ],\n    \"Osisi\": [\n        \"beamlet\",\n        \"descensory\",\n        \"drees\",\n        \"knobwood\",\n        \"lancewood\",\n        \"lilts\",\n        \"ossetish\",\n        \"ossification\",\n        \"rodwood\",\n        \"saucedish\",\n        \"spoolwood\",\n        \"streek\",\n        \"streeks\",\n        \"woodhorse\",\n        \"woodhung\",\n        \"woodkern\",\n        \"woodlet\",\n        \"woodly\",\n        \"woodpenny\",\n        \"woodrick\",\n        \"woodrush\",\n        \"woodsheddi\",\n        \"woodship\",\n        \"woodshock\",\n        \"woodshop\",\n        \"woodsy\",\n        \"woodsias\",\n        \"woodside\",\n        \"woodsier\"\n    ],\n    \"ibé\": [\n        \"beams\",\n        \"plot\",\n        \"plots\",\n        \"plott\"\n    ],\n    \"Igwe ọkụ\": [\n        \"beamster\",\n        \"electrocardiograph\"\n    ],\n    \"Akpa beanbag\": [\n        \"beanbag\"\n    ],\n    \"Akpa bean\": [\n        \"beanbags\"\n    ],\n    \"Bọọlụ beanballs\": [\n        \"beanballs\"\n    ],\n    \"agwa agwa\": [\n        \"beanfest\"\n    ],\n    \"ihe kasị sie ike\": [\n        \"beaniest\"\n    ],\n    \"beapron\": [\n        \"beaproned\"\n    ],\n    \"ibu\": [\n        \"bear\",\n        \"become\",\n        \"bigged\",\n        \"bigger\",\n        \"bulginess\",\n        \"burden\",\n        \"burgage\",\n        \"burgages\",\n        \"burgality\",\n        \"cargo\",\n        \"cargoes\",\n        \"carrycot\",\n        \"cartage\",\n        \"cartload\",\n        \"charre\",\n        \"comportance\",\n        \"countergage\",\n        \"credal\",\n        \"disgage\",\n        \"emigre\",\n        \"freight\",\n        \"freightage\",\n        \"freightment\",\n        \"giant\",\n        \"gianthood\",\n        \"giantish\",\n        \"giantly\",\n        \"giantry\",\n        \"giantship\",\n        \"hiant\",\n        \"immanity\",\n        \"impling\",\n        \"impoundments\",\n        \"itherness\",\n        \"kiel\",\n        \"larger\",\n        \"liability\",\n        \"liabilities\",\n        \"liable\",\n        \"liableness\",\n        \"load\",\n        \"loadable\",\n        \"loadage\",\n        \"loadedness\",\n        \"loads\",\n        \"loadsome\",\n        \"lornness\",\n        \"luger\",\n        \"luggage\",\n        \"luggar\",\n        \"lugger\",\n        \"luridness\",\n        \"obsess\",\n        \"obsession\",\n        \"obsessions\",\n        \"ouvrage\",\n        \"portership\",\n        \"portor\",\n        \"presufficiency\",\n        \"profundity\",\n        \"progenitorship\",\n        \"proseity\",\n        \"pugginess\",\n        \"puggries\",\n        \"sackage\",\n        \"supercargo\",\n        \"supercity\",\n        \"superdeity\",\n        \"tonant\",\n        \"unburdenment\",\n        \"undergage\",\n        \"unhip\",\n        \"vanload\",\n        \"vastity\"\n    ],\n    \"onye na-agba ego\": [\n        \"bearbaiter\"\n    ],\n    \"bibait\": [\n        \"bearbaiting\"\n    ],\n    \"biako\": [\n        \"bearbind\"\n    ],\n    \"bebush\": [\n        \"bearbush\"\n    ],\n    \"anụ oriri\": [\n        \"bearcat\",\n        \"prey\"\n    ],\n    \"anụ ọhịa becoot\": [\n        \"bearcoot\"\n    ],\n    \"ajị agba\": [\n        \"beard\",\n        \"bearder\",\n        \"beards\",\n        \"furbishes\"\n    ],\n    \"gbara ajị agba\": [\n        \"bearded\"\n    ],\n    \"afụ ọnụ\": [\n        \"beardedness\",\n        \"beardy\",\n        \"beardom\",\n        \"bubbliness\",\n        \"churning\",\n        \"donnishness\",\n        \"moustache\",\n        \"moustaches\",\n        \"mustache\",\n        \"mustaches\",\n        \"mustachial\",\n        \"stourness\",\n        \"tinglier\"\n    ],\n    \"azụ afụ\": [\n        \"beardfish\"\n    ],\n    \"azụ afụ ọnụ\": [\n        \"beardfishes\"\n    ],\n    \"Ibu ajị agba\": [\n        \"bearding\"\n    ],\n    \"enweghị afụ ọnụ\": [\n        \"beardless\",\n        \"beardlessness\"\n    ],\n    \"yiri afụ ọnụ\": [\n        \"beardlike\"\n    ],\n    \"gha ahụ\": [\n        \"beardtongue\",\n        \"beartongue\"\n    ],\n    \"ebu\": [\n        \"bearer\",\n        \"buccinator\",\n        \"carriages\",\n        \"carried\",\n        \"carryings\",\n        \"carrytale\",\n        \"cartable\",\n        \"carted\",\n        \"convector\",\n        \"culms\",\n        \"exponent\",\n        \"hadder\",\n        \"inflated\",\n        \"instars\",\n        \"melds\",\n        \"mold\",\n        \"moldasle\",\n        \"moldery\",\n        \"moldproof\",\n        \"molds\",\n        \"moldwarp\",\n        \"moldwarps\",\n        \"molition\",\n        \"molles\",\n        \"mols\",\n        \"mould\",\n        \"moulds\",\n        \"ouvrier\",\n        \"porcated\",\n        \"portending\",\n        \"portendment\",\n        \"portment\",\n        \"prelusively\",\n        \"saliant\",\n        \"tarbushes\",\n        \"wasp\",\n        \"waspen\"\n    ],\n    \"ndị na-ebu ya\": [\n        \"bearers\",\n        \"carriers\",\n        \"forbearers\"\n    ],\n    \"akwa bearess\": [\n        \"bearess\"\n    ],\n    \"ibu ụkwụ\": [\n        \"bearfoot\"\n    ],\n    \"ụkwụ aka\": [\n        \"bearfoots\",\n        \"padfoot\"\n    ],\n    \"bebide\": [\n        \"bearhide\"\n    ],\n    \"biarin\": [\n        \"bearings\"\n    ],\n    \"Beraise\": [\n        \"bearnaise\"\n    ],\n    \"Bea\": [\n        \"bears\"\n    ],\n    \"ebu ibu\": [\n        \"bearship\",\n        \"limned\"\n    ],\n    \"akpụkpọ anụ akpụkpọ anụ\": [\n        \"bearskin\",\n        \"bearskins\",\n        \"leatherfishes\",\n        \"leatherjacket\"\n    ],\n    \"Agba osisi\": [\n        \"bearward\",\n        \"bearwood\"\n    ],\n    \"yiri anụ ọhịa\": [\n        \"beastlike\"\n    ],\n    \"tie aka\": [\n        \"beat\",\n        \"knout\",\n        \"slake\"\n    ],\n    \"Beatas\": [\n        \"beatas\"\n    ],\n    \"kụrụ ihe\": [\n        \"beaten\",\n        \"smiters\",\n        \"smites\"\n    ],\n    \"ndị na-akụ aka\": [\n        \"beaters\",\n        \"beaupers\",\n        \"knockers\"\n    ],\n    \"akpụkpọ anụ\": [\n        \"beath\",\n        \"capeskin\",\n        \"cowskin\",\n        \"cowskins\",\n        \"deerskins\",\n        \"dermatoplastic\",\n        \"foresin\",\n        \"foresing\",\n        \"foresinger\",\n        \"foreskin\",\n        \"leather\",\n        \"leatherback\",\n        \"leatherbark\",\n        \"leatherbush\",\n        \"leathercoat\",\n        \"leathercraft\",\n        \"leatherfish\",\n        \"leatherflower\",\n        \"leatherhead\",\n        \"leathery\",\n        \"leatherine\",\n        \"leatheriness\",\n        \"leathering\",\n        \"leatherleaf\",\n        \"leatherleaves\",\n        \"leatherlike\",\n        \"leatherlikeness\",\n        \"leathermaker\",\n        \"leathern\",\n        \"leatherneck\",\n        \"leathernecks\",\n        \"leatherroot\",\n        \"leathers\",\n        \"leatherware\",\n        \"leatherwing\",\n        \"leatherwood\",\n        \"leatherwork\",\n        \"leatherworker\",\n        \"leatmen\",\n        \"moleskins\",\n        \"mucopus\",\n        \"parchment\",\n        \"parchmenter\",\n        \"parchmenty\",\n        \"parchmentizing\",\n        \"parchments\",\n        \"scalpels\",\n        \"scalprum\",\n        \"sheathers\",\n        \"sheathier\",\n        \"skinball\",\n        \"skinch\",\n        \"skindive\",\n        \"skindiver\",\n        \"skinflintiness\",\n        \"skinflints\",\n        \"skinful\",\n        \"skinfuls\",\n        \"skinheads\",\n        \"skinner\",\n        \"skinnery\",\n        \"skinneries\",\n        \"skinners\",\n        \"skinnier\",\n        \"skinniest\",\n        \"skinniness\",\n        \"skinworm\",\n        \"tanner\",\n        \"tannery\",\n        \"tanneries\"\n    ],\n    \"iti mkpu\": [\n        \"beatify\",\n        \"bemeal\",\n        \"bemoat\",\n        \"bewailer\",\n        \"yelk\",\n        \"imbalmed\",\n        \"noyance\",\n        \"shriekery\",\n        \"upcall\",\n        \"wailing\",\n        \"whiskery\",\n        \"wickup\"\n    ],\n    \"Naara\": [\n        \"beatifical\"\n    ],\n    \"bestille\": [\n        \"beatille\"\n    ],\n    \"na-eti eti\": [\n        \"beating\"\n    ],\n    \"otiti\": [\n        \"beatitude\",\n        \"bemingle\",\n        \"crowstick\",\n        \"heartbeat\",\n        \"percussion\",\n        \"pulsebeat\",\n        \"scour\",\n        \"scourger\",\n        \"scourging\",\n        \"strophic\",\n        \"tetanisation\",\n        \"whift\",\n        \"whip\",\n        \"whipper\",\n        \"whippings\",\n        \"wrixle\"\n    ],\n    \"ihe ịma mma\": [\n        \"beatitudes\"\n    ],\n    \"Beatles\": [\n        \"beatles\"\n    ],\n    \"Beatnikism\": [\n        \"beatnikism\"\n    ],\n    \"Mgba\": [\n        \"beatrix\"\n    ],\n    \"Oti ihe\": [\n        \"beatster\"\n    ],\n    \"Beatus\": [\n        \"beatus\"\n    ],\n    \"Beatti\": [\n        \"beatuti\"\n    ],\n    \"Beau\": [\n        \"beau\"\n    ],\n    \"Beaufin\": [\n        \"beaufin\"\n    ],\n    \"ihe mara mma\": [\n        \"beauing\",\n        \"bepiece\",\n        \"elegises\",\n        \"elegits\",\n        \"platitudes\",\n        \"pollent\"\n    ],\n    \"Uzochukwu\": [\n        \"beaujolais\",\n        \"foujdary\",\n        \"glucosazone\",\n        \"hypersthenia\",\n        \"knaidlach\",\n        \"mesotron\",\n        \"prosthionic\",\n        \"shmaltz\",\n        \"thoroughbass\",\n        \"tzaddik\",\n        \"tzarinas\",\n        \"tzendal\"\n    ],\n    \"ebe a na-akpọ\": [\n        \"beaus\"\n    ],\n    \"ihe ekwesiri\": [\n        \"beauseant\"\n    ],\n    \"ịbụ onye dị ndụ\": [\n        \"beauship\"\n    ],\n    \"omume oma\": [\n        \"beauteousness\",\n        \"nicely\",\n        \"virtuous\",\n        \"virtuouslike\"\n    ],\n    \"ndị mara mma\": [\n        \"beauticians\",\n        \"bezants\",\n        \"noblesse\"\n    ],\n    \"enweghị mma\": [\n        \"beautiless\",\n        \"knifeless\",\n        \"nondecorous\",\n        \"qualityless\"\n    ],\n    \"baux\": [\n        \"beaux\"\n    ],\n    \"bauxite\": [\n        \"beauxite\"\n    ],\n    \"biva\": [\n        \"beaver\",\n        \"beavery\"\n    ],\n    \"adị mfe\": [\n        \"beaverish\",\n        \"bejuggle\",\n        \"outblacken\",\n        \"unsmoothness\"\n    ],\n    \"ịgba aghara\": [\n        \"beaverism\",\n        \"discourteousness\",\n        \"docetism\",\n        \"gluttery\",\n        \"outbullying\",\n        \"seditions\",\n        \"spoffle\",\n        \"squamation\"\n    ],\n    \"ebelatala\": [\n        \"beaverite\"\n    ],\n    \"ukpala\": [\n        \"beaverkill\",\n        \"gallnut\",\n        \"grasshoppers\",\n        \"melasses\",\n        \"ostariophysi\",\n        \"razzberries\",\n        \"swordknot\",\n        \"vespertilionid\"\n    ],\n    \"adị ka onye beaver\": [\n        \"beaverlike\"\n    ],\n    \"ndị na-atụ biya\": [\n        \"beavers\"\n    ],\n    \"akpụkpọ anụ beaverskin\": [\n        \"beaverskin\"\n    ],\n    \"iri na ise\": [\n        \"beaverteen\",\n        \"fifish\",\n        \"fifteen\",\n        \"fifteener\",\n        \"fifteenfold\",\n        \"fifteens\",\n        \"fifteenths\",\n        \"penthrite\",\n        \"turbitteen\",\n        \"umpteen\",\n        \"velveteen\"\n    ],\n    \"Ogwunigwe\": [\n        \"beaverwood\"\n    ],\n    \"emewo ya\": [\n        \"beballed\"\n    ],\n    \"a ga-ama ya\": [\n        \"bebannered\",\n        \"brambled\"\n    ],\n    \"Bebaron\": [\n        \"bebaron\"\n    ],\n    \"bie\": [\n        \"bebathe\",\n        \"beclose\",\n        \"bewet\",\n        \"levitate\",\n        \"levitated\",\n        \"livable\",\n        \"wildered\"\n    ],\n    \"Bebeerine\": [\n        \"bebeerine\"\n    ],\n    \"Bebeerus\": [\n        \"bebeerus\"\n    ],\n    \"kpọlitere\": [\n        \"bebleed\",\n        \"scooted\"\n    ],\n    \"afụụ\": [\n        \"beblister\",\n        \"brulots\",\n        \"bumblepuppy\",\n        \"charet\",\n        \"charette\",\n        \"flunkeyistic\"\n    ],\n    \"ọbara\": [\n        \"beblood\",\n        \"bebloods\",\n        \"blood\",\n        \"blooded\",\n        \"bloody\",\n        \"bloodily\",\n        \"bloodless\",\n        \"bloodlessly\",\n        \"bloodmobile\",\n        \"bloodnoun\",\n        \"bloodripeness\",\n        \"bloodroots\",\n        \"bloods\",\n        \"bloodstock\",\n        \"bloodstream\",\n        \"bloodstreams\",\n        \"bloodstroke\",\n        \"bloodsuck\",\n        \"bloodsucker\",\n        \"bloodsucking\",\n        \"bloodthirstiest\",\n        \"bloodwood\",\n        \"bloodworthy\",\n        \"crimsonly\",\n        \"ejidal\",\n        \"floody\",\n        \"nebulation\",\n        \"sblood\",\n        \"serum\",\n        \"serumal\",\n        \"unblooded\",\n        \"unbloody\"\n    ],\n    \"ịgba ọbara\": [\n        \"beblooding\"\n    ],\n    \"okorie\": [\n        \"beblubber\",\n        \"orchestian\"\n    ],\n    \"togburu onwe ya\": [\n        \"beblubbered\",\n        \"befrogged\",\n        \"bewrapped\",\n        \"bumbled\",\n        \"outgrinned\",\n        \"outpraised\",\n        \"outwrangled\",\n        \"surpliced\"\n    ],\n    \"Obo\": [\n        \"bebog\",\n        \"cheroots\",\n        \"cupman\",\n        \"harborous\",\n        \"strifes\"\n    ],\n    \"ndị na-egbu egbu\": [\n        \"beboppers\",\n        \"executioners\",\n        \"gerrymanders\",\n        \"haberdashers\",\n        \"killers\",\n        \"lynchers\",\n        \"lurchers\",\n        \"lurkers\",\n        \"nonintoxicants\",\n        \"tattooists\",\n        \"tobacconists\",\n        \"whippersnappers\",\n        \"whoppers\"\n    ],\n    \"Onyinye\": [\n        \"beboss\",\n        \"beckett\",\n        \"beneficiaryship\",\n        \"bithynian\",\n        \"chlamyd\",\n        \"cnidarian\",\n        \"cnidian\",\n        \"cribo\",\n        \"cundy\",\n        \"cunnilingus\",\n        \"demesgne\",\n        \"densimetric\",\n        \"densitometric\",\n        \"frithy\",\n        \"grant\",\n        \"kislev\",\n        \"kistvaen\",\n        \"lansat\",\n        \"outkisses\",\n        \"overfondling\",\n        \"trionyx\",\n        \"vidicon\",\n        \"vidkid\",\n        \"vintneress\"\n    ],\n    \"bianu\": [\n        \"bebothered\"\n    ],\n    \"o juru\": [\n        \"bebouldered\"\n    ],\n    \"gaferenụ\": [\n        \"bebrave\"\n    ],\n    \"bido\": [\n        \"bebrine\",\n        \"bebrush\",\n        \"begay\",\n        \"begat\",\n        \"beget\",\n        \"beroll\",\n        \"cattish\",\n        \"commorse\",\n        \"commot\",\n        \"ebbed\",\n        \"ebriate\",\n        \"ejectee\",\n        \"ejective\",\n        \"embrew\",\n        \"forerake\",\n        \"initialize\",\n        \"pail\",\n        \"preamp\",\n        \"prebind\",\n        \"precompile\",\n        \"preinclude\",\n        \"premenace\",\n        \"prepose\",\n        \"start\",\n        \"stir\",\n        \"stirp\",\n        \"subsere\",\n        \"upband\"\n    ],\n    \"nwanne\": [\n        \"bebrother\",\n        \"brothe\",\n        \"brother\",\n        \"brotherly\",\n        \"brotherlike\",\n        \"brotherred\",\n        \"brothership\",\n        \"brotherton\",\n        \"cobrother\",\n        \"dister\",\n        \"fellowess\",\n        \"forehew\",\n        \"fraternal\",\n        \"fraternalism\",\n        \"fraternalist\",\n        \"fraternise\",\n        \"kinship\",\n        \"nepheloid\",\n        \"sib\",\n        \"sibbaldus\",\n        \"sibbed\",\n        \"sibber\",\n        \"sibby\",\n        \"sibling\",\n        \"sibness\",\n        \"sistent\",\n        \"sister\",\n        \"sistered\",\n        \"sisterin\",\n        \"sisterly\",\n        \"sisterlike\",\n        \"sisterliness\",\n        \"sistership\",\n        \"unbrotherly\",\n        \"uncleansable\",\n        \"unclearable\",\n        \"uncleavable\"\n    ],\n    \"nwee bọtịnụ\": [\n        \"bebuttoned\"\n    ],\n    \"bacall\": [\n        \"becall\"\n    ],\n    \"nwee nsogbu\": [\n        \"becalmment\",\n        \"beleaguered\",\n        \"blest\",\n        \"circumstanced\",\n        \"misevent\",\n        \"prepollent\",\n        \"problemistic\",\n        \"riskily\",\n        \"stormish\",\n        \"tribunicial\",\n        \"tribunitive\",\n        \"troubled\"\n    ],\n    \"ghọrọ\": [\n        \"became\",\n        \"becomed\"\n    ],\n    \"egbue\": [\n        \"becapping\"\n    ],\n    \"malitere\": [\n        \"becarpeted\",\n        \"becassocked\",\n        \"becloaked\",\n        \"becrown\",\n        \"becursing\",\n        \"began\",\n        \"begun\",\n        \"begunk\",\n        \"commenceable\",\n        \"commencement\",\n        \"commencements\",\n        \"commences\",\n        \"commencing\",\n        \"commensurated\",\n        \"comminated\",\n        \"commination\",\n        \"comminuted\",\n        \"embarked\",\n        \"embrued\",\n        \"initialised\",\n        \"initialized\",\n        \"launderable\",\n        \"origanized\",\n        \"originates\",\n        \"preambled\",\n        \"proregent\",\n        \"resituated\",\n        \"resorted\",\n        \"started\",\n        \"trigged\",\n        \"undertook\"\n    ],\n    \"Ezigbo ihe eji eme ihe\": [\n        \"becarpets\"\n    ],\n    \"Ikekwe\": [\n        \"becarve\",\n        \"becrawl\",\n        \"becrippling\",\n        \"becroak\",\n        \"becudgelling\",\n        \"bowering\",\n        \"depredatory\",\n        \"doweries\",\n        \"effervescible\",\n        \"ferox\",\n        \"foreboom\",\n        \"grundy\",\n        \"gulling\",\n        \"gusting\",\n        \"hicket\",\n        \"hicky\",\n        \"hobblingly\",\n        \"hobnobbing\",\n        \"hvy\",\n        \"implausibility\",\n        \"lapidating\",\n        \"mightnt\",\n        \"oppugned\",\n        \"overthrong\",\n        \"phanerogamous\",\n        \"sloughiness\",\n        \"sloughing\",\n        \"spauld\",\n        \"stramineous\",\n        \"tendriled\",\n        \"thioarsenious\",\n        \"threaped\",\n        \"vorhand\",\n        \"whaps\"\n    ],\n    \"Ezinne\": [\n        \"becassine\",\n        \"becrawls\",\n        \"becreep\",\n        \"bestrode\",\n        \"castilian\",\n        \"delphinid\",\n        \"deltohedra\",\n        \"porer\",\n        \"vrilling\"\n    ],\n    \"Beccabunga\": [\n        \"beccabunga\"\n    ],\n    \"Ekwuru\": [\n        \"beccaficos\",\n        \"eriophorum\",\n        \"faussebrayed\",\n        \"gaveling\",\n        \"interdicted\",\n        \"ketole\",\n        \"sluffed\",\n        \"stellified\",\n        \"tacketed\",\n        \"wirling\"\n    ],\n    \"beko\": [\n        \"becco\",\n        \"bekko\"\n    ],\n    \"a gbarala\": [\n        \"bechained\"\n    ],\n    \"Ezigbo\": [\n        \"bechamel\",\n        \"bechamels\",\n        \"becivet\",\n        \"beclasps\",\n        \"becloaks\",\n        \"beclog\",\n        \"beclogs\",\n        \"beclothe\",\n        \"becolme\",\n        \"becross\",\n        \"becudgels\",\n        \"castellated\",\n        \"cephaloconic\",\n        \"cephalous\",\n        \"ejicient\",\n        \"embolimeal\",\n        \"esterling\",\n        \"evectant\",\n        \"evites\",\n        \"eximious\",\n        \"forlornest\",\n        \"forzandos\",\n        \"gorger\",\n        \"isauxetic\",\n        \"overruffing\",\n        \"pacificistic\",\n        \"panglossic\",\n        \"perennity\",\n        \"piggy\",\n        \"pledgor\",\n        \"prosimian\",\n        \"puredee\",\n        \"rassle\",\n        \"reallot\",\n        \"ruffed\",\n        \"sjouke\",\n        \"sledger\",\n        \"slodger\",\n        \"sloshy\",\n        \"sludgiest\",\n        \"slushy\",\n        \"slushily\",\n        \"sottish\",\n        \"starky\",\n        \"superdecorated\",\n        \"thyroprivic\",\n        \"thyroprivous\",\n        \"trueloves\",\n        \"tzental\",\n        \"vagarish\",\n        \"viverrid\",\n        \"zestfully\",\n        \"zestfulness\"\n    ],\n    \"nwee iwu\": [\n        \"becharmed\",\n        \"prepolish\"\n    ],\n    \"na-akwụ ụgwọ\": [\n        \"becharming\",\n        \"bedaubing\",\n        \"bilineate\",\n        \"billitonite\",\n        \"chargeable\",\n        \"chargeful\",\n        \"coinsures\",\n        \"compensates\",\n        \"compensating\",\n        \"compensatingly\",\n        \"compensative\",\n        \"compensatively\",\n        \"compensativeness\",\n        \"compensatory\",\n        \"costive\",\n        \"counterpendent\",\n        \"debiting\",\n        \"depreciates\",\n        \"depreciatingly\",\n        \"exonerating\",\n        \"expropriable\",\n        \"indemnifying\",\n        \"leistering\",\n        \"levees\",\n        \"lutarious\",\n        \"nondependably\",\n        \"nursable\",\n        \"paying\",\n        \"parodying\",\n        \"remising\",\n        \"repugnantly\",\n        \"requitable\",\n        \"requiteful\",\n        \"requiters\",\n        \"salarying\",\n        \"suspendible\",\n        \"suspirative\",\n        \"tenured\",\n        \"terminatory\",\n        \"unabsorbingly\",\n        \"uncompendious\",\n        \"uncompensating\",\n        \"vindictive\"\n    ],\n    \"izu\": [\n        \"bechase\",\n        \"boe\",\n        \"bootied\",\n        \"breed\",\n        \"brerd\",\n        \"brere\",\n        \"bullweed\",\n        \"butling\",\n        \"chacate\",\n        \"chacun\",\n        \"chaffiness\",\n        \"chaffseed\",\n        \"chaptalize\",\n        \"charing\",\n        \"confluence\",\n        \"consultative\",\n        \"creping\",\n        \"deaned\",\n        \"deliming\",\n        \"ensweep\",\n        \"fellowing\",\n        \"jed\",\n        \"mafficking\",\n        \"metely\",\n        \"samal\",\n        \"sedged\",\n        \"selenion\",\n        \"semibourgeois\",\n        \"semienclosed\",\n        \"semilanceolate\",\n        \"shopocracy\",\n        \"siziness\",\n        \"slavocracy\",\n        \"slue\",\n        \"slushiness\",\n        \"smeariness\",\n        \"smearing\",\n        \"smeer\",\n        \"snagging\",\n        \"soundness\",\n        \"squassation\",\n        \"stager\",\n        \"stagery\",\n        \"staking\",\n        \"staw\",\n        \"stawn\",\n        \"stipply\",\n        \"suberising\",\n        \"subobliqueness\",\n        \"tallyhoing\",\n        \"tallying\",\n        \"tattlement\",\n        \"tchast\",\n        \"teem\",\n        \"tenures\",\n        \"tewly\",\n        \"trammelling\",\n        \"tranchant\",\n        \"treddling\",\n        \"tresche\",\n        \"week\",\n        \"weeklies\",\n        \"weekling\",\n        \"weeklong\",\n        \"weeks\"\n    ],\n    \"onye mmeri\": [\n        \"bechatter\",\n        \"champine\",\n        \"champion\",\n        \"championed\",\n        \"championess\",\n        \"championless\",\n        \"conquerer\",\n        \"conqueror\",\n        \"conquistador\",\n        \"conquistadors\",\n        \"defeater\",\n        \"defeatist\",\n        \"invoker\",\n        \"outcomer\",\n        \"overcompetitively\",\n        \"vanquisher\",\n        \"vicaire\",\n        \"vicary\",\n        \"victor\",\n        \"victorian\",\n        \"victress\",\n        \"victualer\",\n        \"victualler\",\n        \"wincer\",\n        \"winer\",\n        \"winner\",\n        \"wonner\"\n    ],\n    \"ọkwọ ụgbọala\": [\n        \"bechauffeur\",\n        \"chauffeur\",\n        \"choffer\",\n        \"driveled\",\n        \"driveler\",\n        \"drivenness\",\n        \"driverless\",\n        \"drivers\",\n        \"drivership\",\n        \"motorization\",\n        \"speering\"\n    ],\n    \"bụụrụ\": [\n        \"beche\",\n        \"becher\"\n    ],\n    \"Ezuru\": [\n        \"bechern\",\n        \"looted\",\n        \"robbed\"\n    ],\n    \"ihe anwuru\": [\n        \"bechtler\",\n        \"begaud\",\n        \"carpid\",\n        \"pasquiller\"\n    ],\n    \"akpọ\": [\n        \"becked\",\n        \"calked\",\n        \"called\",\n        \"chorusing\",\n        \"naming\",\n        \"pronate\",\n        \"pronated\",\n        \"pronates\",\n        \"raying\",\n        \"rollock\",\n        \"tackies\",\n        \"titled\"\n    ],\n    \"Beckelite\": [\n        \"beckelite\"\n    ],\n    \"ịkụ mkpụrụ\": [\n        \"becking\"\n    ],\n    \"ịkpọ aka\": [\n        \"beckoning\"\n    ],\n    \"nweela\": [\n        \"beclad\",\n        \"beclamored\",\n        \"gained\",\n        \"hadden\"\n    ],\n    \"enweghịkwa\": [\n        \"beclamor\",\n        \"beewise\",\n        \"deviations\",\n        \"iliodorsal\",\n        \"ilioischiac\",\n        \"nonequalizing\"\n    ],\n    \"nweghi\": [\n        \"beclap\",\n        \"inglenook\",\n        \"twigwithy\"\n    ],\n    \"Dịghị\": [\n        \"beclaw\"\n    ],\n    \"lekọọnụ\": [\n        \"becloak\"\n    ],\n    \"ịmalite\": [\n        \"becloaking\",\n        \"commence\",\n        \"embace\",\n        \"embarking\",\n        \"embarkment\",\n        \"geniting\",\n        \"launderability\",\n        \"mumming\",\n        \"onsetting\",\n        \"premaking\",\n        \"premiering\",\n        \"premixing\",\n        \"premorning\",\n        \"underbake\",\n        \"venture\"\n    ],\n    \"Ogbela\": [\n        \"beclogged\",\n        \"bekissed\",\n        \"culttelli\",\n        \"pastedown\"\n    ],\n    \"udochukwu\": [\n        \"beclown\",\n        \"freethinker\",\n        \"johannean\",\n        \"mesnality\",\n        \"selsoviet\",\n        \"serenissimi\",\n        \"tetradesmus\"\n    ],\n    \"Owerela\": [\n        \"beclowned\"\n    ],\n    \"Na-adịghị anya\": [\n        \"beclowning\"\n    ],\n    \"Nwaoke\": [\n        \"beclowns\",\n        \"becrusts\",\n        \"brownly\",\n        \"felichthys\"\n    ],\n    \"gbarụọ agbarụ\": [\n        \"becoiffed\"\n    ],\n    \"nwaoke\": [\n        \"becollier\"\n    ],\n    \"ghọọ\": [\n        \"becomma\"\n    ],\n    \"Ikwesiri ike\": [\n        \"becompliment\",\n        \"preconspire\"\n    ],\n    \"Bụrụ\": [\n        \"becram\"\n    ],\n    \"Dịda\": [\n        \"becramp\"\n    ],\n    \"Ezenwanyi\": [\n        \"becrampon\",\n        \"becrimson\",\n        \"benjy\",\n        \"deltohedron\",\n        \"flatteress\",\n        \"holard\",\n        \"lestrigonian\",\n        \"thered\",\n        \"zantiot\",\n        \"zyrenian\",\n        \"zoanthacea\",\n        \"zoantharian\",\n        \"zolaesque\",\n        \"zorrillo\"\n    ],\n    \"ghọgburu\": [\n        \"becrawled\",\n        \"befame\",\n        \"cheated\",\n        \"decelerated\",\n        \"foolable\",\n        \"fooled\",\n        \"foozled\",\n        \"gimbaled\",\n        \"misreceive\",\n        \"naivest\",\n        \"subtilized\",\n        \"triced\",\n        \"tricked\"\n    ],\n    \"bụrụ ihe ọjọọ\": [\n        \"becrime\",\n        \"ensky\"\n    ],\n    \"mebiri emebi\": [\n        \"becrimed\",\n        \"brimmed\",\n        \"brimmered\",\n        \"brindled\",\n        \"brokages\",\n        \"brokerages\",\n        \"brokeress\",\n        \"bromised\",\n        \"counterdigged\",\n        \"countermined\",\n        \"crumbcloth\",\n        \"damaged\",\n        \"damager\",\n        \"damped\",\n        \"defalk\",\n        \"defecated\",\n        \"dezinced\",\n        \"dumfound\",\n        \"mercurialized\",\n        \"messed\",\n        \"messiest\",\n        \"muggiest\",\n        \"periwigged\",\n        \"periwigpated\",\n        \"redamaged\",\n        \"rubberised\",\n        \"sinnowed\",\n        \"submultiplexed\",\n        \"twaddled\",\n        \"twizzened\",\n        \"undampened\"\n    ],\n    \"Onyeka\": [\n        \"becrowd\",\n        \"bohemian\",\n        \"cathern\",\n        \"clamourer\",\n        \"clavierist\",\n        \"creakier\",\n        \"crevette\",\n        \"decretist\",\n        \"donnerd\",\n        \"donnert\",\n        \"hutsulian\",\n        \"lsc\",\n        \"myatonic\",\n        \"miescherian\",\n        \"proboscidean\",\n        \"robert\",\n        \"sardinians\",\n        \"sateens\",\n        \"siceliot\",\n        \"singsongy\",\n        \"snootiest\",\n        \"sombrous\",\n        \"stedman\",\n        \"stygian\",\n        \"stylaster\",\n        \"stilton\",\n        \"styxian\",\n        \"strolld\",\n        \"strome\",\n        \"stuntist\",\n        \"thoftfellow\",\n        \"wickerby\",\n        \"wyling\"\n    ],\n    \"akpọnwụ\": [\n        \"becrowded\",\n        \"curns\",\n        \"dehydrates\",\n        \"dehydroffrozen\",\n        \"dehydrofrozen\",\n        \"dehydrogenated\",\n        \"dehydrogenised\",\n        \"drybrush\",\n        \"drydenian\",\n        \"drydenism\",\n        \"drylots\",\n        \"drynesses\",\n        \"dryrot\",\n        \"dryth\",\n        \"druther\",\n        \"frizing\",\n        \"loath\",\n        \"palsy\",\n        \"pruniferous\",\n        \"trunched\",\n        \"trunked\",\n        \"trunnions\",\n        \"withed\",\n        \"wither\",\n        \"witherband\",\n        \"witherblench\",\n        \"witherdeed\",\n        \"witheredly\",\n        \"witheredness\",\n        \"withery\",\n        \"withering\",\n        \"witherite\",\n        \"withershins\",\n        \"withertip\",\n        \"withes\"\n    ],\n    \"udochi\": [\n        \"becrowds\",\n        \"coosuc\",\n        \"damoclean\",\n        \"damoiseau\",\n        \"jousters\",\n        \"pacately\",\n        \"rowlandite\",\n        \"salthouse\",\n        \"sashery\",\n        \"schultz\",\n        \"sottie\",\n        \"ssu\",\n        \"trousseau\"\n    ],\n    \"Enwere ya\": [\n        \"becrusted\"\n    ],\n    \"inyefe\": [\n        \"becrusting\",\n        \"disbursing\",\n        \"handing\",\n        \"unowing\"\n    ],\n    \"Ezennekwu\": [\n        \"becudgel\"\n    ],\n    \"Ezenwankwo\": [\n        \"becudgeling\",\n        \"prorealist\"\n    ],\n    \"aghọgbu\": [\n        \"becumber\"\n    ],\n    \"Ezenna\": [\n        \"becurl\"\n    ],\n    \"Ezueze\": [\n        \"becurry\"\n    ],\n    \"bụụrụ ya\": [\n        \"becursed\"\n    ],\n    \"bụ nke mbụ\": [\n        \"becurst\"\n    ],\n    \"eweree\": [\n        \"becurtained\"\n    ],\n    \"ihe ndina\": [\n        \"bedabble\",\n        \"bedabbles\",\n        \"bedbug\",\n        \"bedcord\",\n        \"bedcovers\",\n        \"beddable\",\n        \"bedding\",\n        \"beddings\",\n        \"bedflower\",\n        \"bedimples\",\n        \"bedimplies\",\n        \"bedlar\",\n        \"bedpans\",\n        \"bedrabbling\",\n        \"bedrapes\",\n        \"bedravel\",\n        \"bedrivels\",\n        \"bedstand\",\n        \"bedstands\",\n        \"cot\",\n        \"cotangents\",\n        \"cotery\",\n        \"cotice\",\n        \"cotorment\",\n        \"cotset\",\n        \"cottar\",\n        \"cottiers\",\n        \"couchee\",\n        \"coucher\",\n        \"couchers\",\n        \"couches\",\n        \"couchette\",\n        \"couchings\",\n        \"couchmaker\",\n        \"couchmaking\",\n        \"couchmate\",\n        \"courants\",\n        \"couvades\",\n        \"couvert\",\n        \"lieger\",\n        \"posset\",\n        \"queasy\",\n        \"sleepproof\",\n        \"stretchers\"\n    ],\n    \"ndina\": [\n        \"bedabbled\",\n        \"bedaggered\",\n        \"bedrivelled\",\n        \"bedung\",\n        \"berth\",\n        \"betrothment\",\n        \"cote\",\n        \"cotrine\",\n        \"cots\",\n        \"cotte\",\n        \"cotted\",\n        \"couhage\",\n        \"criddle\",\n        \"dobbed\",\n        \"gobbed\",\n        \"lievaart\",\n        \"lievrite\"\n    ],\n    \"ndina ndina\": [\n        \"bedabbling\"\n    ],\n    \"dinara ala\": [\n        \"bedamned\",\n        \"bedamning\",\n        \"bedimmed\",\n        \"bedlamised\",\n        \"couching\"\n    ],\n    \"akwa ụra\": [\n        \"bedamns\",\n        \"bedchair\",\n        \"bedchairs\",\n        \"bedchamber\",\n        \"beddingroll\",\n        \"bedelve\",\n        \"bedgown\",\n        \"bedgowns\",\n        \"bedights\",\n        \"bedlamise\",\n        \"bedlams\",\n        \"bedmaking\",\n        \"bednights\",\n        \"bedouse\",\n        \"bedown\",\n        \"bedpan\",\n        \"bedquilts\",\n        \"bedraggles\",\n        \"bedrails\",\n        \"bedraping\",\n        \"bedrench\",\n        \"bedrenches\",\n        \"bedsores\",\n        \"bedsprings\",\n        \"bedstock\",\n        \"bedstring\",\n        \"bedticking\",\n        \"bedunch\"\n    ],\n    \"ihe ndina akwa\": [\n        \"bedamp\",\n        \"bedread\",\n        \"bedsitter\",\n        \"bedspread\",\n        \"bedspreads\"\n    ],\n    \"dina ala\": [\n        \"bedarkened\",\n        \"laydown\",\n        \"lobed\"\n    ],\n    \"bedazzle\": [\n        \"bedaze\"\n    ],\n    \"anya mmiri\": [\n        \"bedazzlement\",\n        \"distemperedly\",\n        \"dizz\",\n        \"dizzard\",\n        \"eyewater\",\n        \"eyewaters\",\n        \"gagged\",\n        \"gaggled\",\n        \"glegness\",\n        \"yabbering\",\n        \"overassuredly\",\n        \"overassuredness\",\n        \"overlicentiously\",\n        \"perspicaciously\",\n        \"sobbers\",\n        \"somberish\",\n        \"teardrop\",\n        \"teardrops\",\n        \"teariness\",\n        \"tearless\",\n        \"tearlike\",\n        \"tears\",\n        \"tearstain\",\n        \"tearstained\",\n        \"undichotomously\",\n        \"upattic\",\n        \"vizament\"\n    ],\n    \"Uzoamaka\": [\n        \"bedazzlingly\",\n        \"bellmouth\",\n        \"bellmouthed\",\n        \"benzenyl\",\n        \"benzoyl\",\n        \"benzthiophen\",\n        \"bevillain\",\n        \"bezzo\",\n        \"blandfordia\",\n        \"daedalian\",\n        \"derbylite\",\n        \"derbyshire\",\n        \"moriscan\",\n        \"normanesque\",\n        \"ontosophy\",\n        \"phizog\",\n        \"rhodinol\",\n        \"rld\",\n        \"saponiferous\",\n        \"sloyd\",\n        \"slojd\",\n        \"surd\",\n        \"szekler\",\n        \"telford\",\n        \"telfords\",\n        \"therebiforn\",\n        \"thevetia\",\n        \"thysanuran\",\n        \"ultrastellar\",\n        \"upsey\",\n        \"voussoir\",\n        \"wadmels\",\n        \"zygous\",\n        \"zoanthus\"\n    ],\n    \"akwa ndina\": [\n        \"bedboard\"\n    ],\n    \"chinchi\": [\n        \"bedbugs\",\n        \"bugles\",\n        \"bugs\",\n        \"chincher\",\n        \"chinches\",\n        \"chinchy\",\n        \"chinchier\",\n        \"chinchiest\",\n        \"chinching\",\n        \"chinsing\"\n    ],\n    \"bedder\": [\n        \"bedded\",\n        \"bedders\"\n    ],\n    \"addị\": [\n        \"bedead\"\n    ],\n    \"achaafen\": [\n        \"bedeafen\"\n    ],\n    \"afgha\": [\n        \"bedeafening\"\n    ],\n    \"na-agbachi\": [\n        \"bedecking\",\n        \"besmirching\",\n        \"denazifies\",\n        \"glooming\",\n        \"hamperedly\",\n        \"iridizing\",\n        \"lathered\",\n        \"muniting\",\n        \"noneclipsing\",\n        \"occludes\",\n        \"occluding\",\n        \"pendanting\",\n        \"pinnulated\",\n        \"quoining\",\n        \"spitscocked\",\n        \"stabbing\",\n        \"stalkingly\",\n        \"stifling\",\n        \"suffuses\",\n        \"unclamping\",\n        \"underdrying\"\n    ],\n    \"codị mma\": [\n        \"bedecorate\"\n    ],\n    \"àkwà\": [\n        \"bedells\",\n        \"bedside\",\n        \"bedsite\",\n        \"bedust\"\n    ],\n    \"ndị na-ehi ụra\": [\n        \"bedemen\",\n        \"bedesmen\",\n        \"bedfellows\",\n        \"bedmakers\",\n        \"sleepers\",\n        \"sleepwalkers\"\n    ],\n    \"dinara\": [\n        \"beden\",\n        \"bleeped\",\n        \"layrock\",\n        \"layup\",\n        \"lieve\",\n        \"rapter\"\n    ],\n    \"nwanyị bedeswoman\": [\n        \"bedeswoman\"\n    ],\n    \"gbanweevil\": [\n        \"bedevil\"\n    ],\n    \"vilgha\": [\n        \"bedeviling\",\n        \"bedevilling\"\n    ],\n    \"ihe mgbali\": [\n        \"bedevilment\"\n    ],\n    \"vdị\": [\n        \"bedevils\",\n        \"blvd\"\n    ],\n    \"bed bed\": [\n        \"bedfast\",\n        \"bedlight\",\n        \"bedmaker\",\n        \"bedmate\",\n        \"bedrug\",\n        \"bedward\"\n    ],\n    \"Bedford\": [\n        \"bedford\"\n    ],\n    \"akwa osisi\": [\n        \"bedframes\"\n    ],\n    \"ụra abalị\": [\n        \"bedight\",\n        \"nightjars\"\n    ],\n    \"ụra ụra\": [\n        \"bedighting\",\n        \"sleepwort\"\n    ],\n    \"bedim\": [\n        \"bedimple\"\n    ],\n    \"bed bedị\": [\n        \"bedirty\"\n    ],\n    \"bedism\": [\n        \"bedismal\"\n    ],\n    \"bediz\": [\n        \"bedizened\"\n    ],\n    \"ihe ndina ihe ndina\": [\n        \"bedlamer\"\n    ],\n    \"akwa oriọna\": [\n        \"bedlamp\",\n        \"bedlamps\"\n    ],\n    \"akwa akwa akwa\": [\n        \"bedlids\"\n    ],\n    \"dị ka bed\": [\n        \"bedlike\"\n    ],\n    \"ndị bed bed\": [\n        \"bedmates\"\n    ],\n    \"ndina ala\": [\n        \"bednighted\"\n    ],\n    \"àkwà bed\": [\n        \"bedote\"\n    ],\n    \"Bedouin\": [\n        \"bedouin\"\n    ],\n    \"àkwà ndina\": [\n        \"bedpost\",\n        \"bedposts\",\n        \"bedrid\",\n        \"bedriddenness\",\n        \"bedrop\",\n        \"bedsides\",\n        \"bedstaves\",\n        \"bedumb\"\n    ],\n    \"bedraised\": [\n        \"bedraped\"\n    ],\n    \"bedren bed\": [\n        \"bedrenched\"\n    ],\n    \"n'àkwà ụra\": [\n        \"bedridden\"\n    ],\n    \"àkwà ụra\": [\n        \"bedrip\"\n    ],\n    \"àkwà ndina ala\": [\n        \"bedrolls\"\n    ],\n    \"ụlọ ihi ụra\": [\n        \"bedrooms\"\n    ],\n    \"n'àkwà\": [\n        \"bedrugged\"\n    ],\n    \"ihe ndozi akwa\": [\n        \"bedscrew\"\n    ],\n    \"akwa nsachi akwa\": [\n        \"bedsheet\"\n    ],\n    \"bedit\": [\n        \"bedsick\",\n        \"bedsit\"\n    ],\n    \"akwa sock\": [\n        \"bedsock\"\n    ],\n    \"bedonias\": [\n        \"bedsonias\"\n    ],\n    \"bedore\": [\n        \"bedsore\"\n    ],\n    \"akwa beds\": [\n        \"bedsteads\"\n    ],\n    \"bedwerver\": [\n        \"bedswerver\"\n    ],\n    \"oge ụra\": [\n        \"bedtime\",\n        \"bedtimes\"\n    ],\n    \"dinara ụra\": [\n        \"bedumbed\"\n    ],\n    \"àkwà mmiri\": [\n        \"bedunce\",\n        \"bowwood\",\n        \"bridgebote\",\n        \"bridgehead\",\n        \"bridger\",\n        \"bridges\",\n        \"bridoon\",\n        \"railbirds\",\n        \"riverbeds\",\n        \"snowbirds\"\n    ],\n    \"n'ihe ndina\": [\n        \"bedwards\",\n        \"cauch\",\n        \"couch\",\n        \"couche\",\n        \"couve\",\n        \"couveuse\"\n    ],\n    \"a beeụ\": [\n        \"bee\"\n    ],\n    \"anu\": [\n        \"beearn\"\n    ],\n    \"bọmbụ\": [\n        \"beeball\",\n        \"bombable\",\n        \"bombace\",\n        \"bombay\",\n        \"bombard\",\n        \"bombarde\",\n        \"bombarder\",\n        \"bombardier\",\n        \"bombardment\",\n        \"bombardments\",\n        \"bombardo\",\n        \"bombardon\",\n        \"bombards\",\n        \"bombasine\",\n        \"bombast\",\n        \"bombaster\",\n        \"bombastic\",\n        \"bombasticness\",\n        \"bombe\",\n        \"bombes\",\n        \"bombesin\",\n        \"bombesins\",\n        \"bombycid\",\n        \"bombycids\",\n        \"bombilla\",\n        \"bombillas\",\n        \"bombinae\",\n        \"bombyxes\",\n        \"bomble\",\n        \"bombline\",\n        \"bombload\",\n        \"bombonne\",\n        \"bombous\",\n        \"bombs\",\n        \"bombus\",\n        \"bomos\",\n        \"bumbleberry\",\n        \"divebomb\",\n        \"maypops\",\n        \"unbombast\",\n        \"unbombed\"\n    ],\n    \"abeụ\": [\n        \"beebees\"\n    ],\n    \"achicha achicha\": [\n        \"beebread\",\n        \"breadstitch\",\n        \"cupcakes\"\n    ],\n    \"abụ a beeụ\": [\n        \"beebreads\"\n    ],\n    \"achesụ\": [\n        \"beeches\"\n    ],\n    \"kachasị mma\": [\n        \"beechiest\",\n        \"handsomest\",\n        \"sleekest\"\n    ],\n    \"emela\": [\n        \"beedged\",\n        \"donnot\",\n        \"nothal\"\n    ],\n    \"Beedom\": [\n        \"beedom\"\n    ],\n    \"ehi\": [\n        \"beef\",\n        \"beefs\",\n        \"bull\",\n        \"bullcart\",\n        \"bullnecks\",\n        \"bullnut\",\n        \"bullock\",\n        \"bullockite\",\n        \"bullockman\",\n        \"bullocks\",\n        \"bullpens\",\n        \"bulls\",\n        \"bullshots\",\n        \"bullskin\",\n        \"bullwork\",\n        \"cattle\",\n        \"cow\",\n        \"cowal\",\n        \"cowan\",\n        \"cowbell\",\n        \"cowbells\",\n        \"coween\",\n        \"cowinner\",\n        \"cowk\",\n        \"cowl\",\n        \"cowlick\",\n        \"cowling\",\n        \"cowlings\",\n        \"cowls\",\n        \"cowman\",\n        \"cowpen\",\n        \"cowpony\",\n        \"cows\",\n        \"cowshed\",\n        \"cowsheds\",\n        \"cull\",\n        \"culls\",\n        \"herdic\",\n        \"kine\",\n        \"ox\",\n        \"oxane\",\n        \"oxen\",\n        \"oxes\",\n        \"oxfly\",\n        \"oxheal\",\n        \"oxheart\",\n        \"oxhearts\",\n        \"oxherd\",\n        \"oxhoft\",\n        \"oxims\",\n        \"oxman\",\n        \"oxshoe\",\n        \"pattle\"\n    ],\n    \"ihe na-egbu mmiri\": [\n        \"beefeater\"\n    ],\n    \"ndị na-amị anụ ụlọ\": [\n        \"beefeaters\"\n    ],\n    \"amịrị\": [\n        \"beefed\",\n        \"yields\"\n    ],\n    \"ịkpa aụ\": [\n        \"beefier\"\n    ],\n    \"kacha mma\": [\n        \"beefiest\",\n        \"best\",\n        \"bestial\",\n        \"bestink\",\n        \"bestirred\",\n        \"bestorm\",\n        \"bestraddle\",\n        \"bestream\",\n        \"excellence\",\n        \"excellences\",\n        \"excelsior\",\n        \"flappiest\",\n        \"germiest\",\n        \"glibbest\",\n        \"goriest\",\n        \"hedgiest\",\n        \"iciest\",\n        \"lankiest\",\n        \"optime\",\n        \"optimeter\",\n        \"pickiest\",\n        \"qualmiest\",\n        \"sleekiest\",\n        \"veiniest\",\n        \"wieldiest\"\n    ],\n    \"anufin\": [\n        \"beefin\"\n    ],\n    \"ịkpa akwụ\": [\n        \"beefiness\"\n    ],\n    \"Beefwood\": [\n        \"beefwood\"\n    ],\n    \"akwuru anu\": [\n        \"beehive\"\n    ],\n    \"ahiụ\": [\n        \"beehives\"\n    ],\n    \"ụlọ a beeụ\": [\n        \"beehouse\"\n    ],\n    \"aishụ\": [\n        \"beeishness\"\n    ],\n    \"onye na-elekọta a beeụ\": [\n        \"beekeeper\"\n    ],\n    \"akeepụ\": [\n        \"beekeepers\"\n    ],\n    \"ịkpa a beeụ\": [\n        \"beekeeping\"\n    ],\n    \"àzụ\": [\n        \"beelol\"\n    ],\n    \"Beelzebub\": [\n        \"beelzebub\"\n    ],\n    \"Beelzebubian\": [\n        \"beelzebubian\"\n    ],\n    \"Beelzebul\": [\n        \"beelzebul\"\n    ],\n    \"onye anwuru anwu\": [\n        \"beemaster\",\n        \"spittleman\"\n    ],\n    \"beeman\": [\n        \"beemen\"\n    ],\n    \"nọ\": [\n        \"been\",\n        \"beent\",\n        \"kept\",\n        \"were\"\n    ],\n    \"ukpa\": [\n        \"beennut\",\n        \"brattish\",\n        \"coenosteal\",\n        \"cohosts\",\n        \"cottonwood\",\n        \"cottonwoods\",\n        \"cpt\",\n        \"garten\",\n        \"pauperdom\",\n        \"pulture\",\n        \"smithcraft\",\n        \"snugness\",\n        \"sperone\",\n        \"thistlelike\",\n        \"wackier\",\n        \"walnut\",\n        \"walnuts\",\n        \"wartyback\",\n        \"woak\",\n        \"wong\",\n        \"woold\",\n        \"woolding\",\n        \"wricht\"\n    ],\n    \"anọwo na\": [\n        \"beento\"\n    ],\n    \"biyabachite\": [\n        \"beerbachite\"\n    ],\n    \"biyabelly\": [\n        \"beerbelly\"\n    ],\n    \"biyabibber\": [\n        \"beerbibber\"\n    ],\n    \"biyahouse\": [\n        \"beerhouse\"\n    ],\n    \"ebe obibi biya\": [\n        \"beerhouses\"\n    ],\n    \"onye na-eme biya\": [\n        \"beermaker\"\n    ],\n    \"biya eme\": [\n        \"beermaking\"\n    ],\n    \"biyamonger\": [\n        \"beermonger\"\n    ],\n    \"Beerothite\": [\n        \"beerothite\"\n    ],\n    \"biyapull\": [\n        \"beerpull\"\n    ],\n    \"aesụ\": [\n        \"bees\",\n        \"beeswing\",\n        \"beeswinged\"\n    ],\n    \"ị stụ a beeụ\": [\n        \"beesting\"\n    ],\n    \"a stụ gbara agba\": [\n        \"beestings\"\n    ],\n    \"mgbanyụ\": [\n        \"beeswax\",\n        \"berreave\",\n        \"berreaves\",\n        \"bespangle\",\n        \"bevenom\",\n        \"exteriorised\",\n        \"exteriorising\",\n        \"moringaceous\",\n        \"stuccoing\"\n    ],\n    \"mgbá aesụ\": [\n        \"beeswaxes\"\n    ],\n    \"Aesụ\": [\n        \"beeswings\"\n    ],\n    \"biiti\": [\n        \"beet\"\n    ],\n    \"Beethovenian\": [\n        \"beethovenian\"\n    ],\n    \"biethoven's\": [\n        \"beethovenish\"\n    ],\n    \"beethoven\": [\n        \"beethovian\"\n    ],\n    \"ebe isi\": [\n        \"beetlehead\"\n    ],\n    \"Ọbara\": [\n        \"beetleheadedness\",\n        \"bloodleaf\",\n        \"gassiness\",\n        \"splenalgy\"\n    ],\n    \"Anụ ọhịa\": [\n        \"beetlestock\",\n        \"wildfowl\",\n        \"wildwood\",\n        \"wildwoods\"\n    ],\n    \"biet\": [\n        \"beetlike\"\n    ],\n    \"bietroot\": [\n        \"beetroot\"\n    ],\n    \"bietroots\": [\n        \"beetroots\"\n    ],\n    \"na-etinye aka\": [\n        \"beeve\",\n        \"encroaching\",\n        \"encroachingly\",\n        \"englobing\",\n        \"ensconcing\",\n        \"incrustations\",\n        \"interferent\",\n        \"interlotted\",\n        \"interring\",\n        \"interveining\",\n        \"interventionist\",\n        \"latinizing\",\n        \"parameterizing\",\n        \"pilloried\",\n        \"pillorying\",\n        \"predispersing\",\n        \"preengaging\",\n        \"underpropping\"\n    ],\n    \"avesụ\": [\n        \"beeves\"\n    ],\n    \"ịkpa afọ\": [\n        \"beeware\"\n    ],\n    \"na-arahụ\": [\n        \"beewinged\",\n        \"latening\"\n    ],\n    \"ihe azerụ\": [\n        \"beezer\"\n    ],\n    \"oso\": [\n        \"befall\",\n        \"runite\",\n        \"runround\",\n        \"runrounds\",\n        \"sortly\"\n    ],\n    \"dabara\": [\n        \"befallen\",\n        \"befell\",\n        \"ditted\",\n        \"entombed\",\n        \"fit\",\n        \"fitched\",\n        \"fits\",\n        \"fitted\",\n        \"fitten\",\n        \"ideated\",\n        \"suiting\",\n        \"tailordom\"\n    ],\n    \"befavour\": [\n        \"befavor\"\n    ],\n    \"Befavour\": [\n        \"befavour\"\n    ],\n    \"beather\": [\n        \"befeather\"\n    ],\n    \"nwee ụjọ\": [\n        \"beferned\"\n    ],\n    \"ejula afọ\": [\n        \"befetished\"\n    ],\n    \"emekpa\": [\n        \"befetter\",\n        \"bephilter\",\n        \"gulpingly\",\n        \"malmed\",\n        \"molest\",\n        \"perpetrated\",\n        \"pilliver\",\n        \"torturingly\",\n        \"victimised\",\n        \"victimized\"\n    ],\n    \"akpọnwụwo\": [\n        \"befezzed\",\n        \"corsned\",\n        \"shrieved\",\n        \"shriveled\",\n        \"shrivelled\"\n    ],\n    \"Oyibo\": [\n        \"beffroy\",\n        \"boildown\",\n        \"cheirognomy\",\n        \"cryolites\",\n        \"demiking\",\n        \"devilkins\",\n        \"dichroite\",\n        \"dildos\",\n        \"dinkies\",\n        \"dipteryx\",\n        \"dithiol\",\n        \"dithionite\",\n        \"dithyramb\",\n        \"dithyrambus\",\n        \"driblet\",\n        \"driftbolt\",\n        \"drolushness\",\n        \"ff\",\n        \"filagreing\",\n        \"galenic\",\n        \"galenism\",\n        \"glottides\",\n        \"klipbok\",\n        \"lyddite\",\n        \"linocut\",\n        \"linoleic\",\n        \"lumbang\",\n        \"lummox\",\n        \"oinking\",\n        \"osteitides\",\n        \"pellotin\",\n        \"pellotine\",\n        \"pleuroceroid\",\n        \"plexor\",\n        \"ripidolite\",\n        \"slinkweed\",\n        \"squilloid\",\n        \"squilloidea\",\n        \"stratosphere\",\n        \"stratospheric\",\n        \"stratospherical\",\n        \"vixen\",\n        \"whitfield\",\n        \"widgeons\"\n    ],\n    \"emeghi\": [\n        \"befilleted\",\n        \"didymis\",\n        \"impavid\",\n        \"meedless\",\n        \"mismated\",\n        \"mistaught\",\n        \"nonbulbaceous\",\n        \"noncereal\",\n        \"nondeveloping\",\n        \"nondevelopment\",\n        \"nondominating\",\n        \"nonform\",\n        \"nonformal\",\n        \"nonmannered\",\n        \"nonmountainous\",\n        \"nonpractice\",\n        \"nonpracticed\",\n        \"nonstylized\",\n        \"nontradition\",\n        \"nonvenally\",\n        \"nonvulval\",\n        \"unact\",\n        \"unacting\",\n        \"unbuilds\",\n        \"uncalibrated\",\n        \"uncaused\",\n        \"uncharacterised\",\n        \"uncivilized\",\n        \"undecaying\",\n        \"undeposed\",\n        \"underact\",\n        \"underdevelope\",\n        \"underdeveloped\",\n        \"underdeveloping\",\n        \"undigesting\",\n        \"unequiaxed\",\n        \"unexceeded\",\n        \"unfaceted\",\n        \"unfeminise\",\n        \"unfeminised\",\n        \"unfeminized\",\n        \"unfilmed\",\n        \"unfollowed\",\n        \"unfraternized\",\n        \"unfraught\",\n        \"unhands\",\n        \"unlassoed\",\n        \"unmade\",\n        \"unmorally\",\n        \"unmultiplying\",\n        \"unmutualised\",\n        \"unobtruded\",\n        \"unremedied\",\n        \"unrevolted\",\n        \"unruddered\",\n        \"unsparked\",\n        \"unsped\",\n        \"unsphering\",\n        \"unspied\",\n        \"unspiraled\",\n        \"unstinged\",\n        \"unstoked\",\n        \"untalked\",\n        \"unvowed\"\n    ],\n    \"ịbụ mkpịsị aka\": [\n        \"befingered\"\n    ],\n    \"mgbanyụ ọkụ\": [\n        \"befire\",\n        \"berascals\"\n    ],\n    \"dabara adaba\": [\n        \"befist\",\n        \"befit\",\n        \"befittingly\",\n        \"coincided\",\n        \"conveniens\",\n        \"conveniently\",\n        \"fitfully\",\n        \"fittable\",\n        \"fittyfied\",\n        \"fittingly\",\n        \"fittywise\",\n        \"opportune\",\n        \"suimate\",\n        \"suitly\"\n    ],\n    \"ekwesighi\": [\n        \"befittingness\",\n        \"delibate\",\n        \"disappropriate\",\n        \"discommodious\",\n        \"discommodiously\",\n        \"discommodiousness\",\n        \"discommodity\",\n        \"discommodities\",\n        \"disconducive\",\n        \"disfrequent\",\n        \"dissuasory\",\n        \"dissuitable\",\n        \"forfeitableness\",\n        \"hispidulous\",\n        \"iliopelvic\",\n        \"iliopubic\",\n        \"impedient\",\n        \"improcurability\",\n        \"improfitable\",\n        \"impropriate\",\n        \"impropriatrice\",\n        \"improvability\",\n        \"improvable\",\n        \"improvableness\",\n        \"inappropriable\",\n        \"indeciduous\",\n        \"indefeasibility\",\n        \"indefeasibleness\",\n        \"indefectibly\",\n        \"indeficiently\",\n        \"indevoutly\",\n        \"indevoutness\",\n        \"indispose\",\n        \"inopportunely\",\n        \"insuitable\",\n        \"irresolution\",\n        \"malappropriate\",\n        \"misappropriate\",\n        \"misbefitting\",\n        \"misfit\",\n        \"mismates\",\n        \"nonadmittedly\",\n        \"nonappropriable\",\n        \"nonappropriative\",\n        \"nonauricular\",\n        \"nonconfitent\",\n        \"nondefeasibility\",\n        \"noneffeteness\",\n        \"nonemulative\",\n        \"nonimperative\",\n        \"nonnaturalistic\",\n        \"nonorthogonality\",\n        \"nonplausibleness\",\n        \"nonproprietary\",\n        \"nonpropriety\",\n        \"nonprudential\",\n        \"nonrequisition\",\n        \"nonsaline\",\n        \"nonsatirizing\",\n        \"nonsensify\",\n        \"nonsensitized\",\n        \"nonseriate\",\n        \"nonserviential\",\n        \"nonservile\",\n        \"nonsidereal\",\n        \"nonsignatory\",\n        \"nonsignificantly\",\n        \"nonsimilar\",\n        \"nonsimilarity\",\n        \"nonsymmetrical\",\n        \"nonsimplification\",\n        \"nonsimulate\",\n        \"nonsimulative\",\n        \"nonsynodic\",\n        \"nonsynthesized\",\n        \"nonskeptic\",\n        \"nonskidding\",\n        \"nonsolicitation\",\n        \"nonsolidified\",\n        \"nonspatiality\",\n        \"nonspecialized\",\n        \"nonspecie\",\n        \"nonspecificity\",\n        \"nonsphericality\",\n        \"nonspiritous\",\n        \"nonsportingly\",\n        \"nonsubject\",\n        \"nonsubjectification\",\n        \"nonsubjectively\",\n        \"nonsubjectivity\",\n        \"nonsubjugation\",\n        \"nonsubmissively\",\n        \"nonsubsistent\",\n        \"nonsubstantialness\",\n        \"nonsubstantively\",\n        \"nonsubtilely\",\n        \"nonsubtileness\",\n        \"nonsubversiveness\",\n        \"nonsuited\",\n        \"nonsulphurous\",\n        \"nontextural\",\n        \"nonutile\",\n        \"nonvalidity\",\n        \"nulliverse\",\n        \"pithiness\",\n        \"querulous\",\n        \"shouldn\",\n        \"tarantulous\",\n        \"unabusive\",\n        \"unaccessory\",\n        \"unacquirable\",\n        \"unacquisitive\",\n        \"unadequateness\",\n        \"unadherence\",\n        \"unairable\",\n        \"unambitiousness\",\n        \"unappropriable\",\n        \"unappropriate\",\n        \"unappropriated\",\n        \"unappropriation\",\n        \"unautistic\",\n        \"unbefit\",\n        \"unbefitting\",\n        \"unbefittingly\",\n        \"unbefittingness\",\n        \"unbehoveful\",\n        \"unbenignity\",\n        \"unbethought\",\n        \"unbusied\",\n        \"uncharity\",\n        \"uncommodious\",\n        \"uncommodiously\",\n        \"uncommodiousness\",\n        \"uncompliant\",\n        \"unconducive\",\n        \"unconducively\",\n        \"uncontinently\",\n        \"unconveniently\",\n        \"uncorrespondent\",\n        \"uncorroboratory\",\n        \"unctuosity\",\n        \"undeferrably\",\n        \"undefinitive\",\n        \"undegenerateness\",\n        \"undelinquent\",\n        \"underscrupulously\",\n        \"understage\",\n        \"undescendent\",\n        \"undescendible\",\n        \"undescending\",\n        \"undescribed\",\n        \"undescriptiveness\",\n        \"undesert\",\n        \"undeserted\",\n        \"undeserting\",\n        \"undeserve\",\n        \"undeserved\",\n        \"undeservedly\",\n        \"undeserver\",\n        \"undeserving\",\n        \"undeservingly\",\n        \"undeservingness\",\n        \"undesiccated\",\n        \"undesign\",\n        \"undesignative\",\n        \"undesigned\",\n        \"undesignedly\",\n        \"undesignedness\",\n        \"undesigning\",\n        \"undesigningly\",\n        \"undesigningness\",\n        \"undesirability\",\n        \"undesirable\",\n        \"undesirably\",\n        \"undesiring\",\n        \"undespaired\",\n        \"undespairing\",\n        \"undespairingly\",\n        \"undespising\",\n        \"undespondent\",\n        \"undespondently\",\n        \"undesponding\",\n        \"undespotic\",\n        \"undespotically\",\n        \"undevotional\",\n        \"undisparity\",\n        \"undistinctive\",\n        \"undisturbed\",\n        \"uneffervescent\",\n        \"uneffervescently\",\n        \"unelasticity\",\n        \"uneligibly\",\n        \"unemphatical\",\n        \"unevangelical\",\n        \"unexotic\",\n        \"unexpropriable\",\n        \"unexpropriated\",\n        \"unexudative\",\n        \"unfanatical\",\n        \"unfastidious\",\n        \"unfastidiousness\",\n        \"unfavourableness\",\n        \"unfermented\",\n        \"unferried\",\n        \"unfertileness\",\n        \"unfeudalise\",\n        \"unfeudalised\",\n        \"unfeudalized\",\n        \"unfeudalizing\",\n        \"unfeudally\",\n        \"unfit\",\n        \"unfitly\",\n        \"unfitness\",\n        \"unfittable\",\n        \"unfitted\",\n        \"unfittedness\",\n        \"unfitten\",\n        \"unfitty\",\n        \"unfitting\",\n        \"unfittingly\",\n        \"unfittingness\",\n        \"unforbiddenly\",\n        \"unforbiddenness\",\n        \"unfrequency\",\n        \"unfrequentness\",\n        \"unfrugality\",\n        \"ungesticulatory\",\n        \"unheuristic\",\n        \"unhumanizing\",\n        \"unific\",\n        \"unimitableness\",\n        \"unimportunate\",\n        \"unimportunateness\",\n        \"uninsistently\",\n        \"unjustifiedness\",\n        \"unmutinousness\",\n        \"unnegotiated\",\n        \"unneutralized\",\n        \"unobligatory\",\n        \"unodiously\",\n        \"unopportunely\",\n        \"unopportuneness\",\n        \"unorbitally\",\n        \"unorganical\",\n        \"unpersisting\",\n        \"unperspirable\",\n        \"unpertinent\",\n        \"unphonnetical\",\n        \"unpiteous\",\n        \"unplatitudinously\",\n        \"unpliant\",\n        \"unportunate\",\n        \"unportuous\",\n        \"unpositiveness\",\n        \"unpossessiveness\",\n        \"unprocessional\",\n        \"unprocreate\",\n        \"unprotuberantly\",\n        \"unpuristic\",\n        \"unpuritan\",\n        \"unpurported\",\n        \"unpurposive\",\n        \"unpursuant\",\n        \"unquantitative\",\n        \"unrecuperative\",\n        \"unrefitted\",\n        \"unrequisiteness\",\n        \"unresistantly\",\n        \"unrhapsodic\",\n        \"unrhapsodical\",\n        \"unrhapsodically\",\n        \"unsacrament\",\n        \"unsacramentarian\",\n        \"unsacrificial\",\n        \"unsafer\",\n        \"unsarcastical\",\n        \"unsatedness\",\n        \"unsating\",\n        \"unsavourily\",\n        \"unscanty\",\n        \"unscarified\",\n        \"unsensualistic\",\n        \"unspatiality\",\n        \"unsportful\",\n        \"unspuriousness\",\n        \"unstiffened\",\n        \"unstiffly\",\n        \"unsufferably\",\n        \"unsuffocative\",\n        \"unsuitable\",\n        \"unsuitableness\",\n        \"unsuited\",\n        \"unsuitedness\",\n        \"untactically\",\n        \"untactile\",\n        \"untile\",\n        \"untorpidly\",\n        \"untranquillize\",\n        \"untremendousness\",\n        \"untrochaic\",\n        \"untumidity\",\n        \"unturbid\",\n        \"unturbidly\",\n        \"unturbulent\",\n        \"ununitable\",\n        \"ununitableness\",\n        \"unvibrant\",\n        \"unvicious\",\n        \"unvindictiveness\",\n        \"unvitrescent\",\n        \"unvituperative\",\n        \"unwarranted\",\n        \"unwarrantedness\",\n        \"unwhimsical\",\n        \"unwhimsicalness\",\n        \"unwhisperable\",\n        \"unwifely\",\n        \"unwisdoms\",\n        \"unwithholding\",\n        \"unworthy\",\n        \"unworthier\",\n        \"unworthies\",\n        \"unworthiest\",\n        \"unworthily\"\n    ],\n    \"ihe isi ike\": [\n        \"beflagged\",\n        \"befuddlements\",\n        \"bemused\",\n        \"bewired\",\n        \"blubberhead\",\n        \"botrytises\",\n        \"capillariness\",\n        \"difficileness\",\n        \"difficulty\",\n        \"difficulties\",\n        \"difficultness\",\n        \"hards\",\n        \"hardship\",\n        \"hardships\",\n        \"hardstands\",\n        \"hynder\",\n        \"obsessive\",\n        \"obsessively\",\n        \"obsessiveness\",\n        \"overdecoration\",\n        \"pandership\",\n        \"susceptivity\",\n        \"tenuities\",\n        \"toadship\",\n        \"undershrievalty\",\n        \"upperhandism\",\n        \"upthrows\",\n        \"wastery\"\n    ],\n    \"emechu ihu\": [\n        \"beflatter\",\n        \"downtrodden\",\n        \"gemeled\",\n        \"gruelled\",\n        \"misgracious\",\n        \"misgraded\",\n        \"phantasying\"\n    ],\n    \"befili\": [\n        \"befleaed\"\n    ],\n    \"tụfuru\": [\n        \"beflecked\",\n        \"dumpily\",\n        \"forfeited\"\n    ],\n    \"gba ọtọ\": [\n        \"beflour\",\n        \"beflout\",\n        \"leden\",\n        \"milted\",\n        \"naked\",\n        \"nakeder\",\n        \"nakedish\",\n        \"nakedize\",\n        \"nakedly\",\n        \"nakedness\",\n        \"nakedweed\",\n        \"nakedwood\",\n        \"nudate\",\n        \"nudd\",\n        \"nuddle\",\n        \"nude\",\n        \"nudens\",\n        \"nudish\"\n    ],\n    \"etinyere ya\": [\n        \"beflowered\",\n        \"formalised\",\n        \"formalized\"\n    ],\n    \"Ọchị anya\": [\n        \"beflowering\"\n    ],\n    \"biya mmiri\": [\n        \"beflowers\"\n    ],\n    \"kpachara anya\": [\n        \"befluster\",\n        \"beware\",\n        \"bewared\",\n        \"bewares\",\n        \"bewary\",\n        \"bifidated\",\n        \"braided\",\n        \"bullpen\",\n        \"bullpoll\",\n        \"caesious\",\n        \"careful\",\n        \"carefull\",\n        \"carful\",\n        \"carfuls\",\n        \"caution\",\n        \"cautious\",\n        \"cautiousness\",\n        \"cladocerous\",\n        \"decentred\",\n        \"knuclesome\",\n        \"paraquadrate\",\n        \"parasitize\",\n        \"precomplicate\",\n        \"precultivate\",\n        \"preobserved\",\n        \"prerevise\",\n        \"pretemperate\",\n        \"prudish\",\n        \"prutoth\",\n        \"unbeware\",\n        \"uniovulate\",\n        \"unobdurate\",\n        \"unsnugly\",\n        \"virtuefy\",\n        \"wary\",\n        \"wilfully\",\n        \"willfully\",\n        \"woubit\"\n    ],\n    \"Befog\": [\n        \"befog\"\n    ],\n    \"a pụrụ ịtụkwasị ya obi\": [\n        \"befoolable\"\n    ],\n    \"katọrọ\": [\n        \"befooled\",\n        \"censorian\",\n        \"censurers\",\n        \"censused\",\n        \"cynic\",\n        \"condemningly\",\n        \"condemns\",\n        \"criticised\",\n        \"criticises\",\n        \"criticized\",\n        \"criticizes\",\n        \"denounced\",\n        \"denounces\",\n        \"denunciated\",\n        \"protested\"\n    ],\n    \"na-agbachi nkịtị\": [\n        \"befooling\",\n        \"crotcheting\",\n        \"ladanigerous\",\n        \"mutedly\",\n        \"quietening\",\n        \"quieting\",\n        \"uncommitting\"\n    ],\n    \"tupu\": [\n        \"before\",\n        \"beforehand\",\n        \"beforeness\",\n        \"beforested\",\n        \"foreact\",\n        \"forehand\",\n        \"forehard\",\n        \"forelay\",\n        \"foremasthand\",\n        \"foreroyal\",\n        \"foreshot\",\n        \"forestair\",\n        \"foretrace\",\n        \"forewarningly\",\n        \"foreween\",\n        \"pre\",\n        \"preadvance\",\n        \"preally\",\n        \"precedently\",\n        \"precommunicated\",\n        \"preconcertedly\",\n        \"preconfusedly\",\n        \"precontrivance\",\n        \"precurtain\",\n        \"predate\",\n        \"predentate\",\n        \"predraft\",\n        \"prefatial\",\n        \"prefocusses\",\n        \"prefocussing\",\n        \"prefraternal\",\n        \"preimage\",\n        \"preliberally\",\n        \"preludiously\",\n        \"premanhood\",\n        \"prepardon\",\n        \"prepartake\",\n        \"prepartaken\",\n        \"prepartaking\",\n        \"prepartition\",\n        \"prepartook\",\n        \"preprocess\",\n        \"preprocessing\",\n        \"preproduction\",\n        \"prepromote\",\n        \"preprophetic\",\n        \"preprovided\",\n        \"prepupal\",\n        \"prepurpose\",\n        \"preracing\",\n        \"presciently\",\n        \"pretermit\",\n        \"pretermitted\",\n        \"prethrill\",\n        \"prevocalically\",\n        \"prior\",\n        \"priorly\",\n        \"thereinbefore\"\n    ],\n    \"tupu oge eruo\": [\n        \"beforehandedness\",\n        \"beforetime\",\n        \"foreordain\",\n        \"foreordination\",\n        \"preadequately\",\n        \"preadherently\",\n        \"prearrangement\",\n        \"preconcurrently\",\n        \"predeathly\",\n        \"predecisively\",\n        \"predeterminately\",\n        \"preestimate\",\n        \"pregenerously\",\n        \"preimagination\",\n        \"prematuration\",\n        \"premenstrual\",\n        \"premenstrually\",\n        \"premillennially\",\n        \"prenegotiation\",\n        \"preordain\",\n        \"preparticipation\",\n        \"prepenetration\",\n        \"prerevision\",\n        \"preseason\",\n        \"preseasonal\",\n        \"preterdeterminedly\",\n        \"preterintentional\"\n    ],\n    \"buru ụzọ kwuo\": [\n        \"beforementioned\",\n        \"foreannounce\",\n        \"foredeclare\",\n        \"foresaid\",\n        \"foreseize\",\n        \"prelimitate\"\n    ],\n    \"kwuru tupu\": [\n        \"beforesaid\"\n    ],\n    \"tupu oge\": [\n        \"beforetimes\",\n        \"foretime\",\n        \"preguaranteed\",\n        \"previsional\"\n    ],\n    \"kpuchie anya\": [\n        \"befouled\",\n        \"overaccumulate\"\n    ],\n    \"ihe na-adịghị mma\": [\n        \"befouls\",\n        \"displeasingness\",\n        \"evilproof\",\n        \"impleasing\",\n        \"inanest\",\n        \"morganic\",\n        \"nongerminative\",\n        \"nongrievous\",\n        \"unpleasantries\"\n    ],\n    \"nwee obi abụọ\": [\n        \"befraught\",\n        \"doub\",\n        \"doubtsome\",\n        \"sitient\",\n        \"skepful\",\n        \"skepticize\",\n        \"skepticized\",\n        \"skepticizing\"\n    ],\n    \"gbagwojuru anya\": [\n        \"befreckle\",\n        \"berouged\",\n        \"bewildered\",\n        \"catfooted\",\n        \"complicated\",\n        \"confusability\",\n        \"decemplicate\",\n        \"enworthed\",\n        \"fordoes\",\n        \"outsallied\",\n        \"overcomplicated\",\n        \"permuted\",\n        \"perplexed\",\n        \"puzzled\",\n        \"puzzledom\",\n        \"puzzlepated\"\n    ],\n    \"tọgbọ\": [\n        \"befreeze\",\n        \"stooled\"\n    ],\n    \"bụrụ onye ezi omume\": [\n        \"befreight\"\n    ],\n    \"wutere\": [\n        \"befret\",\n        \"saddened\",\n        \"saddens\",\n        \"saddest\",\n        \"saddish\",\n        \"sades\",\n        \"sadhearted\"\n    ],\n    \"mkpụrụ obi\": [\n        \"befrets\",\n        \"befringes\",\n        \"blackhearted\",\n        \"blackheartedness\",\n        \"naphtols\",\n        \"soulbell\",\n        \"soulcake\",\n        \"soulfulness\",\n        \"soulhealth\",\n        \"soulish\",\n        \"souls\",\n        \"spondiac\"\n    ],\n    \"Ojuju\": [\n        \"befretted\",\n        \"cydon\",\n        \"clutters\",\n        \"dormered\",\n        \"drollest\",\n        \"dupioni\",\n        \"duplicitous\",\n        \"excubant\",\n        \"frough\",\n        \"froughy\",\n        \"indef\",\n        \"libr\",\n        \"mirable\",\n        \"ocelliferous\",\n        \"osteodermous\",\n        \"oughted\",\n        \"overcast\",\n        \"overedit\",\n        \"overemulation\",\n        \"overnationalized\",\n        \"overscrubbed\",\n        \"oversoaked\",\n        \"overswarming\",\n        \"platonesque\",\n        \"prefulfillment\",\n        \"reprobate\",\n        \"thallogenous\",\n        \"undumbfounded\"\n    ],\n    \"ịbụ enyi\": [\n        \"befriending\",\n        \"befriendment\"\n    ],\n    \"ndị enyi\": [\n        \"befriends\",\n        \"betrothals\",\n        \"companions\",\n        \"friends\",\n        \"gemmates\",\n        \"liaisons\",\n        \"wamuses\"\n    ],\n    \"juru afọ\": [\n        \"befrilled\",\n        \"enwreathed\",\n        \"jadedly\",\n        \"ochred\",\n        \"pleated\",\n        \"plenishment\"\n    ],\n    \"amala\": [\n        \"befringed\",\n        \"bepelt\",\n        \"beturbaned\",\n        \"castorized\",\n        \"cothurned\",\n        \"cottered\",\n        \"courtbred\",\n        \"courted\",\n        \"daffled\",\n        \"dawdled\",\n        \"dawted\",\n        \"dazed\",\n        \"deciphered\",\n        \"decrowned\",\n        \"fiorded\",\n        \"folioed\",\n        \"gabioned\",\n        \"garbled\",\n        \"garbler\",\n        \"garrotted\",\n        \"gendered\",\n        \"hadronic\",\n        \"yabbered\",\n        \"jewely\",\n        \"levanted\",\n        \"nided\",\n        \"prediscount\",\n        \"romped\",\n        \"ruffled\",\n        \"sconced\",\n        \"scraggled\",\n        \"smartie\",\n        \"smarties\",\n        \"smithereen\",\n        \"smudged\",\n        \"teioid\",\n        \"velveted\",\n        \"wartiness\"\n    ],\n    \"gbarụrụ ihu\": [\n        \"befrocked\"\n    ],\n    \"berum\": [\n        \"befrumple\"\n    ],\n    \"beuddle\": [\n        \"befuddle\"\n    ],\n    \"tụkwasịrị obi\": [\n        \"befuddled\",\n        \"cudgelled\",\n        \"monished\",\n        \"refrustrated\",\n        \"rethrust\",\n        \"trusted\",\n        \"trusteed\",\n        \"trusteeing\",\n        \"trustified\"\n    ],\n    \"onye na-atụ ụjọ\": [\n        \"befuddler\"\n    ],\n    \"ndị na-atụ ụjọ\": [\n        \"befuddlers\",\n        \"bruiters\",\n        \"deplorers\",\n        \"scarers\",\n        \"terrifiers\"\n    ],\n    \"nwere ikike\": [\n        \"begabled\",\n        \"coauthered\",\n        \"emplaced\",\n        \"liberalised\",\n        \"liberalized\",\n        \"pericytial\",\n        \"prediligent\",\n        \"predisagreed\",\n        \"prediscontent\",\n        \"predisputant\",\n        \"propriatory\",\n        \"proprioceptive\",\n        \"skived\",\n        \"subrident\",\n        \"subtriquetrous\",\n        \"supererogated\"\n    ],\n    \"Begad\": [\n        \"begad\"\n    ],\n    \"na-arịọ arịrịọ\": [\n        \"begarnish\",\n        \"beggable\",\n        \"beggared\",\n        \"beggaress\",\n        \"beggarhood\",\n        \"beggary\",\n        \"beggarly\",\n        \"beggarwise\",\n        \"begger\",\n        \"begging\",\n        \"beggingly\",\n        \"begladding\",\n        \"beglerbegluc\",\n        \"begster\",\n        \"bespousing\",\n        \"implores\",\n        \"intreating\",\n        \"petitionary\",\n        \"petitionarily\",\n        \"petitionproof\",\n        \"pleader\",\n        \"pleaders\",\n        \"solicitant\",\n        \"soliciter\",\n        \"solicitress\",\n        \"supplicative\",\n        \"supplicavit\"\n    ],\n    \"leghaara anya\": [\n        \"begazed\",\n        \"benempted\",\n        \"carolled\",\n        \"disregarded\",\n        \"ignored\",\n        \"leeched\",\n        \"milked\",\n        \"negritize\",\n        \"overlean\",\n        \"overneglect\",\n        \"regelated\",\n        \"ungored\",\n        \"unoverlooked\",\n        \"vectored\"\n    ],\n    \"begemem\": [\n        \"begemmed\"\n    ],\n    \"embụ\": [\n        \"begemming\"\n    ],\n    \"na-amụ\": [\n        \"begets\",\n        \"bibacious\",\n        \"lathing\"\n    ],\n    \"na-amụ nwa\": [\n        \"begetter\",\n        \"birthrates\",\n        \"feticidal\",\n        \"imbruting\",\n        \"maternalizing\",\n        \"procreative\"\n    ],\n    \"na-amụ ihe\": [\n        \"begetting\",\n        \"birthing\",\n        \"progambling\",\n        \"punctiliar\",\n        \"studying\"\n    ],\n    \"onye aririo\": [\n        \"beggar\",\n        \"beggarer\",\n        \"beggarman\",\n        \"entreater\",\n        \"petitioner\"\n    ],\n    \"ndị arịrịọ\": [\n        \"beggaries\"\n    ],\n    \"arịrịọ\": [\n        \"beggarism\",\n        \"beggarliness\",\n        \"entreaty\",\n        \"entreaties\",\n        \"entreatment\",\n        \"invocates\",\n        \"invocations\",\n        \"petitions\",\n        \"request\",\n        \"requests\",\n        \"solicitations\"\n    ],\n    \"dị ka onye arịrịọ\": [\n        \"beggarlike\"\n    ],\n    \"ndiegbara\": [\n        \"beggarweed\"\n    ],\n    \"onye ara nwanyi\": [\n        \"beggarwoman\"\n    ],\n    \"na-arịọ amamihe\": [\n        \"beggingwise\"\n    ],\n    \"na-arịọsi arịrịọ ike\": [\n        \"begild\",\n        \"entreat\",\n        \"entreatful\",\n        \"entreating\",\n        \"entreatingly\",\n        \"entreats\",\n        \"supplicancy\",\n        \"supplicant\",\n        \"supplicantly\",\n        \"supplicants\",\n        \"supplicate\",\n        \"supplicates\",\n        \"supplicating\",\n        \"supplicatingly\",\n        \"supplicationer\",\n        \"supplications\",\n        \"supplicatory\"\n    ],\n    \"malite\": [\n        \"begin\",\n        \"commensurately\",\n        \"commensurateness\",\n        \"comminuate\",\n        \"deave\",\n        \"origenize\",\n        \"startlish\",\n        \"startup\",\n        \"talite\",\n        \"upstart\"\n    ],\n    \"ndị mbido\": [\n        \"beginners\",\n        \"debutants\",\n        \"starters\",\n        \"startlers\"\n    ],\n    \"amalite\": [\n        \"begins\",\n        \"develope\",\n        \"develops\",\n        \"starting\",\n        \"startingly\",\n        \"startingno\",\n        \"startish\",\n        \"starts\",\n        \"startsy\"\n    ],\n    \"gbabeghị\": [\n        \"begirdle\"\n    ],\n    \"Ebela\": [\n        \"begirdled\",\n        \"outcooking\",\n        \"snickdrawing\",\n        \"sniggering\"\n    ],\n    \"adighi anya\": [\n        \"begirdling\",\n        \"belemnoid\",\n        \"bewhisper\",\n        \"havenful\",\n        \"iliotrochanteric\",\n        \"laggards\",\n        \"nonnavigably\",\n        \"nonobvious\",\n        \"triphenylcarbinol\",\n        \"wayworn\"\n    ],\n    \"lerrịọrọ\": [\n        \"beglerbegship\"\n    ],\n    \"biko\": [\n        \"beglew\",\n        \"beglide\",\n        \"begluc\",\n        \"beglue\",\n        \"begone\",\n        \"elicitate\"\n    ],\n    \"onyeoma\": [\n        \"beglitter\",\n        \"begoniaceous\",\n        \"corresponder\",\n        \"decoyman\",\n        \"eustomatous\",\n        \"gomarite\",\n        \"gomart\",\n        \"merryman\",\n        \"noodledom\",\n        \"oneiromancer\",\n        \"pleaseman\",\n        \"potamian\",\n        \"psalmister\",\n        \"psalter\",\n        \"psalterian\",\n        \"psalterist\",\n        \"puttyhearted\",\n        \"rompers\",\n        \"ropemaker\",\n        \"somniferously\",\n        \"spritehood\",\n        \"viticulose\",\n        \"vitrella\",\n        \"vitruvian\",\n        \"wantoner\"\n    ],\n    \"gbaghaara\": [\n        \"beglobed\",\n        \"bemurmured\",\n        \"besmudged\",\n        \"commuted\",\n        \"contise\",\n        \"contorted\",\n        \"countered\",\n        \"debagged\",\n        \"depurged\",\n        \"excussed\",\n        \"forfended\",\n        \"guillotined\",\n        \"interlineated\",\n        \"parded\",\n        \"preforgave\",\n        \"protruded\",\n        \"prowled\",\n        \"ransacked\",\n        \"repelled\",\n        \"repercuss\",\n        \"retricked\",\n        \"retted\",\n        \"spurted\",\n        \"uncomputed\"\n    ],\n    \"ndibolo\": [\n        \"begloomed\"\n    ],\n    \"begna\": [\n        \"begnaw\"\n    ],\n    \"Bego\": [\n        \"bego\"\n    ],\n    \"gbanye ihu\": [\n        \"begoggled\",\n        \"flashforward\"\n    ],\n    \"Begonia\": [\n        \"begonia\"\n    ],\n    \"Begorah\": [\n        \"begorah\"\n    ],\n    \"begor\": [\n        \"begorra\"\n    ],\n    \"ụbụbọ\": [\n        \"begorry\"\n    ],\n    \"amụ nwa\": [\n        \"begottenness\"\n    ],\n    \"ndo\": [\n        \"begreen\",\n        \"begrett\",\n        \"begrime\",\n        \"begrimmed\",\n        \"conformation\",\n        \"focalises\",\n        \"fozinesses\",\n        \"morphophyly\",\n        \"shade\",\n        \"shadeful\",\n        \"shadeless\",\n        \"shades\",\n        \"shady\",\n        \"shadowishly\",\n        \"shagginess\",\n        \"shaird\",\n        \"sheltered\",\n        \"shelterwood\",\n        \"sorry\",\n        \"sorryish\"\n    ],\n    \"ebighi-ebi\": [\n        \"begrudge\",\n        \"evasiveness\",\n        \"exalbuminous\",\n        \"forevermore\",\n        \"perpetuant\",\n        \"perpetuity\",\n        \"perpetuities\"\n    ],\n    \"onye arahụ\": [\n        \"begrudger\"\n    ],\n    \"ebighebi\": [\n        \"begrudges\",\n        \"belayed\",\n        \"endlessly\",\n        \"eternalising\",\n        \"haunt\",\n        \"indefinitely\",\n        \"infin\",\n        \"infinity\",\n        \"infinitival\",\n        \"perpetration\",\n        \"perpetratrix\",\n        \"perpetualness\",\n        \"perpetuance\",\n        \"perpetuated\",\n        \"perpetuating\",\n        \"perpetuation\",\n        \"postpontile\",\n        \"predesirously\",\n        \"pusillanimity\"\n    ],\n    \"na-arịọsi ike\": [\n        \"begrudging\"\n    ],\n    \"rmụọchị\": [\n        \"begrutch\"\n    ],\n    \"-kpachapụ anya\": [\n        \"beguard\"\n    ],\n    \"aghụghọ\": [\n        \"beguile\",\n        \"beguileful\",\n        \"beguilement\",\n        \"beguilements\",\n        \"beguiler\",\n        \"betrayal\",\n        \"betrail\",\n        \"betrays\",\n        \"betraise\",\n        \"brutes\",\n        \"cheat\",\n        \"cheatery\",\n        \"cheir\",\n        \"chese\",\n        \"chevage\",\n        \"connaught\",\n        \"craftily\",\n        \"craftly\",\n        \"crapulent\",\n        \"crickety\",\n        \"cricks\",\n        \"cucuy\",\n        \"cucullate\",\n        \"cun\",\n        \"cunctation\",\n        \"cunctatious\",\n        \"cunctative\",\n        \"cunctatory\",\n        \"cunctatorship\",\n        \"cunctatury\",\n        \"cundeamor\",\n        \"cunette\",\n        \"cunili\",\n        \"cunit\",\n        \"cunny\",\n        \"cunnilinguism\",\n        \"cunning\",\n        \"cunningest\",\n        \"cunningly\",\n        \"cunningness\",\n        \"cunnings\",\n        \"deceitfully\",\n        \"deceitfulness\",\n        \"deceivable\",\n        \"deceivably\",\n        \"decem\",\n        \"decemberly\",\n        \"decemfid\",\n        \"decemflorous\",\n        \"decemfoliate\",\n        \"decemvir\",\n        \"decemviral\",\n        \"decephalization\",\n        \"decephalize\",\n        \"deceptibility\",\n        \"deceptible\",\n        \"deceptional\",\n        \"deceptions\",\n        \"deceptiveness\",\n        \"decoy\",\n        \"decoys\",\n        \"defray\",\n        \"defrayal\",\n        \"defrayals\",\n        \"defrays\",\n        \"delude\",\n        \"deluded\",\n        \"deludingly\",\n        \"delusional\",\n        \"delusionary\",\n        \"delusions\",\n        \"delusive\",\n        \"delusiveness\",\n        \"deraigns\",\n        \"derricks\",\n        \"designs\",\n        \"devious\",\n        \"deviously\",\n        \"deviousness\",\n        \"dissimile\",\n        \"fraudful\",\n        \"fraudfully\",\n        \"fraudless\",\n        \"fraudproof\",\n        \"guile\",\n        \"guileful\",\n        \"guilefulness\",\n        \"hoax\",\n        \"intrigant\",\n        \"intrigue\",\n        \"manipulative\",\n        \"mischanceful\",\n        \"misdevise\",\n        \"outtricks\",\n        \"ploy\",\n        \"ploys\",\n        \"plotful\",\n        \"plotinian\",\n        \"pretensions\",\n        \"pseudo\",\n        \"pseudoaggressive\",\n        \"pseudoanemic\",\n        \"pseudoassertive\",\n        \"pseudoethical\",\n        \"pseudofaithful\",\n        \"pseudogenerous\",\n        \"pseudogyrate\",\n        \"pseudoism\",\n        \"pseudoptics\",\n        \"pseudosweating\",\n        \"pseudotrimerous\",\n        \"psuedo\",\n        \"rebeguile\",\n        \"ruse\",\n        \"seducible\",\n        \"stratagem\",\n        \"strategetic\",\n        \"stricks\",\n        \"subcaste\",\n        \"subcritical\",\n        \"subcutes\",\n        \"subganger\",\n        \"subresults\",\n        \"subterfuge\",\n        \"subtile\",\n        \"subtilely\",\n        \"subtileness\",\n        \"subtilisation\",\n        \"subtilise\",\n        \"subtilised\",\n        \"subtiliser\",\n        \"subtilising\",\n        \"subtilism\",\n        \"subtilize\",\n        \"subtilizing\",\n        \"subtilly\",\n        \"subtilty\",\n        \"subtle\",\n        \"subtlely\",\n        \"subtleness\",\n        \"subtler\",\n        \"subtlest\",\n        \"subtlety\",\n        \"subtly\",\n        \"subultimate\",\n        \"tactilities\",\n        \"tactinvariant\",\n        \"traitorous\",\n        \"traitorously\",\n        \"traitorousness\",\n        \"traitorwise\",\n        \"tralatitious\",\n        \"treachery\",\n        \"treacheries\",\n        \"treacherous\",\n        \"treacherously\",\n        \"treacherousness\",\n        \"treasonable\",\n        \"treasonableness\",\n        \"treasonably\",\n        \"treasonful\",\n        \"treasonish\",\n        \"treasonous\",\n        \"treasonously\",\n        \"tricaudal\",\n        \"tricenarious\",\n        \"trichopterous\",\n        \"trichord\",\n        \"trichotomous\",\n        \"tricycled\",\n        \"tricing\",\n        \"tricipital\",\n        \"tricker\",\n        \"trickery\",\n        \"trickeries\",\n        \"trickers\",\n        \"trickful\",\n        \"tricky\",\n        \"trickie\",\n        \"trickier\",\n        \"trickiest\",\n        \"trickily\",\n        \"trickiness\",\n        \"tricking\",\n        \"trickingly\",\n        \"trickish\",\n        \"trickishly\",\n        \"trickishness\",\n        \"trickle\",\n        \"trickled\",\n        \"trickles\",\n        \"trickless\",\n        \"trickly\",\n        \"tricklier\",\n        \"trickliest\",\n        \"tricklike\",\n        \"tricklingly\",\n        \"trickment\",\n        \"trickproof\",\n        \"tricks\",\n        \"tricksy\",\n        \"tricksical\",\n        \"tricksier\",\n        \"tricksiest\",\n        \"tricksily\",\n        \"tricksiness\",\n        \"tricksome\",\n        \"trickstering\",\n        \"trickstress\",\n        \"tricktrack\",\n        \"triclad\",\n        \"triclads\",\n        \"tricliniary\",\n        \"tricoccous\",\n        \"tricolored\",\n        \"tricophorous\",\n        \"tricoryphean\",\n        \"tricornered\",\n        \"tricrotic\",\n        \"tricrotous\",\n        \"tricrural\",\n        \"tricurvate\",\n        \"triecious\",\n        \"tritactic\",\n        \"undertrick\",\n        \"unfraudulent\",\n        \"unfraudulently\",\n        \"unseduce\",\n        \"untreacherous\",\n        \"untreacherously\",\n        \"untreacherousness\"\n    ],\n    \"aghọgburu\": [\n        \"beguiled\"\n    ],\n    \"ndị na-agba aghara\": [\n        \"beguilers\"\n    ],\n    \"amụrụ\": [\n        \"beguine\",\n        \"gesten\",\n        \"ludicrous\",\n        \"smirkiest\",\n        \"unludicrous\"\n    ],\n    \"agba ume\": [\n        \"beguines\",\n        \"belamour\",\n        \"beleper\",\n        \"fucus\"\n    ],\n    \"ebum\": [\n        \"begulfs\",\n        \"descloizite\",\n        \"eburnian\",\n        \"elychnious\",\n        \"enological\",\n        \"eolithic\",\n        \"eumolpides\",\n        \"halidomes\",\n        \"injun\",\n        \"sciuroid\"\n    ],\n    \"begum\": [\n        \"begums\"\n    ],\n    \"na-akpa àgwà\": [\n        \"behale\"\n    ],\n    \"n'aha\": [\n        \"behalf\"\n    ],\n    \"oku\": [\n        \"behammer\",\n        \"blaeness\",\n        \"blaze\",\n        \"blazer\",\n        \"blazers\",\n        \"burner\",\n        \"burnet\",\n        \"burnous\",\n        \"calks\",\n        \"callboys\",\n        \"callet\",\n        \"callidity\",\n        \"callidness\",\n        \"calligram\",\n        \"callings\",\n        \"calliope\",\n        \"calliopsis\",\n        \"calliper\",\n        \"callipered\",\n        \"callipers\",\n        \"callisection\",\n        \"callityped\",\n        \"callose\",\n        \"callot\",\n        \"callous\",\n        \"calls\",\n        \"callus\",\n        \"cannulating\",\n        \"cannulation\",\n        \"coaldealer\",\n        \"coalhole\",\n        \"coalternate\",\n        \"creem\",\n        \"cremationism\",\n        \"cremator\",\n        \"crematoria\",\n        \"crematorial\",\n        \"crematories\",\n        \"crematoriria\",\n        \"crematoririums\",\n        \"crematorium\",\n        \"crematoriums\",\n        \"cremators\",\n        \"culch\",\n        \"cullet\",\n        \"culmen\",\n        \"fiery\",\n        \"fire\",\n        \"fireclay\",\n        \"firecrackers\",\n        \"firelocks\",\n        \"fireplow\",\n        \"firer\",\n        \"fireward\",\n        \"firewarden\",\n        \"fireweed\",\n        \"fireworms\",\n        \"firth\",\n        \"flaite\",\n        \"flamandization\",\n        \"flame\",\n        \"flamed\",\n        \"flamen\",\n        \"flamer\",\n        \"flamers\",\n        \"flamfew\",\n        \"flamy\",\n        \"flammed\",\n        \"fume\",\n        \"furnace\",\n        \"furnaced\",\n        \"furnacer\",\n        \"furnacite\",\n        \"furner\",\n        \"gubbins\",\n        \"hellbox\",\n        \"hellroot\",\n        \"hellward\",\n        \"lighteners\",\n        \"lighthouseman\",\n        \"mummer\",\n        \"orson\",\n        \"priest\",\n        \"priestal\",\n        \"priested\",\n        \"priestfishes\",\n        \"priesting\",\n        \"priestish\",\n        \"priestism\",\n        \"priestless\",\n        \"priestlet\",\n        \"priestliness\",\n        \"priestling\",\n        \"priestshire\",\n        \"pussier\",\n        \"sparker\",\n        \"spitfire\",\n        \"supplantation\",\n        \"termer\",\n        \"therme\",\n        \"torcher\",\n        \"torchet\",\n        \"torpent\",\n        \"torpitude\",\n        \"winare\"\n    ],\n    \"na-akpa agwa\": [\n        \"behang\",\n        \"behap\",\n        \"behave\",\n        \"behavers\",\n        \"behaves\",\n        \"behaving\"\n    ],\n    \"beet\": [\n        \"behatted\",\n        \"bemeet\"\n    ],\n    \"kpara agwa\": [\n        \"behaved\"\n    ],\n    \"gbupụrụ ya isi\": [\n        \"beheadal\",\n        \"beheaded\",\n        \"beheader\",\n        \"muttonheaded\"\n    ],\n    \"gbupụ ya isi\": [\n        \"beheadlined\"\n    ],\n    \"bea\": [\n        \"behears\"\n    ],\n    \"hụrụ\": [\n        \"beheld\",\n        \"observedly\",\n        \"reiced\",\n        \"saught\",\n        \"saw\",\n        \"sawbelly\",\n        \"sawlike\",\n        \"seeled\",\n        \"seen\",\n        \"seenie\",\n        \"seenil\",\n        \"teemed\",\n        \"visaged\",\n        \"viscerated\",\n        \"vised\",\n        \"visored\"\n    ],\n    \"Behemoth\": [\n        \"behemoth\"\n    ],\n    \"behemoth\": [\n        \"behemoths\"\n    ],\n    \"behest\": [\n        \"behests\"\n    ],\n    \"echefue\": [\n        \"behindsight\"\n    ],\n    \"lee\": [\n        \"behold\",\n        \"beholds\",\n        \"lo\",\n        \"see\"\n    ],\n    \"seeable\": [\n        \"beholdable\"\n    ],\n    \"leenụ\": [\n        \"beholden\",\n        \"seecawk\"\n    ],\n    \"onye lere\": [\n        \"beholder\"\n    ],\n    \"ndị hụrụ\": [\n        \"beholders\",\n        \"sighters\"\n    ],\n    \"na-ahụ\": [\n        \"beholding\",\n        \"cognizes\",\n        \"discepted\",\n        \"nasalizes\",\n        \"sees\",\n        \"seesaw\"\n    ],\n    \"ilere anya\": [\n        \"beholdingness\"\n    ],\n    \"ịdị mma n'anya\": [\n        \"behoovefulness\",\n        \"bemadaming\"\n    ],\n    \"na-achọgharị\": [\n        \"behooving\",\n        \"bevomiting\",\n        \"breveting\",\n        \"browbeating\",\n        \"bullyragging\",\n        \"bullragging\",\n        \"controverting\",\n        \"crazing\",\n        \"curlicuing\",\n        \"curvital\",\n        \"damselfishes\",\n        \"etherifying\",\n        \"fillagreing\",\n        \"hootingly\",\n        \"interblending\",\n        \"interfiling\",\n        \"interreceiving\",\n        \"levitant\",\n        \"levitating\",\n        \"lyophilizing\",\n        \"loaming\",\n        \"loungingly\",\n        \"misthrowing\",\n        \"overhunting\",\n        \"overtorturing\",\n        \"prepossessing\",\n        \"prereceiving\",\n        \"pretorturing\",\n        \"rabatting\",\n        \"refluxing\",\n        \"reframing\",\n        \"reobjecting\",\n        \"repiquing\",\n        \"repugning\",\n        \"respacing\",\n        \"restaffing\",\n        \"retarring\",\n        \"retitling\",\n        \"retracing\",\n        \"retrading\",\n        \"rheophile\",\n        \"riveling\",\n        \"rodomontading\",\n        \"semirebelliously\",\n        \"shivareeing\",\n        \"squilgeing\",\n        \"squillgeing\",\n        \"vaporingly\"\n    ],\n    \"behooves\": [\n        \"behoves\"\n    ],\n    \"ghagburu\": [\n        \"behowled\",\n        \"bewigged\",\n        \"bewormed\",\n        \"bewrought\",\n        \"misframed\",\n        \"puled\",\n        \"wriggled\"\n    ],\n    \"ihe anya\": [\n        \"behowling\",\n        \"sighthole\"\n    ],\n    \"di beband\": [\n        \"behusband\"\n    ],\n    \"brice\": [\n        \"beice\"\n    ],\n    \"agba aja aja\": [\n        \"beige\",\n        \"beigel\",\n        \"beigy\",\n        \"browny\",\n        \"browniness\",\n        \"browning\",\n        \"brownness\",\n        \"brownprint\",\n        \"browns\",\n        \"brownshirt\",\n        \"brownstones\",\n        \"brownweed\",\n        \"brownwort\",\n        \"brunette\"\n    ],\n    \"agba aja\": [\n        \"beiges\"\n    ],\n    \"bey Akwụkwọ Nsọ\": [\n        \"beylical\"\n    ],\n    \"Beylik\": [\n        \"beylik\"\n    ],\n    \"tụgharịrị\": [\n        \"beinked\",\n        \"flited\",\n        \"flustered\",\n        \"flustrated\",\n        \"medlied\",\n        \"muttered\",\n        \"reasoned\",\n        \"rockribbed\"\n    ],\n    \"Beyrichite\": [\n        \"beyrichite\"\n    ],\n    \"Beirut\": [\n        \"beirut\"\n    ],\n    \"ihe a .ụ\": [\n        \"beys\"\n    ],\n    \"Ihe mkpuchi\": [\n        \"bejabers\",\n        \"emblazers\",\n        \"emblazons\",\n        \"embordering\",\n        \"embroider\",\n        \"embroiderer\",\n        \"embroidery\",\n        \"embroiders\",\n        \"overdecorates\",\n        \"overlays\",\n        \"swaddles\",\n        \"undercoated\",\n        \"undercoater\",\n        \"undercoating\",\n        \"unsaddles\",\n        \"wracker\",\n        \"wrager\",\n        \"wraker\",\n        \"wrapperer\"\n    ],\n    \"jade\": [\n        \"bejade\"\n    ],\n    \"Bejan\": [\n        \"bejan\"\n    ],\n    \"adịkwala\": [\n        \"bejant\"\n    ],\n    \"kwara emo\": [\n        \"bejeled\"\n    ],\n    \"juru obi\": [\n        \"bejelled\",\n        \"copleased\",\n        \"puked\"\n    ],\n    \"Ezenwata\": [\n        \"bejesus\",\n        \"grundlov\",\n        \"slideman\",\n        \"sridhar\",\n        \"sridharan\"\n    ],\n    \"nwee ọla\": [\n        \"bejeweled\",\n        \"bejewelled\"\n    ],\n    \"izuoke\": [\n        \"bejeweling\"\n    ],\n    \"Agbala\": [\n        \"bejewels\",\n        \"beleve\",\n        \"brustling\"\n    ],\n    \"kwaa anwa\": [\n        \"bejumble\"\n    ],\n    \"turu uju\": [\n        \"bejumbled\"\n    ],\n    \"beka\": [\n        \"bekah\"\n    ],\n    \"ihe mkpuchi\": [\n        \"bekerchief\",\n        \"blancmanges\",\n        \"caboceer\",\n        \"caddice\",\n        \"caddiing\",\n        \"caddying\",\n        \"cadding\",\n        \"cakier\",\n        \"caper\",\n        \"capsheaf\",\n        \"capuchins\",\n        \"cascol\",\n        \"chincloth\",\n        \"chinkier\",\n        \"cloacas\",\n        \"coagulator\",\n        \"coapprover\",\n        \"coatings\",\n        \"cogware\",\n        \"coining\",\n        \"cointers\",\n        \"colessors\",\n        \"concoctor\",\n        \"corkages\",\n        \"corky\",\n        \"corkscrewy\",\n        \"corkscrews\",\n        \"corodies\",\n        \"corser\",\n        \"coverchief\",\n        \"coverlids\",\n        \"coversine\",\n        \"coverslip\",\n        \"coverslut\",\n        \"coverups\",\n        \"covings\",\n        \"cranet\",\n        \"cryptometer\",\n        \"embowels\",\n        \"embowers\",\n        \"enchainments\",\n        \"ensheaths\",\n        \"enshrinements\",\n        \"furrieries\",\n        \"girderage\",\n        \"girdler\",\n        \"girthing\",\n        \"hardcovers\",\n        \"headclothes\",\n        \"herpet\",\n        \"hoodedness\",\n        \"hoodlike\",\n        \"yawnproof\",\n        \"incubators\",\n        \"inscrutables\",\n        \"insulator\",\n        \"ironsmith\",\n        \"lieproof\",\n        \"lieprooflier\",\n        \"overcoloration\",\n        \"panfuls\",\n        \"pendants\",\n        \"pendencies\",\n        \"pendents\",\n        \"pendom\",\n        \"pimpleproof\",\n        \"plurivory\",\n        \"prickproof\",\n        \"rimple\",\n        \"rugs\",\n        \"scarps\",\n        \"shutterbugs\",\n        \"shutters\",\n        \"silkscreened\",\n        \"solepiece\",\n        \"soubises\",\n        \"tipcarts\",\n        \"turbanlike\",\n        \"undercap\",\n        \"undercaptain\",\n        \"undercolor\",\n        \"undercoloring\",\n        \"underfeet\",\n        \"underlays\",\n        \"underpilaster\",\n        \"undertenure\",\n        \"vail\",\n        \"vails\",\n        \"veil\",\n        \"veiler\",\n        \"veilings\",\n        \"veilmaker\",\n        \"veilmaking\",\n        \"veils\",\n        \"vestals\",\n        \"vesturing\",\n        \"vexillaries\",\n        \"vexils\",\n        \"wearproof\",\n        \"woolpress\",\n        \"wraiths\",\n        \"wrappage\",\n        \"wrapper\",\n        \"wrappers\",\n        \"wrathing\"\n    ],\n    \"ihe adighi\": [\n        \"bekilted\",\n        \"cladautoicous\",\n        \"epaxial\",\n        \"gallweed\",\n        \"imboldens\",\n        \"immaneness\",\n        \"immanental\",\n        \"immanentistic\",\n        \"immelodious\"\n    ],\n    \"lebere anya\": [\n        \"beknighted\"\n    ],\n    \"ile anya\": [\n        \"beknighting\",\n        \"forepleasure\",\n        \"staring\",\n        \"staringly\",\n        \"topectomy\"\n    ],\n    \"gbakere\": [\n        \"beknotted\",\n        \"canaliculated\"\n    ],\n    \"Ugboro abụọ\": [\n        \"beknottedness\",\n        \"billtong\",\n        \"biltong\",\n        \"blattid\",\n        \"bonspiels\",\n        \"brachydiagonal\",\n        \"bredstitch\",\n        \"cerophilous\",\n        \"cerotypes\",\n        \"cerussite\",\n        \"cevenole\",\n        \"cevitamic\",\n        \"cryoscopies\",\n        \"crossosomataceous\",\n        \"cubbyhole\",\n        \"dermatagra\",\n        \"devolatilised\",\n        \"devolatilized\",\n        \"ditetragonal\",\n        \"ditetrahedral\",\n        \"dytiscid\",\n        \"djins\",\n        \"doubledamn\",\n        \"doubleganger\",\n        \"doublehandedness\",\n        \"doublehatching\",\n        \"doublehung\",\n        \"doubleleaf\",\n        \"doublelunged\",\n        \"doubler\",\n        \"doublespeak\",\n        \"doublethink\",\n        \"doublethought\",\n        \"doubleton\",\n        \"doublets\",\n        \"doubleword\",\n        \"doubloon\",\n        \"doublures\",\n        \"drabbletail\",\n        \"drivewell\",\n        \"drouket\",\n        \"drudges\",\n        \"flyspecking\",\n        \"flyswat\",\n        \"flyswatter\",\n        \"flosculet\",\n        \"grovels\",\n        \"harmout\",\n        \"intermundian\",\n        \"jitterbugger\",\n        \"knipperdolling\",\n        \"loadspecs\",\n        \"longspur\",\n        \"manyroot\",\n        \"melodram\",\n        \"melodrama\",\n        \"mitzvoth\",\n        \"monkmonger\",\n        \"monochlamydeous\",\n        \"monoprogrammed\",\n        \"monostylous\",\n        \"monozygotic\",\n        \"monozygous\",\n        \"mortreux\",\n        \"multireflex\",\n        \"narcomedusae\",\n        \"navipendulum\",\n        \"negatron\",\n        \"nettlemonger\",\n        \"oosperms\",\n        \"overthwartways\",\n        \"pareciousness\",\n        \"phreneticness\",\n        \"pittosporaceous\",\n        \"pittosporum\",\n        \"pleochromatic\",\n        \"plexiglass\",\n        \"plusquamperfect\",\n        \"porpoises\",\n        \"powsoddy\",\n        \"pratty\",\n        \"quadriannulate\",\n        \"quadriceps\",\n        \"quadricepses\",\n        \"quadrijugate\",\n        \"quadrijugous\",\n        \"quidnuncs\",\n        \"ramfeezled\",\n        \"rattleroot\",\n        \"rowdy\",\n        \"rowdier\",\n        \"rowdyishness\",\n        \"rowdyproof\",\n        \"rowland\",\n        \"rowlocks\",\n        \"rudesbies\",\n        \"sapotaceous\",\n        \"scalenohedron\",\n        \"scalenohedrons\",\n        \"scoleryng\",\n        \"scopophiliac\",\n        \"severalizing\",\n        \"shradd\",\n        \"skittaget\",\n        \"slatish\",\n        \"slopshop\",\n        \"snollygoster\",\n        \"snoots\",\n        \"sourpusses\",\n        \"spadillo\",\n        \"sparrowtongue\",\n        \"spekt\",\n        \"splacknuck\",\n        \"splayfeet\",\n        \"splayfooted\",\n        \"splaymouthed\",\n        \"splats\",\n        \"splatterdash\",\n        \"splatterdock\",\n        \"splatterfaced\",\n        \"splines\",\n        \"spraddling\",\n        \"strengthily\",\n        \"strepitantly\",\n        \"sweetroot\",\n        \"tennessean\",\n        \"tennessee\",\n        \"tenonian\",\n        \"tenpenny\",\n        \"thanatomantic\",\n        \"thanatotic\",\n        \"tholed\",\n        \"thoroughfooted\",\n        \"threnetic\",\n        \"tilburies\",\n        \"tillot\",\n        \"tilty\",\n        \"tilts\",\n        \"tonitrocirrus\",\n        \"tonitruant\",\n        \"tonitruone\",\n        \"tonneaux\",\n        \"tonophant\",\n        \"tonsbergite\",\n        \"torpedoman\",\n        \"tottergrass\",\n        \"trypanolysin\",\n        \"trypanolytic\",\n        \"turkophil\",\n        \"twaddle\",\n        \"twaddledom\",\n        \"twaddlemonger\",\n        \"twaddler\",\n        \"twaddles\",\n        \"twaddlesome\",\n        \"twaddlier\",\n        \"twaddlingly\",\n        \"twasomes\",\n        \"twat\",\n        \"twatchel\",\n        \"twiddle\",\n        \"twills\",\n        \"twirk\",\n        \"twirl\",\n        \"twirly\",\n        \"twirls\",\n        \"twirps\",\n        \"twitchel\",\n        \"twitcheling\",\n        \"twitcher\",\n        \"twitchers\",\n        \"twitches\",\n        \"twitchet\",\n        \"twitchier\",\n        \"twitlark\",\n        \"twits\",\n        \"twittery\",\n        \"twitters\",\n        \"twodecker\",\n        \"twopences\",\n        \"twopenny\",\n        \"twp\",\n        \"undelylene\",\n        \"undiluvian\",\n        \"undronelike\",\n        \"unraided\",\n        \"unrayed\",\n        \"unrated\",\n        \"upsprung\",\n        \"ventersdorp\",\n        \"ventrohysteropexy\",\n        \"ventroposterior\",\n        \"vulviform\",\n        \"wearisomely\",\n        \"wheedlingly\",\n        \"whimsey\",\n        \"whimseys\",\n        \"whitfinch\",\n        \"whitsun\",\n        \"whitsuntide\",\n        \"whittles\",\n        \"whittret\",\n        \"whittrick\",\n        \"wrongrel\",\n        \"wrox\"\n    ],\n    \"belab\": [\n        \"belabor\"\n    ],\n    \"na-akọ\": [\n        \"belaboring\",\n        \"belabouring\",\n        \"caramboling\",\n        \"cavilingly\",\n        \"estrayed\",\n        \"fluminous\",\n        \"flunking\",\n        \"grudging\",\n        \"gruntling\",\n        \"lappering\",\n        \"narraters\",\n        \"narrates\",\n        \"peduncled\",\n        \"pustulating\",\n        \"raspingly\",\n        \"relates\",\n        \"reportable\",\n        \"rumbowling\",\n        \"spurrings\",\n        \"swacking\",\n        \"swobbing\",\n        \"swounding\",\n        \"swouning\",\n        \"waffling\",\n        \"waughting\"\n    ],\n    \"Belabour\": [\n        \"belabour\"\n    ],\n    \"inyinya\": [\n        \"beladying\",\n        \"cetes\",\n        \"cines\",\n        \"cypresses\",\n        \"coaid\",\n        \"coalescent\",\n        \"coaudience\",\n        \"coaugment\",\n        \"cohosting\",\n        \"coyoting\",\n        \"copsewood\",\n        \"crayoning\",\n        \"cricking\",\n        \"heep\",\n        \"horseheel\",\n        \"horsehoof\",\n        \"horseiest\",\n        \"horsemanship\",\n        \"horsemint\",\n        \"horsepond\",\n        \"horseway\",\n        \"horsfordite\",\n        \"horsy\",\n        \"inrunning\",\n        \"needlewood\",\n        \"pony\",\n        \"ponytail\",\n        \"ponytails\",\n        \"rekeys\",\n        \"ridership\",\n        \"riderships\",\n        \"spinney\",\n        \"spinsterish\",\n        \"spinsterous\",\n        \"stallions\",\n        \"steeds\"\n    ],\n    \"Na-ebugharị\": [\n        \"belaying\",\n        \"preclothed\"\n    ],\n    \"Belamcanda\": [\n        \"belamcanda\"\n    ],\n    \"onye nkwutọ\": [\n        \"belander\",\n        \"glanderous\",\n        \"selander\",\n        \"slanderer\"\n    ],\n    \"belaị\": [\n        \"belar\"\n    ],\n    \"n'atụghị anya\": [\n        \"belatedly\",\n        \"unanticipatedly\",\n        \"unanticipatingly\",\n        \"unanticipative\",\n        \"undiligently\",\n        \"undismayedly\",\n        \"unforeseenly\",\n        \"unintendedly\",\n        \"unintrospectively\",\n        \"unpredicably\",\n        \"unpredictably\",\n        \"unpromisingly\",\n        \"untutoredly\"\n    ],\n    \"belateness\": [\n        \"belatedness\"\n    ],\n    \"Onye ekwurekwu\": [\n        \"belatticed\"\n    ],\n    \"toro eto\": [\n        \"belauded\",\n        \"excelled\",\n        \"fostered\",\n        \"overcrown\",\n        \"shogged\",\n        \"turkeys\"\n    ],\n    \"onye na-egbu mmụọ\": [\n        \"belauder\"\n    ],\n    \"gbanyere mkpọrọgwụ\": [\n        \"belavendered\",\n        \"berreaved\",\n        \"bonked\",\n        \"bonneted\",\n        \"invigilated\",\n        \"lanated\",\n        \"rockered\",\n        \"sandaled\"\n    ],\n    \"belly\": [\n        \"belched\",\n        \"beltwise\"\n    ],\n    \"belis\": [\n        \"belches\"\n    ],\n    \"ogbe ahu\": [\n        \"beldame\"\n    ],\n    \"aha ike\": [\n        \"beldames\"\n    ],\n    \"bambam\": [\n        \"beldams\"\n    ],\n    \"Beleaf\": [\n        \"beleaf\"\n    ],\n    \"onye anya mmiri\": [\n        \"beleaguerer\"\n    ],\n    \"legbagha\": [\n        \"beleaguering\"\n    ],\n    \"lekwasi anya\": [\n        \"beleaguerment\"\n    ],\n    \"ndị beleagu\": [\n        \"beleaguers\"\n    ],\n    \"legha\": [\n        \"beleap\",\n        \"tholeite\"\n    ],\n    \"na-ada mba\": [\n        \"beleaps\",\n        \"bemoanable\",\n        \"faintling\",\n        \"spits\"\n    ],\n    \"na-akwa ákwá\": [\n        \"beleapt\",\n        \"bemoaning\",\n        \"lamentatory\",\n        \"lamenters\",\n        \"lamentingly\",\n        \"moaningly\",\n        \"tearably\",\n        \"tearful\",\n        \"teargassing\",\n        \"tearingly\",\n        \"wairing\",\n        \"weeper\",\n        \"weepers\",\n        \"weepful\",\n        \"weeping\"\n    ],\n    \"hapụzie\": [\n        \"beleave\",\n        \"lethargize\",\n        \"misassociate\",\n        \"nevermind\",\n        \"omnify\",\n        \"vacillate\"\n    ],\n    \"leleft\": [\n        \"beleft\"\n    ],\n    \"ndị belemnites\": [\n        \"belemnites\"\n    ],\n    \"Belemnitic\": [\n        \"belemnitic\"\n    ],\n    \"Beletteri\": [\n        \"beletter\"\n    ],\n    \"Onyema\": [\n        \"belfast\",\n        \"belfather\",\n        \"bergman\",\n        \"berzelianite\",\n        \"berzeliite\",\n        \"bespatterer\",\n        \"bohmite\",\n        \"bosker\",\n        \"bruiser\",\n        \"cladogenetic\",\n        \"cladophoraceous\",\n        \"coadventured\",\n        \"cukes\",\n        \"foredoomer\",\n        \"forlorner\",\n        \"freddo\",\n        \"frits\",\n        \"fritt\",\n        \"ghiordes\",\n        \"glottic\",\n        \"holostean\",\n        \"hoopless\",\n        \"jeddock\",\n        \"kercher\",\n        \"kherwarian\",\n        \"kvetched\",\n        \"kvinter\",\n        \"lumpman\",\n        \"nibbing\",\n        \"philodespot\",\n        \"philotherian\",\n        \"phrasemonger\",\n        \"phratrial\",\n        \"phrenesiac\",\n        \"phrenologer\",\n        \"phrenoward\",\n        \"phrensied\",\n        \"platt\",\n        \"pratt\",\n        \"psalloid\",\n        \"pseudoresident\",\n        \"psw\",\n        \"ptt\",\n        \"richmond\",\n        \"saccomyoidean\",\n        \"sertularian\",\n        \"shoddyite\",\n        \"sphendone\",\n        \"splendiferously\",\n        \"ssp\",\n        \"tallyhoed\",\n        \"theomaniac\",\n        \"thyestean\",\n        \"threnodist\",\n        \"thudded\",\n        \"torbanitic\",\n        \"trouserian\",\n        \"twasome\",\n        \"vesuvin\",\n        \"whoopla\",\n        \"winsomest\",\n        \"wyted\"\n    ],\n    \"Onye Belgium\": [\n        \"belgian\"\n    ],\n    \"ndị belgians\": [\n        \"belgians\"\n    ],\n    \"ekwusi ike\": [\n        \"belibeled\",\n        \"endochylous\",\n        \"indecorous\",\n        \"overargued\"\n    ],\n    \"okwukwe zuru\": [\n        \"beliefful\"\n    ],\n    \"ikwere na nkwenye\": [\n        \"belieffulness\"\n    ],\n    \"ekweghi ekwe\": [\n        \"beliefless\",\n        \"contradictable\",\n        \"glandulous\",\n        \"hesitancy\",\n        \"illeist\",\n        \"impedible\",\n        \"impenitentness\",\n        \"impenitible\",\n        \"impenitibleness\",\n        \"imperforable\",\n        \"impermissible\",\n        \"impregnable\",\n        \"imputrescible\",\n        \"inconceptible\",\n        \"inconciliable\",\n        \"inconclusible\",\n        \"inconformably\",\n        \"inconvincibility\",\n        \"indelibleness\",\n        \"indeterminist\",\n        \"inedible\",\n        \"infidel\",\n        \"infidelic\",\n        \"infidelical\",\n        \"infidelistic\",\n        \"inflexible\",\n        \"intolerability\",\n        \"irrecognizably\",\n        \"nonbeliever\",\n        \"nondamageable\",\n        \"nondetachable\",\n        \"nonmonist\",\n        \"nonsurrealistic\",\n        \"nonsustainable\",\n        \"obstinant\",\n        \"paginates\",\n        \"unabatable\",\n        \"unagreeably\",\n        \"unallowable\",\n        \"unalphabetical\",\n        \"unbelief\",\n        \"unbeliefful\",\n        \"unbelievable\",\n        \"unbelievably\",\n        \"unbelieved\",\n        \"unbelieving\",\n        \"unbelievingly\",\n        \"unclimbable\",\n        \"unclinical\",\n        \"uncommonable\",\n        \"uncompliableness\",\n        \"unconceivable\",\n        \"unconciliable\",\n        \"unconglutinative\",\n        \"uncongregative\",\n        \"uncontradictious\",\n        \"uncredulous\",\n        \"uncullibility\",\n        \"uncullible\",\n        \"undelible\",\n        \"undelinquently\",\n        \"undrainable\",\n        \"undrawable\",\n        \"unendable\",\n        \"unendemic\",\n        \"unendingly\",\n        \"unexceptable\",\n        \"unexceptionable\",\n        \"unexpectable\",\n        \"unflexible\",\n        \"unforcible\",\n        \"unfugitive\",\n        \"unhealable\",\n        \"unhealably\",\n        \"unhesitative\",\n        \"uninclinable\",\n        \"unnormative\",\n        \"unparadox\",\n        \"unparadoxical\",\n        \"unputative\",\n        \"unrecalcitrant\",\n        \"unreceptiveness\",\n        \"unrecognizably\",\n        \"unreconcilable\",\n        \"unrefrainable\",\n        \"unrelentable\",\n        \"unrelented\",\n        \"unrelentingness\",\n        \"unrelentless\",\n        \"unrelinquishable\",\n        \"unrelinquishing\",\n        \"unremitted\",\n        \"unremittedly\",\n        \"unremonstrant\",\n        \"unrenewable\",\n        \"unresilient\",\n        \"unstubborn\",\n        \"untameable\",\n        \"untasted\",\n        \"untenible\",\n        \"untensible\",\n        \"untractible\",\n        \"untransmissible\",\n        \"unturnable\",\n        \"unwarrantable\"\n    ],\n    \"nkwenkwe\": [\n        \"beliefs\",\n        \"cobelief\",\n        \"denotational\",\n        \"doggeries\",\n        \"dogma\",\n        \"dogmas\",\n        \"dogmaticalness\",\n        \"dogmatism\",\n        \"herehence\",\n        \"itoism\",\n        \"opinicus\",\n        \"prebelief\"\n    ],\n    \"ndị kwere ekwe\": [\n        \"believers\",\n        \"confidants\",\n        \"hermits\",\n        \"pledgeors\",\n        \"pledgers\",\n        \"pledgors\",\n        \"vowers\"\n    ],\n    \"ekwere\": [\n        \"believes\",\n        \"betowered\",\n        \"emane\",\n        \"geldant\",\n        \"prayable\",\n        \"reservable\",\n        \"tellable\",\n        \"wherried\",\n        \"willied\"\n    ],\n    \"ọ bụ ihe ijuanya\": [\n        \"belimousined\"\n    ],\n    \"nwere ike ịgbagha\": [\n        \"beliquored\",\n        \"intertransmissible\",\n        \"perforable\"\n    ],\n    \"iweda n'ala\": [\n        \"belittle\",\n        \"demoting\"\n    ],\n    \"wedara ala\": [\n        \"belittled\",\n        \"condescended\",\n        \"demoted\"\n    ],\n    \"nlelị\": [\n        \"belittlement\",\n        \"contemned\",\n        \"contemnibly\",\n        \"contemporise\",\n        \"contempt\",\n        \"contemptful\",\n        \"contemptibleness\",\n        \"contempts\",\n        \"contemptuous\",\n        \"contemptuously\",\n        \"contemptuousness\",\n        \"despicableness\",\n        \"despicably\",\n        \"despiciency\",\n        \"despiritualization\",\n        \"despisable\",\n        \"despisableness\",\n        \"despisal\",\n        \"despisedness\",\n        \"despisement\",\n        \"despiser\",\n        \"despited\",\n        \"desponsage\",\n        \"disdain\",\n        \"disdained\",\n        \"disdainer\",\n        \"disdainful\",\n        \"disdainfully\",\n        \"disdainfulness\",\n        \"disdaining\",\n        \"disdainly\",\n        \"disgracing\",\n        \"dishonor\",\n        \"dishonorer\",\n        \"dishonoring\",\n        \"dishonors\",\n        \"dishonour\",\n        \"disregarder\",\n        \"disregards\",\n        \"grognard\",\n        \"ignescence\",\n        \"ignominy\",\n        \"ignominious\",\n        \"ignominiousness\",\n        \"negritude\",\n        \"negrodom\",\n        \"scorn\",\n        \"scornful\",\n        \"scornfully\",\n        \"scornfulness\",\n        \"undignifiedness\",\n        \"undishonored\"\n    ],\n    \"nnweta ihere\": [\n        \"belittler\"\n    ],\n    \"ndị na-ekweghị ekwe\": [\n        \"belittlers\",\n        \"disbelievers\",\n        \"emancipators\",\n        \"nonbelievers\",\n        \"nonresistants\",\n        \"unbelievers\"\n    ],\n    \"adabaghị\": [\n        \"belittles\",\n        \"bookward\",\n        \"improficience\",\n        \"inaccordancy\",\n        \"inaccordant\",\n        \"inaccuracies\",\n        \"incorrect\",\n        \"incorrespondency\",\n        \"incorresponding\",\n        \"misbefall\",\n        \"misfeatured\",\n        \"misimproving\",\n        \"misinferred\",\n        \"misjoining\",\n        \"mismatched\",\n        \"misnomed\",\n        \"negotious\",\n        \"nondeafly\",\n        \"nonerroneously\",\n        \"nonfacetiously\",\n        \"nonpresumptively\",\n        \"nonproportionally\",\n        \"nonproportionately\",\n        \"nonrebelliously\",\n        \"subrectal\",\n        \"unabasing\",\n        \"unadjoining\",\n        \"uncomelily\",\n        \"uncomplacent\",\n        \"uncomposed\",\n        \"undubious\",\n        \"unentertaining\",\n        \"unentertainingly\",\n        \"unhomological\",\n        \"unimportantly\",\n        \"unimportunately\",\n        \"unkicked\",\n        \"unmeant\",\n        \"unportly\",\n        \"wrongest\",\n        \"wrongfuly\",\n        \"wrongfully\",\n        \"wrongly\",\n        \"wrongously\",\n        \"wrongwise\"\n    ],\n    \"na-eweda ya ala\": [\n        \"belittling\"\n    ],\n    \"bel\": [\n        \"belk\"\n    ],\n    \"bella bella\": [\n        \"bellabella\"\n    ],\n    \"bella coola\": [\n        \"bellacoola\"\n    ],\n    \"mgbada\": [\n        \"bellbird\",\n        \"bellwort\",\n        \"bottomchrome\",\n        \"bowsprits\",\n        \"deer\",\n        \"deerdog\",\n        \"deerherd\",\n        \"deerhound\",\n        \"deeryard\",\n        \"deerlet\",\n        \"deers\",\n        \"desc\",\n        \"deschampsia\",\n        \"disrump\",\n        \"dowitcher\",\n        \"downbeat\",\n        \"downcastly\",\n        \"downcome\",\n        \"downcurve\",\n        \"downdale\",\n        \"downfold\",\n        \"downhaul\",\n        \"downhauls\",\n        \"downhill\",\n        \"downingia\",\n        \"downligging\",\n        \"downlinks\",\n        \"downset\",\n        \"downsinking\",\n        \"downslip\",\n        \"downslope\",\n        \"downstream\",\n        \"downstreet\",\n        \"downswings\",\n        \"downward\",\n        \"endrumpf\",\n        \"foregrounds\",\n        \"galliot\",\n        \"gazeless\",\n        \"gazelle\",\n        \"gazelles\",\n        \"gazers\",\n        \"gingeley\",\n        \"harebells\",\n        \"harems\",\n        \"slantways\",\n        \"stag\",\n        \"stags\",\n        \"venenosalivary\"\n    ],\n    \"Udo buru\": [\n        \"bellbirds\",\n        \"snooded\",\n        \"snoods\"\n    ],\n    \"kụrụ mmụọ\": [\n        \"belled\"\n    ],\n    \"brikom\": [\n        \"belledom\"\n    ],\n    \"Bellehood\": [\n        \"bellehood\"\n    ],\n    \"Na Na Na\": [\n        \"belles\",\n        \"brev\",\n        \"bubs\",\n        \"detruss\",\n        \"elver\",\n        \"elvers\",\n        \"emmers\",\n        \"emusified\",\n        \"enmanche\",\n        \"exogyra\",\n        \"exophthalmic\",\n        \"forel\",\n        \"hugh\",\n        \"panoply\",\n        \"pelted\",\n        \"prolixly\",\n        \"reimmerse\",\n        \"sangreeroot\",\n        \"sombrously\"\n    ],\n    \"chọkwara\": [\n        \"bellevue\"\n    ],\n    \"Ogechi\": [\n        \"bellyaching\",\n        \"decussately\",\n        \"esselen\",\n        \"yorkshire\",\n        \"junkiest\",\n        \"periostracal\",\n        \"prechilling\",\n        \"predeceasing\",\n        \"russell\",\n        \"selenic\",\n        \"sorbates\",\n        \"tedesche\",\n        \"tsessebe\"\n    ],\n    \"eriri afọ bọtịnụ\": [\n        \"bellybuttons\"\n    ],\n    \"onye bellicist\": [\n        \"bellicist\"\n    ],\n    \"Nwa Nwoke\": [\n        \"bellicose\",\n        \"boden\",\n        \"sneaksman\",\n        \"sonorific\"\n    ],\n    \"na-elile\": [\n        \"bellicosely\"\n    ],\n    \"nkwonkwo olu\": [\n        \"bellicosities\",\n        \"cercariform\",\n        \"phoniness\",\n        \"ponerology\",\n        \"shoor\"\n    ],\n    \"na-agbasi mgba ike\": [\n        \"belligerents\"\n    ],\n    \"afọ dị ka afọ\": [\n        \"bellylike\"\n    ],\n    \"satịlaịtị\": [\n        \"bellite\",\n        \"satellite\",\n        \"subsatellite\",\n        \"toellite\"\n    ],\n    \"bgba mgbịrịgba\": [\n        \"bellmaking\"\n    ],\n    \"nna ukwu\": [\n        \"bellmaster\",\n        \"grandmaster\",\n        \"grandstander\",\n        \"master\",\n        \"masterdom\",\n        \"masterfast\",\n        \"masterfulness\",\n        \"masterhood\",\n        \"masteries\",\n        \"masterings\",\n        \"masterlessness\",\n        \"masterlike\",\n        \"masterlily\",\n        \"masterman\",\n        \"mastermen\",\n        \"masterproof\",\n        \"masters\",\n        \"mastersinger\",\n        \"masterstroke\",\n        \"masterwork\",\n        \"masterworks\",\n        \"masterwort\",\n        \"mster\",\n        \"whump\"\n    ],\n    \"bellon\": [\n        \"bello\"\n    ],\n    \"Na-achị\": [\n        \"bellonian\",\n        \"jundying\",\n        \"oversalting\",\n        \"subjugating\"\n    ],\n    \"Udochi\": [\n        \"bellweed\",\n        \"berserks\",\n        \"blaugas\",\n        \"brevicomis\",\n        \"clearstarcher\",\n        \"cloisonn\",\n        \"clostridia\",\n        \"clostridial\",\n        \"coregonoid\",\n        \"coregonus\",\n        \"crestline\",\n        \"empidonax\",\n        \"engl\",\n        \"fulhams\",\n        \"fulvescent\",\n        \"groenendael\",\n        \"hugoesque\",\n        \"intertwines\",\n        \"loddigesia\",\n        \"longneck\",\n        \"neckmould\",\n        \"quebec\",\n        \"quillajas\",\n        \"sallowness\",\n        \"solstitia\"\n    ],\n    \"ndị nne na nna\": [\n        \"bellwethers\",\n        \"stepmothers\"\n    ],\n    \"okwudim\": [\n        \"bellwine\"\n    ],\n    \"gbue mkpọchi\": [\n        \"belock\"\n    ],\n    \"bu nke\": [\n        \"belong\"\n    ],\n    \"bụ nke\": [\n        \"belonged\"\n    ],\n    \"onye nwe\": [\n        \"belonger\",\n        \"loord\",\n        \"lord\",\n        \"mountee\",\n        \"mounter\",\n        \"normanist\",\n        \"oboist\",\n        \"posseman\",\n        \"possessionist\",\n        \"umist\",\n        \"wearer\",\n        \"whosever\"\n    ],\n    \"ihe onwunwe\": [\n        \"belongings\",\n        \"heritrices\",\n        \"material\",\n        \"materialiser\",\n        \"materialists\",\n        \"materiality\",\n        \"materialities\",\n        \"materializer\",\n        \"materially\",\n        \"materialman\",\n        \"materialmen\",\n        \"materialness\",\n        \"outcities\",\n        \"possessions\",\n        \"possessory\",\n        \"possessorial\",\n        \"property\",\n        \"relics\"\n    ],\n    \"lonbụ belonosphaerite\": [\n        \"belonosphaerite\"\n    ],\n    \"lelee anya\": [\n        \"belook\"\n    ],\n    \"Onye nwe ụlọ\": [\n        \"belord\",\n        \"shareowner\",\n        \"sharesman\"\n    ],\n    \"Asụsụ Belorussian\": [\n        \"belorussian\"\n    ],\n    \"lotlọ\": [\n        \"belotte\"\n    ],\n    \"afụnọ\": [\n        \"belove\"\n    ],\n    \"ndị m hụrụ n'anya\": [\n        \"beloved\",\n        \"beloveds\",\n        \"dearnesses\"\n    ],\n    \"n'okpuru\": [\n        \"below\",\n        \"belows\",\n        \"belowstairs\",\n        \"footer\",\n        \"footers\",\n        \"footfault\",\n        \"hoosgows\",\n        \"hoosh\",\n        \"netherward\",\n        \"netherwards\",\n        \"subbranched\",\n        \"subconically\",\n        \"subconjunctive\",\n        \"subcontract\",\n        \"subcontrary\",\n        \"subcontrarily\",\n        \"subconvolutely\",\n        \"subdisjunctive\",\n        \"subentitled\",\n        \"subentitling\",\n        \"subintentional\",\n        \"subjectedly\",\n        \"subjectile\",\n        \"subjectively\",\n        \"subjunction\",\n        \"subjunctive\",\n        \"subjunctively\",\n        \"sublated\",\n        \"submissly\",\n        \"subnitrated\",\n        \"subordinacy\",\n        \"subordinately\",\n        \"subordinative\",\n        \"subprovince\",\n        \"subranges\",\n        \"subregent\",\n        \"subserviently\",\n        \"substream\",\n        \"substructural\",\n        \"thereunder\",\n        \"undee\",\n        \"under\",\n        \"underbaked\",\n        \"underbasal\",\n        \"underbed\",\n        \"underbedding\",\n        \"underbelly\",\n        \"underbid\",\n        \"underbillow\",\n        \"underbit\",\n        \"underbite\",\n        \"underbitted\",\n        \"underbitten\",\n        \"underboard\",\n        \"underborn\",\n        \"underborne\",\n        \"underbough\",\n        \"underbred\",\n        \"underbrew\",\n        \"underbridged\",\n        \"underbrush\",\n        \"underbuilt\",\n        \"underbush\",\n        \"undercast\",\n        \"undercause\",\n        \"underchurched\",\n        \"underclearer\",\n        \"underconstable\",\n        \"undercrier\",\n        \"undercurrent\",\n        \"undercurve\",\n        \"underdegreed\",\n        \"underdepth\",\n        \"underdevelop\",\n        \"underdevelopement\",\n        \"underdevelopment\",\n        \"underdig\",\n        \"underdish\",\n        \"underditch\",\n        \"underdraw\",\n        \"underdressed\",\n        \"underdrumming\",\n        \"underfarmer\",\n        \"underfeed\",\n        \"underfellow\",\n        \"underfill\",\n        \"underfong\",\n        \"underfoot\",\n        \"underframe\",\n        \"underframework\",\n        \"underframing\",\n        \"underfurrow\",\n        \"underfurs\",\n        \"undergentlemen\",\n        \"undergroundling\",\n        \"underhand\",\n        \"underhanded\",\n        \"underhatch\",\n        \"underhead\",\n        \"underhelp\",\n        \"underhew\",\n        \"underhid\",\n        \"underhint\",\n        \"underhive\",\n        \"underhole\",\n        \"underided\",\n        \"underinstrument\",\n        \"underissue\",\n        \"underivedly\",\n        \"underjacket\",\n        \"underjoint\",\n        \"underlay\",\n        \"underlegate\",\n        \"underlet\",\n        \"underlever\",\n        \"underli\",\n        \"underly\",\n        \"underlid\",\n        \"underlie\",\n        \"underlies\",\n        \"underlyingly\",\n        \"underlings\",\n        \"underlodging\",\n        \"underlout\",\n        \"undermasted\",\n        \"undermath\",\n        \"undermentioned\",\n        \"undermimic\",\n        \"undermist\",\n        \"undermusic\",\n        \"undern\",\n        \"underneath\",\n        \"underness\",\n        \"undernome\",\n        \"underntide\",\n        \"underpain\",\n        \"underparts\",\n        \"underpicked\",\n        \"underpinned\",\n        \"underplan\",\n        \"underplanted\",\n        \"underplate\",\n        \"underplot\",\n        \"underprized\",\n        \"underproof\",\n        \"underpropped\",\n        \"underran\",\n        \"underrate\",\n        \"underread\",\n        \"underrealise\",\n        \"underrealised\",\n        \"underreamer\",\n        \"underrent\",\n        \"underripened\",\n        \"underroot\",\n        \"underruns\",\n        \"undersailed\",\n        \"undersally\",\n        \"undersap\",\n        \"underseated\",\n        \"undersense\",\n        \"underservant\",\n        \"underserve\",\n        \"undershoot\",\n        \"undershot\",\n        \"undershrub\",\n        \"underside\",\n        \"undersign\",\n        \"undersigned\",\n        \"undersomething\",\n        \"understep\",\n        \"understeward\",\n        \"understrata\",\n        \"understratum\",\n        \"understrung\",\n        \"underswain\",\n        \"undersward\",\n        \"undersweep\",\n        \"underteach\",\n        \"underteamed\",\n        \"undertenter\",\n        \"underthing\",\n        \"underthink\",\n        \"undertide\",\n        \"undertied\",\n        \"undertunic\",\n        \"underusher\",\n        \"undervalve\",\n        \"undervest\",\n        \"underward\",\n        \"underwarden\",\n        \"underwarp\",\n        \"underwhistle\",\n        \"underwound\",\n        \"underwrit\",\n        \"underwrote\"\n    ],\n    \"n'okpuru ala\": [\n        \"belowground\",\n        \"underflannel\",\n        \"underflood\",\n        \"underfloor\",\n        \"underflooring\",\n        \"undergirdle\",\n        \"underland\"\n    ],\n    \"ihe ọkụ\": [\n        \"belozenged\",\n        \"lightsomeness\"\n    ],\n    \"belshaza\": [\n        \"belshazzar\"\n    ],\n    \"eriri\": [\n        \"beltcourse\",\n        \"beltings\",\n        \"belts\",\n        \"blets\",\n        \"cableless\",\n        \"cabler\",\n        \"cablese\",\n        \"cableway\",\n        \"cableways\",\n        \"checkstrap\",\n        \"checkstring\",\n        \"circumvallation\",\n        \"cline\",\n        \"cord\",\n        \"cordage\",\n        \"cordages\",\n        \"cordal\",\n        \"cordant\",\n        \"cordate\",\n        \"cordately\",\n        \"corded\",\n        \"cordel\",\n        \"cordeliere\",\n        \"cordelle\",\n        \"cordiceps\",\n        \"cordyceps\",\n        \"cordicole\",\n        \"cordis\",\n        \"cordite\",\n        \"cordites\",\n        \"cordleaf\",\n        \"cordless\",\n        \"cordlessly\",\n        \"cordon\",\n        \"cordons\",\n        \"cords\",\n        \"cordwain\",\n        \"cordwainer\",\n        \"cordwains\",\n        \"coteline\",\n        \"curber\",\n        \"drawstring\",\n        \"drawstrings\",\n        \"embladder\",\n        \"fasten\",\n        \"fib\",\n        \"fibber\",\n        \"fibbers\",\n        \"fiber\",\n        \"fiberboard\",\n        \"fiberfill\",\n        \"fiberization\",\n        \"fiberize\",\n        \"fiberizing\",\n        \"fibers\",\n        \"fiberscope\",\n        \"fibra\",\n        \"fibration\",\n        \"fibre\",\n        \"fibreboard\",\n        \"fibred\",\n        \"fibres\",\n        \"fibry\",\n        \"fibrine\",\n        \"fibroses\",\n        \"fibs\",\n        \"fibster\",\n        \"fibular\",\n        \"fitchet\",\n        \"giber\",\n        \"girds\",\n        \"knesset\",\n        \"knet\",\n        \"knetch\",\n        \"knitch\",\n        \"knot\",\n        \"knotroot\",\n        \"knotty\",\n        \"laces\",\n        \"lanate\",\n        \"ligands\",\n        \"ligans\",\n        \"liger\",\n        \"liggat\",\n        \"ligger\",\n        \"lineament\",\n        \"lineary\",\n        \"linearities\",\n        \"lineation\",\n        \"nevel\",\n        \"ribbon\",\n        \"ribbony\",\n        \"ribbonry\",\n        \"robands\",\n        \"rope\",\n        \"ropeable\",\n        \"ropebark\",\n        \"sashes\",\n        \"sittringy\",\n        \"stra\",\n        \"strack\",\n        \"strad\",\n        \"stradametrical\",\n        \"straddles\",\n        \"strade\",\n        \"stradine\",\n        \"strae\",\n        \"strainslip\",\n        \"stramp\",\n        \"strand\",\n        \"strandage\",\n        \"strandline\",\n        \"strap\",\n        \"straplike\",\n        \"strapple\",\n        \"straps\",\n        \"strapwork\",\n        \"strath\",\n        \"strathspey\",\n        \"strathspeys\",\n        \"stravage\",\n        \"stravaged\",\n        \"stravages\",\n        \"stravaging\",\n        \"strave\",\n        \"strind\",\n        \"string\",\n        \"stringboard\",\n        \"stringed\",\n        \"stringency\",\n        \"stringencies\",\n        \"stringendo\",\n        \"stringendos\",\n        \"stringers\",\n        \"stringful\",\n        \"stringhalt\",\n        \"stringhalted\",\n        \"stringhaltedness\",\n        \"stringholder\",\n        \"stringy\",\n        \"stringiness\",\n        \"stringless\",\n        \"stringmaking\",\n        \"stringpiece\",\n        \"substring\",\n        \"tapeline\",\n        \"tapnet\",\n        \"tendrel\",\n        \"tightrope\",\n        \"unborder\",\n        \"unchain\",\n        \"undersexed\",\n        \"ungrid\",\n        \"unpeddled\",\n        \"unstrap\",\n        \"unstrapping\",\n        \"unstraps\",\n        \"unstring\",\n        \"unstringed\",\n        \"unstringing\",\n        \"unstrings\",\n        \"unstriped\",\n        \"wharfs\",\n        \"wicket\",\n        \"wideband\",\n        \"wobster\"\n    ],\n    \"beliti\": [\n        \"belted\"\n    ],\n    \"eriri belt\": [\n        \"beltline\",\n        \"beltlines\",\n        \"beltmaking\"\n    ],\n    \"onye na-eke belt\": [\n        \"beltmaker\"\n    ],\n    \"eriri ụmụ nwoke\": [\n        \"beltmen\"\n    ],\n    \"eriri igwe\": [\n        \"beltway\",\n        \"beltways\",\n        \"chinner\",\n        \"circumstellar\",\n        \"coil\",\n        \"coilyear\",\n        \"coillen\",\n        \"coir\",\n        \"cordelia\",\n        \"cordelier\",\n        \"cordelling\",\n        \"cordy\",\n        \"cordycepin\",\n        \"cordylanthus\",\n        \"cordmaker\",\n        \"coul\",\n        \"fitchews\",\n        \"gastrodisk\",\n        \"linecaster\",\n        \"ropelayer\",\n        \"ropesmith\",\n        \"ropeway\",\n        \"ropeways\",\n        \"ropewalk\",\n        \"ropewalker\",\n        \"ropewalks\",\n        \"ropework\",\n        \"stringmaker\",\n        \"stringways\",\n        \"unbonnet\",\n        \"usipetes\",\n        \"wavebands\"\n    ],\n    \"ezuru\": [\n        \"belvedered\",\n        \"enoughs\",\n        \"predisturb\",\n        \"rantree\",\n        \"stogy\"\n    ],\n    \"belvedere\": [\n        \"belvederes\"\n    ],\n    \"bemadam\": [\n        \"bemadams\"\n    ],\n    \"Ogha\": [\n        \"bemangle\",\n        \"disrudder\",\n        \"frower\",\n        \"frowsier\",\n        \"moidore\",\n        \"pluckiness\",\n        \"pseudoglanders\",\n        \"pullable\",\n        \"reconqueror\",\n        \"stravagant\",\n        \"strosser\"\n    ],\n    \"gbasasie\": [\n        \"bemantle\",\n        \"extrusile\"\n    ],\n    \"bema\": [\n        \"bemas\"\n    ],\n    \"bean\": [\n        \"bemean\"\n    ],\n    \"be mara mma\": [\n        \"bemedaled\"\n    ],\n    \"amaghi\": [\n        \"bemedalled\",\n        \"cetin\",\n        \"cierzos\",\n        \"cineraceous\",\n        \"cipherable\",\n        \"ciphony\",\n        \"cirsectomies\",\n        \"cirsotome\",\n        \"cirsotomies\",\n        \"civisms\",\n        \"impecuniousness\",\n        \"imperant\",\n        \"imperatorious\",\n        \"imporous\",\n        \"indiary\",\n        \"infamiliar\",\n        \"irvingesque\",\n        \"mises\",\n        \"misknown\",\n        \"miswisdom\",\n        \"nereite\",\n        \"nonfamiliar\",\n        \"nonidentification\",\n        \"nonknowledgeable\",\n        \"nonlustrous\",\n        \"nonnotable\",\n        \"nonprecious\",\n        \"notal\",\n        \"notchful\",\n        \"olent\",\n        \"strangerwise\",\n        \"unaware\",\n        \"unbeknown\",\n        \"unbeknownst\",\n        \"unconscienced\",\n        \"uncrucified\",\n        \"unfamiliar\",\n        \"unfiled\",\n        \"unfinanced\",\n        \"unfluent\",\n        \"unfrighted\",\n        \"unidentifying\",\n        \"uninformed\",\n        \"unknew\",\n        \"unknow\",\n        \"unknowable\",\n        \"unknowen\",\n        \"unknowledgeable\",\n        \"unknown\",\n        \"unknownly\",\n        \"unknowns\",\n        \"unknownst\",\n        \"unmystified\",\n        \"unnosed\",\n        \"unnotified\",\n        \"unnotioned\",\n        \"unsome\",\n        \"unstricken\",\n        \"unware\",\n        \"unwinnowed\",\n        \"unwit\"\n    ],\n    \"ịbụ onye amụrụ\": [\n        \"bemercy\"\n    ],\n    \"nwee ọchị\": [\n        \"bemire\"\n    ],\n    \"chịrị ọchị\": [\n        \"bemired\",\n        \"giggled\",\n        \"laughed\",\n        \"laughy\",\n        \"laughworthy\",\n        \"sneered\"\n    ],\n    \"tiri aka\": [\n        \"bemisted\",\n        \"whippable\"\n    ],\n    \"but\": [\n        \"bemitred\",\n        \"butat\",\n        \"bute\",\n        \"butte\"\n    ],\n    \"mora\": [\n        \"bemoan\",\n        \"morales\",\n        \"moras\"\n    ],\n    \"akwa ákwá\": [\n        \"bemoaned\",\n        \"bemoaner\",\n        \"lamentableness\"\n    ],\n    \"bemị\": [\n        \"bemoans\"\n    ],\n    \"Bemol\": [\n        \"bemoil\",\n        \"bemol\",\n        \"bemole\",\n        \"bemolt\"\n    ],\n    \"Bemotto\": [\n        \"bemotto\"\n    ],\n    \"bere nyinaa\": [\n        \"bemourn\"\n    ],\n    \"Bemouth\": [\n        \"bemouth\"\n    ],\n    \"Okwu anwu\": [\n        \"bemuddle\"\n    ],\n    \"gbachiri anyị\": [\n        \"bemuzzled\"\n    ],\n    \"Uchenna Nwogu\": [\n        \"benadryl\"\n    ],\n    \"aha\": [\n        \"benames\",\n        \"cames\",\n        \"defames\",\n        \"disfranchise\",\n        \"franchise\",\n        \"lutation\",\n        \"namability\",\n        \"namatio\",\n        \"name\",\n        \"nameability\",\n        \"names\",\n        \"namesakes\",\n        \"nomial\",\n        \"outname\",\n        \"prename\",\n        \"reputation\",\n        \"title\",\n        \"titles\",\n        \"wames\"\n    ],\n    \"ihe na-atọ ụtọ\": [\n        \"benasty\",\n        \"lucriferous\"\n    ],\n    \"bench\": [\n        \"benchboard\"\n    ],\n    \"oche ntụ\": [\n        \"bencher\"\n    ],\n    \"oche anakpo\": [\n        \"benchers\"\n    ],\n    \"oche\": [\n        \"benches\",\n        \"cabinets\",\n        \"chair\",\n        \"chairmending\",\n        \"chairs\",\n        \"chairway\",\n        \"coirs\",\n        \"couac\",\n        \"deck\",\n        \"deckel\",\n        \"deckels\",\n        \"decken\",\n        \"decker\",\n        \"deckhand\",\n        \"deckhands\",\n        \"deckhead\",\n        \"deckhouse\",\n        \"deckie\",\n        \"deckings\",\n        \"deckle\",\n        \"deckles\",\n        \"deckload\",\n        \"deckpipe\",\n        \"decks\",\n        \"furniture\",\n        \"keirs\",\n        \"kevel\",\n        \"kevil\",\n        \"seat\",\n        \"seater\",\n        \"seathe\",\n        \"seats\",\n        \"sithens\",\n        \"stoats\",\n        \"trollops\",\n        \"trones\",\n        \"trottoir\",\n        \"unchair\",\n        \"unseats\"\n    ],\n    \"ocheeze\": [\n        \"benchfellow\",\n        \"enthrones\",\n        \"hebetate\",\n        \"queendom\",\n        \"seatang\",\n        \"seatron\",\n        \"throne\",\n        \"thronelet\",\n        \"thrones\",\n        \"throneward\"\n    ],\n    \"bench set\": [\n        \"benchlet\"\n    ],\n    \"onye isi oche\": [\n        \"benchman\",\n        \"boardman\",\n        \"boardmen\",\n        \"chairer\",\n        \"chairmaker\",\n        \"chairmanship\",\n        \"cochairman\",\n        \"foretopman\",\n        \"panelist\",\n        \"penalist\",\n        \"saddlemaker\",\n        \"seatmate\",\n        \"stationmaster\"\n    ],\n    \"benchmark\": [\n        \"benchmar\",\n        \"benchmarks\"\n    ],\n    \"ndị bench bench\": [\n        \"benchmen\"\n    ],\n    \"ehulata\": [\n        \"bend\",\n        \"bendable\"\n    ],\n    \"gbagọrọ agbagọ\": [\n        \"benday\",\n        \"bendayed\",\n        \"bended\",\n        \"bendy\",\n        \"bendsome\",\n        \"bendwise\",\n        \"crocused\",\n        \"crooked\",\n        \"crookedbacked\",\n        \"crookeder\",\n        \"crookedest\",\n        \"crookedly\",\n        \"crookedness\",\n        \"crooken\",\n        \"crooking\",\n        \"crooksided\",\n        \"crooned\",\n        \"crouse\",\n        \"curled\",\n        \"curledness\",\n        \"curved\",\n        \"curvedly\",\n        \"curvesome\",\n        \"curvy\",\n        \"distort\",\n        \"distortable\",\n        \"distorts\",\n        \"forbbore\",\n        \"outtrumped\",\n        \"perturbable\",\n        \"perverse\",\n        \"perversely\",\n        \"perversions\",\n        \"perversite\",\n        \"perversity\",\n        \"perversities\",\n        \"pervert\",\n        \"perverted\",\n        \"pervertedness\",\n        \"pervertibly\",\n        \"pervertive\",\n        \"pervious\",\n        \"skewed\",\n        \"steepled\",\n        \"twick\",\n        \"twigged\",\n        \"twilled\",\n        \"twilt\",\n        \"twistability\",\n        \"twistable\",\n        \"twisted\",\n        \"twistened\",\n        \"twisterer\",\n        \"twisty\",\n        \"twistical\",\n        \"twistily\",\n        \"twistiness\",\n        \"twistingly\",\n        \"twistless\",\n        \"uncrookedly\",\n        \"upturned\"\n    ],\n    \"ekwe ekwe\": [\n        \"bendaying\"\n    ],\n    \"ekwe ntị\": [\n        \"bendays\",\n        \"homophones\"\n    ],\n    \"Ebele\": [\n        \"bendees\",\n        \"bhoy\",\n        \"bodegas\",\n        \"boheas\",\n        \"caddesse\",\n        \"chenica\",\n        \"cistaceous\",\n        \"creddock\",\n        \"dansy\",\n        \"decrowns\",\n        \"deliria\",\n        \"delis\",\n        \"dichas\",\n        \"drawloom\",\n        \"farthing\",\n        \"hinddeck\",\n        \"icky\",\n        \"outhiss\",\n        \"persiennes\"\n    ],\n    \"bendel\": [\n        \"bendell\"\n    ],\n    \"Benders\": [\n        \"benders\"\n    ],\n    \"ekwe\": [\n        \"bending\",\n        \"bendingly\",\n        \"bendys\",\n        \"bends\",\n        \"lettable\",\n        \"salwey\"\n    ],\n    \"N'okpuru\": [\n        \"bene\",\n        \"underclothe\",\n        \"undercrypt\",\n        \"undercurving\",\n        \"underdigging\",\n        \"underdosed\",\n        \"underdress\",\n        \"underdry\",\n        \"underfed\",\n        \"underffed\",\n        \"underfringe\",\n        \"underisively\",\n        \"underrating\",\n        \"underroast\",\n        \"undershrubby\",\n        \"undersleeve\",\n        \"undertaxed\",\n        \"undertrading\",\n        \"underwing\",\n        \"underwritten\"\n    ],\n    \"nchebara echiche\": [\n        \"beneception\",\n        \"considerability\"\n    ],\n    \"na-elebara anya\": [\n        \"beneceptive\",\n        \"inobservantness\"\n    ],\n    \"gozie\": [\n        \"benedict\",\n        \"blessers\",\n        \"gothicize\",\n        \"guttler\",\n        \"polishment\"\n    ],\n    \"Ngọzi\": [\n        \"benediction\",\n        \"benedictional\"\n    ],\n    \"benedictive dị\": [\n        \"benedictively\"\n    ],\n    \"onye na-eme ebere\": [\n        \"benefactor\",\n        \"philatelist\",\n        \"philterer\",\n        \"pietist\"\n    ],\n    \"ọrụ ebere\": [\n        \"benefactorship\",\n        \"benefactrices\",\n        \"carity\",\n        \"chapatties\",\n        \"charitable\",\n        \"charitableness\",\n        \"charitably\",\n        \"charitative\",\n        \"charites\",\n        \"charity\",\n        \"charities\",\n        \"philanthropy\",\n        \"philanthropism\",\n        \"philauty\"\n    ],\n    \"ndi ebere\": [\n        \"benefactresses\"\n    ],\n    \"ọactụ\": [\n        \"benefactrix\",\n        \"benefactrixes\"\n    ],\n    \"Uru\": [\n        \"benefic\",\n        \"pros\",\n        \"prosed\",\n        \"proser\",\n        \"prosers\"\n    ],\n    \"erite uru\": [\n        \"benefice\",\n        \"beneficences\",\n        \"beneficient\",\n        \"benefiter\",\n        \"benefitted\"\n    ],\n    \"enweghị uru\": [\n        \"beneficeless\",\n        \"boonless\",\n        \"gainless\",\n        \"gainlessness\",\n        \"impractical\",\n        \"irreciprocal\",\n        \"misvaluation\",\n        \"nonadvantageous\",\n        \"nonaltruistic\",\n        \"noncrucial\",\n        \"nondepreciative\",\n        \"nondepreciatory\",\n        \"nonforfeitable\",\n        \"nonimitable\",\n        \"noninheritableness\",\n        \"noninstructive\",\n        \"noninstructiveness\",\n        \"nonpercipience\",\n        \"nonvaluation\",\n        \"profitlessly\",\n        \"profitlessness\",\n        \"unadvantaged\",\n        \"unbenefitable\",\n        \"unbenefiting\",\n        \"undepreciative\",\n        \"undepreciatory\",\n        \"unimperial\",\n        \"unimpertinent\",\n        \"unimproving\",\n        \"unmunificent\",\n        \"unpacific\",\n        \"unprobative\",\n        \"unproducibleness\",\n        \"unprofiteering\",\n        \"unprolificness\",\n        \"unprotrusive\",\n        \"unproverbial\",\n        \"unprovocative\",\n        \"unprovocativeness\",\n        \"unreciprocal\",\n        \"unreciprocally\",\n        \"unrecruitable\",\n        \"unrivalrous\",\n        \"unvaluable\",\n        \"unvaluableness\",\n        \"unvalue\"\n    ],\n    \"nweta ihe\": [\n        \"beneficent\"\n    ],\n    \"Na-erite uru\": [\n        \"beneficiaire\"\n    ],\n    \"ịba uru\": [\n        \"beneficialness\",\n        \"bicuspidate\",\n        \"profitmongering\",\n        \"prosabbatical\",\n        \"proscapula\",\n        \"prosencephalic\",\n        \"prosporangium\",\n        \"urinous\",\n        \"urinousness\"\n    ],\n    \"ndị ga-erite uru\": [\n        \"beneficiaries\"\n    ],\n    \"na-erite uru\": [\n        \"beneficiate\",\n        \"beneficiating\",\n        \"beneficing\",\n        \"benefiting\",\n        \"benefitting\"\n    ],\n    \"dị n'okpuru\": [\n        \"beneighbored\",\n        \"hereinto\",\n        \"subadditive\",\n        \"subcontinuous\",\n        \"subdated\",\n        \"subgiant\",\n        \"subherd\",\n        \"subidar\",\n        \"subinternal\",\n        \"subjacent\",\n        \"subjoin\",\n        \"subjoinder\",\n        \"subjoint\",\n        \"submediant\",\n        \"subparallel\",\n        \"subpermanent\",\n        \"subpredicative\",\n        \"subpubescent\",\n        \"subra\",\n        \"subradical\",\n        \"subrail\",\n        \"subrent\",\n        \"subretinal\",\n        \"subrules\",\n        \"subservient\",\n        \"subunequal\",\n        \"underbeam\",\n        \"underbound\",\n        \"underbuy\",\n        \"underbuys\",\n        \"underdown\",\n        \"underfeature\",\n        \"undergraining\",\n        \"undergrass\",\n        \"underjoin\",\n        \"underlye\",\n        \"underling\",\n        \"undermoral\",\n        \"underrates\",\n        \"underriding\",\n        \"undertenant\",\n        \"undertuning\",\n        \"underverse\"\n    ],\n    \"obiọma\": [\n        \"benevolence\",\n        \"benevolences\",\n        \"benevolent\",\n        \"benevolently\",\n        \"benevolentness\",\n        \"kind\",\n        \"kindlings\",\n        \"kindness\",\n        \"kindnesses\",\n        \"unkindliness\"\n    ],\n    \"Onye na-akwado ihe\": [\n        \"benevolist\"\n    ],\n    \"benicha\": [\n        \"benic\"\n    ],\n    \"gharazie\": [\n        \"benighten\",\n        \"estruate\",\n        \"obsolesce\",\n        \"unhasp\",\n        \"unsun\"\n    ],\n    \"nwekwuo ike\": [\n        \"benightment\",\n        \"hougher\",\n        \"obovate\",\n        \"overembellished\"\n    ],\n    \"enweghi obi ojoo\": [\n        \"benignant\",\n        \"immodesty\",\n        \"impuissant\",\n        \"ingracious\",\n        \"inhuman\",\n        \"inhumane\",\n        \"misconfidence\",\n        \"miserable\",\n        \"miserableness\",\n        \"mispassion\",\n        \"nonapparentness\",\n        \"nonascetic\",\n        \"nonevilly\",\n        \"pessimal\",\n        \"piscinity\",\n        \"tendinousness\",\n        \"unasinous\",\n        \"uncapitalistic\",\n        \"uncompensative\",\n        \"unevil\",\n        \"ungracious\",\n        \"unhumane\",\n        \"unmimicked\",\n        \"unperseveringness\",\n        \"unspent\",\n        \"unspontaneous\",\n        \"unthievish\",\n        \"unvinous\",\n        \"wretchlessness\"\n    ],\n    \"benisọn\": [\n        \"benisons\"\n    ],\n    \"benjamin\": [\n        \"benjamins\"\n    ],\n    \"benne\": [\n        \"bennel\"\n    ],\n    \"bennis\": [\n        \"bennes\"\n    ],\n    \"bennetị\": [\n        \"bennets\"\n    ],\n    \"Onye Ozi\": [\n        \"benorth\",\n        \"cresylate\",\n        \"devilet\",\n        \"ervenholder\",\n        \"erzahler\",\n        \"lyricked\",\n        \"memnonian\",\n        \"philodramatic\",\n        \"philonic\",\n        \"proselytingly\",\n        \"proselytised\",\n        \"smaik\",\n        \"somler\",\n        \"spenglerian\",\n        \"spenserian\",\n        \"valedictorily\"\n    ],\n    \"bensin\": [\n        \"benshi\",\n        \"bensil\"\n    ],\n    \"kpudo\": [\n        \"bent\",\n        \"couchy\",\n        \"knelling\",\n        \"obsecrate\",\n        \"supressed\",\n        \"undersow\"\n    ],\n    \"Iheanyi\": [\n        \"benthamic\",\n        \"sumpsimus\"\n    ],\n    \"Emechie\": [\n        \"benthic\",\n        \"closefisted\",\n        \"fincas\",\n        \"mossbacked\",\n        \"overrides\"\n    ],\n    \"Iri-abuo\": [\n        \"benty\"\n    ],\n    \"na-ehulata\": [\n        \"bentiness\",\n        \"benting\",\n        \"bowbent\",\n        \"bowers\"\n    ],\n    \"bentley\": [\n        \"bentlet\"\n    ],\n    \"bentonite\": [\n        \"bentonitic\"\n    ],\n    \"nwewe\": [\n        \"benweed\",\n        \"cenoby\",\n        \"harshweed\",\n        \"proslambanomenos\"\n    ],\n    \"benzil\": [\n        \"benzilic\"\n    ],\n    \"Umu Obiligbo\": [\n        \"benzyls\",\n        \"fs\"\n    ],\n    \"benzimidazole\": [\n        \"benziminazole\"\n    ],\n    \"benzene\": [\n        \"benzine\"\n    ],\n    \"benzoate\": [\n        \"benzoated\"\n    ],\n    \"Uzoamakiri\": [\n        \"benzofuryl\"\n    ],\n    \"benzoik\": [\n        \"benzoic\"\n    ],\n    \"zomụbaị\": [\n        \"benzoylating\"\n    ],\n    \"benzoyl\": [\n        \"benzoyls\"\n    ],\n    \"benzoin\": [\n        \"benzoins\"\n    ],\n    \"Benzolize\": [\n        \"benzolize\"\n    ],\n    \"benzol\": [\n        \"benzols\"\n    ],\n    \"benzo phenanthrene\": [\n        \"benzoxyphenanthrene\"\n    ],\n    \"benzopinacolone\": [\n        \"benzpinacone\"\n    ],\n    \"Beothuk\": [\n        \"beothuk\",\n        \"beothukan\"\n    ],\n    \"achacha\": [\n        \"bepainted\",\n        \"cuticolor\"\n    ],\n    \"anụrị\": [\n        \"bepart\",\n        \"bocasin\",\n        \"carnified\",\n        \"entemple\",\n        \"eolopiles\",\n        \"epinard\",\n        \"euascomycetes\",\n        \"eudyptes\",\n        \"euosmite\",\n        \"euphonize\",\n        \"euphory\",\n        \"euphrasies\",\n        \"euphroes\",\n        \"euphues\",\n        \"euphuisms\",\n        \"eupyrion\",\n        \"euploidies\",\n        \"eupractic\",\n        \"gladdening\",\n        \"joyride\",\n        \"larksomes\",\n        \"merrymeeting\",\n        \"mortis\",\n        \"naughtier\",\n        \"nork\",\n        \"vexillation\"\n    ],\n    \"wepụtara\": [\n        \"bepatched\",\n        \"emanated\",\n        \"eviscerated\",\n        \"excerpted\",\n        \"goffered\",\n        \"jived\",\n        \"outfed\",\n        \"outreached\",\n        \"proffered\",\n        \"released\",\n        \"releasee\"\n    ],\n    \"emewo\": [\n        \"bepewed\",\n        \"devitalized\",\n        \"factored\",\n        \"immerged\",\n        \"laveered\",\n        \"lavendered\"\n    ],\n    \"mfe\": [\n        \"bepicture\",\n        \"easeful\",\n        \"easy\",\n        \"easiest\",\n        \"easily\",\n        \"flexitime\",\n        \"foxite\",\n        \"manducable\",\n        \"sectroid\",\n        \"simple\",\n        \"simplectic\",\n        \"simpled\",\n        \"simpleheartedly\",\n        \"simpleheartedness\",\n        \"simpleminded\",\n        \"simplemindedly\",\n        \"simplemindedness\",\n        \"simpler\",\n        \"simplest\",\n        \"simpleton\",\n        \"simpletonian\",\n        \"simpletonianism\",\n        \"simpletonic\",\n        \"simpletonish\",\n        \"simpletonism\",\n        \"simpletons\",\n        \"simplex\",\n        \"simplexes\",\n        \"simplexity\",\n        \"simplices\",\n        \"simplicia\",\n        \"simplicial\",\n        \"simplicially\",\n        \"simplicidentata\",\n        \"simplicitarian\",\n        \"simplicity\",\n        \"simplicities\",\n        \"simplicize\",\n        \"simplify\",\n        \"simplification\",\n        \"simplificative\",\n        \"simplified\",\n        \"simplifiedly\",\n        \"simplifier\",\n        \"simplifying\",\n        \"simplistically\"\n    ],\n    \"ọnya\": [\n        \"bepill\",\n        \"bepillared\",\n        \"bepimple\",\n        \"blister\",\n        \"blistery\",\n        \"blisters\",\n        \"blurts\",\n        \"bruce\",\n        \"bruise\",\n        \"bruised\",\n        \"bruises\",\n        \"bruising\",\n        \"bruit\",\n        \"bruiting\",\n        \"bruits\",\n        \"bruke\",\n        \"brules\",\n        \"brulot\",\n        \"cervix\",\n        \"chaffered\",\n        \"crevices\",\n        \"cucullated\",\n        \"cutaways\",\n        \"deferentitis\",\n        \"diaspores\",\n        \"dipygus\",\n        \"entangledness\",\n        \"entassment\",\n        \"gnawings\",\n        \"gnaws\",\n        \"incasement\",\n        \"insnared\",\n        \"lecherousness\",\n        \"lesion\",\n        \"lesions\",\n        \"mossier\",\n        \"nonces\",\n        \"phoria\",\n        \"porr\",\n        \"porrima\",\n        \"scar\",\n        \"snareless\",\n        \"snazziness\",\n        \"snipes\",\n        \"sores\",\n        \"spiciness\",\n        \"susception\",\n        \"torpescence\",\n        \"torulosis\",\n        \"traipsed\",\n        \"trophic\",\n        \"ulcerable\",\n        \"ulcerated\",\n        \"ulcerating\",\n        \"ulceration\",\n        \"ulcerations\",\n        \"ulcerative\",\n        \"ulcered\",\n        \"ulcering\",\n        \"ulcerous\",\n        \"ulcers\",\n        \"ulcus\",\n        \"ulysses\",\n        \"ullages\",\n        \"ulmic\",\n        \"ulnae\",\n        \"ulnage\",\n        \"ulnare\",\n        \"ulnas\",\n        \"ulstered\",\n        \"ulsters\",\n        \"ulterior\",\n        \"ultion\",\n        \"ululate\",\n        \"ululated\",\n        \"ululations\",\n        \"ulvas\",\n        \"wiriness\",\n        \"wound\",\n        \"woundability\",\n        \"woundableness\",\n        \"wounder\",\n        \"woundy\",\n        \"woundily\",\n        \"wounds\",\n        \"woundwort\",\n        \"wrungness\"\n    ],\n    \"amala anya\": [\n        \"bepistoled\"\n    ],\n    \"gbue ihu\": [\n        \"beplumed\",\n        \"bewimple\",\n        \"boweled\",\n        \"bowelling\"\n    ],\n    \"a ga-ama\": [\n        \"bepranked\"\n    ],\n    \"nkwusa ozi ọma\": [\n        \"bepreach\"\n    ],\n    \"ntughari\": [\n        \"bepretty\",\n        \"biblioklept\",\n        \"bibliothec\",\n        \"bibliothecary\",\n        \"bibliothecarial\",\n        \"bibliothecas\",\n        \"bityite\",\n        \"circumfusion\",\n        \"clumpy\",\n        \"conjective\",\n        \"connotational\",\n        \"constitutively\",\n        \"contrascriptural\",\n        \"conversion\",\n        \"conversional\",\n        \"conversionary\",\n        \"convolution\",\n        \"convolutional\",\n        \"countertranslation\",\n        \"decisteres\",\n        \"deflation\",\n        \"deligation\",\n        \"denumerantive\",\n        \"dilations\",\n        \"dilatoriness\",\n        \"dithion\",\n        \"diversion\",\n        \"divertimenti\",\n        \"divertimento\",\n        \"diverting\",\n        \"divertingly\",\n        \"divertingness\",\n        \"divertise\",\n        \"divertisement\",\n        \"divertissement\",\n        \"divertissements\",\n        \"divertive\",\n        \"dosis\",\n        \"doublure\",\n        \"duricrust\",\n        \"exundance\",\n        \"fistical\",\n        \"groveling\",\n        \"grovelings\",\n        \"grovelling\",\n        \"grovellingly\",\n        \"grovellings\",\n        \"interdiffusion\",\n        \"interfibrillar\",\n        \"interfibrillary\",\n        \"intergossip\",\n        \"interlibrary\",\n        \"interpubic\",\n        \"interspiral\",\n        \"intersubjective\",\n        \"introconversion\",\n        \"introflexion\",\n        \"labioversion\",\n        \"lassoers\",\n        \"millivolt\",\n        \"misreprint\",\n        \"modif\",\n        \"ottomanization\",\n        \"overdisciplined\",\n        \"overgrievousness\",\n        \"paraphrases\",\n        \"pararectal\",\n        \"portlight\",\n        \"proevolutionary\",\n        \"prorevolutionary\",\n        \"protranslation\",\n        \"prussianising\",\n        \"quintuplication\",\n        \"quixotes\",\n        \"rebestowal\",\n        \"reconsignment\",\n        \"recusative\",\n        \"redevelopments\",\n        \"redistributionist\",\n        \"referendary\",\n        \"referendaryship\",\n        \"reinterpretation\",\n        \"reinterpretations\",\n        \"reinterprets\",\n        \"remultiplication\",\n        \"repluming\",\n        \"retranscription\",\n        \"retransfigure\",\n        \"retransform\",\n        \"retranslations\",\n        \"retransmitting\",\n        \"retransplant\",\n        \"retransplantation\",\n        \"retroduction\",\n        \"reveverberatory\",\n        \"revisional\",\n        \"revivifier\",\n        \"revolvement\",\n        \"rhegmatype\",\n        \"rhexis\",\n        \"soothsaying\",\n        \"stranglement\",\n        \"subage\",\n        \"subfigure\",\n        \"superreflection\",\n        \"tetrasubstitution\",\n        \"togawise\",\n        \"transelement\",\n        \"translation\",\n        \"transvection\",\n        \"transverberation\",\n        \"turnbroach\",\n        \"turneresque\",\n        \"turntale\",\n        \"twagger\",\n        \"uninterpretative\"\n    ],\n    \"Nwee\": [\n        \"beprose\",\n        \"boser\",\n        \"embraciveg\",\n        \"harten\",\n        \"snib\",\n        \"snibs\"\n    ],\n    \"beududdle\": [\n        \"bepuddle\"\n    ],\n    \"ihe ọ .ụ .ụ\": [\n        \"bequeath\",\n        \"caucasoids\",\n        \"desorb\"\n    ],\n    \"nyere ya iwu\": [\n        \"bequeathed\"\n    ],\n    \"na-enye iwu\": [\n        \"bequeathing\",\n        \"bilious\",\n        \"deforciant\",\n        \"delimitating\",\n        \"enjoining\",\n        \"enjoins\",\n        \"lawgive\",\n        \"presignifying\",\n        \"subendorsing\",\n        \"tergiverse\"\n    ],\n    \"ihe edeturu\": [\n        \"bequeaths\",\n        \"notates\"\n    ],\n    \"okpono\": [\n        \"bequests\",\n        \"honored\",\n        \"honorer\",\n        \"honoured\",\n        \"reveres\"\n    ],\n    \"belay\": [\n        \"beray\"\n    ],\n    \"Berakah\": [\n        \"berakah\"\n    ],\n    \"Berakedị\": [\n        \"beraked\"\n    ],\n    \"Berakes\": [\n        \"berakes\"\n    ],\n    \"Berakọt\": [\n        \"berakoth\"\n    ],\n    \"Berat\": [\n        \"berat\"\n    ],\n    \"nwee obi uto\": [\n        \"berattle\",\n        \"byous\",\n        \"blissful\",\n        \"boort\",\n        \"cappiest\",\n        \"cheerier\",\n        \"ecstaticize\",\n        \"entertain\",\n        \"exquisitive\",\n        \"fretish\",\n        \"gladded\",\n        \"gladden\",\n        \"gladdener\",\n        \"gladful\",\n        \"gleeful\",\n        \"greatened\",\n        \"happer\",\n        \"happiest\",\n        \"overyouthful\",\n        \"pleasantest\",\n        \"propodite\",\n        \"tributariness\"\n    ],\n    \"akpụ akpụ\": [\n        \"berber\",\n        \"scraber\",\n        \"sharable\",\n        \"tumidity\",\n        \"tumidness\"\n    ],\n    \"Berberia\": [\n        \"berberia\"\n    ],\n    \"onyeberi\": [\n        \"berberian\",\n        \"siberian\"\n    ],\n    \"igbankwu\": [\n        \"berberidaceous\",\n        \"bergschrund\",\n        \"bespreng\",\n        \"beswitch\",\n        \"cycloaddition\",\n        \"coadjute\",\n        \"coadjutrice\",\n        \"coadventure\",\n        \"coploughing\",\n        \"embadomonas\",\n        \"eulamellibranch\",\n        \"mediofrontal\",\n        \"mediopalatal\",\n        \"somatopleure\"\n    ],\n    \"akpụkụ\": [\n        \"berbers\"\n    ],\n    \"osikapa\": [\n        \"bercelet\",\n        \"beslipper\",\n        \"bespeaker\",\n        \"burbler\",\n        \"burglarious\",\n        \"burglariously\",\n        \"burler\",\n        \"burrfishes\",\n        \"charmer\",\n        \"chewer\",\n        \"chinnier\",\n        \"cottrel\",\n        \"cuppers\",\n        \"evokers\",\n        \"gagster\",\n        \"hoveler\",\n        \"hutcher\",\n        \"icker\",\n        \"isochlor\",\n        \"landloper\",\n        \"lopper\",\n        \"mistruster\",\n        \"peastaking\",\n        \"peasticking\",\n        \"plauditor\",\n        \"porterage\",\n        \"portoise\",\n        \"ratcher\",\n        \"rice\",\n        \"ricecar\",\n        \"ricecars\",\n        \"ricegrass\",\n        \"ricey\",\n        \"riceland\",\n        \"scavager\",\n        \"scavenger\",\n        \"seave\",\n        \"sorrier\",\n        \"spicate\",\n        \"spicewood\",\n        \"thatcher\",\n        \"wicketkeeper\"\n    ],\n    \"ụlọ mmiri\": [\n        \"berchemia\",\n        \"berdaches\",\n        \"wellhouses\"\n    ],\n    \"iru uju\": [\n        \"bereave\",\n        \"bereavements\",\n        \"condolence\",\n        \"condolent\",\n        \"dirges\",\n        \"grief\",\n        \"griefless\",\n        \"grieflessness\",\n        \"grieved\",\n        \"grieveship\",\n        \"sorroa\",\n        \"sorrow\",\n        \"sorrowed\",\n        \"sorrower\",\n        \"sorrowproof\"\n    ],\n    \"mmadụ nwụnahụrụ\": [\n        \"bereaved\"\n    ],\n    \"nwụnahụrụ\": [\n        \"bereavement\",\n        \"bereaven\"\n    ],\n    \"onye mmadụ nwụnahụrụ\": [\n        \"bereaver\"\n    ],\n    \"ndị mmadụ nwụnahụrụ\": [\n        \"bereavers\"\n    ],\n    \"na-eru uju\": [\n        \"bereaves\",\n        \"bereaving\",\n        \"griefful\",\n        \"grieffully\",\n        \"grieves\",\n        \"grieving\",\n        \"grievingly\",\n        \"mourn\",\n        \"mourned\",\n        \"mourners\",\n        \"mournful\",\n        \"mournfuller\",\n        \"mournfullest\",\n        \"mourning\",\n        \"mourningly\",\n        \"mournings\",\n        \"mourns\",\n        \"mournsome\",\n        \"sorrowing\"\n    ],\n    \"bere\": [\n        \"bereft\",\n        \"berend\",\n        \"berengelite\"\n    ],\n    \"Ugbor\": [\n        \"bereshith\",\n        \"blattiform\",\n        \"haruspicy\",\n        \"mordacious\",\n        \"narcomedusan\",\n        \"planetabler\",\n        \"pleiophylly\",\n        \"pleiophyllous\",\n        \"ploughline\",\n        \"praesternum\",\n        \"smokestone\",\n        \"sovprene\",\n        \"twisthand\",\n        \"uptossed\",\n        \"wronskian\"\n    ],\n    \"nwee obi mgbawa\": [\n        \"beret\",\n        \"ensconced\"\n    ],\n    \"biretta\": [\n        \"beretta\",\n        \"birettas\"\n    ],\n    \"Berettas\": [\n        \"berettas\"\n    ],\n    \"nduku\": [\n        \"bergalith\",\n        \"drofland\",\n        \"junks\",\n        \"misaward\",\n        \"misawards\",\n        \"potashes\",\n        \"potato\",\n        \"potatoes\",\n        \"potator\",\n        \"potatory\",\n        \"potiguara\",\n        \"potomania\",\n        \"potomato\",\n        \"potoo\",\n        \"potoos\",\n        \"potshot\",\n        \"rulander\",\n        \"turritellid\",\n        \"turritellidae\",\n        \"turritelloid\"\n    ],\n    \"ụlọ bergamasca\": [\n        \"bergamasca\"\n    ],\n    \"ụlọ bergamasche\": [\n        \"bergamasche\"\n    ],\n    \"ụlọ bergamask\": [\n        \"bergamask\"\n    ],\n    \"ụlọ bergamiol\": [\n        \"bergamiol\"\n    ],\n    \"ụlọ bergamot\": [\n        \"bergamots\"\n    ],\n    \"bred\": [\n        \"bergander\",\n        \"byerite\",\n        \"breadberry\",\n        \"breadboard\",\n        \"breadnut\",\n        \"breadnuts\",\n        \"breadstuffs\",\n        \"bredes\",\n        \"bryon\",\n        \"hardbake\",\n        \"uneaten\"\n    ],\n    \"blọgụ\": [\n        \"berger\"\n    ],\n    \"Iheanacho\": [\n        \"bergeret\",\n        \"bergmannite\",\n        \"blesse\",\n        \"bocaccio\",\n        \"bougainvillaeas\",\n        \"bougainvillia\",\n        \"cacodaemonial\",\n        \"cacodaemonic\",\n        \"causson\",\n        \"daredevil\",\n        \"gaffing\",\n        \"gladsomest\",\n        \"glenoidal\",\n        \"glissaded\",\n        \"mimmocky\",\n        \"outslang\",\n        \"oxydactyl\",\n        \"phenanthroline\",\n        \"scapethrift\",\n        \"scapulimancy\",\n        \"tersulphuret\",\n        \"trousseaus\"\n    ],\n    \"ergylọ ike\": [\n        \"bergylt\"\n    ],\n    \"berginị\": [\n        \"berginize\"\n    ],\n    \"Asụsụ Bergson\": [\n        \"bergsonian\"\n    ],\n    \"ikeji\": [\n        \"berhymed\",\n        \"boltage\",\n        \"sothic\"\n    ],\n    \"beribọn\": [\n        \"beribbon\"\n    ],\n    \"beryl\": [\n        \"beryllate\"\n    ],\n    \"bellụlon\": [\n        \"beryllonite\"\n    ],\n    \"brọs\": [\n        \"beryls\"\n    ],\n    \"igho\": [\n        \"berith\",\n        \"samburs\"\n    ],\n    \"brik\": [\n        \"berk\",\n        \"berust\",\n        \"blate\",\n        \"bramble\",\n        \"brick\",\n        \"brickel\",\n        \"brickhood\",\n        \"brickle\",\n        \"brickly\",\n        \"brickmaker\",\n        \"brickred\",\n        \"bricks\",\n        \"bricktop\"\n    ],\n    \"ndị berlin\": [\n        \"berliners\"\n    ],\n    \"duzie\": [\n        \"berlinize\",\n        \"misdivide\",\n        \"misnarrate\",\n        \"steerling\",\n        \"steers\",\n        \"tutorize\"\n    ],\n    \"brọda\": [\n        \"berlins\",\n        \"bractlets\",\n        \"bromals\",\n        \"buccally\"\n    ],\n    \"ndị Bermudian\": [\n        \"bermudians\"\n    ],\n    \"ụlọikwuu\": [\n        \"bermudite\",\n        \"camlet\",\n        \"camphanic\",\n        \"camphenes\",\n        \"camphoraceous\",\n        \"camphoric\",\n        \"camphoronic\",\n        \"campimetrical\",\n        \"cample\",\n        \"camponotus\",\n        \"campsites\",\n        \"campstool\",\n        \"campstools\",\n        \"courbaril\",\n        \"encamps\",\n        \"holohedry\",\n        \"kailyards\",\n        \"oestruses\",\n        \"tabernacle\",\n        \"tabernacled\",\n        \"tabernacler\",\n        \"tabernacles\",\n        \"tabernacling\",\n        \"tabernacular\",\n        \"tent\"\n    ],\n    \"Uzochi\": [\n        \"berninesque\",\n        \"gauric\",\n        \"hyoides\",\n        \"morpheus\",\n        \"proserpina\",\n        \"rowdydow\",\n        \"rowdyish\",\n        \"rowdyism\",\n        \"rowleian\",\n        \"thrist\",\n        \"toozoo\",\n        \"topfull\",\n        \"veszelyite\",\n        \"wadmel\"\n    ],\n    \"Onye-isi\": [\n        \"bernoullian\"\n    ],\n    \"Ukwuu\": [\n        \"berob\",\n        \"bersagliere\",\n        \"bezette\",\n        \"bezpopovets\",\n        \"bezzi\",\n        \"ceorl\",\n        \"craspedotal\",\n        \"craspedote\",\n        \"craspedum\",\n        \"dracontine\",\n        \"greaten\",\n        \"greats\",\n        \"grosz\",\n        \"hugeousness\",\n        \"lotuslike\",\n        \"lucban\",\n        \"lucrece\",\n        \"moabitic\",\n        \"railleur\",\n        \"rhodeswood\",\n        \"rhoding\",\n        \"rhododendron\",\n        \"rhodospermous\",\n        \"toozle\",\n        \"vlach\"\n    ],\n    \"Beroe\": [\n        \"beroe\"\n    ],\n    \"Berossos\": [\n        \"berossos\"\n    ],\n    \"mgbago\": [\n        \"berrendo\",\n        \"enarbour\"\n    ],\n    \"mbukota\": [\n        \"berrettino\",\n        \"bescab\",\n        \"carting\",\n        \"coexerted\",\n        \"coexerting\",\n        \"enshrining\",\n        \"inshrining\",\n        \"kipping\",\n        \"litch\",\n        \"packing\",\n        \"packmaking\",\n        \"shippound\"\n    ],\n    \"beribush\": [\n        \"berrybush\"\n    ],\n    \"nwaigbo\": [\n        \"berrichonne\",\n        \"hautboy\"\n    ],\n    \"gbara ụka\": [\n        \"berried\",\n        \"ferlied\",\n        \"fermented\",\n        \"soughed\",\n        \"soughing\",\n        \"sourberry\",\n        \"sourd\",\n        \"sourly\",\n        \"sourtop\",\n        \"sourweed\",\n        \"sweven\",\n        \"teugh\",\n        \"teughly\"\n    ],\n    \"dị ka beri\": [\n        \"berrylike\"\n    ],\n    \"onye beri\": [\n        \"berryman\"\n    ],\n    \"ihe nrachi\": [\n        \"berrypicker\",\n        \"bindery\",\n        \"milkbush\",\n        \"nightstand\"\n    ],\n    \"beri na-atụtụ\": [\n        \"berrypicking\"\n    ],\n    \"Akpụkpọ anụ\": [\n        \"berskin\",\n        \"chitterlings\",\n        \"gaskins\",\n        \"rawhides\",\n        \"ridgeband\"\n    ],\n    \"bertert\": [\n        \"berthed\"\n    ],\n    \"nwaeze\": [\n        \"berthold\",\n        \"buprestis\",\n        \"caudad\",\n        \"dolthead\",\n        \"grylle\",\n        \"grisset\",\n        \"kinesodic\",\n        \"morian\",\n        \"pratal\",\n        \"pratincolous\",\n        \"pupivore\",\n        \"telotroch\",\n        \"wusser\"\n    ],\n    \"ụlọ elu\": [\n        \"berths\",\n        \"deckhouses\",\n        \"outtower\",\n        \"overtower\",\n        \"penthouse\",\n        \"penthoused\",\n        \"penthouses\",\n        \"rooflike\",\n        \"roofline\",\n        \"rooflines\",\n        \"supertower\",\n        \"tower\",\n        \"towery\",\n        \"towerier\",\n        \"towerless\",\n        \"towerlet\",\n        \"towerlike\",\n        \"towerman\",\n        \"towermen\",\n        \"towerproof\",\n        \"towers\",\n        \"towerwise\",\n        \"towerwork\",\n        \"towerwort\",\n        \"towies\",\n        \"upstater\",\n        \"upstaters\",\n        \"upstirs\"\n    ],\n    \"Onyinyechi\": [\n        \"bertrand\",\n        \"bosjesman\",\n        \"boswellian\",\n        \"bradawl\",\n        \"bradsot\",\n        \"cleistocarp\",\n        \"clifford\",\n        \"crossbench\",\n        \"daisybush\",\n        \"dantesque\",\n        \"devillike\",\n        \"harmonicon\",\n        \"yahrzeits\",\n        \"jackshay\",\n        \"jacksonville\",\n        \"janet\",\n        \"jinrikishas\",\n        \"khanjar\",\n        \"merveileux\",\n        \"monophyodont\",\n        \"plotosid\",\n        \"praesertim\",\n        \"richweed\",\n        \"schlemiel\",\n        \"schmalkaldic\",\n        \"schmalzes\",\n        \"schnitz\",\n        \"schnorchel\",\n        \"schtick\",\n        \"sgabelli\",\n        \"sgabellos\",\n        \"shlimazl\",\n        \"shraddha\",\n        \"skaalpund\",\n        \"sraddhas\",\n        \"submakroskelic\",\n        \"tandsticka\",\n        \"thamudean\",\n        \"trichomonad\",\n        \"tricyrtis\",\n        \"triconodon\",\n        \"tricosyl\",\n        \"trispaston\",\n        \"vriddhi\",\n        \"zaddickim\"\n    ],\n    \"amala jijiji\": [\n        \"beruffled\",\n        \"yattered\"\n    ],\n    \"berọn\": [\n        \"berun\"\n    ],\n    \"Ihe Osisi\": [\n        \"bes\"\n    ],\n    \"dafere\": [\n        \"besayle\"\n    ],\n    \"igbasa\": [\n        \"besanctify\",\n        \"circulable\",\n        \"circulant\",\n        \"circular\",\n        \"circularise\",\n        \"circularize\",\n        \"circulatable\",\n        \"circulate\",\n        \"deplorate\",\n        \"disemburden\",\n        \"dismembering\",\n        \"displant\",\n        \"dispraise\",\n        \"dispread\",\n        \"disprepare\",\n        \"dissipable\",\n        \"dissipate\",\n        \"propagate\",\n        \"spreadable\",\n        \"unstretch\"\n    ],\n    \"obcar\": [\n        \"bescarf\"\n    ],\n    \"agbasaghị\": [\n        \"bescent\",\n        \"clanless\",\n        \"contortionate\",\n        \"disannulled\",\n        \"dismoded\",\n        \"disnatured\",\n        \"disorganizing\",\n        \"embroils\",\n        \"empathic\",\n        \"enculturative\",\n        \"impropriatrix\",\n        \"inconcluding\",\n        \"inconsumed\",\n        \"incurvous\",\n        \"indivertible\",\n        \"inrooted\",\n        \"mispenned\",\n        \"mundaneness\",\n        \"nonabsolution\",\n        \"nonaculeate\",\n        \"nonaddicted\",\n        \"nonaspirate\",\n        \"nonaspirated\",\n        \"nonbigotedly\",\n        \"noncommunistically\",\n        \"nonconjugate\",\n        \"noncontributive\",\n        \"noncontributively\",\n        \"nonculturally\",\n        \"nondecorously\",\n        \"nondeferentially\",\n        \"nondegrading\",\n        \"nonderivative\",\n        \"nonderivatively\",\n        \"nondiffuse\",\n        \"nondiffused\",\n        \"nondogmatic\",\n        \"nonextended\",\n        \"nonlethally\",\n        \"nonmaskable\",\n        \"nonmitigation\",\n        \"nonpersuasible\",\n        \"nonpersuasive\",\n        \"nonperverse\",\n        \"nonperversely\",\n        \"nonperverted\",\n        \"nonplushed\",\n        \"nonsecludedly\",\n        \"nonsuppressed\",\n        \"nontabulated\",\n        \"nonverdict\",\n        \"outboasted\",\n        \"tend\",\n        \"tendrilous\",\n        \"unabandoned\",\n        \"unabased\",\n        \"unabated\",\n        \"unabdicated\",\n        \"unabject\",\n        \"unabnegated\",\n        \"unabraded\",\n        \"unabrupt\",\n        \"unadditional\",\n        \"unadditioned\",\n        \"unadoring\",\n        \"unadvertised\",\n        \"unannulled\",\n        \"unaspersed\",\n        \"unassociably\",\n        \"unattributed\",\n        \"unawakened\",\n        \"unbailed\",\n        \"unbaited\",\n        \"unballasted\",\n        \"unballoted\",\n        \"unbanded\",\n        \"unbatted\",\n        \"unbeclouded\",\n        \"unbedaggled\",\n        \"unbedraggled\",\n        \"unbesprinkled\",\n        \"unbewildered\",\n        \"unbewrayed\",\n        \"unbigged\",\n        \"unbigoted\",\n        \"unbinned\",\n        \"unbitten\",\n        \"unboding\",\n        \"unboraxed\",\n        \"unbottled\",\n        \"unbottling\",\n        \"unbottomed\",\n        \"unboweled\",\n        \"unbowered\",\n        \"unboxed\",\n        \"unbreakfasted\",\n        \"unbridling\",\n        \"unbrocaded\",\n        \"unbuffered\",\n        \"unbulled\",\n        \"unbulletined\",\n        \"unbullied\",\n        \"unburlesqued\",\n        \"uncajoling\",\n        \"uncamouflaged\",\n        \"uncapped\",\n        \"uncapsuled\",\n        \"uncascading\",\n        \"uncashed\",\n        \"uncask\",\n        \"uncastigated\",\n        \"uncastigative\",\n        \"uncastled\",\n        \"uncollapsed\",\n        \"uncollaring\",\n        \"uncombated\",\n        \"uncombed\",\n        \"uncombustive\",\n        \"uncomplaining\",\n        \"uncomplaisant\",\n        \"uncomplying\",\n        \"uncompounding\",\n        \"uncompromised\",\n        \"uncondoned\",\n        \"uncondoning\",\n        \"uncongregational\",\n        \"unconsolidated\",\n        \"uncontended\",\n        \"uncontract\",\n        \"uncontributed\",\n        \"uncontributive\",\n        \"uncontributively\",\n        \"uncontributiveness\",\n        \"uncravatted\",\n        \"uncrest\",\n        \"uncrumpling\",\n        \"uncubbed\",\n        \"unculted\",\n        \"uncumbered\",\n        \"undabbled\",\n        \"undamasked\",\n        \"undeflowered\",\n        \"undefrayed\",\n        \"undegraded\",\n        \"undegrading\",\n        \"undiffering\",\n        \"undiffracted\",\n        \"undiffused\",\n        \"undigged\",\n        \"undiplomaed\",\n        \"undiplomatic\",\n        \"undiscomfited\",\n        \"undisgorged\",\n        \"undislodged\",\n        \"undispatching\",\n        \"undispelled\",\n        \"undispersed\",\n        \"undisplanted\",\n        \"undissipated\",\n        \"undissolved\",\n        \"undistracted\",\n        \"undistributed\",\n        \"undivestedly\",\n        \"undrafted\",\n        \"undropped\",\n        \"uneffused\",\n        \"unenergized\",\n        \"unenhanced\",\n        \"unenlarged\",\n        \"uneroded\",\n        \"unexpanded\",\n        \"unexpanding\",\n        \"unexploded\",\n        \"unextended\",\n        \"unextolled\",\n        \"unfaltering\",\n        \"unfashioned\",\n        \"unfatten\",\n        \"unfeeing\",\n        \"unfelled\",\n        \"unfervent\",\n        \"unfester\",\n        \"unfettled\",\n        \"unflattened\",\n        \"unflecked\",\n        \"unfleshed\",\n        \"unflexed\",\n        \"unflowered\",\n        \"unfluffed\",\n        \"unflunked\",\n        \"unfluttering\",\n        \"unfooling\",\n        \"unfumbled\",\n        \"unfumbling\",\n        \"unfurlable\",\n        \"ungalloping\",\n        \"ungambolled\",\n        \"ungingled\",\n        \"unglacial\",\n        \"ungouged\",\n        \"ungradated\",\n        \"ungraded\",\n        \"ungrayed\",\n        \"ungravelled\",\n        \"unhalted\",\n        \"unhampering\",\n        \"unheeled\",\n        \"unhoaxed\",\n        \"unhuddled\",\n        \"unhumbled\",\n        \"unhumiliated\",\n        \"unhurdled\",\n        \"unhurled\",\n        \"unhurted\",\n        \"unhusbanded\",\n        \"unhushed\",\n        \"unhustled\",\n        \"unhuzzaed\",\n        \"unidolized\",\n        \"unincluded\",\n        \"unincumbered\",\n        \"uninferribly\",\n        \"uninflamed\",\n        \"uninflated\",\n        \"uninflicted\",\n        \"uninfuriated\",\n        \"uninfused\",\n        \"uninhumed\",\n        \"uninjected\",\n        \"unintegrally\",\n        \"unintercalated\",\n        \"unintercepted\",\n        \"uninterdicted\",\n        \"uninterjected\",\n        \"uninterlarded\",\n        \"uninterlined\",\n        \"unintermingled\",\n        \"uninternational\",\n        \"uninterpleaded\",\n        \"uninterpolated\",\n        \"uninterred\",\n        \"uninterrupted\",\n        \"uninterruptedly\",\n        \"uninthralled\",\n        \"uninundated\",\n        \"uninvented\",\n        \"unjapanned\",\n        \"unlaunched\",\n        \"unlettable\",\n        \"unlifted\",\n        \"unlingering\",\n        \"unloosed\",\n        \"unlooted\",\n        \"unmonopolized\",\n        \"unmultiplied\",\n        \"unnibbled\",\n        \"unparcelled\",\n        \"unpersuaded\",\n        \"unperverse\",\n        \"unphrased\",\n        \"unplayed\",\n        \"unplatted\",\n        \"unpollarded\",\n        \"unpopularized\",\n        \"unpummeled\",\n        \"unpumped\",\n        \"unpurposed\",\n        \"unraked\",\n        \"unrelaxed\",\n        \"unriddled\",\n        \"unriddling\",\n        \"unringed\",\n        \"unriveted\",\n        \"unrooted\",\n        \"unrubrical\",\n        \"unrubricated\",\n        \"unrumple\",\n        \"unrumpled\",\n        \"unsabred\",\n        \"unsacked\",\n        \"unsalivating\",\n        \"unsalt\",\n        \"unsaltatorial\",\n        \"unsalubrious\",\n        \"unscaffolded\",\n        \"unscalding\",\n        \"unscaling\",\n        \"unscalloped\",\n        \"unscandalised\",\n        \"unscarfed\",\n        \"unscarved\",\n        \"unscramble\",\n        \"unscrambled\",\n        \"unscrambler\",\n        \"unscrambles\",\n        \"unscrawled\",\n        \"unsculptured\",\n        \"unscummed\",\n        \"unsententiously\",\n        \"unshingled\",\n        \"unshirked\",\n        \"unshuffled\",\n        \"unslacked\",\n        \"unslackened\",\n        \"unslackening\",\n        \"unslanted\",\n        \"unslapped\",\n        \"unslippered\",\n        \"unsloping\",\n        \"unslumbering\",\n        \"unslumped\",\n        \"unslumping\",\n        \"unsmelted\",\n        \"unsmudged\",\n        \"unsnaggled\",\n        \"unsnobbish\",\n        \"unsnobbishly\",\n        \"unsoldering\",\n        \"unsolidity\",\n        \"unsolidly\",\n        \"unsolubility\",\n        \"unsoluble\",\n        \"unsolubly\",\n        \"unspattered\",\n        \"unspitted\",\n        \"unsprinkled\",\n        \"unsprinklered\",\n        \"unstifled\",\n        \"unstippled\",\n        \"unstubbed\",\n        \"unstubbled\",\n        \"unsubjugated\",\n        \"unsubmerged\",\n        \"unsubmerging\",\n        \"unsubmersible\",\n        \"unsubstantiate\",\n        \"unsubtlety\",\n        \"unsubtractive\",\n        \"unsubventioned\",\n        \"unsubventionized\",\n        \"unsullied\",\n        \"unsulphurized\",\n        \"unsunburnt\",\n        \"unsupplementary\",\n        \"unsurging\",\n        \"unswelled\",\n        \"unswerving\",\n        \"unswingled\",\n        \"untabulated\",\n        \"untedded\",\n        \"unthralled\",\n        \"unthumped\",\n        \"untippled\",\n        \"untrunked\",\n        \"untubbed\",\n        \"unupdated\",\n        \"unusurped\",\n        \"unusurping\",\n        \"unventilated\",\n        \"unvivacious\",\n        \"unwattled\",\n        \"unwelted\",\n        \"unwhipped\",\n        \"unwhirled\",\n        \"unwhispering\",\n        \"unwreaked\",\n        \"unwrecked\",\n        \"unwrinkling\"\n    ],\n    \"were ya\": [\n        \"bescorch\",\n        \"thereup\"\n    ],\n    \"merie\": [\n        \"bescour\",\n        \"bewit\",\n        \"bori\",\n        \"champagnize\",\n        \"championize\",\n        \"comoquer\",\n        \"conquassate\",\n        \"conquedle\",\n        \"conquer\",\n        \"conquerable\",\n        \"conqueress\",\n        \"conquian\",\n        \"conquistadores\",\n        \"defeasanced\",\n        \"defease\",\n        \"defeise\",\n        \"domineered\",\n        \"empurpled\",\n        \"felicitate\",\n        \"jereeds\",\n        \"martialed\",\n        \"merce\",\n        \"outquibled\",\n        \"overbear\",\n        \"overcall\",\n        \"overcalled\",\n        \"overcame\",\n        \"overcome\",\n        \"overcomer\",\n        \"overcompound\",\n        \"overconquer\",\n        \"overcull\",\n        \"overhold\",\n        \"overpeer\",\n        \"overpossess\",\n        \"overpowered\",\n        \"overquell\",\n        \"overtame\",\n        \"overtell\",\n        \"overtill\",\n        \"overvoted\",\n        \"precompelled\",\n        \"presubdued\",\n        \"prevail\",\n        \"routed\",\n        \"subduable\",\n        \"subdual\",\n        \"subduce\",\n        \"subduced\",\n        \"subdue\",\n        \"subdued\",\n        \"subduer\",\n        \"subdues\",\n        \"subdure\",\n        \"subjugate\",\n        \"submuriate\",\n        \"succeed\",\n        \"succeeder\",\n        \"successes\",\n        \"suckered\",\n        \"triumphed\",\n        \"underqueen\",\n        \"untriumphed\",\n        \"vanquish\",\n        \"vanquishable\",\n        \"vassaled\",\n        \"victoriate\",\n        \"victualed\",\n        \"win\",\n        \"winced\",\n        \"winned\",\n        \"won\",\n        \"wonegan\",\n        \"wonk\",\n        \"wonky\",\n        \"wonkier\",\n        \"wonned\",\n        \"wonted\"\n    ],\n    \"wakpoo\": [\n        \"bescourge\"\n    ],\n    \"agbamume\": [\n        \"bescours\",\n        \"encopresis\",\n        \"encouragement\",\n        \"encouragements\",\n        \"exhortation\",\n        \"exhortations\",\n        \"incumbence\",\n        \"prediscouragement\",\n        \"preencouragement\",\n        \"reencouragement\",\n        \"reencouraging\",\n        \"stinginess\",\n        \"tendry\",\n        \"uncomplainingness\"\n    ],\n    \"ịgbanyụ\": [\n        \"bescreening\",\n        \"decoupling\",\n        \"disgaveling\",\n        \"disprobabilize\",\n        \"estranging\",\n        \"faucalize\",\n        \"flexographically\",\n        \"furcating\",\n        \"interpollinating\",\n        \"oppignerate\",\n        \"overtalkatively\",\n        \"perborate\",\n        \"probowling\",\n        \"redefeating\",\n        \"redrugging\",\n        \"reinterrogating\",\n        \"remanding\",\n        \"unswiveling\"\n    ],\n    \"n’ekpere\": [\n        \"beseechingly\"\n    ],\n    \"n'adịghị ike\": [\n        \"beseemingly\"\n    ],\n    \"ịdị ka\": [\n        \"beseemingness\",\n        \"seemingness\"\n    ],\n    \"beseze\": [\n        \"beseems\"\n    ],\n    \"nọchibido ya\": [\n        \"beseige\",\n        \"besiege\",\n        \"besieges\",\n        \"siege\"\n    ],\n    \"nwee ihe\": [\n        \"besetter\"\n    ],\n    \"kpuchiri\": [\n        \"beshadowed\",\n        \"concocted\",\n        \"crusted\",\n        \"crustedly\",\n        \"oversalt\",\n        \"overtrimmed\",\n        \"wrastled\"\n    ],\n    \"na-ekpuchi\": [\n        \"beshadowing\",\n        \"beshaming\",\n        \"catheterizes\",\n        \"clogger\",\n        \"covers\",\n        \"coverside\",\n        \"deadlocking\",\n        \"deflowering\",\n        \"defuzing\",\n        \"dematerializing\",\n        \"encashing\",\n        \"enfolds\",\n        \"enrobers\",\n        \"enshielding\",\n        \"enswathes\",\n        \"enswathing\",\n        \"enwrapping\",\n        \"enwraps\",\n        \"inscrolling\",\n        \"insulates\",\n        \"layering\",\n        \"lining\",\n        \"masquerading\",\n        \"obscuring\",\n        \"overcaring\",\n        \"overglazing\",\n        \"overloving\",\n        \"overmelting\",\n        \"overtrimming\",\n        \"rawhiding\",\n        \"shrouding\",\n        \"uncloying\",\n        \"uncoagulating\",\n        \"uncoiling\",\n        \"uncrooking\",\n        \"undissimulating\",\n        \"undonating\",\n        \"undraping\",\n        \"undripping\",\n        \"undwindling\",\n        \"uneclipsing\",\n        \"unlaying\",\n        \"unlashing\",\n        \"unlobbying\",\n        \"unmelting\",\n        \"unshielded\",\n        \"unshipping\"\n    ],\n    \"beshiere\": [\n        \"beshivered\"\n    ],\n    \"Na-agwụ ike\": [\n        \"beshivering\",\n        \"brisling\",\n        \"tedding\"\n    ],\n    \"ndị na-achị achị\": [\n        \"beshivers\",\n        \"briners\",\n        \"bruisers\",\n        \"dominations\",\n        \"dominators\",\n        \"procurators\",\n        \"subcommanders\"\n    ],\n    \"Bọd\": [\n        \"beshod\"\n    ],\n    \"kpọọ oku\": [\n        \"beshouts\",\n        \"callistemon\",\n        \"summonsing\"\n    ],\n    \"nteke\": [\n        \"beshrouded\",\n        \"beshrouding\",\n        \"biaural\",\n        \"binaural\",\n        \"cichoraceous\",\n        \"decongestant\",\n        \"decongestion\",\n        \"decongestive\",\n        \"dichotomised\",\n        \"dichotomized\",\n        \"dichotomous\",\n        \"dickeybird\",\n        \"gerodontic\",\n        \"grisping\",\n        \"intercooling\",\n        \"interdicting\",\n        \"interlocutrix\",\n        \"phrenologize\",\n        \"winkered\"\n    ],\n    \"bicomita\": [\n        \"besiclometer\"\n    ],\n    \"e wezụga\": [\n        \"besides\"\n    ],\n    \"nọchibidoro\": [\n        \"besieged\"\n    ],\n    \"nọchibido\": [\n        \"besieger\"\n    ],\n    \"ndị nnọchibido\": [\n        \"besiegers\"\n    ],\n    \"ịnọchibido\": [\n        \"besieging\"\n    ],\n    \"nọchisie ike\": [\n        \"besigh\"\n    ],\n    \"na-ebibi\": [\n        \"besilver\",\n        \"demisheath\",\n        \"destroyable\",\n        \"destroying\",\n        \"destroyingly\",\n        \"destroys\",\n        \"destructing\",\n        \"devastatingly\",\n        \"dooming\",\n        \"perditionable\",\n        \"perishingly\",\n        \"reships\",\n        \"ruinating\",\n        \"ruining\",\n        \"ruinously\",\n        \"sunderment\",\n        \"undevastatingly\",\n        \"wrecking\",\n        \"wreckings\"\n    ],\n    \"mbinye aka\": [\n        \"beslabber\",\n        \"signatural\",\n        \"signature\",\n        \"signatured\",\n        \"signetur\"\n    ],\n    \"ịgba ohu\": [\n        \"beslave\",\n        \"sedgier\",\n        \"slaverer\",\n        \"slavery\",\n        \"slavering\"\n    ],\n    \"ohu\": [\n        \"beslaved\",\n        \"bondager\",\n        \"bondholder\",\n        \"bondman\",\n        \"bondsman\",\n        \"ensellure\",\n        \"enserfment\",\n        \"enshelter\",\n        \"ensiferi\",\n        \"ensigning\",\n        \"ensilist\",\n        \"ensilver\",\n        \"enslaver\",\n        \"servitude\",\n        \"serviture\",\n        \"slave\",\n        \"slaved\",\n        \"slavelet\"\n    ],\n    \"hapụ ya\": [\n        \"beslaver\",\n        \"besleeve\",\n        \"forleave\",\n        \"forspent\"\n    ],\n    \"abali\": [\n        \"beslimes\",\n        \"birthnight\",\n        \"nightman\",\n        \"overness\",\n        \"supperless\"\n    ],\n    \"loblọ mmanya\": [\n        \"beslobber\"\n    ],\n    \"kpebisie ike\": [\n        \"besmear\",\n        \"determinacy\",\n        \"determinant\",\n        \"determinately\",\n        \"determinatively\",\n        \"determinedly\",\n        \"deterministically\",\n        \"resolutely\"\n    ],\n    \"kpọgidere\": [\n        \"besmeared\",\n        \"dinged\",\n        \"empaled\",\n        \"fastened\",\n        \"hang\",\n        \"hangman\",\n        \"nailed\",\n        \"rubbernecked\"\n    ],\n    \"itu onu\": [\n        \"besmile\",\n        \"boastful\",\n        \"eulogize\"\n    ],\n    \"okpotokpu\": [\n        \"besmiled\"\n    ],\n    \"nwaabia\": [\n        \"besmircher\"\n    ],\n    \"jikwaa\": [\n        \"besmooth\",\n        \"bogy\",\n        \"conceder\",\n        \"geomance\",\n        \"knavery\",\n        \"manage\",\n        \"manages\",\n        \"manhandled\",\n        \"menages\",\n        \"morgay\",\n        \"overmanage\",\n        \"wield\"\n    ],\n    \"kpokoro\": [\n        \"besmoothed\",\n        \"cerastium\",\n        \"ceratites\",\n        \"ceratitis\",\n        \"embolite\",\n        \"extoll\"\n    ],\n    \"Na-asọ oyi\": [\n        \"besmoothing\",\n        \"replunged\",\n        \"scoundrelish\"\n    ],\n    \"nne\": [\n        \"besmother\",\n        \"contubernal\",\n        \"ewe\",\n        \"maternal\",\n        \"maternally\",\n        \"mither\",\n        \"mithers\",\n        \"mom\",\n        \"momes\",\n        \"momish\",\n        \"momist\",\n        \"momser\",\n        \"momus\",\n        \"mother\",\n        \"mothered\",\n        \"motherhood\",\n        \"motheriness\",\n        \"mothering\",\n        \"motherling\",\n        \"mothers\",\n        \"mothersome\",\n        \"motherward\",\n        \"mum\",\n        \"mummyhood\",\n        \"mums\",\n        \"munt\",\n        \"muntins\",\n        \"nunch\"\n    ],\n    \"jisie ike\": [\n        \"besmottered\",\n        \"blenchingly\",\n        \"boodled\",\n        \"chemicked\",\n        \"consubsist\",\n        \"corporealize\",\n        \"cumbering\",\n        \"embolden\",\n        \"englishize\",\n        \"engreaten\",\n        \"forbear\",\n        \"gaged\",\n        \"gallanted\",\n        \"gallantly\",\n        \"gandering\",\n        \"ganders\",\n        \"geomant\",\n        \"glebe\",\n        \"gratify\",\n        \"grugous\",\n        \"yeply\",\n        \"keenest\",\n        \"keenly\",\n        \"lapsed\",\n        \"malleableize\",\n        \"malleablize\",\n        \"malleablized\",\n        \"mammonish\",\n        \"menage\",\n        \"merrily\",\n        \"moilsome\",\n        \"mollescence\",\n        \"nodated\",\n        \"nodical\",\n        \"nodulous\",\n        \"overbragged\",\n        \"overeate\",\n        \"overmanaged\",\n        \"perse\",\n        \"perseite\",\n        \"perseverate\",\n        \"persevere\",\n        \"plenishing\",\n        \"resatisfy\",\n        \"restain\",\n        \"sashayed\",\n        \"satellited\",\n        \"superindependently\",\n        \"superlain\",\n        \"superrheumatized\",\n        \"tights\",\n        \"tiltup\",\n        \"wieldy\"\n    ],\n    \"Na-agbagha\": [\n        \"besmudging\",\n        \"buggering\",\n        \"confabbing\",\n        \"correllated\",\n        \"defibrillating\",\n        \"frisking\",\n        \"interfusing\",\n        \"rebuffing\",\n        \"stratifies\",\n        \"strifemaking\",\n        \"subversed\",\n        \"thrifts\",\n        \"tumefying\"\n    ],\n    \"na-agbagbu\": [\n        \"besmutting\",\n        \"debruising\",\n        \"decrypting\",\n        \"extirpating\",\n        \"oppilating\",\n        \"rescinding\",\n        \"strangulating\",\n        \"writhing\",\n        \"writhingly\"\n    ],\n    \"ọnye\": [\n        \"besnare\",\n        \"entremess\",\n        \"whoops\"\n    ],\n    \"ekpudo\": [\n        \"besneer\"\n    ],\n    \"na-amagharị\": [\n        \"besnowing\",\n        \"drifting\",\n        \"flustrating\",\n        \"quivering\",\n        \"roriferous\",\n        \"wallowing\"\n    ],\n    \"rịọ arịrịọ\": [\n        \"besoothement\"\n    ],\n    \"kpọọ ihe\": [\n        \"besoothing\",\n        \"ensphered\"\n    ],\n    \"ibot\": [\n        \"besot\"\n    ],\n    \"bọs\": [\n        \"besots\",\n        \"bus\",\n        \"buss\",\n        \"minibuses\"\n    ],\n    \"Na-achọ\": [\n        \"besotting\",\n        \"enwombing\",\n        \"estreated\",\n        \"pregolfing\",\n        \"prerefusing\",\n        \"prereversing\",\n        \"wilning\"\n    ],\n    \"nkeya\": [\n        \"bespangled\"\n    ],\n    \"mborie\": [\n        \"bespawl\"\n    ],\n    \"kwue okwu\": [\n        \"bespeak\",\n        \"eloign\",\n        \"eloined\",\n        \"flatterable\",\n        \"intercharged\",\n        \"outspeak\",\n        \"precreate\",\n        \"vertible\"\n    ],\n    \"ekwuru okwu\": [\n        \"bespeakable\",\n        \"eruditional\",\n        \"eudipleural\",\n        \"mentionable\",\n        \"peroratorical\",\n        \"profanchise\",\n        \"understruck\",\n        \"ustorious\"\n    ],\n    \"bespeck\": [\n        \"bespeckled\"\n    ],\n    \"Ndabueze\": [\n        \"bespecklement\"\n    ],\n    \"ọwụwa anyanwụ\": [\n        \"bespectacled\",\n        \"east\",\n        \"eastabout\",\n        \"eastbound\",\n        \"easted\",\n        \"easterly\",\n        \"easterners\",\n        \"easternism\",\n        \"easternly\",\n        \"easters\",\n        \"eastings\",\n        \"eastlake\",\n        \"eastland\",\n        \"eastlander\",\n        \"eastlin\",\n        \"eastling\",\n        \"eastlings\",\n        \"eastlins\",\n        \"eastness\",\n        \"noneastern\",\n        \"westphalian\"\n    ],\n    \"Nkwupụta Okwu\": [\n        \"bespeech\",\n        \"dissentaneousness\",\n        \"quotidianness\"\n    ],\n    \"kwụnye\": [\n        \"bespend\"\n    ],\n    \"ekwadoro\": [\n        \"bespotted\"\n    ],\n    \"na-akụda\": [\n        \"bespotting\",\n        \"blunting\",\n        \"bumping\",\n        \"crashing\",\n        \"crashingly\",\n        \"crashworthy\",\n        \"crumping\",\n        \"crumpling\",\n        \"daunting\",\n        \"decarbonating\",\n        \"depolishing\",\n        \"deprecating\",\n        \"deprecatingly\",\n        \"dimpling\",\n        \"disappointing\",\n        \"drooping\",\n        \"fellmongering\",\n        \"frustrates\",\n        \"frustratingly\",\n        \"lulling\",\n        \"overfalling\",\n        \"pargeting\",\n        \"plights\",\n        \"plummeting\",\n        \"plumpening\",\n        \"plumps\",\n        \"repressing\",\n        \"shroffing\",\n        \"shunters\",\n        \"shunting\",\n        \"slopping\",\n        \"snashes\",\n        \"understrapping\"\n    ],\n    \"ibunye\": [\n        \"bespread\",\n        \"compresent\",\n        \"embubble\",\n        \"ensnow\",\n        \"imputer\",\n        \"praepositure\",\n        \"umload\",\n        \"unbribing\",\n        \"unshelve\"\n    ],\n    \"Na-agbasa\": [\n        \"bespreading\",\n        \"disserves\",\n        \"fulcruming\",\n        \"sprawlingly\",\n        \"strew\",\n        \"swotting\",\n        \"tidemaking\"\n    ],\n    \"mbupute\": [\n        \"bespreads\",\n        \"besputter\",\n        \"disbloom\",\n        \"disembarkment\",\n        \"disjudication\",\n        \"preexecuted\",\n        \"preexhibit\",\n        \"reexportation\",\n        \"unbudding\",\n        \"unprint\"\n    ],\n    \"kwoe\": [\n        \"besprinkle\"\n    ],\n    \"ọpụrinkụ\": [\n        \"besprinkled\"\n    ],\n    \"Besselian\": [\n        \"besselian\"\n    ],\n    \"bessemerising\": [\n        \"bessemerizing\"\n    ],\n    \"bessie\": [\n        \"besses\",\n        \"bessi\",\n        \"bessy\"\n    ],\n    \"ide nri\": [\n        \"bestad\"\n    ],\n    \"duziri\": [\n        \"bestayed\",\n        \"conducted\",\n        \"misitemized\",\n        \"mismeasured\",\n        \"misraised\"\n    ],\n    \"ibute\": [\n        \"bestain\"\n    ],\n    \"Kachasị mma\": [\n        \"bestamp\"\n    ],\n    \"ihe kacha mma\": [\n        \"bestatued\",\n        \"bestialise\",\n        \"bestialities\",\n        \"bestir\",\n        \"bestrews\",\n        \"bestride\",\n        \"bestrides\",\n        \"bestriding\",\n        \"bettergates\",\n        \"boniest\",\n        \"faciest\",\n        \"greeniest\",\n        \"mestizas\",\n        \"nookiest\",\n        \"palliest\",\n        \"plushiest\",\n        \"toniest\",\n        \"toriest\"\n    ],\n    \"nọchiri ya\": [\n        \"besteaded\"\n    ],\n    \"juo\": [\n        \"besteal\",\n        \"bisporous\",\n        \"coost\",\n        \"frondose\",\n        \"inquest\",\n        \"inquinate\",\n        \"marmorated\",\n        \"repudiate\",\n        \"surrebound\"\n    ],\n    \"dụrụ ala\": [\n        \"bester\"\n    ],\n    \"ihe kasị mma\": [\n        \"bestialised\",\n        \"bestialising\",\n        \"besticking\",\n        \"cooniest\"\n    ],\n    \"onye kacha mma\": [\n        \"bestialist\",\n        \"bestiarist\",\n        \"glumpiest\"\n    ],\n    \"bestiesti\": [\n        \"bestialize\"\n    ],\n    \"nke kacha mma\": [\n        \"bestially\",\n        \"bestiary\",\n        \"bestrided\",\n        \"bests\",\n        \"preferral\",\n        \"spottiest\",\n        \"superattainable\",\n        \"thoroughest\",\n        \"troutiest\"\n    ],\n    \"onye na-enye anụ nri\": [\n        \"bestiarian\"\n    ],\n    \"na-enye ihe\": [\n        \"besting\",\n        \"delivering\",\n        \"furnishing\",\n        \"infuses\",\n        \"lactifying\",\n        \"molestful\",\n        \"offaling\"\n    ],\n    \"ndị kacha mma\": [\n        \"bestirs\"\n    ],\n    \"ezi ihe\": [\n        \"bestore\",\n        \"bonete\",\n        \"bourses\",\n        \"caudal\",\n        \"gooding\",\n        \"jussion\"\n    ],\n    \"Chidiebere\": [\n        \"bestraddled\",\n        \"bld\",\n        \"chandelled\",\n        \"saldid\"\n    ],\n    \"wepụta\": [\n        \"bestrew\",\n        \"disbend\",\n        \"dispone\",\n        \"forthbrought\",\n        \"harvey\",\n        \"putout\",\n        \"relend\",\n        \"relevate\",\n        \"subtend\"\n    ],\n    \"izi ozi\": [\n        \"bestrewing\",\n        \"messaging\"\n    ],\n    \"ikwere ihe\": [\n        \"bestrewment\"\n    ],\n    \"Omeka\": [\n        \"bestrow\"\n    ],\n    \"Udo Oka\": [\n        \"bestrowed\",\n        \"underrealising\"\n    ],\n    \"Isi\": [\n        \"bestrows\",\n        \"grs\",\n        \"major\"\n    ],\n    \"kacha ere\": [\n        \"bestseller\",\n        \"bestselling\"\n    ],\n    \"Edemede kacha mma\": [\n        \"bestsellerdom\"\n    ],\n    \"ndị kacha ere ahịa\": [\n        \"bestsellers\"\n    ],\n    \"ekwurubeke\": [\n        \"bestudded\"\n    ],\n    \"juputara\": [\n        \"beswarmed\",\n        \"enfettered\",\n        \"enrough\",\n        \"entrough\",\n        \"flourishingly\",\n        \"fraught\",\n        \"fulled\",\n        \"overpleased\",\n        \"overroughly\",\n        \"permeated\",\n        \"spleenful\",\n        \"thoroughly\",\n        \"throroughly\",\n        \"throughly\",\n        \"vastily\"\n    ],\n    \"ebem\": [\n        \"beswarms\",\n        \"descamisados\",\n        \"desulphuret\",\n        \"deunam\"\n    ],\n    \"@IGIHE\": [\n        \"besweeten\"\n    ],\n    \"agbajie\": [\n        \"beswelter\"\n    ],\n    \"Iberibe\": [\n        \"beswink\",\n        \"fermillet\"\n    ],\n    \"nzọ\": [\n        \"bet\",\n        \"betes\"\n    ],\n    \"ịkụ nzọ\": [\n        \"betake\",\n        \"betaking\",\n        \"beteach\",\n        \"bethanking\",\n        \"bethanks\",\n        \"bethorning\",\n        \"bethump\",\n        \"bethumping\",\n        \"bethumps\",\n        \"betiding\",\n        \"betrap\",\n        \"betread\",\n        \"betting\",\n        \"ticktocking\"\n    ],\n    \"na-akụ nzọ\": [\n        \"betakes\"\n    ],\n    \"nzọ mmụọ ozi\": [\n        \"betangle\"\n    ],\n    \"betas\": [\n        \"betask\"\n    ],\n    \"Ntinye\": [\n        \"betatron\",\n        \"contributive\",\n        \"extrados\",\n        \"extradoses\",\n        \"extrovert\",\n        \"extroverts\",\n        \"fewterer\",\n        \"incrossing\",\n        \"inflowering\",\n        \"interrunning\",\n        \"intrudes\",\n        \"minuets\",\n        \"ovipositing\",\n        \"penetrations\",\n        \"permutationist\",\n        \"permutationists\",\n        \"permutations\",\n        \"submittal\",\n        \"subsampling\",\n        \"supputation\",\n        \"tln\"\n    ],\n    \"atlọ oriri na ọatụ .ụ\": [\n        \"betatrons\"\n    ],\n    \"bet\": [\n        \"beth\",\n        \"betted\"\n    ],\n    \"zọchaa\": [\n        \"bethank\",\n        \"salivate\",\n        \"treaded\",\n        \"trotted\"\n    ],\n    \"bethanyere\": [\n        \"bethanked\"\n    ],\n    \"bethel\": [\n        \"bethels\"\n    ],\n    \"bethesda\": [\n        \"bethesdas\"\n    ],\n    \"ifuru ifuru\": [\n        \"bethflower\",\n        \"ivyflower\",\n        \"whorlflower\"\n    ],\n    \"tụgharịa uche\": [\n        \"bethink\",\n        \"deconsider\",\n        \"dubitate\",\n        \"medalize\",\n        \"meditate\",\n        \"reinterest\"\n    ],\n    \"na-ebu amụma\": [\n        \"bethinking\",\n        \"forearming\",\n        \"forefending\",\n        \"forejudging\",\n        \"foreking\",\n        \"forereaching\",\n        \"forereading\",\n        \"foresaying\",\n        \"foresound\",\n        \"forespeaking\",\n        \"foretalking\",\n        \"foretasting\",\n        \"foreteeth\",\n        \"foretelling\",\n        \"foretells\",\n        \"predeny\",\n        \"predenying\",\n        \"predicably\",\n        \"predicates\",\n        \"predicating\",\n        \"predictably\",\n        \"predicts\",\n        \"predining\",\n        \"predisagreeing\",\n        \"predisastrous\",\n        \"predisastrously\",\n        \"predischarging\",\n        \"predisciplining\",\n        \"predispose\",\n        \"predisposes\",\n        \"predisposing\",\n        \"predriving\",\n        \"preexamining\",\n        \"preexplanatory\",\n        \"preexposes\",\n        \"preexposing\",\n        \"presuggestive\",\n        \"prophesies\",\n        \"prophesying\",\n        \"protelytropterous\"\n    ],\n    \"Betlehem\": [\n        \"bethlehem\"\n    ],\n    \"Bet-lehem\": [\n        \"bethlehemite\"\n    ],\n    \"nyefee\": [\n        \"bethreaten\",\n        \"commissure\",\n        \"confederator\",\n        \"dedicate\",\n        \"devotee\",\n        \"lenify\",\n        \"oversubscribed\",\n        \"predeliver\",\n        \"predrawn\",\n        \"presurrender\",\n        \"subcommit\",\n        \"surrejoinder\",\n        \"transferable\",\n        \"transferably\",\n        \"transferase\",\n        \"transferrable\"\n    ],\n    \"Bethroot\": [\n        \"bethroot\"\n    ],\n    \"zọrọ\": [\n        \"betided\",\n        \"dodded\",\n        \"doddered\",\n        \"dodgasted\",\n        \"dodged\",\n        \"stultified\",\n        \"thacked\",\n        \"tickseeded\"\n    ],\n    \"betipip\": [\n        \"betipple\"\n    ],\n    \"rizie\": [\n        \"betire\"\n    ],\n    \"tosin\": [\n        \"betocsin\",\n        \"tocsin\",\n        \"tocsins\"\n    ],\n    \"betiyan\": [\n        \"betoya\",\n        \"betoyan\"\n    ],\n    \"ikwusa ozi ọma\": [\n        \"betokening\",\n        \"evangelicalness\",\n        \"evangelicism\",\n        \"herald\",\n        \"heraldess\",\n        \"missionarize\",\n        \"missioning\",\n        \"newsmongering\",\n        \"nonpreaching\",\n        \"outpraying\",\n        \"outpreach\",\n        \"overpreach\",\n        \"philatelism\",\n        \"preacherdom\",\n        \"preacherize\",\n        \"preacherless\",\n        \"preacherling\",\n        \"preachership\",\n        \"preachy\",\n        \"preachment\",\n        \"preachments\",\n        \"preadhering\",\n        \"preteach\",\n        \"preteaching\",\n        \"procondemnation\",\n        \"proselyting\",\n        \"proselytising\",\n        \"proselytize\",\n        \"proselytizing\",\n        \"sermonise\",\n        \"sermonising\",\n        \"sermonize\",\n        \"sermonizing\",\n        \"unpreach\",\n        \"unpreaching\"\n    ],\n    \"nnyeghachi\": [\n        \"betokenment\",\n        \"readmission\",\n        \"recommitment\",\n        \"reinvoice\",\n        \"remittancer\",\n        \"remittency\",\n        \"remittent\",\n        \"remittently\",\n        \"repermission\",\n        \"repossessions\",\n        \"resubmissions\",\n        \"retransmission\"\n    ],\n    \"onkọlọtọ\": [\n        \"betongue\"\n    ],\n    \"Betonica\": [\n        \"betonica\"\n    ],\n    \"Betorcin\": [\n        \"betorcin\"\n    ],\n    \"Betorcinol\": [\n        \"betorcinol\"\n    ],\n    \"a mụrụ\": [\n        \"betorn\",\n        \"calved\",\n        \"tutted\"\n    ],\n    \"ndị aghụghọ\": [\n        \"betrayals\",\n        \"charlatans\",\n        \"chelators\",\n        \"cunners\",\n        \"decemvirs\",\n        \"deluders\",\n        \"lurers\",\n        \"snitchers\",\n        \"swindlers\",\n        \"tacticians\",\n        \"tattlers\",\n        \"tricksters\",\n        \"trundlers\",\n        \"tuckers\",\n        \"tuckets\",\n        \"vizors\"\n    ],\n    \"raara nye\": [\n        \"betrayed\"\n    ],\n    \"onye ga-arara ya nye\": [\n        \"betrayer\"\n    ],\n    \"ndị na-arara mmadụ nye\": [\n        \"betrayers\"\n    ],\n    \"na-arara aka nye\": [\n        \"betraying\"\n    ],\n    \"edida nnọ\": [\n        \"betrayment\"\n    ],\n    \"ekwurekwu\": [\n        \"betrothing\",\n        \"flatterous\",\n        \"lespedeza\",\n        \"loellingite\",\n        \"philhippic\"\n    ],\n    \"nzo\": [\n        \"bets\"\n    ],\n    \"ynye\": [\n        \"betsy\"\n    ],\n    \"lọ\": [\n        \"bettas\",\n        \"bettong\",\n        \"castellanship\",\n        \"castellum\",\n        \"debitrix\",\n        \"ditokous\",\n        \"ditrochee\",\n        \"ditrochous\",\n        \"flusters\",\n        \"smerks\"\n    ],\n    \"ama mma\": [\n        \"bettered\",\n        \"decorously\",\n        \"decretorily\"\n    ],\n    \"ekwetina\": [\n        \"bettina\"\n    ],\n    \"Bettongia\": [\n        \"bettongia\"\n    ],\n    \"kwesịrị ntụkwasị obi\": [\n        \"betulaceous\",\n        \"compendious\",\n        \"faithful\",\n        \"faithfully\",\n        \"faithfuls\",\n        \"faithworthy\",\n        \"trustworthiest\",\n        \"trustworthily\",\n        \"trustworthiness\"\n    ],\n    \"andikpeme\": [\n        \"betutor\"\n    ],\n    \"n'etiti ụbụrụ\": [\n        \"betweenbrain\"\n    ],\n    \"etiti\": [\n        \"betweenity\",\n        \"cental\",\n        \"center\",\n        \"centerable\",\n        \"centeredness\",\n        \"centerless\",\n        \"centerline\",\n        \"centerpieces\",\n        \"centgener\",\n        \"centiares\",\n        \"centiles\",\n        \"centner\",\n        \"centners\",\n        \"centos\",\n        \"central\",\n        \"centralised\",\n        \"centralising\",\n        \"centralism\",\n        \"centralistic\",\n        \"centrality\",\n        \"centralities\",\n        \"centralized\",\n        \"centralizing\",\n        \"centrally\",\n        \"centralness\",\n        \"centrals\",\n        \"centre\",\n        \"centreboard\",\n        \"centrist\",\n        \"centrists\",\n        \"centro\",\n        \"centrode\",\n        \"centroid\",\n        \"fram\",\n        \"frame\",\n        \"framea\",\n        \"intercadent\",\n        \"intercensal\",\n        \"intercentra\",\n        \"intercentral\",\n        \"intercentrum\",\n        \"intercross\",\n        \"intercur\",\n        \"intercurl\",\n        \"interdistrict\",\n        \"interfiles\",\n        \"interfirm\",\n        \"interframe\",\n        \"interlunar\",\n        \"intermason\",\n        \"intermean\",\n        \"intermedial\",\n        \"intermediates\",\n        \"intermediating\",\n        \"intermedius\",\n        \"intermenstruum\",\n        \"intermural\",\n        \"interplanetary\",\n        \"interpoint\",\n        \"interties\",\n        \"intervalic\",\n        \"intervaling\",\n        \"intervalley\",\n        \"intervalvular\",\n        \"median\",\n        \"medianic\",\n        \"medianimity\",\n        \"medianity\",\n        \"medianly\",\n        \"medians\",\n        \"mediants\",\n        \"medioanterior\",\n        \"mediolateral\",\n        \"midairs\",\n        \"middle\",\n        \"middled\",\n        \"midlands\",\n        \"midriffs\",\n        \"midstories\",\n        \"noncentral\",\n        \"uncenter\"\n    ],\n    \"agbata\": [\n        \"betweenwhiles\",\n        \"intermediateness\",\n        \"intermedium\"\n    ],\n    \"Ebube\": [\n        \"beudantite\",\n        \"cryogenic\",\n        \"cupronickel\",\n        \"davenport\",\n        \"ebriously\",\n        \"fantaddish\",\n        \"lauderdale\",\n        \"lavatera\",\n        \"pezizaceous\",\n        \"plimsolls\",\n        \"scrutability\",\n        \"thistlebird\",\n        \"thistlewarp\"\n    ],\n    \"Beulah\": [\n        \"beulah\"\n    ],\n    \"gbuela aka\": [\n        \"beuncled\"\n    ],\n    \"dịrị\": [\n        \"beurre\",\n        \"existed\",\n        \"salify\",\n        \"sallowish\",\n        \"swound\",\n        \"thereamongst\",\n        \"uniat\"\n    ],\n    \"na-ekpori ndụ\": [\n        \"bevaring\",\n        \"enjoying\",\n        \"enjoyingly\",\n        \"entertainingly\",\n        \"funning\"\n    ],\n    \"ndị biya\": [\n        \"bevelers\"\n    ],\n    \"ihe anwansi\": [\n        \"beveller\",\n        \"spellbinds\"\n    ],\n    \"bevel\": [\n        \"bevels\"\n    ],\n    \"ihe ọụ .ụ\": [\n        \"beverage\",\n        \"desorbs\",\n        \"judaizer\",\n        \"leafier\"\n    ],\n    \"ihe ọgesụ beụ na-aba n'anya\": [\n        \"beverages\"\n    ],\n    \"Emegharịrị\": [\n        \"bevesselled\",\n        \"deflated\",\n        \"deflexed\",\n        \"redefined\"\n    ],\n    \"a na-akọ\": [\n        \"bevoiled\"\n    ],\n    \"Bido\": [\n        \"bevor\"\n    ],\n    \"ghota\": [\n        \"bevvy\",\n        \"counterstand\",\n        \"grasp\",\n        \"hine\",\n        \"pick\",\n        \"pickedness\",\n        \"picksome\",\n        \"pluck\",\n        \"pluckage\",\n        \"pluckier\",\n        \"reckon\",\n        \"remisunderstand\",\n        \"rostrate\"\n    ],\n    \"kwara ákwá\": [\n        \"bewail\",\n        \"bewailed\",\n        \"howled\",\n        \"unlamented\",\n        \"wailed\",\n        \"wails\",\n        \"waled\",\n        \"weeped\",\n        \"wept\"\n    ],\n    \"ndị na-eti mkpu\": [\n        \"bewailers\"\n    ],\n    \"iti mkpu arịrị\": [\n        \"bewailment\"\n    ],\n    \"kwaa ákwá\": [\n        \"bewails\",\n        \"lamenting\",\n        \"moan\",\n        \"weep\",\n        \"weepable\",\n        \"weepy\",\n        \"weepier\",\n        \"weeply\"\n    ],\n    \"bewee\": [\n        \"bewake\"\n    ],\n    \"bụrụ mmiri\": [\n        \"bewaste\"\n    ],\n    \"beweip\": [\n        \"beweep\"\n    ],\n    \"beweepi\": [\n        \"beweeper\"\n    ],\n    \"na-ebe ákwá\": [\n        \"beweeping\",\n        \"bewrapping\",\n        \"chirping\",\n        \"chirruping\",\n        \"crying\",\n        \"sobbing\",\n        \"weepingly\",\n        \"weeps\",\n        \"whining\",\n        \"whiningly\",\n        \"whizzingly\"\n    ],\n    \"iri na abuo\": [\n        \"bewelter\",\n        \"dozen\",\n        \"dozener\",\n        \"twelfths\",\n        \"twelvemo\"\n    ],\n    \"bewe akwa\": [\n        \"bewept\"\n    ],\n    \"ọdịda anyanwụ\": [\n        \"bewest\",\n        \"westered\",\n        \"westings\",\n        \"westlan\",\n        \"westland\",\n        \"westlander\",\n        \"westlin\",\n        \"westlings\",\n        \"westminster\"\n    ],\n    \"whdị ọcha\": [\n        \"bewhite\"\n    ],\n    \"imeju\": [\n        \"bewhore\",\n        \"liverberry\",\n        \"liverberries\",\n        \"liverhearted\",\n        \"livering\",\n        \"liverish\",\n        \"liverleaf\",\n        \"liverleaves\",\n        \"liverpool\",\n        \"livers\",\n        \"liverwort\",\n        \"liverworts\"\n    ],\n    \"nnuku\": [\n        \"bewidow\",\n        \"bolshevized\",\n        \"copolymeric\",\n        \"copolymerism\",\n        \"copolymerizations\",\n        \"droiturel\",\n        \"girouettism\",\n        \"gleby\",\n        \"grandisonianism\",\n        \"holewort\",\n        \"magnascopic\",\n        \"magnetohydrodynamic\",\n        \"pitchpole\",\n        \"subspinose\",\n        \"supersensitise\"\n    ],\n    \"mgbagwoju anya\": [\n        \"bewilderedly\",\n        \"bewilderedness\",\n        \"bewilderment\",\n        \"complex\",\n        \"complexation\",\n        \"complexest\",\n        \"complexification\",\n        \"complexing\",\n        \"complexionally\",\n        \"complexions\",\n        \"complexity\",\n        \"complexities\",\n        \"complexively\",\n        \"complexly\",\n        \"complexness\",\n        \"complexometry\",\n        \"complexus\",\n        \"complicatedly\",\n        \"complicatedness\",\n        \"complicating\",\n        \"complication\",\n        \"complicative\",\n        \"complices\",\n        \"complicities\",\n        \"complicitous\",\n        \"conflexure\",\n        \"confound\",\n        \"confoundment\",\n        \"confrication\",\n        \"confused\",\n        \"confusedly\",\n        \"confusedness\",\n        \"confusing\",\n        \"confusion\",\n        \"confusional\",\n        \"confusions\",\n        \"confusticate\",\n        \"confustication\",\n        \"consternation\",\n        \"contortedness\",\n        \"contusioned\",\n        \"contusions\",\n        \"convalesced\",\n        \"districted\",\n        \"interpleural\",\n        \"intricable\",\n        \"intricacy\",\n        \"intricacies\",\n        \"intricate\",\n        \"intricately\",\n        \"intrication\",\n        \"misprisal\",\n        \"misprised\",\n        \"misprision\",\n        \"misprisions\",\n        \"paradoxal\",\n        \"paradoxial\",\n        \"paradoxic\",\n        \"paradoxicality\",\n        \"perplex\",\n        \"perplexedness\",\n        \"perplexity\",\n        \"perplexities\",\n        \"pulex\",\n        \"puzzling\",\n        \"puzzlingness\",\n        \"supercomplexity\",\n        \"uncomplex\",\n        \"uncomplexly\",\n        \"uncomplexness\",\n        \"uncomplicated\",\n        \"uncomplicatedness\",\n        \"uncomplimented\",\n        \"uncomprised\",\n        \"uncomprising\"\n    ],\n    \"na-agbagwoju anya\": [\n        \"bewildering\",\n        \"perlingual\",\n        \"puzzledly\",\n        \"puzzlingly\"\n    ],\n    \"ime anwansi\": [\n        \"bewitch\",\n        \"maggy\",\n        \"maggoty\",\n        \"magianism\",\n        \"magicalize\",\n        \"magicianship\",\n        \"magicked\"\n    ],\n    \"amoosu\": [\n        \"bewitched\",\n        \"bewitchedness\",\n        \"bewitchery\",\n        \"bewitches\",\n        \"bewitchful\",\n        \"bewitchingness\",\n        \"bewitchment\",\n        \"bewitchments\",\n        \"gnosticity\",\n        \"sitch\",\n        \"witch\",\n        \"witchbells\",\n        \"witchbroom\",\n        \"witchcraft\",\n        \"witched\",\n        \"witchedly\",\n        \"witchen\",\n        \"witcher\",\n        \"witchery\",\n        \"witcheries\",\n        \"witchering\",\n        \"witches\",\n        \"witchet\",\n        \"witchetty\",\n        \"witchgrass\",\n        \"witchhood\",\n        \"witchy\",\n        \"witchier\",\n        \"witching\",\n        \"witchings\",\n        \"witchleaf\",\n        \"witchlike\",\n        \"witchman\",\n        \"witchmonger\",\n        \"witchweed\",\n        \"witchwife\",\n        \"witchwood\",\n        \"witchwork\",\n        \"witcraft\",\n        \"withercraft\",\n        \"witlet\",\n        \"witship\",\n        \"wittiness\",\n        \"wittols\"\n    ],\n    \"onye anwansi\": [\n        \"bewitcher\",\n        \"enchanters\",\n        \"enchantress\",\n        \"magian\",\n        \"magician\"\n    ],\n    \"na-agba afa\": [\n        \"bewitching\",\n        \"diviningly\",\n        \"divvying\"\n    ],\n    \"okwo\": [\n        \"beworms\",\n        \"beworrying\",\n        \"bistred\",\n        \"bonged\",\n        \"deluster\",\n        \"gonged\",\n        \"gore\",\n        \"gorged\",\n        \"goriness\",\n        \"gorling\",\n        \"howder\",\n        \"husk\",\n        \"intermeddler\",\n        \"pollened\",\n        \"postnatal\",\n        \"snicked\",\n        \"snork\",\n        \"whirl\",\n        \"whishted\"\n    ],\n    \"bụrụ onye ihere\": [\n        \"bewrayed\"\n    ],\n    \"ndị na-egbu mmụọ\": [\n        \"bewrayers\"\n    ],\n    \"bewri\": [\n        \"bewry\"\n    ],\n    \"Besaleel\": [\n        \"bezaleel\"\n    ],\n    \"Bezaleelian\": [\n        \"bezaleelian\"\n    ],\n    \"Bezante\": [\n        \"bezante\"\n    ],\n    \"bezel\": [\n        \"bezil\",\n        \"bezzle\"\n    ],\n    \"Egwu\": [\n        \"bezique\",\n        \"beziques\",\n        \"bullroarer\",\n        \"cheirography\",\n        \"dirndls\",\n        \"dreadfully\",\n        \"dreadfulness\",\n        \"dreads\",\n        \"droyl\",\n        \"edmund\",\n        \"epideistic\",\n        \"epirogeny\",\n        \"evans\",\n        \"flunks\",\n        \"frights\",\n        \"ominousness\",\n        \"pyrrols\",\n        \"plaidman\",\n        \"scarecrows\",\n        \"sciomachy\",\n        \"scions\",\n        \"scirrosity\",\n        \"scrunty\",\n        \"venatical\",\n        \"wrights\",\n        \"zelotic\"\n    ],\n    \"bezoar dic\": [\n        \"bezoardic\"\n    ],\n    \"Bezonian\": [\n        \"bezonian\"\n    ],\n    \"gbara gburugburu\": [\n        \"bezzled\",\n        \"birled\",\n        \"cycled\",\n        \"circuited\",\n        \"circumambulated\",\n        \"circummured\",\n        \"circumplect\",\n        \"circumrotated\",\n        \"circumvolved\",\n        \"cirrated\",\n        \"cirriped\",\n        \"coastings\",\n        \"encircled\",\n        \"encircler\",\n        \"encircling\",\n        \"environed\",\n        \"gasted\",\n        \"neighboured\",\n        \"permixed\",\n        \"rotated\",\n        \"rotge\",\n        \"roture\",\n        \"swird\",\n        \"swirl\",\n        \"swirled\",\n        \"windled\"\n    ],\n    \"bhakta\": [\n        \"bhaktas\"\n    ],\n    \"Ikwerre\": [\n        \"bhandar\",\n        \"bordellos\",\n        \"bordereaux\",\n        \"bordman\",\n        \"bowermay\",\n        \"comitadji\",\n        \"devanagari\",\n        \"domdaniel\",\n        \"engr\",\n        \"entellus\",\n        \"ferroalloy\",\n        \"fiddlebow\",\n        \"fiddleneck\",\n        \"frederica\",\n        \"knorria\",\n        \"likewalk\",\n        \"lucigen\",\n        \"lupeose\",\n        \"parde\",\n        \"perwitsky\",\n        \"plebeianise\",\n        \"plebeianize\",\n        \"provostal\",\n        \"quitantie\",\n        \"sadiron\",\n        \"stellifying\",\n        \"thaddeus\",\n        \"tittuppy\",\n        \"zaddik\"\n    ],\n    \"bahara\": [\n        \"bhara\"\n    ],\n    \"bha\": [\n        \"bhat\"\n    ],\n    \"bhisi\": [\n        \"bhisties\"\n    ],\n    \"gbawara\": [\n        \"bhunder\",\n        \"blast\",\n        \"blasted\",\n        \"blastematic\",\n        \"blasthole\",\n        \"blasties\",\n        \"blastman\",\n        \"blastocyst\",\n        \"blastocoel\",\n        \"blastodisc\",\n        \"blastoff\",\n        \"blastoffs\",\n        \"blastomas\",\n        \"blastomere\",\n        \"blastophaga\",\n        \"blastophore\",\n        \"blastoporal\",\n        \"blastopore\",\n        \"blastoporic\",\n        \"blastosphere\",\n        \"blastplate\",\n        \"blastula\",\n        \"blastulae\",\n        \"blastulas\",\n        \"blastule\",\n        \"blowzed\",\n        \"breakfasted\",\n        \"breakwind\",\n        \"buoyed\",\n        \"buplever\",\n        \"bursted\",\n        \"burster\",\n        \"burstone\",\n        \"bursts\",\n        \"claspt\",\n        \"cleft\",\n        \"clefted\",\n        \"crackbrained\",\n        \"cracked\",\n        \"crackedness\",\n        \"cracking\",\n        \"crackup\",\n        \"craking\",\n        \"crapped\",\n        \"cutaway\",\n        \"damascened\",\n        \"damasked\",\n        \"detonates\",\n        \"disploded\",\n        \"eructed\",\n        \"eructs\",\n        \"erupt\",\n        \"erupted\",\n        \"eruptible\",\n        \"eruptional\",\n        \"erupts\",\n        \"explodable\",\n        \"explode\",\n        \"exploded\",\n        \"explodent\",\n        \"flocced\",\n        \"flossed\",\n        \"floundered\",\n        \"flowk\",\n        \"fluttered\",\n        \"haplont\",\n        \"melursus\",\n        \"poppied\",\n        \"preexploded\",\n        \"rifting\",\n        \"riped\",\n        \"rupturing\",\n        \"shatterbrained\",\n        \"shattered\",\n        \"shatterpated\",\n        \"skied\",\n        \"slit\",\n        \"slitted\",\n        \"slitwing\",\n        \"smatters\",\n        \"smurtle\",\n        \"splinterd\",\n        \"splintered\",\n        \"splintery\",\n        \"splinterize\",\n        \"splitfruit\",\n        \"splitnew\",\n        \"splitnut\",\n        \"splitsaw\",\n        \"splitted\",\n        \"splitten\",\n        \"spurts\",\n        \"strewed\",\n        \"strewn\",\n        \"striated\",\n        \"wambled\",\n        \"warted\"\n    ],\n    \"site na\": [\n        \"by\",\n        \"byp\",\n        \"byspell\",\n        \"courtby\",\n        \"crom\",\n        \"frim\",\n        \"from\",\n        \"generates\",\n        \"phosphonuclease\",\n        \"throu\",\n        \"through\",\n        \"upby\",\n        \"via\",\n        \"vialed\"\n    ],\n    \"echiche ọjọọ\": [\n        \"bias\",\n        \"biases\",\n        \"biasness\",\n        \"biasnesses\",\n        \"biasses\"\n    ],\n    \"asari\": [\n        \"biased\"\n    ],\n    \"ajọ mbunobi\": [\n        \"biasedly\",\n        \"prejudge\",\n        \"prejudgement\",\n        \"prejudger\",\n        \"prejudges\",\n        \"prejudgment\",\n        \"prejudgments\",\n        \"prejudication\",\n        \"prejudicator\",\n        \"prejudice\",\n        \"prejudiced\",\n        \"prejudiceless\",\n        \"prejudiciable\",\n        \"prejudicial\",\n        \"prejudicially\",\n        \"prejudicialness\",\n        \"prejudicing\",\n        \"prejudicious\",\n        \"prejudiciously\"\n    ],\n    \"na-ele mmadụ anya n'ihu\": [\n        \"biasing\",\n        \"readjudication\"\n    ],\n    \"bias\": [\n        \"biassed\",\n        \"biassedly\",\n        \"biassing\"\n    ],\n    \"Diatomik\": [\n        \"biatomic\",\n        \"diatomic\"\n    ],\n    \"biauricular\": [\n        \"biauriculate\"\n    ],\n    \"ọmụmụ\": [\n        \"bibacity\",\n        \"birthdom\",\n        \"birthrights\",\n        \"birthroot\",\n        \"births\",\n        \"classer\",\n        \"classers\",\n        \"classes\",\n        \"courses\",\n        \"fertilely\",\n        \"fertility\",\n        \"fetishism\",\n        \"gestational\",\n        \"outbirth\",\n        \"pedregal\",\n        \"studdies\",\n        \"study\",\n        \"studiedness\",\n        \"studies\",\n        \"studys\"\n    ],\n    \"ndị na-agụ akwụkwọ nsọ\": [\n        \"bibbers\"\n    ],\n    \"agbụrụ\": [\n        \"bibbled\",\n        \"breccial\",\n        \"clansmanship\",\n        \"coracial\",\n        \"esplees\",\n        \"ethion\",\n        \"ethnal\",\n        \"ethnarchy\",\n        \"ethnic\",\n        \"ethnically\",\n        \"ethnicism\",\n        \"ethnicist\",\n        \"ethnicity\",\n        \"ethnicize\",\n        \"ethnicon\",\n        \"ethnics\",\n        \"ethnish\",\n        \"ethnobotany\",\n        \"ethnobotanic\",\n        \"ethnobotanical\",\n        \"ethnocentric\",\n        \"ethnocentrically\",\n        \"ethnocentricity\",\n        \"ethnocracy\",\n        \"ethnodicy\",\n        \"ethnog\",\n        \"ethnogeny\",\n        \"ethnogenic\",\n        \"ethnogenies\",\n        \"ethnographic\",\n        \"ethnographical\",\n        \"ethnographically\",\n        \"ethnographies\",\n        \"ethnohistory\",\n        \"ethnologic\",\n        \"ethnological\",\n        \"ethnologically\",\n        \"ethnomanic\",\n        \"interglacial\",\n        \"interracial\",\n        \"interracialism\",\n        \"interregional\",\n        \"legateships\",\n        \"lored\",\n        \"multiracial\",\n        \"pedigreed\",\n        \"racallable\",\n        \"race\",\n        \"raceabout\",\n        \"racebrood\",\n        \"racehorse\",\n        \"racemase\",\n        \"racemation\",\n        \"raceme\",\n        \"racemes\",\n        \"racemic\",\n        \"racemiferous\",\n        \"racemiform\",\n        \"racemism\",\n        \"racemisms\",\n        \"racemization\",\n        \"racemize\",\n        \"racemized\",\n        \"racemizes\",\n        \"racemoid\",\n        \"racemose\",\n        \"racemosely\",\n        \"racemous\",\n        \"racemously\",\n        \"racemule\",\n        \"racer\",\n        \"races\",\n        \"racial\",\n        \"racialism\",\n        \"racialistic\",\n        \"racialists\",\n        \"raciality\",\n        \"racialization\",\n        \"racialize\",\n        \"racially\",\n        \"racily\",\n        \"racings\",\n        \"racion\",\n        \"raclettes\",\n        \"rances\",\n        \"tribalism\",\n        \"tribelet\",\n        \"tribesfolk\",\n        \"tribeship\",\n        \"tribesmanship\"\n    ],\n    \"na-agụ akwụkwọ\": [\n        \"bibbling\",\n        \"lactating\",\n        \"outlearning\",\n        \"preeducating\"\n    ],\n    \"Bibitory\": [\n        \"bibitory\"\n    ],\n    \"akwụkwọ nsọ\": [\n        \"bibl\",\n        \"biblism\",\n        \"biblists\"\n    ],\n    \"nke Akwụkwọ Nsọ\": [\n        \"biblic\",\n        \"biblical\",\n        \"bibulous\"\n    ],\n    \"nwachị\": [\n        \"bibliogony\",\n        \"cavum\",\n        \"cysted\",\n        \"cistvaen\",\n        \"frenchify\",\n        \"impeachments\"\n    ],\n    \"onye na-ede akwukwo\": [\n        \"bibliographer\",\n        \"bookkeeper\",\n        \"bookmaker\",\n        \"documentarist\",\n        \"paperhanger\",\n        \"papermaker\",\n        \"siderographer\",\n        \"typist\"\n    ],\n    \"ndị na-agụ akwụkwọ\": [\n        \"bibliographers\",\n        \"crocheters\",\n        \"liturgists\",\n        \"studiers\"\n    ],\n    \"akwụkwọ ọgụgụ\": [\n        \"bibliography\",\n        \"bibliographies\",\n        \"novel\",\n        \"novelcraft\",\n        \"novelise\",\n        \"novelism\",\n        \"novelistically\",\n        \"novelle\",\n        \"passbook\",\n        \"passbooks\",\n        \"playbook\",\n        \"playbooks\",\n        \"stylebook\",\n        \"stylebooks\",\n        \"textbooks\",\n        \"wordbook\",\n        \"wordbooks\"\n    ],\n    \"nchịkọta akwụkwọ\": [\n        \"bibliographical\"\n    ],\n    \"akwụkwọ iwu\": [\n        \"bibliolatry\",\n        \"lawbook\"\n    ],\n    \"ntukpokolo\": [\n        \"bibliolatrist\"\n    ],\n    \"usoro ọmụmụ\": [\n        \"bibliology\",\n        \"bibliological\",\n        \"bibliologies\",\n        \"bibliopegistical\",\n        \"bibliotherapeutic\",\n        \"curricula\",\n        \"curriculum\",\n        \"curriculums\",\n        \"dilogical\",\n        \"geneal\",\n        \"genealogy\",\n        \"genealogic\",\n        \"genealogical\",\n        \"genealogically\",\n        \"genealogies\",\n        \"genealogists\",\n        \"genealogizer\",\n        \"genecology\",\n        \"genecologic\",\n        \"genecological\",\n        \"genecologically\",\n        \"iatromathematical\",\n        \"lineage\",\n        \"metamathematics\",\n        \"pedigraic\",\n        \"pedigree\",\n        \"pedodontology\",\n        \"semimathematical\",\n        \"subiculum\"\n    ],\n    \"ọkà mmụta gbasara ọnụọgụgụ\": [\n        \"bibliologist\"\n    ],\n    \"onyenze nwa amadi\": [\n        \"bibliomanist\"\n    ],\n    \"ntukpokobi\": [\n        \"bibliopegist\"\n    ],\n    \"Bibliophage\": [\n        \"bibliophage\"\n    ],\n    \"onyenze nwaanyi\": [\n        \"bibliophagist\",\n        \"galleyworm\",\n        \"hexaplarian\",\n        \"pedophiliac\"\n    ],\n    \"onye na eme ntughari\": [\n        \"bibliopolist\"\n    ],\n    \"ọnụọgụgụ\": [\n        \"bibliotaphe\",\n        \"bicorporal\",\n        \"cysticercosis\",\n        \"coextensiveness\",\n        \"croupiness\",\n        \"delectated\",\n        \"depopulated\",\n        \"depopulation\",\n        \"depopulations\",\n        \"diatoric\",\n        \"digitalization\",\n        \"dilogarithm\",\n        \"diplanetic\",\n        \"diverticulitis\",\n        \"diverticulosis\",\n        \"iodized\",\n        \"leached\",\n        \"multicharge\",\n        \"nonnumeral\",\n        \"nonnumeric\",\n        \"numerators\",\n        \"numericalness\",\n        \"numinous\",\n        \"numinouses\",\n        \"numinously\",\n        \"numinousness\",\n        \"numismatician\",\n        \"numismatics\",\n        \"numismatists\",\n        \"panaesthesia\",\n        \"pinealectomy\",\n        \"population\",\n        \"populaton\",\n        \"populator\",\n        \"populous\",\n        \"populousness\",\n        \"quantifiably\",\n        \"quantifications\",\n        \"quantified\",\n        \"quantifying\",\n        \"severalization\",\n        \"squareness\",\n        \"statism\",\n        \"subpopulations\",\n        \"superpopulation\",\n        \"tetanised\",\n        \"trichorrhexic\",\n        \"tricornes\",\n        \"ulsterian\",\n        \"underpopulated\",\n        \"underpopulation\",\n        \"unnumerical\",\n        \"unnumerous\",\n        \"unpopulated\"\n    ],\n    \"nwa akwukwo\": [\n        \"bibliothecarian\",\n        \"bookmate\",\n        \"candidate\",\n        \"candite\",\n        \"lunistitial\",\n        \"pupal\",\n        \"pupil\",\n        \"pupilate\",\n        \"pupillar\",\n        \"scholiast\",\n        \"scholion\",\n        \"schoolboyism\",\n        \"schoolman\",\n        \"schorlous\",\n        \"stuiver\",\n        \"testudineous\"\n    ],\n    \"usoro ọgwụgwọ\": [\n        \"bibliotherapy\",\n        \"bibliotherapies\",\n        \"ctetology\",\n        \"electrotherapeutics\",\n        \"mechanotherapeutic\",\n        \"mechanotherapeutics\",\n        \"mechanotherapy\",\n        \"mechanotherapies\",\n        \"psychotherapies\",\n        \"therapies\"\n    ],\n    \"onye ntughari\": [\n        \"bibliotherapist\",\n        \"conjecturalist\",\n        \"conjecturer\",\n        \"divertor\",\n        \"interpellator\",\n        \"noninterferer\",\n        \"proreformist\",\n        \"speculist\",\n        \"translator\"\n    ],\n    \"Bibulusity\": [\n        \"bibulosity\"\n    ],\n    \"eji eme ihe\": [\n        \"bibulously\",\n        \"unusableness\",\n        \"unusably\",\n        \"unuseably\",\n        \"usableness\",\n        \"utilizability\",\n        \"utilizable\"\n    ],\n    \"onye bicamerist\": [\n        \"bicamerist\"\n    ],\n    \"ịicụ sịga\": [\n        \"bicapitate\",\n        \"bicorporate\"\n    ],\n    \"ime ochicho\": [\n        \"bicarburetted\"\n    ],\n    \"bichaa\": [\n        \"bicched\"\n    ],\n    \"ọsịsọ\": [\n        \"bichord\",\n        \"falciparum\",\n        \"frugiferousness\",\n        \"intermediately\",\n        \"oxydendrum\",\n        \"oxymuriatic\",\n        \"phlebotomically\",\n        \"phlogotic\",\n        \"prostatomyomectomy\",\n        \"rudented\",\n        \"supercommercially\"\n    ],\n    \"ịnyịnya ígwè\": [\n        \"bicycler\",\n        \"bicyclers\",\n        \"bicyclist\",\n        \"cyclades\"\n    ],\n    \"bicycical\": [\n        \"bicyclical\"\n    ],\n    \"na-agba ọsọ\": [\n        \"bicycling\",\n        \"boites\",\n        \"briskening\",\n        \"busing\",\n        \"bussing\",\n        \"bussings\",\n        \"busted\",\n        \"cartful\",\n        \"cyclopedically\",\n        \"creaking\",\n        \"falcer\",\n        \"fastgoing\",\n        \"fleams\",\n        \"fledging\",\n        \"fleeching\",\n        \"fleecing\",\n        \"fleeing\",\n        \"fleering\",\n        \"fleeringly\",\n        \"fleeting\",\n        \"fleing\",\n        \"fleys\",\n        \"flighting\",\n        \"galloping\",\n        \"galoping\",\n        \"goading\",\n        \"gushing\",\n        \"hurdling\",\n        \"hurling\",\n        \"hurries\",\n        \"outfleeing\",\n        \"racegoing\",\n        \"racemizing\",\n        \"ranids\",\n        \"rapeseeds\",\n        \"rapines\",\n        \"raving\",\n        \"rerunning\",\n        \"ricking\",\n        \"rosing\",\n        \"ruddling\",\n        \"runneth\",\n        \"runniest\",\n        \"running\",\n        \"runningly\",\n        \"runovers\",\n        \"runs\",\n        \"runts\",\n        \"rushes\",\n        \"rushing\",\n        \"rushingly\",\n        \"speiling\",\n        \"sprees\",\n        \"spurwing\",\n        \"spurwinged\",\n        \"steading\",\n        \"swives\",\n        \"wreathing\"\n    ],\n    \"ndị ịnyịnya ígwè\": [\n        \"bicyclists\"\n    ],\n    \"Na na na\": [\n        \"bicker\"\n    ],\n    \"ọickụ\": [\n        \"bickern\"\n    ],\n    \"byokoket\": [\n        \"bycoket\"\n    ],\n    \"ntecha\": [\n        \"bicolorous\",\n        \"bicolors\",\n        \"bicolour\",\n        \"bicoloured\",\n        \"bicolourous\",\n        \"coalized\",\n        \"makeups\"\n    ],\n    \"Bicorne\": [\n        \"bicorne\"\n    ],\n    \"bicron\": [\n        \"bicrons\"\n    ],\n    \"ọdịbendị\": [\n        \"biculturalism\",\n        \"cultures\",\n        \"orthographical\",\n        \"sepultural\"\n    ],\n    \"ịicụ ọgwụ\": [\n        \"bicuspids\",\n        \"cicatricula\",\n        \"cicatriculae\",\n        \"suicidology\"\n    ],\n    \"ikwe ọnụ\": [\n        \"bid\"\n    ],\n    \"ndị bidders\": [\n        \"bidders\"\n    ],\n    \"bidy\": [\n        \"biddy\"\n    ],\n    \"kwide\": [\n        \"bide\"\n    ],\n    \"zoro\": [\n        \"bided\",\n        \"descanter\",\n        \"dodrantal\",\n        \"ensoul\",\n        \"esrog\",\n        \"hid\",\n        \"hidated\",\n        \"lunkheaded\",\n        \"lurked\",\n        \"postern\",\n        \"rakingly\",\n        \"rappelled\",\n        \"rathed\",\n        \"sarong\",\n        \"secludes\",\n        \"stanged\",\n        \"supersacred\",\n        \"supersulfurized\",\n        \"surprinted\",\n        \"swidden\",\n        \"tided\",\n        \"tucked\",\n        \"tucket\"\n    ],\n    \"nwere ike ịbụ\": [\n        \"bidental\"\n    ],\n    \"ndị biders\": [\n        \"biders\"\n    ],\n    \"aidesụ\": [\n        \"bides\"\n    ],\n    \"oche ihu\": [\n        \"bidstand\"\n    ],\n    \"ka ọ dị\": [\n        \"bye\"\n    ],\n    \"biing\": [\n        \"bielding\"\n    ],\n    \"bi Bias\": [\n        \"bields\"\n    ],\n    \"byelorussia\": [\n        \"byelorussians\"\n    ],\n    \"Iwuchukwu\": [\n        \"byerlite\",\n        \"certiorate\",\n        \"concrfsce\",\n        \"dominus\",\n        \"klephts\",\n        \"licht\",\n        \"napthionic\",\n        \"overleisured\",\n        \"persulphide\",\n        \"persulphuric\",\n        \"phthalyl\",\n        \"pleurothotonic\",\n        \"praxitelean\",\n        \"tzuris\"\n    ],\n    \"ihe ndaputa\": [\n        \"bierstubes\",\n        \"proangiospermous\",\n        \"sphinges\"\n    ],\n    \"bye\": [\n        \"byes\"\n    ],\n    \"onye na-ahụ maka ọrụ\": [\n        \"byeworker\"\n    ],\n    \"n'ilekọta anya\": [\n        \"bifariously\",\n        \"fosteringly\",\n        \"superindifferently\"\n    ],\n    \"bifa\": [\n        \"bifer\"\n    ],\n    \"kwue iwe\": [\n        \"biforate\"\n    ],\n    \"biri n'ihu\": [\n        \"bifronted\"\n    ],\n    \"kwụrụ ụgwọ ọrụ\": [\n        \"bifunctional\"\n    ],\n    \"ugboro abụọ\": [\n        \"bifurcately\",\n        \"doublehandedly\",\n        \"doubly\",\n        \"norwards\",\n        \"redoubled\",\n        \"redoubles\",\n        \"subspirally\",\n        \"twice\"\n    ],\n    \"nnukwu nne\": [\n        \"bigamy\",\n        \"grandioseness\",\n        \"grandisonant\"\n    ],\n    \"nnukwu onye\": [\n        \"bigamist\",\n        \"bigate\"\n    ],\n    \"ndị bigamists\": [\n        \"bigamists\"\n    ],\n    \"nnukwu aha\": [\n        \"bigamous\"\n    ],\n    \"nnukwu ugwu\": [\n        \"bigarreau\"\n    ],\n    \"nnukwu ili\": [\n        \"bigbury\"\n    ],\n    \"Anyaukwu\": [\n        \"bigeyes\"\n    ],\n    \"nke nnukwu\": [\n        \"bigeminal\"\n    ],\n    \"nnukwu nwanyi\": [\n        \"bigeminate\",\n        \"bigeminated\",\n        \"bigeminy\",\n        \"bigeminum\"\n    ],\n    \"onye buru ibu\": [\n        \"bigener\"\n    ],\n    \"ụkwụ ukwu\": [\n        \"bigfoot\",\n        \"footpad\"\n    ],\n    \"kasị ukwuu\": [\n        \"biggest\",\n        \"greatest\",\n        \"larges\",\n        \"largest\"\n    ],\n    \"nnukwu ibu\": [\n        \"biggies\",\n        \"biggings\",\n        \"biggins\",\n        \"bigmouth\",\n        \"bigmouths\",\n        \"bigotries\",\n        \"enormity\"\n    ],\n    \"biggin\": [\n        \"bigging\"\n    ],\n    \"nnukwu isi\": [\n        \"bigheads\",\n        \"bulkhead\",\n        \"bulkheaded\",\n        \"bulkheading\",\n        \"bulkheads\",\n        \"capitelliform\",\n        \"capituliform\",\n        \"greathead\",\n        \"jarhead\"\n    ],\n    \"site n'obi\": [\n        \"bigheartedly\"\n    ],\n    \"nnukwu nku\": [\n        \"bighorns\"\n    ],\n    \"kwusiri\": [\n        \"bighted\",\n        \"sacculated\"\n    ],\n    \"ịgba ọsọ\": [\n        \"bighting\",\n        \"brabblement\",\n        \"bursitises\",\n        \"contestableness\",\n        \"farcing\",\n        \"fugacy\",\n        \"jauncing\",\n        \"racecard\",\n        \"racetrack\",\n        \"ranterism\",\n        \"skiving\",\n        \"speedingness\",\n        \"sprenge\",\n        \"spumiest\",\n        \"wiking\"\n    ],\n    \"nnukwu obodo\": [\n        \"biglandular\",\n        \"supermetropolitan\"\n    ],\n    \"na-agafe\": [\n        \"bygoing\",\n        \"crossing\",\n        \"drossing\",\n        \"intercrossing\",\n        \"overtiming\",\n        \"overtinseling\",\n        \"overtured\",\n        \"overtures\",\n        \"overturing\",\n        \"passing\",\n        \"preceeding\",\n        \"transcending\",\n        \"transcendingly\",\n        \"traversing\",\n        \"uncrossing\"\n    ],\n    \"nnukwu mmiri\": [\n        \"bigot\",\n        \"catamountain\",\n        \"enormities\",\n        \"giantisms\"\n    ],\n    \"n'ike n'ike\": [\n        \"bigotedly\",\n        \"drably\",\n        \"draughtily\",\n        \"ferrimagnetically\",\n        \"hushfully\",\n        \"rapacious\",\n        \"rapaciously\",\n        \"rumply\",\n        \"tornal\",\n        \"violably\"\n    ],\n    \"nnukwu afọ\": [\n        \"bigothero\"\n    ],\n    \"ikwesi olu ike\": [\n        \"bigotry\",\n        \"hypercriticalness\",\n        \"hyperfastidiousness\",\n        \"stalworthness\"\n    ],\n    \"nnukwu onyekweli\": [\n        \"bigotty\"\n    ],\n    \"nnukwu afụ\": [\n        \"bigroot\"\n    ],\n    \"nnukwu ọrụ\": [\n        \"bigwiggery\",\n        \"hyperfunction\",\n        \"mainprise\",\n        \"superconduct\",\n        \"supersurprise\",\n        \"supertrain\"\n    ],\n    \"igwe kwụ otu ebe\": [\n        \"bike\",\n        \"bikers\",\n        \"biking\"\n    ],\n    \"anyịnya igwe\": [\n        \"bikes\"\n    ],\n    \"uzo ugboala\": [\n        \"bikeway\"\n    ],\n    \"okporo ụzọ igwe kwụ otu ebe\": [\n        \"bikeways\"\n    ],\n    \"bikini\": [\n        \"bikinied\"\n    ],\n    \"onye bilayer\": [\n        \"bilayer\"\n    ],\n    \"Byland\": [\n        \"byland\"\n    ],\n    \"enwere mmekọrịta\": [\n        \"bilaterality\"\n    ],\n    \"mmekọrịta dị iche iche\": [\n        \"bilateralities\"\n    ],\n    \"ịdị n'otu\": [\n        \"bilateralness\",\n        \"cohesiveness\",\n        \"cointensity\",\n        \"consimilarity\",\n        \"disuniformity\",\n        \"disunited\",\n        \"disunites\",\n        \"harmoniousness\",\n        \"inanimateness\",\n        \"oneness\",\n        \"onenesses\",\n        \"onliness\",\n        \"solidarism\",\n        \"solidarity\",\n        \"solitariness\",\n        \"togetherhood\",\n        \"togetheriness\",\n        \"undeification\",\n        \"undeifying\",\n        \"undoneness\",\n        \"unedifying\",\n        \"ungaite\",\n        \"unhood\",\n        \"unhooding\",\n        \"unhoods\",\n        \"uniatism\",\n        \"unicity\",\n        \"uniface\",\n        \"unification\",\n        \"unificationist\",\n        \"unifiedness\",\n        \"uniflorate\",\n        \"unifoliate\",\n        \"uniformalization\",\n        \"uniformation\",\n        \"uniformisation\",\n        \"uniformising\",\n        \"uniformitarianism\",\n        \"uniformity\",\n        \"uniformization\",\n        \"uniformizing\",\n        \"uniformness\",\n        \"unionising\",\n        \"unionism\",\n        \"unionistic\",\n        \"unionizing\",\n        \"unism\",\n        \"unisonance\",\n        \"unisonant\",\n        \"unitarianism\",\n        \"unitariness\",\n        \"unitarism\",\n        \"uniteability\",\n        \"unitedness\",\n        \"unity\",\n        \"unities\",\n        \"unitism\",\n        \"unitization\",\n        \"unitizing\",\n        \"unsocializing\",\n        \"weeness\"\n    ],\n    \"bilby\": [\n        \"bilbi\",\n        \"bilbie\"\n    ],\n    \"iberibe\": [\n        \"bilbies\",\n        \"billbug\",\n        \"billbugs\",\n        \"blunderbuss\",\n        \"bunk\",\n        \"chunks\",\n        \"debord\",\n        \"fragmentally\",\n        \"fragmentarily\",\n        \"fragmented\",\n        \"fragmentised\",\n        \"fraised\",\n        \"fraises\",\n        \"frappes\",\n        \"fraunch\",\n        \"fucked\",\n        \"fucking\",\n        \"fucks\",\n        \"iambs\",\n        \"imberbe\",\n        \"irades\",\n        \"odd\",\n        \"oddment\",\n        \"overplenitude\",\n        \"pieceless\",\n        \"pieces\",\n        \"plosions\",\n        \"sakeber\",\n        \"scrap\",\n        \"scrapple\",\n        \"scrapples\",\n        \"scraps\",\n        \"secpar\",\n        \"sibrede\",\n        \"sliceable\",\n        \"slicer\",\n        \"slickered\",\n        \"slicks\",\n        \"slitch\",\n        \"sloppiness\",\n        \"slutch\",\n        \"squench\",\n        \"strippit\",\n        \"stupendousness\",\n        \"stuping\",\n        \"superciliousness\"\n    ],\n    \"bilbao\": [\n        \"bilboa\"\n    ],\n    \"ijeri\": [\n        \"bilboas\",\n        \"bilk\",\n        \"bilks\",\n        \"billeters\",\n        \"billety\",\n        \"billion\",\n        \"billionths\",\n        \"billon\",\n        \"birr\",\n        \"decillion\",\n        \"pillion\",\n        \"prillion\",\n        \"quadrillion\",\n        \"quintillion\",\n        \"trillionths\"\n    ],\n    \"bilbo\": [\n        \"bilboes\"\n    ],\n    \"bilbo si\": [\n        \"bilbos\"\n    ],\n    \"milch\": [\n        \"bilch\"\n    ],\n    \"ndị na-ewu ụlọ\": [\n        \"bilders\",\n        \"builders\",\n        \"constructionists\",\n        \"constructors\",\n        \"homebuilders\"\n    ],\n    \"ụgwọ\": [\n        \"bilges\",\n        \"bilgy\",\n        \"bilic\",\n        \"bill\",\n        \"billbeetle\",\n        \"billet\",\n        \"billie\",\n        \"billies\",\n        \"billposter\",\n        \"charge\",\n        \"costeaning\",\n        \"costiveness\",\n        \"costs\",\n        \"costulation\",\n        \"creditabilities\",\n        \"creditorship\",\n        \"deb\",\n        \"debby\",\n        \"debilities\",\n        \"debite\",\n        \"debits\",\n        \"debt\",\n        \"debtful\",\n        \"debts\",\n        \"debunks\",\n        \"deburse\",\n        \"dues\",\n        \"exequies\",\n        \"fees\",\n        \"indebted\",\n        \"indebtedness\",\n        \"indebting\",\n        \"indebtment\",\n        \"indemnifications\",\n        \"indemnities\",\n        \"monitory\",\n        \"obligant\",\n        \"obligated\",\n        \"obliged\",\n        \"obligedness\",\n        \"obligingness\",\n        \"obligor\",\n        \"owerance\",\n        \"owes\",\n        \"owing\",\n        \"owleries\",\n        \"owse\",\n        \"pawnors\",\n        \"pense\",\n        \"pouty\",\n        \"preexpense\",\n        \"premiums\",\n        \"reindebted\",\n        \"reindebtedness\",\n        \"salary\",\n        \"wage\"\n    ],\n    \"bilgi\": [\n        \"bilgier\"\n    ],\n    \"ụgwọ ọrụ\": [\n        \"bilifaction\",\n        \"feeler\",\n        \"forelady\",\n        \"paunchy\",\n        \"paunchiest\",\n        \"reaward\",\n        \"remuneration\",\n        \"remunerations\",\n        \"reward\",\n        \"rewardably\",\n        \"rewarded\",\n        \"rewardedly\",\n        \"rewarder\",\n        \"rewarders\",\n        \"rewardfulness\",\n        \"rewardproof\",\n        \"rewards\",\n        \"salacious\",\n        \"subsensible\",\n        \"supercharge\",\n        \"thaneship\",\n        \"wages\",\n        \"wagework\"\n    ],\n    \"kwụọ ụgwọ\": [\n        \"bilify\",\n        \"chargee\",\n        \"compensable\",\n        \"compensate\",\n        \"deben\",\n        \"payload\",\n        \"payloads\",\n        \"paynize\",\n        \"pauperate\",\n        \"prepay\",\n        \"recompute\",\n        \"repaid\",\n        \"requit\",\n        \"requite\",\n        \"requote\",\n        \"stipend\",\n        \"subscribable\",\n        \"votish\"\n    ],\n    \"ịgba ụgwọ\": [\n        \"bilification\",\n        \"bilimbing\",\n        \"bilking\",\n        \"billbroking\",\n        \"billeting\",\n        \"billfold\",\n        \"billheading\",\n        \"billing\",\n        \"billings\",\n        \"billingsgate\",\n        \"billposting\",\n        \"billsticking\",\n        \"chargeableness\",\n        \"justiciarship\",\n        \"leaching\",\n        \"lealness\",\n        \"leaseman\",\n        \"leath\",\n        \"leawill\",\n        \"leveraging\",\n        \"lewing\",\n        \"mortgaging\",\n        \"mortgagor\",\n        \"nonabsentation\",\n        \"renationalized\",\n        \"subleasing\",\n        \"subletting\",\n        \"vialing\"\n    ],\n    \"biliar\": [\n        \"bilinear\"\n    ],\n    \"a kwụrụ ụgwọ\": [\n        \"bilineated\"\n    ],\n    \"bylines\": [\n        \"bylined\",\n        \"bylining\"\n    ],\n    \"asusu abuo\": [\n        \"bilingual\",\n        \"bilingualism\",\n        \"bilinguar\",\n        \"bilinguist\"\n    ],\n    \"na-asụ asụsụ abụọ\": [\n        \"bilingually\"\n    ],\n    \"bilious\": [\n        \"biliously\"\n    ],\n    \"Bilked\": [\n        \"bilked\"\n    ],\n    \"billes\": [\n        \"billable\"\n    ],\n    \"ikwụ ụgwọ\": [\n        \"billbergia\"\n    ],\n    \"bọọdụ mkpọsa\": [\n        \"billboard\",\n        \"billboards\"\n    ],\n    \"bille\": [\n        \"billeted\"\n    ],\n    \"billetti\": [\n        \"billette\"\n    ],\n    \"ugwo\": [\n        \"billetty\",\n        \"billy\",\n        \"bunty\",\n        \"debted\",\n        \"debtor\",\n        \"gallicisms\",\n        \"montem\",\n        \"nonpayment\",\n        \"overspice\",\n        \"owler\",\n        \"payable\",\n        \"payableness\",\n        \"payed\",\n        \"payer\",\n        \"payment\",\n        \"payor\",\n        \"payout\",\n        \"pament\",\n        \"penality\",\n        \"penalty\",\n        \"penseful\",\n        \"petulancies\",\n        \"pittance\",\n        \"precharge\",\n        \"recompensed\",\n        \"requitative\",\n        \"requited\",\n        \"underrecompensing\",\n        \"unsanction\",\n        \"untorpid\"\n    ],\n    \"ụgwọ isi\": [\n        \"billhead\",\n        \"billheads\"\n    ],\n    \"biliadi\": [\n        \"billiards\"\n    ],\n    \"ndi Billy\": [\n        \"billycans\"\n    ],\n    \"bollywood\": [\n        \"billyhood\"\n    ],\n    \"billiken\": [\n        \"billikin\"\n    ],\n    \"biliyo\": [\n        \"billyo\"\n    ],\n    \"ọtụtụ ijeri\": [\n        \"billionism\",\n        \"billions\",\n        \"billons\"\n    ],\n    \"nke ijeri\": [\n        \"billionth\"\n    ],\n    \"onye iwu\": [\n        \"billman\",\n        \"billmen\",\n        \"enactor\",\n        \"juristical\",\n        \"lawter\"\n    ],\n    \"billowy\": [\n        \"billow\"\n    ],\n    \"bellowed\": [\n        \"billowed\"\n    ],\n    \"ndị kasị mma\": [\n        \"billowiest\"\n    ],\n    \"ịma ọrụ\": [\n        \"billowiness\"\n    ],\n    \"ihe nkwụnye ụgwọ\": [\n        \"billsticker\"\n    ],\n    \"bilobate\": [\n        \"bilobated\"\n    ],\n    \"biloba\": [\n        \"bilobe\"\n    ],\n    \"bimanally\": [\n        \"bimanually\"\n    ],\n    \"ikele\": [\n        \"bimedial\",\n        \"congratulate\",\n        \"enguard\",\n        \"heavyheaded\",\n        \"hyppish\",\n        \"letches\",\n        \"planirostrate\",\n        \"underzeal\"\n    ],\n    \"Bimesters\": [\n        \"bimesters\"\n    ],\n    \"bimetallic\": [\n        \"bimetalic\"\n    ],\n    \"bimetallism\": [\n        \"bimetalism\",\n        \"bimetallistic\"\n    ],\n    \"bimetal\": [\n        \"bimetals\"\n    ],\n    \"onyedika\": [\n        \"bimillionaire\",\n        \"codiscoverer\",\n        \"doodler\",\n        \"maurist\",\n        \"nudest\",\n        \"nudist\",\n        \"pyogenous\",\n        \"rovetto\",\n        \"thionitrite\"\n    ],\n    \"imlọ ihe nkiri\": [\n        \"bimmeler\"\n    ],\n    \"Nkọwa\": [\n        \"bynames\",\n        \"debouches\",\n        \"debouchment\",\n        \"definientia\",\n        \"denudation\",\n        \"denudational\",\n        \"elaeodendron\",\n        \"encomia\",\n        \"formulates\",\n        \"gazetting\",\n        \"gipsies\",\n        \"lyriform\",\n        \"lis\",\n        \"mirkly\",\n        \"norpinic\",\n        \"notitia\",\n        \"parsec\",\n        \"parsecs\",\n        \"parsons\",\n        \"phidian\",\n        \"ploidies\",\n        \"purviews\",\n        \"refractedness\",\n        \"rhebok\",\n        \"syntonies\",\n        \"sleighs\",\n        \"spells\",\n        \"spelts\",\n        \"strutters\",\n        \"sublattices\"\n    ],\n    \"ọnụọgụ abụọ\": [\n        \"binary\",\n        \"binaries\",\n        \"binately\",\n        \"binominous\",\n        \"binotic\",\n        \"doubleprecision\",\n        \"doublewidth\",\n        \"multicellularity\"\n    ],\n    \"abụọ\": [\n        \"binational\",\n        \"bothlike\",\n        \"bothrops\",\n        \"bothsided\",\n        \"doublehanded\",\n        \"doublers\",\n        \"doubling\",\n        \"doubloons\",\n        \"doubtous\",\n        \"dualism\",\n        \"dualistic\",\n        \"dualistically\",\n        \"mutually\",\n        \"swains\",\n        \"twere\",\n        \"two\",\n        \"twofer\",\n        \"twofoldly\",\n        \"twosome\",\n        \"twosomes\",\n        \"undoubles\"\n    ],\n    \"kee agbụ\": [\n        \"bind\"\n    ],\n    \"ihe nragide\": [\n        \"binder\"\n    ],\n    \"agbụ\": [\n        \"bindis\",\n        \"bindles\",\n        \"bondable\",\n        \"bondages\",\n        \"bondar\",\n        \"bondhold\",\n        \"bondless\",\n        \"bonds\",\n        \"bondslave\",\n        \"bondswomen\",\n        \"boundedness\",\n        \"boundly\",\n        \"boundness\",\n        \"caecity\",\n        \"capsian\",\n        \"chainage\",\n        \"chaine\",\n        \"chained\",\n        \"chaines\",\n        \"chainomatic\",\n        \"chains\",\n        \"decanted\",\n        \"devitalised\",\n        \"devocalised\",\n        \"encashes\",\n        \"enskied\",\n        \"ensnarls\",\n        \"fettered\",\n        \"fetters\",\n        \"noncock\",\n        \"palleting\",\n        \"palletization\",\n        \"palletizing\",\n        \"philotadpole\",\n        \"sciarid\",\n        \"shacklers\",\n        \"shackles\",\n        \"shackoes\",\n        \"shofars\",\n        \"snarl\",\n        \"tieless\",\n        \"uncages\",\n        \"xyst\",\n        \"zaphetic\"\n    ],\n    \"jikọta\": [\n        \"bindle\",\n        \"interlink\"\n    ],\n    \"mpempe akwụkwọ\": [\n        \"bindlet\",\n        \"bookcases\",\n        \"bookstack\",\n        \"copartiment\",\n        \"coverlet\",\n        \"coverlets\",\n        \"curlpaper\",\n        \"curvograph\",\n        \"dopesheet\",\n        \"endsheet\",\n        \"flayers\",\n        \"flapper\",\n        \"flappered\",\n        \"flapperish\",\n        \"flappers\",\n        \"flappet\",\n        \"flashboard\",\n        \"flichters\",\n        \"foresheet\",\n        \"formnail\",\n        \"fractionlet\",\n        \"handbill\",\n        \"handbills\",\n        \"keets\",\n        \"leaflet\",\n        \"leaflets\",\n        \"lectern\",\n        \"manesheet\",\n        \"notelet\",\n        \"oversheet\",\n        \"padishahs\",\n        \"padnags\",\n        \"padpiece\",\n        \"padre\",\n        \"pamperos\",\n        \"pampers\",\n        \"pamphlet\",\n        \"pamphletage\",\n        \"pamphletary\",\n        \"pamphleteer\",\n        \"pamphleter\",\n        \"pamphletful\",\n        \"pamphletic\",\n        \"pamphlets\",\n        \"pampilion\",\n        \"pampination\",\n        \"paperback\",\n        \"paperbacks\",\n        \"paperboard\",\n        \"paperboards\",\n        \"paperboys\",\n        \"papercutting\",\n        \"papergirl\",\n        \"paperiness\",\n        \"papering\",\n        \"paperknives\",\n        \"papermouth\",\n        \"papershell\",\n        \"paperweight\",\n        \"partlet\",\n        \"partlets\",\n        \"pasteboard\",\n        \"perfilograph\",\n        \"peripheral\",\n        \"pieprint\",\n        \"presspack\",\n        \"sheet\",\n        \"sheetage\",\n        \"sheeted\",\n        \"sheetfed\",\n        \"sheetflood\",\n        \"sheeting\",\n        \"sheetings\",\n        \"sheetless\",\n        \"sheetlet\",\n        \"sheetling\",\n        \"sheetrock\",\n        \"sheetways\",\n        \"sheetwash\",\n        \"sheetwise\",\n        \"slipsheet\",\n        \"spicket\",\n        \"subfraction\",\n        \"subliterature\",\n        \"subpackage\",\n        \"subphratry\",\n        \"subphratries\",\n        \"tompions\",\n        \"turnsheet\",\n        \"unsheet\",\n        \"worksheet\"\n    ],\n    \"na-ekekọta\": [\n        \"binds\",\n        \"interlocks\",\n        \"yoking\",\n        \"tying\"\n    ],\n    \"kee\": [\n        \"bindweed\",\n        \"bindwood\",\n        \"bineweed\",\n        \"cerate\",\n        \"create\",\n        \"grece\"\n    ],\n    \"osisi vaịn\": [\n        \"bine\",\n        \"grapevines\",\n        \"vine\",\n        \"vined\"\n    ],\n    \"byredestin\": [\n        \"bynedestin\"\n    ],\n    \"ịingụ\": [\n        \"bing\",\n        \"bingos\"\n    ],\n    \"bing\": [\n        \"binges\"\n    ],\n    \"onye nwere nsogbu\": [\n        \"binitarian\"\n    ],\n    \"ntabi\": [\n        \"bink\",\n        \"cheeky\",\n        \"pun\",\n        \"tinge\",\n        \"tuniness\",\n        \"twinkle\",\n        \"twinkles\",\n        \"twinkless\",\n        \"winkel\"\n    ],\n    \"ndị nwoke\": [\n        \"binmen\",\n        \"hemen\",\n        \"speltermen\"\n    ],\n    \"binyere\": [\n        \"binned\",\n        \"ler\"\n    ],\n    \"ọnụọgụ\": [\n        \"binnogue\",\n        \"binodous\",\n        \"choiceness\",\n        \"coassuming\",\n        \"cocaceous\",\n        \"cockeyedness\",\n        \"coecal\",\n        \"coeff\",\n        \"coefficient\",\n        \"coefficiently\",\n        \"coefficients\",\n        \"coeffluent\",\n        \"coeffluential\",\n        \"coelect\",\n        \"coelection\",\n        \"coequality\",\n        \"coequate\",\n        \"coercivity\",\n        \"coexecutrix\",\n        \"coextension\",\n        \"coextent\",\n        \"cologarithm\",\n        \"coprology\",\n        \"coxarthropathy\",\n        \"coxcombhood\",\n        \"coxcombity\",\n        \"coxcombries\",\n        \"delineavit\",\n        \"demount\",\n        \"diachronic\",\n        \"diarthroses\",\n        \"digit\",\n        \"digitals\",\n        \"digitation\",\n        \"digits\",\n        \"digredience\",\n        \"dysarthric\",\n        \"dysergasia\",\n        \"dysgenesic\",\n        \"dyslysin\",\n        \"disnumber\",\n        \"entosternum\",\n        \"generic\",\n        \"genericness\",\n        \"genips\",\n        \"incisions\",\n        \"indecorum\",\n        \"ingulf\",\n        \"intemperant\",\n        \"interphase\",\n        \"intersterility\",\n        \"measurage\",\n        \"morphias\",\n        \"nenes\",\n        \"nighed\",\n        \"numbedness\",\n        \"numbs\",\n        \"numenius\",\n        \"numeracy\",\n        \"numerary\",\n        \"numerates\",\n        \"numerating\",\n        \"numeration\",\n        \"numerations\",\n        \"numerator\",\n        \"numeric\",\n        \"numerics\",\n        \"numerist\",\n        \"nummary\",\n        \"nummular\",\n        \"nummulary\",\n        \"numnah\",\n        \"numps\",\n        \"pithecometric\",\n        \"pithsome\",\n        \"quantal\",\n        \"quantical\",\n        \"quantics\",\n        \"quanties\",\n        \"quantitation\",\n        \"quantities\",\n        \"span\",\n        \"streptothricosis\",\n        \"stuccoed\",\n        \"tegment\",\n        \"tegmental\",\n        \"tegmentum\",\n        \"tenebres\",\n        \"tenez\",\n        \"tyroid\",\n        \"trochanteric\",\n        \"ulteriorly\",\n        \"unbonneted\",\n        \"unnet\"\n    ],\n    \"binoc\": [\n        \"binocs\"\n    ],\n    \"nomenclature\": [\n        \"binomenclature\"\n    ],\n    \"binomials\": [\n        \"binomialism\"\n    ],\n    \"binomial\": [\n        \"binominal\",\n        \"mononomian\"\n    ],\n    \"kpochara\": [\n        \"binucleated\",\n        \"cleaned\",\n        \"derelict\",\n        \"derelicts\",\n        \"dusted\",\n        \"edulcorated\",\n        \"elutriated\",\n        \"parceled\",\n        \"parcelled\",\n        \"parled\",\n        \"pieced\",\n        \"piecen\",\n        \"purged\",\n        \"purled\",\n        \"refloated\"\n    ],\n    \"nwegaswu\": [\n        \"bioassayed\"\n    ],\n    \"bioassay\": [\n        \"bioassaying\"\n    ],\n    \"ihe omuma ihe omuma\": [\n        \"biobibliographer\",\n        \"fluorography\"\n    ],\n    \"ihe na-edozi ahụ\": [\n        \"bioblastic\",\n        \"granitizing\",\n        \"organifier\",\n        \"organogold\",\n        \"organosilver\"\n    ],\n    \"ihendu\": [\n        \"biocatalyst\"\n    ],\n    \"na ihe onwu\": [\n        \"biochemically\"\n    ],\n    \"ihe mmuta mmiri ozuzo\": [\n        \"biochemist\"\n    ],\n    \"ndị na-achọpụta mmiri ọgwụ\": [\n        \"biochemists\"\n    ],\n    \"usoro ndụ\": [\n        \"biocycles\"\n    ],\n    \"ihe di ndu\": [\n        \"biocidal\"\n    ],\n    \"ọkà mmụta ihe banyere ndụ mmadụ\": [\n        \"bioclimatologist\"\n    ],\n    \"ihe okike\": [\n        \"biodegradability\",\n        \"biodegradable\",\n        \"biodegrading\",\n        \"biogenic\",\n        \"biolytic\",\n        \"bioral\",\n        \"biotic\",\n        \"botanizer\",\n        \"clitter\",\n        \"creatins\",\n        \"creational\",\n        \"creationism\",\n        \"creations\",\n        \"creativeness\",\n        \"creativity\",\n        \"creatorhood\",\n        \"creatrix\",\n        \"creatural\",\n        \"creaturehood\",\n        \"creatureliness\",\n        \"credulous\",\n        \"cremations\",\n        \"darics\",\n        \"diphygenic\",\n        \"embodies\",\n        \"fossores\",\n        \"internalities\",\n        \"naturals\",\n        \"recreativeness\"\n    ],\n    \"mmkpo\": [\n        \"biodyne\"\n    ],\n    \"ihe ndi ndu\": [\n        \"bioecologies\"\n    ],\n    \"ihe banyere mmiri ozuzo\": [\n        \"bioecologist\"\n    ],\n    \"igwe elektrọnik\": [\n        \"bioelectronics\",\n        \"microelectronics\"\n    ],\n    \"ihe ndu\": [\n        \"biogen\",\n        \"biogeny\",\n        \"impostrix\"\n    ],\n    \"ihe ndi mmadu\": [\n        \"biogenetical\",\n        \"biogenous\",\n        \"commonalities\",\n        \"humaniform\",\n        \"incorporality\",\n        \"inflective\"\n    ],\n    \"ihe na-eri ndụ\": [\n        \"biogens\"\n    ],\n    \"onye na-ahụ maka ihe ọmụmụ\": [\n        \"biogeographer\"\n    ],\n    \"ndị na-ahụ maka ihe ọmụmụ\": [\n        \"biogeographers\"\n    ],\n    \"onye na-ede akụkọ ndụ\": [\n        \"biographer\",\n        \"biographist\"\n    ],\n    \"ndị na-ede akụkọ ndụ\": [\n        \"biographers\"\n    ],\n    \"akụkọ ndụ\": [\n        \"biographies\",\n        \"biographize\"\n    ],\n    \"biolith nkechi\": [\n        \"biolith\"\n    ],\n    \"bayoloji\": [\n        \"biology\",\n        \"biologically\",\n        \"biologies\",\n        \"biologist\",\n        \"biologize\",\n        \"biotechnology\"\n    ],\n    \"ndị na-amụ banyere ihe ndị dị ndụ\": [\n        \"biologists\"\n    ],\n    \"ihe na-arụ ọrụ\": [\n        \"biomagnetic\",\n        \"preeffectually\"\n    ],\n    \"usoro ihe omumu\": [\n        \"biomagnetism\",\n        \"biomathematics\",\n        \"biometry\",\n        \"biotypology\",\n        \"ethnography\",\n        \"semasiology\",\n        \"sertulum\",\n        \"systematology\"\n    ],\n    \"bayam\": [\n        \"biomass\"\n    ],\n    \"baimita\": [\n        \"biometer\"\n    ],\n    \"onye na-ahụ maka ihe omimi\": [\n        \"biometrician\",\n        \"micrometeorologist\",\n        \"mineralogist\",\n        \"minerologist\",\n        \"palaetiologist\"\n    ],\n    \"ihe dị ndụ\": [\n        \"biomorphic\",\n        \"organicalness\",\n        \"organific\"\n    ],\n    \"bion\": [\n        \"byon\",\n        \"bionts\"\n    ],\n    \"bionomik\": [\n        \"bionomic\"\n    ],\n    \"bionom n'ụzọ iwu\": [\n        \"bionomically\"\n    ],\n    \"bionti\": [\n        \"biontic\"\n    ],\n    \"ihe siri ike\": [\n        \"biophilous\",\n        \"difficile\",\n        \"fortifys\",\n        \"hardiment\",\n        \"hardscrabble\",\n        \"implastic\",\n        \"rigorousness\",\n        \"solidifier\",\n        \"solidities\",\n        \"tenacious\"\n    ],\n    \"na aru ike\": [\n        \"biophysically\"\n    ],\n    \"ihe gbasara biophysicist\": [\n        \"biophysicist\"\n    ],\n    \"ihe banyere ha\": [\n        \"biophysiological\"\n    ],\n    \"ihe bara uru\": [\n        \"biopotential\",\n        \"bracteiform\",\n        \"practicality\",\n        \"ricers\",\n        \"sensificatory\",\n        \"superactivities\",\n        \"vivificative\",\n        \"vivisectional\"\n    ],\n    \"Nwokeji\": [\n        \"biorbital\",\n        \"biorhythmic\",\n        \"bourdis\",\n        \"bourdon\",\n        \"bourgeoisify\",\n        \"bourgeoisitic\",\n        \"bourlaw\",\n        \"bovenland\",\n        \"cassidid\",\n        \"castrensial\",\n        \"castrensian\",\n        \"cattyman\",\n        \"cotyliscus\",\n        \"crenitic\",\n        \"evelyn\",\n        \"flirtigig\",\n        \"flugelman\",\n        \"genty\",\n        \"ghoulishly\",\n        \"gilbertian\",\n        \"gilbertine\",\n        \"gilgie\",\n        \"gromwell\",\n        \"hartwort\",\n        \"hyomandibular\",\n        \"hyostyly\",\n        \"johnson\",\n        \"josephs\",\n        \"jousting\",\n        \"kendy\",\n        \"kentishman\",\n        \"kromesky\",\n        \"meliceric\",\n        \"melicraton\",\n        \"mendelian\",\n        \"norman\",\n        \"tadpoledom\",\n        \"thackerayan\",\n        \"trollyman\",\n        \"tupman\",\n        \"twyblade\",\n        \"varmannie\",\n        \"wilkeite\",\n        \"xyridaceous\"\n    ],\n    \"Nwunyem\": [\n        \"biorhythm\"\n    ],\n    \"ihe biosome\": [\n        \"biosome\"\n    ],\n    \"biostatikis\": [\n        \"biostatics\"\n    ],\n    \"mgbanwe biotransformation\": [\n        \"biotransformation\"\n    ],\n    \"n’ike n’ike\": [\n        \"byously\",\n        \"bodefully\",\n        \"overenthusiastically\",\n        \"vitally\"\n    ],\n    \"bavụya\": [\n        \"biovulate\"\n    ],\n    \"ihe gbasiri\": [\n        \"bioxide\"\n    ],\n    \"bipartite\": [\n        \"bipartile\",\n        \"bipartitely\"\n    ],\n    \"bipartisan\": [\n        \"bipartizan\"\n    ],\n    \"onye ngabiga\": [\n        \"bypasser\"\n    ],\n    \"biedi\": [\n        \"biped\"\n    ],\n    \"bipopo\": [\n        \"bipedality\",\n        \"biporous\"\n    ],\n    \"ike ime ihe\": [\n        \"bipotentiality\",\n        \"bipotentialities\"\n    ],\n    \"site na-emepụta\": [\n        \"byproduct\",\n        \"byproducts\"\n    ],\n    \"bira oke\": [\n        \"biramous\"\n    ],\n    \"biration\": [\n        \"birational\"\n    ],\n    \"biri\": [\n        \"birched\",\n        \"birdied\",\n        \"birthed\",\n        \"cohabitancy\",\n        \"cohabitant\",\n        \"cohabited\",\n        \"dwell\",\n        \"dwelled\",\n        \"dwelt\",\n        \"dwine\",\n        \"ended\",\n        \"ened\",\n        \"habited\",\n        \"indwelt\",\n        \"lived\",\n        \"reside\",\n        \"resided\",\n        \"reslide\",\n        \"settled\",\n        \"staylace\"\n    ],\n    \"biriki\": [\n        \"birchen\"\n    ],\n    \"ndị na-agba akwụna\": [\n        \"birchers\"\n    ],\n    \"osisi birchwood\": [\n        \"birchwood\"\n    ],\n    \"nnụnụ\": [\n        \"bird\",\n        \"birdbander\",\n        \"birdbanding\",\n        \"birdbath\",\n        \"birdbaths\",\n        \"birdberry\",\n        \"birdbrain\",\n        \"birdcage\",\n        \"birdcages\",\n        \"birdclapper\",\n        \"birdcraft\",\n        \"birddom\",\n        \"birded\",\n        \"birder\",\n        \"birdfarm\",\n        \"birdfarms\",\n        \"birdglue\",\n        \"birdhood\",\n        \"birdy\",\n        \"birdie\",\n        \"birdieing\",\n        \"birdies\",\n        \"birding\",\n        \"birdless\",\n        \"birdlet\",\n        \"birdlime\",\n        \"birdlimed\",\n        \"birdliming\",\n        \"birdling\",\n        \"birdlore\",\n        \"birdman\",\n        \"birdmen\",\n        \"birdnest\",\n        \"birdnester\",\n        \"birds\",\n        \"birdseed\",\n        \"birdseyes\",\n        \"birdsong\",\n        \"birdstone\",\n        \"birdwise\",\n        \"birdwitted\",\n        \"birky\",\n        \"birks\",\n        \"birlings\",\n        \"birls\",\n        \"blackbird\",\n        \"calophyllum\",\n        \"caterpillarlike\",\n        \"coxcombess\",\n        \"fellingbird\",\n        \"fieldbird\",\n        \"firebird\",\n        \"jackbird\",\n        \"lingbird\",\n        \"lyrebirds\",\n        \"maybird\",\n        \"narthecium\",\n        \"narthex\",\n        \"narthexes\",\n        \"nongospel\",\n        \"nunbird\",\n        \"oilbird\",\n        \"quebrachine\",\n        \"queensberry\",\n        \"quohog\",\n        \"rawness\",\n        \"salloo\",\n        \"seedbird\",\n        \"stationarity\",\n        \"summerbird\",\n        \"tonguebird\",\n        \"waybird\"\n    ],\n    \"nnunu\": [\n        \"birdbrained\",\n        \"quag\"\n    ],\n    \"nnụnụ nnụnụ\": [\n        \"birdbrains\",\n        \"birdcall\",\n        \"birdcatcher\",\n        \"birdwatch\"\n    ],\n    \"nnụnnụ mmiri\": [\n        \"birdcalls\",\n        \"catbirds\",\n        \"muttonbird\",\n        \"rainbird\",\n        \"rainbirds\",\n        \"seabird\",\n        \"stormbird\",\n        \"surfbird\",\n        \"surfbirds\",\n        \"swanny\",\n        \"tomtits\",\n        \"wattlebird\",\n        \"wetbird\"\n    ],\n    \"nnụnnụ nnụnụ\": [\n        \"birdcatching\",\n        \"birdshot\"\n    ],\n    \"umu nnụnụ\": [\n        \"birders\"\n    ],\n    \"ulo nnunu\": [\n        \"birdhouse\"\n    ],\n    \"ụlọ nnụnụ\": [\n        \"birdhouses\"\n    ],\n    \"ala nnụnụ\": [\n        \"birdland\"\n    ],\n    \"ndụ nnụnụ\": [\n        \"birdlife\"\n    ],\n    \"oge nnụnụ\": [\n        \"birdlimes\"\n    ],\n    \"nnụnụ kwụrụ\": [\n        \"birdmouthed\"\n    ],\n    \"nnụnụ niile\": [\n        \"birdsall\"\n    ],\n    \"nnụnụ mkpụrụ\": [\n        \"birdseeds\"\n    ],\n    \"nnụnụ gbaa\": [\n        \"birdshots\"\n    ],\n    \"birdnest\": [\n        \"birdsnest\"\n    ],\n    \"nnụnnụ nnụnnụ\": [\n        \"birdwoman\",\n        \"whipbird\"\n    ],\n    \"birem\": [\n        \"biremes\"\n    ],\n    \"birikies\": [\n        \"birkies\"\n    ],\n    \"ihe nnụnụ\": [\n        \"birler\",\n        \"quixotries\"\n    ],\n    \"ndị nnụnụ\": [\n        \"birlers\",\n        \"leviers\"\n    ],\n    \"onye nwe obodo\": [\n        \"birlieman\",\n        \"emanatist\",\n        \"emancipist\",\n        \"externalist\",\n        \"externomedian\",\n        \"heracleopolitan\",\n        \"localiser\",\n        \"localist\",\n        \"locarnist\",\n        \"necropolitan\",\n        \"nonowner\",\n        \"pelagian\",\n        \"pelasgian\",\n        \"theriotheist\",\n        \"townman\",\n        \"townsman\",\n        \"villageress\"\n    ],\n    \"byr\": [\n        \"byrls\"\n    ],\n    \"birmingham ize\": [\n        \"birminghamize\"\n    ],\n    \"bynkeji\": [\n        \"byrnies\"\n    ],\n    \"n'okporo ụzọ\": [\n        \"byroad\",\n        \"crossroad\",\n        \"groundway\",\n        \"inroad\",\n        \"lainer\",\n        \"landways\",\n        \"linewalker\",\n        \"punicaceous\",\n        \"roadable\",\n        \"roadbed\",\n        \"roaded\",\n        \"roading\",\n        \"roadshow\",\n        \"roadside\",\n        \"roadsides\",\n        \"roadstone\",\n        \"roadwise\",\n        \"roadworthy\",\n        \"rollways\",\n        \"streetwalking\",\n        \"streetward\",\n        \"streetwise\",\n        \"throughway\",\n        \"throughways\",\n        \"uproad\",\n        \"upways\"\n    ],\n    \"site n'okwu\": [\n        \"byronic\"\n    ],\n    \"site na ngwa oru\": [\n        \"byronics\"\n    ],\n    \"onye na-eme nnyocha\": [\n        \"byronist\"\n    ],\n    \"nsị\": [\n        \"birotation\",\n        \"booziness\",\n        \"botched\",\n        \"botflies\",\n        \"coadjacence\",\n        \"coagulation\",\n        \"coagulative\",\n        \"coction\",\n        \"cognation\",\n        \"coppice\",\n        \"covalence\",\n        \"defecation\",\n        \"dorsointestinal\",\n        \"droiture\",\n        \"droppage\",\n        \"droppings\",\n        \"dung\",\n        \"dunger\",\n        \"dunghill\",\n        \"dungyard\",\n        \"dunging\",\n        \"dungs\",\n        \"faeces\",\n        \"feces\",\n        \"fecket\",\n        \"feest\",\n        \"foveation\",\n        \"ginnings\",\n        \"gung\",\n        \"gurt\",\n        \"inhesion\",\n        \"interspersion\",\n        \"intersprinkling\",\n        \"intimal\",\n        \"intitulation\",\n        \"larches\",\n        \"larviposition\",\n        \"littering\",\n        \"minesweeping\",\n        \"nasturtion\",\n        \"nitpicking\",\n        \"nonshipping\",\n        \"nonstainer\",\n        \"nuttery\",\n        \"nutting\",\n        \"perspicuity\",\n        \"phlegmy\",\n        \"poop\",\n        \"rhebosis\",\n        \"seaminess\",\n        \"sewages\",\n        \"sewers\",\n        \"snicking\",\n        \"snobbiness\",\n        \"snorkeling\",\n        \"snottiness\",\n        \"stabulation\",\n        \"stingingness\",\n        \"stupex\",\n        \"suffixation\",\n        \"surance\",\n        \"tingi\",\n        \"tingibility\",\n        \"tingis\",\n        \"tissuing\",\n        \"tonicking\"\n    ],\n    \"birretta\": [\n        \"birrettas\"\n    ],\n    \"birs\": [\n        \"birses\"\n    ],\n    \"omumu\": [\n        \"birth\",\n        \"birthy\",\n        \"birthwort\",\n        \"generale\",\n        \"generative\",\n        \"generatively\",\n        \"matutinary\",\n        \"procreation\",\n        \"progeneration\",\n        \"reproduceable\",\n        \"reproductive\",\n        \"reproductively\",\n        \"reproductiveness\",\n        \"reproductory\",\n        \"studium\"\n    ],\n    \"mụọ\": [\n        \"birthbed\",\n        \"childed\",\n        \"kindle\",\n        \"learnedly\",\n        \"mows\",\n        \"reearn\",\n        \"scholasticly\",\n        \"studied\",\n        \"studiedly\"\n    ],\n    \"ụbọchị ọmụmụ\": [\n        \"birthday\",\n        \"birthdays\",\n        \"birthmate\",\n        \"doomsdays\",\n        \"unbirthday\"\n    ],\n    \"burtynsky\": [\n        \"byrthynsak\"\n    ],\n    \"enweghị ịmụ nwa\": [\n        \"birthless\"\n    ],\n    \"akara omumu\": [\n        \"birthmark\",\n        \"birthmarks\"\n    ],\n    \"ebe omumu\": [\n        \"birthplace\"\n    ],\n    \"ebe ọmụmụ\": [\n        \"birthplaces\"\n    ],\n    \"ọmụmụ nwa\": [\n        \"birthrate\"\n    ],\n    \"ọkpara\": [\n        \"birthright\",\n        \"eld\",\n        \"eldin\",\n        \"eldred\"\n    ],\n    \"biscan\": [\n        \"biscanism\"\n    ],\n    \"bisisot\": [\n        \"biscot\"\n    ],\n    \"biskotin\": [\n        \"biscotin\"\n    ],\n    \"bisikiiti\": [\n        \"biscuit\",\n        \"biscuitlike\",\n        \"biscuitmaker\",\n        \"biscuitmaking\",\n        \"biscuitry\",\n        \"biscuitroot\"\n    ],\n    \"biskit\": [\n        \"biscuiting\",\n        \"biscuits\"\n    ],\n    \"bisikate\": [\n        \"biscutate\"\n    ],\n    \"bis dimethylamino\": [\n        \"bisdimethylamino\"\n    ],\n    \"bisector\": [\n        \"bisected\"\n    ],\n    \"bisection mmekorita\": [\n        \"bisectionally\"\n    ],\n    \"biseji\": [\n        \"bisects\"\n    ],\n    \"bishọp\": [\n        \"biserial\",\n        \"bishop\",\n        \"bishopdom\",\n        \"bishopess\",\n        \"bishopful\",\n        \"bishophood\",\n        \"bishopling\",\n        \"bishopric\",\n        \"bishoprics\",\n        \"bishops\",\n        \"bishopship\",\n        \"cobishop\",\n        \"protobishop\",\n        \"unbishop\"\n    ],\n    \"na-elekọta anya\": [\n        \"biseriately\",\n        \"broodingly\",\n        \"caperingly\",\n        \"caressingly\",\n        \"cheddaring\",\n        \"overnursing\",\n        \"supervigilantly\",\n        \"supervigorously\",\n        \"undermanager\"\n    ],\n    \"ọnwareen\": [\n        \"bishareen\"\n    ],\n    \"ọnwarin\": [\n        \"bisharin\"\n    ],\n    \"bishọpbird\": [\n        \"bishopbird\"\n    ],\n    \"dị ka bishop\": [\n        \"bishoplike\"\n    ],\n    \"bisymmetri\": [\n        \"bisymmetry\"\n    ],\n    \"bisinkaation\": [\n        \"bisinuation\"\n    ],\n    \"beli\": [\n        \"bisley\"\n    ],\n    \"biski\": [\n        \"bislings\",\n        \"bisques\"\n    ],\n    \"onye ugha\": [\n        \"bisonant\",\n        \"cortinarious\",\n        \"crateman\",\n        \"foosterer\",\n        \"fuehrer\",\n        \"liar\",\n        \"liegeman\",\n        \"stageman\",\n        \"staggerer\",\n        \"voorlooper\"\n    ],\n    \"ndi nwoke\": [\n        \"bissextile\",\n        \"gildsmen\",\n        \"liverymen\",\n        \"sonarmen\",\n        \"stringsmen\",\n        \"trolleymen\",\n        \"trollymen\"\n    ],\n    \"onye na-ekiri ihe na-emenụ\": [\n        \"bystander\"\n    ],\n    \"ndị na-eguzo n'akụkụ\": [\n        \"bystanders\"\n    ],\n    \"ụmụnne\": [\n        \"bisters\",\n        \"lathers\",\n        \"misters\",\n        \"sibbs\",\n        \"siblings\",\n        \"sisterhood\"\n    ],\n    \"ntakịrị\": [\n        \"bit\",\n        \"littleness\",\n        \"minimetric\",\n        \"sleightful\",\n        \"slightiness\",\n        \"slightly\",\n        \"whinny\"\n    ],\n    \"nkita\": [\n        \"bitch\",\n        \"bitches\",\n        \"bussy\",\n        \"bussu\",\n        \"crabbery\",\n        \"doggedly\",\n        \"doggereled\",\n        \"doggerelizer\",\n        \"doggerelled\",\n        \"doggishly\",\n        \"doggoned\",\n        \"dognapped\",\n        \"jackal\"\n    ],\n    \"nkwo\": [\n        \"bitched\",\n        \"lwop\",\n        \"semirebellion\"\n    ],\n    \"ebe anwuta\": [\n        \"bitchery\"\n    ],\n    \"ilu\": [\n        \"bitchiness\",\n        \"biternate\",\n        \"bitter\",\n        \"bitterbark\",\n        \"bitterbloom\",\n        \"bitterbrush\",\n        \"bitterbump\",\n        \"bitterbur\",\n        \"bitterbush\",\n        \"bittered\",\n        \"bitterest\",\n        \"bitterful\",\n        \"bittering\",\n        \"bitterish\",\n        \"bitterishness\",\n        \"bitterly\",\n        \"bittern\",\n        \"bitterns\",\n        \"bitternut\",\n        \"bitterroot\",\n        \"bittersweet\",\n        \"bittersweetness\",\n        \"bitterweed\",\n        \"bitterwood\",\n        \"bitterwort\",\n        \"bittier\",\n        \"grum\",\n        \"parable\",\n        \"parables\",\n        \"parabling\",\n        \"prover\",\n        \"proverb\",\n        \"proverbed\",\n        \"proverbial\",\n        \"proverbialism\",\n        \"proverbially\",\n        \"proverbing\",\n        \"proverbiology\",\n        \"proverbize\",\n        \"proverblike\",\n        \"proverbs\",\n        \"riddle\",\n        \"riddles\"\n    ],\n    \"aru\": [\n        \"bite\",\n        \"bizarre\",\n        \"bizarrely\",\n        \"bizarrerie\",\n        \"bizarres\",\n        \"corporeity\",\n        \"physical\",\n        \"piteous\"\n    ],\n    \"aru aru\": [\n        \"biteable\",\n        \"bitewings\",\n        \"defiable\"\n    ],\n    \"jiri nwayọ\": [\n        \"biternately\",\n        \"calmly\",\n        \"cattishly\",\n        \"cordialize\",\n        \"cordially\",\n        \"fetidly\",\n        \"furrily\",\n        \"gentleheartedly\",\n        \"gravidly\",\n        \"louringly\",\n        \"ludicrously\",\n        \"meagerly\",\n        \"nodally\",\n        \"pruriently\",\n        \"rancidly\",\n        \"rancorously\",\n        \"rapturously\",\n        \"saliently\",\n        \"slow\",\n        \"slowbelly\",\n        \"slowed\",\n        \"slowheaded\",\n        \"slowmouthed\",\n        \"slowwitted\",\n        \"snodly\",\n        \"snortingly\",\n        \"snuggly\",\n        \"sottishly\",\n        \"swartly\",\n        \"swirly\",\n        \"trepidly\",\n        \"unludicrously\",\n        \"vapidly\"\n    ],\n    \"ata aru\": [\n        \"bites\",\n        \"bitewing\"\n    ],\n    \"atarịta ụka\": [\n        \"biting\",\n        \"bitingness\"\n    ],\n    \"na aturu aru\": [\n        \"bitingly\"\n    ],\n    \"bitrịpinnatifid\": [\n        \"bitripinnatifid\"\n    ],\n    \"ibe n'ibe\": [\n        \"bits\",\n        \"chops\"\n    ],\n    \"kwo\": [\n        \"bitstock\",\n        \"shog\",\n        \"vesselful\"\n    ],\n    \"esiam\": [\n        \"bitterblain\"\n    ],\n    \"onye iwe\": [\n        \"bitterer\",\n        \"outbrother\",\n        \"provoker\"\n    ],\n    \"isi ilu\": [\n        \"bitterhead\"\n    ],\n    \"nwee obi ilu\": [\n        \"bitterhearted\",\n        \"embittering\"\n    ],\n    \"enweghị ihe ilu\": [\n        \"bitterless\"\n    ],\n    \"na-egbu ilu\": [\n        \"bitterling\"\n    ],\n    \"ihe ilu\": [\n        \"bitters\"\n    ],\n    \"n'ilu di ilu\": [\n        \"bittersweetly\"\n    ],\n    \"tersbọchị bittersweets\": [\n        \"bittersweets\"\n    ],\n    \"diwworm\": [\n        \"bitterworm\"\n    ],\n    \"bitto\": [\n        \"bittor\"\n    ],\n    \"otu ihe\": [\n        \"bitts\",\n        \"butyrins\",\n        \"componentwise\",\n        \"monoamid\",\n        \"monochlorination\",\n        \"monochromaticity\",\n        \"monochromatism\",\n        \"monochromist\",\n        \"monoeciously\",\n        \"monoecism\",\n        \"monogenism\",\n        \"monolatry\",\n        \"monoptical\",\n        \"monoptote\",\n        \"parturifacient\",\n        \"synetic\"\n    ],\n    \"bitubọkal\": [\n        \"bitubercular\"\n    ],\n    \"N'otu aka ahụ\": [\n        \"bitwise\",\n        \"likewise\",\n        \"pairwise\",\n        \"suchwise\"\n    ],\n    \"enweghị mmeso\": [\n        \"biunity\"\n    ],\n    \"emeghi ihe\": [\n        \"bivocalized\",\n        \"nonapplicatory\",\n        \"nonclotting\",\n        \"noncultivation\",\n        \"nonenactment\",\n        \"nonfashionableness\",\n        \"nonpracticalness\",\n        \"nonsacrifice\",\n        \"nonstylization\",\n        \"nonstultification\",\n        \"nonsurgical\",\n        \"nontreated\",\n        \"offhandedness\",\n        \"underacting\",\n        \"undrugged\",\n        \"unmodelled\",\n        \"unrecoded\",\n        \"unthinning\"\n    ],\n    \"izu abụọ\": [\n        \"biweekly\",\n        \"semiweekly\"\n    ],\n    \"site n’okwu\": [\n        \"byword\"\n    ],\n    \"site n'ọrụ\": [\n        \"bywork\"\n    ],\n    \"site na-arụ ọrụ\": [\n        \"byworks\"\n    ],\n    \"bi\": [\n        \"biz\",\n        \"dwells\",\n        \"indweller\",\n        \"inhabitable\",\n        \"inhabitative\",\n        \"inhabiting\",\n        \"inhabits\",\n        \"occupying\",\n        \"resider\",\n        \"resides\",\n        \"residing\",\n        \"resids\"\n    ],\n    \"Obinwanne\": [\n        \"byzantian\",\n        \"cecidomyiidous\",\n        \"demiangel\",\n        \"divinyl\",\n        \"dolichopellic\",\n        \"funebrial\",\n        \"gaetulian\",\n        \"harrisia\",\n        \"heterotypic\",\n        \"kjeldahl\",\n        \"spiculose\",\n        \"thallogenic\",\n        \"thallogens\",\n        \"ultracrepidarian\",\n        \"zyzomys\"\n    ],\n    \"byOgbogu Okonji\": [\n        \"byzantinesque\"\n    ],\n    \"byzantine\": [\n        \"byzantinize\",\n        \"byzantium\"\n    ],\n    \"ndị byzants\": [\n        \"byzants\"\n    ],\n    \"vizcacha\": [\n        \"bizcacha\"\n    ],\n    \"bizarro\": [\n        \"bizzarro\"\n    ],\n    \"togburu\": [\n        \"blabbed\",\n        \"greatmouthed\",\n        \"incavated\",\n        \"turbined\",\n        \"upgathered\"\n    ],\n    \"okwu okwute\": [\n        \"blabber\"\n    ],\n    \"Okeke\": [\n        \"blabmouth\",\n        \"bovld\",\n        \"superdelicately\"\n    ],\n    \"oji\": [\n        \"black\",\n        \"blackbirds\",\n        \"blackbody\",\n        \"blackcods\",\n        \"blackcurrant\",\n        \"blacky\",\n        \"blackishness\",\n        \"blackjack\",\n        \"blackmailer\",\n        \"blackneb\",\n        \"blackness\",\n        \"blacks\",\n        \"blindeyes\",\n        \"cloner\",\n        \"dinkly\",\n        \"gingiva\",\n        \"grigri\",\n        \"grilly\",\n        \"smithydander\",\n        \"snivelling\"\n    ],\n    \"gbanye ojii\": [\n        \"blackballed\"\n    ],\n    \"oji oji\": [\n        \"blackballer\"\n    ],\n    \"ịgba bọl\": [\n        \"blackballing\",\n        \"soccerite\"\n    ],\n    \"bọọlụ ojii\": [\n        \"blackballs\"\n    ],\n    \"nwa ojii\": [\n        \"blackbeard\",\n        \"blackboy\",\n        \"blackfeet\"\n    ],\n    \"nwa ebe\": [\n        \"blackbeetle\"\n    ],\n    \"ihe ojii\": [\n        \"blackbelly\"\n    ],\n    \"blakberị\": [\n        \"blackberries\"\n    ],\n    \"blackberry amasị\": [\n        \"blackberrylike\"\n    ],\n    \"ịgba ojii\": [\n        \"blackbirding\"\n    ],\n    \"bọọdụ\": [\n        \"blackboard\",\n        \"blackboards\",\n        \"chalkboards\",\n        \"fireboard\",\n        \"lightboard\",\n        \"matchboard\",\n        \"shootboard\",\n        \"springboards\"\n    ],\n    \"bomụ ojii\": [\n        \"blackboys\"\n    ],\n    \"brọsh\": [\n        \"blackbrush\",\n        \"saltbrush\",\n        \"toothbrush\"\n    ],\n    \"ntanye\": [\n        \"blackbush\",\n        \"cheeking\",\n        \"inship\",\n        \"interfusion\",\n        \"nettion\",\n        \"redistribution\",\n        \"suturing\"\n    ],\n    \"mgbanye\": [\n        \"blackbutt\",\n        \"chocard\",\n        \"contrair\",\n        \"distriction\",\n        \"ignatia\",\n        \"ignitibility\",\n        \"ignition\",\n        \"ignotus\",\n        \"venenating\"\n    ],\n    \"uwe ojii\": [\n        \"blackcoat\",\n        \"blackshirt\",\n        \"blackshirted\",\n        \"bloater\",\n        \"bloats\",\n        \"bloused\",\n        \"cloamen\",\n        \"cloys\",\n        \"coys\",\n        \"coves\",\n        \"flackery\",\n        \"locoes\",\n        \"overshirt\",\n        \"policeless\",\n        \"policemanish\",\n        \"policemanism\",\n        \"polices\",\n        \"policial\",\n        \"policing\",\n        \"policlinic\",\n        \"roberd\",\n        \"unplaster\"\n    ],\n    \"oji ojii\": [\n        \"blackdamp\",\n        \"blackeners\",\n        \"blackgums\",\n        \"blackouts\"\n    ],\n    \"gbaa ọchịchịrị\": [\n        \"blacked\",\n        \"darken\",\n        \"darkened\",\n        \"darkens\",\n        \"darkish\",\n        \"darkled\",\n        \"darkly\",\n        \"gloomed\",\n        \"gubbings\",\n        \"obscuredly\",\n        \"obscureness\"\n    ],\n    \"na-acha oji\": [\n        \"blacken\",\n        \"blacksmithing\"\n    ],\n    \"agba ojii\": [\n        \"blackened\",\n        \"blackener\",\n        \"blackening\",\n        \"blacker\",\n        \"greyhens\"\n    ],\n    \"na-agba oji\": [\n        \"blackens\",\n        \"blackings\"\n    ],\n    \"nke kachasị oji\": [\n        \"blackest\"\n    ],\n    \"ndi oji\": [\n        \"blackfellows\",\n        \"blacksmiths\",\n        \"darkmans\"\n    ],\n    \"agbanyụ ọkụ\": [\n        \"blackfire\",\n        \"outflamed\"\n    ],\n    \"blackfish\": [\n        \"blackfishes\"\n    ],\n    \"ijiji\": [\n        \"blackflies\",\n        \"ferlies\",\n        \"flies\",\n        \"fliest\",\n        \"fromage\",\n        \"houseflies\"\n    ],\n    \"ụkwụ ojii\": [\n        \"blackfoot\"\n    ],\n    \"mkpuchi ọchịchị\": [\n        \"blackguardism\"\n    ],\n    \"ndị isi ojii\": [\n        \"blackguards\",\n        \"blackmailers\",\n        \"chaperons\"\n    ],\n    \"isi oji\": [\n        \"blackhead\",\n        \"whitehead\"\n    ],\n    \"nwa obi\": [\n        \"blackheart\",\n        \"blackheartedly\"\n    ],\n    \"na-agba ojii\": [\n        \"blacking\"\n    ],\n    \"ojii\": [\n        \"blackishly\",\n        \"blacklead\",\n        \"blacklegism\",\n        \"blacklegs\",\n        \"blackly\",\n        \"cloudberry\"\n    ],\n    \"Ojiri\": [\n        \"blackjacked\"\n    ],\n    \"Ogbo\": [\n        \"blackjacking\",\n        \"chugging\",\n        \"grooverhead\",\n        \"langrels\",\n        \"ostmen\",\n        \"rhd\",\n        \"spaddle\",\n        \"spondaic\",\n        \"spondaize\",\n        \"spong\",\n        \"sponge\",\n        \"spongefly\",\n        \"spongelet\",\n        \"spongeous\",\n        \"sponger\",\n        \"spongers\",\n        \"sponges\",\n        \"spongy\",\n        \"spongiae\",\n        \"spongier\",\n        \"spongily\",\n        \"spongilla\",\n        \"sponginess\",\n        \"sponging\",\n        \"spongocoel\",\n        \"spongoid\",\n        \"spongology\",\n        \"sprocket\"\n    ],\n    \"Ihe Ojuru\": [\n        \"blackjacks\"\n    ],\n    \"ọkụ ojii\": [\n        \"blacklight\"\n    ],\n    \"blacklist\": [\n        \"blacklisted\"\n    ],\n    \"ede oji\": [\n        \"blacklists\"\n    ],\n    \"na-akpọku aha\": [\n        \"blackmail\"\n    ],\n    \"gbanye oji\": [\n        \"blackmailed\"\n    ],\n    \"izipu ozi\": [\n        \"blackmailing\",\n        \"dispatching\",\n        \"mailability\",\n        \"misdelivery\",\n        \"precommunicate\",\n        \"unmail\"\n    ],\n    \"Ozi\": [\n        \"blackmails\",\n        \"luket\",\n        \"mailsack\",\n        \"moresques\",\n        \"sisting\",\n        \"taches\",\n        \"zyryan\"\n    ],\n    \"nwa oji\": [\n        \"blackman\"\n    ],\n    \"agbanyụcha ọkụ\": [\n        \"blackout\"\n    ],\n    \"efere ojii\": [\n        \"blackplate\"\n    ],\n    \"mkpụrụ ojii\": [\n        \"blackseed\"\n    ],\n    \"onye oji\": [\n        \"blacksmith\",\n        \"busman\",\n        \"crueller\"\n    ],\n    \"ihe mkpuchi ojii\": [\n        \"blackstrap\"\n    ],\n    \"ntacha ọcha\": [\n        \"blackwash\"\n    ],\n    \"Igwe ncha uhie\": [\n        \"blackwasher\"\n    ],\n    \"ncha ọcha\": [\n        \"blackwashing\",\n        \"whiteblow\",\n        \"whitewasher\"\n    ],\n    \"oji mmiri\": [\n        \"blackwater\"\n    ],\n    \"Blackwood\": [\n        \"blackwood\"\n    ],\n    \"blackwork\": [\n        \"blackwort\"\n    ],\n    \"dị ka eriri afo\": [\n        \"bladderlike\"\n    ],\n    \"agụba\": [\n        \"blade\",\n        \"bladebone\",\n        \"bladeless\",\n        \"bladelet\",\n        \"bladewise\",\n        \"blading\",\n        \"misnumbers\",\n        \"razers\",\n        \"razorback\",\n        \"razorbill\",\n        \"razorfish\",\n        \"razorfishes\",\n        \"razoring\",\n        \"razormaker\",\n        \"razorman\",\n        \"razors\",\n        \"razorstrop\"\n    ],\n    \"pupụtara\": [\n        \"bladed\",\n        \"pomps\"\n    ],\n    \"UM UBARA\": [\n        \"blades\",\n        \"bladish\"\n    ],\n    \"Ihe anakpo\": [\n        \"bladesmith\"\n    ],\n    \"ahịhịa amị\": [\n        \"bladygrass\",\n        \"rebed\",\n        \"reed\",\n        \"reedbirds\",\n        \"reeded\",\n        \"reeden\",\n        \"reedily\",\n        \"reediness\",\n        \"reedings\",\n        \"reedish\",\n        \"reedits\",\n        \"reedless\",\n        \"reedling\",\n        \"reedlings\",\n        \"reeds\",\n        \"reles\"\n    ],\n    \"blaeberị\": [\n        \"blaeberry\"\n    ],\n    \"gbachi\": [\n        \"blayk\",\n        \"emunct\",\n        \"hushed\",\n        \"slock\"\n    ],\n    \"NKP\": [\n        \"blair\",\n        \"rs\"\n    ],\n    \"lamta ụta\": [\n        \"blamability\",\n        \"blamable\"\n    ],\n    \"bta ụta\": [\n        \"blamableness\"\n    ],\n    \"blameta ụta\": [\n        \"blameable\",\n        \"blameful\"\n    ],\n    \"ableta ụta\": [\n        \"blameableness\"\n    ],\n    \"na-ata uta\": [\n        \"blameably\"\n    ],\n    \"blamedta uta\": [\n        \"blamed\"\n    ],\n    \"enweghị ụta\": [\n        \"blameless\",\n        \"blamelessness\"\n    ],\n    \"n'enweghị ụta\": [\n        \"blamelessly\"\n    ],\n    \"ibobo\": [\n        \"blamer\"\n    ],\n    \"ndibo\": [\n        \"blamers\",\n        \"harbourage\"\n    ],\n    \"worthyta ụta\": [\n        \"blameworthy\"\n    ],\n    \"ụta kwesịrị\": [\n        \"blameworthiness\"\n    ],\n    \"ata ụta\": [\n        \"blaming\"\n    ],\n    \"blanket\": [\n        \"blancard\",\n        \"blancher\",\n        \"blanches\",\n        \"blancs\",\n        \"blankard\",\n        \"blanker\",\n        \"blanketer\",\n        \"blanketlike\",\n        \"blankets\",\n        \"blankit\"\n    ],\n    \"nzu\": [\n        \"blanch\",\n        \"boob\",\n        \"chal\",\n        \"chalcanth\",\n        \"chalcanthite\",\n        \"chalchuite\",\n        \"chalcids\",\n        \"chalcites\",\n        \"chalcocite\",\n        \"chalcogen\",\n        \"chalcolite\",\n        \"chalcolithic\",\n        \"chalcomenite\",\n        \"chalcon\",\n        \"chalcone\",\n        \"chalcosine\",\n        \"chalcostibite\",\n        \"chalcotrichite\",\n        \"chalcotript\",\n        \"chalcus\",\n        \"chaldaic\",\n        \"chalk\",\n        \"chalkboard\",\n        \"chalkcutter\",\n        \"chalked\",\n        \"chalker\",\n        \"chalky\",\n        \"chalkier\",\n        \"chalkiness\",\n        \"chalklike\",\n        \"chalkline\",\n        \"chalkone\",\n        \"chalkos\",\n        \"chalkpit\",\n        \"chalkrail\",\n        \"chalks\",\n        \"chalkstony\",\n        \"challot\",\n        \"challote\",\n        \"challoth\",\n        \"chalmer\",\n        \"chalque\",\n        \"chalta\",\n        \"limmer\",\n        \"misc\",\n        \"mucky\",\n        \"nubile\",\n        \"ploughwise\",\n        \"slovenly\",\n        \"slovenlier\",\n        \"snouts\",\n        \"wice\",\n        \"wit\",\n        \"witchuck\"\n    ],\n    \"ndị na-ekpocha ihe\": [\n        \"blanchers\"\n    ],\n    \"blanchimeta\": [\n        \"blanchimeter\"\n    ],\n    \"na-ekpochapu\": [\n        \"blanching\",\n        \"evaporates\",\n        \"extincting\",\n        \"hylactic\"\n    ],\n    \"n'ikpochapu\": [\n        \"blanchingly\"\n    ],\n    \"Blanco\": [\n        \"blanco\"\n    ],\n    \"eweghi iwe\": [\n        \"bland\",\n        \"gritted\",\n        \"ungrieved\",\n        \"ungrieving\",\n        \"unsensed\"\n    ],\n    \"nkwutọ\": [\n        \"blander\",\n        \"blandly\",\n        \"bluntish\",\n        \"slander\",\n        \"slandered\",\n        \"slanderful\",\n        \"slanderfully\",\n        \"slandering\",\n        \"slanderingly\",\n        \"slanderously\",\n        \"slanderousness\",\n        \"slanderproof\",\n        \"slanders\",\n        \"unslanderousness\"\n    ],\n    \"nke adighi nma\": [\n        \"blandest\"\n    ],\n    \"nkwuputa\": [\n        \"blandishes\",\n        \"blandishments\",\n        \"counterstratagem\",\n        \"debarkations\",\n        \"declaratives\",\n        \"decuss\",\n        \"defalcation\",\n        \"defeminisation\",\n        \"demisacrilege\",\n        \"deprisure\",\n        \"depursement\",\n        \"disannexation\",\n        \"disburses\",\n        \"discanonization\",\n        \"disciflorous\",\n        \"discission\",\n        \"disclander\",\n        \"disclimax\",\n        \"disclosive\",\n        \"disclusion\",\n        \"disconsonancy\",\n        \"disemboguement\",\n        \"disencumbrance\",\n        \"dismounts\",\n        \"dissonances\",\n        \"dissonancies\",\n        \"disusage\",\n        \"disvaluation\",\n        \"eclairissement\",\n        \"estivage\",\n        \"estivation\",\n        \"estruses\",\n        \"letdowns\",\n        \"nondecomposition\",\n        \"preindication\",\n        \"quotation\",\n        \"reannouncement\",\n        \"rebids\",\n        \"recission\",\n        \"shending\",\n        \"unrepresentation\"\n    ],\n    \"nkwusi\": [\n        \"blandishment\",\n        \"debasement\",\n        \"disculpation\",\n        \"disloign\",\n        \"inswathement\",\n        \"interlocally\",\n        \"stoppability\",\n        \"stoppableness\",\n        \"stoutish\",\n        \"suspensions\"\n    ],\n    \"Akwụkwọ blank\": [\n        \"blankbook\"\n    ],\n    \"blanket na\": [\n        \"blanketed\",\n        \"blanketeer\",\n        \"blanketers\"\n    ],\n    \"akwa blanket\": [\n        \"blanketmaker\"\n    ],\n    \"blanket blanket\": [\n        \"blanketmaking\"\n    ],\n    \"blanketị\": [\n        \"blanketry\"\n    ],\n    \"na-ekpuchi ihe\": [\n        \"blanking\",\n        \"obscures\"\n    ],\n    \"n’efu\": [\n        \"blankly\",\n        \"freely\"\n    ],\n    \"akwa mkpuchi\": [\n        \"blanquette\",\n        \"capelet\",\n        \"capkin\",\n        \"cloakage\",\n        \"firecoat\",\n        \"footcloth\",\n        \"forpet\",\n        \"girdlecake\",\n        \"heathbrd\",\n        \"loincloth\",\n        \"loincloths\",\n        \"mistcoat\",\n        \"sleepcoat\",\n        \"topcoats\",\n        \"turncoats\",\n        \"underpetticoat\"\n    ],\n    \"ndị ọkụ\": [\n        \"blaoners\",\n        \"brimmers\",\n        \"fuehrers\",\n        \"fuelers\",\n        \"lightmans\",\n        \"ruminators\",\n        \"tormen\"\n    ],\n    \"acha ọcha\": [\n        \"blarneyed\",\n        \"blear\",\n        \"bleared\",\n        \"blearedness\",\n        \"bleareyed\",\n        \"blearier\",\n        \"bleinerite\",\n        \"blepharoplastic\",\n        \"blepharostat\",\n        \"blere\",\n        \"bletonism\",\n        \"blondeness\",\n        \"blondes\",\n        \"blondish\",\n        \"blondness\",\n        \"glaringness\",\n        \"gledes\",\n        \"gular\",\n        \"yellowfin\",\n        \"yellowishness\",\n        \"yellowness\",\n        \"yellows\",\n        \"yellowshins\",\n        \"yellowtop\",\n        \"ruderate\",\n        \"whick\",\n        \"whicken\",\n        \"whickered\",\n        \"whidded\",\n        \"whitebait\",\n        \"whitebeam\",\n        \"whitebeard\",\n        \"whitebelt\",\n        \"whitecapping\",\n        \"whitecoat\",\n        \"whitecorn\",\n        \"whitecup\",\n        \"whited\",\n        \"whitedamp\",\n        \"whitefeet\",\n        \"whitehanded\",\n        \"whitehass\",\n        \"whiteheads\",\n        \"whitey\",\n        \"whiteline\",\n        \"whiten\",\n        \"whiteout\",\n        \"whiteouts\",\n        \"whitepot\",\n        \"whiteroot\",\n        \"whiterump\",\n        \"whitewashed\",\n        \"whiteweed\",\n        \"whiteworm\",\n        \"whitewort\",\n        \"witepenny\"\n    ],\n    \"Ogba-mmiri\": [\n        \"blarneyer\"\n    ],\n    \"larba ama\": [\n        \"blarneying\"\n    ],\n    \"Ndiigbo\": [\n        \"blas\",\n        \"brattishing\",\n        \"capfuls\",\n        \"cervantes\",\n        \"phrenoplegy\",\n        \"skippers\"\n    ],\n    \"nkwulu\": [\n        \"blaseness\",\n        \"blashy\",\n        \"blaspheme\",\n        \"blasphemy\",\n        \"catfight\",\n        \"defamatory\",\n        \"defamer\",\n        \"defamous\",\n        \"nonblasphemies\",\n        \"nonblasphemous\",\n        \"nonblasphemousness\",\n        \"profanation\",\n        \"profanement\",\n        \"slanderous\"\n    ],\n    \"ekwulu\": [\n        \"blasphemed\",\n        \"blasphemes\",\n        \"blasphemies\",\n        \"despecificate\",\n        \"reviled\",\n        \"vilified\"\n    ],\n    \"onye nkwulu\": [\n        \"blasphemer\"\n    ],\n    \"Ndị nkwulu\": [\n        \"blasphemers\"\n    ],\n    \"na-ekwulu Chineke\": [\n        \"blaspheming\",\n        \"nonblasphemously\"\n    ],\n    \"Nkwulu\": [\n        \"blasphemous\",\n        \"defamers\"\n    ],\n    \"Nkwulu Chineke\": [\n        \"blasphemousness\"\n    ],\n    \"ọgbụgba\": [\n        \"blastemal\",\n        \"blastemic\",\n        \"castigation\",\n        \"contumelies\",\n        \"crustalogical\",\n        \"dakoity\",\n        \"disruptiveness\",\n        \"gemmation\",\n        \"haemorrhaged\",\n        \"impregnating\",\n        \"incorr\",\n        \"inescation\",\n        \"infrigidation\",\n        \"instantiation\",\n        \"intercommune\",\n        \"liplet\",\n        \"lippitude\",\n        \"misemphasis\",\n        \"molimen\",\n        \"mortlake\",\n        \"muckiness\",\n        \"protoprism\",\n        \"pulicosity\",\n        \"strout\",\n        \"thalassocracy\",\n        \"typification\",\n        \"trisection\",\n        \"vagation\",\n        \"wicken\"\n    ],\n    \"ndị gbawara agbawa\": [\n        \"blasters\"\n    ],\n    \"na-agbawa agbawa\": [\n        \"blastful\",\n        \"explosively\"\n    ],\n    \"okooko\": [\n        \"blasty\",\n        \"blossom\",\n        \"blossoming\",\n        \"budging\",\n        \"flowered\",\n        \"flowering\",\n        \"glowering\",\n        \"loxic\",\n        \"marrot\",\n        \"orpins\",\n        \"parrotry\",\n        \"unflowering\",\n        \"wreathy\"\n    ],\n    \"gbawara id\": [\n        \"blastid\"\n    ],\n    \"balestier\": [\n        \"blastier\",\n        \"blastiest\"\n    ],\n    \"ọgbụgba ọkụ\": [\n        \"blasting\",\n        \"blastings\",\n        \"blastment\",\n        \"blastulation\"\n    ],\n    \"Oluchi Okeke\": [\n        \"blastochyle\",\n        \"blastostyle\"\n    ],\n    \"afụm\": [\n        \"blastomeric\"\n    ],\n    \"afụigbo\": [\n        \"blastophthoric\"\n    ],\n    \"afụfụfụ\": [\n        \"blastoporphyritic\"\n    ],\n    \"chukwuemeka\": [\n        \"blastostylar\",\n        \"boswellized\",\n        \"bromeliad\",\n        \"butyrometric\",\n        \"catachrestic\",\n        \"cephalocele\",\n        \"chabazite\",\n        \"chylocele\",\n        \"chytridiaceous\",\n        \"chrysothrix\",\n        \"cryochoric\",\n        \"dicaryophase\",\n        \"disulfoxid\",\n        \"floscularia\",\n        \"frumaryl\",\n        \"gadsbud\",\n        \"gyrodyne\",\n        \"gyrohorizon\",\n        \"gloxinias\",\n        \"goddamndest\",\n        \"godfrey\",\n        \"goliardeys\",\n        \"gorgonacea\",\n        \"guaiacol\",\n        \"guglia\",\n        \"guglio\",\n        \"heracleonite\",\n        \"hexastich\",\n        \"hyoglossi\",\n        \"kyanised\",\n        \"kittycornered\",\n        \"klaberjass\",\n        \"massachuset\",\n        \"massachusetts\",\n        \"melothria\",\n        \"nasicornia\",\n        \"phrenocostal\",\n        \"phthalanilic\",\n        \"phthisicky\",\n        \"pyocele\",\n        \"pyolymph\",\n        \"pyongyang\",\n        \"pyoxanthose\",\n        \"praehallux\",\n        \"pratincola\",\n        \"quinaldic\",\n        \"quodlibetz\",\n        \"rhombohedric\",\n        \"schindyletic\",\n        \"svarajs\",\n        \"thorogummite\",\n        \"vesiculopustular\",\n        \"zygotes\"\n    ],\n    \"Gbawara\": [\n        \"blasts\"\n    ],\n    \"na-agba agba\": [\n        \"blastular\",\n        \"bleating\",\n        \"blethering\",\n        \"bruting\",\n        \"cycases\",\n        \"cyclizes\",\n        \"coarsening\",\n        \"germling\",\n        \"gettering\",\n        \"perspirable\",\n        \"pulpless\",\n        \"rabbles\",\n        \"rinning\",\n        \"rumples\",\n        \"rumpling\"\n    ],\n    \"Ihihie\": [\n        \"blatancy\",\n        \"steery\"\n    ],\n    \"Okwu nzuzu\": [\n        \"blatancies\",\n        \"pseudologue\",\n        \"vulgariser\",\n        \"vulgarising\",\n        \"vulnific\"\n    ],\n    \"ihe ocha\": [\n        \"blatant\"\n    ],\n    \"n'ikwu hoo haa\": [\n        \"blatantly\"\n    ],\n    \"ịkwa ụra\": [\n        \"blateration\",\n        \"licking\",\n        \"teetering\"\n    ],\n    \"ịcha ihe\": [\n        \"blateroon\"\n    ],\n    \"tinye ihe\": [\n        \"blather\",\n        \"coprecipitate\",\n        \"encarnalizing\",\n        \"entertissue\"\n    ],\n    \"gbarụrụ\": [\n        \"blathered\",\n        \"blatted\",\n        \"bludged\",\n        \"bludgeoned\",\n        \"debriefed\",\n        \"dehorted\",\n        \"dehumanised\",\n        \"deuced\",\n        \"gibbered\",\n        \"misedited\",\n        \"recursed\",\n        \"scimitered\",\n        \"wringed\"\n    ],\n    \"okwa-eze\": [\n        \"blatherer\"\n    ],\n    \"ntekwa\": [\n        \"blathery\",\n        \"festinating\"\n    ],\n    \"latnye\": [\n        \"blatjang\"\n    ],\n    \"lattọ\": [\n        \"blatter\"\n    ],\n    \"blatt\": [\n        \"blatters\"\n    ],\n    \"okwukwuike\": [\n        \"blattoidea\"\n    ],\n    \"utlọ\": [\n        \"blautok\"\n    ],\n    \"na-agbapu\": [\n        \"blawing\",\n        \"evacuating\",\n        \"speiring\"\n    ],\n    \"gbaa ọkụ\": [\n        \"blazed\",\n        \"blighter\",\n        \"charred\",\n        \"firebombed\",\n        \"lighted\",\n        \"scalding\"\n    ],\n    \"na-agba ọkụ\": [\n        \"blazes\",\n        \"smoldering\",\n        \"smouldering\"\n    ],\n    \"na-enwu ọkụ\": [\n        \"blazing\",\n        \"flaming\",\n        \"flamingant\",\n        \"radiferous\",\n        \"sparkproof\"\n    ],\n    \"Ogboo\": [\n        \"bldg\",\n        \"clomben\"\n    ],\n    \"ịcha ọcha\": [\n        \"bleaberry\",\n        \"bleach\",\n        \"bleacheries\",\n        \"bleaches\",\n        \"bleachfield\",\n        \"bleachground\",\n        \"bleaching\",\n        \"bleachman\",\n        \"bleachs\",\n        \"bleachworks\",\n        \"bleater\",\n        \"bletheration\"\n    ],\n    \"inwe udo\": [\n        \"bleachability\"\n    ],\n    \"a na-agbanwe agbanwe\": [\n        \"bleachable\"\n    ],\n    \"ọchacha\": [\n        \"bleached\"\n    ],\n    \"onye isi awọ\": [\n        \"bleacher\",\n        \"bleacherman\"\n    ],\n    \"ịgba ọchịchị mgba okpuru\": [\n        \"bleachery\",\n        \"sedition\",\n        \"seditionary\"\n    ],\n    \"onye ọcha\": [\n        \"bleacherite\",\n        \"whitesmith\"\n    ],\n    \"ndị ọcha\": [\n        \"bleachers\",\n        \"bleaters\",\n        \"blenchers\",\n        \"purgatives\",\n        \"purists\",\n        \"purloiners\",\n        \"thatchers\"\n    ],\n    \"ụcha ụlọ\": [\n        \"bleachhouse\"\n    ],\n    \"ogige ọcha\": [\n        \"bleachyard\"\n    ],\n    \"adị njọ\": [\n        \"bleak\"\n    ],\n    \"ihe na-ekpo oku\": [\n        \"bleaker\"\n    ],\n    \"kasị njọ\": [\n        \"bleakest\",\n        \"choosiest\",\n        \"deadest\",\n        \"evilest\",\n        \"evillest\",\n        \"faultiest\",\n        \"ficklest\",\n        \"grimmest\",\n        \"grummest\",\n        \"micklest\",\n        \"severest\",\n        \"ugliest\",\n        \"vilest\",\n        \"whinniest\",\n        \"wickedest\",\n        \"worsets\",\n        \"worst\",\n        \"worsting\"\n    ],\n    \"na-acha ọcha\": [\n        \"bleary\",\n        \"blearing\",\n        \"bluffing\",\n        \"colourfast\",\n        \"deifying\",\n        \"dinking\",\n        \"draying\",\n        \"peening\",\n        \"petrescence\",\n        \"rosining\",\n        \"tomming\",\n        \"whicker\",\n        \"whickering\",\n        \"whids\",\n        \"whiggery\",\n        \"whigging\",\n        \"whimming\",\n        \"whiners\",\n        \"whinnying\",\n        \"whitening\",\n        \"whitens\",\n        \"whiter\",\n        \"whitewards\",\n        \"whitewing\",\n        \"whiting\",\n        \"whitling\",\n        \"whitters\"\n    ],\n    \"bleelle\": [\n        \"blearily\"\n    ],\n    \"arinfụ\": [\n        \"bleariness\"\n    ],\n    \"nchapu\": [\n        \"blearness\",\n        \"bruskness\",\n        \"deflorescence\",\n        \"detergence\",\n        \"glabrousness\",\n        \"glibness\",\n        \"glibnesses\",\n        \"glossiness\",\n        \"leakage\",\n        \"scabrin\",\n        \"scag\",\n        \"scrawliness\",\n        \"scrubbery\",\n        \"scrubbiness\",\n        \"sheathing\"\n    ],\n    \"gbachapụ\": [\n        \"bleat\",\n        \"brightened\",\n        \"declivitous\",\n        \"friskle\",\n        \"gizzened\"\n    ],\n    \"achachi\": [\n        \"bleaty\",\n        \"blonds\"\n    ],\n    \"agba ọcha\": [\n        \"bleatingly\"\n    ],\n    \"gbaa ụka\": [\n        \"bleats\",\n        \"fermentability\",\n        \"fermentate\",\n        \"fermentation\",\n        \"fermentations\",\n        \"fermentativeness\",\n        \"fermenting\",\n        \"fermentitious\",\n        \"ferrate\",\n        \"ferruling\",\n        \"feruling\"\n    ],\n    \"na-agba\": [\n        \"blebs\",\n        \"celebrates\",\n        \"flossing\",\n        \"goatling\",\n        \"irrigating\",\n        \"ripples\",\n        \"swording\",\n        \"talcing\"\n    ],\n    \"gbaa ọbara\": [\n        \"bled\",\n        \"bleeds\"\n    ],\n    \"igba obara\": [\n        \"bleed\"\n    ],\n    \"ọbara ọbara\": [\n        \"bleeder\",\n        \"blepharotomy\",\n        \"blodite\",\n        \"bloodalp\",\n        \"bloodberry\",\n        \"bloodbird\",\n        \"blooddrop\",\n        \"blooddrops\",\n        \"bloodflower\",\n        \"bloodybones\",\n        \"bloodied\",\n        \"bloodier\",\n        \"bloodlettings\",\n        \"bloodmonger\",\n        \"bloodripe\",\n        \"bloodstain\",\n        \"bloodstained\",\n        \"bloodstains\",\n        \"bloodstanch\",\n        \"bloodthirst\",\n        \"bloodthirster\",\n        \"bloodthirstier\",\n        \"bloodthirstily\",\n        \"bloodweed\",\n        \"bloodworm\",\n        \"endorphin\",\n        \"hypervascular\",\n        \"thrombocytic\",\n        \"thrombolytic\",\n        \"warmblooded\"\n    ],\n    \"ọbara ọgbụgba\": [\n        \"bleeders\",\n        \"bleedings\",\n        \"bloodcurdling\",\n        \"bloodcurdlingly\",\n        \"bloodedness\",\n        \"bloodhound\",\n        \"bloodiness\",\n        \"bloodings\",\n        \"bloodletting\",\n        \"bloodlust\",\n        \"bloodshot\",\n        \"bloodshotten\",\n        \"bloodwite\",\n        \"bloodwort\",\n        \"haemorrhage\",\n        \"haemorrhagy\",\n        \"haemorrhagic\",\n        \"hemorrhage\",\n        \"hemorrhages\",\n        \"hemorrhea\",\n        \"hyparterial\",\n        \"hypesthesia\"\n    ],\n    \"agba obara\": [\n        \"bleeding\"\n    ],\n    \"hie ụra\": [\n        \"bleep\",\n        \"sleep\",\n        \"sleepry\"\n    ],\n    \"emebi\": [\n        \"blemishing\",\n        \"breached\",\n        \"breachful\",\n        \"breachy\",\n        \"decimalized\",\n        \"degenerates\",\n        \"degrade\",\n        \"degrades\",\n        \"degravate\",\n        \"demagnification\",\n        \"demilitarizing\",\n        \"demitint\",\n        \"deteriorator\",\n        \"docetic\",\n        \"inruption\",\n        \"irrupt\",\n        \"maleruption\",\n        \"rued\",\n        \"spoiling\",\n        \"transgresses\",\n        \"violated\",\n        \"violined\",\n        \"wrecks\"\n    ],\n    \"blench\": [\n        \"blenched\",\n        \"blencher\"\n    ],\n    \"agwakọtara\": [\n        \"blended\",\n        \"integrated\",\n        \"intergraded\"\n    ],\n    \"na-agwakọta\": [\n        \"blendes\",\n        \"blends\",\n        \"combinably\",\n        \"combinatorially\",\n        \"combines\",\n        \"combings\"\n    ],\n    \"agwakọta\": [\n        \"blending\",\n        \"coaggregated\",\n        \"combinable\",\n        \"combinant\",\n        \"combinantive\",\n        \"combinative\",\n        \"compounded\",\n        \"cuitling\",\n        \"incommixed\",\n        \"mingling\",\n        \"mix\",\n        \"mixable\",\n        \"mixed\",\n        \"mixedly\",\n        \"mixedness\",\n        \"mixhill\",\n        \"mixible\",\n        \"mixing\",\n        \"poxed\",\n        \"uncompressed\",\n        \"unmixed\"\n    ],\n    \"ngwakọta mmiri\": [\n        \"blendwater\"\n    ],\n    \"gbaa aghara\": [\n        \"blent\"\n    ],\n    \"ịgha ọcha\": [\n        \"blepharitic\"\n    ],\n    \"lesgba\": [\n        \"blesboks\"\n    ],\n    \"gọzie\": [\n        \"bless\",\n        \"blesseder\",\n        \"blessedly\",\n        \"blesser\",\n        \"blessingly\",\n        \"goth\"\n    ],\n    \"gọziri agọzi\": [\n        \"blessed\",\n        \"blessedest\"\n    ],\n    \"ngọzi\": [\n        \"blessedness\",\n        \"blessing\",\n        \"blessings\"\n    ],\n    \"na-agọzi\": [\n        \"blesses\"\n    ],\n    \"skate gbapụ\": [\n        \"bletherskate\"\n    ],\n    \"bletilla\": [\n        \"bletia\"\n    ],\n    \"na-eme ihe ọchị\": [\n        \"bletting\",\n        \"humoring\"\n    ],\n    \"fụọ\": [\n        \"blew\",\n        \"blow\",\n        \"blown\",\n        \"blowse\",\n        \"blowsed\",\n        \"blowze\",\n        \"flear\"\n    ],\n    \"iri-ngo\": [\n        \"blibe\",\n        \"briards\",\n        \"bribed\"\n    ],\n    \"gbacha gbacha\": [\n        \"blier\"\n    ],\n    \"blight\": [\n        \"blighted\"\n    ],\n    \"blights\": [\n        \"blighting\"\n    ],\n    \"bliming\": [\n        \"blimbing\"\n    ],\n    \"blimey\": [\n        \"blimy\"\n    ],\n    \"blimpishọnke\": [\n        \"blimpishness\"\n    ],\n    \"kpuru ìsì\": [\n        \"blind\",\n        \"blindball\",\n        \"blindest\",\n        \"blindfast\",\n        \"blindfolded\",\n        \"blindingly\",\n        \"blindly\",\n        \"blindweed\",\n        \"colorblindness\"\n    ],\n    \"ikpu ìsì\": [\n        \"blindage\",\n        \"blindfoldedness\",\n        \"blinding\",\n        \"blindism\",\n        \"blindling\"\n    ],\n    \"ìsì\": [\n        \"blindages\"\n    ],\n    \"ikpuchi ìsì\": [\n        \"blindcat\"\n    ],\n    \"kpuo ìsì\": [\n        \"blinded\",\n        \"blindedly\",\n        \"blindish\",\n        \"blinds\"\n    ],\n    \"onye kpuru ìsì\": [\n        \"blinder\"\n    ],\n    \"ndị ìsì\": [\n        \"blinders\",\n        \"braille\"\n    ],\n    \"nkuchi anya\": [\n        \"blindfish\",\n        \"blindfishes\",\n        \"eyebath\",\n        \"eyebolt\",\n        \"eyehole\"\n    ],\n    \"ekpuchie anya\": [\n        \"blindfold\"\n    ],\n    \"na-ekpuchi anya\": [\n        \"blindfoldedly\",\n        \"overshining\"\n    ],\n    \"mkpuchi anya\": [\n        \"blindfolder\"\n    ],\n    \"ikpuchi anya\": [\n        \"blindfolding\"\n    ],\n    \"kechie anya\": [\n        \"blindfoldly\",\n        \"conoidally\"\n    ],\n    \"ihe mkpuchi anya\": [\n        \"blindfolds\"\n    ],\n    \"onye ìsì\": [\n        \"blindman\"\n    ],\n    \"anyachi anya\": [\n        \"blindstitch\"\n    ],\n    \"blindstory\": [\n        \"blindstorey\"\n    ],\n    \"ihe mkpuchi ihu\": [\n        \"blindstories\",\n        \"doorplate\"\n    ],\n    \"ikpuru ìsì\": [\n        \"blindworm\"\n    ],\n    \".bụ\": [\n        \"blinger\"\n    ],\n    \"nza\": [\n        \"bliny\",\n        \"lots\",\n        \"slights\",\n        \"sparges\",\n        \"sparrows\",\n        \"tampion\",\n        \"troth\"\n    ],\n    \"itabi anya\": [\n        \"blink\",\n        \"blinked\",\n        \"blinkering\",\n        \"blinking\",\n        \"blinkingly\"\n    ],\n    \"ntabi anya\": [\n        \"blinkard\",\n        \"blinkards\",\n        \"blinker\",\n        \"blinky\",\n        \"gink\",\n        \"instancy\",\n        \"tinkles\",\n        \"tinklings\",\n        \"winked\",\n        \"winker\",\n        \"winkled\",\n        \"winkles\",\n        \"winklet\",\n        \"winklot\"\n    ],\n    \"nkpa\": [\n        \"blippers\",\n        \"flack\",\n        \"whilkut\",\n        \"whippa\"\n    ],\n    \"obi uto\": [\n        \"bliss\",\n        \"blissfulness\",\n        \"cheeriness\",\n        \"delight\",\n        \"ecstatic\",\n        \"ecstatical\",\n        \"ecstatics\",\n        \"enjoyableness\",\n        \"enjoyment\",\n        \"eupathy\",\n        \"euphemious\",\n        \"excalceation\",\n        \"excitement\",\n        \"excitingly\",\n        \"exuberance\",\n        \"exuberancy\",\n        \"exuberantness\",\n        \"exuberation\",\n        \"exultance\",\n        \"exultation\",\n        \"exultet\",\n        \"galliferous\",\n        \"gallused\",\n        \"gladhearted\",\n        \"gladite\",\n        \"gladlier\",\n        \"hoppy\",\n        \"hoppity\",\n        \"yappiness\",\n        \"joltiness\",\n        \"pleasantness\",\n        \"pleasure\",\n        \"pleasurehood\",\n        \"serement\",\n        \"sweetheartedness\",\n        \"sweetheartship\",\n        \"undelicious\"\n    ],\n    \"Obi uto\": [\n        \"blisses\",\n        \"delightsomely\",\n        \"gustier\",\n        \"thryonomys\"\n    ],\n    \"ogbugba\": [\n        \"blist\",\n        \"erucic\",\n        \"gestion\",\n        \"proto\",\n        \"protoclastic\",\n        \"shotweld\",\n        \"wrencher\"\n    ],\n    \"na-afụ ụfụ\": [\n        \"blistering\",\n        \"enravishing\",\n        \"harrumphing\",\n        \"hoarsening\",\n        \"hoarsens\",\n        \"hurted\",\n        \"hurtling\",\n        \"hurts\",\n        \"plumbiferous\",\n        \"pungently\",\n        \"shitten\",\n        \"wiling\",\n        \"wostteth\"\n    ],\n    \"afụ ụfụ\": [\n        \"blisteringly\",\n        \"strangulatory\"\n    ],\n    \"na-agba aghara\": [\n        \"blisterous\",\n        \"rabbling\",\n        \"scumming\",\n        \"squamigerous\",\n        \"unscrambling\"\n    ],\n    \"afụchi\": [\n        \"blisterwort\"\n    ],\n    \"blit\": [\n        \"blite\"\n    ],\n    \"bl blinging\": [\n        \"blithering\"\n    ],\n    \"nke kacha njọ\": [\n        \"blithest\",\n        \"pitchiest\",\n        \"pithiest\",\n        \"sullenest\"\n    ],\n    \"ndị na-agba mmiri\": [\n        \"bloaters\",\n        \"bridlers\",\n        \"plyers\",\n        \"surfmen\",\n        \"waterers\",\n        \"wetters\"\n    ],\n    \"na-agbapụta\": [\n        \"bloating\",\n        \"defrosting\",\n        \"eruptive\",\n        \"plumming\",\n        \"pumping\",\n        \"redeceiving\",\n        \"redeeming\",\n        \"redefying\"\n    ],\n    \"ọ bụrụ\": [\n        \"bloc\",\n        \"coextended\",\n        \"exodic\",\n        \"exodist\",\n        \"if\",\n        \"incurved\",\n        \"itacist\",\n        \"ned\",\n        \"occludent\",\n        \"orbiculated\",\n        \"prescinded\",\n        \"ridgebone\",\n        \"skeed\",\n        \"skeered\",\n        \"tychonic\"\n    ],\n    \"ndị na-egbochi ya\": [\n        \"blockaders\",\n        \"hurriers\"\n    ],\n    \"nkanka\": [\n        \"blockbusters\",\n        \"blocks\",\n        \"blockwood\"\n    ],\n    \"egbochi\": [\n        \"blocked\",\n        \"curbed\",\n        \"obstructed\",\n        \"suppressed\"\n    ],\n    \"ndị na-egbochi\": [\n        \"blockers\",\n        \"deterrents\",\n        \"hinderers\",\n        \"hurdlers\",\n        \"obstructers\",\n        \"obstructors\",\n        \"suppressants\"\n    ],\n    \"Kachasị ike\": [\n        \"blockiest\"\n    ],\n    \"onye na-egbochi ihe mgbochi\": [\n        \"blockmaker\"\n    ],\n    \"ocha\": [\n        \"blond\",\n        \"cloyed\",\n        \"cloyedness\",\n        \"florent\",\n        \"olacaceous\",\n        \"purrone\",\n        \"whiteboy\"\n    ],\n    \"keisi ocha\": [\n        \"blonde\"\n    ],\n    \"ihe ncha\": [\n        \"blonder\",\n        \"soapworks\"\n    ],\n    \"obara\": [\n        \"bloodalley\",\n        \"bloodbeat\",\n        \"bloodletter\",\n        \"bloodtest\",\n        \"boarishness\",\n        \"bowdlerised\",\n        \"bowdlerising\",\n        \"hypertechnicalness\",\n        \"interproducing\",\n        \"oxblood\",\n        \"oxbloods\",\n        \"procbal\",\n        \"pureblood\"\n    ],\n    \"nkwafu ọbara\": [\n        \"bloodbath\",\n        \"bloodying\",\n        \"bloodshed\",\n        \"bloodshedding\",\n        \"bloodthirsting\"\n    ],\n    \"onye obara\": [\n        \"bloodcurdler\"\n    ],\n    \"ọbarafin\": [\n        \"bloodfin\"\n    ],\n    \"ọbarafins\": [\n        \"bloodfins\"\n    ],\n    \"ikpe ọbara\": [\n        \"bloodguilt\"\n    ],\n    \"ikpe ọmụma ọbara\": [\n        \"bloodguilty\",\n        \"bloodguiltiness\"\n    ],\n    \"ọbara na-enweghị ọbara\": [\n        \"bloodguiltless\"\n    ],\n    \"mwụfu ọbara\": [\n        \"bloodhounds\",\n        \"bloodspilling\"\n    ],\n    \"nkwafu obara\": [\n        \"bloodiest\"\n    ],\n    \"na-agba ọbara\": [\n        \"blooding\"\n    ],\n    \"enweghị ọbara\": [\n        \"bloodlessness\",\n        \"unbloodiness\"\n    ],\n    \"yiri ọbara\": [\n        \"bloodlike\"\n    ],\n    \"usoro ọbara\": [\n        \"bloodline\",\n        \"bloodlines\"\n    ],\n    \"agụụ ọbara\": [\n        \"bloodlusting\"\n    ],\n    \"ọbaramobiles\": [\n        \"bloodmobiles\"\n    ],\n    \"ọbara uhie\": [\n        \"bloodred\"\n    ],\n    \"ọbaraat\": [\n        \"bloodroot\"\n    ],\n    \"obara obara\": [\n        \"bloodshedder\"\n    ],\n    \"ihe mkpuchi ọbara\": [\n        \"bloodspiller\"\n    ],\n    \"ọbara ness\": [\n        \"bloodstainedness\"\n    ],\n    \"okwute ọbara\": [\n        \"bloodstone\"\n    ],\n    \"nkume ọbara\": [\n        \"bloodstones\"\n    ],\n    \"ndị ọbara\": [\n        \"bloodsuckers\"\n    ],\n    \"ọbara-ọbara\": [\n        \"bloodthirsty\"\n    ],\n    \"mmịnyi ọbara\": [\n        \"bloodthirstiness\"\n    ],\n    \"onye aka obara\": [\n        \"bloodwit\"\n    ],\n    \"oge ntoju\": [\n        \"bloom\",\n        \"bloomage\",\n        \"bloomed\",\n        \"bloomery\",\n        \"bloomfell\",\n        \"bloomingness\",\n        \"blossomtime\",\n        \"blousily\"\n    ],\n    \"onye ntoju\": [\n        \"bloomer\"\n    ],\n    \"kachasị ọbara\": [\n        \"bloomiest\"\n    ],\n    \"na-eto\": [\n        \"blooming\",\n        \"flourishes\",\n        \"glorifies\",\n        \"glorifying\",\n        \"glouting\",\n        \"growing\",\n        \"growingly\",\n        \"growlingly\",\n        \"grows\",\n        \"growsome\",\n        \"growthy\",\n        \"lauding\",\n        \"maturescent\",\n        \"upgrowing\",\n        \"upgrowths\"\n    ],\n    \"okomoko\": [\n        \"bloomingly\",\n        \"boroughmongery\",\n        \"excrescential\",\n        \"glunched\",\n        \"haccucal\",\n        \"intermat\",\n        \"loxing\",\n        \"lustier\",\n        \"luxated\",\n        \"luxates\",\n        \"luxation\",\n        \"luxations\",\n        \"luxembourg\",\n        \"luxive\",\n        \"luxury\",\n        \"luxuria\",\n        \"luxuriance\",\n        \"luxuriant\",\n        \"luxuriantly\",\n        \"luxuriate\",\n        \"luxuriated\",\n        \"luxuriation\",\n        \"luxurient\",\n        \"luxuries\",\n        \"luxurist\",\n        \"luxurity\",\n        \"luxus\",\n        \"pleomastia\",\n        \"pleomorph\",\n        \"plexometer\",\n        \"whiskyfied\"\n    ],\n    \"enweghị bloom\": [\n        \"bloomless\"\n    ],\n    \"ndị igbochi\": [\n        \"bloopers\"\n    ],\n    \"opgha\": [\n        \"blooping\"\n    ],\n    \"blomy\": [\n        \"blosmy\"\n    ],\n    \"enweghị ifuru\": [\n        \"blossomless\",\n        \"flowerlessness\"\n    ],\n    \"ihicha\": [\n        \"blot\",\n        \"brushup\",\n        \"clewing\",\n        \"drying\",\n        \"erasement\",\n        \"erasing\",\n        \"extempory\",\n        \"iacchos\",\n        \"scelp\",\n        \"schapping\",\n        \"scrinch\",\n        \"swabbing\",\n        \"wiping\",\n        \"wiving\"\n    ],\n    \"blotchy\": [\n        \"blotch\",\n        \"blotchier\"\n    ],\n    \"Ihicha\": [\n        \"blotched\"\n    ],\n    \"blotches\": [\n        \"blotchiest\"\n    ],\n    \"n'adịghị ọcha\": [\n        \"blotchily\",\n        \"infelicitously\",\n        \"nonhectically\",\n        \"unhygienically\"\n    ],\n    \"enweghị ntụpọ\": [\n        \"blotless\",\n        \"colorlessness\",\n        \"colourlessness\",\n        \"cuffless\",\n        \"deviless\",\n        \"dotless\",\n        \"faultfully\",\n        \"faultless\",\n        \"faultlessly\",\n        \"faultlessness\",\n        \"feckless\",\n        \"fecklessness\",\n        \"flaccidness\",\n        \"flagonless\",\n        \"flakeless\",\n        \"flameless\",\n        \"flamless\",\n        \"flangeless\",\n        \"flareless\",\n        \"flawedness\",\n        \"flawlessness\",\n        \"flukeless\",\n        \"illuviation\",\n        \"impecuniosity\",\n        \"imperfects\",\n        \"indistinctness\",\n        \"misaffection\",\n        \"nonadditivity\",\n        \"nonappointment\",\n        \"nonaspersion\",\n        \"noncyclic\",\n        \"noncontinency\",\n        \"nondefection\",\n        \"nonfarcicalness\",\n        \"nonsciatic\",\n        \"nonsequaciousness\",\n        \"nonstaining\",\n        \"normless\",\n        \"preimpairment\",\n        \"punctureless\",\n        \"speckless\",\n        \"specklessness\",\n        \"speelless\",\n        \"sportless\",\n        \"spotless\",\n        \"spotlessness\",\n        \"spunkless\",\n        \"stainlessness\",\n        \"stylelessness\",\n        \"traceless\",\n        \"tracelessly\",\n        \"turbanless\",\n        \"unblemishedness\",\n        \"unbrazenness\",\n        \"undiscipline\",\n        \"unfluxile\",\n        \"unlisping\",\n        \"unlucidly\",\n        \"unlucidness\",\n        \"unpaving\",\n        \"unperfectedly\",\n        \"unpointed\",\n        \"unvociferous\"\n    ],\n    \"enweghị nkwanye ùgwù\": [\n        \"blotlessness\",\n        \"discreditable\",\n        \"discreditably\",\n        \"disingenuousness\",\n        \"disrespect\",\n        \"disrespectability\",\n        \"disrespectable\",\n        \"disrespecter\",\n        \"disrespectful\",\n        \"disrespectfully\",\n        \"disrespectfulness\",\n        \"disrespective\",\n        \"inconsolately\",\n        \"inconvertibly\",\n        \"indecipherableness\",\n        \"irrelativeness\",\n        \"irreprehensibly\",\n        \"irrespectability\",\n        \"irrespectable\",\n        \"irrespectful\",\n        \"irreverently\",\n        \"nonadvertency\",\n        \"nonambitiousness\",\n        \"nonarrogance\",\n        \"nonbenevolence\",\n        \"nonblamefulness\",\n        \"nonbroodiness\",\n        \"noncognition\",\n        \"noncollapsibility\",\n        \"noncolorableness\",\n        \"noncommendableness\",\n        \"noncontemplativeness\",\n        \"noncorrelative\",\n        \"noncreditableness\",\n        \"nondefeasibleness\",\n        \"nonderogatory\",\n        \"nonderogatorily\",\n        \"nonderogatoriness\",\n        \"nonfeloniousness\",\n        \"nonflirtatiousness\",\n        \"nongelatinousness\",\n        \"nonhumorousness\",\n        \"nonimpressionability\",\n        \"nonimpulsiveness\",\n        \"nonlubriciousness\",\n        \"nonmutinousness\",\n        \"nonopprobriousness\",\n        \"nonpenetrably\",\n        \"nonpersuasiveness\",\n        \"nonpoisonousness\",\n        \"nonponderosity\",\n        \"nonponderousness\",\n        \"nonprimitiveness\",\n        \"nonprospect\",\n        \"nonradicalness\",\n        \"nonradicness\",\n        \"nonreceptiveness\",\n        \"nonrelatiness\",\n        \"nonrelativeness\",\n        \"nonrepellence\",\n        \"nonrepetitious\",\n        \"nonrepetitiousness\",\n        \"nonresistance\",\n        \"nonrespectability\",\n        \"nonrespectabilities\",\n        \"nonrespectable\",\n        \"nonrespectableness\",\n        \"nonrespectably\",\n        \"nonreticence\",\n        \"nonreverent\",\n        \"nonreverently\",\n        \"nonsaneness\",\n        \"nonstipticity\",\n        \"nonsufferably\",\n        \"nontemporal\",\n        \"nontemporariness\",\n        \"nontransparentness\",\n        \"nonvinosity\",\n        \"respectless\",\n        \"respectlessness\",\n        \"rude\",\n        \"rudely\",\n        \"rudous\",\n        \"unbehoving\",\n        \"unblissfulness\",\n        \"unclannishness\",\n        \"unclubable\",\n        \"unconcreteness\",\n        \"unconsentaneousness\",\n        \"uncourteousness\",\n        \"uncreditableness\",\n        \"uncrudeness\",\n        \"undictatorially\",\n        \"unegregious\",\n        \"unegregiousness\",\n        \"unframableness\",\n        \"unfreakishness\",\n        \"ungluttonous\",\n        \"ungrudgingness\",\n        \"unhumorousness\",\n        \"unlaboriously\",\n        \"unlaboriousness\",\n        \"unperemptoriness\",\n        \"unpersuadably\",\n        \"unpersuadedness\",\n        \"unphonetic\",\n        \"unphoneticness\",\n        \"unplatitudinousness\",\n        \"unponderousness\",\n        \"unpreposterousness\",\n        \"unpresageful\",\n        \"unpresumptively\",\n        \"unprimness\",\n        \"unprinceliness\",\n        \"unpromptness\",\n        \"unprosperity\",\n        \"unprovokedness\",\n        \"unrebutted\",\n        \"unremoteness\",\n        \"unrespectability\",\n        \"unrespectable\",\n        \"unrespectably\",\n        \"unrespected\",\n        \"unrespectful\",\n        \"unrespectfully\",\n        \"unrespectfulness\",\n        \"unrespectively\",\n        \"unreticence\",\n        \"unrevered\",\n        \"unreverence\",\n        \"unreverent\",\n        \"unreverentially\",\n        \"unreverently\",\n        \"unreverentness\",\n        \"unscabrousness\",\n        \"unsoundness\",\n        \"untransmutably\",\n        \"untremblingly\",\n        \"untremendously\",\n        \"untremulousness\",\n        \"untroddenness\",\n        \"unturbulently\",\n        \"unverboseness\",\n        \"unverdurness\",\n        \"unvitreousness\",\n        \"unvociferousness\",\n        \"unworldliness\"\n    ],\n    \"hichapụ\": [\n        \"blotted\",\n        \"cleanup\",\n        \"wipe\",\n        \"wipeout\"\n    ],\n    \"ndị na-ekpochi ihe\": [\n        \"blotters\"\n    ],\n    \"ttọ\": [\n        \"blottesque\"\n    ],\n    \"nhicha\": [\n        \"blotty\",\n        \"cleading\",\n        \"cleamer\",\n        \"cleaner\",\n        \"cleaning\",\n        \"cleanings\",\n        \"clearedness\",\n        \"erases\",\n        \"erasions\",\n        \"nappiness\",\n        \"unstainedness\"\n    ],\n    \"magburu onwe ya\": [\n        \"blottier\",\n        \"excellently\",\n        \"excelling\",\n        \"splenative\",\n        \"steeling\",\n        \"sterling\",\n        \"sterlingly\",\n        \"sterlingness\",\n        \"supermagnificent\",\n        \"wonderfully\"\n    ],\n    \"kachasị blottiest\": [\n        \"blottiest\"\n    ],\n    \"Blotto\": [\n        \"blotto\"\n    ],\n    \"uwe elu nwanyị\": [\n        \"blouse\",\n        \"blouses\",\n        \"shirtwaister\"\n    ],\n    \"Ogba mmiri\": [\n        \"blousier\"\n    ],\n    \"tufuo\": [\n        \"bloviate\",\n        \"castaway\",\n        \"castigate\",\n        \"disard\",\n        \"discalced\",\n        \"discard\",\n        \"discrive\",\n        \"dislaurel\",\n        \"disleal\",\n        \"disparish\",\n        \"dispose\",\n        \"disposed\",\n        \"hurrah\",\n        \"hurrahed\",\n        \"hurray\",\n        \"hurrayed\",\n        \"replod\",\n        \"spitful\",\n        \"throe\",\n        \"throw\",\n        \"throwaway\",\n        \"throwaways\",\n        \"throwback\",\n        \"throwout\",\n        \"throwst\",\n        \"throwster\"\n    ],\n    \"Ọkpọkpọ\": [\n        \"bloviated\"\n    ],\n    \"na-achagharị\": [\n        \"bloviates\",\n        \"rededicates\",\n        \"resorbing\",\n        \"unfloating\"\n    ],\n    \"ịghaghachi azụ\": [\n        \"blowback\"\n    ],\n    \"ịfụ bọọlụ\": [\n        \"blowball\"\n    ],\n    \"ịfụ ọkụ\": [\n        \"blowby\",\n        \"blowie\",\n        \"blowiness\",\n        \"blowings\",\n        \"blowpoint\",\n        \"blowtubes\"\n    ],\n    \"ịfụfụ\": [\n        \"blowcase\",\n        \"blowhole\",\n        \"blowlamp\",\n        \"blowpipe\",\n        \"blowpipes\",\n        \"blowspray\",\n        \"blowup\"\n    ],\n    \"ịmị ọkpọ\": [\n        \"blowcock\"\n    ],\n    \"ndị na-agbapụ\": [\n        \"blowers\"\n    ],\n    \"ịfụ azụ\": [\n        \"blowfish\"\n    ],\n    \"na-efe efe\": [\n        \"blowflies\",\n        \"contagion\",\n        \"contagioned\",\n        \"contagions\",\n        \"contagiousness\",\n        \"contaminous\",\n        \"contumacious\",\n        \"contumelious\",\n        \"ferlying\",\n        \"fleabiting\",\n        \"fleabugs\",\n        \"fleamy\",\n        \"fleetwing\",\n        \"flightful\",\n        \"flighty\",\n        \"flightily\",\n        \"flightworthy\",\n        \"flying\",\n        \"flyingly\",\n        \"flyings\",\n        \"flytes\",\n        \"floit\",\n        \"highflying\",\n        \"infectible\",\n        \"infecting\",\n        \"infections\",\n        \"infectious\",\n        \"infectiously\",\n        \"infective\",\n        \"infectuous\",\n        \"outdrawing\",\n        \"outflies\",\n        \"pestiferous\",\n        \"pestilent\",\n        \"pestilently\"\n    ],\n    \"ịfụ egbe\": [\n        \"blowguns\"\n    ],\n    \"afụfụ\": [\n        \"blowhard\",\n        \"bubblement\",\n        \"bubbly\",\n        \"bubblier\",\n        \"bubblish\",\n        \"bubukle\",\n        \"drossiness\",\n        \"turpantineweed\",\n        \"unshavedness\"\n    ],\n    \"ịgha mmiri\": [\n        \"blowhards\"\n    ],\n    \"gbahaa\": [\n        \"blowy\",\n        \"forslack\",\n        \"outissued\",\n        \"reflee\",\n        \"snatched\"\n    ],\n    \"afuu\": [\n        \"blowiron\",\n        \"churn\"\n    ],\n    \"ịmị amụ\": [\n        \"blowjob\",\n        \"blowjobs\"\n    ],\n    \"ọkpọọnụ\": [\n        \"blowline\"\n    ],\n    \"gbapụnụ\": [\n        \"blowoff\"\n    ],\n    \"fụpụ\": [\n        \"blowout\",\n        \"blowpit\"\n    ],\n    \"afụ ọkụ\": [\n        \"blowproof\",\n        \"blowtorches\"\n    ],\n    \"afụcha\": [\n        \"blowtube\",\n        \"unshave\",\n        \"winnow\",\n        \"winnowed\"\n    ],\n    \"Na-egbu egbu\": [\n        \"blowziest\",\n        \"dabbing\",\n        \"dilapidated\",\n        \"dyscrasing\",\n        \"outsulking\"\n    ],\n    \"na-agbapụ\": [\n        \"blowzing\",\n        \"defoliates\",\n        \"displacing\",\n        \"driveling\",\n        \"drizzling\",\n        \"flecking\",\n        \"flections\",\n        \"spoliates\",\n        \"spoliating\",\n        \"sprigging\",\n        \"spuming\"\n    ],\n    \"ihe anwuru-acha\": [\n        \"blubber\"\n    ],\n    \"ndị nlere anya\": [\n        \"blubberers\"\n    ],\n    \"ịmụrụ ihe\": [\n        \"blubbery\",\n        \"cainozoic\",\n        \"opiniativeness\"\n    ],\n    \"ịlubụbiga mmanya ókè\": [\n        \"blubbering\"\n    ],\n    \"n'orubuku\": [\n        \"blubberingly\"\n    ],\n    \"onyenze nwoke\": [\n        \"blubberman\"\n    ],\n    \"ndị na-eme ihere\": [\n        \"blubbers\",\n        \"busters\"\n    ],\n    \"lubre ure\": [\n        \"blubbing\"\n    ],\n    \"onye isi ihe\": [\n        \"bludgeoneer\",\n        \"illuder\",\n        \"infractor\",\n        \"keynoter\",\n        \"mechanoreceptor\",\n        \"memorist\",\n        \"psilosopher\",\n        \"vituperator\"\n    ],\n    \"acha anụnụ anụnụ\": [\n        \"blue\",\n        \"blueback\",\n        \"bluebead\",\n        \"bluebeard\",\n        \"bluebills\",\n        \"blueblack\",\n        \"bluebonnets\",\n        \"bluebottle\",\n        \"bluebottles\",\n        \"bluebreast\",\n        \"bluebutton\",\n        \"bluecap\",\n        \"bluecaps\",\n        \"bluecoat\",\n        \"bluecoated\",\n        \"bluecoats\",\n        \"blued\",\n        \"bluefish\",\n        \"bluefishes\",\n        \"bluegill\",\n        \"bluegills\",\n        \"bluegown\",\n        \"bluegrass\",\n        \"bluegums\",\n        \"bluehead\",\n        \"blueheads\",\n        \"bluehearted\",\n        \"bluehearts\",\n        \"blueing\",\n        \"blueys\",\n        \"blueish\",\n        \"bluejack\",\n        \"bluejacket\",\n        \"bluejackets\",\n        \"bluejacks\",\n        \"bluejay\",\n        \"bluejays\",\n        \"bluejoint\",\n        \"blueleg\",\n        \"bluelegs\",\n        \"bluely\",\n        \"blueness\",\n        \"bluenesses\",\n        \"bluenosed\",\n        \"bluepoint\",\n        \"bluepoints\",\n        \"bluer\",\n        \"bluesy\",\n        \"bluesides\",\n        \"bluest\",\n        \"bluet\",\n        \"blueth\",\n        \"bluethroat\",\n        \"bluetick\",\n        \"bluetit\",\n        \"bluetop\",\n        \"bluetops\",\n        \"blueweed\",\n        \"blueweeds\",\n        \"bluewoods\",\n        \"bluffable\",\n        \"bluism\",\n        \"bluisness\",\n        \"pluviometric\",\n        \"pluviometrical\",\n        \"upscrew\"\n    ],\n    \"bluebeard ism\": [\n        \"bluebeardism\"\n    ],\n    \"blọb\": [\n        \"bluebell\",\n        \"bluebill\",\n        \"bluebird\",\n        \"bluebirds\"\n    ],\n    \"blọl\": [\n        \"bluebelled\",\n        \"bluebells\"\n    ],\n    \"bluberị\": [\n        \"blueberry\"\n    ],\n    \"blọub\": [\n        \"blueberries\"\n    ],\n    \"bulu\": [\n        \"blueblaw\"\n    ],\n    \"bulblood\": [\n        \"blueblood\"\n    ],\n    \"bulblossom\": [\n        \"blueblossom\"\n    ],\n    \"bluebook\": [\n        \"bluebooks\"\n    ],\n    \"bluub\": [\n        \"bluebush\"\n    ],\n    \"achagharị\": [\n        \"blueings\",\n        \"bluffed\",\n        \"discolorate\",\n        \"discolorated\",\n        \"discoloration\",\n        \"discolored\",\n        \"discoloring\",\n        \"discolorization\",\n        \"discolorment\",\n        \"discolour\",\n        \"discoloured\",\n        \"discolouring\",\n        \"discolourization\",\n        \"glaring\",\n        \"gleaming\",\n        \"miscolored\",\n        \"paled\",\n        \"pliciferous\",\n        \"raddled\",\n        \"redraw\",\n        \"redrawers\"\n    ],\n    \"ụkpụrụ\": [\n        \"blueprint\",\n        \"conductivities\",\n        \"demesne\",\n        \"demesnes\",\n        \"ethic\",\n        \"ethical\",\n        \"ethicals\",\n        \"ethide\",\n        \"ethionic\",\n        \"ethions\",\n        \"ethmonasal\",\n        \"ethnical\",\n        \"ethologies\",\n        \"etiquet\",\n        \"etiquette\",\n        \"etiquettes\",\n        \"manciples\",\n        \"mannerhood\",\n        \"mottetto\",\n        \"mottos\",\n        \"norms\",\n        \"paradigm\",\n        \"pattern\",\n        \"patternmaking\",\n        \"pedatisect\",\n        \"principle\",\n        \"principled\",\n        \"principles\",\n        \"protostome\",\n        \"regulations\",\n        \"standardizes\",\n        \"standards\",\n        \"statisms\",\n        \"statute\",\n        \"statuted\",\n        \"statutes\",\n        \"tenets\",\n        \"values\"\n    ],\n    \"Bad\": [\n        \"blues\"\n    ],\n    \"ndi bulie oke\": [\n        \"bluesmen\"\n    ],\n    \"na-acha anụnụ anụnụ\": [\n        \"bluewing\"\n    ],\n    \"bluwood\": [\n        \"bluewood\"\n    ],\n    \"achapu\": [\n        \"bluish\",\n        \"exolemma\",\n        \"redrape\",\n        \"rudistid\",\n        \"unkeeled\",\n        \"upspear\",\n        \"upsweeping\"\n    ],\n    \"bloms\": [\n        \"blumes\"\n    ],\n    \"blum\": [\n        \"bluming\"\n    ],\n    \"ndị nzuzu\": [\n        \"blunderers\",\n        \"blusterers\",\n        \"foozlers\",\n        \"idiots\",\n        \"infamies\",\n        \"snobbers\",\n        \"stupids\",\n        \"vulgarians\"\n    ],\n    \"blundheadedness\": [\n        \"blunderheadedness\"\n    ],\n    \"ihunanya\": [\n        \"blunderingly\",\n        \"fondak\",\n        \"fondant\",\n        \"fonding\",\n        \"fondish\",\n        \"fondles\",\n        \"fondlike\",\n        \"fondling\",\n        \"fondlings\",\n        \"fondness\",\n        \"irvingism\",\n        \"lovelorn\",\n        \"lucence\",\n        \"niveous\",\n        \"romance\",\n        \"romanceful\",\n        \"romanceish\",\n        \"romanceishness\",\n        \"romancelet\",\n        \"romanticalness\",\n        \"romanticise\",\n        \"romanticism\",\n        \"romanticistic\",\n        \"romanticization\",\n        \"romanticly\",\n        \"romantism\",\n        \"rompishness\",\n        \"septemvious\",\n        \"undreamlike\",\n        \"unsight\"\n    ],\n    \"blungs\": [\n        \"blunges\"\n    ],\n    \"masịrị\": [\n        \"blunt\",\n        \"emendated\",\n        \"emoted\",\n        \"fascinated\",\n        \"fease\",\n        \"impressed\",\n        \"impressedly\",\n        \"impresses\",\n        \"incliner\",\n        \"masted\",\n        \"pleases\",\n        \"upperest\"\n    ],\n    \"kwuchara okwu\": [\n        \"blunted\"\n    ],\n    \"mee ka ekwenti\": [\n        \"bluntest\"\n    ],\n    \"masịrị isi\": [\n        \"blunthead\"\n    ],\n    \"onye obi ojoo\": [\n        \"blunthearted\",\n        \"brutalise\",\n        \"brutalist\",\n        \"ferocious\"\n    ],\n    \"nkwuwa okwu\": [\n        \"bluntishness\",\n        \"bluntness\",\n        \"bold\",\n        \"bolded\",\n        \"boldest\",\n        \"boldfaced\",\n        \"boldfacedly\",\n        \"boldfacedness\",\n        \"boldness\",\n        \"boldnesses\",\n        \"freeness\",\n        \"outspokenness\",\n        \"prowess\",\n        \"starkness\",\n        \"waveringness\"\n    ],\n    \"n'ezoghị ọnụ\": [\n        \"bluntly\",\n        \"candidly\",\n        \"crankily\",\n        \"crankly\",\n        \"outspokenly\"\n    ],\n    \"blurur\": [\n        \"blurping\",\n        \"blurring\",\n        \"blurter\"\n    ],\n    \"ghara ịma\": [\n        \"blurred\",\n        \"blurredly\",\n        \"blurrer\"\n    ],\n    \"blururur\": [\n        \"blurrier\"\n    ],\n    \"n'olu nzuzu\": [\n        \"blurrily\"\n    ],\n    \"blu\": [\n        \"blurs\"\n    ],\n    \"kwuchara\": [\n        \"blurted\"\n    ],\n    \"bluring\": [\n        \"blurting\"\n    ],\n    \"ime ihiere\": [\n        \"blush\",\n        \"blusher\",\n        \"blusht\"\n    ],\n    \"na-acha uhie uhie\": [\n        \"blushing\",\n        \"blusterously\",\n        \"pigling\",\n        \"pinkifying\",\n        \"preelecting\",\n        \"pulverous\",\n        \"redates\",\n        \"redbaiting\",\n        \"redding\",\n        \"reddling\",\n        \"redlining\",\n        \"redrying\",\n        \"redriving\",\n        \"scarlatinal\",\n        \"silverizing\"\n    ],\n    \"na-acha ọbara ọbara\": [\n        \"blushingly\",\n        \"crimsoned\",\n        \"crimsoning\",\n        \"redating\",\n        \"redying\"\n    ],\n    \"ihere uhie\": [\n        \"blushless\"\n    ],\n    \"ụyọkọ\": [\n        \"bluster\",\n        \"bunch\",\n        \"bunches\",\n        \"bunchiness\",\n        \"claptrap\",\n        \"clasts\",\n        \"clattertrap\",\n        \"clattertraps\",\n        \"claustrum\",\n        \"cluster\",\n        \"clusterberry\",\n        \"clusterfist\",\n        \"clustery\",\n        \"clusterings\",\n        \"clusters\"\n    ],\n    \"ime ihere\": [\n        \"blusteration\"\n    ],\n    \"n'amịghị anya\": [\n        \"blusteringly\"\n    ],\n    \"Bn\": [\n        \"bn\"\n    ],\n    \"emen\": [\n        \"boar\"\n    ],\n    \"banye\": [\n        \"boarded\",\n        \"cleidomancy\",\n        \"delisting\",\n        \"embark\",\n        \"embarks\",\n        \"embden\",\n        \"embind\",\n        \"encake\",\n        \"engregge\",\n        \"enter\",\n        \"entoire\",\n        \"entour\",\n        \"entrike\",\n        \"intoed\",\n        \"login\",\n        \"logion\",\n        \"logrolled\",\n        \"queing\",\n        \"signore\"\n    ],\n    \"ndị mbadamba\": [\n        \"boarders\"\n    ],\n    \"nbanye\": [\n        \"boardings\",\n        \"incarnation\",\n        \"influxion\",\n        \"ingrossing\",\n        \"intorsion\",\n        \"nonallegation\"\n    ],\n    \"dị ka mbadamba\": [\n        \"boardlike\"\n    ],\n    \"mangbọ mmiri\": [\n        \"boardmanship\",\n        \"shipman\",\n        \"shipmanship\",\n        \"shipmen\"\n    ],\n    \"ime ụlọ\": [\n        \"boardroom\",\n        \"bordroom\",\n        \"brewhouse\",\n        \"cabinetworking\",\n        \"cabinlike\",\n        \"cakemaking\",\n        \"chamber\",\n        \"chamberlains\",\n        \"chamberlainship\",\n        \"chamberletted\",\n        \"chambers\",\n        \"chamisal\",\n        \"champer\",\n        \"dayroom\",\n        \"extraclassroom\",\n        \"footroom\",\n        \"forechamber\",\n        \"foredoor\",\n        \"gillnetting\",\n        \"homemaking\",\n        \"homeroom\",\n        \"homerooms\",\n        \"homothallism\",\n        \"housewares\",\n        \"housewarmings\",\n        \"indoor\",\n        \"interiors\",\n        \"interroom\",\n        \"intradepartment\",\n        \"lobectomy\",\n        \"lobscouser\",\n        \"lodger\",\n        \"offcolour\",\n        \"outchamber\",\n        \"outhouse\",\n        \"outpreening\",\n        \"overdoor\",\n        \"parroter\",\n        \"petrissage\",\n        \"pissoirs\",\n        \"placemaking\",\n        \"room\",\n        \"roomed\",\n        \"roomer\",\n        \"roomers\",\n        \"roomette\",\n        \"roomettes\",\n        \"roomfuls\",\n        \"roomie\",\n        \"roomier\",\n        \"roomies\",\n        \"roomiest\",\n        \"roomily\",\n        \"rooming\",\n        \"roomlet\",\n        \"rooms\",\n        \"roomsful\",\n        \"roomsome\",\n        \"roomstead\",\n        \"roomth\",\n        \"roomward\",\n        \"shelfroom\",\n        \"skimping\",\n        \"stagehouse\",\n        \"stateroom\",\n        \"staterooms\",\n        \"stillroom\",\n        \"substoreroom\",\n        \"tearoom\",\n        \"townhouse\",\n        \"underchamber\",\n        \"uproom\",\n        \"wardroom\"\n    ],\n    \"azụ̀ azụ̀\": [\n        \"boarfish\",\n        \"burrfish\"\n    ],\n    \"ji nwayọọ nwayọọ\": [\n        \"boarishly\",\n        \"crabbedly\",\n        \"gregariously\"\n    ],\n    \"itu ọnụ\": [\n        \"boas\",\n        \"boast\",\n        \"boasted\",\n        \"boastfully\",\n        \"boasting\",\n        \"boastingly\",\n        \"boastless\",\n        \"bragget\",\n        \"bragly\"\n    ],\n    \"tuo isi\": [\n        \"boaster\"\n    ],\n    \"inya isi\": [\n        \"boastfulness\",\n        \"boult\",\n        \"gallantness\",\n        \"glorying\"\n    ],\n    \"Inya-isi\": [\n        \"boastings\"\n    ],\n    \"eji akuku\": [\n        \"boastive\"\n    ],\n    \"etu ọnụ\": [\n        \"boasts\",\n        \"brag\",\n        \"braggery\"\n    ],\n    \"ụgwọ ụgbọ mmiri\": [\n        \"boatbills\"\n    ],\n    \"onye na-ebu ụgbọ mmiri\": [\n        \"boatbuilder\",\n        \"boatloader\",\n        \"shipbuilder\",\n        \"shipholder\",\n        \"shipkeeper\"\n    ],\n    \"burụ ụgbọ mmiri\": [\n        \"boatbuilding\"\n    ],\n    \"ndị ọkwọ ụgbọ mmiri\": [\n        \"boaters\",\n        \"mariners\",\n        \"sailors\"\n    ],\n    \"onye isi ụgbọ mmiri\": [\n        \"boatheader\",\n        \"shipmaster\"\n    ],\n    \"ụlọ ụgbọ mmiri\": [\n        \"boathouse\",\n        \"boathouses\"\n    ],\n    \"ogige ụgbọ mmiri\": [\n        \"boatyard\"\n    ],\n    \"ingsgbọ mmiri\": [\n        \"boatings\"\n    ],\n    \"enweghị ụgbọ\": [\n        \"boatless\",\n        \"railless\",\n        \"wagonless\"\n    ],\n    \"dị ka ụgbọ mmiri\": [\n        \"boatlike\"\n    ],\n    \"eji ụgbọ mmiri\": [\n        \"boatloading\"\n    ],\n    \"onye nlekọta ụgbọ mmiri\": [\n        \"boatmaster\"\n    ],\n    \"ndị ụgbọ mmiri\": [\n        \"boatmen\",\n        \"boatsmen\",\n        \"steamboatmen\"\n    ],\n    \"Onye nwe ụgbọ mmiri\": [\n        \"boatowner\"\n    ],\n    \"ụlọ ahịa ụgbọ mmiri\": [\n        \"boatshop\"\n    ],\n    \"bogbọ mmiri\": [\n        \"boatsman\",\n        \"steamboatman\"\n    ],\n    \"nke boatswain\": [\n        \"boatswains\"\n    ],\n    \"jiri ụgbọ mmiri\": [\n        \"boatwise\"\n    ],\n    \"nwa nwanyi\": [\n        \"boatwoman\",\n        \"buddhahood\",\n        \"buddhaship\",\n        \"bumboatwoman\",\n        \"buttwoman\",\n        \"childwife\",\n        \"chylidrosis\",\n        \"cloistress\",\n        \"curvesomeness\",\n        \"daughterhood\",\n        \"daughterkin\",\n        \"daughterless\",\n        \"daughterliness\",\n        \"daughtership\",\n        \"eldress\",\n        \"gaboon\",\n        \"gayish\",\n        \"girl\",\n        \"girlchild\",\n        \"hamdmaid\",\n        \"imitatress\",\n        \"interceptress\",\n        \"maidenhead\",\n        \"maidenheads\",\n        \"maidenhood\",\n        \"maidenism\",\n        \"maidenweed\",\n        \"maidhead\",\n        \"oysterwoman\",\n        \"potgirl\",\n        \"progenitress\",\n        \"quebrith\",\n        \"quininas\",\n        \"shopgirl\",\n        \"shunammite\",\n        \"sussexman\",\n        \"sutleress\",\n        \"townswoman\",\n        \"virginhead\"\n    ],\n    \"ubom\": [\n        \"boatwright\",\n        \"driveboat\",\n        \"entomion\",\n        \"rowboat\",\n        \"rowboats\",\n        \"shipwrecky\",\n        \"shipwright\",\n        \"unboat\"\n    ],\n    \"Obi Oma\": [\n        \"bobbed\"\n    ],\n    \"bobberi\": [\n        \"bobberies\"\n    ],\n    \"bobs\": [\n        \"bobbers\"\n    ],\n    \"Obi Nwachukwu\": [\n        \"bobbie\",\n        \"bougie\"\n    ],\n    \"Obianuju\": [\n        \"bobbishly\",\n        \"bogeyed\",\n        \"boraginaceous\",\n        \"bougainvillaea\",\n        \"bougainvillea\",\n        \"flabbergastingly\",\n        \"hoppytoad\",\n        \"skepfuls\"\n    ],\n    \"O juru m anya\": [\n        \"bobbled\"\n    ],\n    \"umu aka\": [\n        \"bobcats\",\n        \"clubhands\",\n        \"younglings\",\n        \"lambskins\",\n        \"nurslings\"\n    ],\n    \"bobootu\": [\n        \"bobcoat\"\n    ],\n    \"bedị\": [\n        \"bobeches\"\n    ],\n    \"bobo\": [\n        \"bobol\"\n    ],\n    \"Oma\": [\n        \"bobsled\",\n        \"bobsleded\",\n        \"hammerwork\",\n        \"sneezes\",\n        \"stricker\",\n        \"strobed\",\n        \"stroked\"\n    ],\n    \"ndi bobs\": [\n        \"bobsledders\"\n    ],\n    \"Obi tọ\": [\n        \"bobstays\",\n        \"funebrous\"\n    ],\n    \"bobtail\": [\n        \"bobtails\"\n    ],\n    \"Obolo\": [\n        \"bobwhite\"\n    ],\n    \"ohia\": [\n        \"bobwood\",\n        \"broche\",\n        \"bungle\",\n        \"bush\",\n        \"bushboy\",\n        \"bushbuck\",\n        \"bushbucks\",\n        \"bushcraft\",\n        \"bushed\",\n        \"bushel\",\n        \"busheled\",\n        \"bushelful\",\n        \"busheling\",\n        \"bushelling\",\n        \"bushels\",\n        \"bushers\",\n        \"bushes\",\n        \"bushful\",\n        \"bushgoat\",\n        \"bushgrass\",\n        \"bushhammer\",\n        \"bushy\",\n        \"bushiness\",\n        \"bushing\",\n        \"bushings\",\n        \"bushland\",\n        \"bushlands\",\n        \"bushlike\",\n        \"bushman\",\n        \"bushmanship\",\n        \"bushpig\",\n        \"bushranger\",\n        \"bushranging\",\n        \"bushrope\",\n        \"bushwah\",\n        \"bushwahs\",\n        \"bushwas\",\n        \"bushwhack\",\n        \"busine\",\n        \"busky\",\n        \"buskin\",\n        \"buskins\",\n        \"citrons\",\n        \"congeners\",\n        \"cracky\",\n        \"crickets\",\n        \"cutworms\",\n        \"deforest\",\n        \"deforester\",\n        \"deforests\",\n        \"dillisk\",\n        \"disafforest\",\n        \"disforest\",\n        \"farrow\",\n        \"forest\",\n        \"foresters\",\n        \"forset\",\n        \"jungles\",\n        \"loveflower\",\n        \"rangeland\",\n        \"royster\",\n        \"squirk\",\n        \"thicket\",\n        \"thicksets\",\n        \"torgot\",\n        \"trolands\",\n        \"wild\",\n        \"wilds\",\n        \"wildwind\",\n        \"woodbury\",\n        \"woodfall\",\n        \"woodris\",\n        \"woodrock\",\n        \"woodshedding\",\n        \"woodskin\",\n        \"woodworm\"\n    ],\n    \"Ochobo\": [\n        \"bocce\"\n    ],\n    \"cnye\": [\n        \"bocci\"\n    ],\n    \"Ochokwu\": [\n        \"boccia\"\n    ],\n    \"Bocconia\": [\n        \"bocconia\"\n    ],\n    \"cedgha\": [\n        \"bocedization\"\n    ],\n    \"Oke\": [\n        \"bocks\",\n        \"boraces\",\n        \"cathood\",\n        \"ostmannic\",\n        \"ratels\"\n    ],\n    \"colọ\": [\n        \"bocoy\"\n    ],\n    \"ahụ\": [\n        \"bod\",\n        \"body\",\n        \"bodies\",\n        \"bodyhood\",\n        \"bodiliness\",\n        \"bodiment\",\n        \"bodywise\",\n        \"enplanes\",\n        \"particles\",\n        \"phis\",\n        \"phys\",\n        \"physique\",\n        \"seels\"\n    ],\n    \"akwa ihe\": [\n        \"bodach\"\n    ],\n    \"ahụ ọ bụla\": [\n        \"bodegones\",\n        \"bodysuits\",\n        \"bodysurfing\",\n        \"bodysurfs\"\n    ],\n    \"ahụ ọmarịcha\": [\n        \"bodements\"\n    ],\n    \"ihebnke.eb\": [\n        \"bodenbenderite\"\n    ],\n    \"ebe ugwu\": [\n        \"bodge\",\n        \"coteau\",\n        \"gilet\",\n        \"nederlands\",\n        \"nortelry\",\n        \"northernize\",\n        \"northernmost\",\n        \"northness\",\n        \"spelldowns\",\n        \"westerly\"\n    ],\n    \"aru ekwe\": [\n        \"bodybending\"\n    ],\n    \"onye na-edozi ahụ\": [\n        \"bodybuilder\",\n        \"greenskeeper\",\n        \"hygienist\",\n        \"mechanotherapist\",\n        \"nutbreaker\",\n        \"nutritionist\",\n        \"organographist\"\n    ],\n    \"onye bodice\": [\n        \"bodicemaker\"\n    ],\n    \"ahụ juru afọ\": [\n        \"bodied\"\n    ],\n    \"onye nche\": [\n        \"bodyguard\",\n        \"conservator\",\n        \"conserver\",\n        \"defenseman\",\n        \"goalkeeper\",\n        \"guardant\",\n        \"guarder\",\n        \"guardsman\",\n        \"ronsardian\",\n        \"secutor\",\n        \"wardman\",\n        \"watchkeeper\",\n        \"watchmaker\",\n        \"watchmate\"\n    ],\n    \"ahụ ahụ\": [\n        \"bodying\"\n    ],\n    \"ahụ adịghị\": [\n        \"bodyless\",\n        \"unsick\"\n    ],\n    \"n’anụ ahụ\": [\n        \"bodily\"\n    ],\n    \"Emezi ahụ\": [\n        \"bodymaker\"\n    ],\n    \"ịme ahụ\": [\n        \"bodymaking\"\n    ],\n    \"uwe ahụ\": [\n        \"bodyshirt\",\n        \"bodywear\"\n    ],\n    \"Akpụkpọ ahụ\": [\n        \"bodkin\"\n    ],\n    \"Akpụkpọ ahụ́\": [\n        \"bodkins\"\n    ],\n    \"Ihuru onyeanya\": [\n        \"bodkinwise\"\n    ],\n    \"Onyediegwu\": [\n        \"bodleian\",\n        \"boehmenist\",\n        \"moeritherian\",\n        \"teenybopper\"\n    ],\n    \"Ahụ\": [\n        \"bods\",\n        \"torts\"\n    ],\n    \"Boehmenite\": [\n        \"boehmenite\"\n    ],\n    \"Onyeoma\": [\n        \"boehmite\",\n        \"bourgeon\",\n        \"bourkha\",\n        \"bourne\",\n        \"bourr\",\n        \"bourran\",\n        \"bryony\",\n        \"brunhild\",\n        \"descendentalist\",\n        \"farnovian\",\n        \"fgn\",\n        \"goody\",\n        \"goodlike\",\n        \"heliotroper\",\n        \"lovemonger\",\n        \"mootman\",\n        \"philabeg\",\n        \"profitmonger\",\n        \"roscoelite\",\n        \"saughen\",\n        \"sourveld\",\n        \"spannerman\",\n        \"splenulus\",\n        \"stutterer\",\n        \"thioamide\",\n        \"tresaiel\",\n        \"trotteur\",\n        \"wealthmonger\"\n    ],\n    \"ndị mmụọ\": [\n        \"boers\",\n        \"bowlders\",\n        \"devisals\",\n        \"devolves\",\n        \"psychics\",\n        \"psychs\",\n        \"psykters\",\n        \"spiritualists\",\n        \"theek\",\n        \"withier\",\n        \"withies\",\n        \"withiest\"\n    ],\n    \"etnye\": [\n        \"boethian\",\n        \"triethyl\"\n    ],\n    \"bofo\": [\n        \"boffo\"\n    ],\n    \"opitoropi\": [\n        \"bog\"\n    ],\n    \"Buga\": [\n        \"bogard\"\n    ],\n    \"Obi ojoo\": [\n        \"bogeying\",\n        \"brutus\",\n        \"bumptiousness\",\n        \"frumpiness\",\n        \"gruesomely\",\n        \"gruffy\",\n        \"gruffiness\",\n        \"gruffness\",\n        \"gruffs\",\n        \"gully\",\n        \"gulpiest\",\n        \"wontedness\"\n    ],\n    \"bogo\": [\n        \"boget\"\n    ],\n    \"ogidi-ugo\": [\n        \"boggishness\"\n    ],\n    \"boggle\": [\n        \"bogglebo\",\n        \"boggled\",\n        \"boggler\"\n    ],\n    \"bogg bogg\": [\n        \"bogglers\"\n    ],\n    \"bogg\": [\n        \"boggling\"\n    ],\n    \"boggling\": [\n        \"bogglingly\"\n    ],\n    \"gygha\": [\n        \"bogydom\",\n        \"raggy\"\n    ],\n    \"Obodo Bogyland\": [\n        \"bogyland\"\n    ],\n    \"gymụ nwoke\": [\n        \"bogymen\"\n    ],\n    \"tlọ igbo\": [\n        \"bogtrotter\",\n        \"bogtrotting\"\n    ],\n    \"bogus\": [\n        \"bogusness\"\n    ],\n    \"ndi bohemians\": [\n        \"bohemians\"\n    ],\n    \"agbaba\": [\n        \"bohunks\",\n        \"escars\",\n        \"escrows\",\n        \"pandaram\"\n    ],\n    \"nwata nwoke\": [\n        \"boy\",\n        \"boyishness\",\n        \"boyism\",\n        \"boylas\",\n        \"youthhead\"\n    ],\n    \"Boyardom\": [\n        \"boyardom\"\n    ],\n    \"ugbo\": [\n        \"boyards\",\n        \"fairm\",\n        \"farls\",\n        \"farm\",\n        \"farmage\",\n        \"farmhold\",\n        \"farmplace\",\n        \"farms\",\n        \"farmscape\",\n        \"farrage\",\n        \"farriery\",\n        \"ferk\",\n        \"ferry\",\n        \"gardenhood\",\n        \"gardenin\",\n        \"gardening\",\n        \"hark\",\n        \"planation\",\n        \"plantation\",\n        \"plantations\",\n        \"thraves\"\n    ],\n    \"ụmụ nwoke\": [\n        \"boychiks\",\n        \"boycottism\",\n        \"boycotts\",\n        \"boys\",\n        \"dalesmen\",\n        \"doughboys\",\n        \"drogermen\",\n        \"everymen\",\n        \"foemen\",\n        \"foilsmen\",\n        \"fulmen\",\n        \"gays\",\n        \"lacemen\",\n        \"lads\",\n        \"maleates\",\n        \"malenesses\",\n        \"males\",\n        \"masculines\",\n        \"masculinism\",\n        \"maza\",\n        \"men\",\n        \"nepheligenous\",\n        \"nephews\",\n        \"niacins\",\n        \"nies\",\n        \"pegmen\",\n        \"shopboys\",\n        \"sonants\",\n        \"sonores\",\n        \"tongmen\",\n        \"tongsmen\",\n        \"tupmen\"\n    ],\n    \"boycọt\": [\n        \"boycotted\"\n    ],\n    \"na-agbako\": [\n        \"boycotting\",\n        \"calcifying\",\n        \"calcining\",\n        \"calculative\",\n        \"calumniously\",\n        \"columning\"\n    ],\n    \"osiandị\": [\n        \"boyer\"\n    ],\n    \"bietị\": [\n        \"boiette\"\n    ],\n    \"enyi nwoke\": [\n        \"boyfriend\",\n        \"boyfriends\"\n    ],\n    \"umu nwoke\": [\n        \"boyhoods\",\n        \"boysenberry\",\n        \"boysenberries\",\n        \"coronamen\",\n        \"shipboy\",\n        \"sonships\",\n        \"sonsy\",\n        \"tallboys\",\n        \"tinmen\",\n        \"tinsmen\",\n        \"underboy\"\n    ],\n    \"obụpde\": [\n        \"boil\"\n    ],\n    \"esi mmiri ọkụ\": [\n        \"boiler\",\n        \"boilerful\",\n        \"boilermaker\",\n        \"boilermaking\",\n        \"boilerplate\",\n        \"coiler\"\n    ],\n    \"ụlọ esi mmiri ọkụ\": [\n        \"boilerhouse\"\n    ],\n    \"ji esi mmiri ọkụ\": [\n        \"boilery\",\n        \"boilers\"\n    ],\n    \"ndị na-anya mmiri ọkụ\": [\n        \"boilermakers\"\n    ],\n    \"igwe oku\": [\n        \"boilersmith\",\n        \"chitter\",\n        \"cooers\",\n        \"crewer\",\n        \"gaudier\",\n        \"proponer\"\n    ],\n    \"ọrụ ọkụ\": [\n        \"boilerworks\"\n    ],\n    \"dị ka nwata\": [\n        \"boylike\"\n    ],\n    \"Ọdịdị\": [\n        \"boylikeness\",\n        \"ectorhinal\",\n        \"fordid\",\n        \"samory\",\n        \"shapeliness\",\n        \"spherics\",\n        \"struction\",\n        \"structure\",\n        \"tydden\",\n        \"turgidness\",\n        \"uitspan\"\n    ],\n    \"Obụpde\": [\n        \"boils\"\n    ],\n    \"Ogbolu\": [\n        \"boisseau\",\n        \"boisseaux\",\n        \"bolero\",\n        \"borofluohydric\",\n        \"borolanite\",\n        \"bostangi\",\n        \"bostryx\",\n        \"clypeated\",\n        \"deboshed\",\n        \"dendrophil\",\n        \"gilgul\",\n        \"quintillian\"\n    ],\n    \"eme mkpọtụ\": [\n        \"boisterous\",\n        \"bumblings\",\n        \"caronic\",\n        \"cystigerous\",\n        \"cotyligerous\",\n        \"dentigerous\",\n        \"dorsigerous\",\n        \"noisemaker\",\n        \"oculigerous\",\n        \"oysterous\",\n        \"pretentative\"\n    ],\n    \"bola\": [\n        \"bolar\",\n        \"bolas\",\n        \"bolases\"\n    ],\n    \"uko\": [\n        \"boldacious\",\n        \"cohost\",\n        \"jettiness\",\n        \"thight\",\n        \"tight\",\n        \"uncourageousness\"\n    ],\n    \"eji obi ike\": [\n        \"boldheartedly\"\n    ],\n    \"ikwuwa okwu\": [\n        \"bolding\",\n        \"dehonestation\"\n    ],\n    \"n'atụghị egwu\": [\n        \"boldly\",\n        \"brazenly\",\n        \"dauntlessly\",\n        \"fearlessly\",\n        \"lapsingly\",\n        \"noncontemplatively\",\n        \"putidly\",\n        \"spunklessly\",\n        \"unabatedly\",\n        \"unadversely\",\n        \"unassumedly\",\n        \"uncontemplatively\",\n        \"unfearingly\",\n        \"ungenteely\",\n        \"unintensively\",\n        \"unmaidenly\",\n        \"unpanting\",\n        \"unpredaceously\",\n        \"unpredictively\",\n        \"unpriestly\",\n        \"unquietly\",\n        \"unrightfully\",\n        \"unsittingly\",\n        \"unsurprisingly\",\n        \"untauntingly\",\n        \"unwarnedly\"\n    ],\n    \"odika\": [\n        \"bolelike\",\n        \"butyls\",\n        \"obversant\",\n        \"pretentious\",\n        \"seem\",\n        \"seemably\",\n        \"seemingly\",\n        \"seemlihead\",\n        \"servette\",\n        \"waiterdom\",\n        \"waiterhood\"\n    ],\n    \"Obole\": [\n        \"boleros\"\n    ],\n    \"keleke\": [\n        \"boletic\"\n    ],\n    \"Bolivia\": [\n        \"bolivia\"\n    ],\n    \"bolivia\": [\n        \"bolivians\"\n    ],\n    \"bolivia si\": [\n        \"bolivias\"\n    ],\n    \"boller\": [\n        \"bolled\"\n    ],\n    \"bolili\": [\n        \"bollies\"\n    ],\n    \"Asụsụ Bolognese\": [\n        \"bolognese\"\n    ],\n    \"bolograf\": [\n        \"bolograph\"\n    ],\n    \"bolographical\": [\n        \"bolographically\"\n    ],\n    \"Onyedika\": [\n        \"boloman\",\n        \"bopyridian\",\n        \"bovarist\",\n        \"fissidens\",\n        \"huscarl\",\n        \"knossian\",\n        \"knurlier\",\n        \"rousseau\",\n        \"stosston\",\n        \"vildly\"\n    ],\n    \"ndị bolomen\": [\n        \"bolomen\"\n    ],\n    \"bolomita\": [\n        \"bolometer\"\n    ],\n    \"Mgbahara\": [\n        \"bolshevism\"\n    ],\n    \"Nwokocha\": [\n        \"bolshevist\",\n        \"cephaeline\",\n        \"clarabella\",\n        \"cognovit\",\n        \"conclavist\",\n        \"gilbert\",\n        \"gilbertite\",\n        \"glucocorticoid\",\n        \"homoiousian\",\n        \"yorkshireman\",\n        \"jaditic\",\n        \"klutz\",\n        \"klutzes\",\n        \"leiotrichy\",\n        \"lupercalian\",\n        \"melburnian\",\n        \"melicocca\",\n        \"melicratory\",\n        \"melioristic\",\n        \"melissa\",\n        \"melissyl\",\n        \"melissylic\",\n        \"melungeon\",\n        \"mendacious\",\n        \"menschen\",\n        \"polderman\",\n        \"quayman\",\n        \"steeadying\",\n        \"steeving\",\n        \"thelphusian\"\n    ],\n    \"na-ahụkarị\": [\n        \"bolshevistically\"\n    ],\n    \"na-echegharị\": [\n        \"bolshevizing\",\n        \"malling\",\n        \"reanimating\",\n        \"reassumes\",\n        \"reattaches\",\n        \"rebinding\",\n        \"recliner\",\n        \"reclothes\",\n        \"recoiner\",\n        \"recondenses\",\n        \"recondensing\",\n        \"recouples\",\n        \"recoups\",\n        \"reemerges\",\n        \"refronting\",\n        \"refuging\",\n        \"regelating\",\n        \"relent\",\n        \"relenting\",\n        \"relentingly\",\n        \"remanning\",\n        \"remelting\",\n        \"remingling\",\n        \"remollifying\",\n        \"remonstrating\",\n        \"remonstrative\",\n        \"remorselessly\",\n        \"repaginates\",\n        \"repenning\",\n        \"reposes\",\n        \"rethinking\",\n        \"rethinks\",\n        \"retinting\",\n        \"reverberant\",\n        \"rontgenizing\",\n        \"sidetracking\",\n        \"unrepenting\"\n    ],\n    \"kwalitere\": [\n        \"bolstered\",\n        \"boosted\",\n        \"promoted\"\n    ],\n    \"bosterers\": [\n        \"bolsterers\"\n    ],\n    \"ọrụ ike\": [\n        \"bolsterwork\"\n    ],\n    \"kpachie\": [\n        \"bolted\",\n        \"stitchdown\",\n        \"stitched\",\n        \"stitcher\",\n        \"stitching\",\n        \"stithe\",\n        \"stithied\"\n    ],\n    \"bombu\": [\n        \"bomb\",\n        \"bombastry\",\n        \"bombic\",\n        \"bombilate\",\n        \"bombilation\",\n        \"bombination\",\n        \"grenade\"\n    ],\n    \"bamacaceae\": [\n        \"bombacaceae\"\n    ],\n    \"bọmbụ ọkụ\": [\n        \"bombacaceous\"\n    ],\n    \"atụ bọmbụ\": [\n        \"bombardiers\",\n        \"bombarding\",\n        \"bomber\",\n        \"bombers\",\n        \"bombing\",\n        \"bombings\"\n    ],\n    \"ndị na-atụ bọmbụ\": [\n        \"bombardmen\"\n    ],\n    \"na-agba bọmbụ\": [\n        \"bombasts\"\n    ],\n    \"tụrụ bọmbụ\": [\n        \"bombed\"\n    ],\n    \"bọmbụ bọmbụ\": [\n        \"bombernickel\",\n        \"bombloads\",\n        \"bombshell\",\n        \"bombshells\",\n        \"bombsights\"\n    ],\n    \"ịtụ bọmbụ\": [\n        \"bombiccite\"\n    ],\n    \"bọmbụ na-egbu egbu\": [\n        \"bombycinous\"\n    ],\n    \"na-atụ bọmbụ\": [\n        \"bombinating\"\n    ],\n    \"na-egbochi bọmbụ\": [\n        \"bombproof\"\n    ],\n    \"ezi okwu\": [\n        \"bonailie\",\n        \"cerusite\",\n        \"precrural\"\n    ],\n    \"bonanza\": [\n        \"bonanzas\"\n    ],\n    \"bonaparte\": [\n        \"bonapartean\"\n    ],\n    \"bonasia\": [\n        \"bonassus\"\n    ],\n    \"ezi nwanyi\": [\n        \"bonaveria\",\n        \"thyroprivia\"\n    ],\n    \"Onye nzuzu\": [\n        \"bonavist\",\n        \"forksmith\",\n        \"froward\",\n        \"luser\",\n        \"slenderer\",\n        \"slopseller\",\n        \"snugger\",\n        \"stilted\",\n        \"thworl\",\n        \"vaudy\"\n    ],\n    \"bonbon\": [\n        \"bonbons\"\n    ],\n    \"nkekọ\": [\n        \"bond\",\n        \"bondship\",\n        \"claus\",\n        \"unbonded\",\n        \"unshared\"\n    ],\n    \"n'agbụ\": [\n        \"bondage\",\n        \"chaining\",\n        \"chainless\",\n        \"chainsman\",\n        \"chainsmen\",\n        \"chainsmith\"\n    ],\n    \"ndị jikọtara ọnụ\": [\n        \"bondholders\"\n    ],\n    \"ijikọ\": [\n        \"bondholding\",\n        \"bonding\",\n        \"collides\",\n        \"connecting\",\n        \"interconnecting\"\n    ],\n    \"ndị odibo\": [\n        \"bondmaids\",\n        \"servants\",\n        \"servicemen\"\n    ],\n    \"ọgbụgbọ\": [\n        \"bondmanship\",\n        \"cholera\",\n        \"nausea\",\n        \"nauseam\",\n        \"nauseant\",\n        \"nauseas\",\n        \"nauseate\",\n        \"nauseated\",\n        \"nauseates\",\n        \"nauseating\",\n        \"nauseatingly\",\n        \"nauseation\",\n        \"nauseous\",\n        \"nauseously\",\n        \"nauseousness\",\n        \"nauseum\",\n        \"nausity\",\n        \"scclera\",\n        \"syphilisation\",\n        \"vomicine\",\n        \"vomiturition\"\n    ],\n    \"ndị ohu\": [\n        \"bondmen\",\n        \"bondsmen\",\n        \"enslavements\",\n        \"enslavers\",\n        \"enslaves\",\n        \"slaveys\",\n        \"slaveries\",\n        \"slaves\"\n    ],\n    \"ofụn\": [\n        \"bondservant\"\n    ],\n    \"nwanyị\": [\n        \"bondswoman\",\n        \"bondwoman\",\n        \"committeewoman\",\n        \"feminacy\",\n        \"feminate\",\n        \"feminine\",\n        \"forewoman\",\n        \"foundress\",\n        \"gatewoman\",\n        \"gemmeous\",\n        \"jewess\",\n        \"ladyishness\",\n        \"ladyless\",\n        \"laywoman\",\n        \"lundress\",\n        \"miswoman\",\n        \"monitress\",\n        \"outwoman\",\n        \"queenliness\",\n        \"sebiparous\",\n        \"superwoman\",\n        \"womaned\",\n        \"womanfully\",\n        \"womaning\",\n        \"womanised\",\n        \"womanish\",\n        \"womanishness\",\n        \"womanity\",\n        \"womanly\",\n        \"womanliness\",\n        \"womanness\",\n        \"wombier\"\n    ],\n    \"ezigbo ihe\": [\n        \"bonducnut\",\n        \"ceruminiferous\"\n    ],\n    \"bonsu\": [\n        \"bonducs\"\n    ],\n    \"ụmụ nwanyị\": [\n        \"bondwomen\",\n        \"broadwives\",\n        \"committeewomen\",\n        \"daughters\",\n        \"females\",\n        \"feminines\",\n        \"feminists\",\n        \"feminities\",\n        \"femurs\",\n        \"fruitwomen\",\n        \"geminates\",\n        \"geminations\",\n        \"geminis\",\n        \"gentlewomen\",\n        \"goddaughters\",\n        \"hautboys\",\n        \"ladies\",\n        \"ladyhoods\",\n        \"ladyism\",\n        \"ladykind\",\n        \"laywomen\",\n        \"lamedhs\",\n        \"lancemen\",\n        \"laughters\",\n        \"macerators\",\n        \"newswomen\",\n        \"nieces\",\n        \"nieves\",\n        \"nomen\",\n        \"oarswomen\",\n        \"oysterwomen\",\n        \"seminality\",\n        \"servicewomen\",\n        \"shechemites\",\n        \"spokeswomen\",\n        \"stateswomen\",\n        \"stepdaughters\",\n        \"suitors\",\n        \"superwomen\",\n        \"townswomen\",\n        \"tradeswomen\",\n        \"waisters\",\n        \"wammuses\",\n        \"widdies\",\n        \"womanizers\",\n        \"womans\",\n        \"women\",\n        \"womenkind\"\n    ],\n    \"ọkpụkpụ\": [\n        \"bone\",\n        \"boneen\",\n        \"boneless\",\n        \"bonelessly\",\n        \"bonelet\",\n        \"bonesets\",\n        \"bonesetter\",\n        \"bonesetting\",\n        \"cheekbone\",\n        \"cuttlebone\",\n        \"cuttlebones\",\n        \"greenbone\",\n        \"jawbone\",\n        \"jawboned\",\n        \"rackbone\",\n        \"rawbone\",\n        \"rawbones\",\n        \"ringbone\",\n        \"ringbones\",\n        \"scalpture\",\n        \"sculper\",\n        \"sculpture\",\n        \"skeletomuscular\",\n        \"splintbone\",\n        \"tailbone\"\n    ],\n    \"nke ha\": [\n        \"boned\",\n        \"their\",\n        \"theirn\",\n        \"theirs\"\n    ],\n    \"ihe ọkpụkpụ\": [\n        \"bonedry\",\n        \"scullduggery\",\n        \"sculpins\",\n        \"sculpturer\",\n        \"sculptures\",\n        \"sculpturesque\"\n    ],\n    \"okpukpu\": [\n        \"boneflower\",\n        \"bonewood\",\n        \"bony\",\n        \"bonze\",\n        \"breakbone\",\n        \"breakbones\",\n        \"breakneck\",\n        \"brember\",\n        \"caschrom\",\n        \"cassocks\",\n        \"ceriferous\",\n        \"cloughs\",\n        \"cogredient\",\n        \"coupage\",\n        \"cremocarp\",\n        \"crevasses\",\n        \"disfoliage\",\n        \"dorsel\",\n        \"flagrante\",\n        \"flashover\",\n        \"folds\",\n        \"foldwards\",\n        \"frampold\",\n        \"fraughtage\",\n        \"fraughted\",\n        \"fraughts\",\n        \"hundredfold\",\n        \"kyklops\",\n        \"kymograms\",\n        \"kneepiece\",\n        \"monochromat\",\n        \"osteal\",\n        \"outfold\",\n        \"outprice\",\n        \"pesterous\",\n        \"rassles\",\n        \"rhenea\",\n        \"scissions\",\n        \"scliff\",\n        \"scunge\",\n        \"serule\",\n        \"skemmel\",\n        \"skemp\",\n        \"skeppe\",\n        \"sneaps\",\n        \"soldanel\",\n        \"sourballs\",\n        \"sourishness\",\n        \"sparple\",\n        \"spig\",\n        \"spoilation\",\n        \"spoliary\",\n        \"spoliated\",\n        \"spoliation\",\n        \"tache\",\n        \"terpenic\",\n        \"thesaury\",\n        \"thrang\",\n        \"thrangity\",\n        \"troweled\",\n        \"twirlier\",\n        \"twistification\",\n        \"twitteration\",\n        \"warple\"\n    ],\n    \"okpukpu okpukpu\": [\n        \"boneyard\",\n        \"boneyards\",\n        \"tenuirostral\"\n    ],\n    \"bonellia onyeka\": [\n        \"bonellia\"\n    ],\n    \"na-atu uda\": [\n        \"bonging\"\n    ],\n    \"bongo\": [\n        \"bongoes\"\n    ],\n    \"bong\": [\n        \"bongs\"\n    ],\n    \"onye bonier\": [\n        \"bonier\"\n    ],\n    \"bonifes\": [\n        \"bonifaces\"\n    ],\n    \"nke azu okpo\": [\n        \"bonyfish\"\n    ],\n    \"nke okpokoro\": [\n        \"bonytail\",\n        \"semipneumatical\",\n        \"semipunitive\"\n    ],\n    \"bonito\": [\n        \"bonitoes\"\n    ],\n    \"bonneson\": [\n        \"bonnes\"\n    ],\n    \"Bonnet yiri\": [\n        \"bonnetlike\"\n    ],\n    \"nke ukwuu\": [\n        \"bonniest\",\n        \"cymous\",\n        \"cirrocumulous\",\n        \"drastically\",\n        \"extraordinarily\",\n        \"hugeously\",\n        \"prestant\",\n        \"sorely\",\n        \"supersignificantly\",\n        \"temulently\",\n        \"vastly\",\n        \"vitreously\",\n        \"widdie\"\n    ],\n    \"n'olu\": [\n        \"bonnock\",\n        \"lumbrical\",\n        \"lumbrous\",\n        \"necking\",\n        \"neckward\",\n        \"ontically\",\n        \"reticularly\",\n        \"silently\",\n        \"tonically\",\n        \"unaloud\",\n        \"undertone\",\n        \"voicedness\"\n    ],\n    \"bononyan\": [\n        \"bononian\"\n    ],\n    \"Bons\": [\n        \"bons\"\n    ],\n    \"ihe mmasi\": [\n        \"bonser\",\n        \"likers\"\n    ],\n    \"anwansị\": [\n        \"bonspell\",\n        \"dolomitized\",\n        \"englander\",\n        \"extispices\",\n        \"gascons\",\n        \"gnathopodous\",\n        \"noncaste\",\n        \"ravenousness\",\n        \"ravishes\",\n        \"venality\",\n        \"veneriform\"\n    ],\n    \"bonspell\": [\n        \"bonspells\"\n    ],\n    \"Onyinye Okonkwo\": [\n        \"bonspiel\"\n    ],\n    \"daashi\": [\n        \"bonus\"\n    ],\n    \"Ọfụma\": [\n        \"bonzes\",\n        \"outfabling\",\n        \"spumy\"\n    ],\n    \"oobbụ\": [\n        \"booby\"\n    ],\n    \"oobnye\": [\n        \"boobyish\"\n    ],\n    \"ara\": [\n        \"boobs\",\n        \"breams\",\n        \"breast\",\n        \"breasted\",\n        \"breaster\",\n        \"breasting\",\n        \"breastrail\",\n        \"breasts\",\n        \"breastsummer\",\n        \"insanable\",\n        \"insane\",\n        \"insanely\",\n        \"insaneness\",\n        \"insaner\",\n        \"insanest\",\n        \"insanie\",\n        \"insanify\",\n        \"insanitation\",\n        \"insanity\",\n        \"mad\",\n        \"madnep\",\n        \"madness\",\n        \"madnesses\",\n        \"madship\",\n        \"nastiness\",\n        \"nursed\",\n        \"suckable\",\n        \"suckled\",\n        \"suckles\",\n        \"suckless\",\n        \"teat\",\n        \"uninsane\",\n        \"unsane\",\n        \"venomsome\",\n        \"weism\"\n    ],\n    \"ekwensu\": [\n        \"bood\",\n        \"boodh\",\n        \"boody\",\n        \"boodie\",\n        \"demonophobia\",\n        \"demonopolize\",\n        \"devil\",\n        \"devilhood\",\n        \"deviling\",\n        \"devilish\",\n        \"devilishness\",\n        \"devilism\",\n        \"devilized\",\n        \"devilkin\",\n        \"devilman\",\n        \"devilment\",\n        \"devilments\",\n        \"devilmonger\",\n        \"devilry\",\n        \"devilries\",\n        \"devils\",\n        \"deviltry\",\n        \"deviltries\",\n        \"devilward\",\n        \"devilwise\",\n        \"gallicole\",\n        \"injudiciousness\",\n        \"kookiness\",\n        \"penelopean\",\n        \"pinocytotic\",\n        \"russellite\",\n        \"satanic\",\n        \"satanical\",\n        \"satanicalness\",\n        \"unsatanic\",\n        \"unsatanical\"\n    ],\n    \"ndi nzuzu\": [\n        \"boogers\",\n        \"draegermen\",\n        \"figurants\",\n        \"fools\",\n        \"miskals\",\n        \"parecy\",\n        \"podozamites\",\n        \"slobbers\",\n        \"snoopers\",\n        \"wisecrackers\"\n    ],\n    \"boogeyman\": [\n        \"boogyman\",\n        \"boogymen\"\n    ],\n    \"boohoo si\": [\n        \"boohoos\"\n    ],\n    \"igba akwukwo\": [\n        \"bookable\",\n        \"bookful\"\n    ],\n    \"akwụkwọ jikọtara\": [\n        \"bookbind\"\n    ],\n    \"ndị na-ede akwụkwọ\": [\n        \"bookbinderies\",\n        \"bookbinders\",\n        \"bookmen\",\n        \"cryptographers\",\n        \"documenters\",\n        \"drafters\",\n        \"paperhangers\",\n        \"pavisers\",\n        \"stenographers\"\n    ],\n    \"ichi akwukwo\": [\n        \"bookbinding\"\n    ],\n    \"kaadiboodu\": [\n        \"bookboard\",\n        \"cardboard\",\n        \"cardhouse\"\n    ],\n    \"igbe akwụkwọ\": [\n        \"bookcase\"\n    ],\n    \"mgbere akwukwo\": [\n        \"bookdealer\"\n    ],\n    \"gbaa akwụkwọ\": [\n        \"bookdom\",\n        \"booked\",\n        \"bookish\",\n        \"prosecute\"\n    ],\n    \"akwụkwọ akụkọ\": [\n        \"bookends\",\n        \"bulletins\",\n        \"chronicler\",\n        \"chronicon\",\n        \"documentaries\",\n        \"flypaper\",\n        \"flypapers\",\n        \"gunpapers\",\n        \"journal\",\n        \"journaling\",\n        \"journalise\",\n        \"journalised\",\n        \"journalish\",\n        \"journalism\",\n        \"journalistic\",\n        \"journalization\",\n        \"journalizer\",\n        \"journals\",\n        \"kinglets\",\n        \"ledgers\",\n        \"legatary\",\n        \"lithogenetic\",\n        \"newsbill\",\n        \"newsboard\",\n        \"newscaster\",\n        \"newsletters\",\n        \"newsmagazine\",\n        \"newspaper\",\n        \"newspaperdom\",\n        \"newspapery\",\n        \"newspaperish\",\n        \"newspaperized\",\n        \"newspapermen\",\n        \"newspapers\",\n        \"newssheet\",\n        \"newsstand\",\n        \"novelises\",\n        \"novelistic\",\n        \"novellas\",\n        \"novellike\",\n        \"novelmongering\",\n        \"novels\",\n        \"novelwright\",\n        \"paperings\",\n        \"paperweights\",\n        \"storybooks\",\n        \"talebook\",\n        \"tarpapers\"\n    ],\n    \"akwụkwọ ngosi\": [\n        \"bookfair\"\n    ],\n    \"onye nwere akwukwo\": [\n        \"bookholder\"\n    ],\n    \"ndozi akwukwo\": [\n        \"bookkeep\"\n    ],\n    \"ndị na-edekọ akwụkwọ\": [\n        \"bookkeepers\",\n        \"roisters\"\n    ],\n    \"idebe akwukwo\": [\n        \"bookkeeping\"\n    ],\n    \"akwụkwọ nlezianya\": [\n        \"bookkeeps\"\n    ],\n    \"akwukwo ala\": [\n        \"bookland\",\n        \"landbook\"\n    ],\n    \"enweghi akwukwo\": [\n        \"bookless\",\n        \"nonconscriptable\"\n    ],\n    \"akwụkwọ nta\": [\n        \"booklet\",\n        \"booklets\",\n        \"booklice\"\n    ],\n    \"akwukwo akwukwo\": [\n        \"booklift\",\n        \"booklore\",\n        \"bookrack\",\n        \"bookstand\",\n        \"classbook\",\n        \"cocurricular\",\n        \"leafcup\",\n        \"leafery\",\n        \"leafgirl\",\n        \"leafhopper\",\n        \"leafhoppers\",\n        \"leafleteer\",\n        \"leafwork\",\n        \"parches\",\n        \"parvises\",\n        \"taxology\",\n        \"textbookish\"\n    ],\n    \"dị ka akwụkwọ\": [\n        \"booklike\"\n    ],\n    \"ntinye akwukwo\": [\n        \"bookling\",\n        \"bookmaking\"\n    ],\n    \"ndeputa akwukwo\": [\n        \"booklists\"\n    ],\n    \"akwụkwọ akwụkwọ\": [\n        \"booklores\",\n        \"booklouse\",\n        \"booklover\",\n        \"bookracks\",\n        \"schoolbook\",\n        \"schoolbookish\",\n        \"schoolbooks\"\n    ],\n    \"ndị na-eme akwụkwọ\": [\n        \"bookmakers\"\n    ],\n    \"ode akwukwo\": [\n        \"bookman\",\n        \"clerkage\",\n        \"clerklier\",\n        \"literalist\",\n        \"literatist\",\n        \"literator\",\n        \"scribal\",\n        \"scribbler\",\n        \"scriber\",\n        \"scriever\",\n        \"scriptor\",\n        \"scripturalist\",\n        \"scriver\",\n        \"secretary\"\n    ],\n    \"ibe edokwubara\": [\n        \"bookmark\"\n    ],\n    \"ibe edokọbara\": [\n        \"bookmarker\",\n        \"bookmarks\"\n    ],\n    \"onye na-ere akwukwo\": [\n        \"bookmonger\",\n        \"bookseller\"\n    ],\n    \"bookpetụ\": [\n        \"bookplates\"\n    ],\n    \"ime akwukwo\": [\n        \"bookroom\"\n    ],\n    \"akwụkwọ ere\": [\n        \"booksellerish\"\n    ],\n    \"ndị na-ere akwụkwọ\": [\n        \"booksellers\"\n    ],\n    \"akwụkwọ mpempe akwụkwọ\": [\n        \"bookshelf\",\n        \"bookshelves\",\n        \"scrapbook\"\n    ],\n    \"ụlọ ahịa akwụkwọ\": [\n        \"bookstore\",\n        \"bookstores\"\n    ],\n    \"boom\": [\n        \"boomed\",\n        \"booming\"\n    ],\n    \"dị ukwuu\": [\n        \"boomiest\",\n        \"loutish\",\n        \"suctorious\",\n        \"tervariant\"\n    ],\n    \"boom n'ike\": [\n        \"boomingly\"\n    ],\n    \"omstọ\": [\n        \"boomslange\"\n    ],\n    \"okirikiri obodo\": [\n        \"boomtowns\"\n    ],\n    \"boondoggle\": [\n        \"boondoggled\",\n        \"boondoggler\",\n        \"boondogglers\"\n    ],\n    \"Onyediaka\": [\n        \"boonfellow\"\n    ],\n    \"nnọọ\": [\n        \"boordly\"\n    ],\n    \"boos\": [\n        \"boors\"\n    ],\n    \"mbuli\": [\n        \"boose\",\n        \"boosy\",\n        \"boosies\",\n        \"boost\",\n        \"liftable\",\n        \"rosehip\"\n    ],\n    \"na-akwalite\": [\n        \"boosting\",\n        \"fosters\",\n        \"promotes\",\n        \"promoting\"\n    ],\n    \"buut\": [\n        \"boot\",\n        \"booter\",\n        \"bootful\",\n        \"bootle\"\n    ],\n    \"ihe ndị ọzọ\": [\n        \"bootery\",\n        \"eudaemonics\",\n        \"sublicenses\"\n    ],\n    \"ụlọ ndò\": [\n        \"booth\",\n        \"booths\",\n        \"cothurn\"\n    ],\n    \"ịkwakọrọ ihe\": [\n        \"booty\",\n        \"plunderproof\"\n    ],\n    \"bootlegger\": [\n        \"bootleger\"\n    ],\n    \"buutel\": [\n        \"bootmaker\"\n    ],\n    \"ndị na-azụ ahịa\": [\n        \"boppers\",\n        \"buyers\",\n        \"consumers\",\n        \"gadders\",\n        \"grovelers\",\n        \"pedlers\",\n        \"toyers\",\n        \"trappers\"\n    ],\n    \"Ochicho\": [\n        \"boraciferous\"\n    ],\n    \"bora\": [\n        \"borages\"\n    ],\n    \"borani\": [\n        \"boranes\"\n    ],\n    \"Bordel\": [\n        \"bordel\"\n    ],\n    \"ókè-ala\": [\n        \"border\",\n        \"borderies\",\n        \"borderism\",\n        \"borderline\",\n        \"borderlines\",\n        \"bordermark\"\n    ],\n    \"ókè\": [\n        \"bordered\",\n        \"borderings\",\n        \"boundary\",\n        \"boundaries\",\n        \"demarcations\"\n    ],\n    \"n'ókè\": [\n        \"bordering\",\n        \"fronter\",\n        \"frontier\"\n    ],\n    \"ókèala\": [\n        \"borderland\",\n        \"borderlander\",\n        \"frontiers\",\n        \"territ\",\n        \"territorality\",\n        \"territory\",\n        \"territorialisation\",\n        \"territorialised\",\n        \"territorialism\",\n        \"territoriality\",\n        \"territorialized\",\n        \"territorializing\",\n        \"territorian\",\n        \"territoried\",\n        \"territories\",\n        \"territs\"\n    ],\n    \"ókè ala\": [\n        \"borderlands\"\n    ],\n    \"enweghị ókè\": [\n        \"borderless\"\n    ],\n    \"ọkụ ala\": [\n        \"borderlight\"\n    ],\n    \"Ebe dị anya\": [\n        \"bordrage\"\n    ],\n    \"Bọdun\": [\n        \"bordun\"\n    ],\n    \"bordure\": [\n        \"bordured\"\n    ],\n    \"weregoro\": [\n        \"bordures\"\n    ],\n    \"mụụrụ\": [\n        \"bore\"\n    ],\n    \"Ike gwụrụ\": [\n        \"boreable\",\n        \"boreen\",\n        \"boresomely\",\n        \"dephased\",\n        \"disilluded\",\n        \"feeblebrained\"\n    ],\n    \"Born\": [\n        \"borean\"\n    ],\n    \"Nwa ebuka\": [\n        \"borecole\"\n    ],\n    \".nọ nkịtị gwụrụ\": [\n        \"bored\"\n    ],\n    \"Ike gwuru m\": [\n        \"boredness\"\n    ],\n    \"ahuokika\": [\n        \"boredom\"\n    ],\n    \"Ike ọgwụgwụ\": [\n        \"boredoms\",\n        \"frailties\",\n        \"tiredom\"\n    ],\n    \"Buru\": [\n        \"boree\",\n        \"br\"\n    ],\n    \"Ike gwu\": [\n        \"boreens\"\n    ],\n    \"Bọọgt\": [\n        \"boregat\"\n    ],\n    \"olulu mmiri\": [\n        \"borehole\",\n        \"boreholes\",\n        \"ciselures\",\n        \"cistern\",\n        \"cisternal\",\n        \"cisterns\",\n        \"drainfield\",\n        \"porthole\",\n        \"saltpond\",\n        \"sinkfield\",\n        \"sinkhole\",\n        \"tropicalization\",\n        \"waterpit\",\n        \"wellcurbs\",\n        \"wellhole\",\n        \"wellholes\",\n        \"wellyard\",\n        \"wellies\",\n        \"wells\",\n        \"wellsite\",\n        \"wellsites\"\n    ],\n    \"Ikeyaad\": [\n        \"boreiad\"\n    ],\n    \"Borel\": [\n        \"borel\"\n    ],\n    \"Borele\": [\n        \"borele\"\n    ],\n    \"Borers\": [\n        \"borers\"\n    ],\n    \"oresgwọ\": [\n        \"bores\"\n    ],\n    \"Ike agwụla\": [\n        \"boresight\"\n    ],\n    \"ihe na-agwụ ike\": [\n        \"boresome\"\n    ],\n    \"bor\": [\n        \"borh\"\n    ],\n    \"agba ụgwọ\": [\n        \"borings\",\n        \"charking\",\n        \"charring\",\n        \"leashed\",\n        \"lenticulating\"\n    ],\n    \"nnyefe\": [\n        \"bority\",\n        \"chafers\",\n        \"comortgagee\",\n        \"confervous\",\n        \"confiture\",\n        \"delegable\",\n        \"delivery\",\n        \"deliveries\",\n        \"deliveryman\",\n        \"deliverly\",\n        \"dismission\",\n        \"entrustment\",\n        \"escamotage\",\n        \"exonship\",\n        \"greengage\",\n        \"handedness\",\n        \"interlucation\",\n        \"intransferable\",\n        \"mortgage\",\n        \"mortgagee\",\n        \"mortgagees\",\n        \"mortgager\",\n        \"mortrewes\",\n        \"nonassignment\",\n        \"outdodging\",\n        \"overcommitment\",\n        \"overcontribution\",\n        \"overhelpfulness\",\n        \"overmortgaging\",\n        \"oversorrow\",\n        \"oversorrowfulness\",\n        \"portcullising\",\n        \"portendance\",\n        \"quivers\",\n        \"readmissions\",\n        \"receiverships\",\n        \"remitment\",\n        \"remittance\",\n        \"remittances\",\n        \"remittee\",\n        \"remittence\",\n        \"submissions\",\n        \"submittance\",\n        \"submortgage\",\n        \"subvention\",\n        \"succory\",\n        \"surreption\",\n        \"tergiversation\",\n        \"transferrals\",\n        \"transferrins\",\n        \"transmissibility\",\n        \"transmission\",\n        \"transmissional\",\n        \"transmissionist\",\n        \"transmissions\",\n        \"transmissive\",\n        \"transmissively\",\n        \"transmissiveness\",\n        \"transmissory\",\n        \"unlivery\",\n        \"unsubmission\"\n    ],\n    \"nnyefere\": [\n        \"borities\",\n        \"overconstantness\",\n        \"overconsumption\",\n        \"overcontributed\",\n        \"overdaring\",\n        \"overdedicating\",\n        \"overdedication\",\n        \"overdying\",\n        \"overdistance\",\n        \"overdistantness\",\n        \"overdistortion\",\n        \"overdosage\",\n        \"overdoses\",\n        \"overdriving\",\n        \"overinsistence\",\n        \"overpermissiveness\",\n        \"overpositive\"\n    ],\n    \"agbaziri ihe\": [\n        \"borning\"\n    ],\n    \"onye amuru\": [\n        \"bornite\"\n    ],\n    \"ndi amuru\": [\n        \"bornites\"\n    ],\n    \"Onye amụrụ\": [\n        \"bornitic\"\n    ],\n    \"Nkwuwa Okwu\": [\n        \"boro\"\n    ],\n    \"Ndidiamaka\": [\n        \"boroglycerate\",\n        \"didynamian\",\n        \"magnetogasdynamic\",\n        \"sibylesque\",\n        \"sonoriferously\"\n    ],\n    \"Onyedikachukwu\": [\n        \"boronatrocalcite\",\n        \"creakiest\",\n        \"dothideaceous\",\n        \"einkorns\",\n        \"euglenoid\",\n        \"knackebrod\",\n        \"knackier\",\n        \"octodecillions\",\n        \"saindoux\",\n        \"wykehamical\"\n    ],\n    \"boron\": [\n        \"borons\"\n    ],\n    \"Obolu\": [\n        \"borophenol\",\n        \"bororoan\"\n    ],\n    \"Nkeji Okereke\": [\n        \"borosalicylic\"\n    ],\n    \"ime obodo\": [\n        \"borough\",\n        \"boroughs\",\n        \"clinty\",\n        \"county\",\n        \"countryside\",\n        \"cowbanes\",\n        \"inlanders\",\n        \"intercolonization\",\n        \"intermunicipal\",\n        \"intermunicipality\",\n        \"localism\",\n        \"localistic\",\n        \"locally\",\n        \"municipal\",\n        \"municipalization\",\n        \"municipalizing\",\n        \"municipally\",\n        \"nationalize\",\n        \"nationalizes\",\n        \"powny\",\n        \"rural\",\n        \"ruralisation\",\n        \"ruralise\",\n        \"ruralised\",\n        \"ruralises\",\n        \"ruralising\",\n        \"ruralism\",\n        \"ruralisms\",\n        \"rurality\",\n        \"ruralities\",\n        \"ruralization\",\n        \"ruralize\",\n        \"ruralized\",\n        \"ruralizes\",\n        \"ruralizing\",\n        \"rurally\",\n        \"ruralness\",\n        \"suburbanhood\",\n        \"suburbanising\",\n        \"suburbanity\",\n        \"townfaring\",\n        \"urbaneness\",\n        \"urbanise\",\n        \"urbanises\",\n        \"urbanising\",\n        \"urbanism\",\n        \"urbanistic\",\n        \"urbanolatry\",\n        \"villagey\",\n        \"villagism\"\n    ],\n    \"Gburugburu ime obodo\": [\n        \"boroughmongering\"\n    ],\n    \"ime ụlọ hip\": [\n        \"boroughship\"\n    ],\n    \"borracho\": [\n        \"borrachio\"\n    ],\n    \"Ikechi\": [\n        \"borrovian\",\n        \"borzicactus\",\n        \"chuckhole\",\n        \"dryest\",\n        \"grisailles\",\n        \"gruis\",\n        \"hyalopterous\",\n        \"hideosity\",\n        \"hyoids\",\n        \"jousts\",\n        \"knacky\",\n        \"knackish\",\n        \"xebecs\"\n    ],\n    \"ibiri\": [\n        \"borrow\"\n    ],\n    \"agbaziri agbaziri\": [\n        \"borrowable\"\n    ],\n    \"biiri\": [\n        \"borrowed\",\n        \"tenanted\"\n    ],\n    \"gbaziri agbaziri\": [\n        \"borrower\"\n    ],\n    \"agbaziri ego\": [\n        \"borrowers\",\n        \"loaner\"\n    ],\n    \"gbaziri\": [\n        \"borrowing\",\n        \"borwort\",\n        \"loaned\",\n        \"mortgageable\"\n    ],\n    \"agbaziri\": [\n        \"borrows\"\n    ],\n    \"Agwọ\": [\n        \"borshts\",\n        \"borts\",\n        \"heiling\"\n    ],\n    \"Ozizi\": [\n        \"bort\",\n        \"borty\",\n        \"coulisses\",\n        \"denervation\",\n        \"dispractice\",\n        \"lucency\",\n        \"selvedged\",\n        \"slattering\"\n    ],\n    \"Bortz\": [\n        \"bortz\"\n    ],\n    \"nku\": [\n        \"boshes\",\n        \"bosom\",\n        \"concio\",\n        \"feather\",\n        \"featherbone\",\n        \"featherdom\",\n        \"featheredge\",\n        \"featheriness\",\n        \"feathering\",\n        \"featherwise\",\n        \"gettings\",\n        \"wing\",\n        \"wingable\",\n        \"wingate\",\n        \"wingback\",\n        \"wingbeat\",\n        \"wingcut\",\n        \"wingding\",\n        \"wingdings\",\n        \"wingedly\",\n        \"wingedness\",\n        \"wingers\",\n        \"wingy\",\n        \"wingier\",\n        \"wingiest\",\n        \"winging\",\n        \"wingle\",\n        \"winglike\",\n        \"wingmanship\",\n        \"wingpiece\",\n        \"wings\",\n        \"wingspan\",\n        \"wingstem\",\n        \"wingtip\"\n    ],\n    \"igbe akpa\": [\n        \"bosket\"\n    ],\n    \"akpati\": [\n        \"boskets\",\n        \"cack\",\n        \"casement\",\n        \"casements\",\n        \"casks\",\n        \"casquetel\",\n        \"casquette\",\n        \"cassoulet\",\n        \"castelet\",\n        \"chestful\",\n        \"chests\",\n        \"containerboard\",\n        \"containerized\",\n        \"crare\",\n        \"crate\",\n        \"crib\",\n        \"cribbings\",\n        \"cribble\",\n        \"cuffin\",\n        \"culpatory\",\n        \"hardcase\",\n        \"nutcase\",\n        \"pincase\",\n        \"sumptuary\",\n        \"tappets\",\n        \"truncher\",\n        \"trunk\",\n        \"trunkback\",\n        \"trunkfishes\",\n        \"trunkful\",\n        \"trunkfuls\",\n        \"trunkless\",\n        \"trunknose\",\n        \"trunks\",\n        \"trunnels\",\n        \"tunk\"\n    ],\n    \"bosnia\": [\n        \"bosn\"\n    ],\n    \"bosniak\": [\n        \"bosniac\"\n    ],\n    \"gbadoro anya\": [\n        \"bosomed\",\n        \"focalised\",\n        \"focussed\",\n        \"focusses\",\n        \"fucused\"\n    ],\n    \"nna nwe\": [\n        \"bossboy\",\n        \"lordlet\",\n        \"mastersingers\"\n    ],\n    \"ike ọchịchị\": [\n        \"bossdom\",\n        \"despotism\"\n    ],\n    \"onye isi anya\": [\n        \"bosseyed\"\n    ],\n    \"onyeisi\": [\n        \"bosser\",\n        \"bosset\",\n        \"bosslet\",\n        \"captain\",\n        \"captaining\",\n        \"captainly\",\n        \"captan\",\n        \"chief\",\n        \"chiefish\",\n        \"chieftain\",\n        \"patrilateral\",\n        \"prefect\",\n        \"princelet\",\n        \"sartain\"\n    ],\n    \"ijiisi\": [\n        \"bossily\"\n    ],\n    \"ndi isi\": [\n        \"bossing\",\n        \"chieftaincies\",\n        \"chieftainries\",\n        \"chieftains\",\n        \"presidents\",\n        \"principes\"\n    ],\n    \"ọrụ ndị isi\": [\n        \"bossism\"\n    ],\n    \"boal\": [\n        \"bostal\"\n    ],\n    \".nye\": [\n        \"bosthoon\"\n    ],\n    \"bostọn\": [\n        \"bostons\"\n    ],\n    \"Onyedikachi\": [\n        \"bostrychoid\",\n        \"boudoiresque\",\n        \"brasqued\",\n        \"cacodaemon\",\n        \"cacozealous\",\n        \"cadilesker\",\n        \"cakewalked\",\n        \"cakewalker\",\n        \"cakewalking\",\n        \"cothurnian\",\n        \"gildhall\",\n        \"gildhalls\",\n        \"gildsman\",\n        \"ginkgoaceous\",\n        \"gladstonian\",\n        \"gollywobbler\",\n        \"hederaceously\",\n        \"hylegiacal\",\n        \"hoboed\",\n        \"hodmandod\",\n        \"hoodman\",\n        \"hoopman\",\n        \"jerseyman\",\n        \"jodelr\",\n        \"nassellarian\",\n        \"paccanarist\",\n        \"pellagric\",\n        \"piceotestaceous\",\n        \"prattled\",\n        \"saloonist\",\n        \"salteaux\",\n        \"saoshyant\",\n        \"sauternes\",\n        \"smacksman\",\n        \"stilbella\",\n        \"styliser\",\n        \"tinklerman\"\n    ],\n    \"botani\": [\n        \"botany\",\n        \"botanic\",\n        \"botanise\",\n        \"botony\",\n        \"botonn\"\n    ],\n    \"ihe ogwu\": [\n        \"botanical\"\n    ],\n    \"nke botan\": [\n        \"botanically\"\n    ],\n    \"ihe okuku\": [\n        \"botanising\",\n        \"botchery\"\n    ],\n    \"ihe omimi ya\": [\n        \"botanist\"\n    ],\n    \"ndị na-azụ ihe ọkụkụ\": [\n        \"botanists\"\n    ],\n    \"ihe na-eme ihe\": [\n        \"botanizing\"\n    ],\n    \"nkiti\": [\n        \"botchedly\",\n        \"whippy\"\n    ],\n    \"ndị na-azụ ihe\": [\n        \"botchers\",\n        \"breeders\",\n        \"purchasery\",\n        \"purchasers\",\n        \"rathskellers\"\n    ],\n    \"onyenwunyee\": [\n        \"boteler\"\n    ],\n    \"ha abua\": [\n        \"both\"\n    ],\n    \"inye nsogbu\": [\n        \"bother\",\n        \"misbestows\"\n    ],\n    \"esifịna\": [\n        \"bothered\"\n    ],\n    \"enye nsogbu\": [\n        \"bothering\"\n    ],\n    \"Nsogbu\": [\n        \"bothersomeness\",\n        \"intrusts\",\n        \"lignosity\",\n        \"perturbate\",\n        \"perturbation\",\n        \"slugfests\",\n        \"sluggy\",\n        \"somnolence\",\n        \"turbidity\",\n        \"turgency\",\n        \"viceregency\",\n        \"virulentness\"\n    ],\n    \"abuo\": [\n        \"bothnic\",\n        \"bournous\",\n        \"constringing\",\n        \"double\",\n        \"doubles\",\n        \"dual\",\n        \"duality\",\n        \"dualmutef\",\n        \"euchymous\",\n        \"euchite\",\n        \"forwelk\",\n        \"hymnodical\",\n        \"monoeidic\",\n        \"quintuplicate\",\n        \"secondly\",\n        \"thriven\",\n        \"tutty\",\n        \"twaes\",\n        \"twaesome\",\n        \"twain\",\n        \"twains\",\n        \"twaite\",\n        \"twoes\",\n        \"twofold\",\n        \"twofoldness\",\n        \"twos\"\n    ],\n    \"marenchichyma\": [\n        \"bothrenchyma\"\n    ],\n    \"andria\": [\n        \"bothria\"\n    ],\n    \"Ugochukwu nwoke\": [\n        \"bothriocephalus\",\n        \"navarrian\"\n    ],\n    \"nweagbara\": [\n        \"bothriocidaris\"\n    ],\n    \"nnagide\": [\n        \"bothriolepis\",\n        \"nontransitiveness\",\n        \"quaggle\",\n        \"salicylize\"\n    ],\n    \"koorri\": [\n        \"bothrium\"\n    ],\n    \"ma uzo\": [\n        \"bothriums\"\n    ],\n    \"aka abuo\": [\n        \"bothsidedness\",\n        \"briard\",\n        \"briber\"\n    ],\n    \"ma uzo abuo\": [\n        \"bothway\"\n    ],\n    \"boroyan\": [\n        \"botoyan\"\n    ],\n    \"botoni\": [\n        \"botonny\"\n    ],\n    \"karama\": [\n        \"bott\",\n        \"bottlebird\",\n        \"bottlebrush\",\n        \"bottled\",\n        \"bottleflower\",\n        \"bottlefuls\",\n        \"bottlelike\",\n        \"bottlers\",\n        \"bottles\",\n        \"bottlesful\",\n        \"caramba\",\n        \"caramelin\",\n        \"caramels\",\n        \"ceramals\",\n        \"flask\",\n        \"flaskful\",\n        \"jarble\",\n        \"karaism\",\n        \"pettier\"\n    ],\n    \"bottyelli\": [\n        \"botticelli\"\n    ],\n    \"bottyellian\": [\n        \"botticellian\"\n    ],\n    \"kalama\": [\n        \"bottle\",\n        \"bottleful\",\n        \"bottlenose\",\n        \"bottler\",\n        \"bottlestone\"\n    ],\n    \"ọkpọ ọkpọ\": [\n        \"bottlehead\",\n        \"boxhauled\",\n        \"boxmaker\",\n        \"bucker\",\n        \"cocker\",\n        \"cockleshell\",\n        \"pucker\",\n        \"puckrel\",\n        \"puckster\",\n        \"punched\",\n        \"punchproof\",\n        \"skeletonising\",\n        \"skeletonizer\",\n        \"skeletonizing\",\n        \"skeletonlike\",\n        \"tubulator\"\n    ],\n    \"onye na-ebu ọkpọ\": [\n        \"bottleholder\",\n        \"boxholder\"\n    ],\n    \"kpuru ite\": [\n        \"bottlemaker\"\n    ],\n    \"eme karama\": [\n        \"bottlemaking\"\n    ],\n    \"ọkpọkọm\": [\n        \"bottleneck\",\n        \"plumbate\"\n    ],\n    \"dịkarịa ala\": [\n        \"bottlenest\",\n        \"nethermost\"\n    ],\n    \"si n'okpuru\": [\n        \"bottomers\"\n    ],\n    \"ala ala\": [\n        \"bottomland\",\n        \"chronic\",\n        \"downstate\",\n        \"downstrokes\",\n        \"landfalls\",\n        \"landsknecht\",\n        \"lowlander\",\n        \"marshfire\",\n        \"marshy\",\n        \"unrounds\"\n    ],\n    \"n'ala ala\": [\n        \"bottomlessly\"\n    ],\n    \"enweghị ala\": [\n        \"bottomlessness\",\n        \"earthless\",\n        \"groundless\",\n        \"groundlessness\",\n        \"lackland\",\n        \"landless\",\n        \"landlessness\",\n        \"soilless\"\n    ],\n    \"N'ala\": [\n        \"bottoms\"\n    ],\n    \"bobou\": [\n        \"boubou\"\n    ],\n    \"ounye\": [\n        \"boucan\"\n    ],\n    \"onu ahia\": [\n        \"bouch\",\n        \"cagn\"\n    ],\n    \"ịnye ego\": [\n        \"bouche\",\n        \"pabouch\"\n    ],\n    \"akpa ego\": [\n        \"boucher\",\n        \"moneybag\",\n        \"moneybags\"\n    ],\n    \"ùkwù\": [\n        \"bouet\",\n        \"bouquets\",\n        \"bundle\",\n        \"heaf\",\n        \"sheaf\"\n    ],\n    \"kpughee\": [\n        \"bouffante\",\n        \"bouquetiere\",\n        \"exody\",\n        \"expose\",\n        \"exposer\",\n        \"imperseverant\",\n        \"paraffinize\",\n        \"reveal\",\n        \"reveil\",\n        \"unark\",\n        \"unbark\",\n        \"unbottle\",\n        \"unbraze\",\n        \"uncapper\",\n        \"uncaps\",\n        \"uncock\",\n        \"uncoffer\",\n        \"uncoil\",\n        \"uncover\",\n        \"uncovers\",\n        \"undereat\",\n        \"unffroze\",\n        \"unfurcate\",\n        \"unfurl\",\n        \"unfurled\",\n        \"unfurrow\",\n        \"ungorge\",\n        \"unhave\",\n        \"unhull\",\n        \"unlash\",\n        \"unmask\",\n        \"unrack\",\n        \"unrifled\",\n        \"unrove\",\n        \"unscoffed\",\n        \"unshrew\",\n        \"unsteek\",\n        \"unstyled\",\n        \"unveil\",\n        \"unwadded\"\n    ],\n    \"ome\": [\n        \"bough\",\n        \"saplings\"\n    ],\n    \"Ọchị juru\": [\n        \"boughed\"\n    ],\n    \"alaka\": [\n        \"boughs\",\n        \"braches\",\n        \"branchage\",\n        \"branched\",\n        \"branchedness\",\n        \"brancher\",\n        \"branches\",\n        \"branchy\",\n        \"branchial\",\n        \"branchiate\",\n        \"branchiferous\",\n        \"branching\",\n        \"branchings\",\n        \"branchiopodous\",\n        \"branchiopoo\",\n        \"branchlike\",\n        \"branchling\",\n        \"brandied\",\n        \"branial\",\n        \"branks\",\n        \"branle\",\n        \"branles\",\n        \"branned\",\n        \"branners\",\n        \"branular\"\n    ],\n    \"zụta\": [\n        \"bought\",\n        \"boughten\",\n        \"buy\",\n        \"predetect\",\n        \"stoting\",\n        \"suffront\",\n        \"triannulate\",\n        \"trifurcate\",\n        \"trite\"\n    ],\n    \"ihebama\": [\n        \"boulangerite\"\n    ],\n    \"nnukwu okwute\": [\n        \"bouldery\"\n    ],\n    \"gaanụ\": [\n        \"boules\",\n        \"bouw\"\n    ],\n    \"onye nlele\": [\n        \"boulevardier\",\n        \"chacker\",\n        \"checker\",\n        \"checkerist\",\n        \"checkrower\",\n        \"checkweighman\",\n        \"chequer\",\n        \"negator\",\n        \"observator\",\n        \"poodler\",\n        \"sampler\"\n    ],\n    \"ndi nlele\": [\n        \"boulevardiers\",\n        \"checkmates\"\n    ],\n    \"nweghari\": [\n        \"boulevardize\",\n        \"chemoreceptivities\",\n        \"coprophagous\",\n        \"counterestablishment\",\n        \"humboldtilite\",\n        \"humboldtite\",\n        \"inghamite\",\n        \"interhaemal\",\n        \"phillilew\",\n        \"philliloo\",\n        \"postpuberty\",\n        \"reconsult\",\n        \"reenjoyment\",\n        \"svabite\",\n        \"triboluminescence\",\n        \"triphthong\",\n        \"triumfetta\",\n        \"triumvirate\",\n        \"upwound\"\n    ],\n    \"Ihuchukwu\": [\n        \"bouleverse\",\n        \"foresaddle\"\n    ],\n    \"itoolu\": [\n        \"boulle\",\n        \"ninebark\",\n        \"ninepennies\",\n        \"ninepins\",\n        \"ninevite\",\n        \"ninevitish\",\n        \"upbrow\"\n    ],\n    \"Okwuru\": [\n        \"boulles\",\n        \"soredial\"\n    ],\n    \"obụrede mbụre\": [\n        \"boulterer\"\n    ],\n    \"ibiaghachi\": [\n        \"bounce\",\n        \"founce\",\n        \"pounce\",\n        \"rounce\"\n    ],\n    \"bounceable\": [\n        \"bounceably\"\n    ],\n    \"ibiaghachi azu\": [\n        \"bounceback\"\n    ],\n    \"boun\": [\n        \"bounced\"\n    ],\n    \"ndi bouncers\": [\n        \"bouncers\"\n    ],\n    \"bouner\": [\n        \"bouncier\"\n    ],\n    \"bouncy\": [\n        \"bouncily\"\n    ],\n    \"bouning\": [\n        \"bouncing\"\n    ],\n    \"kee ya\": [\n        \"bound\"\n    ],\n    \"bound\": [\n        \"bounded\"\n    ],\n    \"kere agbụ\": [\n        \"bounden\"\n    ],\n    \"gafee\": [\n        \"bounderish\",\n        \"forweend\",\n        \"interroad\",\n        \"over\",\n        \"overfar\",\n        \"overgo\",\n        \"overhung\",\n        \"overmerit\",\n        \"oversad\",\n        \"oversand\",\n        \"oversanded\",\n        \"oversate\",\n        \"oversea\",\n        \"oversell\",\n        \"oversend\",\n        \"oversew\",\n        \"overshade\",\n        \"oversile\",\n        \"overskip\",\n        \"overslavish\",\n        \"oversoft\",\n        \"oversown\",\n        \"overspin\",\n        \"oversteadily\",\n        \"oversweep\",\n        \"overtenderly\",\n        \"overtide\",\n        \"overtire\",\n        \"overtoe\",\n        \"overtrade\",\n        \"overtrims\",\n        \"overture\",\n        \"overwander\",\n        \"passulate\",\n        \"shives\",\n        \"spire\",\n        \"transcend\",\n        \"traverse\",\n        \"traversewise\"\n    ],\n    \"n'ịkpa ike\": [\n        \"bounderishly\"\n    ],\n    \"na-ejikọ\": [\n        \"bounding\",\n        \"clinking\",\n        \"coalifies\",\n        \"connectibly\",\n        \"connects\",\n        \"consensuses\",\n        \"harmonizers\",\n        \"intercommunicates\",\n        \"intercoupling\",\n        \"interjaculating\",\n        \"interlinking\",\n        \"interlocking\",\n        \"intersects\",\n        \"laminating\",\n        \"linkediting\",\n        \"linking\",\n        \"unionizes\",\n        \"unites\",\n        \"uniting\"\n    ],\n    \"enweghị njedebe\": [\n        \"boundless\",\n        \"boundlessly\",\n        \"boundlessness\",\n        \"endless\",\n        \"finless\",\n        \"indefiniteness\",\n        \"indefinitude\",\n        \"indeterminacy\",\n        \"indeterminancy\",\n        \"indeterminately\",\n        \"indeterminateness\",\n        \"indeterminism\",\n        \"infinitant\",\n        \"infinitesimally\",\n        \"infinitesimalness\",\n        \"infinitieth\",\n        \"infinitude\",\n        \"limitless\",\n        \"limitlessness\",\n        \"noncontinuity\",\n        \"nondefinite\",\n        \"nonfinite\",\n        \"noninfinite\",\n        \"nonrandomness\",\n        \"uninfinite\",\n        \"unlimitedness\"\n    ],\n    \"imesapụ aka\": [\n        \"bounteous\",\n        \"bounteousness\",\n        \"liberaliser\",\n        \"liberalites\",\n        \"liberalities\",\n        \"liberalizer\"\n    ],\n    \"afọ ofufo\": [\n        \"bounteously\",\n        \"gluttingly\",\n        \"volubly\",\n        \"voluntary\",\n        \"voluntaryism\",\n        \"voluntaryist\",\n        \"voluntariness\",\n        \"voluntarious\",\n        \"voluntarist\",\n        \"voluntaristic\",\n        \"voluntarity\",\n        \"voluptary\",\n        \"voluptuary\",\n        \"willinghearted\"\n    ],\n    \"mmaba\": [\n        \"bountiful\"\n    ],\n    \"isi ike\": [\n        \"bountihead\",\n        \"bridlewise\",\n        \"bullheadedness\",\n        \"burhead\",\n        \"burrhead\",\n        \"burrheadedness\",\n        \"caparisons\",\n        \"capilliculture\",\n        \"capilliform\",\n        \"capitalisable\",\n        \"capitations\",\n        \"capitulate\",\n        \"capitulations\",\n        \"capiturlary\",\n        \"caponise\",\n        \"caponize\",\n        \"causatum\",\n        \"cerviciplex\",\n        \"cervicoaxillary\",\n        \"cervicobuccal\",\n        \"chaucer\",\n        \"chaum\",\n        \"chucklehead\",\n        \"chuckleheadedness\",\n        \"chumpiness\",\n        \"chumships\",\n        \"clearheadedness\",\n        \"contumacy\",\n        \"corespondency\",\n        \"corinthianize\",\n        \"defiant\",\n        \"downtroddenness\",\n        \"dunderheadedness\",\n        \"engrossingness\",\n        \"fatheadedness\",\n        \"fiddleheaded\",\n        \"fopship\",\n        \"gynic\",\n        \"grubbiest\",\n        \"hardfistedness\",\n        \"hardhead\",\n        \"hardheaded\",\n        \"hardheadedly\",\n        \"hardheadedness\",\n        \"hardheads\",\n        \"hardyhead\",\n        \"hardiness\",\n        \"hardsalt\",\n        \"headchute\",\n        \"headstrong\",\n        \"headstrongly\",\n        \"headstrongness\",\n        \"hinderance\",\n        \"insulsity\",\n        \"lustihead\",\n        \"obstinacy\",\n        \"obstinacies\",\n        \"obstinance\",\n        \"obstinancy\",\n        \"obstinate\",\n        \"obstinately\",\n        \"obstinateness\",\n        \"obstreperosity\",\n        \"obstreperousness\",\n        \"obstruent\",\n        \"overdefiantness\",\n        \"persnicketiness\",\n        \"pigheadedly\",\n        \"pigheadedness\",\n        \"pinheadedness\",\n        \"pudency\",\n        \"rigescence\",\n        \"rondache\",\n        \"runtishness\",\n        \"sensum\",\n        \"shockheadedness\",\n        \"sylvestrene\",\n        \"sylvestrine\",\n        \"stenchy\",\n        \"stiffness\",\n        \"stronghead\",\n        \"strongheadedness\",\n        \"stubachite\",\n        \"stubbed\",\n        \"stubbedness\",\n        \"stubber\",\n        \"stubby\",\n        \"stubbier\",\n        \"stubbiest\",\n        \"stubbiness\",\n        \"stubbing\",\n        \"stubbliest\",\n        \"stubbliness\",\n        \"stubbling\",\n        \"stubborn\",\n        \"stubborner\",\n        \"stubbornest\",\n        \"stubbornhearted\",\n        \"stubbornly\",\n        \"stubbornness\",\n        \"stubornly\",\n        \"stubrunner\",\n        \"stubwort\",\n        \"stummy\",\n        \"stumpiness\",\n        \"supersaint\",\n        \"thickheadedness\",\n        \"thumble\",\n        \"thumbscrews\",\n        \"toughhead\",\n        \"unruly\",\n        \"uprootedness\",\n        \"waywardness\"\n    ],\n    \"untgha\": [\n        \"bountiousness\"\n    ],\n    \"bour\": [\n        \"bourage\"\n    ],\n    \"chukwuemezuei\": [\n        \"bourbonesque\"\n    ],\n    \"ogidi\": [\n        \"bourd\",\n        \"columels\",\n        \"columns\",\n        \"dynameter\",\n        \"gargoyle\",\n        \"gargoyley\",\n        \"gargoylish\",\n        \"gothic\",\n        \"limnetic\",\n        \"masonries\",\n        \"monochloracetic\",\n        \"pillar\",\n        \"pillarlet\",\n        \"pillars\",\n        \"pilum\",\n        \"plantains\",\n        \"poditti\",\n        \"tonicobalsamic\"\n    ],\n    \"Obi\": [\n        \"bourg\",\n        \"cereus\",\n        \"hearty\",\n        \"heartling\",\n        \"heartscald\",\n        \"obiisms\"\n    ],\n    \"onyebueze\": [\n        \"bourignonist\",\n        \"cetacean\",\n        \"cetiosauria\",\n        \"cetiosaurian\",\n        \"cetoniinae\",\n        \"cetotolite\",\n        \"picciotto\",\n        \"rostriform\"\n    ],\n    \"bourn\": [\n        \"bourns\"\n    ],\n    \"nwegbo\": [\n        \"bourock\"\n    ],\n    \"bourt nwere\": [\n        \"bourtrees\"\n    ],\n    \"jiri\": [\n        \"boused\",\n        \"citigrade\",\n        \"costarred\",\n        \"costeen\",\n        \"costumed\",\n        \"crashed\",\n        \"dartles\",\n        \"dells\",\n        \"devily\",\n        \"discursively\",\n        \"emulge\",\n        \"harkened\",\n        \"yali\",\n        \"lide\",\n        \"lise\",\n        \"liss\",\n        \"navally\",\n        \"oaken\",\n        \"steaded\",\n        \"use\",\n        \"usee\",\n        \"usehold\",\n        \"usent\",\n        \"waddied\",\n        \"wherewith\"\n    ],\n    \"usgha\": [\n        \"bouser\",\n        \"debussing\"\n    ],\n    \"usesgbọ\": [\n        \"bouses\"\n    ],\n    \"Obinna Okpala\": [\n        \"boussingaultite\"\n    ],\n    \"Akwa Ibom\": [\n        \"boustrophedonic\",\n        \"chesboil\",\n        \"comitragedy\",\n        \"ginseng\",\n        \"kipskin\",\n        \"kipskins\",\n        \"pentapolis\",\n        \"pliotron\",\n        \"pterospermous\",\n        \"rhodonite\",\n        \"ryot\"\n    ],\n    \"boons\": [\n        \"boutons\"\n    ],\n    \"ihieghari\": [\n        \"bove\"\n    ],\n    \"Ohia\": [\n        \"boviculture\",\n        \"bungles\",\n        \"ostia\",\n        \"soland\",\n        \"woodbush\",\n        \"woodland\",\n        \"woodlander\",\n        \"woodsere\"\n    ],\n    \"vnye\": [\n        \"boviform\",\n        \"fravashi\"\n    ],\n    \"boboki\": [\n        \"bovoid\"\n    ],\n    \"ogwugwo\": [\n        \"bovovaccination\",\n        \"buggery\",\n        \"curemaster\",\n        \"gesticular\",\n        \"interasteroidal\",\n        \"locustidae\",\n        \"logopedic\",\n        \"logopedics\",\n        \"pantomnesic\",\n        \"phagocytizing\",\n        \"preexclusive\",\n        \"satrapy\",\n        \"semidomestication\",\n        \"siderurgical\",\n        \"unsophistication\",\n        \"unsurgical\"\n    ],\n    \"nwa ehi\": [\n        \"bowboy\",\n        \"cal\",\n        \"calf\",\n        \"calfbound\",\n        \"calfdozer\",\n        \"calfhood\",\n        \"calfish\",\n        \"calfkill\",\n        \"calfless\",\n        \"calflike\",\n        \"calfling\",\n        \"calfret\",\n        \"calfskin\",\n        \"calfskins\",\n        \"califs\",\n        \"calp\",\n        \"calve\",\n        \"colts\",\n        \"cowbane\",\n        \"cowson\",\n        \"dayman\",\n        \"foliage\",\n        \"foliaged\",\n        \"foliation\",\n        \"herdboy\",\n        \"layboy\",\n        \"shelving\",\n        \"shelvingly\"\n    ],\n    \"kpọ isi ala\": [\n        \"bowden\",\n        \"bowe\",\n        \"obeisances\"\n    ],\n    \"ndabia\": [\n        \"bowdlerization\",\n        \"demilion\",\n        \"disalignment\",\n        \"disbalancement\",\n        \"dishaunt\",\n        \"dumbfoundment\",\n        \"dumbstricken\",\n        \"elling\",\n        \"impolished\",\n        \"incumberment\",\n        \"mislive\",\n        \"perdiligence\",\n        \"pundonor\",\n        \"unillusioned\"\n    ],\n    \"chebe aka\": [\n        \"bowdlerize\",\n        \"bowdlerizer\"\n    ],\n    \"kpọọ adaa\": [\n        \"bowdrill\"\n    ],\n    \"huuru ehuru\": [\n        \"bowed\"\n    ],\n    \"ihulata isi\": [\n        \"boweling\"\n    ],\n    \"gbadaa\": [\n        \"bowelled\",\n        \"coshers\",\n        \"downbear\",\n        \"downbye\",\n        \"downs\",\n        \"downshare\",\n        \"lowsed\",\n        \"pooped\"\n    ],\n    \"gbadata\": [\n        \"bowered\",\n        \"comedown\",\n        \"descartes\",\n        \"descend\",\n        \"descended\",\n        \"disembarked\",\n        \"downbend\",\n        \"downbent\",\n        \"downcried\",\n        \"downcurved\",\n        \"downed\",\n        \"downfolded\",\n        \"downlie\",\n        \"downlier\",\n        \"downlink\",\n        \"downlinked\",\n        \"downlinking\",\n        \"downshifted\",\n        \"downthrow\",\n        \"downtrends\",\n        \"downweed\",\n        \"downweigh\",\n        \"lowbell\",\n        \"lowborn\",\n        \"lowlifer\",\n        \"lowlily\",\n        \"reclinate\",\n        \"subdelegate\",\n        \"subsumed\"\n    ],\n    \"Ebe nchekwa\": [\n        \"bowery\",\n        \"cronet\",\n        \"depotentiate\",\n        \"depots\",\n        \"safecracking\",\n        \"substratosphere\"\n    ],\n    \"Ebe ikekwe\": [\n        \"boweries\"\n    ],\n    \"Onyeisiala\": [\n        \"bowerwoman\",\n        \"lapidarian\",\n        \"sloppier\",\n        \"spencerian\"\n    ],\n    \"iche ihu\": [\n        \"bowfront\",\n        \"foreallege\",\n        \"foreboder\",\n        \"forebodingly\",\n        \"forecatching\",\n        \"foreflank\",\n        \"forefronts\",\n        \"foreorder\"\n    ],\n    \"kpọ isi\": [\n        \"bowge\"\n    ],\n    \"ịkpọ isiala\": [\n        \"bowing\",\n        \"prostration\"\n    ],\n    \"kpọọrọ ya isiala\": [\n        \"bowingly\"\n    ],\n    \"Bowkail\": [\n        \"bowkail\"\n    ],\n    \"Bọọlụ\": [\n        \"bowker\",\n        \"bowlers\",\n        \"broomball\",\n        \"broomballer\",\n        \"footballs\",\n        \"screwball\"\n    ],\n    \"nnukwu efere\": [\n        \"bowl\"\n    ],\n    \"Bowla\": [\n        \"bowla\"\n    ],\n    \"Bowle\": [\n        \"bowle\"\n    ],\n    \"afọ ụra\": [\n        \"bowleggedness\"\n    ],\n    \"Oku mmiri\": [\n        \"bowler\"\n    ],\n    \"kpọọ isiala\": [\n        \"bowly\",\n        \"bowmaking\",\n        \"bowsing\",\n        \"prostrate\",\n        \"prostrates\",\n        \"prostrations\"\n    ],\n    \"dị ka ụta\": [\n        \"bowlike\"\n    ],\n    \"Bowling\": [\n        \"bowling\"\n    ],\n    \"kpọt\": [\n        \"bowlings\"\n    ],\n    \"nnukwu efere dị ka\": [\n        \"bowllike\"\n    ],\n    \"ọkwá\": [\n        \"bowls\",\n        \"ranks\",\n        \"ranksmen\",\n        \"sphericality\",\n        \"stalworthly\"\n    ],\n    \"hulata\": [\n        \"bowne\"\n    ],\n    \"gbuo\": [\n        \"bowsed\",\n        \"butchered\",\n        \"consigned\",\n        \"deadrize\",\n        \"decadenza\",\n        \"delignate\",\n        \"demihearse\",\n        \"demiliterate\",\n        \"derate\",\n        \"dolent\",\n        \"fatally\",\n        \"massacred\",\n        \"morbidize\",\n        \"mortbell\",\n        \"mortify\",\n        \"mortised\",\n        \"muricate\",\n        \"muricid\",\n        \"muriculate\",\n        \"murine\",\n        \"murlain\",\n        \"naleds\",\n        \"peltated\",\n        \"pernitrate\",\n        \"pistolled\",\n        \"slayed\",\n        \"slainte\",\n        \"slanged\",\n        \"slatify\",\n        \"slatified\",\n        \"slaughtered\",\n        \"slaughtery\",\n        \"slaughters\",\n        \"sleys\",\n        \"smithers\",\n        \"squatted\",\n        \"squatter\",\n        \"stinge\",\n        \"strike\",\n        \"striken\",\n        \"tummel\",\n        \"undye\",\n        \"vendicate\",\n        \"wherewithal\"\n    ],\n    \"kpọọ ndị ọrụ\": [\n        \"bowstaff\"\n    ],\n    \"igba aka\": [\n        \"bowtel\",\n        \"bowtell\",\n        \"handclapping\"\n    ],\n    \"nnwu\": [\n        \"bowwort\",\n        \"buoyantness\",\n        \"dwt\",\n        \"homomorphous\"\n    ],\n    \"igbe igbe\": [\n        \"boxboard\",\n        \"casebox\",\n        \"toolboxes\"\n    ],\n    \"ọkpọbọk\": [\n        \"boxbush\"\n    ],\n    \"kụrụ ọkpọ\": [\n        \"boxed\"\n    ],\n    \"Oku okpu\": [\n        \"boxer\"\n    ],\n    \"ịkụ ọkpọ\": [\n        \"boxerism\",\n        \"boxful\",\n        \"boxhauling\",\n        \"boxiness\",\n        \"boxinesses\",\n        \"boxing\",\n        \"boxings\",\n        \"boxmaking\",\n        \"punkling\",\n        \"tinkers\"\n    ],\n    \"Ndị ọkpọ\": [\n        \"boxers\",\n        \"pounders\",\n        \"punsters\",\n        \"spelunkers\"\n    ],\n    \"igbe azụ\": [\n        \"boxfishes\"\n    ],\n    \"onye na-aru oru\": [\n        \"boxkeeper\",\n        \"caseworker\",\n        \"wageworker\"\n    ],\n    \"yiri igbe\": [\n        \"boxlike\"\n    ],\n    \"Oku ọkpọ\": [\n        \"boxman\"\n    ],\n    \"igbe ime ụlọ\": [\n        \"boxroom\"\n    ],\n    \"Nkeji\": [\n        \"boxty\",\n        \"compartments\",\n        \"dari\",\n        \"dextrin\",\n        \"diag\",\n        \"dsp\",\n        \"farctate\",\n        \"hf\",\n        \"ihp\",\n        \"jun\",\n        \"lhd\",\n        \"lvov\",\n        \"min\",\n        \"minette\",\n        \"miny\",\n        \"minny\",\n        \"minnies\",\n        \"mins\",\n        \"minty\",\n        \"mints\",\n        \"minum\",\n        \"minuses\",\n        \"minutary\",\n        \"minute\",\n        \"minuteman\",\n        \"minutemen\",\n        \"minutes\",\n        \"minx\",\n        \"msec\",\n        \"mxd\",\n        \"pecten\",\n        \"quodlibetal\",\n        \"rynd\",\n        \"slt\",\n        \"spiflicated\",\n        \"spiflication\",\n        \"sty\",\n        \"strippage\",\n        \"sviatonosite\",\n        \"txt\",\n        \"xdiv\",\n        \"xylograph\",\n        \"xyloyl\",\n        \"xylols\",\n        \"xylotile\",\n        \"xylotomies\",\n        \"xr\",\n        \"xvii\",\n        \"xxv\"\n    ],\n    \"igbe ọkpọ\": [\n        \"boxtops\",\n        \"strongboxes\"\n    ],\n    \"Nkebelu\": [\n        \"boxtree\"\n    ],\n    \"igbekwanu\": [\n        \"boxwallah\"\n    ],\n    \"Igbe osisi\": [\n        \"boxwood\"\n    ],\n    \"Ugbo osisi\": [\n        \"boxwoods\"\n    ],\n    \"ọrụ ọkpọ\": [\n        \"boxwork\"\n    ],\n    \"onye isi ike\": [\n        \"brabant\",\n        \"capercally\",\n        \"hardhewer\",\n        \"obstipant\"\n    ],\n    \"gba mgba\": [\n        \"brabble\",\n        \"outflared\",\n        \"strial\"\n    ],\n    \"ndị na-agba mgba\": [\n        \"brabblers\"\n    ],\n    \"brabbing\": [\n        \"brabbling\"\n    ],\n    \"brabbinging\": [\n        \"brabblingly\"\n    ],\n    \"mgbaaka\": [\n        \"bracelet\",\n        \"crackmans\",\n        \"ringbird\",\n        \"ringlet\",\n        \"ringlets\",\n        \"ringstick\",\n        \"ringtails\",\n        \"wavelets\",\n        \"whipcat\",\n        \"whipsocket\",\n        \"whipstalk\",\n        \"whipstick\",\n        \"wristlet\"\n    ],\n    \"kpom kwem\": [\n        \"braceleted\",\n        \"exact\",\n        \"exactly\",\n        \"precure\"\n    ],\n    \"ọla aka\": [\n        \"bracelets\"\n    ],\n    \"Buroro\": [\n        \"bracero\"\n    ],\n    \"Mgbaaka\": [\n        \"braceros\"\n    ],\n    \"briki\": [\n        \"brache\"\n    ],\n    \"brachyelytrum\": [\n        \"brachelytra\"\n    ],\n    \"brachandị\": [\n        \"brachelytrous\"\n    ],\n    \"bravaning\": [\n        \"brachering\"\n    ],\n    \"brachial\": [\n        \"brachials\"\n    ],\n    \"brachiing\": [\n        \"brachiating\"\n    ],\n    \"brachi\": [\n        \"brachiation\"\n    ],\n    \"Brachycephalic\": [\n        \"brachycephalic\"\n    ],\n    \"brachycephalization omume\": [\n        \"brachycephalization\"\n    ],\n    \"ihendị\": [\n        \"brachyceric\",\n        \"caryopilite\",\n        \"cnidophorous\",\n        \"diplopodous\",\n        \"ephydriad\",\n        \"hexyls\",\n        \"hyperstrophic\",\n        \"ultramicrochemical\"\n    ],\n    \"echechukwu\": [\n        \"brachiolarian\"\n    ],\n    \"ihe anwudo\": [\n        \"brachypleural\"\n    ],\n    \"bracing\": [\n        \"bracingly\"\n    ],\n    \"braciole\": [\n        \"braciola\",\n        \"braciolas\",\n        \"bracioles\"\n    ],\n    \"bracketed\": [\n        \"bracked\"\n    ],\n    \"brackens\": [\n        \"brackened\"\n    ],\n    \"mgbodo\": [\n        \"bracker\",\n        \"bracket\",\n        \"lumberdom\",\n        \"misterming\",\n        \"nidation\",\n        \"sledgehammer\",\n        \"trichinising\"\n    ],\n    \"brackishị\": [\n        \"brackishness\"\n    ],\n    \"iheegwu\": [\n        \"bracteose\",\n        \"hexasyllable\",\n        \"hexavalent\",\n        \"lysigenic\",\n        \"mizzens\",\n        \"parallelopipedon\",\n        \"plagianthus\",\n        \"theatromaniac\"\n    ],\n    \"blọta\": [\n        \"bractlet\"\n    ],\n    \"Bradburya\": [\n        \"bradburya\"\n    ],\n    \"braddd\": [\n        \"bradded\"\n    ],\n    \"ịkpa isi\": [\n        \"bradding\",\n        \"braider\",\n        \"braiding\"\n    ],\n    \"Bradenhead\": [\n        \"bradenhead\"\n    ],\n    \"Ebele Onyekwere\": [\n        \"bradford\"\n    ],\n    \"bradisseismism\": [\n        \"bradyseismism\"\n    ],\n    \"bradyndị\": [\n        \"bradytely\"\n    ],\n    \"onye na-eme mkpọtụ\": [\n        \"bradmaker\",\n        \"cymbalist\",\n        \"lobbyist\",\n        \"lutherist\"\n    ],\n    \"bras\": [\n        \"braes\",\n        \"brashes\"\n    ],\n    \"Bịa\": [\n        \"brager\"\n    ],\n    \"anya-isi\": [\n        \"braggardism\"\n    ],\n    \"na-etu ọnụ\": [\n        \"braggart\",\n        \"bragger\",\n        \"braggers\",\n        \"braggest\",\n        \"braggy\",\n        \"braggier\",\n        \"braggiest\",\n        \"bragging\",\n        \"braggingly\",\n        \"braggish\",\n        \"bragite\",\n        \"bragless\",\n        \"brags\",\n        \"brangled\",\n        \"brangling\",\n        \"outboasting\",\n        \"proudling\",\n        \"unboasting\"\n    ],\n    \"ji anya isi\": [\n        \"braggartly\"\n    ],\n    \"ndị na-etu ọnụ\": [\n        \"braggarts\"\n    ],\n    \"turu ọnụ\": [\n        \"bragged\"\n    ],\n    \"ndị brahmanists\": [\n        \"brahmanists\"\n    ],\n    \"onye anakpo brahminist\": [\n        \"brahminist\"\n    ],\n    \"ndi anakpo brahminist\": [\n        \"brahminists\"\n    ],\n    \"ndị isi braid\": [\n        \"braiders\"\n    ],\n    \"kpa isi\": [\n        \"braidings\"\n    ],\n    \"braid\": [\n        \"braidism\"\n    ],\n    \"onye isi braid\": [\n        \"braidist\"\n    ],\n    \"bray\": [\n        \"braying\"\n    ],\n    \"Brailler\": [\n        \"brailler\"\n    ],\n    \"Brailles\": [\n        \"brailles\"\n    ],\n    \"onye amamihe\": [\n        \"braillist\",\n        \"philosophess\",\n        \"philosophised\",\n        \"philosophiser\",\n        \"philosophunculist\",\n        \"piecemealwise\",\n        \"pilgrimwise\",\n        \"sage\",\n        \"wiseheimer\",\n        \"wispier\"\n    ],\n    \"ụbụrụ\": [\n        \"brain\",\n        \"brainchild\",\n        \"brainy\",\n        \"braininess\",\n        \"brainish\",\n        \"brainpan\",\n        \"brainpans\",\n        \"brains\",\n        \"brainsickness\",\n        \"brainstem\",\n        \"brainstems\",\n        \"brainteaser\",\n        \"brainteasers\",\n        \"brainward\",\n        \"cerebral\",\n        \"forebowels\",\n        \"forebrace\",\n        \"forebrain\"\n    ],\n    \"ụbụrụ isi\": [\n        \"brainache\"\n    ],\n    \"ụbụrụ ụbụrụ\": [\n        \"braincraft\",\n        \"brainpower\",\n        \"brainstormer\",\n        \"brainstorming\",\n        \"brainstorms\",\n        \"cerebralization\",\n        \"cerebralize\"\n    ],\n    \"chebere\": [\n        \"brained\",\n        \"coenacted\",\n        \"garrisoned\",\n        \"phialling\",\n        \"sensitives\",\n        \"wainscotted\"\n    ],\n    \"Brainier\": [\n        \"brainier\"\n    ],\n    \"kasị dị egwu\": [\n        \"brainiest\",\n        \"dingiest\"\n    ],\n    \"na-ejigide\": [\n        \"braining\",\n        \"quintain\",\n        \"retains\",\n        \"uintaites\"\n    ],\n    \"enweghị ụbụrụ\": [\n        \"brainless\",\n        \"brainlessness\",\n        \"lackbrainedness\"\n    ],\n    \"dị ka ụbụrụ\": [\n        \"brainlike\"\n    ],\n    \"Brainsick\": [\n        \"brainsick\"\n    ],\n    \"chekwaa\": [\n        \"brainsickly\",\n        \"chelinga\",\n        \"frugal\",\n        \"ronsardize\",\n        \"save\",\n        \"sterve\",\n        \"superinscribed\",\n        \"worrywart\"\n    ],\n    \"nkume ụbụrụ\": [\n        \"brainstone\"\n    ],\n    \"iche echiche\": [\n        \"brainstorm\",\n        \"conceivability\",\n        \"contemplatively\",\n        \"contemplativeness\",\n        \"countersinking\",\n        \"counterstimulate\",\n        \"counterstimulation\",\n        \"counterthought\",\n        \"devising\",\n        \"fictileness\",\n        \"groupthink\",\n        \"imaginative\",\n        \"imaginativeness\",\n        \"mental\",\n        \"mentalism\",\n        \"mentalistic\",\n        \"mentalistically\",\n        \"mentalities\",\n        \"mentalization\",\n        \"ponderment\",\n        \"reflect\",\n        \"reflecting\",\n        \"reflectingly\",\n        \"reflectioning\",\n        \"suppeditation\",\n        \"thinkability\",\n        \"thriftlike\"\n    ],\n    \"imesa anya\": [\n        \"brainwash\"\n    ],\n    \"gbanwere ya\": [\n        \"brainwashed\",\n        \"brainwashers\",\n        \"brainwashes\"\n    ],\n    \"brasuwa\": [\n        \"brainwasher\"\n    ],\n    \"ịsacha ụbụrụ\": [\n        \"brainwashing\",\n        \"brainwashjng\"\n    ],\n    \"mmiri ụbụrụ\": [\n        \"brainwater\"\n    ],\n    \"ọrụ ụbụrụ\": [\n        \"brainwork\"\n    ],\n    \"onye oru ụbụrụ\": [\n        \"brainworker\"\n    ],\n    \"Ebere\": [\n        \"brairded\",\n        \"yarer\",\n        \"yarovized\",\n        \"medrick\",\n        \"prairied\",\n        \"sublative\",\n        \"superseriously\"\n    ],\n    \"braị\": [\n        \"brays\"\n    ],\n    \"braise\": [\n        \"braize\",\n        \"braizes\"\n    ],\n    \"breeki\": [\n        \"brake\",\n        \"brakeages\",\n        \"braky\",\n        \"brakie\",\n        \"crake\",\n        \"craker\",\n        \"oxbrake\"\n    ],\n    \"brek\": [\n        \"braked\",\n        \"brakeroot\"\n    ],\n    \"breeki aka\": [\n        \"brakehand\",\n        \"handbrake\"\n    ],\n    \"breeki isi\": [\n        \"brakehead\"\n    ],\n    \"breeki ibu\": [\n        \"brakeload\"\n    ],\n    \"ndị na-agba blọk\": [\n        \"brakemen\"\n    ],\n    \"brekị\": [\n        \"brakes\",\n        \"brakesman\",\n        \"brakesmen\"\n    ],\n    \"braking\": [\n        \"brakier\"\n    ],\n    \"brambleberị\": [\n        \"brambleberry\",\n        \"brambleberries\"\n    ],\n    \"brikblebush\": [\n        \"bramblebush\"\n    ],\n    \"brambly\": [\n        \"bramblier\"\n    ],\n    \"ramgba mbọ\": [\n        \"brambling\"\n    ],\n    \"alaka ụlọ ọrụ\": [\n        \"branch\",\n        \"branchery\",\n        \"branchful\",\n        \"branchier\",\n        \"branchiness\",\n        \"branchiocardiac\",\n        \"branchiogenous\",\n        \"branchiomerism\",\n        \"branchiopallial\",\n        \"branchiopneustic\",\n        \"branchiopod\",\n        \"branchiopodan\",\n        \"branchiopulmonate\",\n        \"branchiosaur\",\n        \"branchiosauria\",\n        \"branchiosaurian\",\n        \"branchiosaurus\",\n        \"branchiostegal\",\n        \"branchiostege\",\n        \"branchiostegidae\",\n        \"branchiostegite\",\n        \"branchiostoma\",\n        \"branchiostomid\",\n        \"branchiostomidae\",\n        \"branchlet\",\n        \"branchman\",\n        \"branchstand\",\n        \"branchway\",\n        \"brankier\"\n    ],\n    \"Nhazi\": [\n        \"branchiform\",\n        \"constructure\",\n        \"contouring\",\n        \"draftings\",\n        \"equidense\",\n        \"formers\",\n        \"formulaically\",\n        \"framers\",\n        \"framing\",\n        \"itemization\",\n        \"naturalizing\",\n        \"paramos\",\n        \"straightener\"\n    ],\n    \"alakaiobdella\": [\n        \"branchiobdella\"\n    ],\n    \"ngalaba\": [\n        \"branchiomere\",\n        \"branchiopoda\",\n        \"coeditor\",\n        \"crance\",\n        \"cranch\",\n        \"cranched\",\n        \"cranches\",\n        \"departements\",\n        \"department\",\n        \"departmental\",\n        \"departmentalisation\",\n        \"departmentalise\",\n        \"departmentalised\",\n        \"departmentalising\",\n        \"departmentalization\",\n        \"departmentalize\",\n        \"departmentalized\",\n        \"departmentalizing\",\n        \"departmentally\",\n        \"departmentization\",\n        \"departmentize\",\n        \"departments\",\n        \"domain\",\n        \"domainal\",\n        \"domains\",\n        \"faculty\",\n        \"outbranch\",\n        \"podobranch\",\n        \"section\",\n        \"sectionalisation\",\n        \"sections\",\n        \"sectorial\",\n        \"sectoring\",\n        \"sertion\",\n        \"subbranch\",\n        \"subcommissaries\",\n        \"subdepartments\",\n        \"subprimary\",\n        \"subrectories\",\n        \"subsections\",\n        \"subsegments\",\n        \"wards\"\n    ],\n    \"brandiurous\": [\n        \"branchiurous\"\n    ],\n    \"enweghị alaka\": [\n        \"branchless\"\n    ],\n    \"ika\": [\n        \"brand\",\n        \"branded\",\n        \"brander\"\n    ],\n    \"Ekechukwu\": [\n        \"brandenburg\",\n        \"brandenburgh\",\n        \"culverkey\",\n        \"elytral\",\n        \"epidendric\",\n        \"etesian\",\n        \"euskarian\",\n        \"janitrix\",\n        \"kirsty\",\n        \"parthenopean\",\n        \"platykurtic\",\n        \"platyrhini\",\n        \"platyrrhini\",\n        \"platyrrhiny\",\n        \"porpoiselike\",\n        \"poudrette\",\n        \"pseudelytron\",\n        \"pseudelminth\",\n        \"pteraspid\",\n        \"venetianed\"\n    ],\n    \"brannburgs\": [\n        \"brandenburgs\"\n    ],\n    \"Ahịa\": [\n        \"branders\",\n        \"brandisher\"\n    ],\n    \"brandi\": [\n        \"brandy\",\n        \"brandies\",\n        \"brandon\"\n    ],\n    \"brandiball\": [\n        \"brandyball\"\n    ],\n    \"mbọn\": [\n        \"brandying\"\n    ],\n    \"ndị ahịa\": [\n        \"brandishers\",\n        \"burlers\",\n        \"cheerers\",\n        \"clienteles\",\n        \"clients\",\n        \"customers\",\n        \"marketers\",\n        \"mercers\",\n        \"merchantmen\",\n        \"merchantries\",\n        \"merchants\",\n        \"pliancies\",\n        \"proprietaries\",\n        \"shopmen\",\n        \"shoppers\",\n        \"traders\",\n        \"tradesmen\",\n        \"tradespeople\",\n        \"traitresses\",\n        \"unsolders\"\n    ],\n    \"icheku\": [\n        \"brandle\",\n        \"charcoaled\",\n        \"charcoaling\",\n        \"coals\",\n        \"coalshed\",\n        \"coalternative\",\n        \"parrot\",\n        \"parrotbeak\",\n        \"parrotfishes\",\n        \"parrotism\",\n        \"parrotize\"\n    ],\n    \"buuru\": [\n        \"brandling\",\n        \"precedent\",\n        \"precedentary\",\n        \"precedented\",\n        \"preceder\",\n        \"prender\",\n        \"prerent\"\n    ],\n    \"Brandret\": [\n        \"brandreth\"\n    ],\n    \"ifeoma\": [\n        \"brandrith\",\n        \"fervanite\",\n        \"hurlbat\",\n        \"jewling\",\n        \"vagabondia\",\n        \"violotta\"\n    ],\n    \"branner\": [\n        \"brannier\"\n    ],\n    \"ningtọ\": [\n        \"branniness\",\n        \"branning\"\n    ],\n    \"Nri\": [\n        \"brantails\",\n        \"bunking\",\n        \"bunkoed\",\n        \"cinching\",\n        \"dreed\",\n        \"yous\",\n        \"lunker\",\n        \"paps\",\n        \"parqueting\",\n        \"plaud\",\n        \"plenisms\",\n        \"snobby\",\n        \"snouch\",\n        \"supp\",\n        \"thanatousia\",\n        \"thuan\"\n    ],\n    \"ekwe nkwa\": [\n        \"brants\",\n        \"forepromised\",\n        \"guaranteed\",\n        \"pledgets\",\n        \"pledging\"\n    ],\n    \"gbajie\": [\n        \"brarow\",\n        \"breakshugh\",\n        \"breck\",\n        \"buccate\",\n        \"flit\",\n        \"flitched\",\n        \"fract\",\n        \"fractal\",\n        \"fractural\",\n        \"frappeed\",\n        \"seve\",\n        \"snapped\",\n        \"unbrittle\",\n        \"wharp\",\n        \"wriggle\"\n    ],\n    \"brash\": [\n        \"brashness\"\n    ],\n    \"brasi\": [\n        \"brasiers\"\n    ],\n    \"brasil\": [\n        \"brasils\",\n        \"brassily\"\n    ],\n    \"s brass\": [\n        \"brasquing\"\n    ],\n    \"ọla kọpa\": [\n        \"brassbounder\",\n        \"brassware\",\n        \"brasswork\",\n        \"braziery\",\n        \"broncobuster\",\n        \"broncobusters\",\n        \"broncobusting\",\n        \"bronstrops\",\n        \"bronzers\",\n        \"bronzes\",\n        \"bronzewing\",\n        \"bronzy\",\n        \"bronzier\",\n        \"bronziest\",\n        \"cobaltiferous\",\n        \"codpieces\",\n        \"coper\",\n        \"copper\",\n        \"copperbottom\",\n        \"copperer\",\n        \"copperhead\",\n        \"copperheadism\",\n        \"copperheads\",\n        \"coppery\",\n        \"copperish\",\n        \"copperytailed\",\n        \"copperization\",\n        \"copperize\",\n        \"copperleaf\",\n        \"coppernose\",\n        \"copperplate\",\n        \"copperplated\",\n        \"copperproof\",\n        \"coppers\",\n        \"copperskin\",\n        \"coppersmith\",\n        \"coppersmithing\",\n        \"copperware\",\n        \"copperwing\",\n        \"copperworks\",\n        \"metalware\"\n    ],\n    \"yiri brass\": [\n        \"brasslike\"\n    ],\n    \"onye nze\": [\n        \"brassworker\",\n        \"pigbelly\",\n        \"stationman\"\n    ],\n    \"Obiako\": [\n        \"bratty\",\n        \"thricecock\"\n    ],\n    \"ugochukwu\": [\n        \"brattie\",\n        \"britts\",\n        \"dawdlingly\",\n        \"devant\",\n        \"englishwomen\",\n        \"mizzentopmen\",\n        \"mucinolytic\",\n        \"musquaspen\",\n        \"phaenozygous\",\n        \"psittacomorphae\",\n        \"pussytoe\",\n        \"rasty\",\n        \"rhegmatypy\",\n        \"samisen\",\n        \"syssarcotic\",\n        \"thalassocrat\",\n        \"trittichan\",\n        \"wyson\",\n        \"wongsky\",\n        \"wrothily\"\n    ],\n    \"kacha njọ\": [\n        \"brattiest\",\n        \"direst\",\n        \"grimiest\",\n        \"loamiest\",\n        \"loyalest\",\n        \"malmiest\",\n        \"scrimpiest\",\n        \"sorriest\",\n        \"wenniest\",\n        \"wretchedest\"\n    ],\n    \"bravado\": [\n        \"bravadoed\",\n        \"bravadoing\"\n    ],\n    \"brava eme\": [\n        \"bravadoes\"\n    ],\n    \"bravados\": [\n        \"bravadoism\"\n    ],\n    \"brava\": [\n        \"bravas\",\n        \"brawer\"\n    ],\n    \"dimkpa\": [\n        \"brave\",\n        \"braved\",\n        \"bravely\",\n        \"bravest\",\n        \"brazens\",\n        \"dimeric\",\n        \"diminutively\",\n        \"dimmit\",\n        \"dimwittedness\",\n        \"diphead\",\n        \"herodian\",\n        \"herodianic\",\n        \"herohood\",\n        \"heroicity\",\n        \"heroicomic\",\n        \"heroistic\",\n        \"heroized\",\n        \"maturer\"\n    ],\n    \"brave\": [\n        \"braver\"\n    ],\n    \"ndị dimkpa\": [\n        \"braveries\",\n        \"braves\",\n        \"valiant\",\n        \"valiants\"\n    ],\n    \"Nwee obi ike\": [\n        \"braving\"\n    ],\n    \"bravo\": [\n        \"bravoes\"\n    ],\n    \"ịtụ ụjọ\": [\n        \"bravoing\",\n        \"gemming\",\n        \"grifter\"\n    ],\n    \"bravura ish\": [\n        \"bravuraish\"\n    ],\n    \"bravura\": [\n        \"bravure\"\n    ],\n    \"gbara mgba\": [\n        \"brawled\",\n        \"contested\",\n        \"contestless\",\n        \"surrealist\",\n        \"whirred\"\n    ],\n    \"Onye mgba\": [\n        \"brawler\"\n    ],\n    \"Ndị na-aga agha\": [\n        \"brawlers\"\n    ],\n    \"brawda\": [\n        \"brawly\"\n    ],\n    \"brawwo\": [\n        \"brawlingly\"\n    ],\n    \"wgha\": [\n        \"brawls\",\n        \"powwowing\"\n    ],\n    \"wtọ\": [\n        \"brawlsome\"\n    ],\n    \"brawn\": [\n        \"brawned\",\n        \"brawns\"\n    ],\n    \"iji obi ike\": [\n        \"brawnily\"\n    ],\n    \"brawnị\": [\n        \"brawniness\"\n    ],\n    \"Mkpụrụ obi\": [\n        \"braws\",\n        \"perchlorination\"\n    ],\n    \"brazen\": [\n        \"brazenness\"\n    ],\n    \"Brazers\": [\n        \"brazers\"\n    ],\n    \"Braziers\": [\n        \"braziers\"\n    ],\n    \"Brazil\": [\n        \"brazil\",\n        \"brazils\"\n    ],\n    \"ndị Brazil\": [\n        \"brazilian\",\n        \"brazilians\",\n        \"brazilin\",\n        \"brazilins\",\n        \"brazilite\"\n    ],\n    \"onye Brazil\": [\n        \"brazilianite\"\n    ],\n    \"ngabiga\": [\n        \"breach\",\n        \"outdance\"\n    ],\n    \"onye omekome\": [\n        \"breacher\",\n        \"criminator\",\n        \"criminologist\",\n        \"delinter\",\n        \"ganger\",\n        \"gangman\",\n        \"offendant\",\n        \"offendress\",\n        \"orderer\",\n        \"outlaw\",\n        \"perpetrator\",\n        \"preexecutor\",\n        \"villainist\"\n    ],\n    \"Iko achịcha\": [\n        \"breadbasket\"\n    ],\n    \"Achịcha achịcha\": [\n        \"breadbaskets\"\n    ],\n    \"mbadamba achịcha\": [\n        \"breadboards\"\n    ],\n    \"igbe achịcha\": [\n        \"breadbox\",\n        \"breadboxes\",\n        \"cakebox\"\n    ],\n    \"adeke\": [\n        \"breadearning\"\n    ],\n    \"enweghị nri\": [\n        \"breadless\",\n        \"breadlessness\",\n        \"foodless\",\n        \"foodlessness\",\n        \"inearth\",\n        \"inearths\",\n        \"mealless\",\n        \"unfeasted\"\n    ],\n    \"Achịcha\": [\n        \"breadline\",\n        \"cansful\",\n        \"fruchtschiefer\",\n        \"sheetful\"\n    ],\n    \"onye na-eme bred\": [\n        \"breadmaker\",\n        \"breadman\"\n    ],\n    \"onye na-edozi achịcha\": [\n        \"breadseller\"\n    ],\n    \"obosara\": [\n        \"breadth\",\n        \"breadths\",\n        \"breadthwise\",\n        \"broadlooms\",\n        \"broadness\",\n        \"footbreadth\",\n        \"oboes\",\n        \"spaciousness\",\n        \"spicousness\",\n        \"wid\",\n        \"widdrim\",\n        \"wide\",\n        \"wideness\",\n        \"widenesses\",\n        \"width\",\n        \"widthless\",\n        \"widthway\",\n        \"widthways\",\n        \"widthwise\"\n    ],\n    \"enweghị nke ọ bụla\": [\n        \"breadthless\",\n        \"decrementless\",\n        \"nonevolutionally\",\n        \"nonextricable\",\n        \"unportioned\"\n    ],\n    \"ụzọ obosara\": [\n        \"breadthways\"\n    ],\n    \"ndị na-akpa nri\": [\n        \"breadwinners\"\n    ],\n    \"wingwọ nri\": [\n        \"breadwinning\"\n    ],\n    \"tijie\": [\n        \"break\"\n    ],\n    \"agbaji\": [\n        \"breakable\",\n        \"breakableness\",\n        \"breakably\",\n        \"breaklist\",\n        \"breaks\",\n        \"breva\",\n        \"brevier\",\n        \"brocaded\",\n        \"brokership\",\n        \"brustled\",\n        \"crispened\",\n        \"disjointed\",\n        \"fissured\",\n        \"fissures\",\n        \"fracturing\",\n        \"hipnesses\",\n        \"severable\",\n        \"twilling\",\n        \"unbroke\",\n        \"unbrown\",\n        \"unbrowned\",\n        \"unctions\",\n        \"unring\",\n        \"wring\"\n    ],\n    \"ihe na-emebi emebi\": [\n        \"breakables\",\n        \"corrosiveness\",\n        \"periplegmatic\",\n        \"perishability\"\n    ],\n    \"kewapụta\": [\n        \"breakaway\",\n        \"dissentive\"\n    ],\n    \"gbarie\": [\n        \"breakdown\",\n        \"crull\",\n        \"digested\",\n        \"digestedly\",\n        \"pandered\",\n        \"rummaged\",\n        \"smacked\",\n        \"smashed\"\n    ],\n    \"ndakpọ\": [\n        \"breakdowns\",\n        \"debacle\",\n        \"delapse\",\n        \"rubdowns\"\n    ],\n    \"ihe mmebi\": [\n        \"breaker\",\n        \"corrosives\"\n    ],\n    \"onye mmebi\": [\n        \"breakerman\",\n        \"defecator\"\n    ],\n    \"ndị na-emebi emebi\": [\n        \"breakermen\",\n        \"breakers\",\n        \"degraders\",\n        \"perishers\",\n        \"perruquiers\"\n    ],\n    \"nri ụtụtụ\": [\n        \"breakfast\",\n        \"breakfasting\",\n        \"breakfasts\",\n        \"breastfast\"\n    ],\n    \"onye ezumike\": [\n        \"breakfaster\",\n        \"holidaymaker\",\n        \"vacationist\"\n    ],\n    \"ndị ezumike\": [\n        \"breakfasters\",\n        \"resorters\",\n        \"restaurateurs\"\n    ],\n    \"enweghị nri ụtụtụ\": [\n        \"breakfastless\"\n    ],\n    \"mgbaji\": [\n        \"breakfronts\",\n        \"cycliae\",\n        \"crump\",\n        \"flitches\",\n        \"fractuosity\",\n        \"fracturable\",\n        \"fracturableness\",\n        \"grapplers\",\n        \"pandits\"\n    ],\n    \"kụchapụ\": [\n        \"breakout\"\n    ],\n    \"Nkume gbawara agbawa\": [\n        \"breakstone\"\n    ],\n    \"ihe ịga nke ọma\": [\n        \"breakthrough\",\n        \"breakthroughs\",\n        \"counterpenalty\",\n        \"outthrough\",\n        \"prerational\",\n        \"succeeders\",\n        \"succeeds\",\n        \"succes\",\n        \"success\",\n        \"successfulness\",\n        \"successions\",\n        \"successivity\",\n        \"successory\",\n        \"superaccession\",\n        \"superaccessory\",\n        \"thrippence\",\n        \"thrivingness\"\n    ],\n    \"agbakwo\": [\n        \"breakthroughes\"\n    ],\n    \"mmiri iyi\": [\n        \"breakwaters\",\n        \"brook\",\n        \"brooks\",\n        \"brookside\",\n        \"riverscape\",\n        \"streamhead\",\n        \"streamlets\",\n        \"waterdrop\"\n    ],\n    \"okpukpu mmiri\": [\n        \"breakweather\"\n    ],\n    \"bream\": [\n        \"breaming\"\n    ],\n    \"Nsonaazụ\": [\n        \"breards\",\n        \"eng\",\n        \"results\"\n    ],\n    \"ara eriri\": [\n        \"breastband\"\n    ],\n    \"ara ara\": [\n        \"breastbeam\",\n        \"breastheight\",\n        \"breastless\",\n        \"breastweed\",\n        \"crazed\",\n        \"crazedly\",\n        \"crazedness\",\n        \"insanitariness\",\n        \"insanities\",\n        \"mammocked\",\n        \"nattiness\",\n        \"unsanity\"\n    ],\n    \"okpukpu ara\": [\n        \"breastbone\"\n    ],\n    \"okpukpu obi\": [\n        \"breastbones\"\n    ],\n    \"na-enye nwa ara\": [\n        \"breastfeeding\"\n    ],\n    \"na-enye ara\": [\n        \"breastful\"\n    ],\n    \"ihe mgbochi obi\": [\n        \"breastmark\",\n        \"breastpiece\",\n        \"breastpin\",\n        \"breastplate\",\n        \"breastplates\",\n        \"breastplow\",\n        \"breastrope\",\n        \"breastworks\"\n    ],\n    \"akpa ara\": [\n        \"breastplough\"\n    ],\n    \"arachi\": [\n        \"breaststroke\",\n        \"breaststroker\",\n        \"breaststrokes\"\n    ],\n    \"araba\": [\n        \"breastwise\",\n        \"nattered\"\n    ],\n    \"ịya ara\": [\n        \"breastwork\"\n    ],\n    \"kuo ume\": [\n        \"breath\",\n        \"breathe\"\n    ],\n    \"wee kuo ume\": [\n        \"breathed\"\n    ],\n    \"na-eku ume\": [\n        \"breathers\",\n        \"breathes\",\n        \"breathful\",\n        \"breathy\",\n        \"breathier\",\n        \"breathing\",\n        \"breathingly\",\n        \"breathlessly\",\n        \"breathtakingly\",\n        \"gasifies\",\n        \"gaspy\",\n        \"respelling\",\n        \"respires\"\n    ],\n    \"kacha ume\": [\n        \"breathiest\"\n    ],\n    \"n’iku ume\": [\n        \"breathily\"\n    ],\n    \"enweghi ume\": [\n        \"breathless\",\n        \"breathlessness\"\n    ],\n    \"onye na-eku ume\": [\n        \"breathseller\"\n    ],\n    \"ebe mgbaba\": [\n        \"brechans\",\n        \"havens\",\n        \"peristylum\",\n        \"refuge\",\n        \"refuged\",\n        \"refuges\",\n        \"resort\",\n        \"shelder\",\n        \"shelter\",\n        \"zanthoxylum\"\n    ],\n    \"mpịakọta\": [\n        \"brede\",\n        \"complot\",\n        \"complotment\",\n        \"dispergation\",\n        \"doltishly\",\n        \"doltishness\",\n        \"elision\",\n        \"fliping\",\n        \"flipping\",\n        \"foldboating\",\n        \"outvoice\",\n        \"outvoices\",\n        \"outweep\",\n        \"rattel\",\n        \"rattle\",\n        \"rollbacks\",\n        \"rollbar\",\n        \"rollicker\",\n        \"rollickingness\",\n        \"rollmop\",\n        \"rollmops\",\n        \"rollneck\",\n        \"rolltop\",\n        \"scrolls\",\n        \"scrollwork\",\n        \"squeezableness\",\n        \"volleyed\",\n        \"volleyer\",\n        \"vollenge\",\n        \"volubilate\",\n        \"voluble\",\n        \"volumed\",\n        \"volumes\",\n        \"volumescope\",\n        \"volumette\",\n        \"volute\",\n        \"volution\",\n        \"volutions\",\n        \"volvulus\"\n    ],\n    \"uwe ime uwe\": [\n        \"breechcloth\"\n    ],\n    \"uwe ime breech\": [\n        \"breechcloths\"\n    ],\n    \"breech\": [\n        \"breeched\"\n    ],\n    \"breeches ifuru\": [\n        \"breechesflower\"\n    ],\n    \"breeches obere\": [\n        \"breechesless\"\n    ],\n    \"ozuzu\": [\n        \"breedable\",\n        \"breedy\",\n        \"breediness\",\n        \"breeding\",\n        \"breedings\",\n        \"breedling\",\n        \"burdies\",\n        \"cadaverous\",\n        \"carcoon\",\n        \"casuistry\",\n        \"cocooning\",\n        \"consignatory\",\n        \"creakiness\",\n        \"cremasteric\",\n        \"crembalum\",\n        \"crepiness\",\n        \"crepitus\",\n        \"crepuscule\",\n        \"deadwood\",\n        \"deadwoods\",\n        \"disembodied\",\n        \"dismembrator\",\n        \"estantion\",\n        \"hidation\",\n        \"idcue\",\n        \"inculcation\",\n        \"morulation\",\n        \"pascuage\",\n        \"pedunculation\",\n        \"rebbes\",\n        \"rittingerite\",\n        \"uncalm\",\n        \"uncases\",\n        \"unculture\",\n        \"untrained\"\n    ],\n    \"onye na-azụ ihe\": [\n        \"breeder\",\n        \"inbreeder\"\n    ],\n    \"udiri anumanu\": [\n        \"breeds\"\n    ],\n    \"breeze\": [\n        \"breezing\"\n    ],\n    \"onye mmebe\": [\n        \"bregmate\",\n        \"conventionalist\",\n        \"cratemaker\",\n        \"customizers\",\n        \"orchestrator\",\n        \"pancratist\",\n        \"temporalist\"\n    ],\n    \"ntaramahụhụ\": [\n        \"brehon\",\n        \"chastenment\",\n        \"chastisement\",\n        \"penal\",\n        \"propunishment\",\n        \"punchier\",\n        \"puniceous\",\n        \"punyism\",\n        \"punily\",\n        \"punishability\",\n        \"punishable\",\n        \"punishableness\",\n        \"punishably\",\n        \"punisher\",\n        \"punishers\",\n        \"punishes\",\n        \"punyship\",\n        \"punishment\",\n        \"punishmentproof\",\n        \"punition\",\n        \"punitional\",\n        \"punitions\",\n        \"punitive\",\n        \"punitiveness\",\n        \"punitory\",\n        \"punnical\",\n        \"punnier\",\n        \"punniest\",\n        \"punningly\",\n        \"punnology\",\n        \"requital\",\n        \"unpunishedness\",\n        \"unpunishing\"\n    ],\n    \"ihe nlekọta\": [\n        \"brey\",\n        \"preceptress\",\n        \"prescores\",\n        \"primrosy\",\n        \"primuses\"\n    ],\n    \"imebi iwu\": [\n        \"brelaw\",\n        \"contrariety\",\n        \"crimeful\",\n        \"decurvature\",\n        \"defacing\",\n        \"demanganization\",\n        \"demicadence\",\n        \"demiflouncing\",\n        \"demobilising\",\n        \"encroachment\",\n        \"infringer\",\n        \"inwandering\",\n        \"lawbreak\",\n        \"lawbreaking\",\n        \"malconvenance\",\n        \"misdemeaning\",\n        \"outwiled\",\n        \"outwiling\",\n        \"pervasion\",\n        \"potwalling\",\n        \"probankruptcy\",\n        \"quakerish\",\n        \"transgress\",\n        \"unbarbarising\",\n        \"unpolluting\",\n        \"violability\",\n        \"violation\",\n        \"violational\",\n        \"violative\",\n        \"wickedish\"\n    ],\n    \"ebeke\": [\n        \"breloque\"\n    ],\n    \"imepee\": [\n        \"bremeness\"\n    ],\n    \"Nwankwo\": [\n        \"brendan\",\n        \"ealdormen\",\n        \"kennedy\"\n    ],\n    \"akpọrọ\": [\n        \"brended\",\n        \"callused\",\n        \"cryable\",\n        \"cupeled\",\n        \"dubbed\",\n        \"homaged\",\n        \"impapyrated\",\n        \"impawn\",\n        \"impawns\",\n        \"infarcted\",\n        \"invoked\",\n        \"kennelled\",\n        \"liaised\",\n        \"namable\",\n        \"parroted\",\n        \"recruitable\",\n        \"splotched\",\n        \"termed\",\n        \"totted\",\n        \"valuationally\"\n    ],\n    \"Ndi nne\": [\n        \"brents\"\n    ],\n    \"graphic\": [\n        \"brephic\"\n    ],\n    \"umunne\": [\n        \"brethren\",\n        \"brethrenism\",\n        \"brothering\",\n        \"brotherliness\"\n    ],\n    \"Onyekwado\": [\n        \"bretonian\",\n        \"coadjutive\",\n        \"yowler\",\n        \"thankworthiness\"\n    ],\n    \"breton\": [\n        \"bretons\"\n    ],\n    \"mbaeze\": [\n        \"bretwalda\",\n        \"bretwaldadom\",\n        \"heathenesse\",\n        \"meseraic\",\n        \"pratincole\",\n        \"preattuned\",\n        \"szaibelyite\",\n        \"theriomimicry\",\n        \"zoosporiferous\"\n    ],\n    \"vettọ\": [\n        \"brevet\"\n    ],\n    \"nweghara\": [\n        \"brevetcies\",\n        \"caprioled\",\n        \"reallowance\",\n        \"renounceable\",\n        \"rollicksomeness\"\n    ],\n    \"Ngwadogwu\": [\n        \"brevets\",\n        \"paragglutination\"\n    ],\n    \"ịtọgharị\": [\n        \"brevetting\",\n        \"shoaling\"\n    ],\n    \"Nwoke ikeji\": [\n        \"breviary\"\n    ],\n    \"zọọ\": [\n        \"breviate\",\n        \"dodding\",\n        \"lapelled\",\n        \"puggle\",\n        \"rap\",\n        \"scamping\",\n        \"slote\",\n        \"snead\",\n        \"sneakered\",\n        \"sneaky\",\n        \"sneb\",\n        \"sneck\",\n        \"snecked\",\n        \"sneesh\",\n        \"snock\",\n        \"snocker\",\n        \"snoke\",\n        \"snuggish\",\n        \"snuggle\",\n        \"snuggled\",\n        \"snup\",\n        \"stade\",\n        \"stader\",\n        \"stades\",\n        \"stadie\",\n        \"stampede\",\n        \"stampeded\",\n        \"stampee\",\n        \"steeved\",\n        \"sticked\",\n        \"stold\",\n        \"stonify\",\n        \"struse\",\n        \"sudate\",\n        \"sudder\",\n        \"surrept\",\n        \"swellheaded\",\n        \"swinge\",\n        \"swinged\",\n        \"swingled\",\n        \"taivert\",\n        \"taliped\",\n        \"tamping\",\n        \"tampioned\",\n        \"tantalous\",\n        \"tavert\",\n        \"tilden\",\n        \"trammelled\"\n    ],\n    \"onyegbula\": [\n        \"breviature\",\n        \"cremaillere\",\n        \"curliewurlie\",\n        \"desulfuriser\",\n        \"dispeopled\",\n        \"eximidus\",\n        \"fagottist\",\n        \"fissilingual\",\n        \"gibblegabbler\",\n        \"homothallic\",\n        \"machicolated\",\n        \"nictate\",\n        \"nixy\",\n        \"nonadverbial\",\n        \"nondecasyllable\",\n        \"spendthrifts\",\n        \"teutophile\",\n        \"wholisms\"\n    ],\n    \"nwekee\": [\n        \"brevicipitid\"\n    ],\n    \"ndị brewi\": [\n        \"breviers\"\n    ],\n    \"anyaka\": [\n        \"breviped\"\n    ],\n    \"brevirostris\": [\n        \"brevirostrines\"\n    ],\n    \"mkpụmkpụ\": [\n        \"brevit\",\n        \"brevity\",\n        \"cloves\",\n        \"hemisect\",\n        \"hemisection\",\n        \"nutshells\",\n        \"shantytown\",\n        \"shor\",\n        \"shorl\",\n        \"short\",\n        \"shortcomer\",\n        \"shortfall\",\n        \"shorthander\",\n        \"shorthorn\",\n        \"shorthorns\",\n        \"shorty\",\n        \"shorting\",\n        \"shortite\",\n        \"shortness\",\n        \"shortstaff\",\n        \"shortstop\",\n        \"shortstops\",\n        \"shortzy\",\n        \"trimness\"\n    ],\n    \"ime biya\": [\n        \"brew\",\n        \"brewage\",\n        \"brewership\",\n        \"brewing\",\n        \"brewings\",\n        \"brewis\",\n        \"brewises\",\n        \"brews\",\n        \"brewst\",\n        \"brewster\",\n        \"thriver\"\n    ],\n    \"emepụtara\": [\n        \"brewed\"\n    ],\n    \"ebe omume biya\": [\n        \"brewery\",\n        \"breweries\"\n    ],\n    \"ndị na-eme biya\": [\n        \"brewers\"\n    ],\n    \"ụlọ ime ụlọ\": [\n        \"brewhouses\",\n        \"brinehouse\",\n        \"legroom\",\n        \"legrooms\",\n        \"sickrooms\"\n    ],\n    \"onye isi biya\": [\n        \"brewmaster\"\n    ],\n    \"Bryan\": [\n        \"bryan\"\n    ],\n    \"briarberị\": [\n        \"briarberry\"\n    ],\n    \"bria\": [\n        \"briared\"\n    ],\n    \"aka azụ\": [\n        \"briary\",\n        \"bribees\",\n        \"bribery\"\n    ],\n    \"bri\": [\n        \"briars\"\n    ],\n    \"ngo\": [\n        \"bribe\",\n        \"bribes\",\n        \"briered\"\n    ],\n    \"inye aka azụ\": [\n        \"bribeability\",\n        \"bribetaking\",\n        \"bribri\"\n    ],\n    \"iri ngo\": [\n        \"bribeable\",\n        \"bribeworthy\"\n    ],\n    \"ihe iri ngo\": [\n        \"bribee\",\n        \"bribegiver\"\n    ],\n    \"inye ihe iri ngo\": [\n        \"bribegiving\"\n    ],\n    \"anaraghị ego\": [\n        \"bribeless\"\n    ],\n    \"ndị iri ngo\": [\n        \"bribers\"\n    ],\n    \"ihe inyeaka\": [\n        \"bribetaker\"\n    ],\n    \"iri ngarị\": [\n        \"bribing\"\n    ],\n    \"brochii\": [\n        \"brichette\",\n        \"brochette\"\n    ],\n    \"brikab\": [\n        \"brickbat\"\n    ],\n    \"brik brik\": [\n        \"brickbats\"\n    ],\n    \"brik ụlọ\": [\n        \"brickbatted\"\n    ],\n    \"batgba brik\": [\n        \"brickbatting\"\n    ],\n    \"ụlọ brik\": [\n        \"brickcroft\"\n    ],\n    \"ogige brik\": [\n        \"brickfield\"\n    ],\n    \"onye na-agba brik\": [\n        \"brickfielder\"\n    ],\n    \"Ogige brik\": [\n        \"brickyard\"\n    ],\n    \"Adobe\": [\n        \"brickish\"\n    ],\n    \"brik dina\": [\n        \"bricklay\"\n    ],\n    \"Onye na-akpụ brik\": [\n        \"bricklayer\"\n    ],\n    \"Ndị na-akpụ brik\": [\n        \"bricklayers\"\n    ],\n    \"gba brik\": [\n        \"bricklaying\"\n    ],\n    \"brik ness\": [\n        \"brickleness\"\n    ],\n    \"yiri brik\": [\n        \"bricklike\"\n    ],\n    \"briker\": [\n        \"brickliner\"\n    ],\n    \"lininggba brik\": [\n        \"bricklining\"\n    ],\n    \"ịkpụ brik\": [\n        \"brickmaking\"\n    ],\n    \"brikason\": [\n        \"brickmason\"\n    ],\n    \"briket\": [\n        \"brickset\"\n    ],\n    \"briketter\": [\n        \"bricksetter\"\n    ],\n    \"ịtọ brik\": [\n        \"bricktimber\"\n    ],\n    \"brikkwork\": [\n        \"brickwork\"\n    ],\n    \"Agbamakwụkwọ\": [\n        \"brid\",\n        \"bridal\",\n        \"bridale\",\n        \"bridaler\",\n        \"bridalty\",\n        \"knurling\"\n    ],\n    \"agbamakwụkwọ\": [\n        \"bridally\",\n        \"bridebed\",\n        \"bridechamber\",\n        \"bridehouse\",\n        \"bridelace\",\n        \"bridely\",\n        \"bridelope\",\n        \"bridestake\",\n        \"brideweed\",\n        \"bridoons\",\n        \"chinalike\",\n        \"chinband\",\n        \"courtzilite\",\n        \"scourage\",\n        \"wedbedrip\",\n        \"wedding\",\n        \"weddinger\",\n        \"weddings\",\n        \"wedelns\",\n        \"wedgies\"\n    ],\n    \"ndị agbamakwụkwọ\": [\n        \"bridals\"\n    ],\n    \"agbamgbam\": [\n        \"bridebowl\",\n        \"catchpollery\",\n        \"cavalierly\",\n        \"chinwag\",\n        \"cyclothem\",\n        \"circumrotation\",\n        \"circumrotatory\",\n        \"circumscriptly\",\n        \"cloddishly\",\n        \"escalloping\",\n        \"flunkeyhood\",\n        \"gibblegabble\",\n        \"sleuthhound\",\n        \"tartishly\",\n        \"unfestival\",\n        \"unfurrowed\"\n    ],\n    \"agbamaka\": [\n        \"bridecake\"\n    ],\n    \"nwunye nwaoke\": [\n        \"bridecup\"\n    ],\n    \"nwunye chukwu\": [\n        \"bridegod\"\n    ],\n    \"nwoke na-alụ nwanyị ọhụrụ\": [\n        \"bridegroom\",\n        \"groom\"\n    ],\n    \"ndị na-alụ nwanyị ọhụrụ\": [\n        \"bridegrooms\",\n        \"bridesmaiding\",\n        \"bridesmaids\",\n        \"bridesmen\"\n    ],\n    \"ggbọ mmiri na-alụ nwanyị ọhụrụ\": [\n        \"bridegroomship\"\n    ],\n    \"nwunye isi\": [\n        \"bridehead\"\n    ],\n    \"nwunye mkpuchi\": [\n        \"bridehood\"\n    ],\n    \"nwunye eriri\": [\n        \"brideknot\"\n    ],\n    \"alụghị nwanyị\": [\n        \"brideless\",\n        \"celibacy\",\n        \"celibacies\",\n        \"celibate\",\n        \"nonmaritime\",\n        \"outmarry\"\n    ],\n    \"Nwanyị na-alụ nwanyị ọhụrụ\": [\n        \"bridemaid\",\n        \"bridesmaid\",\n        \"bridleman\"\n    ],\n    \"nwunye nwaanyi\": [\n        \"bridemaiden\",\n        \"shopwife\"\n    ],\n    \"nwunye nwanyị\": [\n        \"bridemaidship\",\n        \"chamberwoman\",\n        \"heritress\",\n        \"housewifish\"\n    ],\n    \"onye na-alụ nwanyị ọhụrụ\": [\n        \"brideman\",\n        \"bridgemaker\",\n        \"bridgeman\",\n        \"bridgemaster\",\n        \"bridgemen\"\n    ],\n    \"ndị na-alụ ọhụrụ\": [\n        \"brides\"\n    ],\n    \"Onye na-alụ nwanyị ọhụrụ\": [\n        \"bridesman\"\n    ],\n    \"nwunye nwa nwanyi\": [\n        \"bridewain\"\n    ],\n    \"nwunyem\": [\n        \"bridewell\",\n        \"matrilineal\",\n        \"washerwife\"\n    ],\n    \"nwunye nwunye\": [\n        \"bridewort\"\n    ],\n    \"ihe owuwu\": [\n        \"bridgebuilder\",\n        \"bridgework\",\n        \"caddle\",\n        \"catoptrics\",\n        \"cetanes\",\n        \"construction\",\n        \"constructions\",\n        \"diddler\",\n        \"doeskins\",\n        \"ginep\",\n        \"outbuildings\",\n        \"outbuilds\",\n        \"superstructures\",\n        \"warcrafts\"\n    ],\n    \"iwubu akwa\": [\n        \"bridgebuilding\"\n    ],\n    \"akwa isi\": [\n        \"bridgeheads\",\n        \"headband\",\n        \"headbander\",\n        \"headwear\"\n    ],\n    \"enweghi mmiri\": [\n        \"bridgeless\",\n        \"irradiant\",\n        \"unlucid\",\n        \"unwasteful\"\n    ],\n    \"Àkwà mmiri\": [\n        \"bridgeport\",\n        \"bridgepot\"\n    ],\n    \"ggba alụkwaghịm\": [\n        \"bridgings\"\n    ],\n    \"eriri mmiri\": [\n        \"bridler\",\n        \"moorband\",\n        \"standpipes\"\n    ],\n    \"Bridges\": [\n        \"bridles\"\n    ],\n    \"Ighapu\": [\n        \"bridling\",\n        \"debarking\",\n        \"defreeze\",\n        \"deruralize\",\n        \"disalike\",\n        \"disaugment\",\n        \"dishallow\",\n        \"dismeasured\",\n        \"precleaning\",\n        \"uncrushed\",\n        \"unfickle\",\n        \"unswaddling\"\n    ],\n    \"dị nkenke\": [\n        \"brief\",\n        \"briefed\",\n        \"succinate\",\n        \"succinous\"\n    ],\n    \"nke nkenke\": [\n        \"briefest\"\n    ],\n    \"okwu nkowa\": [\n        \"briefing\"\n    ],\n    \"na nkenke\": [\n        \"brieflessly\",\n        \"briefly\",\n        \"unbriefly\"\n    ],\n    \"enweghị nkenke\": [\n        \"brieflessness\",\n        \"cliqueless\",\n        \"unbriefness\"\n    ],\n    \"bish\": [\n        \"bries\"\n    ],\n    \"brie\": [\n        \"brieve\"\n    ],\n    \"brigged\": [\n        \"brigaded\"\n    ],\n    \"na-agba ọchịchịrị\": [\n        \"brigading\"\n    ],\n    \"ndị brigantes\": [\n        \"brigantes\"\n    ],\n    \"ndị brigantines\": [\n        \"brigantines\"\n    ],\n    \"enwu\": [\n        \"bright\",\n        \"emanant\",\n        \"enqueued\",\n        \"gats\",\n        \"illumined\",\n        \"lightsomely\",\n        \"luminance\",\n        \"luminosity\",\n        \"luminosities\",\n        \"ostial\",\n        \"shiningness\",\n        \"shinneries\",\n        \"shinnied\",\n        \"suspensiveness\",\n        \"unflossy\",\n        \"unsmiled\",\n        \"uvver\"\n    ],\n    \"brilliyes\": [\n        \"brighteyes\"\n    ],\n    \"nchacha ọkụ\": [\n        \"brightener\"\n    ],\n    \"chawapụ\": [\n        \"brighter\"\n    ],\n    \"nwamamma\": [\n        \"brightsomeness\"\n    ],\n    \"brigig\": [\n        \"brigous\"\n    ],\n    \"gbara agba\": [\n        \"brigued\",\n        \"froppish\",\n        \"shoalest\",\n        \"turgesced\",\n        \"twiddles\",\n        \"umteen\"\n    ],\n    \"na-enwu enwu\": [\n        \"briguing\",\n        \"brimmering\",\n        \"flamingly\",\n        \"flamming\",\n        \"illuming\",\n        \"illumining\",\n        \"shoneens\",\n        \"unflighty\",\n        \"ungleaming\"\n    ],\n    \"mgbukepụ\": [\n        \"brilliance\",\n        \"flashed\",\n        \"flashes\",\n        \"glairiness\",\n        \"glares\",\n        \"glaucescence\",\n        \"glaur\",\n        \"luster\",\n        \"lustre\",\n        \"radiance\",\n        \"sparklingness\"\n    ],\n    \"amamiihe\": [\n        \"brilliant\",\n        \"brilliantine\",\n        \"brilliantined\",\n        \"brilliantness\",\n        \"brilliantwise\",\n        \"silliest\",\n        \"wilsome\"\n    ],\n    \"na-egbuke egbuke\": [\n        \"brilliantly\",\n        \"dazzling\",\n        \"dazzlingness\",\n        \"glaive\",\n        \"glimmerous\",\n        \"luminificent\",\n        \"luminous\",\n        \"resplendent\",\n        \"ruminant\",\n        \"ruminates\",\n        \"shiningly\",\n        \"wuzzling\"\n    ],\n    \"brimful\": [\n        \"brimfull\",\n        \"brimfully\"\n    ],\n    \"nkuju afọ\": [\n        \"brimfullness\"\n    ],\n    \"imecha\": [\n        \"brimming\",\n        \"deadline\",\n        \"fin\",\n        \"finalization\",\n        \"fineish\",\n        \"finement\",\n        \"finessing\",\n        \"finiking\",\n        \"finings\",\n        \"finis\",\n        \"finish\",\n        \"hardwired\",\n        \"mewing\",\n        \"pansified\",\n        \"pignorate\",\n        \"ultrabasite\",\n        \"ultrahigh\",\n        \"ultraservile\",\n        \"ultrastylish\"\n    ],\n    \"emebie\": [\n        \"brinded\",\n        \"erminites\",\n        \"expends\",\n        \"expires\",\n        \"officered\",\n        \"uncorrupting\"\n    ],\n    \"onye na-achị achị\": [\n        \"briner\",\n        \"ruller\"\n    ],\n    \"weta\": [\n        \"bring\",\n        \"bringer\",\n        \"previde\",\n        \"provide\",\n        \"undeify\"\n    ],\n    \"iweta\": [\n        \"bringdown\",\n        \"casemaking\",\n        \"conveth\",\n        \"imprest\"\n    ],\n    \"beringela\": [\n        \"bringela\"\n    ],\n    \"ndị na-eweta ihe\": [\n        \"bringers\",\n        \"imposers\"\n    ],\n    \"na-eweta\": [\n        \"bringing\",\n        \"brings\",\n        \"bullrings\",\n        \"disheriting\",\n        \"eposes\",\n        \"grossed\",\n        \"incurs\",\n        \"incurves\",\n        \"incurving\",\n        \"inflicts\",\n        \"presenting\",\n        \"provider\",\n        \"subducing\",\n        \"triposes\",\n        \"unresenting\",\n        \"ushering\"\n    ],\n    \"bringel\": [\n        \"bringsel\"\n    ],\n    \"na-akpọ ọnụ\": [\n        \"brining\"\n    ],\n    \"brunsell\": [\n        \"brinsell\"\n    ],\n    \"bryndza\": [\n        \"brynza\"\n    ],\n    \"omumu ihe\": [\n        \"bryological\",\n        \"etherialism\",\n        \"generalate\",\n        \"generater\",\n        \"genitive\",\n        \"genitorial\",\n        \"molecularist\",\n        \"reearning\"\n    ],\n    \"yolọ\": [\n        \"bryophyte\",\n        \"ryokan\"\n    ],\n    \"ọlaọcha\": [\n        \"bryophytes\",\n        \"giblets\",\n        \"sillock\",\n        \"silurian\",\n        \"silvanry\",\n        \"silver\",\n        \"silverberry\",\n        \"silverbiddy\",\n        \"silverbush\",\n        \"silvered\",\n        \"silverily\",\n        \"silverite\",\n        \"silverly\",\n        \"silvern\",\n        \"silverrod\",\n        \"silverside\",\n        \"silverspot\",\n        \"silvertop\",\n        \"silverware\",\n        \"siver\"\n    ],\n    \"bryophytik\": [\n        \"bryophytic\"\n    ],\n    \"ihe briquet\": [\n        \"briquet\"\n    ],\n    \"anara\": [\n        \"briquetted\"\n    ],\n    \"bris\": [\n        \"brisance\",\n        \"brisement\",\n        \"brises\",\n        \"brisks\",\n        \"brislings\",\n        \"briss\"\n    ],\n    \"brises\": [\n        \"brisances\",\n        \"brisses\"\n    ],\n    \"brisken\": [\n        \"briskened\"\n    ],\n    \"brising\": [\n        \"brisking\"\n    ],\n    \"bristol\": [\n        \"bristols\"\n    ],\n    \"britannia\": [\n        \"britannian\"\n    ],\n    \"onyeoma britannic\": [\n        \"britannically\"\n    ],\n    \"britches\": [\n        \"britchel\"\n    ],\n    \"bryto\": [\n        \"brython\"\n    ],\n    \"ịkatọ mmadụ\": [\n        \"briticism\"\n    ],\n    \"Ogbu ohia\": [\n        \"britisher\"\n    ],\n    \"british\": [\n        \"britishness\"\n    ],\n    \"britton\": [\n        \"britons\"\n    ],\n    \"brit\": [\n        \"brits\"\n    ],\n    \"kenkuwa\": [\n        \"brittle\"\n    ],\n    \"brittrit\": [\n        \"brittled\"\n    ],\n    \"emebiela\": [\n        \"brittlest\",\n        \"counterpaled\",\n        \"defalcated\",\n        \"deflocculated\",\n        \"depoliticized\",\n        \"discourtesy\",\n        \"discourtesies\",\n        \"forjudged\",\n        \"nonmineral\",\n        \"outblazed\",\n        \"outbleated\",\n        \"outbred\",\n        \"outchidden\",\n        \"outclimbed\",\n        \"outlanced\",\n        \"outraised\",\n        \"outsinned\",\n        \"outspeed\",\n        \"outvoiced\",\n        \"overbalanced\",\n        \"readjudicated\",\n        \"ricked\"\n    ],\n    \"onye nlekota\": [\n        \"broacher\",\n        \"chelator\",\n        \"clincher\",\n        \"comprador\",\n        \"consorter\",\n        \"elator\",\n        \"lecher\",\n        \"matcher\",\n        \"negritian\",\n        \"putcher\",\n        \"sypher\",\n        \"tachygrapher\",\n        \"zelator\"\n    ],\n    \"bro bro\": [\n        \"broaches\"\n    ],\n    \"sara mbara\": [\n        \"broad\",\n        \"broader\",\n        \"broadest\",\n        \"expansive\",\n        \"extensive\",\n        \"roomful\",\n        \"roomy\",\n        \"roomthy\",\n        \"wider\"\n    ],\n    \"mbara\": [\n        \"broadacre\",\n        \"broadloom\",\n        \"broadside\",\n        \"broadsides\",\n        \"expanse\",\n        \"spaciously\",\n        \"terramare\",\n        \"terreens\",\n        \"unspacious\",\n        \"widegap\"\n    ],\n    \"brọdband\": [\n        \"broadband\"\n    ],\n    \"akwukwo ahia\": [\n        \"broadbill\"\n    ],\n    \"agbasa ozi\": [\n        \"broadcasted\",\n        \"noncastigating\",\n        \"unadvertising\"\n    ],\n    \"ibasa\": [\n        \"broaden\",\n        \"broadened\",\n        \"broadener\"\n    ],\n    \"na-emeghe\": [\n        \"broadening\",\n        \"inaugurates\",\n        \"misspeaking\",\n        \"noneclipsed\",\n        \"nonstarting\",\n        \"outpreens\",\n        \"unbinding\",\n        \"unburning\",\n        \"uncloses\",\n        \"uncocks\",\n        \"undeparting\",\n        \"unelating\",\n        \"unfastens\",\n        \"unflagging\",\n        \"unflaking\",\n        \"unfolding\",\n        \"unfrocking\",\n        \"unfrocks\",\n        \"ungripping\",\n        \"unhooking\",\n        \"unhoping\",\n        \"unhorsing\",\n        \"unknocking\",\n        \"unleading\",\n        \"unleashes\",\n        \"unleveling\",\n        \"unloaning\",\n        \"unloosing\",\n        \"unlounging\",\n        \"unmysticizing\",\n        \"unmotioning\",\n        \"unraking\",\n        \"unripping\",\n        \"unrobing\",\n        \"unroosting\",\n        \"unroted\",\n        \"unscrewing\",\n        \"unsetting\",\n        \"unstepping\",\n        \"unsterilized\",\n        \"unstinging\",\n        \"untarrying\",\n        \"unvibrating\",\n        \"unwalking\",\n        \"unwasting\",\n        \"unwrapping\",\n        \"unwraps\",\n        \"wowening\"\n    ],\n    \"gbasapụ\": [\n        \"broadens\",\n        \"broadsiding\",\n        \"commissive\",\n        \"demulceate\",\n        \"furcellate\",\n        \"outstunting\",\n        \"sprawly\"\n    ],\n    \"Ibufe\": [\n        \"broadgage\"\n    ],\n    \"buru n'obi\": [\n        \"broadhearted\",\n        \"publichearted\"\n    ],\n    \"n'uju\": [\n        \"broadhorn\",\n        \"broadly\",\n        \"broadwise\",\n        \"copiously\",\n        \"homonymously\",\n        \"portlily\"\n    ],\n    \"buo ibu\": [\n        \"broadish\",\n        \"burdener\",\n        \"enlife\",\n        \"enols\",\n        \"foreignize\",\n        \"handload\",\n        \"loaden\",\n        \"overburden\",\n        \"overburdensome\",\n        \"preoccupancy\",\n        \"shipload\"\n    ],\n    \"ịgbasa\": [\n        \"broadling\",\n        \"devesting\",\n        \"diffusely\",\n        \"diffusibly\",\n        \"dispiteousness\",\n        \"disserting\",\n        \"distilling\",\n        \"diversify\",\n        \"diversifying\",\n        \"divulgating\",\n        \"divulging\",\n        \"flaring\",\n        \"flaringly\",\n        \"multiradicate\",\n        \"plurification\",\n        \"propiolate\",\n        \"rubrification\",\n        \"spanging\",\n        \"spaning\",\n        \"spanning\",\n        \"spatling\",\n        \"spattering\",\n        \"spatting\",\n        \"spattling\",\n        \"splattering\",\n        \"spluttering\",\n        \"spumification\",\n        \"unspanning\",\n        \"widdling\"\n    ],\n    \"Ntanetị\": [\n        \"broadlings\"\n    ],\n    \"n'ụzọ sara mbara\": [\n        \"broadmindedly\",\n        \"scoptically\"\n    ],\n    \"ikwupụta okwu\": [\n        \"broadshare\",\n        \"eloignment\",\n        \"expresser\",\n        \"outspeaking\",\n        \"sigilative\",\n        \"speckliness\",\n        \"spewiness\",\n        \"verberate\",\n        \"verberation\",\n        \"verbification\",\n        \"vertibleness\"\n    ],\n    \"Okwu nkọwa\": [\n        \"broadsword\"\n    ],\n    \"okwuputa okwu\": [\n        \"broadswords\"\n    ],\n    \"Broadtail\": [\n        \"broadtail\"\n    ],\n    \"ifeanyichukwu\": [\n        \"brobdingnagian\",\n        \"ludicroserious\"\n    ],\n    \"brocad\": [\n        \"brocades\"\n    ],\n    \"cadgha\": [\n        \"brocading\"\n    ],\n    \"brọkọlị\": [\n        \"broccoli\",\n        \"broccolis\",\n        \"brocoli\"\n    ],\n    \"ore ahia\": [\n        \"brochant\",\n        \"broker\",\n        \"brokery\",\n        \"brokerly\"\n    ],\n    \"brochi\": [\n        \"brochettes\"\n    ],\n    \"broshuọ\": [\n        \"brochure\",\n        \"brochures\",\n        \"brusure\"\n    ],\n    \"brokerage\": [\n        \"brockage\",\n        \"brokage\"\n    ],\n    \"brokas\": [\n        \"brockets\"\n    ],\n    \"brogle\": [\n        \"broggle\"\n    ],\n    \"brogues\": [\n        \"brogued\"\n    ],\n    \"brogue juputara\": [\n        \"brogueful\"\n    ],\n    \"broguene\": [\n        \"brogueneer\"\n    ],\n    \"na-achị\": [\n        \"broguing\",\n        \"grumpily\",\n        \"mackling\",\n        \"noncolonially\",\n        \"overthwartly\",\n        \"reigning\",\n        \"reignites\",\n        \"rule\",\n        \"uprearing\"\n    ],\n    \"Broilers\": [\n        \"broilery\",\n        \"broilers\"\n    ],\n    \"broiling\": [\n        \"broilingly\"\n    ],\n    \"agbajikwa\": [\n        \"broken\",\n        \"brokenly\",\n        \"disjointedness\",\n        \"melioratively\",\n        \"shatterable\",\n        \"unbrokenness\",\n        \"unbrooded\"\n    ],\n    \"obi gbawara\": [\n        \"brokenhearted\",\n        \"brokenheartedly\",\n        \"heartbrokenly\"\n    ],\n    \"obi mgbawa\": [\n        \"brokenheartedness\",\n        \"heartache\",\n        \"heartaches\",\n        \"heartbeats\",\n        \"heartbreak\",\n        \"heartbreaker\",\n        \"heartbreaks\",\n        \"heartbrokenness\",\n        \"heartener\",\n        \"heartgrief\",\n        \"heartquake\",\n        \"heartsore\",\n        \"heartsoreness\",\n        \"heartwort\"\n    ],\n    \"gbajiri\": [\n        \"brokenness\",\n        \"fligged\",\n        \"flitted\",\n        \"flitter\",\n        \"flittered\",\n        \"flitters\",\n        \"fraken\",\n        \"frapped\",\n        \"glaived\",\n        \"slitters\",\n        \"slurb\",\n        \"vasalled\",\n        \"wenched\"\n    ],\n    \"blọk\": [\n        \"brokes\"\n    ],\n    \"brotto\": [\n        \"broletto\"\n    ],\n    \"Na-egbu\": [\n        \"bromating\",\n        \"smutting\"\n    ],\n    \"bromobenzene\": [\n        \"brombenzene\"\n    ],\n    \"bromocamphor\": [\n        \"bromcamphor\"\n    ],\n    \"bromocresol\": [\n        \"bromcresol\"\n    ],\n    \"brom satellite\": [\n        \"bromellite\"\n    ],\n    \"brom\": [\n        \"bromes\"\n    ],\n    \"hapu\": [\n        \"bromhydrate\"\n    ],\n    \"Uzoatu\": [\n        \"bromid\",\n        \"soxhlet\",\n        \"strepsinema\"\n    ],\n    \"n'agbasi\": [\n        \"bromidically\"\n    ],\n    \"bromin\": [\n        \"bromine\"\n    ],\n    \"Imebe iwu\": [\n        \"brominize\"\n    ],\n    \"ikwugide\": [\n        \"bromise\",\n        \"countercriticism\",\n        \"denouncer\"\n    ],\n    \"Na-emegide\": [\n        \"bromising\",\n        \"bromizes\",\n        \"stultifies\"\n    ],\n    \"bromolụ\": [\n        \"bromol\"\n    ],\n    \"n'olu igbo\": [\n        \"bronchially\"\n    ],\n    \"brontometa\": [\n        \"brontometer\"\n    ],\n    \"brontosaurus\": [\n        \"brontosauruses\"\n    ],\n    \"ọla nchara\": [\n        \"bronzed\",\n        \"bronzen\",\n        \"bronzer\",\n        \"bronzesmith\",\n        \"bronzify\",\n        \"bronzing\",\n        \"bronzite\"\n    ],\n    \"broochi\": [\n        \"brooches\"\n    ],\n    \"enweghị anya\": [\n        \"broodiness\",\n        \"distanceless\",\n        \"eyeless\",\n        \"eyelessness\",\n        \"unenviedly\",\n        \"unfrightenedness\",\n        \"unhopingly\",\n        \"unmovedly\",\n        \"unpinked\"\n    ],\n    \"esiri\": [\n        \"brooked\",\n        \"pasteurised\",\n        \"pasteurized\"\n    ],\n    \"ịkwa mmiri ara\": [\n        \"brooking\"\n    ],\n    \"brooklet\": [\n        \"brooklets\"\n    ],\n    \"aziza\": [\n        \"brool\",\n        \"broom\"\n    ],\n    \"broom\": [\n        \"broomy\"\n    ],\n    \"broomstick\": [\n        \"broomsticks\"\n    ],\n    \"ịchọ\": [\n        \"brose\",\n        \"desilicify\",\n        \"searchingness\",\n        \"seekerism\"\n    ],\n    \"bros\": [\n        \"broses\"\n    ],\n    \"bro\": [\n        \"brot\"\n    ],\n    \"brothel\": [\n        \"brotel\"\n    ],\n    \"brothels\": [\n        \"brotheler\"\n    ],\n    \"brothel yiri\": [\n        \"brothellike\"\n    ],\n    \"achikwa\": [\n        \"brothered\"\n    ],\n    \"òtù ụmụnna\": [\n        \"brotherhood\",\n        \"fraternism\"\n    ],\n    \"nwanne nwoke\": [\n        \"brotherless\",\n        \"cohusband\"\n    ],\n    \"ụmụnna\": [\n        \"brothers\"\n    ],\n    \"nwannwanyi\": [\n        \"brotherwort\"\n    ],\n    \"chika okpala\": [\n        \"brott\"\n    ],\n    \"Brougham\": [\n        \"brougham\"\n    ],\n    \"browband\": [\n        \"browbands\"\n    ],\n    \"brow\": [\n        \"browd\"\n    ],\n    \"aja aja\": [\n        \"brown\",\n        \"brownback\",\n        \"browner\",\n        \"brownest\",\n        \"brownie\",\n        \"brownish\",\n        \"brownishness\",\n        \"brownism\",\n        \"brownist\",\n        \"brownistic\",\n        \"brownistical\",\n        \"browntail\",\n        \"sandalwood\",\n        \"sandalwoods\",\n        \"sandarac\",\n        \"sandaracs\",\n        \"sandastros\",\n        \"sandbank\",\n        \"sandblast\",\n        \"sandblaster\",\n        \"sandblasters\",\n        \"sandblasting\",\n        \"sandblasts\",\n        \"sandblind\",\n        \"sandblindness\",\n        \"sandboy\",\n        \"sandbur\",\n        \"sandburr\",\n        \"sandburrs\",\n        \"sandburs\",\n        \"sandculture\",\n        \"sanderswood\",\n        \"sandfly\",\n        \"sandflies\",\n        \"sandflower\",\n        \"sandglass\",\n        \"sandheat\",\n        \"sandyish\",\n        \"sandkey\",\n        \"sandlots\",\n        \"sandmite\",\n        \"sandpapered\",\n        \"sandpapery\",\n        \"sandpapers\",\n        \"sandpeeps\",\n        \"sandproof\",\n        \"sandrock\",\n        \"sandstay\",\n        \"sandstorm\",\n        \"sandworm\",\n        \"sandworts\",\n        \"tilefishes\"\n    ],\n    \"gbara ọchịchịrị\": [\n        \"browned\",\n        \"darked\",\n        \"darkful\",\n        \"darklings\",\n        \"gloomy\",\n        \"gloomiest\",\n        \"rayed\",\n        \"thickbrained\"\n    ],\n    \"Agba aja aja\": [\n        \"brownies\"\n    ],\n    \"aja aja aja\": [\n        \"brownnose\"\n    ],\n    \"aja aja noser\": [\n        \"brownnoser\"\n    ],\n    \"nchọgharị\": [\n        \"brows\",\n        \"browsability\",\n        \"browsage\",\n        \"browsers\",\n        \"browsick\",\n        \"navigable\",\n        \"nonnavigation\",\n        \"resequestration\",\n        \"searchlights\"\n    ],\n    \"chọgharịa\": [\n        \"browse\"\n    ],\n    \"ịchọgharịrị\": [\n        \"browsed\"\n    ],\n    \"ihe nchọgharị\": [\n        \"browser\",\n        \"browzer\"\n    ],\n    \"na-agagharị\": [\n        \"browses\",\n        \"circumducing\",\n        \"circumscribes\",\n        \"circumscribing\",\n        \"circumvolving\",\n        \"comingle\",\n        \"commingle\",\n        \"commuting\",\n        \"creeled\",\n        \"curding\",\n        \"curdling\",\n        \"curmurring\",\n        \"curriing\",\n        \"currying\",\n        \"curring\",\n        \"curveting\",\n        \"curving\",\n        \"expatriating\",\n        \"gallying\",\n        \"gogetting\",\n        \"grailing\",\n        \"gusseting\",\n        \"misnavigate\",\n        \"moireing\",\n        \"mouseling\",\n        \"moving\",\n        \"navigably\",\n        \"navigates\",\n        \"navigerous\",\n        \"nomadically\",\n        \"nomadize\",\n        \"overtreading\",\n        \"pedestaled\",\n        \"pedestalling\",\n        \"pedodontic\",\n        \"prealluding\",\n        \"reaming\",\n        \"rearousing\",\n        \"recanting\",\n        \"recasts\",\n        \"recircling\",\n        \"recoilingly\",\n        \"recrossing\",\n        \"relearns\",\n        \"retorting\",\n        \"roaming\",\n        \"rollingly\",\n        \"rooving\",\n        \"rotal\",\n        \"rotundate\",\n        \"roving\",\n        \"rovingly\",\n        \"scrolling\",\n        \"spitters\",\n        \"spurries\",\n        \"stridulating\",\n        \"swingeingly\",\n        \"swingingly\",\n        \"swirling\",\n        \"swirlingly\",\n        \"toiting\",\n        \"troughing\",\n        \"waygoing\"\n    ],\n    \"na-eme nchọgharị\": [\n        \"browsing\"\n    ],\n    \"brucella\": [\n        \"brucellae\"\n    ],\n    \"brucellosis\": [\n        \"brucellas\"\n    ],\n    \"nchia\": [\n        \"brucite\"\n    ],\n    \"juru ya\": [\n        \"bruckled\"\n    ],\n    \"Nnukwu okwu\": [\n        \"bruckleness\"\n    ],\n    \"brikeri\": [\n        \"bructeri\"\n    ],\n    \"Ọrịna\": [\n        \"bruisewort\"\n    ],\n    \"echifia\": [\n        \"bruited\"\n    ],\n    \"onye aru\": [\n        \"bruiter\"\n    ],\n    \"brimstone\": [\n        \"brumstane\",\n        \"brumstone\"\n    ],\n    \"ịmịcha\": [\n        \"brunching\"\n    ],\n    \"daakye\": [\n        \"brune\"\n    ],\n    \"nwebisi ike\": [\n        \"brunetteness\",\n        \"overcaptiousness\",\n        \"overexpect\",\n        \"overnumerousness\",\n        \"pyrocondensation\"\n    ],\n    \"bruny\": [\n        \"brunts\"\n    ],\n    \"gbaa agba\": [\n        \"brushable\",\n        \"circumvoisin\",\n        \"stinging\",\n        \"stings\"\n    ],\n    \"Bọọlụ bọọlụ\": [\n        \"brushball\"\n    ],\n    \"ahịhịa ịkpụ\": [\n        \"brushcut\"\n    ],\n    \"ahịhịa ọkụ\": [\n        \"brushfire\"\n    ],\n    \"Nkucha ọkụ\": [\n        \"brushfires\"\n    ],\n    \"ịchacha\": [\n        \"brushing\",\n        \"purplish\",\n        \"purring\",\n        \"scarpering\",\n        \"scarping\",\n        \"scrapepenny\",\n        \"scraping\",\n        \"scrauch\"\n    ],\n    \"ala igbo\": [\n        \"brushland\"\n    ],\n    \"ndị na-ekpocha ahịhịa\": [\n        \"brushmen\"\n    ],\n    \"gbanyụọ\": [\n        \"brushoff\",\n        \"deaconed\",\n        \"deglazed\",\n        \"disable\",\n        \"disabler\",\n        \"divest\",\n        \"divet\",\n        \"excommenge\",\n        \"firmed\",\n        \"forcleave\",\n        \"immolate\",\n        \"interfiled\",\n        \"yucked\",\n        \"mucked\",\n        \"off\",\n        \"offbeat\",\n        \"offed\",\n        \"offgrade\",\n        \"offhand\",\n        \"offhanded\",\n        \"offlap\",\n        \"offloaded\",\n        \"offprinted\",\n        \"offsaddle\",\n        \"offscape\",\n        \"offscreen\",\n        \"outmaneuver\",\n        \"outmaneuvered\",\n        \"outmanoeuvered\",\n        \"outsummed\",\n        \"ouvert\",\n        \"shroffed\",\n        \"sinkable\",\n        \"turnoff\",\n        \"turnoffs\",\n        \"uppropped\"\n    ],\n    \"ahịhịa akaebe\": [\n        \"brushproof\"\n    ],\n    \"brussel\": [\n        \"brussels\"\n    ],\n    \"mekpọọ mmadụ ọnụ\": [\n        \"brutalize\",\n        \"cruelize\"\n    ],\n    \"na-akpa ọchị\": [\n        \"brutalizes\",\n        \"catamiting\",\n        \"funny\",\n        \"funnymen\"\n    ],\n    \"n'ụzọ obi ọjọọ\": [\n        \"brutally\",\n        \"savagely\"\n    ],\n    \"meela\": [\n        \"bruted\"\n    ],\n    \"utedgha\": [\n        \"brutedom\"\n    ],\n    \"na-akparị\": [\n        \"brutifies\",\n        \"tauntingly\"\n    ],\n    \"na-emegbu\": [\n        \"brutifying\",\n        \"mistreating\",\n        \"molestfully\"\n    ],\n    \"jiri obi ọjọọ\": [\n        \"brutishly\",\n        \"overkindly\",\n        \"viciously\"\n    ],\n    \"Ubueze\": [\n        \"bskt\",\n        \"pleistocene\"\n    ],\n    \"buo\": [\n        \"buat\",\n        \"buro\",\n        \"engild\",\n        \"sing\",\n        \"singe\"\n    ],\n    \"gbaa azịza\": [\n        \"buaze\"\n    ],\n    \"bubata\": [\n        \"bubastite\",\n        \"imports\"\n    ],\n    \"bubby ohia\": [\n        \"bubbybush\"\n    ],\n    \"ndi enyi\": [\n        \"bubbies\",\n        \"buddies\"\n    ],\n    \"nwa afụ\": [\n        \"bubblebow\"\n    ],\n    \"afụkọ\": [\n        \"bubbleless\"\n    ],\n    \"Na-asụ asụsụ\": [\n        \"bubingas\"\n    ],\n    \"bubobo\": [\n        \"buboed\"\n    ],\n    \"bubo\": [\n        \"buboes\",\n        \"bubos\"\n    ],\n    \"bufonidae\": [\n        \"bubonidae\"\n    ],\n    \"bubonocele\": [\n        \"bubonoceze\"\n    ],\n    \"buboyo\": [\n        \"bucayo\"\n    ],\n    \"ịchebe\": [\n        \"bucare\"\n    ],\n    \"ebu ohia\": [\n        \"buccaned\",\n        \"buccaneerish\",\n        \"buccaneers\",\n        \"bucciniform\"\n    ],\n    \"anuru ohia\": [\n        \"buccaneer\"\n    ],\n    \"Bucchero\": [\n        \"bucchero\"\n    ],\n    \"mmamiri\": [\n        \"buccinum\",\n        \"diamicton\",\n        \"fantoddish\",\n        \"mimotypic\",\n        \"parthenon\",\n        \"psyllids\",\n        \"umbonation\"\n    ],\n    \"okoko\": [\n        \"bucco\",\n        \"cocco\",\n        \"coccoid\",\n        \"coccoidal\",\n        \"coccoloba\",\n        \"coccolobis\",\n        \"coccostean\",\n        \"coccosteus\",\n        \"hinch\",\n        \"raccoon\",\n        \"raccoons\"\n    ],\n    \"ụsọ asụsụ\": [\n        \"buccolingual\"\n    ],\n    \"ihekwadobe\": [\n        \"buccopharyngeal\"\n    ],\n    \"buchhonite\": [\n        \"buchonite\"\n    ],\n    \"agbakpo\": [\n        \"buckbeans\",\n        \"carphosiderite\",\n        \"cosphered\",\n        \"eluders\"\n    ],\n    \"bokberi\": [\n        \"buckberry\"\n    ],\n    \"bọket\": [\n        \"buckboard\",\n        \"bucket\",\n        \"bucketed\",\n        \"bucketful\",\n        \"bucketmaker\",\n        \"bucketman\",\n        \"buckets\",\n        \"bucketsful\"\n    ],\n    \"bọkpụ\": [\n        \"buckboards\"\n    ],\n    \"buckeye\": [\n        \"buckeen\",\n        \"buckeyed\"\n    ],\n    \"ndị na-azụ ahịa ihe\": [\n        \"buckers\"\n    ],\n    \"edunye\": [\n        \"bucketfull\",\n        \"writhedly\"\n    ],\n    \"bọketị\": [\n        \"bucketfuls\"\n    ],\n    \"ịwụ\": [\n        \"bucketing\"\n    ],\n    \"bọketọ\": [\n        \"bucketshop\",\n        \"moldboard\"\n    ],\n    \"buckhound\": [\n        \"buckhounds\"\n    ],\n    \"ịkọ ihe\": [\n        \"bucking\",\n        \"foreplanting\",\n        \"impaling\",\n        \"lickings\",\n        \"plowable\",\n        \"plowback\",\n        \"plowbacks\",\n        \"plowgraith\",\n        \"predisaster\",\n        \"primping\",\n        \"reticence\",\n        \"reticency\",\n        \"shoebinding\",\n        \"starvelings\",\n        \"tallowmaking\"\n    ],\n    \"Obodo Buckland\": [\n        \"buckland\"\n    ],\n    \"Ebe Unodi\": [\n        \"bucklandite\"\n    ],\n    \"ndị na-agba ume\": [\n        \"bucklers\"\n    ],\n    \"agbagba\": [\n        \"buckshots\"\n    ],\n    \"agbụọgwụ\": [\n        \"bucktoothed\"\n    ],\n    \"bọkashị\": [\n        \"buckwasher\"\n    ],\n    \"ihe mgbochi mmiri\": [\n        \"buckwheater\",\n        \"icebreaker\",\n        \"submicroscopic\",\n        \"wallflower\",\n        \"wartflower\"\n    ],\n    \"buckwheat yiri\": [\n        \"buckwheatlike\"\n    ],\n    \"n'olu oma\": [\n        \"bucolically\",\n        \"speciously\"\n    ],\n    \"bubone\": [\n        \"bucrane\"\n    ],\n    \"bucrania\": [\n        \"bucrnia\"\n    ],\n    \"nwa osisi\": [\n        \"bud\",\n        \"budder\",\n        \"buddler\",\n        \"budlet\",\n        \"budzart\",\n        \"budzat\",\n        \"germin\",\n        \"languette\"\n    ],\n    \"nwa osisi ezumike\": [\n        \"budbreak\"\n    ],\n    \"Buda\": [\n        \"buddah\",\n        \"buddha\"\n    ],\n    \"Buddhistical\": [\n        \"buddhistical\"\n    ],\n    \"nwaji\": [\n        \"budge\"\n    ],\n    \"bilitere\": [\n        \"budged\"\n    ],\n    \"budgerigar\": [\n        \"budgereegah\",\n        \"budgerigah\",\n        \"budgerygah\"\n    ],\n    \"mmefu ego\": [\n        \"budget\",\n        \"budgeting\",\n        \"budgets\",\n        \"wastethrift\"\n    ],\n    \"emefu ego\": [\n        \"budgetary\",\n        \"budgeted\"\n    ],\n    \"onye mmefu ego\": [\n        \"budgeteer\",\n        \"financialist\"\n    ],\n    \"onye na-emefu ego\": [\n        \"budgeter\"\n    ],\n    \"ndị na-emefu ego\": [\n        \"budgeters\"\n    ],\n    \"na-emefu ego\": [\n        \"budgetful\",\n        \"fiscalize\",\n        \"spendful\"\n    ],\n    \"budgie\": [\n        \"budgy\"\n    ],\n    \"nwa osisi dị ka\": [\n        \"budlike\"\n    ],\n    \"akụrụ\": [\n        \"buds\",\n        \"cardiohepatic\",\n        \"clitoritis\",\n        \"hatable\",\n        \"kidney\",\n        \"kidneylike\",\n        \"kidneys\",\n        \"kidneywort\",\n        \"renascence\",\n        \"tickney\"\n    ],\n    \"buffalofish\": [\n        \"buffalofishes\"\n    ],\n    \"nri mkpuchi\": [\n        \"buffcoat\"\n    ],\n    \"bufee\": [\n        \"buffe\",\n        \"covey\",\n        \"overload\",\n        \"overloading\",\n        \"underload\"\n    ],\n    \"echekwa\": [\n        \"buffer\",\n        \"bufferrer\",\n        \"bufferrers\",\n        \"buffers\",\n        \"buffeter\",\n        \"buffware\",\n        \"burthensome\",\n        \"caudices\",\n        \"clonked\",\n        \"conserve\",\n        \"conserved\",\n        \"economical\",\n        \"economised\",\n        \"economized\",\n        \"faciolingual\",\n        \"ghettoed\",\n        \"iatrochemically\",\n        \"ilysanthes\",\n        \"labiopalatalize\",\n        \"mamboed\",\n        \"manumit\",\n        \"nonreserve\",\n        \"outserve\",\n        \"outsparspinned\",\n        \"pilastered\",\n        \"platitudinized\",\n        \"platitudinously\",\n        \"pustulous\",\n        \"qintars\",\n        \"reserver\",\n        \"reservers\",\n        \"reserves\",\n        \"rondoletto\",\n        \"saveable\",\n        \"secularized\",\n        \"secularizes\",\n        \"securable\",\n        \"securigerous\",\n        \"storeen\",\n        \"storekeeping\",\n        \"survigrous\",\n        \"treasurers\",\n        \"triozonid\",\n        \"undercooked\",\n        \"unguardedness\",\n        \"unguarding\",\n        \"unnodding\",\n        \"unsecured\",\n        \"unsecuredly\",\n        \"unsurviving\",\n        \"vigintillionth\",\n        \"warded\",\n        \"wonderdeed\",\n        \"worrywarts\",\n        \"worrywort\"\n    ],\n    \"nkuru n'onwe\": [\n        \"buffet\"\n    ],\n    \"ebe nri\": [\n        \"buffeted\"\n    ],\n    \"buffers\": [\n        \"buffeters\"\n    ],\n    \"ịkụ nri\": [\n        \"buffeting\"\n    ],\n    \"keki\": [\n        \"buffy\"\n    ],\n    \"mpi mpi\": [\n        \"bufflehorn\",\n        \"hornpipes\"\n    ],\n    \"buffon\": [\n        \"buffont\"\n    ],\n    \"onyedikachukwu\": [\n        \"buffoonesque\",\n        \"rotavist\",\n        \"rousseauist\",\n        \"rufotestaceous\",\n        \"sassybark\"\n    ],\n    \"na-adọkpụ\": [\n        \"buggy\",\n        \"buglers\",\n        \"carriageful\",\n        \"drabbling\",\n        \"dragging\",\n        \"enticers\",\n        \"hauling\",\n        \"knittable\",\n        \"limnanthaceous\",\n        \"rattens\",\n        \"towing\"\n    ],\n    \"buggy\": [\n        \"buggies\"\n    ],\n    \"ahụhụ ahụhụ\": [\n        \"bugproof\",\n        \"bugseeds\"\n    ],\n    \"nwere ike ịzụta\": [\n        \"buyable\"\n    ],\n    \"ịzụta\": [\n        \"buyback\",\n        \"buyides\",\n        \"buying\",\n        \"outchasing\",\n        \"purchasing\",\n        \"sayability\"\n    ],\n    \"azụghachi\": [\n        \"buybacks\"\n    ],\n    \"asịwo\": [\n        \"buyer\"\n    ],\n    \"nke a na-arụ\": [\n        \"buildable\"\n    ],\n    \"wuru\": [\n        \"builded\",\n        \"built\",\n        \"builtin\",\n        \"constructed\",\n        \"cully\",\n        \"erected\",\n        \"shrugged\",\n        \"waded\",\n        \"woolled\",\n        \"woolshed\"\n    ],\n    \"onye na-ewu ụlọ\": [\n        \"builder\",\n        \"constructionism\",\n        \"constructionist\",\n        \"housebuilder\"\n    ],\n    \"enweghị ụlọ\": [\n        \"buildingless\",\n        \"floorless\",\n        \"houseless\",\n        \"roofless\",\n        \"unhouseled\"\n    ],\n    \"ulo oru\": [\n        \"buildress\",\n        \"campsheeting\",\n        \"crachoir\",\n        \"enterprise\",\n        \"fortlet\",\n        \"industrial\",\n        \"industrialise\",\n        \"institutionally\",\n        \"internat\",\n        \"internodes\",\n        \"interns\",\n        \"internunciary\",\n        \"internuncio\",\n        \"internuncios\",\n        \"internuncius\",\n        \"internuptial\",\n        \"internuptials\",\n        \"launched\",\n        \"parrothood\",\n        \"quate\"\n    ],\n    \"na-ewuli\": [\n        \"builds\"\n    ],\n    \"rụpụta\": [\n        \"buildup\",\n        \"constructivism\",\n        \"constructivist\",\n        \"manufacture\",\n        \"workout\",\n        \"wornout\"\n    ],\n    \"azụta\": [\n        \"buys\"\n    ],\n    \"bulba\": [\n        \"bulbar\"\n    ],\n    \"bulb\": [\n        \"bulbels\"\n    ],\n    \"dị ka bọlbụ\": [\n        \"bulblike\"\n    ],\n    \"ndị bulgarians\": [\n        \"bulgarians\"\n    ],\n    \"ntopute\": [\n        \"bulge\"\n    ],\n    \"bulging\": [\n        \"bulgingly\"\n    ],\n    \"bulgu\": [\n        \"bulgurs\"\n    ],\n    \"ndị na-emegbu mmadụ\": [\n        \"bulies\",\n        \"molesters\"\n    ],\n    \"bulimic\": [\n        \"bulimy\"\n    ],\n    \"bulimia\": [\n        \"bulimiac\"\n    ],\n    \"bululu\": [\n        \"bullace\"\n    ],\n    \"bulla\": [\n        \"bullaces\"\n    ],\n    \"mgbọ\": [\n        \"bullary\",\n        \"bullaries\",\n        \"bulletheadedness\",\n        \"bulletmaker\",\n        \"bulletmaking\",\n        \"bulletproof\",\n        \"bulletproofed\",\n        \"bullets\",\n        \"shellfire\"\n    ],\n    \"bullet\": [\n        \"bullate\"\n    ],\n    \"ehi baiting\": [\n        \"bullbaiting\"\n    ],\n    \"mmanya ehi\": [\n        \"bullbat\"\n    ],\n    \"ihe ntụchi\": [\n        \"bullbats\"\n    ],\n    \"bulbeggar\": [\n        \"bullbeggar\"\n    ],\n    \"ji mgbọ\": [\n        \"bulleted\"\n    ],\n    \"eji ike\": [\n        \"bullety\"\n    ],\n    \"yiri ka bullet\": [\n        \"bulletlike\"\n    ],\n    \"mgbọ mgbochi\": [\n        \"bulletproofing\"\n    ],\n    \"ngbasa ozi\": [\n        \"bulletwood\",\n        \"pollet\"\n    ],\n    \"onye na-eme ehi\": [\n        \"bullfighter\",\n        \"cowlstaff\"\n    ],\n    \"ndị na-eme ehi\": [\n        \"bullfighters\",\n        \"cowbinds\",\n        \"cowlicks\"\n    ],\n    \"ịlụ ọgụ ịlụ ehi\": [\n        \"bullfighting\"\n    ],\n    \"ịlụ ọgụ ehi\": [\n        \"bullfights\"\n    ],\n    \"ụkwụ ụkwụ\": [\n        \"bullfoot\",\n        \"catfoot\",\n        \"cocksfoot\",\n        \"fanfoot\",\n        \"footbath\",\n        \"footbeat\",\n        \"footboys\",\n        \"foothook\",\n        \"footlight\",\n        \"footmanhood\",\n        \"footmanry\",\n        \"footmanship\",\n        \"footmenfootpad\",\n        \"footrest\",\n        \"footropes\",\n        \"footsoldier\",\n        \"footwarmer\",\n        \"footwork\",\n        \"footworks\",\n        \"forefoot\",\n        \"horsefoot\",\n        \"nettlefoot\",\n        \"outfoot\",\n        \"redfoot\",\n        \"shaftfoot\",\n        \"turkeyfoot\",\n        \"webfoot\"\n    ],\n    \"ehi ehi\": [\n        \"bullfrogs\",\n        \"cattleyak\",\n        \"cattleyas\",\n        \"cowpats\",\n        \"cowpunch\",\n        \"oxgall\"\n    ],\n    \"iji isi\": [\n        \"bullheadedly\"\n    ],\n    \"isi ehi\": [\n        \"bullheads\"\n    ],\n    \"eji ehi\": [\n        \"bullhide\"\n    ],\n    \"eji ike emegbu\": [\n        \"bully\",\n        \"bullied\"\n    ],\n    \"bulidae\": [\n        \"bullidae\"\n    ],\n    \"eji ikeja\": [\n        \"bullydom\"\n    ],\n    \"bulili\": [\n        \"bullier\"\n    ],\n    \"ndị na-amaja\": [\n        \"bullies\",\n        \"bulliest\"\n    ],\n    \"bully huff\": [\n        \"bullyhuff\"\n    ],\n    \"iji ike emegbu mmadụ\": [\n        \"bullying\",\n        \"bullyingly\"\n    ],\n    \"bulimong\": [\n        \"bullimong\"\n    ],\n    \"na-ehi\": [\n        \"bulling\"\n    ],\n    \"bullyrag\": [\n        \"bullyrags\"\n    ],\n    \"oké ehi\": [\n        \"bullyrock\"\n    ],\n    \"bullish\": [\n        \"bullishly\"\n    ],\n    \"mmaja\": [\n        \"bullition\",\n        \"harassment\",\n        \"intimidation\",\n        \"intimidations\",\n        \"intimidity\"\n    ],\n    \"dị ka ehi\": [\n        \"bulllike\",\n        \"cowlike\",\n        \"oxlike\"\n    ],\n    \"eji ike ojoo\": [\n        \"bullocky\"\n    ],\n    \"bullow\": [\n        \"bullose\"\n    ],\n    \"bullpups\": [\n        \"bullpouts\"\n    ],\n    \"bullyragged\": [\n        \"bullragged\"\n    ],\n    \"ịgha ehi\": [\n        \"bullring\"\n    ],\n    \"emegburu\": [\n        \"bullshitted\",\n        \"excurvated\",\n        \"miscued\",\n        \"outsulked\"\n    ],\n    \"bulshitting\": [\n        \"bullshitting\"\n    ],\n    \"oke ehi\": [\n        \"bullsnake\"\n    ],\n    \"ndọkpọ\": [\n        \"bullwhip\",\n        \"contumacies\",\n        \"cullisance\",\n        \"incurment\"\n    ],\n    \"ejije\": [\n        \"bullwhipped\",\n        \"bullwhips\",\n        \"busily\",\n        \"cateringly\",\n        \"deriders\",\n        \"derisively\",\n        \"dram\",\n        \"drama\",\n        \"dramas\",\n        \"dramatics\",\n        \"matronage\",\n        \"misuse\",\n        \"misused\",\n        \"misuseful\",\n        \"operabily\",\n        \"operae\",\n        \"operatic\",\n        \"oxyaster\",\n        \"oxyesthesia\",\n        \"plays\",\n        \"playsuit\",\n        \"skiwies\",\n        \"spraggly\",\n        \"unusage\",\n        \"unusefully\"\n    ],\n    \"ịkwa ehi\": [\n        \"bullwhipping\"\n    ],\n    \"bulrushị\": [\n        \"bulrushes\"\n    ],\n    \"awara\": [\n        \"bulwarked\"\n    ],\n    \"bumblebeefish\": [\n        \"bumblebeefishes\"\n    ],\n    \"bombu bombu\": [\n        \"bumblebomb\"\n    ],\n    \"ahịhịa ụkwụ\": [\n        \"bumblefoot\"\n    ],\n    \"onye mgbaasị\": [\n        \"bumbler\",\n        \"divinator\"\n    ],\n    \"ndị na-agba ịnyịnya\": [\n        \"bumblers\",\n        \"equestrianize\",\n        \"equestrians\",\n        \"hookers\",\n        \"horsefeathers\",\n        \"horsemen\",\n        \"horseplayers\",\n        \"lancers\",\n        \"ridders\",\n        \"rideress\",\n        \"riders\",\n        \"ridingmen\",\n        \"rodsmen\",\n        \"squelchers\",\n        \"wheedlers\"\n    ],\n    \"bumb\": [\n        \"bumbles\"\n    ],\n    \"n'atu uda\": [\n        \"bumblingly\"\n    ],\n    \"ndị bumboat\": [\n        \"bumboatmen\"\n    ],\n    \"bumbox\": [\n        \"bumclock\"\n    ],\n    \"bumkin\": [\n        \"bumkins\"\n    ],\n    \"bumil\": [\n        \"bummil\"\n    ],\n    \"gbamgbe\": [\n        \"bummle\"\n    ],\n    \"okuku\": [\n        \"bump\",\n        \"chimes\",\n        \"cyclone\",\n        \"cyclones\",\n        \"circumbuccal\",\n        \"cradleside\",\n        \"crash\",\n        \"crossflow\",\n        \"crossflower\",\n        \"crosstrees\",\n        \"dicycly\",\n        \"doek\",\n        \"drivelling\",\n        \"hangfire\",\n        \"lusk\",\n        \"okrug\",\n        \"tronk\",\n        \"venthole\",\n        \"ventrad\",\n        \"ventricolumna\",\n        \"ventriculitidae\",\n        \"ventrilocution\",\n        \"ventriloquous\"\n    ],\n    \"bompa\": [\n        \"bumped\",\n        \"bumpee\",\n        \"bumper\",\n        \"bumpered\",\n        \"bumpoff\"\n    ],\n    \"na-akụtu\": [\n        \"bumpering\"\n    ],\n    \"ndị bumpers\": [\n        \"bumpers\"\n    ],\n    \"ugu\": [\n        \"bumpkin\",\n        \"pipkin\",\n        \"pumpkin\",\n        \"pumpkinification\",\n        \"pumpkinish\",\n        \"pumpkinity\",\n        \"pumpkins\",\n        \"pumpkinseed\",\n        \"punkin\"\n    ],\n    \"ihe gbasara aru\": [\n        \"bumpology\"\n    ],\n    \"bump\": [\n        \"bumps\"\n    ],\n    \"bumpy\": [\n        \"bumpsy\"\n    ],\n    \"n'amaghị ihe\": [\n        \"bumptiously\"\n    ],\n    \"boms\": [\n        \"bums\"\n    ],\n    \"-akpasu\": [\n        \"bumsucking\"\n    ],\n    \"bn\": [\n        \"bun\"\n    ],\n    \"Bọnal\": [\n        \"buncal\"\n    ],\n    \"bonka\": [\n        \"buncher\",\n        \"bunker\",\n        \"bunkers\"\n    ],\n    \"imeka\": [\n        \"buncoing\",\n        \"concatenates\",\n        \"gushily\",\n        \"hulloaing\",\n        \"hulloed\",\n        \"interregna\",\n        \"malleate\",\n        \"provicariate\",\n        \"withgang\"\n    ],\n    \"Bọmbụ\": [\n        \"buncombes\"\n    ],\n    \"Bọncos\": [\n        \"buncos\"\n    ],\n    \"bundler\": [\n        \"bunder\",\n        \"bundlet\"\n    ],\n    \"kennukwu\": [\n        \"bundh\",\n        \"bundy\",\n        \"triclinohedric\"\n    ],\n    \"bundy si\": [\n        \"bundies\"\n    ],\n    \"ukwu gbanyere mkpọrọgwụ\": [\n        \"bundlerooted\"\n    ],\n    \"Ndị na-eme ihe n'azụ\": [\n        \"bundlers\",\n        \"bundlings\"\n    ],\n    \"bundund\": [\n        \"bundles\"\n    ],\n    \"bundo\": [\n        \"bundts\"\n    ],\n    \"Bundu\": [\n        \"bundu\"\n    ],\n    \"bung\": [\n        \"bunged\",\n        \"bungled\",\n        \"bungs\"\n    ],\n    \"Ihe ngbo\": [\n        \"bungler\"\n    ],\n    \"ungbụ\": [\n        \"bungling\"\n    ],\n    \"onye na-eme bung\": [\n        \"bungmaker\"\n    ],\n    \"Bunya\": [\n        \"bunyas\"\n    ],\n    \"zọda\": [\n        \"bunkering\",\n        \"sloped\",\n        \"sneaped\",\n        \"sneathe\",\n        \"stampeding\",\n        \"stampedingly\",\n        \"stomached\",\n        \"stomp\",\n        \"striding\",\n        \"tramful\",\n        \"trammeling\",\n        \"tramped\",\n        \"tramper\",\n        \"trampler\",\n        \"troft\"\n    ],\n    \"boken\": [\n        \"bunkermen\"\n    ],\n    \"unklọ\": [\n        \"bunkhouse\"\n    ],\n    \"ụlọ iberibe\": [\n        \"bunkhouses\"\n    ],\n    \"ime ulo\": [\n        \"bunkoing\"\n    ],\n    \"Egbe\": [\n        \"bunks\"\n    ],\n    \"ewi\": [\n        \"bunny\"\n    ],\n    \"echi\": [\n        \"bunns\",\n        \"eches\",\n        \"eve\",\n        \"morice\",\n        \"morrow\",\n        \"morrowing\",\n        \"morrowmass\",\n        \"morrows\",\n        \"morrowtide\",\n        \"tomorrow\",\n        \"tomorrower\",\n        \"tomorrowing\",\n        \"tomorrows\"\n    ],\n    \"boot\": [\n        \"bunter\"\n    ],\n    \"na-agbasi mbọ ike\": [\n        \"bunting\",\n        \"combustibly\",\n        \"deploringly\",\n        \"derating\",\n        \"despoticly\",\n        \"effortful\",\n        \"emanatively\",\n        \"exenterating\",\n        \"exerts\",\n        \"incumbently\",\n        \"laicizes\",\n        \"languaging\",\n        \"perses\",\n        \"striver\",\n        \"striving\",\n        \"strivingly\",\n        \"unmoldering\",\n        \"unmotivating\"\n    ],\n    \"ji nwayọ\": [\n        \"buoyantly\",\n        \"dolently\",\n        \"ectrodactyly\",\n        \"provisorily\",\n        \"spritely\"\n    ],\n    \"ino\": [\n        \"buoying\"\n    ],\n    \"Buqsha\": [\n        \"buqsha\"\n    ],\n    \"Buqshas\": [\n        \"buqshas\"\n    ],\n    \"burberị\": [\n        \"burberry\"\n    ],\n    \"bibie\": [\n        \"burbled\",\n        \"demolished\",\n        \"destry\",\n        \"destroy\",\n        \"destruct\",\n        \"destructed\",\n        \"desulfurated\",\n        \"desulfured\",\n        \"devastate\",\n        \"devastated\",\n        \"erose\",\n        \"overrid\",\n        \"override\",\n        \"overrife\",\n        \"ravaged\",\n        \"ravined\",\n        \"spooned\",\n        \"undevastated\",\n        \"upbreak\",\n        \"upsolve\",\n        \"wreak\",\n        \"wreck\"\n    ],\n    \"bogbuo\": [\n        \"burdenable\",\n        \"burdened\"\n    ],\n    \"ndi obubo\": [\n        \"burdeners\"\n    ],\n    \"enweghị ibu\": [\n        \"burdenless\",\n        \"loadless\",\n        \"nightlessness\",\n        \"unencumberedness\",\n        \"unweighed\",\n        \"weightless\",\n        \"weightlessly\",\n        \"weightlessness\"\n    ],\n    \"arọ\": [\n        \"burdenous\",\n        \"heavy\",\n        \"heavyback\",\n        \"heavier\",\n        \"heavies\",\n        \"heaviness\",\n        \"heavyweights\",\n        \"weighings\",\n        \"weighment\",\n        \"weightedness\",\n        \"weighting\",\n        \"weightlifter\"\n    ],\n    \"ibu arọ\": [\n        \"burdens\",\n        \"burdensome\",\n        \"burdensomeness\",\n        \"overburdens\",\n        \"weightchaser\"\n    ],\n    \"n'ibu\": [\n        \"burdensomely\",\n        \"mechanical\",\n        \"mechanicalist\",\n        \"mechanically\",\n        \"mechanistically\"\n    ],\n    \"burdigali\": [\n        \"burdigalian\"\n    ],\n    \"ndioru govanmenti\": [\n        \"bureaucracy\",\n        \"bureaucratical\"\n    ],\n    \"n'ulo oru\": [\n        \"bureaucracies\",\n        \"bureaucrat\",\n        \"bureaucratic\",\n        \"bureaucratism\",\n        \"bureaucratization\",\n        \"bureaucratized\",\n        \"bureaucratizes\",\n        \"enterprised\",\n        \"enterprisingly\"\n    ],\n    \"n'usoro iwu\": [\n        \"bureaucratically\",\n        \"extrajudicially\",\n        \"juristically\",\n        \"lithologically\",\n        \"nonbureaucratically\",\n        \"noninstitutionally\",\n        \"nonlogically\",\n        \"unbureaucratically\",\n        \"uninstitutionally\"\n    ],\n    \"n'ulo ochichi\": [\n        \"bureaucratize\"\n    ],\n    \"na-arụ ọrụ ọrụ\": [\n        \"bureaucratizing\"\n    ],\n    \"ndị isi ọrụ\": [\n        \"bureaucrats\"\n    ],\n    \"bergamot\": [\n        \"burgamot\"\n    ],\n    \"burge\": [\n        \"burgees\"\n    ],\n    \"burgensị\": [\n        \"burgensic\"\n    ],\n    \"burgeone\": [\n        \"burgeoned\"\n    ],\n    \"burgeon\": [\n        \"burgeoning\"\n    ],\n    \"ndị burgeon\": [\n        \"burgeons\"\n    ],\n    \"Ndị ohi\": [\n        \"burgers\",\n        \"burglars\",\n        \"delayers\",\n        \"snarlers\"\n    ],\n    \"onye nzu\": [\n        \"burgessdom\",\n        \"capless\",\n        \"chalkworker\",\n        \"lammed\",\n        \"lammer\",\n        \"nomeus\"\n    ],\n    \"burgess\": [\n        \"burgesses\"\n    ],\n    \"burgh halpenny\": [\n        \"burghalpenny\"\n    ],\n    \"ohiukwu\": [\n        \"burgherdom\"\n    ],\n    \"ohi ohia\": [\n        \"burgherhood\"\n    ],\n    \"ogbe burg\": [\n        \"burghership\"\n    ],\n    \"onye na-asọ oyi\": [\n        \"burghmaster\",\n        \"repugner\"\n    ],\n    \"onye osi\": [\n        \"burglar\",\n        \"peacher\"\n    ],\n    \"Ohi ezuru ohi\": [\n        \"burglaries\"\n    ],\n    \"ezuru ohi\": [\n        \"burglarise\",\n        \"burglarizes\"\n    ],\n    \"zuru ohi\": [\n        \"burglarised\",\n        \"burglarize\",\n        \"burglarized\"\n    ],\n    \"na-ezu ohi\": [\n        \"burglarizing\",\n        \"burglarproofing\",\n        \"robing\",\n        \"robotizes\",\n        \"stealing\",\n        \"stealingly\",\n        \"stealings\",\n        \"steals\",\n        \"thefts\",\n        \"theftuous\",\n        \"theftuously\"\n    ],\n    \"onye na-ezu ohi\": [\n        \"burglarproof\",\n        \"stealer\",\n        \"thiefproof\"\n    ],\n    \"ihe akaebe onye osi\": [\n        \"burglarproofs\"\n    ],\n    \"burgged\": [\n        \"burgled\",\n        \"burgles\"\n    ],\n    \"onye na-azụ ụlọ\": [\n        \"burgomaster\"\n    ],\n    \"ndi burgomasters\": [\n        \"burgomasters\"\n    ],\n    \"burgomaster ụgbọ mmiri\": [\n        \"burgomastership\"\n    ],\n    \"burgoneti\": [\n        \"burgonets\"\n    ],\n    \"okwukwu osi\": [\n        \"burgraves\"\n    ],\n    \"lie\": [\n        \"bury\",\n        \"buried\",\n        \"graveled\"\n    ],\n    \"Enwere ike ikweta\": [\n        \"buriable\"\n    ],\n    \"olili\": [\n        \"burial\",\n        \"burials\",\n        \"burion\",\n        \"burree\",\n        \"culmy\",\n        \"culpate\",\n        \"exhumation\",\n        \"exhumations\",\n        \"funebrious\",\n        \"funerally\",\n        \"graveman\",\n        \"graveolence\",\n        \"tomial\",\n        \"unburial\"\n    ],\n    \"buri\": [\n        \"buriat\",\n        \"buriels\"\n    ],\n    \"Onye na-efe efe\": [\n        \"burier\"\n    ],\n    \"ndị na-eli ozu\": [\n        \"buriers\",\n        \"sepulchers\"\n    ],\n    \"na-eli\": [\n        \"buries\",\n        \"burying\",\n        \"eanling\",\n        \"tombing\"\n    ],\n    \"burke\": [\n        \"burked\",\n        \"burkei\"\n    ],\n    \"burger\": [\n        \"burker\"\n    ],\n    \"ndị na-agba ohi\": [\n        \"burkers\"\n    ],\n    \"burulu\": [\n        \"burlace\"\n    ],\n    \"burl cue\": [\n        \"burlecue\"\n    ],\n    \"burley cue\": [\n        \"burleycue\"\n    ],\n    \"burles\": [\n        \"burlesks\"\n    ],\n    \"burlesquin\": [\n        \"burlesquing\"\n    ],\n    \"burgers\": [\n        \"burlier\"\n    ],\n    \"ozuzu oke\": [\n        \"burliness\",\n        \"homiculture\",\n        \"obituaries\"\n    ],\n    \"burmita\": [\n        \"burmite\"\n    ],\n    \"ọkụ ọkụ\": [\n        \"burnbeat\",\n        \"burnfire\",\n        \"burnouts\",\n        \"burnover\",\n        \"catchlight\",\n        \"dryable\",\n        \"ellipticity\",\n        \"fanlights\",\n        \"featherlight\",\n        \"fireballs\",\n        \"firebolt\",\n        \"firebomb\",\n        \"firebombs\",\n        \"firebrand\",\n        \"firebrands\",\n        \"firebrat\",\n        \"firebrats\",\n        \"firebreaks\",\n        \"fireclays\",\n        \"firedamp\",\n        \"firedamps\",\n        \"firedogs\",\n        \"firefall\",\n        \"firefanged\",\n        \"firefight\",\n        \"firefighting\",\n        \"firelight\",\n        \"firelike\",\n        \"fireling\",\n        \"firelit\",\n        \"firepink\",\n        \"firepinks\",\n        \"fireplough\",\n        \"fireplug\",\n        \"fireplugs\",\n        \"fireproofness\",\n        \"firestopping\",\n        \"firestorm\",\n        \"flameout\",\n        \"flammability\",\n        \"flammigerous\",\n        \"floodlights\",\n        \"gaslights\",\n        \"headlight\",\n        \"headlighting\",\n        \"holocausts\",\n        \"hotbeds\",\n        \"hotheads\",\n        \"ignitive\",\n        \"lightfoot\",\n        \"lightkeeper\",\n        \"lightplane\",\n        \"outhammer\",\n        \"outstruck\",\n        \"portfire\",\n        \"rash\",\n        \"rashbuss\",\n        \"rashful\",\n        \"rashlike\",\n        \"rashness\",\n        \"rashnesses\",\n        \"stoplight\",\n        \"stoplights\",\n        \"tautomery\",\n        \"verament\",\n        \"volleyingly\",\n        \"wavemeter\"\n    ],\n    \"gbara ọkụ\": [\n        \"burned\",\n        \"burnished\",\n        \"burnt\",\n        \"flaunched\"\n    ],\n    \"ndị na-ere ọkụ\": [\n        \"burners\",\n        \"burnishers\",\n        \"fellers\",\n        \"fellies\",\n        \"smellers\",\n        \"torchbearers\"\n    ],\n    \"na-ere ọkụ\": [\n        \"burning\",\n        \"burningly\",\n        \"burnishes\",\n        \"burnishing\",\n        \"combustibleness\",\n        \"combustive\"\n    ],\n    \"ere ọkụ\": [\n        \"burnishable\"\n    ],\n    \"ụlọ ọkụ\": [\n        \"burnouses\",\n        \"firehouse\",\n        \"firehouses\",\n        \"firerooms\",\n        \"smokehouses\"\n    ],\n    \"oké ike ọgwụgwụ\": [\n        \"burnout\"\n    ],\n    \"ihe na-agba ọkụ\": [\n        \"burnsides\"\n    ],\n    \"edifọp\": [\n        \"burntly\"\n    ],\n    \"nkụ\": [\n        \"burnwood\",\n        \"crang\",\n        \"deirid\",\n        \"dryads\",\n        \"dryness\",\n        \"dryops\",\n        \"firewood\",\n        \"firewoods\",\n        \"hongs\",\n        \"kickdown\",\n        \"parbreak\",\n        \"underthirst\",\n        \"woodscrew\"\n    ],\n    \"na-ata ahụ\": [\n        \"burping\"\n    ],\n    \"oburu\": [\n        \"burrawang\",\n        \"obfuscate\"\n    ],\n    \"bọta\": [\n        \"burrer\",\n        \"butter\",\n        \"butterball\",\n        \"butterbill\",\n        \"butterbird\",\n        \"butterbough\",\n        \"butterbox\",\n        \"butterbur\",\n        \"butterburr\",\n        \"butterier\",\n        \"buttering\",\n        \"buttermaker\",\n        \"butternose\",\n        \"butters\"\n    ],\n    \"ndi ekwe\": [\n        \"burrers\"\n    ],\n    \"isi-ike\": [\n        \"burrheaded\",\n        \"coolheadedly\",\n        \"crucibulum\",\n        \"fatheadedly\"\n    ],\n    \"burrito\": [\n        \"burrio\",\n        \"burrknot\"\n    ],\n    \"chụọ\": [\n        \"burrish\",\n        \"layoff\",\n        \"offered\",\n        \"quintupling\",\n        \"quire\",\n        \"scutated\"\n    ],\n    \"ogbe mmiri\": [\n        \"burroughs\",\n        \"forehearth\",\n        \"loaches\",\n        \"lobber\",\n        \"tropins\",\n        \"waterfronts\"\n    ],\n    \"burrow\": [\n        \"burrowed\",\n        \"burrower\",\n        \"burrowing\"\n    ],\n    \"ndị burrow\": [\n        \"burrowers\"\n    ],\n    \"ịgba akwụkwọ\": [\n        \"bursarship\",\n        \"caligation\",\n        \"chargeling\",\n        \"courtage\",\n        \"courtling\",\n        \"ephorate\",\n        \"fatigation\",\n        \"filing\",\n        \"geldings\",\n        \"libeling\",\n        \"litation\",\n        \"lithiate\",\n        \"lithifaction\",\n        \"lithify\",\n        \"lithification\",\n        \"lithifying\",\n        \"lithographize\",\n        \"lithogravure\",\n        \"lithomancy\",\n        \"lithomarge\",\n        \"lithotyping\",\n        \"lithotrity\",\n        \"liticontestation\",\n        \"litigable\",\n        \"litigant\",\n        \"litigate\",\n        \"litigated\",\n        \"litigating\",\n        \"litigation\",\n        \"litigations\",\n        \"litigatory\",\n        \"litigiosity\",\n        \"litigious\",\n        \"litigiousness\",\n        \"litiscontest\",\n        \"litiscontestation\",\n        \"litiscontestational\",\n        \"liturgy\",\n        \"liturgism\",\n        \"obsecrationary\",\n        \"readdict\",\n        \"suing\"\n    ],\n    \"Bọta\": [\n        \"bursas\"\n    ],\n    \"gbara aka\": [\n        \"bursate\",\n        \"davened\",\n        \"suant\"\n    ],\n    \"burs\": [\n        \"burse\"\n    ],\n    \"ịkpụzi mmiri\": [\n        \"bursectomy\"\n    ],\n    \"buurseds\": [\n        \"burseeds\"\n    ],\n    \"gbawara agbawa\": [\n        \"burses\",\n        \"churned\",\n        \"craked\",\n        \"crakes\",\n        \"crisped\"\n    ],\n    \"wupu\": [\n        \"burst\"\n    ],\n    \"ndị na-agbawa agbawa\": [\n        \"bursters\",\n        \"crackers\"\n    ],\n    \"Na-agbawa\": [\n        \"bursty\"\n    ],\n    \"agbawa\": [\n        \"burstiness\",\n        \"fragmenting\",\n        \"unbreaking\",\n        \"unringing\"\n    ],\n    \"mgbawa\": [\n        \"burstones\",\n        \"burstwort\",\n        \"calculations\",\n        \"chip\",\n        \"chipboard\",\n        \"chipyard\",\n        \"chipmucks\",\n        \"chipmunks\",\n        \"chippewa\",\n        \"chippewas\",\n        \"coacervation\",\n        \"craaled\",\n        \"crackbrain\",\n        \"crackiness\",\n        \"crackings\",\n        \"crackjaw\",\n        \"crackles\",\n        \"crackliest\",\n        \"crackling\",\n        \"cracknels\",\n        \"cracks\",\n        \"decastellate\",\n        \"displosion\",\n        \"explosion\",\n        \"explosions\",\n        \"flittern\",\n        \"littlish\",\n        \"rifts\",\n        \"rupert\",\n        \"rupture\",\n        \"ruptures\",\n        \"splinder\",\n        \"splinters\",\n        \"splurt\",\n        \"volvelle\"\n    ],\n    \"na-akpa ike\": [\n        \"burthening\",\n        \"culturing\",\n        \"nuncupating\",\n        \"weariful\"\n    ],\n    \"burtoniz\": [\n        \"burtonize\"\n    ],\n    \"burton\": [\n        \"burtons\"\n    ],\n    \"bomụaka ụgbọ ala\": [\n        \"busboys\"\n    ],\n    \"eji\": [\n        \"bused\",\n        \"caperers\",\n        \"capitated\",\n        \"capitatim\",\n        \"capitation\",\n        \"disused\",\n        \"disuses\",\n        \"ised\",\n        \"meuse\",\n        \"unsing\",\n        \"usability\",\n        \"usable\",\n        \"usably\",\n        \"usation\",\n        \"useable\",\n        \"useably\",\n        \"used\",\n        \"usedly\",\n        \"usedness\",\n        \"usednt\",\n        \"uses\",\n        \"using\",\n        \"usings\"\n    ],\n    \"ohia nwa\": [\n        \"bushbaby\"\n    ],\n    \"ohia ichi\": [\n        \"bushbashing\"\n    ],\n    \"igbo ohia\": [\n        \"bushbody\"\n    ],\n    \"igbobodies\": [\n        \"bushbodies\"\n    ],\n    \"ogbe azu\": [\n        \"bushelbasket\"\n    ],\n    \"onye isi ohia\": [\n        \"busheler\",\n        \"bushmaster\"\n    ],\n    \"ndi bushi\": [\n        \"bushelers\"\n    ],\n    \"ogbechu\": [\n        \"bushelfuls\"\n    ],\n    \"okwuru\": [\n        \"bushelled\",\n        \"collapsable\",\n        \"collapsible\",\n        \"cratinean\",\n        \"crescendoed\",\n        \"overembellishment\",\n        \"uncollapsable\",\n        \"uncollapsible\"\n    ],\n    \"onye na-ebu ohia\": [\n        \"busheller\"\n    ],\n    \"nwanyi bushes\": [\n        \"bushelwoman\"\n    ],\n    \"busher\": [\n        \"bushet\"\n    ],\n    \"igba ohia\": [\n        \"bushfighting\",\n        \"bushmaking\"\n    ],\n    \"ohia oku\": [\n        \"bushfire\",\n        \"bushfires\"\n    ],\n    \"ohia ohia\": [\n        \"bushgoats\",\n        \"bushmaker\",\n        \"bushwack\",\n        \"bushwood\",\n        \"wildfowler\"\n    ],\n    \"onye bushier\": [\n        \"bushier\"\n    ],\n    \"nke kachasi ọrụ ike\": [\n        \"bushiest\"\n    ],\n    \"enweghị ọhịa\": [\n        \"bushless\",\n        \"forestless\"\n    ],\n    \"igbokwe\": [\n        \"bushveld\",\n        \"bushwalking\",\n        \"caudated\",\n        \"hysterectomize\",\n        \"robotesque\"\n    ],\n    \"igbochhacked\": [\n        \"bushwhacked\"\n    ],\n    \"igboch\": [\n        \"bushwhacking\"\n    ],\n    \"ohiavu\": [\n        \"bushwhacks\"\n    ],\n    \"igbowom\": [\n        \"bushwoman\"\n    ],\n    \"na-arụsi ọrụ ike\": [\n        \"busy\",\n        \"busybodyness\",\n        \"busyish\",\n        \"exertive\",\n        \"laborable\",\n        \"laboredly\",\n        \"laborious\",\n        \"laboriously\",\n        \"laborius\",\n        \"laborous\",\n        \"laborously\",\n        \"laborsomely\",\n        \"laborsomeness\",\n        \"labouringly\",\n        \"laboursomely\",\n        \"superbusy\"\n    ],\n    \"kelechii\": [\n        \"busybodied\",\n        \"callipygian\",\n        \"cryptotaenia\"\n    ],\n    \"kechinye\": [\n        \"busybodyish\"\n    ],\n    \"bodygba mbọ\": [\n        \"busybodyism\"\n    ],\n    \"Okenye\": [\n        \"busycon\",\n        \"distyle\",\n        \"engrosser\",\n        \"escuela\",\n        \"farcelike\",\n        \"fiedlerite\",\n        \"gainset\",\n        \"harrowtry\",\n        \"incross\",\n        \"ostensoria\",\n        \"precambrian\",\n        \"prechills\",\n        \"proscutellar\",\n        \"quinaldine\",\n        \"seechelt\",\n        \"senarian\",\n        \"signman\",\n        \"westernised\",\n        \"westernize\",\n        \"westernized\"\n    ],\n    \"jisiri ike\": [\n        \"busied\"\n    ],\n    \"ka na-arụ ọrụ\": [\n        \"busier\"\n    ],\n    \"kwo akpa ike\": [\n        \"busiest\"\n    ],\n    \"kechisike\": [\n        \"busyhead\"\n    ],\n    \"azụmahịa\": [\n        \"business\",\n        \"businesses\",\n        \"businessese\",\n        \"businesslike\",\n        \"businesslikeness\",\n        \"commerce\",\n        \"commerced\",\n        \"commerceless\",\n        \"commerces\",\n        \"commercia\",\n        \"commerciable\",\n        \"commercial\",\n        \"commercialisation\",\n        \"commercialised\",\n        \"commercialism\",\n        \"commerciality\",\n        \"commercialization\",\n        \"commercializations\",\n        \"commercialized\",\n        \"commercially\",\n        \"commercialness\",\n        \"commercing\",\n        \"commerge\",\n        \"cryptocommercial\",\n        \"dealfishes\",\n        \"deallocates\",\n        \"deallocations\",\n        \"deals\",\n        \"entrepreneuse\",\n        \"mercaptole\",\n        \"nonmerchantable\",\n        \"transaction\",\n        \"transactional\",\n        \"transactionally\",\n        \"transactions\",\n        \"uncommercial\",\n        \"uncommercialness\",\n        \"unmerchantable\",\n        \"venturings\"\n    ],\n    \"ndị ọchụnta ego\": [\n        \"businessmen\",\n        \"commercialists\",\n        \"entrepeneurs\",\n        \"entrepreneurs\",\n        \"entrepreneuses\",\n        \"investors\",\n        \"notchers\",\n        \"venturers\"\n    ],\n    \"nwanyị azụmahịa\": [\n        \"businesswoman\"\n    ],\n    \"ojuru oru\": [\n        \"busked\"\n    ],\n    \"onye na-ere ego\": [\n        \"busker\"\n    ],\n    \"ịzụ ọrụ\": [\n        \"busking\"\n    ],\n    \"ndi oji ugbo\": [\n        \"busmen\"\n    ],\n    \"buss\": [\n        \"busser\"\n    ],\n    \"ekwo ekwo\": [\n        \"busty\",\n        \"extranidal\",\n        \"extrinsic\",\n        \"extrinsical\",\n        \"extrinsicate\",\n        \"hived\",\n        \"hivelike\",\n        \"pseudozealously\",\n        \"superlogical\",\n        \"unlustrous\"\n    ],\n    \"kpụ ọkụ n'ọnụ\": [\n        \"bustiest\",\n        \"drastic\",\n        \"exacter\",\n        \"exasperative\",\n        \"fensive\",\n        \"fiercened\",\n        \"fiercest\",\n        \"heazy\",\n        \"intense\",\n        \"intensive\",\n        \"ostensive\",\n        \"raged\",\n        \"superheat\",\n        \"superheated\",\n        \"superheating\",\n        \"untense\",\n        \"whirler\"\n    ],\n    \"ime mkpọtụ\": [\n        \"bustle\",\n        \"lobbies\",\n        \"lobefooted\",\n        \"outnoise\",\n        \"quakership\"\n    ],\n    \"ustmụaka\": [\n        \"bustler\"\n    ],\n    \"na-ekwo ekwo\": [\n        \"bustling\"\n    ],\n    \"mana\": [\n        \"but\",\n        \"butanoic\",\n        \"butlerage\",\n        \"buts\",\n        \"manaism\",\n        \"mananas\",\n        \"manas\",\n        \"manasic\",\n        \"manasseh\",\n        \"manic\",\n        \"maniple\",\n        \"manna\",\n        \"mannaia\",\n        \"mannans\",\n        \"manny\",\n        \"mannites\",\n        \"mannose\",\n        \"thanan\"\n    ],\n    \"butanol\": [\n        \"butanols\"\n    ],\n    \"onye na-egbu anụ\": [\n        \"butcher\",\n        \"butcherer\",\n        \"butcheress\"\n    ],\n    \"nnụnụ anụ\": [\n        \"butcherbird\"\n    ],\n    \"ebe a na-egbu anụ\": [\n        \"butcherbroom\",\n        \"butcheries\"\n    ],\n    \"igbu anụ\": [\n        \"butcherdom\",\n        \"butchery\",\n        \"butchering\",\n        \"butcherliness\",\n        \"vermicide\"\n    ],\n    \"enweghị anụ\": [\n        \"butcherless\",\n        \"meatless\"\n    ],\n    \"ndị na-egbu anụ\": [\n        \"butchers\",\n        \"butterers\",\n        \"slaughterers\"\n    ],\n    \"osi\": [\n        \"butches\"\n    ],\n    \"buten\": [\n        \"butenes\"\n    ],\n    \"Egburu\": [\n        \"butylated\",\n        \"detruded\",\n        \"dratted\",\n        \"exospheres\",\n        \"lyrated\",\n        \"lutestring\"\n    ],\n    \"Ogbogbo\": [\n        \"butylating\",\n        \"coffining\",\n        \"contrahent\",\n        \"intertillage\",\n        \"phrenopathic\",\n        \"phrenopericardiac\",\n        \"pseudogaseous\",\n        \"pseudogenteel\",\n        \"pseudogyny\",\n        \"sponged\",\n        \"spongiest\",\n        \"spongiferous\",\n        \"spongingly\",\n        \"spongious\"\n    ],\n    \"butyral\": [\n        \"butyrals\"\n    ],\n    \"chikwa\": [\n        \"butyrous\",\n        \"chymify\",\n        \"coolies\",\n        \"cuir\",\n        \"juttying\",\n        \"jutting\",\n        \"natter\",\n        \"smirk\"\n    ],\n    \"obu ihe obu\": [\n        \"butled\",\n        \"butler\"\n    ],\n    \"chikwa dom\": [\n        \"butlerdom\"\n    ],\n    \"ọrụ nlekọta\": [\n        \"butlership\",\n        \"eyeservice\",\n        \"janitorship\",\n        \"overservice\",\n        \"trusteeship\"\n    ],\n    \"okporo\": [\n        \"butles\",\n        \"cod\",\n        \"dridder\",\n        \"eral\",\n        \"geds\",\n        \"geodes\",\n        \"grid\",\n        \"gridder\",\n        \"gride\",\n        \"guimbard\",\n        \"highwayman\",\n        \"inks\",\n        \"railly\",\n        \"rees\",\n        \"stalk\",\n        \"stalks\",\n        \"theridion\",\n        \"trow\",\n        \"wadders\",\n        \"waders\"\n    ],\n    \"onye oma\": [\n        \"butomaceous\",\n        \"dearworthily\",\n        \"effetman\",\n        \"ensampler\"\n    ],\n    \"bọta bọta\": [\n        \"butterbump\",\n        \"butterwort\"\n    ],\n    \"Na-eme ka butterfred\": [\n        \"butterfingered\"\n    ],\n    \"butterfinger\": [\n        \"butterfingers\"\n    ],\n    \"butterfish\": [\n        \"butterfishes\"\n    ],\n    \"nru ububa\": [\n        \"butterfly\",\n        \"butterflyer\",\n        \"butterflyfish\",\n        \"butterflyfishes\",\n        \"butterflylike\"\n    ],\n    \"nke kachasị mma\": [\n        \"butteriest\",\n        \"kindliest\",\n        \"rightmost\",\n        \"superbest\",\n        \"superjacent\"\n    ],\n    \"isi-awọ\": [\n        \"butteriness\",\n        \"greenhead\",\n        \"greenheaded\"\n    ],\n    \"dị ka butter\": [\n        \"butterlike\"\n    ],\n    \"Ime buttermaking\": [\n        \"buttermaking\"\n    ],\n    \"isi anụ\": [\n        \"buttermouth\",\n        \"meathead\",\n        \"meatheads\"\n    ],\n    \"ude mmanụ\": [\n        \"butterpaste\",\n        \"creamerymen\"\n    ],\n    \"isi ogbe\": [\n        \"butterscotch\"\n    ],\n    \"odo odo\": [\n        \"butterwife\",\n        \"yellowammer\",\n        \"yellowbark\",\n        \"yellowbird\",\n        \"yellowhammer\",\n        \"yellowman\",\n        \"odophone\",\n        \"odorously\",\n        \"violetish\",\n        \"wondersmith\"\n    ],\n    \"onye na-eme ihe n'ehihie\": [\n        \"butterworker\"\n    ],\n    \"Nwachị\": [\n        \"buttgenbachite\",\n        \"moorburning\",\n        \"wycliffian\"\n    ],\n    \"akpiri\": [\n        \"buttled\",\n        \"cesarean\",\n        \"cesarian\",\n        \"gorge\",\n        \"gorgelet\",\n        \"scorse\",\n        \"thixotropy\"\n    ],\n    \"akpụrụ\": [\n        \"buttling\",\n        \"chasable\",\n        \"clamorsome\",\n        \"descaled\",\n        \"ice\",\n        \"quoins\",\n        \"shice\"\n    ],\n    \"bọtịnụ\": [\n        \"button\",\n        \"buttonbush\",\n        \"buttonhold\"\n    ],\n    \"onye nwere ihe na-eme bọtịnụ\": [\n        \"buttonholder\"\n    ],\n    \"enweghị bọtịnụ\": [\n        \"buttonless\"\n    ],\n    \"dị ka bọtịnụ\": [\n        \"buttonlike\"\n    ],\n    \"ịkwa aka\": [\n        \"buttressing\"\n    ],\n    \"enweghị ihe mgbochi\": [\n        \"buttressless\",\n        \"hedgeless\",\n        \"holeproof\",\n        \"incontaminable\",\n        \"nondiaphanousness\",\n        \"nonhereditary\",\n        \"undomesticable\",\n        \"unpreventative\",\n        \"unridably\"\n    ],\n    \"onyenwereike\": [\n        \"buttresslike\"\n    ],\n    \"ịpị aka\": [\n        \"buttstrapping\",\n        \"taletelling\"\n    ],\n    \"umunwanyi\": [\n        \"buttwomen\",\n        \"clanswomen\",\n        \"clubwomen\",\n        \"kinswomen\",\n        \"motherkin\",\n        \"schoolmaam\",\n        \"schoolmistresses\",\n        \"superfemale\",\n        \"tallywomen\",\n        \"tutmen\",\n        \"undernomen\",\n        \"unfemale\",\n        \"washwomen\",\n        \"welshwomen\"\n    ],\n    \"Buxeous\": [\n        \"buxeous\"\n    ],\n    \"uzu\": [\n        \"buzz\",\n        \"buzzardly\",\n        \"buzzers\",\n        \"buzzy\",\n        \"buzzies\",\n        \"buzzsaw\",\n        \"buzzwig\",\n        \"sizzard\",\n        \"tasselly\"\n    ],\n    \"egbe mmiri\": [\n        \"buzzard\",\n        \"thunderfishes\",\n        \"thunderflower\",\n        \"thunderpump\",\n        \"thundersmote\",\n        \"thunderwood\"\n    ],\n    \"uzu dika\": [\n        \"buzzardlike\"\n    ],\n    \"ogbugba mmiri\": [\n        \"buzzbomb\"\n    ],\n    \"ome uzu\": [\n        \"buzzer\"\n    ],\n    \"zztọtụ\": [\n        \"buzzgloak\"\n    ],\n    \"buzz\": [\n        \"buzzle\"\n    ],\n    \"okwu ọnụ\": [\n        \"buzzwords\",\n        \"speakeasy\",\n        \"speakership\",\n        \"verbalise\",\n        \"verbalism\"\n    ],\n    \"c. ihe\": [\n        \"c\"\n    ],\n    \"ọgwa\": [\n        \"caam\"\n    ],\n    \"tagzi\": [\n        \"cab\",\n        \"cabs\",\n        \"taxi\",\n        \"taxiable\",\n        \"taxiarch\",\n        \"taxied\",\n        \"taxiing\"\n    ],\n    \"kaback\": [\n        \"caback\"\n    ],\n    \"cabal\": [\n        \"cabaho\",\n        \"cabals\"\n    ],\n    \"cabelas\": [\n        \"cabalas\"\n    ],\n    \"cabala ssou\": [\n        \"cabalassou\"\n    ],\n    \"ọalụ\": [\n        \"cabalistically\"\n    ],\n    \"ndị kabalist\": [\n        \"cabalists\"\n    ],\n    \"kabeeji\": [\n        \"caball\",\n        \"cabbagehead\",\n        \"cabbagewood\",\n        \"cabbaging\",\n        \"cabbalize\",\n        \"cabber\",\n        \"cabree\",\n        \"cabrie\"\n    ],\n    \"onye na-akụzi ihe\": [\n        \"caballer\"\n    ],\n    \"kabane\": [\n        \"cabane\"\n    ],\n    \"cabaret\": [\n        \"cabarets\"\n    ],\n    \"kabeji\": [\n        \"cabbage\",\n        \"cabbages\",\n        \"cabbageworm\",\n        \"cabble\"\n    ],\n    \"ejiji\": [\n        \"cabbaged\",\n        \"caruage\",\n        \"dressiness\",\n        \"fashion\",\n        \"fashionability\",\n        \"fashionable\",\n        \"fashionableness\",\n        \"fashionably\",\n        \"fashional\",\n        \"fashionative\",\n        \"fashioned\",\n        \"fashioner\",\n        \"fashioning\",\n        \"fashionmonger\",\n        \"fashionmonging\",\n        \"fashions\",\n        \"groomed\",\n        \"groomling\",\n        \"infashionable\",\n        \"oxgate\",\n        \"unfashion\"\n    ],\n    \"kabeeji isi\": [\n        \"cabbageheaded\",\n        \"cabbageheadedness\"\n    ],\n    \"kabbagy\": [\n        \"cabbagy\"\n    ],\n    \"kabbala\": [\n        \"cabbala\"\n    ],\n    \"kabbalah\": [\n        \"cabbalah\",\n        \"kabbala\"\n    ],\n    \"kabbalistic\": [\n        \"cabbalistic\"\n    ],\n    \"kabbalistical\": [\n        \"cabbalistical\"\n    ],\n    \"kabedi\": [\n        \"cabbed\"\n    ],\n    \"kabii\": [\n        \"cabby\"\n    ],\n    \"kabbie\": [\n        \"cabbie\"\n    ],\n    \"na-akụzi\": [\n        \"cabbling\",\n        \"inculcates\",\n        \"inculcating\",\n        \"instigating\",\n        \"instructs\",\n        \"prakritize\"\n    ],\n    \"ọkwọ ụgbọ ala\": [\n        \"cabdriver\",\n        \"chauffeurship\",\n        \"chauffeuse\",\n        \"driver\",\n        \"motorism\",\n        \"motorist\",\n        \"truckdriver\"\n    ],\n    \"tagzi ịkwọ ụgbọala\": [\n        \"cabdriving\"\n    ],\n    \"kọbọd\": [\n        \"cabernets\",\n        \"carobs\",\n        \"chords\",\n        \"choroids\",\n        \"codium\",\n        \"corkboard\",\n        \"cupboard\",\n        \"cupboards\",\n        \"earcockle\"\n    ],\n    \"kabildo\": [\n        \"cabildo\"\n    ],\n    \"kabinet\": [\n        \"cabinet\",\n        \"cabineting\",\n        \"cabinetmake\",\n        \"cabinetmaker\",\n        \"cabinetry\"\n    ],\n    \"ndị kabinet\": [\n        \"cabinetmakers\"\n    ],\n    \"ọrụ kabinet\": [\n        \"cabinetmaking\"\n    ],\n    \"ụlọ ọrụ ntanetị\": [\n        \"cabinetwork\",\n        \"cabinetworker\",\n        \"labyrinthibranch\"\n    ],\n    \"USB\": [\n        \"cable\",\n        \"cablet\"\n    ],\n    \"USBcast\": [\n        \"cablecast\"\n    ],\n    \"USBgram\": [\n        \"cablegram\",\n        \"cablegrams\"\n    ],\n    \"kebido\": [\n        \"cablelaid\"\n    ],\n    \"dị ka eriri\": [\n        \"cablelike\",\n        \"cordlike\"\n    ],\n    \"USBman\": [\n        \"cableman\"\n    ],\n    \"ndị USB\": [\n        \"cablemen\"\n    ],\n    \"Gịnị\": [\n        \"cables\",\n        \"cablets\"\n    ],\n    \"chili\": [\n        \"cablish\",\n        \"chiel\",\n        \"chield\",\n        \"chilean\",\n        \"chilies\",\n        \"chilli\"\n    ],\n    \"kabob\": [\n        \"cabob\",\n        \"kabobs\"\n    ],\n    \"kaboji\": [\n        \"cabobs\"\n    ],\n    \"kabochi\": [\n        \"caboche\"\n    ],\n    \"kaboclo\": [\n        \"caboclo\"\n    ],\n    \"kabomba\": [\n        \"cabomba\"\n    ],\n    \"kabombas\": [\n        \"cabombas\"\n    ],\n    \"kaboose\": [\n        \"caboose\"\n    ],\n    \"kabit\": [\n        \"cabot\"\n    ],\n    \"akpukpo osisi\": [\n        \"cabotage\"\n    ],\n    \"kabọn\": [\n        \"cabotin\",\n        \"caburn\",\n        \"carbine\",\n        \"carbone\"\n    ],\n    \"ụlọ mposi\": [\n        \"cabotinage\",\n        \"chartroom\",\n        \"dayrooms\",\n        \"glasshouse\",\n        \"glasshouses\",\n        \"latrines\",\n        \"poolrooms\",\n        \"restroom\",\n        \"sanatoriums\",\n        \"sanitorium\",\n        \"sunrooms\",\n        \"taphouse\",\n        \"taphouses\",\n        \"toile\",\n        \"toiled\",\n        \"toiler\",\n        \"toilers\",\n        \"toilet\",\n        \"toiletry\",\n        \"toiletries\",\n        \"toilets\",\n        \"toilette\",\n        \"toiletted\",\n        \"toilettes\",\n        \"toiletware\"\n    ],\n    \"kabret\": [\n        \"cabret\"\n    ],\n    \"cabretta\": [\n        \"cabrettas\"\n    ],\n    \"kabrilla\": [\n        \"cabrilla\"\n    ],\n    \"kabriole\": [\n        \"cabriole\"\n    ],\n    \"kabili\": [\n        \"cabrioles\"\n    ],\n    \"kabireti\": [\n        \"cabriolet\"\n    ],\n    \"ogwe osisi\": [\n        \"cabstand\",\n        \"cabstands\",\n        \"canfields\",\n        \"centerboards\",\n        \"coagencies\",\n        \"crossbars\",\n        \"duckboards\",\n        \"flakeboard\",\n        \"flareboard\",\n        \"garboards\",\n        \"groves\",\n        \"limpness\",\n        \"lumbars\",\n        \"reboards\",\n        \"splores\",\n        \"spunware\",\n        \"timberjack\",\n        \"ventricolumnar\",\n        \"verticillaster\",\n        \"waybills\"\n    ],\n    \"koko\": [\n        \"cacao\",\n        \"cocama\",\n        \"cocao\",\n        \"coco\",\n        \"cocoa\",\n        \"cocoanut\",\n        \"cocoanuts\",\n        \"cocoas\",\n        \"cocobola\",\n        \"cocobolas\",\n        \"cocobolo\",\n        \"cocoyam\",\n        \"cocona\",\n        \"cocoons\",\n        \"cocopans\",\n        \"cocoroot\",\n        \"cocos\"\n    ],\n    \"kịkọs\": [\n        \"cacaos\"\n    ],\n    \"ihechi\": [\n        \"cacciatore\",\n        \"cacoethic\",\n        \"cacomixls\",\n        \"cauliculi\",\n        \"chylopoetic\",\n        \"clownheal\",\n        \"ephydra\",\n        \"ephydrid\",\n        \"hexastyle\",\n        \"hissingly\",\n        \"huckstress\",\n        \"yabby\",\n        \"ichneutic\",\n        \"miasmic\",\n        \"miocenic\",\n        \"nystagmus\"\n    ],\n    \"cacemfaton\": [\n        \"cacemphaton\"\n    ],\n    \"Echekwara\": [\n        \"cachectic\",\n        \"foreboded\"\n    ],\n    \"achechekwa\": [\n        \"cacheting\"\n    ],\n    \"ihe cachinnatory\": [\n        \"cachinnatory\"\n    ],\n    \"foto\": [\n        \"cachot\",\n        \"iphimedia\",\n        \"photics\",\n        \"photo\",\n        \"photoalgraphy\",\n        \"photocell\",\n        \"photocells\",\n        \"photoed\",\n        \"photoelectronics\",\n        \"photoemission\",\n        \"photoengravings\",\n        \"photoetch\",\n        \"photoetcher\",\n        \"photog\",\n        \"photogen\",\n        \"photogenically\",\n        \"photograph\",\n        \"photographable\",\n        \"photographed\",\n        \"photographee\",\n        \"photographer\",\n        \"photographers\",\n        \"photographess\",\n        \"photography\",\n        \"photographic\",\n        \"photographical\",\n        \"photographically\",\n        \"photographing\",\n        \"photographist\",\n        \"photographize\",\n        \"photographs\",\n        \"photogravure\",\n        \"photogs\",\n        \"photoimpression\",\n        \"photoinduced\",\n        \"photoing\",\n        \"photoionization\",\n        \"photoist\",\n        \"photolysis\",\n        \"photology\",\n        \"photological\",\n        \"photophile\",\n        \"photoplay\",\n        \"photoplays\",\n        \"photopography\",\n        \"photoprint\",\n        \"photoprinter\",\n        \"photos\",\n        \"photoset\",\n        \"photosets\",\n        \"photospectroscopy\",\n        \"photospheres\",\n        \"photospheric\",\n        \"photospherically\",\n        \"photostability\",\n        \"photostat\",\n        \"photostated\",\n        \"photostater\",\n        \"photostatic\",\n        \"photostating\",\n        \"photostationary\",\n        \"photostats\",\n        \"photostatted\",\n        \"photostatter\",\n        \"photostatting\",\n        \"picnometer\",\n        \"pictish\",\n        \"pictun\",\n        \"picture\",\n        \"picturer\",\n        \"picturers\",\n        \"pictures\",\n        \"picturesquish\",\n        \"pik\",\n        \"polygraphy\",\n        \"wirephotos\"\n    ],\n    \"Cachou\": [\n        \"cachou\"\n    ],\n    \"Cachuchas\": [\n        \"cachuchas\"\n    ],\n    \"-eji nri\": [\n        \"cacking\"\n    ],\n    \"akpakọbara\": [\n        \"cackled\"\n    ],\n    \"ihe ọ cụackụ\": [\n        \"cackler\"\n    ],\n    \"na-eri ihe\": [\n        \"cackling\",\n        \"carping\",\n        \"coempting\",\n        \"consumingly\",\n        \"consumingness\",\n        \"consummatory\",\n        \"consumptive\",\n        \"costuming\",\n        \"coxing\",\n        \"cribbing\",\n        \"cribbiting\",\n        \"devoicing\",\n        \"devolatilising\",\n        \"dilling\",\n        \"englutting\",\n        \"enskying\",\n        \"gemmating\",\n        \"gnateater\",\n        \"grangerism\",\n        \"guggling\",\n        \"ingestive\",\n        \"lureful\",\n        \"luring\",\n        \"nilling\",\n        \"partaking\",\n        \"seething\"\n    ],\n    \"nri cacochymia\": [\n        \"cacochymia\"\n    ],\n    \"acoaco cacochymic\": [\n        \"cacochymic\"\n    ],\n    \"edekọ ihe ọnụ\": [\n        \"cacochymical\"\n    ],\n    \"acoekọ ọnụ\": [\n        \"cacochroia\"\n    ],\n    \"Cacodaemoniac\": [\n        \"cacodaemoniac\"\n    ],\n    \"akụ na ụba\": [\n        \"cacoeconomy\",\n        \"economy\",\n        \"economic\",\n        \"economically\",\n        \"economising\",\n        \"economizing\",\n        \"ineconomy\",\n        \"socioeconomic\",\n        \"socioeconomically\"\n    ],\n    \"onye na-edekọ ihe\": [\n        \"cacoepist\",\n        \"choregrapher\",\n        \"craniographer\"\n    ],\n    \"ihe cacoepistic\": [\n        \"cacoepistic\"\n    ],\n    \"Mmekọahụ\": [\n        \"cacoethes\",\n        \"cessor\",\n        \"cratemaking\"\n    ],\n    \"ihe cacogastric\": [\n        \"cacogastric\"\n    ],\n    \"ọgwụ cacogenesis\": [\n        \"cacogenesis\"\n    ],\n    \"ọgwụ cacogenic\": [\n        \"cacogenic\"\n    ],\n    \"ihe anakpo cacogenics\": [\n        \"cacogenics\"\n    ],\n    \"ihe na-edekọ ihe\": [\n        \"cacographer\"\n    ],\n    \"akwụkwọ cacographical\": [\n        \"cacographical\"\n    ],\n    \"anụkọ\": [\n        \"cacolet\",\n        \"cacozeal\",\n        \"carotinoid\",\n        \"catenating\",\n        \"poulticing\",\n        \"unclad\"\n    ],\n    \"ọrịa cacopathy\": [\n        \"cacopathy\"\n    ],\n    \"onye cacophonist\": [\n        \"cacophonist\"\n    ],\n    \"ndị cacophonist\": [\n        \"cacophonists\"\n    ],\n    \"nwedede nri\": [\n        \"cacophthalmia\"\n    ],\n    \"ihe cacoplastic\": [\n        \"cacoplastic\"\n    ],\n    \"ihe cacorhythmic\": [\n        \"cacorhythmic\"\n    ],\n    \"ọrịa cacosplanchnia\": [\n        \"cacosplanchnia\"\n    ],\n    \"acoechi ọnụ\": [\n        \"cacostomia\"\n    ],\n    \"nri cacoxene\": [\n        \"cacoxene\"\n    ],\n    \"Ogbodo ama\": [\n        \"cacoxenite\"\n    ],\n    \"nri cacozyme\": [\n        \"cacozyme\"\n    ],\n    \"kaktus\": [\n        \"cactus\"\n    ],\n    \"kakt\": [\n        \"cactuses\"\n    ],\n    \"ndi cad cad\": [\n        \"cadasters\"\n    ],\n    \"cadastally\": [\n        \"cadastrally\"\n    ],\n    \"olili ozu\": [\n        \"cadaverously\",\n        \"cadaverousness\",\n        \"cemetary\",\n        \"cemetery\",\n        \"cemeterial\",\n        \"funebre\",\n        \"funeral\",\n        \"funerals\",\n        \"funeration\"\n    ],\n    \"caddisfly\": [\n        \"caddicefly\"\n    ],\n    \"caddies\": [\n        \"caddices\"\n    ],\n    \"caddy\": [\n        \"caddie\"\n    ],\n    \"ndị caddis\": [\n        \"caddises\"\n    ],\n    \"caddis worm\": [\n        \"caddisworm\"\n    ],\n    \"koodu\": [\n        \"cade\",\n        \"codder\",\n        \"code\",\n        \"codebreak\",\n        \"codec\",\n        \"codeclination\",\n        \"codesign\",\n        \"codesigned\",\n        \"codesigning\",\n        \"codings\",\n        \"encoded\",\n        \"encodes\",\n        \"encodings\"\n    ],\n    \"cadre\": [\n        \"cadee\"\n    ],\n    \"cadence\": [\n        \"cadenced\",\n        \"cadency\"\n    ],\n    \"cadences\": [\n        \"cadencies\"\n    ],\n    \"entialbụ onye isi\": [\n        \"cadential\"\n    ],\n    \"kader\": [\n        \"cader\"\n    ],\n    \"ndị cades\": [\n        \"cades\"\n    ],\n    \"caded\": [\n        \"cadged\"\n    ],\n    \"Kaadị\": [\n        \"cadger\",\n        \"cardamoms\",\n        \"cardamons\",\n        \"cardamums\",\n        \"cardoons\",\n        \"timecard\"\n    ],\n    \"ndị cad cad\": [\n        \"cadgers\",\n        \"cadges\"\n    ],\n    \"kady\": [\n        \"cadgy\",\n        \"cady\"\n    ],\n    \"gba aghara\": [\n        \"cadging\",\n        \"puckering\"\n    ],\n    \"Inye mmadu\": [\n        \"cadying\"\n    ],\n    \"cadillac\": [\n        \"cadillacs\"\n    ],\n    \"kadmiferous\": [\n        \"cadmiferous\"\n    ],\n    \"ndị cadres\": [\n        \"cadres\"\n    ],\n    \"ndị cads\": [\n        \"cads\"\n    ],\n    \"kadus\": [\n        \"cadus\"\n    ],\n    \"okirikiri afọ\": [\n        \"caecectomy\"\n    ],\n    \"okpokoro okpokoro\": [\n        \"caeciform\",\n        \"cycloscope\",\n        \"oxyquinaseptol\",\n        \"skiffles\",\n        \"tablefellowship\",\n        \"tapeworms\"\n    ],\n    \"kilogram\": [\n        \"caelometer\",\n        \"kilerg\",\n        \"kilogramme\",\n        \"kilograms\",\n        \"kilohertz\",\n        \"kiloline\",\n        \"kiloliter\",\n        \"kilolitre\",\n        \"stylometer\",\n        \"weightometer\"\n    ],\n    \"sisa\": [\n        \"caesar\"\n    ],\n    \"caesarean\": [\n        \"caesareans\"\n    ],\n    \"cesium\": [\n        \"caesium\"\n    ],\n    \"izuchukwu\": [\n        \"caespitosely\"\n    ],\n    \"ụlọ oriri na ọ cafụ cafụ\": [\n        \"caf\"\n    ],\n    \"kọfị\": [\n        \"cafard\",\n        \"cafenet\",\n        \"caffeate\",\n        \"caffeic\",\n        \"caffeines\",\n        \"caffeins\",\n        \"caffeism\",\n        \"caffeol\",\n        \"caufle\",\n        \"coacts\",\n        \"coffea\",\n        \"coffee\",\n        \"coffeeman\",\n        \"coffeepot\",\n        \"coffees\",\n        \"coffeeweed\",\n        \"cofferer\",\n        \"cokers\",\n        \"cuprene\",\n        \"raffee\",\n        \"teapots\"\n    ],\n    \"kọfịkọl\": [\n        \"cafardise\"\n    ],\n    \"kafe\": [\n        \"cafeneh\"\n    ],\n    \"ụlọ oriri na ọetụụ\": [\n        \"cafetal\"\n    ],\n    \"ụlọ nri\": [\n        \"cafeteria\"\n    ],\n    \"ụlọ oriri na ọeterụeterụ\": [\n        \"cafeterias\"\n    ],\n    \"ụlọ oriri na ọetụetụ\": [\n        \"cafetorium\"\n    ],\n    \"kaffa\": [\n        \"caff\",\n        \"caffa\"\n    ],\n    \"kafiin\": [\n        \"caffein\",\n        \"caffeine\",\n        \"caffeinism\"\n    ],\n    \"kọfịkpọs\": [\n        \"caffiaceous\"\n    ],\n    \"caffụl\": [\n        \"caffling\"\n    ],\n    \"cafe\": [\n        \"cafh\"\n    ],\n    \"akuku\": [\n        \"cag\",\n        \"cerebriform\",\n        \"cerebronic\",\n        \"cerebropedal\",\n        \"chanticleer\",\n        \"chemosis\",\n        \"chylaceous\",\n        \"clapdish\",\n        \"clapwort\",\n        \"coconscious\",\n        \"corner\",\n        \"cornerback\",\n        \"cropman\",\n        \"cropweed\",\n        \"cultivation\",\n        \"earthpeas\",\n        \"eaves\",\n        \"galloptious\",\n        \"hews\",\n        \"implantable\",\n        \"implanting\",\n        \"involutionary\",\n        \"landloping\",\n        \"palliating\",\n        \"pantomiming\",\n        \"parthenospore\",\n        \"pythonism\",\n        \"planetoidal\",\n        \"plantable\",\n        \"plantdom\",\n        \"plantership\",\n        \"planting\",\n        \"plantings\",\n        \"plantling\",\n        \"ploughhead\",\n        \"procatarctic\",\n        \"sceptrosophy\",\n        \"sciurid\",\n        \"sciuroids\",\n        \"seamer\",\n        \"sepals\",\n        \"sidearms\",\n        \"siderology\",\n        \"substage\",\n        \"sudoriferousness\",\n        \"tonsillitic\",\n        \"unappalling\",\n        \"uncage\",\n        \"uncross\",\n        \"uncrossed\",\n        \"uncrosses\",\n        \"unimplanted\",\n        \"unnetted\",\n        \"unpassing\",\n        \"unplant\",\n        \"unplanted\",\n        \"unrecuperated\",\n        \"volatilisable\"\n    ],\n    \"ndi akuko\": [\n        \"cagefuls\",\n        \"chucklers\"\n    ],\n    \"ngidi\": [\n        \"cagey\"\n    ],\n    \"enweghị agbụ\": [\n        \"cageless\",\n        \"carriageless\"\n    ],\n    \"ngịga\": [\n        \"cages\"\n    ],\n    \"onye nkiti\": [\n        \"cagester\",\n        \"crepitant\",\n        \"fleerer\"\n    ],\n    \"ọrụ cage\": [\n        \"cagework\"\n    ],\n    \"kagọg\": [\n        \"caggy\"\n    ],\n    \"kagy\": [\n        \"cagy\"\n    ],\n    \"kagbụ\": [\n        \"cagit\"\n    ],\n    \"nwagwa\": [\n        \"cagmag\"\n    ],\n    \"ihe ọzọ\": [\n        \"caic\",\n        \"indene\",\n        \"isothermous\",\n        \"paraclete\",\n        \"substile\"\n    ],\n    \"chiri anya\": [\n        \"cayenned\",\n        \"caked\",\n        \"codirected\",\n        \"frizzled\",\n        \"frizzlier\",\n        \"gibbled\",\n        \"intemerately\",\n        \"intimate\",\n        \"intimated\",\n        \"intimately\",\n        \"intimates\",\n        \"intimous\",\n        \"unintimately\"\n    ],\n    \"ndị caimans\": [\n        \"caimans\"\n    ],\n    \"nwekọrịtara\": [\n        \"cainish\",\n        \"overaffliction\"\n    ],\n    \"mkpụrụ ego\": [\n        \"cains\",\n        \"coenacts\",\n        \"coin\",\n        \"coinages\",\n        \"coiner\",\n        \"coiners\",\n        \"coinfer\",\n        \"coinferring\",\n        \"coinfers\",\n        \"coinhabit\",\n        \"coinhere\",\n        \"coinhered\",\n        \"coinherence\",\n        \"coinherent\",\n        \"coinheres\",\n        \"coinhering\",\n        \"coinheritance\",\n        \"coinitial\",\n        \"coinmaking\",\n        \"coinquinate\",\n        \"coins\",\n        \"coinstantaneity\",\n        \"coinstantaneous\",\n        \"coinsure\",\n        \"coinsured\",\n        \"coinsurer\",\n        \"coinsuring\",\n        \"cointer\",\n        \"cointerring\"\n    ],\n    \"otu nde\": [\n        \"cairene\",\n        \"cotillions\",\n        \"miliary\"\n    ],\n    \"na-ejikwa\": [\n        \"cairned\",\n        \"mishandled\"\n    ],\n    \"cairns\": [\n        \"cairny\"\n    ],\n    \"Cairo\": [\n        \"cairo\"\n    ],\n    \"caissons\": [\n        \"caissoned\"\n    ],\n    \"chaitanyas\": [\n        \"caitanyas\"\n    ],\n    \"caitiff\": [\n        \"caitif\"\n    ],\n    \"nnwa\": [\n        \"caitifty\"\n    ],\n    \"cayuga\": [\n        \"cayuca\",\n        \"cayugan\"\n    ],\n    \"Cayuses\": [\n        \"cayuses\"\n    ],\n    \"ndị cajolers\": [\n        \"cajolers\"\n    ],\n    \"nro\": [\n        \"cajolingly\",\n        \"dreamlet\",\n        \"dreamlit\",\n        \"dreamtide\",\n        \"frothily\",\n        \"grex\",\n        \"illusion\",\n        \"illusional\",\n        \"illusionary\",\n        \"nervy\",\n        \"nervid\",\n        \"nightgale\",\n        \"nightmare\",\n        \"nightmary\",\n        \"outdream\",\n        \"softbound\",\n        \"soften\",\n        \"softener\",\n        \"softling\",\n        \"softner\",\n        \"softness\",\n        \"softnesses\",\n        \"suppleness\",\n        \"tenderization\",\n        \"tenderness\"\n    ],\n    \"Cajun\": [\n        \"cajun\",\n        \"cajuns\",\n        \"canun\"\n    ],\n    \"onye na-eme achịcha\": [\n        \"cakemaker\",\n        \"daker\",\n        \"naker\"\n    ],\n    \"kakiest\": [\n        \"cakiest\"\n    ],\n    \"calabar\": [\n        \"calaba\",\n        \"calabari\"\n    ],\n    \"calaver\": [\n        \"calaber\"\n    ],\n    \"calabria\": [\n        \"calabrian\"\n    ],\n    \"calabrian\": [\n        \"calabrians\"\n    ],\n    \"calambur\": [\n        \"calabur\"\n    ],\n    \"calama\": [\n        \"calamars\"\n    ],\n    \"ọdum\": [\n        \"calambour\"\n    ],\n    \"na-eweta ọdachi\": [\n        \"calamining\",\n        \"calamitous\",\n        \"catastrophic\",\n        \"catastrophical\",\n        \"octastrophic\"\n    ],\n    \"chikọt\": [\n        \"calanthe\",\n        \"cotabulate\",\n        \"pickthank\"\n    ],\n    \"agba mbadamba\": [\n        \"calashes\"\n    ],\n    \"kọlọtọ\": [\n        \"calastic\",\n        \"caplets\",\n        \"closets\",\n        \"cuartel\",\n        \"cuarteron\",\n        \"cuartilla\",\n        \"cupels\"\n    ],\n    \"nnenweta\": [\n        \"calathiform\",\n        \"fundatrix\"\n    ],\n    \"calịkalum\": [\n        \"calcaneum\"\n    ],\n    \"ikiri ụkwụ\": [\n        \"calcaneus\",\n        \"heel\",\n        \"heelband\",\n        \"heeled\",\n        \"heelgrip\",\n        \"heeling\",\n        \"heelings\",\n        \"heelless\",\n        \"heelmaker\",\n        \"heelplate\",\n        \"heelposts\",\n        \"heelprint\",\n        \"heels\",\n        \"heelstrap\",\n        \"heeltaps\",\n        \"heelwork\",\n        \"reheels\",\n        \"sheel\",\n        \"sheeling\"\n    ],\n    \"ịma ọkwa\": [\n        \"calcareousness\",\n        \"cicatrization\",\n        \"predisguising\",\n        \"predisputation\",\n        \"predonation\",\n        \"sombreness\",\n        \"uxoriously\"\n    ],\n    \"na-eme ka\": [\n        \"calcifies\",\n        \"conventionalizes\",\n        \"idealizes\",\n        \"interlining\",\n        \"pretending\",\n        \"pretendingly\",\n        \"pretends\",\n        \"proconsulates\",\n        \"randomizes\"\n    ],\n    \"calififugal\": [\n        \"calcifugal\"\n    ],\n    \"calififa\": [\n        \"calcifugous\"\n    ],\n    \"kalsimine\": [\n        \"calcimine\"\n    ],\n    \"kalinda\": [\n        \"calcine\"\n    ],\n    \"calisizie\": [\n        \"calcinize\"\n    ],\n    \"califịlic\": [\n        \"calciphilic\"\n    ],\n    \"califrivic\": [\n        \"calciprivic\"\n    ],\n    \"onye na-agbako\": [\n        \"calcographer\"\n    ],\n    \"gbakoe\": [\n        \"calcsinter\",\n        \"proclivous\"\n    ],\n    \"calcpars\": [\n        \"calcspars\"\n    ],\n    \"calịtọfa\": [\n        \"calctufa\"\n    ],\n    \"calịftaas\": [\n        \"calctufas\"\n    ],\n    \"ịgbako\": [\n        \"calculability\",\n        \"calculabilities\",\n        \"calculatingly\"\n    ],\n    \"na-agụta\": [\n        \"calculable\",\n        \"calculates\",\n        \"counting\"\n    ],\n    \"ịgbakọ\": [\n        \"calculatedness\",\n        \"calculating\",\n        \"metering\",\n        \"reuniting\"\n    ],\n    \"na ngụkọta oge\": [\n        \"calculation\",\n        \"cul\"\n    ],\n    \"ihe mgbako\": [\n        \"calculator\",\n        \"calculators\"\n    ],\n    \"onye na-akpọ oku\": [\n        \"calculer\",\n        \"caller\",\n        \"calligrapher\",\n        \"calliperer\",\n        \"dialist\",\n        \"invocator\",\n        \"summoner\"\n    ],\n    \"ke uto\": [\n        \"calculous\"\n    ],\n    \"calderon\": [\n        \"caldron\"\n    ],\n    \"Caleb\": [\n        \"caleb\"\n    ],\n    \"caleche\": [\n        \"caleches\"\n    ],\n    \"Nkechi Nkechi\": [\n        \"caledonian\",\n        \"capsuliferous\",\n        \"kaleidoscopic\",\n        \"narciscissi\",\n        \"narcissan\",\n        \"narcissi\",\n        \"sesquiquartal\",\n        \"tilletiaceous\"\n    ],\n    \"nwekọm\": [\n        \"caledonite\",\n        \"triptycas\"\n    ],\n    \"kọlefị\": [\n        \"calefaction\"\n    ],\n    \"ụlọ ọrụ kọleji\": [\n        \"calefactories\"\n    ],\n    \"chioma\": [\n        \"calefy\",\n        \"dispireme\",\n        \"eucalypti\",\n        \"guaiol\",\n        \"luck\",\n        \"lucken\",\n        \"luckie\",\n        \"luckier\",\n        \"luckies\",\n        \"luckily\",\n        \"luckiness\",\n        \"lucklessly\",\n        \"luckly\"\n    ],\n    \"kalenda\": [\n        \"calendar\",\n        \"calendarer\",\n        \"calendaric\",\n        \"calendarist\",\n        \"calendars\",\n        \"encalendar\"\n    ],\n    \"na-agakọ\": [\n        \"calendaring\"\n    ],\n    \"caịnda\": [\n        \"calenders\"\n    ],\n    \"emechuihu\": [\n        \"calentured\",\n        \"didactylous\",\n        \"dolorous\",\n        \"glutinant\",\n        \"perpetratress\",\n        \"procoelous\"\n    ],\n    \"ụmụ ehi\": [\n        \"calfs\",\n        \"cals\",\n        \"calves\"\n    ],\n    \"caliban's\": [\n        \"calibanism\"\n    ],\n    \"ndị calibers\": [\n        \"calibers\"\n    ],\n    \"calibogue\": [\n        \"calibogus\"\n    ],\n    \"calibrator\": [\n        \"calibrater\"\n    ],\n    \"ndị na-edozi ya\": [\n        \"calibrators\"\n    ],\n    \"caliber\": [\n        \"calibre\"\n    ],\n    \"chikechi\": [\n        \"calycanth\"\n    ],\n    \"calịzin\": [\n        \"calycine\"\n    ],\n    \"gbakọrọ\": [\n        \"calycled\",\n        \"catechized\",\n        \"devaluated\",\n        \"jarred\",\n        \"planked\",\n        \"regrouped\"\n    ],\n    \"calycle\": [\n        \"calycles\"\n    ],\n    \"calịkalọs\": [\n        \"calyculus\"\n    ],\n    \"calịkọt\": [\n        \"calicut\"\n    ],\n    \"kwụghachi\": [\n        \"caliduct\",\n        \"redecimate\",\n        \"remunerate\",\n        \"repay\",\n        \"repunish\",\n        \"restiff\"\n    ],\n    \"California\": [\n        \"california\"\n    ],\n    \"calịọn\": [\n        \"calyon\"\n    ],\n    \"caliphis\": [\n        \"caliphates\"\n    ],\n    \"nke calypsonian\": [\n        \"calypsonian\"\n    ],\n    \"ndị calypters\": [\n        \"calypters\"\n    ],\n    \"calịptra\": [\n        \"calyptra\"\n    ],\n    \"calịptraea\": [\n        \"calyptraea\"\n    ],\n    \"lekọtị\": [\n        \"calyptrate\",\n        \"ferrotyped\",\n        \"larnakes\"\n    ],\n    \"calịptro\": [\n        \"calyptro\"\n    ],\n    \"calịptrogen\": [\n        \"calyptrogen\"\n    ],\n    \"calyces\": [\n        \"calyxes\"\n    ],\n    \"calix n'ime\": [\n        \"calixtin\"\n    ],\n    \"ndi na-eburu gi ihe\": [\n        \"calkers\"\n    ],\n    \"Kpọọ aesthetic\": [\n        \"callaesthetic\"\n    ],\n    \"ndi callans\": [\n        \"callans\"\n    ],\n    \"callanti\": [\n        \"callants\"\n    ],\n    \"kpọghachi\": [\n        \"callback\",\n        \"reannounce\"\n    ],\n    \"oku na-aga\": [\n        \"callbacks\",\n        \"calliopes\"\n    ],\n    \"ndi na-akpọ oku\": [\n        \"callers\"\n    ],\n    \"okuoluassa\": [\n        \"callianassa\"\n    ],\n    \"kpọkpọkpa\": [\n        \"callicarpa\"\n    ],\n    \"kpọ oku\": [\n        \"calligraph\",\n        \"calligrapha\",\n        \"calligraphy\"\n    ],\n    \"ndị na-akpọ oku\": [\n        \"calligraphers\",\n        \"cullers\",\n        \"summoners\",\n        \"suppliants\"\n    ],\n    \"ịkpọ oku\": [\n        \"calligraphic\",\n        \"calligraphical\",\n        \"calligraphically\",\n        \"callitype\",\n        \"callityping\",\n        \"dialup\",\n        \"invitational\",\n        \"invitatory\",\n        \"invitement\",\n        \"invitingness\",\n        \"invoking\",\n        \"serrate\"\n    ],\n    \"oku okpo\": [\n        \"callionymus\",\n        \"callisthenic\",\n        \"callitris\"\n    ],\n    \"oku na-akpọ\": [\n        \"calliophone\"\n    ],\n    \"okupash\": [\n        \"callipash\"\n    ],\n    \"okuchukwu\": [\n        \"callipees\",\n        \"callistephus\"\n    ],\n    \"okuphora\": [\n        \"calliphora\"\n    ],\n    \"okuphorid\": [\n        \"calliphorid\"\n    ],\n    \"okuphoridae\": [\n        \"calliphoridae\"\n    ],\n    \"okuchi\": [\n        \"calliphorine\"\n    ],\n    \"okuirhoho\": [\n        \"callirrhoe\"\n    ],\n    \"okuonugo\": [\n        \"callisaurus\"\n    ],\n    \"kporoe\": [\n        \"callisteia\"\n    ],\n    \"akpoki\": [\n        \"callisthenics\"\n    ],\n    \"okuisto\": [\n        \"callisto\"\n    ],\n    \"okuchukwuemeka\": [\n        \"callitrichaceae\"\n    ],\n    \"kelechionye\": [\n        \"callitriche\"\n    ],\n    \"kelechi okirikiri\": [\n        \"callitrichidae\"\n    ],\n    \"callerhynchus\": [\n        \"callorhynchus\"\n    ],\n    \"enweghị obi ebere\": [\n        \"callously\",\n        \"callousness\",\n        \"compassionless\",\n        \"couthless\",\n        \"kindless\",\n        \"kindlessly\",\n        \"merciless\",\n        \"mercilessly\",\n        \"mercilessness\",\n        \"noncontingent\",\n        \"nonfanciful\",\n        \"nonsympathetic\",\n        \"nonsympathy\",\n        \"nonsympathies\",\n        \"nonsympathizing\",\n        \"outpassion\",\n        \"pitiless\",\n        \"pitilessly\",\n        \"pitilessness\",\n        \"sorrowlessness\",\n        \"undutifulness\",\n        \"unfanciful\",\n        \"unfancifulness\",\n        \"ungraciously\",\n        \"unkind\",\n        \"unkindling\",\n        \"unmerciful\",\n        \"unmercifully\",\n        \"unmercifulness\",\n        \"unmisgiving\",\n        \"unpatristic\",\n        \"unpitifulness\",\n        \"unspiteful\"\n    ],\n    \"kpọpụta oku\": [\n        \"callout\"\n    ],\n    \"nke anaghị\": [\n        \"callovian\"\n    ],\n    \"callow\": [\n        \"callower\"\n    ],\n    \"wetuo obi\": [\n        \"calm\",\n        \"soothed\",\n        \"soothingly\",\n        \"soothingness\"\n    ],\n    \"dajụọ\": [\n        \"calmed\",\n        \"calms\",\n        \"pacify\",\n        \"pacified\",\n        \"quell\"\n    ],\n    \"daa jụụ\": [\n        \"calmer\",\n        \"quieten\",\n        \"staned\"\n    ],\n    \"na-eme ka obi dajụọ\": [\n        \"calming\"\n    ],\n    \"kalori\": [\n        \"calocarpum\",\n        \"calochortus\",\n        \"calography\",\n        \"caloyer\",\n        \"caloyers\",\n        \"calorescence\",\n        \"calory\",\n        \"calorie\",\n        \"calories\",\n        \"calorifics\",\n        \"caloris\",\n        \"calorisator\",\n        \"calorist\",\n        \"calorizer\",\n        \"calotermes\",\n        \"calothrix\"\n    ],\n    \"kaloriemon\": [\n        \"calodaemon\"\n    ],\n    \"caloric\": [\n        \"calorics\"\n    ],\n    \"calorific\": [\n        \"caloriduct\"\n    ],\n    \"calolori\": [\n        \"calorify\"\n    ],\n    \"ịme ka calorie\": [\n        \"calorification\"\n    ],\n    \"calorimita\": [\n        \"calorimeter\",\n        \"calorimeters\"\n    ],\n    \"calorie\": [\n        \"calorize\",\n        \"calorized\",\n        \"calorizes\"\n    ],\n    \"onye na-elekọta calotypist\": [\n        \"calotypist\"\n    ],\n    \"calpọlị\": [\n        \"calpolli\"\n    ],\n    \"Calvary\": [\n        \"calvary\"\n    ],\n    \"calvari\": [\n        \"calvaries\"\n    ],\n    \"na-eme ka ahụ\": [\n        \"calving\",\n        \"convulsing\",\n        \"soothers\"\n    ],\n    \"calvinistic\": [\n        \"calvinistical\"\n    ],\n    \"calvinist\": [\n        \"calvinists\"\n    ],\n    \"calvinise\": [\n        \"calvinize\"\n    ],\n    \"calvus\": [\n        \"calvous\"\n    ],\n    \"camamed\": [\n        \"camailed\"\n    ],\n    \"camail\": [\n        \"camails\"\n    ],\n    \"camarin\": [\n        \"camarine\"\n    ],\n    \"camas\": [\n        \"camass\"\n    ],\n    \"camassia\": [\n        \"camasses\"\n    ],\n    \"mara ụlọikwuu\": [\n        \"cambered\",\n        \"camletted\",\n        \"camp\",\n        \"campanian\",\n        \"campanologer\",\n        \"campanologically\",\n        \"campanulous\",\n        \"camper\",\n        \"campholic\",\n        \"campily\",\n        \"campion\",\n        \"campoody\",\n        \"campshot\",\n        \"pitched\"\n    ],\n    \"na-ama ụlọikwuu\": [\n        \"cambering\"\n    ],\n    \"ndị cambists\": [\n        \"cambists\"\n    ],\n    \"cambium\": [\n        \"cambiums\"\n    ],\n    \"cambuskang\": [\n        \"cambyuskan\"\n    ],\n    \"cambelt\": [\n        \"camblet\"\n    ],\n    \"Kambodia\": [\n        \"cambodian\"\n    ],\n    \"ndị Kambodia\": [\n        \"cambodians\"\n    ],\n    \"cambogia\": [\n        \"camboge\",\n        \"cambogias\"\n    ],\n    \"onye biara\": [\n        \"cameist\"\n    ],\n    \"kamel\": [\n        \"camel\",\n        \"camelman\",\n        \"camels\",\n        \"camleting\"\n    ],\n    \"onye obia\": [\n        \"cameleer\",\n        \"cassegrainian\",\n        \"deadpanner\",\n        \"hospitaller\",\n        \"hospitalman\",\n        \"outsider\",\n        \"overseamer\",\n        \"panorpian\",\n        \"sojourner\",\n        \"stranger\",\n        \"visitant\"\n    ],\n    \"onye na-elekọta kamel\": [\n        \"camelkeeper\"\n    ],\n    \"bereloid\": [\n        \"cameloid\"\n    ],\n    \"bialoidea\": [\n        \"cameloidea\"\n    ],\n    \"kpolopard\": [\n        \"camelopard\"\n    ],\n    \"kompanardalis\": [\n        \"camelopardalis\"\n    ],\n    \"kompardus\": [\n        \"camelopardus\"\n    ],\n    \"camen\": [\n        \"camenes\"\n    ],\n    \"biara\": [\n        \"cameoed\"\n    ],\n    \"cameo eserese\": [\n        \"cameograph\"\n    ],\n    \"igwefoto\": [\n        \"camera\",\n        \"camerae\",\n        \"cameral\",\n        \"cameraman\",\n        \"camerata\",\n        \"pityocampe\",\n        \"radiometrically\",\n        \"radiomobile\",\n        \"radiosterilize\"\n    ],\n    \"ndị na-ese foto\": [\n        \"cameramen\",\n        \"cartographers\",\n        \"photoengravers\"\n    ],\n    \"ese foto\": [\n        \"cameras\",\n        \"photochemically\",\n        \"photoengraved\",\n        \"photoetched\",\n        \"photogrammetry\",\n        \"photosensitize\"\n    ],\n    \"bịa\": [\n        \"camerate\"\n    ],\n    \"ọrụ igwefoto\": [\n        \"camerawork\"\n    ],\n    \"camry\": [\n        \"camery\"\n    ],\n    \"cameriere\": [\n        \"camerier\"\n    ],\n    \"camerlengo\": [\n        \"camerlengos\"\n    ],\n    \"ndi biron\": [\n        \"cameronians\"\n    ],\n    \"Cameroon\": [\n        \"cameroon\",\n        \"cameroonian\"\n    ],\n    \"ndị Cameroon\": [\n        \"cameroonians\"\n    ],\n    \"camisado\": [\n        \"camisadoes\"\n    ],\n    \"maa ụlọikwuu\": [\n        \"camleted\",\n        \"cammock\",\n        \"campal\",\n        \"camped\",\n        \"campestral\",\n        \"camphire\",\n        \"camphorate\",\n        \"camphorated\",\n        \"camphorates\",\n        \"camphorating\",\n        \"camphory\",\n        \"camphors\",\n        \"camping\",\n        \"campings\",\n        \"campions\",\n        \"campit\",\n        \"campong\",\n        \"campshed\",\n        \"campshedding\",\n        \"campsite\",\n        \"campward\",\n        \"encamped\",\n        \"encamping\"\n    ],\n    \"ịga ụlọikwuu\": [\n        \"camletting\"\n    ],\n    \"camomile\": [\n        \"camomiles\"\n    ],\n    \"camorra\": [\n        \"camorras\"\n    ],\n    \"ozuzo\": [\n        \"camouflage\",\n        \"camouflaged\",\n        \"camouflager\",\n        \"camouflagers\",\n        \"camouflagic\",\n        \"camouflet\",\n        \"camoufleur\",\n        \"evasive\",\n        \"hidage\"\n    ],\n    \"kampai\": [\n        \"campagi\"\n    ],\n    \"kamakwa\": [\n        \"campagna\"\n    ],\n    \"kampute\": [\n        \"campagne\"\n    ],\n    \"ụlọikwnol\": [\n        \"campagnol\"\n    ],\n    \"kamagus\": [\n        \"campagus\"\n    ],\n    \"ndị na-eme mkpọsa\": [\n        \"campaigners\",\n        \"spellers\"\n    ],\n    \"kampu\": [\n        \"campane\",\n        \"campanulate\",\n        \"campanulated\",\n        \"campine\"\n    ],\n    \"kampani\": [\n        \"campanile\"\n    ],\n    \"ịma ụlọikwuu\": [\n        \"campaniles\",\n        \"campbellism\",\n        \"campbellites\",\n        \"campement\",\n        \"campfight\",\n        \"campignian\",\n        \"campiness\"\n    ],\n    \"onye kamgban\": [\n        \"campanist\"\n    ],\n    \"ọkà mmụta mara ụlọikwuu\": [\n        \"campanologist\"\n    ],\n    \"ndị ọkà mmụta banyere kampano\": [\n        \"campanologists\"\n    ],\n    \"kampanik\": [\n        \"campanular\"\n    ],\n    \"kamaspe\": [\n        \"campaspe\"\n    ],\n    \"uloikwuu\": [\n        \"campbellite\",\n        \"camphanone\"\n    ],\n    \"akanya\": [\n        \"campcraft\"\n    ],\n    \"ndị mara ụlọikwuu\": [\n        \"campers\"\n    ],\n    \"ulo-ikw cam\": [\n        \"campership\"\n    ],\n    \"onye mara ụlọikwuu\": [\n        \"campestrian\",\n        \"campman\",\n        \"campmaster\"\n    ],\n    \"ọkụ ụlọikwuu\": [\n        \"campfire\"\n    ],\n    \"ama ụlọikwuu\": [\n        \"campground\"\n    ],\n    \"kampan\": [\n        \"camphane\"\n    ],\n    \"ogige ụlọikwuu\": [\n        \"camphires\",\n        \"camphorone\",\n        \"campimetry\"\n    ],\n    \"ulo-ikwtic\": [\n        \"campholytic\"\n    ],\n    \"ulo-ikwl\": [\n        \"camphoryl\"\n    ],\n    \"ulo-ikw camp\": [\n        \"camphorize\",\n        \"campongs\"\n    ],\n    \"camp\": [\n        \"campy\"\n    ],\n    \"campia\": [\n        \"campier\"\n    ],\n    \"ulo-ikwpi\": [\n        \"campiest\"\n    ],\n    \"kampeta\": [\n        \"campimeter\"\n    ],\n    \"kampoan\": [\n        \"campodean\"\n    ],\n    \"ụlọikwuuiform\": [\n        \"campodeiform\"\n    ],\n    \"campout\": [\n        \"campody\"\n    ],\n    \"kampo\": [\n        \"campoo\"\n    ],\n    \"camporee\": [\n        \"camporees\"\n    ],\n    \"kampos\": [\n        \"campos\",\n        \"campus\",\n        \"campusses\"\n    ],\n    \"kampusorus\": [\n        \"camptosorus\"\n    ],\n    \"kampitropal\": [\n        \"campulitropal\"\n    ],\n    \"kampurpopous\": [\n        \"campulitropous\"\n    ],\n    \"cam\": [\n        \"cams\"\n    ],\n    \"camstary\": [\n        \"camsteary\"\n    ],\n    \"kanụ\": [\n        \"cana\"\n    ],\n    \"kanoo\": [\n        \"canaan\"\n    ],\n    \"Canada\": [\n        \"canada\"\n    ],\n    \"asụsụ Canada\": [\n        \"canadian\",\n        \"canadianism\"\n    ],\n    \"kanadianization\": [\n        \"canadianization\"\n    ],\n    \"ndị Canada\": [\n        \"canadians\"\n    ],\n    \"kanadine\": [\n        \"canadine\"\n    ],\n    \"canafistula\": [\n        \"canafistola\",\n        \"canafistolo\",\n        \"canafistulo\"\n    ],\n    \"kanaglia\": [\n        \"canaglia\"\n    ],\n    \"kandụl\": [\n        \"canaille\",\n        \"canailles\",\n        \"canalage\",\n        \"canaled\",\n        \"canales\",\n        \"canards\",\n        \"candiel\",\n        \"candier\",\n        \"candle\",\n        \"candleball\",\n        \"candleberry\",\n        \"candleberries\",\n        \"candlebox\",\n        \"candlefish\",\n        \"candlefishes\",\n        \"candlelit\",\n        \"candlepin\",\n        \"candlepins\",\n        \"candlerent\",\n        \"candlers\",\n        \"candles\",\n        \"candlesnuffer\",\n        \"candlewicks\",\n        \"candlewood\",\n        \"candock\",\n        \"canelle\",\n        \"cankerroot\",\n        \"cannaled\",\n        \"cannelon\",\n        \"canner\",\n        \"cantar\",\n        \"canuck\",\n        \"canzos\",\n        \"hamble\"\n    ],\n    \"kanịjong\": [\n        \"canajong\"\n    ],\n    \"kanakin\": [\n        \"canakin\"\n    ],\n    \"kanaal\": [\n        \"canal\"\n    ],\n    \"ụgbọ mmiri canal\": [\n        \"canalboat\"\n    ],\n    \"kanal\": [\n        \"canale\",\n        \"canaler\"\n    ],\n    \"kanali\": [\n        \"canali\"\n    ],\n    \"kanaliculate\": [\n        \"canaliculate\"\n    ],\n    \"kanaliculation\": [\n        \"canaliculation\"\n    ],\n    \"kanaliculization\": [\n        \"canaliculization\"\n    ],\n    \"kanaliculus\": [\n        \"canaliculus\"\n    ],\n    \"kanaliform\": [\n        \"canaliform\"\n    ],\n    \"ịwa mmiri\": [\n        \"canaling\",\n        \"sawteeth\",\n        \"tewer\"\n    ],\n    \"kanalised\": [\n        \"canalised\"\n    ],\n    \"canalisis\": [\n        \"canalises\"\n    ],\n    \"ndị canal\": [\n        \"canallers\"\n    ],\n    \"Osimiri\": [\n        \"canalside\",\n        \"extranean\",\n        \"reefs\",\n        \"transocean\",\n        \"transoceanic\"\n    ],\n    \"kananee\": [\n        \"cananaean\"\n    ],\n    \"kanga\": [\n        \"cananga\"\n    ],\n    \"kanangium\": [\n        \"canangium\"\n    ],\n    \"canpe\": [\n        \"canape\"\n    ],\n    \"canap\": [\n        \"canapes\"\n    ],\n    \"kanapina\": [\n        \"canapina\"\n    ],\n    \"kanari\": [\n        \"canari\"\n    ],\n    \"Canary\": [\n        \"canary\",\n        \"carnary\"\n    ],\n    \"kansarị\": [\n        \"canarian\"\n    ],\n    \"kanarium\": [\n        \"canarin\",\n        \"canarine\",\n        \"canarium\"\n    ],\n    \"kanoul\": [\n        \"canariote\"\n    ],\n    \"kanụlali\": [\n        \"canavali\"\n    ],\n    \"Odinaka\": [\n        \"canccelli\",\n        \"conquinamine\",\n        \"oppidum\"\n    ],\n    \"ọrịa cancer\": [\n        \"cancelability\",\n        \"canceration\",\n        \"cancerigenic\",\n        \"cancerite\",\n        \"cancerogenic\",\n        \"cancerophobe\",\n        \"cancerophobia\",\n        \"cancers\"\n    ],\n    \"ọrịa kansa\": [\n        \"cancelation\",\n        \"canceler\",\n        \"cancelers\",\n        \"cancelier\",\n        \"cancerdrops\",\n        \"cancerism\",\n        \"cancerization\",\n        \"cancerousness\",\n        \"cancerwort\"\n    ],\n    \"Nkagbu\": [\n        \"cancellability\",\n        \"cancelment\"\n    ],\n    \"Nwoke Ikechukwu\": [\n        \"cancellarian\",\n        \"cancellarius\"\n    ],\n    \"kansa\": [\n        \"cancer\",\n        \"cancered\"\n    ],\n    \"cancer\": [\n        \"cancerate\",\n        \"cancerated\",\n        \"cancerin\",\n        \"cancerous\",\n        \"cancerously\"\n    ],\n    \"mgbọrọgwụ kansa\": [\n        \"cancerroot\"\n    ],\n    \"kansaweed\": [\n        \"cancerweed\"\n    ],\n    \"cancha\": [\n        \"canch\",\n        \"canchas\"\n    ],\n    \"kanchi\": [\n        \"canchi\"\n    ],\n    \"kanchito\": [\n        \"canchito\"\n    ],\n    \"ide ederede\": [\n        \"cancriform\",\n        \"newswriting\",\n        \"skywrites\",\n        \"skywriting\",\n        \"skywritten\",\n        \"skywrote\",\n        \"teletypewriting\"\n    ],\n    \"akagbu\": [\n        \"cancroid\"\n    ],\n    \"Mmechi\": [\n        \"cancroids\",\n        \"celiectomy\",\n        \"ciphonies\",\n        \"curtailments\",\n        \"extenuation\",\n        \"overachieving\",\n        \"unstacks\",\n        \"verdigris\"\n    ],\n    \"kandareen\": [\n        \"candareen\"\n    ],\n    \"Candela\": [\n        \"candela\"\n    ],\n    \"ịzọ ọkwa\": [\n        \"candency\",\n        \"candidacy\"\n    ],\n    \"swiiti\": [\n        \"candy\",\n        \"candify\",\n        \"candyfloss\",\n        \"candyh\",\n        \"candylike\",\n        \"curdy\",\n        \"swiper\",\n        \"swipy\",\n        \"swiple\",\n        \"swipper\"\n    ],\n    \"kwuo eziokwu\": [\n        \"candid\",\n        \"candidest\",\n        \"prankful\"\n    ],\n    \"kwuputara\": [\n        \"candidated\",\n        \"devilled\",\n        \"fessed\",\n        \"quotationally\"\n    ],\n    \"ndi anamachọ\": [\n        \"candidates\"\n    ],\n    \"ndoro-ndoro ochichi\": [\n        \"candidateship\"\n    ],\n    \"Ntuziaka\": [\n        \"candidatures\",\n        \"pilferment\",\n        \"referrals\",\n        \"tipful\",\n        \"tipsiness\",\n        \"tiptopness\"\n    ],\n    \"nchoputa\": [\n        \"candidnesses\",\n        \"copraemic\",\n        \"damnatory\",\n        \"diagnoses\",\n        \"diagnosing\",\n        \"diagnosis\",\n        \"discover\",\n        \"discovery\",\n        \"discoveries\",\n        \"discovert\",\n        \"discoverture\",\n        \"dolorimetric\",\n        \"dovelikeness\",\n        \"findings\",\n        \"foundering\",\n        \"glecoma\",\n        \"implication\",\n        \"misnavigation\",\n        \"proruption\",\n        \"semidiaphaneity\",\n        \"vuln\"\n    ],\n    \"candi\": [\n        \"candied\"\n    ],\n    \"swiiti eme\": [\n        \"candymaking\"\n    ],\n    \"candsị\": [\n        \"candys\"\n    ],\n    \"swiiti igbo\": [\n        \"candyweed\"\n    ],\n    \"oriọna kandụl\": [\n        \"candlebeam\",\n        \"candlebomb\",\n        \"candlelight\",\n        \"candlepower\",\n        \"candlewick\"\n    ],\n    \"ihe ndọba oriọna\": [\n        \"candleholder\",\n        \"candlelighter\",\n        \"candlestand\",\n        \"candlesticks\",\n        \"lampposts\",\n        \"lampstand\"\n    ],\n    \"oriọna oriọna\": [\n        \"candlelighting\",\n        \"candlewicking\",\n        \"lampadephore\",\n        \"lampadephoria\",\n        \"lampyrids\",\n        \"lamplight\",\n        \"lamplighter\",\n        \"lamplit\",\n        \"lampwick\",\n        \"lanternlit\"\n    ],\n    \"imebi ihe\": [\n        \"candlemaking\",\n        \"malcultivation\",\n        \"malignifying\",\n        \"maligning\",\n        \"mismanage\",\n        \"pacifier\",\n        \"poniarding\"\n    ],\n    \"candeshịn\": [\n        \"candleshine\"\n    ],\n    \"ịwa oriọna\": [\n        \"candlewasting\"\n    ],\n    \"ihe kandụl\": [\n        \"candlewright\"\n    ],\n    \"cando\": [\n        \"candors\"\n    ],\n    \"mkpisi\": [\n        \"cane\",\n        \"caneva\",\n        \"klippen\",\n        \"lisk\",\n        \"lisper\",\n        \"stickman\"\n    ],\n    \"kanebrak\": [\n        \"canebrake\"\n    ],\n    \"kanel\": [\n        \"canel\"\n    ],\n    \"okpete\": [\n        \"canelas\",\n        \"canelos\",\n        \"canes\",\n        \"caneware\",\n        \"canework\",\n        \"hooperman\",\n        \"skipper\",\n        \"sugarbird\",\n        \"sugarcane\",\n        \"sugarcoat\",\n        \"sugarcoats\"\n    ],\n    \"kanelike\": [\n        \"canelike\"\n    ],\n    \"kanell\": [\n        \"canell\"\n    ],\n    \"Canella\": [\n        \"canella\"\n    ],\n    \"kanelọl\": [\n        \"canellaceous\"\n    ],\n    \"kanelo\": [\n        \"canelo\"\n    ],\n    \"akpu\": [\n        \"canephor\",\n        \"casaba\",\n        \"casava\",\n        \"casave\",\n        \"cascado\",\n        \"cascarilla\",\n        \"casco\",\n        \"cascrom\",\n        \"casinet\",\n        \"cask\",\n        \"caskets\",\n        \"casky\",\n        \"cassare\",\n        \"cassava\",\n        \"cassavas\",\n        \"casse\",\n        \"cassegrain\",\n        \"castock\",\n        \"castoff\",\n        \"casuarinaceous\",\n        \"catkin\",\n        \"catnip\",\n        \"catnips\",\n        \"chuck\",\n        \"clatchy\",\n        \"cockshies\",\n        \"coss\",\n        \"crips\",\n        \"croup\",\n        \"croupal\",\n        \"croupes\",\n        \"croupy\",\n        \"croups\",\n        \"curn\",\n        \"haskness\",\n        \"hissed\",\n        \"knob\",\n        \"knobber\",\n        \"oak\",\n        \"oaky\",\n        \"oaklet\",\n        \"oakling\",\n        \"oakums\",\n        \"ocherish\",\n        \"ossicule\",\n        \"ossuaries\",\n        \"outtasked\",\n        \"queak\",\n        \"queal\",\n        \"quean\",\n        \"tats\"\n    ],\n    \"ala ahịhịa mmiri\": [\n        \"canephore\"\n    ],\n    \"kanopor\": [\n        \"canephors\"\n    ],\n    \"kanopin\": [\n        \"canepin\"\n    ],\n    \"okpokoro isi\": [\n        \"canescence\",\n        \"cofoundress\",\n        \"cupressineous\",\n        \"forekeel\",\n        \"freestyler\",\n        \"grosshead\",\n        \"headdress\",\n        \"horseheads\",\n        \"keystone\",\n        \"mainframes\",\n        \"silkwork\",\n        \"skull\",\n        \"skullful\",\n        \"skulls\",\n        \"undernurse\"\n    ],\n    \"kanti\": [\n        \"canette\",\n        \"cantic\",\n        \"cantle\"\n    ],\n    \"kanezou\": [\n        \"canezou\"\n    ],\n    \"ihe canful\": [\n        \"canfuls\"\n    ],\n    \"kangan\": [\n        \"cangan\"\n    ],\n    \"oria\": [\n        \"cangue\",\n        \"chria\",\n        \"dementholize\",\n        \"diseased\",\n        \"diseur\",\n        \"ecrus\",\n        \"epitasis\",\n        \"epithecicia\",\n        \"getic\",\n        \"illigation\",\n        \"illume\",\n        \"illure\",\n        \"infectedness\",\n        \"iritis\",\n        \"logorrhea\",\n        \"orgue\",\n        \"wasat\"\n    ],\n    \"kany\": [\n        \"cany\"\n    ],\n    \"kanalul\": [\n        \"canicular\"\n    ],\n    \"kanicule\": [\n        \"canicule\"\n    ],\n    \"kanikin\": [\n        \"canikin\"\n    ],\n    \"manikins\": [\n        \"canikins\",\n        \"manikinism\"\n    ],\n    \"camille\": [\n        \"canille\"\n    ],\n    \"canin\": [\n        \"caninal\"\n    ],\n    \"kanion\": [\n        \"canion\",\n        \"canioned\"\n    ],\n    \"kaniyon\": [\n        \"canyon\"\n    ],\n    \"canyons\": [\n        \"canions\"\n    ],\n    \"kanyonsita\": [\n        \"canyonside\"\n    ],\n    \"tragaasi\": [\n        \"canistel\",\n        \"canister\",\n        \"cannister\"\n    ],\n    \"kankerberị\": [\n        \"cankerberry\"\n    ],\n    \"canke\": [\n        \"cankered\"\n    ],\n    \"canke ike\": [\n        \"cankeredness\",\n        \"cankerous\"\n    ],\n    \"Ndị ọrụ ite\": [\n        \"cankers\"\n    ],\n    \"kanli\": [\n        \"canli\"\n    ],\n    \"ime canmaking\": [\n        \"canmaking\"\n    ],\n    \"kanna\": [\n        \"canna\"\n    ],\n    \"Cannabidiol\": [\n        \"cannabidiol\"\n    ],\n    \"Cannabaceae\": [\n        \"cannabinaceae\"\n    ],\n    \"Cannabine\": [\n        \"cannabine\"\n    ],\n    \"Cannabis\": [\n        \"cannabises\"\n    ],\n    \"Ọrịa Cannabis\": [\n        \"cannabism\"\n    ],\n    \"kanụl\": [\n        \"cannel\"\n    ],\n    \"kanalloni\": [\n        \"cannelloni\",\n        \"cannelons\"\n    ],\n    \"kanalị\": [\n        \"cannelure\"\n    ],\n    \"rie anụ\": [\n        \"cannibal\",\n        \"cannibalic\",\n        \"cannibalish\"\n    ],\n    \"oriri anụ mmadụ\": [\n        \"cannibalism\"\n    ],\n    \"eri anụ mmadụ\": [\n        \"cannibalistic\"\n    ],\n    \"eri anụ\": [\n        \"cannibalistically\",\n        \"predatorial\",\n        \"prefatorial\"\n    ],\n    \"eri mmadụ\": [\n        \"cannibality\",\n        \"cannibalization\",\n        \"cannibalizes\"\n    ],\n    \"rie aru\": [\n        \"cannibalized\"\n    ],\n    \"na-eri anụ ahụ\": [\n        \"cannibalizing\"\n    ],\n    \"oriri anụ ahụ\": [\n        \"cannibally\"\n    ],\n    \"anụ mmadụ\": [\n        \"cannibals\"\n    ],\n    \"kasị eme\": [\n        \"canniest\"\n    ],\n    \"ịnụ ara\": [\n        \"canniness\"\n    ],\n    \"ighe orie\": [\n        \"canning\"\n    ],\n    \"canning\": [\n        \"cannings\"\n    ],\n    \"egbe ala\": [\n        \"cannon\",\n        \"cannonade\",\n        \"cannonaded\",\n        \"cannonades\",\n        \"cannonading\",\n        \"cannonballs\",\n        \"cannoning\",\n        \"cannonism\",\n        \"cannonproof\",\n        \"cannonry\",\n        \"cannonries\",\n        \"cannons\"\n    ],\n    \"egbe egbe\": [\n        \"cannonball\",\n        \"gunbearer\",\n        \"gunboats\",\n        \"gunbright\",\n        \"gunbuilder\",\n        \"gunfight\",\n        \"gunfighter\",\n        \"gunfighting\",\n        \"gunfights\",\n        \"gunfire\",\n        \"gunfires\",\n        \"gunflint\",\n        \"gunflints\",\n        \"gunhouse\",\n        \"gunmaker\",\n        \"gunmaking\",\n        \"gunmetals\",\n        \"gunnery\",\n        \"gunneries\",\n        \"gunnership\",\n        \"gunning\",\n        \"gunnysack\",\n        \"gunnung\",\n        \"gunplays\",\n        \"gunpoints\",\n        \"gunpowderous\",\n        \"gunrack\",\n        \"gunships\",\n        \"gunslingers\",\n        \"gunsmith\",\n        \"gunsmithery\",\n        \"gunstick\",\n        \"gunstocking\",\n        \"gunstocks\",\n        \"gunstone\",\n        \"gunwales\",\n        \"handgun\",\n        \"thunderbearer\",\n        \"thunderbolts\",\n        \"thunderheads\",\n        \"thunderplump\",\n        \"thunderproof\",\n        \"thundersmite\"\n    ],\n    \"ịgba egbe\": [\n        \"cannonballing\"\n    ],\n    \"okpokoro agba\": [\n        \"cannoneering\"\n    ],\n    \"cannula\": [\n        \"cannular\",\n        \"canula\",\n        \"canulae\",\n        \"canular\"\n    ],\n    \"kanopi\": [\n        \"canoe\",\n        \"canoeiro\",\n        \"canopy\",\n        \"canopies\",\n        \"canopying\"\n    ],\n    \"kano\": [\n        \"canoed\"\n    ],\n    \"kanopoo\": [\n        \"canoeing\",\n        \"canoing\"\n    ],\n    \"onye na-akwọ ụgbọ epeepe\": [\n        \"canoeist\"\n    ],\n    \"ndị na-akwọ ụgbọ epeepe\": [\n        \"canoeists\"\n    ],\n    \"kanopi ibu\": [\n        \"canoeload\"\n    ],\n    \"ụgbọ epeepe\": [\n        \"canoes\"\n    ],\n    \"osisi kanopi\": [\n        \"canoewood\"\n    ],\n    \"canoness\": [\n        \"canonesses\"\n    ],\n    \"canonical\": [\n        \"canonicalness\"\n    ],\n    \"canonization\": [\n        \"canonisation\"\n    ],\n    \"ndị canon\": [\n        \"canonists\"\n    ],\n    \"idebe iwu\": [\n        \"canonizing\",\n        \"lawabidingness\",\n        \"legalising\",\n        \"legalizing\",\n        \"nonobservance\",\n        \"preconstituting\",\n        \"presanctify\",\n        \"sanguification\",\n        \"statuting\",\n        \"unobservance\"\n    ],\n    \"ihe yiri ka canon\": [\n        \"canonlike\"\n    ],\n    \"kanopic\": [\n        \"canopic\"\n    ],\n    \"kanopid\": [\n        \"canopid\"\n    ],\n    \"kanopus\": [\n        \"canopus\"\n    ],\n    \"ịgba ume\": [\n        \"canorousness\",\n        \"dephase\",\n        \"encoffinment\",\n        \"refascination\",\n        \"spiritedness\",\n        \"urticant\"\n    ],\n    \"Ulo ahihia\": [\n        \"canroy\"\n    ],\n    \"Mkpọ\": [\n        \"cans\"\n    ],\n    \"kantalup\": [\n        \"cantaloupe\"\n    ],\n    \"Ikenna-ike\": [\n        \"cantankerously\"\n    ],\n    \"cantasas\": [\n        \"cantatas\"\n    ],\n    \"cantatric na-elekọta\": [\n        \"cantatrices\"\n    ],\n    \"kantiin\": [\n        \"canteen\"\n    ],\n    \"canterbury\": [\n        \"canterburian\",\n        \"canterburies\"\n    ],\n    \"canterburians\": [\n        \"canterburianism\"\n    ],\n    \"canter\": [\n        \"cantered\",\n        \"canters\",\n        \"cantor\"\n    ],\n    \"cantharidiz\": [\n        \"cantharidize\"\n    ],\n    \"cantharị na-ekpuchi\": [\n        \"cantharidizing\"\n    ],\n    \"cantillaị\": [\n        \"cantillating\"\n    ],\n    \"cantinging\": [\n        \"cantingness\"\n    ],\n    \"asụsụ cantonese\": [\n        \"cantonese\",\n        \"cantonize\"\n    ],\n    \"cantonment\": [\n        \"cantoning\"\n    ],\n    \"canton\": [\n        \"cantons\",\n        \"cantoon\"\n    ],\n    \"nwere ike ịzụlite\": [\n        \"cantoral\"\n    ],\n    \"canterial\": [\n        \"cantorial\"\n    ],\n    \"Onye Kọnterị\": [\n        \"cantorian\"\n    ],\n    \"canteris\": [\n        \"cantoris\"\n    ],\n    \"canto\": [\n        \"cantorous\"\n    ],\n    \"kantip\": [\n        \"cantrap\"\n    ],\n    \"kwaaji\": [\n        \"canvas\",\n        \"canvasado\",\n        \"canvasers\",\n        \"canvases\",\n        \"canvasman\",\n        \"canvass\",\n        \"canvasses\"\n    ],\n    \"vgbagharị\": [\n        \"canvasing\",\n        \"canvassing\"\n    ],\n    \"yiri ka kwaaji\": [\n        \"canvaslike\"\n    ],\n    \"canghachị\": [\n        \"canvasser\"\n    ],\n    \"ndị na-eme mkpọtụ\": [\n        \"canvassers\",\n        \"clamorers\",\n        \"craniates\",\n        \"damans\",\n        \"dandlers\",\n        \"detergers\",\n        \"enunciators\",\n        \"evacuators\",\n        \"fakers\",\n        \"flatterers\",\n        \"grousers\",\n        \"hawkers\",\n        \"icebreakers\",\n        \"lobbyers\",\n        \"lobbyists\",\n        \"mopers\",\n        \"noisemakers\",\n        \"phoenicians\",\n        \"plenists\",\n        \"porringers\",\n        \"quakers\",\n        \"ramblers\",\n        \"rattlers\",\n        \"scavengers\",\n        \"solecists\",\n        \"stationers\",\n        \"undertakers\",\n        \"unpuckers\",\n        \"vibists\",\n        \"vibrators\"\n    ],\n    \"cangba aghara\": [\n        \"canvassy\"\n    ],\n    \"kansoni\": [\n        \"canzoni\"\n    ],\n    \"kaon\": [\n        \"caon\"\n    ],\n    \"dọọrọ n'agha\": [\n        \"caperer\",\n        \"captive\",\n        \"captiving\"\n    ],\n    \"ihechinyere\": [\n        \"capernoitie\"\n    ],\n    \"akpụkpọ ahụ\": [\n        \"capeskins\",\n        \"kidskin\",\n        \"leatherboard\",\n        \"limpkin\",\n        \"membracine\",\n        \"membrana\",\n        \"membrane\",\n        \"pebrine\",\n        \"scalpel\",\n        \"skinbound\",\n        \"skindiving\",\n        \"skinflint\",\n        \"skinlike\"\n    ],\n    \"n'isi\": [\n        \"capful\",\n        \"caping\",\n        \"capita\",\n        \"early\",\n        \"forehalf\",\n        \"forehoof\",\n        \"greing\",\n        \"grendel\",\n        \"heading\",\n        \"headly\",\n        \"headlongly\",\n        \"membered\",\n        \"membrally\",\n        \"membranaceously\",\n        \"membraned\",\n        \"membranously\",\n        \"memorialized\",\n        \"memoried\",\n        \"memorizable\",\n        \"memorizes\",\n        \"preeminently\",\n        \"rearly\",\n        \"thickhead\"\n    ],\n    \"kabybara\": [\n        \"capybara\"\n    ],\n    \"ọillaụ\": [\n        \"capillaceous\"\n    ],\n    \"isi mmalite\": [\n        \"capillitial\",\n        \"foreword\",\n        \"openhead\",\n        \"prefoundation\",\n        \"primulales\",\n        \"source\",\n        \"sources\",\n        \"underrenting\"\n    ],\n    \"isi obodo\": [\n        \"capital\",\n        \"capitaldom\",\n        \"capitaled\",\n        \"capitaliser\",\n        \"capitalness\",\n        \"capitle\",\n        \"mayorship\",\n        \"principalities\"\n    ],\n    \"buru okpu\": [\n        \"capitaling\",\n        \"capitalising\",\n        \"capitalizing\"\n    ],\n    \"ikeketeorie\": [\n        \"capitalism\",\n        \"capitalistic\",\n        \"cartelistic\"\n    ],\n    \"onye isi obodo\": [\n        \"capitalist\",\n        \"centraliser\",\n        \"mayor\",\n        \"mayoral\",\n        \"mayorality\",\n        \"mayoralty\",\n        \"mayoruna\"\n    ],\n    \"n'isi ike\": [\n        \"capitalistically\"\n    ],\n    \"ndị isi obodo\": [\n        \"capitalists\",\n        \"estatesmen\",\n        \"landwards\",\n        \"mayors\",\n        \"scotsmen\",\n        \"statesmen\"\n    ],\n    \"nwere ike iwepụ\": [\n        \"capitalizable\"\n    ],\n    \"nnukwu ego\": [\n        \"capitalization\",\n        \"capitalizations\",\n        \"capitasti\",\n        \"capitellum\",\n        \"capitolium\",\n        \"macroeconomic\",\n        \"macroeconomics\",\n        \"plurilateral\",\n        \"superdebt\",\n        \"superdeposit\",\n        \"superfat\",\n        \"superincumbent\"\n    ],\n    \"na-ejide ya\": [\n        \"capitulates\"\n    ],\n    \"-akpali\": [\n        \"capitulating\",\n        \"excorticate\",\n        \"exculpating\",\n        \"inculpating\",\n        \"preve\",\n        \"snooding\",\n        \"urds\"\n    ],\n    \"apọpọ\": [\n        \"capoc\"\n    ],\n    \"okpomo\": [\n        \"capomo\"\n    ],\n    \"Ugbogbo\": [\n        \"capouch\",\n        \"spitchcocking\",\n        \"trenchermaker\"\n    ],\n    \"kabadine\": [\n        \"cappadine\"\n    ],\n    \"kabidochio\": [\n        \"cappadochio\"\n    ],\n    \"Ndubueze\": [\n        \"caprelline\",\n        \"carryall\",\n        \"praxithea\"\n    ],\n    \"okpala\": [\n        \"capricornid\",\n        \"urochorda\"\n    ],\n    \"na-emebi emebi\": [\n        \"caprigenous\",\n        \"corrading\",\n        \"corresponsive\",\n        \"corroding\",\n        \"corrosived\",\n        \"corrosiving\",\n        \"corruptibilities\",\n        \"corruptibly\",\n        \"criminous\",\n        \"criminously\",\n        \"deflagrates\",\n        \"deflagrating\",\n        \"deflocculating\",\n        \"defoliant\",\n        \"defroster\",\n        \"degerming\",\n        \"deglutitive\",\n        \"degradative\",\n        \"demasculinizing\",\n        \"demilancer\",\n        \"deperming\",\n        \"depravingly\",\n        \"derailing\",\n        \"deratizing\",\n        \"deteriorative\",\n        \"detrimentally\",\n        \"endamaging\",\n        \"enddamaging\",\n        \"frabous\",\n        \"fragging\",\n        \"fragilely\",\n        \"fragilities\",\n        \"frailes\",\n        \"frappeing\",\n        \"fraternizing\",\n        \"fraughting\",\n        \"frazzling\",\n        \"mutilatory\",\n        \"mutinous\",\n        \"parrying\",\n        \"perforating\",\n        \"periling\",\n        \"perishable\",\n        \"perishables\",\n        \"perishably\",\n        \"permansive\",\n        \"perniciously\",\n        \"rotproof\",\n        \"ructious\",\n        \"rufofulvous\",\n        \"ruinproof\",\n        \"sporophorous\",\n        \"tarnishing\",\n        \"undamaging\",\n        \"underminingly\",\n        \"ungradating\"\n    ],\n    \"ndubueze\": [\n        \"caprylyl\",\n        \"cardiorrheuma\",\n        \"coadjutress\",\n        \"ichthyol\",\n        \"perturbatress\"\n    ],\n    \"agbapụ\": [\n        \"caprioling\",\n        \"cerotate\",\n        \"coloradans\",\n        \"firing\",\n        \"fleches\",\n        \"fledgeling\",\n        \"flittering\",\n        \"flusterating\",\n        \"foliating\",\n        \"fugling\",\n        \"furloughing\",\n        \"lopping\",\n        \"poling\",\n        \"scunnering\",\n        \"shooing\",\n        \"shooting\",\n        \"shootings\",\n        \"shootouts\",\n        \"shotting\",\n        \"soogeing\",\n        \"sooting\",\n        \"sprinted\",\n        \"unbleeding\",\n        \"unfleeing\",\n        \"unshotted\",\n        \"unslinging\",\n        \"unsnugness\"\n    ],\n    \"maapụ\": [\n        \"caprock\",\n        \"map\",\n        \"maples\"\n    ],\n    \"napụ\": [\n        \"caprocks\",\n        \"deplace\"\n    ],\n    \"Obidigbo\": [\n        \"capronyl\"\n    ],\n    \"iheke\": [\n        \"capsidae\",\n        \"hemitypic\",\n        \"hexahedron\",\n        \"masselgem\"\n    ],\n    \"ikpu ekpu\": [\n        \"capsize\",\n        \"capsizes\"\n    ],\n    \"na-ekpu ekpu\": [\n        \"capsizing\"\n    ],\n    \"ndị isi ala\": [\n        \"capstans\",\n        \"captivators\",\n        \"landsmanshaften\",\n        \"lowerclassman\",\n        \"lowerclassmen\",\n        \"philanders\",\n        \"presbyters\",\n        \"presiders\",\n        \"subadults\",\n        \"sublayers\"\n    ],\n    \"Capsule\": [\n        \"capsula\",\n        \"capsule\"\n    ],\n    \"Capsules\": [\n        \"capsuled\",\n        \"capsules\"\n    ],\n    \"ihebueze\": [\n        \"capsulize\"\n    ],\n    \"capsulo ciliary\": [\n        \"capsulociliary\"\n    ],\n    \"capsulo lenticular\": [\n        \"capsulolenticular\"\n    ],\n    \"capsulo nwa akwukwo\": [\n        \"capsulopupillary\"\n    ],\n    \"capsulotomy\": [\n        \"capsulotome\"\n    ],\n    \"captacula\": [\n        \"captaculum\"\n    ],\n    \"ndị isi ụgbọ mmiri\": [\n        \"captaincies\",\n        \"captainries\"\n    ],\n    \"onyeisi ụgbọ\": [\n        \"captainess\"\n    ],\n    \"weghara\": [\n        \"captate\",\n        \"gnapweed\",\n        \"takeover\",\n        \"upglean\",\n        \"wejack\"\n    ],\n    \"Ederede\": [\n        \"captioned\",\n        \"postscript\"\n    ],\n    \"ti nwere ike\": [\n        \"captivatrix\"\n    ],\n    \"ndị a dọtara n'agha\": [\n        \"captives\"\n    ],\n    \"ndọrọ n'agha\": [\n        \"captivity\"\n    ],\n    \"ndị nwudoro\": [\n        \"captors\"\n    ],\n    \"ndị jidere ya\": [\n        \"capturers\"\n    ],\n    \"akada\": [\n        \"capturing\"\n    ],\n    \"caracoles\": [\n        \"caracole\",\n        \"caracoled\",\n        \"caracoler\"\n    ],\n    \"karak\": [\n        \"caract\"\n    ],\n    \"karadok\": [\n        \"caradoc\"\n    ],\n    \"karafon\": [\n        \"carafon\"\n    ],\n    \"carrageenan\": [\n        \"carageen\",\n        \"carageens\"\n    ],\n    \"carrageen\": [\n        \"caragheen\"\n    ],\n    \"na-edekọ akụkọ\": [\n        \"caramelizing\",\n        \"mythopoetised\"\n    ],\n    \"caraoticsal\": [\n        \"caramoussal\"\n    ],\n    \"karandas\": [\n        \"carandas\"\n    ],\n    \"carangid\": [\n        \"carangids\"\n    ],\n    \"karap\": [\n        \"carap\"\n    ],\n    \"karapine\": [\n        \"carapine\"\n    ],\n    \"carat\": [\n        \"carates\",\n        \"carats\"\n    ],\n    \"caruana\": [\n        \"carauna\"\n    ],\n    \"adọkpụ\": [\n        \"caravan\",\n        \"caravaned\",\n        \"charivan\"\n    ],\n    \"caravan\": [\n        \"caravanned\"\n    ],\n    \"karavụ\": [\n        \"caravans\"\n    ],\n    \"onye carbineer\": [\n        \"carbineer\"\n    ],\n    \"ndị carbineers\": [\n        \"carbineers\"\n    ],\n    \"karọt\": [\n        \"carbo\",\n        \"carboy\",\n        \"carboyed\",\n        \"carbolate\",\n        \"carbolated\",\n        \"carbora\",\n        \"carboras\",\n        \"carot\",\n        \"carotins\",\n        \"carrot\",\n        \"carrotiness\",\n        \"carrotins\",\n        \"carrots\",\n        \"carrotwood\",\n        \"kartvel\"\n    ],\n    \"cergbọ mmiri\": [\n        \"carbocer\"\n    ],\n    \"karbodiimide\": [\n        \"carbodiimide\"\n    ],\n    \"karbodynamite\": [\n        \"carbodynamite\"\n    ],\n    \"karbogelatin\": [\n        \"carbogelatin\"\n    ],\n    \"karbohemoglobin\": [\n        \"carbohemoglobin\"\n    ],\n    \"carbohydrates\": [\n        \"carbohydrase\"\n    ],\n    \"kabohaidret\": [\n        \"carbohydrates\"\n    ],\n    \"carbohydrate\": [\n        \"carbohydride\"\n    ],\n    \"nri ikuku\": [\n        \"carbohydrogen\"\n    ],\n    \"Karịọs\": [\n        \"carboys\"\n    ],\n    \"karbo\": [\n        \"carbolating\"\n    ],\n    \"karbolic\": [\n        \"carbolic\"\n    ],\n    \"karbolics\": [\n        \"carbolics\"\n    ],\n    \"karbolineline\": [\n        \"carboline\"\n    ],\n    \"karbolineate\": [\n        \"carbolineate\"\n    ],\n    \"karbolineum\": [\n        \"carbolineum\"\n    ],\n    \"karọọlize\": [\n        \"carbolize\"\n    ],\n    \"karọsịl\": [\n        \"carbolized\"\n    ],\n    \"karọọlizes\": [\n        \"carbolizes\"\n    ],\n    \"karlọlive\": [\n        \"carbolizing\"\n    ],\n    \"karboloy\": [\n        \"carboloy\"\n    ],\n    \"ikuku carbon\": [\n        \"carbonadoes\",\n        \"carbonylating\",\n        \"carbonizers\",\n        \"carbonizing\"\n    ],\n    \"ikuku ndu\": [\n        \"carbonadoing\",\n        \"oxypurine\"\n    ],\n    \"carbon\": [\n        \"carboned\",\n        \"carbonic\",\n        \"carbonous\"\n    ],\n    \"kabonetị\": [\n        \"carbonylate\"\n    ],\n    \"carbonimeta\": [\n        \"carbonimeter\"\n    ],\n    \"carbonized\": [\n        \"carbonised\"\n    ],\n    \"carbọn\": [\n        \"carbons\"\n    ],\n    \"karbofilọs\": [\n        \"carbophilous\"\n    ],\n    \"karbosilicate\": [\n        \"carbosilicate\"\n    ],\n    \"karọtstyril\": [\n        \"carbostyril\"\n    ],\n    \"karọtị\": [\n        \"carboxy\"\n    ],\n    \"karboksylate\": [\n        \"carboxylate\"\n    ],\n    \"karboxylated\": [\n        \"carboxylated\"\n    ],\n    \"karboksyili\": [\n        \"carboxylating\"\n    ],\n    \"carbuncle\": [\n        \"carbuncled\",\n        \"carbuncles\"\n    ],\n    \"gbabiri\": [\n        \"carburated\"\n    ],\n    \"carburet\": [\n        \"carbureted\",\n        \"carburets\"\n    ],\n    \"ndị carburetors\": [\n        \"carburetors\"\n    ],\n    \"carburetị\": [\n        \"carburetted\"\n    ],\n    \"Kwuru\": [\n        \"carburised\",\n        \"construable\",\n        \"previse\",\n        \"tarflower\"\n    ],\n    \"na-ebuli\": [\n        \"carburizes\",\n        \"maximises\",\n        \"maximizes\",\n        \"optimises\",\n        \"optimizes\",\n        \"surmising\"\n    ],\n    \"anuoriri\": [\n        \"carcake\"\n    ],\n    \"carcaneted\": [\n        \"carcanetted\"\n    ],\n    \"ozu\": [\n        \"carcase\",\n        \"carcased\",\n        \"carcases\",\n        \"carcasses\",\n        \"carcassing\",\n        \"carcels\",\n        \"cardial\",\n        \"carpals\",\n        \"carrion\",\n        \"casemated\",\n        \"casemates\",\n        \"condog\",\n        \"corbeilles\",\n        \"corbeils\",\n        \"corbels\",\n        \"corbies\",\n        \"corcass\",\n        \"corcir\",\n        \"cordies\",\n        \"corial\",\n        \"cormels\",\n        \"corneous\",\n        \"corporeality\",\n        \"corporealness\",\n        \"corporeals\",\n        \"corpse\",\n        \"corpselike\",\n        \"corpselikeness\",\n        \"corpses\",\n        \"corpsy\",\n        \"corpulency\",\n        \"corpus\",\n        \"corpuscle\",\n        \"corpuscles\",\n        \"corradiation\",\n        \"corrugation\",\n        \"corteise\",\n        \"coruscation\",\n        \"coruscations\",\n        \"corve\",\n        \"corved\",\n        \"corvees\",\n        \"corver\",\n        \"corves\",\n        \"cremasterial\",\n        \"dismembers\",\n        \"enshell\",\n        \"morcellation\",\n        \"morgue\",\n        \"morpion\",\n        \"mortific\",\n        \"tortrixes\"\n    ],\n    \"na-anụ ahụ\": [\n        \"carcasing\"\n    ],\n    \"okpo\": [\n        \"carcass\",\n        \"carcassed\",\n        \"chaffinch\",\n        \"chaffinches\",\n        \"chalazian\",\n        \"chalazion\",\n        \"chalazium\",\n        \"chaudron\",\n        \"chutneys\",\n        \"conflab\",\n        \"corojo\",\n        \"corol\",\n        \"corolitic\",\n        \"coroll\",\n        \"corolla\",\n        \"corollet\",\n        \"coromell\",\n        \"coronillo\",\n        \"cryalgesia\",\n        \"fabledom\",\n        \"ghbor\",\n        \"ghole\",\n        \"gormandized\",\n        \"kral\",\n        \"lacustral\",\n        \"owldom\",\n        \"parred\",\n        \"plerophory\",\n        \"pleurotonic\",\n        \"postmortuary\",\n        \"tholli\",\n        \"thoriate\",\n        \"voila\",\n        \"volosts\"\n    ],\n    \"enweghị ozu\": [\n        \"carcassless\",\n        \"unparching\"\n    ],\n    \"carcavelos\": [\n        \"carcavelhos\"\n    ],\n    \"carcel\": [\n        \"carceag\"\n    ],\n    \"onye na-elekọta anụ\": [\n        \"carcer\"\n    ],\n    \"carceral\": [\n        \"carcerate\"\n    ],\n    \"ọkà mmụta banyere ọrịa anụ ahụ\": [\n        \"carcinologist\"\n    ],\n    \"Cardamine\": [\n        \"cardamine\"\n    ],\n    \"kadamom\": [\n        \"cardamom\",\n        \"cardamum\"\n    ],\n    \"kadiamọn\": [\n        \"cardamon\"\n    ],\n    \"kadel\": [\n        \"cardel\"\n    ],\n    \"onye nwere kaadi\": [\n        \"cardholder\"\n    ],\n    \"ndị ji kaadị\": [\n        \"cardholders\"\n    ],\n    \"gbasara obi\": [\n        \"cardiac\",\n        \"cardiacal\",\n        \"cardiological\"\n    ],\n    \"obi\": [\n        \"cardiacs\",\n        \"cardiocentesis\",\n        \"cardiographic\",\n        \"chest\",\n        \"chestiness\",\n        \"closehearted\",\n        \"cooniness\",\n        \"cott\",\n        \"cottae\",\n        \"cottage\",\n        \"cottaged\",\n        \"cottagey\",\n        \"emmental\",\n        \"falsehearted\",\n        \"haut\",\n        \"heart\",\n        \"heartease\",\n        \"hearted\",\n        \"heartedness\",\n        \"hearten\",\n        \"heartful\",\n        \"heartiness\",\n        \"heartlet\",\n        \"heartnut\",\n        \"heartroot\",\n        \"hearts\",\n        \"heartsease\",\n        \"heartsette\",\n        \"heartsmitten\",\n        \"heartsome\",\n        \"heartsomeness\",\n        \"heartstring\",\n        \"heartthrob\",\n        \"heartthrobs\",\n        \"hut\",\n        \"obiism\",\n        \"obiit\",\n        \"onehearted\",\n        \"soothing\",\n        \"sootily\",\n        \"sweetheart\",\n        \"sweetheartdom\",\n        \"tempehs\",\n        \"temperable\"\n    ],\n    \"cardialgia\": [\n        \"cardialgy\",\n        \"cardialgic\"\n    ],\n    \"anesthesia cardi\": [\n        \"cardianesthesia\"\n    ],\n    \"Cardicentesis\": [\n        \"cardicentesis\"\n    ],\n    \"kadin\": [\n        \"cardin\",\n        \"cardinally\",\n        \"cardines\"\n    ],\n    \"kadinal\": [\n        \"cardinal\",\n        \"cardinalic\",\n        \"cardinalities\",\n        \"cardinals\",\n        \"cardinalship\"\n    ],\n    \"kaadịinalate\": [\n        \"cardinalate\"\n    ],\n    \"kaadịinalates\": [\n        \"cardinalates\"\n    ],\n    \"azu kadinal\": [\n        \"cardinalfish\",\n        \"cardinalfishes\"\n    ],\n    \"kadinalis\": [\n        \"cardinalis\"\n    ],\n    \"kadinalism\": [\n        \"cardinalism\"\n    ],\n    \"kadinalist\": [\n        \"cardinalist\"\n    ],\n    \"akpado\": [\n        \"cardinality\",\n        \"cassocked\",\n        \"suspensorium\",\n        \"tacked\",\n        \"tagged\",\n        \"taglet\",\n        \"unpotted\"\n    ],\n    \"Kadinal\": [\n        \"cardinalitial\"\n    ],\n    \"onye kadinal\": [\n        \"cardinalitian\"\n    ],\n    \"ọrịa obi\": [\n        \"cardioarterial\",\n        \"cardiocirrhosis\",\n        \"cardioclasia\",\n        \"cardioclasis\",\n        \"cardiograms\",\n        \"cardiograph\",\n        \"cardiographies\",\n        \"cardioids\",\n        \"cardiolysis\",\n        \"cardiology\",\n        \"cardiologic\",\n        \"cardiopathy\",\n        \"cardiopericarditis\",\n        \"cardioplegia\",\n        \"cardiotherapy\",\n        \"cardiotherapies\",\n        \"disdiaclasis\",\n        \"postcardiac\"\n    ],\n    \"Odogwu\": [\n        \"cardiocele\",\n        \"chapeaux\",\n        \"engirdled\",\n        \"gds\",\n        \"ginks\",\n        \"overdressed\",\n        \"overgirding\",\n        \"overpublicizing\",\n        \"overtwist\",\n        \"sordawalite\",\n        \"spademen\",\n        \"sparged\",\n        \"sparkers\",\n        \"sparrowbill\",\n        \"sparrowy\",\n        \"sparrowish\",\n        \"spicas\",\n        \"spoofer\",\n        \"spoofery\",\n        \"squidgy\",\n        \"squidgier\",\n        \"squiredom\",\n        \"stackhousiaceous\",\n        \"trichinosed\",\n        \"underbeveling\",\n        \"undercircling\",\n        \"undergentleman\",\n        \"underhangman\",\n        \"underpetticoated\"\n    ],\n    \"onye na-agwọ ọrịa obi\": [\n        \"cardiographer\"\n    ],\n    \"okpokoro ọrịa\": [\n        \"cardiokinetic\"\n    ],\n    \"ọkà n'akparamàgwà mmadụ\": [\n        \"cardiologies\",\n        \"cardiologist\",\n        \"phycologist\",\n        \"psychobiologist\",\n        \"psychochemist\",\n        \"psychographer\",\n        \"psychologist\",\n        \"psychometrician\",\n        \"psychometrist\",\n        \"psychopathologist\",\n        \"psychophysiologist\",\n        \"psychotheist\"\n    ],\n    \"ndị ọkà n'ọrịa obi\": [\n        \"cardiologists\"\n    ],\n    \"kaadiiopuncture\": [\n        \"cardiopuncture\"\n    ],\n    \"ọgwụ cardiotrophotherapy\": [\n        \"cardiotrophotherapy\"\n    ],\n    \"nwee akwara\": [\n        \"cardiovascular\"\n    ],\n    \"kadị\": [\n        \"carditis\"\n    ],\n    \"dị ka kaadị\": [\n        \"cardlike\"\n    ],\n    \"onye na-eme ihe kaadị\": [\n        \"cardmaker\"\n    ],\n    \"kadol\": [\n        \"cardol\"\n    ],\n    \"kaadion\": [\n        \"cardon\"\n    ],\n    \"kadina\": [\n        \"cardona\"\n    ],\n    \"kporoophagus\": [\n        \"cardophagus\"\n    ],\n    \"kadosanto\": [\n        \"cardosanto\"\n    ],\n    \"ihe ngbanye aka\": [\n        \"cardplayer\"\n    ],\n    \"kaadị ihe\": [\n        \"cardsharping\"\n    ],\n    \"elekọta\": [\n        \"care\",\n        \"overswelled\"\n    ],\n    \"lekọtara\": [\n        \"cared\",\n        \"caretook\",\n        \"geniculate\",\n        \"geniculated\",\n        \"geniculately\",\n        \"lickerish\",\n        \"lingulate\",\n        \"overarched\",\n        \"overscored\",\n        \"overseen\",\n        \"superintended\",\n        \"supervised\",\n        \"unserviced\"\n    ],\n    \"ilekọta\": [\n        \"careened\",\n        \"careening\",\n        \"careeringly\",\n        \"carene\",\n        \"cherishing\",\n        \"cothe\",\n        \"eguttulate\",\n        \"foisting\",\n        \"gleization\",\n        \"glinting\",\n        \"overcareful\",\n        \"oversay\",\n        \"oversatisfy\",\n        \"overseeing\",\n        \"overseing\",\n        \"presustain\",\n        \"wardholding\"\n    ],\n    \"ọkachamara n'ọrụ\": [\n        \"careeristic\"\n    ],\n    \"gbasaghị m\": [\n        \"carefree\",\n        \"nonextensively\"\n    ],\n    \"onye nlezianya\": [\n        \"carefuller\"\n    ],\n    \"kpachapụ anya\": [\n        \"carefullest\",\n        \"cautiously\",\n        \"conditionable\",\n        \"conservatize\",\n        \"cowslip\",\n        \"deliberalization\",\n        \"deliberalize\",\n        \"despiritualize\",\n        \"precautious\",\n        \"precautiously\",\n        \"unwiser\",\n        \"vigilancy\"\n    ],\n    \"jiri nlezianya\": [\n        \"carefully\",\n        \"heedfully\",\n        \"illimitate\",\n        \"oversilently\",\n        \"overslowly\",\n        \"sensitively\",\n        \"sheepishly\",\n        \"shrewishly\",\n        \"virtualize\"\n    ],\n    \"ịkpachara anya\": [\n        \"carefulness\",\n        \"cautionary\",\n        \"cautionry\",\n        \"cautions\",\n        \"precaution\",\n        \"precautional\",\n        \"precautionary\",\n        \"wariness\"\n    ],\n    \"nlekọta,\": [\n        \"careys\"\n    ],\n    \"akpachapụghị anya\": [\n        \"careless\",\n        \"carelessness\",\n        \"gearless\",\n        \"heedless\",\n        \"heedlessness\",\n        \"indiscriminated\",\n        \"irregardless\",\n        \"nondiscrimination\",\n        \"overcareless\",\n        \"overcarelessly\",\n        \"overcarelessness\",\n        \"rackless\",\n        \"shearless\",\n        \"unattempered\",\n        \"unbeared\",\n        \"unbeast\",\n        \"unbeautiful\",\n        \"unbegirded\",\n        \"uncarefully\",\n        \"uncarefulness\",\n        \"uncautious\",\n        \"uncautiously\",\n        \"uncautiousness\",\n        \"unclipped\",\n        \"uncolike\",\n        \"undoweled\",\n        \"undragoned\",\n        \"unhandcuff\",\n        \"unhitched\",\n        \"unobeyed\",\n        \"unpadded\",\n        \"unpaled\",\n        \"unpeeled\",\n        \"unpickled\",\n        \"unpiped\",\n        \"unpitched\",\n        \"unplundered\",\n        \"unprecautioned\",\n        \"unscaled\",\n        \"unscotched\",\n        \"unstewed\",\n        \"unstripped\",\n        \"untattooed\",\n        \"untipped\",\n        \"unweeded\",\n        \"unwept\",\n        \"unwheedled\"\n    ],\n    \"n'echebighi\": [\n        \"carelessly\"\n    ],\n    \"ndị nlekọta\": [\n        \"carers\",\n        \"caretakers\",\n        \"caretakes\",\n        \"custodians\",\n        \"extraordinaries\",\n        \"hypersonics\",\n        \"hospices\",\n        \"maintainers\",\n        \"overseers\",\n        \"patrons\",\n        \"pheasants\",\n        \"plessors\",\n        \"preceptors\",\n        \"pressors\",\n        \"previsors\",\n        \"rectors\",\n        \"soarers\",\n        \"supercommentaries\",\n        \"superficiaries\",\n        \"superintendencies\",\n        \"superintendents\",\n        \"supervisors\",\n        \"testees\",\n        \"trustees\",\n        \"vignerons\"\n    ],\n    \"si mmetu\": [\n        \"caress\"\n    ],\n    \"siere ya ike\": [\n        \"caressed\"\n    ],\n    \"nwekasị\": [\n        \"caresses\"\n    ],\n    \"na-emetụ aka\": [\n        \"caressing\",\n        \"caressive\",\n        \"touchiest\",\n        \"touzling\"\n    ],\n    \"n'ụzọ nkwado\": [\n        \"caressively\",\n        \"corroboratively\"\n    ],\n    \"lekọta\": [\n        \"caret\",\n        \"obsede\",\n        \"overscore\",\n        \"oversee\",\n        \"supervise\",\n        \"supervisee\"\n    ],\n    \"ụgbọ njem\": [\n        \"carfare\"\n    ],\n    \"carfare\": [\n        \"carfares\"\n    ],\n    \"carrefour\": [\n        \"carfour\"\n    ],\n    \"tọgburu\": [\n        \"carfuffled\",\n        \"trashed\"\n    ],\n    \"carfuffff\": [\n        \"carfuffling\"\n    ],\n    \"ndi oru ugbo ala\": [\n        \"cargadores\"\n    ],\n    \"gbururu\": [\n        \"cargued\"\n    ],\n    \"ulo anakpo\": [\n        \"carhops\"\n    ],\n    \"caryatid\": [\n        \"caryatids\"\n    ],\n    \"Carib\": [\n        \"carib\"\n    ],\n    \"ejị\": [\n        \"caribal\",\n        \"carnival\"\n    ],\n    \"Caribbean\": [\n        \"caribbean\"\n    ],\n    \"Ndị Carib\": [\n        \"caribbeans\"\n    ],\n    \"caribe\": [\n        \"caribed\"\n    ],\n    \"ndị caricaturist\": [\n        \"caricaturists\"\n    ],\n    \"ọkà mmụta ihe banyere caricologist\": [\n        \"caricologist\"\n    ],\n    \"acridomorpha\": [\n        \"caridomorpha\"\n    ],\n    \"caries\": [\n        \"caried\"\n    ],\n    \"carillonneur\": [\n        \"carilloneur\"\n    ],\n    \"carina\": [\n        \"carinae\",\n        \"carinal\"\n    ],\n    \"igbochi nri\": [\n        \"carination\"\n    ],\n    \"depụta\": [\n        \"carinulate\",\n        \"enfigure\",\n        \"escribe\",\n        \"percribrate\",\n        \"predesign\",\n        \"predesignate\",\n        \"scribbly\",\n        \"subplate\",\n        \"transcribe\",\n        \"underscribe\",\n        \"unlist\",\n        \"unsheeting\"\n    ],\n    \"carios\": [\n        \"cariosity\"\n    ],\n    \"cariri\": [\n        \"caririan\"\n    ],\n    \"caritas\": [\n        \"carites\"\n    ],\n    \"atụtụ\": [\n        \"caritive\",\n        \"oraculate\",\n        \"pickering\"\n    ],\n    \"n'ehihie\": [\n        \"carkingly\",\n        \"daytime\",\n        \"dayward\",\n        \"midmorning\",\n        \"noondays\",\n        \"solaristically\"\n    ],\n    \"chaark\": [\n        \"carkled\"\n    ],\n    \"carlaji\": [\n        \"carlage\"\n    ],\n    \"ụgbọala\": [\n        \"carloads\",\n        \"drive\",\n        \"driveaway\",\n        \"drivebolt\",\n        \"drove\",\n        \"drovy\",\n        \"extravehicular\",\n        \"garage\",\n        \"motortruck\",\n        \"truckle\",\n        \"vehicula\",\n        \"vehicular\",\n        \"vehiculation\",\n        \"vehiculum\",\n        \"wagon\",\n        \"wagonage\",\n        \"wagonages\"\n    ],\n    \"onye na-arụ ụgbọ ala\": [\n        \"carmaker\"\n    ],\n    \"ndị Carmani\": [\n        \"carmanians\"\n    ],\n    \"Kamel\": [\n        \"carmel\"\n    ],\n    \"Carmelite\": [\n        \"carmelite\"\n    ],\n    \"Carminate\": [\n        \"carminate\"\n    ],\n    \"anụ\": [\n        \"carn\",\n        \"fleshes\",\n        \"mammal\",\n        \"meat\",\n        \"meatal\",\n        \"meathe\",\n        \"meathook\",\n        \"meathooks\",\n        \"meaty\",\n        \"meatily\",\n        \"meatiness\",\n        \"meats\",\n        \"meatus\",\n        \"roast\",\n        \"stable\",\n        \"stablemeal\",\n        \"stablers\",\n        \"stayable\",\n        \"venatory\"\n    ],\n    \"mgbukpọ\": [\n        \"carnage\",\n        \"carnaged\",\n        \"carnages\",\n        \"distoclusion\",\n        \"genocidal\",\n        \"genocide\",\n        \"genocides\",\n        \"holocaust\",\n        \"holocaustic\"\n    ],\n    \"nke anụ ahụ\": [\n        \"carnal\",\n        \"fleshful\"\n    ],\n    \"carnallite\": [\n        \"carnalite\"\n    ],\n    \"jiri omume\": [\n        \"carnally\"\n    ],\n    \"anu aru\": [\n        \"carnalness\",\n        \"carnate\",\n        \"carnivora\",\n        \"carnivoracity\",\n        \"carnivoral\",\n        \"mammality\"\n    ],\n    \"onye na-akpo carnationist\": [\n        \"carnationist\"\n    ],\n    \"carneey\": [\n        \"carneyed\"\n    ],\n    \"anụ arụ\": [\n        \"carniferous\",\n        \"insular\",\n        \"venular\"\n    ],\n    \"zota\": [\n        \"carnify\",\n        \"descort\",\n        \"encharge\",\n        \"encharged\",\n        \"hoister\",\n        \"portend\",\n        \"resave\"\n    ],\n    \"nke anu aru\": [\n        \"carnificial\"\n    ],\n    \"carnival\": [\n        \"carnivals\"\n    ],\n    \"rie anu\": [\n        \"carnivore\"\n    ],\n    \"anụ na-eri anụ\": [\n        \"carnivores\"\n    ],\n    \"ime anụ ahụ\": [\n        \"carnivorism\"\n    ],\n    \"eri anu\": [\n        \"carnivority\",\n        \"carnivorous\",\n        \"carnivorously\"\n    ],\n    \"erimeri\": [\n        \"carnivorousness\"\n    ],\n    \"carnosine\": [\n        \"carnose\",\n        \"carnosin\"\n    ],\n    \"carnosis\": [\n        \"carnosity\"\n    ],\n    \"carnosines\": [\n        \"carnosities\"\n    ],\n    \"anụ ahụ́\": [\n        \"carnous\",\n        \"fleshen\",\n        \"fleshy\"\n    ],\n    \"carbs\": [\n        \"carns\"\n    ],\n    \"carocha\": [\n        \"caroaches\"\n    ],\n    \"carol\": [\n        \"carole\",\n        \"carone\"\n    ],\n    \"ndị carol\": [\n        \"carolers\"\n    ],\n    \"carolinda\": [\n        \"carolinians\"\n    ],\n    \"Ogbogu okonji\": [\n        \"caroller\",\n        \"catoptromancy\"\n    ],\n    \"ndi na agba oso\": [\n        \"carollers\"\n    ],\n    \"na-akpọgharị\": [\n        \"carolling\",\n        \"evocating\"\n    ],\n    \"Carolọs\": [\n        \"carols\"\n    ],\n    \"carotenoids\": [\n        \"carotenes\"\n    ],\n    \"carotid\": [\n        \"carotic\",\n        \"carotidal\"\n    ],\n    \"na-esoro\": [\n        \"caroused\"\n    ],\n    \"caro\": [\n        \"carouses\"\n    ],\n    \"azu kaapu\": [\n        \"carp\"\n    ],\n    \"agbakasi\": [\n        \"carpathian\"\n    ],\n    \"kapeeti\": [\n        \"carpe\",\n        \"carpet\",\n        \"carpetbag\",\n        \"carpetbagger\",\n        \"carpetbaggers\",\n        \"carpetbaggism\",\n        \"carpetbagism\",\n        \"carpetbeater\",\n        \"carpeted\",\n        \"carpeting\",\n        \"carpetlayer\",\n        \"carpetless\",\n        \"carpetmaker\",\n        \"carpetmaking\",\n        \"carpetmonger\",\n        \"carpets\",\n        \"carpetweb\",\n        \"carpetweed\",\n        \"carpetwoven\"\n    ],\n    \"kapinta\": [\n        \"carpent\",\n        \"carpentered\"\n    ],\n    \"ọkwa nkà\": [\n        \"carpenter\",\n        \"carpenteria\",\n        \"carpentering\",\n        \"carpenterworm\",\n        \"carpentry\"\n    ],\n    \"ndị ọkwa nkà\": [\n        \"carpenters\"\n    ],\n    \"ọkwá nkà\": [\n        \"carpentership\"\n    ],\n    \"ndị na-ebu ozu\": [\n        \"carpers\"\n    ],\n    \"kapet akpa\": [\n        \"carpetbagged\"\n    ],\n    \"akpa akwa\": [\n        \"carpetbagging\",\n        \"gearcase\",\n        \"layfolk\",\n        \"loket\",\n        \"lugsails\",\n        \"madecase\",\n        \"needlecase\",\n        \"overpack\",\n        \"spinstress\",\n        \"suitcase\",\n        \"suitcases\",\n        \"suiters\",\n        \"undercase\"\n    ],\n    \"akpa kapeeti\": [\n        \"carpetbags\"\n    ],\n    \"agbakasị\": [\n        \"carpogone\",\n        \"carvol\",\n        \"carvone\",\n        \"pokerishly\",\n        \"stirpicultural\"\n    ],\n    \"ọdụ ụgbọ ala\": [\n        \"carports\"\n    ],\n    \"carrara\": [\n        \"carracks\"\n    ],\n    \"na-ebu ụgwọ\": [\n        \"carryable\"\n    ],\n    \"ajụjụ\": [\n        \"carriage\",\n        \"disesteeming\",\n        \"enquiries\",\n        \"inquests\",\n        \"inquietation\",\n        \"inquiries\",\n        \"inquisitions\",\n        \"inquisitory\",\n        \"inquisitorially\",\n        \"inquisitorship\",\n        \"inquisitress\",\n        \"interjects\",\n        \"interrogations\",\n        \"query\",\n        \"questers\",\n        \"question\",\n        \"questionableness\",\n        \"questionary\",\n        \"questionaries\",\n        \"questioning\",\n        \"questioningly\",\n        \"questionings\",\n        \"questionle\",\n        \"questionless\",\n        \"questionnaire\",\n        \"questionnaires\",\n        \"questionous\",\n        \"questions\",\n        \"questionwise\",\n        \"questors\",\n        \"quiz\",\n        \"quizzatorial\",\n        \"quizzers\",\n        \"quizzes\",\n        \"quizzicality\",\n        \"quizzicalness\",\n        \"quizzish\",\n        \"quizzism\"\n    ],\n    \"ebu ihe\": [\n        \"carriageable\"\n    ],\n    \"ugbo ịnyịnya\": [\n        \"carriagesmith\"\n    ],\n    \"ụzọ ụgbọala\": [\n        \"carriageway\",\n        \"wheelway\"\n    ],\n    \"na-eburu\": [\n        \"carries\",\n        \"carrys\",\n        \"disherited\",\n        \"harboring\",\n        \"harbouring\",\n        \"predisclosing\",\n        \"prepossesses\",\n        \"presuming\",\n        \"resing\",\n        \"retems\",\n        \"suppurates\"\n    ],\n    \"gaba n'ihu\": [\n        \"carryon\",\n        \"continuateness\",\n        \"thenceforward\"\n    ],\n    \"Anụ\": [\n        \"carrions\"\n    ],\n    \"mepụta\": [\n        \"carryout\",\n        \"coproduce\",\n        \"coproduct\",\n        \"invent\",\n        \"produce\",\n        \"underproduce\"\n    ],\n    \"bufeta\": [\n        \"carryover\"\n    ],\n    \"carromata\": [\n        \"carromatas\"\n    ],\n    \"cartity\": [\n        \"carroty\"\n    ],\n    \"cartitier\": [\n        \"carrotier\"\n    ],\n    \"cartitin\": [\n        \"carrotin\"\n    ],\n    \"karọt n'elu\": [\n        \"carrottop\"\n    ],\n    \"karọt igbo\": [\n        \"carrotweed\"\n    ],\n    \"ndị na-ebu ihe\": [\n        \"carrs\",\n        \"propellers\",\n        \"upbearers\"\n    ],\n    \"hoplọ\": [\n        \"carshop\"\n    ],\n    \"ụgbọ ala ụlọ ahịa\": [\n        \"carshops\"\n    ],\n    \"ọrịa ụgbọ ala\": [\n        \"carsickness\"\n    ],\n    \"caron\": [\n        \"carson\"\n    ],\n    \"ụgbọ ibu\": [\n        \"cart\",\n        \"carthorse\",\n        \"carts\"\n    ],\n    \"cartels\": [\n        \"cartelism\",\n        \"cartelist\"\n    ],\n    \"Cartelize\": [\n        \"cartelize\"\n    ],\n    \"Cartelized\": [\n        \"cartelized\"\n    ],\n    \"Cartesian\": [\n        \"cartesian\"\n    ],\n    \"Cartesianism\": [\n        \"cartesianism\"\n    ],\n    \"Carthaginian\": [\n        \"carthaginian\"\n    ],\n    \"Carthame\": [\n        \"carthame\"\n    ],\n    \"Carthamin\": [\n        \"carthamin\"\n    ],\n    \"onyenzor\": [\n        \"carthusian\"\n    ],\n    \"cartilaginous\": [\n        \"cartilaginoid\"\n    ],\n    \"onye na-ebu ihe\": [\n        \"cartmaker\",\n        \"placardeer\",\n        \"subleader\",\n        \"taperbearer\"\n    ],\n    \"na-ebu ụgbọ\": [\n        \"cartmaking\"\n    ],\n    \"onye obu\": [\n        \"cartman\",\n        \"tailorman\"\n    ],\n    \"onye na-ese foto\": [\n        \"cartographer\",\n        \"photoceramist\",\n        \"photochemist\",\n        \"photofinisher\",\n        \"photogrammetrist\",\n        \"photologist\",\n        \"photophysicist\",\n        \"photoplayer\",\n        \"photoresist\",\n        \"piccoloist\"\n    ],\n    \"katomancy\": [\n        \"cartomancy\"\n    ],\n    \"katọn\": [\n        \"carton\",\n        \"cartoned\",\n        \"cartoner\",\n        \"cartop\"\n    ],\n    \"katoon\": [\n        \"cartonful\"\n    ],\n    \"katoonu\": [\n        \"cartoning\"\n    ],\n    \"katọnnage\": [\n        \"cartonnage\"\n    ],\n    \"katọnnier\": [\n        \"cartonnier\"\n    ],\n    \"katọnni\": [\n        \"cartonniers\"\n    ],\n    \"katuunu\": [\n        \"cartons\",\n        \"cartoon\",\n        \"cartooned\",\n        \"cartooning\",\n        \"cartoons\",\n        \"cartopper\"\n    ],\n    \"cartouche\": [\n        \"cartouch\"\n    ],\n    \"katrij\": [\n        \"cartridge\"\n    ],\n    \"igbasi\": [\n        \"carucate\"\n    ],\n    \"caruncle\": [\n        \"caruncles\"\n    ],\n    \"carunkụl\": [\n        \"caruncular\"\n    ],\n    \"meghari\": [\n        \"carunculate\"\n    ],\n    \"gbungburu\": [\n        \"carunculated\"\n    ],\n    \"gbasasia\": [\n        \"carvacryl\",\n        \"disassembled\",\n        \"discerped\",\n        \"intersperse\",\n        \"nicotize\",\n        \"sciagraphed\",\n        \"swashed\"\n    ],\n    \"igburu\": [\n        \"carvage\"\n    ],\n    \"pịrị apị\": [\n        \"carve\",\n        \"carved\",\n        \"carven\",\n        \"graven\"\n    ],\n    \"wapụtara\": [\n        \"carvene\"\n    ],\n    \"ovu ihe\": [\n        \"carver\"\n    ],\n    \"ndị na-akpụrụ akpụ\": [\n        \"carvers\"\n    ],\n    \"atụ ihe\": [\n        \"carving\"\n    ],\n    \"onye na-eri anụ\": [\n        \"carvist\",\n        \"meatman\",\n        \"predator\",\n        \"prefator\"\n    ],\n    \"carvoeira\": [\n        \"carvoepra\"\n    ],\n    \"casaba\": [\n        \"casabas\"\n    ],\n    \"cajamarca\": [\n        \"casamarca\"\n    ],\n    \"nwamaka\": [\n        \"casanovanic\"\n    ],\n    \"ndi akpati\": [\n        \"casate\"\n    ],\n    \"cascabel\": [\n        \"cascable\"\n    ],\n    \"akwụkwọ ikpe\": [\n        \"casebook\",\n        \"casebooks\"\n    ],\n    \"ndababa\": [\n        \"casebound\",\n        \"mayflowers\",\n        \"pitchout\",\n        \"subapparentness\"\n    ],\n    \"kee ikpe\": [\n        \"casefy\"\n    ],\n    \"bụrụ na ọ dị mma\": [\n        \"casefied\"\n    ],\n    \"kenfuli\": [\n        \"caseful\"\n    ],\n    \"kesinogen\": [\n        \"caseinogen\"\n    ],\n    \"Okwu\": [\n        \"caseins\",\n        \"deliquesces\",\n        \"deliquescing\",\n        \"deliracy\",\n        \"disclaims\",\n        \"empirics\",\n        \"epithem\",\n        \"interjugular\",\n        \"prodivorce\",\n        \"talkfest\",\n        \"telfers\",\n        \"term\",\n        \"termatic\",\n        \"termital\",\n        \"thearchic\",\n        \"thecal\",\n        \"thesicle\",\n        \"wordmaker\"\n    ],\n    \"onye na-elekọta ikpe\": [\n        \"casekeeper\"\n    ],\n    \"onye na-eme ihe n’ego\": [\n        \"casemaker\"\n    ],\n    \"casement\": [\n        \"casemented\"\n    ],\n    \"ikpeolysis\": [\n        \"caseolysis\"\n    ],\n    \"caserne\": [\n        \"casern\"\n    ],\n    \"kaseti\": [\n        \"casette\",\n        \"casettes\",\n        \"cassette\",\n        \"cassettes\"\n    ],\n    \"ikpe igbo\": [\n        \"caseweed\"\n    ],\n    \"ndị ọrụ ikpe\": [\n        \"caseworkers\"\n    ],\n    \"Ojejoje\": [\n        \"caseworm\",\n        \"interjector\",\n        \"miscellanist\"\n    ],\n    \"kwụrụ kwụrụ\": [\n        \"cashable\"\n    ],\n    \"igbe ego\": [\n        \"cashbox\",\n        \"cashboxes\"\n    ],\n    \"drọwa ego\": [\n        \"cashdrawer\"\n    ],\n    \"onye okwu ugwo\": [\n        \"casher\",\n        \"cashibo\",\n        \"cashier\",\n        \"cashiered\",\n        \"cashierer\"\n    ],\n    \"cashewu\": [\n        \"cashews\"\n    ],\n    \"okwu ego\": [\n        \"cashierment\"\n    ],\n    \"ndị na-ego ego\": [\n        \"cashiers\"\n    ],\n    \"onye na-eche ego\": [\n        \"cashkeeper\"\n    ],\n    \"cha cha\": [\n        \"casino\",\n        \"chaises\",\n        \"forthright\",\n        \"outright\",\n        \"voidly\"\n    ],\n    \"dị ka akpati\": [\n        \"casketlike\"\n    ],\n    \"akpaba\": [\n        \"caspar\",\n        \"opsy\"\n    ],\n    \"cassata\": [\n        \"cassatas\"\n    ],\n    \"kasịnụ\": [\n        \"casselty\",\n        \"waxiest\"\n    ],\n    \"Gbasara\": [\n        \"casseroled\",\n        \"controverted\",\n        \"outstartled\",\n        \"sphacelated\",\n        \"spraddled\"\n    ],\n    \"akpuru\": [\n        \"casseroles\",\n        \"ossetic\"\n    ],\n    \"casserol\": [\n        \"casseroling\"\n    ],\n    \"Kasasi\": [\n        \"cassican\"\n    ],\n    \"kasinụ\": [\n        \"cassine\"\n    ],\n    \"asụsụ cassinese\": [\n        \"cassinese\"\n    ],\n    \"nwamba\": [\n        \"cassinette\",\n        \"catabases\",\n        \"catamaran\",\n        \"catamarans\",\n        \"catamarcan\",\n        \"catamnesis\",\n        \"catatonias\",\n        \"catbird\",\n        \"catclaw\",\n        \"caterbrawl\",\n        \"caterwauler\",\n        \"caterwauls\",\n        \"catgut\",\n        \"catjang\",\n        \"catkins\",\n        \"cats\",\n        \"catskill\",\n        \"catskin\",\n        \"catslide\",\n        \"catsos\",\n        \"catspaw\",\n        \"catspaws\",\n        \"catstane\",\n        \"catsup\",\n        \"catsups\",\n        \"catties\",\n        \"catting\",\n        \"immerges\",\n        \"kittlest\",\n        \"tambourgi\"\n    ],\n    \"cassinas\": [\n        \"cassinian\"\n    ],\n    \"cassiope nke\": [\n        \"cassiopeian\"\n    ],\n    \"ụlọ nche\": [\n        \"castalides\",\n        \"guardhouse\",\n        \"guardhouses\",\n        \"watchtower\",\n        \"watchtowers\"\n    ],\n    \"Nkedo\": [\n        \"castanea\",\n        \"jilting\",\n        \"tilaks\",\n        \"tressed\",\n        \"tresses\"\n    ],\n    \"Castanean\": [\n        \"castanean\"\n    ],\n    \"asụsụ Katọlik\": [\n        \"castanian\"\n    ],\n    \"antọpụsị\": [\n        \"castanospermum\"\n    ],\n    \"Ezigbo ụlọ\": [\n        \"castellany\",\n        \"superfamily\"\n    ],\n    \"Ulo-elu\": [\n        \"castellation\"\n    ],\n    \"ellọukwu\": [\n        \"castellatus\"\n    ],\n    \"Obinna Okeke\": [\n        \"castelli\",\n        \"isovanillic\"\n    ],\n    \"ndị oji\": [\n        \"casters\",\n        \"smiths\"\n    ],\n    \"Onye obula\": [\n        \"casteth\",\n        \"embitterer\",\n        \"everyman\",\n        \"interrer\",\n        \"sorner\"\n    ],\n    \"ulo mkpo\": [\n        \"casthouse\",\n        \"castoreum\",\n        \"teahouse\"\n    ],\n    \"casti\": [\n        \"castile\"\n    ],\n    \"illọ castilloa\": [\n        \"castilloa\"\n    ],\n    \"oge ọgbụgba\": [\n        \"castings\"\n    ],\n    \"nnukwu ụlọ dị ka\": [\n        \"castlelike\"\n    ],\n    \"gba\": [\n        \"castling\",\n        \"stroming\"\n    ],\n    \"ihe ncheta\": [\n        \"castorial\",\n        \"haruspices\",\n        \"manorial\",\n        \"manorialism\",\n        \"mementoes\",\n        \"mementos\",\n        \"memorabile\",\n        \"memorabilia\",\n        \"memorability\",\n        \"memoranda\",\n        \"memorialiser\",\n        \"memorializer\",\n        \"memorials\",\n        \"memorizer\",\n        \"memorizers\",\n        \"moniment\",\n        \"monument\",\n        \"monumentary\",\n        \"monumenting\",\n        \"monumentlike\",\n        \"monuments\",\n        \"relicts\",\n        \"remembrancer\",\n        \"reminders\",\n        \"reresupper\",\n        \"souvenir\",\n        \"souvenirs\"\n    ],\n    \"ndị nwere ike\": [\n        \"castors\",\n        \"enablers\",\n        \"stackmen\"\n    ],\n    \"ikpọpu\": [\n        \"castrate\"\n    ],\n    \"a gbara\": [\n        \"castrated\",\n        \"pigsticked\"\n    ],\n    \"onye nkedo\": [\n        \"castrator\",\n        \"linesman\",\n        \"plasterer\",\n        \"platanist\",\n        \"platonician\",\n        \"sawman\",\n        \"snobographer\",\n        \"trapanner\"\n    ],\n    \"ndị nkedo\": [\n        \"castrators\",\n        \"ironists\",\n        \"plastiqueurs\"\n    ],\n    \"rolọ\": [\n        \"castro\",\n        \"pleroma\",\n        \"uvrou\"\n    ],\n    \"onye nkịtị\": [\n        \"casualist\",\n        \"layman\",\n        \"normannic\"\n    ],\n    \"n'echebaraghị ya echiche\": [\n        \"casually\",\n        \"unconcernedly\"\n    ],\n    \"onye merụrụ ahụ\": [\n        \"casualty\"\n    ],\n    \"merụrụ ahụ\": [\n        \"casualties\",\n        \"hurt\",\n        \"injelly\",\n        \"injured\",\n        \"injuredly\",\n        \"wounded\",\n        \"woundedly\"\n    ],\n    \"pusi\": [\n        \"cat\",\n        \"catstick\"\n    ],\n    \"onye catabaptist\": [\n        \"catabaptist\"\n    ],\n    \"mmekpa aru\": [\n        \"catabasis\",\n        \"derogator\"\n    ],\n    \"ihekwasi\": [\n        \"cataclysmatic\"\n    ],\n    \"kelechukwu\": [\n        \"cataclysmic\"\n    ],\n    \"ndudu\": [\n        \"cataclysmist\",\n        \"catastrophal\",\n        \"catcall\",\n        \"catchalls\",\n        \"eruc\"\n    ],\n    \"ndukpọ\": [\n        \"catacombic\",\n        \"catallactic\",\n        \"catasetum\",\n        \"cataspilite\",\n        \"hyposecretion\"\n    ],\n    \"mmekọahụ\": [\n        \"catacoustics\",\n        \"intercourse\",\n        \"sex\",\n        \"sexern\",\n        \"sexes\",\n        \"sexiness\",\n        \"sexism\",\n        \"sexisms\",\n        \"sexist\",\n        \"sexualism\",\n        \"sexualist\",\n        \"sexuality\",\n        \"sexualities\"\n    ],\n    \"nnukwu ozuzu\": [\n        \"catacumbal\"\n    ],\n    \"catadupa\": [\n        \"catadupe\"\n    ],\n    \"katata\": [\n        \"cataian\"\n    ],\n    \"nwachukwuomeric\": [\n        \"catakinomeric\"\n    ],\n    \"katalan\": [\n        \"catalan\"\n    ],\n    \"katalọgụ\": [\n        \"catalanist\",\n        \"catalo\",\n        \"cataloes\",\n        \"catalog\",\n        \"cataloger\",\n        \"catalogers\",\n        \"catalogia\",\n        \"catalogic\",\n        \"catalogical\",\n        \"cataloging\",\n        \"catalogistic\",\n        \"catalogize\",\n        \"catalogs\",\n        \"catalogue\",\n        \"cataloguer\",\n        \"catalogues\",\n        \"cataloguing\",\n        \"cataloguist\",\n        \"cataloon\",\n        \"cataphysic\",\n        \"cataphysical\",\n        \"cataphrenia\",\n        \"cataplane\",\n        \"catapuce\",\n        \"catechetical\",\n        \"catechization\",\n        \"caterwauled\",\n        \"cathodegraph\",\n        \"cathograph\",\n        \"catodont\"\n    ],\n    \"katalati\": [\n        \"catalatic\"\n    ],\n    \"kọntaktị\": [\n        \"catalectic\",\n        \"communized\",\n        \"compacting\",\n        \"conacre\",\n        \"concertize\",\n        \"concertizer\",\n        \"concerto\",\n        \"concetto\",\n        \"concrescent\",\n        \"concrescible\",\n        \"concrescive\",\n        \"concretes\",\n        \"confact\",\n        \"confederacies\",\n        \"confervoideae\",\n        \"conrad\",\n        \"contact\",\n        \"contactant\",\n        \"contaction\",\n        \"contactor\",\n        \"contacts\",\n        \"contakion\",\n        \"contakionkia\",\n        \"converginerved\",\n        \"conversaziones\",\n        \"convertaplane\",\n        \"convertiplane\",\n        \"convertoplane\",\n        \"pacts\"\n    ],\n    \"cataleptik\": [\n        \"cataleptics\"\n    ],\n    \"katalina\": [\n        \"catalina\"\n    ],\n    \"katolek\": [\n        \"catalyzer\"\n    ],\n    \"ndi catalyzers\": [\n        \"catalyzers\"\n    ],\n    \"na-eweta catalyzes\": [\n        \"catalyzes\"\n    ],\n    \"katolum\": [\n        \"catallum\"\n    ],\n    \"katalogia\": [\n        \"catalogist\"\n    ],\n    \"na-akọziri\": [\n        \"catamited\"\n    ],\n    \"ndi catamites\": [\n        \"catamites\"\n    ],\n    \"Aghara\": [\n        \"catanadromous\",\n        \"rvulsant\",\n        \"tendre\"\n    ],\n    \"kataata\": [\n        \"catapan\"\n    ],\n    \"katapila\": [\n        \"cataphonics\",\n        \"cataphoric\",\n        \"cataplasis\",\n        \"cataplastic\",\n        \"catapult\",\n        \"catapultic\",\n        \"catapulting\",\n        \"catapults\",\n        \"catercap\",\n        \"catercorner\",\n        \"caterva\"\n    ],\n    \"katarrhal\": [\n        \"catarrhal\"\n    ],\n    \"nwetere\": [\n        \"catarrhed\"\n    ],\n    \"katarrhous\": [\n        \"catarrhous\"\n    ],\n    \"katosta\": [\n        \"catasta\"\n    ],\n    \"Ekoli\": [\n        \"catastaltic\"\n    ],\n    \"Ekpo\": [\n        \"catastatic\"\n    ],\n    \"keezigbo\": [\n        \"catastrophically\"\n    ],\n    \"ndachi\": [\n        \"catastrophist\",\n        \"misfortune\"\n    ],\n    \"Okafor\": [\n        \"catatonic\",\n        \"oosporiferous\",\n        \"prehardens\"\n    ],\n    \"kịberị\": [\n        \"catberry\"\n    ],\n    \"ihe nkita\": [\n        \"catbrier\"\n    ],\n    \"na-adaba\": [\n        \"catcalls\",\n        \"coinciding\"\n    ],\n    \"gbute azụ\": [\n        \"catch\"\n    ],\n    \"onye nwuchi\": [\n        \"catcher\"\n    ],\n    \"ndi nwua\": [\n        \"catchers\"\n    ],\n    \"ejidere\": [\n        \"catchflies\",\n        \"detained\",\n        \"heldentenor\",\n        \"heldentenore\",\n        \"retained\"\n    ],\n    \"catchy\": [\n        \"catchie\",\n        \"catchier\"\n    ],\n    \"akụta\": [\n        \"catching\"\n    ],\n    \"Ala mmiri\": [\n        \"catchland\",\n        \"superterranean\"\n    ],\n    \"ọnyà\": [\n        \"catchline\",\n        \"ensnare\",\n        \"ensnared\",\n        \"ensnarement\",\n        \"ensnarements\",\n        \"ensnarer\",\n        \"ensnares\",\n        \"entangles\",\n        \"entypies\",\n        \"entrainment\",\n        \"entrap\",\n        \"entraps\",\n        \"gnawer\",\n        \"insnare\",\n        \"insnares\",\n        \"pitfalls\",\n        \"pitsaws\",\n        \"snare\",\n        \"snared\",\n        \"snares\",\n        \"torpescent\",\n        \"trap\",\n        \"trapaceous\",\n        \"trapanned\",\n        \"trapans\",\n        \"trapesed\",\n        \"trapfall\",\n        \"trapiche\",\n        \"trapiferous\",\n        \"trapish\",\n        \"trapnests\",\n        \"trappiness\",\n        \"trapstick\",\n        \"trapt\",\n        \"trapunto\",\n        \"trapuntos\",\n        \"tricots\"\n    ],\n    \"mkpụrụ okwu mkpo okwu\": [\n        \"catchphrase\"\n    ],\n    \"catchpole\": [\n        \"catchpoled\",\n        \"catchpolery\"\n    ],\n    \"ụgbọ mmiri na-agba agba\": [\n        \"catchpoleship\"\n    ],\n    \"dị arọ\": [\n        \"catchweight\",\n        \"downweight\",\n        \"heavisome\",\n        \"weigher\",\n        \"weighty\",\n        \"weightier\",\n        \"weightiest\",\n        \"weightily\"\n    ],\n    \"njide okwu\": [\n        \"catchwords\"\n    ],\n    \"enwetaghị ọrụ\": [\n        \"catchwork\",\n        \"unassigned\",\n        \"uncounteracted\"\n    ],\n    \"katiketị\": [\n        \"catechetic\"\n    ],\n    \"katakị\": [\n        \"catechisation\",\n        \"catechise\"\n    ],\n    \"katakisim\": [\n        \"catechism\"\n    ],\n    \"katakism\": [\n        \"catechismal\"\n    ],\n    \"katakim\": [\n        \"catechisms\"\n    ],\n    \"katakiks\": [\n        \"catechistic\"\n    ],\n    \"katakistik\": [\n        \"catechistical\"\n    ],\n    \"n'adamba\": [\n        \"catechistically\"\n    ],\n    \"ndi Katakpa\": [\n        \"catechists\"\n    ],\n    \"katechol\": [\n        \"catechol\"\n    ],\n    \"katechols\": [\n        \"catechols\"\n    ],\n    \"katechumenal\": [\n        \"catechumenal\"\n    ],\n    \"katakimenism\": [\n        \"catechumenism\"\n    ],\n    \"categorọm\": [\n        \"categorem\"\n    ],\n    \"n'otu n'otu\": [\n        \"categorematically\",\n        \"individually\",\n        \"shedwise\",\n        \"teamwise\"\n    ],\n    \"udi\": [\n        \"category\",\n        \"shape\",\n        \"shapeup\"\n    ],\n    \"nke doro anya\": [\n        \"categoric\",\n        \"definable\",\n        \"plainest\",\n        \"vividest\"\n    ],\n    \"nkera\": [\n        \"categoricalness\",\n        \"fort\",\n        \"nonfederal\",\n        \"rowy\",\n        \"semiboiled\",\n        \"semiemotionally\",\n        \"semihyperbolic\",\n        \"semihorny\",\n        \"semimilitary\",\n        \"semipeace\",\n        \"semipeaceful\",\n        \"semipoor\",\n        \"semiverticillate\"\n    ],\n    \"nhazi ọkwa\": [\n        \"categorisation\",\n        \"categorization\",\n        \"classification\",\n        \"classificational\",\n        \"classifications\",\n        \"classificator\",\n        \"classificatory\",\n        \"classifier\",\n        \"classifying\",\n        \"counterclassification\",\n        \"kevelhead\",\n        \"levelism\",\n        \"misclassification\",\n        \"misclassifications\",\n        \"preclassification\",\n        \"unclassification\"\n    ],\n    \"na nkewa\": [\n        \"categorised\",\n        \"categorized\"\n    ],\n    \"na-ekenye ha\": [\n        \"categorising\",\n        \"categorizing\"\n    ],\n    \"onye catenarian\": [\n        \"catenarian\"\n    ],\n    \"ndi nkata\": [\n        \"caterans\"\n    ],\n    \"achoputala\": [\n        \"catercornered\"\n    ],\n    \"ihe nkuku\": [\n        \"catercornerways\"\n    ],\n    \"nwa nwanne nna\": [\n        \"catercousin\",\n        \"couscous\",\n        \"couscouses\",\n        \"couscousou\",\n        \"cousin\",\n        \"cousinage\",\n        \"cousiny\",\n        \"cousinship\"\n    ],\n    \"Onye nlekọta\": [\n        \"caterer\",\n        \"steerman\",\n        \"sublibrarianship\",\n        \"tooler\"\n    ],\n    \"ndị na-ewe ihe oriri\": [\n        \"caterers\"\n    ],\n    \"nri nri\": [\n        \"caterership\",\n        \"dietetical\",\n        \"dietetics\",\n        \"dietics\",\n        \"dietine\",\n        \"dietrichite\",\n        \"digestive\",\n        \"mealmouth\",\n        \"mealmouthed\",\n        \"mealtide\"\n    ],\n    \"isi nri\": [\n        \"catering\",\n        \"cooking\",\n        \"coregonine\",\n        \"doughhead\",\n        \"feedhead\",\n        \"kitchenwards\",\n        \"mapache\"\n    ],\n    \"nchi\": [\n        \"caterpillar\",\n        \"caterpillars\"\n    ],\n    \"kụrụ n'ọgbọ\": [\n        \"caterpillared\"\n    ],\n    \"nwakowa\": [\n        \"caterwaul\"\n    ],\n    \"ndubata\": [\n        \"caterwauling\"\n    ],\n    \"ama ụlọ\": [\n        \"cates\"\n    ],\n    \"azụ okpo\": [\n        \"catfish\"\n    ],\n    \"onwude\": [\n        \"cathartic\"\n    ],\n    \"ekpughere\": [\n        \"catharticalness\",\n        \"denaturalised\",\n        \"denaturalized\",\n        \"denaturised\",\n        \"denaturized\",\n        \"disclosable\",\n        \"discloses\",\n        \"exposited\",\n        \"expositionary\",\n        \"expositive\",\n        \"expository\",\n        \"expositorial\",\n        \"expositoriness\",\n        \"expositress\",\n        \"gestureless\",\n        \"mishitting\",\n        \"nontemperable\",\n        \"recriminated\",\n        \"redisposed\",\n        \"revealable\",\n        \"revealedly\",\n        \"unappealed\",\n        \"uncaptivate\",\n        \"uncast\",\n        \"uncastrated\",\n        \"uncavernous\",\n        \"undiscording\",\n        \"unexcavated\",\n        \"unexcogitated\",\n        \"unexecuting\",\n        \"unexpiated\",\n        \"unexplicit\",\n        \"unexposed\",\n        \"unexpunged\",\n        \"unfevered\",\n        \"unfolder\",\n        \"unfoldure\",\n        \"unglaring\",\n        \"unmanifested\",\n        \"unmashed\",\n        \"unpealed\",\n        \"unperspired\",\n        \"unraveled\",\n        \"unravelled\",\n        \"unreposed\",\n        \"unsecret\",\n        \"unshown\",\n        \"unstaunched\",\n        \"unvehemently\",\n        \"unveiled\",\n        \"unveiledly\",\n        \"unveiledness\",\n        \"unveined\",\n        \"unvendable\",\n        \"unvendableness\",\n        \"unvended\",\n        \"unveneered\",\n        \"unvenerated\",\n        \"unvenerative\",\n        \"unvenged\",\n        \"unveracity\",\n        \"unverifiable\",\n        \"unverifiableness\",\n        \"unverifiably\",\n        \"unversified\",\n        \"unvetoed\",\n        \"unvexed\"\n    ],\n    \"katidral\": [\n        \"cathedral\",\n        \"cathedrals\"\n    ],\n    \"katidelụ\": [\n        \"cathedraled\"\n    ],\n    \"katidralik\": [\n        \"cathedralic\"\n    ],\n    \"katidral dị\": [\n        \"cathedrallike\"\n    ],\n    \"katidras\": [\n        \"cathedras\"\n    ],\n    \"nwuliri\": [\n        \"cathedrated\"\n    ],\n    \"katherine\": [\n        \"catherine\"\n    ],\n    \"catheterisation\": [\n        \"catheterising\"\n    ],\n    \"catheters\": [\n        \"catheterism\"\n    ],\n    \"catheterization\": [\n        \"catheterizing\"\n    ],\n    \"nkwonkwo mmiri\": [\n        \"cathodoluminescence\",\n        \"coigue\",\n        \"pelvioperitonitis\"\n    ],\n    \"Katọlik\": [\n        \"catholic\",\n        \"catholical\",\n        \"catholicalness\",\n        \"catholicate\",\n        \"catholicisation\",\n        \"catholicise\",\n        \"catholiciser\",\n        \"catholicising\",\n        \"catholicism\",\n        \"catholicist\",\n        \"catholicity\",\n        \"catholicization\",\n        \"catholicize\",\n        \"catholicizer\",\n        \"catholicizing\",\n        \"catholicness\",\n        \"catholicon\",\n        \"catholicos\"\n    ],\n    \"ndị Katọlik\": [\n        \"catholics\"\n    ],\n    \"katolus\": [\n        \"catholicus\"\n    ],\n    \"ụlọ nkwakọba ihe\": [\n        \"cathouses\",\n        \"packinghouse\",\n        \"steakhouses\",\n        \"stockhouse\",\n        \"stockrooms\",\n        \"storehouse\",\n        \"storehouseman\",\n        \"storehouses\",\n        \"storeroom\",\n        \"storerooms\",\n        \"warehousers\",\n        \"warerooms\"\n    ],\n    \"onye catilinarian\": [\n        \"catilinarian\"\n    ],\n    \"katiline\": [\n        \"catiline\"\n    ],\n    \"Akwụkwọ\": [\n        \"cationic\",\n        \"epicrises\",\n        \"epilithic\",\n        \"focuser\",\n        \"heretically\",\n        \"hickories\",\n        \"niderings\",\n        \"pabulous\",\n        \"padraig\",\n        \"propers\",\n        \"releivos\",\n        \"stickups\",\n        \"tenders\"\n    ],\n    \"Ọgụgụ\": [\n        \"cations\",\n        \"contg\",\n        \"coxalgy\",\n        \"suggillation\"\n    ],\n    \"klọl\": [\n        \"catlin\"\n    ],\n    \"katolin\": [\n        \"catlins\"\n    ],\n    \"nwude, nwude\": [\n        \"catnap\"\n    ],\n    \"chiedozie nwagbara\": [\n        \"catocarthartic\"\n    ],\n    \"katochus\": [\n        \"catochus\"\n    ],\n    \"katodọn\": [\n        \"catodon\"\n    ],\n    \"ọrịa katalọgụ\": [\n        \"catoism\"\n    ],\n    \"katọnik\": [\n        \"catonian\",\n        \"catonic\",\n        \"catonically\"\n    ],\n    \"ịkpụcha\": [\n        \"catpiece\",\n        \"cutcheries\",\n        \"cutcherry\",\n        \"cutweed\",\n        \"escutcheons\"\n    ],\n    \"pusi anwụrụ\": [\n        \"catpipe\"\n    ],\n    \"pusi akaebe\": [\n        \"catproof\"\n    ],\n    \"katrigged\": [\n        \"catrigged\"\n    ],\n    \"osiso\": [\n        \"catstitcher\",\n        \"chaperoning\",\n        \"culbut\",\n        \"haruspicate\",\n        \"oustee\",\n        \"oviferous\",\n        \"pursuant\",\n        \"schussing\",\n        \"stinkweed\"\n    ],\n    \"cattail\": [\n        \"cattails\"\n    ],\n    \"catan\": [\n        \"cattan\"\n    ],\n    \"nwuru anwu\": [\n        \"catted\",\n        \"deadborn\",\n        \"sunken\"\n    ],\n    \"cati\": [\n        \"catty\"\n    ],\n    \"nnechi nwoke\": [\n        \"cattycorner\"\n    ],\n    \"katrịrị\": [\n        \"cattier\"\n    ],\n    \"nwụọ\": [\n        \"cattishness\",\n        \"deaden\",\n        \"deadened\",\n        \"deadish\",\n        \"die\",\n        \"dieb\",\n        \"diedric\",\n        \"dies\",\n        \"diewise\",\n        \"gilds\",\n        \"numbing\",\n        \"rakishness\",\n        \"soldiered\",\n        \"spank\",\n        \"spung\",\n        \"tantony\",\n        \"tarquinish\"\n    ],\n    \"ebe a na-azụ ehi\": [\n        \"cattlefold\"\n    ],\n    \"ihe eji ehi ehi\": [\n        \"cattlehide\",\n        \"cowhide\",\n        \"cowhides\",\n        \"oxysalts\"\n    ],\n    \"ehiya\": [\n        \"cattleya\"\n    ],\n    \"ehi na-enweghị ehi\": [\n        \"cattleless\"\n    ],\n    \"onye na-azụ ehi\": [\n        \"cattleman\"\n    ],\n    \"ndi anumanu\": [\n        \"cattlemen\"\n    ],\n    \"adọkpụkọ\": [\n        \"catwalks\"\n    ],\n    \"koodụ\": [\n        \"catwood\"\n    ],\n    \"Caubeen\": [\n        \"caubeen\"\n    ],\n    \"ndị caucasians\": [\n        \"caucasians\"\n    ],\n    \"chiuchillo\": [\n        \"cauchillo\"\n    ],\n    \"caucuses\": [\n        \"caucused\",\n        \"caucussed\"\n    ],\n    \"unyeke\": [\n        \"caudex\"\n    ],\n    \"unyekpo\": [\n        \"caudexes\"\n    ],\n    \"caudo tibial\": [\n        \"caudotibial\"\n    ],\n    \"caudo tibialis\": [\n        \"caudotibialis\"\n    ],\n    \"na-ebu ihe ọ .ụ .ụ\": [\n        \"cauking\",\n        \"caulking\"\n    ],\n    \"Caul\": [\n        \"caul\"\n    ],\n    \"kọlụm\": [\n        \"caules\",\n        \"colubriform\",\n        \"columbaceous\",\n        \"columbate\",\n        \"columbeion\",\n        \"columbines\",\n        \"columbous\",\n        \"columbus\",\n        \"columellate\",\n        \"column\",\n        \"columnal\",\n        \"columnar\",\n        \"columnarian\",\n        \"columnarity\",\n        \"columnarized\",\n        \"columnate\",\n        \"columnated\",\n        \"columnates\",\n        \"columnating\",\n        \"columnation\",\n        \"columned\",\n        \"columner\",\n        \"columniform\",\n        \"columnist\"\n    ],\n    \"ihe e ji esi ya\": [\n        \"caulicule\"\n    ],\n    \"ihe rụrụ arụ\": [\n        \"cauliferous\",\n        \"defier\",\n        \"degradand\",\n        \"obscene\",\n        \"vulgarlike\"\n    ],\n    \"kọlịflawa\": [\n        \"cauliflower\",\n        \"cauliflowers\",\n        \"colliflower\"\n    ],\n    \"kọlịform\": [\n        \"cauliform\"\n    ],\n    \"ihe nwere ike\": [\n        \"caulophyllum\"\n    ],\n    \"okpokoroisi\": [\n        \"caulotaxis\"\n    ],\n    \"isi akuko\": [\n        \"caumatic\"\n    ],\n    \"Caup\": [\n        \"caup\"\n    ],\n    \"ihebisi\": [\n        \"caupones\",\n        \"cyanotrichite\",\n        \"crebrisulcate\",\n        \"dichotomic\",\n        \"nitrocalcite\"\n    ],\n    \"causus\": [\n        \"caurus\"\n    ],\n    \"akpata\": [\n        \"caus\",\n        \"causability\",\n        \"causal\",\n        \"causalities\",\n        \"causation\",\n        \"causational\",\n        \"causationist\",\n        \"causations\",\n        \"causative\",\n        \"causatively\",\n        \"causativeness\",\n        \"causator\",\n        \"cause\",\n        \"causeful\",\n        \"causey\",\n        \"causeries\",\n        \"causeur\",\n        \"causingness\",\n        \"causse\",\n        \"factorist\"\n    ],\n    \"ihe kpatara ya\": [\n        \"causality\",\n        \"causationism\",\n        \"causidical\",\n        \"causus\",\n        \"obsequent\",\n        \"reasons\"\n    ],\n    \"caus\": [\n        \"causally\"\n    ],\n    \"ihe causans\": [\n        \"causans\"\n    ],\n    \"bute\": [\n        \"causate\",\n        \"consute\",\n        \"suppable\"\n    ],\n    \"kpatara\": [\n        \"caused\",\n        \"culpose\",\n        \"effulged\",\n        \"incurvated\"\n    ],\n    \"ihe kpatara\": [\n        \"causeys\",\n        \"causer\",\n        \"outreasons\",\n        \"reason\"\n    ],\n    \"ihe na-akpata\": [\n        \"causers\",\n        \"pungy\"\n    ],\n    \"na-akpata\": [\n        \"causes\",\n        \"causeuses\",\n        \"causing\",\n        \"incises\",\n        \"inlying\",\n        \"obsequious\",\n        \"prekindling\",\n        \"prosequendum\",\n        \"superconsequence\"\n    ],\n    \"emee\": [\n        \"causewayed\",\n        \"crusilee\",\n        \"emeerate\",\n        \"intervenes\",\n        \"manmade\",\n        \"masterminded\",\n        \"routines\",\n        \"willmaker\",\n        \"willmaking\"\n    ],\n    \"Anamgbam\": [\n        \"causewayman\"\n    ],\n    \"ndabale\": [\n        \"cautelousness\"\n    ],\n    \"Nwaamaka\": [\n        \"cauterant\"\n    ],\n    \"mechebe\": [\n        \"cauterised\"\n    ],\n    \"dọrọ aka ná ntị\": [\n        \"cautioned\",\n        \"disciplined\",\n        \"prewarned\",\n        \"reproved\",\n        \"warned\",\n        \"warns\"\n    ],\n    \"adọ aka ná ntị\": [\n        \"cautioner\"\n    ],\n    \"dọọ aka ná ntị\": [\n        \"cautioners\",\n        \"disciplinate\",\n        \"reprove\",\n        \"warnish\"\n    ],\n    \"adọ aka na ntị\": [\n        \"cautiones\",\n        \"warningly\",\n        \"warniss\"\n    ],\n    \"cavalcade\": [\n        \"cavalcaded\",\n        \"cavalcades\",\n        \"cavalcading\"\n    ],\n    \"nwekpo\": [\n        \"cavaliere\",\n        \"cavaliero\"\n    ],\n    \"ekpuchighị\": [\n        \"cavaliered\",\n        \"uncaptained\",\n        \"uncaressing\",\n        \"uncavitied\",\n        \"uncoacted\",\n        \"uncoerced\",\n        \"uncoiled\",\n        \"unconcealedly\",\n        \"uncourted\",\n        \"unexcrescently\",\n        \"unfanned\",\n        \"ungold\",\n        \"ungospelled\",\n        \"unjuiced\",\n        \"unknitting\",\n        \"unmaneuvered\",\n        \"unmannered\",\n        \"unnerved\",\n        \"unnoised\",\n        \"unobscure\",\n        \"unobscured\",\n        \"unparch\",\n        \"unpeevish\",\n        \"unpoised\",\n        \"unpostered\",\n        \"unpostulated\",\n        \"unscoring\",\n        \"unsmelled\",\n        \"unstaved\",\n        \"unstressed\",\n        \"unstressedly\",\n        \"unstresses\",\n        \"unteased\",\n        \"unteaseled\",\n        \"untooled\",\n        \"unwelded\"\n    ],\n    \"nnem\": [\n        \"cavalieri\",\n        \"cavilling\",\n        \"comitant\",\n        \"comitatus\",\n        \"entoolitic\",\n        \"favorer\",\n        \"favoress\",\n        \"favosite\",\n        \"gleesomely\"\n    ],\n    \"ndi cavali\": [\n        \"cavaliers\",\n        \"cavilers\"\n    ],\n    \"onye na-agba ịnyịnya\": [\n        \"cavalryman\",\n        \"horsebacker\",\n        \"horsebreaker\",\n        \"horselaugher\",\n        \"horsewhipper\",\n        \"ridder\",\n        \"riddlemeree\",\n        \"riddler\",\n        \"riddlers\",\n        \"rider\",\n        \"ridger\",\n        \"ridgier\"\n    ],\n    \"ndị agha ịnyịnya\": [\n        \"cavalrymen\"\n    ],\n    \"kpughere\": [\n        \"cavated\",\n        \"exposed\",\n        \"negotiatrix\",\n        \"paraded\",\n        \"revealed\",\n        \"revegetated\",\n        \"reveled\",\n        \"revelled\",\n        \"toplighted\",\n        \"uncoft\",\n        \"undate\",\n        \"undodged\",\n        \"undotted\",\n        \"undowered\",\n        \"unfurred\",\n        \"unlashed\",\n        \"unpresses\"\n    ],\n    \"ọgba\": [\n        \"cave\"\n    ],\n    \"Oghara\": [\n        \"caveating\"\n    ],\n    \"ọgba mmiri\": [\n        \"caveator\"\n    ],\n    \"ndi ekpuchita\": [\n        \"caveators\"\n    ],\n    \"onye na-elekọta ọgba ọgba\": [\n        \"cavekeeper\"\n    ],\n    \"abaitiat\": [\n        \"cavelet\",\n        \"cavern\",\n        \"caverns\",\n        \"caves\"\n    ],\n    \"ọgba yiri\": [\n        \"cavelike\"\n    ],\n    \"onye ekpomoku\": [\n        \"caveman\"\n    ],\n    \"ndị ọgba\": [\n        \"cavemen\"\n    ],\n    \"amala ama\": [\n        \"cavernulous\"\n    ],\n    \"Cavia Califonia\": [\n        \"cavicornia\"\n    ],\n    \"ogige cavy\": [\n        \"cavyyard\"\n    ],\n    \"ovu\": [\n        \"cavil\"\n    ],\n    \"cavalier\": [\n        \"caviled\",\n        \"caviler\"\n    ],\n    \"nkpọtọ\": [\n        \"cavilingness\"\n    ],\n    \"odụ\": [\n        \"cavillation\"\n    ],\n    \"ndị ọrụ ọka\": [\n        \"cavillers\"\n    ],\n    \"nwagbalị\": [\n        \"cavillingly\"\n    ],\n    \"mgboko\": [\n        \"cavings\",\n        \"combmaker\",\n        \"craniocerebral\",\n        \"craniofacial\",\n        \"craniognosy\",\n        \"crummock\",\n        \"cuvy\",\n        \"epanody\",\n        \"erminette\",\n        \"gimmicked\",\n        \"kvetches\",\n        \"mummichog\",\n        \"slantingways\",\n        \"zanily\"\n    ],\n    \"nwegasịrị ihe\": [\n        \"cavitated\",\n        \"cavorted\"\n    ],\n    \"nweghachi\": [\n        \"cavort\",\n        \"comebacker\",\n        \"flareback\",\n        \"haleness\",\n        \"hypervitalize\",\n        \"humboldtine\",\n        \"mulierly\",\n        \"mulierty\",\n        \"owerby\",\n        \"palterer\",\n        \"putback\",\n        \"reaffiliation\",\n        \"reaudit\",\n        \"rebillet\",\n        \"recallability\",\n        \"recidivous\",\n        \"recip\",\n        \"reclaimableness\",\n        \"reclearance\",\n        \"reconcealment\",\n        \"reconvalescence\",\n        \"recumbency\",\n        \"recurvopatent\",\n        \"recusancy\",\n        \"redressable\",\n        \"redressible\",\n        \"reevoke\",\n        \"regalement\",\n        \"reglair\",\n        \"reinability\",\n        \"reinfliction\",\n        \"reinfluence\",\n        \"reinfusion\",\n        \"reinitiation\",\n        \"reinterruption\",\n        \"reinvasion\",\n        \"reinversion\",\n        \"reinvigoration\",\n        \"reinvitation\",\n        \"rekindler\",\n        \"releap\",\n        \"remarshaling\",\n        \"remarshalling\",\n        \"repeal\",\n        \"repealist\",\n        \"reprieval\",\n        \"reprovableness\",\n        \"reprovably\",\n        \"retractation\",\n        \"retrusible\",\n        \"reversal\",\n        \"revibrate\",\n        \"revilement\",\n        \"reviolation\",\n        \"revitalisation\",\n        \"revitalization\",\n        \"revivability\",\n        \"revivable\",\n        \"revivably\",\n        \"revivement\",\n        \"reviver\",\n        \"revivescency\",\n        \"reviviction\",\n        \"revivification\",\n        \"revivified\",\n        \"revivifies\",\n        \"reviviscence\",\n        \"reviviscency\",\n        \"reviviscible\",\n        \"revocability\",\n        \"revocableness\",\n        \"revocably\",\n        \"revocative\",\n        \"revocatory\",\n        \"revue\",\n        \"rollback\",\n        \"salvageability\",\n        \"selfheal\",\n        \"stickleback\",\n        \"trivoltine\",\n        \"vendeuse\",\n        \"wetbacks\",\n        \"whilock\"\n    ],\n    \"nweere anụ\": [\n        \"cavorter\"\n    ],\n    \"ekpemegwu\": [\n        \"cavorting\"\n    ],\n    \"unọ\": [\n        \"cavu\"\n    ],\n    \"Caws\": [\n        \"caws\"\n    ],\n    \"Cazimi\": [\n        \"cazimi\"\n    ],\n    \"CC\": [\n        \"cc\"\n    ],\n    \"Onyinyechukwu\": [\n        \"cchaddoorck\",\n        \"cleistothecia\",\n        \"devildom\",\n        \"funambuloes\",\n        \"gaudsman\",\n        \"meristelic\",\n        \"mimmoud\",\n        \"pahlavis\",\n        \"plesianthropus\",\n        \"plesiosaur\",\n        \"plesiosauri\",\n        \"plesiosauria\",\n        \"plesiosaurian\",\n        \"plesiosauroid\",\n        \"plesiosaurus\",\n        \"ploceinae\",\n        \"ptolemaic\",\n        \"pugdog\",\n        \"richterite\",\n        \"shlimazel\",\n        \"tlakluit\",\n        \"tronador\",\n        \"valkyrie\",\n        \"valsalvan\",\n        \"villanella\",\n        \"vladislav\"\n    ],\n    \"Ccm\": [\n        \"ccm\"\n    ],\n    \"kwụsị\": [\n        \"ceaseless\",\n        \"ceint\",\n        \"cepe\",\n        \"cess\",\n        \"cessant\",\n        \"cessing\",\n        \"desist\",\n        \"discontinue\",\n        \"discontinuer\",\n        \"discontinuous\",\n        \"discontinuously\",\n        \"discountinuous\",\n        \"endonuclease\",\n        \"endrin\",\n        \"halt\",\n        \"halte\",\n        \"halter\",\n        \"interminable\",\n        \"interminableness\",\n        \"interrule\",\n        \"intertill\",\n        \"loess\",\n        \"quit\",\n        \"quittal\",\n        \"starrify\",\n        \"stope\",\n        \"stoppering\",\n        \"stoppling\",\n        \"subcontinued\",\n        \"terminize\",\n        \"tesselated\",\n        \"tessellated\",\n        \"uncontinual\",\n        \"unrestored\"\n    ],\n    \"n'akwụsịghị akwụsị\": [\n        \"ceaselessly\",\n        \"haltless\",\n        \"incessant\",\n        \"incessantly\",\n        \"noncontinuably\",\n        \"noncontinuously\",\n        \"relentlessly\",\n        \"unceasingly\",\n        \"uncontinuously\"\n    ],\n    \"akwụsị\": [\n        \"ceases\",\n        \"quits\"\n    ],\n    \"na-akwụsị\": [\n        \"ceasing\",\n        \"cerated\",\n        \"cerates\",\n        \"ceratinous\",\n        \"discontinues\",\n        \"halides\",\n        \"haltering\",\n        \"interludes\",\n        \"intertieing\",\n        \"terminates\"\n    ],\n    \"ihebo\": [\n        \"ceboids\"\n    ],\n    \"Oboh\": [\n        \"cebollite\"\n    ],\n    \"osisi sida\": [\n        \"cedar\",\n        \"cedarwood\"\n    ],\n    \"osisi cedar\": [\n        \"cedars\",\n        \"ceders\"\n    ],\n    \"ceded\": [\n        \"cedes\"\n    ],\n    \"cedrat\": [\n        \"cedrate\"\n    ],\n    \"ceduedu\": [\n        \"ceduous\"\n    ],\n    \"Osi\": [\n        \"ceiled\"\n    ],\n    \"mmanụ ụgbọ mmiri\": [\n        \"ceilers\"\n    ],\n    \"uko ụlọ\": [\n        \"ceiling\",\n        \"ceilings\",\n        \"ceilingward\",\n        \"ceilingwards\",\n        \"roofman\"\n    ],\n    \"ceilomita\": [\n        \"ceilometer\"\n    ],\n    \"Ceylonese\": [\n        \"ceylonese\"\n    ],\n    \"lastlọ\": [\n        \"celastraceous\"\n    ],\n    \"eme ememe\": [\n        \"celeb\",\n        \"celebrant\",\n        \"celebrate\",\n        \"celebrated\",\n        \"celebratedly\",\n        \"celebrating\",\n        \"cerebrating\"\n    ],\n    \"ememe\": [\n        \"celebes\",\n        \"celebratedness\",\n        \"celebrater\",\n        \"celebration\",\n        \"celebrations\",\n        \"cerebrated\",\n        \"cerebrations\",\n        \"commemorate\",\n        \"festilogy\",\n        \"festive\",\n        \"festiveness\",\n        \"festivity\",\n        \"festivous\",\n        \"inaugurals\",\n        \"observance\",\n        \"observances\",\n        \"observanda\",\n        \"rit\",\n        \"ritards\",\n        \"rites\",\n        \"ritters\",\n        \"ritualities\",\n        \"ritualized\",\n        \"ritus\",\n        \"solemnity\",\n        \"solemnitude\"\n    ],\n    \"Celebetian\": [\n        \"celebesian\"\n    ],\n    \"eme ememme\": [\n        \"celebrants\"\n    ],\n    \"n'ememe\": [\n        \"celebrative\",\n        \"ceremonially\",\n        \"ceremoniously\",\n        \"festivally\",\n        \"ritually\",\n        \"semimathematically\"\n    ],\n    \"onye ncheta\": [\n        \"celebrator\",\n        \"memorialist\",\n        \"rememberer\"\n    ],\n    \"na-eme ememe\": [\n        \"celebratory\",\n        \"ritualizing\"\n    ],\n    \"ndị na-eme ememe\": [\n        \"celebrators\",\n        \"ritualists\"\n    ],\n    \"ndi amara\": [\n        \"celebrities\",\n        \"celerities\",\n        \"favorers\",\n        \"marblehearted\",\n        \"notables\"\n    ],\n    \"celeriac\": [\n        \"celeriacs\"\n    ],\n    \"celery\": [\n        \"celeries\"\n    ],\n    \"celests\": [\n        \"celestes\"\n    ],\n    \"nke eluigwe\": [\n        \"celestial\",\n        \"celestially\",\n        \"celestialness\",\n        \"celestitude\",\n        \"heavenful\",\n        \"heavenishly\",\n        \"heavenly\",\n        \"heavenliest\",\n        \"skyful\"\n    ],\n    \"Emebere\": [\n        \"celestialized\",\n        \"madeiras\"\n    ],\n    \"nke celestine\": [\n        \"celestinian\"\n    ],\n    \"onye na-alụbeghị nwanyị\": [\n        \"celibatarian\"\n    ],\n    \"ndị na-alụbeghị di na nwunye\": [\n        \"celibates\"\n    ],\n    \"onye na-alụ nwanyị\": [\n        \"celibatist\"\n    ],\n    \"alụghị nwaanyị\": [\n        \"celibatory\",\n        \"nonmarine\",\n        \"ungroomed\"\n    ],\n    \"usoro celiocolpotomy\": [\n        \"celiocolpotomy\"\n    ],\n    \"cel celrhaphy\": [\n        \"celiorrhaphy\"\n    ],\n    \"onyebuchi\": [\n        \"celiorrhea\",\n        \"cryptanalyst\",\n        \"cubicovariant\",\n        \"feltyflier\",\n        \"gulleys\",\n        \"hebraistically\",\n        \"hemitriglyph\",\n        \"liferentrix\",\n        \"mealymouthed\",\n        \"thymelaeaceous\",\n        \"vestrymanly\",\n        \"vitelliferous\",\n        \"welfaristic\"\n    ],\n    \"onye na-agba okuko\": [\n        \"cellarer\"\n    ],\n    \"ndị na-agba alụghị di\": [\n        \"cellarers\"\n    ],\n    \"lalọ okpuru ulo\": [\n        \"cellaress\"\n    ],\n    \"ndi cellarmen\": [\n        \"cellarmen\"\n    ],\n    \"nke cellifugal\": [\n        \"cellifugal\"\n    ],\n    \"onye maara ihe\": [\n        \"cellist\",\n        \"celloist\",\n        \"connoisseur\",\n        \"cononintelligent\",\n        \"logicalist\",\n        \"logician\",\n        \"logicianer\",\n        \"notionalist\",\n        \"notionist\",\n        \"plainchant\",\n        \"pudent\",\n        \"realist\",\n        \"sensitivist\",\n        \"tactilist\",\n        \"vegetist\",\n        \"viticulturist\",\n        \"zoophysicist\"\n    ],\n    \"ndị ọrụ cell\": [\n        \"cellists\"\n    ],\n    \"onye nga\": [\n        \"cellite\",\n        \"cellmate\",\n        \"coprisoner\",\n        \"imprisoner\",\n        \"inmate\",\n        \"yonner\",\n        \"jailkeeper\",\n        \"jailmate\",\n        \"outmate\",\n        \"prisoner\",\n        \"trisonant\"\n    ],\n    \"ndị mkpọrọ\": [\n        \"cellmates\",\n        \"incarcerators\",\n        \"inmates\",\n        \"prisoners\"\n    ],\n    \"cello ebipụ\": [\n        \"cellocut\"\n    ],\n    \"celululose\": [\n        \"cellos\",\n        \"cellose\",\n        \"cellulose\"\n    ],\n    \"sel\": [\n        \"cells\",\n        \"selles\",\n        \"syl\"\n    ],\n    \"cellulite\": [\n        \"cellulate\"\n    ],\n    \"selịtọ\": [\n        \"celtic\"\n    ],\n    \"na-echeghị echiche\": [\n        \"celtically\"\n    ],\n    \"ndị na-elekọta ụlọ\": [\n        \"celtillyrians\",\n        \"chambermaids\",\n        \"housekeepers\",\n        \"yardmasters\",\n        \"yardmen\",\n        \"jailors\",\n        \"stewardesses\"\n    ],\n    \"onye ana akpo\": [\n        \"celtist\"\n    ],\n    \"ihe gbasara celtologist\": [\n        \"celtologist\"\n    ],\n    \"celulu\": [\n        \"celtuce\"\n    ],\n    \"ciment\": [\n        \"cement\",\n        \"cementa\",\n        \"cementation\",\n        \"cementatory\",\n        \"cementification\",\n        \"cementite\",\n        \"cementum\",\n        \"cementwork\"\n    ],\n    \"sikwu\": [\n        \"cemental\"\n    ],\n    \"sikwuo\": [\n        \"cemented\",\n        \"cementing\"\n    ],\n    \"simenti\": [\n        \"cementer\",\n        \"cementers\",\n        \"cementlike\",\n        \"cementmaker\"\n    ],\n    \"cimin\": [\n        \"cementin\"\n    ],\n    \"sibe\": [\n        \"cementitious\",\n        \"lative\",\n        \"snell\"\n    ],\n    \"enweghị ciment\": [\n        \"cementless\"\n    ],\n    \"ciment eme\": [\n        \"cementmaking\"\n    ],\n    \"cimentoblast\": [\n        \"cementoblast\"\n    ],\n    \"cimentoma\": [\n        \"cementoma\"\n    ],\n    \"ebe a na-eli ozu\": [\n        \"cemetaries\",\n        \"cemeteries\"\n    ],\n    \"ihe nsure ọkụ\": [\n        \"cenacles\"\n    ],\n    \"ekwuputa\": [\n        \"cenatory\",\n        \"uncastle\",\n        \"unpronouncing\"\n    ],\n    \"ihe nlebara anya\": [\n        \"cenesthetic\",\n        \"chemosensitivities\",\n        \"exemplarity\",\n        \"hyperesthetic\"\n    ],\n    \"cenobi\": [\n        \"cenobies\"\n    ],\n    \"n'inwe enyo\": [\n        \"cenobitically\"\n    ],\n    \"imekọ ihe\": [\n        \"cenobitism\",\n        \"coembodying\",\n        \"compartmentalizing\",\n        \"hulking\",\n        \"hulkingness\",\n        \"interacademically\",\n        \"interjaculatory\",\n        \"partnering\"\n    ],\n    \"cenotaf\": [\n        \"cenotaph\"\n    ],\n    \"cenotaphi\": [\n        \"cenotaphies\"\n    ],\n    \"santsu\": [\n        \"censer\"\n    ],\n    \"ite-ọku\": [\n        \"censers\"\n    ],\n    \"enyochakwa\": [\n        \"censored\"\n    ],\n    \"ihe nleba anya\": [\n        \"censorial\",\n        \"precongestive\"\n    ],\n    \"guputa\": [\n        \"censoring\"\n    ],\n    \"nweda-ama\": [\n        \"censoriousness\"\n    ],\n    \"inyocha ihe\": [\n        \"censurability\",\n        \"cinchonising\",\n        \"disemplane\",\n        \"overcertifying\",\n        \"seminationalized\",\n        \"visoring\"\n    ],\n    \"enweghi ike imeghari\": [\n        \"censurableness\",\n        \"immovable\",\n        \"immoveable\",\n        \"untrailerable\"\n    ],\n    \"akatọ\": [\n        \"censure\",\n        \"censured\",\n        \"critickin\",\n        \"critiqued\",\n        \"crittur\",\n        \"critturs\",\n        \"demicritic\",\n        \"overcritical\",\n        \"overcritically\",\n        \"reprehensibleness\",\n        \"supercritic\"\n    ],\n    \"enweghi ntukwasi obi\": [\n        \"censureless\",\n        \"insincere\"\n    ],\n    \"ịkatọ\": [\n        \"censurer\",\n        \"criteriology\",\n        \"gurging\",\n        \"precondemn\",\n        \"precondemning\",\n        \"precondensing\"\n    ],\n    \"ịma jijiji\": [\n        \"censureship\",\n        \"convoking\",\n        \"cringe\",\n        \"damnified\",\n        \"disrealize\",\n        \"egotisms\",\n        \"hockling\",\n        \"hogling\",\n        \"homing\",\n        \"palavering\",\n        \"panification\",\n        \"rockiness\",\n        \"rovingness\",\n        \"schillerizing\",\n        \"scrofulism\",\n        \"scusation\",\n        \"shakescene\",\n        \"shick\",\n        \"termors\",\n        \"tremblement\",\n        \"tremblingness\",\n        \"tremor\",\n        \"tremors\",\n        \"trepanation\",\n        \"twigger\",\n        \"twitchiness\",\n        \"vibgyor\",\n        \"vibrance\",\n        \"vibratility\",\n        \"vibrational\",\n        \"vibrations\",\n        \"vibratiunculation\",\n        \"vibrion\",\n        \"vibriosis\",\n        \"vibrissal\",\n        \"vibromassage\",\n        \"vibromotive\"\n    ],\n    \"ịgụkọ\": [\n        \"censusing\",\n        \"recaging\"\n    ],\n    \"pasent\": [\n        \"cent\",\n        \"centration\",\n        \"percent\",\n        \"percentable\",\n        \"percentably\",\n        \"percentage\",\n        \"percentages\",\n        \"percental\",\n        \"percentiles\",\n        \"percentual\",\n        \"percentum\",\n        \"perscent\",\n        \"precent\"\n    ],\n    \"sentai\": [\n        \"centai\"\n    ],\n    \"square\": [\n        \"centares\",\n        \"squared\",\n        \"squarer\",\n        \"squarers\",\n        \"squares\",\n        \"squary\",\n        \"squarier\"\n    ],\n    \"centaur dom\": [\n        \"centaurdom\"\n    ],\n    \"onyeagolu\": [\n        \"centauric\"\n    ],\n    \"nde\": [\n        \"centaurid\",\n        \"cotillion\",\n        \"gillion\",\n        \"jillion\",\n        \"miliola\",\n        \"million\",\n        \"millionaire\",\n        \"millionary\",\n        \"millioned\",\n        \"millioner\",\n        \"millionfold\",\n        \"millionist\",\n        \"millionize\",\n        \"millionnaire\",\n        \"millions\",\n        \"millionth\",\n        \"millionths\",\n        \"mnem\",\n        \"modillion\",\n        \"multimillion\",\n        \"nonillion\",\n        \"philia\",\n        \"secpars\",\n        \"tory\",\n        \"zillion\"\n    ],\n    \"narị afọ\": [\n        \"centauries\",\n        \"centenarian\",\n        \"centenarians\",\n        \"centenaries\",\n        \"centennia\",\n        \"centennial\",\n        \"centennially\",\n        \"centennials\",\n        \"centennium\",\n        \"centeses\",\n        \"centry\",\n        \"centure\",\n        \"century\",\n        \"contubernial\"\n    ],\n    \"otu narị afọ\": [\n        \"centenary\"\n    ],\n    \"centenionalis\": [\n        \"centenionales\"\n    ],\n    \"hiwere isi\": [\n        \"centered\",\n        \"centred\"\n    ],\n    \"Etiti\": [\n        \"centerer\",\n        \"centistere\",\n        \"centranth\",\n        \"centrer\",\n        \"centuriate\",\n        \"centuried\",\n        \"federalization\",\n        \"federalizations\",\n        \"federalized\",\n        \"intervener\",\n        \"lunt\"\n    ],\n    \"etiti etiti\": [\n        \"centerfold\",\n        \"centerfolds\",\n        \"middlebrow\"\n    ],\n    \"N'ebe etiti\": [\n        \"centering\",\n        \"centring\"\n    ],\n    \"ihe etiti\": [\n        \"centerpiece\",\n        \"centrepiece\"\n    ],\n    \"emmepe\": [\n        \"centers\",\n        \"centres\"\n    ],\n    \"bụrụ nke\": [\n        \"centesimal\"\n    ],\n    \"n’egwu\": [\n        \"centesimally\",\n        \"lullingly\",\n        \"singeingly\",\n        \"sniffingly\"\n    ],\n    \"dịrịru\": [\n        \"centesimate\"\n    ],\n    \"centilita\": [\n        \"centiliter\"\n    ],\n    \"narị nde\": [\n        \"centillion\"\n    ],\n    \"otu narị nde\": [\n        \"centillions\"\n    ],\n    \"nke nde\": [\n        \"centillionth\"\n    ],\n    \"sentimita\": [\n        \"centimeter\",\n        \"centimeters\",\n        \"centimetre\",\n        \"centimetres\",\n        \"sentimentalisation\"\n    ],\n    \"sentimos\": [\n        \"centimos\"\n    ],\n    \"sentinormal\": [\n        \"centinormal\"\n    ],\n    \"Onye na-elekọta ụlọ\": [\n        \"centraler\",\n        \"steersman\"\n    ],\n    \"Centralia\": [\n        \"centralia\"\n    ],\n    \"centralization\": [\n        \"centralisation\"\n    ],\n    \"centralize\": [\n        \"centralise\"\n    ],\n    \"onye etiti\": [\n        \"centralist\",\n        \"centralizer\",\n        \"middlemanship\"\n    ],\n    \"ndị etiti\": [\n        \"centralists\",\n        \"centralizers\"\n    ],\n    \"sentraxonia\": [\n        \"centraxonia\"\n    ],\n    \"na-enweghị ebe obibi\": [\n        \"centreless\",\n        \"nonevanescent\"\n    ],\n    \"nke dịkarịa ala\": [\n        \"centremost\"\n    ],\n    \"centrex\": [\n        \"centrev\"\n    ],\n    \"centric\": [\n        \"centrical\"\n    ],\n    \"centricalgb\": [\n        \"centricalness\"\n    ],\n    \"centrism\": [\n        \"centrisms\"\n    ],\n    \"centrobarik\": [\n        \"centrobaric\"\n    ],\n    \"centrobarikal\": [\n        \"centrobarical\"\n    ],\n    \"nkebido\": [\n        \"centroidal\"\n    ],\n    \"centroocithal\": [\n        \"centrolecithal\"\n    ],\n    \"centrosymmetri\": [\n        \"centrosymmetry\"\n    ],\n    \"cent\": [\n        \"cents\"\n    ],\n    \"nke centuply\": [\n        \"centuply\"\n    ],\n    \"ihe nkesa\": [\n        \"centuplicating\",\n        \"dissective\",\n        \"pedatrophy\"\n    ],\n    \"ọtụtụ narị afọ\": [\n        \"centuries\"\n    ],\n    \"ndị isi ndị agha\": [\n        \"centurions\"\n    ],\n    \"ebe a na-akpọ cifhalanthous\": [\n        \"cephalanthous\"\n    ],\n    \"keiheke\": [\n        \"cephalin\"\n    ],\n    \"cephalo auricular\": [\n        \"cephaloauricular\"\n    ],\n    \"kefalon\": [\n        \"cephalob\",\n        \"cephalon\"\n    ],\n    \"cephalon branchiata\": [\n        \"cephalobranchiata\"\n    ],\n    \"ebelebekechukwu\": [\n        \"cephalocathartic\"\n    ],\n    \"kefreachị\": [\n        \"cephalocercal\"\n    ],\n    \"keelocereus\": [\n        \"cephalocereus\"\n    ],\n    \"keephalochorda\": [\n        \"cephalochorda\"\n    ],\n    \"ebeele\": [\n        \"cephalodiscus\"\n    ],\n    \"kechigofacial\": [\n        \"cephalofacial\"\n    ],\n    \"ezehumeh\": [\n        \"cephalohumeral\"\n    ],\n    \"ajuju ajuju\": [\n        \"cephalophorous\"\n    ],\n    \"ụdịdị\": [\n        \"cephalostyle\",\n        \"flajolotite\",\n        \"fundiform\",\n        \"modesties\",\n        \"modularity\",\n        \"multifilament\",\n        \"phrenologies\",\n        \"specs\",\n        \"spectral\",\n        \"spectrometry\",\n        \"specttra\",\n        \"stereotypes\",\n        \"varietur\",\n        \"variformed\",\n        \"variometer\",\n        \"variorums\"\n    ],\n    \"Afụọnụ\": [\n        \"cephalotaceous\"\n    ],\n    \"ebelebehecal\": [\n        \"cephalothecal\"\n    ],\n    \"onye na-arụ ọrụ\": [\n        \"cephalotractor\",\n        \"cicatriser\",\n        \"cocontractor\",\n        \"counterworker\",\n        \"fielder\",\n        \"functionalist\",\n        \"nutcrack\",\n        \"nutcracker\",\n        \"nutcrackery\",\n        \"occupationalist\",\n        \"operationist\",\n        \"rationalizer\",\n        \"underfactor\",\n        \"underworker\",\n        \"underworkman\"\n    ],\n    \"keelochichukwu\": [\n        \"cephalotrocha\"\n    ],\n    \"cifas\": [\n        \"cephas\"\n    ],\n    \"ẹphe\": [\n        \"cepheids\",\n        \"ephapse\",\n        \"ephebe\",\n        \"ephebeion\",\n        \"ephebes\",\n        \"ephebeum\",\n        \"ephebi\",\n        \"ephebos\",\n        \"ephebus\",\n        \"ephectic\",\n        \"ephedra\",\n        \"ephelcystic\",\n        \"ephelis\",\n        \"ephemera\",\n        \"ephemerae\",\n        \"ephemeral\",\n        \"ephemerally\",\n        \"ephemeralness\",\n        \"ephemeran\",\n        \"ephemeric\",\n        \"ephemeris\",\n        \"ephemerist\",\n        \"ephemerons\",\n        \"ephemerous\",\n        \"ephesian\",\n        \"ephesians\",\n        \"ephesine\",\n        \"ephestian\",\n        \"ephete\",\n        \"ephetic\",\n        \"ephyra\",\n        \"ephyrae\",\n        \"ephphatha\",\n        \"ephthianure\",\n        \"epigaeous\",\n        \"evacue\",\n        \"evaded\",\n        \"evasional\",\n        \"exsects\",\n        \"mophead\",\n        \"mopheadedness\",\n        \"sherd\",\n        \"sleaves\",\n        \"slitheroo\",\n        \"snaphead\",\n        \"squaws\",\n        \"tussahs\"\n    ],\n    \"kechidere\": [\n        \"cephid\"\n    ],\n    \"garri\": [\n        \"ceral\",\n        \"cereal\"\n    ],\n    \"caramel\": [\n        \"ceramal\"\n    ],\n    \"seramiiki\": [\n        \"ceramic\",\n        \"ceramicite\"\n    ],\n    \"onye na-akpọ ceramik\": [\n        \"ceramicist\"\n    ],\n    \"ndị na-akpọ seramiiki\": [\n        \"ceramicists\"\n    ],\n    \"ceramik\": [\n        \"ceramics\"\n    ],\n    \"onye na-akpọ ceramist\": [\n        \"ceramist\"\n    ],\n    \"ceramist\": [\n        \"ceramists\"\n    ],\n    \"igwe foto\": [\n        \"ceramographic\"\n    ],\n    \"keratectomy\": [\n        \"ceratectomy\"\n    ],\n    \"ceratitida\": [\n        \"ceratitidae\"\n    ],\n    \"osisirat\": [\n        \"ceratodus\"\n    ],\n    \"raratoglossal\": [\n        \"ceratoglossal\"\n    ],\n    \"Efere\": [\n        \"ceraunite\",\n        \"pans\",\n        \"plappert\",\n        \"plastrons\"\n    ],\n    \"Cerberean\": [\n        \"cerberean\"\n    ],\n    \"ama jijiji\": [\n        \"cerberic\",\n        \"yaffler\",\n        \"shacky\",\n        \"trebled\"\n    ],\n    \"Cercelee\": [\n        \"cercelee\"\n    ],\n    \"N'ezie\": [\n        \"cerci\",\n        \"cerinthe\",\n        \"course\"\n    ],\n    \"cercces\": [\n        \"cercises\"\n    ],\n    \"ọka\": [\n        \"cere\",\n        \"cerealin\",\n        \"cereals\",\n        \"ceres\",\n        \"ceresine\",\n        \"cerevis\",\n        \"corin\",\n        \"corn\",\n        \"cornaceae\",\n        \"cornaceous\",\n        \"cornage\",\n        \"cornball\",\n        \"cornbell\",\n        \"cornberry\",\n        \"cornbin\",\n        \"cornbind\",\n        \"cornbinks\",\n        \"cornbole\",\n        \"cornbottle\",\n        \"cornbrash\",\n        \"corncake\",\n        \"corncob\",\n        \"corncobs\",\n        \"corncockle\",\n        \"corncracker\",\n        \"corncrake\",\n        \"corncrib\",\n        \"corncribs\",\n        \"corncrusher\",\n        \"corncutter\",\n        \"corned\",\n        \"cornel\",\n        \"cornell\",\n        \"cornels\",\n        \"cornemuse\",\n        \"cornetcy\",\n        \"cornetcies\",\n        \"corneter\",\n        \"cornetfish\",\n        \"cornetfishes\",\n        \"cornetists\",\n        \"cornets\",\n        \"cornett\",\n        \"cornetter\",\n        \"cornetti\",\n        \"cornettino\",\n        \"cornetto\",\n        \"cornfactor\",\n        \"cornfed\",\n        \"cornfield\",\n        \"cornfields\",\n        \"cornflag\",\n        \"cornflakes\",\n        \"cornfloor\",\n        \"cornflour\",\n        \"cornflower\",\n        \"cornhouse\",\n        \"cornhusk\",\n        \"cornhusker\",\n        \"cornhusking\",\n        \"cornhusks\",\n        \"corny\",\n        \"cornic\",\n        \"cornice\",\n        \"corniced\",\n        \"cornices\",\n        \"corniche\",\n        \"corniches\",\n        \"cornicing\",\n        \"cornicle\",\n        \"cornicles\",\n        \"cornicular\",\n        \"corniculate\",\n        \"corniculer\",\n        \"corniferous\",\n        \"cornify\",\n        \"cornific\",\n        \"cornification\",\n        \"cornified\",\n        \"corniform\",\n        \"cornigeous\",\n        \"cornin\",\n        \"corniness\",\n        \"cornish\",\n        \"cornland\",\n        \"cornloft\",\n        \"cornmeal\",\n        \"cornmeals\",\n        \"cornmonger\",\n        \"cornmuse\",\n        \"cornpipe\",\n        \"cornrick\",\n        \"cornroot\",\n        \"cornrow\",\n        \"cornrows\",\n        \"corns\",\n        \"cornsack\",\n        \"cornstalk\",\n        \"cornstarch\",\n        \"cornstook\",\n        \"cornulites\",\n        \"cornupete\",\n        \"cornus\",\n        \"cornuses\",\n        \"cornute\",\n        \"cornuted\",\n        \"cornutin\",\n        \"cornutine\",\n        \"cornuto\",\n        \"cornutos\",\n        \"cornutus\",\n        \"cornwallis\",\n        \"cornwallite\",\n        \"cowpeas\",\n        \"graals\",\n        \"grain\",\n        \"grainage\",\n        \"grainer\",\n        \"grainery\",\n        \"grainers\",\n        \"graininess\",\n        \"grainland\",\n        \"grains\",\n        \"grainsman\",\n        \"grainsmen\",\n        \"granaries\",\n        \"granes\",\n        \"grice\",\n        \"gruine\",\n        \"larcher\",\n        \"larvicide\",\n        \"maize\",\n        \"scaliness\",\n        \"threapers\"\n    ],\n    \"cerealị\": [\n        \"cerealian\"\n    ],\n    \"ọka ọismụ .ụ\": [\n        \"cerealism\"\n    ],\n    \"onye ọka\": [\n        \"cerealist\",\n        \"grainman\"\n    ],\n    \"ọrịa ụbụrụ\": [\n        \"cerebellitis\",\n        \"cerebralgia\",\n        \"cerebralism\",\n        \"cerebrocardiac\",\n        \"sobralia\"\n    ],\n    \"ụbụrụ cerebellospinal\": [\n        \"cerebellospinal\"\n    ],\n    \"ọkà mmụta ụbụrụ\": [\n        \"cerebralist\"\n    ],\n    \"n'omume\": [\n        \"cerebrally\",\n        \"cynically\",\n        \"deedfully\",\n        \"deedily\",\n        \"fumingly\",\n        \"inethical\",\n        \"inquisitively\",\n        \"moralistically\",\n        \"morally\",\n        \"nomographically\",\n        \"openhandedly\",\n        \"projectedly\",\n        \"rantingly\",\n        \"ritualistically\",\n        \"semioratorically\",\n        \"semiradically\",\n        \"symbiotically\",\n        \"sporadical\",\n        \"theurgically\",\n        \"undertakingly\",\n        \"uneffeminately\",\n        \"upwring\",\n        \"virologically\"\n    ],\n    \"sụgharịa\": [\n        \"cerebrate\",\n        \"cerebrize\",\n        \"cupelled\",\n        \"enjoinder\",\n        \"phearse\",\n        \"scouthered\",\n        \"snafuing\",\n        \"snathe\",\n        \"snibbed\",\n        \"snookered\",\n        \"snooped\",\n        \"snoozled\",\n        \"snubbingly\",\n        \"snubness\",\n        \"snugify\",\n        \"snurl\",\n        \"snurly\",\n        \"squit\",\n        \"squitter\"\n    ],\n    \"ịme mmemme\": [\n        \"cerebration\"\n    ],\n    \"obodo cerebri\": [\n        \"cerebricity\"\n    ],\n    \"Nwaokechukwu\": [\n        \"cerebriformly\",\n        \"clairvoyant\"\n    ],\n    \"usoro mmụta\": [\n        \"cerebrology\",\n        \"curiologic\",\n        \"curiological\",\n        \"curiologics\",\n        \"semidetachment\",\n        \"syllabation\",\n        \"syllabication\",\n        \"syllabifications\",\n        \"syllabising\",\n        \"syllogistical\",\n        \"syllogistically\",\n        \"sylviculture\",\n        \"soteriology\",\n        \"theorics\",\n        \"theriatrics\"\n    ],\n    \"ọrịa cerebromeningitis\": [\n        \"cerebromeningitis\"\n    ],\n    \"Ọrịa ụbụrụ\": [\n        \"cerebropathy\",\n        \"cerebrophysiology\",\n        \"cerebrosis\"\n    ],\n    \"Obara\": [\n        \"cerebrospinal\"\n    ],\n    \"ọbroụ\": [\n        \"cerebrospinant\"\n    ],\n    \"brọbrum\": [\n        \"cerebrum\"\n    ],\n    \"Ogwu\": [\n        \"cerebrums\",\n        \"gustative\",\n        \"gustful\",\n        \"gustfulness\",\n        \"hyperlogicalness\",\n        \"lumisterol\",\n        \"omicrons\",\n        \"osteologer\",\n        \"ostreiculture\",\n        \"outcropping\",\n        \"outcrowing\",\n        \"oversating\",\n        \"oversqueak\",\n        \"plowgang\",\n        \"precarious\",\n        \"prickets\",\n        \"pulleries\",\n        \"pullers\",\n        \"pulvereous\",\n        \"pulverising\",\n        \"robustiousness\",\n        \"scrounged\",\n        \"scroungers\",\n        \"scrounges\",\n        \"scroungy\",\n        \"sculler\",\n        \"spacer\",\n        \"spadger\",\n        \"sphingosine\",\n        \"spicknel\",\n        \"spicks\",\n        \"spics\",\n        \"spicule\",\n        \"spielers\",\n        \"spikers\",\n        \"spikier\",\n        \"spikiness\",\n        \"spilikin\",\n        \"spilikins\",\n        \"spiller\",\n        \"spillers\",\n        \"spilus\",\n        \"spindleful\",\n        \"spinnery\",\n        \"spinozist\",\n        \"spinster\",\n        \"spinsterhood\",\n        \"spinsters\",\n        \"spinstership\",\n        \"spiraster\",\n        \"spirelet\",\n        \"spiro\",\n        \"spirochete\",\n        \"spirochetic\",\n        \"spirogyra\",\n        \"spiroilic\",\n        \"spirole\",\n        \"spivery\",\n        \"splayer\",\n        \"splake\",\n        \"splakes\",\n        \"splatcher\",\n        \"splintering\",\n        \"spondil\",\n        \"spoof\",\n        \"spoofing\",\n        \"spoofs\",\n        \"spookier\",\n        \"spookiest\",\n        \"sporule\",\n        \"spreckle\",\n        \"sprigger\",\n        \"spriggers\",\n        \"spriggier\",\n        \"spriggiest\",\n        \"spriglet\",\n        \"sprigs\",\n        \"sprockets\",\n        \"sprod\",\n        \"sproutage\",\n        \"sprouter\",\n        \"sprowsy\",\n        \"sprucer\",\n        \"spuggy\",\n        \"spuke\",\n        \"spulyie\",\n        \"spulyiement\",\n        \"spurgalled\",\n        \"spurgalls\",\n        \"spurner\",\n        \"squawked\",\n        \"squawker\",\n        \"squibbery\",\n        \"squibs\",\n        \"squilgee\",\n        \"squilgees\",\n        \"squillas\",\n        \"squillery\",\n        \"squills\",\n        \"squinsy\",\n        \"squishy\",\n        \"squshy\",\n        \"strickling\",\n        \"strode\",\n        \"stroyed\",\n        \"stroyer\",\n        \"stroil\",\n        \"stroker\",\n        \"strokesman\",\n        \"strowing\",\n        \"thistled\",\n        \"thornstone\",\n        \"tridentiferous\",\n        \"trowelled\",\n        \"twiggier\",\n        \"venins\",\n        \"venlin\",\n        \"venomy\",\n        \"vivisepulture\"\n    ],\n    \"enweghi isi\": [\n        \"cereless\",\n        \"imprecant\",\n        \"imprecate\",\n        \"imprescience\",\n        \"imprudent\",\n        \"imprudently\",\n        \"imputative\",\n        \"inhospitable\",\n        \"insusceptive\",\n        \"lipless\",\n        \"meanless\",\n        \"monumentless\",\n        \"nonsensibly\",\n        \"nonsensically\",\n        \"nonsentient\",\n        \"nonsentiently\",\n        \"nonsine\",\n        \"pillowless\",\n        \"scentless\",\n        \"unlustful\",\n        \"unsaneness\",\n        \"untouchably\",\n        \"valence\",\n        \"witless\",\n        \"witlessly\"\n    ],\n    \"mmemme\": [\n        \"cerements\",\n        \"eventide\",\n        \"feaster\",\n        \"feasters\",\n        \"prograde\",\n        \"program\",\n        \"programatic\",\n        \"programed\",\n        \"programer\",\n        \"programers\",\n        \"programing\",\n        \"programistic\",\n        \"programmability\",\n        \"programmar\",\n        \"programmata\",\n        \"programmatic\",\n        \"programme\",\n        \"programmers\",\n        \"programmes\",\n        \"programming\",\n        \"programs\",\n        \"progravid\"\n    ],\n    \"ndị na-eme emume\": [\n        \"ceremonialists\"\n    ],\n    \"mee ememe\": [\n        \"ceremonialize\"\n    ],\n    \"ke\": [\n        \"cereous\"\n    ],\n    \"mee mmehie\": [\n        \"cererite\",\n        \"sinicize\",\n        \"sinify\"\n    ],\n    \"akpa ama\": [\n        \"ceria\"\n    ],\n    \"Ikenna Onyekwere\": [\n        \"cerianthus\",\n        \"ferrel\",\n        \"isophthalyl\",\n        \"stornelli\"\n    ],\n    \"akpa nwa\": [\n        \"ceriops\",\n        \"firstling\",\n        \"ovarioles\",\n        \"ovariostomy\",\n        \"ovonics\",\n        \"sheuchs\",\n        \"uteritis\",\n        \"womb\",\n        \"wombats\",\n        \"wombs\"\n    ],\n    \"ichere\": [\n        \"cerise\",\n        \"desiderium\",\n        \"waitership\"\n    ],\n    \"ihe eji ebu ihe\": [\n        \"cerniture\",\n        \"porringer\"\n    ],\n    \"onye na-ede ihe nkiri\": [\n        \"cerographist\",\n        \"cyclographer\",\n        \"heresiographer\"\n    ],\n    \"Ikweriri\": [\n        \"ceroline\",\n        \"luian\"\n    ],\n    \"nnoo\": [\n        \"ceromancy\",\n        \"essentially\",\n        \"helve\",\n        \"rareyfy\",\n        \"saltie\",\n        \"salvor\",\n        \"straightup\",\n        \"vivency\"\n    ],\n    \"Ukpomoku\": [\n        \"cerotic\",\n        \"snorter\"\n    ],\n    \"Cerotin\": [\n        \"cerotin\"\n    ],\n    \"Ceroxylon\": [\n        \"ceroxylon\"\n    ],\n    \"ikpe ikpe\": [\n        \"cerrial\",\n        \"forejudge\",\n        \"forjudge\",\n        \"juddering\",\n        \"judging\",\n        \"judicializing\",\n        \"judiciary\",\n        \"lawsuiting\",\n        \"verderership\"\n    ],\n    \"doro anya\": [\n        \"certain\",\n        \"certainer\",\n        \"certainest\",\n        \"certainty\",\n        \"clarice\",\n        \"clarifiant\",\n        \"clarioned\",\n        \"clarre\",\n        \"clarty\",\n        \"clartiest\",\n        \"clearcole\",\n        \"clearest\",\n        \"clearminded\",\n        \"clearness\",\n        \"clearsighted\",\n        \"definite\",\n        \"definiteness\",\n        \"definitive\",\n        \"direcly\",\n        \"doucely\",\n        \"dravidic\",\n        \"enclear\",\n        \"enframed\",\n        \"evidently\",\n        \"exiguity\",\n        \"exiguities\",\n        \"exiguous\",\n        \"explicit\",\n        \"obvious\",\n        \"obviously\",\n        \"obviousness\",\n        \"plainhearted\",\n        \"plainsoled\",\n        \"plausibly\",\n        \"subdented\",\n        \"subhooked\",\n        \"subindicative\",\n        \"subtransparentness\",\n        \"subulated\",\n        \"subvitalized\",\n        \"unambiguous\",\n        \"understory\",\n        \"unequivocal\",\n        \"unequivocally\",\n        \"unequivocating\",\n        \"vivid\",\n        \"vividity\",\n        \"vividness\"\n    ],\n    \"ụfọdụ\": [\n        \"certainties\",\n        \"some\",\n        \"somever\",\n        \"somewheres\"\n    ],\n    \"gbaara\": [\n        \"certified\",\n        \"snawed\",\n        \"sniveled\"\n    ],\n    \"Cerulean\": [\n        \"cerulean\"\n    ],\n    \"Ceruleite\": [\n        \"ceruleite\"\n    ],\n    \"Ihe nkwonkwo\": [\n        \"cerulescent\"\n    ],\n    \"Cerusites\": [\n        \"cerusites\"\n    ],\n    \"ọkọnọ\": [\n        \"cervantic\",\n        \"consignificator\",\n        \"ellen\",\n        \"enlute\",\n        \"gironny\",\n        \"implicant\",\n        \"presented\",\n        \"presentor\",\n        \"procotton\",\n        \"proposable\",\n        \"quantimeter\",\n        \"quantitiveness\",\n        \"quantummechanical\",\n        \"substantiator\",\n        \"superdonation\",\n        \"superquoted\",\n        \"supersphenoidal\",\n        \"supersuperior\",\n        \"supply\"\n    ],\n    \"ọkammụta\": [\n        \"cervantist\",\n        \"economist\",\n        \"parviscient\"\n    ],\n    \"ọrụ nwa\": [\n        \"cervicectomy\"\n    ],\n    \"nkwonkwo akwara\": [\n        \"cervicispinal\",\n        \"cervicomuscular\",\n        \"neurocirculatory\",\n        \"neurohypnotic\",\n        \"neuroplexus\",\n        \"neuropter\",\n        \"neuropterous\",\n        \"occlusocervical\"\n    ],\n    \"asụsụ asụsụ\": [\n        \"cervicolingual\",\n        \"linguaciousness\",\n        \"linguodistal\",\n        \"sublanguage\"\n    ],\n    \"Cervulus\": [\n        \"cervulus\"\n    ],\n    \"mịsa\": [\n        \"cesareans\",\n        \"cesarians\"\n    ],\n    \"iheany\": [\n        \"cesarevitch\"\n    ],\n    \"keegbu\": [\n        \"cespitulose\",\n        \"roughdry\"\n    ],\n    \"n'etu\": [\n        \"cessantly\",\n        \"droningly\",\n        \"iteratively\",\n        \"nonstatistically\",\n        \"perfunctoriously\",\n        \"petrologically\",\n        \"pettedly\",\n        \"unjestingly\",\n        \"untypically\"\n    ],\n    \"ejighị n'aka\": [\n        \"cessible\",\n        \"inarmed\",\n        \"incertainty\",\n        \"noncertainty\",\n        \"unassuredness\",\n        \"uncertainly\",\n        \"uncertainness\",\n        \"uncertainty\",\n        \"uncertainties\",\n        \"uncertifiablely\",\n        \"uncertifiableness\",\n        \"uncertitude\",\n        \"unlamed\",\n        \"unrobed\",\n        \"unstabbed\",\n        \"unstable\",\n        \"unsticky\",\n        \"unsugary\",\n        \"unsurely\",\n        \"unsurety\",\n        \"unsurly\",\n        \"unsurliness\",\n        \"unsustained\",\n        \"unsustaining\",\n        \"unterraced\",\n        \"unurged\"\n    ],\n    \"ojeozi\": [\n        \"cessionaire\"\n    ],\n    \"ndi anakpo\": [\n        \"cetaceans\",\n        \"cheddites\",\n        \"giantkind\",\n        \"hamites\"\n    ],\n    \"ebebo\": [\n        \"cetaceous\"\n    ],\n    \"chọta\": [\n        \"cete\",\n        \"find\",\n        \"findal\",\n        \"findhorn\",\n        \"findy\",\n        \"findjan\",\n        \"findon\",\n        \"locate\",\n        \"locates\",\n        \"locn\"\n    ],\n    \"nwachinenye\": [\n        \"cetiosaurus\"\n    ],\n    \"Cevian\": [\n        \"cevian\"\n    ],\n    \"Nkeji 22\": [\n        \"ch\"\n    ],\n    \"Ọgba\": [\n        \"chabuks\",\n        \"outrushes\",\n        \"sprigged\",\n        \"sprucification\",\n        \"spurgall\",\n        \"spurgalling\",\n        \"striges\",\n        \"strigiformes\",\n        \"strigilis\"\n    ],\n    \"chachapoya\": [\n        \"chachapuya\"\n    ],\n    \"chakchiuma\": [\n        \"chackchiuma\"\n    ],\n    \"chakọtara\": [\n        \"chackled\"\n    ],\n    \"chada\": [\n        \"chadars\"\n    ],\n    \"abaghị uru\": [\n        \"chadless\",\n        \"dateless\",\n        \"depreciative\",\n        \"disutility\",\n        \"futile\",\n        \"futileness\",\n        \"idic\",\n        \"idle\",\n        \"idleful\",\n        \"idlehood\",\n        \"idleness\",\n        \"idles\",\n        \"idlesse\",\n        \"idlety\",\n        \"illucidative\",\n        \"imbonity\",\n        \"immaculacy\",\n        \"immaterial\",\n        \"immaterializing\",\n        \"immechanical\",\n        \"immeritorious\",\n        \"imminute\",\n        \"impecunious\",\n        \"impersuasibleness\",\n        \"impledged\",\n        \"impositive\",\n        \"imputrescence\",\n        \"inactinic\",\n        \"incircumspect\",\n        \"indefluent\",\n        \"inferiority\",\n        \"inferiorities\",\n        \"inferiorness\",\n        \"inferribility\",\n        \"inferrible\",\n        \"innovant\",\n        \"insignificative\",\n        \"interspinous\",\n        \"inutile\",\n        \"invalidated\",\n        \"invalidhood\",\n        \"invalidities\",\n        \"minacity\",\n        \"misbecome\",\n        \"misconducting\",\n        \"misconstructive\",\n        \"misreference\",\n        \"misvalues\",\n        \"misventurous\",\n        \"nonactualities\",\n        \"nonadvantageously\",\n        \"nonadvantageousness\",\n        \"nonbeneficent\",\n        \"nonbeneficial\",\n        \"nonbeneficialness\",\n        \"nonclerical\",\n        \"nondeformities\",\n        \"nonfactory\",\n        \"nonfactual\",\n        \"nonfatty\",\n        \"nonfluency\",\n        \"nonfluentness\",\n        \"nonfluorescent\",\n        \"nonfutile\",\n        \"nonperpetuities\",\n        \"nonperversities\",\n        \"nonpresumptive\",\n        \"nonprivities\",\n        \"nonprofessional\",\n        \"nonprofessionally\",\n        \"nonprofessorial\",\n        \"nonproficient\",\n        \"nonprolificacy\",\n        \"nonsignificance\",\n        \"nonsignificant\",\n        \"nonsignificative\",\n        \"nontriviality\",\n        \"nonutility\",\n        \"nullified\",\n        \"nulling\",\n        \"obsolescence\",\n        \"obsolescent\",\n        \"obsolescing\",\n        \"outservant\",\n        \"profitless\",\n        \"sialid\",\n        \"substanceless\",\n        \"trivialisation\",\n        \"trivialism\",\n        \"trivialist\",\n        \"trivialization\",\n        \"trivialness\",\n        \"unacuminous\",\n        \"unbeneficial\",\n        \"underfrequencies\",\n        \"undervalue\",\n        \"unedificial\",\n        \"unemulous\",\n        \"unfantastical\",\n        \"unfatty\",\n        \"unfruity\",\n        \"ungastric\",\n        \"unidleness\",\n        \"unimportantness\",\n        \"unneaped\",\n        \"unobstructive\",\n        \"unpermeative\",\n        \"unpriority\",\n        \"unprocreant\",\n        \"unprofessionalism\",\n        \"unprofessionally\",\n        \"unprofessionalness\",\n        \"unprotractive\",\n        \"unproving\",\n        \"unrefractory\",\n        \"unrefreshed\",\n        \"unreluctance\",\n        \"unsaccharic\",\n        \"unsignificancy\",\n        \"unsorrowed\",\n        \"unsuperficial\",\n        \"unworth\",\n        \"useless\",\n        \"uselessness\",\n        \"valueless\",\n        \"valuelessness\",\n        \"void\",\n        \"voided\",\n        \"worthless\",\n        \"worthlessly\",\n        \"worthlessness\"\n    ],\n    \"Akuku\": [\n        \"chads\",\n        \"reefers\",\n        \"souther\",\n        \"undercrossing\"\n    ],\n    \"chaetes\": [\n        \"chaetetes\"\n    ],\n    \"chaetidae\": [\n        \"chaetetidae\"\n    ],\n    \"obotekpa\": [\n        \"chaetopterus\"\n    ],\n    \"iriba\": [\n        \"chafed\"\n    ],\n    \"igbogbo ọka\": [\n        \"chaff\",\n        \"chaffer\",\n        \"chaffery\",\n        \"chaffers\",\n        \"chaffy\",\n        \"chaffing\",\n        \"chaft\"\n    ],\n    \"igbogbo\": [\n        \"chaffed\"\n    ],\n    \"igbanye\": [\n        \"chaffering\",\n        \"ign\",\n        \"ingent\",\n        \"passsaging\"\n    ],\n    \"igirigi\": [\n        \"chaffingly\",\n        \"dew\",\n        \"dewans\",\n        \"dewcup\",\n        \"dewdamp\",\n        \"dewdrop\",\n        \"dewdropper\",\n        \"dewdrops\",\n        \"dewfall\",\n        \"dewfalls\",\n        \"dewy\",\n        \"dewiness\",\n        \"dewinesses\",\n        \"dewing\",\n        \"dewlapped\",\n        \"dewlaps\",\n        \"dewless\",\n        \"dewlike\",\n        \"deworm\",\n        \"dewret\",\n        \"dewrot\",\n        \"dews\",\n        \"dewtry\",\n        \"eelworms\",\n        \"ludicrosplenetic\",\n        \"mists\",\n        \"swarmingness\",\n        \"swerves\",\n        \"whiffy\"\n    ],\n    \"igbogbo ọka dị ka\": [\n        \"chafflike\"\n    ],\n    \"igurube\": [\n        \"chaffman\",\n        \"chaffron\",\n        \"huspil\",\n        \"loather\",\n        \"lochus\",\n        \"locus\",\n        \"locust\",\n        \"locusta\",\n        \"locustae\",\n        \"locustal\",\n        \"locustberry\",\n        \"locustid\",\n        \"locusting\",\n        \"locustlike\",\n        \"locusts\"\n    ],\n    \"igbogbo ọka wax\": [\n        \"chaffwax\"\n    ],\n    \"deere\": [\n        \"chafted\",\n        \"crafted\"\n    ],\n    \"na-enwe ihere\": [\n        \"chagrining\",\n        \"scandalizing\"\n    ],\n    \"na-emejọ\": [\n        \"chagrinning\",\n        \"fobbing\",\n        \"hurting\",\n        \"misappropriating\",\n        \"scandalize\"\n    ],\n    \"yinye\": [\n        \"chain\"\n    ],\n    \"Onye na-ebu ígwè\": [\n        \"chainbearer\"\n    ],\n    \"agbụ ígwè\": [\n        \"chainbreak\"\n    ],\n    \"Sịnerịn\": [\n        \"chainer\"\n    ],\n    \"gha ígwè\": [\n        \"chainmaking\"\n    ],\n    \"Onye nkpọrọ\": [\n        \"chainman\"\n    ],\n    \"Ndị na-agbụ agbụ\": [\n        \"chainmen\"\n    ],\n    \"dọ olu\": [\n        \"chainstitch\"\n    ],\n    \"Ihe olu\": [\n        \"chainwork\",\n        \"neckbands\"\n    ],\n    \"Odoro\": [\n        \"chayote\"\n    ],\n    \"etieibuot\": [\n        \"chaired\"\n    ],\n    \"oche ime ụlọ\": [\n        \"chairlady\",\n        \"forecool\"\n    ],\n    \"enweghị oche\": [\n        \"chairless\"\n    ],\n    \"Onye isi oche\": [\n        \"chairman\",\n        \"chairmaning\",\n        \"chairmender\",\n        \"chairperson\",\n        \"chairwoman\",\n        \"crossbowman\"\n    ],\n    \"ndị isi oche\": [\n        \"chairmans\",\n        \"chairmen\",\n        \"chairpersons\",\n        \"cochairmen\",\n        \"presidencies\"\n    ],\n    \"oche ndị isi\": [\n        \"chairmanships\"\n    ],\n    \"ndi isi oche\": [\n        \"chairwomen\",\n        \"subchairmen\"\n    ],\n    \"chalaza\": [\n        \"chalazae\",\n        \"chalaze\"\n    ],\n    \"okpoho\": [\n        \"chalaziferous\",\n        \"courtier\",\n        \"courtierly\",\n        \"gyrophoric\",\n        \"lyraway\"\n    ],\n    \"chalazogamy\": [\n        \"chalazogam\",\n        \"chalazogamic\"\n    ],\n    \"chalkedoni\": [\n        \"chalcedony\"\n    ],\n    \"chalcedonia\": [\n        \"chalcedonian\"\n    ],\n    \"oji ihe osise\": [\n        \"chalcographer\"\n    ],\n    \"ọwa ihe\": [\n        \"chalcographist\"\n    ],\n    \"ochobo\": [\n        \"chalcophanite\"\n    ],\n    \"Kaldea\": [\n        \"chaldean\",\n        \"chaldese\"\n    ],\n    \"osobo\": [\n        \"chaldee\",\n        \"encounterer\",\n        \"farreation\",\n        \"massiness\",\n        \"meets\",\n        \"rallery\",\n        \"rannel\",\n        \"rapping\",\n        \"stormer\",\n        \"vicety\"\n    ],\n    \"Kalidọn\": [\n        \"chaldron\"\n    ],\n    \"Kalịnda\": [\n        \"chaldrons\"\n    ],\n    \"chaletị\": [\n        \"chalet\",\n        \"chalets\"\n    ],\n    \"chalic\": [\n        \"chaliced\"\n    ],\n    \"owuwu\": [\n        \"chalking\",\n        \"chaussee\",\n        \"lonicera\",\n        \"structures\",\n        \"woolgather\",\n        \"woolgrower\",\n        \"woolgrowing\",\n        \"woollybutt\",\n        \"zanze\"\n    ],\n    \"nkume nzu\": [\n        \"chalkstone\",\n        \"limestones\"\n    ],\n    \"challah\": [\n        \"challas\"\n    ],\n    \"ihe ịma aka\": [\n        \"challengable\",\n        \"challengeable\"\n    ],\n    \"ịma aka\": [\n        \"challenge\",\n        \"challengee\",\n        \"challenging\",\n        \"challengingly\",\n        \"hogtying\",\n        \"pryingness\"\n    ],\n    \"maa aka\": [\n        \"challenged\"\n    ],\n    \"aka mgba\": [\n        \"challengeful\",\n        \"wavelet\"\n    ],\n    \"onye ịma aka\": [\n        \"challenger\"\n    ],\n    \"ndị ịma aka\": [\n        \"challengers\"\n    ],\n    \"chalon\": [\n        \"chalones\"\n    ],\n    \"efe\": [\n        \"chalot\",\n        \"contakia\",\n        \"flied\",\n        \"forehatch\"\n    ],\n    \"Chamberdeacon\": [\n        \"chamberdeacon\"\n    ],\n    \"chambel\": [\n        \"chambered\"\n    ],\n    \"Onyeisi\": [\n        \"chamberfellow\",\n        \"dickensian\",\n        \"gittith\",\n        \"negroid\",\n        \"turbellarian\"\n    ],\n    \"Chamberlain\": [\n        \"chamberlain\"\n    ],\n    \"Ime ụlọ\": [\n        \"chamberlainry\",\n        \"corticate\"\n    ],\n    \"Chamberlet\": [\n        \"chamberlet\"\n    ],\n    \"kembles\": [\n        \"chamberleted\"\n    ],\n    \"chamtin\": [\n        \"chambertin\"\n    ],\n    \"ogwumagala\": [\n        \"chamecephalus\",\n        \"chameleon\",\n        \"chameleonic\"\n    ],\n    \"Ogwumagana\": [\n        \"chameleonize\",\n        \"chameleonlike\",\n        \"chameleons\"\n    ],\n    \"chamfer\": [\n        \"chamfers\"\n    ],\n    \"chamfron\": [\n        \"chamfrons\"\n    ],\n    \"rikpoo\": [\n        \"chamoised\"\n    ],\n    \"camomille\": [\n        \"chamomile\"\n    ],\n    \"chamomol\": [\n        \"champacol\"\n    ],\n    \"Champagne\": [\n        \"champagne\",\n        \"champian\"\n    ],\n    \"champeenu\": [\n        \"champagnes\"\n    ],\n    \"agnya champagnizing\": [\n        \"champagnizing\"\n    ],\n    \"Champaign\": [\n        \"champaign\",\n        \"champain\"\n    ],\n    \"champaka\": [\n        \"champak\",\n        \"champaks\"\n    ],\n    \"ndị mmeri\": [\n        \"champers\",\n        \"champignons\",\n        \"champions\",\n        \"conquerers\",\n        \"conquerors\",\n        \"defeaters\",\n        \"medalists\",\n        \"prizewinners\",\n        \"triumvirs\",\n        \"victorians\",\n        \"victualers\",\n        \"victuallers\",\n        \"winers\"\n    ],\n    \"champey\": [\n        \"champy\"\n    ],\n    \"champeon\": [\n        \"champignon\"\n    ],\n    \"onye mmeri dika\": [\n        \"championlike\"\n    ],\n    \"champleve\": [\n        \"champlev\"\n    ],\n    \"nwee ohere\": [\n        \"chanceful\",\n        \"opportunist\",\n        \"opportunistic\",\n        \"opportunists\"\n    ],\n    \"ịbụ abụ\": [\n        \"chancey\",\n        \"chancer\",\n        \"chancered\",\n        \"chancery\"\n    ],\n    \"chancel\": [\n        \"chanceled\"\n    ],\n    \"kansul\": [\n        \"chancellor\",\n        \"consulta\",\n        \"councillor\",\n        \"councilman\",\n        \"councilmanic\",\n        \"councilor\"\n    ],\n    \"ndị isi ọchịchị\": [\n        \"chancelloress\",\n        \"chancellory\",\n        \"chancellorism\",\n        \"chancellors\",\n        \"ringleaders\"\n    ],\n    \"nduzi\": [\n        \"chancellorship\",\n        \"directorial\",\n        \"directorship\",\n        \"directorships\",\n        \"guidance\",\n        \"guidances\",\n        \"guides\",\n        \"guidonian\",\n        \"guidons\",\n        \"guids\",\n        \"guidwillie\",\n        \"protutor\"\n    ],\n    \"Ọchịchị\": [\n        \"chancellorships\",\n        \"coruler\",\n        \"disputativeness\",\n        \"gynandrarchy\",\n        \"regalness\"\n    ],\n    \"ihe ndaba\": [\n        \"chancelor\",\n        \"justifications\"\n    ],\n    \"abụ\": [\n        \"chancels\",\n        \"chanceries\",\n        \"lyric\",\n        \"lyricism\",\n        \"melodia\",\n        \"melodias\",\n        \"melodica\",\n        \"melologue\",\n        \"melomania\",\n        \"melomanic\",\n        \"poetization\",\n        \"songbook\",\n        \"songsmith\",\n        \"songsters\"\n    ],\n    \"chanc Chan\": [\n        \"chancrous\"\n    ],\n    \"chanders\": [\n        \"chandlers\"\n    ],\n    \"channeled\": [\n        \"chaneled\",\n        \"chanelled\",\n        \"channelled\"\n    ],\n    \"chan chanell\": [\n        \"chaneling\"\n    ],\n    \"abụ olu ụtọ\": [\n        \"chanfrons\",\n        \"melody\",\n        \"melodial\",\n        \"melodics\",\n        \"melodied\",\n        \"melodies\",\n        \"melodises\",\n        \"melodising\",\n        \"melodism\",\n        \"melodist\",\n        \"melodists\",\n        \"melodizer\",\n        \"melodizes\",\n        \"melogram\",\n        \"melograph\",\n        \"melographic\",\n        \"melomane\",\n        \"melote\"\n    ],\n    \"agbanweghi\": [\n        \"changeless\",\n        \"unaltered\",\n        \"unconverted\",\n        \"underanged\",\n        \"undisfigured\",\n        \"undiverted\",\n        \"unfigured\",\n        \"unflanged\",\n        \"unhafted\",\n        \"unhanged\",\n        \"unhanging\",\n        \"unreflected\",\n        \"unreplaced\",\n        \"unreverted\",\n        \"unrevolutionized\",\n        \"unvaried\"\n    ],\n    \"enweghị mgbanwe\": [\n        \"changelessly\",\n        \"changelessness\",\n        \"fickleness\",\n        \"inadjustable\",\n        \"inconformable\",\n        \"intransformable\",\n        \"invariability\",\n        \"invariable\",\n        \"invariableness\",\n        \"invariance\",\n        \"invariantive\",\n        \"irreflexive\",\n        \"irreformability\",\n        \"irreformable\",\n        \"irrelative\",\n        \"nonadaptability\",\n        \"nonchangeableness\",\n        \"nonconversion\",\n        \"nondilatability\",\n        \"nondilation\",\n        \"nondivergence\",\n        \"nondiverging\",\n        \"nonevolutional\",\n        \"nonevolutionary\",\n        \"nonexchangeability\",\n        \"nonflexibility\",\n        \"nonflexible\",\n        \"nonflexibleness\",\n        \"nonflexibly\",\n        \"noninterchangeability\",\n        \"noninterchangeableness\",\n        \"nonradiation\",\n        \"nonranging\",\n        \"nonrehabilitation\",\n        \"nonvariability\",\n        \"nonvariable\",\n        \"nonvariableness\",\n        \"nonvariant\",\n        \"nonvariation\",\n        \"nonversatility\",\n        \"shiftlessness\",\n        \"unalteration\",\n        \"unelastically\",\n        \"unexchangeable\",\n        \"unexchangeableness\",\n        \"unexchangeabness\",\n        \"unflexibleness\",\n        \"unflexibly\",\n        \"unformidableness\",\n        \"unradiant\",\n        \"unreformative\",\n        \"unrestorative\",\n        \"unrevolutionary\",\n        \"untransitional\",\n        \"untraversable\",\n        \"unvariableness\",\n        \"unvariably\",\n        \"unvariant\",\n        \"unversatility\",\n        \"unweariably\"\n    ],\n    \"onye na-agbanwe agbanwe\": [\n        \"changemaker\"\n    ],\n    \"onye mgbanwe\": [\n        \"changer\",\n        \"transformationalist\",\n        \"transformationist\",\n        \"transformist\",\n        \"transitionist\"\n    ],\n    \"ndị na-agbanwe\": [\n        \"changers\"\n    ],\n    \"chann\": [\n        \"chank\"\n    ],\n    \"ikusa\": [\n        \"channeling\",\n        \"channelling\"\n    ],\n    \"channellines\": [\n        \"channelizes\"\n    ],\n    \"ịghagharị\": [\n        \"channelizing\",\n        \"cyphering\",\n        \"unswing\"\n    ],\n    \"chanel\": [\n        \"channeller\",\n        \"channelure\"\n    ],\n    \"ndi ukwe\": [\n        \"channellers\",\n        \"hymnists\"\n    ],\n    \"chanti\": [\n        \"chanter\",\n        \"chanties\"\n    ],\n    \"kpọọ abụ\": [\n        \"chanters\"\n    ],\n    \"na-abụ abụ\": [\n        \"chanting\",\n        \"psalming\",\n        \"singable\",\n        \"singeing\",\n        \"singingly\",\n        \"songful\",\n        \"songworthy\"\n    ],\n    \"Ọgba aghara\": [\n        \"chaogenous\",\n        \"disharmonies\",\n        \"fiot\",\n        \"riot\",\n        \"riotistic\",\n        \"riotocracy\",\n        \"salubrities\",\n        \"scrumpy\",\n        \"spriggy\",\n        \"unresty\",\n        \"vulcanology\"\n    ],\n    \"ogbaaghara\": [\n        \"chaos\",\n        \"chaoses\",\n        \"charisms\",\n        \"charonic\",\n        \"chasmogamic\",\n        \"gibbosity\",\n        \"riotist\",\n        \"riotproof\",\n        \"riotry\",\n        \"turgescency\"\n    ],\n    \"ke ndutịme\": [\n        \"chaotic\"\n    ],\n    \"keogba\": [\n        \"chaotical\"\n    ],\n    \"obubata\": [\n        \"chapapote\"\n    ],\n    \"chachajị\": [\n        \"chaparejos\"\n    ],\n    \"chapatis\": [\n        \"chapaties\",\n        \"chapattis\"\n    ],\n    \"chapatti\": [\n        \"chapatty\"\n    ],\n    \"Akwụkwọ ọgụgụ\": [\n        \"chapbook\",\n        \"chapbooks\",\n        \"scorebook\",\n        \"studbook\",\n        \"studbooks\",\n        \"waybook\"\n    ],\n    \"uka\": [\n        \"chapel\",\n        \"chapeling\",\n        \"chapelry\",\n        \"chapelries\",\n        \"chapitle\",\n        \"chapteral\",\n        \"mass\"\n    ],\n    \"nke a chapu\": [\n        \"chapeled\"\n    ],\n    \"enweghi chape\": [\n        \"chapeless\"\n    ],\n    \"chọọchị\": [\n        \"chapelgoing\",\n        \"chapelize\",\n        \"churchcraft\",\n        \"churchdom\",\n        \"churchgo\",\n        \"churchiness\",\n        \"churching\",\n        \"churchism\",\n        \"churchlike\",\n        \"churchliness\",\n        \"churchreeve\",\n        \"churchward\",\n        \"churchwarden\",\n        \"churchwardenism\",\n        \"churchwardens\",\n        \"churchwardenship\",\n        \"churchwards\",\n        \"churchwise\",\n        \"denomination\",\n        \"denominations\",\n        \"dischurch\",\n        \"ecclesiasticism\",\n        \"ecclesiasticize\",\n        \"lurches\"\n    ],\n    \"ulo uka\": [\n        \"chapellany\",\n        \"chapelling\",\n        \"chapelward\",\n        \"coventrate\",\n        \"coventry\",\n        \"coventries\",\n        \"coventrize\",\n        \"messroom\",\n        \"parlorish\",\n        \"parvenudom\",\n        \"peathouse\"\n    ],\n    \"Chọọchị\": [\n        \"chapelled\"\n    ],\n    \"ụlọ ekpere\": [\n        \"chapels\"\n    ],\n    \"onyeagha\": [\n        \"chaperone\"\n    ],\n    \"enwenne\": [\n        \"chaperoned\"\n    ],\n    \"chapflen\": [\n        \"chapfallen\"\n    ],\n    \"chapflenlenly\": [\n        \"chapfallenly\"\n    ],\n    \"ukochukwu\": [\n        \"chaplain\",\n        \"clerk\"\n    ],\n    \"ndị ụkọchukwu\": [\n        \"chaplains\",\n        \"churchmen\",\n        \"clergy\",\n        \"clergies\",\n        \"clergylike\",\n        \"clergymen\",\n        \"clergywomen\",\n        \"clericalists\",\n        \"clericals\",\n        \"clerics\",\n        \"ecclesiastics\",\n        \"pretors\",\n        \"priestesses\"\n    ],\n    \"chaplet\": [\n        \"chapleted\",\n        \"rosary\",\n        \"rosaries\",\n        \"rosery\",\n        \"roseries\",\n        \"rosety\",\n        \"rosulate\"\n    ],\n    \"chapman\": [\n        \"chapmen\"\n    ],\n    \"chapon\": [\n        \"chapourn\"\n    ],\n    \"chapournet ka\": [\n        \"chapournetted\"\n    ],\n    \"onye isi nri\": [\n        \"chapper\"\n    ],\n    \"nkịta\": [\n        \"chappies\",\n        \"crabbedness\",\n        \"derfness\",\n        \"dog\",\n        \"dogal\",\n        \"dogate\",\n        \"dogcart\",\n        \"dogcarts\",\n        \"dogcatcher\",\n        \"dogdom\",\n        \"dogdoms\",\n        \"dogface\",\n        \"dogfaces\",\n        \"dogfall\",\n        \"dogfights\",\n        \"dogfishes\",\n        \"dogfought\",\n        \"dogged\",\n        \"doggedness\",\n        \"dogger\",\n        \"doggerel\",\n        \"doggery\",\n        \"doggers\",\n        \"doggess\",\n        \"dogget\",\n        \"doggy\",\n        \"doggie\",\n        \"doggier\",\n        \"doggies\",\n        \"dogging\",\n        \"doggish\",\n        \"doggishness\",\n        \"doggle\",\n        \"doggo\",\n        \"doggone\",\n        \"doggonedest\",\n        \"doggones\",\n        \"doggrel\",\n        \"doghead\",\n        \"doghole\",\n        \"doghood\",\n        \"dogies\",\n        \"dogleg\",\n        \"doglegs\",\n        \"dogly\",\n        \"doglike\",\n        \"dogmatic\",\n        \"dogmatically\",\n        \"dogmatics\",\n        \"dogmatise\",\n        \"dogmatised\",\n        \"dogmatiser\",\n        \"dogmatist\",\n        \"dogmatized\",\n        \"dogmatizer\",\n        \"dogmeat\",\n        \"dogmen\",\n        \"dogmouth\",\n        \"dognap\",\n        \"dognaper\",\n        \"dognapers\",\n        \"dognaps\",\n        \"dogrib\",\n        \"dogs\",\n        \"dogsbody\",\n        \"dogsbodies\",\n        \"dogstail\",\n        \"dogtail\",\n        \"dogtie\",\n        \"dogtooth\",\n        \"dogtrick\",\n        \"dogtrot\",\n        \"dogtrots\",\n        \"dogvane\",\n        \"dogvanes\",\n        \"dolmenic\",\n        \"foxchop\",\n        \"foxiness\",\n        \"foxship\",\n        \"guck\",\n        \"hermitages\",\n        \"hexoic\",\n        \"jacklegs\",\n        \"judgmatic\",\n        \"kraits\",\n        \"puericulture\",\n        \"ragfishes\",\n        \"roust\",\n        \"screeches\",\n        \"sephiric\",\n        \"wolds\"\n    ],\n    \"chaptisation\": [\n        \"chaptalization\"\n    ],\n    \"bụrụ ndị a gbagburu\": [\n        \"chaptalized\"\n    ],\n    \"Nke a zụrụ\": [\n        \"chaptered\"\n    ],\n    \"ụlọ isi\": [\n        \"chapterhouse\"\n    ],\n    \"nwanyi\": [\n        \"chapwoman\",\n        \"draftswoman\",\n        \"draftswomanship\",\n        \"enwoman\",\n        \"female\",\n        \"femality\",\n        \"feminacies\",\n        \"feminality\",\n        \"feminility\",\n        \"femininely\",\n        \"femininism\",\n        \"feminisation\",\n        \"feminise\",\n        \"feminises\",\n        \"feminism\",\n        \"feminisms\",\n        \"feminist\",\n        \"feministic\",\n        \"feministics\",\n        \"feminization\",\n        \"femmes\",\n        \"forewomen\",\n        \"gelseminine\",\n        \"giantess\",\n        \"hermitess\",\n        \"yeomaness\",\n        \"mace\",\n        \"malefactress\",\n        \"manxwoman\",\n        \"odalwoman\",\n        \"originatress\",\n        \"pointswoman\",\n        \"sussexite\",\n        \"wardswoman\",\n        \"washwoman\",\n        \"woman\",\n        \"womanbodies\",\n        \"womanfolk\",\n        \"womanise\",\n        \"womanises\",\n        \"womanising\",\n        \"womanism\",\n        \"womanization\",\n        \"womanize\",\n        \"womanized\",\n        \"womanizer\",\n        \"womanizes\",\n        \"womanizing\",\n        \"womankind\",\n        \"womanlier\",\n        \"womanlihood\",\n        \"womanways\",\n        \"wombiest\",\n        \"womenfolk\",\n        \"womenfolks\"\n    ],\n    \"charabanc\": [\n        \"charabancs\"\n    ],\n    \"nke njirimara\": [\n        \"characterical\"\n    ],\n    \"nwere ike ịkọwa\": [\n        \"characterisable\",\n        \"predisagree\"\n    ],\n    \"mara agwa\": [\n        \"characterise\",\n        \"characterize\"\n    ],\n    \"onye odide\": [\n        \"characterist\"\n    ],\n    \"akparamaagwa\": [\n        \"characteristicalness\",\n        \"psycho\",\n        \"psychoanal\",\n        \"psychobiology\",\n        \"psychobiological\",\n        \"psychobiotic\",\n        \"psychoclinic\",\n        \"psychogeny\",\n        \"psychogenic\",\n        \"psychognosy\",\n        \"psychogony\",\n        \"psychograph\",\n        \"psychography\",\n        \"psychologer\",\n        \"psychology\",\n        \"psychologian\",\n        \"psychologic\",\n        \"psychologics\",\n        \"psychologies\",\n        \"psychologism\",\n        \"psychologistic\",\n        \"psychologized\",\n        \"psychomancy\",\n        \"psychometer\",\n        \"psychometry\",\n        \"psychometric\",\n        \"psychometrical\",\n        \"psychometries\",\n        \"psychomorphic\",\n        \"psychony\",\n        \"psychoorganic\",\n        \"psychopannychy\",\n        \"psychopath\",\n        \"psychopathic\",\n        \"psychopathies\",\n        \"psychopathology\",\n        \"psychopathologic\",\n        \"psychopaths\",\n        \"psychoplasm\",\n        \"psychorealistic\",\n        \"psychos\",\n        \"psychosensory\",\n        \"psychosensorial\",\n        \"psychoses\",\n        \"psychosynthetic\",\n        \"psychosis\",\n        \"psychosocial\",\n        \"psychosome\",\n        \"psychostasy\",\n        \"psychosurgeon\",\n        \"psychotherapeutical\",\n        \"psychotic\",\n        \"psychotropic\",\n        \"psychovital\",\n        \"psychozoic\"\n    ],\n    \"ihe njirimara\": [\n        \"characterizable\"\n    ],\n    \"onye njirimara\": [\n        \"characterizer\"\n    ],\n    \"enweghị agwa\": [\n        \"characterless\",\n        \"characterlessness\",\n        \"noncharacterized\"\n    ],\n    \"nnabataonye\": [\n        \"charactonym\"\n    ],\n    \"akparamaji\": [\n        \"charadriiform\",\n        \"psychognostic\"\n    ],\n    \"chara\": [\n        \"charales\"\n    ],\n    \"charas\": [\n        \"charases\"\n    ],\n    \"chabọn\": [\n        \"charbon\"\n    ],\n    \"icheku unyi\": [\n        \"charcoalist\"\n    ],\n    \"chartsuterie\": [\n        \"charcuterie\"\n    ],\n    \"chartsuteries\": [\n        \"charcuteries\"\n    ],\n    \"charutiuti\": [\n        \"charcutier\"\n    ],\n    \"chartiutias\": [\n        \"charcutiers\"\n    ],\n    \"chaatị\": [\n        \"chards\",\n        \"charted\",\n        \"charting\",\n        \"chartings\",\n        \"chartlet\",\n        \"chartographic\",\n        \"chartreux\",\n        \"charts\"\n    ],\n    \"charles\": [\n        \"chares\"\n    ],\n    \"gaa\": [\n        \"chareter\",\n        \"charter\",\n        \"covisit\",\n        \"fared\",\n        \"gallowsward\",\n        \"goethite\",\n        \"harish\",\n        \"havenward\",\n        \"snath\",\n        \"tript\"\n    ],\n    \"chagab\": [\n        \"chargable\"\n    ],\n    \"ibu ebubo\": [\n        \"chargeability\"\n    ],\n    \"onye ebubo\": [\n        \"chargeant\"\n    ],\n    \"ụlọ ebubo\": [\n        \"chargehouse\"\n    ],\n    \"enweghị ụgwọ\": [\n        \"chargeless\",\n        \"creditless\",\n        \"debility\",\n        \"debtless\",\n        \"feeless\",\n        \"nonassented\",\n        \"nonbankable\",\n        \"noncompulsory\",\n        \"nonecompense\",\n        \"nonliabilities\",\n        \"nonsalability\",\n        \"salaryless\",\n        \"unassenting\",\n        \"unbankable\",\n        \"unbankableness\",\n        \"unbudgeability\",\n        \"unbudgeably\",\n        \"unbudged\",\n        \"uncharily\",\n        \"unsawed\",\n        \"unslakable\",\n        \"unwedgeable\"\n    ],\n    \"chaja\": [\n        \"charger\",\n        \"chargers\",\n        \"charnels\"\n    ],\n    \"odoriji\": [\n        \"charging\"\n    ],\n    \"chari\": [\n        \"chary\"\n    ],\n    \"ụgbọ ịnyịnya\": [\n        \"chariot\",\n        \"charioteer\",\n        \"charioteers\",\n        \"charioteership\",\n        \"chariotry\",\n        \"chariots\",\n        \"horsecart\",\n        \"railbird\",\n        \"stallboat\",\n        \"waggons\",\n        \"wagoness\",\n        \"wagonette\",\n        \"wagonry\"\n    ],\n    \"chariot\": [\n        \"charioted\",\n        \"charioting\"\n    ],\n    \"chariotị\": [\n        \"chariotee\"\n    ],\n    \"ụgbọ ịnyịnya dị ka\": [\n        \"chariotlike\"\n    ],\n    \"onye na-anya ụgbọ ịnyịnya\": [\n        \"chariotman\"\n    ],\n    \"ụgbọ ịnyịnya ụzọ\": [\n        \"chariotway\"\n    ],\n    \"ọrụ ebere obere\": [\n        \"charityless\"\n    ],\n    \"chak\": [\n        \"chark\",\n        \"charks\"\n    ],\n    \"charka\": [\n        \"charkas\"\n    ],\n    \"chajuru\": [\n        \"charked\"\n    ],\n    \"charkha\": [\n        \"charkhana\",\n        \"charkhas\"\n    ],\n    \"ahịa ahịa\": [\n        \"charlatanries\",\n        \"countercouchant\",\n        \"hypermarket\",\n        \"marketwise\",\n        \"overchant\",\n        \"traffics\"\n    ],\n    \"latgha\": [\n        \"charlatanship\"\n    ],\n    \"charlestọn\": [\n        \"charlestons\"\n    ],\n    \"charlotte\": [\n        \"charlet\"\n    ],\n    \"Charlie\": [\n        \"charlie\"\n    ],\n    \"Charlie's\": [\n        \"charlies\"\n    ],\n    \"amara\": [\n        \"charm\",\n        \"charmfulness\",\n        \"extraconscious\",\n        \"favorableness\",\n        \"girsle\",\n        \"grace\",\n        \"graced\",\n        \"gracefulness\",\n        \"gracious\",\n        \"graciousness\",\n        \"melilot\",\n        \"mhorr\",\n        \"millieme\",\n        \"millier\",\n        \"mishnical\",\n        \"pleiades\",\n        \"pleniloquence\",\n        \"plenipotency\",\n        \"preexception\",\n        \"preexperimental\",\n        \"prelatial\",\n        \"procacious\",\n        \"zillions\"\n    ],\n    \"Ịmekwasị anwansị\": [\n        \"charmed\",\n        \"charmedly\"\n    ],\n    \"enweghị amara\": [\n        \"charmless\",\n        \"graceless\",\n        \"gracelessness\"\n    ],\n    \"ọtụtu\": [\n        \"charms\"\n    ],\n    \"charkwa\": [\n        \"charnel\"\n    ],\n    \"okorin\": [\n        \"charon\"\n    ],\n    \"charos\": [\n        \"charoses\"\n    ],\n    \"charulu\": [\n        \"charque\"\n    ],\n    \"charri\": [\n        \"charry\"\n    ],\n    \"charo\": [\n        \"charro\"\n    ],\n    \"Chaatị\": [\n        \"chartable\"\n    ],\n    \"charteble\": [\n        \"charterable\"\n    ],\n    \"dụrụ akwụkwọ\": [\n        \"chartered\"\n    ],\n    \"ndị na-ede akwụkwọ ego\": [\n        \"charterers\"\n    ],\n    \"terlọ ụlọ ọrụ\": [\n        \"charterhouse\"\n    ],\n    \"ndị na-edekọ ihe\": [\n        \"chartists\",\n        \"monographers\",\n        \"pantrymen\",\n        \"recorders\",\n        \"recordists\"\n    ],\n    \"enweghị ụkpụrụ\": [\n        \"chartless\",\n        \"impolitical\",\n        \"misdoubted\",\n        \"nonarbitrariness\",\n        \"nonconstructiveness\",\n        \"noncredulousness\",\n        \"nonduplicative\",\n        \"nonprincipled\",\n        \"unaltruistic\",\n        \"unconstructed\",\n        \"unconstrued\",\n        \"unmeretricious\",\n        \"unmeretriciousness\",\n        \"unplutocratic\",\n        \"unprincipal\",\n        \"unprinciple\",\n        \"unprincipled\",\n        \"unprincipledly\",\n        \"unprincipledness\",\n        \"unprodigiousness\",\n        \"unquerulously\",\n        \"unquerulousness\",\n        \"unscrupulous\",\n        \"unscrupulousness\",\n        \"unstatistic\",\n        \"volitionless\"\n    ],\n    \"chartometa\": [\n        \"chartometer\"\n    ],\n    \"chụwa\": [\n        \"chase\",\n        \"craunch\"\n    ],\n    \"sechụ\": [\n        \"chaseable\"\n    ],\n    \"achụrụ\": [\n        \"chased\"\n    ],\n    \"na-achụ\": [\n        \"chases\",\n        \"chasing\",\n        \"chasseing\",\n        \"expiringly\",\n        \"flirts\",\n        \"pursing\",\n        \"pursive\",\n        \"pursuantly\",\n        \"pursue\",\n        \"pursues\",\n        \"pursuing\"\n    ],\n    \"chasmas\": [\n        \"chasmed\"\n    ],\n    \"Chass\": [\n        \"chass\"\n    ],\n    \"na-achu\": [\n        \"chasse\"\n    ],\n    \"chasses\": [\n        \"chassed\"\n    ],\n    \"osisim\": [\n        \"chassepots\"\n    ],\n    \"Chassis\": [\n        \"chassis\"\n    ],\n    \"onye ocha\": [\n        \"chastelain\",\n        \"sanitist\",\n        \"whiteheart\"\n    ],\n    \"na-ata ya ahụhụ\": [\n        \"chastened\"\n    ],\n    \"ihe nhicha\": [\n        \"chastener\",\n        \"confectioner\",\n        \"nielloing\",\n        \"pilsener\"\n    ],\n    \"ndị na-enye ntaramahụhụ\": [\n        \"chasteners\"\n    ],\n    \"na-enye ọzụzụ\": [\n        \"chastens\",\n        \"coachful\",\n        \"coaching\",\n        \"educatory\"\n    ],\n    \"chasta\": [\n        \"chaster\"\n    ],\n    \"chafeweed\": [\n        \"chasteweed\"\n    ],\n    \"mgba\": [\n        \"chastiment\",\n        \"contendere\",\n        \"grabble\",\n        \"grapple\",\n        \"grappling\",\n        \"prestruggle\",\n        \"struggle\",\n        \"tournel\",\n        \"upstruggle\",\n        \"warstling\",\n        \"wrastling\",\n        \"wrest\",\n        \"wresting\",\n        \"wrestle\",\n        \"wrestled\",\n        \"wrestles\",\n        \"wrestling\",\n        \"wrestlings\",\n        \"wrests\"\n    ],\n    \"ahuhu\": [\n        \"chastise\",\n        \"chastize\",\n        \"passion\",\n        \"passionwise\",\n        \"punitionally\",\n        \"seeable\",\n        \"tormentry\",\n        \"woe\",\n        \"woeful\"\n    ],\n    \"ọzụzụ\": [\n        \"chastiser\",\n        \"disciplinary\",\n        \"disciplines\",\n        \"discipular\",\n        \"educables\",\n        \"horological\",\n        \"pastorising\",\n        \"trainableness\",\n        \"trainage\",\n        \"traineeship\",\n        \"training\",\n        \"trainings\"\n    ],\n    \"ndị na-enye ọzụzụ\": [\n        \"chastisers\"\n    ],\n    \"chasuble\": [\n        \"chasubled\",\n        \"chasubles\"\n    ],\n    \"ikori\": [\n        \"chat\"\n    ],\n    \"ikpawa\": [\n        \"chateaugray\"\n    ],\n    \"akparịta ụka\": [\n        \"chatted\",\n        \"chattered\",\n        \"chatty\"\n    ],\n    \"na-akparịta ụka\": [\n        \"chattelizing\",\n        \"chattering\",\n        \"chatteringly\",\n        \"chattermagging\",\n        \"chatters\",\n        \"chattingly\",\n        \"conversationally\",\n        \"converse\",\n        \"conversed\",\n        \"converser\",\n        \"converses\",\n        \"conversi\",\n        \"conversing\",\n        \"negotiating\",\n        \"reconverse\"\n    ],\n    \"akparị ụka\": [\n        \"chatterbox\",\n        \"chatting\"\n    ],\n    \"onye nkata\": [\n        \"chatterer\",\n        \"conspirant\",\n        \"conspirator\",\n        \"conspirer\",\n        \"convocator\",\n        \"schematiser\",\n        \"schematist\",\n        \"schematizer\",\n        \"schemer\"\n    ],\n    \"ndị nkata\": [\n        \"chatterers\",\n        \"schemers\"\n    ],\n    \"chaud froid\": [\n        \"chaudfroid\"\n    ],\n    \"onye ọkwọ ụgbọ ala\": [\n        \"chaufer\"\n    ],\n    \"ndị ọkwọ ụgbọala\": [\n        \"chaufers\",\n        \"chauffers\",\n        \"chauffeurs\",\n        \"motorists\"\n    ],\n    \"ana-akwọ ụgbọala\": [\n        \"chauffeured\"\n    ],\n    \"na-akwọ ụgbọala\": [\n        \"chauffeuring\",\n        \"drivingly\",\n        \"motoring\",\n        \"motorising\"\n    ],\n    \"ndị ọkwọ ụgbọ ala\": [\n        \"chauffeuses\",\n        \"copilots\"\n    ],\n    \"akawa\": [\n        \"chaver\"\n    ],\n    \"chawa\": [\n        \"chawer\"\n    ],\n    \"ịkwọ ụgbọala\": [\n        \"chawing\"\n    ],\n    \"chazzan\": [\n        \"chazzans\"\n    ],\n    \"ọnụ ala\": [\n        \"cheap\",\n        \"cheapened\",\n        \"cheapener\",\n        \"cheaper\",\n        \"cheapness\",\n        \"landgate\",\n        \"volatileness\"\n    ],\n    \"dị ọnụ ala\": [\n        \"cheapen\",\n        \"cheapest\",\n        \"cheapies\",\n        \"cheaping\",\n        \"cheapish\",\n        \"cheapishly\",\n        \"cheaply\",\n        \"priciest\"\n    ],\n    \"na-eme ọnụ\": [\n        \"cheapening\"\n    ],\n    \"dị ọnụ ala karịa\": [\n        \"cheapery\"\n    ],\n    \"onye aghụghọ\": [\n        \"cheater\",\n        \"conspiratress\",\n        \"cunarder\",\n        \"cunctator\",\n        \"cunner\",\n        \"cunningaire\",\n        \"cunninger\",\n        \"deluder\",\n        \"deludher\",\n        \"delusionist\",\n        \"entrainer\",\n        \"jeerer\",\n        \"manuductive\",\n        \"mischanter\",\n        \"subtilist\",\n        \"tamperer\",\n        \"treasonist\",\n        \"undeceiver\"\n    ],\n    \"cheat\": [\n        \"cheaters\"\n    ],\n    \"n'ịghọ aghụghọ ule\": [\n        \"cheating\",\n        \"cheatingly\"\n    ],\n    \"Ndị aghụghọ\": [\n        \"cheatry\",\n        \"cheats\",\n        \"twaddlers\",\n        \"twirlers\"\n    ],\n    \"ụtaba\": [\n        \"chebacco\",\n        \"chebecs\",\n        \"protobacco\",\n        \"tobacco\",\n        \"tobaccofied\",\n        \"tobaccoy\",\n        \"tobaccoism\",\n        \"tobaccoite\",\n        \"tobaccoless\",\n        \"tobaccophil\",\n        \"tobaccoroot\"\n    ],\n    \"chebek\": [\n        \"chebec\"\n    ],\n    \"Chebog\": [\n        \"chebog\"\n    ],\n    \"chebulinik\": [\n        \"chebulinic\"\n    ],\n    \"cheche\": [\n        \"chechem\"\n    ],\n    \"elele\": [\n        \"checkable\",\n        \"decalvant\",\n        \"galeres\",\n        \"giles\",\n        \"illect\",\n        \"perks\",\n        \"unchecked\",\n        \"unleaky\",\n        \"unleniently\",\n        \"unlibeled\",\n        \"vantage\"\n    ],\n    \"ego ndenye ego\": [\n        \"checkbits\"\n    ],\n    \"akwụkwọ ndenye ego\": [\n        \"checkbook\",\n        \"chequebook\"\n    ],\n    \"Ugboro ala\": [\n        \"checkerbellies\",\n        \"streeters\"\n    ],\n    \"nlele anya\": [\n        \"checkerboarded\",\n        \"negroism\"\n    ],\n    \"nlele nlele\": [\n        \"checkerboarding\"\n    ],\n    \"ogwe ego\": [\n        \"checkerboards\"\n    ],\n    \"ndị na-enyocha\": [\n        \"checkers\",\n        \"chequers\"\n    ],\n    \"nlezianya\": [\n        \"checkerwise\",\n        \"consentiently\",\n        \"consisently\",\n        \"scrupulousness\",\n        \"supercurious\"\n    ],\n    \"atule\": [\n        \"checking\",\n        \"specular\"\n    ],\n    \"lelee\": [\n        \"checkle\",\n        \"checkout\",\n        \"checkrowed\",\n        \"ethnize\",\n        \"experimentee\",\n        \"outsee\",\n        \"pelew\",\n        \"scouted\",\n        \"seecatch\",\n        \"underlook\",\n        \"velate\",\n        \"watchdogged\",\n        \"weighlock\"\n    ],\n    \"ndepụta ndenye ego\": [\n        \"checklist\"\n    ],\n    \"ndenye ndenye aha\": [\n        \"checklists\"\n    ],\n    \"Ebe ndenye ego\": [\n        \"checkouts\"\n    ],\n    \"ebe nlele\": [\n        \"checkpoint\"\n    ],\n    \"ebe ndenye ego\": [\n        \"checkpoints\"\n    ],\n    \"ebe nchekwa ego\": [\n        \"checkroom\"\n    ],\n    \"ụlọ nyocha\": [\n        \"checkrooms\",\n        \"lab\",\n        \"labarums\",\n        \"labioplasty\",\n        \"labyrinth\",\n        \"labyrinthal\",\n        \"labyrinthian\",\n        \"labyrinthiform\",\n        \"labyrinthodon\",\n        \"labyrinths\",\n        \"laboratories\",\n        \"labretifery\",\n        \"labs\",\n        \"laburnums\"\n    ],\n    \"ịlele\": [\n        \"checkrowing\",\n        \"foregleam\",\n        \"prechecking\"\n    ],\n    \"ndi ichie\": [\n        \"checkweighmen\"\n    ],\n    \"lelee odee\": [\n        \"checkwriter\"\n    ],\n    \"cheddar\": [\n        \"chedar\"\n    ],\n    \"okwaleji\": [\n        \"cheddite\"\n    ],\n    \"cheddars\": [\n        \"cheders\"\n    ],\n    \"ndị nchịkọta\": [\n        \"chedites\",\n        \"collectivists\",\n        \"collectors\",\n        \"compliers\",\n        \"gatherers\"\n    ],\n    \"chiedox\": [\n        \"chedreux\"\n    ],\n    \"keeti,\": [\n        \"cheeful\"\n    ],\n    \"cheeky\": [\n        \"cheekful\"\n    ],\n    \"cheeks\": [\n        \"cheekfuls\"\n    ],\n    \"enweghị ntì\": [\n        \"cheekless\"\n    ],\n    \"ntanetụ\": [\n        \"cheekpiece\"\n    ],\n    \"bụ'abụ\": [\n        \"cheer\"\n    ],\n    \"eji obi uto\": [\n        \"cheerful\",\n        \"cheerfullest\",\n        \"cheerfully\",\n        \"cheerfulness\",\n        \"cheerily\",\n        \"cheerless\",\n        \"cheerly\"\n    ],\n    \"cheerful\": [\n        \"cheerfulize\"\n    ],\n    \"anuri\": [\n        \"cheerfuller\",\n        \"dichotomise\",\n        \"monophthongal\"\n    ],\n    \"eji obi ụtọ\": [\n        \"cheeringly\"\n    ],\n    \"ka o nwee obi uto\": [\n        \"cheerleader\"\n    ],\n    \"na-aerụrị\": [\n        \"cheerleaders\"\n    ],\n    \"daalụ\": [\n        \"cheerleading\",\n        \"cheke\",\n        \"congratulations\",\n        \"contratulations\",\n        \"dadburned\",\n        \"dicotylous\",\n        \"discoursed\",\n        \"dumbheaded\",\n        \"farewelled\",\n        \"faunated\",\n        \"freet\",\n        \"thank\",\n        \"thanked\",\n        \"thankfully\",\n        \"thanks\",\n        \"thumped\",\n        \"upbye\"\n    ],\n    \"n'enweghị obi ụtọ\": [\n        \"cheerlessly\"\n    ],\n    \"cheero\": [\n        \"cheeros\"\n    ],\n    \"chiiz\": [\n        \"cheese\",\n        \"cheesed\",\n        \"cheeselip\",\n        \"cheeser\",\n        \"cheeses\",\n        \"cheesy\",\n        \"cheesing\"\n    ],\n    \"chiiz osisi\": [\n        \"cheeseboard\"\n    ],\n    \"igbe cheese\": [\n        \"cheesebox\"\n    ],\n    \"burglọ cheeseburgers\": [\n        \"cheeseburgers\"\n    ],\n    \"chiiz curd\": [\n        \"cheesecurd\"\n    ],\n    \"chiiz cutter\": [\n        \"cheesecutter\"\n    ],\n    \"ifuru chiiz\": [\n        \"cheeseflower\"\n    ],\n    \"nne cheememaker\": [\n        \"cheesemaker\"\n    ],\n    \"cheememonger\": [\n        \"cheesemonger\",\n        \"cheesemongery\",\n        \"cheesemongerly\"\n    ],\n    \"mongering\": [\n        \"cheesemongering\"\n    ],\n    \"onye ji oji\": [\n        \"cheeseparer\"\n    ],\n    \"osi nri\": [\n        \"chef\",\n        \"cookmaid\"\n    ],\n    \"chefdom\": [\n        \"chefdoms\"\n    ],\n    \"Ndị isi\": [\n        \"chefs\",\n        \"mercantilists\"\n    ],\n    \"Cheiroline\": [\n        \"cheiroline\"\n    ],\n    \"chelee\": [\n        \"chelate\"\n    ],\n    \"na-agụ\": [\n        \"chelating\",\n        \"dampening\",\n        \"damping\",\n        \"enumerates\",\n        \"reads\",\n        \"recites\",\n        \"reciting\",\n        \"snigging\",\n        \"ticklishly\"\n    ],\n    \"Chelidon\": [\n        \"chelidon\"\n    ],\n    \"Chelidonate\": [\n        \"chelidonate\"\n    ],\n    \"Chelidonian\": [\n        \"chelidonian\"\n    ],\n    \"Chelidonium\": [\n        \"chelidonium\"\n    ],\n    \"chekwaas\": [\n        \"chelingas\"\n    ],\n    \"cheelian\": [\n        \"chellean\"\n    ],\n    \"Chelodina\": [\n        \"chelodina\"\n    ],\n    \"Chelodine\": [\n        \"chelodine\"\n    ],\n    \"Cheltenham\": [\n        \"cheltenham\"\n    ],\n    \"kem\": [\n        \"chem\"\n    ],\n    \"Chemasthenia\": [\n        \"chemasthenia\"\n    ],\n    \"nchịkwa kemịkal\": [\n        \"chemicalization\"\n    ],\n    \"kemịkal\": [\n        \"chemicals\",\n        \"chemicker\",\n        \"chemisorptive\",\n        \"chemitypy\",\n        \"chemoses\",\n        \"chemosorptive\",\n        \"chemotic\",\n        \"chemurgical\",\n        \"chemurgically\",\n        \"nonchemical\",\n        \"unchemical\"\n    ],\n    \"kemist\": [\n        \"chemick\",\n        \"chemins\",\n        \"chemism\",\n        \"chemist\",\n        \"schemist\"\n    ],\n    \"na-a chemụ\": [\n        \"chemicking\"\n    ],\n    \"icolọ ọgwụ\": [\n        \"chemicoastrological\"\n    ],\n    \"kemịkalcautery\": [\n        \"chemicocautery\"\n    ],\n    \"kemịkalụ ọrụ\": [\n        \"chemicoengineering\"\n    ],\n    \"iclọ ọgwụ\": [\n        \"chemicoluminescence\",\n        \"chemicoluminescent\"\n    ],\n    \"kemịkalụ\": [\n        \"chemicomechanical\",\n        \"chemiculture\",\n        \"chemigraphy\",\n        \"chemiotaxic\",\n        \"chemiotaxis\",\n        \"chemiotropic\",\n        \"chemosynthesis\",\n        \"petrochemicals\"\n    ],\n    \"kemịkalụ ọgwụ\": [\n        \"chemicopharmaceutical\"\n    ],\n    \"kemịkalphysical\": [\n        \"chemicophysical\"\n    ],\n    \"kemịkalphysics\": [\n        \"chemicophysics\"\n    ],\n    \"kemịkalụ physiology\": [\n        \"chemicophysiological\"\n    ],\n    \"chemico dị mkpa\": [\n        \"chemicovital\"\n    ],\n    \"Chemigraph\": [\n        \"chemigraph\"\n    ],\n    \"kemigraphic\": [\n        \"chemigraphic\"\n    ],\n    \"na-eji ọgwụ arụ\": [\n        \"chemigraphically\"\n    ],\n    \"illọ ọgwụ\": [\n        \"chemiluminescent\"\n    ],\n    \"kimi\": [\n        \"chemin\"\n    ],\n    \"kemis\": [\n        \"chemis\"\n    ],\n    \"kemịl\": [\n        \"chemise\",\n        \"chemises\"\n    ],\n    \"Chemiseti\": [\n        \"chemisette\"\n    ],\n    \"islọ\": [\n        \"chemisorb\",\n        \"tiswin\"\n    ],\n    \"iji aka\": [\n        \"chemisorption\",\n        \"handgriping\",\n        \"manipulatively\"\n    ],\n    \"kemistri\": [\n        \"chemistries\"\n    ],\n    \"ndị ọgwụ\": [\n        \"chemists\"\n    ],\n    \"osinachi\": [\n        \"chemoautotrophic\",\n        \"cisatlantic\",\n        \"diplochlamydeous\",\n        \"pleospora\",\n        \"vulsinite\"\n    ],\n    \"obukpo\": [\n        \"chemoreception\",\n        \"exanthemata\",\n        \"heartrot\",\n        \"obligatum\"\n    ],\n    \"na-emegharị emegharị\": [\n        \"chemoreceptive\",\n        \"movingly\",\n        \"reexhibiting\",\n        \"reexhibits\",\n        \"reverbatory\",\n        \"reverberatory\",\n        \"rorifluent\",\n        \"sporeforming\"\n    ],\n    \"moregba aghara\": [\n        \"chemoreceptivity\"\n    ],\n    \"Ogbodu Okonkwo\": [\n        \"chemoreflex\",\n        \"phagocytolytic\"\n    ],\n    \"nwepu ike\": [\n        \"chemoresistance\",\n        \"superserviceable\",\n        \"superserviceableness\"\n    ],\n    \"na-emetụta ihe\": [\n        \"chemosensitive\"\n    ],\n    \"Mmiri ọgwụ\": [\n        \"chemosensitivity\"\n    ],\n    \"ịgwọ ọrịa ọgwụ\": [\n        \"chemoserotherapy\",\n        \"chemotherapeutic\",\n        \"chemotherapeuticness\",\n        \"zomotherapeutic\"\n    ],\n    \"na-emezi ihe\": [\n        \"chemosynthetically\",\n        \"organzined\"\n    ],\n    \"kemosorb\": [\n        \"chemosorb\"\n    ],\n    \"ịosụ ọgwụ\": [\n        \"chemosurgery\"\n    ],\n    \"kemotactic\": [\n        \"chemotactic\"\n    ],\n    \"na iji aka ya\": [\n        \"chemotactically\"\n    ],\n    \"Chemotaxy\": [\n        \"chemotaxy\"\n    ],\n    \"mmotekonomic\": [\n        \"chemotaxonomic\"\n    ],\n    \"na-eji aka ya\": [\n        \"chemotaxonomically\"\n    ],\n    \"ọgwụ ọgwụ\": [\n        \"chemotherapeutical\",\n        \"chemotherapeutics\",\n        \"chemotherapies\",\n        \"medicinemonger\",\n        \"medicostatistic\",\n        \"musicotherapy\",\n        \"musicotherapies\",\n        \"narcotherapy\",\n        \"pharmacochemistry\",\n        \"pharmacodynamically\",\n        \"pharmacogenetic\",\n        \"pharmacogenetics\",\n        \"pharmacognostic\",\n        \"pharmacognostical\",\n        \"pharmacognostics\",\n        \"pharmacography\",\n        \"pharmacokinetic\",\n        \"pharmacokinetics\",\n        \"pharmacologic\",\n        \"pharmacopedia\",\n        \"pharmacopedics\",\n        \"pharmacotherapy\"\n    ],\n    \"na iji ọgwụ\": [\n        \"chemotherapeutically\"\n    ],\n    \"ndị na-agwọ ọrịa ọgwụ\": [\n        \"chemotherapists\",\n        \"immunologists\"\n    ],\n    \"mmotorof\": [\n        \"chemotroph\"\n    ],\n    \"mmototphic\": [\n        \"chemotrophic\"\n    ],\n    \"kemotropic\": [\n        \"chemotropic\"\n    ],\n    \"na mmiri ọgwụ\": [\n        \"chemotropically\"\n    ],\n    \"kemotropism\": [\n        \"chemotropism\"\n    ],\n    \"Cheneaus\": [\n        \"cheneaus\"\n    ],\n    \"Cheneaux\": [\n        \"cheneaux\"\n    ],\n    \"chịng\": [\n        \"cheng\"\n    ],\n    \"ihe onyonyo\": [\n        \"cheniller\",\n        \"dosimeters\",\n        \"electroscope\",\n        \"photochemistry\",\n        \"radiochemical\",\n        \"temptress\",\n        \"thermical\",\n        \"thermonous\",\n        \"thermonuclear\"\n    ],\n    \"checkered\": [\n        \"chequered\"\n    ],\n    \"na-aquụ ọquụ\": [\n        \"chequering\"\n    ],\n    \"cheackerwork\": [\n        \"chequerwork\"\n    ],\n    \"chekiny\": [\n        \"chequy\"\n    ],\n    \"Chequinn\": [\n        \"chequinn\"\n    ],\n    \"cherị\": [\n        \"cher\",\n        \"cherchez\",\n        \"chermes\",\n        \"cherry\",\n        \"cherried\",\n        \"cherries\",\n        \"cherrying\",\n        \"chert\",\n        \"cherte\",\n        \"cherty\",\n        \"cherts\"\n    ],\n    \"jiri kpọrọ ihe\": [\n        \"cherished\"\n    ],\n    \"jiri anya\": [\n        \"cherishingly\",\n        \"daringly\",\n        \"dartingly\",\n        \"distendedly\",\n        \"wilderedly\"\n    ],\n    \"Ngwa\": [\n        \"chernites\",\n        \"crates\",\n        \"equipartile\",\n        \"gadgetries\",\n        \"gadgets\",\n        \"gargets\",\n        \"ontogenal\",\n        \"ontogenetic\",\n        \"strobiles\",\n        \"urnfuls\"\n    ],\n    \"Ngwaọrụ\": [\n        \"chernomorish\",\n        \"entodermal\",\n        \"intermachine\",\n        \"toolplate\",\n        \"toolsetter\",\n        \"toolsy\",\n        \"toolslide\"\n    ],\n    \"cherị dị\": [\n        \"cherrylike\"\n    ],\n    \"nkume cherrystones\": [\n        \"cherrystones\"\n    ],\n    \"cherubfish\": [\n        \"cherubfishes\"\n    ],\n    \"yiri cherub\": [\n        \"cherublike\"\n    ],\n    \"cherub\": [\n        \"cherubs\"\n    ],\n    \"okpe\": [\n        \"chervante\",\n        \"crescendos\",\n        \"disadvanced\",\n        \"zeitgeist\"\n    ],\n    \"cherịl\": [\n        \"chervil\",\n        \"chervils\"\n    ],\n    \"Chesboll\": [\n        \"chesboll\"\n    ],\n    \"cheskey\": [\n        \"cheskeys\"\n    ],\n    \"cheesi\": [\n        \"chess\",\n        \"chessart\",\n        \"chessboard\",\n        \"chessel\",\n        \"chesser\",\n        \"chesses\",\n        \"chessist\",\n        \"chessner\",\n        \"chessom\"\n    ],\n    \"ssgbọ mmiri\": [\n        \"chessboards\"\n    ],\n    \"chess\": [\n        \"chesset\"\n    ],\n    \"cheststree\": [\n        \"chesstree\"\n    ],\n    \"gbanye obi\": [\n        \"chested\",\n        \"dighted\",\n        \"guggled\"\n    ],\n    \"Ekene\": [\n        \"chester\",\n        \"chestier\",\n        \"excalibur\",\n        \"exogonium\",\n        \"exorhason\",\n        \"exostoses\",\n        \"exostrae\",\n        \"extrabronchial\",\n        \"extramatrical\",\n        \"extrametrical\",\n        \"extratorrid\",\n        \"extratubal\",\n        \"extropical\",\n        \"extrude\"\n    ],\n    \"chester\": [\n        \"chesterbed\"\n    ],\n    \"Oguta-Owerri\": [\n        \"chesterfield\"\n    ],\n    \"chester lite\": [\n        \"chesterlite\"\n    ],\n    \"akpati obi\": [\n        \"chestfuls\"\n    ],\n    \"Udidi\": [\n        \"chesty\",\n        \"stoof\"\n    ],\n    \"akasia obi\": [\n        \"chestiest\"\n    ],\n    \"cheetah\": [\n        \"chetah\"\n    ],\n    \"cheetahs\": [\n        \"chetahs\"\n    ],\n    \"chets\": [\n        \"cheths\"\n    ],\n    \"kele\": [\n        \"chetive\",\n        \"gre\",\n        \"greasily\",\n        \"greaves\",\n        \"grebe\",\n        \"grego\",\n        \"greking\",\n        \"grewsomely\",\n        \"kedges\",\n        \"salle\",\n        \"sallow\"\n    ],\n    \"chetrum\": [\n        \"chetrums\"\n    ],\n    \"chie\": [\n        \"cheung\",\n        \"formally\",\n        \"jemble\",\n        \"ordainer\",\n        \"supprise\"\n    ],\n    \"Chevalier\": [\n        \"chevalier\"\n    ],\n    \"Chevaux\": [\n        \"chevaux\"\n    ],\n    \"daomi\": [\n        \"cheve\"\n    ],\n    \"chee\": [\n        \"chevee\",\n        \"cicatrize\",\n        \"figulate\",\n        \"presentee\",\n        \"psyllid\",\n        \"think\"\n    ],\n    \"chevel\": [\n        \"chevelure\"\n    ],\n    \"cheven\": [\n        \"chevener\"\n    ],\n    \"Cheveron\": [\n        \"cheveron\"\n    ],\n    \"chevrons\": [\n        \"cheverons\"\n    ],\n    \"Chevesaile\": [\n        \"chevesaile\"\n    ],\n    \"Chevesne\": [\n        \"chevesne\"\n    ],\n    \"cheeti\": [\n        \"chevet\"\n    ],\n    \"chevy\": [\n        \"chevied\",\n        \"chevies\"\n    ],\n    \"na-aghọ aghụghọ\": [\n        \"chevying\",\n        \"deluding\",\n        \"deucing\",\n        \"foozling\"\n    ],\n    \"Cheville\": [\n        \"cheville\"\n    ],\n    \"Chevin\": [\n        \"chevin\"\n    ],\n    \"Cheviot\": [\n        \"cheviots\"\n    ],\n    \"Chevon\": [\n        \"chevon\"\n    ],\n    \"Chevres\": [\n        \"chevres\"\n    ],\n    \"Chevret\": [\n        \"chevret\",\n        \"chevrette\"\n    ],\n    \"Chevreuil\": [\n        \"chevreuil\"\n    ],\n    \"Chevrolets\": [\n        \"chevrolets\"\n    ],\n    \"Chevron\": [\n        \"chevron\",\n        \"chevrone\",\n        \"chevroned\",\n        \"chevronel\"\n    ],\n    \"Chevronelly\": [\n        \"chevronelly\"\n    ],\n    \"Chevrony\": [\n        \"chevrony\"\n    ],\n    \"Chevrotain\": [\n        \"chevrotain\"\n    ],\n    \"Chevvy\": [\n        \"chevvy\"\n    ],\n    \"ita\": [\n        \"chew\",\n        \"chews\"\n    ],\n    \"taa\": [\n        \"chewable\",\n        \"gnathic\",\n        \"gnawn\",\n        \"gnide\",\n        \"skinny\",\n        \"tar\",\n        \"today\",\n        \"todayll\",\n        \"todays\"\n    ],\n    \"-achọ\": [\n        \"chewbark\",\n        \"preordination\"\n    ],\n    \"ata ata\": [\n        \"chewed\"\n    ],\n    \"Onye na-eme achịcha\": [\n        \"cheweler\"\n    ],\n    \"Na-akọ\": [\n        \"chewers\"\n    ],\n    \"na-ata\": [\n        \"chewet\",\n        \"chewy\",\n        \"chewie\",\n        \"chewier\",\n        \"roasts\",\n        \"underfo\",\n        \"undergo\"\n    ],\n    \"ita ahu\": [\n        \"chewing\"\n    ],\n    \"Mkp\": [\n        \"chg\"\n    ],\n    \"obukpọ\": [\n        \"chyack\",\n        \"coextending\",\n        \"porterhouse\"\n    ],\n    \"chii\": [\n        \"chian\"\n    ],\n    \"chiasmat\": [\n        \"chiasmatic\"\n    ],\n    \"chicha\": [\n        \"chicaner\",\n        \"echinulate\"\n    ],\n    \"osisi chican\": [\n        \"chicanes\"\n    ],\n    \"chiccory\": [\n        \"chiccories\"\n    ],\n    \"chic\": [\n        \"chicest\",\n        \"chicness\"\n    ],\n    \"chichip\": [\n        \"chichipate\"\n    ],\n    \"nwa okuko\": [\n        \"chick\",\n        \"chicky\",\n        \"chickling\",\n        \"chickstone\"\n    ],\n    \"chibido\": [\n        \"chickabiddy\",\n        \"clidastes\",\n        \"cristated\"\n    ],\n    \"Chidinwe\": [\n        \"chickees\"\n    ],\n    \"ọkụkọ\": [\n        \"chicken\",\n        \"chickenberry\",\n        \"chickenbill\",\n        \"chickens\",\n        \"chicker\",\n        \"chickery\",\n        \"chickory\",\n        \"hens\",\n        \"hitcher\"\n    ],\n    \"okuko okuko\": [\n        \"chickenbreasted\",\n        \"chickenhood\",\n        \"poultryist\"\n    ],\n    \"ọkụkọ obi\": [\n        \"chickenheartedly\"\n    ],\n    \"ọkụkọ heartedness\": [\n        \"chickenheartedness\"\n    ],\n    \"kịtịkpa\": [\n        \"chickenpox\",\n        \"measle\",\n        \"measles\",\n        \"smallcoal\",\n        \"smallpox\",\n        \"smallpoxes\"\n    ],\n    \"ọkụkọ ọkụkụ\": [\n        \"chickenshit\"\n    ],\n    \"chikọd\": [\n        \"chickenweed\",\n        \"chickweed\"\n    ],\n    \"mkpuchi okpu\": [\n        \"chickhood\"\n    ],\n    \"ụmụ ọkụkọ\": [\n        \"chickies\",\n        \"chickories\",\n        \"chicks\"\n    ],\n    \"akwa okuko\": [\n        \"chickweeds\",\n        \"cockerel\",\n        \"roosterhood\"\n    ],\n    \"chichi\": [\n        \"chicly\"\n    ],\n    \"chicery\": [\n        \"chicories\"\n    ],\n    \"chicot\": [\n        \"chicote\"\n    ],\n    \"chiques\": [\n        \"chicqued\"\n    ],\n    \"chiquer\": [\n        \"chicquer\"\n    ],\n    \"Chicquing\": [\n        \"chicquing\"\n    ],\n    \"chid\": [\n        \"chided\"\n    ],\n    \"chiid\": [\n        \"chiders\"\n    ],\n    \"chide\": [\n        \"chiding\"\n    ],\n    \"chidinụ\": [\n        \"chidingly\"\n    ],\n    \"onyeisi nwaanyị\": [\n        \"chieftainess\"\n    ],\n    \"ochichi onye isi\": [\n        \"chieftainship\"\n    ],\n    \"chiburu\": [\n        \"chields\"\n    ],\n    \"chiive\": [\n        \"chieve\"\n    ],\n    \"chiffonnier\": [\n        \"chiffonier\"\n    ],\n    \"chiffonniers\": [\n        \"chiffoniers\",\n        \"chiffonnieres\"\n    ],\n    \"chigo\": [\n        \"chigoes\"\n    ],\n    \"chilblains\": [\n        \"chilblained\"\n    ],\n    \"chilkat\": [\n        \"chilcat\"\n    ],\n    \"nwa afọ\": [\n        \"childage\",\n        \"native\"\n    ],\n    \"ụmụaka\": [\n        \"childes\",\n        \"cotys\",\n        \"youngs\",\n        \"youngsters\",\n        \"juvenals\",\n        \"kiddies\",\n        \"kids\",\n        \"paediatric\",\n        \"pediatric\",\n        \"puddlers\",\n        \"tantaluses\"\n    ],\n    \"enweghị nwa\": [\n        \"childless\"\n    ],\n    \"enweghi umu\": [\n        \"childlessness\"\n    ],\n    \"bụ nwata\": [\n        \"childly\"\n    ],\n    \"yiri nke nwata\": [\n        \"childlike\"\n    ],\n    \"umunwoke\": [\n        \"childlikeness\"\n    ],\n    \"onye na-elekọta ụmụaka\": [\n        \"childminder\"\n    ],\n    \"na-egbochi ụmụaka\": [\n        \"childproof\"\n    ],\n    \".mụaka\": [\n        \"children\"\n    ],\n    \"ụmụ\": [\n        \"childrenite\",\n        \"descendants\",\n        \"descendents\",\n        \"descents\",\n        \"offspring\",\n        \"sons\"\n    ],\n    \"chilị\": [\n        \"chiles\",\n        \"chumping\"\n    ],\n    \"ọchịchị ọchịchị\": [\n        \"chiliarchy\",\n        \"eparchy\",\n        \"parsonarchy\",\n        \"triarchy\"\n    ],\n    \"chillicothe\": [\n        \"chilicothe\"\n    ],\n    \"nkịta chili\": [\n        \"chilidogs\"\n    ],\n    \"Anakpo\": [\n        \"chyliform\",\n        \"crithidia\",\n        \"dumpy\",\n        \"razees\",\n        \"slovaks\"\n    ],\n    \"chilịmb\": [\n        \"chiliomb\"\n    ],\n    \"tatashị\": [\n        \"chilipepper\"\n    ],\n    \"jụrụ oyi\": [\n        \"chilled\",\n        \"coldblooded\",\n        \"coolheaded\",\n        \"coolingness\"\n    ],\n    \"chilis\": [\n        \"chillers\"\n    ],\n    \"chilii\": [\n        \"chilly\"\n    ],\n    \"chilịl\": [\n        \"chilliest\",\n        \"chilloes\",\n        \"chippered\"\n    ],\n    \"chillily\": [\n        \"chillingly\"\n    ],\n    \"chilịlịw\": [\n        \"chilliwack\"\n    ],\n    \"akpata oyi\": [\n        \"chillness\",\n        \"chills\"\n    ],\n    \"n'adighi ike\": [\n        \"chylocaulously\",\n        \"iniquitably\",\n        \"nonabsolutistically\",\n        \"nonadventurously\",\n        \"nonbarbarously\",\n        \"nonbenevolently\",\n        \"nonclerically\",\n        \"noncongruently\",\n        \"noncongruously\",\n        \"noncorrelatively\",\n        \"noncorruptibly\",\n        \"noncumbrously\",\n        \"nondynamically\",\n        \"nongravitationally\",\n        \"nonjuridically\",\n        \"nonlugubriousness\",\n        \"nonmuscularly\",\n        \"nonostensively\",\n        \"nonpestilently\",\n        \"nonprevalently\",\n        \"nonruinously\",\n        \"nontabularly\",\n        \"nontolerantly\",\n        \"nonulcerously\",\n        \"nonviolably\",\n        \"nonvirginally\",\n        \"nonvirulently\",\n        \"pseudobiologically\",\n        \"pseudosemantically\",\n        \"uncarnivorously\",\n        \"uncitizenly\",\n        \"unconstrainedly\",\n        \"undecreasingly\",\n        \"undextrously\",\n        \"undiminishably\",\n        \"undulatingly\",\n        \"unephemerally\",\n        \"unerringly\",\n        \"uninjuriously\",\n        \"unluxuriously\",\n        \"unmercenarily\",\n        \"unmuscularly\",\n        \"unnoddingly\",\n        \"unreluctantly\",\n        \"unruinously\",\n        \"unstraitened\",\n        \"unthreateningly\",\n        \"unulcerously\",\n        \"unvituperatively\"\n    ],\n    \"chhyloid\": [\n        \"chyloid\"\n    ],\n    \"ihechi ndiegwu\": [\n        \"chylopoietic\"\n    ],\n    \"chimene\": [\n        \"chimane\"\n    ],\n    \"chimar\": [\n        \"chimars\"\n    ],\n    \"Chimble\": [\n        \"chimble\"\n    ],\n    \"Chimbley\": [\n        \"chimbley\"\n    ],\n    \"Chimbleys\": [\n        \"chimbleys\"\n    ],\n    \"Chimbs\": [\n        \"chimbs\"\n    ],\n    \"chimera\": [\n        \"chimeras\"\n    ],\n    \"chim\": [\n        \"chimers\"\n    ],\n    \"chịm\": [\n        \"chymes\",\n        \"chimps\",\n        \"gummites\"\n    ],\n    \"chimenage\": [\n        \"chiminage\"\n    ],\n    \"Chiming\": [\n        \"chiming\"\n    ],\n    \"ndị na-eme ka ihe ike\": [\n        \"chymists\"\n    ],\n    \"chimni\": [\n        \"chimmesyan\",\n        \"chimney\",\n        \"chimneyed\"\n    ],\n    \"Isi anwụrụ\": [\n        \"chimneyhead\"\n    ],\n    \"Ime anwansi\": [\n        \"chimneying\",\n        \"spellmonger\"\n    ],\n    \"chimniless\": [\n        \"chimneyless\"\n    ],\n    \"chymic\": [\n        \"chymous\"\n    ],\n    \"chinantek\": [\n        \"chinantecs\"\n    ],\n    \"China\": [\n        \"chinas\",\n        \"chinese\",\n        \"chinoa\"\n    ],\n    \"chinchinchechee\": [\n        \"chincherinchee\"\n    ],\n    \"ọ chinụ\": [\n        \"chinchiness\"\n    ],\n    \"cinchona\": [\n        \"chinchona\"\n    ],\n    \"chindi\": [\n        \"chindee\",\n        \"chine\"\n    ],\n    \"chine\": [\n        \"chinee\",\n        \"chinse\"\n    ],\n    \"mkpịsị\": [\n        \"chiniks\",\n        \"classier\",\n        \"plectrum\",\n        \"plectrums\",\n        \"sylvius\",\n        \"stylus\",\n        \"tortonis\"\n    ],\n    \"nkpu\": [\n        \"chink\",\n        \"hemps\",\n        \"hissing\",\n        \"hooch\",\n        \"yechs\",\n        \"nubbles\",\n        \"nubs\"\n    ],\n    \"tinye ya\": [\n        \"chinked\",\n        \"ingested\",\n        \"interpervaded\",\n        \"soaked\"\n    ],\n    \"ndị na-agba agba\": [\n        \"chinkers\",\n        \"derringers\",\n        \"rotators\"\n    ],\n    \"chịnye ya\": [\n        \"chinned\"\n    ],\n    \"Chinny\": [\n        \"chinny\"\n    ],\n    \"kasị nwee\": [\n        \"chinniest\"\n    ],\n    \"chinolin\": [\n        \"chinoline\"\n    ],\n    \"chinos\": [\n        \"chinones\"\n    ],\n    \"chinookụ\": [\n        \"chinook\"\n    ],\n    \"chinkinukwu\": [\n        \"chinooks\"\n    ],\n    \"chino toxine\": [\n        \"chinotoxine\"\n    ],\n    \"chinotto\": [\n        \"chinotti\"\n    ],\n    \"chin mpempe\": [\n        \"chinpiece\"\n    ],\n    \"zụrụ azụ\": [\n        \"chinsed\",\n        \"diddle\",\n        \"trained\"\n    ],\n    \"chik\": [\n        \"chint\",\n        \"chiselling\",\n        \"craned\",\n        \"khis\"\n    ],\n    \"chinetz\": [\n        \"chints\",\n        \"chintz\"\n    ],\n    \"chinetị\": [\n        \"chintziest\"\n    ],\n    \"ihe ngbako\": [\n        \"chintziness\",\n        \"fobbed\",\n        \"harrying\",\n        \"nuncioship\"\n    ],\n    \"chiotin\": [\n        \"chiopin\"\n    ],\n    \"mgbawa iri\": [\n        \"chipchap\",\n        \"chipchop\"\n    ],\n    \"chipping\": [\n        \"chipling\"\n    ],\n    \"chipmunk\": [\n        \"chipmuck\"\n    ],\n    \"chiki\": [\n        \"chippies\"\n    ],\n    \"nkpọrọ\": [\n        \"chipproof\",\n        \"enserfs\",\n        \"philtrum\"\n    ],\n    \"ibe\": [\n        \"chips\",\n        \"choup\",\n        \"counterplan\",\n        \"cradlefellow\",\n        \"eggment\",\n        \"fellow\",\n        \"fellowred\",\n        \"fellowshipped\",\n        \"fellowshipping\",\n        \"interjoinder\",\n        \"intermeasure\",\n        \"piece\",\n        \"striations\",\n        \"strips\"\n    ],\n    \"Mgbawa osisi\": [\n        \"chipwood\"\n    ],\n    \"chirien\": [\n        \"chirimen\"\n    ],\n    \"chiriemia\": [\n        \"chirimia\"\n    ],\n    \"chiri mkpu\": [\n        \"chirked\"\n    ],\n    \"n'adịghị nke ọma\": [\n        \"chirognomically\"\n    ],\n    \"ọkà mmụta ihe omume\": [\n        \"chirographer\"\n    ],\n    \"ndị na-akụ chirografia\": [\n        \"chirographers\"\n    ],\n    \"chirografii\": [\n        \"chirographic\"\n    ],\n    \"ọkà mmụta chirologist\": [\n        \"chirologist\"\n    ],\n    \"chiropodist\": [\n        \"chiropodistry\",\n        \"chiropodists\",\n        \"chiropodous\"\n    ],\n    \"cheiropompholyx\": [\n        \"chiropompholyx\"\n    ],\n    \"chiaptery onyeisia\": [\n        \"chiropterygian\"\n    ],\n    \"chiritherium\": [\n        \"chirotherium\"\n    ],\n    \"chirotoni\": [\n        \"chirotony\"\n    ],\n    \"chirotonor\": [\n        \"chirotonsor\"\n    ],\n    \"chirotonory\": [\n        \"chirotonsory\"\n    ],\n    \"chirping\": [\n        \"chirpingly\"\n    ],\n    \"chilps\": [\n        \"chirps\"\n    ],\n    \"chir\": [\n        \"chirred\"\n    ],\n    \"chil\": [\n        \"chirrs\"\n    ],\n    \"chiri anakpo\": [\n        \"chirruped\"\n    ],\n    \"igwe ogwu\": [\n        \"chirurgical\",\n        \"electrometallurgical\",\n        \"electrotherapeutical\",\n        \"propeller\",\n        \"propellor\"\n    ],\n    \"chi\": [\n        \"chis\",\n        \"deity\",\n        \"godlet\",\n        \"godling\",\n        \"gods\",\n        \"godship\",\n        \"godsonship\",\n        \"kith\"\n    ],\n    \"chizul\": [\n        \"chisel\",\n        \"chiselly\",\n        \"chisels\"\n    ],\n    \"chikul\": [\n        \"chiseled\",\n        \"chisled\"\n    ],\n    \"onye na-amụ ihe amụ\": [\n        \"chiseler\"\n    ],\n    \"ndị na-agụ chi\": [\n        \"chiselers\"\n    ],\n    \"chishishe\": [\n        \"chiseling\"\n    ],\n    \"chibụl\": [\n        \"chiselled\"\n    ],\n    \"ndi chik\": [\n        \"chisellers\"\n    ],\n    \"chizul dị ka\": [\n        \"chisellike\"\n    ],\n    \"chiemel-nwa\": [\n        \"chiselmouth\"\n    ],\n    \"chitaroni\": [\n        \"chitarroni\"\n    ],\n    \"chitchate\": [\n        \"chitchatted\"\n    ],\n    \"chitchati\": [\n        \"chitchatty\",\n        \"chitchatting\"\n    ],\n    \"Chidinwanu Onyekwere\": [\n        \"chitinocalcareous\"\n    ],\n    \"Chitlings\": [\n        \"chitlings\"\n    ],\n    \"ndị Kititans\": [\n        \"chitosans\"\n    ],\n    \"uloma\": [\n        \"chytrid\"\n    ],\n    \"chhytridial\": [\n        \"chytridial\"\n    ],\n    \"Chittak\": [\n        \"chittak\"\n    ],\n    \"chit\": [\n        \"chitted\",\n        \"chittered\",\n        \"chitters\",\n        \"chitting\"\n    ],\n    \"Na-agbasi ike\": [\n        \"chitterling\"\n    ],\n    \"chibage\": [\n        \"chivage\"\n    ],\n    \"chivalịs\": [\n        \"chivalrously\"\n    ],\n    \"chivalịness\": [\n        \"chivalrousness\"\n    ],\n    \"chivari\": [\n        \"chivariing\"\n    ],\n    \"chiway\": [\n        \"chive\",\n        \"chivw\"\n    ],\n    \"chiyo\": [\n        \"chivy\"\n    ],\n    \"chivying\": [\n        \"chivvying\"\n    ],\n    \"chizz\": [\n        \"chizzel\"\n    ],\n    \"chkilil\": [\n        \"chkfil\"\n    ],\n    \"chk faịlụ\": [\n        \"chkfile\"\n    ],\n    \"Ochoko\": [\n        \"chlamydeous\",\n        \"proscholastic\",\n        \"proscholasticism\"\n    ],\n    \"chloride\": [\n        \"chlordane\",\n        \"chlorid\",\n        \"chloridate\"\n    ],\n    \"ndị chlor\": [\n        \"chlordans\"\n    ],\n    \"chlorinated\": [\n        \"chloridated\"\n    ],\n    \"chloriding\": [\n        \"chloridizing\"\n    ],\n    \"chlorimita\": [\n        \"chlorimeter\"\n    ],\n    \"chloriniz\": [\n        \"chlorinize\"\n    ],\n    \"chloritik\": [\n        \"chloritic\"\n    ],\n    \"chloritisation\": [\n        \"chloritization\"\n    ],\n    \"chloriti\": [\n        \"chloritize\"\n    ],\n    \"chloorodized\": [\n        \"chlorodized\"\n    ],\n    \"ekuku\": [\n        \"chlorodizing\"\n    ],\n    \"chlorometa\": [\n        \"chlorometer\"\n    ],\n    \"chlorophyllig mkpọtụ\": [\n        \"chlorophylligerous\"\n    ],\n    \"chlorotiiki\": [\n        \"chlorotic\"\n    ],\n    \"chloos\": [\n        \"chlorous\"\n    ],\n    \"ọanoụ\": [\n        \"choanophorous\"\n    ],\n    \"chot\": [\n        \"choate\",\n        \"chotts\"\n    ],\n    \"kob\": [\n        \"chob\",\n        \"cockbill\"\n    ],\n    \"choo\": [\n        \"chock\",\n        \"chokes\",\n        \"locutory\",\n        \"wun\"\n    ],\n    \"ịkpagbu\": [\n        \"chocked\",\n        \"choke\",\n        \"chokecherry\",\n        \"chokered\",\n        \"choking\"\n    ],\n    \"choker\": [\n        \"chocker\"\n    ],\n    \"choo zuru\": [\n        \"chockful\"\n    ],\n    \"chọkọ\": [\n        \"choco\"\n    ],\n    \"chọkọọn\": [\n        \"chocoan\"\n    ],\n    \"chọkọleti\": [\n        \"chocolate\"\n    ],\n    \"chọkọtị\": [\n        \"chocolatey\"\n    ],\n    \"chọkọletị\": [\n        \"chocolates\"\n    ],\n    \"Choel\": [\n        \"choel\"\n    ],\n    \"choga\": [\n        \"chogak\"\n    ],\n    \"enweghị nhọrọ\": [\n        \"choicelessness\",\n        \"unadoptional\"\n    ],\n    \"chookọt\": [\n        \"choicy\"\n    ],\n    \"choicest\": [\n        \"choiciest\"\n    ],\n    \"choil\": [\n        \"choile\",\n        \"choiler\"\n    ],\n    \"choor\": [\n        \"choired\"\n    ],\n    \"onye ukwe\": [\n        \"choirman\",\n        \"choirmaster\",\n        \"choralist\",\n        \"hymnist\",\n        \"singer\"\n    ],\n    \"choy mgbọrọgwụ\": [\n        \"choyroot\"\n    ],\n    \"ukwe maara ihe\": [\n        \"choirwise\"\n    ],\n    \"Ikpu\": [\n        \"chok\"\n    ],\n    \"pụrụ ịkpagbu\": [\n        \"chokeable\"\n    ],\n    \"chokeberị\": [\n        \"chokeberry\"\n    ],\n    \"kpagbuo\": [\n        \"choked\",\n        \"oppressible\",\n        \"persecuted\"\n    ],\n    \"nkpagbu\": [\n        \"choky\",\n        \"chooky\",\n        \"chookie\",\n        \"chookies\",\n        \"chorook\",\n        \"crustification\",\n        \"extreat\"\n    ],\n    \"chokinging\": [\n        \"chokingly\"\n    ],\n    \"Chol\": [\n        \"chol\"\n    ],\n    \"cholanik\": [\n        \"cholanic\"\n    ],\n    \"kolee\": [\n        \"cholate\",\n        \"colleen\",\n        \"cupreous\"\n    ],\n    \"chịkọt\": [\n        \"cholates\"\n    ],\n    \"chole\": [\n        \"choleate\"\n    ],\n    \"cholesterolatin\": [\n        \"cholehematin\"\n    ],\n    \"cholịlị\": [\n        \"cholelith\"\n    ],\n    \"kolenti\": [\n        \"cholents\"\n    ],\n    \"Ọrịa ọgbụgbọ\": [\n        \"choleraic\"\n    ],\n    \"abụ abụ\": [\n        \"cholericness\",\n        \"singability\",\n        \"songbirds\"\n    ],\n    \"ndị okụkọ\": [\n        \"cholers\"\n    ],\n    \"cholesterolatoma\": [\n        \"cholesteatoma\"\n    ],\n    \"cholesterolatomatous\": [\n        \"cholesteatomatous\"\n    ],\n    \"onye choliambist\": [\n        \"choliambist\"\n    ],\n    \"pịa\": [\n        \"cholick\",\n        \"cliche\",\n        \"cliched\",\n        \"click\",\n        \"clicked\",\n        \"clickers\",\n        \"clicky\",\n        \"clickless\",\n        \"clink\",\n        \"dial\",\n        \"flog\",\n        \"flogs\",\n        \"kepped\",\n        \"klick\",\n        \"lased\",\n        \"lashed\",\n        \"press\",\n        \"pressage\",\n        \"pressboard\",\n        \"pressdom\",\n        \"pressed\",\n        \"pressel\",\n        \"presser\",\n        \"presses\",\n        \"pressfat\",\n        \"pressible\",\n        \"pressie\",\n        \"pressings\",\n        \"pressly\",\n        \"pressman\",\n        \"pressmark\",\n        \"pressroom\",\n        \"pressrun\",\n        \"pressruns\",\n        \"pressural\",\n        \"presswork\",\n        \"prlate\",\n        \"tapped\",\n        \"tyche\",\n        \"tictocked\",\n        \"tyken\",\n        \"tyred\",\n        \"unstrike\",\n        \"whapped\",\n        \"whiffed\",\n        \"whiffer\",\n        \"whiffle\",\n        \"whiffled\",\n        \"whiled\",\n        \"whipped\",\n        \"whippersnapper\",\n        \"whippertail\",\n        \"whipstall\",\n        \"whipt\",\n        \"whipwise\",\n        \"whizzed\",\n        \"whizzle\",\n        \"wistit\"\n    ],\n    \"cholị\": [\n        \"chollers\"\n    ],\n    \"Cholo\": [\n        \"cholo\"\n    ],\n    \"cholo chrome\": [\n        \"cholochrome\"\n    ],\n    \"cholo cyanine\": [\n        \"cholocyanine\"\n    ],\n    \"cholon\": [\n        \"cholones\"\n    ],\n    \"isi okpuru\": [\n        \"cholterheaded\"\n    ],\n    \"Chomer\": [\n        \"chomer\"\n    ],\n    \"na-egbutu nri\": [\n        \"chomping\"\n    ],\n    \"chọwa\": [\n        \"chondrify\",\n        \"cogitate\",\n        \"dammit\",\n        \"raspite\"\n    ],\n    \"ọụgụ\": [\n        \"chondropterygious\"\n    ],\n    \"chonta osisi\": [\n        \"chontawood\"\n    ],\n    \"choo choo\": [\n        \"choochoo\"\n    ],\n    \"kopo\": [\n        \"choop\",\n        \"copout\",\n        \"copouts\",\n        \"cupolar\",\n        \"cupolated\"\n    ],\n    \"Họrọ\": [\n        \"choosable\",\n        \"sele\",\n        \"selene\"\n    ],\n    \"ahọta\": [\n        \"chooseable\"\n    ],\n    \"onye nhoputa\": [\n        \"chooser\",\n        \"electant\",\n        \"prelector\",\n        \"selectionist\",\n        \"selectman\"\n    ],\n    \"ndị na-ahọrọ\": [\n        \"choosers\"\n    ],\n    \"ahọrọ\": [\n        \"chooses\",\n        \"chosen\",\n        \"selectedly\",\n        \"selects\",\n        \"selenous\"\n    ],\n    \"nhoputa\": [\n        \"choosy\",\n        \"elecive\",\n        \"elecives\",\n        \"elective\",\n        \"electives\",\n        \"electo\",\n        \"elector\",\n        \"elects\",\n        \"nominalistic\",\n        \"nominalistical\",\n        \"nominalistically\",\n        \"nominalness\",\n        \"nominals\",\n        \"nomination\",\n        \"nominations\",\n        \"nominative\",\n        \"nomisms\",\n        \"nonselection\"\n    ],\n    \"ịhọrọ\": [\n        \"choosing\",\n        \"chosing\",\n        \"prechoosing\"\n    ],\n    \"gbue ụlọ\": [\n        \"chophouses\"\n    ],\n    \"chopin si\": [\n        \"chopins\"\n    ],\n    \"choplogic\": [\n        \"choplogical\"\n    ],\n    \"onye kasị mma\": [\n        \"choppiest\"\n    ],\n    \"chopp\": [\n        \"choppiness\"\n    ],\n    \"mgbutu\": [\n        \"chopping\"\n    ],\n    \"chopsti\": [\n        \"chopsticks\"\n    ],\n    \"Choral\": [\n        \"choral\"\n    ],\n    \"chora\": [\n        \"chorales\"\n    ],\n    \"choral\": [\n        \"chorals\"\n    ],\n    \"Ochoro\": [\n        \"chorasmian\",\n        \"pollinized\"\n    ],\n    \"mmagba\": [\n        \"chord\"\n    ],\n    \"Okwuoma\": [\n        \"chordal\"\n    ],\n    \"chor\": [\n        \"chording\",\n        \"chorused\",\n        \"choruses\"\n    ],\n    \"ọụ\": [\n        \"choreatic\",\n        \"coachsmithing\",\n        \"euphuistic\",\n        \"exanthematous\",\n        \"excalceate\",\n        \"exequatur\",\n        \"exorcisms\",\n        \"interpervasively\",\n        \"jannock\",\n        \"joyce\",\n        \"joyfulness\",\n        \"joying\",\n        \"joyousness\",\n        \"joyridden\",\n        \"joys\",\n        \"joviality\",\n        \"picroerythrin\",\n        \"plethysmographically\",\n        \"rejoicement\"\n    ],\n    \"kocho\": [\n        \"choree\"\n    ],\n    \"ndị ọrụ aka ọrụ\": [\n        \"choremen\"\n    ],\n    \"ọwara\": [\n        \"choreographed\",\n        \"gowks\",\n        \"tunnel\",\n        \"tunner\",\n        \"tunnery\"\n    ],\n    \"onye na-ahụ maka ọrụ nchịkwa\": [\n        \"choreographer\"\n    ],\n    \"ndi choreographers\": [\n        \"choreographers\"\n    ],\n    \"n'olu choreographically\": [\n        \"choreographically\"\n    ],\n    \"ọrụ ụlọ\": [\n        \"chores\",\n        \"housewarming\",\n        \"housewifery\",\n        \"housework\",\n        \"houseworkers\",\n        \"masonwork\"\n    ],\n    \"choriambus\": [\n        \"choriambuses\"\n    ],\n    \"chorinrin\": [\n        \"chorines\"\n    ],\n    \"chorioepithelioma\": [\n        \"chorioepitheliomas\",\n        \"chorioepitheliomata\"\n    ],\n    \"chori petalous\": [\n        \"choripetalous\"\n    ],\n    \"chlorophyllous\": [\n        \"choriphyllous\"\n    ],\n    \"chorizo\": [\n        \"choriso\"\n    ],\n    \"ndị na-ekwe ekwe\": [\n        \"choristers\"\n    ],\n    \"ọrụ ụka\": [\n        \"choristership\"\n    ],\n    \"ọkọkọ\": [\n        \"chorographer\"\n    ],\n    \"ọkà n'ịkụkọ ọkpọ\": [\n        \"chorologist\"\n    ],\n    \"ekwuela\": [\n        \"chorous\"\n    ],\n    \"chortler\": [\n        \"chortlers\"\n    ],\n    \"okwukwe\": [\n        \"chorus\",\n        \"choruslike\",\n        \"creedite\",\n        \"erudition\",\n        \"faith\",\n        \"faithbreaker\",\n        \"faithed\",\n        \"faithing\",\n        \"faiths\",\n        \"hesychastic\",\n        \"hesitater\",\n        \"hesperian\",\n        \"hesperid\",\n        \"interhyal\",\n        \"overfaithful\",\n        \"sprittie\",\n        \"undercoursing\"\n    ],\n    \"onye na-ekwe ekwe\": [\n        \"choruser\"\n    ],\n    \"chịkọtara\": [\n        \"chorussed\",\n        \"compilable\",\n        \"compilatory\",\n        \"compiled\",\n        \"compupil\",\n        \"consonate\",\n        \"dissembled\",\n        \"gummic\",\n        \"gummite\",\n        \"nummulated\",\n        \"sumachs\",\n        \"summed\",\n        \"superposed\"\n    ],\n    \"azọrọ\": [\n        \"chorussing\",\n        \"claims\"\n    ],\n    \"họọrọ\": [\n        \"chose\",\n        \"prefered\",\n        \"preferee\",\n        \"preferred\",\n        \"preferrer\",\n        \"preferrers\",\n        \"prefervid\",\n        \"ranked\",\n        \"rankled\"\n    ],\n    \"chouane\": [\n        \"chouanize\"\n    ],\n    \"chou fleur\": [\n        \"choufleur\"\n    ],\n    \"chough\": [\n        \"choughs\"\n    ],\n    \"chọkọle\": [\n        \"choultry\"\n    ],\n    \"choultry\": [\n        \"choultries\"\n    ],\n    \"chouru\": [\n        \"choused\"\n    ],\n    \"onye nchoputa\": [\n        \"chouser\",\n        \"codist\",\n        \"copresbyter\",\n        \"detecter\",\n        \"detector\",\n        \"electragist\",\n        \"explorator\",\n        \"founder\",\n        \"investigator\",\n        \"investigatorial\",\n        \"recompetitor\",\n        \"referencer\",\n        \"semianarchist\",\n        \"semitist\"\n    ],\n    \"ndi nchoputa\": [\n        \"chousers\"\n    ],\n    \"afanyekwa\": [\n        \"choush\",\n        \"squeege\",\n        \"squeezably\",\n        \"squeeze\",\n        \"squeezed\",\n        \"squeezeman\",\n        \"squeezer\",\n        \"squeezes\",\n        \"squeezy\",\n        \"squeezing\",\n        \"squeezingly\"\n    ],\n    \"kosh\": [\n        \"choushes\",\n        \"cockshut\",\n        \"cockthrowing\",\n        \"cohosh\"\n    ],\n    \"na-akụkọ ụlọ\": [\n        \"chousing\"\n    ],\n    \"ekwekwa\": [\n        \"chousingha\"\n    ],\n    \"chowkhow\": [\n        \"chowchow\"\n    ],\n    \"chow chow\": [\n        \"chowchows\"\n    ],\n    \"chowwara\": [\n        \"chowdered\"\n    ],\n    \"chowder gawa\": [\n        \"chowderheaded\"\n    ],\n    \"isi chowder\": [\n        \"chowderheadedness\"\n    ],\n    \"chow\": [\n        \"chowders\",\n        \"chows\"\n    ],\n    \"na-egbutu\": [\n        \"chowing\",\n        \"clipping\",\n        \"clippingly\",\n        \"cutinising\",\n        \"cutinizing\",\n        \"cuttingly\",\n        \"fellating\",\n        \"outcutting\",\n        \"severies\",\n        \"trimming\"\n    ],\n    \"yanwa\": [\n        \"chowsed\"\n    ],\n    \"chows\": [\n        \"chowses\"\n    ],\n    \"choing\": [\n        \"chowsing\"\n    ],\n    \"oge chow\": [\n        \"chowtime\",\n        \"chowtimes\"\n    ],\n    \"klọzel\": [\n        \"chremzel\"\n    ],\n    \"ọmụmụ oge\": [\n        \"chresmology\"\n    ],\n    \"chrissalidian\": [\n        \"chrysalidian\"\n    ],\n    \"chrissalis\": [\n        \"chrysalis\"\n    ],\n    \"chrissalises\": [\n        \"chrysalises\"\n    ],\n    \"kriseis\": [\n        \"chryseis\"\n    ],\n    \"chrissin\": [\n        \"chrysin\"\n    ],\n    \"chrissler\": [\n        \"chrysler\"\n    ],\n    \"krismatine\": [\n        \"chrismatine\"\n    ],\n    \"okpokolo\": [\n        \"chrismatories\",\n        \"cocobolos\",\n        \"colosseum\",\n        \"embryulcus\",\n        \"flummox\",\n        \"flummoxes\",\n        \"oatfowl\",\n        \"pelvimetry\",\n        \"thallochlore\",\n        \"thallodal\"\n    ],\n    \"krisms\": [\n        \"chrisms\"\n    ],\n    \"chukwuebere\": [\n        \"chrysoberyl\"\n    ],\n    \"ekeresimesi\": [\n        \"chrisoms\",\n        \"christenmas\",\n        \"christmas\",\n        \"christmases\",\n        \"christmasy\",\n        \"merrythought\"\n    ],\n    \"christrist\": [\n        \"christed\"\n    ],\n    \"e mere baptizim\": [\n        \"christened\"\n    ],\n    \"christad\": [\n        \"christiad\"\n    ],\n    \"onye Kristian\": [\n        \"christian\",\n        \"christianized\",\n        \"christianly\"\n    ],\n    \"christania\": [\n        \"christiania\"\n    ],\n    \"christania ndibiat\": [\n        \"christianiadeal\"\n    ],\n    \"christianity\": [\n        \"christianism\",\n        \"christianite\"\n    ],\n    \"Kraịst\": [\n        \"christianization\",\n        \"sacristies\"\n    ],\n    \"christanizer\": [\n        \"christianizer\"\n    ],\n    \"ime christiani\": [\n        \"christianizing\"\n    ],\n    \"yiri nke Kraist\": [\n        \"christianlike\"\n    ],\n    \"Kristian\": [\n        \"christianness\"\n    ],\n    \"Okpukpe Kraist\": [\n        \"christianogentilism\"\n    ],\n    \"christanopaganism\": [\n        \"christianopaganism\"\n    ],\n    \"Ndị Kraịst\": [\n        \"christians\"\n    ],\n    \"christe\": [\n        \"christie\"\n    ],\n    \"kristi\": [\n        \"christies\"\n    ],\n    \"christform\": [\n        \"christiform\"\n    ],\n    \"christless\": [\n        \"christlessness\"\n    ],\n    \"chrisley\": [\n        \"christly\"\n    ],\n    \"dị ka christ\": [\n        \"christlike\"\n    ],\n    \"ristdị anya\": [\n        \"christlikeness\"\n    ],\n    \"Ime baptizim\": [\n        \"christliness\"\n    ],\n    \"Krismas beri\": [\n        \"christmasberry\"\n    ],\n    \"Krismas\": [\n        \"christmasing\"\n    ],\n    \"kristogram\": [\n        \"christogram\"\n    ],\n    \"krista\": [\n        \"christs\"\n    ],\n    \"chromophil\": [\n        \"chromaphil\"\n    ],\n    \"chromophore\": [\n        \"chromaphore\"\n    ],\n    \"chromoscope\": [\n        \"chromascope\"\n    ],\n    \"chrommatism\": [\n        \"chromaticness\"\n    ],\n    \"kromatik\": [\n        \"chromatics\"\n    ],\n    \"kromatogram\": [\n        \"chromatogram\"\n    ],\n    \"chromometa\": [\n        \"chromatometer\",\n        \"chromometer\"\n    ],\n    \"chromatophores\": [\n        \"chromatophorous\"\n    ],\n    \"achromatopsia\": [\n        \"chromatopsia\"\n    ],\n    \"chromatoptometa\": [\n        \"chromatoptometer\"\n    ],\n    \"chromatospherik\": [\n        \"chromatospheric\"\n    ],\n    \"chrome efere\": [\n        \"chromeplate\"\n    ],\n    \"chrome plated\": [\n        \"chromeplated\"\n    ],\n    \"chrome plating\": [\n        \"chromeplating\"\n    ],\n    \"chromicating\": [\n        \"chromicizing\"\n    ],\n    \"chromil\": [\n        \"chromyl\"\n    ],\n    \"chromise\": [\n        \"chromize\"\n    ],\n    \"kromocentral\": [\n        \"chromocentral\"\n    ],\n    \"chromogenic\": [\n        \"chromogenetic\",\n        \"chromogenous\"\n    ],\n    \"kromogram\": [\n        \"chromogram\"\n    ],\n    \"chronograph\": [\n        \"chromograph\"\n    ],\n    \"kromolithograph\": [\n        \"chromolithograph\"\n    ],\n    \"chromoptometa\": [\n        \"chromoptometer\"\n    ],\n    \"chromosom\": [\n        \"chromosomes\"\n    ],\n    \"chromosomik\": [\n        \"chromosomic\"\n    ],\n    \"chromotherapist na-agwọ ọrịa\": [\n        \"chromotherapist\"\n    ],\n    \"chronaxie\": [\n        \"chronaxies\"\n    ],\n    \"chronometa\": [\n        \"chroncmeter\",\n        \"chronometer\"\n    ],\n    \"Chronica\": [\n        \"chronica\"\n    ],\n    \"Akwụkwọ akụkọ\": [\n        \"chronical\",\n        \"chronicle\",\n        \"chronicles\",\n        \"journalising\",\n        \"journalized\",\n        \"journalizes\",\n        \"journalizing\",\n        \"journalling\",\n        \"storybook\"\n    ],\n    \"otu oge\": [\n        \"chronically\",\n        \"concomitantly\",\n        \"concommitantly\",\n        \"midship\",\n        \"onefold\"\n    ],\n    \"adịghị ala ala\": [\n        \"chronicity\"\n    ],\n    \"ndị akụkọ oge\": [\n        \"chroniclers\"\n    ],\n    \"ngwá electronic\": [\n        \"chronics\"\n    ],\n    \"christist\": [\n        \"chronist\"\n    ],\n    \"ihe omume chronocycle\": [\n        \"chronocyclegraph\"\n    ],\n    \"kronogram\": [\n        \"chronogram\"\n    ],\n    \"n'usoro n'usoro\": [\n        \"chronogrammatically\",\n        \"nonconsecutively\",\n        \"unconsecutively\",\n        \"unseraphically\"\n    ],\n    \"n'usoro oge\": [\n        \"chronographically\",\n        \"chronological\",\n        \"chronologically\"\n    ],\n    \"ọkà mmụta oge\": [\n        \"chronologist\",\n        \"periodontologist\"\n    ],\n    \"ndị ọkà mmụta oge\": [\n        \"chronologists\"\n    ],\n    \"rohazi oge\": [\n        \"chronologizing\"\n    ],\n    \"chronomita\": [\n        \"chronometers\"\n    ],\n    \"n'etu oge\": [\n        \"chronometrically\",\n        \"chronoscopically\"\n    ],\n    \"ks\": [\n        \"chs\"\n    ],\n    \"Ọchịchọ\": [\n        \"chubbedness\",\n        \"chubbiness\",\n        \"decrudescence\",\n        \"drearness\",\n        \"gnarliness\",\n        \"grisled\",\n        \"interspiration\",\n        \"roiledness\",\n        \"salubriousness\",\n        \"wishbone\"\n    ],\n    \"chukwu obuna\": [\n        \"chuckfarthing\"\n    ],\n    \"chọba\": [\n        \"chucks\",\n        \"chumble\"\n    ],\n    \"Nkume Nkume\": [\n        \"chuckstone\",\n        \"stonesmitch\"\n    ],\n    \"chudda\": [\n        \"chuddah\",\n        \"chuddahs\",\n        \"chuddars\"\n    ],\n    \"chịrị\": [\n        \"chuffed\",\n        \"colones\",\n        \"colonises\",\n        \"combretum\",\n        \"grins\",\n        \"gumdigger\",\n        \"pinnated\",\n        \"pluriseriated\",\n        \"presaged\",\n        \"quipped\",\n        \"regle\",\n        \"reigned\",\n        \"ruled\",\n        \"snagged\"\n    ],\n    \"chuga\": [\n        \"chugalugging\"\n    ],\n    \"chiggers\": [\n        \"chuggers\"\n    ],\n    \"chukarị\": [\n        \"chukar\",\n        \"chukkar\",\n        \"chukor\"\n    ],\n    \"chukars\": [\n        \"chukkars\"\n    ],\n    \"chukker\": [\n        \"chukkers\"\n    ],\n    \"nfuli\": [\n        \"chumps\",\n        \"pumpage\",\n        \"pumps\"\n    ],\n    \"chum\": [\n        \"chums\"\n    ],\n    \"na-egbusi\": [\n        \"chunking\",\n        \"limping\",\n        \"limpingly\",\n        \"whomping\"\n    ],\n    \"mkpọmkpọ ebe\": [\n        \"chunter\",\n        \"crackpots\",\n        \"cresols\",\n        \"crumbles\",\n        \"crumblet\",\n        \"dunter\",\n        \"lunk\",\n        \"ramble\",\n        \"ramrods\",\n        \"rubbishes\",\n        \"rubbishry\",\n        \"rubble\",\n        \"rubbles\",\n        \"ruins\",\n        \"shattery\",\n        \"smidge\",\n        \"wreckages\"\n    ],\n    \"chụda\": [\n        \"chuntered\"\n    ],\n    \"chuppah\": [\n        \"chuppahs\"\n    ],\n    \"nkwocha\": [\n        \"chuppoth\",\n        \"hilasmic\",\n        \"plasmacyte\"\n    ],\n    \"ụka\": [\n        \"church\",\n        \"churches\",\n        \"churchful\",\n        \"churchy\",\n        \"churchish\",\n        \"churchite\",\n        \"churchlet\",\n        \"churchly\",\n        \"curch\",\n        \"curches\",\n        \"ecclesiast\",\n        \"ecclesiastic\",\n        \"ecclesiasticalness\",\n        \"ecclesiasticus\",\n        \"ecclesiastry\"\n    ],\n    \"onye na-aga ụka\": [\n        \"churchgoer\"\n    ],\n    \"ndị na-aga chọọchị\": [\n        \"churchgoers\"\n    ],\n    \"ịga chọọchị\": [\n        \"churchgoing\"\n    ],\n    \"ogige ụlọ ụka\": [\n        \"churchyard\"\n    ],\n    \"ogige ụlọ chọọchị\": [\n        \"churchyards\"\n    ],\n    \"enweghị ụka\": [\n        \"churchless\"\n    ],\n    \"onye uka\": [\n        \"churchlier\",\n        \"churchmanly\",\n        \"congregationist\"\n    ],\n    \"ụka kachasị\": [\n        \"churchliest\"\n    ],\n    \"onye ụka\": [\n        \"churchman\"\n    ],\n    \"ịbụ onye uka\": [\n        \"churchmanship\"\n    ],\n    \"onye isi uka\": [\n        \"churchmaster\"\n    ],\n    \"ụlọ ụka\": [\n        \"churchscot\",\n        \"churchshot\",\n        \"enchurch\"\n    ],\n    \"ụzọ ụka\": [\n        \"churchway\"\n    ],\n    \"chọọchị na-\": [\n        \"churchwardenize\"\n    ],\n    \"nwanyị nwanyị\": [\n        \"churchwoman\",\n        \"countrywoman\",\n        \"markswoman\",\n        \"newspaperwoman\"\n    ],\n    \"ndi nwanyi\": [\n        \"churchwomen\",\n        \"giantesses\",\n        \"heisters\",\n        \"malefactresses\",\n        \"needlewomen\",\n        \"pemicans\",\n        \"pemmicans\",\n        \"playwomen\",\n        \"presswomen\",\n        \"songstress\",\n        \"songstresses\",\n        \"utees\",\n        \"votresses\",\n        \"washerwomen\"\n    ],\n    \"chinga\": [\n        \"churinga\"\n    ],\n    \"chingkwu\": [\n        \"churingas\"\n    ],\n    \"kporo ite\": [\n        \"churner\"\n    ],\n    \"Kọnter\": [\n        \"churners\"\n    ],\n    \"kernelilk\": [\n        \"churnmilk\"\n    ],\n    \"churn\": [\n        \"churns\"\n    ],\n    \"chur\": [\n        \"churred\"\n    ],\n    \"churuegwu\": [\n        \"churrigueresque\"\n    ],\n    \"chite\": [\n        \"chusite\"\n    ],\n    \"ndị ekwenti\": [\n        \"chutists\"\n    ],\n    \"cyamọs\": [\n        \"cyamus\"\n    ],\n    \"cyaning\": [\n        \"cyaniding\"\n    ],\n    \"cyanisi\": [\n        \"cyanize\"\n    ],\n    \"cyanometa\": [\n        \"cyanometer\"\n    ],\n    \"cyanose\": [\n        \"cyanosed\"\n    ],\n    \"chiedolith\": [\n        \"cyatholith\"\n    ],\n    \"ji eme ihe\": [\n        \"cibation\"\n    ],\n    \"ịntanetị\": [\n        \"cybernating\",\n        \"interned\",\n        \"internet\",\n        \"internetted\"\n    ],\n    \"ndị na-ahụ maka ihe ntanetị\": [\n        \"cyberneticists\"\n    ],\n    \"cybernetik\": [\n        \"cybernetics\"\n    ],\n    \"cicada\": [\n        \"cicadas\"\n    ],\n    \"yiri cycad\": [\n        \"cycadlike\"\n    ],\n    \"cycad\": [\n        \"cycads\"\n    ],\n    \"ịmaatụ\": [\n        \"cicatrisation\",\n        \"eg\"\n    ],\n    \"ịba mba\": [\n        \"cicatrising\",\n        \"foregahger\",\n        \"hepatise\",\n        \"librating\",\n        \"probanishment\",\n        \"rebribe\",\n        \"rebuckling\",\n        \"rebukefully\",\n        \"rebukefulness\",\n        \"rebukeproof\",\n        \"reprimanding\",\n        \"repro\",\n        \"reprobe\",\n        \"reprobing\",\n        \"repropose\",\n        \"reproval\",\n        \"reprover\",\n        \"reproving\",\n        \"reprovingly\",\n        \"scoldings\",\n        \"scutation\"\n    ],\n    \"ndichi\": [\n        \"cicatrixes\",\n        \"cicorees\",\n        \"lherzite\",\n        \"messans\",\n        \"zanies\"\n    ],\n    \"onye na-elekọta ya\": [\n        \"cicatrizer\",\n        \"cowkeeper\",\n        \"herborizer\",\n        \"hister\"\n    ],\n    \"atụchi\": [\n        \"ciceronage\"\n    ],\n    \"omume ciceronianism\": [\n        \"ciceronianism\"\n    ],\n    \"onyenchekwa\": [\n        \"ciceronianist\"\n    ],\n    \"ndi ciceronianist\": [\n        \"ciceronianists\"\n    ],\n    \"iche-ihihe\": [\n        \"ciceronianize\"\n    ],\n    \"ndi ciceronians\": [\n        \"ciceronians\"\n    ],\n    \"ochicha\": [\n        \"ciceroning\",\n        \"cockroach\",\n        \"desesperance\",\n        \"desquamative\",\n        \"featishness\",\n        \"interministerium\",\n        \"occipital\",\n        \"ocracy\",\n        \"ostracise\",\n        \"outdreams\",\n        \"overbraced\",\n        \"oxgang\"\n    ],\n    \"chichar\": [\n        \"cichar\"\n    ],\n    \"chichlid\": [\n        \"cichlid\"\n    ],\n    \"ochich\": [\n        \"cichloid\"\n    ],\n    \"echiche cicisbeism\": [\n        \"cicisbeism\"\n    ],\n    \"gbaa ígwè\": [\n        \"cycl\",\n        \"cyclamate\"\n    ],\n    \"cyclamen\": [\n        \"cyclamin\",\n        \"cyclamine\"\n    ],\n    \"cyclanthaceae\": [\n        \"cyclanthaceous\"\n    ],\n    \"cyclas\": [\n        \"cyclases\"\n    ],\n    \"ịgba ígwè\": [\n        \"cyclecars\",\n        \"cycling\",\n        \"cyclings\",\n        \"metalbearing\",\n        \"wheelmaking\"\n    ],\n    \"igwe gbara okirikiri\": [\n        \"cycler\"\n    ],\n    \"ndị okirikiri\": [\n        \"cyclers\"\n    ],\n    \"ugboro ugboro\": [\n        \"cyclicly\",\n        \"consonantally\",\n        \"consonantly\",\n        \"coronally\",\n        \"eerily\",\n        \"euonym\",\n        \"frequence\",\n        \"frequent\",\n        \"frequentage\",\n        \"frequentation\",\n        \"frequenting\",\n        \"frequently\",\n        \"infrequentcy\",\n        \"infrequently\",\n        \"iterately\",\n        \"manifoldly\",\n        \"manifoldwise\",\n        \"mortally\",\n        \"oftentimes\",\n        \"ofttimes\",\n        \"oratorially\",\n        \"perennially\",\n        \"recur\",\n        \"recure\",\n        \"recurred\",\n        \"recurrent\",\n        \"recurrently\",\n        \"recurring\",\n        \"recurringly\",\n        \"recurvant\",\n        \"recurved\",\n        \"recurving\",\n        \"recurvirostral\",\n        \"recurvous\",\n        \"redolently\",\n        \"reiterativeness\",\n        \"remissively\",\n        \"remonstrantly\",\n        \"repasture\",\n        \"repatency\",\n        \"repattern\",\n        \"repeated\",\n        \"repeatedly\",\n        \"repeater\",\n        \"repeopled\",\n        \"repeoples\",\n        \"repersuasion\",\n        \"repertorily\",\n        \"repetatively\",\n        \"repetends\",\n        \"repetiteurs\",\n        \"repetition\",\n        \"repetitionary\",\n        \"repetitions\",\n        \"repetitiously\",\n        \"repetitive\",\n        \"repetitively\",\n        \"repetitiveness\",\n        \"repetitory\",\n        \"reprintings\",\n        \"repunctuating\",\n        \"revertively\",\n        \"trivetwise\",\n        \"unrecurrently\"\n    ],\n    \"agba okirikiri\": [\n        \"cyclide\"\n    ],\n    \"onye na-agba ígwè\": [\n        \"cyclism\",\n        \"cyclist\",\n        \"cyclistic\"\n    ],\n    \"ndị na-agba ígwè\": [\n        \"cyclists\"\n    ],\n    \"gbaa ịnyịnya\": [\n        \"cyclize\"\n    ],\n    \"na-agba ịnyịnya ígwè\": [\n        \"cyclizing\"\n    ],\n    \"okirikiri igbo\": [\n        \"cyclobutane\"\n    ],\n    \"cyclomita\": [\n        \"cyclometers\"\n    ],\n    \"onye ọkpọ cyclon\": [\n        \"cyclonist\"\n    ],\n    \"usoro ihe omimi\": [\n        \"cyclonology\",\n        \"phytolithological\"\n    ],\n    \"ọkà mmụta banyere cyclonologist\": [\n        \"cyclonologist\"\n    ],\n    \"ịgba okirikiri\": [\n        \"cyclopism\",\n        \"cyclotomy\"\n    ],\n    \"igbanwo\": [\n        \"cyclotome\",\n        \"ingorge\"\n    ],\n    \"eriju\": [\n        \"ciconiiformes\"\n    ],\n    \"ichiiche\": [\n        \"ciconine\",\n        \"gemonies\",\n        \"gillying\"\n    ],\n    \"Cydonia\": [\n        \"cydonia\"\n    ],\n    \"Cydonian\": [\n        \"cydonian\"\n    ],\n    \"mburu\": [\n        \"cierzo\",\n        \"ritornel\",\n        \"ritornelle\",\n        \"ritornello\",\n        \"tarhood\"\n    ],\n    \"cigarillo\": [\n        \"cigarito\"\n    ],\n    \"cigarillos\": [\n        \"cigaritos\"\n    ],\n    \"cygnus\": [\n        \"cygneous\"\n    ],\n    \"siki\": [\n        \"cyke\"\n    ],\n    \"sịl\": [\n        \"cyl\"\n    ],\n    \"sịlịnda\": [\n        \"cylinder\",\n        \"cylindered\",\n        \"cylinderer\",\n        \"cylinders\",\n        \"cylindric\",\n        \"cylindrocellular\",\n        \"cylindroid\",\n        \"cylindrosporium\"\n    ],\n    \"cylinder myiri\": [\n        \"cylinderlike\"\n    ],\n    \"Ọnọdụ\": [\n        \"cylindricality\",\n        \"circumstantiations\",\n        \"contexts\",\n        \"enskies\",\n        \"mercurialization\",\n        \"trends\"\n    ],\n    \"sịlịndalarị\": [\n        \"cylindrocephalic\"\n    ],\n    \"siymarin\": [\n        \"cymarin\"\n    ],\n    \"dị cymbaeform\": [\n        \"cymbaeform\"\n    ],\n    \"ájà\": [\n        \"cymbal\",\n        \"cymbaler\",\n        \"cymbalers\",\n        \"cymbals\",\n        \"cymbel\",\n        \"cymblings\",\n        \"cymes\",\n        \"cymols\"\n    ],\n    \"ndị na-akụ ájà\": [\n        \"cymbalists\"\n    ],\n    \"ịgba cymball\": [\n        \"cymballing\"\n    ],\n    \"mgbọrọgwụ\": [\n        \"cymbocephaly\",\n        \"cymbocephalous\",\n        \"circumnutatory\",\n        \"phrenospasm\",\n        \"phrenotropic\",\n        \"root\",\n        \"rootage\",\n        \"rootages\",\n        \"rootcap\",\n        \"rootedness\",\n        \"rooter\",\n        \"rootery\",\n        \"rooters\",\n        \"roothold\",\n        \"rootholds\",\n        \"rootiness\",\n        \"rootle\",\n        \"rootlike\",\n        \"roots\",\n        \"rootstalk\",\n        \"rootstock\",\n        \"rootstocks\",\n        \"rootwalt\",\n        \"rootward\",\n        \"rootworm\",\n        \"uproot\",\n        \"uproots\"\n    ],\n    \"cymens\": [\n        \"cymenes\"\n    ],\n    \"cda\": [\n        \"cymlings\"\n    ],\n    \"cymomita\": [\n        \"cymometer\"\n    ],\n    \"-akpọ ihe nkiri\": [\n        \"cymoscope\"\n    ],\n    \"afụju\": [\n        \"cymotrichy\"\n    ],\n    \"ymlọ cymotrichous\": [\n        \"cymotrichous\"\n    ],\n    \"nụchara\": [\n        \"cinched\",\n        \"refiltered\",\n        \"weltered\"\n    ],\n    \"a ga-eji mee ya\": [\n        \"cinchonised\"\n    ],\n    \"nọchọnụ\": [\n        \"cinchonized\"\n    ],\n    \"ịchoụ ihe nkiri\": [\n        \"cinchonizing\"\n    ],\n    \"cincholoji\": [\n        \"cinchonology\"\n    ],\n    \"cinchonine\": [\n        \"cinchotine\"\n    ],\n    \"cincinnati\": [\n        \"cincinatti\",\n        \"cincinnal\"\n    ],\n    \"cctured\": [\n        \"cinctured\"\n    ],\n    \"cindere\": [\n        \"cindered\"\n    ],\n    \"cinding\": [\n        \"cindering\"\n    ],\n    \"cinder yiri\": [\n        \"cinderlike\"\n    ],\n    \"cinine\": [\n        \"cine\",\n        \"cinel\"\n    ],\n    \"kineast\": [\n        \"cineast\"\n    ],\n    \"sinima\": [\n        \"cinefilm\",\n        \"cinema\",\n        \"cinemas\",\n        \"cinematical\",\n        \"cinematics\",\n        \"cinematize\",\n        \"cinemize\",\n        \"cinerama\"\n    ],\n    \"cynegils\": [\n        \"cynegild\"\n    ],\n    \"mmebe ihe nkiri\": [\n        \"cinematizing\"\n    ],\n    \"ihe nkiri sinima\": [\n        \"cinematograph\",\n        \"cinematography\"\n    ],\n    \"onye na-ese ihe nkiri\": [\n        \"cinematographer\",\n        \"cinematographist\",\n        \"kinetographer\",\n        \"spectrographer\"\n    ],\n    \"ndị na-ese ihe nkiri sinima\": [\n        \"cinematographers\"\n    ],\n    \"ịenụ ọgwụ\": [\n        \"cinenegative\"\n    ],\n    \"sinima photomicrography\": [\n        \"cinephotomicrography\"\n    ],\n    \"cineraria\": [\n        \"cinerararia\"\n    ],\n    \"nri abalị\": [\n        \"cinereous\",\n        \"cinerous\",\n        \"diner\",\n        \"dinner\",\n        \"dinnery\",\n        \"dinnerless\",\n        \"dinnerly\",\n        \"dinners\",\n        \"dinnertime\",\n        \"dinning\",\n        \"dinotheres\",\n        \"dressoirs\",\n        \"lunistice\",\n        \"passovers\",\n        \"suppers\",\n        \"suppertime\",\n        \"suppurant\"\n    ],\n    \"ịkpa ọchị\": [\n        \"cineritious\",\n        \"commixing\",\n        \"comrogue\",\n        \"gurgle\",\n        \"gurglet\",\n        \"humidor\",\n        \"humorism\",\n        \"humoristic\",\n        \"lathy\"\n    ],\n    \"cingular\": [\n        \"cingula\"\n    ],\n    \"cingulate\": [\n        \"cingulated\"\n    ],\n    \"katọrọ mmadụ\": [\n        \"cynical\",\n        \"cynicism\",\n        \"cynism\",\n        \"cyrenaicism\",\n        \"crithomancy\",\n        \"sinical\"\n    ],\n    \"onye na-atụchasị mmadụ\": [\n        \"cynicist\"\n    ],\n    \"ndị na-akọcha\": [\n        \"cynics\"\n    ],\n    \"pawuda\": [\n        \"cinnamon\"\n    ],\n    \"cinnamọn\": [\n        \"cinnamoned\"\n    ],\n    \"yiri cinnamon\": [\n        \"cinnamonlike\"\n    ],\n    \"ọkà mmụta cynogenealogist\": [\n        \"cynogenealogist\"\n    ],\n    \"akpokoro\": [\n        \"cynoscion\",\n        \"fivepenny\",\n        \"ingustable\",\n        \"neurosecretory\",\n        \"tenuirostres\",\n        \"uncrowns\",\n        \"unsmothered\"\n    ],\n    \"cinu\": [\n        \"cinurous\"\n    ],\n    \"mmọnwụ\": [\n        \"cionitis\",\n        \"limonenes\",\n        \"limonite\",\n        \"molinary\"\n    ],\n    \"ọdụm\": [\n        \"cions\",\n        \"lion\",\n        \"lionced\",\n        \"lioncel\",\n        \"lionel\",\n        \"lionesque\",\n        \"lioness\",\n        \"lionesses\",\n        \"lionet\",\n        \"lionfishes\",\n        \"lionheart\",\n        \"lionhood\",\n        \"lionisation\",\n        \"lionise\",\n        \"lionised\",\n        \"lioniser\",\n        \"lionises\",\n        \"lionism\",\n        \"lionizable\",\n        \"lionization\",\n        \"lionize\",\n        \"lionized\",\n        \"lionizer\",\n        \"lionly\",\n        \"lionproof\",\n        \"lions\",\n        \"lionship\"\n    ],\n    \"nwioppino\": [\n        \"cioppino\"\n    ],\n    \"nwioppinos\": [\n        \"cioppinos\"\n    ],\n    \"cypress\": [\n        \"cypressed\"\n    ],\n    \"cyprian\": [\n        \"cyprians\"\n    ],\n    \"cyphelomorph\": [\n        \"cypselomorph\"\n    ],\n    \"cyphelomorphae\": [\n        \"cypselomorphae\"\n    ],\n    \"mgbaghari\": [\n        \"circar\",\n        \"circumforaneous\",\n        \"circumgestation\",\n        \"circumgyration\",\n        \"circumlocution\",\n        \"circumlocutional\",\n        \"circumlocutionary\",\n        \"circumnavigatory\",\n        \"circumscissile\",\n        \"circumterraneous\",\n        \"circumvention\",\n        \"circumventive\",\n        \"circumvolant\",\n        \"convalescency\",\n        \"convalescent\",\n        \"convalesces\",\n        \"convalescing\",\n        \"deallocating\",\n        \"disorientated\",\n        \"echolocation\",\n        \"eugregarinida\",\n        \"upheaver\"\n    ],\n    \"agba gburugburu\": [\n        \"circleting\",\n        \"covalences\",\n        \"runaround\"\n    ],\n    \"ọgbọ egwuregwu\": [\n        \"circs\",\n        \"circue\",\n        \"circus\",\n        \"circuses\"\n    ],\n    \"sekit\": [\n        \"circuit\",\n        \"circuity\",\n        \"circuities\",\n        \"circuitry\",\n        \"circuits\",\n        \"circut\",\n        \"circuts\"\n    ],\n    \"circueti\": [\n        \"circuitable\"\n    ],\n    \"circuite\": [\n        \"circuiteer\"\n    ],\n    \"ndị nlekọta sekit\": [\n        \"circuitmen\"\n    ],\n    \"ekesa\": [\n        \"circularised\",\n        \"circularizes\",\n        \"diffract\",\n        \"dispended\",\n        \"dispensed\",\n        \"dispraised\",\n        \"disprized\",\n        \"disseizes\",\n        \"disserved\",\n        \"dissyllabised\",\n        \"dissyllabized\",\n        \"dissimuler\",\n        \"distributedly\",\n        \"distributional\"\n    ],\n    \"na-ekesa\": [\n        \"circularising\",\n        \"circularizing\",\n        \"circulates\",\n        \"circulating\",\n        \"distributes\"\n    ],\n    \"kesaa\": [\n        \"circularized\",\n        \"circulated\",\n        \"contestee\",\n        \"disseminate\",\n        \"disseminated\",\n        \"disseminates\",\n        \"distributable\",\n        \"distribute\",\n        \"distributed\",\n        \"distributee\",\n        \"redistributed\",\n        \"share\",\n        \"spread\",\n        \"spready\",\n        \"spried\",\n        \"undisseminated\"\n    ],\n    \"mgbasa ọbara\": [\n        \"circulatory\"\n    ],\n    \"ndị mgbasa\": [\n        \"circulators\",\n        \"dissipators\",\n        \"expansionists\"\n    ],\n    \"circum edinam\": [\n        \"circumaction\"\n    ],\n    \"gbagharia\": [\n        \"circumagitate\",\n        \"reconfused\"\n    ],\n    \"mgbagharị\": [\n        \"circumagitation\",\n        \"circumsession\",\n        \"frowzled\",\n        \"mottlement\",\n        \"rotorcraft\",\n        \"shuttle\",\n        \"shuttled\",\n        \"strobilization\"\n    ],\n    \"ntụgharị\": [\n        \"circumambiency\",\n        \"circumambiencies\",\n        \"circumfluence\",\n        \"circumnavigable\",\n        \"circumnavigation\",\n        \"circumscribable\",\n        \"circumspectness\",\n        \"circumstantiability\",\n        \"circumumbilical\",\n        \"contranatural\",\n        \"controverter\",\n        \"conversancy\",\n        \"conversionism\",\n        \"convertism\",\n        \"dedolation\",\n        \"deflexion\",\n        \"deflexure\",\n        \"dimensuration\",\n        \"dimidiation\",\n        \"diphthonging\",\n        \"diphthongising\",\n        \"diphthongizing\",\n        \"ditation\",\n        \"divergence\",\n        \"divergency\",\n        \"divergenge\",\n        \"divertedly\",\n        \"divertibility\",\n        \"eversion\",\n        \"eversions\",\n        \"eversive\",\n        \"exegetic\",\n        \"exosculation\",\n        \"extraspectral\",\n        \"extravasating\",\n        \"extrospective\",\n        \"fluxgraph\",\n        \"ie\",\n        \"yirn\",\n        \"inference\",\n        \"influxionism\",\n        \"interconvert\",\n        \"interfluence\",\n        \"interfluous\",\n        \"interpretability\",\n        \"interpretative\",\n        \"interpretatively\",\n        \"interpreting\",\n        \"interpretively\",\n        \"intertransformable\",\n        \"intertranspicuous\",\n        \"intertropical\",\n        \"inverse\",\n        \"inversing\",\n        \"inversion\",\n        \"inversions\",\n        \"invertant\",\n        \"inverter\",\n        \"invertor\",\n        \"inverts\",\n        \"medisection\",\n        \"meditatively\",\n        \"mistranslation\",\n        \"multiversion\",\n        \"musings\",\n        \"mutive\",\n        \"mutivity\",\n        \"neurotization\",\n        \"neurotransmission\",\n        \"neutrologistic\",\n        \"nontransposing\",\n        \"outfence\",\n        \"overagitation\",\n        \"overdiversification\",\n        \"parabolization\",\n        \"reconfusion\",\n        \"redivision\",\n        \"redivorcement\",\n        \"refaction\",\n        \"refederalization\",\n        \"refight\",\n        \"reflectent\",\n        \"reflexibility\",\n        \"reflexiveness\",\n        \"reflexivity\",\n        \"refraction\",\n        \"refractiveness\",\n        \"refractivity\",\n        \"refragability\",\n        \"refragment\",\n        \"refringency\",\n        \"regelation\",\n        \"renderable\",\n        \"retrally\",\n        \"retranslation\",\n        \"retrodirective\",\n        \"reversability\",\n        \"reversement\",\n        \"reversibility\",\n        \"reversionally\",\n        \"reverter\",\n        \"rotacism\",\n        \"rotalia\",\n        \"rotarianism\",\n        \"rotational\",\n        \"rotations\",\n        \"rotator\",\n        \"rotguts\",\n        \"rotometer\",\n        \"rotular\",\n        \"rotundity\",\n        \"rotundities\",\n        \"rotundness\",\n        \"shiftability\",\n        \"stiver\",\n        \"subalternating\",\n        \"superflexion\",\n        \"switchback\",\n        \"switchbacker\",\n        \"switchbacks\",\n        \"switchyard\",\n        \"transalpiner\",\n        \"transcalency\",\n        \"transcalent\",\n        \"transcalescent\",\n        \"transcendentalization\",\n        \"transcendentalize\",\n        \"transcendentalized\",\n        \"transcendentalizing\",\n        \"transcendentness\",\n        \"transcoloration\",\n        \"transcolour\",\n        \"transcolouration\",\n        \"transconscious\",\n        \"transcribble\",\n        \"transcriptitious\",\n        \"transcriptive\",\n        \"transcriptively\",\n        \"transcriptural\",\n        \"transcursion\",\n        \"transcursively\",\n        \"transcurvation\",\n        \"transcutaneous\",\n        \"transduced\",\n        \"transducer\",\n        \"transductional\",\n        \"transfix\",\n        \"transfixation\",\n        \"transfixes\",\n        \"transfixing\",\n        \"transfixion\",\n        \"transfixture\",\n        \"transfluent\",\n        \"transfluvial\",\n        \"transforation\",\n        \"transformance\",\n        \"transfugitive\",\n        \"transfusers\",\n        \"transfuses\",\n        \"transfusional\",\n        \"transfusive\",\n        \"transfusively\",\n        \"transgeneration\",\n        \"tranships\",\n        \"transimpression\",\n        \"transinsular\",\n        \"transistorizing\",\n        \"transitions\",\n        \"transitiveness\",\n        \"translatability\",\n        \"translatable\",\n        \"translatableness\",\n        \"translater\",\n        \"translational\",\n        \"translationally\",\n        \"translations\",\n        \"translative\",\n        \"translatory\",\n        \"translatorial\",\n        \"translatorship\",\n        \"translatrix\",\n        \"transletter\",\n        \"translocalization\",\n        \"transluce\",\n        \"translucence\",\n        \"translucency\",\n        \"translucidity\",\n        \"translunary\",\n        \"transmarginal\",\n        \"transmarginally\",\n        \"transmaterial\",\n        \"transmateriation\",\n        \"transmedial\",\n        \"transmental\",\n        \"transmigrationism\",\n        \"transmigrations\",\n        \"transmigrative\",\n        \"transmigratively\",\n        \"transmigratory\",\n        \"transmould\",\n        \"transmountain\",\n        \"transmural\",\n        \"transmuscle\",\n        \"transmutableness\",\n        \"transmutation\",\n        \"transmutational\",\n        \"transmutations\",\n        \"transmuted\",\n        \"transmutes\",\n        \"transmuting\",\n        \"transmutive\",\n        \"transmutually\",\n        \"transnatation\",\n        \"transnaturation\",\n        \"transnihilation\",\n        \"transpanamic\",\n        \"transpeciation\",\n        \"transpenetration\",\n        \"transpeninsular\",\n        \"transpenisular\",\n        \"transpeptidation\",\n        \"transpicuousness\",\n        \"transpiercing\",\n        \"transpiration\",\n        \"transplacental\",\n        \"transplanetary\",\n        \"transplendency\",\n        \"transpleural\",\n        \"transpleurally\",\n        \"transpolar\",\n        \"transposal\",\n        \"transrational\",\n        \"transrationally\",\n        \"transrectification\",\n        \"transsegmental\",\n        \"transsegmentally\",\n        \"transudate\",\n        \"transudation\",\n        \"transuded\",\n        \"transuding\",\n        \"transumpt\",\n        \"transvaluation\",\n        \"transvasation\",\n        \"transverbate\",\n        \"transverbation\",\n        \"transverberate\",\n        \"transversal\",\n        \"transversality\",\n        \"transversally\",\n        \"transversary\",\n        \"transverseness\",\n        \"transverses\",\n        \"transversion\",\n        \"transversive\",\n        \"transversomedial\",\n        \"transvolation\",\n        \"turcification\",\n        \"turn\",\n        \"turnabouts\",\n        \"turnarounds\",\n        \"turnback\",\n        \"turncap\",\n        \"turncoatism\",\n        \"turnery\",\n        \"turneries\",\n        \"turnerism\",\n        \"turners\",\n        \"turnhall\",\n        \"turnhalls\",\n        \"turnices\",\n        \"turningness\",\n        \"turnings\",\n        \"turnips\",\n        \"turnipweed\",\n        \"turnipwise\",\n        \"turnmeter\",\n        \"turnor\",\n        \"turnouts\",\n        \"turnover\",\n        \"turnovers\",\n        \"turnpin\",\n        \"turnrow\",\n        \"turnsoles\",\n        \"turnspit\",\n        \"turnspits\",\n        \"turntables\",\n        \"turnups\",\n        \"turnverein\",\n        \"turnway\",\n        \"turnwrest\",\n        \"untopographical\",\n        \"versability\",\n        \"versate\",\n        \"versatec\",\n        \"versation\",\n        \"versative\",\n        \"versemanship\",\n        \"versiculus\",\n        \"versification\",\n        \"versificator\",\n        \"versificatory\",\n        \"verso\",\n        \"versute\"\n    ],\n    \"mgbamgbam\": [\n        \"circumambulation\"\n    ],\n    \"úgwù\": [\n        \"circumcellion\"\n    ],\n    \"eriri gburugburu\": [\n        \"circumcincture\"\n    ],\n    \"ibi úgwù\": [\n        \"circumcircle\",\n        \"circumcises\",\n        \"circumcising\",\n        \"circumcision\",\n        \"circumcisions\",\n        \"circumcission\",\n        \"circumclusion\",\n        \"circumcone\",\n        \"circumcrescence\",\n        \"circumcrescent\"\n    ],\n    \"ibi ugwu\": [\n        \"circumcise\"\n    ],\n    \"biri úgwù\": [\n        \"circumcised\",\n        \"circumcorneal\"\n    ],\n    \"bie ugwu\": [\n        \"circumclude\"\n    ],\n    \"circum columnar\": [\n        \"circumcolumnar\"\n    ],\n    \"nnọdu\": [\n        \"circumdenudation\"\n    ],\n    \"idi gburugburu\": [\n        \"circumdiction\"\n    ],\n    \"mgbany\": [\n        \"circumesophageal\"\n    ],\n    \"circumfereor\": [\n        \"circumferentor\"\n    ],\n    \"ntụgharị anya\": [\n        \"circumflex\"\n    ],\n    \"anya mgbaghari\": [\n        \"circumflexion\"\n    ],\n    \"ịgbagharị\": [\n        \"circumfusing\",\n        \"circummuring\",\n        \"circumnavigating\",\n        \"circumventing\",\n        \"circumvents\",\n        \"flustering\",\n        \"jiggling\",\n        \"swingaround\",\n        \"wheeling\",\n        \"wheelingly\",\n        \"wheelings\",\n        \"wheelwrighting\"\n    ],\n    \"circumitine\": [\n        \"circumitineration\"\n    ],\n    \"ọnọdụ gburugburu\": [\n        \"circumjacencies\"\n    ],\n    \"onye na-agba mgbaghari\": [\n        \"circumlocutionist\"\n    ],\n    \"Onyegbula\": [\n        \"circummeridian\",\n        \"cretacic\",\n        \"daphnean\",\n        \"deltoideus\",\n        \"drollist\",\n        \"grungier\",\n        \"leslie\",\n        \"melvie\",\n        \"phagocytosed\",\n        \"propatagian\",\n        \"proptosed\",\n        \"prosthodontic\",\n        \"prosthodontist\",\n        \"provivisectionist\",\n        \"psittaceously\",\n        \"rulemonger\",\n        \"skeuomorph\",\n        \"skeuomorphic\",\n        \"smeltman\",\n        \"speltz\",\n        \"spivs\",\n        \"spivvy\",\n        \"squandermaniac\",\n        \"stylonychia\",\n        \"theopneusted\",\n        \"welfaring\",\n        \"whooplas\",\n        \"whortleberry\",\n        \"wilding\"\n    ],\n    \"gbaa ya gburugburu\": [\n        \"circummigrate\",\n        \"encirclement\",\n        \"surround\"\n    ],\n    \"onye na-ekpuchi ihe\": [\n        \"circumnavigator\"\n    ],\n    \"ihe mgbagha\": [\n        \"circumneutral\",\n        \"concussant\",\n        \"defeasibleness\"\n    ],\n    \"nbughari\": [\n        \"circumnutation\",\n        \"nontranslocation\"\n    ],\n    \"ihe omimi nke guru\": [\n        \"circumoesophagal\"\n    ],\n    \"circump\": [\n        \"circumplication\"\n    ],\n    \"ọnọdụ\": [\n        \"circumrenal\",\n        \"circumstance\",\n        \"circumstances\",\n        \"circumstant\",\n        \"circumstantial\",\n        \"circumstantiality\",\n        \"condition\",\n        \"conditionality\",\n        \"conditionalities\",\n        \"conditions\",\n        \"consition\",\n        \"demotions\",\n        \"destituent\",\n        \"encystments\",\n        \"mood\",\n        \"podomancy\",\n        \"position\",\n        \"positional\",\n        \"positions\",\n        \"serting\",\n        \"setting\",\n        \"situates\",\n        \"situation\",\n        \"situational\",\n        \"situations\",\n        \"stances\",\n        \"statuses\"\n    ],\n    \"igbagide\": [\n        \"circumrotate\"\n    ],\n    \"ịgbagọ\": [\n        \"circumrotating\",\n        \"forwander\"\n    ],\n    \"juju\": [\n        \"circumscript\",\n        \"overfilled\"\n    ],\n    \"ntụgharị asụsụ\": [\n        \"circumscriptive\",\n        \"counterinterpretation\",\n        \"extralinguistic\",\n        \"pretranslation\",\n        \"referendal\",\n        \"transdialect\",\n        \"transliterations\",\n        \"transrhodanian\"\n    ],\n    \"nyochagharị anya\": [\n        \"circumspection\"\n    ],\n    \"ịgbanwu\": [\n        \"circumstancing\",\n        \"circumvallating\",\n        \"eradiating\",\n        \"lasing\",\n        \"multiramified\",\n        \"redacting\",\n        \"redeleting\",\n        \"scabbling\"\n    ],\n    \"ọnọdụ ọnọdụ\": [\n        \"circumstantialities\",\n        \"circumstantialness\"\n    ],\n    \"mgbanja\": [\n        \"circumterrestrial\"\n    ],\n    \"agbaghe\": [\n        \"circumventable\",\n        \"unbristled\",\n        \"unpinning\",\n        \"unstocked\",\n        \"unstockinged\"\n    ],\n    \"onye na-efe efe\": [\n        \"circumventer\",\n        \"contagionist\",\n        \"infectant\"\n    ],\n    \"onye mgbazi\": [\n        \"circumventor\",\n        \"correctionalist\"\n    ],\n    \"circiki\": [\n        \"circuted\"\n    ],\n    \"cyrenaik\": [\n        \"cyrenaic\"\n    ],\n    \"cirrooro\": [\n        \"cirrose\"\n    ],\n    \"encyrtidae\": [\n        \"cyrtidae\"\n    ],\n    \"cyretoceratite\": [\n        \"cyrtoceratite\"\n    ],\n    \"cytomita\": [\n        \"cyrtometer\",\n        \"cytometer\"\n    ],\n    \"cytosis\": [\n        \"cyrtosis\"\n    ],\n    \"Saịrọs\": [\n        \"cyrus\"\n    ],\n    \"cyrus si\": [\n        \"ciruses\"\n    ],\n    \"cis alpinism\": [\n        \"cisalpinism\"\n    ],\n    \"okpuru mmiri\": [\n        \"ciscoes\",\n        \"cruels\",\n        \"subadars\",\n        \"suballiances\",\n        \"subarborescence\",\n        \"subarborescent\",\n        \"subarcuate\",\n        \"subarcuated\",\n        \"subarcuation\",\n        \"subattorneys\",\n        \"subbrigadier\",\n        \"subcarbide\",\n        \"subcarbonaceous\",\n        \"subcarboniferous\",\n        \"subcarinate\",\n        \"subcarinated\",\n        \"subchannel\",\n        \"subchannels\",\n        \"subcheliform\",\n        \"subclone\",\n        \"subconcave\",\n        \"subcontinents\",\n        \"subcrenate\",\n        \"subcrenated\",\n        \"subengineer\",\n        \"subhatchery\",\n        \"subhedral\",\n        \"subhumid\",\n        \"subideas\",\n        \"subintervals\",\n        \"subitane\",\n        \"submarine\",\n        \"submariner\",\n        \"submicron\",\n        \"submountain\",\n        \"subpentagonal\",\n        \"subplots\",\n        \"subpools\",\n        \"subrigidity\",\n        \"subround\",\n        \"subsoiler\",\n        \"subtermarine\",\n        \"subterranean\",\n        \"subterraneanly\",\n        \"subtreasuries\",\n        \"subtunics\",\n        \"subtunnel\",\n        \"subwater\",\n        \"summerproof\",\n        \"tropal\",\n        \"underbridge\",\n        \"undercanvass\",\n        \"underchime\",\n        \"underdive\",\n        \"underheat\",\n        \"underletter\",\n        \"undermountain\",\n        \"underpot\",\n        \"underquote\",\n        \"underriddle\",\n        \"undersaturation\",\n        \"undersawyer\",\n        \"underscheme\",\n        \"undersea\",\n        \"underseller\",\n        \"undershore\",\n        \"undershrievery\",\n        \"undersquare\",\n        \"undersurface\",\n        \"undersweat\",\n        \"underswept\",\n        \"underwage\",\n        \"underweapon\",\n        \"winnel\"\n    ],\n    \"ikpo mmiri\": [\n        \"ciselure\",\n        \"enswathement\"\n    ],\n    \"ịgbọ mmiri\": [\n        \"cisgangetic\",\n        \"galingale\"\n    ],\n    \"na-egwu\": [\n        \"cising\",\n        \"kelping\",\n        \"threating\",\n        \"trowing\"\n    ],\n    \"chissampelos\": [\n        \"cissampelos\"\n    ],\n    \"dee\": [\n        \"cist\",\n        \"scrieve\",\n        \"tyke\",\n        \"typy\",\n        \"typp\",\n        \"writ\",\n        \"write\",\n        \"writee\",\n        \"writher\",\n        \"writter\"\n    ],\n    \"ahu otutu\": [\n        \"cyst\",\n        \"cystis\"\n    ],\n    \"cystadenocarcinoma\": [\n        \"cystadenosarcoma\"\n    ],\n    \"kristal\": [\n        \"cystal\",\n        \"craal\",\n        \"crankish\",\n        \"crapefish\",\n        \"crestal\",\n        \"cryal\",\n        \"crickle\",\n        \"cryptal\",\n        \"cryst\",\n        \"crystal\",\n        \"crystaled\",\n        \"crystaling\",\n        \"crystalitic\",\n        \"crystall\",\n        \"crystalled\",\n        \"crystallic\",\n        \"crystallike\",\n        \"crystallin\",\n        \"crystalline\",\n        \"crystallisable\",\n        \"crystallitic\",\n        \"crystallogy\",\n        \"crystallose\",\n        \"crystals\",\n        \"crystic\",\n        \"crystograph\",\n        \"crystolon\",\n        \"roysters\",\n        \"screver\",\n        \"singstress\"\n    ],\n    \"cysteamine\": [\n        \"cystamine\"\n    ],\n    \"chystathionine\": [\n        \"cystathionine\"\n    ],\n    \"nrịanrịa\": [\n        \"cystatrophy\"\n    ],\n    \"cysteine\": [\n        \"cystein\"\n    ],\n    \"cysteines\": [\n        \"cysteinic\"\n    ],\n    \"mgbakpo\": [\n        \"cystenchyme\",\n        \"euthyneura\",\n        \"havior\",\n        \"rhodesoid\",\n        \"rhodotypos\"\n    ],\n    \"ekpomoku\": [\n        \"cistercianism\",\n        \"galvanotaxis\",\n        \"heathendom\",\n        \"thermopsis\"\n    ],\n    \"kekporo\": [\n        \"cystid\",\n        \"coarsish\"\n    ],\n    \"chystidea\": [\n        \"cystidea\"\n    ],\n    \"chystignathidae\": [\n        \"cystignathidae\"\n    ],\n    \"chystignathine\": [\n        \"cystignathine\"\n    ],\n    \"cystinosis\": [\n        \"cystines\"\n    ],\n    \"akpịrị akpịrị\": [\n        \"cystitis\",\n        \"throatband\",\n        \"throatlash\",\n        \"throatlatch\",\n        \"throatstrap\",\n        \"throatwort\"\n    ],\n    \"cystadenoma\": [\n        \"cystoadenoma\"\n    ],\n    \"mgbakpọ\": [\n        \"cystocarpic\",\n        \"hobbit\",\n        \"morbilliform\",\n        \"pachyhematous\"\n    ],\n    \"chystocele\": [\n        \"cystocele\"\n    ],\n    \"chystoenterocele\": [\n        \"cystoenterocele\"\n    ],\n    \"chystoidea\": [\n        \"cystoidea\"\n    ],\n    \"chystoidean\": [\n        \"cystoidean\"\n    ],\n    \"cystometa\": [\n        \"cystometer\"\n    ],\n    \"istnye\": [\n        \"cistophoric\"\n    ],\n    \"kekpolasti\": [\n        \"cystoplasty\"\n    ],\n    \"ystba ama\": [\n        \"cystoplegia\"\n    ],\n    \"ọrịa cystorrhagia\": [\n        \"cystorrhagia\"\n    ],\n    \"usoro ahu\": [\n        \"cystotomy\"\n    ],\n    \"cistron\": [\n        \"cistrons\"\n    ],\n    \"Obodo\": [\n        \"cital\",\n        \"countys\",\n        \"localizable\",\n        \"locule\",\n        \"loculose\",\n        \"plebian\",\n        \"villarsite\",\n        \"villas\",\n        \"vogesite\",\n        \"volatile\",\n        \"volitate\"\n    ],\n    \"ndị cytasters\": [\n        \"cytasters\"\n    ],\n    \"see okwu\": [\n        \"citation\",\n        \"figurize\",\n        \"quarryable\",\n        \"quote\",\n        \"quoteworthy\",\n        \"scenarize\",\n        \"unseat\"\n    ],\n    \"edekọ\": [\n        \"citatory\",\n        \"memorandist\",\n        \"recordant\",\n        \"recordedly\",\n        \"recorder\",\n        \"recordist\",\n        \"referent\",\n        \"scribacious\",\n        \"scribatious\",\n        \"scribbet\",\n        \"scriniary\",\n        \"scriptive\",\n        \"scripto\",\n        \"scrivening\",\n        \"scriving\",\n        \"sferics\",\n        \"unwriting\"\n    ],\n    \"cita\": [\n        \"citators\",\n        \"citers\",\n        \"clyer\"\n    ],\n    \"amaghị\": [\n        \"citess\",\n        \"inexist\",\n        \"proposal\",\n        \"unafeard\",\n        \"unaimed\",\n        \"unascertained\",\n        \"unfelicitated\",\n        \"unsnow\",\n        \"virl\"\n    ],\n    \"obodo mgbaba\": [\n        \"citharexylum\"\n    ],\n    \"kpọpụta\": [\n        \"citify\"\n    ],\n    \"kpọpụtara\": [\n        \"citified\",\n        \"prepronounced\",\n        \"propounded\"\n    ],\n    \"amaara ama\": [\n        \"cityfied\"\n    ],\n    \"kpọtụrụ aha\": [\n        \"citifies\",\n        \"profligated\"\n    ],\n    \"akpa obodo\": [\n        \"cityfolk\"\n    ],\n    \"enweghị obodo\": [\n        \"cityless\",\n        \"statelessness\",\n        \"townless\",\n        \"villageless\"\n    ],\n    \"yiri obodo\": [\n        \"citylike\"\n    ],\n    \"ogbegbe\": [\n        \"cityscape\",\n        \"clitterclatter\",\n        \"desmolase\",\n        \"gurshes\",\n        \"lobate\",\n        \"skyscape\",\n        \"sparrygrass\",\n        \"sparrowgrass\"\n    ],\n    \"cyisisine\": [\n        \"cytisine\"\n    ],\n    \"nwa amaala\": [\n        \"citizen\",\n        \"citizenhood\",\n        \"citizenish\",\n        \"citizenism\",\n        \"citizenize\",\n        \"citizenized\",\n        \"citizenizing\",\n        \"citizenly\",\n        \"citizenry\",\n        \"civiliser\",\n        \"pubian\"\n    ],\n    \"obibiendom\": [\n        \"citizendom\"\n    ],\n    \"nwaamaala\": [\n        \"citizeness\",\n        \"citizenship\"\n    ],\n    \"ihe cytoclastic\": [\n        \"cytoclastic\"\n    ],\n    \"ụdịdị cytodif\": [\n        \"cytodifferentiation\"\n    ],\n    \"cytogenetị\": [\n        \"cytogenetically\"\n    ],\n    \"cytogeni\": [\n        \"cytogeny\",\n        \"cytogenies\"\n    ],\n    \"onye cytolist\": [\n        \"cytolist\"\n    ],\n    \"ndị ọkà mmụta sayensị cytologists\": [\n        \"cytologists\"\n    ],\n    \"ụdaolu\": [\n        \"cytone\",\n        \"phonestheme\",\n        \"resonations\",\n        \"ringdove\",\n        \"ringdoves\",\n        \"ringhead\",\n        \"ringtaws\",\n        \"soundboard\",\n        \"soundpost\",\n        \"subtone\",\n        \"tonalite\",\n        \"toneladas\"\n    ],\n    \"cyton\": [\n        \"cytons\"\n    ],\n    \"sitramide\": [\n        \"citramide\"\n    ],\n    \"Ilu\": [\n        \"citrates\"\n    ],\n    \"citroen\": [\n        \"citrean\"\n    ],\n    \"ịkọ osisi\": [\n        \"citriculture\",\n        \"plowshare\"\n    ],\n    \"okwa onyenwe\": [\n        \"citriculturist\"\n    ],\n    \"obodo ndi ozo\": [\n        \"citrinins\"\n    ],\n    \"citromita\": [\n        \"citrometer\"\n    ],\n    \"cit\": [\n        \"citrous\"\n    ],\n    \"civet\": [\n        \"civets\"\n    ],\n    \"ndi obodo\": [\n        \"civic\",\n        \"countrymen\",\n        \"countrypeople\",\n        \"townsfolk\"\n    ],\n    \"ndi nkiti\": [\n        \"civilian\",\n        \"civilians\",\n        \"condors\",\n        \"draymen\",\n        \"straitsmen\"\n    ],\n    \"amaala anya\": [\n        \"civilisable\"\n    ],\n    \"mmepe anya\": [\n        \"civilisation\",\n        \"civilization\"\n    ],\n    \"mmepeanya\": [\n        \"civilisational\",\n        \"civilisations\",\n        \"civilisatory\",\n        \"civilise\",\n        \"civilisedness\",\n        \"civilises\",\n        \"civilite\",\n        \"civilities\",\n        \"civilizable\",\n        \"civilizade\",\n        \"civilizational\",\n        \"civilizationally\",\n        \"civilizations\",\n        \"civilizatory\",\n        \"civilizedness\",\n        \"civilizee\",\n        \"civilness\"\n    ],\n    \"mepere anya\": [\n        \"civilised\",\n        \"civilize\",\n        \"civilized\"\n    ],\n    \"mepee anya\": [\n        \"civilising\",\n        \"civilizes\",\n        \"civilizing\"\n    ],\n    \"onye amaala\": [\n        \"civilist\"\n    ],\n    \"onye mmepeanya\": [\n        \"civilizer\"\n    ],\n    \"pako\": [\n        \"cize\"\n    ],\n    \"nkp\": [\n        \"ck\",\n        \"cps\",\n        \"dc\",\n        \"dg\",\n        \"guv\",\n        \"moc\",\n        \"np\",\n        \"nv\"\n    ],\n    \"Kl\": [\n        \"cl\"\n    ],\n    \"kutu aka\": [\n        \"clabber\",\n        \"pat\"\n    ],\n    \"mbo aka\": [\n        \"clabbers\",\n        \"claws\",\n        \"fingernail\"\n    ],\n    \"klọbularium\": [\n        \"clabularium\"\n    ],\n    \"ikuchi\": [\n        \"clach\",\n        \"hitchhiking\"\n    ],\n    \"mbochi\": [\n        \"clachs\"\n    ],\n    \"mgbo aka\": [\n        \"clacket\"\n    ],\n    \"ịkọ ụja\": [\n        \"clackety\",\n        \"clavelization\"\n    ],\n    \"Okpueze\": [\n        \"cladodium\",\n        \"claustrophobic\",\n        \"clavacin\",\n        \"claviform\",\n        \"claviger\",\n        \"claxon\",\n        \"crenellated\",\n        \"hammerable\"\n    ],\n    \"Okponna\": [\n        \"cladodont\"\n    ],\n    \"Okpondi\": [\n        \"cladodus\",\n        \"clodpated\"\n    ],\n    \"chibueze\": [\n        \"cladothrix\",\n        \"cubitocarpal\",\n        \"entrec\",\n        \"krill\",\n        \"sigurd\",\n        \"trithiocarbonic\"\n    ],\n    \"mkpo\": [\n        \"clag\",\n        \"legume\",\n        \"legumes\",\n        \"mkt\",\n        \"sylvins\"\n    ],\n    \"ụrọ\": [\n        \"clay\",\n        \"claybank\",\n        \"claybanks\",\n        \"claying\",\n        \"clayish\",\n        \"clayman\",\n        \"claymore\",\n        \"claypan\",\n        \"claypans\",\n        \"clays\",\n        \"clayton\",\n        \"clayware\",\n        \"claywares\",\n        \"clayweed\",\n        \"clamation\",\n        \"clarences\",\n        \"curple\",\n        \"drabnesses\",\n        \"eartag\",\n        \"earthen\",\n        \"earthenware\",\n        \"earthian\",\n        \"earthier\",\n        \"earthiest\",\n        \"earthiness\",\n        \"earthnuts\",\n        \"gurlet\",\n        \"mitvoth\",\n        \"plethrum\",\n        \"sectator\"\n    ],\n    \"ụrọ kpụrụ akpụ\": [\n        \"claybrained\"\n    ],\n    \"ihie\": [\n        \"clayiness\",\n        \"clare\",\n        \"cleach\",\n        \"filthily\",\n        \"guggle\",\n        \"plosion\",\n        \"sakel\",\n        \"thinclad\",\n        \"unflag\"\n    ],\n    \"dị ka ụrọ\": [\n        \"claylike\"\n    ],\n    \"Mgbarakwa\": [\n        \"claim\"\n    ],\n    \"onye na-azọrọ\": [\n        \"claimant\",\n        \"claimer\",\n        \"claimsman\"\n    ],\n    \"ndị na-azọrọ\": [\n        \"claimants\",\n        \"claimers\",\n        \"claimsmen\"\n    ],\n    \"na-azọrọ\": [\n        \"claiming\"\n    ],\n    \"enweghị nkwupụta\": [\n        \"claimless\",\n        \"expressionless\",\n        \"expressionlessly\",\n        \"expressionlessness\",\n        \"expressless\",\n        \"irreprehensibleness\",\n        \"nonacoustical\",\n        \"nonaffiliation\",\n        \"nonambiguous\",\n        \"nonambitious\",\n        \"nonamotion\",\n        \"nonassessment\",\n        \"nonbreach\",\n        \"nonbreaching\",\n        \"nonclaimable\",\n        \"nonclamorous\",\n        \"nonclarifiable\",\n        \"nonculmination\",\n        \"nondeciduousness\",\n        \"nondeclamatory\",\n        \"nondeclarant\",\n        \"nondefalcation\",\n        \"nondefeasibness\",\n        \"nondepression\",\n        \"nondevoutness\",\n        \"nondexterity\",\n        \"nondexterousness\",\n        \"nonfragileness\",\n        \"nonfrangible\",\n        \"nonlixiviation\",\n        \"nonmutability\",\n        \"nonmutableness\",\n        \"nonnarration\",\n        \"nonpenetration\",\n        \"nonpenitent\",\n        \"nonperseverance\",\n        \"nonpresentability\",\n        \"nonpresentableness\",\n        \"nonrecitation\",\n        \"nonreclaimable\",\n        \"nonreinstatement\",\n        \"nonremittal\",\n        \"nonrenunciation\",\n        \"nonreprehensibility\",\n        \"nonrepresentation\",\n        \"nonrepresentationalism\",\n        \"nonrepresentativeness\",\n        \"nonrepressibleness\",\n        \"nonrepression\",\n        \"nonretardation\",\n        \"nonreverence\",\n        \"nonsecludedness\",\n        \"nonseclusive\",\n        \"nonseclusiveness\",\n        \"nonseverance\",\n        \"nonsuppression\",\n        \"nonumbilical\",\n        \"nonuniqueness\",\n        \"nonvalidness\",\n        \"nonventilation\",\n        \"nonvindicable\",\n        \"nonvindication\",\n        \"nonvolatility\",\n        \"nonvolatiness\",\n        \"unassaying\",\n        \"unbracedness\",\n        \"unclamorous\",\n        \"unclamorousness\",\n        \"unclarifying\",\n        \"uncloudedness\",\n        \"undisposedness\",\n        \"ungritty\",\n        \"unindebtedness\",\n        \"unindicative\",\n        \"unlaudable\",\n        \"unlaudableness\",\n        \"unpleading\",\n        \"unpresentability\",\n        \"unpresentable\",\n        \"unpresentableness\",\n        \"unpresentative\",\n        \"unprofessing\",\n        \"unpropagative\",\n        \"unprophesiable\",\n        \"unprovidedness\",\n        \"unprovident\",\n        \"unrebuttableness\",\n        \"unreclaimably\",\n        \"unreleasable\",\n        \"unrenounced\",\n        \"unrepealably\",\n        \"unreproached\",\n        \"unreprovedness\",\n        \"unresentful\",\n        \"unresentfulness\",\n        \"unroofing\",\n        \"unseclusiveness\",\n        \"unsecretness\",\n        \"unslanderous\",\n        \"unspelling\",\n        \"unspouted\",\n        \"untalkative\",\n        \"untriableness\"\n    ],\n    \"ụrọ, ụrọ\": [\n        \"claymores\"\n    ],\n    \"dokwuo anya\": [\n        \"clairce\",\n        \"clarify\",\n        \"clarified\",\n        \"clartier\",\n        \"clearer\",\n        \"plainer\"\n    ],\n    \"okwukwu okwesiri\": [\n        \"clairschacher\"\n    ],\n    \"ịba ọcha\": [\n        \"claithes\",\n        \"hepatite\"\n    ],\n    \"Ngwongwo\": [\n        \"claytonia\",\n        \"clutter\",\n        \"coiture\",\n        \"comstock\",\n        \"comstockery\",\n        \"comstockeries\",\n        \"hirelings\",\n        \"luggages\",\n        \"lugs\",\n        \"mineralizer\",\n        \"paraganglion\",\n        \"screwstock\",\n        \"sombre\",\n        \"sombrero\",\n        \"sombreros\",\n        \"subchiefs\",\n        \"tipstock\",\n        \"trolleys\",\n        \"volatilities\",\n        \"wherries\"\n    ],\n    \"mkpochi\": [\n        \"clallam\",\n        \"clomp\",\n        \"clomping\",\n        \"clops\",\n        \"clottage\",\n        \"confinedness\"\n    ],\n    \"klam\": [\n        \"clam\",\n        \"clamb\",\n        \"clams\"\n    ],\n    \"Ikwu okwu\": [\n        \"clamant\",\n        \"outsize\",\n        \"parser\"\n    ],\n    \"n'ikpo\": [\n        \"clamantly\",\n        \"clamming\",\n        \"grumping\",\n        \"squabblingly\",\n        \"stubbily\",\n        \"wranglingly\"\n    ],\n    \"akpachi\": [\n        \"clamatores\"\n    ],\n    \"makwasị\": [\n        \"clambered\"\n    ],\n    \"Onyekachi\": [\n        \"clamorer\",\n        \"cloacinean\",\n        \"crapshooter\",\n        \"fluky\",\n        \"hoastman\",\n        \"hoistman\",\n        \"hootenannies\",\n        \"hotspur\",\n        \"huloist\",\n        \"kerchieves\",\n        \"knackiest\",\n        \"knaggiest\",\n        \"miriest\",\n        \"peltmonger\",\n        \"propretorian\",\n        \"spasmodist\",\n        \"spelaean\",\n        \"veldman\",\n        \"vraicker\"\n    ],\n    \"Onye mmekorita\": [\n        \"clamorist\"\n    ],\n    \"klọm\": [\n        \"clamorous\",\n        \"clockmaker\",\n        \"crampon\",\n        \"crampoon\"\n    ],\n    \"kpoo n'ụzọ\": [\n        \"clamorously\"\n    ],\n    \"Onye na-eme ihe nkiri\": [\n        \"clamourist\",\n        \"hurdler\",\n        \"synthesist\"\n    ],\n    \"mwekota\": [\n        \"clamp\",\n        \"clampdown\",\n        \"clamper\",\n        \"integration\"\n    ],\n    \"na-ejide ọnụ\": [\n        \"clamping\"\n    ],\n    \"ezinụlọ\": [\n        \"clan\",\n        \"clancular\",\n        \"clank\",\n        \"clanked\",\n        \"clankety\",\n        \"clanking\",\n        \"clanks\",\n        \"clankum\",\n        \"clanning\",\n        \"clannish\",\n        \"clannishness\",\n        \"clans\",\n        \"clansfolk\",\n        \"domestically\",\n        \"famelic\",\n        \"fames\",\n        \"family\",\n        \"familia\",\n        \"familial\",\n        \"familic\",\n        \"families\",\n        \"familyish\",\n        \"familism\",\n        \"familistery\",\n        \"familistic\",\n        \"familistical\",\n        \"famulary\",\n        \"famulative\",\n        \"homilies\",\n        \"household\",\n        \"householding\",\n        \"households\",\n        \"theclan\"\n    ],\n    \"na nzuzo\": [\n        \"clandestinely\",\n        \"confidentially\",\n        \"covertly\",\n        \"cranially\",\n        \"decretively\",\n        \"incommunicably\",\n        \"incommunicatively\",\n        \"latently\",\n        \"metonymously\",\n        \"privatively\",\n        \"secantly\",\n        \"secretively\",\n        \"secretly\",\n        \"secretmonger\",\n        \"secundly\",\n        \"sneakingly\",\n        \"subsonically\",\n        \"unsecretly\"\n    ],\n    \"ndabichi\": [\n        \"clandestineness\",\n        \"interblend\",\n        \"interblent\",\n        \"intercommon\",\n        \"interdentil\",\n        \"interference\",\n        \"interferences\",\n        \"interferer\",\n        \"interjected\",\n        \"interluder\",\n        \"intermedious\",\n        \"interorbital\",\n        \"interpetiolar\",\n        \"interpledge\",\n        \"interpolitical\",\n        \"interposers\",\n        \"interveinal\",\n        \"interveinous\",\n        \"intervenience\",\n        \"intervillous\",\n        \"mellifluence\",\n        \"mollycoddling\",\n        \"pandionidae\",\n        \"squalidness\",\n        \"vorticities\"\n    ],\n    \"ndorondoro\": [\n        \"clandestinity\",\n        \"competitively\",\n        \"rivaless\",\n        \"rivality\",\n        \"rivalry\",\n        \"rivalries\",\n        \"rivals\",\n        \"rivalship\",\n        \"tournament\",\n        \"tournaments\"\n    ],\n    \"onye ikwu\": [\n        \"clanfellow\",\n        \"esprit\",\n        \"kin\",\n        \"kinsman\",\n        \"kinsmanly\",\n        \"nepotal\",\n        \"relationary\"\n    ],\n    \"kụọ aka\": [\n        \"clang\",\n        \"clapper\",\n        \"clatter\",\n        \"knobbed\",\n        \"knock\",\n        \"knockoffs\"\n    ],\n    \"gbue agbata\": [\n        \"clanged\"\n    ],\n    \"gha ọcha\": [\n        \"clanger\"\n    ],\n    \"n'ikpokwu\": [\n        \"clangingly\"\n    ],\n    \"nwere olu\": [\n        \"clangored\"\n    ],\n    \"n'ikwu n'ụzọ doro anya\": [\n        \"clangorously\"\n    ],\n    \"ụma\": [\n        \"clangorousness\",\n        \"deliberateness\",\n        \"extraclaustral\",\n        \"extraprovincial\"\n    ],\n    \"ịtọ ụja\": [\n        \"clangour\"\n    ],\n    \"ịwa akwara\": [\n        \"clangoured\"\n    ],\n    \"ụja\": [\n        \"clangula\"\n    ],\n    \"kelechiamere\": [\n        \"clanjamfray\",\n        \"clanjamphrey\"\n    ],\n    \"kelechiamelife\": [\n        \"clanjamfrey\"\n    ],\n    \"ezinụlọiljamfrie\": [\n        \"clanjamfrie\"\n    ],\n    \"n'ezinụlọ\": [\n        \"clankingly\",\n        \"clannishly\"\n    ],\n    \"imekọba\": [\n        \"clankingness\"\n    ],\n    \"enweghị ezinụlọ\": [\n        \"clankless\"\n    ],\n    \"onye ezinụlọ\": [\n        \"clansman\",\n        \"familist\"\n    ],\n    \"ndị ezinụlọ\": [\n        \"clansmen\",\n        \"familiars\"\n    ],\n    \"akụ aka\": [\n        \"clap\",\n        \"clapping\",\n        \"claps\",\n        \"clapt\",\n        \"clattery\",\n        \"knocks\",\n        \"knop\"\n    ],\n    \"klọbọbọ\": [\n        \"clapboard\"\n    ],\n    \"mkpọ aka\": [\n        \"clapboards\"\n    ],\n    \"achicha aka\": [\n        \"clapbread\"\n    ],\n    \"ịkpụ aka\": [\n        \"clapcake\",\n        \"lacerability\",\n        \"needlework\"\n    ],\n    \"ụwa\": [\n        \"clapmatch\",\n        \"cosmisms\",\n        \"demiworld\",\n        \"duncishly\",\n        \"duncishness\",\n        \"duneland\",\n        \"dunelands\",\n        \"dungaree\",\n        \"dungarees\",\n        \"dunites\",\n        \"dunnaging\",\n        \"dunnesses\",\n        \"dunnish\",\n        \"earth\",\n        \"earthboard\",\n        \"earthbred\",\n        \"earthgall\",\n        \"earthlier\",\n        \"earthling\",\n        \"earthlings\",\n        \"earthmove\",\n        \"earthmover\",\n        \"earthrise\",\n        \"earths\",\n        \"earthset\",\n        \"earthtongue\",\n        \"eimeria\",\n        \"foreworld\",\n        \"glegnesses\",\n        \"glob\",\n        \"globally\",\n        \"globated\",\n        \"globe\",\n        \"globed\",\n        \"globeflower\",\n        \"globelet\",\n        \"globes\",\n        \"globy\",\n        \"globins\",\n        \"globs\",\n        \"globular\",\n        \"globularly\",\n        \"globule\",\n        \"globules\",\n        \"globuloid\",\n        \"globulose\",\n        \"globus\",\n        \"glochidial\",\n        \"glod\",\n        \"gloea\",\n        \"gloeal\",\n        \"glomus\",\n        \"glood\",\n        \"gloomily\",\n        \"glore\",\n        \"glossological\",\n        \"glossologies\",\n        \"glossopodium\",\n        \"internation\",\n        \"interneship\",\n        \"internship\",\n        \"internuncioship\",\n        \"interworld\",\n        \"mundane\",\n        \"mundungus\",\n        \"netherworld\",\n        \"outworld\",\n        \"overworld\",\n        \"planet\",\n        \"planetal\",\n        \"planetaria\",\n        \"planetarian\",\n        \"planetaries\",\n        \"planetarium\",\n        \"planetariums\",\n        \"planeted\",\n        \"planetesimal\",\n        \"planetesimals\",\n        \"planetfall\",\n        \"planeting\",\n        \"planetist\",\n        \"planetlike\",\n        \"planettaria\",\n        \"terrestrialism\",\n        \"terrestrialness\",\n        \"universalia\",\n        \"universalian\",\n        \"universalis\",\n        \"universalizer\",\n        \"universalizes\",\n        \"universals\",\n        \"universes\",\n        \"world\",\n        \"worlded\",\n        \"worldful\",\n        \"worldy\",\n        \"worldish\",\n        \"worldlet\",\n        \"worldly\",\n        \"worldlier\",\n        \"worldliest\",\n        \"worldlike\",\n        \"worldlily\",\n        \"worldliness\",\n        \"worldling\",\n        \"worldlings\",\n        \"worldproof\",\n        \"worlds\",\n        \"worldway\",\n        \"worldward\",\n        \"worldwards\"\n    ],\n    \"nkpoda\": [\n        \"clapnest\",\n        \"pibroches\",\n        \"quebradilla\",\n        \"slipproof\",\n        \"snippish\",\n        \"steep\",\n        \"steepness\"\n    ],\n    \"clapa\": [\n        \"clappe\"\n    ],\n    \"Nkechi Nwachukwu\": [\n        \"clappermaclaw\",\n        \"cleidohyoid\",\n        \"heptasyllable\",\n        \"mesoprosopic\",\n        \"monopersulfuric\",\n        \"plagiopatagium\",\n        \"psilomelanic\",\n        \"quadrisyllabic\",\n        \"quadrisyllabical\",\n        \"rustyish\",\n        \"toryhillite\",\n        \"tridiapason\",\n        \"triethanolamine\",\n        \"trisylabic\"\n    ],\n    \"ịkọwa\": [\n        \"clarain\",\n        \"clathrulate\",\n        \"claviculate\",\n        \"delations\",\n        \"demarcating\",\n        \"discrepated\",\n        \"divaricate\",\n        \"impinguate\",\n        \"implate\",\n        \"interlain\",\n        \"interpretable\",\n        \"interpretably\",\n        \"phlogistic\",\n        \"sublate\",\n        \"unravel\"\n    ],\n    \"Clarence\": [\n        \"clarence\"\n    ],\n    \"ụkọ\": [\n        \"clarets\",\n        \"curstness\",\n        \"dearth\",\n        \"deficience\",\n        \"lack\",\n        \"lackies\",\n        \"lackwit\",\n        \"piteousness\",\n        \"rarefication\",\n        \"rarefied\",\n        \"rarety\",\n        \"rarity\",\n        \"scantness\",\n        \"scarce\",\n        \"scarceness\",\n        \"scarcer\",\n        \"scarcest\",\n        \"scarcity\",\n        \"scarcities\",\n        \"scarrer\",\n        \"shortage\",\n        \"shortages\"\n    ],\n    \"idoanya\": [\n        \"clarificant\",\n        \"clarification\"\n    ],\n    \"ndị na-akọwapụta aha ha\": [\n        \"clarifiers\"\n    ],\n    \"onye nkocha\": [\n        \"clarist\"\n    ],\n    \"ihe doro anya\": [\n        \"clarities\",\n        \"delitescent\"\n    ],\n    \"rit.. cla\": [\n        \"claritude\"\n    ],\n    \"nkụwa\": [\n        \"clarseach\"\n    ],\n    \"mkpịsị aka\": [\n        \"clasper\",\n        \"finger\",\n        \"fingerberry\",\n        \"fingerboard\",\n        \"fingerboards\",\n        \"fingerbreadth\",\n        \"fingered\",\n        \"fingerfish\",\n        \"fingerflower\",\n        \"fingerhook\",\n        \"fingery\",\n        \"fingering\",\n        \"fingerings\",\n        \"fingerleaf\",\n        \"fingerless\",\n        \"fingerlet\",\n        \"fingerling\",\n        \"fingerlings\",\n        \"fingerpost\",\n        \"fingerroot\",\n        \"fingers\",\n        \"fingerspin\",\n        \"flaps\",\n        \"forefingers\",\n        \"frist\",\n        \"kevils\",\n        \"knuckles\",\n        \"knucklesome\",\n        \"knuckly\",\n        \"pinger\",\n        \"plinth\",\n        \"thumbkins\",\n        \"toeless\"\n    ],\n    \"klas\": [\n        \"class\",\n        \"classifically\",\n        \"classless\",\n        \"classrooms\",\n        \"classwise\"\n    ],\n    \"klas nke\": [\n        \"classable\"\n    ],\n    \"nke klas\": [\n        \"classy\"\n    ],\n    \"kpochapụwo\": [\n        \"classic\"\n    ],\n    \"Omuma\": [\n        \"classicalism\",\n        \"classicise\",\n        \"classicised\",\n        \"classicism\",\n        \"classicistic\",\n        \"precongratulate\"\n    ],\n    \"onye gboo\": [\n        \"classicalist\"\n    ],\n    \"ịhazi ihe\": [\n        \"classicalize\",\n        \"oversystematizing\",\n        \"personalizing\",\n        \"preconditioning\",\n        \"prereconciling\",\n        \"resystematizing\",\n        \"systematicness\",\n        \"systematizing\",\n        \"systemizing\",\n        \"unplanning\"\n    ],\n    \"Okaala\": [\n        \"classicist\"\n    ],\n    \"ndị omenaala\": [\n        \"classicists\",\n        \"classists\",\n        \"loftsmen\"\n    ],\n    \"ime nkewa\": [\n        \"classicize\"\n    ],\n    \"nke ochie\": [\n        \"classicized\",\n        \"classific\",\n        \"grandeval\",\n        \"oldest\",\n        \"unancient\"\n    ],\n    \"klassi\": [\n        \"classico\",\n        \"classifiers\"\n    ],\n    \"klaskulat\": [\n        \"classicolatry\"\n    ],\n    \"ndi ochie\": [\n        \"classics\",\n        \"oldwives\"\n    ],\n    \"na-ekewa\": [\n        \"classifies\",\n        \"fragmentising\"\n    ],\n    \"onye akwukwo\": [\n        \"classist\",\n        \"documentor\"\n    ],\n    \"ụmụ klas\": [\n        \"classman\",\n        \"classmates\",\n        \"classmen\"\n    ],\n    \"ụmụ klas ụgbọ mmiri\": [\n        \"classmanship\"\n    ],\n    \"nwa klas\": [\n        \"classmate\"\n    ],\n    \"klasị\": [\n        \"classroom\"\n    ],\n    \"klaasị\": [\n        \"clastics\",\n        \"clava\",\n        \"clavus\",\n        \"cramoisie\",\n        \"crevasse\"\n    ],\n    \"kpụrụ akpụ\": [\n        \"clat\",\n        \"molder\",\n        \"screel\",\n        \"sculked\",\n        \"sculled\",\n        \"sculped\",\n        \"sculpted\",\n        \"sculptile\",\n        \"sculpts\",\n        \"sculptural\",\n        \"sculptured\"\n    ],\n    \"kuo\": [\n        \"clatch\",\n        \"druse\"\n    ],\n    \"onye na-elekọta nwoke\": [\n        \"clathrarian\"\n    ],\n    \"clatt\": [\n        \"clattered\"\n    ],\n    \"mkwuru\": [\n        \"clatters\"\n    ],\n    \"Ogbechi\": [\n        \"claucht\",\n        \"multipacket\"\n    ],\n    \"nke nghọta\": [\n        \"claudent\"\n    ],\n    \"clawed\": [\n        \"claught\"\n    ],\n    \"mkwupụtara\": [\n        \"claughts\"\n    ],\n    \"nkebiahiri\": [\n        \"clause\"\n    ],\n    \"nkebiahịrị\": [\n        \"clauses\"\n    ],\n    \"kọwara\": [\n        \"clavated\",\n        \"described\",\n        \"explained\",\n        \"explanted\",\n        \"misexplained\",\n        \"paraphrased\",\n        \"understrapped\"\n    ],\n    \"klọọkụ\": [\n        \"clave\",\n        \"clockroom\",\n        \"clockwork\",\n        \"clonic\",\n        \"clonuses\",\n        \"cloque\",\n        \"cloques\",\n        \"outclasses\"\n    ],\n    \"Nwokechi\": [\n        \"clavecin\",\n        \"julianist\"\n    ],\n    \"mkpoko\": [\n        \"clavel\",\n        \"clep\",\n        \"clote\",\n        \"colectomy\",\n        \"colectomies\",\n        \"collectivist\",\n        \"collectivistic\",\n        \"collector\",\n        \"colletia\",\n        \"conchobor\",\n        \"covolume\",\n        \"executory\",\n        \"hulch\",\n        \"hulchy\",\n        \"hulkily\",\n        \"recruital\",\n        \"slipskin\"\n    ],\n    \"kwochaa\": [\n        \"clavelize\"\n    ],\n    \"Nkekọ\": [\n        \"clavichordists\"\n    ],\n    \"Okwaraonye\": [\n        \"clavicytherium\"\n    ],\n    \"ikekwenke\": [\n        \"clavicithern\"\n    ],\n    \"chibueke\": [\n        \"clavicythetheria\"\n    ],\n    \"nkonye iwu\": [\n        \"clavicittern\"\n    ],\n    \"ovu ike\": [\n        \"claviculus\"\n    ],\n    \"Onyeka onwenu\": [\n        \"clavierists\",\n        \"esperantist\",\n        \"philathletic\",\n        \"prosyndicalist\",\n        \"specklebelly\",\n        \"spumante\"\n    ],\n    \"Ogbodu\": [\n        \"clavilux\",\n        \"dusky\",\n        \"klipdachs\",\n        \"quadricycler\",\n        \"quillaja\",\n        \"quintilis\",\n        \"quintroon\",\n        \"slugfest\"\n    ],\n    \"ikeka\": [\n        \"claviole\"\n    ],\n    \"mboanuohia\": [\n        \"claw\",\n        \"clawk\"\n    ],\n    \"mboanu\": [\n        \"clawing\"\n    ],\n    \"enweghị claw\": [\n        \"clawless\"\n    ],\n    \"ndị na-ehicha ihe\": [\n        \"cleaners\"\n    ],\n    \"hichaa\": [\n        \"cleanish\",\n        \"neatify\"\n    ],\n    \"dị ọcha karị\": [\n        \"cleanlier\"\n    ],\n    \"kasị dị ọcha\": [\n        \"cleanliest\",\n        \"filthiest\",\n        \"glairiest\",\n        \"hairiest\",\n        \"sheeniest\",\n        \"woolliest\"\n    ],\n    \"Cleanout\": [\n        \"cleanout\"\n    ],\n    \"ọcha\": [\n        \"cleansable\",\n        \"cleansing\",\n        \"cleanskin\",\n        \"cleanskins\",\n        \"clearskins\",\n        \"hygiantic\",\n        \"innocence\",\n        \"purblindness\",\n        \"purfle\",\n        \"purfled\",\n        \"purgament\",\n        \"purger\",\n        \"purgers\",\n        \"purification\",\n        \"purifications\",\n        \"purified\",\n        \"purifier\",\n        \"purifiers\",\n        \"purifying\",\n        \"purim\",\n        \"puris\",\n        \"purl\",\n        \"purler\",\n        \"purloined\",\n        \"purprise\",\n        \"purpure\",\n        \"purpures\",\n        \"purred\",\n        \"purrs\",\n        \"purtenance\",\n        \"purveyed\",\n        \"unwhite\",\n        \"whines\",\n        \"white\",\n        \"whiteacre\",\n        \"whitebark\",\n        \"whitechapel\",\n        \"whitehall\",\n        \"whitehearted\",\n        \"whiteys\",\n        \"whitener\",\n        \"whiteners\",\n        \"whiteness\",\n        \"whites\",\n        \"whitesark\",\n        \"whiteshank\",\n        \"whiteside\",\n        \"whiteslave\",\n        \"whitespace\",\n        \"whitetop\",\n        \"whiteveins\",\n        \"whiteware\",\n        \"whitewash\",\n        \"whitewashes\",\n        \"whitewashing\",\n        \"whitherso\",\n        \"whity\",\n        \"whities\",\n        \"whitneyite\",\n        \"whittaw\",\n        \"whitten\",\n        \"whittener\"\n    ],\n    \"ndị na-asachapụ\": [\n        \"cleansers\",\n        \"washingtonians\"\n    ],\n    \"na-asachapụ\": [\n        \"cleanses\",\n        \"prewashing\",\n        \"purges\",\n        \"purging\",\n        \"purifies\",\n        \"unsinewing\"\n    ],\n    \"mkpocha\": [\n        \"cleanups\",\n        \"clipperman\",\n        \"cliquing\",\n        \"splite\"\n    ],\n    \"nwechapụ\": [\n        \"clearance\",\n        \"clearances\"\n    ],\n    \"ndị na-ekpochapụ ihe\": [\n        \"clearers\",\n        \"eliminators\",\n        \"eradicators\",\n        \"muleteers\"\n    ],\n    \"isi doro anya\": [\n        \"clearheadedly\"\n    ],\n    \"onye obi ya doro anya\": [\n        \"clearhearted\"\n    ],\n    \"ulo mkpocha\": [\n        \"clearinghouse\"\n    ],\n    \"ụlọ mkpofu\": [\n        \"clearinghouses\"\n    ],\n    \"nghọta\": [\n        \"clearsightedness\",\n        \"comprehensibility\",\n        \"comprehension\",\n        \"comprehensives\",\n        \"counderstand\",\n        \"decernment\",\n        \"discernableness\",\n        \"discernably\",\n        \"discernibility\",\n        \"discernibleness\",\n        \"discerning\",\n        \"discernment\",\n        \"discerping\",\n        \"discerption\",\n        \"elaidate\",\n        \"hangaring\",\n        \"hanging\",\n        \"hangworthy\",\n        \"incomprehending\",\n        \"insight\",\n        \"insightful\",\n        \"insightfully\",\n        \"intelligencing\",\n        \"intelligential\",\n        \"intelligibility\",\n        \"intelligibilities\",\n        \"intelligibleness\",\n        \"intelligibly\",\n        \"outsigh\",\n        \"overapprehension\",\n        \"perceivability\",\n        \"perceivableness\",\n        \"perceivance\",\n        \"perceivancy\",\n        \"perceivedness\",\n        \"perceivingness\",\n        \"perceptible\",\n        \"perceptibleness\",\n        \"perceptibly\",\n        \"perception\",\n        \"perceptional\",\n        \"perceptionalism\",\n        \"perceptionism\",\n        \"perceptions\",\n        \"perceptive\",\n        \"perceptivity\",\n        \"preunderstanding\",\n        \"reprehendatory\",\n        \"sprightfulness\",\n        \"transparence\",\n        \"transparency\",\n        \"transparencies\",\n        \"transparentness\",\n        \"understandability\",\n        \"understandableness\",\n        \"understander\",\n        \"understanding\",\n        \"understandingly\",\n        \"understandingness\",\n        \"understandings\",\n        \"understrength\",\n        \"understring\",\n        \"understruction\"\n    ],\n    \"clerestory\": [\n        \"clearstoried\",\n        \"clerstory\"\n    ],\n    \"mmiri doro anya\": [\n        \"clearwater\"\n    ],\n    \"atsmụnna\": [\n        \"cleats\"\n    ],\n    \"ikewapụ\": [\n        \"cleavability\",\n        \"severability\"\n    ],\n    \"arapara\": [\n        \"cleave\"\n    ],\n    \"kewara\": [\n        \"cleaved\",\n        \"disarticulated\",\n        \"disassociates\",\n        \"dissceptered\",\n        \"dissceptred\",\n        \"disunified\",\n        \"fractionised\",\n        \"fragmentate\",\n        \"intershaded\",\n        \"interstratified\",\n        \"parted\",\n        \"pharyngealized\",\n        \"portioned\",\n        \"rarish\",\n        \"splitbeak\",\n        \"splitting\",\n        \"thrawn\",\n        \"thrawnly\",\n        \"unapportioned\",\n        \"unseparate\"\n    ],\n    \"cleavea\": [\n        \"cleaveful\"\n    ],\n    \"clea\": [\n        \"cleaver\",\n        \"cleaves\"\n    ],\n    \"na-arapara\": [\n        \"cleaving\"\n    ],\n    \"izuka\": [\n        \"clechy\"\n    ],\n    \"na-akpa anụ\": [\n        \"cledgy\"\n    ],\n    \"ikpokpo\": [\n        \"cleeking\"\n    ],\n    \"Udo Nwoke\": [\n        \"cleidocostal\",\n        \"cleidosternal\",\n        \"kleptistic\"\n    ],\n    \"kechukwu\": [\n        \"cleidocranial\",\n        \"kreatic\",\n        \"ravishedly\",\n        \"ravishingly\"\n    ],\n    \"nyekere\": [\n        \"cleidomastoid\"\n    ],\n    \"id\": [\n        \"cleidotomy\",\n        \"ids\"\n    ],\n    \"n’ụzọ doro anya\": [\n        \"cleistogamically\"\n    ],\n    \"nkwekọrị\": [\n        \"cleistogene\"\n    ],\n    \"Cleistogenous\": [\n        \"cleistogenous\"\n    ],\n    \"istlọ\": [\n        \"cleistothecium\"\n    ],\n    \"Cleistothecopsis\": [\n        \"cleistothecopsis\"\n    ],\n    \"Clementina\": [\n        \"clementina\"\n    ],\n    \"Clementine\": [\n        \"clementine\"\n    ],\n    \"jiri akọ\": [\n        \"clemently\",\n        \"discreetly\",\n        \"prudentially\",\n        \"prudently\",\n        \"prudishly\",\n        \"prussianised\",\n        \"shrewdly\",\n        \"shrewly\",\n        \"tactfully\"\n    ],\n    \"chịa aka\": [\n        \"clenched\"\n    ],\n    \"Cleoid\": [\n        \"cleoid\"\n    ],\n    \"dị nwayọọ\": [\n        \"cleome\",\n        \"gentle\",\n        \"gentlefolk\",\n        \"gentlefolks\",\n        \"gentlehearted\",\n        \"gentlemanly\",\n        \"gentlemouthed\",\n        \"gentling\",\n        \"glent\",\n        \"heild\",\n        \"kindlesome\",\n        \"meeken\",\n        \"meekling\",\n        \"meeks\",\n        \"mild\",\n        \"milden\",\n        \"mildened\",\n        \"mildful\",\n        \"mildhearted\",\n        \"mildish\",\n        \"mildly\",\n        \"mildred\",\n        \"paltry\",\n        \"sleeky\",\n        \"snivey\",\n        \"softhearted\",\n        \"softheartedness\",\n        \"temperably\",\n        \"temperate\",\n        \"temperative\"\n    ],\n    \"Cleopatra\": [\n        \"cleopatra\"\n    ],\n    \"Clepsine\": [\n        \"clepsine\"\n    ],\n    \"kpụrụ\": [\n        \"clept\",\n        \"cranes\",\n        \"dislustred\",\n        \"formed\",\n        \"formedon\",\n        \"kyars\",\n        \"knagged\",\n        \"knickered\",\n        \"molded\",\n        \"moldered\",\n        \"moulded\",\n        \"ostracod\",\n        \"phimosed\",\n        \"scraplet\",\n        \"scrapped\",\n        \"smoldered\",\n        \"steeves\",\n        \"unculled\",\n        \"unmolded\",\n        \"upstarted\",\n        \"wraxled\"\n    ],\n    \"Onyekachi Nwachukwu\": [\n        \"cleptomania\",\n        \"holostylic\",\n        \"holotrich\"\n    ],\n    \"Ukpo Akpu\": [\n        \"cleptomaniac\"\n    ],\n    \"Onyekachukwu\": [\n        \"clerestoried\",\n        \"holomyarian\",\n        \"hopkinsonian\",\n        \"houghmagandy\",\n        \"knacking\",\n        \"knightswort\",\n        \"lujaurite\",\n        \"martyniaceous\",\n        \"persulphocyanate\",\n        \"sleighing\",\n        \"stymphalian\",\n        \"thelyphonus\",\n        \"tornachile\",\n        \"trowelman\",\n        \"trowman\",\n        \"vannerman\",\n        \"veldtsman\",\n        \"wickyups\",\n        \"wilhelmine\",\n        \"wilkinson\",\n        \"winkelman\"\n    ],\n    \"ode akwụkwọ\": [\n        \"clergess\"\n    ],\n    \"akọwe\": [\n        \"clergion\"\n    ],\n    \"onye ụkọchukwu\": [\n        \"cleric\",\n        \"clericalist\",\n        \"clericate\",\n        \"priestess\",\n        \"proecclesiastical\"\n    ],\n    \"dị ka ụkọchukwu\": [\n        \"clerical\"\n    ],\n    \"ọrụ aka ọrụ\": [\n        \"clericality\",\n        \"vocationalism\"\n    ],\n    \"onye edemede\": [\n        \"clericature\",\n        \"fabler\",\n        \"formulist\",\n        \"literaliser\",\n        \"literalizer\",\n        \"pointillist\",\n        \"writer\"\n    ],\n    \"Clerihew\": [\n        \"clerihew\"\n    ],\n    \"Clearhews\": [\n        \"clerihews\"\n    ],\n    \"Clerisy\": [\n        \"clerisy\"\n    ],\n    \"odeakwụkwọ\": [\n        \"clerkdom\",\n        \"clerkery\",\n        \"clerkess\",\n        \"clerkhood\",\n        \"clerkish\",\n        \"clerkship\",\n        \"clerkships\",\n        \"scribe\",\n        \"scribed\",\n        \"scripee\",\n        \"scripter\",\n        \"scrivener\",\n        \"scrivenership\",\n        \"secretarial\",\n        \"secretarian\",\n        \"secretariat\",\n        \"secretariate\",\n        \"secretariats\"\n    ],\n    \"ndị odeakwụkwọ\": [\n        \"clerkdoms\",\n        \"clerks\",\n        \"delusters\",\n        \"scribals\",\n        \"scribblers\",\n        \"scribers\",\n        \"scribes\",\n        \"scriveners\",\n        \"secretaries\",\n        \"undersecretaries\"\n    ],\n    \"dị ka odee\": [\n        \"clerklike\"\n    ],\n    \"akọ\": [\n        \"clerkliness\",\n        \"cultivative\",\n        \"discreetest\",\n        \"discreetness\",\n        \"prudely\",\n        \"prudence\",\n        \"prudences\",\n        \"prudent\",\n        \"prudentiality\",\n        \"prudentialness\",\n        \"prudery\",\n        \"prudy\",\n        \"prudishness\",\n        \"prudity\",\n        \"prussianise\",\n        \"tact\",\n        \"tactful\",\n        \"tactfulness\",\n        \"tactically\",\n        \"tactility\",\n        \"tactuality\"\n    ],\n    \"runye\": [\n        \"cleruchic\"\n    ],\n    \"Clethra\": [\n        \"clethra\"\n    ],\n    \"okpokpo\": [\n        \"clethrionomys\"\n    ],\n    \"Cleuch\": [\n        \"cleuch\"\n    ],\n    \"Cleuk\": [\n        \"cleuk\"\n    ],\n    \"Cleveite\": [\n        \"cleveite\"\n    ],\n    \"Cleveites\": [\n        \"cleveites\"\n    ],\n    \"Cleveland\": [\n        \"cleveland\"\n    ],\n    \"nkọ\": [\n        \"clever\",\n        \"sharp\",\n        \"sharpen\",\n        \"sharper\",\n        \"sharpers\",\n        \"sharpest\",\n        \"sharpy\",\n        \"sharpie\",\n        \"sharpies\",\n        \"sharpling\",\n        \"sharpness\",\n        \"sharpster\",\n        \"speciosities\"\n    ],\n    \"ghọtakwuo\": [\n        \"cleverer\"\n    ],\n    \"jiri amamihe\": [\n        \"cleverishly\",\n        \"cleverly\",\n        \"smartingly\",\n        \"wiselike\"\n    ],\n    \"Clevis\": [\n        \"clevis\"\n    ],\n    \"emecha\": [\n        \"clewed\",\n        \"completing\",\n        \"consummately\",\n        \"culminative\",\n        \"endshake\",\n        \"finary\",\n        \"finfishes\",\n        \"finialed\",\n        \"finical\",\n        \"finically\",\n        \"finific\",\n        \"finises\",\n        \"finisher\",\n        \"finishers\",\n        \"finishes\",\n        \"finishing\",\n        \"finite\",\n        \"finites\",\n        \"finitesimal\",\n        \"finning\",\n        \"minified\",\n        \"minishes\",\n        \"overfinished\",\n        \"unconsummate\"\n    ],\n    \"mkpachị\": [\n        \"cli\",\n        \"clippers\",\n        \"clippie\",\n        \"clips\",\n        \"clipt\",\n        \"cliv\",\n        \"clivia\",\n        \"clivias\",\n        \"clivis\",\n        \"clivises\",\n        \"clivus\"\n    ],\n    \"Pịa\": [\n        \"clicker\",\n        \"clicket\",\n        \"klikitat\"\n    ],\n    \"na ịpị\": [\n        \"clicking\",\n        \"pressing\"\n    ],\n    \"clic\": [\n        \"clicks\"\n    ],\n    \"Clyde\": [\n        \"clyde\"\n    ],\n    \"clydeside\": [\n        \"clydesider\"\n    ],\n    \"kliili\": [\n        \"cliental\",\n        \"clientelage\",\n        \"clientele\"\n    ],\n    \"enweghị ndị ahịa\": [\n        \"clientless\"\n    ],\n    \"akwụkwọ mkpọsa\": [\n        \"clyers\",\n        \"flyers\"\n    ],\n    \"n'elu ugwu\": [\n        \"cliffhangers\",\n        \"cliffhanging\",\n        \"cliffing\"\n    ],\n    \"ọnụ ọnụ ugwu\": [\n        \"cliffs\",\n        \"clifts\"\n    ],\n    \"climatica\": [\n        \"climaciaceae\"\n    ],\n    \"chotikal\": [\n        \"climactical\"\n    ],\n    \"n'ụzọ okirikiri\": [\n        \"climactically\",\n        \"percussively\"\n    ],\n    \"ihu igwe\": [\n        \"climant\",\n        \"climatal\",\n        \"climate\",\n        \"climates\",\n        \"horizontality\",\n        \"horizontalization\",\n        \"yeather\",\n        \"meteorography\",\n        \"meteorology\",\n        \"meteorologically\",\n        \"shovegroat\",\n        \"wather\",\n        \"weather\",\n        \"weatherbeaten\",\n        \"weatherboard\",\n        \"weatherboarding\",\n        \"weatherbound\",\n        \"weatherbreak\",\n        \"weathercast\",\n        \"weathercock\",\n        \"weathercocky\",\n        \"weathercockish\",\n        \"weathercockism\",\n        \"weathercocks\",\n        \"weathered\",\n        \"weatherglass\",\n        \"weatherglasses\",\n        \"weatherhead\",\n        \"weatherheaded\",\n        \"weathery\",\n        \"weathering\",\n        \"weatherly\",\n        \"weatherliness\",\n        \"weatherology\",\n        \"weatherproofs\",\n        \"weathers\",\n        \"weathertight\",\n        \"weathertightness\",\n        \"weatherward\",\n        \"weatherwise\",\n        \"weatherworn\",\n        \"wreather\",\n        \"wurset\"\n    ],\n    \"onodu ubochi\": [\n        \"climatic\",\n        \"climatical\",\n        \"climatography\"\n    ],\n    \"n 'elu ugwu\": [\n        \"climatically\"\n    ],\n    \"onodu igwe\": [\n        \"climatize\",\n        \"climatometer\"\n    ],\n    \"ndị ọkà mmụta gbasara mbara igwe\": [\n        \"climatologists\"\n    ],\n    \"Ogwugwu ogwu\": [\n        \"climatotherapeutics\"\n    ],\n    \"ọgwụgwọ climatotherapy\": [\n        \"climatotherapies\"\n    ],\n    \"kwubie\": [\n        \"climaxed\",\n        \"prankle\",\n        \"prepronouncement\"\n    ],\n    \"ịrị\": [\n        \"climb\",\n        \"clime\"\n    ],\n    \"rịa elu\": [\n        \"climbable\"\n    ],\n    \"onyiinyi\": [\n        \"climber\"\n    ],\n    \"ndi ugwu\": [\n        \"climbers\",\n        \"dignitaries\",\n        \"hillmen\",\n        \"mountaineered\",\n        \"mountaineers\",\n        \"northeners\",\n        \"northerners\"\n    ],\n    \"ịrị ugwu\": [\n        \"climbing\"\n    ],\n    \"eme azu\": [\n        \"climbingfish\"\n    ],\n    \"rịa azụ azụ\": [\n        \"climbingfishes\"\n    ],\n    \"nrịgo\": [\n        \"climbs\"\n    ],\n    \"Clymenia\": [\n        \"clymenia\"\n    ],\n    \"elu ugwu\": [\n        \"climograph\",\n        \"elevatingly\",\n        \"highlife\",\n        \"overhill\",\n        \"peripters\",\n        \"topflight\",\n        \"topflighter\",\n        \"topiaries\",\n        \"upboost\",\n        \"upbrast\",\n        \"upbreed\",\n        \"upclimbed\",\n        \"upclimbs\",\n        \"upcountry\",\n        \"upcreek\",\n        \"upcreep\",\n        \"upcrop\",\n        \"updiving\",\n        \"upfield\",\n        \"upharbor\",\n        \"uphhove\",\n        \"uphove\",\n        \"upliftedly\",\n        \"upliftedness\",\n        \"upshoot\",\n        \"upshove\",\n        \"upstares\",\n        \"upsteam\",\n        \"upstem\",\n        \"upstick\",\n        \"upstirred\",\n        \"upstirring\",\n        \"upstream\",\n        \"upstroke\",\n        \"uptide\",\n        \"uptree\",\n        \"upwreathe\",\n        \"upwrench\"\n    ],\n    \"ulo ogwu\": [\n        \"clin\",\n        \"clinch\",\n        \"clinia\",\n        \"clinicopathological\",\n        \"clinometer\",\n        \"clinometria\",\n        \"spicehouse\"\n    ],\n    \"ụlọọgwụ\": [\n        \"clinal\",\n        \"clinandrium\",\n        \"clinic\",\n        \"clinid\",\n        \"clinometric\",\n        \"clinospore\"\n    ],\n    \"ụlọ ọgwụ\": [\n        \"clinally\",\n        \"clinamen\",\n        \"clinics\",\n        \"hosp\",\n        \"hospita\",\n        \"hospital\",\n        \"hospitalary\",\n        \"hospitaler\",\n        \"hospitalizations\",\n        \"hospitalize\",\n        \"hospitalized\",\n        \"hospitalizes\",\n        \"hospitals\",\n        \"hospitia\",\n        \"hospitium\",\n        \"hospodariat\",\n        \"outpatients\",\n        \"pharmaceutics\",\n        \"pharmacologies\",\n        \"pharmacometer\",\n        \"pharmacopeia\",\n        \"pharmacopeial\",\n        \"pharmacopeias\",\n        \"pharmacopoeial\",\n        \"pharmacopoeic\",\n        \"pharmakoi\",\n        \"pharmic\",\n        \"physagogue\",\n        \"restoratory\",\n        \"stercoration\",\n        \"sterilizations\"\n    ],\n    \"Ugbokodo\": [\n        \"clinandrdria\",\n        \"cromwellian\",\n        \"kensington\",\n        \"smidgeon\"\n    ],\n    \"Ugbochukwu\": [\n        \"clinandria\",\n        \"clinodomatic\"\n    ],\n    \"Ọgwụ\": [\n        \"clinanthia\",\n        \"deaspiration\",\n        \"striffen\",\n        \"thanatology\"\n    ],\n    \"antlọ ọgwụ\": [\n        \"clinanthium\"\n    ],\n    \"ndị nlekọta ụlọ\": [\n        \"clinchers\",\n        \"stewards\"\n    ],\n    \"ọchụ\": [\n        \"clinchingly\"\n    ],\n    \"ch Akp .oo\": [\n        \"clinchpoop\"\n    ],\n    \"jidesienụ ike\": [\n        \"cling\"\n    ],\n    \"rapara n'ahụ\": [\n        \"clinged\",\n        \"clinger\",\n        \"clinginess\"\n    ],\n    \"ihe nkpuru\": [\n        \"clingfishes\"\n    ],\n    \"na-arapara n'ahụ\": [\n        \"clingy\",\n        \"clingier\",\n        \"clinging\",\n        \"clingingly\",\n        \"stuckling\"\n    ],\n    \"lingrapara n'ahụ\": [\n        \"clingingness\"\n    ],\n    \"nkume jidere\": [\n        \"clingstone\"\n    ],\n    \"nkume cling\": [\n        \"clingstones\"\n    ],\n    \"adakarị\": [\n        \"clinical\"\n    ],\n    \"n'ụlọ ọgwụ\": [\n        \"clinically\"\n    ],\n    \"ndị dọkịta\": [\n        \"clinicians\",\n        \"doctors\",\n        \"dorrs\",\n        \"dors\",\n        \"dorsa\"\n    ],\n    \"dibia bekee\": [\n        \"clinicist\",\n        \"gyniatrics\",\n        \"gypsiologist\",\n        \"gypsologist\",\n        \"orthologian\",\n        \"physiatrist\",\n        \"prologist\",\n        \"pseudologist\"\n    ],\n    \"iclọ ọgwụ clinic\": [\n        \"clinicopathologic\"\n    ],\n    \"kanlọ\": [\n        \"clinkant\"\n    ],\n    \"ịda njikọ\": [\n        \"clinkering\"\n    ],\n    \"ndị na-elekọta ahụ\": [\n        \"clinkers\"\n    ],\n    \"nkpogbu\": [\n        \"clinodiagonal\"\n    ],\n    \"ntaneti\": [\n        \"clinograph\",\n        \"dethroner\",\n        \"filagreeing\",\n        \"glairy\",\n        \"linos\",\n        \"mawing\",\n        \"netmaking\",\n        \"netminder\",\n        \"niggle\",\n        \"niggles\",\n        \"paperbark\",\n        \"screwfly\",\n        \"steerage\",\n        \"triunity\",\n        \"webbing\",\n        \"webmaking\"\n    ],\n    \"inolọ\": [\n        \"clinohedral\"\n    ],\n    \"Onyema Okafor\": [\n        \"clinohedrite\",\n        \"thesmophorian\"\n    ],\n    \"ometlọọgwụ\": [\n        \"clinometrical\"\n    ],\n    \"kinopyroxene\": [\n        \"clinopyroxene\"\n    ],\n    \"ekwerhomhombic\": [\n        \"clinorhombic\"\n    ],\n    \"nkpochapu\": [\n        \"clinostat\",\n        \"decatizer\",\n        \"declamator\",\n        \"desmology\",\n        \"despecification\",\n        \"fillercap\",\n        \"snipping\",\n        \"whisterpoop\"\n    ],\n    \"clinton\": [\n        \"clinting\"\n    ],\n    \"clint's\": [\n        \"clints\"\n    ],\n    \"Kọnị\": [\n        \"clione\"\n    ],\n    \"obere vidiyo\": [\n        \"clip\",\n        \"clipsheet\",\n        \"clipsheets\",\n        \"clop\"\n    ],\n    \"gbupụrụ\": [\n        \"clipped\",\n        \"cutheal\",\n        \"cutted\",\n        \"exhumated\",\n        \"vomited\"\n    ],\n    \"mkpagide\": [\n        \"clipper\",\n        \"cramp\",\n        \"cramped\",\n        \"crampedness\",\n        \"crampy\",\n        \"cramping\",\n        \"crampish\",\n        \"craping\"\n    ],\n    \"clipquey\": [\n        \"cliquey\"\n    ],\n    \"Nke kacha nta\": [\n        \"cliqueiest\",\n        \"frowsiest\"\n    ],\n    \"clipquier\": [\n        \"cliquier\"\n    ],\n    \"nke kacha nta\": [\n        \"cliquiest\",\n        \"littlest\",\n        \"slimsiest\",\n        \"tidiest\"\n    ],\n    \"cliseometa\": [\n        \"cliseometer\"\n    ],\n    \"klisiocampa\": [\n        \"clisiocampa\"\n    ],\n    \"Clysmian\": [\n        \"clysmian\"\n    ],\n    \"clitella onyekwere\": [\n        \"clitella\"\n    ],\n    \"onye nnochi\": [\n        \"clitoridean\",\n        \"woefuller\"\n    ],\n    \"ihe nkpochi\": [\n        \"clitoridectomy\",\n        \"clitoridotomy\"\n    ],\n    \"ogbekpukpo\": [\n        \"clitoridectomies\"\n    ],\n    \"ihe nkiti\": [\n        \"clitorism\"\n    ],\n    \"juu\": [\n        \"clive\",\n        \"flensed\",\n        \"marrowed\",\n        \"quiet\",\n        \"quietly\",\n        \"quippy\",\n        \"rustily\",\n        \"satellitious\",\n        \"silencers\",\n        \"stillness\"\n    ],\n    \"kl\": [\n        \"clk\"\n    ],\n    \"kloji\": [\n        \"clo\",\n        \"cloverleaf\",\n        \"cloze\"\n    ],\n    \"klokalịn\": [\n        \"cloacaline\"\n    ],\n    \"kloikal\": [\n        \"cloacinal\"\n    ],\n    \"uwe mgbokwasị\": [\n        \"cloak\",\n        \"cloakrooms\",\n        \"cloaks\",\n        \"cloam\",\n        \"mantle\",\n        \"trenchcoats\"\n    ],\n    \"enweghị uwe\": [\n        \"cloakless\",\n        \"robeless\"\n    ],\n    \"akwa uwe\": [\n        \"cloakmaker\",\n        \"clotheshorses\",\n        \"lingeries\",\n        \"manpack\",\n        \"saddlecloth\",\n        \"saddlecloths\"\n    ],\n    \"uwe mkpuchi\": [\n        \"cloakmaking\",\n        \"clokies\",\n        \"coatees\",\n        \"coveralled\",\n        \"coveralls\",\n        \"overcrams\",\n        \"overgarment\",\n        \"undergirt\"\n    ],\n    \"acha uwe\": [\n        \"cloakwise\"\n    ],\n    \"kloam\": [\n        \"cloamer\"\n    ],\n    \"klobulu\": [\n        \"clobber\"\n    ],\n    \"klocha\": [\n        \"clocher\"\n    ],\n    \"elekere\": [\n        \"clock\",\n        \"clockbird\",\n        \"clockcase\",\n        \"clockings\",\n        \"clockkeeper\",\n        \"clockless\",\n        \"clocks\",\n        \"clockwatcher\",\n        \"clockworks\",\n        \"pm\",\n        \"presmooth\",\n        \"semidelight\",\n        \"solarimeter\",\n        \"watchfree\"\n    ],\n    \"klọb kita\": [\n        \"clockhouse\"\n    ],\n    \"na-emechi elekere\": [\n        \"clockmaking\"\n    ],\n    \"Elekere\": [\n        \"clockmutch\"\n    ],\n    \"klookwaisi\": [\n        \"clockwise\"\n    ],\n    \"kụrụ elekere\": [\n        \"clockworked\"\n    ],\n    \"kddier\": [\n        \"cloddier\"\n    ],\n    \"nkpuchi\": [\n        \"clodding\",\n        \"clodhopping\",\n        \"clofibrate\",\n        \"coverings\",\n        \"densifier\",\n        \"hatchman\",\n        \"hatchminder\",\n        \"lids\",\n        \"mascon\",\n        \"mask\",\n        \"maskable\",\n        \"maskeg\",\n        \"maskegs\",\n        \"masker\",\n        \"maskery\",\n        \"masking\",\n        \"maskings\",\n        \"maskins\",\n        \"masklike\",\n        \"masks\",\n        \"stuffy\"\n    ],\n    \"Ogbokudo\": [\n        \"clodknocker\"\n    ],\n    \"Okpu\": [\n        \"clodlet\",\n        \"crenele\",\n        \"distichlis\",\n        \"jackpiling\",\n        \"knobular\",\n        \"rattletrap\",\n        \"skeps\",\n        \"skewered\",\n        \"spoorer\",\n        \"squibbed\",\n        \"strickled\",\n        \"vibioid\"\n    ],\n    \"klọb\": [\n        \"clof\",\n        \"club\",\n        \"clubability\",\n        \"clubable\",\n        \"clubbable\",\n        \"clubbed\",\n        \"clubber\",\n        \"clubbers\",\n        \"clubby\",\n        \"clubbier\",\n        \"clubbiest\",\n        \"clubbiness\",\n        \"clubbish\",\n        \"clubbishness\",\n        \"clubbism\",\n        \"clubbist\",\n        \"clubdom\",\n        \"clubfeet\",\n        \"clubfellow\",\n        \"clubfist\",\n        \"clubfisted\",\n        \"clubhand\",\n        \"clubhaul\",\n        \"clubhauls\",\n        \"clubhouse\",\n        \"clubman\",\n        \"clubmen\",\n        \"clubmobile\",\n        \"clubmonger\",\n        \"clubroot\",\n        \"clubs\",\n        \"clubstart\",\n        \"clubster\",\n        \"clubweed\",\n        \"coolhouse\",\n        \"interclub\",\n        \"slubs\"\n    ],\n    \"oturu\": [\n        \"clogged\"\n    ],\n    \"ude\": [\n        \"cloggy\",\n        \"cream\",\n        \"creaminess\",\n        \"loment\",\n        \"oint\",\n        \"ointment\",\n        \"tastekin\"\n    ],\n    \"ihe na-emechi\": [\n        \"cloggier\"\n    ],\n    \"ihe na-eme eme\": [\n        \"cloggiest\",\n        \"manganetic\",\n        \"ultracritical\"\n    ],\n    \"na-asụchi\": [\n        \"clogging\"\n    ],\n    \"Ogbogbe\": [\n        \"clogwyn\"\n    ],\n    \"klogi\": [\n        \"clogwood\"\n    ],\n    \"n'obosara\": [\n        \"cloyingly\",\n        \"diam\",\n        \"diamagnetically\",\n        \"diamat\",\n        \"diamber\",\n        \"diametrally\",\n        \"diametrically\",\n        \"expositorially\",\n        \"widewhere\"\n    ],\n    \"Enweghị ihe\": [\n        \"cloyless\"\n    ],\n    \"chiiochoanitic\": [\n        \"cloiochoanitic\"\n    ],\n    \"enweghị cloister\": [\n        \"cloisterless\"\n    ],\n    \"mkpụkọ\": [\n        \"cloit\",\n        \"clong\",\n        \"cloot\",\n        \"clots\",\n        \"clotter\"\n    ],\n    \"klọn\": [\n        \"clonally\"\n    ],\n    \"mmepụta oyiri\": [\n        \"clone\"\n    ],\n    \"ịdị ọkụ\": [\n        \"clonicity\",\n        \"halituosity\",\n        \"seeliness\",\n        \"tonicity\",\n        \"unbeaming\"\n    ],\n    \"klọọkụlọ\": [\n        \"clonicotonic\"\n    ],\n    \"Ozo\": [\n        \"clonos\",\n        \"deemer\",\n        \"diffident\",\n        \"funnelwise\",\n        \"harborage\",\n        \"hides\",\n        \"omissus\",\n        \"oversteady\",\n        \"overstepping\",\n        \"porthors\",\n        \"pseudoclerically\",\n        \"pseudovary\",\n        \"salvers\",\n        \"scaleman\",\n        \"undersky\"\n    ],\n    \"klọop\": [\n        \"cloop\"\n    ],\n    \"klọtọ\": [\n        \"cloots\"\n    ],\n    \"chlorargyrite\": [\n        \"clorargyrite\"\n    ],\n    \"chlorinator\": [\n        \"clorinator\"\n    ],\n    \"emechi\": [\n        \"closeable\",\n        \"closed\",\n        \"closehanded\",\n        \"closelipped\",\n        \"cosed\",\n        \"lateraled\",\n        \"nonloser\",\n        \"paut\",\n        \"shutdowns\",\n        \"solemnizes\",\n        \"succeeding\",\n        \"unclamps\",\n        \"unmakes\",\n        \"unmoiled\",\n        \"unmolested\"\n    ],\n    \"nso\": [\n        \"closecross\",\n        \"closely\",\n        \"closeness\",\n        \"closer\",\n        \"convicinity\",\n        \"cooser\",\n        \"dhaw\",\n        \"dhow\",\n        \"intimateness\",\n        \"intimity\",\n        \"jear\",\n        \"kusa\",\n        \"neaf\",\n        \"near\",\n        \"nearctic\",\n        \"nearish\",\n        \"nearlier\",\n        \"nearness\",\n        \"nearnesses\",\n        \"nears\",\n        \"nearshore\",\n        \"nearside\",\n        \"nere\",\n        \"nighness\",\n        \"nighnesses\",\n        \"range\"\n    ],\n    \"imechi emechi\": [\n        \"closedown\",\n        \"closeouts\"\n    ],\n    \"nke kacha nso\": [\n        \"closest\",\n        \"saintliest\",\n        \"searest\",\n        \"shortest\"\n    ],\n    \"kaboodu\": [\n        \"closet\",\n        \"closeted\",\n        \"closetful\",\n        \"closeting\"\n    ],\n    \"agara nso\": [\n        \"closeup\"\n    ],\n    \"klọji\": [\n        \"closter\"\n    ],\n    \"klọsịium\": [\n        \"closterium\"\n    ],\n    \"klochieidium\": [\n        \"clostridium\"\n    ],\n    \"ákwà\": [\n        \"clothbound\",\n        \"clothings\",\n        \"handcloth\"\n    ],\n    \"Akpa uwe\": [\n        \"clothesbag\",\n        \"kerseys\",\n        \"sleevefish\"\n    ],\n    \"Akpata uwe\": [\n        \"clothesbasket\"\n    ],\n    \"Uwe ejiji\": [\n        \"clotheshorse\",\n        \"dressings\",\n        \"underdresses\",\n        \"unwearisomeness\"\n    ],\n    \"enweghi uwe\": [\n        \"clothesless\",\n        \"garmentless\",\n        \"raimentless\"\n    ],\n    \"Onye na-eyi uwe\": [\n        \"clothesman\"\n    ],\n    \"ndị na-eyi uwe\": [\n        \"clothesmen\"\n    ],\n    \"uwe akwa\": [\n        \"clothesmonger\",\n        \"clothespin\",\n        \"forwear\",\n        \"overdress\"\n    ],\n    \"ndị na-akpa ákwà\": [\n        \"clothiers\",\n        \"weavers\"\n    ],\n    \"Uwe akwa\": [\n        \"clothify\"\n    ],\n    \"akwa dị ka\": [\n        \"clothlike\"\n    ],\n    \"eji akwa ákwà\": [\n        \"clothmaker\"\n    ],\n    \"akwa ákwà\": [\n        \"clothmaking\"\n    ],\n    \"onye na-akpa ákwà\": [\n        \"clothworker\"\n    ],\n    \"gbara ọkpụrụkpụ\": [\n        \"clotted\",\n        \"clotty\",\n        \"fleckled\"\n    ],\n    \"clotted ness\": [\n        \"clottedness\"\n    ],\n    \"igwe ojii\": [\n        \"cloud\",\n        \"cloudburst\",\n        \"clouded\",\n        \"cloudily\",\n        \"clouding\",\n        \"cloudless\",\n        \"cloudlet\",\n        \"cloudlets\",\n        \"cloudlike\",\n        \"cloudling\",\n        \"clouds\",\n        \"cloudscape\",\n        \"cloudward\",\n        \"cloudwards\",\n        \"crowflower\",\n        \"crowsteps\",\n        \"hyperons\",\n        \"mikrons\",\n        \"moration\",\n        \"stiles\"\n    ],\n    \"ígwé ojii\": [\n        \"cloudage\",\n        \"cloudberries\",\n        \"cloudship\"\n    ],\n    \"ojii ojii\": [\n        \"cloudbursts\"\n    ],\n    \"urukpuru\": [\n        \"cloudful\",\n        \"cloudy\",\n        \"cloudiness\"\n    ],\n    \"Cloudland\": [\n        \"cloudland\"\n    ],\n    \"enweghị ihu igwe\": [\n        \"cloudlessly\",\n        \"skyless\"\n    ],\n    \"enweghị igwe ojii\": [\n        \"cloudlessness\"\n    ],\n    \"na agba\": [\n        \"clours\",\n        \"colorers\",\n        \"colors\",\n        \"colours\",\n        \"colures\"\n    ],\n    \"kloovu\": [\n        \"clove\",\n        \"clovene\"\n    ],\n    \"agbacha\": [\n        \"cloven\",\n        \"wizening\"\n    ],\n    \"klova\": [\n        \"clover\"\n    ],\n    \"cloverley\": [\n        \"clovery\",\n        \"cloverlay\"\n    ],\n    \"klova epupụta\": [\n        \"cloverleaves\"\n    ],\n    \"klọọt\": [\n        \"cloveroot\"\n    ],\n    \"klootroot\": [\n        \"cloverroot\"\n    ],\n    \"klọbort\": [\n        \"clovewort\"\n    ],\n    \"onye na-ekpo achị\": [\n        \"clowder\"\n    ],\n    \"ndị na-ekpo achị\": [\n        \"clowders\"\n    ],\n    \"ochi\": [\n        \"clown\",\n        \"creach\",\n        \"gribble\",\n        \"gribbles\",\n        \"grinch\",\n        \"grinner\",\n        \"grinny\",\n        \"grintern\",\n        \"griseous\",\n        \"grissel\",\n        \"laughings\",\n        \"laughter\",\n        \"ochers\",\n        \"smiley\",\n        \"smiles\",\n        \"smilet\",\n        \"smily\",\n        \"trochiscus\"\n    ],\n    \"ihe ochi\": [\n        \"clownade\",\n        \"cometic\",\n        \"whiffler\"\n    ],\n    \"eji okwa\": [\n        \"clownery\",\n        \"clowneries\"\n    ],\n    \"ihe icho\": [\n        \"clownish\"\n    ],\n    \"okereke\": [\n        \"cloxacillin\",\n        \"cristivomer\",\n        \"gregal\",\n        \"intermaxilla\",\n        \"intermaxillar\"\n    ],\n    \"binggba osisi\": [\n        \"clubbing\"\n    ],\n    \"ụkwụ ncheihu n'elu\": [\n        \"clubfoot\"\n    ],\n    \"ụkwụ ụkwụ ụkwụ\": [\n        \"clubfooted\"\n    ],\n    \"Klọb\": [\n        \"clubhauled\"\n    ],\n    \"klọb ịgba osisi\": [\n        \"clubhauling\"\n    ],\n    \"clublọ klọb\": [\n        \"clubhouses\"\n    ],\n    \"klọb ịgba bọọlụ\": [\n        \"clubionidae\"\n    ],\n    \"klọbland\": [\n        \"clubland\"\n    ],\n    \"onye otu klọb\": [\n        \"clubmate\"\n    ],\n    \"ime ụlọ ọgbakọ\": [\n        \"clubroom\"\n    ],\n    \"ụlọ klọb\": [\n        \"clubrooms\"\n    ],\n    \"osisi osisi\": [\n        \"clubwood\",\n        \"houseplant\",\n        \"matchwood\",\n        \"sawbill\",\n        \"sawbills\",\n        \"sawmills\",\n        \"timberdoodle\",\n        \"timberland\",\n        \"timberlands\",\n        \"timberlines\",\n        \"treebeard\",\n        \"woodbark\",\n        \"woodburytype\",\n        \"woodnotes\",\n        \"woodprint\",\n        \"woodwaxes\"\n    ],\n    \"ima ima ama\": [\n        \"clueing\"\n    ],\n    \"na-eri\": [\n        \"cluing\",\n        \"consumable\",\n        \"consumating\",\n        \"consuming\",\n        \"decating\",\n        \"doating\",\n        \"eats\",\n        \"evanishing\",\n        \"nurry\",\n        \"partake\",\n        \"partaken\",\n        \"partaker\"\n    ],\n    \"clump\": [\n        \"clumped\"\n    ],\n    \"cumproot\": [\n        \"clumproot\"\n    ],\n    \"cumpst\": [\n        \"clumpst\"\n    ],\n    \"ntugheriukwu\": [\n        \"clumsy\"\n    ],\n    \"jiri nwayọọ\": [\n        \"clumsily\",\n        \"dimwittedly\",\n        \"flurriedly\",\n        \"gloweringly\",\n        \"minutiously\",\n        \"slitwise\",\n        \"slowback\",\n        \"slowbellied\",\n        \"slowdown\",\n        \"slowgoing\",\n        \"slowish\",\n        \"slowrie\",\n        \"slows\",\n        \"slowup\",\n        \"sprangly\",\n        \"swung\"\n    ],\n    \"jigide\": [\n        \"clunch\",\n        \"cluther\",\n        \"hold\",\n        \"holden\",\n        \"keep\",\n        \"quist\",\n        \"retain\",\n        \"retent\",\n        \"stackable\",\n        \"uintaite\",\n        \"withhold\"\n    ],\n    \"araparawo\": [\n        \"clung\",\n        \"stickled\"\n    ],\n    \"jigoro\": [\n        \"clunked\"\n    ],\n    \"ịunụ\": [\n        \"clunking\"\n    ],\n    \"ipigide\": [\n        \"clutch\",\n        \"culbuter\"\n    ],\n    \"njigide\": [\n        \"clutcher\",\n        \"clutchy\",\n        \"containment\",\n        \"holdback\",\n        \"holdbacks\",\n        \"holdership\",\n        \"hostage\",\n        \"hostages\",\n        \"hostageship\",\n        \"maintainability\",\n        \"proreduction\",\n        \"retainability\",\n        \"retainableness\",\n        \"retainal\",\n        \"retainder\",\n        \"retainer\",\n        \"retainership\",\n        \"retation\",\n        \"retention\",\n        \"sordidity\",\n        \"wieldiness\"\n    ],\n    \"izuzu\": [\n        \"cluttering\",\n        \"clutterment\",\n        \"conspicuity\",\n        \"droumy\",\n        \"ingemination\",\n        \"schellingism\"\n    ],\n    \"cm\": [\n        \"cml\"\n    ],\n    \"ọgbaghara\": [\n        \"cnemic\",\n        \"haecceity\",\n        \"intermittency\",\n        \"mess\",\n        \"messes\",\n        \"messily\",\n        \"messiness\",\n        \"pandemic\",\n        \"pandenominational\",\n        \"riotise\"\n    ],\n    \"anwuru-anwu\": [\n        \"cnemides\",\n        \"nightfowl\"\n    ],\n    \"kneoraceae\": [\n        \"cneoraceae\"\n    ],\n    \"ichapu\": [\n        \"cneorum\",\n        \"quetch\",\n        \"reseise\",\n        \"reseizure\"\n    ],\n    \"imeziwanye\": [\n        \"coacervate\",\n        \"edulcorating\",\n        \"improving\",\n        \"improvisate\"\n    ],\n    \"na-eme ka ihe dị njọ\": [\n        \"coacervating\"\n    ],\n    \"onye na-enye ọzụzụ\": [\n        \"coachbuilding\",\n        \"trainant\"\n    ],\n    \"ndị nkụzi\": [\n        \"coachers\",\n        \"instructors\",\n        \"trainers\"\n    ],\n    \"onyenachị\": [\n        \"coachfellow\"\n    ],\n    \"Nchịkwa\": [\n        \"coachy\",\n        \"embolemia\",\n        \"embouchure\",\n        \"eparchies\",\n        \"forjesket\",\n        \"tylerite\"\n    ],\n    \"nchịkwa smith\": [\n        \"coachsmith\"\n    ],\n    \"koonu\": [\n        \"coachwood\"\n    ],\n    \"ọrụ nchịkwa\": [\n        \"coachwork\",\n        \"syllogiser\",\n        \"undergoverness\"\n    ],\n    \"coformance\": [\n        \"coactions\"\n    ],\n    \"kofa\": [\n        \"coactor\"\n    ],\n    \"kodapt\": [\n        \"coadapt\"\n    ],\n    \"ihe zuru ezu\": [\n        \"coadequate\",\n        \"suffisance\"\n    ],\n    \"onye na-ama ikpe\": [\n        \"coadjudicator\"\n    ],\n    \"adbụ\": [\n        \"coadjutant\",\n        \"toadess\"\n    ],\n    \"coadjutor\": [\n        \"coadjutors\"\n    ],\n    \"isonye na nduzi\": [\n        \"coadjutorship\"\n    ],\n    \"Inye Nwa\": [\n        \"coadjuvant\"\n    ],\n    \"koda\": [\n        \"coadmired\"\n    ],\n    \"ịdị na-achọgharị ihe\": [\n        \"coadmiring\"\n    ],\n    \"ejirila\": [\n        \"coadmitted\",\n        \"creaked\",\n        \"creased\",\n        \"crewed\",\n        \"indowed\",\n        \"knarred\",\n        \"overinvolved\",\n        \"overslipped\"\n    ],\n    \"adzụta ihe\": [\n        \"coadmitting\"\n    ],\n    \"koged\": [\n        \"coaged\"\n    ],\n    \"inwa\": [\n        \"coagitate\"\n    ],\n    \"co agriculturist\": [\n        \"coagriculturist\"\n    ],\n    \"coagulase\": [\n        \"coagula\",\n        \"coagulate\"\n    ],\n    \"nsịkọ\": [\n        \"coagulates\",\n        \"coagulations\"\n    ],\n    \"coagging\": [\n        \"coagulating\"\n    ],\n    \"ndi coagulators\": [\n        \"coagulators\"\n    ],\n    \"koak\": [\n        \"coak\"\n    ],\n    \"koala\": [\n        \"coala\"\n    ],\n    \"kola\": [\n        \"coalas\",\n        \"cola\",\n        \"colla\"\n    ],\n    \"Akpa kol\": [\n        \"coalbag\"\n    ],\n    \"kolbagger\": [\n        \"coalbagger\"\n    ],\n    \"kolbin\": [\n        \"coalbin\"\n    ],\n    \"kolbins\": [\n        \"coalbins\"\n    ],\n    \"kolley\": [\n        \"coalbox\"\n    ],\n    \"igbe kol\": [\n        \"coalboxes\"\n    ],\n    \"kolaị\": [\n        \"coaler\"\n    ],\n    \"Ndị na-agba ịnyịnya\": [\n        \"coalers\",\n        \"shellmen\",\n        \"skiers\"\n    ],\n    \"kekọrịta\": [\n        \"coalesced\",\n        \"confederatize\",\n        \"confluently\",\n        \"interdestructively\",\n        \"interdictive\",\n        \"intergraft\",\n        \"interjacent\",\n        \"interlard\",\n        \"interlineal\",\n        \"interlinearly\",\n        \"interlocutive\",\n        \"intersticed\",\n        \"intertissue\",\n        \"intertissued\",\n        \"intertraced\",\n        \"partnered\",\n        \"reconcilably\",\n        \"unassociative\"\n    ],\n    \"nnukota\": [\n        \"coalescency\"\n    ],\n    \"koluru\": [\n        \"coalface\"\n    ],\n    \"kolfield\": [\n        \"coalfield\"\n    ],\n    \"kol\": [\n        \"coalfish\"\n    ],\n    \"kolf\": [\n        \"coalfishes\"\n    ],\n    \"icheku ọkụ\": [\n        \"coalfitter\",\n        \"coaliest\",\n        \"coalsack\",\n        \"coalsacks\",\n        \"smolderingness\"\n    ],\n    \"kolheugh\": [\n        \"coalheugh\"\n    ],\n    \"kolholes\": [\n        \"coalholes\"\n    ],\n    \"koaly\": [\n        \"coaly\"\n    ],\n    \"Ogige kol\": [\n        \"coalyard\"\n    ],\n    \"ogige ugbo\": [\n        \"coalyards\"\n    ],\n    \"kolin\": [\n        \"coalier\"\n    ],\n    \"Kolification\": [\n        \"coalification\"\n    ],\n    \"na-ejikọ ọnụ\": [\n        \"coalifying\"\n    ],\n    \"mmekota\": [\n        \"coalition\",\n        \"collaboration\",\n        \"communitary\"\n    ],\n    \"Kol\": [\n        \"coalitional\"\n    ],\n    \"onye mmekota\": [\n        \"coalitioner\",\n        \"coalitionist\",\n        \"incorporator\",\n        \"jointist\"\n    ],\n    \"ịmata\": [\n        \"coalize\",\n        \"cognisance\",\n        \"cognizance\",\n        \"curiousest\",\n        \"identifying\"\n    ],\n    \"icheku oku\": [\n        \"coalizer\",\n        \"coalternation\"\n    ],\n    \"enweghị kol\": [\n        \"coalless\"\n    ],\n    \"Okpukpo uzu\": [\n        \"coalmonger\"\n    ],\n    \"kolmouse\": [\n        \"coalmouse\"\n    ],\n    \"kolrake\": [\n        \"coalrake\"\n    ],\n    \"icheku iche iche\": [\n        \"coalsheds\"\n    ],\n    \"Enwere ike inwusi\": [\n        \"coamiable\"\n    ],\n    \"coam\": [\n        \"coaming\"\n    ],\n    \"koan\": [\n        \"coan\"\n    ],\n    \"koanimate\": [\n        \"coanimate\"\n    ],\n    \"pụta ìhè\": [\n        \"coappear\",\n        \"emandibulate\",\n        \"emergent\",\n        \"emergentness\",\n        \"emerized\",\n        \"genappe\",\n        \"highlight\",\n        \"highlighted\",\n        \"highlighting\",\n        \"outqueen\",\n        \"outsparkled\"\n    ],\n    \"pụtara ọzọ\": [\n        \"coappeared\",\n        \"coappears\",\n        \"reappeared\"\n    ],\n    \"kopa\": [\n        \"coapt\",\n        \"copa\"\n    ],\n    \"kopai\": [\n        \"coaptate\"\n    ],\n    \"kopai mmiri\": [\n        \"coaptation\"\n    ],\n    \"ịnara ihe\": [\n        \"coapting\"\n    ],\n    \"Koap\": [\n        \"coapts\"\n    ],\n    \"koara\": [\n        \"coaration\"\n    ],\n    \"koar\": [\n        \"coarct\"\n    ],\n    \"coaring\": [\n        \"coarcting\"\n    ],\n    \"keadighi rarii\": [\n        \"coarse\"\n    ],\n    \"keadighi nma\": [\n        \"coarser\"\n    ],\n    \"keadighi ike\": [\n        \"coarsest\"\n    ],\n    \"dekọtara ọnụ\": [\n        \"coarticulate\",\n        \"coexecutant\"\n    ],\n    \"koasisi\": [\n        \"coascend\"\n    ],\n    \"koaseti\": [\n        \"coassert\"\n    ],\n    \"koasses\": [\n        \"coassession\"\n    ],\n    \"koassignee\": [\n        \"coassignee\"\n    ],\n    \"kozi\": [\n        \"coassist\"\n    ],\n    \"kosistant\": [\n        \"coassistant\"\n    ],\n    \"kosiste\": [\n        \"coassisting\"\n    ],\n    \"ndị coass\": [\n        \"coassists\"\n    ],\n    \"koosume\": [\n        \"coassume\"\n    ],\n    \"koasi\": [\n        \"coassumed\"\n    ],\n    \"ụsọ oké osimiri\": [\n        \"coast\",\n        \"coastline\",\n        \"coasts\",\n        \"coastways\",\n        \"sealevel\",\n        \"shoreline\"\n    ],\n    \"ala gbara osimiri okirikiri\": [\n        \"coastal\",\n        \"coastland\"\n    ],\n    \"n'ụsọ oké osimiri\": [\n        \"coastally\",\n        \"coastwaiter\",\n        \"coastward\",\n        \"coastwise\",\n        \"inshore\",\n        \"offshore\",\n        \"onshore\",\n        \"seaside\",\n        \"upshore\"\n    ],\n    \"koas\": [\n        \"coasted\"\n    ],\n    \"ndị nche mmiri\": [\n        \"coastguard\"\n    ],\n    \"onye nche oke osimiri\": [\n        \"coastguardman\",\n        \"coastguardsman\"\n    ],\n    \"ndị na-eche nche n’akụkụ mmiri\": [\n        \"coastguardsmen\"\n    ],\n    \"n'ụsọ mmiri\": [\n        \"coastlines\"\n    ],\n    \"onye ụsọ mmiri\": [\n        \"coastman\"\n    ],\n    \"ndị ụsọ mmiri\": [\n        \"coastmen\"\n    ],\n    \"Uwe akwa uwe\": [\n        \"coatdress\"\n    ],\n    \"ntekwasa\": [\n        \"coated\"\n    ],\n    \"koati\": [\n        \"coati\",\n        \"coatie\"\n    ],\n    \"kootuimundi\": [\n        \"coatimondie\",\n        \"coatimundi\"\n    ],\n    \"coattails\": [\n        \"coattail\",\n        \"coattailed\"\n    ],\n    \"onye na-arụkọ ọrụ\": [\n        \"coauditor\"\n    ],\n    \"coaxial\": [\n        \"coaxal\"\n    ],\n    \"kolbalt\": [\n        \"cobalt\"\n    ],\n    \"kolbaltammine\": [\n        \"cobaltammine\"\n    ],\n    \"kọbọl\": [\n        \"cobaltic\"\n    ],\n    \"kolbaline\": [\n        \"cobaltine\"\n    ],\n    \"kobalịkọt\": [\n        \"cobaltite\"\n    ],\n    \"kobaltous\": [\n        \"cobaltous\"\n    ],\n    \"kobal\": [\n        \"cobalts\"\n    ],\n    \"kobo\": [\n        \"cobbers\",\n        \"coburg\",\n        \"cooboo\",\n        \"coombes\",\n        \"coombs\",\n        \"tollbook\",\n        \"tollbooth\",\n        \"tollbooths\"\n    ],\n    \"tebido\": [\n        \"cobby\"\n    ],\n    \"okwukpo\": [\n        \"cobblership\",\n        \"craniol\"\n    ],\n    \"kobb\": [\n        \"cobbles\"\n    ],\n    \"okwute okwute\": [\n        \"cobblestone\",\n        \"cobblestones\",\n        \"gravestones\",\n        \"quarryman\"\n    ],\n    \"okpokoro nkume\": [\n        \"cobblestoned\"\n    ],\n    \"cob\": [\n        \"cobbs\"\n    ],\n    \"onye na-alụ ọgụ\": [\n        \"cobelligerent\",\n        \"fighteress\",\n        \"nonfighter\"\n    ],\n    \"koble\": [\n        \"coble\"\n    ],\n    \"kọlọb\": [\n        \"cobles\"\n    ],\n    \"kobob\": [\n        \"cobloaf\",\n        \"collab\"\n    ],\n    \"akịkọ\": [\n        \"cobnut\"\n    ],\n    \"Kobisi\": [\n        \"cobnuts\"\n    ],\n    \"kobosi\": [\n        \"coboss\"\n    ],\n    \"kobourg\": [\n        \"cobourg\"\n    ],\n    \"kobra\": [\n        \"cobra\"\n    ],\n    \"ikpa ahihia\": [\n        \"cobweb\"\n    ],\n    \"ikpa ala\": [\n        \"cobwebbed\",\n        \"howel\"\n    ],\n    \"ịkpa ụkpa\": [\n        \"cobwebbery\"\n    ],\n    \"cobwebb\": [\n        \"cobwebbing\"\n    ],\n    \"ụkpa\": [\n        \"cobwebs\"\n    ],\n    \"koka\": [\n        \"coca\"\n    ],\n    \"koken\": [\n        \"cocaigne\",\n        \"cocain\",\n        \"cocaine\",\n        \"cocaines\"\n    ],\n    \"kocainise\": [\n        \"cocainise\"\n    ],\n    \"kocain\": [\n        \"cocainised\"\n    ],\n    \"kocainomania\": [\n        \"cocainomania\"\n    ],\n    \"kocainomaniac\": [\n        \"cocainomaniac\"\n    ],\n    \"kocamine\": [\n        \"cocamine\"\n    ],\n    \"akịkọs\": [\n        \"cocanucos\"\n    ],\n    \"kobod\": [\n        \"cocarde\"\n    ],\n    \"kokwa\": [\n        \"cocas\"\n    ],\n    \"n'ihi\": [\n        \"cocause\",\n        \"concause\",\n        \"consequence\",\n        \"consequency\",\n        \"consequent\",\n        \"consequentiality\",\n        \"consequentially\",\n        \"consequently\",\n        \"duecentos\",\n        \"forbecause\",\n        \"forhow\",\n        \"forwhy\",\n        \"insequent\",\n        \"obsequial\",\n        \"obsequiously\",\n        \"paregal\",\n        \"peridental\",\n        \"resultant\",\n        \"resultantly\",\n        \"resultfully\",\n        \"resultingly\",\n        \"sake\",\n        \"sialogenous\",\n        \"uncause\",\n        \"wherefor\"\n    ],\n    \"ịkpa ndụmọdụ\": [\n        \"cocautioner\"\n    ],\n    \"coccei\": [\n        \"cocceian\"\n    ],\n    \"ọrịa coccidiosis\": [\n        \"coccidiosis\"\n    ],\n    \"coccinous\": [\n        \"coccineous\"\n    ],\n    \"concentric\": [\n        \"cocentric\"\n    ],\n    \"obu onye isi oche\": [\n        \"cochairmanship\"\n    ],\n    \"oche nnabata\": [\n        \"cochairs\"\n    ],\n    \"kocha\": [\n        \"cochal\",\n        \"unchapleted\"\n    ],\n    \"kochief\": [\n        \"cochief\"\n    ],\n    \"kochleary\": [\n        \"cochleary\"\n    ],\n    \"kochleariform\": [\n        \"cochleariform\"\n    ],\n    \"kochleas\": [\n        \"cochleas\"\n    ],\n    \"kochleiform\": [\n        \"cochleiform\"\n    ],\n    \"kochleleas\": [\n        \"cochleleas\"\n    ],\n    \"kochliodus\": [\n        \"cochliodus\"\n    ],\n    \"kochlospermum\": [\n        \"cochlospermum\"\n    ],\n    \"kochranea\": [\n        \"cochranea\"\n    ],\n    \"cocina\": [\n        \"cocin\"\n    ],\n    \"kokenye\": [\n        \"cocitizen\"\n    ],\n    \"com ịbụ nwa amaala\": [\n        \"cocitizenship\"\n    ],\n    \"koki\": [\n        \"cockade\",\n        \"cockard\",\n        \"cockeyed\",\n        \"cockeyes\",\n        \"cockney\",\n        \"cockneian\",\n        \"cockneyese\",\n        \"cockneyess\",\n        \"cokie\"\n    ],\n    \"ọchịcha\": [\n        \"cockades\",\n        \"cockhorses\",\n        \"cockroaches\",\n        \"roaches\"\n    ],\n    \"Ọkụ\": [\n        \"cockal\",\n        \"conflagration\",\n        \"conflagrations\",\n        \"drubbed\",\n        \"drused\",\n        \"gastaldo\",\n        \"hamstrung\",\n        \"hitters\",\n        \"outfires\",\n        \"shrilled\"\n    ],\n    \"kokapoo\": [\n        \"cockapoo\"\n    ],\n    \"kokapoos\": [\n        \"cockapoos\"\n    ],\n    \"Ọkụkọ\": [\n        \"cockbilling\",\n        \"roosters\"\n    ],\n    \"ọkpa ọkpa\": [\n        \"cockbird\",\n        \"cockcrower\",\n        \"cocklofts\",\n        \"cockmate\",\n        \"cockneyship\"\n    ],\n    \"kopi\": [\n        \"cockbrain\",\n        \"copemate\",\n        \"copen\",\n        \"coppet\",\n        \"copple\",\n        \"coppled\",\n        \"coprophiliac\",\n        \"coprophilic\",\n        \"coprophilous\",\n        \"coprophobic\",\n        \"copulate\"\n    ],\n    \"kokike\": [\n        \"cockeye\"\n    ],\n    \"kechinenye\": [\n        \"cockeyedly\"\n    ],\n    \"akwa ọkpa\": [\n        \"cockerels\"\n    ],\n    \"koket\": [\n        \"cocket\"\n    ],\n    \"koked\": [\n        \"cocketed\"\n    ],\n    \"ọkpọkọ ọkpọ\": [\n        \"cockfighter\"\n    ],\n    \"n'ike mmụọ nsọ\": [\n        \"cockily\",\n        \"cockishly\",\n        \"cocklight\",\n        \"cocklike\",\n        \"cockneyishly\",\n        \"cockneylike\",\n        \"empanoply\",\n        \"excrementitiously\",\n        \"insphere\",\n        \"inspirational\",\n        \"inspirationally\",\n        \"inspiredly\",\n        \"inspiritingly\",\n        \"unspired\"\n    ],\n    \"kochi\": [\n        \"cockish\",\n        \"cocoach\"\n    ],\n    \"ọchịchi\": [\n        \"cockle\"\n    ],\n    \"ọkpọkọ\": [\n        \"cockleshells\",\n        \"cockshuts\",\n        \"dripstick\",\n        \"faucet\",\n        \"faucets\",\n        \"pipages\",\n        \"pipals\",\n        \"pipe\",\n        \"pipeage\",\n        \"pipeages\",\n        \"pipefitter\",\n        \"pipefitting\",\n        \"pipeful\",\n        \"pipefuls\",\n        \"pipelayer\",\n        \"pipelaying\",\n        \"pipelining\",\n        \"piperaceous\",\n        \"piperales\",\n        \"pipes\",\n        \"pipestapple\",\n        \"pipewalker\",\n        \"pipewood\",\n        \"pipework\",\n        \"pipewort\",\n        \"pipier\",\n        \"pipil\",\n        \"pipingness\",\n        \"pipple\",\n        \"spelunked\",\n        \"tapelines\",\n        \"tapul\",\n        \"tubbist\",\n        \"tubboe\",\n        \"tube\",\n        \"tubectomy\",\n        \"tubectomies\",\n        \"tubeful\",\n        \"tubelet\",\n        \"tuberaceous\",\n        \"tuberales\",\n        \"tubes\",\n        \"tubework\",\n        \"tubuphone\",\n        \"vomitorium\",\n        \"whirries\"\n    ],\n    \"kolet\": [\n        \"cocklet\",\n        \"colet\",\n        \"collet\"\n    ],\n    \"ọkpaya\": [\n        \"cocklewife\"\n    ],\n    \"koly\": [\n        \"cockly\"\n    ],\n    \"anụ ọkụkọ\": [\n        \"cockling\",\n        \"poultrylike\"\n    ],\n    \"nkochi\": [\n        \"cockloche\",\n        \"hookcheck\",\n        \"hookheal\",\n        \"hooknoses\",\n        \"hookworm\",\n        \"hookwormy\",\n        \"hookworms\",\n        \"kirsches\"\n    ],\n    \"cockney uhie\": [\n        \"cockneybred\"\n    ],\n    \"cockney dom\": [\n        \"cockneydom\"\n    ],\n    \"mmụọ mmụọ\": [\n        \"cockneity\",\n        \"demonomancy\",\n        \"philotheism\",\n        \"spiritualizer\",\n        \"spiritualizing\"\n    ],\n    \"kokpi\": [\n        \"cockpaddle\"\n    ],\n    \"kokpiiti\": [\n        \"cockpit\",\n        \"cockpits\"\n    ],\n    \"ọkpayo\": [\n        \"cocksparrow\"\n    ],\n    \"Nkume okuko\": [\n        \"cockstone\"\n    ],\n    \"koko osisi\": [\n        \"cocoawood\"\n    ],\n    \"koomat\": [\n        \"cocomat\"\n    ],\n    \"akpachapụ anya\": [\n        \"coconsciously\",\n        \"crinkliness\",\n        \"flechettes\",\n        \"precautiousness\",\n        \"sheening\"\n    ],\n    \"onye na-enye iwu\": [\n        \"coconsecrator\",\n        \"lawgiver\"\n    ],\n    \"onye nkuku\": [\n        \"coconspirator\",\n        \"cornishman\",\n        \"willeyer\"\n    ],\n    \"akụ oyibo\": [\n        \"coconut\"\n    ],\n    \"aki oyibo\": [\n        \"coconuts\"\n    ],\n    \"akwuru\": [\n        \"cocoon\",\n        \"cocoonery\"\n    ],\n    \"etinyere ọnụ\": [\n        \"cocooned\"\n    ],\n    \"onye ọgbụgba ndụ\": [\n        \"cocovenantor\"\n    ],\n    \"esiji\": [\n        \"cocreate\",\n        \"dyed\"\n    ],\n    \"co kere\": [\n        \"cocreated\"\n    ],\n    \"Nduzi\": [\n        \"cocreates\",\n        \"directivity\",\n        \"erwin\"\n    ],\n    \"na-eke ihe\": [\n        \"cocreating\",\n        \"creating\"\n    ],\n    \"ọkwụrụ ihe\": [\n        \"cocreator\"\n    ],\n    \"onye na-ahụ maka ebe obibi\": [\n        \"cocreditor\"\n    ],\n    \"esila\": [\n        \"cocrucify\"\n    ],\n    \"koctoprecipitin\": [\n        \"coctoprecipitin\"\n    ],\n    \"kokiyo\": [\n        \"cocuyo\"\n    ],\n    \"kocus\": [\n        \"cocus\"\n    ],\n    \"kocuswood\": [\n        \"cocuswood\"\n    ],\n    \"codal\": [\n        \"codas\"\n    ],\n    \"ụlọ akụ koodu\": [\n        \"codbank\"\n    ],\n    \"nzuzo\": [\n        \"codded\",\n        \"codding\",\n        \"coddler\",\n        \"coddling\",\n        \"coded\",\n        \"coding\",\n        \"concealment\",\n        \"confidant\",\n        \"confidante\",\n        \"confidantes\",\n        \"confidential\",\n        \"confidentiality\",\n        \"confidentialness\",\n        \"confidentiary\",\n        \"cosing\",\n        \"covert\",\n        \"covertness\",\n        \"cultismo\",\n        \"cultrated\",\n        \"cultriform\",\n        \"cultrirostres\",\n        \"privacy\",\n        \"privacies\",\n        \"privacity\",\n        \"privativeness\",\n        \"privies\",\n        \"privity\",\n        \"privities\",\n        \"secrecies\",\n        \"secretage\",\n        \"secretar\",\n        \"secretes\",\n        \"secretin\",\n        \"secretins\",\n        \"secretional\",\n        \"secretive\",\n        \"secretivelies\",\n        \"secretiveness\",\n        \"secreto\",\n        \"secretomotor\",\n        \"secretory\",\n        \"secretum\",\n        \"subconcealed\",\n        \"subcover\",\n        \"undercovert\"\n    ],\n    \"ihe nzuzo\": [\n        \"codders\",\n        \"covertical\",\n        \"cryptophytic\",\n        \"hidegeld\",\n        \"porphyrogene\",\n        \"privateness\",\n        \"screet\",\n        \"secrecy\",\n        \"secret\",\n        \"secretion\",\n        \"secretions\",\n        \"secretitious\",\n        \"secretness\",\n        \"secretors\",\n        \"secrets\",\n        \"subcaptaincy\",\n        \"subcontained\",\n        \"subcreative\",\n        \"sublimity\",\n        \"subornation\"\n    ],\n    \"koddle\": [\n        \"coddle\",\n        \"coddles\"\n    ],\n    \"codebtọ\": [\n        \"codebtor\"\n    ],\n    \"kodeks\": [\n        \"codecs\"\n    ],\n    \"kodia\": [\n        \"codeia\"\n    ],\n    \"Koodu\": [\n        \"codeias\",\n        \"codes\",\n        \"codesigns\",\n        \"codespairer\",\n        \"coses\",\n        \"postcode\"\n    ],\n    \"codeine\": [\n        \"codein\",\n        \"codeines\"\n    ],\n    \"codeina\": [\n        \"codeinas\",\n        \"codeins\"\n    ],\n    \"enweghị koodu\": [\n        \"codeless\"\n    ],\n    \"itinye akwụkwọ\": [\n        \"codenization\",\n        \"superduplication\",\n        \"zeolitization\"\n    ],\n    \"enskpụrụ\": [\n        \"codens\"\n    ],\n    \"koodu ego\": [\n        \"codeposit\"\n    ],\n    \"coderive\": [\n        \"coderives\"\n    ],\n    \"koodu ukwu\": [\n        \"codescendant\"\n    ],\n    \"nhazi oge\": [\n        \"codetermination\",\n        \"destalinization\",\n        \"seasonalness\",\n        \"timekeepership\",\n        \"timekeeping\",\n        \"timetaking\"\n    ],\n    \"codetta\": [\n        \"codettas\"\n    ],\n    \"koodu ederede\": [\n        \"codewords\"\n    ],\n    \"onye na-akụ azụ\": [\n        \"codfisher\",\n        \"fisherwoman\"\n    ],\n    \"fzụ azụ\": [\n        \"codfishing\"\n    ],\n    \"kodi\": [\n        \"codify\",\n        \"codified\"\n    ],\n    \"coding\": [\n        \"codling\"\n    ],\n    \"koodan\": [\n        \"codman\"\n    ],\n    \"omkpụrụ codomestication\": [\n        \"codomestication\"\n    ],\n    \"kodon\": [\n        \"codon\"\n    ],\n    \"codon\": [\n        \"codons\"\n    ],\n    \"ihe nnakọta\": [\n        \"coelector\"\n    ],\n    \"coelenterata\": [\n        \"coelentera\",\n        \"coelenterate\",\n        \"coelenteric\"\n    ],\n    \"celiac\": [\n        \"coeliac\"\n    ],\n    \"Ọkpụkpụ afọ\": [\n        \"coeliotomy\"\n    ],\n    \"koeloma\": [\n        \"coeloma\"\n    ],\n    \"coelosperformance\": [\n        \"coelospermous\"\n    ],\n    \"na-adị ndụ\": [\n        \"coemanate\",\n        \"enlivening\",\n        \"livingly\",\n        \"survives\"\n    ],\n    \"agbakọ\": [\n        \"coembedded\",\n        \"computed\",\n        \"equisized\",\n        \"uncalculating\",\n        \"unconverging\"\n    ],\n    \"were n'ọrụ\": [\n        \"coemployed\",\n        \"employ\",\n        \"employe\",\n        \"employs\",\n        \"emplore\",\n        \"recruited\"\n    ],\n    \"emplorụ ọrụ\": [\n        \"coemploying\"\n    ],\n    \"coempt\": [\n        \"coempted\"\n    ],\n    \"koemptio\": [\n        \"coemptio\"\n    ],\n    \"coemption\": [\n        \"coemptional\"\n    ],\n    \"kechiem\": [\n        \"coemptor\"\n    ],\n    \"koem\": [\n        \"coempts\"\n    ],\n    \"nwekọrịtọ\": [\n        \"coenjoy\"\n    ],\n    \"koeno\": [\n        \"coeno\"\n    ],\n    \"koenobe\": [\n        \"coenobe\"\n    ],\n    \"koenocentrum\": [\n        \"coenocentrum\"\n    ],\n    \"koenoecium\": [\n        \"coenoecium\"\n    ],\n    \"koenosteum\": [\n        \"coenosteum\"\n    ],\n    \"akọnuche\": [\n        \"coenthrone\",\n        \"conscienceless\",\n        \"consciencelessness\",\n        \"consciencewise\",\n        \"involucral\",\n        \"recognitive\"\n    ],\n    \"amanye\": [\n        \"coerced\",\n        \"coercend\",\n        \"coercends\",\n        \"coercible\",\n        \"coercive\",\n        \"compulsed\",\n        \"forceable\",\n        \"forced\",\n        \"forcible\",\n        \"forcingly\",\n        \"obligees\",\n        \"obligingly\"\n    ],\n    \"mmanye\": [\n        \"coercement\",\n        \"coercer\",\n        \"coercibility\",\n        \"coercibly\",\n        \"coercing\",\n        \"coercion\",\n        \"coercions\",\n        \"coercively\",\n        \"coerciveness\",\n        \"compulsative\",\n        \"compulsatively\",\n        \"compulsatory\",\n        \"compulsatorily\",\n        \"compulsion\",\n        \"compulsions\",\n        \"compulsive\",\n        \"compulsively\",\n        \"compulsiveness\",\n        \"compulsives\",\n        \"compulsory\",\n        \"compulsoriness\",\n        \"consulship\",\n        \"coweringly\",\n        \"empiecement\",\n        \"enforceable\",\n        \"enforcement\",\n        \"enforcible\",\n        \"enforcing\",\n        \"enforcingly\",\n        \"forcedness\",\n        \"imposement\",\n        \"oestrous\",\n        \"stricture\"\n    ],\n    \"ndị mmanye\": [\n        \"coercers\",\n        \"enforcers\"\n    ],\n    \"ịmanye\": [\n        \"coercibleness\",\n        \"forcement\"\n    ],\n    \"amanye mmanye\": [\n        \"coercionary\"\n    ],\n    \"onye mmanye\": [\n        \"coercionist\",\n        \"compulsitor\",\n        \"enforcer\"\n    ],\n    \"na-amanye\": [\n        \"coercitive\",\n        \"compels\",\n        \"pressingly\"\n    ],\n    \"koetanean\": [\n        \"coetanean\"\n    ],\n    \"coevoli\": [\n        \"coevolving\"\n    ],\n    \"na-emekọ ọnụ\": [\n        \"coexclusive\",\n        \"columnizes\",\n        \"concurring\",\n        \"integrative\",\n        \"supercilious\"\n    ],\n    \"na-emekọ ihe ọnụ\": [\n        \"coexert\",\n        \"concertizing\",\n        \"concorporating\",\n        \"concretizing\",\n        \"interhybridizing\",\n        \"interreact\",\n        \"intertangling\",\n        \"intertwining\",\n        \"monophthongize\",\n        \"monophthongizing\",\n        \"solemnizing\",\n        \"supergratifying\",\n        \"superillustrating\",\n        \"superpraising\"\n    ],\n    \"mbikọ\": [\n        \"coexertion\",\n        \"coexplosion\",\n        \"mihrab\"\n    ],\n    \"na-ebikọ ọnụ\": [\n        \"coexerts\",\n        \"coexist\",\n        \"coexists\"\n    ],\n    \"ibikọ ọnụ\": [\n        \"coexistence\",\n        \"coexistency\",\n        \"cohabit\",\n        \"cohabitation\",\n        \"cohabitations\"\n    ],\n    \"ibikọ\": [\n        \"coexisting\",\n        \"cohabits\"\n    ],\n    \"na-ejupụta\": [\n        \"coexpanded\",\n        \"onflowing\"\n    ],\n    \"ọlụlụ\": [\n        \"coexperiencer\",\n        \"marplotry\",\n        \"marrams\",\n        \"nugament\"\n    ],\n    \"nwekọ ọnụ\": [\n        \"coexpire\"\n    ],\n    \"isochi\": [\n        \"coextend\",\n        \"isochronous\",\n        \"isochroous\"\n    ],\n    \"koextensive\": [\n        \"coextensive\"\n    ],\n    \"kofaster\": [\n        \"cofaster\"\n    ],\n    \"kọfịberị\": [\n        \"coffeeberry\"\n    ],\n    \"kọfịfịị\": [\n        \"coffeeberries\"\n    ],\n    \"kọfị kọfị\": [\n        \"coffeebush\",\n        \"coffeecakes\",\n        \"coffeecup\",\n        \"coffeeleaf\"\n    ],\n    \"kọfịcha\": [\n        \"coffeecake\"\n    ],\n    \"cofeeegrowing\": [\n        \"coffeegrowing\"\n    ],\n    \"kọfịị\": [\n        \"coffeehouse\",\n        \"coffeehoused\",\n        \"coffeehousing\",\n        \"coffeewood\"\n    ],\n    \"ụlọ kọfị\": [\n        \"coffeehouses\"\n    ],\n    \"kọfịịfị\": [\n        \"coffeepots\"\n    ],\n    \"kọfịkọm\": [\n        \"coffeeroom\"\n    ],\n    \"oge nri kọfị\": [\n        \"coffeetime\"\n    ],\n    \"igbe ozu\": [\n        \"coffer\",\n        \"coffles\",\n        \"ossuary\",\n        \"uncoffin\"\n    ],\n    \"coffer\": [\n        \"coffered\"\n    ],\n    \"igbe nchekwa\": [\n        \"coffers\"\n    ],\n    \"igbe ọrụ\": [\n        \"cofferwork\",\n        \"workbox\",\n        \"workboxes\"\n    ],\n    \"gbabụọ\": [\n        \"coffled\"\n    ],\n    \"cofound\": [\n        \"cofounds\"\n    ],\n    \"cog ụgbọ mmiri\": [\n        \"cogboat\"\n    ],\n    \"ezi omumu\": [\n        \"cogeneration\"\n    ],\n    \"cogle\": [\n        \"coghle\"\n    ],\n    \"cogasị\": [\n        \"cogitable\"\n    ],\n    \"cogised\": [\n        \"cogitated\"\n    ],\n    \"ị coụ\": [\n        \"cogitating\"\n    ],\n    \"ndị na-arụ ọrụ\": [\n        \"cogitators\",\n        \"devisors\",\n        \"functionaries\",\n        \"iterators\",\n        \"minters\",\n        \"onanists\",\n        \"styptics\",\n        \"underworkmen\",\n        \"utilidors\",\n        \"wordiers\"\n    ],\n    \"ihe akuko\": [\n        \"coglorious\",\n        \"oxalic\"\n    ],\n    \"ndi cogmen\": [\n        \"cogmen\"\n    ],\n    \"akpachapuru anya\": [\n        \"cognately\",\n        \"cognitively\",\n        \"crunched\",\n        \"unskinned\"\n    ],\n    \"a na-enyocha\": [\n        \"cognised\"\n    ],\n    \"na-achọpụta\": [\n        \"cognising\",\n        \"cognizing\",\n        \"deemphasizes\",\n        \"delimitizing\",\n        \"delver\",\n        \"detects\",\n        \"determining\",\n        \"determinists\",\n        \"disavowing\",\n        \"discerns\",\n        \"discocephalous\",\n        \"discovers\",\n        \"factorizing\",\n        \"levining\",\n        \"metalizing\",\n        \"misdiagnosing\",\n        \"misdividing\",\n        \"misnavigating\",\n        \"misviding\",\n        \"notating\",\n        \"noticing\",\n        \"outquoting\",\n        \"perceiver\",\n        \"perceivers\",\n        \"perceives\",\n        \"preobserving\",\n        \"prerecognizing\",\n        \"prespecializing\",\n        \"readjudicating\",\n        \"realises\",\n        \"realizes\",\n        \"recognizee\",\n        \"recognizingly\",\n        \"salpingotomy\",\n        \"sensates\",\n        \"sensitizes\",\n        \"sensitizing\",\n        \"sequestering\",\n        \"unbragging\",\n        \"underrealizing\"\n    ],\n    \"ihe a na-achọpụta\": [\n        \"cognizable\"\n    ],\n    \"ịmata ihe\": [\n        \"cognizableness\",\n        \"curiality\",\n        \"curios\",\n        \"curiosities\",\n        \"curiouser\",\n        \"curiousnesses\",\n        \"dubiosity\"\n    ],\n    \"n'ụzọ kwere nghọta\": [\n        \"cognizably\"\n    ],\n    \"ghọtara\": [\n        \"cognized\",\n        \"realised\",\n        \"realized\",\n        \"recognised\",\n        \"recognized\",\n        \"recognizedly\",\n        \"understanded\",\n        \"understood\"\n    ],\n    \"cognzee\": [\n        \"cognizee\"\n    ],\n    \"ọmara\": [\n        \"cognizer\"\n    ],\n    \"cogọn\": [\n        \"cogons\"\n    ],\n    \"gọvanọ\": [\n        \"cogovernor\",\n        \"governor\",\n        \"gubernation\",\n        \"gubernator\",\n        \"gubernatorial\",\n        \"overnormal\",\n        \"overnormality\",\n        \"overnormalized\",\n        \"overnormally\",\n        \"subgovernor\"\n    ],\n    \"dị nsọ\": [\n        \"cogracious\",\n        \"hoised\",\n        \"holy\",\n        \"holies\",\n        \"holiness\",\n        \"holystoning\",\n        \"hory\",\n        \"lactified\",\n        \"pious\",\n        \"sacrad\",\n        \"sacred\",\n        \"sacredly\",\n        \"saintish\",\n        \"sancta\",\n        \"sanctae\",\n        \"sanctifiably\",\n        \"sanctifiedly\",\n        \"sanctiloquent\",\n        \"sanctimonious\",\n        \"sanctimoniously\"\n    ],\n    \"cogoarantor\": [\n        \"coguarantor\"\n    ],\n    \"cogwheel\": [\n        \"cogweels\"\n    ],\n    \"ibi\": [\n        \"cohabitate\",\n        \"cohabiting\",\n        \"dishabited\",\n        \"dishabituated\",\n        \"habitable\",\n        \"habitableness\",\n        \"habiting\",\n        \"habitude\",\n        \"indwelling\",\n        \"indwellingness\",\n        \"inhabit\",\n        \"inhabitability\",\n        \"inhabitancy\",\n        \"inhabitate\",\n        \"living\",\n        \"residency\",\n        \"residentship\",\n        \"resituate\",\n        \"reswell\"\n    ],\n    \"onye bi\": [\n        \"cohabiter\",\n        \"dweller\",\n        \"inhabitant\",\n        \"inhabiter\",\n        \"occupant\",\n        \"occupier\",\n        \"recedent\",\n        \"resident\"\n    ],\n    \"kohanim\": [\n        \"cohanim\"\n    ],\n    \"coins\": [\n        \"cohens\"\n    ],\n    \"Nketa\": [\n        \"coheritage\"\n    ],\n    \"enweghị cohesion\": [\n        \"cohesionless\"\n    ],\n    \"na-emechi emechi\": [\n        \"cohibitive\",\n        \"neuroticize\"\n    ],\n    \"kohobate\": [\n        \"cohobate\"\n    ],\n    \"ihe cohobating\": [\n        \"cohobating\"\n    ],\n    \"kọlị\": [\n        \"cohol\"\n    ],\n    \"ndị na-etinye ego\": [\n        \"coholders\"\n    ],\n    \"imekọ ihe ọnụ\": [\n        \"cohortative\",\n        \"collaborationism\",\n        \"collaboratively\",\n        \"collaborativeness\",\n        \"cooperage\",\n        \"cooperancy\",\n        \"cooperation\",\n        \"cooperativeness\",\n        \"copolymerize\",\n        \"copolymerizing\",\n        \"intercompared\",\n        \"intergossiping\",\n        \"interparenthetically\",\n        \"uncollaboratively\"\n    ],\n    \"cohor\": [\n        \"cohorts\"\n    ],\n    \"koyan\": [\n        \"coyan\"\n    ],\n    \"koydog\": [\n        \"coydog\"\n    ],\n    \"coififịk\": [\n        \"coiffed\"\n    ],\n    \"Na-akụda\": [\n        \"coiffing\",\n        \"holking\",\n        \"hulling\",\n        \"peltingly\",\n        \"pulsing\",\n        \"scrounging\",\n        \"slamming\",\n        \"smackingly\",\n        \"smoodging\",\n        \"thrombosing\",\n        \"thrummiest\",\n        \"thrushes\"\n    ],\n    \"coiffing\": [\n        \"coiffuring\"\n    ],\n    \"inyo\": [\n        \"coying\",\n        \"craze\"\n    ],\n    \"coyish\": [\n        \"coyishness\"\n    ],\n    \"kechibidoro\": [\n        \"coiled\"\n    ],\n    \"Na-ekpo ọkụ\": [\n        \"coiling\",\n        \"dishier\",\n        \"hemolyzing\",\n        \"steamerful\",\n        \"steamrollered\"\n    ],\n    \"Onye na-akpụ akpụ\": [\n        \"coilsmith\"\n    ],\n    \"kodim\": [\n        \"coimmense\"\n    ],\n    \"koim\": [\n        \"coimplicate\"\n    ],\n    \"koyn\": [\n        \"coyn\"\n    ],\n    \"ọ nwere ike ịgba\": [\n        \"coinable\"\n    ],\n    \"idako\": [\n        \"coincide\",\n        \"coinclude\"\n    ],\n    \"ukem ini\": [\n        \"coincident\"\n    ],\n    \"ke ukem ini\": [\n        \"coincidental\"\n    ],\n    \"dabara nke ọma\": [\n        \"coincidentally\",\n        \"coincidently\",\n        \"fitly\",\n        \"fittily\",\n        \"fortunately\",\n        \"fortuned\",\n        \"fortuning\"\n    ],\n    \"ihe ndabara\": [\n        \"coincidents\",\n        \"incurrence\"\n    ],\n    \"dakọtara\": [\n        \"coincline\",\n        \"coincorporate\",\n        \"compatible\",\n        \"comptible\",\n        \"concordant\",\n        \"hatchelled\",\n        \"matched\",\n        \"uppile\"\n    ],\n    \"na-adụkọta\": [\n        \"coindwelling\"\n    ],\n    \"chepụtara\": [\n        \"coined\",\n        \"figulated\",\n        \"figured\",\n        \"theorised\",\n        \"theorized\"\n    ],\n    \"coynyn\": [\n        \"coyness\"\n    ],\n    \"mgbazinye ego\": [\n        \"coinfeftment\",\n        \"debenture\",\n        \"leans\",\n        \"lendable\",\n        \"loams\",\n        \"loan\",\n        \"loanable\",\n        \"loanblend\",\n        \"loanings\",\n        \"loans\",\n        \"loansharking\",\n        \"mortgagers\",\n        \"mortgages\",\n        \"remortgages\"\n    ],\n    \"na-ebi ndụ ego\": [\n        \"coinhabitant\"\n    ],\n    \"oji ego\": [\n        \"coinhabitor\",\n        \"funditor\"\n    ],\n    \"onye mgbazi ego\": [\n        \"coinheritor\"\n    ],\n    \"onye na-eme ego\": [\n        \"coinmaker\",\n        \"moneymaker\"\n    ],\n    \"onye nwe ego\": [\n        \"coinmate\",\n        \"lessee\"\n    ],\n    \"ndị ibe ha\": [\n        \"coinmates\"\n    ],\n    \"Mkpụrụ ego\": [\n        \"coinspire\"\n    ],\n    \"ọ coinụantụ\": [\n        \"coinstantaneousness\"\n    ],\n    \"inyinye ego\": [\n        \"coinsurance\"\n    ],\n    \"nkwekọtara ọnụ\": [\n        \"cointersecting\"\n    ],\n    \"imekọrita\": [\n        \"cointise\"\n    ],\n    \"onye na-emepụta ihe\": [\n        \"coinventor\",\n        \"contriver\",\n        \"coproducer\",\n        \"formulator\",\n        \"formulizer\",\n        \"underproducer\"\n    ],\n    \"igwe ego\": [\n        \"coinvolve\"\n    ],\n    \"koyol\": [\n        \"coyo\",\n        \"coyol\",\n        \"coyos\"\n    ],\n    \"koyotero\": [\n        \"coyotero\"\n    ],\n    \"koyo\": [\n        \"coyotes\",\n        \"dyophone\"\n    ],\n    \"koyotillo\": [\n        \"coyotillo\"\n    ],\n    \"koyotillos\": [\n        \"coyotillos\"\n    ],\n    \"koislander\": [\n        \"coislander\"\n    ],\n    \"koystrel\": [\n        \"coystrel\"\n    ],\n    \"ogwe igwe\": [\n        \"coitions\",\n        \"engyscope\",\n        \"waveform\"\n    ],\n    \"koke\": [\n        \"coke\",\n        \"coked\"\n    ],\n    \"koek\": [\n        \"cokery\"\n    ],\n    \"kokernut\": [\n        \"cokernut\"\n    ],\n    \"kokuloris\": [\n        \"cokuloris\"\n    ],\n    \"agba agha\": [\n        \"colament\"\n    ],\n    \"kolan\": [\n        \"colan\"\n    ],\n    \"kolascioni\": [\n        \"colascioni\"\n    ],\n    \"kolat\": [\n        \"colat\"\n    ],\n    \"kolatorium\": [\n        \"colatorium\"\n    ],\n    \"oburu oyi\": [\n        \"coldblood\",\n        \"coldbloodedness\"\n    ],\n    \"oyi na-atụ\": [\n        \"coldcock\",\n        \"coldturkey\",\n        \"pneumatic\",\n        \"pneumatized\"\n    ],\n    \"obi jụrụ\": [\n        \"coldhearted\",\n        \"hafter\"\n    ],\n    \"n'obi oma\": [\n        \"coldheartedly\"\n    ],\n    \"na-atụ oyi\": [\n        \"coldly\"\n    ],\n    \"oyi jụrụ oyi\": [\n        \"coldproof\"\n    ],\n    \"letọ\": [\n        \"colemouse\"\n    ],\n    \"ihe dị mkpa\": [\n        \"colent\",\n        \"yardwork\",\n        \"yardworks\",\n        \"incumbentess\",\n        \"prerequisite\",\n        \"significatrix\",\n        \"somital\",\n        \"vitalisms\"\n    ],\n    \"coleorhiza\": [\n        \"coleorhizae\"\n    ],\n    \"coleosporium\": [\n        \"coleosporiaceae\"\n    ],\n    \"kolera\": [\n        \"colera\"\n    ],\n    \"coleslaw\": [\n        \"coleslaws\"\n    ],\n    \"Onyechi\": [\n        \"colicky\",\n        \"dacker\",\n        \"grusinian\",\n        \"stipendiarian\"\n    ],\n    \"kolymbiform\": [\n        \"colymbiform\"\n    ],\n    \"nkpokọta\": [\n        \"colymbion\",\n        \"colloquializer\",\n        \"dehortation\",\n        \"homburgs\"\n    ],\n    \"kolymbus\": [\n        \"colymbus\"\n    ],\n    \"collinear\": [\n        \"colinear\"\n    ],\n    \"collinearity\": [\n        \"colinearity\"\n    ],\n    \"coli nephritis\": [\n        \"colinephritis\"\n    ],\n    \"na-efe\": [\n        \"coling\",\n        \"fliting\",\n        \"flyting\",\n        \"fowling\",\n        \"hurlies\",\n        \"storming\",\n        \"wauchting\",\n        \"waving\",\n        \"whaling\"\n    ],\n    \"colipipi\": [\n        \"coliplication\"\n    ],\n    \"coli sepsis\": [\n        \"colisepsis\"\n    ],\n    \"colistin\": [\n        \"colistins\"\n    ],\n    \"colitis\": [\n        \"colitic\"\n    ],\n    \"kolk\": [\n        \"colk\"\n    ],\n    \"imekota\": [\n        \"collaborate\",\n        \"collaborateur\"\n    ],\n    \"rụkọtara ọrụ\": [\n        \"collaborated\"\n    ],\n    \"na-arụkọ ọrụ\": [\n        \"collaborates\",\n        \"cooperating\",\n        \"coopering\",\n        \"coworking\",\n        \"interplaying\",\n        \"interworking\"\n    ],\n    \"onye mmeko\": [\n        \"collaborationist\",\n        \"conciliationist\"\n    ],\n    \"ndị ọrụ mmekọrịta\": [\n        \"collaborationists\",\n        \"cooperators\",\n        \"copartners\"\n    ],\n    \"onye oru mmekorita\": [\n        \"collaborator\"\n    ],\n    \"kolaji\": [\n        \"collagen\",\n        \"collagenic\",\n        \"collagenous\",\n        \"collare\",\n        \"collogen\"\n    ],\n    \"collagen\": [\n        \"collagens\"\n    ],\n    \"ike ida\": [\n        \"collapsability\",\n        \"collapsibility\"\n    ],\n    \"ida\": [\n        \"collapse\",\n        \"downfall\",\n        \"fail\",\n        \"failingly\",\n        \"faille\",\n        \"failles\",\n        \"fails\",\n        \"fainty\",\n        \"fallouts\",\n        \"fallow\",\n        \"fallows\",\n        \"fallway\",\n        \"faltche\",\n        \"faltere\",\n        \"falun\",\n        \"faluns\",\n        \"falus\",\n        \"falx\",\n        \"lose\",\n        \"plumify\",\n        \"stuns\",\n        \"underfall\",\n        \"unfallen\",\n        \"weened\"\n    ],\n    \"dara\": [\n        \"collapses\",\n        \"demarked\",\n        \"demises\",\n        \"deposed\",\n        \"deposes\",\n        \"downfeed\",\n        \"fell\",\n        \"felled\",\n        \"fellic\",\n        \"fellside\",\n        \"kirkward\",\n        \"metallic\",\n        \"plinked\",\n        \"plumed\",\n        \"plummeted\",\n        \"thwartedly\",\n        \"wadsetted\"\n    ],\n    \"olu akwa\": [\n        \"collar\",\n        \"collarband\",\n        \"collarbone\",\n        \"collarbones\",\n        \"collards\",\n        \"collars\",\n        \"collat\"\n    ],\n    \"kolaret\": [\n        \"collaret\"\n    ],\n    \"kolaịtị\": [\n        \"collarets\"\n    ],\n    \"kolatin\": [\n        \"collarette\"\n    ],\n    \"kolarino\": [\n        \"collarino\"\n    ],\n    \"kolarinos\": [\n        \"collarinos\"\n    ],\n    \"kola onye\": [\n        \"collarman\"\n    ],\n    \"collate\": [\n        \"collated\",\n        \"collatee\"\n    ],\n    \"onye nnochi anya\": [\n        \"collateral\",\n        \"prepositor\"\n    ],\n    \"jikọrọ\": [\n        \"collateralize\",\n        \"collateralized\",\n        \"collateralizing\",\n        \"confederated\",\n        \"gile\",\n        \"holked\",\n        \"immixed\",\n        \"interbred\",\n        \"interdebated\",\n        \"joisted\",\n        \"jounced\",\n        \"mutualised\",\n        \"universalised\"\n    ],\n    \"nates nchikota\": [\n        \"collateralness\"\n    ],\n    \"Kọntaktị\": [\n        \"collators\",\n        \"consortable\",\n        \"contractable\"\n    ],\n    \"ekpokọta\": [\n        \"colleagued\",\n        \"gatherable\"\n    ],\n    \"ndị ọrụ ibe\": [\n        \"colleagues\",\n        \"colleaguesmanship\",\n        \"comrades\",\n        \"coworkers\"\n    ],\n    \"nakọta\": [\n        \"collect\"\n    ],\n    \"anakọta\": [\n        \"collectable\",\n        \"collectible\",\n        \"collectivize\",\n        \"collectivized\",\n        \"noncollectible\",\n        \"noncollective\",\n        \"noncollectivistic\",\n        \"nonrecollective\",\n        \"uncollectible\",\n        \"uncollectibly\",\n        \"uneclectic\",\n        \"uneclectically\",\n        \"unelect\"\n    ],\n    \"anakọtara\": [\n        \"collected\",\n        \"collectedly\"\n    ],\n    \"ịchịkọta\": [\n        \"collecting\",\n        \"decentralise\",\n        \"decentralising\",\n        \"decentralize\",\n        \"decentralizing\",\n        \"gathering\",\n        \"regentess\",\n        \"regroupment\"\n    ],\n    \"ịnakọta\": [\n        \"collections\",\n        \"collectivizing\",\n        \"colleting\"\n    ],\n    \"ịgụkọta\": [\n        \"collectively\"\n    ],\n    \"na-anakọta\": [\n        \"collectivizes\",\n        \"collects\",\n        \"entangling\"\n    ],\n    \"kọleji\": [\n        \"colleens\",\n        \"college\",\n        \"colleger\",\n        \"colleges\",\n        \"collegese\",\n        \"collegian\",\n        \"collegiately\",\n        \"collegium\"\n    ],\n    \"ndị koleji\": [\n        \"collegians\"\n    ],\n    \"onye nnata\": [\n        \"collegiant\",\n        \"receptant\",\n        \"recipiendary\"\n    ],\n    \"koleeji\": [\n        \"collegiate\",\n        \"collegiums\",\n        \"colligate\"\n    ],\n    \"collenchymatous\": [\n        \"collenchymatic\"\n    ],\n    \"collenchyma\": [\n        \"collenchyme\"\n    ],\n    \"koleji\": [\n        \"collery\"\n    ],\n    \"collets\": [\n        \"colleted\",\n        \"colleter\",\n        \"colletes\",\n        \"colletic\"\n    ],\n    \"igbako\": [\n        \"colliculate\"\n    ],\n    \"ikukota\": [\n        \"collide\"\n    ],\n    \"nkukota\": [\n        \"collided\",\n        \"collision\",\n        \"collisional\"\n    ],\n    \"coliform\": [\n        \"colliform\"\n    ],\n    \"na-ekpokọta\": [\n        \"collimating\"\n    ],\n    \"akpako\": [\n        \"collinses\"\n    ],\n    \"nkoli\": [\n        \"collywest\"\n    ],\n    \"kollochromate\": [\n        \"collochromate\"\n    ],\n    \"onye nkesa\": [\n        \"collocutor\",\n        \"deplorer\",\n        \"devisor\",\n        \"disponer\",\n        \"dispraiser\",\n        \"dispreader\",\n        \"distrainer\",\n        \"distrainor\",\n        \"distributer\",\n        \"distributionist\",\n        \"distributor\",\n        \"disvisor\",\n        \"divider\",\n        \"hisser\",\n        \"yeasayer\",\n        \"interceptor\",\n        \"intercommoner\",\n        \"interpleader\",\n        \"lachrymist\",\n        \"nonvector\",\n        \"philippist\",\n        \"sharezer\",\n        \"sporeformer\"\n    ],\n    \"nha collodion\": [\n        \"collodionize\"\n    ],\n    \"collodion\": [\n        \"collodium\"\n    ],\n    \"nkụkọ\": [\n        \"collogue\"\n    ],\n    \"kolloider\": [\n        \"colloider\"\n    ],\n    \"kolopi\": [\n        \"collop\"\n    ],\n    \"kollo\": [\n        \"collops\"\n    ],\n    \"oluwa\": [\n        \"colloque\",\n        \"resoluter\"\n    ],\n    \"nkpọkọta\": [\n        \"colloquy\",\n        \"commonition\",\n        \"nonrecollection\"\n    ],\n    \"nkwekọrita\": [\n        \"colloquial\",\n        \"harmoniously\",\n        \"sceuophorion\"\n    ],\n    \"okwekocha\": [\n        \"colloquialist\"\n    ],\n    \"jikọta ọnụ\": [\n        \"colloquialize\",\n        \"surrejoin\"\n    ],\n    \"kolloquium\": [\n        \"colloquium\"\n    ],\n    \"Kolọsọs\": [\n        \"collossians\"\n    ],\n    \"nchịkọta efu\": [\n        \"collusiveness\"\n    ],\n    \"agba agba\": [\n        \"colob\",\n        \"colorbearer\",\n        \"colorblind\",\n        \"colorbreed\",\n        \"colorcasts\",\n        \"colorfastness\",\n        \"colorimetrist\",\n        \"colorism\",\n        \"colorisms\",\n        \"flowcharting\",\n        \"loring\",\n        \"paintability\",\n        \"paintable\",\n        \"paintably\",\n        \"paintbox\",\n        \"paintbrush\",\n        \"paintbrushes\",\n        \"paintrix\",\n        \"paintroot\",\n        \"perspirate\",\n        \"spleening\",\n        \"unicolor\"\n    ],\n    \"agba afọ\": [\n        \"coloclysis\"\n    ],\n    \"ihe colog\": [\n        \"colog\"\n    ],\n    \"Cologne\": [\n        \"cologne\"\n    ],\n    \"ihe a na-akpọ\": [\n        \"cologned\"\n    ],\n    \"kolam\": [\n        \"colomb\"\n    ],\n    \"colombiana\": [\n        \"colombians\"\n    ],\n    \"colombian\": [\n        \"colombin\"\n    ],\n    \"kornel\": [\n        \"colonel\",\n        \"colonelcy\"\n    ],\n    \"kornel nwụrụ\": [\n        \"colonelcies\"\n    ],\n    \"ịchị mba ọzọ\": [\n        \"colonelship\"\n    ],\n    \"Njikọ aka\": [\n        \"colonelships\"\n    ],\n    \"coloni\": [\n        \"coloner\"\n    ],\n    \"ógbè\": [\n        \"colony\",\n        \"colonies\",\n        \"coonties\",\n        \"counties\",\n        \"province\",\n        \"provinces\",\n        \"provinciality\",\n        \"provincialities\"\n    ],\n    \"ịchị\": [\n        \"colonialising\",\n        \"colonialize\",\n        \"colonialized\",\n        \"colonializing\",\n        \"colonially\",\n        \"colonials\",\n        \"colonisation\",\n        \"colonise\",\n        \"colonised\",\n        \"colonising\",\n        \"colonizability\",\n        \"colonizable\",\n        \"colonization\",\n        \"colonizations\",\n        \"colonize\",\n        \"colonized\",\n        \"colonizes\",\n        \"colonizing\",\n        \"pluriseriate\"\n    ],\n    \"colonialism\": [\n        \"colonialistic\"\n    ],\n    \"ndị colonialist\": [\n        \"colonialists\"\n    ],\n    \"ịchị obodo\": [\n        \"colonialization\"\n    ],\n    \"colonial\": [\n        \"colonical\"\n    ],\n    \"ịchị bụ ist\": [\n        \"colonisationist\"\n    ],\n    \"ndị na-achị obodo\": [\n        \"colonists\"\n    ],\n    \"onye na-achị obodo\": [\n        \"colonizationist\"\n    ],\n    \"onye na-achị ọchịchị\": [\n        \"colonizer\"\n    ],\n    \"ndị na-achị ọchịchị\": [\n        \"colonizers\"\n    ],\n    \"kolophan\": [\n        \"colophan\"\n    ],\n    \"kolophon\": [\n        \"colophon\"\n    ],\n    \"kolophonate\": [\n        \"colophonate\"\n    ],\n    \"kolophoni\": [\n        \"colophonian\"\n    ],\n    \"kolophonik\": [\n        \"colophonic\"\n    ],\n    \"kolophonist\": [\n        \"colophonist\"\n    ],\n    \"kolophons\": [\n        \"colophons\"\n    ],\n    \"ọnya afọ\": [\n        \"coloproctitis\",\n        \"coloptosis\",\n        \"coronitis\",\n        \"epulosis\",\n        \"osteorrhaphy\",\n        \"tenontitis\",\n        \"ulcer\",\n        \"ulcerate\",\n        \"ulcerates\",\n        \"ulcery\",\n        \"ulcerousness\",\n        \"ulcuscle\",\n        \"ulcuscule\",\n        \"ulitis\",\n        \"uller\",\n        \"ulmate\",\n        \"ulster\",\n        \"ululation\"\n    ],\n    \"ịchịkwa\": [\n        \"colorability\",\n        \"domineering\",\n        \"governableness\",\n        \"mastery\",\n        \"masterly\",\n        \"reguard\",\n        \"trilabiate\"\n    ],\n    \"ụcha agba\": [\n        \"colorcaster\"\n    ],\n    \"yi\": [\n        \"colorful\",\n        \"colourful\",\n        \"weared\",\n        \"wearing\"\n    ],\n    \"ihe agba\": [\n        \"colorimeter\"\n    ],\n    \"acha acha\": [\n        \"colorimetrically\",\n        \"discoloredness\",\n        \"yellowcake\"\n    ],\n    \"enweghị agba\": [\n        \"colorless\",\n        \"colourless\",\n        \"colourlessly\",\n        \"noncoloring\",\n        \"paintless\",\n        \"unchaining\"\n    ],\n    \"onye na-agba agba\": [\n        \"colorman\",\n        \"drumsler\",\n        \"middlebreaker\"\n    ],\n    \"ụcha\": [\n        \"colorrhaphy\",\n        \"curragh\",\n        \"currajong\",\n        \"currawang\",\n        \"sacrification\",\n        \"scarcelins\",\n        \"scarcement\",\n        \"scarification\",\n        \"scarified\"\n    ],\n    \"kolope\": [\n        \"colortype\"\n    ],\n    \"okposi\": [\n        \"coloslossi\",\n        \"doctoress\",\n        \"thoracispinal\"\n    ],\n    \"kolos\": [\n        \"coloslossuses\"\n    ],\n    \"kolossean\": [\n        \"colossean\"\n    ],\n    \"kolossi\": [\n        \"colossi\",\n        \"colossian\"\n    ],\n    \"ndi kolos\": [\n        \"colossians\"\n    ],\n    \"sslọ\": [\n        \"colossuses\"\n    ],\n    \"uracha\": [\n        \"colourableness\"\n    ],\n    \"na-acha dị iche iche\": [\n        \"colouristic\"\n    ],\n    \"tee\": [\n        \"colourize\",\n        \"greased\",\n        \"greasing\",\n        \"grecized\",\n        \"regreasing\",\n        \"teeing\",\n        \"teil\"\n    ],\n    \"gbanye ya\": [\n        \"colove\"\n    ],\n    \"Kolp\": [\n        \"colp\"\n    ],\n    \"kolpenchyma\": [\n        \"colpenchyma\"\n    ],\n    \"ndị kọpọtụa\": [\n        \"colporteurs\"\n    ],\n    \"chịta\": [\n        \"colter\"\n    ],\n    \"colter\": [\n        \"colters\"\n    ],\n    \"nwa nnụnụ\": [\n        \"coltlike\"\n    ],\n    \"Kpọ ụkwụ\": [\n        \"coltsfoot\"\n    ],\n    \"kolubrine\": [\n        \"colubrine\"\n    ],\n    \"kọumbum\": [\n        \"columbanian\"\n    ],\n    \"columbia\": [\n        \"columbic\",\n        \"columbid\"\n    ],\n    \"columbine\": [\n        \"columbin\"\n    ],\n    \"columbo tantalate\": [\n        \"columbotantalate\"\n    ],\n    \"columbo titanate\": [\n        \"columbotitanate\"\n    ],\n    \"kọlọlum\": [\n        \"columel\"\n    ],\n    \"ịchịkọta ọnụ\": [\n        \"columnize\"\n    ],\n    \"kọlụm maara ihe\": [\n        \"columnwise\"\n    ],\n    \"komake\": [\n        \"comake\"\n    ],\n    \"coma\": [\n        \"comales\"\n    ],\n    \"comal\": [\n        \"comals\"\n    ],\n    \"commi\": [\n        \"comamie\",\n        \"commy\",\n        \"commie\"\n    ],\n    \"comandate\": [\n        \"comandante\"\n    ],\n    \"Coma\": [\n        \"comas\"\n    ],\n    \"kememe\": [\n        \"comatic\",\n        \"confluent\",\n        \"epactal\"\n    ],\n    \"komatik\": [\n        \"comatik\"\n    ],\n    \"mbo\": [\n        \"comb\"\n    ],\n    \"ndị na-alụ ọgụ\": [\n        \"combaters\",\n        \"combattants\",\n        \"singulars\"\n    ],\n    \"onye ọgụ\": [\n        \"combatter\"\n    ],\n    \"Comfish\": [\n        \"combfishes\"\n    ],\n    \"mbufọ\": [\n        \"combflower\"\n    ],\n    \"komby\": [\n        \"comby\"\n    ],\n    \"Nchikota\": [\n        \"combination\",\n        \"combinations\",\n        \"summings\"\n    ],\n    \"igwekota\": [\n        \"combinator\",\n        \"combinatoric\",\n        \"combinators\",\n        \"combiner\",\n        \"combiners\",\n        \"mixer\",\n        \"mixeress\",\n        \"mixers\"\n    ],\n    \"Ngwakọta ihe\": [\n        \"combinatorics\"\n    ],\n    \"na ijikọta\": [\n        \"combing\",\n        \"combining\"\n    ],\n    \"komble\": [\n        \"comble\"\n    ],\n    \"enweghị ọgụ\": [\n        \"combless\"\n    ],\n    \"dị ka ọkụ\": [\n        \"comblike\"\n    ],\n    \"comburimita\": [\n        \"comburimeter\"\n    ],\n    \"combustibul\": [\n        \"combustible\",\n        \"combustibles\"\n    ],\n    \"combustive\": [\n        \"combustively\"\n    ],\n    \"comd\": [\n        \"comdg\",\n        \"comdia\",\n        \"comdr\"\n    ],\n    \"laghachite azụ\": [\n        \"comeback\"\n    ],\n    \"ntochi\": [\n        \"comedy\",\n        \"comous\",\n        \"tutoiement\"\n    ],\n    \"ome nto ochi\": [\n        \"comedial\",\n        \"comedian\",\n        \"comedist\"\n    ],\n    \"komelier\": [\n        \"comelier\"\n    ],\n    \"ima ima\": [\n        \"comeliest\",\n        \"imaums\",\n        \"immingling\",\n        \"lovegrass\",\n        \"lovelily\",\n        \"lovelornness\",\n        \"lovemaking\",\n        \"loverwise\",\n        \"lovesomeness\"\n    ],\n    \"na-agbakọ\": [\n        \"comeling\",\n        \"compering\",\n        \"computatively\",\n        \"consolidating\",\n        \"crinkling\",\n        \"cubbing\",\n        \"equivocating\",\n        \"grovelled\",\n        \"hybridizing\",\n        \"paizing\",\n        \"syndicating\",\n        \"subhemispherically\",\n        \"uncalculatedly\",\n        \"uncalculatingly\"\n    ],\n    \"na-abịa n'ihu\": [\n        \"comestibles\"\n    ],\n    \"abịa\": [\n        \"comestion\"\n    ],\n    \"komeeti\": [\n        \"comet\"\n    ],\n    \"kechiri\": [\n        \"cometary\"\n    ],\n    \"edot\": [\n        \"comfits\"\n    ],\n    \"ntụsara ahụ\": [\n        \"comfortableness\"\n    ],\n    \"na-akasi obi\": [\n        \"comforting\"\n    ],\n    \"enweghị nkasi obi\": [\n        \"comfortlessness\",\n        \"nonconsolable\",\n        \"unconsolatory\",\n        \"unconsoled\"\n    ],\n    \"atọ ọchị\": [\n        \"comical\"\n    ],\n    \"ndị na-atọ ọchị\": [\n        \"comics\"\n    ],\n    \"comida\": [\n        \"comid\"\n    ],\n    \"conifeife\": [\n        \"comiferous\",\n        \"coniferous\",\n        \"piniferous\",\n        \"zoniferous\"\n    ],\n    \"okwa cominformist\": [\n        \"cominformist\"\n    ],\n    \"dịkọ\": [\n        \"comital\"\n    ],\n    \"komite\": [\n        \"comite\"\n    ],\n    \"komitia\": [\n        \"comitia\"\n    ],\n    \"nke mbido\": [\n        \"comitial\",\n        \"noninitial\",\n        \"precatory\",\n        \"precongressional\",\n        \"preliminary\",\n        \"preliminaries\",\n        \"premiant\",\n        \"presupplementary\",\n        \"primigenous\"\n    ],\n    \"rikoma\": [\n        \"comm\",\n        \"comma\",\n        \"commaes\",\n        \"commaing\"\n    ],\n    \"ndị ọchịagha\": [\n        \"commandants\",\n        \"commanderies\",\n        \"commanders\"\n    ],\n    \"onye nduzi\": [\n        \"commandeer\",\n        \"directer\",\n        \"director\",\n        \"fairleader\",\n        \"guilder\",\n        \"mandator\",\n        \"moderator\",\n        \"proauthor\",\n        \"protoperlarian\",\n        \"sutor\",\n        \"tutor\",\n        \"tutorism\"\n    ],\n    \"ndị nduzi\": [\n        \"commandeers\",\n        \"draftees\",\n        \"guyers\",\n        \"guisards\",\n        \"tutors\"\n    ],\n    \"enweghị iwu\": [\n        \"commandless\",\n        \"constitutionless\",\n        \"disoccluded\",\n        \"illegibility\",\n        \"illegibleness\",\n        \"illegibly\",\n        \"illegitimateness\",\n        \"illegitimation\",\n        \"illiberalized\",\n        \"illiberalness\",\n        \"illocally\",\n        \"illoyal\",\n        \"imperious\",\n        \"imperiously\",\n        \"imperiousness\",\n        \"impolicy\",\n        \"impolitic\",\n        \"inegalitarian\",\n        \"inviolacy\",\n        \"leglessness\",\n        \"nonabidingness\",\n        \"nonbindingness\",\n        \"noncatechizable\",\n        \"noncomplying\",\n        \"noncongruousness\",\n        \"nonconstruction\",\n        \"noncriminal\",\n        \"nondualism\",\n        \"nondualistic\",\n        \"nonduplicity\",\n        \"nonedibility\",\n        \"nonforeigness\",\n        \"nonforeignness\",\n        \"nonjurancy\",\n        \"nonlegal\",\n        \"nonlegitimacy\",\n        \"nonlegitimate\",\n        \"nonliberalism\",\n        \"nonlicentiousness\",\n        \"nonlipoidal\",\n        \"nonlustrousness\",\n        \"nonmultiplicative\",\n        \"nonnegligence\",\n        \"nonoutlawry\",\n        \"nonoutlawries\",\n        \"nonpliableness\",\n        \"nonpliantness\",\n        \"nonporness\",\n        \"nonpresence\",\n        \"nonpuristic\",\n        \"nonradiance\",\n        \"nonsecretionary\",\n        \"nonviolable\",\n        \"nonviolableness\",\n        \"nonviolative\",\n        \"offenceless\",\n        \"rubricality\",\n        \"unadulteratedness\",\n        \"unalist\",\n        \"unbarricaded\",\n        \"unbarricadoed\",\n        \"unbenevolent\",\n        \"unbenevolentness\",\n        \"unbidable\",\n        \"unblameworthy\",\n        \"unbowed\",\n        \"uncemented\",\n        \"uncivilizedness\",\n        \"unclannish\",\n        \"unclustered\",\n        \"unconductiveness\",\n        \"unconsecrated\",\n        \"unconsecratedness\",\n        \"unconsecration\",\n        \"unconsecrative\",\n        \"unconstituted\",\n        \"uncradled\",\n        \"uncrannied\",\n        \"uncriminally\",\n        \"undoctrinal\",\n        \"undualistic\",\n        \"unductile\",\n        \"unegally\",\n        \"unegalness\",\n        \"unelegantness\",\n        \"unfalcated\",\n        \"unfebrile\",\n        \"unflawed\",\n        \"unflustered\",\n        \"unforbidded\",\n        \"unforbidding\",\n        \"unfrounced\",\n        \"ungustatory\",\n        \"unlabeled\",\n        \"unlaurelled\",\n        \"unlawed\",\n        \"unlawyerlike\",\n        \"unlawlike\",\n        \"unlegalness\",\n        \"unlegislative\",\n        \"unmorbid\",\n        \"unnarrated\",\n        \"unoutlawed\",\n        \"unpalatalized\",\n        \"unpardoned\",\n        \"unparliamentary\",\n        \"unparliamented\",\n        \"unpencilled\",\n        \"unpenetrated\",\n        \"unpestered\",\n        \"unpicturesquely\",\n        \"unpigmented\",\n        \"unplashed\",\n        \"unplotted\",\n        \"unpoise\",\n        \"unpolicied\",\n        \"unpolishable\",\n        \"unpoliteness\",\n        \"unpolitic\",\n        \"unpoliticly\",\n        \"unpollened\",\n        \"unprogressed\",\n        \"unproscribed\",\n        \"unpublicity\",\n        \"unpublicized\",\n        \"unpugilistic\",\n        \"unpugnaciousness\",\n        \"unpulverised\",\n        \"unpulverize\",\n        \"unpunctated\",\n        \"unpunctiliousness\",\n        \"unpuritanic\",\n        \"unpuritanical\",\n        \"unpurloined\",\n        \"unrationed\",\n        \"unregality\",\n        \"unruddled\",\n        \"unsaccharine\",\n        \"unsacramental\",\n        \"unsacrilegiousness\",\n        \"unsad\",\n        \"unscandalized\",\n        \"unsilicated\",\n        \"unskewered\",\n        \"unslaked\",\n        \"unsluggishness\",\n        \"unsolemnized\",\n        \"unsolemnly\",\n        \"unsolicitousness\",\n        \"unsordid\",\n        \"unsquandered\",\n        \"unsqueamishness\",\n        \"unstridulous\",\n        \"unsupplicating\",\n        \"unswelling\",\n        \"untrodden\",\n        \"untrounced\",\n        \"unulcerated\",\n        \"unvictimized\",\n        \"unviolative\",\n        \"unworshiped\"\n    ],\n    \"nwoke komando\": [\n        \"commandoman\"\n    ],\n    \"ibido\": [\n        \"commark\",\n        \"commote\",\n        \"embase\",\n        \"embread\",\n        \"embreathe\",\n        \"embue\",\n        \"incurse\",\n        \"induviate\",\n        \"initiate\",\n        \"offtake\",\n        \"preopen\",\n        \"prestidigitate\",\n        \"ramate\",\n        \"subsume\",\n        \"undertake\",\n        \"undertaking\",\n        \"unstarting\",\n        \"untaking\",\n        \"untipt\",\n        \"unwakening\"\n    ],\n    \"koma\": [\n        \"commas\"\n    ],\n    \"Mkpokọta\": [\n        \"commassation\",\n        \"disanimation\",\n        \"ganser\"\n    ],\n    \"komatic\": [\n        \"commatic\"\n    ],\n    \"komme\": [\n        \"comme\"\n    ],\n    \"kommeas\": [\n        \"commeasuring\"\n    ],\n    \"komelina\": [\n        \"commelina\"\n    ],\n    \"komelinaceous\": [\n        \"commelinaceous\"\n    ],\n    \"kwesịrị ncheta\": [\n        \"commemorable\"\n    ],\n    \"na-echeta\": [\n        \"commemorates\",\n        \"memorializes\",\n        \"recalling\",\n        \"recalls\",\n        \"recanes\",\n        \"recantingly\",\n        \"recencies\",\n        \"recleans\",\n        \"recoals\",\n        \"recollation\",\n        \"recollections\",\n        \"recollects\",\n        \"recons\",\n        \"recooks\",\n        \"recrates\",\n        \"recriminates\",\n        \"recriminating\",\n        \"remans\",\n        \"remelted\",\n        \"remembers\",\n        \"rememorative\",\n        \"remends\",\n        \"reminiscenceful\",\n        \"reminiscer\",\n        \"reminisces\",\n        \"reminiscing\",\n        \"reminting\",\n        \"remints\",\n        \"remolds\",\n        \"repoll\"\n    ],\n    \"ememe ncheta\": [\n        \"commemoration\",\n        \"commemorations\",\n        \"commemoratively\",\n        \"commemorativeness\"\n    ],\n    \"na-eme ihe niile\": [\n        \"commemorizing\"\n    ],\n    \"bidoro\": [\n        \"commenced\",\n        \"pregenerate\"\n    ],\n    \"onye malitere\": [\n        \"commencer\",\n        \"originator\",\n        \"originist\"\n    ],\n    \"jaa ya mma\": [\n        \"commend\"\n    ],\n    \"kwesịrị ịja mma\": [\n        \"commendable\",\n        \"commendably\"\n    ],\n    \"ịja mma\": [\n        \"commendableness\",\n        \"commendador\",\n        \"commendam\",\n        \"commendatary\",\n        \"commendation\",\n        \"commendations\",\n        \"commendatory\",\n        \"commendatories\",\n        \"commendatorily\",\n        \"commendingly\",\n        \"commendment\",\n        \"rave\"\n    ],\n    \"otoro\": [\n        \"commendator\",\n        \"credited\",\n        \"praised\"\n    ],\n    \"jara mma\": [\n        \"commended\"\n    ],\n    \"nye onyinye\": [\n        \"commender\",\n        \"contributable\",\n        \"donate\",\n        \"gratulate\"\n    ],\n    \"na-aja mma\": [\n        \"commending\",\n        \"commends\",\n        \"unlaudative\"\n    ],\n    \"commensuraals\": [\n        \"commensurable\"\n    ],\n    \"commensurat\": [\n        \"commensurating\"\n    ],\n    \"commensuraments\": [\n        \"commensurations\"\n    ],\n    \"onye na-akọwa okwu enyi\": [\n        \"commentatorially\"\n    ],\n    \"ndị na-akọwa\": [\n        \"commentators\"\n    ],\n    \"onye na-akọwa okwu\": [\n        \"commentatorship\"\n    ],\n    \"onye ọchụnta ego\": [\n        \"commercer\",\n        \"commercialist\",\n        \"subpurchaser\",\n        \"venturer\"\n    ],\n    \"na-ere ahịa\": [\n        \"commercialising\",\n        \"commercializes\",\n        \"commercializing\",\n        \"deaerating\",\n        \"deairing\",\n        \"merchandize\",\n        \"merchantable\",\n        \"merchanting\",\n        \"peddleries\",\n        \"peddling\",\n        \"realer\",\n        \"retailing\",\n        \"retailment\",\n        \"retaping\",\n        \"vendable\",\n        \"vendee\",\n        \"vending\"\n    ],\n    \"nke azụmahịa\": [\n        \"commercialistic\"\n    ],\n    \"mkpọsa ngwá ahịa\": [\n        \"commercials\"\n    ],\n    \"commies\": [\n        \"commers\"\n    ],\n    \"na-amalite\": [\n        \"comminating\",\n        \"comminuting\",\n        \"developpes\",\n        \"embrues\",\n        \"initializes\",\n        \"initiates\",\n        \"startful\"\n    ],\n    \"comminut\": [\n        \"comminute\"\n    ],\n    \"kommiphora\": [\n        \"commiphora\"\n    ],\n    \"gbalite\": [\n        \"commise\"\n    ],\n    \"commise\": [\n        \"commiserate\",\n        \"commiserates\",\n        \"commiserating\"\n    ],\n    \"commisei\": [\n        \"commiseration\",\n        \"commiserative\"\n    ],\n    \"commising\": [\n        \"commiserations\"\n    ],\n    \"commiseiser\": [\n        \"commiserator\"\n    ],\n    \"isslọ ọrụ\": [\n        \"commissariats\"\n    ],\n    \"isslọrụ\": [\n        \"commissaries\",\n        \"commissaryship\",\n        \"commissions\",\n        \"commissionship\"\n    ],\n    \"kọmishọna\": [\n        \"commissionaire\",\n        \"commissional\",\n        \"commissionary\",\n        \"commissioner\"\n    ],\n    \"nyere ọrụ\": [\n        \"commissionated\",\n        \"commissioned\"\n    ],\n    \"inye ọrụ\": [\n        \"commissionating\",\n        \"commissioning\"\n    ],\n    \"ndị ọrụ ọrụ\": [\n        \"commissioners\"\n    ],\n    \"commississ\": [\n        \"commissively\"\n    ],\n    \"komisoria\": [\n        \"commissoria\"\n    ],\n    \"Iwu\": [\n        \"commissural\",\n        \"deciles\",\n        \"decrials\",\n        \"defacements\",\n        \"dequeues\",\n        \"federacy\",\n        \"ferv\",\n        \"formalins\",\n        \"juridic\",\n        \"ladified\",\n        \"lbs\",\n        \"ordinant\",\n        \"ordinarius\",\n        \"phr\",\n        \"prelacies\",\n        \"regalia\",\n        \"remands\",\n        \"rulings\",\n        \"sv\",\n        \"tendrac\"\n    ],\n    \"issulọrụ\": [\n        \"commissurotomy\",\n        \"commissurotomies\"\n    ],\n    \"Ikwere\": [\n        \"committable\",\n        \"youden\",\n        \"ostrca\"\n    ],\n    \"akanamde\": [\n        \"committed\"\n    ],\n    \"itinye obi\": [\n        \"committedness\",\n        \"indubitate\"\n    ],\n    \"kọmitii\": [\n        \"committee\",\n        \"committeeism\",\n        \"committees\",\n        \"committeeship\",\n        \"puttees\",\n        \"settees\"\n    ],\n    \"Ekwerete\": [\n        \"committeeman\"\n    ],\n    \"Ndi nwoke\": [\n        \"committeemen\"\n    ],\n    \"onye ji ihe\": [\n        \"committor\",\n        \"devoter\"\n    ],\n    \"kọmịks\": [\n        \"commix\"\n    ],\n    \"komo\": [\n        \"commo\"\n    ],\n    \"commodita\": [\n        \"commodate\"\n    ],\n    \"commode\": [\n        \"commodes\"\n    ],\n    \"dị ire\": [\n        \"commodious\",\n        \"crimble\",\n        \"titrable\"\n    ],\n    \"komoigne\": [\n        \"commoigne\"\n    ],\n    \"jikọrọ ọnụ\": [\n        \"commonage\",\n        \"commonweals\",\n        \"confederates\",\n        \"confederationist\",\n        \"confederative\",\n        \"crust\",\n        \"crustaceal\",\n        \"crustaceous\",\n        \"crustal\",\n        \"crustate\",\n        \"cruster\",\n        \"crusty\",\n        \"crustily\",\n        \"crusting\",\n        \"crut\",\n        \"intertrinitarian\",\n        \"yocked\",\n        \"yoked\",\n        \"yowled\",\n        \"unanimalized\",\n        \"unanimated\",\n        \"unioned\"\n    ],\n    \"ọhaneze\": [\n        \"commonalties\",\n        \"nonpublication\",\n        \"outechoes\",\n        \"pseudosocially\",\n        \"public\",\n        \"publically\",\n        \"publicational\",\n        \"publics\",\n        \"societyese\"\n    ],\n    \"ọtụtụ mgbe\": [\n        \"commonly\",\n        \"manyways\",\n        \"oftness\"\n    ],\n    \"ebe nkịtị\": [\n        \"commonplace\"\n    ],\n    \"ihe juru ebe nile\": [\n        \"commonplaceism\"\n    ],\n    \"nkịtị nkịtị\": [\n        \"commonplaceness\"\n    ],\n    \"ebe ama ama\": [\n        \"commonplaces\"\n    ],\n    \"commonsons\": [\n        \"commonsense\"\n    ],\n    \"commonsensons\": [\n        \"commonsensibly\"\n    ],\n    \"obodo niile\": [\n        \"commonwealth\"\n    ],\n    \"oha obodo\": [\n        \"commonwealthism\",\n        \"communal\",\n        \"communality\",\n        \"propublicity\"\n    ],\n    \"mba ndi mmadu\": [\n        \"commonwealths\"\n    ],\n    \"komos\": [\n        \"commos\"\n    ],\n    \"Mgbasi\": [\n        \"commotional\"\n    ],\n    \"commo\": [\n        \"commoved\"\n    ],\n    \"mekwa\": [\n        \"commulation\",\n        \"maywings\"\n    ],\n    \"mmeko\": [\n        \"communaliser\",\n        \"communionist\",\n        \"communitarian\",\n        \"interassociate\"\n    ],\n    \"imekọ ọnụ\": [\n        \"communalising\",\n        \"comradeliness\",\n        \"concorporated\"\n    ],\n    \"mmekọrịta obodo\": [\n        \"communalistic\"\n    ],\n    \"mekọrịta\": [\n        \"communalize\",\n        \"synchronised\",\n        \"synchronized\",\n        \"synchronizes\",\n        \"syncopize\",\n        \"syncretize\",\n        \"synergize\",\n        \"synerize\"\n    ],\n    \"komputa\": [\n        \"communalizer\",\n        \"communize\",\n        \"compellation\",\n        \"compellative\",\n        \"compert\",\n        \"competer\",\n        \"complanar\",\n        \"complin\",\n        \"compline\",\n        \"complines\",\n        \"complins\",\n        \"comports\",\n        \"compte\",\n        \"compted\",\n        \"compter\",\n        \"compulse\",\n        \"computable\",\n        \"computate\",\n        \"computist\",\n        \"comte\",\n        \"comtesse\"\n    ],\n    \"imekọrịta\": [\n        \"communalizing\",\n        \"concatenating\",\n        \"concatenations\",\n        \"interaffiliate\",\n        \"interbalance\",\n        \"interbalanced\",\n        \"interbalancing\",\n        \"intercadence\",\n        \"intercalative\",\n        \"intercombat\",\n        \"intercompare\",\n        \"intercomparison\",\n        \"intergrade\",\n        \"intermatting\",\n        \"intertrade\",\n        \"interweld\"\n    ],\n    \"kombus\": [\n        \"communbus\"\n    ],\n    \"kwurita\": [\n        \"commune\",\n        \"discuss\"\n    ],\n    \"nkwukọrịta\": [\n        \"communicability\",\n        \"communicational\",\n        \"communications\",\n        \"conciliabulum\",\n        \"confederacy\",\n        \"intercommunicability\",\n        \"intercommunication\",\n        \"intercommunicational\",\n        \"intercommunications\",\n        \"intercommunicative\",\n        \"noncommunication\",\n        \"precommunication\",\n        \"radiocommunication\",\n        \"telecommunication\",\n        \"telecommunicational\",\n        \"telecommunications\"\n    ],\n    \"nkwurịta okwu\": [\n        \"communicable\",\n        \"communicableness\",\n        \"communicably\",\n        \"communicatee\",\n        \"communication\",\n        \"communicative\",\n        \"communicatively\",\n        \"communicativeness\",\n        \"communisation\",\n        \"intercommunicable\"\n    ],\n    \"onye nkwusa\": [\n        \"communicant\",\n        \"cumbrian\",\n        \"dispergator\",\n        \"expromissor\",\n        \"extemporiser\",\n        \"heraldist\",\n        \"heraldress\",\n        \"inspirator\",\n        \"lounderer\",\n        \"luller\",\n        \"ovariotomist\",\n        \"panellist\",\n        \"pedarian\",\n        \"pedophile\",\n        \"proclaimant\",\n        \"proclaimer\",\n        \"proclamator\",\n        \"promulgator\",\n        \"promulger\",\n        \"protestive\",\n        \"provoquant\",\n        \"pseudorunic\",\n        \"publisher\",\n        \"purporter\",\n        \"spumier\",\n        \"surnamers\"\n    ],\n    \"ndị nkwukọrịta\": [\n        \"communicants\",\n        \"communicators\"\n    ],\n    \"na-ekwurịta okwu\": [\n        \"communicate\",\n        \"communicates\",\n        \"communicating\",\n        \"communicatory\",\n        \"intercommunicating\"\n    ],\n    \"onye nkwukọrịta\": [\n        \"communicator\"\n    ],\n    \"ikwurịta\": [\n        \"communing\",\n        \"intercommunicate\"\n    ],\n    \"komunizim\": [\n        \"communis\",\n        \"communise\",\n        \"communism\",\n        \"communist\",\n        \"communistic\",\n        \"communistical\",\n        \"communization\"\n    ],\n    \"gbasa\": [\n        \"communised\",\n        \"flews\",\n        \"fumigate\",\n        \"inflate\"\n    ],\n    \"na-ekwukọrịta\": [\n        \"communising\",\n        \"communizing\"\n    ],\n    \"kọmunist\": [\n        \"communistically\"\n    ],\n    \"ndị Kọmunist\": [\n        \"communists\"\n    ],\n    \"ọchịchị mmekọrịta\": [\n        \"communitarianism\"\n    ],\n    \"ụlọ ezumezu\": [\n        \"communitorium\"\n    ],\n    \"commutut\": [\n        \"commutable\",\n        \"commutator\",\n        \"commutators\"\n    ],\n    \"commutable\": [\n        \"commutableness\"\n    ],\n    \"ibughari\": [\n        \"commutate\",\n        \"commute\",\n        \"divert\",\n        \"erugate\",\n        \"movable\",\n        \"movableness\",\n        \"moveable\",\n        \"moveables\",\n        \"moveably\",\n        \"rearising\",\n        \"redilating\",\n        \"relocable\",\n        \"relocatability\",\n        \"relocatable\",\n        \"rescheduled\",\n        \"rescript\",\n        \"respread\",\n        \"transvase\",\n        \"unballasting\"\n    ],\n    \"puta\": [\n        \"commuter\",\n        \"emanate\",\n        \"excrete\",\n        \"protore\"\n    ],\n    \"Comnenian\": [\n        \"comnenian\"\n    ],\n    \"colorado\": [\n        \"comorado\"\n    ],\n    \"kọmpat\": [\n        \"compact\",\n        \"compactable\",\n        \"compactest\",\n        \"compactly\",\n        \"compactness\",\n        \"compacture\"\n    ],\n    \"ndakọrịta\": [\n        \"compactability\",\n        \"compaternity\",\n        \"compathy\",\n        \"compatibility\",\n        \"compatibilities\",\n        \"compatibleness\",\n        \"compatibly\",\n        \"incompatibility\",\n        \"incompatibly\",\n        \"interiorization\"\n    ],\n    \"kọmpụta\": [\n        \"compacted\",\n        \"compactedly\"\n    ],\n    \"compactness\": [\n        \"compactedness\"\n    ],\n    \"compact\": [\n        \"compacter\",\n        \"compactor\"\n    ],\n    \"compacti\": [\n        \"compactible\"\n    ],\n    \"compad\": [\n        \"compadre\",\n        \"compadres\"\n    ],\n    \"Nchịkọta\": [\n        \"compages\",\n        \"electroluminescence\",\n        \"embraceries\",\n        \"formulary\",\n        \"formularies\",\n        \"neurophile\",\n        \"stacks\",\n        \"subtenancy\",\n        \"summarizations\",\n        \"tromps\"\n    ],\n    \"inagide\": [\n        \"compaginate\"\n    ],\n    \"compagagering\": [\n        \"compagination\"\n    ],\n    \"kompeni\": [\n        \"companable\",\n        \"uncompellable\"\n    ],\n    \"komba\": [\n        \"compander\"\n    ],\n    \"compani\": [\n        \"companiable\"\n    ],\n    \"Inweta\": [\n        \"companying\",\n        \"infracting\",\n        \"possessio\",\n        \"possession\",\n        \"possessional\"\n    ],\n    \"ụlọ ọrụ obere\": [\n        \"companyless\"\n    ],\n    \"ike enyi\": [\n        \"companionableness\"\n    ],\n    \"enweghị enyi\": [\n        \"companionless\",\n        \"friendless\",\n        \"unfriend\",\n        \"unfriendedness\",\n        \"unfriending\",\n        \"unfriendship\"\n    ],\n    \"tụnyere\": [\n        \"compar\",\n        \"comparable\",\n        \"comparate\",\n        \"compared\",\n        \"comparison\",\n        \"equated\",\n        \"likened\"\n    ],\n    \"jiri ya tụnyere\": [\n        \"comparably\"\n    ],\n    \"ma e jiri ya tụnyere\": [\n        \"comparatively\"\n    ],\n    \"ndị ntụnyere\": [\n        \"comparators\"\n    ],\n    \"ihe nchoputa\": [\n        \"comparcioner\",\n        \"crassament\",\n        \"crassities\",\n        \"crazingmill\",\n        \"desensitizer\",\n        \"discoids\",\n        \"harlequinery\",\n        \"moonwalks\",\n        \"photocopier\",\n        \"photocopiers\",\n        \"recognizer\",\n        \"recognizor\",\n        \"spurge\"\n    ],\n    \"tulee\": [\n        \"compare\",\n        \"speculate\"\n    ],\n    \"ndị tụnyere\": [\n        \"comparers\"\n    ],\n    \"mejuputa\": [\n        \"compartmentalize\",\n        \"consummative\",\n        \"dimplement\",\n        \"hybridize\",\n        \"implement\",\n        \"implemental\",\n        \"implementiferous\",\n        \"refill\",\n        \"reimplement\",\n        \"replenish\",\n        \"replenished\",\n        \"replenishment\",\n        \"repletion\",\n        \"replevying\",\n        \"subsill\",\n        \"superplease\"\n    ],\n    \"kewara ekewa\": [\n        \"compartmented\",\n        \"disassociable\",\n        \"dividable\",\n        \"fragmentitious\",\n        \"fragmentized\",\n        \"interbanded\",\n        \"intersegmental\",\n        \"interspersedly\",\n        \"sectarianised\",\n        \"sectarianized\",\n        \"separableness\"\n    ],\n    \"kompas\": [\n        \"compass\",\n        \"compasser\",\n        \"compasses\"\n    ],\n    \"compass\": [\n        \"compassable\",\n        \"compassed\",\n        \"compassing\",\n        \"compassive\",\n        \"compassment\"\n    ],\n    \"nwee ọmịiko\": [\n        \"compassionable\",\n        \"compassionate\",\n        \"compassionated\",\n        \"compassionately\",\n        \"compassionating\",\n        \"copassionate\",\n        \"empathize\",\n        \"empathized\",\n        \"gentled\",\n        \"impassionate\",\n        \"impassioned\",\n        \"impassionedly\",\n        \"presympathize\",\n        \"presympathized\",\n        \"sympathectomy\",\n        \"sympathectomize\",\n        \"sympathetectomy\",\n        \"sympathetectomies\",\n        \"sympatheticotonic\",\n        \"sympathise\",\n        \"sympathised\",\n        \"sympathism\",\n        \"sympathize\",\n        \"sympathized\",\n        \"sympatholytic\"\n    ],\n    \"compati\": [\n        \"compatient\",\n        \"comptie\"\n    ],\n    \"onye agbata obi\": [\n        \"compatriot\",\n        \"compatriotic\",\n        \"neighbor\",\n        \"neighbored\",\n        \"neighborer\",\n        \"neighborless\",\n        \"neighbour\",\n        \"neighbourless\",\n        \"neighbourlike\"\n    ],\n    \"ndị agbata obi\": [\n        \"compatriots\"\n    ],\n    \"onye nnem\": [\n        \"compeer\"\n    ],\n    \"komila\": [\n        \"compellable\"\n    ],\n    \"manyere\": [\n        \"compelled\"\n    ],\n    \"magburu onwe\": [\n        \"compellent\",\n        \"excellent\",\n        \"frilliest\",\n        \"wonderful\"\n    ],\n    \"ndị na-enyocha ihe\": [\n        \"compellers\"\n    ],\n    \"komendium\": [\n        \"compendium\"\n    ],\n    \"ndị na-akwụghachi ụgwọ\": [\n        \"compensators\"\n    ],\n    \"compress\": [\n        \"compester\",\n        \"compresses\"\n    ],\n    \"zọọ mpi\": [\n        \"compete\",\n        \"contestate\"\n    ],\n    \"sọọ mpi\": [\n        \"competed\"\n    ],\n    \"eru\": [\n        \"competent\",\n        \"qual\"\n    ],\n    \"iru eru\": [\n        \"competentness\",\n        \"disqualify\",\n        \"disqualification\",\n        \"disqualifications\",\n        \"qualify\",\n        \"qualification\",\n        \"qualifications\",\n        \"qualifiedness\",\n        \"unqualify\",\n        \"unqualification\"\n    ],\n    \"tozuru oke\": [\n        \"competible\",\n        \"eligible\",\n        \"equilibrize\",\n        \"outgnawed\",\n        \"precongested\",\n        \"standardised\",\n        \"standardized\",\n        \"suffrage\",\n        \"superqualified\",\n        \"unstandardisable\",\n        \"voted\"\n    ],\n    \"na-asọ mpi\": [\n        \"competing\",\n        \"jugulates\",\n        \"jugulating\",\n        \"pomading\"\n    ],\n    \"onye ndorondoro\": [\n        \"competitioner\",\n        \"contestant\",\n        \"tournant\"\n    ],\n    \"onye osompi\": [\n        \"competitor\"\n    ],\n    \"ndị asọmpi\": [\n        \"competitors\"\n    ],\n    \"osompi\": [\n        \"competitress\",\n        \"confessorship\"\n    ],\n    \"chikota\": [\n        \"compile\"\n    ],\n    \"enwere ike ịnakọta\": [\n        \"compileable\"\n    ],\n    \"Ihe nchịkọta\": [\n        \"compilers\"\n    ],\n    \"comping\": [\n        \"compinge\"\n    ],\n    \"nwee afọ ojuju\": [\n        \"complacent\",\n        \"plenipotent\",\n        \"predissatisfaction\"\n    ],\n    \"na-eme udo\": [\n        \"complacential\",\n        \"nodulizing\",\n        \"peacing\",\n        \"presolving\",\n        \"propitiating\",\n        \"shrewing\"\n    ],\n    \"N'ikwekọ n'udo\": [\n        \"complacentially\"\n    ],\n    \"na-eji afọ ojuju\": [\n        \"complacently\"\n    ],\n    \"mee mkpesa\": [\n        \"complain\"\n    ],\n    \"mere mkpesa\": [\n        \"complained\"\n    ],\n    \"na-eme mkpesa\": [\n        \"complainers\",\n        \"complainingly\",\n        \"complains\",\n        \"complaisant\",\n        \"complaisantly\",\n        \"italicizes\",\n        \"prolicidal\"\n    ],\n    \"zuo ezu\": [\n        \"compleat\",\n        \"complect\",\n        \"complects\",\n        \"complement\",\n        \"complemented\",\n        \"complementer\",\n        \"complementing\",\n        \"complementizer\",\n        \"complements\",\n        \"completer\",\n        \"completest\",\n        \"quatch\"\n    ],\n    \"Emechara\": [\n        \"compleated\",\n        \"completed\",\n        \"finessed\",\n        \"finesser\",\n        \"finesses\",\n        \"finished\",\n        \"lateritic\"\n    ],\n    \"mmeju\": [\n        \"complection\",\n        \"complementation\",\n        \"couplement\",\n        \"suffixment\",\n        \"supplement\",\n        \"supplemental\",\n        \"supplementally\"\n    ],\n    \"arụkọ\": [\n        \"complemental\",\n        \"complementally\",\n        \"complementalness\",\n        \"complementary\",\n        \"complementaries\",\n        \"complementarily\",\n        \"complementariness\",\n        \"complementarism\",\n        \"complementarity\",\n        \"complementative\"\n    ],\n    \"ndị na-agbakwunye\": [\n        \"complementers\"\n    ],\n    \"emeju\": [\n        \"complementoid\",\n        \"completory\"\n    ],\n    \"mmecha\": [\n        \"completedness\",\n        \"completion\",\n        \"finalisms\",\n        \"finalizations\",\n        \"fineries\",\n        \"finicality\",\n        \"finicalness\",\n        \"finitudes\",\n        \"finlandization\",\n        \"perfectuation\"\n    ],\n    \"izu ezu\": [\n        \"completeness\",\n        \"incompleteness\",\n        \"lousiness\",\n        \"plotless\",\n        \"scampishness\",\n        \"suffragancy\"\n    ],\n    \"Mmecha\": [\n        \"completions\"\n    ],\n    \"na-emejuputa\": [\n        \"completive\"\n    ],\n    \"Mmeju\": [\n        \"completories\",\n        \"supplements\"\n    ],\n    \"sikwuo ike\": [\n        \"complexify\",\n        \"densen\",\n        \"solidify\"\n    ],\n    \"n'ụzọ mgbagwoju anya\": [\n        \"complexionably\",\n        \"convalescently\"\n    ],\n    \"dị mgbagwoju anya\": [\n        \"complexioned\"\n    ],\n    \"enweghị mgbagwoju anya\": [\n        \"complexionless\",\n        \"uncomplained\",\n        \"uncompliability\",\n        \"uncomplimentary\",\n        \"uncompounded\",\n        \"unconcertable\",\n        \"unconfound\",\n        \"unconfounding\",\n        \"unconfoundingly\",\n        \"unconfused\",\n        \"unconfusedly\",\n        \"unconfusing\",\n        \"uncontrastable\",\n        \"uncontrasted\",\n        \"undisconcerted\",\n        \"unenterprised\",\n        \"unsurprised\"\n    ],\n    \"komili\": [\n        \"compliable\"\n    ],\n    \"compliible\": [\n        \"compliably\"\n    ],\n    \"Dabara\": [\n        \"compliant\"\n    ],\n    \"ihikosi\": [\n        \"complicate\"\n    ],\n    \"onye mgbagwoju anya\": [\n        \"complicator\"\n    ],\n    \"ndị mgbagwoju anya\": [\n        \"complicators\"\n    ],\n    \"otito\": [\n        \"compliment\",\n        \"complimentable\",\n        \"complimental\",\n        \"complimentally\",\n        \"complimentalness\",\n        \"complimentary\",\n        \"complimentarily\",\n        \"complimentariness\",\n        \"complimentarity\",\n        \"complimentation\",\n        \"complimentative\",\n        \"complimenter\",\n        \"complimenters\",\n        \"complimenting\",\n        \"complimentingly\"\n    ],\n    \"Ekele\": [\n        \"compliments\",\n        \"exhales\",\n        \"hails\",\n        \"sublimes\"\n    ],\n    \"ndị ngwugwu\": [\n        \"complots\"\n    ],\n    \"complot\": [\n        \"complotted\"\n    ],\n    \"Ngwakọta na\": [\n        \"compoing\"\n    ],\n    \"ndebe\": [\n        \"componency\"\n    ],\n    \"im komputa\": [\n        \"componented\"\n    ],\n    \"akota\": [\n        \"comporting\"\n    ],\n    \"mejupụtara\": [\n        \"compos\",\n        \"composit\",\n        \"composita\",\n        \"compositae\",\n        \"composite\",\n        \"composited\",\n        \"composites\",\n        \"composition\",\n        \"compositions\",\n        \"compositive\",\n        \"compositorial\",\n        \"compositous\",\n        \"comprise\",\n        \"comprised\",\n        \"comprises\",\n        \"consisting\",\n        \"constitute\",\n        \"constituted\",\n        \"constitutes\",\n        \"cuffer\",\n        \"interwreathed\",\n        \"repledged\",\n        \"replevined\"\n    ],\n    \"Comable\": [\n        \"composable\",\n        \"composal\"\n    ],\n    \"ikpegara\": [\n        \"compose\"\n    ],\n    \"agụkọta\": [\n        \"composedly\"\n    ],\n    \"ihe mejupụtara\": [\n        \"composedness\",\n        \"compositeness\"\n    ],\n    \"andiwet\": [\n        \"composer\",\n        \"compositor\"\n    ],\n    \"composition\": [\n        \"compositional\"\n    ],\n    \"na nhazi\": [\n        \"compositionally\"\n    ],\n    \"Mejupụtara\": [\n        \"compositively\"\n    ],\n    \"kwere omume\": [\n        \"compossible\",\n        \"effectible\",\n        \"possible\",\n        \"possibler\",\n        \"possiblest\",\n        \"possibly\",\n        \"possie\",\n        \"predeliberated\",\n        \"suasible\"\n    ],\n    \"compost\": [\n        \"composted\",\n        \"composts\",\n        \"composture\"\n    ],\n    \"ịkọpụta ala\": [\n        \"composting\"\n    ],\n    \"ihe ngwakọta\": [\n        \"compoundable\"\n    ],\n    \"Ndị na-elekọta ụlọ\": [\n        \"compounders\",\n        \"steersmen\"\n    ],\n    \"ịghọta\": [\n        \"comprehend\",\n        \"comprehended\",\n        \"comprehending\",\n        \"comprehendingly\",\n        \"comprehensible\",\n        \"comprehensibly\",\n        \"grasping\",\n        \"perulate\",\n        \"understand\"\n    ],\n    \"na-aghọta\": [\n        \"comprehends\",\n        \"perceivedly\",\n        \"perceiving\",\n        \"reprehending\",\n        \"reprehends\",\n        \"understands\"\n    ],\n    \"ịghọta ihe\": [\n        \"comprehensibleness\",\n        \"comprehensor\"\n    ],\n    \"mpikota onu\": [\n        \"compress\",\n        \"compressing\",\n        \"comprest\"\n    ],\n    \"abịakọrọ\": [\n        \"compressed\",\n        \"compressedly\"\n    ],\n    \"mkpakọ\": [\n        \"compressingly\",\n        \"compression\",\n        \"compressional\",\n        \"compressions\",\n        \"compressive\",\n        \"compressively\"\n    ],\n    \"Compress\": [\n        \"compressor\",\n        \"compressure\"\n    ],\n    \"compres\": [\n        \"compressors\"\n    ],\n    \"compri\": [\n        \"compriest\",\n        \"comprize\"\n    ],\n    \"compris\": [\n        \"comprisal\"\n    ],\n    \"gụnyere\": [\n        \"comprising\",\n        \"embodied\",\n        \"encloses\",\n        \"encompassed\",\n        \"encompasses\",\n        \"encompassing\",\n        \"entails\",\n        \"imbodied\",\n        \"incl\",\n        \"incloses\",\n        \"inclosing\",\n        \"included\",\n        \"inclusions\",\n        \"inclusively\",\n        \"inclusory\",\n        \"inclusus\",\n        \"involvements\",\n        \"involves\"\n    ],\n    \"na-edekọ\": [\n        \"comprizing\",\n        \"scribbles\",\n        \"scribblingly\",\n        \"taping\"\n    ],\n    \"mie ala\": [\n        \"compromised\"\n    ],\n    \"komptrol\": [\n        \"comptrol\"\n    ],\n    \"nwekọtara ọnụ\": [\n        \"compunct\",\n        \"coppiced\",\n        \"overalled\",\n        \"overallegorize\",\n        \"overallegorized\"\n    ],\n    \"compunition\": [\n        \"compunctionary\"\n    ],\n    \"Mgbakọ\": [\n        \"compunctions\",\n        \"computations\",\n        \"computing\",\n        \"plenary\"\n    ],\n    \"compunsuo\": [\n        \"compunctious\"\n    ],\n    \"kọmputa\": [\n        \"computer\",\n        \"computerese\",\n        \"computerise\",\n        \"computerite\",\n        \"computerizable\",\n        \"computerization\",\n        \"computerize\",\n        \"computerized\",\n        \"computerizes\",\n        \"computerizing\",\n        \"computers\",\n        \"electrionic\",\n        \"electrological\",\n        \"electromyograph\",\n        \"electromyographic\",\n        \"electromobile\",\n        \"electronic\",\n        \"luter\",\n        \"supercomputer\",\n        \"teinoscope\"\n    ],\n    \"dị ka kọmputa\": [\n        \"computerlike\"\n    ],\n    \"komr\": [\n        \"comr\"\n    ],\n    \"coms\": [\n        \"comsat\"\n    ],\n    \"komsomol\": [\n        \"comsomol\"\n    ],\n    \"comates\": [\n        \"comtes\"\n    ],\n    \"komtism\": [\n        \"comtism\"\n    ],\n    \"komtist\": [\n        \"comtist\"\n    ],\n    \"nkwukwu\": [\n        \"concassation\",\n        \"interteam\",\n        \"interverbal\",\n        \"intervertebral\",\n        \"pallid\"\n    ],\n    \"concaca\": [\n        \"concaved\"\n    ],\n    \"concave\": [\n        \"concaver\",\n        \"concaving\"\n    ],\n    \"concavo\": [\n        \"concaves\"\n    ],\n    \"zobe\": [\n        \"conceal\",\n        \"vagotomize\"\n    ],\n    \"nke nwere ike ikpuchi\": [\n        \"concealable\"\n    ],\n    \"zobere\": [\n        \"concealed\",\n        \"ensealed\",\n        \"oversmoke\",\n        \"sentinelwise\"\n    ],\n    \"ezobe\": [\n        \"concealedness\"\n    ],\n    \"onye na-ezochi ihe\": [\n        \"concealer\"\n    ],\n    \"ndị na-ekpuchi ihe\": [\n        \"concealers\",\n        \"obscurers\"\n    ],\n    \"zoo\": [\n        \"concealing\",\n        \"contest\",\n        \"encradle\",\n        \"hide\",\n        \"hyde\",\n        \"hidebind\",\n        \"hidebound\",\n        \"hideland\",\n        \"lodge\",\n        \"tournette\",\n        \"unhid\",\n        \"unhide\"\n    ],\n    \"na-ezobe\": [\n        \"concealingly\",\n        \"lurking\",\n        \"shelteringly\"\n    ],\n    \"na-ezochi\": [\n        \"conceals\"\n    ],\n    \"nganga\": [\n        \"conceit\",\n        \"falcons\",\n        \"perfix\",\n        \"presumptious\",\n        \"presumptiously\",\n        \"presumptiveness\",\n        \"presumptuous\",\n        \"presumptuousness\",\n        \"presupply\",\n        \"presupposition\",\n        \"presuppression\",\n        \"pretence\",\n        \"pretense\",\n        \"pride\",\n        \"prideless\",\n        \"pridelessly\",\n        \"prides\",\n        \"proudly\",\n        \"proudness\"\n    ],\n    \"ịdị mpako\": [\n        \"conceitedly\",\n        \"conceitedness\"\n    ],\n    \"na-ebuli elu\": [\n        \"conceits\",\n        \"elevates\",\n        \"eluating\",\n        \"eluviating\",\n        \"exaltative\",\n        \"exalting\",\n        \"hoists\",\n        \"magnifies\",\n        \"mountably\",\n        \"unlifting\",\n        \"upboiling\",\n        \"upheaping\",\n        \"uplying\",\n        \"upsitting\",\n        \"upsloping\"\n    ],\n    \"pụrụ ichetụ n'echiche\": [\n        \"conceivable\",\n        \"imaginable\",\n        \"imaginableness\",\n        \"imaginaries\",\n        \"imagination\",\n        \"imaginations\"\n    ],\n    \"iche n'echiche\": [\n        \"conceivably\",\n        \"imaginably\",\n        \"imaginate\",\n        \"imaginated\",\n        \"imaginating\",\n        \"imagining\"\n    ],\n    \"tụụrụ ime\": [\n        \"conceive\",\n        \"conceived\",\n        \"conceivers\",\n        \"conceives\",\n        \"conceptional\"\n    ],\n    \"na-atụrụ ime\": [\n        \"conceiving\"\n    ],\n    \"turu ime\": [\n        \"concelebrate\"\n    ],\n    \"ụtụtụ\": [\n        \"concentrates\",\n        \"morn\",\n        \"mornay\",\n        \"mornings\",\n        \"morns\",\n        \"tomorn\"\n    ],\n    \"na-etinye uche\": [\n        \"concentrating\",\n        \"concentrative\",\n        \"concentring\",\n        \"misbinding\",\n        \"misfocusing\",\n        \"misplacing\",\n        \"preconcentrating\"\n    ],\n    \"itinye uche n'ihe\": [\n        \"concentrativeness\",\n        \"devoteeism\"\n    ],\n    \"ndị na-etinye uche ha\": [\n        \"concentrators\"\n    ],\n    \"ịtụrụ ime\": [\n        \"conception\",\n        \"pregnancies\"\n    ],\n    \"onye ime ime\": [\n        \"conceptionist\"\n    ],\n    \"echepụtara\": [\n        \"conceptualised\",\n        \"conceptualized\",\n        \"fabricated\",\n        \"inventoried\",\n        \"inventurous\"\n    ],\n    \"eche echiche\": [\n        \"conceptualising\",\n        \"conceptualizations\",\n        \"ideologised\",\n        \"reasoners\"\n    ],\n    \"onye nwere echiche\": [\n        \"conceptualist\",\n        \"opinionaire\"\n    ],\n    \"ke echiche\": [\n        \"conceptualistically\"\n    ],\n    \"ndị nwere echiche\": [\n        \"conceptualists\"\n    ],\n    \"chee echiche\": [\n        \"conceptualize\",\n        \"hypothetize\",\n        \"mentalize\",\n        \"ponerid\"\n    ],\n    \"onye na-eche echiche\": [\n        \"conceptualizer\",\n        \"forethinker\",\n        \"guesser\",\n        \"guessworker\",\n        \"imaginator\",\n        \"negationalist\",\n        \"reasoner\",\n        \"thinker\"\n    ],\n    \"kọntanetị\": [\n        \"concertante\"\n    ],\n    \"kọntanti\": [\n        \"concertanti\"\n    ],\n    \"kọntanto\": [\n        \"concertanto\"\n    ],\n    \"jikota\": [\n        \"concerted\",\n        \"concertized\",\n        \"englue\",\n        \"jointured\",\n        \"mercurify\",\n        \"mercurize\",\n        \"merfold\",\n        \"merge\",\n        \"merger\",\n        \"merges\",\n        \"merging\",\n        \"merist\",\n        \"merk\",\n        \"merle\",\n        \"merribush\",\n        \"merthiolate\",\n        \"reunify\",\n        \"unionize\"\n    ],\n    \"onye na-egwu egwu\": [\n        \"concertgoer\",\n        \"concertinist\",\n        \"concertist\",\n        \"concertmaster\",\n        \"concertmasters\",\n        \"concertmeister\",\n        \"lyricist\",\n        \"lyrist\",\n        \"melodramatist\",\n        \"mincer\",\n        \"oneiroscopist\",\n        \"playfere\",\n        \"playman\",\n        \"sublimationist\"\n    ],\n    \"kọnti\": [\n        \"concerti\"\n    ],\n    \"emekọrịta\": [\n        \"concertised\",\n        \"conciliatory\"\n    ],\n    \"na-emekọrịta ihe\": [\n        \"concertising\",\n        \"homologizing\",\n        \"interacting\",\n        \"intercalating\",\n        \"interdestructive\"\n    ],\n    \"kọnta\": [\n        \"concertizes\"\n    ],\n    \"kọntosos\": [\n        \"concertos\"\n    ],\n    \"ime kwere\": [\n        \"concessible\"\n    ],\n    \"onye nwe ihe ahia\": [\n        \"concessionaire\"\n    ],\n    \"inye ego ego\": [\n        \"concessionary\"\n    ],\n    \"onye nkwanye\": [\n        \"concessioner\"\n    ],\n    \"onye na-achi egwu egwu\": [\n        \"concettist\"\n    ],\n    \"conchfish\": [\n        \"conchfishes\"\n    ],\n    \"conchi\": [\n        \"conchies\"\n    ],\n    \"conchifechi\": [\n        \"conchiferous\"\n    ],\n    \"nkakọta\": [\n        \"conchoids\"\n    ],\n    \"ọkà n'ihe banyere udo\": [\n        \"conchologist\"\n    ],\n    \"nnakọta\": [\n        \"conchometry\",\n        \"intercolumniation\"\n    ],\n    \"kọncias\": [\n        \"conciator\"\n    ],\n    \"n'ụzọ aghụghọ\": [\n        \"concyclically\",\n        \"decipherably\",\n        \"entoptically\",\n        \"meiotically\",\n        \"subcreatively\",\n        \"subversively\",\n        \"subvertically\",\n        \"trieciously\",\n        \"trituberculy\"\n    ],\n    \"ekwentiabule\": [\n        \"conciliabule\"\n    ],\n    \"ime nkwado\": [\n        \"conciliarly\",\n        \"conciliatorily\",\n        \"coneighboring\"\n    ],\n    \"imeko\": [\n        \"conciliate\"\n    ],\n    \"Njikọ\": [\n        \"concional\",\n        \"conjugations\",\n        \"conjurership\",\n        \"connecticut\",\n        \"connectival\",\n        \"embusy\",\n        \"leaguelong\",\n        \"linkboy\",\n        \"meridion\",\n        \"ontologism\",\n        \"reconnection\"\n    ],\n    \"onye nkwekọrịta\": [\n        \"concionator\",\n        \"concordist\"\n    ],\n    \"kọnlarị\": [\n        \"conclave\"\n    ],\n    \"kwubiri\": [\n        \"concluded\"\n    ],\n    \"n'ikpeazụ\": [\n        \"conclusionally\",\n        \"endodontically\",\n        \"endoscopically\",\n        \"endosmotically\",\n        \"endwise\",\n        \"eventually\",\n        \"finale\",\n        \"finales\",\n        \"finally\",\n        \"finitely\",\n        \"latterly\",\n        \"ultimately\"\n    ],\n    \"nkwubi okwu\": [\n        \"conclusions\",\n        \"conclusory\"\n    ],\n    \"kọnn\": [\n        \"concn\"\n    ],\n    \"conco\": [\n        \"concocts\"\n    ],\n    \"kọnordor\": [\n        \"concordable\"\n    ],\n    \"Nkwokorita\": [\n        \"concordal\"\n    ],\n    \"ihe nkwekọrịta\": [\n        \"concordancer\",\n        \"concordats\",\n        \"concords\"\n    ],\n    \"Nkwekorita\": [\n        \"concordantial\",\n        \"concordatum\",\n        \"concredit\"\n    ],\n    \"Nkwokodi\": [\n        \"concordat\"\n    ],\n    \"kọnordial\": [\n        \"concordial\"\n    ],\n    \"mkparịta ụka\": [\n        \"concrescences\",\n        \"concussation\",\n        \"conversance\",\n        \"conversation\",\n        \"conversationable\",\n        \"conversational\",\n        \"conversationalism\",\n        \"conversationalist\",\n        \"conversationism\",\n        \"conversationize\",\n        \"conversations\",\n        \"conversazione\",\n        \"conversazioni\",\n        \"conversibility\",\n        \"conversive\",\n        \"converso\",\n        \"deliberations\",\n        \"dialogue\",\n        \"dialogues\",\n        \"discussion\",\n        \"discussional\",\n        \"discussionism\",\n        \"discussions\",\n        \"discussment\",\n        \"grapples\",\n        \"interactions\",\n        \"interapophyseal\",\n        \"intercoms\",\n        \"interplay\",\n        \"misassociation\",\n        \"negotiation\",\n        \"negotiations\",\n        \"nondiscussion\",\n        \"nonnegotiation\",\n        \"preconversation\",\n        \"semidecussation\",\n        \"unconversational\"\n    ],\n    \"Kwuwe\": [\n        \"concretional\"\n    ],\n    \"Okwuchukwu\": [\n        \"concretism\",\n        \"detrudes\",\n        \"foxtongue\",\n        \"interquarreled\",\n        \"lyssic\",\n        \"lithuresis\",\n        \"psellism\",\n        \"rheobase\",\n        \"sericon\",\n        \"sermonary\",\n        \"sermonet\",\n        \"sermonette\",\n        \"sermonic\",\n        \"sermonical\",\n        \"sermoning\",\n        \"sermonish\",\n        \"sermonism\",\n        \"sermonist\",\n        \"sermonizer\",\n        \"sermonolatry\",\n        \"sermonology\",\n        \"tattlery\",\n        \"termon\",\n        \"vibrionic\"\n    ],\n    \"n'ụzọ ụfọdụ\": [\n        \"concretively\",\n        \"contrarily\",\n        \"someway\",\n        \"someways\"\n    ],\n    \"imekọrịta ihe\": [\n        \"concretization\"\n    ],\n    \"iko nwanyị\": [\n        \"concubinage\",\n        \"concubinary\",\n        \"concubinate\",\n        \"concubine\",\n        \"concubinehood\"\n    ],\n    \"iko nwanyi\": [\n        \"concubinarian\",\n        \"concubitus\"\n    ],\n    \"ndị iko\": [\n        \"concubinaries\",\n        \"concubines\",\n        \"glassmen\"\n    ],\n    \"n'otu oge\": [\n        \"concurrent\",\n        \"concurrently\",\n        \"momentously\",\n        \"simultaneity\",\n        \"simultaneousness\"\n    ],\n    \"n'ụzọ ọ bụla\": [\n        \"concurringly\",\n        \"epiphenomenally\",\n        \"homotonously\",\n        \"paramagnetically\",\n        \"periphrastically\",\n        \"whitely\"\n    ],\n    \"-enweta\": [\n        \"concurs\",\n        \"molluscicidal\"\n    ],\n    \"Nzuzo\": [\n        \"concursus\",\n        \"hidings\"\n    ],\n    \"nwee mkparịta ụka\": [\n        \"concuss\"\n    ],\n    \"ghagbue\": [\n        \"concussed\",\n        \"interpleaded\"\n    ],\n    \"kedu mgbagha\": [\n        \"concussive\"\n    ],\n    \"na mgbagha\": [\n        \"concussively\"\n    ],\n    \"conde\": [\n        \"condecent\"\n    ],\n    \"katọọ\": [\n        \"condemn\",\n        \"condemnably\",\n        \"condemnate\",\n        \"condemnatory\",\n        \"condemning\",\n        \"criticise\",\n        \"criticize\",\n        \"critize\",\n        \"denounce\",\n        \"denunciant\",\n        \"denunciate\"\n    ],\n    \"Akatọ\": [\n        \"condemnable\",\n        \"criticisable\"\n    ],\n    \"amamikpe\": [\n        \"condemnations\",\n        \"damnation\",\n        \"denunciation\",\n        \"denunciations\",\n        \"denunciatory\",\n        \"guiltily\"\n    ],\n    \"afanye\": [\n        \"condense\"\n    ],\n    \"kechiri ọnụ\": [\n        \"condensed\"\n    ],\n    \"condensed\": [\n        \"condensedly\"\n    ],\n    \"Kọnda\": [\n        \"condensers\"\n    ],\n    \"na-emekọta ọnụ\": [\n        \"condensing\"\n    ],\n    \"wedaa ala\": [\n        \"condescend\",\n        \"humiliate\"\n    ],\n    \"na-ewetu onwe ya ala\": [\n        \"condescending\",\n        \"condescends\"\n    ],\n    \"-enye onwe-ya\": [\n        \"condescendingly\"\n    ],\n    \"ịdị umeala\": [\n        \"condescendingness\",\n        \"humification\",\n        \"humilitude\",\n        \"humiture\",\n        \"subservientness\"\n    ],\n    \"di ala\": [\n        \"condescensive\"\n    ],\n    \"N'anya di ala\": [\n        \"condescensively\"\n    ],\n    \"nwewe obi ike\": [\n        \"condescensiveness\"\n    ],\n    \"condes\": [\n        \"condescent\"\n    ],\n    \"kwadebe\": [\n        \"condign\",\n        \"equiatomic\",\n        \"equibalanced\",\n        \"equijacent\",\n        \"equilobate\",\n        \"equilobed\",\n        \"equip\",\n        \"equiparant\",\n        \"equipede\",\n        \"equipluve\",\n        \"equipoise\",\n        \"equipoises\",\n        \"equipostile\",\n        \"equipping\",\n        \"equiprobably\",\n        \"equips\",\n        \"equipt\",\n        \"foreprepare\",\n        \"prep\",\n        \"prepack\",\n        \"preparable\",\n        \"preprove\",\n        \"preprovide\",\n        \"prepunch\"\n    ],\n    \"condilar\": [\n        \"condylar\"\n    ],\n    \"condiles\": [\n        \"condyles\"\n    ],\n    \"nanị\": [\n        \"condiment\",\n        \"condimentary\",\n        \"condiments\",\n        \"ingleside\",\n        \"justles\",\n        \"limply\",\n        \"merely\",\n        \"monochlor\",\n        \"monochromically\",\n        \"secluding\",\n        \"simply\",\n        \"wholesomely\"\n    ],\n    \"keonodu\": [\n        \"conditional\"\n    ],\n    \"mee ka ha mara\": [\n        \"conditionalize\",\n        \"mannify\"\n    ],\n    \"ndị na-eme ka ihe atụ\": [\n        \"conditioners\"\n    ],\n    \"kondo\": [\n        \"condo\",\n        \"condos\"\n    ],\n    \"kasie\": [\n        \"condolatory\"\n    ],\n    \"console\": [\n        \"condole\",\n        \"consols\"\n    ],\n    \"kasie ya obi\": [\n        \"condoled\",\n        \"consolably\",\n        \"consoled\"\n    ],\n    \"Onye nkasi obi\": [\n        \"condoler\"\n    ],\n    \"ikasi obi\": [\n        \"condoling\"\n    ],\n    \"na-enye ume-ahụ\": [\n        \"condolingly\"\n    ],\n    \"kondom\": [\n        \"condom\",\n        \"condoms\"\n    ],\n    \"ihe mmado\": [\n        \"condoner\",\n        \"placarder\",\n        \"placarders\",\n        \"tickers\"\n    ],\n    \"na-akụkọta\": [\n        \"condores\",\n        \"entrenching\",\n        \"lumpens\"\n    ],\n    \"idu\": [\n        \"conduce\",\n        \"conduit\",\n        \"sew\"\n    ],\n    \"eduzi\": [\n        \"conduced\",\n        \"conductio\",\n        \"conductive\",\n        \"conductively\",\n        \"conductorial\",\n        \"directed\",\n        \"guidable\",\n        \"guided\"\n    ],\n    \"conduction\": [\n        \"conducement\",\n        \"conductional\"\n    ],\n    \"ihe mmezi\": [\n        \"conducer\"\n    ],\n    \"ndị na-eduzi ya\": [\n        \"conducers\"\n    ],\n    \"na-eduzi\": [\n        \"conduces\",\n        \"conducting\",\n        \"conductitious\",\n        \"conducts\",\n        \"directing\",\n        \"directorates\",\n        \"directs\",\n        \"guiding\",\n        \"guidwilly\",\n        \"mislodges\",\n        \"preses\",\n        \"unconducted\"\n    ],\n    \"kemmehe\": [\n        \"conducible\"\n    ],\n    \"o kwere omume\": [\n        \"conducibleness\",\n        \"fossilisable\",\n        \"gullible\",\n        \"hangable\"\n    ],\n    \"kondomom\": [\n        \"conductometer\"\n    ],\n    \"kondokto\": [\n        \"conductor\"\n    ],\n    \"ndutịm\": [\n        \"conductory\",\n        \"directorate\"\n    ],\n    \"enweghị onye ndu\": [\n        \"conductorless\",\n        \"leaderless\"\n    ],\n    \"ndị na-eduzi\": [\n        \"conductors\"\n    ],\n    \"imehie\": [\n        \"conduplicate\",\n        \"discarnate\",\n        \"interiorize\",\n        \"interjacence\",\n        \"interzone\",\n        \"intrude\",\n        \"miscall\",\n        \"miscarried\",\n        \"miscarries\",\n        \"mischance\",\n        \"mischarging\",\n        \"miscuing\",\n        \"misdo\",\n        \"miserly\",\n        \"misgave\",\n        \"misgrade\",\n        \"mislabor\",\n        \"misparsing\",\n        \"mispart\",\n        \"misparting\",\n        \"misprize\",\n        \"misstarting\",\n        \"mistone\",\n        \"mistrace\",\n        \"miswire\",\n        \"miswish\",\n        \"outwringing\",\n        \"transgressing\"\n    ],\n    \"kedu\": [\n        \"condurangin\",\n        \"whata\",\n        \"whatchy\",\n        \"whatd\",\n        \"whatkin\",\n        \"whatna\",\n        \"whats\",\n        \"whatso\",\n        \"whatzit\",\n        \"wherein\",\n        \"wheretill\",\n        \"whereto\",\n        \"whichway\"\n    ],\n    \"kporora\": [\n        \"condurango\"\n    ],\n    \"onyegbako\": [\n        \"conepatl\",\n        \"cruller\",\n        \"dispeopler\",\n        \"euhemerist\",\n        \"eulogizer\",\n        \"extratellurian\",\n        \"hymnograher\",\n        \"irritomotile\",\n        \"isoplethic\",\n        \"malebolgic\",\n        \"oneirocritical\",\n        \"petrarchist\",\n        \"philhellenist\",\n        \"pinnotherian\",\n        \"pistoleer\",\n        \"quitterbone\",\n        \"woodwright\"\n    ],\n    \"confabul\": [\n        \"confabular\"\n    ],\n    \"Mgbagha\": [\n        \"confabulation\",\n        \"reconversions\"\n    ],\n    \"confabulati\": [\n        \"confabulatory\"\n    ],\n    \"izu oke\": [\n        \"confect\",\n        \"excrescence\",\n        \"gemitorial\",\n        \"gemminess\",\n        \"insemination\",\n        \"overmeanly\",\n        \"overmeanness\",\n        \"perfectivising\",\n        \"plenariness\",\n        \"semiblasphemousness\",\n        \"semidiness\",\n        \"semify\",\n        \"semimoderate\",\n        \"semiperfect\",\n        \"semipiousness\",\n        \"semipoisonously\",\n        \"semiproneness\",\n        \"sobriety\",\n        \"teemingness\"\n    ],\n    \"ihe na-esi ísì ụtọ\": [\n        \"confectionaries\",\n        \"olfactories\",\n        \"perfumeress\",\n        \"perfumeries\"\n    ],\n    \"ebe a na-eme ihe oriri\": [\n        \"confectioneries\"\n    ],\n    \"ndị na-afectionụ ihe ịchọ mma\": [\n        \"confectioners\"\n    ],\n    \"Confederal\": [\n        \"confederal\"\n    ],\n    \"Njikota\": [\n        \"confederation\",\n        \"interlibel\",\n        \"ultratense\"\n    ],\n    \"nnokota\": [\n        \"confederationism\"\n    ],\n    \"Nye\": [\n        \"confer\",\n        \"confr\"\n    ],\n    \"confere\": [\n        \"conferee\"\n    ],\n    \"ọgbakọ ọgbakọ\": [\n        \"conferees\",\n        \"conferential\"\n    ],\n    \"nzukọ ọgbakọ\": [\n        \"conferencing\"\n    ],\n    \"kọnyeral\": [\n        \"conferral\",\n        \"conferrer\"\n    ],\n    \"Nyefee\": [\n        \"confervoid\",\n        \"confuter\",\n        \"convell\",\n        \"retransfer\",\n        \"retransfers\",\n        \"stivers\",\n        \"transferrotype\"\n    ],\n    \"osisa\": [\n        \"confessionalian\",\n        \"confessionary\",\n        \"confessor\",\n        \"confessory\",\n        \"ossifier\",\n        \"ossifiers\",\n        \"scabble\"\n    ],\n    \"ekwupụtaerist\": [\n        \"confessionalist\"\n    ],\n    \"nwere obi ike\": [\n        \"confident\",\n        \"fosterable\",\n        \"stouthearted\",\n        \"stoutheartedly\"\n    ],\n    \"nwee ntụkwasị obi\": [\n        \"confidente\",\n        \"reliquefy\"\n    ],\n    \"n’atụghị egwu\": [\n        \"confidently\",\n        \"intrepidly\",\n        \"uncourageously\",\n        \"undauntedly\",\n        \"undiffidently\"\n    ],\n    \"izu nzuzo\": [\n        \"confider\",\n        \"confiding\",\n        \"confidingly\",\n        \"confidingness\",\n        \"plotinism\",\n        \"privateering\"\n    ],\n    \"ahazi\": [\n        \"configurating\",\n        \"equisetum\"\n    ],\n    \"kesara\": [\n        \"confinable\"\n    ],\n    \"n'ichiri\": [\n        \"confinedly\"\n    ],\n    \"na-ejedebe\": [\n        \"confines\",\n        \"culminates\",\n        \"endenize\"\n    ],\n    \"njedebe\": [\n        \"confinity\",\n        \"culminal\",\n        \"culminant\",\n        \"culmination\",\n        \"culminations\",\n        \"delimit\",\n        \"delimitation\",\n        \"delimitations\",\n        \"delimiter\",\n        \"delimits\",\n        \"destituteness\",\n        \"endamagement\",\n        \"endemial\",\n        \"endemism\",\n        \"endemisms\",\n        \"endenization\",\n        \"endgame\",\n        \"endings\",\n        \"endite\",\n        \"endogenicity\",\n        \"endomyces\",\n        \"endosome\",\n        \"endostome\",\n        \"endoubt\",\n        \"endpoint\",\n        \"endpoints\",\n        \"endship\",\n        \"endues\",\n        \"expressivity\",\n        \"extremism\",\n        \"finality\",\n        \"finiteness\",\n        \"finitism\",\n        \"indetermination\",\n        \"interminability\",\n        \"liminess\",\n        \"limitatively\",\n        \"limitedness\",\n        \"monopolarity\",\n        \"outdistance\",\n        \"outdistances\",\n        \"terminability\",\n        \"terminative\",\n        \"termini\",\n        \"terminism\",\n        \"terministic\",\n        \"terminus\",\n        \"thegndom\",\n        \"ultimacy\",\n        \"ultimacies\",\n        \"ultimateness\",\n        \"ultimatum\",\n        \"ultimatums\",\n        \"ultimity\",\n        \"ultrastrict\",\n        \"uninfiniteness\"\n    ],\n    \"gosi ma obu\": [\n        \"confirmor\"\n    ],\n    \"jichie\": [\n        \"confiscable\",\n        \"confiscatable\",\n        \"confiscated\",\n        \"piscary\"\n    ],\n    \"bukọta\": [\n        \"confiscate\",\n        \"confiscations\",\n        \"confiscator\",\n        \"confiscators\"\n    ],\n    \"na-ejichi\": [\n        \"confiscates\",\n        \"confiscating\",\n        \"withholds\"\n    ],\n    \"siizi\": [\n        \"confiscation\",\n        \"confiscatory\"\n    ],\n    \"confentor\": [\n        \"confiteor\"\n    ],\n    \"Na-egbu mmụọ\": [\n        \"conflagrative\",\n        \"permutating\",\n        \"permutation\",\n        \"spirling\"\n    ],\n    \"na-emegiderịta\": [\n        \"conflicting\",\n        \"conflictingly\",\n        \"contradicting\",\n        \"contradictious\",\n        \"contradictiously\",\n        \"contradictive\",\n        \"contradictory\",\n        \"contradicts\",\n        \"rebuffs\"\n    ],\n    \"enweghị esemokwu\": [\n        \"conflictless\",\n        \"frictionless\",\n        \"frictionlessness\",\n        \"nonclassical\",\n        \"nonconflictive\",\n        \"nonintroversive\",\n        \"nonlyricalness\",\n        \"unintroversive\"\n    ],\n    \"ma eleghị anya\": [\n        \"conforbably\",\n        \"lestiwarite\",\n        \"likeliest\",\n        \"prepossessingly\",\n        \"probabilistically\"\n    ],\n    \"ime kwekọrọ\": [\n        \"conformate\"\n    ],\n    \"n'ụzọ kwekọrọ\": [\n        \"conformationally\",\n        \"correspondently\",\n        \"negotiably\",\n        \"parallelly\"\n    ],\n    \"conformor\": [\n        \"conformator\"\n    ],\n    \"conform\": [\n        \"conformer\",\n        \"conformers\"\n    ],\n    \"ndị kwekọrịtara\": [\n        \"conformists\"\n    ],\n    \"Nkwupụta nzuzo\": [\n        \"confraternal\"\n    ],\n    \"Na-ekwupụta\": [\n        \"confreres\"\n    ],\n    \"ebuso\": [\n        \"confront\",\n        \"confronte\",\n        \"enseem\"\n    ],\n    \"ndisobo\": [\n        \"confrontal\"\n    ],\n    \"chere ihu\": [\n        \"confronted\",\n        \"faced\",\n        \"faceoff\",\n        \"facewise\",\n        \"foredo\",\n        \"forwent\",\n        \"fronted\",\n        \"frontes\",\n        \"frontispieced\",\n        \"missend\"\n    ],\n    \"zute\": [\n        \"confronter\",\n        \"meet\",\n        \"rase\"\n    ],\n    \"na-eche ihu\": [\n        \"confronting\",\n        \"confronts\",\n        \"facing\",\n        \"facingly\",\n        \"facings\",\n        \"facsimileing\",\n        \"forboding\",\n        \"foreboding\",\n        \"foredoing\",\n        \"frontispiecing\",\n        \"jasperizing\",\n        \"orientalizing\",\n        \"peptonising\",\n        \"predescend\",\n        \"predeserve\",\n        \"predeserving\",\n        \"predesperate\",\n        \"refronts\",\n        \"ridgiest\",\n        \"supercombing\",\n        \"therebesides\"\n    ],\n    \"na-emegharị anya\": [\n        \"confuse\",\n        \"recolonising\",\n        \"remasticating\",\n        \"resulphurizing\",\n        \"retasting\",\n        \"retrofiring\"\n    ],\n    \"onye nkwenye\": [\n        \"confuser\",\n        \"consenter\",\n        \"conusor\",\n        \"creedalist\",\n        \"creedist\",\n        \"creosoter\",\n        \"hylotheist\",\n        \"preexist\"\n    ],\n    \"confus\": [\n        \"confusive\"\n    ],\n    \"na-ekwuputara ndị mmadụ\": [\n        \"confuters\"\n    ],\n    \"conga\": [\n        \"congaed\"\n    ],\n    \"ịnụ ihe\": [\n        \"congaing\",\n        \"hearsecloth\",\n        \"overhearing\"\n    ],\n    \"congealable\": [\n        \"congealableness\"\n    ],\n    \"kporo onu\": [\n        \"congealed\"\n    ],\n    \"ihe ntamu\": [\n        \"congealing\"\n    ],\n    \"congee\": [\n        \"conged\",\n        \"congeed\",\n        \"congees\"\n    ],\n    \"congee ing\": [\n        \"congeeing\"\n    ],\n    \"conge\": [\n        \"congeing\"\n    ],\n    \"congela\": [\n        \"congelative\"\n    ],\n    \"congenga\": [\n        \"congenator\"\n    ],\n    \"congene\": [\n        \"congenerous\"\n    ],\n    \"ududo\": [\n        \"congenerousness\",\n        \"congruence\",\n        \"congruency\",\n        \"drollishness\",\n        \"yeowoman\",\n        \"intonated\",\n        \"mediosilicic\",\n        \"medusoid\",\n        \"medusoids\",\n        \"monoxyle\",\n        \"parturient\",\n        \"shadbird\",\n        \"spider\",\n        \"spiderflower\",\n        \"spiderhunter\",\n        \"spiderlet\",\n        \"spiderly\",\n        \"spiderlike\",\n        \"spiderman\",\n        \"spidermonkey\",\n        \"spiders\",\n        \"spiderweb\",\n        \"spiderwebbed\",\n        \"spiderwebbing\",\n        \"spiderwort\",\n        \"unpersuadability\",\n        \"unsalmonlike\",\n        \"unsundered\"\n    ],\n    \"congenial\": [\n        \"congeniality\",\n        \"congenially\"\n    ],\n    \"ebum pụta ụwa\": [\n        \"congenital\",\n        \"innate\",\n        \"innately\",\n        \"innatural\",\n        \"innaturality\",\n        \"innaturally\",\n        \"innitency\"\n    ],\n    \"ebumpụta ụwa\": [\n        \"congenitally\",\n        \"eigenfrequency\",\n        \"inherently\"\n    ],\n    \"mkpọkọta\": [\n        \"congeries\",\n        \"congession\",\n        \"congregant\",\n        \"congregative\",\n        \"congregativeness\",\n        \"congregator\",\n        \"convenably\",\n        \"convenance\",\n        \"conveneries\"\n    ],\n    \"conges\": [\n        \"congest\",\n        \"congested\",\n        \"congestive\",\n        \"congests\"\n    ],\n    \"mkpọchi mkpọ\": [\n        \"congestedness\"\n    ],\n    \"congiji\": [\n        \"congiaries\"\n    ],\n    \"n'agụụ\": [\n        \"conglobately\",\n        \"cravingly\"\n    ],\n    \"na-akpọkọta\": [\n        \"conglobating\",\n        \"convenes\",\n        \"convening\",\n        \"liaising\",\n        \"trundling\"\n    ],\n    \"conglutin\": [\n        \"conglutinant\"\n    ],\n    \"chikọta ọnụ\": [\n        \"conglutinate\"\n    ],\n    \"kongo\": [\n        \"congo\",\n        \"congoese\",\n        \"congolese\",\n        \"congou\",\n        \"congous\"\n    ],\n    \"congos\": [\n        \"congoes\"\n    ],\n    \"kongoleum\": [\n        \"congoleum\"\n    ],\n    \"kẹle\": [\n        \"congratulable\",\n        \"congratulated\",\n        \"greet\",\n        \"groow\",\n        \"rejounce\"\n    ],\n    \"kelee gị\": [\n        \"congratulant\"\n    ],\n    \"na-ekele gị\": [\n        \"congratulates\"\n    ],\n    \"onye isi ekele\": [\n        \"congratulator\"\n    ],\n    \"mgwa ihe\": [\n        \"congredient\",\n        \"ingredience\",\n        \"ingredient\"\n    ],\n    \"na-ezukọ\": [\n        \"congregates\",\n        \"consociating\",\n        \"intermeeting\"\n    ],\n    \"ọgbakọ\": [\n        \"congregation\",\n        \"congregational\",\n        \"congregationalism\",\n        \"congregationalist\",\n        \"congregationalize\",\n        \"congregationer\"\n    ],\n    \"ndị ọgbakọ\": [\n        \"congregationalists\"\n    ],\n    \"n'ọgbakọ\": [\n        \"congregationally\"\n    ],\n    \"ọgbakọ dị iche iche\": [\n        \"congregations\"\n    ],\n    \"cong\": [\n        \"congressed\"\n    ],\n    \"ọgbakọ omebe iwu\": [\n        \"congresses\",\n        \"senatorship\"\n    ],\n    \"na-eme ọgbakọ\": [\n        \"congressing\"\n    ],\n    \"onye nzuko omeiwu\": [\n        \"congressionalist\",\n        \"congressist\",\n        \"congressman\",\n        \"congresswoman\"\n    ],\n    \"congress\": [\n        \"congressive\"\n    ],\n    \"ndị omeiwu\": [\n        \"congressmen\",\n        \"lawmakers\",\n        \"parliamentarians\",\n        \"senators\"\n    ],\n    \"ndị isi ọgbakọ\": [\n        \"congresswomen\"\n    ],\n    \"congrujị\": [\n        \"congruencies\"\n    ],\n    \"congruang anya\": [\n        \"congruently\"\n    ],\n    \"Coniacian\": [\n        \"coniacian\"\n    ],\n    \"conical uche\": [\n        \"conicalness\"\n    ],\n    \"cony\": [\n        \"conynge\"\n    ],\n    \"Mkpụrụ osisi\": [\n        \"conins\"\n    ],\n    \"ndiomycetes\": [\n        \"coniomycetes\"\n    ],\n    \"ndammana\": [\n        \"conjecturableness\",\n        \"naturally\",\n        \"occidents\"\n    ],\n    \"conjoint ness\": [\n        \"conjointness\"\n    ],\n    \"conjunctiva\": [\n        \"conjuctiva\"\n    ],\n    \"conjugal\": [\n        \"conjugably\",\n        \"conjugality\"\n    ],\n    \"conjugation\": [\n        \"conjugational\"\n    ],\n    \"conjuju\": [\n        \"conjuration\",\n        \"conjurations\",\n        \"conjurator\"\n    ],\n    \"ijisi\": [\n        \"conjure\"\n    ],\n    \"conjurere\": [\n        \"conjurers\"\n    ],\n    \"Kokaị\": [\n        \"conkers\"\n    ],\n    \"connche\": [\n        \"connately\"\n    ],\n    \"n'ụzọ mmụọ\": [\n        \"connaturally\"\n    ],\n    \"enweghị njikọ\": [\n        \"connectionless\",\n        \"inconnected\",\n        \"nociassociation\",\n        \"nonadjunctive\",\n        \"nonassociability\",\n        \"nonassociation\",\n        \"noncancellation\",\n        \"nonconjunction\",\n        \"nonconjunctive\",\n        \"nonconjunctively\",\n        \"nonconnective\",\n        \"nonconnectively\",\n        \"nonconnivence\",\n        \"nonengagement\",\n        \"nonlinkage\",\n        \"unassociativeness\",\n        \"unbroached\",\n        \"unconjoined\",\n        \"unconjunctive\",\n        \"unconnected\",\n        \"unconnectedness\",\n        \"unconsociated\",\n        \"uncorrelated\",\n        \"undisconnected\",\n        \"unethylated\",\n        \"uninsolated\",\n        \"unjointed\",\n        \"unjointing\",\n        \"unpatronizing\",\n        \"unrallying\",\n        \"unrelatedness\",\n        \"unrotational\"\n    ],\n    \"Njikọta\": [\n        \"connectivity\"\n    ],\n    \"kọnnelite\": [\n        \"connellite\"\n    ],\n    \"nchekasị\": [\n        \"conniptions\",\n        \"gravery\",\n        \"misremembrance\",\n        \"reanxiety\"\n    ],\n    \"conni\": [\n        \"connivant\"\n    ],\n    \"nghogbu\": [\n        \"conniver\"\n    ],\n    \"ndị na-emekọrịta ihe\": [\n        \"connivers\"\n    ],\n    \"ndị maara ihe\": [\n        \"connoisseurs\",\n        \"elegists\"\n    ],\n    \"ngosiputa\": [\n        \"connotation\",\n        \"demonstrational\",\n        \"reflecter\",\n        \"reflector\"\n    ],\n    \"connot\": [\n        \"connoted\"\n    ],\n    \"chịkọta ọnụ\": [\n        \"connumerate\"\n    ],\n    \"okonkwo\": [\n        \"conoscenti\",\n        \"glenn\",\n        \"gonocyte\",\n        \"maronist\",\n        \"pyocyst\",\n        \"syodicon\",\n        \"thondracians\",\n        \"thorianite\",\n        \"tomblet\",\n        \"tongsman\"\n    ],\n    \"iwuli elu\": [\n        \"conourish\",\n        \"hop\"\n    ],\n    \"merie ike\": [\n        \"conquerableness\"\n    ],\n    \"meriri\": [\n        \"conquered\",\n        \"conquians\",\n        \"defeated\",\n        \"felicitated\",\n        \"prevailed\",\n        \"vanquished\"\n    ],\n    \"na-emeri\": [\n        \"conquering\",\n        \"conqueringly\",\n        \"conquers\",\n        \"overcomable\",\n        \"overcomes\",\n        \"overcoming\",\n        \"overgoing\",\n        \"vanquishes\",\n        \"vanquishing\",\n        \"wincing\",\n        \"wincingly\",\n        \"wining\",\n        \"winning\",\n        \"winningly\",\n        \"winsomely\",\n        \"woning\",\n        \"wonning\",\n        \"wonting\"\n    ],\n    \"merie ihe\": [\n        \"conquinine\"\n    ],\n    \"kpọbata\": [\n        \"consacre\",\n        \"incher\",\n        \"ingathers\",\n        \"invars\",\n        \"inviter\",\n        \"inviters\",\n        \"supplying\",\n        \"suppute\"\n    ],\n    \"consanguine\": [\n        \"consanguinean\"\n    ],\n    \"akọ na uche\": [\n        \"conscience\",\n        \"consciencelessly\",\n        \"consciences\",\n        \"conscient\",\n        \"conscientious\",\n        \"conscientiously\",\n        \"conscientiousness\",\n        \"consence\",\n        \"unscience\"\n    ],\n    \"gwaa\": [\n        \"conscribe\",\n        \"telltale\",\n        \"telluride\",\n        \"tellurite\",\n        \"tellurize\"\n    ],\n    \"ezipụ\": [\n        \"conscribed\",\n        \"deputationize\",\n        \"issuable\",\n        \"messaged\",\n        \"outpried\",\n        \"outrolled\",\n        \"postilioned\",\n        \"posturising\",\n        \"posturizing\",\n        \"prealleging\",\n        \"replanter\"\n    ],\n    \"na-edebanye aha\": [\n        \"conscribing\",\n        \"conscriptive\",\n        \"labefying\",\n        \"overdescribing\",\n        \"preregistering\",\n        \"registers\",\n        \"registries\",\n        \"regorging\",\n        \"subscribing\",\n        \"subscriptively\",\n        \"undescriptively\",\n        \"unfermentative\"\n    ],\n    \"onye na-edebanye aha ya\": [\n        \"conscriptionist\"\n    ],\n    \"doo nsọ\": [\n        \"consecrate\",\n        \"consecrated\",\n        \"consecute\",\n        \"sancties\",\n        \"sanctify\",\n        \"sanctificate\",\n        \"sanctified\",\n        \"sanctuaried\",\n        \"sanctuarize\"\n    ],\n    \"nsọ ness\": [\n        \"consecratedness\"\n    ],\n    \"onye edobe\": [\n        \"consecrater\"\n    ],\n    \"doro nsọ\": [\n        \"consecrates\"\n    ],\n    \"na-edo nsọ\": [\n        \"consecrating\",\n        \"consecutives\",\n        \"sanctifies\",\n        \"sanctifying\",\n        \"sanctifyingly\"\n    ],\n    \"echichi\": [\n        \"consecration\",\n        \"coronation\",\n        \"coronations\",\n        \"demonomanie\",\n        \"enthronise\",\n        \"eructated\",\n        \"guarantine\",\n        \"ichthyization\",\n        \"installation\",\n        \"ordainment\",\n        \"ordinated\",\n        \"ordination\",\n        \"ordinations\"\n    ],\n    \"nmeju-aka\": [\n        \"consecrations\"\n    ],\n    \"na-edobe nsọ\": [\n        \"consecrative\"\n    ],\n    \"Onye doro nsọ\": [\n        \"consecrator\"\n    ],\n    \"nsọ\": [\n        \"consecratory\",\n        \"hallowed\",\n        \"hallowedly\",\n        \"menstruated\",\n        \"paneity\",\n        \"sanct\",\n        \"sanctimony\",\n        \"solemness\"\n    ],\n    \"ido nsọ\": [\n        \"consecution\",\n        \"sanctifications\",\n        \"sanctifier\"\n    ],\n    \"otutu mmadu kwenyere\": [\n        \"consensus\"\n    ],\n    \"consenti\": [\n        \"consentient\"\n    ],\n    \"ihe si na ya pụta\": [\n        \"consequences\",\n        \"consequentialities\",\n        \"consequents\",\n        \"outcame\",\n        \"outcome\",\n        \"resultancy\"\n    ],\n    \"chebe\": [\n        \"conservate\",\n        \"counterguard\",\n        \"defend\",\n        \"esguard\",\n        \"inserve\",\n        \"outguard\",\n        \"oversecured\",\n        \"pintail\",\n        \"preser\",\n        \"preserve\",\n        \"protect\",\n        \"protected\",\n        \"protectee\",\n        \"protectionate\",\n        \"proteose\",\n        \"safeguarded\",\n        \"safeguarder\",\n        \"safen\",\n        \"theorize\",\n        \"underguard\",\n        \"vanguard\"\n    ],\n    \"onye nchekwa\": [\n        \"conservationism\",\n        \"conservationist\",\n        \"lurcher\",\n        \"preservationist\",\n        \"protectorian\",\n        \"reservice\",\n        \"reservist\",\n        \"safetyman\",\n        \"storekeeper\",\n        \"subprotector\"\n    ],\n    \"ndi oru nchekwa\": [\n        \"conservationists\"\n    ],\n    \"conservative\": [\n        \"conservatively\"\n    ],\n    \"ulo ncheta\": [\n        \"conservatoires\"\n    ],\n    \"ụlọ nchekwa\": [\n        \"conservatories\",\n        \"conservators\",\n        \"porterhouses\",\n        \"storekeep\"\n    ],\n    \"nchedo\": [\n        \"conservatorio\",\n        \"conservatrix\",\n        \"contrition\",\n        \"countersecurity\",\n        \"observandum\",\n        \"profection\",\n        \"protechnical\",\n        \"protectant\",\n        \"protectible\",\n        \"protection\",\n        \"protectionism\",\n        \"protectionist\",\n        \"protectionists\",\n        \"protectionize\",\n        \"protections\",\n        \"protectionship\",\n        \"protectorate\",\n        \"protectrix\",\n        \"protege\",\n        \"proteopectic\",\n        \"proterandry\",\n        \"proterandrousness\",\n        \"proteroglyph\",\n        \"safegaurds\",\n        \"safeguards\",\n        \"secularise\",\n        \"subsecurity\"\n    ],\n    \"tụlee\": [\n        \"consider\",\n        \"disconsider\",\n        \"dripped\",\n        \"dropper\",\n        \"drops\",\n        \"dropshot\",\n        \"dropshots\",\n        \"dropsy\",\n        \"dropsical\",\n        \"dropsies\",\n        \"dropsonde\",\n        \"itemize\",\n        \"rationalise\",\n        \"rationalize\"\n    ],\n    \"bukwanu\": [\n        \"considerable\"\n    ],\n    \"nke ukwu\": [\n        \"considerably\",\n        \"prestomial\",\n        \"quantity\",\n        \"quantitively\",\n        \"sternforemost\"\n    ],\n    \"chebara echiche\": [\n        \"considerate\",\n        \"sensationalised\",\n        \"sensationalized\"\n    ],\n    \"echebara echiche\": [\n        \"considerately\",\n        \"consideratively\",\n        \"psycholinguistic\",\n        \"psychometrically\"\n    ],\n    \"ichebara echiche\": [\n        \"considerateness\",\n        \"considerativeness\",\n        \"inconsideration\",\n        \"overconsiderate\",\n        \"pondered\",\n        \"poniarded\",\n        \"underthought\"\n    ],\n    \"na-echebara echiche\": [\n        \"considerative\",\n        \"considerer\",\n        \"prethoughtfulness\"\n    ],\n    \"onye na-echebara echiche\": [\n        \"considerator\"\n    ],\n    \"tụlere\": [\n        \"considered\",\n        \"discussed\"\n    ],\n    \"na-atụle\": [\n        \"considering\",\n        \"discusses\",\n        \"discussive\",\n        \"perusing\",\n        \"prevaluing\",\n        \"reckons\"\n    ],\n    \"atụle\": [\n        \"considers\",\n        \"weighed\",\n        \"weighs\"\n    ],\n    \"mkpofu\": [\n        \"consignatary\",\n        \"datelining\",\n        \"deposable\",\n        \"deposal\",\n        \"deposals\",\n        \"discardment\",\n        \"disposability\",\n        \"disposable\",\n        \"disposableness\",\n        \"disposal\",\n        \"disposals\",\n        \"disposedness\",\n        \"disposement\",\n        \"disposer\",\n        \"dispositional\",\n        \"disposure\",\n        \"dumpage\",\n        \"dumpcart\",\n        \"wastable\",\n        \"wasteboard\",\n        \"wasteyard\"\n    ],\n    \"Mbupu\": [\n        \"consignation\",\n        \"consignment\",\n        \"consignments\",\n        \"deplumation\",\n        \"disbranching\",\n        \"disportment\",\n        \"outboxing\",\n        \"outchatter\",\n        \"outhits\",\n        \"outstature\",\n        \"reship\",\n        \"reshipment\",\n        \"saarbrucken\",\n        \"shipment\",\n        \"shipments\",\n        \"shipper\",\n        \"shires\",\n        \"unshipment\"\n    ],\n    \"ndị nnọchi anya\": [\n        \"consignees\",\n        \"consuls\",\n        \"delegation\",\n        \"deputies\",\n        \"representationes\",\n        \"representatives\",\n        \"subdeputies\"\n    ],\n    \"consignee ụgbọ mmiri\": [\n        \"consigneeship\"\n    ],\n    \"dị ntakịrị\": [\n        \"consignificant\",\n        \"consignificative\",\n        \"fewter\",\n        \"fringed\",\n        \"fringent\",\n        \"fringiest\",\n        \"linetest\",\n        \"rarest\",\n        \"scant\",\n        \"ticer\"\n    ],\n    \"ndị ntinye ego\": [\n        \"consignors\"\n    ],\n    \"tinyesị\": [\n        \"consimilated\"\n    ],\n    \"Na-eri ihe\": [\n        \"consimilating\",\n        \"consimile\"\n    ],\n    \"anọgidesi ike\": [\n        \"consistence\"\n    ],\n    \"Ndaba\": [\n        \"consistences\",\n        \"dropmeal\",\n        \"ebullition\",\n        \"fallibilist\",\n        \"hilarious\",\n        \"pelvetia\",\n        \"pseudocyphella\",\n        \"ripcords\"\n    ],\n    \"agbanwe agbanwe\": [\n        \"consistency\",\n        \"consistencies\",\n        \"consistorial\",\n        \"fluxile\",\n        \"influxible\",\n        \"invariant\",\n        \"undivertive\"\n    ],\n    \"Ihe mejuputara\": [\n        \"consistories\"\n    ],\n    \"nwere\": [\n        \"consists\",\n        \"contain\",\n        \"containable\",\n        \"containedly\",\n        \"containing\",\n        \"containments\",\n        \"contains\",\n        \"distains\",\n        \"enisled\",\n        \"featish\",\n        \"had\",\n        \"hays\",\n        \"harked\",\n        \"has\",\n        \"hasher\",\n        \"hath\",\n        \"haveable\",\n        \"haves\",\n        \"hersed\",\n        \"horded\",\n        \"yees\",\n        \"influentially\",\n        \"occupies\",\n        \"ownable\",\n        \"owned\",\n        \"owning\",\n        \"owns\",\n        \"plurisporous\",\n        \"posses\",\n        \"possessable\",\n        \"possessed\",\n        \"possessedly\",\n        \"possesses\",\n        \"possessible\",\n        \"possessing\",\n        \"possessingly\",\n        \"possessionalist\",\n        \"possessioned\",\n        \"possessiones\",\n        \"possessive\",\n        \"possessively\",\n        \"possessives\",\n        \"possies\",\n        \"pothered\",\n        \"spoked\"\n    ],\n    \"nkwekọtị\": [\n        \"consociative\"\n    ],\n    \"njikwa\": [\n        \"consolan\",\n        \"control\",\n        \"controllability\",\n        \"controllable\",\n        \"controllably\",\n        \"controllership\",\n        \"controls\",\n        \"grivation\",\n        \"handling\",\n        \"manageability\",\n        \"managee\",\n        \"management\",\n        \"managemental\",\n        \"managements\",\n        \"manager\",\n        \"manageress\",\n        \"managery\",\n        \"managerially\",\n        \"managership\",\n        \"mancipation\",\n        \"manipulability\",\n        \"manipulary\",\n        \"manipulatability\",\n        \"manipulational\",\n        \"manipulations\",\n        \"manipulatory\",\n        \"manorship\",\n        \"meliority\",\n        \"mishandles\",\n        \"oversentimentalism\",\n        \"pasteurisation\",\n        \"proadministration\",\n        \"requalification\",\n        \"supercivilization\",\n        \"supercontrol\",\n        \"superformation\",\n        \"supergratification\",\n        \"supergratified\",\n        \"superillustration\",\n        \"superinduction\",\n        \"superinjection\",\n        \"superirritability\",\n        \"superreform\",\n        \"superregulation\",\n        \"superresponsibility\",\n        \"tervalency\",\n        \"wieldableness\"\n    ],\n    \"kasie anyị obi\": [\n        \"consolate\"\n    ],\n    \"ihe nkasi obi\": [\n        \"consolator\",\n        \"consoler\",\n        \"consolette\",\n        \"solaceproof\",\n        \"solacers\"\n    ],\n    \"inokota\": [\n        \"consolidate\",\n        \"consolidative\"\n    ],\n    \"ekpokọtara\": [\n        \"consolidated\"\n    ],\n    \"na-ewusi\": [\n        \"consolidates\",\n        \"strengthens\"\n    ],\n    \"na-agụgụgụ obi\": [\n        \"consoling\"\n    ],\n    \"na-agụgụ\": [\n        \"consolingly\"\n    ],\n    \"itinye ume\": [\n        \"consolitorily\"\n    ],\n    \"konsuleeti\": [\n        \"consolute\",\n        \"consulary\",\n        \"consulate\",\n        \"consulated\"\n    ],\n    \"consomme\": [\n        \"consomm\"\n    ],\n    \"mgbochiume\": [\n        \"consonance\",\n        \"consonances\",\n        \"consonancy\",\n        \"consonant\",\n        \"consonantal\",\n        \"consonantism\",\n        \"consonantness\",\n        \"consonants\",\n        \"hiccough\",\n        \"hiccup\",\n        \"hiccuping\",\n        \"hiccups\",\n        \"hyphenation\",\n        \"hyphenations\",\n        \"hyphening\",\n        \"hyphenisation\",\n        \"hyphenization\"\n    ],\n    \"tinye ume\": [\n        \"consonantalize\",\n        \"consonantised\"\n    ],\n    \"gbakọnye ume\": [\n        \"consonantalized\"\n    ],\n    \"ịgụ ume\": [\n        \"consonantising\"\n    ],\n    \"gbakpọ ume\": [\n        \"consonantized\"\n    ],\n    \"na-akpọ ume\": [\n        \"consonantizing\"\n    ],\n    \"conson\": [\n        \"consonous\"\n    ],\n    \"akasi obi\": [\n        \"consoude\"\n    ],\n    \"ọnye obi\": [\n        \"conspecies\"\n    ],\n    \"ọnụ ọgụgụ zuru oke\": [\n        \"conspecifics\"\n    ],\n    \"ibu ụzọ\": [\n        \"conspectuity\",\n        \"foreallot\",\n        \"foreshorten\",\n        \"foreverness\",\n        \"predeficiency\",\n        \"predominance\",\n        \"prepuberty\",\n        \"prepubescent\",\n        \"presidy\",\n        \"preteriteness\",\n        \"supermentality\"\n    ],\n    \"na-atụ aro\": [\n        \"conspectuses\",\n        \"predative\",\n        \"predynastic\",\n        \"prediscuss\",\n        \"proposes\",\n        \"proposing\",\n        \"recommending\",\n        \"recommends\",\n        \"recommits\",\n        \"suggest\",\n        \"suggestible\",\n        \"suggesting\",\n        \"suggestionable\",\n        \"suggestionize\",\n        \"suggestive\",\n        \"suggestiveness\",\n        \"suggests\"\n    ],\n    \"jaketị\": [\n        \"consperg\",\n        \"yapons\",\n        \"yapster\",\n        \"jackassery\",\n        \"jackboots\",\n        \"jacker\",\n        \"jacketing\",\n        \"jacketlike\",\n        \"jacklight\",\n        \"jackplane\",\n        \"jackstock\",\n        \"jackstones\"\n    ],\n    \"mkpozu\": [\n        \"conspersion\"\n    ],\n    \"izu ọjọọ\": [\n        \"conspiracy\",\n        \"conspiracies\",\n        \"conspirative\"\n    ],\n    \"ndị na-agba izu ọjọọ\": [\n        \"conspirators\",\n        \"conspirers\"\n    ],\n    \"kpaa nkata\": [\n        \"conspire\",\n        \"plotinize\"\n    ],\n    \"gbaara izu\": [\n        \"conspired\"\n    ],\n    \"na-agba izu\": [\n        \"conspires\",\n        \"conspiring\",\n        \"consulating\",\n        \"consultable\",\n        \"consulting\",\n        \"consults\",\n        \"negotiates\",\n        \"underbuying\"\n    ],\n    \"gbaa izu\": [\n        \"conspissate\",\n        \"conspurcate\",\n        \"whisperer\",\n        \"whisperhood\",\n        \"whisperings\",\n        \"whisperous\"\n    ],\n    \"igbakọ\": [\n        \"conspue\"\n    ],\n    \"onye uwe ojii\": [\n        \"constable\",\n        \"constablery\",\n        \"copesman\",\n        \"peyerian\",\n        \"policeman\",\n        \"policizer\",\n        \"polisman\"\n    ],\n    \"onye nnochi iwu\": [\n        \"constableship\"\n    ],\n    \"onye nnochi oku\": [\n        \"constablewick\"\n    ],\n    \"Constance\": [\n        \"constance\"\n    ],\n    \"na-adịgide adịgide\": [\n        \"constants\",\n        \"durabilities\",\n        \"durably\",\n        \"emanent\",\n        \"fixtureless\",\n        \"immantling\",\n        \"lasting\",\n        \"lastingness\",\n        \"perdurant\",\n        \"permanence\",\n        \"permanency\",\n        \"permanencies\",\n        \"permanent\",\n        \"permanently\",\n        \"permanentness\",\n        \"permanents\",\n        \"permanganate\",\n        \"permanganic\",\n        \"perseveres\",\n        \"steadying\",\n        \"susurrant\",\n        \"unpermanent\"\n    ],\n    \"afọchi\": [\n        \"constatation\",\n        \"gastraead\"\n    ],\n    \"afọ ntachi\": [\n        \"constipate\",\n        \"constipated\",\n        \"constipates\",\n        \"constipating\",\n        \"constipation\"\n    ],\n    \"iwu obodo\": [\n        \"constitution\",\n        \"constitutionality\",\n        \"constitutionalization\",\n        \"constitutionals\",\n        \"constitutions\",\n        \"folklorish\",\n        \"ritualization\"\n    ],\n    \"onye ochichi iwu\": [\n        \"constitutionalist\",\n        \"constitutionist\"\n    ],\n    \"mebe iwu\": [\n        \"constitutionalize\",\n        \"overpublicize\"\n    ],\n    \"n'usoro iwu ochichi obodo\": [\n        \"constitutionally\"\n    ],\n    \"akwukwo iwu\": [\n        \"constitutionary\"\n    ],\n    \"onye na-eme iwu ochichi obodo\": [\n        \"constitutioner\"\n    ],\n    \"Kọnitti\": [\n        \"constitutive\"\n    ],\n    \"Kpakpando\": [\n        \"constr\"\n    ],\n    \"constraining\": [\n        \"constrainingly\"\n    ],\n    \"constricti\": [\n        \"constricting\"\n    ],\n    \"mmanye iwu\": [\n        \"constringency\",\n        \"constringent\",\n        \"enforceability\",\n        \"enforcibility\"\n    ],\n    \"Nrụpụta ihe\": [\n        \"construability\"\n    ],\n    \"rụọ\": [\n        \"construct\",\n        \"drumly\",\n        \"perforce\",\n        \"perform\"\n    ],\n    \"Wuru\": [\n        \"constructable\"\n    ],\n    \"onye na-ewu ihe\": [\n        \"constructer\",\n        \"constructor\",\n        \"constuctor\"\n    ],\n    \"Owuwu\": [\n        \"constructibility\",\n        \"outthrown\"\n    ],\n    \"wuo\": [\n        \"constructible\",\n        \"makeshift\"\n    ],\n    \"na-ewu\": [\n        \"constructs\",\n        \"erects\",\n        \"eremites\"\n    ],\n    \"bue\": [\n        \"construe\"\n    ],\n    \"rụrụ\": [\n        \"construed\",\n        \"construer\",\n        \"construers\",\n        \"construes\",\n        \"perforcedly\",\n        \"performed\",\n        \"performs\"\n    ],\n    \"mezuo iwu\": [\n        \"constuprate\",\n        \"enforce\",\n        \"enforcive\",\n        \"passemeasure\"\n    ],\n    \"onye nnọchianya\": [\n        \"consular\"\n    ],\n    \"consul\": [\n        \"consulships\",\n        \"consultive\"\n    ],\n    \"ndị na-ahụ maka ndụmọdụ\": [\n        \"consultants\"\n    ],\n    \"jụọ ndụmọdụ\": [\n        \"consultatively\"\n    ],\n    \"onye nnọchi anya gị\": [\n        \"consultee\"\n    ],\n    \"eripịa\": [\n        \"consumated\"\n    ],\n    \"gwusia\": [\n        \"consumed\",\n        \"consumedly\",\n        \"digressed\"\n    ],\n    \"anaghị eri\": [\n        \"consumeless\",\n        \"nonconsuming\",\n        \"nonfluent\"\n    ],\n    \"n'ji\": [\n        \"consumer\"\n    ],\n    \"onye ahia ahia\": [\n        \"consumerist\",\n        \"counterplayer\",\n        \"merchantman\",\n        \"outmerchant\",\n        \"salesperson\",\n        \"subbroker\",\n        \"subchanter\",\n        \"trabant\",\n        \"travailer\"\n    ],\n    \"na-erepịakwa\": [\n        \"consumes\"\n    ],\n    \"na-emecha\": [\n        \"consummates\",\n        \"consummating\",\n        \"culming\",\n        \"finagling\",\n        \"finalizes\",\n        \"finalizing\",\n        \"finicking\",\n        \"perfecting\"\n    ],\n    \"ọummụ\": [\n        \"consummatively\"\n    ],\n    \"na-aumpụ\": [\n        \"consumptible\"\n    ],\n    \"ndị ọnụ ahịa\": [\n        \"consumptives\"\n    ],\n    \"Ọzọ\": [\n        \"cont\",\n        \"more\"\n    ],\n    \"ịkpọtụrụ\": [\n        \"contacting\",\n        \"transacting\"\n    ],\n    \"na kọntaktị\": [\n        \"contactually\"\n    ],\n    \"na efe efe\": [\n        \"contagious\",\n        \"contagiously\"\n    ],\n    \"ihe na-efe efe\": [\n        \"contagium\"\n    ],\n    \"jiri akpa\": [\n        \"containerize\"\n    ],\n    \"na-ebu ihe\": [\n        \"containerizes\"\n    ],\n    \"akpa mmiri\": [\n        \"containerport\",\n        \"containership\",\n        \"riverweed\"\n    ],\n    \"e ji ebu ihe\": [\n        \"containerships\"\n    ],\n    \"kemgbasa\": [\n        \"contaminable\"\n    ],\n    \"ihe mmetọ\": [\n        \"contaminant\",\n        \"contaminants\",\n        \"contaminations\"\n    ],\n    \"ife efe\": [\n        \"contaminate\",\n        \"fleay\",\n        \"fleury\",\n        \"flyweight\",\n        \"flywort\",\n        \"fluviation\",\n        \"infect\",\n        \"infectress\"\n    ],\n    \"mmeru\": [\n        \"contaminated\",\n        \"defilements\",\n        \"intaminated\",\n        \"pollutedness\"\n    ],\n    \"emetọ ihe\": [\n        \"contaminates\"\n    ],\n    \"na-emetọ ihe\": [\n        \"contaminating\",\n        \"pollutant\"\n    ],\n    \"ihe na-agbanwe agbanwe\": [\n        \"contangential\"\n    ],\n    \"nleda\": [\n        \"contemn\",\n        \"negara\"\n    ],\n    \"ihe nleda\": [\n        \"contemner\",\n        \"contemper\",\n        \"contemple\",\n        \"disdainable\",\n        \"downsome\",\n        \"stationer\"\n    ],\n    \"na-eleda anya\": [\n        \"contemning\",\n        \"contemperate\",\n        \"contemporised\",\n        \"despises\",\n        \"despising\",\n        \"despisingly\",\n        \"despiting\",\n        \"despotes\",\n        \"disdains\",\n        \"snooping\",\n        \"trivialised\",\n        \"trivialising\",\n        \"trivializing\"\n    ],\n    \"ekere\": [\n        \"contemplated\",\n        \"induced\"\n    ],\n    \"onye na-atụgharị uche\": [\n        \"contemplatist\",\n        \"contemplator\",\n        \"reflectionist\"\n    ],\n    \"ndị na-atụgharị uche\": [\n        \"contemplators\",\n        \"ejectors\",\n        \"ponderers\",\n        \"remarkers\",\n        \"remonstrators\",\n        \"revengers\",\n        \"thrusters\"\n    ],\n    \"dịkọrọ ndụ\": [\n        \"contemporanean\",\n        \"contemporaneous\",\n        \"contemporaneously\",\n        \"contemporary\",\n        \"contemporarily\",\n        \"uncontemporaneously\"\n    ],\n    \"ịdị na-agụ akwụkwọ\": [\n        \"contemporaneousness\",\n        \"uncontemporaneousness\"\n    ],\n    \"ndị ha na ha dịkọrọ ndụ\": [\n        \"contemporaries\"\n    ],\n    \"n'ụzọ nlelị\": [\n        \"contemptibly\"\n    ],\n    \"gbasi mgba\": [\n        \"contend\"\n    ],\n    \"eneni\": [\n        \"contendent\",\n        \"insense\"\n    ],\n    \"na-ese okwu\": [\n        \"contending\",\n        \"contends\",\n        \"contentious\",\n        \"contentiously\",\n        \"disputeful\",\n        \"introversive\",\n        \"prowling\",\n        \"quarreling\",\n        \"quarrelingly\",\n        \"quarrelling\",\n        \"quarrelous\",\n        \"quarrelously\",\n        \"quarrelsome\",\n        \"quarrelsomeness\",\n        \"quarriers\",\n        \"skirmishes\",\n        \"squabbling\",\n        \"straitens\",\n        \"strifeful\",\n        \"wranglesome\",\n        \"wrangling\"\n    ],\n    \"na-agbasi mgba\": [\n        \"contendingly\",\n        \"dirling\"\n    ],\n    \"ihe mgbapụta\": [\n        \"contenement\",\n        \"diremption\",\n        \"enphytotic\",\n        \"offscour\",\n        \"pansit\",\n        \"plagueproof\",\n        \"poophytic\",\n        \"ransoms\",\n        \"redactors\",\n        \"redemands\",\n        \"redemptions\",\n        \"redemptress\",\n        \"withsayer\"\n    ],\n    \"ọdịnaya\": [\n        \"content\",\n        \"contents\"\n    ],\n    \"inwe afọ ojuju\": [\n        \"contentedly\",\n        \"prediscontentment\"\n    ],\n    \"kọnyenụ\": [\n        \"contenu\"\n    ],\n    \"Mgbanwe\": [\n        \"contesseration\",\n        \"contractible\",\n        \"contralto\",\n        \"contraversion\",\n        \"deflexible\",\n        \"deorsumversion\",\n        \"difformity\",\n        \"dynamization\",\n        \"exfiguration\",\n        \"extatic\",\n        \"extrovertedness\",\n        \"extrovertish\",\n        \"fluxation\",\n        \"heteroscedasticity\",\n        \"pollable\",\n        \"rechange\",\n        \"reinterchange\",\n        \"revamping\",\n        \"spiralization\",\n        \"strainable\",\n        \"strainableness\",\n        \"subversal\",\n        \"subversion\",\n        \"subversiveness\",\n        \"tweediness\",\n        \"upreaches\",\n        \"variac\",\n        \"variadic\",\n        \"variagles\",\n        \"variatious\",\n        \"varidical\",\n        \"varix\"\n    ],\n    \"ịsọ mpi\": [\n        \"contestability\"\n    ],\n    \"sọsọ mpi\": [\n        \"contestable\",\n        \"contestably\"\n    ],\n    \"ndị na-asọ mpi\": [\n        \"contestants\",\n        \"contesters\"\n    ],\n    \"Asọmpi\": [\n        \"contestation\"\n    ],\n    \"na-azọ\": [\n        \"contesting\",\n        \"contestingly\"\n    ],\n    \"n'asọmpi\": [\n        \"contests\",\n        \"tournamental\"\n    ],\n    \"ihe gbara ya gburugburu\": [\n        \"contex\",\n        \"context\",\n        \"contextual\",\n        \"contextural\"\n    ],\n    \"kọwaa ya\": [\n        \"contextualize\",\n        \"denitrify\"\n    ],\n    \"gbalie\": [\n        \"contignate\",\n        \"glide\",\n        \"outspend\",\n        \"striate\",\n        \"trypiate\"\n    ],\n    \"kọntin\": [\n        \"contin\"\n    ],\n    \"kọntinent\": [\n        \"continence\",\n        \"continency\",\n        \"continent\",\n        \"continental\",\n        \"continentaler\",\n        \"continentality\",\n        \"continentalize\",\n        \"continentally\",\n        \"continentals\",\n        \"continently\",\n        \"continents\",\n        \"contingential\"\n    ],\n    \"kọntinentism\": [\n        \"continentalism\"\n    ],\n    \"onye kọntinent\": [\n        \"continentalist\"\n    ],\n    \"gaa n'ihu\": [\n        \"contineu\",\n        \"continue\",\n        \"forthward\",\n        \"forward\",\n        \"forwardal\",\n        \"fromward\",\n        \"inshave\",\n        \"youward\",\n        \"onward\",\n        \"onwardly\",\n        \"ramificate\",\n        \"snitches\",\n        \"vernacularized\",\n        \"vernalized\",\n        \"whereforth\"\n    ],\n    \"ịnọ na nche\": [\n        \"contingentness\",\n        \"nonvigilance\"\n    ],\n    \"gara n'ihu\": [\n        \"continuate\",\n        \"continued\",\n        \"continuum\"\n    ],\n    \"Ndị na-aga n'ihu\": [\n        \"continuers\"\n    ],\n    \"kọntinuwa\": [\n        \"continuua\"\n    ],\n    \"n'ụzọ gbagwojuru anya\": [\n        \"contortedly\"\n    ],\n    \"ndị na-eme nkwekọrịta\": [\n        \"contortionists\"\n    ],\n    \"conto\": [\n        \"contos\"\n    ],\n    \"ngwe\": [\n        \"contour\",\n        \"contours\",\n        \"equiseta\",\n        \"gregge\",\n        \"greggle\",\n        \"groggy\",\n        \"grogging\",\n        \"grugrus\",\n        \"limberness\"\n    ],\n    \"Ọgụ\": [\n        \"contr\",\n        \"exogens\",\n        \"lx\"\n    ],\n    \"megidere\": [\n        \"contra\",\n        \"contravened\",\n        \"countercourant\",\n        \"counterreply\",\n        \"countertally\"\n    ],\n    \"ahia iwu\": [\n        \"contraband\",\n        \"contrabandery\",\n        \"contrabandism\",\n        \"contrabandist\",\n        \"contrabandista\",\n        \"counterband\"\n    ],\n    \"afọ ahia ahia\": [\n        \"contrabandage\"\n    ],\n    \"ahịa ahia ahia\": [\n        \"contrabass\"\n    ],\n    \"onye ahia iwu\": [\n        \"contrabassist\"\n    ],\n    \"kedobasso\": [\n        \"contrabasso\"\n    ],\n    \"ahia ojoo\": [\n        \"contrabassoon\"\n    ],\n    \"onye na-eme ihe nzuzo\": [\n        \"contrabassoonist\"\n    ],\n    \"na-emegide ụzọ\": [\n        \"contraclockwise\"\n    ],\n    \"onye ọrụ ngo\": [\n        \"contractant\",\n        \"contracter\",\n        \"contractor\"\n    ],\n    \"onye ọrụ nkwekọrịta\": [\n        \"contractee\"\n    ],\n    \"ukwu mkpi\": [\n        \"contraction\"\n    ],\n    \"ndị ọrụ ngo\": [\n        \"contractors\"\n    ],\n    \"gbara ọrụ\": [\n        \"contractured\"\n    ],\n    \"dịghachi\": [\n        \"contrada\",\n        \"rehood\",\n        \"reisolated\"\n    ],\n    \"ịgbagha\": [\n        \"contradance\",\n        \"contumaciousness\",\n        \"debagging\",\n        \"disprobabilization\",\n        \"distensible\",\n        \"distrest\",\n        \"distritbuted\",\n        \"distrouble\",\n        \"fidgeted\",\n        \"replotting\",\n        \"revaporizing\",\n        \"undeniably\",\n        \"upsurge\"\n    ],\n    \"emegiderịta\": [\n        \"contradicted\",\n        \"contradictedness\",\n        \"contradictional\",\n        \"contradictions\",\n        \"contradictiousness\",\n        \"contradictively\",\n        \"contradictiveness\",\n        \"contradictories\",\n        \"contradictorily\",\n        \"contradictoriness\",\n        \"contradistinct\",\n        \"contradistinction\",\n        \"contradistinctions\",\n        \"contradistinctive\",\n        \"contradistinctly\",\n        \"unopposite\"\n    ],\n    \"atuaha\": [\n        \"contradicter\",\n        \"contradiction\"\n    ],\n    \"onye na-emegide onwe ya\": [\n        \"contradictor\"\n    ],\n    \"ọdịiche dị iche\": [\n        \"contradistinguish\"\n    ],\n    \"Mgbidi\": [\n        \"contradivide\",\n        \"digressive\",\n        \"drownding\",\n        \"vendidad\",\n        \"wallboard\"\n    ],\n    \"n'ụzọ na-akwadoghị\": [\n        \"contraorbitally\",\n        \"nonpleadingly\"\n    ],\n    \"emebi iwu\": [\n        \"contraposition\",\n        \"unblemishing\"\n    ],\n    \"onye megidere iwu\": [\n        \"contraprogressist\"\n    ],\n    \"contrapuntant\": [\n        \"contrapuntally\"\n    ],\n    \"onye na-emegide iwu\": [\n        \"contrapuntist\",\n        \"contraremonstrant\"\n    ],\n    \"n'ụzọ dị iche\": [\n        \"contrariously\"\n    ],\n    \"megidere iwu\": [\n        \"contrariwise\",\n        \"contrawise\",\n        \"counterlaw\"\n    ],\n    \"N'ụzọ dị iche\": [\n        \"contrastably\",\n        \"contrastingly\"\n    ],\n    \"ndị na-eme ihe dị iche\": [\n        \"contrasters\"\n    ],\n    \"emegide contratible\": [\n        \"contrasuggestible\"\n    ],\n    \"contra tabular\": [\n        \"contratabular\"\n    ],\n    \"onye na emeghari iwu\": [\n        \"contravener\"\n    ],\n    \"regha\": [\n        \"contrepartie\",\n        \"counterreplying\",\n        \"malreasoning\",\n        \"misrehearsal\",\n        \"misrehearsing\",\n        \"spreaghery\"\n    ],\n    \"nye aka\": [\n        \"contrib\",\n        \"lacerate\",\n        \"lactify\",\n        \"succiferous\",\n        \"succise\",\n        \"succor\",\n        \"succorful\",\n        \"succour\",\n        \"voluntariate\"\n    ],\n    \"na ntinye\": [\n        \"contributively\",\n        \"contributorily\",\n        \"putatively\",\n        \"syntonically\"\n    ],\n    \"onye ntinye aka\": [\n        \"contributor\",\n        \"signitor\"\n    ],\n    \"chegharia\": [\n        \"contrite\",\n        \"recalk\",\n        \"recense\",\n        \"reclimb\",\n        \"reclimbed\",\n        \"recongratulate\",\n        \"repentable\",\n        \"repenter\",\n        \"retinerved\"\n    ],\n    \"ndị na-emepụta ihe\": [\n        \"contrivers\",\n        \"designators\",\n        \"designers\",\n        \"manufacturers\",\n        \"manufacturess\",\n        \"minimizers\",\n        \"producers\"\n    ],\n    \"na-echepụta ihe\": [\n        \"contriving\"\n    ],\n    \"Njikwa\": [\n        \"controllableness\",\n        \"engloom\",\n        \"superfructified\"\n    ],\n    \"ihe njikwa\": [\n        \"controller\"\n    ],\n    \"ndị na-achịkwa\": [\n        \"controllers\",\n        \"regulators\"\n    ],\n    \"enweghị njikwa\": [\n        \"controlless\"\n    ],\n    \"na-arụrịta ụka\": [\n        \"controversal\",\n        \"controversial\",\n        \"controversion\",\n        \"controversional\",\n        \"disputative\"\n    ],\n    \"rụọ ụka\": [\n        \"controversialize\"\n    ],\n    \"n'ụzọ na-agbanwe agbanwe\": [\n        \"controvertibly\",\n        \"fluxibly\"\n    ],\n    \"ịgbasi ike\": [\n        \"contumeliousness\",\n        \"energesis\"\n    ],\n    \"gbagharịa\": [\n        \"contune\",\n        \"logicalize\",\n        \"rebrush\",\n        \"recercelee\"\n    ],\n    \"komule\": [\n        \"conule\"\n    ],\n    \"conime\": [\n        \"conumerous\"\n    ],\n    \"kpụgharịa\": [\n        \"conundrumize\",\n        \"osmosed\",\n        \"presharpen\",\n        \"reassailed\",\n        \"retrimmed\"\n    ],\n    \"konus\": [\n        \"conus\"\n    ],\n    \"ifechi\": [\n        \"conv\"\n    ],\n    \"mgbagọju anya\": [\n        \"convalescents\"\n    ],\n    \"na ntukwasi-obi\": [\n        \"convally\",\n        \"securely\"\n    ],\n    \"ebufee\": [\n        \"convected\"\n    ],\n    \"ebufe\": [\n        \"convective\",\n        \"conveyability\",\n        \"conveyable\",\n        \"conveyance\",\n        \"conveyancer\",\n        \"conveyances\",\n        \"conveyancing\",\n        \"conveyer\",\n        \"conveyers\",\n        \"transferring\",\n        \"transportableness\"\n    ],\n    \"ibuga\": [\n        \"convey\"\n    ],\n    \"na-ezute\": [\n        \"conveying\"\n    ],\n    \"ebu ebu\": [\n        \"conveyor\",\n        \"wasphood\"\n    ],\n    \"Ndị na-ebugharị ihe\": [\n        \"conveyors\"\n    ],\n    \"kpọkọta\": [\n        \"convene\",\n        \"convened\",\n        \"conventionize\",\n        \"gatelike\",\n        \"rallied\",\n        \"rallying\",\n        \"summonable\",\n        \"summoned\",\n        \"summoning\"\n    ],\n    \"bugharịa\": [\n        \"convenee\",\n        \"relocate\"\n    ],\n    \"ndị mkpọkọta\": [\n        \"conveners\"\n    ],\n    \"ebe obibi ndị nọn\": [\n        \"convent\"\n    ],\n    \"zutere\": [\n        \"convented\",\n        \"encounter\",\n        \"encountered\",\n        \"encountering\",\n        \"encounters\",\n        \"meetable\",\n        \"meeten\",\n        \"meeterly\",\n        \"meetnesses\",\n        \"met\",\n        \"meted\",\n        \"rencountered\",\n        \"rencountering\"\n    ],\n    \"ot\": [\n        \"conventional\",\n        \"conventionalities\"\n    ],\n    \"na mgbakọ\": [\n        \"conventionally\"\n    ],\n    \"onye mgbakọ\": [\n        \"conventionist\"\n    ],\n    \"ntụgharị uche\": [\n        \"conversably\",\n        \"deconsideration\",\n        \"meditance\",\n        \"meditant\",\n        \"meditatedly\",\n        \"meditatio\",\n        \"meditation\",\n        \"meditations\",\n        \"meditativeness\",\n        \"mensuration\",\n        \"reflectiveness\"\n    ],\n    \"ndị na-akparịta ụka\": [\n        \"conversationalists\"\n    ],\n    \"onye na ekwu okwu\": [\n        \"conversationist\"\n    ],\n    \"tọghatara\": [\n        \"convert\",\n        \"converted\",\n        \"convertend\"\n    ],\n    \"kọnvatịbụl\": [\n        \"convertable\",\n        \"convertible\",\n        \"convertibles\",\n        \"convertibly\",\n        \"reconvertible\"\n    ],\n    \"ndị ntụgharị\": [\n        \"converters\",\n        \"convertors\",\n        \"inverters\",\n        \"invertors\",\n        \"purporters\",\n        \"renderers\",\n        \"transcribers\",\n        \"transducers\",\n        \"transmigrators\",\n        \"varistors\"\n    ],\n    \"kọnvatịbụl ness\": [\n        \"convertibleness\"\n    ],\n    \"n'ịtụgharị\": [\n        \"converting\"\n    ],\n    \"ịtụgharị ness\": [\n        \"convertingness\"\n    ],\n    \"atọghata\": [\n        \"converts\"\n    ],\n    \"Ọdụdọ\": [\n        \"convex\",\n        \"upstrike\"\n    ],\n    \"Mgbatị\": [\n        \"convexedness\",\n        \"extacie\",\n        \"extensity\",\n        \"extispex\",\n        \"extratelluric\",\n        \"extratension\",\n        \"extratympanic\",\n        \"extratracheal\",\n        \"extratropical\",\n        \"extumescence\",\n        \"outstretch\",\n        \"sphacelation\",\n        \"stretchproof\"\n    ],\n    \"Mgbakọta\": [\n        \"convexity\"\n    ],\n    \"convex ness\": [\n        \"convexness\"\n    ],\n    \"ụsọ\": [\n        \"convexo\",\n        \"copernicus\",\n        \"turkophile\"\n    ],\n    \"conkwo ngwo\": [\n        \"convexoconcave\"\n    ],\n    \"mara ikpe\": [\n        \"convictable\",\n        \"convicted\"\n    ],\n    \"ikpe azu\": [\n        \"convictfish\"\n    ],\n    \"ịma ikpe\": [\n        \"convicting\",\n        \"damnify\",\n        \"damnification\",\n        \"dijudicate\",\n        \"dijudicating\",\n        \"judicature\",\n        \"sentencing\"\n    ],\n    \"ikpe mkpegbu\": [\n        \"convictism\"\n    ],\n    \"onye ikpe mara\": [\n        \"convictor\"\n    ],\n    \"ndị ikpe mara\": [\n        \"convicts\"\n    ],\n    \"ikwenyesi ike\": [\n        \"convive\"\n    ],\n    \"ikwesi ike\": [\n        \"convivialize\",\n        \"fidate\",\n        \"fiddlecome\",\n        \"hardenability\",\n        \"insistuvree\"\n    ],\n    \"kpọkọtara\": [\n        \"convocated\",\n        \"mononitrated\",\n        \"pooled\",\n        \"summonsed\"\n    ],\n    \"convo\": [\n        \"convoyed\"\n    ],\n    \"ihe ọnụ\": [\n        \"convoying\"\n    ],\n    \"ndị ngwongwo\": [\n        \"convokers\"\n    ],\n    \"gbako\": [\n        \"convolute\"\n    ],\n    \"akwukwu\": [\n        \"convulsion\",\n        \"cribrate\",\n        \"epileptically\",\n        \"epotation\",\n        \"lalled\",\n        \"plagal\",\n        \"pluries\",\n        \"promiscuity\",\n        \"quashes\",\n        \"quileces\",\n        \"quillaias\"\n    ],\n    \"ihe ọgbụgba\": [\n        \"convulsionaries\"\n    ],\n    \"isi mgbaka\": [\n        \"convulsionism\",\n        \"demented\",\n        \"dementias\",\n        \"dementis\",\n        \"physiatric\",\n        \"psychagogic\",\n        \"psychalgia\",\n        \"psychasthenic\",\n        \"psychiasis\",\n        \"psychiatry\",\n        \"psychiatria\",\n        \"psychiatric\",\n        \"psychiatrical\",\n        \"psychiatries\",\n        \"psychiatrize\"\n    ],\n    \"onye na-eme aghara\": [\n        \"convulsionist\",\n        \"disruptionist\"\n    ],\n    \"ụtarị\": [\n        \"convulsions\",\n        \"floggingly\",\n        \"flogster\",\n        \"scourgingly\",\n        \"scouriness\",\n        \"scourings\",\n        \"stoups\",\n        \"whipcord\",\n        \"whipcrack\",\n        \"whipjack\",\n        \"whipman\",\n        \"whips\",\n        \"whipsaw\",\n        \"whipsawn\",\n        \"whipsaws\",\n        \"whipship\",\n        \"whipstaves\",\n        \"whipster\",\n        \"whipstitch\",\n        \"whipstock\"\n    ],\n    \"kwoo\": [\n        \"coo\",\n        \"cooee\"\n    ],\n    \"koboos\": [\n        \"cooboos\"\n    ],\n    \"ihikota\": [\n        \"cooch\"\n    ],\n    \"igwe oyi\": [\n        \"cooeys\",\n        \"coolants\"\n    ],\n    \"akwukwo nri\": [\n        \"cookbook\",\n        \"vegetable\",\n        \"vegetablelike\",\n        \"vegetablewise\",\n        \"vegetablize\",\n        \"vegetal\",\n        \"vegetant\",\n        \"vegetate\",\n        \"vegetomineral\"\n    ],\n    \"Akwụkwọ nri\": [\n        \"cookbooks\",\n        \"delineature\"\n    ],\n    \"esighe\": [\n        \"cooked\",\n        \"recooked\",\n        \"uncooked\",\n        \"unnooked\"\n    ],\n    \"kuki\": [\n        \"cookee\",\n        \"cookey\",\n        \"cookie\",\n        \"cookies\"\n    ],\n    \"usekwu\": [\n        \"cookhouse\",\n        \"cookhouses\",\n        \"kitchenet\",\n        \"kitchenette\",\n        \"ovenwise\"\n    ],\n    \"ime ụlọ nri\": [\n        \"cookroom\"\n    ],\n    \"na-esi nri\": [\n        \"cooks\"\n    ],\n    \"ebe esi nri\": [\n        \"cookshops\"\n    ],\n    \"esi nri stovu\": [\n        \"cookstove\"\n    ],\n    \"coolamon\": [\n        \"coolaman\"\n    ],\n    \"Onye nju oyi\": [\n        \"coolerman\"\n    ],\n    \"ngwa nju oyi\": [\n        \"coolers\",\n        \"flidge\",\n        \"fridge\",\n        \"refool\"\n    ],\n    \"isi-isi\": [\n        \"coolheadedness\",\n        \"hoaryheaded\"\n    ],\n    \"na-ajụ oyi\": [\n        \"coolingly\",\n        \"fothering\",\n        \"quailing\",\n        \"snorty\",\n        \"snowmobiling\",\n        \"winterizes\",\n        \"winterizing\"\n    ],\n    \"jụọ oyi\": [\n        \"coolish\",\n        \"frogeyed\"\n    ],\n    \"ịdị jụụ\": [\n        \"coolness\",\n        \"coolnesses\",\n        \"serenity\",\n        \"sootiness\",\n        \"unwooly\"\n    ],\n    \"wetuo\": [\n        \"coolth\",\n        \"letdown\",\n        \"takedown\"\n    ],\n    \"koom\": [\n        \"coom\"\n    ],\n    \"koombe\": [\n        \"coomb\",\n        \"coombe\"\n    ],\n    \"coony\": [\n        \"coomy\"\n    ],\n    \"kooncan\": [\n        \"cooncan\"\n    ],\n    \"coonhound\": [\n        \"coonhounds\"\n    ],\n    \"akpukpo akwa\": [\n        \"coonskin\",\n        \"coonskins\"\n    ],\n    \"kop\": [\n        \"coop\",\n        \"coops\",\n        \"nomap\"\n    ],\n    \"cooper\": [\n        \"cooped\",\n        \"coopee\",\n        \"coopery\",\n        \"cooperies\"\n    ],\n    \"na-arụkọ ọrụ ọnụ\": [\n        \"cooperatingly\"\n    ],\n    \"n'ikwekọ\": [\n        \"cooperatively\",\n        \"unweetingly\"\n    ],\n    \"ndị ọrụ nkwado\": [\n        \"cooperatives\"\n    ],\n    \"ngalaba ịpụ\": [\n        \"coopting\"\n    ],\n    \"Nhọrọ\": [\n        \"cooption\",\n        \"picky\"\n    ],\n    \"achikota\": [\n        \"coordinated\",\n        \"quisler\",\n        \"summarised\",\n        \"summarizable\",\n        \"summarized\"\n    ],\n    \"ndị nhazi\": [\n        \"coordinators\",\n        \"disorganizers\",\n        \"instillers\",\n        \"institutionalists\",\n        \"moderators\",\n        \"organizers\",\n        \"planers\",\n        \"planners\",\n        \"processors\",\n        \"schedulers\"\n    ],\n    \"coorie\": [\n        \"cooried\"\n    ],\n    \"ọnya coorie\": [\n        \"coorieing\"\n    ],\n    \"igwe nkpuru\": [\n        \"coosers\"\n    ],\n    \"coot ụkwụ\": [\n        \"cootfoot\"\n    ],\n    \"cootie\": [\n        \"cooty\"\n    ],\n    \"enwere ike ibipụtaghachi\": [\n        \"copable\"\n    ],\n    \"kopaene\": [\n        \"copaene\"\n    ],\n    \"kopaiba\": [\n        \"copaiba\"\n    ],\n    \"kopaibas\": [\n        \"copaibas\"\n    ],\n    \"kopain\": [\n        \"copain\"\n    ],\n    \"Pọm\": [\n        \"copalm\",\n        \"pilm\",\n        \"pilmy\"\n    ],\n    \"onye nwe mmadu\": [\n        \"coparcenary\",\n        \"tippleman\"\n    ],\n    \"koparenary\": [\n        \"coparenary\"\n    ],\n    \"nne na nna\": [\n        \"coparent\",\n        \"coparents\",\n        \"extraparental\",\n        \"foreparent\",\n        \"godparents\",\n        \"housemothers\",\n        \"interparental\",\n        \"matriarch\",\n        \"nonparental\",\n        \"parent\",\n        \"parentage\",\n        \"parental\",\n        \"parentalia\",\n        \"parentalism\",\n        \"parentality\",\n        \"parentally\",\n        \"parentate\",\n        \"parentation\",\n        \"parentdom\",\n        \"parented\",\n        \"parentela\",\n        \"parentele\",\n        \"parentelic\",\n        \"parenteral\",\n        \"parenterally\",\n        \"parenthesizes\",\n        \"parenthesizing\",\n        \"parenthetic\",\n        \"parenthetical\",\n        \"parentheticality\",\n        \"parenthetically\",\n        \"parentis\",\n        \"parentless\",\n        \"parents\",\n        \"preparental\",\n        \"primatologist\",\n        \"rerental\",\n        \"unparental\",\n        \"unparentally\"\n    ],\n    \"copacetic\": [\n        \"copasetic\"\n    ],\n    \"nagide\": [\n        \"cope\",\n        \"copeck\",\n        \"coped\",\n        \"copehan\",\n        \"copei\",\n        \"copeia\",\n        \"copelate\"\n    ],\n    \"na-anagide\": [\n        \"copecks\",\n        \"copepodan\",\n        \"copes\"\n    ],\n    \"njikwalata\": [\n        \"copelata\"\n    ],\n    \"njikwalatae\": [\n        \"copelatae\"\n    ],\n    \"ndị na-e copomi\": [\n        \"copemates\"\n    ],\n    \"Iomi\": [\n        \"copending\",\n        \"copying\",\n        \"copulating\"\n    ],\n    \"kopihagen\": [\n        \"copenhagen\"\n    ],\n    \"ịnagide\": [\n        \"copeognatha\",\n        \"copepod\",\n        \"copepodous\",\n        \"copepods\",\n        \"coping\"\n    ],\n    \"መቋቋምpoda\": [\n        \"copepoda\"\n    ],\n    \"ndị copernicans\": [\n        \"copernicans\"\n    ],\n    \"ndị uwe ojii\": [\n        \"coperose\",\n        \"copers\",\n        \"cops\",\n        \"cosecants\",\n        \"police\",\n        \"policemen\",\n        \"policewomen\",\n        \"undercoachmen\",\n        \"underpants\"\n    ],\n    \"kopiiki\": [\n        \"copesetic\"\n    ],\n    \"kopesetik\": [\n        \"copesettic\"\n    ],\n    \"nwaanyi copes\": [\n        \"copesmate\"\n    ],\n    \"kophosis\": [\n        \"cophosis\"\n    ],\n    \"chophouse\": [\n        \"cophouse\"\n    ],\n    \"oyiri\": [\n        \"copy\",\n        \"copybook\",\n        \"copycat\",\n        \"copycats\",\n        \"copycatted\",\n        \"copygraphed\",\n        \"copyhold\",\n        \"copyholder\",\n        \"copyman\",\n        \"dupability\",\n        \"dupable\",\n        \"duper\",\n        \"dupery\",\n        \"duperies\",\n        \"duply\",\n        \"duplicability\",\n        \"duplicable\",\n        \"duplicand\",\n        \"duplicando\",\n        \"duplicate\",\n        \"duplicated\",\n        \"duplicately\",\n        \"duplicates\",\n        \"duplicating\",\n        \"duplications\",\n        \"duplicative\",\n        \"duplicator\",\n        \"duplicators\",\n        \"duplicature\",\n        \"duplicatus\",\n        \"duplicia\",\n        \"duplicident\",\n        \"duplicidentata\",\n        \"duplicidentate\",\n        \"duplicious\",\n        \"duplicipennate\",\n        \"duplicity\",\n        \"duplicities\",\n        \"duplified\",\n        \"dups\",\n        \"octuplicate\",\n        \"replica\",\n        \"replicable\",\n        \"replicant\",\n        \"replications\",\n        \"replicative\",\n        \"replicatively\"\n    ],\n    \"nke a na-edegharị\": [\n        \"copiable\"\n    ],\n    \"iomi\": [\n        \"copyboy\",\n        \"copyholding\",\n        \"copings\",\n        \"copyreading\",\n        \"emulation\",\n        \"imitative\",\n        \"imitatorship\",\n        \"mimicking\"\n    ],\n    \"ụmụ nnomi\": [\n        \"copyboys\"\n    ],\n    \"akwụkwọ ederede\": [\n        \"copybooks\"\n    ],\n    \"nnomi\": [\n        \"copycatting\",\n        \"copyfitting\",\n        \"copyism\",\n        \"copywriting\",\n        \"photocopy\",\n        \"photocopies\"\n    ],\n    \"Detuo\": [\n        \"copycutter\"\n    ],\n    \"idesomi\": [\n        \"copydesk\",\n        \"copydesks\"\n    ],\n    \"I coomi\": [\n        \"copied\"\n    ],\n    \"onye na-ede ihe\": [\n        \"copier\",\n        \"coprophagist\",\n        \"draftsperson\",\n        \"hyalographer\",\n        \"logman\",\n        \"lutist\",\n        \"paler\",\n        \"proreader\",\n        \"psalmographer\",\n        \"skilder\",\n        \"skywriter\",\n        \"sucrier\",\n        \"underreader\"\n    ],\n    \"ihe npiomi\": [\n        \"copiers\"\n    ],\n    \"mbipụta\": [\n        \"copies\",\n        \"copulations\",\n        \"edition\",\n        \"editions\",\n        \"publication\",\n        \"publications\",\n        \"publishment\"\n    ],\n    \"ndeputa\": [\n        \"copyfitter\",\n        \"copyholds\"\n    ],\n    \"ndị nwe ya\": [\n        \"copyholders\",\n        \"possessors\"\n    ],\n    \"kopihu\": [\n        \"copihue\",\n        \"copihues\"\n    ],\n    \"oyiri ihe\": [\n        \"copyist\"\n    ],\n    \"ndị na-edegharị akwụkwọ\": [\n        \"copyists\",\n        \"copyreaders\"\n    ],\n    \"kopilot\": [\n        \"copilot\"\n    ],\n    \"ihe nnagide\": [\n        \"copingstone\"\n    ],\n    \"oyiri ihe ederede\": [\n        \"copyreader\"\n    ],\n    \"nwebisiinka\": [\n        \"copyright\",\n        \"copyrighted\",\n        \"copyrighter\",\n        \"copyrighting\",\n        \"copyrights\",\n        \"recopyright\"\n    ],\n    \"nwebiisinka\": [\n        \"copyrightable\"\n    ],\n    \"onye nnuputa\": [\n        \"copist\"\n    ],\n    \"n'otu aka\": [\n        \"copywise\"\n    ],\n    \"kolotọ\": [\n        \"coplots\"\n    ],\n    \"onye nbipute\": [\n        \"coplotter\",\n        \"printanier\"\n    ],\n    \"ịpịgharị\": [\n        \"coplotting\",\n        \"cranking\",\n        \"flicking\"\n    ],\n    \"na-edegharị\": [\n        \"coplowing\",\n        \"coprincipate\",\n        \"penancing\",\n        \"pretranscribing\",\n        \"recodifying\",\n        \"refederating\",\n        \"reglossing\",\n        \"reputing\",\n        \"restamping\",\n        \"retwisting\",\n        \"transcribes\",\n        \"transcribing\"\n    ],\n    \"kopola\": [\n        \"copolar\",\n        \"cupola\",\n        \"cupolaed\",\n        \"cupolaing\"\n    ],\n    \"kopolymer\": [\n        \"copolymer\",\n        \"copolymers\"\n    ],\n    \"kopopsia\": [\n        \"copopsia\"\n    ],\n    \"copa\": [\n        \"coppa\"\n    ],\n    \"copaelite\": [\n        \"coppaelite\"\n    ],\n    \"copperas\": [\n        \"copperahs\",\n        \"copperases\",\n        \"coppras\"\n    ],\n    \"metara\": [\n        \"coppered\",\n        \"metalized\"\n    ],\n    \"coering\": [\n        \"coppering\"\n    ],\n    \"okopu\": [\n        \"coppersidesman\",\n        \"doitrified\",\n        \"ocotea\",\n        \"synallaxine\",\n        \"syncryptic\"\n    ],\n    \"ihe ọụ\": [\n        \"coppicing\"\n    ],\n    \"koppin\": [\n        \"coppin\"\n    ],\n    \"copple okpueze\": [\n        \"copplecrown\"\n    ],\n    \"copra\": [\n        \"coppra\"\n    ],\n    \"coprah\": [\n        \"coprahs\"\n    ],\n    \"na-akụzi ihe\": [\n        \"coprecipitating\",\n        \"instructive\",\n        \"semidestructive\"\n    ],\n    \"nchịkọta ihe\": [\n        \"coprecipitation\"\n    ],\n    \"deputa\": [\n        \"copresent\",\n        \"deputator\"\n    ],\n    \"ndi oru nkwado\": [\n        \"coprocessors\"\n    ],\n    \"mmeputa\": [\n        \"coproduction\",\n        \"output\",\n        \"outspit\",\n        \"photoproduction\",\n        \"semifiction\"\n    ],\n    \"koprolagnist\": [\n        \"coprolagnist\"\n    ],\n    \"ezipụta\": [\n        \"coprolite\",\n        \"dispender\",\n        \"specif\",\n        \"specify\"\n    ],\n    \"onye mmanu\": [\n        \"coprolith\",\n        \"larcener\",\n        \"lubritorian\",\n        \"oilman\"\n    ],\n    \"naịl\": [\n        \"coprolitic\"\n    ],\n    \"onye nkwuputa\": [\n        \"copromisor\",\n        \"declarator\",\n        \"deflationist\"\n    ],\n    \"onye na-enyocha ihe\": [\n        \"copromoter\",\n        \"proofreader\",\n        \"recognitor\",\n        \"upbraider\"\n    ],\n    \"cops\": [\n        \"copses\",\n        \"copsy\"\n    ],\n    \"inyinya osisi\": [\n        \"copsewooded\"\n    ],\n    \"kopita\": [\n        \"copter\"\n    ],\n    \"koptik\": [\n        \"coptic\"\n    ],\n    \"ulatedomie\": [\n        \"copulated\"\n    ],\n    \"na-emepụta\": [\n        \"copulates\",\n        \"creates\",\n        \"formulising\",\n        \"producing\",\n        \"underproducing\"\n    ],\n    \"ezigbote\": [\n        \"copunctal\"\n    ],\n    \"ocho ahia\": [\n        \"copurchaser\"\n    ],\n    \"ọquụ\": [\n        \"coquettishly\",\n        \"coquettishness\",\n        \"exquisitism\",\n        \"exquisitiveness\"\n    ],\n    \"kora\": [\n        \"cora\",\n        \"corach\",\n        \"korah\"\n    ],\n    \"koracii\": [\n        \"coracii\"\n    ],\n    \"koracine\": [\n        \"coracine\"\n    ],\n    \"koral\": [\n        \"coracle\",\n        \"coraled\"\n    ],\n    \"cococoids\": [\n        \"coracoids\"\n    ],\n    \"coraggio\": [\n        \"coragio\"\n    ],\n    \"korah\": [\n        \"corah\"\n    ],\n    \"kọral\": [\n        \"coraji\",\n        \"coral\",\n        \"corals\"\n    ],\n    \"kọralberry\": [\n        \"coralberry\"\n    ],\n    \"kọralịberị\": [\n        \"coralberries\"\n    ],\n    \"koralbush\": [\n        \"coralbush\"\n    ],\n    \"koralian\": [\n        \"corallian\"\n    ],\n    \"koralik\": [\n        \"corallic\"\n    ],\n    \"korallidomous\": [\n        \"corallidomous\"\n    ],\n    \"ọralụ\": [\n        \"coralliferous\"\n    ],\n    \"dị ka coral\": [\n        \"corallike\"\n    ],\n    \"korallin\": [\n        \"corallin\"\n    ],\n    \"koralline\": [\n        \"coralline\"\n    ],\n    \"korallium\": [\n        \"corallium\"\n    ],\n    \"koralloid\": [\n        \"coralloid\"\n    ],\n    \"koralloidal\": [\n        \"coralloidal\"\n    ],\n    \"korallum\": [\n        \"corallum\"\n    ],\n    \"koram\": [\n        \"coram\",\n        \"corambis\"\n    ],\n    \"koran\": [\n        \"coran\"\n    ],\n    \"koraveca\": [\n        \"coraveca\"\n    ],\n    \"Na-ekwu okwu\": [\n        \"corbelling\",\n        \"coteful\",\n        \"dauting\",\n        \"detruding\",\n        \"outsizes\",\n        \"strunting\",\n        \"strutting\"\n    ],\n    \"corblimei\": [\n        \"corblimey\"\n    ],\n    \"cordaites\": [\n        \"cordaitean\"\n    ],\n    \"nwere eriri\": [\n        \"cordelled\",\n        \"fibered\",\n        \"fiberized\"\n    ],\n    \"agaba\": [\n        \"corder\",\n        \"gandhiism\",\n        \"parsimoniously\"\n    ],\n    \"cordial\": [\n        \"cordia\"\n    ],\n    \"Eriri\": [\n        \"cordyl\",\n        \"ropey\",\n        \"stringene\",\n        \"stringier\",\n        \"stringing\",\n        \"stringman\"\n    ],\n    \"eriri akwa\": [\n        \"cordyline\",\n        \"unbroid\"\n    ],\n    \"eririilleras\": [\n        \"cordilleras\"\n    ],\n    \"Kọdor\": [\n        \"cordiner\"\n    ],\n    \"Ndekọ\": [\n        \"cording\"\n    ],\n    \"eririobas\": [\n        \"cordobas\"\n    ],\n    \"eririonazo\": [\n        \"cordonazo\"\n    ],\n    \"eririonazos\": [\n        \"cordonazos\"\n    ],\n    \"udo ya\": [\n        \"cordoned\"\n    ],\n    \"itinye eriri\": [\n        \"cordoning\"\n    ],\n    \"eririonnet\": [\n        \"cordonnet\"\n    ],\n    \"Ekwela\": [\n        \"corduroyed\",\n        \"excrementitious\",\n        \"excretal\",\n        \"excretitious\",\n        \"extradictable\",\n        \"extraditable\",\n        \"extradosed\",\n        \"extramusical\"\n    ],\n    \"eriri nwa\": [\n        \"cordwainery\",\n        \"umbilic\",\n        \"umbilroot\",\n        \"umbrine\"\n    ],\n    \"ihe cressemptress\": [\n        \"coredemptress\"\n    ],\n    \"ọjoụ\": [\n        \"corejoice\",\n        \"outjourneyed\",\n        \"pejoratively\"\n    ],\n    \"isi Ndinam\": [\n        \"coremaking\"\n    ],\n    \"isi akwara\": [\n        \"coremorphosis\"\n    ],\n    \"isi igwe\": [\n        \"corepressor\",\n        \"ironhead\",\n        \"ironheaded\"\n    ],\n    \"Odibo\": [\n        \"coresidence\",\n        \"counterprick\",\n        \"daunter\",\n        \"deprecative\",\n        \"drosky\",\n        \"duddy\",\n        \"feignedly\",\n        \"frowzy\",\n        \"harrowed\",\n        \"ladyling\",\n        \"maupassant\",\n        \"oddsman\",\n        \"oppidans\",\n        \"thsant\"\n    ],\n    \"Corydon\": [\n        \"corydon\"\n    ],\n    \"corymb yiri\": [\n        \"corymblike\"\n    ],\n    \"Cortiac\": [\n        \"corinthiac\"\n    ],\n    \"Kọrịnt\": [\n        \"corinthian\"\n    ],\n    \"Corinism\": [\n        \"corinthianism\"\n    ],\n    \"Ndị Kọrịnt\": [\n        \"corinthians\"\n    ],\n    \"ihe eji akpu akpu\": [\n        \"corkage\"\n    ],\n    \"kpochie ọnụ\": [\n        \"corked\"\n    ],\n    \"Ndị na-eme mkpọtụ\": [\n        \"corkers\",\n        \"corroders\",\n        \"corrugators\",\n        \"crusaders\",\n        \"crushers\",\n        \"crushes\",\n        \"forkers\",\n        \"parleyer\",\n        \"revilers\"\n    ],\n    \"ikpuchi\": [\n        \"corking\",\n        \"courtepy\",\n        \"covering\",\n        \"coverless\",\n        \"croakiness\",\n        \"crocheting\",\n        \"crotchetiness\",\n        \"expostulation\",\n        \"middlingness\",\n        \"nonclosure\",\n        \"obscured\",\n        \"obside\",\n        \"overloup\",\n        \"overshading\",\n        \"overshadower\",\n        \"overshrink\",\n        \"overshroud\",\n        \"overslipt\",\n        \"overslur\",\n        \"oversmite\",\n        \"uncoly\",\n        \"uncourting\",\n        \"uncoveting\",\n        \"unshoeing\",\n        \"vaginocele\",\n        \"vaginofixation\",\n        \"vaginoperineal\",\n        \"vaginoperitoneal\",\n        \"vaginopexy\",\n        \"vaginoplasty\",\n        \"vaginulate\"\n    ],\n    \"na-akọchi\": [\n        \"corkish\",\n        \"trenching\"\n    ],\n    \"dị ka ihe mkpuchi\": [\n        \"corklike\"\n    ],\n    \"onye na-eme mkpọchi\": [\n        \"corkmaker\"\n    ],\n    \"ihe nkpuchi\": [\n        \"corkscrew\",\n        \"corkscrewing\",\n        \"forker\",\n        \"harbingery\",\n        \"maskers\",\n        \"vavassors\"\n    ],\n    \"kpuchie ụzọ\": [\n        \"corkscrewed\"\n    ],\n    \"cormorant\": [\n        \"cormorants\"\n    ],\n    \"ọkaamute\": [\n        \"cornamute\"\n    ],\n    \"bọọlụ ọka\": [\n        \"cornballs\"\n    ],\n    \"nnụnụ ọka\": [\n        \"cornbird\"\n    ],\n    \"ọka bred\": [\n        \"cornbread\"\n    ],\n    \"achịcha ọka\": [\n        \"corncakes\",\n        \"grubstakes\"\n    ],\n    \"ịkpụcha ọka\": [\n        \"corncutting\"\n    ],\n    \"Cornelia\": [\n        \"cornelia\"\n    ],\n    \"onye oku\": [\n        \"cornelian\",\n        \"incinerator\",\n        \"lighterman\",\n        \"versemaker\"\n    ],\n    \"Cornelius\": [\n        \"cornelius\"\n    ],\n    \"Onye isi nkuku\": [\n        \"cornerman\"\n    ],\n    \"isi nkuku\": [\n        \"cornerstone\",\n        \"cornerstones\"\n    ],\n    \"akụkụ ụzọ\": [\n        \"cornerways\",\n        \"sidecutters\"\n    ],\n    \"onye oka\": [\n        \"cornetist\",\n        \"cornettist\"\n    ],\n    \"cornet\": [\n        \"cornette\"\n    ],\n    \"Corning\": [\n        \"corning\"\n    ],\n    \"enweghị ọka\": [\n        \"cornless\",\n        \"grainless\"\n    ],\n    \"onye isi ulo\": [\n        \"cornmaster\",\n        \"housewright\"\n    ],\n    \"ụzọ ọka\": [\n        \"cornstalks\"\n    ],\n    \"kọlụlụ\": [\n        \"cornual\"\n    ],\n    \"ọkaubianite\": [\n        \"cornubianite\"\n    ],\n    \"ọkaulite\": [\n        \"cornulite\"\n    ],\n    \"ịgha ọka\": [\n        \"cornuting\"\n    ],\n    \"umu akwukwo\": [\n        \"corollaries\",\n        \"leafboy\",\n        \"peddleress\",\n        \"piddlers\"\n    ],\n    \"koometa\": [\n        \"corometer\"\n    ],\n    \"coron\": [\n        \"corone\"\n    ],\n    \"onye na-enyocha ozu\": [\n        \"coroner\"\n    ],\n    \"koronum\": [\n        \"coronium\"\n    ],\n    \"ntebu\": [\n        \"coronobasilar\"\n    ],\n    \"na-egbochi ọrịa\": [\n        \"coroparelcysis\",\n        \"pyrotechnically\"\n    ],\n    \"ihe coroplastic\": [\n        \"coroplastic\"\n    ],\n    \"Oru\": [\n        \"coroun\",\n        \"creeshing\",\n        \"rfs\"\n    ],\n    \"Kurozos\": [\n        \"corozos\"\n    ],\n    \"kopora\": [\n        \"corpora\",\n        \"corporal\",\n        \"corporalcy\",\n        \"corporals\"\n    ],\n    \"ralslọọrụ\": [\n        \"corporalship\"\n    ],\n    \"ụlọọrụ\": [\n        \"corporative\"\n    ],\n    \"rativelọọrụ\": [\n        \"corporatively\"\n    ],\n    \"omekorita\": [\n        \"corporator\",\n        \"epicist\"\n    ],\n    \"kwado ya\": [\n        \"corporify\",\n        \"sodomize\"\n    ],\n    \"Ndị ozu\": [\n        \"corps\"\n    ],\n    \"ndị ozu\": [\n        \"corpsmen\"\n    ],\n    \"mmeghari ahụ\": [\n        \"corpulences\"\n    ],\n    \"corpusious\": [\n        \"corpusculous\"\n    ],\n    \"Corr\": [\n        \"corr\"\n    ],\n    \"Corrade\": [\n        \"corrade\"\n    ],\n    \"Koboodu\": [\n        \"corrades\"\n    ],\n    \"corral\": [\n        \"corrals\"\n    ],\n    \"gbazie\": [\n        \"corrected\"\n    ],\n    \"mgbazi\": [\n        \"correctedness\",\n        \"correction\",\n        \"correctional\"\n    ],\n    \"emezi\": [\n        \"correcter\",\n        \"reconciled\",\n        \"ritziest\",\n        \"settledly\"\n    ],\n    \"agbazi\": [\n        \"correcting\"\n    ],\n    \"imezi\": [\n        \"corrective\",\n        \"cowhage\",\n        \"cowhages\",\n        \"decontaminate\",\n        \"improviso\",\n        \"rectifier\",\n        \"remedying\",\n        \"repave\",\n        \"repaved\",\n        \"styled\",\n        \"stylization\",\n        \"stylizing\"\n    ],\n    \"Izizi\": [\n        \"correctness\",\n        \"precide\",\n        \"straightness\"\n    ],\n    \"na-agbazi\": [\n        \"corrects\",\n        \"straightens\"\n    ],\n    \"emekorita\": [\n        \"correlated\",\n        \"interacted\"\n    ],\n    \"na-emezigharị\": [\n        \"correlating\",\n        \"disvaluing\",\n        \"reappropriating\",\n        \"recalibrating\",\n        \"reconfirming\",\n        \"reconfusing\",\n        \"reconsecrates\",\n        \"reconsecrating\",\n        \"reconsolidating\",\n        \"reconstitutes\",\n        \"reconstituting\",\n        \"recultivating\",\n        \"refastens\",\n        \"reformingly\",\n        \"reformulates\",\n        \"reinitializes\",\n        \"remending\",\n        \"remodeling\",\n        \"remodelling\",\n        \"restudying\",\n        \"resulfurizing\",\n        \"unstultifying\"\n    ],\n    \"mmekọrịta adịghị mma\": [\n        \"correlativeness\"\n    ],\n    \"correl\": [\n        \"correllation\"\n    ],\n    \"mezue\": [\n        \"correo\",\n        \"renovize\"\n    ],\n    \"ndị na-edekọ akụkọ\": [\n        \"correspondents\"\n    ],\n    \"korido\": [\n        \"corridas\",\n        \"corrido\",\n        \"corridor\",\n        \"corridored\",\n        \"corridors\"\n    ],\n    \"Corrigent\": [\n        \"corrigent\"\n    ],\n    \"ụmụ nnụnụ\": [\n        \"corrivals\"\n    ],\n    \"corrosant\": [\n        \"corrodant\"\n    ],\n    \"Ikwute\": [\n        \"corrode\",\n        \"lusky\",\n        \"placate\",\n        \"plebeianly\",\n        \"pokable\",\n        \"precurrer\",\n        \"prelatess\"\n    ],\n    \"Okpuru\": [\n        \"corroded\",\n        \"lowery\",\n        \"oppilated\"\n    ],\n    \"corrosent\": [\n        \"corrodent\"\n    ],\n    \"corrosentia\": [\n        \"corrodentia\"\n    ],\n    \"corrovable\": [\n        \"corrodible\"\n    ],\n    \"corrosible\": [\n        \"corrosibleness\"\n    ],\n    \"corrugated\": [\n        \"corrugant\",\n        \"corrugate\",\n        \"corrugates\"\n    ],\n    \"corrugo\": [\n        \"corrugent\"\n    ],\n    \"rụrụ arụ\": [\n        \"corrup\",\n        \"corrupt\",\n        \"corruptest\",\n        \"corruptful\",\n        \"corruptious\",\n        \"corruptly\",\n        \"debased\",\n        \"defiled\",\n        \"defoamed\",\n        \"defogged\",\n        \"defoul\",\n        \"depraved\",\n        \"depravedly\",\n        \"depraving\",\n        \"detestable\",\n        \"detestably\",\n        \"detested\",\n        \"immoral\",\n        \"immoralised\",\n        \"immoralising\",\n        \"immoralized\",\n        \"immorally\",\n        \"obscenest\",\n        \"perverseness\",\n        \"perverts\",\n        \"polluted\",\n        \"pollutedly\",\n        \"profaned\",\n        \"vulgar\",\n        \"vulgarised\"\n    ],\n    \"ire\": [\n        \"corrupable\",\n        \"dea\",\n        \"demantoid\",\n        \"devaul\",\n        \"flatuous\",\n        \"paginate\",\n        \"pleonal\",\n        \"rendoun\",\n        \"rendu\",\n        \"rotch\",\n        \"rte\",\n        \"selle\",\n        \"sellie\",\n        \"soldan\",\n        \"soldo\",\n        \"spluther\",\n        \"spoffish\",\n        \"tongue\",\n        \"tonguy\",\n        \"vend\",\n        \"vendage\",\n        \"vendition\",\n        \"voguish\",\n        \"voguishness\"\n    ],\n    \"emerụ\": [\n        \"corrupted\",\n        \"corruptedly\",\n        \"corrupter\",\n        \"deaminated\",\n        \"harmful\",\n        \"harmfully\",\n        \"harmfulness\",\n        \"wounding\"\n    ],\n    \"emerụ ness\": [\n        \"corruptedness\"\n    ],\n    \"ire ure\": [\n        \"corruptibility\",\n        \"corruptible\",\n        \"corruptibleness\",\n        \"decomposition\",\n        \"rotgut\",\n        \"rottenness\"\n    ],\n    \"na-emerụ emerụ\": [\n        \"corrupting\",\n        \"corruptingly\",\n        \"corruptive\",\n        \"corruptively\",\n        \"defiling\",\n        \"defilingly\",\n        \"deleterious\",\n        \"desecrating\",\n        \"incastellated\",\n        \"unrushing\"\n    ],\n    \"onye nrụrụ aka\": [\n        \"corruptionist\"\n    ],\n    \"enweghị mmerụ\": [\n        \"corruptless\",\n        \"nonjuries\",\n        \"sinewless\",\n        \"unhurtfulness\",\n        \"uninjuriousness\",\n        \"unpneumatic\",\n        \"unpolishedness\",\n        \"unvarnishedness\"\n    ],\n    \"onye rụrụ arụ\": [\n        \"corruptress\"\n    ],\n    \"na-emebi\": [\n        \"corrupts\",\n        \"criminating\",\n        \"curmurging\",\n        \"damaging\",\n        \"damagingly\",\n        \"damming\",\n        \"deaminating\",\n        \"deaminize\",\n        \"deaminizing\",\n        \"debilitating\",\n        \"decaying\",\n        \"decays\",\n        \"decatizing\",\n        \"decomposes\",\n        \"degenerating\",\n        \"deglazing\",\n        \"degreasing\",\n        \"demeriting\",\n        \"demolishes\",\n        \"demulsifying\",\n        \"depasturing\",\n        \"deteriorates\",\n        \"deteriorating\",\n        \"detraining\",\n        \"detribalizing\",\n        \"detruncating\",\n        \"devastates\",\n        \"dezincing\",\n        \"ermining\",\n        \"frails\",\n        \"jeopardizes\",\n        \"mistering\",\n        \"mutinying\",\n        \"nullifies\",\n        \"pitastile\",\n        \"ravishing\",\n        \"redamaging\",\n        \"repressive\",\n        \"ruching\",\n        \"rucking\",\n        \"ruinates\",\n        \"ruing\",\n        \"undamming\",\n        \"undermining\",\n        \"violates\",\n        \"wreaking\"\n    ],\n    \"ihe otite\": [\n        \"corsaint\",\n        \"creamware\"\n    ],\n    \"ihe ọ .ụ coụ\": [\n        \"corselette\"\n    ],\n    \"cors\": [\n        \"corses\"\n    ],\n    \"corsikan\": [\n        \"corsican\"\n    ],\n    \"corset\": [\n        \"corslet\"\n    ],\n    \"corsets\": [\n        \"corslets\"\n    ],\n    \"koso\": [\n        \"corso\",\n        \"cupseed\"\n    ],\n    \"corte\": [\n        \"cortes\"\n    ],\n    \"kotesi\": [\n        \"cortex\"\n    ],\n    \"cortex cortex\": [\n        \"cortexes\"\n    ],\n    \"ihe kwesiri ekwesi\": [\n        \"corticospinal\",\n        \"stageworthy\"\n    ],\n    \"ihe nrịba ama\": [\n        \"corticosteroid\",\n        \"landmarker\",\n        \"markery\",\n        \"signboards\",\n        \"signposts\"\n    ],\n    \"ihe corticosteroids\": [\n        \"corticosteroids\"\n    ],\n    \"ndabueze\": [\n        \"corticostriate\",\n        \"dodecamerous\",\n        \"embranglement\",\n        \"intercarpellary\",\n        \"interlocutrice\",\n        \"internobasal\",\n        \"paroecy\",\n        \"penetrolqgy\"\n    ],\n    \"cortiin\": [\n        \"cortile\"\n    ],\n    \"cortinai\": [\n        \"cortinae\"\n    ],\n    \"ihe ubi\": [\n        \"cortine\",\n        \"crop\",\n        \"cropplecrown\",\n        \"crops\",\n        \"feldsher\",\n        \"fieldmice\",\n        \"harvestable\",\n        \"harvestbug\",\n        \"harvester\",\n        \"harvests\",\n        \"lievest\",\n        \"reapable\",\n        \"reapdole\",\n        \"reaped\",\n        \"reaphook\",\n        \"reaphooks\",\n        \"soaperies\",\n        \"sobrevest\",\n        \"veneniferous\",\n        \"venisuture\",\n        \"viniculture\"\n    ],\n    \"cortisol\": [\n        \"cortisols\"\n    ],\n    \"cortland tite\": [\n        \"cortlandtite\"\n    ],\n    \"owu\": [\n        \"corton\",\n        \"cotton\",\n        \"cottonbush\",\n        \"cottoned\",\n        \"cottoner\",\n        \"cottony\",\n        \"cottonian\",\n        \"cottoning\",\n        \"cottonize\",\n        \"cottonseed\",\n        \"cottontail\",\n        \"cottontails\",\n        \"cottontop\",\n        \"cottonwick\",\n        \"lone\",\n        \"loneful\",\n        \"lonely\",\n        \"lownly\"\n    ],\n    \"na-emebula\": [\n        \"coruscating\"\n    ],\n    \"corvette\": [\n        \"corvet\"\n    ],\n    \"corvet\": [\n        \"corvets\"\n    ],\n    \"cosey\": [\n        \"coseier\"\n    ],\n    \"cosiest\": [\n        \"coseiest\"\n    ],\n    \"coseism\": [\n        \"coseismic\"\n    ],\n    \"elu uwa\": [\n        \"cosession\"\n    ],\n    \"onye na-emekọrịta ihe\": [\n        \"cosharer\"\n    ],\n    \"cosher\": [\n        \"coshering\"\n    ],\n    \"cozier\": [\n        \"cosier\"\n    ],\n    \"eluigwe\": [\n        \"cosies\",\n        \"cosmic\",\n        \"heaven\",\n        \"heavenese\",\n        \"heavenhood\",\n        \"heavens\",\n        \"heavenwardness\"\n    ],\n    \"kosinage\": [\n        \"cosinage\"\n    ],\n    \"ụmụ nwanne nne\": [\n        \"cosins\",\n        \"cousinries\",\n        \"cousins\"\n    ],\n    \"ihe ntecha\": [\n        \"cosmetics\"\n    ],\n    \"okacha amara\": [\n        \"cosmetologist\",\n        \"vernacularist\"\n    ],\n    \"nke uwa\": [\n        \"cosmically\",\n        \"earthy\",\n        \"earthly\"\n    ],\n    \"cosmist\": [\n        \"cosmists\"\n    ],\n    \"cosmogonist\": [\n        \"cosmogonists\"\n    ],\n    \"ichota\": [\n        \"cosmolining\",\n        \"decoagulate\",\n        \"glutinize\",\n        \"ostentate\",\n        \"reconquer\",\n        \"searcloth\"\n    ],\n    \"otu mba\": [\n        \"cosmopolitans\",\n        \"semipublic\",\n        \"teamland\"\n    ],\n    \"eluigwe na ala\": [\n        \"cosmosphere\",\n        \"cospecies\",\n        \"underheaven\",\n        \"universal\",\n        \"universalise\",\n        \"universality\",\n        \"universalness\",\n        \"universe\",\n        \"universeful\"\n    ],\n    \"kosmotellurian\": [\n        \"cosmotellurian\"\n    ],\n    \"kosmotron\": [\n        \"cosmotron\"\n    ],\n    \"cosoverign\": [\n        \"cosovereign\"\n    ],\n    \"ịchịkwa ọchịchị\": [\n        \"cosovereignty\"\n    ],\n    \"Akpa akpa\": [\n        \"cossacks\"\n    ],\n    \"ihe ọ .ụingụ\": [\n        \"cosseting\"\n    ],\n    \"kossetị\": [\n        \"cossetted\"\n    ],\n    \"ihe ọụ coụ\": [\n        \"cossetting\"\n    ],\n    \"akpakpa\": [\n        \"cossid\",\n        \"cotangent\",\n        \"propitiate\",\n        \"shoebird\"\n    ],\n    \"kossyrite\": [\n        \"cossyrite\"\n    ],\n    \"mmefu\": [\n        \"costage\",\n        \"disbursals\",\n        \"disbursement\",\n        \"dispenditure\",\n        \"expendability\",\n        \"expendables\",\n        \"expenditor\",\n        \"expenditrix\",\n        \"expenditure\",\n        \"expenditures\",\n        \"expense\",\n        \"expensefulness\",\n        \"expenses\",\n        \"explication\",\n        \"explicits\",\n        \"exponention\",\n        \"expropriation\",\n        \"expropriations\",\n        \"extravagances\",\n        \"extravagancies\",\n        \"extravagantes\",\n        \"misbills\",\n        \"offals\",\n        \"outlay\",\n        \"spender\",\n        \"spendings\",\n        \"spense\",\n        \"voiture\"\n    ],\n    \"ihe eji akwụ ụgwọ\": [\n        \"costander\"\n    ],\n    \"jiri ọnụ\": [\n        \"costed\",\n        \"preorally\"\n    ],\n    \"uwe ọla\": [\n        \"costellate\"\n    ],\n    \"kosta\": [\n        \"coster\"\n    ],\n    \"cari cartilage costi\": [\n        \"costicartilage\"\n    ],\n    \"costi cartilaginous\": [\n        \"costicartilaginous\"\n    ],\n    \"ihe na-efu\": [\n        \"costiferous\",\n        \"missishness\"\n    ],\n    \"na-efu efu\": [\n        \"costing\",\n        \"expiative\",\n        \"losingly\",\n        \"missaying\",\n        \"missays\",\n        \"missal\",\n        \"missing\",\n        \"missorting\",\n        \"misspacing\",\n        \"misspender\",\n        \"misspends\",\n        \"missung\",\n        \"vanishes\",\n        \"vanishing\",\n        \"vanishingly\"\n    ],\n    \"dị oke ọnụ\": [\n        \"costious\",\n        \"expensive\",\n        \"expensively\",\n        \"jewelly\",\n        \"preciously\"\n    ],\n    \"enweghị ọnụ\": [\n        \"costless\",\n        \"costlessly\",\n        \"costlessness\",\n        \"devaluations\",\n        \"inexpensiveness\",\n        \"infalsificable\",\n        \"mouthless\",\n        \"nonaffilliated\",\n        \"nonassent\",\n        \"noncapricious\",\n        \"noncomposite\",\n        \"nondefensiveness\",\n        \"nondominant\",\n        \"nonoffensiveness\",\n        \"nonpopulous\",\n        \"nonrated\",\n        \"nonstatutable\",\n        \"nonunited\",\n        \"nonvaluable\",\n        \"priceless\",\n        \"pricelessly\",\n        \"pricelessness\",\n        \"quoteless\",\n        \"rageless\",\n        \"smutless\",\n        \"strikeless\",\n        \"unaffordable\",\n        \"unannunciable\",\n        \"unbuttered\",\n        \"unenriched\",\n        \"unevaluated\",\n        \"unexpensively\",\n        \"unexpensiveness\",\n        \"unmuttered\",\n        \"unoffensiveness\",\n        \"unpriced\",\n        \"unvaluably\"\n    ],\n    \"dị ọnụ\": [\n        \"costly\"\n    ],\n    \"ụgwọ ọnụ\": [\n        \"costlier\"\n    ],\n    \"kacha ọnụ ahịa\": [\n        \"costliest\"\n    ],\n    \"nkwakọ ngwaahịa\": [\n        \"costoapical\",\n        \"packaging\",\n        \"packeries\",\n        \"packeting\"\n    ],\n    \"koshondor\": [\n        \"costochondral\"\n    ],\n    \"kofo_nke\": [\n        \"costoinferior\"\n    ],\n    \"ọnwu\": [\n        \"costophrenic\",\n        \"deathroot\",\n        \"deiparous\",\n        \"diaglyphic\",\n        \"diehards\",\n        \"drogue\",\n        \"excruciatingness\",\n        \"gnars\",\n        \"piso\",\n        \"unstanchable\"\n    ],\n    \"okpoko-okpo\": [\n        \"costopneumopexy\"\n    ],\n    \"okpokoro ugwu\": [\n        \"costopulmonary\"\n    ],\n    \"oskwụ ụgwọ\": [\n        \"costosuperior\"\n    ],\n    \"uwechi\": [\n        \"costothoracic\"\n    ],\n    \"ihe mkpuchi anụ ahụ\": [\n        \"costotomy\"\n    ],\n    \"mbeda\": [\n        \"costotomies\"\n    ],\n    \"nkwagharị\": [\n        \"costotransversal\"\n    ],\n    \"Kostiarị\": [\n        \"costotransverse\"\n    ],\n    \"koysiphoid\": [\n        \"costoxiphoid\"\n    ],\n    \"ekike\": [\n        \"costumers\",\n        \"costumes\",\n        \"costumic\",\n        \"outfit\",\n        \"outfits\",\n        \"outfittings\",\n        \"outsift\",\n        \"plainclothes\"\n    ],\n    \"Udiri\": [\n        \"costusroot\",\n        \"ddname\",\n        \"dioon\",\n        \"eiderdown\",\n        \"eiders\",\n        \"eustyle\",\n        \"incretory\",\n        \"sobby\",\n        \"soddy\",\n        \"strands\",\n        \"surdity\",\n        \"sweetleaf\",\n        \"urnful\",\n        \"whinchat\"\n    ],\n    \"ngalaba kọfị\": [\n        \"cosufferer\"\n    ],\n    \"Udo cosysys\": [\n        \"cosuretyship\"\n    ],\n    \"cosostain\": [\n        \"cosustain\"\n    ],\n    \"ndokari\": [\n        \"cotangential\"\n    ],\n    \"Ndi Katoan\": [\n        \"cotans\"\n    ],\n    \"Cotarius\": [\n        \"cotarius\"\n    ],\n    \"corbetty\": [\n        \"cotbetty\"\n    ],\n    \"ndakoeux\": [\n        \"coteaux\"\n    ],\n    \"coréen\": [\n        \"coteen\"\n    ],\n    \"Kotele\": [\n        \"cotele\"\n    ],\n    \"onye nkpuchi\": [\n        \"coteller\",\n        \"infitter\"\n    ],\n    \"koomporane\": [\n        \"cotemporane\"\n    ],\n    \"agụkọ\": [\n        \"cotemporaneous\"\n    ],\n    \"N'ihe ederede\": [\n        \"cotemporaneously\"\n    ],\n    \"ibi nwa\": [\n        \"cotenancy\"\n    ],\n    \"ndi nnabata\": [\n        \"cotenants\"\n    ],\n    \"Ihiala\": [\n        \"coterminous\",\n        \"cotwinned\",\n        \"whopped\"\n    ],\n    \"Ihe ibi ndụ\": [\n        \"coterminousness\"\n    ],\n    \"Uchenna Nwoke\": [\n        \"cotesian\",\n        \"theloncus\"\n    ],\n    \"Cotham\": [\n        \"cotham\"\n    ],\n    \"onye na-elekọta ihe\": [\n        \"cotheorist\",\n        \"craneman\",\n        \"engrainer\",\n        \"philanthropian\",\n        \"philiater\",\n        \"philomelanist\",\n        \"philonist\",\n        \"philotheist\",\n        \"pyrotechnist\",\n        \"underkeeper\",\n        \"zooperist\"\n    ],\n    \"kpokọt\": [\n        \"cothy\"\n    ],\n    \"Chishish\": [\n        \"cothish\"\n    ],\n    \"Ikpoturu\": [\n        \"coticing\"\n    ],\n    \"nwagbo\": [\n        \"cotidal\"\n    ],\n    \"onyema\": [\n        \"cotylar\",\n        \"extradict\",\n        \"extradite\",\n        \"floretty\",\n        \"popeler\",\n        \"semaphoric\",\n        \"thomist\",\n        \"thorougher\",\n        \"tropospheric\"\n    ],\n    \"Ihe ndi ozo\": [\n        \"cotyliform\"\n    ],\n    \"idina\": [\n        \"cotillage\",\n        \"gest\",\n        \"homobront\",\n        \"homoean\",\n        \"homoiousia\",\n        \"homophyly\",\n        \"raping\"\n    ],\n    \"ọnụ ụlọ\": [\n        \"cotillon\",\n        \"tollhouses\"\n    ],\n    \"onyeneka\": [\n        \"cotyloid\"\n    ],\n    \"onyekere\": [\n        \"cotylophorous\",\n        \"portionist\"\n    ],\n    \"oty. .otyiaotyotyotyotyoty\": [\n        \"cotylosauria\"\n    ],\n    \"na-ede\": [\n        \"coting\",\n        \"dicing\",\n        \"diting\",\n        \"doting\"\n    ],\n    \"edee\": [\n        \"cotinga\",\n        \"edemic\",\n        \"squillagee\"\n    ],\n    \"Ihechi\": [\n        \"cotise\",\n        \"rhopalic\",\n        \"vassalling\"\n    ],\n    \"Ebe Ugbo\": [\n        \"cotising\"\n    ],\n    \"isi ala\": [\n        \"cotitular\",\n        \"cottus\",\n        \"dowdyism\",\n        \"dowdiness\",\n        \"frondous\",\n        \"headland\",\n        \"headlands\",\n        \"maladdress\"\n    ],\n    \"Alaeze\": [\n        \"cotland\"\n    ],\n    \"Onyedi\": [\n        \"cotman\",\n        \"cresegol\",\n        \"huntsman\",\n        \"huntsmen\"\n    ],\n    \"ihe dị n'ime\": [\n        \"cotoin\",\n        \"ingrains\"\n    ],\n    \"Cotonia\": [\n        \"cotonia\"\n    ],\n    \"Ogbogu Okonji\": [\n        \"cotqueans\",\n        \"cretaceously\",\n        \"daisycutter\",\n        \"dauphiness\",\n        \"easternizing\",\n        \"gaffsman\",\n        \"hindi\",\n        \"melospiza\",\n        \"minstrelsy\",\n        \"osteophony\",\n        \"outsonet\",\n        \"outsonnet\",\n        \"outswagger\",\n        \"overprolixly\",\n        \"piggybacked\",\n        \"ploceiform\",\n        \"pmsg\",\n        \"potamogetonaceous\",\n        \"potwalloper\",\n        \"premuddling\",\n        \"spadelike\",\n        \"spatangoid\",\n        \"vagotonic\",\n        \"westernizing\"\n    ],\n    \"mbufe\": [\n        \"cotransduction\",\n        \"dismortgage\",\n        \"outwalk\",\n        \"preambition\",\n        \"preambulation\",\n        \"transferal\",\n        \"transference\",\n        \"tranship\",\n        \"transhipment\",\n        \"transhumance\",\n        \"transumptive\"\n    ],\n    \"onye ntụgharị okwu\": [\n        \"cotranslator\",\n        \"misinterpreter\",\n        \"transliterator\"\n    ],\n    \"Ihiakpo\": [\n        \"cotranspire\"\n    ],\n    \"transubstantiate\": [\n        \"cotransubstantiate\"\n    ],\n    \"onye nnupu isi\": [\n        \"cotrespasser\",\n        \"insurrectionist\",\n        \"trespasser\"\n    ],\n    \"onye na-eri ihe\": [\n        \"cotripper\",\n        \"eater\",\n        \"percher\",\n        \"pesterer\"\n    ],\n    \"onye nlekọta ụlọ\": [\n        \"cotrustee\",\n        \"groundkeeper\",\n        \"houseguest\",\n        \"steward\"\n    ],\n    \"Amaji\": [\n        \"cotsetland\"\n    ],\n    \"ndokuta\": [\n        \"cotta\"\n    ],\n    \"onye na-elekọta ụlọ\": [\n        \"cottager\",\n        \"homekeeper\",\n        \"housekeeper\",\n        \"housekeeperly\",\n        \"housekeeperlike\",\n        \"housemaidy\",\n        \"housemaiding\",\n        \"hutkeeper\",\n        \"jaileress\",\n        \"jailor\",\n        \"landraker\",\n        \"shelterer\",\n        \"vaticinatress\"\n    ],\n    \"ndi ulo\": [\n        \"cottagers\",\n        \"stallmen\"\n    ],\n    \"ụlọ ọka\": [\n        \"cotters\"\n    ],\n    \"ụlọ ụzọ\": [\n        \"cotterway\"\n    ],\n    \"uloukwu\": [\n        \"cottidae\",\n        \"heptameron\",\n        \"hexastichous\"\n    ],\n    \"Ebezi\": [\n        \"cottier\"\n    ],\n    \"kachasi ike\": [\n        \"cottiest\"\n    ],\n    \"owuade\": [\n        \"cottonade\"\n    ],\n    \"owuee\": [\n        \"cottonee\"\n    ],\n    \"ịme owu\": [\n        \"cottonization\"\n    ],\n    \"enweghị nku\": [\n        \"cottonless\",\n        \"featherless\",\n        \"featherlessness\",\n        \"winglessness\"\n    ],\n    \"Okpomoku\": [\n        \"cottonmouth\",\n        \"elliptic\",\n        \"homoiousianism\",\n        \"oversanguine\",\n        \"spacewalker\",\n        \"spherosome\",\n        \"trophoplasmic\",\n        \"tropicalized\",\n        \"trouter\"\n    ],\n    \"owupulu\": [\n        \"cottonopolis\"\n    ],\n    \"ịkpa ákwà\": [\n        \"cottonpicking\",\n        \"weavement\",\n        \"weaving\"\n    ],\n    \"ogwu owu\": [\n        \"cottonseeds\"\n    ],\n    \"owu owu\": [\n        \"cottonweed\",\n        \"lonelier\",\n        \"woolsower\"\n    ],\n    \"dina\": [\n        \"couched\",\n        \"cronied\",\n        \"crouch\",\n        \"lay\",\n        \"lall\",\n        \"laved\",\n        \"liege\",\n        \"pendle\",\n        \"pipped\",\n        \"ramed\",\n        \"rapped\",\n        \"raptest\",\n        \"raptores\"\n    ],\n    \"ikpu\": [\n        \"coud\",\n        \"euphuism\",\n        \"gagate\",\n        \"huck\",\n        \"potshotting\",\n        \"reck\",\n        \"rite\",\n        \"tow\",\n        \"vag\",\n        \"vagary\",\n        \"vagarian\",\n        \"vagas\",\n        \"vagina\",\n        \"vaginae\",\n        \"vaginal\",\n        \"vaginally\",\n        \"vaginant\",\n        \"vaginas\",\n        \"vagotony\",\n        \"vagous\"\n    ],\n    \"ụkwara\": [\n        \"cough\",\n        \"coughed\",\n        \"coughing\",\n        \"coughroot\",\n        \"coughs\",\n        \"coughwort\",\n        \"curst\",\n        \"psoriasis\",\n        \"scoinson\"\n    ],\n    \"cougar\": [\n        \"cougher\"\n    ],\n    \"ndị coughers\": [\n        \"coughers\"\n    ],\n    \"ụkwara igbo\": [\n        \"coughweed\"\n    ],\n    \"koomaran\": [\n        \"coumaran\"\n    ],\n    \"emetu\": [\n        \"coumarous\",\n        \"emetic\",\n        \"touchily\"\n    ],\n    \"koumbite\": [\n        \"coumbite\"\n    ],\n    \"kansụl\": [\n        \"council\",\n        \"councilist\",\n        \"councillorship\",\n        \"councilorship\",\n        \"councils\",\n        \"counterarch\"\n    ],\n    \"ndị kansụl\": [\n        \"councillors\",\n        \"councilmen\",\n        \"councilors\"\n    ],\n    \"Nwanyị kansụl\": [\n        \"councilwoman\"\n    ],\n    \"ndigbako\": [\n        \"councilwomen\",\n        \"suctorial\"\n    ],\n    \"gụọ\": [\n        \"counite\",\n        \"count\",\n        \"countable\",\n        \"countably\",\n        \"counted\",\n        \"countor\",\n        \"countree\",\n        \"countrify\",\n        \"counts\",\n        \"enumerable\",\n        \"numerant\",\n        \"numerate\",\n        \"numerated\",\n        \"quantitate\",\n        \"read\",\n        \"readably\",\n        \"readd\",\n        \"readl\",\n        \"readmit\",\n        \"readvent\",\n        \"readvertize\",\n        \"readvise\",\n        \"rec\",\n        \"recite\",\n        \"understem\",\n        \"wreckful\"\n    ],\n    \"ọgụgụ\": [\n        \"couniversal\",\n        \"countability\",\n        \"enumerability\",\n        \"figure\",\n        \"figuresome\",\n        \"numen\",\n        \"numerable\",\n        \"numerableness\",\n        \"numerosity\",\n        \"populously\",\n        \"readership\",\n        \"readying\",\n        \"readorning\",\n        \"superterraneous\"\n    ],\n    \"ngụta\": [\n        \"countableness\"\n    ],\n    \"gọọmenti\": [\n        \"countdom\",\n        \"federary\",\n        \"federative\"\n    ],\n    \"nguko\": [\n        \"countdown\",\n        \"glebal\",\n        \"reckonings\"\n    ],\n    \"ngụda\": [\n        \"countdowns\"\n    ],\n    \"tebulu\": [\n        \"counter\",\n        \"counterruin\",\n        \"tablemount\"\n    ],\n    \"imegwara\": [\n        \"counteradvantage\",\n        \"countervengeance\",\n        \"nonrevenge\",\n        \"retaliates\",\n        \"retaliating\",\n        \"retaliative\",\n        \"retaliator\",\n        \"retaliatory\",\n        \"revengeable\",\n        \"revengeful\",\n        \"revengefully\",\n        \"revengefulness\",\n        \"unrevengeful\",\n        \"unrevengefully\",\n        \"unrevengefulness\"\n    ],\n    \"otelebush\": [\n        \"counterambush\"\n    ],\n    \"megwara\": [\n        \"counterattacked\",\n        \"retaliate\",\n        \"retaliated\"\n    ],\n    \"mgba aka\": [\n        \"counterattestation\"\n    ],\n    \"otelevouch\": [\n        \"counteravouch\"\n    ],\n    \"nguzozi\": [\n        \"counterbalance\",\n        \"counterbalanced\"\n    ],\n    \"na-agba mgba\": [\n        \"counterbeating\",\n        \"stragglingly\",\n        \"struggles\",\n        \"struggling\",\n        \"strugglingly\"\n    ],\n    \"emegidere\": [\n        \"counterbored\",\n        \"counterindented\",\n        \"counterpointed\",\n        \"counterpoised\"\n    ],\n    \"counterbarce\": [\n        \"counterbrace\"\n    ],\n    \"counterbarnd\": [\n        \"counterbrand\"\n    ],\n    \"ọrụ mgbochi\": [\n        \"counterbreastwork\",\n        \"straitwork\"\n    ],\n    \"tebụl\": [\n        \"countercarte\",\n        \"counterpaned\",\n        \"counterpanes\",\n        \"countertree\",\n        \"desk\",\n        \"deskill\",\n        \"deskman\",\n        \"desks\",\n        \"yardgrass\",\n        \"table\",\n        \"tablehopping\",\n        \"tableman\",\n        \"tablemate\",\n        \"tables\",\n        \"tableting\",\n        \"tabletop\",\n        \"tabletting\",\n        \"tableware\",\n        \"tablewise\",\n        \"terner\"\n    ],\n    \"agbanweela\": [\n        \"counterchanged\",\n        \"fordone\",\n        \"preexchanged\",\n        \"redoubted\",\n        \"shortchanged\"\n    ],\n    \"emegwara\": [\n        \"counterclaimed\"\n    ],\n    \"megharia ya\": [\n        \"counterclockwise\"\n    ],\n    \"countercondmnation\": [\n        \"countercondemnation\"\n    ],\n    \"imeri\": [\n        \"counterconquest\",\n        \"smeeking\"\n    ],\n    \"teepu\": [\n        \"countercoup\",\n        \"countertheme\",\n        \"tape\",\n        \"tapeats\",\n        \"tapecopy\",\n        \"tapes\",\n        \"tapet\",\n        \"tapework\",\n        \"tapeworm\"\n    ],\n    \"counterkupe\": [\n        \"countercoupe\"\n    ],\n    \"ugbo agha\": [\n        \"countercraft\",\n        \"cruiser\",\n        \"rockcraft\",\n        \"warship\"\n    ],\n    \"okacha-amara\": [\n        \"counterculturist\"\n    ],\n    \"nzacha\": [\n        \"counterdecision\",\n        \"fil\",\n        \"filchery\",\n        \"filches\",\n        \"filching\",\n        \"filibustering\",\n        \"filings\",\n        \"filleting\",\n        \"filterable\",\n        \"filterableness\",\n        \"filterers\",\n        \"filtering\",\n        \"filtermen\",\n        \"filters\",\n        \"filthier\",\n        \"filthify\",\n        \"filthified\",\n        \"filthifying\",\n        \"filtrable\",\n        \"filtrating\",\n        \"filtration\",\n        \"osculations\",\n        \"osirification\",\n        \"praelectorship\",\n        \"refilters\",\n        \"refractary\",\n        \"refractory\"\n    ],\n    \"emegideghị\": [\n        \"counterdecree\",\n        \"objection\",\n        \"oppositionless\",\n        \"uncontradictory\"\n    ],\n    \"imegharị ihe ngosi\": [\n        \"counterdemonstration\"\n    ],\n    \"nrụpụta\": [\n        \"counterdeputation\",\n        \"counterproductively\",\n        \"effeminateness\",\n        \"effeteness\",\n        \"efficaciously\",\n        \"effiguration\",\n        \"effluency\",\n        \"imbarks\",\n        \"presubstitution\",\n        \"respecifications\",\n        \"substructures\"\n    ],\n    \"ikwuputa ihe\": [\n        \"counterexaggeration\",\n        \"echoizing\",\n        \"malpresentation\",\n        \"micropublishing\",\n        \"outflanking\",\n        \"overexplanation\",\n        \"spalling\"\n    ],\n    \"kanta\": [\n        \"counterfeisance\",\n        \"counterfeit\",\n        \"counterfeiter\",\n        \"counterfeiting\",\n        \"counterfeitly\",\n        \"counterfeitment\"\n    ],\n    \"counterfer\": [\n        \"counterferment\"\n    ],\n    \"ekwupụtara\": [\n        \"counterfessed\"\n    ],\n    \"ịkụcha\": [\n        \"counterflashing\",\n        \"scabbing\"\n    ],\n    \"counterfele\": [\n        \"counterfleury\"\n    ],\n    \"mgbado ahia\": [\n        \"countergager\"\n    ],\n    \"ihe mgbapu\": [\n        \"countergauger\",\n        \"waspy\"\n    ],\n    \"ogu ahia\": [\n        \"counterguerrilla\"\n    ],\n    \"emegide ihe\": [\n        \"counterinvective\"\n    ],\n    \"Emeghari\": [\n        \"counterlathed\",\n        \"guddling\",\n        \"maneuverable\",\n        \"manueverable\"\n    ],\n    \"na-akpọchi\": [\n        \"counterlocking\",\n        \"enclosing\",\n        \"hing\",\n        \"hinging\",\n        \"reenclosing\"\n    ],\n    \"marghagharị\": [\n        \"countermarching\"\n    ],\n    \"ịlụ di na nwunye\": [\n        \"countermarriage\",\n        \"intermarry\",\n        \"intermarriage\",\n        \"intermarrying\"\n    ],\n    \"ndi ahia\": [\n        \"countermen\",\n        \"sharesmen\"\n    ],\n    \"zighachi ozi\": [\n        \"countermessage\"\n    ],\n    \"Na-atụgharị\": [\n        \"countermoving\",\n        \"divell\",\n        \"divests\",\n        \"interlapping\",\n        \"plodding\",\n        \"snaffling\",\n        \"stippling\",\n        \"thrusts\"\n    ],\n    \"mechie anya\": [\n        \"countermure\",\n        \"occidentalize\",\n        \"underfind\"\n    ],\n    \"ihe ahia\": [\n        \"counternaiant\",\n        \"trappabilities\"\n    ],\n    \"alydị\": [\n        \"counterpaly\"\n    ],\n    \"ogbo\": [\n        \"counterparry\",\n        \"counterpart\",\n        \"counterparts\",\n        \"counterpunch\",\n        \"spongecake\",\n        \"spongiform\",\n        \"spongilline\",\n        \"spongin\",\n        \"spongins\",\n        \"stage\",\n        \"stageability\",\n        \"stageable\",\n        \"stagey\"\n    ],\n    \"osote\": [\n        \"counterplot\",\n        \"counterplotter\",\n        \"couverte\",\n        \"deputy\",\n        \"diplostemonous\",\n        \"fosslify\",\n        \"ossicle\",\n        \"ossicles\",\n        \"ovated\",\n        \"secesh\",\n        \"successional\",\n        \"successoral\",\n        \"vice\",\n        \"vicecomes\",\n        \"vicegeral\",\n        \"vicegerent\"\n    ],\n    \"tinyekwara\": [\n        \"counterpray\",\n        \"ingross\",\n        \"overnursed\",\n        \"overscented\",\n        \"plushlike\",\n        \"reinvested\",\n        \"subsaturated\"\n    ],\n    \"nrụgide\": [\n        \"counterpressure\",\n        \"keypresses\",\n        \"pression\",\n        \"pressive\",\n        \"pressmanship\",\n        \"pressurage\",\n        \"pressureless\",\n        \"pressureproof\",\n        \"pressures\",\n        \"pressuring\",\n        \"pressurization\",\n        \"stress\",\n        \"stresser\",\n        \"stresses\",\n        \"stressfully\",\n        \"stressfulness\",\n        \"stressor\",\n        \"underpresser\"\n    ],\n    \"Mmetụta njikọta\": [\n        \"counterproductivity\"\n    ],\n    \"nhazi usoro\": [\n        \"counterprogramming\",\n        \"oversystematicalness\"\n    ],\n    \"icheghari\": [\n        \"counterpropagandize\",\n        \"countershading\",\n        \"rebudgeting\",\n        \"recriminative\",\n        \"renversement\"\n    ],\n    \"bụrụkwa\": [\n        \"counterpull\",\n        \"decisive\"\n    ],\n    \"nke dị na ya\": [\n        \"counterquartered\"\n    ],\n    \"counterararterly\": [\n        \"counterquarterly\"\n    ],\n    \"imeghachi ihe\": [\n        \"counterreckoning\",\n        \"reagitation\",\n        \"reascent\",\n        \"recadency\",\n        \"recertify\",\n        \"recertifying\",\n        \"recueillement\",\n        \"reedifying\",\n        \"reediting\",\n        \"reedmaking\",\n        \"reendowing\",\n        \"reenunciating\",\n        \"reesting\",\n        \"regearing\",\n        \"rehazard\",\n        \"reitemizing\",\n        \"reseason\",\n        \"reteaching\",\n        \"retearing\"\n    ],\n    \"zaghachiri\": [\n        \"counterreplied\",\n        \"redisputed\",\n        \"repined\",\n        \"replied\",\n        \"retanned\",\n        \"retled\"\n    ],\n    \"onye na-emegide mgbanwe\": [\n        \"counterrevolutionist\"\n    ],\n    \"guru\": [\n        \"counterseal\",\n        \"gur\",\n        \"reckoned\"\n    ],\n    \"imegharịa\": [\n        \"countershafting\"\n    ],\n    \"igota\": [\n        \"countershine\"\n    ],\n    \"lee ihe anya\": [\n        \"countersleight\"\n    ],\n    \"ịtụnye ego\": [\n        \"counterspying\"\n    ],\n    \"onye mmeghari\": [\n        \"counterstatant\",\n        \"interchanger\",\n        \"reinventor\"\n    ],\n    \"nkwusa mmiri\": [\n        \"counterstream\"\n    ],\n    \"ịkụgha\": [\n        \"counterstrike\"\n    ],\n    \"imeghachi\": [\n        \"countersubject\",\n        \"counterturn\",\n        \"reabsent\",\n        \"reaffront\",\n        \"reappliance\",\n        \"reappreciation\",\n        \"rebrutalize\",\n        \"rebuffably\",\n        \"rebus\",\n        \"recercele\",\n        \"recheer\",\n        \"recherche\",\n        \"reciprocate\",\n        \"recohabitation\",\n        \"recomplicate\",\n        \"recongratulation\",\n        \"reconsent\",\n        \"recrate\",\n        \"recubate\",\n        \"recurtain\",\n        \"reembody\",\n        \"reemerge\",\n        \"reemerging\",\n        \"reemitting\",\n        \"reenact\",\n        \"reenacted\",\n        \"reenge\",\n        \"reenlarging\",\n        \"reenunciated\",\n        \"reharrow\",\n        \"reimbody\",\n        \"reimmerge\",\n        \"reimposing\",\n        \"reimposure\",\n        \"reinserting\",\n        \"relabelling\",\n        \"remancipate\",\n        \"remanence\",\n        \"remanifestation\",\n        \"remanure\",\n        \"remercy\",\n        \"reperible\",\n        \"reperuse\",\n        \"replay\",\n        \"repristinate\",\n        \"repristination\",\n        \"repurifying\",\n        \"repurpose\",\n        \"repurposing\",\n        \"resaw\",\n        \"reshaking\",\n        \"resharpen\",\n        \"resurfacing\",\n        \"resurgent\",\n        \"resurging\",\n        \"resurround\",\n        \"unreturning\"\n    ],\n    \"counterta\": [\n        \"countertaste\"\n    ],\n    \"teknụzụ\": [\n        \"countertechnicality\",\n        \"yech\",\n        \"nontechnological\",\n        \"polytechnical\",\n        \"tanistry\",\n        \"tech\",\n        \"techiness\",\n        \"techne\",\n        \"technetium\",\n        \"technetronic\",\n        \"technic\",\n        \"technicality\",\n        \"technicalities\",\n        \"technicology\",\n        \"technicological\",\n        \"technicon\",\n        \"technochemical\",\n        \"technochemistry\",\n        \"technocracy\",\n        \"technocracies\",\n        \"technocrat\",\n        \"technocrats\",\n        \"technographer\",\n        \"technography\",\n        \"technographic\",\n        \"technology\",\n        \"technologic\",\n        \"technological\",\n        \"technologies\",\n        \"technologize\",\n        \"technologue\",\n        \"technonomy\",\n        \"technonomic\",\n        \"technopsychology\",\n        \"technostructure\",\n        \"tectorial\",\n        \"telonism\",\n        \"tenology\",\n        \"teratisms\",\n        \"untechnical\"\n    ],\n    \"onye mgbapụta\": [\n        \"countertenor\",\n        \"escalator\",\n        \"nonrevenger\",\n        \"pumpman\",\n        \"redemptioner\",\n        \"redemptionist\",\n        \"redeveloper\",\n        \"repurchaser\"\n    ],\n    \"ndị na-ere ihe\": [\n        \"countertenors\",\n        \"grossers\",\n        \"polers\",\n        \"skers\",\n        \"solderers\",\n        \"stuffers\"\n    ],\n    \"oge ezumike\": [\n        \"countertime\",\n        \"cradletime\",\n        \"leisure\",\n        \"leisureliness\",\n        \"spendthrift\"\n    ],\n    \"ire ere\": [\n        \"countervail\",\n        \"countervails\",\n        \"decay\",\n        \"decompose\",\n        \"decomposure\",\n        \"deflex\",\n        \"rot\",\n        \"rotches\",\n        \"rothesay\",\n        \"rotisseries\",\n        \"rotl\",\n        \"rotta\",\n        \"rotte\",\n        \"salableness\",\n        \"sale\",\n        \"salebrous\",\n        \"salegoer\",\n        \"salempore\",\n        \"salep\",\n        \"saleps\",\n        \"saleratus\",\n        \"salework\",\n        \"selliform\",\n        \"soldadoes\",\n        \"soldat\",\n        \"solderability\",\n        \"splatters\"\n    ],\n    \"- weghachite\": [\n        \"countervote\"\n    ],\n    \"counterweight\": [\n        \"counterweigh\",\n        \"counterweighed\",\n        \"counterweighing\"\n    ],\n    \"emewo felata\": [\n        \"counterweighted\"\n    ],\n    \"tebulu okwu\": [\n        \"counterword\"\n    ],\n    \"idepu\": [\n        \"counterwrite\"\n    ],\n    \"ọnụ ọgụgụ\": [\n        \"countess\",\n        \"demountable\",\n        \"figurer\",\n        \"figures\",\n        \"figurette\",\n        \"numbered\",\n        \"numberful\",\n        \"numbersome\",\n        \"outnumber\",\n        \"outnumbering\",\n        \"ratherest\",\n        \"ratlines\",\n        \"repopulation\",\n        \"scaleback\",\n        \"scalelet\",\n        \"scalena\",\n        \"syntality\",\n        \"statistic\",\n        \"statistical\",\n        \"statistically\",\n        \"statistics\",\n        \"statistology\",\n        \"statists\",\n        \"tollbar\",\n        \"tollbars\"\n    ],\n    \"countess\": [\n        \"countesses\"\n    ],\n    \"kantian\": [\n        \"countian\",\n        \"kantism\",\n        \"kantist\"\n    ],\n    \"ulo nzuko\": [\n        \"countinghouse\"\n    ],\n    \"apụghị ịgụta ọnụ\": [\n        \"countless\"\n    ],\n    \"enweghị ọgụgụ\": [\n        \"countlessly\",\n        \"countlessness\",\n        \"innumerability\",\n        \"noncensus\",\n        \"nonluminousness\",\n        \"nonpopulously\",\n        \"nonpopulousness\",\n        \"nonreadableness\",\n        \"nonreadably\",\n        \"nontumultuousness\",\n        \"numberlessness\",\n        \"recountless\",\n        \"unenumerated\",\n        \"unenumerative\",\n        \"unnumbered\",\n        \"unnumberedness\",\n        \"unnumerated\",\n        \"unnumerousness\"\n    ],\n    \"onye obodo\": [\n        \"countrieman\",\n        \"countryman\",\n        \"nationalist\",\n        \"townist\"\n    ],\n    \"mba\": [\n        \"countries\",\n        \"countryfied\",\n        \"countryfiedness\",\n        \"countryish\",\n        \"countrywide\",\n        \"firmland\",\n        \"gentile\",\n        \"gentilities\",\n        \"gentrices\",\n        \"gentries\",\n        \"international\",\n        \"internationalised\",\n        \"internationalized\",\n        \"internationalizes\",\n        \"internationals\",\n        \"internuncial\",\n        \"internuncially\",\n        \"larcenic\",\n        \"monias\",\n        \"multinational\",\n        \"nag\",\n        \"nation\",\n        \"national\",\n        \"nationaliser\",\n        \"nationalistically\",\n        \"nationality\",\n        \"nationalities\",\n        \"nationalization\",\n        \"nationally\",\n        \"nationals\",\n        \"nationalty\",\n        \"nationhood\",\n        \"nationless\",\n        \"nations\",\n        \"no\",\n        \"nobut\",\n        \"nonnational\",\n        \"nonnationalistic\",\n        \"nonnationally\",\n        \"nonnotational\",\n        \"nonracially\",\n        \"nonrioter\",\n        \"nozi\",\n        \"peltate\",\n        \"rebato\",\n        \"rebbe\",\n        \"repractice\",\n        \"republic\",\n        \"republics\",\n        \"reputeless\",\n        \"secundines\",\n        \"spahis\",\n        \"theriolatry\",\n        \"unnational\",\n        \"unnationalised\"\n    ],\n    \"ndi nwe obodo\": [\n        \"countryfolk\",\n        \"oboists\"\n    ],\n    \"kuu\": [\n        \"coup\"\n    ],\n    \"kopeeti\": [\n        \"coupelet\"\n    ],\n    \"Di na Nwunye\": [\n        \"couplet\",\n        \"coupleteer\"\n    ],\n    \"Di na nwunye\": [\n        \"couplets\"\n    ],\n    \"coupon obere\": [\n        \"couponless\"\n    ],\n    \"Kupọns\": [\n        \"coupons\"\n    ],\n    \"kuu osisi\": [\n        \"coupstick\"\n    ],\n    \"inogide\": [\n        \"coupure\",\n        \"doughiest\",\n        \"durable\",\n        \"durative\",\n        \"hibernated\",\n        \"perching\",\n        \"pryproof\",\n        \"underbearing\"\n    ],\n    \"kọlọji\": [\n        \"courant\"\n    ],\n    \"courtette\": [\n        \"courbette\"\n    ],\n    \"obu ozi\": [\n        \"courier\",\n        \"couriers\"\n    ],\n    \"kours\": [\n        \"cours\"\n    ],\n    \"nkuzi ọnụ\": [\n        \"coursers\"\n    ],\n    \"ụlọ ikpe\": [\n        \"court\",\n        \"forecourts\",\n        \"lawcourt\"\n    ],\n    \"jiri obi ọma\": [\n        \"courteous\",\n        \"curteous\"\n    ],\n    \"jiri nkwanye ùgwù\": [\n        \"courteously\"\n    ],\n    \"urlọikpe\": [\n        \"courter\",\n        \"courtiership\"\n    ],\n    \"site n'ikike\": [\n        \"courtesan\",\n        \"courtesy\",\n        \"curtesy\",\n        \"overcourtesy\"\n    ],\n    \"ụlọikpe\": [\n        \"courthouse\",\n        \"courthouses\",\n        \"courtrooms\",\n        \"courts\"\n    ],\n    \"enweghị ikpe\": [\n        \"courtless\",\n        \"guiltless\",\n        \"guiltlessly\",\n        \"judgeless\",\n        \"justiceless\",\n        \"nonadjudicated\",\n        \"noncondemnation\",\n        \"nonjudicable\",\n        \"nonjudicial\",\n        \"nonprejudicial\",\n        \"nonprosecution\",\n        \"unadjudged\",\n        \"unadjudicated\",\n        \"unjudgable\",\n        \"unjudgeable\",\n        \"unjudged\",\n        \"unjudicable\",\n        \"unjudiciable\",\n        \"unjusticiable\"\n    ],\n    \"ukpalaji\": [\n        \"courtlet\"\n    ],\n    \"dị ka ụlọikpe\": [\n        \"courtlike\"\n    ],\n    \"ụlọikpe knoll\": [\n        \"courtnoll\"\n    ],\n    \"mpịakọta ụlọ ikpe\": [\n        \"courtroll\"\n    ],\n    \"mbedo\": [\n        \"courtship\",\n        \"courtships\",\n        \"courtside\",\n        \"escargatoire\"\n    ],\n    \"aru oru\": [\n        \"cousiness\"\n    ],\n    \"nwa nna\": [\n        \"coussinet\",\n        \"grandnephew\"\n    ],\n    \"ndị na-anya ihe\": [\n        \"couters\"\n    ],\n    \"ịdị akọ\": [\n        \"couthiness\",\n        \"presuspiciousness\",\n        \"prudentialism\",\n        \"pruderies\",\n        \"pruriousness\",\n        \"prutenic\",\n        \"smartness\"\n    ],\n    \"Jiri obi ike\": [\n        \"couthly\"\n    ],\n    \"covalentị\": [\n        \"covalently\"\n    ],\n    \"kovari\": [\n        \"covary\"\n    ],\n    \"covari\": [\n        \"covariance\",\n        \"covariate\"\n    ],\n    \"ndị anyaukwu\": [\n        \"coveys\",\n        \"coveters\",\n        \"covets\"\n    ],\n    \"onyediegwu\": [\n        \"covelline\",\n        \"cryptodeist\",\n        \"violoncellist\"\n    ],\n    \"gbara ndụ\": [\n        \"covenanted\"\n    ],\n    \"onye gbara ụgwọ\": [\n        \"covenanter\"\n    ],\n    \"ediomi\": [\n        \"covenantor\"\n    ],\n    \"n'ozuzu\": [\n        \"coverall\",\n        \"generalised\",\n        \"generalizations\",\n        \"generalizeable\",\n        \"generalized\",\n        \"generally\",\n        \"generalships\",\n        \"omissively\",\n        \"omnivorously\",\n        \"overall\",\n        \"tonally\",\n        \"totty\",\n        \"wholely\"\n    ],\n    \"mkpuchi ihe\": [\n        \"covercle\",\n        \"insulation\",\n        \"insultation\"\n    ],\n    \"chọsiri ike inweta\": [\n        \"coveted\"\n    ],\n    \"onyeukwu\": [\n        \"coveter\",\n        \"froebelian\",\n        \"greedyguts\",\n        \"iapygian\",\n        \"palisse\"\n    ],\n    \"kovillager\": [\n        \"covillager\"\n    ],\n    \"kovine\": [\n        \"covine\"\n    ],\n    \"ure\": [\n        \"covinous\",\n        \"disproperty\",\n        \"fleckiness\",\n        \"misvalue\",\n        \"slovenish\",\n        \"voracity\"\n    ],\n    \"jọ\": [\n        \"cowardliness\",\n        \"cowardness\",\n        \"cowboy\",\n        \"flunkyhood\"\n    ],\n    \"ndị ụjọ\": [\n        \"cowards\",\n        \"cowers\",\n        \"cowinners\",\n        \"shiverers\",\n        \"shockers\"\n    ],\n    \"ehi eji ehi ehi\": [\n        \"cowbarn\"\n    ],\n    \"Nwa ehi\": [\n        \"cowbird\",\n        \"cowgirls\",\n        \"cowroid\"\n    ],\n    \"ebe a na-ede ehi\": [\n        \"cowbirds\"\n    ],\n    \"bomụ ehi\": [\n        \"cowboys\"\n    ],\n    \"onye na-ehi anụ\": [\n        \"cowcatcher\"\n    ],\n    \"ndi na-ehi ehi\": [\n        \"cowcatchers\"\n    ],\n    \"cowsly\": [\n        \"cowedly\"\n    ],\n    \"Onye ụjọ\": [\n        \"cowerer\",\n        \"terroriser\"\n    ],\n    \"anụ azụ\": [\n        \"cowfish\",\n        \"porkfish\"\n    ],\n    \"cowfish\": [\n        \"cowfishes\"\n    ],\n    \"nwa agbogho\": [\n        \"cowgirl\",\n        \"salesgirl\",\n        \"vulgarian\",\n        \"workgirl\"\n    ],\n    \"eji aka\": [\n        \"cowhand\",\n        \"deviceful\",\n        \"sleeving\"\n    ],\n    \"ndị ọrụ aka\": [\n        \"cowhands\",\n        \"hankerers\",\n        \"instrumentalists\",\n        \"panhandlers\",\n        \"paramours\",\n        \"subworkmen\"\n    ],\n    \"eji obi oma\": [\n        \"cowhearted\"\n    ],\n    \"onye ehi\": [\n        \"cowherb\",\n        \"cowherbs\",\n        \"cowherd\"\n    ],\n    \"ndị ehi\": [\n        \"cowherds\"\n    ],\n    \"na-eme ehi\": [\n        \"cowhiding\"\n    ],\n    \"houselọ ehi\": [\n        \"cowhouse\"\n    ],\n    \"Cowy\": [\n        \"cowy\"\n    ],\n    \"ịrụ ọrụ ụjọ karị\": [\n        \"cowier\"\n    ],\n    \"na-eme ụjọ\": [\n        \"cowiest\"\n    ],\n    \"ịsụ\": [\n        \"cowitch\",\n        \"understuff\"\n    ],\n    \"ehihi\": [\n        \"cowkine\"\n    ],\n    \"ehiwe\": [\n        \"cowle\",\n        \"hub\"\n    ],\n    \"mara jijiji\": [\n        \"cowled\",\n        \"rattled\",\n        \"vibrated\",\n        \"vibronic\"\n    ],\n    \"Na-elekọta anya\": [\n        \"cowleeching\"\n    ],\n    \"ndị ọchị ehi\": [\n        \"cowmen\"\n    ],\n    \"onye ọrụ ibe\": [\n        \"coworker\"\n    ],\n    \"ebe ehi\": [\n        \"cowpath\"\n    ],\n    \"onye ụjọ\": [\n        \"cowper\",\n        \"frightener\",\n        \"intimidator\"\n    ],\n    \"onye ọrụ ebere\": [\n        \"cowperian\"\n    ],\n    \"ehi ụra\": [\n        \"cowpuncher\"\n    ],\n    \"ndi ehi ehi\": [\n        \"cowpunchers\"\n    ],\n    \"Ohi\": [\n        \"cowry\",\n        \"oud\",\n        \"smackful\"\n    ],\n    \"riesjọ\": [\n        \"cowries\"\n    ],\n    \"chichi anya\": [\n        \"cowslipped\"\n    ],\n    \"nkuku ehi\": [\n        \"cowslips\"\n    ],\n    \"onye na-eme ihere\": [\n        \"cowsucker\",\n        \"lusterer\",\n        \"rigourist\"\n    ],\n    \"otele\": [\n        \"cowthwort\",\n        \"desultorily\",\n        \"gteau\",\n        \"osteolite\",\n        \"oxbane\",\n        \"sirgang\",\n        \"torte\",\n        \"torteau\",\n        \"torteaux\"\n    ],\n    \"emewe\": [\n        \"cowweed\"\n    ],\n    \"cobbones\": [\n        \"coxbones\"\n    ],\n    \"coxcomby mmmmmmmmmmmmm\": [\n        \"coxcomby\"\n    ],\n    \"kechigbu\": [\n        \"coxcombic\"\n    ],\n    \"ọxụ\": [\n        \"coxcombically\",\n        \"coxcomically\"\n    ],\n    \"coxswain\": [\n        \"coxswained\",\n        \"coxwain\",\n        \"coxwains\"\n    ],\n    \"koz\": [\n        \"coz\",\n        \"cozened\"\n    ],\n    \"coz\": [\n        \"cozies\"\n    ],\n    \"coziness\": [\n        \"cozinesses\"\n    ],\n    \"kpu\": [\n        \"cp\",\n        \"kip\"\n    ],\n    \"oge cput\": [\n        \"cputime\"\n    ],\n    \"Ekpere\": [\n        \"cr\"\n    ],\n    \"nshịkọ\": [\n        \"crab\",\n        \"crabbed\",\n        \"crabber\",\n        \"crabbers\",\n        \"crabby\",\n        \"crabbiness\",\n        \"crabbing\",\n        \"crabbish\",\n        \"crabbit\",\n        \"crabgrass\",\n        \"crabhole\",\n        \"crabit\",\n        \"crabmeat\",\n        \"crabmill\",\n        \"crabstick\",\n        \"crabut\",\n        \"crabwood\",\n        \"frab\"\n    ],\n    \"onye na-ejide ihe\": [\n        \"crabcatcher\"\n    ],\n    \"crabeater\": [\n        \"crabeating\"\n    ],\n    \"nshịkọ azụ\": [\n        \"crabfish\"\n    ],\n    \"nshịkọ dị ka\": [\n        \"crablike\"\n    ],\n    \"crabs na-abaghị uru\": [\n        \"crabsidle\"\n    ],\n    \"mgbape\": [\n        \"crack\",\n        \"crackdown\",\n        \"crackle\",\n        \"crackled\",\n        \"crackleware\",\n        \"crackly\",\n        \"cracklier\",\n        \"cracklings\",\n        \"cracknel\",\n        \"crackpot\",\n        \"crackpottedness\",\n        \"crackrope\",\n        \"craterlet\",\n        \"wrenches\"\n    ],\n    \"ịgbawa\": [\n        \"crackableness\",\n        \"crackback\"\n    ],\n    \"kriberị\": [\n        \"crackerberry\"\n    ],\n    \"tomato esi\": [\n        \"crackerberries\"\n    ],\n    \"mgbape hemp\": [\n        \"crackhemp\"\n    ],\n    \"enweghị mgbawa\": [\n        \"crackless\"\n    ],\n    \"ịgba mgba\": [\n        \"crackpotism\",\n        \"outblotting\",\n        \"rhipidate\",\n        \"wrestingly\"\n    ],\n    \"onye na-agba ohia\": [\n        \"cracksman\"\n    ],\n    \"ku n'aka\": [\n        \"cradle\",\n        \"crudle\"\n    ],\n    \"nwata kredit\": [\n        \"cradlechild\"\n    ],\n    \"esoro\": [\n        \"cradled\",\n        \"essorant\",\n        \"tracked\"\n    ],\n    \"ala nnabata\": [\n        \"cradleland\"\n    ],\n    \"dị ka ịmụ amụ\": [\n        \"cradlelike\"\n    ],\n    \"ndị cradlemen\": [\n        \"cradlemen\"\n    ],\n    \"onye na-ehi ụra\": [\n        \"cradler\",\n        \"sleeper\",\n        \"sleepwalker\"\n    ],\n    \"kredul\": [\n        \"cradles\"\n    ],\n    \"nke aghụghọ\": [\n        \"crafty\"\n    ],\n    \"omenkà dị ka\": [\n        \"craftsmanlike\"\n    ],\n    \"nwanyị omenkà\": [\n        \"craftswoman\"\n    ],\n    \"nnukwu nkume\": [\n        \"crag\",\n        \"felstone\",\n        \"gemstone\",\n        \"madstone\"\n    ],\n    \"ihe akuku\": [\n        \"craggan\"\n    ],\n    \"kwogo\": [\n        \"cragged\"\n    ],\n    \"cray\": [\n        \"craie\",\n        \"craye\",\n        \"crayer\"\n    ],\n    \"ịsha\": [\n        \"crayfish\"\n    ],\n    \"crayfish\": [\n        \"crayfishes\"\n    ],\n    \"craigwo\": [\n        \"craighle\"\n    ],\n    \"krịk\": [\n        \"craik\"\n    ],\n    \"Craylet\": [\n        \"craylet\"\n    ],\n    \"krisin\": [\n        \"crain\"\n    ],\n    \"kriyon\": [\n        \"crayon\"\n    ],\n    \"Onye nkpocha\": [\n        \"crayonist\"\n    ],\n    \"Ndị na-elekọta crayon\": [\n        \"crayonists\"\n    ],\n    \"klọs\": [\n        \"crayons\",\n        \"custrel\"\n    ],\n    \"ụkwụ gbawara agbawa\": [\n        \"crakefeet\"\n    ],\n    \"krakow\": [\n        \"crakow\"\n    ],\n    \"kram\": [\n        \"cram\",\n        \"crams\"\n    ],\n    \"Cramasie\": [\n        \"cramasie\"\n    ],\n    \"krambambuli\": [\n        \"crambambuli\"\n    ],\n    \"kramuru\": [\n        \"crambe\"\n    ],\n    \"kramberị\": [\n        \"cramberry\"\n    ],\n    \"Crambes\": [\n        \"crambes\"\n    ],\n    \"Crambinae\": [\n        \"crambinae\"\n    ],\n    \"mkpọka\": [\n        \"cramble\",\n        \"crases\",\n        \"crasher\",\n        \"crashers\",\n        \"crashes\",\n        \"crashproof\",\n        \"crasis\",\n        \"crassier\"\n    ],\n    \"Crambo\": [\n        \"crambo\"\n    ],\n    \"Crambus\": [\n        \"crambus\"\n    ],\n    \"kramel\": [\n        \"cramel\",\n        \"crammel\"\n    ],\n    \"krammer\": [\n        \"crammer\"\n    ],\n    \"Cramming\": [\n        \"cramming\",\n        \"crammingly\"\n    ],\n    \"ịmegharị\": [\n        \"cramoisies\",\n        \"resowing\"\n    ],\n    \"mkpagide bit\": [\n        \"crampbit\"\n    ],\n    \"mperi\": [\n        \"cramper\",\n        \"misappearance\"\n    ],\n    \"krimi\": [\n        \"crampfish\"\n    ],\n    \"crampfish\": [\n        \"crampfishes\"\n    ],\n    \"dị mkpagide\": [\n        \"crampingly\"\n    ],\n    \"oghere mgbochi\": [\n        \"crampit\"\n    ],\n    \"uzo mgbochi\": [\n        \"crampits\"\n    ],\n    \"crampon ọhụrụ\": [\n        \"cramponnee\"\n    ],\n    \"crampons\": [\n        \"crampoons\"\n    ],\n    \"kran\": [\n        \"cran\"\n    ],\n    \"kranberị\": [\n        \"cranberry\",\n        \"cranberries\"\n    ],\n    \"krancelin\": [\n        \"crancelin\"\n    ],\n    \"kreenu\": [\n        \"crane\",\n        \"craneway\"\n    ],\n    \"kreenbill\": [\n        \"cranebill\"\n    ],\n    \"kreen\": [\n        \"craney\"\n    ],\n    \"ranlọ\": [\n        \"cranelike\"\n    ],\n    \"kranter\": [\n        \"craner\"\n    ],\n    \"kranesbill\": [\n        \"cranesbill\"\n    ],\n    \"Onye na-elekọta ihe\": [\n        \"cranesman\",\n        \"hingecorner\",\n        \"philodramatist\"\n    ],\n    \"okwumegwu\": [\n        \"craniocele\",\n        \"cranioclasm\",\n        \"craniomalacia\",\n        \"craniotome\",\n        \"crannog\"\n    ],\n    \"kranioclasis\": [\n        \"cranioclasis\"\n    ],\n    \"kranioclast\": [\n        \"cranioclast\"\n    ],\n    \"kranioclasty\": [\n        \"cranioclasty\"\n    ],\n    \"kraniognomy\": [\n        \"craniognomy\"\n    ],\n    \"kranioid\": [\n        \"cranioid\"\n    ],\n    \"onye na-enyocha ahụ\": [\n        \"craniologist\"\n    ],\n    \"kraniometri\": [\n        \"craniometry\"\n    ],\n    \"kraniometric\": [\n        \"craniometric\"\n    ],\n    \"kraniostosis\": [\n        \"craniostosis\"\n    ],\n    \"ịmị mkpụrụ\": [\n        \"craniotomy\",\n        \"fruitarianism\",\n        \"fruitfullest\",\n        \"fruitfullness\",\n        \"fruitfulness\",\n        \"fruitive\",\n        \"pedlaries\"\n    ],\n    \"kraniovertebral\": [\n        \"craniovertebral\"\n    ],\n    \"kranium\": [\n        \"cranium\"\n    ],\n    \"ihe eji ehi ura\": [\n        \"crankier\"\n    ],\n    \"cranking\": [\n        \"crankling\"\n    ],\n    \"kranel\": [\n        \"crannel\"\n    ],\n    \"krannequin\": [\n        \"crannequin\"\n    ],\n    \"krania\": [\n        \"crannia\"\n    ],\n    \"cranny\": [\n        \"crannying\"\n    ],\n    \"ebekpo\": [\n        \"crannoger\",\n        \"hyphomycetous\",\n        \"salvadoraceae\"\n    ],\n    \"Ihe eji ehihie\": [\n        \"cransier\"\n    ],\n    \"onye na-achụ ego\": [\n        \"crapehanger\",\n        \"expeditor\"\n    ],\n    \"crappy\": [\n        \"crapy\"\n    ],\n    \"kasị dị nkọ\": [\n        \"crappiest\",\n        \"swarthiest\"\n    ],\n    \"akpakpo\": [\n        \"crappo\",\n        \"cribwork\"\n    ],\n    \"Ndị na-amụ ihe\": [\n        \"crapshooters\"\n    ],\n    \"kuru\": [\n        \"crapula\",\n        \"cud\",\n        \"ferrums\"\n    ],\n    \"akpamkpa\": [\n        \"crassitude\"\n    ],\n    \"crassss\": [\n        \"crassness\"\n    ],\n    \"akpalite\": [\n        \"crassulaceous\"\n    ],\n    \"ulochi\": [\n        \"cratchens\",\n        \"hallstatt\",\n        \"kenches\",\n        \"ulothrix\"\n    ],\n    \"nwe ekele\": [\n        \"crateful\"\n    ],\n    \"chikpuru\": [\n        \"cratered\"\n    ],\n    \"na-agụgharị\": [\n        \"cratering\",\n        \"readdicting\",\n        \"readmitting\",\n        \"readvocating\",\n        \"reannouncing\",\n        \"recrating\",\n        \"recursing\",\n        \"satirising\"\n    ],\n    \"enweghị ihe\": [\n        \"craterless\",\n        \"jarless\",\n        \"nondivulgence\",\n        \"nonecliptic\",\n        \"noneroding\",\n        \"nonevidential\",\n        \"nonintuitively\",\n        \"nonmaterial\",\n        \"nonperishing\",\n        \"nonvillainously\",\n        \"nothingarian\",\n        \"nothingism\",\n        \"plucklessness\",\n        \"prickless\",\n        \"undigestion\",\n        \"undiluvial\",\n        \"uniserial\",\n        \"unmossy\",\n        \"unmusing\",\n        \"unpen\",\n        \"unphilanthropic\",\n        \"unpropice\",\n        \"unsimulating\",\n        \"vassalless\"\n    ],\n    \"Dị Nsọ\": [\n        \"craterous\"\n    ],\n    \"crat\": [\n        \"craters\"\n    ],\n    \"na-akpụ akpụ\": [\n        \"crating\",\n        \"creephole\",\n        \"creepy\",\n        \"creepie\",\n        \"creeping\",\n        \"creepingly\",\n        \"reptile\",\n        \"rubberising\",\n        \"sculpturally\"\n    ],\n    \"cratometa\": [\n        \"cratometer\"\n    ],\n    \"kraton\": [\n        \"craton\"\n    ],\n    \"n'ike mmụọ\": [\n        \"craunchingly\",\n        \"extortive\",\n        \"impetrate\"\n    ],\n    \"klọv\": [\n        \"cravats\"\n    ],\n    \"na-agbakasi\": [\n        \"cravatting\"\n    ],\n    \"iri ari\": [\n        \"craw\",\n        \"crawl\",\n        \"crawling\"\n    ],\n    \"klọberi\": [\n        \"crawberry\"\n    ],\n    \"crawfish\": [\n        \"crawfished\",\n        \"crawfishes\"\n    ],\n    \"crawfoot\": [\n        \"crawfoots\"\n    ],\n    \"ihe na-akpalite\": [\n        \"crawful\"\n    ],\n    \"raruru\": [\n        \"crawled\"\n    ],\n    \"crawley mgbọrọgwụ\": [\n        \"crawleyroot\"\n    ],\n    \"Ndị na-awagharị awagharị\": [\n        \"crawlerize\",\n        \"crawlers\"\n    ],\n    \"jiri ari\": [\n        \"crawly\"\n    ],\n    \"na-anya ari\": [\n        \"crawlingly\"\n    ],\n    \"na-awụ\": [\n        \"crawls\"\n    ],\n    \"craw thumper\": [\n        \"crawthumper\"\n    ],\n    \"kred\": [\n        \"crax\"\n    ],\n    \"kr\": [\n        \"crc\",\n        \"dasher\",\n        \"dashes\",\n        \"gr\",\n        \"kroner\"\n    ],\n    \"Mgbeo\": [\n        \"creakily\",\n        \"nachtmml\"\n    ],\n    \"ude bred\": [\n        \"creamcake\"\n    ],\n    \"ude ude\": [\n        \"creamcup\"\n    ],\n    \"creamlọ ude\": [\n        \"creamcups\"\n    ],\n    \"ejiri ọkụ\": [\n        \"creamed\"\n    ],\n    \"Ude mmanụ\": [\n        \"creamery\"\n    ],\n    \"ihe otite ude\": [\n        \"creameries\"\n    ],\n    \"Nwoke isi ude\": [\n        \"creameryman\"\n    ],\n    \"creamy\": [\n        \"creamily\"\n    ],\n    \"Ude\": [\n        \"creaming\",\n        \"creams\"\n    ],\n    \"Klaasịla\": [\n        \"creamlaid\"\n    ],\n    \"enweghị ude\": [\n        \"creamless\"\n    ],\n    \"dị ka ude\": [\n        \"creamlike\"\n    ],\n    \"onye na-eme ude\": [\n        \"creammaker\"\n    ],\n    \"Ime ude\": [\n        \"creammaking\"\n    ],\n    \"kere ihe\": [\n        \"creationist\",\n        \"creationistic\"\n    ],\n    \"kee ihe\": [\n        \"creative\"\n    ],\n    \"kere kere\": [\n        \"creatophagous\"\n    ],\n    \"Onye Okike\": [\n        \"creator\",\n        \"hereditarist\"\n    ],\n    \"ihe e kere eke\": [\n        \"creature\",\n        \"creatureship\"\n    ],\n    \"e kere eke\": [\n        \"creatureless\"\n    ],\n    \"kere eke\": [\n        \"creaturely\",\n        \"creatureling\",\n        \"girdled\"\n    ],\n    \"ihe ndị e kere eke\": [\n        \"creatures\",\n        \"creaturize\"\n    ],\n    \"Ebe E Si Nweta\": [\n        \"credences\",\n        \"credit\",\n        \"creditrix\",\n        \"credits\",\n        \"credo\",\n        \"credos\"\n    ],\n    \"n'aka\": [\n        \"credenda\",\n        \"credensive\",\n        \"credent\",\n        \"credere\",\n        \"handed\",\n        \"handedly\",\n        \"handgrip\",\n        \"handsew\",\n        \"handwhile\",\n        \"sure\",\n        \"surebutted\",\n        \"sured\",\n        \"surement\",\n        \"surer\"\n    ],\n    \"Ebe e si nweta\": [\n        \"credens\"\n    ],\n    \"n'ụzọ kwere ekwe\": [\n        \"credibly\",\n        \"persuadably\",\n        \"persuasibly\",\n        \"superbelievably\"\n    ],\n    \"akwụmụgwọ\": [\n        \"creditability\"\n    ],\n    \"kwesiri ekwenye\": [\n        \"creditable\"\n    ],\n    \"onye ji ego\": [\n        \"creditor\"\n    ],\n    \"ndị nwere ụgwọ\": [\n        \"creditors\"\n    ],\n    \"n'aka ike\": [\n        \"crednerite\"\n    ],\n    \"ikwenye ekwenye\": [\n        \"credulity\",\n        \"distrustingly\",\n        \"gullibility\",\n        \"yieldingness\",\n        \"invendibility\",\n        \"overaffirmativeness\",\n        \"overtrustfully\",\n        \"trustification\",\n        \"upthrusting\"\n    ],\n    \"Okwesiri\": [\n        \"credulously\",\n        \"issedones\",\n        \"precordiality\",\n        \"spoolful\",\n        \"tremellaceous\"\n    ],\n    \"enweghị nkwenye\": [\n        \"creedlessness\",\n        \"discredence\",\n        \"discreditability\",\n        \"disingenuity\",\n        \"imperdible\",\n        \"inconceivably\",\n        \"inconvincibly\",\n        \"indecipherability\",\n        \"intransfusible\",\n        \"nonabusiveness\",\n        \"nonacquiescence\",\n        \"nonambiguity\",\n        \"nonassentation\",\n        \"nonassumptive\",\n        \"noncausal\",\n        \"nonceremonious\",\n        \"nonceremoniousness\",\n        \"noncertainties\",\n        \"nonclearance\",\n        \"noncoagulability\",\n        \"noncollusiveness\",\n        \"noncomicality\",\n        \"noncomicalness\",\n        \"noncommittal\",\n        \"noncommorancy\",\n        \"noncomplacency\",\n        \"noncomplaisance\",\n        \"noncomplaisant\",\n        \"noncompositeness\",\n        \"noncomprehendible\",\n        \"noncompressibility\",\n        \"noncompressible\",\n        \"noncompromising\",\n        \"nonconfident\",\n        \"nonconfidential\",\n        \"nonconfidentiality\",\n        \"nonconfidentialness\",\n        \"nonconfidently\",\n        \"nonconfiding\",\n        \"nonconformability\",\n        \"nonconfutation\",\n        \"nonconnotative\",\n        \"nonconservative\",\n        \"nonconsolidation\",\n        \"nonconsonance\",\n        \"nonconstruability\",\n        \"nonconstruable\",\n        \"nonconsumptiveness\",\n        \"noncontingency\",\n        \"nonconvivial\",\n        \"nonconviviality\",\n        \"noncredence\",\n        \"noncredible\",\n        \"noncredibleness\",\n        \"nondecalcification\",\n        \"nondiffidence\",\n        \"nonelasticity\",\n        \"nonelucidative\",\n        \"nonerroneousness\",\n        \"nonfelicitousness\",\n        \"nonfidelity\",\n        \"nonheuristic\",\n        \"noninsistency\",\n        \"noninsularity\",\n        \"nonintegrity\",\n        \"nonintermittence\",\n        \"nonirritability\",\n        \"nonmonotheistic\",\n        \"nonocclusive\",\n        \"nonopinionatedness\",\n        \"nonopinionativeness\",\n        \"nonpersistency\",\n        \"nonplausibility\",\n        \"nonrationalization\",\n        \"nonrejection\",\n        \"nonresidence\",\n        \"nonresurrectional\",\n        \"nonsolidarity\",\n        \"nontenability\",\n        \"nontenableness\",\n        \"nontenantable\",\n        \"nonwarrantable\",\n        \"nonwarrantably\",\n        \"nonwarranted\",\n        \"nullifications\",\n        \"stressless\",\n        \"unabusiveness\",\n        \"unassiduousness\",\n        \"unassuring\",\n        \"unbilious\",\n        \"uncanonising\",\n        \"unceremoniousness\",\n        \"uncertifiable\",\n        \"uncoherentness\",\n        \"uncollatedness\",\n        \"unconceding\",\n        \"unconceiving\",\n        \"unconditioned\",\n        \"unconfidential\",\n        \"unconfiding\",\n        \"unconfirmability\",\n        \"unconfirmable\",\n        \"unconfutability\",\n        \"unconfutative\",\n        \"unconscionability\",\n        \"unconsolably\",\n        \"unconsolidation\",\n        \"unconstancy\",\n        \"unconstipated\",\n        \"unconsultative\",\n        \"unconsummative\",\n        \"uncontestability\",\n        \"uncontortioned\",\n        \"uncontortive\",\n        \"unconvincibility\",\n        \"unconvoluted\",\n        \"unconvulsiveness\",\n        \"uncredibility\",\n        \"uncredible\",\n        \"uncredited\",\n        \"uncriticalness\",\n        \"uncriticizably\",\n        \"unelaborateness\",\n        \"unerrant\",\n        \"unincludible\",\n        \"unirritative\",\n        \"unjustifiably\",\n        \"unlogistic\",\n        \"unmeltedness\",\n        \"unpantheistical\",\n        \"unpromising\",\n        \"unpromisingness\",\n        \"unpulvinated\",\n        \"unrecognition\",\n        \"unreconnoitred\",\n        \"unrefutability\",\n        \"unreversibly\",\n        \"unsalubriousness\",\n        \"unsensibility\",\n        \"unskepticalness\",\n        \"unsubjection\",\n        \"unsubstantiality\",\n        \"unsubstantialization\",\n        \"unsubstantialness\",\n        \"unsubstantiatable\",\n        \"unsubstantiation\",\n        \"unsubstantive\",\n        \"unsurrealistically\",\n        \"untorridity\",\n        \"untrance\",\n        \"untransfusible\",\n        \"untritely\",\n        \"unvagrantness\",\n        \"unverified\",\n        \"unverifiedness\",\n        \"unviolenced\",\n        \"unwarrant\",\n        \"unwarrantability\",\n        \"unwarrantableness\",\n        \"unwarrantably\",\n        \"unwarrantabness\"\n    ],\n    \"ụkpụrụ okwukwe\": [\n        \"creeds\"\n    ],\n    \"Onye okike\": [\n        \"creedsman\"\n    ],\n    \"Creeker\": [\n        \"creeker\"\n    ],\n    \"ọreeụ .ụ\": [\n        \"creeks\"\n    ],\n    \"Creeler\": [\n        \"creeler\"\n    ],\n    \"ịkpọ ozu ọkụ\": [\n        \"creeling\"\n    ],\n    \"creeper\": [\n        \"creepered\"\n    ],\n    \"creepiest\": [\n        \"creepies\",\n        \"crepeiest\"\n    ],\n    \"creep òké\": [\n        \"creepmouse\"\n    ],\n    \"creep mkpọtụ\": [\n        \"creepmousy\"\n    ],\n    \"crees\": [\n        \"creeses\"\n    ],\n    \"kpogburu\": [\n        \"creeshed\",\n        \"crucible\",\n        \"dumper\",\n        \"dumpier\",\n        \"dumps\"\n    ],\n    \"esgha\": [\n        \"creeshes\"\n    ],\n    \"Okwara ike\": [\n        \"creeshy\"\n    ],\n    \"ịkpọ ozu\": [\n        \"cremains\",\n        \"cremating\",\n        \"cremation\"\n    ],\n    \"igba egbe\": [\n        \"cremant\",\n        \"crevassing\",\n        \"hauncher\",\n        \"laun\",\n        \"launce\",\n        \"launch\"\n    ],\n    \"igba oku\": [\n        \"cremate\",\n        \"inceration\",\n        \"incinerate\",\n        \"incinerated\",\n        \"incineration\",\n        \"incinerations\"\n    ],\n    \"akpọgburu ya\": [\n        \"cremated\",\n        \"cremates\"\n    ],\n    \"onye oku ozu\": [\n        \"cremationist\"\n    ],\n    \"ozuzu oku\": [\n        \"crematory\"\n    ],\n    \"oku oku oku\": [\n        \"cremometer\"\n    ],\n    \"Oku\": [\n        \"cremule\",\n        \"silesias\",\n        \"twiller\"\n    ],\n    \"crena\": [\n        \"crenae\"\n    ],\n    \"chikwasiri\": [\n        \"crenated\"\n    ],\n    \"inyoghi inyoghi\": [\n        \"crenation\",\n        \"glimmer\"\n    ],\n    \"kpokpu\": [\n        \"creneled\"\n    ],\n    \"na-ada mmụọ\": [\n        \"creneling\"\n    ],\n    \"igba akwa\": [\n        \"crengle\"\n    ],\n    \"Ora\": [\n        \"creole\"\n    ],\n    \"Okere\": [\n        \"creoles\"\n    ],\n    \"Onyekere\": [\n        \"creolian\",\n        \"creophagist\"\n    ],\n    \"ichikota onwe\": [\n        \"creolization\"\n    ],\n    \"kpokọta ọnụ\": [\n        \"creolize\"\n    ],\n    \"kpokọbara\": [\n        \"creosote\",\n        \"creosotic\"\n    ],\n    \"na-aga ije\": [\n        \"creosoting\",\n        \"outking\",\n        \"pedately\",\n        \"pedestrious\",\n        \"pedetic\",\n        \"pediferous\",\n        \"pulicidal\"\n    ],\n    \"akpuru akpakpa\": [\n        \"creped\"\n    ],\n    \"creepier\": [\n        \"crepeier\"\n    ],\n    \"onye ozu\": [\n        \"crepier\"\n    ],\n    \"onye nkpochapu\": [\n        \"crepiest\"\n    ],\n    \"kpoo akpu\": [\n        \"crepitate\"\n    ],\n    \"okwesighi\": [\n        \"crepitous\",\n        \"dethronable\",\n        \"overexquisite\",\n        \"pulpitless\",\n        \"vorticity\"\n    ],\n    \"ejiri nwayọọ nwayọọ pụọ\": [\n        \"crept\"\n    ],\n    \"iheburu\": [\n        \"crepusculine\"\n    ],\n    \"Mbukpe\": [\n        \"cres\"\n    ],\n    \"Mgbapu onwa\": [\n        \"crescence\"\n    ],\n    \"okwaigbo\": [\n        \"crescendi\",\n        \"dichotomist\",\n        \"ethylthioether\",\n        \"sphenographer\"\n    ],\n    \"mpekere onwa\": [\n        \"crescent\",\n        \"crescentade\",\n        \"crescented\",\n        \"crescentia\",\n        \"crescentiform\",\n        \"crescentlike\"\n    ],\n    \"Mkpọtụrụ ọnwa\": [\n        \"crescentader\"\n    ],\n    \"Ọnwa\": [\n        \"crescentic\",\n        \"months\",\n        \"mooning\",\n        \"moonshine\",\n        \"moonshiner\",\n        \"moonshiners\",\n        \"moonward\",\n        \"moonwards\"\n    ],\n    \"crescent\": [\n        \"crescenting\"\n    ],\n    \"mpekere\": [\n        \"crescentoid\",\n        \"crumber\",\n        \"crumbs\",\n        \"cutpurse\",\n        \"debris\",\n        \"fragmentary\",\n        \"fragments\",\n        \"periptery\",\n        \"peripteries\"\n    ],\n    \"ọnwa ole\": [\n        \"crescents\"\n    ],\n    \"ọnwa ọhụụ\": [\n        \"crescentwise\"\n    ],\n    \"N'ikuku\": [\n        \"crescive\",\n        \"cresive\"\n    ],\n    \"n'uwa\": [\n        \"crescively\"\n    ],\n    \"Ksresel\": [\n        \"cresyls\"\n    ],\n    \"Ikpoko\": [\n        \"cresorcin\",\n        \"crossopodia\",\n        \"ferrelling\",\n        \"hilariousness\",\n        \"nocking\",\n        \"overflatten\",\n        \"placophoran\",\n        \"planorotund\",\n        \"pollening\",\n        \"rusticanum\",\n        \"sclerosing\"\n    ],\n    \"lọ cresotinate\": [\n        \"cresotinate\"\n    ],\n    \"Mkpọchi\": [\n        \"cresoxy\",\n        \"cresoxide\",\n        \"cressier\",\n        \"cressiest\",\n        \"crusts\",\n        \"hicks\",\n        \"hookies\",\n        \"ratchment\",\n        \"ringnecks\",\n        \"slaloms\",\n        \"slammock\"\n    ],\n    \"ejiri\": [\n        \"crest\",\n        \"handles\",\n        \"handlings\",\n        \"intermazed\",\n        \"interruled\",\n        \"treasured\",\n        \"tressured\",\n        \"wielded\"\n    ],\n    \"enweghi obi\": [\n        \"crestless\",\n        \"heartless\",\n        \"unarted\",\n        \"unbrent\",\n        \"uncruelness\",\n        \"unemotional\",\n        \"unhumble\",\n        \"unnasal\",\n        \"unpulvinate\",\n        \"unrestable\",\n        \"unruffled\",\n        \"unsoul\",\n        \"unthwarted\"\n    ],\n    \"nweke nweke\": [\n        \"crestmoreite\"\n    ],\n    \"creti\": [\n        \"cretic\"\n    ],\n    \"nkwenkwe ụgha\": [\n        \"creticism\",\n        \"hereticalness\",\n        \"interstitious\",\n        \"misbeliefs\",\n        \"outsuperstition\",\n        \"parricidism\",\n        \"superbelief\",\n        \"supersacrifice\",\n        \"supersafeness\",\n        \"supersafety\",\n        \"supersagacious\",\n        \"supersagaciousness\",\n        \"supersanction\",\n        \"supersanguinity\",\n        \"supersanity\",\n        \"supersarcastic\",\n        \"supersarcastically\",\n        \"supersatisfying\",\n        \"superscientific\",\n        \"superscientifically\",\n        \"supersecretion\",\n        \"supersecretive\",\n        \"supersecular\",\n        \"supersecularly\",\n        \"supersecureness\",\n        \"supersedence\",\n        \"superselection\",\n        \"supersemination\",\n        \"supersensual\",\n        \"supersensualism\",\n        \"supersensualistic\",\n        \"supersensuality\",\n        \"supersensually\",\n        \"supersensuous\",\n        \"supersensuously\",\n        \"supersensuousness\",\n        \"superseptal\",\n        \"supersesquitertial\",\n        \"supersession\",\n        \"supersessive\",\n        \"supersex\",\n        \"supersexual\",\n        \"supersimplicity\",\n        \"supersincerity\",\n        \"supersocial\",\n        \"supersolemness\",\n        \"supersolemnity\",\n        \"supersolemnness\",\n        \"supersolicitation\",\n        \"superspecies\",\n        \"superspecification\",\n        \"superspirituality\",\n        \"superspiritually\",\n        \"superstylish\",\n        \"superstylishly\",\n        \"superstylishness\",\n        \"superstimulate\",\n        \"superstimulated\",\n        \"superstimulation\",\n        \"superstition\",\n        \"superstitionist\",\n        \"superstitionless\",\n        \"superstitious\",\n        \"superstitiously\",\n        \"superstitiousness\",\n        \"superstoical\",\n        \"superstrenuousness\",\n        \"superstrictness\",\n        \"superstruction\",\n        \"superstructive\",\n        \"supersubstantiality\",\n        \"supersubtlety\",\n        \"supersufficiency\",\n        \"supersupremacy\",\n        \"supersuspicion\"\n    ],\n    \"Karak\": [\n        \"cretics\"\n    ],\n    \"cretinism\": [\n        \"cretinic\",\n        \"cretinistic\"\n    ],\n    \"tinra\": [\n        \"cretinizing\"\n    ],\n    \"ozuzu mmadu\": [\n        \"cretionary\"\n    ],\n    \"ihe ga-eme\": [\n        \"crevalles\",\n        \"precents\"\n    ],\n    \"emek\": [\n        \"creviced\"\n    ],\n    \"ọrụ ịkpụ\": [\n        \"crewcut\"\n    ],\n    \"ndị ọrụ ụgbọ mmiri\": [\n        \"crewellery\",\n        \"seafarers\",\n        \"seamen\"\n    ],\n    \"ọrụ crewelwork\": [\n        \"crewelwork\"\n    ],\n    \"crew\": [\n        \"crewing\"\n    ],\n    \"akpakọba\": [\n        \"cribbage\",\n        \"stockpile\",\n        \"stockpiling\"\n    ],\n    \"onye na-atụ ụra\": [\n        \"cribber\"\n    ],\n    \"ndị na-ede ihe\": [\n        \"cribbers\",\n        \"poppers\",\n        \"verderers\"\n    ],\n    \"akparị\": [\n        \"cribbling\"\n    ],\n    \"jiri aha ya\": [\n        \"cribrately\"\n    ],\n    \"crib\": [\n        \"cribration\"\n    ],\n    \"cribrib\": [\n        \"cribrous\"\n    ],\n    \"Ndina\": [\n        \"cribs\",\n        \"lieges\"\n    ],\n    \"inwuike\": [\n        \"cricetine\"\n    ],\n    \"krick\": [\n        \"crick\"\n    ],\n    \"nte\": [\n        \"cricked\",\n        \"crickey\",\n        \"cricket\"\n    ],\n    \"krikita\": [\n        \"cricketed\",\n        \"cricketer\"\n    ],\n    \"cricket\": [\n        \"cricketers\"\n    ],\n    \"Cricketing\": [\n        \"cricketing\"\n    ],\n    \"nte cricket\": [\n        \"cricketlike\"\n    ],\n    \"tiri mkpu\": [\n        \"cried\",\n        \"yelled\",\n        \"yerked\",\n        \"yeuked\",\n        \"shouted\",\n        \"shrieked\",\n        \"whinnied\"\n    ],\n    \"Ihe mmachi\": [\n        \"crier\"\n    ],\n    \"na-ebe akwa\": [\n        \"cries\"\n    ],\n    \"yenye\": [\n        \"cryesthesia\"\n    ],\n    \"omekome\": [\n        \"crim\",\n        \"criminaldom\",\n        \"incriminator\",\n        \"intruder\",\n        \"malefactor\"\n    ],\n    \"mpụ\": [\n        \"crime\",\n        \"crimea\",\n        \"crimean\",\n        \"crimes\",\n        \"criminalism\",\n        \"criminality\",\n        \"criminalities\",\n        \"criminalness\",\n        \"crimison\",\n        \"crimpiness\"\n    ],\n    \"enweghị mpụ\": [\n        \"crimeless\",\n        \"crimelessness\"\n    ],\n    \"na-egbochi mpụ\": [\n        \"crimeproof\"\n    ],\n    \"omempụ\": [\n        \"criminal\",\n        \"criminalist\",\n        \"criminalistician\",\n        \"criminalistics\",\n        \"criminative\",\n        \"criminol\"\n    ],\n    \"ekperima\": [\n        \"criminalistic\",\n        \"criminally\",\n        \"criminatory\"\n    ],\n    \"mebi iwu\": [\n        \"criminated\",\n        \"violine\"\n    ],\n    \"criminological\": [\n        \"criminologic\",\n        \"criminologically\"\n    ],\n    \"ọgwụ mkpuchi\": [\n        \"crymotherapy\"\n    ],\n    \"nke kacha dị ọcha\": [\n        \"crimpiest\"\n    ],\n    \"na-eme mkpị\": [\n        \"crimping\",\n        \"crimpling\"\n    ],\n    \"crinth\": [\n        \"crinated\"\n    ],\n    \"inine\": [\n        \"crine\",\n        \"withvine\"\n    ],\n    \"Ihe mkpọtụ\": [\n        \"cringers\"\n    ],\n    \"ịmị egwu\": [\n        \"cringingness\",\n        \"orchestrating\"\n    ],\n    \"ringja\": [\n        \"cringle\"\n    ],\n    \"N'ike\": [\n        \"cryobiologically\",\n        \"engrafter\",\n        \"frowstily\",\n        \"overthickly\",\n        \"plodderly\",\n        \"stridulously\",\n        \"vitrous\"\n    ],\n    \"n'oké ihe\": [\n        \"cryogenically\",\n        \"grouchingly\"\n    ],\n    \"Ogbokwa\": [\n        \"cryohydrate\"\n    ],\n    \"yo\": [\n        \"cryological\"\n    ],\n    \"crionic\": [\n        \"cryonic\"\n    ],\n    \"Oyi\": [\n        \"cryonics\",\n        \"fusty\",\n        \"glaives\",\n        \"hamster\",\n        \"splother\",\n        \"stylar\",\n        \"summerling\",\n        \"turbeh\"\n    ],\n    \"obinyi\": [\n        \"cryophyte\"\n    ],\n    \"echedobe\": [\n        \"cryoprotective\"\n    ],\n    \"cirosphinx\": [\n        \"criosphinx\"\n    ],\n    \"cirosphinxes\": [\n        \"criosphinxes\"\n    ],\n    \"ndi ngworo\": [\n        \"cripplers\"\n    ],\n    \"ngwọrọ\": [\n        \"crippling\",\n        \"lame\",\n        \"lamebrain\",\n        \"lamed\"\n    ],\n    \"na-akpọnwụ\": [\n        \"cripplingly\",\n        \"paralysing\",\n        \"paralyzing\",\n        \"shriving\"\n    ],\n    \"kelechiamaka\": [\n        \"cryptamnesic\"\n    ],\n    \"kelechichukwu\": [\n        \"cryptanalytic\",\n        \"cryptoanalytic\"\n    ],\n    \"kpokpo\": [\n        \"cryptanalyze\"\n    ],\n    \"ọptụ\": [\n        \"cryptanalyzing\"\n    ],\n    \"kụrụ mkpu\": [\n        \"crypted\"\n    ],\n    \"kristalia\": [\n        \"crypteronia\"\n    ],\n    \"cryptanalysis\": [\n        \"cryptoanalysis\"\n    ],\n    \"onye nyocha crypto\": [\n        \"cryptoanalyst\"\n    ],\n    \"ihendabighari\": [\n        \"cryptobatholithic\"\n    ],\n    \"o nwere ike\": [\n        \"cryptocephalous\",\n        \"intervisibility\"\n    ],\n    \"kelechianacho\": [\n        \"cryptodynamic\"\n    ],\n    \"a na-eme\": [\n        \"cryptodirous\"\n    ],\n    \"gamme ihe nkiri\": [\n        \"cryptogamy\"\n    ],\n    \"gamme ihere\": [\n        \"cryptogamist\"\n    ],\n    \"kaadịgram\": [\n        \"cryptogramma\"\n    ],\n    \"igosiputa ihe\": [\n        \"cryptographically\"\n    ],\n    \"crypto heresy\": [\n        \"cryptoheresy\"\n    ],\n    \"kechitolite\": [\n        \"cryptolite\"\n    ],\n    \"cryptologic\": [\n        \"cryptological\"\n    ],\n    \"crypto lunatic\": [\n        \"cryptolunatic\"\n    ],\n    \"anakpo-awufo\": [\n        \"cryptomnesic\"\n    ],\n    \"ptnye\": [\n        \"cryptonema\"\n    ],\n    \"Udochukwu Nwaeze\": [\n        \"cryptonemiales\"\n    ],\n    \"Uche Ogbuagu\": [\n        \"cryptonym\",\n        \"fungate\",\n        \"liechtenstein\",\n        \"strontianiferous\"\n    ],\n    \"perzọpụta\": [\n        \"cryptoperthite\"\n    ],\n    \"phtgba .pht\": [\n        \"cryptophthalmos\"\n    ],\n    \"kryptopyrrole\": [\n        \"cryptopyrrole\"\n    ],\n    \"okopkicus\": [\n        \"cryptoporticus\"\n    ],\n    \"crypto onye ozi\": [\n        \"cryptoproselyte\"\n    ],\n    \"ntụgharị asụsụ crypto\": [\n        \"cryptoproselytism\"\n    ],\n    \"vazọpụta\": [\n        \"cryptovalency\"\n    ],\n    \"zymepụta ihe\": [\n        \"cryptozygosity\"\n    ],\n    \"zyzọpụta\": [\n        \"cryptozygous\"\n    ],\n    \"sirike\": [\n        \"crispate\"\n    ],\n    \"krist\": [\n        \"crispers\"\n    ],\n    \"ihe mgbawa\": [\n        \"crispier\",\n        \"explosibility\",\n        \"explosible\",\n        \"explosimeter\",\n        \"explosionist\",\n        \"explosive\",\n        \"explosiveness\",\n        \"explosives\",\n        \"hasps\",\n        \"plangi\",\n        \"splicers\",\n        \"splices\",\n        \"whiptails\"\n    ],\n    \"maa\": [\n        \"crisply\",\n        \"definitely\",\n        \"guess\",\n        \"guessable\",\n        \"guesses\",\n        \"guessive\",\n        \"stab\",\n        \"stabulate\"\n    ],\n    \"kristalife\": [\n        \"crystalliferous\"\n    ],\n    \"kristaliform\": [\n        \"crystalliform\"\n    ],\n    \"kristality\": [\n        \"crystallinity\"\n    ],\n    \"kpowaa\": [\n        \"crystallise\",\n        \"crystallize\"\n    ],\n    \"kristalized\": [\n        \"crystallised\",\n        \"crystallized\"\n    ],\n    \"kristalite\": [\n        \"crystallite\"\n    ],\n    \"kristalitis\": [\n        \"crystallitis\"\n    ],\n    \"kristalizer\": [\n        \"crystallizer\"\n    ],\n    \"kristalloblastic\": [\n        \"crystalloblastic\"\n    ],\n    \"kristalchemical\": [\n        \"crystallochemical\"\n    ],\n    \"kristalchemistry\": [\n        \"crystallochemistry\"\n    ],\n    \"kristallod\": [\n        \"crystallod\"\n    ],\n    \"kristallogenesis\": [\n        \"crystallogenesis\"\n    ],\n    \"kristallogenetic\": [\n        \"crystallogenetic\"\n    ],\n    \"kristallogeny\": [\n        \"crystallogeny\"\n    ],\n    \"kristallogenik\": [\n        \"crystallogenic\"\n    ],\n    \"kristallogenical\": [\n        \"crystallogenical\"\n    ],\n    \"kristalgram\": [\n        \"crystallogram\"\n    ],\n    \"kristalgraph\": [\n        \"crystallograph\"\n    ],\n    \"kristallographer\": [\n        \"crystallographer\"\n    ],\n    \"kristallographers\": [\n        \"crystallographers\"\n    ],\n    \"kristalọcha\": [\n        \"crystallographic\"\n    ],\n    \"kristalgraphical\": [\n        \"crystallographical\"\n    ],\n    \"kristalgraphically\": [\n        \"crystallographically\"\n    ],\n    \"kristalloid\": [\n        \"crystalloid\"\n    ],\n    \"kristalidal\": [\n        \"crystalloidal\"\n    ],\n    \"kristallology\": [\n        \"crystallology\"\n    ],\n    \"kristalloluminescence\": [\n        \"crystalloluminescence\"\n    ],\n    \"kristallomagnetic\": [\n        \"crystallomagnetic\"\n    ],\n    \"kristallomancy\": [\n        \"crystallomancy\"\n    ],\n    \"kristaletetị\": [\n        \"crystallometry\"\n    ],\n    \"kristallometric\": [\n        \"crystallometric\"\n    ],\n    \"kristallophyllian\": [\n        \"crystallophyllian\"\n    ],\n    \"kristallophobia\": [\n        \"crystallophobia\"\n    ],\n    \"kristalwort\": [\n        \"crystalwort\"\n    ],\n    \"chukwuonyekwere\": [\n        \"cristatella\"\n    ],\n    \"kporo ihe\": [\n        \"cryste\",\n        \"obscurest\"\n    ],\n    \"Kraist\": [\n        \"cristi\",\n        \"kristi\"\n    ],\n    \"christina\": [\n        \"cristina\"\n    ],\n    \"christineaux\": [\n        \"cristineaux\"\n    ],\n    \"christino\": [\n        \"cristino\"\n    ],\n    \"christispira\": [\n        \"cristispira\"\n    ],\n    \"kristopher\": [\n        \"cristopher\"\n    ],\n    \"kristalphene\": [\n        \"crystosphene\"\n    ],\n    \"Nkatọ\": [\n        \"crit\"\n    ],\n    \"njirisi\": [\n        \"criteria\"\n    ],\n    \"onye nkatọ\": [\n        \"critic\",\n        \"criticaster\",\n        \"criticist\",\n        \"critter\",\n        \"critteria\",\n        \"crutter\"\n    ],\n    \"na-akatọ\": [\n        \"criticising\",\n        \"criticisingly\",\n        \"criticizing\",\n        \"criticizingly\",\n        \"noncriticizing\",\n        \"overcriticizing\",\n        \"uncriticisingly\",\n        \"uncriticizing\"\n    ],\n    \"onye na-akatọ\": [\n        \"criticizer\"\n    ],\n    \"ndị nkatọ\": [\n        \"criticizers\",\n        \"critics\",\n        \"critters\",\n        \"detractors\",\n        \"ennoblers\"\n    ],\n    \"onye na-akatọ ụgbọ mmiri\": [\n        \"criticship\"\n    ],\n    \"na-akọcha\": [\n        \"critiquing\",\n        \"damnifies\",\n        \"discrediting\",\n        \"maledicted\",\n        \"maledictive\",\n        \"reproachfully\",\n        \"reproachingly\",\n        \"scorned\",\n        \"scorns\",\n        \"vilifyingly\"\n    ],\n    \"crivitz\": [\n        \"crivetz\"\n    ],\n    \"kpọnwụrụ akpọnwụ\": [\n        \"croaked\",\n        \"paralytically\",\n        \"unrostrated\"\n    ],\n    \"ndị crook\": [\n        \"croakers\"\n    ],\n    \"croche\": [\n        \"crochets\"\n    ],\n    \"kpọnye ụkwụ\": [\n        \"crocked\"\n    ],\n    \"crockery\": [\n        \"crocker\",\n        \"crockeries\",\n        \"crookery\"\n    ],\n    \"arịa crockery\": [\n        \"crockeryware\"\n    ],\n    \"agụ iyi\": [\n        \"crocodile\",\n        \"crocodilean\",\n        \"crocodiles\"\n    ],\n    \"croigle\": [\n        \"croighle\"\n    ],\n    \"croix\": [\n        \"crois\"\n    ],\n    \"croisade\": [\n        \"croisad\"\n    ],\n    \"croisés\": [\n        \"croisee\"\n    ],\n    \"crooks\": [\n        \"crojiks\"\n    ],\n    \"chrome\": [\n        \"crome\"\n    ],\n    \"kromsta\": [\n        \"cromster\"\n    ],\n    \"kroberị\": [\n        \"croneberry\"\n    ],\n    \"Ighalo\": [\n        \"cronel\",\n        \"deutonephron\"\n    ],\n    \"ndi ohi\": [\n        \"cronies\",\n        \"dobbers\",\n        \"thugs\"\n    ],\n    \"o na-eri\": [\n        \"cronying\"\n    ],\n    \"Ebe Ugboro\": [\n        \"cronstedtite\"\n    ],\n    \"croon\": [\n        \"crooning\",\n        \"crooningly\"\n    ],\n    \"crofad\": [\n        \"crophead\"\n    ],\n    \"ala akuku\": [\n        \"cropland\",\n        \"croplands\",\n        \"landsmanshaft\"\n    ],\n    \"ubihin\": [\n        \"cropshin\"\n    ],\n    \"akuku ubi\": [\n        \"cropsick\"\n    ],\n    \"agụụ ịkọ ihe\": [\n        \"cropsickness\"\n    ],\n    \"croquet\": [\n        \"croqueted\"\n    ],\n    \"croquette\": [\n        \"croqueting\",\n        \"croquets\"\n    ],\n    \"obe\": [\n        \"crosa\",\n        \"cross\",\n        \"crossability\",\n        \"crossarm\",\n        \"crossarms\",\n        \"crossband\",\n        \"crossbeak\",\n        \"crossbeam\",\n        \"crossbearer\",\n        \"crossbelt\",\n        \"crossbill\",\n        \"crossbite\",\n        \"crossbolt\",\n        \"crossbreds\",\n        \"crossbreeding\",\n        \"crosscheck\",\n        \"crosscourt\",\n        \"crosscrosslet\",\n        \"crosscurrented\",\n        \"crosscuts\",\n        \"crosser\",\n        \"crosses\",\n        \"crossest\",\n        \"crossette\",\n        \"crossfall\",\n        \"crosshackle\",\n        \"crosshairs\",\n        \"crosshatch\",\n        \"crosshatcher\",\n        \"crosshatches\",\n        \"crosshaul\",\n        \"crossite\",\n        \"crossjack\",\n        \"crosslegs\",\n        \"crossley\",\n        \"crossly\",\n        \"crosslike\",\n        \"crossness\",\n        \"crosspatch\",\n        \"crosspatches\",\n        \"crosspiece\",\n        \"crosspieces\",\n        \"crosspoint\",\n        \"crosspost\",\n        \"crossrail\",\n        \"crossrow\",\n        \"crossweb\",\n        \"crosswind\",\n        \"crosswiseness\",\n        \"crpe\",\n        \"crubeen\",\n        \"cruciferous\",\n        \"crucifier\",\n        \"crucifix\",\n        \"crucifixes\"\n    ],\n    \"Ikuku\": [\n        \"crosby\",\n        \"crosnes\",\n        \"crosse\",\n        \"crosstrack\",\n        \"dtd\",\n        \"interleaf\",\n        \"rusticum\",\n        \"undertruss\",\n        \"wirelessing\"\n    ],\n    \"crose\": [\n        \"croset\"\n    ],\n    \"rosette\": [\n        \"crosette\"\n    ],\n    \"crosier\": [\n        \"crosiered\",\n        \"crosiers\"\n    ],\n    \"crosley\": [\n        \"croslet\"\n    ],\n    \"agafe\": [\n        \"crossable\",\n        \"rids\"\n    ],\n    \"ịgafe\": [\n        \"crossbanding\",\n        \"crosshauling\",\n        \"crosswalk\",\n        \"passaging\",\n        \"passingness\",\n        \"passiveness\"\n    ],\n    \"obebe\": [\n        \"crossbeams\",\n        \"crossbows\",\n        \"crossbreeds\",\n        \"crosscurrent\",\n        \"crosscutter\",\n        \"crosshatched\",\n        \"crossworder\",\n        \"cruciferae\"\n    ],\n    \"obele\": [\n        \"crossbolted\",\n        \"crossbred\",\n        \"crosshair\",\n        \"crosshatching\",\n        \"crosslets\",\n        \"crosslighted\",\n        \"crossweed\",\n        \"crosswort\"\n    ],\n    \"Obe\": [\n        \"crossbones\",\n        \"crossleted\"\n    ],\n    \"ndi okpokoro\": [\n        \"crossbowmen\",\n        \"lapidists\"\n    ],\n    \"na-ebugharị ya\": [\n        \"crosscurrents\",\n        \"unempanelled\"\n    ],\n    \"na-agafe agafe\": [\n        \"crosscutting\",\n        \"passalid\",\n        \"transient\",\n        \"transients\"\n    ],\n    \"ndi obe\": [\n        \"crossers\"\n    ],\n    \"okuku oku\": [\n        \"crossfire\",\n        \"crossfired\"\n    ],\n    \"obe ọgbụgba\": [\n        \"crossfiring\"\n    ],\n    \"ngafe\": [\n        \"crossings\",\n        \"excess\",\n        \"excesses\",\n        \"excessiveness\",\n        \"excessman\",\n        \"excessmen\",\n        \"expiational\",\n        \"expiations\",\n        \"expiatoriness\",\n        \"expilation\",\n        \"expiration\",\n        \"expirations\",\n        \"exponence\",\n        \"exponency\",\n        \"exponential\",\n        \"exponentials\",\n        \"exponentiation\",\n        \"exponentiations\",\n        \"expuition\",\n        \"extance\",\n        \"extemporisation\",\n        \"overclemency\",\n        \"overcontentious\",\n        \"overdance\",\n        \"overexpansive\",\n        \"overhip\",\n        \"overimportance\",\n        \"oversolicitous\",\n        \"oversolicitously\",\n        \"overstout\",\n        \"passableness\",\n        \"passadoes\",\n        \"passibleness\",\n        \"passings\",\n        \"passulation\",\n        \"passuses\",\n        \"passway\",\n        \"spoonsful\",\n        \"transcendence\",\n        \"transplace\"\n    ],\n    \"Obeigbo\": [\n        \"crossover\"\n    ],\n    \"ụzọ ụzọ\": [\n        \"crosspath\",\n        \"doormaker\",\n        \"pathfind\",\n        \"pathfinders\",\n        \"roadbook\",\n        \"roadsteads\"\n    ],\n    \"Okpurueze\": [\n        \"crosstied\"\n    ],\n    \"Ebechi\": [\n        \"crossties\"\n    ],\n    \"Ebe dị nso\": [\n        \"crosstown\"\n    ],\n    \"ịgafe ụzọ\": [\n        \"crosswalks\"\n    ],\n    \"okwuntughe\": [\n        \"crosswords\",\n        \"password\",\n        \"passwords\"\n    ],\n    \"crochet\": [\n        \"crotched\",\n        \"crotches\",\n        \"crotcheted\"\n    ],\n    \"crot\": [\n        \"crotching\"\n    ],\n    \"agụ\": [\n        \"crotons\",\n        \"readds\",\n        \"readerdom\",\n        \"readerships\",\n        \"readorns\",\n        \"readvised\",\n        \"readvocation\",\n        \"recitation\"\n    ],\n    \"crotal\": [\n        \"crottal\"\n    ],\n    \"makpu\": [\n        \"crouched\"\n    ],\n    \"makpuo\": [\n        \"crouching\",\n        \"knolling\"\n    ],\n    \"Enwere\": [\n        \"crousely\",\n        \"lyken\"\n    ],\n    \"okwukwa\": [\n        \"crow\",\n        \"crower\",\n        \"crowl\"\n    ],\n    \"igwe mmadụ\": [\n        \"crowd\",\n        \"crowded\",\n        \"crowdedly\",\n        \"crowdedness\",\n        \"crowder\",\n        \"crowders\",\n        \"crowdies\",\n        \"crowers\",\n        \"multitude\",\n        \"overcrowding\",\n        \"uncrowded\",\n        \"upcrowd\"\n    ],\n    \"igwe mmadu\": [\n        \"crowds\",\n        \"crowstone\",\n        \"demographic\",\n        \"dispeoplement\",\n        \"multitudes\",\n        \"throng\",\n        \"throngs\"\n    ],\n    \"okwukwo\": [\n        \"crowed\",\n        \"crowtoe\",\n        \"currents\"\n    ],\n    \"okwukwu ụkwụ\": [\n        \"crowfeet\",\n        \"crowfoot\",\n        \"crowfooted\"\n    ],\n    \"Okwukwo oso\": [\n        \"crowhopper\"\n    ],\n    \"ákwá\": [\n        \"crowing\",\n        \"dirge\",\n        \"weepiness\"\n    ],\n    \"onye na-elekọta anụ ụlọ\": [\n        \"crowkeeper\"\n    ],\n    \"chiri okpueze\": [\n        \"crowned\"\n    ],\n    \"yiri okpueze\": [\n        \"crownlike\"\n    ],\n    \"croz\": [\n        \"crozers\"\n    ],\n    \"ndị crozi\": [\n        \"croziers\"\n    ],\n    \"Umunwoke\": [\n        \"crs\"\n    ],\n    \"irughari\": [\n        \"cruce\",\n        \"cruise\",\n        \"cruse\",\n        \"crusie\"\n    ],\n    \"ụlọ mkpọchi\": [\n        \"crucethouse\"\n    ],\n    \"njem ụgbọ mmiri\": [\n        \"cruche\"\n    ],\n    \"dị oke mkpa\": [\n        \"crucial\",\n        \"crucially\",\n        \"imperative\",\n        \"imperatively\",\n        \"momentous\",\n        \"vital\",\n        \"vitial\"\n    ],\n    \"Mgbu\": [\n        \"crucian\",\n        \"cruppen\",\n        \"outfacing\",\n        \"tortille\",\n        \"tortonian\"\n    ],\n    \"kpọgidere ya\": [\n        \"cruciated\"\n    ],\n    \"ịkpọgide ya\": [\n        \"cruciation\"\n    ],\n    \"akpọkpo\": [\n        \"crucibles\"\n    ],\n    \"kpọgide n’obe\": [\n        \"crucify\"\n    ],\n    \"kpọgide\": [\n        \"crucificial\",\n        \"crucifies\",\n        \"crucifige\",\n        \"impalace\",\n        \"impave\"\n    ],\n    \"kpogidere\": [\n        \"crucified\",\n        \"cruciform\",\n        \"crusaded\"\n    ],\n    \"kpọgide ya n'obe\": [\n        \"crucifyfied\",\n        \"crucifyfying\"\n    ],\n    \"akpọgide ya\": [\n        \"crucifying\"\n    ],\n    \"n'obe\": [\n        \"crucifixion\",\n        \"crucifixions\"\n    ],\n    \"N'osisi\": [\n        \"cruciformly\"\n    ],\n    \"mkpọgide\": [\n        \"crucigerous\"\n    ],\n    \"anwude\": [\n        \"crudded\",\n        \"demythify\"\n    ],\n    \"nti\": [\n        \"crudding\",\n        \"earbash\",\n        \"earlap\",\n        \"earle\",\n        \"earlesss\",\n        \"earlobe\",\n        \"earlocks\",\n        \"earlships\",\n        \"earpiece\",\n        \"earwax\",\n        \"earwiggy\",\n        \"eavedrop\",\n        \"eavedropping\",\n        \"eavesdrop\",\n        \"eavesdropping\",\n        \"eavesdrops\",\n        \"valid\"\n    ],\n    \"udesmụnna\": [\n        \"crudes\"\n    ],\n    \"ndi anwude\": [\n        \"crudites\",\n        \"crudities\"\n    ],\n    \"crudite\": [\n        \"crudity\"\n    ],\n    \"onye oki\": [\n        \"crueler\"\n    ],\n    \"nke kachasị njọ\": [\n        \"cruelest\",\n        \"cruellest\",\n        \"harshest\",\n        \"seamiest\",\n        \"sleetiest\",\n        \"squinniest\",\n        \"supplest\",\n        \"thinnest\"\n    ],\n    \"nwee obi ọjọọ\": [\n        \"cruelhearted\"\n    ],\n    \"n'obi ọjọọ\": [\n        \"cruelly\",\n        \"harshly\"\n    ],\n    \"gawa\": [\n        \"cruentate\",\n        \"headed\",\n        \"journeyed\",\n        \"rungs\"\n    ],\n    \"na-akpagharị\": [\n        \"cruised\"\n    ],\n    \"na-egwugharị\": [\n        \"cruising\"\n    ],\n    \"obere achicha\": [\n        \"crumb\"\n    ],\n    \"crumber\": [\n        \"crumbers\"\n    ],\n    \"mkpọbiri\": [\n        \"crumblement\"\n    ],\n    \"ntisa\": [\n        \"crumblingness\",\n        \"dissceptring\",\n        \"fractionising\"\n    ],\n    \"mkpọku\": [\n        \"crumblings\",\n        \"snuffier\"\n    ],\n    \"anwụrụ\": [\n        \"crumpet\",\n        \"crumpets\",\n        \"deadpan\",\n        \"invaginated\",\n        \"pipeclay\",\n        \"smocked\",\n        \"smockless\",\n        \"smokable\",\n        \"smokables\",\n        \"smokeable\",\n        \"smoked\",\n        \"smokery\",\n        \"smoky\",\n        \"smokily\",\n        \"smokings\",\n        \"smokish\",\n        \"smokos\",\n        \"smuggest\",\n        \"snuff\",\n        \"snuffish\"\n    ],\n    \"anua\": [\n        \"crumpy\"\n    ],\n    \"mgbochu\": [\n        \"crumpler\"\n    ],\n    \"crunching\": [\n        \"crunchingness\"\n    ],\n    \"mpia\": [\n        \"crunt\",\n        \"ripple\"\n    ],\n    \"Ndị na-akwọ ụgbọ mmiri\": [\n        \"cruors\"\n    ],\n    \"okporo mmiri\": [\n        \"crup\",\n        \"ditch\",\n        \"ditchbank\"\n    ],\n    \"na-egwu mmiri\": [\n        \"cruppering\",\n        \"gating\",\n        \"mooting\",\n        \"squillageing\",\n        \"swim\",\n        \"swimmable\",\n        \"swimmer\",\n        \"swimmier\",\n        \"swimmily\",\n        \"swimming\",\n        \"swimmingly\",\n        \"swimmings\",\n        \"swimmist\",\n        \"swims\",\n        \"volleying\"\n    ],\n    \"asụsụ ọma\": [\n        \"cruroinguinal\",\n        \"outtongue\"\n    ],\n    \"Oka\": [\n        \"crurotarsal\",\n        \"threap\",\n        \"threaper\"\n    ],\n    \"gwerie\": [\n        \"crus\",\n        \"crusher\",\n        \"grind\",\n        \"grindle\",\n        \"grouted\"\n    ],\n    \"Ntụgharị\": [\n        \"crusader\",\n        \"platonization\",\n        \"referrer\"\n    ],\n    \"crusade\": [\n        \"crusades\"\n    ],\n    \"igwe agha\": [\n        \"crusading\"\n    ],\n    \"usesuses\": [\n        \"cruses\"\n    ],\n    \"azọpịa\": [\n        \"crush\",\n        \"crushproof\"\n    ],\n    \"Kụrisịa\": [\n        \"crushable\"\n    ],\n    \"nchikasị ness\": [\n        \"crushableness\"\n    ],\n    \"anuahade\": [\n        \"crushed\"\n    ],\n    \"ndinuak\": [\n        \"crushing\",\n        \"crushingly\"\n    ],\n    \"emebisi\": [\n        \"crusile\"\n    ],\n    \"Na-emebi emebi\": [\n        \"crusily\",\n        \"permixtive\",\n        \"subversive\"\n    ],\n    \"nkwonkwo nkà\": [\n        \"crustaceology\",\n        \"crustaceologist\"\n    ],\n    \"crustaceo rubrin\": [\n        \"crustaceorubrin\"\n    ],\n    \"dibia oyibo\": [\n        \"crustalogist\",\n        \"muscologist\",\n        \"orthoepist\",\n        \"orthopterologist\",\n        \"osteologist\",\n        \"pestologist\",\n        \"radioecologist\"\n    ],\n    \"crustacean\": [\n        \"crustation\"\n    ],\n    \"Obi mgbawa\": [\n        \"crustier\"\n    ],\n    \"Mkpọtụ\": [\n        \"crustiest\"\n    ],\n    \"kristo\": [\n        \"crutcher\",\n        \"strumiprivous\"\n    ],\n    \"na-azọpịa\": [\n        \"crutching\",\n        \"inrushing\",\n        \"rubbishing\"\n    ],\n    \"akpọchi dị ka\": [\n        \"crutchlike\"\n    ],\n    \"okpu mmiri\": [\n        \"cruzadoes\",\n        \"hemstitcher\",\n        \"pollards\",\n        \"subarboreous\",\n        \"subcoat\",\n        \"subirrigated\",\n        \"subnacreous\",\n        \"tropicopolitan\"\n    ],\n    \"w cr\": [\n        \"crwd\"\n    ],\n    \"cerazette\": [\n        \"crzette\"\n    ],\n    \"cseeji\": [\n        \"csects\"\n    ],\n    \"Ctenoidean\": [\n        \"ctenoidean\"\n    ],\n    \"Ctenoidian\": [\n        \"ctenoidian\"\n    ],\n    \"NSB\": [\n        \"cto\",\n        \"fordicidia\",\n        \"rsvp\"\n    ],\n    \"Onwu\": [\n        \"cts\",\n        \"glunching\",\n        \"mogulship\",\n        \"oversoaks\",\n        \"swankey\",\n        \"swanky\"\n    ],\n    \"onye Cuba\": [\n        \"cuban\",\n        \"cubanite\"\n    ],\n    \"cubit\": [\n        \"cubation\",\n        \"cubited\",\n        \"cubits\"\n    ],\n    \"ụlọ ụlọ\": [\n        \"cubbyhouse\",\n        \"housebuilding\",\n        \"housecarl\",\n        \"housefurnishings\",\n        \"housekept\",\n        \"houseroom\",\n        \"townhouses\",\n        \"unhouses\"\n    ],\n    \"n'arọ\": [\n        \"cubbishly\",\n        \"kg\",\n        \"tonnishly\"\n    ],\n    \"cubbish\": [\n        \"cubbishness\"\n    ],\n    \"cubeji\": [\n        \"cubebs\"\n    ],\n    \"cubic\": [\n        \"cubics\"\n    ],\n    \"chibili\": [\n        \"cubitalia\"\n    ],\n    \"Onitsha\": [\n        \"cubitodigital\"\n    ],\n    \"chitopalmar\": [\n        \"cubitopalmar\"\n    ],\n    \"cubokuneiform\": [\n        \"cubocuneiform\"\n    ],\n    \"koboid\": [\n        \"cuboid\"\n    ],\n    \"chibụlụ\": [\n        \"cuboidal\"\n    ],\n    \"cuboid\": [\n        \"cuboides\",\n        \"cuboids\"\n    ],\n    \"osogbo\": [\n        \"cubomancy\"\n    ],\n    \"chuchia\": [\n        \"cuchia\"\n    ],\n    \"kockoo\": [\n        \"cuckoo\"\n    ],\n    \"oche akwa\": [\n        \"cuckstool\"\n    ],\n    \"nkeucucine\": [\n        \"cucoline\"\n    ],\n    \"ịrịa\": [\n        \"cucularis\",\n        \"malade\"\n    ],\n    \"ịucụ ọgwụ\": [\n        \"cuculiform\",\n        \"cuculine\"\n    ],\n    \"kukumba\": [\n        \"cucumber\",\n        \"cucumbers\",\n        \"cucumiform\"\n    ],\n    \"chucurbit\": [\n        \"cucurbit\"\n    ],\n    \"Cuda\": [\n        \"cuda\"\n    ],\n    \"ubegbe\": [\n        \"cudbears\"\n    ],\n    \"kwakọba\": [\n        \"cuddle\",\n        \"heaped\",\n        \"prepackage\",\n        \"prepackaged\"\n    ],\n    \"a pụrụ ịtụkwasị obi\": [\n        \"cuddleable\",\n        \"emendable\"\n    ],\n    \"na-arahụ ụra\": [\n        \"cuddled\",\n        \"lodgeful\",\n        \"outsleeping\"\n    ],\n    \"cuddle\": [\n        \"cuddles\"\n    ],\n    \"na-a cudụ\": [\n        \"cuddlesome\"\n    ],\n    \"ịdụ ara\": [\n        \"cuddling\"\n    ],\n    \"tukota\": [\n        \"cudgeled\"\n    ],\n    \"ndị na-akụkọta nri\": [\n        \"cudgelers\"\n    ],\n    \"kpọba\": [\n        \"cudweed\",\n        \"cudweeds\",\n        \"erinize\"\n    ],\n    \"onye cueist\": [\n        \"cueist\"\n    ],\n    \"kọfịl\": [\n        \"cuffle\"\n    ],\n    \"kọlflịn\": [\n        \"cufflink\"\n    ],\n    \"kọflịnks\": [\n        \"cufflinks\"\n    ],\n    \"chukwuomegwu\": [\n        \"cuggermugger\"\n    ],\n    \"cuis\": [\n        \"cuisses\"\n    ],\n    \"itlọ nri\": [\n        \"cuitlateco\"\n    ],\n    \"kukit\": [\n        \"cuitle\",\n        \"cuittle\"\n    ],\n    \"culavamsa\": [\n        \"culation\"\n    ],\n    \"ebuka\": [\n        \"culbute\",\n        \"culmicolous\",\n        \"shuttler\",\n        \"stockcars\",\n        \"stockyards\",\n        \"stocks\"\n    ],\n    \"ekwo\": [\n        \"culicid\",\n        \"rabatted\"\n    ],\n    \"egbu\": [\n        \"culicids\",\n        \"deadhand\",\n        \"deadishly\",\n        \"deadlatch\",\n        \"deadlier\",\n        \"deadlily\",\n        \"fatalness\",\n        \"kilims\",\n        \"killy\",\n        \"kilted\",\n        \"lethality\",\n        \"ller\"\n    ],\n    \"ebuchi\": [\n        \"culiciform\",\n        \"eupepsy\"\n    ],\n    \"kulicifuge\": [\n        \"culicifuge\"\n    ],\n    \"Akpanwu\": [\n        \"culicoides\"\n    ],\n    \"Akpanwan\": [\n        \"culilawan\"\n    ],\n    \"culinal\": [\n        \"culinary\"\n    ],\n    \"onye nri\": [\n        \"culinarian\",\n        \"feedman\",\n        \"mealman\",\n        \"woodier\"\n    ],\n    \"culin\": [\n        \"culinarily\"\n    ],\n    \"Akwa\": [\n        \"cullen\",\n        \"epruinose\",\n        \"phar\",\n        \"plagionite\",\n        \"plurinominal\",\n        \"rhodic\",\n        \"thickskin\",\n        \"thruster\"\n    ],\n    \"igwe nri\": [\n        \"cullender\",\n        \"grindal\",\n        \"grindery\",\n        \"grinderies\",\n        \"grinders\",\n        \"grindstone\",\n        \"mill\",\n        \"millboard\",\n        \"millcake\",\n        \"millclapper\",\n        \"millhouse\",\n        \"milliner\",\n        \"millinery\",\n        \"milliners\",\n        \"millman\",\n        \"millmen\",\n        \"millpool\",\n        \"millpost\",\n        \"millrun\",\n        \"millruns\",\n        \"millstock\",\n        \"millstone\",\n        \"milltail\",\n        \"millward\",\n        \"millwheel\",\n        \"millwork\",\n        \"millworks\",\n        \"millwright\",\n        \"millwrights\",\n        \"scrounge\"\n    ],\n    \"na-agwụ\": [\n        \"culminating\",\n        \"enders\",\n        \"endites\",\n        \"expiries\",\n        \"terminally\"\n    ],\n    \"onye mere mpu\": [\n        \"culprit\"\n    ],\n    \"òtù nzuzo\": [\n        \"cult\",\n        \"cultch\",\n        \"cultches\",\n        \"cultellation\",\n        \"cultellus\",\n        \"cultic\",\n        \"cultigen\",\n        \"cultigens\",\n        \"cultish\",\n        \"cultism\",\n        \"cultisms\",\n        \"cultist\",\n        \"cultistic\",\n        \"cultists\",\n        \"cultrate\",\n        \"cultrirostral\",\n        \"cults\",\n        \"culturology\",\n        \"culturologically\",\n        \"cultus\",\n        \"cultuses\",\n        \"sectuary\"\n    ],\n    \"ekpemerere\": [\n        \"culteranismo\"\n    ],\n    \"onye oru ubi\": [\n        \"cultirostral\",\n        \"farmerette\",\n        \"fieldsman\"\n    ],\n    \"ubi\": [\n        \"cultirostres\",\n        \"fied\",\n        \"field\",\n        \"fielding\",\n        \"fieldish\",\n        \"fieldmouse\",\n        \"fields\",\n        \"fieldwards\",\n        \"gard\",\n        \"gardant\",\n        \"gardebras\",\n        \"gardeen\",\n        \"garden\",\n        \"gardeny\",\n        \"gardenia\",\n        \"gardens\",\n        \"gardenwards\",\n        \"gardon\",\n        \"hortyard\",\n        \"misfield\",\n        \"pultun\",\n        \"reap\"\n    ],\n    \"ịzụlite\": [\n        \"cultivability\",\n        \"cultivably\",\n        \"develop\",\n        \"developpe\",\n        \"disenvelop\",\n        \"foetalization\",\n        \"fostering\",\n        \"fosterling\",\n        \"inbreeding\",\n        \"nurturance\",\n        \"outbreeding\"\n    ],\n    \"nke nwere ike ịkụ mkpụrụ\": [\n        \"cultivatable\"\n    ],\n    \"zụlite\": [\n        \"cultivate\",\n        \"maldeveloped\"\n    ],\n    \"na-azụlite\": [\n        \"cultivates\",\n        \"cultivating\",\n        \"nurturer\",\n        \"nurtures\"\n    ],\n    \"ịkụ ọkụ\": [\n        \"cultivations\"\n    ],\n    \"ndị na-akụ ihe ubi\": [\n        \"cultivators\"\n    ],\n    \"omenaala\": [\n        \"culturalist\",\n        \"culturologist\"\n    ],\n    \"enweghị ọdịbendị\": [\n        \"cultureless\"\n    ],\n    \"onye òtù nzuzo\": [\n        \"culturist\"\n    ],\n    \"ozuzu nzuzo\": [\n        \"culturization\"\n    ],\n    \"mezuo omenala\": [\n        \"culturize\"\n    ],\n    \"ụkwụ\": [\n        \"culverfoot\",\n        \"feet\",\n        \"foot\",\n        \"footboard\",\n        \"footfall\",\n        \"footfeed\",\n        \"foothalt\",\n        \"foothil\",\n        \"foothill\",\n        \"foothold\",\n        \"footholds\",\n        \"footle\",\n        \"footlicking\",\n        \"footlock\",\n        \"footrace\",\n        \"footrail\",\n        \"foots\",\n        \"footsy\",\n        \"footsies\",\n        \"footsores\",\n        \"footstock\",\n        \"leg\",\n        \"legs\",\n        \"pedated\",\n        \"pedestals\",\n        \"pedial\",\n        \"shanks\",\n        \"thoroughfoot\",\n        \"trefoiled\"\n    ],\n    \"ulo mkporo\": [\n        \"culverhouse\",\n        \"dungeon\",\n        \"dungeoner\",\n        \"dungeonlike\",\n        \"dungeons\"\n    ],\n    \"onyenku\": [\n        \"culverineer\"\n    ],\n    \"Kporo\": [\n        \"culverts\",\n        \"truncates\",\n        \"truncheons\"\n    ],\n    \"yana\": [\n        \"cum\"\n    ],\n    \"onye ike\": [\n        \"cumbent\",\n        \"dynamitist\",\n        \"domineerer\",\n        \"douser\",\n        \"genevieve\",\n        \"overpowers\",\n        \"supralittoral\"\n    ],\n    \"sụrụ ngọngọ\": [\n        \"cumbered\"\n    ],\n    \"ndị cumbere\": [\n        \"cumberers\"\n    ],\n    \"cumbersome\": [\n        \"cumbersomely\"\n    ],\n    \"kumbha\": [\n        \"cumbha\"\n    ],\n    \"crumble\": [\n        \"cumble\"\n    ],\n    \"cumbulu\": [\n        \"cumbrous\",\n        \"cumbrously\"\n    ],\n    \"ndabido\": [\n        \"cumbrousness\"\n    ],\n    \"cumpfterter\": [\n        \"cumflutter\"\n    ],\n    \"kumin\": [\n        \"cumin\"\n    ],\n    \"cummerbund\": [\n        \"cummerbunds\"\n    ],\n    \"gwakọta\": [\n        \"cumulate\",\n        \"mingle\",\n        \"mingles\",\n        \"mixe\",\n        \"mixen\",\n        \"mixite\"\n    ],\n    \"agukọta\": [\n        \"cumulative\"\n    ],\n    \"agukọọ\": [\n        \"cumulatively\"\n    ],\n    \"dị aghụghọ\": [\n        \"cunctipotent\",\n        \"insidious\",\n        \"laciest\",\n        \"subcrepitant\",\n        \"subrepent\",\n        \"subreptitious\",\n        \"subreptive\",\n        \"subretractile\",\n        \"subventive\",\n        \"tralatitiously\"\n    ],\n    \"dikwa\": [\n        \"cuneated\",\n        \"monstrously\"\n    ],\n    \"cuneune\": [\n        \"cuneately\"\n    ],\n    \"sicikasi\": [\n        \"cunicular\"\n    ],\n    \"cuneiform\": [\n        \"cuniform\"\n    ],\n    \"cuneiforms\": [\n        \"cuniforms\"\n    ],\n    \"kuon\": [\n        \"cuon\"\n    ],\n    \"obu ihe ọ cupụụ\": [\n        \"cupbearer\"\n    ],\n    \"Ndị obu ihe ọ cupụ cupụ\": [\n        \"cupbearers\"\n    ],\n    \"Kukpa\": [\n        \"cupeler\"\n    ],\n    \"ndị na-akpọ iko\": [\n        \"cupellers\"\n    ],\n    \"obu ihe ọ cupụ cupụ\": [\n        \"cupholder\"\n    ],\n    \"iko mmiri\": [\n        \"cupidity\",\n        \"cupids\",\n        \"cuprein\",\n        \"glassblower\",\n        \"glassblowers\",\n        \"glassblowing\",\n        \"glassfish\",\n        \"glassworm\",\n        \"glasswort\",\n        \"lovepot\",\n        \"waterglass\"\n    ],\n    \"kopless\": [\n        \"cupless\"\n    ],\n    \"dị ka iko\": [\n        \"cuplike\",\n        \"glasslike\"\n    ],\n    \"onye iko\": [\n        \"cupmate\",\n        \"glassman\"\n    ],\n    \"Kpolamanu\": [\n        \"cupolaman\"\n    ],\n    \"kọpa\": [\n        \"cupper\"\n    ],\n    \"kọrammonium\": [\n        \"cuprammonia\",\n        \"cuprammonium\"\n    ],\n    \"iko akwa\": [\n        \"cuprose\"\n    ],\n    \"nterosilicon\": [\n        \"cuprosilicon\"\n    ],\n    \"ikoonyema\": [\n        \"cuprotungstite\"\n    ],\n    \"ọgwụgwọ\": [\n        \"curable\",\n        \"curableness\",\n        \"curably\",\n        \"curacy\",\n        \"curacies\",\n        \"curares\",\n        \"curarization\",\n        \"curatage\",\n        \"curatial\",\n        \"curatic\",\n        \"curation\",\n        \"curative\",\n        \"curatively\",\n        \"curatives\",\n        \"curatory\",\n        \"cure\",\n        \"curer\",\n        \"cures\",\n        \"curettage\",\n        \"curetted\",\n        \"curettement\",\n        \"curettes\",\n        \"curetting\",\n        \"electrotherapeutic\",\n        \"hereat\",\n        \"magani\",\n        \"medicamentation\",\n        \"physiotherapy\",\n        \"preattachment\",\n        \"remedies\",\n        \"remeditation\",\n        \"theotherapy\",\n        \"therap\",\n        \"therapeuses\",\n        \"therapeutic\",\n        \"therapeutical\",\n        \"therapeutically\",\n        \"therapeutics\",\n        \"therapeutism\",\n        \"therapy\",\n        \"therapia\",\n        \"thereat\",\n        \"thyrotherapy\",\n        \"thyrotomy\",\n        \"treatability\",\n        \"treatabilities\",\n        \"treatable\",\n        \"treatableness\",\n        \"treatably\",\n        \"treatise\",\n        \"treatises\",\n        \"treatment\",\n        \"treatments\",\n        \"unmedical\",\n        \"untherapeutic\"\n    ],\n    \"curacao\": [\n        \"curacaos\",\n        \"curace\",\n        \"curacoa\"\n    ],\n    \"gwọọ ya\": [\n        \"curarized\"\n    ],\n    \"na-agwọ\": [\n        \"curarizes\",\n        \"curarizing\"\n    ],\n    \"ndị na-elekọta ya\": [\n        \"curators\",\n        \"handlers\",\n        \"heritors\"\n    ],\n    \"enweghị mgbochi\": [\n        \"curbless\",\n        \"curtainless\",\n        \"immunoreaction\",\n        \"immunoreactivity\",\n        \"infirmation\",\n        \"irreticence\",\n        \"irreticent\",\n        \"lanceproof\",\n        \"nonabstractedness\",\n        \"nonblocking\",\n        \"noncurtailment\",\n        \"nonintrusion\",\n        \"nonperceptivity\",\n        \"nonprevention\",\n        \"nonstorage\",\n        \"unrestrainably\"\n    ],\n    \"curculionidae\": [\n        \"curculionid\"\n    ],\n    \"Curdier\": [\n        \"curdier\"\n    ],\n    \"gwọrọ\": [\n        \"cured\",\n        \"heiled\",\n        \"pured\"\n    ],\n    \"enweghị ọgwụgwọ\": [\n        \"cureless\",\n        \"curelessly\",\n        \"curelessness\",\n        \"healless\",\n        \"incicurable\",\n        \"incurable\",\n        \"incurableness\",\n        \"incurably\",\n        \"insurable\",\n        \"noncurative\",\n        \"nonmedicable\",\n        \"nontreatable\",\n        \"nontreatment\",\n        \"pathologic\",\n        \"pathologically\",\n        \"treatyless\",\n        \"uncreatively\",\n        \"unentreatable\",\n        \"unmedaled\",\n        \"unmedically\",\n        \"unmedicative\",\n        \"unrapacious\",\n        \"untherapeutical\",\n        \"unthreatened\",\n        \"untreatable\",\n        \"untreatableness\",\n        \"untreatably\",\n        \"untreated\",\n        \"unwreathed\"\n    ],\n    \"ndị na-agwọ ọrịa\": [\n        \"curers\",\n        \"granulators\",\n        \"healers\",\n        \"paramedics\",\n        \"therapists\",\n        \"treaters\"\n    ],\n    \"curette\": [\n        \"curets\"\n    ],\n    \"mgbe ị ga na-alọta\": [\n        \"curfew\"\n    ],\n    \"iwu oge\": [\n        \"curfews\"\n    ],\n    \"curi mkpu\": [\n        \"curiate\"\n    ],\n    \"cubreboca\": [\n        \"curiboca\"\n    ],\n    \"curie gram\": [\n        \"curiegram\"\n    ],\n    \"curie\": [\n        \"curiet\"\n    ],\n    \"n'ịghọta ihe\": [\n        \"curiologically\"\n    ],\n    \"ọchịchọ ịmata ihe\": [\n        \"curiosity\"\n    ],\n    \"N'ụzọ dị ịtụnanya\": [\n        \"curiously\"\n    ],\n    \"ọchịchọ ịmata\": [\n        \"curiousness\"\n    ],\n    \"Ihe nlezianya\": [\n        \"curler\"\n    ],\n    \"kọlọbberị\": [\n        \"curlewberry\"\n    ],\n    \"gbakọrọ agbakọ\": [\n        \"curly\"\n    ],\n    \"curling\": [\n        \"curlings\"\n    ],\n    \"mkpịsị ụkwụ\": [\n        \"curmudgeon\",\n        \"pedicellation\",\n        \"pedicels\",\n        \"pedicle\",\n        \"pedicles\",\n        \"pedicular\",\n        \"rachet\",\n        \"ratchet\",\n        \"ratchety\",\n        \"toe\",\n        \"toeing\"\n    ],\n    \"ndị gbara ọkpụrụkpụ\": [\n        \"curmudgeons\"\n    ],\n    \"currant\": [\n        \"currants\"\n    ],\n    \"nwaanwuru\": [\n        \"currawong\"\n    ],\n    \"ugbu a\": [\n        \"current\",\n        \"currently\",\n        \"currentness\",\n        \"currentwise\",\n        \"hereby\",\n        \"herefore\",\n        \"hereinafter\",\n        \"hereto\",\n        \"hitherward\",\n        \"now\",\n        \"nowed\",\n        \"nowel\",\n        \"nowhence\",\n        \"nowhither\",\n        \"nows\",\n        \"nowtherd\",\n        \"presentatively\",\n        \"presentence\",\n        \"presentially\",\n        \"presently\",\n        \"transcurrently\"\n    ],\n    \"Curry\": [\n        \"curry\"\n    ],\n    \"rizụ\": [\n        \"currijong\"\n    ],\n    \"n'adịghị\": [\n        \"currishly\",\n        \"deficiently\",\n        \"fadelessly\",\n        \"nonformatively\",\n        \"noniridescently\",\n        \"nonpejoratively\",\n        \"subocularly\",\n        \"unwriggled\"\n    ],\n    \"ọbụbụ ọnụ\": [\n        \"cursing\"\n    ],\n    \"kọchaa\": [\n        \"cursitate\",\n        \"repronounce\"\n    ],\n    \"ọkọchị\": [\n        \"cursitor\",\n        \"summerliness\"\n    ],\n    \"agbakọnye\": [\n        \"curstful\"\n    ],\n    \"Dakil\": [\n        \"curtail\"\n    ],\n    \"iwelata\": [\n        \"curtailer\",\n        \"curtalax\",\n        \"curtaxe\",\n        \"decessit\"\n    ],\n    \"Iwelata\": [\n        \"curtailing\"\n    ],\n    \"ákwà ngebichi\": [\n        \"curtains\"\n    ],\n    \"tstọ\": [\n        \"curtseying\"\n    ],\n    \"dị curtsy\": [\n        \"curtsy\"\n    ],\n    \"Akwadoro\": [\n        \"curtsied\",\n        \"hydrosulphurated\",\n        \"panoplied\",\n        \"quadrifurcated\",\n        \"supersedable\"\n    ],\n    \"ịkpụ\": [\n        \"curvette\",\n        \"cutaneal\",\n        \"cutch\",\n        \"cuteness\",\n        \"cuticle\",\n        \"cuticulate\",\n        \"cutikin\",\n        \"cutinise\",\n        \"cutinizes\",\n        \"cutlery\",\n        \"cutleries\",\n        \"cutline\",\n        \"cutlines\",\n        \"cutling\",\n        \"cutouts\",\n        \"cuttoe\",\n        \"cutwal\",\n        \"escutellate\",\n        \"pteroid\",\n        \"sculch\",\n        \"sculsh\",\n        \"shawing\",\n        \"undercut\"\n    ],\n    \"ekwela\": [\n        \"curvetted\",\n        \"disapprove\",\n        \"forearmed\",\n        \"foreshowed\",\n        \"untithable\"\n    ],\n    \"curvicauda\": [\n        \"curvicaudate\"\n    ],\n    \"ịzọ ụkwụ\": [\n        \"curvilinear\"\n    ],\n    \"curvometa\": [\n        \"curvometer\"\n    ],\n    \"cusec\": [\n        \"cusecs\"\n    ],\n    \"kwom\": [\n        \"cush\"\n    ],\n    \"onye cushier\": [\n        \"cushier\"\n    ],\n    \"kwushin\": [\n        \"cushion\"\n    ],\n    \"gbọ mmiri\": [\n        \"cushioncraft\",\n        \"sailboard\",\n        \"steamboating\"\n    ],\n    \"kwụsie ike\": [\n        \"cushioned\",\n        \"cushioniness\",\n        \"cushioning\",\n        \"destabilize\",\n        \"empiristic\",\n        \"firmless\",\n        \"sedigitated\",\n        \"stabilise\",\n        \"stabilised\",\n        \"stabilivolt\",\n        \"stabilize\",\n        \"stabilized\",\n        \"stableful\",\n        \"stabler\",\n        \"stables\",\n        \"stablest\",\n        \"stableward\",\n        \"stablewards\",\n        \"steadable\",\n        \"steadite\",\n        \"unsteadfastly\",\n        \"unsteady\"\n    ],\n    \"ushgbọ mmiri\": [\n        \"cushionflower\"\n    ],\n    \"kwushini\": [\n        \"cushiony\"\n    ],\n    \"ube dị ka\": [\n        \"cushionlike\"\n    ],\n    \"fom\": [\n        \"cushions\",\n        \"foment\",\n        \"foments\"\n    ],\n    \"Kushit\": [\n        \"cushite\"\n    ],\n    \"chukwuimachukwu\": [\n        \"cushlamochree\"\n    ],\n    \"cuss\": [\n        \"cusso\",\n        \"cussos\"\n    ],\n    \"cuss okwu\": [\n        \"cussword\"\n    ],\n    \"klọbas\": [\n        \"custard\",\n        \"custards\"\n    ],\n    \"custodes\": [\n        \"custodies\"\n    ],\n    \"customizable\": [\n        \"customable\"\n    ],\n    \"na-ahazi\": [\n        \"customing\",\n        \"customizing\",\n        \"disorganizes\",\n        \"misorganizing\",\n        \"organises\",\n        \"organizes\",\n        \"preorganizing\",\n        \"regularizing\",\n        \"systemizes\"\n    ],\n    \"ahaziri\": [\n        \"customized\",\n        \"customizes\",\n        \"equilibrative\",\n        \"onesigned\",\n        \"personated\",\n        \"systematised\",\n        \"systemised\",\n        \"systemized\",\n        \"stylised\",\n        \"stylized\",\n        \"stylizes\",\n        \"structed\",\n        \"structured\",\n        \"tailored\"\n    ],\n    \"Ndị kọstọm\": [\n        \"customs\"\n    ],\n    \"ụlọ kọstọm\": [\n        \"customshouse\"\n    ],\n    \"klọron\": [\n        \"custron\"\n    ],\n    \"egbutu\": [\n        \"cutaneously\",\n        \"cutbank\",\n        \"cutches\",\n        \"cutely\",\n        \"cuterebra\",\n        \"cutgrass\",\n        \"cutgrasses\",\n        \"cutinised\",\n        \"cutises\",\n        \"cutiterebra\",\n        \"cutlash\",\n        \"cutlers\",\n        \"cutlips\",\n        \"cutose\",\n        \"cutover\",\n        \"cutset\",\n        \"cutups\",\n        \"cutworm\",\n        \"hewed\",\n        \"hewn\",\n        \"larruped\",\n        \"mutilates\",\n        \"mutilating\",\n        \"slashes\"\n    ],\n    \"wedata aka\": [\n        \"cutback\"\n    ],\n    \"ịcha\": [\n        \"cutcha\",\n        \"cutting\",\n        \"cuttling\",\n        \"slicing\",\n        \"slicingly\"\n    ],\n    \"onye egbutu\": [\n        \"cutcher\",\n        \"cutterman\"\n    ],\n    \"ebe osi ite\": [\n        \"cutchery\"\n    ],\n    \"ndị na-egbutu ihe\": [\n        \"cutcherries\"\n    ],\n    \"ịkpụchakịrị\": [\n        \"cutisector\"\n    ],\n    \"ọnwụ\": [\n        \"cutization\",\n        \"cuttingness\",\n        \"cutup\",\n        \"deadfall\",\n        \"deadnesses\",\n        \"death\",\n        \"deathblow\",\n        \"deathblows\",\n        \"deathcup\",\n        \"deathfully\",\n        \"deathfulness\",\n        \"deaths\",\n        \"deathshot\",\n        \"deathtrap\",\n        \"deathward\",\n        \"deathwards\",\n        \"fatalism\",\n        \"fatality\",\n        \"fatalities\",\n        \"insistence\",\n        \"insistency\",\n        \"insistencies\",\n        \"losings\",\n        \"lossenite\",\n        \"mortalism\",\n        \"natimortality\"\n    ],\n    \"efere okpokoro\": [\n        \"cutlassfishes\"\n    ],\n    \"onye na-egbutu ihe\": [\n        \"cutleress\",\n        \"cutter\"\n    ],\n    \"cuttings\": [\n        \"cutlings\"\n    ],\n    \"bepụ\": [\n        \"cutoff\",\n        \"offcut\"\n    ],\n    \"bechapụ\": [\n        \"cutout\"\n    ],\n    \"ndịgbụ\": [\n        \"cutpurses\"\n    ],\n    \"ebi\": [\n        \"cuts\",\n        \"prin\",\n        \"prinkle\",\n        \"printerdom\"\n    ],\n    \"ndị na-egbutusị\": [\n        \"cutters\"\n    ],\n    \"cuttle\": [\n        \"cuttled\",\n        \"cuttler\"\n    ],\n    \"kpoos\": [\n        \"cuttoos\"\n    ],\n    \"ogbu mmiri\": [\n        \"cutwaters\",\n        \"deepener\",\n        \"deepwater\",\n        \"gulf\",\n        \"shearwater\"\n    ],\n    \"ihe ize ndụ\": [\n        \"czardoms\",\n        \"endangerment\",\n        \"hazardously\",\n        \"hazardry\",\n        \"jeopardy\",\n        \"peril\",\n        \"perillas\",\n        \"perilousness\",\n        \"perils\",\n        \"perilune\",\n        \"risked\",\n        \"risker\",\n        \"riskers\",\n        \"riskfulness\",\n        \"riskier\",\n        \"riskiness\",\n        \"risks\",\n        \"risuses\"\n    ],\n    \"onye eze\": [\n        \"czarist\",\n        \"kingsman\",\n        \"monarchically\",\n        \"monarchist\",\n        \"royalist\"\n    ],\n    \"ndị eze\": [\n        \"czarists\",\n        \"dynasts\",\n        \"emirs\",\n        \"kingbolts\",\n        \"kingpins\",\n        \"kings\",\n        \"palaestrics\",\n        \"regence\",\n        \"royalists\",\n        \"royals\",\n        \"tzarists\"\n    ],\n    \"Nkiruka\": [\n        \"czarowitch\",\n        \"ludwig\",\n        \"pibroch\",\n        \"schneiderian\",\n        \"schreibersite\",\n        \"seljukian\",\n        \"skaw\",\n        \"vrouw\",\n        \"vrow\"\n    ],\n    \"czar\": [\n        \"czars\"\n    ],\n    \"Dab\": [\n        \"dab\",\n        \"dabb\"\n    ],\n    \"dabber\": [\n        \"dabbed\"\n    ],\n    \"Dabble\": [\n        \"dabble\",\n        \"dabbled\"\n    ],\n    \"Na-agbagharị\": [\n        \"dabbling\",\n        \"funambulating\",\n        \"quirting\",\n        \"resmelting\",\n        \"squibbing\",\n        \"squiring\",\n        \"squirmed\",\n        \"squirming\",\n        \"squirreling\",\n        \"squirrelling\",\n        \"squirting\",\n        \"streambed\",\n        \"waddling\"\n    ],\n    \"Na-agbake\": [\n        \"dabblingly\"\n    ],\n    \"Ogbaru\": [\n        \"dabblings\",\n        \"gobbling\"\n    ],\n    \"Dabs\": [\n        \"dabs\"\n    ],\n    \"dabers\": [\n        \"dabsters\"\n    ],\n    \"Dackering\": [\n        \"dackering\"\n    ],\n    \"acolọ\": [\n        \"dacoit\"\n    ],\n    \"Ihere\": [\n        \"dacoiting\",\n        \"decrepid\",\n        \"frederick\",\n        \"glutting\",\n        \"gorgedly\",\n        \"halenesses\",\n        \"nacreousness\",\n        \"racche\",\n        \"roqueted\",\n        \"smeeky\",\n        \"stigmatization\",\n        \"stigme\",\n        \"unshamefaced\",\n        \"wlecche\"\n    ],\n    \"Dactyl\": [\n        \"dactyl\"\n    ],\n    \"Ọdịdala\": [\n        \"dactylion\"\n    ],\n    \"ọruchukwu\": [\n        \"dactylist\"\n    ],\n    \"onyeife ihe osise\": [\n        \"dactylographer\"\n    ],\n    \"ndi nna\": [\n        \"daddies\",\n        \"dadoes\"\n    ],\n    \"sadulu\": [\n        \"daddles\",\n        \"daddling\",\n        \"saddle\",\n        \"saddleback\",\n        \"saddlebacked\",\n        \"saddlebow\",\n        \"saddlebows\",\n        \"saddled\",\n        \"saddleleaf\",\n        \"saddleless\",\n        \"saddler\",\n        \"saddlery\",\n        \"saddleries\",\n        \"saddles\",\n        \"saddlewise\",\n        \"saddling\",\n        \"sadleir\"\n    ],\n    \"daddum\": [\n        \"daddums\"\n    ],\n    \"dado\": [\n        \"dadoing\"\n    ],\n    \"ndị nna\": [\n        \"dads\",\n        \"fathers\",\n        \"paternalistically\"\n    ],\n    \"daff\": [\n        \"daffed\",\n        \"daffling\"\n    ],\n    \"daf\": [\n        \"daft\"\n    ],\n    \"yiri ka ọ dị\": [\n        \"daftlike\",\n        \"pitchlike\",\n        \"ploverlike\",\n        \"streaklike\",\n        \"wasplike\"\n    ],\n    \"daftinger\": [\n        \"daftnesses\"\n    ],\n    \"dagg\": [\n        \"daggered\",\n        \"daggled\",\n        \"daggling\"\n    ],\n    \"dagger\": [\n        \"daggering\"\n    ],\n    \"daga\": [\n        \"daggerproof\"\n    ],\n    \"ọlaedo\": [\n        \"dahabiya\",\n        \"demarches\",\n        \"dopped\",\n        \"dopper\",\n        \"gild\",\n        \"goldbrick\",\n        \"goldenknop\",\n        \"goldenpert\",\n        \"goldenrod\",\n        \"goldenwing\",\n        \"goldest\",\n        \"goldhammer\",\n        \"golding\",\n        \"goldney\",\n        \"golds\",\n        \"goldsinny\",\n        \"goldurned\",\n        \"goll\",\n        \"goluptious\",\n        \"silvendy\",\n        \"silverize\",\n        \"silverized\",\n        \"silverizer\"\n    ],\n    \"ụbọchị\": [\n        \"day\",\n        \"daygoing\",\n        \"dayment\",\n        \"days\",\n        \"dayshine\",\n        \"dayside\",\n        \"daysides\",\n        \"daysman\",\n        \"daysmen\",\n        \"dayspring\",\n        \"date\",\n        \"dater\",\n        \"dates\",\n        \"foreday\",\n        \"tatouays\",\n        \"thenadays\"\n    ],\n    \"umu ahihia\": [\n        \"daybeds\",\n        \"littermates\",\n        \"litters\"\n    ],\n    \"bọlb\": [\n        \"dayblush\"\n    ],\n    \"akwụkwọ ọgụgụ ụbọchị\": [\n        \"daybooks\"\n    ],\n    \"chi ojiji\": [\n        \"daybreaks\",\n        \"drisk\",\n        \"dustour\",\n        \"twilight\",\n        \"twilighty\",\n        \"twilights\"\n    ],\n    \"idba ama\": [\n        \"daidling\"\n    ],\n    \"nro nro\": [\n        \"daydream\",\n        \"daydreams\"\n    ],\n    \"ubochi nro\": [\n        \"daydreamed\",\n        \"daydreamy\"\n    ],\n    \"onye na-arọ nrọ\": [\n        \"daydreamer\"\n    ],\n    \"ndị na-arọ nrọ\": [\n        \"daydreamers\"\n    ],\n    \"na-arọ nrọ\": [\n        \"daydreaming\",\n        \"dreaming\",\n        \"dreamingful\",\n        \"dreamingly\",\n        \"dreiling\"\n    ],\n    \"dị ka ụbọchị ahụ\": [\n        \"daydreamlike\"\n    ],\n    \"ughachi ura\": [\n        \"daydreamt\"\n    ],\n    \"ubochi\": [\n        \"daydrudge\",\n        \"dayfly\",\n        \"whaddie\"\n    ],\n    \"ndap\": [\n        \"dayflies\"\n    ],\n    \"ndaala\": [\n        \"dayglow\"\n    ],\n    \"Dail\": [\n        \"dail\"\n    ],\n    \"enweghi ubochi\": [\n        \"dayless\"\n    ],\n    \"kwa ụbọchị\": [\n        \"daily\",\n        \"everyday\"\n    ],\n    \"ìhè\": [\n        \"daylight\",\n        \"daylighted\",\n        \"daylighting\",\n        \"illuminance\",\n        \"lightface\",\n        \"lightness\",\n        \"luminism\"\n    ],\n    \"kwa ubochi\": [\n        \"daylily\"\n    ],\n    \"daylili\": [\n        \"daylilies\"\n    ],\n    \"ogologo ụbọchị\": [\n        \"daylong\"\n    ],\n    \"chieenu\": [\n        \"daymare\"\n    ],\n    \"nrọ ọjọọ\": [\n        \"daymares\",\n        \"nightmares\"\n    ],\n    \"menbọchị\": [\n        \"daymen\"\n    ],\n    \"daimọn\": [\n        \"daimons\"\n    ],\n    \"udịm\": [\n        \"daynet\"\n    ],\n    \"dadị ọcha\": [\n        \"daintiness\"\n    ],\n    \"Mmiri ara ehi\": [\n        \"dairy\",\n        \"dairyings\",\n        \"dairyman\",\n        \"nitriry\"\n    ],\n    \"dayari\": [\n        \"dairying\"\n    ],\n    \"mmiri ara ehi\": [\n        \"dairymaid\",\n        \"dairymaids\",\n        \"dampers\",\n        \"drophead\",\n        \"droppy\",\n        \"lippier\",\n        \"milkfish\",\n        \"milkfishes\",\n        \"milkgrass\",\n        \"milkily\",\n        \"milkmaid\",\n        \"milkness\",\n        \"milksop\",\n        \"milksopism\",\n        \"milksoppery\",\n        \"milksoppy\",\n        \"milksoppiness\",\n        \"milksoppish\",\n        \"milksoppishness\",\n        \"milksops\",\n        \"milkweeds\",\n        \"unliquid\"\n    ],\n    \"Nwanyị ara ehi\": [\n        \"dairywoman\"\n    ],\n    \"Dairt\": [\n        \"dairt\"\n    ],\n    \"daisies\": [\n        \"daises\"\n    ],\n    \"dashiki\": [\n        \"daishiki\",\n        \"daishikis\"\n    ],\n    \"isingda\": [\n        \"daising\"\n    ],\n    \"kpakpando chi ọbụbọ\": [\n        \"daystar\",\n        \"daystars\"\n    ],\n    \"ure mmiri\": [\n        \"daystreak\",\n        \"diphyllous\",\n        \"drools\"\n    ],\n    \"ọrụ ụbọchị\": [\n        \"daywork\"\n    ],\n    \"onye na-arụ ọrụ ụbọchị\": [\n        \"dayworker\"\n    ],\n    \"dakota\": [\n        \"dakotans\",\n        \"dakotas\"\n    ],\n    \"Dales\": [\n        \"dales\"\n    ],\n    \"Dalesfolk\": [\n        \"dalesfolk\"\n    ],\n    \"Dalesman\": [\n        \"dalesman\"\n    ],\n    \"dallyly\": [\n        \"dallyingly\"\n    ],\n    \"mmiri dị\": [\n        \"damlike\",\n        \"liquated\"\n    ],\n    \"damma\": [\n        \"dammars\"\n    ],\n    \"akpọnwụrụ\": [\n        \"dammer\"\n    ],\n    \"Ụchụ\": [\n        \"damn\"\n    ],\n    \"m achọ ịma\": [\n        \"damnable\"\n    ],\n    \"nudo\": [\n        \"damnableness\"\n    ],\n    \"wute\": [\n        \"damndest\",\n        \"grieko\",\n        \"sadden\",\n        \"sorrowy\"\n    ],\n    \"bụ ọnye\": [\n        \"damned\"\n    ],\n    \"Emebi\": [\n        \"damningly\",\n        \"deaminized\"\n    ],\n    \"amaghi ama\": [\n        \"damningness\",\n        \"disaccustomedness\",\n        \"disacknowledge\",\n        \"illogician\",\n        \"imbecilities\",\n        \"incompetent\",\n        \"incompetently\",\n        \"inconscious\",\n        \"inconsciously\",\n        \"misdeemful\",\n        \"nonacknowledgment\",\n        \"nonacquaintance\",\n        \"noncensorious\",\n        \"noncognitive\",\n        \"noncognizance\",\n        \"noncognizant\",\n        \"nonconscious\",\n        \"nonconsciousness\",\n        \"nondisingenuousness\",\n        \"nonforeknowledge\",\n        \"nongraciousness\",\n        \"nonignorant\",\n        \"noninformativeness\",\n        \"nonmiraculous\",\n        \"nonpreciousness\",\n        \"nonsaturated\",\n        \"nonscientist\",\n        \"nonsister\",\n        \"nonspeciously\",\n        \"nonspiritedness\",\n        \"outdeviling\",\n        \"outtricked\",\n        \"unaccustomed\",\n        \"unaccustomedness\",\n        \"unacquaintance\",\n        \"unacquaintedness\",\n        \"unawareness\",\n        \"unbeggarly\",\n        \"unbewitch\",\n        \"unbewitched\",\n        \"unbrilliant\",\n        \"unbrilliantness\",\n        \"uncensorious\",\n        \"uncensoriousness\",\n        \"unconsciously\",\n        \"unconsciousness\",\n        \"unconspiringly\",\n        \"uncontagiously\",\n        \"uncrochety\",\n        \"underwitted\",\n        \"unfamiliarity\",\n        \"unfamous\",\n        \"unforeknown\",\n        \"ungraciousness\",\n        \"unidentifiably\",\n        \"unignorant\",\n        \"unignorantly\",\n        \"uninsightful\",\n        \"unintent\",\n        \"unintentionalness\",\n        \"unknowingness\",\n        \"unknownness\",\n        \"unlibelous\",\n        \"unmitre\",\n        \"unmomentousness\",\n        \"unpredestined\",\n        \"unproficient\",\n        \"unsalaciousness\",\n        \"unskilledness\",\n        \"unspecious\",\n        \"unspeciousness\",\n        \"unswitched\",\n        \"untwitched\",\n        \"unvoraciousness\",\n        \"unwakefulness\",\n        \"unwareness\",\n        \"unwisdom\",\n        \"unwitch\",\n        \"unwitched\",\n        \"unwitnessed\",\n        \"unwittingness\",\n        \"wittedness\"\n    ],\n    \"ụchụ gbakwa\": [\n        \"damnit\"\n    ],\n    \"ndi damnoni\": [\n        \"damnonians\"\n    ],\n    \"damn\": [\n        \"damns\"\n    ],\n    \"wuruwuru\": [\n        \"damolic\"\n    ],\n    \"Damozel\": [\n        \"damozel\"\n    ],\n    \"keguru mmiri\": [\n        \"damp\"\n    ],\n    \"keguru mmiri N'ezie\": [\n        \"dampcourse\"\n    ],\n    \"kubie ume\": [\n        \"dampen\",\n        \"expiated\",\n        \"expire\",\n        \"expired\",\n        \"expiree\",\n        \"expirer\",\n        \"respire\"\n    ],\n    \"wụrụ mmiri\": [\n        \"dampened\",\n        \"dampens\"\n    ],\n    \"udu mmiri\": [\n        \"dampest\",\n        \"mistion\",\n        \"monsoons\",\n        \"springy\",\n        \"springier\",\n        \"springtrap\",\n        \"summerier\",\n        \"summeriness\",\n        \"summertide\",\n        \"summertree\",\n        \"torrone\"\n    ],\n    \"daara\": [\n        \"damply\"\n    ],\n    \"iru mmiri\": [\n        \"dampness\",\n        \"humid\",\n        \"humidate\",\n        \"humidfied\",\n        \"humidfies\",\n        \"humidification\",\n        \"humidified\",\n        \"humidity\",\n        \"humidities\",\n        \"humidly\",\n        \"humidness\",\n        \"humit\",\n        \"hump\",\n        \"moistiness\",\n        \"moistness\",\n        \"overflower\"\n    ],\n    \"nwatakiri\": [\n        \"damsel\",\n        \"juniority\",\n        \"quirkiness\"\n    ],\n    \"na-achọ onwe ya\": [\n        \"damselfish\"\n    ],\n    \"n'iji onwe ya\": [\n        \"damselfly\"\n    ],\n    \"na-egbochi onwe ya\": [\n        \"damselflies\"\n    ],\n    \"ụmụ agbọghọ\": [\n        \"damsels\",\n        \"girlfriends\",\n        \"girls\",\n        \"maidens\",\n        \"virgates\",\n        \"virginals\",\n        \"virgins\",\n        \"virgos\",\n        \"virgules\",\n        \"virls\"\n    ],\n    \"agba egwu\": [\n        \"dance\",\n        \"dancer\"\n    ],\n    \"na-agba egwu\": [\n        \"danceable\"\n    ],\n    \"gbaa egwu\": [\n        \"danced\",\n        \"danged\",\n        \"danish\"\n    ],\n    \"ndị na-agba egwu\": [\n        \"dancers\"\n    ],\n    \"Ndukwe\": [\n        \"dancette\"\n    ],\n    \"cmụnna\": [\n        \"dancetty\",\n        \"juncat\"\n    ],\n    \"ịgba egwú\": [\n        \"dancing\"\n    ],\n    \"achọrọ onwe\": [\n        \"dandered\"\n    ],\n    \"didị ọkụ\": [\n        \"dandier\"\n    ],\n    \"dandyism\": [\n        \"dandyisms\"\n    ],\n    \"dandruff\": [\n        \"dandriff\",\n        \"dandriffy\",\n        \"dandriffs\"\n    ],\n    \"dannebrog\": [\n        \"danebrog\"\n    ],\n    \"umuigbo\": [\n        \"danes\",\n        \"foulards\",\n        \"highboy\",\n        \"ladysnow\",\n        \"pigboats\"\n    ],\n    \"Daneweed\": [\n        \"daneweed\"\n    ],\n    \"Ihe egwu\": [\n        \"danger\"\n    ],\n    \"dị ize ndụ\": [\n        \"dangerful\",\n        \"dangerfully\",\n        \"dangerous\",\n        \"hazardable\",\n        \"hazarded\",\n        \"jeopardious\",\n        \"jeopardous\",\n        \"perianthial\",\n        \"perienteric\",\n        \"perihelial\",\n        \"periligamentous\",\n        \"perilsome\",\n        \"peripleural\",\n        \"risberm\",\n        \"riskful\",\n        \"risky\",\n        \"riskiest\",\n        \"risorial\"\n    ],\n    \"ize ndụ\": [\n        \"dangerousness\"\n    ],\n    \"ihe egwu\": [\n        \"dangers\",\n        \"jarvies\",\n        \"risk\",\n        \"terrorproof\"\n    ],\n    \"dangle\": [\n        \"dangled\"\n    ],\n    \"Dangler\": [\n        \"dangler\"\n    ],\n    \"dangler\": [\n        \"danglers\"\n    ],\n    \"nduhie\": [\n        \"danglingly\",\n        \"deceit\",\n        \"deceits\",\n        \"deceivability\",\n        \"deceivableness\",\n        \"deceivance\",\n        \"deceivers\",\n        \"deceives\",\n        \"deceivingly\",\n        \"decelerations\",\n        \"decemvirship\",\n        \"deception\",\n        \"deceptivity\",\n        \"delusion\",\n        \"illguide\",\n        \"illguided\",\n        \"impostorism\",\n        \"impostury\",\n        \"imposturism\",\n        \"manuduction\",\n        \"misadministration\",\n        \"misadvisedness\",\n        \"misbode\",\n        \"miscellane\",\n        \"miscellanea\",\n        \"miscellany\",\n        \"mischristen\",\n        \"miscolor\",\n        \"misconnection\",\n        \"miscounsel\",\n        \"misdealing\",\n        \"misderivation\",\n        \"misdevotion\",\n        \"misdirected\",\n        \"misdirection\",\n        \"misdirections\",\n        \"misdirects\",\n        \"misdivision\",\n        \"misdower\",\n        \"misericord\",\n        \"misericorde\",\n        \"misfeasor\",\n        \"misfeasors\",\n        \"misfiled\",\n        \"misfiling\",\n        \"misguage\",\n        \"misguidance\",\n        \"misguidedness\",\n        \"misguides\",\n        \"misguiding\",\n        \"misguidingly\",\n        \"mishanter\",\n        \"mislabels\",\n        \"mislaid\",\n        \"misleadable\",\n        \"misleader\",\n        \"misleading\",\n        \"misleadingly\",\n        \"misleadingness\",\n        \"mislin\",\n        \"mismanners\",\n        \"misologies\",\n        \"misopedism\",\n        \"misorientation\",\n        \"mispersuade\",\n        \"mispolicy\",\n        \"mispunctuation\",\n        \"misreason\",\n        \"misregulating\",\n        \"misrule\",\n        \"misruled\",\n        \"misrules\",\n        \"misvouch\",\n        \"misworship\",\n        \"perversion\",\n        \"pretendership\",\n        \"preversion\"\n    ],\n    \"Nda\": [\n        \"dangs\",\n        \"slopselling\"\n    ],\n    \"danik\": [\n        \"danic\"\n    ],\n    \"dan\": [\n        \"dank\"\n    ],\n    \"Ejigbo\": [\n        \"dankest\"\n    ],\n    \"kdị egwu\": [\n        \"danknesses\"\n    ],\n    \"onye agba egwu\": [\n        \"danner\"\n    ],\n    \"Ndị na-ezughị ezu\": [\n        \"dansants\"\n    ],\n    \"Danzon\": [\n        \"danzon\"\n    ],\n    \"onye na-ama jijiji\": [\n        \"dapperer\"\n    ],\n    \"dapping\": [\n        \"dapperling\"\n    ],\n    \"Na-ada\": [\n        \"dappled\",\n        \"hailstoned\",\n        \"tattling\",\n        \"tumbledung\"\n    ],\n    \"pleda\": [\n        \"dappleness\"\n    ],\n    \"dapple\": [\n        \"dapples\"\n    ],\n    \"dappi\": [\n        \"dappling\"\n    ],\n    \"Dapson\": [\n        \"dapson\"\n    ],\n    \"amaja\": [\n        \"dare\",\n        \"dareall\",\n        \"dared\",\n        \"dareful\",\n        \"dares\"\n    ],\n    \"n'abalị\": [\n        \"daren\",\n        \"forenight\",\n        \"night\",\n        \"nightcapped\",\n        \"nighted\",\n        \"nighters\",\n        \"nightfall\",\n        \"nighty\",\n        \"nightime\",\n        \"nighting\",\n        \"nightish\",\n        \"nightless\",\n        \"nightly\",\n        \"nightmarish\",\n        \"nightmarishly\",\n        \"nightmarishness\",\n        \"nightriding\",\n        \"nightside\",\n        \"nighttide\",\n        \"nighttime\",\n        \"nighttimes\",\n        \"nightward\",\n        \"nightwards\",\n        \"nightwork\",\n        \"nocturnal\",\n        \"nocturnality\",\n        \"nonnocturnal\",\n        \"outnight\",\n        \"overnigh\",\n        \"overnight\"\n    ],\n    \"ndị amaala\": [\n        \"darers\",\n        \"indigens\",\n        \"natives\"\n    ],\n    \"ọchịchịrị\": [\n        \"dark\",\n        \"darker\",\n        \"darkest\",\n        \"darky\",\n        \"darkie\",\n        \"darkies\",\n        \"darkle\",\n        \"darkles\",\n        \"darklier\",\n        \"darkliest\",\n        \"darkness\",\n        \"darknesses\",\n        \"darkroom\",\n        \"darks\",\n        \"darkskin\",\n        \"darksome\",\n        \"darksomeness\",\n        \"darksum\",\n        \"darktown\",\n        \"glack\",\n        \"gloom\",\n        \"gloomful\",\n        \"gloominess\",\n        \"gloomings\",\n        \"gloomth\",\n        \"kritarchy\",\n        \"parsonship\"\n    ],\n    \"agba ọchịchịrị\": [\n        \"darkener\",\n        \"darkeners\",\n        \"darkening\",\n        \"darkhaired\",\n        \"darkhearted\",\n        \"darking\",\n        \"darkling\"\n    ],\n    \"ọchịchịrị gbara\": [\n        \"darkrooms\"\n    ],\n    \"ngbanwe\": [\n        \"darnation\",\n        \"defiguration\",\n        \"deflagration\",\n        \"divestitures\",\n        \"encoding\",\n        \"fluctuation\",\n        \"mutational\",\n        \"mutinousness\",\n        \"nonfluctuation\",\n        \"nontransitional\",\n        \"overvariation\",\n        \"periaxonal\",\n        \"preformation\",\n        \"refluctuation\",\n        \"reversification\",\n        \"reversionary\",\n        \"reversions\",\n        \"shiftingness\",\n        \"subjacency\",\n        \"tarnation\",\n        \"transfashion\",\n        \"transfiltration\"\n    ],\n    \"darn\": [\n        \"darned\"\n    ],\n    \"darta\": [\n        \"dartars\"\n    ],\n    \"dart\": [\n        \"dartboard\"\n    ],\n    \"dị ka dart\": [\n        \"dartlike\"\n    ],\n    \"Na-atụ egwu\": [\n        \"dartling\",\n        \"fungid\",\n        \"grizzling\",\n        \"hurdled\"\n    ],\n    \"Dartoid\": [\n        \"dartoid\"\n    ],\n    \"Ogwurugwu\": [\n        \"dartrous\"\n    ],\n    \"nwaobasi\": [\n        \"darwinical\",\n        \"quester\",\n        \"questeur\"\n    ],\n    \"dashboard\": [\n        \"dashboards\"\n    ],\n    \"nyagburu\": [\n        \"dashedly\",\n        \"strangle\",\n        \"strangled\",\n        \"strangles\",\n        \"strangulable\",\n        \"strangulate\"\n    ],\n    \"dasie\": [\n        \"dasheen\"\n    ],\n    \"dashi\": [\n        \"dashier\",\n        \"dashiest\"\n    ],\n    \"ịkụtu\": [\n        \"dashing\"\n    ],\n    \"zọ\": [\n        \"dashingly\",\n        \"dodger\",\n        \"hinney\",\n        \"sloking\",\n        \"vedism\"\n    ],\n    \"dashpot\": [\n        \"dashpots\"\n    ],\n    \"nchekwa data\": [\n        \"database\"\n    ],\n    \"ọdụ data\": [\n        \"databases\"\n    ],\n    \"data data\": [\n        \"datafile\"\n    ],\n    \"ndaba data\": [\n        \"dataflow\"\n    ],\n    \"datarị\": [\n        \"dataries\"\n    ],\n    \"aha njirimara\": [\n        \"datasetname\",\n        \"forenames\",\n        \"outfame\"\n    ],\n    \"akwụkwọ ụbọchị\": [\n        \"datebook\"\n    ],\n    \"enweghi oge\": [\n        \"datelessness\",\n        \"timelessness\",\n        \"untimelier\"\n    ],\n    \"usoro ihe omume\": [\n        \"dateline\",\n        \"datelined\",\n        \"scheduling\",\n        \"syllabogram\"\n    ],\n    \"mkpakọrịta nwoke na nwaanyị\": [\n        \"dating\",\n        \"romancy\"\n    ],\n    \"dative\": [\n        \"datively\"\n    ],\n    \"datsun\": [\n        \"datsuns\",\n        \"datsw\"\n    ],\n    \"dato\": [\n        \"datto\"\n    ],\n    \"datum\": [\n        \"datums\"\n    ],\n    \"nwa nwanyị\": [\n        \"daughterly\",\n        \"policewoman\"\n    ],\n    \"dị ka nwa nwanyị\": [\n        \"daughterlike\"\n    ],\n    \"Dault\": [\n        \"dault\"\n    ],\n    \"dauner\": [\n        \"daunder\",\n        \"daunii\"\n    ],\n    \"saunders\": [\n        \"daunders\"\n    ],\n    \"daings\": [\n        \"daunters\"\n    ],\n    \"untingjọ\": [\n        \"dauntingness\"\n    ],\n    \"enweghị obi ike\": [\n        \"dauntless\",\n        \"dauntlessness\",\n        \"misconfident\",\n        \"nonascertaining\",\n        \"unboldness\",\n        \"undisheartened\",\n        \"ungivingness\",\n        \"unimboldened\",\n        \"unreassuring\"\n    ],\n    \"ọdụdụ\": [\n        \"davenports\",\n        \"fatty\",\n        \"tailband\",\n        \"tailgunner\",\n        \"tailpipes\",\n        \"tailspin\",\n        \"tailspins\"\n    ],\n    \"David\": [\n        \"david\"\n    ],\n    \"Ogbodo David\": [\n        \"davidist\"\n    ],\n    \"Daviesia\": [\n        \"daviesia\"\n    ],\n    \"dawk\": [\n        \"dawkin\",\n        \"dawks\"\n    ],\n    \"chi bọrọ\": [\n        \"dawned\"\n    ],\n    \"dị ka chi ọbụbọ\": [\n        \"dawnlike\"\n    ],\n    \"Dawsonia\": [\n        \"dawsonia\"\n    ],\n    \"uwu\": [\n        \"dawt\"\n    ],\n    \"daa dawties\": [\n        \"dawties\"\n    ],\n    \"dazzle\": [\n        \"dazzlement\"\n    ],\n    \"aha dcb\": [\n        \"dcbname\"\n    ],\n    \"deaccession\": [\n        \"deaccessioning\"\n    ],\n    \"agbanyụọla\": [\n        \"deacidified\"\n    ],\n    \"dikọn\": [\n        \"deacon\",\n        \"deacons\"\n    ],\n    \"Diacon\": [\n        \"deaconess\"\n    ],\n    \"deacon\": [\n        \"deaconing\"\n    ],\n    \"kwụsị ọrụ\": [\n        \"deactivate\"\n    ],\n    \"agbanyụrụ\": [\n        \"deactivated\",\n        \"deactivates\",\n        \"depermed\",\n        \"retroplexed\"\n    ],\n    \"deactivation\": [\n        \"deactivations\",\n        \"deactivator\"\n    ],\n    \"nwụrụ anwụ\": [\n        \"dead\",\n        \"deadrise\",\n        \"decease\",\n        \"deceased\",\n        \"deceases\",\n        \"expirers\",\n        \"postmortal\"\n    ],\n    \"nwụrụ\": [\n        \"deadbeat\",\n        \"deader\",\n        \"deady\",\n        \"deads\",\n        \"diddered\",\n        \"died\",\n        \"martingal\",\n        \"morticed\",\n        \"mutualize\",\n        \"mutualized\",\n        \"succumber\"\n    ],\n    \"ebe oku\": [\n        \"deadcenter\"\n    ],\n    \"na-anwụ\": [\n        \"deadens\",\n        \"dieses\",\n        \"languish\"\n    ],\n    \"ịnwụ anwụ\": [\n        \"deadfalls\",\n        \"deading\",\n        \"deadliness\",\n        \"deadpanning\",\n        \"deathbed\",\n        \"dyingness\",\n        \"gingering\",\n        \"gingival\",\n        \"mortalities\",\n        \"mortaring\"\n    ],\n    \"obi nwuru\": [\n        \"deadhearted\"\n    ],\n    \"jiri obi obi\": [\n        \"deadheartedly\"\n    ],\n    \"ulo anumanu\": [\n        \"deadhouse\"\n    ],\n    \"kasị gbuo mmadụ\": [\n        \"deadliest\"\n    ],\n    \"ochichie\": [\n        \"deadlock\"\n    ],\n    \"emechibidoro\": [\n        \"deadlocked\",\n        \"overdecorated\",\n        \"overillustrated\",\n        \"overnoveled\",\n        \"shuttered\"\n    ],\n    \"onye nwuru anwu\": [\n        \"deadman\",\n        \"deathsman\"\n    ],\n    \"anwụ\": [\n        \"deadpanned\",\n        \"diedral\",\n        \"dionise\",\n        \"duratives\",\n        \"mordu\",\n        \"morish\",\n        \"mutuary\",\n        \"sundae\",\n        \"sundaes\",\n        \"sundek\",\n        \"sundial\",\n        \"sunil\",\n        \"sunket\",\n        \"sunned\",\n        \"suns\",\n        \"sunup\",\n        \"sunway\"\n    ],\n    \"asụsụ nwụrụ anwụ\": [\n        \"deadtongue\"\n    ],\n    \"beadwork\": [\n        \"deadwork\"\n    ],\n    \"erere\": [\n        \"deaerated\",\n        \"deair\",\n        \"outsold\",\n        \"saleably\",\n        \"salele\",\n        \"salesite\",\n        \"sellable\",\n        \"sellably\",\n        \"soldans\"\n    ],\n    \"na-ere\": [\n        \"deaerates\",\n        \"deaving\",\n        \"reselling\",\n        \"resiling\",\n        \"vended\",\n        \"vendor\"\n    ],\n    \"onye na-ere ahịa\": [\n        \"deaerator\",\n        \"dealer\",\n        \"expeller\",\n        \"handseller\",\n        \"interdealer\",\n        \"jewelsmith\",\n        \"wholesaler\"\n    ],\n    \"ntị chiri\": [\n        \"deaf\",\n        \"deafen\",\n        \"deafening\",\n        \"deafeningly\",\n        \"deafens\",\n        \"deafest\",\n        \"deafish\",\n        \"deafly\",\n        \"deafmuteness\",\n        \"deafness\",\n        \"deafnesses\"\n    ],\n    \"chiri ntị\": [\n        \"deafened\"\n    ],\n    \"ogbi\": [\n        \"deafer\",\n        \"dumb\",\n        \"dumbed\",\n        \"dumbfound\",\n        \"dumbhead\",\n        \"dumbing\",\n        \"dumbness\",\n        \"dumbnesses\",\n        \"gall\",\n        \"mutage\",\n        \"mute\",\n        \"muted\",\n        \"mutedness\",\n        \"muteness\",\n        \"mutenesses\",\n        \"mutes\",\n        \"mutest\",\n        \"muticous\",\n        \"mutinies\",\n        \"mutular\"\n    ],\n    \"ntichi\": [\n        \"deafforest\"\n    ],\n    \"ntichipu\": [\n        \"deafforestation\"\n    ],\n    \"deai\": [\n        \"deaired\"\n    ],\n    \"dears\": [\n        \"deairs\"\n    ],\n    \"a na-ebugharị\": [\n        \"dealable\"\n    ],\n    \"deala\": [\n        \"dealated\"\n    ],\n    \"na-emee ka ọ dị\": [\n        \"dealbuminize\"\n    ],\n    \"onye na-acoụ mmanya na-egbu egbu\": [\n        \"dealcoholist\"\n    ],\n    \"mbom\": [\n        \"dealcoholize\",\n        \"jamtland\"\n    ],\n    \"Ebe ahia\": [\n        \"dealerships\"\n    ],\n    \"na-emekọ\": [\n        \"dealing\",\n        \"interknitting\",\n        \"intermingles\",\n        \"interwinding\",\n        \"redealing\"\n    ],\n    \"mesoo\": [\n        \"dealt\",\n        \"mussel\",\n        \"treated\"\n    ],\n    \"diin\": [\n        \"dean\"\n    ],\n    \"Dian\": [\n        \"deaner\",\n        \"deaness\"\n    ],\n    \"Dianery\": [\n        \"deanery\"\n    ],\n    \"anthropomorphization\": [\n        \"deanthropomorphization\"\n    ],\n    \"Dianthropomorphize\": [\n        \"deanthropomorphize\"\n    ],\n    \"Mgbuchi\": [\n        \"deaquation\"\n    ],\n    \"nwa mmuo\": [\n        \"dearborn\"\n    ],\n    \"m hụrụ n'anya\": [\n        \"dearest\"\n    ],\n    \"ọ hụrụ n'anya\": [\n        \"dearling\",\n        \"lovelier\"\n    ],\n    \"ima\": [\n        \"dearness\",\n        \"entackle\",\n        \"fondle\",\n        \"instar\",\n        \"loveably\",\n        \"loveliness\",\n        \"loverdom\",\n        \"loverly\",\n        \"lovesome\",\n        \"lustrate\",\n        \"warmness\",\n        \"warmth\"\n    ],\n    \"ezigbo uru\": [\n        \"dearworthiness\"\n    ],\n    \"daa ego\": [\n        \"deash\"\n    ],\n    \"etisa\": [\n        \"deashed\",\n        \"dissolvative\",\n        \"foiled\",\n        \"spaked\",\n        \"spanged\",\n        \"spangled\",\n        \"spanked\",\n        \"spankled\",\n        \"sprung\"\n    ],\n    \"emebis\": [\n        \"deashes\"\n    ],\n    \"ọnwụ ọnwụ\": [\n        \"deathbeds\",\n        \"deathcups\",\n        \"deathrate\",\n        \"deathweed\"\n    ],\n    \"ụbọchị ọnwụ\": [\n        \"deathday\"\n    ],\n    \"na-anwụ anwụ\": [\n        \"deathful\",\n        \"deathly\",\n        \"diesinking\",\n        \"diester\",\n        \"dyingly\",\n        \"immortalizes\",\n        \"inextinguished\",\n        \"mortal\",\n        \"mortalist\",\n        \"mortalizing\",\n        \"mortals\",\n        \"mortifyingly\",\n        \"mortising\",\n        \"mortling\",\n        \"undying\"\n    ],\n    \"ọnwụ na\": [\n        \"deathin\"\n    ],\n    \"enweghị ọnwụ\": [\n        \"deathless\",\n        \"deathlessly\",\n        \"deathlessness\",\n        \"deathliness\"\n    ],\n    \"dị ka ọnwụ\": [\n        \"deathlike\"\n    ],\n    \"oyiyi ọnwụ\": [\n        \"deathlikeness\"\n    ],\n    \"ọnụ ọgụgụ ọnwụ\": [\n        \"deathrates\"\n    ],\n    \"oge ọnwụ\": [\n        \"deathtime\"\n    ],\n    \"ọnwu ọnwụ\": [\n        \"deathtraps\"\n    ],\n    \"elekere anya\": [\n        \"deathwatch\"\n    ],\n    \"nche ọnwụ\": [\n        \"deathwatches\"\n    ],\n    \"ọnwụnụ\": [\n        \"deathworm\"\n    ],\n    \"erekwa\": [\n        \"deaurate\",\n        \"merchandisable\"\n    ],\n    \"mbempe\": [\n        \"debacchate\"\n    ],\n    \"ivu\": [\n        \"debacles\"\n    ],\n    \"ịpụ apụ\": [\n        \"debag\",\n        \"expurge\",\n        \"exurge\",\n        \"outadding\",\n        \"outawing\",\n        \"outbaking\",\n        \"outbegging\",\n        \"outcavilling\",\n        \"outcull\",\n        \"outgain\",\n        \"outgains\",\n        \"outgassing\",\n        \"outgnawing\",\n        \"outknee\",\n        \"outmeasuring\",\n        \"outpiping\",\n        \"outstrutting\",\n        \"outtalking\",\n        \"outtopping\"\n    ],\n    \"ndapụta\": [\n        \"debarkation\",\n        \"deconsecration\",\n        \"defalcations\",\n        \"dugout\",\n        \"dumpfile\",\n        \"foreimpression\",\n        \"foreshadow\",\n        \"foreshadows\",\n        \"outbarks\",\n        \"outblush\",\n        \"outcomes\",\n        \"outdances\",\n        \"outfalls\",\n        \"outpaces\",\n        \"outpities\",\n        \"outpoints\",\n        \"outproduces\",\n        \"outrider\",\n        \"outriders\",\n        \"outrides\",\n        \"outrolls\",\n        \"outsits\",\n        \"presuppositions\",\n        \"scenario\",\n        \"scenarios\",\n        \"scenarization\",\n        \"spinoff\"\n    ],\n    \"mbukpu\": [\n        \"debarkment\"\n    ],\n    \"ndahie\": [\n        \"debarrance\",\n        \"declination\",\n        \"defeit\",\n        \"dowiness\",\n        \"missenses\"\n    ],\n    \"debar\": [\n        \"debarred\"\n    ],\n    \"deba\": [\n        \"debars\",\n        \"enumerate\"\n    ],\n    \"enweghị aha\": [\n        \"debasedness\",\n        \"eponymous\",\n        \"famelessness\",\n        \"impartivity\",\n        \"inelegancy\",\n        \"inelegancies\",\n        \"ineloquently\",\n        \"inequation\",\n        \"inequilibrium\",\n        \"inequipotentiality\",\n        \"inequity\",\n        \"inequivalent\",\n        \"infelicitous\",\n        \"nameless\",\n        \"namelessless\",\n        \"namelessness\",\n        \"nonair\",\n        \"nonapparitional\",\n        \"nonarraignment\",\n        \"noncellulous\",\n        \"noncreation\",\n        \"noncredulous\",\n        \"nonelite\",\n        \"nonequal\",\n        \"nonequalization\",\n        \"nonequalized\",\n        \"nonfallacious\",\n        \"nonfallaciousness\",\n        \"nonignominiousness\",\n        \"nonlitigated\",\n        \"nonpersonification\",\n        \"nonrealization\",\n        \"nonrecluse\",\n        \"nonresignation\",\n        \"nonsymmetry\",\n        \"nonunification\",\n        \"reputationless\",\n        \"titleless\",\n        \"unamusingness\",\n        \"uncamerated\",\n        \"uncanonization\",\n        \"uneloquently\",\n        \"unentitled\",\n        \"unentitledness\",\n        \"unfoamed\",\n        \"unicamerally\",\n        \"unicamerate\",\n        \"unlabelled\",\n        \"unlabialising\",\n        \"unlocalized\",\n        \"unnamability\",\n        \"unname\",\n        \"unnameability\",\n        \"unnameable\",\n        \"unnameableness\",\n        \"unnameably\",\n        \"unniceness\",\n        \"unorganicalness\",\n        \"unoriginality\",\n        \"unoriginalness\",\n        \"unoriginatedness\",\n        \"unoriginateness\",\n        \"unoriginativeness\",\n        \"unornateness\",\n        \"unproportion\",\n        \"unrealising\",\n        \"unsame\",\n        \"unsignifying\",\n        \"unsoporific\",\n        \"untamedness\"\n    ],\n    \"onye nkpagbu\": [\n        \"debaser\",\n        \"exorciser\"\n    ],\n    \"ndi debas\": [\n        \"debasers\"\n    ],\n    \"arụrịta ụka\": [\n        \"debatable\",\n        \"debatably\",\n        \"debateable\",\n        \"debated\"\n    ],\n    \"arụmụka zuru\": [\n        \"debateful\"\n    ],\n    \"arụrịta ụka n'ụzọ zuru ezu\": [\n        \"debatefully\"\n    ],\n    \"onye na-arụ ụka\": [\n        \"debater\",\n        \"debatter\"\n    ],\n    \"ndị na-arụ ụka\": [\n        \"debaters\",\n        \"disputants\",\n        \"sceptics\",\n        \"skeptics\"\n    ],\n    \"Ikwa iko\": [\n        \"debauchedness\"\n    ],\n    \"depel\": [\n        \"debel\"\n    ],\n    \"nkpatu\": [\n        \"debellation\"\n    ],\n    \"onye ji ụgwọ\": [\n        \"debentureholder\",\n        \"debtors\",\n        \"debunker\",\n        \"obliger\"\n    ],\n    \"yesgwọ\": [\n        \"debyes\"\n    ],\n    \"gbusi\": [\n        \"debilitate\"\n    ],\n    \"emebi emebi\": [\n        \"debilitative\",\n        \"demisavage\",\n        \"fragile\",\n        \"fragileness\",\n        \"incorruptibilities\",\n        \"pervertible\",\n        \"uncrushable\",\n        \"underminable\",\n        \"undestructibleness\"\n    ],\n    \"itegwọ\": [\n        \"debiteuse\"\n    ],\n    \"onye ji ugwo\": [\n        \"debitor\"\n    ],\n    \"wepụtinye\": [\n        \"debituminize\"\n    ],\n    \"onyekpe\": [\n        \"debonaire\",\n        \"praepositor\",\n        \"rabbler\",\n        \"verderer\"\n    ],\n    \"debon\": [\n        \"deboner\",\n        \"deboning\"\n    ],\n    \"ndị ji ụgwọ\": [\n        \"deboners\",\n        \"debunkers\",\n        \"obligers\",\n        \"obligors\",\n        \"usurers\"\n    ],\n    \"Deborah\": [\n        \"deborah\"\n    ],\n    \"Deboshment\": [\n        \"deboshment\"\n    ],\n    \"Ozobo\": [\n        \"debouched\"\n    ],\n    \"Debouchure\": [\n        \"debouchure\"\n    ],\n    \"Iriọ\": [\n        \"debowel\"\n    ],\n    \"Emebiri\": [\n        \"debrided\",\n        \"decamped\",\n        \"deflagrated\",\n        \"defleaed\",\n        \"delabialized\",\n        \"derailed\",\n        \"deregulated\",\n        \"dezincked\",\n        \"drailed\",\n        \"thimbled\",\n        \"twirled\",\n        \"vallated\"\n    ],\n    \"mkwagbu\": [\n        \"debruise\"\n    ],\n    \"emebiwo\": [\n        \"debruised\",\n        \"decarburised\",\n        \"depastured\",\n        \"endamaged\",\n        \"enddamaged\",\n        \"spoilated\",\n        \"spoiled\",\n        \"spoilt\"\n    ],\n    \"mkwarita\": [\n        \"debruises\"\n    ],\n    \"onye nzuko\": [\n        \"debtee\",\n        \"meetinger\"\n    ],\n    \"ụgwọ ụgwọ\": [\n        \"debtorship\"\n    ],\n    \"uggha\": [\n        \"debugger\",\n        \"gauging\"\n    ],\n    \"ungba ụgwọ\": [\n        \"debunking\"\n    ],\n    \"nke izizi\": [\n        \"debutant\",\n        \"enventual\",\n        \"exitial\",\n        \"germanies\",\n        \"precreative\",\n        \"precultural\",\n        \"precursive\",\n        \"primarian\",\n        \"primatic\",\n        \"primitial\"\n    ],\n    \"Dec.\": [\n        \"dec\"\n    ],\n    \"deachord\": [\n        \"decachord\"\n    ],\n    \"N'ihe iri\": [\n        \"decadally\"\n    ],\n    \"afọ iri\": [\n        \"decade\",\n        \"decate\",\n        \"decenary\",\n        \"disenthronement\",\n        \"gastrasthenia\",\n        \"gastroscopies\",\n        \"gastrosophy\",\n        \"gradgrindism\",\n        \"indigested\",\n        \"lateen\",\n        \"pubescence\",\n        \"quingentenary\",\n        \"stomachfulness\",\n        \"subsplenial\",\n        \"tenontothecitis\"\n    ],\n    \"ọtụtụ iri afọ\": [\n        \"decades\",\n        \"decadescent\"\n    ],\n    \"a ghara ịcaụ ya\": [\n        \"decaffeinated\"\n    ],\n    \"decagon\": [\n        \"decagons\"\n    ],\n    \"decavable\": [\n        \"decayable\"\n    ],\n    \"rere ure\": [\n        \"decayed\",\n        \"rotted\",\n        \"rotten\",\n        \"rottener\",\n        \"rottenest\",\n        \"rottenish\"\n    ],\n    \"idi ire\": [\n        \"decayedness\"\n    ],\n    \"adịghị emebi emebi\": [\n        \"decayless\",\n        \"ruffleless\",\n        \"ungarrulous\",\n        \"unruinous\"\n    ],\n    \"na-akọwaputa\": [\n        \"decalcifies\",\n        \"establishes\",\n        \"outlining\"\n    ],\n    \"dealcomaniac\": [\n        \"decalcomaniac\"\n    ],\n    \"decalita\": [\n        \"decaliter\"\n    ],\n    \"dealitre\": [\n        \"decalitre\"\n    ],\n    \"decalogue\": [\n        \"decalog\"\n    ],\n    \"decalcomania\": [\n        \"decalomania\"\n    ],\n    \"decameron\": [\n        \"decameronic\"\n    ],\n    \"decameta\": [\n        \"decameter\"\n    ],\n    \"decamita\": [\n        \"decameters\"\n    ],\n    \"Na-achọgharị\": [\n        \"decamping\",\n        \"hovelling\",\n        \"restirring\",\n        \"squadding\",\n        \"squillageeing\",\n        \"squireling\"\n    ],\n    \"n'ezigbo\": [\n        \"decandently\",\n        \"evangely\",\n        \"farreachingly\",\n        \"felinely\",\n        \"groomishly\",\n        \"hushingly\",\n        \"maturely\",\n        \"postically\",\n        \"protensively\",\n        \"protestantishly\",\n        \"spottily\",\n        \"surrealistically\",\n        \"surreptitiously\",\n        \"turgidly\"\n    ],\n    \"nkarika\": [\n        \"decapitable\"\n    ],\n    \"na-egbu osisi\": [\n        \"decapitating\",\n        \"squeegeeing\",\n        \"squeegeing\"\n    ],\n    \"decarboniz\": [\n        \"decarbonize\"\n    ],\n    \"decarchi\": [\n        \"decarchies\"\n    ],\n    \"emebiri emebi\": [\n        \"decasualised\",\n        \"decasualized\",\n        \"inwreathed\"\n    ],\n    \"decathlon\": [\n        \"decathlons\",\n        \"decatyl\"\n    ],\n    \"decatur\": [\n        \"decator\"\n    ],\n    \"iduhie\": [\n        \"deceasing\",\n        \"deducing\",\n        \"misadvise\",\n        \"misconfer\",\n        \"misdeliver\",\n        \"misdetermine\",\n        \"misdispose\",\n        \"misenter\",\n        \"misentered\",\n        \"miser\",\n        \"misere\",\n        \"miserere\",\n        \"misguaged\",\n        \"misguide\",\n        \"misguided\",\n        \"misguider\",\n        \"misguiders\",\n        \"mishearing\",\n        \"mislabeling\",\n        \"mislabelling\",\n        \"mislead\",\n        \"mislear\",\n        \"mislearn\",\n        \"mislearning\",\n        \"mislearnt\",\n        \"missound\",\n        \"missounding\",\n        \"missuade\",\n        \"poked\",\n        \"seduceability\",\n        \"seducee\",\n        \"seducement\",\n        \"seducive\",\n        \"succumbency\"\n    ],\n    \"ọ dị mkpa\": [\n        \"decedent\",\n        \"expediential\",\n        \"needlebill\",\n        \"needlebush\"\n    ],\n    \"ndị achọrọ\": [\n        \"decedents\"\n    ],\n    \"aghugho\": [\n        \"deceitful\",\n        \"misguessed\",\n        \"misregulated\"\n    ],\n    \"duhie\": [\n        \"deceive\",\n        \"decelerate\",\n        \"misaccused\",\n        \"misadvised\",\n        \"misdrove\",\n        \"misgraffed\",\n        \"miskindle\",\n        \"mislodge\",\n        \"mismove\",\n        \"misplead\",\n        \"misrate\",\n        \"misrehearse\",\n        \"missteered\"\n    ],\n    \"duhiere\": [\n        \"deceived\",\n        \"misderived\",\n        \"misleared\",\n        \"misled\",\n        \"misleered\",\n        \"mislighted\",\n        \"mislodged\",\n        \"misreckoned\",\n        \"misrecollected\",\n        \"misrelied\"\n    ],\n    \"onye nduhie\": [\n        \"deceiver\",\n        \"decelerator\",\n        \"impostor\",\n        \"impostress\",\n        \"miscipher\",\n        \"misconceiver\",\n        \"misdealer\",\n        \"misotheist\",\n        \"misruler\",\n        \"missayer\",\n        \"missteer\",\n        \"misuser\",\n        \"stacher\",\n        \"treacher\"\n    ],\n    \"na-aghọgbu\": [\n        \"deceiving\",\n        \"decelerates\",\n        \"swindled\"\n    ],\n    \"na-eduhie\": [\n        \"decelerating\",\n        \"deceptious\",\n        \"deceptive\",\n        \"misdesire\",\n        \"misereres\",\n        \"misgoverned\",\n        \"misleads\",\n        \"mislearns\",\n        \"mispleading\",\n        \"seducingly\"\n    ],\n    \"ndị nduhie\": [\n        \"decelerators\",\n        \"imposters\",\n        \"impostors\"\n    ],\n    \"ọnwa disemba\": [\n        \"december\"\n    ],\n    \"dọba\": [\n        \"decemberish\",\n        \"drewite\",\n        \"haul\",\n        \"parkward\"\n    ],\n    \"Ogbala\": [\n        \"decembrist\",\n        \"lushburg\"\n    ],\n    \"manzulihe\": [\n        \"decemfoliolate\"\n    ],\n    \"nkpọtu\": [\n        \"decempedate\",\n        \"deplorabilia\"\n    ],\n    \"mkpebi\": [\n        \"decence\",\n        \"decession\",\n        \"decidedly\",\n        \"decidedness\",\n        \"decidement\",\n        \"deciduity\",\n        \"decision\",\n        \"decisional\",\n        \"decisions\",\n        \"decisively\",\n        \"decisiveness\",\n        \"declivities\",\n        \"decollation\",\n        \"decondition\",\n        \"decury\",\n        \"decurion\",\n        \"decurions\",\n        \"decursive\",\n        \"decursively\",\n        \"desition\",\n        \"determinability\",\n        \"determinableness\",\n        \"determinations\",\n        \"determinative\",\n        \"determinativeness\",\n        \"determinism\",\n        \"lividity\",\n        \"presolution\",\n        \"resolder\",\n        \"resolicitation\",\n        \"resolidification\",\n        \"resolubility\",\n        \"resolubleness\",\n        \"resoluteness\",\n        \"resolutest\",\n        \"resolution\",\n        \"resolutioner\",\n        \"resolutions\",\n        \"resolutive\",\n        \"resolutory\",\n        \"resolvability\",\n        \"resolvableness\",\n        \"resolvancy\",\n        \"resolvedness\",\n        \"resolvend\",\n        \"resolvent\",\n        \"resolver\",\n        \"resolvers\",\n        \"solitudes\",\n        \"solvement\",\n        \"tenerity\",\n        \"tenuity\",\n        \"undecide\",\n        \"verdict\",\n        \"volition\"\n    ],\n    \"nrubeisi\": [\n        \"decency\",\n        \"obedience\",\n        \"oubliance\",\n        \"subability\",\n        \"submiss\",\n        \"submission\",\n        \"submissit\",\n        \"submissively\",\n        \"submissness\"\n    ],\n    \"onye kara aka\": [\n        \"decenter\"\n    ],\n    \"Ndị na-eme udo\": [\n        \"decenters\"\n    ],\n    \"onye di iche\": [\n        \"decentralist\",\n        \"estranger\"\n    ],\n    \"onye na-eme ka onye na-eme ihe ike\": [\n        \"decentralizationist\"\n    ],\n    \"na-ekwe omume\": [\n        \"deceptitious\",\n        \"leisurable\"\n    ],\n    \"n'aghogbu\": [\n        \"deceptively\"\n    ],\n    \"ghọgbuo\": [\n        \"decerebrate\",\n        \"decerebrated\",\n        \"decerebrating\",\n        \"decerebrize\",\n        \"excerebrate\"\n    ],\n    \"nghọgbu\": [\n        \"decerebration\",\n        \"misconceit\",\n        \"misconjecture\",\n        \"misconvey\",\n        \"snobbery\"\n    ],\n    \"nwepụ\": [\n        \"decern\",\n        \"demisovereign\",\n        \"demivierge\",\n        \"demivirgin\",\n        \"demivolte\",\n        \"demophobe\",\n        \"evap\",\n        \"eviscerations\",\n        \"triphysite\"\n    ],\n    \"mee ka o doo anya\": [\n        \"decertify\",\n        \"imperialize\",\n        \"prettied\",\n        \"prettify\",\n        \"prettifier\"\n    ],\n    \"decertification\": [\n        \"decertificaton\"\n    ],\n    \"na-eme ka ọ dị ọcha\": [\n        \"decertifying\",\n        \"ovulating\",\n        \"spheroidize\"\n    ],\n    \"ekpebie\": [\n        \"deciares\",\n        \"undecisive\"\n    ],\n    \"decibel\": [\n        \"decibels\"\n    ],\n    \"kpebiri\": [\n        \"decided\",\n        \"decides\",\n        \"pinnules\",\n        \"resolved\",\n        \"resolvedly\"\n    ],\n    \"ndị decid\": [\n        \"deciders\"\n    ],\n    \"na-ekpebi\": [\n        \"deciding\",\n        \"determines\",\n        \"rejudging\",\n        \"resolutes\"\n    ],\n    \"nkọlọ\": [\n        \"deciduous\",\n        \"sharkship\",\n        \"sharped\",\n        \"sharpshoot\",\n        \"sharpshooters\",\n        \"thixolabile\"\n    ],\n    \"decilita\": [\n        \"deciliter\"\n    ],\n    \"Ijeri\": [\n        \"decillionth\",\n        \"plenums\",\n        \"tans\"\n    ],\n    \"decimal\": [\n        \"decimalised\"\n    ],\n    \"decimita\": [\n        \"decimeter\",\n        \"decimeters\"\n    ],\n    \"ghọta\": [\n        \"decipher\",\n        \"decivilize\",\n        \"deerstand\",\n        \"deprehend\",\n        \"perceive\",\n        \"perceval\",\n        \"prehend\",\n        \"realise\",\n        \"realize\",\n        \"reprehend\"\n    ],\n    \"decipheble\": [\n        \"decipherable\"\n    ],\n    \"onye amụma\": [\n        \"decipolar\",\n        \"forecaster\",\n        \"forecastleman\",\n        \"forescent\",\n        \"foresummer\",\n        \"foretaster\",\n        \"predicant\",\n        \"proexecutive\",\n        \"prophecymonger\",\n        \"prophesier\",\n        \"prophetical\",\n        \"prothetical\"\n    ],\n    \"mkpebi mee\": [\n        \"decisionmake\"\n    ],\n    \"agbasiri\": [\n        \"decked\"\n    ],\n    \"Onye nwe oche\": [\n        \"deckman\"\n    ],\n    \"Ntị\": [\n        \"decl\"\n    ],\n    \"ndị na-akọwapụta onwe ha\": [\n        \"declarators\"\n    ],\n    \"kwuwapụta\": [\n        \"declare\"\n    ],\n    \"ndị mkpọsa\": [\n        \"declarers\"\n    ],\n    \"nbibi\": [\n        \"declassification\",\n        \"declassifications\",\n        \"degradational\",\n        \"delatinization\",\n        \"delignification\",\n        \"demifusion\",\n        \"densification\",\n        \"derealization\",\n        \"destabilization\",\n        \"destructibility\",\n        \"destructible\",\n        \"dilapidation\",\n        \"dimission\",\n        \"evagation\",\n        \"exacerbation\",\n        \"exfiltration\",\n        \"immolation\",\n        \"severation\",\n        \"severization\"\n    ],\n    \"lenlọ\": [\n        \"declension\"\n    ],\n    \"nnenna\": [\n        \"declensional\",\n        \"elytriform\",\n        \"elytron\",\n        \"entosterna\",\n        \"entosternite\",\n        \"entrelac\",\n        \"glitnir\",\n        \"glossopetra\",\n        \"quixotic\",\n        \"salpingocele\",\n        \"saltarella\",\n        \"saltarelli\",\n        \"saltarello\",\n        \"saltarellos\",\n        \"salteretto\"\n    ],\n    \"naadịghị\": [\n        \"declensionally\"\n    ],\n    \"ojuju\": [\n        \"decline\",\n        \"disjection\",\n        \"rejectage\",\n        \"rejection\",\n        \"rejectment\",\n        \"satient\",\n        \"suffiction\",\n        \"sufflation\"\n    ],\n    \"ọjụjụ\": [\n        \"declinedness\",\n        \"dejection\",\n        \"refusal\",\n        \"repudiationist\"\n    ],\n    \"ndị declin\": [\n        \"decliners\"\n    ],\n    \"nky\": [\n        \"declivent\",\n        \"hewgh\",\n        \"snipperado\"\n    ],\n    \"achọ mma\": [\n        \"decoctive\"\n    ],\n    \"itapia\": [\n        \"decode\"\n    ],\n    \"nyopụta\": [\n        \"decoding\"\n    ],\n    \"ịchọ ọchịchị\": [\n        \"decolonisation\",\n        \"decolonization\"\n    ],\n    \"amaola\": [\n        \"decolorised\"\n    ],\n    \"kpopụrụ\": [\n        \"decommissioned\",\n        \"emitted\",\n        \"evaginated\",\n        \"exulcerated\"\n    ],\n    \"rekasasia\": [\n        \"decompile\"\n    ],\n    \"decomporter\": [\n        \"decomponent\"\n    ],\n    \"rebiri\": [\n        \"decomposed\"\n    ],\n    \"nkwari\": [\n        \"decomposer\"\n    ],\n    \"na-ere ure\": [\n        \"decomposing\",\n        \"rottenly\"\n    ],\n    \"decomposition\": [\n        \"decompositional\"\n    ],\n    \"nkụda mmụọ\": [\n        \"decompressive\",\n        \"demoralisation\",\n        \"demoralised\",\n        \"demoralized\",\n        \"demoralizer\",\n        \"demoralizers\",\n        \"demoralizingly\",\n        \"deploredness\",\n        \"depressant\",\n        \"depressibility\",\n        \"depressibilities\",\n        \"depressing\",\n        \"depressingly\",\n        \"depressions\",\n        \"depressive\",\n        \"depressively\",\n        \"depressiveness\",\n        \"depressives\",\n        \"depressomotor\",\n        \"depressor\",\n        \"desmoid\",\n        \"desmoids\",\n        \"desmopathy\",\n        \"despairer\",\n        \"desperacy\",\n        \"desponded\",\n        \"despondence\",\n        \"despondency\",\n        \"despondencies\",\n        \"despondent\",\n        \"despondently\",\n        \"despondentness\",\n        \"desponds\",\n        \"disappreciation\",\n        \"discouple\",\n        \"discouragement\",\n        \"discouragements\",\n        \"discourager\",\n        \"discouragingness\",\n        \"disheart\",\n        \"dishearten\",\n        \"disheartened\",\n        \"disheartener\",\n        \"disheartenment\",\n        \"disheartens\",\n        \"disillusioniser\",\n        \"disjoints\",\n        \"dissettlement\",\n        \"doghearted\",\n        \"downcastness\",\n        \"downheartedness\",\n        \"fainthearted\",\n        \"fractiousness\",\n        \"frust\",\n        \"frustrable\",\n        \"frustrated\",\n        \"frustrately\",\n        \"frustrater\",\n        \"frustration\",\n        \"frustrations\",\n        \"frustratory\",\n        \"frustula\",\n        \"frustule\",\n        \"frustulent\",\n        \"frustules\",\n        \"frustum\",\n        \"frustums\",\n        \"housebrokenness\",\n        \"malappointment\",\n        \"unfractiousness\"\n    ],\n    \"deconcent\": [\n        \"deconcentrated\",\n        \"deconcentrating\"\n    ],\n    \"emetọ\": [\n        \"decontaminated\",\n        \"pollutes\"\n    ],\n    \"etubere ugo\": [\n        \"decorated\"\n    ],\n    \"ochicho mma\": [\n        \"decoration\",\n        \"devoration\"\n    ],\n    \"ji achọ\": [\n        \"decorative\",\n        \"decreative\",\n        \"decretive\",\n        \"devorative\"\n    ],\n    \"eji achọ mma\": [\n        \"decoratively\"\n    ],\n    \"ndị na-achọ mma\": [\n        \"decorators\"\n    ],\n    \"etisasịwo\": [\n        \"decrassified\",\n        \"disrupted\",\n        \"dissolved\",\n        \"mistilled\"\n    ],\n    \"ibelata\": [\n        \"decrease\",\n        \"lessen\",\n        \"marrowing\",\n        \"narrowing\",\n        \"narrowingness\",\n        \"reduct\",\n        \"redupl\",\n        \"reduplicating\",\n        \"reduviid\",\n        \"reduvius\",\n        \"slashingly\",\n        \"sloshes\",\n        \"twangs\"\n    ],\n    \"belatara\": [\n        \"decreased\",\n        \"diminished\",\n        \"dwindled\",\n        \"reduced\"\n    ],\n    \"belata obere\": [\n        \"decreaseless\"\n    ],\n    \"ịtụ iwu\": [\n        \"decreeing\"\n    ],\n    \"agbadaala\": [\n        \"decremented\",\n        \"disvalued\"\n    ],\n    \"na-agbadata\": [\n        \"decrementing\",\n        \"descaling\",\n        \"descendable\",\n        \"descending\",\n        \"descendingly\",\n        \"descrying\",\n        \"diminishingturns\",\n        \"disembarking\",\n        \"downcoming\",\n        \"downcrying\",\n        \"downgoing\",\n        \"downsitting\",\n        \"downtreading\",\n        \"dratting\",\n        \"fraternized\",\n        \"lessens\",\n        \"lesses\",\n        \"lowing\"\n    ],\n    \"Ikputu\": [\n        \"decrepit\"\n    ],\n    \"iwetu\": [\n        \"decrepitate\",\n        \"desecrate\"\n    ],\n    \"nbudata\": [\n        \"decrepitation\",\n        \"delectation\"\n    ],\n    \"ọwarapọ\": [\n        \"decrepitly\"\n    ],\n    \"pụrụ iche\": [\n        \"decrete\",\n        \"devisability\",\n        \"devourable\",\n        \"discrete\",\n        \"excludible\",\n        \"exinguinal\",\n        \"extraordinary\",\n        \"extraplacental\",\n        \"margent\",\n        \"peculiarly\",\n        \"phenetic\",\n        \"prizable\",\n        \"special\",\n        \"specialer\",\n        \"specialised\",\n        \"specialized\",\n        \"specializer\",\n        \"specializes\",\n        \"subordinary\",\n        \"uniperiodic\",\n        \"unique\"\n    ],\n    \"onyegbasi\": [\n        \"decretorian\",\n        \"outvictor\"\n    ],\n    \"ekpebi\": [\n        \"decried\",\n        \"determinantal\",\n        \"determinating\",\n        \"determinist\",\n        \"deterministic\",\n        \"resolicit\"\n    ],\n    \"ndị na-egbochi iwu\": [\n        \"decriers\"\n    ],\n    \"ekpe\": [\n        \"decries\",\n        \"forsteal\",\n        \"left\",\n        \"leftish\",\n        \"leftments\",\n        \"leftwardly\",\n        \"leftwing\",\n        \"rejudged\",\n        \"tuskers\",\n        \"tussors\"\n    ],\n    \"Inyi\": [\n        \"decrying\"\n    ],\n    \"mebie iwu\": [\n        \"decriminalize\",\n        \"illegalize\",\n        \"unbrutalize\"\n    ],\n    \"na-emebi iwu\": [\n        \"decriminalizes\",\n        \"decriminalizing\",\n        \"illguiding\",\n        \"misgoverning\",\n        \"perjurious\",\n        \"perversive\",\n        \"pervicacious\",\n        \"pervicaciously\",\n        \"transgressingly\",\n        \"transgressive\",\n        \"transgressively\",\n        \"violining\",\n        \"violinistically\",\n        \"violous\"\n    ],\n    \"amaa\": [\n        \"decrown\",\n        \"outvied\"\n    ],\n    \"onye ruru eru\": [\n        \"decumbent\"\n    ],\n    \"decuple\": [\n        \"decupled\"\n    ],\n    \"decupup\": [\n        \"decupling\"\n    ],\n    \"amapụtara\": [\n        \"decurved\"\n    ],\n    \"Ikwusiri\": [\n        \"decussated\"\n    ],\n    \"uszọpụta\": [\n        \"decussatively\"\n    ],\n    \"Dedal\": [\n        \"dedal\"\n    ],\n    \"Dedan\": [\n        \"dedan\"\n    ],\n    \"Dedans\": [\n        \"dedans\"\n    ],\n    \"Dedd\": [\n        \"dedd\"\n    ],\n    \"rara\": [\n        \"dedicant\",\n        \"dedicatee\",\n        \"dedicatory\"\n    ],\n    \"raara onwe ya nye\": [\n        \"dedicated\",\n        \"dedicatedly\",\n        \"dedicative\",\n        \"dedicator\",\n        \"dedicatorial\",\n        \"devoted\"\n    ],\n    \"na-arara\": [\n        \"dedicates\",\n        \"dedicating\"\n    ],\n    \"ịrara onwe gị nye\": [\n        \"dedicatorily\"\n    ],\n    \"ndị raara onwe ha nye\": [\n        \"dedicators\"\n    ],\n    \"eddị iche\": [\n        \"dedifferentiating\"\n    ],\n    \"eddị iche iche\": [\n        \"dedifferentiation\"\n    ],\n    \"Dedignation\": [\n        \"dedignation\"\n    ],\n    \"Dedimus\": [\n        \"dedimus\"\n    ],\n    \"Dedit\": [\n        \"dedit\"\n    ],\n    \"dibia dibia\": [\n        \"deditician\",\n        \"dietician\",\n        \"docetist\",\n        \"paediatrician\",\n        \"pediatrician\",\n        \"physicianess\",\n        \"theatrician\"\n    ],\n    \"lọ ọgwụ\": [\n        \"dediticiancy\"\n    ],\n    \"edgha\": [\n        \"dedition\"\n    ],\n    \"dedoedo\": [\n        \"dedolent\"\n    ],\n    \"Dedolomitize\": [\n        \"dedolomitize\"\n    ],\n    \"dedolomitị\": [\n        \"dedolomitized\"\n    ],\n    \"Onye ndu\": [\n        \"deducer\",\n        \"dudler\",\n        \"lifer\"\n    ],\n    \"nwepuchapu\": [\n        \"deductibility\"\n    ],\n    \"na-ewepu ego\": [\n        \"deducting\",\n        \"discountable\",\n        \"expropriates\"\n    ],\n    \"nkịtịed\": [\n        \"deedeed\"\n    ],\n    \"onye nwe ihe\": [\n        \"deedholder\",\n        \"freeholder\",\n        \"lessor\",\n        \"potholder\"\n    ],\n    \"e weere\": [\n        \"deemed\"\n    ],\n    \"Ihe nlere\": [\n        \"deemstership\",\n        \"ignitors\",\n        \"viewster\",\n        \"weighmaster\"\n    ],\n    \"miri emi\": [\n        \"deep\",\n        \"deepeners\",\n        \"deepfroze\",\n        \"deepfrozen\",\n        \"deepgoing\",\n        \"deeping\",\n        \"deeply\",\n        \"deepmouthed\",\n        \"deeps\",\n        \"deepsome\"\n    ],\n    \"mikwuo emie\": [\n        \"deepen\",\n        \"deepens\",\n        \"deepish\"\n    ],\n    \"di omimi\": [\n        \"deepened\",\n        \"mysteriously\"\n    ],\n    \"na-emenụ\": [\n        \"deepening\",\n        \"deepeningly\"\n    ],\n    \"Bara oke ime\": [\n        \"deeper\"\n    ],\n    \"nke kachasi omimi\": [\n        \"deepest\"\n    ],\n    \"miri oyi\": [\n        \"deepfreeze\",\n        \"deepfreezed\"\n    ],\n    \"nke miri emi\": [\n        \"deeplier\"\n    ],\n    \"nke kachasị mie emi\": [\n        \"deepmost\"\n    ],\n    \"omimi\": [\n        \"deepness\",\n        \"deepnesses\",\n        \"depth\",\n        \"depthless\",\n        \"depthlessness\",\n        \"depths\",\n        \"depthwise\",\n        \"profound\",\n        \"profoundest\",\n        \"profoundness\"\n    ],\n    \"onye miri emi\": [\n        \"deepwaterman\"\n    ],\n    \"ndị miri emi\": [\n        \"deepwatermen\"\n    ],\n    \"ntutu mgbada\": [\n        \"deerhair\"\n    ],\n    \"mgbada mgbada\": [\n        \"deeryards\"\n    ],\n    \"mgbada dị ka\": [\n        \"deerlike\"\n    ],\n    \"anụ mgbada\": [\n        \"deermeat\"\n    ],\n    \"onyeghagha\": [\n        \"deerstalker\"\n    ],\n    \"ndị na-akọwahie okwu\": [\n        \"deerstalkers\"\n    ],\n    \"mgbada stalking\": [\n        \"deerstalking\"\n    ],\n    \"osisi deerwood\": [\n        \"deerwood\"\n    ],\n    \"dewanye\": [\n        \"deescalation\"\n    ],\n    \"dees\": [\n        \"deeses\"\n    ],\n    \"deewan\": [\n        \"deewans\"\n    ],\n    \"depu\": [\n        \"def\"\n    ],\n    \"deacto\": [\n        \"defacto\"\n    ],\n    \"dochie anya\": [\n        \"defaecate\",\n        \"defecate\",\n        \"intercropped\",\n        \"nunnify\",\n        \"substitution\",\n        \"undereate\"\n    ],\n    \"kpochapụla\": [\n        \"defalcate\",\n        \"extroverted\",\n        \"outwept\"\n    ],\n    \"mmebi aha\": [\n        \"defamation\",\n        \"defamations\",\n        \"defaming\"\n    ],\n    \"katọrọ ya\": [\n        \"defamed\",\n        \"defamy\"\n    ],\n    \"akarị\": [\n        \"defatigable\",\n        \"overwhelming\"\n    ],\n    \"detatịa\": [\n        \"defatigate\"\n    ],\n    \"ndabara\": [\n        \"default\",\n        \"defaultant\",\n        \"defaulting\",\n        \"defaultless\",\n        \"fortunel\",\n        \"fortunetell\",\n        \"misfault\",\n        \"protospondyli\"\n    ],\n    \"onye mbu\": [\n        \"defaulter\",\n        \"firstcomer\",\n        \"foremast\",\n        \"forepointer\",\n        \"moabitess\",\n        \"nomadic\",\n        \"nomadical\",\n        \"outsettler\",\n        \"precreditor\",\n        \"predeceiver\",\n        \"preemptor\"\n    ],\n    \"ihe na-emerụ ahụ\": [\n        \"defeasive\"\n    ],\n    \"ndikan\": [\n        \"defeating\"\n    ],\n    \"ndi mmeri\": [\n        \"defeatists\",\n        \"vanquishers\",\n        \"winners\",\n        \"wonners\"\n    ],\n    \"defekụlị\": [\n        \"defecating\"\n    ],\n    \"onye mgba okpuru\": [\n        \"defectionist\",\n        \"dipterist\"\n    ],\n    \"pụrụ ịgbagha\": [\n        \"defenceable\"\n    ],\n    \"enweghị ihe nchebe\": [\n        \"defenceless\",\n        \"defencelessly\",\n        \"defenseless\"\n    ],\n    \"enweghị nchebe\": [\n        \"defencelessness\",\n        \"defenselessness\",\n        \"insecable\",\n        \"insecurity\",\n        \"insecurities\",\n        \"insecution\",\n        \"patronless\",\n        \"shieldlessness\",\n        \"unguidable\",\n        \"unguidableness\",\n        \"unguidably\",\n        \"unguileful\",\n        \"unguilefulness\",\n        \"unprotectedness\"\n    ],\n    \"ihe nchebe\": [\n        \"defences\",\n        \"defenses\",\n        \"prote\",\n        \"proteaceous\",\n        \"protectorial\",\n        \"protectories\",\n        \"protectress\",\n        \"proteges\",\n        \"protegulum\",\n        \"proteid\",\n        \"proteides\",\n        \"proteles\",\n        \"proteranthy\",\n        \"radioprotective\",\n        \"safeblower\"\n    ],\n    \"ndị na-agbachitere\": [\n        \"defendants\",\n        \"defenders\"\n    ],\n    \"gbachitere\": [\n        \"defended\"\n    ],\n    \"onye na-agbachitere\": [\n        \"defender\"\n    ],\n    \"ịgbachitere\": [\n        \"defending\"\n    ],\n    \"na-agbachitere\": [\n        \"defends\",\n        \"defensively\",\n        \"proterandrously\"\n    ],\n    \"n'achọghị ihe ọ bụla\": [\n        \"defenselessly\"\n    ],\n    \"nenwe nkwenye\": [\n        \"defensibleness\"\n    ],\n    \"nchebe\": [\n        \"defensiveness\",\n        \"protectional\",\n        \"protective\",\n        \"protectively\",\n        \"protectiveness\",\n        \"protectorship\",\n        \"proterogynous\",\n        \"safe\",\n        \"safehold\",\n        \"securement\",\n        \"securer\",\n        \"securings\",\n        \"securities\",\n        \"unprotection\"\n    ],\n    \"defensor\": [\n        \"defensory\"\n    ],\n    \"ụgbọ mmiri defensor\": [\n        \"defensorship\"\n    ],\n    \"ibuti\": [\n        \"defer\"\n    ],\n    \"ịma\": [\n        \"deference\",\n        \"personating\",\n        \"senescence\",\n        \"tackifying\"\n    ],\n    \"fere\": [\n        \"deferens\"\n    ],\n    \"n'iche iche\": [\n        \"deferentially\"\n    ],\n    \"deferets\": [\n        \"deferents\"\n    ],\n    \"ibighachi\": [\n        \"deferment\"\n    ],\n    \"igbu oge\": [\n        \"deferral\",\n        \"delay\",\n        \"delays\",\n        \"jink\",\n        \"undelaying\"\n    ],\n    \"na-egbu oge\": [\n        \"deferrals\",\n        \"deferring\",\n        \"deferrizing\",\n        \"defervescence\",\n        \"defervescent\",\n        \"delayful\",\n        \"delaying\",\n        \"delayingly\",\n        \"eventerate\",\n        \"everting\",\n        \"hes\",\n        \"hesitaters\",\n        \"hesitating\",\n        \"hesitatory\",\n        \"jinking\",\n        \"lagthing\",\n        \"lateens\",\n        \"latewhile\",\n        \"lingence\",\n        \"linger\",\n        \"lingerer\",\n        \"lingerers\",\n        \"lingering\",\n        \"lingeringly\",\n        \"lingier\",\n        \"luringly\",\n        \"paederastically\",\n        \"pederasties\",\n        \"peptizes\",\n        \"postprandially\",\n        \"procrastinates\",\n        \"procrastinating\",\n        \"procrastinatingly\",\n        \"procrastinative\",\n        \"procrastinatively\",\n        \"procrastinativeness\",\n        \"procrastinator\",\n        \"procrastinatory\",\n        \"procrastinators\",\n        \"prolonge\",\n        \"rattooning\",\n        \"respiring\",\n        \"respiting\",\n        \"respring\",\n        \"respringing\",\n        \"slowful\",\n        \"slowing\",\n        \"spendthrifty\",\n        \"spiering\",\n        \"tarrying\",\n        \"tarryingness\",\n        \"temerate\",\n        \"tetrastylous\",\n        \"timbersome\"\n    ],\n    \"ibugharị\": [\n        \"deferrization\",\n        \"redilate\",\n        \"redilated\",\n        \"redipt\",\n        \"redirect\",\n        \"redirected\",\n        \"redivert\",\n        \"resupply\"\n    ],\n    \"ibughachi\": [\n        \"deferrize\",\n        \"rebemire\",\n        \"reclose\",\n        \"reimport\",\n        \"reinhabit\",\n        \"reinhabitation\",\n        \"remand\",\n        \"resift\",\n        \"resupine\",\n        \"resupport\",\n        \"resurvey\",\n        \"reteach\",\n        \"revomit\",\n        \"untouchability\"\n    ],\n    \"Ikechukwu Emeka\": [\n        \"defeudalize\"\n    ],\n    \"adịghị ọcha\": [\n        \"defial\",\n        \"disguiseless\",\n        \"impure\",\n        \"impurely\",\n        \"impureness\",\n        \"impurify\",\n        \"impurity\",\n        \"impurities\",\n        \"naughtiness\",\n        \"nonsanctification\",\n        \"unclean\",\n        \"uncleaned\",\n        \"uncleaner\",\n        \"uncleanly\",\n        \"uncleanlily\",\n        \"uncleanliness\",\n        \"uncleanness\",\n        \"uncleanse\",\n        \"ungangrenous\",\n        \"ungiant\",\n        \"ungreatness\",\n        \"unharnessing\",\n        \"unhygenic\",\n        \"unhygienic\",\n        \"unhoary\",\n        \"unhoist\",\n        \"unholy\",\n        \"unholier\",\n        \"unholiest\",\n        \"unholiness\",\n        \"unmilitary\",\n        \"unniched\",\n        \"unpurely\",\n        \"unpureness\",\n        \"unsaintliness\",\n        \"unsanctification\",\n        \"unsanctified\",\n        \"unsanctifiedness\",\n        \"unsanctifying\",\n        \"unsanctuaried\",\n        \"unsanitary\",\n        \"unsanitated\",\n        \"unsanitation\",\n        \"unslicked\",\n        \"unvilified\",\n        \"unwashen\"\n    ],\n    \"nnupụisi\": [\n        \"defiance\",\n        \"defiantness\",\n        \"disobedience\",\n        \"disoccupation\",\n        \"disoccupy\",\n        \"disoperation\",\n        \"insurgence\",\n        \"insurgency\",\n        \"insurgent\",\n        \"insurgentism\",\n        \"insurrect\",\n        \"insurrection\",\n        \"insurrectionary\",\n        \"insurrectionise\",\n        \"insurrectory\",\n        \"misobedience\",\n        \"nondefiance\",\n        \"nondefiantness\",\n        \"nonobedience\",\n        \"nonrebellion\",\n        \"overbearance\",\n        \"rebeldom\",\n        \"rebeldoms\",\n        \"rebeller\",\n        \"rebellike\",\n        \"rebellion\",\n        \"rebellions\",\n        \"rebelliousness\",\n        \"rebelproof\",\n        \"revolt\",\n        \"revolter\",\n        \"undisobedient\",\n        \"unobedience\",\n        \"unrebelliousness\",\n        \"unship\",\n        \"unsubtleness\"\n    ],\n    \"Nkwuwa okwu\": [\n        \"defiantly\"\n    ],\n    \"Ihe nzuzu\": [\n        \"defiatory\",\n        \"frowsy\",\n        \"monostelous\",\n        \"slugger\",\n        \"sluggers\",\n        \"thimblerigger\",\n        \"trizomal\",\n        \"vady\"\n    ],\n    \"erughi\": [\n        \"deficiency\"\n    ],\n    \"emezighị emezi\": [\n        \"deficiencies\",\n        \"faultily\",\n        \"faultiness\",\n        \"misaccept\",\n        \"petalwise\",\n        \"shortcoming\",\n        \"shortcomings\",\n        \"unbalancement\",\n        \"unbalancing\",\n        \"underbalanced\"\n    ],\n    \"erughị eru\": [\n        \"deficient\",\n        \"disproportion\",\n        \"disproportionate\",\n        \"disproportionation\",\n        \"dissymmettric\",\n        \"inadequacies\",\n        \"incommodities\",\n        \"indeficient\",\n        \"ineligible\",\n        \"limitations\",\n        \"nonqualification\",\n        \"nonqualifying\",\n        \"unachieved\",\n        \"unbeneficialness\",\n        \"undecimal\",\n        \"undevoutness\",\n        \"undisobeyed\",\n        \"undisqualified\",\n        \"uneligible\",\n        \"unerroneousness\",\n        \"unfealty\",\n        \"ungenuine\",\n        \"unligable\",\n        \"unmercurialness\",\n        \"unpollutable\",\n        \"unprobationary\",\n        \"unqualifiable\",\n        \"unqualified\",\n        \"unqualifiedly\",\n        \"unqualifiedness\",\n        \"unqualifying\",\n        \"unqualifyingly\",\n        \"unqualitied\",\n        \"unveraciousness\",\n        \"unworthiness\"\n    ],\n    \"mpe\": [\n        \"deficit\",\n        \"deficits\"\n    ],\n    \"ekwetaghị\": [\n        \"defied\",\n        \"denitrificant\",\n        \"denitrified\",\n        \"disagree\",\n        \"disagreeable\",\n        \"disagreeables\",\n        \"disagreeably\",\n        \"disagreed\",\n        \"disagrees\",\n        \"disagreing\",\n        \"disapprovable\",\n        \"disbelievingly\",\n        \"dissent\",\n        \"impropriated\",\n        \"notist\",\n        \"objectionable\",\n        \"objectional\",\n        \"refutative\",\n        \"unaccordable\",\n        \"unbelied\",\n        \"undecretive\",\n        \"undenied\",\n        \"undisagreeable\",\n        \"unevincible\",\n        \"unjustify\",\n        \"unnegotiable\",\n        \"unpermits\",\n        \"unradicalize\",\n        \"unreprovableness\"\n    ],\n    \"ihe na-emerụ emerụ\": [\n        \"defiers\"\n    ],\n    \"defigur\": [\n        \"defigure\"\n    ],\n    \"emeru\": [\n        \"defilable\"\n    ],\n    \"mmeru aru\": [\n        \"defiladed\",\n        \"defilement\"\n    ],\n    \"ihe ruru unyi\": [\n        \"defilades\",\n        \"defiledness\",\n        \"defiles\",\n        \"tainted\"\n    ],\n    \"ndị na-emerụ emerụ\": [\n        \"defilers\",\n        \"maimers\"\n    ],\n    \"Deis\": [\n        \"defis\",\n        \"deis\"\n    ],\n    \"Enwere ike ịgbagha\": [\n        \"deflagrable\",\n        \"polarisable\",\n        \"pulverisable\"\n    ],\n    \"onye mmebe iwu\": [\n        \"deflagrator\",\n        \"implementor\",\n        \"polylinguist\",\n        \"violmaker\"\n    ],\n    \"onye ngbako\": [\n        \"deflator\"\n    ],\n    \"ndị na-emebi iwu\": [\n        \"deflators\",\n        \"defoliators\",\n        \"defrayers\",\n        \"deprecators\",\n        \"depreciators\",\n        \"infringers\",\n        \"lawbreakers\",\n        \"legists\",\n        \"perusers\",\n        \"viceregents\",\n        \"violaters\",\n        \"violators\",\n        \"violature\",\n        \"violists\"\n    ],\n    \"ma ọ bụ\": [\n        \"defleas\",\n        \"depersonalized\",\n        \"eeler\",\n        \"emend\",\n        \"ems\",\n        \"eq\",\n        \"ety\",\n        \"etym\",\n        \"exor\",\n        \"extraembryonic\",\n        \"extraenteric\",\n        \"girse\",\n        \"hypos\",\n        \"hler\",\n        \"yetlin\",\n        \"inflector\",\n        \"laicise\",\n        \"laicised\",\n        \"levite\",\n        \"limelike\",\n        \"maxillae\",\n        \"maxillas\",\n        \"minish\",\n        \"minished\",\n        \"minos\",\n        \"minot\",\n        \"missis\",\n        \"missises\",\n        \"nor\",\n        \"ocurred\",\n        \"oer\",\n        \"oyers\",\n        \"omers\",\n        \"or\",\n        \"orary\",\n        \"orbell\",\n        \"orby\",\n        \"orbic\",\n        \"orbicle\",\n        \"orbicular\",\n        \"orbicularity\",\n        \"orbicularly\",\n        \"orbicularness\",\n        \"orbiculately\",\n        \"orchat\",\n        \"orchic\",\n        \"ordure\",\n        \"ordurous\",\n        \"ordurousness\",\n        \"orf\",\n        \"orgiastically\",\n        \"orleways\",\n        \"ormer\",\n        \"ornerier\",\n        \"orphize\",\n        \"orpington\",\n        \"ors\",\n        \"ortive\",\n        \"pickout\",\n        \"quia\",\n        \"rathely\",\n        \"sial\",\n        \"sidrach\",\n        \"skoal\",\n        \"spaer\",\n        \"suppos\",\n        \"utas\",\n        \"warst\",\n        \"warstle\",\n        \"wiz\"\n    ],\n    \"nke a na-agbagha\": [\n        \"deflectable\"\n    ],\n    \"Emebiela\": [\n        \"deflected\"\n    ],\n    \"ngbapu\": [\n        \"deflection\"\n    ],\n    \"Ndagharị\": [\n        \"deflectional\",\n        \"demireps\",\n        \"invertedly\",\n        \"rebarbativeness\",\n        \"reverters\"\n    ],\n    \"ndị na-agbagharị\": [\n        \"deflectors\"\n    ],\n    \"Dezie\": [\n        \"deflexionize\",\n        \"derris\"\n    ],\n    \"na-akọ oyi\": [\n        \"deflocculant\"\n    ],\n    \"delata\": [\n        \"deflorate\",\n        \"deglamorizing\",\n        \"desulfurize\"\n    ],\n    \"deflower\": [\n        \"deflore\",\n        \"deflow\"\n    ],\n    \"wepụsịrị\": [\n        \"deflourish\",\n        \"derabbinize\",\n        \"remobilize\",\n        \"remodifies\",\n        \"snatchable\",\n        \"undragooned\"\n    ],\n    \"onye na-ebugharị ihe\": [\n        \"deflowerer\",\n        \"pallbearer\",\n        \"pedaller\",\n        \"portlier\"\n    ],\n    \"nke na-emerụ ahụ\": [\n        \"defluous\"\n    ],\n    \"Delux\": [\n        \"deflux\"\n    ],\n    \"defocuss\": [\n        \"defocusses\"\n    ],\n    \"ndị defoliants\": [\n        \"defoliants\"\n    ],\n    \"na-ekpochapụ ihe\": [\n        \"defoliating\"\n    ],\n    \"defori\": [\n        \"deforce\"\n    ],\n    \"defor\": [\n        \"deforces\"\n    ],\n    \"deforing\": [\n        \"deforcing\"\n    ],\n    \"igbukpo osisi\": [\n        \"deforestation\",\n        \"deforesting\"\n    ],\n    \"deform\": [\n        \"deforms\"\n    ],\n    \"defrable\": [\n        \"defrayable\"\n    ],\n    \"a na-agbagha\": [\n        \"defrayed\",\n        \"disprofitable\",\n        \"fractable\",\n        \"uncontestablely\",\n        \"unridged\"\n    ],\n    \"onye nghọgbu\": [\n        \"defrayer\"\n    ],\n    \"na-efegharị\": [\n        \"defraying\",\n        \"flyblowing\",\n        \"flichtering\",\n        \"flitting\",\n        \"fluting\",\n        \"flutters\",\n        \"fluttersome\",\n        \"glides\",\n        \"gliding\",\n        \"glidingly\",\n        \"hovering\",\n        \"obelizing\",\n        \"swagging\",\n        \"swarmer\",\n        \"swigging\",\n        \"swingeing\",\n        \"swingling\",\n        \"swiving\",\n        \"waggling\",\n        \"wavered\",\n        \"whigling\",\n        \"whirlingly\"\n    ],\n    \"wayo\": [\n        \"defraud\",\n        \"defraudation\",\n        \"defrauded\",\n        \"defrauder\",\n        \"defraudment\",\n        \"defrauds\",\n        \"fraud\",\n        \"frauds\",\n        \"fraudulence\",\n        \"fraudulency\",\n        \"fraudulent\",\n        \"fraudulently\",\n        \"fraudulentness\",\n        \"limeade\",\n        \"limeades\",\n        \"limean\",\n        \"limeberry\",\n        \"limeberries\",\n        \"limey\",\n        \"limeys\",\n        \"limequat\",\n        \"limes\",\n        \"limewash\",\n        \"limewater\",\n        \"limewood\",\n        \"limewort\",\n        \"scams\",\n        \"simeon\",\n        \"swindler\",\n        \"swindlership\"\n    ],\n    \"ndị wayo\": [\n        \"defrauders\"\n    ],\n    \"igwu wayo\": [\n        \"defrauding\"\n    ],\n    \"Ihie\": [\n        \"defrock\",\n        \"splat\",\n        \"underpitch\"\n    ],\n    \"ntu oyi\": [\n        \"defrost\",\n        \"drier\",\n        \"frost\",\n        \"frostation\",\n        \"frostbit\",\n        \"frostbite\",\n        \"frostbiting\",\n        \"frostier\",\n        \"frostily\",\n        \"frostiness\",\n        \"frostlike\",\n        \"frostproofing\",\n        \"frosts\",\n        \"unfrost\",\n        \"unfrosty\"\n    ],\n    \"gbapụrụ agbapụ\": [\n        \"defrosted\"\n    ],\n    \"ntụlata\": [\n        \"defrosters\"\n    ],\n    \"ntụ oyi\": [\n        \"defrosts\"\n    ],\n    \"Na-aga\": [\n        \"defs\",\n        \"falteringly\",\n        \"roborative\",\n        \"transudes\"\n    ],\n    \"defness\": [\n        \"deftness\"\n    ],\n    \"deft\": [\n        \"deftnesses\"\n    ],\n    \"achapuwo\": [\n        \"defuzed\"\n    ],\n    \"Deg\": [\n        \"deg\"\n    ],\n    \"degass\": [\n        \"degases\",\n        \"degassed\"\n    ],\n    \"degasise\": [\n        \"degasify\"\n    ],\n    \"degasser\": [\n        \"degasifier\"\n    ],\n    \"degas\": [\n        \"degass\"\n    ],\n    \"degeni\": [\n        \"degender\",\n        \"degener\"\n    ],\n    \"imebi ness\": [\n        \"degenerateness\"\n    ],\n    \"Mmebi iwu\": [\n        \"degenerationist\"\n    ],\n    \"Emebiwo\": [\n        \"degeneratively\"\n    ],\n    \"deger\": [\n        \"degermed\"\n    ],\n    \"digging\": [\n        \"degging\"\n    ],\n    \"a na-emebi emebi\": [\n        \"degradable\"\n    ],\n    \"iherela\": [\n        \"degraded\"\n    ],\n    \"iweda\": [\n        \"degradingness\",\n        \"demean\",\n        \"demeanored\",\n        \"demembration\",\n        \"demerge\",\n        \"demirep\",\n        \"demot\",\n        \"demote\",\n        \"demotics\",\n        \"demur\",\n        \"demure\",\n        \"desecate\",\n        \"despumate\",\n        \"despume\",\n        \"desume\",\n        \"deval\",\n        \"devalue\",\n        \"downsliding\",\n        \"downtake\",\n        \"loweringly\",\n        \"loweringness\"\n    ],\n    \"degram\": [\n        \"degraduate\"\n    ],\n    \"ogo\": [\n        \"degree\",\n        \"degrees\",\n        \"quality\",\n        \"ranking\",\n        \"rankings\",\n        \"rankles\",\n        \"ranknesses\",\n        \"seigniority\",\n        \"severity\"\n    ],\n    \"enweghi ogo\": [\n        \"degreeless\"\n    ],\n    \"mgbaze\": [\n        \"degustation\",\n        \"digestant\",\n        \"digestedness\",\n        \"digester\",\n        \"digestibility\",\n        \"digestion\",\n        \"digestment\",\n        \"digestor\",\n        \"digestory\",\n        \"discocarp\",\n        \"discocarpium\",\n        \"discocarpous\",\n        \"solvently\",\n        \"vagabondize\"\n    ],\n    \"Emekpa\": [\n        \"degusting\",\n        \"madefaction\"\n    ],\n    \"degus\": [\n        \"degusts\"\n    ],\n    \"ndị dehaiti\": [\n        \"dehaites\"\n    ],\n    \"ndị ọkpọ mmiri\": [\n        \"dehydrators\",\n        \"winnowers\"\n    ],\n    \"Dehydroffroze\": [\n        \"dehydroffroze\"\n    ],\n    \"Dehydrofreezing\": [\n        \"dehydrofreezing\"\n    ],\n    \"Dehydrofroze\": [\n        \"dehydrofroze\"\n    ],\n    \"Dehydrogenise\": [\n        \"dehydrogenise\"\n    ],\n    \"Edeghi\": [\n        \"dehypnotized\"\n    ],\n    \"apụrụ\": [\n        \"dehisced\",\n        \"disentraced\",\n        \"dismounted\",\n        \"exorcized\",\n        \"exostosed\",\n        \"extoled\",\n        \"outbarred\",\n        \"outtopped\"\n    ],\n    \"dehising\": [\n        \"dehiscing\"\n    ],\n    \"na-akwụwa aka ọtọ\": [\n        \"dehonestate\"\n    ],\n    \"na-achọ ndụmọdụ\": [\n        \"dehorned\",\n        \"dehorning\"\n    ],\n    \"dehorn\": [\n        \"dehorns\"\n    ],\n    \"dehors\": [\n        \"dehort\"\n    ],\n    \"dehumanizing\": [\n        \"dehumanising\"\n    ],\n    \"dehumidifiers\": [\n        \"dehumidifies\"\n    ],\n    \"na-ewepu mmadụ\": [\n        \"dehumidifying\"\n    ],\n    \"siri\": [\n        \"deicate\",\n        \"delicate\",\n        \"deliriate\"\n    ],\n    \"ekpenyụọ\": [\n        \"deiced\"\n    ],\n    \"ọ deụ\": [\n        \"deictic\"\n    ],\n    \"deification\": [\n        \"deifications\"\n    ],\n    \"Deifiers\": [\n        \"deifiers\"\n    ],\n    \"Deil\": [\n        \"deil\"\n    ],\n    \"Mmeghari\": [\n        \"deils\",\n        \"restacks\",\n        \"subversions\"\n    ],\n    \"dainosaur\": [\n        \"deinosaur\"\n    ],\n    \"Deiphobus\": [\n        \"deiphobus\"\n    ],\n    \"deipnoso sophisticated\": [\n        \"deipnosophistic\"\n    ],\n    \"chi jiri\": [\n        \"deirdre\",\n        \"dusack\",\n        \"eclipsation\",\n        \"eclipsed\",\n        \"eclipsing\",\n        \"eclipsis\",\n        \"eclipsises\"\n    ],\n    \"Deism\": [\n        \"deism\"\n    ],\n    \"ede\": [\n        \"deists\",\n        \"draftable\",\n        \"draftproof\",\n        \"linteling\",\n        \"mintmaker\",\n        \"parian\",\n        \"scrippage\",\n        \"scripsit\",\n        \"scrite\",\n        \"scrived\",\n        \"scriven\",\n        \"scrives\",\n        \"writation\",\n        \"writhers\",\n        \"writhes\",\n        \"writmaker\",\n        \"writs\"\n    ],\n    \"chi dị iche iche\": [\n        \"deities\",\n        \"divinities\",\n        \"eunectes\",\n        \"godhoods\",\n        \"godships\"\n    ],\n    \"ịbụ chi\": [\n        \"deityship\",\n        \"godhood\"\n    ],\n    \"na-agbasasị\": [\n        \"dejected\",\n        \"disarticulating\",\n        \"disintegrating\",\n        \"disintegrous\",\n        \"disinterring\",\n        \"dislodging\",\n        \"dismantles\",\n        \"dismissing\",\n        \"dismissingly\",\n        \"dismortgaged\",\n        \"dismortgaging\",\n        \"dispiriting\",\n        \"dispiritingly\",\n        \"dissembling\",\n        \"dissemblingly\",\n        \"dissipating\",\n        \"distrains\",\n        \"scandalising\",\n        \"scathing\",\n        \"scatterbrains\",\n        \"scatting\",\n        \"unblundering\",\n        \"undissembling\",\n        \"undissolving\",\n        \"unsmoldering\"\n    ],\n    \"n’adabụ\": [\n        \"dejectedly\"\n    ],\n    \"Dejections\": [\n        \"dejections\"\n    ],\n    \"jectgha\": [\n        \"dejectory\"\n    ],\n    \"gbanye ihe\": [\n        \"delacerate\",\n        \"inveigled\",\n        \"whisperproof\"\n    ],\n    \"nwere ike ịdị\": [\n        \"delayable\",\n        \"pericentre\",\n        \"satirisable\",\n        \"semibleached\",\n        \"semioxidated\",\n        \"semitreasonable\",\n        \"viableness\"\n    ],\n    \"egbu oge\": [\n        \"delayed\",\n        \"jinked\",\n        \"jinker\",\n        \"ling\"\n    ],\n    \"Delaines\": [\n        \"delaines\"\n    ],\n    \"Onyeukwu\": [\n        \"delater\",\n        \"devachan\",\n        \"flatterer\",\n        \"glottidean\",\n        \"holothurian\",\n        \"liflod\",\n        \"praesian\",\n        \"stilbene\",\n        \"vanessian\",\n        \"vanmen\",\n        \"whoot\",\n        \"whorly\",\n        \"whorls\"\n    ],\n    \"odi ire\": [\n        \"delative\"\n    ],\n    \"ndị na-akọwa ya\": [\n        \"delators\"\n    ],\n    \"bụrụla\": [\n        \"delawn\"\n    ],\n    \"ihichapụ\": [\n        \"dele\",\n        \"delead\",\n        \"deleble\",\n        \"deleing\",\n        \"delete\",\n        \"deleting\"\n    ],\n    \"Ihichapụ\": [\n        \"deleading\",\n        \"deleerit\"\n    ],\n    \"nhichapụ\": [\n        \"deleads\",\n        \"deleatur\",\n        \"deletery\",\n        \"deletion\",\n        \"deletions\",\n        \"erasure\",\n        \"exaration\",\n        \"obliteration\",\n        \"perlection\"\n    ],\n    \"na-anụ ụtọ\": [\n        \"delectable\"\n    ],\n    \"delective\": [\n        \"delectate\"\n    ],\n    \"a pụrụ inweta\": [\n        \"delectible\"\n    ],\n    \"nnọchite anya\": [\n        \"delegacy\",\n        \"deputyship\",\n        \"representational\",\n        \"representationalism\",\n        \"representationism\",\n        \"representativity\"\n    ],\n    \"kpọọ ndị ọzọ\": [\n        \"delegalize\"\n    ],\n    \"nyefere\": [\n        \"delegalized\",\n        \"delivered\",\n        \"entrusts\",\n        \"intrusted\",\n        \"overprovided\",\n        \"overseeded\",\n        \"presubmit\",\n        \"redelegate\",\n        \"remitted\",\n        \"subintroduced\",\n        \"submits\",\n        \"submitter\",\n        \"succedent\",\n        \"succenturiate\",\n        \"succenturiation\",\n        \"surrender\",\n        \"surrendered\",\n        \"surrenderee\",\n        \"surrenderer\",\n        \"surrenderor\",\n        \"surrenders\",\n        \"surrendry\",\n        \"undelivered\",\n        \"undelivery\"\n    ],\n    \"ikenye ọrụ\": [\n        \"delegalizing\",\n        \"delegating\"\n    ],\n    \"kenye\": [\n        \"delegant\",\n        \"delegare\",\n        \"delegate\",\n        \"delegated\"\n    ],\n    \"nnochite anya\": [\n        \"delegateship\",\n        \"representationary\",\n        \"representations\",\n        \"representatively\",\n        \"representativeness\",\n        \"representativeship\",\n        \"representment\"\n    ],\n    \"nnọchiteanya\": [\n        \"delegati\",\n        \"delegatus\"\n    ],\n    \"kenyere ndị ọzọ ọrụ\": [\n        \"delegative\"\n    ],\n    \"onye nyere iwu\": [\n        \"delegatory\",\n        \"lichenist\"\n    ],\n    \"lessgha\": [\n        \"delesseria\"\n    ],\n    \"ehichapụ\": [\n        \"deleted\",\n        \"deleter\",\n        \"tirled\"\n    ],\n    \"nhichapụ iwu\": [\n        \"deleteriousness\",\n        \"undeleteriousness\"\n    ],\n    \"kpachaara anya\": [\n        \"deliberate\",\n        \"deliberately\",\n        \"intentional\",\n        \"intentionless\",\n        \"lappish\",\n        \"predeliberately\",\n        \"prelatically\",\n        \"wileful\",\n        \"wilful\",\n        \"willful\"\n    ],\n    \"na-ezube\": [\n        \"deliberates\",\n        \"intenders\",\n        \"intending\"\n    ],\n    \"izu ụka\": [\n        \"deliberating\",\n        \"deliberation\",\n        \"sebat\",\n        \"semideafness\",\n        \"semidefiniteness\",\n        \"semidiurnal\",\n        \"semidivision\",\n        \"semimoralistic\",\n        \"seminocturnal\",\n        \"semipapist\",\n        \"semirareness\",\n        \"semiweeklies\",\n        \"sneezing\",\n        \"soddening\",\n        \"submeaning\",\n        \"teemingly\",\n        \"thatching\",\n        \"undermeaning\",\n        \"weekend\",\n        \"weekended\",\n        \"weekender\"\n    ],\n    \"na-agwa anyị okwu\": [\n        \"deliberatively\"\n    ],\n    \"ndenyemaka\": [\n        \"deliberativeness\"\n    ],\n    \"ndị mgbapụta\": [\n        \"deliberators\",\n        \"deliverers\",\n        \"libelers\",\n        \"pumpmen\",\n        \"ransomers\",\n        \"redeemers\"\n    ],\n    \"nri pụrụ iche\": [\n        \"delicacies\"\n    ],\n    \"chọrọ nlezianya\": [\n        \"delicatesse\"\n    ],\n    \"ọmarịcha nri\": [\n        \"delicatessen\"\n    ],\n    \"nri mara mma\": [\n        \"delicatessens\"\n    ],\n    \"nri ụtọ\": [\n        \"deliciouses\"\n    ],\n    \"ekpomeekpo\": [\n        \"deliciousness\",\n        \"flavor\",\n        \"flavored\",\n        \"flavorful\",\n        \"flavorfully\",\n        \"flavorfulness\",\n        \"flavory\",\n        \"flavoriness\",\n        \"flavoring\",\n        \"flavorings\",\n        \"flavorless\",\n        \"flavors\",\n        \"flavour\",\n        \"flavoured\",\n        \"flavouring\",\n        \"flavours\"\n    ],\n    \"delicti\": [\n        \"delictus\"\n    ],\n    \"onyere\": [\n        \"delieret\"\n    ],\n    \"nyere ndị ọzọ\": [\n        \"deligated\"\n    ],\n    \"atọ ụtọ\": [\n        \"delightable\",\n        \"delightful\",\n        \"delighting\",\n        \"flatling\",\n        \"pleasantish\",\n        \"pleasing\",\n        \"pleasingness\",\n        \"pleasurable\",\n        \"pleasureful\",\n        \"pleiomerous\",\n        \"sweetbriery\",\n        \"sweeten\",\n        \"sweetmaker\",\n        \"thraldoms\",\n        \"thrillsome\",\n        \"trifasciated\",\n        \"triunsaturated\"\n    ],\n    \"Obi Ụtọ\": [\n        \"delighted\"\n    ],\n    \"debe\": [\n        \"delimitate\",\n        \"enerve\",\n        \"enray\",\n        \"observe\",\n        \"savvied\",\n        \"subedit\",\n        \"subserve\"\n    ],\n    \"ndị ogbi\": [\n        \"delimiters\",\n        \"lumberers\",\n        \"seceders\"\n    ],\n    \"ikpe ọmụma\": [\n        \"delinquence\",\n        \"delinquency\",\n        \"delinquencies\",\n        \"guilt\"\n    ],\n    \"n'ịgba aghara\": [\n        \"delinquently\",\n        \"seditiously\"\n    ],\n    \"ndị isi ike\": [\n        \"delinquents\"\n    ],\n    \"ajuo\": [\n        \"deliquesced\"\n    ],\n    \"Ọnwụ\": [\n        \"deliquescence\"\n    ],\n    \"deliri\": [\n        \"deliriant\"\n    ],\n    \"n’onwe gị\": [\n        \"deliriously\",\n        \"undeliriously\"\n    ],\n    \"itlọ\": [\n        \"delit\",\n        \"dittanies\"\n    ],\n    \"itestọpụ\": [\n        \"delitescence\"\n    ],\n    \"Ebe anwansị\": [\n        \"delitescency\"\n    ],\n    \"zipu\": [\n        \"deliver\",\n        \"deviler\",\n        \"ermit\",\n        \"misassign\",\n        \"postcribrate\",\n        \"postpose\",\n        \"reexport\",\n        \"remitter\",\n        \"repost\",\n        \"repostulate\",\n        \"resubmit\",\n        \"ripost\",\n        \"send\"\n    ],\n    \"nnapụta\": [\n        \"deliverability\",\n        \"lifesaver\",\n        \"redelivery\",\n        \"reflair\",\n        \"rescuable\"\n    ],\n    \"ịnapụta\": [\n        \"deliverable\",\n        \"reclaiming\"\n    ],\n    \"anapụta\": [\n        \"deliverables\",\n        \"delivers\"\n    ],\n    \"nnaputa\": [\n        \"deliverance\",\n        \"deliverer\",\n        \"rescue\",\n        \"rescuer\",\n        \"resue\",\n        \"salvage\",\n        \"salvations\",\n        \"savement\"\n    ],\n    \"anaputa\": [\n        \"deliveress\"\n    ],\n    \"nnyefe nwoke\": [\n        \"deliverymen\"\n    ],\n    \"zipu ma obu\": [\n        \"deliveror\"\n    ],\n    \"Obi ụtọ\": [\n        \"delousing\",\n        \"frothier\",\n        \"gladdon\",\n        \"gladwin\",\n        \"inemulous\",\n        \"mirthfulness\",\n        \"thrutchings\"\n    ],\n    \"Delsartian\": [\n        \"delsartian\"\n    ],\n    \"Delta\": [\n        \"delta\",\n        \"deltahedra\",\n        \"deltaite\"\n    ],\n    \"delta\": [\n        \"deltas\"\n    ],\n    \"Nwa\": [\n        \"deltic\",\n        \"formulation\",\n        \"harrowingly\"\n    ],\n    \"tidlọ\": [\n        \"deltidia\"\n    ],\n    \"tolọtọ\": [\n        \"deltoidei\"\n    ],\n    \"Ọgbala\": [\n        \"delubrubra\"\n    ],\n    \"Ọdọ\": [\n        \"delubrum\"\n    ],\n    \"iju mmiri\": [\n        \"deluge\",\n        \"devaporate\",\n        \"flooder\",\n        \"floodlight\",\n        \"floodlilit\",\n        \"floodometer\",\n        \"floodwood\",\n        \"overflood\",\n        \"pervagation\",\n        \"reprobationary\",\n        \"unflooded\",\n        \"upflood\",\n        \"upflows\"\n    ],\n    \"n'ịgbaghara\": [\n        \"deluging\"\n    ],\n    \"ustgha\": [\n        \"delustrant\",\n        \"flustration\",\n        \"fustiness\",\n        \"fustle\",\n        \"lustrical\",\n        \"lustrine\",\n        \"pleustonic\"\n    ],\n    \"ngbasapụ\": [\n        \"demagnetisation\"\n    ],\n    \"ichie\": [\n        \"demagnify\",\n        \"demythologised\",\n        \"glottalize\",\n        \"grinners\",\n        \"grinningly\",\n        \"overlaugh\"\n    ],\n    \"demagoago\": [\n        \"demagogues\"\n    ],\n    \"ina\": [\n        \"demand\"\n    ],\n    \"onye choro\": [\n        \"demander\",\n        \"needer\",\n        \"wunner\"\n    ],\n    \"dewaa\": [\n        \"demarcate\"\n    ],\n    \"demarọtọ\": [\n        \"demarcator\"\n    ],\n    \"nkwuputa mmiri\": [\n        \"demarkation\"\n    ],\n    \"ịmekpa ahụ\": [\n        \"demasculinising\"\n    ],\n    \"Omume\": [\n        \"deme\",\n        \"ritziness\",\n        \"unmoroseness\"\n    ],\n    \"na-ewetu ndị mmadụ\": [\n        \"demeans\"\n    ],\n    \"nwee olu\": [\n        \"demele\"\n    ],\n    \"dementement\": [\n        \"dementation\"\n    ],\n    \"n’amaghi ama\": [\n        \"dementedly\",\n        \"nonsemantically\",\n        \"unamatively\",\n        \"unwarely\"\n    ],\n    \"Ihe ngosi\": [\n        \"dements\",\n        \"diagraphical\",\n        \"dials\",\n        \"dissimule\",\n        \"dramatisable\",\n        \"dramatizable\",\n        \"drawfile\",\n        \"ponderomotive\",\n        \"scenas\",\n        \"sials\",\n        \"vance\",\n        \"velleities\"\n    ],\n    \"gbaruru\": [\n        \"demerited\",\n        \"faggoted\"\n    ],\n    \"demeritor\": [\n        \"demeritorious\"\n    ],\n    \"Ibelata\": [\n        \"demerse\",\n        \"redux\",\n        \"slatting\"\n    ],\n    \"Ajụjụ\": [\n        \"demes\",\n        \"discrowned\",\n        \"discrowns\",\n        \"objectionably\",\n        \"qqv\",\n        \"quizzed\"\n    ],\n    \"usoro demethylchlortetracycline\": [\n        \"demethylchlortetracycline\"\n    ],\n    \"nwepu ọrụ\": [\n        \"demiassignation\"\n    ],\n    \"Ochichi onye kwuo uche\": [\n        \"demiatheist\"\n    ],\n    \"chụọ n'ọrụ\": [\n        \"demibastioned\",\n        \"dispirited\",\n        \"evangeliary\",\n        \"fired\",\n        \"firedragon\",\n        \"firedrake\",\n        \"goddammed\",\n        \"goddamned\",\n        \"guaiacolize\",\n        \"guaiacs\",\n        \"massmonger\",\n        \"premillennialised\"\n    ],\n    \"imibuckram\": [\n        \"demibuckram\"\n    ],\n    \"demi sịlịnda\": [\n        \"demicylinder\"\n    ],\n    \"demi cylindrical\": [\n        \"demicylindrical\"\n    ],\n    \"Demi cuirass\": [\n        \"demicuirass\"\n    ],\n    \"Demi dandiprat\": [\n        \"demidandiprat\"\n    ],\n    \"chi dị adị\": [\n        \"demideity\"\n    ],\n    \"Ochichi\": [\n        \"demidevil\",\n        \"exultancy\",\n        \"overstayed\",\n        \"synallactic\",\n        \"synesthesia\",\n        \"tyrannicidal\"\n    ],\n    \"kagburu iwu\": [\n        \"demidigested\"\n    ],\n    \"ngosipụ\": [\n        \"demifigure\"\n    ],\n    \"Demi gauntlet\": [\n        \"demigauntlet\"\n    ],\n    \"demi nwa amadi\": [\n        \"demigentleman\"\n    ],\n    \"demigoddess ụgbọ mmiri\": [\n        \"demigoddessship\"\n    ],\n    \"ịkwatu\": [\n        \"demigrate\",\n        \"overthrows\",\n        \"overthwart\"\n    ],\n    \"ndakpo\": [\n        \"demihorse\",\n        \"dovetailed\"\n    ],\n    \"Demijohn\": [\n        \"demijohn\"\n    ],\n    \"demilitarize\": [\n        \"demilitarise\"\n    ],\n    \"emebila\": [\n        \"demilitarised\",\n        \"demilitarized\",\n        \"infringible\"\n    ],\n    \"ndisa\": [\n        \"demilunes\",\n        \"demilustre\",\n        \"disaltern\"\n    ],\n    \"onye nde\": [\n        \"demimillionaire\"\n    ],\n    \"ndiourgoi\": [\n        \"demiourgoi\"\n    ],\n    \"ndiowl\": [\n        \"demiowl\"\n    ],\n    \"demipade\": [\n        \"demipesade\"\n    ],\n    \"demipip\": [\n        \"demiplate\"\n    ],\n    \"chukwunyere\": [\n        \"demirelief\",\n        \"forellenstein\",\n        \"gedackt\",\n        \"glenlike\",\n        \"glenlivet\",\n        \"guatemaltecan\",\n        \"huiscoyol\",\n        \"quindecemvirate\",\n        \"quintupliribbed\"\n    ],\n    \"nweghi ikike\": [\n        \"demirevetment\"\n    ],\n    \"ndiocha\": [\n        \"demirobe\",\n        \"lallans\",\n        \"ranomers\"\n    ],\n    \"na-ewepu\": [\n        \"demissive\",\n        \"detaches\",\n        \"disables\",\n        \"disemplaned\",\n        \"disserving\",\n        \"distancy\",\n        \"distancing\",\n        \"distannic\",\n        \"explorable\",\n        \"halving\",\n        \"remobilizing\",\n        \"subtracting\",\n        \"unclipping\",\n        \"uncribbing\",\n        \"unmincing\",\n        \"withdrawer\",\n        \"withdrawing\"\n    ],\n    \"disiss\": [\n        \"demissness\"\n    ],\n    \"demothologising\": [\n        \"demythologising\"\n    ],\n    \"Ọdịdị ngosi\": [\n        \"demythologization\"\n    ],\n    \"demothologizations\": [\n        \"demythologizations\"\n    ],\n    \"Nwepu\": [\n        \"demitoilet\"\n    ],\n    \"ịla\": [\n        \"demiturned\"\n    ],\n    \"Ọchịchị demiurgism\": [\n        \"demiurgism\"\n    ],\n    \"demivivts\": [\n        \"demivolts\"\n    ],\n    \"demivivary\": [\n        \"demivotary\"\n    ],\n    \"onye kwuo uche ya\": [\n        \"democrat\",\n        \"democratian\",\n        \"democratically\",\n        \"democratifiable\",\n        \"democratist\",\n        \"democratized\",\n        \"democratizer\",\n        \"democratizes\",\n        \"philaristocracy\"\n    ],\n    \"democratize\": [\n        \"democratise\"\n    ],\n    \"gosiputa\": [\n        \"demodulate\",\n        \"demonstrant\",\n        \"demonstrates\",\n        \"manifestable\",\n        \"melodramatize\",\n        \"preidentify\",\n        \"promerit\",\n        \"rebellow\",\n        \"redepreciate\",\n        \"reexhibit\",\n        \"reexpose\",\n        \"reperform\",\n        \"russify\",\n        \"spherulate\",\n        \"undersold\",\n        \"undersovereign\",\n        \"undersplicing\",\n        \"undimidiate\",\n        \"unflintify\"\n    ],\n    \"okwa oha\": [\n        \"demographer\"\n    ],\n    \"oha mmadu\": [\n        \"demography\",\n        \"dermography\"\n    ],\n    \"onodu mmadu\": [\n        \"demographical\",\n        \"demographist\"\n    ],\n    \"onu ogugu\": [\n        \"demographically\",\n        \"demographics\",\n        \"densus\",\n        \"numerals\",\n        \"numerically\",\n        \"numerological\",\n        \"populations\",\n        \"tonneaus\"\n    ],\n    \"kwatuo\": [\n        \"demolish\",\n        \"deraign\",\n        \"dumble\",\n        \"hounder\",\n        \"overthick\",\n        \"overthin\",\n        \"overthrew\",\n        \"overthrow\",\n        \"overthrowable\",\n        \"overthrowal\",\n        \"overthrower\",\n        \"preoverthrown\",\n        \"requarantine\",\n        \"unrun\",\n        \"wamble\"\n    ],\n    \"na-akwatu\": [\n        \"demolishing\"\n    ],\n    \"mbibi ary\": [\n        \"demolitionary\"\n    ],\n    \"mmụọ ọjọọ\": [\n        \"demon\",\n        \"demoness\",\n        \"demonetising\",\n        \"demonetizes\",\n        \"demonetizing\",\n        \"demoniac\",\n        \"demoniacal\",\n        \"demoniacally\",\n        \"demonial\",\n        \"demonian\",\n        \"demonianism\",\n        \"demoniast\",\n        \"demonical\",\n        \"demonically\",\n        \"demonise\",\n        \"demonised\",\n        \"demonises\",\n        \"demonish\",\n        \"demonishness\",\n        \"demonism\",\n        \"demonist\",\n        \"demonization\",\n        \"demonize\",\n        \"demonized\",\n        \"demonizes\",\n        \"demonocracy\",\n        \"demonomy\",\n        \"demonomist\",\n        \"demonry\",\n        \"demonship\"\n    ],\n    \"ebe obibi ndị mọnk\": [\n        \"demonastery\",\n        \"monastery\",\n        \"monasteries\"\n    ],\n    \"ndị mmụọ ọjọọ\": [\n        \"demonesses\",\n        \"demoniacs\",\n        \"demonic\",\n        \"demonisms\",\n        \"demonists\",\n        \"demonkind\",\n        \"demons\",\n        \"devons\",\n        \"witherers\"\n    ],\n    \"mmuo ojoo\": [\n        \"demonetisation\",\n        \"demonetise\",\n        \"demonetised\",\n        \"demonetization\",\n        \"demonetized\",\n        \"ghostcraft\"\n    ],\n    \"omume ọjọọ\": [\n        \"demoniacism\",\n        \"malefactors\",\n        \"misdeeds\",\n        \"misdoings\",\n        \"vices\"\n    ],\n    \"na-agba mmụọ\": [\n        \"demonising\",\n        \"demonizing\",\n        \"doggiest\"\n    ],\n    \"yiri mmụọ ọjọọ\": [\n        \"demonlike\"\n    ],\n    \"onye mmụọ ozi\": [\n        \"demonolatrous\"\n    ],\n    \"ọkà mmụta mmụọ ọjọọ\": [\n        \"demonologist\"\n    ],\n    \"kwesiri ngosi\": [\n        \"demonstrable\",\n        \"depectible\",\n        \"noticeable\",\n        \"noticeableness\"\n    ],\n    \"gosipụtara\": [\n        \"demonstrated\",\n        \"deponed\",\n        \"evidenced\",\n        \"evidentiary\",\n        \"exemplified\",\n        \"exercised\",\n        \"exhibited\",\n        \"manifested\",\n        \"manifestoed\",\n        \"modeled\",\n        \"modelled\",\n        \"motioned\",\n        \"patterned\",\n        \"portrayed\",\n        \"predemonstrated\",\n        \"presentenced\",\n        \"prettified\",\n        \"proofed\",\n        \"prorated\",\n        \"proved\",\n        \"proveditor\",\n        \"provedly\",\n        \"provedor\",\n        \"provedore\",\n        \"reflected\",\n        \"reflectedly\",\n        \"reflectorize\",\n        \"reflectorized\",\n        \"reflectorizing\",\n        \"reflectors\",\n        \"reindicated\",\n        \"revindicated\",\n        \"symbolized\",\n        \"subdemonstrated\",\n        \"substantiated\",\n        \"tusked\",\n        \"tuskier\",\n        \"vindicated\"\n    ],\n    \"onye ngosi\": [\n        \"demonstrater\",\n        \"demonstrationist\",\n        \"demonstrator\",\n        \"depictor\",\n        \"exhibiter\",\n        \"exhibitioner\",\n        \"exhibitor\",\n        \"gilenyer\",\n        \"indictee\",\n        \"manifestationist\",\n        \"presentationist\",\n        \"showman\"\n    ],\n    \"ndị ngosi ngosi\": [\n        \"demonstrationists\"\n    ],\n    \"nweere\": [\n        \"demophile\",\n        \"demulcent\",\n        \"freen\",\n        \"libera\",\n        \"philtra\",\n        \"philtred\",\n        \"poivrade\",\n        \"prevalescent\",\n        \"supereducated\"\n    ],\n    \"mmeri motball\": [\n        \"demotes\"\n    ],\n    \"nke mmụọ\": [\n        \"demothball\",\n        \"unspiritually\"\n    ],\n    \"demotics\": [\n        \"demotic\"\n    ],\n    \"deminging\": [\n        \"demounting\"\n    ],\n    \"kpoda\": [\n        \"demulsify\"\n    ],\n    \"Ihe na-ekpopu ihe\": [\n        \"demulsifier\"\n    ],\n    \"Dị ike\": [\n        \"demurest\"\n    ],\n    \"gapu\": [\n        \"demurs\"\n    ],\n    \"denarọchasị\": [\n        \"denarcotize\"\n    ],\n    \"denal\": [\n        \"denary\"\n    ],\n    \"dinarịọs\": [\n        \"denarius\"\n    ],\n    \"a gọnahụrụ\": [\n        \"denasalized\",\n        \"denationalized\"\n    ],\n    \"na-agọnahụ\": [\n        \"denasalizing\",\n        \"denitrifying\"\n    ],\n    \"agọnarị\": [\n        \"denationalise\",\n        \"denationalised\",\n        \"denationalization\"\n    ],\n    \"na-agọnahụ ya\": [\n        \"denationalising\"\n    ],\n    \"gọnarị\": [\n        \"denationalize\",\n        \"dengues\",\n        \"disown\"\n    ],\n    \"ịgọnahụ\": [\n        \"denationalizing\",\n        \"denials\",\n        \"denying\",\n        \"denyingly\"\n    ],\n    \"kọwapụta\": [\n        \"denaturalize\"\n    ],\n    \"ụlọ oriri na ọatụatụ\": [\n        \"denaturant\"\n    ],\n    \"Dianaz\": [\n        \"denazified\"\n    ],\n    \"dendritị\": [\n        \"dendritic\"\n    ],\n    \"ọkà mmụta dendrologist\": [\n        \"dendrologist\"\n    ],\n    \"denegage\": [\n        \"denegation\"\n    ],\n    \"gọnarịrị\": [\n        \"denes\",\n        \"denies\"\n    ],\n    \"gọnahụ\": [\n        \"deny\"\n    ],\n    \"agọ\": [\n        \"deniability\"\n    ],\n    \"a gọnarịrị\": [\n        \"deniable\"\n    ],\n    \"agugo\": [\n        \"denial\"\n    ],\n    \"denikotin\": [\n        \"denicotine\"\n    ],\n    \"kọwaa ha\": [\n        \"denicotinize\"\n    ],\n    \"na-ekwupụta echiche ya\": [\n        \"denicotinizes\"\n    ],\n    \"gọnahụrụ\": [\n        \"denied\",\n        \"denization\",\n        \"refuted\"\n    ],\n    \"onye ekweghị\": [\n        \"denyer\",\n        \"objectioner\",\n        \"objectionist\",\n        \"objector\"\n    ],\n    \"onye ngọngọ\": [\n        \"denierer\",\n        \"denitrator\"\n    ],\n    \"Ndị na-agọnahụ\": [\n        \"deniers\"\n    ],\n    \"ngọnarị\": [\n        \"denigration\",\n        \"disclaim\",\n        \"disclaiming\"\n    ],\n    \"dejikal\": [\n        \"denigrative\"\n    ],\n    \"denigil\": [\n        \"denigrator\"\n    ],\n    \"denigigra\": [\n        \"denigrators\"\n    ],\n    \"denim\": [\n        \"denims\"\n    ],\n    \"Denis\": [\n        \"denis\"\n    ],\n    \"denetu\": [\n        \"denitrate\"\n    ],\n    \"kọọrọ\": [\n        \"denitrated\",\n        \"repudiated\",\n        \"sangir\",\n        \"sangsue\"\n    ],\n    \"ịgọnarị\": [\n        \"denitrating\",\n        \"denning\",\n        \"disowning\"\n    ],\n    \"gọrọ\": [\n        \"denize\"\n    ],\n    \"agọnahụ\": [\n        \"denned\"\n    ],\n    \"ekpenyere\": [\n        \"denominated\"\n    ],\n    \"ekpemekpe\": [\n        \"denominational\",\n        \"denominationalism\",\n        \"denominationalist\",\n        \"denominationally\",\n        \"denominative\",\n        \"denominators\",\n        \"flavorsomeness\",\n        \"limacon\",\n        \"sectiuncle\"\n    ],\n    \"Nkọwapụta\": [\n        \"denotation\",\n        \"encomiendas\",\n        \"exordia\",\n        \"expounders\",\n        \"expounds\",\n        \"forebodement\",\n        \"forebodings\",\n        \"irreverentialism\",\n        \"particularism\",\n        \"precorrupt\",\n        \"precorruptness\",\n        \"precoruptness\",\n        \"tylaster\",\n        \"understructures\",\n        \"unflat\"\n    ],\n    \"denets\": [\n        \"denotations\"\n    ],\n    \"gosiri\": [\n        \"denoted\",\n        \"endited\",\n        \"indicable\",\n        \"indicated\",\n        \"indicatively\",\n        \"indicted\",\n        \"indicts\",\n        \"proveditore\",\n        \"rated\",\n        \"shewed\",\n        \"showed\",\n        \"shown\",\n        \"sigillated\",\n        \"signalised\",\n        \"signalled\",\n        \"signified\",\n        \"subindicated\",\n        \"typified\"\n    ],\n    \"ekwughachi\": [\n        \"denouncement\",\n        \"nonrepeat\",\n        \"nonrepeated\",\n        \"nonrepeater\",\n        \"recusant\",\n        \"refutatory\",\n        \"reiterable\",\n        \"reiterant\",\n        \"reiterating\",\n        \"reiteration\",\n        \"reiterations\",\n        \"relaundered\",\n        \"reptatorial\",\n        \"retexture\",\n        \"reticencies\",\n        \"revirescent\",\n        \"undenounced\",\n        \"unhumorous\",\n        \"unreclaimedness\",\n        \"unrepeatable\",\n        \"unrepudiated\"\n    ],\n    \"ndị na-akọcha mmadụ\": [\n        \"denouncers\"\n    ],\n    \"ok\": [\n        \"dense\"\n    ],\n    \"Onu ogugu\": [\n        \"densely\"\n    ],\n    \"nwegasịrị\": [\n        \"denser\",\n        \"densified\",\n        \"enplaned\",\n        \"ponied\",\n        \"realleged\"\n    ],\n    \"nwekarịrị\": [\n        \"densest\"\n    ],\n    \"nwebisie ike\": [\n        \"densifies\"\n    ],\n    \"na-arịwanye elu\": [\n        \"densifying\",\n        \"escalating\",\n        \"increasingly\",\n        \"intensifying\"\n    ],\n    \"agamgbam\": [\n        \"densimetrically\"\n    ],\n    \"densitomita\": [\n        \"densitometer\",\n        \"densitometers\"\n    ],\n    \"iwube\": [\n        \"densitometry\"\n    ],\n    \"nkụkpọ\": [\n        \"dent\"\n    ],\n    \"dent\": [\n        \"dentated\"\n    ],\n    \"ezeukwu\": [\n        \"dentatocillitate\",\n        \"gillnetted\",\n        \"jauking\",\n        \"pulvilli\",\n        \"superordinal\"\n    ],\n    \"Uboni\": [\n        \"denty\"\n    ],\n    \"dentolabial\": [\n        \"dentilabial\"\n    ],\n    \"dentimita\": [\n        \"dentimeter\"\n    ],\n    \"dentinal odontoblast\": [\n        \"dentinitis\"\n    ],\n    \"dentinocemental\": [\n        \"dentinoblast\"\n    ],\n    \"dentinoid\": [\n        \"dentinocemental\"\n    ],\n    \"dentinoma\": [\n        \"dentinoid\"\n    ],\n    \"dentine\": [\n        \"dentinoma\"\n    ],\n    \"dibia eze\": [\n        \"dentist\"\n    ],\n    \"ndị dọkịta ezé\": [\n        \"dentistries\",\n        \"dentists\"\n    ],\n    \"denti\": [\n        \"dentulous\"\n    ],\n    \"Dụgharịa\": [\n        \"denudate\"\n    ],\n    \"udgha\": [\n        \"denudations\",\n        \"exudations\",\n        \"exudence\"\n    ],\n    \"ịjụ oyi\": [\n        \"denudative\",\n        \"fade\",\n        \"flannelling\",\n        \"outhorror\"\n    ],\n    \"Agụ\": [\n        \"denuded\",\n        \"habitudinal\",\n        \"tendriliferous\"\n    ],\n    \"denudud\": [\n        \"denuder\"\n    ],\n    \"ndị denuders\": [\n        \"denuders\"\n    ],\n    \"na-agọ\": [\n        \"denudes\"\n    ],\n    \"n'ikwupụta ya\": [\n        \"denunciatively\"\n    ],\n    \"Deobstruct\": [\n        \"deobstruct\"\n    ],\n    \"depodi\": [\n        \"deodate\"\n    ],\n    \"deone\": [\n        \"deonerate\"\n    ],\n    \"ọkà mmụta deontologist\": [\n        \"deontologist\"\n    ],\n    \"deorganiji\": [\n        \"deorganize\"\n    ],\n    \"itisa\": [\n        \"deossify\",\n        \"disarrange\",\n        \"disilluminate\",\n        \"plurify\"\n    ],\n    \"Dioxygenation\": [\n        \"deoxygenation\"\n    ],\n    \"gbasasiri\": [\n        \"depainted\",\n        \"encarnalised\",\n        \"gobmouthed\",\n        \"hairbrain\",\n        \"harebrained\",\n        \"tarmined\"\n    ],\n    \"na-emebisị\": [\n        \"depainting\",\n        \"depleting\",\n        \"squander\"\n    ],\n    \"des omeiwu\": [\n        \"deparliament\"\n    ],\n    \"na-apụ\": [\n        \"departing\",\n        \"disyoking\",\n        \"dismounting\",\n        \"emanational\",\n        \"exing\",\n        \"offing\",\n        \"protending\"\n    ],\n    \"Ngalaba\": [\n        \"departmentalism\",\n        \"departmentalizes\",\n        \"subcategories\"\n    ],\n    \"Ndị Ọpụpụ\": [\n        \"departures\"\n    ],\n    \"kwaga n’obodo ọzọ\": [\n        \"depatriate\"\n    ],\n    \"ekpochapụ\": [\n        \"depeinct\",\n        \"evacuative\",\n        \"excreting\"\n    ],\n    \"ndị dabere\": [\n        \"dependabilities\",\n        \"dependants\",\n        \"dependencies\",\n        \"dependents\"\n    ],\n    \"pụrụ ịdabere\": [\n        \"dependable\"\n    ],\n    \"depeoping\": [\n        \"depeopling\"\n    ],\n    \"depresonalise\": [\n        \"depersonalise\"\n    ],\n    \"ewere ya\": [\n        \"depersonalised\"\n    ],\n    \"na-egosi onwe gị\": [\n        \"depersonalize\"\n    ],\n    \"Ndozi\": [\n        \"dephlegm\",\n        \"engirdles\",\n        \"forspoke\",\n        \"gildship\",\n        \"redresser\"\n    ],\n    \"Akpọpụrụ\": [\n        \"dephlegmated\"\n    ],\n    \"Ọpụpụ\": [\n        \"dephlegmation\",\n        \"ejections\",\n        \"exairesis\",\n        \"excipule\",\n        \"exdelicto\",\n        \"exedral\",\n        \"exigence\",\n        \"exla\",\n        \"exoascaceae\",\n        \"exoascaceous\",\n        \"exoascales\",\n        \"exocentric\",\n        \"exocoelum\",\n        \"exocoetus\",\n        \"exodium\",\n        \"exodos\",\n        \"exoenzymic\",\n        \"exoergic\",\n        \"exogen\",\n        \"exogenae\",\n        \"exogenic\",\n        \"exogenous\",\n        \"exogenously\",\n        \"exophagous\",\n        \"exophthalmia\",\n        \"exophthalmos\",\n        \"exophthalmus\",\n        \"exoskeletal\",\n        \"exostema\",\n        \"exotericism\",\n        \"exoterics\",\n        \"exotica\",\n        \"expletives\",\n        \"expletory\",\n        \"explida\",\n        \"expurgational\",\n        \"expurgations\",\n        \"expurgative\",\n        \"expurgatory\",\n        \"expurgatorial\",\n        \"exsurgent\",\n        \"extg\",\n        \"extravasated\",\n        \"extricable\",\n        \"extroversion\",\n        \"extrusion\",\n        \"extusion\",\n        \"exuvium\",\n        \"exzodiacal\",\n        \"nodus\",\n        \"offscum\",\n        \"offshoots\",\n        \"outacted\",\n        \"outbakes\",\n        \"outbalances\",\n        \"outbark\",\n        \"outbarking\",\n        \"outbbled\",\n        \"outbeam\",\n        \"outbeg\",\n        \"outbegs\",\n        \"outbelch\",\n        \"outbluff\",\n        \"outbluffing\",\n        \"outbrag\",\n        \"outbragged\",\n        \"outbrags\",\n        \"outbraves\",\n        \"outbuy\",\n        \"outbulge\",\n        \"outbulged\",\n        \"outbulk\",\n        \"outburned\",\n        \"outbustled\",\n        \"outcrawls\",\n        \"outcreep\",\n        \"outcroppings\",\n        \"outdancing\",\n        \"outdid\",\n        \"outedge\",\n        \"outgabble\",\n        \"outgang\",\n        \"outgas\",\n        \"outgeneraling\",\n        \"outgun\",\n        \"outguns\",\n        \"outjetting\",\n        \"outjumping\",\n        \"outjuts\",\n        \"outjutting\",\n        \"outlean\",\n        \"outpeopling\",\n        \"outpoll\",\n        \"outpolling\",\n        \"outports\",\n        \"outrapped\",\n        \"outsaying\",\n        \"outsea\",\n        \"outshined\",\n        \"outslick\",\n        \"outspan\",\n        \"outsparkle\",\n        \"outsparkling\",\n        \"outspin\",\n        \"outsprued\",\n        \"outspurn\",\n        \"outstartling\",\n        \"outsum\",\n        \"outswum\",\n        \"outthwack\",\n        \"outturns\"\n    ],\n    \"afọ mgbu\": [\n        \"dephlegmatory\",\n        \"gastightness\",\n        \"gastness\",\n        \"gastradenitis\",\n        \"gastralgy\",\n        \"gastralgia\",\n        \"gastralgic\",\n        \"gastreas\",\n        \"gastrectasia\",\n        \"gastricism\",\n        \"gastritic\",\n        \"gastritis\",\n        \"gastrogenic\",\n        \"gastropancreatitis\",\n        \"gastropneumatic\",\n        \"gastrorrhagia\",\n        \"gastroscopy\",\n        \"gastroscopic\",\n        \"gastrostaxis\",\n        \"gastrostenosis\",\n        \"gastrostomy\",\n        \"gastrostomies\",\n        \"gastrostomus\",\n        \"indigestion\",\n        \"indigitation\",\n        \"stomachache\"\n    ],\n    \"Ọgbụgba\": [\n        \"dephlogisticated\",\n        \"dispergated\",\n        \"dispergating\",\n        \"rattlewort\"\n    ],\n    \"e sere\": [\n        \"depicted\",\n        \"depictured\"\n    ],\n    \"ndị na-ese ihe\": [\n        \"depicters\",\n        \"depictors\",\n        \"painters\",\n        \"selenographers\",\n        \"typifiers\"\n    ],\n    \"depigenti\": [\n        \"depigmentate\"\n    ],\n    \"depigment\": [\n        \"depigmentation\"\n    ],\n    \"depigmentị\": [\n        \"depigmentize\"\n    ],\n    \"depilaị\": [\n        \"depilating\"\n    ],\n    \"ilhapụ\": [\n        \"depilitant\"\n    ],\n    \"pụrụ iwepụ\": [\n        \"deplaceable\",\n        \"derivable\",\n        \"derivably\"\n    ],\n    \"Dọkpụ\": [\n        \"deplane\"\n    ],\n    \"deplans\": [\n        \"deplanes\"\n    ],\n    \"Na-akọwa\": [\n        \"deplaning\",\n        \"epitomizing\"\n    ],\n    \"lantchụpụ\": [\n        \"deplantation\"\n    ],\n    \"deplacer\": [\n        \"deplaster\"\n    ],\n    \"deplets\": [\n        \"depletions\"\n    ],\n    \"depler\": [\n        \"depletory\"\n    ],\n    \"idokwa\": [\n        \"deploy\"\n    ],\n    \"nwere ike iwepu\": [\n        \"deployable\"\n    ],\n    \"tinye n'ọrụ\": [\n        \"deployed\",\n        \"devolved\",\n        \"embrittle\",\n        \"fiscalized\",\n        \"preapplied\",\n        \"preapprized\",\n        \"subserrated\",\n        \"utilised\",\n        \"utilises\",\n        \"utilising\",\n        \"utilitarianism\",\n        \"utilitarianize\",\n        \"utilizations\",\n        \"utilized\",\n        \"utilizer\",\n        \"utilizers\",\n        \"utilizes\",\n        \"utilizing\"\n    ],\n    \"na-etinye\": [\n        \"deploying\",\n        \"encasing\",\n        \"entwining\",\n        \"implumed\",\n        \"incorporating\",\n        \"incrossbred\",\n        \"puting\",\n        \"puts\",\n        \"putting\"\n    ],\n    \"nkenye ọnọdụ\": [\n        \"deployment\",\n        \"deployments\",\n        \"deploration\"\n    ],\n    \"na-ebuga\": [\n        \"deploys\"\n    ],\n    \"Na-agbasasị\": [\n        \"deplorably\"\n    ],\n    \"dọgbuo\": [\n        \"deplore\"\n    ],\n    \"deplu\": [\n        \"deplumated\"\n    ],\n    \"depll\": [\n        \"deplumed\"\n    ],\n    \"Na-agbada\": [\n        \"depluming\",\n        \"squirmiest\",\n        \"squirrelled\",\n        \"stridingly\"\n    ],\n    \"depolaris\": [\n        \"depolarised\",\n        \"depolarising\"\n    ],\n    \"depolymeriz\": [\n        \"depolymerize\",\n        \"repolymerize\"\n    ],\n    \"depolymering\": [\n        \"depolymerizing\"\n    ],\n    \"dara mbà\": [\n        \"depolished\"\n    ],\n    \"dozie anya\": [\n        \"depoliticize\"\n    ],\n    \"na-etinye mmụọ\": [\n        \"depoliticizing\"\n    ],\n    \"ihe mmegide\": [\n        \"deponent\",\n        \"harriers\",\n        \"predisponent\"\n    ],\n    \"ndị na-ede mmiri\": [\n        \"deponents\",\n        \"hydrographers\",\n        \"nippers\",\n        \"ormers\"\n    ],\n    \"depon\": [\n        \"deponing\"\n    ],\n    \"kpụpụ gị\": [\n        \"deport\"\n    ],\n    \"mbula\": [\n        \"deportability\",\n        \"deportation\",\n        \"deportations\",\n        \"deporte\",\n        \"deportment\",\n        \"deporture\"\n    ],\n    \"iwebata\": [\n        \"deportable\",\n        \"integrand\",\n        \"introduce\",\n        \"introducing\",\n        \"introduct\",\n        \"introduction\",\n        \"untethering\"\n    ],\n    \"ebula ya\": [\n        \"deported\"\n    ],\n    \"onye a chụpụrụ\": [\n        \"deportee\"\n    ],\n    \"ndị a chụpụrụ\": [\n        \"deportees\"\n    ],\n    \"onye mbuputa\": [\n        \"deporter\"\n    ],\n    \"na-ebula ya\": [\n        \"deporting\"\n    ],\n    \"Mbupụ\": [\n        \"deports\",\n        \"outport\"\n    ],\n    \"nkwụnye ego\": [\n        \"deposer\",\n        \"deposers\",\n        \"deposit\",\n        \"depositary\",\n        \"depositional\",\n        \"depositions\",\n        \"depositive\",\n        \"depositories\",\n        \"deposits\",\n        \"depositum\",\n        \"depositure\",\n        \"deposure\",\n        \"disposit\",\n        \"redeposit\",\n        \"redeposits\",\n        \"reposit\",\n        \"repositor\",\n        \"reposits\"\n    ],\n    \"ndị na-edebe ego\": [\n        \"depositaries\",\n        \"depositors\"\n    ],\n    \"na-edebe\": [\n        \"depositing\"\n    ],\n    \"onye nzipu ego\": [\n        \"depositor\"\n    ],\n    \"depo\": [\n        \"depot\"\n    ],\n    \"deprara\": [\n        \"depraver\"\n    ],\n    \"ndị na-apụ apụ\": [\n        \"depravers\",\n        \"detailers\",\n        \"mislayers\",\n        \"outfielders\",\n        \"outfieldsmen\",\n        \"outmaneuvers\"\n    ],\n    \"na-apụ apụ\": [\n        \"depraves\",\n        \"exiting\",\n        \"exorcizes\",\n        \"expropriatory\",\n        \"misappear\",\n        \"misparts\",\n        \"outarguing\",\n        \"outbabbling\",\n        \"outbaked\",\n        \"outbatted\",\n        \"outbatting\",\n        \"outbeaming\",\n        \"outbearing\",\n        \"outbending\",\n        \"outbidder\",\n        \"outbleeding\",\n        \"outblooming\",\n        \"outblowing\",\n        \"outblushing\",\n        \"outbragging\",\n        \"outbreaking\",\n        \"outbribing\",\n        \"outbridging\",\n        \"outbudding\",\n        \"outbulging\",\n        \"outbustling\",\n        \"outcapering\",\n        \"outclimbing\",\n        \"outfaming\",\n        \"outfasting\",\n        \"outfighter\",\n        \"outfiring\",\n        \"outflaming\",\n        \"outflaring\",\n        \"outfrowning\",\n        \"outgazing\",\n        \"outglowing\",\n        \"outgoing\",\n        \"outgunning\",\n        \"outgushing\",\n        \"outhearing\",\n        \"outhiring\",\n        \"outhousing\",\n        \"outjinxing\",\n        \"outlaying\",\n        \"outlasting\",\n        \"outleaped\",\n        \"outleaping\",\n        \"outlearnt\",\n        \"outliving\",\n        \"outlodging\",\n        \"outloving\",\n        \"outmarching\",\n        \"outmatching\",\n        \"outmating\",\n        \"outmoding\",\n        \"outmoving\",\n        \"outpopulating\",\n        \"outpouching\",\n        \"outpressing\",\n        \"outpulling\",\n        \"outquibbling\",\n        \"outquibling\",\n        \"outrating\",\n        \"outrhyming\",\n        \"outriding\",\n        \"outrivaling\",\n        \"outrivalling\",\n        \"outroaring\",\n        \"outrocking\",\n        \"outrooting\",\n        \"outroving\",\n        \"outserving\",\n        \"outsinning\",\n        \"outsitting\",\n        \"outsmarting\",\n        \"outsmiling\",\n        \"outsnoring\",\n        \"outsoaring\",\n        \"outstating\",\n        \"outstatistic\",\n        \"outstinging\",\n        \"outsumming\",\n        \"outtinkling\",\n        \"outtrading\",\n        \"outtraveling\",\n        \"outtrumping\",\n        \"outvoting\",\n        \"outwaiting\",\n        \"outwasting\",\n        \"outwaving\",\n        \"outwiggling\",\n        \"outwishing\",\n        \"protruding\",\n        \"undisappearing\"\n    ],\n    \"bụrụ ihe efu\": [\n        \"deprecable\",\n        \"depreciable\"\n    ],\n    \"bụrụ onye dịpụrụ adịpụ\": [\n        \"deprecate\",\n        \"deprecated\",\n        \"deprecates\"\n    ],\n    \"Ebelata\": [\n        \"deprecator\",\n        \"deproceduring\",\n        \"pervenche\",\n        \"rhodomelaceous\"\n    ],\n    \"bụrụ onye rụrụ arụ\": [\n        \"deprecatory\"\n    ],\n    \"Nda mba\": [\n        \"deprecatoriness\"\n    ],\n    \"dara ogbenye\": [\n        \"depreciated\",\n        \"empoverish\",\n        \"impoverished\",\n        \"paupered\"\n    ],\n    \"depreciative\": [\n        \"depreciatively\"\n    ],\n    \"depreciater\": [\n        \"depreciator\"\n    ],\n    \"bụrụ ndị na-akwụ ụgwọ\": [\n        \"depreciatory\"\n    ],\n    \"ọpụrụ\": [\n        \"depredate\"\n    ],\n    \"Edebere\": [\n        \"depredationist\"\n    ],\n    \"depredings\": [\n        \"depredations\"\n    ],\n    \"Ajọ uche\": [\n        \"deprehensible\"\n    ],\n    \"ida mba\": [\n        \"depress\",\n        \"despond\",\n        \"dismay\",\n        \"faintful\",\n        \"faintish\",\n        \"unimpoverished\"\n    ],\n    \"ndị ịda mba\": [\n        \"depressanth\",\n        \"depressants\"\n    ],\n    \"dara mbà n'obi\": [\n        \"depressed\",\n        \"depresses\"\n    ],\n    \"na-akụda mmụọ ness\": [\n        \"depressingness\"\n    ],\n    \"obi nkoropụ\": [\n        \"depressional\",\n        \"despair\",\n        \"despairful\",\n        \"despairfulness\",\n        \"dispair\",\n        \"pertness\"\n    ],\n    \"ndị nkụda mmụọ\": [\n        \"depressors\"\n    ],\n    \"pressurize\": [\n        \"depressure\"\n    ],\n    \"depreta\": [\n        \"depreter\"\n    ],\n    \"ịnapụ mmadụ ihe\": [\n        \"deprevation\",\n        \"deprivation\"\n    ],\n    \"ndakpọ olileanya\": [\n        \"depriment\",\n        \"disappendant\",\n        \"disappoint\",\n        \"disappointed\",\n        \"disappointedly\",\n        \"disappointer\",\n        \"disappointingness\",\n        \"disappointment\",\n        \"disappointments\",\n        \"disappoints\",\n        \"disillusion\",\n        \"disillusionary\",\n        \"disillusioned\",\n        \"disillusioning\",\n        \"disillusionise\",\n        \"disillusionised\",\n        \"disillusionising\",\n        \"disillusionist\",\n        \"disillusionize\",\n        \"disillusionized\",\n        \"disillusionizing\",\n        \"disillusionment\",\n        \"disillusionments\",\n        \"disillusions\",\n        \"undisappointed\"\n    ],\n    \"na-ewepụ ihe\": [\n        \"deprivable\"\n    ],\n    \"ịnapụ\": [\n        \"deprival\",\n        \"deprive\",\n        \"deprivement\",\n        \"dispossess\",\n        \"expiscation\",\n        \"extorting\",\n        \"extortionate\"\n    ],\n    \"ihe ọghọm\": [\n        \"deprivals\",\n        \"endangerments\",\n        \"risibilities\",\n        \"toxity\"\n    ],\n    \"ghara ịnapụ\": [\n        \"deprivate\"\n    ],\n    \"ekwedo\": [\n        \"deprivative\",\n        \"elasticity\",\n        \"elasticness\",\n        \"platicly\"\n    ],\n    \"anapụla\": [\n        \"deprived\"\n    ],\n    \"napụrụ ihe\": [\n        \"depriver\"\n    ],\n    \"ndị na-ewepụ ihe\": [\n        \"deprivers\"\n    ],\n    \"na-anapụ\": [\n        \"deprives\",\n        \"depriving\"\n    ],\n    \"ebupuru\": [\n        \"deprocedured\",\n        \"outborn\"\n    ],\n    \"deprogram\": [\n        \"deprograms\"\n    ],\n    \"deps\": [\n        \"depsides\"\n    ],\n    \"dị omimi\": [\n        \"depthways\"\n    ],\n    \"apụ apụ\": [\n        \"depurate\",\n        \"outcaste\",\n        \"outfeasted\",\n        \"outfeed\",\n        \"outlled\",\n        \"outttorn\"\n    ],\n    \"laa\": [\n        \"depurge\",\n        \"homeward\",\n        \"homewardly\"\n    ],\n    \"onye nnọchi anya\": [\n        \"deputationist\",\n        \"representer\"\n    ],\n    \"deputụ\": [\n        \"deputations\"\n    ],\n    \"deputative\": [\n        \"deputatively\"\n    ],\n    \"deput\": [\n        \"deputise\",\n        \"deputize\"\n    ],\n    \"deputara\": [\n        \"deputised\",\n        \"deputized\"\n    ],\n    \"Dequeue\": [\n        \"dequeue\"\n    ],\n    \"deray\": [\n        \"derah\"\n    ],\n    \"derailleur\": [\n        \"derailer\"\n    ],\n    \"dera dera\": [\n        \"deranges\"\n    ],\n    \"derby\": [\n        \"derbies\"\n    ],\n    \"ndapu\": [\n        \"dereference\"\n    ],\n    \"ideghari aha\": [\n        \"dereferences\"\n    ],\n    \"idebanye aha\": [\n        \"dereferencing\",\n        \"enlisting\",\n        \"enregistration\",\n        \"enrolling\",\n        \"enrollment\",\n        \"enrolment\",\n        \"enrooting\",\n        \"inrolling\",\n        \"misascription\",\n        \"nonobsession\",\n        \"prescriptivism\",\n        \"registering\",\n        \"rerolling\",\n        \"underregistration\",\n        \"unrolling\",\n        \"unrollment\"\n    ],\n    \"derepu\": [\n        \"deregister\"\n    ],\n    \"debanye\": [\n        \"deregulate\"\n    ],\n    \"dejupụtara\": [\n        \"deregulates\",\n        \"resampled\"\n    ],\n    \"ideghari\": [\n        \"deregulating\",\n        \"rewrite\"\n    ],\n    \"depulationize\": [\n        \"deregulationize\"\n    ],\n    \"edeputara\": [\n        \"derelictions\",\n        \"orthogonalized\"\n    ],\n    \"edeghari\": [\n        \"dereligion\",\n        \"nonwrite\",\n        \"unrecking\",\n        \"unrecluse\"\n    ],\n    \"depuioniz\": [\n        \"dereligionize\"\n    ],\n    \"hapụsịrị\": [\n        \"deresinate\"\n    ],\n    \"Agbụ\": [\n        \"derf\"\n    ],\n    \"mee ihe ọchị\": [\n        \"deride\"\n    ],\n    \"na-akwa emo\": [\n        \"derided\",\n        \"derides\",\n        \"deriding\",\n        \"jeering\",\n        \"mockers\",\n        \"mockingly\",\n        \"ridiculed\",\n        \"ridiculer\",\n        \"ridiculing\",\n        \"ridiculosity\",\n        \"scoffed\",\n        \"scoffingly\",\n        \"unridiculousness\"\n    ],\n    \"njakịrị\": [\n        \"deridingly\",\n        \"jested\",\n        \"jestings\",\n        \"jokes\",\n        \"jokesmith\",\n        \"jokester\",\n        \"jokingly\",\n        \"teaseableness\"\n    ],\n    \"nwere ike inweta\": [\n        \"derisible\"\n    ],\n    \"derints\": [\n        \"derisions\"\n    ],\n    \"nketa\": [\n        \"derisiveness\",\n        \"dermataneuria\",\n        \"heirless\",\n        \"hereditas\",\n        \"inheritabilities\",\n        \"inheritances\",\n        \"inheritrix\"\n    ],\n    \"arụpụta\": [\n        \"derivability\",\n        \"manufactory\",\n        \"manufactories\",\n        \"manufacturable\",\n        \"misproduced\",\n        \"productibility\",\n        \"productional\",\n        \"resultative\",\n        \"resultfulness\"\n    ],\n    \"eweputa\": [\n        \"derivant\"\n    ],\n    \"ọivụ\": [\n        \"derivationally\"\n    ],\n    \"deivatist\": [\n        \"derivatist\"\n    ],\n    \"nwepụtakwa\": [\n        \"derivativeness\"\n    ],\n    \"ewepụtara\": [\n        \"derived\",\n        \"derivedly\",\n        \"derivedness\",\n        \"extraverted\",\n        \"refered\",\n        \"releveled\",\n        \"semifictionalized\",\n        \"semoted\"\n    ],\n    \"na-ewepụta\": [\n        \"derivers\",\n        \"emancipates\",\n        \"relends\"\n    ],\n    \"na-enweta\": [\n        \"derives\",\n        \"gets\",\n        \"getsul\",\n        \"getting\",\n        \"inherits\"\n    ],\n    \"ọ derụ\": [\n        \"dermapterous\",\n        \"dermohumeral\"\n    ],\n    \"dermatographia\": [\n        \"dermatograph\",\n        \"dermatography\"\n    ],\n    \"dermoid\": [\n        \"dermatoid\"\n    ],\n    \"Ọrịa ọrịa\": [\n        \"dermatology\",\n        \"dermatologies\",\n        \"epidemiologist\",\n        \"gastrologist\",\n        \"infectionist\",\n        \"pathobiologist\",\n        \"pathopsychosis\"\n    ],\n    \"ndị ọkachamara n'ihe banyere ọrịa ọkpụkpụ\": [\n        \"dermatologists\"\n    ],\n    \"dermatome\": [\n        \"dermatoma\",\n        \"dermatomere\"\n    ],\n    \"Ọkpụkpụ dermatoneurology\": [\n        \"dermatoneurology\"\n    ],\n    \"mdị\": [\n        \"dermestid\"\n    ],\n    \"Na-agbaghara\": [\n        \"dermises\",\n        \"thwackingly\"\n    ],\n    \"dermatitis\": [\n        \"dermitis\",\n        \"dermititis\"\n    ],\n    \"thermochrome\": [\n        \"dermochrome\"\n    ],\n    \"dermacoccus\": [\n        \"dermococcus\"\n    ],\n    \"Nwaogwu\": [\n        \"dermoidal\"\n    ],\n    \"Nwaogwugwu\": [\n        \"dermoosseous\",\n        \"derrickman\",\n        \"justinianist\",\n        \"testudinarious\",\n        \"vulsella\"\n    ],\n    \"ọgwụ dermovaccine\": [\n        \"dermovaccine\"\n    ],\n    \"Idem\": [\n        \"derned\"\n    ],\n    \"Derner\": [\n        \"derner\"\n    ],\n    \"Udu\": [\n        \"dernful\"\n    ],\n    \"derog\": [\n        \"derogated\"\n    ],\n    \"Ebibi\": [\n        \"deromanticize\"\n    ],\n    \"ọsịsa\": [\n        \"derotreme\",\n        \"dictyosiphonaceous\",\n        \"interiorizes\",\n        \"intermixtly\",\n        \"snab\"\n    ],\n    \"dori\": [\n        \"derri\",\n        \"dories\"\n    ],\n    \"nderi\": [\n        \"derriere\"\n    ],\n    \"devishism\": [\n        \"dervishism\"\n    ],\n    \"imecha iwu\": [\n        \"desaccharification\"\n    ],\n    \"emebisị\": [\n        \"desalinated\",\n        \"desalinized\",\n        \"desquamated\",\n        \"miscounts\",\n        \"miskeep\",\n        \"mistimed\",\n        \"outwhirled\"\n    ],\n    \"ime ka mmiri dị ụtọ\": [\n        \"desalinating\"\n    ],\n    \"nnu nnu\": [\n        \"desalination\",\n        \"salineness\",\n        \"saliniferous\",\n        \"salinification\",\n        \"salinity\",\n        \"salinities\",\n        \"salinization\",\n        \"salinize\",\n        \"salinized\",\n        \"salinizing\",\n        \"saltcatch\",\n        \"saltcellars\",\n        \"saltfat\",\n        \"saltgrass\",\n        \"saltigrade\",\n        \"saltimbankery\",\n        \"saltlessness\",\n        \"saltmaker\",\n        \"saltmaking\",\n        \"saltmouth\",\n        \"saltpans\",\n        \"saltpetrous\",\n        \"saltsprinkler\",\n        \"saltwork\",\n        \"saltwort\"\n    ],\n    \"onye nnu n’alụ\": [\n        \"desalinator\"\n    ],\n    \"ebuli elu\": [\n        \"desalted\",\n        \"elevatedness\",\n        \"eluctation\",\n        \"eremiteship\",\n        \"exalted\",\n        \"exaltedness\",\n        \"exalter\",\n        \"hyperdeified\",\n        \"liftless\",\n        \"presumableness\",\n        \"unsumptuous\",\n        \"upliftable\"\n    ],\n    \"onye desalter\": [\n        \"desalter\"\n    ],\n    \"osokpo\": [\n        \"desalting\"\n    ],\n    \"desamidisation\": [\n        \"desamidization\"\n    ],\n    \"ikpuchi ihu\": [\n        \"desaturation\",\n        \"forecovert\"\n    ],\n    \"rida\": [\n        \"descanted\"\n    ],\n    \"umu\": [\n        \"descants\",\n        \"foisons\",\n        \"forams\",\n        \"progeny\",\n        \"progenies\",\n        \"progeniture\",\n        \"species\"\n    ],\n    \"Nkpuru-obi\": [\n        \"descendence\",\n        \"descendent\"\n    ],\n    \"Agbụrụ\": [\n        \"descendentalistic\",\n        \"laired\",\n        \"streaking\",\n        \"twyers\",\n        \"vomiter\"\n    ],\n    \"onye odida\": [\n        \"descender\"\n    ],\n    \"sitere\": [\n        \"descenders\",\n        \"fromages\",\n        \"origenic\",\n        \"origenical\",\n        \"originable\",\n        \"originant\",\n        \"originary\",\n        \"originate\",\n        \"originated\",\n        \"ranging\"\n    ],\n    \"onyena\": [\n        \"descensionist\",\n        \"sampaloc\"\n    ],\n    \"agbadata\": [\n        \"descensive\"\n    ],\n    \"Naịjirịa\": [\n        \"deschool\",\n        \"nigher\",\n        \"nigrifies\"\n    ],\n    \"Nkpuru\": [\n        \"descry\",\n        \"estoppal\",\n        \"estoppel\",\n        \"klingsor\",\n        \"knobbier\",\n        \"knobbiest\",\n        \"knopweed\",\n        \"laps\",\n        \"snubbier\",\n        \"tesuque\"\n    ],\n    \"rịdata\": [\n        \"descried\"\n    ],\n    \"ndị nkọwa\": [\n        \"descriers\",\n        \"explainers\"\n    ],\n    \"rịda\": [\n        \"descries\"\n    ],\n    \"na nkọwa\": [\n        \"descriptively\"\n    ],\n    \"onye nkọwa\": [\n        \"descriptor\",\n        \"detailist\"\n    ],\n    \"ngbada\": [\n        \"descure\"\n    ],\n    \"metọrọ\": [\n        \"desecrated\"\n    ],\n    \"okachasị\": [\n        \"desecrater\",\n        \"desecrator\"\n    ],\n    \"na-emerụ ya\": [\n        \"desecrates\"\n    ],\n    \"desegged\": [\n        \"desegmented\"\n    ],\n    \"desember\": [\n        \"desemer\"\n    ],\n    \"enweghi ike imebi ihe\": [\n        \"desensitization\"\n    ],\n    \"enwetaghị ikike\": [\n        \"desensitized\",\n        \"misincensed\",\n        \"unallegorized\",\n        \"unatrophied\",\n        \"unauthorised\",\n        \"unauthoritied\",\n        \"unauthorized\",\n        \"unautoritied\",\n        \"unbeautified\",\n        \"unburglarized\",\n        \"undeprived\",\n        \"unelectrized\",\n        \"unemancipated\",\n        \"unjellied\",\n        \"unlegalised\",\n        \"unliquored\",\n        \"unmancipated\",\n        \"unmortifiedly\",\n        \"unoppignorated\",\n        \"unoptimized\",\n        \"unpanegyrized\",\n        \"unregularized\"\n    ],\n    \"ndị na-ebe akwa ihe\": [\n        \"desensitizers\"\n    ],\n    \"adighi ihe nile\": [\n        \"desensitizes\"\n    ],\n    \"na-agbasapụ\": [\n        \"desensitizing\",\n        \"exponentiates\",\n        \"exponentiating\",\n        \"irradiating\",\n        \"preexploding\",\n        \"undrawing\",\n        \"unfloundering\"\n    ],\n    \"ọzara\": [\n        \"desert\",\n        \"desertful\",\n        \"desertism\",\n        \"desertlike\",\n        \"desertness\",\n        \"desertress\",\n        \"desertrice\",\n        \"deserts\",\n        \"desertward\",\n        \"deservings\",\n        \"desophisticate\",\n        \"desophistication\"\n    ],\n    \"ịtọgbọrọ n'efu\": [\n        \"desertedness\",\n        \"desocialization\",\n        \"desolation\",\n        \"desolations\"\n    ],\n    \"ndị gbara ọsọ\": [\n        \"deserters\",\n        \"fleers\"\n    ],\n    \"n'ọzara\": [\n        \"desertfully\",\n        \"desertlessly\"\n    ],\n    \"ala ịkpa\": [\n        \"desertification\"\n    ],\n    \"enweghị ozara\": [\n        \"desertless\"\n    ],\n    \"kwesịrị obere\": [\n        \"deserveless\"\n    ],\n    \"deexualized\": [\n        \"desexualized\"\n    ],\n    \"deset\": [\n        \"desiccated\",\n        \"desiccates\"\n    ],\n    \"desicications\": [\n        \"desiccations\"\n    ],\n    \"achotala\": [\n        \"desiderant\"\n    ],\n    \"ochoro\": [\n        \"desiderata\",\n        \"estrepe\",\n        \"ostracoderm\"\n    ],\n    \"enweghị olileanya\": [\n        \"desideration\",\n        \"despairing\",\n        \"despairingness\",\n        \"despairs\",\n        \"desperance\",\n        \"desperation\",\n        \"hopeless\",\n        \"hopelessness\",\n        \"prospectless\",\n        \"prospectusless\",\n        \"wishless\"\n    ],\n    \"achozie\": [\n        \"desiderta\"\n    ],\n    \"imewe\": [\n        \"design\",\n        \"designado\",\n        \"designedness\",\n        \"designful\",\n        \"formulise\",\n        \"intermedin\",\n        \"intermodule\",\n        \"interweaver\",\n        \"ultrainvolved\",\n        \"undervegetation\"\n    ],\n    \"ẹkedọhọde\": [\n        \"designated\"\n    ],\n    \"emebe iwu\": [\n        \"designating\",\n        \"policymaking\",\n        \"pretreated\"\n    ],\n    \"e mere\": [\n        \"designed\"\n    ],\n    \"emebere\": [\n        \"designedly\",\n        \"diddled\",\n        \"highhanded\",\n        \"melodramatised\",\n        \"naturalized\",\n        \"protoxidized\",\n        \"symmetrized\",\n        \"unstormed\"\n    ],\n    \"kpachapụrụ anya\": [\n        \"designfully\",\n        \"improvisedly\",\n        \"precancerous\",\n        \"preciosity\",\n        \"preclusive\",\n        \"psychorhythm\",\n        \"wittiest\"\n    ],\n    \"emebe\": [\n        \"designing\",\n        \"irreal\",\n        \"replicate\"\n    ],\n    \"na-emebe\": [\n        \"designingly\"\n    ],\n    \"emebeghi\": [\n        \"designless\",\n        \"noncustomary\",\n        \"uncontoured\",\n        \"unstaged\"\n    ],\n    \"enweghị echiche\": [\n        \"designlessness\",\n        \"idealess\",\n        \"irredentism\",\n        \"misdoubtful\",\n        \"nonadventitiousness\",\n        \"nonanalogousness\",\n        \"nonassumption\",\n        \"nonatheistic\",\n        \"nonconjectural\",\n        \"nondeception\",\n        \"nondeistic\",\n        \"nonderogative\",\n        \"nondeviating\",\n        \"nondevious\",\n        \"nondeviousness\",\n        \"nondevotionally\",\n        \"nonegotistic\",\n        \"nonelucidating\",\n        \"nonethical\",\n        \"nonethicalness\",\n        \"nonheinousness\",\n        \"nonimaginational\",\n        \"nonimpressionabness\",\n        \"nonimpressionistic\",\n        \"noninoculative\",\n        \"nonnihilistic\",\n        \"nonopinionated\",\n        \"nonperception\",\n        \"nonphilosophy\",\n        \"nonphilosophic\",\n        \"nonphilosophical\",\n        \"nonreasoning\",\n        \"nonrefueling\",\n        \"nonrudimentariness\",\n        \"nonstrategical\",\n        \"nonsuppositive\",\n        \"nontheistic\",\n        \"notionalness\",\n        \"notionless\",\n        \"propessimism\",\n        \"theoryless\",\n        \"thoughtfreeness\",\n        \"thoughtlessness\",\n        \"unanalogousness\",\n        \"undeceiving\",\n        \"underogative\",\n        \"unejective\",\n        \"unevolutional\",\n        \"unevolutionary\",\n        \"unextremeness\",\n        \"unfreighted\",\n        \"unfrowardly\",\n        \"unfussing\",\n        \"unopinionatedness\",\n        \"unphilologic\",\n        \"unphilosophy\",\n        \"unphilosophicalness\",\n        \"unphilosophize\",\n        \"unphilosophized\",\n        \"unrelativistic\",\n        \"unsadistic\",\n        \"unstrategical\",\n        \"unsuicidal\",\n        \"untheoretic\"\n    ],\n    \"ịchọpụsị\": [\n        \"desilicification\"\n    ],\n    \"onye na-achọ ihe\": [\n        \"desilverizer\",\n        \"desultor\",\n        \"endeavourer\",\n        \"needlemaker\"\n    ],\n    \"ikerepụ\": [\n        \"desipiency\"\n    ],\n    \"enweghị agụụ\": [\n        \"desireless\",\n        \"desirelessness\",\n        \"hungerless\",\n        \"lustreless\",\n        \"nonacuity\",\n        \"starlessness\",\n        \"wantlessness\"\n    ],\n    \"ndị chọrọ\": [\n        \"desirers\",\n        \"grudgers\",\n        \"incliners\",\n        \"needers\",\n        \"wanters\"\n    ],\n    \"achoghi\": [\n        \"desitive\",\n        \"needn\",\n        \"unfought\"\n    ],\n    \"dị ka tebụl\": [\n        \"desklike\"\n    ],\n    \"ndị na-edocha okpokoro\": [\n        \"deskmen\"\n    ],\n    \"desktọọpụ\": [\n        \"desktop\"\n    ],\n    \"nkụda\": [\n        \"desmocyte\",\n        \"disjointure\",\n        \"scragginess\",\n        \"scrappiness\",\n        \"scrawniness\"\n    ],\n    \"deobligeant\": [\n        \"desobligeant\"\n    ],\n    \"tọgbọrọ n'efu\": [\n        \"desocialize\",\n        \"desolate\",\n        \"desolated\",\n        \"desolately\",\n        \"desolates\",\n        \"desolator\",\n        \"desole\",\n        \"empties\"\n    ],\n    \"tọgbọọ\": [\n        \"desoeuvre\",\n        \"tamponment\"\n    ],\n    \"imebisị ihe\": [\n        \"desolating\",\n        \"vandalism\",\n        \"vandalistic\",\n        \"vandalization\",\n        \"vandalizing\"\n    ],\n    \"tọgbọrọ\": [\n        \"desolative\",\n        \"desoxalate\",\n        \"estopped\",\n        \"laid\",\n        \"libken\",\n        \"relevator\"\n    ],\n    \"ahosyanisoin\": [\n        \"desoxyanisoin\"\n    ],\n    \"ahokshobenzoin\": [\n        \"desoxybenzoin\"\n    ],\n    \"ahoorokasticosterone\": [\n        \"desoxycorticosterone\"\n    ],\n    \"ebekpofesrine\": [\n        \"desoxyephedrine\"\n    ],\n    \"noxymorphine\": [\n        \"desoxymorphine\"\n    ],\n    \"ahoksribribonyeanu\": [\n        \"desoxyribonuclease\"\n    ],\n    \"efonyechika okonkwo\": [\n        \"desoxyribonucleic\"\n    ],\n    \"achaksribonucleoprotein\": [\n        \"desoxyribonucleoprotein\"\n    ],\n    \"enwekwaghị olileanya\": [\n        \"despaired\"\n    ],\n    \"enweghị obi nkoropụ\": [\n        \"despairfully\",\n        \"despairingly\"\n    ],\n    \"nkasi\": [\n        \"despatch\"\n    ],\n    \"zitere\": [\n        \"despatched\",\n        \"hinnied\",\n        \"sent\",\n        \"sentient\",\n        \"sentients\"\n    ],\n    \"ọpeụ\": [\n        \"despecialization\"\n    ],\n    \"atụmanya\": [\n        \"despect\",\n        \"expectance\",\n        \"expectancies\",\n        \"expectant\",\n        \"expectation\",\n        \"expectations\",\n        \"expectedness\",\n        \"expectoration\",\n        \"expectorations\",\n        \"foreintend\",\n        \"forenotice\",\n        \"foresight\",\n        \"foresighted\",\n        \"foresightedly\",\n        \"prosects\",\n        \"prospect\",\n        \"prospective\",\n        \"prospectiveness\",\n        \"prospectives\",\n        \"prospects\",\n        \"prospectus\",\n        \"prospectuses\"\n    ],\n    \"Agụụ\": [\n        \"desperadoes\",\n        \"habitudes\",\n        \"hungers\",\n        \"interjealousy\",\n        \"lustres\",\n        \"pseudostudious\",\n        \"snugnesses\",\n        \"splashiness\",\n        \"tendour\"\n    ],\n    \"sikwara ike njite\": [\n        \"desperate\"\n    ],\n    \"n’echeghị echiche\": [\n        \"desperately\"\n    ],\n    \"eleda anya\": [\n        \"despise\",\n        \"overlicentious\",\n        \"overneglectful\",\n        \"undeduced\",\n        \"underestimate\",\n        \"underestimation\",\n        \"underestimations\"\n    ],\n    \"elelị\": [\n        \"despised\",\n        \"despraise\",\n        \"despumated\",\n        \"elelments\",\n        \"underestimated\"\n    ],\n    \"ibukọrọ ihe mmadụ\": [\n        \"despoil\"\n    ],\n    \"e bukọrọ ihe ya\": [\n        \"despoiled\"\n    ],\n    \"Onye na-apụnara mmadụ ihe\": [\n        \"despoiler\",\n        \"robuster\"\n    ],\n    \"ndị na-apụnara mmadụ ihe\": [\n        \"despoilers\",\n        \"extortioners\",\n        \"extortionists\",\n        \"plunderers\",\n        \"raptors\",\n        \"spouters\"\n    ],\n    \"ibibi ihe\": [\n        \"despoiling\",\n        \"mortalize\"\n    ],\n    \"Na-atụgharị uche\": [\n        \"desponder\",\n        \"interfibrous\",\n        \"munting\",\n        \"ponderer\",\n        \"pullulated\",\n        \"pulverizable\",\n        \"spuing\",\n        \"terning\"\n    ],\n    \"na-enwe nkụda mmụọ\": [\n        \"desponding\",\n        \"downhearted\"\n    ],\n    \"ikike ọchịchị\": [\n        \"despotisms\",\n        \"supersovereignty\"\n    ],\n    \"onye ime ihe ike\": [\n        \"despotist\"\n    ],\n    \"kwụsịtụ\": [\n        \"despotize\",\n        \"interrupt\",\n        \"stopple\",\n        \"suspend\"\n    ],\n    \"Oche\": [\n        \"despots\",\n        \"lichee\",\n        \"lychee\",\n        \"lichees\",\n        \"lychees\"\n    ],\n    \"desquatory\": [\n        \"desquamatory\"\n    ],\n    \"dais\": [\n        \"dess\",\n        \"dice\",\n        \"dicerous\",\n        \"dices\"\n    ],\n    \"dezaati\": [\n        \"dessert\"\n    ],\n    \"nwoke ịga ụlọ ọgwụ\": [\n        \"desterilization\",\n        \"sterilization\"\n    ],\n    \"igba ogwu\": [\n        \"desterilized\",\n        \"immunise\",\n        \"immunize\",\n        \"infrigidate\",\n        \"intubate\",\n        \"intubation\",\n        \"intuse\",\n        \"spunch\",\n        \"sterilised\",\n        \"sterilising\",\n        \"sterilized\",\n        \"sterilizing\"\n    ],\n    \"kara aka\": [\n        \"destin\",\n        \"destinal\",\n        \"destinate\",\n        \"destine\",\n        \"destined\",\n        \"foreordained\",\n        \"outgabbled\",\n        \"outgained\",\n        \"outmatched\",\n        \"outshape\",\n        \"precombatant\",\n        \"predestine\",\n        \"predestined\",\n        \"predestines\",\n        \"predestiny\",\n        \"predeterminant\",\n        \"predetermined\",\n        \"predetermining\",\n        \"prerouted\",\n        \"unpredetermined\"\n    ],\n    \"ebe njedebe\": [\n        \"destination\",\n        \"destinations\"\n    ],\n    \"Ebebueze\": [\n        \"destinezite\"\n    ],\n    \"onye chọrọ\": [\n        \"destinist\"\n    ],\n    \"nọ n'ụkọ\": [\n        \"destitute\"\n    ],\n    \"nwere nsogbu\": [\n        \"destressed\",\n        \"distressed\",\n        \"incysted\",\n        \"polyphoned\",\n        \"preoccurred\"\n    ],\n    \"ndị na-ebibi\": [\n        \"destriers\"\n    ],\n    \"ndị mbibi\": [\n        \"destroyers\",\n        \"ruiners\"\n    ],\n    \"ihe efu efu\": [\n        \"destructibleness\"\n    ],\n    \"ndị nbibi\": [\n        \"destructors\"\n    ],\n    \"ebula\": [\n        \"destuff\",\n        \"devalued\"\n    ],\n    \"sọlfọ\": [\n        \"desulfur\",\n        \"solerets\",\n        \"sulfamic\",\n        \"sulfas\",\n        \"sulfatic\",\n        \"sulfation\",\n        \"sulfatize\",\n        \"sulfid\",\n        \"sulfides\",\n        \"sulfids\",\n        \"sulfine\",\n        \"sulfion\",\n        \"sulfite\",\n        \"sulfites\",\n        \"sulfonals\",\n        \"sulfonate\",\n        \"sulfonated\",\n        \"sulfonation\",\n        \"sulfonator\",\n        \"sulfone\",\n        \"sulfones\",\n        \"sulfonic\",\n        \"sulfonyls\",\n        \"sulfur\",\n        \"sulfurage\",\n        \"sulfurate\",\n        \"sulfuration\",\n        \"sulfurator\",\n        \"sulfurea\",\n        \"sulfureous\",\n        \"sulfureously\",\n        \"sulfureousness\",\n        \"sulfuret\",\n        \"sulfureted\",\n        \"sulfureting\",\n        \"sulfurets\",\n        \"sulfuretted\",\n        \"sulfuretting\",\n        \"sulfury\",\n        \"sulfuryl\",\n        \"sulfuryls\",\n        \"sulfuring\",\n        \"sulfurization\",\n        \"sulfurize\",\n        \"sulfurized\",\n        \"sulfurizing\",\n        \"sulfurous\",\n        \"sulfurously\",\n        \"sulfurousness\",\n        \"sulfurs\",\n        \"sulphas\",\n        \"sulphates\",\n        \"sulphur\"\n    ],\n    \"desulfurization\": [\n        \"desulfurating\",\n        \"desulfuration\",\n        \"desulfurisation\"\n    ],\n    \"ebibie\": [\n        \"desulfurised\"\n    ],\n    \"na-achọpụ\": [\n        \"desulfurising\"\n    ],\n    \"emezuwo\": [\n        \"desulfurized\"\n    ],\n    \"disulphurated\": [\n        \"desulphurated\"\n    ],\n    \"chukwubuike\": [\n        \"desulphurise\",\n        \"lithoxyle\"\n    ],\n    \"chụpụrụ\": [\n        \"desulphurised\",\n        \"desulphurized\",\n        \"dispeed\",\n        \"dispelled\",\n        \"dispeller\",\n        \"dispiritedly\",\n        \"displaced\",\n        \"disponed\",\n        \"driven\",\n        \"evicted\",\n        \"excommunicated\",\n        \"exonerated\",\n        \"expulsed\",\n        \"inturned\",\n        \"ousted\",\n        \"preinscribed\"\n    ],\n    \"na-achọ ọizingụ\": [\n        \"desulphurizing\"\n    ],\n    \"kemwepu\": [\n        \"detachable\"\n    ],\n    \"onye mgbapu\": [\n        \"detacher\",\n        \"escapist\",\n        \"excitor\",\n        \"outwitter\",\n        \"perlustrator\",\n        \"stripier\"\n    ],\n    \"ndị ntọ\": [\n        \"detachers\"\n    ],\n    \"detachị\": [\n        \"detachments\"\n    ],\n    \"onye eji eji\": [\n        \"detainee\"\n    ],\n    \"ndị ejidere\": [\n        \"detainees\"\n    ],\n    \"onye njide\": [\n        \"detainer\",\n        \"grabber\",\n        \"grabman\",\n        \"helder\",\n        \"holdsman\"\n    ],\n    \"atbọchị\": [\n        \"detat\"\n    ],\n    \"nchọpụta\": [\n        \"detectability\",\n        \"detection\",\n        \"detections\",\n        \"detectivism\",\n        \"discoid\",\n        \"discoidal\",\n        \"discovenant\",\n        \"discoverability\",\n        \"discoverer\",\n        \"explorement\",\n        \"locative\"\n    ],\n    \"achoputara\": [\n        \"detected\",\n        \"hardcovered\"\n    ],\n    \"ndị na-achọpụta ihe\": [\n        \"detecters\",\n        \"detectors\",\n        \"discoverers\",\n        \"tracers\"\n    ],\n    \"ịchọputa\": [\n        \"detecting\"\n    ],\n    \"ndị nchọpụta\": [\n        \"detectives\"\n    ],\n    \"detuobrate\": [\n        \"detenebrate\"\n    ],\n    \"detuo\": [\n        \"detente\",\n        \"detonators\",\n        \"detonize\",\n        \"detray\"\n    ],\n    \"detenu\": [\n        \"detenue\"\n    ],\n    \"omo\": [\n        \"deterged\",\n        \"detergent\"\n    ],\n    \"ihe nkwọcha\": [\n        \"deterger\"\n    ],\n    \"Onye mmebi iwu\": [\n        \"deteriorationist\"\n    ],\n    \"kpebisiri ike\": [\n        \"determent\",\n        \"determinated\",\n        \"determined\"\n    ],\n    \"ndị na-ekpebi ihe\": [\n        \"determents\",\n        \"determinants\",\n        \"determiners\"\n    ],\n    \"ekpebi ihe\": [\n        \"determinateness\"\n    ],\n    \"mkpebi siri ike\": [\n        \"determination\",\n        \"determinedness\",\n        \"overdetermination\",\n        \"tenaciousness\",\n        \"tenacity\"\n    ],\n    \"achoputa\": [\n        \"determinator\"\n    ],\n    \"ihe choro\": [\n        \"determiner\",\n        \"prerequisites\"\n    ],\n    \"ndị na-ajụ oyi\": [\n        \"deterrers\",\n        \"lowlanders\"\n    ],\n    \"detụ\": [\n        \"deters\"\n    ],\n    \"ihe-arụ\": [\n        \"detestations\"\n    ],\n    \"detesta\": [\n        \"detester\"\n    ],\n    \"ndị rụrụ arụ\": [\n        \"detesters\"\n    ],\n    \"ihe arụ\": [\n        \"detesting\"\n    ],\n    \"Dethroning\": [\n        \"dethroning\"\n    ],\n    \"det pụrụ\": [\n        \"deticked\"\n    ],\n    \"deticiki\": [\n        \"detickers\"\n    ],\n    \"na-atọpụ\": [\n        \"deticking\",\n        \"disarming\",\n        \"loosens\",\n        \"trichinizing\",\n        \"undoting\"\n    ],\n    \"igbasu\": [\n        \"detonate\"\n    ],\n    \"deton\": [\n        \"detonating\",\n        \"detonations\"\n    ],\n    \"detọ\": [\n        \"detort\"\n    ],\n    \"mmanya egbu\": [\n        \"detoxicated\"\n    ],\n    \"ekpugwo\": [\n        \"detoxified\"\n    ],\n    \"detụrụ\": [\n        \"detracted\"\n    ],\n    \"detract\": [\n        \"detractive\"\n    ],\n    \"imebisị\": [\n        \"detribalize\"\n    ],\n    \"detritar\": [\n        \"detrited\"\n    ],\n    \"detritivorous\": [\n        \"detrivorous\"\n    ],\n    \"detorita\": [\n        \"detroiter\"\n    ],\n    \"gwongworo\": [\n        \"detruck\",\n        \"lorry\",\n        \"lorries\",\n        \"truancies\",\n        \"truant\",\n        \"truanted\",\n        \"truantry\",\n        \"truantries\",\n        \"truced\",\n        \"truces\",\n        \"truck\",\n        \"truckage\",\n        \"truckages\",\n        \"trucked\",\n        \"trucker\",\n        \"truckful\",\n        \"truckie\",\n        \"trucking\",\n        \"truckings\",\n        \"truckler\",\n        \"truckles\",\n        \"truckline\",\n        \"truckling\",\n        \"truckload\",\n        \"truckloads\",\n        \"truckman\",\n        \"trucks\",\n        \"truckster\",\n        \"truckway\",\n        \"truculence\",\n        \"truculency\",\n        \"truculent\",\n        \"truculental\",\n        \"truculentness\",\n        \"trued\",\n        \"truff\",\n        \"truffes\",\n        \"truffler\",\n        \"truffles\",\n        \"trufflesque\",\n        \"truvat\",\n        \"vans\",\n        \"vespertilionine\"\n    ],\n    \"atọpụ\": [\n        \"detubation\",\n        \"loosener\",\n        \"looseners\",\n        \"looseness\",\n        \"loosening\",\n        \"looser\",\n        \"loosing\",\n        \"loosish\",\n        \"tartarized\",\n        \"trilineated\",\n        \"undy\",\n        \"undilating\",\n        \"undrying\",\n        \"unfasting\",\n        \"unlading\",\n        \"unripening\",\n        \"unstacking\",\n        \"unstaying\",\n        \"untacking\",\n        \"untackling\",\n        \"untieing\",\n        \"untiing\",\n        \"untying\",\n        \"untorn\",\n        \"unturning\"\n    ],\n    \"detomscent\": [\n        \"detumescent\"\n    ],\n    \"duucalion\": [\n        \"deucalion\"\n    ],\n    \"Diuces\": [\n        \"deuces\"\n    ],\n    \"Diutenphalon\": [\n        \"deutencephalon\"\n    ],\n    \"Odegbogu\": [\n        \"deuteragonist\"\n    ],\n    \"Diuterium\": [\n        \"deuterium\"\n    ],\n    \"Diuterọnọmi\": [\n        \"deuteron\",\n        \"deuteronomic\",\n        \"deuteronomical\",\n        \"deuteronomist\",\n        \"deuteronomistic\"\n    ],\n    \"Deuterọnọmi\": [\n        \"deuteronomy\",\n        \"deuterons\"\n    ],\n    \"utemụnna gị\": [\n        \"deuteropathic\"\n    ],\n    \"dezieerite\": [\n        \"deutomerite\"\n    ],\n    \"Diuton\": [\n        \"deuton\"\n    ],\n    \"Diutonymphal\": [\n        \"deutonymphal\"\n    ],\n    \"Diutzia\": [\n        \"deutzia\"\n    ],\n    \"na-ewelata\": [\n        \"devaluates\"\n    ],\n    \"na-emelata\": [\n        \"devaluating\"\n    ],\n    \"na-eweda n'ala\": [\n        \"devaluing\"\n    ],\n    \"vagha\": [\n        \"devaporation\"\n    ],\n    \"na-emebi ihe\": [\n        \"devastating\",\n        \"devastative\",\n        \"disadvantaging\",\n        \"misappropriations\",\n        \"perisome\",\n        \"pernicious\",\n        \"undevastating\"\n    ],\n    \"ndị na-emebi ihe\": [\n        \"devastators\",\n        \"hurters\",\n        \"maligners\"\n    ],\n    \"gbuchara\": [\n        \"deveined\",\n        \"durnedest\",\n        \"mortified\",\n        \"pontificated\"\n    ],\n    \"devel\": [\n        \"develing\",\n        \"devels\"\n    ],\n    \"mmepe\": [\n        \"developability\",\n        \"developable\",\n        \"developedness\",\n        \"developement\",\n        \"development\",\n        \"developmental\",\n        \"developmentally\",\n        \"developmentary\",\n        \"developmentist\"\n    ],\n    \"mepụtara\": [\n        \"developed\",\n        \"developes\",\n        \"developist\",\n        \"epimerised\",\n        \"industrialised\",\n        \"invention\",\n        \"inventional\",\n        \"invents\",\n        \"mined\"\n    ],\n    \"Mmepụta\": [\n        \"developer\",\n        \"productions\"\n    ],\n    \"ndị mmepe\": [\n        \"developers\",\n        \"redevelopers\"\n    ],\n    \"na-emepe emepe\": [\n        \"developing\",\n        \"inaugurating\",\n        \"undeveloping\",\n        \"undevelopmentally\"\n    ],\n    \"onye mmepe\": [\n        \"developmentalist\",\n        \"developmentarian\"\n    ],\n    \"Mmepe\": [\n        \"developments\"\n    ],\n    \"deverative\": [\n        \"deverbative\"\n    ],\n    \"agbanwe\": [\n        \"deviable\",\n        \"fluctuable\",\n        \"flux\",\n        \"fluxed\",\n        \"fluxure\",\n        \"variable\"\n    ],\n    \"nwehie\": [\n        \"deviance\",\n        \"deviances\"\n    ],\n    \"gbagọrọ\": [\n        \"deviately\"\n    ],\n    \"na-agbagọ\": [\n        \"deviating\",\n        \"scrawling\",\n        \"twigging\",\n        \"twists\"\n    ],\n    \"Onye ohi\": [\n        \"deviator\",\n        \"drowsier\",\n        \"lirate\",\n        \"pirate\"\n    ],\n    \"ndị na-emehie\": [\n        \"deviators\"\n    ],\n    \"ngwaọrụ\": [\n        \"device\",\n        \"devicefulness\",\n        \"devices\",\n        \"devide\",\n        \"toolers\",\n        \"tools\",\n        \"toolsi\"\n    ],\n    \"na ngwaọrụ\": [\n        \"devicefully\"\n    ],\n    \"ekwensu nnụnụ\": [\n        \"devilbird\"\n    ],\n    \"ekwensuwood\": [\n        \"devilwood\"\n    ],\n    \"Onyedika Chibuike\": [\n        \"devirginator\"\n    ],\n    \"chepụta\": [\n        \"devise\",\n        \"planulate\"\n    ],\n    \"echepụta\": [\n        \"devised\",\n        \"invenit\",\n        \"inventful\",\n        \"inventing\",\n        \"inventive\",\n        \"inventively\"\n    ],\n    \"onye chiri\": [\n        \"deviser\"\n    ],\n    \"ndị na-ewepụta onwe ha\": [\n        \"devisers\"\n    ],\n    \"tinye uche\": [\n        \"devitaminize\",\n        \"devocalise\",\n        \"overconcentrate\",\n        \"overconcentrated\",\n        \"oversensitively\",\n        \"oversentimentally\"\n    ],\n    \"agbanyeghi\": [\n        \"devocalized\"\n    ],\n    \"na-asọ nsọ\": [\n        \"devocalizing\",\n        \"renegade\",\n        \"renegadism\"\n    ],\n    \"ịgba alụkwaghịm\": [\n        \"devoice\",\n        \"divorce\",\n        \"divorceable\",\n        \"divorcee\",\n        \"divorcees\",\n        \"divorcement\",\n        \"divorcements\",\n        \"divorcer\",\n        \"divorces\",\n        \"divorceuse\",\n        \"divorcible\",\n        \"divorcing\",\n        \"divorcive\"\n    ],\n    \"gbara alụkwaghịm\": [\n        \"devoiced\",\n        \"divorced\"\n    ],\n    \"na-eripịa\": [\n        \"devoirs\",\n        \"devourer\",\n        \"devouring\",\n        \"devouringly\"\n    ],\n    \"nwelata nri\": [\n        \"devolatilisation\"\n    ],\n    \"nwelata\": [\n        \"devolatilise\",\n        \"diminutal\",\n        \"reductibility\"\n    ],\n    \"iwesa nri\": [\n        \"devolatilization\"\n    ],\n    \"ọwakpo\": [\n        \"devolutionist\"\n    ],\n    \"ife ofufe\": [\n        \"devolving\",\n        \"worship\",\n        \"worshipfulness\",\n        \"worshiping\",\n        \"worshipping\",\n        \"worshippingly\",\n        \"worships\",\n        \"worthship\"\n    ],\n    \"onwuzulike\": [\n        \"devonshire\",\n        \"gowlan\",\n        \"standergrass\"\n    ],\n    \"ndị na-efe ofufe\": [\n        \"devotees\",\n        \"worshipers\",\n        \"worshippers\"\n    ],\n    \"ewe\": [\n        \"devotes\",\n        \"overacts\",\n        \"wrothe\"\n    ],\n    \"onye ofufe\": [\n        \"devotionalist\",\n        \"fan\",\n        \"fanatic\",\n        \"fanman\",\n        \"fanner\"\n    ],\n    \"onye na-efe ofufe\": [\n        \"devotionist\",\n        \"misworshiper\",\n        \"misworshipper\"\n    ],\n    \"ndị na-eripịa ihe\": [\n        \"devourers\"\n    ],\n    \"nwee okwukwe\": [\n        \"devout\"\n    ],\n    \"ekpemek\": [\n        \"devoutful\",\n        \"youthiness\"\n    ],\n    \"enweghị nsọpụrụ\": [\n        \"devoutless\",\n        \"devoutlessness\",\n        \"disreverence\",\n        \"godlessly\",\n        \"honorless\",\n        \"honourless\",\n        \"immodestly\",\n        \"impiety\",\n        \"inimitably\",\n        \"mannerlessness\",\n        \"nonjurantism\",\n        \"nontalented\",\n        \"pristane\",\n        \"ritualless\",\n        \"unglorious\",\n        \"ungloriousness\",\n        \"unimpedness\",\n        \"unpagan\"\n    ],\n    \"nweere onwe\": [\n        \"devulcanization\",\n        \"freebooted\",\n        \"freehold\",\n        \"freeholds\",\n        \"nihilification\"\n    ],\n    \"Igirigi\": [\n        \"dewanship\",\n        \"dewclawed\",\n        \"dewclaws\"\n    ],\n    \"dewatware\": [\n        \"dewatered\"\n    ],\n    \"ikpuru\": [\n        \"dewormed\",\n        \"drag\",\n        \"gite\",\n        \"maggle\",\n        \"maggot\",\n        \"maggotiness\",\n        \"maggotry\",\n        \"maggots\",\n        \"margot\",\n        \"vagnera\",\n        \"wormlike\",\n        \"worms\",\n        \"wormship\"\n    ],\n    \"dextex\": [\n        \"dexterous\"\n    ],\n    \"Nkem\": [\n        \"dextrad\",\n        \"emyd\"\n    ],\n    \"Nkewa\": [\n        \"dextrality\",\n        \"dissolutive\",\n        \"distributively\",\n        \"divisibly\",\n        \"fractionalized\",\n        \"fragmentisation\",\n        \"rift\",\n        \"segmentate\",\n        \"separata\",\n        \"separatrici\",\n        \"separatrix\",\n        \"separatum\",\n        \"stript\"\n    ],\n    \"Nkeiruka\": [\n        \"dextran\"\n    ],\n    \"Ọdịnaya\": [\n        \"dextrous\"\n    ],\n    \"dezincing\": [\n        \"dezincifying\"\n    ],\n    \"dezinc\": [\n        \"dezincs\"\n    ],\n    \"df\": [\n        \"dft\"\n    ],\n    \"dhama\": [\n        \"dhamma\"\n    ],\n    \"dumuk\": [\n        \"dhanuk\"\n    ],\n    \"Diabantite\": [\n        \"diabantite\"\n    ],\n    \"Diabasic\": [\n        \"diabasic\"\n    ],\n    \"Diabaterial\": [\n        \"diabaterial\"\n    ],\n    \"ọrịa shuga\": [\n        \"diabetes\",\n        \"dibatis\",\n        \"posttabetic\",\n        \"syndromes\",\n        \"undiabetic\"\n    ],\n    \"onye mamiri\": [\n        \"diabetic\",\n        \"urinalist\"\n    ],\n    \"na-arịa ọrịa shuga\": [\n        \"diabetical\",\n        \"nondiabetic\",\n        \"unabetted\",\n        \"unabetting\"\n    ],\n    \"ndị ọrịa mamịrị\": [\n        \"diabetics\"\n    ],\n    \"Diabetogenic\": [\n        \"diabetogenic\"\n    ],\n    \"Diabetogenous\": [\n        \"diabetogenous\"\n    ],\n    \"onye na-arịa ọrịa shuga\": [\n        \"diabetometer\"\n    ],\n    \"dible\": [\n        \"dyable\"\n    ],\n    \"Diablo\": [\n        \"diablo\"\n    ],\n    \"Diabolicalness\": [\n        \"diabolicalness\"\n    ],\n    \"Diabolify\": [\n        \"diabolify\"\n    ],\n    \"Diabolification\": [\n        \"diabolification\"\n    ],\n    \"Diabolisation\": [\n        \"diabolisation\"\n    ],\n    \"Diabolise\": [\n        \"diabolise\"\n    ],\n    \"Diabolised\": [\n        \"diabolised\"\n    ],\n    \"Diabolising\": [\n        \"diabolising\",\n        \"diabolizing\"\n    ],\n    \"Diabolism\": [\n        \"diabolism\"\n    ],\n    \"Diabolization\": [\n        \"diabolization\"\n    ],\n    \"Diabolize\": [\n        \"diabolize\"\n    ],\n    \"Diabolized\": [\n        \"diabolized\"\n    ],\n    \"Diabolus\": [\n        \"diabolus\"\n    ],\n    \"Diabrosis\": [\n        \"diabrosis\"\n    ],\n    \"Diabrotic\": [\n        \"diabrotic\"\n    ],\n    \"Diabrotica\": [\n        \"diabrotica\"\n    ],\n    \"aclọ mmiri\": [\n        \"diacanthous\"\n    ],\n    \"Diacatholicon\": [\n        \"diacatholicon\"\n    ],\n    \"Diacetylene\": [\n        \"diacetylene\"\n    ],\n    \"Diacetyls\": [\n        \"diacetyls\"\n    ],\n    \"Diachoretic\": [\n        \"diachoretic\"\n    ],\n    \"Diachrony\": [\n        \"diachrony\"\n    ],\n    \"Diacoelia\": [\n        \"diacoelia\"\n    ],\n    \"ọrịa diacrisis\": [\n        \"diacrisis\"\n    ],\n    \"ndị na-ekwu okwu n'ike\": [\n        \"diacritics\"\n    ],\n    \"actactact\": [\n        \"diact\"\n    ],\n    \"Diadelphia\": [\n        \"diadelphia\"\n    ],\n    \"Diadelphian\": [\n        \"diadelphian\"\n    ],\n    \"Diadelphous\": [\n        \"diadelphous\"\n    ],\n    \"Diaderm\": [\n        \"diaderm\"\n    ],\n    \"Diadermic\": [\n        \"diadermic\"\n    ],\n    \"Diadic\": [\n        \"diadic\"\n    ],\n    \"Diadkokinesia\": [\n        \"diadkokinesia\"\n    ],\n    \"Diadochian\": [\n        \"diadochian\"\n    ],\n    \"Diadrom\": [\n        \"diadrom\"\n    ],\n    \"Diadrome\": [\n        \"diadrome\"\n    ],\n    \"ire okwu\": [\n        \"diaereses\",\n        \"dialectal\",\n        \"dialectic\",\n        \"dialectical\",\n        \"rheinic\",\n        \"spignet\"\n    ],\n    \"nwere ike ịchọpụta\": [\n        \"diagnoseable\"\n    ],\n    \"achọpụtara\": [\n        \"diagnosed\",\n        \"farced\",\n        \"malleated\",\n        \"preascertained\",\n        \"traceable\",\n        \"traced\"\n    ],\n    \"nchọpụta nsogbu\": [\n        \"diagnostical\",\n        \"troubleshooter\",\n        \"troubleshooters\",\n        \"troubleshooting\"\n    ],\n    \"achọpụta ọrịa\": [\n        \"diagnosticated\"\n    ],\n    \"na-achọpụta ihe\": [\n        \"diagnosticating\"\n    ],\n    \"ndị na-achọpụta ọrịa\": [\n        \"diagnosticians\"\n    ],\n    \"diagonal maara ihe\": [\n        \"diagonalwise\"\n    ],\n    \"diagonal\": [\n        \"diagonial\",\n        \"diagonic\"\n    ],\n    \"esereese\": [\n        \"diagram\",\n        \"diagrammatize\",\n        \"diagrammer\"\n    ],\n    \"Ihe osise\": [\n        \"diagramming\",\n        \"diagraphics\",\n        \"drawling\",\n        \"drawspring\",\n        \"engrail\",\n        \"engrails\",\n        \"engrammes\",\n        \"engrams\"\n    ],\n    \"olumba\": [\n        \"dialect\",\n        \"dialectalize\",\n        \"dialectically\",\n        \"dialectics\",\n        \"dialectology\",\n        \"dialector\",\n        \"dialects\"\n    ],\n    \"ire olu\": [\n        \"dialectally\"\n    ],\n    \"ọkà mmụta asụsụ\": [\n        \"dialectician\",\n        \"dialectologies\",\n        \"dialectologist\",\n        \"ethnolinguist\",\n        \"linguist\",\n        \"linguistician\"\n    ],\n    \"dialectological\": [\n        \"dialectologically\"\n    ],\n    \"kpọrọ\": [\n        \"dialed\",\n        \"dialled\",\n        \"invited\",\n        \"ringleted\"\n    ],\n    \"Igwe oku\": [\n        \"dialers\",\n        \"diallers\",\n        \"igniter\"\n    ],\n    \"pịa na\": [\n        \"dialin\"\n    ],\n    \"ịpị\": [\n        \"dialing\",\n        \"dialling\",\n        \"klicket\",\n        \"pressingness\",\n        \"tyking\"\n    ],\n    \"nwere ike ịgbanwe\": [\n        \"dialysable\",\n        \"violable\"\n    ],\n    \"dialyse palous\": [\n        \"dialysepalous\"\n    ],\n    \"Ihe oku\": [\n        \"dialyser\"\n    ],\n    \"Ndị na-akpọ oku\": [\n        \"dialysers\"\n    ],\n    \"mmo\": [\n        \"dialystelic\"\n    ],\n    \"ndị na-akpọ akwụkwọ\": [\n        \"dialists\"\n    ],\n    \"Dialyzed\": [\n        \"dialyzed\"\n    ],\n    \"dijitalụ\": [\n        \"diallages\",\n        \"digital\",\n        \"digitalic\",\n        \"digitalin\",\n        \"digitalis\",\n        \"digitalism\",\n        \"digitalized\",\n        \"digitalizing\",\n        \"digitally\",\n        \"digitately\",\n        \"dital\"\n    ],\n    \"Diallel\": [\n        \"diallel\"\n    ],\n    \"Diallelus\": [\n        \"diallelus\"\n    ],\n    \"dialer\": [\n        \"dialler\"\n    ],\n    \"Diallyl\": [\n        \"diallyl\"\n    ],\n    \"ndi dibia\": [\n        \"diallists\",\n        \"diarists\"\n    ],\n    \"dialog\": [\n        \"dialogers\",\n        \"dialogged\",\n        \"dialogic\",\n        \"dialogised\",\n        \"dialogized\",\n        \"dialogs\"\n    ],\n    \"site na ikwu\": [\n        \"dialogically\"\n    ],\n    \"dibia nwaanyi\": [\n        \"dialogist\"\n    ],\n    \"n'ikuku banyere ya\": [\n        \"dialogistically\"\n    ],\n    \"dayameta\": [\n        \"diamagnet\",\n        \"diamagnetic\",\n        \"diamant\",\n        \"diameter\",\n        \"diameters\",\n        \"diametral\",\n        \"diametric\",\n        \"diamide\",\n        \"diamides\",\n        \"diamyl\",\n        \"diamylene\",\n        \"diammine\",\n        \"diamondizing\"\n    ],\n    \"nsogbu diamegnetism\": [\n        \"diamegnetism\"\n    ],\n    \"diamita\": [\n        \"diamines\"\n    ],\n    \"diamitonitrate\": [\n        \"diamminonitrate\"\n    ],\n    \"dayamọnd\": [\n        \"diamond\",\n        \"diamondwise\"\n    ],\n    \"diamondbackal\": [\n        \"diamondbacked\"\n    ],\n    \"diamonds\": [\n        \"diamonded\"\n    ],\n    \"dị ka dayamọnd\": [\n        \"diamondlike\"\n    ],\n    \"ola diamond\": [\n        \"diamondwork\"\n    ],\n    \"Mmiri mmiri\": [\n        \"diander\",\n        \"ditchwater\",\n        \"spurnwater\",\n        \"submersion\",\n        \"waterbuck\",\n        \"waterbucks\",\n        \"waterlocked\",\n        \"watershake\"\n    ],\n    \"diandas\": [\n        \"diandrous\"\n    ],\n    \"Dianilid\": [\n        \"dianilid\"\n    ],\n    \"Dianilide\": [\n        \"dianilide\"\n    ],\n    \"Dianisidine\": [\n        \"dianisidine\"\n    ],\n    \"Dianite\": [\n        \"dianite\"\n    ],\n    \"Dianthus\": [\n        \"dianthus\"\n    ],\n    \"diapason\": [\n        \"diapasons\"\n    ],\n    \"diapaili\": [\n        \"diapaused\"\n    ],\n    \"diapaịlị\": [\n        \"diapausing\"\n    ],\n    \"diaifaili\": [\n        \"diapente\"\n    ],\n    \"metụ akwa\": [\n        \"diaper\",\n        \"diapery\"\n    ],\n    \"diaper\": [\n        \"diapered\"\n    ],\n    \"diaifaometric\": [\n        \"diaphanometric\"\n    ],\n    \"diaifaous\": [\n        \"diaphanous\"\n    ],\n    \"diaphmetric\": [\n        \"diaphemetric\"\n    ],\n    \"diapyetik\": [\n        \"diapyetic\"\n    ],\n    \"ụda olu\": [\n        \"diapositive\",\n        \"lorgnette\",\n        \"lorgnettes\",\n        \"lornnesses\",\n        \"muttonhood\",\n        \"olographic\",\n        \"orthotone\",\n        \"phonesthemic\",\n        \"phorology\",\n        \"phorone\",\n        \"pitchiness\",\n        \"polytone\",\n        \"resonating\",\n        \"soundheadedness\",\n        \"soundproofs\",\n        \"soundstripe\",\n        \"starstone\",\n        \"tonal\",\n        \"tonalitive\"\n    ],\n    \"diarchi\": [\n        \"diarchies\"\n    ],\n    \"dyarchi\": [\n        \"dyarchies\"\n    ],\n    \"edetu\": [\n        \"diary\",\n        \"diarial\",\n        \"diaries\",\n        \"edgy\",\n        \"eeling\",\n        \"gritten\",\n        \"gullery\",\n        \"gullets\",\n        \"letterer\",\n        \"mistitles\",\n        \"palladized\",\n        \"pretaste\",\n        \"sestets\",\n        \"squattering\",\n        \"squatting\",\n        \"unicing\",\n        \"untithed\",\n        \"unwriteable\"\n    ],\n    \"Diary\": [\n        \"diarian\",\n        \"ditertiary\"\n    ],\n    \"afọ ọsịsa\": [\n        \"diarrhea\",\n        \"diarrheal\",\n        \"diarrheas\",\n        \"diarrheic\",\n        \"diarrhetic\",\n        \"diarrhoea\",\n        \"diarrhoeal\",\n        \"diarrhoeic\",\n        \"diarrhoetic\",\n        \"gastrectasis\",\n        \"gastriloquism\",\n        \"gastrogastrotomy\",\n        \"stearrhea\"\n    ],\n    \"Diarthrodial\": [\n        \"diarthrodial\"\n    ],\n    \"Diaskord\": [\n        \"diascord\"\n    ],\n    \"Diaskordium\": [\n        \"diascordium\"\n    ],\n    \"Diaskeuasis\": [\n        \"diaskeuasis\"\n    ],\n    \"diaspa\": [\n        \"diasper\"\n    ],\n    \"Diaspidine\": [\n        \"diaspidine\"\n    ],\n    \"Diaspinae\": [\n        \"diaspinae\"\n    ],\n    \"mba ọzọ\": [\n        \"diaspora\",\n        \"foreignership\",\n        \"foreignism\",\n        \"foreignly\",\n        \"foreignness\",\n        \"intercommunional\"\n    ],\n    \"Diastema\": [\n        \"diastema\"\n    ],\n    \"stereoisomerism\": [\n        \"diastereoisomerism\"\n    ],\n    \"diastimita\": [\n        \"diastimeter\"\n    ],\n    \"Okezie\": [\n        \"diastole\"\n    ],\n    \"Ihe ndozi\": [\n        \"diastoles\",\n        \"disclaimers\",\n        \"driller\",\n        \"parers\",\n        \"pares\",\n        \"prostyles\",\n        \"recessor\",\n        \"ruder\",\n        \"scampies\",\n        \"stretto\",\n        \"thrimble\"\n    ],\n    \"Diatessaron\": [\n        \"diatessaron\"\n    ],\n    \"Diathermacy\": [\n        \"diathermacy\"\n    ],\n    \"Diathermal\": [\n        \"diathermal\"\n    ],\n    \"Diathermance\": [\n        \"diathermance\"\n    ],\n    \"Diathermancy\": [\n        \"diathermancy\"\n    ],\n    \"Diathermy\": [\n        \"diathermy\"\n    ],\n    \"Diathermia\": [\n        \"diathermia\"\n    ],\n    \"Diathermies\": [\n        \"diathermies\"\n    ],\n    \"ọgwụ diathermotherapy\": [\n        \"diathermotherapy\"\n    ],\n    \"diather juru\": [\n        \"diathermous\"\n    ],\n    \"ọnya mmiri\": [\n        \"diathesis\",\n        \"dysmerism\",\n        \"dysphasia\",\n        \"dysphoric\",\n        \"seasick\",\n        \"soutaches\"\n    ],\n    \"Diatom\": [\n        \"diatom\"\n    ],\n    \"Diatomacean\": [\n        \"diatomacean\"\n    ],\n    \"Diatomaceoid\": [\n        \"diatomaceoid\"\n    ],\n    \"Diatomean\": [\n        \"diatomean\"\n    ],\n    \"Diatomicity\": [\n        \"diatomicity\"\n    ],\n    \"Diatomiferous\": [\n        \"diatomiferous\"\n    ],\n    \"Diatomine\": [\n        \"diatomine\"\n    ],\n    \"Diatomite\": [\n        \"diatomite\"\n    ],\n    \"diatonikal\": [\n        \"diatonical\",\n        \"diatonically\"\n    ],\n    \"Diatribe\": [\n        \"diatribe\"\n    ],\n    \"egochi\": [\n        \"diatribes\"\n    ],\n    \"Diatryma\": [\n        \"diatryma\"\n    ],\n    \"Uduak\": [\n        \"dyaus\",\n        \"dickcissel\",\n        \"dicksonia\",\n        \"doudle\",\n        \"eriogonum\",\n        \"monostich\",\n        \"moronities\",\n        \"soudgy\",\n        \"stupefy\",\n        \"tillman\",\n        \"zeuglodon\"\n    ],\n    \"dibber\": [\n        \"dibbed\",\n        \"dibbing\"\n    ],\n    \"Dibbled\": [\n        \"dibbled\"\n    ],\n    \"dibble\": [\n        \"dibbles\"\n    ],\n    \"Nwabuk\": [\n        \"dybbuk\"\n    ],\n    \"dibobo\": [\n        \"diborate\"\n    ],\n    \"icdị adị\": [\n        \"dicacity\"\n    ],\n    \"ihe anwansị\": [\n        \"dicatalectic\",\n        \"spellbinders\"\n    ],\n    \"Dyce\": [\n        \"dyce\"\n    ],\n    \"daisbox\": [\n        \"dicebox\"\n    ],\n    \"daisị\": [\n        \"dicecup\"\n    ],\n    \"daisplay\": [\n        \"diceplay\"\n    ],\n    \"Dịkwuo\": [\n        \"dicer\"\n    ],\n    \"ntị dichondra\": [\n        \"dichondraceae\"\n    ],\n    \"Dicyan\": [\n        \"dicyan\"\n    ],\n    \"dicclic\": [\n        \"dicyclic\"\n    ],\n    \"diciklica\": [\n        \"dicyclica\"\n    ],\n    \"dikpọlis\": [\n        \"dicyclies\"\n    ],\n    \"dicclist\": [\n        \"dicyclist\"\n    ],\n    \"dickens\": [\n        \"dickenses\"\n    ],\n    \"Dike\": [\n        \"dicky\",\n        \"discuren\"\n    ],\n    \"Ọrịa dickinsonite\": [\n        \"dickinsonite\"\n    ],\n    \"dapụsị\": [\n        \"dicots\",\n        \"disowns\",\n        \"lipped\"\n    ],\n    \"icbụ\": [\n        \"dicrotous\"\n    ],\n    \"chukwuemeka odumegwu ojukwu\": [\n        \"dictamnus\",\n        \"naturalesque\",\n        \"phenylketonuric\",\n        \"praemunientes\",\n        \"saccharobutyric\"\n    ],\n    \"ekwentị mkpanaaka\": [\n        \"dictaphones\",\n        \"optophone\",\n        \"waterphone\"\n    ],\n    \"na-agwa\": [\n        \"dictates\",\n        \"informing\",\n        \"informs\",\n        \"tellingly\",\n        \"telluret\"\n    ],\n    \"onye ochichi aka ike\": [\n        \"dictator\",\n        \"dictatory\"\n    ],\n    \"ndị ọchịchị aka ike\": [\n        \"dictators\",\n        \"tyrannizers\"\n    ],\n    \"dicic\": [\n        \"dictic\"\n    ],\n    \"ọkọwa okwu\": [\n        \"diction\",\n        \"dictional\",\n        \"dictionally\",\n        \"dictionary\",\n        \"dictionarian\",\n        \"fictionary\",\n        \"lexicographer\"\n    ],\n    \"Akwụkwọ ọkọwa okwu\": [\n        \"dictionaries\"\n    ],\n    \"Ihe ederede\": [\n        \"dictions\"\n    ],\n    \"ichiegbu\": [\n        \"dictyosiphonaceae\"\n    ],\n    \"chukwuez\": [\n        \"dictyosome\"\n    ],\n    \"mechekwa\": [\n        \"didache\"\n    ],\n    \"dinachist\": [\n        \"didachist\"\n    ],\n    \"dibiala\": [\n        \"didactician\"\n    ],\n    \"Emeka iwu\": [\n        \"didacticism\"\n    ],\n    \"Emeka Ogbako\": [\n        \"didactyl\"\n    ],\n    \"Emeka Ihe\": [\n        \"didactylism\"\n    ],\n    \"daidapa\": [\n        \"didapper\"\n    ],\n    \"Ikeascalar\": [\n        \"didascalar\"\n    ],\n    \"Ikeascalos\": [\n        \"didascalos\"\n    ],\n    \"didest\": [\n        \"diddest\"\n    ],\n    \"didy\": [\n        \"diddy\"\n    ],\n    \"ndị na-amụ ịkwa iko\": [\n        \"diddlers\"\n    ],\n    \"Doddle\": [\n        \"diddles\"\n    ],\n    \"Emeelphian\": [\n        \"didelphian\"\n    ],\n    \"dinelphine\": [\n        \"didelphine\"\n    ],\n    \"edelphis\": [\n        \"didelphis\"\n    ],\n    \"nwelphoid\": [\n        \"didelphoid\"\n    ],\n    \"Nwakoy\": [\n        \"didicoy\"\n    ],\n    \"emeghị ihe ngosi\": [\n        \"didymate\",\n        \"nonfestiveness\",\n        \"unsymbolised\"\n    ],\n    \"nwymitis\": [\n        \"didymitis\"\n    ],\n    \"nwymium\": [\n        \"didymium\"\n    ],\n    \"nwymiums\": [\n        \"didymiums\"\n    ],\n    \"nounolite\": [\n        \"didymolite\"\n    ],\n    \"nwynamia\": [\n        \"didynamia\"\n    ],\n    \"e\": [\n        \"didn\",\n        \"ers\",\n        \"thereben\",\n        \"weren\"\n    ],\n    \"emeghị\": [\n        \"didnt\",\n        \"noncoercive\",\n        \"noninduced\",\n        \"nonlixiviated\",\n        \"nonmulched\",\n        \"outcurved\",\n        \"uncitied\",\n        \"unexercised\",\n        \"unfacaded\",\n        \"unfaced\",\n        \"unfailed\",\n        \"unfalse\",\n        \"unfed\",\n        \"unhand\",\n        \"unmossed\",\n        \"unraftered\",\n        \"unseeded\"\n    ],\n    \"nwodecahedron\": [\n        \"didodecahedron\"\n    ],\n    \"anamoo\": [\n        \"didoes\"\n    ],\n    \"wasonia\": [\n        \"didonia\"\n    ],\n    \"nwrachm\": [\n        \"didrachm\"\n    ],\n    \"nwrachmal\": [\n        \"didrachmal\"\n    ],\n    \"wasrachmas\": [\n        \"didrachmas\"\n    ],\n    \"ghara\": [\n        \"didst\",\n        \"lest\",\n        \"sowish\",\n        \"uncling\",\n        \"unruffle\",\n        \"unwits\",\n        \"withouten\"\n    ],\n    \"duoctor\": [\n        \"diductor\"\n    ],\n    \"didunculus\": [\n        \"didunculidae\"\n    ],\n    \"dai\": [\n        \"dye\",\n        \"dyeings\",\n        \"dyeline\"\n    ],\n    \"dai dai\": [\n        \"dyeable\"\n    ],\n    \"ịnwụ\": [\n        \"diebacks\",\n        \"diehard\",\n        \"dieing\",\n        \"dying\",\n        \"drouk\",\n        \"droukit\"\n    ],\n    \"diecious\": [\n        \"dieciously\"\n    ],\n    \"dye\": [\n        \"dyeing\"\n    ],\n    \"Dieldrins\": [\n        \"dieldrins\"\n    ],\n    \"diem\": [\n        \"diemaker\"\n    ],\n    \"ndi diem\": [\n        \"diemakers\"\n    ],\n    \"izu mmiri\": [\n        \"diemaking\",\n        \"semiquietist\"\n    ],\n    \"Diener\": [\n        \"diener\"\n    ],\n    \"akpịrị ọnya\": [\n        \"dieresis\"\n    ],\n    \"e ji esiji ákwà\": [\n        \"dyes\"\n    ],\n    \"dizel\": [\n        \"diesel\",\n        \"diesels\"\n    ],\n    \"mmanụ diesel\": [\n        \"dieselization\"\n    ],\n    \"diesel\": [\n        \"dieselize\",\n        \"dieselized\"\n    ],\n    \"ihe mmuo\": [\n        \"diesinker\",\n        \"instilment\",\n        \"mollities\"\n    ],\n    \"Ndị na-eri nri\": [\n        \"diesters\",\n        \"glutelins\"\n    ],\n    \"diest\": [\n        \"diestrous\"\n    ],\n    \"diestrum\": [\n        \"diestrums\"\n    ],\n    \"onye na-eri nri\": [\n        \"dietarian\",\n        \"dietetist\",\n        \"dietist\",\n        \"dietitian\",\n        \"fooder\",\n        \"forager\",\n        \"glutter\",\n        \"glutton\",\n        \"herbarist\",\n        \"nipper\",\n        \"noncurantist\"\n    ],\n    \"ndị na-eri nri\": [\n        \"dietaries\",\n        \"dieters\",\n        \"dieticians\",\n        \"dietitians\",\n        \"diners\",\n        \"foragers\",\n        \"gluttons\",\n        \"gnathites\",\n        \"nitpickers\"\n    ],\n    \"Diethyl\": [\n        \"diethyl\"\n    ],\n    \"Diethylacetal\": [\n        \"diethylacetal\"\n    ],\n    \"dimethyltryptamine\": [\n        \"diethyltryptamine\"\n    ],\n    \"nri ọgwụgwọ\": [\n        \"dietotherapeutics\",\n        \"dietotherapy\"\n    ],\n    \"oriri na-egbu egbu\": [\n        \"dietotoxicity\"\n    ],\n    \"daịod\": [\n        \"dyewood\"\n    ],\n    \"Dị iche\": [\n        \"diff\",\n        \"differer\",\n        \"var\"\n    ],\n    \"ihe dị iche\": [\n        \"difference\"\n    ],\n    \"esiri ike\": [\n        \"difficilitate\",\n        \"sealer\",\n        \"sealet\"\n    ],\n    \"Mgbasa\": [\n        \"diffide\",\n        \"diffidence\",\n        \"diffiding\",\n        \"diffracting\",\n        \"disclamatory\",\n        \"diss\",\n        \"diversification\",\n        \"effendis\",\n        \"extranational\",\n        \"extratheistic\",\n        \"outranging\",\n        \"outthrowing\",\n        \"renegue\",\n        \"sphacel\",\n        \"spifflication\",\n        \"splather\",\n        \"splathering\",\n        \"sprawls\",\n        \"spreadboard\"\n    ],\n    \"Agbasa\": [\n        \"diffided\",\n        \"diffracted\",\n        \"diffractive\",\n        \"diffusible\"\n    ],\n    \"n'ụzọ dị iche iche\": [\n        \"diffidently\",\n        \"dissentiously\",\n        \"spectrally\",\n        \"spectroscopically\"\n    ],\n    \"Agbanwe\": [\n        \"difform\",\n        \"diffugient\",\n        \"flexanimous\"\n    ],\n    \"Ihe mgbasa\": [\n        \"diffractiveness\",\n        \"diffuser\",\n        \"diffusers\"\n    ],\n    \"onye mgbasa\": [\n        \"diffusionist\",\n        \"expansionist\",\n        \"propagator\"\n    ],\n    \"gwuo\": [\n        \"dig\",\n        \"digitated\"\n    ],\n    \"digamist\": [\n        \"digamists\"\n    ],\n    \"digamas\": [\n        \"digammas\"\n    ],\n    \"Digenetic\": [\n        \"digenetic\"\n    ],\n    \"ihe digenic\": [\n        \"digenic\"\n    ],\n    \"digen\": [\n        \"digenous\"\n    ],\n    \"onye na-egwu ihe\": [\n        \"digerent\"\n    ],\n    \"ness digestible\": [\n        \"digestibleness\"\n    ],\n    \"digestible\": [\n        \"digestibly\"\n    ],\n    \"mgbari\": [\n        \"digesting\"\n    ],\n    \"agbari nri\": [\n        \"digestional\"\n    ],\n    \"na-agbari nri\": [\n        \"digestively\"\n    ],\n    \"nri diges\": [\n        \"digestiveness\"\n    ],\n    \"digges\": [\n        \"digests\"\n    ],\n    \"igwu ala\": [\n        \"digger\",\n        \"diggings\",\n        \"digress\",\n        \"disgress\"\n    ],\n    \"ndị na-egwu ala\": [\n        \"diggers\",\n        \"minelayers\"\n    ],\n    \"Igwu Ala\": [\n        \"digging\"\n    ],\n    \"dinging\": [\n        \"dighting\",\n        \"dingeing\"\n    ],\n    \"ụdị dijitalụ\": [\n        \"digitaliform\"\n    ],\n    \"digitization\": [\n        \"digitisation\"\n    ],\n    \"digitize\": [\n        \"digitise\"\n    ],\n    \"digitized\": [\n        \"digitised\"\n    ],\n    \"digitinye\": [\n        \"digitising\",\n        \"digitizing\"\n    ],\n    \"Diglyph\": [\n        \"diglyph\"\n    ],\n    \"diglot\": [\n        \"diglots\"\n    ],\n    \"diglotti\": [\n        \"diglottic\"\n    ],\n    \"ùgwù\": [\n        \"dignation\",\n        \"dignifiedness\",\n        \"dignosce\",\n        \"dignosle\",\n        \"esteem\",\n        \"esteems\"\n    ],\n    \"sọpụrụnụ\": [\n        \"dignify\"\n    ],\n    \"dị ùgwù\": [\n        \"dignified\",\n        \"dignifiedly\"\n    ],\n    \"ịkwanyere ugwu\": [\n        \"dignitarian\",\n        \"prilled\",\n        \"velarized\"\n    ],\n    \"digon\": [\n        \"digonous\"\n    ],\n    \"digraph\": [\n        \"digraphs\"\n    ],\n    \"digri\": [\n        \"digredient\"\n    ],\n    \"onye na-egwupụta ihe\": [\n        \"digresser\",\n        \"excavationist\"\n    ],\n    \"digress\": [\n        \"digresses\"\n    ],\n    \"Na-egwupụta\": [\n        \"digressing\"\n    ],\n    \"digressing\": [\n        \"digressingly\"\n    ],\n    \"Digression\": [\n        \"digression\"\n    ],\n    \"Mgbaghari\": [\n        \"digressionary\"\n    ],\n    \"dihedral\": [\n        \"dihedrals\"\n    ],\n    \"Diedron\": [\n        \"dihedron\"\n    ],\n    \"Dihexahedron\": [\n        \"dihexahedron\"\n    ],\n    \"Dihydric\": [\n        \"dihydric\"\n    ],\n    \"Dihydrocupreine\": [\n        \"dihydrocupreine\"\n    ],\n    \"Dihydroxy\": [\n        \"dihydroxy\"\n    ],\n    \"mmadụ ịma ama\": [\n        \"dijudicant\"\n    ],\n    \"dijikal\": [\n        \"dijudicated\"\n    ],\n    \"ịkpọasị\": [\n        \"dijudication\",\n        \"disgust\",\n        \"evocation\",\n        \"evocations\",\n        \"hate\",\n        \"hateful\",\n        \"hatefully\",\n        \"hatefulness\",\n        \"hatelessness\",\n        \"hatred\",\n        \"hatreds\",\n        \"loathfulness\",\n        \"loathy\",\n        \"predesolation\"\n    ],\n    \"Dyke\": [\n        \"dyke\"\n    ],\n    \"Diked\": [\n        \"diked\"\n    ],\n    \"Ejiri\": [\n        \"dyked\",\n        \"scraighed\",\n        \"sited\",\n        \"superinduced\",\n        \"twas\"\n    ],\n    \"dyker\": [\n        \"diker\"\n    ],\n    \"dike reeve\": [\n        \"dikereeve\"\n    ],\n    \"Dikerion\": [\n        \"dikerion\"\n    ],\n    \"daịkes\": [\n        \"dykes\"\n    ],\n    \"Ogboko\": [\n        \"diksha\"\n    ],\n    \"Ebube Diktyonite\": [\n        \"diktyonite\"\n    ],\n    \"dilatable\": [\n        \"dilatableness\",\n        \"dilatably\"\n    ],\n    \"dilat\": [\n        \"dilatancy\",\n        \"dilatant\"\n    ],\n    \"dilatant\": [\n        \"dilatants\"\n    ],\n    \"Dilatation\": [\n        \"dilatation\"\n    ],\n    \"Dilatal\": [\n        \"dilatational\"\n    ],\n    \"diba\": [\n        \"dilate\"\n    ],\n    \"latedba ụba\": [\n        \"dilatedness\"\n    ],\n    \"diiting\": [\n        \"dilating\"\n    ],\n    \"diilingly\": [\n        \"dilatingly\"\n    ],\n    \"dilatomita\": [\n        \"dilatometer\"\n    ],\n    \"n'ịkọwapụta\": [\n        \"dilatorily\"\n    ],\n    \"Ndị na-egbu egbu\": [\n        \"dilators\",\n        \"empalers\",\n        \"grizzlers\",\n        \"tattooers\",\n        \"thrustors\"\n    ],\n    \"dilet\": [\n        \"diletant\"\n    ],\n    \"Dilettantes\": [\n        \"dilettantes\"\n    ],\n    \"Dilettanteship\": [\n        \"dilettanteship\"\n    ],\n    \"Dilettantish\": [\n        \"dilettantish\"\n    ],\n    \"Dilettantship\": [\n        \"dilettantship\"\n    ],\n    \"dil\": [\n        \"dill\"\n    ],\n    \"Chukwunwike\": [\n        \"dilleniaceous\",\n        \"pourparty\"\n    ],\n    \"diill\": [\n        \"dillies\"\n    ],\n    \"illgha\": [\n        \"dilligrout\"\n    ],\n    \"Onwuru\": [\n        \"dillseed\"\n    ],\n    \"dilill\": [\n        \"dillue\"\n    ],\n    \"Dilo\": [\n        \"dilo\"\n    ],\n    \"utinggbanye\": [\n        \"diluting\"\n    ],\n    \"ihe ntuzi\": [\n        \"dilutor\"\n    ],\n    \"enweghị akụkụ\": [\n        \"dimensionless\",\n        \"sideless\"\n    ],\n    \"dimita\": [\n        \"dimeter\",\n        \"dimeters\"\n    ],\n    \"mbenata\": [\n        \"diminishment\",\n        \"minimising\",\n        \"minimizer\",\n        \"minimizing\",\n        \"reducing\",\n        \"reductionism\",\n        \"reductionist\",\n        \"reductionistic\",\n        \"reductions\"\n    ],\n    \"gbara ọchịchịrị ness\": [\n        \"dimmedness\"\n    ],\n    \"dimmer\": [\n        \"dimmers\",\n        \"dimmet\"\n    ],\n    \"dummy\": [\n        \"dimmy\",\n        \"lummy\"\n    ],\n    \"dimple\": [\n        \"dimpled\",\n        \"dimples\",\n        \"dumple\"\n    ],\n    \"Dyn\": [\n        \"dyn\"\n    ],\n    \"ogwe ike\": [\n        \"dynametric\"\n    ],\n    \"ike nwa\": [\n        \"dynametrical\",\n        \"stupefiedness\"\n    ],\n    \"ndagharị\": [\n        \"dynamiters\",\n        \"drifters\",\n        \"floppiness\",\n        \"flotage\",\n        \"flounder\",\n        \"flounders\",\n        \"mislabors\"\n    ],\n    \"ikeke\": [\n        \"dynamitish\",\n        \"roughhew\",\n        \"roughleg\"\n    ],\n    \"ikechukwuegbu\": [\n        \"dynamometamorphosed\"\n    ],\n    \"ogwe ọkụ\": [\n        \"dynamometric\",\n        \"switchboards\"\n    ],\n    \"dinarchi\": [\n        \"dinarchies\"\n    ],\n    \"dinarik\": [\n        \"dinaric\"\n    ],\n    \"dinar\": [\n        \"dinars\"\n    ],\n    \"dyncies\": [\n        \"dynastes\"\n    ],\n    \"usoro eze\": [\n        \"dynasty\",\n        \"dynasties\",\n        \"royalism\"\n    ],\n    \"dynatron\": [\n        \"dynatrons\"\n    ],\n    \"dindind\": [\n        \"dindled\"\n    ],\n    \"dinding\": [\n        \"dindling\"\n    ],\n    \"dindọn\": [\n        \"dindon\"\n    ],\n    \"Dyne\": [\n        \"dyne\"\n    ],\n    \"ụlọ oriri\": [\n        \"dinergate\"\n    ],\n    \"dingb\": [\n        \"dingbats\"\n    ],\n    \"dgha\": [\n        \"dingdonging\"\n    ],\n    \"dingdong\": [\n        \"dingdongs\"\n    ],\n    \"dingi\": [\n        \"dinge\"\n    ],\n    \"dị obere\": [\n        \"dingier\",\n        \"fewsome\",\n        \"fraik\",\n        \"minikinly\",\n        \"minionly\",\n        \"minutious\",\n        \"paucal\",\n        \"rarefier\",\n        \"subdititious\",\n        \"subjunior\",\n        \"subprior\",\n        \"thinly\",\n        \"tinderous\",\n        \"tinful\",\n        \"treasureless\",\n        \"tritest\"\n    ],\n    \"nno o\": [\n        \"dinginess\"\n    ],\n    \"dinglberị\": [\n        \"dingleberry\"\n    ],\n    \"nnụnụ dingle\": [\n        \"dinglebird\"\n    ],\n    \"dingle\": [\n        \"dingled\"\n    ],\n    \"dingle dangle\": [\n        \"dingledangle\"\n    ],\n    \"Na-atọ ụtọ\": [\n        \"dingling\",\n        \"preflavoring\",\n        \"preleasing\",\n        \"trilamellated\"\n    ],\n    \"nwu\": [\n        \"dinky\",\n        \"quink\",\n        \"tino\"\n    ],\n    \"na-acha\": [\n        \"dinks\"\n    ],\n    \"dinyere\": [\n        \"dinned\"\n    ],\n    \"okwun\": [\n        \"dinobryon\"\n    ],\n    \"nrichi\": [\n        \"dinornithes\",\n        \"pachydermatous\",\n        \"pachytrichous\",\n        \"pasch\",\n        \"pasquinade\",\n        \"pasquino\"\n    ],\n    \"nri dinithithic\": [\n        \"dinornithic\"\n    ],\n    \"dainosoo\": [\n        \"dinosaur\",\n        \"disour\"\n    ],\n    \"dainosouria\": [\n        \"dinosauria\"\n    ],\n    \"dainosouric\": [\n        \"dinosauric\"\n    ],\n    \"dinosaur\": [\n        \"dinosaurs\"\n    ],\n    \"mafere\": [\n        \"dinted\",\n        \"overact\",\n        \"overactivate\",\n        \"skip\",\n        \"skiv\"\n    ],\n    \"diọcese\": [\n        \"diocesan\",\n        \"diocesans\",\n        \"diocese\",\n        \"dioceses\",\n        \"diocesian\"\n    ],\n    \"dioecious\": [\n        \"dioeciousness\"\n    ],\n    \"ọjị\": [\n        \"dioestrous\",\n        \"dioicous\",\n        \"diospyraceous\",\n        \"jadeship\",\n        \"jaggery\"\n    ],\n    \"ndiol\": [\n        \"diol\"\n    ],\n    \"diol\": [\n        \"diols\"\n    ],\n    \"Diionysiac\": [\n        \"dionysiac\"\n    ],\n    \"diopsimita\": [\n        \"diopsimeter\"\n    ],\n    \"dioter\": [\n        \"diopter\"\n    ],\n    \"dioptomita\": [\n        \"dioptometer\",\n        \"dioptomiter\"\n    ],\n    \"nwb\": [\n        \"dioptre\",\n        \"fcomp\"\n    ],\n    \"dioptri\": [\n        \"dioptry\"\n    ],\n    \"dyothelitism\": [\n        \"dyotheletism\",\n        \"dyothelism\"\n    ],\n    \"dioti\": [\n        \"diotic\"\n    ],\n    \"dioxane\": [\n        \"dioxan\"\n    ],\n    \"oxides\": [\n        \"dioxides\"\n    ],\n    \"dioxid\": [\n        \"dioxids\"\n    ],\n    \"Dipartite\": [\n        \"dipartite\"\n    ],\n    \"agwọ\": [\n        \"dipentine\",\n        \"perpent\",\n        \"serpent\",\n        \"serpentary\",\n        \"serpentarian\",\n        \"serpentes\",\n        \"serpentess\",\n        \"serpentian\",\n        \"serpentid\",\n        \"serpentin\",\n        \"serpentine\",\n        \"serpentinian\",\n        \"serpentis\",\n        \"serpentry\",\n        \"serpents\",\n        \"snakeberry\",\n        \"snakebite\",\n        \"snakefly\",\n        \"snakeholing\",\n        \"snakeleaf\",\n        \"snakelet\",\n        \"snakephobia\",\n        \"snakepiece\",\n        \"snakes\",\n        \"snakeship\",\n        \"snakewise\",\n        \"snakewood\",\n        \"unpent\"\n    ],\n    \"Difa\": [\n        \"diphaser\"\n    ],\n    \"Diphenan\": [\n        \"diphenan\"\n    ],\n    \"Diphenylene\": [\n        \"diphenylene\"\n    ],\n    \"diphycer\": [\n        \"diphycercy\"\n    ],\n    \"Diphyozooid\": [\n        \"diphyozooid\"\n    ],\n    \"Diphonia\": [\n        \"diphonia\"\n    ],\n    \"diphtheria maka\": [\n        \"diphtheriaphor\"\n    ],\n    \"ọnyá afọ\": [\n        \"diphtheritis\",\n        \"unlid\"\n    ],\n    \"Ntụgharị uche\": [\n        \"diplacuses\"\n    ],\n    \"Diplantidian\": [\n        \"diplantidian\"\n    ],\n    \"dipslar\": [\n        \"diplarthrous\"\n    ],\n    \"diplasọn\": [\n        \"diplasion\"\n    ],\n    \"di\": [\n        \"diple\",\n        \"husband\",\n        \"husbandable\",\n        \"husbandage\",\n        \"husbanded\",\n        \"husbandhood\",\n        \"husbanding\",\n        \"husbandly\",\n        \"husbandliness\",\n        \"husbandress\",\n        \"husbandry\",\n        \"husbands\",\n        \"husbandship\",\n        \"parried\"\n    ],\n    \"diple\": [\n        \"dipleural\"\n    ],\n    \"diplopapon\": [\n        \"diplocarpon\"\n    ],\n    \"diplọfịlous\": [\n        \"diplocephalous\"\n    ],\n    \"dibisiisi\": [\n        \"diplocephalus\"\n    ],\n    \"ufodi\": [\n        \"diplococcal\",\n        \"diplococcic\"\n    ],\n    \"diplọma\": [\n        \"diploconical\",\n        \"diploe\",\n        \"diploes\",\n        \"diploetic\",\n        \"diplography\",\n        \"diplographic\",\n        \"diplographical\",\n        \"diploidy\",\n        \"diploidies\",\n        \"diploidize\",\n        \"diplois\",\n        \"diploma\",\n        \"diplomacy\",\n        \"diplomacies\",\n        \"diplomaed\",\n        \"diplomaing\",\n        \"diplomas\",\n        \"diplomatically\",\n        \"diplomatique\",\n        \"diplomatism\",\n        \"diplomatists\",\n        \"diplomatize\",\n        \"diplomatized\",\n        \"diplomatology\",\n        \"diplonema\",\n        \"diploneural\",\n        \"diplontic\",\n        \"diplosome\",\n        \"diplostemony\"\n    ],\n    \"diplomaor\": [\n        \"diplocoria\"\n    ],\n    \"diplọdocus\": [\n        \"diplodocus\"\n    ],\n    \"diplọsis\": [\n        \"diplodocuses\",\n        \"diplosis\"\n    ],\n    \"diplọd\": [\n        \"diplodus\"\n    ],\n    \"dipsogenic\": [\n        \"diplogenic\"\n    ],\n    \"diploglossus\": [\n        \"diploglossata\",\n        \"diploglossate\"\n    ],\n    \"diploma\": [\n        \"diplograph\",\n        \"diploic\",\n        \"diploid\",\n        \"diplomata\",\n        \"diplont\",\n        \"diploperistomic\",\n        \"diplopoda\",\n        \"diplopods\",\n        \"diploses\"\n    ],\n    \"diplọra\": [\n        \"diplohedral\"\n    ],\n    \"diplọtọ\": [\n        \"diplohedron\",\n        \"diploidic\"\n    ],\n    \"diplọdị\": [\n        \"diploidion\"\n    ],\n    \"ndị diplọf\": [\n        \"diploids\"\n    ],\n    \"diplomayon\": [\n        \"diplokaryon\"\n    ],\n    \"onye diploma\": [\n        \"diplomat\"\n    ],\n    \"onye na-ahụ maka ndọrọ ndọrọ ọchịchị\": [\n        \"diplomate\"\n    ],\n    \"ndị nnọchi anya mba\": [\n        \"diplomates\",\n        \"diplomatical\",\n        \"diplomatics\",\n        \"diplomats\"\n    ],\n    \"onye dibloma\": [\n        \"diplomatist\"\n    ],\n    \"Diplophonia\": [\n        \"diplophonia\"\n    ],\n    \"diplopterys\": [\n        \"diplopteryga\",\n        \"diplopterous\"\n    ],\n    \"diplọp\": [\n        \"diplosphenal\"\n    ],\n    \"dibisi\": [\n        \"diplosphene\"\n    ],\n    \"diplofo\": [\n        \"diplospondylic\"\n    ],\n    \"diplọspondylism\": [\n        \"diplospondylism\"\n    ],\n    \"diplomaxis\": [\n        \"diplotaxis\"\n    ],\n    \"Dipneusti\": [\n        \"dipneusti\"\n    ],\n    \"Dipodomys\": [\n        \"dipodomys\"\n    ],\n    \"dipopium\": [\n        \"dipotassium\"\n    ],\n    \"na-eriju mmiri\": [\n        \"dipperful\"\n    ],\n    \"Dipropellant\": [\n        \"dipropellant\"\n    ],\n    \"Dipropyl\": [\n        \"dipropyl\"\n    ],\n    \"Diprotodan\": [\n        \"diprotodan\"\n    ],\n    \"Diprotodon\": [\n        \"diprotodon\"\n    ],\n    \"Dipsacaceous\": [\n        \"dipsacaceous\"\n    ],\n    \"Dipsacus\": [\n        \"dipsacus\"\n    ],\n    \"Dipsadine\": [\n        \"dipsadine\"\n    ],\n    \"Dipsas\": [\n        \"dipsas\"\n    ],\n    \"Dipsomania\": [\n        \"dipsomania\"\n    ],\n    \"Dipsomaniac\": [\n        \"dipsomaniac\"\n    ],\n    \"Dipsomaniacal\": [\n        \"dipsomaniacal\"\n    ],\n    \"Dipsomaniacs\": [\n        \"dipsomaniacs\"\n    ],\n    \"Ihe ntanye\": [\n        \"dipsticks\",\n        \"splays\",\n        \"sprayer\",\n        \"sprier\",\n        \"spryer\"\n    ],\n    \"Dipterad\": [\n        \"dipterad\"\n    ],\n    \"Onyenekwe\": [\n        \"dipterygian\",\n        \"sparrowhawk\"\n    ],\n    \"Dipterocarp\": [\n        \"dipterocarp\"\n    ],\n    \"Dipteron\": [\n        \"dipteron\"\n    ],\n    \"dipital\": [\n        \"dipterous\"\n    ],\n    \"Dị adị\": [\n        \"dipterus\"\n    ],\n    \"dir\": [\n        \"dird\"\n    ],\n    \"iduzi\": [\n        \"direct\",\n        \"guativere\",\n        \"steer\",\n        \"steeringly\",\n        \"tutee\"\n    ],\n    \"kpọmkwem atụ\": [\n        \"directcarving\"\n    ],\n    \"kwuo okwu ihu ọha\": [\n        \"directdiscourse\"\n    ],\n    \"ntụziaka\": [\n        \"direction\",\n        \"directions\",\n        \"directiveness\",\n        \"directness\",\n        \"forcipes\",\n        \"preceptories\"\n    ],\n    \"directional\": [\n        \"directionality\"\n    ],\n    \"duzie ya\": [\n        \"directionalize\",\n        \"directionize\"\n    ],\n    \"enweghị nduzi\": [\n        \"directionless\",\n        \"guideless\",\n        \"unguided\",\n        \"unguidedly\"\n    ],\n    \"ntuziaka\": [\n        \"directive\",\n        \"directives\",\n        \"guidebooky\",\n        \"guidebookish\",\n        \"guideposts\",\n        \"instructions\",\n        \"judicatures\",\n        \"manicord\",\n        \"manual\",\n        \"manualiter\",\n        \"manuel\",\n        \"manul\",\n        \"misframes\",\n        \"waveguides\"\n    ],\n    \"kpọmkwem\": [\n        \"directively\",\n        \"exactingly\",\n        \"exactment\",\n        \"preacutely\",\n        \"precise\",\n        \"precises\",\n        \"precite\",\n        \"specific\",\n        \"specifically\",\n        \"specificalness\",\n        \"specificly\",\n        \"thereright\"\n    ],\n    \"ozugbo\": [\n        \"directly\",\n        \"forthwith\",\n        \"immediacy\",\n        \"immediate\",\n        \"immediately\",\n        \"instantaneity\",\n        \"instantaneous\",\n        \"instantly\",\n        \"instantness\",\n        \"instants\",\n        \"prompt\",\n        \"remedially\",\n        \"straightaway\",\n        \"straightways\",\n        \"supermedially\"\n    ],\n    \"ndekọ\": [\n        \"directoral\",\n        \"directory\",\n        \"directorially\",\n        \"directrices\",\n        \"directrix\",\n        \"directrixes\",\n        \"log\",\n        \"logroll\",\n        \"logrolling\",\n        \"logrolls\",\n        \"logship\",\n        \"record\",\n        \"recordable\",\n        \"recordance\",\n        \"recordation\",\n        \"recordative\",\n        \"recordatively\",\n        \"recordatory\",\n        \"recordership\",\n        \"recording\",\n        \"recordings\",\n        \"recordsize\",\n        \"registrary\",\n        \"registry\"\n    ],\n    \"ọnya ọnya\": [\n        \"direness\",\n        \"direnesses\",\n        \"woundworth\"\n    ],\n    \"Direr\": [\n        \"direr\"\n    ],\n    \"Darix\": [\n        \"direx\"\n    ],\n    \"eru újú\": [\n        \"dirgeful\"\n    ],\n    \"bụ abụ\": [\n        \"dirging\"\n    ],\n    \"dirgili\": [\n        \"dirgler\"\n    ],\n    \"dirti\": [\n        \"dirity\"\n    ],\n    \"Dirk\": [\n        \"dirk\"\n    ],\n    \"dirged\": [\n        \"dirked\"\n    ],\n    \"Ikwu ure\": [\n        \"dirking\"\n    ],\n    \"Dirks\": [\n        \"dirks\"\n    ],\n    \"tụọ\": [\n        \"dirled\",\n        \"dirten\",\n        \"equate\",\n        \"hurled\",\n        \"measure\",\n        \"numble\",\n        \"numbles\",\n        \"numbly\",\n        \"retinge\",\n        \"trawled\",\n        \"tushed\",\n        \"unsung\",\n        \"unwinder\",\n        \"weigh\",\n        \"weighin\",\n        \"weighshaft\"\n    ],\n    \"onye ọrụ ubi unyi\": [\n        \"dirtfarmer\"\n    ],\n    \"dirtiest\": [\n        \"dirties\"\n    ],\n    \"na-emetọ mmadụ\": [\n        \"dirtying\"\n    ],\n    \"Dirts\": [\n        \"dirts\"\n    ],\n    \"nwere nkwarụ\": [\n        \"disabled\"\n    ],\n    \"disable\": [\n        \"disablers\",\n        \"discordable\"\n    ],\n    \"disabil\": [\n        \"disabusing\"\n    ],\n    \"Ekwesighi\": [\n        \"disaccordant\",\n        \"dissentaneous\"\n    ],\n    \"emezighi\": [\n        \"disaccustomed\",\n        \"improbabilize\",\n        \"misadjusted\",\n        \"misappended\",\n        \"misarranged\",\n        \"misdid\",\n        \"misimproved\",\n        \"mismoved\",\n        \"mispoised\",\n        \"mispracticed\",\n        \"mispractised\",\n        \"miszoned\",\n        \"nonadjustment\",\n        \"nonnormal\",\n        \"nonsupplemental\",\n        \"nonsupplementary\",\n        \"outbalanced\",\n        \"outperformed\",\n        \"unadjustment\",\n        \"unalphabetized\",\n        \"unbalconied\",\n        \"underadjustment\",\n        \"undid\",\n        \"unformalised\",\n        \"unformulated\",\n        \"unmaligned\",\n        \"unmoneyed\",\n        \"unnormalised\",\n        \"unoverdone\",\n        \"unreconstructed\",\n        \"unspurred\",\n        \"unstreamlined\",\n        \"unurbanized\",\n        \"unzoned\"\n    ],\n    \"disacacified\": [\n        \"disacidified\"\n    ],\n    \"ọnyụnyụ ọbara\": [\n        \"dysadaptation\",\n        \"dysentery\",\n        \"dysenteric\",\n        \"dysenterical\",\n        \"dysenteries\",\n        \"dysergia\",\n        \"dysmenorrhea\",\n        \"dysmetria\",\n        \"dyspepsy\",\n        \"dysphagia\"\n    ],\n    \"imechu\": [\n        \"disadorn\"\n    ],\n    \"disadvanọ\": [\n        \"disadvancing\"\n    ],\n    \"imebi emebi\": [\n        \"disadventure\"\n    ],\n    \"Ekwereghi\": [\n        \"disadvised\"\n    ],\n    \"enwetaghị\": [\n        \"disaffected\",\n        \"imperceived\",\n        \"inearthed\",\n        \"misalignments\",\n        \"misscribed\",\n        \"nonsequestered\",\n        \"unadapted\",\n        \"unadaptedly\",\n        \"unadept\",\n        \"unadopted\",\n        \"unaffied\",\n        \"unaffronted\",\n        \"unattackably\",\n        \"unattaining\",\n        \"unavenged\",\n        \"uncaptioned\",\n        \"uncaptured\",\n        \"undangered\",\n        \"undappled\",\n        \"undeemed\",\n        \"undefaulted\",\n        \"undeluded\",\n        \"underexposed\",\n        \"underexposes\",\n        \"undersupplied\",\n        \"undraped\",\n        \"unelectrify\",\n        \"unendeared\",\n        \"unentrapped\",\n        \"unenveloped\",\n        \"unextradited\",\n        \"unfeathered\",\n        \"unfecund\",\n        \"unfeigned\",\n        \"unferreted\",\n        \"unflitched\",\n        \"unforced\",\n        \"ungenerated\",\n        \"ungot\",\n        \"unhelved\",\n        \"unignored\",\n        \"uninsulted\",\n        \"unmerited\",\n        \"unmittened\",\n        \"unobtained\",\n        \"unperceived\",\n        \"unperuked\",\n        \"unperversive\",\n        \"unpreferred\",\n        \"unprovided\",\n        \"unputrefied\",\n        \"unquivered\",\n        \"unraptured\",\n        \"unrarefied\",\n        \"unravished\",\n        \"unreached\",\n        \"unrecaptured\",\n        \"unreceived\",\n        \"unremarked\",\n        \"unrequickened\",\n        \"unsceptered\",\n        \"unsubmitted\",\n        \"untappice\",\n        \"untraitored\",\n        \"unvenued\",\n        \"unvoted\"\n    ],\n    \"Ekwukwu\": [\n        \"disaffiliates\",\n        \"lichts\",\n        \"mellivorous\",\n        \"outstudying\",\n        \"prelatic\",\n        \"proprovost\"\n    ],\n    \"ịchụ osisi\": [\n        \"disafforestation\"\n    ],\n    \"nkwuputa osisi\": [\n        \"disafforestment\"\n    ],\n    \"enweghị nkwekọrịta\": [\n        \"disagreeability\",\n        \"disagreeableness\",\n        \"disagreeance\",\n        \"disagreements\",\n        \"disconformity\",\n        \"disherent\",\n        \"disprejudice\",\n        \"disproportionality\",\n        \"disproportionalness\",\n        \"inconcludent\",\n        \"incongruence\",\n        \"inconsonance\",\n        \"irreconcilability\",\n        \"irreconcile\",\n        \"irreconciled\",\n        \"irreconcilement\",\n        \"nonabridgment\",\n        \"nonadaptive\",\n        \"nonadherence\",\n        \"nonanimality\",\n        \"noncirculation\",\n        \"noncoherence\",\n        \"noncoherent\",\n        \"noncoherently\",\n        \"noncollusion\",\n        \"noncollusive\",\n        \"noncomplacencies\",\n        \"noncomplicity\",\n        \"noncompromised\",\n        \"noncomputation\",\n        \"nonconceiving\",\n        \"nonconcentrativeness\",\n        \"nonconcentricity\",\n        \"nonconceptually\",\n        \"nonconcession\",\n        \"nonconcessive\",\n        \"nonconciliating\",\n        \"nonconciliatory\",\n        \"nonconcision\",\n        \"nonconcludency\",\n        \"nonconcludent\",\n        \"nonconclusion\",\n        \"nonconclusive\",\n        \"nonconclusively\",\n        \"nonconclusiveness\",\n        \"nonconcordant\",\n        \"nonconcordantly\",\n        \"nonconcurrence\",\n        \"nonconcurring\",\n        \"noncondescension\",\n        \"nonconditioned\",\n        \"nonconfederate\",\n        \"nonconfederation\",\n        \"nonconflicting\",\n        \"nonconform\",\n        \"nonconformably\",\n        \"nonconformest\",\n        \"nonconforming\",\n        \"nonconformism\",\n        \"nonconformistically\",\n        \"nonconformity\",\n        \"noncongealing\",\n        \"noncongruity\",\n        \"nonconjugality\",\n        \"nonconnivance\",\n        \"nonconnubial\",\n        \"nonconnubiality\",\n        \"nonconsecutiveness\",\n        \"nonconstituted\",\n        \"nonconstraint\",\n        \"nonconstricted\",\n        \"nonconstricting\",\n        \"nonconstrictive\",\n        \"noncontentiously\",\n        \"nonconterminal\",\n        \"noncontiguity\",\n        \"noncontiguities\",\n        \"noncontiguous\",\n        \"noncontiguousness\",\n        \"noncontraction\",\n        \"noncontrarieties\",\n        \"noncontrastive\",\n        \"nonconvective\",\n        \"nonconvectively\",\n        \"nonconveyance\",\n        \"nonconvergence\",\n        \"nonconvergent\",\n        \"nonconverging\",\n        \"nonconversance\",\n        \"nonconversancy\",\n        \"nonconvertibly\",\n        \"noncorporately\",\n        \"noncorrelation\",\n        \"noncortical\",\n        \"nondivisiblity\",\n        \"nonguaranty\",\n        \"nonharmony\",\n        \"nonharmonious\",\n        \"nonharmoniousness\",\n        \"noninherence\",\n        \"nonintercourse\",\n        \"nonmonistically\",\n        \"nonparity\",\n        \"nonrecision\",\n        \"nonreconcilability\",\n        \"nonreconcilableness\",\n        \"nonreconciliation\",\n        \"nonregistrability\",\n        \"nonremonstrance\",\n        \"nonseverity\",\n        \"nonunison\",\n        \"nonverbosity\",\n        \"reconcileless\",\n        \"unacrimonious\",\n        \"unacrimoniousness\",\n        \"uncoherent\",\n        \"uncoherently\",\n        \"uncompaniable\",\n        \"uncompliance\",\n        \"uncompliantly\",\n        \"uncompoundedly\",\n        \"uncompromisable\",\n        \"uncompromisingness\",\n        \"unconceited\",\n        \"unconceitedly\",\n        \"unconciliated\",\n        \"unconciliatedness\",\n        \"unconciliating\",\n        \"unconciliative\",\n        \"unconciliatory\",\n        \"unconcludable\",\n        \"unconcludent\",\n        \"unconcludingness\",\n        \"unconclusive\",\n        \"unconclusively\",\n        \"unconclusiveness\",\n        \"unconcordant\",\n        \"unconcordantly\",\n        \"unconcretely\",\n        \"unconcurring\",\n        \"uncondescension\",\n        \"unconditionality\",\n        \"unconditionate\",\n        \"unconditionated\",\n        \"unconfederated\",\n        \"unconflicting\",\n        \"unconflictive\",\n        \"unconfuting\",\n        \"unconjectured\",\n        \"unconjured\",\n        \"unconniving\",\n        \"unconsolability\",\n        \"unconstantness\",\n        \"unconstraining\",\n        \"unconstricted\",\n        \"uncontainably\",\n        \"uncontestableness\",\n        \"uncontestedness\",\n        \"uncontiguous\",\n        \"uncontiguousness\",\n        \"uncontractedness\",\n        \"uncontractile\",\n        \"uncontrasting\",\n        \"uncontrastive\",\n        \"uncontrastively\",\n        \"unconvening\",\n        \"unconventionality\",\n        \"unconventionalities\",\n        \"unconventionalized\",\n        \"unconventioned\",\n        \"unconvergent\",\n        \"unconversance\",\n        \"unconversant\",\n        \"unconvertedly\",\n        \"unconvertedness\",\n        \"unconvertibly\",\n        \"unconvictive\",\n        \"unconvolute\",\n        \"unconvolutely\",\n        \"unconvulsive\",\n        \"uncoordinateness\",\n        \"uneccentric\",\n        \"uneccentrically\",\n        \"unequivalved\",\n        \"unextravagance\",\n        \"ungaining\",\n        \"unharmony\",\n        \"unharmonising\",\n        \"unheretical\",\n        \"unisolated\",\n        \"unmonopolised\",\n        \"unmonopolising\",\n        \"unpragmatic\",\n        \"unpromised\",\n        \"unquixotically\",\n        \"unreconciled\",\n        \"unrequitement\",\n        \"unsabbatical\",\n        \"unsconced\",\n        \"unsharedness\",\n        \"unsharing\",\n        \"unsoporiferousness\"\n    ],\n    \"eneni eneni\": [\n        \"disagreer\"\n    ],\n    \"tufuru\": [\n        \"disaligned\"\n    ],\n    \"ekweghi\": [\n        \"disallowable\",\n        \"disbelieve\",\n        \"discept\",\n        \"forenoted\",\n        \"hinnible\",\n        \"impowered\",\n        \"inconsistable\",\n        \"lestrigon\",\n        \"misbelieve\",\n        \"misbelieved\",\n        \"nonappendent\",\n        \"nondiscordant\",\n        \"nondistillable\",\n        \"unabating\",\n        \"unaccompanable\",\n        \"unbowable\",\n        \"unconcessible\",\n        \"unconsolable\",\n        \"uncontainable\",\n        \"uncontestant\",\n        \"uncorpulent\",\n        \"uncurbed\",\n        \"uncurled\",\n        \"uncurved\",\n        \"unexcused\",\n        \"unible\",\n        \"unintitled\",\n        \"unledged\",\n        \"unlegible\",\n        \"unmissable\",\n        \"unmorrised\",\n        \"unpermissible\",\n        \"unquilted\",\n        \"unreeled\",\n        \"unrenewed\",\n        \"unrequested\",\n        \"unrequited\",\n        \"unstaveable\",\n        \"untitled\",\n        \"untitular\"\n    ],\n    \"nkwuputa okwu\": [\n        \"disambiguation\",\n        \"outspeaker\"\n    ],\n    \"nkwusa ozioma\": [\n        \"disangelical\",\n        \"evangelicalism\"\n    ],\n    \"Mwepu\": [\n        \"disannex\",\n        \"disreputation\",\n        \"pullout\",\n        \"rollouts\",\n        \"squeegees\",\n        \"suppresion\",\n        \"suppresive\",\n        \"suppression\"\n    ],\n    \"na-apụ n'anya\": [\n        \"disappear\",\n        \"disappearances\",\n        \"disappearer\",\n        \"disappearing\",\n        \"disappears\",\n        \"outbleating\"\n    ],\n    \"efu efu\": [\n        \"disappearance\",\n        \"fantasticalness\",\n        \"vagrantness\"\n    ],\n    \"okụrede\": [\n        \"disappeared\"\n    ],\n    \"ekwenyeghị\": [\n        \"disapproves\",\n        \"nonsubmissive\",\n        \"unadmissive\",\n        \"unbullying\",\n        \"unconfessing\",\n        \"unodiousness\"\n    ],\n    \"na-ekwenyeghị\": [\n        \"disapprovingly\"\n    ],\n    \"achụsasị\": [\n        \"disaproned\",\n        \"disbanded\",\n        \"disbands\",\n        \"disleaved\",\n        \"dislodges\",\n        \"dispersant\",\n        \"disperse\",\n        \"disperses\",\n        \"dispurpose\",\n        \"dissevered\",\n        \"scatter\",\n        \"scatterable\",\n        \"scatterbrain\",\n        \"scattering\",\n        \"scatterings\",\n        \"scatterling\",\n        \"scatterment\",\n        \"scatters\"\n    ],\n    \"mmịba\": [\n        \"dysaptation\",\n        \"huggermuggery\"\n    ],\n    \"inapu\": [\n        \"disarm\",\n        \"friation\"\n    ],\n    \"ịnapụta mmadụ\": [\n        \"disarmament\"\n    ],\n    \"ịnapu\": [\n        \"disarmed\"\n    ],\n    \"n'iyi\": [\n        \"disarmingly\",\n        \"fadingly\",\n        \"rubbishly\",\n        \"torrentful\",\n        \"torrentwise\"\n    ],\n    \"Ngwá agha\": [\n        \"disarms\",\n        \"unweapon\"\n    ],\n    \"kewapụrụ\": [\n        \"disarranged\",\n        \"disassociated\",\n        \"estrange\",\n        \"estranged\"\n    ],\n    \"ọnyụnyụ\": [\n        \"dysarthria\",\n        \"dysbulic\",\n        \"dyschiria\",\n        \"dyscrasy\",\n        \"dyserethisia\",\n        \"dysesthesia\",\n        \"dysesthetic\",\n        \"dyskinetic\",\n        \"dyslogy\",\n        \"dysmnesia\",\n        \"dysmorphism\",\n        \"dysnomy\",\n        \"dyspathetic\",\n        \"dyspeptic\",\n        \"dyspeptical\",\n        \"dysphasic\",\n        \"dysphemia\",\n        \"dysphemistic\",\n        \"dysphoria\",\n        \"dysphotic\",\n        \"dyspnea\",\n        \"dyspneal\",\n        \"dyspneas\",\n        \"dysprosia\",\n        \"dysrhythmia\",\n        \"dysury\",\n        \"dysuric\"\n    ],\n    \"disarticartị\": [\n        \"disarticulate\"\n    ],\n    \"iwepụsị\": [\n        \"disarticulation\",\n        \"disemboweling\"\n    ],\n    \"ebukọta\": [\n        \"disassemble\"\n    ],\n    \"ahaghị\": [\n        \"disbalance\",\n        \"unseamed\",\n        \"untoileted\"\n    ],\n    \"ikposa\": [\n        \"disband\",\n        \"disbody\",\n        \"discerp\",\n        \"dishable\",\n        \"dismiss\",\n        \"disperge\",\n        \"dispersals\",\n        \"dispress\",\n        \"dispurse\",\n        \"outmantle\",\n        \"unmantle\"\n    ],\n    \"ibupu\": [\n        \"disbark\",\n        \"disport\"\n    ],\n    \"disbar\": [\n        \"disbarred\"\n    ],\n    \"disba\": [\n        \"disbars\"\n    ],\n    \"wepụnụ\": [\n        \"disbind\"\n    ],\n    \"ghachaa\": [\n        \"disblame\",\n        \"dismalize\",\n        \"disproven\",\n        \"dossel\"\n    ],\n    \"ịkwụpu\": [\n        \"disboard\"\n    ],\n    \"disbodi\": [\n        \"disbodied\"\n    ],\n    \"Ekwensu\": [\n        \"disboweling\",\n        \"discussants\",\n        \"disenchantress\",\n        \"disulfoton\",\n        \"favonius\",\n        \"larriman\",\n        \"overtruthful\",\n        \"prophototropic\"\n    ],\n    \"disbowel\": [\n        \"disbowelled\"\n    ],\n    \"achụsasịla ya\": [\n        \"disbranched\"\n    ],\n    \"agbasasịla\": [\n        \"disbudded\",\n        \"displanted\"\n    ],\n    \"apụrụnụ\": [\n        \"disburden\",\n        \"disburdened\"\n    ],\n    \"Ikwuputa\": [\n        \"disburdening\",\n        \"disburdenment\",\n        \"disobstruct\"\n    ],\n    \"Arụsị\": [\n        \"disburdens\"\n    ],\n    \"Ezigbo ego\": [\n        \"disbursable\",\n        \"pseudandry\"\n    ],\n    \"iwesa\": [\n        \"disbursal\",\n        \"disburthen\",\n        \"disfavouring\",\n        \"dispar\",\n        \"disparpling\",\n        \"displume\",\n        \"disuse\",\n        \"portmantle\",\n        \"warding\"\n    ],\n    \"bupu\": [\n        \"disburse\"\n    ],\n    \"Ihe nzuputa\": [\n        \"disburser\"\n    ],\n    \"diski\": [\n        \"disc\",\n        \"discamp\",\n        \"discant\",\n        \"discanter\",\n        \"discants\",\n        \"discantus\",\n        \"discase\",\n        \"discases\",\n        \"discatter\",\n        \"discina\",\n        \"discodactyl\",\n        \"discos\",\n        \"discs\",\n        \"discus\",\n        \"discutable\",\n        \"disk\",\n        \"disked\",\n        \"disker\",\n        \"diskery\",\n        \"diskette\",\n        \"diskos\",\n        \"disks\"\n    ],\n    \"diskinet\": [\n        \"discabinet\"\n    ],\n    \"tụfuo\": [\n        \"discal\",\n        \"discanted\",\n        \"discardable\",\n        \"discarded\",\n        \"discarder\",\n        \"discarding\",\n        \"discards\",\n        \"discede\",\n        \"discide\",\n        \"forefit\",\n        \"forfear\",\n        \"forfeit\"\n    ],\n    \"discanonisi\": [\n        \"discanonize\"\n    ],\n    \"na-atụfu\": [\n        \"discanting\",\n        \"misspend\"\n    ],\n    \"jụ\": [\n        \"disced\",\n        \"disject\",\n        \"objectify\",\n        \"refallow\",\n        \"refract\",\n        \"refuse\",\n        \"refutes\",\n        \"reject\",\n        \"rejectaneous\",\n        \"rejective\",\n        \"renounce\",\n        \"renounced\",\n        \"renouncer\"\n    ],\n    \"disceptor\": [\n        \"disceptator\"\n    ],\n    \"na-achọpụtaghị\": [\n        \"discepting\"\n    ],\n    \"ndị nghọta\": [\n        \"discerners\"\n    ],\n    \"n'ụzọ nghọta\": [\n        \"discernibly\"\n    ],\n    \"enweghị nghọta\": [\n        \"discerpibility\",\n        \"inapprehensible\",\n        \"inapprehensibly\",\n        \"inapprehension\",\n        \"inapprehensively\",\n        \"incomprehendingly\",\n        \"incomprehensibility\",\n        \"incomprehensible\",\n        \"incomprehensibleness\",\n        \"incomprehensibly\",\n        \"incomprehensiblies\",\n        \"incomprehension\",\n        \"incomprehensive\",\n        \"incomprehensively\",\n        \"incomprehensiveness\",\n        \"inconvincedly\",\n        \"indeprehensible\",\n        \"inexpediency\",\n        \"intransparency\",\n        \"inunderstandable\",\n        \"misunderstandable\",\n        \"nonapprehensibility\",\n        \"nonapprehension\",\n        \"noncomprehending\",\n        \"noncomprehendingly\",\n        \"noncomprehensible\",\n        \"noncomprehensiblely\",\n        \"noncomprehension\",\n        \"noncomprehensive\",\n        \"noncomprehensively\",\n        \"noncomprehensiveness\",\n        \"nondisputatiousness\",\n        \"nonperceivable\",\n        \"nontransparency\",\n        \"nonunderstandable\",\n        \"nonunderstanding\",\n        \"superincomprehensibleness\",\n        \"superincomprehensibly\",\n        \"unapprehendingness\",\n        \"unapprehensible\",\n        \"unapprehension\",\n        \"unapprehensively\",\n        \"unapprehensiveness\",\n        \"unaugmentative\",\n        \"unbelligerent\",\n        \"unclarity\",\n        \"uncompoundedness\",\n        \"uncomprehendingly\",\n        \"uncomprehendingness\",\n        \"uncomprehensible\",\n        \"uncomprehensibleness\",\n        \"uncomprehensibly\",\n        \"uncomprehension\",\n        \"uncomprehensive\",\n        \"uncomprehensively\",\n        \"uncomprehensiveness\",\n        \"undecipherability\",\n        \"undistinguish\",\n        \"undistinguishableness\",\n        \"undistinguishably\",\n        \"undistinguishedness\",\n        \"unexceptive\",\n        \"unexpansive\",\n        \"unfathomably\",\n        \"unhilariousness\",\n        \"unintelligibility\",\n        \"unintelligible\",\n        \"unintelligibleness\",\n        \"unmisunderstandable\",\n        \"unprehensive\",\n        \"unprofoundness\",\n        \"unreprehensibleness\",\n        \"unreprehensibly\",\n        \"ununderstandability\",\n        \"ununderstandable\"\n    ],\n    \"nghota\": [\n        \"discerpible\",\n        \"misdeclare\",\n        \"misrelation\",\n        \"misunderstand\"\n    ],\n    \"Onye mgbapu\": [\n        \"discharacter\"\n    ],\n    \"ihapu\": [\n        \"discharge\",\n        \"discharging\",\n        \"discumb\",\n        \"discumber\",\n        \"dissave\",\n        \"scraunch\",\n        \"slete\"\n    ],\n    \"igbapu\": [\n        \"dischargeable\",\n        \"dischargee\",\n        \"discharger\",\n        \"drain\",\n        \"draine\",\n        \"drippings\",\n        \"ejaculate\",\n        \"escaloped\",\n        \"escandalize\",\n        \"escarole\",\n        \"exacuate\",\n        \"exagitate\",\n        \"exagitation\",\n        \"exothecate\",\n        \"exuscitate\",\n        \"reflood\",\n        \"undflow\",\n        \"unstrange\",\n        \"vacuate\",\n        \"vacuolary\"\n    ],\n    \"atara\": [\n        \"discharged\"\n    ],\n    \"Ihapu\": [\n        \"discharges\"\n    ],\n    \"izipu\": [\n        \"dischase\",\n        \"dismail\",\n        \"disp\",\n        \"dispatches\",\n        \"dispathy\",\n        \"disputer\",\n        \"germanify\",\n        \"intransferrable\",\n        \"mailable\",\n        \"maipure\",\n        \"nontransmittible\",\n        \"preassigning\",\n        \"precooling\",\n        \"preestablish\",\n        \"preportray\",\n        \"reinferring\",\n        \"remitting\",\n        \"sendable\",\n        \"sending\",\n        \"sentry\",\n        \"sentrying\",\n        \"shippable\",\n        \"shivey\",\n        \"shoring\"\n    ],\n    \"ọrịa dyschromatopsia\": [\n        \"dyschromatopsia\"\n    ],\n    \"disiki\": [\n        \"disciferous\",\n        \"discursative\",\n        \"disodic\"\n    ],\n    \"disiform\": [\n        \"disciform\"\n    ],\n    \"discincin\": [\n        \"discinct\"\n    ],\n    \"n'iwere\": [\n        \"discing\"\n    ],\n    \"yiri ka onye na-eso ụzọ\": [\n        \"disciplelike\"\n    ],\n    \"ịbụ onye na-eso ụzọ\": [\n        \"discipleship\"\n    ],\n    \"inye ọzụzụ\": [\n        \"disciplinable\",\n        \"disciplinarian\",\n        \"disciplinarianism\",\n        \"disciplinative\",\n        \"discipling\",\n        \"disciplining\"\n    ],\n    \"inye ntaramahụhụ\": [\n        \"disciplinal\",\n        \"disciplinatory\"\n    ],\n    \"na-adọ aka ná ntị\": [\n        \"disciplinant\",\n        \"reproves\"\n    ],\n    \"ndị ọzụzụ\": [\n        \"disciplinarians\",\n        \"discipliners\",\n        \"trainmen\"\n    ],\n    \"ọrịa diski\": [\n        \"discitis\"\n    ],\n    \"atụfu\": [\n        \"disclaimed\",\n        \"dispositor\",\n        \"forfeits\"\n    ],\n    \"diskilas\": [\n        \"disclass\"\n    ],\n    \"declassify\": [\n        \"disclassify\"\n    ],\n    \"igosipụta\": [\n        \"disclose\",\n        \"disclosing\",\n        \"disenclose\",\n        \"humectation\",\n        \"manifesting\",\n        \"manifestive\",\n        \"mistify\",\n        \"popify\",\n        \"proparent\",\n        \"redemonstrating\",\n        \"redisplaying\",\n        \"reindication\",\n        \"revindication\",\n        \"unflead\",\n        \"unshowering\",\n        \"vindicating\",\n        \"vindications\"\n    ],\n    \"tuputa\": [\n        \"discloud\"\n    ],\n    \"discloti\": [\n        \"disclout\"\n    ],\n    \"disko\": [\n        \"disco\"\n    ],\n    \"ihe mgbaze\": [\n        \"discoast\",\n        \"solvencies\",\n        \"solvent\",\n        \"solventproof\",\n        \"solvents\",\n        \"solvers\",\n        \"sulphatic\"\n    ],\n    \"ihe na-ekpo ọkụ\": [\n        \"discoblastic\",\n        \"thermaic\",\n        \"thermalgesia\",\n        \"thermantic\",\n        \"thermionics\",\n        \"thermocurrent\",\n        \"thermodynamic\",\n        \"thermodynamically\",\n        \"thermodynamics\",\n        \"thermoduric\",\n        \"thermogenic\",\n        \"thermogenous\",\n        \"thermolability\",\n        \"thermonastic\",\n        \"thermophilous\",\n        \"thermoplasticity\",\n        \"thermoplastics\",\n        \"thermosensitive\",\n        \"thermostatic\",\n        \"thermostatics\",\n        \"thermotaxic\",\n        \"thermotic\",\n        \"thermotical\",\n        \"thermotics\",\n        \"thermotypic\"\n    ],\n    \"mgbaasị\": [\n        \"discoblastula\",\n        \"discostomatous\",\n        \"divagation\",\n        \"divagational\",\n        \"divagations\",\n        \"divagatory\",\n        \"occident\",\n        \"occidentalism\",\n        \"solicitudes\",\n        \"spiritism\",\n        \"spiritist\",\n        \"spiritistic\",\n        \"spiritlamp\"\n    ],\n    \"n'emebi iwu\": [\n        \"discographically\",\n        \"imperishably\",\n        \"unbrutising\",\n        \"unbrutizing\",\n        \"unfructuous\",\n        \"unfructuously\"\n    ],\n    \"onye na-achicha\": [\n        \"discohexaster\"\n    ],\n    \"Discoideae\": [\n        \"discoideae\"\n    ],\n    \"agbasasị\": [\n        \"discombobulated\",\n        \"discombobulates\",\n        \"discombobulating\",\n        \"dislocating\",\n        \"dismantled\",\n        \"inculture\",\n        \"indispersed\",\n        \"scatoma\",\n        \"scattergun\",\n        \"tornarian\"\n    ],\n    \"erughị ala\": [\n        \"discomfit\",\n        \"discomfort\",\n        \"discomfortable\",\n        \"discomfortableness\",\n        \"discomfortably\",\n        \"discomforted\",\n        \"discomforting\",\n        \"discomforts\",\n        \"discommon\",\n        \"miscomfort\",\n        \"nonfortuitous\",\n        \"nonfortuitousness\",\n        \"restlessness\",\n        \"tension\",\n        \"tensioning\",\n        \"tensionless\",\n        \"uncomfort\",\n        \"uncomfortableness\",\n        \"uncomforted\",\n        \"uncomforting\",\n        \"underweigh\",\n        \"underweight\",\n        \"underweighted\",\n        \"undreggy\",\n        \"unfortuitous\",\n        \"ungarnered\",\n        \"ungreasy\",\n        \"unquieting\",\n        \"untormented\",\n        \"unwatery\",\n        \"unwretched\"\n    ],\n    \"enwere nsogbu\": [\n        \"discomfited\",\n        \"straitlaced\"\n    ],\n    \"discommable\": [\n        \"discommendable\"\n    ],\n    \"ikwunye\": [\n        \"discommode\",\n        \"discommoded\",\n        \"recommunicate\"\n    ],\n    \"ghasasịrị\": [\n        \"discommoned\"\n    ],\n    \"akwadoghị\": [\n        \"discompanied\",\n        \"immobilizer\",\n        \"noncommendably\",\n        \"noncommendatory\",\n        \"nonsupportably\",\n        \"nonsupposed\",\n        \"unacidulated\",\n        \"unallowedly\",\n        \"unancestored\",\n        \"unanchored\",\n        \"unanchoring\",\n        \"unavouched\",\n        \"unbannered\",\n        \"unbudgeted\",\n        \"uncommanded\",\n        \"uncommemorated\",\n        \"uncommemorative\",\n        \"uncommendable\",\n        \"uncommendably\",\n        \"uncommended\",\n        \"uncommiserative\",\n        \"uncommiseratively\",\n        \"uncommuted\",\n        \"uncompanied\",\n        \"unconsecrate\",\n        \"uncounselled\",\n        \"unencored\",\n        \"unfortify\",\n        \"unganged\",\n        \"unhoisted\",\n        \"unhorned\",\n        \"unindicated\",\n        \"unlawyered\",\n        \"unmonitored\",\n        \"unorganed\",\n        \"unplank\",\n        \"unpolarized\",\n        \"unposed\",\n        \"unprepared\",\n        \"unpreparedly\",\n        \"unrancored\",\n        \"unscored\",\n        \"unsupplanted\",\n        \"unsupplied\",\n        \"unsupportedly\",\n        \"unwhiskered\"\n    ],\n    \"ghapu\": [\n        \"discompose\",\n        \"disleave\"\n    ],\n    \"Mgbasasị\": [\n        \"discomposingly\"\n    ],\n    \"discomcom\": [\n        \"discompt\"\n    ],\n    \"disconcer\": [\n        \"disconcerted\"\n    ],\n    \"disconcerly\": [\n        \"disconcertedly\"\n    ],\n    \"nkwupụta uche\": [\n        \"disconcertingness\",\n        \"outpoise\"\n    ],\n    \"diskinctae\": [\n        \"disconectae\"\n    ],\n    \"disconformible\": [\n        \"disconformably\"\n    ],\n    \"Kwupu\": [\n        \"disconnect\",\n        \"outstated\"\n    ],\n    \"Ikwupu\": [\n        \"disconnecter\",\n        \"dislink\"\n    ],\n    \"enweghi afọ ojuju\": [\n        \"discontentful\",\n        \"discontentive\",\n        \"dissatisfactory\",\n        \"dissatisfy\",\n        \"dissatisfiedly\",\n        \"dissatisfying\",\n        \"dissaturate\",\n        \"insatiability\",\n        \"insatiableness\",\n        \"insatiateness\",\n        \"insatiety\",\n        \"insatisfaction\",\n        \"malcontent\",\n        \"malcontentedly\",\n        \"outsatisfied\",\n        \"unsatisfy\",\n        \"unsatisfiability\",\n        \"unsatisfiable\",\n        \"unsatisfiedness\",\n        \"unsatisfying\"\n    ],\n    \"discontiguous\": [\n        \"discontiguousness\"\n    ],\n    \"ihe ngosipụta\": [\n        \"discoplacental\",\n        \"graphitization\",\n        \"outperforms\",\n        \"outplays\"\n    ],\n    \"Ogba aghara\": [\n        \"discordant\",\n        \"discordful\",\n        \"discordous\",\n        \"rumbler\"\n    ],\n    \"nkwanye okwu\": [\n        \"discordantly\",\n        \"discordantness\"\n    ],\n    \"ihe ndakọrịta\": [\n        \"discorrespondency\"\n    ],\n    \"de onye mmekorita\": [\n        \"discorrespondent\"\n    ],\n    \"diskika\": [\n        \"discotheque\",\n        \"discotheques\",\n        \"discothque\"\n    ],\n    \"Mwepu ego\": [\n        \"discountenancer\"\n    ],\n    \"ihe mmechuihu\": [\n        \"discounter\"\n    ],\n    \"kụda mmụọ\": [\n        \"discourage\"\n    ],\n    \"nwee ike nwee ike\": [\n        \"discourageable\"\n    ],\n    \"nwee nkụda mmụọ\": [\n        \"discouraged\",\n        \"discouragedly\",\n        \"overdiscouraged\"\n    ],\n    \"ekwughị okwu\": [\n        \"discourseless\",\n        \"nonenunciative\",\n        \"nonlinguistic\",\n        \"nonresonant\",\n        \"nonslanderous\",\n        \"nontalkative\",\n        \"nontalkativeness\",\n        \"nontelic\",\n        \"nonutterance\",\n        \"spokeless\",\n        \"unchaplain\",\n        \"uncommunicative\",\n        \"uncouthly\",\n        \"unexcommunicated\",\n        \"unexpressiveness\",\n        \"unpreposterous\",\n        \"unreiterated\",\n        \"unreiterating\",\n        \"unresonant\",\n        \"unspeakability\",\n        \"unspeakableness\",\n        \"unstuttered\",\n        \"untelic\",\n        \"untutored\",\n        \"unutterableness\"\n    ],\n    \"okwu nzuzu\": [\n        \"discoursiveness\",\n        \"misprofess\",\n        \"misword\",\n        \"nonsense\",\n        \"prussic\"\n    ],\n    \"mgbawa mgbawa\": [\n        \"discourtship\"\n    ],\n    \"a pụrụ ịchọpụta\": [\n        \"discoverable\",\n        \"discoverably\"\n    ],\n    \"ọnwụrụ\": [\n        \"dyscrase\"\n    ],\n    \"Na-ekpofu\": [\n        \"discreated\",\n        \"discreating\"\n    ],\n    \"onye nwere uche\": [\n        \"discreet\"\n    ],\n    \"Ihe nkedo\": [\n        \"discreeter\",\n        \"miter\",\n        \"mitre\",\n        \"prostades\",\n        \"pulpiteer\",\n        \"screwstem\"\n    ],\n    \"O nwere ezi uche\": [\n        \"discrepant\"\n    ],\n    \"nwee akọ\": [\n        \"discretive\"\n    ],\n    \"N'ikwekọ\": [\n        \"discretively\"\n    ],\n    \"ịkpa ókè\": [\n        \"discriminability\",\n        \"oneism\"\n    ],\n    \"akpa ókè\": [\n        \"discriminable\",\n        \"discriminal\",\n        \"discriminant\",\n        \"discriminantal\",\n        \"discriminated\",\n        \"discriminately\",\n        \"discriminateness\",\n        \"discriminatingness\",\n        \"discriminational\",\n        \"discriminative\",\n        \"discriminatively\",\n        \"discriminativeness\",\n        \"discriminatory\",\n        \"discriminoid\",\n        \"discriminous\"\n    ],\n    \"akpa oke\": [\n        \"discriminate\"\n    ],\n    \"na-akpa oke\": [\n        \"discriminates\",\n        \"discriminating\",\n        \"discriminator\"\n    ],\n    \"ikpa oke\": [\n        \"discrimination\",\n        \"discriminations\",\n        \"indiscrimination\",\n        \"partialised\",\n        \"partisanship\",\n        \"semijudicial\"\n    ],\n    \"ndị na-akpa ókè agbụrụ\": [\n        \"discriminators\",\n        \"racists\"\n    ],\n    \"tụpụrụ\": [\n        \"discrown\",\n        \"flunked\"\n    ],\n    \"Na-atụfu\": [\n        \"discrowning\"\n    ],\n    \"ikpofu\": [\n        \"disculpate\",\n        \"disenable\",\n        \"dismissable\",\n        \"unplait\",\n        \"wastepile\"\n    ],\n    \"nke a\": [\n        \"discursive\",\n        \"herefrom\",\n        \"hereinabove\",\n        \"heretrixes\",\n        \"nongeneric\",\n        \"nonviscousness\",\n        \"princely\",\n        \"semisedentary\",\n        \"this\",\n        \"thisn\"\n    ],\n    \"discus\": [\n        \"discuses\"\n    ],\n    \"kwurita okwu\": [\n        \"discussable\",\n        \"discussible\"\n    ],\n    \"nneme\": [\n        \"discussant\"\n    ],\n    \"na-ekwurịta\": [\n        \"discussing\",\n        \"negotiable\"\n    ],\n    \"tattaunawa\": [\n        \"discussionis\"\n    ],\n    \"emekpahu\": [\n        \"discustom\"\n    ],\n    \"disikieti\": [\n        \"discutient\"\n    ],\n    \".gha\": [\n        \"disdeceive\",\n        \"flinger\"\n    ],\n    \"disdlastlast\": [\n        \"disdiaclast\"\n    ],\n    \"ewepu oria\": [\n        \"disdiplomatize\"\n    ],\n    \"nke abụọ\": [\n        \"disecondary\",\n        \"partiary\",\n        \"second\",\n        \"secondary\",\n        \"secondaries\",\n        \"secondariness\",\n        \"seconded\",\n        \"seconders\",\n        \"secondes\",\n        \"secondine\",\n        \"secondines\",\n        \"seconding\",\n        \"secondment\",\n        \"secondness\",\n        \"secondrater\",\n        \"sememic\",\n        \"semiaerial\",\n        \"semibolshevist\",\n        \"semichivalrous\",\n        \"semiexecutive\",\n        \"semiflosculous\",\n        \"semifriable\",\n        \"semiordinate\",\n        \"semipopularly\",\n        \"semisentient\",\n        \"semiterrestrial\",\n        \"subthrill\"\n    ],\n    \"rachaa\": [\n        \"disedify\"\n    ],\n    \"kụzie ihe\": [\n        \"diseducate\",\n        \"educive\"\n    ],\n    \"disel\": [\n        \"diselder\"\n    ],\n    \"orie ọrịa\": [\n        \"diselectrify\"\n    ],\n    \"disempụ\": [\n        \"disembay\"\n    ],\n    \"ibupute\": [\n        \"disembark\",\n        \"disherit\",\n        \"emmantle\",\n        \"forepoling\",\n        \"resup\",\n        \"unchipping\",\n        \"unpark\",\n        \"unscarb\",\n        \"unscarce\",\n        \"unwhip\"\n    ],\n    \"ibuputa\": [\n        \"disembarkation\",\n        \"disload\",\n        \"exeunt\",\n        \"unattach\",\n        \"undark\",\n        \"unload\"\n    ],\n    \"disembowelwel\": [\n        \"disembowelled\"\n    ],\n    \"iwepu ihe\": [\n        \"disembowelling\",\n        \"underaction\",\n        \"uninstructing\"\n    ],\n    \"ihe nkwanye\": [\n        \"disembowelments\"\n    ],\n    \"iwepu ozu\": [\n        \"disembower\"\n    ],\n    \"nga\": [\n        \"disemprison\",\n        \"disimprison\",\n        \"disimprisonment\",\n        \"engarrison\",\n        \"incarcerative\",\n        \"jail\",\n        \"jailbait\",\n        \"jailish\",\n        \"jailward\",\n        \"prisage\"\n    ],\n    \"disinabing\": [\n        \"disenabling\"\n    ],\n    \"wepụchaa\": [\n        \"disenact\"\n    ],\n    \"disenkọm\": [\n        \"disencumber\"\n    ],\n    \"achụsasịla\": [\n        \"disencumbered\",\n        \"disleafed\"\n    ],\n    \"enwetala ya\": [\n        \"disendowed\"\n    ],\n    \"disendering\": [\n        \"disendower\"\n    ],\n    \"arụpụtaghị ihe\": [\n        \"disengagedness\",\n        \"nonproductive\",\n        \"outdraught\",\n        \"productivity\",\n        \"unproductive\",\n        \"unproductiveness\",\n        \"unreproductiveness\"\n    ],\n    \"disinrol\": [\n        \"disenrol\"\n    ],\n    \"disentanglement\": [\n        \"disentanglements\"\n    ],\n    \"disantang\": [\n        \"disentangling\"\n    ],\n    \"iri na isii\": [\n        \"disenthral\",\n        \"disenthralled\",\n        \"disenthralls\",\n        \"sixteen\",\n        \"sixteener\",\n        \"sixteenfold\",\n        \"sixteenmo\",\n        \"sixteenmos\",\n        \"sixteenpenny\",\n        \"sixteens\",\n        \"sixteenths\",\n        \"subteen\",\n        \"subteener\"\n    ],\n    \"iri na itolu\": [\n        \"disenthralling\"\n    ],\n    \"iriba-ama\": [\n        \"disenthrallment\"\n    ],\n    \"iri nke isii\": [\n        \"disenthralment\"\n    ],\n    \"iri na itoolu\": [\n        \"disenthrone\",\n        \"disenthroned\",\n        \"nineteen\",\n        \"nineteenfold\",\n        \"nineteens\",\n        \"nineteenthly\",\n        \"ninetieths\"\n    ],\n    \"iri na atọ\": [\n        \"disenthroning\",\n        \"ratteen\",\n        \"thirteen\",\n        \"thirteener\",\n        \"thirteenfold\",\n        \"thirteens\",\n        \"trieennia\"\n    ],\n    \"nupụrụ\": [\n        \"disentwined\",\n        \"glink\",\n        \"pinrowed\"\n    ],\n    \"ọrịaquilibrium\": [\n        \"disequilibrium\"\n    ],\n    \"ọrịaquilibriums\": [\n        \"disequilibriums\"\n    ],\n    \"tụsasịa\": [\n        \"disert\"\n    ],\n    \"Ọchụghasị\": [\n        \"disestablishmentarian\"\n    ],\n    \"nkwupụta mmụọ\": [\n        \"disestablishmentarianism\",\n        \"disestablismentarianism\",\n        \"foretellableness\",\n        \"outtelling\"\n    ],\n    \"enweghị ihu ọma\": [\n        \"disfavor\",\n        \"favorless\",\n        \"unconfronted\",\n        \"unlousy\"\n    ],\n    \"iwere\": [\n        \"disfavored\",\n        \"presentiveness\",\n        \"takable\",\n        \"takeable\",\n        \"takingness\",\n        \"takings\"\n    ],\n    \"ọfaụ\": [\n        \"disfavoring\"\n    ],\n    \"achọpụtaghị\": [\n        \"disfavoured\",\n        \"feteless\",\n        \"indiscovered\",\n        \"unburgessed\",\n        \"undebarred\",\n        \"undetectable\",\n        \"undetectible\",\n        \"unresearched\",\n        \"unseeming\",\n        \"unsquirted\",\n        \"untraceable\",\n        \"untraceably\",\n        \"unvisored\"\n    ],\n    \"zipụrụ\": [\n        \"disfeatured\"\n    ],\n    \"disfefe\": [\n        \"disfeaturing\"\n    ],\n    \"nchụpụ\": [\n        \"disfellowship\",\n        \"expulsion\",\n        \"externation\"\n    ],\n    \"disfiguring\": [\n        \"disfiguringly\"\n    ],\n    \"gbapuchara\": [\n        \"disfoliaged\",\n        \"dismembrated\"\n    ],\n    \"oke ohia\": [\n        \"disforestation\",\n        \"forestaffs\",\n        \"forestage\",\n        \"forestays\",\n        \"forestall\",\n        \"forestalling\",\n        \"forestallment\",\n        \"forestalls\",\n        \"forestate\",\n        \"forestation\",\n        \"forestcraft\",\n        \"forestery\",\n        \"forestership\",\n        \"forestful\",\n        \"foresty\",\n        \"forestial\",\n        \"foresting\",\n        \"forestish\",\n        \"forestland\",\n        \"forestral\",\n        \"forestress\",\n        \"forestry\",\n        \"forestries\",\n        \"forests\",\n        \"forestside\",\n        \"forestwards\",\n        \"jungle\",\n        \"junglewards\",\n        \"rainforest\",\n        \"unforest\"\n    ],\n    \"Ọgbaghara\": [\n        \"disfranchised\"\n    ],\n    \"ndị disfranchis\": [\n        \"disfranchisers\"\n    ],\n    \"disenfranchises\": [\n        \"disfranchises\"\n    ],\n    \"disenfranchising\": [\n        \"disfranchising\"\n    ],\n    \"disroro\": [\n        \"disfrocked\",\n        \"disrobed\",\n        \"undisrobed\"\n    ],\n    \"dysfunctions\": [\n        \"disfunctions\"\n    ],\n    \"disgruntment\": [\n        \"disgruntlement\"\n    ],\n    \"disgruntant\": [\n        \"disgruntling\"\n    ],\n    \"nwogha\": [\n        \"disguisay\",\n        \"disguisal\",\n        \"disguisedness\",\n        \"disguisement\",\n        \"disguisements\",\n        \"disguiser\",\n        \"disguises\",\n        \"disguising\",\n        \"transfigured\"\n    ],\n    \"nwoghari\": [\n        \"disguised\",\n        \"disguisedly\",\n        \"repersonalization\"\n    ],\n    \"disgolf\": [\n        \"disgulf\"\n    ],\n    \"Arịrịọ\": [\n        \"disgusts\"\n    ],\n    \"dishapu\": [\n        \"dishabille\"\n    ],\n    \"obibi\": [\n        \"dishabit\",\n        \"domiciliation\",\n        \"dwelling\",\n        \"ecological\",\n        \"habitancies\",\n        \"habiture\",\n        \"homeliness\",\n        \"impledging\",\n        \"inhabitance\",\n        \"inhabitancies\",\n        \"inhabitation\",\n        \"lodur\",\n        \"obsequiosity\",\n        \"obsequiousness\",\n        \"occupancy\",\n        \"residental\",\n        \"residential\",\n        \"residentially\",\n        \"residentiary\"\n    ],\n    \"ibi ebe obibi\": [\n        \"dishabituate\",\n        \"habituate\"\n    ],\n    \"disharmoniz\": [\n        \"disharmonizing\"\n    ],\n    \"efere efere\": [\n        \"dishboard\",\n        \"dishcross\",\n        \"dishmaking\",\n        \"dishpans\",\n        \"dishrags\",\n        \"dishware\",\n        \"dishwashers\",\n        \"dishwashings\",\n        \"dishwiping\",\n        \"flitchplate\",\n        \"platband\",\n        \"platefuls\",\n        \"platerer\",\n        \"platework\",\n        \"plateworker\",\n        \"platterful\",\n        \"washtray\",\n        \"washtubs\"\n    ],\n    \"akwa efere\": [\n        \"dishcloth\",\n        \"dishcloths\",\n        \"hasheeshes\"\n    ],\n    \"n’ada mba\": [\n        \"disheartenedly\"\n    ],\n    \"ikpo ọkụ\": [\n        \"disheathing\",\n        \"electrolyzing\",\n        \"ensheathe\",\n        \"fortescue\",\n        \"heatedness\",\n        \"heathenishness\",\n        \"heathenize\",\n        \"heathenizing\",\n        \"heathenness\",\n        \"hebraism\",\n        \"heizing\",\n        \"heterocerous\",\n        \"heteroeciousness\",\n        \"heteroplastic\",\n        \"heteropterous\",\n        \"heterosporous\",\n        \"hotpot\",\n        \"impermeator\",\n        \"thermopalpation\",\n        \"thermopenetration\",\n        \"toat\"\n    ],\n    \"sụọ\": [\n        \"dished\",\n        \"singh\",\n        \"sleb\"\n    ],\n    \"dishelhel\": [\n        \"dishelmed\"\n    ],\n    \"disheelụ\": [\n        \"disheveled\",\n        \"dishevelled\"\n    ],\n    \"dishevel\": [\n        \"disheveling\",\n        \"dishevelment\",\n        \"dishevels\",\n        \"dislevelment\"\n    ],\n    \"dishevels\": [\n        \"dishevelments\"\n    ],\n    \"Ichapu\": [\n        \"dishing\",\n        \"scrath\"\n    ],\n    \"dị ka efere\": [\n        \"dishlike\"\n    ],\n    \"efere nri\": [\n        \"dishmop\",\n        \"dishrag\",\n        \"dishumor\",\n        \"dishumour\",\n        \"dishwiper\"\n    ],\n    \"efere n'ụlọ\": [\n        \"dishome\"\n    ],\n    \"emeghị ihe n'eziokwu\": [\n        \"dishonest\",\n        \"dishonesty\",\n        \"dishonestly\",\n        \"inhonest\",\n        \"irresponsiveness\",\n        \"malhonest\",\n        \"nonfraudulence\",\n        \"nonjudicative\",\n        \"uneuphonious\",\n        \"uneuphoniousness\",\n        \"unhonest\",\n        \"unhonesty\",\n        \"unhonestly\",\n        \"untactfulness\"\n    ],\n    \"n'ụzọ na-adịghị mma\": [\n        \"dishonorably\",\n        \"increately\",\n        \"morbidly\",\n        \"unerrably\",\n        \"ungreatly\",\n        \"unmournfully\"\n    ],\n    \"n’amaghị ama\": [\n        \"dishonourably\",\n        \"lackwitted\",\n        \"unconspicuously\"\n    ],\n    \"dishon\": [\n        \"dishorn\",\n        \"dishorner\"\n    ],\n    \"Ngwa nri\": [\n        \"dishwares\"\n    ],\n    \"asacha efere\": [\n        \"dishwash\",\n        \"dishwasher\",\n        \"dishwater\"\n    ],\n    \"ịsa efere\": [\n        \"dishwashing\",\n        \"diswashing\"\n    ],\n    \"efere mmiri\": [\n        \"dishwatery\"\n    ],\n    \"disimeti\": [\n        \"disimitate\"\n    ],\n    \"disimimọn\": [\n        \"disimitation\"\n    ],\n    \"inwetakwa\": [\n        \"disimprove\"\n    ],\n    \"ịla azụ\": [\n        \"disincarnation\",\n        \"lateness\"\n    ],\n    \"disincentin\": [\n        \"disincentive\"\n    ],\n    \"kewaa ndi mmadu\": [\n        \"disindividualize\"\n    ],\n    \"ejiri ogwu\": [\n        \"disinfected\"\n    ],\n    \"chụsasịa\": [\n        \"disinflated\",\n        \"dispersedly\",\n        \"disperser\",\n        \"dispersers\",\n        \"dispersively\",\n        \"dispersonate\",\n        \"dispersonify\",\n        \"dissipatedly\",\n        \"scatterers\"\n    ],\n    \"na-achọ ịma\": [\n        \"disingenious\"\n    ],\n    \"disingenu\": [\n        \"disingenuous\"\n    ],\n    \"ekpụrụ\": [\n        \"disinherited\"\n    ],\n    \"disinhum\": [\n        \"disinhuming\"\n    ],\n    \"ghasasia\": [\n        \"disintegrable\",\n        \"disintegrant\",\n        \"disintegrate\",\n        \"disintegrated\",\n        \"disinterred\",\n        \"disrestore\",\n        \"falsifier\",\n        \"outsnored\"\n    ],\n    \"keakpọ\": [\n        \"disintegrative\"\n    ],\n    \"enweghị ekele\": [\n        \"disintegratory\",\n        \"gratuity\",\n        \"gratuitous\",\n        \"gratuitously\",\n        \"gratuitousness\",\n        \"gratulatory\",\n        \"inappreciability\",\n        \"inappreciation\",\n        \"inappreciative\",\n        \"inappreciativeness\",\n        \"ingratefulness\",\n        \"ingratitude\",\n        \"nonappreciation\",\n        \"nonappreciative\",\n        \"nonappreciativeness\",\n        \"nondepreciatively\",\n        \"salutationless\",\n        \"thanklessness\",\n        \"unapplauding\",\n        \"unapplausive\",\n        \"unappreciable\",\n        \"unappreciableness\",\n        \"unappreciably\",\n        \"unappreciated\",\n        \"unappreciating\",\n        \"unappreciation\",\n        \"unappreciative\",\n        \"unappreciatively\",\n        \"unappreciativeness\",\n        \"unforgetfulness\",\n        \"ungraceful\",\n        \"ungracefully\",\n        \"ungracefulness\",\n        \"ungrateful\",\n        \"ungratefully\",\n        \"ungratefulness\",\n        \"ungratitude\",\n        \"ungratuitous\",\n        \"ungratuitousness\",\n        \"ungravitative\",\n        \"unregretful\",\n        \"unshanked\",\n        \"untasteful\",\n        \"untastefully\",\n        \"unthankful\",\n        \"unthankfulness\"\n    ],\n    \"ghasas\": [\n        \"disinter\",\n        \"disruddered\"\n    ],\n    \"iheanyich\": [\n        \"disinthrall\"\n    ],\n    \"ịintoụbiga mmanya ókè\": [\n        \"disintoxication\"\n    ],\n    \"ajụrụ\": [\n        \"disjected\",\n        \"rejected\",\n        \"rejectee\",\n        \"rejectees\",\n        \"rejecter\",\n        \"rustred\"\n    ],\n    \"na-adịghị\": [\n        \"disjoining\",\n        \"unflying\"\n    ],\n    \"n’ụzọ zuru ezu\": [\n        \"disjointedly\"\n    ],\n    \"disketị\": [\n        \"diskettes\"\n    ],\n    \"omume ojoo\": [\n        \"diskindness\",\n        \"malbehavior\"\n    ],\n    \"enweghị disk\": [\n        \"diskless\"\n    ],\n    \"dị ka diski\": [\n        \"disklike\"\n    ],\n    \"ezinyere\": [\n        \"dislady\",\n        \"integripalliate\"\n    ],\n    \"Wepu\": [\n        \"disleaf\",\n        \"dissheathed\"\n    ],\n    \"Dyslexics\": [\n        \"dyslexias\",\n        \"dyslexics\"\n    ],\n    \"achọghị\": [\n        \"disliked\",\n        \"disliker\",\n        \"dislikes\",\n        \"disliking\",\n        \"unbraved\",\n        \"undesire\",\n        \"undesired\",\n        \"undesiredly\",\n        \"undisliked\",\n        \"univied\",\n        \"unkilling\",\n        \"unliked\",\n        \"unliking\",\n        \"unrecanted\",\n        \"unrequired\",\n        \"unscanted\",\n        \"unsought\",\n        \"unthroned\",\n        \"unwandered\",\n        \"unwaned\",\n        \"unwaning\",\n        \"unwanted\",\n        \"unwanton\",\n        \"unwhisked\",\n        \"unwifed\",\n        \"unwilfully\",\n        \"unwily\",\n        \"unwille\",\n        \"unwilled\",\n        \"unwilledness\",\n        \"unwillfully\",\n        \"unwilling\",\n        \"unwillingly\",\n        \"unwillingness\",\n        \"unwilted\",\n        \"unwintry\",\n        \"unwirable\",\n        \"unwire\",\n        \"unwired\",\n        \"unwish\",\n        \"unwished\",\n        \"unwishes\",\n        \"unwishful\",\n        \"unwishfulness\",\n        \"unwishing\",\n        \"unwive\",\n        \"unwived\",\n        \"wantingness\",\n        \"wantonlike\"\n    ],\n    \"Ndị diski\": [\n        \"dislikers\"\n    ],\n    \"iwelu\": [\n        \"dislimb\"\n    ],\n    \"dislimọnụ\": [\n        \"dislimns\"\n    ],\n    \"inye ìhè\": [\n        \"dislluminate\",\n        \"illuminate\"\n    ],\n    \"gbapụrụ iche\": [\n        \"dislocatedness\",\n        \"outbent\",\n        \"outgunned\",\n        \"outhorn\",\n        \"outwoven\"\n    ],\n    \"achupu\": [\n        \"dislodge\",\n        \"exsiccator\"\n    ],\n    \"achụpụ\": [\n        \"dislodgeable\",\n        \"excommunicatory\",\n        \"expulsions\"\n    ],\n    \"chụpụ\": [\n        \"dislodged\",\n        \"dispel\",\n        \"dispell\",\n        \"dispells\",\n        \"dispels\",\n        \"dispiritedness\",\n        \"displace\",\n        \"displat\",\n        \"ejected\",\n        \"evacuate\",\n        \"evict\",\n        \"evictee\",\n        \"evirate\",\n        \"evulge\",\n        \"expellant\",\n        \"expelled\",\n        \"expels\"\n    ],\n    \"N'ịkọ ọrịa\": [\n        \"dyslogistically\"\n    ],\n    \"eguzosighị ike n'ihe\": [\n        \"disloyal\",\n        \"disloyalist\",\n        \"disloyally\",\n        \"disloyalty\",\n        \"disloyalties\",\n        \"unloyal\",\n        \"unloyally\",\n        \"unloyalty\",\n        \"unroyally\",\n        \"unroyalness\"\n    ],\n    \"mkpapụ\": [\n        \"disluster\"\n    ],\n    \"Na-awụ akpata oyi\": [\n        \"dismayful\"\n    ],\n    \"n'iwute\": [\n        \"dismayfully\"\n    ],\n    \"Na-akụda mmụọ\": [\n        \"dismaying\"\n    ],\n    \"na-ewute gị\": [\n        \"dismayingly\"\n    ],\n    \"nọdụ\": [\n        \"dismain\",\n        \"sat\",\n        \"satable\",\n        \"sithe\",\n        \"sitten\"\n    ],\n    \"dismalitere\": [\n        \"dismal\"\n    ],\n    \"igbari\": [\n        \"dismantle\",\n        \"dismember\",\n        \"dismembrate\",\n        \"dispond\",\n        \"dissolute\",\n        \"dissolvable\",\n        \"dissolve\",\n        \"dissolver\"\n    ],\n    \"akwatuo\": [\n        \"dismantler\"\n    ],\n    \"dismarị\": [\n        \"dismarble\"\n    ],\n    \"alụghị di\": [\n        \"dismarry\",\n        \"infirmaries\",\n        \"marred\",\n        \"nonion\",\n        \"nonrecourse\",\n        \"nonvitality\",\n        \"nonvitalness\",\n        \"unmarled\",\n        \"unmarred\",\n        \"unmarriable\",\n        \"unmarriageable\",\n        \"unparried\",\n        \"unthewed\",\n        \"unvitalness\",\n        \"unwed\"\n    ],\n    \"dismas\": [\n        \"dismasts\"\n    ],\n    \"gbupụrụ ya\": [\n        \"dismembered\",\n        \"munched\",\n        \"naled\",\n        \"smattered\"\n    ],\n    \"ọnya ọgbụgba\": [\n        \"dysmenorrheal\",\n        \"dysmenorrheic\",\n        \"dysphemism\",\n        \"dysphrenia\",\n        \"menorrheic\",\n        \"mesorrhiny\"\n    ],\n    \"gbapụ\": [\n        \"dismerit\",\n        \"escalade\",\n        \"fissioned\",\n        \"fugitated\",\n        \"outplodded\",\n        \"runaways\",\n        \"runout\",\n        \"scraffle\",\n        \"takeoff\",\n        \"unrig\",\n        \"wroot\"\n    ],\n    \"asuan\": [\n        \"dismissed\"\n    ],\n    \"ndị na-achụpụ mmadụ\": [\n        \"dismissers\",\n        \"evictors\"\n    ],\n    \"Achụpụ\": [\n        \"dismissible\",\n        \"dispellable\",\n        \"outcasting\"\n    ],\n    \"ekweghị n'okike\": [\n        \"disnatural\",\n        \"nonnaturalness\",\n        \"unnaturalise\",\n        \"unnaturalised\",\n        \"unnaturalising\",\n        \"unnaturalism\",\n        \"unnaturalistic\",\n        \"unnaturality\",\n        \"unnaturalized\",\n        \"unnaturalness\"\n    ],\n    \"nupụrụ isi\": [\n        \"disobedient\",\n        \"disobeyed\",\n        \"disobeyer\",\n        \"disobeys\",\n        \"disoccupied\",\n        \"disoppilate\",\n        \"rebelled\",\n        \"revolted\",\n        \"revolts\"\n    ],\n    \"inupụrụ isi\": [\n        \"disobediently\",\n        \"disobey\",\n        \"disobeyal\",\n        \"disobeying\",\n        \"disoccupying\",\n        \"inobedience\",\n        \"inobediently\",\n        \"unobedient\",\n        \"unobediently\"\n    ],\n    \"ndị na-enupụ isi\": [\n        \"disobeyers\"\n    ],\n    \"ekweghị ekwe\": [\n        \"disoccident\",\n        \"eucleid\",\n        \"hardness\",\n        \"heatheness\",\n        \"incongruity\",\n        \"inconsonant\",\n        \"inelegance\",\n        \"infidelism\",\n        \"inflexibly\",\n        \"irredentists\",\n        \"irresistably\",\n        \"irresistibly\",\n        \"irresoluteness\",\n        \"nonagreeable\",\n        \"nondeliverance\",\n        \"noninfusibleness\",\n        \"nonroyalist\",\n        \"nonsurrender\",\n        \"unabortiveness\",\n        \"unaccordance\",\n        \"unagreeableness\",\n        \"unbelieffulness\",\n        \"unbelievability\",\n        \"unbelievableness\",\n        \"unbeliever\",\n        \"unbelievingness\",\n        \"unbendableness\",\n        \"unbendingness\",\n        \"unbiddable\",\n        \"unbowsome\",\n        \"uncontumacious\",\n        \"uncontumaciousness\",\n        \"undeniability\",\n        \"undeniableness\",\n        \"ungrumpy\",\n        \"unhidableness\",\n        \"unjudicious\",\n        \"unlecherousness\",\n        \"unliveableness\",\n        \"unpatristical\",\n        \"unrabbinic\",\n        \"unrebellious\",\n        \"unresistibly\",\n        \"unresultive\",\n        \"unreverberant\",\n        \"unroyalist\",\n        \"unsurrealistic\",\n        \"unsurrendering\",\n        \"unwingable\"\n    ],\n    \"ọnyụnyụ mmiri\": [\n        \"dysodontiasis\"\n    ],\n    \"disomọs\": [\n        \"disomus\"\n    ],\n    \"aghara\": [\n        \"disorder\",\n        \"disorderly\",\n        \"disorient\",\n        \"disruly\",\n        \"frustraneous\",\n        \"fussle\",\n        \"random\",\n        \"randomish\",\n        \"randomization\",\n        \"randomized\",\n        \"randomness\",\n        \"randomwise\",\n        \"rascaldom\",\n        \"rascality\",\n        \"rascalities\",\n        \"raucously\",\n        \"razzly\",\n        \"reckless\",\n        \"recklessly\",\n        \"recklessness\",\n        \"rickety\",\n        \"riotingly\",\n        \"riotous\",\n        \"riotously\",\n        \"sprucely\",\n        \"stirless\",\n        \"stirlessly\",\n        \"stirlessness\",\n        \"tumultuarily\",\n        \"tumultuous\",\n        \"tumultuously\",\n        \"uncrazy\",\n        \"uncrossly\",\n        \"uninterruptedness\",\n        \"untumultuous\",\n        \"uproarious\",\n        \"uproariousness\"\n    ],\n    \"Ezigbo nsogbu\": [\n        \"disorderedly\"\n    ],\n    \"ahazighi\": [\n        \"disorganised\",\n        \"disorganized\",\n        \"unorganised\",\n        \"unorganized\",\n        \"unreorganized\"\n    ],\n    \"hazigharia\": [\n        \"disorganize\",\n        \"reconfigured\",\n        \"reorganised\",\n        \"reorganized\"\n    ],\n    \"gọnahụ ike\": [\n        \"disownable\"\n    ],\n    \"jụrụ ajụ\": [\n        \"disowned\",\n        \"hereticated\"\n    ],\n    \"enweghịzi ikike\": [\n        \"disownment\"\n    ],\n    \"Na-ekwenyeghị\": [\n        \"disoxygenate\"\n    ],\n    \"disparage ike\": [\n        \"disparageable\"\n    ],\n    \"disparage\": [\n        \"disparaged\",\n        \"disparages\"\n    ],\n    \"na-emechu ihu\": [\n        \"disparaging\",\n        \"humiliates\"\n    ],\n    \"n'ụzọ adịghị mma\": [\n        \"disparately\",\n        \"dissymmetrically\"\n    ],\n    \"puputa\": [\n        \"disparkle\"\n    ],\n    \"itufu\": [\n        \"disparple\",\n        \"disrober\",\n        \"sparing\",\n        \"untormenting\"\n    ],\n    \"atụfuola\": [\n        \"disparpled\"\n    ],\n    \"ezipuwo\": [\n        \"disparted\"\n    ],\n    \"Onogwu\": [\n        \"dispassionate\",\n        \"farrowed\",\n        \"glisteringly\"\n    ],\n    \"Ọgbụgba ndụ\": [\n        \"dispassioned\"\n    ],\n    \"onye ezipu\": [\n        \"dispatcher\",\n        \"posturist\"\n    ],\n    \"ndị na-ezipụ\": [\n        \"dispatchers\",\n        \"remitters\",\n        \"senders\"\n    ],\n    \"ọrịa ọgbụgba\": [\n        \"dyspathy\",\n        \"typhization\"\n    ],\n    \"chụgara\": [\n        \"dispatriated\",\n        \"dispersedye\"\n    ],\n    \"dispepe\": [\n        \"dispeace\"\n    ],\n    \"dispeace dị\": [\n        \"dispeaceful\"\n    ],\n    \"disence\": [\n        \"dispence\"\n    ],\n    \"Gbasaa\": [\n        \"dispends\",\n        \"disprizes\",\n        \"splunge\",\n        \"sprangled\"\n    ],\n    \"Izu ike\": [\n        \"dispensability\"\n    ],\n    \"Izu ahia\": [\n        \"dispensableness\"\n    ],\n    \"Ọgbọ\": [\n        \"dispensate\",\n        \"dispensated\",\n        \"dispensation\",\n        \"dispensational\",\n        \"dispensations\",\n        \"vomity\"\n    ],\n    \"Oge a\": [\n        \"dispensating\"\n    ],\n    \"Ọgbọ kara aka\": [\n        \"dispensationalism\"\n    ],\n    \"Izipu ihe\": [\n        \"dispensatories\"\n    ],\n    \"igbasa ozi\": [\n        \"dispense\"\n    ],\n    \"ndi nzipu ozi\": [\n        \"dispensers\"\n    ],\n    \"Mmezi\": [\n        \"dispenses\"\n    ],\n    \"Ezigbo ihe\": [\n        \"dispensible\",\n        \"jusshell\",\n        \"lestobiotic\",\n        \"synspermous\",\n        \"slatternish\",\n        \"stimulogenous\",\n        \"stultiloquious\",\n        \"valmy\"\n    ],\n    \"ikpopu\": [\n        \"dispeopling\",\n        \"unpuckering\"\n    ],\n    \"nrịkasị\": [\n        \"dyspepsies\"\n    ],\n    \"ọnyụnyụ ọgwụ\": [\n        \"dyspeptics\"\n    ],\n    \"O buru ibu\": [\n        \"dispermous\",\n        \"obsessionist\",\n        \"outkept\",\n        \"outquerying\"\n    ],\n    \"displeple\": [\n        \"disperple\"\n    ],\n    \"na-achụsasị\": [\n        \"dispersing\",\n        \"dispersonalize\"\n    ],\n    \"disetal\": [\n        \"dispetal\"\n    ],\n    \"ọnyụnyụ ọkụ\": [\n        \"dysphagic\"\n    ],\n    \"mgbasaozi\": [\n        \"disphenoid\",\n        \"disseminule\",\n        \"dissyllabising\",\n        \"mediatorialism\",\n        \"mediatrice\"\n    ],\n    \"disọpụsị\": [\n        \"dispiritment\"\n    ],\n    \"dispiteous\": [\n        \"dispiteously\"\n    ],\n    \"enwere ike iwepu\": [\n        \"displaceable\"\n    ],\n    \"mwepụ\": [\n        \"displacement\",\n        \"removal\",\n        \"scewing\"\n    ],\n    \"Ndahie\": [\n        \"displacements\",\n        \"misspeaks\",\n        \"staggers\"\n    ],\n    \"Onye nkesa\": [\n        \"displacer\",\n        \"displayer\",\n        \"dissenter\",\n        \"nonbrowser\"\n    ],\n    \"Enwere ike izipu\": [\n        \"displayable\"\n    ],\n    \"ihe izipu\": [\n        \"displants\"\n    ],\n    \"dis obi ụtọ\": [\n        \"displeasant\"\n    ],\n    \"adịghị atọ ụtọ\": [\n        \"displeasing\",\n        \"displeasurable\",\n        \"unpleasing\",\n        \"unweeting\"\n    ],\n    \"ọ naghị atọ gị ụtọ\": [\n        \"displeasuring\"\n    ],\n    \"dishibili\": [\n        \"displicency\"\n    ],\n    \"Ikwupụta\": [\n        \"displuming\",\n        \"estampede\",\n        \"overclasp\",\n        \"spackling\"\n    ],\n    \"Ọrịa dyspneic\": [\n        \"dyspneic\"\n    ],\n    \"dispondaị\": [\n        \"dispondaic\"\n    ],\n    \"Peeji\": [\n        \"disponge\",\n        \"perdy\",\n        \"predy\",\n        \"predoubter\"\n    ],\n    \"izisa ozi\": [\n        \"disponing\",\n        \"unintermitting\"\n    ],\n    \"ebupụtara\": [\n        \"disported\"\n    ],\n    \"na-ebubata\": [\n        \"disports\",\n        \"eversporting\"\n    ],\n    \"ndị na-ekpofu ihe\": [\n        \"disposers\"\n    ],\n    \"na-ekpofu\": [\n        \"disposes\",\n        \"expulsing\"\n    ],\n    \"ịtụfu\": [\n        \"disposing\",\n        \"disposingly\",\n        \"dumping\"\n    ],\n    \"ekpuji\": [\n        \"dispositive\"\n    ],\n    \"ebupụrụ\": [\n        \"dispossed\"\n    ],\n    \"napụtanụ\": [\n        \"dispossessed\"\n    ],\n    \"na-ebukpọ\": [\n        \"dispossesses\"\n    ],\n    \"na-anapụ mmadụ ihe\": [\n        \"dispossessing\"\n    ],\n    \"nzipu\": [\n        \"dispossession\"\n    ],\n    \"onye nkwata\": [\n        \"dispossessor\",\n        \"intercommunicator\",\n        \"spoilsman\"\n    ],\n    \"ihe nkwata\": [\n        \"dispossessory\",\n        \"spoiler\",\n        \"spoilful\",\n        \"spoils\",\n        \"spoilsmonger\",\n        \"spoilsports\",\n        \"spole\"\n    ],\n    \"disrinrin\": [\n        \"disprince\"\n    ],\n    \"tụọ mkpọrọ\": [\n        \"disprison\",\n        \"imprison\",\n        \"prisoned\"\n    ],\n    \"Agbasasị\": [\n        \"disprivacied\"\n    ],\n    \"disrivilege\": [\n        \"disprivilege\"\n    ],\n    \"anaghị arụ ọrụ\": [\n        \"disprofit\",\n        \"impactive\",\n        \"inactive\",\n        \"indefective\",\n        \"inobservant\",\n        \"inoperational\",\n        \"inoperative\",\n        \"inorganical\",\n        \"irrubrical\",\n        \"malfunctioning\",\n        \"nonactivator\",\n        \"nonactive\",\n        \"nonagglomerative\",\n        \"nonalliterative\",\n        \"nonargentiferous\",\n        \"nonarticulate\",\n        \"nonarticulative\",\n        \"nonaxiomatic\",\n        \"nonchanneled\",\n        \"nonconducting\",\n        \"nonconductive\",\n        \"noncorporative\",\n        \"noncounteractive\",\n        \"nondeliberate\",\n        \"nondetractive\",\n        \"nondetractively\",\n        \"nondetractory\",\n        \"nondistractive\",\n        \"nonerecting\",\n        \"noneruptive\",\n        \"nonfacetious\",\n        \"nonfactitious\",\n        \"nonfaculty\",\n        \"nonfunctional\",\n        \"nonfunctioning\",\n        \"nonillative\",\n        \"noninductive\",\n        \"noninteractive\",\n        \"nonliturgical\",\n        \"nonlucrative\",\n        \"nonoccupational\",\n        \"nonodoriferously\",\n        \"nonofficial\",\n        \"nonoperating\",\n        \"nonoperational\",\n        \"nonoperative\",\n        \"nonperforating\",\n        \"nonperforming\",\n        \"nonpracticable\",\n        \"nonprocedurally\",\n        \"nonprojectively\",\n        \"nonprotractile\",\n        \"nonradioactive\",\n        \"nonreactionaries\",\n        \"nonreactive\",\n        \"nonreactor\",\n        \"nonrecuperative\",\n        \"nonrefractive\",\n        \"nonrefractively\",\n        \"nonretractile\",\n        \"nonretroactively\",\n        \"nontactic\",\n        \"nonvacant\",\n        \"nonvaporous\",\n        \"nonventilative\",\n        \"nonvolatile\",\n        \"nonvoluntary\",\n        \"nonworker\",\n        \"nonworking\",\n        \"unabstractive\",\n        \"unactivated\",\n        \"unactive\",\n        \"unalterative\",\n        \"uncorking\",\n        \"unerosive\",\n        \"unfunctioning\",\n        \"uninvective\",\n        \"unofficiated\",\n        \"unofficiating\",\n        \"unoratorial\",\n        \"unpartaking\",\n        \"unreactive\",\n        \"unrefractive\",\n        \"unserviceable\",\n        \"unsynchronized\",\n        \"unsupercilious\"\n    ],\n    \"n'ụzọ na-ezighi ezi\": [\n        \"disproportionably\",\n        \"disproportionally\",\n        \"disproportionately\",\n        \"misapprehensively\"\n    ],\n    \"nrihie\": [\n        \"disproportions\"\n    ],\n    \"Nke a\": [\n        \"disprovable\",\n        \"yips\",\n        \"restyling\",\n        \"thisll\",\n        \"thisness\",\n        \"thissen\"\n    ],\n    \"gbaghaa\": [\n        \"disprove\",\n        \"outbend\",\n        \"reabandon\",\n        \"refute\",\n        \"upheave\"\n    ],\n    \"ghasị\": [\n        \"disprover\"\n    ],\n    \"Peepu\": [\n        \"dispulp\"\n    ],\n    \"ifu\": [\n        \"dispunct\",\n        \"dunged\",\n        \"dungy\",\n        \"exponentiate\",\n        \"nauntle\",\n        \"plur\",\n        \"unfain\"\n    ],\n    \"Puputara\": [\n        \"dispunishable\"\n    ],\n    \"ezipu\": [\n        \"dispurvey\"\n    ],\n    \"Arụpụta\": [\n        \"disputability\",\n        \"disputableness\"\n    ],\n    \"Arụ ụka\": [\n        \"disputable\"\n    ],\n    \"chukwuka\": [\n        \"disputatiously\",\n        \"ghillies\",\n        \"puszta\",\n        \"quamoclit\",\n        \"quisutsch\",\n        \"sprits\"\n    ],\n    \"utgbasi\": [\n        \"disputatiousness\",\n        \"undisputatiousness\"\n    ],\n    \"onye nzisa\": [\n        \"disputator\"\n    ],\n    \"n'esemokwu\": [\n        \"disputeless\",\n        \"frictionlessly\",\n        \"indiscreetly\",\n        \"nonambitiously\",\n        \"noncompetitively\",\n        \"nonconjugally\",\n        \"nonconsumptively\",\n        \"noncontiguously\",\n        \"noncontroversially\",\n        \"nonconversantly\",\n        \"noncuriously\",\n        \"nonintroversively\",\n        \"nonnautically\",\n        \"nonpersistently\",\n        \"nonpsychically\",\n        \"nonresonantly\",\n        \"nontragically\",\n        \"nonvertically\",\n        \"quarrelsomely\",\n        \"stagnantly\",\n        \"unaggressively\",\n        \"unbountifully\",\n        \"uncommercially\",\n        \"uncontiguously\",\n        \"uncontroversially\",\n        \"undisastrously\",\n        \"undiscordantly\",\n        \"undisputatiously\",\n        \"undubitatively\",\n        \"unreconcilably\",\n        \"unsilenceably\",\n        \"unstrenuously\",\n        \"unsubversively\",\n        \"unutterably\"\n    ],\n    \"enwere obi erughị ala\": [\n        \"disquieted\"\n    ],\n    \"enwe nsogbu\": [\n        \"disquieting\",\n        \"placabilty\"\n    ],\n    \"disquisition\": [\n        \"disquisitionary\",\n        \"disquisitions\"\n    ],\n    \"ekwughị\": [\n        \"disrank\",\n        \"indecipherably\",\n        \"nonadmitted\",\n        \"nonrenouncing\",\n        \"nonsked\",\n        \"nonsmutting\",\n        \"nonsustained\",\n        \"undeliberated\",\n        \"unexact\",\n        \"unexcoriated\",\n        \"unexpress\",\n        \"unexpressly\",\n        \"unexuded\",\n        \"unfocussed\",\n        \"unprovoked\",\n        \"unsated\",\n        \"unshelved\",\n        \"unsown\",\n        \"unspeaking\",\n        \"unspelled\",\n        \"unspokenly\",\n        \"unstatutably\",\n        \"untactfully\",\n        \"untenanted\",\n        \"untraded\",\n        \"untufted\",\n        \"untusked\",\n        \"unwhispered\",\n        \"unwidened\",\n        \"verbless\"\n    ],\n    \"eleghara anya\": [\n        \"disregard\",\n        \"disregardant\",\n        \"disregarding\",\n        \"downlooked\",\n        \"ignore\",\n        \"neglectable\",\n        \"neglectedly\",\n        \"neglective\",\n        \"neglectively\",\n        \"negligees\",\n        \"negligibility\",\n        \"negligible\",\n        \"negligibleness\",\n        \"negligibly\",\n        \"negroization\",\n        \"negroize\",\n        \"negroloid\",\n        \"overlooked\",\n        \"unregard\",\n        \"unregardant\",\n        \"unregardedly\",\n        \"unregardful\"\n    ],\n    \"nleghara anya\": [\n        \"disregardance\",\n        \"disregardfulness\",\n        \"ignorement\",\n        \"negational\",\n        \"neglect\",\n        \"neglectfully\",\n        \"neglectfulness\",\n        \"neglection\",\n        \"negligence\",\n        \"negligently\"\n    ],\n    \"elegharaghị anya\": [\n        \"disregardful\",\n        \"nonregardance\",\n        \"unregarded\"\n    ],\n    \"disemeti\": [\n        \"disremember\"\n    ],\n    \"Enweghị aha\": [\n        \"disreputableness\",\n        \"pseudonymousness\",\n        \"uncategorical\",\n        \"uncategorically\",\n        \"uncategorized\"\n    ],\n    \"ahapụrụ\": [\n        \"disrepute\"\n    ],\n    \"Enwere aha\": [\n        \"disreputed\"\n    ],\n    \"Idozi\": [\n        \"disrespondency\",\n        \"oversoaking\",\n        \"overtoiling\",\n        \"subserved\",\n        \"unpersecuting\"\n    ],\n    \"disrobo\": [\n        \"disrobe\"\n    ],\n    \"mkpasiobi\": [\n        \"disroof\"\n    ],\n    \"disrootụ\": [\n        \"disroots\"\n    ],\n    \"emeghasị\": [\n        \"disrupt\",\n        \"disruptor\",\n        \"disrupts\"\n    ],\n    \"emeghasịkwa\": [\n        \"disruption\"\n    ],\n    \"imeghasị\": [\n        \"disrupture\"\n    ],\n    \"azopughi\": [\n        \"dissaved\"\n    ],\n    \"na -ewepu\": [\n        \"dissaves\"\n    ],\n    \"dissava\": [\n        \"dissavs\"\n    ],\n    \"keeke\": [\n        \"disscussive\",\n        \"keekers\"\n    ],\n    \"Ikesa\": [\n        \"disseat\",\n        \"disseated\",\n        \"disseize\",\n        \"disseized\"\n    ],\n    \"dissector\": [\n        \"dissectors\"\n    ],\n    \"ndị na-agbasa ozi\": [\n        \"dissemblers\",\n        \"dissimulators\"\n    ],\n    \"igbesa\": [\n        \"dissentiate\"\n    ],\n    \"Ikewa\": [\n        \"dissentiency\",\n        \"dissilient\"\n    ],\n    \"ndị na-eso ụzọ\": [\n        \"dissentients\",\n        \"subforemen\"\n    ],\n    \"N'ikpesa\": [\n        \"dissentingly\"\n    ],\n    \"Ekwenyere\": [\n        \"dissentious\"\n    ],\n    \"Nkwupụta echiche\": [\n        \"dissentism\"\n    ],\n    \"Ihe nyocha\": [\n        \"disserts\",\n        \"scalebark\"\n    ],\n    \"Enwere ike\": [\n        \"disserviceable\",\n        \"ensuable\",\n        \"fouldre\",\n        \"implausibly\",\n        \"placable\",\n        \"plenipotential\",\n        \"plurisyllable\",\n        \"powderable\",\n        \"preevaporated\",\n        \"preexcused\",\n        \"scepticized\",\n        \"tonneaued\"\n    ],\n    \"Ọrụ ike\": [\n        \"disserviceableness\"\n    ],\n    \"N'enweghi nsogbu\": [\n        \"disserviceably\"\n    ],\n    \"dapụ\": [\n        \"dissettle\",\n        \"distained\",\n        \"extort\",\n        \"falcate\",\n        \"fellable\",\n        \"forbite\",\n        \"untall\",\n        \"unwall\"\n    ],\n    \"inupụ\": [\n        \"disshadow\",\n        \"pushed\",\n        \"pushy\",\n        \"pushup\",\n        \"thrust\"\n    ],\n    \"disheeshe\": [\n        \"dissheathe\"\n    ],\n    \"disfuny\": [\n        \"disshiver\"\n    ],\n    \"Onye nkwenye\": [\n        \"dissident\"\n    ],\n    \"ndi ekwe ekwe\": [\n        \"dissidents\"\n    ],\n    \"N'uju anya\": [\n        \"dissightly\"\n    ],\n    \"Enwere ike ịgbasa\": [\n        \"dissyllable\",\n        \"polarizable\"\n    ],\n    \"ịdị iche\": [\n        \"dissimilarity\",\n        \"isogonality\",\n        \"isoimmunity\",\n        \"isology\",\n        \"isosterism\",\n        \"miscellaneity\"\n    ],\n    \"ihe iche\": [\n        \"dissimilarities\"\n    ],\n    \"Obi ebere\": [\n        \"dissympathy\",\n        \"kindjal\",\n        \"overfancifulness\",\n        \"pitylus\",\n        \"pityriasic\",\n        \"pityriasis\",\n        \"pityroid\",\n        \"supersympathy\",\n        \"supersympathies\"\n    ],\n    \"gosipụta ya\": [\n        \"dissympathize\"\n    ],\n    \"Ekwusa\": [\n        \"dissimulated\"\n    ],\n    \"agbasasịkwa\": [\n        \"dissipated\",\n        \"distaste\"\n    ],\n    \"Ihe mgbasa ozi\": [\n        \"disslander\"\n    ],\n    \"agbaze\": [\n        \"dissoluble\",\n        \"dissolvent\",\n        \"dissolves\",\n        \"frotting\",\n        \"melicent\",\n        \"melicerous\",\n        \"melichrous\",\n        \"melior\",\n        \"meliorability\",\n        \"meliorable\",\n        \"meliorant\",\n        \"meliorated\",\n        \"meliorater\",\n        \"meliorates\",\n        \"meliorating\",\n        \"melioration\",\n        \"meliorations\",\n        \"meliorative\",\n        \"meliorator\",\n        \"melitis\",\n        \"melituric\",\n        \"mellon\",\n        \"mellone\",\n        \"mellonides\",\n        \"meltedness\",\n        \"melteigite\",\n        \"melters\",\n        \"melting\",\n        \"meltingly\",\n        \"meltingness\",\n        \"melton\",\n        \"meltons\",\n        \"molting\",\n        \"shards\",\n        \"smelter\",\n        \"smeltery\",\n        \"smelters\",\n        \"smelting\",\n        \"smelts\",\n        \"sullages\"\n    ],\n    \"onyegbakowa\": [\n        \"dissolutionist\"\n    ],\n    \"na-agbari\": [\n        \"dissolving\"\n    ],\n    \"disson\": [\n        \"dissonance\",\n        \"dissonancy\",\n        \"dissonous\"\n    ],\n    \"dissonz\": [\n        \"dissonantly\"\n    ],\n    \"dọpụ\": [\n        \"dissour\"\n    ],\n    \"Iwuchi\": [\n        \"disstate\",\n        \"overraught\"\n    ],\n    \"ghari\": [\n        \"dissuade\"\n    ],\n    \"dissuwas\": [\n        \"dissuaded\"\n    ],\n    \"dissuas\": [\n        \"dissuading\"\n    ],\n    \"nke enweghi ike\": [\n        \"dissuasive\"\n    ],\n    \"ghasa\": [\n        \"dissunder\"\n    ],\n    \"Ije ozi\": [\n        \"distaff\"\n    ],\n    \"inupu\": [\n        \"distain\"\n    ],\n    \"n'inweta\": [\n        \"distaining\"\n    ],\n    \"ebe dị anya\": [\n        \"distance\",\n        \"distanced\",\n        \"distances\",\n        \"farawayness\",\n        \"perhorresce\"\n    ],\n    \"ebe di anya\": [\n        \"distantness\"\n    ],\n    \"dọpụrụ\": [\n        \"distasted\"\n    ],\n    \"n'ụzọ dị ukwuu\": [\n        \"distastefully\",\n        \"emulously\",\n        \"largely\",\n        \"lavishly\",\n        \"livishly\",\n        \"superadmirably\"\n    ],\n    \"Ọsọ\": [\n        \"distastefulness\"\n    ],\n    \"ghagbula\": [\n        \"distater\"\n    ],\n    \"ọkà mmụta banyere ọrịa\": [\n        \"dysteleologist\",\n        \"etruscologist\",\n        \"pathologist\",\n        \"pedologist\",\n        \"topologist\"\n    ],\n    \"izu uka\": [\n        \"distemper\"\n    ],\n    \"ichegharị\": [\n        \"distemperate\",\n        \"penitent\",\n        \"penitents\",\n        \"recanceling\",\n        \"reclimbing\",\n        \"recondense\",\n        \"reconsigning\",\n        \"reconsoling\",\n        \"recontemplate\",\n        \"recontemplating\",\n        \"recontemplation\",\n        \"recontrast\",\n        \"recrimination\",\n        \"recriminations\",\n        \"recriminator\",\n        \"reembarking\",\n        \"remingled\",\n        \"rescrutinizing\",\n        \"restacking\",\n        \"undiverting\"\n    ],\n    \"Onyegbama\": [\n        \"distemperer\"\n    ],\n    \"mgbakasi\": [\n        \"distemperoid\",\n        \"gemellione\",\n        \"gorbal\",\n        \"irritability\",\n        \"irritably\",\n        \"irritatedly\",\n        \"irritating\",\n        \"irritatingly\",\n        \"irritative\",\n        \"irritatory\"\n    ],\n    \"ịdị anya\": [\n        \"distenant\",\n        \"sagenesses\"\n    ],\n    \"nkwụsịtụ\": [\n        \"distensibility\",\n        \"distensibilities\",\n        \"inextensile\",\n        \"inextension\",\n        \"mischarges\",\n        \"neurosecretion\",\n        \"nonextension\",\n        \"nonsubtraction\",\n        \"nonsubversion\",\n        \"pausalion\",\n        \"standpattism\"\n    ],\n    \"dị anya\": [\n        \"distensive\"\n    ],\n    \"distension\": [\n        \"distentions\"\n    ],\n    \"igbusi\": [\n        \"disterminate\",\n        \"severate\"\n    ],\n    \"Ọdụdọ distichiasis\": [\n        \"distichiasis\"\n    ],\n    \"dịpụrụ adịpụ\": [\n        \"distichous\",\n        \"externalised\",\n        \"externalistic\",\n        \"frederic\",\n        \"isolated\",\n        \"isopogonous\",\n        \"lateralized\",\n        \"marginalize\",\n        \"narrowhearted\",\n        \"offside\",\n        \"outdare\",\n        \"outgoer\",\n        \"outland\",\n        \"outlandishlike\",\n        \"outoven\",\n        \"outsole\",\n        \"purparty\",\n        \"suburbican\"\n    ],\n    \"distillery\": [\n        \"distilery\"\n    ],\n    \"distilleries\": [\n        \"distileries\"\n    ],\n    \"distillate\": [\n        \"distillage\"\n    ],\n    \"disillates\": [\n        \"distillates\"\n    ],\n    \"distillation\": [\n        \"distillations\",\n        \"distillator\",\n        \"distillatory\"\n    ],\n    \"Ndị na-agbagha\": [\n        \"distillers\"\n    ],\n    \"enweghị oke\": [\n        \"distinctionless\",\n        \"inexcitableness\",\n        \"irremissibly\",\n        \"limitably\",\n        \"masslessness\",\n        \"nonlocation\",\n        \"nonminimal\",\n        \"parameterless\",\n        \"raucity\",\n        \"unrimed\"\n    ],\n    \"ịmata iche\": [\n        \"distinguee\"\n    ],\n    \"akwanyere iche\": [\n        \"distinguished\"\n    ],\n    \"oke iche\": [\n        \"distinguishedly\"\n    ],\n    \"dystocia\": [\n        \"dystocial\"\n    ],\n    \"onye na-eme njem\": [\n        \"distorter\",\n        \"journeyworker\",\n        \"traversary\",\n        \"troller\"\n    ],\n    \"Agbagha\": [\n        \"distorters\"\n    ],\n    \"Onye mgbagha\": [\n        \"distortionist\"\n    ],\n    \"ekpesa\": [\n        \"distortive\"\n    ],\n    \"ndọpụ uche\": [\n        \"distracted\",\n        \"distractedness\",\n        \"distractibility\",\n        \"distraction\",\n        \"distractions\",\n        \"distraint\",\n        \"distraite\"\n    ],\n    \"uche m\": [\n        \"distractedly\",\n        \"distractingly\",\n        \"distrained\",\n        \"distraughted\",\n        \"distraughtly\"\n    ],\n    \"agbasapụ\": [\n        \"distractible\",\n        \"unbungling\",\n        \"undispensing\",\n        \"unfurling\",\n        \"unlarded\",\n        \"unlathed\",\n        \"unloafing\",\n        \"unparking\",\n        \"unpiling\",\n        \"unslacking\",\n        \"unsolubleness\",\n        \"unstifling\",\n        \"unwilting\"\n    ],\n    \"na-adọpụ uche\": [\n        \"distracting\",\n        \"distracts\",\n        \"distraining\"\n    ],\n    \"Distrainable\": [\n        \"distrainable\"\n    ],\n    \"ucheghari\": [\n        \"distrainee\"\n    ],\n    \"dọpụ uche ya\": [\n        \"distrait\"\n    ],\n    \"uche ghasas\": [\n        \"distraught\"\n    ],\n    \"n'oké nsogbu\": [\n        \"distressedly\"\n    ],\n    \"ndisuan\": [\n        \"distributival\"\n    ],\n    \"ndị nkesa\": [\n        \"distributors\",\n        \"distributress\"\n    ],\n    \"redistricting\": [\n        \"districting\"\n    ],\n    \"distrikti\": [\n        \"districts\"\n    ],\n    \"Agbanye\": [\n        \"distringas\",\n        \"interlaying\",\n        \"intertangles\",\n        \"slalomed\",\n        \"slidingly\",\n        \"slithering\",\n        \"turnsole\",\n        \"unleft\"\n    ],\n    \"Onye na-ebubata ya\": [\n        \"distruster\"\n    ],\n    \"ichegbu\": [\n        \"disturb\",\n        \"disturn\",\n        \"redisturb\",\n        \"worriable\"\n    ],\n    \"ichegbu ma ọ bụ\": [\n        \"disturbor\"\n    ],\n    \"nguzo\": [\n        \"disubstitution\",\n        \"standage\",\n        \"standbys\",\n        \"standoffs\",\n        \"standpat\",\n        \"standpatism\",\n        \"standpoint\",\n        \"standpoints\"\n    ],\n    \"disulfid\": [\n        \"disulfids\"\n    ],\n    \"disunita\": [\n        \"disuniter\"\n    ],\n    \"adịghị n'otu\": [\n        \"disunity\",\n        \"uncite\",\n        \"unedified\",\n        \"ununified\",\n        \"ununited\"\n    ],\n    \"enweghịzi uru\": [\n        \"disvalue\"\n    ],\n    \"mfu\": [\n        \"disvantage\",\n        \"loss\"\n    ],\n    \"disvelopu\": [\n        \"disvelop\"\n    ],\n    \"diswarren\": [\n        \"diswarrened\"\n    ],\n    \"osisi diski\": [\n        \"diswood\"\n    ],\n    \"Achọghị ofufe\": [\n        \"disworship\"\n    ],\n    \"Ditchdigging\": [\n        \"ditchdigging\"\n    ],\n    \"Ditchdown\": [\n        \"ditchdown\"\n    ],\n    \"dit\": [\n        \"ditched\"\n    ],\n    \"Ditching\": [\n        \"ditching\"\n    ],\n    \"enweghị oghere\": [\n        \"ditchless\",\n        \"holeless\",\n        \"nonfarm\",\n        \"roomless\",\n        \"spaceless\",\n        \"vocoid\"\n    ],\n    \"onye ditheist\": [\n        \"ditheist\"\n    ],\n    \"ọsịn\": [\n        \"ditrichotomous\"\n    ],\n    \"detroit\": [\n        \"ditroite\"\n    ],\n    \"ditto\": [\n        \"dittoes\"\n    ],\n    \"Ugboko\": [\n        \"ditton\",\n        \"skoptsy\"\n    ],\n    \"Ntọala\": [\n        \"dittos\",\n        \"footings\",\n        \"remittals\",\n        \"stilettoing\",\n        \"tweaker\",\n        \"whitetail\"\n    ],\n    \"Diumvirate\": [\n        \"diumvirate\"\n    ],\n    \"Diures\": [\n        \"diureses\"\n    ],\n    \"Diuresis\": [\n        \"diuresis\"\n    ],\n    \"mamịrị\": [\n        \"diuretic\",\n        \"uretic\"\n    ],\n    \"Diurnation\": [\n        \"diurnation\"\n    ],\n    \"diuron\": [\n        \"diurons\"\n    ],\n    \"Diuturnity\": [\n        \"diuturnity\"\n    ],\n    \"ịtọgbọrọ\": [\n        \"divagated\"\n    ],\n    \"divaging\": [\n        \"divagating\"\n    ],\n    \"divagally\": [\n        \"divagationally\"\n    ],\n    \"diva\": [\n        \"divalent\"\n    ],\n    \"divary\": [\n        \"divariant\"\n    ],\n    \"ịtọpụ\": [\n        \"divaricated\",\n        \"estopping\",\n        \"estrangements\",\n        \"estrangle\",\n        \"unbowing\",\n        \"unintersecting\",\n        \"unmounting\",\n        \"unnagging\",\n        \"unravelment\",\n        \"unscoffing\",\n        \"unscrawling\",\n        \"unsealing\",\n        \"unseam\",\n        \"unseething\",\n        \"unsewing\",\n        \"unsheathing\",\n        \"unslouching\",\n        \"unsorting\",\n        \"unsquabbling\",\n        \"unstitching\",\n        \"untangling\"\n    ],\n    \"ịgha mmụọ\": [\n        \"divaricately\"\n    ],\n    \"ịtọghe\": [\n        \"divaricating\",\n        \"unhedging\",\n        \"unscourging\",\n        \"unshelling\"\n    ],\n    \"amaba\": [\n        \"dive\",\n        \"divelled\",\n        \"plumped\"\n    ],\n    \"mikpuo\": [\n        \"dived\",\n        \"divested\",\n        \"immerge\",\n        \"immerse\",\n        \"immersible\",\n        \"mysis\",\n        \"plunge\",\n        \"plunged\",\n        \"sank\",\n        \"sinked\",\n        \"submerge\"\n    ],\n    \"onye na-agba mmiri\": [\n        \"divekeeper\",\n        \"diver\",\n        \"flopper\",\n        \"irrigationist\",\n        \"irrigator\",\n        \"irrigatorial\"\n    ],\n    \"na-amaba\": [\n        \"divelling\",\n        \"divesting\"\n    ],\n    \"ụzọ dị iche iche\": [\n        \"divergencies\",\n        \"ternery\"\n    ],\n    \"di iche iche\": [\n        \"divers\",\n        \"divisibilities\",\n        \"marbly\"\n    ],\n    \"ihe iche iche\": [\n        \"diversicolored\"\n    ],\n    \"Ihe ntụgharị\": [\n        \"diversifier\",\n        \"diverter\"\n    ],\n    \"dịgasị iche iche\": [\n        \"diversiflorate\",\n        \"diversiflorous\",\n        \"diversifoliate\",\n        \"diversisporous\",\n        \"diversities\",\n        \"diversly\",\n        \"rangework\",\n        \"variantly\",\n        \"varietally\",\n        \"variformly\",\n        \"varyingly\",\n        \"variolous\",\n        \"versicular\"\n    ],\n    \"Onye Ntughari\": [\n        \"diversionist\",\n        \"riparian\",\n        \"rotatorian\"\n    ],\n    \"Ogwe dị iche iche\": [\n        \"diversipedate\"\n    ],\n    \"ebugharị\": [\n        \"diverted\",\n        \"forwardation\",\n        \"forwarding\",\n        \"portability\",\n        \"portalled\",\n        \"portative\",\n        \"predissuaded\",\n        \"redivorced\",\n        \"relocator\",\n        \"transmigrated\",\n        \"transportative\",\n        \"transported\",\n        \"transportedness\",\n        \"transposed\",\n        \"transposes\",\n        \"unboxing\",\n        \"unchaffing\",\n        \"unmourned\",\n        \"unransacked\",\n        \"unshuddering\",\n        \"unswore\",\n        \"untransferring\"\n    ],\n    \"Ndị ntụgharị\": [\n        \"diverters\"\n    ],\n    \"Diverimentos\": [\n        \"divertimentos\"\n    ],\n    \"verttọgharị\": [\n        \"divertissant\"\n    ],\n    \"Mmiri\": [\n        \"dives\",\n        \"drencher\",\n        \"drenchers\",\n        \"drenches\",\n        \"hydromancy\",\n        \"hydrovane\",\n        \"ravining\",\n        \"reefing\",\n        \"stewing\",\n        \"submersions\"\n    ],\n    \"agbanyụọ\": [\n        \"divestible\"\n    ],\n    \"na-agba mmiri\": [\n        \"divestitive\",\n        \"flopping\",\n        \"fluidising\",\n        \"iceboating\",\n        \"irrigant\",\n        \"irrigates\",\n        \"irrigative\",\n        \"irrigatory\",\n        \"liquidizes\",\n        \"squishing\",\n        \"watering\",\n        \"wateringly\",\n        \"waterings\",\n        \"waterish\",\n        \"wetting\"\n    ],\n    \"divi\": [\n        \"divia\"\n    ],\n    \"ịgba afa\": [\n        \"divident\",\n        \"divining\",\n        \"divise\",\n        \"sorcery\",\n        \"sorceries\",\n        \"sorcering\",\n        \"sorcerize\",\n        \"sorning\",\n        \"sorptive\",\n        \"sorriness\",\n        \"sortilegy\"\n    ],\n    \"ndị na-ekewa\": [\n        \"dividers\",\n        \"splitters\"\n    ],\n    \"kere òkè\": [\n        \"dividivis\",\n        \"participialize\",\n        \"shareown\"\n    ],\n    \"nke divin\": [\n        \"divinable\"\n    ],\n    \"igba afa\": [\n        \"divination\"\n    ],\n    \"nke Chukwu\": [\n        \"divine\",\n        \"diving\"\n    ],\n    \"Chineke\": [\n        \"divinely\",\n        \"divineness\",\n        \"divinified\",\n        \"divinise\",\n        \"divinised\",\n        \"divinises\",\n        \"divinityship\",\n        \"divinize\",\n        \"divinized\",\n        \"divinizes\",\n        \"godly\",\n        \"godliest\"\n    ],\n    \"onye na-agba afa\": [\n        \"diviner\",\n        \"soothsayer\"\n    ],\n    \"ndi mara\": [\n        \"divineress\"\n    ],\n    \"ndị dibịa afa\": [\n        \"diviners\",\n        \"sorcerers\"\n    ],\n    \"afa\": [\n        \"divines\",\n        \"divinesse\"\n    ],\n    \"divin\": [\n        \"divinify\",\n        \"divinity\"\n    ],\n    \"divinising\": [\n        \"divinifying\",\n        \"divinizing\"\n    ],\n    \"ndị gbara alụkwaghịm\": [\n        \"divorcers\"\n    ],\n    \"ndị na-agba afa\": [\n        \"divvers\"\n    ],\n    \"Dix\": [\n        \"dix\"\n    ],\n    \"Dixenite\": [\n        \"dixenite\"\n    ],\n    \"Dixie\": [\n        \"dixie\"\n    ],\n    \"Dixieland\": [\n        \"dixieland\"\n    ],\n    \"Dixsị\": [\n        \"dixies\"\n    ],\n    \"Dixit\": [\n        \"dixit\"\n    ],\n    \"Dixits\": [\n        \"dixits\"\n    ],\n    \"Dizain\": [\n        \"dizain\"\n    ],\n    \"Dizaine\": [\n        \"dizaine\"\n    ],\n    \"Dizdar\": [\n        \"dizdar\"\n    ],\n    \"Dizen\": [\n        \"dizen\"\n    ],\n    \"Dizygotic\": [\n        \"dizygotic\"\n    ],\n    \"jiri anya mmiri\": [\n        \"dizzardly\",\n        \"dizzily\"\n    ],\n    \"anya ntughari\": [\n        \"dizzy\"\n    ],\n    \"Dizzied\": [\n        \"dizzied\"\n    ],\n    \"Dizzier\": [\n        \"dizzier\"\n    ],\n    \"Ihe kacha nta\": [\n        \"dizziest\"\n    ],\n    \"Dizzying\": [\n        \"dizzyingly\"\n    ],\n    \"Ibu ubo\": [\n        \"dizziness\",\n        \"wooziness\"\n    ],\n    \"ogugu\": [\n        \"djehad\",\n        \"lectorship\",\n        \"locutories\",\n        \"readability\",\n        \"readableness\",\n        \"readding\",\n        \"readdition\",\n        \"reader\",\n        \"reading\",\n        \"readings\",\n        \"readmiration\",\n        \"readmittance\",\n        \"readornment\",\n        \"redear\"\n    ],\n    \"Djerib\": [\n        \"djerib\"\n    ],\n    \"Dl\": [\n        \"dl\"\n    ],\n    \"Dlr\": [\n        \"dlr\"\n    ],\n    \"Dmod\": [\n        \"dmod\"\n    ],\n    \"dọọrị\": [\n        \"doaty\"\n    ],\n    \"ndabber\": [\n        \"dobber\"\n    ],\n    \"na na na\": [\n        \"dobies\",\n        \"kittlish\",\n        \"meandrously\",\n        \"shitted\"\n    ],\n    \"dolon\": [\n        \"doblon\"\n    ],\n    \"dobra\": [\n        \"dobras\"\n    ],\n    \"n'ọdụ ụgbọ mmiri\": [\n        \"dock\",\n        \"dockhouse\",\n        \"dockyard\",\n        \"dockland\",\n        \"docklands\",\n        \"port\",\n        \"ported\",\n        \"portholes\",\n        \"porthook\",\n        \"porty\",\n        \"porting\",\n        \"portsoken\",\n        \"rowport\"\n    ],\n    \"doket\": [\n        \"docket\"\n    ],\n    \"nwoke dockyard\": [\n        \"dockyardman\"\n    ],\n    \"ogige mmiri\": [\n        \"dockyards\"\n    ],\n    \"ebe a na-egwu mmiri\": [\n        \"docking\"\n    ],\n    \"dockerization\": [\n        \"dockization\"\n    ],\n    \"ebe ikpere mmiri\": [\n        \"dockside\"\n    ],\n    \"ebe ikpuchi mmiri\": [\n        \"docksides\"\n    ],\n    \"dọkịta\": [\n        \"doctorally\",\n        \"doctorhood\",\n        \"doctoring\",\n        \"doctorize\",\n        \"doctorly\",\n        \"doctorship\",\n        \"dryopians\",\n        \"physeter\",\n        \"physiciancy\",\n        \"physicianly\"\n    ],\n    \"gụrụ\": [\n        \"doctordom\",\n        \"doctored\",\n        \"readded\",\n        \"readorn\",\n        \"recited\",\n        \"roistered\"\n    ],\n    \"dọkịta azụ\": [\n        \"doctorfish\"\n    ],\n    \"dọkịta na-azụ\": [\n        \"doctorfishes\"\n    ],\n    \"doctoral\": [\n        \"doctorial\"\n    ],\n    \"enweghị dọkịta\": [\n        \"doctorless\"\n    ],\n    \"dị ka dọkịta\": [\n        \"doctorlike\"\n    ],\n    \"ozizi\": [\n        \"doctrinable\",\n        \"doctrinairism\",\n        \"doctrinal\",\n        \"doctrinalism\",\n        \"doctrinality\",\n        \"doctrinary\",\n        \"doctrinarity\",\n        \"doctrinate\",\n        \"doctrine\",\n        \"doctrines\",\n        \"doctrinism\",\n        \"doctrinization\",\n        \"doctrinized\",\n        \"doctrix\",\n        \"sermonics\",\n        \"teachy\",\n        \"teachings\"\n    ],\n    \"n'ozizi\": [\n        \"doctrinally\",\n        \"doctrinarily\",\n        \"pseudoangelically\"\n    ],\n    \"nkwenkwe ugha\": [\n        \"doctrinarianism\"\n    ],\n    \"onye ozizi\": [\n        \"doctrinist\"\n    ],\n    \"kuzie\": [\n        \"doctrinize\",\n        \"instruct\",\n        \"mancipate\",\n        \"teacherish\"\n    ],\n    \"na-akuzi nkuzi\": [\n        \"doctrinizing\"\n    ],\n    \"n'akwụkwọ\": [\n        \"documentarily\"\n    ],\n    \"Dodd\": [\n        \"dodd\"\n    ],\n    \"Dodere\": [\n        \"dodders\"\n    ],\n    \"dodokọ\": [\n        \"dodgers\"\n    ],\n    \"zọpụ\": [\n        \"dodging\",\n        \"seceded\"\n    ],\n    \"dodo\": [\n        \"dodoes\"\n    ],\n    \"doeging\": [\n        \"doegling\"\n    ],\n    \"ime mmiri\": [\n        \"doeling\",\n        \"foreshoe\",\n        \"foreshop\",\n        \"foreshore\"\n    ],\n    \"dokin\": [\n        \"doeskin\"\n    ],\n    \"adịghị\": [\n        \"doesn\",\n        \"doesnt\",\n        \"immanent\",\n        \"inanities\",\n        \"mismet\",\n        \"naren\",\n        \"nereid\",\n        \"nereidae\",\n        \"nonbeing\",\n        \"nonexactingly\",\n        \"nonexotic\",\n        \"nonexpansile\",\n        \"nooklike\",\n        \"nore\",\n        \"raucid\",\n        \"sich\",\n        \"unai\",\n        \"unavailable\",\n        \"unknit\",\n        \"unstuffed\",\n        \"unvailable\",\n        \"unwry\"\n    ],\n    \"doevụ\": [\n        \"doeuvre\"\n    ],\n    \"dof\": [\n        \"doff\"\n    ],\n    \"doff\": [\n        \"doffers\"\n    ],\n    \"ifunanya\": [\n        \"doffing\",\n        \"elkhorn\",\n        \"eugonic\",\n        \"lostness\",\n        \"suspensoid\"\n    ],\n    \"ndị nkịta\": [\n        \"dogcatchers\",\n        \"dogmatists\",\n        \"dopers\",\n        \"lispers\",\n        \"wenchers\"\n    ],\n    \"ntị nkịta\": [\n        \"dogear\",\n        \"dogears\"\n    ],\n    \"dogeare\": [\n        \"dogeared\"\n    ],\n    \"doge dom\": [\n        \"dogedom\"\n    ],\n    \"onyunsi\": [\n        \"dogeship\"\n    ],\n    \"nkịta dognel\": [\n        \"dogfennel\"\n    ],\n    \"ịgba nkịta\": [\n        \"dogfight\"\n    ],\n    \"ụkwụ ncheihu\": [\n        \"dogfoot\"\n    ],\n    \"onye nkita\": [\n        \"doggereler\",\n        \"doggoneder\",\n        \"doggoner\",\n        \"trappist\"\n    ],\n    \"nkịta doglism\": [\n        \"doggerelism\"\n    ],\n    \"nkịta na-akọ\": [\n        \"doggerelizing\",\n        \"doggerelling\"\n    ],\n    \"nkịta nkịta\": [\n        \"doggerels\",\n        \"doglegging\",\n        \"dogplate\",\n        \"dogship\",\n        \"puppetries\"\n    ],\n    \"Nkịta\": [\n        \"doggrels\",\n        \"dogskin\",\n        \"dogstones\"\n    ],\n    \"nkịta ụlọ\": [\n        \"doghouse\"\n    ],\n    \"ụlọ nkịta\": [\n        \"doghouses\"\n    ],\n    \"enweghị nkịta\": [\n        \"dogless\"\n    ],\n    \"onye nkịta\": [\n        \"dogman\",\n        \"doper\"\n    ],\n    \"dibiala anya\": [\n        \"dogmatician\"\n    ],\n    \"nkịtanapper\": [\n        \"dognapper\"\n    ],\n    \"nkikpọ\": [\n        \"dognapping\"\n    ],\n    \"ihe akaebe nkịta\": [\n        \"dogproof\"\n    ],\n    \"oke osimiri\": [\n        \"dogshore\",\n        \"oceanarium\",\n        \"oceanauts\",\n        \"oceanfront\",\n        \"oceanful\",\n        \"oceanicity\",\n        \"oceanity\",\n        \"oceanlike\",\n        \"oceanography\",\n        \"oceanways\",\n        \"oceanwards\",\n        \"quicksands\",\n        \"seabags\",\n        \"seaborderer\",\n        \"seacoast\",\n        \"seacocks\",\n        \"seacross\",\n        \"seamost\",\n        \"seaplanes\",\n        \"seascape\",\n        \"seascapes\",\n        \"seascapist\",\n        \"seashell\",\n        \"seawan\",\n        \"seawans\",\n        \"seawaters\",\n        \"sevres\"\n    ],\n    \"nkịta sled\": [\n        \"dogsled\"\n    ],\n    \"nkịta sleds\": [\n        \"dogsleds\"\n    ],\n    \"nkịta ụra\": [\n        \"dogsleep\"\n    ],\n    \"Nkume nkịta\": [\n        \"dogstone\"\n    ],\n    \"nkịta ezé\": [\n        \"dogteeth\",\n        \"dogtoothing\"\n    ],\n    \"nkịta na-elekọta\": [\n        \"dogtrotting\"\n    ],\n    \"doilies\": [\n        \"doylies\"\n    ],\n    \"ndukwo\": [\n        \"dojo\"\n    ],\n    \"nwa bebi\": [\n        \"dol\",\n        \"doll\",\n        \"dollbeer\",\n        \"dolldom\",\n        \"dolley\",\n        \"dollface\",\n        \"dollfaced\",\n        \"dollfish\",\n        \"dollhood\",\n        \"dolly\",\n        \"dollin\",\n        \"dolling\",\n        \"dollish\",\n        \"dollmaker\",\n        \"dollop\",\n        \"dollops\",\n        \"dollship\",\n        \"dolman\",\n        \"dolt\"\n    ],\n    \"doldrum\": [\n        \"doldrums\"\n    ],\n    \"ihe na-eweta ume\": [\n        \"dolesome\"\n    ],\n    \"nwa nkita\": [\n        \"dolf\",\n        \"dolph\",\n        \"puckish\",\n        \"puelche\",\n        \"puistie\",\n        \"pupoid\",\n        \"pupped\",\n        \"puppet\",\n        \"puppethood\",\n        \"puppetish\",\n        \"puppetly\",\n        \"puppetman\",\n        \"puppetry\",\n        \"puppets\",\n        \"puppy\",\n        \"puppydom\",\n        \"puppydoms\",\n        \"puppyfish\",\n        \"puppyhood\",\n        \"puppying\",\n        \"puppyish\",\n        \"puppily\",\n        \"puppis\"\n    ],\n    \"inggha\": [\n        \"doling\",\n        \"laming\",\n        \"raspingness\",\n        \"toning\"\n    ],\n    \"iokpụrụ dolioform\": [\n        \"dolioform\"\n    ],\n    \"dollar\": [\n        \"dollars\",\n        \"dolour\"\n    ],\n    \"tụkọtara\": [\n        \"dolled\"\n    ],\n    \"ulo bebi\": [\n        \"dollhouse\"\n    ],\n    \"llọ ezumike\": [\n        \"dollhouses\"\n    ],\n    \"tụkọtara ọnụ\": [\n        \"dollied\"\n    ],\n    \"dolls\": [\n        \"dollies\"\n    ],\n    \"lyingnwa ahụrụ\": [\n        \"dollying\"\n    ],\n    \"nze\": [\n        \"dolliness\",\n        \"facundity\",\n        \"salmi\"\n    ],\n    \"n ’otu\": [\n        \"dollishly\"\n    ],\n    \"lishtọ\": [\n        \"dollishness\"\n    ],\n    \"ịme dollm\": [\n        \"dollmaking\"\n    ],\n    \"ụmụ bebi\": [\n        \"dolls\"\n    ],\n    \"ndomite\": [\n        \"dolomite\"\n    ],\n    \"ndolite\": [\n        \"dolomitic\"\n    ],\n    \"dolomitii\": [\n        \"dolomitizing\"\n    ],\n    \"dolorimita\": [\n        \"dolorimeter\"\n    ],\n    \"dolus\": [\n        \"dolose\",\n        \"dolous\"\n    ],\n    \"yiri dolphin\": [\n        \"dolphinlike\"\n    ],\n    \"dolphin\": [\n        \"dolphins\"\n    ],\n    \"nwa mgbo\": [\n        \"doltish\"\n    ],\n    \"entlọ\": [\n        \"doment\"\n    ],\n    \"ụbọchị weds\": [\n        \"domesday\"\n    ],\n    \"ụbọchị ụbọchị\": [\n        \"domesdays\"\n    ],\n    \"inwe ụlọ\": [\n        \"domesticability\"\n    ],\n    \"ezi na ulo\": [\n        \"domesticality\",\n        \"domestics\",\n        \"householdership\"\n    ],\n    \"onye nwe ụlọ\": [\n        \"domesticator\",\n        \"faineancy\",\n        \"heritor\",\n        \"homecomer\",\n        \"homefarer\",\n        \"homegoer\",\n        \"homeseeker\",\n        \"homesteader\",\n        \"homilist\",\n        \"housecleaner\",\n        \"housewarmer\",\n        \"landladyish\",\n        \"landler\",\n        \"landlubber\",\n        \"landlubberly\",\n        \"nonhouseholder\",\n        \"orseller\",\n        \"pewholder\",\n        \"proprietress\",\n        \"realter\",\n        \"realtor\",\n        \"slaveowner\",\n        \"stockowner\",\n        \"supersonant\"\n    ],\n    \"anụchara\": [\n        \"domesticized\"\n    ],\n    \"Obibi\": [\n        \"domett\",\n        \"dottard\",\n        \"pnyx\"\n    ],\n    \"iclọ\": [\n        \"domic\"\n    ],\n    \"N'ụlọ\": [\n        \"domically\"\n    ],\n    \"ezi n'ụlọ\": [\n        \"domicilement\",\n        \"homelily\",\n        \"homewards\"\n    ],\n    \"domic maara\": [\n        \"domiciliar\"\n    ],\n    \"ịkpa ụlọ\": [\n        \"domiculture\"\n    ],\n    \"onye na-achi ọchịchị\": [\n        \"dominator\"\n    ],\n    \"onye nwe ulo\": [\n        \"domineer\",\n        \"homemake\",\n        \"homemaker\",\n        \"homeowner\",\n        \"householder\",\n        \"houseowner\",\n        \"landlady\",\n        \"landladyship\",\n        \"landlord\",\n        \"landlordism\",\n        \"landlordly\",\n        \"landlordry\",\n        \"landlordship\",\n        \"tenant\",\n        \"unlord\"\n    ],\n    \"ịchịisi\": [\n        \"domineeringness\",\n        \"genarchship\"\n    ],\n    \"Domini\": [\n        \"domini\"\n    ],\n    \"Dominican\": [\n        \"dominican\"\n    ],\n    \"Dominicans\": [\n        \"dominicans\"\n    ],\n    \"onye ọchịchị\": [\n        \"dominionist\",\n        \"omniregent\",\n        \"proconsul\",\n        \"procurator\",\n        \"provincialist\",\n        \"subjudicial\",\n        \"undergovernor\"\n    ],\n    \"itelọ\": [\n        \"domite\"\n    ],\n    \"Dọmpụ\": [\n        \"domitian\"\n    ],\n    \"Donald\": [\n        \"donald\"\n    ],\n    \"onye nyere onyinye\": [\n        \"donatist\",\n        \"donicker\"\n    ],\n    \"ndị na-enye onyinye\": [\n        \"donators\",\n        \"donors\",\n        \"grantors\",\n        \"offerers\"\n    ],\n    \"Dondia\": [\n        \"dondia\"\n    ],\n    \"didc\": [\n        \"donec\"\n    ],\n    \"inyinya-ibu\": [\n        \"donkeys\"\n    ],\n    \"ọrụ ịnyịnya ibu\": [\n        \"donkeywork\"\n    ],\n    \"donọ\": [\n        \"donought\",\n        \"donut\",\n        \"doughnut\"\n    ],\n    \"doodle\": [\n        \"doodled\"\n    ],\n    \"doohickey\": [\n        \"doohickeys\",\n        \"doohickus\"\n    ],\n    \"doole\": [\n        \"doolees\"\n    ],\n    \"na-aga ibibi\": [\n        \"doomed\"\n    ],\n    \"na-ebibi ihe\": [\n        \"doomful\",\n        \"ruinatious\"\n    ],\n    \"ụbọchị mbibi\": [\n        \"doomsday\"\n    ],\n    \"ibo ụzọ\": [\n        \"door\",\n        \"doorframe\",\n        \"doorkeep\",\n        \"doormen\",\n        \"doorpost\",\n        \"doors\",\n        \"doorsills\",\n        \"gateposts\"\n    ],\n    \"ọnụ ụzọ\": [\n        \"doorba\",\n        \"doorbell\",\n        \"doorcheek\",\n        \"doorhawk\",\n        \"dooryards\",\n        \"dooring\",\n        \"doornails\",\n        \"doorstop\",\n        \"doorway\",\n        \"doorways\",\n        \"doorwise\",\n        \"gatekeep\",\n        \"portal\",\n        \"portals\"\n    ],\n    \"mgbịrịgba ọnụ ụzọ\": [\n        \"doorbells\"\n    ],\n    \"ọnụ ụzọ ụzọ\": [\n        \"doorbrand\",\n        \"doorjambs\",\n        \"doorknob\",\n        \"doormat\",\n        \"doormats\"\n    ],\n    \"igbe ụzọ\": [\n        \"doorcase\"\n    ],\n    \"n'ọnụ ụzọ\": [\n        \"doorhead\",\n        \"dooryard\",\n        \"doornail\",\n        \"doorsill\",\n        \"doorstead\",\n        \"doorstep\",\n        \"doorsteps\",\n        \"doorward\",\n        \"doorweed\",\n        \"edgeway\",\n        \"edgeways\",\n        \"gateage\",\n        \"gateward\",\n        \"gatewards\",\n        \"outinvent\",\n        \"porite\",\n        \"porpita\",\n        \"subthreshold\",\n        \"threshold\",\n        \"thresholds\",\n        \"tipstaff\",\n        \"tipstaffs\",\n        \"tiptail\"\n    ],\n    \"Onuzo uzo\": [\n        \"doorjamb\"\n    ],\n    \"onye nche ọnụ ụzọ\": [\n        \"doorkeeper\",\n        \"doorman\",\n        \"gatekeeper\"\n    ],\n    \"ọnụ ụzọ mmiri\": [\n        \"doorknobs\"\n    ],\n    \"enweghị ọnụ ụzọ\": [\n        \"doorless\",\n        \"gateless\"\n    ],\n    \"dị ka ọnụ ụzọ\": [\n        \"doorlike\"\n    ],\n    \"odibo odibo\": [\n        \"doormaid\",\n        \"housemaid\",\n        \"shopmaid\"\n    ],\n    \"ịrụ ụzọ\": [\n        \"doormaking\"\n    ],\n    \"door door\": [\n        \"doorpiece\"\n    ],\n    \"ihe mpempe akwụkwọ\": [\n        \"doorplates\",\n        \"groundsheet\",\n        \"tinplate\",\n        \"tinplates\"\n    ],\n    \"awara ụzọ\": [\n        \"doorposts\"\n    ],\n    \"ụzọ na-akwụsị\": [\n        \"doorstops\"\n    ],\n    \"mee oxidized\": [\n        \"dooxidize\"\n    ],\n    \"doppelkümmel\": [\n        \"doppelkummel\"\n    ],\n    \"doping\": [\n        \"dopping\"\n    ],\n    \"Dọọ\": [\n        \"dor\",\n        \"pull\"\n    ],\n    \"Dorbie\": [\n        \"dorbie\"\n    ],\n    \"dọkas\": [\n        \"dorcas\"\n    ],\n    \"dorọpịa\": [\n        \"dorcopsis\"\n    ],\n    \"Dorian\": [\n        \"dorian\"\n    ],\n    \"dorichi\": [\n        \"doricize\"\n    ],\n    \"ịorkomi\": [\n        \"dorking\"\n    ],\n    \"dormorm\": [\n        \"dormantly\"\n    ],\n    \"Dormers\": [\n        \"dormers\"\n    ],\n    \"Dormeuse\": [\n        \"dormeuse\"\n    ],\n    \"Dormins\": [\n        \"dormins\"\n    ],\n    \"ulo obibi\": [\n        \"dormitory\",\n        \"homespun\"\n    ],\n    \"dorns\": [\n        \"dornicks\"\n    ],\n    \"Nwa okuko\": [\n        \"dorpers\"\n    ],\n    \"dorr ebe\": [\n        \"dorrbeetle\"\n    ],\n    \"dorsale\": [\n        \"dorsals\"\n    ],\n    \"ndị na-eme ihe ngosi\": [\n        \"dorsers\",\n        \"exhibitionists\",\n        \"harkeners\",\n        \"yielders\",\n        \"interpolators\",\n        \"mapmakers\",\n        \"modelers\",\n        \"panelists\",\n        \"performers\",\n        \"presenters\",\n        \"prettifiers\",\n        \"signalers\"\n    ],\n    \"dorsi alaka\": [\n        \"dorsibranch\"\n    ],\n    \"dorsi branchiata\": [\n        \"dorsibranchiata\"\n    ],\n    \"kọlụm dorsi\": [\n        \"dorsicolumn\"\n    ],\n    \"Oghola\": [\n        \"dorsimedian\"\n    ],\n    \"oge azụ\": [\n        \"dorsimesal\"\n    ],\n    \"dorsive n'ụzọ nkịtị\": [\n        \"dorsiventrally\"\n    ],\n    \"Dorsomedian\": [\n        \"dorsomedian\"\n    ],\n    \"Dorsoradial\": [\n        \"dorsoradial\"\n    ],\n    \"Ogbelu\": [\n        \"dorsoventrad\"\n    ],\n    \"mbido ụzọ\": [\n        \"dorsoventrality\",\n        \"preassumption\"\n    ],\n    \"Ura\": [\n        \"dortiness\"\n    ],\n    \"Dortiship\": [\n        \"dortiship\"\n    ],\n    \"Doruck\": [\n        \"doruck\"\n    ],\n    \"adda\": [\n        \"dosadh\"\n    ],\n    \"usoro onunu ogwu\": [\n        \"dosage\",\n        \"dosages\"\n    ],\n    \"dosimita\": [\n        \"dosimeter\"\n    ],\n    \"dossal\": [\n        \"dossals\"\n    ],\n    \"ndi nzu\": [\n        \"dossers\",\n        \"savines\"\n    ],\n    \"ulo abuo\": [\n        \"dosshouse\"\n    ],\n    \"fosil\": [\n        \"dossil\",\n        \"fossil\"\n    ],\n    \"fosili\": [\n        \"dossils\",\n        \"fossicks\",\n        \"fossils\"\n    ],\n    \"dssman\": [\n        \"dossman\",\n        \"dossmen\"\n    ],\n    \"nwakpo\": [\n        \"dothidella\",\n        \"epithalline\",\n        \"kibitzed\",\n        \"rakery\"\n    ],\n    \"otingbụ\": [\n        \"dotingly\"\n    ],\n    \"dotterel\": [\n        \"dotterels\",\n        \"dottrel\",\n        \"dottrels\"\n    ],\n    \"dotter\": [\n        \"dottier\"\n    ],\n    \"dott\": [\n        \"dottily\"\n    ],\n    \"dott les\": [\n        \"dottles\"\n    ],\n    \"Dotting\": [\n        \"dottling\"\n    ],\n    \"okpukpu abụọ\": [\n        \"doubled\",\n        \"doublegear\",\n        \"doubleheader\",\n        \"doubleheaders\",\n        \"doublehorned\",\n        \"doubleness\",\n        \"doublet\",\n        \"doubleted\",\n        \"doubletone\",\n        \"doubletree\",\n        \"doublette\",\n        \"redouble\",\n        \"sesquiduplicate\",\n        \"twaddly\",\n        \"twifold\",\n        \"twifoldly\",\n        \"twopence\",\n        \"twoscore\",\n        \"undoubled\"\n    ],\n    \"obi abuo\": [\n        \"doublehearted\"\n    ],\n    \"obi abua\": [\n        \"doubleheartedness\"\n    ],\n    \"Enweela\": [\n        \"doubleyou\"\n    ],\n    \"Okwu abuo\": [\n        \"doublewords\"\n    ],\n    \"enwe obi abụọ\": [\n        \"doubt\",\n        \"doubting\"\n    ],\n    \"enweghi obi abụọ\": [\n        \"doubtable\",\n        \"unskeptical\"\n    ],\n    \"enweghị obi abụọ\": [\n        \"doubtance\",\n        \"doubtfulness\",\n        \"doubtlessness\",\n        \"misdoubts\",\n        \"nondoubter\",\n        \"nondoubting\",\n        \"uncontingent\",\n        \"undoubtful\",\n        \"undoubtfulness\",\n        \"undoubtingness\",\n        \"uninceptive\",\n        \"uninceptively\",\n        \"unintroitive\",\n        \"unshabby\"\n    ],\n    \"nwere obi abụọ\": [\n        \"doubted\"\n    ],\n    \"Obi abụọ\": [\n        \"doubtedly\",\n        \"doubtmonger\"\n    ],\n    \"onye nwere obi abụọ\": [\n        \"doubter\"\n    ],\n    \"ndị nwere obi abụọ\": [\n        \"doubters\"\n    ],\n    \"echeghị\": [\n        \"doubtfully\",\n        \"inconsidered\",\n        \"uncanopied\",\n        \"unensured\",\n        \"unfated\",\n        \"unfidgeting\",\n        \"unpersecuted\",\n        \"unpresbyterated\",\n        \"unrecalled\",\n        \"unredeemed\",\n        \"unredeemedly\",\n        \"unreel\",\n        \"unreined\",\n        \"unschemed\",\n        \"unsubducted\",\n        \"unthink\",\n        \"unthinker\"\n    ],\n    \"inwe obi abụọ\": [\n        \"doubty\",\n        \"doubtingly\",\n        \"doubts\",\n        \"hesitatingness\",\n        \"hesper\",\n        \"misdoubt\",\n        \"scepticism\",\n        \"skepticalness\",\n        \"skepticism\"\n    ],\n    \"obi abụọ\": [\n        \"doubtingness\",\n        \"sceptic\",\n        \"sceptical\",\n        \"skeptic\",\n        \"skeptical\"\n    ],\n    \"n’enweghị mgbagha\": [\n        \"doubtless\",\n        \"undisputably\",\n        \"undoubtably\",\n        \"undoubtedly\",\n        \"undoubtfully\",\n        \"undoubtingly\",\n        \"unequivocably\"\n    ],\n    \"n'enweghị obi abụọ\": [\n        \"doubtlessly\",\n        \"unsuspiciously\"\n    ],\n    \"mgwakota agwa\": [\n        \"dough\",\n        \"doughy\",\n        \"doughs\"\n    ],\n    \"Mgwakota agwa\": [\n        \"doughbelly\",\n        \"doughbellies\",\n        \"doughbird\",\n        \"doughface\",\n        \"doughfaceism\",\n        \"doughfeet\",\n        \"doughtiest\"\n    ],\n    \"fokwụ\": [\n        \"doughfoot\"\n    ],\n    \"ike gwụrụ\": [\n        \"doughiness\",\n        \"exhausted\",\n        \"exhaustedness\",\n        \"exhaustiveness\",\n        \"faintise\",\n        \"faintishness\",\n        \"fatigued\",\n        \"feeblemindedly\",\n        \"forwearied\",\n        \"frayedness\",\n        \"impasted\",\n        \"inerrableness\",\n        \"inexhausted\",\n        \"languished\",\n        \"tired\",\n        \"tireder\",\n        \"tiredest\",\n        \"tireless\",\n        \"tored\",\n        \"unwearied\",\n        \"weary\",\n        \"wearied\",\n        \"weariedly\",\n        \"weariedness\",\n        \"wearier\",\n        \"wearies\",\n        \"weariest\",\n        \"wearying\",\n        \"wearyingly\",\n        \"weariless\",\n        \"weediest\",\n        \"weerish\"\n    ],\n    \"ntụ ọka\": [\n        \"doughlike\",\n        \"flour\",\n        \"floured\",\n        \"floury\",\n        \"flouriness\",\n        \"flourisher\",\n        \"flourless\",\n        \"flours\",\n        \"leaverwood\",\n        \"mealberry\",\n        \"powdry\",\n        \"pulverizer\",\n        \"strawbreadth\"\n    ],\n    \"onye na-eme mgwakota agwa\": [\n        \"doughmaker\"\n    ],\n    \"Ime achịcha\": [\n        \"doughmaking\"\n    ],\n    \"donuts\": [\n        \"doughnuts\"\n    ],\n    \"dopu\": [\n        \"doup\"\n    ],\n    \"dora\": [\n        \"doura\"\n    ],\n    \"doura\": [\n        \"dourah\"\n    ],\n    \"ndị na-akọ ihe\": [\n        \"dousers\"\n    ],\n    \"dous\": [\n        \"douses\"\n    ],\n    \"dọọ\": [\n        \"doux\",\n        \"dreng\",\n        \"sozzle\",\n        \"tinged\"\n    ],\n    \"dozynaz\": [\n        \"douzaines\"\n    ],\n    \"dovecote\": [\n        \"dovecot\",\n        \"dovecotes\",\n        \"dovecots\"\n    ],\n    \"nduru ụkwụ\": [\n        \"dovefoot\"\n    ],\n    \"doei\": [\n        \"dovey\"\n    ],\n    \"dovel\": [\n        \"doveling\"\n    ],\n    \"iri na iri\": [\n        \"doven\"\n    ],\n    \"nduru mmiri\": [\n        \"dovetailer\"\n    ],\n    \"chọzie\": [\n        \"dovish\"\n    ],\n    \"ịma ihe\": [\n        \"dovishness\",\n        \"smartism\",\n        \"subconsciousness\"\n    ],\n    \"dowet\": [\n        \"dowcet\"\n    ],\n    \"dowdi\": [\n        \"dowdier\"\n    ],\n    \"dowdeda\": [\n        \"dowdiest\"\n    ],\n    \"Dowel\": [\n        \"dowel\"\n    ],\n    \"ịda\": [\n        \"doweling\",\n        \"dowelling\",\n        \"falter\",\n        \"feller\",\n        \"fellinic\",\n        \"flinting\",\n        \"searing\",\n        \"slitlike\",\n        \"trippingness\",\n        \"underdosing\"\n    ],\n    \"gbadara\": [\n        \"dowelled\",\n        \"downfallen\",\n        \"downturned\",\n        \"lumbered\",\n        \"relegated\",\n        \"subsisted\"\n    ],\n    \"gbadaara\": [\n        \"dowered\"\n    ],\n    \"dowie ism\": [\n        \"dowieism\"\n    ],\n    \"dowie\": [\n        \"dowieite\"\n    ],\n    \"dowy\": [\n        \"dowily\"\n    ],\n    \"Dowl\": [\n        \"dowl\"\n    ],\n    \"gbadaa afụ ọnụ\": [\n        \"downbeard\"\n    ],\n    \"gbada\": [\n        \"downby\",\n        \"downer\",\n        \"downrush\",\n        \"downwind\",\n        \"subside\"\n    ],\n    \"ndaputa\": [\n        \"downcomes\",\n        \"dropouts\",\n        \"dubitancy\",\n        \"outputs\",\n        \"squinance\"\n    ],\n    \"gbutuo\": [\n        \"downcut\"\n    ],\n    \"downdrand\": [\n        \"downdraught\"\n    ],\n    \"ihu ala\": [\n        \"downface\",\n        \"downside\"\n    ],\n    \"ida mmiri\": [\n        \"downflow\"\n    ],\n    \"downgy\": [\n        \"downgyved\"\n    ],\n    \"gbadaala\": [\n        \"downgone\",\n        \"downthrown\",\n        \"downtrend\",\n        \"downway\",\n        \"downwarp\"\n    ],\n    \"ndalata\": [\n        \"downgrowth\",\n        \"downturn\",\n        \"downturns\",\n        \"downwardness\"\n    ],\n    \"gbadata ya\": [\n        \"downheaded\"\n    ],\n    \"n’obi dara mbà\": [\n        \"downheartedly\"\n    ],\n    \"downeet\": [\n        \"downiest\"\n    ],\n    \"budata\": [\n        \"download\",\n        \"downloadable\",\n        \"downloads\",\n        \"fload\",\n        \"significantly\",\n        \"unsling\"\n    ],\n    \"ebudatara\": [\n        \"downloaded\",\n        \"uploaded\"\n    ],\n    \"na-ebudata\": [\n        \"downloading\"\n    ],\n    \"kasị ala\": [\n        \"downmost\",\n        \"lowermost\",\n        \"lowliest\",\n        \"lowmost\",\n        \"lowsest\"\n    ],\n    \"mkpọda\": [\n        \"downpipe\",\n        \"elopements\",\n        \"lowsing\",\n        \"phonatory\",\n        \"sloat\",\n        \"slodge\",\n        \"sloetree\",\n        \"sloot\",\n        \"slopewise\",\n        \"sloppage\",\n        \"slops\",\n        \"slounge\",\n        \"sottise\"\n    ],\n    \"gosiputara\": [\n        \"downplayed\",\n        \"manifestedness\",\n        \"misplayed\",\n        \"outplayed\",\n        \"overplayed\",\n        \"preapprised\",\n        \"presignificative\",\n        \"pretranscribed\",\n        \"protestantlike\",\n        \"rebutted\",\n        \"redemonstrated\",\n        \"redemonstrates\",\n        \"respecified\",\n        \"revenged\",\n        \"signposted\",\n        \"substantialized\",\n        \"undersized\",\n        \"underslept\",\n        \"undervitalized\",\n        \"vindication\",\n        \"vindicta\",\n        \"vindictiveness\",\n        \"vindictivolence\"\n    ],\n    \"ezi-okwu\": [\n        \"downrightness\",\n        \"goodyship\",\n        \"thwittle\"\n    ],\n    \"Ndidiana\": [\n        \"downrushing\"\n    ],\n    \"n'ala\": [\n        \"downstairs\",\n        \"downwardly\",\n        \"groundedly\",\n        \"grounder\",\n        \"groundly\",\n        \"groundward\",\n        \"groundwards\"\n    ],\n    \"ogbe ndịda\": [\n        \"downtown\",\n        \"downtowner\",\n        \"downtowns\"\n    ],\n    \"felata\": [\n        \"downweighted\"\n    ],\n    \"N'ihu\": [\n        \"downwith\",\n        \"fore\"\n    ],\n    \"Dowp\": [\n        \"dowp\"\n    ],\n    \"dodow\": [\n        \"dowry\",\n        \"dowries\"\n    ],\n    \"dows\": [\n        \"dowser\",\n        \"dowsers\"\n    ],\n    \"dowe\": [\n        \"dowve\"\n    ],\n    \"okwuu\": [\n        \"doxa\"\n    ],\n    \"uxographical\": [\n        \"doxographical\"\n    ],\n    \"uxochukwu\": [\n        \"doxological\"\n    ],\n    \"doxologi\": [\n        \"doxologizing\"\n    ],\n    \"ụra\": [\n        \"dozed\",\n        \"dozes\",\n        \"drowsily\",\n        \"drowsiness\",\n        \"drowsing\",\n        \"entombment\",\n        \"languorousness\",\n        \"sleepfulness\",\n        \"sleepier\",\n        \"sleepiest\",\n        \"sleepiness\",\n        \"sleepings\",\n        \"sleepward\",\n        \"suppnea\",\n        \"undersleep\"\n    ],\n    \"nke iri na abụọ\": [\n        \"dozenth\",\n        \"twelfth\",\n        \"twelvemonth\",\n        \"unwelth\"\n    ],\n    \"nkụzụ\": [\n        \"doziness\"\n    ],\n    \"ọzịza\": [\n        \"dozinesses\",\n        \"scalenohedra\",\n        \"scalenohedral\",\n        \"sparagrass\",\n        \"swelling\",\n        \"swellings\",\n        \"swollenness\"\n    ],\n    \"dọrọ\": [\n        \"drabbed\",\n        \"drabbled\",\n        \"draughted\",\n        \"fibbed\",\n        \"rowed\"\n    ],\n    \"blọ\": [\n        \"drabble\"\n    ],\n    \"drakmas\": [\n        \"drachmas\"\n    ],\n    \"draksị\": [\n        \"drachms\"\n    ],\n    \"dragon\": [\n        \"dracone\"\n    ],\n    \"Nke kachasị\": [\n        \"draffiest\",\n        \"draftiest\",\n        \"streamiest\"\n    ],\n    \"drags\": [\n        \"draffs\"\n    ],\n    \"dragsack\": [\n        \"draffsack\"\n    ],\n    \"drafter\": [\n        \"draftage\"\n    ],\n    \"Nke siri ike\": [\n        \"draftier\"\n    ],\n    \"na-edepụta\": [\n        \"draftily\",\n        \"drafting\",\n        \"draftman\"\n    ],\n    \"dọkpụrụ\": [\n        \"dragged\",\n        \"draggle\",\n        \"draggled\",\n        \"draggletailed\",\n        \"draggly\",\n        \"towed\"\n    ],\n    \"drawer\": [\n        \"dragger\",\n        \"drainer\",\n        \"drainers\",\n        \"drawers\"\n    ],\n    \"ndị na-adọkpụ\": [\n        \"draggers\",\n        \"haulers\",\n        \"pullmans\"\n    ],\n    \"Dragị\": [\n        \"draggy\"\n    ],\n    \"dragily\": [\n        \"draggily\"\n    ],\n    \"Draginess\": [\n        \"dragginess\"\n    ],\n    \"dragingly\": [\n        \"draggingly\"\n    ],\n    \"dragles\": [\n        \"draggles\"\n    ],\n    \"Dragletail\": [\n        \"draggletail\"\n    ],\n    \"Ighagbula\": [\n        \"draggletailedly\"\n    ],\n    \"na-adọkpụgharị\": [\n        \"draggling\"\n    ],\n    \"Dere na\": [\n        \"dragline\"\n    ],\n    \"Ogologo\": [\n        \"draglines\",\n        \"dragonesque\",\n        \"dragstaff\",\n        \"hoyden\",\n        \"hoydenhood\",\n        \"kalongs\",\n        \"klong\",\n        \"lengthman\",\n        \"lengthsman\",\n        \"longbows\",\n        \"longirostrine\",\n        \"longleg\",\n        \"longnesses\",\n        \"longship\",\n        \"longshoreman\",\n        \"longshoremen\",\n        \"longues\",\n        \"longwort\",\n        \"longworth\",\n        \"lopsidedness\",\n        \"overattentiveness\",\n        \"overstretch\",\n        \"protervity\",\n        \"staggery\",\n        \"staggerwort\",\n        \"streak\",\n        \"streaked\",\n        \"streaky\",\n        \"streakily\",\n        \"streaks\",\n        \"streakwise\",\n        \"stremmas\",\n        \"strent\",\n        \"streperous\",\n        \"strepitous\",\n        \"streptomyces\",\n        \"streptoneural\",\n        \"streptoneurous\",\n        \"strewers\",\n        \"strewment\",\n        \"strews\",\n        \"striplet\",\n        \"tallit\",\n        \"tallithes\",\n        \"tallitoth\",\n        \"thightness\",\n        \"tureens\",\n        \"tweenies\",\n        \"vitreousness\"\n    ],\n    \"onye na-adọkpụ\": [\n        \"dragman\",\n        \"pullman\"\n    ],\n    \"Dragans\": [\n        \"dragomans\"\n    ],\n    \"dragon yiri\": [\n        \"dragonlike\"\n    ],\n    \"dragọn\": [\n        \"dragons\"\n    ],\n    \"dragoon\": [\n        \"dragoons\"\n    ],\n    \"Draịpe\": [\n        \"dragrope\"\n    ],\n    \"Drasaw\": [\n        \"dragsaw\"\n    ],\n    \"Drasawing\": [\n        \"dragsawing\"\n    ],\n    \"draja\": [\n        \"dragster\"\n    ],\n    \"nkwoji\": [\n        \"dragsters\",\n        \"wistly\",\n        \"wrick\"\n    ],\n    \"derail\": [\n        \"drail\"\n    ],\n    \"mkpọpu ala\": [\n        \"drailing\",\n        \"drillbit\",\n        \"drilling\",\n        \"drillings\",\n        \"drillstock\",\n        \"drunt\"\n    ],\n    \"kporopu\": [\n        \"drails\",\n        \"dript\"\n    ],\n    \"igbapu mmiri\": [\n        \"drainable\",\n        \"drainage\",\n        \"drainages\",\n        \"drainboard\",\n        \"draining\",\n        \"drainman\",\n        \"drainpipe\",\n        \"leaker\"\n    ],\n    \"uzo mmiri\": [\n        \"drainageway\",\n        \"drainway\",\n        \"inlet\"\n    ],\n    \"nwoke drainer\": [\n        \"drainerman\"\n    ],\n    \"ụmụ nwoke drainer\": [\n        \"drainermen\"\n    ],\n    \"ọkpọkọ mmiri\": [\n        \"drainpipes\",\n        \"dronepipe\"\n    ],\n    \"igbapu tile\": [\n        \"draintile\"\n    ],\n    \"dị ịrịba ama\": [\n        \"dramatic\",\n        \"larksome\",\n        \"markworthy\",\n        \"regardable\",\n        \"remarkable\",\n        \"remarkableness\",\n        \"significant\"\n    ],\n    \"Dị ịrịba ama\": [\n        \"dramatical\"\n    ],\n    \"drama\": [\n        \"dramaticle\"\n    ],\n    \"Ihe nkiri\": [\n        \"dramatised\",\n        \"dramatization\",\n        \"dramatized\",\n        \"dramaturgical\",\n        \"drammer\",\n        \"filmsetting\",\n        \"filmstrip\",\n        \"harl\",\n        \"hysterics\",\n        \"hoodwinks\",\n        \"recoilers\",\n        \"vitesse\",\n        \"vitesses\"\n    ],\n    \"onye nkiri\": [\n        \"dramatiser\",\n        \"dramatist\",\n        \"dramatizer\",\n        \"dramaturgist\",\n        \"filmist\",\n        \"spectator\",\n        \"spectatorial\"\n    ],\n    \"na-eme ihe nkiri\": [\n        \"dramatising\",\n        \"filmmaking\",\n        \"geminating\",\n        \"symphyantherous\",\n        \"temporizing\"\n    ],\n    \"Na-eme ihe ngosi\": [\n        \"dramatizing\"\n    ],\n    \"draịram\": [\n        \"dramseller\"\n    ],\n    \"drankụọ ihe ọ .ụ .ụ\": [\n        \"drank\"\n    ],\n    \"draper\": [\n        \"draperies\",\n        \"drapers\"\n    ],\n    \"drape\": [\n        \"drapet\"\n    ],\n    \"draping\": [\n        \"drapping\"\n    ],\n    \"duru\": [\n        \"drats\",\n        \"dusts\",\n        \"leaded\",\n        \"led\",\n        \"ledged\",\n        \"ledgered\",\n        \"pied\",\n        \"piqued\",\n        \"razzle\",\n        \"stacket\"\n    ],\n    \"draịbọt\": [\n        \"draughtboard\"\n    ],\n    \"draughiness\": [\n        \"draughtiness\"\n    ],\n    \"draughtsmanship\": [\n        \"draughtmanship\"\n    ],\n    \"drafts\": [\n        \"draughts\"\n    ],\n    \"duo\": [\n        \"drave\",\n        \"fiddled\",\n        \"raught\",\n        \"rought\",\n        \"steered\"\n    ],\n    \"see\": [\n        \"draw\",\n        \"picrate\",\n        \"symbolise\",\n        \"symbolised\",\n        \"symbolize\",\n        \"spume\",\n        \"typify\"\n    ],\n    \"sere\": [\n        \"drawable\",\n        \"drew\",\n        \"paintier\",\n        \"picoted\",\n        \"picturely\",\n        \"picturing\",\n        \"pulled\",\n        \"tug\",\n        \"tugged\"\n    ],\n    \"ndọghachi azụ\": [\n        \"drawbacks\",\n        \"pullbacks\",\n        \"setback\",\n        \"setbacks\"\n    ],\n    \"enwetatụbeghị\": [\n        \"drawbored\",\n        \"unelectrified\",\n        \"unjeopardised\",\n        \"unpreempted\",\n        \"unpretermitted\",\n        \"unregained\"\n    ],\n    \"ọbịbịa\": [\n        \"drawbores\",\n        \"forthcomingness\"\n    ],\n    \"drabridge\": [\n        \"drawbridge\"\n    ],\n    \"adọ adọ\": [\n        \"drawbridges\"\n    ],\n    \"ise\": [\n        \"drawcard\",\n        \"five\",\n        \"fivebar\",\n        \"fiveling\",\n        \"fives\"\n    ],\n    \"yanke\": [\n        \"drawcut\"\n    ],\n    \"Ndọtị\": [\n        \"drawdowns\"\n    ],\n    \"drọwa\": [\n        \"drawerful\"\n    ],\n    \"see aka\": [\n        \"drawglove\"\n    ],\n    \"see isi\": [\n        \"drawhead\"\n    ],\n    \"see ịnyịnya\": [\n        \"drawhorse\"\n    ],\n    \"na-eru\": [\n        \"drawing\",\n        \"reaching\"\n    ],\n    \"Eserese\": [\n        \"drawings\",\n        \"portrait\",\n        \"portraits\",\n        \"portraiture\"\n    ],\n    \"Dọrọ\": [\n        \"drawk\",\n        \"drawl\"\n    ],\n    \"see eriri\": [\n        \"drawknot\"\n    ],\n    \"see latch\": [\n        \"drawlatch\"\n    ],\n    \"dọọrọ\": [\n        \"drawled\"\n    ],\n    \"Ihe Ntinye\": [\n        \"drawler\"\n    ],\n    \"Ndị na-adọta ihe\": [\n        \"drawlers\"\n    ],\n    \"dọwa\": [\n        \"drawlier\"\n    ],\n    \"na-adọ adọ\": [\n        \"drawlingness\",\n        \"precipitable\",\n        \"precipitating\",\n        \"tearer\"\n    ],\n    \"Drawlink\": [\n        \"drawlink\"\n    ],\n    \"adọrọ\": [\n        \"drawnet\"\n    ],\n    \"na-adọrọ\": [\n        \"drawnness\"\n    ],\n    \"Drawout\": [\n        \"drawout\"\n    ],\n    \"serehave\": [\n        \"drawshave\"\n    ],\n    \"Drawpan\": [\n        \"drawspan\"\n    ],\n    \"osisi dratong\": [\n        \"drawtongs\"\n    ],\n    \"Drawtube\": [\n        \"drawtube\"\n    ],\n    \"nkị\": [\n        \"drch\"\n    ],\n    \"n'atụ ụjọ\": [\n        \"dreadingly\",\n        \"panically\",\n        \"panlogistically\",\n        \"scandalously\",\n        \"scarily\"\n    ],\n    \"n'atụghị ụjọ\": [\n        \"dreadlessly\",\n        \"hesitatingly\",\n        \"nonstoically\",\n        \"planlessly\",\n        \"unpitiedly\",\n        \"untimidly\"\n    ],\n    \"oke ụjọ\": [\n        \"dreadnought\"\n    ],\n    \"nrọ\": [\n        \"dream\",\n        \"dreamage\",\n        \"dreamery\",\n        \"dreamfulness\",\n        \"dreamhole\",\n        \"dreaminess\",\n        \"dreamlore\",\n        \"dreams\",\n        \"dreamsy\",\n        \"dreamsiness\",\n        \"dreamwhile\",\n        \"dreks\"\n    ],\n    \"rọrọ\": [\n        \"dreamed\",\n        \"dreamt\"\n    ],\n    \"onye rọrọ nrọ\": [\n        \"dreamer\"\n    ],\n    \"ndị nrọ\": [\n        \"dreamers\"\n    ],\n    \"rọrọ nrọ\": [\n        \"dreamful\",\n        \"dreamy\"\n    ],\n    \"na nro\": [\n        \"dreamfully\",\n        \"dreamily\"\n    ],\n    \"rọọ nrọ\": [\n        \"dreamish\"\n    ],\n    \"ala nrọ\": [\n        \"dreamland\"\n    ],\n    \"enweghị nrọ\": [\n        \"dreamless\",\n        \"dreamlessness\"\n    ],\n    \"n'ileghị anya\": [\n        \"dreamlessly\"\n    ],\n    \"dị ka nrọ\": [\n        \"dreamlike\",\n        \"dreamlikeness\"\n    ],\n    \"ochicho nrọ\": [\n        \"dreamscape\"\n    ],\n    \"na nrọ\": [\n        \"dreamsily\",\n        \"dreamwise\"\n    ],\n    \"oge nro\": [\n        \"dreamtime\"\n    ],\n    \"ụwa dị egwu\": [\n        \"dreamworld\"\n    ],\n    \"Jiri obi ụtọ\": [\n        \"drearfully\"\n    ],\n    \"n'echere\": [\n        \"drearily\",\n        \"sparkily\"\n    ],\n    \"ọarụ\": [\n        \"dreariment\",\n        \"pearler\"\n    ],\n    \"na-agụ agụụ\": [\n        \"drearing\",\n        \"stargazing\",\n        \"starling\",\n        \"starring\"\n    ],\n    \"diarisome\": [\n        \"drearisome\"\n    ],\n    \"icharo\": [\n        \"drearisomeness\"\n    ],\n    \"Doki\": [\n        \"dreck\"\n    ],\n    \"dred\": [\n        \"dredged\"\n    ],\n    \"Dredger\": [\n        \"dredger\"\n    ],\n    \"Na-egwu mmiri\": [\n        \"dredging\",\n        \"submersing\",\n        \"swimmiest\",\n        \"wampishing\"\n    ],\n    \"ghara ịdị uchu\": [\n        \"dregless\"\n    ],\n    \"eche\": [\n        \"dreich\",\n        \"tantalian\"\n    ],\n    \"idnye\": [\n        \"dreidl\",\n        \"quiddative\",\n        \"quiddit\"\n    ],\n    \"dicissiger\": [\n        \"dreissiger\"\n    ],\n    \"Dọk\": [\n        \"drek\"\n    ],\n    \"dee ya mmiri\": [\n        \"drenched\"\n    ],\n    \"na-akụ mmiri\": [\n        \"drenching\"\n    ],\n    \"Na-agba ume\": [\n        \"drenchingly\",\n        \"ladening\",\n        \"pulsative\",\n        \"pulsatively\"\n    ],\n    \"nwngh\": [\n        \"drengh\"\n    ],\n    \"Uwe\": [\n        \"dressage\",\n        \"dresses\",\n        \"dressy\",\n        \"yarning\",\n        \"robe\",\n        \"slee\"\n    ],\n    \"eji akwa\": [\n        \"dresser\"\n    ],\n    \"Ndị na-akwa akwa\": [\n        \"dressers\",\n        \"sutlers\"\n    ],\n    \"Uwe hip\": [\n        \"dressership\"\n    ],\n    \"eji ejiji\": [\n        \"dressily\",\n        \"dressmaking\",\n        \"misfashion\",\n        \"ungowned\",\n        \"usheress\"\n    ],\n    \"mgbakwasa\": [\n        \"dressing\"\n    ],\n    \"onye na-akwa akwa\": [\n        \"dressmake\",\n        \"dressmaker\",\n        \"dressmakery\"\n    ],\n    \"ndị na-eji ejiji\": [\n        \"dressmakers\"\n    ],\n    \"ụlọ ahịa akwa\": [\n        \"dressmakership\"\n    ],\n    \"dọọvel\": [\n        \"drevel\"\n    ],\n    \"Okechukwu Ikeduru\": [\n        \"dryasdust\"\n    ],\n    \"Dribbling\": [\n        \"dribbing\",\n        \"dribbling\"\n    ],\n    \"dribble\": [\n        \"dribbles\",\n        \"dribblet\",\n        \"dribblets\"\n    ],\n    \"akọrọ\": [\n        \"drybeard\",\n        \"drybrained\",\n        \"drycoal\",\n        \"dryfarm\",\n        \"dryfarmer\",\n        \"dryfat\",\n        \"dryfist\",\n        \"drygoodsman\",\n        \"drylot\",\n        \"drypoint\",\n        \"drypoints\",\n        \"drysalter\",\n        \"drysaltery\",\n        \"drysalteries\",\n        \"dryster\",\n        \"drywalls\",\n        \"dryworker\",\n        \"hocked\",\n        \"locomoted\",\n        \"overtartness\",\n        \"shared\",\n        \"tickbean\",\n        \"ticky\",\n        \"tickie\",\n        \"tickings\",\n        \"tickleback\",\n        \"tickled\",\n        \"ticklenburgs\",\n        \"tickleness\",\n        \"tickler\",\n        \"ticklers\",\n        \"tickles\",\n        \"ticklesome\",\n        \"tickly\",\n        \"ticklishness\",\n        \"tickproof\",\n        \"ticks\",\n        \"tickseeds\",\n        \"ticktack\",\n        \"ticktacked\",\n        \"ticktacker\",\n        \"ticktacks\",\n        \"ticktick\",\n        \"ticktock\",\n        \"ticktocked\"\n    ],\n    \"Fikiere\": [\n        \"dried\"\n    ],\n    \"draya\": [\n        \"dryer\",\n        \"dryerman\"\n    ],\n    \"ndị kpọrọ nkụ\": [\n        \"dryermen\",\n        \"dryers\"\n    ],\n    \"ọkpọ ụkwụ\": [\n        \"dryfoot\"\n    ],\n    \"ịkpafu\": [\n        \"drift\",\n        \"driftage\",\n        \"driftages\",\n        \"emperish\"\n    ],\n    \"kpafuo\": [\n        \"driftfishes\",\n        \"driftlet\",\n        \"driftpins\",\n        \"stray\",\n        \"strayer\",\n        \"strayers\",\n        \"strays\",\n        \"wander\"\n    ],\n    \"nke kachasi ike\": [\n        \"driftiest\",\n        \"mossiest\",\n        \"rathest\",\n        \"stolidest\"\n    ],\n    \"nwayọọ\": [\n        \"driftingly\",\n        \"graduality\",\n        \"seriately\"\n    ],\n    \"na-adịghị agbanwe agbanwe\": [\n        \"driftless\",\n        \"nonfaltering\",\n        \"unstriving\"\n    ],\n    \"ịdị nwayọọ\": [\n        \"driftlessness\",\n        \"genteelness\",\n        \"gentleheartedness\",\n        \"gentlehood\",\n        \"gentlemanhood\",\n        \"gentlemanliness\",\n        \"gentleness\",\n        \"leniency\",\n        \"lenientness\",\n        \"lightheartedness\",\n        \"mildening\",\n        \"mildness\",\n        \"mildnesses\",\n        \"miriness\",\n        \"moldiness\",\n        \"searedness\",\n        \"searingly\",\n        \"sleetiness\",\n        \"slightness\",\n        \"smotheriness\",\n        \"snideness\",\n        \"sogginess\",\n        \"swainishness\",\n        \"unmildness\",\n        \"unslowness\",\n        \"wearifulness\"\n    ],\n    \"Onyekara\": [\n        \"driftman\",\n        \"roadster\"\n    ],\n    \"akpafu\": [\n        \"driftpin\"\n    ],\n    \"Ugboku\": [\n        \"driftwood\"\n    ],\n    \"ụlọ akọrọ\": [\n        \"dryhouse\"\n    ],\n    \"ọkpọọ\": [\n        \"dryly\"\n    ],\n    \"akuakuzinwo\": [\n        \"drill\"\n    ],\n    \"gbapuru\": [\n        \"drilled\",\n        \"yapped\",\n        \"spiry\"\n    ],\n    \"Drillet\": [\n        \"drillet\"\n    ],\n    \"u\": [\n        \"drills\"\n    ],\n    \"Drilvis\": [\n        \"drilvis\"\n    ],\n    \"ụọ ihe ọ .ụ .ụ\": [\n        \"drink\",\n        \"drinks\"\n    ],\n    \"na-a drinkụ\": [\n        \"drinkable\"\n    ],\n    \"na-aablyụ\": [\n        \"drinkably\"\n    ],\n    \"na-aerụ ihe ọ .ụ .ụ\": [\n        \"drinker\"\n    ],\n    \"ihe ọ drinkụ drinkụ\": [\n        \"drinkery\"\n    ],\n    \"ndị na-a drinụ mmanya\": [\n        \"drinkers\"\n    ],\n    \"kyụọ mmanya\": [\n        \"drinky\"\n    ],\n    \"na-a drinkingụ mmanya\": [\n        \"drinking\"\n    ],\n    \"enweghị mmanya\": [\n        \"drinkless\",\n        \"liquorless\",\n        \"wineless\"\n    ],\n    \"mmanya na-a drinụ\": [\n        \"drinkproof\"\n    ],\n    \"drinụọ\": [\n        \"drinn\"\n    ],\n    \"ntapu\": [\n        \"drip\",\n        \"dripple\",\n        \"drips\"\n    ],\n    \"ntapu mmiri\": [\n        \"drippage\"\n    ],\n    \"nke kachasi mmiri\": [\n        \"drippiest\"\n    ],\n    \"na-atasị\": [\n        \"dripping\",\n        \"dropperful\"\n    ],\n    \"okpo mmiri\": [\n        \"dripstone\"\n    ],\n    \"asat\": [\n        \"drys\"\n    ],\n    \"Akọrọ\": [\n        \"drysne\"\n    ],\n    \"igba mmiri\": [\n        \"drivage\",\n        \"inflooding\",\n        \"marinate\",\n        \"underflow\",\n        \"underhorsing\",\n        \"underream\"\n    ],\n    \"draịva\": [\n        \"driveable\",\n        \"drives\",\n        \"drivescrew\"\n    ],\n    \"akwọ ụgbọala\": [\n        \"drivehead\",\n        \"motorscooters\"\n    ],\n    \"Onye na-egbu ihe\": [\n        \"driveller\",\n        \"sniveler\"\n    ],\n    \"ndị na-anya mmiri\": [\n        \"drivellers\",\n        \"yappers\",\n        \"neuters\",\n        \"routers\",\n        \"spacewalkers\"\n    ],\n    \"na-agbakwa\": [\n        \"drivellingly\",\n        \"spumiferous\"\n    ],\n    \"ifa\": [\n        \"drivels\",\n        \"nowheres\",\n        \"plumpen\"\n    ],\n    \"draịpe\": [\n        \"drivepipe\"\n    ],\n    \"ịnya ụgbọ ala\": [\n        \"driving\",\n        \"droving\"\n    ],\n    \"gbapuo\": [\n        \"drizzle\",\n        \"escape\",\n        \"flopwing\",\n        \"gleed\"\n    ],\n    \"gbanye mmiri\": [\n        \"drizzled\",\n        \"fluidised\",\n        \"lippen\",\n        \"moistened\",\n        \"pourquoi\",\n        \"reflooded\"\n    ],\n    \"mgbeogbe\": [\n        \"droddum\"\n    ],\n    \"dicher\": [\n        \"drogher\"\n    ],\n    \"dicherman\": [\n        \"drogherman\"\n    ],\n    \"Onyeji Ugwu\": [\n        \"drogoman\"\n    ],\n    \"nwetakwa\": [\n        \"droil\"\n    ],\n    \"na-ada ada\": [\n        \"drollish\",\n        \"drolls\",\n        \"failing\",\n        \"fallible\",\n        \"fallibly\",\n        \"falters\",\n        \"petalling\"\n    ],\n    \"udummiri\": [\n        \"drollness\"\n    ],\n    \"Dromed\": [\n        \"dromed\"\n    ],\n    \"Dromedary\": [\n        \"dromedary\"\n    ],\n    \"dromita\": [\n        \"drometer\"\n    ],\n    \"dromometa\": [\n        \"dromometer\"\n    ],\n    \"Dromon\": [\n        \"dromon\"\n    ],\n    \"dromọns\": [\n        \"dromonds\"\n    ],\n    \"dromọnụ\": [\n        \"dromons\"\n    ],\n    \"drone\": [\n        \"dronet\"\n    ],\n    \"nju-anya\": [\n        \"dronishness\"\n    ],\n    \"drooping\": [\n        \"droopingly\",\n        \"droopingness\"\n    ],\n    \"durukpu\": [\n        \"droopt\"\n    ],\n    \"dobe\": [\n        \"drop\",\n        \"dropline\",\n        \"intergrave\"\n    ],\n    \"tụtụ\": [\n        \"dropberry\"\n    ],\n    \"da ákwà\": [\n        \"dropcloth\"\n    ],\n    \"Ọwa\": [\n        \"dropflower\"\n    ],\n    \"dobe esorowo\": [\n        \"dropforged\"\n    ],\n    \"dropforge\": [\n        \"dropforger\"\n    ],\n    \"dobe anya\": [\n        \"dropforging\"\n    ],\n    \"ndokpu\": [\n        \"dropheads\"\n    ],\n    \"Dọkkick\": [\n        \"dropkick\"\n    ],\n    \"Ihe anoghi\": [\n        \"dropkicker\"\n    ],\n    \"Dọkịta\": [\n        \"dropkicks\",\n        \"drusean\"\n    ],\n    \"nwa irighiri mmiri\": [\n        \"droplet\"\n    ],\n    \"ihe ntụsa\": [\n        \"droplets\"\n    ],\n    \"Dọkiman\": [\n        \"dropman\"\n    ],\n    \"dachapụ\": [\n        \"dropout\",\n        \"fallout\"\n    ],\n    \"ama esịn\": [\n        \"dropped\"\n    ],\n    \"ndị na-atụ mmiri\": [\n        \"droppers\"\n    ],\n    \"idobe\": [\n        \"dropping\"\n    ],\n    \"tụbọrọ\": [\n        \"dropsicalness\",\n        \"fainted\"\n    ],\n    \"dapụrụ\": [\n        \"dropsied\",\n        \"fallowed\",\n        \"faltered\",\n        \"fellated\",\n        \"felted\",\n        \"stollen\"\n    ],\n    \"tụlee mmiri\": [\n        \"dropsywort\"\n    ],\n    \"na-adabaghi\": [\n        \"dropt\"\n    ],\n    \"drosometa\": [\n        \"drosometer\"\n    ],\n    \"Diana\": [\n        \"drossed\"\n    ],\n    \"Drossier\": [\n        \"drossier\"\n    ],\n    \"drou\": [\n        \"droud\"\n    ],\n    \"ndi agu\": [\n        \"droughermen\"\n    ],\n    \"unwu\": [\n        \"drought\",\n        \"droughty\",\n        \"droughtier\",\n        \"droughtiness\",\n        \"undilute\",\n        \"unfilm\",\n        \"unmaze\"\n    ],\n    \"unwu ala\": [\n        \"droughts\",\n        \"unvacuousness\"\n    ],\n    \"rie mmiri\": [\n        \"drown\",\n        \"drownd\",\n        \"drowned\"\n    ],\n    \"afọ juru\": [\n        \"drownded\",\n        \"glutted\",\n        \"gratifiedly\",\n        \"stomachful\",\n        \"stomachy\",\n        \"stomachic\",\n        \"stupefied\",\n        \"superfulfillment\",\n        \"teeming\"\n    ],\n    \"mmiri riri\": [\n        \"drownds\",\n        \"drowner\",\n        \"drowns\"\n    ],\n    \"mmiri iri\": [\n        \"drowning\",\n        \"drowningly\"\n    ],\n    \"mmiri iri mmiri\": [\n        \"drownproofing\"\n    ],\n    \"Drowse\": [\n        \"drowse\"\n    ],\n    \"iro ụra\": [\n        \"drowsy\"\n    ],\n    \"mkpọpu\": [\n        \"drubbing\",\n        \"drubbings\",\n        \"enlacement\",\n        \"proacquittal\",\n        \"scrunge\"\n    ],\n    \"Ọrụ agwụ\": [\n        \"drudger\",\n        \"drudgery\"\n    ],\n    \"drgha\": [\n        \"drudging\"\n    ],\n    \"Mgbe ochie\": [\n        \"drudgingly\",\n        \"supersagaciously\"\n    ],\n    \"Ike Ọgwụ\": [\n        \"drudgism\"\n    ],\n    \"Druffen\": [\n        \"druffen\"\n    ],\n    \"eterlọ ọgwụ\": [\n        \"drugeteria\"\n    ],\n    \"ahịa ọgwụ\": [\n        \"druggeries\",\n        \"fermacy\",\n        \"pharm\",\n        \"pharmacal\",\n        \"pharmacy\",\n        \"pharmacic\",\n        \"pharmacies\",\n        \"pharmacite\",\n        \"pharmacol\",\n        \"pharmacolite\",\n        \"pharmacologia\",\n        \"pharmacomania\",\n        \"pharmacon\",\n        \"pharmacoposia\",\n        \"pharmacosiderite\",\n        \"pharmakos\",\n        \"pharmuthi\"\n    ],\n    \"ịgetụ ọgwụ ọjọọ\": [\n        \"druggeting\"\n    ],\n    \"ịgyụ ọgwụ St.\": [\n        \"druggiest\"\n    ],\n    \"ịgingụ ọgwụ ọjọọ\": [\n        \"drugging\"\n    ],\n    \"dibia ogwu\": [\n        \"druggist\",\n        \"herbalist\",\n        \"herbist\",\n        \"paralogician\",\n        \"pharmaceutist\",\n        \"prescriptionist\",\n        \"prescriptivist\",\n        \"tonetician\"\n    ],\n    \"ogwo ogwu\": [\n        \"druggister\"\n    ],\n    \"ndị ogwu\": [\n        \"druggists\"\n    ],\n    \"enweghị ọgwụ\": [\n        \"drugless\",\n        \"nonaddict\",\n        \"nonbiological\",\n        \"nonclinical\",\n        \"nonesthetic\",\n        \"nonimmunized\",\n        \"noninfecting\",\n        \"noninfectious\",\n        \"noninfectiously\",\n        \"nonmedicative\",\n        \"uncreates\",\n        \"undomesticate\",\n        \"undomesticated\",\n        \"unimmunised\",\n        \"unmedicated\",\n        \"unsickened\"\n    ],\n    \"onye na-eme ogwu\": [\n        \"drugmaker\",\n        \"pillmaker\"\n    ],\n    \"ebe ogwu\": [\n        \"drugshop\",\n        \"venery\"\n    ],\n    \"ụlọ ahịa ọgwụ\": [\n        \"drugstore\",\n        \"drugstores\"\n    ],\n    \"Druidic\": [\n        \"druidic\"\n    ],\n    \"druidism\": [\n        \"druidisms\"\n    ],\n    \"Druidry\": [\n        \"druidry\"\n    ],\n    \"Druith\": [\n        \"druith\"\n    ],\n    \"ọbeụ drumụ\": [\n        \"drumbeater\"\n    ],\n    \"begba okpu\": [\n        \"drumbeats\"\n    ],\n    \"ị .ụ ọgwụ\": [\n        \"drumbledore\"\n    ],\n    \"Ogbugba\": [\n        \"drumbler\"\n    ],\n    \"ịgba mkpọ\": [\n        \"drumbling\",\n        \"drumming\"\n    ],\n    \"drumfish\": [\n        \"drumfishes\"\n    ],\n    \"ịba okpu\": [\n        \"drumhead\",\n        \"overscoring\"\n    ],\n    \"duru igba\": [\n        \"drumler\"\n    ],\n    \"onye oturu\": [\n        \"drumlier\"\n    ],\n    \"akacha\": [\n        \"drumliest\",\n        \"overmature\"\n    ],\n    \"dị ka drum\": [\n        \"drumlike\"\n    ],\n    \"drumin\": [\n        \"drumlin\"\n    ],\n    \"adakpokpu\": [\n        \"drumlinoid\"\n    ],\n    \"a na-akpọ drumloid\": [\n        \"drumloid\"\n    ],\n    \"ịgba aka\": [\n        \"drumloidal\",\n        \"drumread\",\n        \"gloving\",\n        \"kickshaws\"\n    ],\n    \"oku igba\": [\n        \"drummer\"\n    ],\n    \"ndị na-akụ ọkpọ\": [\n        \"drummers\"\n    ],\n    \"Dọm\": [\n        \"drummy\"\n    ],\n    \"mogba aka\": [\n        \"drummock\"\n    ],\n    \"rollgba mmiri\": [\n        \"drumroll\"\n    ],\n    \", osisi\": [\n        \"drumwood\"\n    ],\n    \"drunkụbiga mmanya ókè\": [\n        \"drunk\"\n    ],\n    \"ndị a drunkụrụma\": [\n        \"drunkards\"\n    ],\n    \"kenubiga mmanya oke\": [\n        \"drunken\"\n    ],\n    \". dụbiga mmanya ókè\": [\n        \"drunkenly\"\n    ],\n    \".ụbiga mmanya ókè\": [\n        \"drunkenness\",\n        \"drunkly\",\n        \"outdrinking\"\n    ],\n    \".runụbiga mmanya ókè\": [\n        \"drunkenwise\"\n    ],\n    \"mmanya na egbu egbu\": [\n        \"drunkest\"\n    ],\n    \"iku\": [\n        \"drury\",\n        \"embrue\",\n        \"embruing\",\n        \"grike\",\n        \"strikeout\",\n        \"strikeouts\"\n    ],\n    \"Ihe nkuzi\": [\n        \"druses\"\n    ],\n    \"drut\": [\n        \"druttle\"\n    ],\n    \"dseeji\": [\n        \"dsects\"\n    ],\n    \"Aha otutu\": [\n        \"dsname\"\n    ],\n    \"Aha\": [\n        \"dsnames\"\n    ],\n    \"duarchi\": [\n        \"duarchies\"\n    ],\n    \"ndị dubbers\": [\n        \"dubbers\"\n    ],\n    \"dubings\": [\n        \"dubbings\"\n    ],\n    \"enyo\": [\n        \"dubious\",\n        \"dubiousness\",\n        \"eileen\",\n        \"enodation\",\n        \"espying\",\n        \"glassy\",\n        \"mirled\",\n        \"mirror\",\n        \"mirrored\",\n        \"mirrorize\",\n        \"mirrors\",\n        \"ostensory\",\n        \"redoubtably\",\n        \"suspense\",\n        \"suspenseful\",\n        \"suspensefulness\",\n        \"suspensely\",\n        \"suspensive\",\n        \"suspicion\",\n        \"suspicional\",\n        \"suspicions\",\n        \"suspicious\",\n        \"suspiciously\",\n        \"unsuspicion\"\n    ],\n    \"onye dubitant\": [\n        \"dubitant\"\n    ],\n    \"dub dubing\": [\n        \"dubitatingly\"\n    ],\n    \"itdị dubitative\": [\n        \"dubitatively\"\n    ],\n    \"ụzọ mgbapụ\": [\n        \"ducape\",\n        \"escapeway\",\n        \"exteroceptive\",\n        \"succursale\",\n        \"taxiways\",\n        \"trivalency\"\n    ],\n    \"ọwaa\": [\n        \"duchesnea\"\n    ],\n    \"duchess dị ka\": [\n        \"duchesslike\"\n    ],\n    \"duchi\": [\n        \"duchies\"\n    ],\n    \"ọbọgwụ\": [\n        \"duci\",\n        \"duck\",\n        \"duckboard\",\n        \"ducklar\",\n        \"ducklet\",\n        \"duckmeat\",\n        \"ducks\",\n        \"ducktail\",\n        \"duckweed\",\n        \"duckwheat\",\n        \"duckwing\"\n    ],\n    \"ọbọgwụ ọbọgwụ\": [\n        \"duckblind\"\n    ],\n    \"ọ .ụ\": [\n        \"ducked\",\n        \"excitableness\",\n        \"exulted\",\n        \"joyed\",\n        \"joypopping\",\n        \"joyrides\",\n        \"jousted\"\n    ],\n    \"ọbọgwụ ụkwụ\": [\n        \"duckfoot\"\n    ],\n    \"obi adighi nma\": [\n        \"duckhearted\"\n    ],\n    \"ulo akuku\": [\n        \"duckhouse\"\n    ],\n    \"ọdọ mmiri\": [\n        \"duckpond\",\n        \"fishpoles\",\n        \"fishpond\",\n        \"fishponds\",\n        \"fishpound\",\n        \"lagoons\",\n        \"lakefront\",\n        \"lakelander\",\n        \"lakelet\",\n        \"lakeport\",\n        \"lakeports\",\n        \"lakes\",\n        \"lakeshore\",\n        \"lakeside\",\n        \"lakesides\",\n        \"lakeward\",\n        \"pond\",\n        \"pondbush\",\n        \"pondfish\",\n        \"pondlike\",\n        \"pool\",\n        \"poolhall\",\n        \"pools\",\n        \"poolside\",\n        \"reservoirs\"\n    ],\n    \"okwute duck\": [\n        \"duckstone\"\n    ],\n    \"duc\": [\n        \"ducs\"\n    ],\n    \"ductility\": [\n        \"ductibility\"\n    ],\n    \"ductile\": [\n        \"ductilely\"\n    ],\n    \"noun ductile\": [\n        \"ductileness\"\n    ],\n    \"ductilomita\": [\n        \"ductilimeter\"\n    ],\n    \"ducting\": [\n        \"ductings\"\n    ],\n    \"ducted\": [\n        \"duction\"\n    ],\n    \"enweghị ductless\": [\n        \"ductless\"\n    ],\n    \"duct\": [\n        \"ducts\"\n    ],\n    \"muo\": [\n        \"duddle\"\n    ],\n    \"Dude\": [\n        \"dudes\"\n    ],\n    \"Dudgeon\": [\n        \"dudgen\",\n        \"dudgeon\"\n    ],\n    \"Dudine\": [\n        \"dudine\"\n    ],\n    \"Dudish\": [\n        \"dudish\",\n        \"dudishly\"\n    ],\n    \"ịdị omimi\": [\n        \"dudishness\",\n        \"farness\",\n        \"farnesses\"\n    ],\n    \"dudeism\": [\n        \"dudism\"\n    ],\n    \"Dọd\": [\n        \"duds\"\n    ],\n    \"ruru\": [\n        \"due\",\n        \"dueled\",\n        \"duelled\",\n        \"encommon\",\n        \"encompass\",\n        \"equalises\",\n        \"equates\",\n        \"ratio\",\n        \"ratiometer\",\n        \"reached\"\n    ],\n    \"onye kwesiri\": [\n        \"duecentist\",\n        \"dueler\"\n    ],\n    \"kwesiri\": [\n        \"dueful\",\n        \"ought\",\n        \"owght\",\n        \"presentable\",\n        \"presentably\",\n        \"presental\",\n        \"proappropriation\",\n        \"proprietarily\",\n        \"worthy\"\n    ],\n    \"onye duelist\": [\n        \"duelist\"\n    ],\n    \"ndị na-ere ákwà\": [\n        \"duellers\"\n    ],\n    \"dueling\": [\n        \"duelling\"\n    ],\n    \"onye duellist\": [\n        \"duellist\"\n    ],\n    \"ndi duellists\": [\n        \"duellists\"\n    ],\n    \"dueness\": [\n        \"duenesses\"\n    ],\n    \"duenna\": [\n        \"duennas\"\n    ],\n    \"onye duettist\": [\n        \"duettist\"\n    ],\n    \"ndị duettists\": [\n        \"duettists\"\n    ],\n    \"duffer dom\": [\n        \"dufferdom\"\n    ],\n    \"duffer\": [\n        \"duffers\"\n    ],\n    \"duffy si\": [\n        \"duffies\"\n    ],\n    \"onye na-egwu ala\": [\n        \"duggler\",\n        \"minelayer\"\n    ],\n    \"digouts\": [\n        \"dugouts\"\n    ],\n    \"Dukeship\": [\n        \"dukeship\"\n    ],\n    \"dulkarnon\": [\n        \"dulcarnon\"\n    ],\n    \"dulce\": [\n        \"dulcetness\"\n    ],\n    \"dulkor\": [\n        \"dulcor\"\n    ],\n    \"dullard\": [\n        \"dullards\"\n    ],\n    \"isi dull\": [\n        \"dullhead\"\n    ],\n    \"obi dara mba\": [\n        \"dullhearted\"\n    ],\n    \"dullue\": [\n        \"dullness\"\n    ],\n    \"dulls\": [\n        \"dullnesses\"\n    ],\n    \"Dullsville\": [\n        \"dullsville\"\n    ],\n    \"dul dul\": [\n        \"dulnesses\"\n    ],\n    \"dulotiiki\": [\n        \"dulotic\"\n    ],\n    \"dulces\": [\n        \"dulses\"\n    ],\n    \"duluth\": [\n        \"dult\"\n    ],\n    \"dumas\": [\n        \"dumaist\"\n    ],\n    \"dumbbell\": [\n        \"dumbbeller\"\n    ],\n    \"ehi dara ogbi\": [\n        \"dumbcow\"\n    ],\n    \"ghachiri anya\": [\n        \"dumbfounded\"\n    ],\n    \"ngwụsị\": [\n        \"dumbfounderment\",\n        \"endleaves\",\n        \"limpsey\"\n    ],\n    \"Ogbue\": [\n        \"dumbfounding\"\n    ],\n    \"ndutu\": [\n        \"dumdums\"\n    ],\n    \"dumfound\": [\n        \"dumfounds\"\n    ],\n    \"onye mbibi\": [\n        \"dummerer\"\n    ],\n    \"kpofuru\": [\n        \"dump\",\n        \"dumped\",\n        \"eluder\"\n    ],\n    \"gbọala\": [\n        \"dumpcarts\"\n    ],\n    \"Ndị na-atụfu mmiri\": [\n        \"dumpers\"\n    ],\n    \"Mgbapu\": [\n        \"dumpies\",\n        \"esthesises\",\n        \"excrescent\",\n        \"excresence\",\n        \"knapbottle\",\n        \"pullouts\",\n        \"pullovers\",\n        \"pullshovel\"\n    ],\n    \"Kachasị njọ\": [\n        \"dumpiest\"\n    ],\n    \"kpofuo\": [\n        \"dumpish\",\n        \"effund\"\n    ],\n    \"kpofu ishly\": [\n        \"dumpishly\"\n    ],\n    \"dakwasịrị\": [\n        \"dumpled\"\n    ],\n    \"Dubechi\": [\n        \"dumpler\"\n    ],\n    \"Na-ebibi ihe\": [\n        \"dumpling\"\n    ],\n    \"duncer\": [\n        \"duncery\"\n    ],\n    \"dunk\": [\n        \"dunkling\"\n    ],\n    \"dunsins\": [\n        \"dunlins\"\n    ],\n    \"dunne\": [\n        \"dunned\"\n    ],\n    \"okpuru ala\": [\n        \"dunster\",\n        \"groundwall\",\n        \"subcavity\",\n        \"tropines\",\n        \"undercapitalization\",\n        \"underdrainage\",\n        \"underregion\",\n        \"underscale\",\n        \"underslope\",\n        \"undervalues\",\n        \"underwheel\"\n    ],\n    \"dunt\": [\n        \"dunted\"\n    ],\n    \"dali\": [\n        \"duntle\"\n    ],\n    \"dupụrụ\": [\n        \"duped\"\n    ],\n    \"ndị oyiri\": [\n        \"dupers\"\n    ],\n    \"Ihe omimi\": [\n        \"dupes\",\n        \"underroof\",\n        \"vitals\"\n    ],\n    \"mbipute\": [\n        \"duplation\",\n        \"version\",\n        \"versioner\"\n    ],\n    \"mbiputegharị\": [\n        \"duplication\",\n        \"duplification\"\n    ],\n    \"duplicas\": [\n        \"duplicitas\"\n    ],\n    \"dup doro anya\": [\n        \"duplicitously\"\n    ],\n    \"depụtaghachi\": [\n        \"duplify\",\n        \"photocopied\"\n    ],\n    \"Duplifying\": [\n        \"duplifying\"\n    ],\n    \"anwụ ngwa ngwa\": [\n        \"durability\",\n        \"durableness\"\n    ],\n    \"durable\": [\n        \"durables\"\n    ],\n    \"anaghị adịte aka\": [\n        \"durationless\",\n        \"termless\",\n        \"unenduring\",\n        \"unprolongable\"\n    ],\n    \"durba\": [\n        \"durbars\"\n    ],\n    \"a gwọrọ\": [\n        \"dured\"\n    ],\n    \"duress\": [\n        \"duresses\"\n    ],\n    \"Durians\": [\n        \"durians\"\n    ],\n    \"durum\": [\n        \"durums\"\n    ],\n    \"Duscle\": [\n        \"duscle\"\n    ],\n    \"Dusenwind\": [\n        \"dusenwind\"\n    ],\n    \"Duskiest\": [\n        \"duskiest\"\n    ],\n    \"Duskiness\": [\n        \"duskiness\"\n    ],\n    \"Inwu\": [\n        \"dusking\"\n    ],\n    \"Duskingtide\": [\n        \"duskingtide\"\n    ],\n    \"dussehra\": [\n        \"dusserah\"\n    ],\n    \"ájá\": [\n        \"dust\",\n        \"dustbins\",\n        \"dustcart\",\n        \"dustin\",\n        \"dusting\",\n        \"dustpan\",\n        \"dustpans\",\n        \"dustrag\",\n        \"dustup\",\n        \"dustups\",\n        \"sand\",\n        \"sandbanks\",\n        \"sandbars\",\n        \"sandbin\",\n        \"sandboard\",\n        \"sandlot\",\n        \"sandlotters\",\n        \"sandnatter\",\n        \"sandpaper\",\n        \"sandpapering\",\n        \"sandpipers\",\n        \"sands\",\n        \"sandsoap\",\n        \"sandsoaps\",\n        \"sandspit\",\n        \"sandspur\",\n        \"sandstones\"\n    ],\n    \"uzuzu\": [\n        \"dustband\",\n        \"dustbin\",\n        \"dustblu\",\n        \"dustcover\",\n        \"dustfall\",\n        \"dustheap\",\n        \"dustheaps\",\n        \"dustiness\",\n        \"dustlike\",\n        \"dustrags\",\n        \"dusttight\",\n        \"dustuck\"\n    ],\n    \"Igbe uzuzu\": [\n        \"dustbox\"\n    ],\n    \"akwa uzuzu\": [\n        \"dustcloth\",\n        \"dustcloths\"\n    ],\n    \"uwe uzuzu\": [\n        \"dustcoat\"\n    ],\n    \"Dusterman\": [\n        \"dusterman\"\n    ],\n    \"Ndị pụrụ\": [\n        \"dustermen\"\n    ],\n    \"Uzuzu\": [\n        \"dusters\"\n    ],\n    \"uzuzu uzuzu\": [\n        \"dusty\",\n        \"dustproof\"\n    ],\n    \"Ukpuu\": [\n        \"dustyfoot\",\n        \"phrenology\"\n    ],\n    \"n’enyi ure\": [\n        \"dustily\"\n    ],\n    \"Onye uzuzu\": [\n        \"dustman\"\n    ],\n    \"ndi uzuzu\": [\n        \"dustmen\"\n    ],\n    \"Oke ikuku\": [\n        \"duststorm\"\n    ],\n    \"Nwanyi oyuhia\": [\n        \"dustwoman\"\n    ],\n    \"Dutch\": [\n        \"dutch\"\n    ],\n    \"duteous\": [\n        \"duteously\",\n        \"duteousness\"\n    ],\n    \"dwayberị\": [\n        \"dwayberry\"\n    ],\n    \"Dwayne\": [\n        \"dwayne\"\n    ],\n    \"dumalm\": [\n        \"dwalm\"\n    ],\n    \"Dwarfing\": [\n        \"dwarfing\"\n    ],\n    \"dwarfish\": [\n        \"dwarfishness\"\n    ],\n    \"dwarfism\": [\n        \"dwarfisms\",\n        \"dwarfness\"\n    ],\n    \"dwarf dị ka\": [\n        \"dwarflike\"\n    ],\n    \"ndị bi\": [\n        \"dwellers\",\n        \"habitants\",\n        \"occupiers\",\n        \"residents\"\n    ],\n    \"Ndwu\": [\n        \"dx\"\n    ],\n    \"Dzo\": [\n        \"dzo\"\n    ],\n    \"iji kwalite\": [\n        \"eably\"\n    ],\n    \"Eaceworm\": [\n        \"eaceworm\"\n    ],\n    \"Akpawa\": [\n        \"eadios\"\n    ],\n    \"ugo\": [\n        \"eagerer\",\n        \"eagerest\",\n        \"eagers\",\n        \"eagle\",\n        \"eagled\",\n        \"eaglehawk\",\n        \"eagles\",\n        \"eagless\",\n        \"eaglestone\",\n        \"eaglet\",\n        \"eaglets\",\n        \"eaglewood\",\n        \"eagling\",\n        \"eagrass\",\n        \"eagre\",\n        \"eagres\",\n        \"gagger\",\n        \"lassitude\",\n        \"novity\",\n        \"quags\",\n        \"sloven\",\n        \"speron\",\n        \"vulturn\"\n    ],\n    \"ji ịnụ ọkụ n'obi\": [\n        \"eagerly\"\n    ],\n    \"ịnụ ọkụ n'obi\": [\n        \"eagerness\",\n        \"enthusiasm\",\n        \"enthusiasms\",\n        \"enthusiast\",\n        \"enthusiastic\",\n        \"enthusiastical\",\n        \"enthusiastically\",\n        \"enthusiasticalness\",\n        \"enthusiastly\",\n        \"fervidity\",\n        \"fervidness\",\n        \"henheartedness\",\n        \"ultrazealous\",\n        \"ultrazealousness\",\n        \"zeal\",\n        \"zealed\",\n        \"zealful\",\n        \"zealless\",\n        \"zealot\",\n        \"zealotism\",\n        \"zealotry\",\n        \"zealotries\",\n        \"zealousy\",\n        \"zealousness\",\n        \"zealproof\",\n        \"zeals\",\n        \"zeism\",\n        \"zeist\"\n    ],\n    \"yiri ugo\": [\n        \"eaglelike\"\n    ],\n    \"alderman\": [\n        \"ealderman\"\n    ],\n    \"Ealdorman\": [\n        \"ealdorman\"\n    ],\n    \"iam\": [\n        \"eam\"\n    ],\n    \"ịsụ ude\": [\n        \"eaning\"\n    ],\n    \"agbịrịgba\": [\n        \"eanlings\"\n    ],\n    \"eara\": [\n        \"earable\"\n    ],\n    \"ntị nti\": [\n        \"earbob\"\n    ],\n    \"ihe nti\": [\n        \"earcap\",\n        \"earclip\",\n        \"earflap\",\n        \"earing\",\n        \"earlship\",\n        \"earmark\",\n        \"earpick\",\n        \"earreach\",\n        \"earring\",\n        \"hearkener\"\n    ],\n    \"ntị dobe\": [\n        \"eardrop\"\n    ],\n    \"eyedropper\": [\n        \"eardropper\"\n    ],\n    \"ntị tụlee\": [\n        \"eardrops\"\n    ],\n    \"eutrum\": [\n        \"eardrum\"\n    ],\n    \"nti ntị\": [\n        \"earhead\",\n        \"earlobes\",\n        \"earlock\",\n        \"earpieces\",\n        \"earplugs\",\n        \"earsplitting\",\n        \"earwaxes\"\n    ],\n    \"ntị onu\": [\n        \"earhole\"\n    ],\n    \"ọla ntị\": [\n        \"earings\",\n        \"earlet\",\n        \"earringed\",\n        \"earrings\",\n        \"earwort\"\n    ],\n    \"ntị ọla\": [\n        \"earjewel\"\n    ],\n    \"nti nti\": [\n        \"earlaps\"\n    ],\n    \"ntionye\": [\n        \"earldom\"\n    ],\n    \"akpa nti\": [\n        \"earldoms\"\n    ],\n    \"earl ọbọgwụ\": [\n        \"earlduck\"\n    ],\n    \"na mbụ\": [\n        \"earlier\",\n        \"originally\",\n        \"previously\"\n    ],\n    \"mbụ\": [\n        \"earliest\",\n        \"erst\",\n        \"first\",\n        \"firster\",\n        \"foredesk\",\n        \"forepole\",\n        \"former\",\n        \"formerly\",\n        \"formerness\",\n        \"forst\",\n        \"hore\",\n        \"organal\",\n        \"original\",\n        \"originalness\",\n        \"originals\",\n        \"originatively\",\n        \"primally\",\n        \"primly\",\n        \"primmest\",\n        \"riginal\"\n    ],\n    \"dị ka ntị\": [\n        \"earlike\"\n    ],\n    \"Earlywood\": [\n        \"earlywood\"\n    ],\n    \"akara akara\": [\n        \"earmarked\",\n        \"scorepads\",\n        \"sealwort\"\n    ],\n    \"itinye akara\": [\n        \"earmarking\"\n    ],\n    \"ihe ntinye aka\": [\n        \"earmarkings\"\n    ],\n    \"akara nti\": [\n        \"earmarks\"\n    ],\n    \"nlekọta anya\": [\n        \"earmindedness\",\n        \"oversewn\"\n    ],\n    \"irite\": [\n        \"earn\"\n    ],\n    \"akwụ\": [\n        \"earned\",\n        \"earns\",\n        \"harace\",\n        \"nestable\",\n        \"nesters\",\n        \"nestings\",\n        \"nestles\",\n        \"nests\",\n        \"nills\",\n        \"nugatory\",\n        \"repunishment\"\n    ],\n    \"onye irite\": [\n        \"earner\"\n    ],\n    \"n'ezi\": [\n        \"earnestly\",\n        \"fairily\",\n        \"farrantly\",\n        \"fidged\",\n        \"protends\",\n        \"verdantly\"\n    ],\n    \"enwetara ego\": [\n        \"earnests\"\n    ],\n    \"ịkpata ego\": [\n        \"earning\",\n        \"moneymaking\",\n        \"monetising\",\n        \"monetizing\"\n    ],\n    \"ntị ntị\": [\n        \"earphone\",\n        \"earphones\",\n        \"earscrew\",\n        \"earshell\",\n        \"earshot\",\n        \"earshots\",\n        \"earstone\"\n    ],\n    \"nkwụnye ntị\": [\n        \"earplug\"\n    ],\n    \"ntị mmiri\": [\n        \"earspool\"\n    ],\n    \"eartagart\": [\n        \"eartagged\"\n    ],\n    \"dị n'ụwa\": [\n        \"earthborn\"\n    ],\n    \"ụwa dum\": [\n        \"earthbound\",\n        \"earthwall\",\n        \"globefishes\",\n        \"globeholder\",\n        \"globose\",\n        \"globulousness\",\n        \"universalist\",\n        \"wordbuilding\",\n        \"worldbeater\"\n    ],\n    \"eartart\": [\n        \"earthed\"\n    ],\n    \"eji obi eme\": [\n        \"earthenhearted\"\n    ],\n    \"ụwafast\": [\n        \"earthfast\"\n    ],\n    \"onye na-egbu ụwa\": [\n        \"earthgrubber\"\n    ],\n    \"kasị n'ụwa\": [\n        \"earthliest\"\n    ],\n    \"ìhè ala\": [\n        \"earthlight\"\n    ],\n    \"dị ka ụwa\": [\n        \"earthlike\"\n    ],\n    \"ịdị n'ụwa\": [\n        \"earthliness\"\n    ],\n    \"onye na-eme uwa\": [\n        \"earthmaker\"\n    ],\n    \"-eme ala\": [\n        \"earthmaking\"\n    ],\n    \"onye nwe uwa\": [\n        \"earthman\"\n    ],\n    \"ndị ụwa\": [\n        \"earthmen\"\n    ],\n    \"ihe ala\": [\n        \"earthsets\"\n    ],\n    \"onye jijiji ụwa\": [\n        \"earthshaker\"\n    ],\n    \"na-eme ka ụwa maa jijiji\": [\n        \"earthshaking\"\n    ],\n    \"ụwa ịkwanye\": [\n        \"earthshakingly\"\n    ],\n    \"mbibi ụwa\": [\n        \"earthslide\"\n    ],\n    \"uto anwuru oku\": [\n        \"earthsmoke\"\n    ],\n    \"kpakpando ala\": [\n        \"earthstar\"\n    ],\n    \"n'ụwa\": [\n        \"earthward\",\n        \"earthwards\"\n    ],\n    \"arụ ọrụ ụwa\": [\n        \"earthwork\"\n    ],\n    \"arụ ụwa\": [\n        \"earthworks\"\n    ],\n    \"ochi ụwa\": [\n        \"earthworms\"\n    ],\n    \"emechie\": [\n        \"earwigged\"\n    ],\n    \"Nwee ntị\": [\n        \"earwigginess\"\n    ],\n    \"ịdị mfe\": [\n        \"ease\",\n        \"easefulness\",\n        \"easygoingness\",\n        \"easiness\",\n        \"simility\",\n        \"simiousness\",\n        \"simpleness\",\n        \"simplifications\",\n        \"simplism\",\n        \"soarability\",\n        \"triflingness\",\n        \"trivalence\"\n    ],\n    \"Ista\": [\n        \"easer\",\n        \"easter\"\n    ],\n    \"nchicha\": [\n        \"easers\",\n        \"eraser\",\n        \"erasers\",\n        \"erasion\"\n    ],\n    \"Dị mfe karịa\": [\n        \"easier\"\n    ],\n    \"dị fechaa\": [\n        \"easygoing\"\n    ],\n    \"izuike\": [\n        \"easing\",\n        \"relaxable\",\n        \"relaxant\",\n        \"relaxer\",\n        \"relaxins\",\n        \"resp\",\n        \"satanophil\",\n        \"simaroubaceous\"\n    ],\n    \"na-ehicha\": [\n        \"eastering\",\n        \"latticing\",\n        \"onsweeping\",\n        \"purfling\",\n        \"rubying\",\n        \"salving\",\n        \"scrubbing\"\n    ],\n    \"Ihe owuwu\": [\n        \"easterlies\"\n    ],\n    \"Ihe omume\": [\n        \"easterling\",\n        \"embolisms\",\n        \"embowelling\",\n        \"enthraldom\",\n        \"perdrix\"\n    ],\n    \"nke dịkarịsịrị nso\": [\n        \"eastermost\"\n    ],\n    \"owuwa anyanwu\": [\n        \"eastern\"\n    ],\n    \"onye owuwa\": [\n        \"easterner\"\n    ],\n    \"nke ọwụwa anyanwụ\": [\n        \"easternmost\"\n    ],\n    \"n'ebe ọwụwa anyanwụ\": [\n        \"easting\",\n        \"eastmost\",\n        \"eastre\",\n        \"eastwardly\",\n        \"uneastern\"\n    ],\n    \"onye owuwa anyanwu\": [\n        \"eastman\"\n    ],\n    \"n’ebe ọwụwa anyanwụ\": [\n        \"eastward\",\n        \"eastwards\"\n    ],\n    \"eat\": [\n        \"eathly\"\n    ],\n    \"Eau\": [\n        \"eau\"\n    ],\n    \"eaws\": [\n        \"eaved\"\n    ],\n    \"eavesdropper\": [\n        \"eavedropper\"\n    ],\n    \"a na-anụ ntị\": [\n        \"eavesdropped\"\n    ],\n    \"Ebbs\": [\n        \"ebbs\"\n    ],\n    \"Ebcd\": [\n        \"ebcd\"\n    ],\n    \"Eblis\": [\n        \"eblis\"\n    ],\n    \"eboni\": [\n        \"ebony\"\n    ],\n    \"ebonye\": [\n        \"ebonies\",\n        \"ebonises\"\n    ],\n    \"a kpochapụrụ\": [\n        \"ebonised\",\n        \"ebonized\",\n        \"eliquated\",\n        \"unraffled\"\n    ],\n    \"onye ebonyi\": [\n        \"ebonist\"\n    ],\n    \"Na-ebuli\": [\n        \"ebonizes\"\n    ],\n    \"Ebraick\": [\n        \"ebraick\"\n    ],\n    \"ebuli ihe\": [\n        \"ebullient\"\n    ],\n    \"ebumgburu\": [\n        \"ebulliometry\"\n    ],\n    \"ebudoscope\": [\n        \"ebullioscope\"\n    ],\n    \"nweworldwide\": [\n        \"ebullioscopic\"\n    ],\n    \"ebulu\": [\n        \"ebulus\"\n    ],\n    \"dị adị\": [\n        \"eburneous\",\n        \"eternalize\",\n        \"existant\",\n        \"existent\",\n        \"existential\",\n        \"existentialist\",\n        \"existentialistic\",\n        \"existentialistically\",\n        \"existents\",\n        \"exsiccant\",\n        \"nasial\",\n        \"neral\",\n        \"realive\",\n        \"subocular\"\n    ],\n    \"ecartart\": [\n        \"ecartes\"\n    ],\n    \"Eccaleobion\": [\n        \"eccaleobion\"\n    ],\n    \"ọrịa ecchondrosis\": [\n        \"ecchondrosis\"\n    ],\n    \"okpukperechi\": [\n        \"ecclesiarchy\",\n        \"predominant\",\n        \"religioner\"\n    ],\n    \"Eklisiastis\": [\n        \"ecclesiastes\"\n    ],\n    \"nke ụka\": [\n        \"ecclesiastical\"\n    ],\n    \"na chọọchị\": [\n        \"ecclesiastically\"\n    ],\n    \"ọkà mmụta ecclesiologist\": [\n        \"ecclesiologist\"\n    ],\n    \"eritri\": [\n        \"eccritic\"\n    ],\n    \"dbọchị\": [\n        \"ecdyses\"\n    ],\n    \"ddalarị\": [\n        \"ecdysiast\"\n    ],\n    \"ecesise\": [\n        \"ecesises\"\n    ],\n    \"Echard\": [\n        \"echard\"\n    ],\n    \"Echinital\": [\n        \"echinital\"\n    ],\n    \"nkuzi mgbamejije\": [\n        \"echo\"\n    ],\n    \"nkuzi okwute\": [\n        \"echoism\"\n    ],\n    \"ihe nkuzi\": [\n        \"echoisms\",\n        \"excipulum\",\n        \"lectureproof\"\n    ],\n    \"echometa\": [\n        \"echometer\"\n    ],\n    \"ahụla\": [\n        \"eclaircise\"\n    ],\n    \"eclectic\": [\n        \"eclectics\",\n        \"eclectist\"\n    ],\n    \"eclecticism\": [\n        \"eclectism\",\n        \"electicism\"\n    ],\n    \"eklips\": [\n        \"eclipse\"\n    ],\n    \"chi jiri n'ehihie\": [\n        \"eclipser\",\n        \"eclipses\"\n    ],\n    \"gburugburu obibi\": [\n        \"ecoclimate\"\n    ],\n    \"gburugburu ebe obibi\": [\n        \"ecologically\",\n        \"enviroment\",\n        \"environment\",\n        \"environmental\",\n        \"environmentalism\",\n        \"environmentalist\",\n        \"environmentally\",\n        \"nonenvironmental\",\n        \"nonenvironmentally\",\n        \"preenvironmental\"\n    ],\n    \"ihe omumu banyere gburugburu ebe obibi\": [\n        \"ecologist\"\n    ],\n    \"ihe omumu banyere obibi\": [\n        \"ecologists\"\n    ],\n    \"akụnụba\": [\n        \"economese\",\n        \"econometrics\",\n        \"economics\",\n        \"economies\",\n        \"economise\",\n        \"economiser\",\n        \"economism\",\n        \"economite\",\n        \"economizer\",\n        \"knobble\",\n        \"oeconomic\",\n        \"oeconomus\",\n        \"proeconomy\",\n        \"riches\",\n        \"supereconomy\",\n        \"supereconomies\",\n        \"wealth\",\n        \"wealths\"\n    ],\n    \"aku aku\": [\n        \"econometer\"\n    ],\n    \"aku na uba\": [\n        \"econometric\",\n        \"econometrically\"\n    ],\n    \"onodu aku na uba\": [\n        \"econometrical\",\n        \"economization\"\n    ],\n    \"onye na aku na uba ya\": [\n        \"econometrician\"\n    ],\n    \"onye aku na uba\": [\n        \"econometrist\"\n    ],\n    \"echekwa ego\": [\n        \"economicalness\"\n    ],\n    \"ndị ọkà mmụta akụnụba\": [\n        \"economists\"\n    ],\n    \"lezie anya\": [\n        \"economize\",\n        \"egoize\",\n        \"faze\",\n        \"meticulous\",\n        \"meticulously\",\n        \"meticulousness\",\n        \"observantine\",\n        \"orientalize\",\n        \"oversensitize\",\n        \"oversocialize\",\n        \"presupervise\",\n        \"seised\",\n        \"unmeticulously\",\n        \"unmeticulousness\",\n        \"vizierate\"\n    ],\n    \"ndị na-akụ akụnụba\": [\n        \"economizers\"\n    ],\n    \"na-echekwa ego\": [\n        \"economizes\"\n    ],\n    \"nweghi obi uto\": [\n        \"ecorticate\"\n    ],\n    \"chikwasias\": [\n        \"ecphonesis\"\n    ],\n    \"ekphoria\": [\n        \"ecphoria\"\n    ],\n    \"ekrashị\": [\n        \"ecrase\"\n    ],\n    \"Nkejimomicrompic\": [\n        \"ectodynamomorphic\"\n    ],\n    \"kelechiihegburu\": [\n        \"ectrosyndactyly\"\n    ],\n    \"Ekwedọọ\": [\n        \"ecuador\"\n    ],\n    \"na-edetu\": [\n        \"ecuelling\"\n    ],\n    \"Ecumene\": [\n        \"ecumene\"\n    ],\n    \"Ecumenicality\": [\n        \"ecumenicality\"\n    ],\n    \"lekwa anya\": [\n        \"ecumenicize\"\n    ],\n    \"onye ecumenist\": [\n        \"ecumenist\"\n    ],\n    \"Ecumenopolis\": [\n        \"ecumenopolis\"\n    ],\n    \"Eddy\": [\n        \"eddy\"\n    ],\n    \"Eddie\": [\n        \"eddie\"\n    ],\n    \"Edezi\": [\n        \"eddies\"\n    ],\n    \"edezi\": [\n        \"eddying\",\n        \"editing\",\n        \"editorially\",\n        \"rescrubbed\",\n        \"untidies\"\n    ],\n    \"Edemek\": [\n        \"eddish\"\n    ],\n    \"eddo\": [\n        \"eddoes\"\n    ],\n    \"edeas\": [\n        \"edemas\"\n    ],\n    \"Eden\": [\n        \"eden\"\n    ],\n    \"editọ\": [\n        \"edental\",\n        \"edility\",\n        \"edwards\"\n    ],\n    \"Edessan\": [\n        \"edessan\"\n    ],\n    \"Edgar\": [\n        \"edgar\"\n    ],\n    \"edere ihe\": [\n        \"edgeboned\"\n    ],\n    \"enweghị nsọtụ\": [\n        \"edgeless\",\n        \"infinitary\",\n        \"infiniteness\",\n        \"infiniteth\",\n        \"infinities\",\n        \"infinitive\",\n        \"infinituple\",\n        \"limitlessly\",\n        \"nonfiniteness\",\n        \"noninfiniteness\",\n        \"rangeless\",\n        \"rankless\",\n        \"riteless\"\n    ],\n    \"Ihe edere\": [\n        \"edgers\"\n    ],\n    \"n'ọnụ ya\": [\n        \"edges\"\n    ],\n    \"ihu uzo\": [\n        \"edgeshot\"\n    ],\n    \"Edem Edem\": [\n        \"edgeweed\"\n    ],\n    \"n'ọnụ ọnụ\": [\n        \"edgewise\",\n        \"tip\",\n        \"tipple\",\n        \"tipples\",\n        \"tiptop\",\n        \"tipup\"\n    ],\n    \"Edozi\": [\n        \"edgier\"\n    ],\n    \"edighe\": [\n        \"edginesses\"\n    ],\n    \"Ede\": [\n        \"edhs\"\n    ],\n    \"edituru\": [\n        \"edicts\"\n    ],\n    \"tolite\": [\n        \"edify\",\n        \"outgrown\",\n        \"upgrow\",\n        \"upgrown\"\n    ],\n    \"na-ewuli elu\": [\n        \"edificant\",\n        \"edificate\",\n        \"edificatory\",\n        \"edificial\",\n        \"edifying\",\n        \"edifyingly\",\n        \"edifyingness\",\n        \"gilding\",\n        \"misbuilding\",\n        \"upbuild\",\n        \"upbuilding\",\n        \"upbuilds\",\n        \"upbuoying\",\n        \"uplifting\",\n        \"upliftingly\",\n        \"upsending\"\n    ],\n    \"edibo\": [\n        \"edification\"\n    ],\n    \"na-edozi ume\": [\n        \"edificative\"\n    ],\n    \"onye mmezi\": [\n        \"edificator\",\n        \"ironist\",\n        \"regulationist\",\n        \"repairer\",\n        \"repairman\",\n        \"resolutionist\"\n    ],\n    \"Ihe mmezi\": [\n        \"edified\",\n        \"edifier\"\n    ],\n    \"Ndị na-ewu ihe\": [\n        \"edifiers\"\n    ],\n    \"edita\": [\n        \"edital\",\n        \"edward\"\n    ],\n    \"nchịkọta akụkọ\": [\n        \"editor\",\n        \"editorial\",\n        \"editorialist\",\n        \"editorials\"\n    ],\n    \"ideziwanye\": [\n        \"editorialization\",\n        \"editorializing\"\n    ],\n    \"dezie ndezi\": [\n        \"editorializations\"\n    ],\n    \"ndezi\": [\n        \"editorializer\",\n        \"editorship\",\n        \"editorships\",\n        \"edits\"\n    ],\n    \"ndezigharị\": [\n        \"editorializers\",\n        \"undirectness\"\n    ],\n    \"ndị editọ\": [\n        \"editors\"\n    ],\n    \"Edmond\": [\n        \"edmond\"\n    ],\n    \"Edp\": [\n        \"edp\"\n    ],\n    \"Edplot\": [\n        \"edplot\"\n    ],\n    \"edetiophthalmic\": [\n        \"edriophthalmic\"\n    ],\n    \"kuziere\": [\n        \"educ\",\n        \"educate\"\n    ],\n    \"iziabilia\": [\n        \"educabilia\"\n    ],\n    \"iziabilian\": [\n        \"educabilian\"\n    ],\n    \"kuzierenụ\": [\n        \"educand\"\n    ],\n    \"ịkụziri ihe\": [\n        \"educatability\",\n        \"educatable\",\n        \"unteaching\"\n    ],\n    \"ịkụziri\": [\n        \"educatee\"\n    ],\n    \"na-akuzi\": [\n        \"educates\",\n        \"educating\",\n        \"educing\"\n    ],\n    \"muta\": [\n        \"educational\"\n    ],\n    \"muta akwukwo\": [\n        \"educationese\"\n    ],\n    \"ndi mmuta\": [\n        \"educative\"\n    ],\n    \"ndị na-akụzi ihe\": [\n        \"educators\"\n    ],\n    \"kụziri\": [\n        \"educible\"\n    ],\n    \"edudu\": [\n        \"educts\"\n    ],\n    \"eBelba\": [\n        \"eelbobber\"\n    ],\n    \"ẹli\": [\n        \"eelcatcher\"\n    ],\n    \"ịchọ ọdịmma onwe onye nanị\": [\n        \"eelfish\",\n        \"selfish\",\n        \"selfishness\"\n    ],\n    \"kacha\": [\n        \"eeliest\",\n        \"emittent\",\n        \"flutiest\",\n        \"hitchiest\",\n        \"maximate\",\n        \"mothiest\",\n        \"optimate\",\n        \"optimum\",\n        \"predomination\",\n        \"ropiest\",\n        \"sagiest\",\n        \"saunciest\",\n        \"shiest\",\n        \"streakiest\",\n        \"torchiest\",\n        \"ultimate\"\n    ],\n    \"ẹto\": [\n        \"eelpout\"\n    ],\n    \"Nnukwu\": [\n        \"eelshop\",\n        \"grandeeship\",\n        \"holloes\",\n        \"kenningwort\",\n        \"luctation\",\n        \"meridian\",\n        \"meridional\",\n        \"rantock\",\n        \"saltimbanque\",\n        \"trollimog\",\n        \"voidee\",\n        \"vuggs\"\n    ],\n    \"ele\": [\n        \"eerier\"\n    ],\n    \"kpo\": [\n        \"eff\",\n        \"exul\",\n        \"exululate\",\n        \"pook\"\n    ],\n    \"rụpụtara\": [\n        \"effected\",\n        \"resulted\"\n    ],\n    \"irè\": [\n        \"effective\",\n        \"effectiveness\"\n    ],\n    \"Mmemme\": [\n        \"effectress\"\n    ],\n    \"nrụpụta ọrụ\": [\n        \"effeminacy\",\n        \"efficacy\",\n        \"efficacity\"\n    ],\n    \"efendi\": [\n        \"effendi\"\n    ],\n    \"efifọ\": [\n        \"efferents\"\n    ],\n    \"Na agbanyeghị\": [\n        \"effervescently\",\n        \"everyway\"\n    ],\n    \"Na-agbanye ume\": [\n        \"effervescing\",\n        \"infiltering\"\n    ],\n    \"Na-enye ike\": [\n        \"effervescive\"\n    ],\n    \"efet\": [\n        \"effet\"\n    ],\n    \"efete\": [\n        \"effete\"\n    ],\n    \"ndi efetmenu\": [\n        \"effetmen\"\n    ],\n    \"oru oma\": [\n        \"efficient\"\n    ],\n    \"rụọ ọrụ nke ọma\": [\n        \"efficiently\"\n    ],\n    \"efie\": [\n        \"effie\"\n    ],\n    \"effile\": [\n        \"effierce\"\n    ],\n    \"mmesapụ aka\": [\n        \"efflation\",\n        \"generativeness\",\n        \"generosity\",\n        \"generosities\",\n        \"generously\",\n        \"generousness\",\n        \"liberality\",\n        \"liberalness\",\n        \"phonoreception\"\n    ],\n    \"kpochapu ọkụ\": [\n        \"efflorescency\",\n        \"effusiometer\"\n    ],\n    \"mmanu\": [\n        \"effluence\",\n        \"hasard\",\n        \"lardiest\",\n        \"lubber\",\n        \"lubberliness\",\n        \"lubric\",\n        \"lubrical\",\n        \"lubricant\",\n        \"lubricated\",\n        \"lubrication\",\n        \"lubricational\",\n        \"lubricative\",\n        \"lubricatory\",\n        \"lubricious\",\n        \"lubriciousness\",\n        \"lubricity\",\n        \"lubricities\",\n        \"lubricous\",\n        \"lubrification\",\n        \"lubritory\",\n        \"oiled\"\n    ],\n    \"agba agba mmiri\": [\n        \"effluent\"\n    ],\n    \"ihe na agba agba\": [\n        \"effluents\"\n    ],\n    \"efluvia\": [\n        \"effluvia\"\n    ],\n    \"efuo\": [\n        \"effluvious\",\n        \"lossy\"\n    ],\n    \"efluvivia\": [\n        \"effluvivia\"\n    ],\n    \"mgbali\": [\n        \"effort\",\n        \"exertion\",\n        \"gemmulation\",\n        \"urgence\"\n    ],\n    \"agbasi mbọ ike\": [\n        \"effortfully\"\n    ],\n    \"itinye mgbalị\": [\n        \"effortfulness\"\n    ],\n    \"enweghị mgbalị\": [\n        \"effortless\",\n        \"effortlessness\"\n    ],\n    \"n’enweghị nsogbu\": [\n        \"effortlessly\",\n        \"nondisruptingly\",\n        \"nonterminably\",\n        \"stormlessly\",\n        \"strainlessly\",\n        \"unacerbically\",\n        \"unadherently\",\n        \"unadulteratedly\",\n        \"unadventurously\",\n        \"uneschewably\",\n        \"unfeastly\",\n        \"unhospitably\",\n        \"unimpededly\",\n        \"unyouthfully\",\n        \"unobstruently\",\n        \"unodorously\",\n        \"unpositively\",\n        \"unritually\",\n        \"unsolicitously\",\n        \"unterminably\",\n        \"unwieldly\"\n    ],\n    \"mgbalị\": [\n        \"efforts\"\n    ],\n    \"onye mmeputa\": [\n        \"effractor\",\n        \"extruder\",\n        \"inventress\",\n        \"productionist\",\n        \"productor\"\n    ],\n    \"Ekwes\": [\n        \"effs\"\n    ],\n    \"efisɛ\": [\n        \"effulging\"\n    ],\n    \"zuru ike\": [\n        \"effusive\",\n        \"relaxes\",\n        \"restabbed\",\n        \"resteal\",\n        \"rested\",\n        \"restes\",\n        \"restful\",\n        \"restfullest\",\n        \"resty\",\n        \"restir\",\n        \"restive\",\n        \"restream\",\n        \"restrive\",\n        \"robotize\",\n        \"subeffectiveness\"\n    ],\n    \"ike gwụ\": [\n        \"effusiveness\",\n        \"languidness\"\n    ],\n    \"efuso\": [\n        \"effuso\"\n    ],\n    \"agbapụta\": [\n        \"effuviate\",\n        \"reclaimant\",\n        \"reclaimers\",\n        \"reclaimless\",\n        \"reclasping\",\n        \"redeems\",\n        \"redemandable\",\n        \"redemised\"\n    ],\n    \"ọ bara uru\": [\n        \"efractory\",\n        \"rawboned\"\n    ],\n    \"kasị elu\": [\n        \"eftest\",\n        \"gashest\",\n        \"highest\",\n        \"loftiest\",\n        \"logiest\"\n    ],\n    \"ịha nhatanha\": [\n        \"egalitarianism\",\n        \"egalitarians\"\n    ],\n    \"egalite\": [\n        \"egalites\"\n    ],\n    \"nha anya\": [\n        \"egality\",\n        \"equalisation\",\n        \"equalization\",\n        \"equisonance\"\n    ],\n    \"n'ụzọ iwu\": [\n        \"egally\",\n        \"lawfully\",\n        \"legalistically\",\n        \"legally\"\n    ],\n    \"egbo\": [\n        \"egba\"\n    ],\n    \"dịka\": [\n        \"eger\",\n        \"eglandular\",\n        \"mimly\",\n        \"viz\"\n    ],\n    \"egeria\": [\n        \"egeran\"\n    ],\n    \"egestest\": [\n        \"egested\"\n    ],\n    \"icesting\": [\n        \"egesting\"\n    ],\n    \"ọgwụgwọ nwoke\": [\n        \"egestion\"\n    ],\n    \"Atụmatụ\": [\n        \"egestions\",\n        \"estivates\",\n        \"foredates\",\n        \"fores\",\n        \"foretastes\",\n        \"forewords\",\n        \"outplanning\",\n        \"outplans\",\n        \"preexplanation\",\n        \"tipree\",\n        \"tips\",\n        \"tipsy\",\n        \"tipsifier\",\n        \"tipsily\"\n    ],\n    \"egga\": [\n        \"eggars\"\n    ],\n    \"akwa iko\": [\n        \"eggcupful\",\n        \"sarcenet\"\n    ],\n    \"iko iko\": [\n        \"eggcups\"\n    ],\n    \"akwa azu\": [\n        \"eggfish\",\n        \"sharkskin\"\n    ],\n    \"dị ka àkwá\": [\n        \"egglike\"\n    ],\n    \"àkwá\": [\n        \"eggnog\"\n    ],\n    \"tinye akwa\": [\n        \"eggroll\"\n    ],\n    \"Egypt\": [\n        \"egypt\"\n    ],\n    \"onye Ijipt\": [\n        \"egyptian\"\n    ],\n    \"ndị Ijipt\": [\n        \"egyptians\"\n    ],\n    \"egypti\": [\n        \"egyptize\"\n    ],\n    \"eglandistic\": [\n        \"eglandulous\"\n    ],\n    \"lebara anya\": [\n        \"egocentrically\",\n        \"interagglutinated\",\n        \"overseated\",\n        \"underrespected\"\n    ],\n    \"onwe onye\": [\n        \"egocentricity\"\n    ],\n    \"ego ego\": [\n        \"egocentricities\",\n        \"paycheck\",\n        \"paychecks\"\n    ],\n    \"idi okuko\": [\n        \"egohood\"\n    ],\n    \"na-ahụ n'anya\": [\n        \"egoistic\",\n        \"egoistical\",\n        \"endearing\",\n        \"endearingly\",\n        \"endhand\",\n        \"entoptics\",\n        \"freeloving\",\n        \"gestic\",\n        \"louvering\",\n        \"loveling\",\n        \"lovering\",\n        \"lovesomely\",\n        \"loveworthy\",\n        \"loving\",\n        \"romanticizes\",\n        \"romanticizing\"\n    ],\n    \"Onwe onye\": [\n        \"egoistry\"\n    ],\n    \"ndi ego\": [\n        \"egoists\"\n    ],\n    \"ịdị na-ahụ n'anya\": [\n        \"egoity\"\n    ],\n    \"na-achọ ego\": [\n        \"egolatrous\"\n    ],\n    \"adịchaghị mma\": [\n        \"egomism\",\n        \"imbellious\",\n        \"neurility\"\n    ],\n    \"ịdị umeala n'obi\": [\n        \"egotism\",\n        \"egotistic\",\n        \"egotisticalness\",\n        \"hobbledehoyishness\",\n        \"homoiousious\",\n        \"humbleness\",\n        \"humbugger\",\n        \"humbugging\",\n        \"humbuggism\",\n        \"humdrumminess\",\n        \"humdrummishness\",\n        \"humdrumness\",\n        \"humility\",\n        \"humpiness\",\n        \"lowliness\",\n        \"meekness\",\n        \"meeknesses\",\n        \"moderateness\",\n        \"modishness\",\n        \"slatternliness\",\n        \"subness\",\n        \"unmodestness\"\n    ],\n    \"n'echeghị anya\": [\n        \"egotistically\",\n        \"nonzealously\",\n        \"unagitatedly\",\n        \"unfugally\",\n        \"unreflectingly\"\n    ],\n    \"ndị na-eche maka ọdịmma onwe ha\": [\n        \"egotists\"\n    ],\n    \"egregig\": [\n        \"egregious\"\n    ],\n    \"ịma aka ọjọọ\": [\n        \"egregiousness\"\n    ],\n    \"egre\": [\n        \"egrets\"\n    ],\n    \"enweghị ogo\": [\n        \"egromancy\",\n        \"nonadornment\"\n    ],\n    \"Egueiite\": [\n        \"egueiite\"\n    ],\n    \"kwalie\": [\n        \"eide\",\n        \"leapers\",\n        \"snawle\"\n    ],\n    \"onye iduga\": [\n        \"eider\"\n    ],\n    \"adị ndụ\": [\n        \"eidetic\",\n        \"prediminish\"\n    ],\n    \"Eidolic\": [\n        \"eidolic\"\n    ],\n    \"Eidos\": [\n        \"eidos\"\n    ],\n    \"nku anya\": [\n        \"eyeball\",\n        \"eyeballed\",\n        \"eyeballing\",\n        \"eyeballs\",\n        \"eyebar\",\n        \"eyebolts\",\n        \"eyebrows\",\n        \"eyeglance\",\n        \"eyeholes\",\n        \"eyelashes\",\n        \"eyeleting\",\n        \"eyeopener\",\n        \"eyepieces\",\n        \"eyepoints\",\n        \"eyepopper\",\n        \"eyeroot\",\n        \"eyeshades\",\n        \"eyeshine\",\n        \"eyeshot\",\n        \"eyespots\",\n        \"eyess\",\n        \"eyestring\",\n        \"eyestrings\",\n        \"eyewinks\"\n    ],\n    \"nkuanya\": [\n        \"eyebalm\",\n        \"eyebree\",\n        \"eyebright\",\n        \"eyebrow\",\n        \"eyecup\",\n        \"eyecups\",\n        \"eyednesses\",\n        \"eyedrop\",\n        \"eyeflap\",\n        \"eyeground\",\n        \"eyelids\",\n        \"eyeshade\",\n        \"eyespot\",\n        \"eyestrain\",\n        \"eyewash\",\n        \"eyewink\",\n        \"eyewort\",\n        \"whistlefish\"\n    ],\n    \"eyebeam\": [\n        \"eyebeams\"\n    ],\n    \"anya ojii\": [\n        \"eyeblack\"\n    ],\n    \"anya ntabi anya\": [\n        \"eyeblink\"\n    ],\n    \"anya ghoro\": [\n        \"eyebridled\"\n    ],\n    \"ugogbe anya\": [\n        \"eyeglass\",\n        \"eyeglasses\",\n        \"goggle\",\n        \"gogglers\",\n        \"goggles\",\n        \"goggly\",\n        \"gogglier\",\n        \"goggliest\",\n        \"goggling\",\n        \"hourglasses\",\n        \"nightglass\",\n        \"windlasses\",\n        \"wraggle\"\n    ],\n    \"anya nko\": [\n        \"eyehooks\"\n    ],\n    \"ntutu anya\": [\n        \"eyelash\",\n        \"eyelast\"\n    ],\n    \"eyele anya\": [\n        \"eyeleted\"\n    ],\n    \"eyeletị\": [\n        \"eyeletted\"\n    ],\n    \"eyeleting\": [\n        \"eyeletting\"\n    ],\n    \"nkuchianya\": [\n        \"eyelid\"\n    ],\n    \"iku anya\": [\n        \"eyelight\",\n        \"wink\",\n        \"winking\",\n        \"winkle\",\n        \"winkling\"\n    ],\n    \"anya anya\": [\n        \"eyeline\",\n        \"eyestalk\",\n        \"eyestalks\"\n    ],\n    \"oghere nkuanya\": [\n        \"eyepit\"\n    ],\n    \"ọgwụ anya\": [\n        \"eyesalve\"\n    ],\n    \"eyeerver\": [\n        \"eyeserver\"\n    ],\n    \"nkume anya\": [\n        \"eyestone\"\n    ],\n    \"nkuanya anya\": [\n        \"eyewashes\"\n    ],\n    \"uwe anya\": [\n        \"eyewear\"\n    ],\n    \"ndị ji anya ha hụ ihe merenụ\": [\n        \"eyewitnesses\"\n    ],\n    \"oghere ụwa\": [\n        \"eigenspace\"\n    ],\n    \"ndị eigenvectors\": [\n        \"eigenvectors\"\n    ],\n    \"asatọ\": [\n        \"eight\",\n        \"eighthes\",\n        \"eighths\",\n        \"eightling\",\n        \"eights\",\n        \"eightvo\",\n        \"eightvos\"\n    ],\n    \"bọọlụ asatọ\": [\n        \"eightball\",\n        \"eightballs\"\n    ],\n    \"iri na asatọ\": [\n        \"eighteen\",\n        \"eighteenfold\",\n        \"eighteenmo\",\n        \"eighteenmos\",\n        \"eighteens\",\n        \"eighteenths\",\n        \"eightpenny\",\n        \"preteen\"\n    ],\n    \"nke iri na asatọ\": [\n        \"eighteenth\",\n        \"eighteenthly\"\n    ],\n    \"okpukpu asatọ\": [\n        \"eightfoil\",\n        \"eightfold\"\n    ],\n    \"nke asatọ\": [\n        \"eighth\",\n        \"eighthly\",\n        \"heighth\"\n    ],\n    \"iri asatọ\": [\n        \"eighty\",\n        \"eighties\",\n        \"eightieth\",\n        \"eightieths\",\n        \"eightyfold\",\n        \"eightscore\",\n        \"fourscore\"\n    ],\n    \"mmadụ asatọ\": [\n        \"eightsmen\"\n    ],\n    \"dị asatọ\": [\n        \"eightsome\"\n    ],\n    \"igene\": [\n        \"eigne\"\n    ],\n    \"Ime\": [\n        \"eimer\",\n        \"wyting\"\n    ],\n    \"eye\": [\n        \"eyne\",\n        \"eyre\"\n    ],\n    \"ezenwanyi\": [\n        \"einkorn\",\n        \"mesiolingual\"\n    ],\n    \"oget\": [\n        \"eyot\"\n    ],\n    \"ey\": [\n        \"eyr\"\n    ],\n    \"Eirene\": [\n        \"eirene\"\n    ],\n    \"eyiri\": [\n        \"eyres\",\n        \"eyry\",\n        \"eyries\",\n        \"wraps\",\n        \"wrastles\"\n    ],\n    \"Eisegeses\": [\n        \"eisegeses\"\n    ],\n    \"Eisenberg\": [\n        \"eisenberg\"\n    ],\n    \"Eisodic\": [\n        \"eisodic\"\n    ],\n    \"eferedfod\": [\n        \"eisteddfod\"\n    ],\n    \"istedrịba ama\": [\n        \"eisteddfodism\"\n    ],\n    \"eferedfods\": [\n        \"eisteddfods\"\n    ],\n    \"ejachaa\": [\n        \"ejaculates\"\n    ],\n    \"ọnye ọbara\": [\n        \"ejaculation\"\n    ],\n    \"ejaculation\": [\n        \"ejaculations\"\n    ],\n    \"idapu\": [\n        \"eject\"\n    ],\n    \"kpo kpo\": [\n        \"ejecta\"\n    ],\n    \"jectbụl\": [\n        \"ejectable\"\n    ],\n    \"ịtụpụ\": [\n        \"ejecting\"\n    ],\n    \"ịkpọpụ\": [\n        \"ejection\"\n    ],\n    \"ejuju\": [\n        \"ejurate\",\n        \"ejuration\"\n    ],\n    \"ẹkaha\": [\n        \"ekaha\"\n    ],\n    \"ẹke\": [\n        \"eke\"\n    ],\n    \"kọwara n'uju\": [\n        \"elaborate\",\n        \"elaborated\"\n    ],\n    \"na-akọwawanye\": [\n        \"elaborates\"\n    ],\n    \"nkọwa zuru ezu\": [\n        \"elaborative\",\n        \"fullwords\"\n    ],\n    \"na-akọwapụta nke ọma\": [\n        \"elaboratory\"\n    ],\n    \"saootu\": [\n        \"elaeometer\"\n    ],\n    \"akọwa\": [\n        \"elaic\",\n        \"elater\",\n        \"underplain\"\n    ],\n    \"elaine\": [\n        \"elayl\",\n        \"elain\",\n        \"elains\"\n    ],\n    \"Elamite\": [\n        \"elamite\"\n    ],\n    \"Elamitic\": [\n        \"elamitic\"\n    ],\n    \"Elanet\": [\n        \"elanet\"\n    ],\n    \"Elanus\": [\n        \"elanus\"\n    ],\n    \"oke mmiri\": [\n        \"elapids\",\n        \"mousefish\",\n        \"overquietly\",\n        \"seaworthy\"\n    ],\n    \"Elasmobranch\": [\n        \"elasmobranch\"\n    ],\n    \"Elasmobranchian\": [\n        \"elasmobranchian\"\n    ],\n    \"Elasmobranchiate\": [\n        \"elasmobranchiate\"\n    ],\n    \"Elasmosaur\": [\n        \"elasmosaur\"\n    ],\n    \"Elasmosaurus\": [\n        \"elasmosaurus\"\n    ],\n    \"Elasmothere\": [\n        \"elasmothere\"\n    ],\n    \"Elasmotherium\": [\n        \"elasmotherium\"\n    ],\n    \"Elastica\": [\n        \"elastica\"\n    ],\n    \"elastally\": [\n        \"elastically\"\n    ],\n    \"Elastician\": [\n        \"elastician\"\n    ],\n    \"Elasticin\": [\n        \"elasticin\"\n    ],\n    \"elastik\": [\n        \"elastics\"\n    ],\n    \"elastometa\": [\n        \"elastometer\"\n    ],\n    \"nwere obi ụtọ\": [\n        \"elated\",\n        \"prided\",\n        \"thrilled\"\n    ],\n    \"ji ọlatedụ\": [\n        \"elatedly\"\n    ],\n    \"okechi\": [\n        \"elaterid\",\n        \"malacanthus\",\n        \"malacostracan\",\n        \"malacostracous\",\n        \"malapterurus\",\n        \"overcensoriously\",\n        \"overeyed\",\n        \"sillimanite\",\n        \"superciliously\"\n    ],\n    \"onye na-akọwa ihe\": [\n        \"elaterist\"\n    ],\n    \"na-earing\": [\n        \"elating\"\n    ],\n    \"elatrometa\": [\n        \"elatrometer\"\n    ],\n    \"bolọ\": [\n        \"elboic\"\n    ],\n    \"ikiaka\": [\n        \"elbow\",\n        \"elbowboard\",\n        \"elbowed\",\n        \"elbower\",\n        \"elbowy\",\n        \"elbowing\",\n        \"elbowpiece\",\n        \"elbows\"\n    ],\n    \"nkwonkwo aka\": [\n        \"elbowbush\",\n        \"elbowchair\"\n    ],\n    \"ikpere aka\": [\n        \"elbowroom\"\n    ],\n    \"ikiri\": [\n        \"elbuck\",\n        \"heckle\",\n        \"itel\",\n        \"viewing\",\n        \"watching\",\n        \"watchingly\",\n        \"watchings\"\n    ],\n    \"okenye, nwanne\": [\n        \"elderbrotherhood\",\n        \"elderbrotherly\"\n    ],\n    \"okenye nwoke\": [\n        \"elderbrotherish\"\n    ],\n    \"edelman\": [\n        \"elderman\",\n        \"eldermen\"\n    ],\n    \"okenyeinwanne\": [\n        \"elderwoman\"\n    ],\n    \"okenyewomen\": [\n        \"elderwomen\"\n    ],\n    \"okenyewort\": [\n        \"elderwort\"\n    ],\n    \"nke okenye\": [\n        \"eldest\"\n    ],\n    \"Eldorado\": [\n        \"eldorado\"\n    ],\n    \"Elis\": [\n        \"elds\"\n    ],\n    \"elec\": [\n        \"elect\"\n    ],\n    \"eletrik\": [\n        \"electary\",\n        \"electic\",\n        \"electragy\",\n        \"electric\",\n        \"electricalize\",\n        \"electrically\",\n        \"electricalness\",\n        \"electricize\",\n        \"electrics\",\n        \"electrification\",\n        \"electrifying\",\n        \"electrocute\",\n        \"electrocuted\",\n        \"electrocutes\",\n        \"electrocutioner\",\n        \"electroed\",\n        \"electroless\",\n        \"electrolier\",\n        \"electrolysed\",\n        \"electrolyzable\",\n        \"electrolyzed\"\n    ],\n    \"hoputara\": [\n        \"elected\",\n        \"electee\"\n    ],\n    \"onye ntuli aka\": [\n        \"electioneer\",\n        \"electioneerer\"\n    ],\n    \"ndi nhoputa ndi ochichi\": [\n        \"electioneers\",\n        \"electorate\",\n        \"electrifiers\",\n        \"votarists\"\n    ],\n    \"elektrik\": [\n        \"electively\",\n        \"electrepeter\",\n        \"electret\",\n        \"electrets\",\n        \"electrifies\",\n        \"electrocatalytic\",\n        \"electroconvulsive\",\n        \"electrocratic\",\n        \"electromechanically\",\n        \"electrometrically\",\n        \"electronvolt\",\n        \"electrooptically\",\n        \"electrosensitive\",\n        \"electrosynthetically\",\n        \"electrotechnician\",\n        \"electrotype\",\n        \"electrums\",\n        \"perspectometer\"\n    ],\n    \"ọkụ eletrik\": [\n        \"electivity\",\n        \"electrican\",\n        \"electricans\",\n        \"electrician\",\n        \"electricity\",\n        \"electroculture\",\n        \"electrocution\",\n        \"electrocutional\",\n        \"electrocutions\",\n        \"electuary\"\n    ],\n    \"na-ahọrọ\": [\n        \"electorates\",\n        \"electrizing\",\n        \"electroplating\",\n        \"opting\",\n        \"prefer\",\n        \"preferring\",\n        \"prefers\",\n        \"prefertile\",\n        \"prefertilize\",\n        \"prefertilizing\",\n        \"prelecting\",\n        \"prelecturing\"\n    ],\n    \"ndi nhoputa\": [\n        \"electors\"\n    ],\n    \"mekwaa oku\": [\n        \"electralize\"\n    ],\n    \"omeozi\": [\n        \"electress\"\n    ],\n    \"eletriki\": [\n        \"electrical\",\n        \"electro\",\n        \"electrochemically\",\n        \"electrographic\",\n        \"electrologic\",\n        \"electrothermally\",\n        \"electrotonize\"\n    ],\n    \"ndị ọkụ eletrik\": [\n        \"electricians\"\n    ],\n    \"meenụ oku\": [\n        \"electrify\"\n    ],\n    \"họta\": [\n        \"electrize\",\n        \"seleniate\"\n    ],\n    \"elektrọniks\": [\n        \"electroanesthesia\",\n        \"electrotechnical\"\n    ],\n    \"electrocardiogram\": [\n        \"electrocardiograms\"\n    ],\n    \"nyocha eletrik\": [\n        \"electrocatalysis\"\n    ],\n    \"elektrikataphoresis\": [\n        \"electrocataphoresis\"\n    ],\n    \"elektrikataphoretic\": [\n        \"electrocataphoretic\"\n    ],\n    \"onye na-agbanye ọkụ eletrik\": [\n        \"electrochemist\"\n    ],\n    \"elektrikikoscope\": [\n        \"electrocystoscope\"\n    ],\n    \"enweghị electrode\": [\n        \"electrodeless\"\n    ],\n    \"dlọ ezé\": [\n        \"electrodentistry\"\n    ],\n    \"electroencephalogram\": [\n        \"electroencephalograms\"\n    ],\n    \"elektrọnik\": [\n        \"electroionic\",\n        \"electronervous\",\n        \"electronics\",\n        \"electrons\",\n        \"electrophonically\",\n        \"electroscopes\",\n        \"electroscopic\",\n        \"electrosurgically\",\n        \"electrotechnic\",\n        \"electrotonic\"\n    ],\n    \"electrolytic\": [\n        \"electrolysation\",\n        \"electrolytical\"\n    ],\n    \"electrolysis\": [\n        \"electrolyser\",\n        \"electrolyses\"\n    ],\n    \"ọkụ ọkụ eletrik\": [\n        \"electrolithotrity\"\n    ],\n    \"ihe ntanetị\": [\n        \"electromagnet\",\n        \"garnetwork\",\n        \"imposts\",\n        \"laserdisks\",\n        \"lineameter\",\n        \"nettling\",\n        \"proctors\",\n        \"raygrasses\",\n        \"spumescent\",\n        \"subcenter\",\n        \"subgentes\",\n        \"sunbonnets\",\n        \"tassets\",\n        \"thermostats\",\n        \"thromboclastic\",\n        \"thromboplastic\",\n        \"tindery\",\n        \"undergreen\",\n        \"underplant\"\n    ],\n    \"nnweta electromassage\": [\n        \"electromassage\"\n    ],\n    \"ihe electromechanics\": [\n        \"electromechanics\"\n    ],\n    \"electrometa\": [\n        \"electrometer\"\n    ],\n    \"nnweta electromotivity\": [\n        \"electromotivity\"\n    ],\n    \"elektrọn\": [\n        \"electron\"\n    ],\n    \"na kọmputa\": [\n        \"electronically\"\n    ],\n    \"electrophoretik\": [\n        \"electrophoretic\"\n    ],\n    \"elektrọnụm\": [\n        \"electropneumatically\"\n    ],\n    \"Ntughari akwukwo\": [\n        \"electrosherardizing\"\n    ],\n    \"nchịkwa eletrik\": [\n        \"electrosurgery\"\n    ],\n    \"elektronik\": [\n        \"electrotechnology\"\n    ],\n    \"usoro elektrọnik\": [\n        \"electrotherapies\"\n    ],\n    \"eletriki igwe\": [\n        \"electrotheraputically\"\n    ],\n    \"Eledone\": [\n        \"eledone\"\n    ],\n    \"elegan\": [\n        \"elegancies\"\n    ],\n    \"elegiac\": [\n        \"elegiacal\",\n        \"elegiast\"\n    ],\n    \"ntozu\": [\n        \"elegibility\",\n        \"eligent\",\n        \"eligibility\",\n        \"eligibleness\",\n        \"eligibles\",\n        \"maturement\",\n        \"maturescence\",\n        \"maturities\",\n        \"qualificator\",\n        \"qualifier\",\n        \"qualifiers\",\n        \"qualimeter\",\n        \"qualmier\",\n        \"qualminess\",\n        \"ripeness\",\n        \"worthiness\"\n    ],\n    \"ihe na-adọrọ adọrọ\": [\n        \"elegising\"\n    ],\n    \"mmewere\": [\n        \"element\",\n        \"elemental\",\n        \"elementality\",\n        \"elementals\",\n        \"elementarism\",\n        \"elementarity\"\n    ],\n    \"elementrị\": [\n        \"elementary\",\n        \"elementate\"\n    ],\n    \"N'ụzọ bụ isi\": [\n        \"elementarily\"\n    ],\n    \"elenistik\": [\n        \"elenchical\"\n    ],\n    \"elen elen\": [\n        \"elenchically\"\n    ],\n    \"Elenchize\": [\n        \"elenchize\"\n    ],\n    \"elenchik\": [\n        \"elenchtic\"\n    ],\n    \"Elenchus\": [\n        \"elenchus\"\n    ],\n    \"elenistical\": [\n        \"elenctical\"\n    ],\n    \"ịdị elu\": [\n        \"elengeness\",\n        \"heftiness\",\n        \"height\",\n        \"highness\",\n        \"hoydenishness\",\n        \"hoydenism\",\n        \"loftiness\",\n        \"presupremacy\",\n        \"superethicalness\",\n        \"supergallantness\",\n        \"superidealness\",\n        \"superiorness\",\n        \"superlaboriousness\",\n        \"superlativeness\",\n        \"superlogicality\",\n        \"supermanhood\",\n        \"supermanliness\",\n        \"superpiousness\",\n        \"superreliance\",\n        \"supineness\",\n        \"supremeness\",\n        \"surfaceness\",\n        \"toweringness\"\n    ],\n    \"Eleolite\": [\n        \"eleolite\"\n    ],\n    \"eleometa\": [\n        \"eleometer\"\n    ],\n    \"Eleotrid\": [\n        \"eleotrid\"\n    ],\n    \"enyí\": [\n        \"elephantiases\"\n    ],\n    \"enugwu-ukwu\": [\n        \"elephantiasic\"\n    ],\n    \"elephant\": [\n        \"elephantlike\"\n    ],\n    \"Egwuregwu\": [\n        \"eleusinian\",\n        \"ethylamime\",\n        \"ethylin\",\n        \"fungivorous\",\n        \"gamelan\",\n        \"gamelang\",\n        \"gamelote\",\n        \"lucres\",\n        \"melodramatically\",\n        \"monophyletic\",\n        \"playoffs\",\n        \"playscript\",\n        \"playstead\",\n        \"playthings\",\n        \"ridgepiece\",\n        \"stowball\",\n        \"unlaudatory\",\n        \"zazen\"\n    ],\n    \"Eleutheria\": [\n        \"eleutheria\"\n    ],\n    \"Eleutherian\": [\n        \"eleutherian\"\n    ],\n    \"eleuthegandupili\": [\n        \"eleutherodactyli\"\n    ],\n    \"eleutromorph\": [\n        \"eleutheromorph\"\n    ],\n    \"ibuli elu\": [\n        \"elevating\",\n        \"hyperdeify\",\n        \"prevalency\",\n        \"uparm\",\n        \"weightlifting\"\n    ],\n    \"mbugo\": [\n        \"elevator\",\n        \"elevatory\"\n    ],\n    \"igwe mbuli elu\": [\n        \"elevators\"\n    ],\n    \"iri na otu\": [\n        \"eleve\",\n        \"eleven\",\n        \"elevener\",\n        \"elevenfold\",\n        \"elevens\",\n        \"elevenses\",\n        \"eleventeenth\",\n        \"eleventh\",\n        \"eleventhly\",\n        \"elevenths\"\n    ],\n    \"elevano\": [\n        \"elevons\"\n    ],\n    \"Elf\": [\n        \"elf\"\n    ],\n    \"Elfdom\": [\n        \"elfdom\"\n    ],\n    \"Elfhood\": [\n        \"elfhood\"\n    ],\n    \"Elfic\": [\n        \"elfic\"\n    ],\n    \"Elfish\": [\n        \"elfish\"\n    ],\n    \"Elflike\": [\n        \"elflike\"\n    ],\n    \"Elfship\": [\n        \"elfship\"\n    ],\n    \"Elfwife\": [\n        \"elfwife\"\n    ],\n    \"Eli\": [\n        \"eli\"\n    ],\n    \"Elias\": [\n        \"elias\"\n    ],\n    \"ntozu oke\": [\n        \"eligibilities\"\n    ],\n    \"lilija\": [\n        \"elijah\"\n    ],\n    \"iwepu ya\": [\n        \"eliminability\"\n    ],\n    \"onye kpochapu\": [\n        \"eliminator\"\n    ],\n    \"Elymus\": [\n        \"elymus\"\n    ],\n    \"eingu\": [\n        \"elingued\"\n    ],\n    \"ehinvar\": [\n        \"elinvar\"\n    ],\n    \"ekwesiri\": [\n        \"eliquate\"\n    ],\n    \"na-elili\": [\n        \"eliquating\"\n    ],\n    \"Elishah\": [\n        \"elishah\"\n    ],\n    \"Elysia\": [\n        \"elysia\"\n    ],\n    \"Elysian\": [\n        \"elysian\"\n    ],\n    \"ndi okenye\": [\n        \"elites\"\n    ],\n    \"Elytra\": [\n        \"elytra\"\n    ],\n    \"Elytrin\": [\n        \"elytrin\"\n    ],\n    \"Elike\": [\n        \"elix\"\n    ],\n    \"Elixir\": [\n        \"elixir\"\n    ],\n    \"Elixiviate\": [\n        \"elixiviate\"\n    ],\n    \"Elizeth\": [\n        \"elizabeth\"\n    ],\n    \"Elizabethan\": [\n        \"elizabethan\"\n    ],\n    \"Elizabethans\": [\n        \"elizabethans\"\n    ],\n    \"Elkanah\": [\n        \"elkanah\"\n    ],\n    \"elkhound\": [\n        \"elkhounds\"\n    ],\n    \"Ellerian\": [\n        \"ellerian\"\n    ],\n    \"elling\": [\n        \"ellinge\"\n    ],\n    \"Elliot\": [\n        \"elliot\"\n    ],\n    \"Elliott\": [\n        \"elliott\"\n    ],\n    \"elli\": [\n        \"ellipses\"\n    ],\n    \"Nnenne\": [\n        \"ellipsoidal\",\n        \"palmitic\"\n    ],\n    \"elliptical\": [\n        \"elliptically\"\n    ],\n    \"Elmiest\": [\n        \"elmiest\"\n    ],\n    \"Okao\": [\n        \"elms\"\n    ],\n    \"eloc\": [\n        \"elocation\"\n    ],\n    \"eloolu\": [\n        \"elocular\"\n    ],\n    \"elohis\": [\n        \"elohism\"\n    ],\n    \"eloh\": [\n        \"elohistic\"\n    ],\n    \"gbatịkwuo\": [\n        \"elongate\",\n        \"lengthen\",\n        \"lengthened\",\n        \"lengthener\",\n        \"prolongate\",\n        \"prolonger\"\n    ],\n    \"Nkwupụta ugwu\": [\n        \"elopement\"\n    ],\n    \"ọkà okwu\": [\n        \"eloper\",\n        \"eloquent\",\n        \"eloquential\",\n        \"speaker\",\n        \"speakie\",\n        \"speechmaker\"\n    ],\n    \"Elotherium\": [\n        \"elotherium\"\n    ],\n    \"Elpidite\": [\n        \"elpidite\"\n    ],\n    \"elechi anya\": [\n        \"elrage\"\n    ],\n    \"ọl\": [\n        \"els\"\n    ],\n    \"n'ụzọ ọzọ\": [\n        \"elsehow\",\n        \"otherhow\"\n    ],\n    \"ma ọ bụghị\": [\n        \"elseways\",\n        \"netwise\",\n        \"otherwise\"\n    ],\n    \"ebe ozo\": [\n        \"elsewhere\",\n        \"otherwhere\"\n    ],\n    \"ozo ozo\": [\n        \"elsewheres\"\n    ],\n    \"ọzọkwa\": [\n        \"elsewhither\",\n        \"elsewise\",\n        \"nethermore\"\n    ],\n    \"bulie elu\": [\n        \"eluant\",\n        \"elucidated\",\n        \"eluctate\",\n        \"elucubrate\",\n        \"eluent\",\n        \"eluviate\",\n        \"eluviated\",\n        \"eluviates\",\n        \"eluxate\",\n        \"exalt\",\n        \"exaltate\",\n        \"highish\",\n        \"magnify\",\n        \"upbborne\",\n        \"upbear\",\n        \"upbrighten\",\n        \"upbuy\",\n        \"updived\",\n        \"upkindle\",\n        \"uplift\",\n        \"uplifter\",\n        \"uplight\",\n        \"upmount\",\n        \"upsitten\",\n        \"upslant\",\n        \"upsup\",\n        \"volvate\"\n    ],\n    \"ndị na-ebuli elu\": [\n        \"eluants\",\n        \"escalators\",\n        \"lifters\"\n    ],\n    \"nbuli elu\": [\n        \"elucubration\",\n        \"escalation\",\n        \"excalation\"\n    ],\n    \"anapuru\": [\n        \"eluded\"\n    ],\n    \"anaghi\": [\n        \"eludes\",\n        \"indivisim\",\n        \"nonaccented\"\n    ],\n    \"elu nkwalite\": [\n        \"eludible\"\n    ],\n    \"Nnweta\": [\n        \"elutions\"\n    ],\n    \"Ikporo\": [\n        \"elutriating\"\n    ],\n    \"Aka\": [\n        \"elvis\",\n        \"hander\"\n    ],\n    \"Jiri nwayọ\": [\n        \"elvishly\",\n        \"scuffly\"\n    ],\n    \"Ugbaze\": [\n        \"elzevir\"\n    ],\n    \"Elzevirian\": [\n        \"elzevirian\"\n    ],\n    \"riri aru\": [\n        \"emaciated\"\n    ],\n    \"ọkpọkpa\": [\n        \"emaciates\"\n    ],\n    \"Na-ata ahuhu\": [\n        \"emaciating\"\n    ],\n    \"mee ihe ngosi\": [\n        \"emaculate\"\n    ],\n    \"ozi-e\": [\n        \"email\",\n        \"remail\"\n    ],\n    \"emael\": [\n        \"emailed\"\n    ],\n    \"esite na\": [\n        \"emanates\"\n    ],\n    \"na-apụta\": [\n        \"emanating\",\n        \"emerying\",\n        \"emerizing\",\n        \"eternizes\",\n        \"outcoming\",\n        \"protrudes\",\n        \"rills\",\n        \"rollings\",\n        \"rolls\"\n    ],\n    \"Emanationist\": [\n        \"emanationist\"\n    ],\n    \"kwesịrị ịdị\": [\n        \"emanatory\"\n    ],\n    \"na-ewepu ihe\": [\n        \"emancipating\"\n    ],\n    \"nwepu aka\": [\n        \"emancipationist\"\n    ],\n    \"Emancipatist\": [\n        \"emancipatist\"\n    ],\n    \"Emancipatress\": [\n        \"emancipatress\"\n    ],\n    \"gbado\": [\n        \"emarginate\"\n    ],\n    \"emasculatara\": [\n        \"emasculated\"\n    ],\n    \"Na-echetụ\": [\n        \"emasculating\"\n    ],\n    \"emassip\": [\n        \"emasculation\"\n    ],\n    \"Emashịa\": [\n        \"emasculations\"\n    ],\n    \"ihe emasculative\": [\n        \"emasculative\"\n    ],\n    \"ihe emasulators\": [\n        \"emasculators\"\n    ],\n    \"Embacle\": [\n        \"embacle\"\n    ],\n    \"emba\": [\n        \"embayed\"\n    ],\n    \"baygha\": [\n        \"embaying\"\n    ],\n    \"baybụ\": [\n        \"embayment\"\n    ],\n    \"Emalite\": [\n        \"embays\"\n    ],\n    \"Emba\": [\n        \"embale\",\n        \"embars\"\n    ],\n    \"agbasi ozu\": [\n        \"embalmer\",\n        \"embalmers\",\n        \"embalmment\",\n        \"imbalmers\"\n    ],\n    \"itinye ego\": [\n        \"embanking\",\n        \"extraregarding\",\n        \"investing\",\n        \"investitive\",\n        \"investitor\",\n        \"investiture\",\n        \"investments\",\n        \"investure\",\n        \"miskeeping\",\n        \"moneygetting\",\n        \"overinvesting\",\n        \"overinvestment\",\n        \"reinvesting\",\n        \"reinvestment\",\n        \"subdeposit\",\n        \"undercharge\"\n    ],\n    \"embank\": [\n        \"embanks\"\n    ],\n    \"embannban\": [\n        \"embannered\"\n    ],\n    \"Mgbochi\": [\n        \"embar\"\n    ],\n    \"Mwakpo\": [\n        \"embarcadero\"\n    ],\n    \"mmachibido\": [\n        \"embarcation\"\n    ],\n    \"na-ezipụ\": [\n        \"embargoing\",\n        \"mislaying\"\n    ],\n    \"embark\": [\n        \"embarkations\"\n    ],\n    \"Na-agbakwunye\": [\n        \"embastioned\",\n        \"enclasping\",\n        \"enfuddle\",\n        \"envenoming\"\n    ],\n    \"obata\": [\n        \"embathe\",\n        \"imbathe\"\n    ],\n    \"ịtinye\": [\n        \"embattling\",\n        \"intershooting\"\n    ],\n    \"Embeam\": [\n        \"embeam\"\n    ],\n    \"Embed\": [\n        \"embed\",\n        \"embeddable\",\n        \"embedment\"\n    ],\n    \"Ebido\": [\n        \"embeds\"\n    ],\n    \"Na Na\": [\n        \"ember\",\n        \"messan\"\n    ],\n    \"izu ego\": [\n        \"embezzle\",\n        \"embezzler\"\n    ],\n    \"amụrụ ego\": [\n        \"embezzled\",\n        \"embezzlers\"\n    ],\n    \"ịpụ aghụghọ\": [\n        \"embezzling\"\n    ],\n    \"Na-ewe iwe\": [\n        \"embitters\"\n    ],\n    \"Na-ekpuchi\": [\n        \"emblazes\",\n        \"overjading\",\n        \"overlactating\",\n        \"oversilver\",\n        \"overswelling\",\n        \"overswing\",\n        \"overswirling\",\n        \"paddocking\",\n        \"shieldling\",\n        \"swaddling\",\n        \"underlaying\"\n    ],\n    \"labụ\": [\n        \"emblazing\"\n    ],\n    \"chọrọ mma\": [\n        \"emblazoned\"\n    ],\n    \"Iko\": [\n        \"emblazoning\",\n        \"embosk\"\n    ],\n    \"Ihe ntinye\": [\n        \"emblazonments\",\n        \"englifier\",\n        \"jointer\",\n        \"pushpins\",\n        \"syntonizer\"\n    ],\n    \"ihe emelitere\": [\n        \"emblematized\"\n    ],\n    \"emblel\": [\n        \"emblemed\"\n    ],\n    \"Ngwunye\": [\n        \"embodiers\",\n        \"embossers\",\n        \"embroiler\",\n        \"nucleator\",\n        \"nucleators\"\n    ],\n    \"bozọ\": [\n        \"embog\",\n        \"embogue\",\n        \"preboiling\"\n    ],\n    \"inabata\": [\n        \"emboil\",\n        \"encharging\",\n        \"encraty\",\n        \"internunce\",\n        \"intumesce\",\n        \"intumesced\",\n        \"intumescing\",\n        \"underboil\"\n    ],\n    \"agbasie ike\": [\n        \"emboldened\",\n        \"emboldening\"\n    ],\n    \"bulie ije\": [\n        \"embole\",\n        \"promove\",\n        \"talpify\",\n        \"torpify\",\n        \"upmove\"\n    ],\n    \"Nnukwu ihe\": [\n        \"embolectomy\"\n    ],\n    \"Ihe emboliform\": [\n        \"emboliform\"\n    ],\n    \"embolism\": [\n        \"embolismic\",\n        \"embolum\"\n    ],\n    \"Embolon\": [\n        \"embolon\"\n    ],\n    \"Ibido\": [\n        \"emborder\"\n    ],\n    \"kpara akpa\": [\n        \"embordered\",\n        \"embroidered\"\n    ],\n    \"Embosked\": [\n        \"embosked\"\n    ],\n    \"Enwetara\": [\n        \"embossable\"\n    ],\n    \"Embosser\": [\n        \"embosser\"\n    ],\n    \"makụọ\": [\n        \"embrace\",\n        \"embraced\",\n        \"embraceor\",\n        \"embracer\",\n        \"embraces\",\n        \"embracing\",\n        \"embracive\",\n        \"embraid\",\n        \"embrail\",\n        \"embrake\",\n        \"embrangle\",\n        \"embrangled\",\n        \"embrase\",\n        \"embrasured\",\n        \"embrave\",\n        \"embrawn\",\n        \"huggle\"\n    ],\n    \"afara\": [\n        \"embraceable\"\n    ],\n    \"ndị na-anabata anyị\": [\n        \"embracers\"\n    ],\n    \"mmakụ\": [\n        \"embracingness\",\n        \"hug\"\n    ],\n    \"na-amakụ\": [\n        \"embrangling\",\n        \"hughes\"\n    ],\n    \"empaach\": [\n        \"embreach\"\n    ],\n    \"embrayo\": [\n        \"embryo\",\n        \"embryogenic\",\n        \"embryoism\",\n        \"embryonic\",\n        \"embryos\",\n        \"embrute\",\n        \"embruted\",\n        \"embrutes\"\n    ],\n    \"Embryoctony\": [\n        \"embryoctony\"\n    ],\n    \"embrayo na-amụ nwa\": [\n        \"embryoferous\"\n    ],\n    \"embryology\": [\n        \"embryogony\"\n    ],\n    \"embriyaha\": [\n        \"embryography\"\n    ],\n    \"Embrayographic\": [\n        \"embryographic\"\n    ],\n    \"ẹmbrayoid\": [\n        \"embryoid\"\n    ],\n    \"ẹmbrayol\": [\n        \"embryol\"\n    ],\n    \"ẹmbrayo\": [\n        \"embryologies\",\n        \"embryon\",\n        \"embryonal\",\n        \"embryonary\",\n        \"embryonate\",\n        \"embryons\",\n        \"embryous\"\n    ],\n    \"Ọmbramụ nwanyị\": [\n        \"embryologist\"\n    ],\n    \"ndị ọkachamara embryo\": [\n        \"embryologists\"\n    ],\n    \"ẹmbrayoma\": [\n        \"embryoma\"\n    ],\n    \"Embrayomas\": [\n        \"embryomas\"\n    ],\n    \"embedọn\": [\n        \"embryonated\"\n    ],\n    \"ẹmbrayony\": [\n        \"embryony\"\n    ],\n    \"Embrayophagous\": [\n        \"embryophagous\"\n    ],\n    \"ẹmbrayoti\": [\n        \"embryotic\"\n    ],\n    \"Tinyegharịa\": [\n        \"embroaden\",\n        \"reapply\",\n        \"reinduct\",\n        \"reinfect\",\n        \"reinfuse\",\n        \"reinject\",\n        \"reinter\",\n        \"reinvokes\",\n        \"reinvolve\",\n        \"replays\",\n        \"rether\"\n    ],\n    \"bronye\": [\n        \"embrocado\"\n    ],\n    \"imbroglios\": [\n        \"embroglios\"\n    ],\n    \"Ndị na-akpa ákwà\": [\n        \"embroiderers\"\n    ],\n    \"Ihe ịchọ mma\": [\n        \"embroideress\",\n        \"embroideries\",\n        \"embroidering\"\n    ],\n    \"etinye aka\": [\n        \"embroiling\",\n        \"engaged\",\n        \"engages\",\n        \"engaging\",\n        \"englobed\",\n        \"interventions\"\n    ],\n    \"nduputa\": [\n        \"embroilments\"\n    ],\n    \"itinye na\": [\n        \"embronze\"\n    ],\n    \"embrayo na\": [\n        \"embruting\"\n    ],\n    \"Embus\": [\n        \"embus\"\n    ],\n    \"Embusk\": [\n        \"embusk\"\n    ],\n    \"Embuskin\": [\n        \"embuskin\"\n    ],\n    \"Embusqu\": [\n        \"embusqu\"\n    ],\n    \"Embusque\": [\n        \"embusque\"\n    ],\n    \"Eburu\": [\n        \"embussed\",\n        \"pred\"\n    ],\n    \"Emeership\": [\n        \"emeership\"\n    ],\n    \"endomi\": [\n        \"emendate\",\n        \"emendating\"\n    ],\n    \"ndị metụtara\": [\n        \"emendates\"\n    ],\n    \"eendom\": [\n        \"emendator\"\n    ],\n    \"na-eendingomi\": [\n        \"emending\"\n    ],\n    \"emenyere\": [\n        \"emends\",\n        \"empennages\",\n        \"settles\"\n    ],\n    \"emerald\": [\n        \"emeralds\"\n    ],\n    \"eme eme\": [\n        \"emerant\"\n    ],\n    \"emera\": [\n        \"emeras\"\n    ],\n    \"iputa\": [\n        \"emerge\",\n        \"emergently\",\n        \"emeril\",\n        \"emerit\",\n        \"emerize\"\n    ],\n    \"apụta\": [\n        \"emergences\",\n        \"emergers\",\n        \"emerges\",\n        \"emeries\"\n    ],\n    \"Mberede\": [\n        \"emergencies\",\n        \"hazings\",\n        \"impulsiveness\"\n    ],\n    \"emero\": [\n        \"emerods\"\n    ],\n    \"emeram\": [\n        \"emeroids\"\n    ],\n    \"emeri\": [\n        \"emersion\",\n        \"emersions\",\n        \"winnable\",\n        \"winnower\"\n    ],\n    \"ndiagu\": [\n        \"emeses\",\n        \"nagualist\"\n    ],\n    \"emetụtara\": [\n        \"emetical\"\n    ],\n    \"Emf\": [\n        \"emf\"\n    ],\n    \"mẹ uche\": [\n        \"emicate\"\n    ],\n    \"Emy\": [\n        \"emyds\"\n    ],\n    \"ga njem\": [\n        \"emigated\"\n    ],\n    \"na-akwaga\": [\n        \"emigates\",\n        \"emigrates\",\n        \"migrates\"\n    ],\n    \"ịkwagharị\": [\n        \"emigating\"\n    ],\n    \"ndị kwagara mba ọzọ\": [\n        \"emigrants\",\n        \"migrants\",\n        \"migrators\"\n    ],\n    \"iga njem\": [\n        \"emigrate\",\n        \"emigrated\",\n        \"migratory\",\n        \"transmigrate\"\n    ],\n    \"gaa mba ọzọ\": [\n        \"emigree\"\n    ],\n    \"Emil\": [\n        \"emil\"\n    ],\n    \"Emily\": [\n        \"emily\"\n    ],\n    \"Emilia\": [\n        \"emilia\"\n    ],\n    \"ihe ọmụma\": [\n        \"eminency\",\n        \"enlightenments\",\n        \"informatics\",\n        \"insights\",\n        \"philomusical\",\n        \"philosophicide\",\n        \"philosophizing\",\n        \"plaisance\"\n    ],\n    \"ama ama\": [\n        \"eminent\",\n        \"famed\",\n        \"limelight\",\n        \"limelighter\",\n        \"limelights\",\n        \"notoriety\",\n        \"renowned\",\n        \"renownedly\",\n        \"renownedness\",\n        \"renowner\",\n        \"renownful\"\n    ],\n    \"emin\": [\n        \"eminently\"\n    ],\n    \"Emir\": [\n        \"emir\"\n    ],\n    \"Emirates\": [\n        \"emirates\"\n    ],\n    \"emir ụgbọ mmiri\": [\n        \"emirship\"\n    ],\n    \"Emmy\": [\n        \"emys\",\n        \"emmies\"\n    ],\n    \"ndị ozi\": [\n        \"emissaries\",\n        \"envois\",\n        \"envoys\",\n        \"espies\",\n        \"grousewards\",\n        \"informers\",\n        \"innervates\",\n        \"lunules\",\n        \"mailmen\",\n        \"marrons\",\n        \"messengers\",\n        \"ministers\",\n        \"notifiers\",\n        \"postmen\",\n        \"tellers\"\n    ],\n    \"emit\": [\n        \"emits\"\n    ],\n    \"ndị emit\": [\n        \"emitters\"\n    ],\n    \"Emm\": [\n        \"emm\"\n    ],\n    \"Emmanuel\": [\n        \"emmanuel\"\n    ],\n    \"emmar\": [\n        \"emmarble\"\n    ],\n    \"emmarb\": [\n        \"emmarbled\"\n    ],\n    \"ghachi\": [\n        \"emmarvel\",\n        \"intermeshed\"\n    ],\n    \"Emmenagogue\": [\n        \"emmenagogue\"\n    ],\n    \"Emmenia\": [\n        \"emmenia\"\n    ],\n    \"Emmenik\": [\n        \"emmenic\"\n    ],\n    \"Emmer\": [\n        \"emmer\"\n    ],\n    \"Emmergoose\": [\n        \"emmergoose\"\n    ],\n    \"emodin\": [\n        \"emodins\"\n    ],\n    \"emollesọn\": [\n        \"emollescence\"\n    ],\n    \"emollọnụ\": [\n        \"emollition\"\n    ],\n    \"emolum\": [\n        \"emoluments\"\n    ],\n    \"emoni\": [\n        \"emony\"\n    ],\n    \"Ihe emoter\": [\n        \"emoter\"\n    ],\n    \"Ihe emoters\": [\n        \"emoters\"\n    ],\n    \"emote\": [\n        \"emotes\"\n    ],\n    \"ihe emotiomotor\": [\n        \"emotiomotor\"\n    ],\n    \"mmetụta uche\": [\n        \"emotion\",\n        \"emotional\",\n        \"emotionalise\",\n        \"emotionalism\",\n        \"emotionalist\",\n        \"emotionalistic\",\n        \"emotionality\",\n        \"emotionalization\",\n        \"emotions\",\n        \"emptio\",\n        \"emption\",\n        \"emptional\",\n        \"psychopathy\",\n        \"sensualization\"\n    ],\n    \"nwee mmetụta uche\": [\n        \"emotionable\",\n        \"emotionalised\",\n        \"emotionalize\",\n        \"emotionalized\"\n    ],\n    \"n'ụzọ mmetụta uche\": [\n        \"emotionally\",\n        \"psychogenetically\",\n        \"psychogenically\",\n        \"psychographically\",\n        \"psychophysically\",\n        \"psychostatically\",\n        \"psychotically\",\n        \"sensorially\"\n    ],\n    \"onye mmetụta uche\": [\n        \"emotionist\"\n    ],\n    \"Mmetụta mmetụta\": [\n        \"emotiveness\"\n    ],\n    \"Nkwalite\": [\n        \"emotivism\",\n        \"prodd\",\n        \"proddle\",\n        \"prodistribution\",\n        \"prodromatic\",\n        \"prodromes\",\n        \"prodromic\",\n        \"prodromous\",\n        \"upness\",\n        \"upspurt\"\n    ],\n    \"empapa\": [\n        \"empaestic\",\n        \"empaistic\",\n        \"empales\"\n    ],\n    \"empaada\": [\n        \"empanada\"\n    ],\n    \"empaneti\": [\n        \"empanels\"\n    ],\n    \"pụta ihe\": [\n        \"empark\",\n        \"outsting\"\n    ],\n    \"inwe ọmịiko\": [\n        \"empathizing\"\n    ],\n    \"pedbụ\": [\n        \"empedoclean\"\n    ],\n    \"Empeine\": [\n        \"empeine\"\n    ],\n    \"Ndi mmadu\": [\n        \"empeoplement\",\n        \"hoople\"\n    ],\n    \"emperi\": [\n        \"empery\",\n        \"emperies\"\n    ],\n    \"ndị eze ukwu\": [\n        \"emperors\"\n    ],\n    \"emperope\": [\n        \"emperorship\"\n    ],\n    \"nke nwere ike\": [\n        \"empestic\",\n        \"empiric\",\n        \"phellonic\",\n        \"photostable\",\n        \"pittacal\",\n        \"plicable\",\n        \"poshest\",\n        \"potent\",\n        \"semioxygenated\",\n        \"sizeable\",\n        \"subplacental\",\n        \"tonitrual\"\n    ],\n    \"mesiri ike\": [\n        \"emphases\",\n        \"emphasis\",\n        \"emphasised\",\n        \"emphasized\",\n        \"empirical\",\n        \"stressed\"\n    ],\n    \"na-emesi ike\": [\n        \"emphasising\",\n        \"emphasizes\",\n        \"emphasizing\",\n        \"stressing\"\n    ],\n    \"emumeata\": [\n        \"empyemata\"\n    ],\n    \"ipiomi\": [\n        \"empierce\"\n    ],\n    \"emperromancy\": [\n        \"empyromancy\"\n    ],\n    \"empeelu\": [\n        \"emplane\"\n    ],\n    \"ihe emplaster\": [\n        \"emplaster\"\n    ],\n    \"Tinye aka\": [\n        \"emplead\"\n    ],\n    \"empletin\": [\n        \"emplectic\"\n    ],\n    \"Uto\": [\n        \"emplection\"\n    ],\n    \"emkpapton\": [\n        \"emplecton\"\n    ],\n    \"agbanyere ọrụ\": [\n        \"employability\"\n    ],\n    \"ewe n'ọrụ\": [\n        \"employable\"\n    ],\n    \"onye were gị n'ọrụ\": [\n        \"employer\"\n    ],\n    \"ndị were mmadụ n'ọrụ\": [\n        \"employers\",\n        \"employes\"\n    ],\n    \"e were n'ọrụ\": [\n        \"employments\"\n    ],\n    \"Igwu\": [\n        \"emplume\",\n        \"lice\",\n        \"splay\"\n    ],\n    \"Onye Nkwado\": [\n        \"empoisoner\",\n        \"pseudofilarian\"\n    ],\n    \"alaeze ukwu\": [\n        \"empory\",\n        \"empoririums\",\n        \"emporium\",\n        \"emporiums\",\n        \"imperial\",\n        \"imperialin\",\n        \"imperialine\",\n        \"imperialisation\",\n        \"imperialistic\",\n        \"imperially\"\n    ],\n    \"mba ukwu\": [\n        \"emporia\",\n        \"emporiria\"\n    ],\n    \"inye ike\": [\n        \"empover\",\n        \"empower\"\n    ],\n    \"nyere ike\": [\n        \"empowered\"\n    ],\n    \"na-enye ike\": [\n        \"empowering\",\n        \"empowers\",\n        \"endower\",\n        \"powering\"\n    ],\n    \"mkpọrọ\": [\n        \"emprison\",\n        \"frison\",\n        \"grison\",\n        \"imprisoning\",\n        \"imprisonment\",\n        \"imprisonments\",\n        \"imprisons\",\n        \"incarcerating\",\n        \"prisal\",\n        \"prisonable\",\n        \"prisonful\",\n        \"prisoning\",\n        \"prisonment\",\n        \"prisonous\",\n        \"prissier\",\n        \"reimprisons\",\n        \"unimprison\",\n        \"unprison\"\n    ],\n    \"Ihe efu\": [\n        \"empt\",\n        \"emptings\"\n    ],\n    \"efu\": [\n        \"empty\",\n        \"emptiable\",\n        \"emptiest\",\n        \"expenseful\",\n        \"fluff\",\n        \"fluffing\",\n        \"fluffs\",\n        \"humpty\",\n        \"khasa\",\n        \"misgotten\",\n        \"nonempty\",\n        \"umpty\",\n        \"unempty\",\n        \"vainness\",\n        \"vanadous\",\n        \"vanitous\",\n        \"voiding\",\n        \"zero\"\n    ],\n    \"bupụrụ ihe\": [\n        \"emptied\"\n    ],\n    \"buputa ihe\": [\n        \"emptier\",\n        \"uniloculate\"\n    ],\n    \"ndị na-emebisị\": [\n        \"emptiers\"\n    ],\n    \"enweghị obi\": [\n        \"emptyhearted\",\n        \"grudgeless\",\n        \"halfheartedness\",\n        \"hatlessness\",\n        \"hearthless\",\n        \"heartlessly\",\n        \"heartlessness\",\n        \"undeparted\",\n        \"unimparted\"\n    ],\n    \"atọgbọ\": [\n        \"emptying\"\n    ],\n    \"n'efu\": [\n        \"emptily\",\n        \"free\",\n        \"freehandedly\",\n        \"freeward\",\n        \"freewill\",\n        \"futilely\",\n        \"ransomfree\",\n        \"requiteless\",\n        \"vacantly\",\n        \"vagally\",\n        \"vagrantly\",\n        \"vainest\",\n        \"vainly\",\n        \"waste\",\n        \"wastefully\",\n        \"wasteless\",\n        \"wastingly\",\n        \"wastme\",\n        \"wasts\"\n    ],\n    \"ihe emptor\": [\n        \"emptor\"\n    ],\n    \"ighachi ego\": [\n        \"emraud\"\n    ],\n    \"Emula\": [\n        \"emulable\"\n    ],\n    \"iulateomi\": [\n        \"emulate\"\n    ],\n    \"ulatedomi\": [\n        \"emulated\"\n    ],\n    \"na-eulatesomi\": [\n        \"emulates\"\n    ],\n    \"na-eulatingomi\": [\n        \"emulating\"\n    ],\n    \"Eomi\": [\n        \"emulations\"\n    ],\n    \"Na-echekwa ihe\": [\n        \"emulative\"\n    ],\n    \"Na-emetụta\": [\n        \"emulatory\",\n        \"precessing\"\n    ],\n    \"Ndị emulators\": [\n        \"emulators\"\n    ],\n    \"Emule\": [\n        \"emule\"\n    ],\n    \"Emulgens\": [\n        \"emulgens\"\n    ],\n    \"Uche buru ibu\": [\n        \"emulousness\"\n    ],\n    \"Emuls\": [\n        \"emuls\"\n    ],\n    \"Emulsible\": [\n        \"emulsible\"\n    ],\n    \"Emulsify\": [\n        \"emulsify\"\n    ],\n    \"Emulsifiable\": [\n        \"emulsifiable\"\n    ],\n    \"Emulsifiers\": [\n        \"emulsifiers\"\n    ],\n    \"Emulsifies\": [\n        \"emulsifies\"\n    ],\n    \"Emulsifying\": [\n        \"emulsifying\"\n    ],\n    \"Emulsoid\": [\n        \"emulsoid\"\n    ],\n    \"emenga\": [\n        \"emunge\"\n    ],\n    \"Ikpọkọtọ\": [\n        \"emuscation\"\n    ],\n    \"Na-etinye ihe\": [\n        \"emusifying\"\n    ],\n    \"igw\": [\n        \"en\"\n    ],\n    \"nyeere\": [\n        \"enabled\",\n        \"helved\",\n        \"relievedly\"\n    ],\n    \"inwe ike\": [\n        \"enablement\",\n        \"fortuitousness\",\n        \"superarduousness\"\n    ],\n    \"na-enyere\": [\n        \"enables\",\n        \"enabling\",\n        \"helving\"\n    ],\n    \"mee iwu\": [\n        \"enact\",\n        \"ethicize\",\n        \"partialize\",\n        \"polychromize\",\n        \"policize\"\n    ],\n    \"tiri iwu\": [\n        \"enacted\"\n    ],\n    \"enact\": [\n        \"enactment\",\n        \"enactments\",\n        \"enacture\"\n    ],\n    \"ghara ịdị irè\": [\n        \"enalid\",\n        \"invalidate\",\n        \"invalidates\",\n        \"invalidating\",\n        \"invalidish\",\n        \"unvalidating\"\n    ],\n    \"Enalyron\": [\n        \"enalyron\"\n    ],\n    \"Enambush\": [\n        \"enambush\"\n    ],\n    \"Enamdar\": [\n        \"enamdar\"\n    ],\n    \"Enam\": [\n        \"enameling\"\n    ],\n    \"Enamelist\": [\n        \"enamelist\"\n    ],\n    \"Enamellar\": [\n        \"enamellar\"\n    ],\n    \"Enameller\": [\n        \"enameller\"\n    ],\n    \"ndị na-edebanye aha\": [\n        \"enamellers\",\n        \"regisseurs\",\n        \"registrants\"\n    ],\n    \"Enamelless\": [\n        \"enamelless\"\n    ],\n    \"na-enam\": [\n        \"enamelling\",\n        \"enamoring\"\n    ],\n    \"Enamelware\": [\n        \"enamelware\"\n    ],\n    \"Enamelwork\": [\n        \"enamelwork\"\n    ],\n    \"enaminesi\": [\n        \"enamines\"\n    ],\n    \"enam\": [\n        \"enamored\",\n        \"enamors\",\n        \"enamoured\"\n    ],\n    \"enamụm\": [\n        \"enamoredness\"\n    ],\n    \"enamorụ\": [\n        \"enamorment\"\n    ],\n    \"enamoala\": [\n        \"enamouring\"\n    ],\n    \"Enamours\": [\n        \"enamours\"\n    ],\n    \"Enantiotropy\": [\n        \"enantiotropy\"\n    ],\n    \"achị\": [\n        \"enarch\",\n        \"imines\",\n        \"kiack\",\n        \"supereminent\"\n    ],\n    \"enar\": [\n        \"enarched\"\n    ],\n    \"ibinye aka\": [\n        \"enarm\"\n    ],\n    \"kegide\": [\n        \"enatic\",\n        \"gluiest\"\n    ],\n    \"Enation\": [\n        \"enation\"\n    ],\n    \"Enbrangment\": [\n        \"enbranglement\"\n    ],\n    \"enbra ahụ\": [\n        \"enbrave\"\n    ],\n    \"Enbusshe\": [\n        \"enbusshe\"\n    ],\n    \"ulo-ikwamp\": [\n        \"encamp\"\n    ],\n    \"Encapsla\": [\n        \"encapsulating\"\n    ],\n    \"Encapsulations\": [\n        \"encapsulations\"\n    ],\n    \"encapa\": [\n        \"encaptive\"\n    ],\n    \"tinye n'ime\": [\n        \"encarnalize\",\n        \"frocking\",\n        \"innervate\"\n    ],\n    \"tinye n'ime mmadụ\": [\n        \"encarnalized\"\n    ],\n    \"Encarpa\": [\n        \"encarpa\"\n    ],\n    \"Encarpi\": [\n        \"encarpi\"\n    ],\n    \"Encarpium\": [\n        \"encarpium\"\n    ],\n    \"Encarpus\": [\n        \"encarpus\"\n    ],\n    \"ensar\": [\n        \"encastered\"\n    ],\n    \"enrasrement\": [\n        \"encastrement\"\n    ],\n    \"Encaust\": [\n        \"encaustes\"\n    ],\n    \"enterth\": [\n        \"encenter\"\n    ],\n    \"Encephala\": [\n        \"encephala\"\n    ],\n    \"Encephalin\": [\n        \"encephalin\"\n    ],\n    \"Encephalocele\": [\n        \"encephalocele\"\n    ],\n    \"Encephalocoele\": [\n        \"encephalocoele\"\n    ],\n    \"Encephaloid\": [\n        \"encephaloid\"\n    ],\n    \"Encephalola\": [\n        \"encephalola\"\n    ],\n    \"Encephalolith\": [\n        \"encephalolith\"\n    ],\n    \"Encephalomas\": [\n        \"encephalomas\"\n    ],\n    \"Encephalomere\": [\n        \"encephalomere\"\n    ],\n    \"Encephalon\": [\n        \"encephalon\"\n    ],\n    \"Encephalotome\": [\n        \"encephalotome\"\n    ],\n    \"Encephalous\": [\n        \"encephalous\"\n    ],\n    \"encha\": [\n        \"enchained\",\n        \"enchaining\",\n        \"enchased\"\n    ],\n    \"enchasị\": [\n        \"enchainement\"\n    ],\n    \"enwasị\": [\n        \"enchanted\"\n    ],\n    \"enchanta\": [\n        \"enchanter\",\n        \"enchantery\"\n    ],\n    \"enchanting ness\": [\n        \"enchantingness\"\n    ],\n    \"ndị anwansi\": [\n        \"enchantresses\",\n        \"magicians\",\n        \"magisters\",\n        \"occulters\"\n    ],\n    \"enchan\": [\n        \"enchants\"\n    ],\n    \"Encharm\": [\n        \"encharm\"\n    ],\n    \"enchas\": [\n        \"enchasers\"\n    ],\n    \"enchaz\": [\n        \"enchases\"\n    ],\n    \"Encheason\": [\n        \"encheason\"\n    ],\n    \"Encheiria\": [\n        \"encheiria\"\n    ],\n    \"Enchiladas\": [\n        \"enchiladas\"\n    ],\n    \"Enchylema\": [\n        \"enchylema\"\n    ],\n    \"Enchymatous\": [\n        \"enchymatous\"\n    ],\n    \"Enchiridia\": [\n        \"enchiridia\"\n    ],\n    \"Enchisel\": [\n        \"enchisel\"\n    ],\n    \"Enchytraeus\": [\n        \"enchytraeus\"\n    ],\n    \"encodontid\": [\n        \"enchodontid\"\n    ],\n    \"encodus\": [\n        \"enchodus\"\n    ],\n    \"Enchondromas\": [\n        \"enchondromas\"\n    ],\n    \"akwụkwọ nkà ihe ọmụma\": [\n        \"encyclopedia\",\n        \"encyclopediac\",\n        \"encyclopediacal\",\n        \"encyclopedial\",\n        \"encyclopedias\",\n        \"encyclopediast\",\n        \"encyclopedical\",\n        \"encyclopedism\",\n        \"encyclopedize\"\n    ],\n    \"encyclopedia\": [\n        \"encyclopedian\",\n        \"encyclopedist\"\n    ],\n    \"nkà mmụta sayensị\": [\n        \"encyclopedically\",\n        \"fermentology\",\n        \"ichnology\",\n        \"ichthyologically\",\n        \"karyology\",\n        \"medicopsychology\",\n        \"naology\",\n        \"neology\",\n        \"philomathematical\",\n        \"philotechnic\",\n        \"physicotheology\",\n        \"physiophilosophical\",\n        \"psycholinguistics\",\n        \"sophiologic\",\n        \"spelaeology\",\n        \"speleology\",\n        \"sphagnology\",\n        \"splanchnology\",\n        \"spookology\",\n        \"tectology\",\n        \"tectological\",\n        \"telergical\",\n        \"theologies\",\n        \"theromorphology\"\n    ],\n    \"encipheri\": [\n        \"enciphered\"\n    ],\n    \"ọmụma\": [\n        \"encipherment\"\n    ],\n    \"ystyst\": [\n        \"encysts\"\n    ],\n    \"Ikwu\": [\n        \"enclaret\",\n        \"ferrety\",\n        \"parsonically\",\n        \"repeg\",\n        \"tid\"\n    ],\n    \"eclectically\": [\n        \"enclitically\"\n    ],\n    \"enclo\": [\n        \"enclog\"\n    ],\n    \"nwere ike ịgbakwunye\": [\n        \"enclosable\"\n    ],\n    \"itiba\": [\n        \"enclose\",\n        \"inclosed\"\n    ],\n    \"nchọ\": [\n        \"enclosed\",\n        \"loculated\"\n    ],\n    \"gbaa ume\": [\n        \"encoach\",\n        \"encoffin\",\n        \"encoignure\",\n        \"encoil\",\n        \"encolour\",\n        \"encoronate\",\n        \"encounterable\",\n        \"encourage\",\n        \"encover\",\n        \"enuretic\",\n        \"exhort\",\n        \"exhortatively\",\n        \"indusiate\",\n        \"lethalize\",\n        \"nonexhortation\",\n        \"reencourage\",\n        \"refascinate\",\n        \"soberize\",\n        \"stintingly\",\n        \"urticate\",\n        \"vacuefy\"\n    ],\n    \"gbara ume\": [\n        \"encolor\",\n        \"encouraged\",\n        \"exhorted\",\n        \"gashed\",\n        \"gasped\"\n    ],\n    \"Nwagbo\": [\n        \"encomienda\"\n    ],\n    \"Encomimia\": [\n        \"encomimia\"\n    ],\n    \"Encomiums\": [\n        \"encomiums\"\n    ],\n    \"na-abanye\": [\n        \"encoring\",\n        \"ingoing\",\n        \"ingrown\",\n        \"introverting\",\n        \"penetrates\",\n        \"penetrating\",\n        \"penetratingly\"\n    ],\n    \"igba ume\": [\n        \"encoronal\",\n        \"exauguration\",\n        \"excogitation\",\n        \"infirmate\",\n        \"infuscate\",\n        \"perspiratory\",\n        \"rebelieve\",\n        \"resuscitable\",\n        \"resuscitate\"\n    ],\n    \"umeronet\": [\n        \"encoronet\"\n    ],\n    \"ndị na-ezute ya\": [\n        \"encounterers\"\n    ],\n    \"ịgbachi nkịtị\": [\n        \"encratism\",\n        \"quietage\",\n        \"quietism\",\n        \"quietisms\",\n        \"quietness\",\n        \"silence\",\n        \"silences\",\n        \"silency\",\n        \"silencing\",\n        \"silentious\",\n        \"silentness\"\n    ],\n    \"ndabata\": [\n        \"encratite\"\n    ],\n    \"abawanye\": [\n        \"encrease\",\n        \"enlarged\",\n        \"increase\",\n        \"increate\"\n    ],\n    \"endocrine\": [\n        \"encrinic\"\n    ],\n    \"encrinus\": [\n        \"encrinidae\"\n    ],\n    \"nke nwere ederede\": [\n        \"encrinitic\"\n    ],\n    \"nke ederede\": [\n        \"encrinitical\"\n    ],\n    \"ezoro ezo\": [\n        \"encrypt\",\n        \"encrypted\",\n        \"unencrypted\",\n        \"unhideously\"\n    ],\n    \"izo ya ezo\": [\n        \"encrypting\",\n        \"encryption\",\n        \"encryptions\"\n    ],\n    \"encuirass\": [\n        \"encuirassed\"\n    ],\n    \"encumbed\": [\n        \"encumbered\"\n    ],\n    \"encumber\": [\n        \"encumberment\"\n    ],\n    \"ọgwụgwụ\": [\n        \"end\",\n        \"endgate\",\n        \"endpiece\",\n        \"endseal\"\n    ],\n    \"Emebi emebi\": [\n        \"endamageable\"\n    ],\n    \"Ọgwụgwụ\": [\n        \"endamebiasis\",\n        \"endemiology\",\n        \"endlichite\",\n        \"endoplastular\",\n        \"endoskeletal\",\n        \"endosteal\",\n        \"endostyle\",\n        \"laxism\",\n        \"utum\"\n    ],\n    \"itinye ndachi\": [\n        \"endanger\"\n    ],\n    \"nọ n'ihe ize ndụ\": [\n        \"endangered\",\n        \"endangerer\",\n        \"endangers\",\n        \"jeoparded\"\n    ],\n    \"na-etinye ihe ize ndụ\": [\n        \"endangering\"\n    ],\n    \"ọrịa endangiitis\": [\n        \"endangiitis\"\n    ],\n    \"ọchịchị aka\": [\n        \"endarchy\"\n    ],\n    \"endarchi\": [\n        \"endarchies\"\n    ],\n    \"ọrịa endarteritis\": [\n        \"endarteritis\"\n    ],\n    \"ngwụcha\": [\n        \"endearance\",\n        \"endoplastule\",\n        \"endsweep\",\n        \"finalis\",\n        \"finial\",\n        \"outdriving\",\n        \"parished\",\n        \"tumblehome\"\n    ],\n    \"n'anya\": [\n        \"endearedly\"\n    ],\n    \"ihu n'anya\": [\n        \"endearedness\"\n    ],\n    \"gbalịsie ike\": [\n        \"endeavor\",\n        \"endeavour\",\n        \"strive\"\n    ],\n    \"gbalịrị\": [\n        \"endeavored\",\n        \"endeavoured\",\n        \"tried\"\n    ],\n    \"Onye na-agbasi mbọ ike\": [\n        \"endeavorer\"\n    ],\n    \"mbọ\": [\n        \"endeavors\",\n        \"nailbin\",\n        \"nailproof\",\n        \"nails\",\n        \"nailset\",\n        \"nailsets\",\n        \"pedicures\",\n        \"trysters\"\n    ],\n    \"na-agwụ agwụ\": [\n        \"endemically\",\n        \"endermically\",\n        \"expiating\"\n    ],\n    \"na-anọgidesi ike\": [\n        \"endent\",\n        \"enduringly\",\n        \"perseverant\",\n        \"perseverative\",\n        \"persistent\",\n        \"persisting\"\n    ],\n    \"ender\": [\n        \"endere\"\n    ],\n    \"endermite\": [\n        \"endermatic\"\n    ],\n    \"Endia\": [\n        \"endia\"\n    ],\n    \"agwụcha\": [\n        \"ending\",\n        \"finickingness\"\n    ],\n    \"na-agwụcha\": [\n        \"enditing\"\n    ],\n    \"endaịv\": [\n        \"endive\",\n        \"endives\"\n    ],\n    \"na junk\": [\n        \"endjunk\"\n    ],\n    \"enweghi ngwụcha\": [\n        \"endlessness\",\n        \"inexhaustibly\",\n        \"infinite\",\n        \"infinitely\",\n        \"undefinite\",\n        \"unfinite\"\n    ],\n    \"N'ikpeazụ\": [\n        \"endlong\",\n        \"endover\",\n        \"ult\"\n    ],\n    \"agwụ agwụ\": [\n        \"endmost\"\n    ],\n    \"endobioti\": [\n        \"endobiotic\"\n    ],\n    \"ọgwụgwọ endocrinotherapy\": [\n        \"endocrinotherapy\"\n    ],\n    \"endodontiiki\": [\n        \"endodontic\"\n    ],\n    \"Njedebe\": [\n        \"endognathion\",\n        \"ultradry\",\n        \"ultramulish\",\n        \"ultratotal\",\n        \"ultratrivial\"\n    ],\n    \"endogonidia\": [\n        \"endogonidium\"\n    ],\n    \"endo karyogamy\": [\n        \"endokaryogamy\"\n    ],\n    \"endo labyrinthitis\": [\n        \"endolabyrinthitis\"\n    ],\n    \"egwuregwu endolymphatic\": [\n        \"endolymphatic\"\n    ],\n    \"Ahụcha\": [\n        \"endophagy\"\n    ],\n    \"n'egwuregwu endophytically\": [\n        \"endophytically\"\n    ],\n    \"dị mmadụ\": [\n        \"endopleural\"\n    ],\n    \"endifeurite\": [\n        \"endopleurite\"\n    ],\n    \"ndị na-akwado\": [\n        \"endorsers\",\n        \"suffragists\",\n        \"supporters\"\n    ],\n    \"endosark\": [\n        \"endosarcs\"\n    ],\n    \"endoscopi\": [\n        \"endoscopies\"\n    ],\n    \"endosmometa\": [\n        \"endosmometer\"\n    ],\n    \"n'ekpere\": [\n        \"endosporously\",\n        \"praedial\",\n        \"prayerlessly\",\n        \"superfluous\",\n        \"superfluously\",\n        \"superzealously\"\n    ],\n    \"n'ikpeazu\": [\n        \"endosteally\",\n        \"lastly\"\n    ],\n    \"okpomọkụ\": [\n        \"endotherm\",\n        \"endothermal\",\n        \"endothermic\",\n        \"heat\",\n        \"heatdrop\",\n        \"heatdrops\",\n        \"heathier\",\n        \"heatlike\",\n        \"heatstrokes\",\n        \"summerish\",\n        \"temperateness\",\n        \"temperature\",\n        \"temperatures\",\n        \"theridiid\",\n        \"thermality\",\n        \"thermalization\",\n        \"thermes\",\n        \"thermit\",\n        \"thermites\",\n        \"thermoperiod\",\n        \"thermopleion\",\n        \"thermoremanence\",\n        \"thermosphere\",\n        \"thermospheres\",\n        \"thermotension\",\n        \"tropary\"\n    ],\n    \"endotemism\": [\n        \"endothermism\"\n    ],\n    \"endotrix\": [\n        \"endothrix\"\n    ],\n    \"akwụkwọ ahụaja\": [\n        \"endpapers\",\n        \"wallpaper\",\n        \"wallpapering\"\n    ],\n    \"agwụ\": [\n        \"ends\",\n        \"terminable\",\n        \"terminably\",\n        \"terminating\"\n    ],\n    \"enweghi ndidi\": [\n        \"endurable\",\n        \"impatience\",\n        \"impatiency\",\n        \"impatientaceae\",\n        \"impatiently\",\n        \"impatientness\",\n        \"patientless\",\n        \"unforbearance\",\n        \"unpatience\",\n        \"unpatient\",\n        \"unpatientness\",\n        \"untolerableness\"\n    ],\n    \"tachie obi\": [\n        \"endure\"\n    ],\n    \"diri\": [\n        \"endured\"\n    ],\n    \"idi\": [\n        \"endurer\",\n        \"perpetuate\"\n    ],\n    \"na-atachi obi\": [\n        \"endures\",\n        \"enduring\"\n    ],\n    \"Enweeghi\": [\n        \"eneclann\"\n    ],\n    \"iddị\": [\n        \"eneid\",\n        \"ethid\",\n        \"fraidycat\",\n        \"quidditative\",\n        \"quiddity\"\n    ],\n    \"ndị iro\": [\n        \"enemied\",\n        \"enemies\",\n        \"enemying\",\n        \"nonenemies\"\n    ],\n    \"Enweghi ike\": [\n        \"enepidermic\",\n        \"impenetrability\",\n        \"imperf\",\n        \"imperforation\",\n        \"impermeabilization\",\n        \"impermeabilize\",\n        \"impermeated\",\n        \"impotences\",\n        \"inflatile\",\n        \"insculptured\",\n        \"putrefaction\"\n    ],\n    \"enerical\": [\n        \"energical\"\n    ],\n    \"gbanye ume\": [\n        \"energise\",\n        \"energize\"\n    ],\n    \"nyere ume\": [\n        \"energised\",\n        \"energized\"\n    ],\n    \"na-agbanye ume\": [\n        \"energizes\",\n        \"exuviates\",\n        \"immeshes\",\n        \"sniggoringly\",\n        \"snoringly\"\n    ],\n    \"Energumen\": [\n        \"energumen\"\n    ],\n    \"emetophobia\": [\n        \"enetophobia\",\n        \"motorphobia\"\n    ],\n    \"ọnaozi\": [\n        \"eneuch\",\n        \"eunuch\",\n        \"eunuchal\",\n        \"eunuchise\",\n        \"eunuchism\",\n        \"eunuchry\",\n        \"eunuchs\"\n    ],\n    \"ene\": [\n        \"enew\"\n    ],\n    \"Enfamish\": [\n        \"enfamish\"\n    ],\n    \"zulite\": [\n        \"enfect\"\n    ],\n    \"Enfeeble\": [\n        \"enfeeble\"\n    ],\n    \"Enfeebled\": [\n        \"enfeebled\"\n    ],\n    \"Enfeeblement\": [\n        \"enfeeblement\"\n    ],\n    \"Enfeeblements\": [\n        \"enfeeblements\"\n    ],\n    \"Enfabler\": [\n        \"enfeebler\"\n    ],\n    \"Enfeebles\": [\n        \"enfeebles\"\n    ],\n    \"Enfeebling\": [\n        \"enfeebling\"\n    ],\n    \"Enfeeblish\": [\n        \"enfeeblish\"\n    ],\n    \"Enfelon\": [\n        \"enfelon\"\n    ],\n    \"Enfeoffment\": [\n        \"enfeoffment\"\n    ],\n    \"Enfest\": [\n        \"enfester\"\n    ],\n    \"Enfeting\": [\n        \"enfettering\"\n    ],\n    \"enfe\": [\n        \"enfevered\"\n    ],\n    \"Enfield\": [\n        \"enfield\",\n        \"enfile\",\n        \"enfiled\"\n    ],\n    \"enfilade\": [\n        \"enfiladed\"\n    ],\n    \"Enflagellate\": [\n        \"enflagellate\"\n    ],\n    \"Enflagellation\": [\n        \"enflagellation\"\n    ],\n    \"Enflames\": [\n        \"enflames\"\n    ],\n    \"Enflaming\": [\n        \"enflaming\"\n    ],\n    \"Enfleurage\": [\n        \"enfleurage\"\n    ],\n    \"jupụtakwara\": [\n        \"enflowered\",\n        \"infested\"\n    ],\n    \"juputa\": [\n        \"enflowering\",\n        \"fillmore\"\n    ],\n    \"Enfoeffment\": [\n        \"enfoeffment\"\n    ],\n    \"Enfoil\": [\n        \"enfoil\"\n    ],\n    \"enfold\": [\n        \"enfolded\"\n    ],\n    \"Enfolden\": [\n        \"enfolden\"\n    ],\n    \"tinye akpa\": [\n        \"enfolder\"\n    ],\n    \"mpịnye\": [\n        \"enfoldment\",\n        \"typps\"\n    ],\n    \"enfon\": [\n        \"enfonced\"\n    ],\n    \"Enfoncee\": [\n        \"enfoncee\"\n    ],\n    \"Nwere\": [\n        \"enfoul\",\n        \"piscina\",\n        \"piscinae\",\n        \"piscinal\",\n        \"zither\"\n    ],\n    \"Ikochukwu\": [\n        \"enfoulder\"\n    ],\n    \"Enframing\": [\n        \"enframing\"\n    ],\n    \"Enfranch\": [\n        \"enfranch\"\n    ],\n    \"Enfrenzy\": [\n        \"enfrenzy\"\n    ],\n    \"Enfurrow\": [\n        \"enfurrow\"\n    ],\n    \"sonye\": [\n        \"engagee\",\n        \"join\",\n        \"participancy\"\n    ],\n    \"njikọ aka\": [\n        \"engagement\"\n    ],\n    \"Ndị na-etinye aka\": [\n        \"engagers\"\n    ],\n    \"na-ekere òkè\": [\n        \"engagingly\",\n        \"participating\",\n        \"participatory\"\n    ],\n    \"ebu onu ahia\": [\n        \"engarble\"\n    ],\n    \"mba England\": [\n        \"engarland\"\n    ],\n    \"jikwa\": [\n        \"engaze\"\n    ],\n    \"ibem\": [\n        \"engem\"\n    ],\n    \"tinye mmụọ\": [\n        \"enghosted\"\n    ],\n    \"Na-eme\": [\n        \"engilds\",\n        \"praeabdomen\"\n    ],\n    \"njin\": [\n        \"engine\",\n        \"envine\"\n    ],\n    \"njinia\": [\n        \"engineer\",\n        \"engineership\"\n    ],\n    \"engineer\": [\n        \"engineered\"\n    ],\n    \"injinia\": [\n        \"engineery\",\n        \"engineering\",\n        \"engineeringly\"\n    ],\n    \"ndị injinia\": [\n        \"engineers\"\n    ],\n    \"ụlọ ọrụ injinịa\": [\n        \"enginehouse\"\n    ],\n    \"enweghị engine\": [\n        \"engineless\"\n    ],\n    \"engine dị ka\": [\n        \"enginelike\"\n    ],\n    \"engines\": [\n        \"enginous\"\n    ],\n    \"ambystomatidae\": [\n        \"engystomatidae\"\n    ],\n    \"England\": [\n        \"englad\",\n        \"england\"\n    ],\n    \"Ihe Nlekọta\": [\n        \"engler\",\n        \"tedder\"\n    ],\n    \"asụsụ bekee\": [\n        \"englishhood\",\n        \"englishness\"\n    ],\n    \"na-asụ asụsụ bekee\": [\n        \"englishing\"\n    ],\n    \"nwa nwanyị bekee\": [\n        \"englishwoman\"\n    ],\n    \"tinye onwe gị\": [\n        \"englutted\"\n    ],\n    \"etinye obi\": [\n        \"engorge\",\n        \"engorged\",\n        \"engorges\"\n    ],\n    \"na-etinye ọnụ\": [\n        \"engorging\",\n        \"interbonding\",\n        \"interinvolving\",\n        \"interruptor\",\n        \"interspersing\",\n        \"interwarring\"\n    ],\n    \"enjouee\": [\n        \"engouee\"\n    ],\n    \"kanye\": [\n        \"engraced\",\n        \"engrafted\",\n        \"engrailed\",\n        \"engrained\",\n        \"engraven\"\n    ],\n    \"aka ọrụ\": [\n        \"engraftation\",\n        \"interprofessionally\",\n        \"professions\",\n        \"sericipary\",\n        \"vocational\"\n    ],\n    \"kanye ihe\": [\n        \"engrailing\"\n    ],\n    \"nsịnye\": [\n        \"engraining\"\n    ],\n    \"ramlọ\": [\n        \"engram\"\n    ],\n    \"n'ihe osise\": [\n        \"engraphically\"\n    ],\n    \"kanyere\": [\n        \"engraved\"\n    ],\n    \"tinye uche gị\": [\n        \"engrossed\",\n        \"indulgently\"\n    ],\n    \"n'okirikiri\": [\n        \"engrossedly\",\n        \"lacerately\"\n    ],\n    \"Udodi\": [\n        \"engrossers\",\n        \"locksmithing\",\n        \"perempt\",\n        \"schmeered\",\n        \"snoozier\",\n        \"snoozle\",\n        \"snoozling\",\n        \"sovietized\",\n        \"ssort\",\n        \"veneficness\",\n        \"whinchats\"\n    ],\n    \"engrossenke\": [\n        \"engrossment\"\n    ],\n    \"na-erikpu\": [\n        \"engulfing\",\n        \"pervading\",\n        \"weighing\"\n    ],\n    \"Enhalo\": [\n        \"enhaloing\"\n    ],\n    \"welie\": [\n        \"enhance\",\n        \"inhance\"\n    ],\n    \"enwekwukwa\": [\n        \"enhanced\"\n    ],\n    \"enha\": [\n        \"enhappy\"\n    ],\n    \"Enhardy\": [\n        \"enhardy\"\n    ],\n    \"enhaza\": [\n        \"enhazard\"\n    ],\n    \"mụgharịa\": [\n        \"enhearse\",\n        \"unhearse\"\n    ],\n    \"iburu n'obi\": [\n        \"enheart\",\n        \"enhearten\"\n    ],\n    \"enwenu\": [\n        \"enheaven\"\n    ],\n    \"Enhelm\": [\n        \"enhelm\"\n    ],\n    \"Enhydra\": [\n        \"enhydra\"\n    ],\n    \"Enhydrinae\": [\n        \"enhydrinae\"\n    ],\n    \"Enhydris\": [\n        \"enhydris\"\n    ],\n    \"Enhydrite\": [\n        \"enhydrite\"\n    ],\n    \"Enhydros\": [\n        \"enhydros\"\n    ],\n    \"Enweta mmiri\": [\n        \"enhydrous\"\n    ],\n    \"Enhypostatize\": [\n        \"enhypostatize\"\n    ],\n    \"gbasoo\": [\n        \"enhunger\"\n    ],\n    \"ikwo\": [\n        \"enhusk\",\n        \"helas\",\n        \"phalangic\",\n        \"pharos\",\n        \"plastogamy\",\n        \"plastogamic\",\n        \"polkaing\",\n        \"sawing\",\n        \"scend\",\n        \"shoal\",\n        \"wlench\"\n    ],\n    \"enigmatisation\": [\n        \"enigmatization\"\n    ],\n    \"enigmatị\": [\n        \"enigmatizing\"\n    ],\n    \"Enjamb\": [\n        \"enjamb\"\n    ],\n    \"enjamb\": [\n        \"enjambed\"\n    ],\n    \"enjambation\": [\n        \"enjambement\"\n    ],\n    \"anyaụfụ\": [\n        \"enjelly\",\n        \"enveil\",\n        \"envy\",\n        \"enviableness\",\n        \"enviably\",\n        \"envied\",\n        \"enviers\",\n        \"envies\",\n        \"envying\",\n        \"envyingly\",\n        \"enviously\"\n    ],\n    \"enyewel\": [\n        \"enjewel\"\n    ],\n    \"kporie\": [\n        \"enjoy\"\n    ],\n    \"ji anụrị\": [\n        \"enjoyably\"\n    ],\n    \"onye uto\": [\n        \"enjoyer\"\n    ],\n    \"ndị na-enye ndụmọdụ\": [\n        \"enjoinders\"\n    ],\n    \"ndị na-enye iwu\": [\n        \"enjoiners\",\n        \"lawgivers\"\n    ],\n    \"ụtọ,\": [\n        \"enjoys\"\n    ],\n    \"Enkernel\": [\n        \"enkernel\"\n    ],\n    \"Enkolpia\": [\n        \"enkolpia\"\n    ],\n    \"Enkolpion\": [\n        \"enkolpion\"\n    ],\n    \"Ọdụ\": [\n        \"enl\",\n        \"kations\"\n    ],\n    \"saa mbara\": [\n        \"enlarge\",\n        \"enlargedly\",\n        \"extraspherical\",\n        \"spacious\",\n        \"widemouthed\",\n        \"wides\"\n    ],\n    \"larbawanye ụba\": [\n        \"enlargeableness\"\n    ],\n    \"larbawanye mbara\": [\n        \"enlargedness\"\n    ],\n    \"nditat\": [\n        \"enlargement\"\n    ],\n    \"na-abawanye\": [\n        \"enlargements\",\n        \"increases\",\n        \"increasing\"\n    ],\n    \"ịbawanye\": [\n        \"enlarging\",\n        \"enlargingly\",\n        \"scaling\"\n    ],\n    \"laurel\": [\n        \"enlaurel\",\n        \"laureal\",\n        \"laurels\"\n    ],\n    \"Enleaf\": [\n        \"enleaf\"\n    ],\n    \"mara ihe\": [\n        \"enlight\",\n        \"enlighten\",\n        \"enlightened\",\n        \"knowledgable\",\n        \"knowledgeable\",\n        \"reenlightened\",\n        \"savourous\",\n        \"shrewd\",\n        \"shrewdest\",\n        \"shrewdy\",\n        \"smart\",\n        \"smarted\",\n        \"smartened\",\n        \"smartest\",\n        \"smartish\",\n        \"smartly\",\n        \"wised\",\n        \"wiselier\",\n        \"wiser\"\n    ],\n    \"na-enye ihe ọmụma\": [\n        \"enlighteners\",\n        \"enlightening\",\n        \"enlighteningly\",\n        \"reenlightening\",\n        \"unruminative\"\n    ],\n    \"nwere njikọ\": [\n        \"enlinked\"\n    ],\n    \"ihe enlive\": [\n        \"enlivenments\"\n    ],\n    \"Enlumine\": [\n        \"enlumine\"\n    ],\n    \"enwerịrị\": [\n        \"enmarbling\"\n    ],\n    \"Enmes\": [\n        \"enmeshes\"\n    ],\n    \"iro\": [\n        \"enmity\",\n        \"enmities\"\n    ],\n    \"Isogbu\": [\n        \"enmoss\"\n    ],\n    \"enneadị\": [\n        \"enneadic\"\n    ],\n    \"Uchendu\": [\n        \"enneahedron\",\n        \"enneahedrons\",\n        \"esplanades\",\n        \"skedaddling\"\n    ],\n    \"Enenandrian\": [\n        \"enneandrian\"\n    ],\n    \"Enneaphyllous\": [\n        \"enneaphyllous\"\n    ],\n    \"enneaspermus\": [\n        \"enneaspermous\"\n    ],\n    \"Ennoble\": [\n        \"ennoble\"\n    ],\n    \"Ennobler\": [\n        \"ennobler\"\n    ],\n    \"Ennobles\": [\n        \"ennobles\"\n    ],\n    \"Ennobling\": [\n        \"ennobling\"\n    ],\n    \"enno\": [\n        \"ennoic\"\n    ],\n    \"enom\": [\n        \"ennomic\"\n    ],\n    \"ennu\": [\n        \"ennuied\",\n        \"ennuying\"\n    ],\n    \"enodet\": [\n        \"enodate\"\n    ],\n    \"Enweta\": [\n        \"enoil\"\n    ],\n    \"Kwado\": [\n        \"enolate\",\n        \"opsonify\"\n    ],\n    \"enolikota\": [\n        \"enolization\"\n    ],\n    \"ime ka\": [\n        \"enolize\"\n    ],\n    \"Enol\": [\n        \"enolized\"\n    ],\n    \"Ihe omumu\": [\n        \"enology\",\n        \"nucleonics\",\n        \"ombrograph\",\n        \"omnes\",\n        \"pleocrystalline\"\n    ],\n    \"ọkà mmụta ihe mmụta\": [\n        \"enologist\"\n    ],\n    \"Enomaniac\": [\n        \"enomaniac\"\n    ],\n    \"ezu\": [\n        \"enough\",\n        \"sufficient\"\n    ],\n    \"kwere nkwa\": [\n        \"enows\",\n        \"forelaid\",\n        \"knowledged\",\n        \"pledged\",\n        \"pledgees\",\n        \"pledger\",\n        \"pledges\",\n        \"pledget\",\n        \"preacknowledged\",\n        \"prepromised\",\n        \"promemorial\",\n        \"promenaded\",\n        \"promised\",\n        \"promisees\",\n        \"promiseful\",\n        \"promiseproof\",\n        \"promiser\",\n        \"vowed\",\n        \"vowelled\",\n        \"warantee\",\n        \"warranted\",\n        \"warranteed\"\n    ],\n    \"Enpia\": [\n        \"enpia\"\n    ],\n    \"itinye enplan\": [\n        \"enplanement\"\n    ],\n    \"onye na achota\": [\n        \"enquirer\",\n        \"finder\"\n    ],\n    \"na-ajụ ajụjụ\": [\n        \"enquiring\",\n        \"inquieting\",\n        \"inquiring\",\n        \"interrogates\",\n        \"interrogating\",\n        \"interrogatingly\",\n        \"interrogational\",\n        \"interrogative\",\n        \"interrogatively\",\n        \"interrogatory\",\n        \"interrogatorily\"\n    ],\n    \"nwere oke iwe\": [\n        \"enraged\"\n    ],\n    \"ọnụma\": [\n        \"enragedness\",\n        \"outbbred\",\n        \"outburns\",\n        \"outburnt\",\n        \"outburst\",\n        \"outsought\",\n        \"rageousness\",\n        \"rageproof\"\n    ],\n    \"enra\": [\n        \"enrapted\"\n    ],\n    \"enrarates\": [\n        \"enrapts\"\n    ],\n    \"enraptara\": [\n        \"enrapture\"\n    ],\n    \"Enrapturer\": [\n        \"enrapturer\"\n    ],\n    \"enraptra\": [\n        \"enrapturing\"\n    ],\n    \"enya\": [\n        \"enravished\"\n    ],\n    \"Enravishes\": [\n        \"enravishes\"\n    ],\n    \"enravish\": [\n        \"enravishment\"\n    ],\n    \"enregment\": [\n        \"enregiment\"\n    ],\n    \"onye na-edebanye aha\": [\n        \"enregister\",\n        \"enregistry\"\n    ],\n    \"debanyere aha\": [\n        \"enregistered\",\n        \"enrolled\",\n        \"enrolles\",\n        \"enrolls\",\n        \"forewritten\",\n        \"rechartered\",\n        \"subscriber\",\n        \"subscribership\",\n        \"subscriver\",\n        \"superscripted\"\n    ],\n    \"Enrheum\": [\n        \"enrheum\"\n    ],\n    \"baa ọgaranya\": [\n        \"enrib\",\n        \"enriched\",\n        \"enrichener\",\n        \"enrichers\",\n        \"wealthier\",\n        \"wealthiest\",\n        \"wealthily\"\n    ],\n    \"ba uba\": [\n        \"enrich\",\n        \"enricher\",\n        \"enrichingly\",\n        \"enrichment\",\n        \"multipede\",\n        \"multipeds\",\n        \"multiplated\",\n        \"multiply\",\n        \"multipliable\",\n        \"multipliableness\",\n        \"multiplicative\",\n        \"multiplicious\",\n        \"multiplied\",\n        \"multiplies\",\n        \"multipresent\",\n        \"multirate\",\n        \"proliferate\",\n        \"proliferous\",\n        \"prolificate\",\n        \"richer\",\n        \"unrich\"\n    ],\n    \"na-eme mmadụ ọgaranya\": [\n        \"enriching\"\n    ],\n    \"enridar\": [\n        \"enridged\"\n    ],\n    \"enring\": [\n        \"enringed\"\n    ],\n    \"nwero\": [\n        \"enrive\"\n    ],\n    \"Enrobe\": [\n        \"enrobe\"\n    ],\n    \"enro\": [\n        \"enrobed\",\n        \"enrooted\"\n    ],\n    \"Enrober\": [\n        \"enrober\"\n    ],\n    \"Enrobes\": [\n        \"enrobes\"\n    ],\n    \"Na Na Na Na\": [\n        \"enrobing\",\n        \"exoterica\",\n        \"foreimpressed\",\n        \"peckishly\",\n        \"pekingese\",\n        \"perorates\",\n        \"prettying\",\n        \"rio\"\n    ],\n    \"edebanye aha\": [\n        \"enroller\",\n        \"inscrolled\",\n        \"mistranscribe\",\n        \"nonascription\",\n        \"overdescribed\",\n        \"overdescriptive\",\n        \"prescriptibility\",\n        \"registrant\",\n        \"regrant\",\n        \"signatures\",\n        \"superinsscribed\",\n        \"uncataloged\",\n        \"uncrib\",\n        \"unorigination\",\n        \"unsignalised\",\n        \"unsignalized\"\n    ],\n    \"Enrol\": [\n        \"enrols\"\n    ],\n    \"Enroot\": [\n        \"enroot\"\n    ],\n    \"onsa\": [\n        \"ensafe\"\n    ],\n    \"ịhụ\": [\n        \"ensate\",\n        \"seeing\",\n        \"seeling\"\n    ],\n    \"setchedule\": [\n        \"enschedule\"\n    ],\n    \"bụrụ ohu\": [\n        \"enscrolled\",\n        \"enskyed\",\n        \"enslavedness\"\n    ],\n    \"Enseam\": [\n        \"enseam\"\n    ],\n    \"Ensearch\": [\n        \"ensearch\"\n    ],\n    \"Enseel\": [\n        \"enseel\"\n    ],\n    \"Ensepulcher\": [\n        \"ensepulcher\"\n    ],\n    \"Ensepulchering\": [\n        \"ensepulchering\"\n    ],\n    \"Ensepulchre\": [\n        \"ensepulchre\"\n    ],\n    \"Enseraph\": [\n        \"enseraph\"\n    ],\n    \"ịkpa nkpọkọ\": [\n        \"enserfing\"\n    ],\n    \"ikpochi\": [\n        \"ensheath\",\n        \"stackhousia\"\n    ],\n    \"arahụ\": [\n        \"ensheathed\",\n        \"gone\",\n        \"nunting\"\n    ],\n    \"enriisi\": [\n        \"enshield\"\n    ],\n    \"ekpuchi\": [\n        \"enshielded\",\n        \"overlactate\"\n    ],\n    \"Enshrinement\": [\n        \"enshrinement\"\n    ],\n    \"Enshroud\": [\n        \"enshroud\"\n    ],\n    \"Enchrouding\": [\n        \"enshrouding\"\n    ],\n    \"Enshrouds\": [\n        \"enshrouds\"\n    ],\n    \"kpọọ cies\": [\n        \"ensigncies\"\n    ],\n    \"ensign hun\": [\n        \"ensignhood\"\n    ],\n    \"ensign\": [\n        \"ensignry\",\n        \"ensigns\"\n    ],\n    \"tinye ụgbọ mmiri\": [\n        \"ensignship\"\n    ],\n    \"ensila\": [\n        \"ensilaged\"\n    ],\n    \"ensi ike\": [\n        \"ensilation\"\n    ],\n    \"ensi\": [\n        \"ensiled\"\n    ],\n    \"na-emebisi iwu\": [\n        \"ensiling\"\n    ],\n    \"bụrụ ihe\": [\n        \"ensisternal\"\n    ],\n    \"gba ohu\": [\n        \"enslave\"\n    ],\n    \"buru ohu\": [\n        \"enslaved\",\n        \"slaveborn\"\n    ],\n    \"ịbụ ohu\": [\n        \"enslavement\"\n    ],\n    \"na-agba ohu\": [\n        \"enslaving\",\n        \"slaving\"\n    ],\n    \"ndị ọnyà\": [\n        \"ensnarers\",\n        \"insnarers\",\n        \"snarers\"\n    ],\n    \"na-arapu mmadụ\": [\n        \"ensnaring\"\n    ],\n    \"nkea\": [\n        \"ensorcel\",\n        \"meloid\",\n        \"plicative\"\n    ],\n    \"itinyekwu\": [\n        \"ensorceling\"\n    ],\n    \"tinyekwuo ike\": [\n        \"ensorcelize\",\n        \"overeducated\",\n        \"overstrengthen\"\n    ],\n    \"ibubata\": [\n        \"ensorrow\",\n        \"import\",\n        \"importably\",\n        \"importation\",\n        \"importing\",\n        \"importray\",\n        \"importunate\",\n        \"importuner\",\n        \"importunes\",\n        \"importuning\",\n        \"importunite\",\n        \"inport\",\n        \"intervert\",\n        \"introvert\",\n        \"unimporting\"\n    ],\n    \"na-aba ụba\": [\n        \"ensphering\",\n        \"increaseful\",\n        \"proliferates\"\n    ],\n    \"Ensporia\": [\n        \"ensporia\"\n    ],\n    \"enara\": [\n        \"enstranged\"\n    ],\n    \"ensu\": [\n        \"ensuant\"\n    ],\n    \"sochirinụ\": [\n        \"ensued\",\n        \"ensuing\",\n        \"subsequent\"\n    ],\n    \"hụ na\": [\n        \"ensure\",\n        \"ensurer\",\n        \"enure\"\n    ],\n    \"ana achi achi\": [\n        \"ensurers\",\n        \"ensures\"\n    ],\n    \"huu\": [\n        \"ensuring\",\n        \"hure\"\n    ],\n    \"Na-ebu mmiri\": [\n        \"enswathe\",\n        \"enswathed\"\n    ],\n    \"ihe ntinye\": [\n        \"entablements\",\n        \"filigreeing\",\n        \"inbits\",\n        \"inkers\",\n        \"inliers\",\n        \"portligature\",\n        \"portmanmote\",\n        \"subjunctives\",\n        \"subplant\",\n        \"substrat\",\n        \"substrata\"\n    ],\n    \"abuana\": [\n        \"entail\",\n        \"involve\",\n        \"involver\",\n        \"participated\",\n        \"participially\"\n    ],\n    \"entaht\": [\n        \"entailed\"\n    ],\n    \"kekọọrọ\": [\n        \"entangledly\"\n    ],\n    \"ndị na-anwụ anwụ\": [\n        \"entanglers\"\n    ],\n    \"na-erikọ ọnụ\": [\n        \"entanglingly\"\n    ],\n    \"ndị nabata\": [\n        \"enterers\"\n    ],\n    \"tinyegogenic\": [\n        \"entergogenic\"\n    ],\n    \"abanye\": [\n        \"entering\",\n        \"logins\",\n        \"logions\"\n    ],\n    \"tinyemete\": [\n        \"entermete\"\n    ],\n    \"entreroid\": [\n        \"enteroid\"\n    ],\n    \"entreromesenteric\": [\n        \"enteromesenteric\"\n    ],\n    \"tinyeparlance\": [\n        \"enterparlance\"\n    ],\n    \"ndi oru\": [\n        \"enterprising\",\n        \"farhands\",\n        \"markmen\",\n        \"nonvernacular\",\n        \"taskmasters\"\n    ],\n    \"abatakwa\": [\n        \"enters\"\n    ],\n    \"onye nlere\": [\n        \"entertainer\",\n        \"viewer\",\n        \"viewy\",\n        \"viewier\",\n        \"viseman\",\n        \"visualist\"\n    ],\n    \"ndabilil\": [\n        \"entfaoilff\"\n    ],\n    \"rijuo afọ\": [\n        \"entheal\",\n        \"overcontented\",\n        \"overcontentedly\",\n        \"overeaten\",\n        \"overfruited\",\n        \"pomaded\",\n        \"satiated\"\n    ],\n    \"n'ocheeze\": [\n        \"enthrone\",\n        \"enthroned\",\n        \"enthronement\",\n        \"enthronements\",\n        \"enthroning\"\n    ],\n    \"nọkwasị n'ocheeze\": [\n        \"enthronised\"\n    ],\n    \"na-eme eme eme\": [\n        \"enthronising\"\n    ],\n    \"nnọchi anya\": [\n        \"enthronization\",\n        \"symbolization\",\n        \"viceroies\"\n    ],\n    \"tọrọ ụtọ\": [\n        \"enthused\",\n        \"sweetened\",\n        \"tastable\",\n        \"tasty\"\n    ],\n    \"ihe ụtọ\": [\n        \"enthuses\",\n        \"pleasemen\",\n        \"pleasers\",\n        \"pleasurous\"\n    ],\n    \"ndị na-anụ ọkụ n'obi\": [\n        \"enthusiasts\",\n        \"fanatics\",\n        \"zealanders\",\n        \"zealots\"\n    ],\n    \"ụrà\": [\n        \"enticement\"\n    ],\n    \"ogogo\": [\n        \"enties\"\n    ],\n    \"dum\": [\n        \"entire\",\n        \"entirety\",\n        \"intebred\",\n        \"whole\",\n        \"wholewise\"\n    ],\n    \"ịpụ iche\": [\n        \"entireness\",\n        \"outpeal\",\n        \"uniqueness\"\n    ],\n    \"iri ato\": [\n        \"entireties\",\n        \"entirities\",\n        \"thirty\",\n        \"thirties\",\n        \"thirtieths\"\n    ],\n    \"nke ikike\": [\n        \"entitative\"\n    ],\n    \"Ngwa ngwa\": [\n        \"entoblastic\",\n        \"ontogenies\",\n        \"quicksets\"\n    ],\n    \"nwee mmụọ\": [\n        \"entogenous\",\n        \"passionfully\",\n        \"passionlike\",\n        \"sullenhearted\",\n        \"witten\"\n    ],\n    \"na-enye obi ụtọ\": [\n        \"entoiling\",\n        \"gratinating\",\n        \"gratulating\",\n        \"hearthwarming\",\n        \"heartwarming\",\n        \"luctiferous\"\n    ],\n    \"ndum\": [\n        \"entom\",\n        \"entomb\"\n    ],\n    \"dị ka ihe atụ\": [\n        \"entomogenous\",\n        \"mandibular\"\n    ],\n    \"ubomol\": [\n        \"entomol\"\n    ],\n    \"ọkà mmụta ihe banyere ụmụ mmadụ\": [\n        \"entomologist\"\n    ],\n    \"ndị na-amụ banyere ọdịdị ahụ\": [\n        \"entomologists\"\n    ],\n    \"Nnenna Onwuka\": [\n        \"entomophagous\"\n    ],\n    \"rie obi\": [\n        \"entortill\"\n    ],\n    \"Ubama\": [\n        \"entosclerite\"\n    ],\n    \"adọta\": [\n        \"entracte\",\n        \"imborsation\"\n    ],\n    \"Inju afọ\": [\n        \"entrail\"\n    ],\n    \"Ụzọ mbata\": [\n        \"entrance\"\n    ],\n    \"entran\": [\n        \"entranced\"\n    ],\n    \"onye ntinye\": [\n        \"entrancer\",\n        \"entryman\",\n        \"incremate\"\n    ],\n    \"nbata-uzọ\": [\n        \"entrances\"\n    ],\n    \"onye nchuchu\": [\n        \"entrapper\"\n    ],\n    \"n'ọnwụ\": [\n        \"entrappingly\"\n    ],\n    \"entrerere\": [\n        \"entreasure\"\n    ],\n    \"entreas\": [\n        \"entreasured\"\n    ],\n    \"a na-arịọ arịrịọ\": [\n        \"entreatable\"\n    ],\n    \"gbanye mgbọrọgwụ\": [\n        \"entrenched\",\n        \"ingrained\",\n        \"rooted\",\n        \"rootedly\",\n        \"turpentined\",\n        \"underrooted\"\n    ],\n    \"ụzọ mbata\": [\n        \"entrenches\",\n        \"prerailway\"\n    ],\n    \"entrepot\": [\n        \"entrepots\"\n    ],\n    \"oru itumgbere ahia\": [\n        \"entrepreneurship\"\n    ],\n    \"wee banye\": [\n        \"entrept\",\n        \"logged\"\n    ],\n    \"riri\": [\n        \"entwined\",\n        \"intwined\"\n    ],\n    \"ihe ntà\": [\n        \"entwinement\"\n    ],\n    \"Enucleing\": [\n        \"enucleating\"\n    ],\n    \"Enucleation\": [\n        \"enucleation\"\n    ],\n    \"enu-onu-ọgugu\": [\n        \"enumerably\"\n    ],\n    \"agụtawo\": [\n        \"enumerated\"\n    ],\n    \"enume\": [\n        \"enumeration\"\n    ],\n    \"agụta ọnụ\": [\n        \"enumerative\"\n    ],\n    \"guputa ihe\": [\n        \"enumerator\"\n    ],\n    \"ndị na-agụpụta ihe\": [\n        \"enumerators\"\n    ],\n    \"kpọọ okwu\": [\n        \"enunciate\"\n    ],\n    \"na-akpọ okwu\": [\n        \"enunciates\"\n    ],\n    \"mkpọpụta\": [\n        \"enunciation\",\n        \"obnunciation\",\n        \"retaught\"\n    ],\n    \"kpọọ ụda\": [\n        \"enunciative\",\n        \"vocalize\"\n    ],\n    \"a\": [\n        \"enureses\",\n        \"estovers\",\n        \"hom\",\n        \"somebody\",\n        \"typically\",\n        \"torc\",\n        \"tut\"\n    ],\n    \"envaza\": [\n        \"envassal\"\n    ],\n    \"envava\": [\n        \"envault\"\n    ],\n    \"envelopu\": [\n        \"envelop\",\n        \"envelope\",\n        \"enveloped\",\n        \"enveloper\",\n        \"envelopers\",\n        \"envelopes\",\n        \"envelopment\",\n        \"envelopments\",\n        \"envelops\"\n    ],\n    \"Envenomization\": [\n        \"envenomization\"\n    ],\n    \"Na-agbanye\": [\n        \"enverdure\",\n        \"yarding\",\n        \"inclasped\",\n        \"jellifying\",\n        \"taming\",\n        \"wracking\"\n    ],\n    \"nwere anyaụfụ\": [\n        \"enviable\"\n    ],\n    \"nwewe anyaụfụ\": [\n        \"envier\"\n    ],\n    \"enwere anyaụfụ\": [\n        \"envined\"\n    ],\n    \"ubi-vine\": [\n        \"envineyard\",\n        \"vineyard\"\n    ],\n    \"ekworo\": [\n        \"envious\",\n        \"jealous\",\n        \"jealousy\",\n        \"jealousies\",\n        \"jealously\",\n        \"jealousness\",\n        \"overjealousness\",\n        \"overzealously\",\n        \"overzealousness\",\n        \"underzealousness\"\n    ],\n    \"nwee anyaụfụ\": [\n        \"envire\"\n    ],\n    \"gbara ya gburugburu\": [\n        \"environing\",\n        \"surrounded\",\n        \"surrounder\",\n        \"surrounding\"\n    ],\n    \"ndị na-ahụ maka gburugburu ebe obibi\": [\n        \"environmentalists\"\n    ],\n    \"Envoi\": [\n        \"envoi\"\n    ],\n    \"enwili\": [\n        \"enwheels\"\n    ],\n    \"enwị\": [\n        \"enwing\"\n    ],\n    \"na-enw\": [\n        \"enwingly\"\n    ],\n    \"enwom\": [\n        \"enwombed\"\n    ],\n    \"enwrap\": [\n        \"enwrapment\"\n    ],\n    \"enwra\": [\n        \"enwrapped\"\n    ],\n    \"igberibe\": [\n        \"enwreath\"\n    ],\n    \"dewe\": [\n        \"enwrite\"\n    ],\n    \"enzym\": [\n        \"enzymic\"\n    ],\n    \"ọkà mmụta enzymologist\": [\n        \"enzymologist\"\n    ],\n    \"enzymes\": [\n        \"enzyms\"\n    ],\n    \"enzootic\": [\n        \"enzooty\"\n    ],\n    \"Enzootic enyi\": [\n        \"enzootically\"\n    ],\n    \"Eobiont\": [\n        \"eobiont\"\n    ],\n    \"Eolian\": [\n        \"eolian\"\n    ],\n    \"Eolipiles\": [\n        \"eolipiles\"\n    ],\n    \"Eolith\": [\n        \"eolith\"\n    ],\n    \"Eonyan\": [\n        \"eonian\"\n    ],\n    \"Nnọọ\": [\n        \"eophyte\",\n        \"hello\",\n        \"parilicium\",\n        \"stark\",\n        \"thanatoses\"\n    ],\n    \"Etophyton\": [\n        \"eophyton\"\n    ],\n    \"otuodi\": [\n        \"eoside\"\n    ],\n    \"Eosines\": [\n        \"eosines\"\n    ],\n    \"Eosinophil\": [\n        \"eosinophil\"\n    ],\n    \"Eosinophile\": [\n        \"eosinophile\"\n    ],\n    \"Eosinophilia\": [\n        \"eosinophilia\"\n    ],\n    \"Eosinophilous\": [\n        \"eosinophilous\"\n    ],\n    \"Ep\": [\n        \"ep\"\n    ],\n    \"Epanodos\": [\n        \"epanodos\"\n    ],\n    \"Epanorthoses\": [\n        \"epanorthoses\"\n    ],\n    \"Epapillate\": [\n        \"epapillate\"\n    ],\n    \"Epapophysial\": [\n        \"epapophysial\"\n    ],\n    \"Epappose\": [\n        \"epappose\"\n    ],\n    \"eparch\": [\n        \"eparchs\"\n    ],\n    \"Epaulet\": [\n        \"epaulet\"\n    ],\n    \"Epauletted\": [\n        \"epauletted\"\n    ],\n    \"n'epeirogenically\": [\n        \"epeirogenically\"\n    ],\n    \"Epeisodion\": [\n        \"epeisodion\"\n    ],\n    \"Efereymoma\": [\n        \"ependymoma\"\n    ],\n    \"epupụta\": [\n        \"epentheses\",\n        \"leaves\",\n        \"swleaves\"\n    ],\n    \"epopophysis\": [\n        \"epepophysis\"\n    ],\n    \"epava\": [\n        \"eperva\"\n    ],\n    \"Epeus\": [\n        \"epeus\"\n    ],\n    \"ẹpha\": [\n        \"epha\",\n        \"ephah\",\n        \"ephahs\",\n        \"ephas\"\n    ],\n    \"ẹphebea\": [\n        \"ephebea\"\n    ],\n    \"ẹphebeya\": [\n        \"ephebeia\"\n    ],\n    \"ẹphebebebe\": [\n        \"ephebeibeia\"\n    ],\n    \"ẹphebeubea\": [\n        \"ephebeubea\"\n    ],\n    \"Ẹphe\": [\n        \"ephebic\",\n        \"ephemerality\",\n        \"ephemeralities\",\n        \"ephemerid\"\n    ],\n    \"ẹpheboi\": [\n        \"epheboi\"\n    ],\n    \"ephedra\": [\n        \"ephedras\"\n    ],\n    \"ẹphemeras\": [\n        \"ephemeras\"\n    ],\n    \"ẹphemerida\": [\n        \"ephemerida\"\n    ],\n    \"ẹphemeridae\": [\n        \"ephemeridae\"\n    ],\n    \"ẹpheide\": [\n        \"ephemerides\"\n    ],\n    \"ẹpheromorph\": [\n        \"ephemeromorph\"\n    ],\n    \"ẹpheromorphic\": [\n        \"ephemeromorphic\"\n    ],\n    \"ẹpheronu\": [\n        \"ephemeron\"\n    ],\n    \"ẹpheroptera\": [\n        \"ephemeroptera\"\n    ],\n    \"ẹphestia\": [\n        \"ephestia\"\n    ],\n    \"ẹphetae\": [\n        \"ephetae\"\n    ],\n    \"efọd\": [\n        \"ephod\",\n        \"ephthalite\"\n    ],\n    \"Ifrem\": [\n        \"ephraim\"\n    ],\n    \"Efraim\": [\n        \"ephraimite\"\n    ],\n    \"ephehianura\": [\n        \"ephthianura\"\n    ],\n    \"Epi\": [\n        \"epi\"\n    ],\n    \"Ahịhịa\": [\n        \"epibiotic\",\n        \"strawman\",\n        \"turf\"\n    ],\n    \"Epic\": [\n        \"epic\"\n    ],\n    \"epiciks\": [\n        \"epicanthic\"\n    ],\n    \"epiceia\": [\n        \"epicedia\"\n    ],\n    \"epiceial\": [\n        \"epicedial\"\n    ],\n    \"epiceian\": [\n        \"epicedian\"\n    ],\n    \"epic\": [\n        \"epicenters\",\n        \"epicly\",\n        \"epidictical\"\n    ],\n    \"epicralral\": [\n        \"epicentral\"\n    ],\n    \"epicenter\": [\n        \"epicentre\"\n    ],\n    \"epicer\": [\n        \"epicier\"\n    ],\n    \"epiceliac\": [\n        \"epicoeliac\"\n    ],\n    \"ndị epicureans\": [\n        \"epicureans\"\n    ],\n    \"ịtụ anya\": [\n        \"epicurize\"\n    ],\n    \"oria ojoo\": [\n        \"epidemy\",\n        \"epidemial\",\n        \"epidemical\",\n        \"epidemicity\",\n        \"galera\",\n        \"interepidemic\",\n        \"migonitis\",\n        \"pandaric\",\n        \"pandemia\",\n        \"pandemian\",\n        \"pandemics\",\n        \"pandemoniac\",\n        \"pandemoniacal\",\n        \"pandemonian\",\n        \"pandemonic\",\n        \"pandemonism\",\n        \"pandemonium\",\n        \"pandemos\",\n        \"pandy\",\n        \"phalera\",\n        \"pharbitis\",\n        \"pinson\",\n        \"pollera\",\n        \"preepidemic\",\n        \"rabietic\",\n        \"tidemaker\",\n        \"tidemark\",\n        \"typica\",\n        \"typicon\"\n    ],\n    \"ntiwapụ ọrịa\": [\n        \"epidemic\",\n        \"epidemiologic\"\n    ],\n    \"ntiwapụ\": [\n        \"epidemically\",\n        \"eruption\",\n        \"outbreak\",\n        \"outbreaks\",\n        \"outbursts\",\n        \"pandal\",\n        \"pandiculation\",\n        \"putage\"\n    ],\n    \"ntiwapụ nke ọrịa\": [\n        \"epidemicalness\",\n        \"epidemiology\",\n        \"epidemiological\",\n        \"epidemiologies\"\n    ],\n    \"ọrịa na-efe efe\": [\n        \"epidemics\",\n        \"pandemy\",\n        \"pandemicity\",\n        \"pestiferousness\",\n        \"pestilence\",\n        \"pestilences\",\n        \"pestilenceweed\",\n        \"pestilencewort\"\n    ],\n    \"N'ọrịa\": [\n        \"epidemiologically\"\n    ],\n    \"Achọghị\": [\n        \"epidermic\"\n    ],\n    \"idmụ\": [\n        \"epidia\"\n    ],\n    \"n'igbu\": [\n        \"epigrammatically\"\n    ],\n    \"Edere ederede\": [\n        \"epigrammatised\"\n    ],\n    \"chikọchara\": [\n        \"epigrammatized\"\n    ],\n    \"Epil\": [\n        \"epil\"\n    ],\n    \"ilazọ\": [\n        \"epilation\"\n    ],\n    \"Akwụkwụ\": [\n        \"epileny\"\n    ],\n    \"akwụkwụ na-adọ\": [\n        \"epilepsy\",\n        \"epileptics\"\n    ],\n    \"akwụkwụ\": [\n        \"epilepsia\",\n        \"epilepsies\"\n    ],\n    \"Akwụkwụ na-adọ\": [\n        \"epileptic\",\n        \"epileptical\"\n    ],\n    \"mee ka ihe dị\": [\n        \"epimerize\"\n    ],\n    \"Na-emegharị ahụ\": [\n        \"epimerizing\",\n        \"pulmocutaneous\"\n    ],\n    \"epim\": [\n        \"epimers\"\n    ],\n    \"na njedebe\": [\n        \"epinastically\",\n        \"terminatively\"\n    ],\n    \"Episcleral\": [\n        \"episcleral\"\n    ],\n    \"Episcopalian\": [\n        \"episcopalian\"\n    ],\n    \"akwụkwọ episcopalianism\": [\n        \"episcopalianism\"\n    ],\n    \"ndị episcopalians\": [\n        \"episcopalians\"\n    ],\n    \"achila\": [\n        \"episcopized\"\n    ],\n    \"episotister\": [\n        \"episcotister\"\n    ],\n    \"episodic\": [\n        \"episodial\",\n        \"episodical\"\n    ],\n    \"Episome\": [\n        \"episome\"\n    ],\n    \"Epist\": [\n        \"epist\"\n    ],\n    \"Epistatic\": [\n        \"epistatic\"\n    ],\n    \"ọkà mmụta epistemologist\": [\n        \"epistemologist\"\n    ],\n    \"Episternal\": [\n        \"episternal\"\n    ],\n    \"Epistolatory\": [\n        \"epistolatory\"\n    ],\n    \"Epistolean\": [\n        \"epistolean\"\n    ],\n    \"Epistoler\": [\n        \"epistoler\"\n    ],\n    \"Epistolet\": [\n        \"epistolet\"\n    ],\n    \"Epistolical\": [\n        \"epistolical\"\n    ],\n    \"emeghi eme\": [\n        \"epitactic\",\n        \"farfal\",\n        \"farfetchedness\",\n        \"nonaccretive\",\n        \"nonaluminous\",\n        \"nonapplication\",\n        \"nonbeauties\",\n        \"nonbrutal\",\n        \"nonburgess\",\n        \"noncasual\",\n        \"nondiscursive\",\n        \"nonhomogeneous\",\n        \"nonhomogeneously\",\n        \"nonhomogenous\",\n        \"nonmutuality\",\n        \"nonrealism\",\n        \"nonscalding\",\n        \"nonsculptured\",\n        \"nonsyntactic\",\n        \"nonsyntactical\",\n        \"nonsynthetical\",\n        \"nonskilled\",\n        \"nonspalling\",\n        \"nonsubstitution\",\n        \"nonsubstitutional\",\n        \"nonvassal\",\n        \"uncalumniative\",\n        \"uncharacter\",\n        \"uncomplaisance\",\n        \"unmythological\",\n        \"unreactionary\",\n        \"unreal\",\n        \"unrealise\",\n        \"unrealism\",\n        \"unrealist\",\n        \"unrealistic\",\n        \"unrealistically\",\n        \"unreality\",\n        \"unrealities\",\n        \"unreally\",\n        \"unrealmed\",\n        \"unrealness\",\n        \"unrequest\"\n    ],\n    \"mkpụrụokwu\": [\n        \"epitases\",\n        \"eponym\"\n    ],\n    \"Akwụkwo\": [\n        \"epithecia\"\n    ],\n    \"mụaka\": [\n        \"epitheliolysin\",\n        \"flunkies\"\n    ],\n    \"dika o di\": [\n        \"epithermally\"\n    ],\n    \"ọkọ\": [\n        \"epithet\",\n        \"itchy\",\n        \"itchiness\",\n        \"itching\",\n        \"itchingly\",\n        \"itchings\",\n        \"sclatch\",\n        \"scrat\",\n        \"scratch\",\n        \"scratchback\",\n        \"scratchboard\",\n        \"scratchcard\",\n        \"scratcher\",\n        \"scratchers\",\n        \"scratches\",\n        \"scratchy\",\n        \"scratchier\",\n        \"scratchiest\",\n        \"scratchily\",\n        \"scratchiness\",\n        \"scratching\",\n        \"scratchingly\",\n        \"scratchpad\",\n        \"scratchproof\",\n        \"scratchwork\"\n    ],\n    \"n'akuku akwukwo\": [\n        \"epithetical\"\n    ],\n    \"n'ile anya\": [\n        \"epithetically\",\n        \"epornitically\",\n        \"glaringly\",\n        \"gnostically\",\n        \"helically\",\n        \"outseeing\",\n        \"pansophically\",\n        \"pantingly\",\n        \"paradigmatically\",\n        \"prismatically\",\n        \"seeingly\",\n        \"visibly\"\n    ],\n    \"Ndido\": [\n        \"epithetize\"\n    ],\n    \"chibu\": [\n        \"epithi\"\n    ],\n    \"epityme\": [\n        \"epithyme\"\n    ],\n    \"epitymetical\": [\n        \"epithymetical\"\n    ],\n    \"epicmpanic\": [\n        \"epitympanic\"\n    ],\n    \"epitphlon\": [\n        \"epityphlon\"\n    ],\n    \"bụrụ ihe atụ\": [\n        \"epitome\"\n    ],\n    \".lọ akwụkwọ\": [\n        \"epitrachelion\"\n    ],\n    \"epi ụkwara nta\": [\n        \"epituberculosis\"\n    ],\n    \"epi tuberculous\": [\n        \"epituberculous\"\n    ],\n    \"epizogbu\": [\n        \"epizoicide\"\n    ],\n    \"epizoism\": [\n        \"epizoisms\"\n    ],\n    \"epizocha\": [\n        \"epizooty\"\n    ],\n    \"Eplot\": [\n        \"eplot\"\n    ],\n    \"epope\": [\n        \"epopees\"\n    ],\n    \"epoik\": [\n        \"epoptic\"\n    ],\n    \"ebughi\": [\n        \"epos\",\n        \"improvided\",\n        \"misnomered\",\n        \"misnomers\",\n        \"misproposed\",\n        \"noncash\",\n        \"nonport\",\n        \"nonstock\",\n        \"slimed\",\n        \"unapropos\",\n        \"unbathed\",\n        \"unbattered\",\n        \"unbickered\",\n        \"uncargoed\",\n        \"uncasked\",\n        \"unceiled\",\n        \"uncentered\",\n        \"unchalked\",\n        \"unchance\",\n        \"uncharge\",\n        \"uncharged\",\n        \"uncharges\",\n        \"unclothed\",\n        \"uncoifed\",\n        \"underedge\",\n        \"undowned\",\n        \"unembossed\",\n        \"unentered\",\n        \"unfrocked\",\n        \"ungorged\",\n        \"unharked\",\n        \"unheaped\",\n        \"unhomicidal\",\n        \"unimbibed\",\n        \"uniped\",\n        \"unjacketed\",\n        \"unmapped\",\n        \"unmowed\",\n        \"unobjectified\",\n        \"unoverleaped\",\n        \"unphased\",\n        \"unpierced\",\n        \"unpiqued\",\n        \"unpocketed\",\n        \"unribbed\",\n        \"unsauced\",\n        \"unshipwrecked\",\n        \"unsinewed\",\n        \"unsinuate\",\n        \"unsipped\",\n        \"unsnagged\",\n        \"unsnapped\",\n        \"unsoaped\",\n        \"unsoothed\",\n        \"unspaced\",\n        \"unspaded\",\n        \"unstunted\",\n        \"unsupped\",\n        \"unswiveled\",\n        \"untasked\",\n        \"untimed\",\n        \"untupped\",\n        \"unvalued\",\n        \"unventured\",\n        \"unwarded\",\n        \"unweld\",\n        \"unwild\",\n        \"unwiped\",\n        \"unworded\",\n        \"unwreaken\",\n        \"unwrought\"\n    ],\n    \"gbanye mmanu\": [\n        \"epoxidize\",\n        \"refuel\",\n        \"refueled\",\n        \"refuelled\",\n        \"refuels\",\n        \"reuel\"\n    ],\n    \"Epsom\": [\n        \"epsom\"\n    ],\n    \"Eptatretus\": [\n        \"eptatretus\"\n    ],\n    \"epu\": [\n        \"epurate\"\n    ],\n    \"nrughari\": [\n        \"epuration\"\n    ],\n    \"ịha nhata\": [\n        \"equability\",\n        \"equalitarianism\",\n        \"equitability\"\n    ],\n    \"hara nhatanha\": [\n        \"equableness\",\n        \"equalities\",\n        \"equinities\",\n        \"equity\",\n        \"equities\"\n    ],\n    \"nhata\": [\n        \"equably\",\n        \"equaeval\",\n        \"equalable\",\n        \"equaled\",\n        \"equaling\",\n        \"equalised\",\n        \"equalising\",\n        \"equalitarian\",\n        \"equalized\",\n        \"equalizes\",\n        \"equalizing\",\n        \"equalled\",\n        \"equalling\",\n        \"equals\",\n        \"equidensity\",\n        \"equidistantly\",\n        \"equilucent\",\n        \"equirotal\",\n        \"equitation\",\n        \"equivale\",\n        \"equivalenced\",\n        \"equivalencing\",\n        \"equivalent\",\n        \"equivalently\",\n        \"versal\"\n    ],\n    \"hà\": [\n        \"equal\",\n        \"pret\"\n    ],\n    \"hara nhata\": [\n        \"equalise\",\n        \"equalize\",\n        \"equisided\"\n    ],\n    \"onye nhata\": [\n        \"equalist\"\n    ],\n    \"ohiha\": [\n        \"equality\",\n        \"equally\",\n        \"equinal\",\n        \"equisonant\"\n    ],\n    \"nhazi ihe\": [\n        \"equalizer\",\n        \"misesteeming\",\n        \"orientalization\",\n        \"premortification\",\n        \"preorganization\"\n    ],\n    \"ndi nhata\": [\n        \"equalizers\",\n        \"equivalents\"\n    ],\n    \"Nhata\": [\n        \"equaller\"\n    ],\n    \"hara nha anya\": [\n        \"equalness\"\n    ],\n    \"n'otu olu\": [\n        \"equanimously\"\n    ],\n    \"ịtụle\": [\n        \"equating\"\n    ],\n    \"ekwueto\": [\n        \"equator\"\n    ],\n    \"akuku ugwu\": [\n        \"equatorward\"\n    ],\n    \"onye na-agba egbe\": [\n        \"equestrial\",\n        \"equestrian\",\n        \"shootman\"\n    ],\n    \"ụlọ ahịa ndị na-agba ịnyịnya\": [\n        \"equestrianship\"\n    ],\n    \"kwadebe ngwa ngwa\": [\n        \"equiarticulate\"\n    ],\n    \"ịkwadebe\": [\n        \"equibalance\",\n        \"preparateur\",\n        \"preplanting\",\n        \"prepractise\",\n        \"prepromising\",\n        \"preproviding\",\n        \"prereadiness\"\n    ],\n    \"Equicostate\": [\n        \"equicostate\"\n    ],\n    \"equidist\": [\n        \"equidistant\"\n    ],\n    \"aha nha\": [\n        \"equilibrant\"\n    ],\n    \"atụkwasị\": [\n        \"equilibrated\"\n    ],\n    \"nkwadebe\": [\n        \"equilocation\",\n        \"nonpreparation\",\n        \"preparation\",\n        \"preparations\",\n        \"preparatives\",\n        \"preparatory\",\n        \"preparement\",\n        \"prepavement\",\n        \"preplace\",\n        \"preplacement\",\n        \"preseparation\"\n    ],\n    \"equin\": [\n        \"equinely\"\n    ],\n    \"nha nha\": [\n        \"equinity\",\n        \"measuration\",\n        \"refluency\"\n    ],\n    \"ike ruru eru\": [\n        \"equiomnipotent\"\n    ],\n    \"kwadebe oge\": [\n        \"equiperiodic\"\n    ],\n    \"na-akwadebe\": [\n        \"equipoising\",\n        \"preparative\",\n        \"preparing\",\n        \"preparingly\",\n        \"prepaving\",\n        \"preseparating\"\n    ],\n    \"ihe kwesịrị ekwesị\": [\n        \"equiponderant\"\n    ],\n    \"onye nkwanye ugwu\": [\n        \"equiprobabilist\",\n        \"flautist\",\n        \"hyperelegant\",\n        \"hypothesiser\",\n        \"propessimist\",\n        \"ramist\"\n    ],\n    \"na-anọchi anya\": [\n        \"equites\",\n        \"intemerate\",\n        \"intertidal\",\n        \"lateraling\",\n        \"represent\",\n        \"represents\",\n        \"typifies\"\n    ],\n    \"ihe nha anya\": [\n        \"equivalence\",\n        \"equivalences\"\n    ],\n    \"Ẹkot\": [\n        \"equivalency\"\n    ],\n    \"hà nhata\": [\n        \"equivalved\"\n    ],\n    \"Equuleus\": [\n        \"equuleus\"\n    ],\n    \"ihichapu\": [\n        \"eradiate\",\n        \"erased\",\n        \"pulverate\",\n        \"repipe\",\n        \"scrapling\",\n        \"scrapping\",\n        \"tirve\",\n        \"wiper\",\n        \"wiremaking\",\n        \"wrasse\"\n    ],\n    \"nhichapu\": [\n        \"erasability\",\n        \"overreflection\"\n    ],\n    \"ichicha\": [\n        \"erase\"\n    ],\n    \"Erasmian\": [\n        \"erasmian\"\n    ],\n    \"Erasmus\": [\n        \"erasmus\"\n    ],\n    \"ogeano\": [\n        \"erastian\"\n    ],\n    \"nweweke\": [\n        \"erastianize\"\n    ],\n    \"Erbium\": [\n        \"erbium\"\n    ],\n    \"guzobere\": [\n        \"erecter\",\n        \"established\",\n        \"establisher\",\n        \"establishmentarian\",\n        \"establismentarian\",\n        \"instituted\",\n        \"instituter\",\n        \"instituters\",\n        \"institutive\"\n    ],\n    \"na-ewu ụlọ\": [\n        \"erecting\",\n        \"overbuilding\"\n    ],\n    \"ere\": [\n        \"erections\",\n        \"ereption\",\n        \"outdress\",\n        \"peddle\",\n        \"selli\",\n        \"sild\",\n        \"vendis\"\n    ],\n    \"kwụrụ ọtọ\": [\n        \"erectly\",\n        \"porrect\",\n        \"setfast\",\n        \"stablestand\",\n        \"stagnant\",\n        \"stagnate\",\n        \"standup\",\n        \"stedfastly\",\n        \"tiddly\",\n        \"upstand\"\n    ],\n    \"erektọ\": [\n        \"erectors\"\n    ],\n    \"erethism\": [\n        \"erethismic\"\n    ],\n    \"ereth\": [\n        \"erethistic\"\n    ],\n    \"eretizon\": [\n        \"erethizon\"\n    ],\n    \"Erf\": [\n        \"erf\"\n    ],\n    \"ọ bụrụla\": [\n        \"ergastoplasmic\"\n    ],\n    \"mehie\": [\n        \"ergate\",\n        \"errite\",\n        \"errs\",\n        \"mischieve\",\n        \"misgrave\",\n        \"misguggle\",\n        \"miswend\"\n    ],\n    \"na-emehie\": [\n        \"ergates\",\n        \"ergotizing\",\n        \"erthling\",\n        \"incorpsing\",\n        \"misacting\",\n        \"misadressing\",\n        \"misadvising\",\n        \"misaiming\",\n        \"misallying\",\n        \"misapplies\",\n        \"misapplying\",\n        \"misarticulating\",\n        \"misbestowing\",\n        \"misbranding\",\n        \"miscalling\",\n        \"misdoes\",\n        \"misdoubting\",\n        \"misestimating\",\n        \"misframing\",\n        \"misgauging\",\n        \"misyoking\",\n        \"mislies\",\n        \"mislives\",\n        \"mislocating\",\n        \"mismanaging\",\n        \"mismoves\",\n        \"mismoving\",\n        \"misnarrating\",\n        \"mispunctuating\",\n        \"misraising\",\n        \"misrates\",\n        \"misrecital\",\n        \"missampling\",\n        \"misseating\",\n        \"misstyles\",\n        \"misteaching\",\n        \"mistouching\"\n    ],\n    \"emehie\": [\n        \"ergative\",\n        \"ergotisms\",\n        \"erlking\",\n        \"erlkings\",\n        \"ernest\",\n        \"ernst\",\n        \"errable\",\n        \"errant\",\n        \"errantries\",\n        \"errants\",\n        \"erratical\",\n        \"errhines\",\n        \"erring\",\n        \"erringly\",\n        \"erthly\",\n        \"misact\",\n        \"misagent\",\n        \"misarranges\",\n        \"misbeget\",\n        \"misboden\",\n        \"miscalculate\",\n        \"miscalculates\",\n        \"miscalculating\",\n        \"miscalculations\",\n        \"miscalculator\",\n        \"miscalled\",\n        \"miscaller\",\n        \"miscible\",\n        \"miscoining\",\n        \"miscopies\",\n        \"miscopying\",\n        \"miscount\",\n        \"miscutting\",\n        \"misderive\",\n        \"misdeserve\",\n        \"misdevoted\",\n        \"misdone\",\n        \"misforgive\",\n        \"misgive\",\n        \"misidentifying\",\n        \"miskal\",\n        \"miskenning\",\n        \"mislived\",\n        \"misnarrated\",\n        \"misparsed\",\n        \"mispenning\",\n        \"misplaces\",\n        \"mispossessed\",\n        \"misprizes\",\n        \"mispronounces\",\n        \"misproud\",\n        \"misquoted\",\n        \"misquoting\",\n        \"misreliance\",\n        \"missetting\",\n        \"missteering\",\n        \"misstyling\",\n        \"misstopping\",\n        \"misstops\",\n        \"mistakableness\",\n        \"mistraced\",\n        \"mistracing\",\n        \"miswiring\",\n        \"miswrought\",\n        \"miszoning\",\n        \"sinful\",\n        \"sinnable\",\n        \"sinnableness\",\n        \"sinning\",\n        \"sinningly\",\n        \"sinsring\",\n        \"trespassed\",\n        \"undevil\",\n        \"unmistaking\",\n        \"unsinful\",\n        \"unsinfully\",\n        \"unsinning\",\n        \"unstraying\",\n        \"wronging\",\n        \"wrongish\"\n    ],\n    \"Ergatogyne\": [\n        \"ergatogyne\"\n    ],\n    \"Ergomaniac\": [\n        \"ergomaniac\"\n    ],\n    \"Ergonovine\": [\n        \"ergonovine\"\n    ],\n    \"ergot\": [\n        \"ergots\"\n    ],\n    \"Ergusia\": [\n        \"ergusia\"\n    ],\n    \"Eria\": [\n        \"eria\"\n    ],\n    \"Erian\": [\n        \"erian\"\n    ],\n    \"Erianthus\": [\n        \"erianthus\"\n    ],\n    \"anụ ọkụ\": [\n        \"ericeticolous\",\n        \"euboic\",\n        \"eugenetic\",\n        \"eurafric\",\n        \"hebraizer\",\n        \"hitchhiked\",\n        \"uncork\",\n        \"venisonivorous\",\n        \"venulous\",\n        \"wildling\",\n        \"wildlings\"\n    ],\n    \"Erichthus\": [\n        \"erichthus\"\n    ],\n    \"Ericius\": [\n        \"ericius\"\n    ],\n    \"Ericoid\": [\n        \"ericoid\"\n    ],\n    \"Erigenia\": [\n        \"erigenia\"\n    ],\n    \"Eriglossa\": [\n        \"eriglossa\"\n    ],\n    \"ndiocomi\": [\n        \"eriocomi\"\n    ],\n    \"iolọ erioglaucine\": [\n        \"erioglaucine\"\n    ],\n    \"Eryon\": [\n        \"eryon\"\n    ],\n    \"Eris\": [\n        \"eris\"\n    ],\n    \"Eristalis\": [\n        \"eristalis\"\n    ],\n    \"ekwewo\": [\n        \"eristic\"\n    ],\n    \"Erithacus\": [\n        \"erithacus\"\n    ],\n    \"Erythraea\": [\n        \"erythraea\"\n    ],\n    \"Erythraean\": [\n        \"erythraean\"\n    ],\n    \"onye Eritrea\": [\n        \"eritrean\"\n    ],\n    \"Ermelin\": [\n        \"ermelin\"\n    ],\n    \"Ern\": [\n        \"ern\"\n    ],\n    \"Erne\": [\n        \"erne\"\n    ],\n    \"neszọ\": [\n        \"ernes\"\n    ],\n    \"Ernestine\": [\n        \"ernestine\"\n    ],\n    \"Ernie\": [\n        \"ernie\"\n    ],\n    \"nsgha\": [\n        \"erns\",\n        \"lansing\"\n    ],\n    \"Ebumnuche\": [\n        \"erodibility\",\n        \"evapotranspiration\",\n        \"purposer\"\n    ],\n    \"Eromania\": [\n        \"eromania\"\n    ],\n    \"Eros\": [\n        \"eros\"\n    ],\n    \"eros\": [\n        \"erosely\"\n    ],\n    \"mbuze\": [\n        \"erosion\",\n        \"erosional\",\n        \"erosionally\",\n        \"erosionist\",\n        \"erosions\",\n        \"landsides\",\n        \"landslides\"\n    ],\n    \"nke na-akpali agụụ mmekọahụ\": [\n        \"erotic\"\n    ],\n    \"agụụ mmekọahụ\": [\n        \"eroticist\",\n        \"eroticization\",\n        \"libidinousness\",\n        \"lustful\",\n        \"lustfulness\",\n        \"lusty\",\n        \"lustick\",\n        \"lustratory\",\n        \"lustrings\",\n        \"pornocracy\",\n        \"sexily\",\n        \"sexploitation\",\n        \"sextile\",\n        \"sexualizing\",\n        \"sexuous\",\n        \"sexuparous\"\n    ],\n    \"na-akpali agụụ mmekọahụ\": [\n        \"eroticize\",\n        \"eroticizing\",\n        \"erotizing\",\n        \"libanophorous\",\n        \"lustrative\",\n        \"pornocrat\",\n        \"pornographically\",\n        \"pornological\",\n        \"provocatively\",\n        \"provocatory\",\n        \"spooking\"\n    ],\n    \"ericomomaniac\": [\n        \"eroticomaniac\"\n    ],\n    \"ericomomaniacal\": [\n        \"eroticomaniacal\"\n    ],\n    \"ewerewo ya\": [\n        \"erotized\"\n    ],\n    \"ebibi ihe\": [\n        \"erotogenicity\"\n    ],\n    \"epoomaniac\": [\n        \"erotomaniac\"\n    ],\n    \"echiemegwu\": [\n        \"erotomaniacal\"\n    ],\n    \"igwugwu\": [\n        \"erpetoichthys\"\n    ],\n    \"njehie\": [\n        \"errancies\",\n        \"error\",\n        \"errors\",\n        \"trespass\",\n        \"trespassage\",\n        \"trespasses\",\n        \"viridities\"\n    ],\n    \"n'amaghi-ama\": [\n        \"errantly\",\n        \"erratically\"\n    ],\n    \"ihie ụzọ\": [\n        \"errantness\",\n        \"flickery\",\n        \"misdecision\"\n    ],\n    \"ratzọ\": [\n        \"erratas\"\n    ],\n    \"mehiere\": [\n        \"erred\",\n        \"sinned\",\n        \"wronged\"\n    ],\n    \"Erron\": [\n        \"erron\"\n    ],\n    \"Njehie\": [\n        \"erroneousness\",\n        \"ervils\"\n    ],\n    \"emehie ihe\": [\n        \"errorist\",\n        \"faulting\",\n        \"misarranging\",\n        \"misbegetting\",\n        \"misbehaver\",\n        \"misbehaves\",\n        \"misbehaving\",\n        \"misbelove\",\n        \"misconceiving\",\n        \"miscorrecting\",\n        \"miscurvature\",\n        \"mispainting\",\n        \"mispracticing\",\n        \"mistakeful\",\n        \"mistakes\",\n        \"mistutoring\",\n        \"wrongdoing\"\n    ],\n    \"enweghi njehie\": [\n        \"errorless\"\n    ],\n    \"eboro\": [\n        \"ersar\"\n    ],\n    \"mgbe gara aga\": [\n        \"erstwhile\",\n        \"ratheness\"\n    ],\n    \"ikpocha\": [\n        \"eruct\",\n        \"unshade\"\n    ],\n    \"na-ekpocha ihe\": [\n        \"eructing\"\n    ],\n    \"na-agbawa\": [\n        \"eruptions\",\n        \"eruptives\",\n        \"explodes\",\n        \"exploding\",\n        \"galumphing\",\n        \"striping\"\n    ],\n    \"ebuka iwe\": [\n        \"erupturient\"\n    ],\n    \"Nweero\": [\n        \"ervipiame\"\n    ],\n    \"ụbụ\": [\n        \"ervum\"\n    ],\n    \"Erwinia\": [\n        \"erwinia\"\n    ],\n    \"ẹsọ\": [\n        \"esau\"\n    ],\n    \"mụbara\": [\n        \"escalated\",\n        \"increased\"\n    ],\n    \"esclop\": [\n        \"escallop\"\n    ],\n    \"escloploped\": [\n        \"escalloped\"\n    ],\n    \"escalopa\": [\n        \"escalope\",\n        \"escalops\"\n    ],\n    \"gbanahụ\": [\n        \"escapades\",\n        \"escaped\",\n        \"escapeful\",\n        \"escapes\",\n        \"outrun\"\n    ],\n    \"onye gbapuru\": [\n        \"escapee\"\n    ],\n    \"ndị gbapụrụ\": [\n        \"escapees\"\n    ],\n    \"agbanahụ\": [\n        \"escapeless\",\n        \"escaping\",\n        \"escapingly\"\n    ],\n    \"ndị mgbapụ\": [\n        \"escapers\",\n        \"escapisms\",\n        \"escapists\"\n    ],\n    \"carzọ\": [\n        \"escar\"\n    ],\n    \"agbaso\": [\n        \"escarmouche\",\n        \"esquiring\"\n    ],\n    \"ndị escha\": [\n        \"eschars\"\n    ],\n    \"na nkà mmụta sayensị\": [\n        \"eschatologically\"\n    ],\n    \"ọkà ihe banyere ọrịa\": [\n        \"eschatologist\"\n    ],\n    \"escheche\": [\n        \"escheated\"\n    ],\n    \"cheghọta\": [\n        \"escheating\"\n    ],\n    \"oschoppe\": [\n        \"eschoppe\"\n    ],\n    \"escopeta\": [\n        \"escopet\"\n    ],\n    \"iduga ya\": [\n        \"escort\",\n        \"escout\",\n        \"escrod\"\n    ],\n    \"iduga\": [\n        \"escortage\",\n        \"escorting\",\n        \"gthite\",\n        \"sedulity\",\n        \"zincking\"\n    ],\n    \"duru ya gaa\": [\n        \"escorted\",\n        \"escortee\"\n    ],\n    \"ndị ndu\": [\n        \"escorts\",\n        \"escots\",\n        \"guiders\",\n        \"outguides\"\n    ],\n    \"escot\": [\n        \"escoted\"\n    ],\n    \"na-eduga\": [\n        \"escoting\",\n        \"leadable\",\n        \"leadeth\",\n        \"leading\",\n        \"leadingly\",\n        \"leadings\",\n        \"leads\",\n        \"leadsman\",\n        \"leadsmen\",\n        \"ledging\"\n    ],\n    \"ezigara\": [\n        \"escry\",\n        \"mispatched\",\n        \"pasterned\",\n        \"portcullised\",\n        \"postmarked\",\n        \"postulated\",\n        \"relayed\",\n        \"sentineling\",\n        \"sentinelling\",\n        \"transpatronized\",\n        \"transpatronizing\",\n        \"uncommissioned\",\n        \"undispatched\",\n        \"unrespired\"\n    ],\n    \"Gaa\": [\n        \"escroll\",\n        \"suff\"\n    ],\n    \"duputa\": [\n        \"escrow\",\n        \"exundate\"\n    ],\n    \"duru ya\": [\n        \"escrowed\"\n    ],\n    \"esachapụ\": [\n        \"escutcheoned\"\n    ],\n    \"es\": [\n        \"eses\"\n    ],\n    \"esbobọn\": [\n        \"eslabon\"\n    ],\n    \"Esmeralda\": [\n        \"esmeralda\"\n    ],\n    \"agụụgi\": [\n        \"esopgi\"\n    ],\n    \"epipus\": [\n        \"esopus\"\n    ],\n    \"espaprille\": [\n        \"espadrille\"\n    ],\n    \"esetịpụ\": [\n        \"espaliered\",\n        \"outplanned\",\n        \"outspied\"\n    ],\n    \"karịsịa\": [\n        \"especially\",\n        \"particularly\"\n    ],\n    \"espepe\": [\n        \"esperance\"\n    ],\n    \"Nkwenkwe\": [\n        \"esperantism\"\n    ],\n    \"espresis\": [\n        \"esphresis\"\n    ],\n    \"Chika Okpala\": [\n        \"espichellite\",\n        \"pyrrhotist\"\n    ],\n    \"espiel\": [\n        \"espied\"\n    ],\n    \"onye nledo\": [\n        \"espionage\",\n        \"reconnoitrer\",\n        \"spy\"\n    ],\n    \"ndị esprit\": [\n        \"esprits\"\n    ],\n    \"agbado\": [\n        \"esquamate\",\n        \"semiopened\"\n    ],\n    \"eseta\": [\n        \"esquired\"\n    ],\n    \"onwere\": [\n        \"esrogim\"\n    ],\n    \"Ode\": [\n        \"esrogs\"\n    ],\n    \"Eziokwu\": [\n        \"essancia\"\n    ],\n    \"esselen ian\": [\n        \"esselenian\"\n    ],\n    \"ihe ndị dị mkpa\": [\n        \"essentialities\",\n        \"essentials\"\n    ],\n    \"bụrụ isi\": [\n        \"essentialize\"\n    ],\n    \"akpan\": [\n        \"essentialized\",\n        \"specially\"\n    ],\n    \"esosọ\": [\n        \"essoined\"\n    ],\n    \"guzobe\": [\n        \"estab\",\n        \"formation\",\n        \"instituting\"\n    ],\n    \"guzosie ike\": [\n        \"establish\",\n        \"establishable\",\n        \"establishing\",\n        \"fidded\",\n        \"firm\",\n        \"firmisternal\",\n        \"steadings\",\n        \"stedfast\",\n        \"stibiate\",\n        \"upstay\"\n    ],\n    \"guzobere ya\": [\n        \"establishmentarianism\"\n    ],\n    \"eguzobe iwu\": [\n        \"establismentarianism\"\n    ],\n    \"Udechukwu\": [\n        \"estadel\",\n        \"lerret\",\n        \"monophony\"\n    ],\n    \"ala na ụlọ\": [\n        \"estate\",\n        \"estated\",\n        \"estating\"\n    ],\n    \"onye nwe ala\": [\n        \"estatesman\",\n        \"indigenist\",\n        \"landamman\",\n        \"landammann\",\n        \"lander\",\n        \"landholder\",\n        \"landlooker\",\n        \"landman\",\n        \"landocrat\",\n        \"landowner\",\n        \"landsman\",\n        \"landsmanleit\",\n        \"mineowner\",\n        \"prosateur\"\n    ],\n    \"kpọrọ ihe\": [\n        \"esteemed\",\n        \"seriously\",\n        \"seriousness\"\n    ],\n    \"kwanye ugwu\": [\n        \"esteemer\"\n    ],\n    \"na-apụghị ịghọta ihe\": [\n        \"estensible\"\n    ],\n    \"nke nwere ike iwepụ\": [\n        \"esterifiable\"\n    ],\n    \"nsọpụrụ\": [\n        \"estevin\",\n        \"homage\",\n        \"honor\",\n        \"honorability\",\n        \"honorableness\",\n        \"honorableship\",\n        \"honorance\",\n        \"honorifics\",\n        \"honour\",\n        \"honourableness\",\n        \"revelative\",\n        \"revelous\",\n        \"revend\",\n        \"reverence\",\n        \"reverenced\",\n        \"reverences\",\n        \"reverent\",\n        \"reverential\",\n        \"reverentiality\",\n        \"reverentially\",\n        \"reverentialness\",\n        \"reverently\",\n        \"reverentness\",\n        \"venerance\",\n        \"veneration\"\n    ],\n    \"estet\": [\n        \"esthetic\"\n    ],\n    \"ịheticụ ọgwụ\": [\n        \"estheticism\"\n    ],\n    \"atụmatụ\": [\n        \"estimable\",\n        \"estimableness\",\n        \"estimably\",\n        \"estimate\",\n        \"estimated\",\n        \"estimates\",\n        \"estimating\",\n        \"estimation\",\n        \"estimations\",\n        \"estimative\",\n        \"estimator\",\n        \"feature\",\n        \"featureful\",\n        \"featurely\",\n        \"features\",\n        \"feture\",\n        \"forbodes\",\n        \"forebodes\",\n        \"forebooms\",\n        \"guesstimates\",\n        \"outpaints\",\n        \"plan\",\n        \"planar\",\n        \"planarity\",\n        \"planeta\",\n        \"planetologic\",\n        \"planform\",\n        \"planforms\",\n        \"planilla\",\n        \"planimetry\",\n        \"planiscopic\",\n        \"planishes\",\n        \"planispheral\",\n        \"planisphere\",\n        \"planktology\",\n        \"planktons\",\n        \"plannings\",\n        \"planont\",\n        \"planosol\",\n        \"planosols\",\n        \"plans\",\n        \"planta\",\n        \"planula\",\n        \"planulae\",\n        \"planulan\",\n        \"planular\",\n        \"planury\",\n        \"planuria\",\n        \"prevaluation\",\n        \"schema\",\n        \"schemas\",\n        \"schematics\",\n        \"schematisation\",\n        \"schematise\",\n        \"schematism\",\n        \"schematization\",\n        \"scheme\",\n        \"schemes\",\n        \"schene\",\n        \"strate\",\n        \"strategetics\",\n        \"strategy\",\n        \"strategics\",\n        \"strategoi\",\n        \"strategos\",\n        \"strategus\",\n        \"topectomies\"\n    ],\n    \"na-eme atụmatụ\": [\n        \"estimatingly\",\n        \"formulistic\",\n        \"planching\",\n        \"planishing\",\n        \"planning\",\n        \"schematising\"\n    ],\n    \"ndị na-eme atụmatụ\": [\n        \"estimators\",\n        \"improvisors\"\n    ],\n    \"nwe ugwu\": [\n        \"estivate\",\n        \"greekize\",\n        \"hoptree\"\n    ],\n    \"estoril\": [\n        \"estoil\"\n    ],\n    \"estonyan\": [\n        \"estonian\"\n    ],\n    \"ndị Estonia\": [\n        \"estonians\"\n    ],\n    \"peeji estop\": [\n        \"estoppage\"\n    ],\n    \"Okaogu\": [\n        \"estradiot\"\n    ],\n    \"ịtọhapụ\": [\n        \"estraying\",\n        \"estrangedness\",\n        \"estrangement\",\n        \"undetesting\"\n    ],\n    \"reathapụ\": [\n        \"estreat\"\n    ],\n    \"na-egbu nri\": [\n        \"estreating\",\n        \"forpining\"\n    ],\n    \"reatzọ ndụ\": [\n        \"estreats\"\n    ],\n    \"nwe ala\": [\n        \"estriate\",\n        \"landholdership\",\n        \"landimere\",\n        \"landownership\",\n        \"lappers\"\n    ],\n    \"estrogen\": [\n        \"estrones\",\n        \"oestrogen\"\n    ],\n    \"adịru\": [\n        \"estrual\",\n        \"nidificated\",\n        \"nidificating\",\n        \"smudgeless\",\n        \"spliced\"\n    ],\n    \"estrum\": [\n        \"estrums\"\n    ],\n    \"ibuo\": [\n        \"estuous\",\n        \"experimental\",\n        \"experimentalism\",\n        \"forereckon\",\n        \"insack\",\n        \"luganda\",\n        \"obsessional\",\n        \"oversaucy\"\n    ],\n    \"esiri ngwa ngwa\": [\n        \"esuriency\"\n    ],\n    \"esuri\": [\n        \"esurient\"\n    ],\n    \"esurially\": [\n        \"esuriently\"\n    ],\n    \"Etabelli\": [\n        \"etabelli\"\n    ],\n    \"etamina\": [\n        \"etamines\"\n    ],\n    \"vitamin\": [\n        \"etamins\",\n        \"indamins\",\n        \"protamins\",\n        \"thiamins\",\n        \"vitamines\",\n        \"vitamins\"\n    ],\n    \"etat iche\": [\n        \"etatisms\"\n    ],\n    \"etere\": [\n        \"etcher\",\n        \"etchers\",\n        \"tapester\"\n    ],\n    \"eden\": [\n        \"eten\"\n    ],\n    \"iteocretes\": [\n        \"eteocretes\"\n    ],\n    \"Emeostic\": [\n        \"eteostic\"\n    ],\n    \"ebighiebi\": [\n        \"eternally\"\n    ],\n    \"mgbe ebighi ebi\": [\n        \"eternise\",\n        \"eternises\",\n        \"eternity\",\n        \"eternities\"\n    ],\n    \"ndị Etene\": [\n        \"etesians\"\n    ],\n    \"ethe\": [\n        \"etheling\",\n        \"etherous\"\n    ],\n    \"etua\": [\n        \"etherate\"\n    ],\n    \"ethere\": [\n        \"etherealized\",\n        \"ethereally\",\n        \"ethered\",\n        \"unethereally\"\n    ],\n    \"etutoalized\": [\n        \"etherialized\"\n    ],\n    \"ụkpụrụ omume\": [\n        \"ethicalism\",\n        \"ethicality\",\n        \"ethicalities\",\n        \"ethicalness\",\n        \"ethicism\",\n        \"ethics\",\n        \"ethnology\",\n        \"moralise\",\n        \"moralizers\"\n    ],\n    \"ụkpụrụ ọma\": [\n        \"ethicist\",\n        \"virtueproof\",\n        \"virtuose\"\n    ],\n    \"ndị na-achịkwa ụkpụrụ omume ọma\": [\n        \"ethicists\"\n    ],\n    \"na-akwado iwu\": [\n        \"ethicized\",\n        \"hebraicize\",\n        \"legitimating\",\n        \"legitimatizing\",\n        \"legitimising\",\n        \"legitimizes\",\n        \"legitimizing\",\n        \"ligitimizing\",\n        \"preconsecrating\",\n        \"preinscribing\",\n        \"prescoring\"\n    ],\n    \"na-eme iwu\": [\n        \"ethicizes\",\n        \"legislates\",\n        \"presurmising\"\n    ],\n    \"na-ede iwu\": [\n        \"ethicizing\"\n    ],\n    \"ụkpụrụ iwu\": [\n        \"ethicopolitical\",\n        \"persymmetric\"\n    ],\n    \"ethico okpukpe\": [\n        \"ethicoreligious\"\n    ],\n    \"ethylene\": [\n        \"ethidene\"\n    ],\n    \"ethylamine\": [\n        \"ethylamide\"\n    ],\n    \"site na nkwupụta\": [\n        \"ethylenically\"\n    ],\n    \"nwaokechi\": [\n        \"ethylsulphuric\"\n    ],\n    \"indị\": [\n        \"ethinyls\"\n    ],\n    \"onye Etiopia\": [\n        \"ethiopian\"\n    ],\n    \"ndị Etiopia\": [\n        \"ethiopians\"\n    ],\n    \"onye agbụrụ\": [\n        \"ethnobotanist\",\n        \"ethnogenist\",\n        \"racialist\",\n        \"tribalist\",\n        \"tribesman\"\n    ],\n    \"onye omenaala\": [\n        \"ethnographist\",\n        \"neotraditionalist\"\n    ],\n    \"asụsụ agbụrụ\": [\n        \"ethnolinguistic\"\n    ],\n    \"ọkà mmụta agbụrụ\": [\n        \"ethnologist\"\n    ],\n    \"ndị ọkà mmụta banyere agbụrụ\": [\n        \"ethnologists\"\n    ],\n    \"etolide\": [\n        \"etholide\"\n    ],\n    \"na nyocha\": [\n        \"ethologically\"\n    ],\n    \"ọkà mmụta banyere mmụọ\": [\n        \"ethologist\"\n    ],\n    \"ndị ọkà mmụta banyere mmụọ\": [\n        \"ethologists\"\n    ],\n    \"onye na-ahụ maka etymologist\": [\n        \"etymologist\"\n    ],\n    \"ndị na-amụ gbasara ihe etymologists\": [\n        \"etymologists\"\n    ],\n    \"etymologing\": [\n        \"etymologizing\"\n    ],\n    \"etymonik\": [\n        \"etymonic\"\n    ],\n    \"etiola\": [\n        \"etiolating\"\n    ],\n    \"ọkà mmụta etiologist\": [\n        \"etiologist\"\n    ],\n    \"etioropic\": [\n        \"etiotropic\"\n    ],\n    \"etiopropically\": [\n        \"etiotropically\"\n    ],\n    \"ezigbo iwu\": [\n        \"etiquettical\"\n    ],\n    \"etna\": [\n        \"etnas\"\n    ],\n    \"Etine\": [\n        \"etnean\"\n    ],\n    \"Etonian\": [\n        \"etonian\"\n    ],\n    \"etoru\": [\n        \"etrier\"\n    ],\n    \"Etruria\": [\n        \"etruria\"\n    ],\n    \"Etrurian\": [\n        \"etrurian\"\n    ],\n    \"Etruscan\": [\n        \"etruscan\",\n        \"etruscans\"\n    ],\n    \"ett\": [\n        \"ettled\"\n    ],\n    \"etetị\": [\n        \"ettling\"\n    ],\n    \"etwa\": [\n        \"etwas\"\n    ],\n    \"Eubacteria\": [\n        \"eubacteria\"\n    ],\n    \"Eubacteriales\": [\n        \"eubacteriales\"\n    ],\n    \"Eubacterium\": [\n        \"eubacterium\"\n    ],\n    \"Eubteria\": [\n        \"eubteria\"\n    ],\n    \"euchaal\": [\n        \"eucharistial\"\n    ],\n    \"eucharistos\": [\n        \"eucharistized\"\n    ],\n    \"echiysiderite\": [\n        \"euchysiderite\"\n    ],\n    \"Euchlorhydria\": [\n        \"euchlorhydria\"\n    ],\n    \"Euchlorite\": [\n        \"euchlorite\"\n    ],\n    \"Euchre\": [\n        \"euchre\"\n    ],\n    \"juru echi\": [\n        \"euchred\"\n    ],\n    \"Euchring\": [\n        \"euchring\"\n    ],\n    \"ndị eucrites\": [\n        \"eucrites\"\n    ],\n    \"Eudaemon\": [\n        \"eudaemon\"\n    ],\n    \"Eudaemonia\": [\n        \"eudaemonia\"\n    ],\n    \"Eudaemonic\": [\n        \"eudaemonic\"\n    ],\n    \"ọ bụghị naanị\": [\n        \"eudaemonical\"\n    ],\n    \"Eudaemonistic\": [\n        \"eudaemonistic\"\n    ],\n    \"ekwenyenu\": [\n        \"eudaemonize\"\n    ],\n    \"umuoma\": [\n        \"eudaemons\"\n    ],\n    \"Eudaimonia\": [\n        \"eudaimonia\"\n    ],\n    \"Eudaimonism\": [\n        \"eudaimonism\"\n    ],\n    \"Eudaimonist\": [\n        \"eudaimonist\"\n    ],\n    \"Eidemian\": [\n        \"eudemian\"\n    ],\n    \"Eudemonia\": [\n        \"eudemonia\"\n    ],\n    \"Euflavine\": [\n        \"euflavine\"\n    ],\n    \"Eugenia\": [\n        \"eugenia\"\n    ],\n    \"Eugenic\": [\n        \"eugenic\"\n    ],\n    \"Eugenie\": [\n        \"eugenie\"\n    ],\n    \"Eugenols\": [\n        \"eugenols\"\n    ],\n    \"Euglandina\": [\n        \"euglandina\"\n    ],\n    \"Euglenaceae\": [\n        \"euglenaceae\"\n    ],\n    \"ele anya\": [\n        \"euglenales\",\n        \"skylook\",\n        \"uplook\"\n    ],\n    \"Euglenas\": [\n        \"euglenas\"\n    ],\n    \"Euglenida\": [\n        \"euglenida\"\n    ],\n    \"Euglenineae\": [\n        \"euglenineae\"\n    ],\n    \"Euglenoidina\": [\n        \"euglenoidina\"\n    ],\n    \"Euglobulin\": [\n        \"euglobulin\"\n    ],\n    \"Eugubium\": [\n        \"eugubium\"\n    ],\n    \"rie ike\": [\n        \"euhemerize\"\n    ],\n    \"Eulachan\": [\n        \"eulachan\"\n    ],\n    \"ndiogho\": [\n        \"eulachans\"\n    ],\n    \"Eulachon\": [\n        \"eulachon\"\n    ],\n    \"Eulalia\": [\n        \"eulalia\"\n    ],\n    \"Eulerian\": [\n        \"eulerian\"\n    ],\n    \"Eulysite\": [\n        \"eulysite\"\n    ],\n    \"euloging\": [\n        \"eulogising\",\n        \"eulogizing\"\n    ],\n    \"eulogist\": [\n        \"eulogistical\"\n    ],\n    \"Eulogium\": [\n        \"eulogium\"\n    ],\n    \"Eumenidean\": [\n        \"eumenidean\"\n    ],\n    \"Eumenides\": [\n        \"eumenides\"\n    ],\n    \"Eumenorrhea\": [\n        \"eumenorrhea\"\n    ],\n    \"eumoi\": [\n        \"eumoirous\"\n    ],\n    \"Eumolpique\": [\n        \"eumolpique\"\n    ],\n    \"Eumolpus\": [\n        \"eumolpus\"\n    ],\n    \"kpọdata\": [\n        \"eunicid\",\n        \"steepdown\"\n    ],\n    \"imeigbo\": [\n        \"eunuchize\"\n    ],\n    \"Euonymus\": [\n        \"euonymous\",\n        \"euonymus\",\n        \"euonymuses\"\n    ],\n    \"orthoptera\": [\n        \"euorthoptera\"\n    ],\n    \"Eupatorium\": [\n        \"eupatorium\"\n    ],\n    \"chidieke\": [\n        \"eupatrid\"\n    ],\n    \"okwu eupeptic\": [\n        \"eupepticism\"\n    ],\n    \"Euphausia\": [\n        \"euphausia\"\n    ],\n    \"Euphemy\": [\n        \"euphemy\"\n    ],\n    \"Euphemia\": [\n        \"euphemia\"\n    ],\n    \"Euphemian\": [\n        \"euphemian\"\n    ],\n    \"Euphemising\": [\n        \"euphemising\"\n    ],\n    \"okwu mkpali\": [\n        \"euphemisms\"\n    ],\n    \"Euphemizer\": [\n        \"euphemizer\"\n    ],\n    \"Euphenic\": [\n        \"euphenic\"\n    ],\n    \"Euphonetic\": [\n        \"euphonetic\"\n    ],\n    \"Euphony\": [\n        \"euphony\"\n    ],\n    \"Euphonia\": [\n        \"euphonia\"\n    ],\n    \"Euphon\": [\n        \"euphonious\"\n    ],\n    \"Euphonness\": [\n        \"euphoniousness\"\n    ],\n    \"Euphonise\": [\n        \"euphonise\"\n    ],\n    \"Euphonium\": [\n        \"euphonium\"\n    ],\n    \"Euphonon\": [\n        \"euphonon\"\n    ],\n    \"Euphorbia\": [\n        \"euphorbia\"\n    ],\n    \"Euphorbiaceous\": [\n        \"euphorbiaceous\"\n    ],\n    \"Euphorbial\": [\n        \"euphorbial\"\n    ],\n    \"Euphorbium\": [\n        \"euphorbium\"\n    ],\n    \"Euphoriant\": [\n        \"euphoriant\"\n    ],\n    \"Euphorias\": [\n        \"euphorias\"\n    ],\n    \"Euphoric\": [\n        \"euphoric\"\n    ],\n    \"Euphorically\": [\n        \"euphorically\"\n    ],\n    \"Euphrasia\": [\n        \"euphrasia\"\n    ],\n    \"Euphratean\": [\n        \"euphratean\"\n    ],\n    \"Euphrates\": [\n        \"euphrates\"\n    ],\n    \"Euphrosyne\": [\n        \"euphrosyne\"\n    ],\n    \"Euphuistically\": [\n        \"euphuistically\"\n    ],\n    \"ndị euphuists\": [\n        \"euphuists\"\n    ],\n    \"euphuating\": [\n        \"euphuizing\"\n    ],\n    \"Eupyrene\": [\n        \"eupyrene\"\n    ],\n    \"Eupittonic\": [\n        \"eupittonic\"\n    ],\n    \"Euplectella\": [\n        \"euplectella\"\n    ],\n    \"Euplexoptera\": [\n        \"euplexoptera\"\n    ],\n    \"Eupnea\": [\n        \"eupnea\"\n    ],\n    \"Eupneas\": [\n        \"eupneas\"\n    ],\n    \"Eupneic\": [\n        \"eupneic\"\n    ],\n    \"Eupnoeas\": [\n        \"eupnoeas\"\n    ],\n    \"Eupolidean\": [\n        \"eupolidean\"\n    ],\n    \"Eupraxia\": [\n        \"eupraxia\"\n    ],\n    \"Euprepia\": [\n        \"euprepia\"\n    ],\n    \"Euptelea\": [\n        \"euptelea\"\n    ],\n    \"eurasia\": [\n        \"eurasian\"\n    ],\n    \"Eurasia\": [\n        \"eurasians\"\n    ],\n    \"Eurhythmy\": [\n        \"eurhythmy\"\n    ],\n    \"Eurhythmic\": [\n        \"eurhythmic\"\n    ],\n    \"Eurhythmics\": [\n        \"eurhythmics\"\n    ],\n    \"Eurhodol\": [\n        \"eurhodol\"\n    ],\n    \"Euryalus\": [\n        \"euryalus\"\n    ],\n    \"Euryclea\": [\n        \"euryclea\"\n    ],\n    \"Eurydice\": [\n        \"eurydice\"\n    ],\n    \"Eurygnathous\": [\n        \"eurygnathous\"\n    ],\n    \"Euryhaline\": [\n        \"euryhaline\"\n    ],\n    \"Eurylaimus\": [\n        \"eurylaimus\"\n    ],\n    \"Eurymus\": [\n        \"eurymus\"\n    ],\n    \"Euryon\": [\n        \"euryon\"\n    ],\n    \"Euryphagous\": [\n        \"euryphagous\"\n    ],\n    \"Eurypharynx\": [\n        \"eurypharynx\"\n    ],\n    \"Euripidean\": [\n        \"euripidean\"\n    ],\n    \"Euripide\": [\n        \"euripides\"\n    ],\n    \"Eurypylous\": [\n        \"eurypylous\"\n    ],\n    \"Eurypterus\": [\n        \"eurypterus\"\n    ],\n    \"Euripus\": [\n        \"euripus\"\n    ],\n    \"Eurystheus\": [\n        \"eurystheus\"\n    ],\n    \"Eurystomatous\": [\n        \"eurystomatous\"\n    ],\n    \"Euryte\": [\n        \"euryte\"\n    ],\n    \"oge niile\": [\n        \"eurithermophile\",\n        \"fulltime\",\n        \"matutinally\",\n        \"matutinely\",\n        \"momentaneall\",\n        \"mostdeal\",\n        \"percurrent\",\n        \"unsimultaneously\"\n    ],\n    \"nke di egwu\": [\n        \"eurythermous\",\n        \"starker\"\n    ],\n    \"Eurytus\": [\n        \"eurytus\"\n    ],\n    \"Euryzygous\": [\n        \"euryzygous\"\n    ],\n    \"europe\": [\n        \"european\"\n    ],\n    \"European\": [\n        \"europeanism\"\n    ],\n    \"ndị Europe\": [\n        \"europeans\"\n    ],\n    \"Europe\": [\n        \"europeward\"\n    ],\n    \"europium\": [\n        \"europhium\",\n        \"europiums\"\n    ],\n    \"eurocentric\": [\n        \"europocentric\"\n    ],\n    \"euro\": [\n        \"euros\"\n    ],\n    \"Eurus\": [\n        \"eurus\"\n    ],\n    \"Eusebian\": [\n        \"eusebian\"\n    ],\n    \"Euskera\": [\n        \"euskera\"\n    ],\n    \"Eusol\": [\n        \"eusol\"\n    ],\n    \"Euspongia\": [\n        \"euspongia\"\n    ],\n    \"Eustachian\": [\n        \"eustachian\"\n    ],\n    \"Eustachium\": [\n        \"eustachium\"\n    ],\n    \"Eustathian\": [\n        \"eustathian\"\n    ],\n    \"Eustatically\": [\n        \"eustatically\"\n    ],\n    \"Eusthenopteron\": [\n        \"eusthenopteron\"\n    ],\n    \"Eutaxy\": [\n        \"eutaxy\"\n    ],\n    \"Eutaxic\": [\n        \"eutaxic\"\n    ],\n    \"Eutaxite\": [\n        \"eutaxite\"\n    ],\n    \"Eutaxitic\": [\n        \"eutaxitic\"\n    ],\n    \"Eutechnic\": [\n        \"eutechnic\"\n    ],\n    \"Eutechnics\": [\n        \"eutechnics\"\n    ],\n    \"Eutectic\": [\n        \"eutectic\"\n    ],\n    \"adịghị agbanwe agbanwe\": [\n        \"eutectics\",\n        \"inadjustability\",\n        \"inconform\",\n        \"inelastic\",\n        \"irremediless\",\n        \"nondiabolic\",\n        \"nondiaphanous\",\n        \"nondivergent\",\n        \"nonfervent\",\n        \"noninsistent\",\n        \"nonmodifying\",\n        \"unadjustable\",\n        \"unaltering\",\n        \"unamending\",\n        \"unchangefully\",\n        \"unconformed\",\n        \"unconformedly\",\n        \"undegenerating\",\n        \"unelastic\",\n        \"ungenerate\",\n        \"ungentlemanliness\",\n        \"unyielding\",\n        \"uninvigorating\",\n        \"unliver\",\n        \"unmutilative\",\n        \"unpersonalizing\",\n        \"unranging\",\n        \"unreforming\",\n        \"unregenerate\",\n        \"unregenerating\",\n        \"unregenerative\",\n        \"unrejuvenating\",\n        \"unreluctant\",\n        \"unshaping\",\n        \"unshifts\",\n        \"unshivering\",\n        \"unverdant\",\n        \"unvigorous\"\n    ],\n    \"Eutectoid\": [\n        \"eutectoid\"\n    ],\n    \"Eutelegenic\": [\n        \"eutelegenic\"\n    ],\n    \"Euterpean\": [\n        \"euterpean\"\n    ],\n    \"Eutexia\": [\n        \"eutexia\"\n    ],\n    \"Eutychian\": [\n        \"eutychian\"\n    ],\n    \"Eutopia\": [\n        \"eutopia\"\n    ],\n    \"Eutopian\": [\n        \"eutopian\"\n    ],\n    \"Eutrophic\": [\n        \"eutrophic\"\n    ],\n    \"onye na-ebugharị\": [\n        \"evacuant\"\n    ],\n    \"ndị na-akpọpu mmiri\": [\n        \"evacuants\"\n    ],\n    \"kpọpụrụ\": [\n        \"evacuated\",\n        \"evacuates\",\n        \"unditched\"\n    ],\n    \"mkpopu\": [\n        \"evacuation\"\n    ],\n    \"onye mkpochapu\": [\n        \"evacuator\"\n    ],\n    \"kpọpuo\": [\n        \"evacuee\"\n    ],\n    \"enwere ike ịpụ\": [\n        \"evadable\"\n    ],\n    \"ndị na-agbara ọsọ\": [\n        \"evaders\"\n    ],\n    \"a na-apụ apụ\": [\n        \"evadible\",\n        \"outbraid\"\n    ],\n    \"site n'ụzọ doro anya\": [\n        \"evadingly\"\n    ],\n    \"enwere ike ịpụpụ\": [\n        \"evaginable\"\n    ],\n    \"kpopu\": [\n        \"evaginate\",\n        \"evaporize\",\n        \"evomit\",\n        \"exhale\"\n    ],\n    \"eval\": [\n        \"evalue\"\n    ],\n    \"na-evande\": [\n        \"evanescing\"\n    ],\n    \"ozioma\": [\n        \"evangel\",\n        \"evangelian\",\n        \"evangelic\",\n        \"evangeline\",\n        \"evangelion\",\n        \"evangelise\",\n        \"evangelised\",\n        \"evangeliser\",\n        \"evangelistarium\",\n        \"evangelistically\",\n        \"evangelistics\",\n        \"evangelized\",\n        \"extraperiosteal\",\n        \"gloiosiphonia\",\n        \"gloriosa\",\n        \"glossiphonia\",\n        \"gonocoel\",\n        \"gorlois\",\n        \"gospel\",\n        \"gospelist\",\n        \"gospelize\",\n        \"gospeller\",\n        \"gospelly\",\n        \"gospellike\",\n        \"gospelmonger\",\n        \"gospels\",\n        \"gospelwards\",\n        \"gosplan\",\n        \"gospodar\",\n        \"gosports\",\n        \"heraldship\",\n        \"unangelic\"\n    ],\n    \"ezisa ozi ọma\": [\n        \"evangelical\",\n        \"evangelicality\",\n        \"evangelically\",\n        \"evangelican\",\n        \"evangelistic\",\n        \"evangelizes\"\n    ],\n    \"ndị nkwusa ozioma\": [\n        \"evangelicals\",\n        \"evangelistaries\",\n        \"evangelists\"\n    ],\n    \"izisa ozi ọma\": [\n        \"evangelicity\",\n        \"evangelisation\",\n        \"evangelising\",\n        \"evangelism\",\n        \"evangelistship\",\n        \"evangelization\",\n        \"evangelizing\"\n    ],\n    \"ọkwọrọikọ\": [\n        \"evangelist\"\n    ],\n    \"onye nkwusa ozioma\": [\n        \"evangelistary\"\n    ],\n    \"zisa ozi ọma\": [\n        \"evangelize\"\n    ],\n    \"onye na-ezisa ozi ọma\": [\n        \"evangelizer\"\n    ],\n    \"ikusi\": [\n        \"evaporate\",\n        \"intruse\",\n        \"vaporate\"\n    ],\n    \"evaporation\": [\n        \"evaporations\"\n    ],\n    \"onye uzu oku\": [\n        \"evaporator\"\n    ],\n    \"evaporimeta\": [\n        \"evaporimeter\"\n    ],\n    \"igwe anwuru\": [\n        \"evaporometer\"\n    ],\n    \"enwere ike ime\": [\n        \"evasible\",\n        \"leasable\"\n    ],\n    \"evek\": [\n        \"eveck\"\n    ],\n    \"eveve\": [\n        \"evected\"\n    ],\n    \"nchupu\": [\n        \"evection\",\n        \"eviction\",\n        \"interchurch\",\n        \"outchiding\",\n        \"termination\",\n        \"terminations\"\n    ],\n    \"vektọ\": [\n        \"evector\",\n        \"vector\",\n        \"vectors\"\n    ],\n    \"evelina\": [\n        \"eveline\"\n    ],\n    \"obuna\": [\n        \"even\",\n        \"evenblush\"\n    ],\n    \"Anyasị\": [\n        \"evened\"\n    ],\n    \"ọbụna\": [\n        \"evener\",\n        \"evenest\",\n        \"evenforth\",\n        \"evenly\",\n        \"evenlong\",\n        \"evenminded\",\n        \"evenwise\"\n    ],\n    \"Ọbụna nsogbu\": [\n        \"evenfalls\"\n    ],\n    \"Ọbụna\": [\n        \"evenlight\",\n        \"evens\"\n    ],\n    \"Uche\": [\n        \"evenmindedness\",\n        \"pistaches\",\n        \"starets\",\n        \"ur\"\n    ],\n    \"Okonkwo\": [\n        \"evensong\",\n        \"favonian\"\n    ],\n    \"Ugodi\": [\n        \"evensongs\",\n        \"funs\",\n        \"upcurve\",\n        \"upcurves\"\n    ],\n    \"enweghị ọdachi\": [\n        \"eventlessness\"\n    ],\n    \"ma ọ bụ ihe omume\": [\n        \"eventualize\"\n    ],\n    \"bụla\": [\n        \"every\",\n        \"everylike\"\n    ],\n    \"adị kwa ụbọchị\": [\n        \"everydayness\"\n    ],\n    \"nsogbu kwa\": [\n        \"everydeal\"\n    ],\n    \"n'ụzọ obula\": [\n        \"everyhow\"\n    ],\n    \"Ebe ọ bụla\": [\n        \"everyplace\"\n    ],\n    \"Ebe niile\": [\n        \"everywhence\"\n    ],\n    \"ebe niile\": [\n        \"everywhere\",\n        \"omnirepresentativeness\",\n        \"ubiquitist\"\n    ],\n    \"ịba ama\": [\n        \"everywhereness\"\n    ],\n    \"ahịhịa ọ bụla\": [\n        \"everywheres\"\n    ],\n    \"Nwanyị ọ bụla\": [\n        \"everywoman\"\n    ],\n    \"na-adị ndụ mgbe niile\": [\n        \"everliving\"\n    ],\n    \"enwere ike ịgbanwu\": [\n        \"eversible\"\n    ],\n    \"Onye nzoputa\": [\n        \"evertor\"\n    ],\n    \"Mgbe nile\": [\n        \"everts\"\n    ],\n    \"eberi\": [\n        \"evestar\",\n        \"friedelite\"\n    ],\n    \"ndị mkpọka\": [\n        \"evictees\"\n    ],\n    \"onye na-achụpụ\": [\n        \"evictor\",\n        \"expulser\"\n    ],\n    \"ihe akaebe\": [\n        \"evidence\",\n        \"evidences\",\n        \"miteproof\",\n        \"proofy\",\n        \"proofs\",\n        \"reevidence\",\n        \"rodentproof\",\n        \"spongeproof\"\n    ],\n    \"egosi\": [\n        \"evidencive\",\n        \"flaunted\",\n        \"hinted\",\n        \"indicatable\",\n        \"indicatorinae\",\n        \"indictees\",\n        \"indicter\",\n        \"pointers\"\n    ],\n    \"ihe àmà\": [\n        \"evidentness\"\n    ],\n    \"ndị na-eme ihe ọjọọ\": [\n        \"evildoers\",\n        \"misalters\",\n        \"miscreants\",\n        \"misdoers\",\n        \"mistutors\",\n        \"wrongdoers\"\n    ],\n    \"ime ihe ọjọọ\": [\n        \"evildoing\",\n        \"maltreating\",\n        \"misdoing\"\n    ],\n    \"onye na-eme ihe ọjọọ\": [\n        \"eviller\",\n        \"maltreator\",\n        \"miscreator\"\n    ],\n    \"Onye na-ekwu okwu ojoo\": [\n        \"evilspeaker\"\n    ],\n    \"na-asọpụta\": [\n        \"evilspeaking\",\n        \"outflowing\"\n    ],\n    \"izisa\": [\n        \"evince\"\n    ],\n    \"enwere ike iwepụ\": [\n        \"evitable\"\n    ],\n    \".kpọpụ\": [\n        \"evitate\"\n    ],\n    \"òkù\": [\n        \"evitation\",\n        \"invitation\"\n    ],\n    \"na nkpali\": [\n        \"evocatively\"\n    ],\n    \"ẹtoro\": [\n        \"evocator\"\n    ],\n    \"ndi nkpu\": [\n        \"evocators\"\n    ],\n    \"onye na-aza oku\": [\n        \"evoker\"\n    ],\n    \"evolushọn\": [\n        \"evolutional\",\n        \"evolutionary\",\n        \"evolutionism\",\n        \"evolutionist\",\n        \"evolutionistic\"\n    ],\n    \"ndị kweere n’ozizi evolushọn\": [\n        \"evolutionists\"\n    ],\n    \"ghọrọ usoro\": [\n        \"evolved\"\n    ],\n    \"chụba\": [\n        \"evulgate\"\n    ],\n    \"ulschụpụ\": [\n        \"evulsion\",\n        \"expulsory\"\n    ],\n    \"n’ezie\": [\n        \"ewer\"\n    ],\n    \"atụrụ\": [\n        \"ewers\",\n        \"ewes\",\n        \"flockwise\",\n        \"floes\",\n        \"lambed\",\n        \"lambling\",\n        \"sheepbacks\",\n        \"sheepbell\",\n        \"sheepberry\",\n        \"sheepberries\",\n        \"sheepify\",\n        \"sheepified\",\n        \"sheepish\",\n        \"sheepishness\",\n        \"sheepmint\",\n        \"sheepnose\",\n        \"sheepnut\",\n        \"sheepshed\"\n    ],\n    \"ewus\": [\n        \"ewest\"\n    ],\n    \"Ọpụ\": [\n        \"ex\"\n    ],\n    \"ime kawanye njọ\": [\n        \"exacerbate\"\n    ],\n    \"Kpọmkwem\": [\n        \"exactas\"\n    ],\n    \"ndị ziri ezi\": [\n        \"exacters\",\n        \"rightists\",\n        \"straighteners\"\n    ],\n    \"onye ziri ezi\": [\n        \"exactor\",\n        \"exactress\",\n        \"fairkeeper\"\n    ],\n    \"Ndị na-achọ ihe\": [\n        \"exactors\"\n    ],\n    \"kpomkwem\": [\n        \"exactus\",\n        \"precisely\",\n        \"precisest\",\n        \"preclusively\"\n    ],\n    \"ikwubiga okwu ókè\": [\n        \"exaggerated\",\n        \"exaggeratedly\",\n        \"exaggeratedness\",\n        \"exaggerates\",\n        \"exaggerating\",\n        \"exaggeratingly\",\n        \"exaggeration\",\n        \"exaggerations\",\n        \"exaggerative\",\n        \"exaggeratively\",\n        \"exaggerativeness\",\n        \"exaggerator\",\n        \"exaggeratory\",\n        \"nonexaggerated\",\n        \"nonexaggeration\",\n        \"overdenunciation\",\n        \"overeasy\",\n        \"overeffort\",\n        \"overemphasizing\",\n        \"overemphatic\",\n        \"overemphatical\",\n        \"overemphaticalness\",\n        \"overemphaticness\",\n        \"overemploy\",\n        \"overexaggerate\",\n        \"overexaggerated\",\n        \"overexaggerating\",\n        \"overexcelling\",\n        \"overexposing\",\n        \"overexuberantness\",\n        \"overpiteousness\",\n        \"overplainness\",\n        \"unexaggerated\",\n        \"unexaggerating\"\n    ],\n    \"Ndị ikwubiga okwu ókè\": [\n        \"exaggerators\"\n    ],\n    \"onyemaechi\": [\n        \"exallotriote\",\n        \"teetaller\"\n    ],\n    \"beli elu\": [\n        \"exalte\"\n    ],\n    \"ebuli\": [\n        \"exaltee\",\n        \"heaves\",\n        \"heavity\",\n        \"optimise\",\n        \"optimize\",\n        \"upmanship\"\n    ],\n    \"ndị buliri elu\": [\n        \"exalters\"\n    ],\n    \"Ebuli elu\": [\n        \"exalts\"\n    ],\n    \"ule\": [\n        \"exam\",\n        \"exameter\",\n        \"examination\",\n        \"examinations\",\n        \"exams\",\n        \"probings\",\n        \"testable\",\n        \"testaceography\",\n        \"testaceous\",\n        \"testacy\",\n        \"testar\",\n        \"testation\",\n        \"testatrices\",\n        \"testes\",\n        \"testily\",\n        \"testing\",\n        \"testingly\",\n        \"testings\",\n        \"testis\",\n        \"testmatch\",\n        \"testril\",\n        \"tests\"\n    ],\n    \"n'inyocha\": [\n        \"examining\",\n        \"examiningly\",\n        \"investigatingly\"\n    ],\n    \"ima atu\": [\n        \"example\"\n    ],\n    \"ihe omuma atu\": [\n        \"exampleship\"\n    ],\n    \"exanụ\": [\n        \"exanimate\"\n    ],\n    \"gbanyepu\": [\n        \"exanthine\",\n        \"stemple\"\n    ],\n    \"n'oké iwe\": [\n        \"exasperatedly\",\n        \"exasperatingly\",\n        \"stormed\"\n    ],\n    \"kpasuo iwe\": [\n        \"exasperates\",\n        \"infuriate\",\n        \"provoke\"\n    ],\n    \"ndụdụ\": [\n        \"excandescence\",\n        \"exuccous\",\n        \"firk\",\n        \"firked\",\n        \"fork\",\n        \"forked\",\n        \"forkedness\",\n        \"forkhead\",\n        \"forky\",\n        \"forkless\",\n        \"forklike\",\n        \"forks\",\n        \"forksful\",\n        \"forktail\",\n        \"goad\",\n        \"goadlike\",\n        \"goads\",\n        \"goadster\",\n        \"outadmiral\",\n        \"outdodge\",\n        \"outdodges\",\n        \"outdrank\",\n        \"outdwell\",\n        \"outgushes\",\n        \"spirous\",\n        \"toadyship\",\n        \"toadishness\"\n    ],\n    \"mmụọ nnupụisi\": [\n        \"excandescency\"\n    ],\n    \"exctọ\": [\n        \"excantation\"\n    ],\n    \"inupụ isi\": [\n        \"excarnificate\",\n        \"inobedient\",\n        \"invillage\",\n        \"rebel\",\n        \"rebelling\",\n        \"rebelliously\",\n        \"subrebellion\"\n    ],\n    \"gwupụtatụrụla\": [\n        \"excavate\",\n        \"excavates\",\n        \"unearthed\"\n    ],\n    \"gwupụtaburu\": [\n        \"excavated\"\n    ],\n    \"na-egwupụta ihe\": [\n        \"excavating\",\n        \"mineralizing\"\n    ],\n    \"ogwugwu onu\": [\n        \"excavation\",\n        \"excavational\",\n        \"excavations\",\n        \"excave\"\n    ],\n    \"ndị na-egwupụta ihe\": [\n        \"excavators\"\n    ],\n    \"dịbu\": [\n        \"excedent\"\n    ],\n    \"karịrị\": [\n        \"exceeders\",\n        \"excels\",\n        \"excelse\",\n        \"outsuffer\",\n        \"overhalf\",\n        \"surpassed\",\n        \"surpasses\"\n    ],\n    \"gafee oke\": [\n        \"exceeding\"\n    ],\n    \"karịrị akarị\": [\n        \"exceedingness\",\n        \"excrescently\",\n        \"outcross\",\n        \"outcrossed\",\n        \"outcrosses\",\n        \"outcrossing\",\n        \"outcrowd\",\n        \"outcrowed\",\n        \"outmove\",\n        \"outmoves\",\n        \"outpassed\",\n        \"outpasses\",\n        \"outpassing\",\n        \"outstared\",\n        \"outweaponed\",\n        \"outweary\",\n        \"outwearied\",\n        \"outweigh\",\n        \"outweighed\",\n        \"outweighing\",\n        \"outweighs\",\n        \"outweight\",\n        \"outwhirling\",\n        \"outwrangling\",\n        \"overabundant\",\n        \"overaccumulating\",\n        \"overaggressively\",\n        \"overarching\",\n        \"overbearer\",\n        \"overbeetling\",\n        \"overbide\",\n        \"overbody\",\n        \"overbumptious\",\n        \"overbumptiousness\",\n        \"overburned\",\n        \"overburningly\",\n        \"overchildishly\",\n        \"overcommercialized\",\n        \"overcomplacent\",\n        \"overcomplacently\",\n        \"overconsiderately\",\n        \"overcorned\",\n        \"overcross\",\n        \"overcrossing\",\n        \"overcrow\",\n        \"overcrowd\",\n        \"overcrowded\",\n        \"overcrowdedly\",\n        \"overcrowds\",\n        \"overcurtain\",\n        \"overdebated\",\n        \"overdecked\",\n        \"overdeferential\",\n        \"overdeferentially\",\n        \"overdelicious\",\n        \"overdeveloping\",\n        \"overdevoted\",\n        \"overdevotedly\",\n        \"overdiffusingly\",\n        \"overdiversely\",\n        \"overdiversifies\",\n        \"overdiversity\",\n        \"overdominant\",\n        \"overelegant\",\n        \"overemulated\",\n        \"overequal\",\n        \"overestimated\",\n        \"overfoully\",\n        \"overgracious\",\n        \"overgross\",\n        \"overgrossly\",\n        \"overhated\",\n        \"overhating\",\n        \"overhatted\",\n        \"overheaps\",\n        \"overheave\",\n        \"overheavily\",\n        \"overjob\",\n        \"overjocular\",\n        \"overlicentiousness\",\n        \"overlier\",\n        \"overlubricating\",\n        \"overmultitude\",\n        \"overpassed\",\n        \"overpending\",\n        \"overpeopled\",\n        \"overperemptory\",\n        \"overperemptoriness\",\n        \"overplaced\",\n        \"overponderously\",\n        \"overpopulated\",\n        \"overpopulously\",\n        \"overproficient\",\n        \"overproficiently\",\n        \"overproportionate\",\n        \"overproportionated\",\n        \"overprosperous\",\n        \"overprosperously\",\n        \"overprovidently\",\n        \"overresolutely\",\n        \"oversalted\",\n        \"oversecreted\",\n        \"overservile\",\n        \"oversevere\",\n        \"overspeculate\",\n        \"overspeculated\",\n        \"overspeedily\",\n        \"overspending\",\n        \"overstale\",\n        \"overstalely\",\n        \"overstored\",\n        \"overstressed\",\n        \"oversufficient\",\n        \"oversufficiently\",\n        \"overtaxing\",\n        \"overtechnicality\",\n        \"overtightly\",\n        \"overtimorous\",\n        \"overtippled\",\n        \"overtly\",\n        \"overtruly\",\n        \"overvaliant\",\n        \"overvaluable\",\n        \"overvalue\",\n        \"overvariety\",\n        \"overventuresome\",\n        \"overventurous\",\n        \"overventurously\",\n        \"overweaponed\",\n        \"overweighs\",\n        \"overwhelmer\",\n        \"overwhelmingly\",\n        \"superchemically\",\n        \"superevident\",\n        \"superfinite\",\n        \"supernumerary\",\n        \"supernumerariness\",\n        \"supernumerous\",\n        \"supernumerously\",\n        \"supernumerousness\",\n        \"supersensibly\",\n        \"supersufficient\",\n        \"surpassing\",\n        \"surpassingness\",\n        \"transcendently\"\n    ],\n    \"Excel\": [\n        \"excel\"\n    ],\n    \"Ọmarịcha\": [\n        \"excellencies\",\n        \"rummery\"\n    ],\n    \"karịrị na\": [\n        \"excelsin\"\n    ],\n    \"eccentric\": [\n        \"excentric\",\n        \"excentrical\"\n    ],\n    \"eccentricity\": [\n        \"excentricity\"\n    ],\n    \"anaghị ekwe\": [\n        \"excepable\",\n        \"noncurious\",\n        \"uncurling\"\n    ],\n    \"ewezuga\": [\n        \"except\",\n        \"excepted\",\n        \"exception\",\n        \"exceptionably\",\n        \"exceptionally\",\n        \"exceptive\",\n        \"exceptless\",\n        \"excepts\",\n        \"expection\",\n        \"outcept\"\n    ],\n    \"ma e wezụga\": [\n        \"exceptant\",\n        \"excepting\",\n        \"exceptio\",\n        \"exceptor\"\n    ],\n    \"ahụkebe\": [\n        \"exceptional\"\n    ],\n    \"mmega ahụ\": [\n        \"excercise\",\n        \"exercise\",\n        \"exercitation\",\n        \"physnomy\"\n    ],\n    \"kwuru, sị\": [\n        \"excerpting\"\n    ],\n    \"gabiga ókè\": [\n        \"excessive\",\n        \"excessively\",\n        \"extreme\",\n        \"extremes\",\n        \"extremital\",\n        \"overadvance\",\n        \"overbarish\",\n        \"overbashful\",\n        \"overbashfulness\",\n        \"overbitterly\",\n        \"overbitterness\",\n        \"overboil\",\n        \"overbounteous\",\n        \"overbounteously\",\n        \"overbrutally\",\n        \"overburdeningly\",\n        \"overcleanly\",\n        \"overcleverly\",\n        \"overconstantly\",\n        \"overcontritely\",\n        \"overcunningly\",\n        \"overcurious\",\n        \"overcuriously\",\n        \"overdaringly\",\n        \"overdear\",\n        \"overdearly\",\n        \"overdearness\",\n        \"overdeliciously\",\n        \"overdepressively\",\n        \"overderisive\",\n        \"overdetailed\",\n        \"overdrily\",\n        \"overearly\",\n        \"overearnest\",\n        \"overeasily\",\n        \"overeying\",\n        \"overempirical\",\n        \"overestimate\",\n        \"overexquisitely\",\n        \"overfaithfully\",\n        \"overfearfully\",\n        \"overforced\",\n        \"overforwardly\",\n        \"overforwardness\",\n        \"overfreely\",\n        \"overfrequency\",\n        \"overfrequent\",\n        \"overfrequently\",\n        \"overfruitfully\",\n        \"overgently\",\n        \"overgratefully\",\n        \"overgreatly\",\n        \"overgrievously\",\n        \"overhelpfully\",\n        \"overhighly\",\n        \"overhomely\",\n        \"overidealize\",\n        \"overillustrate\",\n        \"overimitate\",\n        \"overimitated\",\n        \"overimpressibly\",\n        \"overindulgently\",\n        \"overinvolve\",\n        \"overinvolving\",\n        \"overjealously\",\n        \"overlargely\",\n        \"overly\",\n        \"overlively\",\n        \"overluscious\",\n        \"overmaturely\",\n        \"overmatureness\",\n        \"overmaturity\",\n        \"overmerrily\",\n        \"overmerriment\",\n        \"overmerriness\",\n        \"overmind\",\n        \"overminuteness\",\n        \"overmodestly\",\n        \"overmoralizingly\",\n        \"overmorally\",\n        \"overmost\",\n        \"overmount\",\n        \"overmournful\",\n        \"overmournfully\",\n        \"overmournfulness\",\n        \"overmuch\",\n        \"overmuchness\",\n        \"overneglectfully\",\n        \"overpainfully\",\n        \"overpartially\",\n        \"overpiteous\",\n        \"overpiteously\",\n        \"overply\",\n        \"overpolitical\",\n        \"overpolitically\",\n        \"overponderous\",\n        \"overrational\",\n        \"overrationally\",\n        \"overreached\",\n        \"overreaches\",\n        \"overreachingly\",\n        \"overreachingness\",\n        \"overreadily\",\n        \"overreduced\",\n        \"overreliance\",\n        \"overreliant\",\n        \"overrent\",\n        \"overrepresent\",\n        \"overrepresentative\",\n        \"overrepresentatively\",\n        \"overreservedly\",\n        \"overrichly\",\n        \"overripely\",\n        \"overrunningly\",\n        \"oversadly\",\n        \"oversceptically\",\n        \"oversententious\",\n        \"overserenely\",\n        \"overserious\",\n        \"overseriously\",\n        \"overservilely\",\n        \"oversimply\",\n        \"oversimplicity\",\n        \"oversize\",\n        \"oversmoothly\",\n        \"oversorrowfully\",\n        \"oversparingly\",\n        \"overspeak\",\n        \"overstoutly\",\n        \"oversusceptibly\",\n        \"overtedious\",\n        \"overtediously\",\n        \"overterrible\",\n        \"overuberous\",\n        \"overuse\",\n        \"overusual\",\n        \"overusually\",\n        \"overvaliantly\",\n        \"overvehemently\",\n        \"overvigorous\",\n        \"overvigorously\",\n        \"overwidely\",\n        \"overwily\",\n        \"surpassingly\"\n    ],\n    \"mgbanweta\": [\n        \"exchangee\"\n    ],\n    \"Exchanger\": [\n        \"exchanger\"\n    ],\n    \"inyerịta ego\": [\n        \"exchanging\"\n    ],\n    \"igba ego\": [\n        \"exchequer\"\n    ],\n    \"mpụga\": [\n        \"excide\",\n        \"excided\",\n        \"excides\",\n        \"extern\",\n        \"external\",\n        \"externalisation\",\n        \"externalise\",\n        \"externalism\",\n        \"externality\",\n        \"externalities\",\n        \"externalization\",\n        \"externals\",\n        \"externat\",\n        \"externity\",\n        \"externs\",\n        \"externship\",\n        \"externum\",\n        \"extravasate\",\n        \"migrative\",\n        \"outbids\",\n        \"outbring\",\n        \"outchide\",\n        \"outerness\",\n        \"outhire\",\n        \"outyard\",\n        \"outlabor\",\n        \"outquarters\",\n        \"outrace\",\n        \"outrap\",\n        \"outride\",\n        \"outroots\",\n        \"outsets\",\n        \"outshoot\",\n        \"outshoots\",\n        \"outskill\",\n        \"outskirt\",\n        \"outskirter\",\n        \"outskirts\",\n        \"outslid\",\n        \"outslide\",\n        \"outstares\",\n        \"outstream\",\n        \"outstride\",\n        \"outswarm\",\n        \"outwits\"\n    ],\n    \"kemgbali\": [\n        \"excitable\",\n        \"intuitable\",\n        \"vibratile\"\n    ],\n    \"excit excit\": [\n        \"excitably\"\n    ],\n    \"excit\": [\n        \"excitant\"\n    ],\n    \"pụọ iche\": [\n        \"excitants\",\n        \"excriminate\",\n        \"isoimmunize\",\n        \"outrive\",\n        \"uniquer\",\n        \"uniquest\"\n    ],\n    \"Ọkpụkpụ excito\": [\n        \"excitoglandular\"\n    ],\n    \"na mkpu\": [\n        \"exclaimingly\",\n        \"exclamatively\",\n        \"exclamatorily\"\n    ],\n    \"Mkpagbu\": [\n        \"exclaustration\"\n    ],\n    \"nwepu aha\": [\n        \"exclosure\"\n    ],\n    \"Ọghọm\": [\n        \"excogitated\"\n    ],\n    \"n'emegide\": [\n        \"excogitating\"\n    ],\n    \"a ga-achụpụ\": [\n        \"excommunicant\"\n    ],\n    \"onye na-achụpụ mmadụ\": [\n        \"excommunicator\"\n    ],\n    \"ndị na-ekpochapụ\": [\n        \"excommunicators\"\n    ],\n    \"were obi uto\": [\n        \"excoriated\"\n    ],\n    \"Mmụta\": [\n        \"excoriations\",\n        \"studding\",\n        \"studdings\"\n    ],\n    \"excrere\": [\n        \"excreation\",\n        \"excrement\",\n        \"excretion\"\n    ],\n    \"n'iwepu\": [\n        \"excrementally\"\n    ],\n    \"Ekwe Ntughari\": [\n        \"excrementitiousness\"\n    ],\n    \"wepuo\": [\n        \"excrementize\"\n    ],\n    \"Ahụpụsị\": [\n        \"excrescency\"\n    ],\n    \"excreaks\": [\n        \"excretions\"\n    ],\n    \"kpochapu obi\": [\n        \"excruciated\"\n    ],\n    \"n’ike mmụọ\": [\n        \"excruciatingly\"\n    ],\n    \"udgba akwụkwọ\": [\n        \"excudit\"\n    ],\n    \"exculul\": [\n        \"exculpable\"\n    ],\n    \"Ebupụrụ\": [\n        \"exculpated\"\n    ],\n    \"excul excations\": [\n        \"exculpations\"\n    ],\n    \"Ebuli\": [\n        \"exculpative\"\n    ],\n    \"anaghị akwụ ụgwọ\": [\n        \"exculpatory\",\n        \"nonabiding\",\n        \"nonabsorbent\",\n        \"nonabsorbing\",\n        \"nonadapter\",\n        \"nonadherent\",\n        \"nonadhesion\",\n        \"nonadorning\",\n        \"nonadventurous\",\n        \"nonage\",\n        \"nonagent\",\n        \"nonages\",\n        \"nonagesimal\",\n        \"nonannuitant\",\n        \"nonarcing\",\n        \"nonascendent\",\n        \"nonascetical\",\n        \"nonaspirating\",\n        \"nonassenting\",\n        \"nonatonement\",\n        \"nonattendance\",\n        \"nonattendant\",\n        \"nonattributive\",\n        \"nonbasing\",\n        \"nonbending\",\n        \"nonbiting\",\n        \"nonbleeding\",\n        \"nonbudding\",\n        \"nonbuying\",\n        \"noncadent\",\n        \"noncandidate\",\n        \"nonchargeable\",\n        \"noncombative\",\n        \"noncome\",\n        \"noncompensable\",\n        \"noncompensating\",\n        \"noncompensative\",\n        \"noncompensatory\",\n        \"noncompliant\",\n        \"noncondensed\",\n        \"noncondensing\",\n        \"noncondescending\",\n        \"noncongestive\",\n        \"noncongratulatory\",\n        \"nonconsent\",\n        \"nonconspiratorial\",\n        \"nonconspiring\",\n        \"nonconsumptive\",\n        \"noncorrosive\",\n        \"noncranking\",\n        \"noncreeping\",\n        \"nonculpable\",\n        \"noncurdling\",\n        \"noncurling\",\n        \"nondebilitative\",\n        \"nondecadent\",\n        \"nondefendant\",\n        \"nondefense\",\n        \"nondefensive\",\n        \"nondefensively\",\n        \"nondeferrable\",\n        \"nondefiant\",\n        \"nondefiantly\",\n        \"nondependancy\",\n        \"nondependancies\",\n        \"nondepositor\",\n        \"nonderisible\",\n        \"nondiapausing\",\n        \"nondischarging\",\n        \"noneditor\",\n        \"nonemendation\",\n        \"nonendurable\",\n        \"nonenduring\",\n        \"nonenforceable\",\n        \"nonentrant\",\n        \"nonesthetical\",\n        \"nonfastidious\",\n        \"nonfecund\",\n        \"nonfederated\",\n        \"nonfestive\",\n        \"nonfeudally\",\n        \"nonfilamentous\",\n        \"nonflagitious\",\n        \"nonflyable\",\n        \"nonfluently\",\n        \"nonyielding\",\n        \"nonilluminant\",\n        \"nonillusive\",\n        \"nonimbricating\",\n        \"nonimbricative\",\n        \"nonimitational\",\n        \"nonimputable\",\n        \"nonimputative\",\n        \"nonimputatively\",\n        \"nonimputativeness\",\n        \"nonindependent\",\n        \"nonindulgently\",\n        \"nonlabeling\",\n        \"nonlabelling\",\n        \"nonleaking\",\n        \"nonliquefying\",\n        \"nonmandatory\",\n        \"nonmendicant\",\n        \"nonmilitant\",\n        \"nonmonetary\",\n        \"nonmotile\",\n        \"nonmotoring\",\n        \"nonmutational\",\n        \"nonmutative\",\n        \"nonnant\",\n        \"nonnegligent\",\n        \"nonnegligibility\",\n        \"nonnegligible\",\n        \"nonobligatory\",\n        \"nonoffensive\",\n        \"nonoffensively\",\n        \"nonoral\",\n        \"nonorally\",\n        \"nonostensive\",\n        \"nonpaid\",\n        \"nonpayer\",\n        \"nonpaying\",\n        \"nonpalliation\",\n        \"nonpalliative\",\n        \"nonparous\",\n        \"nonpendant\",\n        \"nonpendent\",\n        \"nonpending\",\n        \"nonpensionable\",\n        \"nonpliant\",\n        \"nonpliantly\",\n        \"nonpolluting\",\n        \"nonponderous\",\n        \"nonpositive\",\n        \"nonprobation\",\n        \"nonprobative\",\n        \"nonprofanely\",\n        \"nonprofit\",\n        \"nonprotrusive\",\n        \"nonprotuberantly\",\n        \"nonprovisionary\",\n        \"nonprovocative\",\n        \"nonprovocatively\",\n        \"nonpulsative\",\n        \"nonpunishable\",\n        \"nonputting\",\n        \"nonradiant\",\n        \"nonradiative\",\n        \"nonratifying\",\n        \"nonrecalcitrant\",\n        \"nonreciprocal\",\n        \"nonreciprocally\",\n        \"nonreciprocating\",\n        \"nonrecitative\",\n        \"nonrecombinant\",\n        \"nonrecurent\",\n        \"nonrecurring\",\n        \"nonrefuelling\",\n        \"nonrefutal\",\n        \"nonreimbursement\",\n        \"nonrelenting\",\n        \"nonremonstrant\",\n        \"nonremunerative\",\n        \"nonremuneratively\",\n        \"nonrepresentatively\",\n        \"nonreproducible\",\n        \"nonrepudiable\",\n        \"nonrepudiative\",\n        \"nonreputable\",\n        \"nonresistive\",\n        \"nonretail\",\n        \"nonretired\",\n        \"nonretirement\",\n        \"nonsalably\",\n        \"nonsalaried\",\n        \"nonsawing\",\n        \"nonscholastic\",\n        \"nonsitter\",\n        \"nonspill\",\n        \"nonstainable\",\n        \"nonstatic\",\n        \"nonstationary\",\n        \"nonstatistic\",\n        \"nonstative\",\n        \"nonstimulant\",\n        \"nonstimulative\",\n        \"nonstriking\",\n        \"nonstudent\",\n        \"nonsubstitutionary\",\n        \"nonsuiting\",\n        \"nontanning\",\n        \"nontaxable\",\n        \"nontaxation\",\n        \"nontemperate\",\n        \"nontempered\",\n        \"nontenant\",\n        \"nontentative\",\n        \"nontenurial\",\n        \"nontimbered\",\n        \"nontrader\",\n        \"nontransience\",\n        \"nontransient\",\n        \"nontribal\",\n        \"nontruant\",\n        \"nontrunked\",\n        \"nontutorial\",\n        \"nonundulate\",\n        \"nonundulating\",\n        \"nonuniting\",\n        \"nonusing\",\n        \"nonvegetive\",\n        \"nonveracious\",\n        \"nonvertebrate\",\n        \"nonvesting\",\n        \"nonvintage\",\n        \"nonvoting\",\n        \"unbuyableness\",\n        \"uncharred\",\n        \"unchastising\",\n        \"uncontemning\",\n        \"uncrediting\",\n        \"undepending\",\n        \"underpaid\",\n        \"undischarged\",\n        \"unfawning\",\n        \"unfrugal\",\n        \"ungenerative\",\n        \"unoffendable\",\n        \"unoffendingly\",\n        \"unpaying\",\n        \"unpensioned\",\n        \"unpensioning\",\n        \"unprobed\",\n        \"unproposing\",\n        \"unprostitute\",\n        \"unproud\",\n        \"unproudly\",\n        \"unpugnacious\",\n        \"unradiative\",\n        \"unreaving\",\n        \"unrebuffably\",\n        \"unrecent\",\n        \"unreclining\",\n        \"unrecompensed\",\n        \"unrecurring\",\n        \"unredeeming\",\n        \"unreducibly\",\n        \"unrefulgent\",\n        \"unrefulgently\",\n        \"unrefuting\",\n        \"unreproachably\",\n        \"unreproaching\",\n        \"unreprobative\",\n        \"unreproducible\",\n        \"unreproving\",\n        \"unrepudiative\",\n        \"unrequiting\",\n        \"unretired\",\n        \"unrevealingly\",\n        \"unsaluting\",\n        \"unsanctioning\",\n        \"unspending\",\n        \"unsuggestive\",\n        \"unsurcharge\",\n        \"unvagrant\"\n    ],\n    \"n’ebuli\": [\n        \"exculpatorily\"\n    ],\n    \"mkpuchi ego\": [\n        \"excurse\"\n    ],\n    \"oke iwe\": [\n        \"excursed\",\n        \"firy\",\n        \"fury\",\n        \"furiosity\",\n        \"furiousity\",\n        \"furiously\",\n        \"outragely\",\n        \"outrageousness\",\n        \"overaptly\",\n        \"overcorruptly\",\n        \"quippishness\",\n        \"tempestuousness\",\n        \"untempestuousness\",\n        \"unvexatiousness\",\n        \"uproariness\",\n        \"vexatiousness\",\n        \"vexingness\",\n        \"voltivity\",\n        \"woghness\"\n    ],\n    \"ime njem\": [\n        \"excursing\",\n        \"intermigrate\",\n        \"intermigrated\",\n        \"travelability\",\n        \"travellability\"\n    ],\n    \"njem mmụta\": [\n        \"excursion\",\n        \"excursional\",\n        \"excursionary\",\n        \"excursioner\",\n        \"excursionism\",\n        \"excursionist\",\n        \"excursionists\",\n        \"excursionize\",\n        \"excursory\",\n        \"excursus\",\n        \"excursuses\"\n    ],\n    \"ngọpụ\": [\n        \"excusability\",\n        \"excusable\",\n        \"excusableness\",\n        \"excusal\",\n        \"excusation\",\n        \"excusative\",\n        \"excusatory\",\n        \"excuser\",\n        \"excuses\"\n    ],\n    \"onye ngọpụ\": [\n        \"excusator\"\n    ],\n    \"ewela iwe\": [\n        \"excuse\",\n        \"ungrieve\"\n    ],\n    \"excuse\": [\n        \"excusefully\"\n    ],\n    \"ndị ngọpụ\": [\n        \"excusers\"\n    ],\n    \"exgbaghara\": [\n        \"excusing\"\n    ],\n    \"ọcussụ\": [\n        \"excussio\"\n    ],\n    \"ahụkarị\": [\n        \"execeptional\",\n        \"exodermal\",\n        \"typical\",\n        \"typicality\",\n        \"typicalness\"\n    ],\n    \"igbu\": [\n        \"execrate\",\n        \"executancy\",\n        \"execute\",\n        \"killig\",\n        \"killingness\",\n        \"killinite\",\n        \"killjoy\",\n        \"kisan\",\n        \"lethals\",\n        \"morbify\",\n        \"mortimer\",\n        \"murid\",\n        \"murids\",\n        \"murionitric\",\n        \"murly\",\n        \"murphying\",\n        \"whalings\"\n    ],\n    \"onye ogbugbu\": [\n        \"execrator\",\n        \"executioneress\",\n        \"slaughterman\"\n    ],\n    \"exec\": [\n        \"exect\"\n    ],\n    \"gburu\": [\n        \"executed\",\n        \"gested\",\n        \"killed\",\n        \"murdered\",\n        \"murkest\",\n        \"slain\",\n        \"whalp\"\n    ],\n    \"kpere\": [\n        \"executes\",\n        \"incocted\",\n        \"purely\"\n    ],\n    \"ekpede\": [\n        \"executing\"\n    ],\n    \"Executive\": [\n        \"executively\",\n        \"executiveness\"\n    ],\n    \"mmenwu\": [\n        \"executonis\",\n        \"myel\"\n    ],\n    \"egbuo\": [\n        \"executorial\",\n        \"slewth\"\n    ],\n    \"Edemede\": [\n        \"exedra\",\n        \"passepied\",\n        \"scripted\",\n        \"sharptail\"\n    ],\n    \"exeges\": [\n        \"exegeses\"\n    ],\n    \"onyeegasi\": [\n        \"exegesist\"\n    ],\n    \"exeget\": [\n        \"exegetes\"\n    ],\n    \"kwesịrị n .omi\": [\n        \"exempla\",\n        \"exemplary\"\n    ],\n    \"kwesịrị nricomi\": [\n        \"exemplaric\"\n    ],\n    \"ezi ihe nlereanya\": [\n        \"exemplariness\"\n    ],\n    \"maa atụ\": [\n        \"exemplify\",\n        \"illust\",\n        \"illustrate\",\n        \"illustre\",\n        \"illutate\",\n        \"modelize\"\n    ],\n    \"egosiputa\": [\n        \"exemplifiable\",\n        \"outfelt\",\n        \"outpointed\",\n        \"outprayed\",\n        \"outpressed\",\n        \"ratability\"\n    ],\n    \"anaghịzi\": [\n        \"exempting\"\n    ],\n    \"agụghị\": [\n        \"exemptions\",\n        \"unaccounted\",\n        \"unread\",\n        \"unreckoned\",\n        \"unrecounted\",\n        \"unsecluded\",\n        \"untaught\"\n    ],\n    \"Mgbatị Agbatị\": [\n        \"exendospermic\"\n    ],\n    \"nwee ọ .ụ\": [\n        \"exequy\",\n        \"gladelike\",\n        \"gladen\",\n        \"rejoicer\"\n    ],\n    \"kari\": [\n        \"exercent\",\n        \"extime\",\n        \"increaser\",\n        \"superior\",\n        \"supraliminally\",\n        \"surculus\",\n        \"surge\",\n        \"surged\",\n        \"surlier\",\n        \"surmark\",\n        \"surpluses\",\n        \"surplusing\"\n    ],\n    \"na-emega ahụ\": [\n        \"exerciser\",\n        \"exercising\",\n        \"exercite\",\n        \"exercitor\",\n        \"exercitorial\",\n        \"underexercising\"\n    ],\n    \"ndị na-emega ahụ\": [\n        \"exercisers\"\n    ],\n    \"na-eme mgbalị\": [\n        \"exergues\"\n    ],\n    \"gbalie ike\": [\n        \"exert\"\n    ],\n    \"gbalịsiri ike\": [\n        \"exerted\",\n        \"struggled\"\n    ],\n    \"enweghị ume\": [\n        \"exertionless\",\n        \"gaiterless\",\n        \"gumptionless\",\n        \"immorigerous\",\n        \"indiligence\",\n        \"inexactness\",\n        \"lairless\",\n        \"noneagerness\",\n        \"nonebullience\",\n        \"noneloquence\",\n        \"nonhalation\",\n        \"nonphosphorous\",\n        \"tenseless\",\n        \"thawless\",\n        \"thyroidless\",\n        \"unciferous\",\n        \"uncouched\",\n        \"uncouching\",\n        \"uncourageous\",\n        \"uncoursed\",\n        \"undiscouraged\",\n        \"undiscoursed\",\n        \"unexpiring\",\n        \"unhesitatingness\",\n        \"unimpressive\",\n        \"uninvigorated\",\n        \"uninvigorative\",\n        \"unphysical\",\n        \"unsilent\",\n        \"unvaporous\",\n        \"vigorless\"\n    ],\n    \"Mgbalị\": [\n        \"exertions\"\n    ],\n    \"ekpuchie\": [\n        \"exestuate\"\n    ],\n    \"gụpụ\": [\n        \"exflect\"\n    ],\n    \"ekpochapu\": [\n        \"exhalable\",\n        \"vacuumed\"\n    ],\n    \"ume e kupụrụ ekupụ\": [\n        \"exhalation\"\n    ],\n    \"nkwusi ume\": [\n        \"exhalations\"\n    ],\n    \"na-ekpo ume\": [\n        \"exhaling\",\n        \"humidifying\",\n        \"respirable\"\n    ],\n    \"iyuzucha\": [\n        \"exhaust\"\n    ],\n    \"n’agwụcha\": [\n        \"exhaustedly\"\n    ],\n    \"ike gwuru\": [\n        \"exhaustion\"\n    ],\n    \"na-enweghị ike ọgwụgwụ\": [\n        \"exhaustless\"\n    ],\n    \"n'ikpo ume\": [\n        \"exhaustlessly\"\n    ],\n    \"heredpụ\": [\n        \"exheredation\"\n    ],\n    \"onye ngosi ihe ngosi\": [\n        \"exhibitionist\"\n    ],\n    \"ihe obi uto\": [\n        \"exhilarative\"\n    ],\n    \"onye na-anụ ọkụ\": [\n        \"exhilarator\"\n    ],\n    \"na-agbado ume\": [\n        \"exhortingly\"\n    ],\n    \"na-ekpofu mmadụ\": [\n        \"exhumatory\"\n    ],\n    \"bupụrụ\": [\n        \"exhumed\",\n        \"outlipped\",\n        \"outribbed\"\n    ],\n    \"ndị na-egwu mmiri\": [\n        \"exhumers\",\n        \"hummers\",\n        \"paddlers\",\n        \"seascouts\"\n    ],\n    \"na-egwupụta mmadụ\": [\n        \"exhuming\"\n    ],\n    \"exigigh\": [\n        \"exigently\"\n    ],\n    \"ije biri n'ala ọzọ\": [\n        \"exile\",\n        \"exilian\",\n        \"exilic\",\n        \"exilition\"\n    ],\n    \"dọọrọ n’agha\": [\n        \"exiled\"\n    ],\n    \"a dọọrọ n'agha\": [\n        \"exiledom\"\n    ],\n    \"ije biri n’ala ọzọ\": [\n        \"exilement\"\n    ],\n    \"Exiler\": [\n        \"exiler\"\n    ],\n    \"ndị a dọọrọ n'agha\": [\n        \"exiles\"\n    ],\n    \"na-aga mba ọzọ\": [\n        \"exiling\"\n    ],\n    \"ndị dị adị\": [\n        \"existentialists\"\n    ],\n    \"odianwunye\": [\n        \"existentialize\"\n    ],\n    \"dịrị adị\": [\n        \"existently\"\n    ],\n    \"jee ozi\": [\n        \"exister\",\n        \"serve\"\n    ],\n    \"nwere ike ịgbanyụ\": [\n        \"existible\"\n    ],\n    \"enweghị adị\": [\n        \"existlessness\"\n    ],\n    \"odi\": [\n        \"exists\",\n        \"vailable\"\n    ],\n    \"Ụzọ ọpụpụ\": [\n        \"exit\"\n    ],\n    \"ụzọ ọpụpụ\": [\n        \"exits\"\n    ],\n    \"Onye Oma\": [\n        \"exmeridian\"\n    ],\n    \"mopụ\": [\n        \"exmoor\",\n        \"outmount\"\n    ],\n    \"ọkachamara n'ihe banyere anụ ahụ\": [\n        \"exobiologist\"\n    ],\n    \"ndị na-amụ banyere ihe banyere ọrịa\": [\n        \"exobiologists\"\n    ],\n    \"olọ exocycloida\": [\n        \"exocycloida\"\n    ],\n    \"na-egwupụta\": [\n        \"exoculating\",\n        \"minuting\"\n    ],\n    \"ocgba aghara\": [\n        \"exoculation\"\n    ],\n    \"ọogụ\": [\n        \"exogastric\"\n    ],\n    \"mba ozo\": [\n        \"exogeny\",\n        \"extraterrestrials\",\n        \"internationalisation\",\n        \"internationalization\"\n    ],\n    \"ịpụpụ\": [\n        \"exognathion\",\n        \"outlancing\",\n        \"outvoyaging\"\n    ],\n    \"itolite\": [\n        \"exolve\",\n        \"uprive\"\n    ],\n    \"exon\": [\n        \"exoner\"\n    ],\n    \"onye nkwughachi\": [\n        \"exonerator\"\n    ],\n    \"Ndị na-apụ apụ\": [\n        \"exonerators\"\n    ],\n    \"onyeomuma\": [\n        \"exoneretur\"\n    ],\n    \"wepu obi\": [\n        \"exonuclease\"\n    ],\n    \"Akpukpo\": [\n        \"exophoria\",\n        \"huskies\",\n        \"huskiest\"\n    ],\n    \"opzọ\": [\n        \"exopod\"\n    ],\n    \"Ikenna Anyanwu\": [\n        \"exopterygotic\"\n    ],\n    \"Okpukpo ndu\": [\n        \"exopterygotism\"\n    ],\n    \"nwebigara oke\": [\n        \"exorableness\"\n    ],\n    \"oke ibu\": [\n        \"exorbitancy\",\n        \"obes\",\n        \"obeseness\",\n        \"obesity\",\n        \"obesities\",\n        \"outcity\",\n        \"outpity\",\n        \"overdevoutness\",\n        \"overeasiness\",\n        \"overelegantness\",\n        \"overemptiness\",\n        \"overneatness\",\n        \"overquantity\",\n        \"overwealth\",\n        \"superanimality\",\n        \"superbity\",\n        \"superfiniteness\",\n        \"superinfiniteness\",\n        \"superoffensiveness\",\n        \"superpoliteness\",\n        \"vastidity\",\n        \"voluptuousness\"\n    ],\n    \"oke oke\": [\n        \"exorbitantly\",\n        \"extravagence\",\n        \"marginality\",\n        \"overanxiously\",\n        \"overstrictness\",\n        \"shareholdership\"\n    ],\n    \"a gbalaga\": [\n        \"exorcised\"\n    ],\n    \"ndị na-eme mgbapụ\": [\n        \"exorcists\"\n    ],\n    \"Nwepu obi uto\": [\n        \"exorcizement\"\n    ],\n    \"ịnapụ mmadụ ohi\": [\n        \"exortion\",\n        \"extortion\"\n    ],\n    \"exo sepsis\": [\n        \"exosepsis\"\n    ],\n    \"ọosụ\": [\n        \"exosmic\",\n        \"exosmotic\"\n    ],\n    \"Eksosos\": [\n        \"exosmoses\"\n    ],\n    \"Ọ dị mma\": [\n        \"exosseous\",\n        \"exoterical\",\n        \"ok\"\n    ],\n    \"n'èzí\": [\n        \"exothermally\",\n        \"exothermically\",\n        \"exsheath\",\n        \"extemporariness\",\n        \"externalising\",\n        \"externalized\",\n        \"externalizing\",\n        \"externally\",\n        \"externalness\",\n        \"outboard\",\n        \"outboards\",\n        \"outbore\",\n        \"outborne\",\n        \"outborough\",\n        \"outdoor\",\n        \"outdoorness\",\n        \"outdoors\",\n        \"outdoorsy\",\n        \"outdoorsman\",\n        \"outdoorsmanship\",\n        \"outdoorsmen\",\n        \"outedging\",\n        \"outers\",\n        \"outfeeding\",\n        \"outfly\",\n        \"outground\",\n        \"outleading\",\n        \"outliers\",\n        \"outlies\",\n        \"outlying\",\n        \"outring\",\n        \"outroad\",\n        \"outsally\",\n        \"outsallying\",\n        \"outscores\",\n        \"outscorn\",\n        \"outscouring\",\n        \"outshooting\",\n        \"outshoulder\",\n        \"outshove\",\n        \"outside\",\n        \"outsided\",\n        \"outsidedness\",\n        \"outsideness\",\n        \"outsiderness\",\n        \"outsing\",\n        \"outskirmish\",\n        \"outskirmisher\",\n        \"outsoar\",\n        \"outsoared\",\n        \"outsoars\",\n        \"outsound\",\n        \"outtop\",\n        \"outwardly\",\n        \"outwards\",\n        \"outwars\",\n        \"outwearing\",\n        \"outwell\",\n        \"outwith\",\n        \"outworn\",\n        \"unbroad\",\n        \"withoutdoors\",\n        \"withoutside\",\n        \"withoutwards\"\n    ],\n    \"onye na-eme ihe omume\": [\n        \"exoticist\",\n        \"exteroceptist\",\n        \"topographist\"\n    ],\n    \"omume ọma\": [\n        \"exotism\",\n        \"exotisms\",\n        \"exuvial\",\n        \"moralistic\",\n        \"morology\",\n        \"proscolices\",\n        \"virtualist\",\n        \"virtuality\",\n        \"virtues\",\n        \"virtuosic\",\n        \"virtuosity\",\n        \"virtuousness\"\n    ],\n    \"Eksotoro\": [\n        \"exotropia\"\n    ],\n    \"mmeba\": [\n        \"expandability\",\n        \"expandibility\",\n        \"expansion\",\n        \"expansional\",\n        \"expansionary\",\n        \"inflations\",\n        \"prolapse\",\n        \"prolapses\",\n        \"proliferations\"\n    ],\n    \"Mgbasawanye\": [\n        \"expandedness\",\n        \"expansionistic\",\n        \"sphacelial\",\n        \"sphacelism\",\n        \"wideners\",\n        \"widershins\"\n    ],\n    \"ndị na-agbasawanye\": [\n        \"expanders\",\n        \"expenders\"\n    ],\n    \"Mgbasapụ\": [\n        \"expansiveness\",\n        \"expansum\",\n        \"extramission\",\n        \"propugner\",\n        \"unexpansiveness\"\n    ],\n    \"expansometa\": [\n        \"expansometer\"\n    ],\n    \"expati\": [\n        \"expatiation\",\n        \"expatiations\"\n    ],\n    \"expatiatiati\": [\n        \"expatiative\"\n    ],\n    \"ndị na-eme njem\": [\n        \"expatiators\",\n        \"paraders\"\n    ],\n    \"si mba ofesi\": [\n        \"expatriate\"\n    ],\n    \"si mba ọzọ pụọ\": [\n        \"expatriated\"\n    ],\n    \"ndị si mba ọzọ\": [\n        \"expatriates\"\n    ],\n    \"ndimmadu\": [\n        \"expectancy\"\n    ],\n    \"tụrụ anya\": [\n        \"expected\",\n        \"expective\",\n        \"glinted\"\n    ],\n    \"ndị na-atụ anya\": [\n        \"expecters\",\n        \"expectorators\"\n    ],\n    \"expediente\": [\n        \"expediate\"\n    ],\n    \"expedied\": [\n        \"expedient\"\n    ],\n    \"ngwa ahịa\": [\n        \"expedients\"\n    ],\n    \"onye ososo\": [\n        \"expediter\"\n    ],\n    \"onye na-eme njem nleta\": [\n        \"expeditionist\"\n    ],\n    \"ichu\": [\n        \"expel\"\n    ],\n    \"elchụpụ\": [\n        \"expellee\"\n    ],\n    \"expelle\": [\n        \"expellees\"\n    ],\n    \"emefuo\": [\n        \"expended\"\n    ],\n    \"onye mmefu\": [\n        \"expender\",\n        \"waster\"\n    ],\n    \"na-emefu\": [\n        \"expending\"\n    ],\n    \"n’ego\": [\n        \"expensefully\"\n    ],\n    \"enweghị akwụ ụgwọ\": [\n        \"expenselessness\",\n        \"indelegability\",\n        \"indelegable\",\n        \"nonamendable\",\n        \"nonaspiring\",\n        \"noncallable\",\n        \"noncancerous\",\n        \"nonclergyable\",\n        \"noncredent\",\n        \"noncreditable\",\n        \"noncreditably\",\n        \"nonculpably\",\n        \"nondelegable\",\n        \"nonignitible\",\n        \"nonpalatably\",\n        \"nonpunitive\",\n        \"nonrateable\",\n        \"nonrepellent\",\n        \"nonreputably\",\n        \"nonresuscitable\",\n        \"nonsaleably\",\n        \"nontenable\",\n        \"unbribableness\",\n        \"unconveyable\",\n        \"uncredit\",\n        \"ungilded\",\n        \"unpayableness\",\n        \"unpursed\",\n        \"unquittable\",\n        \"unrecallably\",\n        \"unrecitative\",\n        \"unrecited\",\n        \"unrecompensable\",\n        \"unrecreant\",\n        \"unrecruited\",\n        \"unredeemedness\",\n        \"unrewardable\",\n        \"unsurveyable\",\n        \"unthriftihood\"\n    ],\n    \"na-anwale\": [\n        \"expergefacient\",\n        \"retries\"\n    ],\n    \"nwetere ihe\": [\n        \"expergefaction\"\n    ],\n    \"Ahụmahụ\": [\n        \"experienceable\",\n        \"experient\",\n        \"triticalness\"\n    ],\n    \"enweghị ahụmahụ\": [\n        \"experienceless\",\n        \"inexperience\",\n        \"inexperienced\",\n        \"nonexperience\",\n        \"nonexperienced\",\n        \"unexperience\",\n        \"unexperienced\",\n        \"unexperiencedness\",\n        \"unexperient\"\n    ],\n    \"nwee ahụmahụ\": [\n        \"experiencible\",\n        \"experiential\",\n        \"experientialism\",\n        \"experientialist\",\n        \"experientialistic\",\n        \"experientially\"\n    ],\n    \"na-enwe\": [\n        \"experiencing\",\n        \"exulding\",\n        \"haring\",\n        \"harping\",\n        \"harpingly\",\n        \"preexperiencing\"\n    ],\n    \"na nnwale\": [\n        \"experimentally\"\n    ],\n    \"ndị na-eme nnwale\": [\n        \"experimenters\"\n    ],\n    \"na-eme nnwale\": [\n        \"experimenting\",\n        \"experting\"\n    ],\n    \"inwale\": [\n        \"expertize\"\n    ],\n    \"na-eme nchọpụta\": [\n        \"expertizing\"\n    ],\n    \"ngafu\": [\n        \"expiable\"\n    ],\n    \"ngaji\": [\n        \"expiate\",\n        \"sots\",\n        \"spoon\",\n        \"spoonback\",\n        \"spoonbait\",\n        \"spoonbill\",\n        \"spoonbills\",\n        \"spoonbread\",\n        \"spooner\",\n        \"spoonerism\",\n        \"spoonerisms\",\n        \"spoonful\",\n        \"spoonfuls\",\n        \"spoonholder\",\n        \"spoonhutch\",\n        \"spoonies\",\n        \"spoonily\",\n        \"spooniness\",\n        \"spooning\",\n        \"spoonism\",\n        \"spoonless\",\n        \"spoonlike\",\n        \"spoonmaker\",\n        \"spoonmaking\",\n        \"spoons\",\n        \"spoonways\",\n        \"spoonwise\",\n        \"spoonwood\",\n        \"tablespoon\",\n        \"tablespoonfuls\",\n        \"tbsp\",\n        \"teaspoon\",\n        \"teaspoonful\",\n        \"teaspoonfuls\",\n        \"teaspoonsful\"\n    ],\n    \"Mmefu\": [\n        \"expiation\"\n    ],\n    \"onye expiatist\": [\n        \"expiatist\"\n    ],\n    \"onye nwụrụ anwụ\": [\n        \"expiator\",\n        \"expirator\",\n        \"martemper\"\n    ],\n    \"ndị na-emechi ihe\": [\n        \"expiators\",\n        \"stabilizers\",\n        \"terminators\"\n    ],\n    \"expirata\": [\n        \"expirant\"\n    ],\n    \"Mmebi\": [\n        \"expiry\",\n        \"extuberance\",\n        \"spoilages\"\n    ],\n    \"na-agabiga\": [\n        \"expiring\",\n        \"overbids\",\n        \"undergoing\"\n    ],\n    \"nara ha\": [\n        \"expiscate\",\n        \"meniscate\"\n    ],\n    \"napụpụrụ\": [\n        \"expiscated\"\n    ],\n    \"n'aghapu\": [\n        \"expiscating\",\n        \"extricably\"\n    ],\n    \"onye nrafu\": [\n        \"expiscator\"\n    ],\n    \"Nweta ndọpu\": [\n        \"expiscatory\"\n    ],\n    \"explet\": [\n        \"explete\"\n    ],\n    \"expleti\": [\n        \"expletive\"\n    ],\n    \"plema njedebe\": [\n        \"expletiveness\"\n    ],\n    \"ndị na-aga\": [\n        \"explicans\",\n        \"goers\"\n    ],\n    \"kọwapụ\": [\n        \"explicantia\"\n    ],\n    \"ihe gbawara\": [\n        \"exploders\"\n    ],\n    \"erigbu\": [\n        \"exploit\",\n        \"exploited\"\n    ],\n    \"na-erigbu\": [\n        \"exploitable\",\n        \"exploitative\",\n        \"exploitatively\",\n        \"exploitee\",\n        \"exploiter\",\n        \"exploiting\",\n        \"exploitive\"\n    ],\n    \"nrigbu\": [\n        \"exploitage\",\n        \"exploitation\",\n        \"exploitations\",\n        \"exploiture\"\n    ],\n    \"onye nrigbu\": [\n        \"exploitationist\"\n    ],\n    \"na-erigbu ndị mmadụ\": [\n        \"exploitatory\",\n        \"exploiters\"\n    ],\n    \"ịgagharị\": [\n        \"exploring\",\n        \"itineracy\",\n        \"itinerancy\",\n        \"predamaging\",\n        \"roamage\"\n    ],\n    \"n’uju\": [\n        \"exponentially\"\n    ],\n    \"ebupụ\": [\n        \"exported\",\n        \"uncementing\",\n        \"unmounted\"\n    ],\n    \"onye na-eme ekspootu\": [\n        \"exporter\"\n    ],\n    \"ndị na-ebupụ ahịa\": [\n        \"exporters\"\n    ],\n    \"na-ebupụ\": [\n        \"exporting\",\n        \"extorts\",\n        \"unpicking\",\n        \"unpicks\"\n    ],\n    \"ekpughe\": [\n        \"expos\",\n        \"exposals\",\n        \"exposes\",\n        \"exposit\",\n        \"expositing\",\n        \"expositors\",\n        \"exposits\",\n        \"manifolds\",\n        \"revealingness\",\n        \"reveille\",\n        \"revelationize\",\n        \"unaffliction\",\n        \"uncaste\",\n        \"uncovering\",\n        \"undeluding\",\n        \"undisclosing\",\n        \"unfolders\",\n        \"unfolds\",\n        \"unmasking\",\n        \"unpegging\",\n        \"unravels\",\n        \"unsyllabicated\",\n        \"unvatted\",\n        \"unveering\",\n        \"unveils\",\n        \"unvengeful\",\n        \"unvessel\",\n        \"unvext\"\n    ],\n    \"ekpugheere\": [\n        \"exposable\"\n    ],\n    \"ikpughe\": [\n        \"exposal\",\n        \"revender\",\n        \"unposing\"\n    ],\n    \"ekpughere ness\": [\n        \"exposedness\"\n    ],\n    \"mkpughepụ\": [\n        \"exposers\",\n        \"exposure\"\n    ],\n    \"na-ekpughe\": [\n        \"exposing\",\n        \"revealing\",\n        \"revealingly\",\n        \"reveals\",\n        \"revenging\",\n        \"reverifies\",\n        \"reverifying\",\n        \"revetting\",\n        \"unflaring\",\n        \"unveeringly\",\n        \"unveiling\"\n    ],\n    \"ekpughe ihe\": [\n        \"expositor\"\n    ],\n    \"ekpugbu\": [\n        \"expositorily\",\n        \"haversack\"\n    ],\n    \"n'egbochie\": [\n        \"expostulatingly\"\n    ],\n    \"n'uwapu\": [\n        \"expostulatively\"\n    ],\n    \"akọwapụta\": [\n        \"expounded\",\n        \"expounder\",\n        \"specificizing\",\n        \"specifies\"\n    ],\n    \"a pụrụ ikwu okwu\": [\n        \"expressable\",\n        \"expressible\"\n    ],\n    \"awara awara\": [\n        \"expressio\"\n    ],\n    \"na-ekwupụta okwu\": [\n        \"expressionful\"\n    ],\n    \"onye ngosipụta\": [\n        \"expressionist\",\n        \"expressionistic\",\n        \"manifester\"\n    ],\n    \"impressionistically\": [\n        \"expressionistically\"\n    ],\n    \"ndị na-egosipụta okwu\": [\n        \"expressionists\"\n    ],\n    \"na-egosipụta echiche\": [\n        \"expressive\"\n    ],\n    \"ma ọ bụ expressivism\": [\n        \"expressivism\"\n    ],\n    \"kwuwaa\": [\n        \"expressly\"\n    ],\n    \"onye nkwuputa okwu\": [\n        \"expressman\"\n    ],\n    \"reslọ\": [\n        \"expresso\"\n    ],\n    \"okporo ụzọ awara awara\": [\n        \"expressways\"\n    ],\n    \"na-efesa\": [\n        \"expropriate\",\n        \"spiffing\",\n        \"sporulating\",\n        \"spraing\",\n        \"spratting\"\n    ],\n    \"napụ apụnara mmadụ\": [\n        \"expropriated\"\n    ],\n    \"onye mbula\": [\n        \"expropriator\"\n    ],\n    \"a pụrụ ịpụ apụ\": [\n        \"expugnable\"\n    ],\n    \"onye na-achụpu mmadụ\": [\n        \"expulsionist\"\n    ],\n    \"na-achụpụ\": [\n        \"expulsive\"\n    ],\n    \"lara n'iyi\": [\n        \"expunged\",\n        \"perdured\",\n        \"perilled\",\n        \"perished\",\n        \"perten\",\n        \"perter\",\n        \"vanished\",\n        \"vanitied\"\n    ],\n    \"Ọchụpụ\": [\n        \"expurgator\"\n    ],\n    \"Ndị na-eme njem nleta\": [\n        \"expurgators\"\n    ],\n    \"na-enwe obi uto\": [\n        \"exquisite\"\n    ],\n    \"nnapu aka\": [\n        \"exrupeal\"\n    ],\n    \"exississor\": [\n        \"exscissor\"\n    ],\n    \"kwupu\": [\n        \"exscribe\",\n        \"volow\"\n    ],\n    \"ịpụ\": [\n        \"exsect\",\n        \"thrombose\"\n    ],\n    \"a kpopụrụ\": [\n        \"exsected\"\n    ],\n    \"sehapụ\": [\n        \"exsecting\"\n    ],\n    \"ọ bụrụ na ọ dị mkpa\": [\n        \"exsertile\"\n    ],\n    \"Mmeghe\": [\n        \"exsertion\",\n        \"extenuations\"\n    ],\n    \"Ebupuru\": [\n        \"exsolved\"\n    ],\n    \"Akpugo\": [\n        \"exstrophy\"\n    ],\n    \"exsuccuts\": [\n        \"exsuccous\"\n    ],\n    \"exudud\": [\n        \"exsudate\",\n        \"exudate\"\n    ],\n    \"anapụl\": [\n        \"exsufflation\"\n    ],\n    \"igbapụta\": [\n        \"exsuscitate\"\n    ],\n    \"ịgụpụta akwụkwọ\": [\n        \"extemporaneity\"\n    ],\n    \"n'agụghị agụ\": [\n        \"extemporaneous\"\n    ],\n    \"agụ ọgụgụ\": [\n        \"extemporaneousness\"\n    ],\n    \"nke oge\": [\n        \"extemporary\",\n        \"seasonable\",\n        \"seasonedly\",\n        \"termly\"\n    ],\n    \"Emechiela\": [\n        \"extemporised\",\n        \"extemporising\"\n    ],\n    \"Mwepu aha\": [\n        \"extemporization\"\n    ],\n    \"kpoputa\": [\n        \"extemporize\"\n    ],\n    \"a gaferela\": [\n        \"extemporized\",\n        \"gerrymandered\"\n    ],\n    \"na-emeputa\": [\n        \"extemporizes\",\n        \"formalizes\",\n        \"overproducing\",\n        \"proclive\",\n        \"superproducing\"\n    ],\n    \"onye na-agbatị\": [\n        \"extender\"\n    ],\n    \"agbatịghị\": [\n        \"extendlessness\"\n    ],\n    \"gbatịrị\": [\n        \"extends\"\n    ],\n    \"inwere ike;\": [\n        \"extensibleness\"\n    ],\n    \"Extensile\": [\n        \"extensile\"\n    ],\n    \"na mgbatị\": [\n        \"extensionally\"\n    ],\n    \"agbataghi\": [\n        \"extensionless\"\n    ],\n    \"ịdị ukwuu\": [\n        \"extensiveness\",\n        \"greatness\",\n        \"lavishness\",\n        \"magnality\",\n        \"magnitude\",\n        \"muchness\",\n        \"tremendousness\",\n        \"vastiness\",\n        \"vastitude\",\n        \"vastness\",\n        \"vastnesses\"\n    ],\n    \"n’udo\": [\n        \"extenuatingly\"\n    ],\n    \"Extenuator\": [\n        \"extenuator\"\n    ],\n    \"mputa\": [\n        \"exterior\",\n        \"exteriority\",\n        \"exteriorly\",\n        \"exteriorness\",\n        \"outface\",\n        \"outfroth\",\n        \"outrings\",\n        \"outshut\",\n        \"outspout\",\n        \"outvote\",\n        \"outward\",\n        \"outwardmost\",\n        \"outwardness\"\n    ],\n    \"ndị na-ekpochapụ ndị mmadụ\": [\n        \"exterminations\",\n        \"exterminators\",\n        \"exterminatress\"\n    ],\n    \"agụghị agụ\": [\n        \"exterraneous\",\n        \"unreadably\",\n        \"untreadable\"\n    ],\n    \"onye na-emebi\": [\n        \"extinctionist\"\n    ],\n    \"kpochapu ma obu\": [\n        \"extinctor\"\n    ],\n    \"extinguisher\": [\n        \"extinguised\"\n    ],\n    \"emenyụ\": [\n        \"extinguish\",\n        \"extinguishant\",\n        \"extinguishes\",\n        \"extinguishing\"\n    ],\n    \"emenyu\": [\n        \"extinguishable\"\n    ],\n    \"emenyụla\": [\n        \"extinguished\"\n    ],\n    \"emenyụ ọkụ\": [\n        \"extinguishers\"\n    ],\n    \"emenyụ ya\": [\n        \"extinguishment\"\n    ],\n    \"Ekpocha\": [\n        \"extirpates\"\n    ],\n    \"Ekpochapụ\": [\n        \"extirpationist\"\n    ],\n    \"na-aga agha\": [\n        \"extirpative\",\n        \"fluitant\",\n        \"guesstimating\",\n        \"yessing\",\n        \"lanceolated\",\n        \"mistitling\",\n        \"relettering\"\n    ],\n    \"n'otuto\": [\n        \"extollingly\"\n    ],\n    \"Utoro\": [\n        \"extols\"\n    ],\n    \"na-enwe ọ .ụ\": [\n        \"extorsive\"\n    ],\n    \"onye na-ebuga ya\": [\n        \"extorter\"\n    ],\n    \"ịnapụ ụgwọ\": [\n        \"extortionary\"\n    ],\n    \"ịpụnara mmadụ ihe\": [\n        \"extortionateness\"\n    ],\n    \"onye na-apụnara mmadụ ihe\": [\n        \"extortioner\",\n        \"extortionist\"\n    ],\n    \"ozokwa\": [\n        \"extraboldface\"\n    ],\n    \"rabkèala\": [\n        \"extrabranchial\"\n    ],\n    \"extrapalenda\": [\n        \"extracalendar\"\n    ],\n    \"extrapapal\": [\n        \"extracarpal\"\n    ],\n    \"n'ụzọ pụrụ iche\": [\n        \"extracivically\",\n        \"extraessentially\",\n        \"featishly\",\n        \"pecuniarily\",\n        \"personably\"\n    ],\n    \"imeju iwu\": [\n        \"extracondensed\"\n    ],\n    \"Na mgbakwunye na\": [\n        \"extracorporeally\"\n    ],\n    \"amịpụtara\": [\n        \"extracted\"\n    ],\n    \"mmịpụta\": [\n        \"extraction\",\n        \"extraduction\"\n    ],\n    \"onye na-ewepụta ihe\": [\n        \"extractor\"\n    ],\n    \"ndị na-ewepụta ihe\": [\n        \"extractors\"\n    ],\n    \"akwukwo ozo\": [\n        \"extracurriculum\"\n    ],\n    \"ma ọ bụ extracutaneous\": [\n        \"extracutaneous\"\n    ],\n    \"emekwu ihe\": [\n        \"extradomestic\"\n    ],\n    \"agụ akwụkwọ\": [\n        \"extraforaneous\",\n        \"illiteral\",\n        \"illuding\",\n        \"literatures\",\n        \"outlearned\",\n        \"readouts\",\n        \"understrife\"\n    ],\n    \"adịchaghị ize ndụ\": [\n        \"extrahazardous\"\n    ],\n    \"imebiga iwu ókè\": [\n        \"extrajudicial\",\n        \"overbrimming\",\n        \"overcleverness\",\n        \"overdeliberate\",\n        \"overfastidious\",\n        \"overfasting\",\n        \"overguilty\",\n        \"overnegligence\",\n        \"overnegligentness\",\n        \"overroasting\",\n        \"overroughness\"\n    ],\n    \"medlọ ọgwụ\": [\n        \"extramedullary\"\n    ],\n    \"Ekperima\": [\n        \"extrametropolitan\"\n    ],\n    \"extramolekụla\": [\n        \"extramolecular\"\n    ],\n    \"obụla\": [\n        \"extramundane\",\n        \"stinkbird\"\n    ],\n    \"ekene\": [\n        \"extranatural\",\n        \"proclivitous\"\n    ],\n    \"extracer\": [\n        \"extraoral\"\n    ],\n    \"extrapar Parliamentary\": [\n        \"extraparliamentary\"\n    ],\n    \"Nke ozo\": [\n        \"extrascriptural\",\n        \"kaleidoscopically\",\n        \"otherwhither\",\n        \"vers\"\n    ],\n    \"Mmehie\": [\n        \"extrascripturality\",\n        \"outspying\",\n        \"sinsyne\"\n    ],\n    \"kemgwucha\": [\n        \"extraserous\",\n        \"extremely\",\n        \"impellent\"\n    ],\n    \"stlọ mgbakwunye\": [\n        \"extrastomachal\"\n    ],\n    \"ọpụpụ ụwa\": [\n        \"extraterrestrial\"\n    ],\n    \"nwepụsị\": [\n        \"extraterritoriality\"\n    ],\n    \"extrace\": [\n        \"extraught\"\n    ],\n    \"imebigabiga ókè\": [\n        \"extravagance\"\n    ],\n    \"gabiga oke\": [\n        \"extravagantly\",\n        \"outperform\",\n        \"overderisively\",\n        \"overjoyfully\",\n        \"overminutely\",\n        \"overmodest\",\n        \"overreduce\",\n        \"overseverely\"\n    ],\n    \"imezu oke\": [\n        \"extravagate\"\n    ],\n    \"extraver\": [\n        \"extravert\",\n        \"extravertive\"\n    ],\n    \"relọ\": [\n        \"extrema\",\n        \"ostreoid\"\n    ],\n    \"gabigara ókè\": [\n        \"extremeless\",\n        \"overderided\",\n        \"overillustrative\",\n        \"overinclusive\",\n        \"overreligious\",\n        \"overrepresented\",\n        \"overrigorousness\",\n        \"oversensibly\",\n        \"oversimple\",\n        \"overskeptical\"\n    ],\n    \"ndị na-emebiga ihe ókè\": [\n        \"extremists\"\n    ],\n    \"nsọtụ\": [\n        \"extremities\",\n        \"finmarks\"\n    ],\n    \"ekwenyekwu\": [\n        \"extroversive\"\n    ],\n    \"Na-achọpụta\": [\n        \"extruding\"\n    ],\n    \"Dịpu\": [\n        \"extrusive\"\n    ],\n    \"Akụrụngwa\": [\n        \"extrusory\",\n        \"lungflower\",\n        \"pulsejets\"\n    ],\n    \"extubub\": [\n        \"extubation\"\n    ],\n    \"ji obi ụtọ\": [\n        \"exuberated\",\n        \"gibbed\",\n        \"pridingly\",\n        \"warmheartedly\"\n    ],\n    \"ọulụrationụ\": [\n        \"exulceration\"\n    ],\n    \"ọulụulụ\": [\n        \"exulcerative\"\n    ],\n    \"a exụrị\": [\n        \"exultant\"\n    ],\n    \"aultụrị\": [\n        \"exultantly\"\n    ],\n    \"na-enwe a .ụrị\": [\n        \"exulting\"\n    ],\n    \"ọultụ\": [\n        \"exultingly\"\n    ],\n    \"aultsụrị\": [\n        \"exults\"\n    ],\n    \"ur nwere ike\": [\n        \"exurbanite\"\n    ],\n    \"nwee ndụ\": [\n        \"exurbanites\"\n    ],\n    \"ọwụwa\": [\n        \"exurbia\",\n        \"marcos\",\n        \"neurodendrite\",\n        \"ostentatious\",\n        \"ostreaceous\",\n        \"outhurl\",\n        \"outsells\",\n        \"outsmell\",\n        \"phaeochrous\",\n        \"phagocytic\",\n        \"phagocytosing\",\n        \"phasianine\",\n        \"predevelopment\",\n        \"rancescent\",\n        \"sapharensian\",\n        \"talions\",\n        \"triphenylated\"\n    ],\n    \"akuko akuko\": [\n        \"fable\"\n    ],\n    \"nke mebiri\": [\n        \"fabled\"\n    ],\n    \"onye akụkọ\": [\n        \"fableist\"\n    ],\n    \"onye na-eme ihe akuko\": [\n        \"fablemaker\"\n    ],\n    \"fable\": [\n        \"fablers\"\n    ],\n    \"linggha\": [\n        \"fabling\",\n        \"tholing\"\n    ],\n    \"antgha\": [\n        \"fabricant\"\n    ],\n    \"ategha\": [\n        \"fabricate\"\n    ],\n    \"fabricgha\": [\n        \"fabrication\"\n    ],\n    \"onye na-echepụta ihe\": [\n        \"fabricator\"\n    ],\n    \"ndị na-echepụta ihe\": [\n        \"fabricators\",\n        \"inventers\",\n        \"inventors\"\n    ],\n    \"mepụta akwa\": [\n        \"fabricature\"\n    ],\n    \"ulogha\": [\n        \"fabulosity\"\n    ],\n    \"facades\": [\n        \"facaded\"\n    ],\n    \"ihu ihu\": [\n        \"facebar\",\n        \"facebow\",\n        \"faceharden\",\n        \"forebar\",\n        \"forefaces\",\n        \"forefield\",\n        \"foreshift\",\n        \"foreside\",\n        \"foretop\",\n        \"frontbencher\",\n        \"frontispiece\",\n        \"frontlash\",\n        \"frontpiece\",\n        \"frontspiece\",\n        \"frontstall\"\n    ],\n    \"bred achicha\": [\n        \"facebread\",\n        \"showbread\",\n        \"sowbread\",\n        \"sweetbread\",\n        \"sweetbreads\",\n        \"swinebread\",\n        \"waybread\"\n    ],\n    \"akwa ihu\": [\n        \"facecloth\"\n    ],\n    \"enweghị ihu\": [\n        \"faceless\",\n        \"facelessness\",\n        \"frontless\",\n        \"frontlessness\",\n        \"shoreless\",\n        \"surfaceless\",\n        \"unconfrontable\",\n        \"unfronted\"\n    ],\n    \"ọdịdị ihu\": [\n        \"facelift\",\n        \"facelifts\",\n        \"facial\",\n        \"facials\",\n        \"facular\"\n    ],\n    \"Satellite\": [\n        \"facellite\"\n    ],\n    \"facem\": [\n        \"facemaker\"\n    ],\n    \"ime ihu\": [\n        \"facemaking\"\n    ],\n    \"ichekwa ihu\": [\n        \"facesaving\"\n    ],\n    \"nwere ihu\": [\n        \"facete\",\n        \"faceted\",\n        \"facetted\"\n    ],\n    \"facet\": [\n        \"faceting\"\n    ],\n    \"ịrụ ọrụ ihu\": [\n        \"facework\"\n    ],\n    \"na-emezi\": [\n        \"faciends\",\n        \"reconciler\",\n        \"reconciles\"\n    ],\n    \"facile\": [\n        \"facileness\"\n    ],\n    \"mmemmem\": [\n        \"facilitates\",\n        \"facilitations\",\n        \"facilitative\"\n    ],\n    \"facinorous ness\": [\n        \"facinorousness\"\n    ],\n    \"fsimile\": [\n        \"facsimile\"\n    ],\n    \"eme ihe n'eziokwu\": [\n        \"factabling\",\n        \"monoestrous\"\n    ],\n    \"onye nlekota oru\": [\n        \"factfinder\",\n        \"supervigilant\",\n        \"undershepherd\"\n    ],\n    \"N'eziokwu\": [\n        \"factice\"\n    ],\n    \"egbu onwe\": [\n        \"facticide\"\n    ],\n    \"nkewa nkewa\": [\n        \"factionistism\"\n    ],\n    \"òtù\": [\n        \"factions\",\n        \"gang\",\n        \"gangdom\",\n        \"ganged\",\n        \"ganging\",\n        \"gangion\",\n        \"gangliate\",\n        \"gangliated\",\n        \"ganglier\",\n        \"gangling\",\n        \"ganglion\",\n        \"gangrenescent\",\n        \"organizations\",\n        \"sectaries\",\n        \"sects\",\n        \"sectwise\"\n    ],\n    \"eziokwuordom\": [\n        \"factordom\"\n    ],\n    \"ụlọ mmepụta ihe\": [\n        \"factories\"\n    ],\n    \"dị ka factory\": [\n        \"factorylike\"\n    ],\n    \"ihe mmeghe\": [\n        \"factorizations\",\n        \"opener\"\n    ],\n    \"ebutere\": [\n        \"factorized\",\n        \"premiated\"\n    ],\n    \"n'ụzọ na-egosi\": [\n        \"facultatively\"\n    ],\n    \"ikike iche\": [\n        \"faculties\"\n    ],\n    \"kachasie ike\": [\n        \"faddiest\",\n        \"randiest\"\n    ],\n    \"fọọtị\": [\n        \"faddists\"\n    ],\n    \"taapu\": [\n        \"faddle\"\n    ],\n    \"adịkwaghị agbapụta\": [\n        \"faded\",\n        \"fadged\"\n    ],\n    \"agaghị agwụ agwụ\": [\n        \"fadeless\",\n        \"infeeble\",\n        \"uncirculating\"\n    ],\n    \"daa daa\": [\n        \"faden\"\n    ],\n    \"adalata\": [\n        \"fadridden\"\n    ],\n    \"faffụ\": [\n        \"faff\"\n    ],\n    \"fagageous\": [\n        \"fagaceous\"\n    ],\n    \"fagage\": [\n        \"faggery\"\n    ],\n    \"ndieghe\": [\n        \"faggingly\"\n    ],\n    \"kwuhie\": [\n        \"fagoted\",\n        \"misstated\"\n    ],\n    \"faịl\": [\n        \"faikes\"\n    ],\n    \"Faịlụ\": [\n        \"fayles\"\n    ],\n    \"faining\": [\n        \"fainant\",\n        \"faintingly\"\n    ],\n    \"faine\": [\n        \"faineance\"\n    ],\n    \"fine\": [\n        \"faineant\"\n    ],\n    \"fineantise\": [\n        \"faineantise\"\n    ],\n    \"faines\": [\n        \"fainest\"\n    ],\n    \"fainị\": [\n        \"fainly\"\n    ],\n    \"fainers\": [\n        \"fainters\"\n    ],\n    \"fains\": [\n        \"faintest\",\n        \"faints\"\n    ],\n    \"faintly n'obi\": [\n        \"faintheartedly\"\n    ],\n    \"fainly\": [\n        \"faintly\"\n    ],\n    \"ụnwụ\": [\n        \"faintness\",\n        \"famine\",\n        \"famines\",\n        \"famish\",\n        \"famished\",\n        \"famishment\"\n    ],\n    \"faiiri\": [\n        \"faired\"\n    ],\n    \"akuko mmoo\": [\n        \"fairyfloss\"\n    ],\n    \"akuko mmuo\": [\n        \"fairyisms\",\n        \"fairylike\"\n    ],\n    \"ọkà mmụta banyere ọkaibe\": [\n        \"fairyologist\"\n    ],\n    \"ikpe ziri ezi\": [\n        \"fairishness\",\n        \"fairness\",\n        \"fairnesses\",\n        \"judgmatical\",\n        \"judiciable\",\n        \"judiciousness\",\n        \"justed\",\n        \"justers\",\n        \"justice\",\n        \"justicehood\",\n        \"justicer\",\n        \"justiciability\",\n        \"justicial\",\n        \"justiciary\",\n        \"justing\",\n        \"justment\",\n        \"justness\",\n        \"justnesses\",\n        \"superinjustice\",\n        \"underjudged\",\n        \"verisimility\"\n    ],\n    \"oge ngosi\": [\n        \"fairtime\"\n    ],\n    \"ndi ezi omume\": [\n        \"fairways\",\n        \"justifiers\"\n    ],\n    \"mmiri mara mma\": [\n        \"fairwater\"\n    ],\n    \"okwukwe emebi\": [\n        \"faithbreach\"\n    ],\n    \"n'okwukwe\": [\n        \"faithwise\"\n    ],\n    \"fakkin\": [\n        \"fakiness\"\n    ],\n    \"fakiri\": [\n        \"fakirism\"\n    ],\n    \"cadegha\": [\n        \"falcade\"\n    ],\n    \"cgha\": [\n        \"falcation\"\n    ],\n    \"chda\": [\n        \"falchion\"\n    ],\n    \"Ọdịda\": [\n        \"falchions\",\n        \"silds\",\n        \"slothfulness\"\n    ],\n    \"agụ nkwọ\": [\n        \"falcon\",\n        \"falcones\",\n        \"falconine\",\n        \"falconry\"\n    ],\n    \"nnụnụ yiri agụ nkwọ\": [\n        \"falconlike\"\n    ],\n    \"ụgha\": [\n        \"falcula\",\n        \"fallacy\",\n        \"falseface\",\n        \"falseheartedly\",\n        \"falsehood\",\n        \"falsehoods\",\n        \"falsely\",\n        \"falseness\",\n        \"falsest\",\n        \"falsework\",\n        \"falsidical\",\n        \"falsies\",\n        \"falsifiability\",\n        \"falsificate\",\n        \"falsifications\",\n        \"falsifying\",\n        \"falsism\",\n        \"falsiteit\",\n        \"falsity\",\n        \"falsities\",\n        \"lianes\",\n        \"liangs\",\n        \"lias\",\n        \"lie\",\n        \"lieblich\",\n        \"liederkranz\",\n        \"liefly\",\n        \"liefsome\",\n        \"liegefully\",\n        \"liegely\",\n        \"lien\",\n        \"lies\",\n        \"lieue\",\n        \"lieus\",\n        \"lieut\",\n        \"liever\",\n        \"liin\",\n        \"liquescence\",\n        \"liquescency\",\n        \"liration\",\n        \"lire\",\n        \"miscalculation\",\n        \"misoneism\",\n        \"pseudofiles\",\n        \"pseudointernational\",\n        \"pseudolatry\",\n        \"pseudology\",\n        \"rogues\",\n        \"tautonyms\",\n        \"underhonest\",\n        \"untruth\",\n        \"untruths\",\n        \"unturn\",\n        \"voidances\",\n        \"volency\"\n    ],\n    \"iheda\": [\n        \"faldetta\"\n    ],\n    \"ọsịdu\": [\n        \"faldworth\"\n    ],\n    \"Falernian\": [\n        \"falernian\"\n    ],\n    \"allagha\": [\n        \"fallace\"\n    ],\n    \"fallal\": [\n        \"fallals\"\n    ],\n    \"nghari\": [\n        \"fallaway\"\n    ],\n    \"daghachi azụ\": [\n        \"fallback\"\n    ],\n    \"ndị na-ada ada\": [\n        \"fallers\"\n    ],\n    \"Ọdịda azụ\": [\n        \"fallfishes\"\n    ],\n    \".da\": [\n        \"falloff\",\n        \"rung\"\n    ],\n    \"mmegha\": [\n        \"falloffs\"\n    ],\n    \"Onyewusa\": [\n        \"fallowist\",\n        \"swedenborgian\"\n    ],\n    \"obi ugha\": [\n        \"falseheartedness\"\n    ],\n    \"onye gha\": [\n        \"falsettist\"\n    ],\n    \"ghagha\": [\n        \"falsify\",\n        \"ghastlier\",\n        \"mayhemmed\",\n        \"stammered\",\n        \"unthaw\"\n    ],\n    \"alsgha\": [\n        \"falsifiable\"\n    ],\n    \"fgha\": [\n        \"falsification\"\n    ],\n    \"onye na-eme ihe n'eziokwu\": [\n        \"falsificator\",\n        \"felicitator\",\n        \"ignatianist\",\n        \"misprofessor\",\n        \"phrasemaker\",\n        \"ultranationalist\"\n    ],\n    \"ghagha ụgha\": [\n        \"falsified\"\n    ],\n    \"ndị ụgha\": [\n        \"falsifiers\",\n        \"fiars\",\n        \"liars\",\n        \"liegemen\"\n    ],\n    \"stgha\": [\n        \"falstaffian\"\n    ],\n    \"tgbọ mmiri\": [\n        \"faltboat\",\n        \"faltboats\"\n    ],\n    \"utingha\": [\n        \"falutin\"\n    ],\n    \"onye ama\": [\n        \"fameful\"\n    ],\n    \"enweghị ama\": [\n        \"fameless\",\n        \"renownless\"\n    ],\n    \"na-enweghị aha\": [\n        \"famelessly\",\n        \"namelessly\",\n        \"unresignedly\",\n        \"unsynonymously\"\n    ],\n    \"ewue\": [\n        \"fameuse\"\n    ],\n    \"familiarization\": [\n        \"familiarisation\"\n    ],\n    \"maara nke ọma\": [\n        \"familiarly\",\n        \"proficient\",\n        \"wellknown\",\n        \"wellseen\"\n    ],\n    \"egbuazu\": [\n        \"faming\"\n    ],\n    \"fan ahaan\": [\n        \"fanatically\"\n    ],\n    \"fanati\": [\n        \"fanaticise\"\n    ],\n    \"onye na akwado\": [\n        \"fanbearer\"\n    ],\n    \"fancy\": [\n        \"fancies\"\n    ],\n    \"cma mma\": [\n        \"fancifulness\"\n    ],\n    \"fandangọs\": [\n        \"fandangos\"\n    ],\n    \"fanga\": [\n        \"fanegas\"\n    ],\n    \"fans\": [\n        \"fanes\"\n    ],\n    \"fanfaron\": [\n        \"fanfarons\"\n    ],\n    \"fanfish\": [\n        \"fanfishes\"\n    ],\n    \"flọl\": [\n        \"fanfolds\"\n    ],\n    \"ubu\": [\n        \"fangs\",\n        \"shoulder\",\n        \"shoulders\",\n        \"shoulerd\",\n        \"speal\",\n        \"speary\"\n    ],\n    \"fanning\": [\n        \"fanneling\"\n    ],\n    \"fansi\": [\n        \"fanners\"\n    ],\n    \"Fanny\": [\n        \"fanny\"\n    ],\n    \"fannisi\": [\n        \"fannies\"\n    ],\n    \"fann\": [\n        \"fannings\"\n    ],\n    \"ndị ofufe\": [\n        \"fanons\"\n    ],\n    \"Fans\": [\n        \"fans\"\n    ],\n    \"Fant\": [\n        \"fant\"\n    ],\n    \"fantasyid\": [\n        \"fantaseid\"\n    ],\n    \"onye echiche efu\": [\n        \"fantasist\"\n    ],\n    \"ndị echiche efu\": [\n        \"fantasists\"\n    ],\n    \"Echiche efu\": [\n        \"fantasized\",\n        \"fantasts\"\n    ],\n    \"fantasy ike\": [\n        \"fantasmagoria\"\n    ],\n    \"n'echiche efu\": [\n        \"fantasmagorically\"\n    ],\n    \"fantasy\": [\n        \"fantassin\",\n        \"fantastical\",\n        \"fantasticism\",\n        \"fantastry\",\n        \"fantom\"\n    ],\n    \"kediegwu\": [\n        \"fantastic\",\n        \"fantasticness\"\n    ],\n    \"fantastica\": [\n        \"fantasticate\"\n    ],\n    \"astgha fantasy\": [\n        \"fantastication\"\n    ],\n    \"odgha\": [\n        \"fantod\"\n    ],\n    \"fantgha\": [\n        \"fantods\"\n    ],\n    \"fanmu\": [\n        \"fanums\"\n    ],\n    \"fanwe\": [\n        \"fanweed\"\n    ],\n    \"fanwort\": [\n        \"fanworts\"\n    ],\n    \"ihe ojo\": [\n        \"faqirs\"\n    ],\n    \"faradmita\": [\n        \"faradmeter\"\n    ],\n    \"france\": [\n        \"farcemeat\"\n    ],\n    \"ndi ichi\": [\n        \"farcers\",\n        \"ordainers\"\n    ],\n    \"Farceurs\": [\n        \"farceurs\"\n    ],\n    \"Farceuse\": [\n        \"farceuse\"\n    ],\n    \"ịmata ọrụ\": [\n        \"farcialize\"\n    ],\n    \"Farcied\": [\n        \"farcied\"\n    ],\n    \"mee ka udo di\": [\n        \"farcify\"\n    ],\n    \"Fardo\": [\n        \"fardo\"\n    ],\n    \"ezi ozi\": [\n        \"fards\"\n    ],\n    \"ego ụgbọ\": [\n        \"fare\",\n        \"farers\"\n    ],\n    \"Ihe odide\": [\n        \"farer\",\n        \"integers\"\n    ],\n    \"n'ego ụgbọ\": [\n        \"fares\"\n    ],\n    \"ijeoma\": [\n        \"farewell\",\n        \"farewells\",\n        \"guglet\"\n    ],\n    \"oje ije\": [\n        \"farewelling\"\n    ],\n    \"akụkọ na-emeghị eme\": [\n        \"farfels\"\n    ],\n    \"agaghị ekwe omume\": [\n        \"farfetched\",\n        \"immarcescible\",\n        \"impayable\",\n        \"impatible\",\n        \"imperspirable\",\n        \"impossibilia\",\n        \"impossibilification\",\n        \"impossibilist\",\n        \"impossibilitate\",\n        \"impossible\",\n        \"impossibleness\",\n        \"impossibly\",\n        \"improducible\",\n        \"improvably\",\n        \"incompossible\",\n        \"indefeasible\",\n        \"indefeasibly\",\n        \"indefeatable\",\n        \"indefectible\",\n        \"indeflectible\",\n        \"indeformable\",\n        \"indeprivable\",\n        \"irredeemable\",\n        \"irremovably\",\n        \"nondeferable\",\n        \"nonexactable\",\n        \"nonexcerptible\",\n        \"nonexculpable\",\n        \"nonexecutable\",\n        \"nonexercisable\",\n        \"nonexpansible\",\n        \"nonexpiable\",\n        \"nonextensible\",\n        \"nonextractible\",\n        \"nonextraditable\",\n        \"nonfavorable\",\n        \"nonfeasible\",\n        \"nonomissible\",\n        \"nonpossible\",\n        \"uncogitable\",\n        \"uncrossexaminable\",\n        \"undeferrable\",\n        \"unentertainable\",\n        \"unfeasible\",\n        \"unfortifiable\",\n        \"ungerminative\",\n        \"unmappable\",\n        \"unmeritable\",\n        \"unorderable\",\n        \"unperdurable\",\n        \"unpossessable\",\n        \"unpossible\",\n        \"unrefrangible\",\n        \"unsayable\",\n        \"untappable\"\n    ],\n    \"agbachị\": [\n        \"farfugium\"\n    ],\n    \"na-eje ozi\": [\n        \"fargoing\",\n        \"ministeriable\",\n        \"ministerial\",\n        \"ministerially\",\n        \"ministral\",\n        \"officiates\",\n        \"outflying\",\n        \"outranking\",\n        \"outribbing\",\n        \"outshaping\",\n        \"outthanking\",\n        \"outtowering\",\n        \"serves\",\n        \"serving\"\n    ],\n    \"Fargood\": [\n        \"fargood\"\n    ],\n    \"Farish\": [\n        \"farish\"\n    ],\n    \"farley\": [\n        \"farle\",\n        \"farles\",\n        \"farleu\"\n    ],\n    \"A na-akọ ugbo\": [\n        \"farmable\"\n    ],\n    \"akọ ugbo\": [\n        \"farmed\"\n    ],\n    \"onye ubi\": [\n        \"farmeress\"\n    ],\n    \"Onye oru ugbo\": [\n        \"farmery\"\n    ],\n    \"ndi oru ubi\": [\n        \"farmeries\"\n    ],\n    \"ulo oru ubi\": [\n        \"farmhouse\",\n        \"farmhousey\"\n    ],\n    \"ụlọ ọrụ ugbo\": [\n        \"farmhouses\"\n    ],\n    \"ugbo ugbo\": [\n        \"farmyard\",\n        \"farmyards\"\n    ],\n    \"ugbo-ubi\": [\n        \"farmyardy\"\n    ],\n    \"ala oru ubi\": [\n        \"farmland\",\n        \"farmlands\"\n    ],\n    \"stlọ\": [\n        \"farmstead\"\n    ],\n    \"ịkọ ugbo\": [\n        \"farmsteading\",\n        \"gardbrace\",\n        \"horticulture\"\n    ],\n    \"Ugbo ala\": [\n        \"farmsteads\",\n        \"massymore\",\n        \"moidores\",\n        \"plainscraft\",\n        \"saleyard\",\n        \"spaceships\",\n        \"underspurleather\"\n    ],\n    \"ala ubi\": [\n        \"farmtown\"\n    ],\n    \"Faroese\": [\n        \"faroese\"\n    ],\n    \"Farragos\": [\n        \"farragos\"\n    ],\n    \"dị ka arierụ\": [\n        \"farrierlike\"\n    ],\n    \"ndị na-elekọta ihe\": [\n        \"farriers\",\n        \"heders\"\n    ],\n    \"Farris\": [\n        \"farris\"\n    ],\n    \"Farrisi\": [\n        \"farrisite\"\n    ],\n    \"Farrow\": [\n        \"farrowing\"\n    ],\n    \"elepụ anya\": [\n        \"farseeing\",\n        \"farsight\",\n        \"farsighted\",\n        \"outwatch\"\n    ],\n    \"elele anya\": [\n        \"farseeingness\"\n    ],\n    \"elepụ anya n'ihu\": [\n        \"farsightedly\",\n        \"foresightless\"\n    ],\n    \"ilepụ anya n'ihu\": [\n        \"farsightedness\",\n        \"foresightedness\"\n    ],\n    \"kasị dị anya\": [\n        \"farthermost\"\n    ],\n    \"kacha anya\": [\n        \"farthest\"\n    ],\n    \"ikpafe\": [\n        \"farts\"\n    ],\n    \"ebu ọnụ\": [\n        \"fasces\"\n    ],\n    \"fasiet\": [\n        \"fascet\"\n    ],\n    \"gbasasie ike\": [\n        \"fasciculate\"\n    ],\n    \"Fasciculation\": [\n        \"fasciculation\"\n    ],\n    \"Fascicule\": [\n        \"fascicule\"\n    ],\n    \"Fasciculus\": [\n        \"fasciculus\"\n    ],\n    \"akpali mmasị\": [\n        \"fascinatedly\",\n        \"fascinator\",\n        \"impressing\",\n        \"sterile\",\n        \"sterilely\"\n    ],\n    \"adọrọ mmasị\": [\n        \"fascinery\"\n    ],\n    \"fasiyolet\": [\n        \"fasciolet\"\n    ],\n    \"Fasciotomy\": [\n        \"fasciotomy\"\n    ],\n    \"fasi\": [\n        \"fascis\"\n    ],\n    \"fasizim\": [\n        \"fascism\",\n        \"fascistic\"\n    ],\n    \"onye fasizim\": [\n        \"fascist\"\n    ],\n    \"ndị fasiji\": [\n        \"fascists\"\n    ],\n    \"na-ebu ọnụ\": [\n        \"fasels\",\n        \"fasher\",\n        \"fashes\",\n        \"fashing\",\n        \"fasting\",\n        \"fastingly\",\n        \"fastings\",\n        \"fastish\"\n    ],\n    \"buru ọnụ\": [\n        \"fashed\",\n        \"fasted\"\n    ],\n    \"Ndị na-emepụta ejiji\": [\n        \"fashioners\"\n    ],\n    \"onye ejiji\": [\n        \"fashionist\"\n    ],\n    \"enweghị ejiji\": [\n        \"fashionless\",\n        \"styleless\"\n    ],\n    \"bọọlụ ọsọ ọsọ\": [\n        \"fastballs\"\n    ],\n    \"fasten\": [\n        \"fastenings\"\n    ],\n    \"Ọsọ ọsọ\": [\n        \"faster\",\n        \"speechify\"\n    ],\n    \"jidesie ike\": [\n        \"fasthold\",\n        \"holdfast\",\n        \"hugy\",\n        \"ontologies\",\n        \"overlive\",\n        \"tightfistedly\"\n    ],\n    \"Fastland\": [\n        \"fastland\"\n    ],\n    \"buo ọnụ\": [\n        \"fasts\"\n    ],\n    \"abụba\": [\n        \"fat\",\n        \"fatness\",\n        \"fats\",\n        \"fatstocks\",\n        \"fattrels\",\n        \"limaceous\",\n        \"limbal\",\n        \"limbmeal\",\n        \"limed\",\n        \"limier\",\n        \"melodise\",\n        \"psalmodies\",\n        \"psaltes\",\n        \"psaltress\",\n        \"psoric\",\n        \"slubber\",\n        \"slubbered\"\n    ],\n    \"kearu\": [\n        \"fatal\",\n        \"fatals\",\n        \"parecious\"\n    ],\n    \"ndị ọnwụ\": [\n        \"fatalists\"\n    ],\n    \"fatịlaịza\": [\n        \"fatalize\",\n        \"ferritization\",\n        \"fertilisability\",\n        \"fertilisable\",\n        \"fertilise\",\n        \"fertilised\",\n        \"fertiliser\",\n        \"fertilising\",\n        \"fertilitate\",\n        \"fertilities\",\n        \"fertilizability\",\n        \"fertilizable\",\n        \"fertilized\",\n        \"fertilizer\",\n        \"fertilizing\",\n        \"manurer\",\n        \"petrobium\",\n        \"subtilizer\"\n    ],\n    \"fatbird\": [\n        \"fatbirds\"\n    ],\n    \"Akwukwo ozi\": [\n        \"fatbrained\",\n        \"parchmentize\",\n        \"parchmentized\",\n        \"phrenologically\"\n    ],\n    \"enweghị nna\": [\n        \"fatherless\",\n        \"fatherlessness\",\n        \"nonfatalness\",\n        \"unfatherliness\"\n    ],\n    \"dị ka nna\": [\n        \"fatherlike\"\n    ],\n    \"enweghị fathom\": [\n        \"fathomless\"\n    ],\n    \"fatịlaị\": [\n        \"faticableness\"\n    ],\n    \"fatịa\": [\n        \"fatigate\"\n    ],\n    \"fatiging\": [\n        \"fatigating\"\n    ],\n    \"abuba\": [\n        \"fatiscence\"\n    ],\n    \"na-enweghị abụba\": [\n        \"fatless\"\n    ],\n    \"dị ka abụba\": [\n        \"fatlike\"\n    ],\n    \"fatịla\": [\n        \"fatling\",\n        \"fatlings\"\n    ],\n    \"Fatsia\": [\n        \"fatsia\"\n    ],\n    \"fat fat\": [\n        \"fatstock\"\n    ],\n    \"mara abụba\": [\n        \"fatted\"\n    ],\n    \"maa abụba\": [\n        \"fatten\",\n        \"fattened\"\n    ],\n    \"Fatịlaị\": [\n        \"fattener\"\n    ],\n    \"Ndị na-edozi fatịlaịza\": [\n        \"fatteners\"\n    ],\n    \"kasị baa ụba\": [\n        \"fattest\"\n    ],\n    \"fattt\": [\n        \"fattiness\"\n    ],\n    \"lụba\": [\n        \"fattishness\"\n    ],\n    \"fatuatu\": [\n        \"fatuate\"\n    ],\n    \"Fatuous\": [\n        \"fatuous\"\n    ],\n    \"fauld\": [\n        \"faulds\"\n    ],\n    \"emezighị\": [\n        \"faulted\"\n    ],\n    \"fulter\": [\n        \"faulter\"\n    ],\n    \"onye na-eme ntụpọ\": [\n        \"faultfinder\"\n    ],\n    \"ndị na-emezighị emezi\": [\n        \"faultfinders\"\n    ],\n    \"achọta mmejọ\": [\n        \"faultfinding\"\n    ],\n    \"faultta\": [\n        \"faultful\"\n    ],\n    \"ezighị ezi\": [\n        \"faulty\",\n        \"misbecoming\",\n        \"misinference\"\n    ],\n    \"onye mmejọ\": [\n        \"faultsman\",\n        \"offender\"\n    ],\n    \"dị ka faun\": [\n        \"faunlike\"\n    ],\n    \"nọdụrụ\": [\n        \"fausant\",\n        \"inthroned\",\n        \"nurled\",\n        \"ridded\",\n        \"ridden\"\n    ],\n    \"faosu\": [\n        \"fause\"\n    ],\n    \"fedoin\": [\n        \"faventine\"\n    ],\n    \"fapeolate\": [\n        \"faveolate\"\n    ],\n    \"ihu oma\": [\n        \"favor\",\n        \"favour\"\n    ],\n    \"mfọn\": [\n        \"favorability\",\n        \"favoredly\"\n    ],\n    \"ọkacha mmasị\": [\n        \"favorite\",\n        \"favorites\",\n        \"favourite\",\n        \"prefavorite\",\n        \"preferential\",\n        \"preferentially\",\n        \"preferment\",\n        \"preferrous\",\n        \"prefertilization\"\n    ],\n    \"imelara mmadụ ihe\": [\n        \"favoritism\",\n        \"favouritism\"\n    ],\n    \"onye na-eme amara\": [\n        \"favourer\",\n        \"rhymemaker\"\n    ],\n    \"ndị ọma\": [\n        \"favourers\"\n    ],\n    \"ụmụ irighiri\": [\n        \"fawn\"\n    ],\n    \"fawn\": [\n        \"fawner\",\n        \"fawning\"\n    ],\n    \"ndi umuaka\": [\n        \"fawners\",\n        \"pawnbrokeress\",\n        \"pawnbrokering\",\n        \"pawnbrokers\"\n    ],\n    \"ụmụ fawn\": [\n        \"fawny\",\n        \"fawns\"\n    ],\n    \"ahụ kacha\": [\n        \"fawniest\"\n    ],\n    \"fawnish\": [\n        \"fawningness\"\n    ],\n    \"dị ka onye dabara\": [\n        \"fawnlike\"\n    ],\n    \"faksị\": [\n        \"fax\",\n        \"faxed\",\n        \"faxes\",\n        \"faxing\"\n    ],\n    \"ụzarị\": [\n        \"fazenda\",\n        \"galactorrhoea\",\n        \"laserdisk\",\n        \"ray\",\n        \"rays\"\n    ],\n    \"fc\": [\n        \"fcs\"\n    ],\n    \"Aha njirimara\": [\n        \"fdname\",\n        \"prenames\"\n    ],\n    \"Aha nnabata\": [\n        \"fdnames\"\n    ],\n    \"fearing\": [\n        \"fearable\"\n    ],\n    \"ndị na-atụ egwu\": [\n        \"fearers\",\n        \"peckers\",\n        \"peevers\",\n        \"picnickers\",\n        \"rockers\",\n        \"throbbers\"\n    ],\n    \"atughi egwu\": [\n        \"fearless\"\n    ],\n    \"jiri oriri\": [\n        \"feastfully\"\n    ],\n    \"na-eri oriri\": [\n        \"feasting\"\n    ],\n    \"enweghị oriri\": [\n        \"feastless\"\n    ],\n    \"Ochie Dike\": [\n        \"feat\"\n    ],\n    \"Nke kachasị mma\": [\n        \"featest\",\n        \"sleaziest\"\n    ],\n    \"nwere nku\": [\n        \"featherbed\"\n    ],\n    \"atherdị nku\": [\n        \"featherbedding\"\n    ],\n    \"nku nnụnụ\": [\n        \"featherbird\"\n    ],\n    \"ịkpụ ntutu\": [\n        \"feathercut\",\n        \"haircut\",\n        \"haircuts\",\n        \"haircutting\",\n        \"hairweaving\"\n    ],\n    \"feat\": [\n        \"feathered\"\n    ],\n    \"a nwere nku\": [\n        \"featheredged\"\n    ],\n    \"ábụ́bà\": [\n        \"featheredges\",\n        \"feathers\"\n    ],\n    \"ndị nwere feathere\": [\n        \"featherers\"\n    ],\n    \"nku nku\": [\n        \"featherhead\",\n        \"featherleaf\",\n        \"featherlike\",\n        \"wingbacks\",\n        \"wingbows\",\n        \"wingfishes\",\n        \"wingover\",\n        \"wingseed\",\n        \"wingspans\",\n        \"wingspread\",\n        \"wingspreads\"\n    ],\n    \"Ihe ndozi nku\": [\n        \"featherier\"\n    ],\n    \"he feat\": [\n        \"featherstitch\"\n    ],\n    \"featrụ ọrụ mkpuchi\": [\n        \"featherstitching\"\n    ],\n    \"ọrụ nku\": [\n        \"featherwork\"\n    ],\n    \"onye oru nku\": [\n        \"featherworker\"\n    ],\n    \"Nke ọma\": [\n        \"featy\"\n    ],\n    \"enweghị atụmatụ\": [\n        \"featureless\",\n        \"featurelessness\",\n        \"planless\",\n        \"planlessness\",\n        \"schemeless\",\n        \"unplan\"\n    ],\n    \"Na-egosipụta\": [\n        \"featuring\",\n        \"outplaying\"\n    ],\n    \"na-eriju afọ\": [\n        \"feazing\"\n    ],\n    \"feb\": [\n        \"febres\"\n    ],\n    \"Febụwarị\": [\n        \"february\"\n    ],\n    \"feck\": [\n        \"feckful\",\n        \"feckly\"\n    ],\n    \"feck felence\": [\n        \"feckulence\"\n    ],\n    \"fecuacle\": [\n        \"feculency\"\n    ],\n    \"fecu\": [\n        \"feculent\"\n    ],\n    \"nyejuo afọ\": [\n        \"fed\"\n    ],\n    \"gọọmenti etiti\": [\n        \"federacies\",\n        \"federal\",\n        \"federalisation\",\n        \"federalise\",\n        \"federalised\",\n        \"federalising\",\n        \"federalism\",\n        \"federalistic\",\n        \"federalize\",\n        \"federalizes\",\n        \"federalizing\",\n        \"federally\",\n        \"federalness\",\n        \"federals\"\n    ],\n    \"Ndị gọọmenti\": [\n        \"federalese\"\n    ],\n    \"onye ochichi obodo\": [\n        \"federalist\"\n    ],\n    \"ndị gọọmenti etiti\": [\n        \"federalists\"\n    ],\n    \"Gbanyere\": [\n        \"federates\",\n        \"intercircled\",\n        \"interlined\",\n        \"outffed\",\n        \"overheld\",\n        \"oversated\",\n        \"oversorrowed\",\n        \"overspanned\",\n        \"predeluded\",\n        \"reglossed\",\n        \"sclerized\"\n    ],\n    \"gọọmentị\": [\n        \"federating\",\n        \"federation\"\n    ],\n    \"Gọọmenti\": [\n        \"federational\"\n    ],\n    \"Onye omebe iwu\": [\n        \"federationist\",\n        \"federatist\"\n    ],\n    \"onye omebe iwu\": [\n        \"federator\",\n        \"legislatress\"\n    ],\n    \"fedifrago ikwesị ntụkwasị obi\": [\n        \"fedifragous\"\n    ],\n    \"fedora\": [\n        \"fedn\"\n    ],\n    \"obi adighi ike\": [\n        \"feeblehearted\"\n    ],\n    \"n’ike obi\": [\n        \"feebleheartedly\"\n    ],\n    \"obi adịghị ike\": [\n        \"feebleheartedness\"\n    ],\n    \"ike adịghị\": [\n        \"feebleminded\",\n        \"unweel\",\n        \"unwell\"\n    ],\n    \"fee fee\": [\n        \"feeblish\"\n    ],\n    \"Akpa nri\": [\n        \"feedbag\",\n        \"feedbags\"\n    ],\n    \"ndepụta nri\": [\n        \"feedboard\"\n    ],\n    \"igbe nri\": [\n        \"feedbox\",\n        \"feedboxes\"\n    ],\n    \"nyere nri\": [\n        \"feeded\"\n    ],\n    \"Ndị na-azụ feeders\": [\n        \"feeders\"\n    ],\n    \"nri, ihe\": [\n        \"feedingstuff\"\n    ],\n    \"faili ntanetịime\": [\n        \"feeds\"\n    ],\n    \"onye ono\": [\n        \"feedsman\"\n    ],\n    \"uzo nri\": [\n        \"feedway\"\n    ],\n    \"nri mmiri\": [\n        \"feedwater\"\n    ],\n    \"-enwe mmetụta\": [\n        \"feel\"\n    ],\n    \"esighi ike\": [\n        \"feelable\",\n        \"frail\",\n        \"fraile\",\n        \"frailish\",\n        \"frailly\",\n        \"frantic\",\n        \"loosen\",\n        \"nonpursuantly\",\n        \"unloosen\",\n        \"unweakened\",\n        \"weakened\",\n        \"weaky\"\n    ],\n    \"enweghi mmetụta\": [\n        \"feelingless\",\n        \"impleaded\",\n        \"insensitive\",\n        \"insensitively\",\n        \"isleless\",\n        \"napless\",\n        \"sensationless\",\n        \"unsensitive\",\n        \"unspiced\"\n    ],\n    \"footage\": [\n        \"feetage\"\n    ],\n    \"ụkwụ mbụ\": [\n        \"feetfirst\"\n    ],\n    \"enweghị ụkwụ\": [\n        \"feetless\",\n        \"footlers\",\n        \"footles\",\n        \"footless\",\n        \"footlessly\",\n        \"footlessness\",\n        \"footsoreness\",\n        \"legless\",\n        \"nonplacet\",\n        \"wheelless\"\n    ],\n    \"ifriizi\": [\n        \"feeze\",\n        \"freeze\"\n    ],\n    \"friza\": [\n        \"feezed\",\n        \"feezes\",\n        \"freezable\",\n        \"freezer\",\n        \"freezers\",\n        \"freezes\",\n        \"frizers\",\n        \"frizzers\",\n        \"glazer\"\n    ],\n    \"kefriza\": [\n        \"feezing\",\n        \"frazing\",\n        \"freezy\",\n        \"freezing\",\n        \"freezingly\"\n    ],\n    \"fegi\": [\n        \"fegs\"\n    ],\n    \"ignedgha\": [\n        \"feignedness\"\n    ],\n    \"feign\": [\n        \"feigning\",\n        \"feigningly\",\n        \"feigns\"\n    ],\n    \"feynes\": [\n        \"feyness\"\n    ],\n    \"feining\": [\n        \"feinting\"\n    ],\n    \"falafel\": [\n        \"felafel\"\n    ],\n    \"fellaheen\": [\n        \"felaheen\"\n    ],\n    \"fellahin\": [\n        \"felahin\"\n    ],\n    \"na-eme ka udo dị\": [\n        \"felicitating\",\n        \"reconciliative\"\n    ],\n    \"ihe emume\": [\n        \"felicitations\"\n    ],\n    \"ndị na-eme ihe n'eziokwu\": [\n        \"felicitators\"\n    ],\n    \"ihe ekwenti\": [\n        \"felicitousness\",\n        \"infelicitousness\",\n        \"parvicellular\",\n        \"picturephones\",\n        \"plouter\"\n    ],\n    \"feline\": [\n        \"felines\"\n    ],\n    \"idaiducous\": [\n        \"felliducous\"\n    ],\n    \"amajuru\": [\n        \"fellifluous\",\n        \"lallygagged\",\n        \"majored\",\n        \"mellifluous\",\n        \"paned\"\n    ],\n    \"dara ada\": [\n        \"fellmongered\",\n        \"frumpled\",\n        \"toppled\"\n    ],\n    \"enweghị mmadụ\": [\n        \"fellowless\",\n        \"nonhumaness\",\n        \"nonhumanness\",\n        \"unipersonality\"\n    ],\n    \"dị ka ibe\": [\n        \"fellowlike\"\n    ],\n    \"mmadụ ibe gị\": [\n        \"fellowman\"\n    ],\n    \"ụmụ mmadụ ibe\": [\n        \"fellowmen\"\n    ],\n    \"ndị ibe\": [\n        \"fellows\",\n        \"shipmates\",\n        \"shipmatish\"\n    ],\n    \"osinadi\": [\n        \"fellsman\"\n    ],\n    \"felony\": [\n        \"felon\",\n        \"felones\",\n        \"feloness\"\n    ],\n    \"felon\": [\n        \"felonious\",\n        \"infelonious\"\n    ],\n    \"felonness\": [\n        \"feloniousness\"\n    ],\n    \"feldspars\": [\n        \"felspars\"\n    ],\n    \"sentmonger\": [\n        \"feltmonger\"\n    ],\n    \"dị nke nwanyị\": [\n        \"femalely\"\n    ],\n    \"ịbụ nwanyị\": [\n        \"femaleness\",\n        \"femineity\",\n        \"feminineness\",\n        \"femininity\",\n        \"feminity\",\n        \"womanhood\"\n    ],\n    \"femenụ\": [\n        \"femalize\"\n    ],\n    \"fem\": [\n        \"femes\",\n        \"femic\"\n    ],\n    \"igbu nwanyi\": [\n        \"femicide\"\n    ],\n    \"feminized\": [\n        \"feminizes\"\n    ],\n    \"eminmụ nwanyị\": [\n        \"feminizing\"\n    ],\n    \"dibia umunwanyi\": [\n        \"feminologist\"\n    ],\n    \"femoro caudal\": [\n        \"femorocaudal\"\n    ],\n    \"femoro coccygeal\": [\n        \"femorococcygeal\"\n    ],\n    \"femoro fibular\": [\n        \"femorofibular\"\n    ],\n    \"femti\": [\n        \"fempty\"\n    ],\n    \"fenagel\": [\n        \"fenagled\",\n        \"fenagling\"\n    ],\n    \"fenberị\": [\n        \"fenberry\"\n    ],\n    \"ngere\": [\n        \"fence\",\n        \"fences\",\n        \"hed\"\n    ],\n    \"a gbara ogige\": [\n        \"fenced\"\n    ],\n    \"nsu\": [\n        \"fenceful\",\n        \"fencelet\",\n        \"fencepost\",\n        \"fenceress\",\n        \"fencers\"\n    ],\n    \"enweghị nsu\": [\n        \"fenceless\"\n    ],\n    \"enweghị ngere\": [\n        \"fencelessness\"\n    ],\n    \"nsu nsu\": [\n        \"fenceplay\",\n        \"tonguefence\"\n    ],\n    \"fenda\": [\n        \"fender\"\n    ],\n    \"fend gbara\": [\n        \"fendered\"\n    ],\n    \"agbachapụ\": [\n        \"fendering\",\n        \"pollarded\",\n        \"skimpingly\",\n        \"unjogging\",\n        \"unwrinkled\",\n        \"unwrinkles\"\n    ],\n    \"fendillaị\": [\n        \"fendillate\"\n    ],\n    \"fendilụ\": [\n        \"fendillation\"\n    ],\n    \"fenders\": [\n        \"fends\"\n    ],\n    \"n'ịwa\": [\n        \"fenerate\",\n        \"generate\"\n    ],\n    \"ọgbọ\": [\n        \"feneration\",\n        \"generation\",\n        \"generationism\"\n    ],\n    \"fenyan\": [\n        \"fenian\"\n    ],\n    \"Fenland\": [\n        \"fenland\"\n    ],\n    \"fener\": [\n        \"fenner\"\n    ],\n    \"berlọ mmiri\": [\n        \"ferberite\"\n    ],\n    \"Ikwusi\": [\n        \"ferfel\",\n        \"luff\",\n        \"oversupping\",\n        \"perjurer\",\n        \"plouky\"\n    ],\n    \"okpomoku\": [\n        \"ferforth\",\n        \"gentrification\",\n        \"geothermally\",\n        \"geothermometer\",\n        \"heathenised\",\n        \"heathenized\",\n        \"heatstroke\",\n        \"hemostatic\",\n        \"hemostats\",\n        \"heterism\",\n        \"hetmanate\",\n        \"holosymmetric\",\n        \"homoousianism\",\n        \"homotherm\",\n        \"hooly\",\n        \"subatmospheric\",\n        \"sugarhouse\",\n        \"sugarhouses\",\n        \"summerite\",\n        \"thermic\",\n        \"thermion\",\n        \"thermions\",\n        \"thermite\",\n        \"thermoses\",\n        \"thermosynthesis\",\n        \"thermospheric\",\n        \"trophoneurotic\",\n        \"trophospongial\",\n        \"tropicalised\",\n        \"tropically\",\n        \"tropism\",\n        \"tropisms\",\n        \"turfiness\",\n        \"warmhouse\",\n        \"warming\",\n        \"warmmess\",\n        \"warmths\"\n    ],\n    \"ferie\": [\n        \"ferigee\",\n        \"ferijee\",\n        \"ferine\"\n    ],\n    \"ferinness\": [\n        \"ferineness\"\n    ],\n    \"Na-agba ụka\": [\n        \"ferling\"\n    ],\n    \"ferment\": [\n        \"fermenter\",\n        \"fermentive\",\n        \"ferrament\"\n    ],\n    \"a pụrụ ịtụ ụjọ\": [\n        \"fermentescible\"\n    ],\n    \"onye na-ekpo ọkụ\": [\n        \"fermerer\",\n        \"hearthman\",\n        \"heatmaker\",\n        \"oxidator\",\n        \"thermodynamicist\",\n        \"thermodynamist\",\n        \"thermographer\",\n        \"warmaker\"\n    ],\n    \"Fermery\": [\n        \"fermery\"\n    ],\n    \"Fermion\": [\n        \"fermion\"\n    ],\n    \"fermọn\": [\n        \"fermions\"\n    ],\n    \"ferner\": [\n        \"fernery\"\n    ],\n    \"Ferngrower\": [\n        \"ferngrower\"\n    ],\n    \"dị ọkụ\": [\n        \"ferniest\",\n        \"feroher\",\n        \"feverous\",\n        \"inditer\",\n        \"nighter\",\n        \"vivers\"\n    ],\n    \"fermentị\": [\n        \"ferntickled\"\n    ],\n    \"Ferrado\": [\n        \"ferrado\"\n    ],\n    \"Ferrandin\": [\n        \"ferrandin\"\n    ],\n    \"Ferrara\": [\n        \"ferrara\"\n    ],\n    \"kemfe\": [\n        \"ferrary\",\n        \"handy\"\n    ],\n    \"Ferratin\": [\n        \"ferratin\"\n    ],\n    \"ferren\": [\n        \"ferrean\"\n    ],\n    \"Na-akpali akpali\": [\n        \"ferreling\",\n        \"inspirability\",\n        \"iotizing\",\n        \"pulverulently\",\n        \"stirrupwise\"\n    ],\n    \"kpụọ\": [\n        \"ferrelled\",\n        \"formicid\",\n        \"moldier\",\n        \"outlaugh\",\n        \"scrush\",\n        \"wroke\"\n    ],\n    \"ikechukwu's\": [\n        \"ferrels\"\n    ],\n    \"Ndị na-ekpo ọkụ\": [\n        \"ferreters\",\n        \"pollsters\"\n    ],\n    \"rezụcha ọka\": [\n        \"ferreting\"\n    ],\n    \"Igbapu\": [\n        \"ferrets\",\n        \"spraddle\"\n    ],\n    \"ịgba ụka\": [\n        \"ferriage\"\n    ],\n    \"ferricloride\": [\n        \"ferrichloride\"\n    ],\n    \"feriri\": [\n        \"ferried\"\n    ],\n    \"ebe ofufe\": [\n        \"ferrier\"\n    ],\n    \"riesgbọ mmiri\": [\n        \"ferries\"\n    ],\n    \"Na-eme njem\": [\n        \"ferrying\"\n    ],\n    \"Ferrimagnet\": [\n        \"ferrimagnet\"\n    ],\n    \"Ferrimagnetism\": [\n        \"ferrimagnetism\"\n    ],\n    \"Ferriprussiate\": [\n        \"ferriprussiate\"\n    ],\n    \"Ahụike\": [\n        \"ferriprussic\",\n        \"med\",\n        \"therapeusis\"\n    ],\n    \"Ferris\": [\n        \"ferris\"\n    ],\n    \"ferritii\": [\n        \"ferrites\"\n    ],\n    \"Ferritic\": [\n        \"ferritic\"\n    ],\n    \"ugboigwe\": [\n        \"ferryway\"\n    ],\n    \"ígwè\": [\n        \"ferroaluminum\",\n        \"iortn\",\n        \"iron\",\n        \"ironbound\",\n        \"ironmaker\",\n        \"ironmaking\",\n        \"ironmongery\",\n        \"ironshod\",\n        \"ironwares\",\n        \"ironweeds\",\n        \"ironwork\",\n        \"ironworking\",\n        \"metal\",\n        \"metallurgy\",\n        \"metel\",\n        \"remetal\",\n        \"steel\",\n        \"steelies\",\n        \"steelification\",\n        \"steelmake\",\n        \"steelmaker\",\n        \"steelmaking\",\n        \"steelman\",\n        \"steelware\",\n        \"steelwork\",\n        \"steelworks\",\n        \"streel\"\n    ],\n    \"ikorotoke\": [\n        \"ferrocalcite\"\n    ],\n    \"Ferrocerium\": [\n        \"ferrocerium\"\n    ],\n    \"Ferrochromium\": [\n        \"ferrochromium\"\n    ],\n    \"Ferrocyanate\": [\n        \"ferrocyanate\"\n    ],\n    \"Ferrocyanide\": [\n        \"ferrocyanide\"\n    ],\n    \"rolọ nwere ike\": [\n        \"ferroconcrete\"\n    ],\n    \"Ferroconcretor\": [\n        \"ferroconcretor\"\n    ],\n    \"igwe eletriki\": [\n        \"ferroelectric\",\n        \"pyroelectric\",\n        \"telautomatics\"\n    ],\n    \"Ferromagnesian\": [\n        \"ferromagnesian\"\n    ],\n    \"Ferromagneticism\": [\n        \"ferromagneticism\"\n    ],\n    \"ferromita\": [\n        \"ferrometer\"\n    ],\n    \"ụkpụrụ ala\": [\n        \"ferroprint\"\n    ],\n    \"Ferrozirconium\": [\n        \"ferrozirconium\"\n    ],\n    \"Ferruginate\": [\n        \"ferruginate\"\n    ],\n    \"na-eme nri\": [\n        \"ferruginating\",\n        \"platinising\"\n    ],\n    \"Ferruginean\": [\n        \"ferruginean\"\n    ],\n    \"Ferrugineous\": [\n        \"ferrugineous\"\n    ],\n    \"Ferruginous\": [\n        \"ferruginous\"\n    ],\n    \"Ferrugo\": [\n        \"ferrugo\"\n    ],\n    \"ferru\": [\n        \"ferruled\",\n        \"ferruler\"\n    ],\n    \"tụụrụ\": [\n        \"fertil\",\n        \"fertile\"\n    ],\n    \"Fertilization\": [\n        \"fertilisation\",\n        \"fertilisational\",\n        \"fertilization\",\n        \"fertilizational\",\n        \"fertilizations\"\n    ],\n    \"ifatilaiza\": [\n        \"fertilize\"\n    ],\n    \"ferula\": [\n        \"ferulae\",\n        \"ferulaic\",\n        \"ferular\"\n    ],\n    \"feru\": [\n        \"feruled\"\n    ],\n    \"ferulu\": [\n        \"ferules\"\n    ],\n    \"ferven\": [\n        \"fervencies\"\n    ],\n    \"keoma\": [\n        \"fervent\"\n    ],\n    \"ikpesike ike\": [\n        \"fervently\",\n        \"fervidly\"\n    ],\n    \"ịnụ ọkụ\": [\n        \"fervid\",\n        \"fervidor\",\n        \"fervor\",\n        \"fervour\",\n        \"zea\",\n        \"zeus\"\n    ],\n    \"enweghị ike ọgwụgwụ\": [\n        \"fervorlessness\",\n        \"indissolubleness\",\n        \"inexhaustibility\",\n        \"inimicability\",\n        \"insuperableness\",\n        \"nonexpressive\",\n        \"nonimpressionableness\",\n        \"nonpermeability\",\n        \"nonsufferableness\",\n        \"unaspiringness\",\n        \"unassuaging\",\n        \"unconspiringness\",\n        \"undiminishableness\",\n        \"unentertainingness\",\n        \"unfatigueable\",\n        \"unpensionableness\",\n        \"unsufferableness\",\n        \"unweariedly\",\n        \"unweariedness\"\n    ],\n    \"fes\": [\n        \"fesses\"\n    ],\n    \"tọ\": [\n        \"fessing\"\n    ],\n    \"onye na-eme ememme\": [\n        \"festivalgoer\"\n    ],\n    \"festive\": [\n        \"festively\"\n    ],\n    \"fetu\": [\n        \"fet\"\n    ],\n    \"Nwa ebu n’afọ\": [\n        \"fetal\",\n        \"foetal\"\n    ],\n    \"nwa ebu n’afọ\": [\n        \"fetalism\"\n    ],\n    \"nwa ebu n'afọ\": [\n        \"fetalization\",\n        \"fetation\",\n        \"fetialis\",\n        \"fetid\",\n        \"fetidity\",\n        \"feting\",\n        \"fetis\",\n        \"fetish\",\n        \"fetisher\",\n        \"fetishic\",\n        \"fetishist\",\n        \"fetishistic\",\n        \"fetishry\",\n        \"fetor\",\n        \"fetus\",\n        \"foetus\",\n        \"imbrutes\"\n    ],\n    \"ụmụaka ndị ọzọ\": [\n        \"fetas\"\n    ],\n    \"ụmụaka ebu n'afọ\": [\n        \"fetations\",\n        \"fetors\",\n        \"fetuses\",\n        \"foetuses\"\n    ],\n    \"ozi kpọtara\": [\n        \"fetch\",\n        \"fetching\"\n    ],\n    \"kpọtara\": [\n        \"fetched\",\n        \"polled\",\n        \"ushered\"\n    ],\n    \"fetchi\": [\n        \"fetchers\"\n    ],\n    \"iwota\": [\n        \"fetchingly\"\n    ],\n    \"Nwa ebu n'afọ\": [\n        \"fetes\",\n        \"fetial\",\n        \"fetiales\",\n        \"fetials\"\n    ],\n    \"fetikist\": [\n        \"fetichist\"\n    ],\n    \"fetu onwe-ya\": [\n        \"fetichize\"\n    ],\n    \"dị ka fetich\": [\n        \"fetichlike\"\n    ],\n    \"ebu n'afọ\": [\n        \"fetidness\",\n        \"fetishes\",\n        \"fetishization\"\n    ],\n    \"ibili\": [\n        \"fetise\",\n        \"leachable\",\n        \"unawakening\"\n    ],\n    \"ụmụ ebu n'afọ\": [\n        \"fetishists\"\n    ],\n    \"dị ka nwa ebu n'afọ\": [\n        \"fetishlike\"\n    ],\n    \"fetelcks\": [\n        \"fetlocks\"\n    ],\n    \"fettike\": [\n        \"fetticus\"\n    ],\n    \"fetel\": [\n        \"fettle\"\n    ],\n    \"fett\": [\n        \"fettled\",\n        \"fettling\"\n    ],\n    \"fettuccine\": [\n        \"fettucine\",\n        \"fettucini\"\n    ],\n    \"feudising\": [\n        \"feudalizing\"\n    ],\n    \"feud\": [\n        \"feudally\",\n        \"feuded\"\n    ],\n    \"onye ogu\": [\n        \"feuder\"\n    ],\n    \"ndi ogu\": [\n        \"feudists\"\n    ],\n    \"feu\": [\n        \"feued\"\n    ],\n    \"dị ole na ole\": [\n        \"feuter\",\n        \"fewer\"\n    ],\n    \"ahụ ọkụ\": [\n        \"fever\",\n        \"feverbush\",\n        \"fevercup\",\n        \"feverfews\",\n        \"feverishness\",\n        \"feverlike\",\n        \"feverroot\",\n        \"fevers\",\n        \"feverwort\"\n    ],\n    \"fever\": [\n        \"feverberry\",\n        \"feverish\"\n    ],\n    \"Ahụ ọkụ\": [\n        \"fevered\"\n    ],\n    \"di uchu\": [\n        \"feverously\"\n    ],\n    \"ifeanyi.egw\": [\n        \"fevertwitch\"\n    ],\n    \"ole na ole\": [\n        \"few\",\n        \"fewmand\"\n    ],\n    \"kacha nta\": [\n        \"fewest\",\n        \"piniest\",\n        \"smaltost\"\n    ],\n    \"obere obere\": [\n        \"fewmets\",\n        \"minorcas\",\n        \"smallmouthed\",\n        \"smaltos\"\n    ],\n    \"fewn\": [\n        \"fewnes\"\n    ],\n    \"fewnes\": [\n        \"fewneses\",\n        \"fewnesses\"\n    ],\n    \"obere\": [\n        \"fewness\",\n        \"installments\",\n        \"lessness\",\n        \"little\",\n        \"littler\",\n        \"meager\",\n        \"meagre\",\n        \"meiny\",\n        \"minatorily\",\n        \"miniaceous\",\n        \"minimals\",\n        \"minims\",\n        \"minor\",\n        \"minora\",\n        \"minorca\",\n        \"minuter\",\n        \"partable\",\n        \"petit\",\n        \"petiteness\",\n        \"petty\",\n        \"portable\",\n        \"portableness\",\n        \"portably\",\n        \"portly\",\n        \"rare\",\n        \"rarefiers\",\n        \"rarefies\",\n        \"rarefying\",\n        \"rarer\",\n        \"rareripe\",\n        \"rareripes\",\n        \"scantiness\",\n        \"shorties\",\n        \"small\",\n        \"smallholding\",\n        \"smallishness\",\n        \"smallness\",\n        \"smallnesses\",\n        \"smalls\",\n        \"smalto\",\n        \"subact\",\n        \"tinily\",\n        \"tininess\",\n        \"tinnery\",\n        \"trivial\",\n        \"understratums\"\n    ],\n    \"tbọchị nwere ike\": [\n        \"fewtrils\"\n    ],\n    \"chọrọ ịlụ\": [\n        \"fiance\",\n        \"fianced\",\n        \"fiancee\"\n    ],\n    \"onye agbamakwụkwọ\": [\n        \"fiancees\"\n    ],\n    \"ndị na-achọ ịlụ\": [\n        \"fiants\"\n    ],\n    \"emekpa ahụ\": [\n        \"fibbery\",\n        \"torturesome\",\n        \"torturing\",\n        \"victimizations\"\n    ],\n    \"Fibing\": [\n        \"fibbing\"\n    ],\n    \"faiba glaasi\": [\n        \"fiberglas\",\n        \"fiberglass\",\n        \"fibreglass\"\n    ],\n    \"enweghị eriri\": [\n        \"fiberless\",\n        \"linerless\",\n        \"nonbasement\",\n        \"unbroidered\",\n        \"uncrystalled\",\n        \"uncrystalline\",\n        \"unfiber\",\n        \"uninwoven\",\n        \"unpruned\",\n        \"unspawned\",\n        \"unsquared\",\n        \"untinkered\"\n    ],\n    \"Fibreware\": [\n        \"fibreware\"\n    ],\n    \"Fibril\": [\n        \"fibril\"\n    ],\n    \"fibrillation\": [\n        \"fibrilation\"\n    ],\n    \"fibrillations\": [\n        \"fibrilations\"\n    ],\n    \"fibrillin\": [\n        \"fibrillae\"\n    ],\n    \"fibrillaọd\": [\n        \"fibrillate\"\n    ],\n    \"frl\": [\n        \"fibrilled\"\n    ],\n    \"fibroblastik\": [\n        \"fibroblastic\"\n    ],\n    \"fibroid\": [\n        \"fibroids\"\n    ],\n    \"fibrotik\": [\n        \"fibrotic\"\n    ],\n    \"ụkwara nta\": [\n        \"fibrotuberculosis\",\n        \"tonsilitis\",\n        \"tonsillith\",\n        \"tonsillitis\",\n        \"tonsillotomy\",\n        \"tubercles\",\n        \"tubercula\",\n        \"tubercularia\",\n        \"tuberculariaceous\",\n        \"tubercularisation\",\n        \"tubercularise\",\n        \"tubercularised\",\n        \"tubercularising\",\n        \"tubercularization\",\n        \"tubercularized\",\n        \"tubercularizing\",\n        \"tubercularness\",\n        \"tuberculation\",\n        \"tuberculiferous\",\n        \"tuberculiform\",\n        \"tuberculin\",\n        \"tuberculination\",\n        \"tuberculine\",\n        \"tuberculinic\",\n        \"tuberculinisation\",\n        \"tuberculinise\",\n        \"tuberculinised\",\n        \"tuberculinising\",\n        \"tuberculinization\",\n        \"tuberculinizing\",\n        \"tuberculisation\",\n        \"tuberculise\",\n        \"tuberculised\",\n        \"tuberculising\",\n        \"tuberculization\",\n        \"tuberculocele\",\n        \"tuberculocidin\",\n        \"tuberculoderma\",\n        \"tuberculoid\",\n        \"tuberculoma\",\n        \"tuberculomania\",\n        \"tuberculomas\",\n        \"tuberculomata\",\n        \"tuberculophobia\",\n        \"tuberculose\",\n        \"tuberculosectorial\",\n        \"tuberculosed\",\n        \"tuberculoses\",\n        \"tuberculosis\",\n        \"tuberculotherapy\",\n        \"tuberculotherapist\",\n        \"tuberculotoxin\",\n        \"tuberculotrophic\",\n        \"tuberculous\",\n        \"tuberculously\",\n        \"tuberculousness\",\n        \"tuberculum\",\n        \"tuborrhea\"\n    ],\n    \"fibro\": [\n        \"fibrous\"\n    ],\n    \"fibrous\": [\n        \"fibrousness\"\n    ],\n    \"fibrovaskụla\": [\n        \"fibrovascular\"\n    ],\n    \"fictive\": [\n        \"fictively\",\n        \"fictor\"\n    ],\n    \"ikwesi obi ike\": [\n        \"fidation\"\n    ],\n    \"ikwesi-ike\": [\n        \"fiddlehead\"\n    ],\n    \"fiddler azụ\": [\n        \"fiddlerfishes\"\n    ],\n    \"ndị na-akụ azụ\": [\n        \"fiddlery\",\n        \"fiddlers\",\n        \"philanderers\"\n    ],\n    \"nkwụnye aka\": [\n        \"fiddlestick\"\n    ],\n    \"ịgbanyụ ọkụ\": [\n        \"fiddlestring\"\n    ],\n    \"ekwesi\": [\n        \"fiddlewood\",\n        \"malleiferous\"\n    ],\n    \"ikweli\": [\n        \"fidelis\"\n    ],\n    \"vidiyo\": [\n        \"fideos\",\n        \"video\",\n        \"videocast\",\n        \"videodisc\",\n        \"videodiscs\",\n        \"videos\",\n        \"videotaped\",\n        \"videotext\"\n    ],\n    \"ikwudo\": [\n        \"fidges\"\n    ],\n    \"ndị na-ekwenye ụjọ\": [\n        \"fidgeters\"\n    ],\n    \"ikwenye ntụkwasị obi\": [\n        \"fiduciary\",\n        \"fiduciarily\"\n    ],\n    \"maka\": [\n        \"fie\",\n        \"fohat\",\n        \"for\",\n        \"fro\"\n    ],\n    \"feefs\": [\n        \"fiefs\"\n    ],\n    \"n'ọhịa\": [\n        \"fielded\",\n        \"fieldward\"\n    ],\n    \"oru ubi\": [\n        \"fieldfare\",\n        \"peasantship\"\n    ],\n    \"ọgụ ọgụ\": [\n        \"fieldfight\"\n    ],\n    \"onye akuku ubi\": [\n        \"fieldman\"\n    ],\n    \"ọrụ ubi\": [\n        \"fieldwork\",\n        \"gardencraft\",\n        \"gardenership\",\n        \"gardenmaking\"\n    ],\n    \"onye na-arụ ọrụ ubi\": [\n        \"fieldworker\"\n    ],\n    \"ubi mmiri\": [\n        \"fieldwort\"\n    ],\n    \"fiendish\": [\n        \"fiendishness\",\n        \"fiendism\"\n    ],\n    \"keeti\": [\n        \"fierce\",\n        \"fiercening\"\n    ],\n    \"na-eme ọkụ\": [\n        \"fiercen\",\n        \"fiercer\"\n    ],\n    \"fier\": [\n        \"fieriness\"\n    ],\n    \"feuillemort\": [\n        \"fieulamort\"\n    ],\n    \"nkeji iri na ise\": [\n        \"fifed\",\n        \"fifer\",\n        \"quarter\",\n        \"quarterdeck\",\n        \"quarterdecks\",\n        \"quarterfinal\",\n        \"quartering\",\n        \"quarterings\",\n        \"quarterization\",\n        \"quarterly\",\n        \"quarterlies\",\n        \"quarterlight\",\n        \"quarterns\",\n        \"quarteron\",\n        \"quarters\",\n        \"quarterstaff\",\n        \"quaters\"\n    ],\n    \"Nkeji ise\": [\n        \"fifers\"\n    ],\n    \"Ise\": [\n        \"fifes\",\n        \"fivescore\",\n        \"teentsy\"\n    ],\n    \"nke iri na ise\": [\n        \"fifteenth\",\n        \"fifteenthly\",\n        \"penthrit\",\n        \"umpteenth\"\n    ],\n    \"nke ise\": [\n        \"fifth\",\n        \"fifthly\",\n        \"fifths\",\n        \"hundredth\"\n    ],\n    \"iri ise\": [\n        \"fifty\",\n        \"fifties\",\n        \"fiftyfold\"\n    ],\n    \"nke iri ise\": [\n        \"fiftieth\"\n    ],\n    \"nke iri-ise\": [\n        \"fiftieths\"\n    ],\n    \"iri ise na ise\": [\n        \"fiftypenny\"\n    ],\n    \"fig\": [\n        \"figary\",\n        \"figent\",\n        \"figeter\",\n        \"figgy\",\n        \"figlike\",\n        \"figment\",\n        \"figmental\",\n        \"figments\",\n        \"figs\",\n        \"figuration\"\n    ],\n    \"figg\": [\n        \"figgle\"\n    ],\n    \"lụọ ọgụ\": [\n        \"fight\"\n    ],\n    \"alụso\": [\n        \"fighters\"\n    ],\n    \"figul\": [\n        \"figulines\"\n    ],\n    \"n'ụzọ ihe atụ\": [\n        \"figurately\",\n        \"figuratively\"\n    ],\n    \"ụgbọ mmiri isi\": [\n        \"figureheadship\"\n    ],\n    \"ndị ihe osise\": [\n        \"figurers\"\n    ],\n    \"ihe oyiyi\": [\n        \"figurine\",\n        \"figurines\",\n        \"iconograph\",\n        \"iconography\",\n        \"iconographic\",\n        \"imaged\",\n        \"images\",\n        \"impalas\",\n        \"ohmages\",\n        \"stathenries\",\n        \"statuaries\",\n        \"statues\",\n        \"statuesqueness\",\n        \"statuette\",\n        \"statuettes\",\n        \"statures\"\n    ],\n    \"figur\": [\n        \"figurings\"\n    ],\n    \"onye na-ese ihe atụ\": [\n        \"figurist\"\n    ],\n    \"figwort\": [\n        \"figworts\"\n    ],\n    \"filament\": [\n        \"filamented\"\n    ],\n    \"Mbano\": [\n        \"filamentiferous\"\n    ],\n    \"ndị na-anọchite anya ọchịchị\": [\n        \"filature\"\n    ],\n    \"ihe nzacha\": [\n        \"filberts\",\n        \"filcher\",\n        \"filchers\",\n        \"filibusters\",\n        \"filister\",\n        \"filisters\",\n        \"filleter\",\n        \"prosifier\"\n    ],\n    \"ẹdụk\": [\n        \"filched\",\n        \"filtered\",\n        \"filtrated\"\n    ],\n    \"faịlụ\": [\n        \"file\",\n        \"filecard\",\n        \"filers\",\n        \"files\",\n        \"filespec\",\n        \"filestatus\",\n        \"fileting\",\n        \"fole\"\n    ],\n    \"faịlụ azụ\": [\n        \"filefish\",\n        \"filefishes\"\n    ],\n    \"onye mmeghe\": [\n        \"filemaker\",\n        \"inaugurator\",\n        \"inaugurer\",\n        \"intermittor\",\n        \"introducer\",\n        \"introductor\"\n    ],\n    \"filamot\": [\n        \"filemot\"\n    ],\n    \"aha faịlụ\": [\n        \"filename\"\n    ],\n    \"faịlị faịlụ\": [\n        \"filesmith\"\n    ],\n    \"faịlif\": [\n        \"filesniff\"\n    ],\n    \"faịlitere\": [\n        \"fileted\"\n    ],\n    \"faịlị\": [\n        \"filets\"\n    ],\n    \"fili\": [\n        \"filially\"\n    ],\n    \"ihe nzere\": [\n        \"filibuster\",\n        \"filibustered\",\n        \"filibusterer\"\n    ],\n    \"nzacha s\": [\n        \"filibusterers\"\n    ],\n    \"filic\": [\n        \"filicic\"\n    ],\n    \"filicine\": [\n        \"filicinean\"\n    ],\n    \"kelechi nwankwo\": [\n        \"filicornia\",\n        \"malacopterygian\",\n        \"stoloniferously\"\n    ],\n    \"keegwu\": [\n        \"filigerous\"\n    ],\n    \"filigranes\": [\n        \"filigraned\"\n    ],\n    \"filigree\": [\n        \"filigreing\",\n        \"fillagree\",\n        \"fillagreed\"\n    ],\n    \"jupụta a\": [\n        \"filla\"\n    ],\n    \"Ihe nzacha\": [\n        \"fillers\"\n    ],\n    \"ẹdude\": [\n        \"filleted\"\n    ],\n    \"ndochi\": [\n        \"fillies\",\n        \"filling\",\n        \"fillings\",\n        \"fillip\",\n        \"filliped\",\n        \"filliping\",\n        \"fillmass\",\n        \"frillings\",\n        \"shimmies\"\n    ],\n    \"fillip een\": [\n        \"fillipeen\"\n    ],\n    \"feta\": [\n        \"fillister\"\n    ],\n    \"kaadị ihe nkiri\": [\n        \"filmcard\",\n        \"filmcards\"\n    ],\n    \"nke filmdom si\": [\n        \"filmdoms\"\n    ],\n    \"onye na-ekiri ihe nkiri\": [\n        \"filmgoer\",\n        \"moviegoer\"\n    ],\n    \"ndị na-ekiri ihe nkiri\": [\n        \"filmgoers\"\n    ],\n    \"fililily\": [\n        \"filmily\"\n    ],\n    \"Filland\": [\n        \"filmland\"\n    ],\n    \"iyo\": [\n        \"filt\",\n        \"filter\",\n        \"filterer\"\n    ],\n    \"filtrability\": [\n        \"filterability\"\n    ],\n    \"onye nzacha\": [\n        \"filterman\"\n    ],\n    \"ruru unyi\": [\n        \"filthy\",\n        \"filthiness\"\n    ],\n    \"yọchaa\": [\n        \"filtrate\",\n        \"filtrates\"\n    ],\n    \"fim\": [\n        \"fimbles\",\n        \"fimetic\",\n        \"rating\"\n    ],\n    \"emechaala\": [\n        \"finagled\",\n        \"outcaroled\",\n        \"outcavilled\",\n        \"outdone\",\n        \"outdropped\",\n        \"outguided\",\n        \"outmeasured\",\n        \"outwilled\",\n        \"outwished\"\n    ],\n    \"finagulu\": [\n        \"finagles\"\n    ],\n    \"ikpeazụ\": [\n        \"final\",\n        \"finalism\",\n        \"finalities\",\n        \"finals\",\n        \"last\",\n        \"laster\",\n        \"lasters\",\n        \"lastings\",\n        \"lattermath\",\n        \"lattermint\",\n        \"ultrapure\"\n    ],\n    \"onye ikpeazụ\": [\n        \"finalist\"\n    ],\n    \"ndị ikpeazụ\": [\n        \"finalists\"\n    ],\n    \"nwee ego\": [\n        \"financed\",\n        \"financiere\",\n        \"financiered\",\n        \"financiery\"\n    ],\n    \"ndị na-ahụ maka ego\": [\n        \"financiers\"\n    ],\n    \"ọkamụta ego\": [\n        \"financist\"\n    ],\n    \"finches\": [\n        \"finched\",\n        \"finchery\"\n    ],\n    \"ịchọta\": [\n        \"findability\",\n        \"findable\",\n        \"finding\",\n        \"foundling\",\n        \"locating\"\n    ],\n    \"ndị na-achọta\": [\n        \"finders\"\n    ],\n    \"okụt\": [\n        \"finds\"\n    ],\n    \"ezi\": [\n        \"fine\",\n        \"finew\",\n        \"genuinely\",\n        \"good\",\n        \"pig\",\n        \"pigdom\",\n        \"pigful\",\n        \"pigg\",\n        \"piggie\",\n        \"piggier\",\n        \"piggins\",\n        \"piggle\",\n        \"pigherd\",\n        \"piglet\",\n        \"pigly\",\n        \"pigman\",\n        \"pigmeat\",\n        \"pigpen\",\n        \"pigpens\",\n        \"pigroot\",\n        \"pigroots\",\n        \"pigsney\",\n        \"pigsneys\",\n        \"pigstick\",\n        \"pigsticking\",\n        \"pigsticks\",\n        \"quite\",\n        \"quitely\",\n        \"ramental\"\n    ],\n    \"ezi ego\": [\n        \"finebent\"\n    ],\n    \"fincomb\": [\n        \"finecomb\"\n    ],\n    \"finleaf\": [\n        \"fineleaf\"\n    ],\n    \"enweghị ezi\": [\n        \"fineless\"\n    ],\n    \"fineness na-arụ\": [\n        \"finenesses\"\n    ],\n    \"Iwu Iwu\": [\n        \"fines\"\n    ],\n    \"finging\": [\n        \"fingent\"\n    ],\n    \"mkpịsị aka aka\": [\n        \"fingerfishes\",\n        \"fingerwise\",\n        \"fingerwork\"\n    ],\n    \"mkpisi aka\": [\n        \"fingerhold\",\n        \"fingertips\",\n        \"pedicab\",\n        \"pedicel\",\n        \"pedicellar\",\n        \"pedicularis\"\n    ],\n    \"mkpịsị aka dị ka\": [\n        \"fingerlike\"\n    ],\n    \"mbọ aka\": [\n        \"fingernails\"\n    ],\n    \"mkpisiaka aka\": [\n        \"fingerparted\",\n        \"fingerprinted\",\n        \"fingerprints\",\n        \"thumbprint\"\n    ],\n    \"mkpisiaka\": [\n        \"fingerprint\",\n        \"fingerprinting\",\n        \"pediculid\"\n    ],\n    \"mkpisi-aka\": [\n        \"fingersmith\"\n    ],\n    \"mkpisi aka aka\": [\n        \"fingertip\"\n    ],\n    \"finking\": [\n        \"finked\"\n    ],\n    \"Finland\": [\n        \"finland\"\n    ],\n    \"Finica\": [\n        \"finnic\"\n    ],\n    \"fininp\": [\n        \"finnip\"\n    ],\n    \"Finnish\": [\n        \"finnish\",\n        \"fonnish\"\n    ],\n    \"Finnmarks\": [\n        \"finnmarks\"\n    ],\n    \"finocchio\": [\n        \"finnochio\"\n    ],\n    \"ntù\": [\n        \"fins\"\n    ],\n    \"Onyedik\": [\n        \"fiord\"\n    ],\n    \"eji egbe\": [\n        \"firearmed\"\n    ],\n    \"nkpo oku\": [\n        \"firebases\"\n    ],\n    \"nnụnụ ọkụ\": [\n        \"firebirds\"\n    ],\n    \"ụgbọ mmiri ọkụ\": [\n        \"fireboats\"\n    ],\n    \"mgbụ ọkụ\": [\n        \"firebombing\"\n    ],\n    \"igbe oku\": [\n        \"firebox\",\n        \"fireboxes\",\n        \"hellboxes\"\n    ],\n    \"ọkụ ọgbụgba\": [\n        \"firebreak\",\n        \"wildfire\"\n    ],\n    \"nkụ ọkụ\": [\n        \"firebrick\",\n        \"firebricks\"\n    ],\n    \"ndị ọkụ ọkụ\": [\n        \"firefighters\",\n        \"infighters\",\n        \"lightermen\"\n    ],\n    \"onye nche oku\": [\n        \"fireguard\"\n    ],\n    \"enweghị ọkụ\": [\n        \"fireless\",\n        \"lightlessness\",\n        \"nonelectrocution\",\n        \"nonfireproof\",\n        \"nonillumination\",\n        \"noninflammable\",\n        \"raylessness\",\n        \"unfamed\",\n        \"unslammed\"\n    ],\n    \"ndị na-agbanyụ ọkụ\": [\n        \"firemen\"\n    ],\n    \"ihe oku oku\": [\n        \"firepans\"\n    ],\n    \"ekwú ọkụ\": [\n        \"fireplace\",\n        \"fireplaces\",\n        \"foreplace\"\n    ],\n    \"ite oku\": [\n        \"firepot\"\n    ],\n    \"ike oku\": [\n        \"firepower\"\n    ],\n    \"nkwụnye ọkụ\": [\n        \"fireproofing\",\n        \"reframes\"\n    ],\n    \"ulo oku\": [\n        \"fireroom\"\n    ],\n    \"nchekwa ọkụ\": [\n        \"firesafeness\",\n        \"firesafety\"\n    ],\n    \"oku okuku\": [\n        \"fireside\"\n    ],\n    \"nkume oku\": [\n        \"firestone\"\n    ],\n    \"nkụja\": [\n        \"firetraps\"\n    ],\n    \"mmiri ọkụ\": [\n        \"firewater\",\n        \"hotpresses\"\n    ],\n    \"ezimezi oku\": [\n        \"firework\",\n        \"fireworky\",\n        \"fireworks\"\n    ],\n    \"ezimezi oku obere\": [\n        \"fireworkless\"\n    ],\n    \"firkin\": [\n        \"firking\",\n        \"firkins\"\n    ],\n    \"Onye isi\": [\n        \"firmance\",\n        \"fostership\",\n        \"puntsman\"\n    ],\n    \"nkwusi ike\": [\n        \"firmity\"\n    ],\n    \"nkwụsi ike\": [\n        \"firmness\",\n        \"stabiliment\",\n        \"stabilisation\",\n        \"stability\",\n        \"stabilization\",\n        \"stabilizator\",\n        \"stableness\",\n        \"steadiment\",\n        \"steadiness\",\n        \"stickability\",\n        \"sticktight\"\n    ],\n    \"femụwe\": [\n        \"firmware\"\n    ],\n    \"diọkpara\": [\n        \"firstborn\"\n    ],\n    \"mkpụrụ mbụ\": [\n        \"firstfruits\"\n    ],\n    \"ji anya\": [\n        \"firsthand\"\n    ],\n    \"nkpuru mbu\": [\n        \"firstlings\"\n    ],\n    \"izizi\": [\n        \"firsts\",\n        \"germanize\",\n        \"originality\",\n        \"precation\",\n        \"precative\",\n        \"preclival\",\n        \"precredit\",\n        \"precut\",\n        \"prerectal\"\n    ],\n    \"firht\": [\n        \"firths\"\n    ],\n    \"fis\": [\n        \"fisc\",\n        \"fiscs\",\n        \"fiscus\"\n    ],\n    \"gbasara ego obodo\": [\n        \"fiscal\",\n        \"fiscalism\"\n    ],\n    \"gbasara ego\": [\n        \"fiscalify\",\n        \"fiscalization\",\n        \"fiscally\",\n        \"fiscals\"\n    ],\n    \"gbasara oruuru mmadu\": [\n        \"fiscality\"\n    ],\n    \"ụgbọ mmiri azụ\": [\n        \"fishboats\",\n        \"fisherboat\"\n    ],\n    \"onye na-eri azu\": [\n        \"fisheater\"\n    ],\n    \"oku azu\": [\n        \"fisher\"\n    ],\n    \"ndị ọkụ azụ\": [\n        \"fisherfolk\",\n        \"fishermen\",\n        \"fisherpeople\",\n        \"fishers\"\n    ],\n    \"nwanyi azu\": [\n        \"fishergirl\",\n        \"fishwoman\"\n    ],\n    \"onye ọkụ azụ\": [\n        \"fisherman\"\n    ],\n    \"azu mmiri\": [\n        \"fishfall\",\n        \"fishgarth\",\n        \"fishpool\",\n        \"fishway\",\n        \"muttonfish\",\n        \"seafolk\",\n        \"seafowl\",\n        \"seagull\"\n    ],\n    \"azụ aka\": [\n        \"fishfinger\"\n    ],\n    \"nkochi azu\": [\n        \"fishhold\",\n        \"fishhood\",\n        \"fishhook\"\n    ],\n    \"azu nko\": [\n        \"fishhooks\"\n    ],\n    \"azu ulo\": [\n        \"fishyard\"\n    ],\n    \"enweghị azụ\": [\n        \"fishless\",\n        \"nurtureless\"\n    ],\n    \"dị ka azụ\": [\n        \"fishlike\"\n    ],\n    \"iyak\": [\n        \"fishline\",\n        \"fishnets\",\n        \"fishtailed\"\n    ],\n    \"onye azu\": [\n        \"fishman\",\n        \"fishmen\"\n    ],\n    \"ite azu\": [\n        \"fishpot\"\n    ],\n    \"akpụkpọ azụ\": [\n        \"fishskin\"\n    ],\n    \"azu ube\": [\n        \"fishspear\"\n    ],\n    \"Azụ osisi\": [\n        \"fishwood\"\n    ],\n    \"onye na-arụ ọrụ azụ\": [\n        \"fishworker\"\n    ],\n    \"ọrụ azụ\": [\n        \"fishworks\"\n    ],\n    \"fissable\": [\n        \"fissionable\"\n    ],\n    \"fission\": [\n        \"fissional\"\n    ],\n    \"fiss\": [\n        \"fissions\",\n        \"fissive\"\n    ],\n    \"na-akụ azụ\": [\n        \"fissiparous\"\n    ],\n    \"ụdị azụ\": [\n        \"fissipes\"\n    ],\n    \"fississ\": [\n        \"fissure\"\n    ],\n    \"ọkpọka\": [\n        \"fistfuls\",\n        \"fisty\",\n        \"fistmele\",\n        \"fistwise\",\n        \"punchy\",\n        \"tapist\",\n        \"tipcat\",\n        \"tipcats\",\n        \"whipperginny\"\n    ],\n    \"isticgha\": [\n        \"fisticuffing\"\n    ],\n    \"isttọ\": [\n        \"fistulizing\"\n    ],\n    \"fististic\": [\n        \"fistulous\"\n    ],\n    \"ichachi\": [\n        \"fitchee\"\n    ],\n    \"Obere\": [\n        \"fytte\",\n        \"mini\",\n        \"miniated\",\n        \"platosammine\",\n        \"plerome\",\n        \"ptolemy\",\n        \"smaltz\",\n        \"solattia\"\n    ],\n    \"oyiyi akwa\": [\n        \"fittings\"\n    ],\n    \"Fittonia\": [\n        \"fittonia\"\n    ],\n    \"Fitz\": [\n        \"fitz\"\n    ],\n    \"okpukpu ise\": [\n        \"fivefold\",\n        \"fivefoldness\",\n        \"fivepence\"\n    ],\n    \"nkume ise\": [\n        \"fivestones\"\n    ],\n    \"edoziri\": [\n        \"fixated\",\n        \"furnished\",\n        \"lined\",\n        \"prearranged\",\n        \"pregraded\",\n        \"preresolved\",\n        \"setarid\",\n        \"staired\",\n        \"subtersensuous\",\n        \"uniflowered\",\n        \"uniformised\",\n        \"uniformized\"\n    ],\n    \"ofu\": [\n        \"fixed\",\n        \"fixedly\",\n        \"interdispensation\",\n        \"interfascicular\",\n        \"intermodillion\",\n        \"unfixed\"\n    ],\n    \"idozi\": [\n        \"fixing\",\n        \"fixup\",\n        \"fixure\",\n        \"oversoar\",\n        \"oversolidifying\",\n        \"preresolve\",\n        \"proreconciliation\",\n        \"reconcilableness\",\n        \"reconciliations\",\n        \"reconciliatory\",\n        \"reconciling\",\n        \"settleability\",\n        \"settlerdom\",\n        \"solving\",\n        \"tailorize\"\n    ],\n    \"nfiksi\": [\n        \"fixture\"\n    ],\n    \"Fizzy\": [\n        \"fizzy\"\n    ],\n    \"okamigbo\": [\n        \"flabbergast\"\n    ],\n    \"flabby\": [\n        \"flabbier\"\n    ],\n    \"kacha nwee nsogbu\": [\n        \"flabbiest\"\n    ],\n    \"falabella\": [\n        \"flabella\"\n    ],\n    \"unanya\": [\n        \"flabelliform\"\n    ],\n    \"agbama\": [\n        \"flabellinerved\"\n    ],\n    \"flab\": [\n        \"flabs\"\n    ],\n    \"flawa\": [\n        \"flacian\",\n        \"flavin\"\n    ],\n    \"flakan\": [\n        \"flacon\"\n    ],\n    \"flakourtiaceae\": [\n        \"flacourtiaceae\",\n        \"flacourtiaceous\"\n    ],\n    \"ụgbọ mmiri ọkọlọtọ\": [\n        \"flagboat\"\n    ],\n    \"Flagella\": [\n        \"flagella\",\n        \"flaggella\"\n    ],\n    \"ịpịa ihe\": [\n        \"flagellation\",\n        \"flaggelation\",\n        \"mugging\",\n        \"spanking\",\n        \"spankings\"\n    ],\n    \"ndị na-ebu iwe\": [\n        \"flagellators\"\n    ],\n    \"Flagellula\": [\n        \"flagellula\"\n    ],\n    \"ịkọ ọkọlọtọ\": [\n        \"flagging\"\n    ],\n    \"flagi\": [\n        \"flagilate\"\n    ],\n    \"kọwaa ọkọlọtọ\": [\n        \"flagitate\"\n    ],\n    \"enweghị ọkọlọtọ\": [\n        \"flagless\"\n    ],\n    \"ọkọlọtọ dị ka\": [\n        \"flaglike\"\n    ],\n    \"ọkọlọtọ Ndinam\": [\n        \"flagmaking\"\n    ],\n    \"keisi\": [\n        \"flagrant\",\n        \"fragrant\",\n        \"perfluent\"\n    ],\n    \"flata\": [\n        \"flagrate\"\n    ],\n    \"nkume ọkọlọtọ\": [\n        \"flagstaves\",\n        \"flagstones\"\n    ],\n    \"Nkume ọkọlọtọ\": [\n        \"flagstone\"\n    ],\n    \"flatworm\": [\n        \"flagworm\"\n    ],\n    \"flayer\": [\n        \"flay\"\n    ],\n    \"Na-acha ọkụ\": [\n        \"flailing\"\n    ],\n    \"Agwa\": [\n        \"flays\"\n    ],\n    \"flake\": [\n        \"flakelet\"\n    ],\n    \"flaker\": [\n        \"flakers\"\n    ],\n    \"peekpe\": [\n        \"flaky\"\n    ],\n    \"kacha ike\": [\n        \"flakiest\",\n        \"ricketiest\"\n    ],\n    \"ire ọkụ\": [\n        \"flam\",\n        \"flamandize\",\n        \"flamb\",\n        \"flambage\",\n        \"flambe\",\n        \"flamberge\",\n        \"flambes\",\n        \"flamboyance\",\n        \"flamboyancy\",\n        \"flamboyer\",\n        \"flamefish\",\n        \"flamefishes\",\n        \"flameflower\",\n        \"flamelet\",\n        \"flamelike\",\n        \"flamens\",\n        \"flameproof\",\n        \"flameproofer\",\n        \"flames\",\n        \"flamines\",\n        \"flamingoes\",\n        \"flammation\",\n        \"flammeous\",\n        \"flammivomous\",\n        \"flammulation\",\n        \"flammule\",\n        \"flanes\",\n        \"flavicant\"\n    ],\n    \"enwu ọkụ\": [\n        \"flambeing\",\n        \"glows\"\n    ],\n    \"ndi oku oku\": [\n        \"flamethrowers\"\n    ],\n    \"kacha ọkụ\": [\n        \"flamiest\"\n    ],\n    \"ogho\": [\n        \"flams\",\n        \"spinnings\",\n        \"spinose\",\n        \"wick\"\n    ],\n    \"Flange\": [\n        \"flanch\",\n        \"flanche\",\n        \"flang\",\n        \"flange\"\n    ],\n    \"gbanwere ọkụ\": [\n        \"flanched\",\n        \"flanged\"\n    ],\n    \"flawaur\": [\n        \"flane\",\n        \"flaneur\"\n    ],\n    \"flanne\": [\n        \"flanneled\"\n    ],\n    \"kpọchie ọnụ\": [\n        \"flannelmouthed\"\n    ],\n    \"nla nla\": [\n        \"flannelmouths\"\n    ],\n    \"flaapu\": [\n        \"flap\"\n    ],\n    \"flaapu achicha\": [\n        \"flapcake\"\n    ],\n    \"flaapjack\": [\n        \"flapjack\"\n    ],\n    \"akpachara anya\": [\n        \"flapped\",\n        \"slitter\"\n    ],\n    \"njali elu\": [\n        \"flare\",\n        \"flary\"\n    ],\n    \"flarfish\": [\n        \"flarfishes\"\n    ],\n    \"flasher\": [\n        \"flaser\",\n        \"flashet\"\n    ],\n    \"flash iju mmiri\": [\n        \"flashflood\"\n    ],\n    \"flashy\": [\n        \"flashier\"\n    ],\n    \"flashines\": [\n        \"flashiness\"\n    ],\n    \"tọọchị\": [\n        \"flashlight\",\n        \"flashlike\"\n    ],\n    \"ewepụghị\": [\n        \"flat\",\n        \"flathat\",\n        \"unbitter\",\n        \"unbolstered\",\n        \"undiluted\",\n        \"ungild\",\n        \"unobliterated\",\n        \"unsolder\",\n        \"unsort\",\n        \"untether\"\n    ],\n    \"flatlat\": [\n        \"flatcar\"\n    ],\n    \"Flateria\": [\n        \"flateria\"\n    ],\n    \"flatset\": [\n        \"flatette\"\n    ],\n    \"dị larịị\": [\n        \"flatfooted\",\n        \"lamest\",\n        \"levelish\",\n        \"neven\",\n        \"platitudinous\",\n        \"sleigher\"\n    ],\n    \"Ikenye aka\": [\n        \"flatfootedness\"\n    ],\n    \"flatfo\": [\n        \"flatfooting\"\n    ],\n    \"flatfoot ụkwụ\": [\n        \"flatfoots\"\n    ],\n    \"ihihie\": [\n        \"flathe\",\n        \"mistaking\",\n        \"sleck\",\n        \"unfight\",\n        \"vagrom\"\n    ],\n    \"flatiron\": [\n        \"flatirons\"\n    ],\n    \"ndị flatland\": [\n        \"flatlanders\"\n    ],\n    \"ala dị larịị\": [\n        \"flatlands\",\n        \"plateaus\"\n    ],\n    \"Uyo\": [\n        \"flatlet\",\n        \"mirvs\",\n        \"ryots\",\n        \"sibilated\"\n    ],\n    \"Flatsị\": [\n        \"flatlets\"\n    ],\n    \"flatgha\": [\n        \"flatlings\"\n    ],\n    \"flatm\": [\n        \"flatman\"\n    ],\n    \"onye ibe ya\": [\n        \"flatmate\"\n    ],\n    \"ndi flat\": [\n        \"flatmen\"\n    ],\n    \"flatlines\": [\n        \"flatnesses\"\n    ],\n    \"flat\": [\n        \"flats\"\n    ],\n    \"ịtọọrọ\": [\n        \"flatted\"\n    ],\n    \"iha aha\": [\n        \"flatten\"\n    ],\n    \"ndị dị larịị\": [\n        \"flatteners\"\n    ],\n    \"sụọ ọnụ\": [\n        \"flattening\"\n    ],\n    \"ito ito\": [\n        \"flatter\"\n    ],\n    \"ito eto\": [\n        \"flattered\",\n        \"outgrow\"\n    ],\n    \"ire ụtọ\": [\n        \"flattery\",\n        \"flattering\",\n        \"flavorousness\",\n        \"flavoury\",\n        \"smoot\",\n        \"smoothable\",\n        \"smoothback\",\n        \"smoothboots\",\n        \"smoothbore\",\n        \"smoothen\",\n        \"smoothened\",\n        \"smoothens\",\n        \"smoothes\",\n        \"smoothest\",\n        \"smoothhound\",\n        \"smoothy\",\n        \"smoothies\",\n        \"smoothify\",\n        \"smoothification\",\n        \"smoothmouthed\",\n        \"smoothness\",\n        \"smoothpate\",\n        \"smoothtongue\",\n        \"smouldered\",\n        \"smous\",\n        \"smouser\",\n        \"smout\"\n    ],\n    \"okwu ire ụtọ\": [\n        \"flatteries\",\n        \"flatteringness\"\n    ],\n    \"okwu ire-ụtọ\": [\n        \"flatteringly\"\n    ],\n    \"flatten\": [\n        \"flattest\"\n    ],\n    \"flatto\": [\n        \"flattie\"\n    ],\n    \"ihilata\": [\n        \"flattish\",\n        \"slosher\"\n    ],\n    \"tutọ\": [\n        \"flatulency\"\n    ],\n    \"flat flat\": [\n        \"flatwork\"\n    ],\n    \"flattops\": [\n        \"flatworks\"\n    ],\n    \"flakes\": [\n        \"flaughter\"\n    ],\n    \"flabụtin\": [\n        \"flaughts\"\n    ],\n    \"na-akụ ọkụ\": [\n        \"flaunching\"\n    ],\n    \"ndị mbụ\": [\n        \"flaunters\"\n    ],\n    \"flaunts\": [\n        \"flaunty\"\n    ],\n    \"n'egosi\": [\n        \"flauntily\",\n        \"hintedly\",\n        \"logographically\"\n    ],\n    \"n’egosi\": [\n        \"flauntingly\"\n    ],\n    \"ndị flaut\": [\n        \"flautists\"\n    ],\n    \"Flauto\": [\n        \"flauto\"\n    ],\n    \"Flavian\": [\n        \"flavian\"\n    ],\n    \"Flavius\": [\n        \"flavius\"\n    ],\n    \"flavorless ness\": [\n        \"flavorlessness\"\n    ],\n    \"n’enweghi ume\": [\n        \"flavourfully\"\n    ],\n    \"flavosos\": [\n        \"flavourous\"\n    ],\n    \"enweghi ntụpọ\": [\n        \"flawed\"\n    ],\n    \"flawia\": [\n        \"flawier\"\n    ],\n    \"enweghi ntupo\": [\n        \"flawless\"\n    ],\n    \"n’enweghị ntụpọ\": [\n        \"flawlessly\",\n        \"spotlessly\",\n        \"unpaintedly\"\n    ],\n    \"flaxb\": [\n        \"flaxboard\"\n    ],\n    \"flax\": [\n        \"flaxes\"\n    ],\n    \"flaks\": [\n        \"flaxy\"\n    ],\n    \"flax dị ka flax\": [\n        \"flaxlike\"\n    ],\n    \"flaxsw\": [\n        \"flaxseed\"\n    ],\n    \"Flaxwoman\": [\n        \"flaxwoman\"\n    ],\n    \"àkpịrị\": [\n        \"flea\"\n    ],\n    \"fleaban\": [\n        \"fleabanes\"\n    ],\n    \"gbara ọsọ\": [\n        \"fleabitten\",\n        \"flecked\",\n        \"fled\",\n        \"fleered\",\n        \"fleeted\",\n        \"fleyed\",\n        \"flighted\",\n        \"raced\",\n        \"runkled\",\n        \"speiled\",\n        \"speils\",\n        \"speired\",\n        \"streng\",\n        \"swirliest\"\n    ],\n    \"efe efe\": [\n        \"fleaworts\",\n        \"flypasts\"\n    ],\n    \"Na-agba ọsọ\": [\n        \"fleckering\",\n        \"hurlings\",\n        \"pulsant\",\n        \"pulsated\",\n        \"rustling\",\n        \"rustlingly\",\n        \"stalkily\",\n        \"underrunning\"\n    ],\n    \"dịkarịsịrị ike\": [\n        \"fleckiest\",\n        \"oversoften\"\n    ],\n    \"n'eghara\": [\n        \"flecklessly\"\n    ],\n    \"agba ọsọ\": [\n        \"fledgling\",\n        \"fleecer\",\n        \"fleeces\",\n        \"fleecy\",\n        \"fleecier\",\n        \"runback\",\n        \"runbacks\",\n        \"runkling\",\n        \"runlets\",\n        \"runoffs\",\n        \"runouts\",\n        \"runover\",\n        \"sprinting\",\n        \"sprints\"\n    ],\n    \"ajị anụ\": [\n        \"fleece\",\n        \"hairnet\",\n        \"wool\",\n        \"woolf\",\n        \"woolfells\",\n        \"woolhead\",\n        \"woolies\",\n        \"wooliness\",\n        \"woollens\",\n        \"woollier\",\n        \"woolpack\",\n        \"wools\",\n        \"woolsack\",\n        \"woolshears\",\n        \"woolskin\",\n        \"woolsorter\",\n        \"woolstock\",\n        \"woolward\",\n        \"woolwasher\",\n        \"woolwheel\",\n        \"woolwich\",\n        \"woolwork\"\n    ],\n    \"a na-efe efe\": [\n        \"fleeceable\"\n    ],\n    \"fureelị\": [\n        \"fleeceflower\"\n    ],\n    \"ndị na-efe efe\": [\n        \"fleecers\",\n        \"flytiers\",\n        \"gropers\",\n        \"infecters\",\n        \"infectors\"\n    ],\n    \"onye gbara ọsọ\": [\n        \"fleer\"\n    ],\n    \"nke gbara ọsọ\": [\n        \"fleetest\"\n    ],\n    \"ịnyịnya ike\": [\n        \"fleetful\",\n        \"horsepower\"\n    ],\n    \"fleet\": [\n        \"fleetness\"\n    ],\n    \"efegharị\": [\n        \"fleyedness\"\n    ],\n    \"fley\": [\n        \"fleying\"\n    ],\n    \"ọsọ\": [\n        \"flemer\",\n        \"flyability\",\n        \"rle\",\n        \"runnable\",\n        \"runnings\",\n        \"runtier\",\n        \"rushingness\",\n        \"velocity\"\n    ],\n    \"Fleming\": [\n        \"fleming\"\n    ],\n    \"Ogechukwu\": [\n        \"flensing\",\n        \"selenitish\"\n    ],\n    \"flerled\": [\n        \"flerried\"\n    ],\n    \"lerzọ\": [\n        \"flerrying\"\n    ],\n    \"ahịhịa anụ ahụ\": [\n        \"fleshbrush\"\n    ],\n    \"fles\": [\n        \"fleshed\"\n    ],\n    \"na-anụ ihe\": [\n        \"fleshing\",\n        \"heartier\",\n        \"oaring\"\n    ],\n    \"enweghị anụ ahụ\": [\n        \"fleshlessness\"\n    ],\n    \"anụ anụ\": [\n        \"fleshmonger\"\n    ],\n    \"ite anụ ahụ\": [\n        \"fleshpots\"\n    ],\n    \"flea\": [\n        \"fleta\"\n    ],\n    \"fletị\": [\n        \"fletched\"\n    ],\n    \"fletcher\": [\n        \"flether\"\n    ],\n    \"fleurị\": [\n        \"fleuret\"\n    ],\n    \"fleurette\": [\n        \"fleurettee\"\n    ],\n    \"fleur\": [\n        \"fleuron\",\n        \"fleuronee\",\n        \"fluer\"\n    ],\n    \"gbara oso\": [\n        \"flewed\"\n    ],\n    \"na-enweghị mgbanwe\": [\n        \"flexionless\",\n        \"nondeleterious\",\n        \"shiftless\"\n    ],\n    \"flexious\": [\n        \"flexuous\"\n    ],\n    \"Ugboro ole na ole\": [\n        \"flexuousness\"\n    ],\n    \"flibbertigibbet\": [\n        \"flibbertigibbety\"\n    ],\n    \"akwụkwọ ofufe\": [\n        \"flybook\"\n    ],\n    \"ogbe okuko\": [\n        \"flycatcher\"\n    ],\n    \"ndi efe\": [\n        \"flycatchers\"\n    ],\n    \"kpatụ aka\": [\n        \"flick\"\n    ],\n    \"kpatụ aka,\": [\n        \"flicked\"\n    ],\n    \"amụba amụba\": [\n        \"flicker\"\n    ],\n    \"achapụ\": [\n        \"flickering\",\n        \"glowed\",\n        \"glowered\",\n        \"ripsaws\"\n    ],\n    \"ịgbapụ\": [\n        \"flickeringly\",\n        \"shoving\",\n        \"sploit\",\n        \"sploshing\"\n    ],\n    \"flicks\": [\n        \"flics\"\n    ],\n    \"flifọs\": [\n        \"fliffus\"\n    ],\n    \"ofufe flaapu\": [\n        \"flyflap\"\n    ],\n    \"ofufe flapper\": [\n        \"flyflapper\"\n    ],\n    \"headgbọ elu\": [\n        \"flighthead\"\n    ],\n    \"nke na-akọkarị nkọ\": [\n        \"flightier\"\n    ],\n    \"na-adịghị efe efe\": [\n        \"flightless\"\n    ],\n    \"agbapụ ụgbọ elu\": [\n        \"flightshot\"\n    ],\n    \"onye efe\": [\n        \"flyman\"\n    ],\n    \"ndị efe\": [\n        \"flymen\"\n    ],\n    \"flamflamed\": [\n        \"flimflammed\"\n    ],\n    \"flim\": [\n        \"flimsy\"\n    ],\n    \"flims flim\": [\n        \"flimsies\"\n    ],\n    \"kasị mfe\": [\n        \"flimsiest\"\n    ],\n    \".fụ\": [\n        \"flinging\"\n    ],\n    \"flin\": [\n        \"flinted\",\n        \"flints\"\n    ],\n    \"onye nwere mmụọ\": [\n        \"flinthearted\"\n    ],\n    \"enweghị okwute\": [\n        \"flintless\"\n    ],\n    \"dị ka okike\": [\n        \"flintlike\"\n    ],\n    \"slịpas\": [\n        \"flipflop\"\n    ],\n    \"flipping\": [\n        \"flippant\"\n    ],\n    \"ịsacha\": [\n        \"flippantness\",\n        \"sciagraphing\"\n    ],\n    \"flipa\": [\n        \"flipper\"\n    ],\n    \"flippering\": [\n        \"flipperling\"\n    ],\n    \"na-achụgharị\": [\n        \"flirtable\",\n        \"flirtations\",\n        \"flirtatious\",\n        \"flirtish\",\n        \"flirtling\"\n    ],\n    \"eme mfe\": [\n        \"flirtational\",\n        \"flirting\"\n    ],\n    \"na-enweghị ntụpọ\": [\n        \"flirtationless\",\n        \"noncorroding\",\n        \"nonencyclopedical\",\n        \"nonterminal\",\n        \"rindless\",\n        \"spinproof\"\n    ],\n    \"na-achụ nwanyị\": [\n        \"flirtatiously\",\n        \"flirtingly\"\n    ],\n    \"na-achụ nwoke\": [\n        \"flirtatiousness\"\n    ],\n    \"chụrụ\": [\n        \"flirted\",\n        \"flurried\",\n        \"rosed\",\n        \"rosined\",\n        \"sacrificati\"\n    ],\n    \"flirt\": [\n        \"flirter\",\n        \"flurt\"\n    ],\n    \"achụ\": [\n        \"flirty\",\n        \"pursed\",\n        \"pursued\"\n    ],\n    \"achụgharị\": [\n        \"flirtier\"\n    ],\n    \"na-achụ ọgụ\": [\n        \"flirtiest\"\n    ],\n    \"irtmụ nwanyị\": [\n        \"flirtishness\"\n    ],\n    \"adapụsị\": [\n        \"flysch\"\n    ],\n    \"gbatuo\": [\n        \"flisk\",\n        \"rundown\",\n        \"turndown\"\n    ],\n    \"adaha\": [\n        \"flyspecked\"\n    ],\n    \"ị gụ\": [\n        \"flitching\"\n    ],\n    \"fula\": [\n        \"flyted\"\n    ],\n    \"gbawaa\": [\n        \"flitfold\",\n        \"glick\",\n        \"strikebreak\"\n    ],\n    \"oge ofufe\": [\n        \"flytime\"\n    ],\n    \"ufe\": [\n        \"flywheels\"\n    ],\n    \"ngwu\": [\n        \"fll\",\n        \"laxation\",\n        \"laxer\",\n        \"ligeance\"\n    ],\n    \"ise n'elu\": [\n        \"float\"\n    ],\n    \"n'elu mmiri\": [\n        \"floatation\"\n    ],\n    \"na-ese n’elu mmiri\": [\n        \"floatative\",\n        \"floated\",\n        \"floaters\",\n        \"floating\",\n        \"floatingly\",\n        \"floats\"\n    ],\n    \"onye na-ese n'elu mmiri\": [\n        \"floatmaker\"\n    ],\n    \"ndị na-ese n’elu mmiri\": [\n        \"floatmen\",\n        \"floatsmen\"\n    ],\n    \"Onye nwe mmiri\": [\n        \"floatsman\"\n    ],\n    \"zọgbuo\": [\n        \"flob\",\n        \"galumphed\",\n        \"insculp\",\n        \"snaper\",\n        \"snappish\",\n        \"trampess\"\n    ],\n    \"na-asọgharị\": [\n        \"floccing\",\n        \"osmosing\",\n        \"repeddling\",\n        \"replunging\",\n        \"swamping\"\n    ],\n    \"ìgwè ewu na atụrụ\": [\n        \"flock\",\n        \"flockless\",\n        \"flocks\"\n    ],\n    \"chịrị atụrụ\": [\n        \"flockbed\"\n    ],\n    \"gbara atụrụ\": [\n        \"flocked\"\n    ],\n    \"onye na-elekọta atụrụ\": [\n        \"flocker\",\n        \"sheepmaster\"\n    ],\n    \"onye agbo\": [\n        \"flockier\"\n    ],\n    \"kacha ewu ewu\": [\n        \"flockiest\"\n    ],\n    \"na-agba atụrụ\": [\n        \"flocking\"\n    ],\n    \"ìgwè atụrụ\": [\n        \"flockings\"\n    ],\n    \"yiri atụrụ\": [\n        \"flocklike\",\n        \"lamblike\",\n        \"sheeplike\"\n    ],\n    \"na-azụ atụrụ\": [\n        \"flockling\",\n        \"sheefishes\",\n        \"shepherded\",\n        \"shepherdish\",\n        \"shepherdize\",\n        \"sheppherded\"\n    ],\n    \"onye na-azụ atụrụ\": [\n        \"flockman\",\n        \"herberger\",\n        \"herder\",\n        \"rampsman\",\n        \"sheepbiter\",\n        \"sheepherder\",\n        \"sheepkeeper\",\n        \"sheepman\",\n        \"sheepmonger\",\n        \"sheepstealer\"\n    ],\n    \"onye ọzụzụ atụrụ\": [\n        \"flockmaster\",\n        \"herdsman\",\n        \"pastoralist\",\n        \"shepherd\",\n        \"shepherdage\",\n        \"shepherdess\",\n        \"shepherdy\",\n        \"shepherdly\"\n    ],\n    \"onye nwe atụrụ\": [\n        \"flockowner\"\n    ],\n    \"flok\": [\n        \"flocs\"\n    ],\n    \"tie ha ihe\": [\n        \"flogged\"\n    ],\n    \"utari\": [\n        \"flogger\"\n    ],\n    \"ndị na-apịa mmadụ ihe\": [\n        \"floggers\"\n    ],\n    \"iti ha ihe\": [\n        \"flogging\",\n        \"floggings\"\n    ],\n    \"ide mmiri\": [\n        \"flood\",\n        \"floodable\",\n        \"floodage\",\n        \"floodboard\",\n        \"floodcock\",\n        \"flooders\",\n        \"floodgate\",\n        \"flooding\",\n        \"floodlighting\",\n        \"floodlike\",\n        \"floodlit\",\n        \"floodmark\",\n        \"floodplain\",\n        \"floodway\",\n        \"floodwall\",\n        \"floodwater\",\n        \"riverbed\",\n        \"riverwash\",\n        \"underswamp\"\n    ],\n    \"idei mmiri\": [\n        \"flooded\",\n        \"floodless\",\n        \"floods\",\n        \"floodways\",\n        \"inundated\",\n        \"tidewaters\",\n        \"underflowed\"\n    ],\n    \"ihe mkpuchi mmiri\": [\n        \"floodgates\",\n        \"sealants\"\n    ],\n    \"ide mmiri gbara\": [\n        \"floodlighted\"\n    ],\n    \"ide mmiri na-egbochi\": [\n        \"floodproof\"\n    ],\n    \"oge iju mmiri\": [\n        \"floodtime\"\n    ],\n    \"ìgwè ewu\": [\n        \"flook\"\n    ],\n    \"mbadamba ala\": [\n        \"floorboards\"\n    ],\n    \"ákwà ụlọ\": [\n        \"floorcloth\",\n        \"floorcloths\"\n    ],\n    \"ndi okacha-ama\": [\n        \"floorers\"\n    ],\n    \"Onye nwe ulo\": [\n        \"floorman\"\n    ],\n    \"ala ụlọ\": [\n        \"floorshift\",\n        \"floorshifts\",\n        \"floorway\"\n    ],\n    \"gini mere\": [\n        \"floorshow\",\n        \"wherefores\",\n        \"whydah\",\n        \"whydahs\"\n    ],\n    \"ndagwurugwu ụlọ\": [\n        \"floorwalker\"\n    ],\n    \"ndị na-ete ime ụlọ\": [\n        \"floorwalkers\"\n    ],\n    \"n'ala ulo\": [\n        \"floorward\"\n    ],\n    \"n’elu ala\": [\n        \"floorwise\"\n    ],\n    \"floppy\": [\n        \"floppies\",\n        \"floppily\"\n    ],\n    \"floral\": [\n        \"florally\"\n    ],\n    \"floreat\": [\n        \"florate\",\n        \"floreate\",\n        \"floreated\"\n    ],\n    \"flore\": [\n        \"floreted\"\n    ],\n    \"floretụ\": [\n        \"florette\"\n    ],\n    \"onye florian\": [\n        \"florian\"\n    ],\n    \"flori\": [\n        \"floriate\",\n        \"floriated\",\n        \"floriation\"\n    ],\n    \"floric omenala\": [\n        \"floriculturally\"\n    ],\n    \"floridians\": [\n        \"floridans\"\n    ],\n    \"onyegbato\": [\n        \"florissant\"\n    ],\n    \"ore fulawa\": [\n        \"florist\",\n        \"floweriest\",\n        \"flowerist\"\n    ],\n    \"florisically\": [\n        \"floristically\"\n    ],\n    \"ndị na-ese florist\": [\n        \"floristics\"\n    ],\n    \"floss\": [\n        \"flosses\"\n    ],\n    \"Ulo\": [\n        \"flossies\"\n    ],\n    \"flossness\": [\n        \"flossiness\"\n    ],\n    \"flottant\": [\n        \"flotant\"\n    ],\n    \"flotation\": [\n        \"flotative\"\n    ],\n    \"flote\": [\n        \"floter\"\n    ],\n    \"gbafere\": [\n        \"flounce\"\n    ],\n    \"gbaa mmiri\": [\n        \"flounced\",\n        \"shoers\"\n    ],\n    \"na-ese\": [\n        \"flouring\",\n        \"philtering\"\n    ],\n    \"too nke ọma\": [\n        \"flourish\"\n    ],\n    \"Na-acha ọcha\": [\n        \"flourishable\"\n    ],\n    \"nwee ihe ịga nke ọma\": [\n        \"flourishy\",\n        \"presuccessful\",\n        \"succeedable\",\n        \"succeedingly\"\n    ],\n    \"dị ka ntụ\": [\n        \"flourlike\"\n    ],\n    \"ndị na-anya ụgbọ mmiri\": [\n        \"flouters\",\n        \"kayakers\"\n    ],\n    \"na-asọ asọ\": [\n        \"flouting\",\n        \"flowingness\",\n        \"repriming\",\n        \"repudative\",\n        \"vulgarest\"\n    ],\n    \"na-efegharị efegharị\": [\n        \"flowable\",\n        \"fluttering\"\n    ],\n    \"agba mmiri\": [\n        \"flowage\",\n        \"flowcharted\",\n        \"flowcharts\",\n        \"waterbloom\"\n    ],\n    \"njikwa njikwa\": [\n        \"flowcontrol\"\n    ],\n    \"akwa ifuru\": [\n        \"flowerbed\"\n    ],\n    \"onye okooko osisi\": [\n        \"flowerer\"\n    ],\n    \"ifuru nsu\": [\n        \"flowerfence\"\n    ],\n    \"dị ka ifuru\": [\n        \"flowerlike\"\n    ],\n    \"ite ifuru\": [\n        \"flowerpot\"\n    ],\n    \"ite okooko osisi\": [\n        \"flowerpots\"\n    ],\n    \"na-asọ\": [\n        \"flowing\",\n        \"torrential\"\n    ],\n    \"Na-asọ asọ\": [\n        \"flowingly\",\n        \"streamingly\",\n        \"streamward\"\n    ],\n    \"የፍime\": [\n        \"flowmeter\"\n    ],\n    \"aga\": [\n        \"flows\",\n        \"forches\",\n        \"goings\",\n        \"gonne\",\n        \"gudes\",\n        \"maray\"\n    ],\n    \"lubgba mmiri\": [\n        \"flubbing\"\n    ],\n    \"ikogbu\": [\n        \"flubdubbery\"\n    ],\n    \"flọb\": [\n        \"flubs\"\n    ],\n    \"fluellen\": [\n        \"fluellin\",\n        \"fluellite\"\n    ],\n    \"ịgafe asụsụ\": [\n        \"fluence\"\n    ],\n    \"were were\": [\n        \"fluency\",\n        \"fluent\",\n        \"fluently\",\n        \"fluentness\",\n        \"portage\",\n        \"portaged\",\n        \"portages\",\n        \"portaging\",\n        \"smoothly\",\n        \"smooths\",\n        \"werecrocodile\",\n        \"weregild\"\n    ],\n    \"flu\": [\n        \"flues\"\n    ],\n    \"ọrụ flue\": [\n        \"fluework\"\n    ],\n    \"Fluffer\": [\n        \"fluffer\"\n    ],\n    \"N'ụbọchị nke abụọ,\": [\n        \"fluffy\"\n    ],\n    \"Fluffier\": [\n        \"fluffier\"\n    ],\n    \"N'ụbọchị nke abụọ\": [\n        \"fluffily\"\n    ],\n    \"Fluffiness\": [\n        \"fluffiness\"\n    ],\n    \"ọmụmụ mmiri\": [\n        \"fluid\"\n    ],\n    \"dị mmiri mmiri\": [\n        \"fluidal\",\n        \"fluidally\",\n        \"fluidic\",\n        \"fluidly\",\n        \"liquidly\"\n    ],\n    \"nke nwere ike ịgbanwe\": [\n        \"fluidible\",\n        \"prisable\"\n    ],\n    \"ihe di omimi\": [\n        \"fluidics\",\n        \"horrent\"\n    ],\n    \"mee ka mmiri dị omimi\": [\n        \"fluidify\"\n    ],\n    \"dị mmiri\": [\n        \"fluidified\",\n        \"fluidize\",\n        \"fluidized\",\n        \"fluidizes\"\n    ],\n    \"ihe ngbanye mmiri\": [\n        \"fluidifier\"\n    ],\n    \"ka mmiri dị\": [\n        \"fluidise\"\n    ],\n    \"onye mmiri\": [\n        \"fluidist\",\n        \"seafare\",\n        \"seafarer\",\n        \"seagoer\"\n    ],\n    \"mmịpụ mmiri\": [\n        \"fluidization\"\n    ],\n    \"ihe mmịkpọ\": [\n        \"fluidizer\"\n    ],\n    \"mita mmiri\": [\n        \"fluidmeter\"\n    ],\n    \"mgbahara\": [\n        \"fluked\"\n    ],\n    \"Okpoko\": [\n        \"flumadiddle\",\n        \"hurrays\",\n        \"llyn\",\n        \"venenous\",\n        \"vomitwort\"\n    ],\n    \"floms\": [\n        \"flumes\"\n    ],\n    \"na-amia\": [\n        \"fluming\"\n    ],\n    \"slummer\": [\n        \"flummer\"\n    ],\n    \"Okoli\": [\n        \"flummery\"\n    ],\n    \"na-amali elu\": [\n        \"flumps\",\n        \"jumpily\",\n        \"leaped\",\n        \"leaps\"\n    ],\n    \"tụba\": [\n        \"flung\",\n        \"thrown\",\n        \"throws\"\n    ],\n    \"ntụ ntụ ntụ ntụ\": [\n        \"fluocarbonate\"\n    ],\n    \"na-agbanye ọkụ\": [\n        \"fluorated\",\n        \"fluoridating\",\n        \"ignites\",\n        \"igniting\",\n        \"lanterning\",\n        \"lightered\",\n        \"lightering\"\n    ],\n    \"Flọrịrị\": [\n        \"fluoresced\"\n    ],\n    \"fluorescein\": [\n        \"fluoresceine\",\n        \"fluorescigenic\"\n    ],\n    \"Fluorcer\": [\n        \"fluorescer\"\n    ],\n    \"fluoridịga\": [\n        \"fluoridate\"\n    ],\n    \"fluorised\": [\n        \"fluoridised\"\n    ],\n    \"na-agbagharị agbagharị\": [\n        \"fluoridising\"\n    ],\n    \"fluoridizii\": [\n        \"fluoridize\"\n    ],\n    \"fluorimeta\": [\n        \"fluorimeter\"\n    ],\n    \"fluorine\": [\n        \"fluorines\",\n        \"fluorins\"\n    ],\n    \"fluorometer\": [\n        \"fluormeter\"\n    ],\n    \"ndị na-amụ fluoroscopists\": [\n        \"fluoroscopists\"\n    ],\n    \"afia\": [\n        \"flurries\",\n        \"knave\",\n        \"pinned\",\n        \"trappable\",\n        \"trapping\",\n        \"trappingly\",\n        \"trappings\",\n        \"traps\"\n    ],\n    \"ihe na-akpata iwe\": [\n        \"flurriment\"\n    ],\n    \"wepụsị\": [\n        \"flushed\"\n    ],\n    \"fluss\": [\n        \"flushes\"\n    ],\n    \"lusgbachapụ\": [\n        \"flushing\",\n        \"flushingly\"\n    ],\n    \"ọjà\": [\n        \"flute\",\n        \"flutework\"\n    ],\n    \"flita\": [\n        \"fluter\"\n    ],\n    \"sluther\": [\n        \"fluther\"\n    ],\n    \"flti\": [\n        \"fluty\"\n    ],\n    \"ndi flut\": [\n        \"flutists\"\n    ],\n    \"slutụ\": [\n        \"flutter\"\n    ],\n    \"slutterboard\": [\n        \"flutterboard\"\n    ],\n    \"utgbọ elu\": [\n        \"fluttery\"\n    ],\n    \"utgha n'ekwu okwu\": [\n        \"flutteriness\"\n    ],\n    \"flutter\": [\n        \"flutterment\"\n    ],\n    \"onye fluvialist\": [\n        \"fluvialist\"\n    ],\n    \"Fluxweed\": [\n        \"fluxweed\"\n    ],\n    \"Akon\": [\n        \"fm\"\n    ],\n    \"a rụrụ arụ\": [\n        \"foaled\"\n    ],\n    \"ụkwụ nwa ụkwụ\": [\n        \"foalfoot\"\n    ],\n    \"ụfụfụ\": [\n        \"foam\",\n        \"foambow\",\n        \"foams\",\n        \"folates\"\n    ],\n    \"foamfụfụ\": [\n        \"foamer\",\n        \"foamflower\"\n    ],\n    \"ersfụfụ\": [\n        \"foamers\"\n    ],\n    \"yfụfụ\": [\n        \"foamy\"\n    ],\n    \"kasị nwee nsogbu\": [\n        \"foamiest\"\n    ],\n    \"ilyfụfụ\": [\n        \"foamily\"\n    ],\n    \"fụfụ\": [\n        \"foaminess\"\n    ],\n    \"ingfụfụ\": [\n        \"foaming\"\n    ],\n    \"inglyfụfụ\": [\n        \"foamingly\"\n    ],\n    \"enweghị ụfụfụ\": [\n        \"foamless\"\n    ],\n    \"dị ka foam\": [\n        \"foamlike\"\n    ],\n    \"Baịbụl hiwere isi n'ebe\": [\n        \"focal\"\n    ],\n    \"fofo\": [\n        \"focsle\"\n    ],\n    \"gbado anya\": [\n        \"focus\"\n    ],\n    \"lekwasịrị anya\": [\n        \"focused\",\n        \"overinterested\",\n        \"targer\",\n        \"target\",\n        \"targeteer\",\n        \"targetlike\"\n    ],\n    \"na-elekwasị anya\": [\n        \"focusers\",\n        \"focuses\",\n        \"focussing\",\n        \"unfocused\"\n    ],\n    \"n'ilekwasị anya\": [\n        \"focusing\"\n    ],\n    \"eleghi anya\": [\n        \"focusless\",\n        \"improbably\",\n        \"manlikely\",\n        \"nonchalance\",\n        \"nonspectral\",\n        \"nonstandard\",\n        \"omnispective\",\n        \"outgeneralled\",\n        \"outglowed\",\n        \"outsmoked\",\n        \"outswindled\",\n        \"overglanced\",\n        \"overpartial\",\n        \"peradventure\",\n        \"probable\",\n        \"probableness\",\n        \"probably\",\n        \"unattentive\",\n        \"unbeheld\",\n        \"unbenighted\",\n        \"unescheated\",\n        \"unescutcheoned\",\n        \"uninspected\",\n        \"unlikely\",\n        \"unlucent\",\n        \"unprobably\",\n        \"unrespective\",\n        \"unsensitised\",\n        \"unsensitized\",\n        \"unstandard\",\n        \"unstigmatised\",\n        \"unsuspective\",\n        \"unvisionary\",\n        \"unvisioned\",\n        \"unvisualized\"\n    ],\n    \"akpa nri\": [\n        \"fodder\",\n        \"horticulturally\",\n        \"lugmark\"\n    ],\n    \"fodụrụ\": [\n        \"foddered\"\n    ],\n    \"ịkọ nri\": [\n        \"foddering\"\n    ],\n    \"fodder\": [\n        \"fodders\"\n    ],\n    \"foereris\": [\n        \"foederis\"\n    ],\n    \"umu oma\": [\n        \"foetors\"\n    ],\n    \"foogu\": [\n        \"fog\",\n        \"fogginess\",\n        \"fogman\"\n    ],\n    \"fogy\": [\n        \"fogey\"\n    ],\n    \"ibu mmiri\": [\n        \"foggage\",\n        \"shipowning\"\n    ],\n    \"kefoogu\": [\n        \"foggy\"\n    ],\n    \"nkịta ọhịa\": [\n        \"fogs\",\n        \"fox\",\n        \"foxbane\",\n        \"foxberry\",\n        \"foxberries\",\n        \"foxer\",\n        \"foxery\",\n        \"foxes\",\n        \"foxfinger\",\n        \"foxfire\",\n        \"foxfires\",\n        \"foxfish\",\n        \"foxfishes\",\n        \"foxglove\",\n        \"foxgloves\",\n        \"foxhole\",\n        \"foxholes\",\n        \"foxhound\",\n        \"foxhounds\",\n        \"foxie\",\n        \"foxily\",\n        \"foxinesses\",\n        \"foxing\",\n        \"foxings\",\n        \"foxish\",\n        \"foxly\",\n        \"foxlike\",\n        \"foxproof\",\n        \"foxskins\",\n        \"foxtail\",\n        \"foxtailed\",\n        \"foxtails\",\n        \"foxwood\",\n        \"jackals\",\n        \"jackfishes\",\n        \"jackknives\",\n        \"jacknives\",\n        \"wolfers\",\n        \"wolfhounds\",\n        \"wolfmen\",\n        \"wolvers\"\n    ],\n    \"fone\": [\n        \"foined\"\n    ],\n    \"ụmụ okorobịa\": [\n        \"foys\",\n        \"guys\"\n    ],\n    \"umu igbo\": [\n        \"folacins\",\n        \"forbysening\"\n    ],\n    \"n'ogige atụrụ\": [\n        \"fold\"\n    ],\n    \"mpịachi\": [\n        \"foldage\",\n        \"foldy\",\n        \"folding\",\n        \"tympaning\"\n    ],\n    \"mpako ụgbọ mmiri\": [\n        \"foldboater\"\n    ],\n    \"folda\": [\n        \"folder\",\n        \"workfolk\"\n    ],\n    \"folda uwe\": [\n        \"foldskirt\"\n    ],\n    \"folda nchekwa\": [\n        \"foldstool\"\n    ],\n    \"foldare\": [\n        \"foldure\"\n    ],\n    \"foliaceous ness\": [\n        \"foliaceousness\"\n    ],\n    \"foliaceous\": [\n        \"foliageous\"\n    ],\n    \"foliated\": [\n        \"foliaging\",\n        \"foliates\"\n    ],\n    \"Omenala obodo\": [\n        \"folklorism\"\n    ],\n    \"ndi ode akwukwo\": [\n        \"folklorists\"\n    ],\n    \"ndi be anyi\": [\n        \"folks\"\n    ],\n    \"folksing\": [\n        \"folksinging\"\n    ],\n    \"na-esochi\": [\n        \"followeth\",\n        \"pursuivant\"\n    ],\n    \"omgha\": [\n        \"fomentation\"\n    ],\n    \"fom fom\": [\n        \"fomented\"\n    ],\n    \"fom na-akụ\": [\n        \"fomenting\"\n    ],\n    \"fom ga\": [\n        \"fomes\"\n    ],\n    \"ihe mbugharị\": [\n        \"fomites\"\n    ],\n    \"ndioma\": [\n        \"fondants\",\n        \"goodwillies\",\n        \"pleaters\",\n        \"scuba\"\n    ],\n    \"onyeanya\": [\n        \"fondateur\"\n    ],\n    \"kasị amasị\": [\n        \"fondest\"\n    ],\n    \"fondler\": [\n        \"fondlers\"\n    ],\n    \"jiri obi ụtọ\": [\n        \"fondly\",\n        \"glowingly\",\n        \"laudatorily\",\n        \"luxuriously\",\n        \"warmly\"\n    ],\n    \"fondu\": [\n        \"fondues\"\n    ],\n    \"fon\": [\n        \"fonly\",\n        \"fonted\"\n    ],\n    \"fọns\": [\n        \"fons\",\n        \"phons\"\n    ],\n    \"fontina\": [\n        \"fontainea\"\n    ],\n    \"fontanelle\": [\n        \"fontanels\"\n    ],\n    \"fọntịn\": [\n        \"fontanges\"\n    ],\n    \"mkpụrụ edemede\": [\n        \"fontes\"\n    ],\n    \"Akara ókwú\": [\n        \"fonts\"\n    ],\n    \"foole\": [\n        \"fooleries\"\n    ],\n    \"onye na agba bọọlụ\": [\n        \"footballist\"\n    ],\n    \"eriri ụkwụ\": [\n        \"footband\",\n        \"legrope\"\n    ],\n    \"ebe ụkwụ ụkwụ\": [\n        \"footbaths\"\n    ],\n    \"ụkwụ nwa\": [\n        \"footboy\"\n    ],\n    \"akwa akpụkpọ ụkwụ\": [\n        \"footcloths\"\n    ],\n    \"n'ụkwụ\": [\n        \"footed\",\n        \"footful\",\n        \"footy\"\n    ],\n    \"ihe mgbakwasị ụkwụ\": [\n        \"footfalls\",\n        \"footgeld\",\n        \"footgrip\",\n        \"footlights\",\n        \"footplate\",\n        \"footrests\",\n        \"footslog\",\n        \"footstall\",\n        \"footstool\",\n        \"footstools\",\n        \"footwalls\"\n    ],\n    \"onye nwere ụkwụ\": [\n        \"footfarer\"\n    ],\n    \"ndị na-agba ụkwụ ụkwụ\": [\n        \"footgears\",\n        \"footlockers\",\n        \"footsoldiers\",\n        \"wheelmen\",\n        \"wheelsmen\"\n    ],\n    \"ihe nfụkasị ụkwụ\": [\n        \"footglove\"\n    ],\n    \"ugwu nta\": [\n        \"foothills\",\n        \"foothils\",\n        \"hills\"\n    ],\n    \"footie\": [\n        \"footier\",\n        \"footiest\"\n    ],\n    \"nwere ụkwụ\": [\n        \"footled\"\n    ],\n    \"ndị na-eso ụzọ ụkwụ\": [\n        \"footler\"\n    ],\n    \"onye na-azọ ụkwụ\": [\n        \"footlicker\"\n    ],\n    \"dị ka ụkwụ\": [\n        \"footlike\"\n    ],\n    \"na-azọ ụkwụ\": [\n        \"footling\"\n    ],\n    \"na-agbakwasị ụkwụ\": [\n        \"footlining\"\n    ],\n    \"onye na-agba ụkwụ\": [\n        \"footlocker\"\n    ],\n    \"onye na-akpụ ụkwụ\": [\n        \"footmaker\"\n    ],\n    \"onye ji ukwu\": [\n        \"footman\"\n    ],\n    \"akara ukwu\": [\n        \"footmark\",\n        \"footmarks\",\n        \"footpick\",\n        \"footprint\",\n        \"footprints\",\n        \"footstick\",\n        \"milestones\",\n        \"soleprint\"\n    ],\n    \"ndị ji ụkwụ aga\": [\n        \"footmen\",\n        \"pedestrianate\",\n        \"pedestrians\"\n    ],\n    \"ihe odide ala ala peeji\": [\n        \"footnote\",\n        \"footnoted\",\n        \"footnotes\",\n        \"undernote\"\n    ],\n    \"n'ihe odide ala ala peeji\": [\n        \"footnoting\"\n    ],\n    \"nzọ ụkwụ\": [\n        \"footpaces\",\n        \"trail\",\n        \"trailboard\",\n        \"trailhead\",\n        \"trailings\",\n        \"treadwheel\",\n        \"trovers\"\n    ],\n    \"ihe mgbochi ụkwụ\": [\n        \"footpads\"\n    ],\n    \"ụzọ ụkwụ\": [\n        \"footpath\",\n        \"footpaths\",\n        \"footraces\",\n        \"footstalk\",\n        \"footway\",\n        \"footways\",\n        \"footwalk\",\n        \"foresteep\",\n        \"misstep\",\n        \"sidewalks\",\n        \"trails\",\n        \"trailside\",\n        \"trailway\"\n    ],\n    \"ụkwụ paụnd\": [\n        \"footpound\"\n    ],\n    \"ụkwụ pound\": [\n        \"footpounds\"\n    ],\n    \".kwụ\": [\n        \"footscald\"\n    ],\n    \"onye na-ehicha ụkwụ\": [\n        \"footscraper\"\n    ],\n    \"zụrụ ụkwụ\": [\n        \"footslogged\",\n        \"hoicked\",\n        \"pediceled\"\n    ],\n    \"nkwụsị ụkwụ\": [\n        \"footslogging\"\n    ],\n    \"nzọụkwụ\": [\n        \"footstep\",\n        \"footsteps\",\n        \"step\",\n        \"stepdance\",\n        \"steps\",\n        \"stepsons\",\n        \"stept\",\n        \"stepup\",\n        \"stepups\",\n        \"stepwise\",\n        \"unsteps\"\n    ],\n    \"nkume ụkwụ\": [\n        \"footstone\"\n    ],\n    \"ụkwụ na-ekpo ọkụ\": [\n        \"footwarmers\"\n    ],\n    \"Ufodi\": [\n        \"fopdoodle\"\n    ],\n    \"nzụ\": [\n        \"fopling\"\n    ],\n    \"fohor\": [\n        \"foraged\"\n    ],\n    \"na-achọ nri\": [\n        \"foraging\"\n    ],\n    \"foramina\": [\n        \"foramens\"\n    ],\n    \"Izu oke\": [\n        \"foramination\",\n        \"scumminess\"\n    ],\n    \"rasbọchị\": [\n        \"forasmuch\"\n    ],\n    \"igbo mkpa\": [\n        \"forbad\",\n        \"intermeddling\"\n    ],\n    \"machibidoro iwu\": [\n        \"forbade\",\n        \"forbidal\",\n        \"forbidals\",\n        \"forbiddable\",\n        \"forbidden\",\n        \"forbiddenly\",\n        \"forbiddenness\",\n        \"forbidder\",\n        \"illegalised\",\n        \"outbidden\",\n        \"overbidden\",\n        \"prohibitor\",\n        \"prohibitory\",\n        \"prohibitorily\",\n        \"proscribed\",\n        \"unforbidden\"\n    ],\n    \"forba\": [\n        \"forbathe\"\n    ],\n    \"nwee ndidi\": [\n        \"forbearing\",\n        \"forbears\",\n        \"forebearing\",\n        \"haurient\",\n        \"patientest\",\n        \"patiently\",\n        \"sufferant\"\n    ],\n    \"na-amachibido iwu\": [\n        \"forbiddingly\"\n    ],\n    \"ka ọ dịrị\": [\n        \"forbye\"\n    ],\n    \"esorowo\": [\n        \"forbled\",\n        \"forged\",\n        \"forgedly\"\n    ],\n    \"amụbeghị\": [\n        \"forborn\"\n    ],\n    \"ekwe aka\": [\n        \"forbow\"\n    ],\n    \"Niile\": [\n        \"forbs\"\n    ],\n    \"oncaria\": [\n        \"forcaria\"\n    ],\n    \"gbaa mgbaghara\": [\n        \"forcarve\"\n    ],\n    \"ike dị ka\": [\n        \"forcepslike\"\n    ],\n    \"onche\": [\n        \"forche\"\n    ],\n    \"ịkpali ihe\": [\n        \"forcipate\"\n    ],\n    \"iku mmiri\": [\n        \"forcipation\"\n    ],\n    \"ififiform\": [\n        \"forcipiform\"\n    ],\n    \"gbaa ya ume\": [\n        \"forcite\",\n        \"urge\"\n    ],\n    \"nwee mgbaghara\": [\n        \"forconceit\",\n        \"forrit\"\n    ],\n    \"ịkpụzi\": [\n        \"forcut\",\n        \"molding\",\n        \"moldings\",\n        \"moulding\",\n        \"mouldings\"\n    ],\n    \"fod\": [\n        \"ford\",\n        \"forded\"\n    ],\n    \"foldable\": [\n        \"fordable\"\n    ],\n    \"Abụọ\": [\n        \"fordam\",\n        \"lings\",\n        \"singsongs\"\n    ],\n    \"Fody\": [\n        \"fordy\"\n    ],\n    \"Ime ihe\": [\n        \"fordoing\",\n        \"stymying\"\n    ],\n    \"Fọngọọ\": [\n        \"fords\"\n    ],\n    \"nke fordull\": [\n        \"fordull\"\n    ],\n    \"ihe ga-eme n'ọdịnihu\": [\n        \"foreacquaint\"\n    ],\n    \"buru amụma\": [\n        \"foreadvertise\",\n        \"forebitten\",\n        \"forecasted\",\n        \"forecited\",\n        \"foredated\",\n        \"foredecree\",\n        \"foredesign\",\n        \"foredestined\",\n        \"foredispose\",\n        \"forehinting\",\n        \"foreimagination\",\n        \"forementioned\",\n        \"forenamed\",\n        \"forequoted\",\n        \"forerecited\",\n        \"forereport\",\n        \"foresays\",\n        \"forescene\",\n        \"foreseeingly\",\n        \"foreseen\",\n        \"foresend\",\n        \"foresettled\",\n        \"foresightful\",\n        \"forespoken\",\n        \"foretasted\",\n        \"foretell\",\n        \"forethink\",\n        \"forethought\",\n        \"forethoughtful\",\n        \"forethoughtfully\",\n        \"forethoughtfulness\",\n        \"foretimed\",\n        \"foretypified\",\n        \"foretoken\",\n        \"foretokened\",\n        \"forseen\",\n        \"precited\",\n        \"predated\",\n        \"predenied\",\n        \"predicated\",\n        \"predictated\",\n        \"predicted\",\n        \"prediligently\",\n        \"predine\",\n        \"predined\",\n        \"predread\",\n        \"predreadnought\",\n        \"presubject\",\n        \"prethoughtful\",\n        \"projected\",\n        \"prophesiable\",\n        \"prophesied\"\n    ],\n    \"buru ụzọ\": [\n        \"foreadvise\",\n        \"forecontrive\",\n        \"forecount\",\n        \"foredawn\",\n        \"foredefeated\",\n        \"foredeserved\",\n        \"foredevised\",\n        \"foredid\",\n        \"foredone\",\n        \"forefend\",\n        \"forefended\",\n        \"foreffelt\",\n        \"foreglow\",\n        \"forehent\",\n        \"foreyear\",\n        \"foreknower\",\n        \"foreleader\",\n        \"foremade\",\n        \"foremelt\",\n        \"foremessenger\",\n        \"foremind\",\n        \"forenent\",\n        \"foreordinate\",\n        \"foreremembered\",\n        \"foresail\",\n        \"foreseat\",\n        \"forewarm\",\n        \"forewarmer\",\n        \"forewarn\",\n        \"forewent\",\n        \"forewish\",\n        \"foreworn\",\n        \"preadhere\",\n        \"preadmit\",\n        \"prealleged\",\n        \"prearm\",\n        \"preassumed\",\n        \"preboil\",\n        \"precedaneous\",\n        \"precede\",\n        \"precel\",\n        \"precess\",\n        \"precesses\",\n        \"precompoundly\",\n        \"precontribute\",\n        \"predark\",\n        \"predeceased\",\n        \"predeceive\",\n        \"predeficient\",\n        \"predelay\",\n        \"predelineate\",\n        \"predemand\",\n        \"predepreciated\",\n        \"predial\",\n        \"prediluvial\",\n        \"predivide\",\n        \"predominates\",\n        \"predrew\",\n        \"predriven\",\n        \"prefounder\",\n        \"pregather\",\n        \"prehandle\",\n        \"prehaunt\",\n        \"prehazard\",\n        \"prehumans\",\n        \"preimbue\",\n        \"preimitated\",\n        \"preimpair\",\n        \"preimport\",\n        \"preinsinuate\",\n        \"preintimate\",\n        \"prematerial\",\n        \"premerit\",\n        \"premit\",\n        \"premove\",\n        \"premuddle\",\n        \"premuddled\",\n        \"prenecessitated\",\n        \"preominate\",\n        \"prepunched\",\n        \"prereceive\",\n        \"prerecite\",\n        \"prerefer\",\n        \"prereject\",\n        \"preremote\",\n        \"preremunerate\",\n        \"preroute\",\n        \"prestimulate\",\n        \"presubordinate\",\n        \"presurvey\",\n        \"prevalue\",\n        \"prevue\",\n        \"prewar\",\n        \"prewarm\",\n        \"prewarmed\",\n        \"prewarn\",\n        \"prewarns\",\n        \"prewash\",\n        \"prewashed\",\n        \"preweigh\",\n        \"prewelwired\",\n        \"prewhip\",\n        \"prewire\",\n        \"prewired\",\n        \"preworthily\",\n        \"priorite\"\n    ],\n    \"amụma\": [\n        \"foreannouncement\",\n        \"forecar\",\n        \"forecast\",\n        \"forecastingly\",\n        \"forecastle\",\n        \"forecastlehead\",\n        \"forecastlemen\",\n        \"forecastles\",\n        \"forecasts\",\n        \"foredays\",\n        \"foredenounce\",\n        \"foregoneness\",\n        \"foreimagine\",\n        \"foremark\",\n        \"foremasts\",\n        \"foremention\",\n        \"forenote\",\n        \"forenotion\",\n        \"forepost\",\n        \"forepredicament\",\n        \"foreprise\",\n        \"foreprovision\",\n        \"forerevelation\",\n        \"forescript\",\n        \"foreship\",\n        \"foresights\",\n        \"foresummon\",\n        \"forevision\",\n        \"policy\",\n        \"predamnation\",\n        \"predation\",\n        \"predations\",\n        \"predeication\",\n        \"predelinquency\",\n        \"predelinquent\",\n        \"predelusion\",\n        \"predental\",\n        \"prederivation\",\n        \"predesignatory\",\n        \"predetain\",\n        \"predetection\",\n        \"predetention\",\n        \"predicability\",\n        \"predicableness\",\n        \"predicaments\",\n        \"predication\",\n        \"predicational\",\n        \"predications\",\n        \"predicative\",\n        \"predicatively\",\n        \"predicatory\",\n        \"predictability\",\n        \"predictation\",\n        \"prediction\",\n        \"predictional\",\n        \"predictions\",\n        \"predictive\",\n        \"predictiveness\",\n        \"predictor\",\n        \"predictory\",\n        \"predisability\",\n        \"predisagreement\",\n        \"predisappointment\",\n        \"prediscipline\",\n        \"prediscoveries\",\n        \"predisgrace\",\n        \"predisguise\",\n        \"predisponency\",\n        \"predisposal\",\n        \"predisposition\",\n        \"predispositional\",\n        \"predispositions\",\n        \"predistinction\",\n        \"predistortion\",\n        \"predistribution\",\n        \"preequity\",\n        \"preevidence\",\n        \"prefiction\",\n        \"prehesitancy\",\n        \"preidentification\",\n        \"premonition\",\n        \"preredemption\",\n        \"prespeculation\",\n        \"proassessment\",\n        \"prognosticative\",\n        \"progrediency\",\n        \"projections\",\n        \"proneness\",\n        \"prophecy\",\n        \"prophecies\",\n        \"prophetic\",\n        \"propheticality\",\n        \"propheticalness\",\n        \"propheticism\",\n        \"prophetism\",\n        \"prophetry\",\n        \"proposals\",\n        \"propositions\",\n        \"proredemption\",\n        \"slicker\"\n    ],\n    \"họpụta oge\": [\n        \"foreappoint\"\n    ],\n    \"ntinye oge\": [\n        \"foreappointment\",\n        \"preappointment\",\n        \"proappointment\"\n    ],\n    \"aka ihu\": [\n        \"forearms\",\n        \"shoecraft\"\n    ],\n    \"nye ikike\": [\n        \"foreassign\"\n    ],\n    \"iburu ụzọ\": [\n        \"forebear\",\n        \"forefeelingly\",\n        \"forehold\",\n        \"forelimb\",\n        \"foremanship\",\n        \"forepaw\",\n        \"foreplot\",\n        \"forespake\",\n        \"forevow\",\n        \"preallotment\",\n        \"preedit\"\n    ],\n    \"ndị bu nna\": [\n        \"forebears\"\n    ],\n    \"buru újú\": [\n        \"forebemoaned\"\n    ],\n    \"onye isiala\": [\n        \"forebitter\"\n    ],\n    \"ibu ọrụ\": [\n        \"forebodingness\",\n        \"livability\",\n        \"obligability\",\n        \"obligancy\",\n        \"obligation\",\n        \"obligations\",\n        \"obligativeness\",\n        \"obligatoriness\",\n        \"obligement\",\n        \"plovery\",\n        \"responsibility\",\n        \"responsibilities\",\n        \"responsibleness\",\n        \"stouty\",\n        \"superbraveness\"\n    ],\n    \"aka aka\": [\n        \"forebow\",\n        \"handbow\",\n        \"handcars\",\n        \"handclap\",\n        \"handclasp\",\n        \"handgrasp\",\n        \"handkercher\",\n        \"handreader\",\n        \"handstaff\"\n    ],\n    \"maka ara\": [\n        \"forebreast\"\n    ],\n    \"ọkpọiso\": [\n        \"forebroads\",\n        \"forehead\",\n        \"foreheaded\",\n        \"foreheads\",\n        \"forehear\",\n        \"foreyard\",\n        \"frontad\",\n        \"unbone\"\n    ],\n    \"cadma ọkwa\": [\n        \"forecaddie\"\n    ],\n    \"cardọ aka na ntị\": [\n        \"forecarriage\"\n    ],\n    \"ndị amụma\": [\n        \"forecasters\",\n        \"forecastors\",\n        \"foretellers\",\n        \"predictors\",\n        \"prophesiers\",\n        \"prophets\"\n    ],\n    \"ịkọ amụma\": [\n        \"forecasting\",\n        \"predictating\",\n        \"predicting\"\n    ],\n    \"ịkwụ ụgwọ ụlọ\": [\n        \"forechoice\"\n    ],\n    \"iburu ụzọ gaa\": [\n        \"forechoose\"\n    ],\n    \"forechch\": [\n        \"forechurch\"\n    ],\n    \"igba mbọ\": [\n        \"foreclaw\"\n    ],\n    \"onye akpụrụ\": [\n        \"foreclosable\"\n    ],\n    \"nnapụ n'ike\": [\n        \"foreclose\",\n        \"foreclosure\"\n    ],\n    \"na-eburu ụzọ\": [\n        \"foreclosed\",\n        \"forecloses\",\n        \"predisordered\",\n        \"predisplaced\",\n        \"preempts\",\n        \"preinhering\",\n        \"premising\",\n        \"premutinying\"\n    ],\n    \"na-emechi iwu\": [\n        \"foreclosing\"\n    ],\n    \"nkwanyeaka\": [\n        \"foreclosures\"\n    ],\n    \"ebute ụzọ\": [\n        \"forecome\"\n    ],\n    \"eburu ụzọ\": [\n        \"forecomingness\",\n        \"foredeem\",\n        \"forefence\",\n        \"forehood\",\n        \"foreland\",\n        \"forepassed\",\n        \"foreroom\",\n        \"foretalk\",\n        \"forewind\",\n        \"preallocated\",\n        \"precancel\",\n        \"precanceled\",\n        \"precancelled\",\n        \"precandidature\",\n        \"preceptually\",\n        \"preciosities\",\n        \"precolluded\",\n        \"precommune\",\n        \"precompiled\",\n        \"preconcluded\",\n        \"precooker\",\n        \"precooled\",\n        \"precuneate\",\n        \"prededuct\",\n        \"predominancy\",\n        \"predrainage\",\n        \"preedition\",\n        \"preimposed\",\n        \"preinclination\",\n        \"preinclusion\",\n        \"preindisposed\",\n        \"preinduced\",\n        \"preinitiation\",\n        \"preinsinuated\",\n        \"preintention\",\n        \"preinterceded\",\n        \"preinvite\",\n        \"preinvited\",\n        \"preissue\",\n        \"prelimitation\",\n        \"premutiny\",\n        \"preovulatory\",\n        \"prequoted\",\n        \"preunite\",\n        \"preunited\",\n        \"preunites\",\n        \"prevoidance\"\n    ],\n    \"tụrụ aro\": [\n        \"forecommend\"\n    ],\n    \"jide iwu\": [\n        \"foreconclude\"\n    ],\n    \"ịkatọ onye ọ bụla\": [\n        \"forecondemn\"\n    ],\n    \"buo amụma\": [\n        \"foreconsider\",\n        \"foreknowing\",\n        \"foreknowledge\",\n        \"foresay\",\n        \"predicate\",\n        \"predict\",\n        \"predictate\"\n    ],\n    \"onye na-aga ije\": [\n        \"forecooler\"\n    ],\n    \"kpoo ihu\": [\n        \"forecover\"\n    ],\n    \"ịma oge\": [\n        \"foredating\"\n    ],\n    \"oge tupu\": [\n        \"foredefine\"\n    ],\n    \"buo ụzọ\": [\n        \"foredescribe\",\n        \"foreprize\",\n        \"forereach\",\n        \"forerehearsed\",\n        \"foretake\",\n        \"precedes\",\n        \"preinvent\",\n        \"prerealize\"\n    ],\n    \"ịkọ ọdịnihu\": [\n        \"foredestining\",\n        \"foreturn\"\n    ],\n    \"kpebie ihe ọ ga-eme\": [\n        \"foredetermine\"\n    ],\n    \"Ibu ụzọ\": [\n        \"foredevote\",\n        \"forelaying\"\n    ],\n    \"ọhụụ\": [\n        \"foredoom\",\n        \"foredooms\",\n        \"forenews\",\n        \"forthrights\",\n        \"freshmanship\",\n        \"nearsightedness\",\n        \"newelty\",\n        \"newfangledness\",\n        \"newfound\",\n        \"newmanism\",\n        \"newmown\",\n        \"newness\",\n        \"newnesses\",\n        \"nostrification\",\n        \"novations\",\n        \"prediscovery\",\n        \"prediscussion\",\n        \"predismissory\",\n        \"predoctoral\",\n        \"reexperience\",\n        \"seesawiness\",\n        \"sightliness\",\n        \"spectacularity\",\n        \"trance\",\n        \"visement\",\n        \"vision\",\n        \"visional\",\n        \"visionary\",\n        \"visionariness\",\n        \"visioned\",\n        \"visionic\",\n        \"visioning\",\n        \"visionless\",\n        \"visionproof\",\n        \"visions\",\n        \"visnomy\",\n        \"vison\",\n        \"visuality\"\n    ],\n    \"na-ebu ụzọ\": [\n        \"forefeeling\",\n        \"foreigneering\",\n        \"foremeant\",\n        \"foreplan\",\n        \"frontrunner\",\n        \"preallying\",\n        \"preassuring\",\n        \"precasts\",\n        \"preciting\",\n        \"precooking\",\n        \"precuring\",\n        \"predating\",\n        \"predespond\",\n        \"predicamental\",\n        \"predigesting\",\n        \"prediscourse\",\n        \"predisrupt\",\n        \"predrying\",\n        \"predriver\",\n        \"preendorse\",\n        \"preevidently\",\n        \"preexpounder\",\n        \"prefulgency\",\n        \"preponderately\",\n        \"prequarantining\",\n        \"prerelating\",\n        \"previsionary\",\n        \"prewiring\"\n    ],\n    \"ebu ụzọ\": [\n        \"forefeels\",\n        \"forstraught\",\n        \"prearmed\",\n        \"preclothing\",\n        \"preculture\",\n        \"preissuance\"\n    ],\n    \"ụkwụ ihu\": [\n        \"forefeet\",\n        \"foreleg\",\n        \"forelegs\",\n        \"paddlefoot\"\n    ],\n    \"bu ụzọ\": [\n        \"forefelt\",\n        \"forehanded\",\n        \"forerunners\",\n        \"forerunnings\",\n        \"preceded\",\n        \"preceding\",\n        \"preendorsed\",\n        \"preinhered\",\n        \"preinterceding\",\n        \"premiered\"\n    ],\n    \"na-ekwe nkwa\": [\n        \"forefends\",\n        \"guaranteeing\",\n        \"guarantying\",\n        \"promising\",\n        \"promisingly\",\n        \"promisingness\",\n        \"promissive\",\n        \"vowing\"\n    ],\n    \"onye ala ọzọ\": [\n        \"forefin\",\n        \"foreign\",\n        \"outlander\"\n    ],\n    \"foduru\": [\n        \"foregallery\",\n        \"forworn\",\n        \"leftover\",\n        \"leftovers\",\n        \"remails\",\n        \"remains\",\n        \"remnants\"\n    ],\n    \"ibu uzo\": [\n        \"foregame\"\n    ],\n    \"aro ime\": [\n        \"foreganger\"\n    ],\n    \"buru ọdịnihu\": [\n        \"foregather\"\n    ],\n    \"lepụ anya\": [\n        \"foreglance\"\n    ],\n    \"onye gafere\": [\n        \"foregoer\"\n    ],\n    \"ndị na-aga ije\": [\n        \"foregoers\"\n    ],\n    \"n’elu\": [\n        \"foregoing\",\n        \"overhead\",\n        \"overloud\",\n        \"overloudly\",\n        \"supersafely\",\n        \"supersilently\"\n    ],\n    \"mbu\": [\n        \"forehall\",\n        \"forehandedness\",\n        \"preage\",\n        \"precompliance\",\n        \"precomplication\",\n        \"preconspiracies\",\n        \"prewillingness\",\n        \"primity\",\n        \"primness\",\n        \"primosity\"\n    ],\n    \"forehand ly\": [\n        \"forehandedly\"\n    ],\n    \"wezuga el\": [\n        \"forehandsel\"\n    ],\n    \"ikom\": [\n        \"forehook\"\n    ],\n    \"isobo\": [\n        \"forehooves\"\n    ],\n    \"ihe mbu\": [\n        \"forehorse\",\n        \"foresign\",\n        \"precedency\",\n        \"precedencies\",\n        \"precedential\",\n        \"precedents\",\n        \"precednce\",\n        \"precensor\",\n        \"preconspirator\",\n        \"preconsumer\",\n        \"precursor\",\n        \"precursory\",\n        \"prefortune\",\n        \"prehaps\",\n        \"prepossession\",\n        \"prepossessions\"\n    ],\n    \"onye ala ozo\": [\n        \"foreigner\"\n    ],\n    \"nwee ikike\": [\n        \"foreignization\",\n        \"prechildhood\",\n        \"predoubtful\",\n        \"prepossessionary\",\n        \"producibleness\",\n        \"proprofit\",\n        \"prosiliency\",\n        \"prosilient\",\n        \"suberate\",\n        \"undertenancy\",\n        \"virtuosoship\",\n        \"warrantableness\"\n    ],\n    \"buo iwu\": [\n        \"foreinstruct\"\n    ],\n    \"ilọ\": [\n        \"foreiron\"\n    ],\n    \"ekpebiri ya\": [\n        \"forejudged\"\n    ],\n    \"onye ọka ikpe\": [\n        \"forejudger\",\n        \"jurisprudent\",\n        \"justler\"\n    ],\n    \"Akpụkpọ ụkwụ\": [\n        \"foreknee\",\n        \"neurosuture\",\n        \"parsnips\",\n        \"sandals\",\n        \"scleroses\",\n        \"shoddiest\",\n        \"shoeing\",\n        \"shoelace\",\n        \"shoelaces\",\n        \"skippets\",\n        \"stylets\",\n        \"tipcart\"\n    ],\n    \"buru ụzọ mara\": [\n        \"foreknew\",\n        \"foreknow\",\n        \"foreknowable\",\n        \"foreknown\",\n        \"foreknows\",\n        \"preascertain\",\n        \"precognize\",\n        \"preknow\"\n    ],\n    \"ịma amụma\": [\n        \"foreknowableness\"\n    ],\n    \"n'amara\": [\n        \"foreknowingly\",\n        \"graciously\"\n    ],\n    \"na-aga ihu\": [\n        \"forelimbs\"\n    ],\n    \"Na-adị ndụ\": [\n        \"forelive\"\n    ],\n    \"mkpuchi ihu\": [\n        \"forelocks\",\n        \"shadowfoot\"\n    ],\n    \"lee anya\": [\n        \"forelook\",\n        \"look\",\n        \"viscerate\"\n    ],\n    \"onye oru anya\": [\n        \"forelooper\"\n    ],\n    \"ịchụ ụgwọ\": [\n        \"forelouper\"\n    ],\n    \"buru uzo\": [\n        \"foremarch\",\n        \"foreran\",\n        \"forerun\",\n        \"unbedecked\"\n    ],\n    \"onye isi iwu\": [\n        \"foremastman\"\n    ],\n    \"ị ga\": [\n        \"foremean\",\n        \"galled\",\n        \"youd\",\n        \"stemsons\"\n    ],\n    \"na-ebute ụzọ\": [\n        \"foremisgiving\",\n        \"foreordinated\",\n        \"foreordinating\",\n        \"preadmiring\",\n        \"preadmission\",\n        \"preadmitting\",\n        \"preadventure\",\n        \"preaggressively\",\n        \"preagitate\",\n        \"preapprising\",\n        \"preapprizing\",\n        \"preaverring\",\n        \"preavers\",\n        \"prebidding\",\n        \"precolluding\",\n        \"precontriving\",\n        \"prededicated\",\n        \"predelineating\",\n        \"predepreciating\",\n        \"predeserter\",\n        \"prediscoverer\",\n        \"predisguised\",\n        \"predispatcher\",\n        \"predomestic\",\n        \"preens\",\n        \"preenumerating\",\n        \"preestablishes\",\n        \"preestablishing\",\n        \"preguaranteeing\",\n        \"preholding\",\n        \"preluding\",\n        \"premen\",\n        \"prenegotiating\",\n        \"prenticing\",\n        \"prequoting\",\n        \"prereciting\",\n        \"preremitting\",\n        \"prestandardize\",\n        \"prestandardizing\",\n        \"prestating\",\n        \"prestimulating\",\n        \"presupplying\",\n        \"preuniting\",\n        \"prevues\",\n        \"prewashes\",\n        \"priorates\",\n        \"prioresses\",\n        \"priories\",\n        \"priorities\",\n        \"spearheaded\",\n        \"spearheading\"\n    ],\n    \"nwanyi mbu\": [\n        \"foremistress\"\n    ],\n    \"akakan\": [\n        \"foremost\",\n        \"tackiest\"\n    ],\n    \"aha nna\": [\n        \"forename\",\n        \"surname\",\n        \"surnames\"\n    ],\n    \"gbasara iwu\": [\n        \"forensal\",\n        \"forewisdom\"\n    ],\n    \"gbasara ọdịnihu\": [\n        \"forensical\"\n    ],\n    \"maka ọdịmma\": [\n        \"forensically\"\n    ],\n    \"ọmụmụ iwu\": [\n        \"forensics\"\n    ],\n    \"ichi oge\": [\n        \"foreordaining\"\n    ],\n    \"onye bu onye amụma\": [\n        \"forepast\"\n    ],\n    \"isi anọ\": [\n        \"forepeaks\"\n    ],\n    \"oge ọhụụ\": [\n        \"foreperiod\"\n    ],\n    \"mpempe anọ\": [\n        \"forepiece\"\n    ],\n    \"Nkwadebe\": [\n        \"forepreparation\",\n        \"preplanning\",\n        \"prepreparation\",\n        \"preprofess\"\n    ],\n    \"ịkọwara\": [\n        \"forepretended\"\n    ],\n    \"Emeputa\": [\n        \"foreproduct\",\n        \"formulable\",\n        \"formulatory\",\n        \"postreproductive\"\n    ],\n    \"foreffffer\": [\n        \"foreproffer\"\n    ],\n    \"ibuo amụma\": [\n        \"forepromise\"\n    ],\n    \"onye bu ụzọ\": [\n        \"forequarter\",\n        \"predealer\",\n        \"predinner\"\n    ],\n    \"n'isi ụlọ\": [\n        \"forequarters\"\n    ],\n    \"iso ese\": [\n        \"foreread\"\n    ],\n    \"nke bu ụzọ\": [\n        \"forerequest\",\n        \"precursal\",\n        \"predelineated\"\n    ],\n    \"ọgịrịga ya\": [\n        \"forerib\"\n    ],\n    \"mbụ ọgịrịga\": [\n        \"foreribs\"\n    ],\n    \"mbu rigging\": [\n        \"forerigging\"\n    ],\n    \"obu ụzọ\": [\n        \"forerunner\",\n        \"forerunning\"\n    ],\n    \"obu ụzọ ụgbọ mmiri\": [\n        \"forerunnership\"\n    ],\n    \"hụ ụzọ\": [\n        \"foresaw\",\n        \"foresee\"\n    ],\n    \"ụlọ akwụkwọ ọta akara\": [\n        \"foreschool\",\n        \"interschool\",\n        \"kindergartening\",\n        \"kindergartner\",\n        \"prekindergarten\",\n        \"prescholastic\",\n        \"preschool\",\n        \"preschooler\",\n        \"prokindergarten\"\n    ],\n    \"eburu ụzọ hụ\": [\n        \"foreseeability\"\n    ],\n    \"ịhụ ụzọ\": [\n        \"foreseeable\",\n        \"foreseeing\",\n        \"forseeable\",\n        \"preseeing\",\n        \"seeingness\",\n        \"sightening\",\n        \"sightfulness\",\n        \"sighting\"\n    ],\n    \"ndị ọhụụ\": [\n        \"foreseers\",\n        \"innovators\",\n        \"seers\",\n        \"visionaries\"\n    ],\n    \"na-ebu ụzọ mara\": [\n        \"foreseing\",\n        \"preknowing\"\n    ],\n    \"izipu ihe\": [\n        \"foresettle\"\n    ],\n    \"sere onyinyo\": [\n        \"foreshadowed\",\n        \"pictured\",\n        \"picturized\",\n        \"prefigured\",\n        \"symbolizes\"\n    ],\n    \"okwuru-ike\": [\n        \"foreshadower\"\n    ],\n    \"na-ese onyinyo\": [\n        \"foreshadowing\",\n        \"prefiguring\"\n    ],\n    \"kụọ mbọ aka\": [\n        \"foreshaft\"\n    ],\n    \"iku ihu\": [\n        \"foreshape\"\n    ],\n    \"ilechaa\": [\n        \"foreshock\"\n    ],\n    \"chebere ụzọ ọrụ\": [\n        \"foreshortened\"\n    ],\n    \"shoma ọkwa\": [\n        \"foreshortening\",\n        \"foreshortens\"\n    ],\n    \"ilepụ anya\": [\n        \"foreshow\",\n        \"outsight\"\n    ],\n    \"ihe okwa\": [\n        \"foreshower\"\n    ],\n    \"ekwela n’ihu\": [\n        \"foreshown\"\n    ],\n    \"Atụmatụ ilu\": [\n        \"foresides\"\n    ],\n    \"buozie\": [\n        \"foresignify\"\n    ],\n    \"nkwupụta ihu\": [\n        \"foreslow\",\n        \"preexposure\"\n    ],\n    \"obu ihe omuma\": [\n        \"forespeaker\"\n    ],\n    \"ebu amụma\": [\n        \"forespecified\"\n    ],\n    \"ibu amụma\": [\n        \"forespeed\",\n        \"foretokening\"\n    ],\n    \"onye na-ebu amụma\": [\n        \"forespencer\",\n        \"foreteller\",\n        \"predicator\",\n        \"predriller\"\n    ],\n    \"ihu ahia\": [\n        \"forespoke\"\n    ],\n    \"onye na-ebugharị ala\": [\n        \"forestaller\"\n    ],\n    \"ọkpa anụ\": [\n        \"forester\"\n    ],\n    \"firestick\": [\n        \"forestick\"\n    ],\n    \"yiri ọhịa\": [\n        \"forestlike\"\n    ],\n    \"ibu ụzọ buru amụma\": [\n        \"foreswearing\"\n    ],\n    \"Ihu-mmiri\": [\n        \"foresweat\"\n    ],\n    \"amụma ihu\": [\n        \"foreswore\"\n    ],\n    \"apuru ire\": [\n        \"foretaste\"\n    ],\n    \"-iburu ụzọ\": [\n        \"foreteach\"\n    ],\n    \"echeghị echiche\": [\n        \"forethoughtless\",\n        \"nonanticipative\",\n        \"nonthinker\",\n        \"nonthinking\",\n        \"uncensuring\",\n        \"unchinked\",\n        \"unconservative\",\n        \"unconservativeness\",\n        \"unconsiderately\",\n        \"unconsidered\",\n        \"unconsideredly\",\n        \"unconsideredness\",\n        \"uncuticulate\",\n        \"undutiful\",\n        \"unreconsidered\",\n        \"unreverenced\",\n        \"unsensitising\"\n    ],\n    \"ibuo ụzọ\": [\n        \"forethrift\",\n        \"foreweigh\"\n    ],\n    \"iru mmiri ozuzo\": [\n        \"foretype\"\n    ],\n    \"buru n'amụma\": [\n        \"foretold\"\n    ],\n    \"foregha\": [\n        \"foreuse\"\n    ],\n    \"nke mbu\": [\n        \"forevalue\",\n        \"preanterior\",\n        \"precary\",\n        \"precontributive\",\n        \"preemptions\",\n        \"prefrontal\",\n        \"premarry\",\n        \"premial\",\n        \"premier\",\n        \"premiere\",\n        \"premieress\",\n        \"premiers\",\n        \"premixer\",\n        \"preterrational\",\n        \"primary\"\n    ],\n    \"rue mgbe ebighebi\": [\n        \"forever\"\n    ],\n    \"igba n'ihu\": [\n        \"forevouch\"\n    ],\n    \"agbanwee\": [\n        \"forevouched\",\n        \"obverted\"\n    ],\n    \"dọrọ ya aka na ntị\": [\n        \"forewarned\"\n    ],\n    \"foreweepu\": [\n        \"foreweep\"\n    ],\n    \"Na-ebu amụma\": [\n        \"forewinning\"\n    ],\n    \"buru amuma\": [\n        \"forewit\"\n    ],\n    \"Chebere\": [\n        \"forewonted\",\n        \"synthetised\"\n    ],\n    \"Forex\": [\n        \"forex\"\n    ],\n    \"deba ego\": [\n        \"forfeiter\"\n    ],\n    \"efesa\": [\n        \"forfeiting\"\n    ],\n    \"gbagbuo\": [\n        \"forfends\"\n    ],\n    \"chefuo\": [\n        \"forgab\",\n        \"forgat\",\n        \"forgrow\",\n        \"oblivionate\",\n        \"oblivionize\",\n        \"overget\",\n        \"reforget\"\n    ],\n    \"echefuru\": [\n        \"forgathered\",\n        \"forgathers\",\n        \"forgot\",\n        \"forgotten\",\n        \"forgrown\",\n        \"unmindful\"\n    ],\n    \"arumaaru\": [\n        \"forgery\"\n    ],\n    \"ichefu\": [\n        \"forget\",\n        \"forgetfulness\"\n    ],\n    \"nchefu\": [\n        \"forgetness\",\n        \"forgettery\",\n        \"obliviality\",\n        \"oblivion\",\n        \"oblivions\",\n        \"obliviscence\"\n    ],\n    \"onye nchefu\": [\n        \"forgetter\",\n        \"oblivionist\"\n    ],\n    \"ndị na-echefu echefu\": [\n        \"forgetters\"\n    ],\n    \"na-echefu\": [\n        \"forgetting\",\n        \"misspending\",\n        \"overgetting\",\n        \"safeblowing\"\n    ],\n    \"echezọ\": [\n        \"forgettingly\"\n    ],\n    \"manie\": [\n        \"forgie\"\n    ],\n    \"ibe ya\": [\n        \"forging\"\n    ],\n    \"ndị na-agbaghara\": [\n        \"forgoers\"\n    ],\n    \"inheed\": [\n        \"forheed\"\n    ],\n    \"ke ofụri ofụri\": [\n        \"forinsecal\"\n    ],\n    \"maka nkwenye\": [\n        \"forisfamiliation\"\n    ],\n    \"maka ndị ikpe\": [\n        \"forjudges\"\n    ],\n    \"maka ikpe\": [\n        \"forjudging\"\n    ],\n    \"fork\": [\n        \"forkful\"\n    ],\n    \"inkinisi\": [\n        \"forkiness\"\n    ],\n    \"gbasa ozi\": [\n        \"forlain\"\n    ],\n    \"Forlanas\": [\n        \"forlanas\"\n    ],\n    \"Forlane\": [\n        \"forlane\"\n    ],\n    \"ịmụ ihe\": [\n        \"forletting\",\n        \"preshaping\"\n    ],\n    \"maka iwe\": [\n        \"forlore\"\n    ],\n    \"agdị\": [\n        \"formagen\"\n    ],\n    \"formalizing\": [\n        \"formalising\"\n    ],\n    \"mmezu iwu\": [\n        \"formalism\",\n        \"formalith\"\n    ],\n    \"iji iwu eme ihe\": [\n        \"formalistic\"\n    ],\n    \"iji eme ihe\": [\n        \"formalistically\",\n        \"formality\"\n    ],\n    \"iji iwu\": [\n        \"formalness\"\n    ],\n    \"formamide\": [\n        \"formamido\"\n    ],\n    \"tedhazi\": [\n        \"formated\",\n        \"formatted\",\n        \"reformated\"\n    ],\n    \"formats\": [\n        \"formates\"\n    ],\n    \"ativetọ\": [\n        \"formative\"\n    ],\n    \"bydị\": [\n        \"formby\"\n    ],\n    \"maka m\": [\n        \"forme\"\n    ],\n    \"eltdị\": [\n        \"formelt\"\n    ],\n    \"enedị\": [\n        \"formene\"\n    ],\n    \"n'ụdị\": [\n        \"formenic\",\n        \"formly\",\n        \"incorporally\"\n    ],\n    \"forment\": [\n        \"formentation\"\n    ],\n    \"fitdị\": [\n        \"formfitting\"\n    ],\n    \"iddị egwu\": [\n        \"formidableness\"\n    ],\n    \"formdị\": [\n        \"formylating\"\n    ],\n    \"akpụ\": [\n        \"forming\",\n        \"leaper\",\n        \"lump\",\n        \"lumpers\",\n        \"lumpet\",\n        \"lumpkin\",\n        \"lumps\"\n    ],\n    \"formally\": [\n        \"formlessly\"\n    ],\n    \"skpụrụ\": [\n        \"formulae\",\n        \"formulas\"\n    ],\n    \"formic\": [\n        \"formulaic\"\n    ],\n    \"onye nhazi ihe\": [\n        \"formulariser\",\n        \"formularizer\",\n        \"planisher\",\n        \"plansheer\",\n        \"titrator\"\n    ],\n    \"ristgha\": [\n        \"formularistic\"\n    ],\n    \"Emebere ya\": [\n        \"formularized\"\n    ],\n    \"rihazi\": [\n        \"formularizing\"\n    ],\n    \"icheputa\": [\n        \"formulate\"\n    ],\n    \"emepụta\": [\n        \"formulated\",\n        \"formulised\",\n        \"outproduced\",\n        \"producal\",\n        \"produced\",\n        \"producted\"\n    ],\n    \"ịmepụta\": [\n        \"formulating\",\n        \"formulize\"\n    ],\n    \"Ndị na-emepụta ihe\": [\n        \"formulators\"\n    ],\n    \"nwanyị na-akwa iko\": [\n        \"fornicatress\"\n    ],\n    \"ndopu\": [\n        \"forpit\"\n    ],\n    \"orrel\": [\n        \"forrel\"\n    ],\n    \"ndị na-agbahapụ\": [\n        \"forsakers\"\n    ],\n    \"forsythia\": [\n        \"forsythias\"\n    ],\n    \"maka ikwu okwu\": [\n        \"forspeaking\"\n    ],\n    \"a hapụrụ\": [\n        \"forspoken\"\n    ],\n    \"maka mgbasa\": [\n        \"forspread\"\n    ],\n    \"hapụrụ ịhapụ\": [\n        \"forswornness\"\n    ],\n    \"ikwuru ikpe\": [\n        \"fortalice\"\n    ],\n    \"intescure\": [\n        \"fortescure\"\n    ],\n    \"onye ọhụụ\": [\n        \"forthcomer\",\n        \"seerhand\",\n        \"visionist\",\n        \"voyeur\"\n    ],\n    \"pụta n'ihu\": [\n        \"forthcut\"\n    ],\n    \"n'echeghi echiche\": [\n        \"forthink\",\n        \"irrationally\",\n        \"uninvitingly\"\n    ],\n    \"na-acha anya\": [\n        \"forthinking\"\n    ],\n    \"igba oso\": [\n        \"forthon\"\n    ],\n    \"echere echiche\": [\n        \"forthought\"\n    ],\n    \"nbuputa\": [\n        \"forthputting\"\n    ],\n    \"ọ pụtara ìhè\": [\n        \"forthrightness\"\n    ],\n    \"iri anọ\": [\n        \"forty\",\n        \"forties\",\n        \"fortieths\",\n        \"fortyfold\"\n    ],\n    \"nke kasi ike\": [\n        \"fortier\"\n    ],\n    \"nke iri anọ\": [\n        \"fortieth\"\n    ],\n    \"wusie ike\": [\n        \"fortify\",\n        \"instrengthen\",\n        \"strengthened\"\n    ],\n    \"nke siri ike\": [\n        \"fortifiable\",\n        \"hardfern\",\n        \"offerable\",\n        \"rougy\",\n        \"stiddy\",\n        \"stiffest\",\n        \"stiltiest\",\n        \"stringent\",\n        \"stringiest\",\n        \"sturdy\",\n        \"sturdier\",\n        \"sturdiersturdies\",\n        \"sturdiest\"\n    ],\n    \"ebe e wusiri ike\": [\n        \"fortification\",\n        \"fortress\",\n        \"fortresses\",\n        \"portress\",\n        \"portresses\"\n    ],\n    \"ihe mgbidi\": [\n        \"fortifications\"\n    ],\n    \"wusiri ike\": [\n        \"fortified\",\n        \"fortifies\"\n    ],\n    \"onye oru ngo\": [\n        \"fortifier\",\n        \"projectress\"\n    ],\n    \"ndi oru ngo\": [\n        \"fortifiers\"\n    ],\n    \"iri anọ na ise\": [\n        \"fortyfive\",\n        \"fortyfives\",\n        \"fortyish\"\n    ],\n    \"iri anọ na iri\": [\n        \"fortypenny\"\n    ],\n    \"ebe ike\": [\n        \"fortitudes\",\n        \"fortread\",\n        \"typothere\",\n        \"tortfeasor\"\n    ],\n    \"Izu uka abuo\": [\n        \"fortnight\",\n        \"fortnightly\",\n        \"fortnightlies\"\n    ],\n    \"ebe ewusiri ike\": [\n        \"fortressed\",\n        \"strongholds\"\n    ],\n    \"na-ewusi ike\": [\n        \"fortressing\",\n        \"solidifies\",\n        \"solidifying\",\n        \"strengthening\",\n        \"strengtheningly\"\n    ],\n    \"mgbidi\": [\n        \"forts\",\n        \"wall\",\n        \"wallies\",\n        \"wallise\",\n        \"walls\",\n        \"wallsend\",\n        \"wallwork\"\n    ],\n    \"onye na-achọ ọdịmma mmadụ\": [\n        \"fortuitist\"\n    ],\n    \"mfep\": [\n        \"fortunes\"\n    ],\n    \"onye na-ahụ akaraka\": [\n        \"fortuneteller\"\n    ],\n    \"ndi ọdịmma\": [\n        \"fortunetellers\"\n    ],\n    \"nwee ihu ọma\": [\n        \"fortunize\",\n        \"furthersome\"\n    ],\n    \"Nzukọ\": [\n        \"forums\"\n    ],\n    \"zipuru\": [\n        \"forwarder\",\n        \"postposited\"\n    ],\n    \"ndị na-ebugharị\": [\n        \"forwarders\",\n        \"pushers\",\n        \"reloaders\",\n        \"retriers\"\n    ],\n    \"ochoohu\": [\n        \"forwardsearch\"\n    ],\n    \"dọọ aka na ntị\": [\n        \"forwarn\",\n        \"warn\",\n        \"warnoth\"\n    ],\n    \"maka oru\": [\n        \"forwork\"\n    ],\n    \"IHE\": [\n        \"forz\"\n    ],\n    \"fos\": [\n        \"foss\"\n    ],\n    \"fosase\": [\n        \"fossage\"\n    ],\n    \"fosas\": [\n        \"fossate\"\n    ],\n    \"foss\": [\n        \"fossed\",\n        \"fosses\",\n        \"fossified\",\n        \"fossulate\"\n    ],\n    \"foset\": [\n        \"fosset\",\n        \"fossette\"\n    ],\n    \"foseti\": [\n        \"fossettes\"\n    ],\n    \"fosik\": [\n        \"fossick\"\n    ],\n    \"fososs\": [\n        \"fossicked\"\n    ],\n    \"fosicker\": [\n        \"fossicker\"\n    ],\n    \"foshị\": [\n        \"fossicking\"\n    ],\n    \"fosiform\": [\n        \"fossiform\"\n    ],\n    \"fosilization\": [\n        \"fossilated\",\n        \"fossilation\",\n        \"fossilization\"\n    ],\n    \"fosildom\": [\n        \"fossildom\"\n    ],\n    \"fosilized\": [\n        \"fossiled\",\n        \"fossilised\",\n        \"fossilizable\",\n        \"fossilized\",\n        \"fossilizes\",\n        \"fossilizing\"\n    ],\n    \"fosiliferous\": [\n        \"fossiliferous\"\n    ],\n    \"mee ka osie ike\": [\n        \"fossilify\"\n    ],\n    \"fosilification\": [\n        \"fossilification\"\n    ],\n    \"fosilise\": [\n        \"fossilise\"\n    ],\n    \"fosilising\": [\n        \"fossilising\"\n    ],\n    \"fosilism\": [\n        \"fossilism\"\n    ],\n    \"fosilize\": [\n        \"fossilize\"\n    ],\n    \"fosillike\": [\n        \"fossillike\"\n    ],\n    \"ọkà mmụta fossilologist\": [\n        \"fossilologist\"\n    ],\n    \"fosilfying\": [\n        \"fosslfying\"\n    ],\n    \"foslology\": [\n        \"fosslology\"\n    ],\n    \"fosoria\": [\n        \"fossoria\"\n    ],\n    \"fosusu\": [\n        \"fossorious\"\n    ],\n    \"fosos\": [\n        \"fossors\"\n    ],\n    \"fosula\": [\n        \"fossula\"\n    ],\n    \"fosulae\": [\n        \"fossulae\"\n    ],\n    \"ndi oso\": [\n        \"fosterers\"\n    ],\n    \"Ezi ndu\": [\n        \"fosterhood\"\n    ],\n    \"onye nlebara anya\": [\n        \"fosterite\"\n    ],\n    \"Ezi nwanyi\": [\n        \"fosterland\"\n    ],\n    \"umu nkuchi\": [\n        \"fosterlings\"\n    ],\n    \"agbam ume\": [\n        \"fostress\",\n        \"stuntiness\"\n    ],\n    \"fighter\": [\n        \"fother\"\n    ],\n    \"ịzọ\": [\n        \"fouett\"\n    ],\n    \"lụrụ ọgụ\": [\n        \"fought\",\n        \"foughten\"\n    ],\n    \"ugbako\": [\n        \"foulard\"\n    ],\n    \"ndedehe\": [\n        \"foully\"\n    ],\n    \"ajọ ihe ọnụ\": [\n        \"foulmouthedness\"\n    ],\n    \"achọtara\": [\n        \"found\",\n        \"rfound\"\n    ],\n    \"onye bu isi\": [\n        \"foundationally\",\n        \"preprudent\"\n    ],\n    \"chọtara\": [\n        \"foundered\",\n        \"foundery\",\n        \"foundlings\",\n        \"foundry\"\n    ],\n    \"onye dara ogbenye\": [\n        \"founderous\"\n    ],\n    \"ndị guzobere\": [\n        \"founders\"\n    ],\n    \"onye neme ihe\": [\n        \"foundryman\"\n    ],\n    \"ndị na-achọ ọrụ\": [\n        \"foundrymen\"\n    ],\n    \"isi iyi\": [\n        \"fountain\",\n        \"fountained\",\n        \"fountainheads\",\n        \"fountainous\",\n        \"fountains\",\n        \"fountainwise\",\n        \"homorelaps\",\n        \"riverhead\",\n        \"riverhood\",\n        \"wellspring\",\n        \"wellsprings\"\n    ],\n    \"isi iyi dị ka\": [\n        \"fountainlike\"\n    ],\n    \"anọ\": [\n        \"four\",\n        \"fourche\",\n        \"fourchee\",\n        \"fourchet\",\n        \"fourgon\",\n        \"fourgons\",\n        \"fourquine\",\n        \"fourrag\",\n        \"fours\",\n        \"tetrandrous\"\n    ],\n    \"ano\": [\n        \"fourb\"\n    ],\n    \"Akpa anọ\": [\n        \"fourbagger\"\n    ],\n    \"bọọlụ anọ\": [\n        \"fourball\"\n    ],\n    \"okpukpu anọ\": [\n        \"fourble\",\n        \"fourcher\",\n        \"fourchette\",\n        \"fourfiusher\",\n        \"fourflusher\",\n        \"fourfold\",\n        \"fourling\",\n        \"fourpence\",\n        \"fourposter\",\n        \"fourpounder\",\n        \"quadruple\",\n        \"quadrupled\"\n    ],\n    \"anọchite\": [\n        \"fourchite\"\n    ],\n    \"ihe anọ\": [\n        \"fourdrinier\",\n        \"fourflushers\"\n    ],\n    \"aka anọ\": [\n        \"fourhanded\"\n    ],\n    \"onye ụfụfụ\": [\n        \"fourierist\"\n    ],\n    \"akwụkwọ ozi anọ\": [\n        \"fourposters\"\n    ],\n    \"anọragere\": [\n        \"fourragere\"\n    ],\n    \"anọrageres\": [\n        \"fourrageres\"\n    ],\n    \"ihe mgbochi anọ\": [\n        \"fourrier\"\n    ],\n    \"nke anọ\": [\n        \"fourscorth\",\n        \"fourth\",\n        \"fourther\",\n        \"fourthly\",\n        \"fourths\",\n        \"fouth\"\n    ],\n    \"ụzọ anọ\": [\n        \"foursome\",\n        \"foursomes\",\n        \"foursquareness\",\n        \"quarterpace\"\n    ],\n    \"akụkụ anọ\": [\n        \"foursquare\",\n        \"foursquarely\",\n        \"quadrable\",\n        \"quadragenarious\",\n        \"quadragesimal\",\n        \"quadrangle\",\n        \"quadrangled\",\n        \"quadrangles\",\n        \"quadrangular\",\n        \"quadrangularly\",\n        \"quadrangularness\",\n        \"quadrangulate\",\n        \"quadranguled\",\n        \"quadrant\",\n        \"quadrantal\",\n        \"quadrantes\",\n        \"quadrantile\",\n        \"quadrants\",\n        \"quadrate\",\n        \"quadrated\",\n        \"quadrates\",\n        \"quadratics\",\n        \"quadratiferous\",\n        \"quadrator\",\n        \"quadrats\",\n        \"quadrature\",\n        \"quadratures\",\n        \"quadratus\",\n        \"quadrauricular\",\n        \"quadrennials\",\n        \"quadriarticulate\",\n        \"quadriarticulated\",\n        \"quadricellular\",\n        \"quadricentennials\",\n        \"quadricycle\",\n        \"quadriciliate\",\n        \"quadricipital\",\n        \"quadricrescentic\",\n        \"quadrics\",\n        \"quadricuspidal\",\n        \"quadridentate\",\n        \"quadriderivative\",\n        \"quadriform\",\n        \"quadrifrons\",\n        \"quadrifrontal\",\n        \"quadrigeminal\",\n        \"quadrigeminate\",\n        \"quadriglandular\",\n        \"quadrilateral\",\n        \"quadrilaterally\",\n        \"quadrilaterals\",\n        \"quadrilingual\",\n        \"quadrillions\",\n        \"quadrilocular\",\n        \"quadrimembral\",\n        \"quadrine\",\n        \"quadrinucleate\",\n        \"quadriparous\",\n        \"quadripartitely\",\n        \"quadripartition\",\n        \"quadriplicate\",\n        \"quadriplicated\",\n        \"quadriporticus\",\n        \"quadrireme\",\n        \"quadrisection\",\n        \"quadriserial\",\n        \"quadrispiral\",\n        \"quadriternate\",\n        \"quadritubercular\",\n        \"quadrituberculate\",\n        \"quadrivious\",\n        \"quadrupedal\",\n        \"quadrupedan\",\n        \"quadrupedant\",\n        \"quadrupedantic\",\n        \"quadrupedantical\",\n        \"quadrupedate\",\n        \"quadrupedation\",\n        \"quadrupedism\",\n        \"quadrupedous\",\n        \"quadruplate\",\n        \"quadruplator\",\n        \"quadruples\",\n        \"quadruplet\",\n        \"quadruplicate\",\n        \"quadruplicated\",\n        \"quadruplicates\",\n        \"quadruplications\",\n        \"quadruplicature\",\n        \"quasiparticle\",\n        \"rectangular\",\n        \"rectangularity\",\n        \"rectangularly\",\n        \"rectangularness\",\n        \"rectectomies\",\n        \"septangular\",\n        \"squarelike\",\n        \"squarewise\"\n    ],\n    \"ugbunike\": [\n        \"fourstrand\"\n    ],\n    \"iri na anọ\": [\n        \"fourteen\",\n        \"fourteener\",\n        \"fourteenfold\",\n        \"fourteens\",\n        \"fourteenths\"\n    ],\n    \"nke iri na anọ\": [\n        \"fourteenth\",\n        \"fourteenthly\"\n    ],\n    \"foute\": [\n        \"fouter\"\n    ],\n    \"ọ dị mfe\": [\n        \"foveated\",\n        \"fretty\"\n    ],\n    \"isi asaa\": [\n        \"fovent\"\n    ],\n    \"ugodi\": [\n        \"fowells\",\n        \"suzy\",\n        \"tomines\"\n    ],\n    \"inuen\": [\n        \"fowl\",\n        \"fowls\"\n    ],\n    \"fowler\": [\n        \"fowlery\"\n    ],\n    \"umu anumanu\": [\n        \"fowlerite\",\n        \"fowlers\",\n        \"fowlings\",\n        \"lambies\",\n        \"milkmaids\",\n        \"speciesism\",\n        \"waterfowls\"\n    ],\n    \"egbe ufe\": [\n        \"fowlfoot\"\n    ],\n    \"ụkwụ nkịta ọhịa\": [\n        \"foxfeet\"\n    ],\n    \"kasị nwee mmekọrịta\": [\n        \"foxiest\"\n    ],\n    \"akpụkpọ anụ nkịta\": [\n        \"foxskin\"\n    ],\n    \"flot\": [\n        \"fplot\"\n    ],\n    \"Ichie\": [\n        \"fr\",\n        \"frs\",\n        \"rti\",\n        \"tade\",\n        \"tinklier\",\n        \"underfacing\",\n        \"whorl\"\n    ],\n    \"casdị\": [\n        \"fracas\"\n    ],\n    \"francis\": [\n        \"fracid\"\n    ],\n    \"frac\": [\n        \"frack\"\n    ],\n    \"frakta\": [\n        \"fracted\"\n    ],\n    \"nta\": [\n        \"fraction\",\n        \"fractionation\",\n        \"fractioning\",\n        \"fractionisation\",\n        \"lits\",\n        \"slight\",\n        \"slighten\",\n        \"smalling\"\n    ],\n    \"na-ekpesa\": [\n        \"fractionize\",\n        \"reportingly\"\n    ],\n    \"irighiri ihe\": [\n        \"fractions\"\n    ],\n    \"ihe na-agbasasịghị\": [\n        \"fractious\"\n    ],\n    \"N'ikeji\": [\n        \"fractiously\"\n    ],\n    \"obiaigbo\": [\n        \"fractonimbus\"\n    ],\n    \"Fraenums\": [\n        \"fraenums\"\n    ],\n    \"frag\": [\n        \"fragged\"\n    ],\n    \"pisiisi\": [\n        \"fragment\",\n        \"fragmental\",\n        \"fragmentise\"\n    ],\n    \"onye odee\": [\n        \"fragmentist\"\n    ],\n    \"-akpọ ihe\": [\n        \"fragmentizer\"\n    ],\n    \"na-esi isi\": [\n        \"fragrances\",\n        \"fragrancies\",\n        \"odorable\",\n        \"odorant\",\n        \"odorants\",\n        \"odorate\",\n        \"odoriferous\",\n        \"odorize\",\n        \"odorized\",\n        \"odorizer\",\n        \"odorizes\",\n        \"odorizing\",\n        \"odorous\",\n        \"odourful\",\n        \"perfuming\",\n        \"perfusing\",\n        \"savoring\",\n        \"savouring\",\n        \"smelled\",\n        \"smellful\",\n        \"smelly\",\n        \"smelliest\",\n        \"smelling\",\n        \"smells\",\n        \"stink\",\n        \"stinkard\",\n        \"stinkardly\",\n        \"stinker\",\n        \"stinky\",\n        \"stinking\",\n        \"stinkingly\",\n        \"stinkingness\",\n        \"stinks\"\n    ],\n    \"na-esi ísì ụtọ\": [\n        \"fragrantly\",\n        \"smeller\"\n    ],\n    \"esiisi\": [\n        \"fragrantness\"\n    ],\n    \"jiri nwayọọ nwayọọ\": [\n        \"frayedly\",\n        \"slowhound\"\n    ],\n    \"fray\": [\n        \"fraying\",\n        \"frayings\"\n    ],\n    \"Ihe na-emebi emebi\": [\n        \"frailer\"\n    ],\n    \"adịghị ike\": [\n        \"frailness\",\n        \"frailty\",\n        \"fraughan\",\n        \"impotent\",\n        \"inactivities\",\n        \"incapacities\",\n        \"infirmative\",\n        \"infirmities\",\n        \"infirmly\",\n        \"limpnesses\",\n        \"lobeless\",\n        \"neurotendinous\",\n        \"noneffusion\",\n        \"poorliness\",\n        \"poornesses\",\n        \"unhealthfulness\",\n        \"unhealthsomeness\",\n        \"unrulier\",\n        \"unweakening\",\n        \"weak\",\n        \"weakbrained\",\n        \"weakhanded\",\n        \"weakheartedness\",\n        \"weakishly\",\n        \"weakishness\",\n        \"weakliest\",\n        \"weakliness\",\n        \"weakmouthed\",\n        \"weakness\",\n        \"weaknesses\"\n    ],\n    \"frayị\": [\n        \"frayne\"\n    ],\n    \"fraicheur\": [\n        \"fraischeur\"\n    ],\n    \"Na-esi ísì ụtọ\": [\n        \"fraiser\",\n        \"franger\"\n    ],\n    \"na-agbasi m ike\": [\n        \"fraising\"\n    ],\n    \"frankfurt\": [\n        \"frakfurt\"\n    ],\n    \"fraktur\": [\n        \"frakturs\"\n    ],\n    \"framble\": [\n        \"framable\"\n    ],\n    \"ramdị njikere\": [\n        \"framableness\"\n    ],\n    \"Ekebere\": [\n        \"frameable\",\n        \"frameableness\"\n    ],\n    \"eku\": [\n        \"frameless\",\n        \"stormproof\"\n    ],\n    \"okpokolo agba\": [\n        \"framesmith\"\n    ],\n    \"fram dị\": [\n        \"frammit\"\n    ],\n    \"Franke\": [\n        \"franca\"\n    ],\n    \"France\": [\n        \"france\"\n    ],\n    \"franchise\": [\n        \"franchisees\",\n        \"franchisers\"\n    ],\n    \"franchising aha\": [\n        \"franchising\"\n    ],\n    \"franc\": [\n        \"francs\"\n    ],\n    \"esisi ike\": [\n        \"frangent\"\n    ],\n    \"franka\": [\n        \"frankers\"\n    ],\n    \"onyekwu eziokwu\": [\n        \"frankforter\"\n    ],\n    \"frankfurt chọrọ\": [\n        \"frankfurters\"\n    ],\n    \"n'ezi obi\": [\n        \"frankheartedly\",\n        \"happily\",\n        \"philately\"\n    ],\n    \"kwuo hoo haa\": [\n        \"frankify\"\n    ],\n    \"frank\": [\n        \"franking\"\n    ],\n    \"onye na-ekwu eziokwu\": [\n        \"frankist\"\n    ],\n    \"Franklin\": [\n        \"franklin\"\n    ],\n    \"onyekwu franklinist\": [\n        \"franklinist\"\n    ],\n    \"ọrankụdụ\": [\n        \"frankpledge\"\n    ],\n    \"Franseria\": [\n        \"franseria\"\n    ],\n    \"ntgba aghara\": [\n        \"franticness\"\n    ],\n    \"frappe\": [\n        \"frape\",\n        \"fraple\"\n    ],\n    \"frap\": [\n        \"fraps\"\n    ],\n    \"fratị\": [\n        \"fratching\"\n    ],\n    \"iberibe ite\": [\n        \"frateries\",\n        \"mudlarks\",\n        \"ostraca\",\n        \"potsherds\"\n    ],\n    \"umunna\": [\n        \"fraternality\",\n        \"fraternity\",\n        \"fraternities\"\n    ],\n    \"na-eme ka ọ na-esisa\": [\n        \"fraternised\"\n    ],\n    \"Fraternizer\": [\n        \"fraternizer\"\n    ],\n    \"onye wayo\": [\n        \"frauder\"\n    ],\n    \"n'igwu wayo\": [\n        \"fraudlessly\"\n    ],\n    \"enweghị aghụghọ\": [\n        \"fraudlessness\",\n        \"guileless\",\n        \"guilelessness\",\n        \"nondeceptive\",\n        \"nondeceptiveness\",\n        \"traitless\",\n        \"treasonless\",\n        \"undeceitful\",\n        \"undeductive\",\n        \"unprickly\",\n        \"unseductive\",\n        \"unseductiveness\"\n    ],\n    \"fraxinus\": [\n        \"fraxin\"\n    ],\n    \"xinxin\": [\n        \"fraxinella\"\n    ],\n    \"ihiẹn\": [\n        \"fraze\",\n        \"frazed\"\n    ],\n    \"agbagwojuru anya\": [\n        \"frazzled\"\n    ],\n    \"Dịrị\": [\n        \"frden\"\n    ],\n    \"freckle\": [\n        \"frecked\",\n        \"frecken\",\n        \"freckened\",\n        \"frecklier\",\n        \"frickle\"\n    ],\n    \"freket\": [\n        \"frecket\"\n    ],\n    \"freak ness\": [\n        \"freckledness\"\n    ],\n    \"freckle àmà\": [\n        \"freckleproof\"\n    ],\n    \"ckgha\": [\n        \"freckling\"\n    ],\n    \"freebie\": [\n        \"freebee\",\n        \"freeby\"\n    ],\n    \"freebies\": [\n        \"freebees\"\n    ],\n    \"nwa amuru\": [\n        \"freeborn\"\n    ],\n    \"nwere onwe ha\": [\n        \"freedmen\"\n    ],\n    \"tọhapụrụ\": [\n        \"freedoot\"\n    ],\n    \"onyenwere onwe ya\": [\n        \"freedwoman\"\n    ],\n    \"nweere nwanyi\": [\n        \"freedwomen\"\n    ],\n    \"chiri obi\": [\n        \"freehearted\"\n    ],\n    \"ndị nweere onwe ha\": [\n        \"freeholders\"\n    ],\n    \"nweere onwe ya\": [\n        \"freeholdership\",\n        \"libate\"\n    ],\n    \"inwere onwe\": [\n        \"freeholding\",\n        \"unfree\"\n    ],\n    \"ejechi akwụkwọ\": [\n        \"freelance\"\n    ],\n    \"freelancer\": [\n        \"freelances\"\n    ],\n    \"freeloader\": [\n        \"freeload\",\n        \"freeloaded\"\n    ],\n    \"freemason\": [\n        \"freemasons\"\n    ],\n    \"ndi nweere onwe\": [\n        \"freemen\"\n    ],\n    \"freer\": [\n        \"freers\"\n    ],\n    \"nke kachasi\": [\n        \"freest\"\n    ],\n    \"nwanyi efu\": [\n        \"freewomen\"\n    ],\n    \"ndị na-ebu ibu\": [\n        \"freighters\",\n        \"porters\"\n    ],\n    \"ibu frelin\": [\n        \"freightliner\"\n    ],\n    \"Ibu\": [\n        \"freights\"\n    ],\n    \"frena\": [\n        \"frenal\"\n    ],\n    \"French\": [\n        \"french\",\n        \"frenchly\",\n        \"frenchness\"\n    ],\n    \"frenched\": [\n        \"frenchen\",\n        \"frenches\"\n    ],\n    \"asụsụ French\": [\n        \"frenchiness\",\n        \"frenchism\",\n        \"frenchwise\"\n    ],\n    \"enweghị asụsụ\": [\n        \"frenchless\",\n        \"languageless\",\n        \"tonguelessness\"\n    ],\n    \"onye frenchman\": [\n        \"frenchman\"\n    ],\n    \"ndị France\": [\n        \"frenchmen\"\n    ],\n    \"Uchenna nwanyi\": [\n        \"frenchwoman\"\n    ],\n    \"renchmụ nwanyị ndị nwanyị\": [\n        \"frenchwomen\"\n    ],\n    \"frenetị\": [\n        \"frenetically\"\n    ],\n    \"frenetik\": [\n        \"frenetics\"\n    ],\n    \"ime ara ara\": [\n        \"frenzy\"\n    ],\n    \"frenzị\": [\n        \"frenzies\",\n        \"frenzying\"\n    ],\n    \"ugboro ole\": [\n        \"frequency\",\n        \"frequencies\"\n    ],\n    \"Ugboro ugboro\": [\n        \"frequentable\",\n        \"frequentative\",\n        \"frequented\",\n        \"frequenters\",\n        \"frequents\",\n        \"iterancy\",\n        \"pareciously\",\n        \"pithecomorphic\",\n        \"vortically\",\n        \"wheyfaced\"\n    ],\n    \"frescoed gbara\": [\n        \"frescoed\"\n    ],\n    \"frescos\": [\n        \"frescoes\"\n    ],\n    \"frescose\": [\n        \"frescoing\"\n    ],\n    \"ohuru\": [\n        \"fresh\",\n        \"newcome\",\n        \"newly\"\n    ],\n    \"freshin\": [\n        \"freshens\"\n    ],\n    \"fresres\": [\n        \"freshes\",\n        \"freshest\",\n        \"freshets\"\n    ],\n    \"ohuru n'obi\": [\n        \"freshhearted\"\n    ],\n    \"na-enye ume ọhụrụ\": [\n        \"freshing\",\n        \"invigorative\",\n        \"invigoratively\",\n        \"refreshers\",\n        \"refreshing\",\n        \"refreshingly\",\n        \"refurnishing\",\n        \"restipulating\"\n    ],\n    \"onye ohuru\": [\n        \"freshman\",\n        \"innovator\",\n        \"newcomer\",\n        \"newsteller\",\n        \"newtonist\",\n        \"prorevisionist\"\n    ],\n    \"oge ohuru\": [\n        \"freshmanhood\"\n    ],\n    \"ndị ọhụrụ\": [\n        \"freshmen\"\n    ],\n    \"ịdị ọhụrụ\": [\n        \"freshness\"\n    ],\n    \"mmiri ohuru\": [\n        \"freshwater\"\n    ],\n    \"nwaanyi ohuru\": [\n        \"freshwoman\"\n    ],\n    \"di iwe\": [\n        \"fretful\"\n    ],\n    \"ndị dị jụụ\": [\n        \"fretters\"\n    ],\n    \"dịkarịsịrị iche\": [\n        \"frettiest\",\n        \"friskest\"\n    ],\n    \"ịkwa ure\": [\n        \"frettingly\"\n    ],\n    \"fretway\": [\n        \"fretways\"\n    ],\n    \"N'amaghi ama\": [\n        \"fretwise\"\n    ],\n    \"freudian\": [\n        \"freudism\"\n    ],\n    \"freudians\": [\n        \"freudist\"\n    ],\n    \"ighe\": [\n        \"fry\",\n        \"frying\",\n        \"frypan\"\n    ],\n    \"friable ness\": [\n        \"friableness\"\n    ],\n    \"okpu friar\": [\n        \"friarhood\"\n    ],\n    \"friary\": [\n        \"friarly\"\n    ],\n    \"friar ogologo\": [\n        \"friarling\"\n    ],\n    \"friar\": [\n        \"friars\"\n    ],\n    \"fribrib\": [\n        \"fribbles\"\n    ],\n    \"ribgba mbọ\": [\n        \"fribbling\"\n    ],\n    \"friborg\": [\n        \"fribourg\"\n    ],\n    \"fricassee\": [\n        \"fricasseeing\"\n    ],\n    \"friction\": [\n        \"frictionized\"\n    ],\n    \"Fraide\": [\n        \"friday\"\n    ],\n    \"Fraịdee\": [\n        \"fridays\"\n    ],\n    \"friji\": [\n        \"fridges\",\n        \"frig\",\n        \"frigage\",\n        \"frigate\",\n        \"frigefact\",\n        \"frigid\",\n        \"frigor\",\n        \"frigorimeter\",\n        \"fructifier\",\n        \"overbridge\",\n        \"refrig\",\n        \"refrigerant\",\n        \"refrigerants\",\n        \"refrigerate\",\n        \"refrigerated\",\n        \"refrigerates\",\n        \"refrigerating\",\n        \"refrigeration\",\n        \"refrigerative\",\n        \"refrigerator\",\n        \"refrigeratory\",\n        \"refrigerators\",\n        \"refrigerium\",\n        \"refrozen\",\n        \"unrefrigerated\"\n    ],\n    \"eghe\": [\n        \"fried\",\n        \"friedcake\",\n        \"unfried\"\n    ],\n    \"enyi dika\": [\n        \"friendlike\"\n    ],\n    \"ọbụbụenyi\": [\n        \"friendship\",\n        \"friendships\",\n        \"nolition\"\n    ],\n    \"frta\": [\n        \"fryer\"\n    ],\n    \"fr\": [\n        \"fryers\"\n    ],\n    \"friese\": [\n        \"frieseite\"\n    ],\n    \"onye fries\": [\n        \"friesian\"\n    ],\n    \"frisic\": [\n        \"friesic\"\n    ],\n    \"frigọrị\": [\n        \"frigged\"\n    ],\n    \"frigọri\": [\n        \"frigging\"\n    ],\n    \"ujo\": [\n        \"fright\",\n        \"shock\",\n        \"shockability\",\n        \"shockedness\",\n        \"shockingness\",\n        \"shocklike\",\n        \"shockproof\",\n        \"startle\"\n    ],\n    \"frigrigri\": [\n        \"frigidity\"\n    ],\n    \"frijo\": [\n        \"frijoles\"\n    ],\n    \"iku aka\": [\n        \"frike\",\n        \"handstroke\",\n        \"punchable\"\n    ],\n    \"frillback laghachiri\": [\n        \"frillback\"\n    ],\n    \"frill juru afọ\": [\n        \"frilled\"\n    ],\n    \"Mara mma\": [\n        \"frillier\"\n    ],\n    \"frilly\": [\n        \"frillily\"\n    ],\n    \"frill\": [\n        \"frills\",\n        \"unfrill\"\n    ],\n    \"fringing\": [\n        \"fringe\"\n    ],\n    \"fringring\": [\n        \"fringiness\"\n    ],\n    \"ighe eghe\": [\n        \"frypans\"\n    ],\n    \"fripperị\": [\n        \"fripperies\"\n    ],\n    \"nwafọ\": [\n        \"frisbees\"\n    ],\n    \"friska\": [\n        \"frisca\"\n    ],\n    \"frize\": [\n        \"frise\",\n        \"frized\",\n        \"frizel\",\n        \"frizer\"\n    ],\n    \"friset\": [\n        \"frisette\"\n    ],\n    \"frisetị\": [\n        \"frisettes\"\n    ],\n    \"Frisị\": [\n        \"frisian\"\n    ],\n    \"ịtụnanya\": [\n        \"frisked\",\n        \"suprising\",\n        \"wondermongering\"\n    ],\n    \"frisị\": [\n        \"friskers\"\n    ],\n    \"fritillarị\": [\n        \"fritillaries\"\n    ],\n    \"fritt\": [\n        \"fritters\"\n    ],\n    \"fritị\": [\n        \"fritting\",\n        \"fritts\"\n    ],\n    \"righa\": [\n        \"frivolizing\",\n        \"frizziness\"\n    ],\n    \"frizzị\": [\n        \"frizzes\"\n    ],\n    \"frizị\": [\n        \"frizzing\"\n    ],\n    \"frizzles\": [\n        \"frizzlers\"\n    ],\n    \"frizzing\": [\n        \"frizzling\"\n    ],\n    \"dị ka frock\": [\n        \"frocklike\"\n    ],\n    \"awo\": [\n        \"frog\",\n        \"toad\",\n        \"toader\"\n    ],\n    \"anya awọ\": [\n        \"frogeyes\"\n    ],\n    \"frogfish\": [\n        \"frogfishes\"\n    ],\n    \"ifuru frog\": [\n        \"frogflower\"\n    ],\n    \"frog\": [\n        \"frogged\",\n        \"froggery\",\n        \"froggy\",\n        \"froggies\",\n        \"frogging\"\n    ],\n    \"dị ka frog\": [\n        \"froglike\"\n    ],\n    \"roggha\": [\n        \"frogling\"\n    ],\n    \"awọ\": [\n        \"frogs\",\n        \"frogskin\",\n        \"frogskins\",\n        \"graying\",\n        \"greg\",\n        \"greying\",\n        \"greyling\"\n    ],\n    \"keere eke\": [\n        \"frolicful\"\n    ],\n    \"gbachiri ihu\": [\n        \"frolicked\"\n    ],\n    \"agbachiri\": [\n        \"frolickers\"\n    ],\n    \"frolics\": [\n        \"frolicly\",\n        \"frolicness\"\n    ],\n    \"frolicsome\": [\n        \"frolicsomely\"\n    ],\n    \"nke iri abụọ\": [\n        \"fromenty\",\n        \"tentiest\",\n        \"twentieth\",\n        \"twentiethly\"\n    ],\n    \"okwesiri isi\": [\n        \"fronde\"\n    ],\n    \"weghaara ihu\": [\n        \"frondesced\"\n    ],\n    \"agba oyi\": [\n        \"frondescence\"\n    ],\n    \"isi awọ\": [\n        \"frondescing\",\n        \"gray\",\n        \"graybacks\",\n        \"graybeard\",\n        \"graybearded\",\n        \"graybeards\",\n        \"graycoat\",\n        \"grayfish\",\n        \"grayfishes\",\n        \"grayfly\",\n        \"grayhair\",\n        \"grayhead\",\n        \"grayhound\",\n        \"grayish\",\n        \"grayishness\",\n        \"graylag\",\n        \"grayly\",\n        \"grayling\",\n        \"graylings\",\n        \"graymill\",\n        \"grayness\",\n        \"graypate\",\n        \"graywacke\",\n        \"graywall\",\n        \"grecale\",\n        \"grey\",\n        \"greybeard\",\n        \"greycoat\",\n        \"greyfly\",\n        \"greyish\",\n        \"greyly\",\n        \"greyness\",\n        \"greypate\",\n        \"hoary\"\n    ],\n    \"frondur\": [\n        \"frondeur\"\n    ],\n    \"fron\": [\n        \"frons\"\n    ],\n    \"onye ihu\": [\n        \"frontager\"\n    ],\n    \"enweghi oke\": [\n        \"frontierless\",\n        \"limitability\",\n        \"paucity\",\n        \"unearly\",\n        \"unsolaced\",\n        \"untremendous\"\n    ],\n    \"n'ókè dị ka\": [\n        \"frontierlike\"\n    ],\n    \"onye ga-ano n’ihu\": [\n        \"frontierman\",\n        \"frontiersman\"\n    ],\n    \"ndị nọ n'ókèala\": [\n        \"frontiersmen\"\n    ],\n    \"fotonac\": [\n        \"frontignac\"\n    ],\n    \"eche ihu\": [\n        \"fronting\",\n        \"frontingly\"\n    ],\n    \"frontirostre\": [\n        \"frontirostria\"\n    ],\n    \"ihe ihu\": [\n        \"frontispieces\",\n        \"outfaces\"\n    ],\n    \"nzi ihu\": [\n        \"frontlet\"\n    ],\n    \"ọkpọ ihu\": [\n        \"frontlets\"\n    ],\n    \"ihuọcha\": [\n        \"frontosphenoidal\"\n    ],\n    \"ogu ihu\": [\n        \"frontsman\"\n    ],\n    \"n'ihu iberibe\": [\n        \"frontspieces\"\n    ],\n    \"frosts\": [\n        \"frosteds\"\n    ],\n    \"frostfish\": [\n        \"frostfishes\"\n    ],\n    \"kentuoyi\": [\n        \"frosty\"\n    ],\n    \"kpụkọrọ akpụkọ\": [\n        \"frostiest\",\n        \"snowed\"\n    ],\n    \"Arochukwu\": [\n        \"frothi\"\n    ],\n    \"Nke kachasị njọ\": [\n        \"frothiest\",\n        \"spangliest\",\n        \"wholesomest\"\n    ],\n    \"frohing\": [\n        \"frothing\"\n    ],\n    \"froth\": [\n        \"froths\"\n    ],\n    \"biakute\": [\n        \"frounce\"\n    ],\n    \"rowgha\": [\n        \"frowardness\",\n        \"frowstiness\",\n        \"frowziness\"\n    ],\n    \"gbasaa ihu\": [\n        \"frown\"\n    ],\n    \"gbarụọ ihu\": [\n        \"frowned\"\n    ],\n    \"na-achapu anya\": [\n        \"frowning\",\n        \"frowningly\"\n    ],\n    \"dapụrụ ihu\": [\n        \"frowns\"\n    ],\n    \"frow\": [\n        \"frows\"\n    ],\n    \"oyi kpọnwụrụ\": [\n        \"frozen\",\n        \"frozenhearted\",\n        \"frozenly\",\n        \"frozenness\",\n        \"overfrozen\"\n    ],\n    \"fructite\": [\n        \"fructify\"\n    ],\n    \"fructing\": [\n        \"fructifying\"\n    ],\n    \"fructos\": [\n        \"fructoses\"\n    ],\n    \"ngba\": [\n        \"frugality\",\n        \"frugalness\",\n        \"gleba\",\n        \"hurlbarrow\",\n        \"scunder\"\n    ],\n    \"na-amị mkpụrụ\": [\n        \"fruitbearing\",\n        \"fruiterer\",\n        \"fruitful\",\n        \"fruitfuller\",\n        \"fruitfully\",\n        \"fruiting\",\n        \"fruitling\",\n        \"germinating\",\n        \"germiparous\",\n        \"yieldy\",\n        \"preequipping\",\n        \"soapery\"\n    ],\n    \"mkpụrụ osisi mkpụrụ osisi\": [\n        \"fruitcakes\"\n    ],\n    \"ndị na-amị mkpụrụ\": [\n        \"fruiterers\",\n        \"fruiters\"\n    ],\n    \"onye na-akụ mkpụrụ osisi\": [\n        \"fruitgrower\"\n    ],\n    \"mkpụrụ na-eto\": [\n        \"fruitgrowing\"\n    ],\n    \"onye na-amị mkpụrụ\": [\n        \"fruitist\"\n    ],\n    \"enweghị mkpụrụ\": [\n        \"fruitless\",\n        \"fruitlessly\",\n        \"fruitlessness\",\n        \"harvestless\",\n        \"noetic\",\n        \"nondecaying\",\n        \"nondeflective\",\n        \"seedless\",\n        \"seedlessness\",\n        \"unfruitfulness\"\n    ],\n    \"yiri mkpụrụ osisi\": [\n        \"fruitlike\"\n    ],\n    \"oge mkpụrụ osisi\": [\n        \"fruittime\"\n    ],\n    \"kasị nwee obi ụtọ\": [\n        \"frumpiest\",\n        \"joltiest\",\n        \"luckiest\",\n        \"thrilliest\"\n    ],\n    \"frumpler\": [\n        \"frumple\"\n    ],\n    \"frịta\": [\n        \"frusta\"\n    ],\n    \"frutrụ\": [\n        \"frutices\"\n    ],\n    \"Akwukwo Igbo\": [\n        \"fruticulture\"\n    ],\n    \"Igba Nkwu\": [\n        \"ftncmd\"\n    ],\n    \"fububia\": [\n        \"fubbery\"\n    ],\n    \"fubub\": [\n        \"fubbing\"\n    ],\n    \"Chei\": [\n        \"fuck\"\n    ],\n    \"Onye iberibe\": [\n        \"fucker\"\n    ],\n    \"Agbachi\": [\n        \"fuddled\"\n    ],\n    \"Nduhie\": [\n        \"fuddling\"\n    ],\n    \"mmanụ ụgbọala\": [\n        \"fuel\",\n        \"fueling\",\n        \"fuelizer\",\n        \"fueller\",\n        \"fuelling\",\n        \"fuels\",\n        \"gasfiring\",\n        \"gasmaker\",\n        \"gasolier\",\n        \"gasoliery\",\n        \"gasoliers\",\n        \"gasoline\",\n        \"gasoliner\",\n        \"gasolines\"\n    ],\n    \"ndị na-ere mmanụ\": [\n        \"fuellers\"\n    ],\n    \"fuff\": [\n        \"fuffy\",\n        \"fuffit\",\n        \"fuffle\"\n    ],\n    \"onye fugard\": [\n        \"fugard\"\n    ],\n    \"fugha\": [\n        \"fugate\"\n    ],\n    \"Onye kasị sie ike\": [\n        \"fuggiest\"\n    ],\n    \"onye na-agba oso\": [\n        \"fugient\",\n        \"racegoer\",\n        \"ranter\",\n        \"runer\",\n        \"runholder\",\n        \"runkeeper\",\n        \"runman\",\n        \"runnier\",\n        \"runtee\",\n        \"speedster\",\n        \"wagerer\",\n        \"wagnerist\"\n    ],\n    \"onye gbara oso\": [\n        \"fugitive\",\n        \"refugee\"\n    ],\n    \"n'agbapu\": [\n        \"fugitively\"\n    ],\n    \"ndị gbara ọsọ ndụ\": [\n        \"fugitives\",\n        \"refugees\"\n    ],\n    \"onye fuguist\": [\n        \"fuguist\"\n    ],\n    \"ndi fugu\": [\n        \"fuguists\"\n    ],\n    \"ụbọchị fuirdays\": [\n        \"fuirdays\"\n    ],\n    \"Na-eju\": [\n        \"fulcrumed\"\n    ],\n    \"onye na-emezu\": [\n        \"fulfiller\"\n    ],\n    \"Ijueju\": [\n        \"fulfullment\"\n    ],\n    \"ugologo\": [\n        \"fulgence\"\n    ],\n    \"fulgidenụ\": [\n        \"fulgid\"\n    ],\n    \"onye zuru ezu\": [\n        \"fulgurator\"\n    ],\n    \"Fullerboard\": [\n        \"fullerboard\"\n    ],\n    \"ndị zuru ezu\": [\n        \"fullers\"\n    ],\n    \"full\": [\n        \"fulling\"\n    ],\n    \"Uchechukwu Nwaogu\": [\n        \"fullonian\"\n    ],\n    \"Okwu zuru ezu\": [\n        \"fullterm\"\n    ],\n    \"fulining\": [\n        \"fulmining\"\n    ],\n    \"sụọ ngọngọ\": [\n        \"fumbled\",\n        \"fumbles\",\n        \"scumble\",\n        \"slumbered\",\n        \"slumped\",\n        \"snibble\",\n        \"squabbly\",\n        \"squalled\",\n        \"squinnied\",\n        \"stibble\",\n        \"stumble\",\n        \"stumblebum\",\n        \"stumbled\",\n        \"stumbler\",\n        \"stumblers\",\n        \"stumbles\",\n        \"stumbly\",\n        \"stumbling\",\n        \"stumblingly\",\n        \"stumer\",\n        \"stummel\",\n        \"stummer\",\n        \"stumpless\",\n        \"stumpling\",\n        \"sturble\",\n        \"stuttered\"\n    ],\n    \"n'amakpu\": [\n        \"fumblingly\"\n    ],\n    \"ịda ada\": [\n        \"fumblingness\"\n    ],\n    \"oyu\": [\n        \"fumeuse\"\n    ],\n    \"umelọ\": [\n        \"fumeuses\"\n    ],\n    \"fuming\": [\n        \"fumishing\"\n    ],\n    \"fumum\": [\n        \"fumously\"\n    ],\n    \"fumulu\": [\n        \"fumulus\"\n    ],\n    \"Egwuru egwu\": [\n        \"funambulated\"\n    ],\n    \"Ntucha\": [\n        \"funambulation\"\n    ],\n    \"ihewori\": [\n        \"funambulic\"\n    ],\n    \"ọchịkwa\": [\n        \"functor\"\n    ],\n    \"Ihe egwuregwu\": [\n        \"functorial\",\n        \"medleying\"\n    ],\n    \"bụ isi\": [\n        \"fundamentalistic\"\n    ],\n    \"onye nkwado ego\": [\n        \"fundatorial\"\n    ],\n    \"onye nwere ego\": [\n        \"fundholder\"\n    ],\n    \"na-eli ozu\": [\n        \"funeralize\"\n    ],\n    \"na-enye ihe ọchị\": [\n        \"funerate\",\n        \"fungating\",\n        \"ruminatively\"\n    ],\n    \"funerely\": [\n        \"funereally\"\n    ],\n    \"Fungaceous\": [\n        \"fungaceous\"\n    ],\n    \"fungged\": [\n        \"fungated\"\n    ],\n    \"funging\": [\n        \"fungation\"\n    ],\n    \", dịkwa ka usoro\": [\n        \"fungi\"\n    ],\n    \"fungi\": [\n        \"fungian\"\n    ],\n    \"fungoe\": [\n        \"fungoes\"\n    ],\n    \"Ndufu\": [\n        \"fungological\"\n    ],\n    \"onye na-ahu maka ihe omimi\": [\n        \"fungologist\"\n    ],\n    \"ero\": [\n        \"fungous\",\n        \"fungus\",\n        \"fungused\",\n        \"funguses\",\n        \"fungusy\",\n        \"mush\",\n        \"mushroom\",\n        \"mushroomed\",\n        \"mushroomer\",\n        \"mushroomy\",\n        \"mushroomic\",\n        \"mushrooming\",\n        \"mushrooms\"\n    ],\n    \"dị ka ero\": [\n        \"funguslike\"\n    ],\n    \"Funicles\": [\n        \"funicles\"\n    ],\n    \"Funkia\": [\n        \"funkia\"\n    ],\n    \"Funks\": [\n        \"funks\"\n    ],\n    \"foneelu\": [\n        \"funnel\",\n        \"funneling\",\n        \"funnelling\"\n    ],\n    \"funneled\": [\n        \"funnelled\"\n    ],\n    \"fungus\": [\n        \"funnels\"\n    ],\n    \"Funnies\": [\n        \"funnies\"\n    ],\n    \"aji\": [\n        \"fur\",\n        \"mane\",\n        \"whiskerage\",\n        \"whiskers\",\n        \"woolsey\"\n    ],\n    \"oghe\": [\n        \"furan\",\n        \"openbeak\",\n        \"openbill\",\n        \"unvehement\",\n        \"verticil\"\n    ],\n    \"onye na-acha odo odo\": [\n        \"furbearer\"\n    ],\n    \"na-egbu ntutu\": [\n        \"furbishing\"\n    ],\n    \"ụda\": [\n        \"furcal\",\n        \"pleon\",\n        \"ringent\",\n        \"ringwise\",\n        \"sounders\",\n        \"soundings\",\n        \"sounds\",\n        \"thongs\",\n        \"thrum\",\n        \"thrums\",\n        \"tone\",\n        \"toneless\",\n        \"tones\",\n        \"tonetic\",\n        \"tonic\",\n        \"tonights\",\n        \"tonjon\",\n        \"tonous\",\n        \"tonsorial\",\n        \"tontines\",\n        \"turrum\"\n    ],\n    \"furgha\": [\n        \"furlable\"\n    ],\n    \"gbara okpu\": [\n        \"furled\"\n    ],\n    \"furloụrụ ya\": [\n        \"furloughed\"\n    ],\n    \"furmsies\": [\n        \"furmeties\"\n    ],\n    \"ite-oku\": [\n        \"furnaceman\"\n    ],\n    \"oku na\": [\n        \"furnacemen\"\n    ],\n    \"burukwa\": [\n        \"furnage\"\n    ],\n    \"furnariidae\": [\n        \"furnariides\"\n    ],\n    \"oven\": [\n        \"furnarius\",\n        \"ovening\",\n        \"ovenly\"\n    ],\n    \"onye na-enye ihe ndozi\": [\n        \"furnisher\"\n    ],\n    \"enweghị arịa\": [\n        \"furnitureless\"\n    ],\n    \"ihe iwe ọkụ\": [\n        \"furrier\"\n    ],\n    \"gbanyero\": [\n        \"furrowed\"\n    ],\n    \"enweghị ntutu\": [\n        \"furrowless\",\n        \"hairless\",\n        \"hairlessness\",\n        \"unhairy\",\n        \"unshavenness\"\n    ],\n    \"etinyere dị ka\": [\n        \"furrowlike\",\n        \"tapestrylike\"\n    ],\n    \"etinyerịrị\": [\n        \"furrows\"\n    ],\n    \"furosemide\": [\n        \"fursemide\"\n    ],\n    \"kasị dị\": [\n        \"furthest\",\n        \"wildest\"\n    ],\n    \"furty\": [\n        \"furthy\"\n    ],\n    \"furun ebube\": [\n        \"furunculous\"\n    ],\n    \"gbaa aji\": [\n        \"furze\",\n        \"shave\",\n        \"shavee\"\n    ],\n    \"gbara fur\": [\n        \"furzed\"\n    ],\n    \"na-acha ọkụ\": [\n        \"furzeling\",\n        \"furzes\",\n        \"gleams\",\n        \"lightfingered\",\n        \"lightful\",\n        \"scorching\",\n        \"unglowering\"\n    ],\n    \"kejisiu\": [\n        \"furzy\"\n    ],\n    \"fusco\": [\n        \"fusc\"\n    ],\n    \"fusco hyaline\": [\n        \"fuscohyaline\"\n    ],\n    \"fuuz\": [\n        \"fuse\",\n        \"fusee\",\n        \"fusees\",\n        \"fuses\"\n    ],\n    \"fuselaji\": [\n        \"fuselages\"\n    ],\n    \"enweghị fuse\": [\n        \"fuseless\"\n    ],\n    \"enwere ike ịgbagha\": [\n        \"fusible\"\n    ],\n    \"fusible\": [\n        \"fusibleness\"\n    ],\n    \"ndị mmeghasị\": [\n        \"fusiliers\"\n    ],\n    \"fusilade\": [\n        \"fusillade\"\n    ],\n    \"sgba aghara\": [\n        \"fuss\"\n    ],\n    \"s fus fus\": [\n        \"fussbudget\"\n    ],\n    \"Oluchukwu\": [\n        \"fusser\"\n    ],\n    \"ndi ogba aghara\": [\n        \"fussers\"\n    ],\n    \"fushes\": [\n        \"fusses\"\n    ],\n    \"onye mmegha\": [\n        \"fussier\"\n    ],\n    \"szụ aghara\": [\n        \"fussily\"\n    ],\n    \"Okwuchukwu Ndigbo\": [\n        \"fusteric\"\n    ],\n    \"fustis\": [\n        \"fustics\"\n    ],\n    \"fustiging\": [\n        \"fustigating\"\n    ],\n    \"iwepụta\": [\n        \"fusure\",\n        \"uninterpolative\"\n    ],\n    \"futhark\": [\n        \"futharcs\",\n        \"futharks\"\n    ],\n    \"futhork\": [\n        \"futhorcs\"\n    ],\n    \"enweghi ihe ozo\": [\n        \"futilitarian\"\n    ],\n    \"enweghị ọdịmma\": [\n        \"futilitarianism\",\n        \"unfiducial\"\n    ],\n    \"ihe-efu\": [\n        \"futility\",\n        \"vain\",\n        \"vanity\",\n        \"vanities\",\n        \"vineity\"\n    ],\n    \"n'ọdịnihu\": [\n        \"futurely\",\n        \"hereafter\",\n        \"hereafterward\"\n    ],\n    \"enwuru ọkụ\": [\n        \"fuzed\"\n    ],\n    \"fuzzing\": [\n        \"fuzing\"\n    ],\n    \"fuzzer\": [\n        \"fuzzes\"\n    ],\n    \"ajị ajị\": [\n        \"fuzzy\",\n        \"hairy\",\n        \"shaveweed\"\n    ],\n    \"fuzziness\": [\n        \"fuzzines\"\n    ],\n    \"fuzz\": [\n        \"fuzzle\"\n    ],\n    \"chw\": [\n        \"fw\"\n    ],\n    \"mmmmmmmmmm\": [\n        \"gabbro\",\n        \"hylasmus\",\n        \"machzor\",\n        \"mamillate\",\n        \"murshid\",\n        \"xylidic\",\n        \"xysts\"\n    ],\n    \"mbukwe\": [\n        \"gabbroitic\"\n    ],\n    \"ezebuka\": [\n        \"gabfest\",\n        \"gabfests\"\n    ],\n    \"igbinage\": [\n        \"gabionage\"\n    ],\n    \"gable biri\": [\n        \"gableended\"\n    ],\n    \"gable dị ka\": [\n        \"gablelike\"\n    ],\n    \"gablewudere\": [\n        \"gablewindowed\"\n    ],\n    \"gadd\": [\n        \"gadded\"\n    ],\n    \"chukwuemezulu\": [\n        \"gadsbodikins\"\n    ],\n    \"chukwueme\": [\n        \"gadswoons\",\n        \"holodedron\",\n        \"khlysti\"\n    ],\n    \"Gaedelian\": [\n        \"gaedelian\"\n    ],\n    \"Gaedown\": [\n        \"gaedown\"\n    ],\n    \"Ọdịda mmụọ\": [\n        \"gaelicism\"\n    ],\n    \"onye gaelicist\": [\n        \"gaelicist\"\n    ],\n    \"elgha\": [\n        \"gaelicization\",\n        \"selfeffacing\"\n    ],\n    \"gae\": [\n        \"gaes\"\n    ],\n    \"gage\": [\n        \"gageite\"\n    ],\n    \"ịgba chaa chaa\": [\n        \"gager\",\n        \"gambit\",\n        \"gambits\",\n        \"gamble\",\n        \"gambles\",\n        \"gambling\",\n        \"gambrels\",\n        \"outgambling\",\n        \"regambling\",\n        \"ungambling\",\n        \"wambling\"\n    ],\n    \"itu ugo\": [\n        \"gaggle\"\n    ],\n    \"onye ara ehi\": [\n        \"gaggler\"\n    ],\n    \"ndi ogba\": [\n        \"gagsters\",\n        \"stringmen\"\n    ],\n    \"gagtoot\": [\n        \"gagtooth\"\n    ],\n    \"garhwali\": [\n        \"gahrwali\"\n    ],\n    \"nwoke nwere mmasị nwoke\": [\n        \"gay\",\n        \"gaylies\",\n        \"gaynesses\"\n    ],\n    \"gayal\": [\n        \"gayals\"\n    ],\n    \"giassa\": [\n        \"gaiassa\"\n    ],\n    \"nwoke idina nwoke\": [\n        \"gaycat\",\n        \"gayly\",\n        \"gayment\",\n        \"gayness\",\n        \"hypersexuality\",\n        \"homocercality\",\n        \"homogamy\",\n        \"homogamic\",\n        \"homological\",\n        \"homologist\",\n        \"homopause\",\n        \"homosexualist\",\n        \"homosexuality\",\n        \"monosexuality\",\n        \"unsexual\"\n    ],\n    \"ịmụ amụ\": [\n        \"gainbirth\"\n    ],\n    \"onye nweta\": [\n        \"gainer\",\n        \"gainor\",\n        \"obtainer\"\n    ],\n    \"ndị na-erite uru\": [\n        \"gainers\",\n        \"profiters\"\n    ],\n    \"gaingiing\": [\n        \"gaingiving\"\n    ],\n    \"inwe uru\": [\n        \"gainliness\"\n    ],\n    \"onye na-erite uru\": [\n        \"gainsayer\"\n    ],\n    \"na-asịsikwa\": [\n        \"gainsaying\"\n    ],\n    \"nweta egwuregwu\": [\n        \"gainstand\"\n    ],\n    \"nnụnụ gairfowl\": [\n        \"gairfowl\"\n    ],\n    \"na-elegharị anya\": [\n        \"gaisling\",\n        \"reevoking\"\n    ],\n    \"nwoke nwere onwe\": [\n        \"gayway\"\n    ],\n    \"ụyọkọ kpakpando\": [\n        \"galactagog\",\n        \"galactan\",\n        \"galactic\",\n        \"galactocele\",\n        \"galactogogue\",\n        \"galactoid\",\n        \"galactolytic\",\n        \"galactophagist\",\n        \"galactophore\",\n        \"galactophorous\",\n        \"galactopoiesis\",\n        \"galactopoietic\",\n        \"galactosan\",\n        \"galactoscope\",\n        \"galactosyl\",\n        \"galangals\",\n        \"galatic\",\n        \"galavants\",\n        \"galax\",\n        \"galaxes\",\n        \"galaxy\",\n        \"galaxian\",\n        \"galaxies\"\n    ],\n    \"ụyọkọ anụ\": [\n        \"galactosemic\"\n    ],\n    \"galavant\": [\n        \"galavanted\",\n        \"galivant\"\n    ],\n    \"γαλαξιας\": [\n        \"galaxias\"\n    ],\n    \"Gele\": [\n        \"gale\"\n    ],\n    \"Galeas\": [\n        \"galeas\"\n    ],\n    \"Galeid\": [\n        \"galeid\"\n    ],\n    \"Galenian\": [\n        \"galenian\"\n    ],\n    \"Galeod\": [\n        \"galeod\"\n    ],\n    \"Galeoid\": [\n        \"galeoid\"\n    ],\n    \"Galeopsis\": [\n        \"galeopsis\"\n    ],\n    \"ịkwa mmiri\": [\n        \"galerite\",\n        \"pandermite\"\n    ],\n    \"Galerum\": [\n        \"galerum\"\n    ],\n    \"Galeus\": [\n        \"galeus\"\n    ],\n    \"galiaceous\": [\n        \"galinaceous\"\n    ],\n    \"ndi bulili\": [\n        \"galivants\"\n    ],\n    \"gelach\": [\n        \"gallach\"\n    ],\n    \"gaal\": [\n        \"gallant\"\n    ],\n    \"galọn\": [\n        \"gallants\",\n        \"galleon\",\n        \"galleons\",\n        \"gallon\",\n        \"gallonage\",\n        \"galloner\",\n        \"gallons\",\n        \"galloon\",\n        \"gallooned\",\n        \"galloons\"\n    ],\n    \"gallbladder\": [\n        \"gallbladders\"\n    ],\n    \"ihe yiri galley\": [\n        \"galleylike\"\n    ],\n    \"onyenze nwa amobi\": [\n        \"galleyman\",\n        \"hearthpenny\"\n    ],\n    \"gallein\": [\n        \"galleins\"\n    ],\n    \"veranda\": [\n        \"galleys\",\n        \"galleried\",\n        \"galleries\",\n        \"galleriies\",\n        \"gallerying\",\n        \"galleryite\",\n        \"verandahed\",\n        \"veterancy\"\n    ],\n    \"onye gallerian\": [\n        \"gallerian\"\n    ],\n    \"gallery\": [\n        \"gallerygoer\",\n        \"gallerylike\"\n    ],\n    \"ịkwọ ụgbọ mmiri\": [\n        \"galleting\",\n        \"rawing\",\n        \"rowing\"\n    ],\n    \"gaally\": [\n        \"gally\"\n    ],\n    \"Gallian\": [\n        \"gallian\"\n    ],\n    \"nke gallican\": [\n        \"gallican\"\n    ],\n    \"ịallụ ọgwụ\": [\n        \"gallicization\"\n    ],\n    \"edili\": [\n        \"gallicize\"\n    ],\n    \"gaallicola\": [\n        \"gallicola\"\n    ],\n    \"edidi okwute\": [\n        \"gallicolous\"\n    ],\n    \"gallised\": [\n        \"gallied\"\n    ],\n    \"allgba ume\": [\n        \"gallification\"\n    ],\n    \"akwa eze\": [\n        \"galligaskins\",\n        \"toothshell\"\n    ],\n    \"allbụ onye ọallụ\": [\n        \"gallingness\"\n    ],\n    \"gallivant\": [\n        \"gallivanted\"\n    ],\n    \"galloglas\": [\n        \"galloglass\"\n    ],\n    \"megalomaniac\": [\n        \"gallomaniac\",\n        \"megalomania\"\n    ],\n    \"galọnụ\": [\n        \"galloots\"\n    ],\n    \"ogbeje\": [\n        \"gallophile\"\n    ],\n    \"akukpo\": [\n        \"gallophilism\"\n    ],\n    \"onye na-ama osisi\": [\n        \"gallowsmaker\"\n    ],\n    \"nkume gall\": [\n        \"gallstone\",\n        \"gallstones\"\n    ],\n    \"ihe na-eme ka mmadụ maa mma\": [\n        \"galluptious\"\n    ],\n    \"Gallus\": [\n        \"gallus\"\n    ],\n    \"galoot\": [\n        \"galoots\"\n    ],\n    \"galop des\": [\n        \"galopades\"\n    ],\n    \"galop\": [\n        \"galoped\"\n    ],\n    \"galore\": [\n        \"galores\"\n    ],\n    \"galosh\": [\n        \"galoshe\"\n    ],\n    \"galoshes\": [\n        \"galoshed\"\n    ],\n    \"galvanik\": [\n        \"galvanic\"\n    ],\n    \"galvanized\": [\n        \"galvanizes\"\n    ],\n    \"ọkà mmụta banyere galvanologist\": [\n        \"galvanologist\"\n    ],\n    \"gwongomagnet\": [\n        \"galvanomagnet\"\n    ],\n    \"galvanomita\": [\n        \"galvanometers\"\n    ],\n    \"igbanwee ihe niile\": [\n        \"galvanometrically\"\n    ],\n    \"gbasiaplastically\": [\n        \"galvanoplastically\"\n    ],\n    \"iheanachopsychicchic\": [\n        \"galvanopsychic\"\n    ],\n    \"gameliel\": [\n        \"gamaliel\"\n    ],\n    \"gamasoidosis\": [\n        \"gamasoidea\"\n    ],\n    \"gamba\": [\n        \"gamb\"\n    ],\n    \"gambade\": [\n        \"gambades\"\n    ],\n    \"gamba na eme\": [\n        \"gambadoes\"\n    ],\n    \"igwu egwu\": [\n        \"gambeering\",\n        \"jingoing\",\n        \"playboyism\",\n        \"playdown\",\n        \"playfellow\",\n        \"playmaking\",\n        \"playmongering\",\n        \"playpen\",\n        \"skiagraphing\",\n        \"skippable\",\n        \"sniggeringly\"\n    ],\n    \"Gambiya\": [\n        \"gambia\"\n    ],\n    \"Gambia\": [\n        \"gambiae\"\n    ],\n    \"ndị gambi\": [\n        \"gambians\"\n    ],\n    \"gambars\": [\n        \"gambirs\"\n    ],\n    \"onye na-egwu egwuregwu\": [\n        \"gambist\",\n        \"gamekeeper\",\n        \"jingoist\",\n        \"playgoer\",\n        \"playwright\",\n        \"playwrightess\",\n        \"sportscaster\"\n    ],\n    \"na-agba chaa chaa\": [\n        \"gambled\",\n        \"gambreled\",\n        \"gambrelled\",\n        \"wamblingly\"\n    ],\n    \"onye na-agba chaa chaa\": [\n        \"gambler\"\n    ],\n    \"ndị na-agba chaa chaa\": [\n        \"gamblers\"\n    ],\n    \"gambojike\": [\n        \"gambogian\"\n    ],\n    \"gambo\": [\n        \"gambol\"\n    ],\n    \"gambulled\": [\n        \"gambolled\"\n    ],\n    \"gamboboo\": [\n        \"gamdeboo\"\n    ],\n    \"Gamebag\": [\n        \"gamebag\"\n    ],\n    \"egwuregwucock\": [\n        \"gamecock\"\n    ],\n    \"ndị na-egwu egwuregwu\": [\n        \"gamekeepers\",\n        \"gamesters\",\n        \"gammers\",\n        \"gammoners\",\n        \"playgoers\",\n        \"playmates\",\n        \"playwrightry\",\n        \"playwrights\"\n    ],\n    \"enweghị egwuregwu\": [\n        \"gameless\"\n    ],\n    \"egwuregwulotte\": [\n        \"gamelotte\"\n    ],\n    \"onye egwuregwu\": [\n        \"gamesman\",\n        \"sportsman\",\n        \"sportsmanlike\"\n    ],\n    \"gaminesin\": [\n        \"gamines\"\n    ],\n    \"egwu egwuregwu\": [\n        \"gaming\",\n        \"gamming\",\n        \"playfolk\"\n    ],\n    \"gammarus\": [\n        \"gammarine\",\n        \"gammaroid\"\n    ],\n    \"gamma\": [\n        \"gammas\",\n        \"gammer\"\n    ],\n    \"gammylost\": [\n        \"gammelost\"\n    ],\n    \"hammoku\": [\n        \"gammick\",\n        \"gammock\",\n        \"hammock\"\n    ],\n    \"gammon\": [\n        \"gammoned\"\n    ],\n    \"gam gammy\": [\n        \"gamodesmy\"\n    ],\n    \"gammymic\": [\n        \"gamodesmic\"\n    ],\n    \"gamọn\": [\n        \"gamond\"\n    ],\n    \"gamba nwoke\": [\n        \"gamotropic\"\n    ],\n    \"gamas\": [\n        \"gams\"\n    ],\n    \"gandara\": [\n        \"gandhara\"\n    ],\n    \"Gandhi\": [\n        \"gandhi\"\n    ],\n    \"Gandhian\": [\n        \"gandhian\"\n    ],\n    \"ndị omempụ\": [\n        \"gangers\",\n        \"gangsters\"\n    ],\n    \"òtù ndị omempụ\": [\n        \"ganges\",\n        \"gangism\",\n        \"gangs\",\n        \"gangsman\",\n        \"gangster\",\n        \"gangsterism\"\n    ],\n    \"òtù ọjọọ\": [\n        \"gangland\",\n        \"ganglander\",\n        \"ganglands\",\n        \"gangly\",\n        \"gangrels\",\n        \"gangrenate\",\n        \"gangrenes\",\n        \"gangrening\",\n        \"gangtide\"\n    ],\n    \"ganglia\": [\n        \"ganglial\"\n    ],\n    \"òtù ndị òtù\": [\n        \"ganglions\"\n    ],\n    \"nọ òtù ọjọọ\": [\n        \"gangrened\"\n    ],\n    \"odumegwu\": [\n        \"gangrenous\",\n        \"wellerism\"\n    ],\n    \"Ganner\": [\n        \"ganner\"\n    ],\n    \"ganneti\": [\n        \"gannets\"\n    ],\n    \"Ganoses\": [\n        \"ganoses\"\n    ],\n    \"Gansey\": [\n        \"gansey\"\n    ],\n    \"Echere\": [\n        \"gantleted\",\n        \"pated\",\n        \"supposable\",\n        \"surmised\",\n        \"thinkable\"\n    ],\n    \"ọkpokpọ\": [\n        \"gaoler\"\n    ],\n    \"Oghere\": [\n        \"gapeseed\",\n        \"slotman\",\n        \"slotten\",\n        \"slotter\",\n        \"splashboard\"\n    ],\n    \"gape\": [\n        \"gaping\"\n    ],\n    \"Gappiest\": [\n        \"gappiest\"\n    ],\n    \"arụzi ụgbọala\": [\n        \"garaged\"\n    ],\n    \"ndọba ụgbọala\": [\n        \"garaging\"\n    ],\n    \"ihe mbibi\": [\n        \"garbill\",\n        \"hazards\"\n    ],\n    \"tebụl garble\": [\n        \"garbleable\"\n    ],\n    \"garta\": [\n        \"garbles\",\n        \"garreteer\"\n    ],\n    \"ọkà mmụta banyere ihe gbasara anụ ahụ\": [\n        \"garbologist\"\n    ],\n    \"garons\": [\n        \"garcons\"\n    ],\n    \"nke gbara gburugburu\": [\n        \"gardenable\"\n    ],\n    \"kụrụ ogige\": [\n        \"gardened\"\n    ],\n    \"onye na-elekọta ubi\": [\n        \"gardener\",\n        \"gardenmaker\"\n    ],\n    \"ndị na-elekọta ubi\": [\n        \"gardeners\"\n    ],\n    \"ubi zuru ezu\": [\n        \"gardenful\"\n    ],\n    \"kpoo ubi\": [\n        \"gardenize\"\n    ],\n    \"enweghị ogige\": [\n        \"gardenless\"\n    ],\n    \"gbasara akwụkwọ\": [\n        \"gardenly\"\n    ],\n    \"dị ka ubi\": [\n        \"gardenlike\"\n    ],\n    \"n'ogige\": [\n        \"gardenwise\"\n    ],\n    \"ubiak\": [\n        \"gardnap\"\n    ],\n    \"garfish\": [\n        \"garfishes\"\n    ],\n    \"kwacha\": [\n        \"garg\"\n    ],\n    \"ịkpa arụ\": [\n        \"gargarism\",\n        \"sacrilegiousness\"\n    ],\n    \"gadget\": [\n        \"garget\",\n        \"gargety\"\n    ],\n    \"ikwacha akpiri\": [\n        \"gargil\",\n        \"gargle\"\n    ],\n    \"ikwoli\": [\n        \"gargol\"\n    ],\n    \"okpu ọma\": [\n        \"garland\",\n        \"garlandlike\",\n        \"garlandry\",\n        \"garlands\"\n    ],\n    \"ihe ejiji\": [\n        \"garlandage\"\n    ],\n    \"ihe na-enweghị isi\": [\n        \"garlandless\",\n        \"inutilities\",\n        \"nonshipper\",\n        \"nonsingularity\",\n        \"outrageproof\",\n        \"unfossiliferous\"\n    ],\n    \"galiki\": [\n        \"garlic\"\n    ],\n    \"yiri galik\": [\n        \"garliclike\"\n    ],\n    \"galik\": [\n        \"garlicmonger\",\n        \"garlicwort\"\n    ],\n    \"garlic\": [\n        \"garlics\"\n    ],\n    \"ichi mma\": [\n        \"garmented\"\n    ],\n    \"onye na-eme uwe\": [\n        \"garmentmaker\"\n    ],\n    \"aka garnetiferous\": [\n        \"garnetiferous\"\n    ],\n    \"garnet yiri\": [\n        \"garnetlike\"\n    ],\n    \"chọọ ya mma\": [\n        \"garnished\"\n    ],\n    \"garnishe\": [\n        \"garnishees\"\n    ],\n    \"icho ihe\": [\n        \"garnisheing\"\n    ],\n    \"ichi aka\": [\n        \"garnison\",\n        \"gorgonize\",\n        \"gumshoeing\",\n        \"gumshoing\",\n        \"presatisfy\"\n    ],\n    \"ron ga\": [\n        \"garon\"\n    ],\n    \"garre\": [\n        \"garrets\"\n    ],\n    \"garrisons\": [\n        \"garrisoning\",\n        \"garrisonism\"\n    ],\n    \"garnishable\": [\n        \"garrnishable\"\n    ],\n    \"amaro\": [\n        \"garroted\",\n        \"pleasured\"\n    ],\n    \"ndị na-eche nche\": [\n        \"garroters\",\n        \"goalkeepers\"\n    ],\n    \"Garston\": [\n        \"garston\"\n    ],\n    \"dagharịa\": [\n        \"gartered\"\n    ],\n    \"nke garth\": [\n        \"garths\"\n    ],\n    \"garuda\": [\n        \"garua\"\n    ],\n    \"gasị\": [\n        \"gasaliers\"\n    ],\n    \"Akpa gas\": [\n        \"gasbag\",\n        \"gasbags\"\n    ],\n    \"mmanụ aignụ\": [\n        \"gascoign\"\n    ],\n    \"mmanụ ayneụ\": [\n        \"gascoyne\"\n    ],\n    \"mmanụ aconụ\": [\n        \"gasconaded\"\n    ],\n    \"mmanụ gas\": [\n        \"gaselier\",\n        \"gaseliers\",\n        \"gasogen\",\n        \"gasogenes\",\n        \"gasolene\",\n        \"gasolenes\",\n        \"gassier\",\n        \"oilers\"\n    ],\n    \"gas\": [\n        \"gaseous\",\n        \"gaseously\",\n        \"gases\",\n        \"gassed\",\n        \"gasser\",\n        \"gassers\",\n        \"gasses\",\n        \"gassy\",\n        \"gassings\",\n        \"gassit\"\n    ],\n    \"Ọchị gas\": [\n        \"gashful\"\n    ],\n    \"onye nwere gas\": [\n        \"gasholder\"\n    ],\n    \"ụlọ mmanụ\": [\n        \"gashouses\"\n    ],\n    \"mee gas\": [\n        \"gasify\"\n    ],\n    \"gasfiizi\": [\n        \"gasifier\"\n    ],\n    \"gasing\": [\n        \"gasifying\"\n    ],\n    \"bụ mmanụ\": [\n        \"gasking\"\n    ],\n    \"enweghị gas\": [\n        \"gasless\"\n    ],\n    \"dị ka gas\": [\n        \"gaslike\"\n    ],\n    \"ndi gasman\": [\n        \"gasmen\"\n    ],\n    \"enweghị mmanụ ụgbọala\": [\n        \"gasolineless\"\n    ],\n    \"peturuolu\": [\n        \"gasolinic\"\n    ],\n    \"gasometa\": [\n        \"gasometer\"\n    ],\n    \"n'igwe\": [\n        \"gasometrically\",\n        \"myelographically\",\n        \"torpidly\",\n        \"turpidly\"\n    ],\n    \"gasoskop\": [\n        \"gasoscope\"\n    ],\n    \"gbanye mmanụ\": [\n        \"gasper\"\n    ],\n    \"per gas gas\": [\n        \"gaspergous\"\n    ],\n    \"ịpụ mmiri ọkụ\": [\n        \"gaspiness\"\n    ],\n    \"na-eche ume\": [\n        \"gasping\"\n    ],\n    \"na -akụ\": [\n        \"gaspingly\"\n    ],\n    \"nwere mmanụ gas\": [\n        \"gasproof\"\n    ],\n    \"onye anwude nwanyi\": [\n        \"gassendist\"\n    ],\n    \"ịụ gas\": [\n        \"gassing\"\n    ],\n    \"halọ oriri na ọhaụ gastụ\": [\n        \"gasthauses\"\n    ],\n    \"afọ igbo\": [\n        \"gastraea\",\n        \"gastraeas\",\n        \"gastrea\"\n    ],\n    \"afochi\": [\n        \"gastratrophia\"\n    ],\n    \"afọ ọsịsọ\": [\n        \"gastrectomy\",\n        \"stomachical\"\n    ],\n    \"nri mgbali\": [\n        \"gastrectomies\"\n    ],\n    \"afọ ọ bụla\": [\n        \"gastrimargy\"\n    ],\n    \"Mgbanwe Agbanwe\": [\n        \"gastroadynamic\"\n    ],\n    \"gastroentrous\": [\n        \"gastrocentrous\"\n    ],\n    \"ọkà mmụta banyere ọrịa afọ\": [\n        \"gastroenterologist\"\n    ],\n    \"ndị na-amụ banyere eriri afọ\": [\n        \"gastroenterologists\"\n    ],\n    \"Okpukpo aru\": [\n        \"gastrolytic\"\n    ],\n    \"ndị ọkà n’ihe banyere ịkọ afọ\": [\n        \"gastrologists\"\n    ],\n    \"onye na-edozi nri\": [\n        \"gastronomist\"\n    ],\n    \"Ọrịa gastrophilism\": [\n        \"gastrophilism\"\n    ],\n    \"onye na-eme ka ihe oriri\": [\n        \"gastroscopist\"\n    ],\n    \"Okpukpo-nri\": [\n        \"gastrosopher\"\n    ],\n    \"Gziozooid\": [\n        \"gastrozooid\"\n    ],\n    \"gast\": [\n        \"gasts\"\n    ],\n    \"arụ ọrụ gas\": [\n        \"gasworker\",\n        \"gasworks\"\n    ],\n    \"Ọnụ ụzọ\": [\n        \"gate\"\n    ],\n    \"n'ọnụ ụzọ ámá\": [\n        \"gateado\",\n        \"gatefold\",\n        \"gatehouse\",\n        \"gatehouses\"\n    ],\n    \"ọnụ ụzọ ámá\": [\n        \"gateau\",\n        \"gateaux\",\n        \"gatecrashers\",\n        \"gates\",\n        \"gateway\",\n        \"gateways\"\n    ],\n    \"Onụzo ihu\": [\n        \"gatecrasher\"\n    ],\n    \"oghere ụzọ\": [\n        \"gatefolds\"\n    ],\n    \"ndị nche ọnụ ụzọ ámá\": [\n        \"gatekeepers\"\n    ],\n    \"inuaoto\": [\n        \"gatepost\"\n    ],\n    \"ndị ụzọ ụzọ\": [\n        \"gatewaymen\"\n    ],\n    \"n'ọnụ ụzọ ụzọ\": [\n        \"gatewise\"\n    ],\n    \"ọrụ ọnụ ụzọ ámá\": [\n        \"gateworks\"\n    ],\n    \"achịkọta\": [\n        \"gathers\",\n        \"gleary\",\n        \"quilate\"\n    ],\n    \"ekwupụta-okwu\": [\n        \"gaudy\"\n    ],\n    \"ekwt\": [\n        \"gauds\"\n    ],\n    \"gauffere\": [\n        \"gauffered\"\n    ],\n    \"Gaul\": [\n        \"gaul\"\n    ],\n    \"Gaulic\": [\n        \"gaulic\"\n    ],\n    \"Gaullism\": [\n        \"gaullism\"\n    ],\n    \"Gaulsh\": [\n        \"gaulsh\"\n    ],\n    \"gaum dị\": [\n        \"gaumlike\"\n    ],\n    \"gaum\": [\n        \"gaums\"\n    ],\n    \"gaunter\": [\n        \"gaunted\"\n    ],\n    \"gauntlet\": [\n        \"gauntest\"\n    ],\n    \"gaunt\": [\n        \"gaunty\"\n    ],\n    \"upgha\": [\n        \"gauping\"\n    ],\n    \"Gaurian\": [\n        \"gaurian\"\n    ],\n    \"Gaussbergite\": [\n        \"gaussbergite\"\n    ],\n    \"gaussmita\": [\n        \"gaussmeter\"\n    ],\n    \"nyefeela\": [\n        \"gavelage\",\n        \"subendorsement\"\n    ],\n    \"onye nyere ihe\": [\n        \"gaveler\"\n    ],\n    \"Gavelkinder\": [\n        \"gavelkinder\"\n    ],\n    \"Gazania\": [\n        \"gazania\"\n    ],\n    \"na-ele anya\": [\n        \"gaze\",\n        \"gazing\",\n        \"gazingly\",\n        \"gazingstock\",\n        \"onlooking\",\n        \"overlooking\",\n        \"prevision\",\n        \"prospecting\",\n        \"starer\",\n        \"viewly\",\n        \"viewsome\"\n    ],\n    \"gazebos\": [\n        \"gazeboes\"\n    ],\n    \"legide anya\": [\n        \"gazed\",\n        \"gazeful\"\n    ],\n    \"dika nne-ewu\": [\n        \"gazellelike\"\n    ],\n    \"na-ele\": [\n        \"gazes\"\n    ],\n    \"gazometa\": [\n        \"gazometer\"\n    ],\n    \"gconver\": [\n        \"gconvert\"\n    ],\n    \"gia\": [\n        \"gear\",\n        \"gearman\",\n        \"gearset\"\n    ],\n    \"haziri\": [\n        \"geared\",\n        \"hierarchised\",\n        \"hierarchized\",\n        \"organisable\",\n        \"organise\",\n        \"organised\",\n        \"organized\",\n        \"sponson\"\n    ],\n    \"Kwadobe\": [\n        \"gears\"\n    ],\n    \"nnofega gia\": [\n        \"gearshift\"\n    ],\n    \"gia na-agbanwe\": [\n        \"gearshifts\"\n    ],\n    \"gia ụkwụ\": [\n        \"gearwheels\"\n    ],\n    \"agụ ụlọ\": [\n        \"geck\",\n        \"gecko\",\n        \"geckoes\",\n        \"geckoid\",\n        \"geckos\",\n        \"geckotian\"\n    ],\n    \"gbanye mkpọrọgwụ\": [\n        \"gecked\",\n        \"infibulate\",\n        \"rooting\",\n        \"wrizzled\"\n    ],\n    \"gọọk\": [\n        \"gecks\"\n    ],\n    \"Gedanite\": [\n        \"gedanite\"\n    ],\n    \"Gederathite\": [\n        \"gederathite\"\n    ],\n    \"Gederite\": [\n        \"gederite\"\n    ],\n    \"ige\": [\n        \"gegg\"\n    ],\n    \"ịgba arụ\": [\n        \"geggery\"\n    ],\n    \"giiza\": [\n        \"geyser\"\n    ],\n    \"jel\": [\n        \"gel\",\n        \"gels\",\n        \"jells\"\n    ],\n    \"jelọọ\": [\n        \"gelable\"\n    ],\n    \"gelatin\": [\n        \"gelate\",\n        \"gelates\",\n        \"gelating\"\n    ],\n    \"gelatine\": [\n        \"gelatined\",\n        \"gelatines\"\n    ],\n    \"jii\": [\n        \"gelations\"\n    ],\n    \"jelder\": [\n        \"gelder\"\n    ],\n    \"jelita\": [\n        \"gelders\"\n    ],\n    \"jelii\": [\n        \"gell\",\n        \"gelly\",\n        \"jell\",\n        \"jelly\",\n        \"jellybeans\",\n        \"jellies\",\n        \"jellyfish\",\n        \"jellily\"\n    ],\n    \"gel\": [\n        \"gelled\",\n        \"gelt\"\n    ],\n    \"gelotometa\": [\n        \"gelotometer\"\n    ],\n    \"Gelsemia\": [\n        \"gelsemia\"\n    ],\n    \"gelsemik\": [\n        \"gelsemic\"\n    ],\n    \"Gelseminic\": [\n        \"gelseminic\"\n    ],\n    \"bara nnukwu uru\": [\n        \"gemelled\",\n        \"gemots\",\n        \"gems\"\n    ],\n    \"nke nwanyi\": [\n        \"geminally\",\n        \"girlfully\"\n    ],\n    \"ime nwanyi\": [\n        \"geminate\"\n    ],\n    \"gemin\": [\n        \"geminated\"\n    ],\n    \"dị ka nwanyị\": [\n        \"geminately\",\n        \"ladylike\",\n        \"womanlike\",\n        \"womanlikeness\"\n    ],\n    \"na-eme ka nwanyi\": [\n        \"geminative\"\n    ],\n    \"isemeri\": [\n        \"gemmative\"\n    ],\n    \"chibem\": [\n        \"gemmed\"\n    ],\n    \"ekene mu\": [\n        \"gemmiferousness\"\n    ],\n    \"itughe\": [\n        \"gemmiparously\"\n    ],\n    \"ọkà mmụta banyere ụmụ nwanyị\": [\n        \"gemmologist\"\n    ],\n    \"ọkà mmụta gemo\": [\n        \"gemologist\"\n    ],\n    \"ndị gemologists\": [\n        \"gemologists\"\n    ],\n    \"nnukwu ọnụ\": [\n        \"gemsbuck\",\n        \"madden\",\n        \"maddens\",\n        \"supercrust\",\n        \"superfarm\",\n        \"superlocal\",\n        \"supersaturated\"\n    ],\n    \"nkume dị oké ọnụ ahịa\": [\n        \"gemstones\"\n    ],\n    \"gemutlich\": [\n        \"gemuetlich\"\n    ],\n    \"Jen\": [\n        \"gen\"\n    ],\n    \"ezé\": [\n        \"genapping\",\n        \"teeth\",\n        \"teethful\",\n        \"teethings\",\n        \"teethless\",\n        \"teethridge\",\n        \"teth\",\n        \"toothcomb\",\n        \"toothed\",\n        \"toother\",\n        \"toothill\",\n        \"toothless\",\n        \"toothlessly\",\n        \"toothlessness\",\n        \"toothlike\",\n        \"tooths\",\n        \"toothsome\",\n        \"toothsomely\",\n        \"toothsomeness\",\n        \"tootlers\",\n        \"untaste\",\n        \"untooth\",\n        \"untoothed\"\n    ],\n    \"genachi\": [\n        \"genarch\"\n    ],\n    \"nwoke ma obu nwanyi\": [\n        \"genderer\",\n        \"sexagenarians\"\n    ],\n    \"enweghị okike\": [\n        \"genderless\",\n        \"taintless\"\n    ],\n    \"nwoke na nwanyi\": [\n        \"genders\",\n        \"homopter\",\n        \"monosexualities\",\n        \"sexinesses\"\n    ],\n    \"omumu ihe omumu\": [\n        \"genealogist\"\n    ],\n    \"depụta usoro ọmụmụ\": [\n        \"genealogize\"\n    ],\n    \"dibia maka umu nwanyi\": [\n        \"genecologist\",\n        \"gynaecologist\",\n        \"gynecologist\",\n        \"oncologies\"\n    ],\n    \"genepi\": [\n        \"geneki\",\n        \"genep\"\n    ],\n    \"emesapụ aka\": [\n        \"generability\",\n        \"generableness\",\n        \"generant\",\n        \"generous\",\n        \"liberal\",\n        \"liberalistic\",\n        \"liberals\",\n        \"libral\"\n    ],\n    \"onye izugbe\": [\n        \"generalist\"\n    ],\n    \"ndi izugbe\": [\n        \"generalists\"\n    ],\n    \"n'ozuzu ya\": [\n        \"generalizes\",\n        \"interally\"\n    ],\n    \"emana\": [\n        \"generational\",\n        \"generations\",\n        \"ungently\"\n    ],\n    \"jenerato\": [\n        \"generator\"\n    ],\n    \"ndị na-enye ọkụ\": [\n        \"generators\"\n    ],\n    \"Jenesis\": [\n        \"genesis\"\n    ],\n    \"Geneura\": [\n        \"geneura\"\n    ],\n    \"mezie ihe\": [\n        \"genialize\",\n        \"mechanalize\",\n        \"mechanicalize\",\n        \"mechanize\",\n        \"misdrive\",\n        \"overcorrect\"\n    ],\n    \"ịmalite ịmụ ihe\": [\n        \"geniculation\"\n    ],\n    \"akụkụ ahụ\": [\n        \"genitals\",\n        \"organer\",\n        \"organs\"\n    ],\n    \"genoise\": [\n        \"genoese\"\n    ],\n    \"genomes\": [\n        \"genoms\"\n    ],\n    \"genre\": [\n        \"genres\"\n    ],\n    \"uchechukwu\": [\n        \"genson\",\n        \"siss\"\n    ],\n    \"Gent\": [\n        \"gent\"\n    ],\n    \"mee ka okwua\": [\n        \"genteelize\"\n    ],\n    \"ịdị nwayọ\": [\n        \"genteelly\",\n        \"gentlemanism\",\n        \"gentlemanlikeness\",\n        \"gentlewomanhood\",\n        \"gentlewomanliness\"\n    ],\n    \"iansmụ nwoke\": [\n        \"gentians\"\n    ],\n    \"gentilyom\": [\n        \"gentiledom\"\n    ],\n    \"mba niile\": [\n        \"gentilesse\"\n    ],\n    \"ịdị nro\": [\n        \"gentility\",\n        \"softheadedness\"\n    ],\n    \"mee ka okwu bawanye\": [\n        \"gentilize\"\n    ],\n    \"nwa amadi\": [\n        \"gentleman\"\n    ],\n    \"mee mba\": [\n        \"gentlemanize\"\n    ],\n    \"dị ka nwoke\": [\n        \"gentlemanlike\"\n    ],\n    \"okpu eze\": [\n        \"gentlemanship\",\n        \"kingposts\"\n    ],\n    \"ndi nwe anyi\": [\n        \"gentlemen\",\n        \"gentlemens\",\n        \"lordlings\"\n    ],\n    \"dị nro\": [\n        \"gentler\",\n        \"gentlest\",\n        \"milder\",\n        \"mildest\",\n        \"softened\",\n        \"softhead\",\n        \"softheaded\",\n        \"softy\",\n        \"softish\",\n        \"sulky\",\n        \"susceptible\",\n        \"tender\",\n        \"tenderfoot\",\n        \"tenderfootish\",\n        \"tenderfoots\",\n        \"tenderful\",\n        \"tenderise\",\n        \"tenderised\",\n        \"tenderiser\",\n        \"tenderish\",\n        \"tenderized\",\n        \"tenderizer\",\n        \"tenderizing\",\n        \"tenderly\",\n        \"tenderling\"\n    ],\n    \"Gentle\": [\n        \"gentles\"\n    ],\n    \"ịbụ eze\": [\n        \"gentleship\"\n    ],\n    \"nwayọ\": [\n        \"gently\",\n        \"trancedly\"\n    ],\n    \"nwoke\": [\n        \"gentman\",\n        \"groomlet\",\n        \"herman\",\n        \"husbander\",\n        \"laquearian\",\n        \"leverman\",\n        \"male\",\n        \"maleate\",\n        \"malecite\",\n        \"maleic\",\n        \"maleness\",\n        \"malengine\",\n        \"maness\",\n        \"manful\",\n        \"manfully\",\n        \"manfulness\",\n        \"manhood\",\n        \"manhoods\",\n        \"manism\",\n        \"manist\",\n        \"manly\",\n        \"manlihood\",\n        \"manliness\",\n        \"manned\",\n        \"manness\",\n        \"manrent\",\n        \"manward\",\n        \"manwards\",\n        \"mascularity\",\n        \"masculinity\",\n        \"masculinities\",\n        \"masculofeminine\",\n        \"mendiant\",\n        \"mensal\",\n        \"oles\",\n        \"peebeens\",\n        \"puberal\",\n        \"pubertal\",\n        \"pubertic\",\n        \"puberulent\",\n        \"superman\",\n        \"tackleman\"\n    ],\n    \"kenyere aka\": [\n        \"genuflected\",\n        \"parturitive\"\n    ],\n    \"ezi obi\": [\n        \"genupectoral\",\n        \"heartfulness\",\n        \"heartland\",\n        \"openhearted\",\n        \"openheartedness\",\n        \"sincere\",\n        \"sincerity\",\n        \"soundheartedness\",\n        \"truehearted\",\n        \"trueheartedness\"\n    ],\n    \"ọkà mmụta banyere mmiri\": [\n        \"geochemist\",\n        \"geohydrologist\",\n        \"hydrogeologist\",\n        \"hydrologist\",\n        \"hydrometeorologist\"\n    ],\n    \"ihe omumu banyere ala\": [\n        \"geochemistry\",\n        \"geochronology\",\n        \"geochronological\"\n    ],\n    \"ndị ọkà mmụta mbara ala\": [\n        \"geochemists\"\n    ],\n    \"ọkà mmụta banyere ala\": [\n        \"geochronologist\",\n        \"geologician\",\n        \"geologist\"\n    ],\n    \"jodal\": [\n        \"geodal\"\n    ],\n    \"geodesist\": [\n        \"geodesists\"\n    ],\n    \"ọdịdị ala\": [\n        \"geodetical\",\n        \"geodetics\",\n        \"geoform\",\n        \"geography\",\n        \"landform\",\n        \"landforms\",\n        \"landlook\",\n        \"topography\"\n    ],\n    \"ọkà mmụta ihe banyere ala\": [\n        \"geodist\"\n    ],\n    \"jiometrị\": [\n        \"geoemtry\",\n        \"geometry\",\n        \"geometric\",\n        \"geometricism\",\n        \"geometricize\",\n        \"geometrid\",\n        \"geometries\",\n        \"geometrine\",\n        \"geometrise\",\n        \"geometrised\",\n        \"geometrized\"\n    ],\n    \"geoffroyi\": [\n        \"geoffroyin\",\n        \"geoffroyine\"\n    ],\n    \"ọkà mmụta mbara ala\": [\n        \"geographer\",\n        \"planetologist\"\n    ],\n    \"ndị na-amụ banyere ọdịdị ala\": [\n        \"geographers\",\n        \"geoscientists\"\n    ],\n    \"ndị ọkà mmụta banyere mbara ala\": [\n        \"geologists\"\n    ],\n    \"geologizing mba\": [\n        \"geologizing\"\n    ],\n    \"jia\": [\n        \"geom\"\n    ],\n    \"ihe omumu ala\": [\n        \"geomechanics\"\n    ],\n    \"jiometdecrne\": [\n        \"geometdecrne\"\n    ],\n    \"geometa\": [\n        \"geometer\"\n    ],\n    \"geomita\": [\n        \"geometers\"\n    ],\n    \"ndị geometrician\": [\n        \"geometricians\"\n    ],\n    \"jiometrina\": [\n        \"geometrina\"\n    ],\n    \"ọkà mmụta ihe banyere ụwa\": [\n        \"geomorphologist\",\n        \"glossologist\"\n    ],\n    \"jon\": [\n        \"geon\"\n    ],\n    \"ndị ọkà mmụta ihe banyere mbara ala\": [\n        \"geophysicists\"\n    ],\n    \"ọkà mmụta gburugburu ụwa\": [\n        \"geopolitist\"\n    ],\n    \"onye Georgia\": [\n        \"georgian\"\n    ],\n    \"ndị Georgia\": [\n        \"georgians\"\n    ],\n    \"georgik\": [\n        \"georgics\"\n    ],\n    \"geotechnology\": [\n        \"geotectology\"\n    ],\n    \"geo tectonically\": [\n        \"geotectonically\"\n    ],\n    \"ikuku ala\": [\n        \"geothermic\"\n    ],\n    \"gera\": [\n        \"gerah\"\n    ],\n    \"Gerald\": [\n        \"gerald\"\n    ],\n    \"araneomorphae\": [\n        \"geranomorphae\"\n    ],\n    \"geomorphic\": [\n        \"geranomorphic\"\n    ],\n    \"gerard si\": [\n        \"gerardias\"\n    ],\n    \"n'egburu\": [\n        \"gerately\",\n        \"mercantilely\"\n    ],\n    \"erira ọcha\": [\n        \"geriatric\"\n    ],\n    \"onye geriatric\": [\n        \"geriatrician\"\n    ],\n    \"onye geriatrist\": [\n        \"geriatrist\"\n    ],\n    \"geriona\": [\n        \"geryonia\"\n    ],\n    \"obodo german\": [\n        \"gerland\"\n    ],\n    \"German\": [\n        \"germ\",\n        \"germain\",\n        \"germal\",\n        \"german\",\n        \"germanic\",\n        \"germanish\",\n        \"germanist\"\n    ],\n    \"Jamani\": [\n        \"germany\"\n    ],\n    \"Jamanị\": [\n        \"germania\"\n    ],\n    \"germany\": [\n        \"germanically\"\n    ],\n    \"germanik\": [\n        \"germanics\"\n    ],\n    \"Asụsụ Germanomania\": [\n        \"germanomania\"\n    ],\n    \"ndị Jamanị\": [\n        \"germans\",\n        \"germen\"\n    ],\n    \"germinal\": [\n        \"germinally\"\n    ],\n    \"germination\": [\n        \"germinates\"\n    ],\n    \"Jerusia\": [\n        \"gerusia\"\n    ],\n    \"jisith\": [\n        \"gesith\"\n    ],\n    \"Gesnerian\": [\n        \"gesnerian\"\n    ],\n    \"gestet\": [\n        \"gestate\",\n        \"gestated\"\n    ],\n    \"gesting\": [\n        \"gestating\"\n    ],\n    \"tugharia\": [\n        \"gestative\",\n        \"manicate\",\n        \"misarrange\",\n        \"overturn\",\n        \"overturner\",\n        \"reagree\",\n        \"reanimate\",\n        \"reannotate\",\n        \"reapportioned\",\n        \"reappraise\",\n        \"reappraised\",\n        \"reappraisement\",\n        \"reappreciate\",\n        \"reapprehend\",\n        \"reassemblage\",\n        \"reassert\",\n        \"reassess\",\n        \"reassign\",\n        \"reast\",\n        \"reastray\",\n        \"reattend\",\n        \"reattribute\",\n        \"reawake\",\n        \"reawaken\",\n        \"recane\",\n        \"recarnify\",\n        \"recommencing\",\n        \"recondite\",\n        \"reconfine\",\n        \"reconsign\",\n        \"rediscuss\",\n        \"redisperse\",\n        \"redisplays\",\n        \"redisseize\",\n        \"reenunciate\",\n        \"reestablish\",\n        \"reested\",\n        \"reestimate\",\n        \"reestimated\",\n        \"reestle\",\n        \"reet\",\n        \"reetle\",\n        \"reexpand\",\n        \"refind\",\n        \"reindict\",\n        \"reindorse\",\n        \"reinscribed\",\n        \"reissue\",\n        \"reissued\",\n        \"reitemize\",\n        \"rekindle\",\n        \"relearn\",\n        \"relide\",\n        \"remargin\",\n        \"renavigate\",\n        \"renerve\",\n        \"repostpone\",\n        \"requalify\",\n        \"rereeve\",\n        \"resterilize\",\n        \"retell\",\n        \"retesting\",\n        \"retold\",\n        \"retranscribe\",\n        \"retranscribed\",\n        \"retranslate\",\n        \"retranslated\",\n        \"retranslates\",\n        \"retread\",\n        \"reventure\",\n        \"reverberate\",\n        \"reverbrate\",\n        \"reverdure\",\n        \"rewake\",\n        \"shooled\",\n        \"subtitled\",\n        \"transl\",\n        \"translade\",\n        \"translay\",\n        \"translate\",\n        \"viggle\"\n    ],\n    \"mmegharị ahụ\": [\n        \"gester\",\n        \"gesture\",\n        \"gestures\",\n        \"gypsyisms\",\n        \"inflexure\",\n        \"overexercises\"\n    ],\n    \"ịesticụ ọgwụ\": [\n        \"gesticulacious\",\n        \"gesticulation\"\n    ],\n    \"ntek emi\": [\n        \"gesticulant\",\n        \"gesticulate\"\n    ],\n    \"estgba ume\": [\n        \"gestning\"\n    ],\n    \"idughari\": [\n        \"gestor\",\n        \"unalienating\"\n    ],\n    \"mmegharị anya\": [\n        \"gesturers\"\n    ],\n    \"Nweta Ikechukwu\": [\n        \"getmjlkost\"\n    ],\n    \"getpa\": [\n        \"getspa\"\n    ],\n    \"gz\": [\n        \"gez\"\n    ],\n    \"Ghanayan\": [\n        \"ghanaian\"\n    ],\n    \"ndị Ghana\": [\n        \"ghanaians\"\n    ],\n    \"Ghanyan\": [\n        \"ghanian\"\n    ],\n    \"ghar\": [\n        \"gharries\"\n    ],\n    \"gha ekwesi\": [\n        \"ghastful\"\n    ],\n    \"ghasigbo\": [\n        \"ghastfully\"\n    ],\n    \"ghaọbụlụ\": [\n        \"ghastfulness\"\n    ],\n    \"ghagha gha\": [\n        \"ghastliness\"\n    ],\n    \"ghat\": [\n        \"ghats\"\n    ],\n    \"ghaut\": [\n        \"ghauts\"\n    ],\n    \"ghaghas\": [\n        \"ghazies\"\n    ],\n    \"gent\": [\n        \"ghent\"\n    ],\n    \"gehetto\": [\n        \"ghetto\",\n        \"ghettos\"\n    ],\n    \"aghetto\": [\n        \"ghettoes\"\n    ],\n    \"gehettoize\": [\n        \"ghettoize\"\n    ],\n    \"onyeegwu\": [\n        \"ghiblis\",\n        \"musician\",\n        \"musiciana\",\n        \"musicianer\",\n        \"musicianly\",\n        \"ostreophagist\",\n        \"philopterid\",\n        \"pyrrhicist\",\n        \"pleistoseist\",\n        \"rhotacist\",\n        \"soliloquist\",\n        \"spiranthic\",\n        \"talbotypist\",\n        \"teetotalist\",\n        \"teknonymous\",\n        \"theetsee\",\n        \"tibicinist\",\n        \"timbromanist\",\n        \"vespertilian\",\n        \"xylographer\",\n        \"xylopyrographer\"\n    ],\n    \"onye ghizite\": [\n        \"ghizite\"\n    ],\n    \"mọ mmuo\": [\n        \"ghosted\"\n    ],\n    \"ghostfish\": [\n        \"ghostfishes\"\n    ],\n    \"ndu mmuo\": [\n        \"ghosthood\"\n    ],\n    \"enweghi mmuo\": [\n        \"ghostless\",\n        \"noninstinctually\",\n        \"unspirituality\"\n    ],\n    \"yiri ghost\": [\n        \"ghostlike\"\n    ],\n    \"ghostliken\": [\n        \"ghostlikeness\"\n    ],\n    \"mmụọ mmuo\": [\n        \"ghostlily\"\n    ],\n    \"chukwu okike\": [\n        \"ghostmonger\"\n    ],\n    \"mọ\": [\n        \"ghostship\"\n    ],\n    \"onye mmuo\": [\n        \"ghostwrite\",\n        \"jeoparder\"\n    ],\n    \"ndị ghostwriters\": [\n        \"ghostwriters\"\n    ],\n    \"ederede ghost\": [\n        \"ghostwriting\"\n    ],\n    \"gigantism\": [\n        \"giantism\"\n    ],\n    \"dị ka ibu\": [\n        \"giantlike\"\n    ],\n    \"Refeyim\": [\n        \"giants\",\n        \"giantsize\"\n    ],\n    \"gibber\": [\n        \"gibbers\"\n    ],\n    \"gibọn\": [\n        \"gibbon\",\n        \"gibbons\"\n    ],\n    \"ezeigbo\": [\n        \"gibbosely\",\n        \"ropemaking\"\n    ],\n    \"gibbous ness\": [\n        \"gibbousness\"\n    ],\n    \"ebe nrụọrụ weebụ\": [\n        \"gibbsite\",\n        \"gibbsites\"\n    ],\n    \"jibe\": [\n        \"gibe\",\n        \"gybe\"\n    ],\n    \"Gibil\": [\n        \"gibel\"\n    ],\n    \"gying\": [\n        \"gybing\"\n    ],\n    \"ghibli\": [\n        \"gibli\"\n    ],\n    \"jiboia\": [\n        \"giboia\"\n    ],\n    \"Gideon\": [\n        \"gideon\"\n    ],\n    \"Gideonite\": [\n        \"gideonite\"\n    ],\n    \"jie\": [\n        \"gie\",\n        \"heigh\",\n        \"heygh\"\n    ],\n    \"ịieụ ọgwụ\": [\n        \"gieing\"\n    ],\n    \"-enye\": [\n        \"gien\",\n        \"imparts\"\n    ],\n    \"Akwụkwọ onyinye\": [\n        \"giftbook\"\n    ],\n    \"enweghị onyinye\": [\n        \"giftless\",\n        \"nonattribution\",\n        \"nongratuitousness\",\n        \"ungiftedness\"\n    ],\n    \"dị ka onyinye\": [\n        \"giftlike\"\n    ],\n    \"onyinye wrapping\": [\n        \"giftwrapping\"\n    ],\n    \"gigamita\": [\n        \"gigameter\"\n    ],\n    \"ichi ochi\": [\n        \"gigger\",\n        \"gigget\",\n        \"giggle\",\n        \"giggler\",\n        \"gigglier\",\n        \"grin\",\n        \"grinning\",\n        \"laughable\"\n    ],\n    \"na-achị ọchị\": [\n        \"gigging\",\n        \"giggling\",\n        \"gigglingly\",\n        \"gleeting\",\n        \"jestful\",\n        \"jesting\",\n        \"jestingly\",\n        \"jurative\",\n        \"laughful\",\n        \"laughing\",\n        \"laughingly\",\n        \"laughingstock\",\n        \"laughingstocks\",\n        \"laughterful\",\n        \"outlaughing\",\n        \"sneering\",\n        \"undaughterly\",\n        \"unlaughing\"\n    ],\n    \"giglot\": [\n        \"giglots\"\n    ],\n    \"na-eme ihere\": [\n        \"gignitive\",\n        \"humiliatingly\",\n        \"ignominies\",\n        \"misgrading\",\n        \"scandalizes\",\n        \"scandalling\",\n        \"shylocking\",\n        \"shynesses\",\n        \"shittiest\",\n        \"stigmatizes\",\n        \"stigmatizing\",\n        \"timidest\"\n    ],\n    \"gigọt\": [\n        \"gigots\"\n    ],\n    \"Gil\": [\n        \"gil\"\n    ],\n    \"asụsụ gilbertese\": [\n        \"gilbertese\"\n    ],\n    \"Gilbertianism\": [\n        \"gilbertianism\"\n    ],\n    \"Gilden\": [\n        \"gilden\"\n    ],\n    \"onye gilder\": [\n        \"gilder\"\n    ],\n    \"Gileadite\": [\n        \"gileadite\"\n    ],\n    \"Akwaeze\": [\n        \"gillenia\"\n    ],\n    \"gilles\": [\n        \"gillers\"\n    ],\n    \"gillies\": [\n        \"gillie\",\n        \"gillied\"\n    ],\n    \"na-egwe ihe\": [\n        \"gilling\"\n    ],\n    \"gilt isi\": [\n        \"gilthead\"\n    ],\n    \"gilt\": [\n        \"gilty\"\n    ],\n    \"giliti\": [\n        \"gilts\"\n    ],\n    \"gilt ọdụ\": [\n        \"gilttail\"\n    ],\n    \"gimbal jawed\": [\n        \"gimbaljawed\"\n    ],\n    \"igwu egwuregwu\": [\n        \"gimballing\"\n    ],\n    \"gimbal\": [\n        \"gimbals\"\n    ],\n    \"nwuru\": [\n        \"gimble\",\n        \"piedly\",\n        \"shimmered\",\n        \"shined\",\n        \"shinned\",\n        \"skips\",\n        \"tambourist\"\n    ],\n    \"gimma\": [\n        \"gimmals\"\n    ],\n    \"igwu mmiri\": [\n        \"gimmicking\",\n        \"hyphomycetes\",\n        \"pooling\",\n        \"skiametry\",\n        \"swampishness\",\n        \"swimbel\",\n        \"swimy\",\n        \"swimmeret\",\n        \"swimmerette\",\n        \"swimmy\",\n        \"swimminess\",\n        \"swimmingness\",\n        \"whippowill\",\n        \"wimlunge\"\n    ],\n    \"mgbatị mgbatị\": [\n        \"gymnarchidae\",\n        \"gymnoblastea\",\n        \"gymnoblastic\",\n        \"gymnocarpous\",\n        \"gymnoderinae\",\n        \"gymnoglossa\",\n        \"gymnopaedes\",\n        \"gymnopaedic\",\n        \"gymnoplast\",\n        \"gymnospermae\",\n        \"gymnosporangium\",\n        \"gymnotoka\",\n        \"gymnurinae\"\n    ],\n    \"jimnazum\": [\n        \"gymnasic\",\n        \"gymnasisiums\",\n        \"gymnasium\",\n        \"gymnastics\"\n    ],\n    \"jimnazia\": [\n        \"gymnasisia\"\n    ],\n    \"jimna\": [\n        \"gymnast\",\n        \"gymnastic\",\n        \"gymnastical\"\n    ],\n    \"ndị na-eme egwuregwu mmega ahụ\": [\n        \"gymnasts\"\n    ],\n    \"mgbatị mgbatị ahụ\": [\n        \"gymnocalycium\",\n        \"gymnoceratous\",\n        \"gymnocidium\",\n        \"gymnoglossate\",\n        \"gymnolaematous\",\n        \"gymnosophical\",\n        \"gymnosophist\",\n        \"gymnosperms\",\n        \"gymnospore\"\n    ],\n    \"egwuregwu mgbatị\": [\n        \"gymnodiniaceous\",\n        \"gymnogynous\",\n        \"gymnogyps\"\n    ],\n    \"mgbatị ahụ ike\": [\n        \"gymnospermal\"\n    ],\n    \"mgbatị ume\": [\n        \"gymnotidae\",\n        \"hyperstoic\"\n    ],\n    \"Jin\": [\n        \"gin\"\n    ],\n    \"ọrịa ụmụ nwanyị\": [\n        \"gynaecology\",\n        \"gynecology\"\n    ],\n    \"gynecological\": [\n        \"gynaecological\"\n    ],\n    \"Ọchịchịrị\": [\n        \"gynandrism\"\n    ],\n    \"na-eme ka ndị mmadụ\": [\n        \"gynandrous\"\n    ],\n    \"ọchịchị gynarchy\": [\n        \"gynarchy\"\n    ],\n    \"eze gynarchi\": [\n        \"gynarchies\"\n    ],\n    \"ọrịa gynecologic\": [\n        \"gynecologic\"\n    ],\n    \"ndị ọkà n'ọrịa ụmụ nwanyị\": [\n        \"gynecologists\"\n    ],\n    \"ọrịa gynecopathy\": [\n        \"gynecopathy\"\n    ],\n    \"ọrịa gynecopathic\": [\n        \"gynecopathic\"\n    ],\n    \"ging\": [\n        \"gingals\",\n        \"gingered\",\n        \"gingles\"\n    ],\n    \"gingerberị\": [\n        \"gingerberry\"\n    ],\n    \"ginger\": [\n        \"gingerness\",\n        \"gingers\"\n    ],\n    \"ochunanya\": [\n        \"gingernut\"\n    ],\n    \"ginger root\": [\n        \"gingerroot\"\n    ],\n    \"gingernap\": [\n        \"gingersnap\"\n    ],\n    \"gingernaps\": [\n        \"gingersnaps\"\n    ],\n    \"ginger ose\": [\n        \"gingerspice\"\n    ],\n    \"gingham\": [\n        \"ginghamed\"\n    ],\n    \"gingko ụlọ\": [\n        \"gingkoes\"\n    ],\n    \"ginging\": [\n        \"gingle\"\n    ],\n    \"na-emeju anya\": [\n        \"ginglyform\",\n        \"overalcoholizing\"\n    ],\n    \"okwa eze\": [\n        \"ginglymus\"\n    ],\n    \"Nkwanye\": [\n        \"ginning\",\n        \"prestamping\",\n        \"pushdown\",\n        \"thrustings\"\n    ],\n    \"chukwudiegwu\": [\n        \"giottesque\"\n    ],\n    \"ndị na-enye gị\": [\n        \"gippers\"\n    ],\n    \"gyipị\": [\n        \"gyppers\"\n    ],\n    \"gypo\": [\n        \"gyppo\"\n    ],\n    \"gi\": [\n        \"gips\",\n        \"thee\",\n        \"thou\"\n    ],\n    \"onye gipseian\": [\n        \"gipseian\"\n    ],\n    \"Nwokedi\": [\n        \"gypseian\",\n        \"jovianly\",\n        \"pourboire\"\n    ],\n    \"giibom\": [\n        \"gipsydom\"\n    ],\n    \"gypsydom\": [\n        \"gypsydoms\"\n    ],\n    \"gypsi\": [\n        \"gypsies\"\n    ],\n    \"inye gi\": [\n        \"gipsyfy\"\n    ],\n    \"eze nwaanyị\": [\n        \"gypsyfy\",\n        \"queanlike\",\n        \"queencraft\",\n        \"queenite\",\n        \"queenlier\",\n        \"queenlike\",\n        \"queenright\"\n    ],\n    \"Gypsyhood\": [\n        \"gypsyhood\"\n    ],\n    \"Inye\": [\n        \"gipsying\",\n        \"pusill\",\n        \"thrusting\",\n        \"zincy\",\n        \"zincing\"\n    ],\n    \"giifish\": [\n        \"gipsyish\"\n    ],\n    \"Gypsyism\": [\n        \"gypsyism\"\n    ],\n    \"ọkà mmụta gipsiologist\": [\n        \"gipsiologist\"\n    ],\n    \"Gypsywort\": [\n        \"gypsywort\"\n    ],\n    \"gypsum\": [\n        \"gypsumed\",\n        \"gypsums\"\n    ],\n    \"girraaf\": [\n        \"giraffe\"\n    ],\n    \"giraff\": [\n        \"giraffes\"\n    ],\n    \"giraffes que\": [\n        \"giraffesque\"\n    ],\n    \"girasol\": [\n        \"girasols\"\n    ],\n    \"na-eme ka ha dozie\": [\n        \"gyrate\"\n    ],\n    \"gbanyeere\": [\n        \"gyrated\"\n    ],\n    \"kee n'úkwù\": [\n        \"girded\",\n        \"girned\"\n    ],\n    \"giring\": [\n        \"girdering\",\n        \"girdling\",\n        \"girling\"\n    ],\n    \"girder\": [\n        \"girders\"\n    ],\n    \"nwaikwuu\": [\n        \"girdingly\"\n    ],\n    \"ihe-ọkiké\": [\n        \"girdle\",\n        \"girdlers\",\n        \"girdles\",\n        \"gurdle\"\n    ],\n    \"dị ka girdle\": [\n        \"girdlelike\"\n    ],\n    \"enyi nwanyị\": [\n        \"girlfriend\"\n    ],\n    \"hoodmụ nwanyị\": [\n        \"girlhood\",\n        \"girlhoods\",\n        \"ladyhood\"\n    ],\n    \"iesmụ nwanyị\": [\n        \"girlies\"\n    ],\n    \"nwa agbọghọ\": [\n        \"girlism\",\n        \"maiden\",\n        \"virger\",\n        \"virgilia\",\n        \"virginium\",\n        \"virgo\",\n        \"virgouleuse\",\n        \"virgula\",\n        \"virgularian\",\n        \"virgultum\",\n        \"viridian\"\n    ],\n    \"ntechi\": [\n        \"gyrocar\",\n        \"gyrochrome\",\n        \"plasticised\"\n    ],\n    \"gyrịceracone\": [\n        \"gyroceracone\"\n    ],\n    \"gyidal\": [\n        \"gyroidal\"\n    ],\n    \"onyechinyere\": [\n        \"girondist\",\n        \"tachygraphist\"\n    ],\n    \"Giros\": [\n        \"giros\"\n    ],\n    \"Girosol\": [\n        \"girosol\"\n    ],\n    \"gyrostatic\": [\n        \"gyrostatically\"\n    ],\n    \"giarh\": [\n        \"girsh\"\n    ],\n    \"kere n'úkwù\": [\n        \"girted\"\n    ],\n    \"girti\": [\n        \"girths\"\n    ],\n    \"girt\": [\n        \"girts\"\n    ],\n    \"jisel\": [\n        \"gisel\"\n    ],\n    \"gita\": [\n        \"gitter\"\n    ],\n    \"nyepụ\": [\n        \"giveaway\"\n    ],\n    \"inye ego\": [\n        \"giveaways\",\n        \"moneylending\"\n    ],\n    \"Nyekwa\": [\n        \"givey\"\n    ],\n    \"onye na-enye ihe\": [\n        \"giver\",\n        \"issuer\",\n        \"tergiversator\"\n    ],\n    \"ndị na-enye ihe\": [\n        \"givers\"\n    ],\n    \"ncha ncha\": [\n        \"glabreity\",\n        \"soapbarks\",\n        \"soapberries\",\n        \"soapfish\",\n        \"soapfishes\",\n        \"soapmaking\",\n        \"soapmonger\",\n        \"soapweed\",\n        \"soapwort\",\n        \"soapworts\"\n    ],\n    \"lacegbapụ\": [\n        \"glaceing\"\n    ],\n    \"onye isi ocha\": [\n        \"glacialist\"\n    ],\n    \"glasia\": [\n        \"glacier\"\n    ],\n    \"ọkà mmụta banyere ọrịa anya\": [\n        \"glaciologist\"\n    ],\n    \"ndị na-amụ banyere glaciologists\": [\n        \"glaciologists\"\n    ],\n    \"ọ gladụ\": [\n        \"glad\",\n        \"glades\",\n        \"gladnesses\"\n    ],\n    \"gladiatorial\": [\n        \"gladatorial\"\n    ],\n    \"nwere obi uto\": [\n        \"gladdened\"\n    ],\n    \"ọdụ\": [\n        \"gladdest\",\n        \"ivory\",\n        \"ivorytype\",\n        \"stations\",\n        \"subbass\",\n        \"tail\",\n        \"tailage\",\n        \"tailback\",\n        \"tailbacks\",\n        \"tailboard\",\n        \"tailfirst\",\n        \"tailforemost\",\n        \"tailgate\",\n        \"tailgates\",\n        \"tailhead\",\n        \"tailings\",\n        \"tailles\",\n        \"tailloir\",\n        \"tailpiece\",\n        \"tailpin\",\n        \"tailraces\",\n        \"tails\",\n        \"tailshaft\",\n        \"tailsheet\",\n        \"tailstock\",\n        \"tailward\",\n        \"tailwards\",\n        \"tailwinds\",\n        \"tailzee\",\n        \"tailzied\",\n        \"tainos\",\n        \"tusks\"\n    ],\n    \"Ọdyụ\": [\n        \"gladdy\"\n    ],\n    \"na-adingụrị ọdingụ\": [\n        \"gladding\"\n    ],\n    \"jiri ọfullyụ\": [\n        \"gladfully\"\n    ],\n    \"ọfulnessụ\": [\n        \"gladfulness\"\n    ],\n    \"ọyụ\": [\n        \"glady\"\n    ],\n    \"Obiano\": [\n        \"gladiolas\",\n        \"hr\"\n    ],\n    \"ọysụ\": [\n        \"gladys\",\n        \"joysome\"\n    ],\n    \"jiri ọlyụ\": [\n        \"gladly\"\n    ],\n    \"ọliụ\": [\n        \"gladliest\"\n    ],\n    \"ọnessụ\": [\n        \"gladness\"\n    ],\n    \"ọstoneụ\": [\n        \"gladstone\"\n    ],\n    \"obi ụtọ,\": [\n        \"gladstonianism\"\n    ],\n    \"glaga\": [\n        \"glagah\"\n    ],\n    \"egbu maramara\": [\n        \"glaireous\"\n    ],\n    \"enwu gbaa\": [\n        \"glaires\",\n        \"illuminated\",\n        \"shineless\",\n        \"unblighted\",\n        \"unbrightened\",\n        \"unluminous\"\n    ],\n    \"glaster\": [\n        \"glaister\"\n    ],\n    \"glamberị\": [\n        \"glamberry\"\n    ],\n    \"lamta azụ\": [\n        \"glamorization\"\n    ],\n    \"Glamorizations\": [\n        \"glamorizations\"\n    ],\n    \"na-eme nkwado\": [\n        \"glamorizes\"\n    ],\n    \"mara mma ness\": [\n        \"glamorousness\"\n    ],\n    \"ịcha mma\": [\n        \"glamouring\",\n        \"pelycosaur\"\n    ],\n    \"glomerulus\": [\n        \"glamourless\"\n    ],\n    \"ilekiri\": [\n        \"glance\",\n        \"glances\",\n        \"gliming\"\n    ],\n    \"enyoba anya\": [\n        \"glanced\"\n    ],\n    \"ileghara\": [\n        \"glancing\",\n        \"neglig\",\n        \"neglige\",\n        \"negligee\",\n        \"negligentia\",\n        \"overglance\",\n        \"overjudging\",\n        \"slickensided\",\n        \"slip\",\n        \"slipformed\",\n        \"sliping\"\n    ],\n    \"glancing\": [\n        \"glancingly\"\n    ],\n    \"gland\": [\n        \"glander\",\n        \"glandes\",\n        \"glans\"\n    ],\n    \"kekpo\": [\n        \"glandiferous\",\n        \"ravenous\"\n    ],\n    \"nke gland\": [\n        \"glanditerous\"\n    ],\n    \"gland yiri\": [\n        \"glandlike\"\n    ],\n    \"glandular\": [\n        \"glandularly\"\n    ],\n    \"glandulas\": [\n        \"glandules\"\n    ],\n    \"glandulifera\": [\n        \"glanduliferous\"\n    ],\n    \"ịmụrụ anya\": [\n        \"glandulousness\",\n        \"gobbing\",\n        \"lickety\",\n        \"proclivousness\",\n        \"vigilantism\"\n    ],\n    \"ntigbaa\": [\n        \"glar\",\n        \"glare\",\n        \"glared\"\n    ],\n    \"egbuke egbuke\": [\n        \"glareous\"\n    ],\n    \"ihe na-egbu maramara\": [\n        \"glareworm\"\n    ],\n    \"glalar\": [\n        \"glarier\"\n    ],\n    \"Glaserian\": [\n        \"glaserian\"\n    ],\n    \"ezekwe\": [\n        \"glasseye\"\n    ],\n    \"ite mmiri\": [\n        \"glasser\",\n        \"hearthrug\",\n        \"hearthward\",\n        \"jarbird\",\n        \"piler\",\n        \"pitcher\",\n        \"pitchers\",\n        \"pitchpot\",\n        \"pitons\",\n        \"plaister\",\n        \"platery\",\n        \"potshooter\",\n        \"pottages\",\n        \"tapemaking\",\n        \"vessets\",\n        \"washpot\",\n        \"waterpot\"\n    ],\n    \"enyo enyo\": [\n        \"glassful\",\n        \"glasslikeness\",\n        \"glassrope\",\n        \"mirrorscope\",\n        \"suspected\",\n        \"suspectedness\",\n        \"suspectful\",\n        \"suspectfulness\",\n        \"suspectible\",\n        \"suspensible\",\n        \"suspicable\",\n        \"suspicionable\",\n        \"suspicioned\",\n        \"suspicionful\",\n        \"suspicioning\",\n        \"suspicionless\",\n        \"suspiciousness\",\n        \"unsuspiciousness\"\n    ],\n    \"enyo iko\": [\n        \"glassless\"\n    ],\n    \"eme iko\": [\n        \"glassmaker\"\n    ],\n    \"na-eme iko\": [\n        \"glassmaking\"\n    ],\n    \"onye na-eme iko\": [\n        \"glassworker\"\n    ],\n    \"ndị ọrụ iko\": [\n        \"glassworkers\"\n    ],\n    \"na-arụ ọrụ iko\": [\n        \"glassworking\"\n    ],\n    \"ọrụ iko\": [\n        \"glassworks\"\n    ],\n    \"glaure\": [\n        \"glaury\"\n    ],\n    \"nchara\": [\n        \"glave\",\n        \"outmatches\",\n        \"rustable\",\n        \"rusted\",\n        \"rustful\",\n        \"rustiness\",\n        \"rusting\",\n        \"rustly\",\n        \"rustproof\",\n        \"steeliness\"\n    ],\n    \"ncha anya\": [\n        \"glazement\",\n        \"glaziness\"\n    ],\n    \"gbazee\": [\n        \"glazen\",\n        \"hamelt\",\n        \"kelt\",\n        \"mel\",\n        \"melch\",\n        \"melchite\",\n        \"melder\",\n        \"melic\",\n        \"melicrate\",\n        \"melilite\",\n        \"melilitite\",\n        \"meliorate\",\n        \"melkhout\",\n        \"mellate\",\n        \"melled\",\n        \"melpell\",\n        \"melt\",\n        \"meltability\",\n        \"meltable\",\n        \"meltage\",\n        \"meltages\",\n        \"meltdown\",\n        \"meltdowns\",\n        \"melted\",\n        \"melter\",\n        \"melteth\",\n        \"meltith\",\n        \"melts\",\n        \"molified\",\n        \"mollifiable\",\n        \"molt\",\n        \"molted\",\n        \"selt\",\n        \"smelt\",\n        \"smelted\",\n        \"telt\",\n        \"thaw\",\n        \"thawable\",\n        \"thawed\",\n        \"thawers\",\n        \"thawy\",\n        \"thawn\",\n        \"thaws\",\n        \"unmelt\",\n        \"wharve\"\n    ],\n    \"nara ihe\": [\n        \"glead\"\n    ],\n    \"nledo\": [\n        \"gleam\"\n    ],\n    \"achale\": [\n        \"gleamed\"\n    ],\n    \"chimiele\": [\n        \"gleamier\"\n    ],\n    \"letọ ọchị\": [\n        \"gleaminess\"\n    ],\n    \"chikọta ihe\": [\n        \"glean\",\n        \"gleanable\",\n        \"gleaned\",\n        \"gleaner\",\n        \"gleaners\",\n        \"gleaning\",\n        \"gleanings\",\n        \"gleans\"\n    ],\n    \"Oluchi\": [\n        \"glebes\",\n        \"gneisses\",\n        \"neckerchief\",\n        \"neckerchiefs\",\n        \"neckful\",\n        \"neckings\",\n        \"neckstock\",\n        \"neckweed\"\n    ],\n    \"gledo\": [\n        \"gled\"\n    ],\n    \"achak\": [\n        \"gledy\"\n    ],\n    \"okukwe\": [\n        \"gleditsia\",\n        \"griffithite\"\n    ],\n    \"ọleeụ\": [\n        \"glee\"\n    ],\n    \"ji ọleeụ\": [\n        \"gleefully\"\n    ],\n    \"Ọleeụ\": [\n        \"gleefulness\"\n    ],\n    \"wele\": [\n        \"gleek\"\n    ],\n    \"glee\": [\n        \"gleesome\"\n    ],\n    \"chukwunueke\": [\n        \"gleesomeness\"\n    ],\n    \"Nwanyị nwaanyi\": [\n        \"gleewoman\"\n    ],\n    \"glengarry\": [\n        \"glengarries\"\n    ],\n    \"ntulite\": [\n        \"glibber\"\n    ],\n    \"gly\": [\n        \"glyc\"\n    ],\n    \"glycemic\": [\n        \"glycaemic\"\n    ],\n    \"glycerol\": [\n        \"glyceral\"\n    ],\n    \"na-ejegharị\": [\n        \"glideless\",\n        \"lantern\",\n        \"pilgrimize\",\n        \"roamingly\",\n        \"walks\"\n    ],\n    \"ldị ndụ\": [\n        \"glideness\"\n    ],\n    \"Ndị na-amị amị\": [\n        \"gliders\"\n    ],\n    \"Chukwu\": [\n        \"gliffing\",\n        \"jose\"\n    ],\n    \"nweta anya\": [\n        \"glim\"\n    ],\n    \"hụtụrụtụ\": [\n        \"glimed\"\n    ],\n    \"hụtụrụla\": [\n        \"glimmered\",\n        \"glimpsed\"\n    ],\n    \"nudo-nudo\": [\n        \"glimmeringly\"\n    ],\n    \"nwughari\": [\n        \"glimmerings\",\n        \"glimpse\",\n        \"reassumption\",\n        \"rebenefit\",\n        \"rebuoy\",\n        \"reclothing\",\n        \"reconfiguration\",\n        \"reconnoitred\",\n        \"reconstruction\",\n        \"reconstructional\",\n        \"reconstructionary\",\n        \"reconstructionism\",\n        \"reconstructionist\",\n        \"reconstructions\",\n        \"reconstructive\",\n        \"reconstructively\",\n        \"reconstructiveness\",\n        \"reconstructor\",\n        \"recuperative\",\n        \"redevelopment\",\n        \"rehabilitative\",\n        \"reinstallation\",\n        \"reinstalment\",\n        \"reinstauration\",\n        \"reinstructed\",\n        \"reinstruction\",\n        \"reseating\",\n        \"retroverse\"\n    ],\n    \"nwetakiri\": [\n        \"glimpses\",\n        \"knapsacked\",\n        \"pitapatted\"\n    ],\n    \"hụperetụ\": [\n        \"glimpsing\"\n    ],\n    \"glin\": [\n        \"glints\"\n    ],\n    \"Gliomatous\": [\n        \"gliomatous\"\n    ],\n    \"onye na-agwọ ọrịa\": [\n        \"glyptologist\",\n        \"healer\",\n        \"histotherapist\",\n        \"immunopathologist\",\n        \"mixologist\",\n        \"theotherapist\",\n        \"therapist\"\n    ],\n    \"Na-amị\": [\n        \"glissading\",\n        \"prattling\"\n    ],\n    \"tụọ ọchị\": [\n        \"glisten\"\n    ],\n    \"achapụwo\": [\n        \"glistened\"\n    ],\n    \"gbachapụ anya\": [\n        \"glistered\"\n    ],\n    \"glich\": [\n        \"glitch\"\n    ],\n    \"ewute\": [\n        \"glitter\",\n        \"glittered\",\n        \"glittery\"\n    ],\n    \"gloam\": [\n        \"gloamings\"\n    ],\n    \"zuru ụwa ọnụ\": [\n        \"global\",\n        \"globalism\",\n        \"globalist\",\n        \"globosely\",\n        \"globously\",\n        \"globousness\",\n        \"gloomfully\",\n        \"universitarian\",\n        \"universitarianism\"\n    ],\n    \"ndị zuru ụwa ọnụ\": [\n        \"globalists\"\n    ],\n    \"ụwa niile\": [\n        \"globality\",\n        \"globiferous\",\n        \"globosity\",\n        \"globulariaceous\",\n        \"globularity\",\n        \"globularness\",\n        \"superworldly\",\n        \"universalisation\",\n        \"universaliser\",\n        \"universalising\",\n        \"universalism\",\n        \"universalistic\",\n        \"universalisties\",\n        \"universalists\",\n        \"universalizing\",\n        \"universanimous\",\n        \"universitary\"\n    ],\n    \"ijikọ ụwa ọnụ\": [\n        \"globalization\"\n    ],\n    \"jikọtara onwe gị\": [\n        \"globalize\"\n    ],\n    \"jikọtara ụwa\": [\n        \"globalized\"\n    ],\n    \"ijikọ ụwa niile\": [\n        \"globalizing\"\n    ],\n    \"azụ ụwa\": [\n        \"globefish\"\n    ],\n    \"ọbetụ\": [\n        \"globetrotting\"\n    ],\n    \"nke zuru ụwa ọnụ\": [\n        \"globical\"\n    ],\n    \"nbido\": [\n        \"globing\"\n    ],\n    \"globoid\": [\n        \"globoids\"\n    ],\n    \"ụwa nile\": [\n        \"globosite\",\n        \"globosities\"\n    ],\n    \"igbu egbu ụwa\": [\n        \"globulicide\"\n    ],\n    \"globulimita\": [\n        \"globulimeter\"\n    ],\n    \"glochididia\": [\n        \"glochchidia\"\n    ],\n    \"glooocapsa\": [\n        \"gloeocapsa\"\n    ],\n    \"glooocapsoid\": [\n        \"gloeocapsoid\"\n    ],\n    \"glooosporiose\": [\n        \"gloeosporiose\"\n    ],\n    \"uwachi\": [\n        \"gloeosporium\"\n    ],\n    \"ọlogs\": [\n        \"gloggs\"\n    ],\n    \"enweghị ọchịchịrị\": [\n        \"gloomless\"\n    ],\n    \"agbakwe\": [\n        \"glopnen\"\n    ],\n    \"ndị nwe ụwa\": [\n        \"glorifiers\"\n    ],\n    \"enweghị otuto\": [\n        \"gloryless\",\n        \"praiseless\"\n    ],\n    \"okwunkowa\": [\n        \"glossary\",\n        \"glossarial\",\n        \"glossarist\"\n    ],\n    \"ndepụta okwu\": [\n        \"glossaries\",\n        \"hittitics\",\n        \"overtitle\",\n        \"paratitles\",\n        \"subnotation\",\n        \"subtitles\",\n        \"undertitle\"\n    ],\n    \"glossematik\": [\n        \"glossematics\"\n    ],\n    \"glosses\": [\n        \"glossemes\",\n        \"glossies\"\n    ],\n    \"glossem\": [\n        \"glossemic\"\n    ],\n    \"kenkowaputa\": [\n        \"glossy\",\n        \"glossic\"\n    ],\n    \"okpon\": [\n        \"glossily\"\n    ],\n    \"glossiphoniidae\": [\n        \"glossiphonidae\"\n    ],\n    \"glossitis\": [\n        \"glossitic\"\n    ],\n    \"glossmeta\": [\n        \"glossmeter\"\n    ],\n    \"carcinoma na-egbuke egbuke\": [\n        \"glossocarcinoma\"\n    ],\n    \"iheanacho_nkechi\": [\n        \"glossokinesthetic\"\n    ],\n    \"glos\": [\n        \"glosts\"\n    ],\n    \"ịtọọ ihe\": [\n        \"glottalizing\"\n    ],\n    \"Ọkpụkpụ glottitis\": [\n        \"glottitis\"\n    ],\n    \"glottochrology\": [\n        \"glottochronology\"\n    ],\n    \"okwa glottochronological\": [\n        \"glottochronological\"\n    ],\n    \"amụrụ amụ\": [\n        \"glottological\"\n    ],\n    \"ọkà mmụta glottologist\": [\n        \"glottologist\"\n    ],\n    \"uwe aka\": [\n        \"glove\",\n        \"gloveress\",\n        \"gloves\",\n        \"handwear\",\n        \"mantlepieces\",\n        \"sleave\",\n        \"sleeve\",\n        \"sleeveful\",\n        \"sleevelet\"\n    ],\n    \"gloves\": [\n        \"gloved\"\n    ],\n    \"ọrụ aka glovem\": [\n        \"glovemaking\"\n    ],\n    \"ndị glovemen\": [\n        \"glovemen\"\n    ],\n    \"mukee\": [\n        \"glow\"\n    ],\n    \"isuo\": [\n        \"glowbard\",\n        \"islands\",\n        \"islet\",\n        \"islets\",\n        \"istles\"\n    ],\n    \"uwe elu\": [\n        \"glozes\",\n        \"gowning\",\n        \"manswear\",\n        \"nonstress\",\n        \"outercoat\",\n        \"overcloak\",\n        \"overclothe\",\n        \"overclothes\",\n        \"overcoat\",\n        \"overcoats\",\n        \"overdresses\",\n        \"overfit\",\n        \"overskirt\",\n        \"overwear\",\n        \"shirks\",\n        \"shirrings\",\n        \"shirrs\",\n        \"shirt\",\n        \"shirtfront\",\n        \"shirty\",\n        \"shirtier\",\n        \"shirtiness\",\n        \"shirtings\",\n        \"shirtless\",\n        \"shirtmake\",\n        \"shirtmaker\",\n        \"shirts\",\n        \"shirtsleeve\",\n        \"shirttail\",\n        \"shirtwaist\",\n        \"skayles\",\n        \"uniwear\",\n        \"vests\",\n        \"vestures\"\n    ],\n    \"glucide\": [\n        \"glucic\",\n        \"glucid\",\n        \"glucine\"\n    ],\n    \"gluu\": [\n        \"gluck\",\n        \"glue\"\n    ],\n    \"Nwoko\": [\n        \"glucocorticord\",\n        \"glucogene\",\n        \"mensk\",\n        \"poortith\",\n        \"ropery\",\n        \"vomtoria\"\n    ],\n    \"glucos\": [\n        \"glucoses\"\n    ],\n    \"ịrapara\": [\n        \"glueing\"\n    ],\n    \"Glug\": [\n        \"glug\"\n    ],\n    \"gluish\": [\n        \"gluishness\"\n    ],\n    \"Glum\": [\n        \"glum\"\n    ],\n    \"Glumella\": [\n        \"glumella\"\n    ],\n    \"Ọlụ\": [\n        \"glumness\",\n        \"glumnesses\"\n    ],\n    \"oji afu\": [\n        \"glumpy\"\n    ],\n    \"nruru\": [\n        \"glumpish\"\n    ],\n    \"Glutael\": [\n        \"glutael\"\n    ],\n    \"Obiuto\": [\n        \"glutaeous\",\n        \"knappy\"\n    ],\n    \"gluten\": [\n        \"glutenous\",\n        \"glutin\"\n    ],\n    \"Ọrịa gluteofemoral\": [\n        \"gluteofemoral\"\n    ],\n    \"glute inguinal\": [\n        \"gluteoinguinal\"\n    ],\n    \"glutamate\": [\n        \"glutimate\"\n    ],\n    \"ịinationụbiga mmanya ókè\": [\n        \"glutination\"\n    ],\n    \"na-eme nnyocha\": [\n        \"glutinative\"\n    ],\n    \"nino na-atọ ụtọ\": [\n        \"glutinousness\"\n    ],\n    \"Iju afọ\": [\n        \"glutition\",\n        \"gluttonously\"\n    ],\n    \"Ili obi\": [\n        \"gluts\"\n    ],\n    \"iribiga nri\": [\n        \"gluttoness\",\n        \"gluttonous\",\n        \"gluttonousness\"\n    ],\n    \"Iribiga Ihe\": [\n        \"gluttony\"\n    ],\n    \"iriju afọ\": [\n        \"gluttonies\",\n        \"gluttonise\",\n        \"gluttonish\",\n        \"nourished\",\n        \"overeat\",\n        \"overnourish\"\n    ],\n    \"Iribiga nri\": [\n        \"gluttonism\"\n    ],\n    \"Iri afọ\": [\n        \"gluttonized\"\n    ],\n    \"Iribiga nri ókè\": [\n        \"gluttonizing\"\n    ],\n    \"nengene\": [\n        \"gnaphalioid\"\n    ],\n    \"adia\": [\n        \"gnarly\"\n    ],\n    \"gnar\": [\n        \"gnarrs\"\n    ],\n    \"taa ikikere\": [\n        \"gnash\",\n        \"gnashing\",\n        \"gnashingly\"\n    ],\n    \"taa ngba\": [\n        \"gnashed\"\n    ],\n    \"anwụnta\": [\n        \"gnashes\",\n        \"gnat\",\n        \"gnatlike\",\n        \"gnats\",\n        \"moslings\",\n        \"mosquish\",\n        \"mosquital\",\n        \"mosquito\",\n        \"mosquitobill\",\n        \"mosquitocidal\",\n        \"mosquitocide\",\n        \"mosquitoey\",\n        \"mosquitoes\",\n        \"mosquitofish\",\n        \"mosquitofishes\",\n        \"mosquitoish\",\n        \"mosquitoproof\",\n        \"mosquitos\",\n        \"mosquittoey\"\n    ],\n    \"ichi aru\": [\n        \"gnathion\"\n    ],\n    \"atakpo\": [\n        \"gnathite\"\n    ],\n    \"ghomhometer\": [\n        \"gnathometer\"\n    ],\n    \"gnhonik\": [\n        \"gnathonic\"\n    ],\n    \"gnhonhonical\": [\n        \"gnathonical\"\n    ],\n    \"nke na-eme ihe n’orụ\": [\n        \"gnathonically\"\n    ],\n    \"na-eri eze\": [\n        \"gnathophorous\"\n    ],\n    \"na-ata ahuhu\": [\n        \"gnatling\",\n        \"guiling\",\n        \"languishes\"\n    ],\n    \"mmetu\": [\n        \"gnatsnap\",\n        \"juncagineous\",\n        \"mnemonics\",\n        \"ruddily\"\n    ],\n    \"ataba\": [\n        \"gnaw\"\n    ],\n    \"na-eri gnawable\": [\n        \"gnawable\"\n    ],\n    \"atapara aru\": [\n        \"gnawed\"\n    ],\n    \"na-ata ikikere\": [\n        \"gnawing\"\n    ],\n    \"rie ihe\": [\n        \"gnoff\",\n        \"licks\"\n    ],\n    \"gwunye\": [\n        \"gnomed\",\n        \"intersprinkled\"\n    ],\n    \"onye ekweghi ekwe\": [\n        \"gnomist\",\n        \"misbeliever\"\n    ],\n    \"ndị nkwekọ\": [\n        \"gnomists\"\n    ],\n    \"juo ase\": [\n        \"gnosticize\"\n    ],\n    \"gaba\": [\n        \"go\",\n        \"proceed\"\n    ],\n    \"gbara mbọ\": [\n        \"goaded\",\n        \"omened\"\n    ],\n    \"guajiro\": [\n        \"goajiro\"\n    ],\n    \"ihe mgbaru ọsọ\": [\n        \"goal\",\n        \"goalpost\",\n        \"goals\",\n        \"goaltending\"\n    ],\n    \"goalie\": [\n        \"goalee\",\n        \"goaler\"\n    ],\n    \"ndi goa\": [\n        \"goalers\"\n    ],\n    \"goolu\": [\n        \"goalies\",\n        \"goaltender\",\n        \"goaltenders\",\n        \"golf\",\n        \"goofballs\",\n        \"goorals\",\n        \"scorekeeper\",\n        \"scorer\"\n    ],\n    \"mgbaru ọsọ\": [\n        \"goaling\"\n    ],\n    \"nchekwa bọọlụ\": [\n        \"goalkeeping\"\n    ],\n    \"enweghị goolu\": [\n        \"goalless\"\n    ],\n    \"gooluuth\": [\n        \"goalmouth\"\n    ],\n    \"ihe nchedo\": [\n        \"goalposts\",\n        \"protectoral\",\n        \"proteids\",\n        \"proterandric\",\n        \"proterotype\"\n    ],\n    \"mkpi\": [\n        \"goat\"\n    ],\n    \"nwa ewu\": [\n        \"goatbeard\",\n        \"goatroot\",\n        \"kid\",\n        \"kiddle\",\n        \"kidlet\"\n    ],\n    \"ewubush\": [\n        \"goatbush\"\n    ],\n    \"ewu\": [\n        \"goatfishes\",\n        \"goaty\",\n        \"goatish\",\n        \"goatishness\",\n        \"goatly\",\n        \"goats\",\n        \"goatsbeard\",\n        \"goatstone\",\n        \"popular\",\n        \"pronephros\",\n        \"vogue\",\n        \"vouge\"\n    ],\n    \"nne nduru\": [\n        \"goatherdess\"\n    ],\n    \"ewuland\": [\n        \"goatland\"\n    ],\n    \"yiri ewu\": [\n        \"goatlike\"\n    ],\n    \"ewupox\": [\n        \"goatpox\"\n    ],\n    \"Nwa ewu\": [\n        \"goatsbane\"\n    ],\n    \"ụmụ ewu\": [\n        \"goatsfoot\"\n    ],\n    \"akpụkpọ ewu\": [\n        \"goatskin\",\n        \"goatskins\"\n    ],\n    \"ewusucker\": [\n        \"goatsucker\"\n    ],\n    \"ewuweed\": [\n        \"goatweed\"\n    ],\n    \"gowa\": [\n        \"goaves\"\n    ],\n    \"ogbaru\": [\n        \"gobble\"\n    ],\n    \"ọbleụ .ụ\": [\n        \"goblet\"\n    ],\n    \"goble\": [\n        \"gobleted\"\n    ],\n    \"goclenius\": [\n        \"goclenian\"\n    ],\n    \"nwa chukwu\": [\n        \"godchild\"\n    ],\n    \"umu chukwu\": [\n        \"godchildren\"\n    ],\n    \"egwu chukwu\": [\n        \"goddamming\",\n        \"goddamning\"\n    ],\n    \"onye chukwu\": [\n        \"goddammit\"\n    ],\n    \"chukwu kere\": [\n        \"goddamnedest\"\n    ],\n    \"chukwuemeke\": [\n        \"goddamnit\"\n    ],\n    \"chukwu oma\": [\n        \"goddard\",\n        \"goddize\"\n    ],\n    \"chukwu nwa\": [\n        \"goddaughter\"\n    ],\n    \"chi nwanyị\": [\n        \"goddess\",\n        \"goddesses\",\n        \"goddesshood\",\n        \"goddessship\",\n        \"supergoddess\"\n    ],\n    \"nna nna nna\": [\n        \"godfathers\"\n    ],\n    \"isi chukwu\": [\n        \"godhead\",\n        \"godheads\"\n    ],\n    \"enweghị nsọpụrụ Chineke\": [\n        \"godless\",\n        \"godlessness\"\n    ],\n    \"chukwu chukwu\": [\n        \"godlier\",\n        \"godspeed\"\n    ],\n    \"dị ka Chineke\": [\n        \"godlike\"\n    ],\n    \"ịdị ka chi\": [\n        \"godlikeness\"\n    ],\n    \"nsọpụrụ Chineke\": [\n        \"godliness\",\n        \"piety\"\n    ],\n    \"onye na-eme chi\": [\n        \"godmaker\"\n    ],\n    \"ime chukwu\": [\n        \"godmaking\"\n    ],\n    \"nne chukwu\": [\n        \"godmotherhood\"\n    ],\n    \"ndi nne chukwu\": [\n        \"godmothers\"\n    ],\n    \"nna chukwu\": [\n        \"godmothership\"\n    ],\n    \"chpapapa\": [\n        \"godpapa\"\n    ],\n    \"chpaparent\": [\n        \"godparent\"\n    ],\n    \"chukwueke\": [\n        \"godsake\"\n    ],\n    \"chi chukwu\": [\n        \"godsends\"\n    ],\n    \"chukwuib\": [\n        \"godsib\"\n    ],\n    \"chi ndị chi\": [\n        \"godsons\"\n    ],\n    \"Godwinian\": [\n        \"godwinian\"\n    ],\n    \"onye goer\": [\n        \"goer\"\n    ],\n    \"goet\": [\n        \"goetic\"\n    ],\n    \"gophers\": [\n        \"gofers\",\n        \"goffers\"\n    ],\n    \"gogga\": [\n        \"goggan\"\n    ],\n    \"enyoguyo\": [\n        \"goggled\"\n    ],\n    \"gobbler\": [\n        \"goggler\"\n    ],\n    \"agwara\": [\n        \"goitered\",\n        \"yeasted\"\n    ],\n    \"goitite\": [\n        \"goitrous\"\n    ],\n    \"ọla edo edo\": [\n        \"goldbeater\",\n        \"goldspink\"\n    ],\n    \"ịgba ọla edo\": [\n        \"goldbeating\"\n    ],\n    \"nnụnụ ọla edo\": [\n        \"goldbird\"\n    ],\n    \"brik ọla edo\": [\n        \"goldbricks\"\n    ],\n    \"goldey\": [\n        \"goldeney\"\n    ],\n    \"anya ọlaedo\": [\n        \"goldeneyes\"\n    ],\n    \"goldmouth\": [\n        \"goldenmouth\"\n    ],\n    \"ogige ọla edo\": [\n        \"goldfield\"\n    ],\n    \"ola edo\": [\n        \"goldfields\"\n    ],\n    \"isi ọla edo\": [\n        \"goldhead\"\n    ],\n    \"goldi\": [\n        \"goldic\"\n    ],\n    \"enweghị ọla edo\": [\n        \"goldless\"\n    ],\n    \"yiri ọla edo\": [\n        \"goldlike\"\n    ],\n    \"onye na-edozi ọla edo\": [\n        \"goldmist\"\n    ],\n    \"goldonyi\": [\n        \"goldonian\"\n    ],\n    \"onye na-eme ọla edo\": [\n        \"goldsmith\",\n        \"goldworker\"\n    ],\n    \"ndị na-eji ọlaedo akpụ ihe\": [\n        \"goldsmiths\"\n    ],\n    \"nkume ọlaedo\": [\n        \"goldstone\"\n    ],\n    \"mgbaaka ọla edo\": [\n        \"goldthread\"\n    ],\n    \"goldtitting\": [\n        \"goldtit\"\n    ],\n    \"ihe ọla edo\": [\n        \"goldurnedest\"\n    ],\n    \"mmiri ọla edo\": [\n        \"goldwater\"\n    ],\n    \"egwuregwu golf\": [\n        \"golfdom\"\n    ],\n    \"gọọlfụ\": [\n        \"golfed\"\n    ],\n    \"onye na-agba goof\": [\n        \"golfer\"\n    ],\n    \"ndị golf\": [\n        \"golfers\"\n    ],\n    \"goofu\": [\n        \"golfing\"\n    ],\n    \"golf\": [\n        \"golfings\",\n        \"golfs\"\n    ],\n    \"golgotas\": [\n        \"golgothas\"\n    ],\n    \"goili\": [\n        \"goli\"\n    ],\n    \"okek\": [\n        \"goliad\"\n    ],\n    \"Golayat\": [\n        \"goliath\",\n        \"goliaths\"\n    ],\n    \"goola\": [\n        \"golilla\"\n    ],\n    \"onye na-agba goolu\": [\n        \"gollar\",\n        \"goller\"\n    ],\n    \"golliwog\": [\n        \"gollywog\",\n        \"golliwogg\"\n    ],\n    \"onye gomarist\": [\n        \"gomarist\"\n    ],\n    \"chukwu obula\": [\n        \"gombroons\"\n    ],\n    \"goomelin\": [\n        \"gommelin\"\n    ],\n    \"Gha\": [\n        \"gon\"\n    ],\n    \"gooclinic\": [\n        \"goneoclinic\"\n    ],\n    \"gopoiesis\": [\n        \"gonepoiesis\"\n    ],\n    \"gopoietic\": [\n        \"gonepoietic\"\n    ],\n    \"gọong\": [\n        \"gong\"\n    ],\n    \"ịongụ mmanya\": [\n        \"gonging\"\n    ],\n    \"goongorist\": [\n        \"gongorist\"\n    ],\n    \"ogonogo\": [\n        \"gongoristic\"\n    ],\n    \"ndi goniat\": [\n        \"goniatites\"\n    ],\n    \"Ndị mmadụ\": [\n        \"gonys\",\n        \"phials\"\n    ],\n    \"agbarapụ\": [\n        \"gonna\",\n        \"outargued\"\n    ],\n    \"ndị gonoph\": [\n        \"gonophs\"\n    ],\n    \"gonorrhea\": [\n        \"gonorrhoea\"\n    ],\n    \"ezigbo sitere na\": [\n        \"goodby\"\n    ],\n    \"Ka ọ dị\": [\n        \"goodbye\"\n    ],\n    \"ehee\": [\n        \"goodbyes\"\n    ],\n    \"ndeewo\": [\n        \"goodbys\",\n        \"hellenists\",\n        \"waitresses\"\n    ],\n    \"ndi oma\": [\n        \"gooders\",\n        \"goodwives\"\n    ],\n    \"obi oma\": [\n        \"goodhearted\",\n        \"goodheartedly\",\n        \"goodheartedness\",\n        \"kindal\",\n        \"kindliness\",\n        \"kindrend\",\n        \"righthearted\",\n        \"soundheartednes\",\n        \"sweethearts\"\n    ],\n    \"daalu\": [\n        \"goodyear\"\n    ],\n    \"gaa nke ọma\": [\n        \"goodish\",\n        \"thistlish\"\n    ],\n    \"Nwoke oma\": [\n        \"goodman\",\n        \"goodmen\"\n    ],\n    \"ezigbo agwa\": [\n        \"goodnaturedness\"\n    ],\n    \"ka chifoo\": [\n        \"goodnight\"\n    ],\n    \"Ezigbo obi oma\": [\n        \"goodtemperedness\"\n    ],\n    \"nwanyi oma\": [\n        \"goodwife\"\n    ],\n    \"ihe oma\": [\n        \"goodwills\",\n        \"harrow\",\n        \"muriatic\",\n        \"oorial\",\n        \"positives\",\n        \"prefortunate\"\n    ],\n    \"googol\": [\n        \"googols\"\n    ],\n    \"goos\": [\n        \"gools\",\n        \"goosishness\"\n    ],\n    \"gooni\": [\n        \"goony\"\n    ],\n    \"ọgazị\": [\n        \"goose\",\n        \"goosebone\",\n        \"goosefishes\"\n    ],\n    \"goozberị\": [\n        \"gooseberry\"\n    ],\n    \"ọseụflowụ\": [\n        \"gooseflower\"\n    ],\n    \"selọ goose\": [\n        \"goosehouse\"\n    ],\n    \"goose\": [\n        \"gooses\"\n    ],\n    \"goosewing\": [\n        \"goosewinged\"\n    ],\n    \"goferberry\": [\n        \"gopherberry\"\n    ],\n    \"Gor\": [\n        \"gor\"\n    ],\n    \"goblin\": [\n        \"gorblin\"\n    ],\n    \"ozodimgba\": [\n        \"gorcock\",\n        \"gorcrow\",\n        \"gorgerins\",\n        \"gorilla\",\n        \"gorillalike\",\n        \"gorillas\",\n        \"gorillaship\",\n        \"gorillian\",\n        \"gorlin\",\n        \"gorra\",\n        \"gorraf\",\n        \"gorrel\"\n    ],\n    \"Gordiacean\": [\n        \"gordiacean\"\n    ],\n    \"Gordian\": [\n        \"gordian\"\n    ],\n    \"aguruonye\": [\n        \"gordioidea\"\n    ],\n    \"Gordius\": [\n        \"gordius\"\n    ],\n    \"gorọlọbo\": [\n        \"gordolobo\"\n    ],\n    \"Gordonia\": [\n        \"gordonia\"\n    ],\n    \"Oluoma\": [\n        \"gorer\"\n    ],\n    \"ọoreụ\": [\n        \"gorevan\"\n    ],\n    \"gorgor\": [\n        \"gorgers\"\n    ],\n    \"gor\": [\n        \"gorges\"\n    ],\n    \"georgia\": [\n        \"gorgia\"\n    ],\n    \"ggba ndụ\": [\n        \"gorging\",\n        \"gorglin\"\n    ],\n    \"giorgio\": [\n        \"gorgio\"\n    ],\n    \"mba Georgia\": [\n        \"gorgonia\"\n    ],\n    \"onyekwena\": [\n        \"gorgoniaceous\",\n        \"gubernatrix\"\n    ],\n    \"ịkwa ok g\": [\n        \"gorgonising\"\n    ],\n    \"gorgon\": [\n        \"gorgonlike\"\n    ],\n    \"Gorhen\": [\n        \"gorhen\"\n    ],\n    \"Gorki\": [\n        \"gorki\"\n    ],\n    \"Gorman\": [\n        \"gorman\"\n    ],\n    \"Gormand\": [\n        \"gormand\"\n    ],\n    \"Gormandised\": [\n        \"gormandised\"\n    ],\n    \"Gormandize\": [\n        \"gormandize\"\n    ],\n    \"Gormandizes\": [\n        \"gormandizes\"\n    ],\n    \"gorm\": [\n        \"gormed\"\n    ],\n    \"ozor\": [\n        \"gorry\"\n    ],\n    \"ndi goschen\": [\n        \"goschens\"\n    ],\n    \"na-agba asịrị\": [\n        \"gosling\",\n        \"gossiping\",\n        \"gossipingly\",\n        \"gossipping\"\n    ],\n    \"onye asịrị\": [\n        \"gospeler\"\n    ],\n    \"ndị asịrị\": [\n        \"gospelers\"\n    ],\n    \"gospelodin\": [\n        \"gospodin\"\n    ],\n    \"gossamere\": [\n        \"gossamered\"\n    ],\n    \"asugharia\": [\n        \"gossiped\",\n        \"gossipped\",\n        \"misinterpretable\",\n        \"misinterpreted\"\n    ],\n    \"onye asusu\": [\n        \"gossiper\",\n        \"gossipper\",\n        \"pagurian\",\n        \"transvaalian\"\n    ],\n    \"asiri\": [\n        \"gossipy\"\n    ],\n    \"nwetara\": [\n        \"got\",\n        \"goter\",\n        \"gotta\",\n        \"gotten\",\n        \"obtained\",\n        \"secured\"\n    ],\n    \"dibia igbo\": [\n        \"gothicist\",\n        \"pteridologist\"\n    ],\n    \"gootu\": [\n        \"gothicizer\",\n        \"gut\",\n        \"gutbucket\",\n        \"gutt\",\n        \"guttle\",\n        \"guttlers\",\n        \"guttles\",\n        \"guttulate\",\n        \"guttule\",\n        \"guttur\",\n        \"gutwort\"\n    ],\n    \"onye-Goth\": [\n        \"gothite\"\n    ],\n    \"ndi Goth\": [\n        \"gothites\"\n    ],\n    \"goth\": [\n        \"goths\"\n    ],\n    \"goulash\": [\n        \"goulashes\"\n    ],\n    \"goumi\": [\n        \"goumier\"\n    ],\n    \"gour\": [\n        \"goury\"\n    ],\n    \"Gọọmet\": [\n        \"gourmet\"\n    ],\n    \"mee ka ọchịchị mara\": [\n        \"governmentalize\"\n    ],\n    \"nke ochichi\": [\n        \"governmentally\"\n    ],\n    \"ndị gọvanọ\": [\n        \"governors\"\n    ],\n    \"Gọvanọ\": [\n        \"governorship\"\n    ],\n    \"gwow\": [\n        \"gowd\"\n    ],\n    \"uwa\": [\n        \"gowl\",\n        \"nature\",\n        \"planetary\",\n        \"planetarily\",\n        \"planetule\"\n    ],\n    \"uwe mwụda\": [\n        \"gown\",\n        \"gowned\",\n        \"gowns\",\n        \"miniskirts\",\n        \"robed\",\n        \"rober\",\n        \"roberts\",\n        \"ruggown\",\n        \"skirtless\",\n        \"skirts\",\n        \"skiwear\",\n        \"smoothcoat\",\n        \"vestings\"\n    ],\n    \"ọownụ\": [\n        \"gownsman\"\n    ],\n    \"ndị gowns\": [\n        \"gownsmen\"\n    ],\n    \"goks\": [\n        \"goxes\"\n    ],\n    \"oguegwu\": [\n        \"gozzard\"\n    ],\n    \"GPS\": [\n        \"gps\"\n    ],\n    \"ndị jidere\": [\n        \"grabbers\"\n    ],\n    \"jidere St.\": [\n        \"grabbiest\"\n    ],\n    \"ndị na-ejide ya\": [\n        \"grabblers\"\n    ],\n    \"keugwu\": [\n        \"graceful\",\n        \"gracefullest\"\n    ],\n    \"amara amara\": [\n        \"gracefuller\"\n    ],\n    \"na-enweghị amara\": [\n        \"gracelessly\"\n    ],\n    \"graciley\": [\n        \"gracileness\"\n    ],\n    \"oke ochicho\": [\n        \"graciosity\"\n    ],\n    \"gradable\": [\n        \"gradal\"\n    ],\n    \"gụsịrị akwụkwọ\": [\n        \"gradate\",\n        \"graduals\",\n        \"graduate\",\n        \"graduated\",\n        \"graduateship\",\n        \"regraduate\"\n    ],\n    \"grad\": [\n        \"gradated\",\n        \"gradating\",\n        \"gradation\",\n        \"gradations\",\n        \"gradins\"\n    ],\n    \"ndị gụsịrị akwụkwọ\": [\n        \"gradates\",\n        \"graduates\"\n    ],\n    \"gradally\": [\n        \"gradationally\"\n    ],\n    \"gradately\": [\n        \"gradationately\"\n    ],\n    \"ọkwa ọkwa\": [\n        \"gradefinder\"\n    ],\n    \"enweghị ọkwa\": [\n        \"gradeless\",\n        \"nonsuffrage\",\n        \"unclassified\",\n        \"unglaciated\"\n    ],\n    \"ụghalaahia\": [\n        \"grademark\"\n    ],\n    \"ndị gụọ akwụkwọ\": [\n        \"graders\",\n        \"gragers\"\n    ],\n    \"akara ule\": [\n        \"grades\"\n    ],\n    \"grajentị\": [\n        \"gradient\",\n        \"gradienter\"\n    ],\n    \"nke nta nke nta\": [\n        \"gradual\",\n        \"gradualistic\",\n        \"gradually\",\n        \"progressively\"\n    ],\n    \"gradual\": [\n        \"graduale\"\n    ],\n    \"nwayọọ nwayọọ\": [\n        \"gradualism\",\n        \"gradualness\"\n    ],\n    \"na-agụsị akwụkwọ\": [\n        \"graduands\",\n        \"graduating\",\n        \"ungraduating\"\n    ],\n    \"ngụsị akwụkwọ\": [\n        \"graduatical\",\n        \"graduation\",\n        \"graduations\"\n    ],\n    \"onye gụsịrị akwụkwọ\": [\n        \"graduator\",\n        \"supergraduate\"\n    ],\n    \"ndị na-agụsị akwụkwọ\": [\n        \"graduators\"\n    ],\n    \"graeciing\": [\n        \"graecizing\"\n    ],\n    \"graff\": [\n        \"graffer\"\n    ],\n    \"anyadokwa\": [\n        \"grafted\"\n    ],\n    \"graft\": [\n        \"grafters\",\n        \"grafting\"\n    ],\n    \"grander\": [\n        \"grager\",\n        \"granger\",\n        \"grangeriser\"\n    ],\n    \"ụtọ asụsụ\": [\n        \"grahamism\",\n        \"gramary\",\n        \"gramaries\",\n        \"gramaryes\",\n        \"gramercy\",\n        \"grammalogue\",\n        \"grammar\",\n        \"grammars\",\n        \"grammatically\",\n        \"grammaticaster\",\n        \"grammaticize\"\n    ],\n    \"graham\": [\n        \"grahams\"\n    ],\n    \"greyback\": [\n        \"grayback\"\n    ],\n    \"gbara ntụ\": [\n        \"grayed\"\n    ],\n    \"Grail\": [\n        \"grail\"\n    ],\n    \"greylags\": [\n        \"graylags\"\n    ],\n    \"isiọcha\": [\n        \"graymalkin\"\n    ],\n    \"grained\": [\n        \"grainedness\"\n    ],\n    \"eringgha ọka\": [\n        \"grainering\"\n    ],\n    \"grayness\": [\n        \"graynesses\"\n    ],\n    \"ubi ọka\": [\n        \"grainfield\"\n    ],\n    \"ọka grains\": [\n        \"grainsickness\"\n    ],\n    \"grais\": [\n        \"graisse\"\n    ],\n    \"ihe isi awọ\": [\n        \"grayware\"\n    ],\n    \"greywethers\": [\n        \"graywether\"\n    ],\n    \"grackle\": [\n        \"grakle\"\n    ],\n    \"gramophone\": [\n        \"gramaphone\",\n        \"gramophonic\",\n        \"gramophonist\"\n    ],\n    \"gram\": [\n        \"gramas\",\n        \"gramash\",\n        \"grame\",\n        \"gramme\",\n        \"grammes\",\n        \"grammy\",\n        \"grammies\",\n        \"gramper\",\n        \"gramps\",\n        \"grams\"\n    ],\n    \"gramas\": [\n        \"gramashes\"\n    ],\n    \"gramer\": [\n        \"gramercies\"\n    ],\n    \"graminous\": [\n        \"gramineous\"\n    ],\n    \"gramine, ịdọ aka nri\": [\n        \"gramineousness\"\n    ],\n    \"gramin\": [\n        \"graminous\"\n    ],\n    \"ụtọasụsụ\": [\n        \"grammarian\",\n        \"grammarianism\",\n        \"grammarians\",\n        \"grammatic\",\n        \"grammatical\",\n        \"grammaticality\",\n        \"grammaticalness\",\n        \"grammatication\",\n        \"grammaticism\",\n        \"grammatics\",\n        \"grammatist\",\n        \"grammatistical\"\n    ],\n    \"enweghị ụtọ asụsụ\": [\n        \"grammarless\"\n    ],\n    \"gram aka\": [\n        \"grampuses\"\n    ],\n    \"grenadine\": [\n        \"granadine\"\n    ],\n    \"granate\": [\n        \"granage\",\n        \"granatite\"\n    ],\n    \"nne ochie\": [\n        \"grandad\",\n        \"grandaddy\",\n        \"granddads\",\n        \"grandmotherism\",\n        \"grandpappy\",\n        \"grandparenthood\",\n        \"granduncle\",\n        \"granduncles\"\n    ],\n    \"nne nne ya\": [\n        \"grandam\",\n        \"grandma\"\n    ],\n    \"nwa nwa\": [\n        \"grandchild\",\n        \"granddaughter\",\n        \"grandpas\",\n        \"grandsir\",\n        \"grandson\",\n        \"stepdaughter\",\n        \"undaughter\"\n    ],\n    \"ụmụ ụmụ\": [\n        \"grandchildren\",\n        \"grandsirs\",\n        \"grandsons\"\n    ],\n    \"ụmụ nne nne\": [\n        \"granddaddies\",\n        \"grandnieces\"\n    ],\n    \"nwa nwa nwanyi\": [\n        \"granddaughterly\"\n    ],\n    \"ụmụ ụmụ nwanyị\": [\n        \"granddaughters\"\n    ],\n    \"ndị nne\": [\n        \"grandees\",\n        \"moms\",\n        \"momuses\",\n        \"teeters\"\n    ],\n    \"nke uku\": [\n        \"grandest\"\n    ],\n    \"ụmụ nwa\": [\n        \"grandeurs\"\n    ],\n    \"ịdị ebube\": [\n        \"grandevity\",\n        \"magnateship\",\n        \"supergloriousness\",\n        \"vaingloriousness\"\n    ],\n    \"ụmụ ụmụ nna\": [\n        \"grandnephews\"\n    ],\n    \"nne na nna ochie\": [\n        \"grandparentage\",\n        \"grandparental\",\n        \"grandparents\"\n    ],\n    \"Nnanna\": [\n        \"grands\",\n        \"tattlingly\",\n        \"zapus\"\n    ],\n    \"nwa nwa mmiri\": [\n        \"grandsonship\"\n    ],\n    \"akwa ukwu\": [\n        \"grandstand\",\n        \"quipster\",\n        \"weasel\",\n        \"wheezle\"\n    ],\n    \"mkpokọta niile\": [\n        \"grandtotal\"\n    ],\n    \"graginize\": [\n        \"grangerize\"\n    ],\n    \"konkiri\": [\n        \"granite\"\n    ],\n    \"granite\": [\n        \"granites\"\n    ],\n    \"nyee\": [\n        \"grantee\"\n    ],\n    \"ndị nyere\": [\n        \"granters\"\n    ],\n    \"nyekwuo\": [\n        \"granthi\"\n    ],\n    \"andinọ\": [\n        \"grantor\"\n    ],\n    \"enyem\": [\n        \"grants\"\n    ],\n    \"enyem aka\": [\n        \"grantsmanship\"\n    ],\n    \"nyere ndị mmadụ\": [\n        \"grantsmen\"\n    ],\n    \"granulated anya\": [\n        \"granulated\"\n    ],\n    \"nsogbu dị iche iche\": [\n        \"granules\"\n    ],\n    \"granullet\": [\n        \"granulet\"\n    ],\n    \"granulization, usoro\": [\n        \"granulization\"\n    ],\n    \"granita\": [\n        \"granzita\"\n    ],\n    \"greepu\": [\n        \"grape\",\n        \"graped\",\n        \"grapey\",\n        \"grapeys\",\n        \"grapelet\",\n        \"graperoot\",\n        \"grapewise\",\n        \"grapewort\"\n    ],\n    \"ifuru osisi vaịn\": [\n        \"grapeflower\"\n    ],\n    \"mkpụrụ osisi grepu\": [\n        \"grapefruit\"\n    ],\n    \"mkpụrụ osisi grape\": [\n        \"grapefruits\"\n    ],\n    \"grape\": [\n        \"grapeful\"\n    ],\n    \"mkpụrụ vaịn\": [\n        \"grapeless\",\n        \"grapes\",\n        \"grapeshot\"\n    ],\n    \"akwa mkpụrụ vaịn\": [\n        \"grapeskin\"\n    ],\n    \"ngwaike\": [\n        \"grapestalk\",\n        \"hardware\",\n        \"hrdwre\"\n    ],\n    \"vaịn\": [\n        \"grapevine\",\n        \"vineal\",\n        \"vineatic\",\n        \"vinification\"\n    ],\n    \"grap\": [\n        \"graphed\",\n        \"graphing\"\n    ],\n    \"graphem\": [\n        \"graphemically\"\n    ],\n    \"grapheics\": [\n        \"graphemics\"\n    ],\n    \"grafy\": [\n        \"graphy\"\n    ],\n    \"ndịna\": [\n        \"graphics\"\n    ],\n    \"graphidaceae\": [\n        \"graphidiaceae\"\n    ],\n    \"ọkà mmụta ihe nkiri\": [\n        \"graphiologist\"\n    ],\n    \"graphite\": [\n        \"graphites\",\n        \"griphite\",\n        \"gryphite\"\n    ],\n    \"Eserese eserese\": [\n        \"graphitizable\"\n    ],\n    \"mee ka eserese\": [\n        \"graphitize\"\n    ],\n    \"grafik na-egosipụta\": [\n        \"graphitizing\"\n    ],\n    \"dibia ovu\": [\n        \"graphologist\"\n    ],\n    \"ndị ọkà mmụta graphologists\": [\n        \"graphologists\"\n    ],\n    \"ekwentị mkpanaaka ekwentị\": [\n        \"graphophone\"\n    ],\n    \"graphonhonic\": [\n        \"graphophonic\"\n    ],\n    \"graphostatik\": [\n        \"graphostatics\"\n    ],\n    \"ighota\": [\n        \"graspable\",\n        \"intelligible\",\n        \"somatopleural\",\n        \"tudesque\"\n    ],\n    \"gras\": [\n        \"graspless\",\n        \"grasps\"\n    ],\n    \"Okpuru-osisi\": [\n        \"grasscutter\"\n    ],\n    \"ahihia ahihia\": [\n        \"grassfire\",\n        \"hayracks\",\n        \"herbages\",\n        \"herbarial\",\n        \"herbarizing\",\n        \"herbicidal\",\n        \"herbicides\",\n        \"leafworms\",\n        \"stubbleward\"\n    ],\n    \"ẹphe eshi\": [\n        \"grasshopperish\"\n    ],\n    \"ụlọ ahịhịa\": [\n        \"grasshouse\"\n    ],\n    \"grassi\": [\n        \"grassiest\"\n    ],\n    \"jiri obi ekele\": [\n        \"gratefully\"\n    ],\n    \"enweghị obi ekele\": [\n        \"grateless\",\n        \"ingrateful\"\n    ],\n    \"nwee obi ekele\": [\n        \"gratewise\"\n    ],\n    \"ji kpachie oghere\": [\n        \"grating\"\n    ],\n    \"grating\": [\n        \"gratingly\"\n    ],\n    \"gratin\": [\n        \"gratins\"\n    ],\n    \"nweta ume\": [\n        \"grattage\",\n        \"refreshed\",\n        \"refreshen\",\n        \"refreshes\",\n        \"repursued\"\n    ],\n    \"nweta onwe\": [\n        \"gratten\"\n    ],\n    \"nkpokoro\": [\n        \"grattoir\"\n    ],\n    \"elu ụlọ\": [\n        \"grattoirs\",\n        \"loft\",\n        \"lofters\",\n        \"roofers\",\n        \"roofings\",\n        \"rooflet\",\n        \"roofs\",\n        \"rooftop\",\n        \"topstitch\",\n        \"upyard\",\n        \"uppertendom\",\n        \"upstare\"\n    ],\n    \"ili\": [\n        \"grave\",\n        \"gravedo\",\n        \"gravegarth\",\n        \"gravers\",\n        \"graves\",\n        \"graveship\",\n        \"graveward\",\n        \"gravewards\",\n        \"tomb\",\n        \"tombs\"\n    ],\n    \"ili ozu\": [\n        \"graveclod\",\n        \"graveyard\",\n        \"graveyards\",\n        \"gravemaker\",\n        \"gravemaking\",\n        \"gravemaster\",\n        \"gravestead\",\n        \"tombstones\"\n    ],\n    \"akwa ili\": [\n        \"gravecloth\",\n        \"graveclothes\"\n    ],\n    \"ẹbụk\": [\n        \"graved\"\n    ],\n    \"graveigger\": [\n        \"gravedigger\"\n    ],\n    \"dị ka ili\": [\n        \"gravelike\",\n        \"tomblike\"\n    ],\n    \"gravel\": [\n        \"gravelly\",\n        \"gravels\"\n    ],\n    \"ihe nile\": [\n        \"gravelliness\",\n        \"haemathermous\",\n        \"integripallial\",\n        \"meddlesomely\",\n        \"omneity\",\n        \"omnificence\",\n        \"particularities\",\n        \"pterygotous\"\n    ],\n    \"ochocha\": [\n        \"graveness\"\n    ],\n    \"ili ili\": [\n        \"graverobbing\"\n    ],\n    \"n'akụkụ ili\": [\n        \"graveside\"\n    ],\n    \"okwute alaili\": [\n        \"gravestone\"\n    ],\n    \"ufu ahihia\": [\n        \"gravy\"\n    ],\n    \"gravid\": [\n        \"gravidate\",\n        \"gravidation\",\n        \"gravidness\"\n    ],\n    \"ndị na-atụ ntụ\": [\n        \"graviers\"\n    ],\n    \"gravimeta\": [\n        \"gravimeter\"\n    ],\n    \"gravimita\": [\n        \"gravimeters\"\n    ],\n    \"gravisi\": [\n        \"gravitate\"\n    ],\n    \"gravasị\": [\n        \"gravitated\",\n        \"gravitation\",\n        \"gravitative\"\n    ],\n    \"ndọda\": [\n        \"gravitates\",\n        \"gravitational\",\n        \"gravitationally\",\n        \"gravitations\",\n        \"gravity\",\n        \"margery\",\n        \"pilchards\"\n    ],\n    \"taa nri\": [\n        \"graze\",\n        \"grazed\"\n    ],\n    \"ndị graz\": [\n        \"grazers\"\n    ],\n    \"grazi\": [\n        \"graziers\"\n    ],\n    \"na-ata nri\": [\n        \"grazing\",\n        \"grazingly\",\n        \"pashing\"\n    ],\n    \"graz\": [\n        \"grazings\"\n    ],\n    \"griiz\": [\n        \"grease\",\n        \"greasebush\",\n        \"greaser\",\n        \"greases\",\n        \"greasewood\",\n        \"grees\",\n        \"greese\"\n    ],\n    \"griizhorn\": [\n        \"greasehorn\"\n    ],\n    \"mmanu mmanu\": [\n        \"greaseless\",\n        \"greasepaint\",\n        \"greasiness\",\n        \"greffe\",\n        \"lubricator\",\n        \"oilcamps\",\n        \"oiler\",\n        \"oilery\",\n        \"oily\",\n        \"oilier\",\n        \"oiliest\",\n        \"oilyish\"\n    ],\n    \"enweghị mmanu mmanu\": [\n        \"greaselessness\"\n    ],\n    \"greaseproof ness\": [\n        \"greaseproofness\"\n    ],\n    \"grias\": [\n        \"greasers\"\n    ],\n    \"kegriiz\": [\n        \"greasy\"\n    ],\n    \"greasi\": [\n        \"greasier\"\n    ],\n    \"ukwuu\": [\n        \"greatens\",\n        \"greatly\",\n        \"highly\",\n        \"much\",\n        \"muchly\"\n    ],\n    \"ka ukwuu\": [\n        \"greater\"\n    ],\n    \"n'obi-oma\": [\n        \"greatheartedly\"\n    ],\n    \"obi di uku\": [\n        \"greatheartedness\"\n    ],\n    \"glọba\": [\n        \"grebes\"\n    ],\n    \"keleisi\": [\n        \"grecianize\"\n    ],\n    \"na-ete\": [\n        \"grecing\",\n        \"greenthumbed\",\n        \"masticated\",\n        \"rubbing\",\n        \"rubbled\",\n        \"smeeth\"\n    ],\n    \"kelee\": [\n        \"grecizes\",\n        \"greeted\",\n        \"greets\",\n        \"grege\",\n        \"greyest\",\n        \"greit\",\n        \"regreet\",\n        \"sallee\",\n        \"salute\"\n    ],\n    \"ndewo\": [\n        \"greco\",\n        \"hel\",\n        \"helion\",\n        \"hellen\",\n        \"hellenically\",\n        \"hellenization\",\n        \"helleries\",\n        \"helloed\",\n        \"helloes\",\n        \"helloing\",\n        \"hiemation\",\n        \"hilarity\",\n        \"plataleinae\"\n    ],\n    \"iheukwu\": [\n        \"grecque\",\n        \"hexahydrothymol\"\n    ],\n    \"onyandu\": [\n        \"gree\"\n    ],\n    \"Gris\": [\n        \"greece\",\n        \"greeve\",\n        \"groset\"\n    ],\n    \"onye anyaukwu\": [\n        \"greedygut\"\n    ],\n    \"greegree\": [\n        \"greegrees\"\n    ],\n    \"Grik\": [\n        \"greek\"\n    ],\n    \"mba Grik\": [\n        \"greekdom\"\n    ],\n    \"asụsụ greekery\": [\n        \"greekery\"\n    ],\n    \"nwe ike\": [\n        \"greekess\",\n        \"greeks\",\n        \"hoghood\",\n        \"pluripotence\",\n        \"potentialize\",\n        \"prevalescence\",\n        \"roughsome\",\n        \"superate\"\n    ],\n    \"Asụsụ Grik\": [\n        \"greekish\"\n    ],\n    \"asụsụ Grik\": [\n        \"greekism\"\n    ],\n    \"onye asusu Greek\": [\n        \"greekist\"\n    ],\n    \"Grik na-asụ\": [\n        \"greekling\"\n    ],\n    \"acha akwụkwọ ndụ\": [\n        \"green\",\n        \"greencoat\",\n        \"greened\",\n        \"greenhearted\",\n        \"greenhew\",\n        \"greenhood\",\n        \"greenier\",\n        \"greenly\"\n    ],\n    \"na-acha akwụkwọ ndụ\": [\n        \"greenable\"\n    ],\n    \"griin\": [\n        \"greenage\",\n        \"greengill\",\n        \"greenyard\",\n        \"greenstone\"\n    ],\n    \"akwụkwọ ndụ akwụkwọ ndụ\": [\n        \"greenback\",\n        \"greenbacks\",\n        \"greenery\",\n        \"greeneries\",\n        \"greening\",\n        \"greenings\",\n        \"greenleaf\",\n        \"greenlets\",\n        \"greenling\",\n        \"greenwing\"\n    ],\n    \"griba\": [\n        \"greenbelt\",\n        \"greenbrier\",\n        \"greenbug\"\n    ],\n    \"kiiboodu\": [\n        \"greenboard\",\n        \"keyboard\",\n        \"keyboarded\",\n        \"keyboarder\",\n        \"keyboards\"\n    ],\n    \"uwe na-acha ọcha\": [\n        \"greencloth\"\n    ],\n    \"nke kachasị acha akwụkwọ ndụ\": [\n        \"greenest\"\n    ],\n    \"greenfish\": [\n        \"greenfishes\"\n    ],\n    \"griinụ\": [\n        \"greenfly\"\n    ],\n    \"ahịhịa ndụ\": [\n        \"greengrocer\",\n        \"greengrocery\",\n        \"greengroceries\",\n        \"greengrocers\",\n        \"greenheart\",\n        \"greenhide\",\n        \"greenishness\",\n        \"greenness\",\n        \"greenweed\",\n        \"herbariums\",\n        \"herbiferous\",\n        \"herbish\",\n        \"herbivores\",\n        \"herbivority\",\n        \"herbivorous\",\n        \"herbless\",\n        \"herblike\",\n        \"vegetability\",\n        \"vegetality\",\n        \"vegetationless\",\n        \"vegetativeness\"\n    ],\n    \"greenhorn\": [\n        \"greenhorns\"\n    ],\n    \"griin haus\": [\n        \"greenhouse\",\n        \"greenhouses\",\n        \"greenroom\",\n        \"greenrooms\",\n        \"greenware\"\n    ],\n    \"acha akwụkwọ ndụ akwụkwọ ndụ\": [\n        \"greenish\"\n    ],\n    \"onye na-ekpo mmiri\": [\n        \"greenkeeper\"\n    ],\n    \"idebe ahihia\": [\n        \"greenkeeping\"\n    ],\n    \"Greenland\": [\n        \"greenland\"\n    ],\n    \"greenlandic\": [\n        \"greenlandish\"\n    ],\n    \"greenlet\": [\n        \"greenleek\",\n        \"greenless\"\n    ],\n    \"grisickick\": [\n        \"greensick\"\n    ],\n    \"Akwukwo nri\": [\n        \"greenwich\",\n        \"greenwithe\"\n    ],\n    \"kelezie\": [\n        \"greeter\",\n        \"semiorbiculate\"\n    ],\n    \"onye gregarian\": [\n        \"gregarian\"\n    ],\n    \"ịkpa ike agbụrụ\": [\n        \"gregarianism\"\n    ],\n    \"onye gregarin\": [\n        \"gregarinian\"\n    ],\n    \"ọregụ\": [\n        \"gregarinous\"\n    ],\n    \"ngwegg\": [\n        \"gregg\"\n    ],\n    \"agbagoro\": [\n        \"gregory\",\n        \"laagered\"\n    ],\n    \"onye gregorian\": [\n        \"gregorian\",\n        \"gregorianist\"\n    ],\n    \"Isi awọ\": [\n        \"greyed\"\n    ],\n    \"grayer\": [\n        \"greyer\"\n    ],\n    \"greyhound\": [\n        \"greyhounds\"\n    ],\n    \"Glaịla\": [\n        \"greillade\"\n    ],\n    \"grays\": [\n        \"greys\"\n    ],\n    \"kei\": [\n        \"greisen\"\n    ],\n    \"grenade\": [\n        \"grenades\"\n    ],\n    \"asụsụ grenad\": [\n        \"grenadian\"\n    ],\n    \"Gressoria\": [\n        \"gressoria\"\n    ],\n    \"Grete\": [\n        \"grete\"\n    ],\n    \"nwanyị ga-asọpụrụ\": [\n        \"grewsomeness\"\n    ],\n    \"grid\": [\n        \"gridded\",\n        \"grided\",\n        \"grides\",\n        \"grids\"\n    ],\n    \"Gridding\": [\n        \"gridding\"\n    ],\n    \"ghere n'ite\": [\n        \"griddle\"\n    ],\n    \"achịcha griddlecakes\": [\n        \"griddlecakes\"\n    ],\n    \"ihe edere\": [\n        \"griddled\",\n        \"hallmarked\",\n        \"placque\",\n        \"testaments\"\n    ],\n    \"gridridge\": [\n        \"griddles\"\n    ],\n    \"Gridelin\": [\n        \"gridelin\"\n    ],\n    \"Griding\": [\n        \"griding\"\n    ],\n    \"nwee mwute\": [\n        \"grieben\",\n        \"grieced\",\n        \"griecep\"\n    ],\n    \"iru újú\": [\n        \"griefs\"\n    ],\n    \"greige\": [\n        \"griege\"\n    ],\n    \"Grieshuckle\": [\n        \"grieshuckle\"\n    ],\n    \"wute ya\": [\n        \"grieve\"\n    ],\n    \"na-ewute ya\": [\n        \"grievedly\",\n        \"tragicize\"\n    ],\n    \"ndị na-eru uju\": [\n        \"grievers\"\n    ],\n    \"mwute\": [\n        \"grievous\",\n        \"sad\",\n        \"sadism\",\n        \"sadisms\",\n        \"sadness\",\n        \"sadnesses\",\n        \"sadr\",\n        \"sensitiveness\",\n        \"sorrowfulness\",\n        \"sorrowingly\"\n    ],\n    \"griff\": [\n        \"griffes\"\n    ],\n    \"Ngozi\": [\n        \"griffon\",\n        \"jundies\"\n    ],\n    \"emenye ụjọ\": [\n        \"grifted\"\n    ],\n    \"Grihastha\": [\n        \"grihastha\"\n    ],\n    \"imi ihe\": [\n        \"grill\",\n        \"grilling\",\n        \"grillwork\"\n    ],\n    \"imekpa\": [\n        \"grillading\",\n        \"panure\"\n    ],\n    \"grill\": [\n        \"grilled\"\n    ],\n    \"Griller\": [\n        \"griller\"\n    ],\n    \"Grilles\": [\n        \"grilles\"\n    ],\n    \"ọrụ grille\": [\n        \"grillework\"\n    ],\n    \"grịl\": [\n        \"grilses\"\n    ],\n    \"dị mwute\": [\n        \"grimly\",\n        \"misfortunately\",\n        \"pityingly\",\n        \"prefortunately\",\n        \"sadic\",\n        \"sadly\",\n        \"wretchedly\"\n    ],\n    \"egweri\": [\n        \"grindable\",\n        \"grindings\",\n        \"recycle\"\n    ],\n    \"gweriri\": [\n        \"grinded\"\n    ],\n    \"Onye na-egwe ọka\": [\n        \"grinderman\"\n    ],\n    \"na-egweri\": [\n        \"grinding\",\n        \"grinds\",\n        \"melling\"\n    ],\n    \"Na-egweri\": [\n        \"grindingly\"\n    ],\n    \"nkume igwe\": [\n        \"grindstones\",\n        \"ironstones\",\n        \"malmstone\",\n        \"ragstone\",\n        \"ripstone\"\n    ],\n    \"ngbede\": [\n        \"gringolee\"\n    ],\n    \"ntụtụ gringophobia\": [\n        \"gringophobia\"\n    ],\n    \"chiri eze\": [\n        \"grinned\"\n    ],\n    \"gioti\": [\n        \"griot\"\n    ],\n    \"ijido\": [\n        \"grip\"\n    ],\n    \"gripper\": [\n        \"griper\"\n    ],\n    \"ndị na-ejide ihe\": [\n        \"gripers\"\n    ],\n    \"ejide\": [\n        \"gripes\",\n        \"gripping\"\n    ],\n    \"Griph\": [\n        \"griph\"\n    ],\n    \"Gryphaea\": [\n        \"gryphaea\"\n    ],\n    \"Griphe\": [\n        \"griphe\"\n    ],\n    \"Griphus\": [\n        \"griphus\"\n    ],\n    \"n'oriri\": [\n        \"gripingly\"\n    ],\n    \"jidere ndị mmadụ\": [\n        \"gripmen\"\n    ],\n    \"adịgide\": [\n        \"grippe\",\n        \"perpetuable\"\n    ],\n    \"nchikọta\": [\n        \"grippingness\",\n        \"gumptions\",\n        \"lumpishness\"\n    ],\n    \"gris\": [\n        \"grislier\"\n    ],\n    \"ọkwụrụ\": [\n        \"grisons\",\n        \"grissons\",\n        \"hucksterer\",\n        \"interpolatively\",\n        \"jelled\",\n        \"leiotriches\",\n        \"pickwork\",\n        \"pliosaur\",\n        \"postvocalically\",\n        \"rudderhead\"\n    ],\n    \"Grisounite\": [\n        \"grisounite\"\n    ],\n    \"griss\": [\n        \"grissens\"\n    ],\n    \"gristle\": [\n        \"gristly\"\n    ],\n    \"Utochukwu\": [\n        \"gristliness\"\n    ],\n    \"mmịrị\": [\n        \"grithbreach\"\n    ],\n    \"enweghị ọmịiko\": [\n        \"gritless\",\n        \"impassionedness\",\n        \"incompassion\",\n        \"incompassionate\",\n        \"incompassionateness\",\n        \"nonpassionateness\",\n        \"panpathy\",\n        \"spindliness\",\n        \"uncompassion\",\n        \"uncompassionate\",\n        \"uncompassionated\",\n        \"uncompassionately\",\n        \"uncompassionateness\",\n        \"uncompassioned\",\n        \"unimpassionately\",\n        \"unimpassioned\",\n        \"unimpassionedly\",\n        \"unimpassionedness\",\n        \"unpassionate\",\n        \"unpassionately\",\n        \"unpassionateness\",\n        \"unpassioned\",\n        \"unpatent\",\n        \"unpaternal\",\n        \"unpathetic\",\n        \"unpathetically\",\n        \"unpatriotic\",\n        \"unpatristically\",\n        \"unpitiful\",\n        \"unsympathetic\",\n        \"unsympatheticness\",\n        \"unsympathy\",\n        \"unsympathized\"\n    ],\n    \"Grittiest\": [\n        \"grittiest\"\n    ],\n    \"gritrit\": [\n        \"grittle\"\n    ],\n    \"Ọ dị mkpa\": [\n        \"grivets\"\n    ],\n    \"grizzlies\": [\n        \"grizzles\",\n        \"grizzlier\"\n    ],\n    \"Okirikiri\": [\n        \"grizzly\",\n        \"hemispheres\",\n        \"lustral\",\n        \"overstrident\",\n        \"sclerotial\"\n    ],\n    \"nwoke grizzly\": [\n        \"grizzlyman\"\n    ],\n    \"grizziness\": [\n        \"grizzliness\"\n    ],\n    \"na-asụ ude\": [\n        \"groan\",\n        \"groaner\",\n        \"groaners\",\n        \"groanful\",\n        \"groaning\",\n        \"groaningly\",\n        \"groans\",\n        \"groping\",\n        \"grouching\",\n        \"moanful\",\n        \"moanfully\",\n        \"moaning\",\n        \"moanless\",\n        \"oasts\",\n        \"rumblingly\",\n        \"sighingly\",\n        \"speaning\",\n        \"wheeping\",\n        \"whimpering\"\n    ],\n    \"akwaa akwa\": [\n        \"groaned\"\n    ],\n    \"ịkpọ asịrị\": [\n        \"grobianism\"\n    ],\n    \"onye na-ere nri\": [\n        \"groceryman\"\n    ],\n    \"Ihe oriri\": [\n        \"grocerymen\"\n    ],\n    \"ndị na-ere ihe oriri\": [\n        \"grocers\"\n    ],\n    \"ngaa\": [\n        \"grog\"\n    ],\n    \"ụlọ ahịa grog\": [\n        \"grogshop\"\n    ],\n    \"grog ụlọ ahịa\": [\n        \"grogshops\"\n    ],\n    \"groins\": [\n        \"groinery\"\n    ],\n    \"sokwaa\": [\n        \"grolier\",\n        \"grolieresque\"\n    ],\n    \"gromatiks\": [\n        \"gromatics\"\n    ],\n    \"grommet\": [\n        \"gromet\",\n        \"grummet\"\n    ],\n    \"ndị na-edozi ahụ\": [\n        \"groomers\",\n        \"hygiantics\",\n        \"hygienists\",\n        \"mechanotherapists\",\n        \"nutrients\",\n        \"nutritionists\",\n        \"sanitarians\"\n    ],\n    \"Nwoke nwaanyi\": [\n        \"groomsman\"\n    ],\n    \"ndị na-emekọ ihe\": [\n        \"groomsmen\"\n    ],\n    \"sọọsọ\": [\n        \"grooved\",\n        \"holystoned\",\n        \"nargile\",\n        \"profugate\",\n        \"scowdered\",\n        \"sneer\",\n        \"sneest\",\n        \"sogging\",\n        \"solemnly\",\n        \"southed\",\n        \"spewing\",\n        \"stationery\"\n    ],\n    \"Groovier\": [\n        \"groovier\"\n    ],\n    \"groo\": [\n        \"grooving\"\n    ],\n    \"gros\": [\n        \"groser\"\n    ],\n    \"ngwee\": [\n        \"grossen\"\n    ],\n    \"gross\": [\n        \"grosses\",\n        \"grossing\"\n    ],\n    \"buru ihe ojoo\": [\n        \"grossularious\"\n    ],\n    \"ngota\": [\n        \"grothite\",\n        \"groutite\"\n    ],\n    \"enwere ike ịgbatị\": [\n        \"groundable\"\n    ],\n    \"blọber\": [\n        \"groundberry\"\n    ],\n    \"nnụnụ ala\": [\n        \"groundbird\"\n    ],\n    \"onye na-emebi emebi ala\": [\n        \"groundbreaker\"\n    ],\n    \"ifuru ala\": [\n        \"groundflower\"\n    ],\n    \"ịtọ ntọala\": [\n        \"grounding\"\n    ],\n    \"eriri ala\": [\n        \"groundline\",\n        \"hemstitch\",\n        \"landline\",\n        \"lineas\"\n    ],\n    \"ịdị ala\": [\n        \"groundliness\",\n        \"humilities\",\n        \"lowishness\",\n        \"lowness\",\n        \"presignificancy\",\n        \"sublimeness\"\n    ],\n    \"na-agbọnụ ala\": [\n        \"groundling\"\n    ],\n    \"onye okpuru ala\": [\n        \"groundman\"\n    ],\n    \"mgbakwasị\": [\n        \"grounds\"\n    ],\n    \"idebe ihe\": [\n        \"groundskeeping\"\n    ],\n    \"Ogba / Egbema\": [\n        \"groundswell\",\n        \"petersburg\",\n        \"pterophorid\"\n    ],\n    \"Okwesili\": [\n        \"groundswells\",\n        \"owlery\",\n        \"squamaceous\"\n    ],\n    \"ala osisi\": [\n        \"groundwood\"\n    ],\n    \"ndị otu\": [\n        \"groupers\",\n        \"members\",\n        \"partisans\",\n        \"teammates\",\n        \"unitarians\"\n    ],\n    \"Otu\": [\n        \"groupie\"\n    ],\n    \"otu dị iche iche\": [\n        \"groupies\"\n    ],\n    \"groopoid\": [\n        \"groupoid\"\n    ],\n    \"groopoids\": [\n        \"groupoids\"\n    ],\n    \"onye na-ewe ihe ubi\": [\n        \"grouter\",\n        \"harvestman\"\n    ],\n    \"ndị na-ebu ozi\": [\n        \"grouters\",\n        \"saluters\"\n    ],\n    \"Grove\": [\n        \"grove\"\n    ],\n    \"Grik ga\": [\n        \"groved\"\n    ],\n    \"Groove\": [\n        \"groveled\"\n    ],\n    \"onye na-ere ihe\": [\n        \"groveler\",\n        \"mealer\"\n    ],\n    \"ọkwụrụ n’igwe\": [\n        \"groveller\"\n    ],\n    \"Groovers\": [\n        \"grovers\"\n    ],\n    \"ikwiikwii\": [\n        \"grovet\",\n        \"owk\",\n        \"owl\",\n        \"owlet\",\n        \"owlglass\",\n        \"owlhead\",\n        \"owling\",\n        \"owlism\",\n        \"owllike\",\n        \"owls\"\n    ],\n    \"onye na-eme ihe ubi\": [\n        \"grower\"\n    ],\n    \"eto eto\": [\n        \"growingupness\",\n        \"outdeviled\"\n    ],\n    \"onye na-eto eto\": [\n        \"growler\",\n        \"growlier\",\n        \"outdweller\",\n        \"treespeeler\",\n        \"vegetobituminous\"\n    ],\n    \"ndị na-azụlite ihe\": [\n        \"growleries\",\n        \"growlers\"\n    ],\n    \"eto\": [\n        \"growliness\",\n        \"growthiness\",\n        \"growths\",\n        \"ovogenous\"\n    ],\n    \"etolitela\": [\n        \"grownup\"\n    ],\n    \"ndị tolitegoro\": [\n        \"grownups\"\n    ],\n    \"enweghị uto\": [\n        \"growthless\"\n    ],\n    \"idide\": [\n        \"grub\",\n        \"grubber\",\n        \"wormy\"\n    ],\n    \"imi\": [\n        \"grubbed\",\n        \"grume\",\n        \"grumpish\",\n        \"mucor\",\n        \"mucus\",\n        \"mucuses\",\n        \"mucusin\",\n        \"nose\",\n        \"nosean\",\n        \"noseanite\",\n        \"nosed\",\n        \"nosegay\",\n        \"nosema\",\n        \"noses\",\n        \"nosewise\",\n        \"sink\",\n        \"sinky\",\n        \"snout\",\n        \"sonk\"\n    ],\n    \"ndị isi mmiri\": [\n        \"grubbers\"\n    ],\n    \"imiwe\": [\n        \"grubble\"\n    ],\n    \"ataputa\": [\n        \"grubroot\"\n    ],\n    \"ichi ọka\": [\n        \"grubstaking\"\n    ],\n    \"n'okporo ámá\": [\n        \"grubstreet\",\n        \"streen\",\n        \"street\",\n        \"streetage\",\n        \"streetless\",\n        \"streets\",\n        \"streetscape\",\n        \"streetside\",\n        \"streetwalker\"\n    ],\n    \"idide ikpuru\": [\n        \"grubworms\"\n    ],\n    \"na iwe\": [\n        \"grudgefully\"\n    ],\n    \"ndị iwe\": [\n        \"grudgeons\",\n        \"upsetters\"\n    ],\n    \"Onye iwe\": [\n        \"grudger\"\n    ],\n    \"jiri iwe\": [\n        \"grudgingly\",\n        \"infuriately\",\n        \"temperedly\"\n    ],\n    \"GRUEL\": [\n        \"gruel\"\n    ],\n    \"grue\": [\n        \"grueled\"\n    ],\n    \"onye na-eme ihe ọchị\": [\n        \"grueler\",\n        \"humoralist\",\n        \"merrymaker\"\n    ],\n    \"ndị na-eme ihe ọchị\": [\n        \"gruelers\",\n        \"gruellers\",\n        \"teaselers\"\n    ],\n    \"kechi\": [\n        \"gruellings\",\n        \"gruffly\",\n        \"gruppetto\",\n        \"inbye\",\n        \"morphetic\",\n        \"wacky\",\n        \"wrapping\"\n    ],\n    \"Gruesomeness\": [\n        \"gruesomeness\"\n    ],\n    \"gruff\": [\n        \"gruf\",\n        \"gruffed\"\n    ],\n    \"nguru\": [\n        \"grugru\"\n    ],\n    \"gruy\": [\n        \"gruys\"\n    ],\n    \"atamu ntamu\": [\n        \"grumble\",\n        \"grumbly\",\n        \"murmured\",\n        \"murmurless\"\n    ],\n    \"atamuru\": [\n        \"grumbled\"\n    ],\n    \"onye na-atamu ntamu\": [\n        \"grumbler\",\n        \"grumbletonian\"\n    ],\n    \"ndị na-atamu ntamu\": [\n        \"grumblers\"\n    ],\n    \"na-atamu ntamu\": [\n        \"grumbles\",\n        \"grumblesome\",\n        \"grumbling\",\n        \"grumblingly\",\n        \"mumbling\",\n        \"murmurers\",\n        \"murmuring\",\n        \"murmuringly\",\n        \"murmurlessly\",\n        \"murmurs\",\n        \"mutteringly\"\n    ],\n    \"kewe iwe\": [\n        \"grumly\",\n        \"grumphy\",\n        \"grumpy\"\n    ],\n    \"atumanya\": [\n        \"grummels\"\n    ],\n    \"grimmer\": [\n        \"grummer\"\n    ],\n    \"grum\": [\n        \"grumous\"\n    ],\n    \"iwe ọkụ\": [\n        \"grumphie\",\n        \"haust\",\n        \"inflame\"\n    ],\n    \"siwe iwe\": [\n        \"grumpier\"\n    ],\n    \"kasị ewute\": [\n        \"grumpiest\"\n    ],\n    \"Grundel\": [\n        \"grundel\"\n    ],\n    \"Grundy\": [\n        \"grundyite\"\n    ],\n    \"Grunerite\": [\n        \"grunerite\"\n    ],\n    \"ichi okwa\": [\n        \"gruneritization\"\n    ],\n    \"gruns\": [\n        \"grunions\"\n    ],\n    \"grunt\": [\n        \"grunted\"\n    ],\n    \"ndị na-akụ\": [\n        \"grunters\"\n    ],\n    \"grun\": [\n        \"grunts\"\n    ],\n    \"Gruppo\": [\n        \"gruppo\"\n    ],\n    \"tipu\": [\n        \"grush\"\n    ],\n    \"onye Grusian\": [\n        \"grusian\"\n    ],\n    \"Grịl\": [\n        \"grutches\"\n    ],\n    \"Gr\": [\n        \"grx\"\n    ],\n    \"IGIHE\": [\n        \"gtt\",\n        \"rhopalura\",\n        \"rusky\"\n    ],\n    \"Guaican\": [\n        \"guaican\"\n    ],\n    \"onye nchebe\": [\n        \"guaranteer\",\n        \"protector\",\n        \"securitan\"\n    ],\n    \"ndị na-ekwe nkwa\": [\n        \"guaranteers\",\n        \"prompters\"\n    ],\n    \"e kwere\": [\n        \"guaranty\"\n    ],\n    \"guaranti\": [\n        \"guaranties\"\n    ],\n    \"onye kwere nkwa\": [\n        \"guarantor\",\n        \"vowmaker\"\n    ],\n    \"echebe\": [\n        \"guardable\",\n        \"guarded\",\n        \"guardless\",\n        \"keepable\",\n        \"nonguard\",\n        \"prenuptial\",\n        \"presecured\",\n        \"shelty\",\n        \"shelties\",\n        \"shieldable\",\n        \"shielded\"\n    ],\n    \"eche nche\": [\n        \"guardedly\",\n        \"guardful\"\n    ],\n    \"na-eche nche\": [\n        \"guardfully\",\n        \"guardingly\",\n        \"outposts\",\n        \"vigils\"\n    ],\n    \"ẹkekpemede\": [\n        \"guardians\"\n    ],\n    \"ichebe\": [\n        \"guarding\",\n        \"guardship\",\n        \"preservability\",\n        \"preservable\",\n        \"preserval\",\n        \"preservation\",\n        \"preservations\",\n        \"preservatize\",\n        \"preserver\",\n        \"preserving\",\n        \"protectable\",\n        \"protecting\",\n        \"protectingness\",\n        \"proteide\",\n        \"recluseness\",\n        \"remicate\",\n        \"reservicing\",\n        \"safeguard\",\n        \"safeguarding\",\n        \"safetying\",\n        \"saveloy\",\n        \"secernment\",\n        \"seclusion\",\n        \"securing\",\n        \"shielding\",\n        \"spaver\"\n    ],\n    \"dị ka onye nche\": [\n        \"guardlike\"\n    ],\n    \"ime ụlọ nche\": [\n        \"guardroom\"\n    ],\n    \"dị ka ọ dị\": [\n        \"gubernacular\",\n        \"scalelike\"\n    ],\n    \"govanọ\": [\n        \"gubernative\"\n    ],\n    \"sọks\": [\n        \"gucks\",\n        \"soakers\",\n        \"sock\",\n        \"socked\",\n        \"socking\",\n        \"sockless\",\n        \"sockmaker\",\n        \"sockmaking\",\n        \"sockmen\",\n        \"socks\",\n        \"soffits\",\n        \"sokes\",\n        \"sops\",\n        \"soricine\",\n        \"stockinging\",\n        \"stockings\",\n        \"surfacer\"\n    ],\n    \"Onye nduzi\": [\n        \"guddler\"\n    ],\n    \"gudee ihe\": [\n        \"gudebrother\"\n    ],\n    \"guonons\": [\n        \"guenons\"\n    ],\n    \"guernsey\": [\n        \"guernseyed\"\n    ],\n    \"okpuru ism\": [\n        \"guerrillaism\"\n    ],\n    \"kwutere\": [\n        \"guessed\"\n    ],\n    \"ndị na-eche echiche\": [\n        \"guessers\",\n        \"imaginers\",\n        \"imagists\",\n        \"thinkers\"\n    ],\n    \"maa maa\": [\n        \"guessing\"\n    ],\n    \"osiri ike\": [\n        \"guesstimate\",\n        \"guestimate\",\n        \"guestimated\"\n    ],\n    \"ọbịa ụlọ\": [\n        \"guestchamber\"\n    ],\n    \"ụlọ nkwari akụ\": [\n        \"guesthouse\"\n    ],\n    \"ogu ndu\": [\n        \"guffawing\"\n    ],\n    \"Ihọd\": [\n        \"guy\"\n    ],\n    \"guaiac\": [\n        \"guiac\"\n    ],\n    \"guyandotte\": [\n        \"guyandot\"\n    ],\n    \"guyanese\": [\n        \"guianese\"\n    ],\n    \"ọ dị\": [\n        \"guichet\",\n        \"nco\",\n        \"needled\",\n        \"phill\",\n        \"preresembling\"\n    ],\n    \"akwụkwọ ntuziaka\": [\n        \"guidebook\",\n        \"manualism\",\n        \"manuals\"\n    ],\n    \"Akwụkwọ ntuziaka\": [\n        \"guidebooks\"\n    ],\n    \"ụkpụrụ nduzi\": [\n        \"guidelines\",\n        \"mottoes\"\n    ],\n    \"guu\": [\n        \"guiled\"\n    ],\n    \"iji aghụghọ\": [\n        \"guilefully\"\n    ],\n    \"ịtọgharị mmadụ\": [\n        \"guillotining\"\n    ],\n    \"amam ikpe\": [\n        \"guiltful\"\n    ],\n    \"ikpe mara\": [\n        \"guilty\",\n        \"guiltiness\",\n        \"kilty\"\n    ],\n    \"enweghị obi amamikpe\": [\n        \"guiltlessness\"\n    ],\n    \"ndị na-akpọ ụbọ\": [\n        \"guitarists\"\n    ],\n    \"guitar\": [\n        \"guitars\",\n        \"kittar\"\n    ],\n    \"Guittonian\": [\n        \"guittonian\"\n    ],\n    \"ga\": [\n        \"guld\",\n        \"rotes\",\n        \"shall\",\n        \"shalt\",\n        \"vies\",\n        \"will\",\n        \"willi\",\n        \"would\"\n    ],\n    \"dị ka ọwa\": [\n        \"gulflike\"\n    ],\n    \"Ọ gụ\": [\n        \"gulled\"\n    ],\n    \"ezechukwu\": [\n        \"gulley\",\n        \"rotocraft\",\n        \"sarangousty\"\n    ],\n    \"Gulleries\": [\n        \"gulleries\"\n    ],\n    \"idolite\": [\n        \"gullet\"\n    ],\n    \"ulul\": [\n        \"gulleting\"\n    ],\n    \"emekpala ahụ́\": [\n        \"gullying\"\n    ],\n    \"Gullish\": [\n        \"gullish\"\n    ],\n    \"osogbu\": [\n        \"gullishly\"\n    ],\n    \"Gulliver\": [\n        \"gulliver\"\n    ],\n    \"adabacha\": [\n        \"gulllike\",\n        \"tripenny\"\n    ],\n    \"ndị gulpers\": [\n        \"gulpers\"\n    ],\n    \"ọulụ\": [\n        \"gulpier\"\n    ],\n    \"chịngọm\": [\n        \"gum\",\n        \"gumboots\",\n        \"gumchewer\",\n        \"gumdrop\",\n        \"gumdrops\",\n        \"gumless\",\n        \"gumly\",\n        \"gumlike\",\n        \"gummiest\",\n        \"gummose\",\n        \"gummous\",\n        \"gumphion\",\n        \"gums\",\n        \"gumshoes\"\n    ],\n    \"chịngs\": [\n        \"gumbos\"\n    ],\n    \"atamgbe\": [\n        \"gummaking\"\n    ],\n    \"gumgba mbọ\": [\n        \"gumminess\"\n    ],\n    \"gummos\": [\n        \"gummoses\"\n    ],\n    \"onu mmiri\": [\n        \"gump\",\n        \"seak\",\n        \"seamount\"\n    ],\n    \"ihe nkochi\": [\n        \"gumshield\",\n        \"yogic\"\n    ],\n    \"chịkọd\": [\n        \"gumweed\",\n        \"gumweeds\"\n    ],\n    \"agha egbe\": [\n        \"gunarchy\"\n    ],\n    \"gbara egbe\": [\n        \"gunated\",\n        \"shotgunned\"\n    ],\n    \"na-agba egbe\": [\n        \"gunating\",\n        \"gunlaying\",\n        \"gunrunning\",\n        \"gunslinging\",\n        \"gunsmithing\",\n        \"hawking\",\n        \"howking\",\n        \"pistolling\",\n        \"rifling\",\n        \"thigging\"\n    ],\n    \"ndị egbe egbe\": [\n        \"gunfighters\"\n    ],\n    \"gbaa egbe\": [\n        \"gunkholed\",\n        \"shotgunning\"\n    ],\n    \"egbegbe\": [\n        \"gunkholing\"\n    ],\n    \"onye oji egbe\": [\n        \"gunlayer\"\n    ],\n    \"enweghị egbe\": [\n        \"gunless\"\n    ],\n    \"ndị ji egbe\": [\n        \"gunmen\"\n    ],\n    \"ndị na-agba egbe\": [\n        \"gunners\"\n    ],\n    \"akpa gunny\": [\n        \"gunnysacks\"\n    ],\n    \"gynocracy\": [\n        \"gunocracy\"\n    ],\n    \"egbe ụlọ\": [\n        \"gunrooms\"\n    ],\n    \"ụlọ ahịa egbe\": [\n        \"gunshop\"\n    ],\n    \"mgbọ egbe\": [\n        \"gunshots\"\n    ],\n    \"ndi-egbe egbe\": [\n        \"gunsmiths\"\n    ],\n    \"onyeda\": [\n        \"gunther\",\n        \"southerly\",\n        \"tribadic\"\n    ],\n    \"egbewhale\": [\n        \"gunwhale\"\n    ],\n    \"gupta vidya\": [\n        \"guptavidya\"\n    ],\n    \"ụrọ azụ\": [\n        \"gurdfish\"\n    ],\n    \"ntụl\": [\n        \"gurl\"\n    ],\n    \"Gurney\": [\n        \"gurney\"\n    ],\n    \"Gurneyite\": [\n        \"gurneyite\"\n    ],\n    \"gus\": [\n        \"gushes\"\n    ],\n    \"gushing\": [\n        \"gushingness\"\n    ],\n    \"owuwe ihe ubi\": [\n        \"gusset\",\n        \"harvest\",\n        \"harvesting\",\n        \"harvestry\",\n        \"woolgatherer\"\n    ],\n    \"Gussying\": [\n        \"gussying\"\n    ],\n    \"Gustable\": [\n        \"gustable\"\n    ],\n    \"nwee obi ojoo\": [\n        \"gusted\",\n        \"misevaluate\",\n        \"misplease\",\n        \"prickish\"\n    ],\n    \"onye gustiest\": [\n        \"gustiest\"\n    ],\n    \"ochichiri anya\": [\n        \"gustiness\"\n    ],\n    \"Gustless\": [\n        \"gustless\"\n    ],\n    \"gọta\": [\n        \"gutted\",\n        \"gutter\",\n        \"guttered\",\n        \"guttering\",\n        \"gutterlike\",\n        \"guttier\"\n    ],\n    \"gọtaze\": [\n        \"gutterize\"\n    ],\n    \"gọta nwoke\": [\n        \"gutterman\"\n    ],\n    \"gọta spout\": [\n        \"gutterspout\"\n    ],\n    \"gọta maara ihe\": [\n        \"gutterwise\"\n    ],\n    \"guzosie\": [\n        \"guz\"\n    ],\n    \"haaf\": [\n        \"haafs\"\n    ],\n    \"ibikwa\": [\n        \"habitate\"\n    ],\n    \"onye obibi\": [\n        \"habitator\",\n        \"homester\",\n        \"residenter\"\n    ],\n    \"emee ihe\": [\n        \"habitual\"\n    ],\n    \"emegharịrị\": [\n        \"habitually\",\n        \"reballoted\",\n        \"reconsolidated\",\n        \"rematerialized\",\n        \"remodels\",\n        \"repenalized\",\n        \"replayed\"\n    ],\n    \"habituo\": [\n        \"habituated\"\n    ],\n    \"Uchenna Onwuka\": [\n        \"habronemic\"\n    ],\n    \"haacht\": [\n        \"hacht\"\n    ],\n    \"haciendas\": [\n        \"haciendado\"\n    ],\n    \"mbanye anataghị ikike\": [\n        \"hack\",\n        \"hackberry\",\n        \"hackbush\",\n        \"hackdriver\",\n        \"hackeries\",\n        \"hackmack\",\n        \"hackmall\",\n        \"hackneyed\",\n        \"hackneyedly\",\n        \"hackneyer\",\n        \"hackneying\",\n        \"hacktree\"\n    ],\n    \"Mbanye anataghị ikike\": [\n        \"hackbuteer\",\n        \"hackbuts\",\n        \"hackies\",\n        \"hacklog\",\n        \"hackster\",\n        \"hackwood\"\n    ],\n    \"hacker\": [\n        \"hackee\",\n        \"hackees\",\n        \"hackler\"\n    ],\n    \"hakeem\": [\n        \"hackeem\"\n    ],\n    \"hacking\": [\n        \"hackin\",\n        \"hackingly\"\n    ],\n    \"hapụ ngwa ngwa\": [\n        \"hacklier\"\n    ],\n    \"kacha mfe\": [\n        \"hackliest\"\n    ],\n    \"hackney ness\": [\n        \"hackneyedness\"\n    ],\n    \"Hackneyman\": [\n        \"hackneyman\"\n    ],\n    \"hasassa\": [\n        \"hadassah\"\n    ],\n    \"hadeded\": [\n        \"haded\"\n    ],\n    \"nwebu\": [\n        \"hadentomoid\"\n    ],\n    \"Hades\": [\n        \"hades\"\n    ],\n    \"hadhramaut ian\": [\n        \"hadhramautian\"\n    ],\n    \"hadith\": [\n        \"hadit\"\n    ],\n    \"Hadith\": [\n        \"hadiths\"\n    ],\n    \"nwee ala\": [\n        \"hadland\"\n    ],\n    \"agbaghị\": [\n        \"hadnt\",\n        \"imputably\",\n        \"inconfused\",\n        \"lated\",\n        \"noncircumscribed\",\n        \"nonviscidly\",\n        \"unbedded\",\n        \"uncited\",\n        \"unfluked\",\n        \"ungrilled\"\n    ],\n    \"Hadrom\": [\n        \"hadrom\"\n    ],\n    \"Hadọn\": [\n        \"hadron\"\n    ],\n    \"haemaggutinative\": [\n        \"haemagglutinative\"\n    ],\n    \"ihe haematik\": [\n        \"haematics\"\n    ],\n    \"hematocrit\": [\n        \"haematocrit\"\n    ],\n    \"hematology\": [\n        \"haematology\"\n    ],\n    \"ọkà n'ihe banyere ọrịa haematologist\": [\n        \"haematologist\"\n    ],\n    \"hematoma\": [\n        \"haematoma\"\n    ],\n    \"haemomometa\": [\n        \"haematometer\"\n    ],\n    \"hemodialysis\": [\n        \"haemodialysis\"\n    ],\n    \"haemometa\": [\n        \"haemometer\"\n    ],\n    \"haemophilia\": [\n        \"haemophil\"\n    ],\n    \"haemophilic\": [\n        \"haemophile\"\n    ],\n    \"oruru ọgbụgba\": [\n        \"haemorrhaging\"\n    ],\n    \"hemorrhoid\": [\n        \"haemorrhoids\",\n        \"hemorrhodin\",\n        \"hemorrhoids\"\n    ],\n    \"Nneka\": [\n        \"haets\",\n        \"harts\"\n    ],\n    \"haffkine\": [\n        \"haffkinize\"\n    ],\n    \"haftara\": [\n        \"haftarah\"\n    ],\n    \"hacks\": [\n        \"hafts\"\n    ],\n    \"hagadist\": [\n        \"hagadists\"\n    ],\n    \"hagdọn\": [\n        \"hagdons\"\n    ],\n    \"hagfish\": [\n        \"hagfishes\"\n    ],\n    \"haggadah\": [\n        \"haggada\",\n        \"haggaday\",\n        \"haggadal\"\n    ],\n    \"haggard si\": [\n        \"haggards\"\n    ],\n    \"hagger\": [\n        \"hagged\",\n        \"haggeis\"\n    ],\n    \"haging\": [\n        \"hagging\"\n    ],\n    \"obi iru ala\": [\n        \"haggishness\",\n        \"tranquility\",\n        \"tranquillity\",\n        \"tranquillization\",\n        \"tranquilness\"\n    ],\n    \"haggle\": [\n        \"haggled\",\n        \"haggler\",\n        \"hagglers\"\n    ],\n    \"haggging\": [\n        \"haggling\"\n    ],\n    \"aka_egwuruegwu\": [\n        \"hagioscopic\"\n    ],\n    \"haye\": [\n        \"hayed\",\n        \"hayey\",\n        \"hayer\"\n    ],\n    \"ndị kpọrọ ha asị\": [\n        \"hayers\"\n    ],\n    \"hayfork\": [\n        \"hayforks\"\n    ],\n    \"haiku\": [\n        \"haik\",\n        \"haika\"\n    ],\n    \"haik\": [\n        \"haikh\"\n    ],\n    \"ntutu\": [\n        \"hailes\",\n        \"hair\",\n        \"hairier\",\n        \"hairif\",\n        \"hairlock\",\n        \"hairof\",\n        \"hairs\",\n        \"hairse\",\n        \"hairtail\",\n        \"haiver\"\n    ],\n    \"hiilse\": [\n        \"hailse\"\n    ],\n    \"Akụ́ mmiri ígwé\": [\n        \"hailstones\"\n    ],\n    \"akụ́ mmiri igwe\": [\n        \"hailstorm\"\n    ],\n    \"oké mmiri ozuzo\": [\n        \"hailstorms\",\n        \"storm\",\n        \"stormbelt\",\n        \"stormbound\",\n        \"stormtide\",\n        \"stormtight\",\n        \"tempests\"\n    ],\n    \"haym\": [\n        \"haymakers\"\n    ],\n    \"Hamish\": [\n        \"haymish\"\n    ],\n    \"hainan\": [\n        \"hainai\"\n    ],\n    \"Hainanese\": [\n        \"hainanese\"\n    ],\n    \"haine\": [\n        \"hained\"\n    ],\n    \"hay rake\": [\n        \"hayrake\"\n    ],\n    \"bọọlụ ntutu\": [\n        \"hairball\",\n        \"hairballs\",\n        \"hairbell\"\n    ],\n    \"ntutu isi\": [\n        \"hairband\",\n        \"hairbands\",\n        \"hairbird\",\n        \"hairbrushes\",\n        \"hairdodos\",\n        \"hairdos\",\n        \"hairdryers\",\n        \"hairgrass\",\n        \"hairgrip\",\n        \"hairhoof\",\n        \"hairhound\",\n        \"hairiness\",\n        \"hairlace\",\n        \"hairlet\",\n        \"hairline\",\n        \"hairlines\",\n        \"hairlocks\",\n        \"hairmeal\",\n        \"hairpiece\",\n        \"hairpieces\",\n        \"hairpin\",\n        \"hairsplitter\",\n        \"hairspray\",\n        \"hairsprays\",\n        \"hairspring\",\n        \"hairsprings\",\n        \"hairstreak\",\n        \"hairup\",\n        \"hairweave\",\n        \"hairweaver\",\n        \"hairweed\",\n        \"hairworm\"\n    ],\n    \"ajị agba ntutu\": [\n        \"hairbeard\"\n    ],\n    \"edozi ntutu\": [\n        \"hairbrained\"\n    ],\n    \"Ogologo ntutu\": [\n        \"hairbreadth\",\n        \"hairbreadths\",\n        \"hairsbreadth\",\n        \"hairsbreadths\"\n    ],\n    \"ahịhịa ntutu\": [\n        \"hairbrush\"\n    ],\n    \"okpu isi\": [\n        \"haircap\",\n        \"haircaps\",\n        \"hatbrush\",\n        \"hatstand\",\n        \"headlamp\",\n        \"headrope\"\n    ],\n    \"ákwà ntutu\": [\n        \"haircloth\"\n    ],\n    \"akwa ntutu\": [\n        \"haircloths\"\n    ],\n    \"onye na-akpụ ntutu\": [\n        \"haircutter\"\n    ],\n    \"edozi isi\": [\n        \"hairdo\",\n        \"hairdressing\",\n        \"hairst\",\n        \"hairstane\",\n        \"hairstyle\",\n        \"hairstyles\",\n        \"hairstyling\",\n        \"hairstone\"\n    ],\n    \"onye na-edozi ntutu isi\": [\n        \"hairdress\",\n        \"hairdresser\"\n    ],\n    \"ndị na-edozi ntutu isi\": [\n        \"hairdressers\"\n    ],\n    \"draya ntutu\": [\n        \"hairdryer\"\n    ],\n    \"zilaga\": [\n        \"haire\",\n        \"haired\",\n        \"hairen\"\n    ],\n    \"aji ntutu\": [\n        \"hairychested\"\n    ],\n    \"hay\": [\n        \"hayricks\"\n    ],\n    \"yiri ntutu\": [\n        \"hairlike\"\n    ],\n    \"ịme ntutu\": [\n        \"hairmoneering\"\n    ],\n    \"ome ntutu\": [\n        \"hairmonger\"\n    ],\n    \"ntutu ntutu\": [\n        \"hairpins\",\n        \"hairsplitters\",\n        \"hairsplitting\"\n    ],\n    \"onye na-ede ntutu isi\": [\n        \"hairstylist\"\n    ],\n    \"ndị na-edozi isi\": [\n        \"hairstylists\"\n    ],\n    \"ndị na-akpụ ntutu\": [\n        \"hairweavers\"\n    ],\n    \"osisi ntutu\": [\n        \"hairwood\",\n        \"treehair\"\n    ],\n    \"ọrụ ntutu\": [\n        \"hairwork\",\n        \"hairworks\"\n    ],\n    \"ukpa ntutu\": [\n        \"hairworms\"\n    ],\n    \"ahịhịa kpọrọ\": [\n        \"haystacks\"\n    ],\n    \"ndị Haiti\": [\n        \"haitians\"\n    ],\n    \"hajị\": [\n        \"hajj\",\n        \"hajjes\",\n        \"hajjis\"\n    ],\n    \"akafoth\": [\n        \"hakafoth\"\n    ],\n    \"halaka\": [\n        \"halakahs\"\n    ],\n    \"halak\": [\n        \"halakist\"\n    ],\n    \"ndị halakist\": [\n        \"halakists\"\n    ],\n    \"halalah\": [\n        \"halalahs\"\n    ],\n    \"hahab\": [\n        \"halations\"\n    ],\n    \"okara\": [\n        \"halch\",\n        \"halfblood\",\n        \"halfen\",\n        \"halfer\",\n        \"halflang\",\n        \"halfpaced\",\n        \"halftone\",\n        \"halfungs\",\n        \"halfword\",\n        \"hallock\",\n        \"halvans\",\n        \"halve\",\n        \"halves\"\n    ],\n    \"Ndị na-akpọ haker\": [\n        \"halers\"\n    ],\n    \"Halerz\": [\n        \"halerz\"\n    ],\n    \"Halesia\": [\n        \"halesia\"\n    ],\n    \"ọkara azụ\": [\n        \"halfback\",\n        \"halfbacks\"\n    ],\n    \"nkera ọkara\": [\n        \"halfbeak\",\n        \"halfy\",\n        \"semipertinent\",\n        \"semiquantitative\"\n    ],\n    \"ọkara bekee\": [\n        \"halfbeaks\"\n    ],\n    \"ọkarakara\": [\n        \"halfcock\"\n    ],\n    \"ọkara isi\": [\n        \"halfheaded\"\n    ],\n    \"eji obi abua\": [\n        \"halfhearted\"\n    ],\n    \"ji obi dum\": [\n        \"halfheartedly\",\n        \"wholehearted\",\n        \"wholeheartedly\",\n        \"wholeheartedness\"\n    ],\n    \"ọkara aka ọkara\": [\n        \"halfhourly\"\n    ],\n    \"ọkara ndụ\": [\n        \"halflife\",\n        \"halflives\"\n    ],\n    \"lingzụ\": [\n        \"halfling\"\n    ],\n    \"onye okara\": [\n        \"halfman\"\n    ],\n    \"ọkara nke ọnwa\": [\n        \"halfmoon\"\n    ],\n    \"ọkara ụzọ\": [\n        \"halfpace\",\n        \"semilooper\"\n    ],\n    \"nkeiruka\": [\n        \"halfpennyworth\",\n        \"victorianly\"\n    ],\n    \"ọkara ọkara\": [\n        \"halftime\",\n        \"halved\",\n        \"semiandrogenous\",\n        \"semiarborescent\",\n        \"semiarc\",\n        \"semiarch\",\n        \"semiaridity\",\n        \"semibody\",\n        \"semielision\",\n        \"semiengaged\",\n        \"semihaness\",\n        \"semiharden\",\n        \"semihastate\",\n        \"semihexagon\",\n        \"semihonor\",\n        \"semihoral\",\n        \"semilocular\",\n        \"semilog\",\n        \"semilor\",\n        \"semipause\",\n        \"semipectoral\",\n        \"semiperimeter\",\n        \"semipopish\",\n        \"semiurn\"\n    ],\n    \"ọkara oge\": [\n        \"halftimes\"\n    ],\n    \"okwu ọkara\": [\n        \"halfwords\"\n    ],\n    \"halibioti\": [\n        \"halibiotic\"\n    ],\n    \"halịbọt\": [\n        \"halibiu\",\n        \"halibut\",\n        \"halibuter\",\n        \"halibuts\"\n    ],\n    \"Asụsụ Halicarnassian\": [\n        \"halicarnassian\"\n    ],\n    \"oke ugwu\": [\n        \"halidoms\"\n    ],\n    \"nke abuo\": [\n        \"halimous\",\n        \"secondarily\",\n        \"semantical\"\n    ],\n    \"nnukwu ọnụ ụlọ\": [\n        \"hall\",\n        \"hallmote\"\n    ],\n    \"hallah\": [\n        \"hallahs\"\n    ],\n    \"nwata nwanyi\": [\n        \"hallboy\"\n    ],\n    \"onye nnabata ihe\": [\n        \"hallcist\"\n    ],\n    \"Hallelujah\": [\n        \"hallelujah\"\n    ],\n    \"hallelujah\": [\n        \"hallelujahs\"\n    ],\n    \"hallọn\": [\n        \"hallion\"\n    ],\n    \"onye ndumodu\": [\n        \"hallman\",\n        \"negotiatress\",\n        \"warner\"\n    ],\n    \"ịloụ sịga\": [\n        \"halloing\"\n    ],\n    \"otu abuo\": [\n        \"hallot\"\n    ],\n    \"sọ nsọ\": [\n        \"hallow\",\n        \"hallowd\"\n    ],\n    \"ụbọchị dị nsọ\": [\n        \"hallowday\"\n    ],\n    \"ịdị nsọ\": [\n        \"hallowedness\",\n        \"hallowing\",\n        \"holier\",\n        \"ordinariness\",\n        \"sacredness\",\n        \"saify\",\n        \"saintlikeness\",\n        \"saintliness\",\n        \"sanctanimity\",\n        \"sanctifiableness\",\n        \"sanctilogy\",\n        \"sanctimonial\",\n        \"sanctimoniousness\",\n        \"sanctity\",\n        \"sanctitude\",\n        \"sanctology\",\n        \"sulliedness\",\n        \"unsanctimoniousness\"\n    ],\n    \"Halloween\": [\n        \"halloween\"\n    ],\n    \"ụlọ nzukọ\": [\n        \"hallroom\",\n        \"synagog\",\n        \"synagogs\",\n        \"synagogue\",\n        \"synagogues\"\n    ],\n    \"slọ nzukọ\": [\n        \"halls\"\n    ],\n    \"ezenwata\": [\n        \"hallstattian\"\n    ],\n    \"ịmụ anya arọ nrọ\": [\n        \"hallucinate\",\n        \"hallucinates\",\n        \"hallucinating\",\n        \"hallucination\",\n        \"hallucinational\",\n        \"hallucinations\",\n        \"hallucinative\",\n        \"hallucinator\",\n        \"hallucinatory\"\n    ],\n    \"paseeji\": [\n        \"hallway\",\n        \"hallways\",\n        \"plottage\"\n    ],\n    \"halobion\": [\n        \"halobiont\"\n    ],\n    \"Haloed\": [\n        \"haloed\"\n    ],\n    \"Haloid\": [\n        \"haloid\"\n    ],\n    \"logba ọsọ\": [\n        \"halomancy\"\n    ],\n    \"halometa\": [\n        \"halometer\"\n    ],\n    \"lolọ ọrụ\": [\n        \"haloragidaceous\"\n    ],\n    \"ukwuhu\": [\n        \"halp\"\n    ],\n    \"Halper\": [\n        \"halper\"\n    ],\n    \"kwụsịtụrụ\": [\n        \"halterbreak\",\n        \"respaced\",\n        \"stalactitied\",\n        \"stalled\",\n        \"stoppered\",\n        \"stopt\",\n        \"suspended\",\n        \"suspenderless\",\n        \"suspends\",\n        \"suspenses\",\n        \"suspensorial\",\n        \"suspensories\",\n        \"suspired\",\n        \"suspires\",\n        \"tantrist\"\n    ],\n    \"dị ka-anọghị\": [\n        \"halterlike\"\n    ],\n    \"haltika\": [\n        \"haltica\"\n    ],\n    \"n'ibepụ\": [\n        \"haltingly\"\n    ],\n    \"onye halurgist\": [\n        \"halurgist\"\n    ],\n    \"apata ụkwụ ezi\": [\n        \"ham\"\n    ],\n    \"Hamal\": [\n        \"hamals\"\n    ],\n    \"Hamamelis\": [\n        \"hamamelis\"\n    ],\n    \"Hamamelites\": [\n        \"hamamelites\"\n    ],\n    \"ọkà mmụta hamartiologist\": [\n        \"hamartiologist\"\n    ],\n    \"hama\": [\n        \"hamated\",\n        \"hammals\",\n        \"hammed\",\n        \"hammer\",\n        \"hammerbird\",\n        \"hammercloth\",\n        \"hammercloths\",\n        \"hammerdress\",\n        \"hammerer\",\n        \"hammerheaded\",\n        \"hammerheads\",\n        \"hammering\",\n        \"hammeringly\",\n        \"hammerlocks\",\n        \"hammerman\",\n        \"hammers\",\n        \"hammersmith\",\n        \"hammertoe\",\n        \"hammertoes\",\n        \"hammerwort\",\n        \"hamming\"\n    ],\n    \"Hamet\": [\n        \"hamates\",\n        \"hamilt\"\n    ],\n    \"Hamathite\": [\n        \"hamathite\"\n    ],\n    \"hamba\": [\n        \"hamber\"\n    ],\n    \"hamburg\": [\n        \"hamburgs\"\n    ],\n    \"Hamel\": [\n        \"hamel\"\n    ],\n    \"Hamelia\": [\n        \"hamelia\"\n    ],\n    \"Hames\": [\n        \"hames\"\n    ],\n    \"Hamesoken\": [\n        \"hamesoken\"\n    ],\n    \"hammckcken\": [\n        \"hamesucken\"\n    ],\n    \"okpu agha\": [\n        \"hametugs\",\n        \"helcology\",\n        \"helcotic\",\n        \"hellicat\",\n        \"helmet\",\n        \"helmeted\",\n        \"helmetflower\",\n        \"helmeting\",\n        \"helmetpod\",\n        \"helmets\",\n        \"helminthes\",\n        \"helms\",\n        \"helmsmanship\",\n        \"soralium\",\n        \"turmet\"\n    ],\n    \"akpụrụ akpụ\": [\n        \"hamfatter\"\n    ],\n    \"Hamidian\": [\n        \"hamidian\"\n    ],\n    \"obinwanne\": [\n        \"hamidieh\",\n        \"mesnalties\",\n        \"shmaltzy\"\n    ],\n    \"Hamilton\": [\n        \"hamilton\"\n    ],\n    \"Hamiltonị\": [\n        \"hamiltonian\"\n    ],\n    \"Hamiltonianism\": [\n        \"hamiltonianism\"\n    ],\n    \"Hamiltonism\": [\n        \"hamiltonism\"\n    ],\n    \"Hamite\": [\n        \"hamite\"\n    ],\n    \"hamitty\": [\n        \"hamiticized\"\n    ],\n    \"Hamlah\": [\n        \"hamlah\"\n    ],\n    \"haletize\": [\n        \"hamletize\"\n    ],\n    \"chiri hama\": [\n        \"hammered\"\n    ],\n    \"hammere\": [\n        \"hammerers\"\n    ],\n    \"hama isi\": [\n        \"hammerhead\"\n    ],\n    \"hamerkop\": [\n        \"hammerkop\"\n    ],\n    \"hama enweghị\": [\n        \"hammerless\"\n    ],\n    \"hama dị ka\": [\n        \"hammerlike\"\n    ],\n    \"Hammy\": [\n        \"hammy\"\n    ],\n    \"Hamma\": [\n        \"hammier\"\n    ],\n    \"Hammiest\": [\n        \"hammiest\"\n    ],\n    \"nkụchi\": [\n        \"hamminess\",\n        \"parenthesis\",\n        \"shrivels\",\n        \"wringers\"\n    ],\n    \"hammock\": [\n        \"hammocklike\"\n    ],\n    \"Na-egbochi\": [\n        \"hamper\",\n        \"hampered\",\n        \"hampering\",\n        \"impedes\"\n    ],\n    \"hampere\": [\n        \"hamperers\"\n    ],\n    \"hamp\": [\n        \"hampers\"\n    ],\n    \"onye nkwusa hampshireman\": [\n        \"hampshireman\"\n    ],\n    \"ndị Hampshire\": [\n        \"hampshiremen\"\n    ],\n    \"Hampshirite\": [\n        \"hampshirite\"\n    ],\n    \"Hampshirites\": [\n        \"hampshirites\"\n    ],\n    \"Hamsters\": [\n        \"hamsters\"\n    ],\n    \"Owela\": [\n        \"hamstringed\"\n    ],\n    \"stdọ\": [\n        \"hamstrings\"\n    ],\n    \"Hamulites\": [\n        \"hamulites\"\n    ],\n    \"hamulu\": [\n        \"hamulus\"\n    ],\n    \"Hamzah\": [\n        \"hamzah\",\n        \"hamzahs\"\n    ],\n    \"bọl aka\": [\n        \"handball\",\n        \"handballer\",\n        \"handballs\",\n        \"handbank\"\n    ],\n    \"onye njikwa ego\": [\n        \"handbanker\"\n    ],\n    \"nkuchi aka\": [\n        \"handbarrow\"\n    ],\n    \"nkuaka\": [\n        \"handblow\",\n        \"wingbow\"\n    ],\n    \"obere akwukwo\": [\n        \"handbook\",\n        \"littleleaf\"\n    ],\n    \"akwukwo aka\": [\n        \"handbooks\",\n        \"handouts\"\n    ],\n    \"obosara aka\": [\n        \"handbreadth\"\n    ],\n    \"ejiri aka mee\": [\n        \"handcrafted\"\n    ],\n    \"na-eme aka\": [\n        \"handcrafting\",\n        \"handwaving\",\n        \"handweaving\"\n    ],\n    \"onye ọrụ aka\": [\n        \"handcraftman\",\n        \"instrumentalist\",\n        \"raftsman\"\n    ],\n    \"aka-aka\": [\n        \"handcrafts\"\n    ],\n    \"kere aka\": [\n        \"handcuffed\",\n        \"handcuffing\"\n    ],\n    \"Handelian\": [\n        \"handelian\"\n    ],\n    \"aka nri\": [\n        \"handfast\",\n        \"handymen\",\n        \"handstand\",\n        \"rightward\",\n        \"rightwards\"\n    ],\n    \"aka ngwa ngwa\": [\n        \"handfastly\"\n    ],\n    \"ikwesi ntụkwasị obi\": [\n        \"handfastness\",\n        \"stedfastness\"\n    ],\n    \"na-emegharị aka\": [\n        \"handhaving\"\n    ],\n    \"ndị nkwarụ\": [\n        \"handicappers\"\n    ],\n    \"ndi omenkà\": [\n        \"handicraftsmen\"\n    ],\n    \"nwanyi aka-ahia\": [\n        \"handicraftswoman\"\n    ],\n    \"ejikwa\": [\n        \"handily\",\n        \"malleably\"\n    ],\n    \"handikachifu\": [\n        \"handkerchief\",\n        \"handkerchiefs\"\n    ],\n    \"ndepụta aka\": [\n        \"handlist\"\n    ],\n    \"akwukwo ndetu\": [\n        \"handlists\"\n    ],\n    \"onye na-ebu aka\": [\n        \"handloader\"\n    ],\n    \"ejiri mee\": [\n        \"handmade\"\n    ],\n    \"aka oru\": [\n        \"handmaidenly\",\n        \"profession\"\n    ],\n    \"ụmụ odibo\": [\n        \"handmaidens\",\n        \"maidhoods\",\n        \"maids\"\n    ],\n    \"ndi-orù\": [\n        \"handmaids\"\n    ],\n    \"wepụ aka\": [\n        \"handoff\"\n    ],\n    \"aka azu\": [\n        \"handsawfish\"\n    ],\n    \"ihe eji eme azu\": [\n        \"handsawfishes\"\n    ],\n    \"ọbụ aka\": [\n        \"handsbreadth\"\n    ],\n    \"ịdị na-emegharị ahụ\": [\n        \"handseling\"\n    ],\n    \"handset\": [\n        \"handsetting\"\n    ],\n    \"segba aka\": [\n        \"handsewing\"\n    ],\n    \"okwukwe aka\": [\n        \"handshake\",\n        \"handshakes\",\n        \"handshaking\"\n    ],\n    \"handspo\": [\n        \"handspoke\"\n    ],\n    \"nwa nkpuru aka\": [\n        \"handspring\"\n    ],\n    \"nkume aka\": [\n        \"handstone\"\n    ],\n    \"nkwojiaka\": [\n        \"handwrist\",\n        \"wraist\",\n        \"wriest\",\n        \"wryest\",\n        \"wrist\",\n        \"wristbone\",\n        \"wristed\",\n        \"wrister\",\n        \"wristfall\",\n        \"wristy\",\n        \"wristlets\",\n        \"wristlock\",\n        \"wrists\",\n        \"wristwork\"\n    ],\n    \"ide aka\": [\n        \"handwrit\",\n        \"handwrite\"\n    ],\n    \"ihe odide aka\": [\n        \"handwrites\"\n    ],\n    \"edemede aka\": [\n        \"handwriting\",\n        \"handwritings\"\n    ],\n    \"aka dere\": [\n        \"handwritten\",\n        \"handwrote\"\n    ],\n    \"aka rụrụ\": [\n        \"handwrought\"\n    ],\n    \"hanafieh\": [\n        \"hanefiyeh\"\n    ],\n    \"hang hang\": [\n        \"hangability\"\n    ],\n    \"hanga\": [\n        \"hangar\",\n        \"hanger\",\n        \"hangers\",\n        \"hangle\",\n        \"hangment\"\n    ],\n    \"kwuba\": [\n        \"hangared\",\n        \"hanged\",\n        \"hung\",\n        \"hunh\"\n    ],\n    \"hangb\": [\n        \"hangby\"\n    ],\n    \"hangbelu\": [\n        \"hangbird\"\n    ],\n    \"hangi\": [\n        \"hangie\"\n    ],\n    \"kwụgburu\": [\n        \"hangmen\"\n    ],\n    \"hangail\": [\n        \"hangnail\"\n    ],\n    \"hangails\": [\n        \"hangnails\"\n    ],\n    \"hangs\": [\n        \"hangnests\"\n    ],\n    \"Fechapụta\": [\n        \"hangout\"\n    ],\n    \"kwụgidere\": [\n        \"hangs\"\n    ],\n    \"kpọgidere mkpado\": [\n        \"hangtags\"\n    ],\n    \"dokwasa\": [\n        \"hangup\"\n    ],\n    \"Hanked\": [\n        \"hanked\"\n    ],\n    \"n'echere echiche\": [\n        \"hankeringly\"\n    ],\n    \"hungerings\": [\n        \"hankerings\"\n    ],\n    \"Hanking\": [\n        \"hanking\"\n    ],\n    \"hannibal\": [\n        \"hannibalian\",\n        \"hannibalic\"\n    ],\n    \"hansel\": [\n        \"hanseled\"\n    ],\n    \"hansel n\": [\n        \"hanseling\"\n    ],\n    \"Hannes\": [\n        \"hanses\"\n    ],\n    \"hante\": [\n        \"hanted\"\n    ],\n    \"enweghi ihe obula\": [\n        \"hapless\",\n        \"unexigent\"\n    ],\n    \"haplịt\": [\n        \"haplite\"\n    ],\n    \"haploid\": [\n        \"haploids\"\n    ],\n    \"itịbe\": [\n        \"happens\"\n    ],\n    \"-enwe ọingụ\": [\n        \"happing\"\n    ],\n    \"Anwụ\": [\n        \"hapsburg\",\n        \"sloop\",\n        \"smugnesses\"\n    ],\n    \"hapt\": [\n        \"haptic\"\n    ],\n    \"maaja\": [\n        \"harass\",\n        \"slater\"\n    ],\n    \"na-akpalite\": [\n        \"harassable\"\n    ],\n    \"na-esogbu\": [\n        \"harassed\",\n        \"persecutee\"\n    ],\n    \"na-akpagbu\": [\n        \"harassedly\",\n        \"harasses\",\n        \"harassing\",\n        \"harassingly\",\n        \"persecute\",\n        \"persecutes\",\n        \"persecuting\",\n        \"persecutingly\",\n        \"persecutrix\"\n    ],\n    \"onye mmekpa ahu\": [\n        \"harasser\"\n    ],\n    \"ndị na-emekpa ahụ\": [\n        \"harassers\",\n        \"plighters\"\n    ],\n    \"bbọ\": [\n        \"harb\"\n    ],\n    \"hariaji\": [\n        \"harbergage\"\n    ],\n    \"haringe\": [\n        \"harbinge\"\n    ],\n    \"ihe ngbanwe\": [\n        \"harbingership\",\n        \"invigilator\"\n    ],\n    \"ọdụ ụgbọ mmiri\": [\n        \"harbor\",\n        \"harbormaster\",\n        \"harbors\",\n        \"harborside\",\n        \"harborward\",\n        \"harbour\",\n        \"harbours\",\n        \"harbourside\",\n        \"mainport\",\n        \"ports\",\n        \"portsale\",\n        \"portside\",\n        \"portsman\",\n        \"seamounts\",\n        \"seaport\",\n        \"seaports\",\n        \"skyport\",\n        \"subabbots\",\n        \"subbasses\",\n        \"subport\",\n        \"tailplane\"\n    ],\n    \"Obod\": [\n        \"harbored\",\n        \"harboured\",\n        \"harbourless\",\n        \"harbourous\"\n    ],\n    \"ndị na-ebu ụgbọ mmiri\": [\n        \"harborers\"\n    ],\n    \"nwere mmiri\": [\n        \"harborful\"\n    ],\n    \"Nr\": [\n        \"harbourward\",\n        \"nr\"\n    ],\n    \"Hardboard\": [\n        \"hardboard\"\n    ],\n    \"akpụkpọ ụkwụ siri ike\": [\n        \"hardboots\"\n    ],\n    \"nke mbipụta\": [\n        \"hardcopy\"\n    ],\n    \"ihe mkpuchi isi\": [\n        \"hardcover\",\n        \"headgear\",\n        \"overpet\"\n    ],\n    \"harden\": [\n        \"hardener\",\n        \"hardeners\",\n        \"hardening\"\n    ],\n    \"Siri nnukwu ike\": [\n        \"harder\"\n    ],\n    \"ike isi ike\": [\n        \"hardhandedness\"\n    ],\n    \"hardhat\": [\n        \"hardhats\"\n    ],\n    \"n’obi\": [\n        \"hardheartedly\"\n    ],\n    \"nke kacha sie ike\": [\n        \"hardiest\",\n        \"thriftiest\",\n        \"torridest\"\n    ],\n    \"iguzosi ike\": [\n        \"hardstand\",\n        \"headfast\",\n        \"loyal\",\n        \"persistiveness\",\n        \"sporing\",\n        \"standfast\",\n        \"staunchness\",\n        \"stead\",\n        \"steadfast\",\n        \"steadfastly\",\n        \"steadfastness\",\n        \"stickfast\",\n        \"withstandingness\"\n    ],\n    \"Okwuntughe\": [\n        \"hardtop\"\n    ],\n    \"oke oyibo\": [\n        \"hare\",\n        \"rabat\",\n        \"rabbet\",\n        \"rabbin\",\n        \"rabbit\",\n        \"rabbiter\",\n        \"rabbitfish\",\n        \"rabbitfishes\",\n        \"rabbitlike\",\n        \"rabbitproof\",\n        \"rabbitry\",\n        \"rabbitroot\",\n        \"rabbitwise\",\n        \"rabbitwood\",\n        \"rabot\"\n    ],\n    \"ịgba ịnyịnya\": [\n        \"harebottle\",\n        \"horsehide\",\n        \"horselaughter\",\n        \"horseshoing\",\n        \"horsewhipping\"\n    ],\n    \"harem\": [\n        \"haremism\"\n    ],\n    \"hatù\": [\n        \"haricots\"\n    ],\n    \"hari\": [\n        \"harier\",\n        \"harijan\"\n    ],\n    \"harijan\": [\n        \"harijans\"\n    ],\n    \"ekwukwala\": [\n        \"hariolation\"\n    ],\n    \"Onye ozo\": [\n        \"harkener\",\n        \"ostler\"\n    ],\n    \"haring\": [\n        \"harkening\"\n    ],\n    \"kingbụ\": [\n        \"harking\"\n    ],\n    \"Harleian\": [\n        \"harleian\"\n    ],\n    \"ijikwa\": [\n        \"harling\",\n        \"managing\",\n        \"manhandling\",\n        \"mishandling\"\n    ],\n    \"nwanyị akwụna\": [\n        \"harlot\",\n        \"harlotries\",\n        \"harlots\"\n    ],\n    \"akwụna\": [\n        \"harlotry\",\n        \"prostitutely\",\n        \"prostitutes\",\n        \"prostitution\",\n        \"whore\",\n        \"whoredom\",\n        \"whoredoms\",\n        \"whoreishly\",\n        \"whoreishness\",\n        \"whoremastery\",\n        \"whores\",\n        \"whoreship\",\n        \"whoresons\"\n    ],\n    \"aru ojoo\": [\n        \"harmal\",\n        \"pamhy\"\n    ],\n    \"Harman\": [\n        \"harman\"\n    ],\n    \"imerụ ahụ\": [\n        \"harmed\"\n    ],\n    \"onye na-emeru mmiri\": [\n        \"harmer\"\n    ],\n    \"ndị na-emerụ ahụ\": [\n        \"harmers\",\n        \"injurers\"\n    ],\n    \"harim\": [\n        \"harmines\"\n    ],\n    \"adịghị emerụ ahụ\": [\n        \"harmless\",\n        \"harmlessly\",\n        \"unharmful\",\n        \"unharming\",\n        \"uninstructiveness\",\n        \"unmortised\",\n        \"unrueful\",\n        \"unrufe\",\n        \"unvulgarising\"\n    ],\n    \"enweghị mmerụ ahụ\": [\n        \"harmlessness\",\n        \"hurtless\",\n        \"hurtlessly\",\n        \"hurtlessness\",\n        \"noninjury\",\n        \"unabjured\",\n        \"uninjuredness\",\n        \"unpneumatically\"\n    ],\n    \"adabako\": [\n        \"harmonial\",\n        \"harmonic\",\n        \"harmonical\",\n        \"harmonicalness\",\n        \"harmonist\",\n        \"harmonistic\",\n        \"harmonizable\",\n        \"hormonic\"\n    ],\n    \"na-ekwekọghị\": [\n        \"harmonically\"\n    ],\n    \"harmonik\": [\n        \"harmonics\"\n    ],\n    \"ekwekorita\": [\n        \"harmoniphone\"\n    ],\n    \"na-ekwekọ\": [\n        \"harmonisable\",\n        \"harmonising\",\n        \"harmonizing\"\n    ],\n    \"na nkwekọrita\": [\n        \"harmonistically\"\n    ],\n    \"na-adakọ\": [\n        \"harmonizes\"\n    ],\n    \"harmonometa\": [\n        \"harmonometer\"\n    ],\n    \"Kpọtụrụ\": [\n        \"harmoot\",\n        \"plecoptera\",\n        \"plethodontid\",\n        \"stutters\",\n        \"tollgates\"\n    ],\n    \"Ekechi\": [\n        \"harnpan\"\n    ],\n    \"harun\": [\n        \"harns\"\n    ],\n    \"ndi-harper\": [\n        \"harpers\"\n    ],\n    \"harp\": [\n        \"harpins\"\n    ],\n    \"dị ka harp\": [\n        \"harplike\"\n    ],\n    \"onye na-eburu gị iwe\": [\n        \"harpooner\"\n    ],\n    \"harpoonu\": [\n        \"harpoons\"\n    ],\n    \"rịba\": [\n        \"harpress\"\n    ],\n    \"onyenachi\": [\n        \"harpsichordist\"\n    ],\n    \"Nwankpa\": [\n        \"harridans\"\n    ],\n    \"Onye mmegha\": [\n        \"harrower\"\n    ],\n    \"ihe nro\": [\n        \"harrowment\",\n        \"illusionable\",\n        \"tenderizers\"\n    ],\n    \"Ihe nlele\": [\n        \"harrows\",\n        \"oversowing\",\n        \"scalesman\",\n        \"scalesmen\",\n        \"scolops\"\n    ],\n    \"Ugbokudo\": [\n        \"harrumph\"\n    ],\n    \"harshen\": [\n        \"harshens\"\n    ],\n    \"ga-esiwanye ike\": [\n        \"harsher\"\n    ],\n    \"shatti\": [\n        \"harshlets\"\n    ],\n    \"Ihe ruru\": [\n        \"hartal\"\n    ],\n    \"hartal\": [\n        \"hartals\"\n    ],\n    \"Obinwanna\": [\n        \"hartleian\"\n    ],\n    \"Okechukwu Nwagbara\": [\n        \"hartstongue\"\n    ],\n    \"Ebee\": [\n        \"harvard\",\n        \"lca\"\n    ],\n    \"egbute\": [\n        \"harvested\",\n        \"unharvested\"\n    ],\n    \"ndị na-ewe ihe ubi\": [\n        \"harvesters\",\n        \"harvestmen\",\n        \"reapers\"\n    ],\n    \"ihe ubi azụ\": [\n        \"harvestfishes\"\n    ],\n    \"oge owuwe ihe ubi\": [\n        \"harvesttime\"\n    ],\n    \"obere akpa\": [\n        \"haslets\",\n        \"mailpouch\",\n        \"overlets\",\n        \"owlets\",\n        \"pochards\",\n        \"pocketbook\",\n        \"pocketbooks\",\n        \"pouch\",\n        \"pouches\",\n        \"pouchless\",\n        \"poulet\",\n        \"puggree\",\n        \"puggry\",\n        \"purse\",\n        \"purses\",\n        \"pursy\",\n        \"pursley\",\n        \"purslet\",\n        \"streetlet\",\n        \"subarticle\",\n        \"subcase\",\n        \"underlets\",\n        \"wallet\",\n        \"walletful\",\n        \"wallets\"\n    ],\n    \"emebeghị\": [\n        \"hasnt\",\n        \"nondecorated\",\n        \"outyielded\",\n        \"uncommenced\",\n        \"undeepened\",\n        \"undepleted\",\n        \"undigest\",\n        \"undigested\",\n        \"ungone\",\n        \"unretreated\",\n        \"unsharpened\",\n        \"untilled\"\n    ],\n    \"hasp\": [\n        \"hasped\"\n    ],\n    \"nkọwapụta nkọwapụta\": [\n        \"haspspecs\"\n    ],\n    \"hassel\": [\n        \"hassels\"\n    ],\n    \"hasenpfeffer\": [\n        \"hassenpfeffer\"\n    ],\n    \"hasselt\": [\n        \"hasslet\"\n    ],\n    \"mee ọsọ ọsọ\": [\n        \"hast\",\n        \"hastate\",\n        \"hasted\",\n        \"hasten\",\n        \"hastens\",\n        \"hastes\",\n        \"hastish\",\n        \"hurry\"\n    ],\n    \"mee ngwa ngwa\": [\n        \"hastated\",\n        \"hastened\",\n        \"hastifoliate\",\n        \"hastiform\",\n        \"hastile\",\n        \"hastive\",\n        \"hurrygraph\",\n        \"snift\"\n    ],\n    \"ngwa ngwa, ngwa ngwa\": [\n        \"hastatolanceolate\"\n    ],\n    \"ngwa ngwa ngwa ngwa\": [\n        \"hastatosagittate\"\n    ],\n    \"na-eme ọsọ ọsọ\": [\n        \"hastening\",\n        \"hurrahing\",\n        \"hurrying\"\n    ],\n    \"mere ọsọ ọsọ\": [\n        \"hastiest\",\n        \"hurried\"\n    ],\n    \"mee ngwa\": [\n        \"hastif\",\n        \"hastilude\"\n    ],\n    \"jiri ọsọ ọsọ\": [\n        \"hastifly\"\n    ],\n    \"okpu okpu\": [\n        \"hatband\",\n        \"hatbands\",\n        \"hatbox\",\n        \"hatboxes\",\n        \"hatbrim\",\n        \"hatcheler\",\n        \"hatel\",\n        \"hatemonger\",\n        \"hatmaker\",\n        \"hatmakers\",\n        \"hatmaking\",\n        \"hatrack\",\n        \"hattery\",\n        \"undersheriffwick\"\n    ],\n    \"akàrà\": [\n        \"hatchability\",\n        \"preestimated\",\n        \"sealable\",\n        \"sealant\",\n        \"sealless\",\n        \"seals\",\n        \"uncelebrated\",\n        \"uncelebrating\"\n    ],\n    \"akụrụ aka\": [\n        \"hatchable\"\n    ],\n    \"akpịkọla\": [\n        \"hatched\"\n    ],\n    \"hathechi\": [\n        \"hatcheled\"\n    ],\n    \"hatchachi\": [\n        \"hatcheling\"\n    ],\n    \"hatchechi\": [\n        \"hatchels\",\n        \"hatcheries\"\n    ],\n    \"onyenyị\": [\n        \"hatcheryman\"\n    ],\n    \"hatchet azụ\": [\n        \"hatchetback\"\n    ],\n    \"hatchet chere ihu\": [\n        \"hatchetfaced\"\n    ],\n    \"hatchet yiri\": [\n        \"hatchetlike\"\n    ],\n    \"imu nwa\": [\n        \"hatchling\"\n    ],\n    \"obidimma\": [\n        \"hatchwayman\"\n    ],\n    \"akpọ asị\": [\n        \"hated\"\n    ],\n    \"enweghị asị\": [\n        \"hateless\",\n        \"imprejudicate\",\n        \"imprejudice\"\n    ],\n    \"kpọrọ asị\": [\n        \"hater\",\n        \"loathed\"\n    ],\n    \"ndị kpọrọ asị\": [\n        \"haters\"\n    ],\n    \"na-akpọ asị\": [\n        \"hating\"\n    ],\n    \"kpata\": [\n        \"hatted\",\n        \"incriminates\"\n    ],\n    \"hatti\": [\n        \"hattic\"\n    ],\n    \"dọọ okpu\": [\n        \"hattize\"\n    ],\n    \"nlọghachi\": [\n        \"haulback\",\n        \"pronegotiation\",\n        \"reacuaintance\",\n        \"reaeration\",\n        \"reapparition\",\n        \"reappearance\",\n        \"reastiness\",\n        \"reattaching\",\n        \"reattendance\",\n        \"reattention\",\n        \"rebenediction\",\n        \"rebirth\",\n        \"rebirths\",\n        \"reboisement\",\n        \"reburial\",\n        \"reburials\",\n        \"recalculation\",\n        \"recalibration\",\n        \"recandescence\",\n        \"recaptivation\",\n        \"recarbon\",\n        \"recarbonation\",\n        \"recarving\",\n        \"recension\",\n        \"recessiveness\",\n        \"recidivation\",\n        \"recidivism\",\n        \"recidivist\",\n        \"recidivists\",\n        \"recidivity\",\n        \"recircle\",\n        \"recircles\",\n        \"recital\",\n        \"recompetition\",\n        \"reconcession\",\n        \"reconsultation\",\n        \"reconveyance\",\n        \"reconveying\",\n        \"reconvergence\",\n        \"recoronation\",\n        \"recorporification\",\n        \"recreatory\",\n        \"recrescence\",\n        \"recrudency\",\n        \"recrudescence\",\n        \"recrudesces\",\n        \"recubation\",\n        \"reculade\",\n        \"recumbence\",\n        \"recuperability\",\n        \"recuperance\",\n        \"recurrence\",\n        \"recurrences\",\n        \"recurrency\",\n        \"recursion\",\n        \"recursions\",\n        \"recursive\",\n        \"recurvaria\",\n        \"recurvation\",\n        \"recurvity\",\n        \"recurvoternate\",\n        \"recusance\",\n        \"recusation\",\n        \"recusator\",\n        \"recusf\",\n        \"recushion\",\n        \"recussion\",\n        \"redback\",\n        \"redition\",\n        \"reemigration\",\n        \"reentrance\",\n        \"reenumeration\",\n        \"regilding\",\n        \"rehumiliation\",\n        \"reimportation\",\n        \"reimposition\",\n        \"reimpression\",\n        \"reinciting\",\n        \"reinclusion\",\n        \"reincorporate\",\n        \"reincrease\",\n        \"reincreased\",\n        \"reincreasing\",\n        \"reincurring\",\n        \"reinfection\",\n        \"reinfections\",\n        \"reinfiltration\",\n        \"reinjuries\",\n        \"reinsanity\",\n        \"reintegration\",\n        \"rejourney\",\n        \"rekindlement\",\n        \"rekindling\",\n        \"relabels\",\n        \"relapse\",\n        \"relapser\",\n        \"relapsers\",\n        \"relapses\",\n        \"relapsing\",\n        \"relatinization\",\n        \"remaindership\",\n        \"remigration\",\n        \"renaissance\",\n        \"renegotiation\",\n        \"renegotiations\",\n        \"reobligation\",\n        \"reobtainment\",\n        \"reoccurrence\",\n        \"reorchestration\",\n        \"reordination\",\n        \"reornament\",\n        \"repartition\",\n        \"repatriation\",\n        \"repatriations\",\n        \"reptility\",\n        \"repunctuation\",\n        \"repursues\",\n        \"resubmission\",\n        \"resufferance\",\n        \"resuppression\",\n        \"resurgence\",\n        \"resurgency\",\n        \"retardure\",\n        \"retentions\",\n        \"retentiveness\",\n        \"retentivities\",\n        \"rethrash\",\n        \"rethresher\",\n        \"rethrow\",\n        \"retorsion\",\n        \"retorts\",\n        \"retorture\",\n        \"retraces\",\n        \"retradition\",\n        \"retransference\",\n        \"retransit\",\n        \"retransmissions\",\n        \"retraversing\",\n        \"retreats\",\n        \"retrenchment\",\n        \"retrials\",\n        \"retrims\",\n        \"retroacts\",\n        \"retrocession\",\n        \"retrocessional\",\n        \"retrocessive\",\n        \"retrodeviation\",\n        \"retrodural\",\n        \"retrofits\",\n        \"retrogress\",\n        \"retrogresses\",\n        \"retrogressing\",\n        \"retrogression\",\n        \"retrogressions\",\n        \"retrogressively\",\n        \"retrogressiveness\",\n        \"retroposition\",\n        \"retroreception\",\n        \"retrorockets\",\n        \"retros\",\n        \"retrotransference\",\n        \"retrouss\",\n        \"retroussage\",\n        \"retrusion\",\n        \"rettery\",\n        \"rettory\",\n        \"retund\",\n        \"retunding\",\n        \"returban\",\n        \"returf\",\n        \"retwining\",\n        \"reundulation\",\n        \"reunionism\",\n        \"reunionist\",\n        \"reuniter\",\n        \"reunition\",\n        \"revalidation\",\n        \"reverberation\",\n        \"revery\",\n        \"revibrational\",\n        \"revivescence\"\n    ],\n    \"anọgidewokwa na-anyụ\": [\n        \"haunted\"\n    ],\n    \"haunt\": [\n        \"haunters\"\n    ],\n    \"na-achụ nta\": [\n        \"haunting\",\n        \"huntable\"\n    ],\n    \"Haustella\": [\n        \"haustella\"\n    ],\n    \"Haustellated\": [\n        \"haustellated\"\n    ],\n    \"Haustoria\": [\n        \"haustoria\"\n    ],\n    \"Haustus\": [\n        \"haustus\"\n    ],\n    \"nkwako\": [\n        \"hautbois\"\n    ],\n    \"ịdị\": [\n        \"havance\",\n        \"immanence\",\n        \"imminency\",\n        \"inness\",\n        \"svelteness\"\n    ],\n    \"nwee afọ\": [\n        \"haveage\"\n    ],\n    \"haven\": [\n        \"havel\"\n    ],\n    \"nwee mkpọchi\": [\n        \"havelock\",\n        \"havelocks\"\n    ],\n    \"gaa ebe\": [\n        \"haven\",\n        \"havened\"\n    ],\n    \"onye nleta\": [\n        \"havener\",\n        \"visitatorial\"\n    ],\n    \"nwee,\": [\n        \"havenet\"\n    ],\n    \"inwe\": [\n        \"havening\",\n        \"having\",\n        \"havingness\",\n        \"inbody\",\n        \"ownness\",\n        \"possum\",\n        \"possums\",\n        \"succession\"\n    ],\n    \"enweghi\": [\n        \"havenless\",\n        \"inconstance\",\n        \"omissions\",\n        \"onless\",\n        \"thewless\",\n        \"unexistence\",\n        \"unp\"\n    ],\n    \"na-enweghị\": [\n        \"havent\",\n        \"without\",\n        \"withouts\"\n    ],\n    \"nwere odo\": [\n        \"haveral\"\n    ],\n    \"ndị nwere\": [\n        \"havers\",\n        \"lehrs\"\n    ],\n    \"ndị hawaii\": [\n        \"hawaiians\"\n    ],\n    \"hawkey\": [\n        \"hawkery\",\n        \"hawky\"\n    ],\n    \"egbe ngwu\": [\n        \"hawkishness\"\n    ],\n    \"nnenwu\": [\n        \"hawkmoth\"\n    ],\n    \"egbegbor\": [\n        \"hawkmoths\"\n    ],\n    \"hawknós\": [\n        \"hawknosed\"\n    ],\n    \"egbekshaw\": [\n        \"hawkshaw\"\n    ],\n    \"hawser nwoke\": [\n        \"hawseman\"\n    ],\n    \"hawsepipe\": [\n        \"hawsepiece\"\n    ],\n    \"hawser maara ihe\": [\n        \"hawserwise\"\n    ],\n    \"Hazans\": [\n        \"hazans\"\n    ],\n    \"odachi\": [\n        \"hazard\",\n        \"interall\",\n        \"laggardism\"\n    ],\n    \"ihe odachi\": [\n        \"hazarder\"\n    ],\n    \"enweghị ihe ọghọm\": [\n        \"hazardless\",\n        \"lackadaisical\",\n        \"nonhazardous\",\n        \"nonhazardously\",\n        \"unhazarding\"\n    ],\n    \"anwuru oku\": [\n        \"haze\"\n    ],\n    \"Hazeled\": [\n        \"hazeled\"\n    ],\n    \"Hazels\": [\n        \"hazels\"\n    ],\n    \"hazemeta\": [\n        \"hazemeter\"\n    ],\n    \"haza\": [\n        \"hazer\"\n    ],\n    \"Obi iru ala\": [\n        \"hazinesses\"\n    ],\n    \"Hazzan\": [\n        \"hazzan\",\n        \"hazzans\"\n    ],\n    \"Hazzanut\": [\n        \"hazzanut\"\n    ],\n    \"gwb\": [\n        \"hcb\"\n    ],\n    \"isi ọwụwa\": [\n        \"headache\",\n        \"headaches\",\n        \"headachy\",\n        \"headachier\",\n        \"headreach\"\n    ],\n    \"ihe isi\": [\n        \"headbands\",\n        \"headrests\",\n        \"obsessed\",\n        \"obsessing\"\n    ],\n    \"igbe isi\": [\n        \"headbox\"\n    ],\n    \"isi okpu\": [\n        \"headcap\"\n    ],\n    \"isi oche\": [\n        \"headchair\",\n        \"pilferer\",\n        \"preshipment\",\n        \"presidency\"\n    ],\n    \"hedchiiz\": [\n        \"headcheese\"\n    ],\n    \"ákwà isi\": [\n        \"headcloth\",\n        \"headcloths\"\n    ],\n    \"headdress\": [\n        \"headdresses\"\n    ],\n    \"isi azụ\": [\n        \"headfishes\"\n    ],\n    \"isi isi\": [\n        \"headgears\",\n        \"headhunt\",\n        \"headlock\",\n        \"headshrinker\",\n        \"headspace\",\n        \"headstalls\",\n        \"smellfungi\",\n        \"smellfungus\"\n    ],\n    \"isi ndokwa\": [\n        \"headhunters\"\n    ],\n    \"kasị ike\": [\n        \"headiest\",\n        \"lousiest\"\n    ],\n    \"isi n'isi\": [\n        \"headkerchief\",\n        \"rightheaded\",\n        \"toadhead\"\n    ],\n    \"isi ọkụ\": [\n        \"headlamps\",\n        \"hotheaded\",\n        \"hotheadedness\"\n    ],\n    \"nnukwu ọkụ ihu\": [\n        \"headlights\"\n    ],\n    \"dị ka isi\": [\n        \"headlike\"\n    ],\n    \"tinye isi\": [\n        \"headlong\",\n        \"headlongwise\",\n        \"orangize\",\n        \"oversentimentalize\",\n        \"prescore\",\n        \"superfused\"\n    ],\n    \"isi ụlọ ọrụ\": [\n        \"headmaster\",\n        \"headmistress\",\n        \"headmistressship\",\n        \"headquarter\",\n        \"headquarters\",\n        \"subheadquarters\"\n    ],\n    \"ndị isi ụlọ ọrụ\": [\n        \"headmasters\"\n    ],\n    \"ndị isi ụlọ\": [\n        \"headmistresses\"\n    ],\n    \"ekweisi\": [\n        \"headphone\",\n        \"headphones\",\n        \"headset\",\n        \"headsets\"\n    ],\n    \"mkpuchi isi\": [\n        \"headscarf\",\n        \"headskin\"\n    ],\n    \"onyeisi nwoke\": [\n        \"headsman\"\n    ],\n    \"headquare\": [\n        \"headsquare\"\n    ],\n    \"ihe nkwụnye ọkụ\": [\n        \"headstand\"\n    ],\n    \"eriri isi\": [\n        \"headstick\"\n    ],\n    \"nkume isi\": [\n        \"headstone\",\n        \"headstones\"\n    ],\n    \"isi ọrụ\": [\n        \"headwork\",\n        \"headworking\"\n    ],\n    \"Heald\": [\n        \"heald\"\n    ],\n    \"alsgwọ ọrịa\": [\n        \"healsomeness\"\n    ],\n    \"ahụike\": [\n        \"health\",\n        \"healthcraft\",\n        \"healthfulness\",\n        \"healthier\",\n        \"healthiest\",\n        \"healthily\",\n        \"healthiness\",\n        \"healths\",\n        \"healthsome\",\n        \"healthsomely\",\n        \"healthward\",\n        \"medicably\",\n        \"medically\",\n        \"subhealth\",\n        \"unhealth\",\n        \"unhealthy\",\n        \"unhealthier\"\n    ],\n    \"enweghị ahụike\": [\n        \"healthless\",\n        \"unhealthily\"\n    ],\n    \"obo\": [\n        \"heap\"\n    ],\n    \"na-ekpokọba\": [\n        \"heaping\"\n    ],\n    \"ikpo\": [\n        \"heaps\",\n        \"hecate\",\n        \"lipochrome\",\n        \"pashalic\",\n        \"peltation\",\n        \"pepla\",\n        \"pile\",\n        \"pilea\",\n        \"pileate\",\n        \"pilei\",\n        \"pileous\",\n        \"piles\",\n        \"pileum\",\n        \"pileup\",\n        \"pileups\",\n        \"pileus\"\n    ],\n    \"chịa\": [\n        \"heapstead\",\n        \"reign\",\n        \"reigner\",\n        \"reignited\"\n    ],\n    \"heara\": [\n        \"hearable\"\n    ],\n    \"nụrụ\": [\n        \"heard\",\n        \"hearkened\",\n        \"hears\",\n        \"hearsed\",\n        \"hearst\",\n        \"mishear\",\n        \"misheard\",\n        \"mishears\"\n    ],\n    \"nuru\": [\n        \"hearer\"\n    ],\n    \"ịnụ\": [\n        \"hearing\",\n        \"hearsing\"\n    ],\n    \"ntị anụ\": [\n        \"hearingless\"\n    ],\n    \"gee ntị\": [\n        \"hearken\",\n        \"listen\"\n    ],\n    \"na-anụ\": [\n        \"hearsays\",\n        \"hearse\",\n        \"hearselike\",\n        \"hearses\"\n    ],\n    \"emetụ n'obi\": [\n        \"heartaching\"\n    ],\n    \"nnụnnụ obi\": [\n        \"heartbird\"\n    ],\n    \"mgbochi obi\": [\n        \"heartblock\"\n    ],\n    \"obara obi\": [\n        \"heartblood\"\n    ],\n    \"na-agbawa obi\": [\n        \"heartbreaking\",\n        \"heartbreakingly\",\n        \"heartrending\",\n        \"heartrendingly\",\n        \"heartwounding\"\n    ],\n    \"gbawara obi\": [\n        \"heartbroke\",\n        \"heartbroken\"\n    ],\n    \"nrekasi obi\": [\n        \"heartburn\",\n        \"heartburns\"\n    ],\n    \"obi na-ere ọkụ\": [\n        \"heartburning\"\n    ],\n    \"sitere n'obi\": [\n        \"heartfelt\"\n    ],\n    \"akuku ulo\": [\n        \"hearthside\",\n        \"hearthsides\"\n    ],\n    \"nkume okwute\": [\n        \"hearthstones\"\n    ],\n    \"anụ ihe\": [\n        \"heartikin\"\n    ],\n    \"na-enye obi uto\": [\n        \"hearting\"\n    ],\n    \"ala obi\": [\n        \"heartlands\"\n    ],\n    \"obi obi\": [\n        \"heartleaf\",\n        \"heartsickness\"\n    ],\n    \"jiri obi\": [\n        \"heartly\",\n        \"ironheartedly\",\n        \"lightheartedly\",\n        \"lionheartedly\",\n        \"wiseheartedly\"\n    ],\n    \"dị ka obi\": [\n        \"heartlike\"\n    ],\n    \"obi mgbu\": [\n        \"heartshake\"\n    ],\n    \"na-enwe obi mgbawa\": [\n        \"heartsick\"\n    ],\n    \"obi na-ada\": [\n        \"heartstrings\"\n    ],\n    \"mmiri obi\": [\n        \"heartwater\"\n    ],\n    \"dika amamihe\": [\n        \"heartwise\"\n    ],\n    \"obi osisi\": [\n        \"heartwood\"\n    ],\n    \"ekpo ọkụ\": [\n        \"heatedly\",\n        \"heathered\",\n        \"hotbed\",\n        \"hotfooted\",\n        \"hotly\",\n        \"hotmouthed\",\n        \"hotted\"\n    ],\n    \"heathberị\": [\n        \"heathberry\"\n    ],\n    \"ànyị\": [\n        \"heathbird\"\n    ],\n    \"okpukpe ndị ọgọ mmụọ\": [\n        \"heathenism\"\n    ],\n    \"onye na-ekweghị ekwe\": [\n        \"heathenist\",\n        \"netheist\"\n    ],\n    \"ekpemekpo\": [\n        \"heathenly\"\n    ],\n    \"ndị ọgọ mmụọ\": [\n        \"heathenry\",\n        \"paganised\",\n        \"paganish\",\n        \"pagans\",\n        \"pagurians\"\n    ],\n    \"heather\": [\n        \"heathery\"\n    ],\n    \"anụ ufe\": [\n        \"heathfowl\"\n    ],\n    \"kacha ekpo ọkụ\": [\n        \"heathiest\",\n        \"warmest\"\n    ],\n    \"heath\": [\n        \"heathlike\"\n    ],\n    \"enweghị okpomoku\": [\n        \"heatless\"\n    ],\n    \"okpomọkụ na-ekpo ọkụ\": [\n        \"heatproof\"\n    ],\n    \"guumer\": [\n        \"heaumer\"\n    ],\n    \"kpom kpom\": [\n        \"heautomorphism\"\n    ],\n    \"mbenokimorumenos\": [\n        \"heautontimorumenos\"\n    ],\n    \"mee elu igwe\": [\n        \"heavenize\"\n    ],\n    \"enweghị eluigwe\": [\n        \"heavenless\"\n    ],\n    \"elu igwe\": [\n        \"heavenlier\",\n        \"sky\",\n        \"skydive\",\n        \"skylounge\",\n        \"skyre\"\n    ],\n    \"dị ka eluigwe\": [\n        \"heavenlike\"\n    ],\n    \"nke dị n'eluigwe\": [\n        \"heavenliness\"\n    ],\n    \"n'eluigwe\": [\n        \"heavenward\",\n        \"heavenwardly\",\n        \"heavenwards\",\n        \"skyward\"\n    ],\n    \"Ebumnobi\": [\n        \"heaver\",\n        \"objectivated\",\n        \"objectivized\",\n        \"plotx\"\n    ],\n    \"gwọlulu\": [\n        \"heavers\"\n    ],\n    \"nke kasi\": [\n        \"heaviest\"\n    ],\n    \"ji aka\": [\n        \"heavyhanded\"\n    ],\n    \"ejike iwu\": [\n        \"heavyhandedness\"\n    ],\n    \"fechaa\": [\n        \"heavyweight\",\n        \"lighterful\",\n        \"lighttight\",\n        \"lightweight\"\n    ],\n    \"obido\": [\n        \"hebdomadary\"\n    ],\n    \"na -akpọ\": [\n        \"hebraizing\",\n        \"machicolating\",\n        \"marbelizing\"\n    ],\n    \"Hibru\": [\n        \"hebrew\"\n    ],\n    \"ndị Hibru\": [\n        \"hebrews\"\n    ],\n    \"bnye\": [\n        \"hebrician\",\n        \"hobbler\"\n    ],\n    \"akpobaro\": [\n        \"hecchsmhaer\"\n    ],\n    \"ekwe nti\": [\n        \"heckelphone\",\n        \"interphones\"\n    ],\n    \"hekta\": [\n        \"hectar\",\n        \"hectare\",\n        \"hectares\"\n    ],\n    \"hectogram\": [\n        \"hectograms\"\n    ],\n    \"hektolita\": [\n        \"hectoliter\",\n        \"hektoliter\"\n    ],\n    \"hectometa\": [\n        \"hectometer\"\n    ],\n    \"hektomita\": [\n        \"hectometers\"\n    ],\n    \"hektaan\": [\n        \"hectorean\"\n    ],\n    \"hectare\": [\n        \"hectored\"\n    ],\n    \"ndị hekta\": [\n        \"hectors\"\n    ],\n    \"ịkpa ọrụ\": [\n        \"hectorship\"\n    ],\n    \"heddle\": [\n        \"heddles\"\n    ],\n    \"gbaa ogige\": [\n        \"hedged\"\n    ],\n    \"huhu hejihoogu\": [\n        \"hedgehog\",\n        \"hedgehoggy\",\n        \"hedgehogs\",\n        \"hedgehop\"\n    ],\n    \"a gbachiri ogige\": [\n        \"hedgehopped\"\n    ],\n    \"onye obu ihe omuma\": [\n        \"hedgemaker\"\n    ],\n    \"Hedges\": [\n        \"hedges\"\n    ],\n    \"hedgeotu\": [\n        \"hedgewise\"\n    ],\n    \"Onyebukwe\": [\n        \"hedonist\"\n    ],\n    \".aa ntị\": [\n        \"heed\"\n    ],\n    \"edara ntị\": [\n        \"heeded\"\n    ],\n    \"ị heeda ntị\": [\n        \"heedful\",\n        \"heedfulness\"\n    ],\n    \"ịinessa ntị\": [\n        \"heediness\"\n    ],\n    \"ịedinga ntị\": [\n        \"heeding\"\n    ],\n    \"bọọlụ ikiri ụkwụ\": [\n        \"heelballs\"\n    ],\n    \"ndị bu ikiri ụkwụ\": [\n        \"heelers\"\n    ],\n    \"heel na-eme\": [\n        \"heelmaking\"\n    ],\n    \"heel\": [\n        \"heelpiece\",\n        \"heelpost\",\n        \"heezing\"\n    ],\n    \"heelii\": [\n        \"heeltree\"\n    ],\n    \"hefta\": [\n        \"hefted\"\n    ],\n    \"heft\": [\n        \"hefters\",\n        \"hefts\"\n    ],\n    \"hefter\": [\n        \"heftier\"\n    ],\n    \"nne-ehi\": [\n        \"heifer\",\n        \"heifers\"\n    ],\n    \"mkpuchi ehi\": [\n        \"heiferhood\"\n    ],\n    \"ndim\": [\n        \"heightening\",\n        \"thickening\",\n        \"thicknessing\"\n    ],\n    \"onye nketa\": [\n        \"heir\",\n        \"hereditist\",\n        \"hermi\",\n        \"hermit\"\n    ],\n    \"onye nnochianya\": [\n        \"heiress\"\n    ],\n    \"ndị nketa\": [\n        \"heiresses\",\n        \"heirs\",\n        \"inheritors\",\n        \"inheritress\",\n        \"sharers\"\n    ],\n    \"hering\": [\n        \"heiring\"\n    ],\n    \"Udeme\": [\n        \"heirships\"\n    ],\n    \"heista\": [\n        \"heister\"\n    ],\n    \"hektometa\": [\n        \"hektometer\"\n    ],\n    \"nyemaka\": [\n        \"helcoid\",\n        \"helled\",\n        \"maternalised\",\n        \"mongrelised\",\n        \"nyctanthes\",\n        \"philippizate\",\n        \"subspatulate\",\n        \"succourable\",\n        \"wivers\"\n    ],\n    \"ejigide\": [\n        \"heldentenors\",\n        \"holdfasts\"\n    ],\n    \"Onye jidere ya\": [\n        \"helderbergian\"\n    ],\n    \"helikopta\": [\n        \"helianthic\",\n        \"heliastic\",\n        \"heliced\",\n        \"helices\",\n        \"heliciform\",\n        \"helicin\",\n        \"helicine\",\n        \"helicity\",\n        \"helicitic\",\n        \"helicities\",\n        \"helicline\",\n        \"helicograph\",\n        \"helicoidal\",\n        \"helicon\",\n        \"heliconian\",\n        \"heliconist\",\n        \"helicons\",\n        \"helicoprotein\",\n        \"helicopted\",\n        \"helicopter\",\n        \"helicopters\",\n        \"helicopting\",\n        \"helicopts\",\n        \"helicotrema\",\n        \"helicteres\",\n        \"helixes\"\n    ],\n    \"helikọda\": [\n        \"helicidae\"\n    ],\n    \"helina\": [\n        \"helicina\"\n    ],\n    \"helinidae\": [\n        \"helicinidae\"\n    ],\n    \"ogbọ mmiri\": [\n        \"helicogyrate\"\n    ],\n    \"helikola\": [\n        \"helicogyre\"\n    ],\n    \"helikop\": [\n        \"helicoid\",\n        \"helicoids\"\n    ],\n    \"helikọtri\": [\n        \"helicometry\"\n    ],\n    \"helikoon\": [\n        \"heliconia\"\n    ],\n    \"helilioniidae\": [\n        \"heliconiidae\"\n    ],\n    \"helelinainae\": [\n        \"heliconiinae\"\n    ],\n    \"helikoonọs\": [\n        \"heliconius\"\n    ],\n    \"helikọp\": [\n        \"helicopt\"\n    ],\n    \"helikọt\": [\n        \"helictite\"\n    ],\n    \"na-enyere gị aka\": [\n        \"heling\",\n        \"preascertaining\",\n        \"succoring\"\n    ],\n    \"heliocentric\": [\n        \"heliocentrical\"\n    ],\n    \"heliograph\": [\n        \"heliographs\"\n    ],\n    \"heliothermometa\": [\n        \"heliothermometer\"\n    ],\n    \"helisferical\": [\n        \"helispherical\"\n    ],\n    \"helium\": [\n        \"heliums\"\n    ],\n    \"helix na\": [\n        \"helixin\"\n    ],\n    \"oku mmuo\": [\n        \"hell\"\n    ],\n    \"ọkụ mmụọ\": [\n        \"hellbent\",\n        \"hellborn\"\n    ],\n    \"onye hellenist\": [\n        \"hellenist\"\n    ],\n    \"hellenistism\": [\n        \"hellenisticism\"\n    ],\n    \"hellei\": [\n        \"hellery\"\n    ],\n    \"ọkụ ala mmụọ\": [\n        \"hellfire\",\n        \"imparadise\"\n    ],\n    \"hellgrammit\": [\n        \"hellgrammites\"\n    ],\n    \"helhag\": [\n        \"hellhag\"\n    ],\n    \"hel\": [\n        \"hellhole\"\n    ],\n    \"hel hel\": [\n        \"hellier\"\n    ],\n    \"ịga ọkụ\": [\n        \"helling\"\n    ],\n    \"helọn\": [\n        \"hellion\"\n    ],\n    \"hell\": [\n        \"hellions\",\n        \"hellness\",\n        \"hells\"\n    ],\n    \"n'onu\": [\n        \"hellishly\"\n    ],\n    \"hellish\": [\n        \"hellishness\"\n    ],\n    \"ndi okuku\": [\n        \"hellkites\"\n    ],\n    \"hello\": [\n        \"hellos\"\n    ],\n    \"okuo oku\": [\n        \"hellship\"\n    ],\n    \"helvine\": [\n        \"hellvine\"\n    ],\n    \"okpu agha dị ka\": [\n        \"helmetlike\"\n    ],\n    \"onye na-eme okpu agha\": [\n        \"helmetmaker\"\n    ],\n    \"eme okpu agha\": [\n        \"helmetmaking\"\n    ],\n    \"helms\": [\n        \"helmsmen\"\n    ],\n    \"helot\": [\n        \"helots\"\n    ],\n    \"enweghi enyemaka\": [\n        \"helpless\"\n    ],\n    \"na-enweghị enyemaka\": [\n        \"helplessly\",\n        \"unaidedly\"\n    ],\n    \"helelli\": [\n        \"helvellic\"\n    ],\n    \"hemacytometa\": [\n        \"hemacytometer\"\n    ],\n    \"hemadromometa\": [\n        \"hemadromometer\"\n    ],\n    \"hemaglutinating\": [\n        \"hemagglutinating\"\n    ],\n    \"hemaglutinative\": [\n        \"hemagglutinative\"\n    ],\n    \"hematimita\": [\n        \"hematimeter\"\n    ],\n    \"hepatocystis\": [\n        \"hematocystis\"\n    ],\n    \"hemocytometer\": [\n        \"hematocytometer\"\n    ],\n    \"hematocolpos\": [\n        \"hematocolpus\"\n    ],\n    \"hemato kristal\": [\n        \"hematocrystallin\"\n    ],\n    \"hemodynamics\": [\n        \"hematodynamics\"\n    ],\n    \"hematoid\": [\n        \"hematoids\"\n    ],\n    \"ọkà mmụta banyere ọrịa ọbara\": [\n        \"hematologist\"\n    ],\n    \"ndị ọkà mmụta gbasara ọbara\": [\n        \"hematologists\"\n    ],\n    \"hematometa\": [\n        \"hematometer\"\n    ],\n    \"Hemielytral\": [\n        \"hemielytral\"\n    ],\n    \"Hemihedral\": [\n        \"hemihedral\"\n    ],\n    \"Hehihedron\": [\n        \"hemihedron\"\n    ],\n    \"Hemihydrated\": [\n        \"hemihydrated\"\n    ],\n    \"hemimetabol\": [\n        \"hemimetabolic\"\n    ],\n    \"hemi\": [\n        \"hemine\"\n    ],\n    \"hemiamkpa\": [\n        \"hemiprismatic\"\n    ],\n    \"hemi symmetry\": [\n        \"hemisymmetry\"\n    ],\n    \"hemwa\": [\n        \"hemisphere\",\n        \"hemisphered\"\n    ],\n    \"hammasị\": [\n        \"hemmers\"\n    ],\n    \"haemoglobin\": [\n        \"hemoglobin\"\n    ],\n    \"haemoglobinemia\": [\n        \"hemoglobinemia\"\n    ],\n    \"haemoglobinic\": [\n        \"hemoglobinic\"\n    ],\n    \"haemoglobinuria\": [\n        \"hemoglobinuria\"\n    ],\n    \"hemometa\": [\n        \"hemometer\"\n    ],\n    \"heometry\": [\n        \"hemometry\"\n    ],\n    \"Ọbara ọgbụgba\": [\n        \"hemorrhaged\"\n    ],\n    \"oruru obara\": [\n        \"hemorrhagin\",\n        \"hemorrhaging\"\n    ],\n    \"hempher\": [\n        \"hempherds\"\n    ],\n    \"hemp yiri\": [\n        \"hemplike\"\n    ],\n    \"onwe ya\": [\n        \"hemself\",\n        \"herself\",\n        \"himself\",\n        \"hisself\",\n        \"ownself\",\n        \"welfarism\"\n    ],\n    \"nne okuko\": [\n        \"hen\",\n        \"henbill\",\n        \"henfish\",\n        \"hennes\",\n        \"henny\",\n        \"henpeck\",\n        \"henpecks\",\n        \"henry\",\n        \"hents\"\n    ],\n    \"n'ihi ya\": [\n        \"hence\",\n        \"therefor\",\n        \"thus\",\n        \"thusly\"\n    ],\n    \"ugbu a gaa n'ihu\": [\n        \"henceforth\",\n        \"henceforwards\"\n    ],\n    \"gaba ugbu a\": [\n        \"henceforward\"\n    ],\n    \"nnechi\": [\n        \"henchboy\",\n        \"mumphead\"\n    ],\n    \"ndi okuko\": [\n        \"henchmen\"\n    ],\n    \"hendọn\": [\n        \"hendness\"\n    ],\n    \"ụlọ ọkụkọ\": [\n        \"henhouse\",\n        \"henhouses\"\n    ],\n    \"ịpụ ọgwụ\": [\n        \"heparinizing\"\n    ],\n    \"ịba ọcha n'anya\": [\n        \"hepatalgia\",\n        \"hepatatrophy\",\n        \"hepatatrophia\",\n        \"hepatectomy\",\n        \"hepatic\",\n        \"hepatica\",\n        \"hepaticology\",\n        \"hepaticotomy\",\n        \"hepatics\",\n        \"hepatisation\",\n        \"hepatitis\",\n        \"hepatization\",\n        \"hepatocirrhosis\",\n        \"hepatodysentery\",\n        \"hepatolithiasis\",\n        \"hepatolithic\",\n        \"hepatology\",\n        \"hepatoma\",\n        \"hepatomalacia\",\n        \"hepatomas\",\n        \"hepatomelanosis\",\n        \"hepatonephric\",\n        \"hepatopathy\",\n        \"hepatopexia\",\n        \"hepatoptosis\",\n        \"hepatoscopy\",\n        \"hepatoscopies\",\n        \"hepatotomy\",\n        \"hepatotoxemia\",\n        \"hepatotoxic\",\n        \"typhlenteritis\",\n        \"typhlitis\"\n    ],\n    \"hephhemimer\": [\n        \"hephthemimer\"\n    ],\n    \"hepathemimeral\": [\n        \"hephthemimeral\"\n    ],\n    \"icha ọcha\": [\n        \"hepplewhite\"\n    ],\n    \"nwewekwala\": [\n        \"heptadecyl\"\n    ],\n    \"heptamita\": [\n        \"heptameter\",\n        \"heptameters\"\n    ],\n    \"itechukwu\": [\n        \"heptastyle\",\n        \"phrenicoglottic\"\n    ],\n    \"heterta\": [\n        \"hepteris\"\n    ],\n    \"ikwusa ozi oma\": [\n        \"heraldically\",\n        \"unangelicalness\"\n    ],\n    \"ndị nkwusa\": [\n        \"heraldists\",\n        \"preachers\",\n        \"preyers\",\n        \"proclaimers\",\n        \"publishers\"\n    ],\n    \"ozi oma\": [\n        \"heraldries\"\n    ],\n    \"ndi ogwu ogwu\": [\n        \"herbalists\"\n    ],\n    \"ahịhịa ahịhịa\": [\n        \"herbescent\",\n        \"lawny\",\n        \"lawns\",\n        \"meadowlarks\",\n        \"strawyard\",\n        \"trashrack\"\n    ],\n    \"nhazi ahihia\": [\n        \"herborization\"\n    ],\n    \"ịta ahịhịa\": [\n        \"herborizing\"\n    ],\n    \"nwanyi nwaanyi\": [\n        \"herbwoman\"\n    ],\n    \"ịlụ nwanyị\": [\n        \"hercogamy\",\n        \"hypergamy\",\n        \"marishness\",\n        \"orthogamy\",\n        \"queenship\",\n        \"unmarry\"\n    ],\n    \"ìgwè ehi\": [\n        \"herd\",\n        \"herdlike\",\n        \"herds\",\n        \"herdship\"\n    ],\n    \"akwụkwọ nri\": [\n        \"herdbook\",\n        \"libris\",\n        \"spinach\",\n        \"vegetables\"\n    ],\n    \"zụọ azụ\": [\n        \"herded\"\n    ],\n    \"ndị na-azụ atụrụ\": [\n        \"herders\",\n        \"herdmen\",\n        \"herdsmen\"\n    ],\n    \"chi nwaanyị\": [\n        \"herdess\"\n    ],\n    \"ịzụ anụ\": [\n        \"herding\"\n    ],\n    \"onye na-azụ anụ ụlọ\": [\n        \"herdman\",\n        \"herdswoman\"\n    ],\n    \"ege ntị\": [\n        \"hereadays\"\n    ],\n    \"site n'okike\": [\n        \"hereditarily\"\n    ],\n    \"Nkechinyere\": [\n        \"heredofamilial\",\n        \"mestfull\",\n        \"perchlorinated\",\n        \"rendzinas\"\n    ],\n    \"Heredoluetic\": [\n        \"heredoluetic\"\n    ],\n    \"Heredosyphilitic\": [\n        \"heredosyphilitic\"\n    ],\n    \"n'ime ebe a\": [\n        \"herein\"\n    ],\n    \"nke gara aga\": [\n        \"hereinbefore\",\n        \"postdated\"\n    ],\n    \"n'okwu a\": [\n        \"hereon\"\n    ],\n    \"ịjụ okwukwe\": [\n        \"heresy\",\n        \"hereticize\"\n    ],\n    \"ozizi nduhie\": [\n        \"heresies\",\n        \"heresyproof\"\n    ],\n    \"jụrụ okwukwe\": [\n        \"heretic\",\n        \"heretical\",\n        \"hereticate\",\n        \"heretication\",\n        \"hereticator\"\n    ],\n    \"ndị jụrụ okwukwe\": [\n        \"heretics\"\n    ],\n    \"oge gara aga\": [\n        \"heretoforetime\",\n        \"yesteryears\",\n        \"yestermorn\",\n        \"postpagan\",\n        \"postpubic\",\n        \"postpulmonary\",\n        \"preantiquity\",\n        \"predeciding\",\n        \"predecrement\",\n        \"predefence\",\n        \"predeluding\",\n        \"predespondent\",\n        \"predevising\",\n        \"predevotion\",\n        \"predwell\",\n        \"preemergency\",\n        \"preevasion\",\n        \"prerevelation\"\n    ],\n    \"jiri ya\": [\n        \"herewith\",\n        \"therewith\",\n        \"withstay\"\n    ],\n    \"Onye nwe ya\": [\n        \"herewithal\",\n        \"herschelian\"\n    ],\n    \"ihe a\": [\n        \"herezeld\"\n    ],\n    \"heriri\": [\n        \"herile\"\n    ],\n    \"ihe nketa ya\": [\n        \"heritabilities\"\n    ],\n    \"ham\": [\n        \"herm\"\n    ],\n    \"hamaphrodism\": [\n        \"hermaphrodism\"\n    ],\n    \"hamaphrodite\": [\n        \"hermaphrodite\"\n    ],\n    \"hamaphroditical\": [\n        \"hermaphroditical\"\n    ],\n    \"hamaphroditically\": [\n        \"hermaphroditically\"\n    ],\n    \"hamaphroditism\": [\n        \"hermaphroditism\"\n    ],\n    \"hamaphroditize\": [\n        \"hermaphroditize\"\n    ],\n    \"Hamis\": [\n        \"hermes\",\n        \"hermesian\"\n    ],\n    \"Hamisianism\": [\n        \"hermesianism\"\n    ],\n    \"hamione\": [\n        \"hermidin\",\n        \"herminone\",\n        \"hermione\"\n    ],\n    \"ebe obibi ya\": [\n        \"hermitary\"\n    ],\n    \"onye hermitian\": [\n        \"hermitian\"\n    ],\n    \"yiri hermit\": [\n        \"hermitlike\"\n    ],\n    \"hermitri\": [\n        \"hermitry\"\n    ],\n    \"haemas\": [\n        \"hermo\"\n    ],\n    \"onye na-elekọta ha\": [\n        \"hermoglyphist\",\n        \"perorator\"\n    ],\n    \"ha\": [\n        \"hern\",\n        \"himming\",\n        \"iters\",\n        \"suasions\",\n        \"they\",\n        \"theyd\",\n        \"theyre\",\n        \"them\",\n        \"themed\",\n        \"themer\",\n        \"theming\",\n        \"themis\"\n    ],\n    \"myị\": [\n        \"hernant\"\n    ],\n    \"hainia\": [\n        \"hernia\",\n        \"herniae\"\n    ],\n    \"dike\": [\n        \"hero\",\n        \"heroess\",\n        \"herohead\",\n        \"heroical\",\n        \"heroically\",\n        \"heroicalness\",\n        \"heroicly\",\n        \"heroicness\",\n        \"heroicomical\",\n        \"heroify\",\n        \"heroineship\",\n        \"heroism\",\n        \"heroization\",\n        \"heroize\",\n        \"herolike\",\n        \"herotheism\",\n        \"superhero\",\n        \"superheroes\",\n        \"superheroic\",\n        \"warrior\",\n        \"warrioress\"\n    ],\n    \"ọchịchị eze\": [\n        \"heroarchy\"\n    ],\n    \"Herodii\": [\n        \"herodii\"\n    ],\n    \"Herodiones\": [\n        \"herodiones\"\n    ],\n    \"Herodionine\": [\n        \"herodionine\"\n    ],\n    \"ndị dike\": [\n        \"heroes\",\n        \"heroics\",\n        \"heroins\",\n        \"heroisms\",\n        \"heros\",\n        \"valiancies\",\n        \"warriors\"\n    ],\n    \"kedike\": [\n        \"heroic\"\n    ],\n    \"Heronsew\": [\n        \"heronsew\"\n    ],\n    \"ọkà mmụta banyere ọrịa herpetologist\": [\n        \"heroologist\",\n        \"herpetologist\"\n    ],\n    \"dike ife\": [\n        \"heroworshipper\"\n    ],\n    \"herpess\": [\n        \"herpeses\"\n    ],\n    \"ahịhịa anụ\": [\n        \"herpestine\",\n        \"sheatfishes\",\n        \"shepster\"\n    ],\n    \"ọrịa herpes\": [\n        \"herpesvirus\"\n    ],\n    \"ndị na-agwọ ọrịa herpetologists\": [\n        \"herpetologists\"\n    ],\n    \"herries\": [\n        \"herried\"\n    ],\n    \"azụ asa\": [\n        \"herrying\",\n        \"herring\"\n    ],\n    \"herryry\": [\n        \"herryment\"\n    ],\n    \"azụ asa dị ka\": [\n        \"herringlike\"\n    ],\n    \"nke ya\": [\n        \"hers\",\n        \"hersall\",\n        \"hersir\",\n        \"itsy\"\n    ],\n    \"onyinye ya\": [\n        \"herschel\"\n    ],\n    \"Hetzian\": [\n        \"hertzian\"\n    ],\n    \"ygwugwu\": [\n        \"hesychasm\"\n    ],\n    \"Ikeycha\": [\n        \"hesychast\"\n    ],\n    \"ionyị\": [\n        \"hesionidae\"\n    ],\n    \"n’atụghị ụjọ\": [\n        \"hesitantly\",\n        \"hesitatively\"\n    ],\n    \"egbula\": [\n        \"hesitate\",\n        \"limsy\"\n    ],\n    \"lara azụ\": [\n        \"hesitated\"\n    ],\n    \"na-ala azụ\": [\n        \"hesitates\",\n        \"relucting\",\n        \"retarding\",\n        \"retardingly\",\n        \"retiling\",\n        \"retruding\"\n    ],\n    \"na-enwe obi abụọ\": [\n        \"hesitative\",\n        \"hesitator\",\n        \"hesperic\",\n        \"hesperideous\"\n    ],\n    \"Omechi\": [\n        \"hesperinos\",\n        \"twiddled\",\n        \"viceroydom\"\n    ],\n    \"na-agha\": [\n        \"hesperornithoid\",\n        \"miscast\"\n    ],\n    \"ekwekwe\": [\n        \"hessians\"\n    ],\n    \"Ugbodo\": [\n        \"hessites\",\n        \"quadriportico\",\n        \"spadille\"\n    ],\n    \"Hestern\": [\n        \"hestern\"\n    ],\n    \"Hesternal\": [\n        \"hesternal\"\n    ],\n    \"ikpofuo\": [\n        \"heterize\"\n    ],\n    \"ikpo okwu\": [\n        \"heterocercality\",\n        \"heterocercy\",\n        \"heteroecy\",\n        \"heteropolarity\",\n        \"palatalization\",\n        \"palatization\",\n        \"palatize\",\n        \"parricidal\",\n        \"platform\",\n        \"platformed\",\n        \"platformer\",\n        \"platformy\",\n        \"platformish\",\n        \"platformism\",\n        \"platformistic\",\n        \"platopic\",\n        \"podial\",\n        \"podium\",\n        \"podiums\",\n        \"pulpitism\",\n        \"pulpits\",\n        \"spheration\",\n        \"transpalatine\"\n    ],\n    \"tenweta\": [\n        \"heterodyned\"\n    ],\n    \"Heterodoxal\": [\n        \"heterodoxal\"\n    ],\n    \"heterodox\": [\n        \"heterodoxness\"\n    ],\n    \"heterofertilisation\": [\n        \"heterofertilization\"\n    ],\n    \"mmadụ niile\": [\n        \"heterogeneity\",\n        \"heterogeneousness\"\n    ],\n    \"ọdịiche dị iche iche\": [\n        \"heterogeneities\",\n        \"isoantigenicity\"\n    ],\n    \"onye_egbo\": [\n        \"heteromyarian\"\n    ],\n    \"heterophem\": [\n        \"heterophemism\",\n        \"heterophemist\"\n    ],\n    \"heterophemist\": [\n        \"heterophemistic\"\n    ],\n    \"Nwanyị nwoke\": [\n        \"heterosex\"\n    ],\n    \"nwoke na nwoke\": [\n        \"heterosexual\",\n        \"heterosexually\"\n    ],\n    \"nwoke na nwoke na nwanyi\": [\n        \"heterosexuality\"\n    ],\n    \"heathen\": [\n        \"hethen\"\n    ],\n    \"heth\": [\n        \"heths\"\n    ],\n    \"ụgbọ mmiri hetman\": [\n        \"hetmanship\"\n    ],\n    \"zọpụtara\": [\n        \"heved\",\n        \"reflated\",\n        \"salivated\",\n        \"salvaged\",\n        \"savoyed\"\n    ],\n    \"wewe\": [\n        \"hewe\",\n        \"mayweed\",\n        \"waxweed\",\n        \"wee\",\n        \"weve\"\n    ],\n    \"onye-nkpu-osisi\": [\n        \"hewer\"\n    ],\n    \"ihendorji\": [\n        \"hexadactyle\"\n    ],\n    \"hegagon\": [\n        \"hexagon\"\n    ],\n    \"hexagonal\": [\n        \"hexagonial\",\n        \"hexagonical\"\n    ],\n    \"hexagons\": [\n        \"hexagonous\"\n    ],\n    \"iheke.nkechi\": [\n        \"hexahydric\"\n    ],\n    \"hexamita\": [\n        \"hexameter\",\n        \"hexameters\"\n    ],\n    \"heksandri\": [\n        \"hexandry\"\n    ],\n    \"heksand\": [\n        \"hexandrous\"\n    ],\n    \"hexasperformance\": [\n        \"hexaspermous\"\n    ],\n    \"Hexastichon\": [\n        \"hexastichon\"\n    ],\n    \"Hexenbesen\": [\n        \"hexenbesen\"\n    ],\n    \"noxobarbital\": [\n        \"hexobarbital\"\n    ],\n    \"nkpo-akwa\": [\n        \"hexoctahedral\"\n    ],\n    \"noxoctahedron\": [\n        \"hexoctahedron\"\n    ],\n    \"nkpodaho\": [\n        \"hexoylene\"\n    ],\n    \"heksosan\": [\n        \"hexosans\"\n    ],\n    \"hepartite\": [\n        \"hexpartite\"\n    ],\n    \"hezkaia\": [\n        \"hezekiah\"\n    ],\n    \"hyacinth\": [\n        \"hyacinths\"\n    ],\n    \"Hyaenic\": [\n        \"hyaenic\"\n    ],\n    \"Hyalescence\": [\n        \"hyalescence\"\n    ],\n    \"Hyalescent\": [\n        \"hyalescent\"\n    ],\n    \"Hyaline\": [\n        \"hyaline\"\n    ],\n    \"Hyalines\": [\n        \"hyalines\"\n    ],\n    \"Hyalocrystalline\": [\n        \"hyalocrystalline\"\n    ],\n    \"Hyalodacite\": [\n        \"hyalodacite\"\n    ],\n    \"Hyalogen\": [\n        \"hyalogen\"\n    ],\n    \"Hyalogens\": [\n        \"hyalogens\"\n    ],\n    \"Hyaloid\": [\n        \"hyaloid\"\n    ],\n    \"Hyalopilitic\": [\n        \"hyalopilitic\"\n    ],\n    \"hyalopasma\": [\n        \"hyaloplasma\"\n    ],\n    \"yalọ hyaloplasmic\": [\n        \"hyaloplasmic\"\n    ],\n    \"Hyalopsite\": [\n        \"hyalopsite\"\n    ],\n    \"chizolosiderite\": [\n        \"hyalosiderite\"\n    ],\n    \"Hyalospongia\": [\n        \"hyalospongia\"\n    ],\n    \"Hyaluronic\": [\n        \"hyaluronic\"\n    ],\n    \"hiatus\": [\n        \"hiate\",\n        \"hiation\"\n    ],\n    \"hiat\": [\n        \"hiatuses\"\n    ],\n    \"ino na mkpu\": [\n        \"hibernate\",\n        \"hibernation\"\n    ],\n    \"onye hibernator\": [\n        \"hibernator\"\n    ],\n    \"ndị hibernators\": [\n        \"hibernators\"\n    ],\n    \"hibernian\": [\n        \"hibernia\",\n        \"hibernic\"\n    ],\n    \"ndị hibernians\": [\n        \"hibernianism\"\n    ],\n    \"onye ji ugba\": [\n        \"hibernical\"\n    ],\n    \"inwe ezumike\": [\n        \"hibernization\"\n    ],\n    \"onye nyocha hibernologist\": [\n        \"hibernologist\"\n    ],\n    \"hibiscus\": [\n        \"hibiscuses\"\n    ],\n    \"ngwakọ\": [\n        \"hybrid\",\n        \"hybrida\",\n        \"hybridae\",\n        \"hybridal\",\n        \"hybridisable\",\n        \"hybridise\",\n        \"hybridising\",\n        \"hybridism\",\n        \"hybridity\",\n        \"hybridizable\",\n        \"hybridization\",\n        \"hybridizer\",\n        \"hybridizers\",\n        \"hybridizes\",\n        \"hybridous\",\n        \"hybrids\",\n        \"polybrid\",\n        \"wareful\"\n    ],\n    \"Ngwakọta ngwakọ\": [\n        \"hybridiser\"\n    ],\n    \"onye ngwakọ\": [\n        \"hybridist\"\n    ],\n    \"Onicha\": [\n        \"hicatee\",\n        \"overpracticing\"\n    ],\n    \"hiccocoic akpịrị\": [\n        \"hiccoughed\"\n    ],\n    \"muru anya\": [\n        \"hiccuped\"\n    ],\n    \"ikwo na mgbochi\": [\n        \"hiccupping\"\n    ],\n    \"Okwuchi\": [\n        \"hicht\",\n        \"intertouch\",\n        \"kyriologic\",\n        \"phacellus\",\n        \"sicht\",\n        \"tamilic\",\n        \"thelemite\",\n        \"thoroughfooting\"\n    ],\n    \"ikuru\": [\n        \"hick\",\n        \"inhaled\"\n    ],\n    \"hickeys\": [\n        \"hickeyes\"\n    ],\n    \"Hicky kwere\": [\n        \"hickified\"\n    ],\n    \"Onyeka Hickscorner\": [\n        \"hickscorner\"\n    ],\n    \"Hicksite\": [\n        \"hicksite\"\n    ],\n    \"hydatidiform\": [\n        \"hydatiform\"\n    ],\n    \"hydatigena\": [\n        \"hydatigenous\"\n    ],\n    \"ezo\": [\n        \"hiddenness\",\n        \"hideling\",\n        \"hidling\",\n        \"lurk\",\n        \"lurkingness\"\n    ],\n    \"hidebound ness\": [\n        \"hideboundness\"\n    ],\n    \"nke ezighi ezi\": [\n        \"hideless\"\n    ],\n    \"ebe nzuzo\": [\n        \"hideout\",\n        \"hideouts\"\n    ],\n    \"onye zoro ezo\": [\n        \"hider\"\n    ],\n    \"ndị zoro ezo\": [\n        \"hiders\",\n        \"metamers\"\n    ],\n    \"na-ezo\": [\n        \"hiding\",\n        \"lurkingly\"\n    ],\n    \"ha mmiri\": [\n        \"hydnoraceous\"\n    ],\n    \"hydramnios\": [\n        \"hydramnion\"\n    ],\n    \"hydrangeaceae\": [\n        \"hydrangeaceous\"\n    ],\n    \"igba mmiri mmiri\": [\n        \"hydrate\"\n    ],\n    \"ndị na-arụ ọrụ mmiri\": [\n        \"hydrators\"\n    ],\n    \"hydraulic\": [\n        \"hydraul\",\n        \"hydraulicity\",\n        \"hydraulics\"\n    ],\n    \"haịdrọlik\": [\n        \"hydraulic\",\n        \"hydraulicked\",\n        \"hydraulicon\",\n        \"hydrauluses\"\n    ],\n    \"onye na-enye mmiri\": [\n        \"hydraulician\",\n        \"hydraulist\"\n    ],\n    \"hydraulicicking\": [\n        \"hydraulicking\"\n    ],\n    \"n'ụzọ dị ọcha\": [\n        \"hydrically\",\n        \"hydronically\"\n    ],\n    \"ọalụholicụ mmanya\": [\n        \"hydroalcoholic\"\n    ],\n    \"mmiri dị na mbara igwe\": [\n        \"hydroatmospheric\"\n    ],\n    \"ihe banyere mmiri ogwu\": [\n        \"hydrobiologist\"\n    ],\n    \"onye na-ahụ maka ọdịiche\": [\n        \"hydrodynamicist\"\n    ],\n    \"hydrofluosilicik\": [\n        \"hydrofluosilicic\"\n    ],\n    \"onye na-ede mmiri\": [\n        \"hydrographer\"\n    ],\n    \"hydrolyzate\": [\n        \"hydrolysate\"\n    ],\n    \"hydrolysis\": [\n        \"hydrolysation\"\n    ],\n    \"ndị ọkà mmụta banyere mmiri\": [\n        \"hydrologists\"\n    ],\n    \"igwe na-edozi ahụ\": [\n        \"hydrometallurgical\"\n    ],\n    \"hydrogen\": [\n        \"hydronic\"\n    ],\n    \"hydrogenitrogen\": [\n        \"hydronitrogen\"\n    ],\n    \"onye na-akụ mmiri\": [\n        \"hydropathist\"\n    ],\n    \"nke dị hydrophanous\": [\n        \"hydrophanous\"\n    ],\n    \"ike mmiri\": [\n        \"hydropower\",\n        \"maypop\",\n        \"prowaterpower\"\n    ],\n    \"hydroquinone\": [\n        \"hydroquinine\",\n        \"hydroquinol\"\n    ],\n    \"hydroxyquinoline\": [\n        \"hydroquinoline\"\n    ],\n    \"hydrostatic\": [\n        \"hydrostat\",\n        \"hydrostatical\"\n    ],\n    \"hydrogenatic ian\": [\n        \"hydrostatician\"\n    ],\n    \"hydrosulphuric chọrọ\": [\n        \"hydrosulphuric\"\n    ],\n    \"hydrotheca\": [\n        \"hydrothecae\"\n    ],\n    \"hypothetical\": [\n        \"hydrothecal\",\n        \"hypothetics\"\n    ],\n    \"ọgwụgwọ mmiri\": [\n        \"hydrotherapeutic\",\n        \"hydrotherapeutical\",\n        \"hydrotherapeutics\",\n        \"hydrotherapy\",\n        \"hydrotherapies\"\n    ],\n    \"dibia-ukpo\": [\n        \"hydrotherapeutician\"\n    ],\n    \"ndị na-agwọ mmiri\": [\n        \"hydrotherapeuticians\"\n    ],\n    \"onye na-agwọ mmiri\": [\n        \"hydrotherapist\"\n    ],\n    \"hydrotimita\": [\n        \"hydrotimeter\"\n    ],\n    \"hii\": [\n        \"hie\"\n    ],\n    \"obodo hieland\": [\n        \"hieland\"\n    ],\n    \"hyenik\": [\n        \"hyenic\"\n    ],\n    \"haeracium\": [\n        \"hieracium\"\n    ],\n    \"ndokwa nile\": [\n        \"hierarchy\"\n    ],\n    \"onye hierarchic\": [\n        \"hierarchic\"\n    ],\n    \"onye hierarchist\": [\n        \"hierarchist\"\n    ],\n    \"hyetometa\": [\n        \"hyetometer\"\n    ],\n    \"ịkacha mgba\": [\n        \"hygeist\"\n    ],\n    \"ndị na-elekọta mmụọ\": [\n        \"hygeists\"\n    ],\n    \"higgle haggle\": [\n        \"higglehaggle\"\n    ],\n    \"ịgba bọọlụ\": [\n        \"highballing\",\n        \"racquetball\",\n        \"snowballing\"\n    ],\n    \"kabia\": [\n        \"highboard\"\n    ],\n    \"Highbrow\": [\n        \"highbrow\"\n    ],\n    \"elubrowed\": [\n        \"highbrowed\"\n    ],\n    \"elubrowism\": [\n        \"highbrowism\"\n    ],\n    \"Highbush\": [\n        \"highbush\"\n    ],\n    \"oche elu oche\": [\n        \"highchair\"\n    ],\n    \"oche ndakwa\": [\n        \"highchairs\"\n    ],\n    \"Akwa Ugwu\": [\n        \"highdaddy\"\n    ],\n    \"nke ka elu\": [\n        \"higher\"\n    ],\n    \"f high\": [\n        \"highfaluting\"\n    ],\n    \"Ikenna-ekwuchi\": [\n        \"highhandedly\"\n    ],\n    \"Ime elu\": [\n        \"highhatting\"\n    ],\n    \"obi di elu\": [\n        \"highheartedly\",\n        \"highheartedness\"\n    ],\n    \"Ogbo elu\": [\n        \"highjacker\",\n        \"highjacks\"\n    ],\n    \"Ihi ohi\": [\n        \"highjacking\",\n        \"hijacking\"\n    ],\n    \"ugwu di elu\": [\n        \"highlands\"\n    ],\n    \"Isi ihe\": [\n        \"highlights\"\n    ],\n    \"eluliving\": [\n        \"highliving\"\n    ],\n    \"onye di elu\": [\n        \"highman\"\n    ],\n    \"nnukwu akpa\": [\n        \"highpockets\"\n    ],\n    \"Hightail\": [\n        \"hightail\",\n        \"hightailed\"\n    ],\n    \"talọ\": [\n        \"hightailing\"\n    ],\n    \"hight\": [\n        \"highted\",\n        \"highth\"\n    ],\n    \"ndi awusa\": [\n        \"highwaymen\"\n    ],\n    \"ihe di ọcha\": [\n        \"hygiastics\"\n    ],\n    \"n'ịdị ọcha\": [\n        \"hygienically\",\n        \"inchastity\"\n    ],\n    \"na hygrometrically\": [\n        \"hygrometrically\"\n    ],\n    \"ikwusi n'ike\": [\n        \"hijack\"\n    ],\n    \"jacknya ohi\": [\n        \"hijacker\"\n    ],\n    \"jackzọ ohi\": [\n        \"hijackings\"\n    ],\n    \"ibugo onu\": [\n        \"hike\"\n    ],\n    \"onye hiker\": [\n        \"hiker\"\n    ],\n    \"Ndị njem hikers\": [\n        \"hikers\"\n    ],\n    \"hilari\": [\n        \"hilary\"\n    ],\n    \"Mgbe\": [\n        \"hile\"\n    ],\n    \"maịl\": [\n        \"hyleg\",\n        \"milesian\"\n    ],\n    \"hyili\": [\n        \"hyli\"\n    ],\n    \"onye na-eme mgbaasị\": [\n        \"hylicist\"\n    ],\n    \"hylid\": [\n        \"hylids\"\n    ],\n    \"hibaa ndụ\": [\n        \"hiliferous\"\n    ],\n    \"ugwu ahia\": [\n        \"hillsalesman\"\n    ],\n    \"ugwu ntanet\": [\n        \"hilltops\"\n    ],\n    \"n’elu ugwu\": [\n        \"hillward\",\n        \"mountainward\",\n        \"uphillward\"\n    ],\n    \"enweghị ebelata\": [\n        \"hiltless\",\n        \"unpervasiveness\",\n        \"wistlessness\"\n    ],\n    \"akwụkwọ abụ\": [\n        \"hymnbook\",\n        \"hymnbooks\",\n        \"songbooks\"\n    ],\n    \"ukwe ka\": [\n        \"hymnlike\"\n    ],\n    \"onye hymnodist\": [\n        \"hymnodist\"\n    ],\n    \"onye na-ahụ maka ihe omume\": [\n        \"hymnographer\"\n    ],\n    \"n'egwú\": [\n        \"hymnwise\"\n    ],\n    \"azụ ụbụrụ\": [\n        \"hindbrain\"\n    ],\n    \"ala azụ\": [\n        \"hinderlands\",\n        \"reluctant\",\n        \"reluctate\"\n    ],\n    \"n'azu\": [\n        \"hinderly\",\n        \"sheathless\",\n        \"sterns\"\n    ],\n    \"N'azụ\": [\n        \"hindquarters\"\n    ],\n    \"nne ele\": [\n        \"hinds\"\n    ],\n    \"Hindu\": [\n        \"hinduism\"\n    ],\n    \"Enyi\": [\n        \"hiney\"\n    ],\n    \"mgbabere uzo\": [\n        \"hinge\",\n        \"hingle\"\n    ],\n    \"adabere\": [\n        \"hinged\"\n    ],\n    \"hing\": [\n        \"hinger\"\n    ],\n    \"Hinoid\": [\n        \"hinoid\"\n    ],\n    \"ala ọzọ\": [\n        \"hinterland\",\n        \"hinterlander\"\n    ],\n    \"ala mgbaba\": [\n        \"hinterlands\"\n    ],\n    \"ndumodu gosiri\": [\n        \"hintproof\"\n    ],\n    \"ndiri\": [\n        \"hintzeite\"\n    ],\n    \"yolọ ihere\": [\n        \"hyoepiglottic\"\n    ],\n    \"Hyoepiglottidean\": [\n        \"hyoepiglottidean\"\n    ],\n    \"Ikechi Iheanacho\": [\n        \"hyoglossal\"\n    ],\n    \"mmachiplastron\": [\n        \"hyoplastron\"\n    ],\n    \"Nkumeji\": [\n        \"hiortdahlite\"\n    ],\n    \"Ikechukwu Nwachukwu\": [\n        \"hyostylic\"\n    ],\n    \"N'ebe ahụ\": [\n        \"hyothere\"\n    ],\n    \"N'abụghị\": [\n        \"hypabyssally\"\n    ],\n    \"Hypaesthesia\": [\n        \"hypaesthesia\"\n    ],\n    \"Hypapophysis\": [\n        \"hypapophysis\"\n    ],\n    \"úkwù\": [\n        \"hipbone\",\n        \"loins\"\n    ],\n    \"mama\": [\n        \"hype\",\n        \"hypt\",\n        \"momo\"\n    ],\n    \"Hyperalgia\": [\n        \"hyperalgia\"\n    ],\n    \"hypercarburet\": [\n        \"hypercarbureted\"\n    ],\n    \"hypercarburetị\": [\n        \"hypercarburetted\"\n    ],\n    \"okpokoro okuko\": [\n        \"hyperconformist\"\n    ],\n    \"ndozi ọbara\": [\n        \"hypercorrection\"\n    ],\n    \"idozi hypercorrectness\": [\n        \"hypercorrectness\"\n    ],\n    \"kwuwa okwu ikpe\": [\n        \"hypercriticize\"\n    ],\n    \"ọbara mgbali elu\": [\n        \"hyperdeification\",\n        \"hyperdeterminant\",\n        \"hyperdimensional\",\n        \"hyperdimensionality\",\n        \"hyperdoricism\",\n        \"hyperion\",\n        \"hypernitrogenous\",\n        \"hypernormality\",\n        \"hyperresonance\",\n        \"hypertenseness\",\n        \"hypertension\",\n        \"hypertensive\",\n        \"hypertrophies\"\n    ],\n    \"hyper na-atọ ụtọ\": [\n        \"hyperdeliciously\"\n    ],\n    \"hyper nesstọ\": [\n        \"hyperdeliciousness\"\n    ],\n    \"hyperdemocracy\": [\n        \"hyperdemocratic\"\n    ],\n    \"igosiputa\": [\n        \"hyperemotionally\",\n        \"hyperexcitement\",\n        \"ignatian\",\n        \"indicatrix\"\n    ],\n    \"eremgha\": [\n        \"hyperemotively\"\n    ],\n    \"na-echu ume\": [\n        \"hyperenthusiastic\"\n    ],\n    \"omume nzuzu\": [\n        \"hyperethicalness\"\n    ],\n    \"ubelata\": [\n        \"hypereutectic\"\n    ],\n    \"mgbanwe mgbanwe\": [\n        \"hyperflexibility\",\n        \"hyperflexibleness\"\n    ],\n    \"hyperin insulinization\": [\n        \"hyperinsulinization\"\n    ],\n    \"hyperinsulinism\": [\n        \"hyperinsulinize\"\n    ],\n    \"hyperint hankali\": [\n        \"hyperintellectually\"\n    ],\n    \"inwe ọgụgụ isi\": [\n        \"hyperintellectualness\"\n    ],\n    \"onye nwere ọgụgụ isi\": [\n        \"hyperintelligent\",\n        \"ideogenous\",\n        \"intellectualist\",\n        \"intelligencer\",\n        \"preintelligent\",\n        \"sensibler\",\n        \"superintellectual\",\n        \"supraintellectual\"\n    ],\n    \"hyper ọrụ ebube\": [\n        \"hypermiraculous\"\n    ],\n    \"hyper n'ụzọ ọrụ ebube\": [\n        \"hypermiraculously\"\n    ],\n    \"erighị nri na-edozi ahụ\": [\n        \"hypernutrition\",\n        \"malnourished\",\n        \"misnutrition\",\n        \"undernutrition\"\n    ],\n    \"n'ụzọ dị ike\": [\n        \"hyperorganically\"\n    ],\n    \"Hyperroxymuriatic\": [\n        \"hyperoxymuriatic\"\n    ],\n    \"plagbọelu\": [\n        \"hyperplane\"\n    ],\n    \"hyper ịhụnanya\": [\n        \"hyperromantically\"\n    ],\n    \"persdị mgbasa\": [\n        \"hypersaintly\"\n    ],\n    \"hyper scrupulosity\": [\n        \"hyperscrupulosity\"\n    ],\n    \"na-eme ka ihe mgbakasị ahụ\": [\n        \"hypersensitizing\"\n    ],\n    \"Udobe onwe\": [\n        \"hypersensuously\"\n    ],\n    \"hypersperimentally\": [\n        \"hypersentimentally\"\n    ],\n    \"persdị\": [\n        \"hypersystole\"\n    ],\n    \"site n'ụzọ\": [\n        \"hypersonically\"\n    ],\n    \"ebekasị\": [\n        \"hypersphere\"\n    ],\n    \"akwaazu\": [\n        \"hypersthenite\"\n    ],\n    \"mgbasa ozi ike\": [\n        \"hypersuggestibleness\"\n    ],\n    \"hypertechnika\": [\n        \"hypertechnical\"\n    ],\n    \"hyperthyroidism\": [\n        \"hyperthyroidize\"\n    ],\n    \"hypothrombinemia\": [\n        \"hyperthrombinemia\"\n    ],\n    \"hyper karịa\": [\n        \"hypertranscendent\"\n    ],\n    \"hyper tridimensional\": [\n        \"hypertridimensional\"\n    ],\n    \"hypertrophy na-aga\": [\n        \"hypertrophying\"\n    ],\n    \"hipwlask\": [\n        \"hipflask\"\n    ],\n    \"hyphenated\": [\n        \"hyphened\"\n    ],\n    \"akwa mgbochi\": [\n        \"hyphenise\",\n        \"sansculot\"\n    ],\n    \"mee ka ọ ghara ịdị\": [\n        \"hyphenised\"\n    ],\n    \"weghaara onwe ya\": [\n        \"hyphenized\"\n    ],\n    \"enweghi mgbochi\": [\n        \"hyphenless\"\n    ],\n    \"hypnotic\": [\n        \"hypinotic\"\n    ],\n    \"hip ogologo\": [\n        \"hiplength\"\n    ],\n    \"dị ka hip\": [\n        \"hiplike\"\n    ],\n    \"hypnosis\": [\n        \"hypnaceous\",\n        \"hypnological\",\n        \"hypnoses\",\n        \"hypnotism\"\n    ],\n    \"mkpụrụ ndụ ihe nketa hypno\": [\n        \"hypnogenetic\"\n    ],\n    \"hypno genetically\": [\n        \"hypnogenetically\"\n    ],\n    \"hypnagogic\": [\n        \"hypnogogic\"\n    ],\n    \"hypnophobia\": [\n        \"hypnophobias\",\n        \"hypnophobic\"\n    ],\n    \"hypnotized\": [\n        \"hypnotised\",\n        \"hypnotoid\"\n    ],\n    \"hypnotist\": [\n        \"hypnotiser\",\n        \"hypnotistic\"\n    ],\n    \"hypnotizing\": [\n        \"hypnotization\"\n    ],\n    \"itu aru\": [\n        \"hypnotize\",\n        \"hypnotizer\"\n    ],\n    \"ihu abụọ\": [\n        \"hypocatharsis\",\n        \"hypocathartic\",\n        \"hypocathexis\",\n        \"hypochordal\",\n        \"hypocist\",\n        \"hypocistis\",\n        \"hypocystotomy\",\n        \"hypocone\",\n        \"hypocorism\",\n        \"hypocoristic\",\n        \"hypocoristical\",\n        \"hypocoristically\",\n        \"hypocotyl\",\n        \"hypocotyleal\",\n        \"hypocotyledonary\",\n        \"hypocotylous\",\n        \"hypocrateriform\",\n        \"hypocraterimorphous\",\n        \"hypocreaceae\",\n        \"hypocreaceous\",\n        \"hypocreales\",\n        \"hypocrinia\",\n        \"hypocrinism\",\n        \"hypocrisy\",\n        \"hypocrisies\",\n        \"hypocrisis\",\n        \"hypocrystalline\",\n        \"hypocrital\",\n        \"hypocritic\",\n        \"hypocritical\",\n        \"hypocritically\",\n        \"hypocriticalness\",\n        \"multifaced\",\n        \"multifaceted\"\n    ],\n    \"onye ihu abụọ\": [\n        \"hypocondylar\",\n        \"hypocrater\",\n        \"hypocrite\"\n    ],\n    \"na-egosi ihu abụọ\": [\n        \"hypocotyledonous\"\n    ],\n    \"ndị ihu abụọ\": [\n        \"hypocrites\"\n    ],\n    \"idekọ ihe\": [\n        \"hypocrize\"\n    ],\n    \"hypophysectomization\": [\n        \"hypophysectomizing\"\n    ],\n    \"hypopity\": [\n        \"hypopitys\"\n    ],\n    \"posme ọgwụ\": [\n        \"hyposensitizing\"\n    ],\n    \"hyposyllogistic nke\": [\n        \"hyposyllogistic\"\n    ],\n    \"na-etinye ọgwụ\": [\n        \"hypostasizing\",\n        \"hypostatising\",\n        \"hypostatizing\",\n        \"presharing\"\n    ],\n    \"hyposulphuric na-egosi\": [\n        \"hyposulphuric\"\n    ],\n    \"hyposulphurous adịghị\": [\n        \"hyposulphurous\"\n    ],\n    \"hypotu\": [\n        \"hypoth\"\n    ],\n    \"nkwupụta echiche\": [\n        \"hypothesis\",\n        \"hypothesise\",\n        \"hypothesising\"\n    ],\n    \"hypothyroidism\": [\n        \"hypothyroids\"\n    ],\n    \"hypoxis\": [\n        \"hypoxias\"\n    ],\n    \"epizeuxis\": [\n        \"hypozeuxis\"\n    ],\n    \"hipaa\": [\n        \"hippa\"\n    ],\n    \"hippy\": [\n        \"hippi\",\n        \"hippia\",\n        \"hippian\"\n    ],\n    \"hippi\": [\n        \"hippies\"\n    ],\n    \"onye hippodromist\": [\n        \"hippodromist\"\n    ],\n    \"ọkà banyere mmiri mmiri\": [\n        \"hippologist\"\n    ],\n    \"hippometa\": [\n        \"hippometer\"\n    ],\n    \"onye hippotomist\": [\n        \"hippotomist\"\n    ],\n    \"Hypsibrachycephalism\": [\n        \"hypsibrachycephalism\"\n    ],\n    \"Hypsiliform\": [\n        \"hypsiliform\"\n    ],\n    \"Hypsistenocephalism\": [\n        \"hypsistenocephalism\"\n    ],\n    \"Hypsodont\": [\n        \"hypsodont\"\n    ],\n    \"hypsodonti\": [\n        \"hypsodonty\"\n    ],\n    \"Hypsometa\": [\n        \"hypsometer\"\n    ],\n    \"Hypsometry\": [\n        \"hypsometry\"\n    ],\n    \"Hypsometric\": [\n        \"hypsometric\"\n    ],\n    \"Hypsometrical\": [\n        \"hypsometrical\"\n    ],\n    \"Hypsometrist\": [\n        \"hypsometrist\"\n    ],\n    \"igwe na-ekpo ọkụ\": [\n        \"hypsothermometer\"\n    ],\n    \"hipster\": [\n        \"hipsters\"\n    ],\n    \"iku iku\": [\n        \"hire\"\n    ],\n    \"Enwere ụgwọ ọrụ\": [\n        \"hireable\"\n    ],\n    \"goro onwe\": [\n        \"hired\"\n    ],\n    \"iku n'ọrụ\": [\n        \"hireling\"\n    ],\n    \"onye goro mmadu\": [\n        \"hireman\"\n    ],\n    \"onye hirer\": [\n        \"hirer\"\n    ],\n    \"ndị were n'ọrụ\": [\n        \"hirers\"\n    ],\n    \"igota ego\": [\n        \"hiring\"\n    ],\n    \"mmekpa\": [\n        \"hirings\",\n        \"ravagers\",\n        \"ravings\",\n        \"ravishments\"\n    ],\n    \"hiring\": [\n        \"hirling\"\n    ],\n    \"hiisel\": [\n        \"hirsel\"\n    ],\n    \"kere ọrụ\": [\n        \"hirseled\"\n    ],\n    \"rsgha\": [\n        \"hirseling\",\n        \"hirsling\"\n    ],\n    \"heringerite\": [\n        \"hisingerite\"\n    ],\n    \"Hispania\": [\n        \"hispania\"\n    ],\n    \"asụsụ Spanish\": [\n        \"hispanic\",\n        \"spanish\"\n    ],\n    \"akuko ya\": [\n        \"hispanicism\"\n    ],\n    \"kwuo ya\": [\n        \"hispanicize\"\n    ],\n    \"ndị na-asụ asụsụ Hispanik\": [\n        \"hispanics\"\n    ],\n    \"onye na-akpo ya\": [\n        \"hispanist\"\n    ],\n    \"ikuku ya\": [\n        \"hispidity\"\n    ],\n    \"ya akwụkwọ\": [\n        \"hispidulate\"\n    ],\n    \"ndị na-akatọ ya\": [\n        \"hissers\"\n    ],\n    \"hisop\": [\n        \"hyssop\",\n        \"hyssops\"\n    ],\n    \"Kissproof\": [\n        \"hissproof\",\n        \"kissproof\"\n    ],\n    \"histamine\": [\n        \"histamin\"\n    ],\n    \"ịkpụkpụ\": [\n        \"hysterectomy\",\n        \"intercut\"\n    ],\n    \"nchiyo\": [\n        \"hysteria\"\n    ],\n    \"ystgbụgba\": [\n        \"hysteriform\"\n    ],\n    \"na-elekọta ihe\": [\n        \"hysteroproterize\",\n        \"keepering\",\n        \"overeducates\",\n        \"philogenitiveness\",\n        \"superdying\"\n    ],\n    \"istiophoridae\": [\n        \"histiophoridae\"\n    ],\n    \"istiophorus\": [\n        \"histiophorus\"\n    ],\n    \"ọkọ akụkọ ihe mere eme\": [\n        \"histographer\",\n        \"histologist\",\n        \"histopathologist\",\n        \"historian\",\n        \"historician\",\n        \"historicist\",\n        \"historied\",\n        \"historier\",\n        \"historiographer\",\n        \"legendist\"\n    ],\n    \"n'akụkọ ihe mere eme\": [\n        \"histographically\",\n        \"histomorphologically\",\n        \"historically\",\n        \"historiographically\",\n        \"histrionically\",\n        \"nonhistorically\",\n        \"prehistorically\",\n        \"unhistorically\"\n    ],\n    \"ndị ọkọ akụkọ ihe mere eme\": [\n        \"histologists\",\n        \"historians\",\n        \"historiographers\"\n    ],\n    \"akụkọ ihe mere eme dị egwu\": [\n        \"historicocritical\"\n    ],\n    \"kọọ akụkọ\": [\n        \"historify\",\n        \"histrionize\"\n    ],\n    \"kọọ akụkọ ihe mere eme\": [\n        \"historize\"\n    ],\n    \"hystricina\": [\n        \"hystricinae\"\n    ],\n    \"akụkọ ihe mere\": [\n        \"histriomastix\"\n    ],\n    \"ikedo\": [\n        \"hitch\",\n        \"hitchel\"\n    ],\n    \"gbachie\": [\n        \"hitched\",\n        \"subsecute\"\n    ],\n    \"hitchhiker\": [\n        \"hitchhike\"\n    ],\n    \"ọ dị ugbu a\": [\n        \"hithermost\"\n    ],\n    \"rute ugbu a\": [\n        \"hitherto\",\n        \"sofar\"\n    ],\n    \"rue ugbu a\": [\n        \"hithertoward\"\n    ],\n    \"ruo ugbu a\": [\n        \"hitherunto\",\n        \"thitherto\"\n    ],\n    \"Ọha\": [\n        \"hitlerism\",\n        \"librational\"\n    ],\n    \"ekwo Ekwo\": [\n        \"hive\"\n    ],\n    \"onye na-agba akwụkwọ\": [\n        \"hiver\"\n    ],\n    \"hoard\": [\n        \"hoarded\",\n        \"hoarder\"\n    ],\n    \"Ndekwu\": [\n        \"hoards\"\n    ],\n    \"gbara ụda\": [\n        \"hoarse\"\n    ],\n    \"arsra\": [\n        \"hoarsely\"\n    ],\n    \"hoars\": [\n        \"hoarsened\"\n    ],\n    \"kwusie ike\": [\n        \"hoarser\",\n        \"stiltify\"\n    ],\n    \"hoatzin\": [\n        \"hoatzines\",\n        \"hoatzins\"\n    ],\n    \"Onyekama\": [\n        \"hoaxing\",\n        \"lestodon\"\n    ],\n    \"hobii\": [\n        \"hobby\"\n    ],\n    \"omume ntụrụndụ\": [\n        \"hobbies\",\n        \"hobbyism\"\n    ],\n    \"ihe omume ntụrụndụ\": [\n        \"hobbyhorse\",\n        \"hobbyhorses\",\n        \"hobbyhorsical\",\n        \"hobbyist\",\n        \"hobbyists\"\n    ],\n    \"n'ihe omume ntụrụndụ\": [\n        \"hobbyhorsically\"\n    ],\n    \"enweghị ntụrụndụ\": [\n        \"hobbyless\"\n    ],\n    \"ịmasị\": [\n        \"hobbing\"\n    ],\n    \"hobism\": [\n        \"hobbism\"\n    ],\n    \"hobbledehoy dom\": [\n        \"hobbledehoydom\"\n    ],\n    \"mkpuchi hobbledehoy\": [\n        \"hobbledehoyhood\"\n    ],\n    \"na-ama\": [\n        \"hobbling\",\n        \"kidded\",\n        \"quedful\",\n        \"smithereens\"\n    ],\n    \"dị ka hob\": [\n        \"hoblike\"\n    ],\n    \"hobnob\": [\n        \"hoblob\"\n    ],\n    \"hobnail\": [\n        \"hobnailed\",\n        \"hobnailer\"\n    ],\n    \"hoboism\": [\n        \"hoboisms\"\n    ],\n    \"hobo moco\": [\n        \"hobomoco\"\n    ],\n    \"hoch\": [\n        \"hoc\"\n    ],\n    \"hoco\": [\n        \"hocco\"\n    ],\n    \"hackamore\": [\n        \"hockamore\"\n    ],\n    \"hockey si\": [\n        \"hockeys\"\n    ],\n    \"hockey\": [\n        \"hockelty\",\n        \"hocket\",\n        \"hocky\"\n    ],\n    \"hock\": [\n        \"hockled\"\n    ],\n    \"hock ahịa\": [\n        \"hockshop\"\n    ],\n    \"hocus nwere\": [\n        \"hocused\"\n    ],\n    \"hocus\": [\n        \"hocuses\",\n        \"hocusing\"\n    ],\n    \"horisis nwere\": [\n        \"hocussed\"\n    ],\n    \"hoking\": [\n        \"hocussing\"\n    ],\n    \"hoddy\": [\n        \"hodaddy\",\n        \"hoddin\"\n    ],\n    \"Ikwenye\": [\n        \"hodening\",\n        \"stilting\"\n    ],\n    \"ndi hodmen\": [\n        \"hodmen\"\n    ],\n    \"hodokopcope\": [\n        \"hodoscope\"\n    ],\n    \"nwe ulo\": [\n        \"hoedown\",\n        \"homebody\",\n        \"homesite\",\n        \"landladydom\"\n    ],\n    \"ụlọ ndị nwe ụlọ\": [\n        \"hoedowns\"\n    ],\n    \"Onyedi okike\": [\n        \"hoffmannist\"\n    ],\n    \"hogfish\": [\n        \"hogfishes\"\n    ],\n    \"hog\": [\n        \"hogged\"\n    ],\n    \"hogonị\": [\n        \"hognuts\"\n    ],\n    \"hogster\": [\n        \"hogsteer\"\n    ],\n    \"hogtied\": [\n        \"hogtieing\",\n        \"hogties\",\n        \"hogtiing\"\n    ],\n    \"hogwarts\": [\n        \"hogward\"\n    ],\n    \"hogwash\": [\n        \"hogwashes\"\n    ],\n    \"idoli\": [\n        \"hoick\",\n        \"hoistaway\"\n    ],\n    \"ịtụkọ ihe\": [\n        \"hoicking\"\n    ],\n    \"Ibobo\": [\n        \"hoiden\"\n    ],\n    \"Akpochapu\": [\n        \"hoidening\",\n        \"pulsed\"\n    ],\n    \"idi elu\": [\n        \"hoydenish\",\n        \"superbness\"\n    ],\n    \"ydlọ\": [\n        \"hoydens\"\n    ],\n    \"ylesdị\": [\n        \"hoyles\"\n    ],\n    \"toro elu\": [\n        \"hoisted\"\n    ],\n    \"hokedị\": [\n        \"hoked\"\n    ],\n    \"hokey pokey\": [\n        \"hokeypokey\"\n    ],\n    \"hiking\": [\n        \"hoking\"\n    ],\n    \"akpochapu\": [\n        \"holarthritic\",\n        \"unbraiding\",\n        \"unlatching\",\n        \"unmoralising\",\n        \"unoverdrawn\",\n        \"unoverhauled\",\n        \"unpeculating\",\n        \"unpinioned\",\n        \"unprop\",\n        \"unremarking\",\n        \"unrescinded\",\n        \"unspinning\"\n    ],\n    \"nwere ike ijide\": [\n        \"holdable\"\n    ],\n    \"njidee\": [\n        \"holdenite\"\n    ],\n    \"ihe njide\": [\n        \"holders\"\n    ],\n    \"onye onu\": [\n        \"holeman\"\n    ],\n    \"kacha nai\": [\n        \"holi\"\n    ],\n    \"ụbọchị ụka\": [\n        \"holyday\"\n    ],\n    \"ụbọchị nsọ\": [\n        \"holydays\"\n    ],\n    \"kacha nsọ\": [\n        \"holiest\"\n    ],\n    \"linessdị nsọ\": [\n        \"holinesses\"\n    ],\n    \"holhokeite\": [\n        \"holyokeite\"\n    ],\n    \"nkume dị nsọ\": [\n        \"holystone\",\n        \"holystones\"\n    ],\n    \"Holytide\": [\n        \"holytide\"\n    ],\n    \"ebe nsọ\": [\n        \"holytides\",\n        \"sanctities\",\n        \"sanctuary\",\n        \"sanctuaries\",\n        \"sanctum\",\n        \"sanctums\"\n    ],\n    \"Akpuru\": [\n        \"holks\"\n    ],\n    \"holla\": [\n        \"holl\",\n        \"hollaed\"\n    ],\n    \"holland\": [\n        \"hollaing\"\n    ],\n    \"ugwu nile\": [\n        \"hollands\"\n    ],\n    \"hollel\": [\n        \"hollered\"\n    ],\n    \"lolo\": [\n        \"holloaing\"\n    ],\n    \"na-ekpo ekpo ọkụ\": [\n        \"hollooing\"\n    ],\n    \"na-akọpu\": [\n        \"hollowed\",\n        \"hollowing\"\n    ],\n    \"obi zuru ezu\": [\n        \"hollowheartedness\"\n    ],\n    \"Onyekere holobaptist\": [\n        \"holobaptist\"\n    ],\n    \"ọku\": [\n        \"holocaustal\"\n    ],\n    \"lolọ ihe ọkụ\": [\n        \"holocephalous\",\n        \"holostomous\"\n    ],\n    \"hologynik\": [\n        \"hologynic\"\n    ],\n    \"hologram\": [\n        \"holograms\"\n    ],\n    \"holograf\": [\n        \"holograph\",\n        \"holographs\"\n    ],\n    \"holografia\": [\n        \"holography\"\n    ],\n    \"lolọ ọkụ\": [\n        \"holohedrism\"\n    ],\n    \"Akpogheri\": [\n        \"holohedron\"\n    ],\n    \"Onyebuchi Nwachukwu\": [\n        \"holohemihedral\"\n    ],\n    \"holomita\": [\n        \"holometer\"\n    ],\n    \"lolọ\": [\n        \"holostei\",\n        \"holozoic\"\n    ],\n    \"nke dị ọcha\": [\n        \"holosteous\",\n        \"ridiest\"\n    ],\n    \"holosterik\": [\n        \"holosteric\"\n    ],\n    \"holt\": [\n        \"holts\"\n    ],\n    \"ndị ọrụ nnabata\": [\n        \"homagers\"\n    ],\n    \"homatomik\": [\n        \"homatomic\"\n    ],\n    \"ụnụ\": [\n        \"hombre\",\n        \"tomtit\"\n    ],\n    \"amụrụ nwa\": [\n        \"homeborn\"\n    ],\n    \"homebrew\": [\n        \"homebred\",\n        \"homebreds\",\n        \"homebrewed\"\n    ],\n    \"onye obibi ụlọ\": [\n        \"homebuilder\",\n        \"housemaster\"\n    ],\n    \"mbata ụlọ\": [\n        \"homecome\"\n    ],\n    \"na-abata\": [\n        \"homecoming\",\n        \"incases\",\n        \"incoming\",\n        \"inroads\",\n        \"subeth\"\n    ],\n    \"mmezi ụlọ\": [\n        \"homecomings\"\n    ],\n    \"ihe obibi ụlọ\": [\n        \"homecroft\",\n        \"homecrofter\"\n    ],\n    \"ụlọ crofting\": [\n        \"homecrofting\"\n    ],\n    \"nlekọta ụlọ\": [\n        \"homekeeping\",\n        \"housekeep\"\n    ],\n    \"ala nna nna\": [\n        \"homelander\"\n    ],\n    \"nwe ụlọ\": [\n        \"homelier\",\n        \"landlubberish\",\n        \"proprietorship\",\n        \"upchamber\"\n    ],\n    \"ndu ulo\": [\n        \"homelife\"\n    ],\n    \"ihe obibi\": [\n        \"homelikeness\",\n        \"homeothermic\",\n        \"homeothermism\",\n        \"homeothermous\"\n    ],\n    \"ihunanya ulo\": [\n        \"homelovingness\"\n    ],\n    \"arụrụ n'ụlọ\": [\n        \"homemade\"\n    ],\n    \"obibi obibi\": [\n        \"homeoidality\"\n    ],\n    \"homeostically\": [\n        \"homeostatically\"\n    ],\n    \"ọgwụgwọ ụlọ ọgwụ\": [\n        \"homeotherapy\"\n    ],\n    \"mmeghari ahu\": [\n        \"homeotransplantation\",\n        \"homotransplantation\"\n    ],\n    \"ulo nna\": [\n        \"homeown\",\n        \"stillhouse\"\n    ],\n    \"homeri\": [\n        \"homerian\"\n    ],\n    \"ịkwanye ùgwù\": [\n        \"homering\"\n    ],\n    \"onye homerist\": [\n        \"homerist\"\n    ],\n    \"ọkà mmụta ụlọ banyere ụlọ\": [\n        \"homerologist\"\n    ],\n    \"aguu ulo\": [\n        \"homesick\"\n    ],\n    \"aguru ulo\": [\n        \"homesickly\"\n    ],\n    \"agụụ ụlọ\": [\n        \"homesickness\"\n    ],\n    \"homepuns\": [\n        \"homespuns\"\n    ],\n    \"ndi nwe ulo\": [\n        \"homesteaders\"\n    ],\n    \"oru omume\": [\n        \"homework\",\n        \"homeworks\",\n        \"homewort\"\n    ],\n    \"onye oru ulo\": [\n        \"homeworker\",\n        \"houseworker\"\n    ],\n    \"homie\": [\n        \"homy\"\n    ],\n    \"igbu ọchụ\": [\n        \"homicidal\",\n        \"murderee\",\n        \"murderesses\",\n        \"murders\",\n        \"muridism\",\n        \"murlock\",\n        \"murthering\"\n    ],\n    \"n'ezinaụlọ\": [\n        \"homicidally\"\n    ],\n    \"kasị dị nsọ\": [\n        \"homiest\"\n    ],\n    \"homileti\": [\n        \"homiletics\"\n    ],\n    \"ndị ọrụ ụlọ\": [\n        \"homilists\"\n    ],\n    \"mee ka ụlọ\": [\n        \"homilize\"\n    ],\n    \"mintọ\": [\n        \"hominess\"\n    ],\n    \"hominess\": [\n        \"hominesses\"\n    ],\n    \"ndi hominia\": [\n        \"hominians\"\n    ],\n    \"idina nwoke\": [\n        \"homocentric\",\n        \"homocentrical\",\n        \"homocentrically\",\n        \"homocercal\",\n        \"homoeanism\",\n        \"homogamies\",\n        \"homoiothermy\"\n    ],\n    \"idinaotu\": [\n        \"homochromy\",\n        \"homocycle\"\n    ],\n    \"ihe dị mfe\": [\n        \"homodromous\"\n    ],\n    \"odidi otu\": [\n        \"homoeogenous\",\n        \"homogeneousness\",\n        \"unhomogeneousness\"\n    ],\n    \"idude\": [\n        \"homoeomeral\"\n    ],\n    \"homeopathy\": [\n        \"homoeopathy\"\n    ],\n    \"onye na-egwu nwoke\": [\n        \"homoeopathician\"\n    ],\n    \"onye homoeopathist\": [\n        \"homoeopathist\"\n    ],\n    \"ferdị na-egbu egbu\": [\n        \"homofermentative\"\n    ],\n    \"idina ụdị onwe\": [\n        \"homogametic\",\n        \"homosexual\",\n        \"homosexualism\",\n        \"homosexually\"\n    ],\n    \"homogenization\": [\n        \"homogeneization\"\n    ],\n    \"homogeneous\": [\n        \"homogeneize\"\n    ],\n    \"idomolo\": [\n        \"homogenize\"\n    ],\n    \"ndị na-arụ homogenizer\": [\n        \"homogenizers\"\n    ],\n    \"ịdị na-arụ ọrụ\": [\n        \"homogenizing\"\n    ],\n    \"homogenetị\": [\n        \"homogentisic\"\n    ],\n    \"idina ụdịdị\": [\n        \"homographic\"\n    ],\n    \"odida-otu\": [\n        \"homoiothermic\"\n    ],\n    \"ịdị oke ọnụ\": [\n        \"homoiothermous\"\n    ],\n    \"ịdị na-egbu egbu\": [\n        \"homologising\"\n    ],\n    \"homonicho\": [\n        \"homonymous\"\n    ],\n    \"mmekootu\": [\n        \"homopathy\"\n    ],\n    \"na-ekwu otu ihe\": [\n        \"homophonically\"\n    ],\n    \"phtdị adị\": [\n        \"homophthalic\"\n    ],\n    \"sobegbe\": [\n        \"homopolymerize\"\n    ],\n    \"ime ihe ara\": [\n        \"homorganic\"\n    ],\n    \"homoseism\": [\n        \"homoseismal\"\n    ],\n    \"edina ụdị onwe\": [\n        \"homosexuals\"\n    ],\n    \"na-elekọta mmadụ\": [\n        \"homosporous\",\n        \"insocially\",\n        \"ovariotomize\",\n        \"philoxygenous\",\n        \"sociably\",\n        \"socialised\",\n        \"socialising\",\n        \"socialistically\",\n        \"socialite\",\n        \"socialized\",\n        \"socializes\",\n        \"socializing\",\n        \"societeit\",\n        \"sociologistically\",\n        \"sociologize\",\n        \"sociologizing\",\n        \"subsynodical\",\n        \"subsocially\",\n        \"tetrasporiferous\",\n        \"tribadistic\"\n    ],\n    \"ihe di nma\": [\n        \"homothermic\",\n        \"poriferous\"\n    ],\n    \"ihe di otutu\": [\n        \"homothermous\"\n    ],\n    \"ndibe\": [\n        \"homotransplant\"\n    ],\n    \"mousnye\": [\n        \"homousian\"\n    ],\n    \"odumodu\": [\n        \"homozygotes\"\n    ],\n    \"hondurani\": [\n        \"honduranian\"\n    ],\n    \"honduran\": [\n        \"hondurean\",\n        \"hondurian\"\n    ],\n    \"mmanụ a honeyụ\": [\n        \"honey\",\n        \"honeybees\",\n        \"honeydewed\",\n        \"honeydrop\",\n        \"honeyfugle\",\n        \"honeyful\",\n        \"honeylipped\",\n        \"honeymonth\",\n        \"honeypod\",\n        \"honeypot\",\n        \"honeyware\",\n        \"honeywood\",\n        \"honeywort\"\n    ],\n    \"mmanụ a honeyụ bọọlụ\": [\n        \"honeyballs\"\n    ],\n    \"Mmanụ a honeyụ\": [\n        \"honeybee\",\n        \"honeydews\"\n    ],\n    \"mmanụ aberryụ\": [\n        \"honeyberry\"\n    ],\n    \"Mmanụ aindụ\": [\n        \"honeybind\"\n    ],\n    \"mmanụ alobụ\": [\n        \"honeyblob\"\n    ],\n    \"mmanụ aloụ\": [\n        \"honeybloom\"\n    ],\n    \"mmanụ abunụ\": [\n        \"honeybun\"\n    ],\n    \"mmanụ aunchụ\": [\n        \"honeybunch\"\n    ],\n    \"mmanụ asụ\": [\n        \"honeybuns\"\n    ],\n    \"ebuanu\": [\n        \"honeycomb\",\n        \"honeycup\",\n        \"honeymooned\"\n    ],\n    \"mmanụ abedụ\": [\n        \"honeycombed\"\n    ],\n    \"ụgbụgbọ mmanụ a honeyụ\": [\n        \"honeycombs\"\n    ],\n    \"mmanụ areeụ\": [\n        \"honeycreeper\"\n    ],\n    \"mmanụ awụ\": [\n        \"honeydew\"\n    ],\n    \"hone hone\": [\n        \"honeyed\"\n    ],\n    \"dị umeala\": [\n        \"honeyedly\",\n        \"humanized\",\n        \"humblebee\",\n        \"humblemouthed\",\n        \"humbler\",\n        \"humbles\",\n        \"humblesse\",\n        \"humblesso\",\n        \"humblie\",\n        \"humect\",\n        \"humectant\",\n        \"humective\",\n        \"humific\",\n        \"humified\",\n        \"humilific\",\n        \"humlie\",\n        \"humorsome\",\n        \"humoursome\",\n        \"humous\",\n        \"humpless\",\n        \"underate\"\n    ],\n    \"mmanụ aụ\": [\n        \"honeyfall\"\n    ],\n    \"Mmanụ aerụ\": [\n        \"honeyflower\"\n    ],\n    \"Mmanụ agụ\": [\n        \"honeyfogle\"\n    ],\n    \"onye anuri\": [\n        \"honeyhearted\",\n        \"pleasureman\"\n    ],\n    \"enweghị mmanụ a honeyụ\": [\n        \"honeyless\"\n    ],\n    \"dị ka mmanụ a honeyụ\": [\n        \"honeylike\"\n    ],\n    \"honiimuunu\": [\n        \"honeymoon\",\n        \"honeymooner\",\n        \"honeymooners\",\n        \"honeymoony\",\n        \"honeymooning\",\n        \"honeymoons\"\n    ],\n    \"honiimuunu ìhè\": [\n        \"honeymoonlight\"\n    ],\n    \"mmanụ a honeyụ na ọnwa\": [\n        \"honeymoonshine\"\n    ],\n    \"mmanụ a honeyụ moonstruck\": [\n        \"honeymoonstruck\"\n    ],\n    \"na-ebu mmanụ a honeyụ\": [\n        \"honeymouthed\"\n    ],\n    \"honeysuckle\": [\n        \"honeystucker\"\n    ],\n    \"honeysuckles\": [\n        \"honeysuckled\"\n    ],\n    \"Hong Kong\": [\n        \"hongkong\"\n    ],\n    \"honk\": [\n        \"honked\"\n    ],\n    \"honki\": [\n        \"honkies\"\n    ],\n    \"kwesịrị nsọpụrụ\": [\n        \"honorable\",\n        \"honorific\",\n        \"honorous\",\n        \"honorworthy\",\n        \"honourable\",\n        \"respectworthy\"\n    ],\n    \"n'ụzọ dị ùgwù\": [\n        \"honorably\",\n        \"honorarily\",\n        \"honourably\",\n        \"reputably\"\n    ],\n    \"honrararia\": [\n        \"honorararia\"\n    ],\n    \"nsọpụrụria\": [\n        \"honoraria\"\n    ],\n    \"ndị nsọpụrụ\": [\n        \"honorers\"\n    ],\n    \"ukpono\": [\n        \"honors\",\n        \"honorsman\",\n        \"honours\"\n    ],\n    \"ndị na-asọpụrụ\": [\n        \"honourers\"\n    ],\n    \"ntzọ\": [\n        \"hont\"\n    ],\n    \"nkototo\": [\n        \"hooches\"\n    ],\n    \"kpuchiri ihe n'ihu\": [\n        \"hooded\"\n    ],\n    \"odynye\": [\n        \"hoody\"\n    ],\n    \"hundu\": [\n        \"hoodle\"\n    ],\n    \"ndi hoodmen\": [\n        \"hoodmen\"\n    ],\n    \"Hoodmold\": [\n        \"hoodmold\"\n    ],\n    \"odtọ\": [\n        \"hoodshyness\"\n    ],\n    \"Onyedi Nwachukwu\": [\n        \"hoodwinker\"\n    ],\n    \"ikitiukwu\": [\n        \"hoof\"\n    ],\n    \"ofra\": [\n        \"hoofbeat\"\n    ],\n    \"ikpaukwu\": [\n        \"hoofs\"\n    ],\n    \"nko\": [\n        \"hook\",\n        \"hookas\",\n        \"hookish\",\n        \"hookland\",\n        \"hookless\",\n        \"hooklet\",\n        \"hooklets\",\n        \"hooklike\",\n        \"hookmaker\",\n        \"hookman\",\n        \"hooknose\",\n        \"hooks\",\n        \"hookshop\",\n        \"hooktip\",\n        \"hookum\",\n        \"hookups\",\n        \"hookwise\",\n        \"hookwormer\"\n    ],\n    \"risịrị\": [\n        \"hooked\"\n    ],\n    \"nkokọkọ\": [\n        \"hookedness\"\n    ],\n    \"inyinye\": [\n        \"hookeys\",\n        \"tamoyo\"\n    ],\n    \"Nko\": [\n        \"hooky\"\n    ],\n    \"na-eme nko\": [\n        \"hookmaking\"\n    ],\n    \"Ogu nko\": [\n        \"hooksmith\"\n    ],\n    \"ịkwa nko\": [\n        \"hookswinging\"\n    ],\n    \"dị ka hoop\": [\n        \"hooplike\"\n    ],\n    \"okpu mkpuchi\": [\n        \"hoopskirt\"\n    ],\n    \"hooray\": [\n        \"hooraying\"\n    ],\n    \"iwakpa\": [\n        \"hopak\"\n    ],\n    \"olile anya\": [\n        \"hope\",\n        \"hopeful\",\n        \"hopefully\"\n    ],\n    \"nwere olile anya\": [\n        \"hoped\"\n    ],\n    \"olileanya\": [\n        \"hopefulness\",\n        \"hopeite\",\n        \"hopes\"\n    ],\n    \"n'enweghị olileanya\": [\n        \"hopelessly\"\n    ],\n    \"na-enwe olileanya\": [\n        \"hoping\"\n    ],\n    \"n'olileanya\": [\n        \"hopingly\",\n        \"optimistically\"\n    ],\n    \"Onyedi hopkinsian\": [\n        \"hopkinsian\"\n    ],\n    \"hololoji\": [\n        \"hoplology\"\n    ],\n    \"onyeanyi\": [\n        \"hoplonemertean\"\n    ],\n    \"na-amasi\": [\n        \"hopping\",\n        \"swooshing\"\n    ],\n    \"hopple\": [\n        \"hoppled\"\n    ],\n    \"hopo\": [\n        \"hoppo\"\n    ],\n    \"iwuli\": [\n        \"hopthumb\"\n    ],\n    \"Hora\": [\n        \"horah\",\n        \"horahs\"\n    ],\n    \"horatio\": [\n        \"horatiye\",\n        \"horation\"\n    ],\n    \"igwe ume\": [\n        \"horatory\"\n    ],\n    \"horehound\": [\n        \"horehoond\",\n        \"horehounds\"\n    ],\n    \"kehoraizin\": [\n        \"horizonal\",\n        \"horizontal\"\n    ],\n    \"kwụ ọtọ\": [\n        \"horizonless\",\n        \"horizontalness\",\n        \"horizontically\",\n        \"makefast\",\n        \"outfast\",\n        \"restraighten\",\n        \"steadyish\",\n        \"straighted\",\n        \"straightedged\",\n        \"straighten\",\n        \"straightest\",\n        \"straightforward\",\n        \"straightforwardly\",\n        \"straightforwards\",\n        \"straightfoward\",\n        \"straightish\",\n        \"straightwards\",\n        \"straightwise\",\n        \"strauchten\",\n        \"verticalism\",\n        \"verticalled\",\n        \"vertically\",\n        \"verticillately\"\n    ],\n    \"kwụ\": [\n        \"horizontalism\",\n        \"horizontic\"\n    ],\n    \"homonụ\": [\n        \"hormone\",\n        \"hormones\"\n    ],\n    \"hormono poiesis\": [\n        \"hormonopoiesis\"\n    ],\n    \"nwere mpi\": [\n        \"horned\"\n    ],\n    \"horn\": [\n        \"horner\"\n    ],\n    \"mpi azu\": [\n        \"hornfish\"\n    ],\n    \"agụụ mmekọ\": [\n        \"horny\",\n        \"hornyhead\"\n    ],\n    \"enweghị horn\": [\n        \"hornless\"\n    ],\n    \"nkume mpi\": [\n        \"hornstone\"\n    ],\n    \"hornwoggle\": [\n        \"hornswoggle\"\n    ],\n    \"mpi anya\": [\n        \"hornswoggled\"\n    ],\n    \"ihe omumu banyere horo\": [\n        \"horologists\"\n    ],\n    \"horologo\": [\n        \"horologue\"\n    ],\n    \"horometa\": [\n        \"horometer\"\n    ],\n    \"horoscope\": [\n        \"horoscopal\",\n        \"horoscoper\",\n        \"horoscopy\",\n        \"horoscopic\"\n    ],\n    \"horoscopic\": [\n        \"horoscopical\"\n    ],\n    \"horo horo\": [\n        \"horotely\"\n    ],\n    \"oke egwu\": [\n        \"horrendously\"\n    ],\n    \"jọgburu\": [\n        \"horrible\",\n        \"horrific\",\n        \"wrible\"\n    ],\n    \"n'ụzọ jọgburu onwe ya\": [\n        \"horrifically\",\n        \"ominously\"\n    ],\n    \"kụrụ ụjọ\": [\n        \"horrified\"\n    ],\n    \"n'ụzọ ụjọ\": [\n        \"horrifiedly\",\n        \"scaringly\"\n    ],\n    \"n'ụzọ na-atụ ụjọ\": [\n        \"horrifyingly\"\n    ],\n    \"na-ebu\": [\n        \"horripilating\",\n        \"infers\",\n        \"lading\",\n        \"tackling\",\n        \"wears\"\n    ],\n    \"horrisant\": [\n        \"horrisonant\"\n    ],\n    \"ihe jọgburu onwe ya\": [\n        \"horrorsome\",\n        \"medullous\",\n        \"villous\"\n    ],\n    \"igbe ịnyịnya\": [\n        \"horsebox\",\n        \"horsepox\"\n    ],\n    \"ebe a na-agba ịnyịnya\": [\n        \"horsebush\"\n    ],\n    \"ịbịaru ịnyịnya\": [\n        \"horsedrawing\"\n    ],\n    \"anụ mmiri\": [\n        \"horseflesh\",\n        \"seafowls\",\n        \"seapost\",\n        \"seaquakes\",\n        \"waterfowl\"\n    ],\n    \"ịnyịnya agha\": [\n        \"horsehair\",\n        \"horsehaired\"\n    ],\n    \"ihe ịgba ịnyịnya\": [\n        \"horsehides\"\n    ],\n    \"onye inyinya\": [\n        \"horseier\",\n        \"horseman\"\n    ],\n    \"ịnyịnya ịnyịnya\": [\n        \"horsejockey\",\n        \"horsewomanship\"\n    ],\n    \"onye na-elekọta ịnyịnya\": [\n        \"horsekeeper\"\n    ],\n    \"enweghị ịnyịnya\": [\n        \"horseless\"\n    ],\n    \"inyinya inyinya\": [\n        \"horsemastership\",\n        \"horsepipe\",\n        \"horsepowers\",\n        \"horseshoeing\"\n    ],\n    \"onye na-agba inyinya\": [\n        \"horseplayer\"\n    ],\n    \"ịnyịnya na-egwuri egwu\": [\n        \"horseplayful\"\n    ],\n    \"akpukponu inyinya\": [\n        \"horseshoe\",\n        \"horseshoer\",\n        \"horseshoes\"\n    ],\n    \"ụmụ nwanyị ịnyịnya\": [\n        \"horsewoman\",\n        \"horsewomen\"\n    ],\n    \"iji kọọ ihe\": [\n        \"hortatively\"\n    ],\n    \"onye na-elekọta ugbo\": [\n        \"hortator\"\n    ],\n    \"na-akọ nri\": [\n        \"hortatory\",\n        \"snaking\",\n        \"snooking\"\n    ],\n    \"ndị na-akụ mkpụrụ osisi\": [\n        \"horticulturists\"\n    ],\n    \"horọnolite\": [\n        \"hortonolite\"\n    ],\n    \"hosanna\": [\n        \"hosannaing\"\n    ],\n    \"sooks\": [\n        \"hose\"\n    ],\n    \"Hosea\": [\n        \"hosea\"\n    ],\n    \"enweghi hose\": [\n        \"hoseless\"\n    ],\n    \"hosiery\": [\n        \"hosiers\"\n    ],\n    \"ile ọbịa\": [\n        \"hospice\",\n        \"hospitable\",\n        \"hospitableness\",\n        \"hospitably\",\n        \"hospitality\",\n        \"hospitalities\",\n        \"hospitant\",\n        \"hospitate\",\n        \"hospitation\",\n        \"hospitious\"\n    ],\n    \"ịga ụlọ ọgwụ\": [\n        \"hospitalization\",\n        \"hospitalizing\"\n    ],\n    \"gaa ụlọ ọgwụ\": [\n        \"hospitize\"\n    ],\n    \"iseda\": [\n        \"hospodariate\"\n    ],\n    \"usọrọ\": [\n        \"hostal\"\n    ],\n    \"ụlọ mbikọ\": [\n        \"hostel\",\n        \"hosteled\",\n        \"hostelry\",\n        \"hostelries\"\n    ],\n    \"gọọmenti rụrụ\": [\n        \"hostels\"\n    ],\n    \"ulo nnabata\": [\n        \"hostie\"\n    ],\n    \"keiro\": [\n        \"hostile\",\n        \"hostle\"\n    ],\n    \"ke iro\": [\n        \"hostilely\"\n    ],\n    \"ọbara dị ọkụ\": [\n        \"hotblood\"\n    ],\n    \"ekpo ọbara ọbara\": [\n        \"hotblooded\"\n    ],\n    \"igbe ọkụ\": [\n        \"hotboxes\"\n    ],\n    \"na-ekpo ọkụ ụbụrụ\": [\n        \"hotbrained\"\n    ],\n    \"hotch\": [\n        \"hotched\"\n    ],\n    \"hotchpotch\": [\n        \"hotchpotchly\",\n        \"hotchpots\"\n    ],\n    \"nkwari akụ\": [\n        \"hotel\",\n        \"hotelhood\",\n        \"hotelward\"\n    ],\n    \"ndị nkwari akụ\": [\n        \"hoteliers\"\n    ],\n    \"ntinye oru\": [\n        \"hotelization\",\n        \"preemployment\"\n    ],\n    \"họtelu\": [\n        \"hotelize\",\n        \"hotels\"\n    ],\n    \"onye na-elekọta ụlọ na họtel\": [\n        \"hotelkeeper\"\n    ],\n    \"enweghi ezumike\": [\n        \"hotelless\"\n    ],\n    \"ndị nwe họtel\": [\n        \"hotelmen\"\n    ],\n    \"ekpo\": [\n        \"hotheartedly\"\n    ],\n    \"obi di ọku\": [\n        \"hotheartedness\"\n    ],\n    \"ụlọ okpomoku\": [\n        \"hothouses\"\n    ],\n    \"ọkụ pịa\": [\n        \"hotpress\"\n    ],\n    \"mkpanaka dị ọkụ\": [\n        \"hotrod\"\n    ],\n    \"osisi na-ekpo ọkụ\": [\n        \"hotrods\"\n    ],\n    \"hotspurred kwuru\": [\n        \"hotspurred\"\n    ],\n    \"htspurs\": [\n        \"hotspurs\"\n    ],\n    \"hottentots\": [\n        \"hottentotish\",\n        \"hottentotism\"\n    ],\n    \"hotter\": [\n        \"hottery\"\n    ],\n    \"kacha ekpo ọkụ ugbu\": [\n        \"hottest\"\n    ],\n    \"houndfish\": [\n        \"houndfishes\"\n    ],\n    \"dị ka hound\": [\n        \"houndlike\"\n    ],\n    \"hound\": [\n        \"hounds\"\n    ],\n    \"aka elekere\": [\n        \"hour\",\n        \"hrs\"\n    ],\n    \"na-awa\": [\n        \"hourful\"\n    ],\n    \"enweghị awa\": [\n        \"hourless\"\n    ],\n    \"n'oge awa\": [\n        \"hourlong\"\n    ],\n    \"bọọlụ ụlọ\": [\n        \"houseball\"\n    ],\n    \"ụlọ boating\": [\n        \"houseboating\"\n    ],\n    \"ụgbọ mmiri ụlọ\": [\n        \"houseboats\"\n    ],\n    \"homebound\": [\n        \"housebound\"\n    ],\n    \"mbibi ụlọ\": [\n        \"housebreak\"\n    ],\n    \"onye na-emebi ụlọ\": [\n        \"housebreaker\"\n    ],\n    \"ndị na-emebi iwu ụlọ\": [\n        \"housebreakers\"\n    ],\n    \"ndozi ụlọ\": [\n        \"housebreaking\",\n        \"topdressing\"\n    ],\n    \"ụlọ gbajiri\": [\n        \"housebroke\"\n    ],\n    \"imebi ụlọ\": [\n        \"housebroken\"\n    ],\n    \"ụlọ dị ọcha\": [\n        \"houseclean\",\n        \"housecleaned\",\n        \"housecleans\"\n    ],\n    \"ime ka ụlọ dị ọcha\": [\n        \"housecleaning\"\n    ],\n    \"nri ụlọ\": [\n        \"housefast\"\n    ],\n    \"nna ulo\": [\n        \"housefather\"\n    ],\n    \"ụlọ ihu\": [\n        \"housefront\"\n    ],\n    \"di ezinụlọ\": [\n        \"househusband\"\n    ],\n    \"ụlọ di\": [\n        \"househusbands\"\n    ],\n    \"idebe ulo\": [\n        \"housekeeping\"\n    ],\n    \"ulo-ile\": [\n        \"housekkept\"\n    ],\n    \"ụlọleek\": [\n        \"houseleek\"\n    ],\n    \"uslọ\": [\n        \"houselled\"\n    ],\n    \"dị n'ụlọ\": [\n        \"housemaidenly\"\n    ],\n    \"ndi-orù-ulo\": [\n        \"housemaids\"\n    ],\n    \"onye ulo\": [\n        \"houseman\"\n    ],\n    \"onye ụlọ\": [\n        \"housemate\",\n        \"houseminder\"\n    ],\n    \"ndị ụlọ\": [\n        \"housemen\"\n    ],\n    \"ụlọ agba\": [\n        \"housepaint\"\n    ],\n    \"nne ma ọ bụ nna\": [\n        \"houseparent\"\n    ],\n    \"ekwentị ụlọ\": [\n        \"housephone\"\n    ],\n    \"ụlọ na\": [\n        \"housesat\"\n    ],\n    \"ụlọ anọdụ\": [\n        \"housesits\"\n    ],\n    \"onye na-eme ulo\": [\n        \"housesmith\"\n    ],\n    \"uwe ụlọ\": [\n        \"housewear\"\n    ],\n    \"nwunye di\": [\n        \"housewifeliness\"\n    ],\n    \"nwunyeufufu\": [\n        \"housewifeship\"\n    ],\n    \"ndị nwunye ụlọ\": [\n        \"housewives\",\n        \"huswives\"\n    ],\n    \"homewrecker\": [\n        \"housewrecker\"\n    ],\n    \"houston\": [\n        \"housty\"\n    ],\n    \"hovel\": [\n        \"hovelled\",\n        \"hovels\"\n    ],\n    \"zụrụ elu\": [\n        \"hovered\"\n    ],\n    \"Onyekachi Oma\": [\n        \"hoverer\"\n    ],\n    \"hoverings\": [\n        \"hoveringly\"\n    ],\n    \"Kedu\": [\n        \"how\",\n        \"what\",\n        \"which\"\n    ],\n    \"akàra\": [\n        \"howadji\",\n        \"shonkinite\"\n    ],\n    \"Howard\": [\n        \"howard\"\n    ],\n    \"Howardite\": [\n        \"howardite\"\n    ],\n    \"Kedu ka esi eme\": [\n        \"howdy\"\n    ],\n    \"Otú ọ dị\": [\n        \"however\"\n    ],\n    \"asw\": [\n        \"howfs\"\n    ],\n    \"Olee otú ed\": [\n        \"howked\"\n    ],\n    \"Onye Ozi Ugwu\": [\n        \"howler\",\n        \"howlet\"\n    ],\n    \"ndị na-agagharị agagharị\": [\n        \"howlers\",\n        \"rerollers\",\n        \"touters\"\n    ],\n    \"mkpuite\": [\n        \"howlite\"\n    ],\n    \"Kedu otu ọ bụ\": [\n        \"howso\"\n    ],\n    \"otu osila dị\": [\n        \"howsoever\"\n    ],\n    \"okuk\": [\n        \"hq\"\n    ],\n    \"Hsi\": [\n        \"hsi\"\n    ],\n    \"Hsuan\": [\n        \"hsuan\"\n    ],\n    \"ikwudosike\": [\n        \"hubbed\"\n    ],\n    \"hubblen\": [\n        \"hubble\"\n    ],\n    \"chidiebere\": [\n        \"hucklebacked\",\n        \"melancholiously\",\n        \"zelotypie\"\n    ],\n    \"Anwansi\": [\n        \"huddledom\"\n    ],\n    \"Onye ngagharị\": [\n        \"huddler\"\n    ],\n    \"ndi huddle\": [\n        \"huddlers\"\n    ],\n    \"na-akọda\": [\n        \"huddling\"\n    ],\n    \"Hudibras\": [\n        \"hudibras\"\n    ],\n    \"Hudsonia\": [\n        \"hudsonia\"\n    ],\n    \"Hudsonian\": [\n        \"hudsonian\"\n    ],\n    \"Huehuetl\": [\n        \"huehuetl\"\n    ],\n    \"mmakọ\": [\n        \"hugeness\",\n        \"huger\",\n        \"hugest\",\n        \"hugger\",\n        \"huggin\",\n        \"pairle\"\n    ],\n    \"hugeness\": [\n        \"hugenesses\"\n    ],\n    \"amakụ\": [\n        \"huggable\",\n        \"hugging\"\n    ],\n    \"ndị na-anụ ọkụ\": [\n        \"huggers\",\n        \"raters\"\n    ],\n    \"na-makụ\": [\n        \"huggingly\"\n    ],\n    \"hụnụ\": [\n        \"hugo\"\n    ],\n    \"amakụọ\": [\n        \"hugs\"\n    ],\n    \"Huguenot\": [\n        \"huguenot\"\n    ],\n    \"Huguenotic\": [\n        \"huguenotic\"\n    ],\n    \"ndi huguenot\": [\n        \"huguenots\"\n    ],\n    \"imekọt\": [\n        \"hulkiness\"\n    ],\n    \"ahu ihe\": [\n        \"hull\"\n    ],\n    \"imekọ\": [\n        \"hulloing\",\n        \"interborough\",\n        \"intermotion\",\n        \"parroting\"\n    ],\n    \"hull\": [\n        \"hulls\"\n    ],\n    \"ihe mkpokoro\": [\n        \"hulver\"\n    ],\n    \"nweghachị\": [\n        \"hulverhead\"\n    ],\n    \"mmadu\": [\n        \"human\",\n        \"humanate\",\n        \"humanification\",\n        \"humanise\",\n        \"humanist\",\n        \"humanistically\",\n        \"humanity\",\n        \"humankind\",\n        \"humanly\",\n        \"humean\",\n        \"mankind\",\n        \"mankindly\",\n        \"person\",\n        \"personed\",\n        \"persons\"\n    ],\n    \"obi mmadu\": [\n        \"humane\"\n    ],\n    \"dị ka mmadụ\": [\n        \"humanely\",\n        \"humanlike\"\n    ],\n    \"ụmụ mmadụ\": [\n        \"humanics\",\n        \"humanises\",\n        \"humanisms\",\n        \"humans\",\n        \"menkind\"\n    ],\n    \"gosipụta mmadụ\": [\n        \"humanify\"\n    ],\n    \"mmadụiformian\": [\n        \"humaniformian\"\n    ],\n    \"igosi mmadu\": [\n        \"humanisation\"\n    ],\n    \"nke mmadu\": [\n        \"humanish\",\n        \"seconal\"\n    ],\n    \"akwalite ọdịmma mmadụ\": [\n        \"humanitarian\",\n        \"humanitian\"\n    ],\n    \"ọdịmma mmadụ\": [\n        \"humanitarianism\",\n        \"humanitarianist\",\n        \"humanitarianize\",\n        \"philanthropinism\",\n        \"sociolinguistic\"\n    ],\n    \"dị umeala n'obi\": [\n        \"humble\",\n        \"humblest\",\n        \"humpiest\",\n        \"meek\",\n        \"meeker\",\n        \"meekest\",\n        \"meekhearted\",\n        \"meekly\"\n    ],\n    \"wedara onwe ya ala\": [\n        \"humbled\"\n    ],\n    \"dị umeala n’obi\": [\n        \"humblehearted\"\n    ],\n    \"ndị dị umeala\": [\n        \"humblers\"\n    ],\n    \"jiri obi umeala\": [\n        \"humbly\",\n        \"moodily\",\n        \"moodishly\"\n    ],\n    \"na-wedara ala\": [\n        \"humbling\"\n    ],\n    \"na-amụmụ ọnụ ọchị\": [\n        \"humblingly\",\n        \"smilelessly\",\n        \"smiling\",\n        \"smilingly\",\n        \"smirking\"\n    ],\n    \"jumbo\": [\n        \"humbo\"\n    ],\n    \"ikike humbug\": [\n        \"humbugability\"\n    ],\n    \"obi umeala\": [\n        \"humbuggery\",\n        \"meekheartedness\",\n        \"modest\",\n        \"modestest\",\n        \"modesty\",\n        \"modestly\",\n        \"modestness\"\n    ],\n    \"ndi nleda\": [\n        \"humbuggers\"\n    ],\n    \"hum\": [\n        \"hume\"\n    ],\n    \"mee ka odidi\": [\n        \"humectate\"\n    ],\n    \"dị ka ihere\": [\n        \"humerocubital\"\n    ],\n    \"humet\": [\n        \"humetty\"\n    ],\n    \"ịtọ ọchị\": [\n        \"humicubation\",\n        \"humoristical\"\n    ],\n    \"humidifier\": [\n        \"humidifies\"\n    ],\n    \"Ubochi iwu\": [\n        \"humidistat\"\n    ],\n    \"iru mmiri akaebe\": [\n        \"humidityproof\"\n    ],\n    \"humidor\": [\n        \"humidors\"\n    ],\n    \"ume mmiri\": [\n        \"humilation\",\n        \"moistishness\"\n    ],\n    \"onye hummeler\": [\n        \"hummeler\"\n    ],\n    \"anụ ube\": [\n        \"hummingbird\"\n    ],\n    \"nnụnụ hummingbird\": [\n        \"hummingbirds\"\n    ],\n    \"kemmeochi\": [\n        \"humoral\",\n        \"humorful\",\n        \"humorific\",\n        \"humorous\",\n        \"humoural\"\n    ],\n    \"ime ka ochi\": [\n        \"humorize\"\n    ],\n    \"enweghị ọchị\": [\n        \"humorlessness\"\n    ],\n    \"n'ụzọ ọchị\": [\n        \"humorsomely\"\n    ],\n    \"ime ka humourize\": [\n        \"humourize\"\n    ],\n    \"humorless\": [\n        \"humourless\"\n    ],\n    \"na-asọba\": [\n        \"humphing\",\n        \"underflowing\"\n    ],\n    \"humpị\": [\n        \"humpies\"\n    ],\n    \"Hunanese\": [\n        \"hunanese\"\n    ],\n    \"narị\": [\n        \"hundred\",\n        \"hundredal\",\n        \"hundreder\"\n    ],\n    \"narị ise\": [\n        \"hundredary\",\n        \"hundredweights\",\n        \"hundredwork\"\n    ],\n    \"narị mmadụ\": [\n        \"hundredman\"\n    ],\n    \"narị otu narị\": [\n        \"hundreds\"\n    ],\n    \"otu narị\": [\n        \"hundredths\",\n        \"hundredweight\"\n    ],\n    \"agụụ hungarian\": [\n        \"hungarian\",\n        \"hungaric\",\n        \"hungarite\"\n    ],\n    \"ndị agụụ agụụ\": [\n        \"hungarians\"\n    ],\n    \"agụụ na-agụ\": [\n        \"hungered\",\n        \"hungerer\",\n        \"hungering\",\n        \"hungeringly\",\n        \"hungerproof\",\n        \"hungry\",\n        \"hungrier\"\n    ],\n    \"agụụ agụụ\": [\n        \"hungerroot\"\n    ],\n    \"Ike gụwara m\": [\n        \"hungriest\"\n    ],\n    \"gụwa\": [\n        \"hungrify\"\n    ],\n    \"zụọ ahịa\": [\n        \"hunkering\",\n        \"proempire\",\n        \"renumerate\",\n        \"shemitish\",\n        \"shoder\",\n        \"shopped\",\n        \"sudatory\"\n    ],\n    \"Hunkies\": [\n        \"hunkies\"\n    ],\n    \"ichu nta\": [\n        \"hunt\"\n    ],\n    \"chuo\": [\n        \"hunted\",\n        \"waukit\"\n    ],\n    \"onyechita\": [\n        \"hunterian\"\n    ],\n    \"onye dinta\": [\n        \"hunterlike\"\n    ],\n    \"ilchụ nta\": [\n        \"huntilite\"\n    ],\n    \"Dinta\": [\n        \"huntress\"\n    ],\n    \"ndi dinta\": [\n        \"huntresses\"\n    ],\n    \"untschụ nta\": [\n        \"hunts\"\n    ],\n    \"untsgbọ mmiri huntsman\": [\n        \"huntsmanship\"\n    ],\n    \"Nwankwo Nwankwo\": [\n        \"huntswoman\",\n        \"klanswoman\"\n    ],\n    \"ife oku\": [\n        \"hurcheon\"\n    ],\n    \"ifufe\": [\n        \"hurdies\",\n        \"hurlement\",\n        \"hurtleberries\",\n        \"suspensibility\",\n        \"tempestuously\",\n        \"untempestuously\",\n        \"wind\",\n        \"windas\",\n        \"windblown\",\n        \"windcatcher\",\n        \"windedness\",\n        \"windfish\",\n        \"windiness\",\n        \"windjam\",\n        \"windjammer\",\n        \"windjamming\",\n        \"winds\",\n        \"windship\",\n        \"windstorm\",\n        \"windwardly\",\n        \"windwardness\"\n    ],\n    \"tufue\": [\n        \"hurl\"\n    ],\n    \"ụlọ hurley\": [\n        \"hurleyhouse\"\n    ],\n    \"Onye na-eme ihe\": [\n        \"hurler\",\n        \"spurmaker\"\n    ],\n    \"hurley\": [\n        \"hurly\"\n    ],\n    \"tufuo olulu\": [\n        \"hurlpit\"\n    ],\n    \"fee ifufe\": [\n        \"hurlwind\"\n    ],\n    \"Huronian\": [\n        \"huronian\"\n    ],\n    \"Hurr\": [\n        \"hurr\"\n    ],\n    \"banye na\": [\n        \"hurraying\"\n    ],\n    \"Okporo\": [\n        \"hurrian\",\n        \"hustles\",\n        \"parleyed\",\n        \"rpt\",\n        \"sways\"\n    ],\n    \"ajọ ifufe\": [\n        \"hurricane\",\n        \"hurricanes\",\n        \"hurricano\",\n        \"typhoon\",\n        \"typikons\"\n    ],\n    \"ọsọ ọsọ\": [\n        \"hurrisome\",\n        \"overhurrying\",\n        \"quicksilverishness\",\n        \"raniferous\",\n        \"rapateaceous\",\n        \"speedlight\",\n        \"velocitous\"\n    ],\n    \"mejọọ\": [\n        \"hurter\",\n        \"hurtingest\",\n        \"malcreated\"\n    ],\n    \"ngwangwa\": [\n        \"hurty\",\n        \"laxly\",\n        \"susceptibility\",\n        \"vulnerable\",\n        \"vulnerableness\",\n        \"vulnerably\",\n        \"vulneral\"\n    ],\n    \"ifịk\": [\n        \"hurtleberry\"\n    ],\n    \"Ajọ\": [\n        \"hurtles\"\n    ],\n    \"na-ewute m\": [\n        \"hurtsome\"\n    ],\n    \"ebe di\": [\n        \"husbandfield\"\n    ],\n    \"enweghị di\": [\n        \"husbandless\"\n    ],\n    \"dika di\": [\n        \"husbandlike\"\n    ],\n    \"nwoke di\": [\n        \"husbandman\"\n    ],\n    \"ndị ọrụ di\": [\n        \"husbandmen\"\n    ],\n    \"hu\": [\n        \"huse\",\n        \"reify\",\n        \"reist\",\n        \"seel\"\n    ],\n    \"na-akpachi\": [\n        \"hush\"\n    ],\n    \"Na-amachi\": [\n        \"hushful\",\n        \"outguessing\"\n    ],\n    \"husker\": [\n        \"huskened\"\n    ],\n    \"husker akpị\": [\n        \"huskershredder\"\n    ],\n    \"hussa\": [\n        \"hussars\"\n    ],\n    \"hussị\": [\n        \"hussies\"\n    ],\n    \"na-akọwagharị\": [\n        \"husting\"\n    ],\n    \"husting\": [\n        \"hustings\"\n    ],\n    \"Oké mgbagharị\": [\n        \"hustle\",\n        \"hustlement\"\n    ],\n    \"ndị hustlers\": [\n        \"hustlers\"\n    ],\n    \"hutches\": [\n        \"hutched\",\n        \"hutchet\"\n    ],\n    \"onye huterian\": [\n        \"huterian\"\n    ],\n    \"hut\": [\n        \"hutted\"\n    ],\n    \"onye huttonian\": [\n        \"huttonian\"\n    ],\n    \"Huttonianism\": [\n        \"huttonianism\"\n    ],\n    \"hutton\": [\n        \"huttoning\"\n    ],\n    \"Ogidi\": [\n        \"huttonweed\"\n    ],\n    \"huzaed\": [\n        \"huzzaed\"\n    ],\n    \"Nk\": [\n        \"hv\"\n    ],\n    \"m\": [\n        \"i\"\n    ],\n    \"yakal\": [\n        \"yacal\"\n    ],\n    \"yacht dom\": [\n        \"yachtdom\"\n    ],\n    \"yachting\": [\n        \"yachted\"\n    ],\n    \"Ekekwe Amaka\": [\n        \"yachtsmanlike\"\n    ],\n    \"nwankwochinyere\": [\n        \"yachtswoman\"\n    ],\n    \"mara ya\": [\n        \"yacked\"\n    ],\n    \"igago\": [\n        \"iago\"\n    ],\n    \"yaweh\": [\n        \"yahweh\"\n    ],\n    \"yair\": [\n        \"yairds\"\n    ],\n    \"ji\": [\n        \"yam\",\n        \"yams\",\n        \"yas\",\n        \"occupied\",\n        \"owe\",\n        \"owed\"\n    ],\n    \"jiel\": [\n        \"yamel\"\n    ],\n    \"yampa\": [\n        \"yamp\",\n        \"yamph\"\n    ],\n    \"yamper\": [\n        \"yampee\"\n    ],\n    \"yarmulke\": [\n        \"yamulka\",\n        \"yamulkas\"\n    ],\n    \"yamuna\": [\n        \"yamun\"\n    ],\n    \"yandere\": [\n        \"yander\"\n    ],\n    \"yang\": [\n        \"yanggona\"\n    ],\n    \"ịkwanyere\": [\n        \"yanker\",\n        \"ply\",\n        \"plicatocontorted\"\n    ],\n    \"afụma\": [\n        \"iapyges\",\n        \"phlyzacious\"\n    ],\n    \"nkuru\": [\n        \"yappish\"\n    ],\n    \"yad\": [\n        \"yard\",\n        \"yardful\"\n    ],\n    \"ogige dị iche iche\": [\n        \"yardages\"\n    ],\n    \"yadang\": [\n        \"yardang\"\n    ],\n    \"nnụnụ yard\": [\n        \"yardbirds\"\n    ],\n    \"agbanyeghị ya\": [\n        \"yarded\"\n    ],\n    \"nchekwa ụlọ\": [\n        \"yardkeep\",\n        \"wardenry\"\n    ],\n    \"ala nke ogige\": [\n        \"yardland\"\n    ],\n    \"mbara ala\": [\n        \"yardlands\",\n        \"isatide\",\n        \"plained\",\n        \"plains\",\n        \"planetic\",\n        \"planeticose\",\n        \"planetkin\",\n        \"planets\",\n        \"planimeter\",\n        \"planometer\",\n        \"planometry\",\n        \"speluncean\",\n        \"tercels\",\n        \"terraces\",\n        \"terrines\"\n    ],\n    \"onye na-anochi anya\": [\n        \"yardman\"\n    ],\n    \"onyeisi ụlọ ọrụ\": [\n        \"yardmaster\"\n    ],\n    \"yaad\": [\n        \"yards\"\n    ],\n    \"Obeke\": [\n        \"yardsman\"\n    ],\n    \"yaadị\": [\n        \"yardstick\",\n        \"yardsticks\"\n    ],\n    \"yared\": [\n        \"yardwand\"\n    ],\n    \"yal\": [\n        \"yarl\"\n    ],\n    \"agbanye\": [\n        \"yarned\",\n        \"rollicked\"\n    ],\n    \"Yader\": [\n        \"yarner\"\n    ],\n    \"Yarn\": [\n        \"yarners\"\n    ],\n    \"yarn\": [\n        \"yarns\"\n    ],\n    \"yarpa\": [\n        \"yarpha\"\n    ],\n    \"yarram\": [\n        \"yarramen\"\n    ],\n    \"yarị\": [\n        \"yarry\"\n    ],\n    \"yards\": [\n        \"yarrows\"\n    ],\n    \"yat\": [\n        \"yarth\"\n    ],\n    \"Akpakpọ\": [\n        \"yarwhelp\"\n    ],\n    \"mlọ\": [\n        \"yasmak\"\n    ],\n    \"otu ụzọ\": [\n        \"iatrogenically\",\n        \"simnelwise\"\n    ],\n    \"onye na-akpo ihe anya\": [\n        \"iatromathematician\"\n    ],\n    \"mgbakọ na mwepụ\": [\n        \"iatromathematics\",\n        \"mathematic\",\n        \"mathematical\",\n        \"mathematically\",\n        \"mathematicals\",\n        \"mathematician\",\n        \"mathematicians\",\n        \"mathematicize\",\n        \"mathematics\",\n        \"mathematization\",\n        \"maths\",\n        \"unmathematical\"\n    ],\n    \"akaọrụa\": [\n        \"iatrophysicist\"\n    ],\n    \"ịdọ mmiri\": [\n        \"yawing\"\n    ],\n    \"lingmụ\": [\n        \"yawling\"\n    ],\n    \"uhere\": [\n        \"yawn\",\n        \"yawned\",\n        \"yawner\",\n        \"yawners\",\n        \"yawnful\",\n        \"yawnfully\",\n        \"yawny\",\n        \"yawnily\",\n        \"yawniness\",\n        \"yawning\",\n        \"yawningly\",\n        \"yawns\",\n        \"yawnups\",\n        \"idlement\"\n    ],\n    \"lekwa\": [\n        \"yaws\",\n        \"laker\",\n        \"lehr\"\n    ],\n    \"iberia\": [\n        \"iberians\"\n    ],\n    \"eme nzuzu\": [\n        \"iberic\",\n        \"pretenceful\",\n        \"sucks\"\n    ],\n    \"iberi\": [\n        \"iberism\",\n        \"skice\",\n        \"slice\"\n    ],\n    \"ichika\": [\n        \"icarian\"\n    ],\n    \"aisbeg\": [\n        \"iceberg\"\n    ],\n    \"Akpụrụ mmiri\": [\n        \"icebergs\"\n    ],\n    \"akpụrụ mmiri\": [\n        \"iceboater\",\n        \"icecraft\",\n        \"icequake\",\n        \"marplots\"\n    ],\n    \"ụgbọ mmiri ice\": [\n        \"iceboats\"\n    ],\n    \"ọkpụkpụ mmiri\": [\n        \"icebone\"\n    ],\n    \"igbe mkpuchi\": [\n        \"icebox\",\n        \"shadowboxes\"\n    ],\n    \"icefish\": [\n        \"icefishes\"\n    ],\n    \"ụlọ ice\": [\n        \"icehouses\"\n    ],\n    \"Achokhana\": [\n        \"icekhana\"\n    ],\n    \"Aisland\": [\n        \"iceland\"\n    ],\n    \"iceland\": [\n        \"icelanders\"\n    ],\n    \"Onye Iceland\": [\n        \"icelandian\"\n    ],\n    \"Icelandic\": [\n        \"icelandic\"\n    ],\n    \"Akpụrụpụrụ akpụ\": [\n        \"iceleaf\"\n    ],\n    \"enweghị ice\": [\n        \"iceless\"\n    ],\n    \"kpụrụ dị\": [\n        \"iceroot\"\n    ],\n    \"skate skate\": [\n        \"iceskate\"\n    ],\n    \"ice skated\": [\n        \"iceskated\"\n    ],\n    \"skeeti akpụrụ mmiri\": [\n        \"iceskating\"\n    ],\n    \"icesppaar\": [\n        \"icespar\"\n    ],\n    \"ọrụ ice\": [\n        \"icework\"\n    ],\n    \"n'ile ihe anya\": [\n        \"ichnographically\"\n    ],\n    \"ichty dibia\": [\n        \"ichthyician\"\n    ],\n    \"Chidinem\": [\n        \"ichthyized\",\n        \"schultze\"\n    ],\n    \"ichichyocol\": [\n        \"ichthyocol\"\n    ],\n    \"ichchyodea\": [\n        \"ichthyodea\"\n    ],\n    \"ichichyodian\": [\n        \"ichthyodian\"\n    ],\n    \"ichichyoidal\": [\n        \"ichthyoidal\"\n    ],\n    \".ke ihere\": [\n        \"ichthyolatrous\"\n    ],\n    \"ndị ọkà mmụta banyere ọrịa\": [\n        \"ichthyologists\"\n    ],\n    \"ichichyophagan\": [\n        \"ichthyophagan\"\n    ],\n    \"ichichyophagi\": [\n        \"ichthyophagi\"\n    ],\n    \"Uchechi Onyekwere\": [\n        \"ichthyophagian\"\n    ],\n    \"ikorotok\": [\n        \"ichthyophagize\"\n    ],\n    \"chukwuemeka odumegwu\": [\n        \"ichthyopterygian\"\n    ],\n    \"ichchyosaur\": [\n        \"ichthyosaur\"\n    ],\n    \"echichukwuike\": [\n        \"ichthyosaurian\"\n    ],\n    \"ndioko\": [\n        \"ichthyotic\"\n    ],\n    \"kejuru oyi\": [\n        \"icy\"\n    ],\n    \"icicic\": [\n        \"icicled\"\n    ],\n    \"icirụ ọrụ\": [\n        \"icier\"\n    ],\n    \"ndị ickers\": [\n        \"ickers\"\n    ],\n    \"nweko\": [\n        \"yclad\",\n        \"joisting\"\n    ],\n    \"ọkà mmụta ihe oyiyi\": [\n        \"iconologist\"\n    ],\n    \"icomachal\": [\n        \"iconomachal\"\n    ],\n    \"icomachist\": [\n        \"iconomachist\"\n    ],\n    \"icomatic\": [\n        \"iconomatic\"\n    ],\n    \"ichomatism\": [\n        \"iconomaticism\"\n    ],\n    \"icometrical\": [\n        \"iconometrical\"\n    ],\n    \"icometrically\": [\n        \"iconometrically\"\n    ],\n    \"icopoli\": [\n        \"iconophile\"\n    ],\n    \"ichiefhilism\": [\n        \"iconophilism\"\n    ],\n    \"icopoplast\": [\n        \"iconoplast\"\n    ],\n    \"icoscope\": [\n        \"iconoscope\"\n    ],\n    \"iconostado\": [\n        \"iconostasion\"\n    ],\n    \"Akara ngosi\": [\n        \"icons\",\n        \"logograms\",\n        \"logograph\"\n    ],\n    \"icoshokdra\": [\n        \"icosaheddra\"\n    ],\n    \"icozọsahedron\": [\n        \"icosahedron\"\n    ],\n    \"oghoro ahihia\": [\n        \"icosahedrons\"\n    ],\n    \"icterik\": [\n        \"icterics\"\n    ],\n    \"ictele\": [\n        \"icterous\"\n    ],\n    \"icterus\": [\n        \"icteruses\"\n    ],\n    \"icti\": [\n        \"ictic\"\n    ],\n    \"Mkpo\": [\n        \"ictonyx\",\n        \"mowcht\"\n    ],\n    \"ictgụ\": [\n        \"ictuate\"\n    ],\n    \".tọ\": [\n        \"ictuses\"\n    ],\n    \"idealized\": [\n        \"idealised\"\n    ],\n    \"ezigbo mma\": [\n        \"idealistic\"\n    ],\n    \"ihe ndị dị mma\": [\n        \"idealities\"\n    ],\n    \"ideological\": [\n        \"idealogical\"\n    ],\n    \"echiche echiche\": [\n        \"idealogue\",\n        \"ideolatry\"\n    ],\n    \"ndị na-ede aha ha\": [\n        \"idenitifiers\"\n    ],\n    \"ihe yiri ya\": [\n        \"identicalism\",\n        \"parallel\",\n        \"parallelable\",\n        \"parallelepipedal\",\n        \"parallelepipedonal\",\n        \"parallelepipedous\",\n        \"parallelisation\",\n        \"parallelising\",\n        \"parallelism\",\n        \"parallelist\",\n        \"parallelistic\",\n        \"parallelith\",\n        \"parallelizing\",\n        \"parallelling\",\n        \"parallelodromous\",\n        \"parallelometer\",\n        \"parallelopiped\",\n        \"parallepipedous\"\n    ],\n    \"ihe yiri\": [\n        \"identicalness\",\n        \"thinglike\"\n    ],\n    \"Ekechiegwu\": [\n        \"ideoglyph\"\n    ],\n    \"ede asusu\": [\n        \"ideogramic\"\n    ],\n    \"ideogram\": [\n        \"ideograms\",\n        \"idiogram\"\n    ],\n    \"akwukwo echiche\": [\n        \"ideograph\",\n        \"idiograph\"\n    ],\n    \"echiche edemede\": [\n        \"ideography\",\n        \"ideologue\"\n    ],\n    \"ederede echiche\": [\n        \"ideographical\"\n    ],\n    \"usoro echiche\": [\n        \"ideologic\"\n    ],\n    \"idebe echiche\": [\n        \"ideologise\",\n        \"ideologising\"\n    ],\n    \"na-edebe echiche\": [\n        \"ideologize\"\n    ],\n    \"ndi edeputara\": [\n        \"ideologized\"\n    ],\n    \"ideplasty\": [\n        \"ideoplasty\"\n    ],\n    \"onye idyler\": [\n        \"idyler\"\n    ],\n    \"onye idylist\": [\n        \"idylist\"\n    ],\n    \"adighi ederede\": [\n        \"idyllical\",\n        \"nonlogic\",\n        \"unbreachably\"\n    ],\n    \"idiographic\": [\n        \"idiographical\"\n    ],\n    \"amaghị ihe\": [\n        \"idiolectal\",\n        \"ignoramus\",\n        \"illinition\",\n        \"illitic\",\n        \"illude\",\n        \"illusiveness\",\n        \"illusory\",\n        \"imbeciles\",\n        \"immateriality\",\n        \"immaterialities\",\n        \"immaterialness\",\n        \"incognizance\",\n        \"incognizant\",\n        \"insidiosity\",\n        \"irrecognizant\",\n        \"isagogical\",\n        \"misknow\",\n        \"misminded\",\n        \"misorient\",\n        \"naivety\",\n        \"nonconscientious\",\n        \"nonexceptionally\",\n        \"nonnescient\",\n        \"oblivious\",\n        \"obliviousness\",\n        \"obloquious\",\n        \"unazotized\",\n        \"unconscient\",\n        \"unconscientious\",\n        \"unfussy\",\n        \"unyearned\",\n        \"uninitialized\",\n        \"uninitiate\",\n        \"uninitiation\",\n        \"uninitiative\",\n        \"uninnocence\",\n        \"uninnocent\",\n        \"uninnovative\",\n        \"unintialized\",\n        \"unius\"\n    ],\n    \"akpaalaokwu\": [\n        \"idiolects\",\n        \"idiomorphic\"\n    ],\n    \"akpaala okwu\": [\n        \"idiom\",\n        \"idiomorphous\",\n        \"idioms\",\n        \"idiomuscular\"\n    ],\n    \"n'ikwu okwu n'ikwu okwu\": [\n        \"idiomorphically\"\n    ],\n    \"amaghị ihe ọ bụla\": [\n        \"idiosyncracy\",\n        \"ignorantia\",\n        \"incognizability\",\n        \"ingluvious\",\n        \"misadvertence\",\n        \"miscomplacence\",\n        \"misdiagnose\",\n        \"misdiagnosed\",\n        \"nonspecious\",\n        \"nonsubconscious\",\n        \"unconscious\",\n        \"unconspicuousness\"\n    ],\n    \"onye iberibe\": [\n        \"idiot\",\n        \"idiotical\",\n        \"idiotish\"\n    ],\n    \"na-ekwu okwu nzuzu\": [\n        \"idiotising\"\n    ],\n    \"onye idist\": [\n        \"idist\"\n    ],\n    \"na-abaghị uru\": [\n        \"idleby\",\n        \"idleman\",\n        \"invaliding\",\n        \"unprofiting\"\n    ],\n    \"na-efu\": [\n        \"idled\",\n        \"laking\",\n        \"losable\",\n        \"loses\",\n        \"losing\",\n        \"lostling\",\n        \"mispens\",\n        \"missives\",\n        \"omissive\",\n        \"vanisher\"\n    ],\n    \"onye na-abaghị uru\": [\n        \"idler\"\n    ],\n    \"ịnọ nkịtị\": [\n        \"idleship\",\n        \"nondormant\",\n        \"nongrooming\",\n        \"nonodorousness\",\n        \"nonsoberness\",\n        \"unsoberness\"\n    ],\n    \"na-eje ije\": [\n        \"idling\",\n        \"pedantically\",\n        \"walking\",\n        \"walkings\"\n    ],\n    \"ikpere\": [\n        \"ido\",\n        \"kneadingly\",\n        \"knee\",\n        \"kneehole\",\n        \"kneeholes\",\n        \"kneeler\",\n        \"kneelers\",\n        \"kneelet\",\n        \"knees\",\n        \"kneestone\",\n        \"kneiffia\",\n        \"kneippism\",\n        \"knells\",\n        \"knezi\",\n        \"soddenness\"\n    ],\n    \"ikpere arụsị\": [\n        \"idoism\",\n        \"idoist\",\n        \"idoistic\",\n        \"idolaster\",\n        \"idolater\",\n        \"idolatress\",\n        \"idolatry\",\n        \"idolatric\",\n        \"idolatrical\",\n        \"idolatries\",\n        \"idolatrise\",\n        \"idolatrised\",\n        \"idolatriser\",\n        \"idolatrising\",\n        \"idolatrize\",\n        \"idolatrized\",\n        \"idolatrizer\",\n        \"idolatrizing\",\n        \"idolatrous\",\n        \"idolatrously\",\n        \"idolatrousness\",\n        \"idolet\",\n        \"idolisation\",\n        \"idolise\",\n        \"idolising\",\n        \"idolize\",\n        \"idolizing\",\n        \"idoloclastic\",\n        \"idolographical\",\n        \"idololater\",\n        \"idololatry\",\n        \"idololatrical\",\n        \"idolomancy\",\n        \"idolothyte\",\n        \"idolothytic\",\n        \"pagan\",\n        \"paganalia\",\n        \"paganic\",\n        \"paganical\",\n        \"paganisation\",\n        \"paganise\",\n        \"paganises\",\n        \"paganishly\",\n        \"paganising\",\n        \"paganism\",\n        \"paganisms\",\n        \"paganist\",\n        \"paganistic\",\n        \"paganists\",\n        \"paganity\",\n        \"paganly\",\n        \"paganry\",\n        \"unidolatrous\"\n    ],\n    \"ikperere\": [\n        \"idolastre\"\n    ],\n    \"ndị na-ekpere arụsị\": [\n        \"idolaters\",\n        \"polytheists\"\n    ],\n    \"idolis\": [\n        \"idolify\"\n    ],\n    \"ikpuruegwu\": [\n        \"idoloclast\"\n    ],\n    \"gị\": [\n        \"ye\",\n        \"you\",\n        \"youwards\",\n        \"stems\"\n    ],\n    \"ee\": [\n        \"yea\",\n        \"yean\",\n        \"yeo\",\n        \"yes\",\n        \"nay\"\n    ],\n    \"Ee\": [\n        \"yeah\",\n        \"yeans\"\n    ],\n    \"yean\": [\n        \"yeaned\"\n    ],\n    \"na-agbanye aka\": [\n        \"yeaning\",\n        \"pushful\",\n        \"pushfully\",\n        \"waenesses\"\n    ],\n    \"yeoman\": [\n        \"yeaoman\"\n    ],\n    \"akwụkwọ afọ\": [\n        \"yearbook\",\n        \"yearbooks\"\n    ],\n    \"afọ ọgwụgwụ\": [\n        \"yearend\"\n    ],\n    \"ke isua\": [\n        \"yearful\"\n    ],\n    \"na-achọsi\": [\n        \"yearn\",\n        \"looming\"\n    ],\n    \"n’afọ\": [\n        \"yearningly\"\n    ],\n    \"na-atụsi anya ike\": [\n        \"yearnling\",\n        \"longingly\"\n    ],\n    \"ukpack\": [\n        \"yearock\"\n    ],\n    \"Ezie\": [\n        \"yeas\"\n    ],\n    \"yist\": [\n        \"yeast\",\n        \"yeasty\",\n        \"yeasting\",\n        \"yeasts\",\n        \"yeat\",\n        \"yest\"\n    ],\n    \"yistas\": [\n        \"yeastily\",\n        \"yeastiness\"\n    ],\n    \"yistụ\": [\n        \"yeastlike\"\n    ],\n    \"ị\": [\n        \"yed\",\n        \"youp\",\n        \"youthy\",\n        \"u\"\n    ],\n    \"Edozie\": [\n        \"yedding\",\n        \"rhodothece\"\n    ],\n    \"inudo\": [\n        \"yeech\"\n    ],\n    \"yeeun\": [\n        \"yeeuck\"\n    ],\n    \"yggman\": [\n        \"yeggman\",\n        \"yeggmen\"\n    ],\n    \"yegg\": [\n        \"yeggs\"\n    ],\n    \"Yee\": [\n        \"yeh\",\n        \"yese\"\n    ],\n    \"Mmụba\": [\n        \"yeld\",\n        \"yield\"\n    ],\n    \"Odudu\": [\n        \"yeldrin\",\n        \"yeldrine\"\n    ],\n    \"yẹle\": [\n        \"yelek\"\n    ],\n    \"yelle\": [\n        \"yellers\"\n    ],\n    \"edo edo\": [\n        \"yelloch\",\n        \"yellow\",\n        \"yellowed\",\n        \"subpectinated\",\n        \"uniflagellate\",\n        \"uniforming\",\n        \"uniformist\",\n        \"unpaint\"\n    ],\n    \"acha edo edo\": [\n        \"yellowback\",\n        \"yellower\",\n        \"yellowrump\",\n        \"yellowware\"\n    ],\n    \"gbanye odo\": [\n        \"yellowbellied\"\n    ],\n    \"odo okpu\": [\n        \"yellowcup\"\n    ],\n    \"acha acha odo odo\": [\n        \"yellowest\"\n    ],\n    \"nnaekpa\": [\n        \"yellowknife\"\n    ],\n    \"nkume edo edo\": [\n        \"yellowstone\"\n    ],\n    \"acha odo odo\": [\n        \"yellowtails\",\n        \"yellowthroat\",\n        \"yellowweed\",\n        \"purple\",\n        \"purpled\",\n        \"purpleheart\",\n        \"purpleness\",\n        \"purpler\",\n        \"purplescent\",\n        \"purplest\"\n    ],\n    \"acha edo\": [\n        \"yellowwort\"\n    ],\n    \"yel\": [\n        \"yelmer\",\n        \"yelver\"\n    ],\n    \"yintas\": [\n        \"yentas\"\n    ],\n    \"yée\": [\n        \"yente\"\n    ],\n    \"Uche O.\": [\n        \"yeomanette\"\n    ],\n    \"yepeli\": [\n        \"yepely\"\n    ],\n    \"yẹe\": [\n        \"yephede\"\n    ],\n    \"Yọk\": [\n        \"yerb\"\n    ],\n    \"yọkba\": [\n        \"yerba\"\n    ],\n    \"yrbales\": [\n        \"yerbales\"\n    ],\n    \"yrbas\": [\n        \"yerbas\"\n    ],\n    \"agwaa\": [\n        \"yercum\"\n    ],\n    \"Yọkga\": [\n        \"yerga\"\n    ],\n    \"yọk\": [\n        \"yerk\"\n    ],\n    \"Yen\": [\n        \"yern\"\n    ],\n    \"years\": [\n        \"yessed\"\n    ],\n    \"yess\": [\n        \"yesses\"\n    ],\n    \"eee\": [\n        \"yesso\"\n    ],\n    \"yesterdaynyaahụ\": [\n        \"yesterday\"\n    ],\n    \"ụnyaahụ\": [\n        \"yesterdayness\",\n        \"yesternoon\"\n    ],\n    \"ụbọchị gara aga\": [\n        \"yesterdays\"\n    ],\n    \"ystereven\": [\n        \"yestereven\"\n    ],\n    \"afọ na-aga n'ihu\": [\n        \"yesterevening\"\n    ],\n    \"nightnyaahụ\": [\n        \"yesternight\"\n    ],\n    \"ma o ghaghi\": [\n        \"yetling\"\n    ],\n    \"ka di\": [\n        \"yetter\",\n        \"stillier\"\n    ],\n    \"yew\": [\n        \"yews\"\n    ],\n    \"Ndi-ozi\": [\n        \"yex\",\n        \"yez\"\n    ],\n    \"yezdi\": [\n        \"yezidi\"\n    ],\n    \"yeezy\": [\n        \"yezzy\"\n    ],\n    \"iffiness\": [\n        \"iffinesses\"\n    ],\n    \"ọkụkọ ọkụ\": [\n        \"ignicolist\",\n        \"poultryproof\"\n    ],\n    \"enwu enwu\": [\n        \"igniferous\",\n        \"ignifluous\",\n        \"lightless\",\n        \"unilluminative\",\n        \"unluminiferous\",\n        \"unruminated\"\n    ],\n    \"amụnyewo\": [\n        \"ignified\"\n    ],\n    \"amụnye ihe\": [\n        \"igniform\"\n    ],\n    \"amụnyewo ọkụ\": [\n        \"ignited\"\n    ],\n    \"gbanye mgbanaka\": [\n        \"ignitible\",\n        \"ringbarked\",\n        \"ringstraked\",\n        \"ringtailed\"\n    ],\n    \"itorgbanye ihe\": [\n        \"ignitor\"\n    ],\n    \"na-eme ihe nlelị\": [\n        \"ignominiously\"\n    ],\n    \"ileghara anya\": [\n        \"ignorer\",\n        \"misobserve\",\n        \"neglecting\",\n        \"overjudge\",\n        \"overlascivious\",\n        \"overlooker\",\n        \"sliest\",\n        \"vareuse\"\n    ],\n    \"ndị na-eleghara anya\": [\n        \"ignorers\"\n    ],\n    \"na-eleghara anya\": [\n        \"ignores\",\n        \"ignoring\",\n        \"neglectful\",\n        \"neglectingly\",\n        \"neglects\",\n        \"negqtiator\",\n        \"negrofy\",\n        \"negroidal\",\n        \"negroish\",\n        \"omnipregnant\",\n        \"overlooks\",\n        \"overpermissive\"\n    ],\n    \"iguanyi\": [\n        \"iguanian\",\n        \"iguanians\"\n    ],\n    \"ihram\": [\n        \"ihrams\"\n    ],\n    \"bụru iya\": [\n        \"iyar\"\n    ],\n    \"dịnda\": [\n        \"yiddish\"\n    ],\n    \"emeelden\": [\n        \"yielden\"\n    ],\n    \"emeelder\": [\n        \"yielder\"\n    ],\n    \"appedara\": [\n        \"yipped\"\n    ],\n    \"na-esite\": [\n        \"yipping\",\n        \"issuably\",\n        \"issuing\"\n    ],\n    \"yir\": [\n        \"yirds\"\n    ],\n    \"yok\": [\n        \"yirk\",\n        \"yocco\",\n        \"yock\",\n        \"yocks\",\n        \"yod\",\n        \"yods\",\n        \"yoick\",\n        \"yoicks\",\n        \"yoke\",\n        \"yoker\",\n        \"yokes\",\n        \"yoky\",\n        \"yoks\",\n        \"yonic\",\n        \"yonkers\",\n        \"yook\",\n        \"york\",\n        \"yox\"\n    ],\n    \"ụlọocolostomy\": [\n        \"ileocolostomy\"\n    ],\n    \"ụlọestomy\": [\n        \"ileostomy\"\n    ],\n    \"ụlọostomies\": [\n        \"ileostomies\"\n    ],\n    \"illiadist\": [\n        \"iliadist\"\n    ],\n    \"Iliadị\": [\n        \"iliadize\"\n    ],\n    \"amalaahịa\": [\n        \"iliocostal\"\n    ],\n    \"amaghị ama\": [\n        \"ilioinguinal\",\n        \"ilioischiatic\",\n        \"iliospinal\",\n        \"illiberal\",\n        \"inacquaintance\",\n        \"inconscient\",\n        \"inconsciently\",\n        \"nondeluding\",\n        \"preconscious\",\n        \"preconsciousness\",\n        \"unacquaintedly\",\n        \"undiscerned\",\n        \"unintentionality\",\n        \"unknowability\",\n        \"unknowableness\",\n        \"unomniscient\",\n        \"unpreciousness\",\n        \"unsombreness\",\n        \"unspecializing\",\n        \"unsuspect\"\n    ],\n    \"illamọn\": [\n        \"illamon\"\n    ],\n    \"anaghị anabata ego\": [\n        \"illecebrous\",\n        \"nonulcerous\"\n    ],\n    \"n'uzo na ezighi ezi\": [\n        \"illegal\",\n        \"unlegal\"\n    ],\n    \"iwu na-akwadoghị\": [\n        \"illegalise\"\n    ],\n    \"n'ụzọ iwu na-akwadoghị\": [\n        \"illegally\",\n        \"illegitimately\"\n    ],\n    \"agaghi ekwe\": [\n        \"illegible\"\n    ],\n    \"iwu enweghị iwu\": [\n        \"illegitimacy\",\n        \"illegitimacies\"\n    ],\n    \"agabeghị iwu\": [\n        \"illegitimated\"\n    ],\n    \"na-akwadoghị iwu\": [\n        \"illegitimatising\",\n        \"illegitimatize\"\n    ],\n    \"ekwesighi iwu\": [\n        \"illegitimatized\"\n    ],\n    \"Amamịghe\": [\n        \"illeism\"\n    ],\n    \"Iller\": [\n        \"iller\"\n    ],\n    \"ọchị ọchị\": [\n        \"illhumor\"\n    ],\n    \"na-arịa ọrịa ọchị\": [\n        \"illhumored\"\n    ],\n    \"anaghị echekwa echiche\": [\n        \"illiberalizing\",\n        \"nontemporizing\"\n    ],\n    \"iwu akwadoghị\": [\n        \"illicit\",\n        \"unlawful\"\n    ],\n    \"n'emeghị iwu\": [\n        \"illicitly\",\n        \"unclassically\",\n        \"undogmatically\",\n        \"unmeretriciously\"\n    ],\n    \"ililiọm\": [\n        \"illicium\"\n    ],\n    \"Illinois\": [\n        \"illinoisian\"\n    ],\n    \"anaghị adị\": [\n        \"illiquid\",\n        \"illiquidly\",\n        \"nonacid\",\n        \"nonacidic\",\n        \"nonbrowsing\",\n        \"noncommunal\",\n        \"noncongenital\",\n        \"noncongruous\",\n        \"nondextrous\",\n        \"nondistant\",\n        \"nonepisodical\",\n        \"nonfacing\",\n        \"nonfact\",\n        \"nonfaulty\",\n        \"nonforming\",\n        \"nonlives\",\n        \"nonmental\",\n        \"nonpapal\",\n        \"nonsuch\",\n        \"nonterm\",\n        \"nontypical\",\n        \"nonuplicate\",\n        \"nonvisional\",\n        \"nonwar\"\n    ],\n    \"amaghị akwụkwọ\": [\n        \"illite\"\n    ],\n    \"amaghi akwukwo\": [\n        \"illiteracy\",\n        \"noneducated\",\n        \"noneducational\",\n        \"noneducative\",\n        \"nonschematized\",\n        \"nonsensitization\",\n        \"scholarless\",\n        \"unindemnified\",\n        \"uninebrious\",\n        \"uninquisitive\",\n        \"unligatured\"\n    ],\n    \"agụghị akwụkwọ\": [\n        \"illiteracies\",\n        \"illiterately\",\n        \"illiterates\",\n        \"nonbearded\",\n        \"noncadenced\",\n        \"noneducable\",\n        \"noneducatory\",\n        \"nongraduate\",\n        \"studentless\",\n        \"unalliterated\",\n        \"unbooked\",\n        \"uncalumniated\",\n        \"uncontemporaneous\",\n        \"undereducated\",\n        \"undereducation\",\n        \"uneducable\",\n        \"uneducableness\",\n        \"uneducably\",\n        \"uneducate\",\n        \"uneducated\",\n        \"uneducatedly\",\n        \"uneducatedness\",\n        \"uneducative\",\n        \"uneluded\",\n        \"unerudite\",\n        \"unfauceted\",\n        \"unindurated\",\n        \"unlearn\",\n        \"unlearned\",\n        \"unlearnedly\",\n        \"unlearnedness\",\n        \"unlearning\",\n        \"unlearns\",\n        \"unlearnt\",\n        \"unletted\",\n        \"unlettered\",\n        \"unletteredly\",\n        \"unletteredness\",\n        \"unreadiness\",\n        \"unstudied\",\n        \"untreads\"\n    ],\n    \"amaghị agụ\": [\n        \"illiterate\"\n    ],\n    \"amaghị ede\": [\n        \"illiterateness\"\n    ],\n    \"enweghị mmachi\": [\n        \"illocution\",\n        \"noneternalness\",\n        \"nonflatulence\",\n        \"nonimplication\",\n        \"nonmoderateness\",\n        \"nonnegation\",\n        \"nontentativeness\",\n        \"unmacerated\",\n        \"unpropitious\",\n        \"unpropitiousness\",\n        \"unrosined\"\n    ],\n    \"enweghị ọgụgụ isi\": [\n        \"illogicalness\",\n        \"nonintellectualness\",\n        \"nonintelligence\",\n        \"nonintelligent\",\n        \"nonlogical\",\n        \"nonlogicalness\",\n        \"nonmiraculousness\",\n        \"nonreadability\",\n        \"nonreasonability\",\n        \"nonspeculation\",\n        \"noumenality\",\n        \"subnodulous\",\n        \"unfinical\",\n        \"ungenuinely\",\n        \"unintelligence\",\n        \"unintelligent\",\n        \"unlogical\",\n        \"unprecociousness\",\n        \"unpunctualness\",\n        \"unquerulous\",\n        \"unsedulous\",\n        \"unsedulousness\"\n    ],\n    \"enwetaghị nkọwa\": [\n        \"illtempered\"\n    ],\n    \"mmeso ọjọọ\": [\n        \"illtreatment\",\n        \"mistreat\",\n        \"mistreatment\"\n    ],\n    \"amaghị mma\": [\n        \"illudedly\"\n    ],\n    \"ihe na-enwu enwu\": [\n        \"illuminable\"\n    ],\n    \"ihe na-enye ìhè\": [\n        \"illuminant\",\n        \"illuminative\",\n        \"illuminatory\",\n        \"illuministic\",\n        \"luminaries\"\n    ],\n    \"na-enye ìhè\": [\n        \"illuminating\",\n        \"illuminatingly\",\n        \"luminaire\",\n        \"luminant\",\n        \"luminary\",\n        \"luminarious\",\n        \"luminative\",\n        \"luminiferous\",\n        \"unruminating\"\n    ],\n    \"onye na-enye ìhè\": [\n        \"illuminatist\",\n        \"illuminator\",\n        \"illuminist\",\n        \"luminist\"\n    ],\n    \"illuminati\": [\n        \"illuminato\"\n    ],\n    \"ndị na-enye ìhè\": [\n        \"illuminators\",\n        \"luminists\"\n    ],\n    \"inye onwu\": [\n        \"illuminize\"\n    ],\n    \"enweghi uche\": [\n        \"illusible\",\n        \"inconscience\",\n        \"indecisive\",\n        \"indecisively\",\n        \"indecisiveness\",\n        \"indehiscent\",\n        \"infraconscious\",\n        \"insensibility\",\n        \"insensibilities\",\n        \"insensible\",\n        \"insensibly\",\n        \"insensitiveness\",\n        \"insensitivity\",\n        \"insusceptibility\",\n        \"insusceptibly\",\n        \"irrationability\",\n        \"irrationable\",\n        \"irrationably\",\n        \"irrational\",\n        \"irrationality\",\n        \"irrationalized\",\n        \"irrationalness\",\n        \"irresonant\",\n        \"irretentiveness\",\n        \"mindless\",\n        \"nonnescience\",\n        \"nonrationality\",\n        \"nonscience\",\n        \"nonsemantic\",\n        \"nonsensitivity\",\n        \"nonsentiency\",\n        \"nonsimilitude\",\n        \"sceptreless\",\n        \"senseless\",\n        \"unconsentient\",\n        \"unconsonant\",\n        \"unconsonous\",\n        \"unfanciness\",\n        \"unforethoughtful\",\n        \"uninfatuated\",\n        \"unperceptional\",\n        \"unphenomenal\",\n        \"unpity\",\n        \"unpsychic\",\n        \"unrealised\",\n        \"unrealize\",\n        \"unrealized\",\n        \"unrecognitory\",\n        \"unsceptical\",\n        \"unsensory\",\n        \"unsincerity\",\n        \"unthought\",\n        \"unthoughtful\",\n        \"unwiseness\"\n    ],\n    \"aghoro\": [\n        \"illusioned\"\n    ],\n    \"onye na-amaghị ihe efu\": [\n        \"illusionism\",\n        \"illusionist\"\n    ],\n    \"ndị na-aghọ aghụghọ\": [\n        \"illusionists\"\n    ],\n    \"jiri ihe atụ\": [\n        \"illustriously\"\n    ],\n    \"na-achọpụtakarị\": [\n        \"illuviating\"\n    ],\n    \"ndị ilmenites\": [\n        \"ilmenites\"\n    ],\n    \"oyiyi\": [\n        \"image\",\n        \"likeness\"\n    ],\n    \"enweghị onyonyo\": [\n        \"imageless\"\n    ],\n    \"imagery\": [\n        \"imageries\"\n    ],\n    \"imagile\": [\n        \"imagilet\"\n    ],\n    \"ichetụ n'echiche\": [\n        \"imaginability\",\n        \"imaginational\",\n        \"imaginings\"\n    ],\n    \"imagin\": [\n        \"imaginant\"\n    ],\n    \"myiyi\": [\n        \"imaginary\"\n    ],\n    \"Onyonyo\": [\n        \"imaging\"\n    ],\n    \"eche n'echiche\": [\n        \"imaginous\"\n    ],\n    \"onye imaatu\": [\n        \"imagist\",\n        \"impleader\"\n    ],\n    \"echetụ n'echiche\": [\n        \"imagnableness\"\n    ],\n    \"imam\": [\n        \"imamate\",\n        \"imamic\"\n    ],\n    \"ndị nwere ike i .omi\": [\n        \"imamates\"\n    ],\n    \"ahaghị nhata\": [\n        \"imbalance\",\n        \"imbalances\",\n        \"inelegances\",\n        \"inequal\",\n        \"inequalitarian\",\n        \"inequality\",\n        \"inequalities\",\n        \"inequally\",\n        \"inequalness\",\n        \"inequitableness\",\n        \"inequities\",\n        \"outbalance\",\n        \"unbalance\",\n        \"unbalanced\",\n        \"unequal\",\n        \"unequalise\",\n        \"unequalised\",\n        \"unequality\",\n        \"unequalized\",\n        \"unequally\",\n        \"unequalness\",\n        \"unequals\",\n        \"unequine\",\n        \"unequitableness\",\n        \"unevenest\",\n        \"unquality\"\n    ],\n    \"imbann\": [\n        \"imbannered\"\n    ],\n    \"imbark\": [\n        \"imbarked\"\n    ],\n    \"imba\": [\n        \"imbat\"\n    ],\n    \"imbelata\": [\n        \"imbecilitate\"\n    ],\n    \"imbido\": [\n        \"imbeds\"\n    ],\n    \"imbib\": [\n        \"imbibition\"\n    ],\n    \"onye obit\": [\n        \"imbitterer\"\n    ],\n    \"imbitụ\": [\n        \"imbittering\"\n    ],\n    \"impa ikike\": [\n        \"imbracery\"\n    ],\n    \"imbracer\": [\n        \"imbraceries\"\n    ],\n    \"imerụ\": [\n        \"imbrangle\"\n    ],\n    \"imbila\": [\n        \"imbrangled\"\n    ],\n    \"imbi ihe\": [\n        \"imbrangling\"\n    ],\n    \"imb\": [\n        \"imbred\",\n        \"imburse\"\n    ],\n    \"imado anya\": [\n        \"imbreviate\"\n    ],\n    \"imbrevi\": [\n        \"imbreviated\"\n    ],\n    \"imbrik\": [\n        \"imbricate\"\n    ],\n    \"imbrically\": [\n        \"imbricately\"\n    ],\n    \"imbrown\": [\n        \"imbrowned\"\n    ],\n    \"abamiri\": [\n        \"imbrowns\"\n    ],\n    \"imbru\": [\n        \"imbrued\",\n        \"imbrues\"\n    ],\n    \"imbed\": [\n        \"imbruted\"\n    ],\n    \"imbrụ\": [\n        \"imbrutement\"\n    ],\n    \"ụtu\": [\n        \"imbuing\"\n    ],\n    \"jiko\": [\n        \"imbursed\"\n    ],\n    \"iyi\": [\n        \"imbursement\",\n        \"oath\",\n        \"oathed\",\n        \"oaths\",\n        \"streamer\",\n        \"streaminess\",\n        \"streamlet\",\n        \"streamside\",\n        \"swarve\",\n        \"swearword\",\n        \"torchons\",\n        \"torculus\",\n        \"torminal\",\n        \"torminous\",\n        \"torpidities\",\n        \"torpors\",\n        \"torrens\",\n        \"torrentfulness\",\n        \"torrentine\",\n        \"torrentuous\"\n    ],\n    \"onyeeme\": [\n        \"imeritian\"\n    ],\n    \"Imides\": [\n        \"imides\"\n    ],\n    \"Imids\": [\n        \"imids\"\n    ],\n    \"iitomi\": [\n        \"imit\",\n        \"imitant\"\n    ],\n    \"oitableomi\": [\n        \"imitable\"\n    ],\n    \"ihe nlereanya\": [\n        \"imitableness\",\n        \"patternlike\"\n    ],\n    \"i imitateomi\": [\n        \"imitate\",\n        \"imitatee\"\n    ],\n    \"iitatedomi\": [\n        \"imitated\"\n    ],\n    \"na-eitomi\": [\n        \"imitates\",\n        \"imitatively\"\n    ],\n    \"nitationomi\": [\n        \"imitating\",\n        \"imitation\",\n        \"imitational\"\n    ],\n    \"onye na-eitationomi\": [\n        \"imitationist\"\n    ],\n    \"nomi\": [\n        \"imitations\",\n        \"immittance\"\n    ],\n    \"i .omi\": [\n        \"imitativeness\"\n    ],\n    \"onye na-eitomi\": [\n        \"imitator\"\n    ],\n    \"ndị na-e .omi\": [\n        \"imitators\"\n    ],\n    \"enweghị nchekasị\": [\n        \"immaculance\",\n        \"immoderacy\",\n        \"inconcinnous\",\n        \"irrepatriable\",\n        \"noncandescence\",\n        \"noncensurableness\",\n        \"nonconcern\",\n        \"nonexecution\",\n        \"noninjuriousness\",\n        \"nonnervousness\",\n        \"nonsanguineness\",\n        \"obnoxiety\",\n        \"peremptoriness\",\n        \"prehensiveness\",\n        \"stresslessness\",\n        \"unanxiety\",\n        \"unanxious\",\n        \"unanxiously\",\n        \"unanxiousness\",\n        \"uncalmness\",\n        \"unchivalrous\",\n        \"unconcernedness\",\n        \"unconcerning\",\n        \"unconcernment\",\n        \"unconcertedness\",\n        \"uncongressional\",\n        \"undigitated\",\n        \"undropsical\",\n        \"unearthliness\",\n        \"uneasefulness\",\n        \"uneffigiated\",\n        \"uneugenic\",\n        \"ungenteelness\",\n        \"unhallucinating\",\n        \"unintuitional\",\n        \"unmachinating\",\n        \"unnascent\",\n        \"unpaginal\",\n        \"unpitiedness\",\n        \"unquietude\",\n        \"unreconnoitered\",\n        \"unsmilingness\",\n        \"unwrathfulness\"\n    ],\n    \"idi ocha\": [\n        \"immaculate\"\n    ],\n    \"imma\": [\n        \"immailed\"\n    ],\n    \"Immalle\": [\n        \"immalleable\"\n    ],\n    \"Immanacling\": [\n        \"immanacling\"\n    ],\n    \"Immanuel\": [\n        \"immanuel\"\n    ],\n    \"enweghị ike ịlụ\": [\n        \"immarcescibly\",\n        \"nonpermeable\"\n    ],\n    \"immatsless\": [\n        \"immatchless\"\n    ],\n    \"ejighi ihe omimi\": [\n        \"immaterialised\"\n    ],\n    \"na-adịghị anya\": [\n        \"immaterialization\",\n        \"nonplacental\",\n        \"unintersected\"\n    ],\n    \"ghara imatomi ya\": [\n        \"immaterialize\"\n    ],\n    \"enwetaghi oyiyi\": [\n        \"immaterialized\"\n    ],\n    \"enweghi atụ\": [\n        \"immateriate\",\n        \"immatriculate\",\n        \"unillumined\"\n    ],\n    \"akaghi aka\": [\n        \"immature\",\n        \"immatures\",\n        \"immaturity\",\n        \"immaturities\",\n        \"indefinitive\",\n        \"indefinitively\",\n        \"nonfinitely\",\n        \"noninfinitely\",\n        \"nonmaturely\",\n        \"premature\",\n        \"prematurely\",\n        \"prematureness\",\n        \"prematurity\",\n        \"uninfinitely\",\n        \"unmature\",\n        \"unmaturely\",\n        \"unmatureness\",\n        \"unmaturity\",\n        \"unpremature\",\n        \"unprematurely\",\n        \"unprematureness\",\n        \"unsealed\"\n    ],\n    \"akabeghị aka\": [\n        \"immatured\",\n        \"rawest\"\n    ],\n    \"amaghi aka\": [\n        \"immaturely\",\n        \"insatiately\",\n        \"nondeterminate\"\n    ],\n    \"amaghi nka\": [\n        \"immatureness\"\n    ],\n    \"enweghi ike imme ya\": [\n        \"immeability\"\n    ],\n    \"n'enweghị atụ\": [\n        \"immedicably\",\n        \"indemonstrably\",\n        \"unavailingly\",\n        \"uninimically\",\n        \"unmeritedly\",\n        \"unpendulously\",\n        \"unpenitently\"\n    ],\n    \"mgbe ebighị ebi\": [\n        \"immemorial\"\n    ],\n    \"immenshenụ\": [\n        \"immenseness\"\n    ],\n    \"anwụghị anwụ\": [\n        \"immensurability\",\n        \"immetricalness\",\n        \"immiscibility\",\n        \"immortability\",\n        \"immortable\",\n        \"immortal\",\n        \"immortalisation\",\n        \"immortalise\",\n        \"immortalised\",\n        \"immortaliser\",\n        \"immortalism\",\n        \"immortalist\",\n        \"immortality\",\n        \"immortalities\",\n        \"immortalization\",\n        \"immortalize\",\n        \"immortalized\",\n        \"immortalness\",\n        \"immortals\",\n        \"immortalship\",\n        \"immortelle\",\n        \"immundicity\",\n        \"immundity\",\n        \"immutual\",\n        \"indomable\",\n        \"undyingness\"\n    ],\n    \"immensureless\": [\n        \"immensurable\"\n    ],\n    \"anwụ anwụ\": [\n        \"immensurableness\",\n        \"immortalizable\",\n        \"immortalizer\",\n        \"immortally\",\n        \"invincibility\",\n        \"mosstrooping\",\n        \"sunbeam\",\n        \"sunbeamy\",\n        \"sunbeams\",\n        \"sunbreaker\",\n        \"sunderable\",\n        \"sundews\",\n        \"sundials\",\n        \"sunscalds\",\n        \"sunspots\",\n        \"sunspottedness\",\n        \"sunspottery\",\n        \"sunstrokes\",\n        \"sunweed\",\n        \"undead\",\n        \"unmortal\"\n    ],\n    \"immerị\": [\n        \"immerd\"\n    ],\n    \"immerụ\": [\n        \"immerited\"\n    ],\n    \"mikpuru\": [\n        \"immersed\",\n        \"submerged\",\n        \"submerges\",\n        \"submersed\",\n        \"submerses\"\n    ],\n    \"imikpu\": [\n        \"immersement\",\n        \"smeek\"\n    ],\n    \"na-emikpu\": [\n        \"immerses\",\n        \"immersing\",\n        \"immersive\",\n        \"sinking\",\n        \"sinkingly\"\n    ],\n    \"nmikpu\": [\n        \"immersion\",\n        \"immersionism\"\n    ],\n    \"onye mmikpu\": [\n        \"immersionist\"\n    ],\n    \"Mmikpu\": [\n        \"immersions\"\n    ],\n    \"onye kwabatara\": [\n        \"immigrant\",\n        \"immigrator\",\n        \"reimmigrant\"\n    ],\n    \"kwabatara\": [\n        \"immigrants\",\n        \"immigrates\"\n    ],\n    \"kwaga\": [\n        \"immigrate\"\n    ],\n    \"kwagara\": [\n        \"immigrated\",\n        \"migrant\",\n        \"migrated\"\n    ],\n    \"na-akwaga mba ọzọ\": [\n        \"immigrating\"\n    ],\n    \"mbata na ọpụpụ\": [\n        \"immigration\",\n        \"immigrational\",\n        \"reimmigration\"\n    ],\n    \"kwagara mba ọzọ\": [\n        \"immigratory\"\n    ],\n    \"ịdị nso\": [\n        \"imminence\",\n        \"imminentness\",\n        \"nonproximity\"\n    ],\n    \"dị nso\": [\n        \"imminent\",\n        \"nearaway\",\n        \"nearby\",\n        \"nearer\",\n        \"neathmost\",\n        \"nigh\",\n        \"nighly\",\n        \"proximal\",\n        \"wellnigh\"\n    ],\n    \"immarị\": [\n        \"immingled\"\n    ],\n    \"imaịl\": [\n        \"immingles\"\n    ],\n    \"imamin\": [\n        \"imminution\"\n    ],\n    \"anaghi anwu\": [\n        \"immiscible\"\n    ],\n    \"i imomi\": [\n        \"immit\"\n    ],\n    \"ihe-nigomi\": [\n        \"immitigable\"\n    ],\n    \"n imomi\": [\n        \"immitigableness\"\n    ],\n    \"a naghị ekwe nmitomi\": [\n        \"immitigably\"\n    ],\n    \"imised\": [\n        \"immitted\"\n    ],\n    \"-akpata\": [\n        \"immixing\",\n        \"immixting\"\n    ],\n    \"ihe jikọrọ\": [\n        \"immixture\",\n        \"integral\",\n        \"jovialized\",\n        \"parallelinervate\",\n        \"parallelinervous\",\n        \"parallelotropic\"\n    ],\n    \"anaghi ekwe omume\": [\n        \"immobiles\",\n        \"nonextensibleness\",\n        \"nonextraneousness\"\n    ],\n    \"ebighi\": [\n        \"immobilia\",\n        \"nonmajority\",\n        \"unawaking\"\n    ],\n    \"ghara ịkwaga\": [\n        \"immobilise\",\n        \"immobilize\"\n    ],\n    \"agbagharị\": [\n        \"immobilised\",\n        \"immobilized\",\n        \"pivoting\"\n    ],\n    \"ghara ịkwagharị\": [\n        \"immobilization\"\n    ],\n    \"na-akwagharị\": [\n        \"immobilizes\",\n        \"peining\",\n        \"quashing\",\n        \"repacking\",\n        \"spooling\",\n        \"unbustling\"\n    ],\n    \"enweghi obi ume ala\": [\n        \"immodest\",\n        \"unhumbleness\"\n    ],\n    \"emegharịghị anya\": [\n        \"immolated\"\n    ],\n    \"onye na-emechi anya\": [\n        \"immolator\"\n    ],\n    \"na-emonomi\": [\n        \"immonastered\"\n    ],\n    \"onye na-eme omume rụrụ arụ\": [\n        \"immoralist\"\n    ],\n    \"na-eme omume rụrụ arụ\": [\n        \"immoralize\",\n        \"immoralizing\"\n    ],\n    \"Enweghị nsogbu\": [\n        \"immorigerousness\",\n        \"inconcernino\",\n        \"unterrified\"\n    ],\n    \"enweghị anwụ anwụ\": [\n        \"immortalisable\"\n    ],\n    \"adịghị anwụ anwụ\": [\n        \"immortalising\",\n        \"immortalizing\"\n    ],\n    \"imebighi ikike\": [\n        \"immortification\"\n    ],\n    \"enweghị ike ịgbagharị\": [\n        \"immoveableness\"\n    ],\n    \"dịghịzi\": [\n        \"immune\"\n    ],\n    \"ịgba ọgwụ mgbochi ọrịa\": [\n        \"immunisation\",\n        \"immunising\",\n        \"immunization\",\n        \"immunizations\",\n        \"immunizing\",\n        \"revaccinating\",\n        \"vaccinating\",\n        \"vaccination\",\n        \"vaccinial\",\n        \"vaccinization\"\n    ],\n    \"immunity\": [\n        \"immunities\"\n    ],\n    \"na-egbochi ọgwụ\": [\n        \"immunizes\",\n        \"sterilizes\"\n    ],\n    \"usoro mgbochi\": [\n        \"immunology\"\n    ],\n    \"enweghị ike mgbochi\": [\n        \"immunosuppressive\"\n    ],\n    \"ochi oku\": [\n        \"immuration\"\n    ],\n    \"immure\": [\n        \"immurement\"\n    ],\n    \"impeccable\": [\n        \"impacable\"\n    ],\n    \"emetụla\": [\n        \"impainted\"\n    ],\n    \"ịkpọgbu\": [\n        \"impainting\"\n    ],\n    \"impa\": [\n        \"impaints\"\n    ],\n    \"ntịghị\": [\n        \"impaired\"\n    ],\n    \"adịghị arụ\": [\n        \"impairs\"\n    ],\n    \"kpọgbue\": [\n        \"impale\",\n        \"impaled\",\n        \"slanted\"\n    ],\n    \"kpọgbue ya\": [\n        \"impalement\"\n    ],\n    \"akpọgbu\": [\n        \"impalements\",\n        \"impaler\",\n        \"impales\"\n    ],\n    \"ndị na-egbu osisi\": [\n        \"impalers\",\n        \"lumbermen\",\n        \"pruners\"\n    ],\n    \"impanel\": [\n        \"impaneling\",\n        \"impanelling\"\n    ],\n    \"parasitic\": [\n        \"imparasitic\",\n        \"parastatic\"\n    ],\n    \"enweghị mbibi\": [\n        \"impardonable\",\n        \"imperishability\",\n        \"impersuasible\",\n        \"inalacrity\",\n        \"invirility\",\n        \"undiminutive\"\n    ],\n    \"emeghị eme\": [\n        \"imparity\",\n        \"nonactuality\",\n        \"nonactualness\",\n        \"nonacute\",\n        \"nonbilious\",\n        \"nonbiliously\",\n        \"noncausality\",\n        \"noncausally\",\n        \"nonciliate\",\n        \"nonciliated\",\n        \"noncoercively\",\n        \"noncomical\",\n        \"nonfictitious\",\n        \"nonfictitiousness\",\n        \"nonfrugalness\",\n        \"nonindurated\",\n        \"noninherent\",\n        \"nonroyal\",\n        \"nonrudimental\",\n        \"nonruminant\",\n        \"nonspeculatory\",\n        \"uncalculative\",\n        \"unfalsity\",\n        \"unhomelikeness\",\n        \"unidactylous\",\n        \"untactful\",\n        \"untactical\"\n    ],\n    \"enweghị àgwà\": [\n        \"imparities\"\n    ],\n    \"enweghi mbata\": [\n        \"impartable\"\n    ],\n    \"ihe abata\": [\n        \"imparters\"\n    ],\n    \"ele mmadụ anya n'ihu\": [\n        \"impartial\",\n        \"impartialist\",\n        \"nonbiased\",\n        \"nonpartial\",\n        \"nonpartiality\",\n        \"partial\",\n        \"partialise\",\n        \"partialistic\",\n        \"partialities\",\n        \"partialness\",\n        \"unbiased\",\n        \"unbiasedness\",\n        \"unjudicial\",\n        \"unpartiality\",\n        \"unpartialness\",\n        \"unprejudicialness\"\n    ],\n    \"eleghị mmadụ anya n'ihu\": [\n        \"impartialism\",\n        \"impartiality\",\n        \"impartialness\"\n    ],\n    \"enweghị ele mmadụ anya n'ihu\": [\n        \"impartially\",\n        \"nonpartialities\",\n        \"unpartial\",\n        \"unpartially\"\n    ],\n    \"enweghị ike ibughari\": [\n        \"imparticipable\"\n    ],\n    \"enweghi ikike\": [\n        \"impassability\",\n        \"impunctual\",\n        \"licenseless\",\n        \"nonlicensed\",\n        \"unchaptered\",\n        \"unchartered\",\n        \"unenfranchised\",\n        \"ungauntleted\",\n        \"unlicensed\"\n    ],\n    \"agaghị agafe\": [\n        \"impassable\",\n        \"unpassable\"\n    ],\n    \"enweghị ike ibugharị\": [\n        \"impassableness\",\n        \"unbiassable\",\n        \"unmortgageable\"\n    ],\n    \"akwusi\": [\n        \"impasse\"\n    ],\n    \"impass\": [\n        \"impasses\"\n    ],\n    \"enweghi ike ịga\": [\n        \"impassibility\"\n    ],\n    \"-agaghị aga\": [\n        \"impassible\"\n    ],\n    \"ekweghi omume\": [\n        \"impassibleness\",\n        \"inaidible\",\n        \"indistinctible\",\n        \"uncombinableness\",\n        \"unelidible\",\n        \"unmollifiably\"\n    ],\n    \"impastast\": [\n        \"impastation\"\n    ],\n    \"impishes\": [\n        \"impastes\"\n    ],\n    \"impasto\": [\n        \"impastoed\"\n    ],\n    \"enweghị ndidi\": [\n        \"impatiens\",\n        \"impatient\",\n        \"impatientaceous\",\n        \"nonendurance\",\n        \"nonexpedience\",\n        \"nonforbearance\",\n        \"nonimpatience\",\n        \"nonpertinence\",\n        \"nonsatiability\",\n        \"nontransiency\",\n        \"nontransientness\",\n        \"sleety\",\n        \"sootless\",\n        \"unapologetic\",\n        \"unbearing\",\n        \"unimpatient\",\n        \"unimpatiently\",\n        \"unpermanency\",\n        \"unpliantness\",\n        \"unporousness\",\n        \"untransientness\"\n    ],\n    \"kpọgburu\": [\n        \"impawned\"\n    ],\n    \"n'ilekọta\": [\n        \"impawning\"\n    ],\n    \"impepe\": [\n        \"impeach\",\n        \"impeached\",\n        \"impeaching\",\n        \"impeachment\",\n        \"impeccance\"\n    ],\n    \"Impeachable\": [\n        \"impeachable\"\n    ],\n    \"irpeachableness\": [\n        \"impeachableness\"\n    ],\n    \"impear\": [\n        \"impearled\",\n        \"impearling\"\n    ],\n    \"enweghi ike impe\": [\n        \"impeccability\"\n    ],\n    \"na-epectomi\": [\n        \"impectinate\"\n    ],\n    \"impedometa\": [\n        \"impedometer\"\n    ],\n    \"impellor\": [\n        \"impellors\"\n    ],\n    \"impedance\": [\n        \"impendence\"\n    ],\n    \"impendend\": [\n        \"impendency\"\n    ],\n    \"na-abịanụ\": [\n        \"impending\"\n    ],\n    \"enweghi ike igbochi ya\": [\n        \"impenetrable\",\n        \"impenetrably\",\n        \"irreceptivity\",\n        \"irrecusably\",\n        \"irrefragability\",\n        \"irrestrainably\",\n        \"irretraceably\",\n        \"irrisible\",\n        \"nondemonstrability\",\n        \"uncontemptible\",\n        \"uncontrovertable\",\n        \"uncontrovertableness\",\n        \"uncontrovertably\",\n        \"uncreatableness\",\n        \"unpeppered\",\n        \"unpreventability\",\n        \"unpreventableness\",\n        \"unrepleviable\",\n        \"unrestrictable\",\n        \"unridable\",\n        \"unriddleable\"\n    ],\n    \"enweghị ike ịbanye\": [\n        \"impenetrableness\",\n        \"inabordable\",\n        \"incommunicability\",\n        \"nonhereditable\",\n        \"nonpenetrable\",\n        \"penetrableness\",\n        \"unabsorbent\",\n        \"unamerced\",\n        \"unnitrogenized\",\n        \"unreachably\",\n        \"unregistrable\",\n        \"unteachability\",\n        \"unweighability\"\n    ],\n    \"impeneti\": [\n        \"impenetration\"\n    ],\n    \"enweghi nchekwube\": [\n        \"impenitence\",\n        \"impenitency\",\n        \"impingent\",\n        \"insensateness\",\n        \"pessimism\",\n        \"pessimist\",\n        \"pessimistic\",\n        \"pssimistical\",\n        \"unsadness\"\n    ],\n    \"enweghi nchegharị\": [\n        \"impenitent\"\n    ],\n    \"na-enweghị nchegharị\": [\n        \"impenitently\",\n        \"irrepentantly\",\n        \"nonrepentant\",\n        \"remorseless\"\n    ],\n    \"impenate\": [\n        \"impennate\"\n    ],\n    \"onye impe\": [\n        \"imperator\"\n    ],\n    \"enweghị ike ịgbanwe\": [\n        \"imperceivable\",\n        \"imperturbable\",\n        \"indefatigable\",\n        \"indelibly\",\n        \"indistortable\",\n        \"indisturbable\",\n        \"inerasableness\",\n        \"ingenerable\",\n        \"irreconcilable\",\n        \"irrecoverable\",\n        \"irrememberable\",\n        \"irrestrainable\",\n        \"irretractable\",\n        \"irretrievable\",\n        \"irrevealable\",\n        \"noncoercible\",\n        \"noncolorable\",\n        \"nondirigible\",\n        \"nondurable\",\n        \"nonfatigable\",\n        \"nonpervertible\",\n        \"nonradiable\",\n        \"nonredeemable\",\n        \"nonreservable\",\n        \"nonretraceable\",\n        \"nonrevertible\",\n        \"nonrevokable\",\n        \"nonseverable\",\n        \"nontraceable\",\n        \"nontraversable\",\n        \"nonvocable\",\n        \"nullable\",\n        \"unabridgable\",\n        \"unadministrable\",\n        \"unadorable\",\n        \"unarching\",\n        \"unavertible\",\n        \"uncancellable\",\n        \"uncanvassably\",\n        \"uncolorable\",\n        \"unconcealable\",\n        \"uncurbable\",\n        \"undampable\",\n        \"undefatigable\",\n        \"undilatable\",\n        \"undrivable\",\n        \"undupable\",\n        \"uneffaceable\",\n        \"unerasable\",\n        \"unerodable\",\n        \"unexceedable\",\n        \"unexercisable\",\n        \"unextendable\",\n        \"unfarmable\",\n        \"unfilterable\",\n        \"unfloggable\",\n        \"unfoulable\",\n        \"unframable\",\n        \"unfreezable\",\n        \"unfriable\",\n        \"unimpressible\",\n        \"uninfluenceable\",\n        \"unirrigable\",\n        \"unmaltable\",\n        \"unmeltableness\",\n        \"unmodifiable\",\n        \"unmodifiableness\",\n        \"unmusterable\",\n        \"unratable\",\n        \"unrationable\",\n        \"unrelishable\",\n        \"unrememberable\",\n        \"unresolvable\",\n        \"unrestorable\",\n        \"unretardable\",\n        \"unretractable\",\n        \"unrevokable\",\n        \"unringable\",\n        \"unrisible\",\n        \"unriskable\",\n        \"unrivalable\",\n        \"unrousable\",\n        \"unseverable\",\n        \"unshamable\",\n        \"unshamableness\",\n        \"unsingable\",\n        \"unsizeable\",\n        \"untrappable\",\n        \"untriumphable\",\n        \"unventable\",\n        \"unweighable\"\n    ],\n    \"enweghị ike ịkwụsị\": [\n        \"imperceivableness\",\n        \"inassuageable\",\n        \"indefatigably\",\n        \"noncontinuable\",\n        \"nonlosable\",\n        \"nonstorable\",\n        \"nonsufferable\",\n        \"nonterminable\",\n        \"unaccostable\",\n        \"unbleaching\",\n        \"uncancelable\",\n        \"uncorrigible\",\n        \"uncrystallizability\",\n        \"undeterminably\",\n        \"undiminishable\",\n        \"undramatisable\",\n        \"unestablishable\",\n        \"unexhaustibly\",\n        \"unredressable\",\n        \"unshrinkability\",\n        \"unshrinkable\",\n        \"unstemmable\",\n        \"unstoppable\",\n        \"unstoppably\",\n        \"unstormable\",\n        \"unsurmountable\",\n        \"unterminableness\",\n        \"untranquillising\"\n    ],\n    \"ezughị okè\": [\n        \"imperfect\",\n        \"imperfectability\",\n        \"imperfectibility\",\n        \"imperfectible\",\n        \"imperfection\",\n        \"imperfections\",\n        \"imperfectious\",\n        \"imperfective\",\n        \"imperfectly\",\n        \"imperfectness\",\n        \"misbegotten\",\n        \"miscooking\",\n        \"miscooks\",\n        \"misesteemed\",\n        \"misgrows\",\n        \"nonperfection\",\n        \"uncasualness\",\n        \"undecency\",\n        \"undefectiveness\",\n        \"unfalseness\",\n        \"unperfected\",\n        \"unperfectedness\",\n        \"unperfection\",\n        \"unperfectiveness\",\n        \"unperfectness\"\n    ],\n    \"ezughị oke\": [\n        \"imperfected\",\n        \"imprecise\",\n        \"imprecisely\",\n        \"improficiency\",\n        \"incommensurateness\",\n        \"misallotted\",\n        \"misbilled\",\n        \"miscited\",\n        \"misclassed\",\n        \"miscooked\",\n        \"misdriven\",\n        \"misdrives\",\n        \"misgrown\",\n        \"mispaging\",\n        \"misparted\",\n        \"mispatch\",\n        \"mispatching\",\n        \"mispick\",\n        \"misplaced\",\n        \"mispractising\",\n        \"misprizal\",\n        \"misprized\",\n        \"misprizing\",\n        \"misstepping\",\n        \"nonperfectibility\",\n        \"nonperfectible\",\n        \"sentiency\",\n        \"undefectible\",\n        \"undefective\",\n        \"undefectively\",\n        \"ungenialness\",\n        \"unperfective\",\n        \"unperfectively\",\n        \"unperfectly\",\n        \"untessellated\",\n        \"untimeliest\",\n        \"untrivial\"\n    ],\n    \"unchapu\": [\n        \"imperforate\",\n        \"unhatcheled\"\n    ],\n    \"enweghi mgbanwe\": [\n        \"imperformable\",\n        \"nonexchangeable\",\n        \"unamended\",\n        \"unchanceable\",\n        \"unchangeability\",\n        \"unchangeable\",\n        \"unchangeableness\",\n        \"unchangeably\",\n        \"unreformed\",\n        \"unreformedness\"\n    ],\n    \"ọchịchị alaeze ukwu\": [\n        \"imperialise\",\n        \"imperialism\",\n        \"imperiality\",\n        \"imperialities\",\n        \"imperialness\"\n    ],\n    \"ikele eze\": [\n        \"imperialising\"\n    ],\n    \"onye isi alaeze ukwu\": [\n        \"imperialist\"\n    ],\n    \"ereghi ure\": [\n        \"imperishable\",\n        \"incorruptible\"\n    ],\n    \"enweghi ire ure\": [\n        \"imperishableness\"\n    ],\n    \"enweghị ike iwepụ\": [\n        \"impermutable\",\n        \"irremittable\",\n        \"noncancellable\",\n        \"nondeprivable\",\n        \"nonimpeachable\",\n        \"nonremovable\",\n        \"unabrogated\",\n        \"undisclosable\",\n        \"undramatizable\",\n        \"unembraceable\",\n        \"unimpartable\",\n        \"unimpregnable\",\n        \"unimputable\",\n        \"unmaneuverable\",\n        \"unmountable\",\n        \"unobviable\",\n        \"unsmokable\",\n        \"unterminable\"\n    ],\n    \"impersonible\": [\n        \"impersonable\"\n    ],\n    \"abụghị onye\": [\n        \"impersonal\",\n        \"impersonalise\",\n        \"impersonalities\"\n    ],\n    \"ejighi ya\": [\n        \"impersonalised\",\n        \"mismanaged\",\n        \"mistyped\",\n        \"mistouched\",\n        \"noninverted\",\n        \"unadvised\",\n        \"unaged\",\n        \"unalarmed\",\n        \"unallayed\",\n        \"unbandaged\",\n        \"unchannelized\",\n        \"unchannelled\",\n        \"uncontracted\",\n        \"uncontrived\",\n        \"uncontroverted\",\n        \"uncowed\",\n        \"unembased\",\n        \"ungaged\",\n        \"unhandled\",\n        \"unimedial\",\n        \"uninducted\",\n        \"uninfixed\",\n        \"uninnocuous\",\n        \"unmanaged\",\n        \"unmaned\",\n        \"unmaneged\",\n        \"unnestled\",\n        \"unoperated\",\n        \"unrectified\",\n        \"unribboned\",\n        \"unweaken\"\n    ],\n    \"abughi mmadu\": [\n        \"impersonalism\"\n    ],\n    \"enweghị onye\": [\n        \"impersonality\",\n        \"nonindividuality\"\n    ],\n    \"ersonomie\": [\n        \"impersonalize\",\n        \"impersonate\",\n        \"impersonize\"\n    ],\n    \"yie mmadụ\": [\n        \"impersonalized\"\n    ],\n    \"impersonising\": [\n        \"impersonalizing\"\n    ],\n    \"ekebie\": [\n        \"impersonated\"\n    ],\n    \"ersonbụ ụgha\": [\n        \"impersonation\",\n        \"impersonative\"\n    ],\n    \"nersonomi\": [\n        \"impersonations\"\n    ],\n    \"onye oersonomi\": [\n        \"impersonator\",\n        \"impersonatress\",\n        \"impersonatrix\"\n    ],\n    \"ndị na-eme ka ndị ọzọ\": [\n        \"impersonators\"\n    ],\n    \"nkebi iche\": [\n        \"impersonification\"\n    ],\n    \"Enweghi ike ibute\": [\n        \"impersuadability\"\n    ],\n    \"impersible\": [\n        \"impersuadable\"\n    ],\n    \"Achọpụtaghị ya\": [\n        \"impersuadableness\",\n        \"unobfuscated\"\n    ],\n    \"Enweghị ike ịbụ\": [\n        \"impersuasibility\"\n    ],\n    \"enweghị ike ịgbanwe agbanwe\": [\n        \"impertransible\",\n        \"inalterable\",\n        \"inalterableness\",\n        \"inarable\",\n        \"incontrovertible\",\n        \"incontrovertibleness\",\n        \"inconversibility\",\n        \"inconvertibility\",\n        \"inconvertibilities\",\n        \"inconvertible\",\n        \"inconvertibleness\",\n        \"incorrodable\",\n        \"indefatigableness\",\n        \"insalvable\",\n        \"insolvable\",\n        \"insubvertible\",\n        \"inversable\",\n        \"invertibility\",\n        \"invertible\",\n        \"irrealizable\",\n        \"irreclaimableness\",\n        \"irreconciliability\",\n        \"irreconciliable\",\n        \"irrecordable\",\n        \"irreducible\",\n        \"irreducibly\",\n        \"irreductible\",\n        \"irrefragable\",\n        \"irrefragableness\",\n        \"irrelapsable\",\n        \"irreliability\",\n        \"irremediable\",\n        \"irremediableness\",\n        \"irremovability\",\n        \"irremovableness\",\n        \"irrenewable\",\n        \"irrepairable\",\n        \"irreparability\",\n        \"irrepassable\",\n        \"irrepealability\",\n        \"irreplacable\",\n        \"irreplacably\",\n        \"irreplaceability\",\n        \"irreplaceable\",\n        \"irreplaceably\",\n        \"irrepressible\",\n        \"irresolvableness\",\n        \"irreturnable\",\n        \"irreversibility\",\n        \"irreversibleness\",\n        \"irreversibly\",\n        \"irrevertible\",\n        \"irreviewable\",\n        \"irrevisable\",\n        \"irrevocability\",\n        \"irrevocable\",\n        \"irrevocableness\",\n        \"irrevocably\",\n        \"nonconvertibility\",\n        \"nonconvertible\",\n        \"nonconvertibleness\",\n        \"nonpreservable\",\n        \"nonrenewable\",\n        \"nonresolvability\",\n        \"nonresolvableness\",\n        \"nonreversibility\",\n        \"nonsolvable\",\n        \"nonveritable\",\n        \"nonveritableness\",\n        \"unabrasive\",\n        \"unactability\",\n        \"unactable\",\n        \"unalterable\",\n        \"unalterableness\",\n        \"unamalgamable\",\n        \"unamiable\",\n        \"uncombinable\",\n        \"unconvertibility\",\n        \"unconvertible\",\n        \"unconvertibleness\",\n        \"uncreditable\",\n        \"uncultivable\",\n        \"undivertible\",\n        \"uneffable\",\n        \"uneversible\",\n        \"unevocable\",\n        \"unfaceable\",\n        \"unformulable\",\n        \"uninvertible\",\n        \"unlamentable\",\n        \"unmalleability\",\n        \"unmingleable\",\n        \"unmitigable\",\n        \"unpassableness\",\n        \"unransomable\",\n        \"unrealizable\",\n        \"unregenerable\",\n        \"unrelievability\",\n        \"unremovably\",\n        \"unrenderable\",\n        \"unrestorableness\",\n        \"unreversable\",\n        \"unreversible\",\n        \"unreversibleness\",\n        \"unrevertible\",\n        \"unrevocableness\",\n        \"unshapable\",\n        \"unsortable\",\n        \"untransformable\",\n        \"unvariable\",\n        \"unveritable\",\n        \"unveritableness\",\n        \"unvocable\",\n        \"unweariability\",\n        \"unweariable\",\n        \"unweariableness\",\n        \"unweighableness\"\n    ],\n    \"ezughị ezu\": [\n        \"imperturbableness\",\n        \"incompletability\",\n        \"incompletable\",\n        \"incompletableness\",\n        \"incompletion\",\n        \"incomplex\",\n        \"incomprehense\",\n        \"inexclusive\",\n        \"misalphabetized\",\n        \"misbuttoned\",\n        \"misestimate\",\n        \"misgrafted\",\n        \"misphrased\",\n        \"mispunctuated\",\n        \"missary\",\n        \"misstatements\",\n        \"misvouched\",\n        \"noneffetely\",\n        \"sparseness\",\n        \"uncommitted\",\n        \"uncomplaint\",\n        \"uncompleteness\",\n        \"undeficiently\",\n        \"undefinitiveness\",\n        \"undimpled\",\n        \"undistempered\",\n        \"undistorted\",\n        \"undistractedness\",\n        \"unfiltered\",\n        \"unfiltrated\",\n        \"unfusibleness\",\n        \"unhomeliness\",\n        \"unperfectible\",\n        \"unperverted\",\n        \"untasseled\",\n        \"unthatched\",\n        \"unticketed\",\n        \"untrundled\"\n    ],\n    \"enweghị ike ibibi\": [\n        \"impervertible\",\n        \"indestructibleness\",\n        \"unblemishable\"\n    ],\n    \"impet\": [\n        \"impetrative\"\n    ],\n    \"ike ike\": [\n        \"impetuous\",\n        \"rough\",\n        \"roughness\",\n        \"roughs\",\n        \"theocentricity\"\n    ],\n    \"impenti\": [\n        \"impicture\"\n    ],\n    \"impierti\": [\n        \"impierceable\"\n    ],\n    \"imping na\": [\n        \"impingements\"\n    ],\n    \"imping\": [\n        \"impinges\"\n    ],\n    \"impious\": [\n        \"impiously\"\n    ],\n    \"impness\": [\n        \"impiousness\"\n    ],\n    \"impite\": [\n        \"impiteous\"\n    ],\n    \"impitiiti\": [\n        \"impitiably\"\n    ],\n    \"Enweghị ikike\": [\n        \"implacableness\",\n        \"implausibleness\"\n    ],\n    \"a na-ekweghị omume\": [\n        \"implacably\"\n    ],\n    \"ịkụbanye\": [\n        \"implant\",\n        \"implantation\",\n        \"implants\"\n    ],\n    \"O kwere omume\": [\n        \"implausible\",\n        \"nonplausible\"\n    ],\n    \"imple\": [\n        \"implead\",\n        \"impledge\",\n        \"impletion\"\n    ],\n    \"anaghị adị ọcha\": [\n        \"impleading\",\n        \"nonahydrate\",\n        \"nonlacteous\",\n        \"nonsanctimonious\",\n        \"nonsibilant\"\n    ],\n    \"mmejuputa\": [\n        \"implementable\",\n        \"implementing\",\n        \"interdigitation\"\n    ],\n    \"mmejuputa iwu\": [\n        \"implementation\",\n        \"implementational\",\n        \"implementations\"\n    ],\n    \"onye mmejuputa iwu\": [\n        \"implementer\"\n    ],\n    \"impex\": [\n        \"implex\"\n    ],\n    \"ihe ọ pụtara\": [\n        \"implicants\"\n    ],\n    \"ịkpata\": [\n        \"implicate\",\n        \"implicated\",\n        \"implicating\",\n        \"implicatory\",\n        \"incriminating\",\n        \"incur\",\n        \"inflicting\"\n    ],\n    \"implicatness\": [\n        \"implicateness\"\n    ],\n    \"ibuana\": [\n        \"implicates\",\n        \"implications\"\n    ],\n    \"isịne\": [\n        \"implicit\"\n    ],\n    \"ekwu\": [\n        \"implied\",\n        \"imputed\",\n        \"pointmaker\",\n        \"pointure\"\n    ],\n    \"implolo\": [\n        \"imploration\"\n    ],\n    \"ịrịọ arịrịọ\": [\n        \"implore\",\n        \"petitionable\",\n        \"solicitation\",\n        \"solicitationism\",\n        \"solicitorship\",\n        \"solicitude\"\n    ],\n    \"Impolarizable\": [\n        \"impolarizable\"\n    ],\n    \"Ajọ mmụọ\": [\n        \"impolicies\"\n    ],\n    \"tụgbue\": [\n        \"imponed\"\n    ],\n    \"anaghi arapu\": [\n        \"imporosity\"\n    ],\n    \"ebubata\": [\n        \"importable\",\n        \"imported\",\n        \"importless\",\n        \"importuned\"\n    ],\n    \"onye mbubata\": [\n        \"importer\",\n        \"importunator\"\n    ],\n    \"ndị na-ebubata ngwaahịa\": [\n        \"importers\"\n    ],\n    \"importan\": [\n        \"importunable\"\n    ],\n    \"ibubata ọrịa\": [\n        \"importunity\"\n    ],\n    \"Imposable\": [\n        \"imposable\"\n    ],\n    \"imposable\": [\n        \"imposableness\"\n    ],\n    \"imali\": [\n        \"imposal\"\n    ],\n    \"onye na-ebuli ihe\": [\n        \"imposer\"\n    ],\n    \"nnukwu ikike\": [\n        \"imposingness\",\n        \"superpartient\"\n    ],\n    \"ekweghị omume\": [\n        \"impossibilities\",\n        \"uncollectibleness\",\n        \"unfeasibleness\",\n        \"unpossibleness\"\n    ],\n    \"idet\": [\n        \"impost\"\n    ],\n    \"na-adi\": [\n        \"imposted\"\n    ],\n    \"imesa mmadụ\": [\n        \"imposthumate\"\n    ],\n    \"postomi\": [\n        \"imposting\"\n    ],\n    \"Enweghị ike\": [\n        \"impotence\",\n        \"impotencies\",\n        \"inexpressiveness\",\n        \"unfilialness\",\n        \"unmotionable\",\n        \"unmovingness\",\n        \"unspiralled\"\n    ],\n    \"anakpọ\": [\n        \"impounding\",\n        \"lacunosity\",\n        \"pseudoservilely\"\n    ],\n    \"impo\": [\n        \"impounds\"\n    ],\n    \"daa ogbenye\": [\n        \"impoverish\",\n        \"impoverishes\",\n        \"poohed\",\n        \"pooler\",\n        \"poorer\",\n        \"poorish\",\n        \"poorwill\",\n        \"poove\"\n    ],\n    \"ịda ogbenye\": [\n        \"impoverishing\",\n        \"impoverishment\",\n        \"pauperism\",\n        \"poverty\",\n        \"povertyweed\",\n        \"predatoriness\",\n        \"soverty\"\n    ],\n    \"impregnable\": [\n        \"impregnableness\"\n    ],\n    \"impregreg\": [\n        \"impregnant\"\n    ],\n    \"impreparare\": [\n        \"impreparation\"\n    ],\n    \"enweghị ederede\": [\n        \"imprescriptible\",\n        \"imprescriptibly\",\n        \"inscriptible\",\n        \"inscriptionless\",\n        \"nondepressing\",\n        \"nonliteral\",\n        \"uncrippled\",\n        \"unprescribed\",\n        \"unrepined\"\n    ],\n    \"mmetụta impressable ness\": [\n        \"impressionableness\"\n    ],\n    \"impressionable\": [\n        \"impressionably\"\n    ],\n    \"impressalist\": [\n        \"impressionalist\"\n    ],\n    \"impressionism\": [\n        \"impressionis\"\n    ],\n    \"ihe mmetụta\": [\n        \"impressionists\",\n        \"sensationism\",\n        \"sensationistic\",\n        \"sensatorial\",\n        \"sensor\",\n        \"sensorial\",\n        \"sensorineural\"\n    ],\n    \"n'ụzọ na-akpali mmasị\": [\n        \"impressively\"\n    ],\n    \"onye na-adọrọ mmasị\": [\n        \"impressor\"\n    ],\n    \"a napụrụ ya\": [\n        \"imprested\"\n    ],\n    \"enweghị ike ịhụ\": [\n        \"imprevisible\",\n        \"nonvisible\",\n        \"unseeableness\"\n    ],\n    \"imprim\": [\n        \"impriment\"\n    ],\n    \"imprinti\": [\n        \"imprinted\"\n    ],\n    \"ihe akara\": [\n        \"imprinters\",\n        \"plasmatic\",\n        \"plasmatical\",\n        \"plasmation\",\n        \"symbolics\"\n    ],\n    \"imprini\": [\n        \"imprinting\"\n    ],\n    \"a tụọ mkpọrọ\": [\n        \"imprisonable\"\n    ],\n    \"tụọ ya mkpọrọ\": [\n        \"imprisoned\",\n        \"jailed\"\n    ],\n    \"ebughi oke\": [\n        \"improbative\",\n        \"mildewproof\",\n        \"neuroid\",\n        \"nonshaft\",\n        \"outfable\",\n        \"umped\",\n        \"unascended\",\n        \"unbiassed\",\n        \"unbiassing\",\n        \"undecision\",\n        \"underoxidised\",\n        \"uninvalidated\",\n        \"unmetalised\",\n        \"unporticoed\",\n        \"unsalivated\",\n        \"unscavengered\",\n        \"unsensate\",\n        \"unslaughtered\",\n        \"unwaived\"\n    ],\n    \"ekweghi ukwe\": [\n        \"improcurable\",\n        \"uncompletable\"\n    ],\n    \"na-emeghị ihe\": [\n        \"improgressively\"\n    ],\n    \"impromptu ary\": [\n        \"impromptuary\"\n    ],\n    \"impromptus\": [\n        \"impromptuist\"\n    ],\n    \"melite\": [\n        \"improof\",\n        \"improve\",\n        \"improvisatize\",\n        \"reimprove\",\n        \"setup\"\n    ],\n    \"impropition\": [\n        \"impropitious\"\n    ],\n    \"ekwesighi ekwesighi\": [\n        \"impropriety\",\n        \"inappropriableness\",\n        \"inappropriateness\",\n        \"nondelicateness\",\n        \"nondistortedness\",\n        \"unappropriateness\",\n        \"unnoteworthiness\",\n        \"unsuppositive\",\n        \"untransitiveness\"\n    ],\n    \"mmelite\": [\n        \"improvement\",\n        \"reimprovement\",\n        \"updart\",\n        \"updarting\",\n        \"updarts\",\n        \"updater\",\n        \"updaters\",\n        \"updates\",\n        \"updelve\",\n        \"updos\",\n        \"updraft\",\n        \"updrafts\",\n        \"updrag\",\n        \"updraught\",\n        \"updraw\",\n        \"updry\",\n        \"updries\",\n        \"updrink\"\n    ],\n    \"emebughị\": [\n        \"improver\"\n    ],\n    \"na-emezighị emezi\": [\n        \"improvers\",\n        \"improvisational\",\n        \"improvisatory\",\n        \"misadjusting\",\n        \"misappropriated\",\n        \"misforming\",\n        \"unadjustably\"\n    ],\n    \"ebughi ụzọ\": [\n        \"improvidently\",\n        \"misidentified\",\n        \"misshapenness\",\n        \"unaproned\",\n        \"unlibidinous\"\n    ],\n    \"na-emewanye nke ọma\": [\n        \"improvingly\"\n    ],\n    \"mmezigharị\": [\n        \"improvisations\"\n    ],\n    \"imezigharịa\": [\n        \"improvisatorize\"\n    ],\n    \"ndị na-emezigharị ihe\": [\n        \"improvisers\"\n    ],\n    \"imezi ihe\": [\n        \"improvises\",\n        \"palladiumizing\"\n    ],\n    \"imepe\": [\n        \"improvising\",\n        \"outambush\",\n        \"underventilate\",\n        \"unrow\"\n    ],\n    \"imps\": [\n        \"impship\"\n    ],\n    \"n'ekwubeghi\": [\n        \"impudently\"\n    ],\n    \"impugged\": [\n        \"impugned\"\n    ],\n    \"impulsion\": [\n        \"impulsions\"\n    ],\n    \"-agbalighi\": [\n        \"impunible\"\n    ],\n    \"enweghi ntaramahụhụ\": [\n        \"impunity\",\n        \"impunitive\",\n        \"unpunishable\"\n    ],\n    \"ihe mmịnye\": [\n        \"impuration\"\n    ],\n    \"nkọwasị\": [\n        \"imputation\"\n    ],\n    \"ndị na-ebubata ihe\": [\n        \"imputers\",\n        \"percolators\"\n    ],\n    \"mbuk\": [\n        \"impv\"\n    ],\n    \"n'ime\": [\n        \"in\",\n        \"inby\",\n        \"inboard\",\n        \"indy\",\n        \"indin\",\n        \"inertially\",\n        \"inly\",\n        \"inned\",\n        \"inner\",\n        \"innerly\",\n        \"innermore\",\n        \"innermost\",\n        \"innermostly\",\n        \"innerness\",\n        \"innervated\",\n        \"innerve\",\n        \"innerves\",\n        \"innerving\",\n        \"inro\",\n        \"inside\",\n        \"insiders\",\n        \"insides\",\n        \"interiorly\",\n        \"internal\",\n        \"internalized\",\n        \"internally\",\n        \"internalness\",\n        \"internatl\",\n        \"inthral\",\n        \"into\",\n        \"invected\",\n        \"inward\",\n        \"inwardly\",\n        \"inwards\",\n        \"sinuated\",\n        \"sinuately\",\n        \"sinuously\",\n        \"whereinto\",\n        \"within\",\n        \"withinward\",\n        \"withinwards\"\n    ],\n    \"inacentuation\": [\n        \"inaccentuation\"\n    ],\n    \"adịghị anakwere\": [\n        \"inacceptable\",\n        \"unacceptable\",\n        \"unacceptant\"\n    ],\n    \"keerughi\": [\n        \"inaccessibility\",\n        \"inaccessible\",\n        \"inaccessibleness\",\n        \"inaccessibly\",\n        \"unaccessible\",\n        \"unaccessibleness\"\n    ],\n    \"etịbe\": [\n        \"inaccurate\"\n    ],\n    \"anaghi arụ ọrụ\": [\n        \"inactivated\"\n    ],\n    \"na-adịghị arụ ọrụ\": [\n        \"inactively\",\n        \"nondemonstrative\"\n    ],\n    \"adịghị ọrụ\": [\n        \"inactiveness\"\n    ],\n    \"ekweghi anabata\": [\n        \"inadmissable\",\n        \"inadmissible\"\n    ],\n    \"anabataghị\": [\n        \"inadmissibly\",\n        \"inobvious\",\n        \"intolerantly\",\n        \"nonacceptant\",\n        \"nonaccepted\",\n        \"nonperceptive\",\n        \"nonreceipt\",\n        \"nonreceiving\",\n        \"subappressed\",\n        \"tolerate\",\n        \"unabandoning\",\n        \"unaccept\",\n        \"unacceptably\",\n        \"unacceptance\",\n        \"unaccepted\",\n        \"unaccepting\",\n        \"undeceived\",\n        \"unpossessive\",\n        \"unrespited\",\n        \"unresponsiveness\"\n    ],\n    \"na-ekwughị ihe ọ bụla\": [\n        \"inadvertant\",\n        \"underemphasizes\"\n    ],\n    \"n'adighi nma\": [\n        \"inadvisedly\",\n        \"palindromically\",\n        \"unadroitly\",\n        \"unadulterately\",\n        \"undeadly\",\n        \"undeductively\",\n        \"unfadingly\",\n        \"unseemingly\"\n    ],\n    \"enweghi ike idi\": [\n        \"inaffability\",\n        \"untolerable\"\n    ],\n    \"enweghi ike ibibi\": [\n        \"inaffable\"\n    ],\n    \"emetụtaghị\": [\n        \"inaffected\",\n        \"unaffected\",\n        \"unenacted\"\n    ],\n    \"enweghi ike inwu\": [\n        \"inalienably\"\n    ],\n    \"enweghị ike ịrụ ọrụ\": [\n        \"inalterability\",\n        \"indeterminacies\",\n        \"ineffaceability\",\n        \"ineffectibly\",\n        \"ineffectualness\",\n        \"inefficacity\",\n        \"ineluctability\",\n        \"ineradicability\",\n        \"inerrability\",\n        \"inorganity\",\n        \"intractability\",\n        \"intractableness\",\n        \"irresolubleness\",\n        \"nonenforceability\",\n        \"nonoperable\",\n        \"nonpreferability\",\n        \"nontautomerizable\",\n        \"uncorker\",\n        \"uneffectiveness\",\n        \"unenforceability\",\n        \"unimpeachability\",\n        \"unperformability\",\n        \"unsuperciliousness\"\n    ],\n    \"adịghị ndụ\": [\n        \"inanimate\"\n    ],\n    \"inomi\": [\n        \"inanimation\",\n        \"instimulate\"\n    ],\n    \"adịghị egosi\": [\n        \"inapparent\",\n        \"unappealing\",\n        \"unwhiglike\"\n    ],\n    \"n'adighi anya\": [\n        \"inapparently\",\n        \"nonapparently\",\n        \"nondropsically\",\n        \"nonflatulently\",\n        \"nonlugubriously\",\n        \"nonnattily\",\n        \"nonrhythmically\",\n        \"nontentatively\",\n        \"nonvigilantly\",\n        \"nonvirtuously\",\n        \"undelayed\",\n        \"undervaluingly\",\n        \"unpuritanically\",\n        \"unsanguineously\"\n    ],\n    \"inwaputa\": [\n        \"inappealable\"\n    ],\n    \"ekweghi ekwe omume\": [\n        \"inappellability\",\n        \"incongealableness\",\n        \"indelible\",\n        \"inextensible\",\n        \"irrefrangibleness\",\n        \"nonostensible\",\n        \"unemendable\",\n        \"unextensible\",\n        \"unmanumissible\",\n        \"unstretchable\",\n        \"untangible\"\n    ],\n    \"enweghi ike ime\": [\n        \"inappetible\",\n        \"infeasible\",\n        \"infeasibleness\",\n        \"uneffectible\",\n        \"untamable\"\n    ],\n    \"enweghị ike ime\": [\n        \"inapplicability\",\n        \"ineffectible\",\n        \"nondispensible\",\n        \"noninfallible\",\n        \"noninfallibleness\",\n        \"unapplicable\",\n        \"unfactorable\",\n        \"unfallibleness\",\n        \"unparticipated\"\n    ],\n    \"enweghị ike itinye n'ọrụ\": [\n        \"inapplicable\"\n    ],\n    \"enweghị ike itinye aka\": [\n        \"inapplicableness\"\n    ],\n    \"n’enweghị ekele\": [\n        \"inappreciably\"\n    ],\n    \"na-enweghị ekele\": [\n        \"inappreciatively\",\n        \"nonappreciatively\"\n    ],\n    \"enweghi nghota\": [\n        \"inapprehensibility\",\n        \"misconstruable\"\n    ],\n    \"enweghi ike ibute ya\": [\n        \"inapproachable\"\n    ],\n    \"ina-ezighi ezi\": [\n        \"inapproachably\"\n    ],\n    \"ekwesịghị ekwesị\": [\n        \"inappropriate\",\n        \"misfits\",\n        \"unparfit\"\n    ],\n    \"na-ekwesịghị ekwesị\": [\n        \"inappropriately\"\n    ],\n    \"inarita\": [\n        \"inarched\"\n    ],\n    \"nke a na-apụghị ịgbagha agbagha\": [\n        \"inarguable\",\n        \"inconcealable\",\n        \"ineradicable\",\n        \"ineradicably\",\n        \"inscrutable\",\n        \"irreprovable\",\n        \"irreprovableness\",\n        \"irreprovably\",\n        \"irreputable\",\n        \"noncensurable\",\n        \"unfixable\",\n        \"unrepugnable\"\n    ],\n    \"enweghị mgbagha\": [\n        \"inarguably\",\n        \"inconcussible\",\n        \"incontrovertibly\",\n        \"inconversant\",\n        \"indiscerpible\",\n        \"indiscussable\",\n        \"indiscussible\",\n        \"indisputability\",\n        \"indisputable\",\n        \"indisputableness\",\n        \"indisputably\",\n        \"intransgressible\",\n        \"irradicably\",\n        \"irrefutability\",\n        \"irrefutable\",\n        \"irrefutableness\",\n        \"nonarbitrable\",\n        \"nonarguable\",\n        \"nonarmigerous\",\n        \"noncancelable\",\n        \"nonchallenging\",\n        \"noncomplacence\",\n        \"noncomplacent\",\n        \"nonconjecturable\",\n        \"noncontroversial\",\n        \"nonconversable\",\n        \"nonconversableness\",\n        \"nonconversably\",\n        \"nonconversant\",\n        \"nondebatable\",\n        \"nondebating\",\n        \"nondoubtable\",\n        \"nonequivocal\",\n        \"nonheretical\",\n        \"nonintroversiveness\",\n        \"nonperturbable\",\n        \"nonperversive\",\n        \"nonreversibleness\",\n        \"nonreversibly\",\n        \"nonrevocably\",\n        \"nonrupturable\",\n        \"nonveritably\",\n        \"unambiguity\",\n        \"unarbitrative\",\n        \"unarguable\",\n        \"unarguableness\",\n        \"unarguably\",\n        \"unargumentative\",\n        \"unascertainably\",\n        \"unchallengable\",\n        \"unchallengeable\",\n        \"unchallengeableness\",\n        \"unchallengeably\",\n        \"unchallenged\",\n        \"unchallenging\",\n        \"unconceivably\",\n        \"unconfusable\",\n        \"unconfusably\",\n        \"unconfutable\",\n        \"uncontradictable\",\n        \"uncontradictablely\",\n        \"uncontradictably\",\n        \"uncontroversial\",\n        \"unconversable\",\n        \"unconversableness\",\n        \"unconversably\",\n        \"undauntable\",\n        \"undebatable\",\n        \"undebatably\",\n        \"undeceivably\",\n        \"undefiable\",\n        \"undeludable\",\n        \"undiscussable\",\n        \"undisguisable\",\n        \"undismayable\",\n        \"undispellable\",\n        \"undisprovable\",\n        \"undisputing\",\n        \"undisreputable\",\n        \"undoubtable\",\n        \"undoubtableness\",\n        \"undoubtedness\",\n        \"unequivocalness\",\n        \"unexorbitant\",\n        \"uninterrogable\",\n        \"univocal\",\n        \"unlaudably\",\n        \"unmistakable\",\n        \"unmistakably\",\n        \"unperturbable\",\n        \"unquestionableness\",\n        \"unregrettably\",\n        \"unrelaxable\",\n        \"unrestfully\",\n        \"unrestingness\",\n        \"unreturnably\",\n        \"unrevocable\",\n        \"unrevocably\",\n        \"unsilenceable\",\n        \"unsubduably\",\n        \"unsubjectable\",\n        \"unsubversive\",\n        \"unsubversiveness\",\n        \"unsubvertable\"\n    ],\n    \"uwe ime\": [\n        \"inarms\",\n        \"mantlet\",\n        \"mantlets\",\n        \"tunicates\",\n        \"tunicles\",\n        \"undercloak\",\n        \"underclothes\",\n        \"underclothing\",\n        \"undercoatings\",\n        \"undergarment\",\n        \"undergarments\",\n        \"underwear\"\n    ],\n    \"arụghị arụ\": [\n        \"inartificial\",\n        \"inartificiality\",\n        \"inartificialness\",\n        \"uncarnate\",\n        \"uncreate\",\n        \"undevilish\"\n    ],\n    \"n'arụghị arụ\": [\n        \"inartificially\",\n        \"unartificially\"\n    ],\n    \"ịatta ntị\": [\n        \"inattention\"\n    ],\n    \"anaghị etinye uche\": [\n        \"inattentive\"\n    ],\n    \"echeghi echiche\": [\n        \"inattentively\",\n        \"nondesulphurized\",\n        \"nondimensioned\",\n        \"nonsubsididies\",\n        \"thoughtfree\"\n    ],\n    \"etinyeghị uche\": [\n        \"inattentiveness\",\n        \"nonattention\",\n        \"nonconcentrated\",\n        \"unconcentrated\"\n    ],\n    \"enweghị ike ịnụ ihe\": [\n        \"inaudible\"\n    ],\n    \"emepe\": [\n        \"inaugur\",\n        \"opens\",\n        \"openside\"\n    ],\n    \"eguzobe\": [\n        \"inaugurate\",\n        \"inaugurated\",\n        \"inaugurative\"\n    ],\n    \"inaugurati\": [\n        \"inauguratory\"\n    ],\n    \"inbred\": [\n        \"inbbred\",\n        \"inbread\"\n    ],\n    \"imdb\": [\n        \"inbd\"\n    ],\n    \"abụ m\": [\n        \"inbe\"\n    ],\n    \"inbe\": [\n        \"inbeaming\",\n        \"inbearing\",\n        \"inbeing\"\n    ],\n    \"inbebe\": [\n        \"inbeings\"\n    ],\n    \"ke ufọt ufọt\": [\n        \"inbetweener\"\n    ],\n    \"n'ime mbadamba\": [\n        \"inboards\"\n    ],\n    \"inbound\": [\n        \"inbond\",\n        \"inbounds\"\n    ],\n    \"bu n'afọ\": [\n        \"inborn\",\n        \"preborn\",\n        \"unborn\"\n    ],\n    \"na ezumike\": [\n        \"inbreak\"\n    ],\n    \"e toro\": [\n        \"inbreathed\"\n    ],\n    \"kebibi\": [\n        \"inbreather\"\n    ],\n    \"na-agbake\": [\n        \"inbreathing\",\n        \"recoagulating\",\n        \"recocks\",\n        \"recodifies\",\n        \"recoiler\",\n        \"recopying\",\n        \"recostuming\",\n        \"recovering\",\n        \"recoveringly\",\n        \"regaining\",\n        \"regales\",\n        \"revibrating\",\n        \"revivers\",\n        \"revives\",\n        \"unbreathing\"\n    ],\n    \"ịzụ\": [\n        \"inbringing\",\n        \"rearing\"\n    ],\n    \"na esemokwu\": [\n        \"inbrought\"\n    ],\n    \"ingbasi\": [\n        \"inburnt\"\n    ],\n    \"inbu\": [\n        \"inburst\"\n    ],\n    \"Inc.\": [\n        \"inc\"\n    ],\n    \"gbaa ọgwụ\": [\n        \"incaliculate\"\n    ],\n    \"ibusa\": [\n        \"incamp\",\n        \"inviscate\"\n    ],\n    \"incand\": [\n        \"incandent\"\n    ],\n    \"incandes\": [\n        \"incandesced\"\n    ],\n    \"incandging\": [\n        \"incandescing\"\n    ],\n    \"enweghị m ike\": [\n        \"incant\"\n    ],\n    \"incant\": [\n        \"incantation\",\n        \"incantator\"\n    ],\n    \"na canton\": [\n        \"incanton\"\n    ],\n    \"encapsulated\": [\n        \"incapsulated\"\n    ],\n    \"encapsulation\": [\n        \"incapsulating\",\n        \"incapsulation\"\n    ],\n    \"nọ n'ụlọ mkpọrọ\": [\n        \"incarcerate\",\n        \"incarcerated\",\n        \"incarcerates\"\n    ],\n    \"nga eji\": [\n        \"incarceration\",\n        \"incarcerations\"\n    ],\n    \"onye eji\": [\n        \"incarcerator\",\n        \"undermate\"\n    ],\n    \"incardard\": [\n        \"incardination\"\n    ],\n    \"atụghị\": [\n        \"incarmined\",\n        \"unavoided\"\n    ],\n    \"bụrụ mmadụ\": [\n        \"incarnalise\",\n        \"incarnant\"\n    ],\n    \"ghọọ mmadụ\": [\n        \"incarnalised\",\n        \"incarnalize\",\n        \"incarnalized\",\n        \"incarnate\",\n        \"incarnated\"\n    ],\n    \"atụgharị mmadụ\": [\n        \"incarnalizing\"\n    ],\n    \"abụrụ mmadụ\": [\n        \"incarnating\"\n    ],\n    \"incarar\": [\n        \"incarve\"\n    ],\n    \"adịghị ama ama\": [\n        \"incase\",\n        \"preexcept\",\n        \"ungossiping\"\n    ],\n    \"-adịghị akọ\": [\n        \"incautious\"\n    ],\n    \"N'egwuregwu\": [\n        \"incedingly\"\n    ],\n    \"ihe nsure ọkụ na-esi ísì ụtọ\": [\n        \"incense\"\n    ],\n    \"incensens\": [\n        \"incensement\"\n    ],\n    \"iwe oku\": [\n        \"incenser\"\n    ],\n    \"akwụkwọ ikike\": [\n        \"incensories\",\n        \"licencers\",\n        \"licences\",\n        \"licenses\",\n        \"panapospory\",\n        \"primages\",\n        \"valedictory\",\n        \"valedictories\",\n        \"warrantedness\",\n        \"warrantee\",\n        \"warranty\",\n        \"warranties\",\n        \"warrantise\",\n        \"warrants\"\n    ],\n    \"incept\": [\n        \"incepting\"\n    ],\n    \"inception\": [\n        \"inceptions\"\n    ],\n    \"inceptive\": [\n        \"inceptively\"\n    ],\n    \"ejighi n'aka\": [\n        \"incertain\",\n        \"noncertain\",\n        \"unabducted\",\n        \"unbaized\",\n        \"uncertain\",\n        \"uncertificated\",\n        \"uncertified\",\n        \"undure\",\n        \"ungarrisoned\",\n        \"unhandcuffed\",\n        \"unhanded\",\n        \"unhandicapped\",\n        \"uninnocuousness\",\n        \"unpure\",\n        \"unscorified\",\n        \"unselfassured\",\n        \"unsure\",\n        \"unsureness\",\n        \"unsustainable\",\n        \"unsustainably\"\n    ],\n    \"enweghi ike ịgbanwe\": [\n        \"incessable\"\n    ],\n    \"ibanye\": [\n        \"incession\",\n        \"medaling\"\n    ],\n    \"iman\": [\n        \"incest\"\n    ],\n    \"ezinaụlọ\": [\n        \"incestuous\",\n        \"interfamily\",\n        \"subfamilies\"\n    ],\n    \"n'esighi ike\": [\n        \"incestuously\",\n        \"nonascendantly\",\n        \"nonascendently\",\n        \"nonforbearingly\",\n        \"nonhesitantly\",\n        \"nonusuriously\",\n        \"nonvehemently\",\n        \"unalarmingly\",\n        \"unbeautifully\",\n        \"unbeginningly\",\n        \"unbewilderingly\",\n        \"uninstrumentally\",\n        \"unintermittingly\",\n        \"uninvigoratively\",\n        \"unreassuringly\",\n        \"unresiliently\",\n        \"unsaliently\",\n        \"unsentiently\",\n        \"unspeedily\",\n        \"unsteadily\",\n        \"unstrictly\",\n        \"unwrathfully\"\n    ],\n    \"ịkporo mmadụ\": [\n        \"incestuousness\"\n    ],\n    \"itinye n'ime\": [\n        \"incgrporate\",\n        \"incorporate\"\n    ],\n    \"kennyeghari\": [\n        \"inchangeable\",\n        \"interchangeable\",\n        \"interchangeably\"\n    ],\n    \"Ihe adighi ike\": [\n        \"incharitable\"\n    ],\n    \"sentimita asatọ\": [\n        \"inches\"\n    ],\n    \"adịghị mfe\": [\n        \"inchoant\",\n        \"nonexemplification\",\n        \"unimplicate\"\n    ],\n    \"ihe merenụ\": [\n        \"incident\",\n        \"insident\"\n    ],\n    \"na-enwe ihe mere\": [\n        \"incidentalist\"\n    ],\n    \"ihe ndapụta\": [\n        \"incidentalness\",\n        \"incidentals\",\n        \"outdespatch\",\n        \"subconscious\"\n    ],\n    \"mere obere\": [\n        \"incidentless\"\n    ],\n    \"incine oku\": [\n        \"incinerable\"\n    ],\n    \"na-akpọ ọkụ\": [\n        \"incinerates\"\n    ],\n    \"n'inye oku\": [\n        \"incinerating\"\n    ],\n    \"agaghị ekwe ka edebanye ya\": [\n        \"incircumscriptible\"\n    ],\n    \"na-agbasaghị\": [\n        \"incircumspectly\",\n        \"nonabstractedly\",\n        \"nonaccusing\",\n        \"nonadjustive\",\n        \"nonalternating\",\n        \"nonanalytically\",\n        \"nonasthmatic\",\n        \"nonblundering\",\n        \"nonblunderingly\",\n        \"noncommitally\",\n        \"noncommittally\",\n        \"nonconventionally\",\n        \"nondeflected\",\n        \"nonenervating\",\n        \"nonevanescently\",\n        \"nonexpanded\",\n        \"nonexpanding\",\n        \"nonfragilely\",\n        \"nonhematic\",\n        \"nonideationally\",\n        \"nonillatively\",\n        \"nonnocturnally\",\n        \"nonpersisting\",\n        \"nonrefracting\",\n        \"nonsectionally\",\n        \"nonterminating\",\n        \"nontoxically\",\n        \"nontraveling\",\n        \"nontravelling\",\n        \"nonusurpingly\",\n        \"unbarrelled\",\n        \"unbewildering\",\n        \"unboring\",\n        \"unbridged\",\n        \"unbrutalising\",\n        \"uncarried\",\n        \"uncommenting\",\n        \"uncompelled\",\n        \"undetracting\",\n        \"undiluting\",\n        \"undissemblingly\",\n        \"undistracting\",\n        \"unfiltering\",\n        \"unfixing\",\n        \"unflaggingly\",\n        \"unfocussing\",\n        \"ungirdling\",\n        \"unhallowing\",\n        \"unhefted\",\n        \"unhuddling\",\n        \"uninformatively\",\n        \"uningrafted\",\n        \"uninterrupting\",\n        \"univalves\",\n        \"unmysticised\",\n        \"unmysticising\",\n        \"unperplexing\",\n        \"unrefracting\",\n        \"unremitting\",\n        \"unrippling\",\n        \"unsitting\",\n        \"unsweltering\",\n        \"unwesternized\",\n        \"unwhimpering\",\n        \"unwildly\"\n    ],\n    \"incisly\": [\n        \"incisely\"\n    ],\n    \"incisis\": [\n        \"incisive\"\n    ],\n    \"incis\": [\n        \"incisors\"\n    ],\n    \"incit\": [\n        \"incitant\",\n        \"incitants\"\n    ],\n    \"itationkpọ\": [\n        \"incitation\"\n    ],\n    \"ikpali\": [\n        \"incite\"\n    ],\n    \"ịkpasu iwe\": [\n        \"incitement\",\n        \"incriminatory\",\n        \"provisive\",\n        \"provisory\"\n    ],\n    \"mbufụt\": [\n        \"inclamation\",\n        \"inflammability\",\n        \"inflammation\",\n        \"inflammations\",\n        \"tsun\"\n    ],\n    \"Na-etinye\": [\n        \"inclasping\",\n        \"interfilling\"\n    ],\n    \"inclelyly\": [\n        \"inclemently\"\n    ],\n    \"enweghị nchekwube\": [\n        \"inclementness\",\n        \"inconsiderateness\",\n        \"incontaminateness\",\n        \"inherency\",\n        \"nonadventurousness\",\n        \"noncontemptuous\",\n        \"noncontemptuousness\",\n        \"nonimaginariness\",\n        \"nonnattiness\",\n        \"undeliberateness\",\n        \"unpalliative\",\n        \"unpresumptuously\",\n        \"unprospected\",\n        \"unpurifiable\",\n        \"unreticent\",\n        \"unsalutariness\",\n        \"unsapiential\",\n        \"unwistfulness\"\n    ],\n    \"nwere ọchịchọ\": [\n        \"inclinable\"\n    ],\n    \"onye obi ya\": [\n        \"inclinator\"\n    ],\n    \"Bipute\": [\n        \"inclip\"\n    ],\n    \"gụnye\": [\n        \"incloude\",\n        \"include\"\n    ],\n    \"nke a na-agbakwunye\": [\n        \"includable\"\n    ],\n    \"gụnyere ness\": [\n        \"includedness\"\n    ],\n    \"Gụnyere\": [\n        \"includer\"\n    ],\n    \"na-agụnye\": [\n        \"includes\"\n    ],\n    \"na nsonye\": [\n        \"including\"\n    ],\n    \"Nsonye\": [\n        \"inclusion\"\n    ],\n    \"yana idobe okirikiri\": [\n        \"inclusive\"\n    ],\n    \"ịgụnye\": [\n        \"inclusiveness\"\n    ],\n    \"enweghị ike ikwu okwu\": [\n        \"incoagulable\",\n        \"incommunicableness\",\n        \"insuperable\",\n        \"unoutspeakable\",\n        \"unrenunciative\"\n    ],\n    \"enweghị ndụ\": [\n        \"incoexistence\",\n        \"inexistence\",\n        \"inexistency\",\n        \"inexistent\",\n        \"lifeless\",\n        \"lifelessly\",\n        \"lifelessness\",\n        \"livingless\",\n        \"nonfatality\",\n        \"noninsistence\",\n        \"nonliving\",\n        \"unliveliness\",\n        \"unodoriferous\"\n    ],\n    \"incog\": [\n        \"incogitable\"\n    ],\n    \"incocitancy\": [\n        \"incogitancy\"\n    ],\n    \"incokitant\": [\n        \"incogitant\"\n    ],\n    \"n'emeghị ihe ọ bụla\": [\n        \"incogitantly\",\n        \"nonactionably\",\n        \"nonatheistically\",\n        \"nonbotanically\",\n        \"nondemocratically\",\n        \"nonegoistically\",\n        \"nonemotively\",\n        \"nonesthetically\",\n        \"nonferociously\",\n        \"nongelatinously\",\n        \"nonidolatrously\",\n        \"nonimperatively\",\n        \"nonimplicatively\",\n        \"nonimpulsively\",\n        \"nonlibidinously\",\n        \"nonmatrimonially\",\n        \"nonmelodically\",\n        \"nonmultiplicatively\",\n        \"nonmutinously\",\n        \"nonobviously\",\n        \"nonphysiologically\",\n        \"nonresponsibly\",\n        \"nonrudimentarily\",\n        \"nonruminatingly\",\n        \"nonsecretively\",\n        \"nonsecretly\",\n        \"nontemperately\",\n        \"nontyrannously\",\n        \"nonviolently\",\n        \"resistlessly\",\n        \"unbombastically\",\n        \"uncommemoratively\",\n        \"uncongenially\",\n        \"unemotively\",\n        \"unemphatically\",\n        \"ungrudgingly\",\n        \"unimpedingly\",\n        \"unmemorably\",\n        \"unpotently\",\n        \"unprudentially\",\n        \"unpurgatively\",\n        \"unsyllogistically\",\n        \"unsulliedly\",\n        \"unsurgically\",\n        \"unurgently\",\n        \"unwastingly\"\n    ],\n    \"Na-etinye ihe ike\": [\n        \"incogitative\"\n    ],\n    \"incognito\": [\n        \"incognite\",\n        \"incognitive\",\n        \"incognitos\"\n    ],\n    \"ihe anabataghi\": [\n        \"incognizable\",\n        \"monogerm\",\n        \"monophthalmic\"\n    ],\n    \"ekwekọghị\": [\n        \"incoherence\",\n        \"incompatible\",\n        \"incompatibles\",\n        \"incorrespondent\",\n        \"nonconformistical\",\n        \"noncorresponding\",\n        \"noncorrespondingly\",\n        \"nonethereally\",\n        \"uncombable\",\n        \"uncombative\",\n        \"unconform\",\n        \"unconformably\",\n        \"unconforming\",\n        \"unconformism\",\n        \"unconformity\",\n        \"unconformities\",\n        \"unconical\",\n        \"unconjectural\",\n        \"unconventional\",\n        \"unharmonic\",\n        \"unharmonical\",\n        \"unresponding\",\n        \"unriddles\"\n    ],\n    \"Enweghị ego\": [\n        \"incoherencies\",\n        \"uncopyable\"\n    ],\n    \"enweghị ihe jikọrọ ya\": [\n        \"incoherent\"\n    ],\n    \"incoherentification\": [\n        \"incoherentific\"\n    ],\n    \"ebikọ\": [\n        \"incohering\"\n    ],\n    \"ego anaghị emebi emebi\": [\n        \"incombustibleness\"\n    ],\n    \"combustion\": [\n        \"incombustion\"\n    ],\n    \"inwetaka\": [\n        \"incommend\"\n    ],\n    \"agbachaghị agbacha\": [\n        \"incommensurate\"\n    ],\n    \"na-ezughị ezu\": [\n        \"incommensurately\",\n        \"semiquantitatively\",\n        \"unspleenishly\"\n    ],\n    \"enweghị ike iwepu\": [\n        \"incommiscible\",\n        \"nonrevocable\",\n        \"uncloakable\",\n        \"unfeelable\",\n        \"uninducible\",\n        \"uninfringeable\",\n        \"unmouthable\",\n        \"unpropagable\"\n    ],\n    \"emeghị ihe\": [\n        \"incommoded\",\n        \"nonabolition\",\n        \"nonascendency\",\n        \"nonequivocating\",\n        \"nonfarcicality\",\n        \"nonimmanency\",\n        \"nonmalignantly\",\n        \"nonmorality\",\n        \"nonmotion\",\n        \"nonobjection\",\n        \"nonreactionary\",\n        \"nonresponsibleness\",\n        \"noughty\",\n        \"outfought\",\n        \"unfilial\",\n        \"unmaker\",\n        \"unmaking\",\n        \"unobligating\"\n    ],\n    \"adịghị edozi ahụ\": [\n        \"incommodement\",\n        \"innutrient\",\n        \"innutritious\",\n        \"nonnourishing\",\n        \"unevocative\",\n        \"unmeditative\",\n        \"unmodulative\",\n        \"unnourishing\",\n        \"unwreathing\"\n    ],\n    \"adịghị edozi\": [\n        \"incommoding\",\n        \"irreconciliation\",\n        \"nonadjustability\",\n        \"nonadjustable\",\n        \"nonhandicap\",\n        \"nonmodal\",\n        \"nontidal\",\n        \"nourishable\",\n        \"underagent\",\n        \"uneddying\",\n        \"unedited\",\n        \"unepochal\",\n        \"unflashy\",\n        \"ungangrened\",\n        \"ungenial\",\n        \"unhandy\",\n        \"unhanding\",\n        \"unhandselled\",\n        \"unharping\",\n        \"unhelming\",\n        \"unhollowed\",\n        \"uninnovating\",\n        \"unmeddling\",\n        \"unmild\",\n        \"unmoderated\",\n        \"unmoderating\",\n        \"unmodernised\",\n        \"unmodernized\",\n        \"unmodish\",\n        \"unmodulated\",\n        \"unmolesting\",\n        \"unmonopolizing\",\n        \"unmooring\",\n        \"unmuffles\",\n        \"unoscillating\",\n        \"unpared\",\n        \"unprovide\",\n        \"unrehabilitated\",\n        \"unretreating\",\n        \"unretrograded\",\n        \"unretrograding\",\n        \"unrubified\",\n        \"unsaltatory\",\n        \"unscheming\",\n        \"unsharpening\",\n        \"unsnoring\",\n        \"unsplenetic\",\n        \"unswarming\",\n        \"untidal\",\n        \"untidy\",\n        \"untidiness\",\n        \"untighten\"\n    ],\n    \"adabaghị adaba\": [\n        \"incommodious\",\n        \"misfitting\",\n        \"unlyric\"\n    ],\n    \"enweghị nkwurịta okwu\": [\n        \"incommunicable\",\n        \"inexcommunicable\",\n        \"noncommunicable\",\n        \"noncommunicableness\",\n        \"nonexcommunicable\",\n        \"nonnegotiability\",\n        \"uncommunicable\",\n        \"uncommunicableness\"\n    ],\n    \"etinyereghi\": [\n        \"incompacted\",\n        \"noninterleaved\",\n        \"unatoned\",\n        \"uncanalized\",\n        \"undetested\",\n        \"uninfiltrated\",\n        \"untransplanted\"\n    ],\n    \"enweghị mmasi\": [\n        \"incompassionately\"\n    ],\n    \"ekwekọghị ekwekọ\": [\n        \"incompatibilities\",\n        \"incongruous\",\n        \"incorrespondence\",\n        \"nondeterrent\",\n        \"unarithmetical\",\n        \"unbrotherliness\",\n        \"unceremonious\",\n        \"uncompanionability\",\n        \"uncongruously\",\n        \"uncorrespondency\",\n        \"uncorresponding\",\n        \"unharmonious\",\n        \"unorthodox\",\n        \"untheoretical\"\n    ],\n    \"ekwenti ness\": [\n        \"incompatibleness\"\n    ],\n    \"nkwụ ụgwọ\": [\n        \"incompensation\",\n        \"pausement\"\n    ],\n    \"emechaghi\": [\n        \"incompleted\",\n        \"noncompletion\",\n        \"nonfinishing\",\n        \"unclimaxed\",\n        \"uncompleted\",\n        \"unenglished\",\n        \"unfinish\",\n        \"unfinished\",\n        \"unfinishedly\"\n    ],\n    \"adịghị mgbagwoju anya\": [\n        \"incomplicate\"\n    ],\n    \"na-esonye\": [\n        \"incomplying\",\n        \"intercomparing\",\n        \"intermeshing\",\n        \"intermingled\",\n        \"internees\",\n        \"intersituating\",\n        \"subjoining\"\n    ],\n    \"anaghị etinye\": [\n        \"incomposed\",\n        \"nonindexed\"\n    ],\n    \"aghọtabeghị\": [\n        \"incomprehended\",\n        \"unapprehended\",\n        \"uncomprehended\",\n        \"unreprehended\"\n    ],\n    \"Enweghị nkọwa\": [\n        \"incompressibility\",\n        \"nonexplanative\"\n    ],\n    \"nke a na-apụghị ịghọta aghọta\": [\n        \"inconceivableness\",\n        \"reprehendable\"\n    ],\n    \"agaghị ekwe nghọta\": [\n        \"inconcievable\"\n    ],\n    \"na ngwụcha\": [\n        \"inconclusion\"\n    ],\n    \"anaghị ekwe ekwe\": [\n        \"inconcurring\",\n        \"inerasible\",\n        \"nonabstemious\",\n        \"nonbetrayal\",\n        \"nonconformitant\",\n        \"unbreeching\",\n        \"unclinching\",\n        \"unrelieving\"\n    ],\n    \"etinyeghi\": [\n        \"inconditioned\",\n        \"involucelated\",\n        \"involucellated\",\n        \"unagitated\",\n        \"undrilled\",\n        \"uninserted\",\n        \"uninvested\",\n        \"unpasted\"\n    ],\n    \"anaghị edozi ahụ\": [\n        \"inconducive\",\n        \"innutritive\",\n        \"nonmeditative\",\n        \"nonnutrient\",\n        \"nonnutritious\"\n    ],\n    \"ekwenyela\": [\n        \"inconfirmed\"\n    ],\n    \"enweghị nkwanye\": [\n        \"inconfutably\",\n        \"liegeless\",\n        \"nonabjuratory\",\n        \"nonabrasiveness\",\n        \"nonannexable\",\n        \"noncommunion\",\n        \"nondamaging\",\n        \"nonexportable\",\n        \"nonflammatory\",\n        \"nonlogicality\",\n        \"nononerousness\",\n        \"nonrotation\",\n        \"nonrotational\",\n        \"nonrotative\",\n        \"nonsaleability\",\n        \"parapetless\",\n        \"uncreaturely\",\n        \"ungrudging\",\n        \"unplantable\",\n        \"unprincelike\",\n        \"unprovableness\",\n        \"unpurposing\",\n        \"unvanishing\",\n        \"unvindictive\",\n        \"vantageless\",\n        \"waveless\"\n    ],\n    \"nke a na-apụghị ịgbanwe agbanwe\": [\n        \"incongealable\",\n        \"irreferable\",\n        \"irrepressibleness\"\n    ],\n    \"Enweghị ntụpọ\": [\n        \"inconnexion\"\n    ],\n    \"enweghi nghari\": [\n        \"inconquerable\"\n    ],\n    \"Enweghị isi\": [\n        \"inconsecutively\"\n    ],\n    \"echebaraghị echiche\": [\n        \"inconsiderate\",\n        \"unconsiderate\",\n        \"unconsidering\"\n    ],\n    \"icheghị echiche\": [\n        \"inconsiderately\"\n    ],\n    \"ekweghị ekwe omume\": [\n        \"inconsolability\",\n        \"indelibility\",\n        \"nonremittable\",\n        \"nontolerable\",\n        \"unalterability\",\n        \"unavengeable\",\n        \"unbarrable\",\n        \"unbreachableness\",\n        \"unclimbableness\",\n        \"uncorrelativeness\",\n        \"unelicitable\",\n        \"unfordableness\",\n        \"unrelievableness\",\n        \"unremovableness\",\n        \"unrestrainable\",\n        \"unsummonable\",\n        \"untangibility\",\n        \"untangibleness\",\n        \"untemperable\",\n        \"untenantableness\",\n        \"untheorizable\"\n    ],\n    \"apụghị ịkasi obi\": [\n        \"inconsolable\"\n    ],\n    \"ekweghị ala ala\": [\n        \"inconsolableness\",\n        \"undetestableness\"\n    ],\n    \"a na-enweghị atụ\": [\n        \"inconspicuously\",\n        \"uninjectable\"\n    ],\n    \"inconsummation\": [\n        \"inconsummate\"\n    ],\n    \"enweghị ike ịma aka\": [\n        \"incontestability\"\n    ],\n    \"ihe a na-apụghị ịgbagha agbagha\": [\n        \"incontestable\",\n        \"indissipable\",\n        \"ineffervescible\",\n        \"irresuscitable\",\n        \"unrefusable\"\n    ],\n    \"ihe a na-apụghị ịkọwa akọwa\": [\n        \"incontestableness\",\n        \"undivulgable\",\n        \"undivulgeable\",\n        \"unrepressible\"\n    ],\n    \"agbabeghi\": [\n        \"incontested\"\n    ],\n    \"enweghị eriri afọ\": [\n        \"incontinent\"\n    ],\n    \"anaghị akwụsị akwụsị\": [\n        \"incontinuous\",\n        \"noncontinuous\",\n        \"nondiscontinuance\",\n        \"nontruancy\",\n        \"unceasing\",\n        \"unpending\"\n    ],\n    \"ejighi\": [\n        \"incontracted\",\n        \"unactuated\",\n        \"unarbored\",\n        \"unarboured\",\n        \"unaxised\",\n        \"unbears\",\n        \"unduped\",\n        \"unended\",\n        \"unenthused\",\n        \"unmaintained\",\n        \"unoared\",\n        \"unordered\",\n        \"unowed\",\n        \"unowned\",\n        \"unpawed\",\n        \"unpedestal\",\n        \"unpluralised\",\n        \"unpraised\",\n        \"unpurified\",\n        \"unretained\",\n        \"unrifted\",\n        \"unsaked\",\n        \"unsaleably\",\n        \"unscienced\",\n        \"unserved\",\n        \"unslain\",\n        \"unsowed\",\n        \"unwigged\"\n    ],\n    \"enweghị nchịkwa\": [\n        \"incontrollable\",\n        \"incontrollably\",\n        \"nonadhering\",\n        \"nonadministrative\",\n        \"nonanarchically\",\n        \"nonanarchistic\",\n        \"nonarching\",\n        \"nonarrogancy\",\n        \"nonassertion\",\n        \"nonassertiveness\",\n        \"nonastringency\",\n        \"noncarnivorousness\",\n        \"noncolorability\",\n        \"noncompounder\",\n        \"noncontagiousness\",\n        \"noncontention\",\n        \"noncontrivance\",\n        \"noncontrollable\",\n        \"noncontrollablely\",\n        \"noncontrollably\",\n        \"noncontrolled\",\n        \"noncontumaciousness\",\n        \"noncostraight\",\n        \"nonculminating\",\n        \"nondesulfurization\",\n        \"nondictatorialness\",\n        \"nonemancipation\",\n        \"nonetherealness\",\n        \"nonflatulency\",\n        \"nonguidable\",\n        \"nonguidance\",\n        \"nonidolatrousness\",\n        \"nonirrevocableness\",\n        \"nonirrigable\",\n        \"nonlaminable\",\n        \"nonlaminative\",\n        \"nonlethargic\",\n        \"nonmalleability\",\n        \"nonmanagement\",\n        \"nonmasculineness\",\n        \"nonmastery\",\n        \"nonministration\",\n        \"nonnutritiousness\",\n        \"nonnutritiveness\",\n        \"nonobsessiveness\",\n        \"nonordered\",\n        \"nonpermanency\",\n        \"nonperpetration\",\n        \"nonpertinency\",\n        \"nonpolemically\",\n        \"nonprecipitative\",\n        \"nonpreservative\",\n        \"nonprevalence\",\n        \"nonproliferation\",\n        \"nonproliferous\",\n        \"nonprolifiness\",\n        \"nonpropellent\",\n        \"nonprosperous\",\n        \"nonratableness\",\n        \"nonrecuperatiness\",\n        \"nonreduction\",\n        \"nonregression\",\n        \"nonregulation\",\n        \"nonrepressibly\",\n        \"nonrescission\",\n        \"nonresolvabness\",\n        \"nonrestitution\",\n        \"nonrestoration\",\n        \"nonrestraint\",\n        \"nonretention\",\n        \"nonrevolting\",\n        \"nonrevolving\",\n        \"nonruinable\",\n        \"nonrural\",\n        \"nonterminability\",\n        \"nonterminableness\",\n        \"nonthoroughfare\",\n        \"nontyrannicalness\",\n        \"nontyrannousness\",\n        \"nontolerably\",\n        \"nontoleration\",\n        \"nonvalorousness\",\n        \"nonvanishing\",\n        \"nonvaporousness\",\n        \"nonvolatileness\",\n        \"pathobiological\",\n        \"pathological\",\n        \"redressless\",\n        \"steerless\",\n        \"unadministered\",\n        \"unadministrative\",\n        \"unarchitected\",\n        \"unarchitectural\",\n        \"unarchly\",\n        \"unassertiveness\",\n        \"unbridle\",\n        \"unbridled\",\n        \"unbridledly\",\n        \"unbridles\",\n        \"uncalmly\",\n        \"uncanonisation\",\n        \"unchagrined\",\n        \"unconstrainedness\",\n        \"uncontending\",\n        \"uncontributory\",\n        \"uncontriteness\",\n        \"uncontrol\",\n        \"uncontrollability\",\n        \"uncontrollable\",\n        \"uncontrollableness\",\n        \"uncontrollably\",\n        \"uncontrolled\",\n        \"uncontrolledly\",\n        \"uncontrolledness\",\n        \"uncontrolling\",\n        \"uncontrovertibly\",\n        \"uncorruption\",\n        \"uncorruptive\",\n        \"uncredulousness\",\n        \"uncruelly\",\n        \"undomestic\",\n        \"undomestication\",\n        \"undomicilable\",\n        \"undomineering\",\n        \"unepitomised\",\n        \"unethereal\",\n        \"ungaping\",\n        \"unliteralness\",\n        \"unmanageably\",\n        \"unmanfully\",\n        \"unmannerly\",\n        \"unmanurable\",\n        \"unmasterable\",\n        \"unmastered\",\n        \"unmasterful\",\n        \"unmasterfully\",\n        \"unmeliorated\",\n        \"unministered\",\n        \"unmoderateness\",\n        \"unmoralized\",\n        \"unmorbidness\",\n        \"unmorosely\",\n        \"unorally\",\n        \"unorderly\",\n        \"unorganic\",\n        \"unorganically\",\n        \"unoverruled\",\n        \"unpanniered\",\n        \"unpastured\",\n        \"unpendulousness\",\n        \"unperdurably\",\n        \"unpolymerised\",\n        \"unpompousness\",\n        \"unpourable\",\n        \"unprecipiced\",\n        \"unprecipitant\",\n        \"unprecipitantly\",\n        \"unprecipitated\",\n        \"unprecipitateness\",\n        \"unprecipitousness\",\n        \"unpremeditation\",\n        \"unprenominated\",\n        \"unpresaged\",\n        \"unprevalence\",\n        \"unpreventiveness\",\n        \"unprideful\",\n        \"unprodded\",\n        \"unprodigious\",\n        \"unproliferous\",\n        \"unpromiscuous\",\n        \"unpromoted\",\n        \"unprompted\",\n        \"unpromulgated\",\n        \"unpropagated\",\n        \"unpropelled\",\n        \"unpropellent\",\n        \"unproscriptive\",\n        \"unproselyte\",\n        \"unproselyted\",\n        \"unprosodic\",\n        \"unprosperably\",\n        \"unprospering\",\n        \"unprosperous\",\n        \"unprosperousness\",\n        \"unprovability\",\n        \"unprovable\",\n        \"unprovincial\",\n        \"unprovincialism\",\n        \"unpurled\",\n        \"unrefrained\",\n        \"unregulable\",\n        \"unremunerating\",\n        \"unrestful\",\n        \"unrestingly\",\n        \"unrestitutive\",\n        \"unrestrainedness\",\n        \"unrestraint\",\n        \"unretributory\",\n        \"unripely\",\n        \"unrodded\",\n        \"unrotatory\",\n        \"unruefully\",\n        \"unrulableness\",\n        \"unruled\",\n        \"unruledly\",\n        \"unrumored\",\n        \"unrural\",\n        \"unscholastic\",\n        \"unscholastically\",\n        \"unseducibly\",\n        \"unserenaded\",\n        \"unshielding\",\n        \"unsnarled\",\n        \"unsnobbishness\",\n        \"unstrenuousness\",\n        \"unsubdued\",\n        \"unsubordinated\",\n        \"unsuperfluousness\",\n        \"unsupernatural\",\n        \"unsupernaturalness\",\n        \"untholeably\",\n        \"untriturated\",\n        \"unvoluminousness\",\n        \"unwresting\"\n    ],\n    \"anaghị achịkwa\": [\n        \"incontrolled\",\n        \"irregulated\",\n        \"nonconductible\",\n        \"noncontagious\",\n        \"noncontagiously\",\n        \"noncontending\",\n        \"noncontraband\",\n        \"noncontrabands\",\n        \"noncontributory\",\n        \"noncontrolling\",\n        \"nonorganic\",\n        \"nonregulative\",\n        \"nonreigning\",\n        \"nonruling\",\n        \"nonupholstered\",\n        \"uncontriving\",\n        \"unregulatory\",\n        \"unsuperlative\"\n    ],\n    \"kemmekpa ahu\": [\n        \"inconvenient\"\n    ],\n    \"enweghị mgbaka\": [\n        \"inconvenienti\"\n    ],\n    \"n'enweghị nsogbu\": [\n        \"inconveniently\",\n        \"injunctively\",\n        \"nonfortuitously\",\n        \"safely\",\n        \"seamlessly\",\n        \"undisturbingly\",\n        \"unduteously\",\n        \"unhurtfully\",\n        \"uninnocuously\",\n        \"unperturbedly\",\n        \"unresistedly\",\n        \"unresolutely\",\n        \"unsacerdotally\",\n        \"unsickly\",\n        \"unsymptomatically\",\n        \"unsupernaturally\",\n        \"unwaggably\",\n        \"unwholesomely\",\n        \"unwrestedly\"\n    ],\n    \"ịgbanyụ agbagha\": [\n        \"inconversable\"\n    ],\n    \"ekweghi ekwe ekwe\": [\n        \"inconvincible\",\n        \"irrecusable\"\n    ],\n    \"tinyekọtara\": [\n        \"incoordinated\"\n    ],\n    \"incoordido\": [\n        \"incoordination\"\n    ],\n    \"Enweghị njirimara\": [\n        \"incopresentability\"\n    ],\n    \"webatara\": [\n        \"incorporated\",\n        \"interproduced\",\n        \"introduced\",\n        \"introducee\"\n    ],\n    \"ekwukwa\": [\n        \"incorporates\"\n    ],\n    \"ndị na-etinye ọnụ\": [\n        \"incorporators\"\n    ],\n    \"ghara ịkọwapụta\": [\n        \"incorporealize\"\n    ],\n    \"ekwereghị\": [\n        \"incorrodible\",\n        \"invendible\"\n    ],\n    \"ereghị ure\": [\n        \"incorruptibility\",\n        \"incorruptibleness\",\n        \"incorruptibly\",\n        \"incorruption\"\n    ],\n    \"emebighị emebi\": [\n        \"incorruptive\"\n    ],\n    \"enweghi ego\": [\n        \"incourse\",\n        \"nonprobable\",\n        \"nonpurchasability\",\n        \"nonusable\",\n        \"redeemless\",\n        \"unbargained\",\n        \"unbenefited\",\n        \"uncosseted\",\n        \"undispensed\",\n        \"unincensed\",\n        \"unprofundity\",\n        \"unproposable\",\n        \"unreared\"\n    ],\n    \"na-emechu mmadụ ihu\": [\n        \"incrassating\"\n    ],\n    \"enwekwu\": [\n        \"increasable\"\n    ],\n    \"ke okike\": [\n        \"increative\"\n    ],\n    \"ịrịba\": [\n        \"incredible\",\n        \"increditable\"\n    ],\n    \"abaghi uru\": [\n        \"increep\",\n        \"inspanning\",\n        \"inutility\",\n        \"invalid\",\n        \"invalidcy\",\n        \"inverity\",\n        \"invertile\",\n        \"nidificational\",\n        \"nondestructiveness\",\n        \"nonsensationalistic\",\n        \"nonsensical\",\n        \"nonsignificancy\",\n        \"nonspirituality\",\n        \"unprobity\",\n        \"unprofessional\",\n        \"unprofessorial\",\n        \"unprofitable\",\n        \"unprofitableness\",\n        \"unvalid\"\n    ],\n    \"onyenyere\": [\n        \"incrementalist\"\n    ],\n    \"kparịrị\": [\n        \"incriminated\"\n    ],\n    \"keabughi\": [\n        \"incruent\"\n    ],\n    \"Na-apụta\": [\n        \"incrusts\"\n    ],\n    \"incubub\": [\n        \"incubate\",\n        \"incubating\",\n        \"incubation\",\n        \"incubations\",\n        \"incubiture\",\n        \"incubuses\"\n    ],\n    \"incudud\": [\n        \"incudate\"\n    ],\n    \"izi ihe\": [\n        \"inculcate\",\n        \"inculpate\",\n        \"orienteering\",\n        \"orientize\",\n        \"reinculcate\",\n        \"teachability\",\n        \"teachable\",\n        \"teachableness\",\n        \"teachably\",\n        \"teacherage\",\n        \"teaching\"\n    ],\n    \"akụziri\": [\n        \"inculcated\",\n        \"inculpated\",\n        \"teacakes\"\n    ],\n    \"ihe ntughari\": [\n        \"inculcator\"\n    ],\n    \"incul incatory\": [\n        \"inculcatory\"\n    ],\n    \"inculbible\": [\n        \"inculpable\"\n    ],\n    \"inculppleness\": [\n        \"inculpableness\"\n    ],\n    \"incullibe\": [\n        \"inculpably\"\n    ],\n    \"inculipation\": [\n        \"inculpation\"\n    ],\n    \"kụziiri\": [\n        \"incultivated\"\n    ],\n    \"dị n'aka\": [\n        \"incumbent\"\n    ],\n    \"ndị nọ n'ọchịchị\": [\n        \"incumbents\"\n    ],\n    \"ibo\": [\n        \"incumber\"\n    ],\n    \"Nọmba\": [\n        \"incumbered\",\n        \"numda\"\n    ],\n    \"na-etinye ọkụ\": [\n        \"incumbering\",\n        \"instreaming\"\n    ],\n    \"incumbs\": [\n        \"incumbers\"\n    ],\n    \"incumbumb\": [\n        \"incumbition\"\n    ],\n    \"incumbalm\": [\n        \"incumbrance\"\n    ],\n    \"incune\": [\n        \"incuneation\"\n    ],\n    \"enweghị ngwọta\": [\n        \"incurability\",\n        \"irrecurable\",\n        \"uncurable\",\n        \"uninsurable\"\n    ],\n    \"incur\": [\n        \"incurrable\"\n    ],\n    \"metere\": [\n        \"incurred\",\n        \"poltfooted\"\n    ],\n    \"eweta\": [\n        \"incurring\",\n        \"keena\"\n    ],\n    \"ibutere\": [\n        \"incurtain\"\n    ],\n    \"inct\": [\n        \"incut\"\n    ],\n    \"Ind\": [\n        \"ind\"\n    ],\n    \"n'ime mmiri\": [\n        \"indagated\"\n    ],\n    \"indagging\": [\n        \"indagating\"\n    ],\n    \"onyunyo\": [\n        \"indamage\",\n        \"shadblow\",\n        \"surveillance\"\n    ],\n    \"inwere\": [\n        \"indamin\",\n        \"inholding\",\n        \"insociably\",\n        \"withing\"\n    ],\n    \"gbaa ụgwọ\": [\n        \"indear\"\n    ],\n    \"n'ụgwọ\": [\n        \"indebt\",\n        \"remuneratively\"\n    ],\n    \"kwụpụta\": [\n        \"indeciduate\",\n        \"standout\"\n    ],\n    \"enweghị ike ịkọwapụta ya\": [\n        \"indecimable\",\n        \"indefaceable\",\n        \"inexplorable\",\n        \"unextricable\",\n        \"unphotographable\",\n        \"unpublishableness\"\n    ],\n    \"enweghị ike ịkọwa\": [\n        \"indecipherable\",\n        \"indeclinably\",\n        \"indistinguishable\",\n        \"inevaporable\",\n        \"inexigible\",\n        \"inexsuperable\",\n        \"inventible\",\n        \"irrepealable\",\n        \"irrepleviable\",\n        \"nonexplainable\",\n        \"nonintegrable\",\n        \"nonpreferable\",\n        \"nonpreventible\",\n        \"nonrefillable\",\n        \"nonrepressible\",\n        \"nonspillable\",\n        \"unadvisable\",\n        \"unamicable\",\n        \"uncolourable\",\n        \"undefilable\",\n        \"undevisable\",\n        \"undivisible\",\n        \"uneradicable\",\n        \"unexhalable\",\n        \"unexigible\",\n        \"unexilable\",\n        \"unexplainable\",\n        \"unexponible\",\n        \"unfellable\",\n        \"unfinishable\",\n        \"uninfringible\",\n        \"unintegrable\",\n        \"uninterpretable\",\n        \"unparolable\",\n        \"unpeerable\",\n        \"unphrasable\",\n        \"unpolarizable\",\n        \"unravelable\",\n        \"unravellable\",\n        \"unrepealable\",\n        \"unrevealable\",\n        \"unscalable\",\n        \"unspeakable\",\n        \"unsummarisable\"\n    ],\n    \"enweghị mkpebi\": [\n        \"indecision\",\n        \"nondecision\",\n        \"nondecisive\",\n        \"nondecisiveness\",\n        \"nondeterminativeness\",\n        \"nondeterministic\",\n        \"nonresolution\",\n        \"undecidedly\",\n        \"undecidedness\",\n        \"undeciding\",\n        \"undecisiveness\",\n        \"undetermination\"\n    ],\n    \"enweghi ike iwepụ\": [\n        \"indeclinable\"\n    ],\n    \"enweghị ike ibibi ya\": [\n        \"indecomposable\"\n    ],\n    \"ekweghị arụ ọrụ\": [\n        \"indefatigability\"\n    ],\n    \"enweghị ike ịgbaghara\": [\n        \"indefensible\",\n        \"undefendable\",\n        \"unmendable\",\n        \"unpacifiable\",\n        \"unperceivable\",\n        \"unshunnable\"\n    ],\n    \"anaghị anabata ya\": [\n        \"indelectable\",\n        \"nonadapting\",\n        \"nonapproval\",\n        \"noninflected\",\n        \"nonintercepting\",\n        \"nonpatented\",\n        \"nonreflector\"\n    ],\n    \"Inye ego\": [\n        \"indemnification\"\n    ],\n    \"onye enweghi onu ogugu\": [\n        \"indemnificator\"\n    ],\n    \"enweghi ike inye\": [\n        \"indemnified\"\n    ],\n    \"Indemnifier\": [\n        \"indemnifier\"\n    ],\n    \"onye akwụ ụgwọ\": [\n        \"indemnitor\",\n        \"nedder\",\n        \"nondebtor\"\n    ],\n    \"inweta ulo\": [\n        \"indemnization\"\n    ],\n    \"enweghi ike ikwusi\": [\n        \"indemonstrable\",\n        \"unexonerable\"\n    ],\n    \"indent\": [\n        \"indentedly\"\n    ],\n    \"indenter\": [\n        \"indentee\",\n        \"indentor\"\n    ],\n    \"nọọrọ onwe ha\": [\n        \"independent\",\n        \"independentism\",\n        \"independents\",\n        \"independing\",\n        \"undependent\"\n    ],\n    \"nke a na-akwụ ụgwọ\": [\n        \"indeposable\"\n    ],\n    \"enweghị ike ibụ\": [\n        \"indeprivability\"\n    ],\n    \"enweghị atụ nke ness\": [\n        \"indescribableness\",\n        \"unforeseeableness\"\n    ],\n    \"ederede na-enweghị isi\": [\n        \"indescript\",\n        \"nondescript\"\n    ],\n    \"anaghị eri nri\": [\n        \"indesirable\",\n        \"nonfood\",\n        \"nongrieving\",\n        \"nonnitrous\",\n        \"nonresumption\",\n        \"unfoodful\"\n    ],\n    \"enweghị ike ịchọpụta\": [\n        \"indeterminate\",\n        \"indetermined\",\n        \"nonascertainable\",\n        \"undiscoverable\"\n    ],\n    \"ewepụta\": [\n        \"indevote\"\n    ],\n    \"ebupute\": [\n        \"indevotion\",\n        \"semiundressed\"\n    ],\n    \"enweghi mkpali\": [\n        \"indevotional\"\n    ],\n    \"ndeksi\": [\n        \"index\",\n        \"indexation\"\n    ],\n    \"index\": [\n        \"indexer\",\n        \"indexes\",\n        \"indexically\"\n    ],\n    \"Ndepụta\": [\n        \"indexing\",\n        \"listings\",\n        \"subcontracting\",\n        \"subfestive\"\n    ],\n    \"enweghị ndepụta\": [\n        \"indexless\",\n        \"listlessness\",\n        \"unblistered\"\n    ],\n    \"India\": [\n        \"india\",\n        \"indian\",\n        \"indianism\",\n        \"indianite\",\n        \"indianization\"\n    ],\n    \"onyekoro\": [\n        \"indiaman\"\n    ],\n    \"Indiana\": [\n        \"indiana\",\n        \"indianan\"\n    ],\n    \"Indianaite\": [\n        \"indianaite\"\n    ],\n    \"ndị India\": [\n        \"indianans\",\n        \"indianians\",\n        \"indians\"\n    ],\n    \"Indianapolis\": [\n        \"indianapolis\"\n    ],\n    \"onye India\": [\n        \"indianian\",\n        \"indianist\"\n    ],\n    \"ịkpa ndị bekee\": [\n        \"indianize\"\n    ],\n    \"indican\": [\n        \"indical\",\n        \"indicans\",\n        \"indicant\"\n    ],\n    \"ndị na-egosi ihe\": [\n        \"indicants\"\n    ],\n    \"ndị na-egosi\": [\n        \"indicatives\"\n    ],\n    \"boro\": [\n        \"indict\"\n    ],\n    \"indictible\": [\n        \"indictably\"\n    ],\n    \"ndị na-ama iwu\": [\n        \"indicters\"\n    ],\n    \"itinye n'ọkwa\": [\n        \"indiction\",\n        \"inducement\",\n        \"inductance\",\n        \"induction\",\n        \"inductional\",\n        \"inductionally\",\n        \"inductions\"\n    ],\n    \"ndidicia\": [\n        \"indidicia\"\n    ],\n    \"indigena\": [\n        \"indigen\"\n    ],\n    \"ndị na-enweghị ego\": [\n        \"indigents\",\n        \"lakers\",\n        \"nonfelonious\"\n    ],\n    \"indigestible\": [\n        \"indigestibilty\",\n        \"indigestibly\",\n        \"undigestable\",\n        \"undigestible\"\n    ],\n    \"indigestible ness\": [\n        \"indigestibleness\"\n    ],\n    \"indigised\": [\n        \"indigitate\"\n    ],\n    \"Indigites\": [\n        \"indigites\"\n    ],\n    \"indigo\": [\n        \"indigoes\"\n    ],\n    \"anaghị emebi emebi\": [\n        \"indiminishable\",\n        \"nonbreakable\",\n        \"noncorrupt\",\n        \"noncorruptible\",\n        \"noncrushable\",\n        \"noninjurious\",\n        \"nonperishable\",\n        \"nonruinous\",\n        \"nonsolvent\",\n        \"perilless\",\n        \"spoilless\",\n        \"unfishable\"\n    ],\n    \"anọghị\": [\n        \"indirect\"\n    ],\n    \"ọ dịghị\": [\n        \"indirected\",\n        \"indivision\",\n        \"naither\",\n        \"naught\",\n        \"nonact\",\n        \"none\",\n        \"noneccentric\",\n        \"noneffervescently\",\n        \"nonevident\",\n        \"nonevil\",\n        \"nonexhortatory\",\n        \"nonexplosively\",\n        \"nonextant\",\n        \"nonextenuating\",\n        \"nonexternal\",\n        \"nonextortive\",\n        \"nonextrinsical\",\n        \"nonextrusive\",\n        \"nonmediative\",\n        \"nought\",\n        \"unadded\",\n        \"unaddicted\",\n        \"unmasticatory\"\n    ],\n    \"itinye anya\": [\n        \"indirecting\",\n        \"unwink\"\n    ],\n    \"udiozi\": [\n        \"indirectly\"\n    ],\n    \"na-adịghị eme\": [\n        \"indirects\"\n    ],\n    \"enweghị mkpa\": [\n        \"indiscernibility\",\n        \"inessentiality\",\n        \"inidoneity\",\n        \"needlessness\",\n        \"uncessantness\"\n    ],\n    \"enweghị ihe ọ bụ\": [\n        \"indiscernibleness\",\n        \"inseparably\",\n        \"nonapplicability\",\n        \"nonapplicableness\",\n        \"nonexplicative\",\n        \"unexclusively\"\n    ],\n    \"ikwenyeghi\": [\n        \"indiscerptibly\",\n        \"nonrustically\",\n        \"nontrusting\"\n    ],\n    \"enweghị ndụmọdụ\": [\n        \"indisciplined\"\n    ],\n    \"indiscovevable\": [\n        \"indiscoverably\"\n    ],\n    \"n'esepụghị aka\": [\n        \"indiscriminantly\",\n        \"indiscriminatingly\",\n        \"inelegantly\",\n        \"nonabusively\",\n        \"noncogently\",\n        \"noncompositely\",\n        \"nonconstraining\",\n        \"nondeistically\",\n        \"nonerratically\",\n        \"noneruditely\",\n        \"nonlethargically\",\n        \"nonobsessively\",\n        \"nonoperatically\",\n        \"nonpersuasively\",\n        \"nonprogressively\",\n        \"nonradiantly\",\n        \"nonresiliently\",\n        \"nonreticently\",\n        \"nonsuppositively\",\n        \"nontangibly\",\n        \"nonterminally\",\n        \"nontraitorously\",\n        \"nonvituperatively\",\n        \"uncandidly\",\n        \"unconstantly\",\n        \"uncubically\",\n        \"uncurbedly\",\n        \"undistantly\",\n        \"uninhibitedly\",\n        \"unjuridically\",\n        \"unperseveringly\",\n        \"unprogressively\",\n        \"unprohibitively\",\n        \"unprovocatively\",\n        \"unpunctiliously\",\n        \"unquailingly\",\n        \"unrapaciously\",\n        \"unrelentingly\",\n        \"unrepulsively\",\n        \"unrestrainedly\",\n        \"unrigorously\",\n        \"unsalubriously\",\n        \"unsilently\",\n        \"unsinuately\",\n        \"unsinuously\",\n        \"unsmilingly\",\n        \"unsmoulderingly\",\n        \"unstatically\",\n        \"unsubserviently\",\n        \"unsubtly\",\n        \"unsuggestively\",\n        \"unsuperciliously\",\n        \"unsuperlatively\",\n        \"unsusceptibly\",\n        \"untidily\",\n        \"unvibrantly\",\n        \"unvigorously\",\n        \"unwistfully\"\n    ],\n    \"n'esemokwu na-enweghị isi\": [\n        \"indiscriminatively\"\n    ],\n    \"atụlere\": [\n        \"indiscussed\"\n    ],\n    \"oké mkpa\": [\n        \"indispensability\",\n        \"indispensableness\"\n    ],\n    \"nweghi ihe di ya\": [\n        \"indispensable\"\n    ],\n    \"Oké mkpa\": [\n        \"indispensible\"\n    ],\n    \"indisposition\": [\n        \"indispositions\"\n    ],\n    \"enweghị nkewa\": [\n        \"indissociable\",\n        \"inseparately\",\n        \"nonassociable\",\n        \"nonclassified\",\n        \"nondistinguishable\",\n        \"nondistinguishably\",\n        \"nondistribution\",\n        \"nondiversification\",\n        \"nondivisibility\",\n        \"nondivisible\",\n        \"nondivision\",\n        \"nondivisive\",\n        \"nondivisiveness\",\n        \"nonpartially\",\n        \"nonseparability\",\n        \"nonseparable\",\n        \"nonseparableness\",\n        \"nonseparably\",\n        \"nonseparation\",\n        \"nonseparative\",\n        \"nonsociable\",\n        \"nonsociableness\",\n        \"nonsociety\",\n        \"nonvisceral\",\n        \"undepartably\",\n        \"undifferenced\",\n        \"undiscriminative\",\n        \"undiscriminativeness\",\n        \"undiscriminatory\",\n        \"unpartitioned\",\n        \"unpartitive\",\n        \"unrecriminative\",\n        \"unslit\",\n        \"unsubdivided\"\n    ],\n    \"inwepu\": [\n        \"indissociably\"\n    ],\n    \"enweghị ike ịgbasa\": [\n        \"indissoluble\",\n        \"unattributable\",\n        \"undissoluble\",\n        \"undissolvable\"\n    ],\n    \"Enweghị ike ịghọta\": [\n        \"indistinctive\"\n    ],\n    \"enweghi ike ime ihe\": [\n        \"indistinctiveness\"\n    ],\n    \"apụtaghị ìhè\": [\n        \"indistinctly\"\n    ],\n    \"enweghị ike ịghọta\": [\n        \"indistinguishably\",\n        \"miscognizable\",\n        \"uncognisable\",\n        \"undiscernable\",\n        \"unfathomability\",\n        \"unfathomable\",\n        \"ungrasp\",\n        \"unhypnotisable\",\n        \"unperceiving\",\n        \"unperceptibleness\",\n        \"unperceptive\",\n        \"unreprehensible\"\n    ],\n    \"enweghị ike ịmata ya\": [\n        \"indistinguishing\",\n        \"irrecognizability\",\n        \"unrecognizableness\"\n    ],\n    \"nsogbu aghara\": [\n        \"indisturbance\"\n    ],\n    \"indit\": [\n        \"indited\"\n    ],\n    \"indium\": [\n        \"indiums\"\n    ],\n    \"onye\": [\n        \"individ\",\n        \"individualise\",\n        \"individualised\",\n        \"individualiser\",\n        \"individualistic\",\n        \"individualized\",\n        \"individualizer\",\n        \"individuative\",\n        \"individuator\",\n        \"individuity\",\n        \"individuum\",\n        \"persona\",\n        \"personam\",\n        \"personative\",\n        \"personificator\",\n        \"someone\",\n        \"someones\",\n        \"whoa\",\n        \"whom\",\n        \"whomso\",\n        \"whone\",\n        \"whoo\",\n        \"whop\",\n        \"whose\",\n        \"whosis\",\n        \"whoso\",\n        \"whosumdever\"\n    ],\n    \"n’otu n’otu\": [\n        \"individualistically\"\n    ],\n    \"ndị mmadụ n'otu n'otu\": [\n        \"individualists\",\n        \"individuals\",\n        \"individuates\"\n    ],\n    \"na-ahụ mmadụ n'anya\": [\n        \"individualizes\"\n    ],\n    \"adịghị ekewa\": [\n        \"indivisibly\"\n    ],\n    \"enweghị ike ịdị\": [\n        \"indocibility\",\n        \"indocibleness\",\n        \"indomitability\",\n        \"uneatableness\",\n        \"unexcitability\",\n        \"unfeebleness\",\n        \"unseaworthy\"\n    ],\n    \"ịdị umengwụ\": [\n        \"indolence\",\n        \"laxity\",\n        \"laxness\",\n        \"laziest\",\n        \"lazyhood\",\n        \"lazying\",\n        \"laziness\",\n        \"slackness\",\n        \"slovenliest\",\n        \"slovenliness\"\n    ],\n    \"indologi\": [\n        \"indologue\"\n    ],\n    \"indom\": [\n        \"indomitable\"\n    ],\n    \"Indonesia\": [\n        \"indonesia\"\n    ],\n    \"Indoneshian\": [\n        \"indonesian\"\n    ],\n    \"ndị Indonesia\": [\n        \"indonesians\"\n    ],\n    \"n'ime ụlọ\": [\n        \"indoors\",\n        \"inthrals\"\n    ],\n    \"indors\": [\n        \"indorsable\",\n        \"indorsed\",\n        \"indorsers\",\n        \"indorsing\",\n        \"indorsors\"\n    ],\n    \"inye mmiri\": [\n        \"indowing\"\n    ],\n    \"indoxyl\": [\n        \"indoxyls\"\n    ],\n    \"indoxyl sọlfọ\": [\n        \"indoxylsulphuric\"\n    ],\n    \"n'ime afọ\": [\n        \"indrawn\"\n    ],\n    \"indubious\": [\n        \"indubiously\"\n    ],\n    \"na-ebute\": [\n        \"induces\",\n        \"inducts\",\n        \"indues\",\n        \"induing\",\n        \"indurates\",\n        \"precooks\",\n        \"preenabling\",\n        \"pregalvanizing\",\n        \"triggering\",\n        \"trigging\"\n    ],\n    \"anaghị emepụta ihe\": [\n        \"inductile\",\n        \"intractile\",\n        \"nonproducing\",\n        \"nonreproductively\",\n        \"unreproductively\"\n    ],\n    \"na-etinye ihe\": [\n        \"inducting\",\n        \"indurating\",\n        \"inswarming\",\n        \"peptonizing\",\n        \"puttying\"\n    ],\n    \"induction obere\": [\n        \"inductionless\"\n    ],\n    \"inductive\": [\n        \"inductiveness\"\n    ],\n    \"inductometa\": [\n        \"inductometer\"\n    ],\n    \"ndị na-arụpụta ihe\": [\n        \"inductors\"\n    ],\n    \"idaba\": [\n        \"indulge\",\n        \"vanbrace\"\n    ],\n    \"ime ihe masiri\": [\n        \"indulgence\"\n    ],\n    \"eme ihe n'echeghị echiche\": [\n        \"indulgency\",\n        \"meroistic\"\n    ],\n    \"na-eme ya\": [\n        \"indulging\"\n    ],\n    \"na-etinye afọ ojuju\": [\n        \"indulgingly\"\n    ],\n    \"insulin\": [\n        \"indulins\",\n        \"insulination\",\n        \"insulins\"\n    ],\n    \"mkpari\": [\n        \"indult\",\n        \"insult\",\n        \"ridicules\",\n        \"ridiculous\",\n        \"rigidulous\",\n        \"unridiculous\"\n    ],\n    \"nke enweghi ike ime\": [\n        \"indurable\"\n    ],\n    \"ụlọ ọrụ mmepụta ihe\": [\n        \"industrialisation\",\n        \"industrialism\",\n        \"industrialization\",\n        \"industrials\"\n    ],\n    \"onye ọrụ mmepụta ihe\": [\n        \"industrialist\"\n    ],\n    \"ndị ọrụ mmepụta ihe\": [\n        \"industrialists\"\n    ],\n    \"rụpụta ọrụ\": [\n        \"industrialize\"\n    ],\n    \"mepere emepe\": [\n        \"industrialized\",\n        \"metropolitan\",\n        \"metropolitanate\",\n        \"metropolitancy\",\n        \"metropolitanized\",\n        \"unbran\",\n        \"urban\",\n        \"urbane\"\n    ],\n    \"dị uchu\": [\n        \"industrious\",\n        \"industriously\"\n    ],\n    \"biri n'ime\": [\n        \"indwell\",\n        \"indwells\"\n    ],\n    \"anaghị ewepu ihe\": [\n        \"inearthing\"\n    ],\n    \"ịebụbiga mmanya ókè\": [\n        \"inebriation\"\n    ],\n    \"inebriyo\": [\n        \"inebriety\"\n    ],\n    \"nke na-ekweghị arụ\": [\n        \"inebrious\"\n    ],\n    \"na akụ na ụba\": [\n        \"ineconomic\"\n    ],\n    \"enweghị ike inweta\": [\n        \"inedibility\",\n        \"noninfallibility\",\n        \"nonretainable\",\n        \"undetainable\",\n        \"unobtainable\",\n        \"unobtainably\"\n    ],\n    \"anọrọ na nkịtị\": [\n        \"inedited\"\n    ],\n    \"n’enweghị ihe mgbochi\": [\n        \"ineffaceably\"\n    ],\n    \"ineffectively\": [\n        \"ineffectually\"\n    ],\n    \"inboborated\": [\n        \"inelaborated\"\n    ],\n    \"inABAborately\": [\n        \"inelaborately\"\n    ],\n    \"anaghị edozi\": [\n        \"inelasticate\",\n        \"nonadhesive\",\n        \"nonadjuster\",\n        \"nonadjustor\",\n        \"nonaerating\",\n        \"noncohesive\",\n        \"noncommodious\",\n        \"nonconsoling\",\n        \"noncoordinating\",\n        \"nondeterminative\",\n        \"nondexterous\",\n        \"nondisparaging\",\n        \"nondisparate\",\n        \"nondissolving\",\n        \"nongelatinizing\",\n        \"nongrained\",\n        \"nonnitrogenized\",\n        \"nonnitrogenous\",\n        \"nonoverlapping\",\n        \"nonoxidizing\",\n        \"nonrecoiling\",\n        \"nonreductional\",\n        \"nonremediable\",\n        \"nonrepairable\",\n        \"nonsolidifying\",\n        \"nonstandardized\",\n        \"nonstructured\",\n        \"nonsubordinate\",\n        \"nonsubordinating\",\n        \"nonturbinate\",\n        \"nonturbinated\",\n        \"nonzonated\",\n        \"unalarming\",\n        \"unclenching\",\n        \"unconsolidating\",\n        \"uncorrective\",\n        \"undwellable\",\n        \"unfeminizing\",\n        \"unfrothing\",\n        \"unoffending\",\n        \"unorder\",\n        \"unpenetrating\",\n        \"unprocrastinated\",\n        \"unrecessive\",\n        \"unrecuring\",\n        \"unrefracted\",\n        \"unrefusing\",\n        \"unrepair\",\n        \"unrepairable\",\n        \"unserialised\"\n    ],\n    \"eleleghị anya\": [\n        \"inelegant\"\n    ],\n    \"inelimili\": [\n        \"ineliminable\"\n    ],\n    \"enweghị ike ịgbagha\": [\n        \"ineluctable\",\n        \"inexecrable\",\n        \"inexecutable\",\n        \"ingeldable\",\n        \"irreconciliably\",\n        \"irrefrangible\",\n        \"irremissible\",\n        \"irrenderable\",\n        \"irresoluble\",\n        \"irrevoluble\",\n        \"nonabrogable\",\n        \"nonassessable\",\n        \"noncontrastable\",\n        \"nondefensible\",\n        \"nonhardenable\",\n        \"noninvincibleness\",\n        \"nonirrevocably\",\n        \"nonputrescible\",\n        \"nonrescissible\",\n        \"nonstretchable\",\n        \"rabbleproof\",\n        \"unabrogable\",\n        \"unamerceable\",\n        \"unassailable\",\n        \"unbrookable\",\n        \"unbudgeable\",\n        \"unceasable\",\n        \"unchippable\",\n        \"uncombatable\",\n        \"uncombustible\",\n        \"uncommerciable\",\n        \"undisplayable\",\n        \"undisturbable\",\n        \"undocible\",\n        \"undrillable\",\n        \"undubitably\",\n        \"unextenuable\",\n        \"unextirpable\",\n        \"unextractable\",\n        \"unfatigable\",\n        \"ungroundable\",\n        \"unhardenable\",\n        \"uninterruptable\",\n        \"unmakable\",\n        \"unmultipliable\",\n        \"unmutable\",\n        \"unovercomable\",\n        \"unpalpable\",\n        \"unperpetuable\",\n        \"unpierceable\",\n        \"unprobable\",\n        \"unpumpable\",\n        \"unrebukeable\",\n        \"unrelegable\",\n        \"unrelievable\",\n        \"unrepulsable\",\n        \"unruffable\",\n        \"unscratchable\",\n        \"unscrutable\",\n        \"unsizable\",\n        \"unsubduable\",\n        \"unsubduableness\",\n        \"unsubmergible\",\n        \"untroublable\",\n        \"unvoluble\",\n        \"unwalkable\",\n        \"unwaverable\",\n        \"unwordable\"\n    ],\n    \"enweghị ike ikwubi\": [\n        \"ineludible\"\n    ],\n    \"enweghi ike inagide ya\": [\n        \"inenarrability\"\n    ],\n    \"enweghi ike igbanwe\": [\n        \"inenarrable\"\n    ],\n    \"onwuwuwa\": [\n        \"inenucleable\"\n    ],\n    \"ahaghi nhata\": [\n        \"inequigranular\"\n    ],\n    \"inequit\": [\n        \"inequitate\"\n    ],\n    \"etinyere aka\": [\n        \"inequivalved\",\n        \"unfertilised\",\n        \"untitillated\",\n        \"uralitized\"\n    ],\n    \"ineradicable ness\": [\n        \"ineradicableness\"\n    ],\n    \"enweghị ike ịnwụ\": [\n        \"inerasable\",\n        \"insufferableness\"\n    ],\n    \"ike agwu\": [\n        \"inerrable\"\n    ],\n    \"a na-apụghị ịgbanahụ agbanahụ\": [\n        \"inescapable\"\n    ],\n    \"enweghị ike ịgbanahụ\": [\n        \"inescapableness\",\n        \"unescapable\",\n        \"unescapableness\"\n    ],\n    \"apụghị ịgbanahụ\": [\n        \"inescapably\"\n    ],\n    \"adịghị mkpa\": [\n        \"inessential\",\n        \"irrelevance\",\n        \"irrelevant\",\n        \"irrelevantly\",\n        \"nidorous\",\n        \"nonnecessary\",\n        \"nonnecessitous\",\n        \"nonportentous\",\n        \"nonspinal\",\n        \"unessential\",\n        \"unimportance\",\n        \"unimportant\",\n        \"unneural\",\n        \"unrelevant\",\n        \"unsignificant\"\n    ],\n    \"inesti\": [\n        \"inestivation\"\n    ],\n    \"-apụghị izere ezere\": [\n        \"inevadible\",\n        \"inevitability\",\n        \"inevitable\",\n        \"unevadable\",\n        \"unevadible\",\n        \"unevitable\"\n    ],\n    \"-enweghị atụ\": [\n        \"inevadibly\",\n        \"inevitableness\",\n        \"inevitably\",\n        \"inimaginable\",\n        \"unadmittable\",\n        \"unassumed\",\n        \"unaugmentable\",\n        \"unimaginable\"\n    ],\n    \"ihe a na-apụghị ịkọwa\": [\n        \"inevasible\"\n    ],\n    \"emeheghi\": [\n        \"inexacting\"\n    ],\n    \"enweghị ihe ngọpụ\": [\n        \"inexcusable\",\n        \"inexcusableness\",\n        \"unexcusable\",\n        \"unexcusableness\"\n    ],\n    \"n’enweghị ihe kpatara ya\": [\n        \"inexcusably\",\n        \"unexcusedly\"\n    ],\n    \"enweghị nchekwa\": [\n        \"inexecution\",\n        \"keeperless\",\n        \"nonconservation\",\n        \"nonsecretion\",\n        \"nonsecretive\",\n        \"offenseproof\",\n        \"unalphabetic\",\n        \"undisordered\",\n        \"undivined\",\n        \"unfuddled\",\n        \"unprovably\",\n        \"unprovidential\",\n        \"unrife\",\n        \"unsafetied\",\n        \"unsafeties\",\n        \"unsaint\",\n        \"unsaintly\",\n        \"unsapientially\",\n        \"unsecretive\",\n        \"unsecurable\",\n        \"unsecurableness\",\n        \"unsheltered\"\n    ],\n    \"n’enweghị ume\": [\n        \"inexhaustedly\"\n    ],\n    \"enweghị ike ịna-agwụ agwụ\": [\n        \"inexhaustible\"\n    ],\n    \"enweghị ike ire ure\": [\n        \"inexhaustibleness\"\n    ],\n    \"anaghị agwụ agwụ\": [\n        \"inexhaustive\",\n        \"nondepletory\",\n        \"nonexpiring\",\n        \"unending\"\n    ],\n    \"enweghị ike ire\": [\n        \"inexorable\"\n    ],\n    \"na-atụghị anya\": [\n        \"inexpectant\",\n        \"unanticipated\",\n        \"unanticipation\",\n        \"unaus\",\n        \"unexpecteds\",\n        \"unexpecting\",\n        \"unintently\",\n        \"unmoaned\"\n    ],\n    \"atụghị anya\": [\n        \"inexpected\",\n        \"inexpectedly\",\n        \"outwinded\",\n        \"unappareled\",\n        \"unapparelled\",\n        \"unappositely\",\n        \"unbeveled\",\n        \"unbolted\",\n        \"uncanonized\",\n        \"unexpect\",\n        \"unexpected\",\n        \"unforesee\",\n        \"unforeseeable\",\n        \"unforeseeably\",\n        \"unforeseen\",\n        \"unforsaken\",\n        \"unforseen\",\n        \"unimagined\",\n        \"unmummied\",\n        \"unpited\",\n        \"untempered\",\n        \"untrumped\",\n        \"unvocalised\"\n    ],\n    \"adịghị ọnụ\": [\n        \"inexpensive\",\n        \"unexpensive\"\n    ],\n    \"na-enweghị uche\": [\n        \"inexpertly\",\n        \"inexperts\",\n        \"inexpiate\",\n        \"inexpressive\",\n        \"unfelicitating\"\n    ],\n    \"enweghị ihe ọhụụ\": [\n        \"inexplicitness\",\n        \"necrophilous\",\n        \"nonexceptional\",\n        \"nonmischievous\",\n        \"nonstoicalness\",\n        \"unexperientially\",\n        \"unexpertness\",\n        \"unexternality\",\n        \"unextraordinary\",\n        \"unhidebound\",\n        \"unplatitudinous\"\n    ],\n    \"Enweghị atụ\": [\n        \"inexpugnableness\",\n        \"inflectional\",\n        \"unattributiveness\"\n    ],\n    \"nke a na-apụghị ịkọ afụ ọnụ\": [\n        \"inexpungeable\"\n    ],\n    \"enweghị ike ịgbatị\": [\n        \"inextensibility\",\n        \"unaddable\",\n        \"uneatable\"\n    ],\n    \"enweghị mgbatị\": [\n        \"inextensional\",\n        \"nonexerciser\",\n        \"nonlimitation\",\n        \"nonperpetuation\",\n        \"nonreinforcement\",\n        \"nonrelaxation\",\n        \"nontransparence\",\n        \"unsymmetricalness\"\n    ],\n    \"echefughi\": [\n        \"inextinguible\",\n        \"nonvegetable\",\n        \"unforget\",\n        \"unforgetful\",\n        \"unforgetfully\",\n        \"unforgettability\",\n        \"unforgettable\",\n        \"unforgettableness\",\n        \"unforgettably\",\n        \"unforgetting\",\n        \"unforgettingly\",\n        \"unforgone\",\n        \"unforgot\",\n        \"unforgotten\",\n        \"ungardened\",\n        \"ungetable\",\n        \"ungetatable\",\n        \"ungettable\",\n        \"ungotten\",\n        \"unmemorialised\"\n    ],\n    \"anaghị anyụ anyụ\": [\n        \"inextinguishable\",\n        \"inextinguishables\"\n    ],\n    \"anaghi anyu anyu\": [\n        \"inextinguishably\"\n    ],\n    \"ihe enweghị atụ\": [\n        \"inextirpable\"\n    ],\n    \"ikpe na-ezighị ezi\": [\n        \"infair\",\n        \"injust\",\n        \"injustice\",\n        \"injustices\",\n        \"unjust\",\n        \"unjustice\",\n        \"unjustness\"\n    ],\n    \"nkwanyeghị ọchịchị\": [\n        \"infallibilism\"\n    ],\n    \"enweghị ngwụcha\": [\n        \"infallibility\",\n        \"infallibleness\"\n    ],\n    \"adighi agha agha\": [\n        \"infallible\"\n    ],\n    \"keamighi ama\": [\n        \"infamous\"\n    ],\n    \"aha ọjọọ\": [\n        \"infamousness\"\n    ],\n    \"infandans\": [\n        \"infandous\"\n    ],\n    \"ogbugbu nwa\": [\n        \"infanticide\"\n    ],\n    \"infant\": [\n        \"infantility\",\n        \"infantive\"\n    ],\n    \"ugboro\": [\n        \"infantly\",\n        \"plenarily\",\n        \"tautly\"\n    ],\n    \"ụmụaka ọhụrụ\": [\n        \"infantries\"\n    ],\n    \"ndị agha ọhụrụ\": [\n        \"infantrymen\"\n    ],\n    \"infarti\": [\n        \"infarct\"\n    ],\n    \"infarction\": [\n        \"infarctate\"\n    ],\n    \"infarita\": [\n        \"infarctions\",\n        \"infarcts\"\n    ],\n    \"infrared\": [\n        \"infares\",\n        \"infrareds\"\n    ],\n    \"ịhụnanya nzuzu\": [\n        \"infatuations\"\n    ],\n    \"nwere ọrịa\": [\n        \"infected\"\n    ],\n    \"nje virus\": [\n        \"infecter\",\n        \"infector\",\n        \"viruscidal\",\n        \"viruscide\"\n    ],\n    \"ofufe ọrịa\": [\n        \"infection\"\n    ],\n    \"infeft\": [\n        \"infeftment\"\n    ],\n    \"na nwanyị\": [\n        \"infeminine\"\n    ],\n    \"inwere mma\": [\n        \"inferably\"\n    ],\n    \"usụhọde\": [\n        \"inferior\"\n    ],\n    \"na-adịchaghị mma\": [\n        \"inferiorly\"\n    ],\n    \"infernalụ\": [\n        \"infernalry\"\n    ],\n    \"infer\": [\n        \"inferred\"\n    ],\n    \"inferre\": [\n        \"inferrers\"\n    ],\n    \"inferring\": [\n        \"inferringly\"\n    ],\n    \"abughi nwa\": [\n        \"infertile\"\n    ],\n    \"infest\": [\n        \"infestious\"\n    ],\n    \"infestiesti\": [\n        \"infestivity\"\n    ],\n    \"inodu\": [\n        \"infeudate\",\n        \"inodes\"\n    ],\n    \"ekwesịghị ntụkwasị obi\": [\n        \"infidelity\",\n        \"infidelities\",\n        \"infidelly\",\n        \"nonloyalty\",\n        \"nonroyalty\",\n        \"unfaith\",\n        \"unfaithful\",\n        \"unfaithfully\",\n        \"unfaithfulness\",\n        \"unfaiths\",\n        \"unfaithworthy\",\n        \"unfaithworthiness\",\n        \"unfidelity\"\n    ],\n    \"ndi ekweghi ekwe\": [\n        \"infidelize\",\n        \"infidels\"\n    ],\n    \"infield\": [\n        \"infielder\"\n    ],\n    \"banye n'ime\": [\n        \"infiltrated\",\n        \"ingrave\",\n        \"internalize\",\n        \"penetrate\",\n        \"penetrated\"\n    ],\n    \"infiltrates\": [\n        \"infiltrators\"\n    ],\n    \"nke pere mpe\": [\n        \"infimum\",\n        \"shallower\",\n        \"smallest\",\n        \"smalt\",\n        \"smaltite\",\n        \"smaltites\",\n        \"subintimal\",\n        \"subquality\"\n    ],\n    \"infinition\": [\n        \"infinitate\"\n    ],\n    \"infinified\": [\n        \"infinitated\"\n    ],\n    \"infining\": [\n        \"infinitating\"\n    ],\n    \"ebughi oke oke\": [\n        \"infinitesimal\"\n    ],\n    \"infinitive\": [\n        \"infinitively\"\n    ],\n    \"infinites\": [\n        \"infinitize\"\n    ],\n    \"infinitịn\": [\n        \"infinitizing\"\n    ],\n    \"enweghi ike idi ike\": [\n        \"infirmable\"\n    ],\n    \"Na\": [\n        \"infl\"\n    ],\n    \"n’ọkụ\": [\n        \"inflamedly\"\n    ],\n    \"nwu ọkụ\": [\n        \"inflamedness\"\n    ],\n    \"nkwụ ọkụ\": [\n        \"inflammableness\"\n    ],\n    \"na-efe ọkụ\": [\n        \"inflammative\"\n    ],\n    \"n'ile\": [\n        \"inflatedly\",\n        \"topically\"\n    ],\n    \"ebu nzu\": [\n        \"inflatedness\"\n    ],\n    \"fepụ\": [\n        \"inflates\",\n        \"unsheathed\",\n        \"unslung\"\n    ],\n    \"inflating\": [\n        \"inflatingly\"\n    ],\n    \"onu oriri\": [\n        \"inflation\",\n        \"inflationary\",\n        \"inflationism\",\n        \"inflationist\",\n        \"inflationists\"\n    ],\n    \"inflaas\": [\n        \"inflative\"\n    ],\n    \"Inyel\": [\n        \"inflected\"\n    ],\n    \"Inlele\": [\n        \"inflectedness\"\n    ],\n    \"N’enweghi mmekorita\": [\n        \"inflectionally\"\n    ],\n    \"Achọrọ\": [\n        \"inflexed\"\n    ],\n    \"ekweghị mgbanwe\": [\n        \"inflexibility\"\n    ],\n    \"ngbanwe agbanwe agbanwe\": [\n        \"inflexibleness\"\n    ],\n    \"tib .u\": [\n        \"inflict\"\n    ],\n    \"e nwere ike ime\": [\n        \"inflictable\"\n    ],\n    \"na-eweta obi ọjọọ\": [\n        \"inflictive\"\n    ],\n    \"inlight\": [\n        \"inflight\"\n    ],\n    \"igba obula\": [\n        \"inflood\"\n    ],\n    \"Na-abanye\": [\n        \"inflowing\",\n        \"ingresses\"\n    ],\n    \"emetụta ikike\": [\n        \"influenceabilities\"\n    ],\n    \"nwere mmetụta\": [\n        \"influential\"\n    ],\n    \"influenza\": [\n        \"influenzas\"\n    ],\n    \"nnubata\": [\n        \"influx\"\n    ],\n    \"mwubata\": [\n        \"influxes\"\n    ],\n    \"Ama\": [\n        \"info\"\n    ],\n    \"gwa\": [\n        \"inform\",\n        \"nidge\",\n        \"notify\",\n        \"posted\",\n        \"sovite\",\n        \"tell\",\n        \"tellin\",\n        \"tellt\",\n        \"tellus\"\n    ],\n    \"n'ịgba\": [\n        \"informal\",\n        \"unformal\"\n    ],\n    \"nye ihe omuma\": [\n        \"informalize\"\n    ],\n    \"ndị akụkọ\": [\n        \"informants\",\n        \"newsmen\",\n        \"relators\"\n    ],\n    \"n'ozi\": [\n        \"informatively\"\n    ],\n    \"na-ezisa ozi\": [\n        \"informatory\"\n    ],\n    \"n'ịma ama\": [\n        \"informedly\",\n        \"informingly\"\n    ],\n    \"inortiate\": [\n        \"infortiate\"\n    ],\n    \"ọ gaghị ekwe omume\": [\n        \"infractible\"\n    ],\n    \"onye inframedian\": [\n        \"inframedian\"\n    ],\n    \"infradular\": [\n        \"infraradular\"\n    ],\n    \"infarrimal\": [\n        \"infrarimal\"\n    ],\n    \"mkpịbido\": [\n        \"infrasonic\"\n    ],\n    \"na n'efu\": [\n        \"infree\"\n    ],\n    \"adịkarịghị\": [\n        \"infrequence\",\n        \"infrequent\",\n        \"rarely\"\n    ],\n    \"inupụ iwu\": [\n        \"infringe\"\n    ],\n    \"inwete\": [\n        \"infumate\"\n    ],\n    \"infum\": [\n        \"infumated\"\n    ],\n    \"enweta ihe\": [\n        \"infund\"\n    ],\n    \"infususation\": [\n        \"infuscation\"\n    ],\n    \"infusion\": [\n        \"infusionism\"\n    ],\n    \"infusus\": [\n        \"infusive\"\n    ],\n    \"infusaries\": [\n        \"infusories\"\n    ],\n    \"ikpobata\": [\n        \"ingather\"\n    ],\n    \"ịchịkọta ihe\": [\n        \"ingathering\"\n    ],\n    \"gbanyeghachi\": [\n        \"ingenerate\",\n        \"ingenerated\",\n        \"reassimilates\",\n        \"redemanded\",\n        \"redictated\",\n        \"redocked\",\n        \"redressed\",\n        \"redrilled\",\n        \"reindexed\",\n        \"reinduced\",\n        \"reliquidate\",\n        \"rewave\"\n    ],\n    \"amaghi ihe ozo\": [\n        \"ingenerately\"\n    ],\n    \"omumu ohuru\": [\n        \"ingeneration\"\n    ],\n    \"ihe inger\": [\n        \"inger\"\n    ],\n    \"ingest\": [\n        \"ingestant\"\n    ],\n    \"inges\": [\n        \"ingestion\"\n    ],\n    \"ingesi\": [\n        \"ingests\"\n    ],\n    \"ingiji\": [\n        \"ingiver\"\n    ],\n    \"na-eweta ihere\": [\n        \"ingloriously\"\n    ],\n    \"igbanwu\": [\n        \"ingluvies\"\n    ],\n    \"ingin\": [\n        \"ingnue\"\n    ],\n    \"ịnọ n'adịghị\": [\n        \"ingoingness\"\n    ],\n    \"tinyeghari\": [\n        \"ingotmen\"\n    ],\n    \"ingrained\": [\n        \"ingrainedness\"\n    ],\n    \"na-akụkọta ihe\": [\n        \"ingraining\"\n    ],\n    \"ingralite\": [\n        \"ingratefully\"\n    ],\n    \"ingravid\": [\n        \"ingravidation\"\n    ],\n    \"Efrata\": [\n        \"ingredients\"\n    ],\n    \"ingress\": [\n        \"ingression\"\n    ],\n    \"Na-etinye aka\": [\n        \"ingrowing\"\n    ],\n    \"ingu onye ikpe\": [\n        \"inguilty\"\n    ],\n    \"ndị bi na ya\": [\n        \"inhabitants\",\n        \"seatmates\"\n    ],\n    \"ibi ebi\": [\n        \"inhabitativeness\",\n        \"inhabitedness\",\n        \"inhabitiveness\"\n    ],\n    \"mmadụ bi\": [\n        \"inhabited\"\n    ],\n    \"ibi na ress\": [\n        \"inhabitress\"\n    ],\n    \"inhaler\": [\n        \"inhalant\"\n    ],\n    \"inhalation\": [\n        \"inhalational\"\n    ],\n    \"inhalant\": [\n        \"inhalent\"\n    ],\n    \"na nkwekọrịta\": [\n        \"inharmony\"\n    ],\n    \"ndị na-ekuru anwụrụ\": [\n        \"inhaulers\"\n    ],\n    \"ke enyọn̄\": [\n        \"inheaven\"\n    ],\n    \"ketara eketa\": [\n        \"inhered\",\n        \"inheritable\",\n        \"inherited\"\n    ],\n    \"inhe ego\": [\n        \"inherencies\"\n    ],\n    \"pụta ụwa\": [\n        \"inherent\",\n        \"outheart\",\n        \"outhumoring\"\n    ],\n    \"iketa\": [\n        \"inhering\"\n    ],\n    \"eketa\": [\n        \"inherit\",\n        \"inherle\",\n        \"noninherited\"\n    ],\n    \"na-eketa\": [\n        \"inheriting\"\n    ],\n    \"ndị na-eme ihe mgbochi\": [\n        \"inhibitors\"\n    ],\n    \"onye nwere\": [\n        \"inholder\",\n        \"possessor\",\n        \"withholder\"\n    ],\n    \"enweghi obi mmadu\": [\n        \"inhumanity\",\n        \"inhumanness\",\n        \"unhumanness\"\n    ],\n    \"n'amaghị mmadụ\": [\n        \"inhumanly\"\n    ],\n    \"inhumation\": [\n        \"inhumationist\"\n    ],\n    \"inhume\": [\n        \"inhumes\"\n    ],\n    \"inimical\": [\n        \"inimicality\",\n        \"inimicalness\"\n    ],\n    \"inimatu\": [\n        \"inimitability\"\n    ],\n    \"inioukwu\": [\n        \"iniomous\"\n    ],\n    \"enweghi njo\": [\n        \"iniquitable\"\n    ],\n    \"ajọ omume\": [\n        \"iniquity\",\n        \"iniquities\",\n        \"iniquitousness\",\n        \"misdemean\",\n        \"misdemeanant\",\n        \"misdemeanor\",\n        \"misdemeanors\",\n        \"misdemeanour\",\n        \"unrighteous\",\n        \"unrighteousness\",\n        \"unriotousness\",\n        \"vicesimal\"\n    ],\n    \"na mgbakasi\": [\n        \"inirritability\",\n        \"inirritable\"\n    ],\n    \"na-adịghị ike\": [\n        \"inirritative\",\n        \"weakly\",\n        \"weakling\"\n    ],\n    \"onye mbido\": [\n        \"initialist\",\n        \"initiant\",\n        \"initiator\",\n        \"onsetter\",\n        \"origenist\",\n        \"startler\"\n    ],\n    \"ndị izizi\": [\n        \"initializers\"\n    ],\n    \"initialed\": [\n        \"initialled\"\n    ],\n    \"na mbido\": [\n        \"initially\",\n        \"intially\",\n        \"withset\"\n    ],\n    \"mkpịrịsị\": [\n        \"initials\"\n    ],\n    \"ebum n'uche\": [\n        \"initiatively\",\n        \"intendance\",\n        \"intendence\",\n        \"intendency\",\n        \"intendiment\",\n        \"intendingly\",\n        \"intendment\"\n    ],\n    \"ndị bidoro\": [\n        \"initiators\"\n    ],\n    \"ogwu ogbugba\": [\n        \"injectant\",\n        \"injection\",\n        \"injections\",\n        \"injects\",\n        \"vaccinella\"\n    ],\n    \"ndị ogbugba\": [\n        \"injectors\"\n    ],\n    \"esonye m\": [\n        \"injoin\"\n    ],\n    \"onju\": [\n        \"injurable\"\n    ],\n    \"mmerụ ahụ\": [\n        \"injure\",\n        \"injuredness\",\n        \"injurer\",\n        \"injury\",\n        \"injuries\"\n    ],\n    \"emerụ ahụ ness\": [\n        \"injuriousness\"\n    ],\n    \"n'emeghị ya\": [\n        \"injustly\",\n        \"nonacoustically\",\n        \"nonactinically\",\n        \"nonarithmetically\",\n        \"noncaustically\",\n        \"noncomically\",\n        \"noncommunally\",\n        \"noncompetently\",\n        \"nonconstructively\",\n        \"noncreatively\",\n        \"noncuratively\",\n        \"noncustomarily\",\n        \"nonembryonically\",\n        \"nonepically\",\n        \"nonfactiously\",\n        \"nonfactually\",\n        \"nonfarcically\",\n        \"nonfatally\",\n        \"nonformally\",\n        \"nonliterarily\",\n        \"nonmilitarily\",\n        \"nonmimetically\",\n        \"nonmyopically\",\n        \"nonmortally\",\n        \"nonobstructively\",\n        \"nonornamentally\",\n        \"nonromantically\",\n        \"nonstructurally\",\n        \"nontactically\",\n        \"nonthermally\",\n        \"unacoustically\",\n        \"unchemically\",\n        \"uncontradictedly\",\n        \"undemocratically\",\n        \"undulately\",\n        \"unformally\",\n        \"unharmfully\",\n        \"unimplicitly\",\n        \"unintrusively\",\n        \"unjustly\",\n        \"unmeaningly\",\n        \"unmesmerically\",\n        \"unmirthfully\",\n        \"unmiserly\",\n        \"unmonastically\",\n        \"unmutually\",\n        \"unoratorically\",\n        \"unpausingly\",\n        \"unpestilently\",\n        \"unregally\"\n    ],\n    \"inkbrush\": [\n        \"inkbush\"\n    ],\n    \"inkenye\": [\n        \"inken\"\n    ],\n    \"ihe nchekwa\": [\n        \"inker\",\n        \"joinders\",\n        \"preservatives\",\n        \"safebreaker\",\n        \"safecracker\"\n    ],\n    \"inkhorn\": [\n        \"inkhorns\"\n    ],\n    \"ink\": [\n        \"inkies\",\n        \"inkish\",\n        \"inkles\",\n        \"inklike\",\n        \"inklings\",\n        \"inkmaker\",\n        \"pigment\",\n        \"pigmental\",\n        \"pigmentation\",\n        \"pigmented\",\n        \"pigmenting\",\n        \"pigmentize\",\n        \"pigmew\"\n    ],\n    \"ịkpụcha ihe\": [\n        \"inkmaking\"\n    ],\n    \"inksinging\": [\n        \"inkslinging\"\n    ],\n    \"ihe ntinye ink\": [\n        \"inkstands\"\n    ],\n    \"nkume ink\": [\n        \"inkstone\"\n    ],\n    \"ingba\": [\n        \"inlace\"\n    ],\n    \"inlaị\": [\n        \"inlaid\",\n        \"inlayed\",\n        \"inlaik\"\n    ],\n    \"inlay\": [\n        \"inlayer\",\n        \"inlaying\"\n    ],\n    \"n'ime obodo\": [\n        \"inland\",\n        \"inlander\",\n        \"inlandish\",\n        \"inlands\",\n        \"remore\",\n        \"remote\",\n        \"remoter\"\n    ],\n    \"inlaidid\": [\n        \"inlapidate\"\n    ],\n    \"inlaịl\": [\n        \"inlaut\"\n    ],\n    \"n'iwu\": [\n        \"inlaw\",\n        \"inlawry\",\n        \"whamming\"\n    ],\n    \"na njikọ\": [\n        \"inleague\"\n    ],\n    \"n'ime ihe\": [\n        \"inlier\"\n    ],\n    \"n'ahịrị\": [\n        \"inline\",\n        \"lineaged\",\n        \"linearly\",\n        \"lineated\",\n        \"lineolate\",\n        \"lineolated\",\n        \"nonlinearly\",\n        \"nonproblematically\"\n    ],\n    \"na-akpọ ya\": [\n        \"inlooking\",\n        \"surnamed\"\n    ],\n    \"Inmeshing\": [\n        \"inmeshing\"\n    ],\n    \"onye si mba ozo\": [\n        \"inmigrant\"\n    ],\n    \"inmena\": [\n        \"inmixture\"\n    ],\n    \"innatness\": [\n        \"innateness\"\n    ],\n    \"ekere uwa\": [\n        \"innative\"\n    ],\n    \"innerole\": [\n        \"innersole\"\n    ],\n    \"na-enye akụkọ\": [\n        \"innervating\"\n    ],\n    \"Inabata\": [\n        \"innervation\"\n    ],\n    \"dị n'ime\": [\n        \"innerved\",\n        \"inwalled\"\n    ],\n    \"onye na-elekọta ụlọ ndị njem\": [\n        \"innkeeper\"\n    ],\n    \"ndị na-elekọta ụlọ obibi\": [\n        \"innkeepers\"\n    ],\n    \"enweghị ọnụọgụ\": [\n        \"innless\"\n    ],\n    \"ekweghị ihe ọ bụla\": [\n        \"innobedient\"\n    ],\n    \"enweghị ihe o mere\": [\n        \"innocency\"\n    ],\n    \"ndị aka ha dị ọcha\": [\n        \"innocencies\",\n        \"innocentest\",\n        \"innocents\"\n    ],\n    \"aka ya di ọcha\": [\n        \"innocent\",\n        \"innocenter\"\n    ],\n    \"dịghị ọcha\": [\n        \"innocently\"\n    ],\n    \"echeghi ihe\": [\n        \"innoculated\"\n    ],\n    \"inoculating\": [\n        \"innoculating\"\n    ],\n    \"inoculation\": [\n        \"innoculation\",\n        \"inoculations\"\n    ],\n    \"enweghi ihe o bula\": [\n        \"innocuous\",\n        \"innocuously\"\n    ],\n    \"innominate\": [\n        \"innominable\"\n    ],\n    \"ihe ohuru\": [\n        \"innovated\",\n        \"innovates\",\n        \"innovating\",\n        \"innovation\",\n        \"innovational\",\n        \"innovations\",\n        \"innovative\",\n        \"novelty\"\n    ],\n    \"onye okike ohuru\": [\n        \"innovationist\"\n    ],\n    \"inniit\": [\n        \"innuit\"\n    ],\n    \"enweghi ike ịgụta ọnụ\": [\n        \"innumerable\",\n        \"innumerably\"\n    ],\n    \"erighi nri\": [\n        \"innutrition\",\n        \"nonnourishment\",\n        \"unnourished\"\n    ],\n    \"ekwetaghị ihe ọ bụla\": [\n        \"innutritiousness\",\n        \"nonsalubriousness\",\n        \"nonsymbiotic\",\n        \"nonsymbiotical\",\n        \"nonsolvability\",\n        \"unglutinousness\",\n        \"unnegotiableness\"\n    ],\n    \"inobe ihe\": [\n        \"inobservable\"\n    ],\n    \"inoberibe\": [\n        \"inobservance\"\n    ],\n    \"elezighi anya\": [\n        \"inobservantly\",\n        \"unfarsighted\",\n        \"unobservant\",\n        \"unobservantly\",\n        \"unsighted\",\n        \"unsightedly\"\n    ],\n    \"enweghi ike inweta\": [\n        \"inobtainable\",\n        \"nonattainable\",\n        \"unattainable\",\n        \"unattainableness\",\n        \"unattainably\",\n        \"unobtainableness\"\n    ],\n    \"inogbu\": [\n        \"inoccupation\"\n    ],\n    \"indorate\": [\n        \"inodorate\"\n    ],\n    \"inofficial\": [\n        \"inofficious\"\n    ],\n    \"inofficially\": [\n        \"inofficiously\"\n    ],\n    \"inofficialness\": [\n        \"inofficiousness\"\n    ],\n    \"inopinya\": [\n        \"inopinable\"\n    ],\n    \"na oge\": [\n        \"inopportunist\"\n    ],\n    \"inoppugnabile\": [\n        \"inoppugnable\"\n    ],\n    \"emebiga ihe ókè\": [\n        \"inordinancy\",\n        \"inordinately\",\n        \"overdebilitated\",\n        \"overdebilitating\",\n        \"overdestructive\",\n        \"overdestructively\",\n        \"overdestructiveness\",\n        \"overemotionalized\",\n        \"overgone\",\n        \"overgrieved\",\n        \"overjudicious\",\n        \"overlogical\",\n        \"overrefines\",\n        \"overregular\",\n        \"overviolent\"\n    ],\n    \"inordido\": [\n        \"inordination\"\n    ],\n    \"inorganic\": [\n        \"inorganically\"\n    ],\n    \"enweghị ike ịhazi\": [\n        \"inorganizable\",\n        \"nonalignable\",\n        \"nonlocalizable\",\n        \"unorganisable\",\n        \"unorganizable\"\n    ],\n    \"hazighi\": [\n        \"inorganized\",\n        \"misorganize\",\n        \"misorganized\"\n    ],\n    \"enweghị ọmụmụ\": [\n        \"inoriginate\",\n        \"nonfertility\",\n        \"unalertness\"\n    ],\n    \"ịkpa nwa\": [\n        \"inornateness\"\n    ],\n    \"inositol\": [\n        \"inositols\"\n    ],\n    \"enweghi ike inwu anwu\": [\n        \"inostensible\"\n    ],\n    \"ndị ọrịa\": [\n        \"inpatients\",\n        \"patients\",\n        \"sickeners\"\n    ],\n    \"na onye ezumike nka\": [\n        \"inpensioner\"\n    ],\n    \"na polyhedron\": [\n        \"inpolyhedron\"\n    ],\n    \"imponderable\": [\n        \"inponderable\"\n    ],\n    \"inpo\": [\n        \"inpouring\"\n    ],\n    \"ntinye faịlụ\": [\n        \"inputfile\"\n    ],\n    \"n'jụjụ\": [\n        \"inquietly\"\n    ],\n    \"onyeju\": [\n        \"inquietude\"\n    ],\n    \"jụọ ase\": [\n        \"inquilinae\",\n        \"inquirendo\"\n    ],\n    \"na-ajụ ase\": [\n        \"inquirant\",\n        \"inquiringly\",\n        \"inquisible\"\n    ],\n    \"ndị na-ajụ ase\": [\n        \"inquirers\",\n        \"inquisitors\",\n        \"mediums\"\n    ],\n    \"ana m edebanye aha\": [\n        \"inregister\"\n    ],\n    \"inright\": [\n        \"inrighted\"\n    ],\n    \"dị n'okporo ụzọ\": [\n        \"inroader\"\n    ],\n    \"enwusi ike\": [\n        \"insalivated\"\n    ],\n    \"enweghi ike igbochi\": [\n        \"insatiable\",\n        \"insatiably\",\n        \"irrecuperable\",\n        \"unpreventable\",\n        \"unstorable\"\n    ],\n    \"enweghị ike ịgwọta\": [\n        \"insaturable\"\n    ],\n    \"na sayensị\": [\n        \"inscience\"\n    ],\n    \"ejighi akwukwo\": [\n        \"inscient\",\n        \"nonuse\",\n        \"uncondensed\",\n        \"ungartered\"\n    ],\n    \"enweghị ike ikwupụta\": [\n        \"inscribable\",\n        \"unexhaustive\",\n        \"unsquashable\"\n    ],\n    \"enweghị ike ịkọwa ya\": [\n        \"inscribableness\",\n        \"irrenunciable\",\n        \"irrepealably\",\n        \"unavouchableness\",\n        \"unbridgeable\",\n        \"uncoagulable\",\n        \"uncompressible\",\n        \"uncounselable\",\n        \"uncounsellable\",\n        \"undestructible\",\n        \"undisinheritable\",\n        \"unequalable\",\n        \"unfrangible\",\n        \"unirritable\",\n        \"unmisinterpretable\",\n        \"unnumberable\",\n        \"unrenunciable\",\n        \"unrepealableness\",\n        \"unscalably\",\n        \"unshatterable\",\n        \"unshelterable\",\n        \"unsingableness\",\n        \"unstrangulable\"\n    ],\n    \"ihe e dere\": [\n        \"inscribe\",\n        \"inscribed\",\n        \"inscription\"\n    ],\n    \"ndị debanyere aha\": [\n        \"inscribers\",\n        \"subscribers\"\n    ],\n    \"na-ede ihe\": [\n        \"inscribing\",\n        \"superscribes\"\n    ],\n    \"e dere\": [\n        \"inscriptioned\"\n    ],\n    \"ihe e dere ede\": [\n        \"inscriptions\",\n        \"plaque\"\n    ],\n    \"na-ede ede\": [\n        \"inscriptively\",\n        \"peppershrike\"\n    ],\n    \"ede ederede\": [\n        \"inscriptured\",\n        \"literalized\",\n        \"orthographised\",\n        \"orthographizing\",\n        \"playwrighting\",\n        \"playwriter\",\n        \"playwriting\",\n        \"scripturalize\"\n    ],\n    \"zoo aka\": [\n        \"inscroll\"\n    ],\n    \"enweghị ike ịghara ime ya\": [\n        \"inscrutableness\"\n    ],\n    \"zọ-zị\": [\n        \"insculped\"\n    ],\n    \"ịtọpu\": [\n        \"inscutcheon\",\n        \"unslanting\"\n    ],\n    \"na-egbu ahụhụ\": [\n        \"insecticidal\",\n        \"insecticidally\"\n    ],\n    \"ọgwụ ahụhụ\": [\n        \"insecticide\"\n    ],\n    \"ụmụ ahụhụ\": [\n        \"insecticides\",\n        \"insects\",\n        \"vermin\"\n    ],\n    \"enweghị ahụhụ\": [\n        \"insectile\"\n    ],\n    \"yiri ahụhụ\": [\n        \"insectlike\"\n    ],\n    \"onye na-ahụ maka ahụhụ\": [\n        \"insectologist\"\n    ],\n    \"enweghi obi iru ala\": [\n        \"insecure\",\n        \"modelessness\",\n        \"spontaneity\",\n        \"tenselessness\",\n        \"unease\",\n        \"uneaseful\",\n        \"uneventfulness\",\n        \"unquietable\",\n        \"unquietest\",\n        \"unsettledness\",\n        \"unstrident\"\n    ],\n    \"enwenye ihe\": [\n        \"inseminated\"\n    ],\n    \"insensin\": [\n        \"insensate\"\n    ],\n    \"insensible ness\": [\n        \"insensibleness\"\n    ],\n    \"enyoghi\": [\n        \"insentient\"\n    ],\n    \"enweghị ike ịkewa\": [\n        \"inseparable\"\n    ],\n    \"ihe a na-ekewaghị ekewa\": [\n        \"inseparables\"\n    ],\n    \"fanye\": [\n        \"insert\",\n        \"inserts\",\n        \"rechar\",\n        \"recharge\"\n    ],\n    \"enweghị ike ịta ahụhụ\": [\n        \"inseverable\"\n    ],\n    \"na shei\": [\n        \"inshell\"\n    ],\n    \"inshot\": [\n        \"inshoot\"\n    ],\n    \"enyoghi anya\": [\n        \"inshrined\",\n        \"resubstantiated\",\n        \"unjaundiced\",\n        \"unsubpoenaed\",\n        \"unsubstantiated\",\n        \"unsuspected\"\n    ],\n    \"n’ụlọ arụsị\": [\n        \"inshrines\"\n    ],\n    \"insidi\": [\n        \"insidiation\"\n    ],\n    \"etinye uche\": [\n        \"insidiously\"\n    ],\n    \"etinye aghụghọ\": [\n        \"insidiousness\"\n    ],\n    \"nwee nghọta\": [\n        \"insighted\"\n    ],\n    \"na-abaghi uru\": [\n        \"insignificancy\",\n        \"insignificancies\"\n    ],\n    \"enweghi obi ọcha\": [\n        \"insincerity\"\n    ],\n    \"insinu\": [\n        \"insinuant\"\n    ],\n    \"insinuin\": [\n        \"insinuation\"\n    ],\n    \"esi ọnwụ\": [\n        \"insist\",\n        \"insistently\"\n    ],\n    \"siri ọnwụ\": [\n        \"insisted\",\n        \"insisture\",\n        \"obstinacious\"\n    ],\n    \"na-esi ọnwụ\": [\n        \"insistent\"\n    ],\n    \"eninyenke\": [\n        \"insnaring\"\n    ],\n    \"inwekọ\": [\n        \"insociableness\"\n    ],\n    \"insolation\": [\n        \"insolates\",\n        \"insolating\"\n    ],\n    \"na solubilit\": [\n        \"insolubilities\"\n    ],\n    \"na solubilization\": [\n        \"insolubilization\"\n    ],\n    \"unyi anaghị agbasa\": [\n        \"insoluble\"\n    ],\n    \"enweghị ike ịgba ọkụ\": [\n        \"insolubleness\"\n    ],\n    \"insolvens\": [\n        \"insolvencies\"\n    ],\n    \"insoliv\": [\n        \"insolvent\"\n    ],\n    \"ehighi ura\": [\n        \"insomnia\",\n        \"insomniac\",\n        \"insomniacs\",\n        \"insomnias\",\n        \"insomnious\"\n    ],\n    \"enweghi ụra\": [\n        \"insomnolent\"\n    ],\n    \"insonoros\": [\n        \"insonorous\"\n    ],\n    \"na-abaghịzi\": [\n        \"inspanned\"\n    ],\n    \"ndị nlele\": [\n        \"inspectors\",\n        \"samplemen\",\n        \"samplers\"\n    ],\n    \"Nnyocha\": [\n        \"inspectorship\",\n        \"reinquiries\"\n    ],\n    \"bunye\": [\n        \"insperse\",\n        \"suppl\",\n        \"transmit\"\n    ],\n    \"na-akpali mmụọ\": [\n        \"inspirant\",\n        \"inspirative\",\n        \"inspiriting\",\n        \"inspissant\"\n    ],\n    \"kpalie mmụọ\": [\n        \"inspirate\",\n        \"spiritize\"\n    ],\n    \"mmụọ nsọ\": [\n        \"inspiration\",\n        \"inspirit\",\n        \"inspiriter\",\n        \"inspiritment\",\n        \"inspissation\",\n        \"spiritleaf\",\n        \"unspirit\",\n        \"unspirited\",\n        \"unspiritual\"\n    ],\n    \"Onye nkwalite mmụọ\": [\n        \"inspirationist\"\n    ],\n    \"inspiers\": [\n        \"inspirations\"\n    ],\n    \"ihe nkwusi\": [\n        \"inspiratory\"\n    ],\n    \"sitere n'ike mmụọ nsọ\": [\n        \"inspired\"\n    ],\n    \"ndị na-akpali mmụọ\": [\n        \"inspirers\"\n    ],\n    \"Na-akpali\": [\n        \"inspires\",\n        \"stirrings\"\n    ],\n    \"gbanye agbanwe\": [\n        \"instable\"\n    ],\n    \"wụnye\": [\n        \"install\",\n        \"instals\"\n    ],\n    \"nrụnye\": [\n        \"installant\",\n        \"installations\",\n        \"installer\",\n        \"instillator\"\n    ],\n    \"arụnyere\": [\n        \"installed\"\n    ],\n    \"ndị nrụnye\": [\n        \"installers\"\n    ],\n    \"ịwụnye\": [\n        \"installing\"\n    ],\n    \"nkeji nkeji\": [\n        \"installment\",\n        \"instalment\"\n    ],\n    \"na-akwụnye\": [\n        \"installs\"\n    ],\n    \"inya\": [\n        \"instamp\",\n        \"roit\"\n    ],\n    \"ọmụmaatụ\": [\n        \"instance\"\n    ],\n    \"instan\": [\n        \"instanced\"\n    ],\n    \"ufodu\": [\n        \"instances\",\n        \"somepart\",\n        \"somewhiles\",\n        \"therebetween\"\n    ],\n    \"nwụnye\": [\n        \"instancing\",\n        \"reinstallment\"\n    ],\n    \"instantias\": [\n        \"instantiations\"\n    ],\n    \"instaring\": [\n        \"instarring\"\n    ],\n    \"ihe mmụta\": [\n        \"instating\",\n        \"philogynous\",\n        \"thetics\"\n    ],\n    \"kama\": [\n        \"instead\",\n        \"kamahi\",\n        \"onstead\",\n        \"rather\",\n        \"ratherish\",\n        \"ratherly\"\n    ],\n    \"ịkụzi ihe\": [\n        \"instealing\",\n        \"pedagogying\",\n        \"pedagogish\",\n        \"pedagogism\"\n    ],\n    \"instillatinn\": [\n        \"instellatinn\"\n    ],\n    \"instel\": [\n        \"instellation\"\n    ],\n    \"instig\": [\n        \"instigant\"\n    ],\n    \"igba ihe\": [\n        \"instigate\"\n    ],\n    \"kụnyere\": [\n        \"instigated\",\n        \"instilled\"\n    ],\n    \"instigating\": [\n        \"instigatingly\"\n    ],\n    \"ndị na-akpali akpali\": [\n        \"instigators\",\n        \"sensationalists\"\n    ],\n    \"ịkụnye\": [\n        \"instill\",\n        \"instilling\",\n        \"meaching\",\n        \"queesting\",\n        \"ticktacking\",\n        \"tinglers\"\n    ],\n    \"nsinammuo\": [\n        \"instinctiveness\",\n        \"instinctivist\",\n        \"instinctivity\",\n        \"instincts\",\n        \"instinctual\",\n        \"intinct\",\n        \"intinction\",\n        \"intinctivity\",\n        \"intuicity\",\n        \"intuition\",\n        \"intuitional\",\n        \"intuitionally\",\n        \"intuitionism\",\n        \"intuitionistic\",\n        \"intuitiveness\"\n    ],\n    \"ịkụzi\": [\n        \"instipulate\"\n    ],\n    \"onye nhazi oru\": [\n        \"institutionalist\"\n    ],\n    \"n'otu ntabi anya\": [\n        \"institutively\",\n        \"overnarrowly\"\n    ],\n    \"efere mmehie\": [\n        \"instonement\"\n    ],\n    \"ịzụ ihe\": [\n        \"instore\",\n        \"pastoring\"\n    ],\n    \"kụnyere n'ime\": [\n        \"instratified\"\n    ],\n    \"iku oku\": [\n        \"instroke\"\n    ],\n    \"Nrụchi\": [\n        \"instrokes\"\n    ],\n    \"nyere ntụziaka\": [\n        \"instructed\"\n    ],\n    \"Ntụziaka\": [\n        \"instructedness\",\n        \"instruction\",\n        \"recipe\"\n    ],\n    \"enweghị nkuzi\": [\n        \"instructorless\",\n        \"nonadaptation\",\n        \"nonadaptational\",\n        \"teacherless\",\n        \"teachless\",\n        \"unachingly\"\n    ],\n    \"nkụzi\": [\n        \"instructorships\",\n        \"teacart\",\n        \"teacherdom\",\n        \"teachership\"\n    ],\n    \"jiri ya rụọ ọrụ\": [\n        \"instrumentalize\"\n    ],\n    \"eji akpo ihe\": [\n        \"instrumentate\"\n    ],\n    \"ngwá ọrụ\": [\n        \"instrumentation\",\n        \"instrumentations\",\n        \"instrumentative\",\n        \"tool\",\n        \"toolheads\",\n        \"tooling\",\n        \"toolsmith\"\n    ],\n    \"Na-enyere aka\": [\n        \"instrumented\"\n    ],\n    \"onye oru egwu\": [\n        \"instrumentist\"\n    ],\n    \"onye oru ihe\": [\n        \"instrumentman\",\n        \"toolbuilder\"\n    ],\n    \"insubbụl\": [\n        \"insubjection\"\n    ],\n    \"insubmersible\": [\n        \"insubmergible\"\n    ],\n    \"edobeghi\": [\n        \"insubordinate\",\n        \"insubordinately\",\n        \"uncaressed\",\n        \"undiagrammed\",\n        \"unfructified\",\n        \"unserried\"\n    ],\n    \"insubordinate ness\": [\n        \"insubordinateness\"\n    ],\n    \"enupụ isi\": [\n        \"insubordination\",\n        \"insurrectionally\",\n        \"rebellious\",\n        \"wayward\",\n        \"waywardly\"\n    ],\n    \"enweghị ihe ịga nke ọma\": [\n        \"insuccess\",\n        \"nonsuccess\",\n        \"nonsuccessfully\",\n        \"nonsuccession\",\n        \"nonsuccessional\",\n        \"nonsuccessionally\",\n        \"nonsuccessively\",\n        \"nonsuccessiveness\",\n        \"successless\",\n        \"successlessness\",\n        \"unsucceeding\",\n        \"unsuccess\",\n        \"unsuccessfully\",\n        \"unsuccessfulness\",\n        \"unsuccessively\",\n        \"unsuccessiveness\"\n    ],\n    \"emeghi nkeoma\": [\n        \"insuccessful\",\n        \"nonsuccessful\",\n        \"unsuccessful\",\n        \"unsuccessive\"\n    ],\n    \"insu\": [\n        \"insue\"\n    ],\n    \"insular\": [\n        \"insularly\"\n    ],\n    \"ikpuchi ihe\": [\n        \"insulate\"\n    ],\n    \"gwara mmanụ\": [\n        \"insulated\"\n    ],\n    \"egbochi ihe\": [\n        \"insulating\"\n    ],\n    \"akparịala\": [\n        \"insulted\",\n        \"insulter\"\n    ],\n    \"na-akparị mmadụ\": [\n        \"insulters\"\n    ],\n    \"ịkparị\": [\n        \"insulting\"\n    ],\n    \"enweghị ike ịkwado ya\": [\n        \"insupportable\",\n        \"insupportableness\",\n        \"unsupplantable\",\n        \"unsuppliable\",\n        \"unsupportableness\",\n        \"unsuppressible\",\n        \"unsuppressibly\"\n    ],\n    \"enweghị ike igbochi ya\": [\n        \"insuppressible\",\n        \"nonhereditably\",\n        \"uncreatability\",\n        \"unpenetrable\",\n        \"unrippable\"\n    ],\n    \"ịnshọransị\": [\n        \"insured\",\n        \"insuree\",\n        \"insuring\"\n    ],\n    \"insurance\": [\n        \"insures\",\n        \"inuredness\"\n    ],\n    \"insurgen\": [\n        \"insurge\"\n    ],\n    \"ndị nnupụisi\": [\n        \"insurgents\",\n        \"insurrectionaries\",\n        \"insurrectionists\",\n        \"rebels\",\n        \"revolters\",\n        \"revuists\"\n    ],\n    \"enweghi ike imeri\": [\n        \"insurmountability\"\n    ],\n    \"enweghị ike imeri\": [\n        \"insurmountable\",\n        \"insurmountableness\",\n        \"insurmountably\",\n        \"unbeatableness\"\n    ],\n    \"nnupu isi\": [\n        \"insurrectional\",\n        \"insurrectionising\",\n        \"insurrectionism\",\n        \"insurrections\",\n        \"rebelly\",\n        \"reblot\",\n        \"rebranch\",\n        \"revoltress\",\n        \"revolvency\"\n    ],\n    \"enupuru isi\": [\n        \"insurrectionised\"\n    ],\n    \"insurrectionring\": [\n        \"insurrectionizing\"\n    ],\n    \"mkpuchi mkpuchi\": [\n        \"insusurration\"\n    ],\n    \"etinyere n’ime ya\": [\n        \"inswathed\"\n    ],\n    \"insepụ\": [\n        \"insweeping\"\n    ],\n    \"enwesis\": [\n        \"inswept\"\n    ],\n    \"emebibeghị\": [\n        \"intact\",\n        \"intactly\",\n        \"intactness\",\n        \"maladministered\"\n    ],\n    \"agdị intaglio\": [\n        \"intagliotype\"\n    ],\n    \"ihe na-enweghị atụ\": [\n        \"intangibleness\",\n        \"intangibles\",\n        \"scaleproof\"\n    ],\n    \"n’enweghi nsogbu\": [\n        \"intangibly\",\n        \"nervily\",\n        \"nonexpressively\",\n        \"unfelicitously\",\n        \"uniambically\",\n        \"unobnoxiously\",\n        \"unobstructedly\",\n        \"unsolvably\"\n    ],\n    \"intarsia\": [\n        \"intarsa\",\n        \"intarsas\"\n    ],\n    \"iwekota\": [\n        \"integrable\",\n        \"integrant\",\n        \"integrate\"\n    ],\n    \"mekota\": [\n        \"integraph\"\n    ],\n    \"iguzosi ike n'ezi ihe\": [\n        \"integrity\"\n    ],\n    \"Intel\": [\n        \"intel\"\n    ],\n    \"nwere ọgụgụ isi\": [\n        \"intellected\",\n        \"intellectible\",\n        \"intellectualised\",\n        \"intelligent\",\n        \"overintellectual\",\n        \"overintellectualism\",\n        \"overintellectuality\"\n    ],\n    \"ndị nwere ọgụgụ isi\": [\n        \"intellectuals\"\n    ],\n    \"nwee ọgụgụ isi\": [\n        \"intelligenced\",\n        \"supellectile\"\n    ],\n    \"ghọta ihe\": [\n        \"intelligize\",\n        \"preunderstand\",\n        \"understream\",\n        \"understrew\",\n        \"understrewed\"\n    ],\n    \"elslọ\": [\n        \"intelsat\"\n    ],\n    \"intimerateness\": [\n        \"intemerateness\"\n    ],\n    \"akaghi aru\": [\n        \"intemperable\"\n    ],\n    \"intempevable\": [\n        \"intemperably\"\n    ],\n    \"emume mmụọ\": [\n        \"intemperament\"\n    ],\n    \"intemeechi\": [\n        \"intemperately\"\n    ],\n    \"intemperi\": [\n        \"intemperies\"\n    ],\n    \"intempesi\": [\n        \"intempestive\"\n    ],\n    \"intempestive\": [\n        \"intempestively\",\n        \"intempestivity\"\n    ],\n    \"intaneti\": [\n        \"intenancy\",\n        \"intranetwork\"\n    ],\n    \"bu n'obi\": [\n        \"intend\",\n        \"intended\",\n        \"intendeds\",\n        \"intented\"\n    ],\n    \"intendence\": [\n        \"intendancy\"\n    ],\n    \"ezubere\": [\n        \"intendedly\",\n        \"purposedly\"\n    ],\n    \"bu n'uche\": [\n        \"intendente\",\n        \"intendit\"\n    ],\n    \"ezube\": [\n        \"intends\"\n    ],\n    \"inteneene\": [\n        \"intenerate\"\n    ],\n    \"Onye na-emewanye ihe\": [\n        \"intensifier\"\n    ],\n    \"kpachaara anya mee\": [\n        \"intentionalism\"\n    ],\n    \"n'ebumnuche\": [\n        \"intentionally\"\n    ],\n    \"zubere\": [\n        \"intentioned\",\n        \"planed\",\n        \"planished\",\n        \"planned\",\n        \"predesignated\",\n        \"purposed\"\n    ],\n    \"Ọge\": [\n        \"inter\"\n    ],\n    \"mmekọrịta, njegharị\": [\n        \"interagglutination\"\n    ],\n    \"mmekọrịta, nnabata\": [\n        \"interapophysal\"\n    ],\n    \"inteerach\": [\n        \"interarch\"\n    ],\n    \"interatomik\": [\n        \"interatomic\"\n    ],\n    \"ịmekọrịta\": [\n        \"interbanking\",\n        \"intercolonizing\",\n        \"interpaving\"\n    ],\n    \"mba ofesi\": [\n        \"interbastate\",\n        \"oversocially\"\n    ],\n    \"interboy\": [\n        \"interbody\"\n    ],\n    \"ogbugba ndu\": [\n        \"interbreath\",\n        \"protoactinium\",\n        \"protoascales\",\n        \"protoblast\",\n        \"protocalcium\",\n        \"protocaris\",\n        \"protocatechuic\",\n        \"protochloride\",\n        \"protococcal\",\n        \"protococcus\",\n        \"protocolar\",\n        \"protocoling\",\n        \"protocolization\",\n        \"protocolled\",\n        \"protocolling\",\n        \"protocols\",\n        \"protoconch\",\n        \"protoconchal\",\n        \"protocone\",\n        \"protoconid\",\n        \"protoconule\",\n        \"protoconulid\",\n        \"protocopper\",\n        \"protocorm\",\n        \"protogelatose\",\n        \"protogeometric\",\n        \"protohematoblast\",\n        \"protolog\",\n        \"protophyte\",\n        \"protophytic\",\n        \"protorohippus\",\n        \"protorosaur\",\n        \"protorosauria\",\n        \"protorosaurian\",\n        \"protorosaurus\",\n        \"protostega\",\n        \"protoxid\",\n        \"protoxide\",\n        \"protoxids\",\n        \"protoxylem\",\n        \"protozzoa\"\n    ],\n    \"nwee njikọ\": [\n        \"interbreed\"\n    ],\n    \"nwekorita\": [\n        \"intercarotid\",\n        \"mutual\"\n    ],\n    \"onye na-emechi ihe\": [\n        \"intercarrier\",\n        \"undermediator\"\n    ],\n    \"ọ ga-eme\": [\n        \"intercausative\"\n    ],\n    \"kpee ekpere\": [\n        \"interceded\",\n        \"pray\"\n    ],\n    \"interceded\": [\n        \"intercedent\"\n    ],\n    \"kpe ekpere\": [\n        \"interceder\"\n    ],\n    \"na-arịọkwa arịrịọ\": [\n        \"interceding\"\n    ],\n    \"ịrịọchitere\": [\n        \"intercessionment\",\n        \"intercessory\"\n    ],\n    \"intercession\": [\n        \"intercessions\"\n    ],\n    \"cessnye ọcessụ\": [\n        \"intercessorial\"\n    ],\n    \"ndikpe-ikpe\": [\n        \"intercessors\"\n    ],\n    \"ịgbanwerịta ihe\": [\n        \"interchange\"\n    ],\n    \"ọcharụcharụ\": [\n        \"intercharging\"\n    ],\n    \"intergha\": [\n        \"interchasing\"\n    ],\n    \"interilaili\": [\n        \"interciliary\"\n    ],\n    \"intergipient\": [\n        \"intercipient\"\n    ],\n    \"a na-agbachi anya\": [\n        \"intercirculated\"\n    ],\n    \"obu mgbako\": [\n        \"intercirculation\"\n    ],\n    \"weghari\": [\n        \"intercolline\"\n    ],\n    \"ozi intercom\": [\n        \"intercommission\"\n    ],\n    \"ikotara\": [\n        \"intercommoning\"\n    ],\n    \"ekwekọrịta\": [\n        \"intercomparable\",\n        \"unanimistic\"\n    ],\n    \"nnyekọrịta\": [\n        \"interconciliary\"\n    ],\n    \"na-emegiderịta onwe ya\": [\n        \"intercontradictory\"\n    ],\n    \"n’etiti ozigbo\": [\n        \"interconvertibly\"\n    ],\n    \"intercpopopo\": [\n        \"intercorporate\"\n    ],\n    \"imehie intercosto\": [\n        \"intercostohumeral\"\n    ],\n    \"intercondylar\": [\n        \"intercotylar\"\n    ],\n    \"intracranial\": [\n        \"intercranial\"\n    ],\n    \"intercrete\": [\n        \"intercreate\"\n    ],\n    \"mebugharia\": [\n        \"intercrystallization\"\n    ],\n    \"n'etiti oge\": [\n        \"intercurrently\"\n    ],\n    \"interconaneous\": [\n        \"intercutaneous\"\n    ],\n    \"na-asụgharị\": [\n        \"intercutting\",\n        \"intergossipping\",\n        \"interleaving\",\n        \"interpolating\",\n        \"interrelating\",\n        \"misinterpreting\",\n        \"muttering\",\n        \"redepreciating\",\n        \"replating\",\n        \"semiticize\",\n        \"sublating\",\n        \"transiting\",\n        \"translating\",\n        \"transvaluing\"\n    ],\n    \"ọ nwere ike ịdabere na ya\": [\n        \"interdependability\"\n    ],\n    \"nwere ike ịdabere\": [\n        \"interdependable\",\n        \"lienable\"\n    ],\n    \"nwere ndabere\": [\n        \"interdependence\"\n    ],\n    \"nwere enyemaka\": [\n        \"interdependent\"\n    ],\n    \"na-atụkwasị obi\": [\n        \"interdependently\"\n    ],\n    \"Ogwuregwu\": [\n        \"interdespise\"\n    ],\n    \"na-eme ka ihe na-adabara\": [\n        \"interdestructiveness\"\n    ],\n    \"ime mkpebi\": [\n        \"interdetermination\",\n        \"volitionality\"\n    ],\n    \"interdicor\": [\n        \"interdictor\"\n    ],\n    \"onye iche\": [\n        \"interdifferentiated\",\n        \"isolationalist\",\n        \"isolationist\",\n        \"seclusionist\"\n    ],\n    \"nghọtahie\": [\n        \"interdifferentiation\",\n        \"interstriving\",\n        \"inunderstanding\",\n        \"misacception\",\n        \"miscomprehension\",\n        \"misconceives\",\n        \"misconception\",\n        \"misconjecturing\",\n        \"misconstruing\",\n        \"misintelligence\",\n        \"misunderstander\",\n        \"misunderstanders\",\n        \"misunderstanding\",\n        \"misunderstandingly\",\n        \"misunderstoodness\",\n        \"unmisunderstanding\"\n    ],\n    \"interdiffus ike\": [\n        \"interdiffusiveness\"\n    ],\n    \"diggha\": [\n        \"interdigitating\"\n    ],\n    \"ofofoto\": [\n        \"interdistinguish\"\n    ],\n    \"interembraing\": [\n        \"interembracing\"\n    ],\n    \"interentang\": [\n        \"interentangled\"\n    ],\n    \"interentanging\": [\n        \"interentangling\"\n    ],\n    \"na-akpali mmasị\": [\n        \"interestingly\"\n    ],\n    \"ngwakọta ofufe\": [\n        \"interfaith\"\n    ],\n    \"onye nnochita\": [\n        \"interfector\"\n    ],\n    \"na-ajụ okwukwe\": [\n        \"interferant\"\n    ],\n    \"etinye\": [\n        \"interferential\",\n        \"interposed\",\n        \"intervening\",\n        \"involutes\"\n    ],\n    \"ndị na-etinye aka na ya\": [\n        \"interferers\"\n    ],\n    \"profaịlụ\": [\n        \"interfile\",\n        \"profile\",\n        \"profiled\",\n        \"profiler\",\n        \"profilers\",\n        \"profiles\",\n        \"profiling\",\n        \"profilograph\"\n    ],\n    \"tinye ọzọ\": [\n        \"interfiltrate\",\n        \"reinstall\"\n    ],\n    \"ghara inwe mkpụrụ\": [\n        \"interfruitful\"\n    ],\n    \"okwara\": [\n        \"interganglionic\",\n        \"interjugal\"\n    ],\n    \"na-etinye iwu\": [\n        \"intergatory\",\n        \"obsecrating\",\n        \"preinstructing\"\n    ],\n    \"na-emekọtakwa\": [\n        \"intergenerating\"\n    ],\n    \"obu mmeghari\": [\n        \"intergenerational\"\n    ],\n    \"intergenikal\": [\n        \"intergeneric\"\n    ],\n    \"asụsụ interglobular\": [\n        \"interglobular\"\n    ],\n    \"ochichi obodo\": [\n        \"intergovernmental\",\n        \"landocracy\",\n        \"statesmanship\"\n    ],\n    \"inter gradient\": [\n        \"intergradient\"\n    ],\n    \"adọkọtara ọnụ\": [\n        \"interhybridize\",\n        \"interhybridized\"\n    ],\n    \"obere oge\": [\n        \"interim\",\n        \"interimperial\",\n        \"mincy\",\n        \"minorship\",\n        \"momentaneity\",\n        \"momentany\",\n        \"momentariness\",\n        \"shorthandedness\",\n        \"smalltime\",\n        \"succours\",\n        \"transiently\",\n        \"triternately\"\n    ],\n    \"onyekara ibe\": [\n        \"interimist\"\n    ],\n    \"interincpoporation\": [\n        \"interincorporation\"\n    ],\n    \"na-adabere n'otu\": [\n        \"interindependence\"\n    ],\n    \"ejiri ya\": [\n        \"interinfluenced\"\n    ],\n    \"iobụ\": [\n        \"interiorizing\"\n    ],\n    \"jectzọ\": [\n        \"interjecting\"\n    ],\n    \"interjection\": [\n        \"interjectional\"\n    ],\n    \"interjectionalis\": [\n        \"interjectionalising\"\n    ],\n    \"inter internance\": [\n        \"interjectionalize\"\n    ],\n    \"intercelize\": [\n        \"interjectionize\"\n    ],\n    \"nkwughari\": [\n        \"interlace\",\n        \"interlocutory\"\n    ],\n    \"Onye na-ajụ ozi\": [\n        \"interlacer\"\n    ],\n    \"Etitila\": [\n        \"interlayer\"\n    ],\n    \"itapu\": [\n        \"interlake\"\n    ],\n    \"Ndabichi\": [\n        \"interlapse\"\n    ],\n    \"ọ gbasasịa\": [\n        \"interlarded\"\n    ],\n    \"Onye na-agbagha\": [\n        \"interleaver\"\n    ],\n    \"nkwanye ihe\": [\n        \"interlimitation\"\n    ],\n    \"ndeko\": [\n        \"interlineary\"\n    ],\n    \"itegharia\": [\n        \"interlineate\"\n    ],\n    \"interline\": [\n        \"interlineations\"\n    ],\n    \"interlinlin\": [\n        \"interlinement\"\n    ],\n    \"Ọdịla\": [\n        \"interlobular\"\n    ],\n    \"ikwugharia\": [\n        \"interlocate\"\n    ],\n    \"wegharia\": [\n        \"interlocated\"\n    ],\n    \"nkpochi\": [\n        \"interlocker\"\n    ],\n    \"ndị na-emegharị okwu\": [\n        \"interlocutors\"\n    ],\n    \"Ndị na-emegharị\": [\n        \"interlopers\"\n    ],\n    \"o nwere\": [\n        \"intermarginal\"\n    ],\n    \"lụrụ di na nwunye\": [\n        \"intermarriageable\",\n        \"matrimoniously\"\n    ],\n    \"mebe\": [\n        \"intermaze\",\n        \"syntonize\"\n    ],\n    \"intermeasura\": [\n        \"intermeasurable\"\n    ],\n    \"ime-ime-nwanyi\": [\n        \"intermeddlesomeness\"\n    ],\n    \"onye ogbata\": [\n        \"intermediary\"\n    ],\n    \"ndị ogbugbo\": [\n        \"intermediaries\",\n        \"mediators\"\n    ],\n    \"onye ogbugbo\": [\n        \"intermediator\",\n        \"meddler\",\n        \"mediant\",\n        \"mediary\",\n        \"mediated\",\n        \"mediation\",\n        \"mediative\",\n        \"mediator\",\n        \"mediatory\",\n        \"mediatorial\",\n        \"mediatorious\",\n        \"mediatorship\"\n    ],\n    \"onye ntugharia\": [\n        \"intermediatory\"\n    ],\n    \"ọfịs\": [\n        \"interministerial\"\n    ],\n    \"onye ntabi\": [\n        \"intermitter\"\n    ],\n    \"Gbanwee ya\": [\n        \"intermixable\",\n        \"outfired\",\n        \"overfleshed\"\n    ],\n    \"keere\": [\n        \"intermixed\",\n        \"phallaceous\",\n        \"sharecropped\"\n    ],\n    \"oghene\": [\n        \"intermixes\"\n    ],\n    \"intermechi\": [\n        \"intermixing\"\n    ],\n    \"Mgbachi\": [\n        \"intermixt\"\n    ],\n    \"nnyeghari\": [\n        \"intermodulation\"\n    ],\n    \"oyuyo\": [\n        \"intermountain\"\n    ],\n    \"Mgbee\": [\n        \"intermundane\"\n    ],\n    \"alizingkụnye\": [\n        \"internalizing\"\n    ],\n    \"mba ụwa\": [\n        \"internationale\",\n        \"internationalising\",\n        \"internationalism\",\n        \"internationalist\",\n        \"internationality\",\n        \"internationalizations\",\n        \"internationalizing\",\n        \"internationally\"\n    ],\n    \"gaa mba ofesi\": [\n        \"internationalise\",\n        \"internationalize\"\n    ],\n    \"ndị mba ụwa\": [\n        \"internationalists\"\n    ],\n    \"internecie\": [\n        \"internecive\"\n    ],\n    \"internee\": [\n        \"internes\"\n    ],\n    \"ntanetị\": [\n        \"internetwork\",\n        \"internetworking\",\n        \"internetworks\",\n        \"subalternation\",\n        \"subnetwork\",\n        \"subnetworks\"\n    ],\n    \"ingbanye\": [\n        \"interning\"\n    ],\n    \"omumu oru\": [\n        \"internment\"\n    ],\n    \"mentslọ akwụkwọ\": [\n        \"internments\"\n    ],\n    \"shipslọ akwụkwọ\": [\n        \"internships\"\n    ],\n    \"nwa akwụkwọ\": [\n        \"internunciess\",\n        \"puddler\"\n    ],\n    \"interoiciki\": [\n        \"interoceanic\"\n    ],\n    \"onyeka ibe\": [\n        \"interpalatine\",\n        \"intertriglyph\"\n    ],\n    \"nnọchianya\": [\n        \"interparliament\"\n    ],\n    \"onye omeiwu\": [\n        \"interparliamentary\",\n        \"lawmaker\",\n        \"parliamentarian\"\n    ],\n    \"ọpaụ .ụ\": [\n        \"interparoxysmal\"\n    ],\n    \"na-asụ\": [\n        \"interpelling\",\n        \"lintelling\",\n        \"moilingly\",\n        \"mumblingly\",\n        \"squaring\",\n        \"swalingly\"\n    ],\n    \"nwere ike ịbanye\": [\n        \"interpenetrable\"\n    ],\n    \"Na-emegharị\": [\n        \"interpervading\",\n        \"proslyting\",\n        \"pulverizes\",\n        \"remultiplied\",\n        \"repeopling\",\n        \"routhie\",\n        \"ruffling\",\n        \"transmogrifies\",\n        \"transmogrifying\"\n    ],\n    \"interplats\": [\n        \"interplacental\"\n    ],\n    \"na-egosiputa\": [\n        \"interplays\",\n        \"unflashing\"\n    ],\n    \"na-agbarịta\": [\n        \"interpleading\"\n    ],\n    \"interpopo\": [\n        \"interpolary\",\n        \"interpolater\",\n        \"interpolation\"\n    ],\n    \"ndabụ\": [\n        \"interposing\"\n    ],\n    \"interposition\": [\n        \"interpositions\"\n    ],\n    \"ọpịpị\": [\n        \"interpressure\",\n        \"needlefuls\"\n    ],\n    \"ntụgharị okwu\": [\n        \"interpretational\",\n        \"interpretership\"\n    ],\n    \"a sụgharịrị\": [\n        \"interpreted\",\n        \"undeludedly\",\n        \"uninterpreted\"\n    ],\n    \"ndị ntụgharị okwu\": [\n        \"interpreters\",\n        \"translators\"\n    ],\n    \"ofo\": [\n        \"interproximal\",\n        \"oversoak\",\n        \"oversoap\",\n        \"oversock\",\n        \"oversolemn\",\n        \"oversoothingly\"\n    ],\n    \"okwum\": [\n        \"interramal\"\n    ],\n    \"nwekọrịta\": [\n        \"interrelate\",\n        \"intervisible\",\n        \"intervisit\",\n        \"mutualising\"\n    ],\n    \"okpukpe dị iche iche\": [\n        \"interreligious\"\n    ],\n    \"okpukpe ndị ọzọ\": [\n        \"interreligiously\"\n    ],\n    \"na-emegharị mmadụ\": [\n        \"interresist\"\n    ],\n    \"njikọrịta\": [\n        \"interreticulation\"\n    ],\n    \"ịjụ ajụjụ\": [\n        \"interrogability\",\n        \"solicitousness\"\n    ],\n    \"na-aju ajuju\": [\n        \"interrogant\"\n    ],\n    \"juo ajuju\": [\n        \"interrogate\"\n    ],\n    \"ịgba ajụjụ\": [\n        \"interrogatedness\"\n    ],\n    \"ajụjụ ọnụ\": [\n        \"interrogatories\"\n    ],\n    \"ndị na-agba ajụjụ ọnụ\": [\n        \"interrogators\",\n        \"interviewers\"\n    ],\n    \"mechue\": [\n        \"interrogatrix\"\n    ],\n    \"etre\": [\n        \"interrupted\"\n    ],\n    \"etrepu\": [\n        \"interruptedly\"\n    ],\n    \"ndị na-eme nkwụsị\": [\n        \"interrupters\"\n    ],\n    \"na-akwụsịtụ\": [\n        \"interruptingly\",\n        \"interruptively\",\n        \"interrupts\",\n        \"pauselessly\",\n        \"pausing\",\n        \"pausingly\",\n        \"suspiring\"\n    ],\n    \"debanyere\": [\n        \"interscribed\"\n    ],\n    \"ịdebanye aha\": [\n        \"interscribing\",\n        \"misdescribe\",\n        \"sublanceolate\"\n    ],\n    \"ntinye ihe\": [\n        \"interscription\"\n    ],\n    \"tinye intanet\": [\n        \"interseminate\"\n    ],\n    \"tinye n'ọkwa\": [\n        \"interseminated\"\n    ],\n    \"intersemining\": [\n        \"interseminating\"\n    ],\n    \"intingetị\": [\n        \"intersetting\"\n    ],\n    \"mmekọrịta nwoke na nwanyị\": [\n        \"intersexuality\",\n        \"intersexualities\",\n        \"sociosexuality\",\n        \"sociosexualities\"\n    ],\n    \"Intershop\": [\n        \"intershop\"\n    ],\n    \"intersystemụ\": [\n        \"intersystematic\"\n    ],\n    \"interso ọha\": [\n        \"intersociety\"\n    ],\n    \"intingoling\": [\n        \"intersoling\"\n    ],\n    \"okwute okwu\": [\n        \"interspeaker\"\n    ],\n    \"tinye na ya\": [\n        \"interspersed\"\n    ],\n    \"gwunye ya\": [\n        \"intersprinkle\"\n    ],\n    \"intersqueek\": [\n        \"intersqueezing\"\n    ],\n    \"interstadial\": [\n        \"interstapedial\"\n    ],\n    \"Interstates\": [\n        \"interstates\"\n    ],\n    \"interstellar\": [\n        \"interstellary\"\n    ],\n    \"ghachie\": [\n        \"interstimulate\"\n    ],\n    \"na-ekewasị\": [\n        \"interstimulating\"\n    ],\n    \"Etinye\": [\n        \"intertergal\",\n        \"puther\",\n        \"putter\"\n    ],\n    \"etiti ọnụ\": [\n        \"interterminal\"\n    ],\n    \"nkwupụta dị n'etiti\": [\n        \"intertessellation\"\n    ],\n    \"inter eri\": [\n        \"interthread\"\n    ],\n    \"n'agbata oge\": [\n        \"intertidally\"\n    ],\n    \"zaghaala\": [\n        \"intertinge\"\n    ],\n    \"okacha mba\": [\n        \"intertragian\"\n    ],\n    \"nwere njikọta\": [\n        \"intertwin\",\n        \"intertwine\",\n        \"intertwined\",\n        \"interwind\",\n        \"interwinded\"\n    ],\n    \"Njikọtị\": [\n        \"intertwinement\"\n    ],\n    \"nwaoyi\": [\n        \"intervaginal\",\n        \"natrochalcite\",\n        \"picosecond\",\n        \"picoseconds\"\n    ],\n    \"nkeji\": [\n        \"interval\",\n        \"minatory\",\n        \"minatorially\",\n        \"minis\",\n        \"sec\",\n        \"secern\",\n        \"secernent\",\n        \"secy\",\n        \"secos\",\n        \"secours\",\n        \"secque\",\n        \"secs\",\n        \"semiwoody\",\n        \"unction\",\n        \"unit\",\n        \"unitages\",\n        \"units\",\n        \"untin\"\n    ],\n    \"inu\": [\n        \"intervale\",\n        \"sip\",\n        \"suck\",\n        \"sups\"\n    ],\n    \"etiti oge\": [\n        \"intervalled\",\n        \"intervals\"\n    ],\n    \"otamasiri\": [\n        \"intervallic\"\n    ],\n    \"ga-eme\": [\n        \"intervaried\"\n    ],\n    \"ndị na-emegharị ahụ\": [\n        \"interventionists\"\n    ],\n    \"onye ogbugba\": [\n        \"interventor\"\n    ],\n    \"Ajụjụ ọnụ\": [\n        \"interview\",\n        \"interviews\"\n    ],\n    \"na-agba ajụjụ ọnụ\": [\n        \"interviewable\",\n        \"interviewing\"\n    ],\n    \"gbara ajụjụ ọnụ\": [\n        \"interviewed\"\n    ],\n    \"ndị a gbara ajụjụ ọnụ\": [\n        \"interviewees\"\n    ],\n    \"megharịa\": [\n        \"interweave\",\n        \"reactuate\",\n        \"reaffiliate\",\n        \"reamend\",\n        \"relitigate\",\n        \"reoppose\",\n        \"reraise\",\n        \"subform\"\n    ],\n    \"interweawe\": [\n        \"interweaved\"\n    ],\n    \"mewe\": [\n        \"interweaves\"\n    ],\n    \"na-emekọrịta ọnụ\": [\n        \"interweavingly\"\n    ],\n    \"itịbede\": [\n        \"interwhistling\"\n    ],\n    \"onthronistic\": [\n        \"inthronistic\"\n    ],\n    \"na-akpachi anya\": [\n        \"intimacy\"\n    ],\n    \"mmekọrịta chiri anya\": [\n        \"intimacies\"\n    ],\n    \"-akparịta ụka\": [\n        \"intimating\"\n    ],\n    \"menye gi egwu\": [\n        \"intimidate\"\n    ],\n    \"na-eyi egwu\": [\n        \"intimidating\",\n        \"intimidatory\",\n        \"menacing\",\n        \"menacingly\",\n        \"threatening\",\n        \"threateningly\",\n        \"threatens\",\n        \"threatproof\"\n    ],\n    \"nsia\": [\n        \"intine\"\n    ],\n    \"intitit\": [\n        \"intitled\"\n    ],\n    \"intiting\": [\n        \"intitling\"\n    ],\n    \"n'itinye uche\": [\n        \"intituling\"\n    ],\n    \"nke anabataghi\": [\n        \"intolerable\"\n    ],\n    \"anabataghi\": [\n        \"intolerableness\",\n        \"unarrived\",\n        \"unbait\",\n        \"uncovenanted\",\n        \"underrealized\",\n        \"underrepresent\",\n        \"unreceipted\"\n    ],\n    \"ekweghị ibe nọrọ\": [\n        \"intolerance\",\n        \"intolerancy\",\n        \"intolerant\",\n        \"intolerantness\"\n    ],\n    \"inlecing\": [\n        \"intolerating\"\n    ],\n    \"intom\": [\n        \"intombed\"\n    ],\n    \"intoming\": [\n        \"intombing\"\n    ],\n    \"udiri ihe\": [\n        \"intonate\"\n    ],\n    \"ndebeolu\": [\n        \"intonation\",\n        \"intoning\"\n    ],\n    \"intonato\": [\n        \"intonator\"\n    ],\n    \"intones\": [\n        \"intoned\"\n    ],\n    \"Ibubata\": [\n        \"intorts\"\n    ],\n    \"toxation\": [\n        \"intoxation\"\n    ],\n    \"mmịn\": [\n        \"intoxicatedness\"\n    ],\n    \"ịxicụbiga mmanya ókè\": [\n        \"intoxications\"\n    ],\n    \"ndị na-axicụbiga mmanya ókè\": [\n        \"intoxicators\"\n    ],\n    \"n'ime intraarial\": [\n        \"intraarterially\"\n    ],\n    \"kporopụ\": [\n        \"intractable\"\n    ],\n    \"intrados\": [\n        \"intradoss\"\n    ],\n    \"asụsụ niile\": [\n        \"intralingual\"\n    ],\n    \"intramachin\": [\n        \"intramachine\"\n    ],\n    \"intramal\": [\n        \"intramental\"\n    ],\n    \"intraneral\": [\n        \"intraneous\"\n    ],\n    \"enweghị ntụgharị\": [\n        \"intransitable\",\n        \"transfinite\",\n        \"untranscended\",\n        \"untransformative\",\n        \"untransgressed\",\n        \"untransitionally\",\n        \"untransmigrated\",\n        \"untransmutable\",\n        \"untransmuted\",\n        \"untranspiring\"\n    ],\n    \"nsụgharị\": [\n        \"intranslatable\",\n        \"locodescriptive\",\n        \"nonstooping\",\n        \"phlegmaticalness\",\n        \"rendement\",\n        \"rendering\",\n        \"renderings\",\n        \"rending\",\n        \"rendition\",\n        \"renditions\",\n        \"romanization\",\n        \"subfigures\",\n        \"untranslatability\",\n        \"versionist\",\n        \"versions\"\n    ],\n    \"igba ogwu n'akwara\": [\n        \"intraosseous\",\n        \"intravenous\",\n        \"intravenously\"\n    ],\n    \"intrapleral\": [\n        \"intrapleural\"\n    ],\n    \"intrase nkebi\": [\n        \"intrasegmental\"\n    ],\n    \"intrasras\": [\n        \"intraserous\"\n    ],\n    \"intratatricular\": [\n        \"intratesticular\"\n    ],\n    \"intrere\": [\n        \"intreasure\"\n    ],\n    \"intanet\": [\n        \"intrenchant\",\n        \"intrencher\"\n    ],\n    \"intrenia\": [\n        \"intrenched\"\n    ],\n    \"intrechi\": [\n        \"intrenches\"\n    ],\n    \"intaneting\": [\n        \"intrenching\"\n    ],\n    \"ọnye mmiri\": [\n        \"intrenchment\"\n    ],\n    \"kenyeu\": [\n        \"intrepid\"\n    ],\n    \"enweghị ụjọ\": [\n        \"intrepidness\",\n        \"nonjuror\",\n        \"untimid\",\n        \"untimidness\"\n    ],\n    \"ihe aghụghọ\": [\n        \"intrigues\"\n    ],\n    \"intrinrin\": [\n        \"intrinse\"\n    ],\n    \"intro kọnvatịbụl\": [\n        \"introconvertible\"\n    ],\n    \"introd\": [\n        \"introdden\"\n    ],\n    \"ndị mmebata\": [\n        \"introducers\"\n    ],\n    \"Okwu mmalite\": [\n        \"introductory\",\n        \"preface\",\n        \"prefaceable\",\n        \"preluder\"\n    ],\n    \"introro\": [\n        \"introfied\"\n    ],\n    \"introroti\": [\n        \"introgressant\"\n    ],\n    \"akpali akpali\": [\n        \"introgressive\",\n        \"percussive\",\n        \"urticarious\"\n    ],\n    \"introit\": [\n        \"introits\"\n    ],\n    \"intramit\": [\n        \"intromitted\"\n    ],\n    \"intromita\": [\n        \"intromitter\"\n    ],\n    \"intoskop\": [\n        \"introscope\"\n    ],\n    \"introsured\": [\n        \"introspected\"\n    ],\n    \"introsports\": [\n        \"introspective\"\n    ],\n    \"introsportsness\": [\n        \"introspectiveness\"\n    ],\n    \"kemkpu\": [\n        \"introvenient\",\n        \"predacious\"\n    ],\n    \"int ariyanjiyan\": [\n        \"introverse\"\n    ],\n    \"introverti\": [\n        \"introvertive\"\n    ],\n    \"ndị mmebi iwu\": [\n        \"intruders\"\n    ],\n    \"intrudring\": [\n        \"intrudingly\"\n    ],\n    \"ịbata\": [\n        \"intrusion\"\n    ],\n    \"intrusion\": [\n        \"intrusive\"\n    ],\n    \"intruodi\": [\n        \"intrusively\"\n    ],\n    \"intrususs\": [\n        \"intrusiveness\"\n    ],\n    \"Intsv\": [\n        \"intsv\"\n    ],\n    \"intubub\": [\n        \"intubated\",\n        \"intubating\"\n    ],\n    \"intubat\": [\n        \"intubatting\"\n    ],\n    \"kensinammuo\": [\n        \"intuent\",\n        \"intuitive\",\n        \"intuitively\"\n    ],\n    \"onye nsinammuo\": [\n        \"intuitionalist\",\n        \"intuitionist\"\n    ],\n    \"enweghi ọgụgụ isi\": [\n        \"intuitionless\"\n    ],\n    \"itu ogwu\": [\n        \"intumulate\"\n    ],\n    \"n'oge ya\": [\n        \"inturn\"\n    ],\n    \"intwing\": [\n        \"intwining\"\n    ],\n    \"na ighikota\": [\n        \"intwist\"\n    ],\n    \"na agbagọrị\": [\n        \"intwisted\"\n    ],\n    \"intwist\": [\n        \"intwisting\"\n    ],\n    \"inumbumb\": [\n        \"inumbrate\"\n    ],\n    \"inureni\": [\n        \"inurement\"\n    ],\n    \"Inu\": [\n        \"inurn\"\n    ],\n    \"Inside\": [\n        \"inurning\"\n    ],\n    \"ihe ndị dị n'ime\": [\n        \"inurns\"\n    ],\n    \"ingha\": [\n        \"inusitation\"\n    ],\n    \"apụghị ịgbagha agbagha\": [\n        \"inutterable\",\n        \"irreclaimably\"\n    ],\n    \"onye mbuso agha\": [\n        \"invader\",\n        \"invasionist\"\n    ],\n    \"ndị mwakpo\": [\n        \"invaders\"\n    ],\n    \"onye abaghi uru\": [\n        \"invalidator\"\n    ],\n    \"bara oke uru\": [\n        \"invaluable\",\n        \"invaluableness\",\n        \"invaluably\"\n    ],\n    \"invariantive\": [\n        \"invariantively\"\n    ],\n    \"ndị anaghị agbanwe agbanwe\": [\n        \"invariants\"\n    ],\n    \"n'ihe\": [\n        \"invectively\"\n    ],\n    \"onye na-etinye ihe\": [\n        \"invector\"\n    ],\n    \"inveigment\": [\n        \"inveiglement\"\n    ],\n    \"onye inveigler\": [\n        \"inveigler\"\n    ],\n    \"enweghi nkwenye\": [\n        \"invendibleness\",\n        \"unessence\",\n        \"unindicable\",\n        \"unrecognisably\"\n    ],\n    \"mepụtakwara\": [\n        \"inventable\",\n        \"inventary\",\n        \"invented\",\n        \"inventer\"\n    ],\n    \"mepụtara obere\": [\n        \"inventionless\"\n    ],\n    \"mmewe\": [\n        \"inventor\"\n    ],\n    \"echepụtara echepụta\": [\n        \"inventoriable\"\n    ],\n    \"n'ichepụta ihe\": [\n        \"inventorially\"\n    ],\n    \"invertebrate\": [\n        \"inverebrate\"\n    ],\n    \"verisimilitude\": [\n        \"inverisimilitude\"\n    ],\n    \"inverver\": [\n        \"inverities\"\n    ],\n    \"n'asụsụ asụsụ\": [\n        \"invernacular\",\n        \"pseudolinguistically\"\n    ],\n    \"inverness\": [\n        \"invernesses\"\n    ],\n    \"invers\": [\n        \"inversed\",\n        \"inverses\",\n        \"inversive\"\n    ],\n    \"inversely\": [\n        \"inversedly\"\n    ],\n    \"invertebrabra\": [\n        \"invertebrated\"\n    ],\n    \"tinye ego\": [\n        \"invest\",\n        \"investable\",\n        \"investible\",\n        \"investient\",\n        \"invests\",\n        \"overspilling\",\n        \"superimpend\"\n    ],\n    \"nyekwara\": [\n        \"invested\"\n    ],\n    \"na-eme nyocha\": [\n        \"investigating\"\n    ],\n    \"ndị na-eme nchọpụta\": [\n        \"investigators\",\n        \"prosaists\",\n        \"purveyors\",\n        \"scenarists\"\n    ],\n    \"ntinye ego\": [\n        \"investitures\",\n        \"investment\"\n    ],\n    \"ọ investụ\": [\n        \"investor\"\n    ],\n    \"adịghị ahụ anya\": [\n        \"inviabilities\",\n        \"inviable\",\n        \"inviscerate\",\n        \"invisibility\",\n        \"invisible\",\n        \"invisibleness\",\n        \"invisibly\"\n    ],\n    \"ịkpọku\": [\n        \"invict\",\n        \"invicted\"\n    ],\n    \"invicative\": [\n        \"invictive\"\n    ],\n    \"invidious\": [\n        \"invidiousness\"\n    ],\n    \"na-akpali ume\": [\n        \"invigorates\"\n    ],\n    \"na-agbasi ume ike\": [\n        \"invigoratingly\"\n    ],\n    \"enweghi ike imeri ya\": [\n        \"invincible\",\n        \"unconquerable\"\n    ],\n    \"enweghị mmeri\": [\n        \"invincibleness\",\n        \"invincibly\",\n        \"unconquerably\",\n        \"unconquest\",\n        \"unvanquished\",\n        \"victless\",\n        \"victoryless\",\n        \"victualless\",\n        \"winless\"\n    ],\n    \"adighi adi ire\": [\n        \"inviolable\"\n    ],\n    \"ikpoku\": [\n        \"inviolate\"\n    ],\n    \"mebisie\": [\n        \"inviolated\",\n        \"shatter\",\n        \"shatterer\",\n        \"shatterment\"\n    ],\n    \"ịkpọ òkù\": [\n        \"inviousness\"\n    ],\n    \"ibuso agha\": [\n        \"inviscid\"\n    ],\n    \"kpọbatara\": [\n        \"invised\"\n    ],\n    \"akpọ oku\": [\n        \"invitable\"\n    ],\n    \"akwụkwọ ịkpọ òkù\": [\n        \"invitations\"\n    ],\n    \"na-akpọ òkù\": [\n        \"invites\"\n    ],\n    \"ịkpọbata\": [\n        \"invitiate\"\n    ],\n    \"akpọghị\": [\n        \"invocable\",\n        \"involutedly\",\n        \"nonvitalized\",\n        \"uncontacted\",\n        \"unevoked\",\n        \"uninvited\",\n        \"uninvoked\",\n        \"unlaid\",\n        \"unsummoned\",\n        \"unvitalized\",\n        \"unvitiated\",\n        \"unvomited\"\n    ],\n    \"ekpere\": [\n        \"invocated\",\n        \"invocating\",\n        \"invocation\",\n        \"prayer\",\n        \"prayerfully\",\n        \"prayerfulness\",\n        \"prayerless\",\n        \"prayers\",\n        \"prayerwise\",\n        \"shirk\",\n        \"supplication\"\n    ],\n    \"akpọku\": [\n        \"invocational\"\n    ],\n    \"arịọ\": [\n        \"invocative\"\n    ],\n    \"akwụkwọ ọnụahịa\": [\n        \"invoice\",\n        \"invoices\",\n        \"invokers\",\n        \"undervoice\"\n    ],\n    \"invoised\": [\n        \"invoiced\"\n    ],\n    \"invoising\": [\n        \"invoicing\"\n    ],\n    \"kpọkuo\": [\n        \"invokes\",\n        \"summon\"\n    ],\n    \"inupughi\": [\n        \"involucel\"\n    ],\n    \"etinyeghị aka\": [\n        \"involucellate\",\n        \"nonentitize\",\n        \"noninvolved\",\n        \"unbenetted\",\n        \"unfertilising\",\n        \"unfertilized\",\n        \"unfertilizing\",\n        \"ungenitured\",\n        \"ungentilize\",\n        \"unindorsed\",\n        \"unintervolved\",\n        \"uninvolved\",\n        \"unnitrogenised\",\n        \"unpoliced\",\n        \"unsentinelled\",\n        \"unsmitten\",\n        \"unundertaken\",\n        \"unvested\"\n    ],\n    \"inupụ ihe\": [\n        \"involucrate\"\n    ],\n    \"etinyeghị\": [\n        \"involucred\",\n        \"uncentralised\",\n        \"uncentralized\",\n        \"uneaved\",\n        \"unfagoted\",\n        \"ungelatinized\",\n        \"ungentle\",\n        \"unginned\",\n        \"ungoitered\",\n        \"uninterwoven\"\n    ],\n    \"anaghị etinye aka\": [\n        \"involucres\",\n        \"nonaccommodating\",\n        \"nonactivation\",\n        \"nonadjoining\",\n        \"nonassimilating\",\n        \"nonassimilative\",\n        \"nonattached\",\n        \"nondedicative\",\n        \"nonintegration\",\n        \"nonintermittent\",\n        \"noninterpolative\",\n        \"nonintrusive\",\n        \"nonregarding\",\n        \"uninvolvement\",\n        \"unsleeved\"\n    ],\n    \"akwagharị\": [\n        \"involuntary\"\n    ],\n    \"itinye aka n'ihe\": [\n        \"involuntariness\"\n    ],\n    \"etinyeghị ya\": [\n        \"involuted\",\n        \"unmedalled\"\n    ],\n    \"invulnerable\": [\n        \"invulnerableness\"\n    ],\n    \"invulnevable\": [\n        \"invulnerably\"\n    ],\n    \"inwall\": [\n        \"inwalling\"\n    ],\n    \"inwedwo\": [\n        \"inwedged\"\n    ],\n    \"na ahihia\": [\n        \"inweed\"\n    ],\n    \"ke ibu ibu\": [\n        \"inweight\"\n    ],\n    \"na wiil\": [\n        \"inwheel\"\n    ],\n    \"tụsaratụ\": [\n        \"inwind\",\n        \"unwind\"\n    ],\n    \"tọpụ\": [\n        \"inwinding\",\n        \"loosed\",\n        \"loosemouthed\",\n        \"loosened\",\n        \"undosed\",\n        \"undrag\",\n        \"undraw\",\n        \"undrawn\",\n        \"undraws\",\n        \"unfasten\",\n        \"unlodge\",\n        \"unluck\",\n        \"unshirking\",\n        \"unslack\",\n        \"unsoil\",\n        \"unstartling\",\n        \"unstow\",\n        \"unstrapped\",\n        \"unstrip\",\n        \"untack\",\n        \"untackle\",\n        \"untie\",\n        \"untied\",\n        \"untiered\",\n        \"untiled\",\n        \"unwheeled\",\n        \"unwinding\",\n        \"unwrap\"\n    ],\n    \"Ana m arụ ọrụ\": [\n        \"inwork\"\n    ],\n    \"inwrap\": [\n        \"inwrapment\"\n    ],\n    \"inwra\": [\n        \"inwrapped\"\n    ],\n    \"inwreating\": [\n        \"inwreathing\"\n    ],\n    \"ide ihe\": [\n        \"inwrit\",\n        \"typologically\"\n    ],\n    \"inwuru\": [\n        \"inwrought\"\n    ],\n    \"yob\": [\n        \"yobs\"\n    ],\n    \"yochi\": [\n        \"yochel\"\n    ],\n    \"yokel\": [\n        \"yockel\"\n    ],\n    \"iokọ\": [\n        \"iocs\"\n    ],\n    \"ayodiin\": [\n        \"iodate\",\n        \"iodation\",\n        \"iodic\",\n        \"iodides\",\n        \"iodine\",\n        \"iodins\",\n        \"iodite\",\n        \"iodol\"\n    ],\n    \"iodigbo\": [\n        \"iodated\"\n    ],\n    \"na-ahụ ihe\": [\n        \"iodating\"\n    ],\n    \"yol\": [\n        \"yodeled\",\n        \"yodh\",\n        \"yodling\",\n        \"yolked\"\n    ],\n    \"ndị na-adụ afọ\": [\n        \"yodelers\"\n    ],\n    \"ndị na-eri yod\": [\n        \"yodellers\"\n    ],\n    \"iokwado\": [\n        \"iodinating\"\n    ],\n    \"iobanye\": [\n        \"iodination\"\n    ],\n    \"iodiso\": [\n        \"iodism\"\n    ],\n    \"io ihe ngosi\": [\n        \"iodisms\"\n    ],\n    \"iodiers\": [\n        \"iodizers\"\n    ],\n    \"chọgharị\": [\n        \"iodizing\",\n        \"remarques\",\n        \"requicken\"\n    ],\n    \"yodle\": [\n        \"yodled\",\n        \"yodler\",\n        \"yodlers\"\n    ],\n    \"yoruba\": [\n        \"yodles\",\n        \"yoruban\"\n    ],\n    \"iodol\": [\n        \"iodols\"\n    ],\n    \"yoga\": [\n        \"yogas\"\n    ],\n    \"yoge\": [\n        \"yogees\"\n    ],\n    \"yog\": [\n        \"yogh\",\n        \"yogins\"\n    ],\n    \"yogọt\": [\n        \"yoghurt\",\n        \"yogurt\"\n    ],\n    \"yoghar\": [\n        \"yoghurts\"\n    ],\n    \"yogi\": [\n        \"yogoite\"\n    ],\n    \"yohimbine\": [\n        \"yohimbenine\"\n    ],\n    \"yohimbe\": [\n        \"yohimbi\"\n    ],\n    \"yoke\": [\n        \"yokeable\",\n        \"yokeableness\",\n        \"yokeage\"\n    ],\n    \"yokof\": [\n        \"yokefellow\"\n    ],\n    \"enweghị yoke\": [\n        \"yokeless\"\n    ],\n    \"arụkọ ọrụ\": [\n        \"yokemating\",\n        \"teamworks\"\n    ],\n    \"ioli\": [\n        \"iolites\"\n    ],\n    \"nkochi ime akwa\": [\n        \"yolk\"\n    ],\n    \"yolk\": [\n        \"yolks\"\n    ],\n    \"yookpin\": [\n        \"yoncopin\"\n    ],\n    \"ion nwere ike\": [\n        \"ionisable\"\n    ],\n    \"ion\": [\n        \"ionised\",\n        \"ionising\",\n        \"ionized\",\n        \"ionizing\",\n        \"ions\"\n    ],\n    \"ioni\": [\n        \"ionism\"\n    ],\n    \"ion dị\": [\n        \"ioniums\"\n    ],\n    \"yoti\": [\n        \"yont\"\n    ],\n    \"mita\": [\n        \"ioparameters\",\n        \"meter\",\n        \"meterman\",\n        \"meters\",\n        \"metership\",\n        \"meterstick\",\n        \"metre\",\n        \"metres\"\n    ],\n    \"yor\": [\n        \"yorkers\"\n    ],\n    \"yoruba aka\": [\n        \"yorkshireism\"\n    ],\n    \"os\": [\n        \"ios\"\n    ],\n    \"iokeha\": [\n        \"ioskeha\"\n    ],\n    \"iochi anya\": [\n        \"iotacism\"\n    ],\n    \"Chioma\": [\n        \"iotas\"\n    ],\n    \"ị na-asọgharị gị\": [\n        \"youdendrift\"\n    ],\n    \"Judith\": [\n        \"youdith\",\n        \"judith\"\n    ],\n    \"Iwere\": [\n        \"youff\"\n    ],\n    \"nke ntà\": [\n        \"younger\",\n        \"youngth\"\n    ],\n    \"ọdụdụ nwa\": [\n        \"youngest\"\n    ],\n    \"Nwata\": [\n        \"youngish\",\n        \"youngun\",\n        \"tod\"\n    ],\n    \"Nwatakịrị\": [\n        \"younglet\"\n    ],\n    \"ntorobịa\": [\n        \"youngness\",\n        \"youthfullity\",\n        \"youthlikeness\",\n        \"youthtide\",\n        \"outgrowth\",\n        \"volage\"\n    ],\n    \"ịpịp\": [\n        \"youpons\"\n    ],\n    \"nke gi\": [\n        \"your\",\n        \"yourn\",\n        \"yours\",\n        \"thy\",\n        \"thymier\",\n        \"thine\"\n    ],\n    \"ị na-\": [\n        \"youre\"\n    ],\n    \"onwe gi\": [\n        \"yoursel\",\n        \"yourself\",\n        \"thysel\",\n        \"thyself\"\n    ],\n    \"unu onwe-unu\": [\n        \"yourselves\"\n    ],\n    \"yous\": [\n        \"youse\"\n    ],\n    \"okorobịa\": [\n        \"youth\",\n        \"youthful\",\n        \"youthfully\",\n        \"youthfulness\",\n        \"youthhood\"\n    ],\n    \"ikekeke\": [\n        \"youthened\",\n        \"lapidated\",\n        \"lapidifying\"\n    ],\n    \"ndị ntorobịa\": [\n        \"youthes\",\n        \"youths\"\n    ],\n    \"Nwatakiri\": [\n        \"youthheid\"\n    ],\n    \"enweghị okorobịa\": [\n        \"youthless\"\n    ],\n    \"dị ka okorobịa\": [\n        \"youthlike\"\n    ],\n    \"Ntorobịa\": [\n        \"youthwort\"\n    ],\n    \"ive\": [\n        \"youve\"\n    ],\n    \"Ize\": [\n        \"youze\"\n    ],\n    \"yow\": [\n        \"yowes\"\n    ],\n    \"ndị na-arụ ọrụ yow\": [\n        \"yowlers\"\n    ],\n    \"na-ekpori\": [\n        \"yowling\"\n    ],\n    \"ioew\": [\n        \"iowt\"\n    ],\n    \"okucac\": [\n        \"ipecac\"\n    ],\n    \"okucacs\": [\n        \"ipecacs\"\n    ],\n    \"okucacuanha\": [\n        \"ipecacuanha\"\n    ],\n    \"okucacuanhic\": [\n        \"ipecacuanhic\"\n    ],\n    \"iphish\": [\n        \"iphis\"\n    ],\n    \"ọnọdụcras\": [\n        \"ipocras\"\n    ],\n    \"ip. ip\": [\n        \"ipr\"\n    ],\n    \"iphoneiazid\": [\n        \"iproniazid\"\n    ],\n    \"ipse\": [\n        \"ipseity\"\n    ],\n    \"iran\": [\n        \"iranian\",\n        \"iranic\",\n        \"iranism\",\n        \"iranist\"\n    ],\n    \"ndị Iran\": [\n        \"iranians\"\n    ],\n    \"mbosi\": [\n        \"irately\",\n        \"sylphish\"\n    ],\n    \"onye na-akwadoghị echiche\": [\n        \"irenicist\"\n    ],\n    \"imrichin\": [\n        \"iricize\"\n    ],\n    \"dị iridaceous\": [\n        \"iridaceous\"\n    ],\n    \"ezinyanyi\": [\n        \"iridectomies\"\n    ],\n    \"na-ekpochapụ mmiri\": [\n        \"iridectomizing\"\n    ],\n    \"ihe mgbama\": [\n        \"iridesce\"\n    ],\n    \"iridisị\": [\n        \"iridization\"\n    ],\n    \"iridoconstrictor mmachi\": [\n        \"iridoconstrictor\"\n    ],\n    \"ọrịa iridoptosis\": [\n        \"iridoptosis\"\n    ],\n    \"mgbachi iridotomy\": [\n        \"iridotomy\"\n    ],\n    \"irisị\": [\n        \"irisate\"\n    ],\n    \"iris\": [\n        \"irisated\",\n        \"irisation\",\n        \"irised\",\n        \"irisher\",\n        \"irising\"\n    ],\n    \"irisii\": [\n        \"irises\"\n    ],\n    \"ndị irishmen\": [\n        \"irishmen\"\n    ],\n    \"Ahịrị\": [\n        \"irks\",\n        \"undrossy\"\n    ],\n    \"Ogwe osisi\": [\n        \"ironbark\",\n        \"woodpiles\"\n    ],\n    \"Ihe nchara\": [\n        \"ironbush\"\n    ],\n    \"edetụ\": [\n        \"ironed\"\n    ],\n    \"irontọ\": [\n        \"ironer\"\n    ],\n    \"Ndị na-eme ihe\": [\n        \"ironers\"\n    ],\n    \"Irons\": [\n        \"irones\",\n        \"irons\"\n    ],\n    \"Ironfisted\": [\n        \"ironfisted\"\n    ],\n    \"nnyefe ígwè\": [\n        \"ironhandedness\"\n    ],\n    \"okpu igwe\": [\n        \"ironheads\"\n    ],\n    \"iron obi\": [\n        \"ironheartedness\"\n    ],\n    \"ihe eji eme onu\": [\n        \"ironical\"\n    ],\n    \"Ndetị\": [\n        \"ironing\"\n    ],\n    \"Ironings\": [\n        \"ironings\"\n    ],\n    \"enweghị ígwè\": [\n        \"ironless\"\n    ],\n    \"jiri ọchị\": [\n        \"ironly\",\n        \"sneerful\"\n    ],\n    \"dị ka ígwè\": [\n        \"ironlike\"\n    ],\n    \"nwoke igwe\": [\n        \"ironman\"\n    ],\n    \"ndị na-arụ ọrụ ígwè\": [\n        \"ironmen\",\n        \"ironworkers\",\n        \"metalworkers\"\n    ],\n    \"ihe nchara\": [\n        \"ironmongeries\",\n        \"ironsided\",\n        \"ironsides\",\n        \"ironwort\",\n        \"pitheads\",\n        \"steelheads\",\n        \"steelproof\",\n        \"tinsel\"\n    ],\n    \"mgba ígwè\": [\n        \"ironmongering\"\n    ],\n    \"ogbugba igwe\": [\n        \"ironshot\"\n    ],\n    \"Ironwood\": [\n        \"ironwood\"\n    ],\n    \"Ironwoods\": [\n        \"ironwoods\"\n    ],\n    \"onye na-arụ ọrụ ígwè\": [\n        \"ironworker\",\n        \"metalworker\",\n        \"steelworker\"\n    ],\n    \"ọrụ igwe\": [\n        \"ironworks\",\n        \"metalwork\",\n        \"metalworks\"\n    ],\n    \"enweghị ike ịgbagha agbagha\": [\n        \"irradicable\",\n        \"irrefusable\",\n        \"irreversible\",\n        \"nonirrevocable\",\n        \"nonreversible\",\n        \"unawakable\",\n        \"unawakableness\",\n        \"undefensible\",\n        \"undenotable\",\n        \"undiscourageable\",\n        \"undissuadable\",\n        \"unpurgeable\",\n        \"unrebuffable\",\n        \"unrebuttable\",\n        \"unrescissable\",\n        \"unutilizable\"\n    ],\n    \"nke enweghị ike ịpụ apụ\": [\n        \"irrarefiable\"\n    ],\n    \"igba iko\": [\n        \"irrate\"\n    ],\n    \"ghara inwe uche\": [\n        \"irrationalize\"\n    ],\n    \"adịghị anabata mmadụ\": [\n        \"irreceptive\"\n    ],\n    \"enweghị ike iweghachi\": [\n        \"irreclaimable\",\n        \"nonirrevocability\",\n        \"unreclaimable\",\n        \"unreprievable\"\n    ],\n    \"ekwupụtaghị\": [\n        \"irreclaimed\",\n        \"nondisclaim\",\n        \"nonpatterned\",\n        \"uncascaded\",\n        \"unclaimed\",\n        \"unclaiming\",\n        \"undeplored\",\n        \"undisclaimed\",\n        \"undismounted\",\n        \"unpodded\",\n        \"unportended\",\n        \"unprovised\",\n        \"unsulphonated\",\n        \"unvindicated\"\n    ],\n    \"enweghị ike ịmata\": [\n        \"irrecognizable\"\n    ],\n    \"enweghị ike idozi\": [\n        \"irreconcilableness\",\n        \"nonreconcilable\"\n    ],\n    \"agaghị agbagha\": [\n        \"irreconcilably\",\n        \"untestable\"\n    ],\n    \"ekweghị ekwe ekwe\": [\n        \"irreconciliableness\",\n        \"unbreatheable\",\n        \"uncontradictableness\",\n        \"uncorrigibleness\"\n    ],\n    \"enweghị ike ịkọwapụta\": [\n        \"irrecoverableness\",\n        \"irreplevisable\",\n        \"irreproachable\",\n        \"irreproachableness\",\n        \"irrevealably\",\n        \"nonextractable\",\n        \"nonpolarizable\",\n        \"nonportrayable\",\n        \"nonresinifiable\",\n        \"nonspecifiable\",\n        \"nonverifiable\",\n        \"unadvisability\",\n        \"unallurable\",\n        \"uncircumscribable\",\n        \"uncoaxable\",\n        \"undeterminable\",\n        \"undraftable\",\n        \"unduplicable\",\n        \"unexaminable\",\n        \"unexcludable\",\n        \"unexemptible\",\n        \"unexhaustible\",\n        \"unexhaustibleness\",\n        \"unexorable\",\n        \"unexpeditable\",\n        \"unexpellable\",\n        \"unexplodable\",\n        \"unexploitable\",\n        \"unexplorable\",\n        \"unexpressable\",\n        \"unexterminable\",\n        \"unextortable\",\n        \"unfalsifiable\",\n        \"unfertilisable\",\n        \"unfetchable\",\n        \"unfigurable\",\n        \"unfinable\",\n        \"unfrightenable\",\n        \"ungraphable\",\n        \"unhyphenable\",\n        \"unmultiplicable\",\n        \"unopressible\",\n        \"unparriable\",\n        \"unphonographed\",\n        \"unphrasableness\",\n        \"unportrayable\",\n        \"unpostponable\",\n        \"unprayable\",\n        \"unpreventible\",\n        \"unprizable\",\n        \"unputrefiable\",\n        \"unsaponifiable\",\n        \"unsignifiable\",\n        \"unsolidifiable\",\n        \"unspecifiable\",\n        \"unsqueezable\",\n        \"unstatutable\",\n        \"unstaunchable\",\n        \"unsusceptibleness\",\n        \"unvitrifiable\"\n    ],\n    \"enweghi ike iwepu ihe\": [\n        \"irredeemability\",\n        \"irretrievability\"\n    ],\n    \"anaghị ekwe omume\": [\n        \"irreducibilities\",\n        \"refrangible\"\n    ],\n    \"nnweta na-enweghị ike ịgbanwe agbanwe\": [\n        \"irreducibleness\"\n    ],\n    \"a na-apụghị igbochi egbochi\": [\n        \"irrefragably\",\n        \"irrefrangibly\"\n    ],\n    \"a na-agbaghaghị agbagha\": [\n        \"irrefutably\"\n    ],\n    \"eweghachighi\": [\n        \"irregenerate\",\n        \"unrevoked\"\n    ],\n    \"oge ufodu\": [\n        \"irregular\",\n        \"irregularly\",\n        \"midsentence\",\n        \"sporadic\",\n        \"unoccasional\",\n        \"unregular\"\n    ],\n    \"emeghi iwu\": [\n        \"irregulars\",\n        \"irregulous\",\n        \"nonagglutinant\",\n        \"unpedestaling\",\n        \"untranquillised\"\n    ],\n    \"anaghị achịkwa ya\": [\n        \"irregulate\"\n    ],\n    \"enweghị okpukpe\": [\n        \"irreligion\",\n        \"irreligious\",\n        \"nonreligious\",\n        \"nonreligiousness\",\n        \"religionless\"\n    ],\n    \"okpukpere chi\": [\n        \"irreligionism\",\n        \"myriarchy\"\n    ],\n    \"adịghị emetụta\": [\n        \"irreluctant\",\n        \"nonaffecting\",\n        \"unpervading\"\n    ],\n    \"enwere ike iwe\": [\n        \"irremeable\"\n    ],\n    \"enweghi ike iwepu ya\": [\n        \"irremissibleness\",\n        \"irretrievableness\",\n        \"nonamenableness\",\n        \"unbreached\",\n        \"unculpable\",\n        \"undatable\",\n        \"undetachable\",\n        \"unobliterable\",\n        \"unpartable\",\n        \"unweldable\"\n    ],\n    \"enweghị ike imeghari\": [\n        \"irremovable\",\n        \"unfollowable\"\n    ],\n    \"agaghịkwa arụzi\": [\n        \"irrepair\"\n    ],\n    \"nkwụ a na-apụghị ịkọwa akọwa\": [\n        \"irrepealableness\"\n    ],\n    \"enweghị nchegharị\": [\n        \"irrepentance\",\n        \"irrepentant\",\n        \"nonrepentance\",\n        \"unrecusant\",\n        \"unremonstrative\",\n        \"unrepentable\",\n        \"unrepentance\",\n        \"unrepentantness\",\n        \"unrepentingness\",\n        \"unsevereness\"\n    ],\n    \"a na-apụghị ịgbanwe agbanwe\": [\n        \"irreplaceableness\"\n    ],\n    \"agaghị akọlitere\": [\n        \"irreportable\"\n    ],\n    \"enweghị nkwanye ugwu\": [\n        \"irreprehensibility\",\n        \"nonamphibiousness\",\n        \"nonassessability\",\n        \"nonchalantness\",\n        \"nonclassifiable\",\n        \"noncoagulative\",\n        \"noncondensation\",\n        \"noncontemptibleness\",\n        \"noncorrosiveness\",\n        \"noncorruptibleness\",\n        \"noncumbrousness\",\n        \"nondefensibility\",\n        \"nondiabolicalness\",\n        \"nonformidableness\",\n        \"nonlyricism\",\n        \"nonpenetrability\",\n        \"nonpliability\",\n        \"nonprominence\",\n        \"nonprominent\",\n        \"nonprosperity\",\n        \"nonrepellency\",\n        \"nonsupplicating\",\n        \"nonsupplication\",\n        \"nonsuppositional\",\n        \"nonsuppressiveness\",\n        \"nonviolation\",\n        \"nonviscidness\",\n        \"unconditionedness\",\n        \"uncontemptibleness\",\n        \"uncurtailable\",\n        \"unpicaresque\",\n        \"unpromotive\",\n        \"unrenounceable\",\n        \"unreviled\",\n        \"unsnouted\",\n        \"unsubsidiary\",\n        \"untransitorily\",\n        \"untransitoriness\"\n    ],\n    \"enweghị ebubo\": [\n        \"irreprehensible\",\n        \"nonblamable\",\n        \"nonblamableness\",\n        \"nonreprehensible\"\n    ],\n    \"apụghị ịgbanwe agbanwe\": [\n        \"irrepressibly\"\n    ],\n    \"enweghị ike imegide\": [\n        \"irrepressive\"\n    ],\n    \"enweghị ike iweghachi ozi\": [\n        \"irreproachability\"\n    ],\n    \"enweghị ike ịgbakọ\": [\n        \"irreproachably\",\n        \"nonamalgamable\",\n        \"nonconsumable\",\n        \"unaccomplishable\",\n        \"unnumberableness\",\n        \"unspeculating\"\n    ],\n    \"enweghị ike nrụpụta\": [\n        \"irreproducibility\",\n        \"irreproducible\"\n    ],\n    \"enweghị ike ịmị mkpụrụ\": [\n        \"irreproductive\"\n    ],\n    \"mba mba\": [\n        \"irrepublican\"\n    ],\n    \"enweghị ike iguzogide ya\": [\n        \"irresistibility\",\n        \"irresistibleness\"\n    ],\n    \"irresistial\": [\n        \"irresistible\"\n    ],\n    \"enweghị ike ịkọwa ihe\": [\n        \"irresolvability\"\n    ],\n    \"amatabeghị\": [\n        \"irresolved\",\n        \"unacquaint\"\n    ],\n    \"n'agbanyeghị na\": [\n        \"irrespective\"\n    ],\n    \"n'echeghị eche\": [\n        \"irrespectively\"\n    ],\n    \"anaghị anabata iwu\": [\n        \"irresponsive\",\n        \"nonobscurities\"\n    ],\n    \"enweghị ike ịpụ\": [\n        \"irretraceable\",\n        \"irretrievably\"\n    ],\n    \"adịghị asọpụrụ\": [\n        \"irreverent\",\n        \"irreverential\",\n        \"unhospitable\"\n    ],\n    \"n'ụzọ na-enweghị atụ\": [\n        \"irreverentially\",\n        \"scarfwise\",\n        \"uncompatibly\",\n        \"undetestably\",\n        \"unexotically\",\n        \"unusuriously\",\n        \"unwieldily\"\n    ],\n    \"nke nwere ike irrigri\": [\n        \"irrigable\"\n    ],\n    \"igba mmiri n'ubi\": [\n        \"irrigate\"\n    ],\n    \"ogbugba mmiri n'ubi\": [\n        \"irrigation\",\n        \"irrigational\",\n        \"irrigations\"\n    ],\n    \"ndị na-akụ mmiri\": [\n        \"irrigators\",\n        \"jankers\"\n    ],\n    \"n'adighi egwu\": [\n        \"irriguous\",\n        \"nonamorous\",\n        \"nonmusically\"\n    ],\n    \"iyatesịt\": [\n        \"irritation\"\n    ],\n    \"onye mgbakasi\": [\n        \"irritator\"\n    ],\n    \"edehie\": [\n        \"irrite\",\n        \"miswrites\"\n    ],\n    \"n'achọghị\": [\n        \"irruptively\",\n        \"lurchingfully\",\n        \"nonarbitrarily\",\n        \"noncapriciously\",\n        \"nonfallaciously\",\n        \"nonintrospectively\",\n        \"nonmilitantly\",\n        \"nonprominently\",\n        \"nonprotectively\",\n        \"nonritualistically\",\n        \"nontypically\",\n        \"unannoyingly\",\n        \"unaskingly\",\n        \"unbalkingly\",\n        \"unbashfully\",\n        \"unbricked\",\n        \"unchidingly\",\n        \"unchurlishly\",\n        \"unfervently\",\n        \"ungovernably\",\n        \"unhusking\",\n        \"unjokingly\",\n        \"unobservingly\",\n        \"unpridefully\",\n        \"unprudently\",\n        \"unrepiningly\",\n        \"unshrinkingly\",\n        \"unthrivingly\",\n        \"unwindingly\",\n        \"unwishfully\"\n    ],\n    \"irru\": [\n        \"irrupts\"\n    ],\n    \"bu\": [\n        \"is\",\n        \"ise\",\n        \"isn\",\n        \"js\"\n    ],\n    \"isabel\": [\n        \"isabelite\"\n    ],\n    \"enweghịge\": [\n        \"isagoge\"\n    ],\n    \"enweghịgic\": [\n        \"isagogic\"\n    ],\n    \"enweghịgically\": [\n        \"isagogically\"\n    ],\n    \"enweghịgics\": [\n        \"isagogics\"\n    ],\n    \"Aịzaya\": [\n        \"isaiah\"\n    ],\n    \"onyeasiri\": [\n        \"isaurian\"\n    ],\n    \"Ozogbogu\": [\n        \"iscariotical\"\n    ],\n    \"ischemic\": [\n        \"ischaemic\"\n    ],\n    \"ischia\": [\n        \"ischar\",\n        \"ischchia\",\n        \"ischiac\"\n    ],\n    \"viscose\": [\n        \"iscose\"\n    ],\n    \"ajuju anya\": [\n        \"isepiptesial\",\n        \"overappareled\"\n    ],\n    \"arụult\": [\n        \"iseult\"\n    ],\n    \"Ishmael\": [\n        \"ishmael\"\n    ],\n    \"ishmael\": [\n        \"ishmaelite\"\n    ],\n    \"islam\": [\n        \"islamic\",\n        \"islamitic\"\n    ],\n    \"okpukpe Alakụba\": [\n        \"islamism\"\n    ],\n    \"onye Alakụba\": [\n        \"islamist\"\n    ],\n    \"islamitisch\": [\n        \"islamitish\"\n    ],\n    \"ndị agwaetiti\": [\n        \"islanders\"\n    ],\n    \"enweghị agwaetiti\": [\n        \"islandless\"\n    ],\n    \"ndi agwaetiti\": [\n        \"islandmen\"\n    ],\n    \"ọkà mmụta agwaetiti\": [\n        \"islandologist\"\n    ],\n    \"onye isleman\": [\n        \"isleman\"\n    ],\n    \"Agwaetiti\": [\n        \"isles\"\n    ],\n    \"onye islesman\": [\n        \"islesman\"\n    ],\n    \"ndị islesmen\": [\n        \"islesmen\"\n    ],\n    \"isle\": [\n        \"isleted\"\n    ],\n    \"ismael\": [\n        \"ismaelite\"\n    ],\n    \"onye ismail\": [\n        \"ismailian\"\n    ],\n    \"bu nkem\": [\n        \"ismy\"\n    ],\n    \"iso ndiiche\": [\n        \"isoabnormal\"\n    ],\n    \"Isobase\": [\n        \"isobase\"\n    ],\n    \"Isobath\": [\n        \"isobath\"\n    ],\n    \"Isobathic\": [\n        \"isobathic\"\n    ],\n    \"Isobaths\": [\n        \"isobaths\"\n    ],\n    \"Isobilianic\": [\n        \"isobilianic\"\n    ],\n    \"Isobront\": [\n        \"isobront\"\n    ],\n    \"Isobronton\": [\n        \"isobronton\"\n    ],\n    \"Isobutylene\": [\n        \"isobutylene\"\n    ],\n    \"Isobutyric\": [\n        \"isobutyric\"\n    ],\n    \"Isobutyryl\": [\n        \"isobutyryl\"\n    ],\n    \"Ogbeji\": [\n        \"isochasmic\"\n    ],\n    \"isochiram\": [\n        \"isochimal\"\n    ],\n    \"oge iche\": [\n        \"isochimes\"\n    ],\n    \"isochian\": [\n        \"isochrons\"\n    ],\n    \"ọchịchị onye kwuo uche ya\": [\n        \"isocracy\",\n        \"isocracies\",\n        \"republicaniser\",\n        \"republicanising\",\n        \"republicanism\"\n    ],\n    \"usoro ọchịchị\": [\n        \"isocratic\"\n    ],\n    \"Ikwu-iche\": [\n        \"isodiabatic\"\n    ],\n    \"ịdị iche iche\": [\n        \"isogametism\",\n        \"isoperimetry\",\n        \"isoperimetric\",\n        \"nondiffractiveness\",\n        \"undivining\",\n        \"variate\"\n    ],\n    \"isoonic\": [\n        \"isogonic\"\n    ],\n    \"isogonị\": [\n        \"isogonies\"\n    ],\n    \"Nkewapụ\": [\n        \"isographs\"\n    ],\n    \"iche iche ọgwụ mgbochi\": [\n        \"isoimmunization\"\n    ],\n    \"isokurtiiki\": [\n        \"isokurtic\"\n    ],\n    \"kewapụrụ iche\": [\n        \"isolable\",\n        \"isolatable\"\n    ],\n    \"anọrọ\": [\n        \"isolate\",\n        \"lodged\",\n        \"monophthongized\",\n        \"pancratical\",\n        \"semivitrified\",\n        \"underbreath\"\n    ],\n    \"naanị ya\": [\n        \"isolatedly\",\n        \"solitary\",\n        \"solitarily\"\n    ],\n    \"na-akpa iche\": [\n        \"isolating\"\n    ],\n    \"nnọpụ iche\": [\n        \"isolation\",\n        \"isolysis\"\n    ],\n    \"ndị na-ekewapụ iche\": [\n        \"isolationalists\",\n        \"isolationists\",\n        \"isolators\"\n    ],\n    \"onye na-ekewapụ iche\": [\n        \"isolator\"\n    ],\n    \"na-eme ihe n'eziokwu\": [\n        \"isomerizing\",\n        \"molinistic\"\n    ],\n    \"ndị isomers\": [\n        \"isomers\"\n    ],\n    \"isonicotinik\": [\n        \"isonicotinic\"\n    ],\n    \"isonomi\": [\n        \"isonomic\"\n    ],\n    \"isoperimita\": [\n        \"isoperimeter\"\n    ],\n    \"Isophanal\": [\n        \"isophanal\"\n    ],\n    \"azo\": [\n        \"isophenomenal\"\n    ],\n    \"isiocha\": [\n        \"isophthalic\"\n    ],\n    \"anaghi-ekwe omume\": [\n        \"isorrhythmic\",\n        \"unregardable\"\n    ],\n    \"isoskop\": [\n        \"isoscope\"\n    ],\n    \"isoseism\": [\n        \"isoseismic\"\n    ],\n    \"a na-echebara echiche\": [\n        \"isospondylous\"\n    ],\n    \"Izoteric\": [\n        \"isoteric\"\n    ],\n    \"isotral\": [\n        \"isotheral\"\n    ],\n    \"enweghi ebe\": [\n        \"isothere\"\n    ],\n    \"ihe oku\": [\n        \"isothermic\",\n        \"oxid\"\n    ],\n    \"izu ike izu ike\": [\n        \"isothermobath\"\n    ],\n    \"izu ike ọzọ\": [\n        \"isothermobaths\"\n    ],\n    \"isotiocyanates\": [\n        \"isothiocyanates\"\n    ],\n    \"isotiocyanic\": [\n        \"isothiocyanic\"\n    ],\n    \"izotic\": [\n        \"isotimic\"\n    ],\n    \"Isotony\": [\n        \"isotony\"\n    ],\n    \"Isotonia\": [\n        \"isotonia\"\n    ],\n    \"Obinna Iwuchukwu\": [\n        \"isovalerianic\",\n        \"prostatomegaly\",\n        \"seleniferous\",\n        \"selenitiferous\"\n    ],\n    \"isochii\": [\n        \"isoxylene\"\n    ],\n    \"Israel\": [\n        \"israel\"\n    ],\n    \"ụmụ Izrel\": [\n        \"israelis\"\n    ],\n    \"israel\": [\n        \"israelite\"\n    ],\n    \"ndị israel\": [\n        \"israelites\"\n    ],\n    \"onye Israel\": [\n        \"israelitic\"\n    ],\n    \"ssaka\": [\n        \"issachar\"\n    ],\n    \"mwepụta\": [\n        \"issuance\"\n    ],\n    \"esite\": [\n        \"issuant\",\n        \"reservoir\"\n    ],\n    \"enweghị mbipụta\": [\n        \"issueless\",\n        \"nonprintable\",\n        \"nonpublishable\",\n        \"unprintably\"\n    ],\n    \"ndị na-ewepụta ya\": [\n        \"issuers\"\n    ],\n    \"ala-mmiri\": [\n        \"isthmus\"\n    ],\n    \"onye istrian\": [\n        \"istrian\"\n    ],\n    \"Iz\": [\n        \"isz\"\n    ],\n    \"Italia\": [\n        \"italy\",\n        \"italianation\",\n        \"itoland\"\n    ],\n    \"alitali\": [\n        \"italian\",\n        \"italianate\"\n    ],\n    \"italianally\": [\n        \"italianately\"\n    ],\n    \"Italianism\": [\n        \"italianism\"\n    ],\n    \"onye italian\": [\n        \"italianist\"\n    ],\n    \"ndị Italia\": [\n        \"italians\"\n    ],\n    \"italiki\": [\n        \"italical\"\n    ],\n    \"italic\": [\n        \"italically\",\n        \"italicized\",\n        \"italicizing\"\n    ],\n    \"altali\": [\n        \"italican\"\n    ],\n    \"onye italiki\": [\n        \"italicanist\"\n    ],\n    \"Italication\": [\n        \"italicization\"\n    ],\n    \"ọ bụ ihe odide\": [\n        \"italics\"\n    ],\n    \"Italiot\": [\n        \"italiot\"\n    ],\n    \"osisiartaric\": [\n        \"itatartaric\"\n    ],\n    \"osisiartrate\": [\n        \"itatartrate\"\n    ],\n    \"oko\": [\n        \"itch\",\n        \"itched\",\n        \"itches\"\n    ],\n    \"itches oglan\": [\n        \"itcheoglan\"\n    ],\n    \"ichapu ihe\": [\n        \"iteming\"\n    ],\n    \"Itinye\": [\n        \"itemized\"\n    ],\n    \"Itinye ihe\": [\n        \"itemizing\"\n    ],\n    \"rancegha\": [\n        \"iterance\"\n    ],\n    \"itechi\": [\n        \"iterances\"\n    ],\n    \"efere ya\": [\n        \"iterated\"\n    ],\n    \"ite aka\": [\n        \"iteration\",\n        \"ploat\",\n        \"potagerie\"\n    ],\n    \"na-anabataghị\": [\n        \"iterative\"\n    ],\n    \"ithagin\": [\n        \"ithaginis\"\n    ],\n    \"shiher\": [\n        \"ither\"\n    ],\n    \"ejegharị\": [\n        \"itinerant\",\n        \"traveldom\"\n    ],\n    \"Itineraria\": [\n        \"itineraria\"\n    ],\n    \"onye njegharị\": [\n        \"itinerarian\"\n    ],\n    \"njegasi\": [\n        \"itinerarium\",\n        \"itinerariums\"\n    ],\n    \"agara\": [\n        \"itinerated\",\n        \"stituted\"\n    ],\n    \"Njegharị\": [\n        \"itinerating\"\n    ],\n    \"itine\": [\n        \"itinerous\"\n    ],\n    \"ọkà mmụta okpukpe\": [\n        \"itoist\",\n        \"theologian\",\n        \"theologician\",\n        \"theologist\",\n        \"theologus\",\n        \"theoteleological\"\n    ],\n    \"Itonia\": [\n        \"itonia\"\n    ],\n    \"n'onwe ya\": [\n        \"itself\"\n    ],\n    \"iudu\": [\n        \"iuds\"\n    ],\n    \"yugoslavia\": [\n        \"yugoslavians\"\n    ],\n    \"yules\": [\n        \"yulans\"\n    ],\n    \"yule ngọngọ\": [\n        \"yuleblock\"\n    ],\n    \"yum\": [\n        \"yuma\"\n    ],\n    \"yọọs\": [\n        \"yurts\"\n    ],\n    \"aivụ\": [\n        \"ivy\"\n    ],\n    \"ivyberị\": [\n        \"ivyberry\"\n    ],\n    \"nkpuru osisi mvy\": [\n        \"ivyberries\"\n    ],\n    \"ivi\": [\n        \"ivied\",\n        \"ivies\"\n    ],\n    \"ọdụ́\": [\n        \"ivorybill\",\n        \"ivorylike\"\n    ],\n    \"ivory\": [\n        \"ivoried\"\n    ],\n    \"ivor\": [\n        \"ivories\"\n    ],\n    \"Ivory\": [\n        \"ivorine\"\n    ],\n    \"ọvorụ\": [\n        \"ivoriness\"\n    ],\n    \"izile\": [\n        \"iztle\"\n    ],\n    \"ajị\": [\n        \"izzards\"\n    ],\n    \"j j\": [\n        \"j\"\n    ],\n    \"jabbering\": [\n        \"jabberingly\"\n    ],\n    \"jabber\": [\n        \"jabbers\"\n    ],\n    \"jabirọs\": [\n        \"jabirus\"\n    ],\n    \"jacaranda\": [\n        \"jacarandi\"\n    ],\n    \"jacare\": [\n        \"jacate\"\n    ],\n    \"jaconnet\": [\n        \"jacconet\"\n    ],\n    \"jaak\": [\n        \"jack\"\n    ],\n    \"jaket\": [\n        \"jackey\",\n        \"jacket\",\n        \"jacketed\",\n        \"jackety\"\n    ],\n    \"jackaroo\": [\n        \"jackeroo\",\n        \"jackerooed\"\n    ],\n    \"enweghị jaket\": [\n        \"jacketless\"\n    ],\n    \"Jaketị\": [\n        \"jackets\"\n    ],\n    \"jaket maara ihe\": [\n        \"jacketwise\"\n    ],\n    \"Jackleg\": [\n        \"jackleg\"\n    ],\n    \"jackman\": [\n        \"jackmen\"\n    ],\n    \"jackknife\": [\n        \"jacknifed\"\n    ],\n    \"jackknifing\": [\n        \"jacknifing\"\n    ],\n    \"Jaịrọd\": [\n        \"jackrod\"\n    ],\n    \"amapụrụ\": [\n        \"jackrolled\"\n    ],\n    \"Okwudili\": [\n        \"jackslave\",\n        \"jacksmelt\",\n        \"paludicolous\",\n        \"quadrifocal\",\n        \"stemmery\"\n    ],\n    \"Jacksonian\": [\n        \"jacksonian\"\n    ],\n    \"Jacktan\": [\n        \"jacktan\"\n    ],\n    \"Jacktar\": [\n        \"jacktar\"\n    ],\n    \"jacobus\": [\n        \"jacobuses\"\n    ],\n    \"jactance\": [\n        \"jactancy\"\n    ],\n    \"jact\": [\n        \"jactant\"\n    ],\n    \"jactact\": [\n        \"jactitated\"\n    ],\n    \"jactụ\": [\n        \"jacture\"\n    ],\n    \"Jacu\": [\n        \"jacu\"\n    ],\n    \"Jacuaru\": [\n        \"jacuaru\"\n    ],\n    \"jed\": [\n        \"jad\",\n        \"jadder\",\n        \"jade\",\n        \"jading\"\n    ],\n    \"jaded\": [\n        \"jadded\"\n    ],\n    \"jedite\": [\n        \"jadeite\"\n    ],\n    \"Ihe njiri mara\": [\n        \"jadery\"\n    ],\n    \"Jeadestone\": [\n        \"jadestone\"\n    ],\n    \"jadish\": [\n        \"jadishness\"\n    ],\n    \"jaegers\": [\n        \"jaegars\"\n    ],\n    \"Uche Nwankwo\": [\n        \"jaybird\",\n        \"sibyllist\"\n    ],\n    \"jailaj\": [\n        \"jailage\"\n    ],\n    \"ụlọ nga\": [\n        \"jailbird\",\n        \"jailbreaks\",\n        \"jailhouses\"\n    ],\n    \"ụlọ mkpọrọ\": [\n        \"jailbirds\",\n        \"jailing\",\n        \"jails\",\n        \"penitentiary\",\n        \"penitentiaries\",\n        \"prises\",\n        \"prison\",\n        \"prisons\",\n        \"prisses\",\n        \"prissies\"\n    ],\n    \"jailbreak\": [\n        \"jailbreaker\"\n    ],\n    \"nga ụlọ\": [\n        \"jaildom\"\n    ],\n    \"onye nche ulo\": [\n        \"jailer\"\n    ],\n    \"ndị na-elekọta ụlọ mkpọrọ\": [\n        \"jailers\"\n    ],\n    \"ulo nga\": [\n        \"jailhouse\",\n        \"prisonhouse\"\n    ],\n    \"enweghị mkpọrọ\": [\n        \"jailless\"\n    ],\n    \"ime akwa\": [\n        \"jake\",\n        \"underbeak\"\n    ],\n    \"jalalaia\": [\n        \"jalalaean\"\n    ],\n    \"jamb\": [\n        \"jambed\"\n    ],\n    \"jamba\": [\n        \"jambes\"\n    ],\n    \"jambọn\": [\n        \"jambon\"\n    ],\n    \"nkume jambstone\": [\n        \"jambstone\"\n    ],\n    \"jambestown\": [\n        \"jamestown\"\n    ],\n    \"jammer\": [\n        \"jammers\"\n    ],\n    \"Jan\": [\n        \"jan\"\n    ],\n    \"ndị na-amaghị ihe\": [\n        \"janglers\",\n        \"mislikers\"\n    ],\n    \"ndị nlezianya\": [\n        \"janitors\"\n    ],\n    \"igwe ejije ozi\": [\n        \"janner\"\n    ],\n    \"Jenụwarị\": [\n        \"january\"\n    ],\n    \"japu\": [\n        \"jap\"\n    ],\n    \"japan\": [\n        \"japanese\",\n        \"japanned\",\n        \"japers\",\n        \"japes\",\n        \"japonize\"\n    ],\n    \"Igbokwe\": [\n        \"japanizing\"\n    ],\n    \"ndị Japan\": [\n        \"japans\"\n    ],\n    \"japetiki\": [\n        \"japhetic\"\n    ],\n    \"japiling\": [\n        \"japingly\"\n    ],\n    \"jafụ\": [\n        \"japishness\"\n    ],\n    \"jacqueline\": [\n        \"jaqueline\"\n    ],\n    \"jargonisation\": [\n        \"jargonization\"\n    ],\n    \"Jarovizing\": [\n        \"jarovizing\"\n    ],\n    \"nnukwu ite\": [\n        \"jarp\"\n    ],\n    \"jarra\": [\n        \"jarrah\"\n    ],\n    \"ịgba ihe\": [\n        \"jarring\",\n        \"jarringly\",\n        \"soldering\"\n    ],\n    \"jarring ness\": [\n        \"jarringness\"\n    ],\n    \"ite juru\": [\n        \"jarsful\",\n        \"potbellied\"\n    ],\n    \"jarvie\": [\n        \"jarvey\"\n    ],\n    \"gwongwo\": [\n        \"jarveys\",\n        \"trichloromethyl\"\n    ],\n    \"jasey\": [\n        \"jaseyed\"\n    ],\n    \"jasee\": [\n        \"jasione\"\n    ],\n    \"jasmin\": [\n        \"jasmined\"\n    ],\n    \"jaspa\": [\n        \"jasp\",\n        \"jaspe\",\n        \"jasper\",\n        \"jaspery\",\n        \"jaspers\"\n    ],\n    \"jaspait\": [\n        \"jasperite\"\n    ],\n    \"jaspaili\": [\n        \"jasperize\"\n    ],\n    \"jwidid\": [\n        \"jaspoid\"\n    ],\n    \"jowepal\": [\n        \"jaspopal\"\n    ],\n    \"jas\": [\n        \"jass\"\n    ],\n    \"jasos\": [\n        \"jatos\"\n    ],\n    \"jukpọ\": [\n        \"jauked\"\n    ],\n    \"jaundising\": [\n        \"jaundicing\"\n    ],\n    \"ube\": [\n        \"javelin\",\n        \"javeline\",\n        \"lances\",\n        \"lutes\",\n        \"pear\",\n        \"pearlish\",\n        \"pears\",\n        \"pitmark\",\n        \"spear\",\n        \"spearcast\",\n        \"speared\",\n        \"spearers\",\n        \"spearfish\",\n        \"spearheads\",\n        \"spearing\",\n        \"spearman\",\n        \"spearmanship\",\n        \"spearmen\",\n        \"spearmints\",\n        \"spears\",\n        \"spearsman\",\n        \"spearsmen\",\n        \"spearwort\",\n        \"speerings\",\n        \"spewer\"\n    ],\n    \"javelinas\": [\n        \"javelined\"\n    ],\n    \"ọkpụkpụ agba\": [\n        \"jawbones\"\n    ],\n    \"jawbreaker\": [\n        \"jawbreakingly\"\n    ],\n    \"agba mgbapịa\": [\n        \"jawcrusher\"\n    ],\n    \"jawfish\": [\n        \"jawfishes\"\n    ],\n    \"n'agba\": [\n        \"jawing\"\n    ],\n    \"Jazing\": [\n        \"jazzing\"\n    ],\n    \"janetụ\": [\n        \"jeanette\"\n    ],\n    \"jebel\": [\n        \"jebels\"\n    ],\n    \"jebus\": [\n        \"jebusi\"\n    ],\n    \"Ogbaji\": [\n        \"jedburgh\"\n    ],\n    \"Na-eche\": [\n        \"jedding\"\n    ],\n    \"moto jiipu\": [\n        \"jeep\",\n        \"jeepers\"\n    ],\n    \"jiipu\": [\n        \"jeeps\"\n    ],\n    \"jeere\": [\n        \"jeerers\"\n    ],\n    \"jehoshafat\": [\n        \"jehoshaphat\"\n    ],\n    \"jelib\": [\n        \"jellib\"\n    ],\n    \"Jelly bean\": [\n        \"jellybean\"\n    ],\n    \"jelico\": [\n        \"jellico\"\n    ],\n    \"jelịdom\": [\n        \"jellydom\"\n    ],\n    \"jellies\": [\n        \"jellied\"\n    ],\n    \"jelify\": [\n        \"jellify\"\n    ],\n    \"jelified\": [\n        \"jellified\"\n    ],\n    \"azịza jelii\": [\n        \"jellyfishes\"\n    ],\n    \"jeliilen\": [\n        \"jellyleaf\"\n    ],\n    \"jelii yiri\": [\n        \"jellylike\"\n    ],\n    \"jelii ncha\": [\n        \"jellylikeness\"\n    ],\n    \"jeliiroll\": [\n        \"jellyroll\"\n    ],\n    \"ihe iyi egwu\": [\n        \"jeopard\",\n        \"threatfulness\",\n        \"toruses\"\n    ],\n    \"tinye n'ihe ize ndụ\": [\n        \"jeopardied\",\n        \"jeopardised\",\n        \"jeopardized\"\n    ],\n    \"ize\": [\n        \"jeopardying\",\n        \"jeoparding\",\n        \"jeopardising\",\n        \"jeopardizing\"\n    ],\n    \"itinye n'ihe ize ndụ\": [\n        \"jeopardise\",\n        \"jeopardize\"\n    ],\n    \"n'ihe ize ndụ\": [\n        \"jeopardously\",\n        \"risking\"\n    ],\n    \"ndu ọdo\": [\n        \"jeopardousness\"\n    ],\n    \"Jeeremia\": [\n        \"jeremiah\"\n    ],\n    \"Jeriko\": [\n        \"jerican\",\n        \"jericho\",\n        \"jerricans\"\n    ],\n    \"ndiberi\": [\n        \"jerkers\"\n    ],\n    \"jerred\": [\n        \"jerreed\"\n    ],\n    \"Jerry\": [\n        \"jerry\",\n        \"jerrycans\"\n    ],\n    \"Jerrybuild\": [\n        \"jerrybuild\"\n    ],\n    \"Jerrybuilding\": [\n        \"jerrybuilding\"\n    ],\n    \"jericbuilt\": [\n        \"jerrybuilt\"\n    ],\n    \"Jerrycan\": [\n        \"jerrycan\"\n    ],\n    \"Jeerrid\": [\n        \"jerrid\"\n    ],\n    \"Jerrie\": [\n        \"jerrie\"\n    ],\n    \"jersey\": [\n        \"jerseyed\"\n    ],\n    \"Jeelite\": [\n        \"jerseyite\"\n    ],\n    \"Jeelites\": [\n        \"jerseyites\"\n    ],\n    \"jesie\": [\n        \"jerseys\"\n    ],\n    \"Jerusalemu\": [\n        \"jerusalem\"\n    ],\n    \"Jeervia\": [\n        \"jervia\"\n    ],\n    \"jespa\": [\n        \"jesper\"\n    ],\n    \"jessan\": [\n        \"jessant\"\n    ],\n    \"jess\": [\n        \"jesses\"\n    ],\n    \"jisus\": [\n        \"jesus\"\n    ],\n    \"ugboelu\": [\n        \"jet\",\n        \"jetbead\",\n        \"jetbeads\",\n        \"jetes\",\n        \"jetport\",\n        \"jettage\",\n        \"jettatore\",\n        \"jetty\",\n        \"jettisons\",\n        \"jettons\",\n        \"jettru\",\n        \"jetware\",\n        \"pilotage\",\n        \"spacecraft\",\n        \"spaecraft\"\n    ],\n    \"jetgbọelu\": [\n        \"jetliner\",\n        \"jetports\"\n    ],\n    \"gbọelu\": [\n        \"jetliners\"\n    ],\n    \"onsgbọ mmiri\": [\n        \"jetons\"\n    ],\n    \"ama okpo\": [\n        \"jetted\"\n    ],\n    \"jetgbọ mmiri\": [\n        \"jetter\",\n        \"jetting\"\n    ],\n    \"jettọ\": [\n        \"jettying\"\n    ],\n    \"jettison\": [\n        \"jettisoned\"\n    ],\n    \"onye Juu\": [\n        \"jew\",\n        \"jewish\"\n    ],\n    \"jew ohia\": [\n        \"jewbush\"\n    ],\n    \"jewson\": [\n        \"jewdom\"\n    ],\n    \"ọla ụlọ\": [\n        \"jewelhouse\"\n    ],\n    \"enweghị ọla\": [\n        \"jewelless\",\n        \"jewless\",\n        \"unjeweled\"\n    ],\n    \"jew ihe\": [\n        \"jewelling\"\n    ],\n    \"ọla ọla\": [\n        \"jewelries\"\n    ],\n    \"jiwewe\": [\n        \"jewelweed\"\n    ],\n    \"jewfish\": [\n        \"jewfishes\"\n    ],\n    \"jeing\": [\n        \"jewing\"\n    ],\n    \"ndị Juu\": [\n        \"jewis\"\n    ],\n    \"dị ka jewlike\": [\n        \"jewlike\"\n    ],\n    \"Jew\": [\n        \"jews\"\n    ],\n    \"ndu Ju\": [\n        \"jewship\"\n    ],\n    \"Jezibel\": [\n        \"jezebel\"\n    ],\n    \"Jezebelian\": [\n        \"jezebelian\"\n    ],\n    \"Jeziah\": [\n        \"jeziah\"\n    ],\n    \"Jezril\": [\n        \"jezreelite\"\n    ],\n    \"gerkwà\": [\n        \"jger\"\n    ],\n    \"osisi jibber\": [\n        \"jibber\"\n    ],\n    \"jibber\": [\n        \"jibbers\"\n    ],\n    \"jibọn\": [\n        \"jibbons\"\n    ],\n    \"ji ọchị\": [\n        \"jibingly\"\n    ],\n    \"jicama\": [\n        \"jicamas\"\n    ],\n    \"jillflirt dị\": [\n        \"jillflirt\"\n    ],\n    \"jillọn\": [\n        \"jillions\"\n    ],\n    \"jilita\": [\n        \"jilter\"\n    ],\n    \"jelọ\": [\n        \"jiltish\"\n    ],\n    \"jingal\": [\n        \"jingall\",\n        \"jingals\",\n        \"jingbai\"\n    ],\n    \"jingling\": [\n        \"jinglingly\"\n    ],\n    \"ndi na-egwu egwuregwu\": [\n        \"jingoists\"\n    ],\n    \"jinni\": [\n        \"jinny\"\n    ],\n    \"Jinnywink\": [\n        \"jinnywink\"\n    ],\n    \"jinn\": [\n        \"jinns\"\n    ],\n    \"na-asụ asụsụ\": [\n        \"jinsing\",\n        \"langate\",\n        \"lingual\",\n        \"linguals\",\n        \"ludibrious\",\n        \"phrensying\",\n        \"plurilingual\",\n        \"syllabicating\",\n        \"syllabizing\",\n        \"syllabling\",\n        \"syllogizing\",\n        \"sylvate\",\n        \"snarling\",\n        \"snarlingly\",\n        \"snarlish\"\n    ],\n    \"japuta\": [\n        \"jipper\"\n    ],\n    \"jekwuan\": [\n        \"jisheng\"\n    ],\n    \"jism\": [\n        \"jisms\"\n    ],\n    \"Onwuka Chukwu\": [\n        \"jitneying\",\n        \"mesenteron\",\n        \"mesitylenic\",\n        \"mesophil\",\n        \"mesophyl\",\n        \"mesophyll\",\n        \"mesoplankton\",\n        \"mesopleuron\",\n        \"pomaderris\",\n        \"tawdriest\"\n    ],\n    \"itterkpọ oku\": [\n        \"jitter\"\n    ],\n    \"ittergba ọsọ\": [\n        \"jitterbugging\"\n    ],\n    \"jitụ\": [\n        \"jitters\"\n    ],\n    \"jiji\": [\n        \"jiving\"\n    ],\n    \"Izuchukwu\": [\n        \"jnanas\",\n        \"underdevil\"\n    ],\n    \"Joan\": [\n        \"joanne\"\n    ],\n    \"Joannes\": [\n        \"joannes\"\n    ],\n    \"ọrụ ọrụ\": [\n        \"jobberies\"\n    ],\n    \"mbido ọrụ\": [\n        \"jobbernowl\"\n    ],\n    \"ndị nwere ọrụ\": [\n        \"jobholders\"\n    ],\n    \"nwaanyị ọrụ\": [\n        \"jobmistress\"\n    ],\n    \"aha ọrụ\": [\n        \"jobname\",\n        \"jobnames\"\n    ],\n    \"Onye oru\": [\n        \"jobsmith\",\n        \"servian\"\n    ],\n    \"akaeze\": [\n        \"jockeyed\",\n        \"pedipalpal\",\n        \"serioludicrous\",\n        \"stroboscopic\",\n        \"triorthogonal\"\n    ],\n    \"jockey dị ka\": [\n        \"jockeylike\"\n    ],\n    \"ụgbọ mmiri jockey\": [\n        \"jockeyship\"\n    ],\n    \"ọcosụ\": [\n        \"jocoseriosity\",\n        \"jocoserious\"\n    ],\n    \"ọcularụ\": [\n        \"jocularly\"\n    ],\n    \"ọculaụ\": [\n        \"joculatory\"\n    ],\n    \"Ọeụ\": [\n        \"joeys\"\n    ],\n    \"Joel\": [\n        \"joel\"\n    ],\n    \"jiwe\": [\n        \"joes\",\n        \"jows\"\n    ],\n    \"jọọg\": [\n        \"jog\"\n    ],\n    \"jog\": [\n        \"jogged\"\n    ],\n    \"jeghari\": [\n        \"joggled\"\n    ],\n    \"ndị na-ama egwuregwu joggleti\": [\n        \"jogglers\"\n    ],\n    \"ọggụ\": [\n        \"joggly\"\n    ],\n    \"jegwu\": [\n        \"joggling\"\n    ],\n    \"Johannesburg\": [\n        \"johannesburg\"\n    ],\n    \"John\": [\n        \"john\"\n    ],\n    \"ọhnụ\": [\n        \"johnstrupite\"\n    ],\n    \"ọ joyụ\": [\n        \"joy\",\n        \"joyfullest\",\n        \"joypops\"\n    ],\n    \"ọyanụ\": [\n        \"joyance\",\n        \"joyancy\"\n    ],\n    \"ọyaụ\": [\n        \"joyant\"\n    ],\n    \"oké osimiri\": [\n        \"joycean\",\n        \"ocean\",\n        \"oceanaut\",\n        \"oceans\",\n        \"oceanside\",\n        \"oceanward\",\n        \"sea\",\n        \"seadog\",\n        \"seadogs\",\n        \"seaflood\",\n        \"seafloor\",\n        \"seafront\",\n        \"seahorse\",\n        \"seahound\",\n        \"seas\",\n        \"seasan\",\n        \"seashores\",\n        \"seasickness\",\n        \"seasider\",\n        \"seasides\",\n        \"seasnail\",\n        \"seaward\",\n        \"seawards\",\n        \"seawares\"\n    ],\n    \"ọfulụ\": [\n        \"joyful\",\n        \"joyfuller\"\n    ],\n    \"n'ọfullyụ\": [\n        \"joyfully\"\n    ],\n    \"ọhopụ\": [\n        \"joyhop\"\n    ],\n    \"ọhouseụ\": [\n        \"joyhouse\"\n    ],\n    \"ọletụ\": [\n        \"joylet\"\n    ],\n    \"isonyere\": [\n        \"joinable\",\n        \"joinering\",\n        \"joining\",\n        \"joiningly\",\n        \"joinings\",\n        \"jointing\"\n    ],\n    \"onye sonyere\": [\n        \"joinant\"\n    ],\n    \"sonyeere\": [\n        \"joined\"\n    ],\n    \"Ihe nnabata\": [\n        \"joiner\"\n    ],\n    \"Ihe mgbakwunye\": [\n        \"joinery\"\n    ],\n    \"ndị na-esonye\": [\n        \"joiners\"\n    ],\n    \"esonyere\": [\n        \"joins\"\n    ],\n    \"na ọnụ\": [\n        \"jointly\"\n    ],\n    \"ọyoụ\": [\n        \"joyous\"\n    ],\n    \"n'ọyoụ\": [\n        \"joyously\"\n    ],\n    \"ọpopụ\": [\n        \"joypop\"\n    ],\n    \"ọpoụ\": [\n        \"joypopped\",\n        \"joypopper\"\n    ],\n    \"ọproofụ\": [\n        \"joyproof\"\n    ],\n    \"ọridụ\": [\n        \"joyrider\",\n        \"joyriders\",\n        \"joyriding\"\n    ],\n    \"ọystụ\": [\n        \"joystick\",\n        \"joysticks\"\n    ],\n    \"ọweụ\": [\n        \"joyweed\"\n    ],\n    \"ndị na-achị ọchị\": [\n        \"jokers\"\n    ],\n    \"jolter\": [\n        \"jolters\"\n    ],\n    \"jones\": [\n        \"joneses\"\n    ],\n    \"ọomụ\": [\n        \"joom\"\n    ],\n    \"Jọdan\": [\n        \"jordan\",\n        \"jordans\"\n    ],\n    \"jordania\": [\n        \"jordanian\"\n    ],\n    \"ndị Jordan\": [\n        \"jordanians\"\n    ],\n    \"akpa ọchị\": [\n        \"joropos\"\n    ],\n    \"jorọm\": [\n        \"jorums\"\n    ],\n    \"ọseyụ\": [\n        \"josey\"\n    ],\n    \"josọs\": [\n        \"joss\"\n    ],\n    \"jossị\": [\n        \"josses\"\n    ],\n    \"jotos\": [\n        \"jots\"\n    ],\n    \"jotara\": [\n        \"jotted\"\n    ],\n    \"jottụ\": [\n        \"jotters\"\n    ],\n    \"jotụ\": [\n        \"jotting\"\n    ],\n    \"egwuregwu-ndọk\": [\n        \"jougs\"\n    ],\n    \"jowissance\": [\n        \"jouissance\"\n    ],\n    \"joule\": [\n        \"joul\"\n    ],\n    \"jounce\": [\n        \"jouncy\",\n        \"jouncier\"\n    ],\n    \"ọunciụ\": [\n        \"jounciest\"\n    ],\n    \"Njem\": [\n        \"journalary\",\n        \"tourneys\"\n    ],\n    \"odeakụkọ\": [\n        \"journalist\"\n    ],\n    \"oru nta akuko\": [\n        \"journalistically\"\n    ],\n    \"ndi oru nta akuko\": [\n        \"journalists\",\n        \"pressmen\"\n    ],\n    \"tripcake\": [\n        \"journeycake\"\n    ],\n    \"Onye njem\": [\n        \"journeyman\"\n    ],\n    \"Nwanyị njem\": [\n        \"journeywoman\"\n    ],\n    \"ọusụ\": [\n        \"jouster\"\n    ],\n    \"juve\": [\n        \"jove\"\n    ],\n    \"ọvyụ\": [\n        \"jovy\"\n    ],\n    \"juvial\": [\n        \"jovial\"\n    ],\n    \"jije\": [\n        \"jovially\"\n    ],\n    \"ọvụ\": [\n        \"jovialness\",\n        \"jovialty\"\n    ],\n    \"ọvicụ\": [\n        \"jovicentrically\"\n    ],\n    \"jowls\": [\n        \"jowlop\"\n    ],\n    \"juli elu\": [\n        \"jowpy\",\n        \"jumpy\",\n        \"jumps\"\n    ],\n    \"jower\": [\n        \"jowser\"\n    ],\n    \"ọzyụ\": [\n        \"jozy\"\n    ],\n    \"jubes\": [\n        \"jubas\"\n    ],\n    \"jubba\": [\n        \"jubbahs\"\n    ],\n    \"jube\": [\n        \"jubbe\"\n    ],\n    \"juberos\": [\n        \"juberous\"\n    ],\n    \"jubha\": [\n        \"jubhah\"\n    ],\n    \"jubilii\": [\n        \"jubile\",\n        \"jubileal\",\n        \"jubilean\",\n        \"jubilee\",\n        \"jubilees\"\n    ],\n    \"jubiliz\": [\n        \"jubilize\"\n    ],\n    \"judaị\": [\n        \"judaic\"\n    ],\n    \"judaica\": [\n        \"judaical\"\n    ],\n    \"judaism\": [\n        \"judaist\",\n        \"judaistic\"\n    ],\n    \"judaiz\": [\n        \"judaize\"\n    ],\n    \"Judia\": [\n        \"judaslike\"\n    ],\n    \"Jude\": [\n        \"jude\"\n    ],\n    \"Judean\": [\n        \"judean\"\n    ],\n    \"mkpebi ikpe\": [\n        \"judgeships\",\n        \"judicatories\"\n    ],\n    \"ọkàikpe\": [\n        \"judicator\",\n        \"judicatorial\"\n    ],\n    \"n'ikpe\": [\n        \"judicially\",\n        \"vindictively\"\n    ],\n    \"iji amamihe\": [\n        \"judiciously\"\n    ],\n    \"ndị ọkàikpe\": [\n        \"judoists\"\n    ],\n    \"Jokokas\": [\n        \"judokas\"\n    ],\n    \"juggle\": [\n        \"jugglement\"\n    ],\n    \"jugging\": [\n        \"juggling\"\n    ],\n    \"juggling\": [\n        \"jugglingly\"\n    ],\n    \"Jugheads\": [\n        \"jugheads\"\n    ],\n    \"jugle\": [\n        \"jugulate\"\n    ],\n    \"jugọm\": [\n        \"jugums\"\n    ],\n    \"ihe ọ .ụ juiceụ\": [\n        \"juice\",\n        \"juise\"\n    ],\n    \"ihe ọ juụ .ụ\": [\n        \"juiced\"\n    ],\n    \"ihe ọ juiceụ juiceụ\": [\n        \"juiceful\",\n        \"juicehead\"\n    ],\n    \"ndị juicers\": [\n        \"juicers\"\n    ],\n    \"ihe ọicesụicesụ\": [\n        \"juices\"\n    ],\n    \"kemmiri ihe\": [\n        \"juicy\",\n        \"juicily\"\n    ],\n    \"juicias\": [\n        \"juiciest\",\n        \"juiciness\"\n    ],\n    \"ihe ọicingụ .ụ\": [\n        \"juicing\"\n    ],\n    \"jujuism\": [\n        \"jujuisms\"\n    ],\n    \"onye juju\": [\n        \"jujuist\"\n    ],\n    \"ndị juju\": [\n        \"jujuists\"\n    ],\n    \"julo\": [\n        \"juloline\"\n    ],\n    \"jumble\": [\n        \"jumbal\"\n    ],\n    \"jumbles\": [\n        \"jumbals\",\n        \"jumblers\"\n    ],\n    \"jumburu\": [\n        \"jumbled\"\n    ],\n    \"jumbling\": [\n        \"jumblingly\"\n    ],\n    \"ima elu\": [\n        \"jump\"\n    ],\n    \"awụlikwa elu\": [\n        \"jumpable\",\n        \"jumpness\",\n        \"unshoulder\"\n    ],\n    \"wụli elu\": [\n        \"jumped\"\n    ],\n    \"awụkwu\": [\n        \"jumpier\"\n    ],\n    \"na-awụli elu\": [\n        \"jumpiest\",\n        \"jumping\",\n        \"jumpingly\"\n    ],\n    \"awụda\": [\n        \"jumpiness\"\n    ],\n    \"ọwụda\": [\n        \"jumpmaster\"\n    ],\n    \"jumpcrape\": [\n        \"jumpscrape\"\n    ],\n    \"gbam\": [\n        \"jumpseed\",\n        \"tin\",\n        \"wive\"\n    ],\n    \"jumpome\": [\n        \"jumpsome\"\n    ],\n    \"Uwuakwu\": [\n        \"jumpsuits\"\n    ],\n    \"junikeji\": [\n        \"junciform\"\n    ],\n    \"junction\": [\n        \"junctor\"\n    ],\n    \"jundiedị\": [\n        \"jundied\"\n    ],\n    \"june\": [\n        \"juneating\"\n    ],\n    \"Onyedikachi Jn\": [\n        \"jungermanniaceous\"\n    ],\n    \"Jungian\": [\n        \"jungian\"\n    ],\n    \"dị n'oké ọhịa\": [\n        \"jungled\"\n    ],\n    \"keobere\": [\n        \"junior\",\n        \"nonmalignant\",\n        \"raphidiferous\",\n        \"uxoricidal\"\n    ],\n    \"junipa\": [\n        \"juniper\",\n        \"juniperus\"\n    ],\n    \"Oguta\": [\n        \"juntas\"\n    ],\n    \"toslọ\": [\n        \"juntos\"\n    ],\n    \"ndị na-a juụ mmiri\": [\n        \"jurants\"\n    ],\n    \"juret\": [\n        \"jurat\"\n    ],\n    \"ndị juri\": [\n        \"jury\",\n        \"jurors\"\n    ],\n    \"juri\": [\n        \"juries\"\n    ],\n    \"nwanyị jurywoman\": [\n        \"jurywoman\"\n    ],\n    \"nwanyi juri\": [\n        \"jurywomen\"\n    ],\n    \"mbaezesia\": [\n        \"jussiaea\"\n    ],\n    \"onye ezi omume\": [\n        \"jussiaean\",\n        \"justificator\",\n        \"righteous\"\n    ],\n    \"naanị rie\": [\n        \"justest\"\n    ],\n    \"kpebisiri\": [\n        \"justiced\"\n    ],\n    \"ikpe ziri ezi ịhụnanya\": [\n        \"justicelike\"\n    ],\n    \"ikpe ziri ezi igbo\": [\n        \"justiceweed\"\n    ],\n    \"ọrụ naanị\": [\n        \"justiciaryship\"\n    ],\n    \"ziri ezi ness\": [\n        \"justifiableness\"\n    ],\n    \"n'onye ezi omume\": [\n        \"justifiedly\"\n    ],\n    \"onyeonwek\": [\n        \"justinianian\"\n    ],\n    \"Okechi\": [\n        \"jutes\",\n        \"overmelted\",\n        \"oversmitten\",\n        \"suffrages\",\n        \"toolach\",\n        \"tortillon\"\n    ],\n    \"obodo jutland\": [\n        \"jutlandish\"\n    ],\n    \"Ikenna I\": [\n        \"juttied\"\n    ],\n    \"afọ iri na ụma\": [\n        \"juvenility\",\n        \"teen\",\n        \"teenage\",\n        \"teenaged\",\n        \"teenager\",\n        \"teenagers\",\n        \"teener\",\n        \"teeners\",\n        \"teenet\",\n        \"teenfuls\",\n        \"teens\",\n        \"teensy\",\n        \"teensier\",\n        \"underage\"\n    ],\n    \"juvenities\": [\n        \"juvenilities\"\n    ],\n    \"juxtapos\": [\n        \"juxtaposing\"\n    ],\n    \"juxtaposition\": [\n        \"juxtapositions\"\n    ],\n    \"Ohaji\": [\n        \"jwahar\",\n        \"thalamotomies\"\n    ],\n    \"cabassou\": [\n        \"kabassou\"\n    ],\n    \"kabọnga\": [\n        \"kabonga\"\n    ],\n    \"kayak\": [\n        \"kayaks\",\n        \"kyack\",\n        \"kyacks\",\n        \"kyak\"\n    ],\n    \"ihe eji achọ mma\": [\n        \"kayan\"\n    ],\n    \"KAYsth\": [\n        \"kayasth\"\n    ],\n    \"Kaisership\": [\n        \"kaisership\"\n    ],\n    \"Kaithi\": [\n        \"kaithi\"\n    ],\n    \"Kaleyard\": [\n        \"kaleyard\"\n    ],\n    \"kalenyere\": [\n        \"kalends\"\n    ],\n    \"keles\": [\n        \"kales\"\n    ],\n    \"ndị Kalịnda\": [\n        \"kalians\"\n    ],\n    \"okwueze\": [\n        \"kalispel\"\n    ],\n    \"kaliọm\": [\n        \"kaliums\"\n    ],\n    \"kane\": [\n        \"kanes\"\n    ],\n    \"kaolinite\": [\n        \"kaolinate\"\n    ],\n    \"kaolin\": [\n        \"kaoline\"\n    ],\n    \"keolinised\": [\n        \"kaolinised\"\n    ],\n    \"karatism\": [\n        \"karaitism\"\n    ],\n    \"onye karate\": [\n        \"karateist\"\n    ],\n    \"karat\": [\n        \"karates\",\n        \"karats\"\n    ],\n    \"ụghaster\": [\n        \"karyaster\"\n    ],\n    \"mbubreke\": [\n        \"karyolymph\"\n    ],\n    \"karọn\": [\n        \"karyon\"\n    ],\n    \"chukwuemeka eze\": [\n        \"karyotypic\"\n    ],\n    \"karn\": [\n        \"karns\"\n    ],\n    \"kars\": [\n        \"karsts\"\n    ],\n    \"Kartings\": [\n        \"kartings\"\n    ],\n    \"Kartvelian\": [\n        \"kartvelian\"\n    ],\n    \"Kassite\": [\n        \"kassite\"\n    ],\n    \"katabasi\": [\n        \"katabasis\"\n    ],\n    \"katabotra\": [\n        \"katabothra\"\n    ],\n    \"katabotron\": [\n        \"katabothron\"\n    ],\n    \"katacrotik\": [\n        \"katacrotic\"\n    ],\n    \"kataliki\": [\n        \"katalytic\"\n    ],\n    \"katọdes\": [\n        \"kathodes\"\n    ],\n    \"kaadịka\": [\n        \"katinka\"\n    ],\n    \"Ukegbu\": [\n        \"katsunkel\",\n        \"kriegspiel\"\n    ],\n    \"Kazak\": [\n        \"kazak\"\n    ],\n    \"Kazatski\": [\n        \"kazatski\"\n    ],\n    \"Kazoos\": [\n        \"kazoos\"\n    ],\n    \"kecky\": [\n        \"kecksy\"\n    ],\n    \"kedge\": [\n        \"kedged\"\n    ],\n    \"kedgeree\": [\n        \"kedger\",\n        \"kedgerees\"\n    ],\n    \"keef\": [\n        \"keefs\"\n    ],\n    \"Keelson\": [\n        \"keelson\"\n    ],\n    \"ndị na-elekọta\": [\n        \"keepers\",\n        \"superiorities\",\n        \"superlatives\",\n        \"worriers\"\n    ],\n    \"Idebe\": [\n        \"keeping\",\n        \"kepping\"\n    ],\n    \"na-edo\": [\n        \"keepsakes\",\n        \"subserves\"\n    ],\n    \"ihe kacha mkpa\": [\n        \"keest\"\n    ],\n    \"ndị na-agụ ọrụ\": [\n        \"keesters\"\n    ],\n    \"kegle\": [\n        \"keglers\"\n    ],\n    \"keg\": [\n        \"keglings\"\n    ],\n    \"Mkpọchi keyboard\": [\n        \"keyboarding\"\n    ],\n    \"keilhauer\": [\n        \"keilhauite\"\n    ],\n    \"mkpọchi mkpọchi\": [\n        \"keylock\"\n    ],\n    \"ahụigodo\": [\n        \"keypad\"\n    ],\n    \"keyerlick\": [\n        \"keyserlick\"\n    ],\n    \"Igodo\": [\n        \"keysets\"\n    ],\n    \"keylot\": [\n        \"keyslot\"\n    ],\n    \"ihe mkpịsị ugodi\": [\n        \"keyster\"\n    ],\n    \"mkpịsị ugodi\": [\n        \"keysters\"\n    ],\n    \"okwute igodo\": [\n        \"keystones\"\n    ],\n    \"igodo isi\": [\n        \"keystrokes\"\n    ],\n    \"kolu\": [\n        \"kell\"\n    ],\n    \"keloid\": [\n        \"keloids\"\n    ],\n    \"kepler\": [\n        \"kelper\"\n    ],\n    \"kelp azụ\": [\n        \"kelpfishes\"\n    ],\n    \"kelpie\": [\n        \"kelpy\"\n    ],\n    \"Nwaobueka\": [\n        \"kelpwort\"\n    ],\n    \"kelter\": [\n        \"kelters\"\n    ],\n    \"Kelị\": [\n        \"keltic\",\n        \"keltics\"\n    ],\n    \"tienwa\": [\n        \"keltie\"\n    ],\n    \"Onye Kenya\": [\n        \"kenyan\"\n    ],\n    \"ndị Kenya\": [\n        \"kenyans\"\n    ],\n    \"ulo nkita\": [\n        \"kennel\",\n        \"kennelly\",\n        \"kennels\"\n    ],\n    \"ulogbo\": [\n        \"kenneling\"\n    ],\n    \"onye isi okwu\": [\n        \"kenner\"\n    ],\n    \"anụkwa\": [\n        \"kennings\",\n        \"nooking\"\n    ],\n    \"ndi Kenya\": [\n        \"kenos\"\n    ],\n    \"kenosise\": [\n        \"kenosises\"\n    ],\n    \"ezegbako\": [\n        \"kentallenite\"\n    ],\n    \"Kentish\": [\n        \"kentish\"\n    ],\n    \"kent nkwa\": [\n        \"kentledge\"\n    ],\n    \"kefir\": [\n        \"kephir\"\n    ],\n    \"keracel\": [\n        \"keracele\"\n    ],\n    \"kiraci\": [\n        \"keraci\"\n    ],\n    \"keramiiki\": [\n        \"keramic\",\n        \"keramics\"\n    ],\n    \"manu oku\": [\n        \"kerasin\",\n        \"kerasine\",\n        \"kerosene\",\n        \"kerosenes\",\n        \"kerosine\",\n        \"kerosines\"\n    ],\n    \"keratin\": [\n        \"keratins\"\n    ],\n    \"kerystik\": [\n        \"kerystics\"\n    ],\n    \"kernell\": [\n        \"kernelled\"\n    ],\n    \"kernel\": [\n        \"kernelly\",\n        \"kerner\"\n    ],\n    \"kernels\": [\n        \"kernes\"\n    ],\n    \"kern\": [\n        \"kerns\"\n    ],\n    \"keri\": [\n        \"kerry\"\n    ],\n    \"kerikeri\": [\n        \"kerrikerri\"\n    ],\n    \"kers anne\": [\n        \"kersanne\"\n    ],\n    \"Kershi nette\": [\n        \"kerseynette\"\n    ],\n    \"jesse\": [\n        \"kesse\"\n    ],\n    \"Obinna Nwoke\": [\n        \"kesslerman\"\n    ],\n    \"kestrel kestrels\": [\n        \"kestrelkestrels\"\n    ],\n    \"kestrel\": [\n        \"kestrels\"\n    ],\n    \"ketul\": [\n        \"ketal\"\n    ],\n    \"kpochi\": [\n        \"ketchy\"\n    ],\n    \"ketin\": [\n        \"keten\",\n        \"ketenes\"\n    ],\n    \"ketoniz\": [\n        \"ketonize\"\n    ],\n    \"ketulu\": [\n        \"kettle\",\n        \"kettlecase\",\n        \"kettler\"\n    ],\n    \"kootledrum\": [\n        \"kettledrum\"\n    ],\n    \"Ketledrums\": [\n        \"kettledrums\"\n    ],\n    \"kettlem\": [\n        \"kettlemaking\"\n    ],\n    \"ketubot\": [\n        \"ketuboth\"\n    ],\n    \"etoju\": [\n        \"kevels\",\n        \"levels\"\n    ],\n    \"Kpọg\": [\n        \"kgf\"\n    ],\n    \"N'arọ\": [\n        \"kgr\"\n    ],\n    \"khalil\": [\n        \"khalal\"\n    ],\n    \"khalifa\": [\n        \"khalif\",\n        \"khalifs\"\n    ],\n    \"khatị\": [\n        \"khats\"\n    ],\n    \"Khidmatgar\": [\n        \"khidmatgar\"\n    ],\n    \"Khidmutgar\": [\n        \"khidmutgar\"\n    ],\n    \"itlọma\": [\n        \"khitmutgar\"\n    ],\n    \"Khmer\": [\n        \"khmer\"\n    ],\n    \"krushchev\": [\n        \"khrushchev\"\n    ],\n    \"Khubber\": [\n        \"khubber\"\n    ],\n    \"Khutba\": [\n        \"khutba\"\n    ],\n    \"Khutbah\": [\n        \"khutbah\"\n    ],\n    \"gbaburu\": [\n        \"kibbled\",\n        \"kludged\"\n    ],\n    \"itgbọ\": [\n        \"kibitzing\"\n    ],\n    \"obiche\": [\n        \"kichel\"\n    ],\n    \"agaghịkwa\": [\n        \"kick\"\n    ],\n    \"gbaa ụkwụ\": [\n        \"kicked\"\n    ],\n    \"kachasi\": [\n        \"kickiest\",\n        \"mestizo\",\n        \"springiest\"\n    ],\n    \"ịgba ụkwụ\": [\n        \"kicking\",\n        \"pedestaling\"\n    ],\n    \"mgbachapụ\": [\n        \"kickoff\"\n    ],\n    \"segba\": [\n        \"kickseys\"\n    ],\n    \"mụ aka\": [\n        \"kicksies\"\n    ],\n    \"nwa ebu\": [\n        \"kidder\"\n    ],\n    \"dermụ nwoke\": [\n        \"kidderminster\"\n    ],\n    \"Na-egwu egwuregwu\": [\n        \"kidders\"\n    ],\n    \"Kiddy\": [\n        \"kiddy\"\n    ],\n    \"kiddush\": [\n        \"kiddish\",\n        \"kiddushes\"\n    ],\n    \"kiddos\": [\n        \"kiddoes\"\n    ],\n    \"zuo mmadu\": [\n        \"kidnap\",\n        \"kidnaping\",\n        \"unkidnaped\"\n    ],\n    \"onye ntọrọ\": [\n        \"kidnapee\",\n        \"kidnaper\",\n        \"kidnapers\"\n    ],\n    \"ntọrị\": [\n        \"kidnapper\"\n    ],\n    \"ndị ntọrọ\": [\n        \"kidnappers\"\n    ],\n    \"ịtọrọ mmadụ\": [\n        \"kidnapping\",\n        \"kidnappings\",\n        \"kidnaps\"\n    ],\n    \"akụrụ lipped\": [\n        \"kidneylipped\"\n    ],\n    \"mgbọrọgwụ akụrụ\": [\n        \"kidneyroot\"\n    ],\n    \"akpụkpọ ụmụaka\": [\n        \"kidskins\"\n    ],\n    \"nwavid\": [\n        \"kidvid\"\n    ],\n    \"Kieselguhr\": [\n        \"kieselguhr\"\n    ],\n    \"Kieserite\": [\n        \"kieserite\"\n    ],\n    \"essbaeji\": [\n        \"kiesserite\"\n    ],\n    \"Kiester\": [\n        \"kiester\"\n    ],\n    \"keestless\": [\n        \"kiestless\"\n    ],\n    \"kikaweo\": [\n        \"kikawaeo\"\n    ],\n    \"kiki\": [\n        \"kikki\"\n    ],\n    \"Kikuel\": [\n        \"kikuel\"\n    ],\n    \"EBuru\": [\n        \"kylies\"\n    ],\n    \"Chidimma\": [\n        \"kylix\"\n    ],\n    \"egbu mara\": [\n        \"killadar\"\n    ],\n    \"ndị gburu\": [\n        \"killdeers\"\n    ],\n    \"igbuifish\": [\n        \"killifish\"\n    ],\n    \"egbuikinic\": [\n        \"killikinic\"\n    ],\n    \"n'ekwú\": [\n        \"kiln\"\n    ],\n    \"kilomita\": [\n        \"kilom\",\n        \"kilometers\",\n        \"kilometrage\",\n        \"milages\",\n        \"mileages\",\n        \"miles\",\n        \"milesima\",\n        \"milesimo\",\n        \"mileway\"\n    ],\n    \"kilometa\": [\n        \"kilometer\",\n        \"kilometre\",\n        \"kilometric\",\n        \"kilometrical\"\n    ],\n    \"Ugogbe\": [\n        \"kilooersted\"\n    ],\n    \"kilo\": [\n        \"kilos\"\n    ],\n    \"kilotọn\": [\n        \"kilotons\"\n    ],\n    \"kilt\": [\n        \"kilters\"\n    ],\n    \"kimulu\": [\n        \"kimnel\"\n    ],\n    \"lọ akwụkwọ ọta akara\": [\n        \"kindergarten\",\n        \"preschoolers\"\n    ],\n    \"kindlọ akwụkwọ ọta akara\": [\n        \"kindergartener\",\n        \"kindergartens\",\n        \"kindergartners\"\n    ],\n    \"dị obiọma\": [\n        \"kindest\"\n    ],\n    \"onye obi ebere\": [\n        \"kindheart\"\n    ],\n    \"nwee obi oma\": [\n        \"kindhearted\"\n    ],\n    \"gbara oku\": [\n        \"kindled\"\n    ],\n    \"osi osi\": [\n        \"kindler\"\n    ],\n    \"umu anwuru\": [\n        \"kindles\"\n    ],\n    \"jiri obiọma\": [\n        \"kindly\"\n    ],\n    \"nke di nma\": [\n        \"kindlier\",\n        \"noble\",\n        \"stately\"\n    ],\n    \"jiri obi oma\": [\n        \"kindlily\"\n    ],\n    \"enweghịdị\": [\n        \"kindredless\"\n    ],\n    \"ịdị obiọma\": [\n        \"kindredly\"\n    ],\n    \"ndị ikwu\": [\n        \"kindreds\",\n        \"kinins\",\n        \"kinsmen\",\n        \"kinspeople\",\n        \"nepotisms\",\n        \"relatives\"\n    ],\n    \"kinematikal\": [\n        \"kinematical\"\n    ],\n    \"kinematik\": [\n        \"kinematics\"\n    ],\n    \"kinemomita\": [\n        \"kinemometer\"\n    ],\n    \"kines\": [\n        \"kineses\"\n    ],\n    \"kinesimita\": [\n        \"kinesimeter\"\n    ],\n    \"ọgwụgwọ kinesitherapy\": [\n        \"kinesitherapy\"\n    ],\n    \"kinetikal\": [\n        \"kinetical\"\n    ],\n    \"kinetikisi\": [\n        \"kinetics\"\n    ],\n    \"kinetoskop\": [\n        \"kinetoscope\"\n    ],\n    \"nnụnụ ndị eze\": [\n        \"kingbirds\"\n    ],\n    \"ezebuba\": [\n        \"kingcob\"\n    ],\n    \"nke nwere alaeze\": [\n        \"kingdomful\"\n    ],\n    \"azụfishhers\": [\n        \"kingfishers\"\n    ],\n    \"azụfish\": [\n        \"kingfishes\"\n    ],\n    \"eze isi\": [\n        \"kinghead\"\n    ],\n    \"ubọn̄\": [\n        \"kinghood\"\n    ],\n    \"eze dinta\": [\n        \"kinghunter\"\n    ],\n    \"ezeklip\": [\n        \"kingklip\"\n    ],\n    \"enweghị eze\": [\n        \"kingless\",\n        \"kinglessness\",\n        \"princeless\",\n        \"queenless\"\n    ],\n    \"dị ka eze\": [\n        \"kinglike\"\n    ],\n    \"emee eze\": [\n        \"kingmaker\"\n    ],\n    \"ọbụbụeze\": [\n        \"kingship\",\n        \"sovereigness\",\n        \"sovereignness\",\n        \"sovereignship\",\n        \"sovereignty\"\n    ],\n    \"kingnake\": [\n        \"kingsnake\"\n    ],\n    \"kingwood\": [\n        \"kingweed\",\n        \"kingwoods\"\n    ],\n    \"Nwuezo\": [\n        \"kinky\"\n    ],\n    \"kinkink\": [\n        \"kinkled\"\n    ],\n    \"nwako\": [\n        \"kinkly\"\n    ],\n    \"kinnikinik\": [\n        \"kinnikinic\",\n        \"kinnikinnic\"\n    ],\n    \"kinship\": [\n        \"kinships\"\n    ],\n    \"insmụnna\": [\n        \"kinsmanship\"\n    ],\n    \"ekwuokwu\": [\n        \"kippered\"\n    ],\n    \"Ukechi\": [\n        \"kyrial\",\n        \"kleenex\",\n        \"krypton\",\n        \"thallodic\"\n    ],\n    \"Kerielle\": [\n        \"kyrielle\"\n    ],\n    \"kirkuku\": [\n        \"kirking\"\n    ],\n    \"kirmes\": [\n        \"kirmew\"\n    ],\n    \"kirn\": [\n        \"kirned\"\n    ],\n    \"Kirsen\": [\n        \"kirsen\"\n    ],\n    \"tlọ\": [\n        \"kirtles\"\n    ],\n    \"kverver\": [\n        \"kirver\"\n    ],\n    \"kismetik\": [\n        \"kismetic\"\n    ],\n    \"isusu onu\": [\n        \"kiss\"\n    ],\n    \"nsusu ọnụ\": [\n        \"kissability\"\n    ],\n    \"susuo ya\": [\n        \"kissable\",\n        \"kissably\",\n        \"kisswise\"\n    ],\n    \"nsutu\": [\n        \"kissableness\",\n        \"kisses\"\n    ],\n    \"isonu\": [\n        \"kissage\",\n        \"kissy\"\n    ],\n    \"susuo\": [\n        \"kissar\"\n    ],\n    \"susuo ya ọnụ\": [\n        \"kissed\"\n    ],\n    \"susonu\": [\n        \"kissel\"\n    ],\n    \"isusu-ọnụ\": [\n        \"kissers\"\n    ],\n    \"isusu ọnụ\": [\n        \"kissing\"\n    ],\n    \"isutu ọnụ\": [\n        \"kissingly\"\n    ],\n    \"kichin\": [\n        \"kitchen\",\n        \"kitchenettes\",\n        \"kitcheny\",\n        \"kitchenry\",\n        \"kitchenware\"\n    ],\n    \"enweghị kichin\": [\n        \"kitchenless\"\n    ],\n    \"Nwanyị na-arụ ọrụ n'ụlọ nri\": [\n        \"kitchenmaid\"\n    ],\n    \"Onye na-esi nri\": [\n        \"kitchenman\"\n    ],\n    \"Kichin\": [\n        \"kitchens\"\n    ],\n    \"kichinward\": [\n        \"kitchenward\"\n    ],\n    \"Nwanyị na-esi nri\": [\n        \"kitchenwife\"\n    ],\n    \"onyekwelu\": [\n        \"kiteflier\",\n        \"plastidome\"\n    ],\n    \"ịnara\": [\n        \"kitelike\"\n    ],\n    \"kita\": [\n        \"kites\"\n    ],\n    \"a na-asacha\": [\n        \"kithed\"\n    ],\n    \"na-akpa nri\": [\n        \"kitling\",\n        \"kittling\"\n    ],\n    \"ngwa iwu\": [\n        \"kits\"\n    ],\n    \"chitatinny\": [\n        \"kittatinny\"\n    ],\n    \"nwa pusi\": [\n        \"kitten\",\n        \"kittened\",\n        \"kittenish\"\n    ],\n    \"nwamba n'obi\": [\n        \"kittenhearted\"\n    ],\n    \"nwusi\": [\n        \"kittenhood\",\n        \"kittenishness\"\n    ],\n    \"na-elekọta nwa\": [\n        \"kittening\",\n        \"nurseling\"\n    ],\n    \"nwa kụrụ\": [\n        \"kittenishly\"\n    ],\n    \"na-enweghị nwa\": [\n        \"kittenless\"\n    ],\n    \"dị ka nwa pusi\": [\n        \"kittenlike\"\n    ],\n    \"nwa kittens\": [\n        \"kittens\"\n    ],\n    \"kitter\": [\n        \"kittereen\"\n    ],\n    \"kitthe\": [\n        \"kitthoge\"\n    ],\n    \"akụkụ kitty\": [\n        \"kittycorner\"\n    ],\n    \"nwa obere nwa\": [\n        \"kittler\"\n    ],\n    \"klat\": [\n        \"klatches\"\n    ],\n    \"Chidinke\": [\n        \"kleinian\"\n    ],\n    \"kpatụ\": [\n        \"klip\",\n        \"tapen\"\n    ],\n    \"Klongs\": [\n        \"klongs\"\n    ],\n    \"kloof\": [\n        \"kloofs\"\n    ],\n    \"koloji\": [\n        \"klops\"\n    ],\n    \"knaka\": [\n        \"knackers\"\n    ],\n    \"knackwuts\": [\n        \"knackwursts\"\n    ],\n    \"Knaydlach\": [\n        \"knaydlach\"\n    ],\n    \"nwube\": [\n        \"knape\"\n    ],\n    \"nnobi\": [\n        \"knappishly\"\n    ],\n    \"suru ngwa ngwa\": [\n        \"knapple\"\n    ],\n    \"nwuepe\": [\n        \"knapscap\"\n    ],\n    \"Nweze\": [\n        \"knapweeds\"\n    ],\n    \"mara akpụ\": [\n        \"knark\",\n        \"knots\",\n        \"unknots\"\n    ],\n    \"akara ọnụ\": [\n        \"knarl\"\n    ],\n    \"knarị\": [\n        \"knarry\"\n    ],\n    \"knat\": [\n        \"knatch\"\n    ],\n    \"nwue\": [\n        \"knaw\",\n        \"myall\"\n    ],\n    \"igwakorita\": [\n        \"knead\",\n        \"kneadable\",\n        \"kneader\",\n        \"kneaders\",\n        \"kneading\",\n        \"kneepad\"\n    ],\n    \"ike ikpere\": [\n        \"kneadability\"\n    ],\n    \"okpukpu ikpere\": [\n        \"kneebrush\"\n    ],\n    \"ikpere ikpere\": [\n        \"kneecap\",\n        \"kneecapping\",\n        \"kneecappings\",\n        \"kneecaps\"\n    ],\n    \"gbue ikpere n'ala\": [\n        \"kneed\",\n        \"kneeling\",\n        \"kneelingly\",\n        \"knelt\",\n        \"prostrated\"\n    ],\n    \"gbuo ikpere n'ala\": [\n        \"kneeing\",\n        \"kneel\",\n        \"kneeled\",\n        \"kneels\",\n        \"knell\",\n        \"knelled\"\n    ],\n    \"gwuru ala\": [\n        \"kneepan\"\n    ],\n    \"mgwakpo\": [\n        \"kneepans\"\n    ],\n    \"gbue ikpere\": [\n        \"knevel\",\n        \"knez\"\n    ],\n    \"knickknacks\": [\n        \"knickknackish\"\n    ],\n    \"knickknack\": [\n        \"knicknack\"\n    ],\n    \"mma dị ka\": [\n        \"knifelike\"\n    ],\n    \"mma akaebe\": [\n        \"knifeproof\"\n    ],\n    \"mma izu ike\": [\n        \"kniferest\"\n    ],\n    \"Onye na-ejide akwa\": [\n        \"knifesmith\"\n    ],\n    \"na-akpa\": [\n        \"knifing\",\n        \"knitting\"\n    ],\n    \"knifọ\": [\n        \"knifings\"\n    ],\n    \"Knight\": [\n        \"knighted\"\n    ],\n    \"knighthood\": [\n        \"knighthoods\"\n    ],\n    \"knight\": [\n        \"knighting\"\n    ],\n    \"naiti\": [\n        \"knightling\"\n    ],\n    \"ndị knight\": [\n        \"knights\"\n    ],\n    \"knighthip\": [\n        \"knightship\"\n    ],\n    \"kpaa\": [\n        \"knish\",\n        \"wallow\",\n        \"wrive\"\n    ],\n    \"idu efe\": [\n        \"knit\"\n    ],\n    \"knit\": [\n        \"knits\"\n    ],\n    \"knitti\": [\n        \"knitters\"\n    ],\n    \"Na-akụ aka\": [\n        \"knobbliest\"\n    ],\n    \"kụtuo\": [\n        \"knockdown\",\n        \"knockout\"\n    ],\n    \"knotless\": [\n        \"knockless\"\n    ],\n    \"knockwurst\": [\n        \"knockwursts\"\n    ],\n    \"mmaji\": [\n        \"knosp\"\n    ],\n    \"ndi maara ihe\": [\n        \"knowers\",\n        \"wisewomen\"\n    ],\n    \"mara ka esi eme\": [\n        \"knowhow\",\n        \"knowhows\"\n    ],\n    \"n'mara\": [\n        \"knowingly\"\n    ],\n    \"ima ihe\": [\n        \"knowingness\"\n    ],\n    \"mara nke ọma\": [\n        \"knowledgably\"\n    ],\n    \"mara ihe ọ bụla\": [\n        \"knownothingism\"\n    ],\n    \"Ukpomkpu\": [\n        \"knoxian\"\n    ],\n    \"eriri akpa\": [\n        \"knublet\",\n        \"stralet\"\n    ],\n    \"njiko mkpisiaka\": [\n        \"knuckle\"\n    ],\n    \"kpuchie aka\": [\n        \"knuckled\"\n    ],\n    \"knucklehead ness\": [\n        \"knuckleheadedness\"\n    ],\n    \"na-akpa nkpa\": [\n        \"knuckling\"\n    ],\n    \"Nkpu\": [\n        \"knucks\",\n        \"phi\",\n        \"tipsters\",\n        \"tipstocks\"\n    ],\n    \"odlọ\": [\n        \"kodaking\"\n    ],\n    \"Kodakked\": [\n        \"kodakked\"\n    ],\n    \"kole\": [\n        \"kolea\"\n    ],\n    \"konimita\": [\n        \"konimeter\"\n    ],\n    \"kutcha\": [\n        \"kootcha\"\n    ],\n    \"kopek\": [\n        \"kopec\",\n        \"kopeck\"\n    ],\n    \"ndị Korea\": [\n        \"koreans\"\n    ],\n    \"corymbos\": [\n        \"korymbos\"\n    ],\n    \"korman\": [\n        \"korma\"\n    ],\n    \"kornephoros\": [\n        \"kornephorus\"\n    ],\n    \"kowtows\": [\n        \"kowtowed\"\n    ],\n    \"alinggha\": [\n        \"kraaling\"\n    ],\n    \"okwale\": [\n        \"krameriaceous\"\n    ],\n    \"kratụ\": [\n        \"kraters\"\n    ],\n    \"krau\": [\n        \"kraut\"\n    ],\n    \"kraver\": [\n        \"kravers\"\n    ],\n    \"krill\": [\n        \"krills\"\n    ],\n    \"kryptọn\": [\n        \"kryptons\"\n    ],\n    \"kris\": [\n        \"krises\"\n    ],\n    \"Onye Kraist\": [\n        \"kristian\",\n        \"unchristian\"\n    ],\n    \"Kriton\": [\n        \"kriton\"\n    ],\n    \"kriket\": [\n        \"krocket\"\n    ],\n    \"Kronion\": [\n        \"kronion\"\n    ],\n    \"Kroon\": [\n        \"kroon\"\n    ],\n    \"Ukechukwu\": [\n        \"kshatriyahood\"\n    ],\n    \"kubọn\": [\n        \"kubong\"\n    ],\n    \"kuzus\": [\n        \"kudzus\"\n    ],\n    \"ndị kurgans\": [\n        \"kurgans\"\n    ],\n    \"ochech\": [\n        \"kursch\"\n    ],\n    \"kurtosise\": [\n        \"kurtosises\"\n    ],\n    \"nwachit\": [\n        \"kvetch\"\n    ],\n    \"kw kw\": [\n        \"kw\"\n    ],\n    \"kwanu\": [\n        \"kwanza\"\n    ],\n    \"ịtọsịrị ihe\": [\n        \"laager\"\n    ],\n    \"ndị leba\": [\n        \"laagers\"\n    ],\n    \"labdanọm\": [\n        \"labdanums\"\n    ],\n    \"ịkpa aha\": [\n        \"labefactation\",\n        \"labefaction\"\n    ],\n    \"labefi\": [\n        \"labefy\"\n    ],\n    \"labeelu\": [\n        \"labeler\"\n    ],\n    \"Ndị na-akpọ ya\": [\n        \"labelers\"\n    ],\n    \"ịkọ aha\": [\n        \"labeling\",\n        \"labelling\"\n    ],\n    \"tinye akara\": [\n        \"labellate\"\n    ],\n    \"Labelid\": [\n        \"labelloid\"\n    ],\n    \"aha mmado\": [\n        \"labels\"\n    ],\n    \"ndị labiates\": [\n        \"labiates\"\n    ],\n    \"ekwako\": [\n        \"labidophorous\"\n    ],\n    \"leedoi\": [\n        \"labioglossal\"\n    ],\n    \"ịgha ụgha\": [\n        \"labiomancy\",\n        \"largish\",\n        \"lier\",\n        \"misaccount\",\n        \"misciting\",\n        \"miscomplain\",\n        \"miscredit\",\n        \"mislabored\",\n        \"mispraise\",\n        \"mispropose\",\n        \"misreckon\",\n        \"misreckoning\",\n        \"misrecognition\",\n        \"misrefer\",\n        \"misrendering\",\n        \"misreporting\",\n        \"misrepresentation\",\n        \"misrepresentations\",\n        \"misrepute\",\n        \"perjuredness\",\n        \"spuriousness\",\n        \"stachering\"\n    ],\n    \"ịkpa oke ụlọ ọrụ\": [\n        \"labiovelarisation\"\n    ],\n    \"onyeka aka ya\": [\n        \"labiovelarised\"\n    ],\n    \"ụlọ ọrụ na-arụ ọrụ\": [\n        \"labiovelarising\",\n        \"proindustrial\"\n    ],\n    \"ịdọ aka azụ\": [\n        \"labiovelarization\"\n    ],\n    \"ụlọ labyrinthici\": [\n        \"labyrinthici\"\n    ],\n    \"ụlọ labyrinthine\": [\n        \"labyrinthine\"\n    ],\n    \"ụlọ labyrinthodont\": [\n        \"labyrinthodont\"\n    ],\n    \"ụlọ labyrinthodontian\": [\n        \"labyrinthodontian\"\n    ],\n    \"ụlọ labyrinthula\": [\n        \"labyrinthula\"\n    ],\n    \"ike oru\": [\n        \"laborability\"\n    ],\n    \"laabu\": [\n        \"laboratory\"\n    ],\n    \"eji aka ọrụ\": [\n        \"laboratorially\"\n    ],\n    \"arụsi ọrụ ike\": [\n        \"labouredly\"\n    ],\n    \"ike ọrụ\": [\n        \"labourism\"\n    ],\n    \"onye aka oru\": [\n        \"labourist\"\n    ],\n    \"ụlọ labrador\": [\n        \"labrador\"\n    ],\n    \"ụlọ labradorean\": [\n        \"labradorean\"\n    ],\n    \"labrum\": [\n        \"labrums\"\n    ],\n    \"Labrusca\": [\n        \"labrusca\"\n    ],\n    \"Mkpịsị\": [\n        \"lace\"\n    ],\n    \"cedbụ nwanyị\": [\n        \"lacedaemonian\"\n    ],\n    \"enweghị akwa\": [\n        \"laceless\",\n        \"uncloven\",\n        \"unpaged\",\n        \"unprayed\",\n        \"unpressed\"\n    ],\n    \"cegba lace\": [\n        \"lacemaking\"\n    ],\n    \"ihe mmachi\": [\n        \"laceman\",\n        \"supermixture\"\n    ],\n    \"Mkpịsị aka\": [\n        \"lacepiece\"\n    ],\n    \"cepgha\": [\n        \"lacepod\"\n    ],\n    \"laceble\": [\n        \"lacerable\"\n    ],\n    \"lecerant\": [\n        \"lacerant\"\n    ],\n    \"lecerated\": [\n        \"lacerated\"\n    ],\n    \"lecerates\": [\n        \"lacerates\"\n    ],\n    \"cegha\": [\n        \"lacerating\",\n        \"lacewing\"\n    ],\n    \"dị lace\": [\n        \"lacerative\"\n    ],\n    \"lacer\": [\n        \"lacery\",\n        \"lacert\"\n    ],\n    \"osisi lacewood\": [\n        \"lacewood\",\n        \"lacewoods\"\n    ],\n    \"onye na-arụ ọrụ lace\": [\n        \"laceworker\"\n    ],\n    \"ọrịra ọkụ\": [\n        \"lachrymatory\"\n    ],\n    \"lachryịl\": [\n        \"lachrymous\"\n    ],\n    \"larịị\": [\n        \"laciniate\",\n        \"laciniated\",\n        \"laciniation\",\n        \"lacinulate\",\n        \"lacrimation\",\n        \"lacrimatory\",\n        \"lacunate\",\n        \"ladner\",\n        \"lapactic\",\n        \"lapidicolous\",\n        \"larid\",\n        \"larynges\",\n        \"larix\",\n        \"larmier\",\n        \"larmoyant\",\n        \"latices\",\n        \"level\",\n        \"levelly\",\n        \"plain\",\n        \"plainish\",\n        \"smoothers\"\n    ],\n    \"enweghị akara\": [\n        \"lackbrained\",\n        \"lineless\",\n        \"markless\",\n        \"nonpigmented\",\n        \"signless\",\n        \"stripeless\",\n        \"uncate\",\n        \"unmiasmatic\",\n        \"unpostmarked\",\n        \"unreduced\",\n        \"unshaled\",\n        \"unstriated\"\n    ],\n    \"kọrọ\": [\n        \"lacked\",\n        \"lacker\",\n        \"lacking\",\n        \"lacks\",\n        \"narrated\",\n        \"reported\",\n        \"reportedly\"\n    ],\n    \"ịkọ ọcha\": [\n        \"lackeyism\"\n    ],\n    \"unana\": [\n        \"lackering\"\n    ],\n    \"enweghịzi\": [\n        \"lackluster\",\n        \"lacklustre\",\n        \"unwearing\"\n    ],\n    \"enweghị akaebe\": [\n        \"lackwittedness\"\n    ],\n    \"iacocca\": [\n        \"lacoca\"\n    ],\n    \"laccolith\": [\n        \"lacolith\"\n    ],\n    \"laconism\": [\n        \"laconisms\"\n    ],\n    \"dicha\": [\n        \"lacquered\"\n    ],\n    \"ndi anwuru\": [\n        \"lacquerers\",\n        \"trombonists\"\n    ],\n    \"ọrụ dị iche iche\": [\n        \"lacquerwork\"\n    ],\n    \"lacrimal\": [\n        \"lacrimals\"\n    ],\n    \"lachrymatories\": [\n        \"lacrimatories\"\n    ],\n    \"lacrosse\": [\n        \"lacrosser\",\n        \"lacrosses\"\n    ],\n    \"ctgba ume\": [\n        \"lactant\"\n    ],\n    \"dị lactate\": [\n        \"lactated\"\n    ],\n    \"ndị nkụ\": [\n        \"lactates\"\n    ],\n    \"Nkuzi\": [\n        \"lactation\",\n        \"phrenoplegia\",\n        \"puboischiac\",\n        \"reknitting\",\n        \"tutorials\"\n    ],\n    \"lactodensimita\": [\n        \"lactodensimeter\"\n    ],\n    \"ubube\": [\n        \"ladder\",\n        \"ladderman\",\n        \"ladders\",\n        \"ladderway\",\n        \"ladylikeness\",\n        \"ladler\",\n        \"ladrone\",\n        \"misanthropos\"\n    ],\n    \"steepụ\": [\n        \"laddered\",\n        \"stair\",\n        \"staircase\",\n        \"staircases\",\n        \"stairhead\",\n        \"stairy\",\n        \"stairs\",\n        \"stairstep\",\n        \"stairway\",\n        \"stairways\",\n        \"stairwell\",\n        \"stairwise\",\n        \"steeper\",\n        \"steepers\",\n        \"steepest\",\n        \"steeples\",\n        \"steeps\",\n        \"steerages\",\n        \"stepped\",\n        \"steppingstone\"\n    ],\n    \"Ubube\": [\n        \"laddery\",\n        \"laddering\"\n    ],\n    \"enweghị ubube\": [\n        \"ladderless\"\n    ],\n    \"ubube dika\": [\n        \"ladderlike\"\n    ],\n    \"mụ nwoke n'ọkwa\": [\n        \"laddermen\"\n    ],\n    \"nne oma\": [\n        \"laddess\"\n    ],\n    \"ladish\": [\n        \"laddish\"\n    ],\n    \"Agbanyela\": [\n        \"laded\",\n        \"restacked\"\n    ],\n    \"boro ibu\": [\n        \"laden\",\n        \"ladened\",\n        \"overburdened\"\n    ],\n    \"lades\": [\n        \"ladens\",\n        \"lader\",\n        \"laders\"\n    ],\n    \"nwada\": [\n        \"lady\"\n    ],\n    \"nwa agbada\": [\n        \"ladybird\"\n    ],\n    \"isieke\": [\n        \"ladyfern\"\n    ],\n    \"ladyfinger\": [\n        \"ladyfingers\"\n    ],\n    \"Umuaka\": [\n        \"ladykins\",\n        \"lancelets\",\n        \"twangy\"\n    ],\n    \"Nkwu nwanyi\": [\n        \"ladypalms\"\n    ],\n    \"nwanyi aka\": [\n        \"ladysfinger\"\n    ],\n    \"ladyship si\": [\n        \"ladyships\"\n    ],\n    \"ndi ladleful\": [\n        \"ladlefuls\"\n    ],\n    \"ndị ladle\": [\n        \"ladlers\"\n    ],\n    \"ladels\": [\n        \"ladrones\"\n    ],\n    \"onye na-enye laender\": [\n        \"laender\"\n    ],\n    \"dị laevogyrous\": [\n        \"laevogyrous\"\n    ],\n    \"n'aka ekpe\": [\n        \"laft\"\n    ],\n    \"ịtọgbọ\": [\n        \"lager\",\n        \"laving\"\n    ],\n    \"ndi lagers\": [\n        \"lagers\"\n    ],\n    \"ịdị larịị\": [\n        \"laggardness\",\n        \"levelness\"\n    ],\n    \"leggings\": [\n        \"laggings\",\n        \"leggin\"\n    ],\n    \"na-ala n'iyi\": [\n        \"lagting\",\n        \"perisher\",\n        \"perishing\",\n        \"perisinuous\"\n    ],\n    \"Laguna\": [\n        \"laguna\"\n    ],\n    \"n'ego\": [\n        \"laically\",\n        \"nontitularly\"\n    ],\n    \"laicism\": [\n        \"laicisms\"\n    ],\n    \"tọrọ atọ\": [\n        \"laidly\",\n        \"stranded\",\n        \"strandedness\",\n        \"stranders\",\n        \"stranding\",\n        \"strandward\",\n        \"trapped\"\n    ],\n    \"agbatịwo\": [\n        \"layed\",\n        \"prolongated\",\n        \"prolonged\",\n        \"unfretted\"\n    ],\n    \"oyi akwa\": [\n        \"layer\",\n        \"layered\"\n    ],\n    \"n'ígwé\": [\n        \"layers\"\n    ],\n    \"chia ochi\": [\n        \"laigh\",\n        \"laugh\"\n    ],\n    \"ayak\": [\n        \"laying\",\n        \"oysters\"\n    ],\n    \"Leyland\": [\n        \"layland\",\n        \"leyland\"\n    ],\n    \"okirikiri nhọrọ ukwuu\": [\n        \"layout\"\n    ],\n    \"ugwu nwanyị\": [\n        \"lairdess\"\n    ],\n    \"Lairds\": [\n        \"lairds\"\n    ],\n    \"umu-agbogho\": [\n        \"lairmen\"\n    ],\n    \"enweghị ụzọ\": [\n        \"lairstone\",\n        \"nondeviation\",\n        \"pathless\",\n        \"pathlessness\",\n        \"portalless\",\n        \"roadlessness\",\n        \"unapproaching\",\n        \"unroaded\",\n        \"waylaidlessness\"\n    ],\n    \"na-atọgbọ\": [\n        \"lays\"\n    ],\n    \"laith\": [\n        \"laithe\",\n        \"laithly\"\n    ],\n    \"lakarti\": [\n        \"lakarpite\"\n    ],\n    \"ọdọ\": [\n        \"lake\",\n        \"lakke\",\n        \"married\",\n        \"marrieds\",\n        \"marrier\"\n    ],\n    \"ọdọ igbo\": [\n        \"lakeweed\"\n    ],\n    \"dị laky\": [\n        \"laky\"\n    ],\n    \"lekier\": [\n        \"lakier\"\n    ],\n    \"ịkpa aka\": [\n        \"lakishness\",\n        \"whiffleries\"\n    ],\n    \"lakit\": [\n        \"lakist\"\n    ],\n    \"Ugbochi\": [\n        \"lakshmi\",\n        \"trionym\"\n    ],\n    \"lollapalooza\": [\n        \"lalapalooza\",\n        \"lollapaloosa\"\n    ],\n    \"Lalland\": [\n        \"lalland\"\n    ],\n    \"lamaị\": [\n        \"lamaic\"\n    ],\n    \"nwa Atụrụ\": [\n        \"lamb\"\n    ],\n    \"lambakes\": [\n        \"lambastes\"\n    ],\n    \"nwa atụrụ\": [\n        \"lambasting\",\n        \"lambency\",\n        \"lamber\",\n        \"lambhood\",\n        \"lambiness\",\n        \"lambkill\",\n        \"lambly\",\n        \"lamblikeness\",\n        \"lamboy\"\n    ],\n    \"lamba atụrụ\": [\n        \"lambasts\"\n    ],\n    \"dị ka atụrụ\": [\n        \"lambently\"\n    ],\n    \"ụmụ atụrụ\": [\n        \"lambers\",\n        \"lamberts\",\n        \"lambes\",\n        \"lamboys\",\n        \"lamsters\"\n    ],\n    \"umu aturu\": [\n        \"lambing\",\n        \"lambsdown\",\n        \"lames\"\n    ],\n    \"ebule\": [\n        \"lambkills\",\n        \"lambskin\",\n        \"ram\",\n        \"ramass\",\n        \"ramforce\",\n        \"ramies\",\n        \"ramjet\",\n        \"ramjets\",\n        \"ramnes\",\n        \"rams\",\n        \"ramshorns\",\n        \"ramsons\",\n        \"ramtil\",\n        \"ramtils\",\n        \"ramuscule\"\n    ],\n    \"akpụkpọ anụ atụrụ\": [\n        \"lambkins\",\n        \"sheepskin\"\n    ],\n    \"umu-aturu\": [\n        \"lambs\"\n    ],\n    \"atụrụsuccory\": [\n        \"lambsuccory\"\n    ],\n    \"ngwo ngwo\": [\n        \"lamebrained\"\n    ],\n    \"Ndị ngwọrọ\": [\n        \"lamebrains\"\n    ],\n    \"ndi ngwu\": [\n        \"lameds\"\n    ],\n    \"lameness\": [\n        \"lamenesses\"\n    ],\n    \"akwa arịrị\": [\n        \"lament\",\n        \"lamentations\",\n        \"laments\"\n    ],\n    \"akwa ariri\": [\n        \"lamentation\",\n        \"lamentational\",\n        \"lamentful\",\n        \"lamentory\"\n    ],\n    \"kwara arịrị\": [\n        \"lamented\"\n    ],\n    \"kwara akwa\": [\n        \"lamentedly\",\n        \"sobbed\"\n    ],\n    \"lame\": [\n        \"lamer\"\n    ],\n    \"lamma\": [\n        \"lamester\"\n    ],\n    \"lamister\": [\n        \"lamisters\"\n    ],\n    \"latimer\": [\n        \"lamiter\"\n    ],\n    \"lammergeier\": [\n        \"lammergeir\"\n    ],\n    \"na-agba ije\": [\n        \"lamming\"\n    ],\n    \"oriọna agbachiri\": [\n        \"lampblacked\"\n    ],\n    \"ime oriọna\": [\n        \"lampmaking\"\n    ],\n    \"ndị lampoonist\": [\n        \"lampoonists\"\n    ],\n    \"lampoọn\": [\n        \"lampoons\"\n    ],\n    \"ihe njigide oriọkụ\": [\n        \"lamppost\"\n    ],\n    \"onye na-eme oriọna\": [\n        \"lampworker\"\n    ],\n    \"ọrụ oriọna\": [\n        \"lampworking\"\n    ],\n    \".mụ nwanyị,\": [\n        \"lams\"\n    ],\n    \"nyaa\": [\n        \"lana\"\n    ],\n    \"lanameta\": [\n        \"lanameter\"\n    ],\n    \"lanacenti\": [\n        \"lancinate\"\n    ],\n    \"ihe mbata\": [\n        \"landblink\"\n    ],\n    \"rutere\": [\n        \"landed\"\n    ],\n    \"ndị nwe ala\": [\n        \"landers\",\n        \"landholders\",\n        \"landmen\",\n        \"landowners\",\n        \"nigrities\"\n    ],\n    \"ọdịda ala\": [\n        \"landfall\"\n    ],\n    \"mbuputa\": [\n        \"landfang\",\n        \"unbudging\"\n    ],\n    \"ala nsị\": [\n        \"landfill\"\n    ],\n    \"ihe mkpofu ala\": [\n        \"landfills\"\n    ],\n    \"ndị ụlọ ala\": [\n        \"landgates\"\n    ],\n    \"onye ala\": [\n        \"landgraviate\",\n        \"landuman\",\n        \"plainsman\"\n    ],\n    \"inweta ala\": [\n        \"landholding\",\n        \"landowning\"\n    ],\n    \"ndi nwe ala\": [\n        \"landladies\",\n        \"sovereigns\"\n    ],\n    \"ndi nwe ụlọ\": [\n        \"landladyhood\"\n    ],\n    \"onye na-akọ ubi\": [\n        \"landleaper\",\n        \"plowter\"\n    ],\n    \"yiri ala\": [\n        \"landlike\"\n    ],\n    \"ndozi ala\": [\n        \"landlouping\",\n        \"landshard\",\n        \"landshark\"\n    ],\n    \"ịkụ ala\": [\n        \"landlubbing\"\n    ],\n    \"onye na-akọ ala\": [\n        \"landmonger\",\n        \"plowjogger\"\n    ],\n    \"ala ndi mmadu\": [\n        \"landocracies\"\n    ],\n    \"ala ire ere\": [\n        \"landsale\"\n    ],\n    \"odida obodo\": [\n        \"landscape\"\n    ],\n    \"ihe ndozi ala\": [\n        \"landscaper\",\n        \"landscapist\"\n    ],\n    \"nhazi ala\": [\n        \"landscaping\"\n    ],\n    \"ala akọrọ\": [\n        \"landsick\"\n    ],\n    \"mbibi ala\": [\n        \"landside\",\n        \"landslid\",\n        \"landslide\",\n        \"landsliding\"\n    ],\n    \"ala daa\": [\n        \"landslidden\"\n    ],\n    \"ndị ala\": [\n        \"landsmen\",\n        \"plainsmen\"\n    ],\n    \"nwanyị nwe ala\": [\n        \"landswoman\"\n    ],\n    \"onye oru ala\": [\n        \"landwaiter\"\n    ],\n    \"nsacha ala\": [\n        \"landwash\"\n    ],\n    \"laney\": [\n        \"lanely\",\n        \"lanes\"\n    ],\n    \"akwa nwanyị\": [\n        \"langarai\",\n        \"lingerie\",\n        \"seamstress\"\n    ],\n    \"langel\": [\n        \"langeel\"\n    ],\n    \"asụsụ langhian\": [\n        \"langhian\"\n    ],\n    \"asụsụ igbo\": [\n        \"languescent\",\n        \"locarnize\",\n        \"panglossian\",\n        \"urbic\"\n    ],\n    \"adịkwaghị ike\": [\n        \"languid\",\n        \"languor\"\n    ],\n    \"na-egbu ume\": [\n        \"languishingly\",\n        \"lungful\",\n        \"resplicing\"\n    ],\n    \"lanyard\": [\n        \"laniard\"\n    ],\n    \"laioid\": [\n        \"lanioid\"\n    ],\n    \"asụsụ lankish\": [\n        \"lankish\"\n    ],\n    \"lanụ\": [\n        \"lanner\"\n    ],\n    \"kechitere\": [\n        \"lanolated\"\n    ],\n    \"lanise\": [\n        \"lanose\"\n    ],\n    \"lanosis\": [\n        \"lanosity\",\n        \"lanosities\"\n    ],\n    \"lantanaas\": [\n        \"lantanas\"\n    ],\n    \"lantana\": [\n        \"lantanium\"\n    ],\n    \"ifuru oriọna\": [\n        \"lanternflower\"\n    ],\n    \"lanterman\": [\n        \"lanternman\"\n    ],\n    \"leodisia\": [\n        \"laodicean\"\n    ],\n    \"onye laotian\": [\n        \"laotian\"\n    ],\n    \"apata\": [\n        \"lap\",\n        \"thigh\",\n        \"thighs\"\n    ],\n    \"lapodu\": [\n        \"lapboard\"\n    ],\n    \"mbadamba nkume\": [\n        \"lapboards\",\n        \"plaques\",\n        \"pulques\"\n    ],\n    \"lapel\": [\n        \"lapels\"\n    ],\n    \"Udochi udo\": [\n        \"lapidarist\"\n    ],\n    \"lapini\": [\n        \"lapins\"\n    ],\n    \"Laplandish\": [\n        \"laplandish\"\n    ],\n    \"lapaị\": [\n        \"lappa\",\n        \"lapper\",\n        \"lavement\"\n    ],\n    \"Ugwuam\": [\n        \"lapstreaked\"\n    ],\n    \"laptọọpụ\": [\n        \"laptop\"\n    ],\n    \"ịmị amị\": [\n        \"laqueus\"\n    ],\n    \"nnukwu mkpọ\": [\n        \"larboard\"\n    ],\n    \"ndị aka mgba\": [\n        \"larceners\",\n        \"larcenists\"\n    ],\n    \"nnukwu ọchịchị\": [\n        \"larcenish\",\n        \"supermunicipal\"\n    ],\n    \"mmanie\": [\n        \"larcenous\"\n    ],\n    \"ịdị arọ\": [\n        \"larcenousness\",\n        \"larkishness\",\n        \"tonnishness\",\n        \"weightiness\"\n    ],\n    \"nnukwu nri\": [\n        \"larcinry\"\n    ],\n    \"mmanu abuba\": [\n        \"lard\",\n        \"lardy\",\n        \"lardite\",\n        \"lardlike\",\n        \"lardry\",\n        \"lards\"\n    ],\n    \"nnukwu iheomume\": [\n        \"larderellite\"\n    ],\n    \"dị ka larder\": [\n        \"larderlike\"\n    ],\n    \"Ikuru\": [\n        \"lares\"\n    ],\n    \"ejike aka\": [\n        \"largehanded\"\n    ],\n    \"nnukwu anụrị\": [\n        \"largemouth\",\n        \"largemouthed\"\n    ],\n    \"bigur\": [\n        \"largeour\"\n    ],\n    \"nnukwu achịcha\": [\n        \"largesse\"\n    ],\n    \"ụgha niile\": [\n        \"largesses\"\n    ],\n    \"mmanu mmiri\": [\n        \"largition\",\n        \"largitional\"\n    ],\n    \"lari\": [\n        \"lariated\"\n    ],\n    \"na-ekwughachi\": [\n        \"lariating\",\n        \"reascends\",\n        \"recriticizing\",\n        \"reletting\",\n        \"repeats\",\n        \"retells\",\n        \"retestifying\",\n        \"reverberates\"\n    ],\n    \"lariat\": [\n        \"lariats\"\n    ],\n    \"laryngological\": [\n        \"laryngologic\"\n    ],\n    \"ọkà mmụta banyere ọrịa laryngologist\": [\n        \"laryngologist\"\n    ],\n    \"laryngopharyngeal\": [\n        \"laryngopharynges\"\n    ],\n    \"oghochi\": [\n        \"larynxes\"\n    ],\n    \"nnukwu anụ\": [\n        \"lark\",\n        \"larkish\",\n        \"monsters\",\n        \"superbomb\",\n        \"supercarpal\"\n    ],\n    \"kachasị njọ\": [\n        \"larkiest\"\n    ],\n    \"dị ka lark\": [\n        \"larklike\"\n    ],\n    \"ndị na-eri iwu\": [\n        \"larrigans\",\n        \"preexists\"\n    ],\n    \"leghasị\": [\n        \"larruper\",\n        \"lug\"\n    ],\n    \"ndị akpụkpa\": [\n        \"larrupers\"\n    ],\n    \"ịmị akwa\": [\n        \"larruping\"\n    ],\n    \"larum\": [\n        \"larums\"\n    ],\n    \"nwa ahuhu\": [\n        \"larva\"\n    ],\n    \"larva\": [\n        \"larvas\"\n    ],\n    \"na-akọkọ\": [\n        \"larvate\"\n    ],\n    \"viczọ\": [\n        \"larvicidal\"\n    ],\n    \"ihe nnọchi\": [\n        \"laserjet\",\n        \"laserwort\"\n    ],\n    \"laser\": [\n        \"lasers\",\n        \"lashers\"\n    ],\n    \"lashes\": [\n        \"lases\"\n    ],\n    \"na-apịa ihe\": [\n        \"lashing\"\n    ],\n    \"laiocampidae\": [\n        \"lasiocampidae\",\n        \"lasiocampoidea\"\n    ],\n    \"gba aka\": [\n        \"lasking\"\n    ],\n    \"mmị\": [\n        \"laspring\",\n        \"limbi\"\n    ],\n    \"las\": [\n        \"lass\",\n        \"lasses\"\n    ],\n    \"lasses\": [\n        \"lassies\"\n    ],\n    \"ịdọ aka\": [\n        \"lassoes\"\n    ],\n    \"akpatre\": [\n        \"lastage\"\n    ],\n    \"ke akpatre\": [\n        \"lastingly\"\n    ],\n    \"ikpe-azu\": [\n        \"lastness\"\n    ],\n    \"lash\": [\n        \"latch\"\n    ],\n    \"latcha\": [\n        \"latcher\"\n    ],\n    \"ndị lateeners\": [\n        \"lateeners\"\n    ],\n    \"n'oge na-adịbeghị anya\": [\n        \"lately\"\n    ],\n    \"laten\": [\n        \"latency\"\n    ],\n    \"agbaghị aka\": [\n        \"latened\",\n        \"unbended\",\n        \"unflurried\"\n    ],\n    \"ndị na-adịghị anya\": [\n        \"latenesses\"\n    ],\n    \"mechara nweta\": [\n        \"laterinerved\"\n    ],\n    \"Emechaa\": [\n        \"laterization\"\n    ],\n    \"akàra ozigbo\": [\n        \"lateroabdominal\"\n    ],\n    \"mbugharị oge\": [\n        \"laterodeviation\"\n    ],\n    \"kacha ọhụrụ\": [\n        \"latest\",\n        \"newsiest\"\n    ],\n    \"Lath\": [\n        \"lath\"\n    ],\n    \"ịkwa ụta\": [\n        \"lathering\"\n    ],\n    \"onye lathesman\": [\n        \"lathesman\"\n    ],\n    \"ụlọ lathhouse\": [\n        \"lathhouse\"\n    ],\n    \"ịkpa aghara\": [\n        \"lathyrism\",\n        \"seditiousness\"\n    ],\n    \"na-akọpụrụ mmadụ\": [\n        \"lathyritic\"\n    ],\n    \"onye yiri lath\": [\n        \"lathlike\"\n    ],\n    \"latidate\": [\n        \"latidentate\"\n    ],\n    \"foldị ndụ\": [\n        \"latifolious\"\n    ],\n    \"Latin\": [\n        \"latinian\"\n    ],\n    \"onye latinist\": [\n        \"latinist\"\n    ],\n    \"latinisation\": [\n        \"latinization\"\n    ],\n    \"siropral\": [\n        \"latirostral\"\n    ],\n    \"latutancy\": [\n        \"latitancy\"\n    ],\n    \"latitude\": [\n        \"latitudes\"\n    ],\n    \"ndị latitudinarians\": [\n        \"latitudinarians\"\n    ],\n    \"latosol\": [\n        \"latosols\"\n    ],\n    \"latlọrị\": [\n        \"latrobe\"\n    ],\n    \"nke ikpeazụ\": [\n        \"latter\",\n        \"latterkin\",\n        \"lattermost\"\n    ],\n    \"latọt\": [\n        \"latterness\"\n    ],\n    \"lattị\": [\n        \"lattice\"\n    ],\n    \"N'ekpere\": [\n        \"latticed\"\n    ],\n    \"lattikike\": [\n        \"latticelike\"\n    ],\n    \"latti ihe\": [\n        \"lattices\"\n    ],\n    \"lattikịkị\": [\n        \"latticicini\"\n    ],\n    \"lattikịnii\": [\n        \"latticinii\"\n    ],\n    \"lattiki\": [\n        \"latticinio\"\n    ],\n    \"kwesịrị otuto\": [\n        \"laudable\",\n        \"praiseworthy\"\n    ],\n    \"onye na-akọ ego\": [\n        \"laudator\"\n    ],\n    \"ndị na-akọ ụgwọ\": [\n        \"laudators\"\n    ],\n    \"na-ebupụta\": [\n        \"launces\",\n        \"launches\",\n        \"launchful\",\n        \"roosing\"\n    ],\n    \"ndị na-ebupụta ihe\": [\n        \"launchers\"\n    ],\n    \"launching\": [\n        \"launchings\",\n        \"lunching\"\n    ],\n    \"launpad\": [\n        \"launchpad\"\n    ],\n    \"launplex\": [\n        \"launchplex\"\n    ],\n    \"sa akwa\": [\n        \"laund\"\n    ],\n    \"na-asacha\": [\n        \"laundered\"\n    ],\n    \"Na-akwa ákwà\": [\n        \"launderer\"\n    ],\n    \"na-asacha akwa\": [\n        \"launderers\"\n    ],\n    \"na-asa ákwà\": [\n        \"laundering\",\n        \"laundress\",\n        \"laundromat\"\n    ],\n    \"launder\": [\n        \"launderings\"\n    ],\n    \"ndị na-asacha akwa\": [\n        \"launders\"\n    ],\n    \"na-asa akwa\": [\n        \"laundresses\",\n        \"laundry\",\n        \"laundries\"\n    ],\n    \"Ndi na asa-akwa\": [\n        \"laundrymaid\"\n    ],\n    \"onye na-asa akwa\": [\n        \"laundryman\"\n    ],\n    \"Ndi na-asa akwa\": [\n        \"laundrymen\"\n    ],\n    \"onye na-asacha uwe\": [\n        \"laundryowner\"\n    ],\n    \"Nwanyị na-asa ákwà\": [\n        \"laundrywoman\"\n    ],\n    \"omenmụ nwanyị na-asa ákwà\": [\n        \"laundrywomen\"\n    ],\n    \"uwe ịsa ahụ\": [\n        \"laundromats\"\n    ],\n    \"agbalite\": [\n        \"launeddas\",\n        \"upswelled\"\n    ],\n    \"laureate\": [\n        \"laurate\",\n        \"laureated\"\n    ],\n    \"ndị wetara onyinye\": [\n        \"laureates\"\n    ],\n    \"laurele\": [\n        \"laureled\"\n    ],\n    \"lautit\": [\n        \"lautitious\"\n    ],\n    \"lavabos\": [\n        \"lavaboes\"\n    ],\n    \"ịsa mmiri\": [\n        \"lavacre\",\n        \"lavage\",\n        \"lavages\"\n    ],\n    \"lavallière\": [\n        \"lavaliere\"\n    ],\n    \"lavation\": [\n        \"lavations\"\n    ],\n    \"ịkpa anụ\": [\n        \"laveering\",\n        \"sauntering\"\n    ],\n    \"ndị laveers\": [\n        \"laveers\"\n    ],\n    \"ndị lavenders\": [\n        \"lavenders\"\n    ],\n    \"lawa\": [\n        \"laver\"\n    ],\n    \"ite lawa\": [\n        \"lavers\"\n    ],\n    \"etisala\": [\n        \"lavished\"\n    ],\n    \"ndi umu aka\": [\n        \"lavishers\"\n    ],\n    \"onye na-emebi iwu\": [\n        \"lawbreaker\",\n        \"violer\"\n    ],\n    \"iwu kwadoro\": [\n        \"lawfullness\"\n    ],\n    \"ọkàiwu\": [\n        \"lawyer\"\n    ],\n    \"ndị na-eme iwu\": [\n        \"lawyeresses\",\n        \"unmakers\"\n    ],\n    \"dị ka ọkàiwu\": [\n        \"lawyerlike\"\n    ],\n    \"na-agba akwụkwọ\": [\n        \"lawyerling\"\n    ],\n    \"ịbụ ọkàiwu\": [\n        \"lawyership\"\n    ],\n    \"ndị ọrụ iwu\": [\n        \"lawks\"\n    ],\n    \"ndị ome iwu\": [\n        \"lawlants\",\n        \"lawmen\",\n        \"legislature\"\n    ],\n    \"na-enweghị iwu\": [\n        \"lawlessly\",\n        \"nonbiliousness\",\n        \"nonforeign\",\n        \"nonjuristic\",\n        \"unbequeathed\"\n    ],\n    \"dị ka iwu\": [\n        \"lawlike\",\n        \"obligatorily\"\n    ],\n    \"onye ome iwu\": [\n        \"lawman\"\n    ],\n    \"onye nnozi\": [\n        \"lawmonger\"\n    ],\n    \"igwe eji asụ ahịhịa\": [\n        \"lawnmower\"\n    ],\n    \"igbochi iwu\": [\n        \"lawproof\",\n        \"nonforeclosure\"\n    ],\n    \"onye oka iwu\": [\n        \"lawrightman\",\n        \"legalist\",\n        \"litigationist\"\n    ],\n    \"iwuon\": [\n        \"lawson\"\n    ],\n    \"iwuone\": [\n        \"lawsone\"\n    ],\n    \"iwuoneve\": [\n        \"lawsoneve\"\n    ],\n    \"iwuonia\": [\n        \"lawsonia\"\n    ],\n    \"iwuonite\": [\n        \"lawsonite\"\n    ],\n    \"xgba mbọ\": [\n        \"laxations\",\n        \"surexcitation\"\n    ],\n    \"ndị laxatives\": [\n        \"laxatives\"\n    ],\n    \"dị umengwụ\": [\n        \"laxest\",\n        \"sluggardly\"\n    ],\n    \"onyeisia\": [\n        \"laxist\"\n    ],\n    \"onye lazarist\": [\n        \"lazarist\"\n    ],\n    \"umengwụ\": [\n        \"lazarly\",\n        \"lazy\",\n        \"lazybone\",\n        \"lazybones\",\n        \"lazyish\",\n        \"lazylegs\",\n        \"lazily\",\n        \"lazinesses\",\n        \"lazyship\",\n        \"sluggard\",\n        \"sluggardy\",\n        \"sluggarding\",\n        \"sluggardliness\",\n        \"sluggardness\",\n        \"sluggardry\",\n        \"sluggish\",\n        \"sluggishness\",\n        \"smuggishness\"\n    ],\n    \"dị ka lazar\": [\n        \"lazarlike\"\n    ],\n    \"lazarus\": [\n        \"lazarous\"\n    ],\n    \"ubele\": [\n        \"lazars\",\n        \"spearfishes\"\n    ],\n    \"lazes\": [\n        \"lazed\"\n    ],\n    \"akwa umengwụ\": [\n        \"lazybed\"\n    ],\n    \"lazi\": [\n        \"lazied\"\n    ],\n    \"ndi lazulites\": [\n        \"lazulites\"\n    ],\n    \"Lm\": [\n        \"lcm\",\n        \"lm\"\n    ],\n    \"koro\": [\n        \"lea\",\n        \"leaved\",\n        \"plied\",\n        \"soared\"\n    ],\n    \"ekpoli\": [\n        \"leach\",\n        \"pholcoid\",\n        \"pholcus\",\n        \"pholiota\"\n    ],\n    \"leechers\": [\n        \"leachers\"\n    ],\n    \"leeches\": [\n        \"leaches\"\n    ],\n    \"leachman\": [\n        \"leachmen\"\n    ],\n    \"Lead\": [\n        \"leaden\"\n    ],\n    \"kachasị ike\": [\n        \"leadiest\"\n    ],\n    \"enweghị ndu\": [\n        \"leadless\"\n    ],\n    \"akwukwo ahihia\": [\n        \"leafbird\",\n        \"leafstalk\",\n        \"leafstalks\",\n        \"leafwood\"\n    ],\n    \"ebu akwukwo\": [\n        \"leafmold\"\n    ],\n    \"akuku ahihia\": [\n        \"leafworm\"\n    ],\n    \"ihihi\": [\n        \"leak\"\n    ],\n    \"leakedị\": [\n        \"leaked\"\n    ],\n    \"ndị na-agbapụta mmiri\": [\n        \"leakers\"\n    ],\n    \"leakị\": [\n        \"leaky\"\n    ],\n    \"na-eri eri\": [\n        \"leaking\"\n    ],\n    \"gbazinye\": [\n        \"leal\",\n        \"lenticulate\",\n        \"lentisc\",\n        \"lentous\"\n    ],\n    \"gbazinyere\": [\n        \"lealty\",\n        \"leasts\",\n        \"lended\",\n        \"lent\",\n        \"lenten\",\n        \"lenticulated\"\n    ],\n    \"ego mgbazinye ego\": [\n        \"lealties\",\n        \"loanwords\"\n    ],\n    \"leam\": [\n        \"leamer\"\n    ],\n    \"dịkarịsịrị ala\": [\n        \"leanest\"\n    ],\n    \"nādabere\": [\n        \"leaning\",\n        \"leanings\"\n    ],\n    \"ibinye ego\": [\n        \"leant\",\n        \"mortgaged\"\n    ],\n    \"itu ukwu\": [\n        \"leap\"\n    ],\n    \"leapfrog\": [\n        \"leapfrogged\"\n    ],\n    \"na-awụkwa elu\": [\n        \"leapfrogging\"\n    ],\n    \"leaprogs\": [\n        \"leapfrogs\"\n    ],\n    \"na-amali\": [\n        \"leapful\",\n        \"leaping\",\n        \"skippingly\"\n    ],\n    \"leapu\": [\n        \"leapingly\"\n    ],\n    \"wụlie\": [\n        \"leapt\"\n    ],\n    \"na-amụta\": [\n        \"learn\",\n        \"learns\"\n    ],\n    \"mụtara\": [\n        \"learned\",\n        \"learnt\",\n        \"mastered\"\n    ],\n    \"-amụrụ ihe\": [\n        \"learner\"\n    ],\n    \"ndị mmụta\": [\n        \"learners\"\n    ],\n    \"mgbazinye\": [\n        \"lease\",\n        \"leased\",\n        \"leasehold\",\n        \"leaseholding\",\n        \"leaseholds\",\n        \"leaseless\",\n        \"leases\",\n        \"lewnite\",\n        \"rent\",\n        \"rental\",\n        \"rentaler\",\n        \"rentals\",\n        \"rents\",\n        \"retal\"\n    ],\n    \"onye mgbazinye ego\": [\n        \"leaseholder\",\n        \"loanmonger\"\n    ],\n    \"ndị na-agbazinye ego\": [\n        \"leaseholders\",\n        \"leasers\",\n        \"lenders\"\n    ],\n    \"asgwọ\": [\n        \"leaser\"\n    ],\n    \"na-ara\": [\n        \"leashing\"\n    ],\n    \"ịgbaziri agbazinye\": [\n        \"leasing\"\n    ],\n    \"ịgbazinye ego\": [\n        \"leasings\",\n        \"renationalize\"\n    ],\n    \"opekempe\": [\n        \"least\",\n        \"minimum\",\n        \"minimums\",\n        \"minium\"\n    ],\n    \"wayszọ kacha nta\": [\n        \"leastways\"\n    ],\n    \"ma ọ dịghị ihe ọzọ\": [\n        \"leastwise\"\n    ],\n    \"agbapuwo akpụkpọ\": [\n        \"leathered\"\n    ],\n    \"eme akpụkpọ anụ\": [\n        \"leathermaking\"\n    ],\n    \"arụ ọrụ akpụkpọ anụ\": [\n        \"leatherworking\"\n    ],\n    \"onye nlele anya\": [\n        \"leavelooker\"\n    ],\n    \"ihe iko achịcha\": [\n        \"leaven\",\n        \"leavenous\",\n        \"leavens\"\n    ],\n    \"koro eko\": [\n        \"leavened\",\n        \"leavening\",\n        \"leavenish\"\n    ],\n    \"ekoghị eko\": [\n        \"leavenless\",\n        \"uninterleave\",\n        \"unleave\",\n        \"unleaved\",\n        \"unleavened\",\n        \"unsleaved\"\n    ],\n    \"ndị na-amị amị\": [\n        \"leavers\"\n    ],\n    \"na-amị amị\": [\n        \"leavier\",\n        \"simmering\",\n        \"slipperily\",\n        \"slipperiness\",\n        \"slippy\",\n        \"slipping\",\n        \"slippingly\",\n        \"slivering\",\n        \"sliving\"\n    ],\n    \"ihe na-eko\": [\n        \"leavings\"\n    ],\n    \"ndị ode akwụkwọ\": [\n        \"lebistes\"\n    ],\n    \"lechayim\": [\n        \"lechayims\"\n    ],\n    \"lechele\": [\n        \"lecherous\"\n    ],\n    \"leche dị\": [\n        \"lecherously\"\n    ],\n    \"okwu ihu ọha\": [\n        \"lecture\"\n    ],\n    \"Lide\": [\n        \"lede\"\n    ],\n    \"edida\": [\n        \"ledgering\"\n    ],\n    \"duru ụzọ\": [\n        \"ledgiest\",\n        \"warstled\"\n    ],\n    \"leech\": [\n        \"leechlike\"\n    ],\n    \"lee lee\": [\n        \"leefully\"\n    ],\n    \"liik\": [\n        \"leek\"\n    ],\n    \"leekị\": [\n        \"leeky\"\n    ],\n    \"leerụ\": [\n        \"leeriness\"\n    ],\n    \"ịgba agba\": [\n        \"leering\",\n        \"stageableness\",\n        \"unplotting\"\n    ],\n    \"leeringing\": [\n        \"leeringly\"\n    ],\n    \"leer\": [\n        \"leerness\"\n    ],\n    \"na-agba ụgwọ\": [\n        \"leesing\"\n    ],\n    \"lefen\": [\n        \"lefsen\"\n    ],\n    \"aka ekpe\": [\n        \"leftest\",\n        \"lefty\",\n        \"leftism\",\n        \"leftist\",\n        \"leftmost\",\n        \"leftness\",\n        \"leftward\",\n        \"leftwards\",\n        \"meliorist\"\n    ],\n    \"ndị aka ekpe\": [\n        \"leftists\"\n    ],\n    \"onye aka ekpe\": [\n        \"leftwinger\"\n    ],\n    \"Ihe nketa\": [\n        \"legacy\"\n    ],\n    \"legales\": [\n        \"legaleses\"\n    ],\n    \"nkwado iwu\": [\n        \"legalised\",\n        \"legalization\",\n        \"legalizations\",\n        \"legalized\",\n        \"legitimacy\",\n        \"legitimacies\",\n        \"legitimation\",\n        \"legitimatise\",\n        \"legitimatising\",\n        \"legitimatization\",\n        \"legitimisation\",\n        \"legitimism\",\n        \"legitimization\",\n        \"legitimizations\"\n    ],\n    \"ihe iwu kwadoro\": [\n        \"legalities\"\n    ],\n    \"ịbụ iwu\": [\n        \"legalness\"\n    ],\n    \"ndi legates\": [\n        \"legates\"\n    ],\n    \"legionary\": [\n        \"legationary\"\n    ],\n    \"legitor\": [\n        \"legatorial\"\n    ],\n    \"ndị legators\": [\n        \"legators\"\n    ],\n    \"akụkọ mgbe ochie\": [\n        \"legend\",\n        \"legendic\",\n        \"legendrian\",\n        \"legends\"\n    ],\n    \"kpara ike\": [\n        \"legendary\",\n        \"legendry\"\n    ],\n    \"ndị na-akọ akụkọ ifo\": [\n        \"legendaries\",\n        \"legendries\"\n    ],\n    \"n'akụkọ ifo\": [\n        \"legendarily\",\n        \"mythically\",\n        \"mythologically\",\n        \"mythologize\"\n    ],\n    \"enweghị akụkọ\": [\n        \"legendless\",\n        \"newsless\",\n        \"newslessness\",\n        \"nondeformation\",\n        \"nondeformed\",\n        \"nondegerming\",\n        \"nonpelagic\",\n        \"nonportrayal\",\n        \"nonradical\",\n        \"nonrapport\",\n        \"nonrepealing\",\n        \"nonrepresentable\",\n        \"nonrepresentational\",\n        \"nonrepresentative\",\n        \"nonvortical\",\n        \"unreportedness\"\n    ],\n    \"legerdemain ndepụta\": [\n        \"legerdemainist\"\n    ],\n    \"leggiador\": [\n        \"leggiadrous\"\n    ],\n    \"legging\": [\n        \"legginged\",\n        \"leggins\"\n    ],\n    \"njikota ụkwụ\": [\n        \"legharness\"\n    ],\n    \"legili\": [\n        \"legibilities\"\n    ],\n    \"ke nguta\": [\n        \"legible\"\n    ],\n    \"ngosiputa ihe\": [\n        \"legibleness\"\n    ],\n    \"keala\": [\n        \"legific\",\n        \"teethiest\"\n    ],\n    \"legion\": [\n        \"legioned\"\n    ],\n    \"ime iwu\": [\n        \"legislate\"\n    ],\n    \"omebe iwu\": [\n        \"legislator\"\n    ],\n    \"ndị omebe iwu\": [\n        \"legislators\",\n        \"legislatresses\",\n        \"legislatrices\",\n        \"legislatrix\",\n        \"legislatrixes\",\n        \"legislatures\"\n    ],\n    \"ụgbọ mmiri omebe iwu\": [\n        \"legislatorship\"\n    ],\n    \"onye nkwado iwu\": [\n        \"legitimatist\",\n        \"legitimist\"\n    ],\n    \"onye na-eme ihe ziri ezi\": [\n        \"legitimizer\"\n    ],\n    \"legit\": [\n        \"legits\"\n    ],\n    \"ụkwụ dị ka\": [\n        \"leglike\"\n    ],\n    \"lehman\": [\n        \"legman\",\n        \"legmen\"\n    ],\n    \"legua\": [\n        \"leguan\"\n    ],\n    \"ọrụ ụkwụ\": [\n        \"legworks\"\n    ],\n    \"ndi nwe mmadu\": [\n        \"lehrsmen\"\n    ],\n    \"le Leicester\": [\n        \"leicester\"\n    ],\n    \"levonyeike\": [\n        \"leiotrichine\"\n    ],\n    \"leishmaniasis\": [\n        \"leishmaniosis\"\n    ],\n    \"leister\": [\n        \"leistered\",\n        \"leisterer\",\n        \"leisters\"\n    ],\n    \"lelịl\": [\n        \"lelwel\"\n    ],\n    \"lemanị\": [\n        \"lemanry\"\n    ],\n    \"lemas\": [\n        \"lemans\"\n    ],\n    \"Lemel\": [\n        \"lemel\"\n    ],\n    \"lemmatịl\": [\n        \"lemmatize\"\n    ],\n    \"lemamoblastik\": [\n        \"lemmoblastic\"\n    ],\n    \"lemọn\": [\n        \"lemmon\",\n        \"lemons\"\n    ],\n    \"oroma nkịrịsị\": [\n        \"lemon\",\n        \"lime\"\n    ],\n    \"lemọned\": [\n        \"lemonade\"\n    ],\n    \"lemonade\": [\n        \"lemonades\"\n    ],\n    \"lemonfish\": [\n        \"lemonfishes\"\n    ],\n    \"lemoni\": [\n        \"lemony\"\n    ],\n    \"dị ka lemon\": [\n        \"lemonlike\"\n    ],\n    \"lemọnụ\": [\n        \"lemonwood\"\n    ],\n    \"lemule\": [\n        \"lemures\"\n    ],\n    \"lenọn\": [\n        \"lenard\"\n    ],\n    \"ibinye\": [\n        \"lend\",\n        \"lendee\"\n    ],\n    \"agbazinye mmadụ ego\": [\n        \"lender\",\n        \"lentner\"\n    ],\n    \"agbazinye\": [\n        \"lending\",\n        \"lento\",\n        \"lesed\"\n    ],\n    \"onye mgbazinye\": [\n        \"lenger\",\n        \"rentaller\",\n        \"renter\",\n        \"rentrant\"\n    ],\n    \"dị ogologo\": [\n        \"lengthiest\",\n        \"leste\",\n        \"longstanding\",\n        \"loquent\",\n        \"loranthaceous\"\n    ],\n    \"lenienụ\": [\n        \"leniencies\"\n    ],\n    \"ime ebere\": [\n        \"leniently\"\n    ],\n    \"ndị leninists\": [\n        \"leninists\"\n    ],\n    \"anya m\": [\n        \"lenses\",\n        \"lensmen\"\n    ],\n    \"enyo anya\": [\n        \"lensless\"\n    ],\n    \"anya dị ka lens\": [\n        \"lenslike\"\n    ],\n    \"lentibulariaceae\": [\n        \"lentibulariaceous\"\n    ],\n    \"lenticular\": [\n        \"lenticularly\"\n    ],\n    \"gbazinye ego\": [\n        \"lenticulation\"\n    ],\n    \"lentiik\": [\n        \"lentile\"\n    ],\n    \"lentil\": [\n        \"lentils\"\n    ],\n    \"agbazinye ego\": [\n        \"lentiner\",\n        \"loaning\"\n    ],\n    \"lentị kọs\": [\n        \"lentisks\"\n    ],\n    \"onye gbazinyere mmadụ\": [\n        \"lentor\"\n    ],\n    \"Leonardo\": [\n        \"leonardo\"\n    ],\n    \"leonesị\": [\n        \"leones\"\n    ],\n    \"onye leonist\": [\n        \"leonist\"\n    ],\n    \"agụ owuru\": [\n        \"leopard\",\n        \"leoparde\",\n        \"leopardess\",\n        \"leopardine\",\n        \"leopardite\",\n        \"leopards\",\n        \"leopardwood\"\n    ],\n    \"lepalị\": [\n        \"lepal\"\n    ],\n    \"onye ekpenta\": [\n        \"lepidopterist\",\n        \"lepralian\",\n        \"loper\"\n    ],\n    \"onye na-agwọ ọrịa lepidopterologist\": [\n        \"lepidopterologist\"\n    ],\n    \"leptoming\": [\n        \"leptomeninges\"\n    ],\n    \"leptomita\": [\n        \"leptometer\"\n    ],\n    \"lesas\": [\n        \"lesath\"\n    ],\n    \"nwanyị nwere mmasị nwanyị\": [\n        \"lesbia\",\n        \"lesbian\",\n        \"lesbianism\",\n        \"lesbians\"\n    ],\n    \"Mpekarị\": [\n        \"less\"\n    ],\n    \"onye na-amụ obere ihe\": [\n        \"lessener\"\n    ],\n    \"pekarịrị\": [\n        \"lesser\",\n        \"smaller\",\n        \"smalter\"\n    ],\n    \"nke pekarịrị\": [\n        \"lessest\"\n    ],\n    \"lesterị\": [\n        \"lester\"\n    ],\n    \"Ezigboobioses\": [\n        \"lestobioses\"\n    ],\n    \"ka\": [\n        \"let\",\n        \"ly\",\n        \"outclassing\",\n        \"still\",\n        \"stills\",\n        \"to\",\n        \"unto\"\n    ],\n    \"inunu\": [\n        \"letch\"\n    ],\n    \"mkpụrụ aka\": [\n        \"letrist\"\n    ],\n    \"kwe ka\": [\n        \"lets\",\n        \"restow\"\n    ],\n    \"leta\": [\n        \"letter\",\n        \"lettered\",\n        \"lettering\",\n        \"letterings\",\n        \"lettern\",\n        \"letters\",\n        \"letterset\",\n        \"letterure\"\n    ],\n    \"leta ozi\": [\n        \"lettercard\"\n    ],\n    \"leta ederede\": [\n        \"letterform\"\n    ],\n    \"mpempe akwụkwọ ozi\": [\n        \"letterheads\"\n    ],\n    \"leta na\": [\n        \"letterin\"\n    ],\n    \"enweghị akwụkwọ ozi\": [\n        \"letterless\"\n    ],\n    \"ndị na-ede akwụkwọ ozi\": [\n        \"lettermen\"\n    ],\n    \"akwụkwọ ozi paced\": [\n        \"letterspaced\"\n    ],\n    \"Akwụkwọ ozi\": [\n        \"letterspacing\"\n    ],\n    \"Mbempe\": [\n        \"lettsomite\"\n    ],\n    \"letus\": [\n        \"lettuce\",\n        \"lettuces\"\n    ],\n    \"leocochroic\": [\n        \"leucochroic\"\n    ],\n    \"leococytolytic\": [\n        \"leucocytolytic\"\n    ],\n    \"leococytotic\": [\n        \"leucocytotic\"\n    ],\n    \"leocoethiop\": [\n        \"leucoethiop\"\n    ],\n    \"leocopenic\": [\n        \"leucopenic\"\n    ],\n    \"leucophyllum\": [\n        \"leucophyllous\"\n    ],\n    \"leucophlegmatic\": [\n        \"leucophlegmacy\"\n    ],\n    \"leukoplakia\": [\n        \"leucoplakia\"\n    ],\n    \"Loud\": [\n        \"leud\"\n    ],\n    \"udeslọ ọrụ\": [\n        \"leudes\"\n    ],\n    \"leukemia\": [\n        \"leukaemia\"\n    ],\n    \"Lev\": [\n        \"lev\"\n    ],\n    \"ndị bara uru\": [\n        \"levanters\",\n        \"profitters\",\n        \"teemers\"\n    ],\n    \"levator\": [\n        \"levation\"\n    ],\n    \"levee\": [\n        \"leveed\"\n    ],\n    \"leverụ\": [\n        \"leveeing\",\n        \"levering\"\n    ],\n    \"agbadoro ụkwụ\": [\n        \"levelheaded\"\n    ],\n    \"inyi isi\": [\n        \"levelheadedly\"\n    ],\n    \"mbadamba isi\": [\n        \"levelheadedness\"\n    ],\n    \"inwetaghachi\": [\n        \"leveling\",\n        \"levelling\",\n        \"reindue\"\n    ],\n    \"leveler\": [\n        \"leveller\"\n    ],\n    \"nke ozo\": [\n        \"levellest\",\n        \"opposite\",\n        \"oppositive\",\n        \"opposure\",\n        \"othersome\",\n        \"sylvic\",\n        \"sylviid\",\n        \"versette\"\n    ],\n    \"mmeghari ego\": [\n        \"leverages\"\n    ],\n    \"Bipụtara\": [\n        \"levered\"\n    ],\n    \"na-enye ndị mmadụ ihe\": [\n        \"leverets\"\n    ],\n    \"nweerewu\": [\n        \"leverwood\"\n    ],\n    \"Levi\": [\n        \"levi\"\n    ],\n    \"Leviathan\": [\n        \"leviathan\"\n    ],\n    \"levi\": [\n        \"levied\"\n    ],\n    \"ụtụ\": [\n        \"levies\",\n        \"misattribution\",\n        \"pribble\",\n        \"revenued\",\n        \"revenuer\",\n        \"revenues\",\n        \"subsaline\",\n        \"subsatiric\",\n        \"subsatirical\",\n        \"subsatiricalness\",\n        \"subscale\",\n        \"subschedule\",\n        \"subschedules\",\n        \"subscience\",\n        \"subsense\",\n        \"subshafts\",\n        \"subshell\",\n        \"subshire\",\n        \"subshrub\",\n        \"subsulcus\",\n        \"subsulfid\",\n        \"subsulphate\",\n        \"subsulphid\",\n        \"subsulphide\",\n        \"subsultory\",\n        \"subsultorily\",\n        \"subsultus\",\n        \"subsuperficial\",\n        \"subsuperficially\",\n        \"subsurety\",\n        \"taxemes\",\n        \"taxeopodous\",\n        \"tollies\",\n        \"tolls\",\n        \"treasury\",\n        \"tribade\",\n        \"tribady\",\n        \"tribarred\",\n        \"tribble\",\n        \"tribrach\",\n        \"tribrachial\",\n        \"tribual\",\n        \"tribune\",\n        \"tribunes\",\n        \"tributary\",\n        \"tributaries\",\n        \"tribute\",\n        \"tributed\",\n        \"tributer\",\n        \"tributes\",\n        \"trussery\"\n    ],\n    \"levage\": [\n        \"levigate\"\n    ],\n    \"leviging\": [\n        \"levigating\"\n    ],\n    \"ịtụ ụtụ\": [\n        \"levying\",\n        \"superannuating\",\n        \"taxing\",\n        \"titrating\"\n    ],\n    \"onye ọrụ ụtụ\": [\n        \"levyist\"\n    ],\n    \"Levir\": [\n        \"levir\"\n    ],\n    \"levitation\": [\n        \"levitative\"\n    ],\n    \"ndọtị ike\": [\n        \"levity\"\n    ],\n    \"Levitikọs\": [\n        \"leviticus\"\n    ],\n    \"binye\": [\n        \"lew\"\n    ],\n    \"lewia\": [\n        \"lewder\"\n    ],\n    \"onye mmekorita nwoke\": [\n        \"lewist\"\n    ],\n    \"Lowth\": [\n        \"lewth\"\n    ],\n    \"lexical\": [\n        \"lexicality\"\n    ],\n    \"ọdee akwụkwọ\": [\n        \"lexiconist\",\n        \"oleographer\"\n    ],\n    \"akwụkwọ ọkọwa okwu\": [\n        \"lexicons\"\n    ],\n    \"lexicographic\": [\n        \"lexigraphic\"\n    ],\n    \"lexicographical\": [\n        \"lexigraphical\"\n    ],\n    \"lexicographically\": [\n        \"lexigraphically\"\n    ],\n    \"ngha\": [\n        \"liard\"\n    ],\n    \"Ogige\": [\n        \"lyard\",\n        \"steelyard\",\n        \"woodyard\"\n    ],\n    \"agụm\": [\n        \"liards\"\n    ],\n    \"lya\": [\n        \"lyas\"\n    ],\n    \"ndụ mmụọ\": [\n        \"libaniferous\"\n    ],\n    \"onye nweere onwe ya\": [\n        \"libant\"\n    ],\n    \"na-enye n'efu\": [\n        \"libating\"\n    ],\n    \"ịationụbiga mmanya ókè\": [\n        \"libation\"\n    ],\n    \"ịationụ mmanya\": [\n        \"libationer\"\n    ],\n    \"ọba akwụkwọ\": [\n        \"libbard\",\n        \"librae\",\n        \"librairie\",\n        \"library\",\n        \"libraries\",\n        \"librarii\",\n        \"librarius\",\n        \"librates\"\n    ],\n    \"ikwuto\": [\n        \"libel\",\n        \"vilifying\"\n    ],\n    \"onye ntule\": [\n        \"libelist\",\n        \"projectionist\",\n        \"speculator\"\n    ],\n    \"ellalọ akwụkwọ\": [\n        \"libellary\"\n    ],\n    \"onye ntaneti\": [\n        \"libeller\"\n    ],\n    \"elsgha\": [\n        \"libels\"\n    ],\n    \"onye nwere onwe\": [\n        \"liberalist\"\n    ],\n    \"onye nnwere onwe\": [\n        \"liberationist\"\n    ],\n    \"ndị nnwere onwe\": [\n        \"liberationists\"\n    ],\n    \"na-ahapụrụ m\": [\n        \"liberative\"\n    ],\n    \"Liberia\": [\n        \"liberia\"\n    ],\n    \"onye Liberia\": [\n        \"liberian\"\n    ],\n    \"Ndị Liberia\": [\n        \"liberians\"\n    ],\n    \"libertine\": [\n        \"libertines\"\n    ],\n    \"ndi Libia\": [\n        \"libyans\"\n    ],\n    \"onye libidinist\": [\n        \"libidinist\"\n    ],\n    \"ọbá akwụkwọ\": [\n        \"libra\",\n        \"librarianess\",\n        \"librarians\",\n        \"librarianship\",\n        \"libras\",\n        \"outtease\"\n    ],\n    \"onye oba akwukwo\": [\n        \"librarian\"\n    ],\n    \"enweghị ụlọ akwụkwọ\": [\n        \"libraryless\"\n    ],\n    \"ime ụlọ akwụkwọ\": [\n        \"libratory\"\n    ],\n    \"ndi okacha mara\": [\n        \"librettists\"\n    ],\n    \"ogb\": [\n        \"lyc\"\n    ],\n    \"onye lycanthropist\": [\n        \"lycanthropist\"\n    ],\n    \"licensable\": [\n        \"licenceable\"\n    ],\n    \"ikikere\": [\n        \"licencees\",\n        \"licencing\",\n        \"licensing\",\n        \"licensure\",\n        \"licentiates\",\n        \"licentiateship\",\n        \"licentiation\",\n        \"licheny\",\n        \"lichenic\",\n        \"lichenification\",\n        \"lichenise\",\n        \"lichenism\",\n        \"lichenization\",\n        \"lichenographical\",\n        \"licit\",\n        \"licitation\",\n        \"licorices\",\n        \"permiss\",\n        \"permissions\",\n        \"sanction\",\n        \"sanctionment\"\n    ],\n    \"onye ikikere\": [\n        \"licensee\",\n        \"licenser\"\n    ],\n    \"ndị nyere ikikere\": [\n        \"licensers\",\n        \"licensors\",\n        \"lictors\"\n    ],\n    \"onye nyere ikikere\": [\n        \"licensor\"\n    ],\n    \"na akwadoro\": [\n        \"licentious\"\n    ],\n    \"iji nkwanye ugwu\": [\n        \"licentiously\",\n        \"politely\"\n    ],\n    \"lceum\": [\n        \"lyceum\"\n    ],\n    \"inye ikikere\": [\n        \"lichening\",\n        \"lichenising\",\n        \"lichenizing\",\n        \"licury\"\n    ],\n    \"Ikenye ikike\": [\n        \"lichenivorous\"\n    ],\n    \"nye ikikere\": [\n        \"lichenize\"\n    ],\n    \"onye na-akwado iwu\": [\n        \"lichenographer\",\n        \"persepolitan\"\n    ],\n    \"ọkà mmụta lichenologist\": [\n        \"lichenologist\"\n    ],\n    \"lysine\": [\n        \"lycine\"\n    ],\n    \"na ikikere\": [\n        \"licitly\"\n    ],\n    \"ira ihe\": [\n        \"lick\",\n        \"licker\"\n    ],\n    \"racha\": [\n        \"licked\"\n    ],\n    \"lickerishị\": [\n        \"lickerishness\"\n    ],\n    \"ndị nyere ikike\": [\n        \"lickers\"\n    ],\n    \"icknye\": [\n        \"lickpenny\"\n    ],\n    \"Ikechukwu Ogbonna\": [\n        \"lickspittling\"\n    ],\n    \"lịkour\": [\n        \"licour\"\n    ],\n    \"onye lictorian\": [\n        \"lictorian\"\n    ],\n    \"ekpuchiri\": [\n        \"lidded\",\n        \"shrouded\"\n    ],\n    \"Lydia\": [\n        \"lydia\"\n    ],\n    \"Lydian\": [\n        \"lydian\"\n    ],\n    \"enweghị mkpuchi\": [\n        \"lidless\",\n        \"lidlessly\",\n        \"noncapitulation\",\n        \"noncoagulating\",\n        \"noncoagulation\",\n        \"nonconsecration\",\n        \"noncooperating\",\n        \"noncovetousness\",\n        \"noninsurance\",\n        \"nonoutrage\",\n        \"uncoffined\",\n        \"uncoffining\",\n        \"uncogent\",\n        \"uncohesive\",\n        \"ungesturing\",\n        \"unlacerated\",\n        \"unsilvered\"\n    ],\n    \"Ugha\": [\n        \"lieberkuhn\",\n        \"liegedom\",\n        \"sizings\",\n        \"sowbelly\",\n        \"sowlth\",\n        \"sowt\",\n        \"squirmingly\",\n        \"squirtingly\",\n        \"thuds\",\n        \"tunableness\",\n        \"twattler\",\n        \"untruss\",\n        \"untz\"\n    ],\n    \"onye na-arahụ ụra\": [\n        \"liebgeaitor\",\n        \"sleepwaker\"\n    ],\n    \"ghara ụgha\": [\n        \"lied\"\n    ],\n    \"onye ụgha\": [\n        \"lieder\"\n    ],\n    \"encephal\": [\n        \"lyencephala\"\n    ],\n    \"anencephalous\": [\n        \"lyencephalous\"\n    ],\n    \"onye nwe ya\": [\n        \"lienholder\",\n        \"owner\"\n    ],\n    \"nke anaghị ekwe ekwe\": [\n        \"lieproofliest\"\n    ],\n    \"liern\": [\n        \"liernes\"\n    ],\n    \"ndị liers\": [\n        \"liers\"\n    ],\n    \"ịbụ onyeisi\": [\n        \"lieutenantship\"\n    ],\n    \"ndu obara\": [\n        \"lifeblood\"\n    ],\n    \"ụgbọ mmiri ndụ\": [\n        \"lifeboat\"\n    ],\n    \"onye na-ebu ndu\": [\n        \"lifeboatman\"\n    ],\n    \"ndị na-ebu ndụ\": [\n        \"lifeboatmen\"\n    ],\n    \"ụgbọ mmiri na-enye ndụ\": [\n        \"lifeboats\"\n    ],\n    \"Ebene\": [\n        \"lifedrop\"\n    ],\n    \"onye nche mmiri\": [\n        \"lifeguard\",\n        \"portman\"\n    ],\n    \"ndị nchekwa ndụ\": [\n        \"lifeguards\"\n    ],\n    \"ndu ndu\": [\n        \"lifeleaf\",\n        \"lifeline\",\n        \"lifelines\"\n    ],\n    \"Kemgbe ụwa\": [\n        \"lifelong\"\n    ],\n    \"too ndu\": [\n        \"lifen\"\n    ],\n    \"onye na-agbatị ndụ\": [\n        \"liferenter\"\n    ],\n    \"na -eme ndụ\": [\n        \"liferenting\"\n    ],\n    \"ndị nkwalite\": [\n        \"lifers\"\n    ],\n    \"ndị na-azọpụta ndụ\": [\n        \"lifesavers\"\n    ],\n    \"na-azọpụta ndụ\": [\n        \"lifesaving\"\n    ],\n    \"ndụ ndụ\": [\n        \"lifesomeness\",\n        \"vivariums\"\n    ],\n    \"oge ndu\": [\n        \"lifespan\"\n    ],\n    \"ibi ndụ\": [\n        \"lifestyle\",\n        \"livedo\",\n        \"tideswell\"\n    ],\n    \"ụdị ndụ\": [\n        \"lifestyles\"\n    ],\n    \"ndụ niile\": [\n        \"lifetime\"\n    ],\n    \"ọrụ ndụ\": [\n        \"lifework\",\n        \"lifeworks\",\n        \"livelihood\",\n        \"livlihood\"\n    ],\n    \"weliri\": [\n        \"lifted\"\n    ],\n    \"onye na-ebuli elu\": [\n        \"lifter\"\n    ],\n    \"na-eweli\": [\n        \"lifting\",\n        \"lifts\"\n    ],\n    \"onye mbuli\": [\n        \"liftman\"\n    ],\n    \"ndị bulie elu\": [\n        \"liftmen\"\n    ],\n    \"ligamenti\": [\n        \"ligament\",\n        \"ligamentta\"\n    ],\n    \"ligament\": [\n        \"ligamental\"\n    ],\n    \"ligand\": [\n        \"ligan\"\n    ],\n    \"bọọdụ ụgbọ mmiri\": [\n        \"lightboat\"\n    ],\n    \"mee ka udo dị\": [\n        \"lightened\"\n    ],\n    \"Mkpa ọkụ\": [\n        \"lightener\",\n        \"lighter\"\n    ],\n    \"àmụmà\": [\n        \"lightening\",\n        \"lightings\",\n        \"lightning\",\n        \"lightningbug\",\n        \"lightninged\",\n        \"lightninglike\",\n        \"lightnings\"\n    ],\n    \"nke kachasị mfe\": [\n        \"lightest\"\n    ],\n    \"ọkụ ụkwụ\": [\n        \"lightfooted\"\n    ],\n    \"ịcha ọkụ\": [\n        \"lightfulness\"\n    ],\n    \"ọkụ na-aga\": [\n        \"lighthead\"\n    ],\n    \"gbanye isi\": [\n        \"lightheaded\",\n        \"lightheadedly\"\n    ],\n    \"ọkụ isi\": [\n        \"lightheadedness\"\n    ],\n    \"laithaus\": [\n        \"lighthouse\"\n    ],\n    \"gwuo egwu\": [\n        \"lightly\"\n    ],\n    \"ìhè jiri obi\": [\n        \"lightmindedly\"\n    ],\n    \"uche zuru oke\": [\n        \"lightmindedness\",\n        \"overtediousness\"\n    ],\n    \"anyụ ọkụ\": [\n        \"lightningproof\"\n    ],\n    \"ime ụlọ mposi\": [\n        \"lightroom\",\n        \"sinkroom\"\n    ],\n    \"ntụ osisi\": [\n        \"lightwood\",\n        \"punchboard\"\n    ],\n    \"lignite\": [\n        \"lignify\"\n    ],\n    \"ligyncellulosic\": [\n        \"lignocellulosic\"\n    ],\n    \"ligorin\": [\n        \"ligroin\"\n    ],\n    \"ligorine\": [\n        \"ligroine\"\n    ],\n    \"na-agha ụgha\": [\n        \"lying\",\n        \"lyingly\",\n        \"miscasts\",\n        \"misfielding\",\n        \"misinterring\",\n        \"misrepresent\",\n        \"misrepresenting\",\n        \"perjuriousness\"\n    ],\n    \"likable\": [\n        \"likableness\"\n    ],\n    \"likel\": [\n        \"likeliness\"\n    ],\n    \"amasị\": [\n        \"likes\",\n        \"liking\"\n    ],\n    \"li liable\": [\n        \"lilaceous\"\n    ],\n    \"Lilburne\": [\n        \"lilburne\"\n    ],\n    \"lili\": [\n        \"lily\",\n        \"tombed\"\n    ],\n    \"Liliaceous\": [\n        \"liliaceous\"\n    ],\n    \"Lili\": [\n        \"lilied\"\n    ],\n    \"okooko lili\": [\n        \"lilies\"\n    ],\n    \"lilify\": [\n        \"lilyfy\"\n    ],\n    \"Liliform\": [\n        \"liliform\"\n    ],\n    \"lilyhandly\": [\n        \"lilyhanded\"\n    ],\n    \"dị ka lily\": [\n        \"lilylike\"\n    ],\n    \"Lilith\": [\n        \"lilith\"\n    ],\n    \"lillianị\": [\n        \"lillianite\"\n    ],\n    \"ndi lilliputians\": [\n        \"lilliputians\"\n    ],\n    \"Lilted\": [\n        \"lilted\"\n    ],\n    \"ilgha nkịtị\": [\n        \"liltingness\"\n    ],\n    \"Lim\": [\n        \"lim\"\n    ],\n    \"Limans\": [\n        \"limans\"\n    ],\n    \"osisi limawood\": [\n        \"limawood\"\n    ],\n    \"Limbas\": [\n        \"limbas\"\n    ],\n    \"ịmachi\": [\n        \"limbeck\",\n        \"ploceus\"\n    ],\n    \"enwe ụkwụ\": [\n        \"limbed\"\n    ],\n    \"mmamịrị\": [\n        \"limbered\",\n        \"mutchkins\",\n        \"uirina\",\n        \"urian\",\n        \"urinal\",\n        \"urinalysis\",\n        \"urinant\",\n        \"urinary\",\n        \"urinate\",\n        \"urinated\",\n        \"urinating\",\n        \"urination\",\n        \"urinative\",\n        \"urine\",\n        \"urinemic\",\n        \"urinomancy\"\n    ],\n    \"ịsị\": [\n        \"limberer\",\n        \"purporting\",\n        \"stobbing\",\n        \"whelping\"\n    ],\n    \"aka na ụkwụ\": [\n        \"limbers\"\n    ],\n    \"aka na aka\": [\n        \"limbs\"\n    ],\n    \"limekiln\": [\n        \"limekilns\"\n    ],\n    \"enweghị lime\": [\n        \"limeless\"\n    ],\n    \"lineman\": [\n        \"limeman\",\n        \"linenman\"\n    ],\n    \"limerick\": [\n        \"limericks\"\n    ],\n    \"nzu nzu\": [\n        \"limestone\"\n    ],\n    \"limin\": [\n        \"limine\"\n    ],\n    \"na-amachi\": [\n        \"limiting\",\n        \"shushing\"\n    ],\n    \"onye mmachi\": [\n        \"limitor\",\n        \"prohibitionist\"\n    ],\n    \"limoto\": [\n        \"limmock\"\n    ],\n    \"Limn\": [\n        \"limn\"\n    ],\n    \"limnimita\": [\n        \"limnimeter\"\n    ],\n    \"na-ejikarị\": [\n        \"limnologically\"\n    ],\n    \"mmụọnụ\": [\n        \"limoniad\"\n    ],\n    \"Limos\": [\n        \"limos\"\n    ],\n    \"ukwu otutu\": [\n        \"limp\"\n    ],\n    \"akpụrọ\": [\n        \"limper\"\n    ],\n    \"ịsụ ngọngọ\": [\n        \"limpest\"\n    ],\n    \"lymph\": [\n        \"lymphs\"\n    ],\n    \"ndukpo\": [\n        \"linalols\"\n    ],\n    \"linalool\": [\n        \"linalools\"\n    ],\n    \"linen\": [\n        \"linch\",\n        \"linene\",\n        \"lineny\",\n        \"linens\",\n        \"linne\",\n        \"linon\",\n        \"lintel\",\n        \"lintern\",\n        \"lintol\"\n    ],\n    \"linchins\": [\n        \"linchpins\"\n    ],\n    \"Lincoln\": [\n        \"lincoln\"\n    ],\n    \"Lincolnesque\": [\n        \"lincolnesque\"\n    ],\n    \"Lincolnian\": [\n        \"lincolnian\"\n    ],\n    \"lụọ\": [\n        \"linder\",\n        \"lumpish\"\n    ],\n    \"lindị\": [\n        \"lindy\"\n    ],\n    \"lindi\": [\n        \"lindied\"\n    ],\n    \"na isi\": [\n        \"lineamental\",\n        \"pillarwise\"\n    ],\n    \"arihazi\": [\n        \"linearizing\"\n    ],\n    \"linear\": [\n        \"lineature\"\n    ],\n    \"eriri akara\": [\n        \"linebackers\"\n    ],\n    \"ntinye ederede\": [\n        \"linebacking\",\n        \"nonfermentation\",\n        \"nonsterilization\",\n        \"subpreputial\",\n        \"tympanies\"\n    ],\n    \"shortcut\": [\n        \"linecut\",\n        \"uppercut\"\n    ],\n    \"kwụ n'ahịrị\": [\n        \"liney\",\n        \"queue\",\n        \"queued\",\n        \"queueing\",\n        \"queuer\",\n        \"queuers\",\n        \"queues\",\n        \"queuing\",\n        \"unline\"\n    ],\n    \"ndị na-edozi ákwà\": [\n        \"linemen\"\n    ],\n    \"liner\": [\n        \"linener\"\n    ],\n    \"linenber\": [\n        \"linenumber\"\n    ],\n    \"linenumber\": [\n        \"linenumbers\"\n    ],\n    \"ndị na-ahụ maka akara\": [\n        \"linesmen\"\n    ],\n    \"kwụba n'ahịrị\": [\n        \"lineup\"\n    ],\n    \"lingberị\": [\n        \"lingberry\"\n    ],\n    \"lingenberị\": [\n        \"lingenberry\"\n    ],\n    \"nọrọ ọdụ\": [\n        \"lingered\"\n    ],\n    \"lingonberị\": [\n        \"lingonberry\"\n    ],\n    \"osisi lingon\": [\n        \"lingonberries\"\n    ],\n    \"n’asụsụ\": [\n        \"linguistically\",\n        \"orographically\"\n    ],\n    \"ndị ọkà mmụta asụsụ\": [\n        \"linguists\"\n    ],\n    \"na-agụ anya\": [\n        \"linguliferous\"\n    ],\n    \"ịmụ asụsụ\": [\n        \"linguogingival\"\n    ],\n    \"Asụsụ asụsụ\": [\n        \"linguoversion\"\n    ],\n    \"liniment\": [\n        \"liniments\"\n    ],\n    \"ndị na-eme ntanetị\": [\n        \"linkers\"\n    ],\n    \"linkip\": [\n        \"linkup\"\n    ],\n    \"linkips\": [\n        \"linkups\"\n    ],\n    \"ọrụ linkw\": [\n        \"linkworks\"\n    ],\n    \"linenon\": [\n        \"linneon\"\n    ],\n    \"linens\": [\n        \"linns\"\n    ],\n    \"akwụkwọ linolenic\": [\n        \"linolenic\"\n    ],\n    \"linolik\": [\n        \"linolic\"\n    ],\n    \"linometa\": [\n        \"linometer\"\n    ],\n    \"mkpara\": [\n        \"lins\",\n        \"rod\",\n        \"rodge\",\n        \"rodger\",\n        \"rods\",\n        \"sceptres\",\n        \"staff\",\n        \"staffage\",\n        \"staffed\",\n        \"staffing\",\n        \"staffmen\",\n        \"stafford\",\n        \"staffs\"\n    ],\n    \"lints mkpụrụ\": [\n        \"lintseed\"\n    ],\n    \"lint ọcha\": [\n        \"lintwhite\"\n    ],\n    \"linum\": [\n        \"linums\"\n    ],\n    \"lynxike\": [\n        \"lynxlike\"\n    ],\n    \"lyolytị\": [\n        \"lyolytic\"\n    ],\n    \"leiomyofibroma\": [\n        \"liomyofibroma\"\n    ],\n    \"leiomyoma\": [\n        \"liomyoma\"\n    ],\n    \"ndị ọdụm\": [\n        \"lionisers\"\n    ],\n    \"yiri ọdụm\": [\n        \"lionlike\"\n    ],\n    \"okukpo\": [\n        \"lyophobe\"\n    ],\n    \"ndiogwu\": [\n        \"liothrix\"\n    ],\n    \"egbugbere ọnụ\": [\n        \"lip\",\n        \"lipaciduria\",\n        \"liparian\",\n        \"lipase\",\n        \"lipases\",\n        \"lipic\",\n        \"lipid\",\n        \"lipides\",\n        \"lipidic\",\n        \"lipins\",\n        \"liplike\",\n        \"lipomas\",\n        \"lipometabolic\",\n        \"lippens\",\n        \"lippiness\",\n        \"lippings\",\n        \"lipread\",\n        \"lipreading\",\n        \"lips\",\n        \"lipsalve\",\n        \"lipsanotheca\",\n        \"lipsticks\",\n        \"lipuria\",\n        \"lipwork\",\n        \"lopsticks\"\n    ],\n    \"egbomasi\": [\n        \"lipomatous\",\n        \"lipothymy\"\n    ],\n    \"egbukpọ\": [\n        \"lipomyxoma\"\n    ],\n    \"egbombo\": [\n        \"lipomorph\"\n    ],\n    \"naakpo\": [\n        \"lipothymic\"\n    ],\n    \"egbusi\": [\n        \"lippened\",\n        \"sharpish\"\n    ],\n    \"na-eme ụra\": [\n        \"lippening\"\n    ],\n    \"oroma\": [\n        \"lippered\",\n        \"lippers\",\n        \"oraches\",\n        \"orange\",\n        \"orangeade\",\n        \"orangeades\",\n        \"orangeado\",\n        \"orangeat\",\n        \"orangeberry\",\n        \"orangeberries\",\n        \"orangebird\",\n        \"orangeish\",\n        \"orangeism\",\n        \"orangeist\",\n        \"orangeleaf\",\n        \"orangeries\",\n        \"orangeroot\",\n        \"oranges\",\n        \"orangewood\",\n        \"orangy\",\n        \"osoberry\",\n        \"peppily\"\n    ],\n    \"kasị abụba\": [\n        \"lippiest\"\n    ],\n    \"na-amị\": [\n        \"lipping\",\n        \"shitting\",\n        \"slips\",\n        \"sneaping\",\n        \"snecking\",\n        \"sniveling\",\n        \"stropping\",\n        \"teething\",\n        \"teeting\",\n        \"ticklish\",\n        \"trussing\",\n        \"zapping\"\n    ],\n    \"na-aquụ\": [\n        \"liquating\"\n    ],\n    \"ihe ọquụ liụ\": [\n        \"liquefactions\"\n    ],\n    \"ịqueụ mmanya\": [\n        \"liquefiability\"\n    ],\n    \"mmanya ogbugbu\": [\n        \"liquefier\",\n        \"liquet\",\n        \"liqueur\",\n        \"liqueured\",\n        \"liqueuring\",\n        \"liqueurs\",\n        \"liquorice\",\n        \"liquorist\"\n    ],\n    \"ndị aqueụrụ mmanya\": [\n        \"liquefiers\"\n    ],\n    \"mmiriambar\": [\n        \"liquidambar\",\n        \"liquidamber\"\n    ],\n    \"ndị mmiri mmiri\": [\n        \"liquidators\"\n    ],\n    \"mmiri mmiri mmiri\": [\n        \"liquidatorship\"\n    ],\n    \"enweghị mmiri mmiri\": [\n        \"liquidless\"\n    ],\n    \"Lius\": [\n        \"liquidus\"\n    ],\n    \"ihe ọquụ liụ mmanya\": [\n        \"liquifier\"\n    ],\n    \"ndị na-aquụ mmanya\": [\n        \"liquifiers\"\n    ],\n    \"na-a liụ\": [\n        \"liquifying\"\n    ],\n    \"mmanya mmiri\": [\n        \"liquiform\"\n    ],\n    \"Lir\": [\n        \"lir\"\n    ],\n    \"idowe idra\": [\n        \"lyraid\"\n    ],\n    \"ndị na-ede abụ\": [\n        \"lyricists\",\n        \"songwriters\"\n    ],\n    \"a na-akpọ\": [\n        \"lyricized\"\n    ],\n    \"lyrics\": [\n        \"lyrisms\",\n        \"lyrists\"\n    ],\n    \"lịsọn\": [\n        \"lisbon\"\n    ],\n    \"Udogwu\": [\n        \"lysed\",\n        \"snuggerie\",\n        \"speiskobalt\",\n        \"squooshed\",\n        \"vassaling\"\n    ],\n    \"lysimita\": [\n        \"lysimeter\"\n    ],\n    \"na-edina\": [\n        \"lisping\"\n    ],\n    \"Lissamphibian\": [\n        \"lissamphibian\"\n    ],\n    \"gere ntị\": [\n        \"listened\"\n    ],\n    \"ige ntị\": [\n        \"listenership\"\n    ],\n    \"listeria\": [\n        \"listera\"\n    ],\n    \"ọrịa listeriosis\": [\n        \"listerellosis\",\n        \"listeriases\",\n        \"listeriasis\",\n        \"listerioses\",\n        \"listeriosis\"\n    ],\n    \"enweghi ndepụta\": [\n        \"listless\"\n    ],\n    \"anatara\": [\n        \"lists\"\n    ],\n    \"lita\": [\n        \"liter\",\n        \"liters\",\n        \"litre\",\n        \"litres\"\n    ],\n    \"ịgụ akwụkwọ\": [\n        \"literaily\",\n        \"literarily\",\n        \"readingdom\"\n    ],\n    \"mmụta nkịtị\": [\n        \"literalism\"\n    ],\n    \"onye na-agu akwukwo\": [\n        \"literarian\"\n    ],\n    \"guru akwukwo\": [\n        \"literate\"\n    ],\n    \"Lith\": [\n        \"lith\"\n    ],\n    \"Okwuegwu\": [\n        \"lithy\"\n    ],\n    \"Lithic\": [\n        \"lithic\"\n    ],\n    \"Lithite\": [\n        \"lithite\"\n    ],\n    \"holọ lithochromy\": [\n        \"lithochromy\"\n    ],\n    \"holọ\": [\n        \"lithoed\",\n        \"preshorten\"\n    ],\n    \"ndị na-enyocha akwụkwọ\": [\n        \"lithographers\",\n        \"verifiers\"\n    ],\n    \"lithograph\": [\n        \"lithographs\"\n    ],\n    \"ịgba ọkụ\": [\n        \"lithoing\",\n        \"whirring\"\n    ],\n    \"onye omumu ihe\": [\n        \"lithologist\",\n        \"semipropagandist\"\n    ],\n    \"holọ ọkụ\": [\n        \"lithopaedion\",\n        \"lithosperm\"\n    ],\n    \"chukwujekwu\": [\n        \"lithophyll\",\n        \"pandybat\",\n        \"raphany\"\n    ],\n    \"lithosol\": [\n        \"lithosols\"\n    ],\n    \"lọ ọkụ\": [\n        \"lithotyped\"\n    ],\n    \"onye omumu\": [\n        \"lithotomist\",\n        \"procryptic\"\n    ],\n    \"eseechu\": [\n        \"lithotomize\"\n    ],\n    \"akpootresis\": [\n        \"lithotresis\"\n    ],\n    \"lithotritik\": [\n        \"lithotritic\"\n    ],\n    \"Onwuka Nwoke\": [\n        \"lithsman\"\n    ],\n    \"Lithuania\": [\n        \"lithuania\",\n        \"lithuanian\"\n    ],\n    \"ndị lithuanians\": [\n        \"lithuanians\"\n    ],\n    \"Lithuanic\": [\n        \"lithuanic\"\n    ],\n    \"Lithuria\": [\n        \"lithuria\"\n    ],\n    \"Liti\": [\n        \"liti\"\n    ],\n    \"akwụkwọ ọkụ\": [\n        \"lityerses\"\n    ],\n    \"ndị ịgba akwụkwọ\": [\n        \"litigants\",\n        \"litigates\"\n    ],\n    \"ndị na-agba akwụkwọ\": [\n        \"litigators\"\n    ],\n    \"litter\": [\n        \"litster\"\n    ],\n    \"ihe gbawara agbawa\": [\n        \"litten\"\n    ],\n    \"-awụba n'oké osimiri\": [\n        \"litter\",\n        \"littery\"\n    ],\n    \"edidu\": [\n        \"littered\"\n    ],\n    \"onye anakpo ahihia\": [\n        \"littermate\"\n    ],\n    \"obereneck\": [\n        \"littleneck\"\n    ],\n    \"Nkpirisi\": [\n        \"littlenecks\"\n    ],\n    \"Littlewale\": [\n        \"littlewale\"\n    ],\n    \"onye na-amụ ihe\": [\n        \"liturgist\",\n        \"tiddler\"\n    ],\n    \"zlọ\": [\n        \"litz\"\n    ],\n    \"dị ndụ karị\": [\n        \"livelier\"\n    ],\n    \"kasị ndụ\": [\n        \"liveliest\"\n    ],\n    \"ọrụ obibi\": [\n        \"livelihoods\"\n    ],\n    \"ndụ ogologo\": [\n        \"livelong\"\n    ],\n    \"umeji\": [\n        \"liver\",\n        \"thymogenic\"\n    ],\n    \"imeju afọ\": [\n        \"liverheartedness\"\n    ],\n    \"imeju umeju\": [\n        \"liverishness\"\n    ],\n    \"enweghị umeji\": [\n        \"liverless\"\n    ],\n    \"umepudlian\": [\n        \"liverpudlian\"\n    ],\n    \"umewurst\": [\n        \"liverwurst\"\n    ],\n    \"imeju umeji\": [\n        \"liverwursts\"\n    ],\n    \"ndị ọrụ livi\": [\n        \"liviers\"\n    ],\n    \"isiiive\": [\n        \"lixive\"\n    ],\n    \"lixivi\": [\n        \"lixiviating\",\n        \"lixiviation\"\n    ],\n    \"ihe isiike\": [\n        \"lixivious\"\n    ],\n    \"ngwere\": [\n        \"lizard\"\n    ],\n    \"ngwere azu\": [\n        \"lizardfish\"\n    ],\n    \"Ngweregwu\": [\n        \"lizardfishes\"\n    ],\n    \"Ngwere\": [\n        \"lizardlike\",\n        \"lizards\",\n        \"lizardtail\"\n    ],\n    \"lọlọ mmiri\": [\n        \"llandovery\"\n    ],\n    \"lele\": [\n        \"lleu\",\n        \"llew\"\n    ],\n    \"Loader\": [\n        \"loader\"\n    ],\n    \"Ndị na-ebu ibu\": [\n        \"loaders\"\n    ],\n    \"Ibu ibo\": [\n        \"loadings\"\n    ],\n    \"ibu penny\": [\n        \"loadpenny\"\n    ],\n    \"stgbọ ibu\": [\n        \"loadstar\",\n        \"loadstars\"\n    ],\n    \"loda\": [\n        \"loadum\"\n    ],\n    \"ogbe achịcha\": [\n        \"loaf\",\n        \"loafer\",\n        \"loafers\",\n        \"loaflet\",\n        \"loafs\",\n        \"loave\"\n    ],\n    \"ndị binyere ego\": [\n        \"loaners\"\n    ],\n    \"okwu mbinye ego\": [\n        \"loanword\"\n    ],\n    \"kpọ asị\": [\n        \"loathe\"\n    ],\n    \"ịsọ oyi\": [\n        \"loathliness\"\n    ],\n    \"ịdị na-asọ oyi\": [\n        \"loathsomeness\"\n    ],\n    \"ogbe bred\": [\n        \"loaves\",\n        \"oaves\",\n        \"shewbread\"\n    ],\n    \"osisi lob\": [\n        \"lobbers\"\n    ],\n    \"n'ọnụ ụlọ ogologo\": [\n        \"lobby\"\n    ],\n    \"ime ụlọ ọrụ\": [\n        \"lobbyism\",\n        \"lobbyisms\",\n        \"overeditorialized\",\n        \"toolroom\",\n        \"toolrooms\",\n        \"workroom\"\n    ],\n    \"lobb\": [\n        \"lobing\"\n    ],\n    \"Lobolos\": [\n        \"lobolos\"\n    ],\n    \"Lobosa\": [\n        \"lobosa\"\n    ],\n    \"Lobose\": [\n        \"lobose\"\n    ],\n    \"Lobotomies\": [\n        \"lobotomies\"\n    ],\n    \"N'ezie lobs\": [\n        \"lobscourse\"\n    ],\n    \"oporo\": [\n        \"lobster\",\n        \"oyster\",\n        \"oysterer\",\n        \"oystering\",\n        \"oysterling\",\n        \"shrimpers\",\n        \"shrimpi\",\n        \"shrimpy\",\n        \"shrimpier\",\n        \"shrimpiness\",\n        \"shrimping\",\n        \"shrimpish\",\n        \"shrimpishness\",\n        \"shrimplike\",\n        \"shrimps\",\n        \"shrimpton\",\n        \"thrimp\"\n    ],\n    \"lobster dị ka\": [\n        \"lobsterlike\"\n    ],\n    \"akaebe lobster\": [\n        \"lobsterproof\"\n    ],\n    \"osisi lobsti\": [\n        \"lobsticks\"\n    ],\n    \"Lobtail\": [\n        \"lobtail\"\n    ],\n    \"enwere ike ịchọta ya\": [\n        \"locable\"\n    ],\n    \"okulite\": [\n        \"localed\"\n    ],\n    \"ógbè ógbè\": [\n        \"locales\"\n    ],\n    \"ịchọpụta\": [\n        \"localise\",\n        \"localize\",\n        \"unsearching\"\n    ],\n    \"ndị nwe obodo\": [\n        \"localists\",\n        \"locaters\",\n        \"locators\",\n        \"mastmen\",\n        \"patriots\"\n    ],\n    \"ndị obodo\": [\n        \"localites\",\n        \"locals\",\n        \"rivermen\",\n        \"townfolk\",\n        \"townfolks\",\n        \"townmen\",\n        \"townsmen\",\n        \"townspeople\",\n        \"villadoms\",\n        \"villagers\"\n    ],\n    \"n'ịchọpụta\": [\n        \"localizing\"\n    ],\n    \"emi odude\": [\n        \"located\"\n    ],\n    \"nchọta\": [\n        \"locater\",\n        \"locator\",\n        \"retrievement\"\n    ],\n    \"nọ n'ógbè\": [\n        \"locationally\"\n    ],\n    \"Lochetic\": [\n        \"lochetic\"\n    ],\n    \"ọgwụgwọ ọrịa ogbe\": [\n        \"lochometritis\"\n    ],\n    \"igbe mkpọchi\": [\n        \"lockboxes\"\n    ],\n    \"akpọchi\": [\n        \"locked\",\n        \"locking\",\n        \"locks\",\n        \"muchel\",\n        \"rutting\",\n        \"uncocked\",\n        \"unlocking\",\n        \"unlocks\"\n    ],\n    \"ndị mkpuchi\": [\n        \"lockermen\",\n        \"veneerers\"\n    ],\n    \"Ochuru\": [\n        \"lockian\"\n    ],\n    \"Ulo olu\": [\n        \"locksmith\",\n        \"pitchometer\"\n    ],\n    \"Locofoco\": [\n        \"locofoco\"\n    ],\n    \"Locofocoism\": [\n        \"locofocoism\"\n    ],\n    \"Locofocos\": [\n        \"locofocos\"\n    ],\n    \"ndị locomotivemen\": [\n        \"locomotivemen\"\n    ],\n    \"locomotivity na-arụ ọrụ\": [\n        \"locomotivity\"\n    ],\n    \"chọta ebe\": [\n        \"loculate\"\n    ],\n    \"pupọ\": [\n        \"loculous\"\n    ],\n    \"obodooka\": [\n        \"locuttoria\"\n    ],\n    \"Lodemanage\": [\n        \"lodemanage\"\n    ],\n    \"Loden\": [\n        \"loden\"\n    ],\n    \"onye ọrụ ala\": [\n        \"lodesman\"\n    ],\n    \"ndị ọrụ ala\": [\n        \"lodesmen\"\n    ],\n    \"N'ebe a\": [\n        \"lodgeable\",\n        \"pseudoovally\"\n    ],\n    \"Loegria\": [\n        \"loegria\"\n    ],\n    \"loess\": [\n        \"loesses\"\n    ],\n    \"Lofstelle\": [\n        \"lofstelle\"\n    ],\n    \"dekọtara\": [\n        \"lofted\"\n    ],\n    \"n'elu ụlọ\": [\n        \"lofting\"\n    ],\n    \"na-enweghị elu\": [\n        \"loftless\"\n    ],\n    \"ndị nọ n'elu\": [\n        \"loftmen\"\n    ],\n    \"ụlọ elu ụlọ\": [\n        \"lofts\"\n    ],\n    \"loganberị\": [\n        \"loganberry\"\n    ],\n    \"osisi loggats\": [\n        \"loggats\"\n    ],\n    \"onye na-egbu osisi\": [\n        \"logger\",\n        \"logget\",\n        \"lumberman\",\n        \"sawmiller\",\n        \"woodcracker\",\n        \"woodcrafter\",\n        \"woodcutter\"\n    ],\n    \"loggerheads\": [\n        \"loggerheaded\"\n    ],\n    \"ndị na-akụ osisi\": [\n        \"loggers\",\n        \"loggets\"\n    ],\n    \"loggie\": [\n        \"loggish\"\n    ],\n    \"n'ụzọ ezi uche dị na ya\": [\n        \"logically\",\n        \"logistically\",\n        \"rationalistically\"\n    ],\n    \"onye na-eme mgbagha\": [\n        \"logicaster\"\n    ],\n    \"ndị ọrụ nlezianya\": [\n        \"logicians\"\n    ],\n    \"echegburu\": [\n        \"logicised\",\n        \"logicized\",\n        \"nebulized\"\n    ],\n    \"chegharịa\": [\n        \"logicize\",\n        \"reagitate\",\n        \"recode\",\n        \"reconfide\",\n        \"recontrol\",\n        \"regelate\",\n        \"relented\",\n        \"remarket\",\n        \"remerge\",\n        \"repent\",\n        \"repentant\",\n        \"repentantly\",\n        \"repented\",\n        \"repenters\",\n        \"repenting\",\n        \"repentingly\",\n        \"repents\"\n    ],\n    \"n'ụzọ ezi uche\": [\n        \"logily\",\n        \"sensibly\"\n    ],\n    \"logistic\": [\n        \"logistical\",\n        \"logistician\"\n    ],\n    \"ndị ọrụ logist\": [\n        \"logisticians\"\n    ],\n    \"lọjistik\": [\n        \"logistics\"\n    ],\n    \"lognormal\": [\n        \"lognormally\"\n    ],\n    \"ọgraphụ\": [\n        \"logographical\"\n    ],\n    \"loomach\": [\n        \"logomach\"\n    ],\n    \"onye na -akpo ihe\": [\n        \"logomacher\"\n    ],\n    \"ọrịa ọnya\": [\n        \"logorrheic\"\n    ],\n    \"ọdekọ\": [\n        \"logs\"\n    ],\n    \"iguzosi ike n'ihe\": [\n        \"loyalism\",\n        \"loyalisms\",\n        \"loyally\",\n        \"loyalness\",\n        \"loyalty\",\n        \"loyalties\",\n        \"proroyalty\"\n    ],\n    \"na-eguzosi ike n'ihe\": [\n        \"loyalist\"\n    ],\n    \"ndị na-eguzosi ike n'ihe\": [\n        \"loyalists\"\n    ],\n    \"Loyd\": [\n        \"loyd\"\n    ],\n    \"loginard\": [\n        \"loinguard\"\n    ],\n    \"Loyolism\": [\n        \"loyolism\"\n    ],\n    \"Loyolite\": [\n        \"loyolite\"\n    ],\n    \"ji ume ọkụ ala\": [\n        \"loiteringly\"\n    ],\n    \"Lokshen\": [\n        \"lokshen\"\n    ],\n    \"lolị\": [\n        \"loli\"\n    ],\n    \"loll\": [\n        \"lolled\"\n    ],\n    \"Lolling\": [\n        \"lolling\"\n    ],\n    \"Lollingite\": [\n        \"lollingite\"\n    ],\n    \"lollll\": [\n        \"lollingly\"\n    ],\n    \"lolịlị\": [\n        \"lollipop\",\n        \"lollipops\",\n        \"lollypops\",\n        \"lollops\"\n    ],\n    \"lollop\": [\n        \"lolloped\",\n        \"lollopy\"\n    ],\n    \"owuegwu\": [\n        \"lonchocarpus\"\n    ],\n    \"Londinensian\": [\n        \"londinensian\"\n    ],\n    \"Londonesque\": [\n        \"londonesque\"\n    ],\n    \"london\": [\n        \"londony\"\n    ],\n    \"Londonian\": [\n        \"londonian\"\n    ],\n    \"lendonization\": [\n        \"londonization\"\n    ],\n    \"owu na-ama\": [\n        \"loneliest\",\n        \"lonelihood\"\n    ],\n    \"owu ọmụma\": [\n        \"lonelily\",\n        \"loneliness\",\n        \"loneness\",\n        \"lonesome\",\n        \"looniness\"\n    ],\n    \"onye naanị ya\": [\n        \"loner\"\n    ],\n    \"ndị bi naanị\": [\n        \"loners\"\n    ],\n    \"naanị otu\": [\n        \"lonesomely\",\n        \"monocycly\",\n        \"monoecy\"\n    ],\n    \"Loganville\": [\n        \"longaville\"\n    ],\n    \"ogologo onu okuko\": [\n        \"longbeak\"\n    ],\n    \"ogologo ajị agba\": [\n        \"longbeard\"\n    ],\n    \"ụgbọ mmiri ogologo\": [\n        \"longboat\",\n        \"longboats\",\n        \"longroot\"\n    ],\n    \"okwesiri aka\": [\n        \"longbow\"\n    ],\n    \"uwe ogologo\": [\n        \"longcloth\"\n    ],\n    \"na-adị ogologo oge\": [\n        \"longeing\"\n    ],\n    \"toro ogologo\": [\n        \"longer\",\n        \"overpraised\",\n        \"talced\",\n        \"tall\",\n        \"taller\",\n        \"tallied\",\n        \"talter\"\n    ],\n    \"nke kachasị ogologo\": [\n        \"longers\",\n        \"longes\",\n        \"longest\"\n    ],\n    \"to ogologo\": [\n        \"longful\"\n    ],\n    \"ogologohair\": [\n        \"longhair\"\n    ],\n    \"ogologo ogologo\": [\n        \"longhaired\"\n    ],\n    \"isi ogologo\": [\n        \"longhead\",\n        \"longheaded\"\n    ],\n    \"isi ogologo oge\": [\n        \"longheadedness\"\n    ],\n    \"ụlọ ogologo\": [\n        \"longhouse\"\n    ],\n    \"Longicone\": [\n        \"longicone\"\n    ],\n    \"Ogologo asụsụ\": [\n        \"longilingual\"\n    ],\n    \"agụụ ogologo\": [\n        \"longingness\"\n    ],\n    \"Longipennate\": [\n        \"longipennate\"\n    ],\n    \"ogologo ụlọ\": [\n        \"longirostrines\"\n    ],\n    \"akụkụ ogologo\": [\n        \"longisection\"\n    ],\n    \"ịdị ogologo\": [\n        \"longitudes\",\n        \"tallowiness\"\n    ],\n    \"longitudinal\": [\n        \"longitudianl\"\n    ],\n    \"Longjaw\": [\n        \"longjaw\"\n    ],\n    \"ogologo ọkịrịka\": [\n        \"longleaves\"\n    ],\n    \"Ogologo ogologo\": [\n        \"longlegs\"\n    ],\n    \"kpoo ogologo\": [\n        \"longmouthed\"\n    ],\n    \"longobardi\": [\n        \"longobardian\",\n        \"longobardic\"\n    ],\n    \"ogologo mmiri\": [\n        \"longshore\"\n    ],\n    \"anya ha dum\": [\n        \"longsighted\"\n    ],\n    \"ọhụhụ ụzọ dị ogologo\": [\n        \"longsightedness\"\n    ],\n    \"too ogologo\": [\n        \"longsome\"\n    ],\n    \"ogologo ntachi obi\": [\n        \"longsuffering\"\n    ],\n    \"Otee aka\": [\n        \"longtime\"\n    ],\n    \"Longwood\": [\n        \"longwood\",\n        \"tallwood\"\n    ],\n    \"ogologo okwu\": [\n        \"longword\",\n        \"wordlength\"\n    ],\n    \"ogologo ọrụ\": [\n        \"longwork\"\n    ],\n    \"londyn\": [\n        \"lonhyn\"\n    ],\n    \"akaghị\": [\n        \"loob\",\n        \"loop\"\n    ],\n    \"Loobyish\": [\n        \"loobyish\"\n    ],\n    \"lobily\": [\n        \"loobily\"\n    ],\n    \"Lood\": [\n        \"lood\"\n    ],\n    \"loofah\": [\n        \"loofa\"\n    ],\n    \"loofahs\": [\n        \"loofas\"\n    ],\n    \"lee anya n’ihu\": [\n        \"lookahead\"\n    ],\n    \"Anya\": [\n        \"lookdowns\",\n        \"viewiness\"\n    ],\n    \"lookie\": [\n        \"looker\"\n    ],\n    \"lebe anya\": [\n        \"lookout\"\n    ],\n    \"lelie anya\": [\n        \"lookup\"\n    ],\n    \"Loomfixer\": [\n        \"loomfixer\"\n    ],\n    \"eji achọ ihe\": [\n        \"looms\"\n    ],\n    \"Loonery\": [\n        \"loonery\"\n    ],\n    \"looper\": [\n        \"loopers\"\n    ],\n    \"omume rụrụ\": [\n        \"loos\",\n        \"loose\"\n    ],\n    \"rụrụ igbe\": [\n        \"loosebox\"\n    ],\n    \"agbasaghi\": [\n        \"loosest\",\n        \"nonescape\",\n        \"unalternated\",\n        \"undisbanded\",\n        \"undisintegrated\",\n        \"undislocated\",\n        \"undismantled\",\n        \"undisorganized\",\n        \"undisrupted\",\n        \"unfalsified\",\n        \"unfashionable\",\n        \"unfraternised\",\n        \"ungeneralized\",\n        \"ungrouped\",\n        \"uninfolded\",\n        \"unintegrated\",\n        \"uninterposed\",\n        \"unlaundered\",\n        \"unleagued\",\n        \"unliteralised\",\n        \"unpedigreed\",\n        \"unphosphatized\",\n        \"unpublished\",\n        \"unsapped\",\n        \"unshafted\",\n        \"unspanned\",\n        \"unspreadable\",\n        \"unstilted\",\n        \"untransfused\",\n        \"unversed\"\n    ],\n    \"Loot\": [\n        \"loot\"\n    ],\n    \"Lootsman\": [\n        \"lootsman\"\n    ],\n    \"Lootsmans\": [\n        \"lootsmans\"\n    ],\n    \"ndị nwere akpụ\": [\n        \"lopers\"\n    ],\n    \"Lopeskonce\": [\n        \"lopeskonce\"\n    ],\n    \"Lophophorine\": [\n        \"lophophorine\"\n    ],\n    \"lipstick\": [\n        \"lopstick\"\n    ],\n    \"loquilin\": [\n        \"loquently\"\n    ],\n    \"ndi nwe\": [\n        \"lorded\"\n    ],\n    \"lodi\": [\n        \"lordy\"\n    ],\n    \"Lodi\": [\n        \"lording\"\n    ],\n    \"onyenweanyi\": [\n        \"lordless\"\n    ],\n    \"onye nwe anyi\": [\n        \"lordly\",\n        \"milord\",\n        \"niellist\",\n        \"tipteerer\"\n    ],\n    \"dị ka onyenwe\": [\n        \"lordlike\"\n    ],\n    \"onyenwe anyi\": [\n        \"lordlily\"\n    ],\n    \"onyenwe\": [\n        \"lordotic\",\n        \"wester\",\n        \"zaporogian\"\n    ],\n    \"ndị nwenụ\": [\n        \"lords\"\n    ],\n    \"ịbụ onyenwenụ\": [\n        \"lordship\"\n    ],\n    \"ndị nwenụ wike\": [\n        \"lordswike\"\n    ],\n    \"ndi nwem\": [\n        \"lordwood\"\n    ],\n    \"ogha n’iru\": [\n        \"lore\"\n    ],\n    \"Lorettoite\": [\n        \"lorettoite\"\n    ],\n    \"ụda mmiri\": [\n        \"lorgnon\",\n        \"lorgnons\"\n    ],\n    \"dịịrị ndị ọzọ\": [\n        \"loricarian\"\n    ],\n    \"Lorilet\": [\n        \"lorilet\"\n    ],\n    \"lorimer\": [\n        \"loriner\"\n    ],\n    \"lorimers\": [\n        \"loriners\"\n    ],\n    \"ụdị loris\": [\n        \"lorisiform\"\n    ],\n    \"Loro\": [\n        \"loro\"\n    ],\n    \"Loros\": [\n        \"loros\"\n    ],\n    \"lolis\": [\n        \"losels\"\n    ],\n    \"onye na-efu efu\": [\n        \"losenger\"\n    ],\n    \"onye emeriri\": [\n        \"loser\"\n    ],\n    \"ndị emeriri\": [\n        \"losers\"\n    ],\n    \"Etufue\": [\n        \"losser\"\n    ],\n    \"na-efunahụ\": [\n        \"lossful\"\n    ],\n    \"enweghị m\": [\n        \"lossless\"\n    ],\n    \"enweghị ihe na-efu\": [\n        \"lossproof\"\n    ],\n    \"furu efu\": [\n        \"lost\"\n    ],\n    \"lọta\": [\n        \"lotas\"\n    ],\n    \"lọtrị\": [\n        \"lotase\",\n        \"lottery\",\n        \"lotteries\",\n        \"lotuses\"\n    ],\n    \"lothly juru\": [\n        \"lothly\"\n    ],\n    \"ude mmiri\": [\n        \"lotion\"\n    ],\n    \"Loto\": [\n        \"loto\"\n    ],\n    \"lotto\": [\n        \"lottos\"\n    ],\n    \"Louch\": [\n        \"louch\"\n    ],\n    \"n’olu dara ụda\": [\n        \"loud\",\n        \"loudly\",\n        \"unloudly\"\n    ],\n    \"kwusiwanye ike\": [\n        \"louder\"\n    ],\n    \"dasikwuo ike\": [\n        \"loudlier\"\n    ],\n    \"n'oké olu\": [\n        \"loudness\",\n        \"temerously\"\n    ],\n    \"n'okwu olu\": [\n        \"loudspeak\"\n    ],\n    \"nkwuputa ụda\": [\n        \"loudspeaker\"\n    ],\n    \"Lough\": [\n        \"lough\"\n    ],\n    \"louisa\": [\n        \"louiqa\",\n        \"louise\"\n    ],\n    \"louisiana\": [\n        \"louisianan\"\n    ],\n    \"ndị louisia\": [\n        \"louisianans\"\n    ],\n    \"louisiania\": [\n        \"louisianian\"\n    ],\n    \"Louisville\": [\n        \"louisville\"\n    ],\n    \"kwakọrọ ihe\": [\n        \"lounder\",\n        \"plunderbund\"\n    ],\n    \"iji ụgwọ\": [\n        \"loury\"\n    ],\n    \"ikpori\": [\n        \"lousing\",\n        \"sagaciate\"\n    ],\n    \"lọọta\": [\n        \"louster\",\n        \"lout\",\n        \"louted\",\n        \"louter\"\n    ],\n    \"n'olu efu\": [\n        \"loutishly\"\n    ],\n    \"na-akpali ịhụnanya\": [\n        \"lovable\"\n    ],\n    \"lov hụrụ n'anya\": [\n        \"lovably\"\n    ],\n    \"Ikwukwu\": [\n        \"lovanenty\"\n    ],\n    \"ịhụnanya nnụnụ\": [\n        \"lovebird\"\n    ],\n    \"nnụnụ lovebirds\": [\n        \"lovebirds\"\n    ],\n    \"ụbọchị ịhụnanya\": [\n        \"loveday\"\n    ],\n    \"Ihunanya\": [\n        \"lovey\",\n        \"lovelihead\",\n        \"lovesick\",\n        \"lustrous\",\n        \"lustrously\"\n    ],\n    \"onye huru n'anya\": [\n        \"loveman\"\n    ],\n    \"ndị hụrụ n'anya\": [\n        \"lovemans\"\n    ],\n    \"onye m huru n'anya\": [\n        \"lovemate\"\n    ],\n    \"onye hụrụ n'anya\": [\n        \"lover\"\n    ],\n    \"ịhụ n'anya\": [\n        \"lovery\",\n        \"matriotism\",\n        \"peevish\"\n    ],\n    \"onye ima\": [\n        \"loverlike\"\n    ],\n    \"ndị hụrụ ha n'anya\": [\n        \"lovers\"\n    ],\n    \"ihe ima\": [\n        \"loveworth\"\n    ],\n    \"n'ịhụnanya\": [\n        \"lovingly\"\n    ],\n    \"ebunye\": [\n        \"lowance\",\n        \"transmissible\",\n        \"transmitted\"\n    ],\n    \"obere ugwu\": [\n        \"lowbrow\"\n    ],\n    \"lewerable\": [\n        \"lowerable\"\n    ],\n    \"obere ihe\": [\n        \"lowercase\",\n        \"minoress\",\n        \"minuscule\",\n        \"minuscules\",\n        \"minxish\",\n        \"pettiness\",\n        \"rarebits\",\n        \"smalcaldic\",\n        \"tinety\",\n        \"tininesses\",\n        \"trivialities\"\n    ],\n    \"nke kasị ala\": [\n        \"lowest\"\n    ],\n    \"ala ndagwurugwu\": [\n        \"lowland\"\n    ],\n    \"obere ndụ\": [\n        \"lowlife\"\n    ],\n    \"onye di ala\": [\n        \"lowman\"\n    ],\n    \"ndi ekpemekpe\": [\n        \"lowmen\"\n    ],\n    \"ndị dị ala\": [\n        \"lownesses\"\n    ],\n    \"lows\": [\n        \"lowse\"\n    ],\n    \"Lowser\": [\n        \"lowser\"\n    ],\n    \"nke dị ala\": [\n        \"lowth\"\n    ],\n    \"Lowville\": [\n        \"lowville\"\n    ],\n    \"Lox\": [\n        \"lox\"\n    ],\n    \"Loxoclase\": [\n        \"loxoclase\"\n    ],\n    \"Loxodograph\": [\n        \"loxodograph\"\n    ],\n    \"Loxodont\": [\n        \"loxodont\"\n    ],\n    \"Loxodrome\": [\n        \"loxodrome\"\n    ],\n    \"Loxodromy\": [\n        \"loxodromy\"\n    ],\n    \"Loxodromic\": [\n        \"loxodromic\"\n    ],\n    \"lozeni\": [\n        \"lozengy\"\n    ],\n    \"dị ka mmanụ aubụ\": [\n        \"lubberlike\"\n    ],\n    \"Lubra\": [\n        \"lubra\"\n    ],\n    \"iho mmanu\": [\n        \"lubricate\",\n        \"lubrify\"\n    ],\n    \"n'ilu\": [\n        \"lubriciously\",\n        \"piteously\"\n    ],\n    \"Ubuek\": [\n        \"lucarnes\"\n    ],\n    \"lucent\": [\n        \"lucently\"\n    ],\n    \"lucerne\": [\n        \"lucern\",\n        \"lucernal\",\n        \"lucernes\",\n        \"lucerns\"\n    ],\n    \"lucernario\": [\n        \"lucernarian\"\n    ],\n    \"lucifa\": [\n        \"lucifee\",\n        \"lucifer\"\n    ],\n    \"lucifaị\": [\n        \"luciferian\",\n        \"luciferoid\"\n    ],\n    \"luciferase\": [\n        \"luciferidae\"\n    ],\n    \"-egha\": [\n        \"luciferously\"\n    ],\n    \"ndụ okirikiri\": [\n        \"luciferousness\"\n    ],\n    \"Udo Okpu\": [\n        \"lucifers\"\n    ],\n    \"lucimita\": [\n        \"lucimeter\"\n    ],\n    \"Ikwerre Emeka\": [\n        \"lucinoid\"\n    ],\n    \"enweghị enweghị isi\": [\n        \"lucklessness\"\n    ],\n    \"Gbanye\": [\n        \"lucrify\",\n        \"streamed\",\n        \"submergement\"\n    ],\n    \"lucos\": [\n        \"lucrous\"\n    ],\n    \"Okpondu\": [\n        \"lucubrated\"\n    ],\n    \"na-enwusi ike\": [\n        \"lucubrating\",\n        \"refiltering\",\n        \"rubrific\"\n    ],\n    \"Ogbe lucubration\": [\n        \"lucubration\"\n    ],\n    \"Ogbe lucubratory\": [\n        \"lucubratory\"\n    ],\n    \"Uwa\": [\n        \"lucumo\",\n        \"sciath\",\n        \"sleaving\",\n        \"unsteaming\",\n        \"unvaunting\"\n    ],\n    \"akpụzi\": [\n        \"lucumony\",\n        \"moldability\",\n        \"moldable\",\n        \"moldableness\",\n        \"moldmade\",\n        \"sculks\",\n        \"sculp\",\n        \"shamming\",\n        \"shaper\",\n        \"shapers\",\n        \"shapesmith\"\n    ],\n    \"Ludden\": [\n        \"ludden\"\n    ],\n    \"afada\": [\n        \"luddy\"\n    ],\n    \"udbọchị\": [\n        \"luddism\"\n    ],\n    \"udgba aghara\": [\n        \"ludditism\"\n    ],\n    \"Ludgatian\": [\n        \"ludgatian\"\n    ],\n    \"Asụsụ Ludlovian\": [\n        \"ludlovian\"\n    ],\n    \"Ludlow\": [\n        \"ludlow\"\n    ],\n    \"Ludolphian\": [\n        \"ludolphian\"\n    ],\n    \"ịmara ihe\": [\n        \"luetics\"\n    ],\n    \"lufberị\": [\n        \"lufberry\"\n    ],\n    \"akpa obere\": [\n        \"luggageless\"\n    ],\n    \"na-agba lug\": [\n        \"lugging\"\n    ],\n    \"Lughdoan\": [\n        \"lughdoan\"\n    ],\n    \"lesail\": [\n        \"lugsail\"\n    ],\n    \"ịkpa afụ\": [\n        \"lugubrious\",\n        \"lugubrous\"\n    ],\n    \"ikwuru egwu\": [\n        \"lugubriously\"\n    ],\n    \"ịkpa aru\": [\n        \"lugworm\"\n    ],\n    \"Ukpa\": [\n        \"lugworms\",\n        \"waltz\"\n    ],\n    \"Ebuka\": [\n        \"lujavrite\",\n        \"prevoyant\"\n    ],\n    \"Lukas\": [\n        \"lukas\"\n    ],\n    \"Udoba\": [\n        \"lukeward\"\n    ],\n    \"Ihuigwe\": [\n        \"lukewarmth\"\n    ],\n    \"lụb\": [\n        \"lulab\"\n    ],\n    \"Lullabied\": [\n        \"lullabied\"\n    ],\n    \"ullagha\": [\n        \"lullabying\"\n    ],\n    \"Lullay\": [\n        \"lullay\"\n    ],\n    \"Lullian\": [\n        \"lullian\"\n    ],\n    \"lulu\": [\n        \"lulus\"\n    ],\n    \"lom\": [\n        \"lum\"\n    ],\n    \"ogige osisi\": [\n        \"lumberyards\"\n    ],\n    \"igbu osisi\": [\n        \"lumberingly\"\n    ],\n    \"okwute osisi\": [\n        \"lumberingness\"\n    ],\n    \"mbo osisi\": [\n        \"lumberjacks\"\n    ],\n    \"enweghị osisi\": [\n        \"lumberless\",\n        \"stalkless\",\n        \"steamless\",\n        \"stemless\",\n        \"timberless\",\n        \"treeless\",\n        \"treelessness\",\n        \"woodless\",\n        \"woodlessness\"\n    ],\n    \"osisi ohia\": [\n        \"lumbermill\",\n        \"woodcarvers\",\n        \"woodlots\"\n    ],\n    \"Lumbus\": [\n        \"lumbus\"\n    ],\n    \"onye na-ahụ anya\": [\n        \"luminodynamist\",\n        \"ruddervator\",\n        \"ruddier\",\n        \"seersucker\"\n    ],\n    \"onye na-amụ banyere luminologist\": [\n        \"luminologist\"\n    ],\n    \"lumpfish\": [\n        \"lumpfishes\"\n    ],\n    \"n'imiko\": [\n        \"lumping\"\n    ],\n    \"n'ukpọ\": [\n        \"lumpingly\"\n    ],\n    \"ndị lumpmen\": [\n        \"lumpmen\"\n    ],\n    \"nri ehihie\": [\n        \"lunacies\",\n        \"lunary\",\n        \"lunate\",\n        \"lunated\",\n        \"lunately\",\n        \"lunation\",\n        \"lunch\",\n        \"lunched\",\n        \"luncheon\",\n        \"luncheoner\",\n        \"luncheonette\",\n        \"luncheonettes\",\n        \"luncheons\",\n        \"luncher\",\n        \"lunchers\",\n        \"lunches\",\n        \"lunchless\",\n        \"lunda\",\n        \"lunet\",\n        \"lunets\",\n        \"lunette\",\n        \"lunettes\",\n        \"lunge\",\n        \"lungee\",\n        \"lungees\",\n        \"luniform\",\n        \"lunks\",\n        \"lunn\",\n        \"lunoid\",\n        \"lunule\"\n    ],\n    \"ọnwa\": [\n        \"lunar\",\n        \"moneth\",\n        \"month\",\n        \"monthlong\",\n        \"moon\",\n        \"moonet\",\n        \"moonie\",\n        \"moonily\",\n        \"mooniness\",\n        \"moonja\",\n        \"moonlet\",\n        \"moonlets\",\n        \"semilunar\",\n        \"semilunary\",\n        \"semilunated\",\n        \"thunar\"\n    ],\n    \"ndị na-eri nri ehihie\": [\n        \"lunarians\",\n        \"lunkers\"\n    ],\n    \"ndị amị n'ọnwa\": [\n        \"lunarist\"\n    ],\n    \"n'egbughi oge\": [\n        \"lunatically\"\n    ],\n    \"ndi ara\": [\n        \"lunatics\",\n        \"madders\",\n        \"mamers\"\n    ],\n    \"leba anya\": [\n        \"lunatize\",\n        \"mammonitish\",\n        \"previsit\",\n        \"undersight\"\n    ],\n    \"nri ehihie obere\": [\n        \"luncheonless\"\n    ],\n    \"nko nri ehihie\": [\n        \"lunchhook\"\n    ],\n    \"ime ụlọ nri ehihie\": [\n        \"lunchroom\"\n    ],\n    \"ụlọ nri ehihie\": [\n        \"lunchrooms\"\n    ],\n    \"oge nri ehihie\": [\n        \"lunchtime\"\n    ],\n    \"Akpa ume\": [\n        \"lungan\",\n        \"lungans\",\n        \"lunged\",\n        \"lunger\",\n        \"lungers\",\n        \"lunges\",\n        \"lungis\",\n        \"lungwort\",\n        \"lungworts\"\n    ],\n    \"akpa azụ\": [\n        \"lungfish\"\n    ],\n    \"nkuchi azu\": [\n        \"lungfishes\"\n    ],\n    \"Akpai\": [\n        \"lungi\",\n        \"lungyi\"\n    ],\n    \"Akpa umeji\": [\n        \"lungy\"\n    ],\n    \"na-enweghị ume\": [\n        \"lungless\"\n    ],\n    \"mkwara\": [\n        \"lungmotor\"\n    ],\n    \"akpa afụ\": [\n        \"lungworm\"\n    ],\n    \"akpa umeji\": [\n        \"lungworms\",\n        \"pneumoencephalitis\",\n        \"pulmocardiac\"\n    ],\n    \"Lunkhead\": [\n        \"lunkhead\"\n    ],\n    \"lunt\": [\n        \"lunted\"\n    ],\n    \"na-ebinye\": [\n        \"lunts\"\n    ],\n    \"kpọọ nri\": [\n        \"lunulate\"\n    ],\n    \"lounulet\": [\n        \"lunulet\"\n    ],\n    \"akpala\": [\n        \"lupercal\",\n        \"scrotum\",\n        \"scrotums\"\n    ],\n    \"lup igbu onwe\": [\n        \"lupicide\"\n    ],\n    \"lupine\": [\n        \"lupin\"\n    ],\n    \"Lupinus\": [\n        \"lupinus\"\n    ],\n    \"ndigbom\": [\n        \"lupuses\"\n    ],\n    \"ighachi\": [\n        \"lur\"\n    ],\n    \"echere\": [\n        \"lurched\",\n        \"niffered\",\n        \"pended\"\n    ],\n    \"n'achọ\": [\n        \"lurchingly\",\n        \"preobviously\",\n        \"unsearchingly\",\n        \"wantingly\"\n    ],\n    \"ndị lurdans\": [\n        \"lurdans\"\n    ],\n    \"eji arata ndi mmadu\": [\n        \"lure\"\n    ],\n    \"ara ahụ\": [\n        \"lurement\"\n    ],\n    \"onye na-ara ara\": [\n        \"lurer\"\n    ],\n    \"lurry\": [\n        \"lurries\"\n    ],\n    \"Lusatian\": [\n        \"lusatian\"\n    ],\n    \"Lushai\": [\n        \"lushai\"\n    ],\n    \"leghaara\": [\n        \"lushed\"\n    ],\n    \"Lusian\": [\n        \"lusian\"\n    ],\n    \"Asụsụ Igbo\": [\n        \"lusitanian\",\n        \"whistonian\"\n    ],\n    \"nwee agụụ\": [\n        \"lusted\"\n    ],\n    \"enweghị mmanu\": [\n        \"lusterless\"\n    ],\n    \"enweghị ezi uche\": [\n        \"lusterlessness\",\n        \"nonaccretion\",\n        \"nonreasonableness\",\n        \"nontreasonable\",\n        \"nontreasonableness\",\n        \"unplausive\",\n        \"unreasonability\",\n        \"unreasonable\",\n        \"unreasonableness\",\n        \"unreasonably\",\n        \"unseasonable\",\n        \"unseasonableness\",\n        \"untreasonable\"\n    ],\n    \"ndị agụụ mmekọahụ\": [\n        \"lusters\"\n    ],\n    \"agụụ ihe ọjọọ\": [\n        \"lustiness\"\n    ],\n    \"Lustra\": [\n        \"lustra\"\n    ],\n    \"Omumala\": [\n        \"lustreware\"\n    ],\n    \"ustchọwa\": [\n        \"lustring\"\n    ],\n    \"ndị lutanists\": [\n        \"lutanists\"\n    ],\n    \"ndị luteins\": [\n        \"luteins\"\n    ],\n    \"onye lutemaker\": [\n        \"lutemaker\"\n    ],\n    \"onye lutenist\": [\n        \"lutenist\"\n    ],\n    \"ndị lutenist\": [\n        \"lutenists\"\n    ],\n    \"lutecent\": [\n        \"lutescent\"\n    ],\n    \"ndị lutherans\": [\n        \"lutherans\",\n        \"lutherns\"\n    ],\n    \"lutheranism\": [\n        \"lutherism\"\n    ],\n    \"lutheran\": [\n        \"luthern\"\n    ],\n    \"lutidinik\": [\n        \"lutidinic\"\n    ],\n    \"Lutraria\": [\n        \"lutraria\"\n    ],\n    \"Luvian\": [\n        \"luvian\"\n    ],\n    \"ndụ okomoko\": [\n        \"luxuriancy\",\n        \"luxuriousness\"\n    ],\n    \"dara oké ọnụ\": [\n        \"luxurious\"\n    ],\n    \"lvalval\": [\n        \"lvalues\"\n    ],\n    \"Nkwaeh\": [\n        \"lxx\"\n    ],\n    \"Ma\": [\n        \"ma\"\n    ],\n    \"mars\": [\n        \"maars\"\n    ],\n    \"macab aware\": [\n        \"macabreness\"\n    ],\n    \"macaroni\": [\n        \"macaronic\"\n    ],\n    \"makaron\": [\n        \"macaronically\"\n    ],\n    \"macaronism\": [\n        \"macaronicism\"\n    ],\n    \"macaronis\": [\n        \"macaronics\",\n        \"macaronies\"\n    ],\n    \"ebu nwanyi\": [\n        \"macebearer\"\n    ],\n    \"Macedonian\": [\n        \"macedonian\"\n    ],\n    \"ndị Macedonia\": [\n        \"macedonians\"\n    ],\n    \"maach\": [\n        \"mach\"\n    ],\n    \"enweghị igwe\": [\n        \"machineless\",\n        \"motorless\",\n        \"unmachineable\"\n    ],\n    \"igwe dị ka\": [\n        \"machinelike\"\n    ],\n    \"igwe oru\": [\n        \"machineman\"\n    ],\n    \"ndị ọrụ igwe\": [\n        \"machinists\",\n        \"mechanists\",\n        \"mechanizers\"\n    ],\n    \"Machzorim\": [\n        \"machzorim\"\n    ],\n    \"atụnye\": [\n        \"mack\"\n    ],\n    \"Mackaybean\": [\n        \"mackaybean\"\n    ],\n    \"makarel\": [\n        \"mackerel\"\n    ],\n    \"makapụ\": [\n        \"mackereling\"\n    ],\n    \"maquereau\": [\n        \"macquereau\"\n    ],\n    \"macracanthorhynchus\": [\n        \"macracanthrorhynchiasis\"\n    ],\n    \"macradenia\": [\n        \"macradenous\"\n    ],\n    \"macrofosil\": [\n        \"macrofossil\"\n    ],\n    \"micrometeorology\": [\n        \"macrometeorology\"\n    ],\n    \"micrometeorological\": [\n        \"macrometeorological\"\n    ],\n    \"macron\": [\n        \"macrons\"\n    ],\n    \"mac\": [\n        \"macs\"\n    ],\n    \"igwechi\": [\n        \"mactroid\"\n    ],\n    \"madagascar\": [\n        \"madagascarian\"\n    ],\n    \"mebiri onwe ya\": [\n        \"madbrained\"\n    ],\n    \"madd\": [\n        \"madded\"\n    ],\n    \"isi mebiri\": [\n        \"maddened\"\n    ],\n    \"maddo\": [\n        \"maddening\"\n    ],\n    \"n'arụ isi\": [\n        \"maddeningly\"\n    ],\n    \"maddị\": [\n        \"madding\"\n    ],\n    \"dị madụ\": [\n        \"maddingly\"\n    ],\n    \"madị\": [\n        \"maddish\"\n    ],\n    \"madulu\": [\n        \"maddle\"\n    ],\n    \"anamfy\": [\n        \"madefy\"\n    ],\n    \"Emekaobi\": [\n        \"madegassy\"\n    ],\n    \"mereira\": [\n        \"madeira\"\n    ],\n    \"anamiran\": [\n        \"madeiran\"\n    ],\n    \"Madeleine\": [\n        \"madeleine\"\n    ],\n    \"Madelon\": [\n        \"madelon\"\n    ],\n    \"Madidans\": [\n        \"madidans\"\n    ],\n    \"madrigal\": [\n        \"madrigals\"\n    ],\n    \"ara nwanyi\": [\n        \"madwoman\"\n    ],\n    \"madwort\": [\n        \"madworts\"\n    ],\n    \"Maeandroid\": [\n        \"maeandroid\"\n    ],\n    \"Maeonian\": [\n        \"maeonian\"\n    ],\n    \"maes\": [\n        \"maestive\"\n    ],\n    \"mafia\": [\n        \"mafey\"\n    ],\n    \"maffia\": [\n        \"maffias\"\n    ],\n    \"maferị\": [\n        \"mafficked\"\n    ],\n    \"mafiosi\": [\n        \"maffioso\"\n    ],\n    \"muffler\": [\n        \"maffler\"\n    ],\n    \"mifflin\": [\n        \"mafflin\"\n    ],\n    \"magada\": [\n        \"magadize\"\n    ],\n    \"magasinage\": [\n        \"magazinage\"\n    ],\n    \"magazine\": [\n        \"magazined\",\n        \"magaziner\",\n        \"magazines\"\n    ],\n    \"Magazin\": [\n        \"magazinelet\"\n    ],\n    \"magazin\": [\n        \"magaziny\",\n        \"magazining\",\n        \"magazinish\",\n        \"magazinism\",\n        \"magazinist\"\n    ],\n    \"ikpuru achịcha\": [\n        \"maggotpie\"\n    ],\n    \"maghi\": [\n        \"magh\"\n    ],\n    \"magyar\": [\n        \"magyars\"\n    ],\n    \"maguindanao\": [\n        \"magindanao\"\n    ],\n    \"ọkà mmụta ihe banyere ime mmụọ\": [\n        \"magirologist\"\n    ],\n    \"magiesiality\": [\n        \"magisteriality\"\n    ],\n    \"majie\": [\n        \"magistrate\"\n    ],\n    \"ndị ọka ikpe\": [\n        \"magistrates\"\n    ],\n    \"magistratik\": [\n        \"magistratic\"\n    ],\n    \"magistal\": [\n        \"magistrative\"\n    ],\n    \"magma\": [\n        \"magmas\"\n    ],\n    \"ndị magnates\": [\n        \"magnates\"\n    ],\n    \"magnetik\": [\n        \"magnetic\",\n        \"magnetical\",\n        \"magnetically\",\n        \"magnetics\",\n        \"magnetification\",\n        \"magnetise\",\n        \"magnetism\",\n        \"magnetisms\",\n        \"magnetist\",\n        \"magnetizing\"\n    ],\n    \"magnetikalụ\": [\n        \"magneticalness\"\n    ],\n    \"magnetometa\": [\n        \"magnetimeter\",\n        \"magnetometer\"\n    ],\n    \"magneti\": [\n        \"magnetize\"\n    ],\n    \"ndọta\": [\n        \"magnetizers\",\n        \"magnetometers\",\n        \"magnetoresistance\"\n    ],\n    \"na-eme ka magnetized\": [\n        \"magnetizes\"\n    ],\n    \"magnetelectric\": [\n        \"magnetoelectric\"\n    ],\n    \"nnukwu ihe niile\": [\n        \"magnetohydrodynamically\"\n    ],\n    \"magnetometri\": [\n        \"magnetometry\"\n    ],\n    \"magnetọn\": [\n        \"magnetons\"\n    ],\n    \"magneto thermoelectricity\": [\n        \"magnetothermoelectricity\"\n    ],\n    \"magneto transmitter\": [\n        \"magnetotransmitter\"\n    ],\n    \"magna caudate\": [\n        \"magnicaudate\"\n    ],\n    \"magnifik\": [\n        \"magnifier\"\n    ],\n    \"na-etokwa\": [\n        \"magnifying\"\n    ],\n    \"magnum\": [\n        \"magnums\"\n    ],\n    \"magog\": [\n        \"magot\"\n    ],\n    \"magọt\": [\n        \"magots\"\n    ],\n    \"magpies\": [\n        \"magpied\",\n        \"magpieish\"\n    ],\n    \"maharaja\": [\n        \"maharajah\"\n    ],\n    \"maharajas\": [\n        \"maharajahs\"\n    ],\n    \"maharaj rana\": [\n        \"maharajrana\"\n    ],\n    \"maharma\": [\n        \"maharmah\"\n    ],\n    \"mahdi\": [\n        \"mahdist\"\n    ],\n    \"onye mahica\": [\n        \"mahican\"\n    ],\n    \"Mahjongg\": [\n        \"mahjongg\"\n    ],\n    \"Mahmud\": [\n        \"mahmoud\"\n    ],\n    \"mahogany\": [\n        \"mahoganies\",\n        \"mahoganize\",\n        \"mahogony\"\n    ],\n    \"Mahonias\": [\n        \"mahonias\"\n    ],\n    \"ikepple\": [\n        \"mayapple\"\n    ],\n    \"mayapple\": [\n        \"mayapples\"\n    ],\n    \"ụbọchị ndị Ọrụ\": [\n        \"mayday\"\n    ],\n    \"ụbọchị izu ike\": [\n        \"maydays\",\n        \"sabbaths\"\n    ],\n    \"nwa odibo\": [\n        \"maidchild\",\n        \"schoolmaid\"\n    ],\n    \"nwa aka\": [\n        \"maidenchild\"\n    ],\n    \"maidenhair\": [\n        \"maidenhairs\"\n    ],\n    \"osisi maidenhair\": [\n        \"maidenhairtree\"\n    ],\n    \"dị ka nwa agbọghọ\": [\n        \"maidenlike\"\n    ],\n    \"odika nwayi\": [\n        \"maidenliness\"\n    ],\n    \"odi oru\": [\n        \"maidly\"\n    ],\n    \"dị ka maid\": [\n        \"maidlike\"\n    ],\n    \"odibo nwayi\": [\n        \"maidservant\"\n    ],\n    \"ndi nantsje ozi\": [\n        \"maidservants\"\n    ],\n    \"ikeye\": [\n        \"mayeye\"\n    ],\n    \"mmiri azụ\": [\n        \"mayfish\",\n        \"springfishes\"\n    ],\n    \"Akpa ozi\": [\n        \"mailbag\",\n        \"mailbags\"\n    ],\n    \"igbe akwụkwọ ozi\": [\n        \"mailbox\",\n        \"postbox\"\n    ],\n    \"igbe ozi\": [\n        \"mailboxes\"\n    ],\n    \"akpa ozi\": [\n        \"mailcatcher\"\n    ],\n    \"mechie ozi\": [\n        \"mailclad\"\n    ],\n    \"nzipu ozi\": [\n        \"mailing\",\n        \"misfiles\",\n        \"postal\",\n        \"postilion\"\n    ],\n    \"enweghi ozi\": [\n        \"mailless\"\n    ],\n    \"Gburu\": [\n        \"maills\",\n        \"mails\"\n    ],\n    \"Nwanyị ozi\": [\n        \"mailwoman\",\n        \"mailwomen\"\n    ],\n    \"na-emerụ\": [\n        \"maiming\"\n    ],\n    \"na-enwe nsogbu\": [\n        \"maims\",\n        \"perilymphatic\",\n        \"perisplenic\",\n        \"plighting\"\n    ],\n    \"tumadi\": [\n        \"mainly\",\n        \"notably\",\n        \"principally\"\n    ],\n    \"Isi akụkọ\": [\n        \"mainlines\"\n    ],\n    \"ihemgb\": [\n        \"mainprising\"\n    ],\n    \"igwe isi\": [\n        \"mainprizer\"\n    ],\n    \"maiti\": [\n        \"maint\",\n        \"maynt\",\n        \"maunch\",\n        \"maut\"\n    ],\n    \"ịnọgide na-enwe\": [\n        \"maintainable\",\n        \"maintaining\"\n    ],\n    \"ịnọgide na-enwe ness\": [\n        \"maintainableness\"\n    ],\n    \"nọgidere na-enwe\": [\n        \"maintained\"\n    ],\n    \"Maiongkong\": [\n        \"maiongkong\"\n    ],\n    \"Mayonezi\": [\n        \"mayonnaise\"\n    ],\n    \"agbatị mayoral\": [\n        \"mayoralties\"\n    ],\n    \"mayorship\": [\n        \"mayorships\"\n    ],\n    \"maili\": [\n        \"mairs\",\n        \"mile\",\n        \"milesius\"\n    ],\n    \"na-adighi\": [\n        \"maythes\"\n    ],\n    \"Maitresse\": [\n        \"maitresse\"\n    ],\n    \"majo\": [\n        \"majorate\",\n        \"majoration\",\n        \"majors\",\n        \"majorship\"\n    ],\n    \"imirikiti\": [\n        \"majority\"\n    ],\n    \"-eme ka\": [\n        \"make\"\n    ],\n    \"eme ka\": [\n        \"makeable\"\n    ],\n    \"anamokari\": [\n        \"makebate\"\n    ],\n    \"Emebisi\": [\n        \"makebates\"\n    ],\n    \"anamkpa\": [\n        \"makefasts\"\n    ],\n    \"anamfile\": [\n        \"makefile\"\n    ],\n    \"onye mere\": [\n        \"maker\"\n    ],\n    \"ndị na-eme ya\": [\n        \"makers\",\n        \"negotiants\"\n    ],\n    \"anam\": [\n        \"makes\"\n    ],\n    \"na-eme eme\": [\n        \"makeshifty\"\n    ],\n    \"na-eme ka oge na-aga\": [\n        \"makeshiftiness\",\n        \"makeshiftness\"\n    ],\n    \"Techaa\": [\n        \"makeup\"\n    ],\n    \"emewokwa\": [\n        \"makeweight\",\n        \"poetiised\"\n    ],\n    \"anam anam\": [\n        \"makework\"\n    ],\n    \"ịmị\": [\n        \"malaccan\",\n        \"swouns\"\n    ],\n    \"ọkà mmụta banyere ọrịa malacologist\": [\n        \"malacologist\"\n    ],\n    \"ihe malacopodous\": [\n        \"malacopodous\"\n    ],\n    \"edozila\": [\n        \"maladjusted\",\n        \"preadjusted\",\n        \"uncondoled\",\n        \"unmoderate\",\n        \"unrepaired\"\n    ],\n    \"ndozi ihe\": [\n        \"maladministering\"\n    ],\n    \"nrụrụ aka\": [\n        \"maladministration\",\n        \"malconstruction\"\n    ],\n    \"onye nchịkwa ihe\": [\n        \"maladministrator\"\n    ],\n    \"ma eleghị anya,\": [\n        \"maladventure\"\n    ],\n    \"malayik\": [\n        \"malayic\"\n    ],\n    \"malaịze\": [\n        \"malayize\"\n    ],\n    \"Malaysia\": [\n        \"malaysia\"\n    ],\n    \"Maleshia\": [\n        \"malaysian\"\n    ],\n    \"ndị Malaysia\": [\n        \"malaysians\"\n    ],\n    \"njedobe\": [\n        \"malalignment\",\n        \"platytropy\"\n    ],\n    \"malamụ\": [\n        \"malamute\",\n        \"malemute\"\n    ],\n    \"maland\": [\n        \"malandered\"\n    ],\n    \"enwee nsogbu\": [\n        \"malapportioned\"\n    ],\n    \"malappisation\": [\n        \"malappropriation\"\n    ],\n    \"ọrịa malapropisms\": [\n        \"malapropisms\"\n    ],\n    \"ihe ịba\": [\n        \"malariaproof\"\n    ],\n    \"malarlar\": [\n        \"malarious\"\n    ],\n    \"malar\": [\n        \"malars\"\n    ],\n    \"malasimilation\": [\n        \"malassimilation\"\n    ],\n    \"njikọ malas\": [\n        \"malassociation\"\n    ],\n    \"ndị Malawi\": [\n        \"malawians\"\n    ],\n    \"Malbrouck\": [\n        \"malbrouck\"\n    ],\n    \"malachite\": [\n        \"malchite\"\n    ],\n    \"Malcolm\": [\n        \"malcolm\"\n    ],\n    \"ghọtahiere\": [\n        \"malconceived\",\n        \"misapprehended\",\n        \"miscomprehend\",\n        \"misconceived\",\n        \"misperceived\"\n    ],\n    \"Maldistribute\": [\n        \"maldistribute\"\n    ],\n    \"Maldivian\": [\n        \"maldivian\"\n    ],\n    \"Maldonite\": [\n        \"maldonite\"\n    ],\n    \"oke nwoke\": [\n        \"malebranchism\"\n    ],\n    \"a na-egbu egbu\": [\n        \"maledicent\",\n        \"naphthalised\",\n        \"quarriable\"\n    ],\n    \"bụrụ onye a maara ama\": [\n        \"maledict\"\n    ],\n    \"mmekorita nwoke\": [\n        \"malefactions\"\n    ],\n    \"nwokefeazance\": [\n        \"malefeazance\"\n    ],\n    \"site na nwoke\": [\n        \"malefically\"\n    ],\n    \"iji akọ\": [\n        \"maleficently\",\n        \"remorsefulness\",\n        \"resourcefulness\",\n        \"sourcefulness\",\n        \"tactually\",\n        \"unresourcefulness\"\n    ],\n    \"lamella\": [\n        \"malella\"\n    ],\n    \"lamellae\": [\n        \"malellae\"\n    ],\n    \"osmụ nwoke\": [\n        \"maleos\"\n    ],\n    \"maleherbiaceae\": [\n        \"malesherbiaceae\"\n    ],\n    \"okechinwe\": [\n        \"malesherbiaceous\"\n    ],\n    \"Maletolt\": [\n        \"maletolt\"\n    ],\n    \"Malgr\": [\n        \"malgr\"\n    ],\n    \"imejọ\": [\n        \"malgrace\",\n        \"malignify\"\n    ],\n    \"ọcha nwoke\": [\n        \"malhygiene\"\n    ],\n    \"echiche ojoo\": [\n        \"malic\",\n        \"malice\",\n        \"maliceful\",\n        \"maliceproof\",\n        \"malices\",\n        \"malistic\"\n    ],\n    \"Mmetụta ọjọọ\": [\n        \"malinfluence\"\n    ],\n    \"maling\": [\n        \"malingered\",\n        \"malingery\",\n        \"malingering\"\n    ],\n    \"malingerers\": [\n        \"malingers\"\n    ],\n    \"mmekpo nri\": [\n        \"malinstitution\"\n    ],\n    \"malin\": [\n        \"malison\"\n    ],\n    \"mammon\": [\n        \"malisons\"\n    ],\n    \"onye malist\": [\n        \"malist\"\n    ],\n    \"nnukwu ụlọ ahịa\": [\n        \"mall\",\n        \"malls\",\n        \"mallus\",\n        \"superchery\",\n        \"supermarkets\",\n        \"supertare\"\n    ],\n    \"Mallam\": [\n        \"mallam\"\n    ],\n    \"achọ ihe\": [\n        \"malleability\"\n    ],\n    \"legha ozi\": [\n        \"malleabilization\"\n    ],\n    \"achọkarịsịrị\": [\n        \"malleable\"\n    ],\n    \"Achọgharị\": [\n        \"malleableized\"\n    ],\n    \"Na-emegharị anya\": [\n        \"malleableizing\"\n    ],\n    \"egwe ihe\": [\n        \"malleableness\"\n    ],\n    \"achọ\": [\n        \"malleal\"\n    ],\n    \"na-ejikwa ya\": [\n        \"malleating\"\n    ],\n    \"ihe na-edozi\": [\n        \"mallender\"\n    ],\n    \"ndị na-agwakọta ya\": [\n        \"mallenders\"\n    ],\n    \"Enwere ike iji\": [\n        \"malleolable\"\n    ],\n    \"Malleoli\": [\n        \"malleoli\"\n    ],\n    \"Mallophagous\": [\n        \"mallophagous\"\n    ],\n    \"nsogbu na-edozi ahụ\": [\n        \"malnourishment\"\n    ],\n    \"erighị ihe na-edozi ahụ\": [\n        \"malnutrition\",\n        \"supernutrition\"\n    ],\n    \"malocclud\": [\n        \"maloccluded\"\n    ],\n    \"Malodor\": [\n        \"malodor\"\n    ],\n    \"mahodorous\": [\n        \"malodorous\"\n    ],\n    \"mahodofofo\": [\n        \"malodorousness\"\n    ],\n    \"ekwenighi\": [\n        \"malpighiaceous\"\n    ],\n    \"omume ezighi ezi\": [\n        \"malpractice\",\n        \"misbehavers\",\n        \"mischaracterization\",\n        \"mispractise\"\n    ],\n    \"imehie ihe\": [\n        \"malpracticing\",\n        \"misadventure\",\n        \"misruling\"\n    ],\n    \"onye na-emebi ihe\": [\n        \"malpractitioner\",\n        \"perqueer\"\n    ],\n    \"ihe na-ezighi ezi\": [\n        \"malpropriety\"\n    ],\n    \"malta gbazinyere\": [\n        \"maltalent\"\n    ],\n    \"Maltese\": [\n        \"maltase\",\n        \"maltese\"\n    ],\n    \"ndị maltesers\": [\n        \"maltases\"\n    ],\n    \"Malteds\": [\n        \"malteds\"\n    ],\n    \"malta\": [\n        \"maltha\"\n    ],\n    \"aghigbu\": [\n        \"malthite\"\n    ],\n    \"malthusianism\": [\n        \"malthusiast\"\n    ],\n    \"maltol\": [\n        \"maltols\"\n    ],\n    \"maltose\": [\n        \"maltoses\"\n    ],\n    \"ime ihe ojoo\": [\n        \"maltreat\"\n    ],\n    \"emegbula\": [\n        \"maltreated\",\n        \"misacted\",\n        \"miscounselled\",\n        \"mistreated\",\n        \"nondesulfurized\",\n        \"outbawled\",\n        \"outblotted\",\n        \"outwrestled\",\n        \"trabeculated\"\n    ],\n    \"maltured\": [\n        \"malturned\"\n    ],\n    \"Malvaceae\": [\n        \"malvaceae\"\n    ],\n    \"kehere\": [\n        \"malvaceous\"\n    ],\n    \"Malvasia\": [\n        \"malvasia\"\n    ],\n    \"Malvasian\": [\n        \"malvasian\"\n    ],\n    \"Malvastrum\": [\n        \"malvastrum\"\n    ],\n    \"mm\": [\n        \"mam\"\n    ],\n    \"ịboụ ara\": [\n        \"mamboing\"\n    ],\n    \"mamilị\": [\n        \"mamillation\"\n    ],\n    \"Anụ ara\": [\n        \"mammalian\"\n    ],\n    \"ndị mammalians\": [\n        \"mammalians\"\n    ],\n    \"onye mammalogist\": [\n        \"mammalogist\"\n    ],\n    \"ndị mammalogists\": [\n        \"mammalogists\"\n    ],\n    \"mamma\": [\n        \"mammas\"\n    ],\n    \"ara nwa ara\": [\n        \"mammate\"\n    ],\n    \"mammy's\": [\n        \"mammees\",\n        \"mammeys\"\n    ],\n    \"mammy\": [\n        \"mammey\"\n    ],\n    \"na-egbu ara\": [\n        \"mammering\"\n    ],\n    \"ndị na-eme ara\": [\n        \"mammers\"\n    ],\n    \"ndi mammitides\": [\n        \"mammitides\"\n    ],\n    \"mammonom\": [\n        \"mammondom\"\n    ],\n    \"mammotomi\": [\n        \"mammotomy\"\n    ],\n    \"mamza\": [\n        \"mamzer\"\n    ],\n    \"manaakus\": [\n        \"manacus\"\n    ],\n    \"nnweta nchịkwa\": [\n        \"manageableness\"\n    ],\n    \"jisiri\": [\n        \"managed\"\n    ],\n    \"enweghi ike ijikwa\": [\n        \"manageless\",\n        \"unpickable\"\n    ],\n    \"njikwa dom\": [\n        \"managerdom\"\n    ],\n    \"ndị njikwa\": [\n        \"managers\"\n    ],\n    \"manaana\": [\n        \"manana\"\n    ],\n    \"manki\": [\n        \"manches\"\n    ],\n    \"onye manchester\": [\n        \"manchesterist\"\n    ],\n    \"Nwoke ukwu\": [\n        \"manchestrian\"\n    ],\n    \"manche\": [\n        \"manchets\"\n    ],\n    \"mantika\": [\n        \"mancipative\"\n    ],\n    \"manciplehip\": [\n        \"mancipleship\"\n    ],\n    \"mandamus\": [\n        \"mandamuse\",\n        \"mandamused\",\n        \"mandamuses\"\n    ],\n    \"asụsụ mandarinic\": [\n        \"mandarinic\"\n    ],\n    \"asụsụ mandarin\": [\n        \"mandarinism\"\n    ],\n    \"amanyere bụ iwu\": [\n        \"mandatory\"\n    ],\n    \"ekwere okwu\": [\n        \"mandible\"\n    ],\n    \"mandila\": [\n        \"mandibulate\"\n    ],\n    \"manyere anya\": [\n        \"mandibulated\"\n    ],\n    \"mando\": [\n        \"mandoer\"\n    ],\n    \"onye mandolinist\": [\n        \"mandolinist\"\n    ],\n    \"ndị mandolinists\": [\n        \"mandolinists\"\n    ],\n    \"mandarin\": [\n        \"mandrin\"\n    ],\n    \"maneduedu\": [\n        \"manducate\"\n    ],\n    \"mee ka\": [\n        \"manege\",\n        \"statize\"\n    ],\n    \"maneg\": [\n        \"maneges\"\n    ],\n    \"manikal\": [\n        \"manerial\"\n    ],\n    \"imegharị\": [\n        \"maneuvered\",\n        \"manoeuvred\",\n        \"rebaling\"\n    ],\n    \"Ngbanwe\": [\n        \"maneuverer\"\n    ],\n    \"Nkpagharị\": [\n        \"maneuvering\",\n        \"manoeuvring\"\n    ],\n    \"megharịrị\": [\n        \"maneuvred\",\n        \"recorrect\",\n        \"reexecuted\",\n        \"reexplicated\",\n        \"reexposed\",\n        \"reexpressed\",\n        \"refaced\",\n        \"refaces\",\n        \"refolded\",\n        \"reillustrated\",\n        \"relighted\",\n        \"remiform\",\n        \"revibrated\"\n    ],\n    \"manga\": [\n        \"mangar\",\n        \"manglers\"\n    ],\n    \"ufene\": [\n        \"manger\",\n        \"mangerite\",\n        \"mangers\"\n    ],\n    \"mangi\": [\n        \"mangier\"\n    ],\n    \"mangị\": [\n        \"mangles\"\n    ],\n    \"mang\": [\n        \"mangling\"\n    ],\n    \"maninging\": [\n        \"manglingly\"\n    ],\n    \"mango\": [\n        \"mangoes\"\n    ],\n    \"mangolọ\": [\n        \"mangolds\"\n    ],\n    \"mangonụ\": [\n        \"mangonize\"\n    ],\n    \"manhants\": [\n        \"manhunts\"\n    ],\n    \"man\": [\n        \"manically\"\n    ],\n    \"ndị manichaeist\": [\n        \"manichaeist\"\n    ],\n    \"ịkpụcha mbọ aka\": [\n        \"manicure\",\n        \"manicures\",\n        \"manicuring\",\n        \"manicurist\",\n        \"pediculation\"\n    ],\n    \"ndị manicurists\": [\n        \"manicurists\"\n    ],\n    \"manifold\": [\n        \"manifolding\"\n    ],\n    \"mmụọ iche\": [\n        \"manifoldness\"\n    ],\n    \"manihot\": [\n        \"manihots\"\n    ],\n    \"manaila\": [\n        \"manila\",\n        \"manilas\"\n    ],\n    \"manailio\": [\n        \"manilio\"\n    ],\n    \"ọtụtụ, ọtụtụ\": [\n        \"manyplies\",\n        \"multicomponent\",\n        \"multiformity\",\n        \"multiplane\",\n        \"multiplicatively\"\n    ],\n    \"Enwere ike ịgbanwe\": [\n        \"manipulable\"\n    ],\n    \"ndị na-eme ihe nchịkwa\": [\n        \"manipulators\",\n        \"upholsterers\",\n        \"upholsters\"\n    ],\n    \"manitoba\": [\n        \"manitoban\"\n    ],\n    \"manitou\": [\n        \"manitos\",\n        \"manitous\"\n    ],\n    \"n'ọtụtụ ebe\": [\n        \"manywhere\",\n        \"widely\",\n        \"widespreadedly\",\n        \"widespreadly\"\n    ],\n    \"otu aka ahu\": [\n        \"manywise\",\n        \"somewise\"\n    ],\n    \"igbu mmadụ\": [\n        \"manjack\",\n        \"senicide\"\n    ],\n    \"onye njikwa\": [\n        \"mankeeper\",\n        \"moderatist\",\n        \"propraetor\"\n    ],\n    \"mankyị\": [\n        \"manky\"\n    ],\n    \"enweghi nwoke\": [\n        \"manless\"\n    ],\n    \"nwoke dika\": [\n        \"manlike\"\n    ],\n    \"manna\": [\n        \"mannas\"\n    ],\n    \"maning\": [\n        \"mannering\"\n    ],\n    \"istbụ\": [\n        \"mannerist\"\n    ],\n    \"àgwà ọma\": [\n        \"mannersome\"\n    ],\n    \"mannife\": [\n        \"manniferous\"\n    ],\n    \"mannish\": [\n        \"mannishness\"\n    ],\n    \"manometa\": [\n        \"manometer\"\n    ],\n    \"manomita\": [\n        \"manometers\"\n    ],\n    \"manometri\": [\n        \"manometries\"\n    ],\n    \"maan\": [\n        \"manred\"\n    ],\n    \"mangoro\": [\n        \"manrope\"\n    ],\n    \"ndị ikom\": [\n        \"mans\"\n    ],\n    \"ohu nwoke\": [\n        \"manservant\"\n    ],\n    \"mansie\": [\n        \"manses\"\n    ],\n    \"ịbụ nwoke\": [\n        \"manship\",\n        \"masculineness\"\n    ],\n    \"ndị ogbu mmadụ\": [\n        \"manslayers\",\n        \"murderees\",\n        \"murderers\"\n    ],\n    \"na-egbu mmadụ\": [\n        \"manslaying\",\n        \"morticer\"\n    ],\n    \"gburu anyị\": [\n        \"manslaughterous\"\n    ],\n    \"onye isi nwoke\": [\n        \"manstealer\"\n    ],\n    \"nwoke na-ezu ohi\": [\n        \"manstealing\"\n    ],\n    \"mantope\": [\n        \"manstopping\"\n    ],\n    \"mansuete\": [\n        \"mansuetely\"\n    ],\n    \"manta\": [\n        \"mant\",\n        \"mantal\"\n    ],\n    \"mantelet\": [\n        \"mantelets\"\n    ],\n    \"manti\": [\n        \"manty\",\n        \"mantic\"\n    ],\n    \"na mkpịsị aka\": [\n        \"mantically\",\n        \"pedicled\",\n        \"pediculated\"\n    ],\n    \"mantelpiece\": [\n        \"mantlepiece\"\n    ],\n    \"mantle nkume\": [\n        \"mantlerock\"\n    ],\n    \"osisi mantle\": [\n        \"mantletree\"\n    ],\n    \"mantịn\": [\n        \"mantlings\"\n    ],\n    \"ọkà mmụta ihe banyere ụmụ anụmanụ\": [\n        \"mantologist\"\n    ],\n    \"mantra\": [\n        \"mantras\"\n    ],\n    \"onye ntuziaka\": [\n        \"manualist\"\n    ],\n    \"manubrium\": [\n        \"manubria\",\n        \"manubrial\",\n        \"manubriums\"\n    ],\n    \"manucodia\": [\n        \"manucodiata\"\n    ],\n    \"manudu\": [\n        \"manuduce\"\n    ],\n    \"manụwa\": [\n        \"manuevered\"\n    ],\n    \"emeputa\": [\n        \"manufact\",\n        \"manufactor\",\n        \"manufactural\",\n        \"manufacturer\",\n        \"nonproduction\",\n        \"nonreproduction\",\n        \"overproduced\",\n        \"underproduced\",\n        \"unextruded\",\n        \"unintroductory\"\n    ],\n    \"nzubeaction\": [\n        \"manufaction\"\n    ],\n    \"arụpụtara\": [\n        \"manufactured\"\n    ],\n    \"n'ichepụta\": [\n        \"manufacturing\"\n    ],\n    \"manorable\": [\n        \"manurable\"\n    ],\n    \"na-enweghị nri\": [\n        \"manureless\",\n        \"unfeeding\"\n    ],\n    \"nri ala\": [\n        \"manurers\"\n    ],\n    \"Maoriland\": [\n        \"maoriland\"\n    ],\n    \"Maoris\": [\n        \"maoris\"\n    ],\n    \"Maormor\": [\n        \"maormor\"\n    ],\n    \"Mafrian\": [\n        \"maphrian\"\n    ],\n    \"Mapland\": [\n        \"mapland\"\n    ],\n    \"eserese map\": [\n        \"mapmaking\"\n    ],\n    \"maapu\": [\n        \"mapper\"\n    ],\n    \"onye mapp\": [\n        \"mappist\"\n    ],\n    \"maapụl\": [\n        \"mapwise\"\n    ],\n    \"mabul\": [\n        \"marble\",\n        \"marblelike\",\n        \"marbler\"\n    ],\n    \"ọmarịcha isi\": [\n        \"marbleheader\"\n    ],\n    \"marble\": [\n        \"marbleized\",\n        \"marblers\",\n        \"marbles\",\n        \"unmarbleized\"\n    ],\n    \"marbish\": [\n        \"marblish\"\n    ],\n    \"marcant\": [\n        \"marcantant\"\n    ],\n    \"Maachi\": [\n        \"march\"\n    ],\n    \"zọọrọ ije\": [\n        \"marched\"\n    ],\n    \"jee ije\": [\n        \"marches\",\n        \"walk\"\n    ],\n    \"mara ụlọ\": [\n        \"marchite\"\n    ],\n    \"Maachland\": [\n        \"marchland\"\n    ],\n    \"ndi-agha\": [\n        \"marchmen\"\n    ],\n    \"ụlọ marc\": [\n        \"marcottage\"\n    ],\n    \"amadi\": [\n        \"mardy\"\n    ],\n    \"Maik\": [\n        \"marek\"\n    ],\n    \"Anuru\": [\n        \"mareotic\"\n    ],\n    \"Marezzo\": [\n        \"marezzo\"\n    ],\n    \"margarik\": [\n        \"margaric\"\n    ],\n    \"oke marginalia\": [\n        \"marginalia\"\n    ],\n    \"margin\": [\n        \"margined\"\n    ],\n    \"ndi margaerites\": [\n        \"marguerites\"\n    ],\n    \"Nwanne Nwoke\": [\n        \"marheshvan\"\n    ],\n    \"maryist\": [\n        \"marianist\"\n    ],\n    \"wii wii\": [\n        \"marijuana\"\n    ],\n    \"Marylander\": [\n        \"marylander\"\n    ],\n    \"marinade\": [\n        \"marinaded\"\n    ],\n    \"na-akwọ ụgbọ mmiri\": [\n        \"marinading\",\n        \"marinating\",\n        \"marination\",\n        \"sailorproof\"\n    ],\n    \"marinades\": [\n        \"marinates\"\n    ],\n    \"onye na-akwọ ụgbọ mmiri\": [\n        \"mariner\",\n        \"navigant\",\n        \"navigator\",\n        \"sailmaker\",\n        \"shipsmith\"\n    ],\n    \"ụgbọ mmiri ụgbọ mmiri\": [\n        \"marinership\",\n        \"steamboat\"\n    ],\n    \"onye ọrụ ụgbọ mmiri\": [\n        \"marinist\",\n        \"seamster\",\n        \"shipmate\"\n    ],\n    \"Mario\": [\n        \"mario\"\n    ],\n    \"ndị nwunye\": [\n        \"marys\"\n    ],\n    \"ndọ\": [\n        \"marital\",\n        \"marriage\",\n        \"wedlock\",\n        \"wedlocks\"\n    ],\n    \"alụm di na nwunye\": [\n        \"maritality\",\n        \"marranism\",\n        \"recitalist\"\n    ],\n    \"mgbez\": [\n        \"markaz\"\n    ],\n    \"mgbezes\": [\n        \"markazes\"\n    ],\n    \"onye ahia\": [\n        \"marketman\",\n        \"meschant\",\n        \"revuist\",\n        \"salesman\",\n        \"tradesman\",\n        \"tralatician\"\n    ],\n    \"n'ọma ahịa\": [\n        \"marketplace\",\n        \"marketplaces\"\n    ],\n    \"na-akanye\": [\n        \"marking\"\n    ],\n    \"ndị akara\": [\n        \"marksmen\"\n    ],\n    \"ịlụ\": [\n        \"marly\",\n        \"marling\",\n        \"unions\"\n    ],\n    \"umu nne\": [\n        \"marlings\"\n    ],\n    \"maritik\": [\n        \"marlitic\"\n    ],\n    \"Asụsụ Marlovian\": [\n        \"marlovian\"\n    ],\n    \"Marm\": [\n        \"marm\"\n    ],\n    \"ndị di na nwunye\": [\n        \"marmites\"\n    ],\n    \"amarakwa\": [\n        \"marmoreal\"\n    ],\n    \"ihe di iche-iche\": [\n        \"marmoreally\"\n    ],\n    \"marmot\": [\n        \"marmoric\"\n    ],\n    \"buo ihe n'isi\": [\n        \"marmorize\",\n        \"memorise\",\n        \"memorize\"\n    ],\n    \"marmoset\": [\n        \"marmose\"\n    ],\n    \"mammot\": [\n        \"marmots\"\n    ],\n    \"Maronian\": [\n        \"maronian\"\n    ],\n    \"Maronite\": [\n        \"maronite\"\n    ],\n    \"moroon\": [\n        \"maroons\"\n    ],\n    \"ọkpukpe\": [\n        \"marplot\"\n    ],\n    \"marakwa\": [\n        \"marquises\"\n    ],\n    \"lụọ di\": [\n        \"marry\",\n        \"marryer\",\n        \"marriers\",\n        \"marries\",\n        \"marrys\",\n        \"outmarried\"\n    ],\n    \"alụmdi na nwunye akaebe\": [\n        \"marriageproof\"\n    ],\n    \"ndidọ\": [\n        \"marrying\",\n        \"outmarrying\"\n    ],\n    \"ịlụ nwunye\": [\n        \"marrymuffe\"\n    ],\n    \"ịlụ di\": [\n        \"marring\",\n        \"promarriage\",\n        \"wedeling\",\n        \"wedging\"\n    ],\n    \"ụmị\": [\n        \"marrow\",\n        \"marrowbone\",\n        \"marrowy\",\n        \"marrows\"\n    ],\n    \"ụmị ọkpụkpụ\": [\n        \"marrowbones\"\n    ],\n    \"marrowky\": [\n        \"marrowsky\"\n    ],\n    \"Mars\": [\n        \"mars\",\n        \"marses\"\n    ],\n    \"Marsh\": [\n        \"marsdenia\",\n        \"marsian\",\n        \"marssonia\"\n    ],\n    \"ala opitoropi\": [\n        \"marsh\",\n        \"marshs\"\n    ],\n    \"ala ga\": [\n        \"marshalcies\"\n    ],\n    \"marsha\": [\n        \"marshaling\"\n    ],\n    \"Marshal\": [\n        \"marshall\"\n    ],\n    \"marshall\": [\n        \"marshalling\"\n    ],\n    \"Marshals\": [\n        \"marshalls\"\n    ],\n    \"ala-ala\": [\n        \"marshes\"\n    ],\n    \"marshi\": [\n        \"marshiest\"\n    ],\n    \"ala ala Marshland\": [\n        \"marshland\"\n    ],\n    \"ala marshlander\": [\n        \"marshlander\"\n    ],\n    \"ala marshlands\": [\n        \"marshlands\"\n    ],\n    \"marsh yiri\": [\n        \"marshlike\"\n    ],\n    \"ala opitoropi akpọchi\": [\n        \"marshlocks\"\n    ],\n    \"marshman\": [\n        \"marshmen\"\n    ],\n    \"Marshalia\": [\n        \"marsilea\",\n        \"marsilia\"\n    ],\n    \"Marso\": [\n        \"marsoon\"\n    ],\n    \"Marssonina\": [\n        \"marssonina\"\n    ],\n    \"Marsupian\": [\n        \"marsupian\"\n    ],\n    \"Mart\": [\n        \"mart\"\n    ],\n    \"nwụrụ n'ihi okwukwe ya\": [\n        \"marted\"\n    ],\n    \"Martel\": [\n        \"martel\"\n    ],\n    \"Marteline\": [\n        \"marteline\"\n    ],\n    \"Marten\": [\n        \"marten\"\n    ],\n    \"Martensitically\": [\n        \"martensitically\"\n    ],\n    \"Marty\": [\n        \"marty\"\n    ],\n    \"ije agha\": [\n        \"martialing\"\n    ],\n    \"oge nile\": [\n        \"martially\",\n        \"occurrent\"\n    ],\n    \"ogun\": [\n        \"martials\"\n    ],\n    \"Martian\": [\n        \"martians\"\n    ],\n    \"Martets\": [\n        \"martinets\"\n    ],\n    \"Martinethip\": [\n        \"martinetship\"\n    ],\n    \"n'ihi okwukwe\": [\n        \"martyrdom\",\n        \"martyrdoms\",\n        \"martyrer\",\n        \"martyress\",\n        \"martyry\",\n        \"martyries\",\n        \"martyring\",\n        \"martyrisation\",\n        \"martyrise\",\n        \"martyrish\",\n        \"martyrising\",\n        \"martyrization\",\n        \"martyrize\",\n        \"martyrized\",\n        \"martyrizing\",\n        \"martyrly\",\n        \"martyrology\",\n        \"martyrologic\",\n        \"martyrological\",\n        \"martyrologist\",\n        \"martyrologistic\",\n        \"martyrship\",\n        \"martyrtyria\"\n    ],\n    \"n'ihi okwukwe ya\": [\n        \"martyred\",\n        \"martyrised\"\n    ],\n    \"Martyria\": [\n        \"martyria\"\n    ],\n    \"dị ka martyr\": [\n        \"martyrlike\"\n    ],\n    \"ndị nwụrụ n'ihi okwukwe ha\": [\n        \"martyrs\"\n    ],\n    \"marty\": [\n        \"martlets\"\n    ],\n    \"martlet\": [\n        \"martnet\"\n    ],\n    \"matriks\": [\n        \"martrix\",\n        \"matrix\",\n        \"matrixes\",\n        \"matster\"\n    ],\n    \"di ebube\": [\n        \"marvellous\",\n        \"marvellously\",\n        \"marvelous\",\n        \"marvelously\",\n        \"wonderworthy\",\n        \"wondrous\",\n        \"wondrously\"\n    ],\n    \"marwa\": [\n        \"marwer\"\n    ],\n    \"Matsianism\": [\n        \"marxianism\"\n    ],\n    \"maski\": [\n        \"mascled\"\n    ],\n    \"ndi nkpuru-osisi\": [\n        \"mascons\"\n    ],\n    \"mascọs\": [\n        \"mascotism\",\n        \"mascots\"\n    ],\n    \"massip\": [\n        \"masculation\"\n    ],\n    \"nke nwoke\": [\n        \"masculine\",\n        \"masculinely\",\n        \"menostatic\"\n    ],\n    \"mee ka nwoke mara ihe\": [\n        \"masculinize\"\n    ],\n    \"ịkpa àgwà ụmụ nwoke\": [\n        \"masculinizing\"\n    ],\n    \"ihe masculist\": [\n        \"masculist\"\n    ],\n    \"Mash\": [\n        \"mash\"\n    ],\n    \"ndị nwe\": [\n        \"mashers\",\n        \"owners\"\n    ],\n    \"alakụba\": [\n        \"masjid\",\n        \"mosques\",\n        \"musjid\"\n    ],\n    \"masidị\": [\n        \"masjids\"\n    ],\n    \"Maskelynite\": [\n        \"maskelynite\"\n    ],\n    \"nkpuchi nkpuchi\": [\n        \"maskflower\"\n    ],\n    \"onye na-akpụ ihe\": [\n        \"masoner\"\n    ],\n    \"duoziri\": [\n        \"masonried\"\n    ],\n    \"ndi owu\": [\n        \"masons\"\n    ],\n    \"masoret\": [\n        \"masoretic\"\n    ],\n    \"maserita\": [\n        \"maspiter\"\n    ],\n    \"masquera\": [\n        \"masqueraded\"\n    ],\n    \"- kpuchie onwe gị\": [\n        \"masquerader\"\n    ],\n    \"ihe masques\": [\n        \"masques\"\n    ],\n    \"mgbuchapụ\": [\n        \"massacrers\",\n        \"massacres\"\n    ],\n    \"na-egbu mmadu\": [\n        \"massacrous\"\n    ],\n    \"ịhịa aka n'ahụ\": [\n        \"massage\",\n        \"massaged\",\n        \"massager\",\n        \"massagers\",\n        \"massages\",\n        \"massageuse\",\n        \"masseter\",\n        \"massing\",\n        \"massotherapy\",\n        \"styphnic\"\n    ],\n    \"ịhịa aka\": [\n        \"massaging\",\n        \"masseteric\"\n    ],\n    \"massed\": [\n        \"massedly\"\n    ],\n    \"- igwe\": [\n        \"masser\"\n    ],\n    \"masse niile\": [\n        \"masseuses\"\n    ],\n    \"massi\": [\n        \"massier\"\n    ],\n    \"Massilian\": [\n        \"massilian\"\n    ],\n    \"Massotherapist\": [\n        \"massotherapist\"\n    ],\n    \"mastaba\": [\n        \"mastabah\",\n        \"mastabahs\",\n        \"mastabas\"\n    ],\n    \"mastektomi\": [\n        \"mastectomy\"\n    ],\n    \"enweghị nna ukwu\": [\n        \"masterless\"\n    ],\n    \"nna-ukwu\": [\n        \"masterliness\",\n        \"mastership\"\n    ],\n    \"mastation\": [\n        \"mastication\"\n    ],\n    \"mastic\": [\n        \"mastications\"\n    ],\n    \"ihe eji ete aka\": [\n        \"masticatories\"\n    ],\n    \"masturbation\": [\n        \"masturbated\"\n    ],\n    \"igbo onwe\": [\n        \"masturbating\",\n        \"masturbation\",\n        \"masturbational\",\n        \"masturbator\",\n        \"masturbatory\"\n    ],\n    \"ndị igbo onwe ha\": [\n        \"masturbators\"\n    ],\n    \"ute\": [\n        \"mat\",\n        \"mats\",\n        \"rug\"\n    ],\n    \"matara\": [\n        \"matchable\",\n        \"mately\"\n    ],\n    \"akwukwo egwuregwu\": [\n        \"matchbook\"\n    ],\n    \"igbe egwuregwu\": [\n        \"matchbox\",\n        \"matchboxes\"\n    ],\n    \"Egwuregwu ọkụ\": [\n        \"matchlocks\"\n    ],\n    \"alụghị di ma ọ bụ nwunye\": [\n        \"matelessness\",\n        \"mismarry\",\n        \"mismarriage\",\n        \"nonemotiveness\",\n        \"singlehood\",\n        \"singleness\",\n        \"unsingleness\"\n    ],\n    \"ịhụ ihe onwunwe n’anya\": [\n        \"materialisation\"\n    ],\n    \"nwoghara\": [\n        \"materialised\",\n        \"materialized\"\n    ],\n    \"inwogha\": [\n        \"materialising\",\n        \"materializing\"\n    ],\n    \"ịhụ ihe onwunwe n'anya\": [\n        \"materialism\",\n        \"materialist\",\n        \"materialistic\",\n        \"materialistical\",\n        \"materialistically\"\n    ],\n    \"nne nwa\": [\n        \"maternalise\",\n        \"maternalism\",\n        \"maternalistic\",\n        \"maternality\",\n        \"maternalness\",\n        \"maternities\"\n    ],\n    \"nne-nne\": [\n        \"maternalising\"\n    ],\n    \"mebe nne\": [\n        \"maternalize\"\n    ],\n    \"nne di\": [\n        \"maternalized\",\n        \"stepmotherly\",\n        \"unmaternal\"\n    ],\n    \"ná mgbakọ na mwepụ\": [\n        \"math\"\n    ],\n    \"mgbakọ na mwepu\": [\n        \"mathematize\"\n    ],\n    \"matrik\": [\n        \"mathetic\",\n        \"matric\",\n        \"matrices\",\n        \"matriculate\",\n        \"matriculated\"\n    ],\n    \"matin dol\": [\n        \"matindol\"\n    ],\n    \"matinee\": [\n        \"matiness\"\n    ],\n    \"matins\": [\n        \"matings\"\n    ],\n    \"matchmaking\": [\n        \"matmaking\"\n    ],\n    \"o.\": [\n        \"matoke\"\n    ],\n    \"matrara\": [\n        \"matrah\"\n    ],\n    \"Matres\": [\n        \"matres\"\n    ],\n    \"matrikide\": [\n        \"matricide\"\n    ],\n    \"matrikula\": [\n        \"matricula\"\n    ],\n    \"matarasị\": [\n        \"matriculations\",\n        \"matronize\",\n        \"mattrass\",\n        \"mattrasses\",\n        \"mattress\",\n        \"mattresses\"\n    ],\n    \"matrikulator\": [\n        \"matriculator\"\n    ],\n    \"alụlụ di na nwunye\": [\n        \"matrilocality\",\n        \"postmarriage\"\n    ],\n    \"mmetin\": [\n        \"matroclinal\"\n    ],\n    \"Matron\": [\n        \"matron\"\n    ],\n    \"Matronalia\": [\n        \"matronalia\"\n    ],\n    \"adabua\": [\n        \"matronymic\"\n    ],\n    \"igwe okwute\": [\n        \"matrons\"\n    ],\n    \"Matros\": [\n        \"matross\"\n    ],\n    \"Mat\": [\n        \"matt\",\n        \"matted\",\n        \"mattedly\",\n        \"mattes\",\n        \"matts\"\n    ],\n    \"matta ọzọ\": [\n        \"mattamore\"\n    ],\n    \"mating\": [\n        \"matting\"\n    ],\n    \"martins\": [\n        \"mattins\"\n    ],\n    \"mattock\": [\n        \"mattocks\"\n    ],\n    \"kataba\": [\n        \"maturated\"\n    ],\n    \"maturation\": [\n        \"maturational\"\n    ],\n    \"maturas\": [\n        \"maturations\"\n    ],\n    \"tozuru etozu\": [\n        \"mature\",\n        \"meature\",\n        \"qualificatory\",\n        \"qualifying\",\n        \"qualifyingly\"\n    ],\n    \"egosila\": [\n        \"matured\"\n    ],\n    \"ntozu okè\": [\n        \"matureness\",\n        \"maturity\"\n    ],\n    \"tozuru okè\": [\n        \"maturest\"\n    ],\n    \"gbasara ihe\": [\n        \"matutinal\",\n        \"mentorial\"\n    ],\n    \"Matzoth\": [\n        \"matzoth\"\n    ],\n    \"maula\": [\n        \"maul\"\n    ],\n    \"maulas\": [\n        \"maulers\"\n    ],\n    \"na-egbu ihe\": [\n        \"mauling\"\n    ],\n    \"maundund\": [\n        \"maundful\"\n    ],\n    \"ulo ezumike\": [\n        \"maunge\"\n    ],\n    \"nri ojoo\": [\n        \"maungy\"\n    ],\n    \"Maureen\": [\n        \"maureen\"\n    ],\n    \"Mauritania\": [\n        \"mauritania\"\n    ],\n    \"mau\": [\n        \"mauves\"\n    ],\n    \"isibound\": [\n        \"mawbound\"\n    ],\n    \"mawedara\": [\n        \"mawed\"\n    ],\n    \"Uwe mkpuchi maxi\": [\n        \"maxicoats\"\n    ],\n    \"maxillary\": [\n        \"maxillar\"\n    ],\n    \"jirichaa\": [\n        \"maximise\",\n        \"maximize\"\n    ],\n    \"na-emebiga ihe\": [\n        \"maximising\",\n        \"maximizing\"\n    ],\n    \"Maxwell\": [\n        \"maxwell\"\n    ],\n    \"owuru\": [\n        \"mazard\"\n    ],\n    \"Ahụ iru ala\": [\n        \"mazedness\"\n    ],\n    \"maiza\": [\n        \"mazer\"\n    ],\n    \"Mazolytic\": [\n        \"mazolytic\"\n    ],\n    \"Mazovian\": [\n        \"mazovian\"\n    ],\n    \"Mazzinas\": [\n        \"mazzinian\"\n    ],\n    \"mazzinism\": [\n        \"mazzinianism\"\n    ],\n    \"mbira\": [\n        \"mbiras\"\n    ],\n    \"Mbps\": [\n        \"mbps\"\n    ],\n    \"mmdonald\": [\n        \"mcdonald\"\n    ],\n    \"mgg\": [\n        \"mcg\"\n    ],\n    \"mmdn\": [\n        \"mdnt\"\n    ],\n    \"mu\": [\n        \"me\"\n    ],\n    \"mekock\": [\n        \"meacock\"\n    ],\n    \"eji esi nri\": [\n        \"meader\"\n    ],\n    \"Meadowbur\": [\n        \"meadowbur\"\n    ],\n    \"gbanye nri\": [\n        \"meadowed\"\n    ],\n    \"ala ahịhịa juru\": [\n        \"meadowy\",\n        \"meadowland\",\n        \"meadowlands\",\n        \"meadows\"\n    ],\n    \"Meadowink\": [\n        \"meadowink\"\n    ],\n    \"ah u\": [\n        \"meadowlark\"\n    ],\n    \"Ugbo-ala\": [\n        \"meadowsweet\"\n    ],\n    \"Meadowsweets\": [\n        \"meadowsweets\"\n    ],\n    \"Meadowwort\": [\n        \"meadowwort\"\n    ],\n    \"meads\": [\n        \"meadsweet\"\n    ],\n    \"ịdị ntakịrị\": [\n        \"meagerness\",\n        \"thinginess\"\n    ],\n    \"meaghari\": [\n        \"meagreness\"\n    ],\n    \"maalier\": [\n        \"mealier\"\n    ],\n    \"Mealmen\": [\n        \"mealmen\"\n    ],\n    \"nri anaghị eri nri\": [\n        \"mealproof\"\n    ],\n    \"oge nri\": [\n        \"mealtime\",\n        \"mealtimes\"\n    ],\n    \"okpokoro nri\": [\n        \"mealworms\"\n    ],\n    \"gbanyere\": [\n        \"meandered\"\n    ],\n    \"onye na-egbu nri\": [\n        \"meanderer\"\n    ],\n    \"meandas\": [\n        \"meanders\"\n    ],\n    \"pụtara pirity\": [\n        \"meanspiritedness\"\n    ],\n    \"ma ugbu a\": [\n        \"meantime\"\n    ],\n    \"ka ọ dị ugbu a\": [\n        \"meanwhile\"\n    ],\n    \"mea\": [\n        \"mear\"\n    ],\n    \"Mechie mgbochi\": [\n        \"measlesproof\"\n    ],\n    \"tụrụ\": [\n        \"measured\"\n    ],\n    \"nha\": [\n        \"measurely\",\n        \"measurements\",\n        \"measurers\",\n        \"measures\",\n        \"size\",\n        \"sizeably\",\n        \"sizes\"\n    ],\n    \"mmesho\": [\n        \"measurement\"\n    ],\n    \"atụ ikpuru\": [\n        \"measuringworm\"\n    ],\n    \"anụ nnụnụ\": [\n        \"meatbird\"\n    ],\n    \"anụ cutter\": [\n        \"meatcutter\"\n    ],\n    \"anụkocope\": [\n        \"meatoscope\"\n    ],\n    \"anụoscopy\": [\n        \"meatoscopy\"\n    ],\n    \"anụotomy\": [\n        \"meatotome\",\n        \"meatotomy\"\n    ],\n    \"meaw\": [\n        \"meaul\"\n    ],\n    \"mekamylamine\": [\n        \"mecamylamine\"\n    ],\n    \"Mekka\": [\n        \"mecca\",\n        \"meccan\",\n        \"meccano\",\n        \"meccas\"\n    ],\n    \"arụzi\": [\n        \"mechanic\",\n        \"mechanics\",\n        \"repaves\"\n    ],\n    \"arụzi ọrụ\": [\n        \"mechanicalism\",\n        \"mechanicalization\",\n        \"mechanistic\",\n        \"mechanizable\",\n        \"mechanization\",\n        \"mechanology\"\n    ],\n    \"usoro ọgwụ\": [\n        \"mechanicotherapy\",\n        \"phyllogenetic\",\n        \"phylogenetic\",\n        \"phytochemistry\"\n    ],\n    \"igwe igwe\": [\n        \"mechanizer\",\n        \"multimachine\",\n        \"typecast\"\n    ],\n    \"igwe ihe\": [\n        \"mechanochemical\"\n    ],\n    \"maka inye aka\": [\n        \"mechanoreception\"\n    ],\n    \"n'emezi ihe\": [\n        \"mechanotheraputically\"\n    ],\n    \"mechitzọt\": [\n        \"mechitzoth\"\n    ],\n    \"mecometa\": [\n        \"mecometer\"\n    ],\n    \"microbe akaebe\": [\n        \"mecrobeproof\"\n    ],\n    \"merkwal\": [\n        \"mecurial\",\n        \"mercurial\"\n    ],\n    \"nrite\": [\n        \"medal\"\n    ],\n    \"ihe nrite\": [\n        \"medalist\",\n        \"medallist\",\n        \"medals\",\n        \"prizefights\"\n    ],\n    \"medevac\": [\n        \"medevacs\"\n    ],\n    \"medialis\": [\n        \"medialize\",\n        \"medials\"\n    ],\n    \"medi alkaline\": [\n        \"medialkaline\"\n    ],\n    \"medial\": [\n        \"medially\"\n    ],\n    \"onyeagwu\": [\n        \"mediastina\",\n        \"mediastine\"\n    ],\n    \"mgbasaoziinotomi\": [\n        \"mediastinotomy\"\n    ],\n    \"ikpeziri\": [\n        \"mediate\"\n    ],\n    \"ọgwụ na ahụ ike\": [\n        \"medicable\",\n        \"medical\"\n    ],\n    \"medicare si\": [\n        \"medicares\"\n    ],\n    \"medicare\": [\n        \"medicate\"\n    ],\n    \"ọgwụ dị ka\": [\n        \"medicinelike\"\n    ],\n    \"medico botanical\": [\n        \"medicobotanical\"\n    ],\n    \"physics ọgwụ\": [\n        \"medicophysics\"\n    ],\n    \"medico akparamaagwa\": [\n        \"medicopsychological\"\n    ],\n    \"udiogwu\": [\n        \"mediopectoral\",\n        \"medioperforate\",\n        \"medusalike\"\n    ],\n    \"tụgharịrị uche\": [\n        \"meditated\"\n    ],\n    \"onye ntụgharị uche\": [\n        \"meditationist\",\n        \"meditator\"\n    ],\n    \"ntughari uche\": [\n        \"meditative\"\n    ],\n    \"Mediterenian\": [\n        \"mediterranean\"\n    ],\n    \"Ugwu Mediterenian\": [\n        \"mediterraneanism\"\n    ],\n    \"na-ajụ ndị mmụọ ase\": [\n        \"mediumism\"\n    ],\n    \"onye na-ajụ mmụọ\": [\n        \"mediumistic\"\n    ],\n    \"itinye usoro\": [\n        \"mediumization\"\n    ],\n    \"ezenwachukwu\": [\n        \"medjidieh\"\n    ],\n    \"medulla\": [\n        \"medullae\"\n    ],\n    \"medullary\": [\n        \"medullar\"\n    ],\n    \"Ugwuoba\": [\n        \"medusaean\",\n        \"mesmerian\",\n        \"pittsburgher\",\n        \"spelldown\",\n        \"sphagion\",\n        \"swartzite\",\n        \"upboulevard\",\n        \"vespertinal\",\n        \"zeuzerian\"\n    ],\n    \"mefulu\": [\n        \"meedful\"\n    ],\n    \"maer\": [\n        \"meer\"\n    ],\n    \"onye zutere\": [\n        \"meeter\"\n    ],\n    \"ndị na-ezukọ\": [\n        \"meeters\"\n    ],\n    \"izute\": [\n        \"meeth\"\n    ],\n    \"onyeneke\": [\n        \"meethelper\",\n        \"piotr\",\n        \"sotadic\"\n    ],\n    \"nzuko nzuko\": [\n        \"meetinghouse\"\n    ],\n    \"ihe megadynamics\": [\n        \"megadynamics\"\n    ],\n    \"Ugochukwu Nwachukwu\": [\n        \"megakaryocytic\",\n        \"trichostrongyle\"\n    ],\n    \"megalocarpus\": [\n        \"megalocarpous\"\n    ],\n    \"megakaryocyte\": [\n        \"megalokaryocyte\"\n    ],\n    \"mmd\": [\n        \"megalornis\"\n    ],\n    \"mechiellous\": [\n        \"megaphyllous\"\n    ],\n    \"npk\": [\n        \"megaphonic\"\n    ],\n    \"ihe megascope\": [\n        \"megascope\"\n    ],\n    \"ihe megascopic\": [\n        \"megascopic\"\n    ],\n    \"ihe megascopical\": [\n        \"megascopical\"\n    ],\n    \"ihe megasporic\": [\n        \"megasporic\"\n    ],\n    \"megass\": [\n        \"megasses\"\n    ],\n    \"megatọn\": [\n        \"megatons\"\n    ],\n    \"megotalk\": [\n        \"megotalc\"\n    ],\n    \"onye ije\": [\n        \"megrim\",\n        \"wayfarer\",\n        \"walkist\"\n    ],\n    \"eme njem\": [\n        \"megrimish\",\n        \"unbegrimed\"\n    ],\n    \"ndị njem ala nsọ\": [\n        \"megrims\",\n        \"pilgrims\"\n    ],\n    \"mehitzọt\": [\n        \"mehitzoth\"\n    ],\n    \"mechita\": [\n        \"mehtarship\"\n    ],\n    \"meophylly\": [\n        \"meiophylly\"\n    ],\n    \"Melam\": [\n        \"melam\"\n    ],\n    \"mela\": [\n        \"melamed\"\n    ],\n    \"melam\": [\n        \"melammed\"\n    ],\n    \"onye na-ebu ire ere\": [\n        \"melanger\"\n    ],\n    \"melakwa\": [\n        \"melanges\"\n    ],\n    \"Melanian\": [\n        \"melanian\"\n    ],\n    \"ihe melanics\": [\n        \"melanics\"\n    ],\n    \"melanism\": [\n        \"melanisms\"\n    ],\n    \"onye melanist\": [\n        \"melanist\"\n    ],\n    \"ndị melanist\": [\n        \"melanists\"\n    ],\n    \"melanose\": [\n        \"melanosed\"\n    ],\n    \"melastomataceae\": [\n        \"melastomaceae\",\n        \"melastomaceous\"\n    ],\n    \"melastoma\": [\n        \"melastomad\"\n    ],\n    \"ntaghari\": [\n        \"meld\"\n    ],\n    \"na-agbaze\": [\n        \"melders\",\n        \"speltzes\",\n        \"thawing\"\n    ],\n    \"melismatik\": [\n        \"melismatics\"\n    ],\n    \"onye na-ahụ maka melittologist\": [\n        \"melittologist\"\n    ],\n    \"gbaze\": [\n        \"mellay\"\n    ],\n    \"onye na-ere ere\": [\n        \"meller\",\n        \"nondealer\",\n        \"seller\"\n    ],\n    \"na-akọgharị\": [\n        \"mellowing\",\n        \"recounts\"\n    ],\n    \"dị nwayọ\": [\n        \"mellowly\",\n        \"sleuthful\",\n        \"slily\",\n        \"slowhearted\",\n        \"softheadedly\",\n        \"softly\"\n    ],\n    \"mellophone\": [\n        \"mellowphone\"\n    ],\n    \"olu olu\": [\n        \"melodially\",\n        \"neckatee\",\n        \"neckband\",\n        \"necklace\",\n        \"necklaceweed\",\n        \"neckline\",\n        \"neckpiece\",\n        \"neckwears\",\n        \"phonet\",\n        \"phonetics\",\n        \"phonetism\",\n        \"phonics\",\n        \"vocalic\",\n        \"vocalistic\",\n        \"vociferator\",\n        \"vociferous\",\n        \"vociferousness\",\n        \"voiceband\",\n        \"voiceprints\"\n    ],\n    \"enweghị egwu\": [\n        \"melodyless\",\n        \"musicless\",\n        \"nonlayered\",\n        \"nonmusical\",\n        \"nonmusicalness\",\n        \"nontraceably\",\n        \"orchestraless\",\n        \"songless\",\n        \"songlessly\"\n    ],\n    \"Egwú\": [\n        \"melodiousness\",\n        \"musicals\"\n    ],\n    \"bụrụ abụ\": [\n        \"melodised\",\n        \"poeticised\",\n        \"poetized\",\n        \"psalterer\",\n        \"sang\",\n        \"sanglier\",\n        \"singed\",\n        \"singes\",\n        \"sings\",\n        \"subg\",\n        \"sung\"\n    ],\n    \"gbanye olu\": [\n        \"melodized\"\n    ],\n    \"Melomaniac\": [\n        \"melomaniac\"\n    ],\n    \"egwusi\": [\n        \"melon\"\n    ],\n    \"Melongrower\": [\n        \"melongrower\"\n    ],\n    \"osinusi\": [\n        \"melonist\"\n    ],\n    \"egusi\": [\n        \"melonites\",\n        \"melonlike\",\n        \"melonmonger\",\n        \"melonry\"\n    ],\n    \"anyụ\": [\n        \"melons\",\n        \"watermelon\",\n        \"watermelons\"\n    ],\n    \"Ogbonnaze\": [\n        \"meltonian\"\n    ],\n    \"gbazee mmiri\": [\n        \"meltwater\"\n    ],\n    \"so\": [\n        \"member\"\n    ],\n    \"onye so na ya\": [\n        \"memberless\",\n        \"nonmember\"\n    ],\n    \"ndị òtù\": [\n        \"memberships\"\n    ],\n    \"ekpukpo\": [\n        \"membranes\"\n    ],\n    \"membran calcareous\": [\n        \"membranocalcareous\"\n    ],\n    \"membrano cartilaginous\": [\n        \"membranocartilaginous\"\n    ],\n    \"membranu\": [\n        \"membranous\"\n    ],\n    \"echeta\": [\n        \"memoire\",\n        \"reclosable\",\n        \"reemerged\",\n        \"remelts\",\n        \"rememberable\",\n        \"remollient\",\n        \"repolished\",\n        \"repolishes\"\n    ],\n    \"echefu echefu\": [\n        \"memorable\",\n        \"memorableness\"\n    ],\n    \"icheta\": [\n        \"memorate\",\n        \"memorialize\",\n        \"recallment\",\n        \"recollection\",\n        \"recollectively\",\n        \"recriminatory\",\n        \"rememberably\",\n        \"remembering\",\n        \"rememberingly\",\n        \"rememorizing\",\n        \"unremember\",\n        \"unremembering\"\n    ],\n    \"echetara echefu\": [\n        \"memorative\"\n    ],\n    \"enweghi ncheta\": [\n        \"memoryless\",\n        \"nonimmunity\",\n        \"uncubical\",\n        \"unpenitent\"\n    ],\n    \"enweghị ncheta\": [\n        \"memorylessness\",\n        \"noncommemoration\",\n        \"noncommemorational\",\n        \"nondepravity\",\n        \"nonremission\",\n        \"nonremuneration\",\n        \"unapperceptive\",\n        \"unintuitive\",\n        \"unipotent\",\n        \"unregrettable\",\n        \"unregretting\",\n        \"unremunerated\",\n        \"unsapient\"\n    ],\n    \"memorita\": [\n        \"memoriter\"\n    ],\n    \"iburu ihe n'isi\": [\n        \"memorization\"\n    ],\n    \"buru n'isi\": [\n        \"memorized\"\n    ],\n    \"iburu n'isi\": [\n        \"memorizing\"\n    ],\n    \"membahibs\": [\n        \"memsahibs\"\n    ],\n    \"ndị iyi egwu\": [\n        \"menacers\"\n    ],\n    \"mkparita\": [\n        \"menadic\",\n        \"pemphix\"\n    ],\n    \"menadị\": [\n        \"menads\"\n    ],\n    \"manageries\": [\n        \"menageries\"\n    ],\n    \"agbaghari\": [\n        \"mendable\"\n    ],\n    \"ihe ejizi\": [\n        \"mender\"\n    ],\n    \"ndị na-edozi ihe\": [\n        \"menders\"\n    ],\n    \"menwe\": [\n        \"mengwe\"\n    ],\n    \"menyandhes\": [\n        \"menyanthes\"\n    ],\n    \"meninging\": [\n        \"meningic\"\n    ],\n    \"maningorhoa\": [\n        \"meningorrhoea\"\n    ],\n    \"menisiform\": [\n        \"menisciform\"\n    ],\n    \"menisitis\": [\n        \"meniscitis\"\n    ],\n    \"menueti\": [\n        \"mennuet\"\n    ],\n    \"menorah\": [\n        \"menorahs\"\n    ],\n    \"menorrhagia\": [\n        \"menorrhagy\",\n        \"menorrhagic\"\n    ],\n    \"menoria\": [\n        \"menorrhea\"\n    ],\n    \"amenorrhoea\": [\n        \"menorrhoea\"\n    ],\n    \"Ndị nwoke\": [\n        \"mens\"\n    ],\n    \"mensenweta\": [\n        \"mensalize\"\n    ],\n    \"ụmụ nwoke na-eje ozi\": [\n        \"menservants\"\n    ],\n    \"Menshevik\": [\n        \"menshevik\"\n    ],\n    \"ịhụ nsọ\": [\n        \"menstrua\",\n        \"menstrual\",\n        \"menstruant\",\n        \"menstruate\",\n        \"menstruates\",\n        \"menstruating\",\n        \"menstruation\",\n        \"menstruations\",\n        \"menstrue\",\n        \"menstruoos\",\n        \"menstruosity\",\n        \"menstruous\",\n        \"menstruousness\",\n        \"menstruum\",\n        \"menstruums\"\n    ],\n    \"na-echekwa echiche\": [\n        \"mensurative\",\n        \"supersulphurizing\"\n    ],\n    \"uwe ndị nwoke\": [\n        \"menswear\"\n    ],\n    \"Menswears\": [\n        \"menswears\"\n    ],\n    \"n'uche\": [\n        \"mentally\",\n        \"mindfully\",\n        \"mindly\",\n        \"sceptically\"\n    ],\n    \"mentimita\": [\n        \"mentimeter\"\n    ],\n    \"ekwupụta okwu\": [\n        \"mentionability\",\n        \"oratorial\",\n        \"palatefulness\",\n        \"rheotactic\",\n        \"rhetors\",\n        \"vergence\",\n        \"vermigerous\"\n    ],\n    \"ndị kwuru\": [\n        \"mentioners\"\n    ],\n    \"menu\": [\n        \"menuiseries\"\n    ],\n    \"Meq\": [\n        \"meq\"\n    ],\n    \"merba\": [\n        \"merbaby\"\n    ],\n    \"Meka\": [\n        \"merc\"\n    ],\n    \"mebere\": [\n        \"mercature\",\n        \"merton\",\n        \"virtual\"\n    ],\n    \"Mercedonius\": [\n        \"mercedonius\"\n    ],\n    \"mercenaries\": [\n        \"mercenarily\"\n    ],\n    \"merce\": [\n        \"merceress\"\n    ],\n    \"mercerized\": [\n        \"mercerize\",\n        \"mercerizer\",\n        \"mercerizes\"\n    ],\n    \"mercering\": [\n        \"mercerizing\"\n    ],\n    \"ngwuru\": [\n        \"merch\"\n    ],\n    \"Ngwongwo ahia\": [\n        \"merchandiser\"\n    ],\n    \"ndị ahịa ahịa\": [\n        \"merchandisers\"\n    ],\n    \"dị ka ahịa\": [\n        \"merchantlike\"\n    ],\n    \"ụgbọ mmiri ndị ahịa\": [\n        \"merchantship\"\n    ],\n    \"naanị nkume\": [\n        \"merestone\"\n    ],\n    \"meretric\": [\n        \"meretrices\"\n    ],\n    \"merenwe_igbo\": [\n        \"meretriciously\"\n    ],\n    \"ihe mere\": [\n        \"meretriciousness\"\n    ],\n    \"mergans\": [\n        \"mergansers\"\n    ],\n    \"merg\": [\n        \"mergh\"\n    ],\n    \"Meridian\": [\n        \"meridians\"\n    ],\n    \"jikoro\": [\n        \"merises\"\n    ],\n    \"meristenegen\": [\n        \"meristogenous\"\n    ],\n    \"kwesịrị,\": [\n        \"meritedly\"\n    ],\n    \"merit\": [\n        \"meriter\"\n    ],\n    \"nke kwesịrị\": [\n        \"meritful\"\n    ],\n    \"itlọ ọrụ\": [\n        \"meritmongery\",\n        \"multitheist\"\n    ],\n    \"kpọkwara\": [\n        \"merits\"\n    ],\n    \"merin\": [\n        \"merlin\"\n    ],\n    \"mamiwota\": [\n        \"mermaid\"\n    ],\n    \"Merohedric\": [\n        \"merohedric\"\n    ],\n    \"Meromyarian\": [\n        \"meromyarian\"\n    ],\n    \"merosymmetri\": [\n        \"merosymmetry\"\n    ],\n    \"Merostomous\": [\n        \"merostomous\"\n    ],\n    \"merrii\": [\n        \"merriest\"\n    ],\n    \"ikpori ndụ\": [\n        \"merrymaking\"\n    ],\n    \"ndi ekpoli\": [\n        \"merrymen\"\n    ],\n    \"merrower\": [\n        \"merrowes\"\n    ],\n    \"emeticephal\": [\n        \"mesaticephal\"\n    ],\n    \"emeticephali\": [\n        \"mesaticephali\"\n    ],\n    \"emeticephalic\": [\n        \"mesaticephalic\"\n    ],\n    \"chukwunonsochukwu\": [\n        \"mesatipelvic\"\n    ],\n    \"chidinma\": [\n        \"mesatiskelic\"\n    ],\n    \"ntupu\": [\n        \"mesh\",\n        \"meshwork\",\n        \"meshworks\"\n    ],\n    \"n'eleghị anya\": [\n        \"mesically\",\n        \"sparkishly\",\n        \"tempestively\",\n        \"warrantably\"\n    ],\n    \"mesili\": [\n        \"mesilla\"\n    ],\n    \"onwuchekwa\": [\n        \"mesiobuccal\",\n        \"mesonephric\",\n        \"mesoskelic\"\n    ],\n    \"emem\": [\n        \"mesites\",\n        \"mnemonism\"\n    ],\n    \"mesmeri\": [\n        \"mesmeriser\",\n        \"mesmerize\"\n    ],\n    \"ndị mesmerist\": [\n        \"mesmerists\"\n    ],\n    \"mesmerisation\": [\n        \"mesmerization\"\n    ],\n    \"meserizee\": [\n        \"mesmerizee\"\n    ],\n    \"mesmerizer\": [\n        \"mesmerizers\"\n    ],\n    \"Na-eche echiche\": [\n        \"mesmerizing\",\n        \"peptonised\"\n    ],\n    \"emmeromaniac\": [\n        \"mesmeromaniac\"\n    ],\n    \"obinwanyi\": [\n        \"mesnalty\",\n        \"mesotrophic\",\n        \"salpingonasal\",\n        \"salpingopharyngeal\"\n    ],\n    \"mesoblast em\": [\n        \"mesoblastem\"\n    ],\n    \"mesoblast ema\": [\n        \"mesoblastema\"\n    ],\n    \"mesoblastic\": [\n        \"mesoblastemic\"\n    ],\n    \"mesọọ\": [\n        \"mesocratic\"\n    ],\n    \"monopetalum\": [\n        \"mesopetalum\"\n    ],\n    \"mesophyllic nwere\": [\n        \"mesophyllic\"\n    ],\n    \"Mesopotamia\": [\n        \"mesopotamian\"\n    ],\n    \"mesorhin\": [\n        \"mesorrhin\"\n    ],\n    \"mmakostyle\": [\n        \"mesostyle\"\n    ],\n    \"emothoracic\": [\n        \"mesothoracic\"\n    ],\n    \"emotrochal\": [\n        \"mesotrochal\"\n    ],\n    \"mmesovarian\": [\n        \"mesovarian\"\n    ],\n    \"empilus\": [\n        \"mespilus\"\n    ],\n    \"Mesan\": [\n        \"messalian\"\n    ],\n    \"mesalina\": [\n        \"messaline\"\n    ],\n    \"Mizapian\": [\n        \"messapian\"\n    ],\n    \"meser\": [\n        \"messer\"\n    ],\n    \"imetosi\": [\n        \"messy\"\n    ],\n    \"Mezaịa\": [\n        \"messiah\"\n    ],\n    \"Mesaya\": [\n        \"messiahs\",\n        \"messianist\"\n    ],\n    \"Mesaịa\": [\n        \"messiahship\",\n        \"messianic\"\n    ],\n    \"mesianize\": [\n        \"messianize\"\n    ],\n    \"mesine\": [\n        \"messines\"\n    ],\n    \"mesinese\": [\n        \"messinese\"\n    ],\n    \"mesire\": [\n        \"messire\"\n    ],\n    \"klọ\": [\n        \"messkit\"\n    ],\n    \"masor\": [\n        \"messor\"\n    ],\n    \"usoro ihe omuma\": [\n        \"metabiology\",\n        \"symphysiotomy\",\n        \"symphysotomy\",\n        \"symphrase\",\n        \"symposium\",\n        \"theomythology\"\n    ],\n    \"metabolism\": [\n        \"metabolia\",\n        \"metabolical\",\n        \"metabolizability\"\n    ],\n    \"ndị metabolites\": [\n        \"metabolites\"\n    ],\n    \"metabolized\": [\n        \"metabolizes\"\n    ],\n    \"metchemical\": [\n        \"metachemical\"\n    ],\n    \"meta\": [\n        \"metae\"\n    ],\n    \"metrik\": [\n        \"metagram\",\n        \"metric\",\n        \"metricated\",\n        \"metrication\",\n        \"metrician\",\n        \"metricised\",\n        \"metricist\",\n        \"metricity\",\n        \"metricized\"\n    ],\n    \"meticaluistic\": [\n        \"metalinguistic\"\n    ],\n    \"usoro nyocha\": [\n        \"metalinguistics\",\n        \"protozoological\"\n    ],\n    \"a na-agba ya\": [\n        \"metalised\"\n    ],\n    \"ndị na-ahụ maka ígwè\": [\n        \"metalists\"\n    ],\n    \"metal\": [\n        \"metalled\"\n    ],\n    \"onye na-eme ihe igwe\": [\n        \"metaller\"\n    ],\n    \"metallally\": [\n        \"metallically\"\n    ],\n    \"metallịl\": [\n        \"metallicize\"\n    ],\n    \"metallisation\": [\n        \"metallization\"\n    ],\n    \"onye na-ahụ maka ihe nkiri\": [\n        \"metallographer\"\n    ],\n    \"metallomita\": [\n        \"metallometer\"\n    ],\n    \"onye banyere igwe\": [\n        \"metallurgist\"\n    ],\n    \"ndị na-arụ ọrụ ọla\": [\n        \"metallurgists\"\n    ],\n    \"metal organic\": [\n        \"metalorganic\"\n    ],\n    \"ịrụ ọrụ igwe\": [\n        \"metalworking\",\n        \"steelworking\"\n    ],\n    \"usoro mgbakọ na mwepụ\": [\n        \"metamathematical\",\n        \"nonmathematical\"\n    ],\n    \"metameera\": [\n        \"metamerous\"\n    ],\n    \"netwọọk\": [\n        \"metanetwork\"\n    ],\n    \"dibịa mgbasi\": [\n        \"metapolitician\"\n    ],\n    \"aporegwọ\": [\n        \"metapore\"\n    ],\n    \"metasomatic\": [\n        \"metasomatically\"\n    ],\n    \"metastatic\": [\n        \"metastatically\"\n    ],\n    \"metheastum\": [\n        \"metasternum\"\n    ],\n    \"metetarse\": [\n        \"metatarse\"\n    ],\n    \"meteta\": [\n        \"metate\",\n        \"metreta\",\n        \"metrete\"\n    ],\n    \"metatetị\": [\n        \"metathetic\",\n        \"metathetically\"\n    ],\n    \"metegritik\": [\n        \"metegritics\"\n    ],\n    \"metempsychotic\": [\n        \"metempsychic\"\n    ],\n    \"metempsychosis\": [\n        \"metempsychosal\"\n    ],\n    \"ọkà mmụta ihu igwe\": [\n        \"meteorologist\"\n    ],\n    \"ndị na-amụ gbasara ihu igwe\": [\n        \"meteorologists\"\n    ],\n    \"mitagram\": [\n        \"metergram\"\n    ],\n    \"mita enweghị\": [\n        \"meterless\"\n    ],\n    \"ọkà mmụta banyere usoro ihe\": [\n        \"methodologist\"\n    ],\n    \"metoesto\": [\n        \"metoestrous\"\n    ],\n    \"n'ụzọ mmetụta\": [\n        \"metonymically\"\n    ],\n    \"metricting\": [\n        \"metricizing\"\n    ],\n    \"metụrụ\": [\n        \"metrified\",\n        \"petted\"\n    ],\n    \"metritara\": [\n        \"metritises\"\n    ],\n    \"Metro\": [\n        \"metro\"\n    ],\n    \"ọkà mmụta banyere metrologist\": [\n        \"metrologist\"\n    ],\n    \"Obodo ukwu\": [\n        \"metropolitanize\"\n    ],\n    \"metroptosis\": [\n        \"metroptosia\"\n    ],\n    \"onye na-agwọ ọrịa ọgwụ\": [\n        \"metrotherapist\",\n        \"phytonomist\"\n    ],\n    \"metrotomi\": [\n        \"metrotomy\"\n    ],\n    \"Mev\": [\n        \"mev\"\n    ],\n    \"mewuru\": [\n        \"mewled\"\n    ],\n    \"ndị mewuru\": [\n        \"mewlers\"\n    ],\n    \"mewi\": [\n        \"mews\"\n    ],\n    \"Mexico\": [\n        \"mexican\"\n    ],\n    \"Mezcal\": [\n        \"mezcal\"\n    ],\n    \"Mezcaline\": [\n        \"mezcaline\"\n    ],\n    \"mezals\": [\n        \"mezcals\"\n    ],\n    \"Mezentian\": [\n        \"mezentian\"\n    ],\n    \"Mezquit\": [\n        \"mezquit\"\n    ],\n    \"Mezquits\": [\n        \"mezquits\"\n    ],\n    \"Mezzo\": [\n        \"mezzo\"\n    ],\n    \"Mezzograph\": [\n        \"mezzograph\"\n    ],\n    \"Mg\": [\n        \"mfg\"\n    ],\n    \"mg\": [\n        \"mgd\",\n        \"mgt\"\n    ],\n    \"nkem\": [\n        \"my\",\n        \"mine\",\n        \"salviniaceous\",\n        \"sedovic\",\n        \"semiessay\",\n        \"subsonic\"\n    ],\n    \"Mias\": [\n        \"mias\"\n    ],\n    \"maikcite\": [\n        \"miascite\"\n    ],\n    \"maikal\": [\n        \"miasmal\"\n    ],\n    \"maikmat\": [\n        \"miasmatic\"\n    ],\n    \"Myatonia\": [\n        \"myatonia\"\n    ],\n    \"micacic\": [\n        \"micacious\"\n    ],\n    \"myịlisị\": [\n        \"mycelian\"\n    ],\n    \"micellar\": [\n        \"micellarly\"\n    ],\n    \"micelles\": [\n        \"micells\"\n    ],\n    \"mycetozoa\": [\n        \"mycetozoan\",\n        \"mycetozoon\"\n    ],\n    \"michaelmas tide\": [\n        \"michaelmastide\"\n    ],\n    \"ntachi\": [\n        \"micheal\",\n        \"rhapsode\"\n    ],\n    \"Michel\": [\n        \"michel\"\n    ],\n    \"Michiganian\": [\n        \"michiganite\"\n    ],\n    \"michigan\": [\n        \"miching\"\n    ],\n    \"osiọk\": [\n        \"mickler\"\n    ],\n    \"ndị ọkà mmụta ihe banyere ahụ́ mmadụ\": [\n        \"mycologists\"\n    ],\n    \"mycoplasma\": [\n        \"mycoplasm\",\n        \"mycoplasmic\"\n    ],\n    \"mycorrhiza\": [\n        \"mycorhiza\"\n    ],\n    \"mycos\": [\n        \"mycoses\"\n    ],\n    \"micrako\": [\n        \"micraco\"\n    ],\n    \"micran\": [\n        \"micraner\"\n    ],\n    \"nyocha microanalysis\": [\n        \"microanalysis\"\n    ],\n    \"besmụ nje\": [\n        \"microbes\"\n    ],\n    \"ụmụ nje\": [\n        \"microbiologies\"\n    ],\n    \"microbial\": [\n        \"microbious\",\n        \"microbism\"\n    ],\n    \"microbiome\": [\n        \"microbium\"\n    ],\n    \"microcopiedị\": [\n        \"microcopied\"\n    ],\n    \"microcopi na-ede ihe\": [\n        \"microcopying\"\n    ],\n    \"microdensitometa\": [\n        \"microdensitometer\"\n    ],\n    \"microdimension\": [\n        \"microdimensions\"\n    ],\n    \"microelectrophoretic chọrọ\": [\n        \"microelectrophoretic\"\n    ],\n    \"microform\": [\n        \"microforms\"\n    ],\n    \"microfosil\": [\n        \"microfossil\"\n    ],\n    \"ịlụ ọtụtụ nwanyị\": [\n        \"microgamy\"\n    ],\n    \"microgram\": [\n        \"micrograms\"\n    ],\n    \"microhmmeta\": [\n        \"microhmmeter\"\n    ],\n    \"ihe ntanetiri\": [\n        \"microinstructions\"\n    ],\n    \"microlita\": [\n        \"microliter\"\n    ],\n    \"micromilil\": [\n        \"micromil\"\n    ],\n    \"micromillimita\": [\n        \"micromillimeter\"\n    ],\n    \"micronometa\": [\n        \"micronometer\"\n    ],\n    \"onye na-ahụ maka micropathologist\": [\n        \"micropathologist\"\n    ],\n    \"ihe banyere micropetrologist\": [\n        \"micropetrologist\"\n    ],\n    \"microphotograph\": [\n        \"microphotographs\"\n    ],\n    \"microporphyritị\": [\n        \"microporphyritic\"\n    ],\n    \"microprogram\": [\n        \"microprogrammed\",\n        \"microprograms\"\n    ],\n    \"micro refractometer\": [\n        \"microrefractometer\"\n    ],\n    \"macrorhabdus\": [\n        \"microrhabdus\"\n    ],\n    \"mikroskopu\": [\n        \"microscope\",\n        \"microscopize\"\n    ],\n    \"microsystem usoro\": [\n        \"microsystems\"\n    ],\n    \"microspectrophotometric\": [\n        \"microspectrophotometrical\"\n    ],\n    \"microspectrophotometrically chọrọ\": [\n        \"microspectrophotometrically\"\n    ],\n    \"microsperformance\": [\n        \"microspermous\"\n    ],\n    \"microtome\": [\n        \"microtomy\",\n        \"microtone\"\n    ],\n    \"microtonal\": [\n        \"microtonally\"\n    ],\n    \"ngwa ndakwa nri\": [\n        \"microwave\"\n    ],\n    \"Igwe na-arụ ọrụ\": [\n        \"micrurgical\"\n    ],\n    \"ufọt ufọt\": [\n        \"mid\",\n        \"middens\",\n        \"middlemen\",\n        \"midmain\",\n        \"midsummer\",\n        \"midsummery\"\n    ],\n    \"mgbe ehihie\": [\n        \"midafternoon\"\n    ],\n    \"Midwepu\": [\n        \"midautumn\"\n    ],\n    \"etiti buster\": [\n        \"middlebuster\"\n    ],\n    \"n'etiti klaasị\": [\n        \"middleclass\"\n    ],\n    \"Middleland\": [\n        \"middleland\"\n    ],\n    \"midmanism\": [\n        \"middlemanism\"\n    ],\n    \"middle\": [\n        \"middles\"\n    ],\n    \"nke dị n'etiti\": [\n        \"middletone\"\n    ],\n    \"midway\": [\n        \"middleway\"\n    ],\n    \"midweight\": [\n        \"middleweights\"\n    ],\n    \"etiti ehihie\": [\n        \"midforenoon\",\n        \"midnoon\",\n        \"noonwards\"\n    ],\n    \"midget\": [\n        \"midgets\"\n    ],\n    \"midiguts\": [\n        \"midguts\"\n    ],\n    \"n'etiti etiti\": [\n        \"midlines\"\n    ],\n    \"ufọt ufọt mandibular\": [\n        \"midmandibular\"\n    ],\n    \"midmonth\": [\n        \"midmonths\"\n    ],\n    \"etiti abalị\": [\n        \"midnight\",\n        \"midnights\"\n    ],\n    \"n'etiti abalị\": [\n        \"midnightly\"\n    ],\n    \"midpapa\": [\n        \"midparent\"\n    ],\n    \"nne nne na nna\": [\n        \"midparental\",\n        \"stepparents\"\n    ],\n    \"midhipmanship\": [\n        \"midshipmanship\"\n    ],\n    \"ndị nọ n'etiti\": [\n        \"midshipmen\"\n    ],\n    \"midnsị\": [\n        \"midships\"\n    ],\n    \"midsummer si\": [\n        \"midsummerish\",\n        \"midsummers\"\n    ],\n    \"midwest\": [\n        \"midwestern\"\n    ],\n    \"midwester\": [\n        \"midwesterner\"\n    ],\n    \"midwesters\": [\n        \"midwesterners\"\n    ],\n    \"n'etiti ọwụwa anyanwụ\": [\n        \"midwestward\"\n    ],\n    \"ime midwifing\": [\n        \"midwifing\"\n    ],\n    \"midwinter\": [\n        \"midwinterly\",\n        \"midwintry\"\n    ],\n    \"ndi na-ele ime\": [\n        \"midwived\",\n        \"midwives\"\n    ],\n    \"mmọn\": [\n        \"myelon\"\n    ],\n    \"akwa obula\": [\n        \"myelonal\"\n    ],\n    \"maiff\": [\n        \"miff\"\n    ],\n    \"na-akpụgharị\": [\n        \"miffing\",\n        \"mollies\",\n        \"regears\",\n        \"shauling\",\n        \"unsharping\"\n    ],\n    \"Mbig\": [\n        \"migg\"\n    ],\n    \"ikwaga\": [\n        \"miggle\"\n    ],\n    \"Mbugharị\": [\n        \"miggles\",\n        \"miggs\",\n        \"migrational\",\n        \"transportability\"\n    ],\n    \"di ike\": [\n        \"mightful\",\n        \"mighty\",\n        \"potful\"\n    ],\n    \"Onye kacha ike\": [\n        \"mightiest\"\n    ],\n    \"Obi ike\": [\n        \"mightyhearted\"\n    ],\n    \"mignard\": [\n        \"migniard\"\n    ],\n    \"mignardise\": [\n        \"migniardise\",\n        \"migniardize\"\n    ],\n    \"Ndị nkwaga\": [\n        \"migrans\"\n    ],\n    \"ikwaghari\": [\n        \"migrate\"\n    ],\n    \"Mbughari\": [\n        \"migration\",\n        \"migrator\",\n        \"redevable\",\n        \"repealableness\"\n    ],\n    \"mbd\": [\n        \"mijl\"\n    ],\n    \"micron\": [\n        \"mikron\"\n    ],\n    \"maikla\": [\n        \"milacre\"\n    ],\n    \"miladi\": [\n        \"miladis\"\n    ],\n    \"ihe agbara\": [\n        \"milage\",\n        \"mileage\"\n    ],\n    \"milamita\": [\n        \"milammeter\"\n    ],\n    \"millanese\": [\n        \"milanese\"\n    ],\n    \"milled\": [\n        \"milched\"\n    ],\n    \"ịdị nwayọọ n'obi\": [\n        \"mildheartedness\",\n        \"unmeekness\"\n    ],\n    \"mileomita\": [\n        \"mileometer\"\n    ],\n    \"mpempe mile\": [\n        \"mileposts\"\n    ],\n    \"miller\": [\n        \"miler\",\n        \"milers\"\n    ],\n    \"maịlsọ\": [\n        \"milesimos\"\n    ],\n    \"ịlụ agha\": [\n        \"militancy\",\n        \"militariness\",\n        \"militarize\",\n        \"militarizing\"\n    ],\n    \"agha ness\": [\n        \"militantness\"\n    ],\n    \"militarism\": [\n        \"militaryism\"\n    ],\n    \"na-egbu agha\": [\n        \"militating\"\n    ],\n    \"miliyọn\": [\n        \"milium\"\n    ],\n    \"milkin\": [\n        \"milken\"\n    ],\n    \"milklọ mmiri ara ehi\": [\n        \"milkhouse\"\n    ],\n    \"milki\": [\n        \"milky\"\n    ],\n    \"ime ara\": [\n        \"milking\"\n    ],\n    \"enweghị mmiri ara ehi\": [\n        \"milkless\"\n    ],\n    \"dị ka mmiri ara ehi\": [\n        \"milklike\"\n    ],\n    \"onye mmiri ara ehi\": [\n        \"milkman\"\n    ],\n    \"ndị na-enye mmiri ara\": [\n        \"milkmen\"\n    ],\n    \"mịlkshek\": [\n        \"milkshake\"\n    ],\n    \"dị milks\": [\n        \"milkshed\"\n    ],\n    \"Udoka\": [\n        \"milkshop\"\n    ],\n    \"milkụ mmiri ara ehi\": [\n        \"milksopping\"\n    ],\n    \"Nkume mmiri ara ehi\": [\n        \"milkstone\"\n    ],\n    \"Mmiri ara ara\": [\n        \"milktoast\"\n    ],\n    \"milkwodu\": [\n        \"milkworts\"\n    ],\n    \"akwa igwe\": [\n        \"millcourse\"\n    ],\n    \"millefolium\": [\n        \"milleflorous\",\n        \"millefoliate\"\n    ],\n    \"otu puku afọ\": [\n        \"millenary\",\n        \"millenarian\",\n        \"millenist\",\n        \"millennial\",\n        \"millenniary\"\n    ],\n    \"onye millenarist\": [\n        \"millenarist\"\n    ],\n    \"millennium\": [\n        \"millenium\"\n    ],\n    \"onye puku afọ\": [\n        \"millennialist\"\n    ],\n    \"nke puku afọ\": [\n        \"millennialistic\"\n    ],\n    \"puku afọ\": [\n        \"millennially\"\n    ],\n    \"puku afọ iri\": [\n        \"millenniums\"\n    ],\n    \"millefo\": [\n        \"milleped\"\n    ],\n    \"na-egwe nri\": [\n        \"millful\",\n        \"millinering\"\n    ],\n    \"miliares\": [\n        \"milliares\"\n    ],\n    \"milie\": [\n        \"millie\"\n    ],\n    \"miliequivalent\": [\n        \"milliequivalent\"\n    ],\n    \"miligali\": [\n        \"milligals\"\n    ],\n    \"milligram\": [\n        \"milligrams\"\n    ],\n    \"millilita\": [\n        \"milliliter\",\n        \"millilitre\"\n    ],\n    \"milimita\": [\n        \"milliliters\",\n        \"millime\",\n        \"millimes\",\n        \"milline\",\n        \"millirem\",\n        \"millirems\",\n        \"millken\"\n    ],\n    \"miliisi\": [\n        \"milliluces\"\n    ],\n    \"millilux\": [\n        \"milliluxes\"\n    ],\n    \"millimita\": [\n        \"millimeter\",\n        \"millimeters\",\n        \"millimetre\",\n        \"millimetres\"\n    ],\n    \"millimicra\": [\n        \"millimiccra\"\n    ],\n    \"ihe igwe\": [\n        \"millinerial\"\n    ],\n    \"millins\": [\n        \"millines\"\n    ],\n    \"egwe ọka\": [\n        \"milling\",\n        \"millings\"\n    ],\n    \"milinormal\": [\n        \"millinormal\"\n    ],\n    \"milinormality\": [\n        \"millinormality\"\n    ],\n    \"nde kwuru nde\": [\n        \"millionairedom\",\n        \"millionaires\"\n    ],\n    \"nde nwanyi\": [\n        \"millionairess\"\n    ],\n    \"nde okirikiri\": [\n        \"millionairish\"\n    ],\n    \"nde nde\": [\n        \"millionairism\",\n        \"millionism\"\n    ],\n    \"nde ocracy\": [\n        \"millionocracy\"\n    ],\n    \"milliped\": [\n        \"millipedes\"\n    ],\n    \"millivoltmita\": [\n        \"millivoltmeter\"\n    ],\n    \"millivọl\": [\n        \"millivolts\"\n    ],\n    \"millenia\": [\n        \"millnia\"\n    ],\n    \"milpond\": [\n        \"millpond\"\n    ],\n    \"milponds\": [\n        \"millponds\"\n    ],\n    \"millrace\": [\n        \"millraces\"\n    ],\n    \"egwe\": [\n        \"millrind\",\n        \"millrynd\"\n    ],\n    \"igwe ihe igwe\": [\n        \"mills\",\n        \"millstream\"\n    ],\n    \"nkume igwe nri\": [\n        \"millstones\"\n    ],\n    \"igwe ihe ubi\": [\n        \"millstreams\"\n    ],\n    \"igwe ihe igwe nri\": [\n        \"millworker\"\n    ],\n    \"igwe-egwu\": [\n        \"millwrighting\"\n    ],\n    \"milomita\": [\n        \"milometer\"\n    ],\n    \"milor\": [\n        \"milords\"\n    ],\n    \"milter\": [\n        \"milters\",\n        \"miltier\"\n    ],\n    \"Milty\": [\n        \"milty\"\n    ],\n    \"milti\": [\n        \"miltiest\"\n    ],\n    \"onye miltonist\": [\n        \"miltonist\"\n    ],\n    \"miltoniz\": [\n        \"miltonize\"\n    ],\n    \"amaeze\": [\n        \"milzbrand\",\n        \"serictteria\"\n    ],\n    \"mimeo\": [\n        \"mimeoing\"\n    ],\n    \"mmim\": [\n        \"mimes\"\n    ],\n    \"Mimesi\": [\n        \"mimesises\"\n    ],\n    \"na-e .omi\": [\n        \"mimetic\",\n        \"mimicries\",\n        \"miming\",\n        \"mimming\",\n        \"mimmouthed\"\n    ],\n    \"na-eitesomi\": [\n        \"mimetites\"\n    ],\n    \"n'iicallyomi\": [\n        \"mimically\"\n    ],\n    \"ickedomiri\": [\n        \"mimicked\"\n    ],\n    \"Mickomi\": [\n        \"mimicker\"\n    ],\n    \"na-eineomi\": [\n        \"mimine\"\n    ],\n    \"miminy piminy\": [\n        \"miminypiminy\"\n    ],\n    \"i mimomi\": [\n        \"mimish\"\n    ],\n    \"na-e .om\": [\n        \"mimmed\"\n    ],\n    \"Mmmest\": [\n        \"mimmest\"\n    ],\n    \"Mmack\": [\n        \"mimmock\"\n    ],\n    \"Na-egwu egwu\": [\n        \"mimmocking\",\n        \"replaying\",\n        \"threeling\"\n    ],\n    \"Mimp\": [\n        \"mimp\"\n    ],\n    \"mynah\": [\n        \"mynahs\"\n    ],\n    \"minaret\": [\n        \"minarets\"\n    ],\n    \"minista\": [\n        \"minatorial\",\n        \"minionship\",\n        \"ministate\",\n        \"ministerium\",\n        \"ministress\",\n        \"minorate\"\n    ],\n    \"obere ọrụ\": [\n        \"minatories\",\n        \"rarefaction\",\n        \"subcontracts\"\n    ],\n    \"mince\": [\n        \"mincers\"\n    ],\n    \"ulo oru ivu\": [\n        \"minchery\"\n    ],\n    \"minitị\": [\n        \"minchiate\"\n    ],\n    \"kasị obere\": [\n        \"minciest\"\n    ],\n    \"na-egwuputa\": [\n        \"mincing\",\n        \"minting\"\n    ],\n    \"jiri uche\": [\n        \"mindedly\",\n        \"psychologize\",\n        \"wittingly\"\n    ],\n    \"uchechi\": [\n        \"mindelian\",\n        \"pschent\",\n        \"psetta\",\n        \"psychal\"\n    ],\n    \"buru n'uche\": [\n        \"minder\",\n        \"mindful\"\n    ],\n    \"uche uche\": [\n        \"mindsickness\",\n        \"psychedelically\"\n    ],\n    \"ebe a na-egwu egwu\": [\n        \"minefield\"\n    ],\n    \"onye na-egwuputa ihe\": [\n        \"miner\",\n        \"mineralist\",\n        \"minesweeper\",\n        \"minever\"\n    ],\n    \"isingnweta ihe\": [\n        \"mineralising\"\n    ],\n    \"ịnweta mineral\": [\n        \"mineralize\"\n    ],\n    \"myralocorticoid\": [\n        \"mineralocorticoid\"\n    ],\n    \"ndị na-ahụ maka ihe omimi\": [\n        \"mineralogists\"\n    ],\n    \"mineral\": [\n        \"minerals\"\n    ],\n    \"ndị na-egwuputa ihe\": [\n        \"miners\"\n    ],\n    \"minerva\": [\n        \"minerval\",\n        \"minervan\",\n        \"minervic\"\n    ],\n    \"ndị na-egwupụta ọla kọpa\": [\n        \"minesweepers\"\n    ],\n    \"onye oru m\": [\n        \"mineworker\"\n    ],\n    \"mingi\": [\n        \"mingy\"\n    ],\n    \"miniature\": [\n        \"miniate\",\n        \"miniatured\"\n    ],\n    \"miniature ness\": [\n        \"miniatureness\"\n    ],\n    \"miniaturist\": [\n        \"miniaturists\"\n    ],\n    \"miniaturiz\": [\n        \"miniaturize\"\n    ],\n    \"minibosses\": [\n        \"minibusses\"\n    ],\n    \"minicab\": [\n        \"minicabs\"\n    ],\n    \"mini cam\": [\n        \"minicam\"\n    ],\n    \"obere igwefoto\": [\n        \"minicamera\"\n    ],\n    \"obere kọmputa\": [\n        \"minicomputers\"\n    ],\n    \"minidisc\": [\n        \"minidisk\"\n    ],\n    \"minidisk\": [\n        \"minidisks\"\n    ],\n    \"Obere nwa\": [\n        \"minidress\"\n    ],\n    \"Obere asụsụ\": [\n        \"minilanguage\"\n    ],\n    \"ntakiri\": [\n        \"minima\",\n        \"minimal\",\n        \"minimalism\",\n        \"minimalist\",\n        \"minimalists\",\n        \"minimis\",\n        \"minimistic\",\n        \"smalti\",\n        \"smaltines\",\n        \"somewhy\"\n    ],\n    \"minim alkaline\": [\n        \"minimalkaline\"\n    ],\n    \"ntakịrị ihe\": [\n        \"minimaxes\"\n    ],\n    \"Minifidian\": [\n        \"minimifidian\"\n    ],\n    \"minimlata\": [\n        \"minimite\"\n    ],\n    \"na-ebenata\": [\n        \"minimizes\"\n    ],\n    \"igwuputa ihe\": [\n        \"mining\",\n        \"minning\",\n        \"unearthing\"\n    ],\n    \"minitism\": [\n        \"minionism\"\n    ],\n    \"mini ọgwụ\": [\n        \"minipill\"\n    ],\n    \"minisita\": [\n        \"minisher\"\n    ],\n    \"minit\": [\n        \"minishment\",\n        \"minitant\",\n        \"minster\",\n        \"mintage\",\n        \"minter\"\n    ],\n    \"obere skeetị\": [\n        \"miniskirt\"\n    ],\n    \"ministri\": [\n        \"ministates\",\n        \"ministrant\",\n        \"ministrate\",\n        \"ministries\"\n    ],\n    \"jere ozi\": [\n        \"ministered\",\n        \"served\"\n    ],\n    \"ụgbọ mmiri ozi\": [\n        \"ministryship\"\n    ],\n    \"miniver\": [\n        \"minivers\",\n        \"minivet\"\n    ],\n    \"minkf\": [\n        \"minkfishes\"\n    ],\n    \"Minneapolis\": [\n        \"minneapolis\"\n    ],\n    \"minnesinger\": [\n        \"minnesingers\"\n    ],\n    \"ndị minnesotans\": [\n        \"minnesotans\"\n    ],\n    \"minnie ohia\": [\n        \"minniebush\"\n    ],\n    \"Obere oge\": [\n        \"minnow\"\n    ],\n    \"mebisi\": [\n        \"minoize\"\n    ],\n    \"minomita\": [\n        \"minometer\"\n    ],\n    \"obere nwa\": [\n        \"minorcan\",\n        \"smallboy\"\n    ],\n    \"onye pere mpe\": [\n        \"minorite\",\n        \"smallholder\"\n    ],\n    \"ndi pere mpe\": [\n        \"minority\",\n        \"minorities\"\n    ],\n    \"minster yad\": [\n        \"minsteryard\"\n    ],\n    \"egwu egwu\": [\n        \"minsters\",\n        \"minstrels\",\n        \"musicalization\",\n        \"musicalness\"\n    ],\n    \"Mint\": [\n        \"mint\"\n    ],\n    \"nkejiest\": [\n        \"mintiest\"\n    ],\n    \"mint\": [\n        \"mintmaking\"\n    ],\n    \"mintim\": [\n        \"mintman\"\n    ],\n    \"Mintmaster\": [\n        \"mintmaster\"\n    ],\n    \"majuscule\": [\n        \"minuscular\"\n    ],\n    \"minut\": [\n        \"minuteness\"\n    ],\n    \"dịkarịsịrị ntakịrị\": [\n        \"minutest\"\n    ],\n    \"minithesis\": [\n        \"minuthesis\"\n    ],\n    \"minitial\": [\n        \"minutial\"\n    ],\n    \"Minverite\": [\n        \"minverite\"\n    ],\n    \"n'obere ihe\": [\n        \"minxishly\"\n    ],\n    \"minxhip\": [\n        \"minxship\"\n    ],\n    \"obi m\": [\n        \"myocardiac\"\n    ],\n    \"mmakoyo\": [\n        \"myocoel\"\n    ],\n    \"mmmmmmorph\": [\n        \"myomorph\"\n    ],\n    \"mmmmmmorphic\": [\n        \"myomorphic\"\n    ],\n    \"mmmmmmmmmmm\": [\n        \"myosotes\"\n    ],\n    \"myoti\": [\n        \"myotic\",\n        \"myotics\"\n    ],\n    \"mioti\": [\n        \"miotics\"\n    ],\n    \"mmakoxine\": [\n        \"myoxine\"\n    ],\n    \"maps\": [\n        \"mips\"\n    ],\n    \"mben\": [\n        \"mirabell\"\n    ],\n    \"ndise\": [\n        \"mirabelle\",\n        \"picturedom\",\n        \"pictureful\",\n        \"shadowgraph\"\n    ],\n    \"iheramite\": [\n        \"mirabilite\"\n    ],\n    \"ọrụ ebube\": [\n        \"miracle\",\n        \"miraclemonger\",\n        \"miraclemongering\",\n        \"miracles\",\n        \"miraculousness\",\n        \"musculous\",\n        \"wondercraft\",\n        \"wonderwork\"\n    ],\n    \"ebube anwu\": [\n        \"miraculosity\"\n    ],\n    \"n'ụzọ ọrụ ebube\": [\n        \"miraculous\",\n        \"miraculously\"\n    ],\n    \"Miri\": [\n        \"mird\",\n        \"miry\",\n        \"mirk\",\n        \"mirkish\"\n    ],\n    \"mared\": [\n        \"mired\"\n    ],\n    \"maikel\": [\n        \"mirexes\"\n    ],\n    \"myri\": [\n        \"myriaded\"\n    ],\n    \"myriad\": [\n        \"myriads\"\n    ],\n    \"myriliter\": [\n        \"myrialiter\"\n    ],\n    \"myrilitre\": [\n        \"myrialitre\"\n    ],\n    \"udegbe\": [\n        \"mirinesses\"\n    ],\n    \"myuroti\": [\n        \"myriotheist\"\n    ],\n    \"Igwe afụ\": [\n        \"mirker\"\n    ],\n    \"Nwere mirkily\": [\n        \"mirkily\"\n    ],\n    \"mirlitọn\": [\n        \"mirlitons\"\n    ],\n    \"myrmecophytik\": [\n        \"myrmecophytic\"\n    ],\n    \"myr mama m\": [\n        \"myrmotherine\"\n    ],\n    \"Miro\": [\n        \"miro\"\n    ],\n    \"myrr\": [\n        \"myrrhed\"\n    ],\n    \"myrhichi\": [\n        \"myrrhic\"\n    ],\n    \"yiri enyo\": [\n        \"mirrorlike\"\n    ],\n    \"jiri ọthụ\": [\n        \"mirthfully\"\n    ],\n    \"enweghị mirthless\": [\n        \"mirthlessly\"\n    ],\n    \"Egosi\": [\n        \"mirths\"\n    ],\n    \"na-amaghị ihe\": [\n        \"misacknowledge\",\n        \"misknows\",\n        \"undevious\"\n    ],\n    \"duhiehie\": [\n        \"misadapted\",\n        \"misconjugate\"\n    ],\n    \"na-etinyehiehie\": [\n        \"misadapting\"\n    ],\n    \"na-elekọta nwanyị\": [\n        \"misaddress\"\n    ],\n    \"edoziri ya\": [\n        \"misaddressed\"\n    ],\n    \"ndi ndu\": [\n        \"misaddresses\",\n        \"revivalists\"\n    ],\n    \"na-edozi anya\": [\n        \"misaddressing\",\n        \"nephrectomizing\",\n        \"soberizes\",\n        \"undeteriorating\"\n    ],\n    \"agahie\": [\n        \"misadds\",\n        \"misalleged\",\n        \"misallies\",\n        \"misanalyzed\"\n    ],\n    \"na-akọwahie\": [\n        \"misadjusts\",\n        \"misadvises\",\n        \"misclaiming\",\n        \"misdefining\",\n        \"misdescribing\",\n        \"misforms\",\n        \"misinferring\",\n        \"mispointing\",\n        \"mispunctuate\"\n    ],\n    \"emehiela\": [\n        \"misadressed\",\n        \"misaltered\",\n        \"misapplied\",\n        \"miscensured\",\n        \"miscoined\",\n        \"miscompose\",\n        \"miscomputed\",\n        \"miscultivated\",\n        \"misgauged\",\n        \"mislays\",\n        \"mislocated\",\n        \"mismarked\",\n        \"misproceeding\",\n        \"misqualify\",\n        \"misqualifying\",\n        \"misstarted\",\n        \"sinisterwise\"\n    ],\n    \"ndụmọdụ ọjọọ\": [\n        \"misadvice\"\n    ],\n    \"ndị na-enweghị isi\": [\n        \"misagents\",\n        \"nonjurors\"\n    ],\n    \"misaim\": [\n        \"misaims\"\n    ],\n    \"emezughị\": [\n        \"misaligned\",\n        \"misallied\",\n        \"miscasted\",\n        \"miscounted\",\n        \"misestimated\",\n        \"misgrounded\",\n        \"misqualified\",\n        \"mistutored\",\n        \"miswandered\",\n        \"miswired\",\n        \"negates\",\n        \"nondo\",\n        \"nonfulfillment\",\n        \"unaccomplished\",\n        \"unaccomplishedness\",\n        \"undidactic\",\n        \"undolled\",\n        \"unfaded\",\n        \"unfanged\",\n        \"unfrilled\",\n        \"unfulminated\",\n        \"unfulminating\",\n        \"unhatting\",\n        \"unmalted\",\n        \"unrationalised\",\n        \"unspasmed\",\n        \"untilling\",\n        \"untolled\",\n        \"unverbal\"\n    ],\n    \"algha\": [\n        \"misallegation\"\n    ],\n    \"idahie\": [\n        \"misallege\",\n        \"misbefallen\",\n        \"misluck\"\n    ],\n    \"adabaghị iwu\": [\n        \"misalleging\"\n    ],\n    \"nhazi:\": [\n        \"misallocation\"\n    ],\n    \"emehie iwu\": [\n        \"misallotting\"\n    ],\n    \"hazie nsogbu\": [\n        \"misalphabetize\"\n    ],\n    \"na-ezighi ezi ozi\": [\n        \"misalphabetizes\"\n    ],\n    \"na-ezighi ezi nhazi\": [\n        \"misalphabetizing\"\n    ],\n    \"ịtụgharị uche\": [\n        \"misanalyzing\",\n        \"reasoning\",\n        \"reasoningly\",\n        \"reasonings\"\n    ],\n    \"onye ozigbo\": [\n        \"misanswer\"\n    ],\n    \"duzie mishanthropize\": [\n        \"misanthropize\"\n    ],\n    \"misappesa\": [\n        \"misapplication\"\n    ],\n    \"na-emehie ihe\": [\n        \"misappraising\",\n        \"misaverring\",\n        \"mischaracterizing\",\n        \"misdriving\",\n        \"misgiving\",\n        \"misgivingly\"\n    ],\n    \"onye na-enweghi ekele\": [\n        \"misappreciative\"\n    ],\n    \"ghọtahiela\": [\n        \"misapprehend\"\n    ],\n    \"na-aghọtahie\": [\n        \"misapprehending\",\n        \"misapprehendingly\"\n    ],\n    \"ghara ịghọtahie ya\": [\n        \"misapprehensible\"\n    ],\n    \"nghotahie\": [\n        \"misapprehension\",\n        \"misapprehensions\",\n        \"misinstructions\",\n        \"misunderstandings\",\n        \"misunderstands\",\n        \"ununderstanding\"\n    ],\n    \"ighara iji ya eme ihe n’ụzọ na-ezighị ezi\": [\n        \"misappropriation\"\n    ],\n    \"misarticlera\": [\n        \"misarticulated\"\n    ],\n    \"misaspers\": [\n        \"misasperse\"\n    ],\n    \"misassay\": [\n        \"misassaying\"\n    ],\n    \"misassation\": [\n        \"misassertion\"\n    ],\n    \"itinye ọkwa ọrụ\": [\n        \"misassignment\"\n    ],\n    \"na-ekwuhie\": [\n        \"misate\",\n        \"misfocussed\",\n        \"misfocussing\",\n        \"misstating\"\n    ],\n    \"atataghị ikike\": [\n        \"misatoned\"\n    ],\n    \"itinye aka na-ezighi ezi\": [\n        \"misauthorization\"\n    ],\n    \"enyeghi ikike\": [\n        \"misauthorized\",\n        \"nesslerized\",\n        \"nonelectrized\"\n    ],\n    \"na-acho\": [\n        \"misaver\"\n    ],\n    \"misaver\": [\n        \"misaverred\"\n    ],\n    \"ndi na-acho ihe\": [\n        \"misavers\"\n    ],\n    \"bandghahie\": [\n        \"misbandage\"\n    ],\n    \"ikwuhie\": [\n        \"misbear\",\n        \"misclaim\",\n        \"miscolour\",\n        \"mistelling\"\n    ],\n    \"akpa agwa\": [\n        \"misbehave\"\n    ],\n    \"emezighi omume\": [\n        \"misbehaved\"\n    ],\n    \"àgwà ọjọọ\": [\n        \"misbehavior\",\n        \"misbehaviour\"\n    ],\n    \"na-ekwenyeghi\": [\n        \"misbelievingly\"\n    ],\n    \"na-ezighị ezi\": [\n        \"misbiasing\",\n        \"misjudging\",\n        \"misjudgingly\",\n        \"misrelies\"\n    ],\n    \"ime ọpụpụ\": [\n        \"misbirth\",\n        \"miscarry\",\n        \"miscarriage\",\n        \"miscarriages\",\n        \"miscarrying\"\n    ],\n    \"misbrandar\": [\n        \"misbranded\"\n    ],\n    \"wulite\": [\n        \"misbuild\",\n        \"overbuild\",\n        \"upsprinkle\"\n    ],\n    \"emehiewo\": [\n        \"miscalculated\",\n        \"miscorrected\",\n        \"miscounseled\",\n        \"mispaged\"\n    ],\n    \"ezila\": [\n        \"miscalls\"\n    ],\n    \"duhie ime mmụọ\": [\n        \"miscanonize\"\n    ],\n    \"ime ọpụpụ nwere ike\": [\n        \"miscarriageable\"\n    ],\n    \"ịghahie\": [\n        \"miscategorizing\",\n        \"misgrew\",\n        \"misrelate\"\n    ],\n    \"chagha\": [\n        \"mischallenge\",\n        \"rechallenging\"\n    ],\n    \"na-eme ihe omume ezighi ezi\": [\n        \"mischaracterize\"\n    ],\n    \"agbara mmiri\": [\n        \"mischarge\"\n    ],\n    \"ezughi ike\": [\n        \"mischarged\"\n    ],\n    \"ihe ọjọ\": [\n        \"mischief\",\n        \"mischiefs\"\n    ],\n    \"nhiehie\": [\n        \"mischievously\"\n    ],\n    \"na-agahie\": [\n        \"mischoosing\",\n        \"misenrolls\",\n        \"mislaboring\"\n    ],\n    \"ghahie ụzọ\": [\n        \"misclaimed\"\n    ],\n    \"misclass\": [\n        \"misclasses\"\n    ],\n    \"mebie nkewa\": [\n        \"misclassify\"\n    ],\n    \"ịmehie ozi\": [\n        \"misclassifying\"\n    ],\n    \"na-enweghị nghọta\": [\n        \"miscognizant\",\n        \"uncomprehending\"\n    ],\n    \"mmezi iwu\": [\n        \"miscollocation\"\n    ],\n    \"ịmehie\": [\n        \"miscoloring\",\n        \"miscounting\"\n    ],\n    \"nkwukọrịta okwu\": [\n        \"miscommunicate\",\n        \"miscommunication\",\n        \"miscommunications\",\n        \"overcommunicative\"\n    ],\n    \"nkọwahie\": [\n        \"miscomplaint\",\n        \"misdefines\",\n        \"misdisposition\",\n        \"misinterpretations\",\n        \"mispoints\"\n    ],\n    \"mme ukwan̄ ekikere\": [\n        \"misconceptions\"\n    ],\n    \"eduhie\": [\n        \"misconducted\",\n        \"misdived\",\n        \"misenrolled\",\n        \"miserected\",\n        \"mislabeled\",\n        \"uneduced\",\n        \"unseduced\"\n    ],\n    \"nhazi ezighi ezi\": [\n        \"misconfiguration\"\n    ],\n    \"igosihie\": [\n        \"misconsecrate\"\n    ],\n    \"nghọhiehie\": [\n        \"misconstructions\",\n        \"misconstrues\"\n    ],\n    \"ịghọtahie ya\": [\n        \"misconstrue\"\n    ],\n    \"aghotahie\": [\n        \"misconstrued\",\n        \"misinstructed\"\n    ],\n    \"ịghọtahie ihe\": [\n        \"misconstruer\"\n    ],\n    \"cogha ụgha\": [\n        \"miscounselling\"\n    ],\n    \"ime ihe ọjọ\": [\n        \"miscreancy\"\n    ],\n    \"ịkọwahie\": [\n        \"miscreate\",\n        \"mislain\",\n        \"misrelated\"\n    ],\n    \"hie ụzọ\": [\n        \"miscut\",\n        \"misstart\",\n        \"misstarts\",\n        \"misstop\"\n    ],\n    \"eziputa\": [\n        \"misdate\"\n    ],\n    \"hiehie\": [\n        \"misdated\"\n    ],\n    \"ihe ezi uche\": [\n        \"misdateful\"\n    ],\n    \"nkwupụta okwu ụgha\": [\n        \"misdeclaration\"\n    ],\n    \"Nchoputa\": [\n        \"misdefine\"\n    ],\n    \"akọwara\": [\n        \"misdefined\"\n    ],\n    \"na-ehihie\": [\n        \"misderiving\"\n    ],\n    \"onye na-edehie akwụkwọ\": [\n        \"misdescriber\"\n    ],\n    \"nkwenye ederede\": [\n        \"misdescription\"\n    ],\n    \"edehie ederede\": [\n        \"misdescriptive\"\n    ],\n    \"na-edozighị\": [\n        \"misdesignate\"\n    ],\n    \"ughahie\": [\n        \"misdiagnoses\",\n        \"misdiagnosis\",\n        \"misidentification\"\n    ],\n    \"ezubere iche\": [\n        \"misdiagrammed\",\n        \"targeted\",\n        \"targetier\",\n        \"targeting\"\n    ],\n    \"ndisa ozi\": [\n        \"misdistribute\"\n    ],\n    \"onye na-eme ihe ojo\": [\n        \"misdoer\"\n    ],\n    \"ihiehie\": [\n        \"misdrew\",\n        \"misfigure\",\n        \"mislocate\",\n        \"misprovoke\"\n    ],\n    \"enwe obi ojoo\": [\n        \"miseased\"\n    ],\n    \"mis ụka\": [\n        \"misecclesiastic\"\n    ],\n    \"mitsits\": [\n        \"misedits\"\n    ],\n    \"miseducation\": [\n        \"miseducates\",\n        \"miseducating\"\n    ],\n    \"mu onwem\": [\n        \"myself\"\n    ],\n    \"ndị na-aga agha\": [\n        \"misenters\"\n    ],\n    \"ịkpọsa okwu\": [\n        \"misenunciation\"\n    ],\n    \"ndị na-efu\": [\n        \"misers\",\n        \"vanishers\"\n    ],\n    \"ndekpe\": [\n        \"misexpectation\"\n    ],\n    \"Kpoo\": [\n        \"misexpend\",\n        \"snew\",\n        \"twirp\"\n    ],\n    \"malfeasance\": [\n        \"misfeasances\"\n    ],\n    \"ezughị ụzọ\": [\n        \"misfielded\"\n    ],\n    \"Nkọwahie\": [\n        \"misfields\"\n    ],\n    \"hiere ụzọ\": [\n        \"misfocused\",\n        \"misguidedly\",\n        \"mislen\",\n        \"mistaken\"\n    ],\n    \"gbanweghi\": [\n        \"misformed\"\n    ],\n    \"misges\": [\n        \"misgesture\"\n    ],\n    \"misovanọ\": [\n        \"misgovernor\"\n    ],\n    \"ihe na-abụghị eziokwu\": [\n        \"misguesses\"\n    ],\n    \"misshapen\": [\n        \"mishappen\"\n    ],\n    \"Mysian\": [\n        \"mysian\"\n    ],\n    \"ghọtahie\": [\n        \"misidentify\",\n        \"misrealize\",\n        \"understricken\"\n    ],\n    \"misimagation\": [\n        \"misimagination\"\n    ],\n    \"ndabue\": [\n        \"misincline\"\n    ],\n    \"na-ekwuhie ihe\": [\n        \"misinfer\",\n        \"mislying\",\n        \"misproposing\",\n        \"misprovoking\",\n        \"misrating\",\n        \"misrepresentative\"\n    ],\n    \"onye na-ezighi ezi\": [\n        \"misinformant\",\n        \"nonangelic\"\n    ],\n    \"ndị na-emehie ihe\": [\n        \"misinformants\",\n        \"wrongers\"\n    ],\n    \"-aghara\": [\n        \"misinformed\"\n    ],\n    \"onye na-amaghị ihe ọmụma\": [\n        \"misinformer\"\n    ],\n    \"akụkọ na-abụghị eziokwu\": [\n        \"misinforms\"\n    ],\n    \"na-eduhie eduhie\": [\n        \"misinstructive\"\n    ],\n    \"na-akọwahie ihe\": [\n        \"misinstructs\"\n    ],\n    \"onye na-ekwuhie ihe\": [\n        \"misinter\",\n        \"misrepresenter\"\n    ],\n    \"ighugho\": [\n        \"misinterpret\"\n    ],\n    \"ntughari asughari\": [\n        \"misinterpretation\"\n    ],\n    \"na-akọwahie okwu\": [\n        \"misinterprets\"\n    ],\n    \"ghahiere\": [\n        \"misinterred\"\n    ],\n    \"ghahie\": [\n        \"misken\",\n        \"mislabelled\",\n        \"mislie\",\n        \"mislit\",\n        \"mispleaded\",\n        \"mispled\",\n        \"misrated\",\n        \"misrender\",\n        \"misruly\",\n        \"misseated\",\n        \"misstyled\",\n        \"misstopped\",\n        \"misthrew\",\n        \"mistold\"\n    ],\n    \"chere echiche\": [\n        \"miskept\",\n        \"thoughten\"\n    ],\n    \"aghughari\": [\n        \"mislearned\",\n        \"misreaded\",\n        \"misreads\"\n    ],\n    \"na-achọghị\": [\n        \"mislikes\",\n        \"nonaccenting\",\n        \"nonbinding\",\n        \"nonconsenting\",\n        \"nonexternally\",\n        \"nonpromiscuously\",\n        \"nonreflecting\",\n        \"undescried\",\n        \"undesisting\",\n        \"undivorced\",\n        \"unfoughten\",\n        \"unmordanted\",\n        \"unneglectfully\",\n        \"wantonly\"\n    ],\n    \"na-edugharị\": [\n        \"mislodging\",\n        \"repadding\"\n    ],\n    \"agaghịkwa achịkwa\": [\n        \"mismanageable\"\n    ],\n    \"ijikwa ozi\": [\n        \"mismanager\"\n    ],\n    \"alụghị di na nwunye\": [\n        \"mismarriages\",\n        \"nonmarital\",\n        \"nonmarriageability\",\n        \"nonmarriageable\",\n        \"nonmarriageableness\",\n        \"nonmarriageabness\",\n        \"nonmartially\",\n        \"unbridegroomlike\",\n        \"unmarriageability\",\n        \"unweddedness\"\n    ],\n    \"iweghari\": [\n        \"mismate\",\n        \"unlame\"\n    ],\n    \"misma\": [\n        \"mismaze\"\n    ],\n    \"misme\": [\n        \"mismeasure\"\n    ],\n    \"missing\": [\n        \"mismingle\"\n    ],\n    \"aha ojoo\": [\n        \"misname\"\n    ],\n    \"ma ọ bụ aha\": [\n        \"misnames\"\n    ],\n    \"agụtala\": [\n        \"misnumbered\"\n    ],\n    \"misitinye\": [\n        \"misnurture\"\n    ],\n    \"onye n'emebi iwu\": [\n        \"misocatholic\"\n    ],\n    \"duhie ọrụ\": [\n        \"misoccupied\"\n    ],\n    \"misogam\": [\n        \"misogamic\"\n    ],\n    \"ndị na-eme misogamist\": [\n        \"misogamists\"\n    ],\n    \"misogynist\": [\n        \"misogynists\"\n    ],\n    \"onye na-agahie\": [\n        \"misopedist\"\n    ],\n    \"mispack\": [\n        \"mispacked\"\n    ],\n    \"ikwuhie ihe\": [\n        \"mispage\"\n    ],\n    \"akwụghị ụgwọ\": [\n        \"mispaid\",\n        \"nonchastity\",\n        \"noncompensation\",\n        \"noncredit\",\n        \"nonendorsement\",\n        \"nonpendency\",\n        \"nonprepayment\",\n        \"nonpunitory\",\n        \"unascendent\",\n        \"unbilled\",\n        \"uncompensated\",\n        \"undisbursed\",\n        \"unexpendable\",\n        \"unexpended\",\n        \"ungilled\",\n        \"unkid\",\n        \"unoverpaid\",\n        \"unpendent\",\n        \"unprobated\",\n        \"unrebated\",\n        \"unreckon\",\n        \"unrepaid\",\n        \"unreprobated\",\n        \"unrevenued\",\n        \"unsalacious\",\n        \"unsalaried\",\n        \"unsteadfast\",\n        \"untreasured\"\n    ],\n    \"echiche ezighi ezi\": [\n        \"misperception\",\n        \"misprejudiced\"\n    ],\n    \"ejizighi ezi\": [\n        \"misperuse\"\n    ],\n    \"atughari uche\": [\n        \"misphrase\"\n    ],\n    \"asụgharị\": [\n        \"misphrasing\",\n        \"mistranslates\",\n        \"mistranslating\",\n        \"replanned\",\n        \"transhipped\",\n        \"untranslatable\",\n        \"untranslatableness\",\n        \"untranslatably\"\n    ],\n    \"ezughị\": [\n        \"mispickel\",\n        \"misplanted\",\n        \"unperished\",\n        \"unrepulsed\"\n    ],\n    \"- itinye ebe\": [\n        \"misplacement\"\n    ],\n    \"na-egosiputa ihe\": [\n        \"misplays\"\n    ],\n    \"kwuhiehie\": [\n        \"mispronounce\"\n    ],\n    \"nkwuputa ugha\": [\n        \"mispronouncement\"\n    ],\n    \"onye na-ekwu okwuhie\": [\n        \"mispronouncer\"\n    ],\n    \"ịkpọhie aha\": [\n        \"mispronouncing\"\n    ],\n    \"ịkpọ okwu\": [\n        \"mispronunciation\",\n        \"pronunciability\",\n        \"pronunciable\",\n        \"pronunciation\",\n        \"pronunciational\",\n        \"pronunciative\",\n        \"pronunciator\",\n        \"pronunciatory\"\n    ],\n    \"mmeghe okwu\": [\n        \"mispronunciations\"\n    ],\n    \"mmehie\": [\n        \"misproportions\",\n        \"sin\",\n        \"sinamay\",\n        \"sinciput\",\n        \"sines\",\n        \"sinfulness\",\n        \"sinhs\",\n        \"sinification\",\n        \"sinism\",\n        \"sinistrality\",\n        \"sinistrocularity\",\n        \"sinlike\",\n        \"sinnen\",\n        \"sinningness\",\n        \"sins\",\n        \"sinsion\",\n        \"sinusal\",\n        \"sporocystid\"\n    ],\n    \"enweghi akaebe\": [\n        \"misprovidence\"\n    ],\n    \"biputere\": [\n        \"mispublished\",\n        \"postscribe\",\n        \"reprinted\"\n    ],\n    \"zụtara zụrụ\": [\n        \"mispurchased\"\n    ],\n    \"aghugharia\": [\n        \"misread\"\n    ],\n    \"onye na-agụ ihe\": [\n        \"misreader\"\n    ],\n    \"agụgharị\": [\n        \"misreading\",\n        \"mistreading\",\n        \"readvertency\",\n        \"readvertized\",\n        \"rereads\"\n    ],\n    \"ihie ugha\": [\n        \"misrecite\"\n    ],\n    \"ghara ịghọtahie\": [\n        \"misrecognize\"\n    ],\n    \"ghahie iwu\": [\n        \"misregulate\"\n    ],\n    \"atugharị\": [\n        \"misrehearsed\"\n    ],\n    \"-aghari\": [\n        \"misrelating\"\n    ],\n    \"okpukpe ụgha\": [\n        \"misreligion\"\n    ],\n    \"-ehiehie\": [\n        \"misrelying\"\n    ],\n    \"chetakwa\": [\n        \"misremember\"\n    ],\n    \"mecheta\": [\n        \"misremembered\"\n    ],\n    \"onye na-akọ akụkọ ụgha\": [\n        \"misreporter\"\n    ],\n    \"akụkọ hiere ụzọ\": [\n        \"misreports\"\n    ],\n    \"atughie\": [\n        \"misreposed\"\n    ],\n    \"a ghaghi ikwuhie ya\": [\n        \"misrepresented\"\n    ],\n    \"na-egosipụtahie\": [\n        \"misrepresents\"\n    ],\n    \"edozighi\": [\n        \"misresolved\",\n        \"nonordained\",\n        \"nonsovereign\",\n        \"nontolerated\",\n        \"unabsolved\",\n        \"unadjusted\",\n        \"unbeguiled\",\n        \"uncaramelised\",\n        \"uncitizen\",\n        \"unclassify\",\n        \"uncorrect\",\n        \"uncorrected\",\n        \"uncorridored\",\n        \"undecorated\",\n        \"unfactored\",\n        \"unflanked\",\n        \"ungarnished\",\n        \"unidolised\",\n        \"unobscurely\",\n        \"unodored\",\n        \"unoxidised\",\n        \"unpaised\",\n        \"unperformed\",\n        \"unpreordained\",\n        \"unreorganised\",\n        \"unsalved\",\n        \"unscavenged\",\n        \"unsolidified\",\n        \"unsolved\",\n        \"unstandardizable\",\n        \"unstandardized\"\n    ],\n    \"nghahie\": [\n        \"misreward\"\n    ],\n    \"na-atụ uche\": [\n        \"miss\",\n        \"missay\",\n        \"missampled\",\n        \"missending\",\n        \"misset\",\n        \"misshipping\",\n        \"missilry\",\n        \"missingly\",\n        \"missish\",\n        \"missit\",\n        \"missus\",\n        \"missuses\"\n    ],\n    \"agaghị efu efu\": [\n        \"missable\",\n        \"missible\"\n    ],\n    \"ekwughi\": [\n        \"missaid\",\n        \"nondiseased\",\n        \"nonlicit\",\n        \"nonpresentable\",\n        \"nonsabbatic\",\n        \"nonskid\",\n        \"nonsolicitous\",\n        \"nonspecified\",\n        \"nonspirited\",\n        \"nonstatutory\",\n        \"nonsubjected\",\n        \"nonsuspended\",\n        \"nonunified\",\n        \"unbespoken\",\n        \"unconfiscatory\",\n        \"unexcised\",\n        \"unfinessed\",\n        \"unmentioned\",\n        \"unquaffed\",\n        \"unsaid\",\n        \"unspecified\",\n        \"unspeed\",\n        \"unspeered\",\n        \"unstaid\",\n        \"unstated\",\n        \"untrepanned\",\n        \"unvalidated\"\n    ],\n    \"na-atụ\": [\n        \"missample\",\n        \"pegging\",\n        \"predonated\",\n        \"predried\"\n    ],\n    \"na-edehie ihe\": [\n        \"misscribing\"\n    ],\n    \"Agbaghara\": [\n        \"missed\",\n        \"missorted\",\n        \"misspaced\",\n        \"misspeed\"\n    ],\n    \"atụfughị\": [\n        \"missent\"\n    ],\n    \"atụfuru ihe\": [\n        \"misserve\"\n    ],\n    \"afiak okpu\": [\n        \"misses\"\n    ],\n    \"agaghị etisịrị\": [\n        \"misshaped\"\n    ],\n    \"ọgharaghị\": [\n        \"misshapes\"\n    ],\n    \"agaghị\": [\n        \"missies\",\n        \"werent\",\n        \"wouldn\",\n        \"wouldnt\"\n    ],\n    \"atula anya\": [\n        \"missificate\"\n    ],\n    \"ngwa ogu ana-atu atu\": [\n        \"missile\",\n        \"missileer\",\n        \"missilery\"\n    ],\n    \"akụ ụta\": [\n        \"missiles\"\n    ],\n    \"missellabication\": [\n        \"missyllabication\"\n    ],\n    \"Enweghi echiche\": [\n        \"missyllabify\"\n    ],\n    \"Emeka Okonkwo\": [\n        \"missyllabified\"\n    ],\n    \"Emeka Okpokoro\": [\n        \"missyllabifying\"\n    ],\n    \"ihe ndahie\": [\n        \"missilries\"\n    ],\n    \"ndị ozi ala ọzọ\": [\n        \"missional\",\n        \"missionary\",\n        \"missionaries\"\n    ],\n    \"ozi ala ọzọ\": [\n        \"missionaryship\",\n        \"missioned\",\n        \"missionization\"\n    ],\n    \"mississauga\": [\n        \"missisauga\"\n    ],\n    \"Mississippi\": [\n        \"mississippi\"\n    ],\n    \"Mississippian\": [\n        \"mississippian\"\n    ],\n    \"ndị na-atụghị anya ya\": [\n        \"mississippians\"\n    ],\n    \"enwetaghị ihe ọ bụla\": [\n        \"missive\"\n    ],\n    \"ghasuru\": [\n        \"missounded\"\n    ],\n    \"Missourian\": [\n        \"missourian\"\n    ],\n    \"ndị Missouri\": [\n        \"missourians\"\n    ],\n    \"Uchechukwu Nwankwo\": [\n        \"misspeech\",\n        \"tennysonian\",\n        \"tenochtitlan\"\n    ],\n    \"edeghi okwu\": [\n        \"misspelled\"\n    ],\n    \"idehie ihe\": [\n        \"misspelling\"\n    ],\n    \"edehie mperi\": [\n        \"misspellings\"\n    ],\n    \"amaghị azịza\": [\n        \"misspells\"\n    ],\n    \"agwo\": [\n        \"misspent\",\n        \"serpentile\",\n        \"snake\",\n        \"snaked\",\n        \"snakey\",\n        \"snakeless\",\n        \"snakeroot\",\n        \"snakeworm\",\n        \"snakewort\"\n    ],\n    \"ndị na-agahie\": [\n        \"missteers\"\n    ],\n    \"Nzọụkwụ\": [\n        \"missteps\",\n        \"trot\"\n    ],\n    \"miszọ\": [\n        \"misstyle\"\n    ],\n    \"Emecha\": [\n        \"missummation\"\n    ],\n    \"a na-akwadoghị ya\": [\n        \"missupposed\",\n        \"nondisciplined\",\n        \"unbombarded\",\n        \"uncontemnedly\"\n    ],\n    \"alụlụ\": [\n        \"mist\"\n    ],\n    \"emeghi emehie\": [\n        \"mistakable\"\n    ],\n    \"ebughi uzo\": [\n        \"mistakably\"\n    ],\n    \"onyenwenụ\": [\n        \"mistaker\"\n    ],\n    \"egwurugwu\": [\n        \"mistbow\",\n        \"moonbow\",\n        \"rainbow\",\n        \"rainbowy\",\n        \"rainbows\",\n        \"sunbow\"\n    ],\n    \"ihie uzo\": [\n        \"mistend\"\n    ],\n    \"mejọrọ\": [\n        \"mistended\",\n        \"offensible\"\n    ],\n    \"sistem\": [\n        \"misterm\"\n    ],\n    \"hingha\": [\n        \"misthinking\",\n        \"misthinks\"\n    ],\n    \"igosighighari\": [\n        \"misthread\"\n    ],\n    \"ijuputa\": [\n        \"misthrive\",\n        \"misthrow\",\n        \"misthrown\",\n        \"mistyish\"\n    ],\n    \"ijuputa n'igirigi\": [\n        \"misty\"\n    ],\n    \"mister\": [\n        \"mistier\"\n    ],\n    \"nke kacha\": [\n        \"mistiest\",\n        \"nastiest\",\n        \"porkiest\",\n        \"privatest\"\n    ],\n    \"na-achọ izu\": [\n        \"mistiming\"\n    ],\n    \"idehie\": [\n        \"mistyping\",\n        \"misworded\",\n        \"miswrite\"\n    ],\n    \"gha agha\": [\n        \"mistle\"\n    ],\n    \"ragha\": [\n        \"mistradition\",\n        \"voracious\",\n        \"voraciousness\"\n    ],\n    \"edebanyere\": [\n        \"mistranscribed\"\n    ],\n    \"na-edegharị aha\": [\n        \"mistranscribing\"\n    ],\n    \"ederede ezighi ezi\": [\n        \"mistranscript\"\n    ],\n    \"ekaufọk\": [\n        \"mistress\"\n    ],\n    \"ndi nwe ya\": [\n        \"mistresses\"\n    ],\n    \"nke nwe\": [\n        \"mistressly\"\n    ],\n    \"alụkwaghịm\": [\n        \"mistrials\"\n    ],\n    \"mistemụ\": [\n        \"mistrysts\"\n    ],\n    \"aghotaghi\": [\n        \"misunderstood\",\n        \"unannotated\",\n        \"ununderstood\"\n    ],\n    \"ojiji\": [\n        \"misusage\",\n        \"shadowily\",\n        \"unusedness\",\n        \"usage\",\n        \"usages\",\n        \"useability\"\n    ],\n    \"ndị na-eduhie\": [\n        \"misusers\"\n    ],\n    \"n'ụzọ na-ezighị ezi\": [\n        \"misusing\",\n        \"unadvantageously\"\n    ],\n    \"Enyochala\": [\n        \"misvalued\"\n    ],\n    \"na-atụlehie\": [\n        \"misvaluing\"\n    ],\n    \"duhie ụzọ\": [\n        \"misworshiped\"\n    ],\n    \"idehie ederede\": [\n        \"miswrit\",\n        \"miswriting\"\n    ],\n    \"edeghi ederede\": [\n        \"miswritten\"\n    ],\n    \"enwe echiche efu\": [\n        \"miszealous\"\n    ],\n    \"mitch\": [\n        \"mitchell\"\n    ],\n    \"àjà\": [\n        \"mites\",\n        \"sacrifices\"\n    ],\n    \"myti\": [\n        \"mythified\"\n    ],\n    \"myti ihe\": [\n        \"mythifying\"\n    ],\n    \"obodo mythland\": [\n        \"mythland\"\n    ],\n    \"ndị akụkọ ọdịnala\": [\n        \"mythologists\"\n    ],\n    \"akuko ochie\": [\n        \"mythologized\"\n    ],\n    \"akuko mythopoetized\": [\n        \"mythopoetized\"\n    ],\n    \"Mittraic\": [\n        \"mithraic\"\n    ],\n    \"edegbula\": [\n        \"mithridatised\"\n    ],\n    \"kasị m\": [\n        \"mitiest\"\n    ],\n    \"mitiging\": [\n        \"mitigating\"\n    ],\n    \"miter\": [\n        \"mitrer\"\n    ],\n    \"mitere\": [\n        \"mitres\"\n    ],\n    \"Mkpa\": [\n        \"mitzvah\",\n        \"throstlelike\"\n    ],\n    \"Mzvas\": [\n        \"mitzvahs\"\n    ],\n    \"Mizen\": [\n        \"mizen\"\n    ],\n    \"Mizenmast\": [\n        \"mizenmast\"\n    ],\n    \"Mkpofu\": [\n        \"mizzentop\"\n    ],\n    \"mizler\": [\n        \"mizzler\"\n    ],\n    \"mk, mk\": [\n        \"mk\"\n    ],\n    \"Igwe\": [\n        \"mks\",\n        \"turfs\"\n    ],\n    \"mkvg\": [\n        \"mktg\"\n    ],\n    \"mchchchha\": [\n        \"mlechchha\"\n    ],\n    \"mmneme\": [\n        \"mneme\"\n    ],\n    \"mmememic\": [\n        \"mnemic\"\n    ],\n    \"n'echebara anya\": [\n        \"mnemonically\"\n    ],\n    \"mmenye aha\": [\n        \"mnemonization\"\n    ],\n    \"Moabite\": [\n        \"moabite\"\n    ],\n    \"tie nkpu\": [\n        \"moaned\"\n    ],\n    \"akwa aruru\": [\n        \"moanification\"\n    ],\n    \"moat\": [\n        \"moatlike\"\n    ],\n    \"ìgwè mmadụ\": [\n        \"mob\",\n        \"mobs\"\n    ],\n    \"mobbar\": [\n        \"mobable\"\n    ],\n    \"mobbs\": [\n        \"mobbed\"\n    ],\n    \"moba\": [\n        \"mobber\"\n    ],\n    \"ndi mob\": [\n        \"mobbers\"\n    ],\n    \"mobay\": [\n        \"mobby\"\n    ],\n    \"mobb\": [\n        \"mobbing\"\n    ],\n    \"mobist\": [\n        \"mobbist\"\n    ],\n    \"mobulu\": [\n        \"mobble\"\n    ],\n    \"onye nchikota oru\": [\n        \"mobilianer\"\n    ],\n    \"mobasị\": [\n        \"mobilities\"\n    ],\n    \"ndị na-eme mkpọkọta\": [\n        \"mobilizers\"\n    ],\n    \"moka\": [\n        \"moca\"\n    ],\n    \"mock\": [\n        \"mockage\",\n        \"mockfully\",\n        \"moeck\"\n    ],\n    \"akwaa emo\": [\n        \"mocked\",\n        \"ridicule\",\n        \"ridiculize\"\n    ],\n    \"onye na-akwa emo\": [\n        \"mocker\",\n        \"scorner\"\n    ],\n    \"ndị na-akwa emo\": [\n        \"mockeries\",\n        \"scorners\"\n    ],\n    \"mbido mocking\": [\n        \"mockingbirds\"\n    ],\n    \"akwa emo\": [\n        \"mocks\"\n    ],\n    \"Mocoan\": [\n        \"mocoan\"\n    ],\n    \"iji nwayọọ\": [\n        \"modally\",\n        \"modishly\",\n        \"suingly\"\n    ],\n    \"nlereanya\": [\n        \"model\"\n    ],\n    \"ịme ngosi uwe\": [\n        \"modeling\",\n        \"modelling\",\n        \"modelmaking\"\n    ],\n    \"Nlereanya\": [\n        \"modeller\",\n        \"patterner\"\n    ],\n    \"ndị nlelị\": [\n        \"modellers\"\n    ],\n    \"modem\": [\n        \"modems\"\n    ],\n    \"onye na-eme nhazi\": [\n        \"moderantist\"\n    ],\n    \"agafeghị oke\": [\n        \"moderate\"\n    ],\n    \"modera\": [\n        \"moderated\"\n    ],\n    \"imeru ihe n'ókè\": [\n        \"moderation\",\n        \"moderationism\",\n        \"moderationist\"\n    ],\n    \"nke oge a\": [\n        \"modern\",\n        \"modernest\"\n    ],\n    \"oge a\": [\n        \"moderner\",\n        \"modernicide\",\n        \"modernish\",\n        \"modernity\",\n        \"modernities\",\n        \"modernness\",\n        \"moderns\",\n        \"uncontemporary\"\n    ],\n    \"ime nke ugbua\": [\n        \"modernise\",\n        \"modernize\"\n    ],\n    \"modernized\": [\n        \"modernised\"\n    ],\n    \"modernizer\": [\n        \"moderniser\"\n    ],\n    \"imeziwanye ihe\": [\n        \"modernising\",\n        \"modernizing\"\n    ],\n    \"ọgbara ọhụrụ\": [\n        \"modernist\",\n        \"modernistic\"\n    ],\n    \"ndị ọgbara ọhụrụ\": [\n        \"modernists\"\n    ],\n    \"n'oge a\": [\n        \"modernly\"\n    ],\n    \"Gbanwee\": [\n        \"modi\",\n        \"overbrained\",\n        \"overpronounced\",\n        \"overshowered\",\n        \"oversweated\",\n        \"preversed\",\n        \"reelevated\",\n        \"reglazed\",\n        \"reified\",\n        \"remixed\",\n        \"resmile\",\n        \"stemform\",\n        \"subwarden\",\n        \"swanherd\",\n        \"transmogrified\",\n        \"tweediest\",\n        \"underlips\"\n    ],\n    \"nnweta mgbanwe\": [\n        \"modifiableness\"\n    ],\n    \"gbanwetụrụ\": [\n        \"modified\"\n    ],\n    \"modoru\": [\n        \"modistry\"\n    ],\n    \"modulu\": [\n        \"modulant\",\n        \"modular\",\n        \"modularly\",\n        \"modulatory\",\n        \"modulo\"\n    ],\n    \"mgbanwe olu\": [\n        \"modulation\"\n    ],\n    \"ndị modula\": [\n        \"modulators\"\n    ],\n    \"modul\": [\n        \"module\",\n        \"modules\"\n    ],\n    \"modulus\": [\n        \"modulidae\"\n    ],\n    \"modularize\": [\n        \"modulize\"\n    ],\n    \"muible\": [\n        \"moeble\"\n    ],\n    \"mololon\": [\n        \"moellon\"\n    ],\n    \"mogo\": [\n        \"mog\"\n    ],\n    \"mogg\": [\n        \"moggies\"\n    ],\n    \"kpa nnukwu ego\": [\n        \"mogging\"\n    ],\n    \"mog\": [\n        \"mogs\",\n        \"morg\"\n    ],\n    \"ndi molek\": [\n        \"moguls\"\n    ],\n    \"onye mohammedist\": [\n        \"mohammedist\"\n    ],\n    \"meeka\": [\n        \"mohammedize\"\n    ],\n    \"mohawk\": [\n        \"mohawks\"\n    ],\n    \"amarachi\": [\n        \"mohnseed\"\n    ],\n    \"onye moider\": [\n        \"moider\"\n    ],\n    \"moyenyen\": [\n        \"moyenant\"\n    ],\n    \"Igwe mmiri\": [\n        \"moiler\",\n        \"spitzer\"\n    ],\n    \"Ndị na-akpali agụụ mmekọahụ\": [\n        \"moilers\"\n    ],\n    \"ịkwa ákwá\": [\n        \"moiling\"\n    ],\n    \"Mkpụrụ\": [\n        \"moils\",\n        \"pows\",\n        \"seedings\"\n    ],\n    \"moire\": [\n        \"moireed\"\n    ],\n    \"mois\": [\n        \"moism\"\n    ],\n    \"ooh\": [\n        \"moist\",\n        \"moisty\",\n        \"moistify\"\n    ],\n    \"mola\": [\n        \"molary\"\n    ],\n    \"molarimita\": [\n        \"molarimeter\"\n    ],\n    \"molar\": [\n        \"molarity\"\n    ],\n    \"molassis\": [\n        \"molasses\"\n    ],\n    \"molasses\": [\n        \"molasseses\"\n    ],\n    \"Melek\": [\n        \"molassied\"\n    ],\n    \"mmoldavian\": [\n        \"moldavian\"\n    ],\n    \"bọọdụ e ji ebu ebu\": [\n        \"moldboards\"\n    ],\n    \"na-akpụzi\": [\n        \"moldering\",\n        \"molifying\",\n        \"moling\",\n        \"molls\",\n        \"molts\",\n        \"shaping\",\n        \"shapingly\"\n    ],\n    \"ndị na-akpụzi\": [\n        \"molders\",\n        \"molters\"\n    ],\n    \"moldi\": [\n        \"moldy\",\n        \"mouldy\"\n    ],\n    \"ahumachi\": [\n        \"mole\",\n        \"moleproof\"\n    ],\n    \"molekul\": [\n        \"molecula\",\n        \"molecular\",\n        \"molecule\",\n        \"molecules\"\n    ],\n    \"molekụla\": [\n        \"molecularity\",\n        \"molecularly\"\n    ],\n    \"Mkpụrụ ndụ\": [\n        \"moleism\"\n    ],\n    \"molendinar\": [\n        \"molendinary\"\n    ],\n    \"molengraaff ite\": [\n        \"molengraaffite\"\n    ],\n    \"Onye ji moler\": [\n        \"moler\"\n    ],\n    \"ntụpọ ojii n'ahụ\": [\n        \"moles\"\n    ],\n    \"molenkin\": [\n        \"moleskin\"\n    ],\n    \"na-emetọ\": [\n        \"molesting\"\n    ],\n    \"na-enye omume\": [\n        \"molestious\"\n    ],\n    \"mmolina\": [\n        \"moline\"\n    ],\n    \"mmili\": [\n        \"molinia\"\n    ],\n    \"nnukwu ala\": [\n        \"molland\"\n    ],\n    \"mool\": [\n        \"molle\"\n    ],\n    \"Mollycoddled\": [\n        \"mollycoddled\"\n    ],\n    \"mollycoddle\": [\n        \"mollycoddles\"\n    ],\n    \"gbanyewo\": [\n        \"mollified\"\n    ],\n    \"ihe nchacha\": [\n        \"mollifier\"\n    ],\n    \"ndị na-akpụgharị\": [\n        \"mollifiers\"\n    ],\n    \"onye na-eme ihe n'echeghị echiche\": [\n        \"molligrant\"\n    ],\n    \"mmollisol\": [\n        \"mollisol\"\n    ],\n    \"na-eme ka ndị mmadụ mara\": [\n        \"mollitious\"\n    ],\n    \"mmmilc\": [\n        \"mollusc\"\n    ],\n    \"ndịkọ\": [\n        \"molluscans\"\n    ],\n    \"iheanyi\": [\n        \"mollusklike\"\n    ],\n    \"molok\": [\n        \"mollusks\"\n    ],\n    \"mmuoka\": [\n        \"molmutian\"\n    ],\n    \"moloch\": [\n        \"molochs\"\n    ],\n    \"wụrụ awụ\": [\n        \"molten\",\n        \"moltenly\",\n        \"moltten\",\n        \"unmolten\"\n    ],\n    \"nọdu\": [\n        \"momental\",\n        \"seated\",\n        \"sitar\",\n        \"sitta\",\n        \"situal\"\n    ],\n    \"na-adịru nwa oge\": [\n        \"momentary\"\n    ],\n    \"na-adị ngwa\": [\n        \"momentousness\"\n    ],\n    \"momza\": [\n        \"momzer\"\n    ],\n    \"monadị\": [\n        \"monadisms\"\n    ],\n    \"onye monandrian\": [\n        \"monandrian\"\n    ],\n    \"ndị mọnk\": [\n        \"monandries\",\n        \"monkhoods\",\n        \"monks\",\n        \"monteiths\",\n        \"montes\"\n    ],\n    \"monand\": [\n        \"monandrous\"\n    ],\n    \"monapasi\": [\n        \"monapsal\"\n    ],\n    \"onyeeze\": [\n        \"monarchal\",\n        \"monarchial\",\n        \"monarchic\",\n        \"monarchical\"\n    ],\n    \"monarị\": [\n        \"monarchess\"\n    ],\n    \"ọchịchị onyeeze\": [\n        \"monarchy\"\n    ],\n    \"monarchianism\": [\n        \"monarchianist\"\n    ],\n    \"ọchịchị ndị eze\": [\n        \"monarchism\"\n    ],\n    \"onye na-akwado ọchịchị\": [\n        \"monarchistic\"\n    ],\n    \"ndi nwe alaeze ukwu\": [\n        \"monarchists\"\n    ],\n    \"edidem\": [\n        \"monarchized\",\n        \"pleaser\"\n    ],\n    \"yiri eze\": [\n        \"monarchlike\"\n    ],\n    \"ndi nwe alaeze\": [\n        \"monarchs\"\n    ],\n    \"nke anụ arụ\": [\n        \"monarticular\"\n    ],\n    \"mọnk\": [\n        \"monastic\",\n        \"monk\"\n    ],\n    \"ndi mọnk\": [\n        \"monastics\"\n    ],\n    \"monatomik\": [\n        \"monatomic\"\n    ],\n    \"montutu\": [\n        \"monbuttu\"\n    ],\n    \"monde\": [\n        \"monday\"\n    ],\n    \"ụbọchị mondee\": [\n        \"mondays\"\n    ],\n    \"onye na-agbanwe ego\": [\n        \"moneychanger\"\n    ],\n    \"ndị na-agbanwe ego\": [\n        \"moneychangers\"\n    ],\n    \"onye ego\": [\n        \"moneyer\",\n        \"moneyman\",\n        \"moneymonger\"\n    ],\n    \"ndị nwe ego\": [\n        \"moneyers\"\n    ],\n    \"ebuchi ego\": [\n        \"moneyflower\"\n    ],\n    \"egogrub\": [\n        \"moneygrub\"\n    ],\n    \"egogrubber\": [\n        \"moneygrubber\"\n    ],\n    \"na-etinye ego\": [\n        \"moneygrubbing\",\n        \"revesting\"\n    ],\n    \"onye na-agbazinye ego\": [\n        \"moneylender\"\n    ],\n    \"ndi ego ego\": [\n        \"moneylenders\"\n    ],\n    \"egomake\": [\n        \"moneymake\"\n    ],\n    \"ndị na-eme ego\": [\n        \"moneymakers\"\n    ],\n    \"ichekwa ego\": [\n        \"moneysaving\",\n        \"thrifty\"\n    ],\n    \"ijeri ego\": [\n        \"moneywort\"\n    ],\n    \"monera\": [\n        \"moneral\",\n        \"moneran\"\n    ],\n    \"monergism\": [\n        \"monergist\"\n    ],\n    \"Udechi\": [\n        \"moneron\"\n    ],\n    \"moneron\": [\n        \"monerons\"\n    ],\n    \"dikwa egwu\": [\n        \"monestrous\"\n    ],\n    \"otu ugboro\": [\n        \"monetarily\",\n        \"once\",\n        \"onetime\",\n        \"quirewise\"\n    ],\n    \"ndị na-achịkwa ego\": [\n        \"monetarists\"\n    ],\n    \"mongorn\": [\n        \"mongcorn\"\n    ],\n    \"mong\": [\n        \"mongered\"\n    ],\n    \"monghara\": [\n        \"mongerer\"\n    ],\n    \"monanya\": [\n        \"mongery\"\n    ],\n    \"mongụọ\": [\n        \"mongering\",\n        \"mongrels\"\n    ],\n    \"mongol\": [\n        \"monghol\",\n        \"mongols\"\n    ],\n    \"mongolian\": [\n        \"mongholian\"\n    ],\n    \"mongulu\": [\n        \"mongler\"\n    ],\n    \"mongo\": [\n        \"mongoe\",\n        \"mongoes\"\n    ],\n    \"ndị mongolia\": [\n        \"mongolians\"\n    ],\n    \"mongrel\": [\n        \"mongrelity\"\n    ],\n    \"mongụrụ ihe\": [\n        \"mongrelizing\"\n    ],\n    \"ndị ego\": [\n        \"monikers\"\n    ],\n    \"na-enye ego\": [\n        \"monishing\"\n    ],\n    \"monita\": [\n        \"monitary\"\n    ],\n    \"Monitors\": [\n        \"monitions\"\n    ],\n    \"nlekota oru\": [\n        \"monitoring\"\n    ],\n    \"monkret\": [\n        \"monkcraft\"\n    ],\n    \"monkey\": [\n        \"monkeying\"\n    ],\n    \"yiri ka enwe\": [\n        \"monkeylike\"\n    ],\n    \"monkrị\": [\n        \"monkery\"\n    ],\n    \"monkan\": [\n        \"monkess\"\n    ],\n    \"monkude\": [\n        \"monkhood\"\n    ],\n    \"monkish\": [\n        \"monkishness\"\n    ],\n    \"monkita\": [\n        \"monkism\"\n    ],\n    \"onye mọnk\": [\n        \"monklike\"\n    ],\n    \"monkyere\": [\n        \"monkliness\"\n    ],\n    \"monkshood\": [\n        \"monkshoods\"\n    ],\n    \"ihe anwu\": [\n        \"monmouth\"\n    ],\n    \"monocardi\": [\n        \"monocardian\"\n    ],\n    \"Naanị\": [\n        \"monochronic\",\n        \"monoecious\",\n        \"monogenically\",\n        \"monologize\",\n        \"monologized\",\n        \"monologizing\",\n        \"monopterous\"\n    ],\n    \"naanị ihe\": [\n        \"monochronous\",\n        \"monophysitical\"\n    ],\n    \"Ndi ochichi\": [\n        \"monocrats\"\n    ],\n    \"ọ bụ naanị\": [\n        \"monodically\"\n    ],\n    \"monodị\": [\n        \"monodists\"\n    ],\n    \"ijikọ ihe niile\": [\n        \"monodize\"\n    ],\n    \"otu nwoke\": [\n        \"monogamy\"\n    ],\n    \"otu nwanyị\": [\n        \"monogamies\",\n        \"monogony\"\n    ],\n    \"otu di\": [\n        \"monogamistic\",\n        \"monogamous\",\n        \"monogeneous\",\n        \"monogynious\"\n    ],\n    \"monogram\": [\n        \"monogramed\",\n        \"monograms\"\n    ],\n    \"ịmekọrịta ihe\": [\n        \"monograming\",\n        \"monogramming\",\n        \"monographing\"\n    ],\n    \"otu onye\": [\n        \"monographist\",\n        \"monolatrist\",\n        \"partymonger\"\n    ],\n    \"asụ asụsụ naanị\": [\n        \"monolingual\"\n    ],\n    \"otu ụlọ\": [\n        \"monologian\"\n    ],\n    \"ndị na-achịkwa naanị otu\": [\n        \"monologuists\"\n    ],\n    \"monome\": [\n        \"monomerous\"\n    ],\n    \"monom\": [\n        \"monomers\"\n    ],\n    \"monometa\": [\n        \"monometer\"\n    ],\n    \"monomia\": [\n        \"monomials\"\n    ],\n    \"monomic\": [\n        \"monomict\"\n    ],\n    \"mononi\": [\n        \"mononymy\"\n    ],\n    \"mononym\": [\n        \"mononymic\"\n    ],\n    \"monomial\": [\n        \"mononomial\"\n    ],\n    \"mononucleosis\": [\n        \"mononucleoses\"\n    ],\n    \"monopulu\": [\n        \"monoplace\"\n    ],\n    \"otu ọkachamara\": [\n        \"monopolylogist\"\n    ],\n    \"monopolize\": [\n        \"monopolise\"\n    ],\n    \"monopolized\": [\n        \"monopolised\"\n    ],\n    \"monopolizing\": [\n        \"monopolising\"\n    ],\n    \"monopolist\": [\n        \"monopolists\"\n    ],\n    \"ọ dịghị ihe ọzọ\": [\n        \"monopsonistic\"\n    ],\n    \"Monopteron\": [\n        \"monopteron\"\n    ],\n    \"zuo ezuo\": [\n        \"monoptic\",\n        \"raptly\",\n        \"sension\",\n        \"sly\",\n        \"stealthier\"\n    ],\n    \"anumanu\": [\n        \"monopttera\",\n        \"pancratic\",\n        \"pancratism\"\n    ],\n    \"monocelic\": [\n        \"monostelic\"\n    ],\n    \"monocrophic\": [\n        \"monostrophic\"\n    ],\n    \"monocalic\": [\n        \"monothecal\"\n    ],\n    \"ọmarịcha otu\": [\n        \"monotheist\"\n    ],\n    \"Udiri mmụọ\": [\n        \"monothelious\"\n    ],\n    \"Akpado\": [\n        \"monothetic\"\n    ],\n    \"ihe agbụ\": [\n        \"monotints\"\n    ],\n    \"monotu\": [\n        \"monotypes\"\n    ],\n    \"monotoniki\": [\n        \"monotonically\"\n    ],\n    \"monotonous\": [\n        \"monotonousness\"\n    ],\n    \"monotrich\": [\n        \"monotrichic\"\n    ],\n    \"monozoik\": [\n        \"monozoic\"\n    ],\n    \"monsieurs hip\": [\n        \"monsieurship\"\n    ],\n    \"monsignoror\": [\n        \"monsignor\",\n        \"monsignore\",\n        \"monsignori\"\n    ],\n    \"ndi ugwo\": [\n        \"monsignors\"\n    ],\n    \"ogologo anụ mmiri\": [\n        \"monster\"\n    ],\n    \"ogologo anụ\": [\n        \"monsterhood\"\n    ],\n    \"monstara\": [\n        \"monstrator\"\n    ],\n    \"montriferous\": [\n        \"monstriferous\"\n    ],\n    \"monta\": [\n        \"montage\"\n    ],\n    \"nwa montant\": [\n        \"montant\"\n    ],\n    \"kwa ọnwa\": [\n        \"monthly\"\n    ],\n    \"ọnwa ọ bụla\": [\n        \"monthlies\"\n    ],\n    \"monton\": [\n        \"monthon\"\n    ],\n    \"Monticoline\": [\n        \"monticoline\"\n    ],\n    \"montic\": [\n        \"monticulate\"\n    ],\n    \"montiiki\": [\n        \"monticulous\"\n    ],\n    \"Okechukwu Okonkwo\": [\n        \"montjoy\"\n    ],\n    \"cheta\": [\n        \"monumentalize\",\n        \"rantize\",\n        \"recall\",\n        \"recce\",\n        \"recollapse\",\n        \"recollective\",\n        \"recond\",\n        \"remember\",\n        \"rememorate\",\n        \"rememorize\",\n        \"reminisce\"\n    ],\n    \"echetara\": [\n        \"monumentalized\",\n        \"monumented\",\n        \"recollected\",\n        \"recollectedly\",\n        \"reindulged\",\n        \"rememorized\",\n        \"remindful\"\n    ],\n    \"monuron\": [\n        \"monurons\"\n    ],\n    \"obi mmụọ\": [\n        \"moodiness\"\n    ],\n    \"ọnọdụ uche\": [\n        \"moods\",\n        \"temperability\"\n    ],\n    \"ọnwa moonack\": [\n        \"moonack\"\n    ],\n    \"ọnwa moon\": [\n        \"moonbeam\"\n    ],\n    \"ọnwa na-acha ọnwa\": [\n        \"moonbeams\"\n    ],\n    \"ọnwa ọnwa\": [\n        \"moonbill\",\n        \"moonite\",\n        \"moonrat\"\n    ],\n    \"ọnwa mgbapụ\": [\n        \"moonblind\"\n    ],\n    \"ọnwa anakpọ\": [\n        \"mooncalf\"\n    ],\n    \"ọnwa na-adị\": [\n        \"mooncalves\"\n    ],\n    \"onye onwa\": [\n        \"mooncreeper\",\n        \"moonman\"\n    ],\n    \"ọnwa moong\": [\n        \"moondog\"\n    ],\n    \"tụa ẹphe\": [\n        \"mooned\"\n    ],\n    \"ọnwa ọzọ\": [\n        \"mooner\"\n    ],\n    \"ọnwa na-acha\": [\n        \"moonery\",\n        \"moonworts\"\n    ],\n    \"ọnwaface\": [\n        \"moonface\"\n    ],\n    \"isi ọnwa\": [\n        \"moonhead\"\n    ],\n    \"moons\": [\n        \"moony\"\n    ],\n    \"ọnwa ga\": [\n        \"moonish\",\n        \"moonsail\",\n        \"moonsails\"\n    ],\n    \"ọnwa na-anọ\": [\n        \"moonishly\"\n    ],\n    \"ọnwa anwụ\": [\n        \"moonjah\"\n    ],\n    \"ọnwa na-enweghị\": [\n        \"moonless\"\n    ],\n    \"enweghị ọnwa\": [\n        \"moonlessness\"\n    ],\n    \"ìhè ọnwa\": [\n        \"moonlight\"\n    ],\n    \"ọnwa gbara ọkụ\": [\n        \"moonlighted\"\n    ],\n    \"ọnwa na-acha ọkụ\": [\n        \"moonlighter\"\n    ],\n    \"ndị na-egbuke egbuke\": [\n        \"moonlighters\"\n    ],\n    \"ọnwa gbara ọnwa\": [\n        \"moonlighty\",\n        \"moonlit\",\n        \"moonlitten\"\n    ],\n    \"ọkụ ọnwa\": [\n        \"moonlighting\",\n        \"moonlights\"\n    ],\n    \"dị ka ọnwa\": [\n        \"moonlike\"\n    ],\n    \"ọdịdị ọnwa\": [\n        \"moonlikeness\"\n    ],\n    \"na-agba ọnwa\": [\n        \"moonling\"\n    ],\n    \"ndị ọnwa\": [\n        \"moonmen\"\n    ],\n    \"ụzọ ọnwa\": [\n        \"moonpath\"\n    ],\n    \"ọnwa na-egbochi\": [\n        \"moonproof\"\n    ],\n    \"ọnwa mgbochi\": [\n        \"moonquake\"\n    ],\n    \"onye nlegha anya\": [\n        \"moonraker\"\n    ],\n    \"na-elekọta ọnwa\": [\n        \"moonraking\"\n    ],\n    \"ọnwa na-awa\": [\n        \"moonrise\",\n        \"moonrises\"\n    ],\n    \"n'ụbọchị ememme ọnwa\": [\n        \"moons\"\n    ],\n    \"nchegharị\": [\n        \"moonscape\",\n        \"penance\",\n        \"penanced\",\n        \"penancer\",\n        \"penitence\",\n        \"penitency\",\n        \"remorse\",\n        \"repentance\"\n    ],\n    \"ọnwa ole na ole\": [\n        \"moonset\",\n        \"moonsets\",\n        \"moonshot\",\n        \"moonshots\",\n        \"moonsickness\"\n    ],\n    \"ememme ọnwa\": [\n        \"moonshade\",\n        \"moonshiny\"\n    ],\n    \"agwula\": [\n        \"moonshined\"\n    ],\n    \"na -echegharị\": [\n        \"moonshining\"\n    ],\n    \"ọnwa iberibe\": [\n        \"moonsick\"\n    ],\n    \"onwa osu\": [\n        \"moonway\"\n    ],\n    \"onyenwanyi\": [\n        \"moonwalker\"\n    ],\n    \"ije ije ọnwa\": [\n        \"moonwalking\"\n    ],\n    \"moo\": [\n        \"moor\"\n    ],\n    \"moori\": [\n        \"moory\"\n    ],\n    \"Akpan\": [\n        \"moorish\",\n        \"moorishly\",\n        \"queasily\"\n    ],\n    \"moo azụ\": [\n        \"moorishness\"\n    ],\n    \"Moorland\": [\n        \"moorland\"\n    ],\n    \"oge ruru\": [\n        \"moorn\"\n    ],\n    \"moo moo\": [\n        \"moorship\"\n    ],\n    \"moorwort\": [\n        \"moorworts\"\n    ],\n    \"Ndị akpa\": [\n        \"mooters\"\n    ],\n    \"mootu\": [\n        \"mooth\"\n    ],\n    \"moot\": [\n        \"mootness\"\n    ],\n    \"Onwudiegwu\": [\n        \"mootsuddy\",\n        \"mossyback\"\n    ],\n    \"mopeji\": [\n        \"mopboard\"\n    ],\n    \"bọọdụ motrị\": [\n        \"mopboards\"\n    ],\n    \"onye mopeder\": [\n        \"mopeder\"\n    ],\n    \"ndị moped\": [\n        \"mopeders\"\n    ],\n    \"moperi\": [\n        \"mopery\"\n    ],\n    \"mopingị\": [\n        \"mopingly\"\n    ],\n    \"mopish\": [\n        \"mopishness\"\n    ],\n    \"mops\": [\n        \"mopsy\"\n    ],\n    \"mopus\": [\n        \"mopuses\"\n    ],\n    \"moraine\": [\n        \"moraines\"\n    ],\n    \"moolu\": [\n        \"morale\"\n    ],\n    \"onye na-ede iwu\": [\n        \"moraler\"\n    ],\n    \"akparamagwa\": [\n        \"moralioralist\",\n        \"uncharactered\",\n        \"uncharacteristic\",\n        \"uncharacterized\"\n    ],\n    \"nwere ụkpụrụ\": [\n        \"moralised\",\n        \"moralized\"\n    ],\n    \"na-eme omume ọma\": [\n        \"moralising\",\n        \"moralizer\",\n        \"moralizes\",\n        \"moralizing\"\n    ],\n    \"onye omume\": [\n        \"moralist\"\n    ],\n    \"ndị na-eme omume ọma\": [\n        \"moralists\"\n    ],\n    \"na-akpa ezi àgwà\": [\n        \"moralize\"\n    ],\n    \"n'ụzọ omume\": [\n        \"moralizingly\"\n    ],\n    \"onye na-eme omume ọma\": [\n        \"moraller\"\n    ],\n    \"enweghị omume\": [\n        \"moralless\",\n        \"nonenviousness\",\n        \"unbehaving\",\n        \"virtuelessness\"\n    ],\n    \"morass\": [\n        \"morasses\",\n        \"morassy\",\n        \"morassic\"\n    ],\n    \"Moravian\": [\n        \"moravian\"\n    ],\n    \"Ubọchi\": [\n        \"morbus\"\n    ],\n    \"mooza\": [\n        \"morceau\"\n    ],\n    \"nweghi onu\": [\n        \"morcellement\"\n    ],\n    \"Na-ejikwa\": [\n        \"mordanting\"\n    ],\n    \"Mordord\": [\n        \"mordantly\"\n    ],\n    \"Mọdekaị\": [\n        \"mordecai\"\n    ],\n    \"Mordellid\": [\n        \"mordellid\"\n    ],\n    \"mmorva\": [\n        \"mordva\"\n    ],\n    \"Mordvinian\": [\n        \"mordvinian\"\n    ],\n    \"morel\": [\n        \"morelle\"\n    ],\n    \"morenita\": [\n        \"morencite\"\n    ],\n    \"moglay\": [\n        \"morglay\"\n    ],\n    \"amalarị\": [\n        \"morgues\"\n    ],\n    \"Moric\": [\n        \"moric\"\n    ],\n    \"mooingad\": [\n        \"moringad\"\n    ],\n    \"iobọchị\": [\n        \"moriori\"\n    ],\n    \"Morisian\": [\n        \"morisonian\"\n    ],\n    \"Mormyr\": [\n        \"mormyr\"\n    ],\n    \"Mormyrian\": [\n        \"mormyrian\"\n    ],\n    \"Mormyrid\": [\n        \"mormyrid\"\n    ],\n    \"Mormon\": [\n        \"mormon\",\n        \"mormoness\",\n        \"mormonism\"\n    ],\n    \"Mormonist\": [\n        \"mormonist\"\n    ],\n    \"mormọn\": [\n        \"mormons\"\n    ],\n    \"Mormonweed\": [\n        \"mormonweed\"\n    ],\n    \"enweghi ututu\": [\n        \"morningless\"\n    ],\n    \"kwa ututu\": [\n        \"morningly\"\n    ],\n    \"n'ụtụtụ\": [\n        \"morningward\",\n        \"mornward\"\n    ],\n    \"dị ka ụtụtụ\": [\n        \"mornlike\"\n    ],\n    \"moro\": [\n        \"moroc\",\n        \"morones\"\n    ],\n    \"Nke Morocco\": [\n        \"moroccos\"\n    ],\n    \"ihe omumu banyere morologist\": [\n        \"morologist\"\n    ],\n    \"ofeke\": [\n        \"moronry\",\n        \"overfruitful\"\n    ],\n    \"Morosaurian\": [\n        \"morosaurian\"\n    ],\n    \"Naịla\": [\n        \"morosely\"\n    ],\n    \"moros\": [\n        \"moroseness\"\n    ],\n    \"morosị\": [\n        \"morosity\"\n    ],\n    \"morphctin\": [\n        \"morphactin\"\n    ],\n    \"oge anwụ\": [\n        \"morphemic\"\n    ],\n    \"nwa-nwoke\": [\n        \"morphew\"\n    ],\n    \"ima nma\": [\n        \"morphic\"\n    ],\n    \"mofhin\": [\n        \"morphin\"\n    ],\n    \"morphine\": [\n        \"morphinate\",\n        \"morphines\",\n        \"morphinic\"\n    ],\n    \"morphonhoneme\": [\n        \"morphophoneme\"\n    ],\n    \"morphonhonemic\": [\n        \"morphophonemic\"\n    ],\n    \"morphonhonemics\": [\n        \"morphophonemics\"\n    ],\n    \"Echi\": [\n        \"morrice\"\n    ],\n    \"morrisons\": [\n        \"morrions\"\n    ],\n    \"Morris\": [\n        \"morris\",\n        \"morros\"\n    ],\n    \"Morrisean\": [\n        \"morrisean\"\n    ],\n    \"nke morris\": [\n        \"morrises\"\n    ],\n    \"Morro\": [\n        \"morro\"\n    ],\n    \"morse\": [\n        \"morseled\"\n    ],\n    \"rsụọ mmiri\": [\n        \"morseling\"\n    ],\n    \"chikwaa\": [\n        \"morselize\",\n        \"sigher\"\n    ],\n    \"anwuola\": [\n        \"mortalized\"\n    ],\n    \"anwụ maara ihe\": [\n        \"mortalwise\"\n    ],\n    \"ulo anwu\": [\n        \"mortancestry\"\n    ],\n    \"ebe ana-edebe ozu\": [\n        \"mortary\",\n        \"mortuary\"\n    ],\n    \"ngwa agha dị ka\": [\n        \"mortarlike\"\n    ],\n    \"ndị na-agbaziri ego\": [\n        \"mortgagors\"\n    ],\n    \"mbukpo_orisa\": [\n        \"morthwyrtha\"\n    ],\n    \"nwa ogwu\": [\n        \"mortician\"\n    ],\n    \"ndi nwuru anwu\": [\n        \"morticians\"\n    ],\n    \"utịtọ\": [\n        \"mortiferousness\"\n    ],\n    \"ihe eji eme aru\": [\n        \"mortifications\"\n    ],\n    \"ga-anwu\": [\n        \"mortise\"\n    ],\n    \"ndị na-eme mkpọ\": [\n        \"mortisers\"\n    ],\n    \"onye anwuru\": [\n        \"mortuarian\",\n        \"mosstrooper\"\n    ],\n    \"Mọs\": [\n        \"morus\"\n    ],\n    \"Mozis\": [\n        \"mosaic\",\n        \"mosaical\",\n        \"mosaically\",\n        \"mosaicism\",\n        \"mosaicity\",\n        \"mosaism\"\n    ],\n    \"mosaised\": [\n        \"mosaicked\"\n    ],\n    \"onyenzechukwu\": [\n        \"mosaist\"\n    ],\n    \"anwu arandu\": [\n        \"mosandrite\"\n    ],\n    \"moschino\": [\n        \"moschine\"\n    ],\n    \"moose\": [\n        \"mose\"\n    ],\n    \"Moses\": [\n        \"moseyed\"\n    ],\n    \"mosese\": [\n        \"moseying\"\n    ],\n    \"mosey si\": [\n        \"moseys\"\n    ],\n    \"Mosis\": [\n        \"moses\",\n        \"mosesite\",\n        \"mossed\",\n        \"mosser\",\n        \"mossers\",\n        \"mosses\",\n        \"mossful\",\n        \"mossy\",\n        \"mossie\",\n        \"mossiness\",\n        \"mossing\"\n    ],\n    \"Moshav\": [\n        \"moshav\"\n    ],\n    \"ụlọ alakụba\": [\n        \"mosks\",\n        \"moslems\",\n        \"mosque\",\n        \"mosquelet\"\n    ],\n    \"mosulmin\": [\n        \"moslemin\"\n    ],\n    \"tụọ anya\": [\n        \"moslemize\"\n    ],\n    \"akpaetu\": [\n        \"moss\",\n        \"mossery\",\n        \"mosshead\",\n        \"mosshorn\"\n    ],\n    \"akpazie\": [\n        \"mossbacks\"\n    ],\n    \"moss\": [\n        \"mosslike\"\n    ],\n    \"akachachioli\": [\n        \"mostaccioli\"\n    ],\n    \"Kasị\": [\n        \"mosts\"\n    ],\n    \"Mot\": [\n        \"mot\"\n    ],\n    \"acgbọala\": [\n        \"motacillinae\"\n    ],\n    \"motozilite\": [\n        \"motazilite\"\n    ],\n    \"moti\": [\n        \"mote\",\n        \"motty\"\n    ],\n    \"Motel\": [\n        \"motel\"\n    ],\n    \"nla\": [\n        \"moth\",\n        \"mothlike\",\n        \"mothproof\",\n        \"moths\"\n    ],\n    \"-egwu\": [\n        \"mothballing\",\n        \"reckoning\",\n        \"rhombovate\"\n    ],\n    \"nneano\": [\n        \"motherboard\"\n    ],\n    \"ndị ngagharị\": [\n        \"motherers\"\n    ],\n    \"onye isi nne\": [\n        \"motherfucker\"\n    ],\n    \"nnabata nne\": [\n        \"mothergate\"\n    ],\n    \"ulo nne\": [\n        \"motherhouse\"\n    ],\n    \"nnenne nne\": [\n        \"motherless\"\n    ],\n    \"enweghị nne\": [\n        \"motherlessness\",\n        \"nonparent\",\n        \"nonpaternal\",\n        \"pristine\",\n        \"rungless\"\n    ],\n    \"dị ka nne\": [\n        \"motherlike\"\n    ],\n    \"ịbụ nne\": [\n        \"mothership\"\n    ],\n    \"nnewise\": [\n        \"motherwise\"\n    ],\n    \"nnewort\": [\n        \"motherwort\"\n    ],\n    \"ichebe nla\": [\n        \"mothproofing\"\n    ],\n    \"Motiil\": [\n        \"motiles\"\n    ],\n    \"edere duu\": [\n        \"motioners\",\n        \"motionless\"\n    ],\n    \"na-enweghị nkwanye\": [\n        \"motionlessly\"\n    ],\n    \"nkwali\": [\n        \"motivation\",\n        \"motivational\",\n        \"motivative\",\n        \"motivator\",\n        \"motivities\",\n        \"motivo\",\n        \"overnumerous\",\n        \"propulsation\"\n    ],\n    \"enweghị ebumnobi\": [\n        \"motivelessness\"\n    ],\n    \"Motley\": [\n        \"motley\"\n    ],\n    \"Motọl\": [\n        \"motleyer\"\n    ],\n    \"onyenekwe\": [\n        \"motleyest\"\n    ],\n    \"Motleys\": [\n        \"motleys\"\n    ],\n    \"motọl\": [\n        \"motlier\"\n    ],\n    \"motm\": [\n        \"motmot\",\n        \"motmots\"\n    ],\n    \"moto\": [\n        \"motocar\",\n        \"motor\",\n        \"motorbus\",\n        \"motorcades\",\n        \"motorcar\",\n        \"motorcars\",\n        \"motors\"\n    ],\n    \"ọgba tum tum\": [\n        \"motocycle\",\n        \"motorbicycle\",\n        \"motorbike\",\n        \"motorbikes\",\n        \"motorbuses\",\n        \"motorcycle\",\n        \"motorcycled\",\n        \"motorcycler\",\n        \"motorcycles\",\n        \"motorcycling\",\n        \"motorings\"\n    ],\n    \"Moton\": [\n        \"moton\"\n    ],\n    \"ọkwọ ụgbọ mmiri\": [\n        \"motorboatman\"\n    ],\n    \"igwe ugboala\": [\n        \"motorcade\"\n    ],\n    \"onye na-anya ugboala\": [\n        \"motorcyclist\"\n    ],\n    \"ndị ọgba tum tum\": [\n        \"motorcyclists\"\n    ],\n    \"motocoach\": [\n        \"motorcoach\"\n    ],\n    \"Mototu\": [\n        \"motored\",\n        \"motory\",\n        \"motorial\",\n        \"motoric\"\n    ],\n    \"ugboala\": [\n        \"motorisation\"\n    ],\n    \"onye okomoko\": [\n        \"motorman\",\n        \"motormen\"\n    ],\n    \"onye na-anya igwe\": [\n        \"motorneer\"\n    ],\n    \"motọpobe\": [\n        \"motorphobe\"\n    ],\n    \"motofobiac\": [\n        \"motorphobiac\"\n    ],\n    \"Motorship\": [\n        \"motorship\"\n    ],\n    \"motọ\": [\n        \"mottle\",\n        \"talmouse\"\n    ],\n    \"mott\": [\n        \"mottled\"\n    ],\n    \"mottle\": [\n        \"mottlers\"\n    ],\n    \"Ihe na-eme\": [\n        \"mottling\"\n    ],\n    \"motto\": [\n        \"mottoed\"\n    ],\n    \"enweghị motto\": [\n        \"mottoless\"\n    ],\n    \"mouadhin\": [\n        \"mouedhin\"\n    ],\n    \"mouflon\": [\n        \"moufflon\"\n    ],\n    \"mouflons\": [\n        \"moufflons\"\n    ],\n    \"mould\": [\n        \"moulder\",\n        \"moulders\"\n    ],\n    \"ebuda\": [\n        \"mouldered\"\n    ],\n    \"moulding\": [\n        \"mouldering\"\n    ],\n    \"kparịa\": [\n        \"moulted\"\n    ],\n    \"moult\": [\n        \"moulting\"\n    ],\n    \"mouls\": [\n        \"moults\"\n    ],\n    \"mkpumkpu\": [\n        \"mound\",\n        \"narcous\",\n        \"shorter\",\n        \"sleet\",\n        \"smaltine\",\n        \"uneven\",\n        \"unevener\",\n        \"unevenly\"\n    ],\n    \"moundund\": [\n        \"moundiness\"\n    ],\n    \"n'ugwu\": [\n        \"mountainously\"\n    ],\n    \"mountebanks\": [\n        \"mountebankism\"\n    ],\n    \"mountebank\": [\n        \"mountebankly\"\n    ],\n    \"n'ịnyịnya\": [\n        \"mounted\"\n    ],\n    \"ndị na-arị elu\": [\n        \"mounters\"\n    ],\n    \"arịọnụ\": [\n        \"mounting\",\n        \"mountings\",\n        \"pleadingness\"\n    ],\n    \"morne\": [\n        \"mourne\"\n    ],\n    \"onye uju\": [\n        \"mourneress\"\n    ],\n    \"n'obi iru uju\": [\n        \"mournfully\"\n    ],\n    \"òké\": [\n        \"mousebane\",\n        \"mousebird\",\n        \"mousefishes\",\n        \"mousehound\",\n        \"mouseion\",\n        \"mousekin\",\n        \"mouselet\",\n        \"mousepox\",\n        \"mouseproof\",\n        \"rodent\",\n        \"rodents\"\n    ],\n    \"mouss\": [\n        \"mousees\",\n        \"mouses\"\n    ],\n    \"okezie\": [\n        \"mousehawk\"\n    ],\n    \"Mouris\": [\n        \"mousey\"\n    ],\n    \"onye a na-amị\": [\n        \"mouser\"\n    ],\n    \"ndi nwere mous\": [\n        \"mousers\"\n    ],\n    \"moushis\": [\n        \"mouseship\"\n    ],\n    \"linki\": [\n        \"mouseweb\"\n    ],\n    \"mousi\": [\n        \"mousiest\"\n    ],\n    \"mous\": [\n        \"mousings\"\n    ],\n    \"mousling\": [\n        \"mouslingly\"\n    ],\n    \"igwe nrụaka\": [\n        \"mousse\"\n    ],\n    \"Mousus\": [\n        \"mousses\"\n    ],\n    \"onye mousterian\": [\n        \"mousterian\"\n    ],\n    \"muruka\": [\n        \"moustoc\"\n    ],\n    \"ọnụ mmiri\": [\n        \"mouther\"\n    ],\n    \"ndi mout\": [\n        \"mouthers\",\n        \"moutlers\"\n    ],\n    \"mout\": [\n        \"mouthes\"\n    ],\n    \"n'ọnụ\": [\n        \"mouthy\",\n        \"mouthily\",\n        \"mouthingly\",\n        \"mouthwise\",\n        \"nominal\",\n        \"nominality\",\n        \"nominally\"\n    ],\n    \"Mouthier\": [\n        \"mouthier\"\n    ],\n    \"dị ka ọnụ\": [\n        \"mouthlike\"\n    ],\n    \"asachapụ ọnụ\": [\n        \"mouthwash\"\n    ],\n    \"asachapụ\": [\n        \"mouthwashes\"\n    ],\n    \"na-eme igụ ọsọ mmiri\": [\n        \"mouthwatering\"\n    ],\n    \"Onyekwusa\": [\n        \"moutler\"\n    ],\n    \"movable\": [\n        \"movables\"\n    ],\n    \"nkwaghari\": [\n        \"moveability\",\n        \"moveableness\",\n        \"paganize\",\n        \"vagabondage\"\n    ],\n    \"kpoo ihe nkiri\": [\n        \"movieize\"\n    ],\n    \"igwe mower\": [\n        \"mower\"\n    ],\n    \"igwe-nkpuru\": [\n        \"mowers\"\n    ],\n    \"Moxas\": [\n        \"moxas\"\n    ],\n    \"Moxie\": [\n        \"moxie\"\n    ],\n    \"Mozambican\": [\n        \"mozambican\"\n    ],\n    \"Mozambique\": [\n        \"mozambique\"\n    ],\n    \"Mozarab\": [\n        \"mozarab\"\n    ],\n    \"Mozarabian\": [\n        \"mozarabian\"\n    ],\n    \"Mozart\": [\n        \"mozart\"\n    ],\n    \"Mzartean\": [\n        \"mozartean\"\n    ],\n    \"Mzzeze\": [\n        \"mozemize\"\n    ],\n    \"Mozetta\": [\n        \"mozettas\"\n    ],\n    \"Mzos\": [\n        \"mozos\"\n    ],\n    \"mozzetta\": [\n        \"mozzettas\"\n    ],\n    \"Mph\": [\n        \"mph\"\n    ],\n    \"mpị\": [\n        \"mpret\"\n    ],\n    \"Maz\": [\n        \"mrs\"\n    ],\n    \"Mmekọrịta ms\": [\n        \"msalliance\"\n    ],\n    \"Msource\": [\n        \"msource\"\n    ],\n    \"ms\": [\n        \"mss\"\n    ],\n    \"muifate\": [\n        \"mucate\"\n    ],\n    \"muins\": [\n        \"mucins\"\n    ],\n    \"muket\": [\n        \"mucket\"\n    ],\n    \"nkechi anyaukwu\": [\n        \"muckle\"\n    ],\n    \"muck\": [\n        \"muckles\",\n        \"muckment\"\n    ],\n    \"muckraker\": [\n        \"muckrake\",\n        \"muckraked\",\n        \"muckrakes\"\n    ],\n    \"muckkara\": [\n        \"muckrakers\"\n    ],\n    \"ọgbụgba ume\": [\n        \"muckraking\"\n    ],\n    \"muodorin\": [\n        \"mucorine\"\n    ],\n    \"mucous\": [\n        \"mucose\"\n    ],\n    \"muculen\": [\n        \"muculent\"\n    ],\n    \"mudk\": [\n        \"mudcat\"\n    ],\n    \"mudt\": [\n        \"mudd\"\n    ],\n    \"mudọ\": [\n        \"mudde\"\n    ],\n    \"mud mud\": [\n        \"mudded\"\n    ],\n    \"muddyhead\": [\n        \"muddyheaded\"\n    ],\n    \"apịtị apịtị\": [\n        \"muddish\"\n    ],\n    \"iberibe mmiri\": [\n        \"muddledness\"\n    ],\n    \"muddleheaded isi\": [\n        \"muddleheaded\"\n    ],\n    \"mudfish\": [\n        \"mudfishes\"\n    ],\n    \"enweghị apịtị\": [\n        \"mudless\"\n    ],\n    \"mudslings\": [\n        \"mudslingers\"\n    ],\n    \"mudsinging\": [\n        \"mudslinging\"\n    ],\n    \"mudanticer\": [\n        \"mudspringer\"\n    ],\n    \"unyi apịtị\": [\n        \"mudstain\"\n    ],\n    \"nkume mudstones\": [\n        \"mudstones\"\n    ],\n    \"mudrock\": [\n        \"mudtrack\"\n    ],\n    \"mbere\": [\n        \"mudwort\",\n        \"mugwort\"\n    ],\n    \"muezzin\": [\n        \"muezzins\"\n    ],\n    \"mufassal\": [\n        \"mufasal\"\n    ],\n    \"muf\": [\n        \"muff\"\n    ],\n    \"mufet\": [\n        \"muffer\",\n        \"muffet\",\n        \"muffetee\"\n    ],\n    \"muffin\": [\n        \"muffineer\"\n    ],\n    \"muffins\": [\n        \"muffishness\"\n    ],\n    \"nwoke moffler\": [\n        \"muffleman\"\n    ],\n    \"muffling\": [\n        \"mufflin\"\n    ],\n    \"muffle\": [\n        \"muffs\"\n    ],\n    \"mufti\": [\n        \"mufty\",\n        \"muftis\"\n    ],\n    \"mugga\": [\n        \"muggars\"\n    ],\n    \"mogburu\": [\n        \"mugger\"\n    ],\n    \"mgbogu\": [\n        \"muggery\"\n    ],\n    \"mgbo ahia\": [\n        \"muggering\"\n    ],\n    \"mbat\": [\n        \"muggish\"\n    ],\n    \"moggletonian\": [\n        \"muggletonian\"\n    ],\n    \"mọọgụ\": [\n        \"muggurs\"\n    ],\n    \"Mwewe\": [\n        \"mugweed\"\n    ],\n    \"mbumbu\": [\n        \"mugwump\",\n        \"mugwumpism\"\n    ],\n    \"mgbogumpian\": [\n        \"mugwumpian\"\n    ],\n    \"mbenụ\": [\n        \"mugwumpish\"\n    ],\n    \"mmirfowl\": [\n        \"muirfowl\"\n    ],\n    \"nwechi\": [\n        \"muishond\"\n    ],\n    \"mmu\": [\n        \"muist\"\n    ],\n    \"mulatto\": [\n        \"mulattoes\"\n    ],\n    \"ihe mgbochi isi\": [\n        \"mulattress\"\n    ],\n    \"mulified\": [\n        \"mulcted\"\n    ],\n    \"-edobe\": [\n        \"mulder\"\n    ],\n    \"mule\": [\n        \"muled\"\n    ],\n    \"inyinya mule\": [\n        \"muleys\",\n        \"mules\"\n    ],\n    \"muslim\": [\n        \"mulism\"\n    ],\n    \"mulla\": [\n        \"mull\",\n        \"mullah\"\n    ],\n    \"mullens\": [\n        \"mullenize\"\n    ],\n    \"muller si\": [\n        \"mullers\"\n    ],\n    \"mullets\": [\n        \"mulletry\"\n    ],\n    \"gaferela\": [\n        \"mullioned\",\n        \"outdistanced\"\n    ],\n    \"ullgha\": [\n        \"mullioning\"\n    ],\n    \"ohi\": [\n        \"mulls\",\n        \"robhah\",\n        \"snatcher\",\n        \"snitcher\",\n        \"theft\",\n        \"turtlestone\"\n    ],\n    \"mulmul\": [\n        \"mulmull\"\n    ],\n    \"emulsion\": [\n        \"mulsify\"\n    ],\n    \"n'ọtụtụ akụkụ\": [\n        \"multangularly\"\n    ],\n    \"ịdị ọtụtụ\": [\n        \"multangularness\",\n        \"multifoldness\"\n    ],\n    \"otutu mmadu\": [\n        \"multanimous\"\n    ],\n    \"otutu ihe\": [\n        \"multiarticulate\",\n        \"multiplexer\",\n        \"multiplexing\"\n    ],\n    \"Mechie\": [\n        \"multiblock\"\n    ],\n    \"tinye ọtụtụ\": [\n        \"multicapitate\",\n        \"multinervate\",\n        \"multiovulate\",\n        \"multitoned\"\n    ],\n    \"nwere ọtụtụ\": [\n        \"multicelled\",\n        \"multitarian\",\n        \"superpopulated\"\n    ],\n    \"jikọtara ọtụtụ\": [\n        \"multichannelled\",\n        \"multitagged\"\n    ],\n    \"ọtụtụ igwe\": [\n        \"multicycle\"\n    ],\n    \"na-egbu ọtụtụ mmadụ\": [\n        \"multicide\"\n    ],\n    \"tinye ọtụtụ ọrụ\": [\n        \"multicircuited\"\n    ],\n    \"acha ọkụ\": [\n        \"multicolored\",\n        \"multicoloured\",\n        \"rescores\",\n        \"trophotropic\",\n        \"ups\",\n        \"upsides\"\n    ],\n    \"kọmputa ọtụtụ\": [\n        \"multicomputer\"\n    ],\n    \"nwee ọtụtụ\": [\n        \"multicordate\",\n        \"multifistulous\",\n        \"multivoiced\"\n    ],\n    \"ọtụtụ denticulate\": [\n        \"multidenticulate\"\n    ],\n    \"ọtụtụ denticulated\": [\n        \"multidenticulated\"\n    ],\n    \"ọtụtụ ebe\": [\n        \"multidestination\"\n    ],\n    \"tinye iche\": [\n        \"multidigitate\"\n    ],\n    \"nweta ọtụtụ\": [\n        \"multifoliolate\"\n    ],\n    \"ọtụtụ ọrụ\": [\n        \"multifunction\",\n        \"multiprocessing\"\n    ],\n    \"ogba-acba\": [\n        \"multifurcate\"\n    ],\n    \"Asụsụ dị iche iche\": [\n        \"multilingualism\"\n    ],\n    \"na-asụ ọtụtụ\": [\n        \"multilingually\"\n    ],\n    \"otutu otutu\": [\n        \"multilocular\"\n    ],\n    \"gbakere ọtụtụ\": [\n        \"multiloculated\"\n    ],\n    \"multimita\": [\n        \"multimeter\"\n    ],\n    \"mba dị iche iche\": [\n        \"multinationals\"\n    ],\n    \"jikọtara ọtụtụ mmadụ\": [\n        \"multiovulated\"\n    ],\n    \"Ọtụtụ\": [\n        \"multipass\"\n    ],\n    \"otutu foto\": [\n        \"multiphotography\"\n    ],\n    \"na-egosipụta ọtụtụ\": [\n        \"multiplepoinding\"\n    ],\n    \"otutuo\": [\n        \"multiplet\",\n        \"multiplexed\",\n        \"multiplexor\",\n        \"multiplexors\"\n    ],\n    \"nwebigara\": [\n        \"multiplicand\",\n        \"multiplicands\"\n    ],\n    \"nba uba\": [\n        \"multiplicate\",\n        \"multiplication\"\n    ],\n    \"ọtụtụ ike\": [\n        \"multipotent\"\n    ],\n    \"ọtụtụ mmemme\": [\n        \"multiprogramming\"\n    ],\n    \"gbanwere ọtụtụ\": [\n        \"multisacculated\"\n    ],\n    \"tinye ọrụ\": [\n        \"multiseriate\",\n        \"preoperate\"\n    ],\n    \"ọtụtụ usoro\": [\n        \"multisystem\"\n    ],\n    \"na ọtụtụ\": [\n        \"multisonorously\"\n    ],\n    \"multi stratified\": [\n        \"multistratified\"\n    ],\n    \"na-eme ọtụtụ ihe\": [\n        \"multitasking\"\n    ],\n    \"ọtụtụ tentacled\": [\n        \"multitentacled\"\n    ],\n    \"multituberculated usoro\": [\n        \"multituberculated\"\n    ],\n    \"ịgbanwee ọtụtụ\": [\n        \"multituberculy\"\n    ],\n    \"multifakula\": [\n        \"multivalvular\"\n    ],\n    \"ọtutu\": [\n        \"multivariate\"\n    ],\n    \"nyocha ọtụtụ\": [\n        \"multiviewing\"\n    ],\n    \"ọtụtụ vitamin\": [\n        \"multivitamins\"\n    ],\n    \"ọtụtụ mmadụ\": [\n        \"multivocality\",\n        \"outpopulated\"\n    ],\n    \"ọtụtụ okwu\": [\n        \"multiword\"\n    ],\n    \"multingulate\": [\n        \"multungulate\"\n    ],\n    \"ntú\": [\n        \"multure\"\n    ],\n    \"onye na-azo\": [\n        \"multurer\"\n    ],\n    \"kụkọtara ọnụ\": [\n        \"mumbled\"\n    ],\n    \"ndị na-akụda mmụọ\": [\n        \"mumblers\"\n    ],\n    \"mummy\": [\n        \"mummed\",\n        \"mumms\",\n        \"mumsy\"\n    ],\n    \"mummeri\": [\n        \"mummery\",\n        \"mummeries\"\n    ],\n    \"mommydom\": [\n        \"mummydom\"\n    ],\n    \"mummified\": [\n        \"mummied\",\n        \"mummifies\"\n    ],\n    \"ificationgbasi ozu\": [\n        \"mummification\"\n    ],\n    \"mumphed\": [\n        \"mumped\"\n    ],\n    \"kpumkpum\": [\n        \"mumpish\"\n    ],\n    \"munche\": [\n        \"muncher\"\n    ],\n    \"onyedi\": [\n        \"mundic\",\n        \"sadi\",\n        \"vatman\"\n    ],\n    \"onye ime obodo\": [\n        \"municipalist\",\n        \"ruralist\",\n        \"ruralite\",\n        \"towner\",\n        \"townet\",\n        \"villageful\",\n        \"villager\",\n        \"villaget\"\n    ],\n    \"mebe obodo\": [\n        \"municipalize\"\n    ],\n    \"nke ime obodo\": [\n        \"municipalized\",\n        \"premunicipal\",\n        \"urbanest\",\n        \"urbanistically\",\n        \"villageous\"\n    ],\n    \"onye na-elekọta obodo\": [\n        \"municipalizer\"\n    ],\n    \"munyere\": [\n        \"munify\"\n    ],\n    \"munifanyi\": [\n        \"munificence\"\n    ],\n    \"dị ezigbo mkpa\": [\n        \"munificent\"\n    ],\n    \"idi nma\": [\n        \"munificentness\"\n    ],\n    \"munti\": [\n        \"munitionary\"\n    ],\n    \"munong\": [\n        \"muong\"\n    ],\n    \"ndi muralist\": [\n        \"muralists\"\n    ],\n    \"Murchy\": [\n        \"murchy\"\n    ],\n    \"na-egbu ọchụ\": [\n        \"murdering\",\n        \"murderingly\",\n        \"murderish\"\n    ],\n    \"onye na-afụ ụfụ\": [\n        \"murenger\"\n    ],\n    \"tua ntamu\": [\n        \"murmurish\"\n    ],\n    \"murphy's\": [\n        \"murphied\",\n        \"murphies\"\n    ],\n    \"Musard\": [\n        \"musard\"\n    ],\n    \"muscarin\": [\n        \"muscarinic\"\n    ],\n    \"muscovado\": [\n        \"muscavada\",\n        \"muscavado\",\n        \"muscovade\"\n    ],\n    \"mushelkalk\": [\n        \"muschelkalk\"\n    ],\n    \"ike akwara\": [\n        \"musclebound\"\n    ],\n    \"muscle yiri\": [\n        \"musclelike\"\n    ],\n    \"Nwoke akwara\": [\n        \"muscleman\"\n    ],\n    \"mọzụlụ\": [\n        \"muscles\"\n    ],\n    \"musc\": [\n        \"muscling\"\n    ],\n    \"mususu\": [\n        \"musculation\",\n        \"musths\"\n    ],\n    \"musculo akwara\": [\n        \"musculoarterial\"\n    ],\n    \"musculo cellular\": [\n        \"musculocellular\"\n    ],\n    \"onyeanyichukwu\": [\n        \"musculopallial\",\n        \"pyoureter\",\n        \"tektosilicate\",\n        \"tetractinellid\"\n    ],\n    \"ngosi nka\": [\n        \"muse\"\n    ],\n    \"onye na-ede ihe omimi\": [\n        \"museographer\",\n        \"museographist\"\n    ],\n    \"ihe ngosi ihe omuma\": [\n        \"museography\"\n    ],\n    \"ihe ngosi nka\": [\n        \"museology\",\n        \"museum\",\n        \"palatography\"\n    ],\n    \"Muses\": [\n        \"muses\"\n    ],\n    \"musetị\": [\n        \"musettes\"\n    ],\n    \"na-edebe ihe ngosi nka\": [\n        \"museumize\"\n    ],\n    \"ụlọ ngosi ihe mgbe ochie\": [\n        \"museums\"\n    ],\n    \"ero dị ka\": [\n        \"mushroomlike\"\n    ],\n    \"itygba egwu\": [\n        \"musicality\"\n    ],\n    \"dịkwa egwu\": [\n        \"musicker\"\n    ],\n    \"egwu dika\": [\n        \"musiclike\"\n    ],\n    \"musico nka\": [\n        \"musicoartistic\"\n    ],\n    \"musico dị egwu\": [\n        \"musicodramatic\"\n    ],\n    \"muesli\": [\n        \"musily\"\n    ],\n    \"musjid\": [\n        \"musjids\"\n    ],\n    \"muskalling\": [\n        \"muskallunge\"\n    ],\n    \"masked\": [\n        \"musked\"\n    ],\n    \"muskeji\": [\n        \"muskegs\"\n    ],\n    \"musket dị ka\": [\n        \"musketlike\"\n    ],\n    \"musket àmà\": [\n        \"musketproof\"\n    ],\n    \"musketeers\": [\n        \"musketries\"\n    ],\n    \"muskị\": [\n        \"muskets\",\n        \"muskies\"\n    ],\n    \"nwekwu\": [\n        \"muskiest\"\n    ],\n    \"musklomọn\": [\n        \"muskmelon\"\n    ],\n    \"musk\": [\n        \"muskrat\"\n    ],\n    \"ndị Alakụba\": [\n        \"muslims\"\n    ],\n    \"Musophaga\": [\n        \"musophaga\"\n    ],\n    \"Musophagi\": [\n        \"musophagi\"\n    ],\n    \"musuro\": [\n        \"musrol\"\n    ],\n    \"mọsel\": [\n        \"mussels\"\n    ],\n    \"mussiti\": [\n        \"mussitation\"\n    ],\n    \"Okechukwu Nwogu\": [\n        \"mussulmanic\"\n    ],\n    \"ga-emerịrị\": [\n        \"must\"\n    ],\n    \"mustard\": [\n        \"mustached\"\n    ],\n    \"mustafiz\": [\n        \"mustafuz\",\n        \"mustahfiz\"\n    ],\n    \"mustang\": [\n        \"mustanger\",\n        \"mustangs\"\n    ],\n    \"Mọstad\": [\n        \"mustard\",\n        \"mustarder\",\n        \"mustards\",\n        \"musted\"\n    ],\n    \"musti\": [\n        \"musth\"\n    ],\n    \"muster\": [\n        \"mustier\"\n    ],\n    \"tolee\": [\n        \"mustify\"\n    ],\n    \"aghaa\": [\n        \"mustulent\",\n        \"redenies\",\n        \"trendel\"\n    ],\n    \"mutagenik\": [\n        \"mutagenic\"\n    ],\n    \"n'ụzọ ntụgharị\": [\n        \"mutagenically\",\n        \"transplacentally\"\n    ],\n    \"mmirichukwu\": [\n        \"mutandis\"\n    ],\n    \"mmụgharị\": [\n        \"mutatory\"\n    ],\n    \"gbupụrụ ya aka\": [\n        \"mutilated\"\n    ],\n    \"mutilaị\": [\n        \"mutilative\"\n    ],\n    \"mutilatọ\": [\n        \"mutilator\"\n    ],\n    \"ndi mutilati\": [\n        \"mutilators\"\n    ],\n    \"ngwunye\": [\n        \"mutineer\"\n    ],\n    \"mutine\": [\n        \"mutineered\",\n        \"mutineers\"\n    ],\n    \"na-agbanye ọnụ\": [\n        \"mutineering\"\n    ],\n    \"na-atamu\": [\n        \"mutter\"\n    ],\n    \"onye ntamu\": [\n        \"mutterer\"\n    ],\n    \"ndị na-atụgharị ọnụ\": [\n        \"mutterers\"\n    ],\n    \"ahịhịa iri\": [\n        \"muttonchop\"\n    ],\n    \"mgbịrịgba osisi\": [\n        \"muttonchops\"\n    ],\n    \"muttonfish\": [\n        \"muttonfishes\"\n    ],\n    \"mutton\": [\n        \"muttons\"\n    ],\n    \"mutt\": [\n        \"mutts\"\n    ],\n    \"nkekọrịta\": [\n        \"mutualisation\",\n        \"shareable\",\n        \"shareship\",\n        \"sharing\"\n    ],\n    \"nwere mmekọrịta\": [\n        \"mutualistic\"\n    ],\n    \"mutant\": [\n        \"mutuant\"\n    ],\n    \"mutuelle\": [\n        \"mutuate\"\n    ],\n    \"mutuel\": [\n        \"mutule\"\n    ],\n    \"mmirie\": [\n        \"mutus\",\n        \"rubout\"\n    ],\n    \"muzhi\": [\n        \"muzhiks\"\n    ],\n    \"Ekechila\": [\n        \"muzzleloading\"\n    ],\n    \"Nabalism\": [\n        \"nabalism\"\n    ],\n    \"Nabbing\": [\n        \"nabbing\"\n    ],\n    \"Nablus\": [\n        \"nablus\"\n    ],\n    \"nabo\": [\n        \"nabobs\"\n    ],\n    \"Naboth\": [\n        \"naboth\"\n    ],\n    \"Nabs\": [\n        \"nabs\"\n    ],\n    \"na -ekwu\": [\n        \"nace\"\n    ],\n    \"Mgbe Ochie\": [\n        \"nachus\"\n    ],\n    \"onyegbado\": [\n        \"nacrite\",\n        \"solitudinarian\"\n    ],\n    \"nadira\": [\n        \"nadirs\"\n    ],\n    \"Naemorhedine\": [\n        \"naemorhedine\"\n    ],\n    \"nno n'udo\": [\n        \"naggingly\"\n    ],\n    \"naịads\": [\n        \"naiads\"\n    ],\n    \"ntu\": [\n        \"nail\",\n        \"nailbrush\",\n        \"nailer\",\n        \"nailhead\",\n        \"nailless\",\n        \"nailrod\",\n        \"nailshop\",\n        \"nailwort\",\n        \"phillip\"\n    ],\n    \"nail\": [\n        \"naileress\"\n    ],\n    \"naili\": [\n        \"nailery\"\n    ],\n    \"Nailers\": [\n        \"nailers\"\n    ],\n    \"ntu ntu\": [\n        \"nailfile\"\n    ],\n    \"ntu mbọ\": [\n        \"nailfold\",\n        \"nailfolds\",\n        \"nailprint\"\n    ],\n    \"mbọ mbọ\": [\n        \"nailheads\",\n        \"nailsmith\"\n    ],\n    \"maily\": [\n        \"naily\"\n    ],\n    \"Naillike\": [\n        \"naillike\"\n    ],\n    \"mbọbọ\": [\n        \"nailsick\",\n        \"nailsickness\"\n    ],\n    \"Naique\": [\n        \"naique\"\n    ],\n    \"nay\": [\n        \"nays\"\n    ],\n    \"ọgbụ\": [\n        \"naish\"\n    ],\n    \"Naiskos\": [\n        \"naiskos\"\n    ],\n    \"naivet\": [\n        \"naivetivet\"\n    ],\n    \"kacha ọtọ\": [\n        \"nakedest\"\n    ],\n    \"akpọ aha\": [\n        \"nameable\"\n    ],\n    \"aha osisi\": [\n        \"nameboard\"\n    ],\n    \"aha ya\": [\n        \"named\"\n    ],\n    \"ya bụ\": [\n        \"namely\"\n    ],\n    \"ihe ntinye aha\": [\n        \"nameplates\"\n    ],\n    \"ndị na-akpọ aha\": [\n        \"namers\"\n    ],\n    \"nye aha\": [\n        \"namesake\"\n    ],\n    \"ihe ntin\": [\n        \"nanisms\"\n    ],\n    \"nanogram\": [\n        \"nanograms\"\n    ],\n    \"nanoinstructions ndiigbo\": [\n        \"nanoinstructions\"\n    ],\n    \"nanometa\": [\n        \"nanometer\",\n        \"nanometre\"\n    ],\n    \"nanestore\": [\n        \"nanostore\"\n    ],\n    \"nọ nkịtị\": [\n        \"nant\"\n    ],\n    \"naper\": [\n        \"naperies\"\n    ],\n    \"Naftali\": [\n        \"naphtali\"\n    ],\n    \"Nafta\": [\n        \"naphtha\",\n        \"naphthas\"\n    ],\n    \"naphhalate\": [\n        \"naphthalate\"\n    ],\n    \"Naphthalenesulphonic\": [\n        \"naphthalenesulphonic\"\n    ],\n    \"Nafthalenic\": [\n        \"naphthalenic\"\n    ],\n    \"Nafthaline\": [\n        \"naphthaline\"\n    ],\n    \"na-agbatị ume\": [\n        \"naphthalising\"\n    ],\n    \"naphhalization\": [\n        \"naphthalization\"\n    ],\n    \"naphụlize\": [\n        \"naphthalize\"\n    ],\n    \"e tinyere ume\": [\n        \"naphthalized\"\n    ],\n    \"Naphthamine\": [\n        \"naphthamine\"\n    ],\n    \"Naphthyl\": [\n        \"naphthyl\"\n    ],\n    \"Naphthylaminesulphonic\": [\n        \"naphthylaminesulphonic\"\n    ],\n    \"naifthionate\": [\n        \"naphthionate\"\n    ],\n    \"naiftholsulphonic\": [\n        \"naphtholsulphonic\"\n    ],\n    \"Naftol\": [\n        \"naphtol\"\n    ],\n    \"nweta akwa nhicha\": [\n        \"napkin\"\n    ],\n    \"onye napoleonist\": [\n        \"napoleonist\"\n    ],\n    \"nappy\": [\n        \"nappes\",\n        \"nappie\"\n    ],\n    \"naiji\": [\n        \"nappier\"\n    ],\n    \"na-amụ ụra\": [\n        \"napping\"\n    ],\n    \"narisin\": [\n        \"narcein\"\n    ],\n    \"narcissism\": [\n        \"narcisms\"\n    ],\n    \"narcissus\": [\n        \"narciss\",\n        \"narcissuses\",\n        \"narcists\"\n    ],\n    \"ndị narcissists\": [\n        \"narcissists\"\n    ],\n    \"onye narcist\": [\n        \"narcist\"\n    ],\n    \"narcissistic\": [\n        \"narcistic\"\n    ],\n    \"narọ\": [\n        \"narco\",\n        \"narcos\"\n    ],\n    \"ọgwụ narco\": [\n        \"narcoanesthesia\"\n    ],\n    \"narọbatusọs\": [\n        \"narcobatus\"\n    ],\n    \"narichypnoses\": [\n        \"narcohypnoses\"\n    ],\n    \"narco hypnosis\": [\n        \"narcohypnosis\"\n    ],\n    \"narco hypnotic\": [\n        \"narcohypnotic\"\n    ],\n    \"ọgwụ narcoleptic\": [\n        \"narcoleptic\"\n    ],\n    \"narcaniac\": [\n        \"narcomaniac\"\n    ],\n    \"narumatous\": [\n        \"narcomatous\"\n    ],\n    \"narịkọ\": [\n        \"narcoses\"\n    ],\n    \"ọgwụ narcotherapies\": [\n        \"narcotherapies\"\n    ],\n    \"ọgwụ narcotherapist\": [\n        \"narcotherapist\"\n    ],\n    \"narcoticality\": [\n        \"narcoticalness\"\n    ],\n    \"narc\": [\n        \"narcs\"\n    ],\n    \"nọọsụ\": [\n        \"nards\",\n        \"nurse\",\n        \"nursehound\",\n        \"nursemaid\",\n        \"nursery\",\n        \"nurseries\",\n        \"nurseryful\",\n        \"nurserymaid\",\n        \"nurseryman\",\n        \"nursy\",\n        \"nursing\",\n        \"nursingly\",\n        \"nursings\",\n        \"nursle\",\n        \"nursling\"\n    ],\n    \"Chidi Nwachukwu\": [\n        \"narghile\"\n    ],\n    \"narigil\": [\n        \"nargil\"\n    ],\n    \"narigileh\": [\n        \"nargileh\"\n    ],\n    \"narugilehs\": [\n        \"nargilehs\"\n    ],\n    \"narịịl\": [\n        \"nargiles\"\n    ],\n    \"amare\": [\n        \"narked\"\n    ],\n    \"kọọ\": [\n        \"narrate\"\n    ],\n    \"na-akuko\": [\n        \"narrating\",\n        \"reportorially\"\n    ],\n    \"akomako\": [\n        \"narration\"\n    ],\n    \"ndị na-akọ akụkọ\": [\n        \"narrators\",\n        \"storytellers\",\n        \"talebearers\"\n    ],\n    \"okwa narratrix\": [\n        \"narratrix\"\n    ],\n    \"warara\": [\n        \"narrow\",\n        \"narrowed\",\n        \"narrower\",\n        \"narrowy\",\n        \"narrowly\",\n        \"narrowness\",\n        \"strait\",\n        \"straiten\",\n        \"straitened\",\n        \"strip\",\n        \"striplight\",\n        \"stripling\",\n        \"strippler\",\n        \"striptease\",\n        \"stripteased\",\n        \"stripteaser\",\n        \"stripteasers\",\n        \"stripteases\",\n        \"stripteasing\",\n        \"stripteuse\"\n    ],\n    \"warawara\": [\n        \"narrowcast\"\n    ],\n    \"nke kacha warara\": [\n        \"narrowest\"\n    ],\n    \"mee t'ẹphe nọ\": [\n        \"narrowheartedness\"\n    ],\n    \"dị warara\": [\n        \"narrowish\"\n    ],\n    \"na-ekwuchi\": [\n        \"narrows\",\n        \"preclosing\",\n        \"quoits\",\n        \"vilifies\"\n    ],\n    \"Narsarsukite\": [\n        \"narsarsukite\"\n    ],\n    \"narwhals\": [\n        \"narwals\",\n        \"narwhales\",\n        \"narwhalian\"\n    ],\n    \"gọzie gị\": [\n        \"nasal\",\n        \"nasalities\",\n        \"nasalward\",\n        \"nasalwards\"\n    ],\n    \"ọ dịghị òkè\": [\n        \"nasalise\"\n    ],\n    \"gọzie ya\": [\n        \"nasalised\"\n    ],\n    \"nasalis\": [\n        \"nasalises\"\n    ],\n    \"n'imi\": [\n        \"nasalism\"\n    ],\n    \"ididu\": [\n        \"nash\",\n        \"resid\"\n    ],\n    \"Nashville\": [\n        \"nashville\"\n    ],\n    \"nasoalveolar\": [\n        \"nasoalveola\"\n    ],\n    \"naso basilar\": [\n        \"nasobasilar\"\n    ],\n    \"naso buccal\": [\n        \"nasobuccal\"\n    ],\n    \"ọkà mmụta banyere nasologist\": [\n        \"nasologist\"\n    ],\n    \"gbasara ihe omumu\": [\n        \"natalism\"\n    ],\n    \"Natalities\": [\n        \"natalities\"\n    ],\n    \"natation\": [\n        \"natational\",\n        \"natations\",\n        \"natator\"\n    ],\n    \"natatorium\": [\n        \"natatorious\"\n    ],\n    \"natchez\": [\n        \"natchezan\",\n        \"natchnee\"\n    ],\n    \"ịhụ mba n'anya\": [\n        \"nationalism\",\n        \"nationalistic\",\n        \"nationalness\",\n        \"patriofelis\",\n        \"patriolatry\",\n        \"patrioteer\",\n        \"patriotess\",\n        \"patriotic\",\n        \"patriotical\",\n        \"patriotically\",\n        \"patriotism\",\n        \"patriotly\",\n        \"patriotship\",\n        \"superpatriotism\",\n        \"theriotheism\"\n    ],\n    \"ndị hụrụ mba n'anya\": [\n        \"nationalists\"\n    ],\n    \"bụrụ mba\": [\n        \"nationalized\"\n    ],\n    \"onye nlekọta mba\": [\n        \"nationalizer\"\n    ],\n    \"ịhụ mba\": [\n        \"nationalizing\"\n    ],\n    \"nwaafọ\": [\n        \"natively\",\n        \"nativeness\"\n    ],\n    \"ndị nativists\": [\n        \"nativists\"\n    ],\n    \"amumu\": [\n        \"nativity\"\n    ],\n    \"nwaigwe\": [\n        \"natrojarosite\"\n    ],\n    \"amụrụ anya\": [\n        \"natteredness\"\n    ],\n    \"eke\": [\n        \"natural\",\n        \"python\",\n        \"pythoness\",\n        \"pythons\"\n    ],\n    \"nchịkwa mmadụ\": [\n        \"naturalisation\",\n        \"naturalization\"\n    ],\n    \"naturalis\": [\n        \"naturalise\"\n    ],\n    \"n'okike\": [\n        \"naturalistically\"\n    ],\n    \"nating\": [\n        \"naturing\"\n    ],\n    \"anụ ntị\": [\n        \"naughty\"\n    ],\n    \"naugh\": [\n        \"naughts\"\n    ],\n    \"Nauplial\": [\n        \"nauplial\"\n    ],\n    \"nause\": [\n        \"nauseants\"\n    ],\n    \"ọgbụgbọ akaebe\": [\n        \"nauseaproof\"\n    ],\n    \"nautica\": [\n        \"nautics\"\n    ],\n    \"Nav\": [\n        \"nav\"\n    ],\n    \"onye naval\": [\n        \"navalist\"\n    ],\n    \"Naar\": [\n        \"navar\"\n    ],\n    \"Navars\": [\n        \"navars\"\n    ],\n    \"otube\": [\n        \"navel\"\n    ],\n    \"atụghị ụjọ\": [\n        \"naveled\"\n    ],\n    \"maive\": [\n        \"navely\"\n    ],\n    \"dị ka otube\": [\n        \"navellike\"\n    ],\n    \"otubo\": [\n        \"navels\"\n    ],\n    \"amamgbe\": [\n        \"naveness\"\n    ],\n    \"afu\": [\n        \"navety\"\n    ],\n    \"agha mmiri\": [\n        \"navy\"\n    ],\n    \"Navicella\": [\n        \"navicella\"\n    ],\n    \"Navicert\": [\n        \"navicert\"\n    ],\n    \"ndị na-akpụ akpụ\": [\n        \"navicerts\"\n    ],\n    \"Naviculoid\": [\n        \"naviculoid\"\n    ],\n    \"Naifiform\": [\n        \"naviform\"\n    ],\n    \"ịnyagharị\": [\n        \"navigability\",\n        \"navigating\",\n        \"navigational\"\n    ],\n    \"ịnyagharịa\": [\n        \"navigate\",\n        \"navigated\"\n    ],\n    \"ndị na-akwọ ụgbọ mmiri\": [\n        \"navigators\",\n        \"piasters\",\n        \"pouters\"\n    ],\n    \"ịnya\": [\n        \"navite\"\n    ],\n    \"Nazarean\": [\n        \"nazarean\"\n    ],\n    \"Nazarene\": [\n        \"nazarene\"\n    ],\n    \"Nazaret\": [\n        \"nazareth\"\n    ],\n    \"Nazaritism\": [\n        \"nazaritism\"\n    ],\n    \"Nazism\": [\n        \"nazism\"\n    ],\n    \"neanderthal\": [\n        \"neanderthaler\"\n    ],\n    \"neiderthal oid\": [\n        \"neanderthaloid\"\n    ],\n    \"neapu\": [\n        \"neap\"\n    ],\n    \"neap\": [\n        \"neaped\"\n    ],\n    \"onye neapolitan\": [\n        \"neapolitan\"\n    ],\n    \"ndi neapolita\": [\n        \"neapolitans\"\n    ],\n    \"nekpu\": [\n        \"neaps\"\n    ],\n    \"neara\": [\n        \"nearable\"\n    ],\n    \"nso nso\": [\n        \"nearctica\"\n    ],\n    \"kacha nso\": [\n        \"nearest\",\n        \"westermost\"\n    ],\n    \"fọrọ nke nta\": [\n        \"nearly\",\n        \"vanmost\"\n    ],\n    \"dịkarịrị nso\": [\n        \"nearliest\"\n    ],\n    \"ọ kacha nso\": [\n        \"nearmost\"\n    ],\n    \"idiocha\": [\n        \"neat\",\n        \"neatest\"\n    ],\n    \"nne nwanyị\": [\n        \"neatherdess\"\n    ],\n    \"onye Nebalian\": [\n        \"nebalian\"\n    ],\n    \"onye nebelist\": [\n        \"nebelist\"\n    ],\n    \"imeziwanye echiche\": [\n        \"nebularization\"\n    ],\n    \"nebulae\": [\n        \"nebulas\"\n    ],\n    \"nebule isi\": [\n        \"nebulescent\"\n    ],\n    \"nebule\": [\n        \"nebuly\"\n    ],\n    \"akwa olu\": [\n        \"neckcloth\"\n    ],\n    \"Olu olu\": [\n        \"neckenger\",\n        \"necklaced\",\n        \"necklaces\",\n        \"necklines\"\n    ],\n    \"Olu\": [\n        \"necker\"\n    ],\n    \"Oluchi olu\": [\n        \"neckercher\"\n    ],\n    \"Oluchi Onweagba\": [\n        \"neckerchieves\",\n        \"slenderest\"\n    ],\n    \"olu nche\": [\n        \"neckguard\"\n    ],\n    \"dị ka olu\": [\n        \"necklike\"\n    ],\n    \"olu onu\": [\n        \"neckmold\"\n    ],\n    \"Uwe olu\": [\n        \"neckwear\"\n    ],\n    \"onye ihe osise\": [\n        \"necrographer\"\n    ],\n    \"necrological\": [\n        \"necrologically\"\n    ],\n    \"ọkà mmụta akwara ozi\": [\n        \"necrologist\",\n        \"neurologies\",\n        \"neurologist\",\n        \"neurologized\"\n    ],\n    \"ndị necromancers\": [\n        \"necromancers\"\n    ],\n    \"Necromancy\": [\n        \"necromancy\"\n    ],\n    \"nekroskopic\": [\n        \"necroscopic\"\n    ],\n    \"necros\": [\n        \"necrosed\"\n    ],\n    \"necrotising\": [\n        \"necrosing\",\n        \"necrotised\"\n    ],\n    \"necrotic\": [\n        \"necrotypic\"\n    ],\n    \"onye nectarian\": [\n        \"nectarian\"\n    ],\n    \"adịghị ka okirikiri\": [\n        \"nectarlike\"\n    ],\n    \"achanna\": [\n        \"needgates\"\n    ],\n    \"nọ ná mkpa\": [\n        \"needy\"\n    ],\n    \"agịga\": [\n        \"needle\",\n        \"needleful\",\n        \"needleman\",\n        \"needlemen\",\n        \"needlepoint\",\n        \"needly\",\n        \"suture\"\n    ],\n    \"Akwụkwọ ntu\": [\n        \"needlebook\"\n    ],\n    \"ọdụdọ\": [\n        \"needlecord\",\n        \"tensile\"\n    ],\n    \"needlegbọ mmiri\": [\n        \"needlecraft\"\n    ],\n    \"azụlị\": [\n        \"needlefishes\"\n    ],\n    \"yiri agịga\": [\n        \"needlelike\"\n    ],\n    \"agịga Ndinam\": [\n        \"needlemaking\"\n    ],\n    \"onye nkpa\": [\n        \"needlemonger\",\n        \"wolfer\"\n    ],\n    \"ọphu ọ dụdu madzụ\": [\n        \"needlepoints\"\n    ],\n    \"agịga àmà\": [\n        \"needleproof\"\n    ],\n    \"ndi choro\": [\n        \"needlers\"\n    ],\n    \"onye na-arụ ọrụ agịga\": [\n        \"needleworker\"\n    ],\n    \"zee izere\": [\n        \"neeze\",\n        \"sneeze\"\n    ],\n    \"Nef\": [\n        \"nef\"\n    ],\n    \"nefandous ness\": [\n        \"nefandousness\"\n    ],\n    \"ndị na-akwadoghị\": [\n        \"negaters\",\n        \"underbidders\"\n    ],\n    \"negati\": [\n        \"negativer\"\n    ],\n    \"na-eleghara\": [\n        \"negativing\"\n    ],\n    \"onye negativist\": [\n        \"negativist\"\n    ],\n    \"ndị negatons\": [\n        \"negatons\"\n    ],\n    \"ndị negatron\": [\n        \"negatrons\"\n    ],\n    \"Eleghara anya\": [\n        \"neglected\"\n    ],\n    \"Nleghara anya\": [\n        \"neglectedness\"\n    ],\n    \"onye na-eleghara anya\": [\n        \"neglecter\",\n        \"neglector\"\n    ],\n    \"eleghara ihe akaebe anya\": [\n        \"neglectproof\"\n    ],\n    \"ilefuanya\": [\n        \"negligency\",\n        \"negligent\"\n    ],\n    \"nlefuanya\": [\n        \"negliges\"\n    ],\n    \"Mkparịta ụka\": [\n        \"negotiability\",\n        \"negotiables\",\n        \"pseudoassociational\"\n    ],\n    \"kpakorita\": [\n        \"negotiate\",\n        \"negotiatory\"\n    ],\n    \"gbara izu\": [\n        \"negotiated\"\n    ],\n    \"onye mkparita uka\": [\n        \"negotiator\"\n    ],\n    \"ndị na-eme mkparịta ụka\": [\n        \"negotiators\"\n    ],\n    \"negrit\": [\n        \"negritic\"\n    ],\n    \"onye na-akwadoghị ihe\": [\n        \"negrophobist\"\n    ],\n    \"Nehemiah\": [\n        \"nehemiah\"\n    ],\n    \"nei\": [\n        \"neif\"\n    ],\n    \"agbata obi\": [\n        \"neigh\",\n        \"neighborhood\",\n        \"neighborhoods\",\n        \"neighboring\",\n        \"neighborly\",\n        \"neighborliness\",\n        \"neighbors\",\n        \"neighborship\",\n        \"neighbourhood\",\n        \"neighbouring\",\n        \"neighbourly\",\n        \"neighbourliness\",\n        \"neighbours\",\n        \"neighing\",\n        \"nightery\"\n    ],\n    \"agbataobi\": [\n        \"neighboress\",\n        \"neighborlikeness\",\n        \"neighbouress\",\n        \"neighbourship\"\n    ],\n    \"dị ka onye agbata obi\": [\n        \"neighborlike\"\n    ],\n    \"onye agbataobi\": [\n        \"neighbourer\"\n    ],\n    \"Agbata\": [\n        \"neighs\"\n    ],\n    \"nekonoon\": [\n        \"nektons\"\n    ],\n    \"nematelminto\": [\n        \"nematelminth\"\n    ],\n    \"nemathelminthes\": [\n        \"nematelminthes\"\n    ],\n    \"nematoda\": [\n        \"nemathece\"\n    ],\n    \"onye na-ahụ maka ọrịa\": [\n        \"nematologist\"\n    ],\n    \"Onye omenaala\": [\n        \"neobotanist\"\n    ],\n    \"onye neocolonialist\": [\n        \"neocolonialist\"\n    ],\n    \"ndị neocolonialist\": [\n        \"neocolonialists\"\n    ],\n    \"ọchịchị neocracy\": [\n        \"neocracy\"\n    ],\n    \"neologi\": [\n        \"neologise\",\n        \"neologised\",\n        \"neologising\",\n        \"neologize\",\n        \"neologizing\"\n    ],\n    \"neologist\": [\n        \"neologistical\"\n    ],\n    \"neologisation\": [\n        \"neologization\"\n    ],\n    \"neontoloji\": [\n        \"neontology\"\n    ],\n    \"ihe omumu banyere neoologist\": [\n        \"neoologist\"\n    ],\n    \"onye neoplatonist\": [\n        \"neoplatonist\"\n    ],\n    \"neotenik\": [\n        \"neotenic\"\n    ],\n    \"onye neoterist\": [\n        \"neoterist\"\n    ],\n    \"ọdịnala okpukpe\": [\n        \"neotraditionalism\"\n    ],\n    \"ọphu\": [\n        \"nepenthe\",\n        \"outcurses\",\n        \"scabrousness\",\n        \"scapiform\"\n    ],\n    \"onye nephologist\": [\n        \"nephologist\"\n    ],\n    \"a na-emezigharị\": [\n        \"nephrectomised\",\n        \"nephrectomized\"\n    ],\n    \"ndị nephrit\": [\n        \"nephrites\"\n    ],\n    \"ọkà mmụta nephrologist\": [\n        \"nephrologist\"\n    ],\n    \"ndị nepmen\": [\n        \"nepmen\"\n    ],\n    \"imelara ndị ikwu\": [\n        \"nepotism\"\n    ],\n    \"onye nepotist\": [\n        \"nepotist\"\n    ],\n    \"onye na-akwado mmadụ\": [\n        \"nepotistic\"\n    ],\n    \"nereid pụtara\": [\n        \"nereidean\"\n    ],\n    \"nere\": [\n        \"nereides\"\n    ],\n    \"Neronian\": [\n        \"neronian\"\n    ],\n    \"enweghị akwara\": [\n        \"nerveless\",\n        \"nervelessness\",\n        \"nonmuscular\"\n    ],\n    \"akwara àmà\": [\n        \"nerveproof\"\n    ],\n    \"mgbọrọgwụ akwara\": [\n        \"nerveroot\"\n    ],\n    \"irighiri akwara\": [\n        \"nerves\",\n        \"nervines\",\n        \"nervules\",\n        \"nervuration\"\n    ],\n    \"ndị nescients\": [\n        \"nescients\"\n    ],\n    \"Nesquehonite\": [\n        \"nesquehonite\"\n    ],\n    \"akwụ akwụ\": [\n        \"nested\"\n    ],\n    \"onye nester\": [\n        \"nester\"\n    ],\n    \"kpara akwụ\": [\n        \"nesting\",\n        \"nestled\"\n    ],\n    \"onye akwụkwụ\": [\n        \"nestler\"\n    ],\n    \"ụmụ akwụ́\": [\n        \"nestlers\"\n    ],\n    \"ụmụ akwụ\": [\n        \"nestlings\"\n    ],\n    \"ndị ara\": [\n        \"nestors\"\n    ],\n    \"netherland\": [\n        \"netherlandic\",\n        \"netherlandish\",\n        \"netherlands\"\n    ],\n    \"nethertock\": [\n        \"netherstock\"\n    ],\n    \"onye na-elekọta net\": [\n        \"netkeeper\"\n    ],\n    \"dị ka net\": [\n        \"netlike\"\n    ],\n    \"net\": [\n        \"nett\",\n        \"netted\",\n        \"netting\",\n        \"nettings\",\n        \"nettled\",\n        \"netts\"\n    ],\n    \"Netter\": [\n        \"netters\"\n    ],\n    \"netwọk\": [\n        \"network\",\n        \"networked\",\n        \"networks\"\n    ],\n    \"ịkparịta ụka n'ingntanet\": [\n        \"networking\"\n    ],\n    \"neomi\": [\n        \"neumes\"\n    ],\n    \"nerat\": [\n        \"neuration\"\n    ],\n    \"akpokinre\": [\n        \"neuroganglion\"\n    ],\n    \"na-adịghị ahụ anya\": [\n        \"neurogenically\",\n        \"nonenvious\"\n    ],\n    \"akwara ozi\": [\n        \"neurology\",\n        \"neurological\",\n        \"neurophagy\",\n        \"neurosurgeon\",\n        \"neurosurgeries\"\n    ],\n    \"ndị na-agwọ ọrịa akwara\": [\n        \"neurologists\"\n    ],\n    \"neuromalacia\": [\n        \"neuromalakia\"\n    ],\n    \"mkpaghasị\": [\n        \"neuromerous\"\n    ],\n    \"Neuropathologist\": [\n        \"neuropathologist\"\n    ],\n    \"akwara neuropharmacologic\": [\n        \"neuropharmacologic\"\n    ],\n    \"neuropharmacologist na-agwọ ọrịa\": [\n        \"neuropharmacologist\"\n    ],\n    \"ọkà mmụta banyere ọrịa akwara\": [\n        \"neurophysiologist\"\n    ],\n    \"Ọkpụkpụ akwara ozi\": [\n        \"neuropterist\"\n    ],\n    \"onye na-agwọ ọrịa akwara\": [\n        \"neurotherapist\"\n    ],\n    \"Neuston\": [\n        \"neuston\"\n    ],\n    \"Neutercane\": [\n        \"neutercane\"\n    ],\n    \"na-anọpụ iche\": [\n        \"neutering\",\n        \"neutral\",\n        \"neutralise\",\n        \"neutralist\",\n        \"neutralistic\",\n        \"neutralize\",\n        \"neutralized\",\n        \"neutralizer\",\n        \"neutralizes\",\n        \"neutralizing\",\n        \"neutrally\",\n        \"neutrals\"\n    ],\n    \"nnọpụiche\": [\n        \"neutralism\",\n        \"neutrality\",\n        \"neutralities\",\n        \"neutralness\"\n    ],\n    \"ndị na-anọpụ iche\": [\n        \"neutralists\",\n        \"neutralizers\"\n    ],\n    \"neutron\": [\n        \"neutrons\"\n    ],\n    \"ndị nevadians\": [\n        \"nevadians\"\n    ],\n    \"Nevadite\": [\n        \"nevadite\"\n    ],\n    \"Nevell\": [\n        \"nevell\"\n    ],\n    \"mgbe ebighi-ebi\": [\n        \"nevermore\"\n    ],\n    \"n'agbanyeghị nke ahụ\": [\n        \"nevertheless\"\n    ],\n    \"Neville\": [\n        \"neville\"\n    ],\n    \"nwa amụrụ ọhụrụ\": [\n        \"newborn\"\n    ],\n    \"mụrụ ọhụrụ\": [\n        \"newbornness\"\n    ],\n    \"umu amuru ohuru\": [\n        \"newborns\"\n    ],\n    \"ndị bịara ọhụrụ\": [\n        \"newcomers\"\n    ],\n    \"Kacha ọhụrụ\": [\n        \"newels\",\n        \"newest\"\n    ],\n    \"nke ohuru\": [\n        \"newer\",\n        \"novelly\"\n    ],\n    \"gbanye ọhụụ\": [\n        \"newfashioned\"\n    ],\n    \"newway\": [\n        \"newground\"\n    ],\n    \"ihe ọhụrụ\": [\n        \"newings\"\n    ],\n    \"ọkụ ọhụrụ\": [\n        \"newlight\"\n    ],\n    \"akara ọhụrụ\": [\n        \"newline\"\n    ],\n    \"Akwụkwọ ọhụrụ\": [\n        \"newlings\"\n    ],\n    \"luru ohuru\": [\n        \"newlywed\"\n    ],\n    \"ndị lụrụ ọhụrụ\": [\n        \"newlyweds\"\n    ],\n    \"newsboys\": [\n        \"newsboy\"\n    ],\n    \"onye na-ede akụkọ\": [\n        \"newsdealer\",\n        \"storywriter\"\n    ],\n    \"ndị na-ede akụkọ\": [\n        \"newsdealers\",\n        \"newsmanmen\"\n    ],\n    \"ozi ọma\": [\n        \"newsful\",\n        \"tepidities\",\n        \"tidies\"\n    ],\n    \"ụmụ agbọghọ akụkọ\": [\n        \"newsgirls\"\n    ],\n    \"otu akụkọ\": [\n        \"newsgroup\"\n    ],\n    \"onye nta akụkọ\": [\n        \"newsman\",\n        \"newspaperman\",\n        \"reporter\"\n    ],\n    \"ụmụ nwanyị akwụkwọ akụkọ\": [\n        \"newspaperwomen\"\n    ],\n    \"ulo akuko\": [\n        \"newsroom\"\n    ],\n    \"ụlọ akụkọ\": [\n        \"newsrooms\"\n    ],\n    \"ụlọ ahịa akwụkwọ akụkọ\": [\n        \"newsstands\"\n    ],\n    \"ihe ngosi ọhụrụ\": [\n        \"newstands\"\n    ],\n    \"ịgbasa ozi\": [\n        \"newsworthiness\",\n        \"outreaching\"\n    ],\n    \"Newton\": [\n        \"newton\",\n        \"newtons\"\n    ],\n    \"Newtonian\": [\n        \"newtonian\"\n    ],\n    \"Newtonianism\": [\n        \"newtonianism\"\n    ],\n    \"Newtonic\": [\n        \"newtonic\"\n    ],\n    \"Ọhụrụ\": [\n        \"newts\"\n    ],\n    \"Osote\": [\n        \"next\",\n        \"viceroyal\",\n        \"viceroys\",\n        \"viceroyship\"\n    ],\n    \"nyb\": [\n        \"nybble\"\n    ],\n    \"sikwara ike\": [\n        \"nibbled\"\n    ],\n    \"Nibbles\": [\n        \"nibbles\"\n    ],\n    \"sibb\": [\n        \"nibbling\"\n    ],\n    \"sieblingly\": [\n        \"nibblingly\"\n    ],\n    \"gbasaba\": [\n        \"niccoliferous\",\n        \"shunpikes\"\n    ],\n    \"niceness\": [\n        \"nicenesses\"\n    ],\n    \"Nichael\": [\n        \"nichael\"\n    ],\n    \"niche\": [\n        \"niches\"\n    ],\n    \"Nichrome\": [\n        \"nichrome\"\n    ],\n    \"Nicht\": [\n        \"nicht\"\n    ],\n    \"Nick\": [\n        \"nick\"\n    ],\n    \"Nike\": [\n        \"nickeys\"\n    ],\n    \"nickel\": [\n        \"nickelic\",\n        \"nickelising\",\n        \"nickelled\",\n        \"nickelling\",\n        \"nickels\",\n        \"nickle\",\n        \"nickles\"\n    ],\n    \"nickname\": [\n        \"nickeline\",\n        \"nicknamer\",\n        \"nickpot\"\n    ],\n    \"nickel nke\": [\n        \"nickelizing\"\n    ],\n    \"nickel dị ka\": [\n        \"nickellike\"\n    ],\n    \"nickelodeon's\": [\n        \"nickelodeons\"\n    ],\n    \"ụdị nickel\": [\n        \"nickeltype\"\n    ],\n    \"ịeringụ mmanya\": [\n        \"nickering\"\n    ],\n    \"ndị na-ese anwụrụ\": [\n        \"nickers\",\n        \"smokers\",\n        \"smoulders\"\n    ],\n    \"jiri nri\": [\n        \"nicking\"\n    ],\n    \"aha otutu nwee ike\": [\n        \"nicknameable\"\n    ],\n    \"enweghị aha otutu\": [\n        \"nicknameless\"\n    ],\n    \"Nicks\": [\n        \"nicks\"\n    ],\n    \"nicotina\": [\n        \"nicotia\",\n        \"nicotian\"\n    ],\n    \"nicotiana\": [\n        \"nicotianin\"\n    ],\n    \"nicotine\": [\n        \"nicotinean\",\n        \"nicotined\"\n    ],\n    \"nikotin\": [\n        \"nicotines\"\n    ],\n    \"nicotinic\": [\n        \"nicotinian\"\n    ],\n    \"na-eme ka ihe dị mma\": [\n        \"nicotinising\"\n    ],\n    \"onye ara ahu\": [\n        \"nictitant\"\n    ],\n    \"arakwa\": [\n        \"nidatory\",\n        \"nidering\"\n    ],\n    \"onye ara akwa\": [\n        \"nidder\"\n    ],\n    \"ara ehi\": [\n        \"niddle\"\n    ],\n    \"nọrọ\": [\n        \"nide\",\n        \"spent\",\n        \"stay\",\n        \"staia\",\n        \"stayed\",\n        \"stays\"\n    ],\n    \"nọọ\": [\n        \"nides\",\n        \"nightie\"\n    ],\n    \"arala\": [\n        \"nidgety\"\n    ],\n    \"na-anọ ndụ\": [\n        \"niding\"\n    ],\n    \"Nidiot\": [\n        \"nidiot\"\n    ],\n    \"ọkà mmụta nidologist\": [\n        \"nidologist\"\n    ],\n    \"nwa nwanyi nwanne\": [\n        \"niece\"\n    ],\n    \"onye nne\": [\n        \"nieceless\"\n    ],\n    \"nwa nne\": [\n        \"nieceship\",\n        \"rusin\"\n    ],\n    \"ndị niellists\": [\n        \"niellists\"\n    ],\n    \"neerembergia\": [\n        \"nierembergia\"\n    ],\n    \"nweghi ihe\": [\n        \"niersteiner\"\n    ],\n    \"ieve\": [\n        \"nieve\"\n    ],\n    \"nifer\": [\n        \"niffer\"\n    ],\n    \"ịffụ mmanya\": [\n        \"niffering\"\n    ],\n    \"niifties\": [\n        \"nifties\"\n    ],\n    \"onye kachasị mma\": [\n        \"niftiest\",\n        \"nippiest\"\n    ],\n    \"ndị Niger\": [\n        \"nigerians\"\n    ],\n    \"nigg\": [\n        \"niggard\",\n        \"niggardly\",\n        \"niggly\",\n        \"nigglingly\"\n    ],\n    \"iwuigbo\": [\n        \"niggardise\"\n    ],\n    \"niggị\": [\n        \"niggardising\",\n        \"niggardling\",\n        \"niggardness\",\n        \"niggards\"\n    ],\n    \"nigger\": [\n        \"niggardized\"\n    ],\n    \"nigging\": [\n        \"niggardizing\"\n    ],\n    \"niggardiness\": [\n        \"niggardliness\"\n    ],\n    \"gbadoro ụkwụ\": [\n        \"niggered\",\n        \"peised\",\n        \"targetman\",\n        \"targetshooter\",\n        \"tripalmitate\"\n    ],\n    \"nigerfish\": [\n        \"niggerfish\",\n        \"niggerfishes\"\n    ],\n    \"nigeri\": [\n        \"niggerism\"\n    ],\n    \"naịlị\": [\n        \"niggled\"\n    ],\n    \"nọ nso\": [\n        \"nighish\",\n        \"nighs\"\n    ],\n    \"abalị\": [\n        \"nightcap\",\n        \"nightrider\",\n        \"nightriders\",\n        \"nights\",\n        \"overnervous\",\n        \"overnighter\",\n        \"overnumber\",\n        \"sennight\",\n        \"weeknights\"\n    ],\n    \"mkpọchi abalị\": [\n        \"nightcaps\"\n    ],\n    \"uwe abalị\": [\n        \"nightclothes\",\n        \"nightgown\",\n        \"nightgowns\",\n        \"nightwear\"\n    ],\n    \"ụlọ ịgba egwu abalị\": [\n        \"nightclub\"\n    ],\n    \"lublọ oriri na ọ nightụ nightụ\": [\n        \"nightclubber\"\n    ],\n    \"oriri na nkwari abalị\": [\n        \"nightclubs\"\n    ],\n    \"onye na-eme ihe nkiri n'abalị\": [\n        \"nightcrawler\"\n    ],\n    \"ndị na-agba nightcraw\": [\n        \"nightcrawlers\"\n    ],\n    \"dkwụ ụra abalị\": [\n        \"nightdress\"\n    ],\n    \"abalị abalị\": [\n        \"nightfalls\",\n        \"nightstock\",\n        \"nightstool\",\n        \"nightwake\"\n    ],\n    \"agbatochi\": [\n        \"nighties\"\n    ],\n    \"nightingale\": [\n        \"nightingalize\"\n    ],\n    \"nro n'abalị\": [\n        \"nightjar\"\n    ],\n    \"ndụ abalị\": [\n        \"nightlife\",\n        \"nightlike\"\n    ],\n    \"abali nile\": [\n        \"nightlong\"\n    ],\n    \"ndị abalị\": [\n        \"nightmen\"\n    ],\n    \"ehihie na abalị\": [\n        \"nightshade\",\n        \"nightshades\",\n        \"nightshirts\"\n    ],\n    \"nighthine\": [\n        \"nightshine\"\n    ],\n    \"nighthirt\": [\n        \"nightshirt\"\n    ],\n    \"abalị, abalị\": [\n        \"nightspot\"\n    ],\n    \"ogwugwu ehihie\": [\n        \"nightspots\"\n    ],\n    \"ihe nkwụchi abalị\": [\n        \"nightstands\"\n    ],\n    \"ụzọ abalị\": [\n        \"nightwalk\"\n    ],\n    \"onye na-aga ije n'abalị\": [\n        \"nightwalker\"\n    ],\n    \"ndị na-anya abalị\": [\n        \"nightwalkers\"\n    ],\n    \"ịga ije abalị\": [\n        \"nightwalking\"\n    ],\n    \"onye oru abali\": [\n        \"nightworker\"\n    ],\n    \"restọ\": [\n        \"nigrescence\"\n    ],\n    \"nigeria\": [\n        \"nigresceous\",\n        \"nigricant\"\n    ],\n    \"nigwe\": [\n        \"nigrescite\"\n    ],\n    \"onye Naijiria\": [\n        \"nigritian\"\n    ],\n    \"Naịja\": [\n        \"nigrous\"\n    ],\n    \"Nihilianism\": [\n        \"nihilianism\"\n    ],\n    \"n'iile\": [\n        \"nihilistically\"\n    ],\n    \"nihil\": [\n        \"nihils\"\n    ],\n    \"akpaa\": [\n        \"nilled\"\n    ],\n    \"mkpametric\": [\n        \"nilometric\"\n    ],\n    \"naịlọn\": [\n        \"nylon\",\n        \"nylons\"\n    ],\n    \"Nịl\": [\n        \"nils\"\n    ],\n    \"iteghete\": [\n        \"nine\"\n    ],\n    \"egwu itoolu\": [\n        \"ninebarks\"\n    ],\n    \"okpukpu itoolu\": [\n        \"ninefold\"\n    ],\n    \"ebe itoolu\": [\n        \"nineholes\"\n    ],\n    \"itolu\": [\n        \"ninepenny\"\n    ],\n    \"nke iteghete\": [\n        \"nineted\",\n        \"ninth\",\n        \"ninthly\",\n        \"ninths\",\n        \"ninut\"\n    ],\n    \"iri na iteghete\": [\n        \"nineteenth\",\n        \"nineteenths\",\n        \"ninnyish\"\n    ],\n    \"iri iteghete\": [\n        \"ninety\",\n        \"ninetieth\",\n        \"ninetyfold\",\n        \"ninetyish\"\n    ],\n    \"iri-iteghete\": [\n        \"nineties\"\n    ],\n    \"iri itolu\": [\n        \"ninetyknot\",\n        \"ninny\"\n    ],\n    \"nke itoolu\": [\n        \"ninevitical\"\n    ],\n    \"iri itoolu\": [\n        \"ninnies\"\n    ],\n    \"nịg\": [\n        \"niog\"\n    ],\n    \"nipseese\": [\n        \"nipcheese\"\n    ],\n    \"Onu ara\": [\n        \"nipissing\"\n    ],\n    \"onye kacha nwee obi ụtọ\": [\n        \"nippier\"\n    ],\n    \"sipping\": [\n        \"nippingly\"\n    ],\n    \"ọnụ ara\": [\n        \"nipple\"\n    ],\n    \"onu ara\": [\n        \"nippleless\",\n        \"nipples\",\n        \"nipplewort\"\n    ],\n    \"nipp\": [\n        \"nippling\"\n    ],\n    \"nipponiz\": [\n        \"nipponize\"\n    ],\n    \"onuara\": [\n        \"nipter\"\n    ],\n    \"Naịsan\": [\n        \"nisan\"\n    ],\n    \"mmanụ a .ụ\": [\n        \"nitent\",\n        \"pemoline\"\n    ],\n    \"nitpick\": [\n        \"nitpicked\",\n        \"nitpicks\"\n    ],\n    \"ndu mmiri\": [\n        \"nitration\"\n    ],\n    \"mee ka mmiri dị ọcha\": [\n        \"nitrify\"\n    ],\n    \"nitrile\": [\n        \"nitril\",\n        \"nitryl\",\n        \"nytril\"\n    ],\n    \"ihe di iche\": [\n        \"nitrophilous\",\n        \"pecunious\",\n        \"piecener\"\n    ],\n    \"ihe nitroprussic\": [\n        \"nitroprussic\"\n    ],\n    \"nwzschia\": [\n        \"nitzschia\"\n    ],\n    \"siveni\": [\n        \"nivenite\"\n    ],\n    \"nihụnanya\": [\n        \"nivicolous\"\n    ],\n    \"nob\": [\n        \"nobble\",\n        \"nobling\"\n    ],\n    \"onye nobelist\": [\n        \"nobelist\"\n    ],\n    \"nobiliti\": [\n        \"nobilitation\"\n    ],\n    \"nobulu\": [\n        \"nobled\"\n    ],\n    \"ndi nwe obi\": [\n        \"noblehearted\"\n    ],\n    \"noblehe n'obi\": [\n        \"nobleheartedly\"\n    ],\n    \"afọ ọma\": [\n        \"nobleheartedness\"\n    ],\n    \"onye nwe ugwu\": [\n        \"nobleman\"\n    ],\n    \"ndi amara aha-ha\": [\n        \"noblemen\"\n    ],\n    \"ndị a maara aha ha\": [\n        \"nobles\"\n    ],\n    \"nwanyị nwe ugwu\": [\n        \"noblewoman\"\n    ],\n    \"ụmụ nwanyị mara mma\": [\n        \"noblewomen\"\n    ],\n    \"ọ dịghị onye\": [\n        \"nobody\",\n        \"nonequatorial\"\n    ],\n    \"noosisi\": [\n        \"nocence\",\n        \"uninnocently\"\n    ],\n    \"noi\": [\n        \"nock\"\n    ],\n    \"nocturne\": [\n        \"nocturn\"\n    ],\n    \"nocturnes\": [\n        \"nocturns\"\n    ],\n    \"kwee n’isi\": [\n        \"nod\",\n        \"nodded\",\n        \"noded\",\n        \"nods\"\n    ],\n    \"ikwe n’isi\": [\n        \"nodding\"\n    ],\n    \"n'ikwe\": [\n        \"noddingly\",\n        \"shacking\",\n        \"shaking\",\n        \"shakingly\"\n    ],\n    \"noodles\": [\n        \"noddled\",\n        \"noddles\",\n        \"noodleism\"\n    ],\n    \"nodi\": [\n        \"nodiferous\"\n    ],\n    \"nofa\": [\n        \"nofile\"\n    ],\n    \"nog\": [\n        \"nogged\",\n        \"nogging\"\n    ],\n    \"mkpọtụ zuru\": [\n        \"noiseful\"\n    ],\n    \"enweghị mkpọtụ\": [\n        \"noiseless\",\n        \"noiselessness\",\n        \"vibrationless\"\n    ],\n    \"ịme mkpọtụ\": [\n        \"noisemaking\"\n    ],\n    \"noko\": [\n        \"nokta\"\n    ],\n    \"nolo\": [\n        \"noll\"\n    ],\n    \"nolle Uru\": [\n        \"nollepros\"\n    ],\n    \"noms\": [\n        \"noma\"\n    ],\n    \"nom\": [\n        \"nomad\"\n    ],\n    \"nom nom\": [\n        \"nomades\",\n        \"nomocracy\"\n    ],\n    \"nomadiadi\": [\n        \"nomadian\"\n    ],\n    \"isi akpo\": [\n        \"nomadise\"\n    ],\n    \"ndi nomads\": [\n        \"nomads\"\n    ],\n    \"Nomancy\": [\n        \"nomancy\"\n    ],\n    \"nomach\": [\n        \"nomarch\"\n    ],\n    \"nomachi\": [\n        \"nomarchy\",\n        \"nomarchs\"\n    ],\n    \"nomarchi\": [\n        \"nomarchies\"\n    ],\n    \"ndi nomadi\": [\n        \"nombles\"\n    ],\n    \"nombril\": [\n        \"nombrils\"\n    ],\n    \"nounclatory\": [\n        \"nomenclatory\"\n    ],\n    \"nomineist\": [\n        \"nominalist\"\n    ],\n    \"n'ekwentị\": [\n        \"nominately\"\n    ],\n    \"nominoval\": [\n        \"nominatival\"\n    ],\n    \"nke a họpụtara aha\": [\n        \"nominatively\"\n    ],\n    \"Nhoputa ndi mmadu\": [\n        \"nominatives\"\n    ],\n    \"nomine\": [\n        \"nominator\",\n        \"nominature\"\n    ],\n    \"ahachi\": [\n        \"nominatrix\"\n    ],\n    \"onye hoputara\": [\n        \"nominee\",\n        \"nominy\"\n    ],\n    \"ndị nomine\": [\n        \"nomineeism\",\n        \"nominees\"\n    ],\n    \"onye nomogenist\": [\n        \"nomogenist\"\n    ],\n    \"nomogram\": [\n        \"nomograms\"\n    ],\n    \"nomographi\": [\n        \"nomographies\"\n    ],\n    \"ọkà mmụta nomologist\": [\n        \"nomologist\"\n    ],\n    \"nomotism\": [\n        \"nomotheism\"\n    ],\n    \"nomotere\": [\n        \"nomothetes\"\n    ],\n    \"nomotot\": [\n        \"nomothetic\"\n    ],\n    \"abụghị\": [\n        \"non\",\n        \"noncom\",\n        \"nonly\",\n        \"nonsocially\",\n        \"nulled\"\n    ],\n    \"ekweghị akwụ ụgwọ\": [\n        \"nonabatable\",\n        \"nonabsorbable\",\n        \"unbendable\",\n        \"unclergyable\"\n    ],\n    \"anaghị anabata akwụkwọ\": [\n        \"nonabdicative\",\n        \"nonelicited\"\n    ],\n    \"enweghị mmụba\": [\n        \"nonabjuration\",\n        \"nonamorousness\",\n        \"nonemulation\",\n        \"nonexploitation\",\n        \"nonhomogeneousness\",\n        \"unphilanthropically\",\n        \"unrefreshingly\"\n    ],\n    \"anaghị ekwe nkwa\": [\n        \"nonabjurer\"\n    ],\n    \"enweghị ike ịgbanye\": [\n        \"nonabridgable\",\n        \"nontillable\",\n        \"unlayable\",\n        \"unplayable\"\n    ],\n    \"ndị anaghị akwụ ụgwọ\": [\n        \"nonabsorbents\",\n        \"nonabstainers\"\n    ],\n    \"anaghị akwado ya\": [\n        \"nonabsorptive\",\n        \"nonaccommodable\",\n        \"nonaccommodably\",\n        \"nonarbitrary\",\n        \"unrecommendable\"\n    ],\n    \"adịghị akwụsị akwụsị\": [\n        \"nonabstaining\",\n        \"nonexhibitive\",\n        \"nonrandom\",\n        \"nonresisting\",\n        \"uncontinuous\",\n        \"unpunctuating\"\n    ],\n    \"n'adaghị\": [\n        \"nonabstemiously\",\n        \"nonbodingly\",\n        \"noncarnivorously\",\n        \"noncasuistically\",\n        \"nonfalteringly\",\n        \"nonfelicitously\",\n        \"nonfictitiously\",\n        \"nonfrigidly\",\n        \"nonprosperously\",\n        \"nonstudiously\",\n        \"undyingly\"\n    ],\n    \"enweghị nkwụsị\": [\n        \"nonabstention\",\n        \"noncontinuousness\",\n        \"nonextinction\",\n        \"nonextraction\",\n        \"nonputrescence\",\n        \"unremittingness\"\n    ],\n    \"anaghị egbochi\": [\n        \"nonabstracted\",\n        \"nonamphibious\",\n        \"nonblockaded\",\n        \"noncarrier\",\n        \"noninhibitory\",\n        \"noninterfering\",\n        \"noninterrupted\",\n        \"nonintervention\",\n        \"nonintroverted\",\n        \"nonprohibition\",\n        \"nonrestricted\",\n        \"nonrestricting\",\n        \"nonrestrictive\",\n        \"nonrestrictively\",\n        \"nonrubber\",\n        \"nonsecluded\",\n        \"uninsulating\",\n        \"uninterruptive\",\n        \"unintervening\",\n        \"unrefraining\",\n        \"unrevolting\"\n    ],\n    \"n'etinyeghi anya\": [\n        \"nonabstractly\",\n        \"nonorthodoxly\",\n        \"unblenchingly\",\n        \"undiagrammatically\",\n        \"undistractedly\",\n        \"undistractingly\",\n        \"unobtrusively\",\n        \"unprovisedly\",\n        \"untriflingly\"\n    ],\n    \"anaghị ekwusi ike\": [\n        \"nonabusive\"\n    ],\n    \"nke na-abụghị agụmakwụkwọ\": [\n        \"nonacademic\"\n    ],\n    \"na-abụghị agụmakwụkwọ\": [\n        \"nonacademical\"\n    ],\n    \"nonacacing\": [\n        \"nonacceding\"\n    ],\n    \"enweghị ọsọ ọsọ\": [\n        \"nonacceleration\",\n        \"nondeceleration\"\n    ],\n    \"enweghị ngwa ngwa\": [\n        \"nonaccelerative\",\n        \"nonacceleratory\",\n        \"nontautomeric\"\n    ],\n    \"enweghị ozi\": [\n        \"nonaccess\",\n        \"nonevangelically\",\n        \"nonformation\",\n        \"nonfraternity\",\n        \"nonomission\",\n        \"unapostolical\",\n        \"unevangelically\"\n    ],\n    \"nnweta ego\": [\n        \"nonaccessory\"\n    ],\n    \"abughi ihe ndi ozo\": [\n        \"nonaccessories\"\n    ],\n    \"emezughi\": [\n        \"nonaccidental\",\n        \"nonenforcedly\",\n        \"nonextinguished\",\n        \"nonthermal\",\n        \"unbeneficed\",\n        \"undisfulfilled\",\n        \"undomiciled\",\n        \"unextinguished\",\n        \"unformalized\",\n        \"unfulfil\",\n        \"unfulfill\",\n        \"unfulfilled\",\n        \"unfulfillment\",\n        \"unfulfilment\",\n        \"unreplevined\"\n    ],\n    \"enweghi ihe omuma\": [\n        \"nonaccidentalness\",\n        \"nonidentity\",\n        \"unexistential\"\n    ],\n    \"anaghị akwado\": [\n        \"nonaccommodatingly\",\n        \"nonadvocate\",\n        \"nonaffiliated\",\n        \"nonaffiliating\",\n        \"nonassertive\",\n        \"noncommemorative\",\n        \"noncommiserative\",\n        \"noncommiseratively\",\n        \"noncomposes\",\n        \"nonconsultative\",\n        \"nonconsultatory\",\n        \"noncooperative\",\n        \"noncorroborating\",\n        \"noncorroboratory\",\n        \"nondepletive\",\n        \"nondistortive\",\n        \"nonenforcing\",\n        \"nonprovident\",\n        \"nonspinning\",\n        \"nonsupposing\",\n        \"nonsustaining\",\n        \"nontarred\",\n        \"unforbid\"\n    ],\n    \"enweghị nkwado\": [\n        \"nonaccommodatingness\",\n        \"nonadvocacy\",\n        \"nonallegiance\",\n        \"nonhereditability\",\n        \"nonmediation\",\n        \"nonslaveholding\",\n        \"nonsupport\",\n        \"nonsupportability\",\n        \"nonsupportable\",\n        \"nonsupportableness\",\n        \"nonsuppressively\",\n        \"nonsuppurative\",\n        \"spongeless\",\n        \"supportless\",\n        \"unbase\",\n        \"undersupport\",\n        \"unneighbored\",\n        \"unsolidarity\",\n        \"unsoporiferous\",\n        \"unsportiveness\",\n        \"unsufflated\",\n        \"unsupply\",\n        \"unworshipful\"\n    ],\n    \"abụghị soro\": [\n        \"nonaccompanying\"\n    ],\n    \"abụghị mgbakwunye\": [\n        \"nonaccompaniment\"\n    ],\n    \"enweghị mmezu\": [\n        \"nonaccomplishment\"\n    ],\n    \"edeghị aha\": [\n        \"nonaccredited\",\n        \"nonaccrued\",\n        \"noncloistered\",\n        \"nonlinearities\",\n        \"nonlisting\",\n        \"nonnoumenal\",\n        \"nonraised\",\n        \"nonregimented\",\n        \"nonregressively\",\n        \"unanalogized\",\n        \"uncongregated\",\n        \"uncrated\",\n        \"unlisted\",\n        \"unlisty\",\n        \"unnauseating\",\n        \"unscribed\",\n        \"unsistered\"\n    ],\n    \"anaghị adịcha\": [\n        \"nonaccruing\"\n    ],\n    \"nonosquisitive\": [\n        \"nonacquisitive\"\n    ],\n    \"nonacquisitive\": [\n        \"nonacquisitively\"\n    ],\n    \"enweghị nnweta\": [\n        \"nonacquisitiveness\",\n        \"nonapproachability\"\n    ],\n    \"ndị anaghị arụ ọrụ\": [\n        \"nonactives\"\n    ],\n    \"agbaghị akwụkwọ\": [\n        \"nonaculeated\",\n        \"nondialectally\",\n        \"unbegreased\",\n        \"unrequital\"\n    ],\n    \"enweghi acuteness\": [\n        \"nonacuteness\"\n    ],\n    \"enweghị nnabata\": [\n        \"nonadaptabness\",\n        \"nonrecipience\",\n        \"nonrecipiency\",\n        \"unrecipient\",\n        \"unrecuperatiness\"\n    ],\n    \"na-adịghị edozi\": [\n        \"nonaddicting\",\n        \"untensing\"\n    ],\n    \"onye na-enweghị isi\": [\n        \"nonaddress\"\n    ],\n    \"onye na-enweghị ọrụ\": [\n        \"nonaddresser\",\n        \"nontraveller\"\n    ],\n    \"anaghị echekwa\": [\n        \"nonadept\",\n        \"nonconserving\",\n        \"nonpreservation\",\n        \"nontarnishing\",\n        \"unretaining\"\n    ],\n    \"emeghị nke ọma\": [\n        \"nonadeptly\",\n        \"nonauthentical\",\n        \"nonbenevolent\",\n        \"nonbodily\",\n        \"nondevelopmentally\",\n        \"nonemancipative\",\n        \"nonformalistic\",\n        \"nonperilous\",\n        \"nonprudentially\",\n        \"nonvagrancy\",\n        \"nonvagrantness\",\n        \"outsmarted\",\n        \"unamendedly\",\n        \"unprejudicial\",\n        \"unthrive\"\n    ],\n    \"n'akparaghị ókè\": [\n        \"nonadhesively\"\n    ],\n    \"ejikọtaghị ọnụ\": [\n        \"nonadhesiveness\",\n        \"nonadjunctively\",\n        \"unadhesive\",\n        \"unadhesively\",\n        \"unadjoined\",\n        \"unaired\",\n        \"unannexed\",\n        \"uncollated\",\n        \"uncombinational\",\n        \"uncombiningness\",\n        \"uncoordinated\",\n        \"uncornered\",\n        \"unelaborate\",\n        \"unenjoined\",\n        \"unjoined\",\n        \"unlubricated\",\n        \"unorchestrated\",\n        \"unordinate\",\n        \"unrallied\",\n        \"unwaded\"\n    ],\n    \"anaghị adị nso\": [\n        \"nonadjacent\"\n    ],\n    \"n'adighi\": [\n        \"nonadjacently\",\n        \"nonchronic\",\n        \"nondiametrally\",\n        \"nonfelicitous\",\n        \"nonflakily\",\n        \"nonhieratically\",\n        \"nonindustriously\",\n        \"noninquiringly\",\n        \"nonlustrously\",\n        \"nonmodernly\",\n        \"nonnasally\",\n        \"nononerously\",\n        \"nonopinionatively\",\n        \"nonpriestly\",\n        \"nonstoical\",\n        \"nontheosophically\",\n        \"nonubiquitously\",\n        \"nonvesicular\",\n        \"nonvesicularly\",\n        \"nonviscously\",\n        \"nonviviparously\",\n        \"unfederatively\"\n    ],\n    \"emeghị mkpebi\": [\n        \"nonadjudication\"\n    ],\n    \"anaghị ekpe ikpe\": [\n        \"nonadjudicative\"\n    ],\n    \"n'adaghị uru\": [\n        \"nonadjudicatively\",\n        \"nonadventitiously\",\n        \"nondeciduously\",\n        \"nonperilously\",\n        \"nonpertinently\",\n        \"nonportentously\"\n    ],\n    \"n'emeghị mgbanwe\": [\n        \"nonadjustably\"\n    ],\n    \"onye na-akwadoghi oru\": [\n        \"nonadministrant\"\n    ],\n    \"emeghi nke oma\": [\n        \"nonadministratively\",\n        \"unglassed\",\n        \"unpedagogical\"\n    ],\n    \"anabataghị ya\": [\n        \"nonadmissibly\",\n        \"unacceptability\",\n        \"unacceptableness\",\n        \"unaccused\"\n    ],\n    \"anaghị anabata\": [\n        \"nonadmission\",\n        \"nonadmissive\",\n        \"nonwelcome\",\n        \"nonwelcoming\",\n        \"unreceptive\",\n        \"unreposing\"\n    ],\n    \"abụghị nnabata\": [\n        \"nonadmissions\"\n    ],\n    \"nondopter\": [\n        \"nonadopter\"\n    ],\n    \"noadorantes\": [\n        \"nonadorantes\"\n    ],\n    \"ndị na-abụghị okenye\": [\n        \"nonadults\"\n    ],\n    \"enweghị ọganihu\": [\n        \"nonadvancement\",\n        \"nonprogressiveness\",\n        \"nonprosperousness\",\n        \"unadvancement\",\n        \"unprogressive\",\n        \"unprogressiveness\"\n    ],\n    \"enweghị mgbasa ozi\": [\n        \"nonadvertence\",\n        \"nonpersevering\",\n        \"nonrepatriation\"\n    ],\n    \"anabataghi ya\": [\n        \"nonaerated\",\n        \"unconceptualized\"\n    ],\n    \"anaghị ekwu okwu\": [\n        \"nonaesthetical\",\n        \"nonaphasic\",\n        \"nondenunciative\",\n        \"nonreticent\",\n        \"nonshattering\",\n        \"nontemporally\",\n        \"nontumorous\",\n        \"nonverbal\",\n        \"vergerless\"\n    ],\n    \"onye na-akwadoghị\": [\n        \"nonaffirmance\",\n        \"noncottager\"\n    ],\n    \"na-emeghi nyocha\": [\n        \"nonagglutinating\"\n    ],\n    \"emeghi nyocha\": [\n        \"nonagglutinative\"\n    ],\n    \"enweghị mmegide\": [\n        \"nonaggression\"\n    ],\n    \"anaghị eme ihe ike\": [\n        \"nonaggressive\"\n    ],\n    \"anaghị egbu egbu\": [\n        \"nonalcoholic\",\n        \"nonintoxicant\",\n        \"nonintoxicating\",\n        \"nonintoxicative\"\n    ],\n    \"n'anaghị ya\": [\n        \"nonalgebraically\"\n    ],\n    \"na-anaghị agbanwe agbanwe\": [\n        \"nonalienating\"\n    ],\n    \"na-abụghị ndị\": [\n        \"nonaligned\"\n    ],\n    \"anaghị akwado iwu\": [\n        \"nonallegorical\",\n        \"noncorruptive\",\n        \"nonidolatrous\",\n        \"nonperforate\",\n        \"nonprohibitable\",\n        \"nonprohibitive\",\n        \"unprohibitive\",\n        \"unsubservient\"\n    ],\n    \"nonalị\": [\n        \"nonallelic\"\n    ],\n    \"anaghị arịa ọrịa\": [\n        \"nonallergenic\",\n        \"noninfection\"\n    ],\n    \"edebanyeghi aha\": [\n        \"nonalliterated\",\n        \"uncloistered\",\n        \"unconsigned\",\n        \"unenlisted\"\n    ],\n    \"n'esighi n'uwa\": [\n        \"nonalliteratively\"\n    ],\n    \"enyeghi ego\": [\n        \"nonallotment\"\n    ],\n    \"abughi nke\": [\n        \"nonalluvial\"\n    ],\n    \"anaghị adị mfe\": [\n        \"nonalphabetical\",\n        \"nonduplicating\",\n        \"noneffusive\",\n        \"nonfeasor\",\n        \"nongelatinous\",\n        \"nongilded\",\n        \"nonprobably\"\n    ],\n    \"n'etinyeghi aka\": [\n        \"nonalphabetically\",\n        \"noncorroboratively\",\n        \"nonegotistically\",\n        \"nonindependently\",\n        \"noninterdependently\",\n        \"nonparasitically\",\n        \"unassertively\",\n        \"undramatically\",\n        \"unfirmly\",\n        \"uninclining\",\n        \"unindicatively\",\n        \"unirritatedly\",\n        \"unliterally\",\n        \"unparasitically\",\n        \"unproscriptively\",\n        \"unsymbolically\",\n        \"unsymmetrically\",\n        \"unspecifiedly\"\n    ],\n    \"n'amaghi\": [\n        \"nonamorously\",\n        \"nonrealizing\",\n        \"nonspatially\",\n        \"tapeless\",\n        \"unbanteringly\"\n    ],\n    \"n'ekwesighi\": [\n        \"nonamphibiously\",\n        \"unsincerely\"\n    ],\n    \"iwepu aka\": [\n        \"nonamputation\",\n        \"unthwarting\"\n    ],\n    \"abụghị anachronistic\": [\n        \"nonanachronistic\"\n    ],\n    \"abụghị anachronistically\": [\n        \"nonanachronistically\"\n    ],\n    \"nonalalytical\": [\n        \"nonanalytical\"\n    ],\n    \"nonanalogical\": [\n        \"nonanalogicalness\"\n    ],\n    \"na-abụghị usoro\": [\n        \"nonanatomically\",\n        \"nonconsecutive\",\n        \"nondiagrammatic\",\n        \"nondiagrammatically\",\n        \"nonmathematic\"\n    ],\n    \"anansha\": [\n        \"nonanemic\"\n    ],\n    \"na-anaghị agwọ ọrịa\": [\n        \"nonanesthetic\"\n    ],\n    \"edebeghị\": [\n        \"nonanguished\",\n        \"nondecayed\",\n        \"uncooped\",\n        \"uncoopered\",\n        \"uncramped\",\n        \"undeceased\",\n        \"undeclining\",\n        \"undecreased\",\n        \"undeferred\",\n        \"undeviated\",\n        \"undrained\",\n        \"unfurnitured\",\n        \"unrecreated\",\n        \"unsodden\"\n    ],\n    \"na-adịghị ndụ\": [\n        \"nonanimate\",\n        \"nonelevating\",\n        \"unanimate\"\n    ],\n    \"n’enweghi olu\": [\n        \"nonanimatingly\"\n    ],\n    \"anaghị ewepu ya\": [\n        \"nonannihilable\"\n    ],\n    \"nkwupụta ọkwa\": [\n        \"nonannouncement\",\n        \"preannouncement\"\n    ],\n    \"n'adighi ama\": [\n        \"nonantagonistic\",\n        \"nonnotional\"\n    ],\n    \"n'agbanyeghi\": [\n        \"nonantagonistically\",\n        \"nonethically\",\n        \"nontheistically\",\n        \"unpiteously\",\n        \"untunefully\"\n    ],\n    \"n'ụzọ na-enweghị usoro\": [\n        \"nonaphoristically\"\n    ],\n    \"n’enweghị nke ọ bụla\": [\n        \"nonapostolically\"\n    ],\n    \"onye anabataghi\": [\n        \"nonapparent\",\n        \"nonappendant\"\n    ],\n    \"enweghị ngosipụta\": [\n        \"nonappealability\",\n        \"nonappearances\"\n    ],\n    \"enweghị ike ịpụta\": [\n        \"nonappealable\"\n    ],\n    \"enweghị ngosi\": [\n        \"nonappealing\",\n        \"nonappealingness\"\n    ],\n    \"n'egosighi\": [\n        \"nonappealingly\",\n        \"unappeasedly\",\n        \"unappeasingly\",\n        \"undemonstratively\",\n        \"unfervidly\",\n        \"unprefixally\",\n        \"unvindictively\"\n    ],\n    \"enweghị ọdịdị\": [\n        \"nonappearance\",\n        \"nonfacetiousness\",\n        \"shapeless\",\n        \"shapelessly\",\n        \"shapelessness\"\n    ],\n    \"anaghị apụtakarị\": [\n        \"nonappearer\"\n    ],\n    \"apụtaghị\": [\n        \"nonappearing\",\n        \"outcured\",\n        \"unparked\",\n        \"unseethed\"\n    ],\n    \"onye anaghị akwado\": [\n        \"nonappellate\"\n    ],\n    \"enweghị ihe kwesịrị ekwesị\": [\n        \"nonapportionable\"\n    ],\n    \"ihe a na-apụghị ịghọta aghọta\": [\n        \"nonapprehensible\"\n    ],\n    \"a naghị akwụ ụgwọ\": [\n        \"nonapproachable\",\n        \"nondisbursed\",\n        \"unfixative\",\n        \"ungratifiable\",\n        \"unsuffered\"\n    ],\n    \"enweghị mbịakwute\": [\n        \"nonapproachableness\"\n    ],\n    \"n'adaghị iwu\": [\n        \"nonarchitecturally\",\n        \"nonclinically\",\n        \"noncortically\",\n        \"noncruciformly\",\n        \"uncredulously\"\n    ],\n    \"anaghị ebu\": [\n        \"nonarcking\"\n    ],\n    \"anaghị arụ ụka\": [\n        \"nonargumentative\"\n    ],\n    \"n'arụghị akwụkwọ\": [\n        \"nonargumentatively\"\n    ],\n    \"na-abụghị nke ndọrọ ndọrọ ọchịchị\": [\n        \"nonaristocratically\"\n    ],\n    \"anaghị ekwekọrịta\": [\n        \"nonarithmetic\"\n    ],\n    \"abụghị nke mgbakọnye\": [\n        \"nonarithmetical\"\n    ],\n    \"na-abụghị ngwa agha\": [\n        \"nonarmament\"\n    ],\n    \"n'adighi asasi\": [\n        \"nonaromatically\"\n    ],\n    \"enweghị njide\": [\n        \"nonarresting\",\n        \"unarrestable\"\n    ],\n    \"anaghị adị ọhụrụ\": [\n        \"nonarsenical\"\n    ],\n    \"na-enweghị usoro\": [\n        \"nonarticulately\",\n        \"nonartistically\",\n        \"noncirculatory\",\n        \"nondialyzing\",\n        \"nonphrenetic\",\n        \"nontaxonomically\",\n        \"nonvascularly\",\n        \"uncivilizedly\",\n        \"unpenetratingly\",\n        \"unpenetratively\"\n    ],\n    \"abụghị nrịgo\": [\n        \"nonascendance\"\n    ],\n    \"obughi ugwu\": [\n        \"nonascendancy\"\n    ],\n    \"adighi ari elu\": [\n        \"nonascendant\"\n    ],\n    \"enweghị ike ịchọta\": [\n        \"nonascertainableness\",\n        \"nonrecoverable\",\n        \"nonteachable\",\n        \"unaffableness\",\n        \"unascertainable\",\n        \"unascertainableness\",\n        \"uncoachable\",\n        \"unconsultable\",\n        \"uncovenable\",\n        \"uncoverable\",\n        \"unirascible\",\n        \"unknittable\",\n        \"unleakable\",\n        \"unprecludable\",\n        \"unrecoverable\",\n        \"unrecoverableness\"\n    ],\n    \"abụghị asceticism\": [\n        \"nonasceticism\"\n    ],\n    \"enweghị aseptic\": [\n        \"nonaseptic\"\n    ],\n    \"abụghị aseptically\": [\n        \"nonaseptically\"\n    ],\n    \"abụghị korota\": [\n        \"nonasphalt\"\n    ],\n    \"enweghị mwakpo\": [\n        \"nonassault\"\n    ],\n    \"anaghị ekwe akwụ ụgwọ\": [\n        \"nonassignabilty\"\n    ],\n    \"na-enweghị akwụ ụgwọ\": [\n        \"nonassignably\",\n        \"nonhedonically\"\n    ],\n    \"n'enyeghi aha\": [\n        \"nonassigned\",\n        \"nonorchestrally\"\n    ],\n    \"enweghị aka ọrụ\": [\n        \"nonassistant\"\n    ],\n    \"anaghị enye aka\": [\n        \"nonassistive\",\n        \"noninflationary\",\n        \"unproviding\"\n    ],\n    \"anaghị ekekọrịta\": [\n        \"nonassociational\",\n        \"nonassociative\",\n        \"nonfragile\",\n        \"nonsocietal\"\n    ],\n    \"n’enwekọtaghị\": [\n        \"nonassociatively\",\n        \"unassociatively\"\n    ],\n    \"onye na-anaghị anụ ọkụ\": [\n        \"nonassonant\"\n    ],\n    \"nonassass\": [\n        \"nonassumed\"\n    ],\n    \"enweghi mmesi obi ike\": [\n        \"nonassurance\"\n    ],\n    \"n'asaghị\": [\n        \"nonasthmatically\",\n        \"nonfrenetically\"\n    ],\n    \"n'esepughi aka\": [\n        \"nonastringently\",\n        \"unvociferously\"\n    ],\n    \"anaghị eweghachi\": [\n        \"nonathlete\",\n        \"nonregenerating\",\n        \"unrelished\",\n        \"unreverend\"\n    ],\n    \"anaghị adị egwu\": [\n        \"nonathletic\",\n        \"nonepic\",\n        \"nonepical\",\n        \"nonfading\",\n        \"nonfebrile\",\n        \"nonfilial\",\n        \"nonhardy\",\n        \"nonlugubrious\"\n    ],\n    \"n'emeghị egwuregwu\": [\n        \"nonathletically\",\n        \"unhomiletically\"\n    ],\n    \"n’enweghị mmetụta\": [\n        \"nonatmospherically\",\n        \"unfeelingly\"\n    ],\n    \"n'etinyeghị aka\": [\n        \"nonattacking\",\n        \"nonmethodically\",\n        \"nonpreventively\",\n        \"nonrelativistically\",\n        \"uncriticizingly\",\n        \"unpropitiously\",\n        \"unproportionedly\",\n        \"unprosperously\",\n        \"unprovokedly\",\n        \"unprovokingly\",\n        \"unreproachingly\"\n    ],\n    \"a naghị anụ ntị\": [\n        \"nonaudible\"\n    ],\n    \"ekwughi okwu\": [\n        \"nonaudibleness\",\n        \"nondeluded\",\n        \"nonpeak\",\n        \"nonpeaked\",\n        \"nonpecuniary\",\n        \"nonsacrificing\",\n        \"nonspeaker\",\n        \"nonspeaking\",\n        \"nonspecific\",\n        \"unexorableness\",\n        \"unexpedited\",\n        \"unoutraged\",\n        \"unoutspoken\",\n        \"unspecific\",\n        \"unspoken\",\n        \"unsuperannuated\",\n        \"unuttered\",\n        \"unvague\",\n        \"unwhistled\",\n        \"wordless\",\n        \"wordlessly\",\n        \"worldless\"\n    ],\n    \"n’enweghị ọnụ\": [\n        \"nonaudibly\"\n    ],\n    \"na-anaghị akọ\": [\n        \"nonaugmentative\"\n    ],\n    \"abụghị ezigbo\": [\n        \"nonauthentic\"\n    ],\n    \"enweghị nyocha\": [\n        \"nonauthentication\",\n        \"nonevaluation\",\n        \"nonexploratory\",\n        \"nonrevaluation\",\n        \"nonreviewable\",\n        \"nonrevision\",\n        \"unadvisedness\",\n        \"unexamining\",\n        \"unexcerpted\",\n        \"unexploratory\",\n        \"unexplored\",\n        \"unnarrative\",\n        \"unparched\"\n    ],\n    \"anaghị enye ikike\": [\n        \"nonauthoritative\",\n        \"unauthoritative\"\n    ],\n    \"anaghị enye nkwado\": [\n        \"nonauthoritatively\",\n        \"noncontributing\",\n        \"nonprovided\",\n        \"nonprovisionally\"\n    ],\n    \"na-enweghị ikike\": [\n        \"nonautomatically\",\n        \"nonautonomously\",\n        \"unautomatically\",\n        \"unmarginated\"\n    ],\n    \"a na-apụghị izere ezere\": [\n        \"nonavoidable\",\n        \"nonavoidably\",\n        \"unavoidably\"\n    ],\n    \"ezere ezere\": [\n        \"nonavoidableness\"\n    ],\n    \"ezere\": [\n        \"nonavoidance\",\n        \"shuns\"\n    ],\n    \"n'agbasaghị ya\": [\n        \"nonaxiomatically\",\n        \"nonenthusiastically\"\n    ],\n    \"na-abụghị nke nje\": [\n        \"nonbacterially\"\n    ],\n    \"na-emezighị emechi\": [\n        \"nonballoting\"\n    ],\n    \"abughi onye mba\": [\n        \"nonbarbarian\"\n    ],\n    \"ọ bụghị obi ọjọọ\": [\n        \"nonbarbaric\"\n    ],\n    \"enweghị obi ọjọọ\": [\n        \"nonbarbarous\",\n        \"nonferocious\",\n        \"nonferociousness\",\n        \"unguilty\",\n        \"unkindlier\",\n        \"unthirsty\"\n    ],\n    \"na-abụghị nke\": [\n        \"nonbaronial\",\n        \"nonbrooding\",\n        \"nondialectal\",\n        \"nondivisional\",\n        \"nonlineal\",\n        \"nonnarrative\",\n        \"nonplanetary\",\n        \"nonpraedial\"\n    ],\n    \"anaghị alụ ọgụ\": [\n        \"nonbathing\",\n        \"nonemotive\"\n    ],\n    \"n’emereghị ọnụ\": [\n        \"nonbeatifically\"\n    ],\n    \"anaghị adị mma\": [\n        \"nonbeauty\",\n        \"noncongruent\",\n        \"nongalvanized\"\n    ],\n    \"enweghị ike ịlụ ọgụ\": [\n        \"nonbelligerency\"\n    ],\n    \"onye na-enweghị mmụọ\": [\n        \"nonbelligerent\"\n    ],\n    \"ndị na-enweghị mmụọ\": [\n        \"nonbelligerents\"\n    ],\n    \"nke anaghị akwụ ụgwọ\": [\n        \"nonbeneficed\",\n        \"nonentitive\",\n        \"nonfeverous\",\n        \"nonpacifiable\",\n        \"nonpickable\",\n        \"nonpropitiable\",\n        \"nonsticky\",\n        \"nontortuous\",\n        \"nonvagrant\",\n        \"nonvalorous\",\n        \"nonvulcanizable\"\n    ],\n    \"n'adabaghị uru\": [\n        \"nonbeneficently\",\n        \"unefficaciously\"\n    ],\n    \"n'adighi uru\": [\n        \"nonbeneficially\",\n        \"nondeductively\",\n        \"nondevoutly\",\n        \"nonlucratively\",\n        \"nonprofitablely\",\n        \"nonprotrusively\",\n        \"unbeneficially\",\n        \"unsuperficially\"\n    ],\n    \"n'esiteghi n'ike\": [\n        \"nonbibulously\"\n    ],\n    \"emeghị akpịrị\": [\n        \"nonbibulousness\"\n    ],\n    \"n'emeghị anya\": [\n        \"nonbindingly\",\n        \"nonblindingly\",\n        \"nonbuoyantly\",\n        \"nonenviously\",\n        \"nongregariously\",\n        \"nonmystically\",\n        \"nonperspective\",\n        \"nonsoberly\",\n        \"unbeseechingly\",\n        \"unblinkingly\",\n        \"unflippantly\",\n        \"unnaggingly\",\n        \"unscratchingly\",\n        \"unscrutinisingly\",\n        \"unsluggishly\",\n        \"unwinkingly\",\n        \"winnowingly\"\n    ],\n    \"n'agbasaghị ihe\": [\n        \"nonbiographically\"\n    ],\n    \"n'adịghị ọgwụ\": [\n        \"nonbiologically\"\n    ],\n    \"adịghị akwụ ụgwọ\": [\n        \"nonbitter\",\n        \"unadaptive\",\n        \"unavenging\",\n        \"unbendsome\",\n        \"uncursing\",\n        \"undulative\",\n        \"ungainsaying\",\n        \"ungeneric\",\n        \"ungravitating\",\n        \"unhesitating\",\n        \"unhortative\",\n        \"unhousing\",\n        \"unostensive\",\n        \"unostensively\",\n        \"unpausing\",\n        \"unpositive\",\n        \"unremonstrating\",\n        \"unresistive\",\n        \"unresuscitating\",\n        \"unseductively\",\n        \"unspurious\",\n        \"unveracious\"\n    ],\n    \"n’enweghị ụta\": [\n        \"nonblamably\"\n    ],\n    \"anaghị ata ụta\": [\n        \"nonblameful\"\n    ],\n    \"n'emeghị ọnụ\": [\n        \"nonblamefully\",\n        \"nonboastingly\",\n        \"noncredulously\",\n        \"nonfestively\",\n        \"nonimbricately\",\n        \"nonimitatively\",\n        \"nonnatively\",\n        \"nonnebulously\",\n        \"nonvacantly\",\n        \"unboastfully\",\n        \"unflamboyantly\",\n        \"unpecuniarily\"\n    ],\n    \"adighi ita uta\": [\n        \"nonblameless\"\n    ],\n    \"abughi nkwulu\": [\n        \"nonblasphemy\"\n    ],\n    \"abụghị ngwakọta\": [\n        \"nonblended\"\n    ],\n    \"abụghị agakọ\": [\n        \"nonblending\"\n    ],\n    \"ọbara adịghị\": [\n        \"nonblooded\"\n    ],\n    \"na-abụghị ịgba ọchịchịrị\": [\n        \"nonblooming\"\n    ],\n    \"anaghị etu ọnụ\": [\n        \"nonboasting\"\n    ],\n    \"anaghị ebupụta\": [\n        \"nonboding\"\n    ],\n    \"edeghi akwukwo\": [\n        \"nonbookish\",\n        \"nonliterary\"\n    ],\n    \"n'agụghị akwụkwọ\": [\n        \"nonbookishly\",\n        \"noncontemporaneous\",\n        \"noncumulatively\",\n        \"nonpedagogically\",\n        \"unencumberedly\",\n        \"unpedagogically\"\n    ],\n    \"akwụkwọ ndị na-abụghị akwụkwọ\": [\n        \"nonbooks\"\n    ],\n    \"onye anakpoghi\": [\n        \"nonborrower\"\n    ],\n    \"non-ịgha\": [\n        \"nonbourgeois\"\n    ],\n    \"onye na-esiteghị na ya\": [\n        \"nonbreeder\"\n    ],\n    \"anaghị azụ anụ\": [\n        \"nonbreeding\"\n    ],\n    \"anaghị adị ọbara\": [\n        \"nonbroody\"\n    ],\n    \"n'adighi iwu\": [\n        \"nonbrutally\",\n        \"unsanguinarily\"\n    ],\n    \"abụghị bulbiferous\": [\n        \"nonbulbiferous\"\n    ],\n    \"abụghị bulbous\": [\n        \"nonbulbous\"\n    ],\n    \"abụghị buoyancy\": [\n        \"nonbuoyancy\"\n    ],\n    \"anaghị adị ndụ\": [\n        \"nonbuoyant\",\n        \"nonductile\",\n        \"nonfat\",\n        \"nonfatal\",\n        \"nonirate\",\n        \"noniridescent\",\n        \"nonlacteal\",\n        \"nonlaying\",\n        \"nonlive\",\n        \"nonpyogenic\",\n        \"nonrival\",\n        \"nonurgent\",\n        \"nonwaxing\"\n    ],\n    \"adịghị ebu ibu\": [\n        \"nonburdensome\"\n    ],\n    \"ejighi oke\": [\n        \"nonburdensomely\",\n        \"outdressed\",\n        \"outdriven\",\n        \"outdwelt\",\n        \"unaborted\",\n        \"unelaborately\",\n        \"unmarginal\"\n    ],\n    \"abughi ibu agha\": [\n        \"nonburdensomeness\"\n    ],\n    \"na-agbanyeghị ọkụ\": [\n        \"nonburning\"\n    ],\n    \"enweghị azụmahịa\": [\n        \"nonbusy\",\n        \"nonbusiness\",\n        \"nonbusyness\",\n        \"noncommerciality\"\n    ],\n    \"abụghị ụlọ ọrụ\": [\n        \"noncabinet\"\n    ],\n    \"kọfịine\": [\n        \"noncaffeine\"\n    ],\n    \"nke anaghị affeụ kọfị\": [\n        \"noncaffeinic\"\n    ],\n    \"anaghị eme achịcha\": [\n        \"noncaking\"\n    ],\n    \"enweghị nlekọta\": [\n        \"noncalcareous\",\n        \"uncalcareous\"\n    ],\n    \"enweghị mgbako\": [\n        \"noncalculable\"\n    ],\n    \"agaghị agbakọ\": [\n        \"noncalculably\"\n    ],\n    \"anaghị agbakọ\": [\n        \"noncalculating\",\n        \"noncirculating\",\n        \"nonconcluding\",\n        \"noncorrelating\"\n    ],\n    \"emekataghị\": [\n        \"noncalculative\"\n    ],\n    \"anaghị agụ akwụkwọ\": [\n        \"noncalumniating\",\n        \"nonliteracy\",\n        \"nonliterate\",\n        \"nonschooling\",\n        \"nonstudy\"\n    ],\n    \"n'esepughi\": [\n        \"noncandescently\",\n        \"nondefinitely\",\n        \"nondexterously\",\n        \"nondiscursively\",\n        \"nonesoterically\",\n        \"nonfeloniously\",\n        \"nongracefully\",\n        \"nonincandescently\",\n        \"noninvidiously\",\n        \"nonrandomly\",\n        \"nonremediably\",\n        \"nontransitively\",\n        \"uncessantly\",\n        \"uncomplainingly\",\n        \"unhinderingly\",\n        \"unmalignantly\",\n        \"unsagely\",\n        \"unservilely\",\n        \"unslothfully\"\n    ],\n    \"emeghi emechi\": [\n        \"noncapillary\",\n        \"nonfenestrated\",\n        \"nonveracity\",\n        \"unstampeded\"\n    ],\n    \"enweghị akọ\": [\n        \"noncaptiousness\",\n        \"tactless\",\n        \"tactlessly\",\n        \"tactlessness\",\n        \"unaudaciously\",\n        \"uncapaciously\",\n        \"uncaptiousness\",\n        \"unknitted\",\n        \"unpuckered\"\n    ],\n    \"ejideghị\": [\n        \"noncapture\",\n        \"uncatchy\",\n        \"ungripped\"\n    ],\n    \"abụghị ihe\": [\n        \"noncarbolic\",\n        \"nononerous\"\n    ],\n    \"anaghị etinye ego\": [\n        \"noncarbonated\"\n    ],\n    \"anaghị anabata mmadụ\": [\n        \"noncarnivorous\",\n        \"nondeceiving\",\n        \"nondisclosure\",\n        \"noninterceptive\",\n        \"nonreceptive\",\n        \"nonreceptivity\",\n        \"nonrespirable\",\n        \"nonuniversal\"\n    ],\n    \"enweghị nkeonwe\": [\n        \"noncartelized\"\n    ],\n    \"abụghị cataclysmal\": [\n        \"noncataclysmal\"\n    ],\n    \"abụghị cataclysmic\": [\n        \"noncataclysmic\"\n    ],\n    \"n'adaghị aka\": [\n        \"noncatalytically\"\n    ],\n    \"enweghị akụrụngwa\": [\n        \"noncathartical\"\n    ],\n    \"ịcụbiga mmanya ókè\": [\n        \"noncatholicity\",\n        \"overconsuming\"\n    ],\n    \"n’enweghị ego\": [\n        \"noncausatively\",\n        \"pennilessly\",\n        \"unabundantly\",\n        \"unbankably\",\n        \"undefensively\"\n    ],\n    \"enweghị caustic\": [\n        \"noncaustic\"\n    ],\n    \"Emela\": [\n        \"noncelebration\",\n        \"slatted\",\n        \"treddled\"\n    ],\n    \"abụghị cellulosic\": [\n        \"noncellulosic\"\n    ],\n    \"echebeghị\": [\n        \"noncensored\",\n        \"uncensored\",\n        \"uncensured\",\n        \"undefaced\",\n        \"unexperimented\",\n        \"unsurfaced\"\n    ],\n    \"n'adighi-ama\": [\n        \"noncensoriously\"\n    ],\n    \"anaghị agbanwe agbanwe\": [\n        \"nonchangeable\",\n        \"nonchangeably\",\n        \"nonchanging\",\n        \"nondegenerate\",\n        \"nonfluctuating\",\n        \"nonilluminative\",\n        \"noninverting\",\n        \"nonjurant\",\n        \"nontransforming\",\n        \"nonvariably\",\n        \"unchanging\",\n        \"unfluctuant\",\n        \"unrevolving\",\n        \"unrivaling\",\n        \"unshifting\",\n        \"untransforming\",\n        \"unvolatile\"\n    ],\n    \"na-ejikọtaghị ya\": [\n        \"nonchannelized\"\n    ],\n    \"enweghị njirimara\": [\n        \"noncharacteristic\"\n    ],\n    \"n'adighi-eme ihe\": [\n        \"noncharacteristically\"\n    ],\n    \"enweghị ọrụ ebere\": [\n        \"noncharitable\",\n        \"noncharitableness\",\n        \"uncharitable\",\n        \"uncharitableness\"\n    ],\n    \"n'anaghị ego\": [\n        \"noncharitably\",\n        \"uncharitably\"\n    ],\n    \"onye na-anaghi aru ogwu\": [\n        \"nonchemist\"\n    ],\n    \"n'agbasaghị\": [\n        \"nonchimerically\",\n        \"nonclamorously\",\n        \"nonterminatively\"\n    ],\n    \"onye na-abụghị onye ụka\": [\n        \"nonchurchgoer\"\n    ],\n    \"anaghị agagharị\": [\n        \"nonchurchgoing\"\n    ],\n    \"abụghị akwụkwọ Nsọ\": [\n        \"noncyclical\",\n        \"noncyclically\"\n    ],\n    \"emeghi okuko\": [\n        \"noncircuited\"\n    ],\n    \"n'emeghị mkpagharị\": [\n        \"noncircuitously\"\n    ],\n    \"enweghị circuit Circle\": [\n        \"noncircuitousness\"\n    ],\n    \"ọ bụghị okirikiri\": [\n        \"noncircular\"\n    ],\n    \"n'adighi mmiri\": [\n        \"noncircularly\"\n    ],\n    \"ngbanyeghi aka\": [\n        \"noncircumscriptive\"\n    ],\n    \"abaghi ugwu\": [\n        \"noncircumspect\"\n    ],\n    \"enweghị ọnọdụ\": [\n        \"noncircumstantial\",\n        \"positionless\",\n        \"unsituated\"\n    ],\n    \"abụghị nke zuru oke\": [\n        \"noncircumstantially\"\n    ],\n    \"onye mba\": [\n        \"noncitizen\"\n    ],\n    \"enweghị amamihe\": [\n        \"noncivilized\",\n        \"unphilosophic\",\n        \"unphilosophical\",\n        \"unphilosophically\",\n        \"unseldom\",\n        \"wisdomless\"\n    ],\n    \"ekwula\": [\n        \"nonclaim\",\n        \"reviles\"\n    ],\n    \"ekwupụtaghi\": [\n        \"nonclarified\"\n    ],\n    \"nke anaghị ekwe omume\": [\n        \"nonclassable\",\n        \"nondigestible\"\n    ],\n    \"klasik\": [\n        \"nonclassic\"\n    ],\n    \"ntinye nkewa\": [\n        \"nonclassification\"\n    ],\n    \"enweghị ugwu\": [\n        \"nonclimbing\"\n    ],\n    \"anaghị anọchi\": [\n        \"nonclose\"\n    ],\n    \"enweghị nkwonkwo\": [\n        \"noncoalescence\",\n        \"spineless\",\n        \"spinelessness\",\n        \"unpharasaic\",\n        \"unvascularly\"\n    ],\n    \"nokodi\": [\n        \"noncodified\"\n    ],\n    \"enweghị mmanye\": [\n        \"noncoercion\",\n        \"noncompulsoriness\",\n        \"nonenforcement\"\n    ],\n    \"enweghị ike ime ihe\": [\n        \"noncoerciveness\",\n        \"uncreativity\"\n    ],\n    \"-enweghị ike ịmata\": [\n        \"noncognizable\"\n    ],\n    \"n’enweghi ike ịmata\": [\n        \"noncognizably\"\n    ],\n    \"ịcụ sịga\": [\n        \"noncoking\"\n    ],\n    \"emeghị nkwekọrịta\": [\n        \"noncollaboration\"\n    ],\n    \"anaghị arụkọ ọrụ\": [\n        \"noncollaborative\",\n        \"nonincorporative\",\n        \"uncollaborative\"\n    ],\n    \"enweghị ike ịchịkọta\": [\n        \"noncollapsable\",\n        \"noncollapsible\",\n        \"nonsubmergibility\",\n        \"ungroupable\",\n        \"unlaborable\"\n    ],\n    \"anaghị anakọta\": [\n        \"noncollectable\"\n    ],\n    \"anakọtaghị ọnụ\": [\n        \"noncollectively\"\n    ],\n    \"enweghị otu\": [\n        \"noncollusively\",\n        \"noneclectically\",\n        \"nonelectively\",\n        \"teamless\",\n        \"uncollusive\",\n        \"uniformless\"\n    ],\n    \"na-enweghị ọchịchị\": [\n        \"noncolonial\"\n    ],\n    \"enweghị ịlụ ọgụ\": [\n        \"noncombat\"\n    ],\n    \"ndị na-abụghị ndị agha\": [\n        \"noncombatants\",\n        \"nonmilitants\"\n    ],\n    \"anaghị agbakọta\": [\n        \"noncombinative\"\n    ],\n    \"anaghị agwakọta\": [\n        \"noncombining\",\n        \"noncompoundable\"\n    ],\n    \"anaghị ere ere\": [\n        \"noncombustible\",\n        \"nonsale\"\n    ],\n    \"ndị na-enweghị ihe isi ike\": [\n        \"noncombustibles\"\n    ],\n    \"enweghị usoro\": [\n        \"noncomic\",\n        \"nonconcur\",\n        \"nonconcurred\",\n        \"nondieting\",\n        \"nondiplomatic\",\n        \"nonerratic\",\n        \"nonhierarchical\",\n        \"nonhierarchically\",\n        \"noninherently\",\n        \"nonliturgically\",\n        \"nonmethodic\",\n        \"nonmethodicalness\",\n        \"nonoperatic\",\n        \"nonrationalistical\",\n        \"nonsystem\",\n        \"nonsystematic\",\n        \"nonsystematical\",\n        \"nonsystematically\",\n        \"nontelepathically\",\n        \"orderlessness\",\n        \"randomly\",\n        \"systemless\",\n        \"unaxiomatically\",\n        \"unconsecutive\",\n        \"unconstructively\",\n        \"uncurdled\",\n        \"uneffaceably\",\n        \"uneffeminated\",\n        \"unlogically\",\n        \"unparticularised\",\n        \"unparticularising\",\n        \"unprocessed\",\n        \"unsystematic\",\n        \"unsystematical\",\n        \"unsystematically\",\n        \"unsystematicness\",\n        \"unsystematised\",\n        \"unsystematized\",\n        \"unsystematizedly\",\n        \"unsystematizing\",\n        \"unsystemizable\"\n    ],\n    \"anaghị abata\": [\n        \"noncoming\"\n    ],\n    \"n'emeghị nkwado\": [\n        \"noncommemoratively\"\n    ],\n    \"enweghị nkwanye mmiri\": [\n        \"noncommemoratory\"\n    ],\n    \"abụghị nke azụmahịa\": [\n        \"noncommercial\"\n    ],\n    \"ọ bụghị n'ahịa\": [\n        \"noncommercially\"\n    ],\n    \"enweghị nkwukọrịta\": [\n        \"noncommunicability\",\n        \"noncommunicant\",\n        \"noncommunicative\",\n        \"noncommunicativeness\",\n        \"uncommunicably\",\n        \"uncommunicated\",\n        \"uncommunicating\",\n        \"uncommunicativeness\"\n    ],\n    \"anaghị ekwurịta okwu\": [\n        \"noncommunicating\"\n    ],\n    \"onye na-akwadoghị ọchịchị\": [\n        \"noncommunist\"\n    ],\n    \"ndị na-abụghị ndị ọrụ\": [\n        \"noncommunists\",\n        \"nonlocals\",\n        \"nonmercenaries\",\n        \"nonusers\"\n    ],\n    \"anaghị akwado ọrụ\": [\n        \"noncommutative\",\n        \"nonprovisional\",\n        \"nonuniformitarian\"\n    ],\n    \"enweghị nche\": [\n        \"noncompearance\"\n    ],\n    \"enweghị asọmpi\": [\n        \"noncompeting\",\n        \"noncompetitive\",\n        \"noncompetitiveness\",\n        \"nonrepetitive\",\n        \"uncompetitiveness\"\n    ],\n    \"n'agbalighị ya\": [\n        \"noncomplacently\"\n    ],\n    \"n'agbalịghị\": [\n        \"noncomplaisantly\"\n    ],\n    \"abụghị ihe mejupụtara\": [\n        \"noncompos\"\n    ],\n    \"abụghị onyinye\": [\n        \"noncompound\"\n    ],\n    \"enweghị mkpakọ\": [\n        \"noncompression\"\n    ],\n    \"n'esepụghị ọnụ\": [\n        \"noncompulsively\",\n        \"uncompulsively\"\n    ],\n    \"abụghị mmanye\": [\n        \"noncompulsorily\"\n    ],\n    \"ndị na-abụghị\": [\n        \"noncoms\"\n    ],\n    \"abụghị zobe\": [\n        \"nonconcealment\"\n    ],\n    \"n'agbadoghi anya\": [\n        \"nonconcentrically\",\n        \"nonthreateningly\"\n    ],\n    \"anaghị adị ugbu a\": [\n        \"nonconcurrent\",\n        \"noncurrent\",\n        \"nonrecurrent\"\n    ],\n    \"n'esighi ya\": [\n        \"noncondescendingly\",\n        \"noncontextually\",\n        \"nonheretically\",\n        \"nonrepetitively\",\n        \"nonrhetorically\",\n        \"nontextual\",\n        \"nontextually\",\n        \"nontexturally\",\n        \"uninstructedly\",\n        \"unrequitedly\",\n        \"unrhetorically\"\n    ],\n    \"anaghị amị mkpụrụ\": [\n        \"nonconducive\"\n    ],\n    \"anaghị eduzi\": [\n        \"nonconductor\"\n    ],\n    \"ndị na-abụghị ndị na-eduzi ọrụ\": [\n        \"nonconductors\"\n    ],\n    \"enweghị ike ịnyefe\": [\n        \"nonconferrable\"\n    ],\n    \"enweghị amamịghe\": [\n        \"nonconficient\",\n        \"nonperpetuity\",\n        \"uniniquitousness\"\n    ],\n    \"nkwenye ekwenyeghi\": [\n        \"nonconfirmation\"\n    ],\n    \"enweghị ike iweghara\": [\n        \"nonconfiscable\",\n        \"unconfiscable\"\n    ],\n    \"ọ bụghị nke na-apụnara mmadụ ego\": [\n        \"nonconfiscatory\"\n    ],\n    \"ndị na-ekweghị ekwekọ\": [\n        \"nonconformists\"\n    ],\n    \"enweghị n'ihu\": [\n        \"nonconfrontation\"\n    ],\n    \"nongongregative\": [\n        \"noncongregative\"\n    ],\n    \"n'esoroghị anya\": [\n        \"nonconjecturably\"\n    ],\n    \"akọghị akọ\": [\n        \"nonconscientiousness\",\n        \"unaudacious\",\n        \"unconscientiousness\"\n    ],\n    \"adịghị arụpụta\": [\n        \"nonconsequent\",\n        \"unsequent\"\n    ],\n    \"abughi ihe nlebara anya\": [\n        \"nonconservational\"\n    ],\n    \"enweghị nchebara echiche\": [\n        \"nonconsideration\"\n    ],\n    \"onye anaghị akwụ ụgwọ\": [\n        \"nonconspirator\",\n        \"nonliquefiable\"\n    ],\n    \"na-akwadoghị iwu obodo\": [\n        \"nonconstitutional\"\n    ],\n    \"nkwenyeghi\": [\n        \"nonconsummation\",\n        \"unsyllogistic\"\n    ],\n    \"oriri na-eri\": [\n        \"nonconsumption\"\n    ],\n    \"anaghị akpọtụrụ\": [\n        \"noncontact\"\n    ],\n    \"enweghi mmerụ\": [\n        \"noncontaminable\",\n        \"unblemished\"\n    ],\n    \"enweghị mmetọ\": [\n        \"noncontaminative\",\n        \"unbenevolence\",\n        \"uncontaminative\",\n        \"unspoiled\"\n    ],\n    \"n'agụghị ya akwụkwọ\": [\n        \"noncontemporaneously\"\n    ],\n    \"agụghị ha agụ\": [\n        \"noncontemporaneousness\"\n    ],\n    \"oge obughi\": [\n        \"noncontemporary\"\n    ],\n    \"ndị na-abụghị ụlọ ọrụ\": [\n        \"noncontemporaries\"\n    ],\n    \"n'adabaghị iwu\": [\n        \"noncontemptibly\",\n        \"nondefinitively\",\n        \"nonerrantly\",\n        \"nonplatitudinously\",\n        \"nonrepetitiously\"\n    ],\n    \"n'emeghị nkwanye ùgwù\": [\n        \"noncontemptuously\",\n        \"nonflirtatiously\",\n        \"nonopprobriously\",\n        \"unhypothetically\",\n        \"unwhimperingly\",\n        \"unwhimsically\"\n    ],\n    \"n'esepụghị ya\": [\n        \"nonconterminously\"\n    ],\n    \"enweghị mgba\": [\n        \"noncontestable\",\n        \"noncontestation\",\n        \"unstruggling\"\n    ],\n    \"n'enyeghị nsogbu\": [\n        \"noncontingently\",\n        \"nonnutritiously\",\n        \"nonpoisonously\"\n    ],\n    \"nkwụsịghị\": [\n        \"noncontinuance\",\n        \"noncontinuation\"\n    ],\n    \"anaghị adị nkwekọrịta\": [\n        \"noncontractual\"\n    ],\n    \"anaghị emegide\": [\n        \"noncontradictory\",\n        \"noncontradictories\"\n    ],\n    \"enweghị ike ibute ya\": [\n        \"noncontributable\"\n    ],\n    \"anaghị enyefe\": [\n        \"noncontribution\",\n        \"nonforfeiture\",\n        \"uncontributing\"\n    ],\n    \"onye na-anaghị enyefe aka\": [\n        \"noncontributor\"\n    ],\n    \"anaghị achịkwa ahịa\": [\n        \"noncontumacious\"\n    ],\n    \"n'emesighi ya\": [\n        \"noncontumaciously\"\n    ],\n    \"na-abụghị omenala\": [\n        \"nonconventional\",\n        \"nontraditionally\"\n    ],\n    \"enweghị mkparịta ụka\": [\n        \"nonconversational\"\n    ],\n    \"na-agbarịta ụka\": [\n        \"nonconversationally\"\n    ],\n    \"nke enweghị nkwekọrịta\": [\n        \"nonconvivially\"\n    ],\n    \"onye na-adịghị arụkọ ọrụ\": [\n        \"noncooperationist\"\n    ],\n    \"onye na-ekwughị ihe ọ bụla\": [\n        \"noncooperator\"\n    ],\n    \"anaghị edegharị\": [\n        \"noncopying\",\n        \"noncrystallizing\",\n        \"nonradiating\",\n        \"nontranscribing\",\n        \"nontranscription\",\n        \"unrepining\"\n    ],\n    \"anaghị akwado ụlọ ọrụ\": [\n        \"noncorporate\"\n    ],\n    \"na-abụghị nkea\": [\n        \"noncorporeal\"\n    ],\n    \"anaghị emezi ihe\": [\n        \"noncorrectional\"\n    ],\n    \"edeghị ede\": [\n        \"noncorrective\",\n        \"nonrationalistically\",\n        \"unaccreditated\",\n        \"unanalogical\",\n        \"uncandour\",\n        \"uncatechisedness\",\n        \"unextraneously\",\n        \"unlocalise\",\n        \"unrepelled\",\n        \"untrite\",\n        \"unwritable\"\n    ],\n    \"onye na-ekwekọghị ekwekọ\": [\n        \"noncorrespondent\"\n    ],\n    \"onye na-enye nsogbu\": [\n        \"noncorrupter\"\n    ],\n    \"enweghị nrụrụ\": [\n        \"noncorruption\"\n    ],\n    \"n'emeghị elu ọnụ\": [\n        \"noncosmically\"\n    ],\n    \"nonosmopolitan\": [\n        \"noncosmopolitan\"\n    ],\n    \"nkwenye na-akwadoghị iwu\": [\n        \"noncosmopolitanism\"\n    ],\n    \"na-abụghị cotyledonary\": [\n        \"noncotyledonary\"\n    ],\n    \"monocotyledonous\": [\n        \"noncotyledonous\",\n        \"syncotyledonous\",\n        \"unicotyledonous\"\n    ],\n    \"n'adịghị anyaukwu\": [\n        \"noncovetously\"\n    ],\n    \"anaghị ehi ụra\": [\n        \"noncrenate\"\n    ],\n    \"abụghị cretaceous\": [\n        \"noncretaceous\"\n    ],\n    \"abụghị mpụ\": [\n        \"noncriminality\"\n    ],\n    \"ọ bụghị mpụ\": [\n        \"noncriminally\"\n    ],\n    \"na-abụghị edemede\": [\n        \"noncryptic\"\n    ],\n    \"anaghị agba nkịtị\": [\n        \"noncryptical\"\n    ],\n    \"n'inyeghi ya\": [\n        \"noncryptically\"\n    ],\n    \"abụghị crystalline\": [\n        \"noncrystalline\"\n    ],\n    \"enweghị crystallizable\": [\n        \"noncrystallizable\"\n    ],\n    \"abụghị crystallized\": [\n        \"noncrystallized\"\n    ],\n    \"enweghị nkatọ\": [\n        \"noncritical\",\n        \"uncritical\",\n        \"uncritically\",\n        \"uncriticisably\"\n    ],\n    \"n'enyeghị aka\": [\n        \"noncritically\"\n    ],\n    \"abụghị omenala\": [\n        \"noncultural\"\n    ],\n    \"enweghị omenala\": [\n        \"noncultured\",\n        \"unagricultural\"\n    ],\n    \"abụghị ego\": [\n        \"noncurrency\"\n    ],\n    \"na-abụghị oge\": [\n        \"noncurrently\"\n    ],\n    \"abụghị cuspidate\": [\n        \"noncuspidate\"\n    ],\n    \"anaghị egbutu\": [\n        \"noncutting\"\n    ],\n    \"n'esiteghi nzi ozi\": [\n        \"nondamagingly\"\n    ],\n    \"onye nondancer\": [\n        \"nondancer\"\n    ],\n    \"adịghị ize ndụ\": [\n        \"nondangerous\",\n        \"nonhazardousness\",\n        \"undangerous\"\n    ],\n    \"abụghị ihe egwu\": [\n        \"nondangerously\"\n    ],\n    \"adịghị egbu egbu\": [\n        \"nondeadly\",\n        \"nontoxic\",\n        \"unintoxicated\",\n        \"unintoxicating\"\n    ],\n    \"adighi nti\": [\n        \"nondeaf\",\n        \"nondeafeningly\"\n    ],\n    \"emeghị ka ọ daa mbà\": [\n        \"nondeafened\"\n    ],\n    \"anaghị agụ\": [\n        \"nondeafening\",\n        \"nonreading\"\n    ],\n    \"enweghị ntị\": [\n        \"nondeafness\"\n    ],\n    \"anaghị agbasi mbọ ike\": [\n        \"nondebilitating\",\n        \"nonrelieving\"\n    ],\n    \"enweghị nkwalite\": [\n        \"nondebilitation\",\n        \"nonprovocativeness\"\n    ],\n    \"enweghị mgbapụ\": [\n        \"nondeceivable\"\n    ],\n    \"n'aghuputa\": [\n        \"nondeceptively\"\n    ],\n    \"ekwula okwu\": [\n        \"nondeciduate\"\n    ],\n    \"nkwupụta enweghị nkwupụta\": [\n        \"nondeclaration\"\n    ],\n    \"ekwuputaghi\": [\n        \"nondeclaratory\",\n        \"nondeclarer\",\n        \"nondeportation\",\n        \"nondeported\",\n        \"nonvitrified\",\n        \"unannounced\",\n        \"uncaught\",\n        \"unclasped\",\n        \"unclawed\",\n        \"undeclaimed\",\n        \"undeclare\",\n        \"undeclared\",\n        \"undeported\",\n        \"undisclosed\",\n        \"undiscomposed\",\n        \"undisposed\",\n        \"unexported\",\n        \"unexporting\",\n        \"unheralded\",\n        \"unlined\",\n        \"unnewsed\",\n        \"unportraited\",\n        \"unpostponed\",\n        \"unpresented\",\n        \"unproclaimed\",\n        \"unpronounced\",\n        \"unreclaimed\",\n        \"unreeved\",\n        \"unreproduced\",\n        \"unresented\",\n        \"unretorted\",\n        \"unstaffed\",\n        \"unvitalizing\",\n        \"unvitrified\"\n    ],\n    \"anaghị achọ mma\": [\n        \"nondecoration\",\n        \"nondecorative\"\n    ],\n    \"anaghị akọ akụkọ\": [\n        \"nondecreasing\",\n        \"nondistorting\",\n        \"nonpolarizing\"\n    ],\n    \"anaghị anọ nkịtị\": [\n        \"nondedicatory\",\n        \"nonhesitant\"\n    ],\n    \"anaghi ekwe mmadu\": [\n        \"nondeducible\"\n    ],\n    \"nke a na-agaghị akwụ ụgwọ\": [\n        \"nondeductible\"\n    ],\n    \"enweghi mmena\": [\n        \"nondeduction\"\n    ],\n    \"anaghị adị akọ\": [\n        \"nondeductive\"\n    ],\n    \"abụghị nkwulu\": [\n        \"nondefamatory\"\n    ],\n    \"nonfefeat\": [\n        \"nondefeat\"\n    ],\n    \"enweghị nkwarụ\": [\n        \"nondefectiveness\",\n        \"nonformidability\",\n        \"nonimpairment\",\n        \"tamelessness\",\n        \"unadverseness\",\n        \"uncumbrousness\",\n        \"unfoaming\",\n        \"unskirmished\"\n    ],\n    \"anaghị egosipụta\": [\n        \"nondeferential\",\n        \"nonrefractional\",\n        \"nonrepressed\",\n        \"unibracteate\"\n    ],\n    \"enweghị ihe ndị na-ezughị ezu\": [\n        \"nondeficiencies\"\n    ],\n    \"enweghị nkà\": [\n        \"nondeficient\",\n        \"nontechnicalness\",\n        \"skillessness\",\n        \"unproficiently\",\n        \"unskilful\",\n        \"unskilfulness\",\n        \"unskilledly\",\n        \"unskillful\",\n        \"unskillfulness\"\n    ],\n    \"n'adabaghị\": [\n        \"nondeficiently\",\n        \"nonpacifically\",\n        \"undreadfully\"\n    ],\n    \"enweghị profaịlụ\": [\n        \"nondefilement\"\n    ],\n    \"adịghị agwụ agwụ\": [\n        \"nondefiling\",\n        \"nondiminishing\",\n        \"nonexciting\",\n        \"uncasing\",\n        \"uncurving\",\n        \"unendingness\",\n        \"unfiring\",\n        \"unhating\",\n        \"unhorse\",\n        \"verdureless\"\n    ],\n    \"akọwaghị\": [\n        \"nondefined\",\n        \"nonrefined\",\n        \"undefied\",\n        \"undefiled\",\n        \"undefine\",\n        \"undefined\",\n        \"unexpelled\",\n        \"unexplained\",\n        \"unexplainedly\",\n        \"unexplainedness\",\n        \"unexpounded\",\n        \"unfined\",\n        \"unplacated\",\n        \"unplained\",\n        \"unprefined\"\n    ],\n    \"enweghị mgbapụta\": [\n        \"nondeflation\",\n        \"nondeflationary\",\n        \"nonpumpable\",\n        \"nonpungent\",\n        \"ransomless\",\n        \"redeless\",\n        \"redemptionless\"\n    ],\n    \"enweghi ugwu\": [\n        \"nondeforestation\",\n        \"uncircumstantial\",\n        \"uncircumstantialy\",\n        \"uncircumstantially\"\n    ],\n    \"abụghị kwụsị\": [\n        \"nondefunct\"\n    ],\n    \"enweghị degeneracy\": [\n        \"nondegeneracy\"\n    ],\n    \"abụghị degeneracies\": [\n        \"nondegeneracies\"\n    ],\n    \"n'agbaghị aka\": [\n        \"nondegenerately\"\n    ],\n    \"nke na-abụghị ọmụmụ\": [\n        \"nondegenerative\"\n    ],\n    \"enweghị mmebi\": [\n        \"nondegradation\"\n    ],\n    \"emeghị elu\": [\n        \"nondegreased\"\n    ],\n    \"anaghị anọchite anya ọgbakọ\": [\n        \"nondelegate\"\n    ],\n    \"enweghị nnọchi\": [\n        \"nondelegation\"\n    ],\n    \"n'agụghị\": [\n        \"nondeleteriously\"\n    ],\n    \"ekweghi-omume\": [\n        \"nondeliberateness\",\n        \"nongentile\"\n    ],\n    \"onye na-anaghị ede akwụkwọ\": [\n        \"nondelicate\"\n    ],\n    \"agaghi ekwu\": [\n        \"nondelineative\"\n    ],\n    \"anaghi eche\": [\n        \"nondeliquescent\"\n    ],\n    \"adighi eche nche\": [\n        \"nondelirious\"\n    ],\n    \"n’enweghi nkwanye ugwu\": [\n        \"nondeliriously\",\n        \"nondissipatedly\",\n        \"unfragrantly\"\n    ],\n    \"onye anaghị asọpụrụ\": [\n        \"nondemand\"\n    ],\n    \"anaghi atụ ya\": [\n        \"nondemanding\"\n    ],\n    \"onye na-abụghị onye ọchịchị\": [\n        \"nondemocratic\",\n        \"nonmonarchist\"\n    ],\n    \"onye na-akwadoghi ọchịchị\": [\n        \"nondemocratical\"\n    ],\n    \"a gaghị ekwe omume\": [\n        \"nondemonstrable\"\n    ],\n    \"n'emeghị nke ọma\": [\n        \"nondemonstrably\"\n    ],\n    \"emeghi ngosi\": [\n        \"nondemonstration\"\n    ],\n    \"n'amaghi nke a\": [\n        \"nondemonstratively\"\n    ],\n    \"nenenominational\": [\n        \"nondenominational\"\n    ],\n    \"nenenominationally\": [\n        \"nondenominationally\"\n    ],\n    \"anaghị eche echiche\": [\n        \"nondenotative\",\n        \"noninflectional\",\n        \"nonlethargical\"\n    ],\n    \"n'amaghi ihe\": [\n        \"nondenotatively\",\n        \"nondistortingly\",\n        \"nonspeculatively\",\n        \"pseudomythically\",\n        \"unintellectually\",\n        \"unintelligently\",\n        \"unpictorializing\",\n        \"unpunishingly\",\n        \"unrightwise\"\n    ],\n    \"ekwupụtaghị ya\": [\n        \"nondenunciating\",\n        \"unbedewed\",\n        \"undistortedly\"\n    ],\n    \"nenenunciation\": [\n        \"nondenunciation\"\n    ],\n    \"nenenunciatory\": [\n        \"nondenunciatory\"\n    ],\n    \"anaghị edozi mmiri\": [\n        \"nondeodorant\"\n    ],\n    \"na-edozi onwe ya\": [\n        \"nondeodorizing\"\n    ],\n    \"na-abụghị nke ụlọ\": [\n        \"nondepartmental\",\n        \"nondepartmentally\"\n    ],\n    \"emeghi nke ozo\": [\n        \"nondeparture\"\n    ],\n    \"enweghị ndabere\": [\n        \"nondependency\"\n    ],\n    \"enweghị dependencies\": [\n        \"nondependencies\"\n    ],\n    \"na-adabereghị\": [\n        \"nondependent\"\n    ],\n    \"anaghị eto eto\": [\n        \"nondepraved\"\n    ],\n    \"na-enweghị nkọwa\": [\n        \"nondeprecatingly\",\n        \"nondeprecatively\",\n        \"undeprecatingly\",\n        \"unplacatory\",\n        \"unprevaricating\"\n    ],\n    \"na-enweghị amụma\": [\n        \"nondeprecatorily\"\n    ],\n    \"n'adighi ume\": [\n        \"nondepressingly\",\n        \"nonenergetically\"\n    ],\n    \"n'adighi ede\": [\n        \"nonderogatively\"\n    ],\n    \"anaghị edepụta ya\": [\n        \"nondescriptive\"\n    ],\n    \"n'agaghi ede ya\": [\n        \"nondescriptively\"\n    ],\n    \"edeghi ede\": [\n        \"nondescriptly\",\n        \"nonliterally\"\n    ],\n    \"edeghi aha\": [\n        \"nondesignate\",\n        \"nonrationalized\",\n        \"nontitled\",\n        \"uneulogised\",\n        \"ungraphitized\",\n        \"unreclined\"\n    ],\n    \"emeghi aha\": [\n        \"nondesigned\"\n    ],\n    \"agaghi eche\": [\n        \"nondesire\"\n    ],\n    \"nsị adịghị mma\": [\n        \"nondestruction\"\n    ],\n    \"nke na-adịghị edozi\": [\n        \"nondestructive\"\n    ],\n    \"n'emeghị nhazi\": [\n        \"nondestructively\",\n        \"uninstructively\"\n    ],\n    \"enweghị nacomi\": [\n        \"nondetachability\"\n    ],\n    \"nke a na-apụghị ịkọwa akọwa\": [\n        \"nondeterminable\",\n        \"unexcitable\",\n        \"unpersuadable\"\n    ],\n    \"anaghi ekpebi ya\": [\n        \"nondeterminant\"\n    ],\n    \"n'amaghị nke ọ bụla\": [\n        \"nondeterminately\",\n        \"nontemporarily\"\n    ],\n    \"mkpebi a\": [\n        \"nondetermination\"\n    ],\n    \"onye na-akwadoghi ebe obibi\": [\n        \"nondeterminist\"\n    ],\n    \"agaghi aghota\": [\n        \"nondetonating\"\n    ],\n    \"enweghị ike ịzụlite\": [\n        \"nondevelopable\"\n    ],\n    \"emeghi mmepe\": [\n        \"nondevelopmental\"\n    ],\n    \"nke enweghị nkwalite\": [\n        \"nondevotional\"\n    ],\n    \"nondilectic\": [\n        \"nondialectic\"\n    ],\n    \"edeghị ederede\": [\n        \"nondialectical\",\n        \"nonpainter\",\n        \"unscripted\"\n    ],\n    \"anaghị ewere ya\": [\n        \"nondialectically\"\n    ],\n    \"abụghị dichotomously\": [\n        \"nondichotomously\"\n    ],\n    \"enweghị onye ọ bụla\": [\n        \"nondictation\",\n        \"nonexclusion\",\n        \"nonexhaustiveness\",\n        \"nonexoneration\"\n    ],\n    \"ọtụmọtọ\": [\n        \"nondictatorial\"\n    ],\n    \"nondidactact\": [\n        \"nondidactically\"\n    ],\n    \"enweghị mkpụrụ ndụ\": [\n        \"nondietetic\"\n    ],\n    \"na-abụghị nri\": [\n        \"nondietetically\"\n    ],\n    \"enweghị iche\": [\n        \"nondifferentiation\",\n        \"nonvariety\",\n        \"uncial\"\n    ],\n    \"n’atụghị anya\": [\n        \"nondiffidently\",\n        \"unanticipating\",\n        \"unsacredly\",\n        \"unwaited\",\n        \"unwarred\"\n    ],\n    \"agbaghị iche\": [\n        \"nondiffractively\"\n    ],\n    \"n’enweghị atụ\": [\n        \"nondiffusibly\",\n        \"nonebulliently\",\n        \"nonelectrically\",\n        \"nonevadingly\",\n        \"starlessly\",\n        \"unadaptively\",\n        \"unadoringly\",\n        \"unamazedly\",\n        \"unambiguously\",\n        \"unattenuatedly\",\n        \"unattributably\",\n        \"unavidly\",\n        \"uncasually\",\n        \"uncausatively\",\n        \"unconscionably\",\n        \"unendurably\",\n        \"univocally\",\n        \"unmeanderingly\",\n        \"unmeasuredly\",\n        \"unmelodically\",\n        \"unpeevishly\",\n        \"unsensationally\",\n        \"unsplenetically\",\n        \"unsubduedly\",\n        \"unveraciously\",\n        \"unviolably\"\n    ],\n    \"adịghị atụgharị\": [\n        \"nondigesting\"\n    ],\n    \"adịghị agagharị\": [\n        \"nondigestive\"\n    ],\n    \"onye anaghị arụ ọrụ\": [\n        \"nondiligent\",\n        \"nonrationalist\"\n    ],\n    \"adighi ihe\": [\n        \"nondynastic\",\n        \"nonemergent\",\n        \"unemergent\"\n    ],\n    \"na-agbasaghị ya\": [\n        \"nondiplomatically\",\n        \"nongeographically\",\n        \"nontautologically\"\n    ],\n    \"edeghị ihe\": [\n        \"nondirective\"\n    ],\n    \"ekweghi ekwenye\": [\n        \"nondirigibility\"\n    ],\n    \"ekweghi na nkwekọrịta\": [\n        \"nondisagreement\"\n    ],\n    \"anaghị apụ apụ\": [\n        \"nondisappearing\",\n        \"unfading\",\n        \"unfreeing\",\n        \"unfreezes\"\n    ],\n    \"abughi ihe agha\": [\n        \"nondisarmament\"\n    ],\n    \"abụghị ọdachi\": [\n        \"nondisastrously\"\n    ],\n    \"a naghị akwado ya\": [\n        \"nondisciplinable\"\n    ],\n    \"anaghi azu akwukwo\": [\n        \"nondisciplinary\"\n    ],\n    \"anaghị adọ aka na ntị\": [\n        \"nondisciplining\"\n    ],\n    \"nke a na-apụghị ịkọwapụta\": [\n        \"nondiscoverable\",\n        \"nonfilterable\",\n        \"nonsalvageable\",\n        \"uncultivatable\",\n        \"undeterminableness\",\n        \"unfurrowable\",\n        \"unreprovably\",\n        \"unsusceptible\"\n    ],\n    \"enweghi nchoputa\": [\n        \"nondiscovery\"\n    ],\n    \"anaghị akpa ókè\": [\n        \"nondiscriminating\"\n    ],\n    \"n'esepughi oke\": [\n        \"nondiscriminatingly\",\n        \"nondiscriminatively\",\n        \"nonveraciously\"\n    ],\n    \"adịghị akpa ókè\": [\n        \"nondiscriminative\"\n    ],\n    \"emeghi akpa oke\": [\n        \"nondiscriminatory\"\n    ],\n    \"enweghị nhọpụta\": [\n        \"nondisestablishment\"\n    ],\n    \"enweghị nhịahụ\": [\n        \"nondisfigurement\"\n    ],\n    \"enwetaghi ikike\": [\n        \"nondisfranchised\",\n        \"unautographed\",\n        \"undefensed\",\n        \"unmortified\",\n        \"unsecularized\",\n        \"unsymmetrized\"\n    ],\n    \"nondisjunction\": [\n        \"nondisjunctional\",\n        \"nondisjunctive\"\n    ],\n    \"n’enweghi iche\": [\n        \"nondisparately\"\n    ],\n    \"oge abụghị\": [\n        \"nondispensation\"\n    ],\n    \"abughi oge\": [\n        \"nondispensational\"\n    ],\n    \"enweghi mgbagha\": [\n        \"nondisputatious\",\n        \"undisputable\",\n        \"undisputableness\",\n        \"undisputatious\",\n        \"unquestionability\",\n        \"unquestionable\",\n        \"unquestionate\"\n    ],\n    \"ekwesighi iru eru\": [\n        \"nondisqualifying\"\n    ],\n    \"agwaghi\": [\n        \"nondissipated\",\n        \"nondistorted\"\n    ],\n    \"ekwesighi ekwenti\": [\n        \"nondissipatedness\"\n    ],\n    \"ekwughị ihe ọ bụla\": [\n        \"nondissipative\",\n        \"nonlibidinousness\",\n        \"nonsilicated\",\n        \"nonsolvableness\"\n    ],\n    \"amaghi iche\": [\n        \"nondistinguished\"\n    ],\n    \"adịghị iche iche\": [\n        \"nondistinguishing\"\n    ],\n    \"n’enweghi nkwenye\": [\n        \"nondistortedly\"\n    ],\n    \"a na-agwaghị anyị\": [\n        \"nondistracted\"\n    ],\n    \"a na-edekọtaghị ya\": [\n        \"nondistractedly\"\n    ],\n    \"anaghị anọkata\": [\n        \"nondistracting\",\n        \"nonoxygenous\"\n    ],\n    \"n'adighi adi\": [\n        \"nondistractingly\"\n    ],\n    \"anaghị ekesa\": [\n        \"nondistributional\"\n    ],\n    \"nkewa agaghi\": [\n        \"nondistributive\"\n    ],\n    \"n'anaghị nkewa\": [\n        \"nondistributively\"\n    ],\n    \"ndị na-edeghị akwụkwọ\": [\n        \"nondocumentaries\"\n    ],\n    \"n'emeghị ọkwa\": [\n        \"nondogmatically\"\n    ],\n    \"akpaghi aha\": [\n        \"nondomination\"\n    ],\n    \"n’enweghị obi abụọ\": [\n        \"nondoubtingly\",\n        \"skeptically\"\n    ],\n    \"abụghị nke ukwuu\": [\n        \"nondramatically\",\n        \"nonprolifically\"\n    ],\n    \"adịghị akọ\": [\n        \"nondrying\"\n    ],\n    \"nke anaghị arinkụ\": [\n        \"nondrinkable\"\n    ],\n    \"onye nondrinker\": [\n        \"nondrinker\"\n    ],\n    \"ndị na-adịghị edozi\": [\n        \"nondrinkers\"\n    ],\n    \"adịghị a drinkingụ\": [\n        \"nondrinking\"\n    ],\n    \"abụghị onye ọkwọ ụgbọ ala\": [\n        \"nondriver\"\n    ],\n    \"na-abụghị usoro iwu\": [\n        \"nondualistically\"\n    ],\n    \"ọ dịghị ụka\": [\n        \"nonecclesiastic\",\n        \"nonecclesiastical\"\n    ],\n    \"ọ dịghị ụka ọ bụla\": [\n        \"nonecclesiastically\"\n    ],\n    \"nochoic\": [\n        \"nonechoic\"\n    ],\n    \"enweghị akụnụba\": [\n        \"noneconomy\",\n        \"noneconomies\",\n        \"wealthless\"\n    ],\n    \"abụghị echekwa\": [\n        \"noneconomical\"\n    ],\n    \"adighi aku na uba\": [\n        \"noneconomically\"\n    ],\n    \"nocstatic\": [\n        \"nonecstatic\"\n    ],\n    \"adighi nke oma\": [\n        \"nonecstatically\"\n    ],\n    \"Enweghị akwụkwọ\": [\n        \"nonecumenical\"\n    ],\n    \"nonititorial\": [\n        \"noneditorial\"\n    ],\n    \"na-enweghị akwụkwọ\": [\n        \"noneditorially\",\n        \"nonionizing\",\n        \"undiurnally\"\n    ],\n    \"adighi akwukwo\": [\n        \"noneducationally\"\n    ],\n    \"ọ dịghị ihe\": [\n        \"noneffervescent\",\n        \"nothing\"\n    ],\n    \"noffete\": [\n        \"noneffete\"\n    ],\n    \"noffusively\": [\n        \"noneffusively\"\n    ],\n    \"noffusiveness\": [\n        \"noneffusiveness\"\n    ],\n    \"dịghị ihe ọ bụla\": [\n        \"nonejaculatory\"\n    ],\n    \"Ndebanye aha\": [\n        \"nonejecting\"\n    ],\n    \"ikwusighi\": [\n        \"nonelaborate\"\n    ],\n    \"adịghị ekwupụta\": [\n        \"nonelaborating\",\n        \"unphlegmatic\"\n    ],\n    \"ahughi\": [\n        \"nonelect\",\n        \"unapparent\",\n        \"unobserved\",\n        \"unobverted\"\n    ],\n    \"nolection\": [\n        \"nonelection\"\n    ],\n    \"anaghi ahota\": [\n        \"nonelective\"\n    ],\n    \"enweghị eletrik\": [\n        \"nonelectric\",\n        \"nonelectrical\"\n    ],\n    \"ọ dịghị ihe ọ bụla\": [\n        \"nonelectrification\",\n        \"nonelectrolytic\",\n        \"nonexclamatory\",\n        \"nonexpiatory\"\n    ],\n    \"Enweghị atụtụ\": [\n        \"nonelectrified\"\n    ],\n    \"enweghịlectlylyte\": [\n        \"nonelectrolyte\"\n    ],\n    \"noleemosynary\": [\n        \"noneleemosynary\"\n    ],\n    \"nke nolemental\": [\n        \"nonelemental\"\n    ],\n    \"nolementally\": [\n        \"nonelementally\"\n    ],\n    \"nolevation\": [\n        \"nonelevation\"\n    ],\n    \"adighi amasi\": [\n        \"noneliminative\"\n    ],\n    \"na-enweghị mmerụ\": [\n        \"noneliminatory\"\n    ],\n    \"nonmanant\": [\n        \"nonemanant\"\n    ],\n    \"na-anaghị eme ihe\": [\n        \"nonemanating\"\n    ],\n    \"emeghi ego\": [\n        \"nonembezzlement\"\n    ],\n    \"esiteghi na mba ozo\": [\n        \"nonemigrant\"\n    ],\n    \"enweghị njem\": [\n        \"nonemigration\",\n        \"nonimmigration\",\n        \"nonpassenger\"\n    ],\n    \"n'emeghị mmụọ\": [\n        \"nonemotionally\",\n        \"nonempirically\",\n        \"nonpragmatically\",\n        \"nonspiritually\",\n        \"uncynically\",\n        \"unemotionally\"\n    ],\n    \"n'emeghị ya n'ụzọ\": [\n        \"nonempathically\"\n    ],\n    \"anaghị ekwe mbọ\": [\n        \"nonemphatic\"\n    ],\n    \"n'emeghi ntule\": [\n        \"nonemphatical\"\n    ],\n    \"ejighị kpọrọ ihe\": [\n        \"nonemulous\"\n    ],\n    \"noncentclopedic\": [\n        \"nonencyclopedic\"\n    ],\n    \"ekpuchighi\": [\n        \"nonenclosure\",\n        \"nonvisualized\",\n        \"unafflicted\",\n        \"unalphabeted\",\n        \"unavenued\",\n        \"unchiseled\",\n        \"uncoated\",\n        \"uncocted\",\n        \"unconcealed\",\n        \"uneclipsed\",\n        \"unenclosed\",\n        \"unestopped\",\n        \"unexcluding\",\n        \"unfielded\",\n        \"unfragrance\",\n        \"unfrayed\",\n        \"ungospel\",\n        \"unhoofed\",\n        \"uninclosed\",\n        \"uninclosedness\",\n        \"unissued\",\n        \"unmidwifed\",\n        \"unplayful\",\n        \"unrecovered\",\n        \"unroofed\",\n        \"unrumoured\",\n        \"unseveredly\",\n        \"unshivered\"\n    ],\n    \"nonenwepu\": [\n        \"nonencroachment\"\n    ],\n    \"anaghị enye onyinye\": [\n        \"nonendowment\",\n        \"noninterferingly\"\n    ],\n    \"enweghị iro\": [\n        \"nonenemy\"\n    ],\n    \"anaghị ajụ onwe ya\": [\n        \"nonenergic\"\n    ],\n    \"akwadoghi\": [\n        \"nonenforced\",\n        \"nonfavored\",\n        \"nonsupporting\",\n        \"unaccommodated\",\n        \"unantagonised\",\n        \"unantagonized\",\n        \"unappendaged\",\n        \"unapproved\",\n        \"uncommingled\",\n        \"uncommiserated\",\n        \"uncommutable\",\n        \"uncoupled\",\n        \"unfoisted\",\n        \"unindicted\",\n        \"unoppugned\",\n        \"unplaned\",\n        \"unplanned\",\n        \"unplannedly\",\n        \"unproposed\",\n        \"unprosecuted\",\n        \"unproved\",\n        \"unrecommended\",\n        \"unsanctioned\",\n        \"unsported\",\n        \"unsupportable\",\n        \"unsupportably\",\n        \"unsupported\",\n        \"unsupporting\",\n        \"unsuppurated\",\n        \"unwainscoted\"\n    ],\n    \"adighi engrossingly\": [\n        \"nonengrossingly\"\n    ],\n    \"anaghị enigmatic\": [\n        \"nonenigmatic\"\n    ],\n    \"enwetabeghị ìhè\": [\n        \"nonenlightened\"\n    ],\n    \"na-anaghị enye ìhè\": [\n        \"nonenlightening\",\n        \"nonilluminatingly\"\n    ],\n    \"edebanyeghị aha\": [\n        \"nonenrolled\",\n        \"unregistered\",\n        \"unsuperscribed\"\n    ],\n    \"nke na-agbasaghị\": [\n        \"nonenterprising\",\n        \"nonterminative\",\n        \"nonterminous\"\n    ],\n    \"unentertaining\": [\n        \"nonentertaining\"\n    ],\n    \"anaghị achọpụta\": [\n        \"nonenticing\",\n        \"nonviscid\",\n        \"nonviscous\",\n        \"unfleeting\",\n        \"uninvestigatory\"\n    ],\n    \"anaghị agwọ ọrịa\": [\n        \"nonentreating\",\n        \"nonhepatic\",\n        \"nonmedical\",\n        \"nonrheumatic\",\n        \"nontherapeutical\",\n        \"nonthreatening\",\n        \"nontreaties\"\n    ],\n    \"n'emeghị ya ọgwụ\": [\n        \"nonentreatingly\",\n        \"nonmedically\",\n        \"nontheatrically\"\n    ],\n    \"agughi agu\": [\n        \"nonenumerated\"\n    ],\n    \"anaghị agụpụta\": [\n        \"nonenumerative\"\n    ],\n    \"ịkpọghị aha\": [\n        \"nonenunciation\",\n        \"unenunciated\"\n    ],\n    \"nonenọ okwu\": [\n        \"nonenunciatory\"\n    ],\n    \"enweghị envi\": [\n        \"nonenviably\"\n    ],\n    \"n'adighi ederede\": [\n        \"nonephemerally\"\n    ],\n    \"n'emeghị ya ọfụma\": [\n        \"nonepigrammatically\",\n        \"unpalatally\"\n    ],\n    \"n'emeghị ya echiche\": [\n        \"nonepisodically\",\n        \"nonosmotically\"\n    ],\n    \"nopochal\": [\n        \"nonepochal\"\n    ],\n    \"noquilateral\": [\n        \"nonequilateral\"\n    ],\n    \"noquilaterally\": [\n        \"nonequilaterally\"\n    ],\n    \"ọ dịghị onye ọ bụla\": [\n        \"nonequivalents\",\n        \"nonexponible\"\n    ],\n    \"norasure\": [\n        \"nonerasure\"\n    ],\n    \"noroded\": [\n        \"noneroded\"\n    ],\n    \"norosive\": [\n        \"nonerosive\"\n    ],\n    \"na-adịghị anụ ọkụ\": [\n        \"nonerotic\"\n    ],\n    \"abụghị eruditeness\": [\n        \"noneruditeness\"\n    ],\n    \"ndị na-adịghị mkpa\": [\n        \"nonessentials\"\n    ],\n    \"n'esepughi obi\": [\n        \"nonesuriently\"\n    ],\n    \"n'elu ala\": [\n        \"noneternally\"\n    ],\n    \"ka o sina dị\": [\n        \"nonetheless\"\n    ],\n    \"abụghị ethereal\": [\n        \"nonethereal\"\n    ],\n    \"enweghị ethereal\": [\n        \"nonethereality\"\n    ],\n    \"n'etinyeghi echiche\": [\n        \"nonethnologically\",\n        \"unprodigiously\"\n    ],\n    \"nougenic\": [\n        \"noneugenic\"\n    ],\n    \"nougenical\": [\n        \"noneugenical\"\n    ],\n    \"nougenically\": [\n        \"noneugenically\"\n    ],\n    \"ekwesighi okwu\": [\n        \"noneuphoniousness\"\n    ],\n    \"abụghị mwepụ\": [\n        \"nonevacuation\"\n    ],\n    \"enweghị ike ịda mba\": [\n        \"nonevadable\",\n        \"nonevaporable\",\n        \"nonshrinkable\",\n        \"undestroyable\",\n        \"unfulfillable\",\n        \"uninfallible\"\n    ],\n    \"adịghị anụ ahụ\": [\n        \"nonevading\"\n    ],\n    \"ọ dịghị onye mgbasa ozi ọma\": [\n        \"nonevangelic\"\n    ],\n    \"onye na-abụghị ozioma\": [\n        \"nonevangelical\"\n    ],\n    \"abughi ihe ojoo\": [\n        \"nonevasiveness\"\n    ],\n    \"novents\": [\n        \"nonevents\"\n    ],\n    \"enweghi ike ikwugide\": [\n        \"nonevincible\"\n    ],\n    \"ọ dịghị onye kere\": [\n        \"nonevolutionist\"\n    ],\n    \"n'etinyeghi ya\": [\n        \"nonexaggeratedly\",\n        \"nonobstetrically\",\n        \"nonpurgatively\",\n        \"unconsecratedly\"\n    ],\n    \"na-ekwubiga okwu ókè\": [\n        \"nonexaggerating\",\n        \"overelating\"\n    ],\n    \"na-ekwughi okwu\": [\n        \"nonexaggerative\"\n    ],\n    \"ọ dịghị onye na-ekwubiga okwu ókè\": [\n        \"nonexaggeratory\"\n    ],\n    \"enweghị mmetụ\": [\n        \"nonexamination\",\n        \"nonnervously\",\n        \"unpresumed\",\n        \"unsluiced\"\n    ],\n    \"anabatabeghị\": [\n        \"nonexcepted\",\n        \"nonexempt\",\n        \"nonperceptual\",\n        \"unperceptual\"\n    ],\n    \"na-adịghị anabata\": [\n        \"nonexcepting\"\n    ],\n    \"adịghị ihe ọ bụla\": [\n        \"nonexcitatory\"\n    ],\n    \"adịghị onye ọ bụla\": [\n        \"nonexculpatory\"\n    ],\n    \"Enweghị mgbaghara\": [\n        \"nonexcusable\"\n    ],\n    \"adịghị emega ahụ\": [\n        \"nonexercise\"\n    ],\n    \"Ike agwụbeghị\": [\n        \"nonexhausted\"\n    ],\n    \"adịghị agbasasị\": [\n        \"nonexhaustively\"\n    ],\n    \"onye na-adịghị ahụ anya\": [\n        \"nonexhibitionistic\"\n    ],\n    \"ọ dịghị onye na-enye ndụmọdụ\": [\n        \"nonexhortative\"\n    ],\n    \"noxotically\": [\n        \"nonexotically\"\n    ],\n    \"enweghi nkwanye ugwu\": [\n        \"nonexpansibility\",\n        \"unhonored\",\n        \"unpresentably\",\n        \"untutoredness\"\n    ],\n    \"anwughi-anwu\": [\n        \"nonexpansiveness\"\n    ],\n    \"onye na-adịghị anya\": [\n        \"nonexpectant\"\n    ],\n    \"na-enweghị anya\": [\n        \"nonexpectantly\",\n        \"nonslip\",\n        \"unfishing\"\n    ],\n    \"enweghị atụmanya\": [\n        \"nonexpectation\"\n    ],\n    \"noxpeditiously\": [\n        \"nonexpeditiously\"\n    ],\n    \"Enweghị mmasị na ya\": [\n        \"nonexpeditiousness\"\n    ],\n    \"Enweghị mmetụ\": [\n        \"nonexpiation\",\n        \"nonexpressiveness\"\n    ],\n    \"Enweghị echiche ọ bụla\": [\n        \"nonexpressionistic\"\n    ],\n    \"ihe na-adịghị mkpa\": [\n        \"nonexpulsion\"\n    ],\n    \"adịghị anyụ anyụ ike\": [\n        \"nonexpulsive\"\n    ],\n    \"noxtempore\": [\n        \"nonextempore\"\n    ],\n    \"anwughi anwu\": [\n        \"nonextensibness\",\n        \"nonexternality\",\n        \"nonsyntonical\"\n    ],\n    \"agbaghị ume\": [\n        \"nonextensional\",\n        \"unencouraged\"\n    ],\n    \"na-agbaghị agbatị\": [\n        \"nonextenuatingly\"\n    ],\n    \"Nke ọ bụla\": [\n        \"nonextenuatory\",\n        \"perthiocyanate\"\n    ],\n    \"Ọdịnala\": [\n        \"nonexternalized\"\n    ],\n    \"anaghị agbanyụ ọkụ\": [\n        \"nonextinguishable\"\n    ],\n    \"enweghị mkpụmkpụ\": [\n        \"nonextortion\"\n    ],\n    \"Anaghị ewepụ\": [\n        \"nonextracted\"\n    ],\n    \"enweghị onye ọzọ\": [\n        \"nonextradition\"\n    ],\n    \"odighi akwukwo\": [\n        \"nonextraneous\"\n    ],\n    \"noxtreme\": [\n        \"nonextreme\"\n    ],\n    \"noxtrinsic\": [\n        \"nonextrinsic\"\n    ],\n    \"noxtrinsically\": [\n        \"nonextrinsically\"\n    ],\n    \"na-adịghị akọ\": [\n        \"nonexuding\"\n    ],\n    \"n'adịghị na-arụ ọrụ\": [\n        \"nonfactitiously\"\n    ],\n    \"anaghị eso ndị ọzọ\": [\n        \"nonfacultative\"\n    ],\n    \"na-abụghị akụkọ ụgha\": [\n        \"nonfalse\"\n    ],\n    \"ezin'ulo\": [\n        \"nonfamily\",\n        \"nonfamilies\"\n    ],\n    \"abụghị ezinụlọ\": [\n        \"nonfamilial\"\n    ],\n    \"aha amaghi\": [\n        \"nonfamous\"\n    ],\n    \"onye na-abụghị onye\": [\n        \"nonfascist\",\n        \"nonindividualistic\",\n        \"nonperson\"\n    ],\n    \"ndi n’adighi\": [\n        \"nonfascists\"\n    ],\n    \"na-abụghị ejiji\": [\n        \"nonfashionable\"\n    ],\n    \"n'agbanweghi ejiji\": [\n        \"nonfashionably\"\n    ],\n    \"ikwesighi\": [\n        \"nonfastidiously\",\n        \"nonpendently\",\n        \"unstaidly\"\n    ],\n    \"na-abụghị eziokwu\": [\n        \"nonfatalistic\"\n    ],\n    \"abughi ihe ndi mebiri\": [\n        \"nonfatalities\"\n    ],\n    \"enweghị mmasị na ya\": [\n        \"nonfavorite\",\n        \"unlobbied\"\n    ],\n    \"abughi uru\": [\n        \"nonfealties\",\n        \"nonvalue\"\n    ],\n    \"n'efeghị\": [\n        \"nonfeebly\"\n    ],\n    \"na-anaghị edozi\": [\n        \"nonfeeding\"\n    ],\n    \"n'elụghị\": [\n        \"nonfeelingly\"\n    ],\n    \"nke na-abụghị akụrụngwa\": [\n        \"nonfeldspathic\",\n        \"noninstrumental\"\n    ],\n    \"agaghị edepụtali ya\": [\n        \"nonfermentable\"\n    ],\n    \"nonferferị\": [\n        \"nonfermented\"\n    ],\n    \"emeghị ihe ọjọọ\": [\n        \"nonferocity\",\n        \"undoughty\",\n        \"unmercenariness\"\n    ],\n    \"na-emezughị\": [\n        \"nonfertile\"\n    ],\n    \"n'esighi\": [\n        \"nonfervently\",\n        \"nonfervidly\",\n        \"nonponderously\",\n        \"nonthematically\",\n        \"unarduously\",\n        \"unfestively\"\n    ],\n    \"enweghị fever\": [\n        \"nonfeverish\"\n    ],\n    \"enweghị feverishly\": [\n        \"nonfeverishly\"\n    ],\n    \"enweghị ahụ ọkụ\": [\n        \"nonfeverishness\"\n    ],\n    \"adighi adi nma\": [\n        \"nonfeverously\",\n        \"unhumourous\",\n        \"unmarvelous\"\n    ],\n    \"abụghị eriri\": [\n        \"nonfibrous\"\n    ],\n    \"esiteghị na ya\": [\n        \"nonfictional\"\n    ],\n    \"nonftionally\": [\n        \"nonfictionally\"\n    ],\n    \"abughi ihe bara uru\": [\n        \"nonfictive\"\n    ],\n    \"n'afụ\": [\n        \"nonfictively\"\n    ],\n    \"ndị na-abụghị ndị ọkachamara\": [\n        \"nonfiduciaries\"\n    ],\n    \"nke anaghị agbanwe agbanwe\": [\n        \"nonfigurative\"\n    ],\n    \"na-abụghị nke ọzọ\": [\n        \"nonfiguratively\"\n    ],\n    \"anaghị ajụ\": [\n        \"nonfilter\"\n    ],\n    \"na-abụghị ego\": [\n        \"nonfinancially\"\n    ],\n    \"na-achọtaghị\": [\n        \"nonfinding\",\n        \"unappertaining\"\n    ],\n    \"onye na-azu azu\": [\n        \"nonfisherman\"\n    ],\n    \"ndenyeghị ya\": [\n        \"nonfixation\"\n    ],\n    \"n'adighi ego\": [\n        \"nonflagitiously\"\n    ],\n    \"anaghị ekwe ede\": [\n        \"nonflagrant\"\n    ],\n    \"n'emeghị nkwanye ugwu\": [\n        \"nonflagrantly\",\n        \"nonhygroscopically\"\n    ],\n    \"emeghị ihe n'echeghị echiche\": [\n        \"nonflakiness\"\n    ],\n    \"enweghị ike iwe ọkụ\": [\n        \"nonflammability\",\n        \"noninflammability\",\n        \"noninflammableness\",\n        \"uninflammable\"\n    ],\n    \"nke na-abụghị nke\": [\n        \"nonflatulent\"\n    ],\n    \"na-enweghị efe\": [\n        \"nonflying\"\n    ],\n    \"na-abụghị ịgba\": [\n        \"nonflirtatious\"\n    ],\n    \"na-enweghị ntụgharị\": [\n        \"nonfloating\"\n    ],\n    \"n'anaghị arụ ọrụ\": [\n        \"nonfloatingly\"\n    ],\n    \"anaghị asọ asọ\": [\n        \"nonflowing\"\n    ],\n    \"anaghị eso\": [\n        \"nonfollowing\"\n    ],\n    \"imechi iwu\": [\n        \"nonforeclosing\",\n        \"overblamed\"\n    ],\n    \"n'esighi aru\": [\n        \"nonforensically\"\n    ],\n    \"esoghi\": [\n        \"nonforested\"\n    ],\n    \"anaghị agbaghara\": [\n        \"nonforgiving\",\n        \"nonpardoning\"\n    ],\n    \"abughi ihe omuma\": [\n        \"nonformative\",\n        \"noninformative\",\n        \"nonnullification\"\n    ],\n    \"nke na-abụghị nke ekeresimesi\": [\n        \"nonfossiliferous\"\n    ],\n    \"emeghi elu\": [\n        \"nonfragrant\",\n        \"unaggravated\",\n        \"unwaved\"\n    ],\n    \"anaghị ajụ onwe\": [\n        \"nonfrat\"\n    ],\n    \"na-enweghị nkwupụta\": [\n        \"nonfraternal\",\n        \"nonreprehensibly\"\n    ],\n    \"nonfrauduudulency\": [\n        \"nonfraudulency\"\n    ],\n    \"na-abụghị aghụghọ\": [\n        \"nonfraudulent\"\n    ],\n    \"n’agbụghị nkwuwa\": [\n        \"nonfraudulently\"\n    ],\n    \"enweghị ike ịza\": [\n        \"nonfreezable\",\n        \"unanswerable\"\n    ],\n    \"freefriza\": [\n        \"nonfreeze\"\n    ],\n    \"anaghị ajụ oyi\": [\n        \"nonfreezing\",\n        \"nonfrigid\",\n        \"nonfrosted\",\n        \"nonfrosting\",\n        \"nonrefrigerant\"\n    ],\n    \"na-enweghị mmachi\": [\n        \"nonfrenetic\",\n        \"nonhedonistically\"\n    ],\n    \"abụghị ugboro\": [\n        \"nonfrequency\"\n    ],\n    \"anaghị adịkarị\": [\n        \"nonfrequent\",\n        \"noninterventional\"\n    ],\n    \"nju oyi\": [\n        \"nonfrigidity\"\n    ],\n    \"abụghị frugality\": [\n        \"nonfrugality\"\n    ],\n    \"n'emeghị ego\": [\n        \"nonfrugally\"\n    ],\n    \"mkpụrụ abụghị\": [\n        \"nonfruition\"\n    ],\n    \"onye na-agbasaghi\": [\n        \"nonfugitive\"\n    ],\n    \"n'ejighi\": [\n        \"nonfugitively\"\n    ],\n    \"enweghị ndapụta\": [\n        \"nonfugitiveness\",\n        \"nonspontaneousness\",\n        \"resultlessness\"\n    ],\n    \"enweghị ike ịkwụghachi\": [\n        \"nonfundable\",\n        \"unrefundable\"\n    ],\n    \"abụghị fungible\": [\n        \"nonfungible\"\n    ],\n    \"abụghị futuristic\": [\n        \"nonfuturistic\"\n    ],\n    \"abughi odi ndu\": [\n        \"nonfuturity\"\n    ],\n    \"adịghị eri\": [\n        \"nongaseous\"\n    ],\n    \"anwughi\": [\n        \"nongassy\",\n        \"ungamboled\",\n        \"ungassed\",\n        \"unvouched\"\n    ],\n    \"adịghị ekwu okwu\": [\n        \"nongelling\"\n    ],\n    \"na-amụba ama\": [\n        \"nongenerating\"\n    ],\n    \"ihe nongenerical\": [\n        \"nongenerical\"\n    ],\n    \"n'ongonerically\": [\n        \"nongenerically\"\n    ],\n    \"n'ongenetically\": [\n        \"nongenetically\"\n    ],\n    \"na-abụghị usoro mmụta\": [\n        \"nongeologically\"\n    ],\n    \"abụghị geometric\": [\n        \"nongeometric\"\n    ],\n    \"abụghị geometrical\": [\n        \"nongeometrical\"\n    ],\n    \"abụghị geometrically\": [\n        \"nongeometrically\"\n    ],\n    \"onye nong\": [\n        \"nongestic\"\n    ],\n    \"ihe na-adịghị anya\": [\n        \"nongestical\"\n    ],\n    \"ekwuola\": [\n        \"nonglandered\",\n        \"relabeled\"\n    ],\n    \"na-abụghị nke gọọmentị\": [\n        \"nongovernmental\"\n    ],\n    \"emeghi emezi\": [\n        \"nongraduated\",\n        \"unapplied\",\n        \"unstraightened\"\n    ],\n    \"n'ongraphically\": [\n        \"nongraphically\"\n    ],\n    \"n'ikwuputa\": [\n        \"nongratifyingly\"\n    ],\n    \"abụghị nke na-akwụghị ụgwọ\": [\n        \"nongratuitously\"\n    ],\n    \"mbong\": [\n        \"nongraven\"\n    ],\n    \"nke na-abụghị nri\": [\n        \"nongravitative\"\n    ],\n    \"ihe na-emeghi eme\": [\n        \"nonguttural\",\n        \"ultrastructural\"\n    ],\n    \"enweghị ike ibi\": [\n        \"nonhabitability\",\n        \"nonhabitable\",\n        \"nonhabitably\",\n        \"noninhabitable\",\n        \"unhabitably\",\n        \"uninhabitable\"\n    ],\n    \"onye anaghị ebi ndụ\": [\n        \"nonhabitual\"\n    ],\n    \"anaghị ebi ndụ\": [\n        \"nonhabitually\",\n        \"nonhabituating\"\n    ],\n    \"emechighi\": [\n        \"nonhackneyed\",\n        \"unappointed\",\n        \"unclosed\",\n        \"uncloseted\",\n        \"unfellowshiped\",\n        \"unglosed\",\n        \"unobjected\"\n    ],\n    \"na-enweghị nkwekọrịta\": [\n        \"nonharmoniously\",\n        \"nonpersecuting\",\n        \"nonpersecutive\",\n        \"nonreconcilably\",\n        \"unconditionedly\",\n        \"unreconciling\"\n    ],\n    \"anughi\": [\n        \"nonhearer\",\n        \"unaudienced\",\n        \"unheard\",\n        \"unhoard\"\n    ],\n    \"na-anaghị ekpo ọkụ\": [\n        \"nonheathen\"\n    ],\n    \"anaghị ekpo ọkụ\": [\n        \"nonheathens\"\n    ],\n    \"n'emeghị ụjọ\": [\n        \"nonheinously\",\n        \"unswaggeringly\"\n    ],\n    \"enweghị ihe nketa\": [\n        \"nonheritability\",\n        \"nonheritably\",\n        \"noninheritability\",\n        \"noninheritable\",\n        \"noninheritabness\",\n        \"undisinherited\",\n        \"uninherited\"\n    ],\n    \"onye na-anaghị akwụ ụgwọ\": [\n        \"nonheritor\"\n    ],\n    \"n'adighi aru\": [\n        \"nonheroically\",\n        \"uncannily\",\n        \"unsacrificially\"\n    ],\n    \"abughi dike\": [\n        \"nonheroicness\"\n    ],\n    \"abụghị hydraulic\": [\n        \"nonhydraulic\"\n    ],\n    \"abụghị nke Akwụkwọ Nsọ\": [\n        \"nonhyperbolical\",\n        \"nonparabolical\"\n    ],\n    \"n'etinyeghị anya\": [\n        \"nonhypnotically\"\n    ],\n    \"enweghị akụkọ ihe mere eme\": [\n        \"nonhistoricalness\"\n    ],\n    \"n'adịghị n'usoro\": [\n        \"nonhistrionically\"\n    ],\n    \"na-abụghị onye\": [\n        \"nonhomiletic\",\n        \"nonpositivistic\"\n    ],\n    \"n'enyeghi nsogbu\": [\n        \"nonhostilely\"\n    ],\n    \"Enweghị mmụọ\": [\n        \"nonhostility\",\n        \"uninspirited\"\n    ],\n    \"idebe ụlọ\": [\n        \"nonhousekeeping\"\n    ],\n    \"onye na-abụghị mmadụ\": [\n        \"nonhuman\"\n    ],\n    \"onye na-abụghị mmadu\": [\n        \"nonhumanist\"\n    ],\n    \"emeghi nke mmadu\": [\n        \"nonhumanized\"\n    ],\n    \"na-adịghị atọ ọchị\": [\n        \"nonhumorous\"\n    ],\n    \"n'emeghị mkparị\": [\n        \"nonhumorously\"\n    ],\n    \"na-abụghị anụ\": [\n        \"nonhumus\"\n    ],\n    \"anaghị achọ\": [\n        \"nonhunting\",\n        \"noninquiring\",\n        \"unornate\"\n    ],\n    \"ihe ndị na-abụghị ihe\": [\n        \"nonidentities\"\n    ],\n    \"na-emeghị ihe nkiri\": [\n        \"nonideologically\"\n    ],\n    \"n'emeghị ihe nkiri\": [\n        \"nonidiomatically\",\n        \"nonmicroscopically\",\n        \"unflirtatious\",\n        \"unflirtatiously\"\n    ],\n    \"emeghị ihere\": [\n        \"nonignominious\"\n    ],\n    \"abụghị ihe nlere\": [\n        \"nonignominiously\"\n    ],\n    \"anaghị enye ìhè\": [\n        \"nonilluminating\",\n        \"nonruminative\"\n    ],\n    \"anaghị adị n’otu\": [\n        \"nonillusional\"\n    ],\n    \"abụghị ihe atụ\": [\n        \"nonillustrative\"\n    ],\n    \"n'adighi n'ile\": [\n        \"nonillustratively\"\n    ],\n    \"nonimation\": [\n        \"nonimitation\"\n    ],\n    \"ihe na-abụghị ihe\": [\n        \"nonimmateriality\",\n        \"nonmateriality\"\n    ],\n    \"na-abụghị onye mba ọzọ\": [\n        \"nonimmigrant\",\n        \"nonmigrant\"\n    ],\n    \"nonimọnụ\": [\n        \"nonimmune\"\n    ],\n    \"nonimmunity\": [\n        \"nonimmunities\"\n    ],\n    \"enweghị ọgwụ mgbochi\": [\n        \"nonimmunization\",\n        \"unimmunized\",\n        \"unvaccinated\"\n    ],\n    \"anaghị ekere òkè\": [\n        \"nonimpartation\",\n        \"nonparticipating\",\n        \"nonparticipation\"\n    ],\n    \"anaghị adị mfe ọrụ\": [\n        \"nonimperativeness\"\n    ],\n    \"anaghị ebubata ya\": [\n        \"nonimporting\"\n    ],\n    \"anaghị abanye\": [\n        \"nonimpregnated\"\n    ],\n    \"n’enweghi ego\": [\n        \"nonimputably\"\n    ],\n    \"anaghị akwụpụ\": [\n        \"nonimputation\"\n    ],\n    \"enweghị ihe mberede\": [\n        \"nonincidental\",\n        \"nonoccidental\"\n    ],\n    \"enweghị mgbakwunye\": [\n        \"noninclusion\",\n        \"noninflation\",\n        \"nonretaliation\",\n        \"nonretardment\"\n    ],\n    \"tinyeghị ya\": [\n        \"nonincorporated\"\n    ],\n    \"anaghị adaba\": [\n        \"nonincrease\"\n    ],\n    \"na-adabaghị\": [\n        \"nonincreasing\"\n    ],\n    \"nonintigenous\": [\n        \"nonindigenous\"\n    ],\n    \"ndị na-abụghị ndị mmadụ\": [\n        \"nonindividualities\"\n    ],\n    \"anaghị eri ihe\": [\n        \"nonindulgent\"\n    ],\n    \"anaghị amụ ihe\": [\n        \"nonindurative\"\n    ],\n    \"abụghị ụlọ ọrụ mmepụta ihe\": [\n        \"nonindustrialization\"\n    ],\n    \"nonindustrial\": [\n        \"nonindustrially\"\n    ],\n    \"unubẹke\": [\n        \"nonindustriousness\"\n    ],\n    \"n'emeghị mkpesa\": [\n        \"noninertly\"\n    ],\n    \"ejighi oria ojoo\": [\n        \"noninfected\"\n    ],\n    \"enweghị ọrịa\": [\n        \"noninfectiousness\",\n        \"nonpathogenic\",\n        \"nonpathological\",\n        \"plagueless\",\n        \"sickless\",\n        \"unabettedness\",\n        \"uninfectious\",\n        \"uninfectiousness\"\n    ],\n    \"n'emeghị iche\": [\n        \"noninferentially\"\n    ],\n    \"ndi na akoghi ihe\": [\n        \"noninformational\"\n    ],\n    \"na-abụghị ihe ọmụma\": [\n        \"noninformatively\"\n    ],\n    \"onye a na-apụghị ịgbagha agbagha\": [\n        \"noninfusible\"\n    ],\n    \"anaghị egbochi ya\": [\n        \"noninhibitive\",\n        \"noninterruptive\",\n        \"uninhibitive\",\n        \"uninstructible\"\n    ],\n    \"na-enweghị obi ụtọ\": [\n        \"noninspissating\",\n        \"unappetizing\",\n        \"ungalling\",\n        \"unspiring\"\n    ],\n    \"noninstintik\": [\n        \"noninstinctive\"\n    ],\n    \"abughi mmuo\": [\n        \"noninstinctively\"\n    ],\n    \"esiteghi n'iwu\": [\n        \"noninstitutional\"\n    ],\n    \"emeghi ya\": [\n        \"noninstruction\",\n        \"noninstructional\",\n        \"noninstructionally\",\n        \"uncarted\",\n        \"unmanufactured\"\n    ],\n    \"n'emeghi nhazi\": [\n        \"noninstructively\"\n    ],\n    \"onye anaghị edozi ụlọ\": [\n        \"noninstructress\"\n    ],\n    \"anaghị eme ihe n'echeghị echiche\": [\n        \"noninstrumentalistic\"\n    ],\n    \"na-emeghi nke oma\": [\n        \"noninstrumentally\"\n    ],\n    \"ejighị ọgụgụ isi\": [\n        \"nonintellectually\"\n    ],\n    \"ndị ọgụgụ isi\": [\n        \"nonintellectuals\"\n    ],\n    \"anaghị emegharị ahụ\": [\n        \"noninteracting\"\n    ],\n    \"agbanweghi agbanwe\": [\n        \"noninterchangeable\",\n        \"nontransformation\",\n        \"unchanced\",\n        \"unchange\",\n        \"unchanged\",\n        \"unchangedness\",\n        \"unchangingness\",\n        \"unexchanged\",\n        \"unhaltered\",\n        \"untransfigured\",\n        \"untransformed\"\n    ],\n    \"enweghị agbanwe agbanwe\": [\n        \"noninterchangeably\"\n    ],\n    \"ejighi ndabere\": [\n        \"noninterdependency\"\n    ],\n    \"na-adabereghị na ya\": [\n        \"noninterdependent\"\n    ],\n    \"ntinyeghi\": [\n        \"nonintermission\",\n        \"nontransmittal\"\n    ],\n    \"n'esepụghị anya\": [\n        \"nonintermittently\",\n        \"nonlegislatively\",\n        \"unconsentaneously\",\n        \"unelegantly\",\n        \"unintermittently\",\n        \"untangentally\"\n    ],\n    \"abụghị mba\": [\n        \"noninternational\"\n    ],\n    \"na-abụghị mba\": [\n        \"noninternationally\"\n    ],\n    \"na-edeghari iwu\": [\n        \"noninterpolating\"\n    ],\n    \"n'akpughi oke\": [\n        \"noninterruptedly\"\n    ],\n    \"na-abụghị nkewa\": [\n        \"nonintersecting\",\n        \"nonintersectional\"\n    ],\n    \"onye na-enweghị eriri\": [\n        \"nonintersector\"\n    ],\n    \"ndị na-anaghị etinye ego\": [\n        \"noninterventionists\"\n    ],\n    \"na-enweghị ụjọ\": [\n        \"nonintimidation\"\n    ],\n    \"n'adịghị egbu egbu\": [\n        \"nonintoxicatingly\"\n    ],\n    \"enweghị nlebara anya\": [\n        \"nonintrospectiveness\"\n    ],\n    \"abụghị introvertedly\": [\n        \"nonintrovertedly\"\n    ],\n    \"abụghị introvertedness\": [\n        \"nonintrovertedness\"\n    ],\n    \"anaghị emetụta mmadụ\": [\n        \"noninvasive\"\n    ],\n    \"onye anaghi\": [\n        \"noninvincible\"\n    ],\n    \"enweghị itinye aka\": [\n        \"noninvolvement\"\n    ],\n    \"abụghị iodized\": [\n        \"noniodized\"\n    ],\n    \"na-enweghị mgbagha\": [\n        \"nonironic\",\n        \"nonpercussive\",\n        \"uninterrogatory\",\n        \"unmunitioned\"\n    ],\n    \"n'adighi-ike\": [\n        \"nonirrationally\",\n        \"nonmelodiously\"\n    ],\n    \"n'etinyeghi mmiri\": [\n        \"nonirrigated\"\n    ],\n    \"na-enweghị mmiri\": [\n        \"nonirrigating\",\n        \"unirrigated\",\n        \"unsquirming\"\n    ],\n    \"na-enweghị nchịkwa\": [\n        \"nonirritating\",\n        \"nonmanneristic\",\n        \"nonpermanent\",\n        \"nonpermanently\",\n        \"nonrestorative\",\n        \"unquartered\"\n    ],\n    \"n'emegideghi akwukwo\": [\n        \"nonjournalistically\"\n    ],\n    \"emeghi ikpe\": [\n        \"nonjudgmental\"\n    ],\n    \"na-abụghị mmadụ\": [\n        \"nonjudicatory\"\n    ],\n    \"abụghị ndị ikpe\": [\n        \"nonjudicatories\",\n        \"nonjudiciable\"\n    ],\n    \"n'emeghị ya ikpe\": [\n        \"nonjudicially\",\n        \"unjudicially\"\n    ],\n    \"alụghị\": [\n        \"nonjury\",\n        \"unmarbled\"\n    ],\n    \"na-adịghị efe\": [\n        \"nonjurying\"\n    ],\n    \"na-enweghị mmerụ ahụ\": [\n        \"nonjuring\"\n    ],\n    \"n'adịghị n'usoro iwu\": [\n        \"nonjuristically\"\n    ],\n    \"abụghị nke lacteally\": [\n        \"nonlacteally\"\n    ],\n    \"na-abụghị laminated\": [\n        \"nonlaminated\"\n    ],\n    \"na-enweghị laminating\": [\n        \"nonlaminating\"\n    ],\n    \"asụsụ anaghị asụ asụsụ\": [\n        \"nonlanguage\"\n    ],\n    \"adighi ama\": [\n        \"nonlarcenous\",\n        \"unscenic\"\n    ],\n    \"anaghị anọchite anya iwu\": [\n        \"nonlegislative\"\n    ],\n    \"akụkọ ọhụrụ\": [\n        \"nonlevel\"\n    ],\n    \"enweghị ike ibute\": [\n        \"nonleviable\",\n        \"unbribable\"\n    ],\n    \"nonibibidinous\": [\n        \"nonlibidinous\"\n    ],\n    \"enweghị ikikere\": [\n        \"nonlicentious\"\n    ],\n    \"abụghị ikikere\": [\n        \"nonlicentiously\"\n    ],\n    \"anaghị asụgharị\": [\n        \"nonlicking\"\n    ],\n    \"ndụghị\": [\n        \"nonlife\"\n    ],\n    \"adighi ihe obula\": [\n        \"nonlimiting\"\n    ],\n    \"nke anaghị asọpụrụ\": [\n        \"nonlymphatic\",\n        \"nonpragmatical\"\n    ],\n    \"nke a na-edeghị ede\": [\n        \"nonlinear\",\n        \"uncreased\"\n    ],\n    \"anaghị adị mmiri mmiri\": [\n        \"nonliquid\"\n    ],\n    \"na-abụghị mmiri mmiri\": [\n        \"nonliquidating\"\n    ],\n    \"enweghị mmanụ\": [\n        \"nonliquidation\",\n        \"oillessness\",\n        \"unhateful\"\n    ],\n    \"ejighi mmiri\": [\n        \"nonliquidly\"\n    ],\n    \"ewepụtaghị\": [\n        \"nonlocalized\",\n        \"undated\",\n        \"undedicate\",\n        \"undeputized\",\n        \"undivested\",\n        \"unfeminize\",\n        \"unhooted\",\n        \"uninflected\",\n        \"uninveigled\",\n        \"univariate\",\n        \"unradiated\",\n        \"unremounted\",\n        \"unretted\",\n        \"unsensitize\",\n        \"unslate\",\n        \"unsubverted\",\n        \"untrapped\"\n    ],\n    \"n'emeghị ya ngwa ngwa\": [\n        \"nonlocally\"\n    ],\n    \"enweghị mmụta\": [\n        \"nonlogistical\",\n        \"unlearnableness\",\n        \"unlogistical\"\n    ],\n    \"anaghị eguzosi ike n'ihe\": [\n        \"nonloyal\"\n    ],\n    \"n'emeghị ntụkwasị obi\": [\n        \"nonloyally\"\n    ],\n    \"abụghị loxodromic\": [\n        \"nonloxodromic\"\n    ],\n    \"abụghị mmanu\": [\n        \"nonlubricant\"\n    ],\n    \"anaghị ete mmanụ\": [\n        \"nonlubricating\"\n    ],\n    \"n’enweghị mmụọ\": [\n        \"nonlubriciously\",\n        \"nostalgically\",\n        \"spiritlessly\"\n    ],\n    \"enweghị ịdị ọcha\": [\n        \"nonlucidness\"\n    ],\n    \"n'emeghị aka\": [\n        \"nonluminescence\",\n        \"unadministratively\"\n    ],\n    \"enweghị ìhè\": [\n        \"nonluminosity\",\n        \"unblightedness\",\n        \"unplighted\"\n    ],\n    \"anaghị egosi\": [\n        \"nonluminous\"\n    ],\n    \"n'emeghị atụmatụ\": [\n        \"nonluminously\",\n        \"unclannishly\",\n        \"uncunningly\"\n    ],\n    \"n'emeghị\": [\n        \"nonmagnetically\"\n    ],\n    \"enweghị ike ịkwụ ụgwọ\": [\n        \"nonmailable\",\n        \"nonpalatability\",\n        \"unabsorbable\",\n        \"unallayable\",\n        \"unassailably\",\n        \"unbailable\",\n        \"unchastisable\",\n        \"unclassifiable\",\n        \"unclassifiably\",\n        \"uncloyable\",\n        \"undealable\",\n        \"undecayable\",\n        \"undischargeable\",\n        \"unfoolable\",\n        \"ungainsayable\",\n        \"unmailable\",\n        \"unsacrificeable\",\n        \"unsalably\",\n        \"unsalvageability\",\n        \"unsalvageable\",\n        \"unsalvageably\",\n        \"unsealable\",\n        \"unslayable\"\n    ],\n    \"mba ndị ọzọ\": [\n        \"nonmajorities\"\n    ],\n    \"abụghịmakeup\": [\n        \"nonmakeup\"\n    ],\n    \"enweghị nke\": [\n        \"nonmalarious\",\n        \"nonpinaceous\",\n        \"nonthematic\",\n        \"nonvillainous\",\n        \"nonvinous\",\n        \"nonvisionary\",\n        \"nonvitreous\",\n        \"possessionless\",\n        \"sewerless\",\n        \"smearless\"\n    ],\n    \"obughi ihe oma\": [\n        \"nonmaliciously\"\n    ],\n    \"ndị na-abụghị ndị nchịkwa\": [\n        \"nonmandatories\"\n    ],\n    \"na-adịghị egosi\": [\n        \"nonmanifest\"\n    ],\n    \"na-egosipụtaghị\": [\n        \"nonmanifestly\",\n        \"unferreting\"\n    ],\n    \"nonmann\": [\n        \"nonmannite\"\n    ],\n    \"nonmanual\": [\n        \"nonmanually\"\n    ],\n    \"emegharia\": [\n        \"nonmanufactured\",\n        \"remakes\",\n        \"uncalk\",\n        \"untransacted\"\n    ],\n    \"n'alụghị di na nwunye\": [\n        \"nonmaritally\"\n    ],\n    \"anaghị ere ahịa\": [\n        \"nonmarketable\"\n    ],\n    \"ndidọ ndọ\": [\n        \"nonmarriage\",\n        \"nonmarrying\",\n        \"outmarriage\"\n    ],\n    \"alụghị agha\": [\n        \"nonmartial\",\n        \"unmartial\"\n    ],\n    \"emeghị ihe ọ bụla\": [\n        \"nonmartialness\",\n        \"unobeying\",\n        \"unobliging\"\n    ],\n    \"abụghị nwoke\": [\n        \"nonmasculine\"\n    ],\n    \"n'emeghi ezigbo ihe\": [\n        \"nonmasculinely\"\n    ],\n    \"abughi nwoke\": [\n        \"nonmasculinity\"\n    ],\n    \"na-abụghị ihe\": [\n        \"nonmaterialistic\",\n        \"nonmonastic\",\n        \"nonnautical\"\n    ],\n    \"na-agbasaghị ihe\": [\n        \"nonmaterialistically\"\n    ],\n    \"na-abụghị mgbakọ na mwepu\": [\n        \"nonmathematically\"\n    ],\n    \"na-abụghị di na nwunye\": [\n        \"nonmatrimonial\"\n    ],\n    \"akaghị aka\": [\n        \"nonmatureness\"\n    ],\n    \"obughi ntozu mmadu\": [\n        \"nonmaturity\"\n    ],\n    \"n'emeghi ya\": [\n        \"nonmechanical\",\n        \"nonmechanistic\",\n        \"unmechanically\"\n    ],\n    \"abughi igwe\": [\n        \"nonmechanically\"\n    ],\n    \"nonmedicin\": [\n        \"nonmedicinally\"\n    ],\n    \"n'adịghị n'udo\": [\n        \"nonmeditatively\"\n    ],\n    \"abụghị abụ\": [\n        \"nonmelodramatic\"\n    ],\n    \"anaghị agbaze\": [\n        \"nonmelting\"\n    ],\n    \"ndị na-abụghị ndị otu\": [\n        \"nonmembers\"\n    ],\n    \"abụghị ndị otu\": [\n        \"nonmembership\"\n    ],\n    \"ndị na-abụghị ndị nwoke\": [\n        \"nonmen\"\n    ],\n    \"anaghị emechi iwu\": [\n        \"nonmenacing\"\n    ],\n    \"abughi nke ndi mmadu\": [\n        \"nonmenial\"\n    ],\n    \"na-abụghị ọrụ\": [\n        \"nonmercenary\",\n        \"nonobservational\"\n    ],\n    \"nonmetallik\": [\n        \"nonmetallic\"\n    ],\n    \"abụghị ọla\": [\n        \"nonmetalliferous\"\n    ],\n    \"abụghị igwe\": [\n        \"nonmetallurgical\"\n    ],\n    \"n'emeghị ya ọallụ\": [\n        \"nonmetallurgically\",\n        \"unmetallurgically\"\n    ],\n    \"n'emeghị ihu igwe\": [\n        \"nonmeteorologically\"\n    ],\n    \"nonometropolitan\": [\n        \"nonmetropolitan\"\n    ],\n    \"n'emegharia\": [\n        \"nonmicroscopical\"\n    ],\n    \"na-eme njem\": [\n        \"nonmigrating\",\n        \"pilgrimaging\",\n        \"unemigrant\",\n        \"unmigrative\",\n        \"unmigratory\"\n    ],\n    \"mbugharị\": [\n        \"nonmigration\",\n        \"obversion\",\n        \"portmoot\",\n        \"postresurrection\",\n        \"proembryo\",\n        \"reshipments\",\n        \"shilpits\",\n        \"transmigration\",\n        \"zoom\",\n        \"zooming\",\n        \"zoomorphy\"\n    ],\n    \"emeghi njem\": [\n        \"nonmigratory\",\n        \"unstalked\"\n    ],\n    \"na-abụghị agha\": [\n        \"nonmilitary\"\n    ],\n    \"onye na-abụghị nde\": [\n        \"nonmillionaire\"\n    ],\n    \"n'adighi ihe\": [\n        \"nonmineralogically\"\n    ],\n    \"abughi minista\": [\n        \"nonministerial\"\n    ],\n    \"adighi emechi ya\": [\n        \"nonministerially\"\n    ],\n    \"n’enweghi obi ojoo\": [\n        \"nonmischievously\",\n        \"unmisgivingly\"\n    ],\n    \"enweghị nhụjuanya\": [\n        \"nonmischievousness\"\n    ],\n    \"abụghị miscibility\": [\n        \"nonmiscibility\"\n    ],\n    \"abụghị miscible\": [\n        \"nonmiscible\"\n    ],\n    \"abụghị ndị ozi ala ọzọ\": [\n        \"nonmissionary\"\n    ],\n    \"na-abụghị akụkọ ifo\": [\n        \"nonmythically\",\n        \"nonmythological\"\n    ],\n    \"nonpathologic\": [\n        \"nonmythologic\"\n    ],\n    \"anaghị edozi anya\": [\n        \"nonmoderate\",\n        \"uninfusive\"\n    ],\n    \"enweghị oge\": [\n        \"nonmodern\",\n        \"nonseasonable\",\n        \"nonseasonableness\",\n        \"nonseasoned\",\n        \"seasonless\",\n        \"undatedness\",\n        \"unseasoned\"\n    ],\n    \"na-adịghị emegharị ahụ\": [\n        \"nonmodernistic\"\n    ],\n    \"adịghị adị ọhụrụ\": [\n        \"nonmodernness\"\n    ],\n    \"emeghi mgbanwe\": [\n        \"nonmodificative\",\n        \"nonreformation\",\n        \"nonsporeforming\"\n    ],\n    \"emeghari ihe\": [\n        \"nonmodificatory\"\n    ],\n    \"abụghị nke ọma\": [\n        \"nonmonarchally\"\n    ],\n    \"na-abụghị ọchịchị\": [\n        \"nonmonarchical\",\n        \"nonmonarchically\"\n    ],\n    \"na-abụghị otu\": [\n        \"nonmonogamously\",\n        \"nonuniversally\"\n    ],\n    \"anaghị anwụ anwụ\": [\n        \"nonmortal\"\n    ],\n    \"anaghị eme njem\": [\n        \"nonmotivational\"\n    ],\n    \"enweghị ike ịgagharị\": [\n        \"nonmoveability\",\n        \"nonmoveableness\"\n    ],\n    \"enweghị ike ịmegharị\": [\n        \"nonmoveable\"\n    ],\n    \"abụghị mucilaginous\": [\n        \"nonmucilaginous\"\n    ],\n    \"abụghị mucous\": [\n        \"nonmucous\"\n    ],\n    \"abughi ihe obula\": [\n        \"nonmultiplicational\"\n    ],\n    \"nke na-abụghị nke ọchịchị\": [\n        \"nonmunicipal\"\n    ],\n    \"na-abụghị nke ọchịchị\": [\n        \"nonmunicipally\"\n    ],\n    \"enweghị mgbaze\": [\n        \"nonmussable\"\n    ],\n    \"anaghị adị mkpa\": [\n        \"nonmutinous\"\n    ],\n    \"abụghị otu\": [\n        \"nonmutually\"\n    ],\n    \"abụghị narcissism\": [\n        \"nonnarcissism\"\n    ],\n    \"abụghị narcissistic\": [\n        \"nonnarcissistic\"\n    ],\n    \"na-abụghị obodo\": [\n        \"nonnative\"\n    ],\n    \"ndị na-abụghị ndị obodo\": [\n        \"nonnatives\"\n    ],\n    \"na-ekwekọghị n'okike\": [\n        \"nonnatural\",\n        \"nonnaturally\",\n        \"unnatural\",\n        \"unnaturalizing\",\n        \"unnaturally\"\n    ],\n    \"onye na-enweghi okike\": [\n        \"nonnaturalist\"\n    ],\n    \"ekwekọghị n'okike\": [\n        \"nonnaturality\",\n        \"unnaturalize\"\n    ],\n    \"abụghị ihe ndị dị mkpa\": [\n        \"nonnecessities\"\n    ],\n    \"n'adaghị oké mkpa\": [\n        \"nonnecessitously\"\n    ],\n    \"anaghị anabata ndị mmadụ\": [\n        \"nonnegative\"\n    ],\n    \"nonnekwu iwu\": [\n        \"nonnegligently\"\n    ],\n    \"n'odighi iwu\": [\n        \"nonnegligibly\"\n    ],\n    \"enweghị mkpesa\": [\n        \"nonnephritic\"\n    ],\n    \"anọghị iche\": [\n        \"nonneutrality\"\n    ],\n    \"nonnisotinik\": [\n        \"nonnicotinic\"\n    ],\n    \"na-abụghị nomad\": [\n        \"nonnomad\"\n    ],\n    \"na-anaghị agagharị\": [\n        \"nonnomadic\"\n    ],\n    \"nonnonalistic\": [\n        \"nonnominalistic\"\n    ],\n    \"ntinye aha\": [\n        \"nonnomination\",\n        \"nonsignature\",\n        \"preenrollment\",\n        \"remittitur\",\n        \"subfix\",\n        \"superenrollment\"\n    ],\n    \"abụghị nke nkịtị\": [\n        \"nonnormally\"\n    ],\n    \"notnotableness\": [\n        \"nonnotableness\"\n    ],\n    \"n'atughi onu ogugu\": [\n        \"nonnoumenally\"\n    ],\n    \"emeghi ka o doo anya\": [\n        \"nonnuclear\",\n        \"unfestered\",\n        \"unlampooned\",\n        \"unmistakableness\",\n        \"untemporally\"\n    ],\n    \"anaghị edozi ahụ́\": [\n        \"nonnutritive\"\n    ],\n    \"n'etinyeghi nri\": [\n        \"nonnutritively\",\n        \"unnutritiously\"\n    ],\n    \"anaghị enupụrụ isi\": [\n        \"nonobedient\"\n    ],\n    \"inupughi isi\": [\n        \"nonobediently\"\n    ],\n    \"ebughi ebumnobi\": [\n        \"nonobjective\",\n        \"unobjective\"\n    ],\n    \"na-abụghị ihe atụ\": [\n        \"nonobjectivistic\"\n    ],\n    \"ekweghị achọpụta\": [\n        \"nonobservable\"\n    ],\n    \"achọpụtaghị ya\": [\n        \"nonobservably\"\n    ],\n    \"anaghị elekọta mmadụ\": [\n        \"nonobservant\",\n        \"nontreaty\"\n    ],\n    \"anaghị elebara anya\": [\n        \"nonobservantly\"\n    ],\n    \"nlebanye anya\": [\n        \"nonobservation\"\n    ],\n    \"anaghị achọpụta ihe\": [\n        \"nonobserving\",\n        \"uninvestigating\",\n        \"uninvestigative\"\n    ],\n    \"anaghị elekọta anya\": [\n        \"nonobservingly\"\n    ],\n    \"anaghị atụ ụjọ\": [\n        \"nonobsessive\",\n        \"nonwaiver\"\n    ],\n    \"anaghị egbochi ha\": [\n        \"nonobstructive\"\n    ],\n    \"emeghi ihe obula\": [\n        \"nonobstructiveness\"\n    ],\n    \"emeghi ihe ngosi\": [\n        \"nonobviousness\"\n    ],\n    \"na-atụghị anya ya\": [\n        \"nonoccidentally\",\n        \"unenterprise\",\n        \"unexceptionally\",\n        \"unexpectably\",\n        \"unexpectantly\",\n        \"unexpectedly\",\n        \"unexpectedness\",\n        \"unexpectingly\",\n        \"unidentically\",\n        \"unindented\",\n        \"unnickeled\",\n        \"unoccidental\",\n        \"unsurprisedness\"\n    ],\n    \"anaghị adị aghụghọ\": [\n        \"nonoccult\"\n    ],\n    \"na-anaghị etinye aka\": [\n        \"nonocculting\"\n    ],\n    \"noodoriferous\": [\n        \"nonodoriferous\"\n    ],\n    \"enweghị alụlụ\": [\n        \"nonodoriferousness\"\n    ],\n    \"noodorous\": [\n        \"nonodorous\"\n    ],\n    \"n'emeghị mkpọtụ\": [\n        \"nonodorously\"\n    ],\n    \"onye na-abụghị onye ọrụ\": [\n        \"nonofficeholder\"\n    ],\n    \"na-abụghị iwu\": [\n        \"nonofficeholding\",\n        \"nonofficially\"\n    ],\n    \"na-emeghị\": [\n        \"nonofficinal\"\n    ],\n    \"ejighi mmanu\": [\n        \"nonoily\"\n    ],\n    \"anaghị akwado mmadụ\": [\n        \"nonopposal\",\n        \"nonopposing\"\n    ],\n    \"enweghị mmegbu\": [\n        \"nonoppressiveness\"\n    ],\n    \"na-abụghị opprobrious\": [\n        \"nonopprobrious\"\n    ],\n    \"na-anọchi anya ya\": [\n        \"nonoptical\"\n    ],\n    \"n'aghara\": [\n        \"nonoptically\"\n    ],\n    \"n'achọghị anya\": [\n        \"nonoptimistically\",\n        \"unrepresentatively\"\n    ],\n    \"anaghị ahọrọ\": [\n        \"nonoptional\",\n        \"nonselective\"\n    ],\n    \"n'aghari\": [\n        \"nonorthographically\",\n        \"rotating\",\n        \"unorthographically\",\n        \"unpraying\"\n    ],\n    \"ọ naghị arụ ọrụ\": [\n        \"nonpacificatory\"\n    ],\n    \"ọ bụghị ndị ọgọ mmụọ\": [\n        \"nonpagan\"\n    ],\n    \"na-abụghị ndị ọgọ mmụọ\": [\n        \"nonpaganish\"\n    ],\n    \"ndị na-abụghị ndị ọgọ mmụọ\": [\n        \"nonpagans\"\n    ],\n    \"enweghị ike ibugharị ya\": [\n        \"nonpalpable\"\n    ],\n    \"abụghị ihe ọdịnala\": [\n        \"nonparadoxical\"\n    ],\n    \"n'emeghị ka ọ dị\": [\n        \"nonparadoxically\"\n    ],\n    \"nonparadoxical\": [\n        \"nonparadoxicalness\"\n    ],\n    \"akwụkwọ ndị ọzọ\": [\n        \"nonpareils\"\n    ],\n    \"enweghị nne na nna\": [\n        \"nonparentally\",\n        \"uniparental\",\n        \"unparented\",\n        \"unparenthetic\"\n    ],\n    \"anaghị esonye\": [\n        \"nonparticipant\",\n        \"unaccompanying\"\n    ],\n    \"enweghị ike ịgafe\": [\n        \"nonpassible\"\n    ],\n    \"enweghị obi ọmịiko\": [\n        \"nonpassionate\",\n        \"nonpassionately\",\n        \"uncompassionating\",\n        \"undispassionate\",\n        \"unimpassionate\"\n    ],\n    \"onye na-azughi\": [\n        \"nonpastoral\"\n    ],\n    \"abụghị patentability\": [\n        \"nonpatentability\"\n    ],\n    \"abụghị patentable\": [\n        \"nonpatentable\"\n    ],\n    \"n'emeghị ebere\": [\n        \"nonpatently\",\n        \"nonsympathetically\",\n        \"nonvagrantly\",\n        \"undutifully\",\n        \"unpaternally\",\n        \"unsympathetically\",\n        \"unsympathisingly\",\n        \"unsympathizingly\",\n        \"unsparingly\",\n        \"unvagrantly\"\n    ],\n    \"n'etinyeghị obi ọmịiko\": [\n        \"nonpaternally\"\n    ],\n    \"n'etinyeghị obi\": [\n        \"nonpathologically\"\n    ],\n    \"enweghị mba\": [\n        \"nonpatriotic\",\n        \"unpatriotically\"\n    ],\n    \"mba adịghị\": [\n        \"nonpatriotically\"\n    ],\n    \"akwusighi\": [\n        \"nonpause\",\n        \"nonstable\"\n    ],\n    \"ọ bụghị ihe ọmụmụ\": [\n        \"nonpedagogical\"\n    ],\n    \"Onye na-anọghị ụkwụ\": [\n        \"nonpedestrian\"\n    ],\n    \"abụghị usoro ọmụmụ\": [\n        \"nonpedigree\"\n    ],\n    \"abụghị pedigreed\": [\n        \"nonpedigreed\"\n    ],\n    \"enweghị ihe ọ .ụ\": [\n        \"nonpejorative\"\n    ],\n    \"emeghị emepe\": [\n        \"nonpenalized\"\n    ],\n    \"anaghị emegharị emepe\": [\n        \"nonpenetrating\"\n    ],\n    \"abụghị onye ezumike nka\": [\n        \"nonpensioner\"\n    ],\n    \"anaghị enweta\": [\n        \"nonperceiving\"\n    ],\n    \"enweghị ụgwọ ọrụ\": [\n        \"nonpercipient\",\n        \"nonrecipient\",\n        \"nonsanction\",\n        \"nontaxability\",\n        \"nontaxableness\",\n        \"rewardless\",\n        \"unassuageable\",\n        \"undeceivability\",\n        \"undeductible\",\n        \"unprolifiness\",\n        \"unreciprocated\",\n        \"unrewarded\",\n        \"unrewardedly\",\n        \"unrewardingly\",\n        \"unspayed\",\n        \"wageless\"\n    ],\n    \"nonperfect\": [\n        \"nonperfected\"\n    ],\n    \"kpuchitere\": [\n        \"nonperforated\"\n    ],\n    \"oge anaghị adị\": [\n        \"nonperiodical\"\n    ],\n    \"oge adịghị\": [\n        \"nonperiodically\",\n        \"nonseasonal\",\n        \"unperiodically\"\n    ],\n    \"ndị anaghị emebi emebi\": [\n        \"nonperishables\"\n    ],\n    \"n'enyeghi iwu\": [\n        \"nonpermissibly\",\n        \"nonsacrilegious\",\n        \"nonsacrilegiously\",\n        \"nonstringent\",\n        \"unrestrictively\",\n        \"untranquilizing\"\n    ],\n    \"n'ịnabata\": [\n        \"nonpermissively\"\n    ],\n    \"na-enweghị ego\": [\n        \"nonperpendicular\",\n        \"unbeginning\"\n    ],\n    \"anaghị adịru mgbe ebighị ebi\": [\n        \"nonperpetual\"\n    ],\n    \"na-abụghị mgbe niile\": [\n        \"nonperpetually\"\n    ],\n    \"onye abụghị mmadụ\": [\n        \"nonpersonal\"\n    ],\n    \"n’onwe ya\": [\n        \"nonpersonally\",\n        \"personally\",\n        \"unilaterally\",\n        \"unpersonally\"\n    ],\n    \"enweghị enweghị nchekwube\": [\n        \"nonpessimistic\"\n    ],\n    \"enweghị pessimistically\": [\n        \"nonpessimistically\"\n    ],\n    \"ọgwụ na-abụghị ọgwụ\": [\n        \"nonpharmaceutical\"\n    ],\n    \"na-abụghị ọgwụ\": [\n        \"nonpharmaceutically\"\n    ],\n    \"abughi onu ahia\": [\n        \"nonphenomenal\"\n    ],\n    \"na-abụghịkarị\": [\n        \"nonphenomenally\"\n    ],\n    \"n'adighi aru ike\": [\n        \"nonphysically\"\n    ],\n    \"n'anaghị olu\": [\n        \"nonphonemically\"\n    ],\n    \"na-anaghị ekwu olu\": [\n        \"nonphonetic\"\n    ],\n    \"enweghị olu\": [\n        \"nonphonetical\",\n        \"psalmless\",\n        \"thunderless\",\n        \"tonelessness\",\n        \"uncloud\",\n        \"unclouded\",\n        \"uncloudedly\",\n        \"uncloudy\",\n        \"unclouds\",\n        \"unconvoyed\",\n        \"voiceless\",\n        \"voicelessness\"\n    ],\n    \"n'adighi-ese foto\": [\n        \"nonphotographically\"\n    ],\n    \"n'adịghị anya\": [\n        \"nonphrenetically\",\n        \"unbudgingly\"\n    ],\n    \"anaghị enyere ndị ọzọ aka\": [\n        \"nonpyritiferous\"\n    ],\n    \"na-abụghị atụmatụ\": [\n        \"nonplanar\"\n    ],\n    \"anaghị akọ\": [\n        \"nonplated\"\n    ],\n    \"nke anaghị adị\": [\n        \"nonplatitudinous\",\n        \"nonromantic\",\n        \"nontrivial\"\n    ],\n    \"anaghị agbasa\": [\n        \"nonpleading\",\n        \"nonriding\"\n    ],\n    \"enweghị ọtụtụ\": [\n        \"nonplurality\"\n    ],\n    \"na-abụghị usoro ọchịchị\": [\n        \"nonplutocratic\"\n    ],\n    \"na-akwadoghị ọchịchị\": [\n        \"nonplutocratical\"\n    ],\n    \"n'emeghị ikuku\": [\n        \"nonpneumatically\",\n        \"windlessly\"\n    ],\n    \"emetọghị\": [\n        \"nonpolluted\"\n    ],\n    \"anaghị ewu ewu\": [\n        \"nonpopularly\"\n    ],\n    \"ihe na-akpali agụụ mmekọahụ\": [\n        \"nonpornographic\",\n        \"porno\",\n        \"pornograph\",\n        \"pornographer\",\n        \"pornographic\",\n        \"pornographies\",\n        \"pornographist\",\n        \"unpornographic\"\n    ],\n    \"agaghị ebugharị\": [\n        \"nonportable\",\n        \"unportable\"\n    ],\n    \"n'aghapughi\": [\n        \"nonpostponement\"\n    ],\n    \"anaghị adị adị\": [\n        \"nonpractical\"\n    ],\n    \"emeghi-eme\": [\n        \"nonpracticality\"\n    ],\n    \"na-emezighi\": [\n        \"nonpractically\"\n    ],\n    \"nke anaghị eme eme\": [\n        \"nonpragmatic\"\n    ],\n    \"enwetụbeghị mbụ\": [\n        \"nonprecedent\"\n    ],\n    \"enweghị amụma\": [\n        \"nonpredestination\",\n        \"nonpredicative\",\n        \"nonpredictable\",\n        \"nonprognosticative\",\n        \"nonprophetic\",\n        \"prophetless\",\n        \"unforecasted\",\n        \"unpicturesqueness\",\n        \"unpredestinated\",\n        \"unprognosticated\",\n        \"unprognosticative\",\n        \"unprophetic\",\n        \"unprosaicness\"\n    ],\n    \"enwetabeghi ya\": [\n        \"nonpreformed\",\n        \"unreproved\"\n    ],\n    \"adịghị asọpụ\": [\n        \"nonpregnant\"\n    ],\n    \"enweghị ajọ mbunobi\": [\n        \"nonprejudiced\"\n    ],\n    \"n'amaghị uru ọ bụla\": [\n        \"nonprejudicially\"\n    ],\n    \"enweghị nhazi\": [\n        \"nonpreparative\",\n        \"nonreparation\",\n        \"structureless\",\n        \"structurelessness\",\n        \"stucturelessness\",\n        \"unpaneled\",\n        \"unpragmatical\",\n        \"unproportioned\",\n        \"unseparateness\",\n        \"untrammed\",\n        \"untriggered\"\n    ],\n    \"enweghị nkwadebe\": [\n        \"nonpreparatory\"\n    ],\n    \"enweghị njikere\": [\n        \"nonpreparedness\"\n    ],\n    \"n'agụghị sayensị\": [\n        \"nonpresciently\"\n    ],\n    \"anaghị edebanye aha\": [\n        \"nonprescribed\",\n        \"nonprescription\",\n        \"nonsubscribing\",\n        \"nonsubscripted\"\n    ],\n    \"onye anaghị ede akwụkwọ\": [\n        \"nonprescriber\"\n    ],\n    \"anaghị edepụta ederede\": [\n        \"nonprescriptive\"\n    ],\n    \"nke na-abụghị eziokwu\": [\n        \"nonpresentational\"\n    ],\n    \"adịghị ada\": [\n        \"nonpress\"\n    ],\n    \"na-enweghị ike\": [\n        \"nonpressing\",\n        \"snapless\",\n        \"uncarolled\",\n        \"undusted\",\n        \"unfacile\",\n        \"unsmiling\"\n    ],\n    \"enweghị ike igbochi\": [\n        \"nonpreventable\",\n        \"unhypothecated\",\n        \"unimpedible\",\n        \"unincludable\",\n        \"unprovokable\",\n        \"untrippable\"\n    ],\n    \"nonprinti\": [\n        \"nonprinting\"\n    ],\n    \"na-abụghị ndị akaebe\": [\n        \"nonprivileged\"\n    ],\n    \"nonproduc\": [\n        \"nonproducer\",\n        \"nonproducible\"\n    ],\n    \"anaghị emepụta ngwaahịa\": [\n        \"nonproductively\"\n    ],\n    \"nke na-abụghị ezigbo ọrụ\": [\n        \"nonprofaneness\"\n    ],\n    \"nonprofpro\": [\n        \"nonprofessed\"\n    ],\n    \"abụghị ọrụ aka\": [\n        \"nonprofessionalism\"\n    ],\n    \"na-abụghị ọkachamara\": [\n        \"nonprofessorially\",\n        \"nontheatric\",\n        \"nontheatrical\"\n    ],\n    \"abụghị uru\": [\n        \"nonprofitability\"\n    ],\n    \"anaghị aba uru\": [\n        \"nonprofitable\"\n    ],\n    \"abụghị programmable\": [\n        \"nonprogrammable\"\n    ],\n    \"anaghị aga n'ihu\": [\n        \"nonprogressive\"\n    ],\n    \"nonprohibitive\": [\n        \"nonprohibitively\"\n    ],\n    \"anaghị enye iwu\": [\n        \"nonprohibitory\",\n        \"nonprohibitorily\",\n        \"unlurking\"\n    ],\n    \"anaghị arụ ọrụ ego\": [\n        \"nonprojective\"\n    ],\n    \"enweghị prol\": [\n        \"nonprolificness\"\n    ],\n    \"anaghị agbatịkwu\": [\n        \"nonprolongation\"\n    ],\n    \"emeghi mkpesa\": [\n        \"nonpromulgation\"\n    ],\n    \"mkpọghị nkwupụta\": [\n        \"nonpronunciation\"\n    ],\n    \"nke anaghị akwalite\": [\n        \"nonpropagable\"\n    ],\n    \"ọ bụghị onye na-agbasa echiche\": [\n        \"nonpropagandist\"\n    ],\n    \"anaghị agbasa echiche\": [\n        \"nonpropagandistic\"\n    ],\n    \"anaghị ekwupụta\": [\n        \"nonpropagative\"\n    ],\n    \"n'amụma\": [\n        \"nonprophetically\",\n        \"preexceptionally\",\n        \"prophetically\",\n        \"pseudocritically\",\n        \"pseudonationally\",\n        \"pseudosatirically\",\n        \"unprophetically\"\n    ],\n    \"nke anaghị ekwe nghọta\": [\n        \"nonproportionable\"\n    ],\n    \"nke na-abụghị nke ndị ọzọ\": [\n        \"nonproportional\"\n    ],\n    \"nke anaghị adabara\": [\n        \"nonproportionate\"\n    ],\n    \"nke ekwesighi\": [\n        \"nonproportioned\"\n    ],\n    \"ihe ndị na-ekwesịghị ekwesị\": [\n        \"nonproprietaries\"\n    ],\n    \"abụghị onye nwe\": [\n        \"nonproprietor\"\n    ],\n    \"enweghị prorog\": [\n        \"nonprorogation\"\n    ],\n    \"n'adighi oru\": [\n        \"nonprosaically\"\n    ],\n    \"nonproscript\": [\n        \"nonproscription\",\n        \"nonproscriptive\"\n    ],\n    \"na-anaghị ede akwụkwọ\": [\n        \"nonproscriptively\"\n    ],\n    \"anaghị agafe\": [\n        \"nonprossed\",\n        \"nonprossing\"\n    ],\n    \"anaghị echebe\": [\n        \"nonprotecting\",\n        \"nonprotection\",\n        \"nonprotective\",\n        \"nonproteid\",\n        \"unprotecting\"\n    ],\n    \"na-enweghị protein\": [\n        \"nonprotein\"\n    ],\n    \"na-abụghị protein\": [\n        \"nonproteinaceous\"\n    ],\n    \"nonprotest\": [\n        \"nonprotesting\"\n    ],\n    \"nke na-abụghị nke mmadụ\": [\n        \"nonprovidential\"\n    ],\n    \"onye na-anaghị enye ọrụ\": [\n        \"nonprovider\"\n    ],\n    \"na-abụghị nke azụmahịa\": [\n        \"nonprovincially\"\n    ],\n    \"emeghi uche\": [\n        \"nonprudence\"\n    ],\n    \"n'emeghị nkwuwa okwu\": [\n        \"nonprudently\"\n    ],\n    \"nke mba\": [\n        \"nonpublic\"\n    ],\n    \"oha mba\": [\n        \"nonpublicity\"\n    ],\n    \"na-abụghị onye ọrụ\": [\n        \"nonpuerilely\"\n    ],\n    \"na-adịghị akwụ ụgwọ\": [\n        \"nonpulsating\",\n        \"unconspiring\"\n    ],\n    \"n'akpaghị anya\": [\n        \"nonpunctually\"\n    ],\n    \"n’akwụsịghị akwụsị\": [\n        \"nonpunctuating\"\n    ],\n    \"anaghị ata ahụhụ\": [\n        \"nonpunishing\"\n    ],\n    \"abụghị ntaramahụhụ\": [\n        \"nonpunishment\"\n    ],\n    \"abụghị purchasable\": [\n        \"nonpurchasable\"\n    ],\n    \"azụghị\": [\n        \"nonpurchase\"\n    ],\n    \"onye na-achọghị ego\": [\n        \"nonpurchaser\"\n    ],\n    \"ọ bụghị ọchịchị aka ike\": [\n        \"nonpurgatorial\"\n    ],\n    \"enweghị agbụrụ\": [\n        \"nonracial\",\n        \"pedigreeless\"\n    ],\n    \"edeghị\": [\n        \"nonrayed\",\n        \"nonrectified\",\n        \"outwrote\",\n        \"uncrate\",\n        \"unwrit\",\n        \"unwrite\",\n        \"unwritten\",\n        \"unwrote\"\n    ],\n    \"n'amaghị\": [\n        \"nonrationally\",\n        \"unadoptively\",\n        \"uncomplacently\",\n        \"unconcertedly\"\n    ],\n    \"enweghị mmeghachi omume\": [\n        \"nonreaction\"\n    ],\n    \"enweghị ike ịgụ\": [\n        \"nonreadable\",\n        \"unreadability\"\n    ],\n    \"onye na-agụghị akwụkwọ\": [\n        \"nonreader\"\n    ],\n    \"ndị na-agụghị akwụkwọ\": [\n        \"nonreaders\"\n    ],\n    \"onye na-emeghi eme\": [\n        \"nonrealist\"\n    ],\n    \"emeghi ezi uche\": [\n        \"nonrealistic\"\n    ],\n    \"nonreal\": [\n        \"nonrealities\"\n    ],\n    \"onye na-enweghị uche\": [\n        \"nonreasoner\"\n    ],\n    \"abughi onye obula\": [\n        \"nonrebel\"\n    ],\n    \"abụghị nnupụisi\": [\n        \"nonrebelliousness\"\n    ],\n    \"enweghị ike ịnabata\": [\n        \"nonreceivable\"\n    ],\n    \"n'anabataghi\": [\n        \"nonreceptively\"\n    ],\n    \"anaghị azụ ahịa\": [\n        \"nonrecessive\"\n    ],\n    \"amataghi\": [\n        \"nonrecognized\",\n        \"unacknowledgment\",\n        \"unacquaintable\",\n        \"unapprenticed\",\n        \"unawned\",\n        \"uncognizant\",\n        \"uncognized\",\n        \"undiagnosed\",\n        \"unidentifiable\",\n        \"unidentified\",\n        \"unidentifiedly\",\n        \"unknighted\",\n        \"unmotived\",\n        \"unpetrified\",\n        \"unrecognized\",\n        \"unsearchable\",\n        \"unsearchableness\",\n        \"unsearchably\",\n        \"unstupefied\",\n        \"unwitherable\"\n    ],\n    \"nkwụghachi ụgwọ\": [\n        \"nonrecovery\",\n        \"payback\",\n        \"reabsorption\",\n        \"rebiddable\",\n        \"reciprocable\",\n        \"recommences\",\n        \"recompence\",\n        \"recompensable\",\n        \"recompense\",\n        \"recompenses\",\n        \"recompensive\",\n        \"recompilement\",\n        \"recomplication\",\n        \"recompounds\",\n        \"recomputation\",\n        \"recomputes\",\n        \"redepositing\",\n        \"redetention\",\n        \"redisbursed\",\n        \"redisbursement\",\n        \"reforfeiture\",\n        \"refundability\",\n        \"refundable\",\n        \"reimbursement\",\n        \"reimbursements\",\n        \"reimbushment\",\n        \"remortgage\",\n        \"remortgaged\",\n        \"remunerability\",\n        \"remunerativeness\",\n        \"repayable\",\n        \"repension\",\n        \"restitutional\",\n        \"restitutionism\",\n        \"retribution\",\n        \"retributive\",\n        \"silverback\"\n    ],\n    \"nonrectangular\": [\n        \"nonrectangularity\",\n        \"nonrectangularly\"\n    ],\n    \"enweghi ezi uche\": [\n        \"nonrectifiable\"\n    ],\n    \"anaghị ewebata\": [\n        \"nonreducing\"\n    ],\n    \"abụghị echiche\": [\n        \"nonreflection\"\n    ],\n    \"anaghị anabata ndị ọzọ\": [\n        \"nonreflective\",\n        \"nontrespass\"\n    ],\n    \"n'echeghị ya\": [\n        \"nonreflectively\",\n        \"unreflectively\"\n    ],\n    \"anaghị ekpughere\": [\n        \"nonrefraction\",\n        \"nonrevealing\"\n    ],\n    \"anaghị akwụghachi\": [\n        \"nonrefundable\",\n        \"nonsequestration\",\n        \"unreciprocating\",\n        \"unrevenging\"\n    ],\n    \"nkwụghachi\": [\n        \"nonrefutation\",\n        \"nonreversion\",\n        \"nonvegetation\",\n        \"reattribution\",\n        \"rebait\",\n        \"rebaited\",\n        \"rebase\",\n        \"rebate\",\n        \"rebaters\",\n        \"rebates\",\n        \"rebatos\",\n        \"rebid\",\n        \"rebudget\",\n        \"recipiomotor\",\n        \"reciprocals\",\n        \"reciprocant\",\n        \"reciprocator\",\n        \"reciprocatory\",\n        \"reclaimment\",\n        \"recompensate\",\n        \"recompensation\",\n        \"recompenser\",\n        \"recompound\",\n        \"recompounding\",\n        \"recomputing\",\n        \"recoup\",\n        \"recoupment\",\n        \"recoverableness\",\n        \"redimensions\",\n        \"reendorsement\",\n        \"refait\",\n        \"refinds\",\n        \"refits\",\n        \"reford\",\n        \"refound\",\n        \"refounded\",\n        \"refreit\",\n        \"refund\",\n        \"refunded\",\n        \"refunder\",\n        \"refunders\",\n        \"refunding\",\n        \"refundment\",\n        \"refunds\",\n        \"refurnishment\",\n        \"reimburser\",\n        \"reinfund\",\n        \"reinstatements\",\n        \"reparatory\",\n        \"reposure\",\n        \"repound\",\n        \"reprisal\",\n        \"restitution\",\n        \"restitutionist\",\n        \"restorability\",\n        \"restorativeness\",\n        \"restuffs\",\n        \"resuscitant\",\n        \"resuscitation\",\n        \"revenuers\"\n    ],\n    \"emeghachighi\": [\n        \"nonregenerate\",\n        \"unreparted\"\n    ],\n    \"adịghị ọhụrụ\": [\n        \"nonregeneration\",\n        \"unregenerateness\",\n        \"unrejuvenated\"\n    ],\n    \"anaghị amụgharị\": [\n        \"nonregenerative\",\n        \"nonregeneratively\"\n    ],\n    \"na-abụghị aha\": [\n        \"nonregistered\",\n        \"nontitular\"\n    ],\n    \"enweghị ike ịdebanye aha\": [\n        \"nonregistrable\",\n        \"unscribbled\"\n    ],\n    \"edeghị akwụkwọ\": [\n        \"nonregressive\",\n        \"uncongratulated\",\n        \"unwearyingly\"\n    ],\n    \"anaghị atụgharị egwu\": [\n        \"nonrejoinder\"\n    ],\n    \"enweghị mmekọ\": [\n        \"nonrelated\",\n        \"nonrelation\",\n        \"nonrelational\",\n        \"relationless\",\n        \"unrelational\",\n        \"unslated\"\n    ],\n    \"na-abụghị ikwu\": [\n        \"nonrelative\"\n    ],\n    \"anaghị ewepụta\": [\n        \"nonrelease\"\n    ],\n    \"abụghị ịhapụ\": [\n        \"nonrelinquishment\"\n    ],\n    \"abụghị nsụgharị\": [\n        \"nonrendition\"\n    ],\n    \"anaghị akwụghachi ụgwọ\": [\n        \"nonrepayable\",\n        \"nonrepaying\",\n        \"unrefunding\",\n        \"unrepayable\",\n        \"unreposeful\",\n        \"unreproachable\",\n        \"unrewarding\"\n    ],\n    \"anaghị arụzi\": [\n        \"nonrepair\"\n    ],\n    \"enweghị ike ịkọgharị\": [\n        \"nonrepealable\"\n    ],\n    \"n'ichegharịghị\": [\n        \"nonrepentantly\",\n        \"unrepentingly\"\n    ],\n    \"arụghị ụka\": [\n        \"nonrepetition\",\n        \"uncomputableness\"\n    ],\n    \"enweghị ebe ọzọ\": [\n        \"nonreplaceable\",\n        \"nonreplacement\",\n        \"unreplaceable\"\n    ],\n    \"ekwugharighi\": [\n        \"nonreplication\"\n    ],\n    \"akukoghi\": [\n        \"nonreportable\",\n        \"uncarburetted\",\n        \"uncatalogued\",\n        \"unreinstated\",\n        \"unrelayed\",\n        \"unreportable\",\n        \"unreported\",\n        \"unreportedly\",\n        \"unsyncopated\",\n        \"untelegraphed\"\n    ],\n    \"enweghị nkwutọ\": [\n        \"nonreprehensibleness\"\n    ],\n    \"onye na-egosichighi\": [\n        \"nonrepresentationist\"\n    ],\n    \"enweghị mkpali\": [\n        \"nonrepressive\"\n    ],\n    \"abụghị ihe ijuanya\": [\n        \"nonreprisal\"\n    ],\n    \"anaghị arụpụta ọrụ\": [\n        \"nonreproductive\"\n    ],\n    \"anaghị achọsi ike\": [\n        \"nonrequirable\"\n    ],\n    \"ọ dịghị mkpa\": [\n        \"nonrequisite\"\n    ],\n    \"enweghị nnapụta\": [\n        \"nonrescue\",\n        \"rescueless\"\n    ],\n    \"enweghị oyiyi\": [\n        \"nonresemblance\"\n    ],\n    \"onye isi mba\": [\n        \"nonresident\",\n        \"supernationalist\"\n    ],\n    \"obughi onye obia\": [\n        \"nonresidental\"\n    ],\n    \"obughi onye obula\": [\n        \"nonresidential\"\n    ],\n    \"onye bi na mba\": [\n        \"nonresidentiary\",\n        \"unresident\"\n    ],\n    \"ndị na-abụghị ndị bi na ya\": [\n        \"nonresidents\"\n    ],\n    \"n'etinyeghị ego\": [\n        \"nonresistively\"\n    ],\n    \"ekweghị emegide\": [\n        \"nonresistiveness\"\n    ],\n    \"ekweghị edozi\": [\n        \"nonresolvable\",\n        \"unsolvableness\"\n    ],\n    \"anaghị aza ajụjụ\": [\n        \"nonresponsible\"\n    ],\n    \"anaghị anabata ozi ọma\": [\n        \"nonresponsive\",\n        \"nonresponsively\",\n        \"unresponsively\"\n    ],\n    \"n'igbochi\": [\n        \"nonrestrictedly\"\n    ],\n    \"enweghị nkwụghachi\": [\n        \"nonresurrection\",\n        \"unreprievably\"\n    ],\n    \"abụghị nkwụghachi\": [\n        \"nonresuscitation\"\n    ],\n    \"na-anaghị akwụ ụgwọ\": [\n        \"nonresuscitative\"\n    ],\n    \"weghachitere\": [\n        \"nonretarded\",\n        \"readapted\",\n        \"reaggregated\",\n        \"rearrested\",\n        \"rebudgeted\",\n        \"recivilize\",\n        \"recolonized\",\n        \"recolored\",\n        \"recostumed\",\n        \"renegotiated\",\n        \"represcribed\",\n        \"repromulgated\",\n        \"repurified\",\n        \"resecured\",\n        \"retarred\",\n        \"retraded\",\n        \"retrogressed\",\n        \"retruded\",\n        \"revested\",\n        \"revoted\"\n    ],\n    \"adịghị agwụ ike\": [\n        \"nonretiring\",\n        \"untiring\",\n        \"wearilessly\"\n    ],\n    \"enweghị ntinye\": [\n        \"nonretraction\",\n        \"nonsecession\"\n    ],\n    \"ghara ịlaghachi\": [\n        \"nonreturn\"\n    ],\n    \"enweghị ike ịghaghachi\": [\n        \"nonreturnable\",\n        \"nonultrafilterable\",\n        \"unrecallable\"\n    ],\n    \"nke na-adịghị ahụkebe\": [\n        \"nonreverential\"\n    ],\n    \"agbaghaghị\": [\n        \"nonreversed\",\n        \"unvolumed\"\n    ],\n    \"nke na-agbanwe agbanwe\": [\n        \"nonrevertive\"\n    ],\n    \"enweghị ike iwepu ego\": [\n        \"nonrevocability\"\n    ],\n    \"na-abụghị mgbanwe\": [\n        \"nonrevolutionary\"\n    ],\n    \"ndị na-abụghị mgbanwe\": [\n        \"nonrevolutionaries\"\n    ],\n    \"na-abụghị akụkọ\": [\n        \"nonrhetorical\"\n    ],\n    \"na-anaghị egbochi ọrụ\": [\n        \"nonrhyming\"\n    ],\n    \"anaghị ajụ mmiri\": [\n        \"nonrigid\"\n    ],\n    \"na-enweghị mmasị\": [\n        \"nonrioting\",\n        \"unattracting\",\n        \"unrioting\"\n    ],\n    \"enweghị aka ike\": [\n        \"nonriparian\",\n        \"parsoness\"\n    ],\n    \"anaghị ebi\": [\n        \"nonrivals\"\n    ],\n    \"adịghị eguzosi ike n'ihe\": [\n        \"nonroyally\",\n        \"unroyal\"\n    ],\n    \"na-abụghị\": [\n        \"nonrousing\"\n    ],\n    \"abụghị ruminantia\": [\n        \"nonruminantia\"\n    ],\n    \"anaghị acha ọkụ\": [\n        \"nonruminating\"\n    ],\n    \"abụghị ihe omimi\": [\n        \"nonsacerdotal\"\n    ],\n    \"adighi ekwenyeghi\": [\n        \"nonsacerdotally\"\n    ],\n    \"abụghị sacrament\": [\n        \"nonsacramental\"\n    ],\n    \"onye na-ebughi agha\": [\n        \"nonsailor\"\n    ],\n    \"enweghị ike ire ere\": [\n        \"nonsalable\",\n        \"unsalable\"\n    ],\n    \"enweghị ire ere\": [\n        \"nonsaleable\"\n    ],\n    \"n'adighi ọcha\": [\n        \"nonsanguinely\",\n        \"unsanctifiedly\"\n    ],\n    \"adịghị echekwa\": [\n        \"nonsatiric\",\n        \"uncoring\",\n        \"unmurmuring\"\n    ],\n    \"adịghị eche echiche\": [\n        \"nonsatirical\",\n        \"nonschematic\"\n    ],\n    \"amaghi nwoke\": [\n        \"nonsaturation\"\n    ],\n    \"anaghị azọpụta\": [\n        \"nonsaving\"\n    ],\n    \"adịghị ekwu\": [\n        \"nonscaling\"\n    ],\n    \"emeghị ndokwa\": [\n        \"nonscheduled\"\n    ],\n    \"n'amaghi akwukwo\": [\n        \"nonschematically\",\n        \"nonscholastically\",\n        \"unargumentatively\",\n        \"unmathematically\"\n    ],\n    \"abụghị schizophrenic\": [\n        \"nonschizophrenic\"\n    ],\n    \"onye nkuzi anaghị\": [\n        \"nonscholar\"\n    ],\n    \"na-abụghị ọkà mmụta\": [\n        \"nonscholarly\"\n    ],\n    \"nsị agaghị adị\": [\n        \"nonscraping\"\n    ],\n    \"ihe na-abụghị Akwụkwọ Nsọ\": [\n        \"nonscriptural\"\n    ],\n    \"onye nonscripturalist\": [\n        \"nonscripturalist\"\n    ],\n    \"emeghi nlezianya\": [\n        \"nonscrutiny\",\n        \"nonscrutinies\"\n    ],\n    \"n'oge adịghị\": [\n        \"nonseasonably\",\n        \"unseasonably\"\n    ],\n    \"abụghị oge\": [\n        \"nonseasonally\"\n    ],\n    \"enweghị iwepu\": [\n        \"nonseclusion\"\n    ],\n    \"n'emeghị naanị\": [\n        \"nonseclusively\"\n    ],\n    \"enweghị nzuzo\": [\n        \"nonsecret\"\n    ],\n    \"nke abụghị ụlọ ọrụ\": [\n        \"nonsectorial\"\n    ],\n    \"nkebi\": [\n        \"nonsegmental\",\n        \"nonsegmentary\",\n        \"partage\",\n        \"partition\",\n        \"partitionary\",\n        \"partitioner\",\n        \"partitions\",\n        \"phalanxed\",\n        \"portionless\",\n        \"sectional\",\n        \"sectionality\",\n        \"sectionalizing\",\n        \"sectionally\",\n        \"sectionary\",\n        \"sectioning\",\n        \"sectionist\",\n        \"sectionize\",\n        \"segmenter\",\n        \"stagers\",\n        \"stages\",\n        \"stagese\",\n        \"subdivisional\",\n        \"subsegment\",\n        \"unipartite\",\n        \"unsectional\",\n        \"unsegmental\",\n        \"unsegmentary\"\n    ],\n    \"na-abụghị nkebi\": [\n        \"nonsegmentally\"\n    ],\n    \"enweghi nkewa\": [\n        \"nonsegregable\",\n        \"undiscriminated\"\n    ],\n    \"abụghị nkewa\": [\n        \"nonsegregated\"\n    ],\n    \"ahọpụtaghị\": [\n        \"nonselected\",\n        \"unelected\",\n        \"unlectured\",\n        \"unselect\",\n        \"unselected\",\n        \"unselecting\",\n        \"unselective\",\n        \"unselectiveness\"\n    ],\n    \"onweghi\": [\n        \"nonself\"\n    ],\n    \"adịghị echebara echiche\": [\n        \"nonselfregarding\"\n    ],\n    \"anaghi ahu aru\": [\n        \"nonseminal\"\n    ],\n    \"nensensitizing\": [\n        \"nonsensitizing\"\n    ],\n    \"anaghị ekewa\": [\n        \"nonseparating\"\n    ],\n    \"anaghị ekewa ekewa\": [\n        \"nonseparatist\"\n    ],\n    \"na-esighi ike\": [\n        \"nonsequacious\",\n        \"weaker\",\n        \"weaklier\"\n    ],\n    \"esighi\": [\n        \"nonsequent\",\n        \"nonserous\",\n        \"nonsuits\"\n    ],\n    \"n'anaghị n'usoro\": [\n        \"nonseraphically\"\n    ],\n    \"ihe na-abaghị uru\": [\n        \"nonseriality\"\n    ],\n    \"ndị na-abụghị ụmụ nwoke\": [\n        \"nonsexists\"\n    ],\n    \"na-abụghị njikọ\": [\n        \"nonsexlinked\"\n    ],\n    \"nwoke na nwanyị\": [\n        \"nonsexual\",\n        \"sexennially\",\n        \"sexological\",\n        \"sextern\"\n    ],\n    \"n'emeghi\": [\n        \"nonsexually\",\n        \"unkingly\"\n    ],\n    \"onye ara ehi ara\": [\n        \"nonshedder\"\n    ],\n    \"enweghị shred\": [\n        \"nonshredding\"\n    ],\n    \"anaghị abụ abụ\": [\n        \"nonshrinking\"\n    ],\n    \"anaghi ezuru onwe gi\": [\n        \"nonshrinkingly\"\n    ],\n    \"ihe anaghi arapu\": [\n        \"nonsignable\"\n    ],\n    \"nkechiekwe\": [\n        \"nonsyllabic\"\n    ],\n    \"onweghi ihe\": [\n        \"nonsyllogistic\"\n    ],\n    \"onye nonsyllogistical\": [\n        \"nonsyllogistical\"\n    ],\n    \"nonsyllogistically adịghị\": [\n        \"nonsyllogistically\"\n    ],\n    \"ekwughi onwe\": [\n        \"nonsyllogizing\"\n    ],\n    \"anaghị ewepụ ihe\": [\n        \"nonsilver\"\n    ],\n    \"adabaghi adaba\": [\n        \"nonsymbiotically\",\n        \"undelightfulness\"\n    ],\n    \"Baịbụl ekwughi\": [\n        \"nonsymbolical\"\n    ],\n    \"ekwetaghị Akwụkwọ Nsọ\": [\n        \"nonsymbolicalness\"\n    ],\n    \"onye anaghi enwe obi ebere\": [\n        \"nonsympathizer\"\n    ],\n    \"n'emeghi ebere\": [\n        \"nonsympathizingly\"\n    ],\n    \"nzuzu adighi\": [\n        \"nonsymphoniousness\"\n    ],\n    \"abụghị synchronously\": [\n        \"nonsynchronously\"\n    ],\n    \"nonsynchronous ness\": [\n        \"nonsynchronousness\"\n    ],\n    \"ekwupụtaghị ihe ọ bụla\": [\n        \"nonsyncopation\"\n    ],\n    \"ekwetaghi\": [\n        \"nonsyndicated\"\n    ],\n    \"ihe ndị na-enweghị isi\": [\n        \"nonsingularities\"\n    ],\n    \"echeghi eche\": [\n        \"nonsinkable\",\n        \"waitressless\"\n    ],\n    \"onye nonsynoptic\": [\n        \"nonsynoptic\"\n    ],\n    \"n'amaghi onu\": [\n        \"nonsyntactically\"\n    ],\n    \"ihe anabaghi\": [\n        \"nonskier\"\n    ],\n    \"adịghị ele anya\": [\n        \"nonskipping\"\n    ],\n    \"anaghị ekwu\": [\n        \"nonsludging\"\n    ],\n    \"ndị anaghị ese anwụrụ\": [\n        \"nonsmokers\"\n    ],\n    \"nmụ sịga\": [\n        \"nonsmoking\"\n    ],\n    \"anọghị ala\": [\n        \"nonsober\"\n    ],\n    \"n’enweghi njikọta\": [\n        \"nonsociably\"\n    ],\n    \"enweghị ndị ọzọ\": [\n        \"nonsocial\",\n        \"nonsocialness\"\n    ],\n    \"enweghị ọdịmma mmadụ\": [\n        \"nonsocialistic\"\n    ],\n    \"nonsolid\": [\n        \"nonsolids\"\n    ],\n    \"ihe anaghị edozi\": [\n        \"nonsoluble\"\n    ],\n    \"nonso sophisticated\": [\n        \"nonsophistic\"\n    ],\n    \"n'etughi oke\": [\n        \"nonsovereignly\"\n    ],\n    \"onye olundaghi\": [\n        \"nonspecialist\"\n    ],\n    \"ndị na-anaghị ahụ anya\": [\n        \"nonspecialists\"\n    ],\n    \"ekwughi nke oma\": [\n        \"nonspecifically\"\n    ],\n    \"adighi egwu\": [\n        \"nonspectacular\",\n        \"unhazardous\"\n    ],\n    \"abụghị nke pụtara ìhè\": [\n        \"nonspectacularly\"\n    ],\n    \"adighi ele anya\": [\n        \"nonspectrally\"\n    ],\n    \"ekwesighi iche echiche\": [\n        \"nonspeculativeness\"\n    ],\n    \"nke na-adịghị\": [\n        \"nonspheric\"\n    ],\n    \"nke na-abụghị nke mmụọ\": [\n        \"nonspiritual\"\n    ],\n    \"onye nnochighi anya ya\": [\n        \"nonsporeformer\"\n    ],\n    \"anaghị epupụta\": [\n        \"nonsprouting\"\n    ],\n    \"abụghị stampụ\": [\n        \"nonstampable\"\n    ],\n    \"abụghị ọkọlọtọ\": [\n        \"nonstandardization\"\n    ],\n    \"onye ngha\": [\n        \"nonstarter\"\n    ],\n    \"edebeghi\": [\n        \"nonsterile\",\n        \"uncase\",\n        \"uncompahgrite\",\n        \"unserrate\"\n    ],\n    \"ndị na-akwụghị ụgwọ\": [\n        \"nonstrikers\"\n    ],\n    \"edoghi\": [\n        \"nonstriped\",\n        \"unciform\",\n        \"undisguised\",\n        \"unfaint\",\n        \"ungrafted\",\n        \"ungranulated\",\n        \"unraised\"\n    ],\n    \"edeghi\": [\n        \"nonstudied\",\n        \"unrepressed\",\n        \"unsnipped\"\n    ],\n    \"agaghị agbaghara\": [\n        \"nonsubjugable\",\n        \"ungiveable\",\n        \"unpardonably\"\n    ],\n    \"edebeghi aha\": [\n        \"nonsubmerged\"\n    ],\n    \"nensubmergible\": [\n        \"nonsubmergible\"\n    ],\n    \"ihe ngbanye\": [\n        \"nonsubmersible\",\n        \"oxpecker\"\n    ],\n    \"onye nonsubscriber\": [\n        \"nonsubscriber\"\n    ],\n    \"ndị na-edeghị aha\": [\n        \"nonsubscribers\"\n    ],\n    \"onye nonsubstantialist\": [\n        \"nonsubstantialist\"\n    ],\n    \"agaghị agbanwe agbanwe\": [\n        \"nonsubstituted\"\n    ],\n    \"nonsubstubally\": [\n        \"nonsubstitutionally\"\n    ],\n    \"anaghi-apị apị\": [\n        \"nonsubtle\"\n    ],\n    \"anaghị eme nke ọma\": [\n        \"nonsuccessive\"\n    ],\n    \"adịghị eri anụ\": [\n        \"nonsugars\"\n    ],\n    \"nonsonsons\": [\n        \"nonsummons\"\n    ],\n    \"nlezighi anya\": [\n        \"nonsupervision\"\n    ],\n    \"anaghị eme eme\": [\n        \"nonsupplementally\"\n    ],\n    \"onye na-adịghị echekwa\": [\n        \"nonsurvivor\"\n    ],\n    \"nkwụsịtụ ego\": [\n        \"nonsuspension\"\n    ],\n    \"adighi iyi\": [\n        \"nonswearing\"\n    ],\n    \"anwansighi\": [\n        \"nonswimmer\",\n        \"nonswimming\"\n    ],\n    \"n'ekwughị okwu\": [\n        \"nontalkatively\",\n        \"preposterously\"\n    ],\n    \"na-abụghị ntọala\": [\n        \"nontarget\"\n    ],\n    \"akparaghị ókè\": [\n        \"nontarnished\",\n        \"unclassed\",\n        \"unlime\",\n        \"unlimed\",\n        \"unlimited\",\n        \"unmasticated\",\n        \"unquarantined\",\n        \"unquarrelled\",\n        \"unsprouted\",\n        \"unstrangered\"\n    ],\n    \"n'atụghị ụtụ\": [\n        \"nontaxably\"\n    ],\n    \"ekweghị ya\": [\n        \"nonteachableness\"\n    ],\n    \"abughi teknụzụ\": [\n        \"nontechnical\"\n    ],\n    \"abụghị teknụzụ\": [\n        \"nontechnically\"\n    ],\n    \"na-abụghị nkà na ụzụ\": [\n        \"nontechnologically\"\n    ],\n    \"n'agụghị ya\": [\n        \"nontelegraphically\"\n    ],\n    \"n'agwaghị anyị\": [\n        \"nontelephonically\"\n    ],\n    \"abụghị telescoping\": [\n        \"nontelescoping\"\n    ],\n    \"emeghi iheoma\": [\n        \"nontemperamental\"\n    ],\n    \"adighi adi\": [\n        \"nontemperamentally\"\n    ],\n    \"n'emeghi nkwuputa\": [\n        \"nontemporizingly\"\n    ],\n    \"ndi n'atu\": [\n        \"nonterminals\"\n    ],\n    \"ọkwà\": [\n        \"nonterritorial\",\n        \"nonterritoriality\",\n        \"plectridial\"\n    ],\n    \"enweghị ihe ịma aka\": [\n        \"nontestable\",\n        \"uncontestable\"\n    ],\n    \"n'adighi akwukwo\": [\n        \"nontestamentary\"\n    ],\n    \"na-abụghị nke ọchịchị Chineke\": [\n        \"nontheocratic\"\n    ],\n    \"n'emeghị ọchịchị\": [\n        \"nontheocratically\"\n    ],\n    \"nonsososophic\": [\n        \"nontheosophic\"\n    ],\n    \"nonsososophical\": [\n        \"nontheosophical\"\n    ],\n    \"agwọ ọrịa\": [\n        \"nontherapeutic\"\n    ],\n    \"n'etinyeghi ọgwụgwọ\": [\n        \"nontherapeutically\"\n    ],\n    \"nontoracic\": [\n        \"nonthoracic\"\n    ],\n    \"agunyeghi\": [\n        \"nonthreaded\",\n        \"unextorted\"\n    ],\n    \"na-edeghị ederede\": [\n        \"nontypographically\"\n    ],\n    \"nontirannic\": [\n        \"nontyrannic\"\n    ],\n    \"abụghị onye ọchịchị aka ike\": [\n        \"nontyrannical\"\n    ],\n    \"abụghị nke ọchịchị aka ike\": [\n        \"nontyrannically\"\n    ],\n    \"enweghị ike ịnagide\": [\n        \"nontolerableness\"\n    ],\n    \"adighi arapu\": [\n        \"nontractable\"\n    ],\n    \"nontractible\": [\n        \"nontractably\"\n    ],\n    \"anaghị ewe iwe\": [\n        \"nontrade\"\n    ],\n    \"nke na-enweghị atụ\": [\n        \"nontrading\",\n        \"unfrequented\"\n    ],\n    \"onye na-emeghi omenala\": [\n        \"nontraditionalist\"\n    ],\n    \"abụghị ọrụ\": [\n        \"nontragedies\"\n    ],\n    \"ejighị ihe kpọrọ ihe\": [\n        \"nontragical\"\n    ],\n    \"enweghị trailing\": [\n        \"nontrailing\"\n    ],\n    \"ejighi oru\": [\n        \"nontrained\",\n        \"redundant\",\n        \"unchaired\",\n        \"unsentient\"\n    ],\n    \"anaghị adọkpụ\": [\n        \"nontraining\"\n    ],\n    \"n'adịghị nkịtị\": [\n        \"nontraitorous\"\n    ],\n    \"ịghara ịnọ nkịtị\": [\n        \"nontraitorousness\"\n    ],\n    \"anaghị ede ederede\": [\n        \"nontranscriptive\"\n    ],\n    \"abụghị transferability\": [\n        \"nontransferability\"\n    ],\n    \"enweghị ike ịfefe\": [\n        \"nontransferable\"\n    ],\n    \"anaghị agafe agafe\": [\n        \"nontransferential\",\n        \"nontranslucent\"\n    ],\n    \"anaghị emegide iwu\": [\n        \"nontransgressive\"\n    ],\n    \"n'adaghị ụgwọ\": [\n        \"nontransiently\"\n    ],\n    \"ngbanweghi\": [\n        \"nontranslucency\"\n    ],\n    \"enweghị mbu\": [\n        \"nontransparent\"\n    ],\n    \"enweghị mbugharị\": [\n        \"nontransportability\"\n    ],\n    \"nnaghari\": [\n        \"nontransposition\"\n    ],\n    \"ndị na-abụghị ndị odeakwụkwọ\": [\n        \"nontribesmen\"\n    ],\n    \"anaghị agba mgba\": [\n        \"nontrump\"\n    ],\n    \"nke na-abụghị akwara\": [\n        \"nontubercular\"\n    ],\n    \"anaghị adị nkọ\": [\n        \"nontuberculous\"\n    ],\n    \"na-adịghị aghara\": [\n        \"nontumultuous\"\n    ],\n    \"adighi ebe nile\": [\n        \"nonubiquitous\"\n    ],\n    \"anaghị eme mkpọtụ\": [\n        \"nonumbilicate\"\n    ],\n    \"emeghị mmadụ\": [\n        \"nonuncial\"\n    ],\n    \"na-agụghị akwụkwọ\": [\n        \"nonundergraduate\"\n    ],\n    \"n’enweghị nghọta\": [\n        \"nonunderstandingly\",\n        \"nonunderstood\",\n        \"undistinguishingly\",\n        \"ununderstandably\"\n    ],\n    \"n'adighi otu\": [\n        \"nonuniformly\"\n    ],\n    \"onye na-anaghị akwado ya\": [\n        \"nonunionist\"\n    ],\n    \"ozi anaghị\": [\n        \"nonunions\"\n    ],\n    \"enweghị n'otu\": [\n        \"nonunity\"\n    ],\n    \"ọrụ ndị na-abụghị ọrụ\": [\n        \"nonutilities\"\n    ],\n    \"ịgba ọgwụ mgbochi\": [\n        \"nonvaccination\",\n        \"vaccinable\",\n        \"vaccinal\",\n        \"vaccinations\"\n    ],\n    \"anaghị adị irè\": [\n        \"nonvalid\"\n    ],\n    \"enweghị ọnụahịa\": [\n        \"nonvalued\"\n    ],\n    \"anaghi agbanwe agbanwe\": [\n        \"nonvaried\"\n    ],\n    \"enweghị iche iche\": [\n        \"nonvarieties\"\n    ],\n    \"enweghị ọrụ ebube\": [\n        \"nonvasculous\",\n        \"unvasculous\"\n    ],\n    \"na-abụghị ahịhịa ndụ\": [\n        \"nonvegetative\"\n    ],\n    \"abụghị nke na-ahịhịa ndụ\": [\n        \"nonvegetatively\"\n    ],\n    \"ekweghị nativeomi\": [\n        \"nonvegetativeness\"\n    ],\n    \"notvenomously\": [\n        \"nonvenomously\"\n    ],\n    \"nonven\": [\n        \"nonvenously\"\n    ],\n    \"abụghị ihe na-emebi emebi\": [\n        \"nonverminous\"\n    ],\n    \"ihe na-agbasaghị\": [\n        \"nonvertical\"\n    ],\n    \"nke anaghị akọ akụkọ\": [\n        \"nonvexatious\"\n    ],\n    \"nke anaghị arụ ọrụ\": [\n        \"nonvibratile\",\n        \"nonvituperative\"\n    ],\n    \"anaghị akọgharị\": [\n        \"nonvibrating\"\n    ],\n    \"onye na-emeghị ihe ngosi\": [\n        \"nonvibrator\"\n    ],\n    \"enweghị vicarious\": [\n        \"nonvicarious\"\n    ],\n    \"abụghị vicariously\": [\n        \"nonvicariously\"\n    ],\n    \"enweghị vicariousness\": [\n        \"nonvicariousness\"\n    ],\n    \"anaghị eche nche\": [\n        \"nonvigilant\"\n    ],\n    \"ịnọghị na nche\": [\n        \"nonvigilantness\"\n    ],\n    \"enweghị nje\": [\n        \"nonviral\"\n    ],\n    \"novirtue\": [\n        \"nonvirtue\"\n    ],\n    \"nke a na-ahụ anya\": [\n        \"nonvirtuous\"\n    ],\n    \"agaghi\": [\n        \"nonvisaed\"\n    ],\n    \"enweghị ike ịhụ ya\": [\n        \"nonvisibility\"\n    ],\n    \"nyochaghị\": [\n        \"nonvisitation\"\n    ],\n    \"agaghị eleta\": [\n        \"nonvisiting\",\n        \"unvisiting\"\n    ],\n    \"enweghị ọhụụ\": [\n        \"nonvisual\"\n    ],\n    \"adịghị elezi anya\": [\n        \"nonvisually\"\n    ],\n    \"nke anaghị adị mkpa\": [\n        \"nonvital\"\n    ],\n    \"na-akpọghị\": [\n        \"nonvitally\",\n        \"unconsulted\"\n    ],\n    \"abụghị viviparity\": [\n        \"nonviviparity\"\n    ],\n    \"abụghị viviparous\": [\n        \"nonviviparous\"\n    ],\n    \"emeghi nkechi\": [\n        \"nonviviparousness\"\n    ],\n    \"enweghị ịkpọ oku\": [\n        \"nonvocalization\",\n        \"nonvocational\",\n        \"nonvocationally\"\n    ],\n    \"akpọghị ọnụ\": [\n        \"nonvocally\"\n    ],\n    \"anaghị akọ mmiri\": [\n        \"nonvolant\"\n    ],\n    \"enweghị nke ọzọ\": [\n        \"nonvolcanic\"\n    ],\n    \"ndị anaghị anabata iwu\": [\n        \"nonvoters\"\n    ],\n    \"emeghị ihe ike\": [\n        \"nonvulgarity\"\n    ],\n    \"ịghara ịga ije\": [\n        \"nonwalking\"\n    ],\n    \"enweghị ike ịsacha\": [\n        \"nonwashable\"\n    ],\n    \"na-anaghị atọ ụtọ\": [\n        \"nonwasting\"\n    ],\n    \"-adaghị ada ada\": [\n        \"nonwavering\",\n        \"unwavering\",\n        \"unwaveringly\",\n        \"unwaving\"\n    ],\n    \"na-abụghị ọdịda anyanwụ\": [\n        \"nonwestern\"\n    ],\n    \"adighi mmiri\": [\n        \"nonwetted\"\n    ],\n    \"ndị na-abụghị ndị ọcha\": [\n        \"nonwhites\"\n    ],\n    \"na-abụghị nku\": [\n        \"nonwinged\"\n    ],\n    \"nonwwing\": [\n        \"nonwithering\"\n    ],\n    \"enweghị anyaụfụ\": [\n        \"nonzealous\",\n        \"nonzealousness\",\n        \"unzealous\",\n        \"unzealousness\"\n    ],\n    \"abụghị zoological\": [\n        \"nonzoological\"\n    ],\n    \"abụghị zoologically\": [\n        \"nonzoologically\"\n    ],\n    \"a kpuchiela\": [\n        \"noodled\"\n    ],\n    \"arụchi\": [\n        \"nooked\"\n    ],\n    \"enweghị ihe ọmụma\": [\n        \"noological\"\n    ],\n    \"onye na-amụ banyere ihe banyere anụ ụlọ\": [\n        \"noologist\"\n    ],\n    \"ehihie na-ehihie\": [\n        \"noonlit\"\n    ],\n    \"ukwa\": [\n        \"nooscopic\"\n    ],\n    \"Norbert\": [\n        \"norbert\"\n    ],\n    \"Norcamphane\": [\n        \"norcamphane\"\n    ],\n    \"Nordcaper\": [\n        \"nordcaper\"\n    ],\n    \"Nordenfelt\": [\n        \"nordenfelt\"\n    ],\n    \"Nordhausen\": [\n        \"nordhausen\"\n    ],\n    \"Nordic\": [\n        \"nordic\"\n    ],\n    \"Nordicism\": [\n        \"nordicism\"\n    ],\n    \"Norfolk\": [\n        \"norfolk\"\n    ],\n    \"Norfolkian\": [\n        \"norfolkian\"\n    ],\n    \"Norgine\": [\n        \"norgine\"\n    ],\n    \"Nọọsia\": [\n        \"noria\"\n    ],\n    \"Norias\": [\n        \"norias\"\n    ],\n    \"norit\": [\n        \"norite\"\n    ],\n    \"Norland\": [\n        \"norland\"\n    ],\n    \"idike\": [\n        \"normanish\"\n    ],\n    \"Normoblast\": [\n        \"normoblast\"\n    ],\n    \"ala norseland\": [\n        \"norseland\"\n    ],\n    \"norsril\": [\n        \"norseling\"\n    ],\n    \"n'ebe ugwu\": [\n        \"northbound\",\n        \"northerly\",\n        \"northernly\",\n        \"northest\",\n        \"northings\",\n        \"norths\",\n        \"northward\",\n        \"northwardly\",\n        \"northwards\",\n        \"northwesterly\"\n    ],\n    \"Onyeisi Ugwu\": [\n        \"northcountryman\"\n    ],\n    \"ugwu ọwụwa anyanwụ\": [\n        \"northeast\"\n    ],\n    \"ugwu ugwu ọwụwa anyanwụ\": [\n        \"northeastern\"\n    ],\n    \"onye ugwu ọwụwa anyanwụ\": [\n        \"northeasterner\"\n    ],\n    \"ebe ugwu ọwụwa anyanwụ\": [\n        \"northeasternmost\"\n    ],\n    \"n'ebe ugwu ọwụwa anyanwụ\": [\n        \"northeastward\",\n        \"northeastwardly\"\n    ],\n    \"n'ebe ugwu ọdịda anyanwụ\": [\n        \"northeastwards\",\n        \"northwest\",\n        \"northwester\",\n        \"northwestern\",\n        \"northwestward\",\n        \"northwestwardly\",\n        \"northwestwards\"\n    ],\n    \"north kacha\": [\n        \"northmost\"\n    ],\n    \"northlanderland\": [\n        \"northumbrian\"\n    ],\n    \"northwester\": [\n        \"northwesterner\"\n    ],\n    \"Uchei\": [\n        \"norwegian\"\n    ],\n    \"ndị Norwegians\": [\n        \"norwegians\"\n    ],\n    \"northwest\": [\n        \"norwest\"\n    ],\n    \"ma ọwụwa anyanwụ\": [\n        \"norwestward\"\n    ],\n    \"Akpa imi\": [\n        \"nosebag\",\n        \"nosebags\"\n    ],\n    \"imi imi\": [\n        \"noseband\",\n        \"nosebanded\",\n        \"nosebands\",\n        \"nosebleed\",\n        \"nosebleeds\",\n        \"noseburn\",\n        \"noseherb\",\n        \"noseover\",\n        \"nosepiece\",\n        \"nosewards\",\n        \"nosewheel\",\n        \"nosewing\",\n        \"nosewort\",\n        \"nostril\",\n        \"nostrility\",\n        \"nostrils\",\n        \"nostrilsome\"\n    ],\n    \"ọkpụkpụ imi\": [\n        \"nosebone\"\n    ],\n    \"nosegay dị ka\": [\n        \"nosegaylike\"\n    ],\n    \"imi oghere\": [\n        \"nosehole\"\n    ],\n    \"nosi\": [\n        \"nosey\",\n        \"nosy\"\n    ],\n    \"enweghị imi\": [\n        \"noseless\",\n        \"noselessness\"\n    ],\n    \"imi nkuchi\": [\n        \"nosepinch\"\n    ],\n    \"nos\": [\n        \"nosiness\"\n    ],\n    \"nosiness\": [\n        \"nosinesses\"\n    ],\n    \"nostantic\": [\n        \"nostrificate\"\n    ],\n    \"n'oghere imi\": [\n        \"nostrilled\"\n    ],\n    \"ọwọrọiso\": [\n        \"notableness\"\n    ],\n    \"nostalgia\": [\n        \"notalgia\"\n    ],\n    \"nostalgic\": [\n        \"notalgic\"\n    ],\n    \"obodo noalia\": [\n        \"notalia\"\n    ],\n    \"notari\": [\n        \"notary\",\n        \"notarially\",\n        \"notariate\",\n        \"notaries\",\n        \"notarized\"\n    ],\n    \"notarị\": [\n        \"notaryship\"\n    ],\n    \"notariari\": [\n        \"notarize\",\n        \"notarizes\",\n        \"notarizing\"\n    ],\n    \"ama ọkwa\": [\n        \"notated\",\n        \"notations\"\n    ],\n    \"ebeeche\": [\n        \"notchwort\"\n    ],\n    \"akwụkwọ ndetu\": [\n        \"notebook\"\n    ],\n    \"akwụkwọ eji ede ihe\": [\n        \"notebooks\"\n    ],\n    \"ederede ederede\": [\n        \"notehead\",\n        \"plagiarical\",\n        \"screenwriter\",\n        \"subterraneity\",\n        \"telewriter\"\n    ],\n    \"enweghi ntule\": [\n        \"noteless\"\n    ],\n    \"ọ bụghị encephalocele\": [\n        \"notencephalocele\"\n    ],\n    \"ọbụghị encephalus\": [\n        \"notencephalus\"\n    ],\n    \"akwukwo ederede\": [\n        \"notepaper\"\n    ],\n    \"kwesiri ntukwasi-obi\": [\n        \"noteworthy\"\n    ],\n    \"enweghị ihe ọmụmụ\": [\n        \"nothingology\"\n    ],\n    \"nohofagus\": [\n        \"nothofagus\"\n    ],\n    \"noholaena\": [\n        \"notholaena\"\n    ],\n    \"nohosauri\": [\n        \"nothosauri\"\n    ],\n    \"nohosaurian\": [\n        \"nothosaurian\"\n    ],\n    \"nohosauridae\": [\n        \"nothosauridae\"\n    ],\n    \"nohosaurus\": [\n        \"nothosaurus\"\n    ],\n    \"noteabili\": [\n        \"noticeabili\"\n    ],\n    \"Rịba ama\": [\n        \"noticeably\"\n    ],\n    \"chọpụtara\": [\n        \"noticed\"\n    ],\n    \"notidia\": [\n        \"notidanian\"\n    ],\n    \"ma Ọkwa\": [\n        \"notifications\"\n    ],\n    \"amara gị ọkwa\": [\n        \"notified\"\n    ],\n    \"ịgwa\": [\n        \"notifying\",\n        \"tellinacean\",\n        \"tellurism\"\n    ],\n    \"arịba ama\": [\n        \"noting\"\n    ],\n    \"notoriaries\": [\n        \"notorieties\"\n    ],\n    \"ọ dịghị ebe\": [\n        \"notothere\"\n    ],\n    \"notour\": [\n        \"notourly\"\n    ],\n    \"aha, noun\": [\n        \"noun\"\n    ],\n    \"aha, nounal\": [\n        \"nounal\"\n    ],\n    \"noun\": [\n        \"nounless\"\n    ],\n    \"noururt\": [\n        \"nouriture\"\n    ],\n    \"novy\": [\n        \"novative\",\n        \"novitious\"\n    ],\n    \"onye noveletist\": [\n        \"noveletist\"\n    ],\n    \"akwụkwọ ọhụrụ\": [\n        \"novelish\",\n        \"novelising\",\n        \"novelry\",\n        \"novelties\"\n    ],\n    \"odee akwukwo\": [\n        \"novelist\"\n    ],\n    \"novemba\": [\n        \"november\",\n        \"novemberish\",\n        \"novembers\",\n        \"novemfid\"\n    ],\n    \"novemdecillion nke\": [\n        \"novemdecillionth\"\n    ],\n    \"novyery\": [\n        \"novicery\"\n    ],\n    \"novicehip\": [\n        \"noviceship\"\n    ],\n    \"noviti\": [\n        \"novitiation\"\n    ],\n    \"ụzọ adịghị\": [\n        \"noway\",\n        \"noways\"\n    ],\n    \"ugbu a, ehihie na abalị\": [\n        \"nowanights\"\n    ],\n    \"now\": [\n        \"nowch\",\n        \"nowt\"\n    ],\n    \"noise\": [\n        \"nowise\"\n    ],\n    \"noilyly\": [\n        \"noxiously\"\n    ],\n    \"nozulu\": [\n        \"nozzle\"\n    ],\n    \"Ndebanye\": [\n        \"npeel\"\n    ],\n    \"Ọbam\": [\n        \"nub\"\n    ],\n    \"Nubby\": [\n        \"nubby\"\n    ],\n    \"Nubbier\": [\n        \"nubbier\"\n    ],\n    \"onye nubbiest\": [\n        \"nubbiest\"\n    ],\n    \"agbarie\": [\n        \"nubbled\"\n    ],\n    \"n’abụ\": [\n        \"nubbly\"\n    ],\n    \"adịpụ\": [\n        \"nubblier\"\n    ],\n    \"eme nzuma\": [\n        \"nubbling\"\n    ],\n    \"Nubian\": [\n        \"nubian\"\n    ],\n    \"nubil\": [\n        \"nubilities\"\n    ],\n    \"nucleus\": [\n        \"nucleal\",\n        \"nucleuses\"\n    ],\n    \"nuklia\": [\n        \"nuclear\",\n        \"nucleate\"\n    ],\n    \"nuclei\": [\n        \"nucleary\"\n    ],\n    \"Nuklia\": [\n        \"nucleases\"\n    ],\n    \"Nukpo\": [\n        \"nucleophile\"\n    ],\n    \"ịgba ọtọ\": [\n        \"nudation\",\n        \"nudeness\",\n        \"nudism\",\n        \"nudity\"\n    ],\n    \"Onye gba ọtọ\": [\n        \"nuddy\"\n    ],\n    \"N'iji\": [\n        \"nudely\"\n    ],\n    \"Onye ara\": [\n        \"nuder\"\n    ],\n    \"Onyegba\": [\n        \"nudes\"\n    ],\n    \"Ndị na-agba ọtọ\": [\n        \"nudgers\"\n    ],\n    \"nudiflorus\": [\n        \"nudiflorous\"\n    ],\n    \"nri edozi\": [\n        \"nuditarian\"\n    ],\n    \"ihe gba ọtọ\": [\n        \"nudities\"\n    ],\n    \"onye nugator\": [\n        \"nugator\"\n    ],\n    \"n'ukwu\": [\n        \"nugatorily\",\n        \"piscatory\"\n    ],\n    \"onye nullibist\": [\n        \"nullibist\"\n    ],\n    \"ihe nullifiers\": [\n        \"nullifiers\"\n    ],\n    \"na-akagbu\": [\n        \"nullifying\",\n        \"repealing\",\n        \"revoking\"\n    ],\n    \"numba\": [\n        \"numbat\"\n    ],\n    \"nọmba\": [\n        \"numbed\",\n        \"number\",\n        \"numberer\",\n        \"numberers\",\n        \"numbering\",\n        \"numberings\",\n        \"numbers\",\n        \"numbest\",\n        \"numis\",\n        \"umbers\"\n    ],\n    \"nke a guru\": [\n        \"numberable\"\n    ],\n    \"enweghi ọgụgụ\": [\n        \"numberless\",\n        \"unnumber\"\n    ],\n    \"nọmba efere\": [\n        \"numberplate\"\n    ],\n    \"Na-emezighị emezi\": [\n        \"numbfishes\"\n    ],\n    \"nke onu ogugu\": [\n        \"numerical\"\n    ],\n    \"ọkà mmụta banyere ọnụọgụgụ\": [\n        \"numismatologist\"\n    ],\n    \"numskull\": [\n        \"numskulled\",\n        \"numskullery\"\n    ],\n    \"numskull ness\": [\n        \"numskulledness\"\n    ],\n    \"ebiri\": [\n        \"nunation\",\n        \"nunnation\"\n    ],\n    \"mkwado\": [\n        \"nunciature\",\n        \"reenforcement\",\n        \"reenforcing\",\n        \"reinforcement\"\n    ],\n    \"nun nun\": [\n        \"nuncle\"\n    ],\n    \"ndị nọn\": [\n        \"nuncles\",\n        \"nunks\",\n        \"nunneries\",\n        \"nuns\"\n    ],\n    \"n'egbughi\": [\n        \"nuncupatively\"\n    ],\n    \"nunity\": [\n        \"nunhood\"\n    ],\n    \"nunet\": [\n        \"nunlet\",\n        \"nunry\"\n    ],\n    \"dị ka onye nọn\": [\n        \"nunlike\"\n    ],\n    \"onye nno\": [\n        \"nunnated\"\n    ],\n    \"onye nọn\": [\n        \"nunned\"\n    ],\n    \"ebe obibi ndi nwanyi\": [\n        \"nunnery\"\n    ],\n    \"ebe obibi ndi nno\": [\n        \"nunship\"\n    ],\n    \"Nuphar\": [\n        \"nuphar\"\n    ],\n    \"Nupson\": [\n        \"nupson\"\n    ],\n    \"na-akpa aka\": [\n        \"nuptialize\"\n    ],\n    \"nuphari\": [\n        \"nuptially\"\n    ],\n    \"nursingom\": [\n        \"nursedom\"\n    ],\n    \"ụmụ nọọsụ\": [\n        \"nursemaids\"\n    ],\n    \"onye nọọsụ\": [\n        \"nurser\"\n    ],\n    \"ọta akara\": [\n        \"nurserydom\"\n    ],\n    \"ụmụ akwụkwọ nọọsụ\": [\n        \"nurserymaids\"\n    ],\n    \"ndị nọọsụ\": [\n        \"nursers\",\n        \"nurses\"\n    ],\n    \"azụlite\": [\n        \"nurtural\"\n    ],\n    \"zụlitere\": [\n        \"nurtured\",\n        \"raised\",\n        \"relucted\"\n    ],\n    \"ndị na-azụlite\": [\n        \"nurturers\"\n    ],\n    \"aku\": [\n        \"nut\"\n    ],\n    \"akuchi\": [\n        \"nutbrown\",\n        \"nutcake\",\n        \"nutpick\",\n        \"nutpicks\",\n        \"nutty\"\n    ],\n    \"akịlọ\": [\n        \"nuthouse\"\n    ],\n    \"aku yiri\": [\n        \"nutlike\"\n    ],\n    \"akupecker\": [\n        \"nutpecker\"\n    ],\n    \"oriri na-edozi ahụ\": [\n        \"nutrition\"\n    ],\n    \"ekwukwa n'akwụkwọ\": [\n        \"nutritional\",\n        \"nutritionary\"\n    ],\n    \"edozi ahụ\": [\n        \"nutritiousness\",\n        \"nutritiveness\"\n    ],\n    \"agbọnwo\": [\n        \"nutted\"\n    ],\n    \"ịdị na-edozi ahụ\": [\n        \"nuttiness\"\n    ],\n    \"n’afụ\": [\n        \"oafishly\"\n    ],\n    \"oafish\": [\n        \"oafishness\"\n    ],\n    \"oakberị\": [\n        \"oakberry\"\n    ],\n    \"nnukwu osisi\": [\n        \"oaks\"\n    ],\n    \"osisi oakwood\": [\n        \"oakwood\"\n    ],\n    \"azu ukpa\": [\n        \"oarfish\"\n    ],\n    \"onu mmadu\": [\n        \"oarial\"\n    ],\n    \"ihe yiri onu\": [\n        \"oarlike\"\n    ],\n    \"olock\": [\n        \"oarlock\"\n    ],\n    \"ndị na-anụ olu\": [\n        \"oarsmen\"\n    ],\n    \"ọshi\": [\n        \"oasitic\"\n    ],\n    \"nkpuru osisi\": [\n        \"oatcake\",\n        \"vitric\"\n    ],\n    \"oatka achicha\": [\n        \"oatcakes\"\n    ],\n    \"oatmeal\": [\n        \"oatenmeal\",\n        \"oatmeals\"\n    ],\n    \"oaten\": [\n        \"oater\"\n    ],\n    \"oat\": [\n        \"oaters\"\n    ],\n    \"na-a oathụ iyi\": [\n        \"oathful\"\n    ],\n    \"otis dika\": [\n        \"oatlike\"\n    ],\n    \"otis\": [\n        \"oats\"\n    ],\n    \"nkpuru osisi oat\": [\n        \"oatseed\"\n    ],\n    \"Obadia\": [\n        \"obadiah\"\n    ],\n    \"obambula\": [\n        \"obambulate\"\n    ],\n    \"obambulu\": [\n        \"obambulation\"\n    ],\n    \"obcune\": [\n        \"obcuneate\"\n    ],\n    \"obdu\": [\n        \"obduction\",\n        \"obdurated\",\n        \"obduration\"\n    ],\n    \"obduude\": [\n        \"obdurately\"\n    ],\n    \"obedu\": [\n        \"obdurating\"\n    ],\n    \"irube isi\": [\n        \"obeahism\",\n        \"obeche\",\n        \"obeyable\",\n        \"obeyance\",\n        \"obeying\",\n        \"obeisantly\",\n        \"obeish\",\n        \"obeism\"\n    ],\n    \"obeah\": [\n        \"obeahs\"\n    ],\n    \"na-erube isi\": [\n        \"obedient\",\n        \"obeyer\",\n        \"obeyers\",\n        \"obeyingly\"\n    ],\n    \"rubere isi\": [\n        \"obedientially\",\n        \"obeyed\",\n        \"obeys\",\n        \"subendorsed\",\n        \"submittingly\"\n    ],\n    \"ellọ\": [\n        \"obelisking\"\n    ],\n    \"kpọtuo\": [\n        \"obelize\"\n    ],\n    \"obesi oke\": [\n        \"obese\"\n    ],\n    \"obusus\": [\n        \"obfuscator\",\n        \"obfuscators\"\n    ],\n    \"Obias\": [\n        \"obias\"\n    ],\n    \"obita\": [\n        \"obiter\"\n    ],\n    \"ihe banyere ozuzu oke\": [\n        \"obituary\"\n    ],\n    \"ikike mgbochi\": [\n        \"objectionability\"\n    ],\n    \"ifọnke ness\": [\n        \"objectionableness\"\n    ],\n    \"objragin\": [\n        \"objranging\"\n    ],\n    \"obju\": [\n        \"objuration\"\n    ],\n    \"oblation\": [\n        \"oblational\",\n        \"oblations\"\n    ],\n    \"oblilence\": [\n        \"obliquity\"\n    ],\n    \"oblongata\": [\n        \"oblongatas\"\n    ],\n    \"oblong\": [\n        \"oblongly\"\n    ],\n    \"obmutes\": [\n        \"obmutescence\"\n    ],\n    \"obola\": [\n        \"obolary\"\n    ],\n    \"obobo\": [\n        \"oboval\"\n    ],\n    \"obrog\": [\n        \"obrogating\",\n        \"obrogation\"\n    ],\n    \"aguliteghi\": [\n        \"obscure\"\n    ],\n    \"edoghi anya\": [\n        \"obscurely\",\n        \"uncamped\",\n        \"unextirpated\"\n    ],\n    \"obseque\": [\n        \"obsequeence\"\n    ],\n    \"obusu\": [\n        \"obsequy\"\n    ],\n    \"obusedium\": [\n        \"obsequium\"\n    ],\n    \"ịhụ anya\": [\n        \"observableness\",\n        \"seeableness\"\n    ],\n    \"eleru anya\": [\n        \"observant\"\n    ],\n    \"onye nleru anya\": [\n        \"observantist\"\n    ],\n    \"na-ekiri\": [\n        \"observer\",\n        \"observing\"\n    ],\n    \"ndị na-ekiri ihe na-emenụ\": [\n        \"observers\",\n        \"onlookers\"\n    ],\n    \"nleba anya\": [\n        \"observership\",\n        \"sightings\",\n        \"undersluice\"\n    ],\n    \"n'ileru anya\": [\n        \"observingly\"\n    ],\n    \"ibu n'uche\": [\n        \"obsessionally\"\n    ],\n    \"Iju oyi\": [\n        \"obsidian\"\n    ],\n    \"ndị isi awọ\": [\n        \"obsidians\"\n    ],\n    \"tinye anya\": [\n        \"obsignate\"\n    ],\n    \"ajụla\": [\n        \"obsolesced\"\n    ],\n    \"abaghịzi uru\": [\n        \"obsolete\"\n    ],\n    \"gharazie ịdị\": [\n        \"obsoletes\"\n    ],\n    \"obusọ\": [\n        \"obsoleting\"\n    ],\n    \"onye na-amụ nwa\": [\n        \"obstetrician\"\n    ],\n    \"ndị na-amụ nwa\": [\n        \"obstetricians\"\n    ],\n    \"ọrịa obstetrics\": [\n        \"obstetrics\"\n    ],\n    \"ekweghi ekwesi\": [\n        \"obstinative\"\n    ],\n    \"Nkwudo\": [\n        \"obstipation\"\n    ],\n    \"ndị natara\": [\n        \"obtainers\"\n    ],\n    \"obtelo\": [\n        \"obtected\"\n    ],\n    \"obtempe\": [\n        \"obtemperate\"\n    ],\n    \"obt\": [\n        \"obtention\",\n        \"obtunded\"\n    ],\n    \"obtest\": [\n        \"obtested\",\n        \"obtesting\"\n    ],\n    \"obtrusives\": [\n        \"obtrusiveness\"\n    ],\n    \"obvelen\": [\n        \"obvelation\"\n    ],\n    \"obusa\": [\n        \"obverses\"\n    ],\n    \"ndi obiv\": [\n        \"obviators\"\n    ],\n    \"mgbe ụfọdụ\": [\n        \"occasionable\",\n        \"occasional\",\n        \"occasionalism\",\n        \"occasionalist\",\n        \"occasionalistic\",\n        \"occasionality\",\n        \"occasionally\",\n        \"occasionalness\",\n        \"occasionary\",\n        \"occasioner\",\n        \"occasioning\",\n        \"sometime\",\n        \"sometimes\",\n        \"somewhen\",\n        \"somewhence\",\n        \"unoccasionally\"\n    ],\n    \"oge ụfọdụ\": [\n        \"occasionate\",\n        \"semioccasional\",\n        \"sporadically\",\n        \"sporadicity\",\n        \"timeservingness\"\n    ],\n    \"enweghi mgbe\": [\n        \"occasionless\",\n        \"seldomcy\",\n        \"timeless\"\n    ],\n    \"onye na-eme anwansi\": [\n        \"occidentalist\"\n    ],\n    \"bụrụgbụrụ\": [\n        \"occluded\"\n    ],\n    \"agbaala\": [\n        \"occulted\",\n        \"valanced\"\n    ],\n    \"ndị bi na\": [\n        \"occupants\",\n        \"residers\"\n    ],\n    \"akaọrụ\": [\n        \"occupation\",\n        \"occupational\",\n        \"occupationally\",\n        \"occupationless\",\n        \"occupative\"\n    ],\n    \"nwere ike iwe\": [\n        \"occupiable\",\n        \"raisable\",\n        \"raiseable\"\n    ],\n    \"n'oké osimiri\": [\n        \"oceaned\",\n        \"oceangoing\",\n        \"oceanwise\",\n        \"seamas\",\n        \"seawardly\"\n    ],\n    \"Oceania\": [\n        \"oceania\",\n        \"oceanican\"\n    ],\n    \"Oké Osimiri\": [\n        \"oceanian\"\n    ],\n    \"onye na-ese mmiri n'oké osimiri\": [\n        \"oceanographer\"\n    ],\n    \"ndị na-ese mmiri n'oké osimiri\": [\n        \"oceanographers\"\n    ],\n    \"ọkà mmụta banyere oke osimiri\": [\n        \"oceanologist\"\n    ],\n    \"ndị ọkà mmụta banyere oke osimiri\": [\n        \"oceanologists\"\n    ],\n    \"olorlar\": [\n        \"ocellar\"\n    ],\n    \"Ochiela\": [\n        \"ocellary\"\n    ],\n    \"Ocellus\": [\n        \"ocellus\"\n    ],\n    \"ocelot\": [\n        \"ocelots\"\n    ],\n    \"Ochi\": [\n        \"ochering\"\n    ],\n    \"Ochlocratically\": [\n        \"ochlocratically\"\n    ],\n    \"Ochlomania\": [\n        \"ochlomania\"\n    ],\n    \"ocher\": [\n        \"ochre\"\n    ],\n    \"ochin\": [\n        \"ochring\"\n    ],\n    \"Ochrolite\": [\n        \"ochrolite\"\n    ],\n    \"Ock\": [\n        \"ock\"\n    ],\n    \"Ocker\": [\n        \"ocker\"\n    ],\n    \"Ocneria\": [\n        \"ocneria\"\n    ],\n    \"okop\": [\n        \"ocote\"\n    ],\n    \"ootello\": [\n        \"ocotillo\"\n    ],\n    \"Ocreate\": [\n        \"ocreate\"\n    ],\n    \"octamita\": [\n        \"octameter\"\n    ],\n    \"akụkụ asatọ\": [\n        \"octangular\"\n    ],\n    \"octan\": [\n        \"octans\"\n    ],\n    \"octant\": [\n        \"octants\"\n    ],\n    \"octar\": [\n        \"octary\"\n    ],\n    \"octavia\": [\n        \"octavaria\"\n    ],\n    \"octave\": [\n        \"octavd\"\n    ],\n    \"octets\": [\n        \"octects\",\n        \"octettes\"\n    ],\n    \"octennial\": [\n        \"octennially\"\n    ],\n    \"Osika\": [\n        \"octic\",\n        \"subsicive\"\n    ],\n    \"Octillionth\": [\n        \"octillionth\"\n    ],\n    \"Octyne\": [\n        \"octyne\"\n    ],\n    \"octingenary\": [\n        \"octingentenary\"\n    ],\n    \"ọnwa iri\": [\n        \"october\"\n    ],\n    \"octogenarians\": [\n        \"octogenarianism\"\n    ],\n    \"octogenarian\": [\n        \"octogenaries\"\n    ],\n    \"octahedral\": [\n        \"octohedral\"\n    ],\n    \"octomita\": [\n        \"octometer\"\n    ],\n    \"Octoped\": [\n        \"octoped\"\n    ],\n    \"oktopodan\": [\n        \"octopodan\"\n    ],\n    \"ọktopus\": [\n        \"octopus\"\n    ],\n    \"octopus\": [\n        \"octopuses\"\n    ],\n    \"Octoradiated\": [\n        \"octoradiated\"\n    ],\n    \"octothorpe\": [\n        \"octothorp\",\n        \"octothorpes\"\n    ],\n    \"octroi\": [\n        \"octroy\"\n    ],\n    \"octup\": [\n        \"octupling\"\n    ],\n    \"ihe ochicho\": [\n        \"oculiferous\",\n        \"ostiarius\"\n    ],\n    \"Ochili\": [\n        \"oculist\"\n    ],\n    \"ndị oculists\": [\n        \"oculists\"\n    ],\n    \"ochulli\": [\n        \"oculli\"\n    ],\n    \"Opolopalpebral\": [\n        \"oculopalpebral\"\n    ],\n    \"odal\": [\n        \"odalborn\"\n    ],\n    \"odalis\": [\n        \"odalisks\"\n    ],\n    \"odish\": [\n        \"oddish\"\n    ],\n    \"odd\": [\n        \"oddness\",\n        \"oddnesses\"\n    ],\n    \"odife\": [\n        \"odiferous\"\n    ],\n    \"odiche\": [\n        \"odyles\"\n    ],\n    \"odium\": [\n        \"odiums\"\n    ],\n    \"odograf\": [\n        \"odographs\"\n    ],\n    \"odomita\": [\n        \"odometers\"\n    ],\n    \"na-esi ísì\": [\n        \"odonates\"\n    ],\n    \"na-adịghị mma\": [\n        \"odontic\",\n        \"unwholesome\"\n    ],\n    \"ọkà mmụta odontologist\": [\n        \"odontologist\"\n    ],\n    \"esi isi\": [\n        \"odorator\"\n    ],\n    \"isi na-esi isi\": [\n        \"odoriferant\",\n        \"odorproof\"\n    ],\n    \"isi-nzuzu\": [\n        \"odoriferosity\"\n    ],\n    \"isi ísì ụtọ\": [\n        \"odoriferousness\",\n        \"odorimeter\",\n        \"odorimetry\"\n    ],\n    \"esi ísì ụtọ\": [\n        \"odorivector\",\n        \"scenter\",\n        \"scentproof\"\n    ],\n    \"n’enweghị isi\": [\n        \"odorlessly\",\n        \"unnecessarily\"\n    ],\n    \"odoros\": [\n        \"odorosity\"\n    ],\n    \"Ods\": [\n        \"ods\"\n    ],\n    \"edema\": [\n        \"oedema\"\n    ],\n    \"Oedematous\": [\n        \"oedematous\"\n    ],\n    \"Oedipus\": [\n        \"oedipus\"\n    ],\n    \"Oedogoniaceous\": [\n        \"oedogoniaceous\"\n    ],\n    \"mmanụ aletụ\": [\n        \"oeillet\"\n    ],\n    \"oenometa\": [\n        \"oenometer\"\n    ],\n    \"Oosophagean\": [\n        \"oesophagean\"\n    ],\n    \"Oestradiol\": [\n        \"oestradiol\"\n    ],\n    \"Oestrid\": [\n        \"oestrid\"\n    ],\n    \"oestrum\": [\n        \"oestrums\"\n    ],\n    \"nke ọtụtụ\": [\n        \"ofays\",\n        \"ofter\",\n        \"severalth\"\n    ],\n    \"ikpasui iwe\": [\n        \"offend\"\n    ],\n    \"emeghị iwu\": [\n        \"offenseless\"\n    ],\n    \"n'emeghị mmehie ọ bụla\": [\n        \"offenselessly\"\n    ],\n    \"enweghi mmebi iwu\": [\n        \"offenselessness\"\n    ],\n    \"onye na-eweta ihe\": [\n        \"offerer\",\n        \"pourpointer\",\n        \"provisioner\"\n    ],\n    \"nke ụjọ\": [\n        \"offeror\"\n    ],\n    \"nke ihe ojoo\": [\n        \"offerors\"\n    ],\n    \"emeghị anya\": [\n        \"offhandedly\"\n    ],\n    \"Chief\": [\n        \"offic\"\n    ],\n    \"onye ọrụ office\": [\n        \"officeholder\"\n    ],\n    \"ndị ọrụ ọfịs\": [\n        \"officeholders\"\n    ],\n    \"itieutom\": [\n        \"offices\"\n    ],\n    \"ukara\": [\n        \"officiality\"\n    ],\n    \"kpere ikpe\": [\n        \"officialize\"\n    ],\n    \"na ọkwa\": [\n        \"officially\",\n        \"officialty\",\n        \"officinally\"\n    ],\n    \"kelechaa\": [\n        \"officious\"\n    ],\n    \"anọghị n'ịntanetị\": [\n        \"offline\"\n    ],\n    \"ebutu\": [\n        \"offloading\",\n        \"underloaded\",\n        \"unloader\",\n        \"unloads\",\n        \"untucking\"\n    ],\n    \"ihe mgbere\": [\n        \"offscourer\"\n    ],\n    \"dechapụ\": [\n        \"offset\",\n        \"offsetting\"\n    ],\n    \"mgbe mgbe\": [\n        \"oftener\"\n    ],\n    \"Ọtụtụ mgbe\": [\n        \"oftens\"\n    ],\n    \"-enche echiche\": [\n        \"ofthink\"\n    ],\n    \"Og\": [\n        \"og\"\n    ],\n    \"ogashị\": [\n        \"ogganition\"\n    ],\n    \"onye oghamist\": [\n        \"oghamist\"\n    ],\n    \"ndị oghamist\": [\n        \"oghamists\"\n    ],\n    \"Ogygian\": [\n        \"ogygian\"\n    ],\n    \"kwe\": [\n        \"ogive\",\n        \"restowal\"\n    ],\n    \"ogive\": [\n        \"ogives\"\n    ],\n    \"Ogled\": [\n        \"ogled\"\n    ],\n    \"onye ogler\": [\n        \"ogler\"\n    ],\n    \"ndị ogwa\": [\n        \"oglers\"\n    ],\n    \"ogreism\": [\n        \"ogreisms\"\n    ],\n    \"ogas\": [\n        \"ogres\"\n    ],\n    \"Ogrishly\": [\n        \"ogrishly\"\n    ],\n    \"ohmic inyere aka\": [\n        \"ohmically\"\n    ],\n    \"ohmmita\": [\n        \"ohmmeter\",\n        \"ohmmeters\"\n    ],\n    \"ohio\": [\n        \"oho\"\n    ],\n    \"oh\": [\n        \"ohs\"\n    ],\n    \"Oy\": [\n        \"oy\"\n    ],\n    \"oy ana\": [\n        \"oyana\"\n    ],\n    \"ọik\": [\n        \"oik\"\n    ],\n    \"mmanụ osisi\": [\n        \"oilberries\"\n    ],\n    \"nnụnụ mmanụ\": [\n        \"oilbirds\"\n    ],\n    \"mmanụcake\": [\n        \"oilcake\"\n    ],\n    \"mmanụ mmanụ\": [\n        \"oilcamp\",\n        \"oilcans\",\n        \"oilcase\",\n        \"oilmonger\",\n        \"oilpaper\",\n        \"oilproofing\",\n        \"oilseeds\",\n        \"oilstones\",\n        \"oilstoning\",\n        \"oilstove\"\n    ],\n    \"mmanụcan\": [\n        \"oilcan\"\n    ],\n    \"akwa mmanụ\": [\n        \"oilcloth\",\n        \"oilcloths\"\n    ],\n    \"okpu mmanụ\": [\n        \"oilcup\"\n    ],\n    \"iko mmanu\": [\n        \"oilcups\"\n    ],\n    \"tinyekwa\": [\n        \"oylet\",\n        \"outlet\",\n        \"outly\",\n        \"universitize\"\n    ],\n    \"olulu mmanụ\": [\n        \"oilfield\",\n        \"oilhole\",\n        \"oilholes\"\n    ],\n    \"mmanụ gbara\": [\n        \"oilfired\"\n    ],\n    \"mmanụ azụ\": [\n        \"oilfishes\"\n    ],\n    \"mmanụ ọkụ\": [\n        \"oilheating\",\n        \"petulance\"\n    ],\n    \"nchịkwa mmanụ\": [\n        \"oiligarchy\"\n    ],\n    \"ndi mmanu\": [\n        \"oilmen\"\n    ],\n    \"oilomita\": [\n        \"oilometer\"\n    ],\n    \"akwụkwọ akụkọ mmanụ\": [\n        \"oilpapers\"\n    ],\n    \"mmanụ aonedụ\": [\n        \"oilstoned\"\n    ],\n    \"ruo mgbe\": [\n        \"oiltight\"\n    ],\n    \"ebe mmanu\": [\n        \"oilway\"\n    ],\n    \"ụzọ mmanụ\": [\n        \"oilways\"\n    ],\n    \"edo\": [\n        \"oink\",\n        \"oinks\",\n        \"unciforms\",\n        \"unform\",\n        \"unifaced\",\n        \"unifacial\",\n        \"unifocal\",\n        \"uniform\",\n        \"uniformal\",\n        \"uniformise\",\n        \"uniformities\"\n    ],\n    \"Oink\": [\n        \"oinked\"\n    ],\n    \"oinocho\": [\n        \"oinochoes\"\n    ],\n    \"mmanụ otite\": [\n        \"ointments\",\n        \"perfumer\"\n    ],\n    \"Oireachtas\": [\n        \"oireachtas\"\n    ],\n    \"nnụnụ oporo\": [\n        \"oysterbird\"\n    ],\n    \"oporo mmiri\": [\n        \"oystercatcher\"\n    ],\n    \"oystere\": [\n        \"oysterers\"\n    ],\n    \"oysterfish\": [\n        \"oysterfishes\"\n    ],\n    \"ụlọ oporo\": [\n        \"oysterhouse\"\n    ],\n    \"oystery\": [\n        \"oysteries\"\n    ],\n    \"oysterish\": [\n        \"oysterishness\"\n    ],\n    \"ochicic\": [\n        \"oiticicas\"\n    ],\n    \"Egwuru\": [\n        \"okayed\",\n        \"played\"\n    ],\n    \"okay\": [\n        \"okays\"\n    ],\n    \"Olam\": [\n        \"olam\"\n    ],\n    \"Olamic\": [\n        \"olamic\"\n    ],\n    \"Oldenburg\": [\n        \"oldenburg\"\n    ],\n    \"emeela agadi\": [\n        \"oldened\"\n    ],\n    \"eningka nká\": [\n        \"oldening\"\n    ],\n    \"tọrọ\": [\n        \"older\"\n    ],\n    \"kasị okenye\": [\n        \"oldermost\"\n    ],\n    \"ndị agadi\": [\n        \"olders\",\n        \"oldies\",\n        \"seniors\"\n    ],\n    \"ochie ochie\": [\n        \"oldfangledness\",\n        \"oldstyles\"\n    ],\n    \"agadi nwoke\": [\n        \"oldhearted\"\n    ],\n    \"Oldland\": [\n        \"oldland\"\n    ],\n    \"oldka nká\": [\n        \"oldness\"\n    ],\n    \"Oldwench\": [\n        \"oldwench\"\n    ],\n    \"nwunye ochie\": [\n        \"oldwife\"\n    ],\n    \"oleicha\": [\n        \"oleic\"\n    ],\n    \"olele\": [\n        \"oleins\"\n    ],\n    \"Olenidian\": [\n        \"olenidian\"\n    ],\n    \"oligandly\": [\n        \"oligandrous\"\n    ],\n    \"oligosyntetị\": [\n        \"oligosynthetic\"\n    ],\n    \"Olimpik\": [\n        \"olympia\",\n        \"olympiad\",\n        \"olympian\",\n        \"olympianism\",\n        \"olympians\",\n        \"olympic\",\n        \"olympicness\",\n        \"olympics\",\n        \"olympieion\",\n        \"olympionic\",\n        \"olympus\"\n    ],\n    \"Olimpikialo\": [\n        \"olympianwise\"\n    ],\n    \"n'egwuregwu olimpik\": [\n        \"olympicly\"\n    ],\n    \"oleaceae\": [\n        \"oliniaceae\"\n    ],\n    \"olivaceous\": [\n        \"oliniaceous\"\n    ],\n    \"olynthus\": [\n        \"olynthian\"\n    ],\n    \"olivastro\": [\n        \"olivaster\"\n    ],\n    \"oliv\": [\n        \"olive\",\n        \"olived\",\n        \"oliveness\",\n        \"oliverian\",\n        \"olives\",\n        \"olivescent\",\n        \"olivesheen\",\n        \"olivet\",\n        \"olivetan\",\n        \"olivewood\",\n        \"olpes\"\n    ],\n    \"oliv na\": [\n        \"olivean\"\n    ],\n    \"olila\": [\n        \"olivella\"\n    ],\n    \"olivena\": [\n        \"olivenite\"\n    ],\n    \"olivemith\": [\n        \"oliversmith\"\n    ],\n    \"n'ihi nka\": [\n        \"ologistic\"\n    ],\n    \"Oman\": [\n        \"oman\"\n    ],\n    \"Na-eche ihu\": [\n        \"omander\"\n    ],\n    \"Omber\": [\n        \"omber\"\n    ],\n    \"ombred\": [\n        \"ombres\"\n    ],\n    \"ombrografia\": [\n        \"ombrographic\"\n    ],\n    \"obbrophilic\": [\n        \"ombrophilic\"\n    ],\n    \"ombudmen\": [\n        \"ombudsmen\"\n    ],\n    \"omelet\": [\n        \"omelets\"\n    ],\n    \"omenti\": [\n        \"omental\"\n    ],\n    \"octectomy\": [\n        \"omentectomy\"\n    ],\n    \"Omer\": [\n        \"omer\"\n    ],\n    \"Omiti\": [\n        \"omitis\"\n    ],\n    \"omitii\": [\n        \"omitter\"\n    ],\n    \"ma hapụ\": [\n        \"omitting\"\n    ],\n    \"omniachini\": [\n        \"omniactuality\"\n    ],\n    \"omni niile\": [\n        \"omnibuses\"\n    ],\n    \"omnisorporeal\": [\n        \"omnicorporeal\"\n    ],\n    \"omnenenominational\": [\n        \"omnidenominational\"\n    ],\n    \"omnnihe nile\": [\n        \"omnifariousness\"\n    ],\n    \"omnwuru\": [\n        \"omniferous\"\n    ],\n    \"omn bara uru\": [\n        \"omnificent\"\n    ],\n    \"Omnihumanity\": [\n        \"omnihumanity\"\n    ],\n    \"asusu nile\": [\n        \"omnilingual\"\n    ],\n    \"omnimeta\": [\n        \"omnimeter\"\n    ],\n    \"ikike ime ihe nile\": [\n        \"omnipotence\",\n        \"omnipotency\",\n        \"omnipotentiality\"\n    ],\n    \"onye nwere ikike ime ihe nile\": [\n        \"omnipotent\"\n    ],\n    \"ike nile\": [\n        \"omnipotently\"\n    ],\n    \"omnizu\": [\n        \"omniprudent\"\n    ],\n    \"ma obu ihe nile\": [\n        \"omnirange\"\n    ],\n    \"onye nnọchite anya omni\": [\n        \"omnirepresentative\"\n    ],\n    \"maara ihe nile\": [\n        \"omniscient\"\n    ],\n    \"maara ihe niile\": [\n        \"omnisciently\",\n        \"omniscribent\",\n        \"omniscriptive\"\n    ],\n    \"omgbali\": [\n        \"omnivolent\"\n    ],\n    \"omnieri\": [\n        \"omnivorant\"\n    ],\n    \"omniism\": [\n        \"omnivorism\"\n    ],\n    \"omniiki\": [\n        \"omnivorous\"\n    ],\n    \"omnihe niile\": [\n        \"omnivorousness\"\n    ],\n    \"Omphalomesenteric\": [\n        \"omphalomesenteric\"\n    ],\n    \"omra\": [\n        \"omrah\"\n    ],\n    \"Ony\": [\n        \"oms\",\n        \"outskipping\"\n    ],\n    \"onye onanist\": [\n        \"onanist\"\n    ],\n    \"abanyela\": [\n        \"onboard\"\n    ],\n    \"Oncia\": [\n        \"oncia\"\n    ],\n    \"Oncogenic\": [\n        \"oncogenic\"\n    ],\n    \"ọkà n'ọrịa oncologist\": [\n        \"oncologist\"\n    ],\n    \"oncometa\": [\n        \"oncometer\"\n    ],\n    \"onskimita\": [\n        \"oncosimeter\"\n    ],\n    \"Oncostman\": [\n        \"oncostman\"\n    ],\n    \"ondameta\": [\n        \"ondameter\"\n    ],\n    \"ondaskopu\": [\n        \"ondascope\"\n    ],\n    \"Ondatra\": [\n        \"ondatra\"\n    ],\n    \"ondogram\": [\n        \"ondograms\"\n    ],\n    \"ondomita\": [\n        \"ondometer\"\n    ],\n    \"Onegite\": [\n        \"onegite\"\n    ],\n    \"otu uzo\": [\n        \"onehow\"\n    ],\n    \"oneida\": [\n        \"oneidas\"\n    ],\n    \"o'neill\": [\n        \"oneill\"\n    ],\n    \"onyeirokritic\": [\n        \"oneirocrit\",\n        \"oneirocritic\"\n    ],\n    \"na-akatọ ndị mmadụ\": [\n        \"oneirocriticism\"\n    ],\n    \"ndị na-akatọ mmadụ\": [\n        \"oneirocritics\"\n    ],\n    \"onyeirology\": [\n        \"oneirology\"\n    ],\n    \"ọkà mmụta otu ọkachamara\": [\n        \"oneirologist\"\n    ],\n    \"onyeirotic\": [\n        \"oneirotic\"\n    ],\n    \"onementa\": [\n        \"onement\"\n    ],\n    \"ndị\": [\n        \"ones\",\n        \"samnite\"\n    ],\n    \"otu mmezu\": [\n        \"oneupmanship\"\n    ],\n    \"otu ebe\": [\n        \"onewhere\",\n        \"steady\"\n    ],\n    \"inflow\": [\n        \"onflow\"\n    ],\n    \"Onychopathic\": [\n        \"onychopathic\"\n    ],\n    \"yabasị\": [\n        \"onion\",\n        \"onionet\",\n        \"oniony\",\n        \"onionized\",\n        \"onionpeel\"\n    ],\n    \"yiri yabasị\": [\n        \"onionlike\"\n    ],\n    \"eyịm\": [\n        \"onions\",\n        \"onionskin\"\n    ],\n    \"Onlaid\": [\n        \"onlaid\"\n    ],\n    \"Onlay\": [\n        \"onlaying\"\n    ],\n    \"n'ịntanetị\": [\n        \"online\"\n    ],\n    \"onye na-ekiri\": [\n        \"onlooker\"\n    ],\n    \"onomatic\": [\n        \"onomastic\"\n    ],\n    \"n'elu akwa ihe nkiri\": [\n        \"onstage\"\n    ],\n    \"guzoro\": [\n        \"onstand\",\n        \"stand\",\n        \"standers\",\n        \"standishes\",\n        \"standpost\",\n        \"stood\",\n        \"stooded\",\n        \"stooden\"\n    ],\n    \"ontario\": [\n        \"ontal\",\n        \"ontaric\"\n    ],\n    \"uwaabia\": [\n        \"ontocycle\"\n    ],\n    \"uwaeze\": [\n        \"ontogeny\"\n    ],\n    \"Na-ahụ maka\": [\n        \"ontogenist\"\n    ],\n    \"logtọ\": [\n        \"ontologise\"\n    ],\n    \"Akpanyere\": [\n        \"ontologised\",\n        \"overruled\",\n        \"stimied\"\n    ],\n    \"logmụrụ ihe\": [\n        \"ontologising\"\n    ],\n    \"onye na-amụ banyere ọrịa\": [\n        \"ontologist\"\n    ],\n    \"oometri\": [\n        \"oometry\"\n    ],\n    \"oophorectomy\": [\n        \"oophorectomize\"\n    ],\n    \"oophorohysterectomy\": [\n        \"oophorhysterectomy\"\n    ],\n    \"Oord\": [\n        \"oord\"\n    ],\n    \"Oosporic\": [\n        \"oosporic\"\n    ],\n    \"oos\": [\n        \"oosporous\"\n    ],\n    \"Oostegite\": [\n        \"oostegite\"\n    ],\n    \"mgbeo\": [\n        \"oothecal\"\n    ],\n    \"osaas\": [\n        \"oouassa\"\n    ],\n    \"oozes\": [\n        \"oozed\"\n    ],\n    \"ooziness\": [\n        \"oozinesses\"\n    ],\n    \"opacimita\": [\n        \"opacimeter\"\n    ],\n    \"opal\": [\n        \"opalines\"\n    ],\n    \"opara\": [\n        \"opalized\"\n    ],\n    \"oping\": [\n        \"opalizing\"\n    ],\n    \"opodo\": [\n        \"opcode\"\n    ],\n    \"operafa\": [\n        \"opegrapha\"\n    ],\n    \"emeghe\": [\n        \"openable\",\n        \"openairish\",\n        \"opencast\",\n        \"unbarking\",\n        \"unbuttoning\",\n        \"uncap\",\n        \"uncapping\",\n        \"uncave\",\n        \"unchoking\",\n        \"unconversing\",\n        \"unconvert\",\n        \"undocked\",\n        \"unestablishment\",\n        \"unfeline\",\n        \"unfetching\",\n        \"unfetter\",\n        \"unflame\",\n        \"unfletched\",\n        \"unflorid\",\n        \"unfolded\",\n        \"unfret\",\n        \"unfrothed\",\n        \"unlarge\",\n        \"unloosening\",\n        \"unoffset\",\n        \"unogled\",\n        \"unoiling\",\n        \"unoped\",\n        \"unopen\",\n        \"unopened\",\n        \"unovert\",\n        \"unpervert\",\n        \"unplow\",\n        \"unrocked\",\n        \"unroiled\",\n        \"unsharpen\",\n        \"unshook\",\n        \"unsoothing\",\n        \"unsting\",\n        \"unstocking\",\n        \"unstolen\",\n        \"unstopped\",\n        \"unstopper\",\n        \"unstoppered\",\n        \"unstopping\",\n        \"unstops\",\n        \"unstout\",\n        \"untoned\",\n        \"unupset\",\n        \"unvesseled\"\n    ],\n    \"eriri ọnụ\": [\n        \"openband\"\n    ],\n    \"ogwe oghere\": [\n        \"openchain\"\n    ],\n    \"meghere\": [\n        \"opened\",\n        \"reopened\"\n    ],\n    \"n'ihu ọha\": [\n        \"openly\",\n        \"publicly\",\n        \"unpublicly\"\n    ],\n    \"n'eghe oghe\": [\n        \"openmouthedly\"\n    ],\n    \"nwere ike ịrụ ọrụ\": [\n        \"operable\",\n        \"operatable\"\n    ],\n    \"opera\": [\n        \"operas\"\n    ],\n    \"ejikwara\": [\n        \"operated\",\n        \"operatee\"\n    ],\n    \"n'ịrụ ọrụ\": [\n        \"operatically\",\n        \"operatively\",\n        \"performing\"\n    ],\n    \"Opercled\": [\n        \"opercled\"\n    ],\n    \"operetas\": [\n        \"operettas\"\n    ],\n    \"onyengbo\": [\n        \"ophicleidist\"\n    ],\n    \"ophiidium\": [\n        \"ophidium\"\n    ],\n    \"ọfụfụ\": [\n        \"ophiomorphous\"\n    ],\n    \"ophites\": [\n        \"ophitism\"\n    ],\n    \"ophiuchi\": [\n        \"ophiuchid\"\n    ],\n    \"ophiuchus\": [\n        \"ophiucus\"\n    ],\n    \"oporọn\": [\n        \"ophryon\"\n    ],\n    \"opi ọgwụ\": [\n        \"ophthalmitic\"\n    ],\n    \"ọkà mmụta anya\": [\n        \"ophthalmologist\"\n    ],\n    \"ndị ophthalmologists\": [\n        \"ophthalmologists\"\n    ],\n    \"opiiki\": [\n        \"opianic\"\n    ],\n    \"enwere ike ikwu okwu\": [\n        \"opinable\"\n    ],\n    \"onye nkwupụta\": [\n        \"opinant\"\n    ],\n    \"opiri\": [\n        \"opined\"\n    ],\n    \"opinate\": [\n        \"opiniate\"\n    ],\n    \"opi nkiri\": [\n        \"opiniatre\"\n    ],\n    \"opinanya\": [\n        \"opiniatreness\"\n    ],\n    \"opin\": [\n        \"opining\"\n    ],\n    \"eme uche\": [\n        \"opinional\"\n    ],\n    \"na-ekwupụta echiche\": [\n        \"opinionate\"\n    ],\n    \"onye nkwenkwe\": [\n        \"opinionist\"\n    ],\n    \"ọgwụ opotherapy\": [\n        \"opotherapy\"\n    ],\n    \"ndidan\": [\n        \"oppidan\"\n    ],\n    \"icignorate\": [\n        \"oppignorate\"\n    ],\n    \"Odela\": [\n        \"oppilate\"\n    ],\n    \"guzogide\": [\n        \"oppose\",\n        \"withstrain\"\n    ],\n    \"onye na-emegide\": [\n        \"oppositipolar\"\n    ],\n    \"opossum\": [\n        \"oppossum\"\n    ],\n    \"na-egosi na\": [\n        \"opprobriously\",\n        \"subreptitiously\"\n    ],\n    \"Ops\": [\n        \"ops\"\n    ],\n    \"Opsimathy\": [\n        \"opsimathy\"\n    ],\n    \"Opsisform\": [\n        \"opsisform\"\n    ],\n    \"Opsonia\": [\n        \"opsonia\"\n    ],\n    \"Opsonic\": [\n        \"opsonic\"\n    ],\n    \"Opsoniferous\": [\n        \"opsoniferous\"\n    ],\n    \"Opsonified\": [\n        \"opsonified\"\n    ],\n    \"Opsonin\": [\n        \"opsonin\"\n    ],\n    \"Opsonins\": [\n        \"opsonins\"\n    ],\n    \"Opsonium\": [\n        \"opsonium\"\n    ],\n    \"Opsonize\": [\n        \"opsonize\"\n    ],\n    \"Opsonized\": [\n        \"opsonized\"\n    ],\n    \"Opsonizes\": [\n        \"opsonizes\"\n    ],\n    \"Opsonizing\": [\n        \"opsonizing\"\n    ],\n    \"Opsonogen\": [\n        \"opsonogen\"\n    ],\n    \"Opsonophilic\": [\n        \"opsonophilic\"\n    ],\n    \"opupu\": [\n        \"optable\",\n        \"outspell\",\n        \"rasp\",\n        \"spignut\",\n        \"springily\",\n        \"springle\",\n        \"springled\",\n        \"springlet\",\n        \"springly\",\n        \"springlock\"\n    ],\n    \"choputa\": [\n        \"optate\"\n    ],\n    \"optical\": [\n        \"optative\"\n    ],\n    \"ophthalmology\": [\n        \"opthalmology\"\n    ],\n    \"ophthalmologic\": [\n        \"opthalmologic\"\n    ],\n    \"ophthalmoplegia\": [\n        \"opthalmoplegy\"\n    ],\n    \"ophthalmoscopy\": [\n        \"opthalmoscopy\"\n    ],\n    \"temometa opthalmo\": [\n        \"opthalmothermometer\"\n    ],\n    \"ngwa anya\": [\n        \"optical\",\n        \"optically\",\n        \"optics\",\n        \"optometries\"\n    ],\n    \"dibịa anya\": [\n        \"optician\"\n    ],\n    \"ndị na-ahụ anya\": [\n        \"opticians\",\n        \"optometrists\",\n        \"pedometers\"\n    ],\n    \"onye nyocha anya\": [\n        \"opticist\"\n    ],\n    \"ndị nyocha anya\": [\n        \"opticists\"\n    ],\n    \"optic\": [\n        \"opticity\"\n    ],\n    \"njikarịcha\": [\n        \"optimacy\",\n        \"optimization\",\n        \"optimizations\",\n        \"optimizers\"\n    ],\n    \"optimizing\": [\n        \"optimising\"\n    ],\n    \"nwee nchekwube\": [\n        \"optimistic\",\n        \"rockety\"\n    ],\n    \"ndị nwere nchekwube\": [\n        \"optimists\"\n    ],\n    \"ihe njikarịcha\": [\n        \"optimizer\"\n    ],\n    \"Kachasị\": [\n        \"optimums\",\n        \"raspiest\"\n    ],\n    \"gosiputa ihe\": [\n        \"optionalize\"\n    ],\n    \"nhọrọee\": [\n        \"optionee\"\n    ],\n    \"optomeinx\": [\n        \"optomeninx\"\n    ],\n    \"optometa\": [\n        \"optometer\"\n    ],\n    \"opu\": [\n        \"opulence\",\n        \"opulent\",\n        \"spag\"\n    ],\n    \"opulence\": [\n        \"opulences\"\n    ],\n    \"opusulu\": [\n        \"opuscules\"\n    ],\n    \"opus\": [\n        \"opuses\"\n    ],\n    \"okwassa\": [\n        \"oquassa\"\n    ],\n    \"okwassas\": [\n        \"oquassas\"\n    ],\n    \"ibu eboro\": [\n        \"oracle\"\n    ],\n    \"ịsị ọnessụ\": [\n        \"oraculousness\"\n    ],\n    \"ekwu okwu\": [\n        \"oraler\",\n        \"outtells\",\n        \"palatalized\",\n        \"preposterousness\",\n        \"quot\",\n        \"quotity\"\n    ],\n    \"onye na-ekwu okwu onu\": [\n        \"oralist\"\n    ],\n    \"na-ekwu okwu ọnụ\": [\n        \"oralize\"\n    ],\n    \"dibịa afa\": [\n        \"oralogist\",\n        \"sorbonist\",\n        \"sorcerer\",\n        \"sorceress\",\n        \"sorceresses\",\n        \"sorcerous\",\n        \"sortileger\",\n        \"supernaturalist\",\n        \"witneyer\",\n        \"wizardess\",\n        \"wizardly\"\n    ],\n    \"ora\": [\n        \"oranger\",\n        \"orangier\",\n        \"orangs\",\n        \"oras\"\n    ],\n    \"orangi\": [\n        \"orangery\"\n    ],\n    \"nwanyị oroma\": [\n        \"orangewoman\"\n    ],\n    \"orangutan\": [\n        \"orangutans\"\n    ],\n    \"orante\": [\n        \"orantes\"\n    ],\n    \"elu ọnụ\": [\n        \"orarion\",\n        \"overliberally\",\n        \"superimply\",\n        \"superlative\",\n        \"supernally\",\n        \"superuniversally\"\n    ],\n    \"oba\": [\n        \"orates\"\n    ],\n    \"orble\": [\n        \"orblet\"\n    ],\n    \"orb\": [\n        \"orblike\"\n    ],\n    \"orcharging\": [\n        \"orcharding\"\n    ],\n    \"onye orchardist\": [\n        \"orchardist\"\n    ],\n    \"ubi mkpụrụ osisi\": [\n        \"orchards\"\n    ],\n    \"òtù egwú\": [\n        \"orchestra\",\n        \"orchestras\",\n        \"orchestrina\"\n    ],\n    \"ìgwè ndị isi\": [\n        \"orchestral\"\n    ],\n    \"orchestral\": [\n        \"orchestrally\"\n    ],\n    \"ork\": [\n        \"orchestrated\"\n    ],\n    \"ndị na-ahazi ọrụ\": [\n        \"orchestrates\"\n    ],\n    \"ìgwè egwu\": [\n        \"orchestrations\"\n    ],\n    \"ndị na-akụ egwu\": [\n        \"orchestrators\"\n    ],\n    \"orchester\": [\n        \"orchestre\"\n    ],\n    \"ìgwè ndị egwú\": [\n        \"orchestrion\"\n    ],\n    \"onye orchidist\": [\n        \"orchidist\"\n    ],\n    \"ọkà mmụta orchidologist\": [\n        \"orchidologist\"\n    ],\n    \"orchid\": [\n        \"orchids\"\n    ],\n    \"Orchil\": [\n        \"orchil\"\n    ],\n    \"okoolu\": [\n        \"orchils\"\n    ],\n    \"orch\": [\n        \"orchises\"\n    ],\n    \"Orc\": [\n        \"orcs\"\n    ],\n    \"chie ya echichi\": [\n        \"ordain\"\n    ],\n    \"ordoin\": [\n        \"ordainable\"\n    ],\n    \"ichi ihe\": [\n        \"ordaining\",\n        \"syphering\"\n    ],\n    \"chie echichi\": [\n        \"ordains\"\n    ],\n    \"tara ahụhụ\": [\n        \"ordeal\",\n        \"suffered\"\n    ],\n    \"orde\": [\n        \"orderable\"\n    ],\n    \"ịtụ\": [\n        \"ordering\",\n        \"orderings\",\n        \"plaiting\"\n    ],\n    \"enweghi usoro\": [\n        \"orderless\"\n    ],\n    \"ịdị n'usoro\": [\n        \"orderliness\"\n    ],\n    \"na-akwadoro\": [\n        \"ordinable\",\n        \"patronised\",\n        \"patronized\",\n        \"patronizes\"\n    ],\n    \"emume-nsọ\": [\n        \"ordinances\"\n    ],\n    \"chia\": [\n        \"ordinariate\",\n        \"ordinate\"\n    ],\n    \"emumechi\": [\n        \"ordinaries\"\n    ],\n    \"ụgbọ mmiri nkịtị\": [\n        \"ordinaryship\"\n    ],\n    \"na-achi\": [\n        \"ordinates\",\n        \"reigns\"\n    ],\n    \"ord\": [\n        \"ordnance\"\n    ],\n    \"na-achọkarị\": [\n        \"ordonnant\"\n    ],\n    \"ma ọ bụ ngwaọrụ\": [\n        \"ordovices\"\n    ],\n    \"mbeninyanne\": [\n        \"orecchion\"\n    ],\n    \"Ored\": [\n        \"ored\"\n    ],\n    \"ndị Oregoni\": [\n        \"oregonians\"\n    ],\n    \"Orest\": [\n        \"orestes\"\n    ],\n    \"oreti\": [\n        \"oretic\"\n    ],\n    \"origami\": [\n        \"orgamy\"\n    ],\n    \"organic\": [\n        \"organicistic\"\n    ],\n    \"enweghi ihe\": [\n        \"organless\",\n        \"unaustereness\",\n        \"unfenced\"\n    ],\n    \"Oreoeniz\": [\n        \"organoarsenic\"\n    ],\n    \"Oganogen\": [\n        \"organogen\"\n    ],\n    \"ọkà mmụta ihe banyere ahụ́ mmadụ\": [\n        \"organologist\",\n        \"paedologist\",\n        \"paleontologist\",\n        \"paleornithologist\",\n        \"phytoecologist\",\n        \"phytolithologist\",\n        \"phytologist\",\n        \"phytopathologist\",\n        \"phytosociologist\"\n    ],\n    \"orgeat\": [\n        \"orgeats\"\n    ],\n    \"orgial\": [\n        \"orgiastic\"\n    ],\n    \"oryikik\": [\n        \"oryctics\"\n    ],\n    \"ọkà mmụta oryctologist\": [\n        \"oryctologist\"\n    ],\n    \"oriel\": [\n        \"oriels\"\n    ],\n    \"nke oriental\": [\n        \"oriental\"\n    ],\n    \"orientized\": [\n        \"orientalized\"\n    ],\n    \"gosi oria\": [\n        \"orientate\"\n    ],\n    \"gbakwasara\": [\n        \"orientates\",\n        \"oriented\"\n    ],\n    \"orient\": [\n        \"orients\"\n    ],\n    \"orofacial\": [\n        \"orifacial\"\n    ],\n    \"oriflame\": [\n        \"oriflamb\",\n        \"oriflamme\"\n    ],\n    \"onye mmalite\": [\n        \"origenian\"\n    ],\n    \"ihe mbụ\": [\n        \"originalities\"\n    ],\n    \"n'ụzọ bụ isi\": [\n        \"originarily\"\n    ],\n    \"nke mmalite\": [\n        \"originative\"\n    ],\n    \"ndị malitere\": [\n        \"originators\"\n    ],\n    \"ma ọ bụ nde\": [\n        \"orillion\"\n    ],\n    \"egwuasality\": [\n        \"orinasality\"\n    ],\n    \"orison\": [\n        \"orisons\"\n    ],\n    \"Orleanism\": [\n        \"orleanism\"\n    ],\n    \"ma ọ bụ ọzọ\": [\n        \"orlewise\"\n    ],\n    \"ntụbata\": [\n        \"orlops\"\n    ],\n    \"onye ịchọ mma\": [\n        \"ornamentist\"\n    ],\n    \"ornari\": [\n        \"ornary\"\n    ],\n    \"ornchọ\": [\n        \"ornately\"\n    ],\n    \"ọchọmma\": [\n        \"ornature\"\n    ],\n    \"ihe kacha sie ike\": [\n        \"orneriest\",\n        \"stickiest\"\n    ],\n    \"ndị ornithologists\": [\n        \"ornithologists\"\n    ],\n    \"ọkà mmụta banyere ọkà okwu\": [\n        \"orologist\"\n    ],\n    \"oromita\": [\n        \"orometers\"\n    ],\n    \"orometi\": [\n        \"orometry\"\n    ],\n    \"oroonoko\": [\n        \"oronooko\"\n    ],\n    \"oropharyngeal\": [\n        \"oropharynges\"\n    ],\n    \"oropharynx\": [\n        \"oropharynxes\"\n    ],\n    \"orotund\": [\n        \"orotunds\"\n    ],\n    \"nwa mgbei\": [\n        \"orphan\",\n        \"orphancy\",\n        \"orphandom\",\n        \"orphaned\",\n        \"orphanry\",\n        \"orphanship\"\n    ],\n    \"ogige ụmụ mgbei\": [\n        \"orphanage\",\n        \"orphanages\",\n        \"orphange\"\n    ],\n    \"ụmụ mgbei\": [\n        \"orphanhood\",\n        \"orphaning\",\n        \"orphanism\",\n        \"orphans\"\n    ],\n    \"na-elekọta nwa mgbei\": [\n        \"orphanize\"\n    ],\n    \"onye orpheist\": [\n        \"orpheist\"\n    ],\n    \"orrery\": [\n        \"orreriec\"\n    ],\n    \"ọgwụgwọ orthotherapy\": [\n        \"orrhotherapy\"\n    ],\n    \"Orris\": [\n        \"orris\"\n    ],\n    \"Orsedue\": [\n        \"orsedue\"\n    ],\n    \"Orseille\": [\n        \"orseille\"\n    ],\n    \"Orselle\": [\n        \"orselle\"\n    ],\n    \"Orthian\": [\n        \"orthian\"\n    ],\n    \"ortho dolichocephalic\": [\n        \"orthodolichocephalic\"\n    ],\n    \"orthodontic\": [\n        \"orthodomatic\"\n    ],\n    \"Ọtọdọks\": [\n        \"orthodome\",\n        \"orthodox\",\n        \"orthodoxal\",\n        \"orthodoxies\"\n    ],\n    \"ndị na-ahụ maka ọdịnala\": [\n        \"orthodontists\",\n        \"rheologists\"\n    ],\n    \"orthodoxy\": [\n        \"orthodoxality\"\n    ],\n    \"ndị Ọtọdọks\": [\n        \"orthodoxian\"\n    ],\n    \"n'usoro ochichi\": [\n        \"orthodoxically\"\n    ],\n    \"Okpukpe Okpukpe\": [\n        \"orthodoxism\"\n    ],\n    \"atugharia\": [\n        \"orthodoxist\"\n    ],\n    \"n'etolulu\": [\n        \"orthodoxly\"\n    ],\n    \"ọdịnala ọdịnala\": [\n        \"orthodoxness\"\n    ],\n    \"orthoopistic\": [\n        \"orthoepistic\"\n    ],\n    \"ndị na-enyocha ọdịnala\": [\n        \"orthoepists\"\n    ],\n    \"n'ụzọ ọmụmụ\": [\n        \"orthogenetically\"\n    ],\n    \"nyocha ọdịbendị\": [\n        \"orthogonalizing\"\n    ],\n    \"onye na-ede akwụkwọ ọdịnala\": [\n        \"orthographer\"\n    ],\n    \"asụsụ ederede\": [\n        \"orthographic\"\n    ],\n    \"nhazi asụsụ\": [\n        \"orthographising\"\n    ],\n    \"onye na-ede akwụkwọ edemede ede\": [\n        \"orthographist\"\n    ],\n    \"orgbaitroaniline\": [\n        \"orthonitroaniline\"\n    ],\n    \"orgba\": [\n        \"orthonormal\"\n    ],\n    \"orgba aghara\": [\n        \"orthonormality\"\n    ],\n    \"orthopedic\": [\n        \"orthopaedic\",\n        \"orthopathic\",\n        \"orthopedia\",\n        \"orthopedical\"\n    ],\n    \"orthopedics\": [\n        \"orthopaedics\"\n    ],\n    \"orthopedically\": [\n        \"orthopathically\"\n    ],\n    \"ndị ọkpụkpụ\": [\n        \"orthopedists\"\n    ],\n    \"ortho phenylene\": [\n        \"orthophenylene\"\n    ],\n    \"orthophoric\": [\n        \"orthophyric\"\n    ],\n    \"orthoped\": [\n        \"orthopter\"\n    ],\n    \"dibia uto\": [\n        \"orthopterist\"\n    ],\n    \"orthotop\": [\n        \"orthoptic\"\n    ],\n    \"orthosperformance\": [\n        \"orthospermous\"\n    ],\n    \"orthostatic\": [\n        \"orthostatai\",\n        \"orthostates\",\n        \"orthostati\"\n    ],\n    \"dibia umu nwanyi\": [\n        \"orthotist\"\n    ],\n    \"Orts\": [\n        \"orts\"\n    ],\n    \"Orvieto\": [\n        \"orvieto\"\n    ],\n    \"Orville\": [\n        \"orville\"\n    ],\n    \"oscillomita\": [\n        \"oscillometer\"\n    ],\n    \"na-eme osculating\": [\n        \"osculating\"\n    ],\n    \"osusu\": [\n        \"osculation\"\n    ],\n    \"osculators\": [\n        \"osculatory\"\n    ],\n    \"osometa\": [\n        \"osmeterium\",\n        \"osmometer\"\n    ],\n    \"ihe osmics\": [\n        \"osmics\"\n    ],\n    \"osmol\": [\n        \"osmols\"\n    ],\n    \"osis\": [\n        \"osmond\",\n        \"sauciest\"\n    ],\n    \"osomite\": [\n        \"osmondite\"\n    ],\n    \"osmoskop\": [\n        \"osmoscope\"\n    ],\n    \"osmund\": [\n        \"osmunds\"\n    ],\n    \"akpasarade\": [\n        \"osophies\"\n    ],\n    \"ọkà mmụta banyere ọrịa osphresiologist\": [\n        \"osphresiologist\"\n    ],\n    \"osphronemidae\": [\n        \"osphromenidae\"\n    ],\n    \"Ospore\": [\n        \"ospore\"\n    ],\n    \"Ospreys\": [\n        \"ospreys\"\n    ],\n    \"ony\": [\n        \"ossal\"\n    ],\n    \"Oss\": [\n        \"ossements\"\n    ],\n    \"oselu\": [\n        \"osset\"\n    ],\n    \"Osetia\": [\n        \"ossetian\"\n    ],\n    \"ossianik\": [\n        \"ossianic\"\n    ],\n    \"Ossificatory\": [\n        \"ossificatory\"\n    ],\n    \"osisikwu\": [\n        \"ossifying\"\n    ],\n    \"Ossifluence\": [\n        \"ossifluence\"\n    ],\n    \"uwakpo\": [\n        \"ostariophysan\"\n    ],\n    \"Ostariophyseae\": [\n        \"ostariophyseae\"\n    ],\n    \"Ostariophysial\": [\n        \"ostariophysial\"\n    ],\n    \"Ostariophysous\": [\n        \"ostariophysous\"\n    ],\n    \"Ochiela anya\": [\n        \"osteichthyes\"\n    ],\n    \"entọ\": [\n        \"ostensorsoria\"\n    ],\n    \"n'elegide\": [\n        \"ostentatiously\"\n    ],\n    \"ịchọrọ\": [\n        \"ostentatiousness\"\n    ],\n    \"Osteoaneurysm\": [\n        \"osteoaneurysm\"\n    ],\n    \"Okwara osiso\": [\n        \"osteocele\"\n    ],\n    \"Osteodentin\": [\n        \"osteodentin\"\n    ],\n    \"Odisoderm\": [\n        \"osteoderm\"\n    ],\n    \"Odisodermal\": [\n        \"osteodermal\"\n    ],\n    \"Osteogen\": [\n        \"osteogen\"\n    ],\n    \"Osteogenist\": [\n        \"osteogenist\"\n    ],\n    \"Ogbogugu\": [\n        \"osteoglossid\"\n    ],\n    \"Ogwu okuko\": [\n        \"osteographer\"\n    ],\n    \"Ochichiri\": [\n        \"osteolytic\"\n    ],\n    \"Okpukpo ala\": [\n        \"osteology\"\n    ],\n    \"n'ọkpụkpụ\": [\n        \"osteologically\"\n    ],\n    \"Okwara okpo\": [\n        \"osteoncus\"\n    ],\n    \"Ogwu ogwu\": [\n        \"osteopathist\",\n        \"osteotomist\"\n    ],\n    \"Ogbaja\": [\n        \"osteoplaque\",\n        \"outjazz\"\n    ],\n    \"Okwara ogwu\": [\n        \"osteosclerotic\"\n    ],\n    \"Osteosteatoma\": [\n        \"osteosteatoma\"\n    ],\n    \"oestostracan\": [\n        \"osteostracan\"\n    ],\n    \"Okwaraakpa\": [\n        \"osteotribe\"\n    ],\n    \"Osteria\": [\n        \"osteria\"\n    ],\n    \"akwa nnenne\": [\n        \"ostleress\"\n    ],\n    \"ostosis\": [\n        \"ostosises\"\n    ],\n    \"Nkewapụrụ\": [\n        \"ostracizable\"\n    ],\n    \"ọpụrụpụ\": [\n        \"ostracized\",\n        \"ostracizes\",\n        \"outstrutted\"\n    ],\n    \"kpụ ọkụkụ\": [\n        \"ostreodynamometer\"\n    ],\n    \"rebọchị\": [\n        \"ostreophagous\"\n    ],\n    \"enyí nnụnụ\": [\n        \"ostrich\",\n        \"ostriches\"\n    ],\n    \"dị ka enyí nnụnụ\": [\n        \"ostrichlike\"\n    ],\n    \"odudu\": [\n        \"ostrogothic\"\n    ],\n    \"n'oge ọzọ\": [\n        \"othertime\"\n    ],\n    \"oge ozo\": [\n        \"othertimes\",\n        \"reoccasion\"\n    ],\n    \"omuma ozo\": [\n        \"otherwhereness\"\n    ],\n    \"ụwa ọzọ\": [\n        \"otherworld\",\n        \"otherworldly\",\n        \"otherworldliness\",\n        \"otherworldness\"\n    ],\n    \"otide\": [\n        \"otides\"\n    ],\n    \"Oubliettes\": [\n        \"oubliettes\"\n    ],\n    \"och\": [\n        \"ouch\"\n    ],\n    \"Ough\": [\n        \"ough\"\n    ],\n    \"ounce\": [\n        \"ounces\"\n    ],\n    \"paụnd\": [\n        \"ounds\",\n        \"poinds\",\n        \"pound\",\n        \"poundage\",\n        \"poundal\",\n        \"poundcake\",\n        \"poundlike\",\n        \"pounds\"\n    ],\n    \"phish\": [\n        \"ouphish\"\n    ],\n    \"nke anyi\": [\n        \"our\",\n        \"ours\",\n        \"oursel\"\n    ],\n    \"orang\": [\n        \"ourangs\"\n    ],\n    \"usọbọ\": [\n        \"ouricury\",\n        \"remedy\",\n        \"remedial\"\n    ],\n    \"wei\": [\n        \"ourie\"\n    ],\n    \"anyị\": [\n        \"ourn\",\n        \"oursels\",\n        \"us\",\n        \"ussels\",\n        \"we\",\n        \"wekeen\"\n    ],\n    \"onwe anyi\": [\n        \"ourself\"\n    ],\n    \"onwe anyị\": [\n        \"ourselves\",\n        \"usself\"\n    ],\n    \"Ousia\": [\n        \"ousia\"\n    ],\n    \"Oyster\": [\n        \"ousters\"\n    ],\n    \"mkpọtu\": [\n        \"ousts\",\n        \"squeal\",\n        \"squeam\"\n    ],\n    \"ime ihe ngosi\": [\n        \"outacting\"\n    ],\n    \"ime mpụ\": [\n        \"outask\",\n        \"outbud\",\n        \"outringing\",\n        \"outwind\",\n        \"outwinds\",\n        \"outwring\"\n    ],\n    \"ebe dịpụrụ adịpụ\": [\n        \"outback\",\n        \"outbacks\",\n        \"outbook\",\n        \"outtravel\"\n    ],\n    \"emekpọọ ọnụ\": [\n        \"outbeamed\"\n    ],\n    \"pụọ n'ọpụpụ\": [\n        \"outbear\"\n    ],\n    \"ijekwanu\": [\n        \"outbye\"\n    ],\n    \"ọbleụ outụ\": [\n        \"outbleats\"\n    ],\n    \"emebighi\": [\n        \"outbleed\",\n        \"unbastilled\",\n        \"unbilleted\",\n        \"uncaptivated\",\n        \"uncaptived\",\n        \"uncontaminate\",\n        \"uncorrupted\",\n        \"undinted\",\n        \"unfructed\",\n        \"unfurbished\",\n        \"unhandseled\",\n        \"unmilitarised\",\n        \"unmillinered\",\n        \"unmineralised\",\n        \"unminished\",\n        \"unmobilised\",\n        \"unmobilized\",\n        \"unmodified\",\n        \"unmulcted\",\n        \"unnobilitated\",\n        \"unreminded\",\n        \"unscolded\",\n        \"unsyllabled\",\n        \"unspilled\",\n        \"unspotted\",\n        \"unspun\",\n        \"unstartled\",\n        \"unumpired\",\n        \"unvented\",\n        \"unvermiculated\"\n    ],\n    \"outlo\": [\n        \"outbloom\"\n    ],\n    \"Ihe nleba anya\": [\n        \"outblow\"\n    ],\n    \"bya agbarụ\": [\n        \"outbluffed\"\n    ],\n    \"pu onye obula\": [\n        \"outblunder\"\n    ],\n    \"outbuster\": [\n        \"outbluster\"\n    ],\n    \"outofl\": [\n        \"outbowl\"\n    ],\n    \"apụghị\": [\n        \"outboxed\"\n    ],\n    \"outbran\": [\n        \"outbranching\"\n    ],\n    \"apụrụ iche\": [\n        \"outbraved\",\n        \"outskipped\"\n    ],\n    \"Na-apụ apụ\": [\n        \"outbraving\",\n        \"outcuring\",\n        \"outfeasting\",\n        \"outfeeling\",\n        \"outhyperbolizing\",\n        \"outmaneuvering\",\n        \"outmanoeuvering\",\n        \"outstaring\"\n    ],\n    \"apụrụ apụpụ\": [\n        \"outbrazen\"\n    ],\n    \"ọpupu\": [\n        \"outbreaker\",\n        \"outbreathe\",\n        \"outbreathing\",\n        \"outbudded\",\n        \"outkissed\",\n        \"outpray\",\n        \"outpulled\",\n        \"outpushed\",\n        \"outpushes\",\n        \"outpushing\",\n        \"outscored\",\n        \"outscorned\",\n        \"outweeping\"\n    ],\n    \"ndu ọphu\": [\n        \"outbreathed\",\n        \"potheads\"\n    ],\n    \"onye ọphu\": [\n        \"outbreather\"\n    ],\n    \"emepụtaghị\": [\n        \"outbreed\",\n        \"undapper\"\n    ],\n    \"ọphu ọ dụdu onye aphụ\": [\n        \"outbribed\"\n    ],\n    \"outfridge\": [\n        \"outbridge\"\n    ],\n    \"ewepụla\": [\n        \"outbridged\"\n    ],\n    \"Ihu\": [\n        \"outbuild\"\n    ],\n    \"na-ewu ewu\": [\n        \"outbuilding\",\n        \"popularising\",\n        \"popularizing\"\n    ],\n    \"Emepụtara\": [\n        \"outbuilt\"\n    ],\n    \"a gbapụrụ iche\": [\n        \"outbullied\"\n    ],\n    \"ndi outbull\": [\n        \"outbullies\"\n    ],\n    \"Apụpụ\": [\n        \"outbustle\"\n    ],\n    \"a chụpụrụ ya\": [\n        \"outcant\",\n        \"outcase\",\n        \"outcast\",\n        \"outcasted\"\n    ],\n    \"to nwehe ẹphe\": [\n        \"outcapered\"\n    ],\n    \"ndị outcapers\": [\n        \"outcapers\"\n    ],\n    \"Apụghị\": [\n        \"outcaroling\"\n    ],\n    \"ndị a jụrụ ajụ\": [\n        \"outcastes\",\n        \"outcasts\",\n        \"repudiations\"\n    ],\n    \"ihe a na-asọpụrụ\": [\n        \"outcastness\"\n    ],\n    \"gwụrụ\": [\n        \"outcaviled\",\n        \"outfled\",\n        \"outspelled\"\n    ],\n    \"ịcaụbiga mmanya ókè\": [\n        \"outcaviling\"\n    ],\n    \"apụpụ\": [\n        \"outcharmed\"\n    ],\n    \"ọcheụ\": [\n        \"outcheated\"\n    ],\n    \"outche\": [\n        \"outcheating\",\n        \"outcheats\"\n    ],\n    \"kesashị\": [\n        \"outclassed\"\n    ],\n    \"ewepụsị\": [\n        \"outclimbs\",\n        \"skimpy\"\n    ],\n    \"ezughi ezu\": [\n        \"outcomplete\",\n        \"subcomplete\",\n        \"unacclivitous\"\n    ],\n    \"egheghi\": [\n        \"outcooked\"\n    ],\n    \"keru ẹphe\": [\n        \"outcrawled\",\n        \"outcursed\"\n    ],\n    \"na-eri iwu\": [\n        \"outcreeping\"\n    ],\n    \"kfuru\": [\n        \"outcried\"\n    ],\n    \"Ebe dịpụrụ adịpụ\": [\n        \"outcrop\"\n    ],\n    \"abụrụla iwu\": [\n        \"outcropped\"\n    ],\n    \"outfropper\": [\n        \"outcropper\"\n    ],\n    \"ịkpụpụ\": [\n        \"outcut\"\n    ],\n    \"adịkwaghị\": [\n        \"outdanced\"\n    ],\n    \"ihe na-apụ apụ\": [\n        \"outdaring\",\n        \"outflush\"\n    ],\n    \"akarịala\": [\n        \"outdazzled\",\n        \"outquibbled\",\n        \"overmeticulous\",\n        \"overmeticulousness\"\n    ],\n    \"dgbatịpụ\": [\n        \"outdistancing\"\n    ],\n    \"arụla ọrụ\": [\n        \"outdodged\"\n    ],\n    \"outdo\": [\n        \"outdoer\"\n    ],\n    \"ndị outdo\": [\n        \"outdoers\"\n    ],\n    \"outfraft\": [\n        \"outdraft\"\n    ],\n    \"igafe\": [\n        \"outdraw\",\n        \"overdated\",\n        \"overdebate\",\n        \"overdue\",\n        \"overdure\"\n    ],\n    \"na-apụtaghị ìhè\": [\n        \"outdreaming\"\n    ],\n    \"ọ outụrinkụ\": [\n        \"outdrink\"\n    ],\n    \"ihe ọrinụdụ\": [\n        \"outdrinks\"\n    ],\n    \"ihe karịrị akarị\": [\n        \"outdrives\",\n        \"outgamble\",\n        \"overproportion\",\n        \"overtones\",\n        \"supersuperabundance\"\n    ],\n    \"outd\": [\n        \"outdrunk\"\n    ],\n    \"agwụla\": [\n        \"outdure\"\n    ],\n    \"oute\": [\n        \"outeats\"\n    ],\n    \"kpụrụpụ\": [\n        \"outechoed\",\n        \"postponable\"\n    ],\n    \"aga mba ọzọ\": [\n        \"outedged\"\n    ],\n    \"kwupụtagasị\": [\n        \"outequivocating\"\n    ],\n    \"na mpụga\": [\n        \"outerly\"\n    ],\n    \"nke dịpụrụ adịpụ\": [\n        \"outermost\"\n    ],\n    \"Uwe elu\": [\n        \"outerwear\",\n        \"sleekier\",\n        \"topdress\"\n    ],\n    \"ihe a na-apụghị ịkọwapụta\": [\n        \"outfables\"\n    ],\n    \"gafeela\": [\n        \"outfaced\",\n        \"overdone\",\n        \"overready\"\n    ],\n    \"ghaa n’elu\": [\n        \"outfasted\"\n    ],\n    \"ndị ọpụpụ\": [\n        \"outfasts\"\n    ],\n    \"bupụtakwala\": [\n        \"outfawned\"\n    ],\n    \"ndị ọpụrụiche\": [\n        \"outfeasts\"\n    ],\n    \"ọhụhụ\": [\n        \"outfeel\",\n        \"outguide\",\n        \"sightable\",\n        \"viscousness\",\n        \"visionmonger\"\n    ],\n    \"onye ọpụpụ\": [\n        \"outfield\",\n        \"outfielded\",\n        \"outfielder\",\n        \"outfielding\"\n    ],\n    \"onyebuo\": [\n        \"outfieldsman\"\n    ],\n    \"ahụ ụzọ\": [\n        \"outfigure\",\n        \"sightful\"\n    ],\n    \"nụ anya\": [\n        \"outfind\"\n    ],\n    \"ndibehe\": [\n        \"outfinding\"\n    ],\n    \"Ekike\": [\n        \"outfitted\"\n    ],\n    \"gbarụ agbarụ\": [\n        \"outflanked\"\n    ],\n    \"ndị na-adịghị mma\": [\n        \"outflanks\"\n    ],\n    \"gbapụhaala\": [\n        \"outflee\"\n    ],\n    \"brunwu\": [\n        \"outflew\"\n    ],\n    \"Na-ezukọ\": [\n        \"outfling\"\n    ],\n    \"fgbako\": [\n        \"outflinging\"\n    ],\n    \"awụfuola\": [\n        \"outflowed\"\n    ],\n    \"awụpụ\": [\n        \"outflown\",\n        \"unshewed\",\n        \"unstep\"\n    ],\n    \"ihe nlere anya\": [\n        \"outflue\"\n    ],\n    \"outfl\": [\n        \"outfools\"\n    ],\n    \"n'azụ ụkwụ\": [\n        \"outfoots\"\n    ],\n    \"outfo\": [\n        \"outfoxing\"\n    ],\n    \"a pụtaghị\": [\n        \"outfrown\"\n    ],\n    \"ọphu ọ dụdu mma\": [\n        \"outfrowned\"\n    ],\n    \"inwapụta\": [\n        \"outgaining\"\n    ],\n    \"ihe karịrị\": [\n        \"outgame\",\n        \"overhates\",\n        \"overtinsel\"\n    ],\n    \"akabeghi\": [\n        \"outgamed\"\n    ],\n    \"gamhapụ\": [\n        \"outgaming\"\n    ],\n    \"outgass\": [\n        \"outgasses\"\n    ],\n    \"outgene\": [\n        \"outgeneral\"\n    ],\n    \"karie\": [\n        \"outgeneraled\",\n        \"outranked\",\n        \"outtowered\"\n    ],\n    \"imebigawanye ókè\": [\n        \"outgeneralling\",\n        \"overstraighten\"\n    ],\n    \"ime ihe n'eziokwu\": [\n        \"outgiving\"\n    ],\n    \"ọbụghị\": [\n        \"outgrows\"\n    ],\n    \"bụrụ onye toro eto\": [\n        \"outguessed\"\n    ],\n    \"onye na-apụ apụ\": [\n        \"outhauler\"\n    ],\n    \"nti mkpu\": [\n        \"outhear\"\n    ],\n    \"ahea\": [\n        \"outheard\"\n    ],\n    \"outhe\": [\n        \"outhears\"\n    ],\n    \"pụọ hyperbolize\": [\n        \"outhyperbolize\"\n    ],\n    \"apụrụ apụ apụ\": [\n        \"outhyperbolized\"\n    ],\n    \"Ndab\": [\n        \"outhowl\"\n    ],\n    \"kpụru iya\": [\n        \"outhumored\",\n        \"outscolded\"\n    ],\n    \"emefuru\": [\n        \"outyelled\",\n        \"outtraveled\"\n    ],\n    \"outmụ\": [\n        \"outjuggling\"\n    ],\n    \"kzọ\": [\n        \"outkitchen\"\n    ],\n    \"n’èzí\": [\n        \"outlandishly\"\n    ],\n    \"ala dịpụrụ adịpụ\": [\n        \"outlands\"\n    ],\n    \"ebe mpụga\": [\n        \"outlasts\"\n    ],\n    \"mmechi iwu\": [\n        \"outlaughs\"\n    ],\n    \"outla\": [\n        \"outlaunch\"\n    ],\n    \"ndị a chụpụrụ achụpụ\": [\n        \"outled\"\n    ],\n    \"outliner\": [\n        \"outlinear\"\n    ],\n    \"Onyepụ\": [\n        \"outlinger\"\n    ],\n    \"mpempe\": [\n        \"outlip\",\n        \"pamper\",\n        \"pieceable\",\n        \"piecemeal\",\n        \"piecewise\",\n        \"piecework\",\n        \"pieceworker\",\n        \"turnplate\"\n    ],\n    \"ndị a hụrụ n'anya\": [\n        \"outloved\",\n        \"unbeloved\"\n    ],\n    \"outgbasapụ\": [\n        \"outmanning\",\n        \"outspanning\"\n    ],\n    \"kpụ\": [\n        \"outmode\"\n    ],\n    \"apụla\": [\n        \"outmoded\"\n    ],\n    \"apụ\": [\n        \"outmodes\"\n    ],\n    \"n'ọnụ ọgụgụ\": [\n        \"outnumbered\",\n        \"outnumbers\"\n    ],\n    \"na-emeghepụta\": [\n        \"outpainting\"\n    ],\n    \"onye aputa\": [\n        \"outpatient\"\n    ],\n    \"onye ogba aghara\": [\n        \"outpeer\"\n    ],\n    \"kpara ya iwe\": [\n        \"outpitied\"\n    ],\n    \"ịchụpụ mmadụ mgbapụ\": [\n        \"outplotting\"\n    ],\n    \"outpol\": [\n        \"outpolls\"\n    ],\n    \"outpo\": [\n        \"outpopped\",\n        \"outpopping\"\n    ],\n    \"outpopu\": [\n        \"outpopulate\"\n    ],\n    \"awụfu\": [\n        \"outpouring\",\n        \"spilling\"\n    ],\n    \"Ọpụrụiche\": [\n        \"outpracticed\"\n    ],\n    \"N'ihe omume\": [\n        \"outpraising\"\n    ],\n    \"outpreen\": [\n        \"outpreened\"\n    ],\n    \"outup\": [\n        \"outpress\"\n    ],\n    \"Mbupute\": [\n        \"outproduce\"\n    ],\n    \"na-amịpụta\": [\n        \"outproducing\"\n    ],\n    \"nkwuwa aka\": [\n        \"outpromise\"\n    ],\n    \"emegbue ya\": [\n        \"outpromised\"\n    ],\n    \"nkwuwa\": [\n        \"outpromising\",\n        \"preevaporate\",\n        \"procompromise\",\n        \"profounds\",\n        \"promulgate\"\n    ],\n    \"buputa\": [\n        \"outpull\",\n        \"repray\"\n    ],\n    \"outfupil\": [\n        \"outpupil\"\n    ],\n    \"phụtaru\": [\n        \"outpursued\"\n    ],\n    \"onye na emeputa ihe\": [\n        \"outputter\"\n    ],\n    \"mmepụta\": [\n        \"outputting\",\n        \"production\"\n    ],\n    \"enweghị ike ịpụ apụ\": [\n        \"outquibble\"\n    ],\n    \"ebuputala ya\": [\n        \"outquoted\"\n    ],\n    \"a machibidoro iwu\": [\n        \"outraced\"\n    ],\n    \"mmegharị iwu\": [\n        \"outracing\"\n    ],\n    \"arụ arụ\": [\n        \"outrageously\"\n    ],\n    \"outra\": [\n        \"outraising\",\n        \"outrapping\"\n    ],\n    \"pụọ apụ\": [\n        \"outrant\"\n    ],\n    \"onye ezi uche\": [\n        \"outreasoned\",\n        \"rationalist\"\n    ],\n    \"outbilief\": [\n        \"outrelief\"\n    ],\n    \"amachiela\": [\n        \"outridden\"\n    ],\n    \"outriggers obere\": [\n        \"outriggerless\"\n    ],\n    \"toro ẹto\": [\n        \"outrivaled\"\n    ],\n    \"apụghị iche\": [\n        \"outrivalled\"\n    ],\n    \"outro\": [\n        \"outrock\"\n    ],\n    \"onye na-aga agha\": [\n        \"outrogue\",\n        \"retrogressionist\"\n    ],\n    \"outbụ\": [\n        \"outroguing\"\n    ],\n    \"romgbasapụ\": [\n        \"outromancing\"\n    ],\n    \"ịgbasapụ\": [\n        \"outrunning\",\n        \"spancelling\"\n    ],\n    \"ekwuo\": [\n        \"outsaid\",\n        \"saynay\"\n    ],\n    \"gbalụ\": [\n        \"outsailed\"\n    ],\n    \"na-emefu ihe\": [\n        \"outsailing\"\n    ],\n    \"na-eju afọ\": [\n        \"outsatisfying\",\n        \"satiating\",\n        \"satisfactive\",\n        \"satisfactory\",\n        \"satisfies\",\n        \"satisfying\",\n        \"satisfyingly\"\n    ],\n    \"kụru iya\": [\n        \"outsavored\"\n    ],\n    \"Ochoo\": [\n        \"outsavoring\"\n    ],\n    \"ọhụma\": [\n        \"outsavors\"\n    ],\n    \"ndapu ihe\": [\n        \"outscape\"\n    ],\n    \"gbuchaa\": [\n        \"outscold\",\n        \"plenished\",\n        \"preextinguish\"\n    ],\n    \"N'ihe ngosi\": [\n        \"outscoring\",\n        \"pseudoasymmetrically\"\n    ],\n    \"Ekekwe\": [\n        \"outseek\"\n    ],\n    \"na-ere ihe\": [\n        \"outselling\",\n        \"solderer\"\n    ],\n    \"onyinyo\": [\n        \"outshadow\",\n        \"shadflies\",\n        \"shadiness\",\n        \"shadow\",\n        \"shadowable\",\n        \"shadowed\",\n        \"shadower\",\n        \"shadowgraphy\",\n        \"shadowy\",\n        \"shadowier\",\n        \"shadowiest\",\n        \"shadowiness\",\n        \"shadowless\",\n        \"shadowly\",\n        \"shadowlike\",\n        \"shadows\",\n        \"unshadow\",\n        \"unshadowed\"\n    ],\n    \"ghaa ahia\": [\n        \"outshake\"\n    ],\n    \"ọphu ọ karụ\": [\n        \"outshaped\"\n    ],\n    \"outsining\": [\n        \"outshining\"\n    ],\n    \"mkpu mkpu\": [\n        \"outshout\",\n        \"outshouting\",\n        \"outshouts\",\n        \"screamproof\"\n    ],\n    \"kpọọ mkpu\": [\n        \"outshouted\"\n    ],\n    \"ịga ije\": [\n        \"outshoving\"\n    ],\n    \"ndị nọ n'èzí\": [\n        \"outsiders\",\n        \"outsides\"\n    ],\n    \"ihi ura\": [\n        \"outsleep\"\n    ],\n    \"na-ehi ura\": [\n        \"outsleeps\"\n    ],\n    \"kpụrụpụrụ\": [\n        \"outslept\"\n    ],\n    \"mme owo\": [\n        \"outsling\"\n    ],\n    \"kwee ya\": [\n        \"outsmiled\"\n    ],\n    \"anwuruoku\": [\n        \"outsmoke\",\n        \"smokescreen\"\n    ],\n    \"outmoking\": [\n        \"outsmoking\"\n    ],\n    \"mpu\": [\n        \"outsnore\",\n        \"outturn\",\n        \"outwish\",\n        \"spug\"\n    ],\n    \"Oka-Okpala\": [\n        \"outsophisticating\"\n    ],\n    \"Ndiokpala\": [\n        \"outsparspinning\"\n    ],\n    \"Nkwupụta okwu\": [\n        \"outspeaks\",\n        \"outspeech\",\n        \"prenunciate\",\n        \"prodespotic\"\n    ],\n    \"ọspụ\": [\n        \"outspells\",\n        \"outspill\"\n    ],\n    \"pụọ n'ịma mma\": [\n        \"outsplendor\"\n    ],\n    \"kwuwa okwu\": [\n        \"outspoke\",\n        \"outspoken\"\n    ],\n    \"atukwasighi\": [\n        \"outstaid\"\n    ],\n    \"outsta\": [\n        \"outstayed\"\n    ],\n    \"Na-achọ ihe\": [\n        \"outstaying\",\n        \"squilgeeing\",\n        \"tempesting\"\n    ],\n    \"amalitela\": [\n        \"outstarted\"\n    ],\n    \"n'ọnụ ụlọ\": [\n        \"outstater\"\n    ],\n    \"onye outstat\": [\n        \"outstatured\"\n    ],\n    \"ndị doro anya\": [\n        \"outsteers\",\n        \"putterers\"\n    ],\n    \"nzọpụ ụkwụ\": [\n        \"outstep\"\n    ],\n    \"N'onwe ya\": [\n        \"outstepping\"\n    ],\n    \"Echefu\": [\n        \"outstink\"\n    ],\n    \"Mgbuo\": [\n        \"outstreet\"\n    ],\n    \"Ocha\": [\n        \"outstretcher\",\n        \"sprightlier\"\n    ],\n    \"emechiela anya\": [\n        \"outstridden\"\n    ],\n    \"ike karịrị\": [\n        \"outstriven\",\n        \"surmountability\"\n    ],\n    \"Onye kari\": [\n        \"outstudent\"\n    ],\n    \"outwepu\": [\n        \"outstudied\"\n    ],\n    \"buputaghị ya\": [\n        \"outstunted\"\n    ],\n    \"outsubil\": [\n        \"outsubtle\"\n    ],\n    \"Ọdọ mmiri\": [\n        \"outswam\"\n    ],\n    \"Mpụga\": [\n        \"outsweep\",\n        \"outswing\",\n        \"outweaving\",\n        \"spillway\"\n    ],\n    \"Ugbo-mmiri\": [\n        \"outsweeping\"\n    ],\n    \"Omeghewo\": [\n        \"outsweeten\"\n    ],\n    \"emeghara\": [\n        \"outswindle\",\n        \"unhangs\",\n        \"unremoved\",\n        \"unstraddled\"\n    ],\n    \"Na-aga agha\": [\n        \"outswinging\"\n    ],\n    \"ibute ụzọ\": [\n        \"outtake\",\n        \"preapprise\",\n        \"preimportation\",\n        \"preobtain\"\n    ],\n    \"outta\": [\n        \"outtalent\"\n    ],\n    \"ị .ụ mmiri ọgwụ\": [\n        \"outtasking\"\n    ],\n    \"ọtụasụ\": [\n        \"outtasks\"\n    ],\n    \"Ire\": [\n        \"outtaste\"\n    ],\n    \"ịdị na-apụ apụ\": [\n        \"outtearing\"\n    ],\n    \"ọ outụ\": [\n        \"outthanks\"\n    ],\n    \"Echeghị echiche\": [\n        \"outthink\",\n        \"outthinks\",\n        \"unthinkingness\"\n    ],\n    \"na-eche n'echiche\": [\n        \"outthinking\"\n    ],\n    \"thma aka\": [\n        \"outthrusting\"\n    ],\n    \"emegbe\": [\n        \"outtinkled\"\n    ],\n    \"outti\": [\n        \"outtired\"\n    ],\n    \"outgbaghara\": [\n        \"outtricking\"\n    ],\n    \"agbanwu\": [\n        \"outturned\"\n    ],\n    \"Inyocha\": [\n        \"outvaluing\"\n    ],\n    \"outvan\": [\n        \"outvanish\"\n    ],\n    \"ime mpi\": [\n        \"outvenom\"\n    ],\n    \"kwupụta olu\": [\n        \"outvociferate\"\n    ],\n    \"kwupụtara olu\": [\n        \"outvociferated\"\n    ],\n    \"emekatala\": [\n        \"outvoyaged\"\n    ],\n    \"outvo\": [\n        \"outvoicing\"\n    ],\n    \"ewepụtakarị\": [\n        \"outvoted\"\n    ],\n    \"apu apu\": [\n        \"outwaited\"\n    ],\n    \"ebe ndi ozo\": [\n        \"outwalks\"\n    ],\n    \"ẹyọyọhọ\": [\n        \"outwarbling\"\n    ],\n    \"n'agha n'èzí\": [\n        \"outwardsoutwarred\"\n    ],\n    \"imebisia\": [\n        \"outwash\"\n    ],\n    \"ihe ọastesụastesụ\": [\n        \"outwastes\"\n    ],\n    \"ọ .ụingụ\": [\n        \"outwatching\"\n    ],\n    \"ndị gafere\": [\n        \"outwearies\"\n    ],\n    \"karịrị ike\": [\n        \"outwearying\",\n        \"overeffusiveness\",\n        \"supersalt\",\n        \"superseraphically\",\n        \"supersevere\",\n        \"supersonic\"\n    ],\n    \"ihe nfe\": [\n        \"outwiles\"\n    ],\n    \"mpio\": [\n        \"outwindow\",\n        \"pioxe\"\n    ],\n    \"ngbasa\": [\n        \"outwing\"\n    ],\n    \"emeghị emezi\": [\n        \"outwittal\"\n    ],\n    \"emegbuela\": [\n        \"outwitted\"\n    ],\n    \"na-agha agha\": [\n        \"outwitting\"\n    ],\n    \"overwrangle\": [\n        \"outwrangle\"\n    ],\n    \"onye na-agbasi mgba\": [\n        \"outwrestling\"\n    ],\n    \"edepụta\": [\n        \"outwrit\"\n    ],\n    \"overwrite\": [\n        \"outwrite\"\n    ],\n    \"Na-edepụta akwụkwọ\": [\n        \"outwriting\"\n    ],\n    \"dechara\": [\n        \"outwritten\"\n    ],\n    \"emebisighi\": [\n        \"outwrought\",\n        \"uncabined\",\n        \"unhawked\",\n        \"unmineralized\",\n        \"unstemmed\"\n    ],\n    \"Ouze\": [\n        \"ouze\"\n    ],\n    \"mmanụ ala\": [\n        \"ouzels\",\n        \"petroleum\"\n    ],\n    \"Ouzos\": [\n        \"ouzos\"\n    ],\n    \"jupụta oke\": [\n        \"ovalish\"\n    ],\n    \"site na nwa\": [\n        \"ovally\"\n    ],\n    \"oval\": [\n        \"ovalness\",\n        \"ovals\"\n    ],\n    \"oval njegharị\": [\n        \"ovalnesses\"\n    ],\n    \"oval maara ihe\": [\n        \"ovalwise\"\n    ],\n    \"ovarian\": [\n        \"ovaria\",\n        \"ovarial\"\n    ],\n    \"obiala eze\": [\n        \"ovariotubal\"\n    ],\n    \"Ovation\": [\n        \"ovation\"\n    ],\n    \"ovation\": [\n        \"ovationary\"\n    ],\n    \"Onyebuchi Nwaogu\": [\n        \"ovatocylindraceous\"\n    ],\n    \"ochoglobose\": [\n        \"ovatoglobose\"\n    ],\n    \"okwunoolu\": [\n        \"ovatolanceolate\"\n    ],\n    \"bya\": [\n        \"ovey\"\n    ],\n    \"nnụnụ oven\": [\n        \"ovenbird\",\n        \"ovenbirds\"\n    ],\n    \"dị ka oven\": [\n        \"ovenlike\"\n    ],\n    \"ndi osi ite\": [\n        \"ovenmen\"\n    ],\n    \"igwe eji egbu oku\": [\n        \"ovenwares\"\n    ],\n    \"a gafere\": [\n        \"overable\"\n    ],\n    \"kpuchie isi\": [\n        \"overabounded\"\n    ],\n    \"olongbound\": [\n        \"overabounds\"\n    ],\n    \"Onweghi oke\": [\n        \"overabstemiousness\"\n    ],\n    \"overabance\": [\n        \"overabundance\"\n    ],\n    \"overabat\": [\n        \"overabusing\"\n    ],\n    \"overabusive\": [\n        \"overabusiveness\"\n    ],\n    \"agbaba osiso\": [\n        \"overaccelerate\"\n    ],\n    \"n'elu osooso\": [\n        \"overacceleration\"\n    ],\n    \"karịrị accentuate\": [\n        \"overaccentuate\"\n    ],\n    \"ihachi anya\": [\n        \"overaccentuation\"\n    ],\n    \"Omenna\": [\n        \"overactivating\"\n    ],\n    \"ma ọ bụ omume\": [\n        \"overactiveness\"\n    ],\n    \"amafere\": [\n        \"overadorned\",\n        \"overadvanced\",\n        \"skipped\"\n    ],\n    \"owerffect\": [\n        \"overaffect\"\n    ],\n    \"tinyegoro\": [\n        \"overaffected\",\n        \"overaggravated\",\n        \"overagonize\",\n        \"overappraised\",\n        \"overexerted\",\n        \"preimproved\",\n        \"superimproved\"\n    ],\n    \"tinyekwuola\": [\n        \"overaffirm\"\n    ],\n    \"n'elu ime ihe ike\": [\n        \"overaggressiveness\"\n    ],\n    \"ọrụ niile\": [\n        \"overallegiance\"\n    ],\n    \"Ọrụ niile\": [\n        \"overallegorizing\"\n    ],\n    \"kwufere ókè\": [\n        \"overanimated\"\n    ],\n    \"ajuputala\": [\n        \"overannotated\"\n    ],\n    \"overannoting\": [\n        \"overannotating\"\n    ],\n    \"nchegbu oke\": [\n        \"overanxiety\"\n    ],\n    \"arụbiga oke ókè\": [\n        \"overanxious\"\n    ],\n    \"nwebiga iwe ókè\": [\n        \"overanxiousness\"\n    ],\n    \"na ekele\": [\n        \"overappreciatively\"\n    ],\n    \"ajuola\": [\n        \"overapprehended\"\n    ],\n    \"ewegoro\": [\n        \"overapt\"\n    ],\n    \"iribiga ihe ókè\": [\n        \"overaptness\"\n    ],\n    \"n'elu arụmụka\": [\n        \"overargumentatively\",\n        \"overargumentativeness\"\n    ],\n    \"overar artificial\": [\n        \"overartificial\"\n    ],\n    \"akachasị\": [\n        \"overartificiality\",\n        \"overfamiliar\"\n    ],\n    \"overassumedumed\": [\n        \"overassumed\"\n    ],\n    \"oke ochi\": [\n        \"overassumption\"\n    ],\n    \"ọrassụumpụ oke\": [\n        \"overassumptive\"\n    ],\n    \"ojukwu\": [\n        \"overassured\"\n    ],\n    \"overattached arụ\": [\n        \"overattached\"\n    ],\n    \"buru oke ibu\": [\n        \"overawed\",\n        \"overweighed\",\n        \"overweighted\"\n    ],\n    \"rie olu\": [\n        \"overawning\"\n    ],\n    \"overbandịs\": [\n        \"overbanded\"\n    ],\n    \"bibiri\": [\n        \"overbbred\",\n        \"pulverised\",\n        \"pulverized\",\n        \"raggedest\",\n        \"ramparted\",\n        \"ruinated\",\n        \"selectively\",\n        \"vandalized\"\n    ],\n    \"ijisi ike\": [\n        \"overbearingly\"\n    ],\n    \"overbears\": [\n        \"overbearingness\"\n    ],\n    \"ịbeụbiga mmanya ókè\": [\n        \"overbeating\"\n    ],\n    \"overbidoro\": [\n        \"overbid\"\n    ],\n    \"overbite\": [\n        \"overbit\",\n        \"overbitten\",\n        \"overbitter\"\n    ],\n    \"overblam\": [\n        \"overblaming\"\n    ],\n    \"gbafee\": [\n        \"overblew\"\n    ],\n    \"overblindị\": [\n        \"overblind\"\n    ],\n    \"na-emebiga ihe ókè\": [\n        \"overblowing\",\n        \"overdependent\",\n        \"overeducatively\",\n        \"overexciting\",\n        \"overgilding\",\n        \"overgrazing\",\n        \"overgrieving\",\n        \"overillustrating\",\n        \"overmodernizing\",\n        \"overplying\",\n        \"overrationalizing\",\n        \"overromanticizing\",\n        \"oversensitive\",\n        \"overusing\"\n    ],\n    \"overflows\": [\n        \"overblows\"\n    ],\n    \"akwụkwọ karịrị\": [\n        \"overbooks\"\n    ],\n    \"bufere\": [\n        \"overborn\"\n    ],\n    \"overboka\": [\n        \"overbought\"\n    ],\n    \"brachịkwa\": [\n        \"overbrace\"\n    ],\n    \"bratụgharị\": [\n        \"overbracing\"\n    ],\n    \"overbrak\": [\n        \"overbrake\"\n    ],\n    \"brabụ overbraking\": [\n        \"overbraking\"\n    ],\n    \"overbrave ihe\": [\n        \"overbrave\"\n    ],\n    \"overbrimming ọtụtụ\": [\n        \"overbrimmingly\"\n    ],\n    \"gafee mba\": [\n        \"overbroaden\",\n        \"oversauce\"\n    ],\n    \"overbrows\": [\n        \"overbrowsed\",\n        \"overbrowsing\"\n    ],\n    \"megharia iwu\": [\n        \"overbrutalize\"\n    ],\n    \"overbrutized\": [\n        \"overbrutalized\"\n    ],\n    \"na-emebiga iwu ókè\": [\n        \"overbrutalizing\"\n    ],\n    \"Ebubọk\": [\n        \"overbubbling\"\n    ],\n    \"bugba ụgwọ\": [\n        \"overbuying\"\n    ],\n    \"zuo oke\": [\n        \"overbuys\",\n        \"overmelt\",\n        \"overmettled\",\n        \"overplenteous\",\n        \"overplenty\",\n        \"overpunish\",\n        \"overtrick\",\n        \"smouse\",\n        \"subequal\",\n        \"sweepiest\"\n    ],\n    \"emechiela\": [\n        \"overcalling\",\n        \"shutten\",\n        \"unoverclouded\"\n    ],\n    \"overcapitized\": [\n        \"overcapitalized\"\n    ],\n    \"inabata ego\": [\n        \"overcapitalizing\"\n    ],\n    \"overcaptical\": [\n        \"overcaptious\"\n    ],\n    \"ilekọta anya\": [\n        \"overcarefully\",\n        \"oversentimentalizing\",\n        \"wardenship\"\n    ],\n    \"na-ebubata ihe\": [\n        \"overcarrying\"\n    ],\n    \"Ikpuchi\": [\n        \"overcasting\",\n        \"overlapping\",\n        \"overscrawl\",\n        \"overshadow\",\n        \"unsmugness\"\n    ],\n    \"ịkpachapụ anya\": [\n        \"overcaution\",\n        \"substandardize\",\n        \"supercaution\"\n    ],\n    \"ilezi anya\": [\n        \"overcautiously\"\n    ],\n    \"inyocha akwụkwọ\": [\n        \"overcertification\"\n    ],\n    \"bufe\": [\n        \"overcharge\"\n    ],\n    \"overcharcharge\": [\n        \"overchargement\"\n    ],\n    \"overchaji\": [\n        \"overcharger\"\n    ],\n    \"ụgwọ karịrị ụgwọ\": [\n        \"overcharges\"\n    ],\n    \"chargba ụgwọ\": [\n        \"overcharging\"\n    ],\n    \"overcharitcha\": [\n        \"overcharitable\"\n    ],\n    \"overcharita\": [\n        \"overcharitableness\"\n    ],\n    \"overcheche\": [\n        \"overcheck\"\n    ],\n    \"overchi\": [\n        \"overcherish\"\n    ],\n    \"overchijim\": [\n        \"overcherished\"\n    ],\n    \"over overish\": [\n        \"overchildish\"\n    ],\n    \"nwebigara ókè\": [\n        \"overchildishness\",\n        \"overexpectantness\",\n        \"overexploited\",\n        \"overextended\",\n        \"overfamiliarity\",\n        \"overstated\",\n        \"overstates\",\n        \"overstowage\",\n        \"overstress\"\n    ],\n    \"overcircumpect.ịkọtara\": [\n        \"overcircumspect\"\n    ],\n    \"Nnyocha overcir\": [\n        \"overcircumspection\"\n    ],\n    \"Ikwusi ike\": [\n        \"overclaim\",\n        \"strongback\"\n    ],\n    \"emebisiela\": [\n        \"overclean\"\n    ],\n    \"oververver\": [\n        \"overclever\"\n    ],\n    \"emechie oke\": [\n        \"overclouded\"\n    ],\n    \"ekpuchichiela\": [\n        \"overcoached\"\n    ],\n    \"ekpuchiri ekpuchi\": [\n        \"overcoated\",\n        \"overlayed\",\n        \"overshined\"\n    ],\n    \"overcommon\": [\n        \"overcommonness\"\n    ],\n    \"ndị overcompensators\": [\n        \"overcompensators\"\n    ],\n    \"mmeri karịrị\": [\n        \"overcompetitive\"\n    ],\n    \"ike karịrị akarị\": [\n        \"overcompetitiveness\",\n        \"overheaviness\",\n        \"overpotentness\",\n        \"overpowerfulness\",\n        \"superseverity\"\n    ],\n    \"na-echebiga ihe ókè\": [\n        \"overconcentrating\"\n    ],\n    \"ichegbubiga onwe gị ókè\": [\n        \"overconcern\"\n    ],\n    \"na-echegbu onwe ya\": [\n        \"overconcerned\"\n    ],\n    \"eferela oke\": [\n        \"overcondensed\"\n    ],\n    \"nnyefere ego\": [\n        \"overcondensing\"\n    ],\n    \"inwebiga obi ike ókè\": [\n        \"overconfidence\"\n    ],\n    \"inwe obi ike karịa\": [\n        \"overconfident\"\n    ],\n    \"overconscious\": [\n        \"overconscientious\",\n        \"overconsciously\"\n    ],\n    \"overconsciously\": [\n        \"overconscientiously\"\n    ],\n    \"akpachapu anya\": [\n        \"overconscious\"\n    ],\n    \"uche onwu\": [\n        \"overconsciousness\"\n    ],\n    \"nnyefere oke\": [\n        \"overcontentedness\"\n    ],\n    \"n'elu esemokwu\": [\n        \"overcontentiously\",\n        \"overcontentiousness\"\n    ],\n    \"inwebiga afọ ojuju\": [\n        \"overcontentment\"\n    ],\n    \"ịrụbiga ọrụ ókè\": [\n        \"overcontract\"\n    ],\n    \"nyefere oke\": [\n        \"overcontribute\"\n    ],\n    \"overritrite\": [\n        \"overcontrite\"\n    ],\n    \"nnyefe oke\": [\n        \"overcontriteness\"\n    ],\n    \"chịkwaa\": [\n        \"overcontrol\",\n        \"precontrolled\",\n        \"sneers\",\n        \"subungulate\",\n        \"supergravitated\",\n        \"superlied\"\n    ],\n    \"ịcụbiga mmanya ọkụ\": [\n        \"overcooking\"\n    ],\n    \"ndozi ndozi\": [\n        \"overcorrection\"\n    ],\n    \"gafee ugwu\": [\n        \"overcourteous\"\n    ],\n    \"gafee n'omume ọma\": [\n        \"overcourteousness\"\n    ],\n    \"karịrị anyaukwu\": [\n        \"overcovetous\",\n        \"overcovetousness\"\n    ],\n    \"karịrị nke anyaukwu\": [\n        \"overcovetously\"\n    ],\n    \"karịrị credulousness\": [\n        \"overcredulousness\"\n    ],\n    \"karịrị nkatọ\": [\n        \"overcriticism\"\n    ],\n    \"katọwa\": [\n        \"overcriticize\"\n    ],\n    \"karịrị akatọ\": [\n        \"overcriticized\"\n    ],\n    \"igwe mmadụ karịrị akarị\": [\n        \"overcrowdedness\",\n        \"overpopularity\",\n        \"overpopulates\",\n        \"overpopulation\",\n        \"overpopulous\"\n    ],\n    \"karịrị ego\": [\n        \"overcurrency\"\n    ],\n    \"akpachapụ\": [\n        \"overcutter\"\n    ],\n    \"ịchakpu\": [\n        \"overcutting\"\n    ],\n    \"overda\": [\n        \"overdared\"\n    ],\n    \"dedeụbiga mmanya ókè\": [\n        \"overdebating\"\n    ],\n    \"overdecadde\": [\n        \"overdecadently\"\n    ],\n    \"overdeks\": [\n        \"overdecks\"\n    ],\n    \"ichikota mma\": [\n        \"overdecorate\"\n    ],\n    \"deda mba\": [\n        \"overdeeming\"\n    ],\n    \"karịrị nchebe\": [\n        \"overdefensive\",\n        \"overdefensiveness\"\n    ],\n    \"karịrị iji chebe onwe ya\": [\n        \"overdefensively\"\n    ],\n    \"ama ụma\": [\n        \"overdeliberately\"\n    ],\n    \"n'elu ụma\": [\n        \"overdeliberateness\"\n    ],\n    \"jubiga ókè ókè\": [\n        \"overdelighted\"\n    ],\n    \"nnyefe iwu\": [\n        \"overdemandingness\"\n    ],\n    \"ntụkwasị obi gabiga ókè\": [\n        \"overdependence\",\n        \"overincrust\"\n    ],\n    \"ike gabiga ókè\": [\n        \"overdepressiveness\"\n    ],\n    \"overdering\": [\n        \"overderiding\"\n    ],\n    \"imepe emepe\": [\n        \"overdevelop\"\n    ],\n    \"ime elu\": [\n        \"overdevelops\"\n    ],\n    \"overdidi\": [\n        \"overdid\"\n    ],\n    \"diba ụba\": [\n        \"overdiffusingness\"\n    ],\n    \"overdignified.nke\": [\n        \"overdignifiedness\"\n    ],\n    \"onyefe iwu\": [\n        \"overdiligent\"\n    ],\n    \"overdiling\": [\n        \"overdiluting\"\n    ],\n    \"nnyefere iwu\": [\n        \"overdiscipline\"\n    ],\n    \"overdiscoucou\": [\n        \"overdiscourage\"\n    ],\n    \"n'elu nkụda mmụọ\": [\n        \"overdiscouragement\"\n    ],\n    \"overdist over\": [\n        \"overdistantly\"\n    ],\n    \"nke dị elu\": [\n        \"overdiverse\"\n    ],\n    \"Gbanwee karịa\": [\n        \"overdiversified\"\n    ],\n    \"na-agbanwegharị\": [\n        \"overdiversifying\"\n    ],\n    \"ndị overdo\": [\n        \"overdoers\"\n    ],\n    \"overbandịlị\": [\n        \"overdomesticate\"\n    ],\n    \"O zoro ezo\": [\n        \"overdomesticated\"\n    ],\n    \"ịdomụbigabiga mmanya ókè\": [\n        \"overdomesticating\"\n    ],\n    \"overdominọ\": [\n        \"overdominated\"\n    ],\n    \"overdused\": [\n        \"overdosed\"\n    ],\n    \"ịdụbiga mmanya ókè\": [\n        \"overdosing\",\n        \"overdrink\"\n    ],\n    \"overdraft\": [\n        \"overdraught\"\n    ],\n    \"overdraw\": [\n        \"overdrawer\"\n    ],\n    \"overdrawn\": [\n        \"overdrawing\"\n    ],\n    \"overdrededị\": [\n        \"overdredged\"\n    ],\n    \"dgba ọsọ\": [\n        \"overdredging\"\n    ],\n    \"Uwe isi\": [\n        \"overdressing\"\n    ],\n    \"overdrif\": [\n        \"overdrifted\"\n    ],\n    \"ụbiga mmanya ókè\": [\n        \"overdriness\"\n    ],\n    \"dụbiga mmanya ókè\": [\n        \"overdrinking\",\n        \"overdunged\"\n    ],\n    \"overdowsed\": [\n        \"overdrowsed\"\n    ],\n    \"overdubed\": [\n        \"overdubbed\"\n    ],\n    \"gafere ókè\": [\n        \"overeagerly\",\n        \"overextensive\"\n    ],\n    \"oke ike\": [\n        \"overearnestly\",\n        \"overemotionally\",\n        \"overstrictly\"\n    ],\n    \"onye na-eribiga nri ókè\": [\n        \"overeater\"\n    ],\n    \"iribiga nri ókè\": [\n        \"overeating\"\n    ],\n    \"eriju afọ\": [\n        \"overeats\"\n    ],\n    \"Ogege\": [\n        \"overedge\"\n    ],\n    \"Oversitoriising\": [\n        \"overeditorializing\"\n    ],\n    \"tinyebiga ihe ókè\": [\n        \"overeducate\"\n    ],\n    \"na-amụba ihe\": [\n        \"overeducating\"\n    ],\n    \"na-arụ ọrụ gabiga ókè\": [\n        \"overeducative\",\n        \"overfactitious\",\n        \"overpreoccupying\"\n    ],\n    \"gafere ike\": [\n        \"overeffusive\"\n    ],\n    \"gabiga oke ike\": [\n        \"overeffusively\"\n    ],\n    \"oveebrowed\": [\n        \"overeyebrowed\"\n    ],\n    \"kwubiga okwu ókè\": [\n        \"overelaborate\",\n        \"overemphasize\"\n    ],\n    \"imebiga ya ókè\": [\n        \"overelaborated\"\n    ],\n    \"n'ụzọ gabigara ókè\": [\n        \"overelaborately\",\n        \"overemphatically\",\n        \"overempirically\",\n        \"overexcitably\",\n        \"overmasterfully\",\n        \"overstraightly\"\n    ],\n    \"na-ekwupụtacha ihe\": [\n        \"overelaborates\"\n    ],\n    \"ikwupụta oke\": [\n        \"overelate\"\n    ],\n    \"nwebigara ike\": [\n        \"overemotional\"\n    ],\n    \"nwebiga oke ókè\": [\n        \"overemotionality\"\n    ],\n    \"nwebiga ike ókè\": [\n        \"overemotionalize\",\n        \"overemulate\",\n        \"overpassionateness\",\n        \"oversentimental\",\n        \"overstate\",\n        \"overstridence\",\n        \"overstrive\"\n    ],\n    \"Omenala oke\": [\n        \"overemotionalizing\"\n    ],\n    \"overemotional\": [\n        \"overemotionalness\"\n    ],\n    \"ekwusi okwu ike\": [\n        \"overemphasized\"\n    ],\n    \"Ojuju oke\": [\n        \"overempired\"\n    ],\n    \"ọrụ karịrị akarị\": [\n        \"overemployment\",\n        \"overseriousness\"\n    ],\n    \"na-eribiga oke ókè\": [\n        \"overemulating\"\n    ],\n    \"nwekwanu ike\": [\n        \"overenthusiastic\",\n        \"overthwartness\",\n        \"supersovereign\"\n    ],\n    \"ịveụbiga mmanya ókè\": [\n        \"overentreat\",\n        \"overstoring\"\n    ],\n    \"oke okwute\": [\n        \"overenviousness\"\n    ],\n    \"na-egosipụta oke\": [\n        \"overexacting\"\n    ],\n    \"ikari\": [\n        \"overexcite\",\n        \"superl\"\n    ],\n    \"tinyefere ike\": [\n        \"overexcited\"\n    ],\n    \"zigara ike\": [\n        \"overexercised\"\n    ],\n    \"ercgbatị ahụ gabiga ókè\": [\n        \"overexercising\"\n    ],\n    \"veregbubiga ume ókè\": [\n        \"overexerting\"\n    ],\n    \"ighachi omume\": [\n        \"overexertion\"\n    ],\n    \"Ijuju\": [\n        \"overexpand\",\n        \"overfluentness\"\n    ],\n    \"gafere ebe\": [\n        \"overexpanded\"\n    ],\n    \"oke njuputa\": [\n        \"overexpansiveness\"\n    ],\n    \"Ofeke\": [\n        \"overexpectant\"\n    ],\n    \"nwebiga ego ókè\": [\n        \"overexpend\"\n    ],\n    \"iribiga ego oke\": [\n        \"overexpenditure\"\n    ],\n    \"operxpert\": [\n        \"overexpert\"\n    ],\n    \"tinyekwuru anya\": [\n        \"overexposed\"\n    ],\n    \"nwebiga ihe ike\": [\n        \"overexpress\"\n    ],\n    \"o gabiga ókè\": [\n        \"overexpressively\"\n    ],\n    \"gafere ogologo\": [\n        \"overextends\"\n    ],\n    \"ovextension\": [\n        \"overextension\"\n    ],\n    \"akari\": [\n        \"overextreme\",\n        \"overwhelmingness\",\n        \"surpassable\"\n    ],\n    \"Ekwekwe\": [\n        \"overexuberance\"\n    ],\n    \"n’ike\": [\n        \"overexuberantly\",\n        \"overpassionately\",\n        \"stalwartly\",\n        \"strenuously\",\n        \"stridently\",\n        \"tortuously\",\n        \"uberously\"\n    ],\n    \"Imebiga ọrụ ókè\": [\n        \"overfactiousness\"\n    ],\n    \"nwebiga uche ókè\": [\n        \"overfatigued\"\n    ],\n    \"fatbubiga ókè\": [\n        \"overfatness\"\n    ],\n    \"overfefe\": [\n        \"overfatten\",\n        \"overfearing\",\n        \"overfeed\"\n    ],\n    \"overfevor\": [\n        \"overfavor\"\n    ],\n    \"karịa mma\": [\n        \"overfavorable\"\n    ],\n    \"n'elu ihu ọma\": [\n        \"overfavorableness\"\n    ],\n    \"n'elu mma\": [\n        \"overfavorably\"\n    ],\n    \"overfefee\": [\n        \"overfeared\"\n    ],\n    \"overfear\": [\n        \"overfearful\"\n    ],\n    \"overfear over\": [\n        \"overfearfulness\"\n    ],\n    \"overfellowing\": [\n        \"overfellowly\"\n    ],\n    \"overfeferị\": [\n        \"overfertile\"\n    ],\n    \"overfefefe\": [\n        \"overfervent\"\n    ],\n    \"gabiga\": [\n        \"overfervently\",\n        \"overforward\",\n        \"overhurry\",\n        \"overlies\",\n        \"overmore\",\n        \"overreward\",\n        \"oversupply\",\n        \"oversway\",\n        \"overtaken\",\n        \"overtartly\",\n        \"overwell\",\n        \"passingly\",\n        \"passively\",\n        \"prederived\",\n        \"traversed\",\n        \"traverses\"\n    ],\n    \"Ofefe\": [\n        \"overferventness\",\n        \"overmounts\",\n        \"overroast\",\n        \"overslop\",\n        \"oversmooth\",\n        \"oversnow\",\n        \"oversophisticated\",\n        \"overspan\",\n        \"overspanning\",\n        \"overstep\"\n    ],\n    \"Mmanya\": [\n        \"overfierce\"\n    ],\n    \"overfiercible\": [\n        \"overfierceness\"\n    ],\n    \"overfiili\": [\n        \"overfile\"\n    ],\n    \"mejupụta\": [\n        \"overfill\",\n        \"populate\",\n        \"refelling\",\n        \"refiling\",\n        \"refilled\",\n        \"refilling\",\n        \"refilmed\",\n        \"repleat\",\n        \"repledge\",\n        \"replenishing\",\n        \"replete\",\n        \"repleve\",\n        \"repopulate\"\n    ],\n    \"overfish\": [\n        \"overfished\",\n        \"overfishes\"\n    ],\n    \"jubiga ókè\": [\n        \"overflow\",\n        \"overflowable\",\n        \"overflowed\",\n        \"overflowing\",\n        \"overflowingly\",\n        \"overflown\",\n        \"overflows\",\n        \"overlow\",\n        \"overlowness\",\n        \"overplumb\"\n    ],\n    \"nubiga ókè\": [\n        \"overflowingness\"\n    ],\n    \"n'elu ụkwụ\": [\n        \"overfoot\"\n    ],\n    \"mezue mmezi\": [\n        \"overformalize\"\n    ],\n    \"overfowed\": [\n        \"overfought\"\n    ],\n    \"mebie emebi\": [\n        \"overfragile\"\n    ],\n    \"ikpu ikpe\": [\n        \"overfrailty\"\n    ],\n    \"Nri karịrị akarị\": [\n        \"overfruitfulness\"\n    ],\n    \"ịrụ ọrụ gabiga ókè\": [\n        \"overfunctioning\"\n    ],\n    \"overfurnish\": [\n        \"overfurnished\",\n        \"overfurnishes\"\n    ],\n    \"overfurning\": [\n        \"overfurnishing\"\n    ],\n    \"overgafe\": [\n        \"overgalled\"\n    ],\n    \"overgamgbam\": [\n        \"overgamble\"\n    ],\n    \"overgambere\": [\n        \"overgambled\"\n    ],\n    \"ggba chaa chaa\": [\n        \"overgambling\"\n    ],\n    \"overgeneralized\": [\n        \"overgeneralizes\"\n    ],\n    \"overgeneros\": [\n        \"overgenerosity\"\n    ],\n    \"overgene\": [\n        \"overgenerous\"\n    ],\n    \"ịgestụbiga mmanya ókè\": [\n        \"overgesticulating\",\n        \"overgesticulation\",\n        \"overgesticulativeness\"\n    ],\n    \"okacha ama\": [\n        \"overgesticulative\",\n        \"overgesticulatively\"\n    ],\n    \"overgififed\": [\n        \"overgifted\"\n    ],\n    \"overgilit\": [\n        \"overgilted\"\n    ],\n    \"toro oke\": [\n        \"overgirded\"\n    ],\n    \"overgird\": [\n        \"overgirds\"\n    ],\n    \"overgladị\": [\n        \"overglad\"\n    ],\n    \"overgodi\": [\n        \"overgoad\",\n        \"overgoading\",\n        \"overgoads\"\n    ],\n    \"overgoro\": [\n        \"overgoaded\"\n    ],\n    \"asọpụrụghị Chineke\": [\n        \"overgodly\",\n        \"ungodly\",\n        \"ungodlily\",\n        \"ungodliness\"\n    ],\n    \"tofere\": [\n        \"overgot\",\n        \"overlarge\"\n    ],\n    \"overghara\": [\n        \"overgotten\"\n    ],\n    \"overgovan\": [\n        \"overgovern\"\n    ],\n    \"overgo ọchịchị\": [\n        \"overgovernment\"\n    ],\n    \"onye nwere ekele\": [\n        \"overgrateful\"\n    ],\n    \"overgrade\": [\n        \"overgraze\"\n    ],\n    \"ekpuchiwo\": [\n        \"overgrazed\"\n    ],\n    \"overgriiki\": [\n        \"overgrievous\"\n    ],\n    \"gafee ala\": [\n        \"overground\"\n    ],\n    \"overgfere\": [\n        \"overgrows\"\n    ],\n    \"overhau\": [\n        \"overhauled\"\n    ],\n    \"imecha ihe\": [\n        \"overhauling\"\n    ],\n    \"overheadness\": [\n        \"overheadiness\"\n    ],\n    \"ifefe\": [\n        \"overheads\"\n    ],\n    \"overheapu\": [\n        \"overheaped\"\n    ],\n    \"overheap\": [\n        \"overheaping\"\n    ],\n    \"nụchaa\": [\n        \"overhear\",\n        \"refine\",\n        \"refiner\",\n        \"refines\",\n        \"refining\",\n        \"refiningly\",\n        \"refinish\",\n        \"refinishes\",\n        \"refricate\",\n        \"revarnish\"\n    ],\n    \"anuru\": [\n        \"overheard\"\n    ],\n    \"anụtụ\": [\n        \"overhearer\"\n    ],\n    \"overhearting\": [\n        \"overheartily\"\n    ],\n    \"overhearthe\": [\n        \"overheartiness\"\n    ],\n    \"ekpo oke ọkụ\": [\n        \"overheat\",\n        \"overheated\",\n        \"overheatedly\",\n        \"overheating\",\n        \"overheats\",\n        \"overheight\"\n    ],\n    \"oke iwu\": [\n        \"overheavy\",\n        \"overprolificness\"\n    ],\n    \"overhon\": [\n        \"overhonest\"\n    ],\n    \"karịrị mmadụ\": [\n        \"overhuman\",\n        \"overhumanity\",\n        \"overindividualistic\",\n        \"superhumanly\"\n    ],\n    \"juo mmadu\": [\n        \"overhumane\",\n        \"overhumanize\"\n    ],\n    \"overhumble\": [\n        \"overhumbleness\"\n    ],\n    \"overhunt\": [\n        \"overhunted\"\n    ],\n    \"Ime ọsọ ọsọ\": [\n        \"overhurried\"\n    ],\n    \"overidasia\": [\n        \"overidealized\"\n    ],\n    \"overimaginative\": [\n        \"overimaginatively\"\n    ],\n    \"karịrị echiche\": [\n        \"overimaginativeness\"\n    ],\n    \"overimim\": [\n        \"overimitation\"\n    ],\n    \"overimmuniz\": [\n        \"overimmunize\"\n    ],\n    \"overimmunizing oke\": [\n        \"overimmunizing\"\n    ],\n    \"overimpim\": [\n        \"overimpressed\"\n    ],\n    \"overimpressable\": [\n        \"overimpressionable\"\n    ],\n    \"overimpressable ike\": [\n        \"overimpressionableness\"\n    ],\n    \"gbasara mmadụ n'otu n'otu\": [\n        \"overindividualism\"\n    ],\n    \"ịindụbiga mmanya ókè\": [\n        \"overindulge\",\n        \"overindulgent\",\n        \"overindulges\"\n    ],\n    \"indulụbiga mmanya ókè\": [\n        \"overindulged\"\n    ],\n    \"indindụbiga mmanya ókè\": [\n        \"overindulging\"\n    ],\n    \"overinfluined\": [\n        \"overinfluenced\"\n    ],\n    \"overinstructite\": [\n        \"overinstruct\"\n    ],\n    \"n'ụzọ ọgụgụ isi\": [\n        \"overintellectually\"\n    ],\n    \"nwebiga mmasị ókè\": [\n        \"overinterest\"\n    ],\n    \"overinterestly gabiga ókè\": [\n        \"overinterestedly\"\n    ],\n    \"overinterfere\": [\n        \"overinterference\"\n    ],\n    \"overrigrigated\": [\n        \"overirrigated\"\n    ],\n    \"nchịkwa mmiri\": [\n        \"overirrigation\",\n        \"subirrigation\"\n    ],\n    \"overissed\": [\n        \"overissued\"\n    ],\n    \"overissing\": [\n        \"overissuing\"\n    ],\n    \"n'elu iwu\": [\n        \"overjacket\"\n    ],\n    \"ekwo oke\": [\n        \"overjealous\",\n        \"overzealous\"\n    ],\n    \"aụrị ọ overụ\": [\n        \"overjoyed\"\n    ],\n    \"nwebiga obi ụtọ\": [\n        \"overjoyful\",\n        \"overjoyfulness\"\n    ],\n    \"Ọụ\": [\n        \"overjoying\"\n    ],\n    \"a overụrị\": [\n        \"overjoyous\",\n        \"overjoys\"\n    ],\n    \"ọ overụ oke\": [\n        \"overjoyously\"\n    ],\n    \"aụrị\": [\n        \"overjoyousness\"\n    ],\n    \"ofụfe\": [\n        \"overjump\"\n    ],\n    \"rikpuo\": [\n        \"overkind\",\n        \"overwhelmed\",\n        \"overwhelms\"\n    ],\n    \"overlabo\": [\n        \"overlabor\",\n        \"overlabour\"\n    ],\n    \"machie elu\": [\n        \"overlabored\",\n        \"overlaying\"\n    ],\n    \"Ikwusa ozi ọma\": [\n        \"overlaboring\",\n        \"ploughmanship\",\n        \"preloan\"\n    ],\n    \"overlaboke\": [\n        \"overlaboured\"\n    ],\n    \"Ibochi\": [\n        \"overlabouring\"\n    ],\n    \"machie\": [\n        \"overlade\",\n        \"overlay\",\n        \"overlaid\",\n        \"overlayer\",\n        \"overlaud\",\n        \"overlick\"\n    ],\n    \"inyochaa\": [\n        \"overlain\"\n    ],\n    \"jisie ike jikwaa\": [\n        \"overlanguaged\"\n    ],\n    \"yitewere\": [\n        \"overlap\"\n    ],\n    \"overlaịl\": [\n        \"overlaps\",\n        \"overlavish\",\n        \"overleaps\",\n        \"overslaugh\",\n        \"overslaughed\",\n        \"overslavishness\"\n    ],\n    \"karịrị lasciviously\": [\n        \"overlasciviously\"\n    ],\n    \"n'elu omume nzuzu\": [\n        \"overlasciviousness\"\n    ],\n    \"overfeel\": [\n        \"overlast\",\n        \"oversleeve\"\n    ],\n    \"ovulate\": [\n        \"overlate\"\n    ],\n    \"overlaị\": [\n        \"overlateness\"\n    ],\n    \"Mkpuchi\": [\n        \"overlaudation\",\n        \"rev\"\n    ],\n    \"overlaatory\": [\n        \"overlaudatory\"\n    ],\n    \"nwebiga ihe ókè\": [\n        \"overlavishness\",\n        \"oversimpleness\"\n    ],\n    \"overleaf\": [\n        \"overlead\",\n        \"overleapt\"\n    ],\n    \"overleapi\": [\n        \"overleap\"\n    ],\n    \"overleal mmuo\": [\n        \"overlearnedness\"\n    ],\n    \"gbafee ihe\": [\n        \"overleave\"\n    ],\n    \"nyefeela iwu\": [\n        \"overlegislate\"\n    ],\n    \"legkagbu\": [\n        \"overlegislating\"\n    ],\n    \"overletlet\": [\n        \"overlettered\"\n    ],\n    \"karịrị isi\": [\n        \"overlightheaded\"\n    ],\n    \"inwusi ihe\": [\n        \"overlightsome\"\n    ],\n    \"overliterarily na-agabiga\": [\n        \"overliterarily\"\n    ],\n    \"tolitere\": [\n        \"overlived\",\n        \"superincreased\",\n        \"tollable\"\n    ],\n    \"Ndabacha\": [\n        \"overliveliness\"\n    ],\n    \"bufeela ibu\": [\n        \"overloaded\",\n        \"overloads\"\n    ],\n    \"ilefu\": [\n        \"overloan\"\n    ],\n    \"ikwusi elu\": [\n        \"overloyally\"\n    ],\n    \"lefuo\": [\n        \"overlook\"\n    ],\n    \"ebubigaara ókè\": [\n        \"overlorded\"\n    ],\n    \"karịrị iho mmanu\": [\n        \"overlubricate\"\n    ],\n    \"overubricated\": [\n        \"overlubricated\"\n    ],\n    \"overmarket\": [\n        \"overmark\"\n    ],\n    \"zubiga ókè\": [\n        \"overmastered\",\n        \"overneutralize\",\n        \"overpopulating\"\n    ],\n    \"medmebiga ihe ókè\": [\n        \"overmeddling\"\n    ],\n    \"mebubiga ókè\": [\n        \"overmelodiousness\"\n    ],\n    \"Onye gabiga oke\": [\n        \"overmerciful\"\n    ],\n    \"Ime ebere\": [\n        \"overmercifulness\"\n    ],\n    \"izubiga ókè\": [\n        \"overmystifying\"\n    ],\n    \"Na-achịkwa\": [\n        \"overmobilizing\",\n        \"overriding\",\n        \"reglazes\",\n        \"reglazing\",\n        \"regula\",\n        \"regulative\",\n        \"subducting\"\n    ],\n    \"overdodi na-agbanwe agbanwe\": [\n        \"overmodified\"\n    ],\n    \"momebiga ihe ókè\": [\n        \"overmodifying\"\n    ],\n    \"onye na-emebiga ihe ókè\": [\n        \"overmoist\"\n    ],\n    \"overgọghaa\": [\n        \"overmortgaged\"\n    ],\n    \"overmultipipi\": [\n        \"overmultiplication\"\n    ],\n    \"nwe aha\": [\n        \"overname\"\n    ],\n    \"otu ntabi anya\": [\n        \"overnarrow\"\n    ],\n    \"overnearneke\": [\n        \"overnearness\"\n    ],\n    \"overneutralie\": [\n        \"overneutralizing\"\n    ],\n    \"n'abali\": [\n        \"overnice\",\n        \"overnicely\",\n        \"overnumerously\"\n    ],\n    \"karịrị niceties\": [\n        \"overniceties\"\n    ],\n    \"ndị na-elekọta abalị\": [\n        \"overnighters\"\n    ],\n    \"gafere nimble\": [\n        \"overnimble\"\n    ],\n    \"okwugo\": [\n        \"overnotable\"\n    ],\n    \"oke nri\": [\n        \"overnourishingly\",\n        \"overnourishment\"\n    ],\n    \"gbakee\": [\n        \"overobjectify\",\n        \"recolor\",\n        \"recover\",\n        \"recovered\",\n        \"recoveree\",\n        \"recoveries\",\n        \"recuperate\",\n        \"recuperated\",\n        \"recuperates\",\n        \"revitalised\",\n        \"revitalized\",\n        \"revived\",\n        \"salubrify\",\n        \"surlily\",\n        \"upbreathe\"\n    ],\n    \"agbarụla\": [\n        \"overobjectified\"\n    ],\n    \"karịrị ya\": [\n        \"overobsequiously\"\n    ],\n    \"na-esi na ya pụta\": [\n        \"overobsequiousness\"\n    ],\n    \"oke ọnụ\": [\n        \"overoffensive\",\n        \"overoffensively\"\n    ],\n    \"anabataghị ọrụ\": [\n        \"overofficered\"\n    ],\n    \"overofficial\": [\n        \"overofficious\"\n    ],\n    \"Overoxidize\": [\n        \"overoxidize\"\n    ],\n    \"ịkwụkwu ụgwọ\": [\n        \"overpaid\",\n        \"overpained\",\n        \"overpays\"\n    ],\n    \"ịkwụ ụgwọ gabiga ókè\": [\n        \"overpaying\"\n    ],\n    \"ịkwụ ụgwọ karịrị akarị\": [\n        \"overpayment\"\n    ],\n    \"karịrị pamper\": [\n        \"overpamper\"\n    ],\n    \"overparị\": [\n        \"overparted\"\n    ],\n    \"Karịsịa\": [\n        \"overparticular\"\n    ],\n    \"karịrị otu\": [\n        \"overparticularity\"\n    ],\n    \"karịa karịsịa\": [\n        \"overparticularly\"\n    ],\n    \"overpass\": [\n        \"overpasses\"\n    ],\n    \"onye nwere obi ebere\": [\n        \"overpassionate\"\n    ],\n    \"penmefe ihe\": [\n        \"overpenalizing\"\n    ],\n    \"oke ego\": [\n        \"overpensively\",\n        \"oversettlement\",\n        \"overspill\",\n        \"pensefulness\"\n    ],\n    \"overpensive\": [\n        \"overpensiveness\"\n    ],\n    \"overpeoping\": [\n        \"overpeopling\"\n    ],\n    \"karịrị peremptorily\": [\n        \"overperemptorily\"\n    ],\n    \"rijuo anya\": [\n        \"overpersuaded\"\n    ],\n    \"nnyefere aka\": [\n        \"overpersuasion\"\n    ],\n    \"a na-enyocha echiche\": [\n        \"overphilosophized\"\n    ],\n    \"ịpụbiga mmanya ókè\": [\n        \"overpictorializing\"\n    ],\n    \"overpit gbabiri\": [\n        \"overpitched\"\n    ],\n    \"overfere\": [\n        \"overplace\"\n    ],\n    \"overplace\": [\n        \"overplacement\"\n    ],\n    \"overplausa\": [\n        \"overplausible\"\n    ],\n    \"overplalusibleness\": [\n        \"overplausibleness\"\n    ],\n    \"overplalusibly\": [\n        \"overplausibly\"\n    ],\n    \"overpered\": [\n        \"overplied\"\n    ],\n    \"overipue\": [\n        \"overplume\"\n    ],\n    \"overpoetic na-achịkwa\": [\n        \"overpoeticizing\"\n    ],\n    \"overpolice\": [\n        \"overpoliced\"\n    ],\n    \"imefe iwu\": [\n        \"overpolicing\"\n    ],\n    \"overpopular ọtụtụ\": [\n        \"overpopularly\"\n    ],\n    \"zubiga ụba mmadụ\": [\n        \"overpopulate\"\n    ],\n    \"nwebighari\": [\n        \"overpopulousness\"\n    ],\n    \"ike karịrị ike\": [\n        \"overpotency\",\n        \"overpoweringness\",\n        \"supernaturalize\"\n    ],\n    \"kari ike\": [\n        \"overpowerful\",\n        \"supergenerously\"\n    ],\n    \"overpraise\": [\n        \"overpraises\"\n    ],\n    \"overpremienza\": [\n        \"overprecision\"\n    ],\n    \"oke ọrụ\": [\n        \"overpreoccupation\"\n    ],\n    \"na-etinye uche ha\": [\n        \"overpreoccupied\"\n    ],\n    \"ngafe oke\": [\n        \"overpresumption\"\n    ],\n    \"overpresipuous\": [\n        \"overpresumptuous\"\n    ],\n    \"nganga kari\": [\n        \"overpresumptuously\"\n    ],\n    \"karịrị nganga\": [\n        \"overpresumptuousness\"\n    ],\n    \"overpriced\": [\n        \"overprices\"\n    ],\n    \"overprinar\": [\n        \"overprinted\"\n    ],\n    \"overprinụ\": [\n        \"overprinting\"\n    ],\n    \"overprii\": [\n        \"overprize\"\n    ],\n    \"overpired\": [\n        \"overprized\"\n    ],\n    \"overproduce\": [\n        \"overproduces\"\n    ],\n    \"akachasi ike\": [\n        \"overproficiency\"\n    ],\n    \"Ikwusike\": [\n        \"overpronouncing\",\n        \"sturnoid\"\n    ],\n    \"ikwubie okwu\": [\n        \"overpronunciation\"\n    ],\n    \"overproportionate\": [\n        \"overproportionately\"\n    ],\n    \"Ukwuu karịrị akarị\": [\n        \"overprosperousness\"\n    ],\n    \"kpuchido\": [\n        \"overprotect\",\n        \"oversecure\",\n        \"uncored\",\n        \"unroosted\"\n    ],\n    \"na-echebe oke\": [\n        \"overprotects\"\n    ],\n    \"overprover\": [\n        \"overproved\",\n        \"overproving\"\n    ],\n    \"emebikwa\": [\n        \"overprovoked\"\n    ],\n    \"overpruni\": [\n        \"overprune\"\n    ],\n    \"overprun\": [\n        \"overpruned\"\n    ],\n    \"ịzụrụ ego\": [\n        \"overpurchase\",\n        \"overpurchasing\"\n    ],\n    \"zụrụ ego\": [\n        \"overpurchased\"\n    ],\n    \"gafee ego\": [\n        \"overput\",\n        \"oversharp\",\n        \"overspend\"\n    ],\n    \"overraki\": [\n        \"overrake\"\n    ],\n    \"overrated\": [\n        \"overrate\",\n        \"overrates\",\n        \"overrating\"\n    ],\n    \"ichebiga echiche ókè\": [\n        \"overrationalize\"\n    ],\n    \"emebiga iwu ókè\": [\n        \"overrationalized\"\n    ],\n    \"overreducinging\": [\n        \"overreducing\"\n    ],\n    \"overrefinre\": [\n        \"overrefined\"\n    ],\n    \"overrelective\": [\n        \"overreflective\"\n    ],\n    \"overrelective obula\": [\n        \"overreflectiveness\"\n    ],\n    \"nchịkwa nchịkwa\": [\n        \"overregistration\"\n    ],\n    \"nyefee iwu\": [\n        \"overregulate\"\n    ],\n    \"na-achịkwa iwu\": [\n        \"overregulated\",\n        \"overregulating\"\n    ],\n    \"iwu karịrị\": [\n        \"overregulation\"\n    ],\n    \"Omenala okpukpe\": [\n        \"overreligiousness\"\n    ],\n    \"overreplere\": [\n        \"overrepletion\"\n    ],\n    \"overrepage ngosi\": [\n        \"overrepresentation\"\n    ],\n    \"overrepageegwuregwu\": [\n        \"overrepresentativeness\"\n    ],\n    \"overresured\": [\n        \"overreserved\"\n    ],\n    \"overreserveres\": [\n        \"overreservedness\"\n    ],\n    \"karịrị njigide\": [\n        \"overretention\"\n    ],\n    \"overrich\": [\n        \"overrichness\"\n    ],\n    \"bụrụ onye ajọ omume\": [\n        \"overrighteous\",\n        \"overrighteously\"\n    ],\n    \"n'elu ezi omume\": [\n        \"overrighteousness\"\n    ],\n    \"gabigara ihe siri ike\": [\n        \"overrigorous\"\n    ],\n    \"gabiga n'ike\": [\n        \"overrigorously\"\n    ],\n    \"overroas\": [\n        \"overroasted\"\n    ],\n    \"overroaster\": [\n        \"overroasts\"\n    ],\n    \"overromantic\": [\n        \"overromanticized\"\n    ],\n    \"Uzo di egwu\": [\n        \"overrudely\"\n    ],\n    \"gafee iwu\": [\n        \"overrule\"\n    ],\n    \"Onye na-achịkwa iwu\": [\n        \"overruler\"\n    ],\n    \"overrul gabigara\": [\n        \"overrulingly\"\n    ],\n    \"overrunri\": [\n        \"overrunner\"\n    ],\n    \"overrunna\": [\n        \"overrunning\"\n    ],\n    \"overrun\": [\n        \"overruns\"\n    ],\n    \"oversetset\": [\n        \"overrusset\"\n    ],\n    \"overfantali\": [\n        \"oversacrificial\"\n    ],\n    \"overfighter n'ụzọ\": [\n        \"oversacrificially\"\n    ],\n    \"okwesiri ike\": [\n        \"oversacrificialness\"\n    ],\n    \"ofofo\": [\n        \"oversaid\",\n        \"oversocial\"\n    ],\n    \"ofesi\": [\n        \"oversales\",\n        \"oversave\",\n        \"overseal\",\n        \"overseam\",\n        \"overseas\",\n        \"oversexed\",\n        \"oversour\",\n        \"oversourly\"\n    ],\n    \"oversalị\": [\n        \"oversalty\"\n    ],\n    \"overfang\": [\n        \"oversanguinely\"\n    ],\n    \"nchịkwa nke ibu\": [\n        \"oversanguineness\"\n    ],\n    \"idochi\": [\n        \"oversaturating\"\n    ],\n    \"Ochichi nke oke\": [\n        \"oversaturation\"\n    ],\n    \"gafee mba ọzọ\": [\n        \"oversaves\"\n    ],\n    \"ịgafe ihe\": [\n        \"oversaving\"\n    ],\n    \"Na-elekọta\": [\n        \"oversaw\"\n    ],\n    \"overfektị\": [\n        \"oversceptical\"\n    ],\n    \"nwebigaara ókè\": [\n        \"overscepticalness\"\n    ],\n    \"overcratch\": [\n        \"overscratch\"\n    ],\n    \"Iju mmiri\": [\n        \"overscream\",\n        \"underturf\",\n        \"unjesting\"\n    ],\n    \"a gafere ọnụ\": [\n        \"overscribble\"\n    ],\n    \"Odogbo\": [\n        \"overscrubbing\"\n    ],\n    \"Okpuchi\": [\n        \"overscrupling\"\n    ],\n    \"overfek\": [\n        \"overscutched\",\n        \"overspring\"\n    ],\n    \"oge ofesi\": [\n        \"overseason\"\n    ],\n    \"na-ekpuchi oke\": [\n        \"oversecurely\"\n    ],\n    \"ụgbọ mmiri nlekọta\": [\n        \"overseership\"\n    ],\n    \"na-elekọta ihe a\": [\n        \"overseethe\"\n    ],\n    \"lebanye anya\": [\n        \"oversensitized\",\n        \"oversensitizing\"\n    ],\n    \"ibufere uche\": [\n        \"oversentimentality\"\n    ],\n    \"tinyekwuo anya\": [\n        \"oversentimentalized\"\n    ],\n    \"Ebe nlebara anya\": [\n        \"overserene\"\n    ],\n    \"ekpuchikwala\": [\n        \"overshaded\"\n    ],\n    \"na-ekpuchikwa\": [\n        \"overshadowing\",\n        \"overshadows\"\n    ],\n    \"ikpuchie\": [\n        \"overshadowment\"\n    ],\n    \"ilefu ego\": [\n        \"overshake\"\n    ],\n    \"overhave\": [\n        \"overshave\"\n    ],\n    \"ilefu anya\": [\n        \"overshine\"\n    ],\n    \"overhondo\": [\n        \"overshooting\"\n    ],\n    \"overhorten\": [\n        \"overshorten\"\n    ],\n    \"overhortly\": [\n        \"overshortly\"\n    ],\n    \"n'ubu\": [\n        \"overshoulder\"\n    ],\n    \"Okafe\": [\n        \"oversick\"\n    ],\n    \"mee ka ọ dịkwuo mfe\": [\n        \"oversimplify\"\n    ],\n    \"imba ụba\": [\n        \"oversimplification\",\n        \"oversimplifying\"\n    ],\n    \"overimplifim\": [\n        \"oversimplifications\"\n    ],\n    \"im gafere\": [\n        \"oversimplified\",\n        \"oversimplifies\"\n    ],\n    \"karịrị usoro\": [\n        \"oversystematic\"\n    ],\n    \"itinye aka na nhazi\": [\n        \"oversystematize\"\n    ],\n    \"kesarita\": [\n        \"oversystematized\"\n    ],\n    \"overfeptically\": [\n        \"overskeptically\"\n    ],\n    \"overfepticalness\": [\n        \"overskepticalness\"\n    ],\n    \"Ocheekpom\": [\n        \"overskeptticism\"\n    ],\n    \"overkim\": [\n        \"overskim\"\n    ],\n    \"overfepper\": [\n        \"overskipper\"\n    ],\n    \"overlack\": [\n        \"overslack\"\n    ],\n    \"oversghara\": [\n        \"overslaughing\"\n    ],\n    \"ihi ụra\": [\n        \"oversleep\",\n        \"sleepmarken\",\n        \"sleepwalk\",\n        \"sleezy\",\n        \"slumbery\",\n        \"slumberproof\",\n        \"stuprating\",\n        \"underthief\",\n        \"undreamy\"\n    ],\n    \"Ihi ụra\": [\n        \"oversleeping\",\n        \"sleechy\"\n    ],\n    \"lefuru anya\": [\n        \"overslept\"\n    ],\n    \"overlight\": [\n        \"overslight\"\n    ],\n    \"overlow\": [\n        \"overslow\"\n    ],\n    \"overmall\": [\n        \"oversmall\"\n    ],\n    \"Imebiga ihe ókè\": [\n        \"oversmoothness\"\n    ],\n    \"lekọta anya\": [\n        \"oversocializing\"\n    ],\n    \"overolemnly\": [\n        \"oversolemnly\"\n    ],\n    \"overolemnness\": [\n        \"oversolemnness\"\n    ],\n    \"n'elu ịjụ ajụjụ\": [\n        \"oversolicitousness\"\n    ],\n    \"Gosiputa\": [\n        \"oversolidified\"\n    ],\n    \"elekwa anya\": [\n        \"oversorrowful\"\n    ],\n    \"gafee mba ofesi\": [\n        \"oversound\"\n    ],\n    \"overyọkọtị\": [\n        \"overspaciously\"\n    ],\n    \"overfar\": [\n        \"oversparred\"\n    ],\n    \"onyena-agbasa\": [\n        \"overspatter\"\n    ],\n    \"okachasi\": [\n        \"overspecialize\",\n        \"overspecializing\"\n    ],\n    \"igbanwe ego\": [\n        \"overspeculating\"\n    ],\n    \"uche ahia\": [\n        \"overspeculative\"\n    ],\n    \"overpepe\": [\n        \"overspeedy\"\n    ],\n    \"ibufere\": [\n        \"overspeediness\"\n    ],\n    \"gafere ego\": [\n        \"overspender\",\n        \"overspends\",\n        \"overspilled\"\n    ],\n    \"overfon\": [\n        \"overspent\"\n    ],\n    \"ọ gaferela\": [\n        \"overspoken\",\n        \"overtortured\"\n    ],\n    \"ifogbe\": [\n        \"oversprinkle\"\n    ],\n    \"overtaff\": [\n        \"overstaff\"\n    ],\n    \"overtayal\": [\n        \"overstayal\"\n    ],\n    \"ovestay\": [\n        \"overstaying\"\n    ],\n    \"ovestays\": [\n        \"overstays\"\n    ],\n    \"ịveụbigabiga ókè ókè\": [\n        \"overstanding\"\n    ],\n    \"ị oụbiga mmanya ókè\": [\n        \"overstaring\"\n    ],\n    \"overstly\": [\n        \"overstately\"\n    ],\n    \"overstatha\": [\n        \"overstatements\"\n    ],\n    \"ovestally\": [\n        \"overstating\"\n    ],\n    \"gafee ókè\": [\n        \"oversteadfastly\"\n    ],\n    \"tinyebiga oke ókè\": [\n        \"overstimulate\",\n        \"overstimulated\",\n        \"overstood\"\n    ],\n    \"ovestimim over\": [\n        \"overstimulating\"\n    ],\n    \"Overstoop\": [\n        \"overstoop\"\n    ],\n    \"nwebigara oke ókè\": [\n        \"overstraightness\"\n    ],\n    \"ikwubiga ókè\": [\n        \"overstraining\"\n    ],\n    \"overe ike\": [\n        \"overstrength\"\n    ],\n    \"agbatịala\": [\n        \"overstretched\"\n    ],\n    \"overetretset\": [\n        \"overstretching\"\n    ],\n    \"oversting\": [\n        \"overstrewing\"\n    ],\n    \"gafere oke\": [\n        \"overstrict\"\n    ],\n    \"ibufere oke\": [\n        \"overstridentness\"\n    ],\n    \"overstri ókè\": [\n        \"overstriking\"\n    ],\n    \"overstriing\": [\n        \"overstriving\"\n    ],\n    \"Overstrove\": [\n        \"overstrove\"\n    ],\n    \"ovestruck\": [\n        \"overstruck\"\n    ],\n    \"ghafere\": [\n        \"overstudied\"\n    ],\n    \"overstudbiga oke\": [\n        \"overstudiousness\"\n    ],\n    \"debanye aha na ngalaba\": [\n        \"oversubscribe\"\n    ],\n    \"ubdebanye aha\": [\n        \"oversubscribing\"\n    ],\n    \"overububly\": [\n        \"oversubtly\"\n    ],\n    \"ikpu okpu\": [\n        \"oversuperstitiousness\"\n    ],\n    \"uma\": [\n        \"oversupped\"\n    ],\n    \"kpuchie elu\": [\n        \"oversupplied\"\n    ],\n    \"ububiga ókè\": [\n        \"oversupplying\"\n    ],\n    \"Nlekọta\": [\n        \"oversups\",\n        \"screwiness\",\n        \"superdeities\",\n        \"superlenient\",\n        \"supernation\",\n        \"teemer\"\n    ],\n    \"Ghara\": [\n        \"oversured\",\n        \"rarified\",\n        \"razored\"\n    ],\n    \"overfly\": [\n        \"oversurely\"\n    ],\n    \"ibuchi\": [\n        \"oversurety\"\n    ],\n    \"nwebigaara ikike\": [\n        \"oversusceptibility\"\n    ],\n    \"nwere ike ịda mba\": [\n        \"oversusceptibleness\"\n    ],\n    \"overwarm\": [\n        \"overswarm\"\n    ],\n    \"oversawly\": [\n        \"oversweetly\"\n    ],\n    \"Ikwupụta okwu\": [\n        \"oversweetness\"\n    ],\n    \"overwift\": [\n        \"overswift\"\n    ],\n    \"overwim\": [\n        \"overswim\"\n    ],\n    \"overwimmer\": [\n        \"overswimmer\"\n    ],\n    \"overing\": [\n        \"overswinging\",\n        \"overwing\"\n    ],\n    \"overwollen\": [\n        \"overswollen\"\n    ],\n    \"chụkwute\": [\n        \"overtaking\",\n        \"overtook\"\n    ],\n    \"iheghari\": [\n        \"overtalkative\"\n    ],\n    \"igbankwu okwu\": [\n        \"overtalkativeness\"\n    ],\n    \"overtap\": [\n        \"overtapped\"\n    ],\n    \"overta\": [\n        \"overtare\"\n    ],\n    \"overtarifa\": [\n        \"overtariff\"\n    ],\n    \"obubia\": [\n        \"overtask\",\n        \"raspatorium\"\n    ],\n    \"asma\": [\n        \"overtasking\"\n    ],\n    \"achaba\": [\n        \"overtasks\"\n    ],\n    \"overtata\": [\n        \"overtaught\"\n    ],\n    \"overfeach\": [\n        \"overteach\"\n    ],\n    \"overfeaching\": [\n        \"overteaching\"\n    ],\n    \"ịghaghasị\": [\n        \"overtelling\"\n    ],\n    \"okwubighara\": [\n        \"overtensely\"\n    ],\n    \"nwebiga ike\": [\n        \"overtenseness\"\n    ],\n    \"ọrụ overtheatricness\": [\n        \"overtheatricalness\"\n    ],\n    \"overororization\": [\n        \"overtheorization\"\n    ],\n    \"overoreorized\": [\n        \"overtheorized\"\n    ],\n    \"N'agha\": [\n        \"overthinly\",\n        \"pseudoexperimentally\"\n    ],\n    \"overthought\": [\n        \"overthoughtful\"\n    ],\n    \"nwe obodo ike\": [\n        \"overthrifty\"\n    ],\n    \"ndị na-akụda obi\": [\n        \"overthrowers\"\n    ],\n    \"akwatu\": [\n        \"overthrowing\"\n    ],\n    \"kwaturu ya\": [\n        \"overthrown\"\n    ],\n    \"Ikwusi-ike\": [\n        \"overthwartarchaic\",\n        \"plousiocracy\"\n    ],\n    \"okpufere\": [\n        \"overtimbered\"\n    ],\n    \"oge n'aga\": [\n        \"overtime\",\n        \"overtimed\",\n        \"overtimid\"\n    ],\n    \"karịrị ụjọ\": [\n        \"overtimidity\"\n    ],\n    \"overtinseed\": [\n        \"overtinseled\"\n    ],\n    \"overtop\": [\n        \"overtip\"\n    ],\n    \"overtypedị\": [\n        \"overtyped\"\n    ],\n    \"overtired\": [\n        \"overtiredness\",\n        \"overtires\"\n    ],\n    \"ebufeela\": [\n        \"overtold\"\n    ],\n    \"olu n'elu\": [\n        \"overtone\"\n    ],\n    \"overtratra\": [\n        \"overtrained\"\n    ],\n    \"overferelị\": [\n        \"overtrimme\"\n    ],\n    \"overttụkwasị obi\": [\n        \"overtrusting\"\n    ],\n    \"ikwupụta okwu efu\": [\n        \"overtruthfulness\"\n    ],\n    \"kwaturu\": [\n        \"overturned\"\n    ],\n    \"overwine\": [\n        \"overtwine\"\n    ],\n    \"urbghafeghari\": [\n        \"overurbanization\"\n    ],\n    \"urbgba aghara\": [\n        \"overurbanizing\"\n    ],\n    \"overvaluable\": [\n        \"overvaluableness\"\n    ],\n    \"overvari\": [\n        \"overvaried\"\n    ],\n    \"overvement\": [\n        \"overvehement\"\n    ],\n    \"ike gabigara ókè\": [\n        \"overvehementness\"\n    ],\n    \"overwado\": [\n        \"overwade\"\n    ],\n    \"overwarwar\": [\n        \"overwarily\"\n    ],\n    \"mmiri gafere\": [\n        \"overwater\"\n    ],\n    \"Iju oke ibu\": [\n        \"overweakness\"\n    ],\n    \"overweari\": [\n        \"overweary\",\n        \"overwearied\"\n    ],\n    \"overweary\": [\n        \"overwearying\"\n    ],\n    \"overwe\": [\n        \"overwearing\"\n    ],\n    \"overwea\": [\n        \"overwears\",\n        \"overweave\"\n    ],\n    \"overww\": [\n        \"overwent\"\n    ],\n    \"rikpu\": [\n        \"overwhelm\",\n        \"overwwrought\",\n        \"rabbited\"\n    ],\n    \"overwhi\": [\n        \"overwhipped\"\n    ],\n    \"overwill overwill\": [\n        \"overwillingly\"\n    ],\n    \"overwint\": [\n        \"overwintered\"\n    ],\n    \"overwipu\": [\n        \"overwiped\"\n    ],\n    \"overwisw\": [\n        \"overwisely\"\n    ],\n    \"o rikpuru\": [\n        \"overwithered\"\n    ],\n    \"overwood\": [\n        \"overwooded\"\n    ],\n    \"Oke osisi\": [\n        \"overwoody\"\n    ],\n    \"arụbiga ọrụ ókè\": [\n        \"overwork\",\n        \"overworked\",\n        \"overworks\"\n    ],\n    \"arụ ọrụ karịrị akarị\": [\n        \"overworking\"\n    ],\n    \"ọrụ gabigara ókè\": [\n        \"overworry\"\n    ],\n    \"N'elu ofufe\": [\n        \"overworship\"\n    ],\n    \"overwrestw\": [\n        \"overwrested\"\n    ],\n    \"overwrow\": [\n        \"overwrought\"\n    ],\n    \"oest\": [\n        \"ovest\"\n    ],\n    \"Obobos\": [\n        \"ovibos\"\n    ],\n    \"oystapsule\": [\n        \"ovicapsule\"\n    ],\n    \"Ovicide\": [\n        \"ovicide\"\n    ],\n    \"Ovicides\": [\n        \"ovicides\"\n    ],\n    \"oystyst\": [\n        \"ovicyst\"\n    ],\n    \"Oviculum\": [\n        \"oviculum\"\n    ],\n    \"Ovid\": [\n        \"ovid\"\n    ],\n    \"Ovidian\": [\n        \"ovidian\"\n    ],\n    \"Oviduct\": [\n        \"oviduct\"\n    ],\n    \"Oju anya\": [\n        \"oviparousness\"\n    ],\n    \"ovupositor\": [\n        \"ovipositor\"\n    ],\n    \"Oviscapt\": [\n        \"oviscapt\"\n    ],\n    \"ọkà mmụta banyere ovologist\": [\n        \"ovologist\"\n    ],\n    \"nwekwamgbali\": [\n        \"ovorhomboidal\"\n    ],\n    \"Ovoviviparous\": [\n        \"ovoviviparous\"\n    ],\n    \"ovary\": [\n        \"ovulary\"\n    ],\n    \"ovulation\": [\n        \"ovularian\",\n        \"ovulatory\"\n    ],\n    \"tinyegogo\": [\n        \"owercome\"\n    ],\n    \"Owerloup\": [\n        \"owerloup\"\n    ],\n    \"enweghi enwe\": [\n        \"ownerless\"\n    ],\n    \"nke onye\": [\n        \"ownership\",\n        \"subjective\"\n    ],\n    \"nwee onwe\": [\n        \"ownhood\",\n        \"selfhood\"\n    ],\n    \"Owsen\": [\n        \"owsen\"\n    ],\n    \"owotchah\": [\n        \"owtchah\"\n    ],\n    \"ichi-ihe\": [\n        \"oxalating\"\n    ],\n    \"kpara ihe\": [\n        \"oxanilate\"\n    ],\n    \"ozazine\": [\n        \"oxazine\"\n    ],\n    \"ozazines\": [\n        \"oxazines\"\n    ],\n    \"oxberry\": [\n        \"oxberries\"\n    ],\n    \"ehi ahu\": [\n        \"oxbows\"\n    ],\n    \"Oxeate\": [\n        \"oxeate\"\n    ],\n    \"jiri ehi\": [\n        \"oxer\"\n    ],\n    \"Ihe ngbada\": [\n        \"oxfords\"\n    ],\n    \"ejije ehi\": [\n        \"oxgoad\"\n    ],\n    \"ichi isi\": [\n        \"oxhead\",\n        \"pilfering\",\n        \"timberhead\"\n    ],\n    \"ụlọ oxhouse\": [\n        \"oxhouse\"\n    ],\n    \"ehihuvud\": [\n        \"oxhuvud\"\n    ],\n    \"Iheanachoin\": [\n        \"oxyacanthin\"\n    ],\n    \"ehiyaena\": [\n        \"oxyaena\"\n    ],\n    \"Ochihia\": [\n        \"oxyaphia\"\n    ],\n    \"ikuku ogwu\": [\n        \"oxybapha\"\n    ],\n    \"ikuku ume\": [\n        \"oxybaphus\",\n        \"oxycamphor\",\n        \"oxyiodide\",\n        \"oxynaphthoic\",\n        \"oxyneurine\",\n        \"oxyphony\"\n    ],\n    \"ikuku oxygen\": [\n        \"oxybromide\",\n        \"oxycalorimeter\",\n        \"oxycarbonate\",\n        \"oxycellulose\",\n        \"oxychloride\",\n        \"oxychlorine\",\n        \"oxycoumarin\",\n        \"oxyfatty\",\n        \"oxygenant\",\n        \"oxygenerator\",\n        \"oxyhydrate\",\n        \"oxyhydrogen\",\n        \"oxyphilous\",\n        \"oxypropionic\",\n        \"oxytetracycline\",\n        \"oxytocic\",\n        \"oxytocics\",\n        \"oxytocous\"\n    ],\n    \"Okpukpo ume\": [\n        \"oxycephalism\"\n    ],\n    \"okpokoro nke ikuku\": [\n        \"oxycephalous\"\n    ],\n    \"ikuku ocha\": [\n        \"oxychlorate\",\n        \"oxychromatinic\"\n    ],\n    \"Ochocholesterol\": [\n        \"oxycholesterol\"\n    ],\n    \"Oxycyanide\": [\n        \"oxycyanide\"\n    ],\n    \"kpombido\": [\n        \"oxycinnamic\"\n    ],\n    \"okpokorokoro\": [\n        \"oxycopaivic\"\n    ],\n    \"Anwụrụ ọkụ\": [\n        \"oxidasic\",\n        \"smocks\",\n        \"smokebox\",\n        \"smokebush\",\n        \"smokechaser\",\n        \"smokehole\",\n        \"smokey\",\n        \"smokejumper\",\n        \"smokewood\"\n    ],\n    \"oxidizing\": [\n        \"oxidating\"\n    ],\n    \"ọxịdashọn\": [\n        \"oxidation\",\n        \"oxydation\",\n        \"oxidational\"\n    ],\n    \"nkwanye ume\": [\n        \"oxidatively\",\n        \"respells\"\n    ],\n    \"oxidized\": [\n        \"oxidised\",\n        \"oxidulated\"\n    ],\n    \"ikuku oku\": [\n        \"oxidiser\"\n    ],\n    \"oxidis\": [\n        \"oxidises\"\n    ],\n    \"oxidation\": [\n        \"oxidization\"\n    ],\n    \"Oyiyi\": [\n        \"oxyethyl\"\n    ],\n    \"ikuku oxygenating\": [\n        \"oxygenating\"\n    ],\n    \"ikuku oxygenation\": [\n        \"oxygenation\"\n    ],\n    \"oxygen\": [\n        \"oxygenic\",\n        \"oxygenous\"\n    ],\n    \"ikuku oxygenic\": [\n        \"oxygenicity\"\n    ],\n    \"ikuku oxygenization\": [\n        \"oxygenization\"\n    ],\n    \"ikuku oxygenizing\": [\n        \"oxygenizing\"\n    ],\n    \"ikuku umeji\": [\n        \"oxyhaematin\",\n        \"oxyphilic\",\n        \"oxyphyllous\",\n        \"oxyphils\",\n        \"oxyphyte\"\n    ],\n    \"Oxyhalide\": [\n        \"oxyhalide\"\n    ],\n    \"Oxyhaloid\": [\n        \"oxyhaloid\"\n    ],\n    \"okpokoro-ngwo\": [\n        \"oxyhemoglobin\"\n    ],\n    \"n'ihi na ọ dị mkpa\": [\n        \"oxyluminescence\"\n    ],\n    \"na-elekọta ụlọ\": [\n        \"oxyluminescent\",\n        \"stewarding\",\n        \"stewardly\",\n        \"stewardry\"\n    ],\n    \"oximita\": [\n        \"oximeter\"\n    ],\n    \"Oxymora\": [\n        \"oxymora\"\n    ],\n    \"na-eme ndozi\": [\n        \"oxynitrate\"\n    ],\n    \"ikuku okuku\": [\n        \"oxyphiles\",\n        \"windrowed\"\n    ],\n    \"ikukuchukwu\": [\n        \"oxyrrhyncha\"\n    ],\n    \"oxysulfide\": [\n        \"oxysulphide\"\n    ],\n    \"Oxytonesis\": [\n        \"oxytonesis\"\n    ],\n    \"okpochapu\": [\n        \"oxyuriasis\",\n        \"scorched\"\n    ],\n    \"Oxtongue\": [\n        \"oxtongue\"\n    ],\n    \"Oxtongues\": [\n        \"oxtongues\"\n    ],\n    \"ihe eji egwu mmiri\": [\n        \"oxwort\",\n        \"paddler\"\n    ],\n    \"ozoker\": [\n        \"ozokerit\"\n    ],\n    \"ozone\": [\n        \"ozones\"\n    ],\n    \"ozonna\": [\n        \"ozonising\"\n    ],\n    \"ozoniz\": [\n        \"ozonize\"\n    ],\n    \"ozonizer\": [\n        \"ozonizers\"\n    ],\n    \"ozonized\": [\n        \"ozonizes\",\n        \"ozonizing\"\n    ],\n    \"ozonomita\": [\n        \"ozonometer\"\n    ],\n    \"ozonospherik\": [\n        \"ozonospheric\"\n    ],\n    \"peeji nke\": [\n        \"p\",\n        \"pageanted\",\n        \"pageanteer\",\n        \"pageantic\",\n        \"pageantry\",\n        \"pageantries\",\n        \"pageants\",\n        \"pagehood\",\n        \"pages\",\n        \"pageship\",\n        \"pagesize\",\n        \"pct\"\n    ],\n    \"puru\": [\n        \"pabble\",\n        \"pillageable\",\n        \"pillaged\",\n        \"pillagee\",\n        \"pirated\",\n        \"probabilize\",\n        \"protractible\",\n        \"pucherite\",\n        \"puckered\"\n    ],\n    \"Obere ihe\": [\n        \"pabulation\",\n        \"ridgeplate\"\n    ],\n    \"pabulọm\": [\n        \"pabulums\"\n    ],\n    \"pakaya\": [\n        \"pacaya\"\n    ],\n    \"pacioli\": [\n        \"paccioli\"\n    ],\n    \"ijeụkwụ\": [\n        \"pace\",\n        \"paceway\"\n    ],\n    \"jegharịa\": [\n        \"paced\",\n        \"rejoinder\"\n    ],\n    \"ihe mgbochiume\": [\n        \"pacemake\",\n        \"pacemaker\",\n        \"pacemakers\",\n        \"pacemaking\"\n    ],\n    \"ihe ọacesụ pụ\": [\n        \"pacesetting\"\n    ],\n    \"pachadom\": [\n        \"pachadoms\"\n    ],\n    \"mkpaliezu\": [\n        \"pachycephalic\"\n    ],\n    \"ihe ọmateụmateụ\": [\n        \"pachydermateous\"\n    ],\n    \"ihe ọrịra\": [\n        \"pachyhaemic\"\n    ],\n    \"ikechimenic\": [\n        \"pachyhymenic\"\n    ],\n    \"akachịlophus\": [\n        \"pachylophus\"\n    ],\n    \"ọrịa pachysalpingitis\": [\n        \"pachysalpingitis\"\n    ],\n    \"nkachukwu\": [\n        \"pachysandra\",\n        \"pachysandras\"\n    ],\n    \"nwachukwuurian\": [\n        \"pachysaurian\"\n    ],\n    \"Mgboko\": [\n        \"pachysomous\",\n        \"slaloming\",\n        \"slangkop\",\n        \"slavonicize\"\n    ],\n    \"pacifically\": [\n        \"pacifical\"\n    ],\n    \"pacific\": [\n        \"pacificate\",\n        \"pacificated\"\n    ],\n    \"onye udo\": [\n        \"pacifist\",\n        \"peacefuller\",\n        \"peaceman\",\n        \"peacemonger\"\n    ],\n    \"ịkụda mmụọ\": [\n        \"pacing\"\n    ],\n    \"pachinko\": [\n        \"pacinko\"\n    ],\n    \"juru n'ọnụ\": [\n        \"packaged\",\n        \"packed\",\n        \"plenism\",\n        \"stuffage\",\n        \"stuffed\"\n    ],\n    \"ihe ngwugwu\": [\n        \"packhorses\",\n        \"pargasite\",\n        \"plimsoles\",\n        \"quacksalver\"\n    ],\n    \"enweghị ngwugwu\": [\n        \"packless\",\n        \"unpackaged\",\n        \"unparcel\"\n    ],\n    \"Odi\": [\n        \"packman\"\n    ],\n    \"ndị mkpọ\": [\n        \"packmen\",\n        \"purslanes\"\n    ],\n    \"padd\": [\n        \"padded\"\n    ],\n    \"naa\": [\n        \"paddle\"\n    ],\n    \"bọọlụ bọl\": [\n        \"paddleball\"\n    ],\n    \"padleboard\": [\n        \"paddleboard\"\n    ],\n    \"addgbọ mmiri\": [\n        \"paddleboat\"\n    ],\n    \"paddlefish\": [\n        \"paddlefishes\"\n    ],\n    \"yiri ka naa\": [\n        \"paddlelike\"\n    ],\n    \"paddes\": [\n        \"paddles\"\n    ],\n    \"Na-akwọ ụgbọ mmiri\": [\n        \"paddling\"\n    ],\n    \"Iledo\": [\n        \"paddoing\"\n    ],\n    \"Padelion\": [\n        \"padelion\"\n    ],\n    \"Padella\": [\n        \"padella\"\n    ],\n    \"mpe mpe akwa\": [\n        \"padge\",\n        \"padle\",\n        \"padles\",\n        \"padres\",\n        \"pads\"\n    ],\n    \"Padishah\": [\n        \"padishah\"\n    ],\n    \"pad dị ka\": [\n        \"padlike\"\n    ],\n    \"Padou\": [\n        \"padou\"\n    ],\n    \"Padri\": [\n        \"padri\"\n    ],\n    \"Onye isi ala\": [\n        \"padroadist\",\n        \"tenorister\"\n    ],\n    \"paedomita\": [\n        \"paedometer\"\n    ],\n    \"Paeonian\": [\n        \"paeonian\"\n    ],\n    \"onye ọgọ mmụọ\": [\n        \"paganalian\"\n    ],\n    \"n'ikpere arụsị\": [\n        \"paganically\"\n    ],\n    \"onye na-ekpere arụsị\": [\n        \"paganiser\"\n    ],\n    \"ọgọ mmụọ\": [\n        \"paganization\",\n        \"pagine\"\n    ],\n    \"peeji\": [\n        \"page\",\n        \"pesage\",\n        \"pierage\",\n        \"placean\"\n    ],\n    \"ihu peeji\": [\n        \"pageful\"\n    ],\n    \"enweghị peeji\": [\n        \"pageless\"\n    ],\n    \"ndị kwụrụ\": [\n        \"pagers\",\n        \"quellers\"\n    ],\n    \"nke anakpo\": [\n        \"paginal\",\n        \"pseudonymic\"\n    ],\n    \"kwuo ugwo\": [\n        \"pay\"\n    ],\n    \"igbe ndenye ego\": [\n        \"paybox\"\n    ],\n    \"ụbọchị ịkwụ ụgwọ\": [\n        \"payday\",\n        \"paydays\"\n    ],\n    \"akwụ ụgwọ ọrụ\": [\n        \"paidonosology\",\n        \"rewardableness\",\n        \"rewardingness\"\n    ],\n    \"payen\": [\n        \"payeny\"\n    ],\n    \"paillette\": [\n        \"pailette\"\n    ],\n    \"pail\": [\n        \"pailful\",\n        \"pailsful\"\n    ],\n    \"ndozi isi\": [\n        \"paymastership\"\n    ],\n    \"nwere ihe mgbu\": [\n        \"pained\"\n    ],\n    \"n'ụzọ mgbu\": [\n        \"painfully\"\n    ],\n    \"enwe ike\": [\n        \"paynimhood\",\n        \"prehended\",\n        \"pressful\",\n        \"primevarous\"\n    ],\n    \"enweghi mgbu\": [\n        \"painless\",\n        \"painlessly\",\n        \"painlessness\"\n    ],\n    \"ihe na-egbu mgbu\": [\n        \"painproof\",\n        \"painty\",\n        \"pangful\"\n    ],\n    \"onye nchekwa ihe\": [\n        \"painstaker\"\n    ],\n    \"nrụsi\": [\n        \"painstaking\"\n    ],\n    \"paintable ness\": [\n        \"paintableness\"\n    ],\n    \"agba ness\": [\n        \"paintedness\"\n    ],\n    \"nke na-egbu mgbu\": [\n        \"paintiest\"\n    ],\n    \"agba ite\": [\n        \"paintpot\"\n    ],\n    \"agba akaebe\": [\n        \"paintproof\"\n    ],\n    \"peinture\": [\n        \"painture\"\n    ],\n    \"paioke\": [\n        \"paiocke\"\n    ],\n    \"Kwụpụ\": [\n        \"payoff\"\n    ],\n    \"ijikọta\": [\n        \"pairing\"\n    ],\n    \"ụzọ abụọ\": [\n        \"pairings\",\n        \"pairs\",\n        \"twofers\"\n    ],\n    \"ma ọ bụ abụọ\": [\n        \"pairment\"\n    ],\n    \"peerolu\": [\n        \"payroll\"\n    ],\n    \"egoonye\": [\n        \"payt\"\n    ],\n    \"uwe ura abali\": [\n        \"pajamahs\"\n    ],\n    \"Pakistan\": [\n        \"pakistan\"\n    ],\n    \"paktiong\": [\n        \"paktong\"\n    ],\n    \"palabra\": [\n        \"palabras\"\n    ],\n    \"obí eze\": [\n        \"palace\",\n        \"palaced\",\n        \"palaceous\",\n        \"palaces\",\n        \"palaceward\"\n    ],\n    \"obí dị ka\": [\n        \"palacelike\"\n    ],\n    \"ndị isi eze\": [\n        \"palacewards\"\n    ],\n    \"paladini\": [\n        \"paladins\"\n    ],\n    \"ọkà mmụta ihe gbasara ahụike\": [\n        \"palaeethnologist\",\n        \"palaeoecologist\"\n    ],\n    \"ihe anakpo Palaeoanthropic\": [\n        \"palaeoanthropic\"\n    ],\n    \"ọkà mmụta ihe gbasara mmụọ\": [\n        \"palaeobiologist\",\n        \"palaeontologist\"\n    ],\n    \"onye na-ahụ maka ọgwụ\": [\n        \"palaeoclimatologist\",\n        \"palaeodendrologist\",\n        \"palaeoherpetologist\"\n    ],\n    \"ọkà mmụta ihe banyere ọrịa\": [\n        \"palaeoentomologist\"\n    ],\n    \"ọkà mmụta ihe atụ\": [\n        \"palaeoethnologist\",\n        \"palaeozoologist\"\n    ],\n    \"ekwakolo\": [\n        \"palaeognathic\"\n    ],\n    \"onye na-ahụ maka ihe atụ\": [\n        \"palaeographer\"\n    ],\n    \"onye nwe ha\": [\n        \"palaeolithist\"\n    ],\n    \"ọkà mmụta ihere\": [\n        \"palaeophytologist\"\n    ],\n    \"ihe nile di\": [\n        \"palaeostyly\"\n    ],\n    \"palaeotentes\": [\n        \"palaeothentes\"\n    ],\n    \"Onye nwe obodo\": [\n        \"palaeotherian\",\n        \"philalethist\",\n        \"philander\",\n        \"philistinian\",\n        \"philopatrian\"\n    ],\n    \"n'ile anya n'ile anya\": [\n        \"palaeotypically\"\n    ],\n    \"palastric\": [\n        \"palaestric\"\n    ],\n    \"onye na akpo ya\": [\n        \"palamate\"\n    ],\n    \"Ikenna ndi igbo\": [\n        \"palankeeningly\"\n    ],\n    \"na-ekwuputa ihe\": [\n        \"palanquiningly\"\n    ],\n    \"ọtụ .ụ\": [\n        \"palatableness\"\n    ],\n    \"kpọọ okwu ọnụ\": [\n        \"palatalize\"\n    ],\n    \"palatial ness\": [\n        \"palatialness\"\n    ],\n    \"ụgbọ mmiri palatine\": [\n        \"palatineship\"\n    ],\n    \"palatine\": [\n        \"palatinian\",\n        \"palatinite\"\n    ],\n    \"palberị\": [\n        \"palberry\"\n    ],\n    \"icha mmirimmiri\": [\n        \"pale\",\n        \"paleal\",\n        \"paleate\",\n        \"palely\",\n        \"palew\"\n    ],\n    \"paleanthropic juru\": [\n        \"paleanthropic\"\n    ],\n    \"palele\": [\n        \"paleness\"\n    ],\n    \"palelance\": [\n        \"palenesses\"\n    ],\n    \"paleoanthropic na-egosi\": [\n        \"paleoanthropic\"\n    ],\n    \"ọkà mmụta banyere paleoanthropologist\": [\n        \"paleoanthropologist\"\n    ],\n    \"ọkà mmụta banyere paleodentrologist\": [\n        \"paleodentrologist\"\n    ],\n    \"ọkà mmụta banyere paleoecologist\": [\n        \"paleoecologist\"\n    ],\n    \"ọkà mmụta banyere paleoglaciologist\": [\n        \"paleoglaciologist\"\n    ],\n    \"ndị na-ede akwụkwọ edemede\": [\n        \"paleographers\"\n    ],\n    \"ọkà mmụta banyere paleologist\": [\n        \"paleologist\"\n    ],\n    \"paleometeorological na mmiri\": [\n        \"paleometeorological\"\n    ],\n    \"ọkà mmụta banyere paleometeorologist\": [\n        \"paleometeorologist\"\n    ],\n    \"paleopathologist (onye na-agwọ ọrịa ọgwụ)\": [\n        \"paleopathologist\"\n    ],\n    \"ọkà mmụta banyere paleozoologist\": [\n        \"paleozoologist\"\n    ],\n    \"nwoke ahu chanwụ achanwụ\": [\n        \"palesman\"\n    ],\n    \"Paletia\": [\n        \"palestinian\"\n    ],\n    \"palestinis\": [\n        \"palestinians\"\n    ],\n    \"palestra\": [\n        \"palestrae\",\n        \"palestral\"\n    ],\n    \"paletts\": [\n        \"paletots\"\n    ],\n    \"palette\": [\n        \"palets\"\n    ],\n    \"paleti\": [\n        \"palette\"\n    ],\n    \"palelo\": [\n        \"palewise\"\n    ],\n    \"palfrey\": [\n        \"palfreyed\",\n        \"palfry\"\n    ],\n    \"palefrenier\": [\n        \"palfrenier\"\n    ],\n    \"Palilia\": [\n        \"palilia\"\n    ],\n    \"palinony\": [\n        \"palimony\"\n    ],\n    \"ọrịa palindromic\": [\n        \"palindromic\"\n    ],\n    \"palingenik\": [\n        \"palingenic\"\n    ],\n    \"palụ\": [\n        \"palings\"\n    ],\n    \"n'usoro ihe omimi\": [\n        \"palynologically\",\n        \"symbiogenetically\"\n    ],\n    \"ekwerekwu\": [\n        \"palinopic\",\n        \"palmilobed\"\n    ],\n    \"palisade\": [\n        \"palisades\"\n    ],\n    \"palisado\": [\n        \"palisadoes\"\n    ],\n    \"Akwado\": [\n        \"palisadoing\"\n    ],\n    \"ọalisụ\": [\n        \"palisfy\"\n    ],\n    \"palki\": [\n        \"palkee\"\n    ],\n    \"palla\": [\n        \"pall\"\n    ],\n    \"Palladia\": [\n        \"palladia\"\n    ],\n    \"Palladian\": [\n        \"palladian\",\n        \"palladic\"\n    ],\n    \"Palladianism\": [\n        \"palladianism\"\n    ],\n    \"Emezi\": [\n        \"palladiumized\",\n        \"tidied\"\n    ],\n    \"Palladous\": [\n        \"palladous\"\n    ],\n    \"nkwonkwo nri\": [\n        \"pallanesthesia\"\n    ],\n    \"pal\": [\n        \"pallar\"\n    ],\n    \"ndị na-ebu ubu\": [\n        \"pallbearers\"\n    ],\n    \"kụọ\": [\n        \"palled\",\n        \"wholl\"\n    ],\n    \"pallet\": [\n        \"pallette\"\n    ],\n    \"palettes\": [\n        \"pallettes\"\n    ],\n    \"onye nkulite\": [\n        \"pallholder\"\n    ],\n    \"na-aga n’ihu\": [\n        \"pallidly\"\n    ],\n    \"ihe nkwonkwo\": [\n        \"pallies\"\n    ],\n    \"paịl\": [\n        \"pallors\",\n        \"parilla\",\n        \"parrock\",\n        \"plumery\"\n    ],\n    \"nkwụ\": [\n        \"palm\",\n        \"palmaceous\",\n        \"palmary\",\n        \"palmarian\",\n        \"palmate\",\n        \"palmated\",\n        \"palmately\",\n        \"palmatifid\",\n        \"palmatiform\",\n        \"palmation\",\n        \"palmatisect\",\n        \"palmatisected\",\n        \"palmature\",\n        \"palmcrist\",\n        \"palmella\",\n        \"palmellaceae\",\n        \"palmelloid\",\n        \"palmer\",\n        \"palmery\",\n        \"palmeries\",\n        \"palmerin\",\n        \"palmerite\",\n        \"palmers\",\n        \"palmerworm\",\n        \"palmesthesia\",\n        \"palmette\",\n        \"palmettes\",\n        \"palmetto\",\n        \"palmettoes\",\n        \"palmettos\",\n        \"palmetum\",\n        \"palmful\",\n        \"palmy\",\n        \"palmic\",\n        \"palmicoleus\",\n        \"palmicolous\",\n        \"palmification\",\n        \"palmiform\",\n        \"palmigrade\",\n        \"palmillo\",\n        \"palming\",\n        \"palmyras\",\n        \"palmist\",\n        \"palmiste\",\n        \"palmister\",\n        \"palmistry\",\n        \"palmitate\",\n        \"palmite\",\n        \"palmitine\",\n        \"palmitins\",\n        \"palmito\",\n        \"palmitoleic\",\n        \"palmitone\",\n        \"palmitos\",\n        \"palmiveined\",\n        \"palmlike\",\n        \"palmodic\",\n        \"palmoscopy\",\n        \"palmospasmus\",\n        \"palmula\",\n        \"palmus\",\n        \"palmwise\",\n        \"palmwood\"\n    ],\n    \"igu nkwụ\": [\n        \"palmad\"\n    ],\n    \"palmatilobate\": [\n        \"palmatilobed\"\n    ],\n    \"ọatiụ palmụ\": [\n        \"palmatiparted\"\n    ],\n    \"onyenekwu\": [\n        \"palmatipartite\",\n        \"spatangus\",\n        \"tridecoic\"\n    ],\n    \"nkwụ christ\": [\n        \"palmchrist\"\n    ],\n    \"n'ọbụ aka\": [\n        \"palmellaceous\",\n        \"palms\"\n    ],\n    \"nkwu\": [\n        \"palmiferous\"\n    ],\n    \"Nkwụ\": [\n        \"palmilla\"\n    ],\n    \"palina\": [\n        \"palmin\"\n    ],\n    \"palpapa\": [\n        \"palmiped\"\n    ],\n    \"Palmipedes\": [\n        \"palmipedes\"\n    ],\n    \"Palmyra\": [\n        \"palmyra\",\n        \"palmyrenian\"\n    ],\n    \"nkwu nkwụ\": [\n        \"palmyrene\"\n    ],\n    \"ndị na-agba nkwụ\": [\n        \"palmists\"\n    ],\n    \"palpation\": [\n        \"palp\",\n        \"palpating\",\n        \"palpitation\"\n    ],\n    \"palpal\": [\n        \"palpacle\"\n    ],\n    \"palpic Califonia\": [\n        \"palpicornia\"\n    ],\n    \"ekwusila\": [\n        \"palpitating\"\n    ],\n    \"n'etu ume\": [\n        \"palpitatingly\"\n    ],\n    \"palpa\": [\n        \"palpless\"\n    ],\n    \"kwuchaa\": [\n        \"palsify\"\n    ],\n    \"ihe nkwarụ\": [\n        \"palsylike\"\n    ],\n    \"palsta\": [\n        \"palster\"\n    ],\n    \"palti\": [\n        \"palter\"\n    ],\n    \"paltar\": [\n        \"palters\"\n    ],\n    \"dịnyere ike\": [\n        \"paltrier\"\n    ],\n    \"kasị baa ọgaranya\": [\n        \"paltriest\"\n    ],\n    \"Pulaudian\": [\n        \"paludian\"\n    ],\n    \"paludism\": [\n        \"paludisms\"\n    ],\n    \"Okomoko\": [\n        \"pamaceous\",\n        \"pomaceous\",\n        \"pompousness\"\n    ],\n    \"pamaquine\": [\n        \"pamaquin\"\n    ],\n    \"Pamirian\": [\n        \"pamirian\"\n    ],\n    \"mmetụ obi\": [\n        \"pamment\"\n    ],\n    \"pampaan\": [\n        \"pampean\"\n    ],\n    \"ndị pampe\": [\n        \"pampeans\"\n    ],\n    \"mekpaa\": [\n        \"pampered\"\n    ],\n    \"Na-ata ahụhụ\": [\n        \"pamperedly\"\n    ],\n    \"onye mpịtọ\": [\n        \"pamperer\"\n    ],\n    \"mpempe akwụkwọ ical\": [\n        \"pamphletical\"\n    ],\n    \"akwụkwọ nta maara ihe\": [\n        \"pamphletwise\"\n    ],\n    \"panpsychism\": [\n        \"pampsychist\"\n    ],\n    \"pam\": [\n        \"pams\"\n    ],\n    \"panacea\": [\n        \"panace\",\n        \"panaceist\"\n    ],\n    \"pan pan\": [\n        \"panached\"\n    ],\n    \"ihe ichi\": [\n        \"panaches\"\n    ],\n    \"panak\": [\n        \"panaka\"\n    ],\n    \"asụsụ Panama\": [\n        \"panamaian\",\n        \"panamanian\"\n    ],\n    \"panama\": [\n        \"panaman\",\n        \"panamas\"\n    ],\n    \"ndị Panama\": [\n        \"panamanians\"\n    ],\n    \"onye panamist\": [\n        \"panamist\"\n    ],\n    \"pan Babylonian\": [\n        \"panbabylonian\"\n    ],\n    \"pan boeotian\": [\n        \"panboeotian\"\n    ],\n    \"pancakes\": [\n        \"pancaked\"\n    ],\n    \"panyinsikika\": [\n        \"pancyclopedic\"\n    ],\n    \"paneti\": [\n        \"panclastic\"\n    ],\n    \"pancretia\": [\n        \"pancratia\"\n    ],\n    \"Anakụkọ\": [\n        \"pancratian\"\n    ],\n    \"pancretiastic\": [\n        \"pancratiastic\"\n    ],\n    \"pancretium\": [\n        \"pancratium\"\n    ],\n    \"pancreatic\": [\n        \"pancreatitic\"\n    ],\n    \"pancreato enterostomy\": [\n        \"pancreatoenterostomy\"\n    ],\n    \"pancrectomy\": [\n        \"pancreectomy\"\n    ],\n    \"Pandan\": [\n        \"pandan\"\n    ],\n    \"Pandani\": [\n        \"pandani\"\n    ],\n    \"Pandanus\": [\n        \"pandanus\"\n    ],\n    \"Pandarus\": [\n        \"pandarus\"\n    ],\n    \"panda\": [\n        \"pandas\"\n    ],\n    \"fesa\": [\n        \"pander\",\n        \"sprinkler\",\n        \"sprinklered\",\n        \"sprinklers\",\n        \"sprinkles\"\n    ],\n    \"ndị na-ebibi ihe\": [\n        \"panderers\"\n    ],\n    \"ihendor\": [\n        \"panderess\"\n    ],\n    \"Ihe nkpuchi\": [\n        \"panders\",\n        \"spawler\",\n        \"spawner\"\n    ],\n    \"Pandita\": [\n        \"pandita\"\n    ],\n    \"Pandorea\": [\n        \"pandorea\"\n    ],\n    \"Pandorina\": [\n        \"pandorina\"\n    ],\n    \"Pandoura\": [\n        \"pandoura\"\n    ],\n    \"chidimma\": [\n        \"panduriform\",\n        \"stylohyoid\",\n        \"tsatlee\"\n    ],\n    \"ebi ndụ\": [\n        \"pane\"\n    ],\n    \"ebi ndụ ụka\": [\n        \"panecclesiastical\"\n    ],\n    \"paneling\": [\n        \"panelling\"\n    ],\n    \"otu akụkụ\": [\n        \"panelwise\",\n        \"parthenocarpic\",\n        \"parthenocarpical\",\n        \"parthenophobia\",\n        \"partimen\"\n    ],\n    \"ihe iju anya\": [\n        \"panesthetic\"\n    ],\n    \"panfish\": [\n        \"panfishes\"\n    ],\n    \"ihe ụfụ\": [\n        \"pang\",\n        \"pangen\",\n        \"pangens\",\n        \"pangs\"\n    ],\n    \"pangea\": [\n        \"pangaea\"\n    ],\n    \"ihe ịtụ ụjọ\": [\n        \"panicles\"\n    ],\n    \"ihe ndagide\": [\n        \"panicums\"\n    ],\n    \"ịkwa mpi\": [\n        \"pankration\"\n    ],\n    \"panist\": [\n        \"panlogist\"\n    ],\n    \"ọkà n'ihe banyere ụjọ\": [\n        \"panlogistical\"\n    ],\n    \"panne d\": [\n        \"panned\"\n    ],\n    \"panel\": [\n        \"pannel\"\n    ],\n    \"paneer\": [\n        \"panner\"\n    ],\n    \"panerị\": [\n        \"pannery\"\n    ],\n    \"panikin\": [\n        \"pannicular\"\n    ],\n    \"Panophobia\": [\n        \"panophobia\"\n    ],\n    \"Panopticon\": [\n        \"panopticon\"\n    ],\n    \"panorama\": [\n        \"panoram\"\n    ],\n    \"panoramic\": [\n        \"panoramical\",\n        \"panoramist\"\n    ],\n    \"nchịkọta pansciolist\": [\n        \"pansciolist\"\n    ],\n    \"igbangwa\": [\n        \"pansexualize\"\n    ],\n    \"achọọ\": [\n        \"pansied\"\n    ],\n    \"tụọ ụjọ\": [\n        \"pansyish\"\n    ],\n    \"pansy dị ka\": [\n        \"pansylike\"\n    ],\n    \"ọrịa pansinusitis\": [\n        \"pansinuitis\",\n        \"pansinusitis\"\n    ],\n    \"Mpe mpe\": [\n        \"panspermy\"\n    ],\n    \"pantalet\": [\n        \"pantalets\",\n        \"pantaletted\"\n    ],\n    \"paantamorphic\": [\n        \"pantamorphic\"\n    ],\n    \"ọchịchị ime obodo\": [\n        \"pantarchy\"\n    ],\n    \"akukonta\": [\n        \"panther\"\n    ],\n    \"panthers\": [\n        \"pantherish\"\n    ],\n    \"akukoo dika\": [\n        \"pantherlike\"\n    ],\n    \"panti\": [\n        \"pantie\",\n        \"panties\",\n        \"pantile\"\n    ],\n    \"panting\": [\n        \"pantiling\"\n    ],\n    \"pantali\": [\n        \"pantler\"\n    ],\n    \"ọkà mmụta banyere pantologist\": [\n        \"pantologist\"\n    ],\n    \"pantometa\": [\n        \"pantometer\"\n    ],\n    \"Pantomimic\": [\n        \"pantomimic\"\n    ],\n    \"Pantomimish\": [\n        \"pantomimish\"\n    ],\n    \"pantomimist\": [\n        \"pantomimists\"\n    ],\n    \"pantiri\": [\n        \"pantry\"\n    ],\n    \"ogologo ọkpa\": [\n        \"pants\",\n        \"pantsuit\"\n    ],\n    \"uwe ogologo ọkpa\": [\n        \"pantsuits\"\n    ],\n    \"panza\": [\n        \"panzer\"\n    ],\n    \"pọọpọ\": [\n        \"papaya\",\n        \"papayaceous\"\n    ],\n    \"papọ\": [\n        \"papayas\"\n    ],\n    \"papa\": [\n        \"papaw\",\n        \"papaws\"\n    ],\n    \"Nwa akwukwo\": [\n        \"paperboy\",\n        \"pupillonian\",\n        \"stupefier\"\n    ],\n    \"ede akwukwo\": [\n        \"paperbound\",\n        \"papermaking\"\n    ],\n    \"mkpa akwụkwọ\": [\n        \"paperclip\"\n    ],\n    \"ndị na-ebu papere\": [\n        \"paperers\"\n    ],\n    \"mma mpempe akwụkwọ\": [\n        \"paperknife\"\n    ],\n    \"yiri akwụkwọ\": [\n        \"paperlike\"\n    ],\n    \"papilla\": [\n        \"papillae\"\n    ],\n    \"papaịrọs\": [\n        \"papyrus\",\n        \"papyruses\"\n    ],\n    \"papist yiri\": [\n        \"papistlike\"\n    ],\n    \"papise\": [\n        \"papize\"\n    ],\n    \"papii\": [\n        \"paplike\"\n    ],\n    \"papoose mgbọrọgwụ\": [\n        \"papooseroot\"\n    ],\n    \"papoose\": [\n        \"papoosh\",\n        \"pappoose\"\n    ],\n    \"papain\": [\n        \"pappain\"\n    ],\n    \"pappi\": [\n        \"pappies\"\n    ],\n    \"papilliferous\": [\n        \"pappiferous\"\n    ],\n    \"papyri\": [\n        \"pappyri\"\n    ],\n    \"papooses\": [\n        \"pappooses\"\n    ],\n    \"paprika\": [\n        \"paprica\",\n        \"papriks\"\n    ],\n    \"paprikas\": [\n        \"papricas\"\n    ],\n    \"papular\": [\n        \"papula\"\n    ],\n    \"papuan\": [\n        \"papulan\"\n    ],\n    \"para\": [\n        \"par\",\n        \"parah\",\n        \"paras\",\n        \"parr\"\n    ],\n    \"parab\": [\n        \"parabled\"\n    ],\n    \"parabolas\": [\n        \"parabolanus\"\n    ],\n    \"parabola\": [\n        \"parabole\"\n    ],\n    \"parabopalism\": [\n        \"parabolicalism\"\n    ],\n    \"ngwungwu\": [\n        \"parabolicness\"\n    ],\n    \"ngwugwa\": [\n        \"parabolizer\"\n    ],\n    \"parabra\": [\n        \"parabrake\"\n    ],\n    \"paraselik\": [\n        \"paracelsic\"\n    ],\n    \"parasita\": [\n        \"paracelsist\"\n    ],\n    \"paracentes\": [\n        \"paracenteses\"\n    ],\n    \"paragraf\": [\n        \"parachor\",\n        \"paragram\",\n        \"paragraph\",\n        \"paragraphed\",\n        \"paragrapher\",\n        \"paragraphia\",\n        \"paragraphic\",\n        \"paragraphically\",\n        \"paragraphing\",\n        \"paragraphist\",\n        \"paragraphistical\",\n        \"paragraphs\",\n        \"subparagraph\",\n        \"subparagraphs\"\n    ],\n    \"ndi oru ngwo\": [\n        \"parachors\"\n    ],\n    \"parachute\": [\n        \"parachutes\"\n    ],\n    \"parach\": [\n        \"parachuting\"\n    ],\n    \"ndị na-eme parachut\": [\n        \"parachutists\"\n    ],\n    \"paramọs\": [\n        \"paracium\"\n    ],\n    \"parasons\": [\n        \"paraconscious\"\n    ],\n    \"Nme\": [\n        \"parade\"\n    ],\n    \"paradeedi\": [\n        \"paradeful\"\n    ],\n    \"Paradiddle\": [\n        \"paradiddle\"\n    ],\n    \"Paradaịs\": [\n        \"paradisaic\"\n    ],\n    \"paradaịs\": [\n        \"paradisaical\",\n        \"paradisaically\",\n        \"paradise\",\n        \"paradromic\"\n    ],\n    \"paradis\": [\n        \"paradises\"\n    ],\n    \"paradaịsal\": [\n        \"paradisiacal\"\n    ],\n    \"n'ụzọ na-emegiderịta onwe ya\": [\n        \"paradoxically\"\n    ],\n    \"ihe ngọngọ\": [\n        \"paradoxist\"\n    ],\n    \"Ebugharị\": [\n        \"paradropped\"\n    ],\n    \"paraenetikal\": [\n        \"paraenetical\"\n    ],\n    \"paraestical\": [\n        \"paraesthetic\"\n    ],\n    \"paraffine\": [\n        \"paraffined\"\n    ],\n    \"paraffin\": [\n        \"paraffinic\"\n    ],\n    \"paraffin na-ekpuchi\": [\n        \"paraffinizing\"\n    ],\n    \"ngwọ ọrịa\": [\n        \"paragogic\"\n    ],\n    \"paragọn\": [\n        \"paragons\"\n    ],\n    \"nke paragraf\": [\n        \"paragraphical\"\n    ],\n    \"paragrafos\": [\n        \"paragraphize\"\n    ],\n    \"paraguayyan\": [\n        \"paraguayan\"\n    ],\n    \"paraguayyans\": [\n        \"paraguayans\"\n    ],\n    \"parakeeti\": [\n        \"parakeet\",\n        \"parakeets\",\n        \"paraquets\",\n        \"parrakeet\",\n        \"parrakeets\"\n    ],\n    \"iwu iwu\": [\n        \"paralegal\"\n    ],\n    \"paralịiki\": [\n        \"paralgesic\"\n    ],\n    \"paralips\": [\n        \"paralipses\"\n    ],\n    \"mkpọnwụ\": [\n        \"paralysation\",\n        \"paralytic\",\n        \"paralytica\",\n        \"paralitical\",\n        \"paralytical\"\n    ],\n    \"ahumkponwu\": [\n        \"paralysis\"\n    ],\n    \"ahụ mkpọnwụ\": [\n        \"paralyzation\"\n    ],\n    \"Yiri\": [\n        \"paralleled\"\n    ],\n    \"ihe kwekọrọ\": [\n        \"parallelepiped\",\n        \"parallelepipedon\",\n        \"parallelize\",\n        \"parallelizes\"\n    ],\n    \"ukem\": [\n        \"paralleler\",\n        \"parallelise\"\n    ],\n    \"ya na ya yiri\": [\n        \"paralleling\"\n    ],\n    \"ihe jikọrọ ya\": [\n        \"parallelization\",\n        \"parallelotropism\",\n        \"sylleptical\"\n    ],\n    \"paralogist\": [\n        \"paralogistic\"\n    ],\n    \"parramatta\": [\n        \"paramatta\"\n    ],\n    \"paramecium\": [\n        \"paramecia\",\n        \"paramecidae\",\n        \"parameciums\"\n    ],\n    \"kwa\": [\n        \"parameters\",\n        \"per\"\n    ],\n    \"pyramid\": [\n        \"paramide\",\n        \"pyramided\",\n        \"pyramids\"\n    ],\n    \"ngashị\": [\n        \"paramorphia\"\n    ],\n    \"paranoiac\": [\n        \"paranoeac\"\n    ],\n    \"paranoid\": [\n        \"paranoeas\",\n        \"paranoidal\"\n    ],\n    \"parantiracene\": [\n        \"paranthracene\"\n    ],\n    \"parapeta\": [\n        \"parapeted\",\n        \"parapets\"\n    ],\n    \"paraf\": [\n        \"paraph\"\n    ],\n    \"parafasia\": [\n        \"paraphasia\"\n    ],\n    \"parafa\": [\n        \"paraphasic\"\n    ],\n    \"paraferna\": [\n        \"parapherna\"\n    ],\n    \"parafịa\": [\n        \"paraphia\"\n    ],\n    \"ikowaputa\": [\n        \"paraphrase\"\n    ],\n    \"ihe nkọwapụta\": [\n        \"paraphraser\",\n        \"paraphrasers\"\n    ],\n    \"iji ihe atụ\": [\n        \"paraphrastically\"\n    ],\n    \"paraph\": [\n        \"paraphs\"\n    ],\n    \"ndị ọkà mmụta parapsychologists\": [\n        \"parapsychologists\"\n    ],\n    \"parapaum\": [\n        \"parapterum\"\n    ],\n    \"paraquat\": [\n        \"paraquats\",\n        \"paraquet\"\n    ],\n    \"para rhotacism\": [\n        \"pararhotacism\"\n    ],\n    \"parasans\": [\n        \"parasangs\"\n    ],\n    \"paraseleniki\": [\n        \"paraselenic\"\n    ],\n    \"mmekorita nwoke na nwanyi\": [\n        \"parasexuality\",\n        \"psychosexuality\"\n    ],\n    \"parasha\": [\n        \"parashah\"\n    ],\n    \"parasyntetị\": [\n        \"parasynthetic\"\n    ],\n    \"parasaiti\": [\n        \"parasite\",\n        \"parisite\"\n    ],\n    \"nje ndị ọzọ\": [\n        \"parasites\"\n    ],\n    \"parasiticals\": [\n        \"parasiticalness\"\n    ],\n    \"parasitias\": [\n        \"parasitizes\"\n    ],\n    \"parasose\": [\n        \"parasoled\"\n    ],\n    \"parastas\": [\n        \"parastades\"\n    ],\n    \"parasternal\": [\n        \"parastemonal\",\n        \"parasternum\"\n    ],\n    \"paratact\": [\n        \"paratactic\",\n        \"paratactically\"\n    ],\n    \"paratical\": [\n        \"paratactical\"\n    ],\n    \"parateeti\": [\n        \"parate\"\n    ],\n    \"ọrịa paratheria\": [\n        \"paratheria\"\n    ],\n    \"paratyrin\": [\n        \"parathyrin\"\n    ],\n    \"ndị agha paratroopers\": [\n        \"paratroopers\"\n    ],\n    \"parat ụkwara nta\": [\n        \"paratuberculosis\"\n    ],\n    \"paravanen\": [\n        \"paravanes\"\n    ],\n    \"Okwu anakpo\": [\n        \"parbuckled\"\n    ],\n    \"bumụ aka\": [\n        \"parbuckling\"\n    ],\n    \"ndị ọrụ parceners\": [\n        \"parceners\"\n    ],\n    \"ọrụ nnabata\": [\n        \"parcenership\"\n    ],\n    \"akwukwo ngwongwo\": [\n        \"parch\"\n    ],\n    \"akpukpo oku\": [\n        \"parcher\"\n    ],\n    \"parcheesi\": [\n        \"parchesi\"\n    ],\n    \"parch\": [\n        \"parching\"\n    ],\n    \"parch iche\": [\n        \"parchingly\"\n    ],\n    \"dị ka akpụkpọ anụ\": [\n        \"parchmentlike\"\n    ],\n    \"parda\": [\n        \"pardale\"\n    ],\n    \"Pardo\": [\n        \"pardo\"\n    ],\n    \"Uchenna Nwokeji\": [\n        \"paregmenon\"\n    ],\n    \"parelik\": [\n        \"parellic\"\n    ],\n    \"parenik\": [\n        \"parenchym\"\n    ],\n    \"parenikal\": [\n        \"parenchymal\"\n    ],\n    \"Uche Ogbu\": [\n        \"parenesize\"\n    ],\n    \"parenthes\": [\n        \"parentheses\"\n    ],\n    \"nne nnabata\": [\n        \"parentheticalness\"\n    ],\n    \"ịbụ nne na nna\": [\n        \"parenthood\",\n        \"parentship\"\n    ],\n    \"ịzụ ụmụ\": [\n        \"parenting\"\n    ],\n    \"dị ka nne na nna\": [\n        \"parentlike\"\n    ],\n    \"pareoan\": [\n        \"pareoean\"\n    ],\n    \"paresthesia\": [\n        \"paresthesis\"\n    ],\n    \"paretiiki\": [\n        \"paretic\",\n        \"paretics\"\n    ],\n    \"parfish\": [\n        \"parfleshes\"\n    ],\n    \"paget\": [\n        \"parget\",\n        \"pargetted\"\n    ],\n    \"Ihe mkpofu\": [\n        \"parhelic\"\n    ],\n    \"akwukwo ihe omumu\": [\n        \"parhomology\"\n    ],\n    \"pariari\": [\n        \"parietary\"\n    ],\n    \"parietal squamosal\": [\n        \"parietosquamosal\"\n    ],\n    \"parieto visceral\": [\n        \"parietovisceral\"\n    ],\n    \"ndi ngwuro no na parishi\": [\n        \"parishes\"\n    ],\n    \"ndị ụka\": [\n        \"parishioners\"\n    ],\n    \"nzuko parish\": [\n        \"parishionership\"\n    ],\n    \"parish nile\": [\n        \"parishwide\"\n    ],\n    \"onye paris\": [\n        \"parisian\"\n    ],\n    \"ikwusioru\": [\n        \"parisianly\"\n    ],\n    \"Ndị parisi\": [\n        \"parisians\"\n    ],\n    \"parisyllabic\": [\n        \"parisyllabical\"\n    ],\n    \"parison\": [\n        \"parisis\"\n    ],\n    \"parita\": [\n        \"paritor\"\n    ],\n    \"ogige ntụrụndụ\": [\n        \"parka\",\n        \"parkland\",\n        \"parklands\",\n        \"parks\"\n    ],\n    \"dọwara\": [\n        \"parked\",\n        \"pillared\",\n        \"ragged\",\n        \"rifted\",\n        \"rip\",\n        \"ripped\",\n        \"tattered\",\n        \"tatteredly\",\n        \"tattled\",\n        \"tore\",\n        \"torn\"\n    ],\n    \"Onye na-adọba ụgbọala\": [\n        \"parkee\",\n        \"parker\"\n    ],\n    \"adọba ụgbọala\": [\n        \"parking\"\n    ],\n    \"Parkinson\": [\n        \"parkinson\"\n    ],\n    \"parkinsonia\": [\n        \"parkinsonian\"\n    ],\n    \"yiri nkụ\": [\n        \"parklike\"\n    ],\n    \"Onye mmebe iwu\": [\n        \"parlayer\"\n    ],\n    \"Ndị mmebe iwu\": [\n        \"parlayers\"\n    ],\n    \"palance\": [\n        \"parlance\"\n    ],\n    \"Ndị ome iwu\": [\n        \"parleyers\"\n    ],\n    \"Nri parley\": [\n        \"parleying\"\n    ],\n    \"parili\": [\n        \"parli\",\n        \"partile\"\n    ],\n    \"Omeiwu\": [\n        \"parliamentary\",\n        \"parliamenteer\",\n        \"parliamenteering\"\n    ],\n    \"omeiwu omeiwu\": [\n        \"parliamentarize\"\n    ],\n    \"parishi\": [\n        \"parlish\"\n    ],\n    \"ime ụlọ ebe obibi\": [\n        \"parlor\",\n        \"parlour\",\n        \"parlous\"\n    ],\n    \"ulo nwanyi\": [\n        \"parlormaid\",\n        \"womanhouse\"\n    ],\n    \"parmak\": [\n        \"parmack\"\n    ],\n    \"Ikenneke\": [\n        \"parmentier\"\n    ],\n    \"paịligiano\": [\n        \"parmigiano\"\n    ],\n    \"parnell\": [\n        \"parnellite\"\n    ],\n    \"Parochian\": [\n        \"parochian\"\n    ],\n    \"parochin\": [\n        \"parochine\"\n    ],\n    \"Onye parodist\": [\n        \"parodist\"\n    ],\n    \"parodist\": [\n        \"parodistic\"\n    ],\n    \"site na ntinye\": [\n        \"parodistically\"\n    ],\n    \"ndi parodisti\": [\n        \"parodists\"\n    ],\n    \"Paroeciously\": [\n        \"paroeciously\"\n    ],\n    \"onye na-ede ihe ọmụma\": [\n        \"paroemiographer\"\n    ],\n    \"ọkà mmụta banyere paroemiologist\": [\n        \"paroemiologist\"\n    ],\n    \"parodi\": [\n        \"paroled\"\n    ],\n    \"Parolee\": [\n        \"parolee\"\n    ],\n    \"parole\": [\n        \"parolees\"\n    ],\n    \"ndi ocha\": [\n        \"parolers\",\n        \"phalangist\"\n    ],\n    \"Parolist\": [\n        \"parolist\"\n    ],\n    \"Paromoeon\": [\n        \"paromoeon\"\n    ],\n    \"ama aha\": [\n        \"paronym\"\n    ],\n    \"paroti\": [\n        \"parotic\"\n    ],\n    \"parotid\": [\n        \"parotids\"\n    ],\n    \"Parovarian\": [\n        \"parovarian\"\n    ],\n    \"papupa\": [\n        \"parpend\"\n    ],\n    \"parquet afọ\": [\n        \"parquetage\"\n    ],\n    \"Oruchi\": [\n        \"parrhesia\"\n    ],\n    \"Parry\": [\n        \"parries\"\n    ],\n    \"parti\": [\n        \"parritches\"\n    ],\n    \"partikets\": [\n        \"parrokets\"\n    ],\n    \"icheoku\": [\n        \"parrotfish\",\n        \"parrotlike\",\n        \"parrots\"\n    ],\n    \"paịlett\": [\n        \"parrotlet\"\n    ],\n    \"Ikwọ\": [\n        \"pars\"\n    ],\n    \"parsia\": [\n        \"parse\"\n    ],\n    \"chikwunye\": [\n        \"parsers\"\n    ],\n    \"passi\": [\n        \"parseval\"\n    ],\n    \"parsimoni\": [\n        \"parsimony\"\n    ],\n    \"parsis\": [\n        \"parsism\"\n    ],\n    \"pasili\": [\n        \"parsley\",\n        \"pastile\",\n        \"pastiled\"\n    ],\n    \"parsley yiri\": [\n        \"parsleylike\"\n    ],\n    \"pasiliwort\": [\n        \"parsleywort\"\n    ],\n    \"Ihe ekwuru\": [\n        \"parson\"\n    ],\n    \"Parsonese\": [\n        \"parsonese\"\n    ],\n    \"pasas\": [\n        \"parsony\"\n    ],\n    \"akpoekwu\": [\n        \"parsonize\"\n    ],\n    \"dị ka parson\": [\n        \"parsonlike\"\n    ],\n    \"Pasarsia\": [\n        \"parsonsia\"\n    ],\n    \"ndị na-eri achịcha\": [\n        \"partakers\"\n    ],\n    \"akụkụ aka\": [\n        \"partanhanded\"\n    ],\n    \"ekere òkè\": [\n        \"partans\",\n        \"ration\",\n        \"rationment\"\n    ],\n    \"kpọwaa\": [\n        \"parte\"\n    ],\n    \"parhenium\": [\n        \"partheniad\",\n        \"partheniae\",\n        \"parthenic\",\n        \"parthenium\"\n    ],\n    \"ile mmadụ anya n'ihu\": [\n        \"partialism\",\n        \"partiality\"\n    ],\n    \"onye na-ele mmadu anya n'ihu\": [\n        \"partialist\"\n    ],\n    \"urughuru\": [\n        \"partible\",\n        \"particle\",\n        \"particule\"\n    ],\n    \"isonye\": [\n        \"particate\",\n        \"participantly\",\n        \"participate\",\n        \"participatingly\",\n        \"participiality\",\n        \"prabble\",\n        \"subjectify\",\n        \"superqualifying\"\n    ],\n    \"ikere òkè\": [\n        \"participability\",\n        \"participation\",\n        \"participative\"\n    ],\n    \"keere òkè\": [\n        \"participable\",\n        \"participatively\",\n        \"participle\"\n    ],\n    \"òkè\": [\n        \"participance\"\n    ],\n    \"soò\": [\n        \"participant\",\n        \"participator\"\n    ],\n    \"sonyere\": [\n        \"participants\"\n    ],\n    \"ndị sonyere\": [\n        \"participators\"\n    ],\n    \"nsonye\": [\n        \"participialization\"\n    ],\n    \"akpan akpan\": [\n        \"particular\",\n        \"particularity\",\n        \"particularness\"\n    ],\n    \"Nkọwa zuru oke\": [\n        \"particularisation\"\n    ],\n    \"Gbasara ya\": [\n        \"particularised\"\n    ],\n    \"Pụrụ iche\": [\n        \"particulariser\",\n        \"predeliberation\"\n    ],\n    \"ulamụ ihe niile\": [\n        \"particularising\"\n    ],\n    \"N'ụzọ doro anya\": [\n        \"particularistically\"\n    ],\n    \"Kpoo iche\": [\n        \"particularize\"\n    ],\n    \"Akpanyere ihe\": [\n        \"particularized\"\n    ],\n    \"ndepụta otu\": [\n        \"partyist\"\n    ],\n    \"ekewapu\": [\n        \"partimembered\"\n    ],\n    \"ịkpa ókè agbụrụ\": [\n        \"partisanism\",\n        \"racism\"\n    ],\n    \"ọrụ partys\": [\n        \"partyship\"\n    ],\n    \"ezi aka\": [\n        \"partivity\"\n    ],\n    \"ndị partizans\": [\n        \"partizans\"\n    ],\n    \"enweghị nkebi\": [\n        \"partless\",\n        \"seamless\"\n    ],\n    \"nwere obere\": [\n        \"partly\"\n    ],\n    \"onye gi\": [\n        \"partner\"\n    ],\n    \"enweghị nwunye\": [\n        \"partnerless\",\n        \"wifelessness\"\n    ],\n    \"bredị osisi\": [\n        \"partridgeberry\"\n    ],\n    \"Akpa mba\": [\n        \"partridgeberries\"\n    ],\n    \"Akpobo\": [\n        \"partridgewood\"\n    ],\n    \"mee parturiate\": [\n        \"parturiate\"\n    ],\n    \"inwe mmetụta\": [\n        \"parturiency\"\n    ],\n    \"N'asụsụ\": [\n        \"parumbilical\",\n        \"pseudogenerically\"\n    ],\n    \"parụ\": [\n        \"parura\"\n    ],\n    \"parụs\": [\n        \"paruras\"\n    ],\n    \"pasc\": [\n        \"pascal\"\n    ],\n    \"paschas\": [\n        \"paschals\"\n    ],\n    \"ihe onu ahia\": [\n        \"pash\"\n    ],\n    \"pashahip\": [\n        \"pashaship\"\n    ],\n    \"pasitlean\": [\n        \"pasitelean\"\n    ],\n    \"paspaum\": [\n        \"paspalum\"\n    ],\n    \"Itie\": [\n        \"passage\",\n        \"passaged\"\n    ],\n    \"passaggio\": [\n        \"passaggi\"\n    ],\n    \"passenti\": [\n        \"passament\"\n    ],\n    \"laghachi\": [\n        \"passback\",\n        \"postpubertal\",\n        \"postpubis\",\n        \"reburn\",\n        \"recirculated\",\n        \"recirculates\",\n        \"reclad\",\n        \"reclames\",\n        \"reconverts\",\n        \"recross\",\n        \"recrosses\",\n        \"recurs\",\n        \"recurvated\",\n        \"reemigrated\",\n        \"reinwardtia\",\n        \"relade\",\n        \"relaid\",\n        \"relap\",\n        \"relapsable\",\n        \"relast\",\n        \"relessee\",\n        \"repursue\",\n        \"restaffed\",\n        \"retentive\",\n        \"retorn\",\n        \"retrousse\",\n        \"retrovert\",\n        \"retrude\",\n        \"retruse\",\n        \"retunes\",\n        \"return\",\n        \"returner\",\n        \"returnless\",\n        \"returns\",\n        \"rever\",\n        \"reverist\",\n        \"reversis\",\n        \"reversos\",\n        \"revertal\",\n        \"revertive\",\n        \"reverts\",\n        \"revisitant\"\n    ],\n    \"passband\": [\n        \"passbands\"\n    ],\n    \"onye na-agafe agafe\": [\n        \"passerby\",\n        \"transaudient\",\n        \"traverser\"\n    ],\n    \"ndị na-agafe agafe\": [\n        \"passers\",\n        \"passersby\",\n        \"transitmen\"\n    ],\n    \"agabiga\": [\n        \"passible\",\n        \"pastilling\",\n        \"throughgoing\"\n    ],\n    \"passimita\": [\n        \"passimeter\"\n    ],\n    \"omiiko\": [\n        \"passional\",\n        \"passionate\",\n        \"passionately\",\n        \"passionateness\",\n        \"passionist\",\n        \"passiontide\"\n    ],\n    \"keiko\": [\n        \"passionary\"\n    ],\n    \"ndị nwere agụụ mmekọahụ\": [\n        \"passionaries\"\n    ],\n    \"nwee oke oso\": [\n        \"passionful\"\n    ],\n    \"nwee oke mmụọ\": [\n        \"passionfulness\"\n    ],\n    \"Panoometer\": [\n        \"passionometer\"\n    ],\n    \"nwee ahuhu\": [\n        \"passionproof\"\n    ],\n    \"nwegara\": [\n        \"passionwort\"\n    ],\n    \"n'efere\": [\n        \"passive\",\n        \"platinised\",\n        \"platinized\",\n        \"pomely\"\n    ],\n    \"ihe agafe\": [\n        \"passives\"\n    ],\n    \"agafeghi\": [\n        \"passless\"\n    ],\n    \"passometa\": [\n        \"passometer\"\n    ],\n    \"ememe ngabiga\": [\n        \"passover\",\n        \"passoverish\"\n    ],\n    \"paspọtụ\": [\n        \"passport\",\n        \"passports\"\n    ],\n    \"enweghị paspọtụ\": [\n        \"passportless\"\n    ],\n    \"passwort\": [\n        \"passworts\"\n    ],\n    \"Tapawa\": [\n        \"paste\",\n        \"pasted\"\n    ],\n    \"pastapany\": [\n        \"pasteboardy\"\n    ],\n    \"Mpekere mbadamba\": [\n        \"pasteboards\"\n    ],\n    \"ndị pastel\": [\n        \"pastelists\"\n    ],\n    \"ndị pastell\": [\n        \"pastellists\"\n    ],\n    \"pastel\": [\n        \"pastels\"\n    ],\n    \"pasta\": [\n        \"paster\",\n        \"pasteur\"\n    ],\n    \"pastọ\": [\n        \"pasterer\",\n        \"pastimer\",\n        \"pastler\",\n        \"pastor\",\n        \"pastored\",\n        \"pastorhood\",\n        \"pastorised\",\n        \"pastorize\",\n        \"pastorling\",\n        \"pastorship\",\n        \"pasturable\"\n    ],\n    \"ndị pastọ\": [\n        \"pasters\"\n    ],\n    \"pasurella\": [\n        \"pasteurella\"\n    ],\n    \"pasurellae\": [\n        \"pasteurellae\"\n    ],\n    \"peselisi\": [\n        \"pasteurellas\"\n    ],\n    \"uretọ\": [\n        \"pasteurelleae\"\n    ],\n    \"pasurellosis\": [\n        \"pasteurellosis\"\n    ],\n    \"urgbasapụ\": [\n        \"pasteurising\"\n    ],\n    \"akwụkwọ mmado\": [\n        \"pasteurism\",\n        \"stickers\",\n        \"stickler\"\n    ],\n    \"pastilles\": [\n        \"pastiling\",\n        \"pastilled\"\n    ],\n    \"ihezuike\": [\n        \"pastime\"\n    ],\n    \"ebe ị ga-anọ\": [\n        \"pastiness\"\n    ],\n    \"ịzụ atụrụ\": [\n        \"pastoral\",\n        \"pastoraling\",\n        \"pastorality\",\n        \"pastoralness\",\n        \"postoral\",\n        \"sheepifying\"\n    ],\n    \"esetịpụrụ\": [\n        \"pastoraled\"\n    ],\n    \"ịzụ anụ ụlọ\": [\n        \"pastoralisation\",\n        \"pastoralism\",\n        \"pastoralization\"\n    ],\n    \"na-azụ nri\": [\n        \"pastoralize\",\n        \"pastoralizing\"\n    ],\n    \"zụrụ nri\": [\n        \"pastoralized\"\n    ],\n    \"pastoral\": [\n        \"pastorals\"\n    ],\n    \"achịcha nri\": [\n        \"pastoress\"\n    ],\n    \"pastor\": [\n        \"pastorly\"\n    ],\n    \"dị ka pastor\": [\n        \"pastorlike\"\n    ],\n    \"ndi ozuzu aturu\": [\n        \"pastors\"\n    ],\n    \"achịcha dị iche iche\": [\n        \"pastry\",\n        \"pastrycook\",\n        \"pastries\"\n    ],\n    \"pastrami\": [\n        \"pastromi\",\n        \"pastromis\"\n    ],\n    \"uraghara\": [\n        \"pasturability\"\n    ],\n    \"ebe ịta nri\": [\n        \"pasturage\"\n    ],\n    \"ịta nri\": [\n        \"pasture\",\n        \"pastured\",\n        \"pastureless\",\n        \"pasturewise\",\n        \"pasturing\"\n    ],\n    \"ala ịta ahịhịa\": [\n        \"pastureland\",\n        \"pastures\",\n        \"suburbs\"\n    ],\n    \"onye ịta nri\": [\n        \"pasturer\"\n    ],\n    \"ndị ịta nri\": [\n        \"pasturers\"\n    ],\n    \"ndị patama\": [\n        \"patamars\"\n    ],\n    \"asụsụ Patavian\": [\n        \"patavian\"\n    ],\n    \"ịkụ bọl\": [\n        \"patball\"\n    ],\n    \"patch\": [\n        \"patches\"\n    ],\n    \"enweghị patchless\": [\n        \"patchless\"\n    ],\n    \"patchwork\": [\n        \"patchword\",\n        \"patchworky\"\n    ],\n    \"pate\": [\n        \"patd\"\n    ],\n    \"pater\": [\n        \"patener\"\n    ],\n    \"patenti\": [\n        \"patent\",\n        \"patenting\",\n        \"patentness\"\n    ],\n    \"patentor\": [\n        \"patentors\"\n    ],\n    \"Ikike nchọpụta Kemịkalụ\": [\n        \"patents\"\n    ],\n    \"onye nna nna\": [\n        \"paternalist\"\n    ],\n    \"ụzọ mgbawa\": [\n        \"pathbreaker\",\n        \"waywort\"\n    ],\n    \"gbasara mgbakọ na mwepụ\": [\n        \"pathematically\"\n    ],\n    \"nchọta ụzọ\": [\n        \"pathfinding\"\n    ],\n    \"aha uzo\": [\n        \"pathname\"\n    ],\n    \"ụzọ aha\": [\n        \"pathnames\"\n    ],\n    \"n'ụzọ nkwarụ\": [\n        \"pathogenically\"\n    ],\n    \"na-akpata ọrịa\": [\n        \"pathogenous\"\n    ],\n    \"ndị ọkà n'ọrịa ọrịa\": [\n        \"pathologists\"\n    ],\n    \"pathologies\": [\n        \"pathoses\"\n    ],\n    \"onye ndidi\": [\n        \"patienter\"\n    ],\n    \"patine\": [\n        \"patined\",\n        \"patines\",\n        \"patinous\",\n        \"patins\"\n    ],\n    \"jakị\": [\n        \"patio\"\n    ],\n    \"patio\": [\n        \"patios\"\n    ],\n    \"patraba\": [\n        \"patnesses\"\n    ],\n    \"onyeisi mba\": [\n        \"patriarchess\"\n    ],\n    \"ndi nna ochie\": [\n        \"patriarchy\",\n        \"patriarchism\"\n    ],\n    \"dika onye nna ochie\": [\n        \"patriarchically\"\n    ],\n    \"ndị ịhụ mba n'anya\": [\n        \"patriotics\"\n    ],\n    \"patricassian\": [\n        \"patripassian\"\n    ],\n    \"patriks\": [\n        \"patrixes\"\n    ],\n    \"patrocinante\": [\n        \"patrocinate\"\n    ],\n    \"patroclus\": [\n        \"patroclinous\"\n    ],\n    \"patrol\": [\n        \"patrole\",\n        \"patrolled\",\n        \"patrolling\",\n        \"patrols\"\n    ],\n    \"Ndị ọrụ patrol\": [\n        \"patrollers\"\n    ],\n    \"ndi patrolmen\": [\n        \"patrolmen\"\n    ],\n    \"patronesship\": [\n        \"patronessship\"\n    ],\n    \"patsyi\": [\n        \"patsies\"\n    ],\n    \"ụkpụrụ amamihe\": [\n        \"patternwise\"\n    ],\n    \"pattedari\": [\n        \"pattidari\"\n    ],\n    \"n'ụzọ nkwanye ùgwù\": [\n        \"patulously\"\n    ],\n    \"dị pauciflorous\": [\n        \"pauciflorous\"\n    ],\n    \"dị nnọọ mfe\": [\n        \"paucifolious\"\n    ],\n    \"Paula\": [\n        \"paula\"\n    ],\n    \"onye paulinist\": [\n        \"paulinist\"\n    ],\n    \"paunch\": [\n        \"paunchiness\"\n    ],\n    \"ogbenye\": [\n        \"pauper\",\n        \"poor\",\n        \"poorga\",\n        \"pooris\",\n        \"poorling\",\n        \"poorness\",\n        \"poorweed\"\n    ],\n    \"ndị ogbenye\": [\n        \"paupers\"\n    ],\n    \"paurometabolic. Ọgwụ\": [\n        \"paurometabolic\"\n    ],\n    \"ịkwụsịtụ\": [\n        \"pausation\",\n        \"suspending\"\n    ],\n    \"na-akwusi\": [\n        \"pauseless\",\n        \"unstabilizing\"\n    ],\n    \"pavement\": [\n        \"pavemental\"\n    ],\n    \"pavilion\": [\n        \"pavilioned\",\n        \"pavilioning\"\n    ],\n    \"pavv\": [\n        \"pavings\"\n    ],\n    \"pavior\": [\n        \"paviors\"\n    ],\n    \"akwụkwọ mpịakọta\": [\n        \"paviser\",\n        \"repertories\",\n        \"scoresheet\",\n        \"scrollhead\"\n    ],\n    \"Pavonia\": [\n        \"pavonia\"\n    ],\n    \"Pavonian\": [\n        \"pavonian\"\n    ],\n    \"paing\": [\n        \"pawing\"\n    ],\n    \"pawnbroker\": [\n        \"pawnbrokery\"\n    ],\n    \"pawn\": [\n        \"pawned\",\n        \"pawners\"\n    ],\n    \"pawnee\": [\n        \"pawnees\",\n        \"pawnie\"\n    ],\n    \"Udara\": [\n        \"paws\"\n    ],\n    \"PC\": [\n        \"pcf\",\n        \"pks\"\n    ],\n    \"PCcm\": [\n        \"pcm\"\n    ],\n    \"mee udo\": [\n        \"peaced\",\n        \"serenize\",\n        \"sooter\"\n    ],\n    \"onye nche udo\": [\n        \"peacekeeper\"\n    ],\n    \"ndị nche udo\": [\n        \"peacekeepers\"\n    ],\n    \"enweghị udo\": [\n        \"peaceless\",\n        \"peacelessness\",\n        \"underenter\",\n        \"unpeaceable\",\n        \"unpeaceableness\",\n        \"unpeaceful\",\n        \"unpeacefully\",\n        \"unsuiting\"\n    ],\n    \"udo dika\": [\n        \"peacelike\"\n    ],\n    \"onye na-eme udo\": [\n        \"peacemake\",\n        \"peacemaker\",\n        \"platitudinist\"\n    ],\n    \"ndị na-eme udo\": [\n        \"peacemakers\",\n        \"spittlemen\"\n    ],\n    \"mongodu udo\": [\n        \"peacemongering\"\n    ],\n    \"oge udo\": [\n        \"peacetime\"\n    ],\n    \"piich\": [\n        \"peach\",\n        \"peached\",\n        \"peaches\",\n        \"peaching\",\n        \"pech\"\n    ],\n    \"piichberry\": [\n        \"peachberry\"\n    ],\n    \"piichbloom\": [\n        \"peachbloom\"\n    ],\n    \"piichblow\": [\n        \"peachblow\"\n    ],\n    \"piichy\": [\n        \"peachy\"\n    ],\n    \"piichick\": [\n        \"peachick\"\n    ],\n    \"peach yiri\": [\n        \"peachlike\"\n    ],\n    \"ekwuru ụlọ\": [\n        \"peacock\",\n        \"peacocked\",\n        \"peacockery\",\n        \"peacocks\"\n    ],\n    \"ikwado peaco\": [\n        \"peacocking\"\n    ],\n    \"peacock yiri\": [\n        \"peacocklike\"\n    ],\n    \"peacock maara ihe\": [\n        \"peacockwise\"\n    ],\n    \"peowowl\": [\n        \"peafowl\"\n    ],\n    \"peowowls\": [\n        \"peafowls\"\n    ],\n    \"ndị ọgbọ\": [\n        \"peage\",\n        \"peags\",\n        \"peelers\",\n        \"peer\",\n        \"peerhood\",\n        \"peerie\",\n        \"peerly\",\n        \"peers\",\n        \"peership\",\n        \"peiser\"\n    ],\n    \"peaks\": [\n        \"peages\"\n    ],\n    \"agwa ọgazị\": [\n        \"peagoose\"\n    ],\n    \"ọnụ ọgụgụ kasị elu\": [\n        \"peaked\",\n        \"peckiest\"\n    ],\n    \"peaked\": [\n        \"peakedly\"\n    ],\n    \"elu dika\": [\n        \"peaklike\"\n    ],\n    \"bee\": [\n        \"peal\",\n        \"peel\"\n    ],\n    \"pee akwa\": [\n        \"pealed\",\n        \"peeled\"\n    ],\n    \"ekpepụsị\": [\n        \"pealing\",\n        \"peeling\",\n        \"peering\",\n        \"peerling\",\n        \"peeving\"\n    ],\n    \"ahụekere\": [\n        \"peanut\",\n        \"peanuts\"\n    ],\n    \"pear\": [\n        \"pearce\",\n        \"pearlet\",\n        \"pearlier\",\n        \"pearliness\",\n        \"pearling\",\n        \"pearlings\",\n        \"pearmains\",\n        \"pearter\"\n    ],\n    \"pearcee\": [\n        \"pearceite\"\n    ],\n    \"pealu\": [\n        \"pearl\",\n        \"pearlbush\",\n        \"pearlfruit\"\n    ],\n    \"pearlas\": [\n        \"pearlashes\"\n    ],\n    \"peal\": [\n        \"pearled\"\n    ],\n    \"pear pear\": [\n        \"pearleyed\"\n    ],\n    \"ndị na-akpọ ube\": [\n        \"pearlers\"\n    ],\n    \"pears\": [\n        \"pearlescence\"\n    ],\n    \"nkume pel\": [\n        \"pearlescent\",\n        \"pearlites\",\n        \"pearls\",\n        \"pearlsides\",\n        \"pearlstone\"\n    ],\n    \"pearl azụ\": [\n        \"pearlfish\"\n    ],\n    \"pearl dị iche iche\": [\n        \"pearlfishes\"\n    ],\n    \"pearl\": [\n        \"pearly\"\n    ],\n    \"yiri pear\": [\n        \"pearlike\"\n    ],\n    \"a na-achọpụta pears\": [\n        \"pearlized\"\n    ],\n    \"ọla pel\": [\n        \"pearlwort\"\n    ],\n    \"peart\": [\n        \"peartest\",\n        \"peartly\"\n    ],\n    \"peas\": [\n        \"peasantly\"\n    ],\n    \"peateri\": [\n        \"peatery\"\n    ],\n    \"nwoke di iche\": [\n        \"peatman\"\n    ],\n    \"onye na-elekọta ụlọ ọrụ\": [\n        \"peauder\"\n    ],\n    \"piba\": [\n        \"peba\"\n    ],\n    \"obere okwute\": [\n        \"pebblehearted\",\n        \"tinstones\"\n    ],\n    \"pebb\": [\n        \"pebbles\",\n        \"pebbling\"\n    ],\n    \"pebbly\": [\n        \"pebblier\"\n    ],\n    \"peccin\": [\n        \"peccancy\"\n    ],\n    \"ọccụ\": [\n        \"peccancies\"\n    ],\n    \"pecc\": [\n        \"peccant\",\n        \"peccantly\"\n    ],\n    \"peck\": [\n        \"pecked\",\n        \"peckful\",\n        \"peckled\"\n    ],\n    \"n'akpa uwe\": [\n        \"pecket\",\n        \"peglet\",\n        \"pocketing\",\n        \"pocketlike\",\n        \"purslane\"\n    ],\n    \"n'echebe\": [\n        \"peckly\",\n        \"shieldlessly\"\n    ],\n    \"okuko anya\": [\n        \"pectoralist\"\n    ],\n    \"peplati\": [\n        \"peculated\"\n    ],\n    \"na-agụpụ\": [\n        \"peculating\"\n    ],\n    \"peptope\": [\n        \"peculation\"\n    ],\n    \"peculata\": [\n        \"peculations\"\n    ],\n    \"ihe akuru\": [\n        \"peculator\"\n    ],\n    \"n'usoro nkuzi\": [\n        \"pedagogically\"\n    ],\n    \"asụsụ nkuzi\": [\n        \"pedagogue\"\n    ],\n    \"onye na-elekọta pedaler\": [\n        \"pedaler\"\n    ],\n    \"asụsụ aka ochie\": [\n        \"pedaliaceous\"\n    ],\n    \"onye nkuzi pedal\": [\n        \"pedalian\"\n    ],\n    \"onye nkwukwu\": [\n        \"pedalist\"\n    ],\n    \"onye na-agba ọsọ\": [\n        \"pedaliter\"\n    ],\n    \"pedal\": [\n        \"pedality\",\n        \"pedals\"\n    ],\n    \"pedaled\": [\n        \"pedalled\"\n    ],\n    \"ịkọwapụ\": [\n        \"pedanalysis\"\n    ],\n    \"pedanticality\": [\n        \"pedanticalness\"\n    ],\n    \"pedantic dị ọcha\": [\n        \"pedanticness\"\n    ],\n    \"ndị na-eje ije ụkwụ\": [\n        \"pedantries\"\n    ],\n    \"ọkwesiri\": [\n        \"pedatinerved\"\n    ],\n    \"chere oge\": [\n        \"pederasty\"\n    ],\n    \"pedes\": [\n        \"pedeses\"\n    ],\n    \"onye ji ukwu aga\": [\n        \"pedestrial\",\n        \"pedestrian\"\n    ],\n    \"ije ije\": [\n        \"pedestrially\",\n        \"pedestrianise\",\n        \"pedestrianize\",\n        \"pedimane\",\n        \"skijore\",\n        \"stride\",\n        \"toddle\",\n        \"toddlekins\",\n        \"toddler\",\n        \"toddles\",\n        \"walkable\",\n        \"walkside\"\n    ],\n    \"na-agagharị agagharị\": [\n        \"pedestrianised\",\n        \"pedestrianized\",\n        \"pedestrianizing\"\n    ],\n    \"ije na-aga ije\": [\n        \"pedestrianising\"\n    ],\n    \"ije ụkwụ na ụkwụ\": [\n        \"pedestrianism\"\n    ],\n    \"pedetetị\": [\n        \"pedetentous\"\n    ],\n    \"paediatry\": [\n        \"pediatry\"\n    ],\n    \"ndị dibia bekee\": [\n        \"pediatricians\"\n    ],\n    \"mkpịsị akwụkwọ\": [\n        \"pedicabs\"\n    ],\n    \"mkpisi ụkwụ\": [\n        \"pedicellate\"\n    ],\n    \"na mkpịsị ụkwụ\": [\n        \"pedicelled\"\n    ],\n    \"pediule\": [\n        \"pedicule\"\n    ],\n    \"ịkpụcha mbọ ụkwụ\": [\n        \"pedicure\",\n        \"pedicurism\"\n    ],\n    \"pediurist\": [\n        \"pedicurist\"\n    ],\n    \"ndị na-agụ ọgwụ\": [\n        \"pedicurists\"\n    ],\n    \"nwepụ ụkwụ\": [\n        \"pedipalpate\"\n    ],\n    \"gbanye ụkwụ\": [\n        \"pedipulate\"\n    ],\n    \"ịkụda aka\": [\n        \"pedipulation\"\n    ],\n    \"mgbere\": [\n        \"pedlery\",\n        \"venditor\"\n    ],\n    \"pedal na -aga\": [\n        \"pedleries\"\n    ],\n    \"ihe gbasara ahụike\": [\n        \"pedologistical\",\n        \"phycological\"\n    ],\n    \"n'ihe gbasara ahụike\": [\n        \"pedologistically\"\n    ],\n    \"na pedometrically\": [\n        \"pedometrically\"\n    ],\n    \"ịkwanye ụkwụ\": [\n        \"pedrail\"\n    ],\n    \"Pedros\": [\n        \"pedros\"\n    ],\n    \"peeb\": [\n        \"peebles\"\n    ],\n    \"pee\": [\n        \"peed\",\n        \"peeing\",\n        \"pees\",\n        \"peeved\",\n        \"peke\",\n        \"pele\"\n    ],\n    \"peek\": [\n        \"peeked\",\n        \"peeking\",\n        \"peeks\"\n    ],\n    \"peel\": [\n        \"peeledness\",\n        \"peelings\",\n        \"peelism\"\n    ],\n    \"peeli\": [\n        \"peelite\"\n    ],\n    \"peeppe\": [\n        \"peeper\"\n    ],\n    \"piepụ\": [\n        \"peepers\"\n    ],\n    \"piep\": [\n        \"peeps\"\n    ],\n    \"peering\": [\n        \"peeringly\"\n    ],\n    \"enweghị ọgbọ\": [\n        \"peerless\",\n        \"peerlessness\"\n    ],\n    \"peekere\": [\n        \"peesash\"\n    ],\n    \"peesweep\": [\n        \"peesweeps\"\n    ],\n    \"peeved nwere ike\": [\n        \"peevedly\"\n    ],\n    \"peepeepe\": [\n        \"peevedness\"\n    ],\n    \"ihe akudoro\": [\n        \"peg\"\n    ],\n    \"peg\": [\n        \"pegged\",\n        \"peggy\",\n        \"pegh\",\n        \"pegless\"\n    ],\n    \"ihe dika peg\": [\n        \"peglike\"\n    ],\n    \"pegmatisation\": [\n        \"pegmatization\"\n    ],\n    \"pegoxol\": [\n        \"pegoxyl\"\n    ],\n    \"peg n'elu\": [\n        \"pegtops\"\n    ],\n    \"peguam\": [\n        \"peguan\"\n    ],\n    \"peikta\": [\n        \"peiktha\"\n    ],\n    \"peiramita\": [\n        \"peirameter\"\n    ],\n    \"peis\": [\n        \"peisant\"\n    ],\n    \"pejo\": [\n        \"pejoration\"\n    ],\n    \"ihe ọ .ụ\": [\n        \"pejorative\",\n        \"pejoratives\"\n    ],\n    \"Ogwashi-Uku\": [\n        \"pejorist\",\n        \"pseudolarix\",\n        \"seorita\"\n    ],\n    \"pekin\": [\n        \"pekins\"\n    ],\n    \"pean\": [\n        \"pelean\",\n        \"perean\"\n    ],\n    \"pelvic\": [\n        \"pelitic\"\n    ],\n    \"Chiukwu\": [\n        \"pellaea\"\n    ],\n    \"ọrịa pellagragenic\": [\n        \"pellagragenic\"\n    ],\n    \"onye na-ere ahia\": [\n        \"peller\",\n        \"retailed\",\n        \"retailer\",\n        \"retailor\",\n        \"salesian\",\n        \"vendettist\"\n    ],\n    \"pelle\": [\n        \"pellets\"\n    ],\n    \"okwu ojoo\": [\n        \"pellicular\",\n        \"tyronic\",\n        \"vulgarise\",\n        \"vulgarity\"\n    ],\n    \"gbuo mmụọ\": [\n        \"pelliculate\"\n    ],\n    \"okwole\": [\n        \"pelmanist\"\n    ],\n    \"Pilmatozoa\": [\n        \"pelmatozoa\"\n    ],\n    \"akwụkwọ pelor\": [\n        \"peloruses\"\n    ],\n    \"ọgwụ pelotherapy\": [\n        \"pelotherapy\"\n    ],\n    \"Dapụsị\": [\n        \"pelter\"\n    ],\n    \"Onye edemede\": [\n        \"pelterer\"\n    ],\n    \"Na-eme mkpọtụ\": [\n        \"peltiferous\",\n        \"pommeling\"\n    ],\n    \"nwekwaa ike\": [\n        \"peltinervate\",\n        \"remissibleness\",\n        \"remissiveness\",\n        \"remissness\",\n        \"supervictoriousness\"\n    ],\n    \"mmeghari ahu di\": [\n        \"pemmicanization\"\n    ],\n    \"ime anwuru\": [\n        \"pemmicanize\"\n    ],\n    \"nne ịnyịnya\": [\n        \"pemolines\"\n    ],\n    \"taa ya ahuhu\": [\n        \"penalise\",\n        \"penalize\"\n    ],\n    \"paara\": [\n        \"penalised\",\n        \"penalized\"\n    ],\n    \"penalizes\": [\n        \"penalises\"\n    ],\n    \"penalizing\": [\n        \"penalising\"\n    ],\n    \"penance obere\": [\n        \"penanceless\"\n    ],\n    \"penance\": [\n        \"penances\"\n    ],\n    \"penina\": [\n        \"penancy\"\n    ],\n    \"pen\": [\n        \"pence\",\n        \"penes\"\n    ],\n    \"penence\": [\n        \"pencey\"\n    ],\n    \"penche\": [\n        \"penchute\"\n    ],\n    \"penciers\": [\n        \"pencilers\"\n    ],\n    \"pen pen\": [\n        \"pencraft\",\n        \"penful\"\n    ],\n    \"ihejuanya\": [\n        \"penda\",\n        \"pendant\",\n        \"pendanted\"\n    ],\n    \"pend dị ka\": [\n        \"pendantlike\"\n    ],\n    \"pendant\": [\n        \"pendative\"\n    ],\n    \"pend\": [\n        \"pendent\",\n        \"pendently\"\n    ],\n    \"ihe echetara\": [\n        \"pendentive\"\n    ],\n    \"rue mgbe\": [\n        \"pending\"\n    ],\n    \"pendragon ish\": [\n        \"pendragonish\"\n    ],\n    \"ụgbọ mmiri pendragon\": [\n        \"pendragonship\"\n    ],\n    \"dị ka pendulum\": [\n        \"pendulumlike\"\n    ],\n    \"sụgharịa akwụkwọ\": [\n        \"penecontemporaneous\"\n    ],\n    \"penelopi\": [\n        \"penelopine\"\n    ],\n    \"peneseism\": [\n        \"peneseismic\"\n    ],\n    \"ike ịbanye\": [\n        \"penetrability\"\n    ],\n    \"nke nwere ike ịbanye\": [\n        \"penetrable\"\n    ],\n    \"na-abanye n'ime\": [\n        \"penetratingness\"\n    ],\n    \"mkpịsị edemede\": [\n        \"penetrativity\"\n    ],\n    \"ndị na-abanye n'ime\": [\n        \"penetrators\"\n    ],\n    \"penetrometa\": [\n        \"penetrometer\"\n    ],\n    \"penguuin\": [\n        \"penguin\"\n    ],\n    \"onye na-edetu ihe\": [\n        \"penholder\"\n    ],\n    \"penile\": [\n        \"penial\"\n    ],\n    \"penicillium\": [\n        \"penicilium\"\n    ],\n    \"penisilifiform\": [\n        \"penicilliform\"\n    ],\n    \"penisilini\": [\n        \"penicillin\"\n    ],\n    \"amụ\": [\n        \"penis\",\n        \"sharpeners\",\n        \"studded\"\n    ],\n    \"penitent\": [\n        \"penitently\"\n    ],\n    \"penpen\": [\n        \"penkeeper\"\n    ],\n    \"penkinives\": [\n        \"penknives\"\n    ],\n    \"pen na-eme\": [\n        \"penmaking\"\n    ],\n    \"penman\": [\n        \"penmen\"\n    ],\n    \"pen Pen\": [\n        \"pennant\"\n    ],\n    \"pennyere\": [\n        \"pennated\"\n    ],\n    \"peni\": [\n        \"penni\"\n    ],\n    \"penia\": [\n        \"pennia\"\n    ],\n    \"pennyworth\": [\n        \"pennyearth\",\n        \"pennyworths\"\n    ],\n    \"pennies\": [\n        \"pennied\"\n    ],\n    \"penny akwukwo\": [\n        \"pennyleaf\"\n    ],\n    \"penis\": [\n        \"pennis\"\n    ],\n    \"pennivetọ\": [\n        \"penniveined\"\n    ],\n    \"pennọn\": [\n        \"pennoned\",\n        \"pennons\"\n    ],\n    \"ọkà mmụta penologist\": [\n        \"penologist\"\n    ],\n    \"ndị na-amụ banyere penologists\": [\n        \"penologists\"\n    ],\n    \"itienna\": [\n        \"pens\"\n    ],\n    \"pense\": [\n        \"pensees\"\n    ],\n    \"penensy\": [\n        \"pensy\"\n    ],\n    \"pensịl\": [\n        \"pensil\",\n        \"pensile\"\n    ],\n    \"ezumike nka\": [\n        \"pension\",\n        \"pensionary\",\n        \"pensionaries\",\n        \"pensione\",\n        \"pensioned\",\n        \"pensiones\",\n        \"pensioning\",\n        \"pensionnat\",\n        \"retirees\"\n    ],\n    \"penshion\": [\n        \"pensionable\",\n        \"pensionably\"\n    ],\n    \"ego ezumike nka\": [\n        \"pensionat\",\n        \"pensionership\",\n        \"pensionry\",\n        \"pensions\"\n    ],\n    \"onye ezumike nka\": [\n        \"pensioner\",\n        \"retiarian\"\n    ],\n    \"ndị ezumike nka\": [\n        \"pensioners\"\n    ],\n    \"enweghi ezumike nka\": [\n        \"pensionless\"\n    ],\n    \"ezumike nká\": [\n        \"pensionnaire\",\n        \"retia\",\n        \"retiary\",\n        \"retiarius\",\n        \"retiform\",\n        \"retip\",\n        \"retiracy\",\n        \"retiracied\",\n        \"retirade\",\n        \"retiral\",\n        \"retirant\",\n        \"retiredness\",\n        \"retirement\",\n        \"retirements\",\n        \"retiring\",\n        \"retiringly\",\n        \"retiringness\"\n    ],\n    \"keunanyatoke\": [\n        \"pentacyclic\"\n    ],\n    \"Pentagonon\": [\n        \"pentagonon\"\n    ],\n    \"pentamita\": [\n        \"pentameter\",\n        \"pentameters\"\n    ],\n    \"ọchịchị aka ebe\": [\n        \"pentarchy\"\n    ],\n    \"pentarchi\": [\n        \"pentarchies\"\n    ],\n    \"ọentụ .ụ\": [\n        \"pentathionic\"\n    ],\n    \"pentelikan\": [\n        \"pentelican\"\n    ],\n    \"pentieteri\": [\n        \"penteteric\"\n    ],\n    \"akenthrhen\": [\n        \"penthiophen\"\n    ],\n    \"akparaphene\": [\n        \"penthiophene\"\n    ],\n    \"penthouse dị ka\": [\n        \"penthouselike\"\n    ],\n    \"Pentlandite\": [\n        \"pentlandite\"\n    ],\n    \"pentremit dị\": [\n        \"pentremites\"\n    ],\n    \"penuche si\": [\n        \"penuches\",\n        \"penuchis\"\n    ],\n    \"penuche\": [\n        \"penuchi\"\n    ],\n    \"penult qalin\": [\n        \"penultimately\"\n    ],\n    \"penires\": [\n        \"penuries\"\n    ],\n    \"penur penurious\": [\n        \"penurious\"\n    ],\n    \"penurịọl\": [\n        \"penuriously\"\n    ],\n    \"penwanụ\": [\n        \"penwoman\"\n    ],\n    \"peon\": [\n        \"peony\"\n    ],\n    \"ihe odighi\": [\n        \"peonisms\"\n    ],\n    \"ndị mmadụ na-erughị\": [\n        \"peopleless\"\n    ],\n    \"ndị dị iche iche\": [\n        \"peoples\"\n    ],\n    \"Peorian\": [\n        \"peorian\"\n    ],\n    \"piperine\": [\n        \"peperine\"\n    ],\n    \"peperoni\": [\n        \"peperonis\"\n    ],\n    \"pepinillos\": [\n        \"pepinella\"\n    ],\n    \"peplum\": [\n        \"peplumed\",\n        \"peplums\",\n        \"peplus\"\n    ],\n    \"peplus\": [\n        \"pepluses\"\n    ],\n    \"ose\": [\n        \"pepper\",\n        \"pepperbox\",\n        \"peppered\",\n        \"pepperer\",\n        \"peppergrass\",\n        \"pepperiness\",\n        \"peppering\",\n        \"pepperish\",\n        \"peppers\",\n        \"peppertree\",\n        \"pepperwort\",\n        \"spice\"\n    ],\n    \"oseokor\": [\n        \"peppercorn\"\n    ],\n    \"ogbe ose\": [\n        \"peppercorny\"\n    ],\n    \"osekere\": [\n        \"peppercornish\"\n    ],\n    \"ose ose\": [\n        \"peppercorns\",\n        \"peppermints\",\n        \"pepperweed\"\n    ],\n    \"oseese\": [\n        \"peppery\"\n    ],\n    \"oseeni\": [\n        \"pepperily\"\n    ],\n    \"na ose\": [\n        \"pepperishly\"\n    ],\n    \"pepemint\": [\n        \"peppermint\",\n        \"pepperminty\"\n    ],\n    \"ose mmanụ\": [\n        \"pepperproof\"\n    ],\n    \"oseot\": [\n        \"pepperroot\"\n    ],\n    \"osewood\": [\n        \"pepperwood\"\n    ],\n    \"peppi\": [\n        \"peppiest\"\n    ],\n    \"pips\": [\n        \"peps\"\n    ],\n    \"pepti\": [\n        \"peptize\"\n    ],\n    \"peram\": [\n        \"peramble\"\n    ],\n    \"perambrated\": [\n        \"perambulated\"\n    ],\n    \"ndị perambulators\": [\n        \"perambulators\"\n    ],\n    \"pụrụ ịghọta ihe\": [\n        \"perceivable\"\n    ],\n    \"aghọta\": [\n        \"perceived\"\n    ],\n    \"ikike nghọta\": [\n        \"perceptibility\",\n        \"perceptiveness\"\n    ],\n    \"perchabul\": [\n        \"perchable\"\n    ],\n    \"nọchiri anya\": [\n        \"perched\",\n        \"picturable\"\n    ],\n    \"perch\": [\n        \"perches\"\n    ],\n    \"Ihe ijuanya\": [\n        \"perchlorinating\",\n        \"plexors\",\n        \"plexuses\"\n    ],\n    \"perchlorethylene\": [\n        \"perchloroethylene\"\n    ],\n    \"ọrịa perchromic\": [\n        \"perchromic\"\n    ],\n    \"na-akụ ụda\": [\n        \"percusses\"\n    ],\n    \"na-akpọ ụda\": [\n        \"percussional\",\n        \"vocalizing\"\n    ],\n    \"onye na-akụ egwu\": [\n        \"percussionist\"\n    ],\n    \"ndị na-akụ ụda\": [\n        \"percussionists\"\n    ],\n    \"ụbọ\": [\n        \"percussor\"\n    ],\n    \"ndab\": [\n        \"perdit\"\n    ],\n    \"perdufere\": [\n        \"perdurably\"\n    ],\n    \"pegrinations\": [\n        \"peregrinations\"\n    ],\n    \"nke peregrinative\": [\n        \"peregrinative\"\n    ],\n    \"dị oké mkpa\": [\n        \"perendinant\",\n        \"pivotal\"\n    ],\n    \"Mbido\": [\n        \"perennation\",\n        \"permansion\",\n        \"preimbuing\",\n        \"setups\",\n        \"sortition\",\n        \"surmullets\"\n    ],\n    \"rgha\": [\n        \"pererration\"\n    ],\n    \"senti\": [\n        \"perf\",\n        \"perfay\",\n        \"perfins\",\n        \"perflate\",\n        \"perflation\",\n        \"perfricate\",\n        \"perfrication\",\n        \"perfume\",\n        \"perfumery\",\n        \"perfumes\",\n        \"perfuse\",\n        \"perfuses\",\n        \"perfusion\",\n        \"saint\",\n        \"saintdom\",\n        \"saintdoms\",\n        \"saintess\",\n        \"sainthood\",\n        \"saintism\",\n        \"scent\",\n        \"sensive\",\n        \"sentiently\",\n        \"sentition\",\n        \"sermuncle\"\n    ],\n    \"izu okè\": [\n        \"perfectability\",\n        \"perfectation\",\n        \"perfectibility\",\n        \"perfection\",\n        \"perfectionation\",\n        \"perfectionator\",\n        \"perfectionist\",\n        \"perfectionizer\",\n        \"perfectionment\",\n        \"perfections\",\n        \"perfectiveness\",\n        \"perfectivity\",\n        \"perfectness\"\n    ],\n    \"zuru okè\": [\n        \"perfected\",\n        \"perfectedly\",\n        \"perfectibilian\",\n        \"perfectionate\",\n        \"perfectioner\",\n        \"perfectionize\",\n        \"perfectionizement\",\n        \"perfectivize\",\n        \"perperfect\"\n    ],\n    \"ndị zuru oke\": [\n        \"perfecters\"\n    ],\n    \"ịchọkarị izu okè\": [\n        \"perfectionism\",\n        \"perfectionistic\",\n        \"perfectism\",\n        \"perfectist\"\n    ],\n    \"ndị na-achọ izu okè\": [\n        \"perfectionists\"\n    ],\n    \"Zuru oke\": [\n        \"perfecto\"\n    ],\n    \"perfer\": [\n        \"perfervor\"\n    ],\n    \"isisi\": [\n        \"perfidy\",\n        \"perfidies\",\n        \"perfoliate\",\n        \"perfoliation\",\n        \"perfumed\",\n        \"pilula\",\n        \"stenchful\"\n    ],\n    \"n'egbughi isi\": [\n        \"perfidiously\"\n    ],\n    \"latọ\": [\n        \"perflable\",\n        \"trilabe\",\n        \"velarizing\"\n    ],\n    \"perfofo\": [\n        \"perforators\"\n    ],\n    \"ativerụ ọrụ\": [\n        \"performative\"\n    ],\n    \"isi-mmanu\": [\n        \"perfumeless\"\n    ],\n    \"ndị na-esi ísì ụtọ\": [\n        \"perfumers\"\n    ],\n    \"isi mmanu\": [\n        \"perfusate\"\n    ],\n    \"sentim\": [\n        \"perfused\"\n    ],\n    \"esisi\": [\n        \"perfusive\"\n    ],\n    \"ihe juputara\": [\n        \"pergameneous\"\n    ],\n    \"Pergamenian\": [\n        \"pergamenian\"\n    ],\n    \"Perth\": [\n        \"perh\"\n    ],\n    \"dihydroanthracene\": [\n        \"perhydroanthracene\"\n    ],\n    \"Mmiri zuru ezu\": [\n        \"perhydrogenation\"\n    ],\n    \"na-ekpochapu mmiri\": [\n        \"perhydrogenizing\"\n    ],\n    \"Peri\": [\n        \"peri\"\n    ],\n    \"ọrịa periappendicitis\": [\n        \"periappendicitis\"\n    ],\n    \"Oke ugwu\": [\n        \"periarthric\"\n    ],\n    \"Oké osimiri\": [\n        \"periaster\"\n    ],\n    \"peribikal\": [\n        \"periblastic\"\n    ],\n    \"ọrịa perichondritis\": [\n        \"perichondritis\"\n    ],\n    \"periciklon\": [\n        \"pericyclonic\"\n    ],\n    \"Okechukwu Okeke\": [\n        \"pericynthion\"\n    ],\n    \"peridendritị\": [\n        \"peridendritic\"\n    ],\n    \"epididymis\": [\n        \"perididymis\"\n    ],\n    \"epididymitis\": [\n        \"perididymitis\"\n    ],\n    \"bụ onye\": [\n        \"peridinian\"\n    ],\n    \"periganglionik\": [\n        \"periganglionic\"\n    ],\n    \"periglottiiki\": [\n        \"periglottic\"\n    ],\n    \"Perihelian\": [\n        \"perihelian\"\n    ],\n    \"ọrịa perihepatitis\": [\n        \"perihepatitis\"\n    ],\n    \"nọrọ n'ihe ize ndụ\": [\n        \"periled\"\n    ],\n    \"perimeta\": [\n        \"perimeter\"\n    ],\n    \"perimetritik\": [\n        \"perimetritic\"\n    ],\n    \"perineural\": [\n        \"perineurical\"\n    ],\n    \"perineum\": [\n        \"perinium\"\n    ],\n    \"ihe okirikiri\": [\n        \"periocular\"\n    ],\n    \"imegharia oge\": [\n        \"periodicalize\"\n    ],\n    \"site n'oge ruo n'oge\": [\n        \"periodically\"\n    ],\n    \"ogeontoclasia\": [\n        \"periodontoclasia\"\n    ],\n    \"oge ncheta\": [\n        \"perioptic\",\n        \"periotic\",\n        \"waketime\"\n    ],\n    \"Baibul\": [\n        \"perioral\"\n    ],\n    \"peripachymeningitis n’ókè\": [\n        \"peripachymeningitis\"\n    ],\n    \"peripancreatic na-eme\": [\n        \"peripancreatic\"\n    ],\n    \"onye iwu obodo\": [\n        \"peripatetian\"\n    ],\n    \"peripatetị\": [\n        \"peripatetically\"\n    ],\n    \"peripatetiks\": [\n        \"peripatetics\"\n    ],\n    \"ọrịa peripericarditis\": [\n        \"peripericarditis\"\n    ],\n    \"peripiti\": [\n        \"peripety\"\n    ],\n    \"n'akụkụ anya\": [\n        \"peripherally\"\n    ],\n    \"Ngwa mpụta\": [\n        \"peripheries\"\n    ],\n    \"peripipi\": [\n        \"peripterous\"\n    ],\n    \"perisarc\": [\n        \"perisarcs\"\n    ],\n    \"ndị periscians\": [\n        \"periscians\"\n    ],\n    \"laa n'iyi\": [\n        \"perish\",\n        \"perishes\"\n    ],\n    \"ihe nkwubi\": [\n        \"perishabilty\"\n    ],\n    \"agaghị ebibi\": [\n        \"perishless\"\n    ],\n    \"Nke akuko\": [\n        \"perisomatic\"\n    ],\n    \"Nke dị otu\": [\n        \"perisomial\"\n    ],\n    \"perissodactylic nwere\": [\n        \"perissodactylic\"\n    ],\n    \"ọrịa perithyreoiditis\": [\n        \"perithyreoiditis\"\n    ],\n    \"ọrịa perityphlitis\": [\n        \"perityphlitis\"\n    ],\n    \"peritoneized\": [\n        \"peritonealized\"\n    ],\n    \"ọrịa peritoneopathy\": [\n        \"peritoneopathy\"\n    ],\n    \"periwinkles\": [\n        \"periwinkled\"\n    ],\n    \"periwinkle\": [\n        \"periwinkler\"\n    ],\n    \"igba akaebe\": [\n        \"perjure\"\n    ],\n    \"ibupuru ya\": [\n        \"perjured\"\n    ],\n    \"kwekwara\": [\n        \"perjuredly\"\n    ],\n    \"ndị na-agba akaebe ụgha\": [\n        \"perjurers\"\n    ],\n    \"iyi ụgha\": [\n        \"perjury\"\n    ],\n    \"perj ụgha\": [\n        \"perjuries\"\n    ],\n    \"perju\": [\n        \"perjurous\"\n    ],\n    \"perkins\": [\n        \"perking\",\n        \"perkinism\",\n        \"perkish\"\n    ],\n    \"perlingally\": [\n        \"perlingually\"\n    ],\n    \"gbagwojuo\": [\n        \"perlustrate\",\n        \"pertused\"\n    ],\n    \"permeameta\": [\n        \"permeameter\"\n    ],\n    \"permeme\": [\n        \"permeance\"\n    ],\n    \"na -ewu a\": [\n        \"permeative\"\n    ],\n    \"nnwere ike kwere\": [\n        \"permissibleness\"\n    ],\n    \"ihe permonosulphuric\": [\n        \"permonosulphuric\"\n    ],\n    \"permutator\": [\n        \"permutatorial\"\n    ],\n    \"Mburu\": [\n        \"permutes\"\n    ],\n    \"nzube ojoo\": [\n        \"perniciousness\"\n    ],\n    \"agụụ iche\": [\n        \"pernickety\",\n        \"pernickity\"\n    ],\n    \"agụụ zuru ezu\": [\n        \"pernicketiness\"\n    ],\n    \"peryicketị\": [\n        \"pernicketty\"\n    ],\n    \"peris\": [\n        \"pernis\"\n    ],\n    \"perone calcaneal\": [\n        \"peroneocalcaneal\"\n    ],\n    \"peroneo tibial\": [\n        \"peroneotibial\"\n    ],\n    \"peroneal\": [\n        \"peronial\"\n    ],\n    \"pero pering\": [\n        \"perorating\"\n    ],\n    \"peroring\": [\n        \"perorations\"\n    ],\n    \"peros\": [\n        \"peroses\"\n    ],\n    \"ọ gbagwojuru anya\": [\n        \"perpended\"\n    ],\n    \"n'akụkụ ọnụ\": [\n        \"perpendicle\",\n        \"perpendicular\"\n    ],\n    \"Mmegide\": [\n        \"perpetrations\"\n    ],\n    \"ndị na-eme mpụ\": [\n        \"perpetrators\"\n    ],\n    \"ndị na-adịgide adịgide\": [\n        \"perpetuators\"\n    ],\n    \"gbagwoju anya\": [\n        \"perplexedly\"\n    ],\n    \"nwee mmiri\": [\n        \"perqueir\"\n    ],\n    \"okwa mmiri\": [\n        \"perquisitor\"\n    ],\n    \"kwa nzuzu\": [\n        \"perridiculous\"\n    ],\n    \"pierre\": [\n        \"perrie\"\n    ],\n    \"perry si\": [\n        \"perries\"\n    ],\n    \"onye okwukwe\": [\n        \"perrinist\"\n    ],\n    \"Perron\": [\n        \"perron\"\n    ],\n    \"Perrukery\": [\n        \"perrukery\"\n    ],\n    \"Persea\": [\n        \"persea\"\n    ],\n    \"onye mkpagbu\": [\n        \"persecutor\"\n    ],\n    \"ndị na-akpagbu\": [\n        \"persecutors\"\n    ],\n    \"nọgidesie ike\": [\n        \"perseid\",\n        \"persevered\",\n        \"persevering\",\n        \"perseveringly\",\n        \"persist\",\n        \"stucken\",\n        \"stucking\"\n    ],\n    \"nnọgidesi ike\": [\n        \"perseity\",\n        \"persentiscency\",\n        \"perseverance\",\n        \"perseveration\",\n        \"persistence\",\n        \"persistency\"\n    ],\n    \"fepụ ekwentị\": [\n        \"persephone\"\n    ],\n    \"Persian\": [\n        \"persian\"\n    ],\n    \"maa iwu\": [\n        \"persicize\"\n    ],\n    \"Persienne\": [\n        \"persienne\"\n    ],\n    \"ikwesiwe ike\": [\n        \"persiflate\"\n    ],\n    \"Peris\": [\n        \"persis\"\n    ],\n    \"nnọgide\": [\n        \"persism\"\n    ],\n    \"nọgidesiri ike\": [\n        \"persisted\",\n        \"stuck\"\n    ],\n    \"n'ịnọgide\": [\n        \"persistently\",\n        \"persistingly\",\n        \"sticking\"\n    ],\n    \"ịnọgidesi ike\": [\n        \"persister\"\n    ],\n    \"sie ọnwụ\": [\n        \"persistive\"\n    ],\n    \"abledị àgwà\": [\n        \"personableness\"\n    ],\n    \"njide onwe onye\": [\n        \"personage\",\n        \"personalism\",\n        \"restrainedness\",\n        \"selfdom\"\n    ],\n    \"nke onwe\": [\n        \"personal\",\n        \"personalistic\",\n        \"personalness\",\n        \"privatistic\"\n    ],\n    \"onye,\": [\n        \"personalia\"\n    ],\n    \"nhazi nke onwe\": [\n        \"personalisation\",\n        \"personalization\",\n        \"personization\"\n    ],\n    \"onye ọrụ onwe\": [\n        \"personalist\"\n    ],\n    \"ahaziri iche\": [\n        \"personalized\",\n        \"personalizes\",\n        \"personize\",\n        \"stylopized\"\n    ],\n    \"mee ka ọ pụta ìhè\": [\n        \"personifiable\",\n        \"personifiant\",\n        \"personified\"\n    ],\n    \"ifierdị mmadụ\": [\n        \"personifier\"\n    ],\n    \"onye na-ele ihe anya\": [\n        \"perspectivist\"\n    ],\n    \"Nke doro anya\": [\n        \"perspicable\"\n    ],\n    \"uhie uhie\": [\n        \"perspicil\",\n        \"red\",\n        \"redheart\",\n        \"redlegs\",\n        \"redwood\",\n        \"redwud\",\n        \"rewood\",\n        \"scalet\",\n        \"scarlet\",\n        \"scarlety\"\n    ],\n    \"nsụda\": [\n        \"perspicuousness\"\n    ],\n    \"ọsụsọ\": [\n        \"perspirability\",\n        \"perspirant\",\n        \"perspiration\",\n        \"perspired\",\n        \"perspires\",\n        \"perspiry\",\n        \"perspiring\",\n        \"perspiringly\",\n        \"sweat\",\n        \"sweatband\",\n        \"sweated\",\n        \"sweatful\",\n        \"sweath\",\n        \"sweaty\",\n        \"sweatily\",\n        \"sweatiness\",\n        \"sweating\",\n        \"sweatless\",\n        \"sweats\",\n        \"sweatshop\",\n        \"sweatshops\"\n    ],\n    \"perspirap\": [\n        \"perspirative\"\n    ],\n    \"gbaa ọsụsọ\": [\n        \"perspire\"\n    ],\n    \"kwagide\": [\n        \"persuader\",\n        \"persuasion\",\n        \"sustain\"\n    ],\n    \"gbanwee obi\": [\n        \"persuades\"\n    ],\n    \"kwa thiocyanic\": [\n        \"perthiocyanic\"\n    ],\n    \"nke perthitic\": [\n        \"perthitic\"\n    ],\n    \"perti\": [\n        \"perty\"\n    ],\n    \"ihe lara n'iyi\": [\n        \"pertish\"\n    ],\n    \"pert\": [\n        \"pertnesses\",\n        \"pertusion\"\n    ],\n    \"Anyi Ogba\": [\n        \"perturbatrix\"\n    ],\n    \"ihe na-echegbu onwe ya\": [\n        \"perturbed\"\n    ],\n    \"Perugian\": [\n        \"perugian\"\n    ],\n    \"peruk\": [\n        \"peruked\"\n    ],\n    \"perusus\": [\n        \"perusable\"\n    ],\n    \"Kwuru na\": [\n        \"perused\"\n    ],\n    \"Purevian\": [\n        \"peruvian\"\n    ],\n    \"jupụtara ebe niile\": [\n        \"pervade\",\n        \"pervaded\",\n        \"pervades\"\n    ],\n    \"pervad\": [\n        \"pervaders\"\n    ],\n    \"n'arụ\": [\n        \"pervadingly\",\n        \"surfacing\"\n    ],\n    \"iju ebe nile\": [\n        \"pervadingness\"\n    ],\n    \"ju ebe niile\": [\n        \"pervasive\"\n    ],\n    \"gbagọọ agbagọ\": [\n        \"pervertedly\",\n        \"twistings\"\n    ],\n    \"ihe ntụgharị\": [\n        \"perverter\",\n        \"reversifier\",\n        \"subverter\"\n    ],\n    \"permeability\": [\n        \"perviability\"\n    ],\n    \"permeable\": [\n        \"perviable\"\n    ],\n    \"Omejọ\": [\n        \"pervicaciousness\"\n    ],\n    \"echiche rụrụ arụ\": [\n        \"perviousness\"\n    ],\n    \"na-eme ebe nile\": [\n        \"perwick\"\n    ],\n    \"peshwashị\": [\n        \"peshwaship\"\n    ],\n    \"ndị nwere enweghị nchekwube\": [\n        \"pessimists\"\n    ],\n    \"pesti\": [\n        \"pest\"\n    ],\n    \"pestalozzian\": [\n        \"pestalozzianism\"\n    ],\n    \"mere ka a ghara\": [\n        \"pestered\"\n    ],\n    \"ihe na-egbu mmụọ\": [\n        \"pestering\"\n    ],\n    \"pita\": [\n        \"pesters\",\n        \"peters\",\n        \"punters\"\n    ],\n    \"pestest\": [\n        \"pestful\"\n    ],\n    \"ulo ndita\": [\n        \"pesthouse\"\n    ],\n    \"ọgwụ na-egbu ihe\": [\n        \"pesticidal\"\n    ],\n    \"ọgwụ anwụ\": [\n        \"pesticides\"\n    ],\n    \"ajọ ọrịa\": [\n        \"pestifugous\",\n        \"pestilential\",\n        \"pestilentially\"\n    ],\n    \"ahụhụ pestilential\": [\n        \"pestilentialness\"\n    ],\n    \"pestle\": [\n        \"pestled\"\n    ],\n    \"Pita\": [\n        \"pet\",\n        \"petemen\",\n        \"peter\",\n        \"peterman\",\n        \"petrificant\",\n        \"pita\",\n        \"pitas\"\n    ],\n    \"onye na-ebu anụ ụlọ\": [\n        \"petardeer\"\n    ],\n    \"onye na-elekọta anya\": [\n        \"petardier\"\n    ],\n    \"onye petaurist\": [\n        \"petaurist\"\n    ],\n    \"gharịrị\": [\n        \"petered\"\n    ],\n    \"ịeterụ mmanụ\": [\n        \"petering\"\n    ],\n    \"Peteru\": [\n        \"peterloo\",\n        \"pitsaw\"\n    ],\n    \"Pita na-anụ ọkụ\": [\n        \"petermen\"\n    ],\n    \"aririo\": [\n        \"petition\"\n    ],\n    \"petital\": [\n        \"petitional\"\n    ],\n    \"Akpụkpọ anụ ụlọ\": [\n        \"petkins\"\n    ],\n    \"petreit\": [\n        \"petreity\"\n    ],\n    \"rifmụaka\": [\n        \"petrifaction\"\n    ],\n    \"Petrifiable\": [\n        \"petrifiable\"\n    ],\n    \"rificmụ mmanụ aja\": [\n        \"petrificate\"\n    ],\n    \"Petrobrusian\": [\n        \"petrobrusian\"\n    ],\n    \"Petrochemical\": [\n        \"petrochemical\"\n    ],\n    \"ndị na-arụ ọrụ mmanụ ụlọ\": [\n        \"petrographers\"\n    ],\n    \"petrolous\": [\n        \"petroleous\"\n    ],\n    \"petrolur\": [\n        \"petroleur\"\n    ],\n    \"petroluse\": [\n        \"petroleuse\"\n    ],\n    \"petrol\": [\n        \"petrolled\",\n        \"petrols\"\n    ],\n    \"na-eme petrol\": [\n        \"petrolling\"\n    ],\n    \"onye na-ahụ maka ihe banyere ụmụ anụmanụ\": [\n        \"petrologist\"\n    ],\n    \"ndị na-amụ banyere petrologists\": [\n        \"petrologists\"\n    ],\n    \"petrololin\": [\n        \"petroxolin\"\n    ],\n    \"anu ulo\": [\n        \"pets\"\n    ],\n    \"tedjọ\": [\n        \"pettedness\"\n    ],\n    \"lọ petty\": [\n        \"petticoatery\"\n    ],\n    \"petty\": [\n        \"pettled\"\n    ],\n    \"pett na-atụrụ\": [\n        \"pettling\"\n    ],\n    \"petunts\": [\n        \"petuntse\",\n        \"petuntses\"\n    ],\n    \"piwu\": [\n        \"pew\"\n    ],\n    \"pewee\": [\n        \"pewees\"\n    ],\n    \"pew\": [\n        \"pewful\",\n        \"pewters\"\n    ],\n    \"ị na-akụ\": [\n        \"pewing\"\n    ],\n    \"enweghị pew\": [\n        \"pewless\"\n    ],\n    \"peww\": [\n        \"pewter\"\n    ],\n    \"onye na-atụ egwu\": [\n        \"pewterer\",\n        \"terrifier\",\n        \"throbber\"\n    ],\n    \"Obiligbo\": [\n        \"pflag\",\n        \"pleurenchyma\"\n    ],\n    \"osoje\": [\n        \"phacella\",\n        \"vicegerency\",\n        \"vicegerents\"\n    ],\n    \"ososo\": [\n        \"phacocele\",\n        \"spaed\",\n        \"speed\",\n        \"speeder\",\n        \"speedups\",\n        \"speedwell\"\n    ],\n    \"ihe ndokwa\": [\n        \"phaenanthery\",\n        \"prepositure\"\n    ],\n    \"iheomacho\": [\n        \"phagocyter\"\n    ],\n    \"ihendic\": [\n        \"phagocytotic\"\n    ],\n    \"onye nkwalite ugwu\": [\n        \"phalansterist\"\n    ],\n    \"phauciucian\": [\n        \"phaleucian\"\n    ],\n    \"nke palical\": [\n        \"phallical\"\n    ],\n    \"phallic\": [\n        \"phallics\"\n    ],\n    \"phallus\": [\n        \"phallis\"\n    ],\n    \"palloid\": [\n        \"phalloid\"\n    ],\n    \"akpoloplasty\": [\n        \"phalloplasty\"\n    ],\n    \"panorocarpous\": [\n        \"phanerocarpous\"\n    ],\n    \"panoromere\": [\n        \"phaneromere\"\n    ],\n    \"panoroscope\": [\n        \"phaneroscope\"\n    ],\n    \"panorozoic\": [\n        \"phanerozoic\"\n    ],\n    \"panorozonate\": [\n        \"phanerozonate\"\n    ],\n    \"fhanic\": [\n        \"phanic\"\n    ],\n    \"nke a na-emechi anya\": [\n        \"phantasmally\"\n    ],\n    \"phantasmika\": [\n        \"phantasmical\"\n    ],\n    \"phantastic\": [\n        \"phantast\",\n        \"phantastical\",\n        \"phantasts\"\n    ],\n    \"Fero\": [\n        \"pharaoh\"\n    ],\n    \"ndị Fero\": [\n        \"pharaohs\"\n    ],\n    \"Pharian\": [\n        \"pharian\"\n    ],\n    \"onye isi ogu\": [\n        \"pharisaist\",\n        \"warlord\"\n    ],\n    \"ere ọgwụ\": [\n        \"pharmaceutically\"\n    ],\n    \"ndị na-ere ọgwụ\": [\n        \"pharmacists\",\n        \"pharmacopeian\",\n        \"pharmacopoeian\"\n    ],\n    \"ọgwụ pharmacodiagnosis\": [\n        \"pharmacodiagnosis\"\n    ],\n    \"ọgwụ pharmacodynamic\": [\n        \"pharmacodynamic\"\n    ],\n    \"ọgwụ pharmacodynamical\": [\n        \"pharmacodynamical\"\n    ],\n    \"ọgwụ pharmacodynamics\": [\n        \"pharmacodynamics\"\n    ],\n    \"ọgwụ pharmacognosy\": [\n        \"pharmacognosy\"\n    ],\n    \"iji ọgwụ\": [\n        \"pharmacologically\"\n    ],\n    \"ọkà mmụta ọgwụ ọgwụ\": [\n        \"pharmacologist\"\n    ],\n    \"ndị ọkà mmụta ọgwụ\": [\n        \"pharmacologists\",\n        \"phrenologists\"\n    ],\n    \"ọgwụ pharmacopsychology\": [\n        \"pharmacopsychology\"\n    ],\n    \"Ijeoma\": [\n        \"phascolomys\",\n        \"planoconvex\",\n        \"quinazolyl\",\n        \"samadh\",\n        \"saxten\",\n        \"shradh\",\n        \"stapedez\",\n        \"stilyaga\",\n        \"stotterel\",\n        \"sustanedly\",\n        \"zalophus\"\n    ],\n    \"adọ\": [\n        \"phase\",\n        \"phaseal\",\n        \"phased\"\n    ],\n    \"adọghị\": [\n        \"phaseless\"\n    ],\n    \"adọgbu\": [\n        \"phaseolous\"\n    ],\n    \"osochi\": [\n        \"phasitron\"\n    ],\n    \"nke ike\": [\n        \"phatic\",\n        \"volational\"\n    ],\n    \"fiizant\": [\n        \"pheasant\"\n    ],\n    \"pidoido\": [\n        \"pheidole\"\n    ],\n    \"inyi.achukwu\": [\n        \"phellodendron\"\n    ],\n    \"anbọchị\": [\n        \"phenanthridone\"\n    ],\n    \"chukwunonso chukwunonso\": [\n        \"phenylglyoxylic\"\n    ],\n    \"phoenixes\": [\n        \"phenixes\"\n    ],\n    \"phenazine\": [\n        \"phenmiazine\"\n    ],\n    \"Imeju\": [\n        \"phenolize\"\n    ],\n    \"na usoro\": [\n        \"phenologically\",\n        \"sequenced\",\n        \"sequentializes\",\n        \"sequentializing\"\n    ],\n    \"ihe ịtụnanya\": [\n        \"phenomenalism\"\n    ],\n    \"na -enweta\": [\n        \"phenomenalizing\",\n        \"superweening\"\n    ],\n    \"phenik\": [\n        \"phenomenic\"\n    ],\n    \"onye na-enyocha ihe omimi\": [\n        \"phenomenologist\"\n    ],\n    \"pentolamine\": [\n        \"phentolamine\"\n    ],\n    \"onyebueke\": [\n        \"pherecratean\"\n    ],\n    \"pherefatta\": [\n        \"pherephatta\"\n    ],\n    \"na-enyere ndị mmadụ aka\": [\n        \"phialful\",\n        \"phialing\",\n        \"philanthropical\",\n        \"philanthropising\",\n        \"philanthropistic\",\n        \"philanthropize\",\n        \"philanthropizing\",\n        \"philatelistic\",\n        \"philippistic\",\n        \"philologistic\",\n        \"philotheistic\",\n        \"prediscouraged\"\n    ],\n    \"ọ na-ewute m\": [\n        \"phialled\"\n    ],\n    \"phialophora\": [\n        \"phialophore\"\n    ],\n    \"philodromidae\": [\n        \"phycodromidae\"\n    ],\n    \"physiography\": [\n        \"phycography\"\n    ],\n    \"ụbara\": [\n        \"phycomyces\",\n        \"plenitudinous\"\n    ],\n    \"Figalian\": [\n        \"phigalian\"\n    ],\n    \"Ndị na-eme ihe nkiri\": [\n        \"philadelphians\",\n        \"scourgers\",\n        \"vivisectionists\"\n    ],\n    \"Onye Udo\": [\n        \"philanthrope\"\n    ],\n    \"onye na-enyere ndị mmadụ aka\": [\n        \"philanthropinist\",\n        \"philarchaist\",\n        \"philocatholic\"\n    ],\n    \"onye na-enyere ndi mmadu aka\": [\n        \"philanthropist\"\n    ],\n    \"ndị na-enyere ndị mmadụ aka\": [\n        \"philanthropists\",\n        \"philatelists\"\n    ],\n    \"n'ikwu okwu ọma\": [\n        \"philatelically\"\n    ],\n    \"Faịlimọn\": [\n        \"philemon\"\n    ],\n    \"Philippines\": [\n        \"philesia\",\n        \"philippa\",\n        \"philippan\",\n        \"philippine\",\n        \"philippines\",\n        \"philippus\"\n    ],\n    \"phylesise\": [\n        \"phylesises\"\n    ],\n    \"Failiasọs\": [\n        \"philetaerus\"\n    ],\n    \"akwalite\": [\n        \"philharmonics\",\n        \"promotable\",\n        \"promotions\",\n        \"promotorial\",\n        \"promotress\",\n        \"pseudographeme\",\n        \"pseudoinspiring\",\n        \"psoroid\",\n        \"psorosperm\"\n    ],\n    \"Filip\": [\n        \"philic\"\n    ],\n    \"Filipina\": [\n        \"philippian\",\n        \"philippina\"\n    ],\n    \"ndị Filipaị\": [\n        \"philippians\"\n    ],\n    \"Filipi\": [\n        \"philippic\"\n    ],\n    \"onye na-enye ihe nkwado\": [\n        \"philippizer\"\n    ],\n    \"Filistia\": [\n        \"philistia\"\n    ],\n    \"onye Filistia\": [\n        \"philistian\"\n    ],\n    \"Ndị Filistia\": [\n        \"philistines\"\n    ],\n    \"nwekoegu\": [\n        \"philistinish\"\n    ],\n    \"hydị phylliform\": [\n        \"phylliform\"\n    ],\n    \"nweghakwa\": [\n        \"phillipeener\"\n    ],\n    \"phylogeny\": [\n        \"phyllogenous\"\n    ],\n    \"phyllodes\": [\n        \"phylloids\"\n    ],\n    \"phylloxera\": [\n        \"phylloxerae\",\n        \"phylloxeran\",\n        \"phylloxeridae\"\n    ],\n    \"philocom\": [\n        \"philocomal\"\n    ],\n    \"Onyeegwu\": [\n        \"philofelist\",\n        \"spirantal\",\n        \"venerian\"\n    ],\n    \"onye na-enye obi ebere\": [\n        \"philogeant\"\n    ],\n    \"n'usoro ogwu\": [\n        \"phylogenetically\"\n    ],\n    \"nye echiche\": [\n        \"philologize\"\n    ],\n    \"Ndị na-elekọta mmadụ\": [\n        \"philomels\"\n    ],\n    \"Onye Filistia\": [\n        \"philonian\"\n    ],\n    \"onyeagbara\": [\n        \"philopater\",\n        \"platitudinarian\"\n    ],\n    \"Onye isi ihe\": [\n        \"philopornist\"\n    ],\n    \"nkà ihe ọmụma\": [\n        \"philosoph\",\n        \"philosophastering\",\n        \"philosophastry\",\n        \"philosophe\",\n        \"philosophedom\",\n        \"philosopheme\",\n        \"philosophership\",\n        \"philosophes\",\n        \"philosophy\",\n        \"philosophic\",\n        \"philosophical\",\n        \"philosophically\",\n        \"philosophicalness\",\n        \"philosophicohistorical\",\n        \"philosophicojuristic\",\n        \"philosophicolegal\",\n        \"philosophicopsychological\",\n        \"philosophicotheological\",\n        \"philosophies\",\n        \"philosophilous\",\n        \"philosophisation\",\n        \"philosophise\",\n        \"philosophising\",\n        \"philosophism\",\n        \"philosophistical\",\n        \"philosophization\",\n        \"philosophize\",\n        \"philosophized\",\n        \"philosophizes\",\n        \"philosophobia\",\n        \"philosophocracy\",\n        \"philosophuncule\",\n        \"theophilosophic\",\n        \"tylosoid\",\n        \"typhlosolar\",\n        \"typhlosole\"\n    ],\n    \"ndị ọkà ihe ọmụma\": [\n        \"philosophers\",\n        \"philosophizers\"\n    ],\n    \"nkà ihe ọmụma okpukpe\": [\n        \"philosophicoreligious\"\n    ],\n    \"phymatous\": [\n        \"phymatoid\",\n        \"phymatosis\"\n    ],\n    \"phimosis\": [\n        \"phimoses\"\n    ],\n    \"philippe\": [\n        \"phippe\"\n    ],\n    \"physalis\": [\n        \"physalian\"\n    ],\n    \"ịkpa ahụ\": [\n        \"physeteridae\",\n        \"physeterinae\"\n    ],\n    \"iangha\": [\n        \"physianthropy\"\n    ],\n    \"physics\": [\n        \"physicalism\",\n        \"physicism\",\n        \"physicist\",\n        \"physitism\"\n    ],\n    \"Physist\": [\n        \"physicalist\"\n    ],\n    \"n'ụzọ anụ ahụ\": [\n        \"physicalistically\"\n    ],\n    \"n'anụ ahụ\": [\n        \"physically\",\n        \"unfleshly\"\n    ],\n    \"enweghị dibịa\": [\n        \"physicianless\"\n    ],\n    \"ndị dibịa\": [\n        \"physicians\"\n    ],\n    \"dibịa\": [\n        \"physicianship\"\n    ],\n    \"ndị physics\": [\n        \"physicists\"\n    ],\n    \"ịgha ahụ\": [\n        \"physicking\"\n    ],\n    \"ọkà n'ihe banyere physics\": [\n        \"physicochemist\"\n    ],\n    \"physics mgbakọ na mwepụ\": [\n        \"physicomathematical\",\n        \"physicomathematics\"\n    ],\n    \"physicomechanical ọrụ\": [\n        \"physicomechanical\"\n    ],\n    \"ihe physicomorphic\": [\n        \"physicomorphic\"\n    ],\n    \"ọgwụgwọ physicotherapeutics\": [\n        \"physicotherapeutics\"\n    ],\n    \"ọgwụgwọ physicotherapy\": [\n        \"physicotherapy\"\n    ],\n    \"onye mmebi iwu\": [\n        \"physiolater\",\n        \"sodomist\"\n    ],\n    \"nhazi ahụ\": [\n        \"physiolatry\"\n    ],\n    \"physiology\": [\n        \"physiologue\"\n    ],\n    \"physiotherapyutical\": [\n        \"physiotherapeutical\"\n    ],\n    \"ndị na-agwọ ọrịa ahụ\": [\n        \"physiotherapists\"\n    ],\n    \"physocisti\": [\n        \"physoclisti\"\n    ],\n    \"pitii\": [\n        \"phit\"\n    ],\n    \"phytịtị\": [\n        \"phytate\"\n    ],\n    \"ọkà n’ihe banyere ahụ́ mmadụ\": [\n        \"phytobiologist\"\n    ],\n    \"n'usoro ihe omume\": [\n        \"phytochemically\"\n    ],\n    \"ihe gbasara ahu ike\": [\n        \"phytoecological\",\n        \"phytooecology\"\n    ],\n    \"n'usoro ndu\": [\n        \"phytogenetically\"\n    ],\n    \"n'usoro ọdịdị ahụ\": [\n        \"phytologically\"\n    ],\n    \"phytometa\": [\n        \"phytometer\"\n    ],\n    \"phyton\": [\n        \"phytons\"\n    ],\n    \"phytopaleontologistọ\": [\n        \"phytopaleontologist\"\n    ],\n    \"Onyebisi\": [\n        \"phleboidal\",\n        \"venedotian\",\n        \"wyclifite\"\n    ],\n    \"ọrịa phlebometritis\": [\n        \"phlebometritis\"\n    ],\n    \"Ekwughachiri\": [\n        \"phlebotomised\"\n    ],\n    \"ọrịre ihe\": [\n        \"phlebotomising\"\n    ],\n    \"Onye na-asụ asụsụ\": [\n        \"phlegmatist\"\n    ],\n    \"akpịrịkpa\": [\n        \"phlegms\",\n        \"ribble\",\n        \"scala\",\n        \"scalades\",\n        \"scaled\",\n        \"scaledrake\",\n        \"scalenous\",\n        \"scalenus\",\n        \"scales\",\n        \"scalops\",\n        \"scalps\",\n        \"scapel\",\n        \"scapha\",\n        \"scapula\",\n        \"scapulae\",\n        \"scaul\",\n        \"scavel\"\n    ],\n    \"flyktọla\": [\n        \"phlyctenula\"\n    ],\n    \"ịtọọgwụ\": [\n        \"phlogisticate\",\n        \"phlogistication\"\n    ],\n    \"Onyere\": [\n        \"phlogiston\"\n    ],\n    \"phistononism\": [\n        \"phlogistonism\"\n    ],\n    \"dibonye\": [\n        \"phlogistonist\"\n    ],\n    \"Uloukwu\": [\n        \"phloretin\",\n        \"ploughtail\"\n    ],\n    \"Ulochukwu\": [\n        \"phloridzin\"\n    ],\n    \"ichoroglucin\": [\n        \"phloroglucin\"\n    ],\n    \"Onyekwena\": [\n        \"phlorrhizin\",\n        \"whorled\"\n    ],\n    \"floxin\": [\n        \"phloxin\"\n    ],\n    \"phobia\": [\n        \"phoby\"\n    ],\n    \"phobic\": [\n        \"phobiac\"\n    ],\n    \"phobias\": [\n        \"phobies\"\n    ],\n    \"fokal\": [\n        \"phocal\"\n    ],\n    \"phenicia\": [\n        \"phoenicia\"\n    ],\n    \"ime ihe nkiri\": [\n        \"phoenicianism\"\n    ],\n    \"Phoenix\": [\n        \"phoenix\"\n    ],\n    \"phoenixike\": [\n        \"phoenixlike\"\n    ],\n    \"ahoovu\": [\n        \"pholcid\"\n    ],\n    \"ọsịna\": [\n        \"pholidote\"\n    ],\n    \"n'olu olu\": [\n        \"phonal\",\n        \"phonemically\",\n        \"phonetic\",\n        \"phonetical\",\n        \"phonetically\",\n        \"phonic\",\n        \"phonically\",\n        \"phonily\",\n        \"vocalically\"\n    ],\n    \"fọnasthenia\": [\n        \"phonasthenia\"\n    ],\n    \"fọnat\": [\n        \"phonate\"\n    ],\n    \"ịkpọ ụda olu\": [\n        \"phonating\",\n        \"phoneticism\",\n        \"phonetization\"\n    ],\n    \"kpọrọ ekwentị\": [\n        \"phoned\"\n    ],\n    \"ekwentị ekwentị\": [\n        \"phoneidoscope\",\n        \"phoneidoscopic\"\n    ],\n    \"telefon\": [\n        \"phonelescope\",\n        \"telpher\"\n    ],\n    \"fọnịm olu\": [\n        \"phonematic\"\n    ],\n    \"fọnịmisik\": [\n        \"phonematics\"\n    ],\n    \"fọnịm\": [\n        \"phoneme\",\n        \"phonemes\",\n        \"phonemic\",\n        \"phonemics\"\n    ],\n    \"onye na-ekwu ihe n'asụsụ\": [\n        \"phonemicist\"\n    ],\n    \"sụgharịa asụsụ\": [\n        \"phonemicize\",\n        \"transvaluate\"\n    ],\n    \"ịkpọ asụsụ\": [\n        \"phonemicized\",\n        \"phonemicizing\",\n        \"phoneticize\",\n        \"phonetize\"\n    ],\n    \"fọnendoskop\": [\n        \"phonendoscope\"\n    ],\n    \"dibia amuma\": [\n        \"phonetician\"\n    ],\n    \"ndị na-amụ asụsụ\": [\n        \"phoneticians\"\n    ],\n    \"onye olu olu\": [\n        \"phoneticist\",\n        \"phonetist\"\n    ],\n    \"mkpọ ụda olu\": [\n        \"phoneticization\"\n    ],\n    \"fọneticogrammatical\": [\n        \"phoneticogrammatical\"\n    ],\n    \"fhoneticohieroglyphic naịsị\": [\n        \"phoneticohieroglyphic\"\n    ],\n    \"fonikon\": [\n        \"phonikon\"\n    ],\n    \"fọnhon\": [\n        \"phonism\"\n    ],\n    \"fonodeik\": [\n        \"phonodeik\"\n    ],\n    \"gramagram\": [\n        \"phonogram\"\n    ],\n    \"phonogram\": [\n        \"phonogramic\"\n    ],\n    \"n'igwe okwu\": [\n        \"phonogramically\",\n        \"phoronomically\"\n    ],\n    \"ihe igwe okwu\": [\n        \"phonogrammatic\",\n        \"phonography\",\n        \"phonographic\",\n        \"phonology\"\n    ],\n    \"n'ikwu okwu n'igwe okwu\": [\n        \"phonogrammically\"\n    ],\n    \"gramafon\": [\n        \"phonograph\",\n        \"phonographist\",\n        \"phonographs\"\n    ],\n    \"onye na-ese okwu okwu\": [\n        \"phonographer\"\n    ],\n    \"fọnol\": [\n        \"phonol\"\n    ],\n    \"fọnolite\": [\n        \"phonolite\"\n    ],\n    \"fọnolitik\": [\n        \"phonolitic\"\n    ],\n    \"n'ikwu okwu igwe\": [\n        \"phonologically\"\n    ],\n    \"ọkà mmụta ihe banyere mmiri\": [\n        \"phonologist\"\n    ],\n    \"ndị ọkà mmụta banyere ihe ọkụ ọkụ\": [\n        \"phonologists\"\n    ],\n    \"fọnomania\": [\n        \"phonomania\"\n    ],\n    \"fọnomita\": [\n        \"phonometer\"\n    ],\n    \"fọnometri\": [\n        \"phonometry\"\n    ],\n    \"fọnometric\": [\n        \"phonometric\"\n    ],\n    \"fọnamọnik\": [\n        \"phonomimic\"\n    ],\n    \"fomomotor\": [\n        \"phonomotor\"\n    ],\n    \"fọnon\": [\n        \"phonon\"\n    ],\n    \"fọntọ\": [\n        \"phonons\"\n    ],\n    \"onye na-anabata ihe\": [\n        \"phonoreceptor\",\n        \"susceptor\",\n        \"tolerator\"\n    ],\n    \"fọnos\": [\n        \"phonos\"\n    ],\n    \"fọnskopu\": [\n        \"phonoscope\"\n    ],\n    \"ihe mmekpa ahụ\": [\n        \"phonotactics\"\n    ],\n    \"fọnotelemeter\": [\n        \"phonotelemeter\"\n    ],\n    \"ihe onyonyo ikuku\": [\n        \"phoroscope\"\n    ],\n    \"fosam\": [\n        \"phospham\"\n    ],\n    \"fosamị\": [\n        \"phosphamic\"\n    ],\n    \"phosphatidic\": [\n        \"phosphamidic\"\n    ],\n    \"phosphates\": [\n        \"phosphated\"\n    ],\n    \"phosphatase\": [\n        \"phosphatese\"\n    ],\n    \"hatgba ume\": [\n        \"phosphatizing\"\n    ],\n    \"foshin\": [\n        \"phosphins\"\n    ],\n    \"site\": [\n        \"phosphor\",\n        \"phosphorus\"\n    ],\n    \"ịgbado ọkụ\": [\n        \"phosphorating\",\n        \"welching\",\n        \"weld\",\n        \"weldability\",\n        \"weldable\",\n        \"welded\",\n        \"welding\",\n        \"weldment\",\n        \"weldments\",\n        \"welf\",\n        \"welldoing\",\n        \"weltering\",\n        \"welting\",\n        \"weltings\"\n    ],\n    \"a gbanwere\": [\n        \"phosphoresced\"\n    ],\n    \"site na phosphorescently\": [\n        \"phosphorescently\"\n    ],\n    \"ihewabegwu\": [\n        \"phosphowolframic\"\n    ],\n    \"fotoactinic\": [\n        \"photoactinic\"\n    ],\n    \"fotoactivation\": [\n        \"photoactivation\"\n    ],\n    \"fotoactivity\": [\n        \"photoactivity\"\n    ],\n    \"fotoaesthetic\": [\n        \"photoaesthetic\"\n    ],\n    \"fotoanamorphosis\": [\n        \"photoanamorphosis\"\n    ],\n    \"fotobacterium\": [\n        \"photobacterium\"\n    ],\n    \"foto nke foto\": [\n        \"photobathic\"\n    ],\n    \"fotobiography\": [\n        \"photobiography\"\n    ],\n    \"fotobiology\": [\n        \"photobiology\"\n    ],\n    \"fotobiologic\": [\n        \"photobiologic\"\n    ],\n    \"ọkà n'ihe banyere ihe banyere mmadu\": [\n        \"photobiologist\"\n    ],\n    \"fotobromide\": [\n        \"photobromide\"\n    ],\n    \"kamera\": [\n        \"photocampsis\"\n    ],\n    \"fotocatalysis\": [\n        \"photocatalysis\"\n    ],\n    \"fotocatalytic\": [\n        \"photocatalytic\"\n    ],\n    \"Photocatalyzer\": [\n        \"photocatalyzer\"\n    ],\n    \"fotocellulose\": [\n        \"photocellulose\"\n    ],\n    \"fotoceramic\": [\n        \"photoceramic\"\n    ],\n    \"fotoceramics\": [\n        \"photoceramics\"\n    ],\n    \"fotochi\": [\n        \"photochemical\"\n    ],\n    \"fotochloride\": [\n        \"photochloride\"\n    ],\n    \"fotochlorination\": [\n        \"photochlorination\"\n    ],\n    \"fotochromascope\": [\n        \"photochromascope\"\n    ],\n    \"fotochromatic\": [\n        \"photochromatic\"\n    ],\n    \"fotochrome\": [\n        \"photochrome\"\n    ],\n    \"fotochromy\": [\n        \"photochromy\"\n    ],\n    \"fotochromic\": [\n        \"photochromic\"\n    ],\n    \"fotochromism\": [\n        \"photochromism\"\n    ],\n    \"fotochromography\": [\n        \"photochromography\"\n    ],\n    \"fotochromolithograph\": [\n        \"photochromolithograph\"\n    ],\n    \"fotochromoscope\": [\n        \"photochromoscope\"\n    ],\n    \"fotochromotype\": [\n        \"photochromotype\"\n    ],\n    \"fotochronographic\": [\n        \"photochronographic\"\n    ],\n    \"Photocinesis\": [\n        \"photocinesis\"\n    ],\n    \"fotocoagulation\": [\n        \"photocoagulation\"\n    ],\n    \"fotocollograph\": [\n        \"photocollograph\"\n    ],\n    \"fotocollography\": [\n        \"photocollography\"\n    ],\n    \"fotocollographic\": [\n        \"photocollographic\"\n    ],\n    \"fotocollotype\": [\n        \"photocollotype\"\n    ],\n    \"foto mkpokọta\": [\n        \"photocombustion\"\n    ],\n    \"Photocompose\": [\n        \"photocompose\"\n    ],\n    \"fotocomposed\": [\n        \"photocomposed\"\n    ],\n    \"fotocompos\": [\n        \"photocomposes\"\n    ],\n    \"fotocomposing\": [\n        \"photocomposing\"\n    ],\n    \"fotocomposition\": [\n        \"photocomposition\"\n    ],\n    \"Photoconduction\": [\n        \"photoconduction\"\n    ],\n    \"fotoconductive\": [\n        \"photoconductive\"\n    ],\n    \"foto foto\": [\n        \"photoconductivity\"\n    ],\n    \"na-edegharị akwụkwọ\": [\n        \"photocopying\"\n    ],\n    \"fotocrayon\": [\n        \"photocrayon\"\n    ],\n    \"fotodynamic\": [\n        \"photodynamic\"\n    ],\n    \"fotoelastic\": [\n        \"photoelastic\"\n    ],\n    \"fotoelectric\": [\n        \"photoelectric\"\n    ],\n    \"fotoelectrical\": [\n        \"photoelectrical\"\n    ],\n    \"fotoelectrically\": [\n        \"photoelectrically\"\n    ],\n    \"fotoelectricity\": [\n        \"photoelectricity\"\n    ],\n    \"fotoelectron\": [\n        \"photoelectron\"\n    ],\n    \"fotoelectrotype\": [\n        \"photoelectrotype\"\n    ],\n    \"Photoemissive\": [\n        \"photoemissive\"\n    ],\n    \"Photoeng\": [\n        \"photoeng\"\n    ],\n    \"fotoepinasty\": [\n        \"photoepinasty\"\n    ],\n    \"fotoynthesis\": [\n        \"photoesthesis\",\n        \"photosyntheses\",\n        \"photosynthesis\",\n        \"photosynthesize\"\n    ],\n    \"photosynthetic\": [\n        \"photoesthetic\"\n    ],\n    \"fotofilm\": [\n        \"photofilm\"\n    ],\n    \"fotofinish\": [\n        \"photofinish\"\n    ],\n    \"fotofission\": [\n        \"photofission\"\n    ],\n    \"Photoflash\": [\n        \"photoflash\"\n    ],\n    \"fotoflight\": [\n        \"photoflight\"\n    ],\n    \"Photoflood\": [\n        \"photoflood\"\n    ],\n    \"Photofloodlamp\": [\n        \"photofloodlamp\"\n    ],\n    \"fotofluorogram\": [\n        \"photofluorogram\"\n    ],\n    \"fotofluorograph\": [\n        \"photofluorograph\"\n    ],\n    \"fotofluorography\": [\n        \"photofluorography\"\n    ],\n    \"fotofluorographic\": [\n        \"photofluorographic\"\n    ],\n    \"fotogalvanograph\": [\n        \"photogalvanograph\"\n    ],\n    \"fotogalvanography\": [\n        \"photogalvanography\"\n    ],\n    \"fotogalvanographic\": [\n        \"photogalvanographic\"\n    ],\n    \"fotogastroscope\": [\n        \"photogastroscope\"\n    ],\n    \"fotogene\": [\n        \"photogene\"\n    ],\n    \"fotogyric\": [\n        \"photogyric\"\n    ],\n    \"fotoglyph\": [\n        \"photoglyph\"\n    ],\n    \"fotoglyphy\": [\n        \"photoglyphy\"\n    ],\n    \"fotoglyphic\": [\n        \"photoglyphic\"\n    ],\n    \"fotoglyptic\": [\n        \"photoglyptic\"\n    ],\n    \"fotoglyptography\": [\n        \"photoglyptography\"\n    ],\n    \"fotogram\": [\n        \"photogram\"\n    ],\n    \"ihe eserese foto\": [\n        \"photogrammeter\"\n    ],\n    \"fotommetric\": [\n        \"photogrammetric\"\n    ],\n    \"fotommetrical\": [\n        \"photogrammetrical\"\n    ],\n    \"foto nke edemede\": [\n        \"photographeress\"\n    ],\n    \"fotovurist\": [\n        \"photogravurist\"\n    ],\n    \"fotohalide\": [\n        \"photohalide\"\n    ],\n    \"fotoheliograph\": [\n        \"photoheliograph\"\n    ],\n    \"fotoheliography\": [\n        \"photoheliography\"\n    ],\n    \"fotoheliographic\": [\n        \"photoheliographic\"\n    ],\n    \"fotoheliometer\": [\n        \"photoheliometer\"\n    ],\n    \"fotoinduction\": [\n        \"photoinduction\"\n    ],\n    \"fotoinhibition\": [\n        \"photoinhibition\"\n    ],\n    \"fotointaglio\": [\n        \"photointaglio\"\n    ],\n    \"fotoisomeric\": [\n        \"photoisomeric\"\n    ],\n    \"fotojournalism\": [\n        \"photojournalism\"\n    ],\n    \"fotojournalist\": [\n        \"photojournalist\"\n    ],\n    \"fotojournalistic\": [\n        \"photojournalistic\"\n    ],\n    \"fotojournalists\": [\n        \"photojournalists\"\n    ],\n    \"ihe nkpuchi akpukpo aru\": [\n        \"photokinetic\"\n    ],\n    \"fotolyte\": [\n        \"photolyte\"\n    ],\n    \"onye na-ese foto foto\": [\n        \"photolithographer\",\n        \"photomicrographer\"\n    ],\n    \"fotolytic\": [\n        \"photolytic\"\n    ],\n    \"fotolytically\": [\n        \"photolytically\"\n    ],\n    \"see foto\": [\n        \"photolyze\"\n    ],\n    \"fotologic\": [\n        \"photologic\"\n    ],\n    \"photometa\": [\n        \"photometer\"\n    ],\n    \"foton\": [\n        \"photon\"\n    ],\n    \"fotonik\": [\n        \"photonic\"\n    ],\n    \"fotonu\": [\n        \"photons\"\n    ],\n    \"fotopathy\": [\n        \"photopathy\"\n    ],\n    \"fotopathic\": [\n        \"photopathic\"\n    ],\n    \"photoperimita\": [\n        \"photoperimeter\"\n    ],\n    \"oge foto\": [\n        \"photoperiod\",\n        \"photoperiodic\"\n    ],\n    \"n'oge ọ bụla\": [\n        \"photoperiodically\"\n    ],\n    \"fotophane\": [\n        \"photophane\"\n    ],\n    \"fotophysical\": [\n        \"photophysical\"\n    ],\n    \"fotophonic\": [\n        \"photophonic\"\n    ],\n    \"fotophoresis\": [\n        \"photophoresis\"\n    ],\n    \"fotopias\": [\n        \"photopias\"\n    ],\n    \"fotopic\": [\n        \"photopic\"\n    ],\n    \"fotopile\": [\n        \"photopile\"\n    ],\n    \"Photopitometer\": [\n        \"photopitometer\"\n    ],\n    \"Photoplaywright\": [\n        \"photoplaywright\"\n    ],\n    \"fotopolymer\": [\n        \"photopolymer\"\n    ],\n    \"ịse foto\": [\n        \"photoprinting\"\n    ],\n    \"foto oru\": [\n        \"photoprocess\"\n    ],\n    \"fotoptometa\": [\n        \"photoptometer\"\n    ],\n    \"fotoradio\": [\n        \"photoradio\"\n    ],\n    \"fotoradiogram\": [\n        \"photoradiogram\"\n    ],\n    \"photereactivating\": [\n        \"photoreactivating\"\n    ],\n    \"fotoaltalt\": [\n        \"photosalt\"\n    ],\n    \"fotocope\": [\n        \"photoscope\"\n    ],\n    \"fotocopi\": [\n        \"photoscopy\"\n    ],\n    \"fotocopic\": [\n        \"photoscopic\"\n    ],\n    \"fotoculptural\": [\n        \"photosculptural\"\n    ],\n    \"fotoculpture\": [\n        \"photosculpture\"\n    ],\n    \"gbasosie\": [\n        \"photosensitive\"\n    ],\n    \"ensgba foto\": [\n        \"photosensitiveness\"\n    ],\n    \"fotoensitization\": [\n        \"photosensitization\"\n    ],\n    \"fotoensitized\": [\n        \"photosensitized\"\n    ],\n    \"fotoensitizer\": [\n        \"photosensitizer\"\n    ],\n    \"fotoensitizes\": [\n        \"photosensitizes\"\n    ],\n    \"fotoensory\": [\n        \"photosensory\"\n    ],\n    \"fotoetter\": [\n        \"photosetter\"\n    ],\n    \"Photoyntax\": [\n        \"photosyntax\"\n    ],\n    \"fotoynthate\": [\n        \"photosynthate\"\n    ],\n    \"photosynty ikechukwu\": [\n        \"photosynthetically\"\n    ],\n    \"fotopectroheliograph\": [\n        \"photospectroheliograph\"\n    ],\n    \"foto nlegharị anya\": [\n        \"photospectroscope\"\n    ],\n    \"fotogratụsị\": [\n        \"photospectroscopic\"\n    ],\n    \"foto nke ihe nkiri\": [\n        \"photospectroscopical\"\n    ],\n    \"na ese foto\": [\n        \"photostatically\"\n    ],\n    \"phototaktikọ\": [\n        \"phototactism\"\n    ],\n    \"photaxaxis\": [\n        \"phototaxis\"\n    ],\n    \"phototherapeutic na-agwọ ọrịa\": [\n        \"phototherapeutic\"\n    ],\n    \"ọgwụ phototherapeutics\": [\n        \"phototherapeutics\"\n    ],\n    \"ọgwụ fototerapi\": [\n        \"phototherapies\"\n    ],\n    \"fotovisual\": [\n        \"photovisual\"\n    ],\n    \"fotovitrotype\": [\n        \"photovitrotype\"\n    ],\n    \"fotovoltaic\": [\n        \"photovoltaic\"\n    ],\n    \"fotoxylography\": [\n        \"photoxylography\"\n    ],\n    \"fotozinco\": [\n        \"photozinco\"\n    ],\n    \"fotozincograph\": [\n        \"photozincograph\"\n    ],\n    \"fotozincography\": [\n        \"photozincography\"\n    ],\n    \"fotozincographic\": [\n        \"photozincographic\"\n    ],\n    \"fotozincotype\": [\n        \"photozincotype\"\n    ],\n    \"fotozincotypy\": [\n        \"photozincotypy\"\n    ],\n    \"phph\": [\n        \"phpht\"\n    ],\n    \"nkwebisi\": [\n        \"phractamphibia\"\n    ],\n    \"nkebi ahịrịokwu\": [\n        \"phrasal\",\n        \"phrasally\",\n        \"phrases\",\n        \"phrasings\"\n    ],\n    \"ahịrịokwu\": [\n        \"phrase\",\n        \"phrased\",\n        \"phrasey\",\n        \"phrasem\",\n        \"phraser\",\n        \"rowley\",\n        \"sentences\"\n    ],\n    \"nkebi okwu\": [\n        \"phraseable\",\n        \"phraseless\"\n    ],\n    \"akpaokwu\": [\n        \"phraseogram\",\n        \"phraseograph\",\n        \"phraseography\",\n        \"phraseographic\",\n        \"phraseology\",\n        \"phraseologic\",\n        \"phraseological\",\n        \"phraseologically\",\n        \"phraseologies\",\n        \"phratries\"\n    ],\n    \"akpaokwu ọkà mmụta sayensị\": [\n        \"phraseologist\"\n    ],\n    \"kwupu okwu\": [\n        \"phrasify\"\n    ],\n    \"ihe odee\": [\n        \"phrator\"\n    ],\n    \"ọrịa ọgwụ\": [\n        \"phreatophytic\"\n    ],\n    \"na mkpali\": [\n        \"phrenetically\"\n    ],\n    \"Okponowu\": [\n        \"phrenicopericardiac\"\n    ],\n    \"frenik\": [\n        \"phrenitic\"\n    ],\n    \"phhonograih\": [\n        \"phrenograih\"\n    ],\n    \"Akwukwo akuko\": [\n        \"phrenological\"\n    ],\n    \"Uchechukwu phrenom\": [\n        \"phrenomesmerism\"\n    ],\n    \"frenosinik\": [\n        \"phrenosinic\"\n    ],\n    \"frigianize\": [\n        \"phrygianize\"\n    ],\n    \"phthalic\": [\n        \"phtalic\"\n    ],\n    \"chukwuedo\": [\n        \"phthalan\"\n    ],\n    \"fetaelụ\": [\n        \"phthalate\"\n    ],\n    \"phthalazine\": [\n        \"phthalazin\"\n    ],\n    \"naphthalene\": [\n        \"phthaleine\"\n    ],\n    \"fiotikol\": [\n        \"phthiocol\"\n    ],\n    \"ọgwụ ike\": [\n        \"phthisiotherapeutic\",\n        \"phthisiotherapy\",\n        \"suprapygal\"\n    ],\n    \"piaff\": [\n        \"piaffed\"\n    ],\n    \"Piangendo\": [\n        \"piangendo\"\n    ],\n    \"piano\": [\n        \"pianisms\",\n        \"piannet\"\n    ],\n    \"Pianissimos\": [\n        \"pianissimos\"\n    ],\n    \"pianist\": [\n        \"pianistic\"\n    ],\n    \"pianistị\": [\n        \"pianistically\"\n    ],\n    \"pianofor\": [\n        \"pianoforte\",\n        \"pianofortes\",\n        \"pianofortist\"\n    ],\n    \"onye piar\": [\n        \"piarist\"\n    ],\n    \"Piasabas\": [\n        \"piasabas\"\n    ],\n    \"Piassabas\": [\n        \"piassabas\"\n    ],\n    \"Piaster\": [\n        \"piaster\"\n    ],\n    \"padokata\": [\n        \"picadors\"\n    ],\n    \"mara nma\": [\n        \"piceous\"\n    ],\n    \"chichurim\": [\n        \"pichurim\"\n    ],\n    \"pickable ness\": [\n        \"pickableness\"\n    ],\n    \"Pịkụl\": [\n        \"pickadil\",\n        \"pickadils\",\n        \"pickery\",\n        \"pickle\",\n        \"pickled\",\n        \"pickles\",\n        \"pickpole\",\n        \"pickshaft\"\n    ],\n    \"na-ewere\": [\n        \"pickaxing\",\n        \"seizing\",\n        \"seizins\",\n        \"takeing\",\n        \"takers\",\n        \"taking\",\n        \"takingly\",\n        \"takins\"\n    ],\n    \"pịịk\": [\n        \"pickeer\"\n    ],\n    \"tụtụọrọ\": [\n        \"pickeered\"\n    ],\n    \"na-atụtụ\": [\n        \"pickeering\",\n        \"picketeer\",\n        \"picketer\",\n        \"picketing\"\n    ],\n    \"ndị na-atụtụ\": [\n        \"pickeers\",\n        \"pickers\",\n        \"picketers\"\n    ],\n    \"onye na-atụtụ\": [\n        \"picker\"\n    ],\n    \"pọọtụ\": [\n        \"picket\"\n    ],\n    \"pịketị\": [\n        \"pickets\"\n    ],\n    \"pfọdfuru\": [\n        \"pickfork\",\n        \"pitchfork\"\n    ],\n    \"Pịkụl dị ka\": [\n        \"picklelike\"\n    ],\n    \"onye ntụtụ\": [\n        \"pickleman\",\n        \"pickman\",\n        \"pickmaw\",\n        \"pickmen\",\n        \"picksman\"\n    ],\n    \"onye na-atụtụtụ\": [\n        \"pickler\"\n    ],\n    \"pịkụl\": [\n        \"pickleworm\"\n    ],\n    \"tụtụkọtị\": [\n        \"picklocks\"\n    ],\n    \"picnicker\": [\n        \"picknicker\"\n    ],\n    \"chikezie\": [\n        \"pickpenny\"\n    ],\n    \"aka n'akpa\": [\n        \"pickpocket\"\n    ],\n    \"Akaebe\": [\n        \"pickpocketry\"\n    ],\n    \"onye na-atụtụ aka\": [\n        \"pickpurse\"\n    ],\n    \"onye nchikota ihe\": [\n        \"picksmith\"\n    ],\n    \"tụtụlite\": [\n        \"pickup\"\n    ],\n    \"nnara\": [\n        \"pickups\",\n        \"picry\"\n    ],\n    \"pickwickians\": [\n        \"pickwickianism\"\n    ],\n    \"pickwickian\": [\n        \"pickwickianly\"\n    ],\n    \"pickwick\": [\n        \"pickwicks\"\n    ],\n    \"picnick\": [\n        \"picnicked\"\n    ],\n    \"picometa\": [\n        \"picometer\"\n    ],\n    \"pịpụtị\": [\n        \"picots\"\n    ],\n    \"ritmụaka\": [\n        \"picrites\"\n    ],\n    \"Foto\": [\n        \"pict\"\n    ],\n    \"see ihe osise\": [\n        \"pictorialize\",\n        \"picturize\"\n    ],\n    \"dị ka foto\": [\n        \"picturelike\"\n    ],\n    \"Ose foto\": [\n        \"picturemaker\"\n    ],\n    \"idlọ akwụkwọ\": [\n        \"piddler\"\n    ],\n    \"piddle\": [\n        \"piddles\"\n    ],\n    \"ịsụgharị\": [\n        \"pidgizing\",\n        \"pretranslate\",\n        \"reinterpreting\",\n        \"retranslating\",\n        \"translinguate\"\n    ],\n    \"pebald\": [\n        \"piebald\"\n    ],\n    \"pebaldism\": [\n        \"piebaldism\"\n    ],\n    \"igwe ejije\": [\n        \"piebaldly\"\n    ],\n    \"pebal\": [\n        \"piebalds\"\n    ],\n    \"peer\": [\n        \"piecer\"\n    ],\n    \"Ndị na-akpọ nkụ\": [\n        \"piecers\"\n    ],\n    \"ndị na-arụ ọrụ ibe\": [\n        \"pieceworkers\"\n    ],\n    \"pieing\": [\n        \"piecing\"\n    ],\n    \"ịkpọpu akụkụ\": [\n        \"piecings\",\n        \"piercing\"\n    ],\n    \"paịsịl\": [\n        \"piecrusts\"\n    ],\n    \"nwedịrị ike\": [\n        \"piedforts\"\n    ],\n    \"udo nke\": [\n        \"piedness\"\n    ],\n    \"paịgan\": [\n        \"piegan\"\n    ],\n    \"paụl\": [\n        \"piehouse\"\n    ],\n    \"paịlet\": [\n        \"pielet\"\n    ],\n    \"Pieman\": [\n        \"pieman\"\n    ],\n    \"achicha pan\": [\n        \"piepan\"\n    ],\n    \"pie poudre\": [\n        \"piepoudre\"\n    ],\n    \"papowder\": [\n        \"piepowder\"\n    ],\n    \"dupuo\": [\n        \"pierce\"\n    ],\n    \"piili\": [\n        \"pierceable\"\n    ],\n    \"eduat\": [\n        \"pierced\"\n    ],\n    \"piel\": [\n        \"piercel\"\n    ],\n    \"Ọkpọ\": [\n        \"piercer\"\n    ],\n    \"piar\": [\n        \"piercers\",\n        \"pierces\"\n    ],\n    \"piering\": [\n        \"piercingly\"\n    ],\n    \"ịkpọpu ness\": [\n        \"piercingness\"\n    ],\n    \"pierrette\": [\n        \"pierette\"\n    ],\n    \"Pierian\": [\n        \"pierian\"\n    ],\n    \"Pierides\": [\n        \"pierides\"\n    ],\n    \"Pierrotic\": [\n        \"pierrotic\"\n    ],\n    \"Piers\": [\n        \"piers\"\n    ],\n    \"piiki\": [\n        \"pietic\"\n    ],\n    \"pietiks\": [\n        \"pietisms\"\n    ],\n    \"pezomita\": [\n        \"piezometer\"\n    ],\n    \"pezometry\": [\n        \"piezometry\"\n    ],\n    \"pezometric\": [\n        \"piezometric\"\n    ],\n    \"pezometrical\": [\n        \"piezometrical\"\n    ],\n    \"ezion\": [\n        \"pigdan\"\n    ],\n    \"kpalakwukwu\": [\n        \"pigeonberries\",\n        \"pigeonfoot\",\n        \"pigeonite\",\n        \"pigeonry\",\n        \"pigeons\"\n    ],\n    \"onye kpalakwukwu\": [\n        \"pigeoneer\"\n    ],\n    \"nduru obi\": [\n        \"pigeonhearted\"\n    ],\n    \"obi nduru\": [\n        \"pigeonheartedness\"\n    ],\n    \"nduru, nduru\": [\n        \"pigeonhole\"\n    ],\n    \"ezì azu\": [\n        \"pigfish\"\n    ],\n    \"pigfish\": [\n        \"pigfishes\"\n    ],\n    \"ezi ụkwụ\": [\n        \"pigfoot\"\n    ],\n    \"gerygha\": [\n        \"piggery\",\n        \"raggery\"\n    ],\n    \"Piggyback\": [\n        \"piggyback\"\n    ],\n    \"gygha piggyback\": [\n        \"piggybacking\"\n    ],\n    \"Piggybacks\": [\n        \"piggybacks\"\n    ],\n    \"piggies\": [\n        \"piggiest\"\n    ],\n    \"pigọ\": [\n        \"piggin\",\n        \"pigging\"\n    ],\n    \"ezì\": [\n        \"piggish\",\n        \"pigs\",\n        \"swine\",\n        \"swineherd\",\n        \"swinehood\",\n        \"swiney\"\n    ],\n    \"ezigbo ezi\": [\n        \"piggishly\"\n    ],\n    \"pightle\": [\n        \"pightel\"\n    ],\n    \"ezi ulo\": [\n        \"pigyard\",\n        \"wellhouse\"\n    ],\n    \"pygopodidae\": [\n        \"pygididae\"\n    ],\n    \"ezi dị ka\": [\n        \"piglike\"\n    ],\n    \"pigling hundu\": [\n        \"piglinghood\"\n    ],\n    \"onye na-eme ezi ihe\": [\n        \"pigmaker\"\n    ],\n    \"pigmenti\": [\n        \"pigmentary\",\n        \"pigmentations\"\n    ],\n    \"pygmy\": [\n        \"pigmy\"\n    ],\n    \"pygmy ụlọ\": [\n        \"pygmydom\"\n    ],\n    \"pygmies\": [\n        \"pigmies\"\n    ],\n    \"mkpuchi pygmy\": [\n        \"pygmyhood\"\n    ],\n    \"Pignolia\": [\n        \"pignolia\"\n    ],\n    \"emecha mara\": [\n        \"pignorated\"\n    ],\n    \"na-eme ihe n'echeghị echiche\": [\n        \"pignoratitious\"\n    ],\n    \"Priteria\": [\n        \"pigritia\"\n    ],\n    \"ezì ezi\": [\n        \"pigsconce\",\n        \"pigsnies\"\n    ],\n    \"Ezi\": [\n        \"pigskin\"\n    ],\n    \"akpuru akpu\": [\n        \"pigskins\"\n    ],\n    \"ezinne\": [\n        \"pigsty\",\n        \"pigswill\",\n        \"pussleys\"\n    ],\n    \"onye na-akụ ezi ihe\": [\n        \"pigsticker\"\n    ],\n    \"pigsị\": [\n        \"pigsties\"\n    ],\n    \"wra ọcha\": [\n        \"pigwash\"\n    ],\n    \"nkporo\": [\n        \"pigwidgeon\",\n        \"pigwidgin\",\n        \"pigwigeon\"\n    ],\n    \"pyin\": [\n        \"pyic\"\n    ],\n    \"pajama\": [\n        \"pyjama\"\n    ],\n    \"pajamas\": [\n        \"pyjamas\"\n    ],\n    \"pik\": [\n        \"piked\"\n    ],\n    \"pyknik\": [\n        \"pyknics\"\n    ],\n    \"pịịl\": [\n        \"pilary\",\n        \"pilate\"\n    ],\n    \"pilasta\": [\n        \"pilaster\"\n    ],\n    \"pilaster\": [\n        \"pilastering\"\n    ],\n    \"akaukwu\": [\n        \"pilastraded\"\n    ],\n    \"Pilatian\": [\n        \"pilatian\"\n    ],\n    \"pilau\": [\n        \"pilaued\",\n        \"pilaus\",\n        \"pilaw\"\n    ],\n    \"ohiri isi\": [\n        \"pilch\",\n        \"pilcrow\",\n        \"pillory\",\n        \"pillow\",\n        \"pillowy\",\n        \"pillowwork\"\n    ],\n    \"Ohiri isi\": [\n        \"pilcher\",\n        \"pilkins\",\n        \"pillories\",\n        \"pillowbeer\",\n        \"pillowber\",\n        \"pillowcase\",\n        \"pillowcases\",\n        \"pillowed\",\n        \"pillowing\",\n        \"pillowlike\",\n        \"pillows\",\n        \"pillowslip\",\n        \"pillowslips\"\n    ],\n    \"pilkin\": [\n        \"pilcorn\"\n    ],\n    \"enweghị ikpo\": [\n        \"pileless\"\n    ],\n    \"pilephlebitis\": [\n        \"pylephlebitis\"\n    ],\n    \"na ntanye\": [\n        \"pilferingly\"\n    ],\n    \"Ntuchi\": [\n        \"pilfers\"\n    ],\n    \"onye njem ala nsọ\": [\n        \"pilgrim\",\n        \"pilgrimer\"\n    ],\n    \"njem uka\": [\n        \"pilgrimage\",\n        \"pilgrimdom\",\n        \"pilgrimism\"\n    ],\n    \"njem njem\": [\n        \"pilgrimaged\",\n        \"pilgrimages\",\n        \"travelogues\"\n    ],\n    \"njem ije\": [\n        \"pilgrimager\",\n        \"pilgrimatical\"\n    ],\n    \"njem nsọ\": [\n        \"pilgrimatic\"\n    ],\n    \"njem alakụba\": [\n        \"pilgrimess\"\n    ],\n    \"onye pilgrim dika\": [\n        \"pilgrimlike\"\n    ],\n    \"pili\": [\n        \"pily\"\n    ],\n    \"pilifa\": [\n        \"pilifer\"\n    ],\n    \"Piliganne\": [\n        \"piliganin\"\n    ],\n    \"pikselụ\": [\n        \"pilikia\",\n        \"pixels\"\n    ],\n    \"pilin\": [\n        \"piline\"\n    ],\n    \"na-amụgharị\": [\n        \"piling\",\n        \"rehearsing\",\n        \"vesicating\"\n    ],\n    \"pilipiliula\": [\n        \"pilipilula\"\n    ],\n    \"Erere\": [\n        \"pill\"\n    ],\n    \"izuru ihe\": [\n        \"pillage\"\n    ],\n    \"Na-apụnara mmadụ ihe\": [\n        \"pillaging\"\n    ],\n    \"na-etinye isi\": [\n        \"pillaring\"\n    ],\n    \"onye na-ahu maka ihe\": [\n        \"pillarist\"\n    ],\n    \"pillari\": [\n        \"pillarize\"\n    ],\n    \"yiri ogidi\": [\n        \"pillarlike\"\n    ],\n    \"ịillụ ọgwụ\": [\n        \"pillmaking\"\n    ],\n    \"eji ohiri isi\": [\n        \"pillowmade\"\n    ],\n    \"mkpụrụ ọgwụ\": [\n        \"pills\"\n    ],\n    \"ọgwụ pillworm\": [\n        \"pillworm\"\n    ],\n    \"pylori\": [\n        \"pilori\"\n    ],\n    \"pyloric stenosis\": [\n        \"pyloristenosis\"\n    ],\n    \"ọkwọ ụgbọelu\": [\n        \"pilot\",\n        \"pilotman\",\n        \"pilotship\"\n    ],\n    \"na-anya ụgbọelu\": [\n        \"piloting\",\n        \"pilotless\"\n    ],\n    \"Pilotụ\": [\n        \"pilotism\"\n    ],\n    \"pilot\": [\n        \"pilotry\"\n    ],\n    \"ndị ọkwọ ụgbọelu\": [\n        \"pilots\"\n    ],\n    \"Pilsner\": [\n        \"pilsner\"\n    ],\n    \"Pọtịl\": [\n        \"piltock\"\n    ],\n    \"nke puru iche\": [\n        \"pilulous\"\n    ],\n    \"pimel\": [\n        \"pimelite\"\n    ],\n    \"pimpa\": [\n        \"pimpery\"\n    ],\n    \"piming\": [\n        \"pimping\"\n    ],\n    \"pim\": [\n        \"pimply\"\n    ],\n    \"pimpim\": [\n        \"pimpling\"\n    ],\n    \"imlọ\": [\n        \"pimplo\"\n    ],\n    \"pias\": [\n        \"pinas\"\n    ],\n    \"pinbe tupu\": [\n        \"pinbefore\"\n    ],\n    \"penince\": [\n        \"pincement\"\n    ],\n    \"ntukpo\": [\n        \"pincers\",\n        \"pynung\"\n    ],\n    \"tuo\": [\n        \"pinch\",\n        \"pinchbeck\",\n        \"pinchbelly\",\n        \"pinchcock\",\n        \"pinche\",\n        \"pinches\",\n        \"pinchgut\",\n        \"pinching\",\n        \"pinhold\",\n        \"pinhole\",\n        \"pinnulate\",\n        \"quitch\",\n        \"tuft\",\n        \"tupping\"\n    ],\n    \"tuo azụ\": [\n        \"pinchback\"\n    ],\n    \"tuo anwụrụ\": [\n        \"pinchbug\"\n    ],\n    \"tuo ntamu\": [\n        \"pinchingly\"\n    ],\n    \"ịda mbà n'obi\": [\n        \"pindarism\"\n    ],\n    \"pinding\": [\n        \"pindling\"\n    ],\n    \"paini\": [\n        \"pine\"\n    ],\n    \"ọkwụrụ bekee\": [\n        \"pineapple\",\n        \"pineapples\"\n    ],\n    \"osisi pine\": [\n        \"pines\"\n    ],\n    \"ọkpọ ọkụ\": [\n        \"pinfire\"\n    ],\n    \"pinfish\": [\n        \"pinfishes\"\n    ],\n    \"pinfold\": [\n        \"pinfolded\"\n    ],\n    \"pinging\": [\n        \"pinged\"\n    ],\n    \"mmụta asụsụ\": [\n        \"pinguinitescent\"\n    ],\n    \"atụ asụsụ\": [\n        \"pinguitudinous\"\n    ],\n    \"picnic\": [\n        \"pinic\"\n    ],\n    \"pinafore\": [\n        \"piniform\"\n    ],\n    \"pinion\": [\n        \"pinioned\",\n        \"pinioning\"\n    ],\n    \"pinion yiri\": [\n        \"pinionlike\"\n    ],\n    \"pinkys\": [\n        \"pinkeys\"\n    ],\n    \"pink\": [\n        \"pinken\"\n    ],\n    \"pinkey\": [\n        \"pinkeny\"\n    ],\n    \"pinkfish\": [\n        \"pinkfishes\"\n    ],\n    \"pinkly\": [\n        \"pinkily\"\n    ],\n    \"pinking\": [\n        \"pinkiness\"\n    ],\n    \"pinkish ness\": [\n        \"pinkishness\"\n    ],\n    \"pinkings\": [\n        \"pinknesses\"\n    ],\n    \"onye na-eme ntụtụ\": [\n        \"pinmaker\"\n    ],\n    \"pin na-eme\": [\n        \"pinmaking\"\n    ],\n    \"pinnated\": [\n        \"pinnatedly\"\n    ],\n    \"na-egosi pinnat\": [\n        \"pinnatulate\"\n    ],\n    \"pinner\": [\n        \"pinners\",\n        \"pinnet\"\n    ],\n    \"pinning\": [\n        \"pinningly\",\n        \"pinnings\"\n    ],\n    \"kpebirile\": [\n        \"pinnule\"\n    ],\n    \"kpebirilet\": [\n        \"pinnulet\"\n    ],\n    \"ịkpụcha azụ\": [\n        \"pinoutpinpatch\"\n    ],\n    \"tuo aka\": [\n        \"pinpoint\"\n    ],\n    \"egosiputara\": [\n        \"pinpointed\",\n        \"reappearances\"\n    ],\n    \"atụdo\": [\n        \"pins\",\n        \"pinschers\"\n    ],\n    \"pinstripe\": [\n        \"pinstriped\"\n    ],\n    \"pintar\": [\n        \"pinta\"\n    ],\n    \"pintada\": [\n        \"pintadas\"\n    ],\n    \"pintados\": [\n        \"pintadoes\"\n    ],\n    \"tunye\": [\n        \"pinup\"\n    ],\n    \"chichona\": [\n        \"pyocyanase\"\n    ],\n    \"piolet\": [\n        \"piolets\"\n    ],\n    \"ọsụ ụzọ\": [\n        \"pion\",\n        \"pioneer\",\n        \"pionnotes\"\n    ],\n    \"sụrụ ụzọ\": [\n        \"pioned\",\n        \"pioneered\"\n    ],\n    \"ịsụ ụzọ\": [\n        \"pioneerdom\",\n        \"pioneering\",\n        \"pioneership\",\n        \"pionery\",\n        \"pionic\"\n    ],\n    \"ndị ọsụ ụzọ\": [\n        \"pioneers\"\n    ],\n    \"akịkọtịkọtị\": [\n        \"pyopericarditis\"\n    ],\n    \"ihendioke\": [\n        \"pyophylactic\"\n    ],\n    \"okpokoro pensia\": [\n        \"pyopneumocyst\"\n    ],\n    \"ịrịa ọrịa pyosalpingitis\": [\n        \"pyosalpingitis\"\n    ],\n    \"ọgwụ pyosepticemic\": [\n        \"pyosepticemic\"\n    ],\n    \"piosos\": [\n        \"piosities\"\n    ],\n    \"dị nsọ nsọ\": [\n        \"piously\"\n    ],\n    \"nsọ nsọ\": [\n        \"piousness\"\n    ],\n    \"pipụ azụ\": [\n        \"pipefishes\"\n    ],\n    \"enweghị ọkpọkọ\": [\n        \"pipeless\"\n    ],\n    \"ọkpọkọri\": [\n        \"pipelined\",\n        \"tapamaker\",\n        \"tuberation\"\n    ],\n    \"pipeline\": [\n        \"pipelines\"\n    ],\n    \"pipụ\": [\n        \"piperate\",\n        \"pipingly\",\n        \"plighter\",\n        \"tepals\"\n    ],\n    \"piperi\": [\n        \"piperitious\"\n    ],\n    \"pipestem\": [\n        \"pipestems\"\n    ],\n    \"pipette\": [\n        \"pipets\"\n    ],\n    \"pipettes\": [\n        \"pipetted\"\n    ],\n    \"piquance\": [\n        \"piquancy\"\n    ],\n    \"paireti\": [\n        \"piracy\",\n        \"piratery\"\n    ],\n    \"Piragua\": [\n        \"piragua\"\n    ],\n    \"Piraguas\": [\n        \"piraguas\"\n    ],\n    \"Piraya\": [\n        \"piraya\"\n    ],\n    \"pyralid\": [\n        \"pyralids\"\n    ],\n    \"onye pyramidalist\": [\n        \"pyramidalist\"\n    ],\n    \"pyramidik\": [\n        \"pyramidic\"\n    ],\n    \"pyramide\": [\n        \"pyramiding\"\n    ],\n    \"onye pyramidist\": [\n        \"pyramidist\"\n    ],\n    \"yiri pyramid\": [\n        \"pyramidlike\"\n    ],\n    \"ọkà mmụta sayensị pyramidologist\": [\n        \"pyramidologist\"\n    ],\n    \"pyramidion\": [\n        \"pyramidon\"\n    ],\n    \"pyramid prismatic\": [\n        \"pyramidoprismatic\"\n    ],\n    \"pyramidwise. ihe\": [\n        \"pyramidwise\"\n    ],\n    \"Pirandellian\": [\n        \"pirandellian\"\n    ],\n    \"Piran\": [\n        \"pyrans\"\n    ],\n    \"Na-ahụkarị\": [\n        \"piratically\"\n    ],\n    \"na-apụnara mmadụ\": [\n        \"pirating\"\n    ],\n    \"Piratize\": [\n        \"piratize\"\n    ],\n    \"Pyrenean\": [\n        \"pyrenean\"\n    ],\n    \"Pyretic\": [\n        \"pyretic\"\n    ],\n    \"piperiometrị\": [\n        \"pyrheliometric\"\n    ],\n    \"Piricularia\": [\n        \"piricularia\"\n    ],\n    \"icha aru\": [\n        \"pyritize\"\n    ],\n    \"pir\": [\n        \"pirned\"\n    ],\n    \"Piro\": [\n        \"piro\"\n    ],\n    \"Pirog\": [\n        \"pirog\"\n    ],\n    \"pyrogallik\": [\n        \"pyrogallic\"\n    ],\n    \"pyrogenetị\": [\n        \"pyrogenetically\"\n    ],\n    \"Pirogue\": [\n        \"pirogue\"\n    ],\n    \"Na-emegharị ihe\": [\n        \"pyrolyzing\"\n    ],\n    \"n'agbụrụ\": [\n        \"pyrometrically\",\n        \"pseudomedically\",\n        \"solstitially\",\n        \"turgescently\",\n        \"voyeuristically\"\n    ],\n    \"Piroque\": [\n        \"piroque\"\n    ],\n    \"pirat\": [\n        \"pirot\"\n    ],\n    \"churu\": [\n        \"pirquetted\"\n    ],\n    \"yrnye\": [\n        \"pyrrhic\"\n    ],\n    \"Pyrrhonian\": [\n        \"pyrrhonian\"\n    ],\n    \"sistemụ\": [\n        \"pyrrhonistic\",\n        \"sylistically\",\n        \"system\",\n        \"systematician\",\n        \"systematics\",\n        \"systematisation\",\n        \"systematise\",\n        \"systematiser\",\n        \"systematism\",\n        \"systematization\",\n        \"systematizer\",\n        \"systemic\",\n        \"systemics\",\n        \"systemise\",\n        \"systemiser\",\n        \"systemist\",\n        \"systemization\",\n        \"systemoid\",\n        \"sultaness\"\n    ],\n    \"yrdị\": [\n        \"pyrrolic\"\n    ],\n    \"kpogbuo\": [\n        \"pyruvate\"\n    ],\n    \"pisataqua\": [\n        \"piscataqua\"\n    ],\n    \"onye nara ihe\": [\n        \"piscator\"\n    ],\n    \"onye na-eme obi uto\": [\n        \"piscatorialist\"\n    ],\n    \"ndi jichiri\": [\n        \"piscators\"\n    ],\n    \"pisis\": [\n        \"pisces\"\n    ],\n    \"nri ubi\": [\n        \"pisciculture\",\n        \"viticulture\"\n    ],\n    \"Piscinas\": [\n        \"piscinas\"\n    ],\n    \"Pisonia\": [\n        \"pisonia\"\n    ],\n    \"pistin\": [\n        \"pist\",\n        \"pistilline\",\n        \"piston\",\n        \"pistrices\"\n    ],\n    \"pistili\": [\n        \"pistillary\"\n    ],\n    \"pistole\": [\n        \"pistolade\",\n        \"pistoled\"\n    ],\n    \"pistilier\": [\n        \"pistolier\"\n    ],\n    \"dị ka egbe\": [\n        \"pistollike\"\n    ],\n    \"egbe àmà\": [\n        \"pistolproof\"\n    ],\n    \"egbe maara ihe\": [\n        \"pistolwise\"\n    ],\n    \"pistinhead\": [\n        \"pistonhead\"\n    ],\n    \"pistin dị ka\": [\n        \"pistonlike\"\n    ],\n    \"ịcherụ mmiri\": [\n        \"pitcherful\"\n    ],\n    \"dị ka ite mmiri\": [\n        \"pitcherlike\"\n    ],\n    \"onye olulu\": [\n        \"pitcherman\"\n    ],\n    \"pọdfuru\": [\n        \"pitchforks\"\n    ],\n    \"okwute ahụ\": [\n        \"pitchstone\"\n    ],\n    \"mmiri dị iche iche\": [\n        \"pithecanthropi\",\n        \"pithecanthropic\",\n        \"pithecanthropid\",\n        \"pithecanthropus\"\n    ],\n    \"pheimism\": [\n        \"pithecism\"\n    ],\n    \"iheanacholobium\": [\n        \"pithecolobium\"\n    ],\n    \"pitias\": [\n        \"pythias\"\n    ],\n    \"nke nke\": [\n        \"pythic\"\n    ],\n    \"kpomkpomkpom\": [\n        \"pythogenous\"\n    ],\n    \"Pythonid\": [\n        \"pythonid\"\n    ],\n    \"Pythonidae\": [\n        \"pythonidae\"\n    ],\n    \"Pythoniform\": [\n        \"pythoniform\"\n    ],\n    \"Pythonine\": [\n        \"pythonine\"\n    ],\n    \"onye eke\": [\n        \"pythonist\"\n    ],\n    \"ekechi\": [\n        \"pythonize\",\n        \"unnipped\"\n    ],\n    \"nwere ọmịiko\": [\n        \"pitied\"\n    ],\n    \"enweghị ọnya\": [\n        \"pitless\",\n        \"woundless\"\n    ],\n    \"dị ka olulu\": [\n        \"pitlike\"\n    ],\n    \"ndi olulu\": [\n        \"pitmen\"\n    ],\n    \"pitometa\": [\n        \"pitometer\"\n    ],\n    \"Pittis\": [\n        \"pittism\"\n    ],\n    \"Uduak okposi\": [\n        \"pittosporaceae\"\n    ],\n    \"Piuri\": [\n        \"piuri\"\n    ],\n    \"pyuria\": [\n        \"pyurias\"\n    ],\n    \"pericapsular\": [\n        \"piuricapsular\"\n    ],\n    \"tebụl dị mkpa\": [\n        \"pivotable\"\n    ],\n    \"n'ụzọ dị mkpa\": [\n        \"pivotally\",\n        \"vitalistically\"\n    ],\n    \"vlọ\": [\n        \"pyvuril\"\n    ],\n    \"pixi\": [\n        \"pixy\"\n    ],\n    \"pixie\": [\n        \"pyxie\"\n    ],\n    \"pixies\": [\n        \"pyxies\"\n    ],\n    \"pixelated\": [\n        \"pixilated\"\n    ],\n    \"Pizaine\": [\n        \"pizaine\"\n    ],\n    \"Pizazz\": [\n        \"pizazz\"\n    ],\n    \"pise\": [\n        \"pize\"\n    ],\n    \"Pizza\": [\n        \"pizza\"\n    ],\n    \"Pizzazz\": [\n        \"pizzazz\"\n    ],\n    \"Pizzazzes\": [\n        \"pizzazzes\"\n    ],\n    \"pizzeria\": [\n        \"pizzerias\"\n    ],\n    \"egwuregwu mgbagwoju anya\": [\n        \"pizzles\",\n        \"puzzles\"\n    ],\n    \"Imela\": [\n        \"placcate\"\n    ],\n    \"enwere ike itinye ya\": [\n        \"placeable\"\n    ],\n    \"enịm\": [\n        \"placed\",\n        \"placeful\"\n    ],\n    \"onye na-eme ụlọ\": [\n        \"placemaker\"\n    ],\n    \"ọnyịnye\": [\n        \"placeman\",\n        \"placemen\",\n        \"placement\"\n    ],\n    \"Plasenta\": [\n        \"placent\",\n        \"placenta\",\n        \"placentae\",\n        \"placentalian\",\n        \"placentas\",\n        \"placentate\",\n        \"placentation\"\n    ],\n    \"Plaser\": [\n        \"placentary\"\n    ],\n    \"Plashịoma\": [\n        \"placentoma\"\n    ],\n    \"ịtụkwasị\": [\n        \"placing\"\n    ],\n    \"colọ placoganoidean\": [\n        \"placoganoidean\"\n    ],\n    \"Onogbo\": [\n        \"placoidean\"\n    ],\n    \"ịkwado ihe\": [\n        \"plagiarising\"\n    ],\n    \"Ibu ohi\": [\n        \"plagiarism\",\n        \"plagiarist\"\n    ],\n    \"ime ihe ederede\": [\n        \"plagiarisms\"\n    ],\n    \"ịlele akwụkwọ\": [\n        \"plagiaristic\"\n    ],\n    \"iji ihe ederede\": [\n        \"plagiaristically\"\n    ],\n    \"ndị na-ede ihe ohi\": [\n        \"plagiarists\"\n    ],\n    \"Na-eme ihe ederede\": [\n        \"plagiarizing\"\n    ],\n    \"glọ\": [\n        \"plagiodont\"\n    ],\n    \"Ndị na-eti ihe\": [\n        \"plaguers\"\n    ],\n    \"igwuri egwu\": [\n        \"playbill\",\n        \"playward\"\n    ],\n    \"akwụkwọ egwuregwu\": [\n        \"playbills\"\n    ],\n    \"ụmụ egwuregwu\": [\n        \"playboys\"\n    ],\n    \"igbe mbre\": [\n        \"playbox\"\n    ],\n    \"onye na-akpọ egwuregwu\": [\n        \"playbroker\"\n    ],\n    \"uwe egwuregwu\": [\n        \"playclothes\",\n        \"sportswear\"\n    ],\n    \"ụbọchị egwuregwu\": [\n        \"playday\",\n        \"playdays\"\n    ],\n    \"na-atụkwasị\": [\n        \"plaiding\"\n    ],\n    \"ọkpụkpọ\": [\n        \"player\",\n        \"pottered\",\n        \"pottier\"\n    ],\n    \"egwuregwudom\": [\n        \"playerdom\"\n    ],\n    \"ndị egwuregwu\": [\n        \"players\",\n        \"sportsmen\"\n    ],\n    \"nke igwuri egwu\": [\n        \"playful\"\n    ],\n    \"na-egwuri egwu\": [\n        \"playgirl\",\n        \"playsome\",\n        \"playsomely\",\n        \"plaything\"\n    ],\n    \"ụmụ agbọghọ na-egwu egwu\": [\n        \"playgirls\"\n    ],\n    \"egwuri egwu\": [\n        \"playhouse\",\n        \"playsomeness\",\n        \"toyland\",\n        \"toyman\",\n        \"toywort\"\n    ],\n    \"ụlọ egwuregwu\": [\n        \"playhouses\",\n        \"toyhouse\"\n    ],\n    \"enweghi ugwo\": [\n        \"playless\"\n    ],\n    \"platelet\": [\n        \"playlet\",\n        \"playlets\",\n        \"platelets\"\n    ],\n    \"dị ka egwuri egwu\": [\n        \"playlike\"\n    ],\n    \"onye na-egwuri egwu\": [\n        \"playmaker\",\n        \"playmare\",\n        \"playmonger\"\n    ],\n    \"Amaala\": [\n        \"plainfield\"\n    ],\n    \"hoo haa\": [\n        \"plainly\",\n        \"plainward\"\n    ],\n    \"Ono\": [\n        \"plainsfolk\"\n    ],\n    \"Ikot Ekpene\": [\n        \"plainsong\"\n    ],\n    \"onye gbara akwụkwọ\": [\n        \"plaintiff\",\n        \"plaintile\"\n    ],\n    \"ndị gbara akwụkwọ\": [\n        \"plaintiffs\"\n    ],\n    \"ime egwuregwu\": [\n        \"playock\",\n        \"playroom\"\n    ],\n    \"egwuregwu onye mmeri\": [\n        \"playoff\"\n    ],\n    \"akwụkwọ eji egwu egwu\": [\n        \"playpens\"\n    ],\n    \"onye na-agụ egwuregwu\": [\n        \"playreader\"\n    ],\n    \"ime ụlọ egwuregwu\": [\n        \"playrooms\"\n    ],\n    \"ụlọ akwụkwọ egwuregwu\": [\n        \"playschool\"\n    ],\n    \"plasta\": [\n        \"plaistered\",\n        \"plaistering\",\n        \"plasterbill\",\n        \"plasterboard\",\n        \"plastered\",\n        \"plastery\",\n        \"plastering\",\n        \"plasters\"\n    ],\n    \"ejije ejije\": [\n        \"playsuits\",\n        \"playwork\"\n    ],\n    \"plaita\": [\n        \"plaiter\"\n    ],\n    \"oge eji egwuri egwu\": [\n        \"playtime\"\n    ],\n    \"oge egwuregwu\": [\n        \"playtimes\"\n    ],\n    \"enweghị plait\": [\n        \"plaitless\"\n    ],\n    \"eji egwuri egwu\": [\n        \"playwear\",\n        \"toymaking\"\n    ],\n    \"Nwanyị na-egwuri egwu\": [\n        \"playwoman\"\n    ],\n    \"Planaea\": [\n        \"planaea\"\n    ],\n    \"dị na mbara igwe\": [\n        \"planetable\"\n    ],\n    \"enweghị mbara ala\": [\n        \"planetless\"\n    ],\n    \"n'atụmatụ\": [\n        \"planfully\",\n        \"speculatively\",\n        \"suppositionally\"\n    ],\n    \"ime atụmatụ\": [\n        \"planfulness\"\n    ],\n    \"atụmatụ nhazi\": [\n        \"planigraphy\"\n    ],\n    \"ọkà mmụta okirikiri\": [\n        \"planktologist\"\n    ],\n    \"planoblastik\": [\n        \"planoblastic\"\n    ],\n    \"Onye na-enyocha ihe\": [\n        \"planographist\"\n    ],\n    \"onye na-eme atụmatụ ihe\": [\n        \"planomiller\"\n    ],\n    \"platano\": [\n        \"plantano\"\n    ],\n    \"ọkpọ dị ka\": [\n        \"plantationlike\"\n    ],\n    \"onye na-akụ ihe\": [\n        \"plantator\"\n    ],\n    \"onye kụrụ osisi\": [\n        \"planter\",\n        \"plantsman\"\n    ],\n    \"ndị na-akụ ihe\": [\n        \"planters\",\n        \"pulsators\"\n    ],\n    \"dị ka ihe ọkụkụ\": [\n        \"plantlike\"\n    ],\n    \"plash\": [\n        \"plashed\",\n        \"plasher\"\n    ],\n    \"plasher\": [\n        \"plashers\"\n    ],\n    \"plashet\": [\n        \"plashes\"\n    ],\n    \"plasmid\": [\n        \"plasmic\"\n    ],\n    \"sgha\": [\n        \"plasmogamy\"\n    ],\n    \"ihe ama\": [\n        \"plasome\"\n    ],\n    \"ndị na-ete plasta\": [\n        \"plasterers\"\n    ],\n    \"plastally\": [\n        \"plastically\"\n    ],\n    \"plasticis\": [\n        \"plasticise\"\n    ],\n    \"plastik\": [\n        \"plastics\",\n        \"plastique\"\n    ],\n    \"plastular\": [\n        \"plastidular\"\n    ],\n    \"plastometa\": [\n        \"plastometer\"\n    ],\n    \"plastrum\": [\n        \"plastrums\"\n    ],\n    \"Platanus\": [\n        \"platanus\"\n    ],\n    \"ala ugwu\": [\n        \"plateau\"\n    ],\n    \"plateau\": [\n        \"plateaued\"\n    ],\n    \"onye na-edozi\": [\n        \"plateholder\"\n    ],\n    \"Igwe mbadamba\": [\n        \"platelayer\"\n    ],\n    \"enweghị plate\": [\n        \"plateless\"\n    ],\n    \"efere ihe\": [\n        \"platemaker\"\n    ],\n    \"na -eme nri\": [\n        \"platemaking\"\n    ],\n    \"efere zuru\": [\n        \"platesful\"\n    ],\n    \"n'elu ikpo okwu\": [\n        \"platformally\"\n    ],\n    \"onye ikpo okwu\": [\n        \"platformist\"\n    ],\n    \"enweghị ikpo okwu\": [\n        \"platformless\"\n    ],\n    \"nyiwe\": [\n        \"platforms\"\n    ],\n    \"plati\": [\n        \"platy\"\n    ],\n    \"Plati\": [\n        \"platie\"\n    ],\n    \"nke dị nso\": [\n        \"platiest\"\n    ],\n    \"Ejirila\": [\n        \"platyglossal\",\n        \"platitudinised\"\n    ],\n    \"Epeepe\": [\n        \"platyhelminth\"\n    ],\n    \"platila\": [\n        \"platilla\"\n    ],\n    \"platymita\": [\n        \"platymeter\"\n    ],\n    \"platinum\": [\n        \"platinums\"\n    ],\n    \"okwaofiala\": [\n        \"platyrrhine\"\n    ],\n    \"efere,\": [\n        \"platys\"\n    ],\n    \"platinstphaphaly\": [\n        \"platystencephaly\"\n    ],\n    \"platinudinal\": [\n        \"platitudinal\"\n    ],\n    \"ittọ\": [\n        \"platitudinarianism\"\n    ],\n    \"platonik\": [\n        \"platonic\"\n    ],\n    \"Ikenne\": [\n        \"platonize\"\n    ],\n    \"platoon\": [\n        \"platooned\",\n        \"platoons\"\n    ],\n    \"ọrịa mmiri\": [\n        \"plaudation\"\n    ],\n    \"ịkpa akwa\": [\n        \"plauenite\",\n        \"tailorly\"\n    ],\n    \"plastral\": [\n        \"plaustral\"\n    ],\n    \"Plaza\": [\n        \"plaza\"\n    ],\n    \"idap\": [\n        \"plbroch\"\n    ],\n    \"ihe edetu\": [\n        \"pleacher\"\n    ],\n    \"akpọ ihe\": [\n        \"pleadable\"\n    ],\n    \"ọapụ\": [\n        \"pleaproof\"\n    ],\n    \"ọmarịcha ihe\": [\n        \"pleasantsome\",\n        \"plebicolar\",\n        \"plebicolous\",\n        \"pleiochromic\"\n    ],\n    \"rịọ gị\": [\n        \"pleasaunce\"\n    ],\n    \"Biko\": [\n        \"please\"\n    ],\n    \"ihe ụtọ,\": [\n        \"pleasuremonger\"\n    ],\n    \"ihe na-enye obi ụtọ\": [\n        \"pleasureproof\",\n        \"soniferous\"\n    ],\n    \"-enweta obi ụtọ\": [\n        \"pleasuring\"\n    ],\n    \"ekpenem\": [\n        \"pleating\"\n    ],\n    \"betọ\": [\n        \"plebeiance\",\n        \"plebeianising\",\n        \"plebeianism\",\n        \"plebeianizing\",\n        \"plebianism\"\n    ],\n    \"beme obi ụtọ\": [\n        \"plebeianization\"\n    ],\n    \"inwe obi ụtọ\": [\n        \"plebeianness\",\n        \"plebeity\"\n    ],\n    \"bemụ akaebe\": [\n        \"plebeians\"\n    ],\n    \"Na-arịọ\": [\n        \"plebes\"\n    ],\n    \"ijuanụ\": [\n        \"plebify\"\n    ],\n    \"brịba ama\": [\n        \"plebification\"\n    ],\n    \"bisrịrị ọbisụ\": [\n        \"plebiscitarism\"\n    ],\n    \"Kpọọ\": [\n        \"pleck\",\n        \"plewch\"\n    ],\n    \"Nke a na-egosi\": [\n        \"plectospondylous\"\n    ],\n    \"enweghị nkwa\": [\n        \"pledgeless\",\n        \"promiseless\",\n        \"unguaranteed\",\n        \"vowless\"\n    ],\n    \"iolọ\": [\n        \"pleiobar\",\n        \"pleiochromia\"\n    ],\n    \"iotọ\": [\n        \"pleiomastia\",\n        \"pleiotaxis\"\n    ],\n    \"ioemamaa\": [\n        \"pleiomazia\"\n    ],\n    \"okpokwu\": [\n        \"pleiotropic\",\n        \"psammocharid\"\n    ],\n    \"iotnye anya mmiri\": [\n        \"pleiotropically\"\n    ],\n    \"isrị\": [\n        \"pleis\"\n    ],\n    \"Ndidiukwu\": [\n        \"pleistocenic\"\n    ],\n    \"ikike ime ihe\": [\n        \"plenipotentiality\"\n    ],\n    \"nitọ mmụọ\": [\n        \"plenipotentiaryship\"\n    ],\n    \"juru eju\": [\n        \"plenish\"\n    ],\n    \"ghachia\": [\n        \"plenishes\"\n    ],\n    \"hie nne\": [\n        \"plenteous\",\n        \"plentifully\",\n        \"plentifulness\"\n    ],\n    \"hiri nne\": [\n        \"plentiful\"\n    ],\n    \"obọchị pleochroism\": [\n        \"pleochroism\"\n    ],\n    \"obọchị pleochroitic\": [\n        \"pleochroitic\"\n    ],\n    \"obọchị pleochromatism\": [\n        \"pleochromatism\"\n    ],\n    \"oluoma\": [\n        \"pleochroous\",\n        \"pleurocele\"\n    ],\n    \"omrịrị ọomụ\": [\n        \"pleomorphism\"\n    ],\n    \"omrịrị ọ .ụ\": [\n        \"pleomorphous\"\n    ],\n    \"ontọ\": [\n        \"pleonasm\",\n        \"pleonaste\"\n    ],\n    \"Ikenna Obi\": [\n        \"pleophagous\"\n    ],\n    \"Udo Nwoko\": [\n        \"pleophyletic\"\n    ],\n    \"opnwa\": [\n        \"pleopod\"\n    ],\n    \"osbọchị pleosporaceae\": [\n        \"pleosporaceae\"\n    ],\n    \"Ubuekama\": [\n        \"plerergate\"\n    ],\n    \"pyrophoric\": [\n        \"plerophoric\"\n    ],\n    \"rogha\": [\n        \"plerotic\",\n        \"uprouse\"\n    ],\n    \"thtọ asụsụ\": [\n        \"plethysmogram\"\n    ],\n    \"ọmarịcha aha\": [\n        \"plethysmograph\"\n    ],\n    \"ọmarịcha ihe nkiri\": [\n        \"plethysmography\",\n        \"plethysmographic\"\n    ],\n    \"uraomumu\": [\n        \"pleurapophysial\"\n    ],\n    \"iwuegwu\": [\n        \"pleuriseptate\"\n    ],\n    \"uronye\": [\n        \"pleurobranch\"\n    ],\n    \"urokpụrụ olu\": [\n        \"pleurobranchial\"\n    ],\n    \"urotọ\": [\n        \"pleurocapsa\",\n        \"pleurocarpous\",\n        \"pleurocentesis\",\n        \"pleurodiscous\",\n        \"pleurosigma\",\n        \"pleurostigma\"\n    ],\n    \"uronwa\": [\n        \"pleurocarpi\"\n    ],\n    \"urobụ\": [\n        \"pleurocentral\",\n        \"pleuropedal\",\n        \"pleurosteal\",\n        \"pleurotonus\"\n    ],\n    \"uroomamiri\": [\n        \"pleurodynic\"\n    ],\n    \"oluukwu\": [\n        \"pleuroid\"\n    ],\n    \"ulọ\": [\n        \"pleuron\"\n    ],\n    \"Peeronema\": [\n        \"pleuronema\"\n    ],\n    \"urodị olu ọma\": [\n        \"pleuropericardial\"\n    ],\n    \"Ọrịa afọ mmụọ\": [\n        \"pleuropericarditis\"\n    ],\n    \"urolọ pleuroperitoneum\": [\n        \"pleuroperitoneum\"\n    ],\n    \"Puropneumonic\": [\n        \"pleuropneumonic\"\n    ],\n    \"uroomumuochi\": [\n        \"pleuropterygii\"\n    ],\n    \"urogba afọ\": [\n        \"pleuropulmonary\"\n    ],\n    \"gba mbọ\": [\n        \"pleurospasm\",\n        \"urningism\"\n    ],\n    \"onyeagw\": [\n        \"pleurostict\"\n    ],\n    \"uroomie\": [\n        \"pleurothotonos\"\n    ],\n    \"Iwuegwu\": [\n        \"pleurotus\"\n    ],\n    \"ọurụ\": [\n        \"pleurum\"\n    ],\n    \"xtọ\": [\n        \"plexal\"\n    ],\n    \"xlọọrụ\": [\n        \"plexodont\"\n    ],\n    \"Pli\": [\n        \"pli\"\n    ],\n    \"pliable ness\": [\n        \"pliableness\"\n    ],\n    \"nnweta dị mfe\": [\n        \"pliantness\"\n    ],\n    \"Ngwa mkpaji\": [\n        \"pliers\"\n    ],\n    \"-ajụjụ\": [\n        \"plimmed\"\n    ],\n    \"umbme Plọmba\": [\n        \"plimming\",\n        \"plumbing\",\n        \"pluming\"\n    ],\n    \"Plymouth\": [\n        \"plymouth\"\n    ],\n    \"Plymouthite\": [\n        \"plymouthite\"\n    ],\n    \"Plymouths\": [\n        \"plymouths\"\n    ],\n    \"Obubu\": [\n        \"plimsol\",\n        \"plimsole\",\n        \"plimsoll\"\n    ],\n    \"ndị nleda\": [\n        \"plinkers\"\n    ],\n    \"na-amata\": [\n        \"plinking\",\n        \"predisputing\",\n        \"recognising\",\n        \"recognizing\",\n        \"swooping\",\n        \"underjudging\"\n    ],\n    \"zopu\": [\n        \"plitch\",\n        \"slipt\",\n        \"surnap\"\n    ],\n    \"Ngwakpo\": [\n        \"plodder\",\n        \"ploughers\"\n    ],\n    \"Mpekere\": [\n        \"plods\",\n        \"plops\",\n        \"slicers\",\n        \"slices\",\n        \"slicken\",\n        \"slickers\",\n        \"squeezers\"\n    ],\n    \"onye izu nzuzo\": [\n        \"plotinist\"\n    ],\n    \"enweghị izu\": [\n        \"plotlessness\"\n    ],\n    \"kpara nkata\": [\n        \"plotted\",\n        \"plottiest\",\n        \"schematised\",\n        \"schematized\",\n        \"schemed\",\n        \"schemeful\"\n    ],\n    \"onye na-akpa nkata\": [\n        \"plotter\"\n    ],\n    \"ndị na-akpa nkata\": [\n        \"plotters\"\n    ],\n    \"na-akpa nkata\": [\n        \"plotting\",\n        \"plottingly\",\n        \"schelling\",\n        \"scheming\",\n        \"schemingly\"\n    ],\n    \"koo mba\": [\n        \"plough\",\n        \"plow\"\n    ],\n    \"nke a na-akọ ubi\": [\n        \"ploughed\",\n        \"plowed\"\n    ],\n    \".kọ ihe\": [\n        \"ploughing\",\n        \"plowing\"\n    ],\n    \"Ohajiukwu\": [\n        \"ploughland\"\n    ],\n    \"Onye na-akọ ubi\": [\n        \"ploughman\",\n        \"plowman\"\n    ],\n    \"ndi nkedo\": [\n        \"ploughmen\",\n        \"sawers\"\n    ],\n    \"Ebe\": [\n        \"ploughpoint\"\n    ],\n    \"na-akọ ihe\": [\n        \"ploughs\",\n        \"plowboys\",\n        \"plowmaking\",\n        \"plows\"\n    ],\n    \"Ikwuihe\": [\n        \"plouteneion\"\n    ],\n    \"na-akọ ubi\": [\n        \"plowboy\",\n        \"plowwise\"\n    ],\n    \"Ndị na-akọ ihe\": [\n        \"plowers\"\n    ],\n    \"nweta ụkwụ\": [\n        \"plowfoot\"\n    ],\n    \"Ala-ubi\": [\n        \"plowland\"\n    ],\n    \"Ala ubi\": [\n        \"plowlands\"\n    ],\n    \"Ndị na-akọ ubi\": [\n        \"plowmen\"\n    ],\n    \"plowsha\": [\n        \"plowshares\"\n    ],\n    \".lọ osisi\": [\n        \"plowtail\"\n    ],\n    \"Nwanyị na-akọ ubi\": [\n        \"plowwoman\"\n    ],\n    \"napụnụ\": [\n        \"plucked\"\n    ],\n    \"napụtakarị\": [\n        \"pluckedness\"\n    ],\n    \"na-emegharị ihe\": [\n        \"plucker\"\n    ],\n    \"dọtụchara\": [\n        \"pluckiest\"\n    ],\n    \"na-efopụ\": [\n        \"plucking\",\n        \"uprooting\"\n    ],\n    \"pluff\": [\n        \"pluffer\",\n        \"pluffy\"\n    ],\n    \"plọg\": [\n        \"plug\",\n        \"pluglees\",\n        \"plugs\"\n    ],\n    \"ngwa mgbakwunye\": [\n        \"plugdrawer\",\n        \"pluggy\"\n    ],\n    \"ịkwụnye\": [\n        \"plugging\"\n    ],\n    \"plọm\": [\n        \"plum\",\n        \"plumate\",\n        \"plumet\",\n        \"plumification\",\n        \"pluminess\",\n        \"plumulate\",\n        \"plumule\"\n    ],\n    \"plọp\": [\n        \"plumach\"\n    ],\n    \"afotu\": [\n        \"plumbaginous\"\n    ],\n    \"plumbous\": [\n        \"plumbeous\"\n    ],\n    \"plọmba\": [\n        \"plumber\",\n        \"plumbet\",\n        \"plumbism\",\n        \"plumbums\",\n        \"plumper\"\n    ],\n    \"umme mmiri\": [\n        \"plumbery\"\n    ],\n    \"plumbers\": [\n        \"plumberies\"\n    ],\n    \"umzọ plọmba\": [\n        \"plumbership\"\n    ],\n    \"Plumbings\": [\n        \"plumbings\"\n    ],\n    \"Pọmbụ\": [\n        \"plumbness\"\n    ],\n    \"plọb\": [\n        \"plumbs\"\n    ],\n    \"piom\": [\n        \"plumbum\",\n        \"plums\"\n    ],\n    \"ifip\": [\n        \"plume\"\n    ],\n    \"umme paịl\": [\n        \"plumemaking\"\n    ],\n    \"plume\": [\n        \"plumeous\"\n    ],\n    \"plummet\": [\n        \"plumlet\"\n    ],\n    \"ama afia\": [\n        \"plumpened\"\n    ],\n    \"kwatara ihe\": [\n        \"plunder\"\n    ],\n    \"kwatara n'agha\": [\n        \"plundered\"\n    ],\n    \"napụnara\": [\n        \"plunderess\"\n    ],\n    \"plunde\": [\n        \"plunderous\"\n    ],\n    \"na-ebukọrọ ihe mmadụ\": [\n        \"plunders\"\n    ],\n    \"zọnye\": [\n        \"plunk\"\n    ],\n    \"kwụwa\": [\n        \"plunked\",\n        \"stratify\"\n    ],\n    \"Ndị na-akụ azụ\": [\n        \"plunkers\"\n    ],\n    \"Ọtụtụ mmadụ\": [\n        \"pluralism\"\n    ],\n    \"ịbawanye ụba\": [\n        \"pluralize\"\n    ],\n    \"idi otutu\": [\n        \"plurals\"\n    ],\n    \"nwekwukwu\": [\n        \"plurifacial\",\n        \"quackier\"\n    ],\n    \"nke pluriglandular\": [\n        \"pluriglandular\"\n    ],\n    \"urdị asụsụ\": [\n        \"plurilingualism\"\n    ],\n    \"urzụ asụsụ\": [\n        \"plurilingualist\"\n    ],\n    \"ịkwanụ\": [\n        \"pluripresence\"\n    ],\n    \"plushie\": [\n        \"plushes\"\n    ],\n    \"pleshette\": [\n        \"plushette\"\n    ],\n    \"plutei\": [\n        \"pluteutei\"\n    ],\n    \"utotọ\": [\n        \"plutolatry\"\n    ],\n    \"Pluvialiform\": [\n        \"pluvialiform\"\n    ],\n    \"Pluvialis\": [\n        \"pluvialis\"\n    ],\n    \"Pluvian\": [\n        \"pluvian\"\n    ],\n    \"Agbanyokoyi\": [\n        \"pluvioscopic\"\n    ],\n    \"achalu\": [\n        \"pluvious\"\n    ],\n    \"pneometa\": [\n        \"pneometer\"\n    ],\n    \"oyi akpa\": [\n        \"pneum\",\n        \"pneumonolith\"\n    ],\n    \"ka oyi baa\": [\n        \"pneumas\",\n        \"pneumatogenous\",\n        \"pneumatophorous\",\n        \"pneumony\",\n        \"pneumonic\"\n    ],\n    \"oyi baa\": [\n        \"pneumatical\",\n        \"pneumatolysis\",\n        \"pneumatology\",\n        \"pneumatologic\",\n        \"pneumatological\",\n        \"pneumatophony\",\n        \"pneumatophoric\",\n        \"pneumatria\",\n        \"pneumonitic\",\n        \"pneumonitis\",\n        \"pneumonolysis\",\n        \"pneumonophorous\",\n        \"pneumonosis\",\n        \"pneumopleuritis\",\n        \"pulmonitis\"\n    ],\n    \"oyi ọkụ\": [\n        \"pneumaticity\",\n        \"pneumaticness\"\n    ],\n    \"oyi iku ume\": [\n        \"pneumatics\",\n        \"pneumatize\",\n        \"pneumatoce\",\n        \"pneumatolytic\",\n        \"pneumatometry\",\n        \"pneumatonomy\",\n        \"pneumatorrhachis\",\n        \"pneumatosic\",\n        \"pneumatosis\",\n        \"pneumatotactic\",\n        \"pneumolith\",\n        \"pneumomassage\",\n        \"pneumomycosis\",\n        \"pneumonectomy\",\n        \"pneumonectomies\",\n        \"pneumonographic\",\n        \"pneumonopexy\",\n        \"pneumorrachis\",\n        \"pneumotactic\",\n        \"pneumotyphus\",\n        \"pneumotomy\",\n        \"pneumotropic\",\n        \"pulmonectomies\"\n    ],\n    \"oyi ịba n'ahụ\": [\n        \"pneumatism\"\n    ],\n    \"akpa ume ọkụ\": [\n        \"pneumatochemical\"\n    ],\n    \"onye oyibo\": [\n        \"pneumatographer\"\n    ],\n    \"oyi ịba ahụ\": [\n        \"pneumatography\",\n        \"pneumonography\"\n    ],\n    \"Ọrịa oyibo\": [\n        \"pneumatologist\"\n    ],\n    \"pneumatometa\": [\n        \"pneumatometer\"\n    ],\n    \"ihe oyibo\": [\n        \"pneumatomorphic\"\n    ],\n    \"ọrịa pneumatophany\": [\n        \"pneumatophany\"\n    ],\n    \"ọgwụgwọ pneumatotherapeutics\": [\n        \"pneumatotherapeutics\"\n    ],\n    \"oyi oyi\": [\n        \"pneumobacillus\"\n    ],\n    \"ọrịa pneumococcal\": [\n        \"pneumococcal\"\n    ],\n    \"ọrịa pneumococcemia\": [\n        \"pneumococcemia\"\n    ],\n    \"ọrịa pneumococcic\": [\n        \"pneumococcic\"\n    ],\n    \"ọrịa pneumococcous\": [\n        \"pneumococcous\"\n    ],\n    \"ọrịa pneumoconiosis\": [\n        \"pneumoconiosis\"\n    ],\n    \"ume okuko\": [\n        \"pneumodynamic\"\n    ],\n    \"ọrịa pneumoenteritis\": [\n        \"pneumoenteritis\"\n    ],\n    \"ọrịa pneumolysis\": [\n        \"pneumolysis\"\n    ],\n    \"gbasara ahụike\": [\n        \"pneumological\"\n    ],\n    \"oyi ịba n’akwara\": [\n        \"pneumonalgia\"\n    ],\n    \"ọrịa oyi\": [\n        \"pneumonia\"\n    ],\n    \"oyi bara uba\": [\n        \"pneumonoenteritis\"\n    ],\n    \"ka oyi baa mmadụ\": [\n        \"pneumonopleuritis\"\n    ],\n    \"ịgwọ ọrịa pneumotherapeutics\": [\n        \"pneumotherapeutics\"\n    ],\n    \"ịgwọ ọrịa pneumotherapy\": [\n        \"pneumotherapy\"\n    ],\n    \"pneumo tropism\": [\n        \"pneumotropism\"\n    ],\n    \"pneumo ventriculography\": [\n        \"pneumoventriculography\"\n    ],\n    \"onye ekpuchita\": [\n        \"poacher\"\n    ],\n    \"poa\": [\n        \"poales\",\n        \"pooa\"\n    ],\n    \"n'akpa\": [\n        \"pocketable\",\n        \"pocketed\",\n        \"pocketer\",\n        \"pocketful\",\n        \"pocketless\",\n        \"pocketsful\",\n        \"ravenwise\"\n    ],\n    \"pocketị\": [\n        \"pockety\"\n    ],\n    \"akpa mma\": [\n        \"pocketknives\"\n    ],\n    \"pocky\": [\n        \"pockier\"\n    ],\n    \"pocki\": [\n        \"pockiness\"\n    ],\n    \"poculari\": [\n        \"poculary\"\n    ],\n    \"pọdalik\": [\n        \"podalic\"\n    ],\n    \"pọdus\": [\n        \"podatus\"\n    ],\n    \"pọdk\": [\n        \"poddy\"\n    ],\n    \"porridge\": [\n        \"poddige\",\n        \"porridges\"\n    ],\n    \"radish\": [\n        \"poddish\"\n    ],\n    \"pọd n'ọdụ ụgbọ mmiri\": [\n        \"poddock\"\n    ],\n    \"pọdestas\": [\n        \"podestas\"\n    ],\n    \"kacha elu\": [\n        \"podgiest\"\n    ],\n    \"Podginess\": [\n        \"podginess\"\n    ],\n    \"podiatrist\": [\n        \"podiatries\"\n    ],\n    \"paadi\": [\n        \"podites\",\n        \"pressmaster\"\n    ],\n    \"pọdler\": [\n        \"podler\"\n    ],\n    \"podometa\": [\n        \"podometer\"\n    ],\n    \"Podophthalmian\": [\n        \"podophthalmian\"\n    ],\n    \"Podostemon\": [\n        \"podostemon\"\n    ],\n    \"Podsolized\": [\n        \"podsolized\"\n    ],\n    \"podsol\": [\n        \"podsols\"\n    ],\n    \"Punkunk\": [\n        \"podunk\"\n    ],\n    \"poecilonym\": [\n        \"poecilonymy\",\n        \"poecilonymic\"\n    ],\n    \"poecilonotus\": [\n        \"poecilopodous\"\n    ],\n    \"abu\": [\n        \"poem\",\n        \"poemlet\",\n        \"poetic\",\n        \"poetical\",\n        \"poetry\",\n        \"poetries\",\n        \"poetryless\",\n        \"poetship\",\n        \"pus\",\n        \"puss\",\n        \"song\"\n    ],\n    \"uri\": [\n        \"poematic\",\n        \"poemet\",\n        \"poetastrical\",\n        \"poetesses\",\n        \"poetically\",\n        \"poeticule\",\n        \"poetise\",\n        \"poetised\",\n        \"poetising\",\n        \"poetize\",\n        \"poetly\",\n        \"poetling\",\n        \"poetwise\"\n    ],\n    \"poesi\": [\n        \"poesies\"\n    ],\n    \"enweghị poesi\": [\n        \"poesiless\"\n    ],\n    \"ede abu\": [\n        \"poet\"\n    ],\n    \"onye na-ede uri\": [\n        \"poetaster\",\n        \"poetiser\",\n        \"poetizer\"\n    ],\n    \"abu abu uto\": [\n        \"poetastery\"\n    ],\n    \"uri edemede\": [\n        \"poetastering\",\n        \"poeticality\",\n        \"poeticalness\",\n        \"poetito\"\n    ],\n    \"uri abu abu\": [\n        \"poetasterism\"\n    ],\n    \"ndị na-ede uri\": [\n        \"poetasters\",\n        \"poetisers\",\n        \"poetizers\",\n        \"poets\"\n    ],\n    \"abua\": [\n        \"poetastress\"\n    ],\n    \"abu abu\": [\n        \"poetastry\",\n        \"poetcraft\",\n        \"poetdom\",\n        \"poetess\",\n        \"poethood\",\n        \"poetics\",\n        \"poetress\"\n    ],\n    \"abuegwu\": [\n        \"poetastric\",\n        \"poetesque\",\n        \"poeticise\"\n    ],\n    \"na-ede uri\": [\n        \"poeticising\",\n        \"poeticizing\",\n        \"poetizes\",\n        \"poetless\"\n    ],\n    \"abu uto\": [\n        \"poeticism\",\n        \"poeticness\"\n    ],\n    \"dee uri\": [\n        \"poeticize\"\n    ],\n    \"dere uri\": [\n        \"poeticized\"\n    ],\n    \"poeti na-arụ ọrụ\": [\n        \"poetiising\"\n    ],\n    \"uri uri\": [\n        \"poetises\"\n    ],\n    \"na-ede abụ\": [\n        \"poetizing\"\n    ],\n    \"ede uri\": [\n        \"poetlike\"\n    ],\n    \"nomophobia\": [\n        \"poinephobia\"\n    ],\n    \"ịrụtụ aka\": [\n        \"pointedness\"\n    ],\n    \"ideel\": [\n        \"pointel\"\n    ],\n    \"na-atụ aka\": [\n        \"pointing\",\n        \"pointingly\"\n    ],\n    \"rụtụrụ aka\": [\n        \"pointleted\"\n    ],\n    \"eme ihe ngosi\": [\n        \"pointmaking\",\n        \"symmetrize\"\n    ],\n    \"n’okporo ụzọ\": [\n        \"pointways\"\n    ],\n    \"biyou\": [\n        \"poyou\"\n    ],\n    \"pois\": [\n        \"poisable\",\n        \"poisers\"\n    ],\n    \"ahụ́ adịghị ike\": [\n        \"poise\",\n        \"poiser\"\n    ],\n    \"nsi\": [\n        \"poising\",\n        \"poison\",\n        \"poisonable\",\n        \"poisonberry\",\n        \"poisoned\",\n        \"poisoner\",\n        \"poisonful\",\n        \"poisoning\",\n        \"poisonings\",\n        \"poisonous\",\n        \"poisonousness\",\n        \"poisonproof\",\n        \"poisons\",\n        \"poisonweed\",\n        \"poisonwood\",\n        \"toxicant\",\n        \"toxicants\",\n        \"toxication\",\n        \"toxicity\",\n        \"toxicities\",\n        \"toxicon\",\n        \"toxicum\",\n        \"toxins\",\n        \"venom\",\n        \"venomed\",\n        \"venoming\",\n        \"venomization\",\n        \"venomize\",\n        \"venomness\",\n        \"venomous\"\n    ],\n    \"ohia nsi\": [\n        \"poisonbush\"\n    ],\n    \"ndi nsi\": [\n        \"poisoners\"\n    ],\n    \"enweghị nsi\": [\n        \"poisonless\",\n        \"poisonlessness\"\n    ],\n    \"onye na-eme nsi\": [\n        \"poisonmaker\"\n    ],\n    \"poita\": [\n        \"poister\"\n    ],\n    \"Pakan\": [\n        \"pokan\"\n    ],\n    \"duba\": [\n        \"poke\"\n    ],\n    \"adị egwu\": [\n        \"pokeful\"\n    ],\n    \"egosighị mmetụta\": [\n        \"poker\",\n        \"pokerlike\"\n    ],\n    \"ihu egosighị mmetụta\": [\n        \"pokerface\"\n    ],\n    \"asụsụ poker\": [\n        \"pokerish\"\n    ],\n    \"-enye ego\": [\n        \"pokers\"\n    ],\n    \"kasị dị jụụ\": [\n        \"pokiest\"\n    ],\n    \"idị\": [\n        \"pokily\",\n        \"quipsomeness\"\n    ],\n    \"Na-egwu nri\": [\n        \"poking\"\n    ],\n    \"pokemon\": [\n        \"pokom\",\n        \"pokomam\",\n        \"pokomo\"\n    ],\n    \"pola\": [\n        \"polar\",\n        \"polary\"\n    ],\n    \"polarimita\": [\n        \"polarimeter\"\n    ],\n    \"polarization\": [\n        \"polarisation\"\n    ],\n    \"polarize\": [\n        \"polarise\"\n    ],\n    \"polari\": [\n        \"polarising\",\n        \"polarizing\"\n    ],\n    \"ihe esemokwu\": [\n        \"polarizer\"\n    ],\n    \"polaragraphically\": [\n        \"polarographically\"\n    ],\n    \"polar\": [\n        \"polars\"\n    ],\n    \"poleax\": [\n        \"poleaxed\"\n    ],\n    \"gbaghawa\": [\n        \"polemicize\"\n    ],\n    \"polemist\": [\n        \"polemists\"\n    ],\n    \"lekwasia\": [\n        \"polemized\"\n    ],\n    \"Onye na-eme mkpesa\": [\n        \"polesman\"\n    ],\n    \"poli\": [\n        \"poly\"\n    ],\n    \"oligarchical\": [\n        \"polyarchical\"\n    ],\n    \"polyarchi\": [\n        \"polyarchies\"\n    ],\n    \"polyarthritis\": [\n        \"polyarthric\",\n        \"polyarthritic\"\n    ],\n    \"dị ka onye uwe ojii\": [\n        \"policemanlike\"\n    ],\n    \"ịme ọtụtụ\": [\n        \"polychaetous\",\n        \"polyparous\"\n    ],\n    \"onye nwere iwu\": [\n        \"policyholder\"\n    ],\n    \"ndị nwere iwu\": [\n        \"policyholders\"\n    ],\n    \"onye na-eme iwu\": [\n        \"policymaker\"\n    ],\n    \"polycrotik\": [\n        \"polycrotic\"\n    ],\n    \"polydom\": [\n        \"polydomous\"\n    ],\n    \"polyen\": [\n        \"polyenes\"\n    ],\n    \"polyenik\": [\n        \"polyenic\"\n    ],\n    \"polyerọcha\": [\n        \"polyergic\"\n    ],\n    \"ịlụ karịa otu nwanyị\": [\n        \"polygam\",\n        \"polygamy\",\n        \"polygamia\",\n        \"polygamian\",\n        \"polygamic\",\n        \"polygamical\",\n        \"polygamies\",\n        \"polygamist\",\n        \"polygamistic\",\n        \"polygamize\",\n        \"polygamous\",\n        \"polygamously\"\n    ],\n    \"di otu nwanyi\": [\n        \"polygamically\"\n    ],\n    \"ndị na-alụ karịa otu nwanyị\": [\n        \"polygamists\"\n    ],\n    \"polygen\": [\n        \"polygenes\"\n    ],\n    \"polyglot\": [\n        \"polyglots\"\n    ],\n    \"polyglotti\": [\n        \"polyglottic\"\n    ],\n    \"polygon\": [\n        \"polygonally\"\n    ],\n    \"ọtụtụ polygon\": [\n        \"polygonies\"\n    ],\n    \"polygraph okwu\": [\n        \"polygraphically\"\n    ],\n    \"polygraph\": [\n        \"polygraphs\"\n    ],\n    \"polyhedral\": [\n        \"polyhedrals\"\n    ],\n    \"polila\": [\n        \"polilla\"\n    ],\n    \"Polymania\": [\n        \"polymania\"\n    ],\n    \"polima\": [\n        \"polymer\",\n        \"polymere\",\n        \"polymers\"\n    ],\n    \"polymerị\": [\n        \"polymery\",\n        \"polymerically\",\n        \"polymerise\"\n    ],\n    \"polymerik\": [\n        \"polymeric\",\n        \"polymerism\"\n    ],\n    \"polymerase\": [\n        \"polymeride\"\n    ],\n    \"mee ka polymeri\": [\n        \"polymerize\"\n    ],\n    \"ịme polymer\": [\n        \"polymerizing\"\n    ],\n    \"polymeta\": [\n        \"polymeter\"\n    ],\n    \"polymythik\": [\n        \"polymythic\"\n    ],\n    \"polymolekụla\": [\n        \"polymolecular\"\n    ],\n    \"polymor sophisticated\": [\n        \"polymorphistic\"\n    ],\n    \"Polynesia\": [\n        \"polynesia\",\n        \"polynesian\"\n    ],\n    \"ndị polynesia\": [\n        \"polynesians\"\n    ],\n    \"polynomik\": [\n        \"polynomic\"\n    ],\n    \"polioyelitis\": [\n        \"poliomyelitis\"\n    ],\n    \"mm ụta\": [\n        \"poliomyelopathy\"\n    ],\n    \"polyonyme\": [\n        \"polyonymous\"\n    ],\n    \"polio\": [\n        \"polios\",\n        \"poliosis\"\n    ],\n    \"polypari\": [\n        \"polypary\"\n    ],\n    \"polypedị\": [\n        \"polyped\"\n    ],\n    \"ịme egwuregwu\": [\n        \"polyphyletic\",\n        \"taffymaking\",\n        \"tiemaking\"\n    ],\n    \"polyphylayism\": [\n        \"polyphyleticism\"\n    ],\n    \"polypnoepu\": [\n        \"polypnoeic\"\n    ],\n    \"poli prism\": [\n        \"polyprism\"\n    ],\n    \"poli prismatic\": [\n        \"polyprismatic\"\n    ],\n    \"Polish\": [\n        \"polish\"\n    ],\n    \"ndị nracha\": [\n        \"polishers\"\n    ],\n    \"polysilicik\": [\n        \"polysilicic\"\n    ],\n    \"polysyllable\": [\n        \"polysyllables\"\n    ],\n    \"polysymmetrị\": [\n        \"polysymmetry\"\n    ],\n    \"polysulphide\": [\n        \"polysulphid\"\n    ],\n    \"polysulfonate\": [\n        \"polysulphonate\"\n    ],\n    \"polyph sulphurization\": [\n        \"polysulphurization\"\n    ],\n    \"ulooru\": [\n        \"polytechnic\"\n    ],\n    \"ofufe ọtụtụ\": [\n        \"polytheistic\",\n        \"polytheistical\"\n    ],\n    \"onye ya na ya na-emekọrịta ihe\": [\n        \"polytheistically\"\n    ],\n    \"ọchịchị ndọrọ ndọrọ ọchịchị\": [\n        \"politicalism\"\n    ],\n    \"mee ndọrọndọrọ ọchịchị\": [\n        \"politicalize\"\n    ],\n    \"na-etinye ọchịchị\": [\n        \"politicalizing\"\n    ],\n    \"na ndọrọ ndọrọ ọchịchị\": [\n        \"politically\"\n    ],\n    \"onye ndọrọ ndọrọ ọchịchị\": [\n        \"politicaster\",\n        \"politicist\",\n        \"politicizer\",\n        \"politicker\",\n        \"politist\"\n    ],\n    \"onye ndọrọndọrọ ọchịchị\": [\n        \"politician\"\n    ],\n    \"ndị ndọrọ ndọrọ ọchịchị\": [\n        \"politicians\",\n        \"secularists\"\n    ],\n    \"na-asọpụrụ ndị mmadụ\": [\n        \"politicious\"\n    ],\n    \"na-eme ndọrọ ndọrọ ọchịchị\": [\n        \"politicising\",\n        \"politicizing\",\n        \"politicking\"\n    ],\n    \"na-achịkwa ọchịchị\": [\n        \"politicizes\",\n        \"politize\",\n        \"politzerize\"\n    ],\n    \"bụrụ onye ndọrọ ndọrọ ọchịchị\": [\n        \"politicked\"\n    ],\n    \"n'ụzọ ndọrọ ndọrọ ọchịchị\": [\n        \"politicly\"\n    ],\n    \"ịdị ndọrọ ndọrọ ọchịchị\": [\n        \"politicness\"\n    ],\n    \"polytype\": [\n        \"polytyped\"\n    ],\n    \"ịme polytyping\": [\n        \"polytyping\"\n    ],\n    \"nghoputa\": [\n        \"poll\",\n        \"pretention\"\n    ],\n    \"larchacha\": [\n        \"pollarding\"\n    ],\n    \"akwụkwọ ntụpọ\": [\n        \"pollbook\"\n    ],\n    \"ngwanu\": [\n        \"pollees\"\n    ],\n    \"imi mmako\": [\n        \"pollenate\",\n        \"pollinate\"\n    ],\n    \"pollen yiri\": [\n        \"pollenlike\"\n    ],\n    \"pollen\": [\n        \"pollens\"\n    ],\n    \"akwụkwọ ngbasa ozi\": [\n        \"pollers\"\n    ],\n    \"polley\": [\n        \"pollette\"\n    ],\n    \"pollyfish\": [\n        \"pollyfishes\"\n    ],\n    \"na-eme ntụ ntụ\": [\n        \"pollinating\"\n    ],\n    \"Ndị na-eme ntụ ntụ\": [\n        \"pollinators\"\n    ],\n    \"pollinik\": [\n        \"pollinic\",\n        \"pollinical\"\n    ],\n    \"imetọ\": [\n        \"pollinize\"\n    ],\n    \"ihe ntancha\": [\n        \"pollinizer\"\n    ],\n    \"na-eme ka ọ ghara ịdị\": [\n        \"pollinizing\"\n    ],\n    \"ndị na-emetọ emetọ\": [\n        \"pollists\"\n    ],\n    \"Ihe nchoputa\": [\n        \"pollster\"\n    ],\n    \"Ihe mmetọ\": [\n        \"pollutants\"\n    ],\n    \"ndị polo\": [\n        \"poloists\"\n    ],\n    \"polopon\": [\n        \"polopony\"\n    ],\n    \"polo\": [\n        \"polos\"\n    ],\n    \"Ekpu\": [\n        \"pols\"\n    ],\n    \"ndi nlemeji nleda\": [\n        \"poltergeists\"\n    ],\n    \"aclọ\": [\n        \"pomacentrid\"\n    ],\n    \"kwụọ\": [\n        \"pomander\",\n        \"queer\",\n        \"queerly\",\n        \"queet\",\n        \"quip\"\n    ],\n    \"Ndị mpako\": [\n        \"pomanders\"\n    ],\n    \"poteto\": [\n        \"pomatoes\",\n        \"potometer\"\n    ],\n    \"pọmigranet\": [\n        \"pomegranate\",\n        \"pomegranates\"\n    ],\n    \"Onye nwe anwuru\": [\n        \"pomeridian\"\n    ],\n    \"onye ikekwe\": [\n        \"pomiculturist\"\n    ],\n    \"kpochiri\": [\n        \"pommeled\"\n    ],\n    \"Na-egbu nri\": [\n        \"pommelling\",\n        \"throbbing\"\n    ],\n    \"pommer\": [\n        \"pommet\"\n    ],\n    \"pommery\": [\n        \"pommetty\"\n    ],\n    \"pomelo\": [\n        \"pomolo\",\n        \"pumelo\"\n    ],\n    \"n’enyemaka\": [\n        \"pomologically\"\n    ],\n    \"onye na-enyere aka\": [\n        \"pomologist\"\n    ],\n    \"pomọn\": [\n        \"pomonal\"\n    ],\n    \"Pọmphus\": [\n        \"pomphus\"\n    ],\n    \"pom poms\": [\n        \"pompoms\",\n        \"pompons\"\n    ],\n    \"pompon\": [\n        \"pompoon\"\n    ],\n    \"pomposit\": [\n        \"pomposity\"\n    ],\n    \"Pompa\": [\n        \"pompster\"\n    ],\n    \"Pompine\": [\n        \"pomptine\"\n    ],\n    \"Pọtụ\": [\n        \"pomster\"\n    ],\n    \"ponde\": [\n        \"ponderant\"\n    ],\n    \"n'ebughị ibu\": [\n        \"ponderously\"\n    ],\n    \"ọdọ mmiri na-azụ azụ\": [\n        \"pondfishes\"\n    ],\n    \"pondond\": [\n        \"pondful\"\n    ],\n    \"ọdọ mmiri ahịhịa\": [\n        \"pondgrass\"\n    ],\n    \"ponge\": [\n        \"pongees\"\n    ],\n    \"inyinya ibu\": [\n        \"ponycart\"\n    ],\n    \"ponies\": [\n        \"ponier\"\n    ],\n    \"pontieria\": [\n        \"pontederia\"\n    ],\n    \"pontederiaceae\": [\n        \"pontederiaceous\"\n    ],\n    \"pontes\": [\n        \"pontee\"\n    ],\n    \"pontianak\": [\n        \"pontianac\"\n    ],\n    \"ponti\": [\n        \"pontic\"\n    ],\n    \"pontikelos\": [\n        \"ponticellos\"\n    ],\n    \"pontikal\": [\n        \"ponticular\",\n        \"pontifical\"\n    ],\n    \"pontik\": [\n        \"pontific\",\n        \"pontile\"\n    ],\n    \"pontifical\": [\n        \"pontificality\"\n    ],\n    \"pontikalas\": [\n        \"pontificals\"\n    ],\n    \"pontip\": [\n        \"pontifices\"\n    ],\n    \"ponts\": [\n        \"pontils\"\n    ],\n    \"poofta\": [\n        \"pooftah\"\n    ],\n    \"ụlọ nzukọ ọdọ mmiri\": [\n        \"poolhalls\"\n    ],\n    \"katịpụ\": [\n        \"pooli\",\n        \"pooly\"\n    ],\n    \"ime ụlọ mmiri\": [\n        \"poolroom\"\n    ],\n    \"poopu\": [\n        \"poops\",\n        \"pope\",\n        \"popes\"\n    ],\n    \"kasị daa ogbenye\": [\n        \"poorest\"\n    ],\n    \"houselọ ogbenye\": [\n        \"poorhouse\"\n    ],\n    \"ụlọ ogbenye\": [\n        \"poorhouses\"\n    ],\n    \"emezighituri\": [\n        \"poorly\",\n        \"poorlyish\"\n    ],\n    \"Ọka agbara agba\": [\n        \"popcorn\"\n    ],\n    \"popcorn\": [\n        \"popcorns\"\n    ],\n    \"popedom\": [\n        \"popedoms\"\n    ],\n    \"poopu dị nsọ\": [\n        \"popeholy\"\n    ],\n    \"popeye\": [\n        \"popeyed\",\n        \"popeyes\"\n    ],\n    \"poperi\": [\n        \"poperies\"\n    ],\n    \"pophip\": [\n        \"popishness\"\n    ],\n    \"popla\": [\n        \"poplared\"\n    ],\n    \"popplet\": [\n        \"poplet\"\n    ],\n    \"popliteal\": [\n        \"poplilia\"\n    ],\n    \"popliteus\": [\n        \"poplitaeal\"\n    ],\n    \"popa\": [\n        \"poppa\",\n        \"popper\"\n    ],\n    \"poppyfish\": [\n        \"poppyfishes\"\n    ],\n    \"popu\": [\n        \"popples\"\n    ],\n    \"popping\": [\n        \"poppling\"\n    ],\n    \"pop\": [\n        \"pops\"\n    ],\n    \"pops\": [\n        \"popsy\"\n    ],\n    \"ọha\": [\n        \"populace\",\n        \"populaces\",\n        \"populacy\",\n        \"publicae\",\n        \"publici\",\n        \"publicum\",\n        \"publicute\",\n        \"societally\",\n        \"societas\",\n        \"societyish\"\n    ],\n    \"ewu ewu\": [\n        \"populares\",\n        \"popularised\",\n        \"popularity\",\n        \"popularized\",\n        \"popularly\",\n        \"popularness\"\n    ],\n    \"gbasawanye\": [\n        \"popularise\",\n        \"popularize\"\n    ],\n    \"biju\": [\n        \"populated\"\n    ],\n    \"popuring\": [\n        \"populating\"\n    ],\n    \"bi n'obodo\": [\n        \"populational\"\n    ],\n    \"onye bi ebe obibi\": [\n        \"populationist\"\n    ],\n    \"onu ogugu pere mpe\": [\n        \"populationless\"\n    ],\n    \"popul nwere\": [\n        \"populisms\"\n    ],\n    \"populist\": [\n        \"populists\"\n    ],\n    \"iso nri\": [\n        \"porbeagle\"\n    ],\n    \"poselin\": [\n        \"porcelain\",\n        \"porcelainlike\"\n    ],\n    \"poselinization\": [\n        \"porcelainization\"\n    ],\n    \"poselinise\": [\n        \"porcelainize\"\n    ],\n    \"posellandized\": [\n        \"porcelainized\"\n    ],\n    \"poslolaneous\": [\n        \"porcelaneous\"\n    ],\n    \"posellan\": [\n        \"porcelanic\"\n    ],\n    \"ihe eji edozi\": [\n        \"porcelanite\"\n    ],\n    \"ihe di iche iche\": [\n        \"porcellaneous\"\n    ],\n    \"owuwu ụzọ mbata\": [\n        \"porch\"\n    ],\n    \"Ihe achicha\": [\n        \"porched\"\n    ],\n    \"ihe owuwu ụzọ mbata\": [\n        \"porches\",\n        \"porchlike\"\n    ],\n    \"porzọ ije\": [\n        \"porching\"\n    ],\n    \"enweghi uzo\": [\n        \"porchless\",\n        \"wayless\"\n    ],\n    \"poinine\": [\n        \"porcine\"\n    ],\n    \"porcupin\": [\n        \"porcupines\"\n    ],\n    \"ọrịa porencephalitis\": [\n        \"porencephalitis\"\n    ],\n    \"porgy\": [\n        \"porger\"\n    ],\n    \"porifera\": [\n        \"poriferal\",\n        \"poriferan\"\n    ],\n    \"ọnụ ụzọ ụlọ\": [\n        \"porites\"\n    ],\n    \"anụ ezi anụ\": [\n        \"porkburger\",\n        \"porkling\"\n    ],\n    \"ezi anụ ụlọ\": [\n        \"porkchop\"\n    ],\n    \"Ochekwa\": [\n        \"porkeater\"\n    ],\n    \"onye anụ ezi\": [\n        \"porker\"\n    ],\n    \"ndị na-ere bekee\": [\n        \"porkers\"\n    ],\n    \"Pọọki\": [\n        \"porkier\"\n    ],\n    \"enweghị anụ ezi\": [\n        \"porkless\"\n    ],\n    \"onye ezi anụ ezi\": [\n        \"porkman\"\n    ],\n    \"ụzọ mmiri\": [\n        \"porkpies\",\n        \"portcullises\"\n    ],\n    \"ihe ndị na-akpali agụụ mmekọahụ\": [\n        \"pornography\"\n    ],\n    \"akpali agụụ mmekọahụ\": [\n        \"pornographomania\",\n        \"provocational\",\n        \"provocative\"\n    ],\n    \"porn\": [\n        \"porns\"\n    ],\n    \"porometa\": [\n        \"porometer\"\n    ],\n    \"porosimita\": [\n        \"porosimeter\"\n    ],\n    \"porosị\": [\n        \"porosity\"\n    ],\n    \"porous\": [\n        \"porously\",\n        \"porousness\"\n    ],\n    \"onye ilo\": [\n        \"porphyrian\"\n    ],\n    \"onye na-enye aka\": [\n        \"porphyrianist\",\n        \"supplanter\"\n    ],\n    \"ikele nwa\": [\n        \"porphyrite\"\n    ],\n    \"obere ekwentị\": [\n        \"portables\"\n    ],\n    \"porta ịba ọcha n'anya\": [\n        \"portahepatis\"\n    ],\n    \"Portamento\": [\n        \"portamento\"\n    ],\n    \"Portamentos\": [\n        \"portamentos\"\n    ],\n    \"portas\": [\n        \"portass\"\n    ],\n    \"potato\": [\n        \"portate\",\n        \"portato\",\n        \"portator\",\n        \"potshoot\"\n    ],\n    \"Portatile\": [\n        \"portatile\"\n    ],\n    \"Portcullis\": [\n        \"portcullis\"\n    ],\n    \"onye oburu akpa\": [\n        \"porter\"\n    ],\n    \"Onochu\": [\n        \"porteranthus\"\n    ],\n    \"onye ibu\": [\n        \"porterly\"\n    ],\n    \"Pọtụfoliyo\": [\n        \"portfolio\",\n        \"portfolios\"\n    ],\n    \"Portglaive\": [\n        \"portglaive\"\n    ],\n    \"Portglave\": [\n        \"portglave\"\n    ],\n    \"Portgreve\": [\n        \"portgreve\"\n    ],\n    \"Porthetria\": [\n        \"porthetria\"\n    ],\n    \"portiere\": [\n        \"portiered\"\n    ],\n    \"Portio\": [\n        \"portio\",\n        \"portion\"\n    ],\n    \"Portio mollis\": [\n        \"portiomollis\"\n    ],\n    \"otosịrị\": [\n        \"portional\",\n        \"proportional\",\n        \"proportionate\",\n        \"proportioned\"\n    ],\n    \"onye kere ihe\": [\n        \"portioner\",\n        \"thimblemaker\"\n    ],\n    \"ndị na-eke ihe\": [\n        \"portioners\"\n    ],\n    \"nkerisi\": [\n        \"portioning\"\n    ],\n    \"onye obu ihe nlere\": [\n        \"portitor\"\n    ],\n    \"Portland\": [\n        \"portland\"\n    ],\n    \"Portlandian\": [\n        \"portlandian\"\n    ],\n    \"Portmanteau\": [\n        \"portmanteau\"\n    ],\n    \"Portmanteaus\": [\n        \"portmanteaus\"\n    ],\n    \"Portmote\": [\n        \"portmote\"\n    ],\n    \"Portpayne\": [\n        \"portpayne\"\n    ],\n    \"onye mmebe ihe\": [\n        \"portrayer\"\n    ],\n    \"ndị na-ese ihe osise\": [\n        \"portraitists\"\n    ],\n    \"osise dị ka\": [\n        \"portraitlike\"\n    ],\n    \"onye egwuregwu n'ọdụ ụgbọ mmiri\": [\n        \"portsider\"\n    ],\n    \"Portugal\": [\n        \"portugais\"\n    ],\n    \"Portugese\": [\n        \"portugese\"\n    ],\n    \"Portuguese\": [\n        \"portuguese\"\n    ],\n    \"Portulacaria\": [\n        \"portulacaria\"\n    ],\n    \"Portulan\": [\n        \"portulan\"\n    ],\n    \"Portunalia\": [\n        \"portunalia\"\n    ],\n    \"Portunian\": [\n        \"portunian\"\n    ],\n    \"Portunid\": [\n        \"portunid\"\n    ],\n    \"Portunidae\": [\n        \"portunidae\"\n    ],\n    \"Portunus\": [\n        \"portunus\"\n    ],\n    \"ụzọ ụgbọ ala\": [\n        \"portway\"\n    ],\n    \"posada\": [\n        \"posadas\"\n    ],\n    \"guzo\": [\n        \"pose\",\n        \"stablish\",\n        \"standeth\",\n        \"standing\",\n        \"standings\",\n        \"stands\",\n        \"staning\",\n        \"stationed\"\n    ],\n    \"posh\": [\n        \"posho\"\n    ],\n    \"n'ọnọdu\": [\n        \"positioning\"\n    ],\n    \"ọkà mmụta banyere posologist\": [\n        \"posologist\"\n    ],\n    \"ndinyene\": [\n        \"possessedness\"\n    ],\n    \"inwere ihe onwunwe\": [\n        \"possessionalism\"\n    ],\n    \"onwunwe\": [\n        \"possessionary\"\n    ],\n    \"onyenwere\": [\n        \"possessioner\"\n    ],\n    \"enweghị ihe onwunwe\": [\n        \"possessionlessness\",\n        \"propertyless\"\n    ],\n    \"posy\": [\n        \"possy\"\n    ],\n    \"nwee ike ime ihe\": [\n        \"possibilism\"\n    ],\n    \"ekwe omume\": [\n        \"possibleness\"\n    ],\n    \"posumhaw\": [\n        \"possumhaw\"\n    ],\n    \"posumwood\": [\n        \"possumwood\"\n    ],\n    \"ozi nzipu ozi\": [\n        \"postage\"\n    ],\n    \"posta\": [\n        \"postanal\",\n        \"poster\",\n        \"posterish\",\n        \"posterist\",\n        \"postward\"\n    ],\n    \"biputere aortic\": [\n        \"postaortic\"\n    ],\n    \"biputere apoplectic\": [\n        \"postapoplectic\"\n    ],\n    \"biputere apostolic\": [\n        \"postapostolic\"\n    ],\n    \"posto akpa\": [\n        \"postbags\"\n    ],\n    \"post baptizim\": [\n        \"postbaptismal\"\n    ],\n    \"post brachial\": [\n        \"postbrachial\"\n    ],\n    \"post-nri ụtụtụ\": [\n        \"postbreakfast\"\n    ],\n    \"postkaecal\": [\n        \"postcaecal\"\n    ],\n    \"kaadi ozi\": [\n        \"postcard\"\n    ],\n    \"posta Kadinal\": [\n        \"postcardinal\"\n    ],\n    \"postkaadị\": [\n        \"postcards\"\n    ],\n    \"postkaudal\": [\n        \"postcaudal\"\n    ],\n    \"postkava\": [\n        \"postcava\"\n    ],\n    \"postkavae\": [\n        \"postcavae\"\n    ],\n    \"postesarean\": [\n        \"postcesarean\"\n    ],\n    \"mgbe mkpebi siri ike\": [\n        \"postdetermined\"\n    ],\n    \"post-mmepe\": [\n        \"postdevelopmental\"\n    ],\n    \"post akwụkwụ\": [\n        \"postepileptic\"\n    ],\n    \"postaịrica\": [\n        \"posterioric\"\n    ],\n    \"n'azụ azụ\": [\n        \"posteriorically\",\n        \"unhindering\"\n    ],\n    \"nke dị n'azụ\": [\n        \"posteriormost\"\n    ],\n    \"ndi n'azu\": [\n        \"posteriors\"\n    ],\n    \"ụmụ na-abịa n'ihu\": [\n        \"posterities\"\n    ],\n    \"zụọ akwụkwọ\": [\n        \"posterize\"\n    ],\n    \"postn\": [\n        \"posterns\"\n    ],\n    \"akwụkwọ ịma ọkwa\": [\n        \"posters\"\n    ],\n    \"ndụm\": [\n        \"postexistence\"\n    ],\n    \"postfix chọrọ\": [\n        \"postfixing\"\n    ],\n    \"postform\": [\n        \"postforms\"\n    ],\n    \"mgbe owuwe ihe ubi\": [\n        \"postharvest\"\n    ],\n    \"posta posta\": [\n        \"postholder\"\n    ],\n    \"postictal\": [\n        \"postical\"\n    ],\n    \"posticus\": [\n        \"posticous\"\n    ],\n    \"posta akwụkwọ ozi\": [\n        \"postiller\"\n    ],\n    \"posters\": [\n        \"postils\"\n    ],\n    \"biputere echiche\": [\n        \"postimpressionism\",\n        \"postimpressionist\"\n    ],\n    \"post impressionistic\": [\n        \"postimpressionistic\"\n    ],\n    \"postin\": [\n        \"postins\"\n    ],\n    \"postlaval\": [\n        \"postlarval\"\n    ],\n    \"postmedia oge\": [\n        \"postmediaeval\"\n    ],\n    \"postlultipịpụrụ\": [\n        \"postmultiplied\"\n    ],\n    \"postnonal\": [\n        \"postnominal\"\n    ],\n    \"ụlọ ọrụ nzipu ozi\": [\n        \"postoffice\",\n        \"postoffices\"\n    ],\n    \"postoperative\": [\n        \"postoperatively\"\n    ],\n    \"postiiki\": [\n        \"postotic\"\n    ],\n    \"ikwu ugwo\": [\n        \"postpaid\"\n    ],\n    \"isochi nwa\": [\n        \"postpartum\"\n    ],\n    \"post perforated\": [\n        \"postperforated\"\n    ],\n    \"posticardial post\": [\n        \"postpericardial\"\n    ],\n    \"postpharyngeal\": [\n        \"postpharyngal\"\n    ],\n    \"post pyramidal\": [\n        \"postpyramidal\"\n    ],\n    \"tinye pyretic\": [\n        \"postpyretic\"\n    ],\n    \"post pituitary\": [\n        \"postpituitary\"\n    ],\n    \"post post\": [\n        \"postplace\",\n        \"poststertorous\",\n        \"postulations\"\n    ],\n    \"eyigharị\": [\n        \"postpone\",\n        \"postponing\",\n        \"postpredicament\"\n    ],\n    \"yigharia\": [\n        \"postponement\",\n        \"postponements\",\n        \"postpones\"\n    ],\n    \"kagbuei\": [\n        \"postponer\"\n    ],\n    \"postposition\": [\n        \"postpositional\",\n        \"postpositionally\"\n    ],\n    \"osotele\": [\n        \"postpupillary\"\n    ],\n    \"postrect\": [\n        \"postrectal\"\n    ],\n    \"mbugharia\": [\n        \"postresurrectional\"\n    ],\n    \"postaji\": [\n        \"postrider\"\n    ],\n    \"postaccular\": [\n        \"postsaccular\"\n    ],\n    \"postacral\": [\n        \"postsacral\"\n    ],\n    \"postcalenus\": [\n        \"postscalenus\"\n    ],\n    \"postcapula\": [\n        \"postscapula\"\n    ],\n    \"postcapular\": [\n        \"postscapular\"\n    ],\n    \"postcapularis\": [\n        \"postscapularis\"\n    ],\n    \"postcarlatinal\": [\n        \"postscarlatinal\"\n    ],\n    \"anasasiri ihe\": [\n        \"postscarlatinoid\"\n    ],\n    \"postcenium\": [\n        \"postscenium\"\n    ],\n    \"postcholastic\": [\n        \"postscholastic\"\n    ],\n    \"postcorbutic\": [\n        \"postscorbutic\"\n    ],\n    \"postcriptum\": [\n        \"postscriptum\"\n    ],\n    \"postcutella\": [\n        \"postscutella\"\n    ],\n    \"postcutellar\": [\n        \"postscutellar\"\n    ],\n    \"postcutellum\": [\n        \"postscutellum\"\n    ],\n    \"postcuttella\": [\n        \"postscuttella\"\n    ],\n    \"postigmoid\": [\n        \"postsigmoid\"\n    ],\n    \"postigmoidal\": [\n        \"postsigmoidal\"\n    ],\n    \"postign\": [\n        \"postsign\"\n    ],\n    \"postigner\": [\n        \"postsigner\"\n    ],\n    \"postymphysial\": [\n        \"postsymphysial\"\n    ],\n    \"postynaptic\": [\n        \"postsynaptic\"\n    ],\n    \"postynsacral\": [\n        \"postsynsacral\"\n    ],\n    \"anwachukwu\": [\n        \"postsyphilitic\"\n    ],\n    \"postystolic\": [\n        \"postsystolic\"\n    ],\n    \"biputere spasmodic\": [\n        \"postspasmodic\"\n    ],\n    \"post suppurative\": [\n        \"postsuppurative\"\n    ],\n    \"urgicalwa ahụ\": [\n        \"postsurgical\"\n    ],\n    \"posta ọgwụgwọ\": [\n        \"posttreatment\"\n    ],\n    \"postububular\": [\n        \"posttubercular\"\n    ],\n    \"postcho\": [\n        \"posture\",\n        \"postured\",\n        \"posturer\"\n    ],\n    \"postures\": [\n        \"posturers\"\n    ],\n    \"ezighachi\": [\n        \"posturised\",\n        \"posturized\",\n        \"reconferred\",\n        \"repatriated\",\n        \"repatriating\",\n        \"reprieving\"\n    ],\n    \"zighachi\": [\n        \"posturize\",\n        \"reassigned\",\n        \"reattest\",\n        \"rehired\",\n        \"repatriable\",\n        \"retender\",\n        \"retrue\",\n        \"retrusive\"\n    ],\n    \"postaime\": [\n        \"postuterine\"\n    ],\n    \"postven\": [\n        \"postvenous\"\n    ],\n    \"postzygapophysis\": [\n        \"postzygapophyseal\",\n        \"postzygapophysial\"\n    ],\n    \"ness\": [\n        \"potableness\",\n        \"unsweetness\"\n    ],\n    \"ite mmanu\": [\n        \"potager\",\n        \"potation\"\n    ],\n    \"ọkà mmụta banyere ndammana\": [\n        \"potamologist\"\n    ],\n    \"potamometa\": [\n        \"potamometer\"\n    ],\n    \"potawatomi\": [\n        \"potawatami\"\n    ],\n    \"ite sie\": [\n        \"potboiled\"\n    ],\n    \"ndị na-ebu ite\": [\n        \"potboilers\"\n    ],\n    \"ọkpụite\": [\n        \"potcher\",\n        \"poter\",\n        \"pothunter\",\n        \"potteen\",\n        \"potter\",\n        \"potterer\",\n        \"potteringly\",\n        \"potters\",\n        \"pottinger\"\n    ],\n    \"onye ọkpụite\": [\n        \"potcherman\"\n    ],\n    \"ndi ọkpụ ite\": [\n        \"potchermen\"\n    ],\n    \"inwe ikike\": [\n        \"potentialization\",\n        \"propriation\",\n        \"suralimentation\"\n    ],\n    \"Ndetu\": [\n        \"pothanger\"\n    ],\n    \"ndị ekpenta\": [\n        \"pothecaries\"\n    ],\n    \"Imegbu\": [\n        \"pothery\"\n    ],\n    \"na-egbu mmiri\": [\n        \"pothering\",\n        \"spitfires\"\n    ],\n    \"ndị ọkpụite\": [\n        \"pothers\",\n        \"potterers\"\n    ],\n    \"ndị nwere ikike\": [\n        \"potholders\"\n    ],\n    \"ite ulo\": [\n        \"pothouse\"\n    ],\n    \"ite ogwu\": [\n        \"potleg\"\n    ],\n    \"ihe ọkpụ\": [\n        \"potlicker\",\n        \"scullog\",\n        \"scullogue\",\n        \"sculptitory\",\n        \"sculptor\",\n        \"sculptorid\",\n        \"sculptress\",\n        \"sculptresses\",\n        \"sculpturation\"\n    ],\n    \"onye na-eme ite ihe\": [\n        \"potmaker\"\n    ],\n    \"ite ite\": [\n        \"potmaking\",\n        \"potteries\",\n        \"vase\"\n    ],\n    \"ndi ekpete\": [\n        \"potmen\"\n    ],\n    \"ite mara\": [\n        \"potsherd\"\n    ],\n    \"pottah\": [\n        \"pottaro\"\n    ],\n    \"ite kpuru\": [\n        \"pottery\"\n    ],\n    \"ọkpụ ite\": [\n        \"pottering\"\n    ],\n    \"pouff\": [\n        \"pouffed\"\n    ],\n    \"ulo ozuzu okuko\": [\n        \"poultry\",\n        \"poultries\"\n    ],\n    \"ndị ọkụkọ ọkụkọ\": [\n        \"poultrymen\"\n    ],\n    \"pouning\": [\n        \"pouncing\"\n    ],\n    \"pouncing\": [\n        \"pouncingly\"\n    ],\n    \"pound\": [\n        \"poundages\",\n        \"poundals\"\n    ],\n    \"paụndụ\": [\n        \"poundbreach\",\n        \"poundkeeper\"\n    ],\n    \"gbakaa\": [\n        \"pounded\",\n        \"tewsome\"\n    ],\n    \"kposo ihe\": [\n        \"pounder\"\n    ],\n    \"paụmaster\": [\n        \"poundmaster\"\n    ],\n    \"paụme\": [\n        \"poundmeal\"\n    ],\n    \"paụndị\": [\n        \"poundstone\"\n    ],\n    \"wunye\": [\n        \"pour\"\n    ],\n    \"agbapu\": [\n        \"pourboires\",\n        \"scurries\"\n    ],\n    \"wụsara\": [\n        \"poured\"\n    ],\n    \"ndị na-eme ihe ọ .ụ .ụ\": [\n        \"pourers\"\n    ],\n    \"awunye\": [\n        \"pourie\"\n    ],\n    \"agbapụtara\": [\n        \"pouring\"\n    ],\n    \"ndị na-ere mmiri\": [\n        \"pourparlers\"\n    ],\n    \"awụkwasị\": [\n        \"pourpiece\"\n    ],\n    \"ntoju\": [\n        \"pourprise\"\n    ],\n    \"eme egwuregwu\": [\n        \"pouting\"\n    ],\n    \"poutly\": [\n        \"poutingly\"\n    ],\n    \"poverishị\": [\n        \"poverishment\"\n    ],\n    \"nwee ntụ\": [\n        \"powderer\",\n        \"powwows\"\n    ],\n    \"ndị na-eme ntụ\": [\n        \"powderers\"\n    ],\n    \"Pụrụ powdery\": [\n        \"powdery\"\n    ],\n    \"dị ka ntụ ntụ\": [\n        \"powderlike\"\n    ],\n    \"Onye ntụ ntụ\": [\n        \"powderman\"\n    ],\n    \"ụlọ ike\": [\n        \"powerhouse\",\n        \"powerhouses\",\n        \"roughhouse\",\n        \"strongrooms\"\n    ],\n    \"onye na enye ikike\": [\n        \"powermonger\"\n    ],\n    \"osisi ike\": [\n        \"powerplants\"\n    ],\n    \"Mmmmmmmmmmmm\": [\n        \"powsowdy\"\n    ],\n    \"pota\": [\n        \"powter\"\n    ],\n    \"powwow\": [\n        \"powwowed\",\n        \"powwower\"\n    ],\n    \"na-eme pox\": [\n        \"poxing\"\n    ],\n    \"p\": [\n        \"pp\"\n    ],\n    \"mkp\": [\n        \"pph\"\n    ],\n    \"eme omume\": [\n        \"practicable\"\n    ],\n    \"fọrọ\": [\n        \"practicably\"\n    ],\n    \"dị irè\": [\n        \"practicalness\",\n        \"propitious\"\n    ],\n    \"pradhan\": [\n        \"pradhana\"\n    ],\n    \"periacetabular\": [\n        \"praeacetabular\"\n    ],\n    \"Chukwuemeka Odumegwu Ojukwu\": [\n        \"praecox\"\n    ],\n    \"praefect\": [\n        \"praefects\"\n    ],\n    \"ọnụnọ\": [\n        \"praenominal\",\n        \"presence\",\n        \"presenced\"\n    ],\n    \"eslọ\": [\n        \"praesenti\"\n    ],\n    \"onye praetorian\": [\n        \"praetorian\"\n    ],\n    \"ndị na-achịkwa iwu\": [\n        \"praetors\"\n    ],\n    \"pragmaticalism\": [\n        \"pragmaticalness\"\n    ],\n    \"pragmatism\": [\n        \"pragmaticism\"\n    ],\n    \"pragmatik\": [\n        \"pragmatics\"\n    ],\n    \"pragmatist\": [\n        \"pragmatists\"\n    ],\n    \"kpere ekpere\": [\n        \"prayed\"\n    ],\n    \"na-ekpe ekpere\": [\n        \"prayerful\",\n        \"prayful\",\n        \"praying\",\n        \"prayingly\",\n        \"prays\",\n        \"prating\",\n        \"supplicator\"\n    ],\n    \"enweghị ekpere\": [\n        \"prayerlessness\"\n    ],\n    \"onye na-ekpe ekpere\": [\n        \"prayermaker\"\n    ],\n    \"ekpe ekpere\": [\n        \"prayermaking\"\n    ],\n    \"ikpe amamihe\": [\n        \"prayingwise\"\n    ],\n    \"preirie\": [\n        \"prairie\"\n    ],\n    \"prairie nka\": [\n        \"prairiecraft\"\n    ],\n    \"Otuto\": [\n        \"praisefulness\"\n    ],\n    \"onye toro\": [\n        \"praiser\"\n    ],\n    \"toonye kwesịrị\": [\n        \"praiseworthily\"\n    ],\n    \"na-aja\": [\n        \"praising\"\n    ],\n    \"na-aja otuto\": [\n        \"praisingly\"\n    ],\n    \"n'ekele\": [\n        \"praisworthily\",\n        \"salaciously\",\n        \"salutatorily\",\n        \"salutiferously\"\n    ],\n    \"prakritị\": [\n        \"prakritic\"\n    ],\n    \"Ikwusa\": [\n        \"pranking\"\n    ],\n    \"pranks ịdị n'otu\": [\n        \"pranksomeness\"\n    ],\n    \"ndi ugha\": [\n        \"pranksters\"\n    ],\n    \"prao\": [\n        \"praos\"\n    ],\n    \"ezechinyere\": [\n        \"pratincoline\",\n        \"ritornellos\"\n    ],\n    \"ekpele\": [\n        \"pratingly\"\n    ],\n    \"n'etutu\": [\n        \"prattlingly\"\n    ],\n    \"prawn\": [\n        \"prawns\"\n    ],\n    \"preacceptacities\": [\n        \"preacceptances\"\n    ],\n    \"anabatara\": [\n        \"preaccepted\"\n    ],\n    \"imezu iwu\": [\n        \"preaccomplish\"\n    ],\n    \"preaccusacation\": [\n        \"preaccusation\"\n    ],\n    \"preaccus\": [\n        \"preaccused\",\n        \"preaccusing\"\n    ],\n    \"preacc saba\": [\n        \"preaccustomed\"\n    ],\n    \"kwusara ozi ọma\": [\n        \"preached\"\n    ],\n    \"preacknowardalin\": [\n        \"preacknowledgement\"\n    ],\n    \"preacknowlogging\": [\n        \"preacknowledging\"\n    ],\n    \"preacknowled nke ụwa\": [\n        \"preacknowledgment\"\n    ],\n    \"preacquanceance\": [\n        \"preacquaintance\"\n    ],\n    \"preacquacitively\": [\n        \"preacquisitively\"\n    ],\n    \"preacquacitiveness\": [\n        \"preacquisitiveness\"\n    ],\n    \"preacittal\": [\n        \"preacquittal\"\n    ],\n    \"preacquitik\": [\n        \"preacquitted\"\n    ],\n    \"prelex\": [\n        \"preaction\"\n    ],\n    \"preactive\": [\n        \"preactively\"\n    ],\n    \"adzọ\": [\n        \"preaddition\"\n    ],\n    \"ịlụ ụzọ\": [\n        \"preadherence\"\n    ],\n    \"enwere ike ịhazi\": [\n        \"preadjustable\"\n    ],\n    \"nchịkwa mbụ\": [\n        \"preadministration\"\n    ],\n    \"preadoped\": [\n        \"preadopted\"\n    ],\n    \"tupu akpọsa\": [\n        \"preadvertised\"\n    ],\n    \"tupu mgbasa ozi\": [\n        \"preadvertisement\"\n    ],\n    \"tupu onye mgbasa ozi\": [\n        \"preadvertiser\"\n    ],\n    \"ikwado ụzọ\": [\n        \"preadvocacy\"\n    ],\n    \"tupu inwee\": [\n        \"preaffidavit\"\n    ],\n    \"tupu mmekọ\": [\n        \"preaffiliate\",\n        \"preaffiliated\"\n    ],\n    \"preaffaila\": [\n        \"preaffiliation\"\n    ],\n    \"pre nkwenye\": [\n        \"preaffirmative\"\n    ],\n    \"kwughachiri\": [\n        \"preaffirmed\",\n        \"reaffirmed\",\n        \"reascended\",\n        \"reiterated\",\n        \"reiteratedly\",\n        \"reiterates\",\n        \"repatronized\",\n        \"restated\",\n        \"restates\",\n        \"restipulated\",\n        \"restituted\",\n        \"reventilated\",\n        \"vocalised\"\n    ],\n    \"buru ụzọ gosi\": [\n        \"preaffirms\"\n    ],\n    \"tupu ehihie\": [\n        \"preafternoon\"\n    ],\n    \"ebula ụzọ\": [\n        \"preaged\"\n    ],\n    \"doziri\": [\n        \"preaggravated\",\n        \"preseparated\"\n    ],\n    \"prega na-aga n'ihu\": [\n        \"preaggressiveness\"\n    ],\n    \"na-ebu ozi\": [\n        \"preaging\"\n    ],\n    \"preagred\": [\n        \"preagreed\"\n    ],\n    \"preagree\": [\n        \"preagreeing\"\n    ],\n    \"tupu nkwekọrịta\": [\n        \"preagreement\"\n    ],\n    \"tupu oru ugbo\": [\n        \"preagriculture\"\n    ],\n    \"pre algebra\": [\n        \"prealgebra\"\n    ],\n    \"tupu algebra\": [\n        \"prealgebraic\"\n    ],\n    \"iso ụzọ\": [\n        \"preallocating\"\n    ],\n    \"preallot\": [\n        \"preallotted\"\n    ],\n    \"prefinance\": [\n        \"preallowance\"\n    ],\n    \"buta\": [\n        \"prealter\",\n        \"preaver\"\n    ],\n    \"mbu ahia\": [\n        \"prealteration\"\n    ],\n    \"preamalgam\": [\n        \"preamalgamation\"\n    ],\n    \"preambals\": [\n        \"preambles\"\n    ],\n    \"pregba chaa chaa\": [\n        \"preambling\"\n    ],\n    \"buru ụzọ kwue\": [\n        \"preannounced\"\n    ],\n    \"na-ekwuo\": [\n        \"preannouncing\"\n    ],\n    \"preantiseptik\": [\n        \"preantiseptic\"\n    ],\n    \"tupu anya\": [\n        \"preappearances\"\n    ],\n    \"tupu ngwa\": [\n        \"preapplication\"\n    ],\n    \"na-etinye akwụkwọ\": [\n        \"preapplying\"\n    ],\n    \"tinye oge\": [\n        \"preappoint\"\n    ],\n    \"preppoints\": [\n        \"preappoints\"\n    ],\n    \"buru ụzọ ghọta\": [\n        \"preapprehend\",\n        \"precomprehend\",\n        \"precomprehensive\",\n        \"preunderstood\"\n    ],\n    \"presauda\": [\n        \"preapprehension\"\n    ],\n    \"prewa nkwado\": [\n        \"preapproval\"\n    ],\n    \"preaseptik\": [\n        \"preaseptic\"\n    ],\n    \"asstọ\": [\n        \"preassembling\"\n    ],\n    \"preassị\": [\n        \"preassure\"\n    ],\n    \"preasses\": [\n        \"preassured\"\n    ],\n    \"preb\": [\n        \"prebade\"\n    ],\n    \"tupu baptism\": [\n        \"prebaptismal\"\n    ],\n    \"-eme baptizim\": [\n        \"prebaptize\"\n    ],\n    \"tupu obi ojoo\": [\n        \"prebarbarousness\"\n    ],\n    \"prebendị\": [\n        \"prebend\"\n    ],\n    \"Na-ebute ụzọ\": [\n        \"prebesetting\",\n        \"preimitating\",\n        \"preimposing\",\n        \"presubmitted\"\n    ],\n    \"na-ebido\": [\n        \"prebinding\",\n        \"preeners\",\n        \"protases\"\n    ],\n    \"prebless\": [\n        \"preblesses\"\n    ],\n    \"egbochiri\": [\n        \"preblockaded\",\n        \"unabstracted\",\n        \"uninhibited\",\n        \"unwrappered\"\n    ],\n    \"mgbasa ozi mgbasa ozi\": [\n        \"prebroadcasting\",\n        \"probroadcasting\"\n    ],\n    \"tupu bromidic\": [\n        \"prebromidic\"\n    ],\n    \"peribronchial\": [\n        \"prebronchial\"\n    ],\n    \"prebute\": [\n        \"prebrute\"\n    ],\n    \"Na-agba mbọ\": [\n        \"prebullying\",\n        \"trestling\"\n    ],\n    \"tupu burlesque\": [\n        \"preburlesque\"\n    ],\n    \"echegoro\": [\n        \"precalculated\"\n    ],\n    \"tupu mkpọsa\": [\n        \"precampaign\"\n    ],\n    \"Kagbuo tupu\": [\n        \"precancellation\"\n    ],\n    \"tupu ịhọpụta\": [\n        \"precandidacy\"\n    ],\n    \"nke ziri ezi\": [\n        \"precant\",\n        \"precorrect\",\n        \"precorrectness\",\n        \"righty\"\n    ],\n    \"prearium\": [\n        \"precarium\"\n    ],\n    \"precast\": [\n        \"precasting\"\n    ],\n    \"mkpachapụ anya\": [\n        \"precautions\"\n    ],\n    \"Chukwunonso\": [\n        \"precchosen\",\n        \"zyzzyva\"\n    ],\n    \"prehebrabra\": [\n        \"precelebrated\"\n    ],\n    \"tupu onuogugu\": [\n        \"precensus\"\n    ],\n    \"tupu otu narị afọ\": [\n        \"precentennial\"\n    ],\n    \"preceptive\": [\n        \"preceptively\"\n    ],\n    \"precerised\": [\n        \"precertify\"\n    ],\n    \"ezi gbaara\": [\n        \"precertified\"\n    ],\n    \"tupu certifying\": [\n        \"precertifying\"\n    ],\n    \"precession\": [\n        \"precessed\"\n    ],\n    \"prechallelle\": [\n        \"prechallenging\"\n    ],\n    \"prehampioned\": [\n        \"prechampioned\"\n    ],\n    \"prehampionship\": [\n        \"prechampionship\"\n    ],\n    \"ebuputala\": [\n        \"precharged\",\n        \"reoutlined\",\n        \"unloaded\",\n        \"unloaden\"\n    ],\n    \"na-ebu ikike\": [\n        \"precharging\"\n    ],\n    \"precheck\": [\n        \"prechecked\",\n        \"prechecks\"\n    ],\n    \"tupu chloroform\": [\n        \"prechloroform\"\n    ],\n    \"horzọ tupu\": [\n        \"prechordal\"\n    ],\n    \"tupu choroid\": [\n        \"prechoroid\"\n    ],\n    \"tupu ahọrọ\": [\n        \"prechose\"\n    ],\n    \"ahọpụtara\": [\n        \"prechosen\",\n        \"prelected\",\n        \"prelectured\",\n        \"selected\"\n    ],\n    \"preynical\": [\n        \"precynical\"\n    ],\n    \"dị oke ọnụ ahịa\": [\n        \"precious\"\n    ],\n    \"ịdị oké ọnụ ahịa\": [\n        \"preciousness\"\n    ],\n    \"ugwu mmiri\": [\n        \"precipice\",\n        \"snowlands\"\n    ],\n    \"precipices\": [\n        \"precipiced\"\n    ],\n    \"na-ebute mmiri\": [\n        \"precipitates\"\n    ],\n    \"irkọwapụta\": [\n        \"precirculate\"\n    ],\n    \"Eburu ụzọ mee\": [\n        \"precirculated\"\n    ],\n    \"irchọpụta\": [\n        \"precirculating\"\n    ],\n    \"onye nkenke\": [\n        \"precisianist\",\n        \"precisionist\"\n    ],\n    \"ikwupụta ihe\": [\n        \"precisians\"\n    ],\n    \"zipụ ya\": [\n        \"precisionize\"\n    ],\n    \"tupu mmepeanya\": [\n        \"precivilization\"\n    ],\n    \"nke ajuju\": [\n        \"preclassic\"\n    ],\n    \"nke kwesịrị ekwesị\": [\n        \"preclassical\"\n    ],\n    \"akọwapụtara nke ọma\": [\n        \"preclassified\"\n    ],\n    \"lasskọwapụta\": [\n        \"preclassifying\"\n    ],\n    \"kpụpụ\": [\n        \"precleaned\"\n    ],\n    \"ndi okorie\": [\n        \"precleans\"\n    ],\n    \"prelimax\": [\n        \"preclimax\"\n    ],\n    \"prelinical\": [\n        \"preclinical\"\n    ],\n    \"preloacal\": [\n        \"precloacal\"\n    ],\n    \"ebenyere\": [\n        \"preclosed\"\n    ],\n    \"ikwupụta ụzọ\": [\n        \"preclosure\"\n    ],\n    \"Ihuru\": [\n        \"preclothe\"\n    ],\n    \"amaara anya\": [\n        \"precognized\"\n    ],\n    \"tupu daa\": [\n        \"precollapsable\"\n    ],\n    \"tupu ida\": [\n        \"precollapse\"\n    ],\n    \"pre dara\": [\n        \"precollapsed\"\n    ],\n    \"tupu ịda\": [\n        \"precollapsibility\"\n    ],\n    \"nwee ike ịdaba\": [\n        \"precollapsible\"\n    ],\n    \"precol\": [\n        \"precollusion\"\n    ],\n    \"precomlusive\": [\n        \"precollusive\"\n    ],\n    \"tupu agha\": [\n        \"precombat\"\n    ],\n    \"eburula ụzọ\": [\n        \"precombined\"\n    ],\n    \"etinye ụzọ\": [\n        \"precombining\"\n    ],\n    \"Mbido combus\": [\n        \"precombustion\"\n    ],\n    \"nwere ike ikwu\": [\n        \"precommend\",\n        \"recommend\",\n        \"recommendable\",\n        \"recommendably\"\n    ],\n    \"tupu emere\": [\n        \"precommitted\"\n    ],\n    \"ikwusa ozi\": [\n        \"precommunicating\"\n    ],\n    \"ebidola\": [\n        \"precompared\"\n    ],\n    \"Na-aga n'ihu\": [\n        \"precompiling\",\n        \"preconspired\",\n        \"predefying\",\n        \"predissolve\",\n        \"preimproving\",\n        \"preremoving\",\n        \"preutilizing\",\n        \"reneg\"\n    ],\n    \"bute ụzọ\": [\n        \"precompose\",\n        \"preimpose\",\n        \"prelude\",\n        \"priorate\"\n    ],\n    \"comghọta\": [\n        \"precomprehension\"\n    ],\n    \"comghọta ụzọ\": [\n        \"precomprehensiveness\"\n    ],\n    \"ntinye mbu\": [\n        \"precomputing\"\n    ],\n    \"nwee nkwekọrịta\": [\n        \"preconceives\"\n    ],\n    \"na-anabata ọrụ\": [\n        \"preconceiving\"\n    ],\n    \"etinyegoro\": [\n        \"preconcentrated\"\n    ],\n    \"preconcepts\": [\n        \"preconceptions\"\n    ],\n    \"preconcerteddọ\": [\n        \"preconcertedness\"\n    ],\n    \"preconcer\": [\n        \"preconcertive\"\n    ],\n    \"prechibido\": [\n        \"preconcluding\"\n    ],\n    \"tupu mbido\": [\n        \"preconcurrence\"\n    ],\n    \"eburu ụzọ maa ikpe\": [\n        \"precondemnation\"\n    ],\n    \"amaala ikpe\": [\n        \"precondemned\"\n    ],\n    \"prekondens\": [\n        \"precondemns\"\n    ],\n    \"prekondensation\": [\n        \"precondensation\"\n    ],\n    \"prekondishion\": [\n        \"precondense\",\n        \"precondition\"\n    ],\n    \"ebugoro ya\": [\n        \"precondensed\"\n    ],\n    \"achọrọ ya\": [\n        \"preconditioned\"\n    ],\n    \"nhazi nke mbu\": [\n        \"preconfiguration\"\n    ],\n    \"Mbido nhazi\": [\n        \"preconfigure\"\n    ],\n    \"hazigharịrị\": [\n        \"preconfigured\"\n    ],\n    \"preongenial\": [\n        \"precongenial\"\n    ],\n    \"pre ekele\": [\n        \"precongratulated\",\n        \"precongratulating\",\n        \"precongratulation\"\n    ],\n    \"prekontium\": [\n        \"preconjecture\"\n    ],\n    \"buru ụzọ nwee mmeri\": [\n        \"preconquer\"\n    ],\n    \"dobe iwu\": [\n        \"preconsecrate\"\n    ],\n    \"preconsec\": [\n        \"preconsecration\"\n    ],\n    \"prekonson\": [\n        \"preconsign\"\n    ],\n    \"prekolidate\": [\n        \"preconsolidate\"\n    ],\n    \"eburu ụzọ mụọ\": [\n        \"preconsolidated\"\n    ],\n    \"prekolidasia\": [\n        \"preconsolidation\"\n    ],\n    \"ịba ọgaranya\": [\n        \"preconspiracy\",\n        \"prosperousness\",\n        \"wealthiness\"\n    ],\n    \"pretin\": [\n        \"preconstituent\"\n    ],\n    \"preconstructing\": [\n        \"preconstruct\"\n    ],\n    \"preconstructured\": [\n        \"preconstructed\"\n    ],\n    \"Idozi iwu\": [\n        \"preconstructing\"\n    ],\n    \"iwu ulo\": [\n        \"preconstruction\"\n    ],\n    \"preconstormcts\": [\n        \"preconstructs\"\n    ],\n    \"preonsultation\": [\n        \"preconsultation\"\n    ],\n    \"preonsultations\": [\n        \"preconsultations\"\n    ],\n    \"'' buru ụzọ kwuo\": [\n        \"preconsumed\"\n    ],\n    \"prepugharia\": [\n        \"precontemplate\",\n        \"precontemplated\"\n    ],\n    \"contmaatụ\": [\n        \"precontemplating\"\n    ],\n    \"prepubuprịpị\": [\n        \"precontemplation\"\n    ],\n    \"prepọnụ akwụkwọ\": [\n        \"precontemporaneity\"\n    ],\n    \"prepodụ akwụkwọ\": [\n        \"precontemporaneous\"\n    ],\n    \"tupu zoo\": [\n        \"precontest\"\n    ],\n    \"tupu kọntinent\": [\n        \"precontinental\"\n    ],\n    \"preforri\": [\n        \"precontrived\"\n    ],\n    \"pregbagha\": [\n        \"precontroversy\",\n        \"precontroversies\"\n    ],\n    \"nwee nkwenye\": [\n        \"preconvince\",\n        \"predistrustful\"\n    ],\n    \"tupu esi ya\": [\n        \"precooked\"\n    ],\n    \"preool\": [\n        \"precool\"\n    ],\n    \"preooler\": [\n        \"precooler\"\n    ],\n    \"preools\": [\n        \"precools\"\n    ],\n    \"precopier\": [\n        \"precopied\"\n    ],\n    \"nke kwesiri\": [\n        \"precordial\",\n        \"precorneal\"\n    ],\n    \"Ikwalite\": [\n        \"precordium\",\n        \"prelatish\"\n    ],\n    \"Nrụgide\": [\n        \"precorruption\"\n    ],\n    \"precounseel\": [\n        \"precounseled\"\n    ],\n    \"tupu ndụmọdụ\": [\n        \"precounseling\",\n        \"precounsellor\"\n    ],\n    \"Ihe mbido\": [\n        \"precreation\"\n    ],\n    \"eburu ụzọ mee\": [\n        \"precreed\",\n        \"preestablished\",\n        \"premortify\"\n    ],\n    \"prerystalline\": [\n        \"precrystalline\"\n    ],\n    \"ihe nkenke\": [\n        \"precritical\"\n    ],\n    \"kọwaa ụzọ ọ bụla\": [\n        \"precriticize\"\n    ],\n    \"ịkọwapụtara\": [\n        \"precriticized\",\n        \"semidefined\"\n    ],\n    \"prectivated\": [\n        \"precultivated\"\n    ],\n    \"preobtivation\": [\n        \"precultivation\"\n    ],\n    \"prefeal\": [\n        \"precuneal\",\n        \"prefeudal\"\n    ],\n    \"prefeus\": [\n        \"precuneus\"\n    ],\n    \"tupu usoro ọmụmụ\": [\n        \"precurriculums\"\n    ],\n    \"oge agafeela\": [\n        \"predaytime\"\n    ],\n    \"Iduala\": [\n        \"predarkness\"\n    ],\n    \"preatism\": [\n        \"predatism\"\n    ],\n    \"eri ihe\": [\n        \"predatorily\"\n    ],\n    \"onye bu ya ụzọ\": [\n        \"predecessor\"\n    ],\n    \"predecde\": [\n        \"predecided\"\n    ],\n    \"ezi nkenke\": [\n        \"predecision\"\n    ],\n    \"predecisọ\": [\n        \"predecisive\"\n    ],\n    \"iwuoma\": [\n        \"predecreeing\"\n    ],\n    \"preeduction\": [\n        \"prededuction\"\n    ],\n    \"prefefeat\": [\n        \"predefeat\"\n    ],\n    \"predefined\": [\n        \"predefend\",\n        \"predefied\",\n        \"predefine\",\n        \"predefines\",\n        \"predefining\"\n    ],\n    \"prefeey\": [\n        \"predefiance\"\n    ],\n    \"predefinụ\": [\n        \"predefinite\"\n    ],\n    \"predefinition\": [\n        \"predefinitions\"\n    ],\n    \"tupu degenerate\": [\n        \"predegenerate\"\n    ],\n    \"pre ogo\": [\n        \"predegree\"\n    ],\n    \"nọ n'ihu\": [\n        \"predelegate\"\n    ],\n    \"tinye tupu\": [\n        \"predelegated\"\n    ],\n    \"na-enye ọrụ\": [\n        \"predelegating\"\n    ],\n    \"na-eche na\": [\n        \"predeliberating\"\n    ],\n    \"eburu ụzọ kpebie\": [\n        \"predelineation\",\n        \"predeterminable\",\n        \"preterdetermined\"\n    ],\n    \"tupu nnyefe\": [\n        \"predelivery\",\n        \"predeliveries\"\n    ],\n    \"tupu ochichi onye kwuo uche ya\": [\n        \"predemocracy\"\n    ],\n    \"preenial\": [\n        \"predenial\",\n        \"prepenial\"\n    ],\n    \"tupu ụzọ\": [\n        \"predeparture\"\n    ],\n    \"ịdabere\": [\n        \"predependence\",\n        \"reliance\",\n        \"reliances\"\n    ],\n    \"prepleted\": [\n        \"predepleted\"\n    ],\n    \"tupu depletion\": [\n        \"predepletion\"\n    ],\n    \"tupu ego\": [\n        \"predepository\",\n        \"preinvestment\"\n    ],\n    \"predeworị\": [\n        \"predepreciate\",\n        \"predepreciation\"\n    ],\n    \"nkwupụta ọrịa\": [\n        \"predescription\"\n    ],\n    \"-eburu\": [\n        \"predesert\"\n    ],\n    \"preesignates\": [\n        \"predesignates\"\n    ],\n    \"a pụrụ ịkọwapụta\": [\n        \"predespicable\"\n    ],\n    \"preestinable\": [\n        \"predestinable\"\n    ],\n    \"onye akara aka\": [\n        \"predestinarian\",\n        \"predestinator\"\n    ],\n    \"preetachment\": [\n        \"predetachment\"\n    ],\n    \"preetail\": [\n        \"predetail\"\n    ],\n    \"preetainer\": [\n        \"predetainer\"\n    ],\n    \"ihe a kara aka\": [\n        \"predeterminability\"\n    ],\n    \"bu akara aka\": [\n        \"predeterminate\"\n    ],\n    \"buo oge\": [\n        \"predetermine\"\n    ],\n    \"oge akara aka\": [\n        \"predeterminer\",\n        \"preestimates\"\n    ],\n    \"prediabetis\": [\n        \"prediabetes\"\n    ],\n    \"tupu diastolic\": [\n        \"prediastolic\"\n    ],\n    \"prediktebul\": [\n        \"predicable\",\n        \"predictable\"\n    ],\n    \"n'ibu amụma\": [\n        \"predictively\"\n    ],\n    \"buru ụzọ kpebie\": [\n        \"predigested\"\n    ],\n    \"predigeshị\": [\n        \"predigestion\"\n    ],\n    \"preigital\": [\n        \"predigital\"\n    ],\n    \"Amuru\": [\n        \"prediluvian\"\n    ],\n    \"adibiela\": [\n        \"prediminishment\"\n    ],\n    \"tupu dynamite\": [\n        \"predynamite\"\n    ],\n    \"tupu diplomacy\": [\n        \"prediplomacy\"\n    ],\n    \"tupu diplomatic\": [\n        \"prediplomatic\"\n    ],\n    \"nwere ike ịpụta\": [\n        \"predisable\",\n        \"predisposable\"\n    ],\n    \"nwere ike ịba uru\": [\n        \"predisadvantageous\"\n    ],\n    \"tupu ọghọm\": [\n        \"predisadvantageously\"\n    ],\n    \"tupu ekwenyeghi\": [\n        \"predisagreeable\"\n    ],\n    \"naara\": [\n        \"predisclosed\"\n    ],\n    \"ịnapụ mmadụ\": [\n        \"predisclosure\"\n    ],\n    \"na-enwe afọ ojuju\": [\n        \"prediscontented\"\n    ],\n    \"nwere ike ịkọwapụta\": [\n        \"prediscountable\",\n        \"predistributed\",\n        \"sperable\"\n    ],\n    \"nwee echiche\": [\n        \"prediscourage\",\n        \"predisperse\"\n    ],\n    \"nwee ọdịmma\": [\n        \"prediscriminate\"\n    ],\n    \"na-ebute ọdịnihu\": [\n        \"prediscriminating\"\n    ],\n    \"na-eburu ụzọ mee\": [\n        \"predisposed\",\n        \"predisposedly\"\n    ],\n    \"eburu ụzọ mee ihe\": [\n        \"predisposedness\"\n    ],\n    \"ịpụga\": [\n        \"predisregard\"\n    ],\n    \"na-ebu ụzọ banye\": [\n        \"predisruption\"\n    ],\n    \"ịba ahụhụ\": [\n        \"predissuade\"\n    ],\n    \"isttugharia\": [\n        \"predistinguish\"\n    ],\n    \"hụa\": [\n        \"predistribute\"\n    ],\n    \"nweere onwe gị\": [\n        \"predivorcement\"\n    ],\n    \"preocumentary\": [\n        \"predocumentary\"\n    ],\n    \"preomestically\": [\n        \"predomestically\"\n    ],\n    \"na-ebukarị ụzọ\": [\n        \"predominate\"\n    ],\n    \"okpukpuchi\": [\n        \"predominated\",\n        \"supersaturation\"\n    ],\n    \"onye buru uzo\": [\n        \"predominator\"\n    ],\n    \"ozọ\": [\n        \"predoom\"\n    ],\n    \"ịhọpụta\": [\n        \"predoubt\"\n    ],\n    \"onye nwere ike\": [\n        \"predrawer\",\n        \"stackman\"\n    ],\n    \"ihu aka\": [\n        \"predrove\"\n    ],\n    \"- usoro\": [\n        \"preduplication\"\n    ],\n    \"Akaraka\": [\n        \"predusks\",\n        \"strix\"\n    ],\n    \"tupu ụwa\": [\n        \"preearthly\"\n    ],\n    \"tupu ala ọma jijiji\": [\n        \"preearthquake\"\n    ],\n    \"tupu aku na uba\": [\n        \"preeconomic\"\n    ],\n    \"onodu ego\": [\n        \"preeconomical\",\n        \"preeconomically\"\n    ],\n    \"onye na-ebute ụzọ\": [\n        \"preeditor\"\n    ],\n    \"tupu agụmakwụkwọ\": [\n        \"preeducation\",\n        \"preeducational\"\n    ],\n    \"nke na-arụ ọrụ\": [\n        \"preeffective\"\n    ],\n    \"tupu mgbalị\": [\n        \"preeffort\"\n    ],\n    \"na-azọ ndụ\": [\n        \"preeing\"\n    ],\n    \"preeleree\": [\n        \"preelected\"\n    ],\n    \"eji nwayọọ nwayọọ\": [\n        \"preelectrically\"\n    ],\n    \"tupu elementrị\": [\n        \"preelementary\"\n    ],\n    \"pre eligibility\": [\n        \"preeligibility\"\n    ],\n    \"tupu iru eru\": [\n        \"preeligible\"\n    ],\n    \"preeliminant\": [\n        \"preeliminating\"\n    ],\n    \"elzọ\": [\n        \"preelimination\"\n    ],\n    \"tupu nnwere onwe\": [\n        \"preemancipation\",\n        \"preindependence\"\n    ],\n    \"tupu ihere\": [\n        \"preembarrassment\"\n    ],\n    \"pre-arụ ọrụ\": [\n        \"preembodiment\"\n    ],\n    \"kachanụ\": [\n        \"preeminent\"\n    ],\n    \"preemotion\": [\n        \"preemotional\",\n        \"preemotionally\"\n    ],\n    \"onye na aru oru\": [\n        \"preemployer\"\n    ],\n    \"preempt\": [\n        \"preempting\"\n    ],\n    \"preemptive\": [\n        \"preemptively\"\n    ],\n    \"ikwuputala ya\": [\n        \"preenclosure\"\n    ],\n    \"preendmentement\": [\n        \"preendorsement\"\n    ],\n    \"onye na-ebu ụzọ\": [\n        \"preendorser\"\n    ],\n    \"preenforfor\": [\n        \"preenforced\"\n    ],\n    \"tupu injinịa\": [\n        \"preengineering\"\n    ],\n    \"na-egosiwanye\": [\n        \"preenlarging\"\n    ],\n    \"tupu ihe omuma\": [\n        \"preenlightenment\"\n    ],\n    \"tupu ntụrụndụ\": [\n        \"preentertainment\"\n    ],\n    \"tupu ịnụ ọkụ n'obi\": [\n        \"preenthusiasm\"\n    ],\n    \"ịmalite akwụkwọ\": [\n        \"preenumeration\"\n    ],\n    \"preenvelopu\": [\n        \"preenvelop\"\n    ],\n    \"nwere ike ịzọpụta\": [\n        \"preequipped\"\n    ],\n    \"prearị\": [\n        \"preeruptive\"\n    ],\n    \"n'etu ogwu\": [\n        \"preeruptively\"\n    ],\n    \"-achukwu\": [\n        \"prees\"\n    ],\n    \"na-ebu ụzọ kaa\": [\n        \"preestimating\"\n    ],\n    \"prender\": [\n        \"preestival\"\n    ],\n    \"preevaria\": [\n        \"preevaded\"\n    ],\n    \"tupu evaporating\": [\n        \"preevaporating\"\n    ],\n    \"tupu evaporation\": [\n        \"preevaporation\"\n    ],\n    \"pre evaporator\": [\n        \"preevaporator\"\n    ],\n    \"onyebu onye\": [\n        \"preevident\"\n    ],\n    \"amụma mmalite\": [\n        \"preevolutionary\"\n    ],\n    \"tupu enyocha\": [\n        \"preexamine\",\n        \"preexamined\"\n    ],\n    \"tupu agbanweta\": [\n        \"preexchanging\"\n    ],\n    \"onye na-eme ihe ọ bụla\": [\n        \"preexhibitor\"\n    ],\n    \"preilic\": [\n        \"preexilic\"\n    ],\n    \"tupu atụmanya\": [\n        \"preexpectation\"\n    ],\n    \"nkwanye ụgwọ\": [\n        \"preexpenditure\"\n    ],\n    \"tupu nnwale\": [\n        \"preexperiment\"\n    ],\n    \"ihe ịma ọkwa\": [\n        \"preexposition\"\n    ],\n    \"prefabed\": [\n        \"prefabbed\"\n    ],\n    \"prefabricated\": [\n        \"prefabricate\",\n        \"prefabricates\"\n    ],\n    \"prefatory\": [\n        \"prefactory\"\n    ],\n    \"amara nke ọma\": [\n        \"prefamiliar\"\n    ],\n    \"prefam mara\": [\n        \"prefamiliarity\"\n    ],\n    \"tupu ejiji\": [\n        \"prefashioned\"\n    ],\n    \"prefiberị\": [\n        \"prefatorially\",\n        \"prefatorily\"\n    ],\n    \"ọkacha mma\": [\n        \"prefavorably\",\n        \"prefearfully\",\n        \"preferable\",\n        \"preferably\",\n        \"preferredly\",\n        \"prevenient\",\n        \"preveniently\"\n    ],\n    \"prefectorial\": [\n        \"prefectorially\",\n        \"prefectorian\"\n    ],\n    \"prefecthip\": [\n        \"prefectship\"\n    ],\n    \"prefeda\": [\n        \"prefederal\"\n    ],\n    \"ọkacha mma ness\": [\n        \"preferableness\"\n    ],\n    \"prefere\": [\n        \"preferent\"\n    ],\n    \"ihe achoro\": [\n        \"preferments\"\n    ],\n    \"okacha nma\": [\n        \"prefertility\"\n    ],\n    \"pre fertilized\": [\n        \"prefertilized\"\n    ],\n    \"tupu ememme\": [\n        \"prefestival\"\n    ],\n    \"mbido mbido\": [\n        \"prefiguration\"\n    ],\n    \"nganiihu\": [\n        \"prefix\",\n        \"prefixal\",\n        \"prefixation\",\n        \"prefixes\",\n        \"prefixion\",\n        \"prefixions\"\n    ],\n    \"prefixedị\": [\n        \"prefixedly\"\n    ],\n    \"ihe nkwalite\": [\n        \"prefixture\"\n    ],\n    \"prefocus\": [\n        \"prefocused\",\n        \"prefocuses\",\n        \"prefocusing\"\n    ],\n    \"nwee tupu\": [\n        \"prefocussed\"\n    ],\n    \"tupu mgbaghara\": [\n        \"preforgiveness\"\n    ],\n    \"echefuola\": [\n        \"preforgotten\"\n    ],\n    \"preformary\": [\n        \"preformationary\"\n    ],\n    \"preformism\": [\n        \"preformationism\"\n    ],\n    \"preform\": [\n        \"preforms\"\n    ],\n    \"prefree\": [\n        \"prefract\"\n    ],\n    \"prefaragrance\": [\n        \"prefragrance\"\n    ],\n    \"prefrank\": [\n        \"prefrankness\"\n    ],\n    \"prefrizi\": [\n        \"prefreeze\"\n    ],\n    \"tupu ọmụmụ ihe\": [\n        \"pregeminum\"\n    ],\n    \"pregene\": [\n        \"pregenerous\"\n    ],\n    \"pre globulin\": [\n        \"preglobulin\"\n    ],\n    \"afọime\": [\n        \"pregnance\",\n        \"pregnancy\"\n    ],\n    \"ihe mmechi\": [\n        \"pregraduation\",\n        \"substruction\",\n        \"suppressors\"\n    ],\n    \"-echebe\": [\n        \"preguard\"\n    ],\n    \"pregugu\": [\n        \"preguided\"\n    ],\n    \"na-ama mma\": [\n        \"pregustant\"\n    ],\n    \"prealter\": [\n        \"prehalter\"\n    ],\n    \"preharden\": [\n        \"prehardened\"\n    ],\n    \"mbempe iwu\": [\n        \"preharmoniousness\"\n    ],\n    \"buru ihe ubi\": [\n        \"preharvest\"\n    ],\n    \"preha ize ndụ\": [\n        \"prehazardous\"\n    ],\n    \"prehesised\": [\n        \"prehesitated\"\n    ],\n    \"na -eche\": [\n        \"prehesitating\"\n    ],\n    \"prehistoric\": [\n        \"prehistorics\",\n        \"prehistories\"\n    ],\n    \"prehnite\": [\n        \"prehnitic\"\n    ],\n    \"buuru onye mbu\": [\n        \"preholder\"\n    ],\n    \"tupu mmadụ\": [\n        \"prehuman\"\n    ],\n    \"buru ụzọ kpalie\": [\n        \"prehumiliate\"\n    ],\n    \"gosipụtara ihe atụ\": [\n        \"preillustrated\"\n    ],\n    \"tupu ihe atụ\": [\n        \"preillustrating\"\n    ],\n    \"preimagim\": [\n        \"preimagined\"\n    ],\n    \"Na-ebu ụzọ\": [\n        \"preimagining\",\n        \"prenecessitating\",\n        \"prerelated\"\n    ],\n    \"buru ụzọ kwuo ihe\": [\n        \"preimitate\"\n    ],\n    \"preimiti\": [\n        \"preimitation\"\n    ],\n    \"tupu mbata na ọpụpụ\": [\n        \"preimmigration\"\n    ],\n    \"iwu nke alaeze\": [\n        \"preimperial\"\n    ],\n    \"preimportably\": [\n        \"preimportantly\"\n    ],\n    \"preimprinụ\": [\n        \"preimpression\"\n    ],\n    \"tupu impressionism\": [\n        \"preimpressionism\"\n    ],\n    \"pre impressist\": [\n        \"preimpressionist\"\n    ],\n    \"tupu inaugural\": [\n        \"preinaugural\"\n    ],\n    \"preincent nwere\": [\n        \"preincentive\"\n    ],\n    \"preinclin\": [\n        \"preinclining\"\n    ],\n    \"preinclude\": [\n        \"preincluded\"\n    ],\n    \"tupu ụgwọ\": [\n        \"preindebtedness\"\n    ],\n    \"preindeming\": [\n        \"preindemnifying\"\n    ],\n    \"tupu nwere onwe\": [\n        \"preindependent\"\n    ],\n    \"tupu onwe ya\": [\n        \"preindependently\"\n    ],\n    \"pretikan\": [\n        \"preindicant\"\n    ],\n    \"prefarati\": [\n        \"preindicated\"\n    ],\n    \"preinductive. tupu\": [\n        \"preinductive\"\n    ],\n    \"preindulind\": [\n        \"preindulged\",\n        \"preindulging\"\n    ],\n    \"tupu etinye\": [\n        \"preinsinuating\"\n    ],\n    \"tupu insinuatingly\": [\n        \"preinsinuatingly\"\n    ],\n    \"preint hankali\": [\n        \"preintellectually\"\n    ],\n    \"preintistic\": [\n        \"preintelligently\"\n    ],\n    \"preinter mgbanwe\": [\n        \"preinterchange\"\n    ],\n    \"preintiri\": [\n        \"preinterest\"\n    ],\n    \"preinterfer\": [\n        \"preinterference\"\n    ],\n    \"tupu ịkọwa\": [\n        \"preinterpret\"\n    ],\n    \"tupu nkọwa\": [\n        \"preinterpretation\"\n    ],\n    \"preintinụ\": [\n        \"preintimately\"\n    ],\n    \"preinyocha\": [\n        \"preinvestigate\"\n    ],\n    \"tupu ịkpọ oku\": [\n        \"preinvitation\"\n    ],\n    \"na -achọ ihe\": [\n        \"preys\"\n    ],\n    \"ebuputara\": [\n        \"preissued\",\n        \"princified\"\n    ],\n    \"tupu inye\": [\n        \"preissuing\"\n    ],\n    \"tupu oru nta akuko\": [\n        \"prejournalistic\"\n    ],\n    \"nwere mbunobi\": [\n        \"prejudged\",\n        \"prejudicedly\"\n    ],\n    \"nwee mbunobi\": [\n        \"prejudicate\"\n    ],\n    \"mbunobi\": [\n        \"prejudicative\",\n        \"prejudices\"\n    ],\n    \"Mara amara\": [\n        \"preknowledge\"\n    ],\n    \"ome iwu\": [\n        \"prelature\"\n    ],\n    \"tupu igba egbe\": [\n        \"prelaunch\"\n    ],\n    \"tupu launching\": [\n        \"prelaunching\"\n    ],\n    \"Na-amasị\": [\n        \"preleased\"\n    ],\n    \"prelele\": [\n        \"prelects\"\n    ],\n    \"prelect\": [\n        \"prelecture\"\n    ],\n    \"preliclic\": [\n        \"prelicensed\"\n    ],\n    \"licrị\": [\n        \"prelicensing\"\n    ],\n    \"n'ụzọ mbido\": [\n        \"preliminarily\"\n    ],\n    \"prelimited\": [\n        \"prelimitated\"\n    ],\n    \"prelimiti\": [\n        \"prelimitating\"\n    ],\n    \"prepara\": [\n        \"prelimited\"\n    ],\n    \"limtọ\": [\n        \"prelimiting\"\n    ],\n    \"prelingally\": [\n        \"prelingually\"\n    ],\n    \"prelite\": [\n        \"preliterally\"\n    ],\n    \"lozọ\": [\n        \"preloss\"\n    ],\n    \"-ebute ụzọ\": [\n        \"preluders\"\n    ],\n    \"preludị\": [\n        \"preludious\"\n    ],\n    \"ikwuru ụzọ\": [\n        \"prelusorily\"\n    ],\n    \"preked\": [\n        \"premaker\"\n    ],\n    \"tupu maniacal\": [\n        \"premaniacal\"\n    ],\n    \"ngosipụta tupu\": [\n        \"premanifestation\"\n    ],\n    \"tupu emeputa\": [\n        \"premanufacturer\"\n    ],\n    \"tupu n'ichepụta\": [\n        \"premanufacturing\"\n    ],\n    \"tupu alụmdi na nwunye\": [\n        \"premarital\",\n        \"premarriage\"\n    ],\n    \"premarketịga\": [\n        \"premarketing\"\n    ],\n    \"luru di\": [\n        \"premarried\",\n        \"remarried\",\n        \"remarries\"\n    ],\n    \"ịlụ nwaanyị\": [\n        \"premarrying\"\n    ],\n    \"premeasịa\": [\n        \"premeasuring\"\n    ],\n    \"premedication\": [\n        \"premedicate\",\n        \"premedicated\",\n        \"premedicating\"\n    ],\n    \"premedised\": [\n        \"premeditated\"\n    ],\n    \"tupu ncheta\": [\n        \"prememorandums\"\n    ],\n    \"premanacing\": [\n        \"premenacing\"\n    ],\n    \"premetallik\": [\n        \"premetallic\"\n    ],\n    \"premieres\": [\n        \"premierjus\"\n    ],\n    \"tupu millenarianism\": [\n        \"premillenarianism\"\n    ],\n    \"premillennial\": [\n        \"premillenial\"\n    ],\n    \"na-ahazi ihe omumu\": [\n        \"premillennializing\"\n    ],\n    \"premised\": [\n        \"premisal\",\n        \"premise\"\n    ],\n    \"misghahie ụgha\": [\n        \"premisrepresentation\"\n    ],\n    \"pregodi\": [\n        \"premodified\"\n    ],\n    \"izizi ihe\": [\n        \"premolding\"\n    ],\n    \"premonition\": [\n        \"premonitions\"\n    ],\n    \"premoral\": [\n        \"premorally\"\n    ],\n    \"tupu ụwa ebido\": [\n        \"premortal\"\n    ],\n    \"tupu anụ ahụ\": [\n        \"premortally\"\n    ],\n    \"preortifying\": [\n        \"premortifying\"\n    ],\n    \"ulo ozu\": [\n        \"premortuary\"\n    ],\n    \"iburu ụzọ mụọ\": [\n        \"premultiplying\"\n    ],\n    \"tupu amua nwa\": [\n        \"prenatal\"\n    ],\n    \"n'etu nwa\": [\n        \"prenatally\"\n    ],\n    \"tupu mba\": [\n        \"prenational\"\n    ],\n    \"na-amụ ime\": [\n        \"prenative\"\n    ],\n    \"preternatural\": [\n        \"prenatural\"\n    ],\n    \"renmụ nwanyị\": [\n        \"prenomen\"\n    ],\n    \"tupu ụlọ akwụkwọ ọta akara\": [\n        \"prenursery\"\n    ],\n    \"ebe nkpuchi\": [\n        \"prenurseries\"\n    ],\n    \"tupu nrube isi\": [\n        \"preobedience\"\n    ],\n    \"n'irubere isi\": [\n        \"preobediently\"\n    ],\n    \"tupu ememe\": [\n        \"preobservational\"\n    ],\n    \"tupu edebe\": [\n        \"preobserve\"\n    ],\n    \"mgbochi ọrụ\": [\n        \"preobstruction\"\n    ],\n    \"pre obtruded\": [\n        \"preobtruded\"\n    ],\n    \"preobib\": [\n        \"preobvious\"\n    ],\n    \"preobbs\": [\n        \"preobviousness\"\n    ],\n    \"preoccibin\": [\n        \"preocclusion\"\n    ],\n    \"ji ọrụ n’aka\": [\n        \"preoccupant\",\n        \"preoccupative\"\n    ],\n    \"na-echegbu onwe\": [\n        \"preoccupate\",\n        \"preoccupying\",\n        \"underconcerned\",\n        \"worriedly\",\n        \"worrying\"\n    ],\n    \"ji ọrụ n'aka\": [\n        \"preoccupied\",\n        \"preoccupiedly\"\n    ],\n    \"pre-esi ísì ụtọ\": [\n        \"preodorous\"\n    ],\n    \"tupu iwe\": [\n        \"preoffensiveness\"\n    ],\n    \"Na-echekwa\": [\n        \"preoffering\",\n        \"thysanourous\",\n        \"thudding\"\n    ],\n    \"tupu imeghe\": [\n        \"preopening\"\n    ],\n    \"- preoperating\": [\n        \"preoperating\"\n    ],\n    \"preated tụrụ\": [\n        \"preopinionated\"\n    ],\n    \"preoppused\": [\n        \"preopposed\"\n    ],\n    \"chichie anya\": [\n        \"preoppress\"\n    ],\n    \"tupu mmegbu\": [\n        \"preoppressor\"\n    ],\n    \"pre-enwe nchekwube\": [\n        \"preoptimistic\"\n    ],\n    \"ịtụ ahịa gboo\": [\n        \"preorder\"\n    ],\n    \"tupu nke izizi\": [\n        \"preoriginal\"\n    ],\n    \"tupu na mbụ\": [\n        \"preoriginally\"\n    ],\n    \"overrịba ama\": [\n        \"preoverthrowing\"\n    ],\n    \"tupu oviposition\": [\n        \"preoviposition\"\n    ],\n    \"nkwakọba ihe\": [\n        \"prepackages\",\n        \"stocky\"\n    ],\n    \"ịkwakọba\": [\n        \"prepackaging\",\n        \"prepacking\"\n    ],\n    \"akwugo ugwo\": [\n        \"prepaid\"\n    ],\n    \"aykwụ ụgwọ\": [\n        \"prepaying\"\n    ],\n    \"akwadebe\": [\n        \"prepalaeolithic\",\n        \"prepalatal\",\n        \"preparator\",\n        \"preparer\",\n        \"prepares\",\n        \"preparoccipital\",\n        \"preparoxysmal\",\n        \"unpreparation\",\n        \"unprepare\"\n    ],\n    \"onye nkwadebe\": [\n        \"preparationist\"\n    ],\n    \"ndị na-akwadebe\": [\n        \"preparers\"\n    ],\n    \"prear Parliamentary\": [\n        \"preparliamentary\"\n    ],\n    \"preferoral\": [\n        \"prepectoral\"\n    ],\n    \"prefara\": [\n        \"prepersuaded\",\n        \"prepersuading\",\n        \"prepersuasion\"\n    ],\n    \"preigmental\": [\n        \"prepigmental\"\n    ],\n    \"prefinal\": [\n        \"prepineal\"\n    ],\n    \"Nke gara aga\": [\n        \"prepious\",\n        \"previous\",\n        \"streke\"\n    ],\n    \"tupu pyramid\": [\n        \"prepyramidal\"\n    ],\n    \"pre pituitary\": [\n        \"prepituitary\"\n    ],\n    \"mbube\": [\n        \"prepoison\"\n    ],\n    \"preonderancy\": [\n        \"preponderancy\"\n    ],\n    \"preorrayal\": [\n        \"preportrayal\"\n    ],\n    \"ebubere\": [\n        \"preposed\"\n    ],\n    \"posbido\": [\n        \"preposing\"\n    ],\n    \"preposition\": [\n        \"prepositions\"\n    ],\n    \"nweburu ike\": [\n        \"prepossessingness\"\n    ],\n    \"onye-nweta\": [\n        \"prepossessor\"\n    ],\n    \"na-ekwupụta okwu nduhie\": [\n        \"preposterous\"\n    ],\n    \"prerice\": [\n        \"preprice\"\n    ],\n    \"tupu isi\": [\n        \"preprimary\"\n    ],\n    \"tupu oge ochie\": [\n        \"preprimitive\"\n    ],\n    \"preprint\": [\n        \"preprinted\"\n    ],\n    \"prerocessed\": [\n        \"preprocessed\"\n    ],\n    \"prerocessor\": [\n        \"preprocessor\"\n    ],\n    \"nhazi ụzọ\": [\n        \"preprogrammed\"\n    ],\n    \"tupu nkwa\": [\n        \"prepromise\"\n    ],\n    \"ịkwalite\": [\n        \"prepromoting\",\n        \"prestigiate\",\n        \"prosify\"\n    ],\n    \"ịkwadebe -\": [\n        \"preprovision\"\n    ],\n    \"preubescence\": [\n        \"prepubescence\"\n    ],\n    \"urnye ego\": [\n        \"prepurchasing\"\n    ],\n    \"prequalification\": [\n        \"prequalifying\"\n    ],\n    \"Ugbua\": [\n        \"preready\"\n    ],\n    \"prereiver\": [\n        \"prereceiver\"\n    ],\n    \"prerecred\": [\n        \"prerecited\"\n    ],\n    \"prereka\": [\n        \"prereckoning\"\n    ],\n    \"pre-achọpụtaghị\": [\n        \"prerecognized\"\n    ],\n    \"prede prede\": [\n        \"prereduction\"\n    ],\n    \"prefefer\": [\n        \"prereferred\"\n    ],\n    \"prerefinment\": [\n        \"prerefinement\"\n    ],\n    \"tupu mgbanwe\": [\n        \"prereform\",\n        \"prereformation\",\n        \"prerevolutionary\"\n    ],\n    \"prerefri\": [\n        \"prerefuse\"\n    ],\n    \"prerefred\": [\n        \"prerefused\"\n    ],\n    \"edebanyere aha gi\": [\n        \"preregistered\"\n    ],\n    \"preregroll\": [\n        \"preregistration\"\n    ],\n    \"buru ụzọ mee\": [\n        \"preregnant\",\n        \"preultimate\"\n    ],\n    \"dezie ya\": [\n        \"preregulate\"\n    ],\n    \"prereguated\": [\n        \"preregulated\"\n    ],\n    \"na -achọ ya\": [\n        \"preregulating\"\n    ],\n    \"buru anuri\": [\n        \"prerejoice\"\n    ],\n    \"ịreụrị ọicingụ\": [\n        \"prerejoicing\"\n    ],\n    \"tupu mmekọrịta\": [\n        \"prerelationship\"\n    ],\n    \"retọ\": [\n        \"prerelease\"\n    ],\n    \"tupu okpukpe\": [\n        \"prereligious\"\n    ],\n    \"preremittọ\": [\n        \"preremittance\"\n    ],\n    \"tupu ịkwụ ụgwọ\": [\n        \"preremunerating\"\n    ],\n    \"akwụ ụgwọ tupu\": [\n        \"preremuneration\"\n    ],\n    \"prerenal\": [\n        \"prerental\"\n    ],\n    \"tupu anọchi anya\": [\n        \"prerepresent\"\n    ],\n    \"tupu nnochite anya\": [\n        \"prerepresentation\"\n    ],\n    \"tupu achọrọ\": [\n        \"prerequired\"\n    ],\n    \"ihe ga-eme eme\": [\n        \"prerequirement\"\n    ],\n    \"prereisition\": [\n        \"prerequisition\"\n    ],\n    \"preredredable\": [\n        \"prerespectable\"\n    ],\n    \"prefekee\": [\n        \"prerespiration\"\n    ],\n    \"tupu azu\": [\n        \"prereverse\"\n    ],\n    \"n'ụzọ ezi omume\": [\n        \"prerighteously\",\n        \"uprighteously\"\n    ],\n    \"prerogative\": [\n        \"prerogatively\"\n    ],\n    \"prero\": [\n        \"preroyal\"\n    ],\n    \"preroyal\": [\n        \"preroyalty\"\n    ],\n    \"tupu àjà\": [\n        \"presacrifice\",\n        \"presacrificed\"\n    ],\n    \"presacificial\": [\n        \"presacrificial\"\n    ],\n    \"tupu ịchụ àjà\": [\n        \"presacrificing\"\n    ],\n    \"presage\": [\n        \"presageful\"\n    ],\n    \"n'ezi ihe\": [\n        \"presagefully\"\n    ],\n    \"Ọtọ\": [\n        \"presanctified\"\n    ],\n    \"na-edebe iwu\": [\n        \"presanctifying\"\n    ],\n    \"ihe mmalite\": [\n        \"presartorial\"\n    ],\n    \"preatisfaction\": [\n        \"presatisfaction\"\n    ],\n    \"enwere afọ ojuju\": [\n        \"presatisfied\"\n    ],\n    \"preatisfying\": [\n        \"presatisfying\"\n    ],\n    \"ogba ohia\": [\n        \"presbytery\"\n    ],\n    \"ndị presbyterian\": [\n        \"presbyterians\"\n    ],\n    \"presbyterhip\": [\n        \"presbytership\"\n    ],\n    \"bụrụ ihe echekwara\": [\n        \"prescored\"\n    ],\n    \"onye ndenye ogwu\": [\n        \"prescriber\"\n    ],\n    \"na-edepụta ọgwụ\": [\n        \"prescribing\"\n    ],\n    \"ihe edeputara\": [\n        \"prescript\"\n    ],\n    \"ndenye ọgwụ\": [\n        \"prescription\",\n        \"prescriptions\",\n        \"prescripts\",\n        \"presubscription\"\n    ],\n    \"ọgwụ iwu\": [\n        \"prescriptive\",\n        \"prescriptively\"\n    ],\n    \"buru ụzọ hụ\": [\n        \"preseen\",\n        \"previsioned\"\n    ],\n    \"preselese\": [\n        \"preselected\",\n        \"preselection\",\n        \"preselects\"\n    ],\n    \"tupu ọkara\": [\n        \"presemilunar\"\n    ],\n    \"ụlọ akwụkwọ praịmarị\": [\n        \"preseminary\"\n    ],\n    \"ọnụnọ obere\": [\n        \"presenceless\"\n    ],\n    \"presens\": [\n        \"presensation\"\n    ],\n    \"ugbu\": [\n        \"present\",\n        \"presentively\"\n    ],\n    \"nnweta dị mma\": [\n        \"presentableness\"\n    ],\n    \"dị n'ihu\": [\n        \"presentiate\"\n    ],\n    \"dị ugbu a\": [\n        \"presentient\"\n    ],\n    \"onye na-egosi ihe\": [\n        \"presentist\"\n    ],\n    \"ihe eji egbochi mmebi\": [\n        \"preservative\",\n        \"reservative\"\n    ],\n    \"na-echebe\": [\n        \"preserves\",\n        \"protectinglyrmal\",\n        \"protectorates\",\n        \"protects\",\n        \"proteic\",\n        \"proterandrous\",\n        \"secerning\"\n    ],\n    \"atọrọ atọ\": [\n        \"presets\",\n        \"prests\",\n        \"triplewise\"\n    ],\n    \"presetetị\": [\n        \"presettle\"\n    ],\n    \"ettọ\": [\n        \"presettling\"\n    ],\n    \"kpụzie\": [\n        \"preshape\",\n        \"schematize\"\n    ],\n    \"ịnye ọgwụ\": [\n        \"preshipping\"\n    ],\n    \"lekwaa\": [\n        \"preshows\"\n    ],\n    \"presh\": [\n        \"preshrink\",\n        \"preshrunk\"\n    ],\n    \"preshumed afọ\": [\n        \"preshrinkage\"\n    ],\n    \"ịbụ onyeisiala\": [\n        \"presidentship\"\n    ],\n    \"preignificator\": [\n        \"presignificator\"\n    ],\n    \"tupu ọmịiko\": [\n        \"presympathy\"\n    ],\n    \"ibu ihe\": [\n        \"preslavery\"\n    ],\n    \"ịga ụlọ akwụkwọ\": [\n        \"presophomore\"\n    ],\n    \"dibia okacha amara\": [\n        \"prespecialist\"\n    ],\n    \"bụrụ ọkachamara\": [\n        \"prespecialized\"\n    ],\n    \"kpọọ kpọmkwem\": [\n        \"prespecific\",\n        \"prespecifically\"\n    ],\n    \"prepontaneity\": [\n        \"prespontaneity\"\n    ],\n    \"tupu n'amaghi ama\": [\n        \"prespontaneous\",\n        \"prespontaneously\"\n    ],\n    \"ntinye iwu\": [\n        \"prespreading\"\n    ],\n    \"kụrụ:\": [\n        \"presprinkle\"\n    ],\n    \"prespur\": [\n        \"prespurred\"\n    ],\n    \"ndị nrụgide\": [\n        \"pressers\"\n    ],\n    \"pịagang\": [\n        \"pressgang\"\n    ],\n    \"pịare\": [\n        \"pressoreceptor\"\n    ],\n    \"pressositive\": [\n        \"pressosensitive\"\n    ],\n    \"ụlọ ọrụ pịa\": [\n        \"pressrooms\"\n    ],\n    \"arụgide\": [\n        \"pressured\"\n    ],\n    \"pressurized\": [\n        \"pressurizers\",\n        \"pressurizes\"\n    ],\n    \"nwanyị nta akụkọ\": [\n        \"presswoman\"\n    ],\n    \"onye oru ntaneti\": [\n        \"pressworker\"\n    ],\n    \"perst\": [\n        \"prest\"\n    ],\n    \"metụtagoro\": [\n        \"prestandardized\"\n    ],\n    \"nke ugwu\": [\n        \"prestidigitatory\",\n        \"prestricken\"\n    ],\n    \"jiri ugwu\": [\n        \"prestigiously\"\n    ],\n    \"nwee nkwanye ugwu\": [\n        \"prestrengthen\"\n    ],\n    \"tupu isi ike\": [\n        \"prestubborn\"\n    ],\n    \"jiri ebube\": [\n        \"prestudiously\"\n    ],\n    \"presubdu\": [\n        \"presubdue\"\n    ],\n    \"- usoro iwu\": [\n        \"presubiculum\"\n    ],\n    \"presububu\": [\n        \"presubjection\"\n    ],\n    \"na-enyefe iwu\": [\n        \"presubmitting\"\n    ],\n    \"na-edochi\": [\n        \"presubordinating\",\n        \"subordinating\"\n    ],\n    \"tupu subido\": [\n        \"presubordination\"\n    ],\n    \"tupu ịdenye aha\": [\n        \"presubscribing\"\n    ],\n    \"idebanye\": [\n        \"presubstituting\"\n    ],\n    \"ịga nke ọma\": [\n        \"presuccess\",\n        \"succesful\",\n        \"successful\",\n        \"successfully\"\n    ],\n    \"presuff\": [\n        \"presuffrage\"\n    ],\n    \"presumed\": [\n        \"presumedly\"\n    ],\n    \"nke mpako\": [\n        \"presumptuously\"\n    ],\n    \"presuperial\": [\n        \"presuperficial\"\n    ],\n    \"preupplemental\": [\n        \"presupplemental\"\n    ],\n    \"presu\": [\n        \"presupplication\",\n        \"presuppress\"\n    ],\n    \"presu na\": [\n        \"presupplied\"\n    ],\n    \"-atụ anya\": [\n        \"presuppose\"\n    ],\n    \"presuppused\": [\n        \"presupposed\"\n    ],\n    \"presuura\": [\n        \"presuppurative\"\n    ],\n    \"ala ebe ugwu\": [\n        \"presurround\"\n    ],\n    \"ịgbanwere\": [\n        \"pretabulated\"\n    ],\n    \"purangible\": [\n        \"pretangible\"\n    ],\n    \"tanzọ\": [\n        \"pretanning\"\n    ],\n    \"na ndaba\": [\n        \"pretardily\"\n    ],\n    \"pretardering\": [\n        \"pretardiness\"\n    ],\n    \"edetụrụ\": [\n        \"pretasted\"\n    ],\n    \"pretechnika\": [\n        \"pretechnical\"\n    ],\n    \"mee ka odi\": [\n        \"pretell\"\n    ],\n    \"emgba nkịtị\": [\n        \"pretemptation\"\n    ],\n    \"chere na\": [\n        \"pretenced\"\n    ],\n    \"mee ka hà\": [\n        \"pretend\"\n    ],\n    \"eme ka hà\": [\n        \"pretended\"\n    ],\n    \"ndị na-eme ka hà\": [\n        \"pretenders\"\n    ],\n    \"na-eme ka hà\": [\n        \"pretendingness\"\n    ],\n    \"mee ka ihere\": [\n        \"pretensed\"\n    ],\n    \"dị ka à ga-asị na ha bụ ndị aghụghọ\": [\n        \"pretenseful\"\n    ],\n    \"enweghị pretensionless\": [\n        \"pretensionless\"\n    ],\n    \"na-egosi na ọ dị\": [\n        \"pretentiously\"\n    ],\n    \"preteri\": [\n        \"preterience\"\n    ],\n    \"erikpu\": [\n        \"preteritive\"\n    ],\n    \"tupu ogee\": [\n        \"pretermission\"\n    ],\n    \"pretermitị\": [\n        \"pretermitting\"\n    ],\n    \"preorọmalụ\": [\n        \"preternormal\"\n    ],\n    \"ihe akwadoro\": [\n        \"pretestified\"\n    ],\n    \"ihe ngọpụ\": [\n        \"pretext\"\n    ],\n    \"texttọ\": [\n        \"pretextuous\"\n    ],\n    \"dika o juru\": [\n        \"pretimely\"\n    ],\n    \"pretipified\": [\n        \"pretypified\"\n    ],\n    \"pretyparing\": [\n        \"pretypifying\"\n    ],\n    \"tupu aka ike\": [\n        \"pretyranny\",\n        \"pretyrannical\"\n    ],\n    \"tupu akara\": [\n        \"pretoken\"\n    ],\n    \"oribọchị\": [\n        \"pretorium\"\n    ],\n    \"pretoorị\": [\n        \"pretorship\"\n    ],\n    \"tupu ọdịnala\": [\n        \"pretraditional\"\n    ],\n    \"imegharia\": [\n        \"pretranscribe\",\n        \"reabsolve\",\n        \"reallocate\",\n        \"reapplication\",\n        \"rearbitrate\",\n        \"rearrangeable\",\n        \"recyclability\",\n        \"recirculate\",\n        \"recrystallise\",\n        \"recrystallising\",\n        \"recrystallization\",\n        \"recrystallizing\",\n        \"redecussate\",\n        \"redefine\",\n        \"redefines\",\n        \"redefining\",\n        \"reestablishment\",\n        \"reestimating\",\n        \"reexercise\",\n        \"reexperiencing\",\n        \"reexplicate\",\n        \"reexplication\",\n        \"reforecast\",\n        \"reforestize\",\n        \"remanipulate\",\n        \"reorganise\",\n        \"reorganize\",\n        \"repandodentate\",\n        \"reparticipate\",\n        \"repenetrate\",\n        \"rescrutinize\",\n        \"resystematize\",\n        \"restandardization\",\n        \"resubjugate\"\n    ],\n    \"ndenye ederede\": [\n        \"pretranscription\"\n    ],\n    \"ịtụgharị asụsụ\": [\n        \"pretranslating\"\n    ],\n    \"mmemegwu\": [\n        \"pretransmit\"\n    ],\n    \"sụgharịrị\": [\n        \"pretransmitted\",\n        \"reinterpreted\",\n        \"rendered\",\n        \"renderer\",\n        \"renderset\",\n        \"rewidened\",\n        \"syllabled\",\n        \"translated\",\n        \"translates\",\n        \"untranslated\"\n    ],\n    \"ranstọgharị\": [\n        \"pretransmitting\"\n    ],\n    \"ranszọ mbupu\": [\n        \"pretransport\"\n    ],\n    \"ransnyefe\": [\n        \"pretransportation\"\n    ],\n    \"ronye\": [\n        \"pretrochal\"\n    ],\n    \"ezigbo ihu\": [\n        \"prettyface\"\n    ],\n    \"na-eme ka o doo anya\": [\n        \"prettifying\"\n    ],\n    \"ubdị\": [\n        \"pretubercular\"\n    ],\n    \"prevachin\": [\n        \"prevacating\"\n    ],\n    \"na-enwe mmeri\": [\n        \"prevailing\",\n        \"triumphantly\",\n        \"triumphing\",\n        \"triumvirates\",\n        \"untriumphantly\"\n    ],\n    \"enwe mmeri\": [\n        \"prevailingness\",\n        \"prevails\"\n    ],\n    \"zuru ebe niile\": [\n        \"prevalence\"\n    ],\n    \"jupụtara ebe nile\": [\n        \"prevalentness\"\n    ],\n    \"prevariar\": [\n        \"prevariation\"\n    ],\n    \"mgbochiorium\": [\n        \"preventorium\"\n    ],\n    \"venye ọhụụ\": [\n        \"preverification\"\n    ],\n    \"vetọ\": [\n        \"prevetoing\"\n    ],\n    \"preview\": [\n        \"previewed\"\n    ],\n    \"ịhụchalụ\": [\n        \"previewing\"\n    ],\n    \"Ntụle\": [\n        \"previews\"\n    ],\n    \"na-edebe ihe\": [\n        \"previsioning\",\n        \"unobserving\"\n    ],\n    \"prewaring\": [\n        \"prewarming\"\n    ],\n    \"na-agba n'ihu\": [\n        \"prewelwiring\"\n    ],\n    \"prewing\": [\n        \"prewilling\"\n    ],\n    \"àmà\": [\n        \"prewitness\",\n        \"ranges\",\n        \"witness\"\n    ],\n    \"nkwụnye ụgwọ\": [\n        \"pricefixing\"\n    ],\n    \"ndị ọnụahịa\": [\n        \"pricers\"\n    ],\n    \"ịnye ọnụahịa\": [\n        \"pricing\"\n    ],\n    \"ihe ọnụahịa\": [\n        \"pricker\"\n    ],\n    \"a zụrụ\": [\n        \"prickled\"\n    ],\n    \"Prickles\": [\n        \"prickles\"\n    ],\n    \"prick\": [\n        \"prickly\"\n    ],\n    \"prickliest kasị\": [\n        \"prickliest\"\n    ],\n    \"Enwere prickmedainty\": [\n        \"prickmedainty\"\n    ],\n    \"ji nganga\": [\n        \"pridefully\",\n        \"proudishly\"\n    ],\n    \"Nwee isi\": [\n        \"prideweed\"\n    ],\n    \"Pridian\": [\n        \"pridian\"\n    ],\n    \"ndị na-anụ ọrụ\": [\n        \"pryers\"\n    ],\n    \"oku okpu\": [\n        \"priestcap\"\n    ],\n    \"ọrụchukwu\": [\n        \"priestcraft\"\n    ],\n    \"ọkwa-nchụ-aja\": [\n        \"priestdom\",\n        \"priesthood\",\n        \"priestship\"\n    ],\n    \"15 iri\": [\n        \"priesteen\"\n    ],\n    \"dị ka onye nchụàjà\": [\n        \"priestly\",\n        \"priestlier\",\n        \"priestlike\"\n    ],\n    \"onye nchụàjà St.\": [\n        \"priestliest\"\n    ],\n    \"ndị nchụàjà\": [\n        \"priests\"\n    ],\n    \"praịm\": [\n        \"prime\",\n        \"primerole\"\n    ],\n    \"Primero\": [\n        \"primero\"\n    ],\n    \"primin\": [\n        \"primine\"\n    ],\n    \"nwa eze\": [\n        \"prince\"\n    ],\n    \"adaeze\": [\n        \"princedom\",\n        \"princess\",\n        \"princessdom\",\n        \"princesses\",\n        \"princessly\",\n        \"shirtiest\"\n    ],\n    \"ụmụ eze\": [\n        \"princedoms\"\n    ],\n    \"ihe-eze\": [\n        \"princelike\"\n    ],\n    \"ndi-isi\": [\n        \"princes\"\n    ],\n    \"dị ka eze nwanyị\": [\n        \"princesslike\"\n    ],\n    \"ibiputa\": [\n        \"princify\"\n    ],\n    \"onye isi ulo akwukwo\": [\n        \"principal\"\n    ],\n    \"pbụ onye isi\": [\n        \"principling\"\n    ],\n    \"Mbipụta\": [\n        \"princock\",\n        \"prinks\",\n        \"printings\",\n        \"printouts\",\n        \"prints\",\n        \"printshop\",\n        \"printworks\"\n    ],\n    \"onye na-ebi akwụkwọ\": [\n        \"prink\",\n        \"prinked\",\n        \"prinker\",\n        \"printmaker\"\n    ],\n    \"onye nyocha s\": [\n        \"prinkers\"\n    ],\n    \"nke a na-ebi ebi\": [\n        \"prinky\"\n    ],\n    \"na-ebi akwụkwọ\": [\n        \"prinking\",\n        \"printers\",\n        \"printing\",\n        \"printmake\",\n        \"printmaking\"\n    ],\n    \"bipụta\": [\n        \"print\",\n        \"prunt\",\n        \"publishable\"\n    ],\n    \"ibipụta akwụkwọ\": [\n        \"printability\",\n        \"printableness\"\n    ],\n    \"na-ebi ebi\": [\n        \"printable\"\n    ],\n    \"na-ebipụta\": [\n        \"printably\",\n        \"publishes\"\n    ],\n    \"ebipụta\": [\n        \"printed\",\n        \"prunted\"\n    ],\n    \"ngwa nbipute\": [\n        \"printer\"\n    ],\n    \"ebe obibi akwụkwọ\": [\n        \"printeries\"\n    ],\n    \"dị ka ibi akwụkwọ\": [\n        \"printerlike\"\n    ],\n    \"enweghi ebi\": [\n        \"printless\"\n    ],\n    \"mbipụta akwụkwọ\": [\n        \"printline\"\n    ],\n    \"BIPỤTA\": [\n        \"printout\"\n    ],\n    \"ebipụta edemede\": [\n        \"printscript\"\n    ],\n    \"Hazie\": [\n        \"prio\",\n        \"processed\"\n    ],\n    \"prọdontes\": [\n        \"priodontes\"\n    ],\n    \"mee ka hazie\": [\n        \"prioritized\"\n    ],\n    \"ndị bụ isi\": [\n        \"priors\"\n    ],\n    \"onye anakpo priscillian\": [\n        \"priscillianist\"\n    ],\n    \"Prismatical\": [\n        \"prismatical\"\n    ],\n    \"prismatisation\": [\n        \"prismatization\"\n    ],\n    \"mee ka ikike ghara ịdị\": [\n        \"prismatize\"\n    ],\n    \"ịgbapụ n'ụlọ nga\": [\n        \"prisonbreak\"\n    ],\n    \"dị ka ụlọ mkpọrọ\": [\n        \"prisonlike\"\n    ],\n    \"pristpomatidae\": [\n        \"pristipomatidae\"\n    ],\n    \"pristpomidae\": [\n        \"pristipomidae\"\n    ],\n    \"pritrit\": [\n        \"prittle\"\n    ],\n    \"nkeonwe\": [\n        \"privant\",\n        \"private\",\n        \"privateer\",\n        \"privateered\",\n        \"privater\",\n        \"privates\",\n        \"privative\",\n        \"tripersonally\"\n    ],\n    \"ịnọ na nzuzo\": [\n        \"privation\"\n    ],\n    \"ọrụ nke onwe\": [\n        \"privatism\"\n    ],\n    \"ihe ùgwù\": [\n        \"privilege\",\n        \"privileger\",\n        \"privileges\",\n        \"privileging\"\n    ],\n    \"nwere ihe ùgwù\": [\n        \"privileged\"\n    ],\n    \"ịnọ naanị anyị\": [\n        \"priviness\"\n    ],\n    \"na-agbata n'ọsọ\": [\n        \"prizeable\",\n        \"prizeworthy\"\n    ],\n    \"agbata n'ọsọ\": [\n        \"prizefight\",\n        \"prizewinning\"\n    ],\n    \"onye na-agbata n'ọsọ\": [\n        \"prizefighter\",\n        \"prizewinner\"\n    ],\n    \"ndị na-agbata n'ọsọ\": [\n        \"prizefighters\"\n    ],\n    \"onyinye mgba\": [\n        \"prizefighting\"\n    ],\n    \"onye nrite ihe nrite\": [\n        \"prizeholder\"\n    ],\n    \"proababil\": [\n        \"proabortion\"\n    ],\n    \"proacquition\": [\n        \"proacquisition\"\n    ],\n    \"onye mmepụta ihe\": [\n        \"proactor\"\n    ],\n    \"proallotmentị\": [\n        \"proallotment\"\n    ],\n    \"udeme\": [\n        \"proapportionment\"\n    ],\n    \"onye proatheist\": [\n        \"proatheist\"\n    ],\n    \"ihe puru omume\": [\n        \"probabilism\",\n        \"probabilist\",\n        \"probabilistic\",\n        \"probability\"\n    ],\n    \"ihe gbasara nke puru omume\": [\n        \"probabilities\"\n    ],\n    \"puru omume\": [\n        \"probabl\",\n        \"probeable\"\n    ],\n    \"proband\": [\n        \"probands\"\n    ],\n    \"onye ogba-aghara\": [\n        \"probant\"\n    ],\n    \"pro baseball\": [\n        \"probaseball\"\n    ],\n    \"probate\": [\n        \"probata\",\n        \"probated\"\n    ],\n    \"inyocha oge\": [\n        \"probating\"\n    ],\n    \"oge onye oru ohuru ji ezi mmuta ya\": [\n        \"probation\"\n    ],\n    \"anwale\": [\n        \"probational\",\n        \"probationally\",\n        \"probationary\",\n        \"simulations\",\n        \"testiculated\"\n    ],\n    \"onye oru ohuru\": [\n        \"probationer\"\n    ],\n    \"oge prob\": [\n        \"probationerhood\"\n    ],\n    \"ndị na-anwale ihe\": [\n        \"probationers\"\n    ],\n    \"oge probation\": [\n        \"probationism\"\n    ],\n    \"onye probation\": [\n        \"probationist\"\n    ],\n    \"prob\": [\n        \"probations\"\n    ],\n    \"probationhip\": [\n        \"probationship\"\n    ],\n    \"na-amuta ihe\": [\n        \"probative\"\n    ],\n    \"probative\": [\n        \"probatively\"\n    ],\n    \"dozie nsogbu\": [\n        \"problematize\"\n    ],\n    \"probọn\": [\n        \"probonding\"\n    ],\n    \"proboscis guzobere\": [\n        \"probosciformed\"\n    ],\n    \"proboscis\": [\n        \"proboscises\"\n    ],\n    \"proboscis dika\": [\n        \"proboscislike\"\n    ],\n    \"Proboulevard\": [\n        \"proboulevard\"\n    ],\n    \"igwa\": [\n        \"proc\"\n    ],\n    \"ndị procapitalists\": [\n        \"procapitalists\"\n    ],\n    \"prokaryo\": [\n        \"procaryote\",\n        \"prokaryote\"\n    ],\n    \"prokaryotika\": [\n        \"procaryotic\"\n    ],\n    \"pro ngagharingosi\": [\n        \"procarnival\"\n    ],\n    \"retara\": [\n        \"proceeds\"\n    ],\n    \"onye na-akwado proceremonialist\": [\n        \"proceremonialist\"\n    ],\n    \"procerus\": [\n        \"procerite\"\n    ],\n    \"processor\": [\n        \"processer\"\n    ],\n    \"procession\": [\n        \"processioning\"\n    ],\n    \"usoro;\": [\n        \"processions\"\n    ],\n    \"prochen\": [\n        \"prochain\"\n    ],\n    \"gbakwaa\": [\n        \"prochordal\"\n    ],\n    \"pro chorion\": [\n        \"prochorion\"\n    ],\n    \"chorionic\": [\n        \"prochorionic\"\n    ],\n    \"kpọkwaa\": [\n        \"procyoninae\"\n    ],\n    \"kwusaa\": [\n        \"proclaim\"\n    ],\n    \"na-ekwuwapụta\": [\n        \"proclaims\"\n    ],\n    \"kpọsaa\": [\n        \"proclamatory\",\n        \"unpronounce\"\n    ],\n    \"onye nkwalite\": [\n        \"procommunist\",\n        \"promisemonger\",\n        \"promoderationist\",\n        \"promodernist\",\n        \"promoter\",\n        \"promotor\",\n        \"proreservationist\",\n        \"prosser\"\n    ],\n    \"proconcent\": [\n        \"proconcentration\"\n    ],\n    \"kpezie\": [\n        \"proconciliation\",\n        \"reconcile\"\n    ],\n    \"onye ndozi ochichi\": [\n        \"proconservationist\"\n    ],\n    \"yigharị oge\": [\n        \"procrastinate\"\n    ],\n    \"iyigharị oge\": [\n        \"procrastinated\",\n        \"procrastination\"\n    ],\n    \"mụọ ọmụmụ\": [\n        \"procreate\"\n    ],\n    \"proctatresy na-anọ\": [\n        \"proctatresy\"\n    ],\n    \"proctor\": [\n        \"proctoring\",\n        \"proctorling\"\n    ],\n    \"nke di ugbu a\": [\n        \"procumbent\"\n    ],\n    \"zụọ ụmụ\": [\n        \"procurate\"\n    ],\n    \"na-azụ ụmụ\": [\n        \"procuratorate\"\n    ],\n    \"zụtara\": [\n        \"procured\"\n    ],\n    \"ị nweta\": [\n        \"procurement\",\n        \"procurements\"\n    ],\n    \"n'ịzụ ahịa\": [\n        \"procuring\"\n    ],\n    \"na-amụpụta ihe\": [\n        \"procursive\"\n    ],\n    \"eb\": [\n        \"prod\"\n    ],\n    \"prodemocracy\": [\n        \"prodemocratic\"\n    ],\n    \"na-eme omume\": [\n        \"prodigiously\"\n    ],\n    \"prodiging\": [\n        \"prodigiousness\"\n    ],\n    \"ihe mmefu\": [\n        \"prodigus\"\n    ],\n    \"mkpalite\": [\n        \"prodissolution\",\n        \"provability\"\n    ],\n    \"nke nwere ike imepụta\": [\n        \"produceable\"\n    ],\n    \"mmepụta ihe\": [\n        \"producement\"\n    ],\n    \"ihe mmepụta ihe\": [\n        \"producership\"\n    ],\n    \"na-arụpụta\": [\n        \"produces\",\n        \"productible\",\n        \"productid\"\n    ],\n    \"ihe nrụpụta\": [\n        \"producibility\"\n    ],\n    \"nwere ike nweta\": [\n        \"producible\"\n    ],\n    \"proenfordo\": [\n        \"proenforcement\"\n    ],\n    \"onye na-eme mgbanwe\": [\n        \"proevolutionist\",\n        \"reformer\",\n        \"reformist\",\n        \"rehabilitationist\"\n    ],\n    \"proexemp\": [\n        \"proexemption\"\n    ],\n    \"na-ebuputa\": [\n        \"proexporting\",\n        \"reexports\"\n    ],\n    \"Okanmuta\": [\n        \"prof\"\n    ],\n    \"okwu ire ure\": [\n        \"profanable\"\n    ],\n    \"okwu rere ure\": [\n        \"profanableness\",\n        \"profane\",\n        \"profanely\",\n        \"profaner\",\n        \"profanism\",\n        \"profanity\",\n        \"profanities\",\n        \"profuseness\"\n    ],\n    \"na-ekwu okwu rụrụ arụ\": [\n        \"profanatory\"\n    ],\n    \"ndị na-ekwu okwu rere ure\": [\n        \"profaners\"\n    ],\n    \"Okwu Asụsụ\": [\n        \"profanes\"\n    ],\n    \"na-emerụ mmadụ\": [\n        \"profaning\"\n    ],\n    \"profektị\": [\n        \"profectitious\"\n    ],\n    \"dibia di iche-iche\": [\n        \"profeminist\"\n    ],\n    \"profer\": [\n        \"proferment\"\n    ],\n    \"rụwa ọrụ\": [\n        \"professionalize\"\n    ],\n    \"prọfesọ\": [\n        \"professive\",\n        \"professor\",\n        \"professorate\",\n        \"professorhood\",\n        \"professory\",\n        \"professorially\",\n        \"professoriate\",\n        \"professorling\",\n        \"professorship\",\n        \"professorships\"\n    ],\n    \"professess\": [\n        \"professively\"\n    ],\n    \"dị ka prọfesọ\": [\n        \"professorlike\"\n    ],\n    \"ndị prọfesọ\": [\n        \"professors\"\n    ],\n    \"onye ọka mmụta\": [\n        \"profferer\"\n    ],\n    \"proff\": [\n        \"proffering\",\n        \"proffers\"\n    ],\n    \"profil\": [\n        \"profilist\"\n    ],\n    \"na-enweta uru\": [\n        \"profiting\"\n    ],\n    \"uru akaebe\": [\n        \"profitproof\"\n    ],\n    \"uru nkekọrịta\": [\n        \"profitsharing\"\n    ],\n    \"onye bara uru\": [\n        \"profitter\"\n    ],\n    \"prof\": [\n        \"proflated\",\n        \"profre\",\n        \"profs\",\n        \"profuse\"\n    ],\n    \"profligally\": [\n        \"profligately\"\n    ],\n    \"poloji\": [\n        \"proflogger\"\n    ],\n    \"iba uba\": [\n        \"profluent\"\n    ],\n    \"fore igbo\": [\n        \"proforeign\"\n    ],\n    \"oke omimi\": [\n        \"profoundly\"\n    ],\n    \"pro nwanne\": [\n        \"profraternity\"\n    ],\n    \"profunda\": [\n        \"profundae\"\n    ],\n    \"profus\": [\n        \"profusive\"\n    ],\n    \"profusive\": [\n        \"profusiveness\"\n    ],\n    \"progen\": [\n        \"progenitive\"\n    ],\n    \"onye bu nna\": [\n        \"progenitor\"\n    ],\n    \"ndi bu nna\": [\n        \"progenitors\"\n    ],\n    \"proglottik\": [\n        \"proglottic\"\n    ],\n    \"prognised\": [\n        \"prognosed\"\n    ],\n    \"prognostic amụma\": [\n        \"prognostications\"\n    ],\n    \"pro ọchịchị\": [\n        \"progovernment\"\n    ],\n    \"programmable\": [\n        \"programable\"\n    ],\n    \"onye mmemme\": [\n        \"programist\",\n        \"programmatist\",\n        \"programmer\",\n        \"programmist\"\n    ],\n    \"enwe ọganihu\": [\n        \"progressed\"\n    ],\n    \"progressivism\": [\n        \"progressionist\",\n        \"progressism\"\n    ],\n    \"oganihu\": [\n        \"progressist\",\n        \"progressor\"\n    ],\n    \"ihe na-aga n'ihu\": [\n        \"progressivistic\"\n    ],\n    \"onye na-amachibido iwu\": [\n        \"prohibiter\"\n    ],\n    \"ndị na-amachibido iwu\": [\n        \"prohibitionists\"\n    ],\n    \"proinquinance\": [\n        \"proinquiry\"\n    ],\n    \"oru ngo\": [\n        \"project\",\n        \"projectingly\",\n        \"projective\",\n        \"projectively\",\n        \"projectrix\",\n        \"projects\",\n        \"projecture\"\n    ],\n    \"ndị projection\": [\n        \"projectionists\"\n    ],\n    \"ndị ngo\": [\n        \"projectors\"\n    ],\n    \"projj\": [\n        \"projicient\"\n    ],\n    \"projiciji\": [\n        \"projiciently\"\n    ],\n    \"akpasu iwe\": [\n        \"projudicial\"\n    ],\n    \"pro lacrosse\": [\n        \"prolacrosse\"\n    ],\n    \"prolaị\": [\n        \"prolateness\"\n    ],\n    \"prola\": [\n        \"prolatively\"\n    ],\n    \"ịdị ogologo oge\": [\n        \"proleniency\"\n    ],\n    \"prolet\": [\n        \"proletary\",\n        \"proletaries\"\n    ],\n    \"ịgba mbọ\": [\n        \"prolicense\",\n        \"strivings\",\n        \"wager\"\n    ],\n    \"ịmụba\": [\n        \"proliferative\"\n    ],\n    \"na-eme nke ọma\": [\n        \"prolifically\",\n        \"thrivers\",\n        \"thriving\"\n    ],\n    \"prolity\": [\n        \"prolificity\"\n    ],\n    \"n'edetu ihe\": [\n        \"proliterary\"\n    ],\n    \"prolocutorhip\": [\n        \"prolocutorship\"\n    ],\n    \"Okwu mbido\": [\n        \"prologue\",\n        \"prologued\",\n        \"prologuer\"\n    ],\n    \"Okwu mmalite dị ka\": [\n        \"prologuelike\"\n    ],\n    \"mee ogologo oge\": [\n        \"prolong\"\n    ],\n    \"na-adịte aka\": [\n        \"prolongable\"\n    ],\n    \"na-agbatịkwu\": [\n        \"prolongating\",\n        \"prolonging\"\n    ],\n    \"zoputa\": [\n        \"prolusionize\"\n    ],\n    \"promamal\": [\n        \"promammal\"\n    ],\n    \"eme mkpagharị\": [\n        \"promenade\"\n    ],\n    \"onye na-eme mkpagharị\": [\n        \"promenader\"\n    ],\n    \"ndị na-eme mkpagharị\": [\n        \"promenaders\"\n    ],\n    \"na-eme mkpagharị\": [\n        \"promenading\"\n    ],\n    \"n’enwe mmekọahụ aghara aghara\": [\n        \"promiscuously\"\n    ],\n    \"ndị kwere nkwa\": [\n        \"promisers\",\n        \"wowsers\"\n    ],\n    \"ndị na-akwalite\": [\n        \"promoters\"\n    ],\n    \"Akwụkwọ Ntanetị\": [\n        \"promptbook\"\n    ],\n    \"onye na-akpali ihe\": [\n        \"prompter\"\n    ],\n    \"ihe ngwa ngwa\": [\n        \"promptitude\"\n    ],\n    \"pronation\": [\n        \"pronating\"\n    ],\n    \"pronationalist\": [\n        \"pronationalistic\"\n    ],\n    \"pron\": [\n        \"pronative\",\n        \"pronely\"\n    ],\n    \"pronator mgbanwe\": [\n        \"pronatoflexor\"\n    ],\n    \"adịkarị mfe\": [\n        \"prone\",\n        \"pronegroism\"\n    ],\n    \"pronghorn\": [\n        \"pronghorns\"\n    ],\n    \"prong\": [\n        \"prongy\",\n        \"prongs\"\n    ],\n    \"pronger\": [\n        \"pronging\"\n    ],\n    \"prongular\": [\n        \"pronominal\"\n    ],\n    \"nnọchiaha\": [\n        \"pronoun\",\n        \"pronouns\"\n    ],\n    \"kpo okwu\": [\n        \"pronounce\"\n    ],\n    \"mkpọ okwu\": [\n        \"pronunciations\"\n    ],\n    \"nyochagharị\": [\n        \"proofread\",\n        \"reacknowledgment\",\n        \"reassessing\",\n        \"reconnoitring\",\n        \"recontesting\",\n        \"reelecting\",\n        \"reexaminations\",\n        \"reexamines\",\n        \"reexamining\",\n        \"reexperiment\",\n        \"reexplanation\",\n        \"reexploration\",\n        \"reexplore\",\n        \"reexploring\",\n        \"reinfiltrating\",\n        \"reinvestigating\",\n        \"reinvestigations\",\n        \"revisals\",\n        \"revisits\"\n    ],\n    \"ịgụgharị\": [\n        \"proofreading\",\n        \"readvertizing\",\n        \"reread\",\n        \"rereading\",\n        \"reveling\",\n        \"revelling\"\n    ],\n    \"ndegharị\": [\n        \"proofreads\"\n    ],\n    \"ebe ngosi\": [\n        \"proofroom\",\n        \"showplace\",\n        \"showplaces\"\n    ],\n    \"pro pacifist\": [\n        \"propacifist\"\n    ],\n    \"propaedeutic\": [\n        \"propaedeutical\"\n    ],\n    \"okwu nduhie\": [\n        \"propagand\",\n        \"propaganda\"\n    ],\n    \"onye na-agbasa echiche\": [\n        \"propagandist\"\n    ],\n    \"ndị na-agbasa echiche\": [\n        \"propagandists\",\n        \"propagators\"\n    ],\n    \"akparama\": [\n        \"proparasceve\",\n        \"psychokyme\",\n        \"psychosarcous\",\n        \"psychotechnical\",\n        \"saghavart\"\n    ],\n    \"proargylic\": [\n        \"propargylic\"\n    ],\n    \"propa Parliamental\": [\n        \"proparliamental\"\n    ],\n    \"obi ọmịiko\": [\n        \"propassion\",\n        \"tenderisation\"\n    ],\n    \"Ndị na-akwado ya\": [\n        \"propellants\"\n    ],\n    \"Kwesịrị Ekwesị\": [\n        \"properispome\"\n    ],\n    \"ezigbo nwanyi\": [\n        \"properispomenon\"\n    ],\n    \"Ezigbo iwu\": [\n        \"propertyship\"\n    ],\n    \"buo amuma\": [\n        \"prophesy\",\n        \"prophetize\"\n    ],\n    \"onye amụma nwanyị\": [\n        \"prophetess\"\n    ],\n    \"ndị amụma nwaanyị\": [\n        \"prophetesses\"\n    ],\n    \"ibu amuma\": [\n        \"prophethood\"\n    ],\n    \"bu amụma\": [\n        \"propheticly\"\n    ],\n    \"dika onye amuma\": [\n        \"prophetlike\"\n    ],\n    \"onye amụma ụgbọ mmiri\": [\n        \"prophetship\"\n    ],\n    \"prophylactic\": [\n        \"prophylactical\"\n    ],\n    \"proine\": [\n        \"propine\"\n    ],\n    \"proines\": [\n        \"propines\"\n    ],\n    \"ịtọm ala\": [\n        \"propitiated\"\n    ],\n    \"projet\": [\n        \"propjet\"\n    ],\n    \"Plasma\": [\n        \"proplasma\"\n    ],\n    \"ịgbaso\": [\n        \"propolize\"\n    ],\n    \"propone\": [\n        \"proponed\"\n    ],\n    \"na-akwado echiche\": [\n        \"proponents\"\n    ],\n    \"proon na-ekwu okwu\": [\n        \"proponing\"\n    ],\n    \"proportionible\": [\n        \"proportionably\"\n    ],\n    \"otosịrị iru\": [\n        \"proportionated\",\n        \"proportionment\",\n        \"proportions\"\n    ],\n    \"proportionally\": [\n        \"proportionately\"\n    ],\n    \"onye na-atụ aro\": [\n        \"proposer\",\n        \"suggestionist\",\n        \"suggestor\"\n    ],\n    \"ndị na-atụ aro\": [\n        \"proposers\"\n    ],\n    \"ndị na-eweta ego\": [\n        \"propounders\"\n    ],\n    \"propound\": [\n        \"propounds\"\n    ],\n    \"pro praororian\": [\n        \"propraetorian\"\n    ],\n    \"onye nwe ahia\": [\n        \"propretor\",\n        \"proprietor\"\n    ],\n    \"ihe dị mma\": [\n        \"propretorial\"\n    ],\n    \"nke dị mkpa\": [\n        \"propriospinal\",\n        \"seminecessary\"\n    ],\n    \"prougnaculum\": [\n        \"propugnaculum\"\n    ],\n    \"Nkwali\": [\n        \"propulsion\"\n    ],\n    \"Proreform\": [\n        \"proreform\"\n    ],\n    \"obodo prorepublican\": [\n        \"prorepublican\"\n    ],\n    \"prorog\": [\n        \"prorogation\",\n        \"prorogations\"\n    ],\n    \"proro\": [\n        \"prorogues\"\n    ],\n    \"prosaịl\": [\n        \"prosaically\"\n    ],\n    \"prosaical\": [\n        \"prosaicalness\"\n    ],\n    \"Ajuju\": [\n        \"prosarthri\"\n    ],\n    \"abamuru\": [\n        \"proscience\"\n    ],\n    \"prociutto\": [\n        \"prosciutto\"\n    ],\n    \"machibido iwu\": [\n        \"proscription\"\n    ],\n    \"onye a machibidoro iwu\": [\n        \"proscriptionist\"\n    ],\n    \"ịba amị\": [\n        \"proscriptiveness\",\n        \"willowiness\"\n    ],\n    \"Procotellum\": [\n        \"proscutellum\"\n    ],\n    \"prosectorhip\": [\n        \"prosectorship\"\n    ],\n    \"onye na-eso ụzọ\": [\n        \"proselyte\",\n        \"proselyter\",\n        \"proselytist\",\n        \"proselytistic\"\n    ],\n    \"ndị na-eso ụzọ ndị Juu\": [\n        \"proselytes\"\n    ],\n    \"ozi-ọma\": [\n        \"proselytise\"\n    ],\n    \"ntọghata\": [\n        \"proselytism\"\n    ],\n    \"ndị na-eme nkwusa\": [\n        \"proselytizers\"\n    ],\n    \"encenye\": [\n        \"prosencephalon\"\n    ],\n    \"na-erute\": [\n        \"prosequi\"\n    ],\n    \"Proy\": [\n        \"prosy\"\n    ],\n    \"proily\": [\n        \"prosily\"\n    ],\n    \"Urua\": [\n        \"proskomide\"\n    ],\n    \"ndị na-achọgharị ihe\": [\n        \"prospectors\"\n    ],\n    \"nwee ọganihu\": [\n        \"prosper\",\n        \"prowessful\"\n    ],\n    \"na-enwe ọganihu\": [\n        \"prospering\"\n    ],\n    \"Isochukwu\": [\n        \"prospero\"\n    ],\n    \"bara uba\": [\n        \"prosperous\",\n        \"rebukeful\"\n    ],\n    \"baa uba\": [\n        \"prospice\",\n        \"ricer\"\n    ],\n    \"gbuea\": [\n        \"prostate\"\n    ],\n    \"prostatomita\": [\n        \"prostatometer\"\n    ],\n    \"Ogbuagu\": [\n        \"prostatorrhea\",\n        \"spinulosa\",\n        \"vomitoria\"\n    ],\n    \"prostatotomi\": [\n        \"prostatotomy\"\n    ],\n    \"akwuna\": [\n        \"prostemmate\",\n        \"prostitute\",\n        \"prostituted\",\n        \"prostituting\",\n        \"prostitutor\",\n        \"whored\"\n    ],\n    \"prosthes\": [\n        \"prostheses\",\n        \"protheses\"\n    ],\n    \"onye ogbara ohuru\": [\n        \"prosthetist\"\n    ],\n    \"na-ebu eze\": [\n        \"prostrative\"\n    ],\n    \"Proubscription\": [\n        \"prosubscription\"\n    ],\n    \"na mbu\": [\n        \"protatically\",\n        \"thwartwise\"\n    ],\n    \"proteas\": [\n        \"protead\"\n    ],\n    \"protein\": [\n        \"protean\",\n        \"proteanly\"\n    ],\n    \"protein maara ihe\": [\n        \"proteanwise\"\n    ],\n    \"protease\": [\n        \"proteases\"\n    ],\n    \"n'ichebe\": [\n        \"protectingly\"\n    ],\n    \"nchekwaograph\": [\n        \"protectograph\"\n    ],\n    \"onye na-enweghị nchebe\": [\n        \"protectorless\"\n    ],\n    \"ndị nchebe\": [\n        \"protectors\"\n    ],\n    \"ndi nchebe\": [\n        \"protectresses\",\n        \"protegees\"\n    ],\n    \"nchedoe\": [\n        \"protegee\"\n    ],\n    \"proteiniform\": [\n        \"proteiform\"\n    ],\n    \"nke protein\": [\n        \"proteinic\"\n    ],\n    \"proteininochromogen\": [\n        \"proteinochromogen\"\n    ],\n    \"ndi na-edozi\": [\n        \"proteins\"\n    ],\n    \"profentropteran\": [\n        \"protelytropteran\"\n    ],\n    \"proteinolysis\": [\n        \"proteolysis\"\n    ],\n    \"ihe na-eme ndu\": [\n        \"proteolytic\"\n    ],\n    \"ihe na-echebe\": [\n        \"proteoses\"\n    ],\n    \"proteinphemeroid\": [\n        \"protephemeroid\"\n    ],\n    \"nkwupụta iwe\": [\n        \"protestancy\"\n    ],\n    \"agbamgbama\": [\n        \"protestantish\"\n    ],\n    \"Protestantism\": [\n        \"protestantism\"\n    ],\n    \"n'egosi iwe\": [\n        \"protestantly\"\n    ],\n    \"ndị ngagharị iwe\": [\n        \"protestants\",\n        \"protesters\",\n        \"protestors\"\n    ],\n    \"ngagharị iwe\": [\n        \"protestation\",\n        \"protestations\",\n        \"protests\"\n    ],\n    \"onye ngagharị iwe\": [\n        \"protestator\",\n        \"protester\",\n        \"protestor\"\n    ],\n    \"na-eme ngagharị iwe\": [\n        \"protesting\",\n        \"protestingly\"\n    ],\n    \"prothallus\": [\n        \"prothalloid\"\n    ],\n    \"prosthesis\": [\n        \"prothesis\"\n    ],\n    \"Proffambian\": [\n        \"protoamphibian\"\n    ],\n    \"proto basidiomycetes\": [\n        \"protobasidiomycetes\"\n    ],\n    \"proto basidiomycetous\": [\n        \"protobasidiomycetous\"\n    ],\n    \"usoro nchịkwa\": [\n        \"protoceratops\",\n        \"semiprotectorate\"\n    ],\n    \"kpomekpo\": [\n        \"protocitizen\"\n    ],\n    \"usoro liturgic\": [\n        \"protoliturgic\"\n    ],\n    \"proto loph\": [\n        \"protoloph\"\n    ],\n    \"proton\": [\n        \"protons\"\n    ],\n    \"dibia ogwugwo\": [\n        \"protopatrician\",\n        \"trilogist\"\n    ],\n    \"protocolin\": [\n        \"protopectin\"\n    ],\n    \"okwa ozo\": [\n        \"protosaurian\"\n    ],\n    \"proto mmụta sayensị\": [\n        \"protoscientific\"\n    ],\n    \"jiri ogologo oge\": [\n        \"protractedly\"\n    ],\n    \"protractor\": [\n        \"protracter\"\n    ],\n    \"protraction\": [\n        \"protracting\",\n        \"protractive\"\n    ],\n    \"protraita\": [\n        \"protraditional\"\n    ],\n    \"protube\": [\n        \"protuberance\"\n    ],\n    \"protuberant\": [\n        \"protuberantness\"\n    ],\n    \"protuberosị\": [\n        \"protuberosity\"\n    ],\n    \"nkeoma\": [\n        \"proustite\"\n    ],\n    \"a na-egosipụta\": [\n        \"provable\",\n        \"rebuttable\"\n    ],\n    \"provaskụl\": [\n        \"provascular\"\n    ],\n    \"nwapụtara\": [\n        \"proven\"\n    ],\n    \"ilu ilu\": [\n        \"proverbialist\",\n        \"proverbic\"\n    ],\n    \"tụọ ilu\": [\n        \"proverbialize\"\n    ],\n    \"onye na-amụ ihe banyere ilu\": [\n        \"proverbiologist\"\n    ],\n    \"provi\": [\n        \"proviant\"\n    ],\n    \"Onye Ozo\": [\n        \"provident\",\n        \"pseudovarian\",\n        \"spinulososerrate\"\n    ],\n    \"ndị na-enye ọrụ\": [\n        \"providers\"\n    ],\n    \"ọnọ\": [\n        \"provides\",\n        \"supplied\"\n    ],\n    \"nchịkwa mpaghara\": [\n        \"provincialization\"\n    ],\n    \"ichi obodo\": [\n        \"provincialize\"\n    ],\n    \"n'ógbè\": [\n        \"provincially\"\n    ],\n    \"onye nkpasu iwe\": [\n        \"provocant\",\n        \"provocator\"\n    ],\n    \"ndị na-akpasu iwe\": [\n        \"provocateurs\"\n    ],\n    \"ihe nkpasu iwe\": [\n        \"provocations\"\n    ],\n    \"ikpasu iwe\": [\n        \"provocativeness\"\n    ],\n    \"na-ewepụta onwe m\": [\n        \"provolunteering\"\n    ],\n    \"ụgbọ mmiri provost\": [\n        \"provostship\"\n    ],\n    \"prowite\": [\n        \"prowersite\"\n    ],\n    \"prowess\": [\n        \"prowesses\"\n    ],\n    \"prowfish\": [\n        \"prowfishes\"\n    ],\n    \"na-achọ prox\": [\n        \"proxying\"\n    ],\n    \"nsochi\": [\n        \"proximate\"\n    ],\n    \"proxim\": [\n        \"proximation\"\n    ],\n    \"Iker\": [\n        \"prs\"\n    ],\n    \"prude\": [\n        \"prudes\"\n    ],\n    \"akpara\": [\n        \"prunable\",\n        \"prunes\"\n    ],\n    \"n'ụzọ dị nro\": [\n        \"prunably\",\n        \"wofully\",\n        \"woundly\"\n    ],\n    \"kwachaa\": [\n        \"prunase\",\n        \"pruning\",\n        \"prunus\"\n    ],\n    \"prun\": [\n        \"prune\"\n    ],\n    \"kwachie\": [\n        \"prunelle\"\n    ],\n    \"pronutrin\": [\n        \"prunitrin\"\n    ],\n    \"pruri\": [\n        \"prurient\"\n    ],\n    \"usbụ prussianizing\": [\n        \"prussianizing\"\n    ],\n    \"ndị isi Russia\": [\n        \"prussians\"\n    ],\n    \"Abụ Ọma\": [\n        \"psalm\",\n        \"psalmic\",\n        \"psalmodic\",\n        \"psalmodical\"\n    ],\n    \"abụ ọma\": [\n        \"psalmbook\",\n        \"psalmistry\",\n        \"psalmists\",\n        \"psalms\",\n        \"psalters\",\n        \"psaltries\"\n    ],\n    \"Abụ ọma\": [\n        \"psalmy\"\n    ],\n    \"ọbụ abụ\": [\n        \"psalmist\",\n        \"songer\"\n    ],\n    \"abuoma\": [\n        \"psalmody\"\n    ],\n    \"onye soro chi\": [\n        \"psalmodist\"\n    ],\n    \"une\": [\n        \"psaltery\"\n    ],\n    \"ucheomere\": [\n        \"psammosere\"\n    ],\n    \"edenye\": [\n        \"psedera\"\n    ],\n    \"Mpapo\": [\n        \"pseudaxis\"\n    ],\n    \"pseudepigrapha\": [\n        \"pseudepigraphous\"\n    ],\n    \"pseud epiploic\": [\n        \"pseudepiploic\"\n    ],\n    \"amamịghe-amara\": [\n        \"pseudoacquaintance\"\n    ],\n    \"Pseudoadiabatic\": [\n        \"pseudoadiabatic\"\n    ],\n    \"pseudo ambidextrous\": [\n        \"pseudoambidextrous\"\n    ],\n    \"pseudo ambidextrously\": [\n        \"pseudoambidextrously\"\n    ],\n    \"ihenanacho\": [\n        \"pseudoancestrally\"\n    ],\n    \"Onye Ozizi\": [\n        \"pseudoangelic\",\n        \"pseudoangelical\",\n        \"pseudoevangelical\"\n    ],\n    \"pseudo ụjọ\": [\n        \"pseudoapprehensive\",\n        \"pseudoapprehensively\"\n    ],\n    \"N'amaghi ihe\": [\n        \"pseudoascetically\",\n        \"pseudoheroically\",\n        \"pseudoorientally\"\n    ],\n    \"segwé ojii\": [\n        \"pseudoasymmetry\",\n        \"pseudoasymmetric\",\n        \"pseudoasymmetrical\",\n        \"pseudosymmetric\"\n    ],\n    \"na-egboro\": [\n        \"pseudoassertively\"\n    ],\n    \"pseudobaptism\": [\n        \"pseudobaptismal\"\n    ],\n    \"akụkọ nduhie\": [\n        \"pseudobiographic\",\n        \"pseudobiographical\"\n    ],\n    \"onyinye pseudocha\": [\n        \"pseudocharitable\"\n    ],\n    \"kemịkalụ kemịkalụ\": [\n        \"pseudochemical\"\n    ],\n    \"chukwu chrysalis\": [\n        \"pseudochrysalis\"\n    ],\n    \"Pseudochromia\": [\n        \"pseudochromia\"\n    ],\n    \"Okwaraor\": [\n        \"pseudocoelom\"\n    ],\n    \"na-agbam ume\": [\n        \"pseudocompetitively\"\n    ],\n    \"Pseudoconclude\": [\n        \"pseudoconclude\"\n    ],\n    \"Oha na eze\": [\n        \"pseudoconfessional\"\n    ],\n    \"Omenala ndi ozo\": [\n        \"pseudocultural\"\n    ],\n    \"aghụghọ omenala\": [\n        \"pseudoculturally\"\n    ],\n    \"ego n'uba\": [\n        \"pseudoeconomically\"\n    ],\n    \"N'ịzọ aghụghọ\": [\n        \"pseudoeditorially\"\n    ],\n    \"pseudo ji obi uto\": [\n        \"pseudoenthusiastic\"\n    ],\n    \"jiri obi uto na-eme ihe\": [\n        \"pseudoenthusiastically\"\n    ],\n    \"Pseudoephedrine\": [\n        \"pseudoephedrine\"\n    ],\n    \"na-egosi ihe\": [\n        \"pseudoerotically\"\n    ],\n    \"echiche ụgha\": [\n        \"pseudoeroticism\"\n    ],\n    \"Pseudoeugenics\": [\n        \"pseudoeugenics\"\n    ],\n    \"n'amaghi ekele\": [\n        \"pseudofaithfully\"\n    ],\n    \"Ighagburi\": [\n        \"pseudofamously\"\n    ],\n    \"segha\": [\n        \"pseudofarcy\",\n        \"pseudonyms\"\n    ],\n    \"akpakap\": [\n        \"pseudofeverish\"\n    ],\n    \"Pseudoform\": [\n        \"pseudoform\"\n    ],\n    \"Onye Obia\": [\n        \"pseudogaster\"\n    ],\n    \"Pseudogenus\": [\n        \"pseudogenus\"\n    ],\n    \"Pseudohemal\": [\n        \"pseudohemal\"\n    ],\n    \"nkuzi pseudoin\": [\n        \"pseudoinstruction\"\n    ],\n    \"Amamihe\": [\n        \"pseudointellectual\"\n    ],\n    \"amamiihe ọgụgụ isi\": [\n        \"pseudointellectuals\"\n    ],\n    \"aghụghọ isomerism\": [\n        \"pseudoisomerism\"\n    ],\n    \"isometric dị aghụghọ\": [\n        \"pseudoisometric\"\n    ],\n    \"Pseudolabial\": [\n        \"pseudolabial\"\n    ],\n    \"Okwu ugha\": [\n        \"pseudolegality\"\n    ],\n    \"asụsụ pseudolic\": [\n        \"pseudolinguistic\"\n    ],\n    \"ọrịa pseudomeningitis\": [\n        \"pseudomeningitis\"\n    ],\n    \"pseudomenstruation nka\": [\n        \"pseudomenstruation\"\n    ],\n    \"ụgha ọrụ ebube\": [\n        \"pseudomiraculous\"\n    ],\n    \"ụgha n'ụzọ ọrụ ebube\": [\n        \"pseudomiraculously\"\n    ],\n    \"pseudo narcotic\": [\n        \"pseudonarcotic\"\n    ],\n    \"mba aghụghọ\": [\n        \"pseudonational\"\n    ],\n    \"Aha nzuzo\": [\n        \"pseudonym\"\n    ],\n    \"aha nzuzo\": [\n        \"pseudonymous\"\n    ],\n    \"na-amaghị aha\": [\n        \"pseudonymously\"\n    ],\n    \"pseudo okwa\": [\n        \"pseudoofficially\"\n    ],\n    \"pureudo orthorhombic\": [\n        \"pseudoorthorhombic\"\n    ],\n    \"Ikwusi-ike nke mba\": [\n        \"pseudopatriotically\"\n    ],\n    \"pseudo philanthropically\": [\n        \"pseudophilanthropically\"\n    ],\n    \"aghụghọ amamihe\": [\n        \"pseudophilosophical\"\n    ],\n    \"Pseudopyriform\": [\n        \"pseudopyriform\"\n    ],\n    \"pseudoporphyritic chọrọ\": [\n        \"pseudoporphyritic\"\n    ],\n    \"pseudo primitivism\": [\n        \"pseudoprimitivism\"\n    ],\n    \"pseudo nwa eze\": [\n        \"pseudoprincely\"\n    ],\n    \"akpakpawa\": [\n        \"pseudopupal\",\n        \"pseudotracheal\"\n    ],\n    \"Pseudoramulus\": [\n        \"pseudoramulus\"\n    ],\n    \"Pseudorandom\": [\n        \"pseudorandom\"\n    ],\n    \"N'ihe eji eme ihe\": [\n        \"pseudoregally\"\n    ],\n    \"adịgboroja sacrilegious\": [\n        \"pseudosacrilegious\"\n    ],\n    \"adịgboroja sacrilegiously\": [\n        \"pseudosacrilegiously\"\n    ],\n    \"sayensị pseudos\": [\n        \"pseudoscientifically\"\n    ],\n    \"onye pseudoscientist\": [\n        \"pseudoscientist\"\n    ],\n    \"puwaudo scutum\": [\n        \"pseudoscutum\"\n    ],\n    \"sedọ aka na ntị\": [\n        \"pseudosensational\"\n    ],\n    \"okwu ugha\": [\n        \"pseudosyllogism\",\n        \"untruthful\",\n        \"untruthfulness\"\n    ],\n    \"akparamaagbara\": [\n        \"pseudosymmetry\"\n    ],\n    \"Ikenna-amaghi\": [\n        \"pseudostomous\"\n    ],\n    \"Agụghị\": [\n        \"pseudostudiously\"\n    ],\n    \"pseudot ụkwara nta\": [\n        \"pseudotuberculosis\"\n    ],\n    \"pseudo ventricle\": [\n        \"pseudoventricle\"\n    ],\n    \"pseudo viaduct\": [\n        \"pseudoviaduct\"\n    ],\n    \"pseudo viperine\": [\n        \"pseudoviperine\"\n    ],\n    \"pseudo viperous\": [\n        \"pseudoviperous\"\n    ],\n    \"pseudo viperously\": [\n        \"pseudoviperously\"\n    ],\n    \"Ọma\": [\n        \"psf\"\n    ],\n    \"kụchaa\": [\n        \"pshawed\"\n    ],\n    \"ịkwọcha\": [\n        \"pshawing\"\n    ],\n    \"Psia\": [\n        \"psia\"\n    ],\n    \"ime uche\": [\n        \"psychagogy\"\n    ],\n    \"psychoanalysis\": [\n        \"psychanalysis\"\n    ],\n    \"onye na-agwọ ọrịa uche\": [\n        \"psychanalysist\"\n    ],\n    \"psychoanalytic\": [\n        \"psychanalytic\"\n    ],\n    \"psychoanalytically\": [\n        \"psychanalytically\"\n    ],\n    \"chestgba aghara\": [\n        \"psychesthesia\"\n    ],\n    \"onye isi mgbaka\": [\n        \"psychiater\"\n    ],\n    \"psychiatric\": [\n        \"psychiatrically\"\n    ],\n    \"dibia ogwo\": [\n        \"psychiatrist\"\n    ],\n    \"ndị isi mgbaka\": [\n        \"psychiatrists\"\n    ],\n    \"isi uche\": [\n        \"psychicism\",\n        \"psychism\"\n    ],\n    \"dibia uche\": [\n        \"psychicist\"\n    ],\n    \"ndị nyocha psychoanalyst\": [\n        \"psychoanalysts\"\n    ],\n    \"akparamaagwu\": [\n        \"psychobiologic\"\n    ],\n    \"ọkà mmụta banyere ọrịa uche\": [\n        \"psychoclinicist\",\n        \"psychotherapeutist\",\n        \"psychotherapist\"\n    ],\n    \"uche-ndu\": [\n        \"psychodidae\"\n    ],\n    \"mgbatị mmụọ\": [\n        \"psychodynamic\"\n    ],\n    \"psychhodrama\": [\n        \"psychodrama\"\n    ],\n    \"psychhodramas\": [\n        \"psychodramas\"\n    ],\n    \"Ọkpụkpụ mmụọ\": [\n        \"psychodramatic\"\n    ],\n    \"onye akparamaagwa\": [\n        \"psychographist\"\n    ],\n    \"nke uche\": [\n        \"psychological\",\n        \"psychologically\",\n        \"psychostatic\"\n    ],\n    \"nwere uche\": [\n        \"psychologised\"\n    ],\n    \"ndị ọkà n'akparamàgwà mmadụ\": [\n        \"psychologists\"\n    ],\n    \"na-elekọta ahụ\": [\n        \"psychologizing\"\n    ],\n    \"mmekọrịta mmadụ na ibe ya\": [\n        \"psychologue\",\n        \"socially\",\n        \"socialness\",\n        \"sociologic\",\n        \"sociological\",\n        \"sociologies\",\n        \"sociologistic\",\n        \"sociomedical\"\n    ],\n    \"agbasara mmụọ\": [\n        \"psychoneurological\"\n    ],\n    \"uche agbasi\": [\n        \"psychoneurotic\"\n    ],\n    \"uche-uche\": [\n        \"psychonomic\"\n    ],\n    \"akparamachichi\": [\n        \"psychopannychian\"\n    ],\n    \"psyhhorhythmic na-ahụ anya\": [\n        \"psychorhythmic\"\n    ],\n    \"psyhohorhythmically\": [\n        \"psychorhythmically\"\n    ],\n    \"psychhorrhagy\": [\n        \"psychorrhagy\"\n    ],\n    \"psykhorrhagic\": [\n        \"psychorrhagic\"\n    ],\n    \"n'akparamaagwa\": [\n        \"psychosexually\"\n    ],\n    \"akparamàgwà mmadụ\": [\n        \"psychosocially\"\n    ],\n    \"ịgwọ ọrịa uche\": [\n        \"psychosurgery\"\n    ],\n    \"nkà na ụzụ\": [\n        \"psychotechnology\",\n        \"psychotechnological\",\n        \"sociotechnical\",\n        \"technographical\",\n        \"tecnology\"\n    ],\n    \"mmuta uche\": [\n        \"psychotherapeutic\",\n        \"psychotherapeutics\"\n    ],\n    \"ndi mmuta uche\": [\n        \"psychotherapists\"\n    ],\n    \"psychhotogen\": [\n        \"psychotogen\"\n    ],\n    \"uche-egbu egbu\": [\n        \"psychotoxic\"\n    ],\n    \"onye mkpali\": [\n        \"psycter\"\n    ],\n    \"Onye nwe anyi\": [\n        \"psid\",\n        \"stallenger\"\n    ],\n    \"ọrịa psorosis\": [\n        \"psorosis\"\n    ],\n    \"ihendorie\": [\n        \"psorospermic\"\n    ],\n    \"onye nzulite\": [\n        \"pterian\"\n    ],\n    \"Ikenna Ojuju\": [\n        \"pteridospermous\"\n    ],\n    \"petergodum\": [\n        \"pterygodum\"\n    ],\n    \"ịteryụ ọgwụ\": [\n        \"pterygoidal\"\n    ],\n    \"onye na-akwado ha\": [\n        \"pterygoidean\"\n    ],\n    \"petergomalar\": [\n        \"pterygomalar\"\n    ],\n    \"petergomandibular\": [\n        \"pterygomandibular\"\n    ],\n    \"telọ\": [\n        \"pteron\"\n    ],\n    \"ptyallen\": [\n        \"ptyalisms\"\n    ],\n    \"ezeudo\": [\n        \"ptochogony\"\n    ],\n    \"Ptolemaean\": [\n        \"ptolemaean\"\n    ],\n    \"Ptolemaian\": [\n        \"ptolemaian\"\n    ],\n    \"Ptolemaism\": [\n        \"ptolemaism\"\n    ],\n    \"Ptolemean\": [\n        \"ptolemean\"\n    ],\n    \"Pu\": [\n        \"pu\"\n    ],\n    \"pubble\": [\n        \"pubal\"\n    ],\n    \"okwu nwanyi\": [\n        \"puberty\"\n    ],\n    \"onye ode akwukwọ\": [\n        \"publican\"\n    ],\n    \"obi ọha\": [\n        \"publicheartedness\"\n    ],\n    \"oha\": [\n        \"publicness\"\n    ],\n    \"biputa\": [\n        \"publish\",\n        \"republish\"\n    ],\n    \"bipụtara\": [\n        \"published\"\n    ],\n    \"onye mbiputa akwukwo\": [\n        \"publisheress\"\n    ],\n    \"na-ebiputa\": [\n        \"publishing\",\n        \"republishing\"\n    ],\n    \"Puca\": [\n        \"puca\"\n    ],\n    \"Puce\": [\n        \"puce\"\n    ],\n    \"Pucellas\": [\n        \"pucellas\"\n    ],\n    \"ọkpọ egwuregwu\": [\n        \"puckball\"\n    ],\n    \"Puckery\": [\n        \"puckery\"\n    ],\n    \"afụli\": [\n        \"puckishness\",\n        \"puffers\",\n        \"puffiness\",\n        \"puffing\",\n        \"puffs\"\n    ],\n    \"Pucksey\": [\n        \"pucksey\"\n    ],\n    \"pudy\": [\n        \"puddy\"\n    ],\n    \"pudding gawa\": [\n        \"puddingheaded\"\n    ],\n    \"pudding dị ka\": [\n        \"puddinglike\"\n    ],\n    \"Nwunye Nwunye\": [\n        \"puddingwife\"\n    ],\n    \"nwunye na-agba agba\": [\n        \"puddingwives\"\n    ],\n    \"pudulu\": [\n        \"puddle\",\n        \"puddlings\"\n    ],\n    \"puddle yiri\": [\n        \"puddlelike\"\n    ],\n    \"puddle\": [\n        \"puddles\"\n    ],\n    \"pudud\": [\n        \"puddling\"\n    ],\n    \"pudị\": [\n        \"puds\"\n    ],\n    \"Onye kwere ekwe\": [\n        \"puerer\"\n    ],\n    \"pueryị\": [\n        \"puerpery\"\n    ],\n    \"Puerto\": [\n        \"puerto\"\n    ],\n    \"afụli elu\": [\n        \"puffed\"\n    ],\n    \"puffful\": [\n        \"puffingly\"\n    ],\n    \"kasị mara ihe\": [\n        \"puggiest\"\n    ],\n    \"Pugilism\": [\n        \"pugilism\"\n    ],\n    \"Puyallup\": [\n        \"puyallup\"\n    ],\n    \"Puinavi\": [\n        \"puinavi\"\n    ],\n    \"Puinavian\": [\n        \"puinavian\"\n    ],\n    \"puirity\": [\n        \"puirness\"\n    ],\n    \"Puja\": [\n        \"puja\"\n    ],\n    \"Pukatea\": [\n        \"pukatea\"\n    ],\n    \"Puker\": [\n        \"puker\"\n    ],\n    \"Pukish\": [\n        \"pukish\"\n    ],\n    \"Pukishness\": [\n        \"pukishness\"\n    ],\n    \"Pukras\": [\n        \"pukras\"\n    ],\n    \"Pulayan\": [\n        \"pulayan\"\n    ],\n    \"Pulajan\": [\n        \"pulajan\"\n    ],\n    \"pulchify\": [\n        \"pulchrify\"\n    ],\n    \"pules\": [\n        \"puler\",\n        \"pulers\"\n    ],\n    \"puli\": [\n        \"puly\"\n    ],\n    \"Pulka\": [\n        \"pulka\"\n    ],\n    \"akwaghachi\": [\n        \"pullback\"\n    ],\n    \"pole\": [\n        \"pulley\",\n        \"pullen\",\n        \"pullery\"\n    ],\n    \"pullet\": [\n        \"pullets\"\n    ],\n    \"Anam Udeme\": [\n        \"pulling\",\n        \"pullmanize\"\n    ],\n    \"sereisee\": [\n        \"pullisee\"\n    ],\n    \"dọpụta n'akụkụ\": [\n        \"pullover\"\n    ],\n    \"akwusila\": [\n        \"pulls\"\n    ],\n    \"Okwughari\": [\n        \"pullulative\"\n    ],\n    \"Anam Udiri\": [\n        \"pullus\"\n    ],\n    \"pulmometa\": [\n        \"pulmometer\"\n    ],\n    \"pulp\": [\n        \"pulped\",\n        \"pulping\"\n    ],\n    \"puliper\": [\n        \"pulpier\"\n    ],\n    \"na-eme ka pulping\": [\n        \"pulpifying\"\n    ],\n    \"ebe ikwuputa okwu Chukwu\": [\n        \"pulpit\",\n        \"pulpitum\"\n    ],\n    \"okwuputa\": [\n        \"pulpitful\"\n    ],\n    \"ikwuputa okwu Chukwu\": [\n        \"pulpitize\",\n        \"pulpitly\"\n    ],\n    \"ebe ikwusa ozi ọma\": [\n        \"pulpitry\"\n    ],\n    \"Pulser\": [\n        \"pulser\"\n    ],\n    \"Na-amị amị\": [\n        \"pulsific\"\n    ],\n    \"pulsimita\": [\n        \"pulsimeter\"\n    ],\n    \"pulsometa\": [\n        \"pulsometer\"\n    ],\n    \"Pul\": [\n        \"pulv\"\n    ],\n    \"enwere ike imeghari\": [\n        \"pulverable\"\n    ],\n    \"ihe ịma jijiji\": [\n        \"pulverableness\"\n    ],\n    \"okwughachi\": [\n        \"pulverant\"\n    ],\n    \"na-akụgharị\": [\n        \"pulverating\",\n        \"shirting\"\n    ],\n    \"ihe mkpumkpu\": [\n        \"pulveriser\"\n    ],\n    \"Na-ama jijiji\": [\n        \"pulverizing\",\n        \"pulverulent\",\n        \"shambling\",\n        \"slabbing\",\n        \"throbbingly\",\n        \"trudger\"\n    ],\n    \"Nwaafọ pulvin\": [\n        \"pulvinarian\"\n    ],\n    \"pulvinus\": [\n        \"pulvinule\",\n        \"pulvinulus\"\n    ],\n    \"itike\": [\n        \"pumicate\"\n    ],\n    \"tiri\": [\n        \"pumicated\",\n        \"struck\",\n        \"strucken\",\n        \"tirl\"\n    ],\n    \"tịpịa\": [\n        \"pummeled\",\n        \"pummelled\"\n    ],\n    \"na-eti aka\": [\n        \"pummeling\",\n        \"pummelling\"\n    ],\n    \"pupi\": [\n        \"pummice\"\n    ],\n    \"pampa\": [\n        \"pumper\"\n    ],\n    \"paperiickel\": [\n        \"pumpernickel\"\n    ],\n    \"ndị na-agba mgbapụta\": [\n        \"pumpers\"\n    ],\n    \"handgha\": [\n        \"pumphandle\"\n    ],\n    \"eleghara\": [\n        \"pumpkinify\"\n    ],\n    \"dị ka pumpful\": [\n        \"pumplike\"\n    ],\n    \"Onye na-eme ihe ntanye\": [\n        \"pumpsman\"\n    ],\n    \"pumpway\": [\n        \"pumpwell\"\n    ],\n    \"ịkwanye ọkụ\": [\n        \"pumpwright\"\n    ],\n    \"Punaise\": [\n        \"punaise\"\n    ],\n    \"pasi\": [\n        \"punas\"\n    ],\n    \"ntụmadị\": [\n        \"punce\",\n        \"punch\",\n        \"punchball\",\n        \"punchbowl\",\n        \"puncheon\"\n    ],\n    \"ntimkpu\": [\n        \"punchiest\"\n    ],\n    \"punctate\": [\n        \"punctated\",\n        \"punctatim\"\n    ],\n    \"akara edemede\": [\n        \"punctation\",\n        \"punctuate\",\n        \"punctuated\",\n        \"punctuates\",\n        \"punctuation\",\n        \"punctuationist\",\n        \"punctuative\",\n        \"punctuator\",\n        \"punctuist\"\n    ],\n    \"punktị\": [\n        \"punctator\",\n        \"punctulate\"\n    ],\n    \"punctic\": [\n        \"puncticular\",\n        \"puncticulate\"\n    ],\n    \"onye na-eme ihe n'oge\": [\n        \"punctualist\"\n    ],\n    \"ịbịa n’oge\": [\n        \"punctuality\"\n    ],\n    \"ịbịa ihe n’oge\": [\n        \"punctualness\"\n    ],\n    \"puncttion\": [\n        \"punctulation\"\n    ],\n    \"puncting\": [\n        \"puncturing\"\n    ],\n    \"Punditic\": [\n        \"punditic\"\n    ],\n    \"ahu ojoo\": [\n        \"pungi\"\n    ],\n    \"oké ọhịa\": [\n        \"pungle\"\n    ],\n    \"na-afụ\": [\n        \"pungled\"\n    ],\n    \"paunier\": [\n        \"punier\"\n    ],\n    \"taa ahụhụ\": [\n        \"punish\",\n        \"punished\"\n    ],\n    \"ntanya\": [\n        \"punjum\"\n    ],\n    \"pọnki\": [\n        \"punk\"\n    ],\n    \"punkị\": [\n        \"punkies\"\n    ],\n    \"enweghị ntaramahụhụ\": [\n        \"punless\",\n        \"unpenal\",\n        \"unpunitive\"\n    ],\n    \"gbuo ya\": [\n        \"punned\"\n    ],\n    \"punching\": [\n        \"punning\"\n    ],\n    \"punt\": [\n        \"punted\"\n    ],\n    \"punti\": [\n        \"punter\"\n    ],\n    \"ata\": [\n        \"punting\",\n        \"tares\",\n        \"tarsals\"\n    ],\n    \"pupa\": [\n        \"pupahood\"\n    ],\n    \"puping\": [\n        \"pupating\"\n    ],\n    \"pupation\": [\n        \"pupations\"\n    ],\n    \"ụmụ azụ\": [\n        \"pupfishes\"\n    ],\n    \"nwata akwụkwọ\": [\n        \"pupiled\",\n        \"pupilize\",\n        \"pupillarity\",\n        \"pupillate\",\n        \"schoolgirl\",\n        \"schoolgirlhood\",\n        \"schoolgirly\",\n        \"studenthood\"\n    ],\n    \"puppetdb\": [\n        \"puppetdom\"\n    ],\n    \"ụmụ nkịta\": [\n        \"puppeteers\",\n        \"puppies\"\n    ],\n    \"nwa nkịta\": [\n        \"puppethead\",\n        \"puppyfoot\",\n        \"puppylike\"\n    ],\n    \"puetetị\": [\n        \"puppetlike\"\n    ],\n    \"puppyd\": [\n        \"puppied\"\n    ],\n    \"ụkwụ nwa nkita\": [\n        \"puppyfeet\"\n    ],\n    \"puppi\": [\n        \"puppify\"\n    ],\n    \"ụmụ aka\": [\n        \"pups\"\n    ],\n    \"Puquinan\": [\n        \"puquinan\"\n    ],\n    \"Onyenekwu\": [\n        \"purbeckian\",\n        \"spanghew\"\n    ],\n    \"ịzụrụ ihe\": [\n        \"purchasability\",\n        \"purchases\"\n    ],\n    \"pụrụ ịzụta\": [\n        \"purchasable\",\n        \"purchaseable\"\n    ],\n    \"onye zụrụ ihe\": [\n        \"purchaser\"\n    ],\n    \"purda\": [\n        \"purdah\"\n    ],\n    \"onye nhicha\": [\n        \"purfler\"\n    ],\n    \"na-adị ọcha\": [\n        \"purfles\",\n        \"purflings\"\n    ],\n    \"pọgatrị\": [\n        \"purgatory\",\n        \"purgatorial\"\n    ],\n    \"Ọcha\": [\n        \"purgery\",\n        \"scyllium\",\n        \"splatchy\",\n        \"sploshy\",\n        \"streakedness\"\n    ],\n    \"purifaator\": [\n        \"purificator\"\n    ],\n    \"piriform\": [\n        \"puriform\"\n    ],\n    \"purine\": [\n        \"purin\",\n        \"purins\"\n    ],\n    \"dị ka ịdị ọcha\": [\n        \"puritanlike\"\n    ],\n    \"ndị dị ọcha\": [\n        \"puritans\"\n    ],\n    \"ụlọ ọcha\": [\n        \"purlhouse\"\n    ],\n    \"ịchapu\": [\n        \"purling\",\n        \"upcutting\"\n    ],\n    \"na-eme ka a dị ọcha\": [\n        \"purloining\"\n    ],\n    \"na-acha odo odo\": [\n        \"purplely\"\n    ],\n    \"egbugbere ọnụ na-acha odo odo\": [\n        \"purplelip\"\n    ],\n    \"pọpụl\": [\n        \"purples\"\n    ],\n    \"osisi na-acha odo odo\": [\n        \"purplewood\"\n    ],\n    \"na-azacha\": [\n        \"purposing\",\n        \"purveys\"\n    ],\n    \"n'ebumnobi\": [\n        \"purposively\"\n    ],\n    \"ndị na-achụ ego\": [\n        \"pursers\"\n    ],\n    \"onye kacha mkpa\": [\n        \"pursiest\"\n    ],\n    \"na-achụso\": [\n        \"pursily\",\n        \"pursuable\"\n    ],\n    \"onye na-achu\": [\n        \"pursuer\"\n    ],\n    \"ndị na-achụ ha\": [\n        \"pursuers\"\n    ],\n    \"nchụ nta\": [\n        \"pursuitmeter\"\n    ],\n    \"nchụso\": [\n        \"pursuits\"\n    ],\n    \"purulence\": [\n        \"purulences\"\n    ],\n    \"purvevable\": [\n        \"purveyable\"\n    ],\n    \"onyenoonu\": [\n        \"purveyancer\"\n    ],\n    \"na-azachapụ\": [\n        \"purveying\"\n    ],\n    \"Pushkinia\": [\n        \"puschkinia\"\n    ],\n    \"ejije ihe\": [\n        \"puseyism\"\n    ],\n    \"useslọ\": [\n        \"puses\"\n    ],\n    \"ggha\": [\n        \"pusgut\"\n    ],\n    \"Kwaa\": [\n        \"push\"\n    ],\n    \"pushcart\": [\n        \"pushcard\",\n        \"pushcarts\"\n    ],\n    \"obu\": [\n        \"pusher\"\n    ],\n    \"ọhinụhinụ\": [\n        \"pushiness\"\n    ],\n    \"pushing\": [\n        \"pushingly\",\n        \"pushingness\"\n    ],\n    \"ndị na-akwagharị\": [\n        \"pushovers\"\n    ],\n    \"pashto\": [\n        \"pushtu\"\n    ],\n    \"ibili elu\": [\n        \"pushups\"\n    ],\n    \"agbụ ghara ịkwa iko\": [\n        \"pusillanimousness\"\n    ],\n    \"ọtụtọ\": [\n        \"pussyfoot\",\n        \"pussyfooter\",\n        \"pussyfootism\",\n        \"pussyfoots\"\n    ],\n    \"onyebula\": [\n        \"pussyfooted\"\n    ],\n    \"n'akpali\": [\n        \"pussly\"\n    ],\n    \"ọ dị ka\": [\n        \"pusslike\"\n    ],\n    \"pust\": [\n        \"pustulate\"\n    ],\n    \"plusu anya\": [\n        \"pustuled\"\n    ],\n    \"puluulu\": [\n        \"pustules\"\n    ],\n    \"Putelee\": [\n        \"putelee\"\n    ],\n    \"yipu\": [\n        \"putoff\",\n        \"stripping\",\n        \"undrape\"\n    ],\n    \"tinye na\": [\n        \"puton\"\n    ],\n    \"putara ihe\": [\n        \"putredinous\"\n    ],\n    \"Enweghi ike iwepu\": [\n        \"putrefactible\",\n        \"uninflammability\"\n    ],\n    \"Ezigbo omume\": [\n        \"putrefactive\"\n    ],\n    \"tinyerefy\": [\n        \"putrefy\"\n    ],\n    \"Enwere ike ịkọwapụta\": [\n        \"putrefiable\"\n    ],\n    \"Ikere\": [\n        \"putrefied\"\n    ],\n    \"putchism\": [\n        \"putschism\"\n    ],\n    \"putchist\": [\n        \"putschist\"\n    ],\n    \"put\": [\n        \"putted\"\n    ],\n    \"putty\": [\n        \"putti\",\n        \"puttie\",\n        \"puttylike\"\n    ],\n    \"putty ikuku mmiri\": [\n        \"puttyblower\"\n    ],\n    \"puks\": [\n        \"puxy\"\n    ],\n    \"pugha\": [\n        \"puzzlings\"\n    ],\n    \"katar\": [\n        \"qatar\"\n    ],\n    \"kate\": [\n        \"qats\"\n    ],\n    \"zb\": [\n        \"qid\"\n    ],\n    \"Qr\": [\n        \"qr\"\n    ],\n    \"Qrs\": [\n        \"qrs\"\n    ],\n    \"kwab\": [\n        \"quab\"\n    ],\n    \"kwack\": [\n        \"quack\"\n    ],\n    \"jiri ihu\": [\n        \"quadded\"\n    ],\n    \"quadmita\": [\n        \"quadmeter\"\n    ],\n    \"Ugboro anọ\": [\n        \"quadplexes\",\n        \"quadraphonic\",\n        \"quadrating\",\n        \"quadrilling\",\n        \"quadrisyllable\",\n        \"quadrupling\"\n    ],\n    \"ugboro anọ\": [\n        \"quadrantly\",\n        \"quadrennially\"\n    ],\n    \"quadrate ness\": [\n        \"quadrateness\"\n    ],\n    \"quadratic\": [\n        \"quadratical\"\n    ],\n    \"onyekwado\": [\n        \"quadratojugal\",\n        \"subofficer\",\n        \"suboverseer\",\n        \"suctorian\",\n        \"tuboabdominal\"\n    ],\n    \"afọ anọ\": [\n        \"quadrennial\"\n    ],\n    \"Quadri\": [\n        \"quadriad\"\n    ],\n    \"Okwudiri\": [\n        \"quadrichord\",\n        \"quersprung\",\n        \"triquinoyl\"\n    ],\n    \"anọchi akụkụ anọ\": [\n        \"quadridentated\"\n    ],\n    \"zigharia\": [\n        \"quadridigitate\"\n    ],\n    \"quadrifarụ\": [\n        \"quadrifarious\"\n    ],\n    \"nwere akụkụ anọ\": [\n        \"quadrigabled\"\n    ],\n    \"onye quadrigamist\": [\n        \"quadrigamist\"\n    ],\n    \"quadrilateral ness\": [\n        \"quadrilateralness\"\n    ],\n    \"anọọ anọ\": [\n        \"quadrilled\"\n    ],\n    \"quadrimetallị\": [\n        \"quadrimetallic\"\n    ],\n    \"quadrinomial\": [\n        \"quadrinomical\",\n        \"quadrinominal\"\n    ],\n    \"quadri oxalate\": [\n        \"quadrioxalate\"\n    ],\n    \"quadrupole\": [\n        \"quadripole\"\n    ],\n    \"quadriradiata\": [\n        \"quadriradiate\"\n    ],\n    \"quadrisured\": [\n        \"quadrisected\"\n    ],\n    \"anọọlarị\": [\n        \"quadruped\"\n    ],\n    \"agba anọ\": [\n        \"quadruplets\"\n    ],\n    \"dị quadruplicating\": [\n        \"quadruplicating\"\n    ],\n    \"ndi qua\": [\n        \"quaestors\"\n    ],\n    \"ebe a na-ekwo ekwo\": [\n        \"quaestuary\"\n    ],\n    \"amaokwu ugha\": [\n        \"quagmired\"\n    ],\n    \"kwada\": [\n        \"quay\"\n    ],\n    \"quaated\": [\n        \"quayed\"\n    ],\n    \"quaigh\": [\n        \"quaighs\"\n    ],\n    \"nnụnụ kwel\": [\n        \"quail\",\n        \"quails\"\n    ],\n    \"quailberị\": [\n        \"quailberry\"\n    ],\n    \"nnụnụ quaker\": [\n        \"quakerbird\"\n    ],\n    \"Okwudo\": [\n        \"quakeress\"\n    ],\n    \"quackery\": [\n        \"quakery\"\n    ],\n    \"ruru eru\": [\n        \"qualifiable\",\n        \"qualified\",\n        \"qualifies\"\n    ],\n    \"nke ruru eru\": [\n        \"qualifiedly\"\n    ],\n    \"qualitative\": [\n        \"qualitatively\"\n    ],\n    \"kwalm\": [\n        \"qualm\"\n    ],\n    \"kwukwu\": [\n        \"qualmy\",\n        \"quashed\",\n        \"quomodo\",\n        \"quotum\"\n    ],\n    \"kwallish\": [\n        \"qualmish\"\n    ],\n    \"mkpuchi ala\": [\n        \"qualmproof\"\n    ],\n    \"chikwuru\": [\n        \"qualtagh\"\n    ],\n    \"kwam\": [\n        \"quam\"\n    ],\n    \"kwamasia\": [\n        \"quamasia\"\n    ],\n    \"chukwun\": [\n        \"quandang\",\n        \"quintaten\"\n    ],\n    \"chukwuonye\": [\n        \"quandong\",\n        \"questmen\"\n    ],\n    \"ole kwubiri\": [\n        \"quantification\"\n    ],\n    \"inggụ\": [\n        \"quanting\"\n    ],\n    \"na-agbue\": [\n        \"quantizing\"\n    ],\n    \"kwomita\": [\n        \"quantometer\"\n    ],\n    \"kongong\": [\n        \"quantong\"\n    ],\n    \"kwantum\": [\n        \"quantulum\",\n        \"quantum\"\n    ],\n    \"kwaranti\": [\n        \"quaranty\"\n    ],\n    \"ndebe iche\": [\n        \"quarantine\",\n        \"quarantined\",\n        \"quarantiner\",\n        \"quarantines\"\n    ],\n    \"Uchenden\": [\n        \"quarenden\"\n    ],\n    \"ihe abuo\": [\n        \"quarender\"\n    ],\n    \"quark\": [\n        \"quarl\"\n    ],\n    \"na-agbari mgba\": [\n        \"quarrying\"\n    ],\n    \"ndị na-awa okwute\": [\n        \"quarrymen\"\n    ],\n    \"nkeji iri ish\": [\n        \"quarterdeckish\"\n    ],\n    \"anọkwa\": [\n        \"quartered\",\n        \"quarterer\"\n    ],\n    \"quatrefoil\": [\n        \"quarterfoil\",\n        \"quatrefoiled\"\n    ],\n    \"onye nlekọta dị ka\": [\n        \"quartermasterlike\"\n    ],\n    \"shipgbọ mmiri nke onye nlekọta\": [\n        \"quartermastership\"\n    ],\n    \"quaternion\": [\n        \"quarternion\",\n        \"quaterion\",\n        \"quaternionic\"\n    ],\n    \"quartart\": [\n        \"quartes\"\n    ],\n    \"quartet\": [\n        \"quartets\",\n        \"quartette\"\n    ],\n    \"kwarto\": [\n        \"quarto\"\n    ],\n    \"enweghị quartz\": [\n        \"quartzless\"\n    ],\n    \"kwasi\": [\n        \"quasi\",\n        \"quass\",\n        \"quassia\"\n    ],\n    \"quassis\": [\n        \"quassative\"\n    ],\n    \"quaternary\": [\n        \"quaternal\",\n        \"quaternarian\"\n    ],\n    \"quaternions\": [\n        \"quaternionist\"\n    ],\n    \"quaternity\": [\n        \"quaternitarian\"\n    ],\n    \"quaterfoils\": [\n        \"quatrefoils\"\n    ],\n    \"quatre foliated\": [\n        \"quatrefoliated\"\n    ],\n    \"quatrain\": [\n        \"quatrin\"\n    ],\n    \"kwatuor\": [\n        \"quatuor\"\n    ],\n    \"kwatuorvirate\": [\n        \"quatuorvirate\"\n    ],\n    \"chukwa\": [\n        \"quauk\"\n    ],\n    \"quava\": [\n        \"quaver\"\n    ],\n    \"kwara jijiji\": [\n        \"quavered\"\n    ],\n    \"ndi quavere\": [\n        \"quaverers\"\n    ],\n    \"n'akpachapu\": [\n        \"quaveringly\"\n    ],\n    \"quavew\": [\n        \"quaverous\"\n    ],\n    \"kwụ ụgwọ\": [\n        \"queanish\",\n        \"salaried\"\n    ],\n    \"quinezen\": [\n        \"queazen\"\n    ],\n    \"ọbanụgba\": [\n        \"quebrachite\"\n    ],\n    \"quechua\": [\n        \"quechuan\"\n    ],\n    \"eze nwanyị\": [\n        \"queen\",\n        \"queening\",\n        \"queenlet\"\n    ],\n    \"eze nwaanyị achicha\": [\n        \"queencake\"\n    ],\n    \"eze-nwanyi\": [\n        \"queened\"\n    ],\n    \"queenfish\": [\n        \"queenfishes\"\n    ],\n    \"queenbụ nwanyị\": [\n        \"queenhood\"\n    ],\n    \"eze nwanyi\": [\n        \"queenliest\",\n        \"queenweed\"\n    ],\n    \"ndị eze nwanyị\": [\n        \"queens\",\n        \"wheens\"\n    ],\n    \"nnụnụ osisi\": [\n        \"queensberries\"\n    ],\n    \"ụlọeze\": [\n        \"queest\"\n    ],\n    \"queef\": [\n        \"queeve\"\n    ],\n    \"kpoi\": [\n        \"quei\"\n    ],\n    \"inochie\": [\n        \"quellable\"\n    ],\n    \"quelle\": [\n        \"quellio\"\n    ],\n    \"quelque họọrọ\": [\n        \"quelquechose\"\n    ],\n    \"kwemado\": [\n        \"quemado\"\n    ],\n    \"imenyụ\": [\n        \"quench\",\n        \"quenchable\",\n        \"quenching\",\n        \"quinch\"\n    ],\n    \"emenyụ emenyụ\": [\n        \"quenched\"\n    ],\n    \"querer\": [\n        \"querier\"\n    ],\n    \"gbara ajụjụ\": [\n        \"queriers\",\n        \"queries\",\n        \"suints\"\n    ],\n    \"ergba ume\": [\n        \"querimoniousness\"\n    ],\n    \"onye na-ajụ ajụjụ\": [\n        \"querist\"\n    ],\n    \"merụrụ\": [\n        \"querken\"\n    ],\n    \"quern\": [\n        \"quernal\",\n        \"querns\"\n    ],\n    \"na-achọta\": [\n        \"quesited\"\n    ],\n    \"ulo ochicho\": [\n        \"questhouse\"\n    ],\n    \"onye ajuju\": [\n        \"questionee\",\n        \"questioner\",\n        \"questionist\"\n    ],\n    \"n’enweghị ajụjụ\": [\n        \"questionlessly\"\n    ],\n    \"enweghị ajụjụ\": [\n        \"questionlessness\",\n        \"unarrogated\",\n        \"unquestionedness\",\n        \"unquestioning\",\n        \"unquestioningness\",\n        \"unsubrogated\"\n    ],\n    \"kpokpuo\": [\n        \"quetsch\"\n    ],\n    \"quia quia\": [\n        \"quiaquia\"\n    ],\n    \"quibi\": [\n        \"quib\"\n    ],\n    \"kwibili\": [\n        \"quibble\"\n    ],\n    \"quibble akaebe\": [\n        \"quibbleproof\"\n    ],\n    \"quibble\": [\n        \"quibblers\",\n        \"quibbles\"\n    ],\n    \"ibledị\": [\n        \"quiblet\"\n    ],\n    \"kwibọs\": [\n        \"quibus\"\n    ],\n    \"kasị ọsọ\": [\n        \"quickest\"\n    ],\n    \"ssọ mmiri\": [\n        \"quicksand\",\n        \"quicksandy\"\n    ],\n    \"ọrụ quickwork\": [\n        \"quickwork\"\n    ],\n    \"idgbọ\": [\n        \"quidam\"\n    ],\n    \"akuku quidder\": [\n        \"quidder\"\n    ],\n    \"nọrọ jụụ\": [\n        \"quieted\"\n    ],\n    \"gbara nkịtị\": [\n        \"quietened\"\n    ],\n    \"were nwayo\": [\n        \"quieter\"\n    ],\n    \"ndị na-eme jụụ\": [\n        \"quieters\"\n    ],\n    \"gbachi nkịtị\": [\n        \"quietistic\",\n        \"quietudes\",\n        \"quietuses\",\n        \"silencer\",\n        \"silentest\",\n        \"silentish\"\n    ],\n    \"ebe nkpu\": [\n        \"quietsome\"\n    ],\n    \"qui\": [\n        \"quiff\"\n    ],\n    \"quiinikwu\": [\n        \"quiinaceous\"\n    ],\n    \"quileel\": [\n        \"quileute\"\n    ],\n    \"akwukwuo\": [\n        \"quill\"\n    ],\n    \"Okwusiri\": [\n        \"quilled\"\n    ],\n    \"quillfish\": [\n        \"quillfishes\"\n    ],\n    \"na-agbutu\": [\n        \"quilling\"\n    ],\n    \"quilt\": [\n        \"quilters\"\n    ],\n    \"na-akpụdo\": [\n        \"quilting\"\n    ],\n    \"quilt, na\": [\n        \"quiltings\"\n    ],\n    \"quilit\": [\n        \"quilts\"\n    ],\n    \"chimbaya\": [\n        \"quimbaya\"\n    ],\n    \"quinces\": [\n        \"quincies\"\n    ],\n    \"quincuncial\": [\n        \"quincuncially\"\n    ],\n    \"chidinyerem\": [\n        \"quindecemvir\"\n    ],\n    \"chinela\": [\n        \"quinela\"\n    ],\n    \"quinolinik\": [\n        \"quinolinic\"\n    ],\n    \"quin jụrụ\": [\n        \"quinqueserial\"\n    ],\n    \"quinque tubercular\": [\n        \"quinquetubercular\"\n    ],\n    \"quinque tuberculate\": [\n        \"quinquetuberculate\"\n    ],\n    \"quinqueval na-eme\": [\n        \"quinquevalvous\"\n    ],\n    \"nwiwe\": [\n        \"quinsy\"\n    ],\n    \"na-ekwusi\": [\n        \"quintains\"\n    ],\n    \"quintalụ\": [\n        \"quintals\"\n    ],\n    \"chutu\": [\n        \"quintans\"\n    ],\n    \"quintero\": [\n        \"quinteron\",\n        \"quinteroon\"\n    ],\n    \"ọkpụrụkpụ mkpa\": [\n        \"quintessentiality\"\n    ],\n    \"intlọ\": [\n        \"quintetto\"\n    ],\n    \"quintillọn\": [\n        \"quintillions\"\n    ],\n    \"quintillionth\": [\n        \"quintillionths\"\n    ],\n    \"kwantọn\": [\n        \"quintons\"\n    ],\n    \"kwu\": [\n        \"quints\",\n        \"quis\",\n        \"quoin\",\n        \"tecla\"\n    ],\n    \"quintuple\": [\n        \"quintuplets\"\n    ],\n    \"chuputagoro\": [\n        \"quintuplicated\"\n    ],\n    \"quipip\": [\n        \"quipful\"\n    ],\n    \"quipu\": [\n        \"quippu\"\n    ],\n    \"Akpụ\": [\n        \"quippus\",\n        \"quips\",\n        \"sbodikins\",\n        \"sculpsit\",\n        \"tuts\"\n    ],\n    \"quora\": [\n        \"quira\"\n    ],\n    \"quritary\": [\n        \"quiritary\"\n    ],\n    \"quirita\": [\n        \"quirites\"\n    ],\n    \"quirk ụfọdụ\": [\n        \"quirksome\"\n    ],\n    \"nirig\": [\n        \"quirl\"\n    ],\n    \"chuks\": [\n        \"quisby\"\n    ],\n    \"hapụ ikwu\": [\n        \"quitclaiming\"\n    ],\n    \"kwụsịrị ikwu\": [\n        \"quitclaims\"\n    ],\n    \"Ezive\": [\n        \"quiteve\"\n    ],\n    \"ndị na-a quitụ sịga\": [\n        \"quitrents\"\n    ],\n    \"ndị ịkwụsị\": [\n        \"quitters\"\n    ],\n    \"kwusotize\": [\n        \"quixotize\"\n    ],\n    \"oddị\": [\n        \"quoddies\",\n        \"quoddity\",\n        \"quods\"\n    ],\n    \"Odibofo\": [\n        \"quodlibetarian\"\n    ],\n    \"kwondamly\": [\n        \"quondamly\"\n    ],\n    \"kwoniam\": [\n        \"quoniam\"\n    ],\n    \"quratụan\": [\n        \"quoratean\"\n    ],\n    \"kworum\": [\n        \"quorum\"\n    ],\n    \"kworọm\": [\n        \"quorums\"\n    ],\n    \"Kwuru na ya\": [\n        \"quotableness\"\n    ],\n    \"kwa afo\": [\n        \"quotennial\"\n    ],\n    \"Kwukwu\": [\n        \"quotha\"\n    ],\n    \"quotient\": [\n        \"quotiety\"\n    ],\n    \"quotients\": [\n        \"quotieties\"\n    ],\n    \"ihe nkwuputa\": [\n        \"quotlibet\"\n    ],\n    \"vzọ\": [\n        \"qv\"\n    ],\n    \"Uhie\": [\n        \"ra\",\n        \"splairge\",\n        \"splashiest\",\n        \"stillery\",\n        \"strepen\",\n        \"strepor\",\n        \"streps\",\n        \"strepsis\",\n        \"twaddell\"\n    ],\n    \"raba\": [\n        \"rab\",\n        \"raband\"\n    ],\n    \"onye rabaị\": [\n        \"rabbanist\",\n        \"rabitic\"\n    ],\n    \"onyeke\": [\n        \"rabbanite\"\n    ],\n    \"rabaị\": [\n        \"rabbi\",\n        \"rabbies\",\n        \"rabbinic\",\n        \"rabbinical\",\n        \"rabbinism\",\n        \"rabbinistic\",\n        \"rabbinistical\",\n        \"rabbis\",\n        \"rabbiship\"\n    ],\n    \"ndị rabaị\": [\n        \"rabbinates\",\n        \"rabbinist\",\n        \"rabbinite\",\n        \"rabblers\"\n    ],\n    \"okeke\": [\n        \"rabbinically\",\n        \"superzealousness\"\n    ],\n    \"kee okeke\": [\n        \"rabbinize\"\n    ],\n    \"robbins\": [\n        \"rabbins\"\n    ],\n    \"oke oyibo beri\": [\n        \"rabbitberry\"\n    ],\n    \"oke oyibo mkpụrụ\": [\n        \"rabbitberries\"\n    ],\n    \"oke bekee\": [\n        \"rabbiters\",\n        \"rabbitries\",\n        \"rabbits\"\n    ],\n    \"keekeeke\": [\n        \"rabbithearted\"\n    ],\n    \"okele\": [\n        \"rabbitmouth\"\n    ],\n    \"dị ka ọ pụrụ ịdị\": [\n        \"rabblelike\"\n    ],\n    \"domgba ọchịchị\": [\n        \"rabdomancy\"\n    ],\n    \"oria nkita\": [\n        \"rabi\",\n        \"rabies\"\n    ],\n    \"rabbit\": [\n        \"rabidity\",\n        \"rabific\"\n    ],\n    \"Chọrọ\": [\n        \"rabin\",\n        \"whammed\"\n    ],\n    \"rabinetị\": [\n        \"rabinet\"\n    ],\n    \"mbuba\": [\n        \"racecourse\"\n    ],\n    \"ebe mgbagharị\": [\n        \"racecourses\"\n    ],\n    \"agbụrụ ịgba ọsọ\": [\n        \"racehorses\"\n    ],\n    \"onye oso\": [\n        \"racemate\",\n        \"runner\"\n    ],\n    \"ndị agbụrụ\": [\n        \"racemates\",\n        \"tribesmen\",\n        \"tribespeople\"\n    ],\n    \"jiri ọsọ\": [\n        \"racemed\",\n        \"rushed\",\n        \"speered\"\n    ],\n    \"agbakolamic\": [\n        \"racemocarbonic\"\n    ],\n    \"agbụrụmomethylate\": [\n        \"racemomethylate\"\n    ],\n    \"agbụrụmulose\": [\n        \"racemulose\"\n    ],\n    \"raptị\": [\n        \"raceplate\",\n        \"raptnesses\"\n    ],\n    \"ndi ogba oso\": [\n        \"racers\"\n    ],\n    \"ọduọ\": [\n        \"racerunner\",\n        \"racing\",\n        \"racinglike\",\n        \"succumbed\"\n    ],\n    \"ịgba ọsọ ọsọ\": [\n        \"racetracker\",\n        \"racetracks\",\n        \"speedboating\"\n    ],\n    \"uzo oso\": [\n        \"raceway\"\n    ],\n    \"ratchets\": [\n        \"rachets\"\n    ],\n    \"rachialgia\": [\n        \"rachialgic\"\n    ],\n    \"akpa ókè agbụrụ\": [\n        \"raciest\",\n        \"racist\"\n    ],\n    \"racines\": [\n        \"racinesses\"\n    ],\n    \"racketeer\": [\n        \"rackateer\"\n    ],\n    \"racketeering\": [\n        \"rackateering\"\n    ],\n    \"igbe mkpọ\": [\n        \"rackboard\",\n        \"soundbox\",\n        \"soundboxes\"\n    ],\n    \"kụgburu\": [\n        \"racked\"\n    ],\n    \"ndị isi agbụrụ\": [\n        \"rackers\"\n    ],\n    \"raketị\": [\n        \"racket\",\n        \"racketed\",\n        \"racketer\",\n        \"racketing\",\n        \"racketry\",\n        \"rackets\",\n        \"rackett\"\n    ],\n    \"racket\": [\n        \"rackety\"\n    ],\n    \"raket yiri\": [\n        \"racketlike\"\n    ],\n    \"raketproof\": [\n        \"racketproof\"\n    ],\n    \"ọdụ raketị\": [\n        \"rackettail\"\n    ],\n    \"rack\": [\n        \"rackful\"\n    ],\n    \"racking\": [\n        \"rackingly\"\n    ],\n    \"raji\": [\n        \"racoon\"\n    ],\n    \"rada\": [\n        \"radars\"\n    ],\n    \"radulu\": [\n        \"raddle\",\n        \"raddles\"\n    ],\n    \"radial\": [\n        \"radiality\"\n    ],\n    \"radian\": [\n        \"radiancies\"\n    ],\n    \"radiant ness\": [\n        \"radiantness\"\n    ],\n    \"radians\": [\n        \"radiants\"\n    ],\n    \"radiata\": [\n        \"radiate\"\n    ],\n    \"radially\": [\n        \"radiately\",\n        \"radiational\"\n    ],\n    \"radiatik\": [\n        \"radiatics\"\n    ],\n    \"radieshon\": [\n        \"radiation\",\n        \"radixes\"\n    ],\n    \"enweghị radiation\": [\n        \"radiationless\"\n    ],\n    \"radiato\": [\n        \"radiatoporous\"\n    ],\n    \"radiator\": [\n        \"radiatory\"\n    ],\n    \"radiat\": [\n        \"radiature\"\n    ],\n    \"radikal\": [\n        \"radical\",\n        \"radicate\"\n    ],\n    \"radicand\": [\n        \"radicant\"\n    ],\n    \"radiyoctomy\": [\n        \"radiectomy\"\n    ],\n    \"redio\": [\n        \"radio\",\n        \"radiobserver\",\n        \"radiocast\",\n        \"radioelement\",\n        \"radiograms\",\n        \"radiograph\",\n        \"radiography\",\n        \"radiographic\",\n        \"radiographical\",\n        \"radiographically\",\n        \"radiographs\",\n        \"radiological\",\n        \"radiologies\",\n        \"radiolucence\",\n        \"radiomedial\",\n        \"radiomuscular\",\n        \"radiophones\",\n        \"radiorays\",\n        \"radios\",\n        \"radiovision\"\n    ],\n    \"ihe nkpado redio\": [\n        \"radioacoustics\"\n    ],\n    \"redioactivate\": [\n        \"radioactivate\"\n    ],\n    \"redioactivating\": [\n        \"radioactivating\"\n    ],\n    \"redioaktivu\": [\n        \"radioactive\"\n    ],\n    \"na ntanetị\": [\n        \"radioactively\",\n        \"radiochemically\",\n        \"radiologically\",\n        \"unfraternally\"\n    ],\n    \"ihe ngosi redio\": [\n        \"radioactivity\"\n    ],\n    \"igwe okwu redio\": [\n        \"radioamplifier\"\n    ],\n    \"igwe mbara igwe\": [\n        \"radioastronomy\"\n    ],\n    \"redioautograph\": [\n        \"radioautograph\"\n    ],\n    \"rediotografii\": [\n        \"radioautography\"\n    ],\n    \"redioautographic\": [\n        \"radioautographic\"\n    ],\n    \"ihe mgbochi redio\": [\n        \"radiobicipital\"\n    ],\n    \"rediobiology\": [\n        \"radiobiology\"\n    ],\n    \"rediobiologic\": [\n        \"radiobiologic\"\n    ],\n    \"rediobiological\": [\n        \"radiobiological\"\n    ],\n    \"rediobiologi\": [\n        \"radiobiologically\"\n    ],\n    \"rediobiologist\": [\n        \"radiobiologist\"\n    ],\n    \"mgbasa ozi redio\": [\n        \"radiobroadcasted\",\n        \"radiobroadcasting\",\n        \"radiocasting\"\n    ],\n    \"onye mgbasa ozi redio\": [\n        \"radiobroadcaster\"\n    ],\n    \"ndị mgbasa ozi redio\": [\n        \"radiobroadcasters\"\n    ],\n    \"igwe redio\": [\n        \"radiocaster\",\n        \"radiometers\",\n        \"radiometry\",\n        \"radiometric\",\n        \"radiometries\",\n        \"radiomicrophone\",\n        \"radiosurgical\",\n        \"radiotelephones\"\n    ],\n    \"onye nyocha redio\": [\n        \"radiochemist\"\n    ],\n    \"rediochemistry\": [\n        \"radiochemistry\"\n    ],\n    \"rediocinematograph\": [\n        \"radiocinematograph\"\n    ],\n    \"onye na-eduzi redio\": [\n        \"radioconductor\"\n    ],\n    \"ihe nkpuchi redio\": [\n        \"radiocopper\"\n    ],\n    \"rediode\": [\n        \"radiode\"\n    ],\n    \"nyocha redio\": [\n        \"radiodiagnoses\",\n        \"radiodiagnosis\"\n    ],\n    \"redioecology\": [\n        \"radioecology\"\n    ],\n    \"redioecological\": [\n        \"radioecological\"\n    ],\n    \"na redio\": [\n        \"radioed\"\n    ],\n    \"rediofrequency\": [\n        \"radiofrequency\"\n    ],\n    \"rediogenic\": [\n        \"radiogenic\"\n    ],\n    \"rediogoniometry\": [\n        \"radiogoniometry\"\n    ],\n    \"rediogoniometric\": [\n        \"radiogoniometric\"\n    ],\n    \"rediogram\": [\n        \"radiogram\"\n    ],\n    \"onye na-ede redio\": [\n        \"radiographer\"\n    ],\n    \"ihe ndekọ redio\": [\n        \"radiographies\"\n    ],\n    \"rediohumeral\": [\n        \"radiohumeral\"\n    ],\n    \"redioing\": [\n        \"radioing\"\n    ],\n    \"redioiodine\": [\n        \"radioiodine\"\n    ],\n    \"redioisotope\": [\n        \"radioisotope\"\n    ],\n    \"redioisotopes\": [\n        \"radioisotopes\"\n    ],\n    \"redioisotopic\": [\n        \"radioisotopic\"\n    ],\n    \"onye redio\": [\n        \"radiolarian\",\n        \"radioman\"\n    ],\n    \"rediolysis\": [\n        \"radiolysis\"\n    ],\n    \"rediolite\": [\n        \"radiolite\"\n    ],\n    \"rediolites\": [\n        \"radiolites\"\n    ],\n    \"rediolitic\": [\n        \"radiolitic\"\n    ],\n    \"ihe redio\": [\n        \"radiolytic\"\n    ],\n    \"rediolocation\": [\n        \"radiolocation\"\n    ],\n    \"ndị na-ekpo redio\": [\n        \"radiolocators\"\n    ],\n    \"rediology\": [\n        \"radiology\"\n    ],\n    \"rediologist\": [\n        \"radiologist\"\n    ],\n    \"ndị ọrụ redio\": [\n        \"radiologists\",\n        \"radiomen\"\n    ],\n    \"rediolucencies\": [\n        \"radiolucencies\"\n    ],\n    \"rediolucent\": [\n        \"radiolucent\"\n    ],\n    \"redioluminescence\": [\n        \"radioluminescence\"\n    ],\n    \"rediometallography\": [\n        \"radiometallography\"\n    ],\n    \"radiomita\": [\n        \"radiometer\"\n    ],\n    \"igwe redioji\": [\n        \"radiomicrometer\"\n    ],\n    \"rediomimetic\": [\n        \"radiomimetic\"\n    ],\n    \"ihe nkiri redio\": [\n        \"radiomovies\"\n    ],\n    \"rediopaque\": [\n        \"radiopaque\"\n    ],\n    \"ọgwụ redio\": [\n        \"radiopharmaceutical\",\n        \"radiosurgery\"\n    ],\n    \"radiopotium\": [\n        \"radiopotassium\"\n    ],\n    \"mmetụta redio\": [\n        \"radiosensitivity\"\n    ],\n    \"rediosodium\": [\n        \"radiosodium\"\n    ],\n    \"rediosterilization\": [\n        \"radiosterilization\"\n    ],\n    \"teknụzụ redio\": [\n        \"radiotechnology\"\n    ],\n    \"rediotelegram\": [\n        \"radiotelegram\"\n    ],\n    \"rediotelegraph\": [\n        \"radiotelegraph\",\n        \"radiotelegraphs\"\n    ],\n    \"onye na-ese ihe na redio\": [\n        \"radiotelegrapher\"\n    ],\n    \"rediotelegraphy\": [\n        \"radiotelegraphy\"\n    ],\n    \"rediotelegraphic\": [\n        \"radiotelegraphic\"\n    ],\n    \"rediotelegraphically\": [\n        \"radiotelegraphically\"\n    ],\n    \"rediotelemetry\": [\n        \"radiotelemetry\"\n    ],\n    \"rediotelemetric\": [\n        \"radiotelemetric\"\n    ],\n    \"rediotelemetries\": [\n        \"radiotelemetries\"\n    ],\n    \"ekwentị redio\": [\n        \"radiotelephone\"\n    ],\n    \"rediotelephoned\": [\n        \"radiotelephoned\"\n    ],\n    \"rediotelephony\": [\n        \"radiotelephony\"\n    ],\n    \"rediotelephonic\": [\n        \"radiotelephonic\"\n    ],\n    \"rediotelephoning\": [\n        \"radiotelephoning\"\n    ],\n    \"redioteletype\": [\n        \"radioteletype\"\n    ],\n    \"redioteria\": [\n        \"radioteria\"\n    ],\n    \"ọgwụgwọ redio\": [\n        \"radiotherapeutic\",\n        \"radiotherapeutics\",\n        \"radiotherapies\"\n    ],\n    \"onye na-ahụ maka redio\": [\n        \"radiotherapeutist\",\n        \"radiotherapist\"\n    ],\n    \"ndị na-ahụ maka redio\": [\n        \"radiotherapists\"\n    ],\n    \"rediotemy\": [\n        \"radiothermy\"\n    ],\n    \"rediothorium\": [\n        \"radiothorium\"\n    ],\n    \"rediotoxic\": [\n        \"radiotoxic\"\n    ],\n    \"rediogbasaara\": [\n        \"radiotransparency\"\n    ],\n    \"rediotropic\": [\n        \"radiotropic\"\n    ],\n    \"rediotropism\": [\n        \"radiotropism\"\n    ],\n    \"rediov\": [\n        \"radiov\"\n    ],\n    \"radium\": [\n        \"radiumlike\",\n        \"radiums\"\n    ],\n    \"radiumroof\": [\n        \"radiumproof\"\n    ],\n    \"radius\": [\n        \"radiuses\"\n    ],\n    \"radley\": [\n        \"radly\"\n    ],\n    \"radom\": [\n        \"radomes\"\n    ],\n    \"radzimir\": [\n        \"radsimir\"\n    ],\n    \"radula\": [\n        \"radulae\"\n    ],\n    \"radulat\": [\n        \"radulate\"\n    ],\n    \"raffishị\": [\n        \"raffishness\"\n    ],\n    \"raff\": [\n        \"raffled\",\n        \"raffles\",\n        \"raffling\",\n        \"raffs\"\n    ],\n    \"ndị raff\": [\n        \"rafflers\"\n    ],\n    \"unye\": [\n        \"raffman\"\n    ],\n    \"rafti\": [\n        \"raft\"\n    ],\n    \"rarated\": [\n        \"rafted\"\n    ],\n    \"ntụhie\": [\n        \"rafter\",\n        \"rafters\",\n        \"rafts\"\n    ],\n    \"nkikara akwa\": [\n        \"rag\"\n    ],\n    \"gbolọ\": [\n        \"ragbolt\"\n    ],\n    \"n'iwe ọkụ\": [\n        \"rageously\"\n    ],\n    \"Iwe\": [\n        \"rages\"\n    ],\n    \"nkịrịkọ\": [\n        \"ragfish\"\n    ],\n    \"Raggeder\": [\n        \"raggeder\"\n    ],\n    \"akwa ụlọ\": [\n        \"raghouse\"\n    ],\n    \"ragwasa\": [\n        \"ragworts\"\n    ],\n    \"raị\": [\n        \"raif\"\n    ],\n    \"rapaị\": [\n        \"raiyat\"\n    ],\n    \"ndụiform\": [\n        \"raiiform\"\n    ],\n    \"ụgbọ okporo ígwè\": [\n        \"rail\",\n        \"railcar\",\n        \"railings\",\n        \"raillery\",\n        \"railriding\",\n        \"railroad\",\n        \"railroaded\",\n        \"railroader\",\n        \"railroaders\",\n        \"railroading\",\n        \"railroadish\",\n        \"railway\",\n        \"railwayman\",\n        \"railways\",\n        \"relucts\",\n        \"trainband\",\n        \"trainbolt\",\n        \"trainline\",\n        \"trainload\"\n    ],\n    \"onye na-akpọ ụgbọelu\": [\n        \"railer\"\n    ],\n    \"Ndị na-anya ụgbọ ala\": [\n        \"railers\"\n    ],\n    \"enweghị ray\": [\n        \"rayless\"\n    ],\n    \"n'enweghị ihe mgbochi\": [\n        \"raylessly\",\n        \"unangered\"\n    ],\n    \"okporo ígwè\": [\n        \"railheads\"\n    ],\n    \"igwe ndobe\": [\n        \"railing\"\n    ],\n    \"illegba ama\": [\n        \"railleries\"\n    ],\n    \"okporo nwoke\": [\n        \"railman\"\n    ],\n    \"ndị ụgbọ okporo ígwè\": [\n        \"railmen\"\n    ],\n    \"enweghị ụgbọ okporo ígwè\": [\n        \"railwayless\"\n    ],\n    \"egwurugwu yiri\": [\n        \"rainbowlike\"\n    ],\n    \"egwurugwu ahihia\": [\n        \"rainbowweed\"\n    ],\n    \"Mmiri zoo\": [\n        \"rained\"\n    ],\n    \"raine\": [\n        \"raines\"\n    ],\n    \"rainier\": [\n        \"rainily\"\n    ],\n    \"mmiri na-ezo\": [\n        \"raining\"\n    ],\n    \"enweghị mmiri ozuzo\": [\n        \"rainless\",\n        \"rainlessness\"\n    ],\n    \"ndị na-eme mmiri ozuzo\": [\n        \"rainmakers\"\n    ],\n    \"oke mmiri ozuzo\": [\n        \"rainstorms\"\n    ],\n    \"uwe mmiri ozuzo\": [\n        \"rainwear\"\n    ],\n    \"Rayon\": [\n        \"rayon\"\n    ],\n    \"Rayonnance\": [\n        \"rayonnance\"\n    ],\n    \"Rayonnant\": [\n        \"rayonnant\"\n    ],\n    \"Rayonne\": [\n        \"rayonne\"\n    ],\n    \"rias\": [\n        \"rais\"\n    ],\n    \"raisman\": [\n        \"raiseman\"\n    ],\n    \"rais\": [\n        \"raisers\",\n        \"raisons\"\n    ],\n    \"na-ewelite\": [\n        \"raises\"\n    ],\n    \"mịrị\": [\n        \"raisin\",\n        \"raisine\",\n        \"raisings\",\n        \"raisiny\",\n        \"raisins\"\n    ],\n    \"rake\": [\n        \"rakees\"\n    ],\n    \"rajaja\": [\n        \"rakija\"\n    ],\n    \"kingbụ anụ\": [\n        \"raking\"\n    ],\n    \"ndị na-eme ngagharị iwe\": [\n        \"rallyists\"\n    ],\n    \"Ramack\": [\n        \"ramack\"\n    ],\n    \"mgboso\": [\n        \"ramage\"\n    ],\n    \"rama\": [\n        \"ramaism\",\n        \"ramark\",\n        \"rammers\"\n    ],\n    \"ramas\": [\n        \"ramanas\"\n    ],\n    \"ramb\": [\n        \"rambled\"\n    ],\n    \"rambl\": [\n        \"ramblings\"\n    ],\n    \"rabọm\": [\n        \"rambong\"\n    ],\n    \"ramboze\": [\n        \"rambooze\"\n    ],\n    \"rabọl\": [\n        \"rambure\",\n        \"rampart\"\n    ],\n    \"rambutan\": [\n        \"rambutans\"\n    ],\n    \"rame\": [\n        \"rameal\",\n        \"ramees\"\n    ],\n    \"Rama\": [\n        \"ramean\"\n    ],\n    \"Okpokolo\": [\n        \"ramekins\"\n    ],\n    \"keobula\": [\n        \"ramentaceous\"\n    ],\n    \"rames\": [\n        \"rameses\"\n    ],\n    \"rabet\": [\n        \"ramets\"\n    ],\n    \"na-eme ka ọ dị mfe\": [\n        \"ramifying\",\n        \"unsimplifying\"\n    ],\n    \"na-ebuso\": [\n        \"rammed\"\n    ],\n    \"ndị rammer\": [\n        \"rammermen\"\n    ],\n    \"ramp\": [\n        \"rampacious\",\n        \"ramps\"\n    ],\n    \"rampageous\": [\n        \"rampageously\"\n    ],\n    \"Ogbo aghara\": [\n        \"rampageousness\"\n    ],\n    \"rampara\": [\n        \"rampagers\"\n    ],\n    \"ramparị\": [\n        \"rampages\"\n    ],\n    \"rampagging\": [\n        \"rampagious\"\n    ],\n    \"ibia\": [\n        \"rampancy\",\n        \"sumpt\",\n        \"tocome\"\n    ],\n    \"ebe ramp\": [\n        \"rampancies\"\n    ],\n    \"jupụta ebe niile\": [\n        \"rampant\"\n    ],\n    \"rampness\": [\n        \"rampantness\"\n    ],\n    \"rampi\": [\n        \"ramparts\",\n        \"ramped\"\n    ],\n    \"rampị\": [\n        \"rampick\"\n    ],\n    \"ramping\": [\n        \"rampingly\"\n    ],\n    \"ramps\": [\n        \"rampions\"\n    ],\n    \"Mkpọtụrụ\": [\n        \"rampoled\",\n        \"saltspoon\"\n    ],\n    \"Ramrod\": [\n        \"ramrod\"\n    ],\n    \"ramshackle\": [\n        \"ramshackled\",\n        \"ramshackly\"\n    ],\n    \"ramshackle ness\": [\n        \"ramshackleness\"\n    ],\n    \"ramulu\": [\n        \"ramulus\"\n    ],\n    \"ravụre\": [\n        \"ramverse\"\n    ],\n    \"efehe\": [\n        \"ran\"\n    ],\n    \"gbaa oso\": [\n        \"rance\"\n    ],\n    \"rancher\": [\n        \"rancer\"\n    ],\n    \"ebe ana-azu umuanu\": [\n        \"ranch\",\n        \"ranche\",\n        \"ranched\",\n        \"ranches\"\n    ],\n    \"ndị na-akpa anụ ụlọ\": [\n        \"ranchers\",\n        \"ranchmen\"\n    ],\n    \"enweghị anụ ụlọ\": [\n        \"ranchless\"\n    ],\n    \"ochuru\": [\n        \"ranchlike\"\n    ],\n    \"cgba mbọ\": [\n        \"rancidifying\"\n    ],\n    \"ranorọ\": [\n        \"rancor\",\n        \"rancour\"\n    ],\n    \"Randan\": [\n        \"randan\"\n    ],\n    \"Randans\": [\n        \"randans\"\n    ],\n    \"randị\": [\n        \"randiness\",\n        \"randing\"\n    ],\n    \"ịme ihe\": [\n        \"randomizing\",\n        \"rhymemaking\",\n        \"shaming\"\n    ],\n    \"Randon\": [\n        \"randon\"\n    ],\n    \"rane\": [\n        \"ranee\",\n        \"ranees\"\n    ],\n    \"ranger\": [\n        \"rangier\"\n    ],\n    \"runid\": [\n        \"ranid\"\n    ],\n    \".mụrụ ihe\": [\n        \"ransacking\"\n    ],\n    \"ososor\": [\n        \"ransackle\"\n    ],\n    \"ndi nkorita\": [\n        \"ranselmen\"\n    ],\n    \"agbapụta agbapụta\": [\n        \"ransoming\"\n    ],\n    \"rant\": [\n        \"ranted\"\n    ],\n    \"rantan\": [\n        \"ranters\"\n    ],\n    \"echetapole\": [\n        \"rantipole\"\n    ],\n    \"ranunculace\": [\n        \"ranunculaceous\"\n    ],\n    \"ọgba ọsọ\": [\n        \"rapaces\"\n    ],\n    \"ndina n'ike\": [\n        \"rape\",\n        \"rapeoil\"\n    ],\n    \"rapa\": [\n        \"raper\"\n    ],\n    \"ndị rapa\": [\n        \"rapers\"\n    ],\n    \"idina mmadụ n'ike\": [\n        \"rapes\"\n    ],\n    \"dina n'ike\": [\n        \"rapeseed\"\n    ],\n    \"hannwa\": [\n        \"raphanus\"\n    ],\n    \"aphididae\": [\n        \"raphidoidea\"\n    ],\n    \"rhaphiolepis\": [\n        \"raphiolepis\"\n    ],\n    \"onye n'ike\": [\n        \"rapider\",\n        \"rapist\"\n    ],\n    \"rapi\": [\n        \"rapiered\"\n    ],\n    \"Ndị rapiers\": [\n        \"rapiers\"\n    ],\n    \"ndị na-edina mmadụ n'ike\": [\n        \"rapists\"\n    ],\n    \"onye rapp\": [\n        \"rappist\"\n    ],\n    \"rapport\": [\n        \"rapports\"\n    ],\n    \"enweghi obi o bula\": [\n        \"raptureless\"\n    ],\n    \"onye rapturist\": [\n        \"rapturist\"\n    ],\n    \"owuwe n'ike\": [\n        \"rapturousness\"\n    ],\n    \"oberebit\": [\n        \"rarebit\"\n    ],\n    \"rarities\": [\n        \"rareties\",\n        \"rarifies\"\n    ],\n    \"rari\": [\n        \"rariety\"\n    ],\n    \"ịzọ ndụ\": [\n        \"raring\"\n    ],\n    \"rashes\": [\n        \"rashers\",\n        \"reshes\"\n    ],\n    \"ọkụkụ\": [\n        \"rashti\"\n    ],\n    \"rason\": [\n        \"rasion\"\n    ],\n    \"rassophore\": [\n        \"rasophore\"\n    ],\n    \"rasur\": [\n        \"rasour\"\n    ],\n    \"raspberị\": [\n        \"raspberry\"\n    ],\n    \"rasy\": [\n        \"raspy\"\n    ],\n    \"inggba\": [\n        \"rasping\"\n    ],\n    \"Mgbapụ\": [\n        \"raspings\",\n        \"spillage\",\n        \"splurge\"\n    ],\n    \"Ndị nkụ\": [\n        \"rasters\"\n    ],\n    \"ratally\": [\n        \"ratably\"\n    ],\n    \"Risa\": [\n        \"ratans\"\n    ],\n    \"rataplanet\": [\n        \"rataplanned\"\n    ],\n    \"rathel\": [\n        \"ratchel\"\n    ],\n    \"ratchet ka\": [\n        \"ratchetlike\"\n    ],\n    \"ọnụego\": [\n        \"rate\",\n        \"rateability\",\n        \"rateable\",\n        \"rateably\",\n        \"ratero\",\n        \"thurse\"\n    ],\n    \"ọnụego ness\": [\n        \"rateableness\"\n    ],\n    \"iri na ato\": [\n        \"rateen\"\n    ],\n    \"enweghị ngụta\": [\n        \"rateless\"\n    ],\n    \"udu\": [\n        \"rates\"\n    ],\n    \"ratfish\": [\n        \"ratfishes\"\n    ],\n    \"rateri\": [\n        \"ratheter\"\n    ],\n    \"raisationist\": [\n        \"ratificationist\"\n    ],\n    \"Fim\": [\n        \"ratings\"\n    ],\n    \"Ekekọrịta\": [\n        \"ratiocinant\",\n        \"shortsome\"\n    ],\n    \"ndị nwere uche\": [\n        \"rationalists\",\n        \"rationalizers\"\n    ],\n    \"ezipụtara\": [\n        \"rationate\",\n        \"rationed\"\n    ],\n    \"dị ka oke\": [\n        \"ratlike\"\n    ],\n    \"Rotooner\": [\n        \"ratooner\"\n    ],\n    \"Rọsin\": [\n        \"ratsbane\"\n    ],\n    \"oke ọdụ\": [\n        \"rattails\"\n    ],\n    \"gbagoro\": [\n        \"ratted\",\n        \"upsurged\",\n        \"upwent\"\n    ],\n    \"agbarue\": [\n        \"rattened\"\n    ],\n    \"ndị na-eme mgbaasị\": [\n        \"ratteners\"\n    ],\n    \"ratta\": [\n        \"rattier\"\n    ],\n    \"akpa rattle\": [\n        \"rattlebag\"\n    ],\n    \"nkpọchi\": [\n        \"rattlesnakes\"\n    ],\n    \"dị nkụ\": [\n        \"rattlesome\"\n    ],\n    \"ravasị\": [\n        \"ravagement\"\n    ],\n    \"ra raings\": [\n        \"ravelings\"\n    ],\n    \"ravel\": [\n        \"ravelins\",\n        \"ravels\"\n    ],\n    \"ugoloọma\": [\n        \"raven\",\n        \"ravenings\",\n        \"ravens\"\n    ],\n    \"raired\": [\n        \"ravened\"\n    ],\n    \"onye ugolo\": [\n        \"ravener\"\n    ],\n    \"dinoloji\": [\n        \"raveners\"\n    ],\n    \"ugolo\": [\n        \"ravenhood\"\n    ],\n    \"na-achụ ego\": [\n        \"ravening\"\n    ],\n    \"n’enwe\": [\n        \"raveningly\"\n    ],\n    \"raven yiri\": [\n        \"ravenlike\"\n    ],\n    \"ke ebe\": [\n        \"ravenously\"\n    ],\n    \"ohi n'ike\": [\n        \"ravery\"\n    ],\n    \"Naa\": [\n        \"ravi\"\n    ],\n    \"ndị mmegharị\": [\n        \"ravishers\"\n    ],\n    \"ndọkpụ\": [\n        \"ravishingness\"\n    ],\n    \"nke ndu\": [\n        \"raw\"\n    ],\n    \"rawa\": [\n        \"rawer\"\n    ],\n    \"insonnye\": [\n        \"rawinsonde\"\n    ],\n    \"ishdị ncha\": [\n        \"rawishness\"\n    ],\n    \"rawnes\": [\n        \"rawnesses\"\n    ],\n    \"rax\": [\n        \"raxed\"\n    ],\n    \"ụtụ isi\": [\n        \"raxes\",\n        \"subspecialty\",\n        \"taxable\",\n        \"taxableness\",\n        \"taxables\",\n        \"taxably\",\n        \"taxaspidean\",\n        \"taxation\",\n        \"taxational\",\n        \"taxations\",\n        \"taxative\",\n        \"taxator\",\n        \"taxeating\",\n        \"taxemic\",\n        \"taxes\",\n        \"taxy\",\n        \"taxibus\",\n        \"taxies\",\n        \"taxying\",\n        \"taxonomer\",\n        \"taxonomical\",\n        \"taxonomically\",\n        \"taxonomies\",\n        \"taxons\",\n        \"taxwise\"\n    ],\n    \"razee\": [\n        \"razeed\",\n        \"razeing\"\n    ],\n    \"raza\": [\n        \"razer\"\n    ],\n    \"Na-enyocha\": [\n        \"razing\",\n        \"rebringer\",\n        \"scouting\",\n        \"scoutingly\",\n        \"scoutings\"\n    ],\n    \"aguba\": [\n        \"razor\",\n        \"razorless\"\n    ],\n    \"agụba akpụ\": [\n        \"razormaking\"\n    ],\n    \"razzberị\": [\n        \"razzberry\"\n    ],\n    \"rebound\": [\n        \"rbound\",\n        \"rebounder\",\n        \"rebounds\"\n    ],\n    \"reabighachiri\": [\n        \"reabandoned\"\n    ],\n    \"imeghachi omume\": [\n        \"reabandoning\",\n        \"reacidification\",\n        \"reacidifying\",\n        \"reactionariness\",\n        \"reascendency\",\n        \"recaution\",\n        \"reenacting\",\n        \"reenaction\",\n        \"reenactment\",\n        \"refulgence\"\n    ],\n    \"reababons\": [\n        \"reabandons\"\n    ],\n    \"maliteghachiri\": [\n        \"reabridged\",\n        \"reattacked\",\n        \"rebilled\",\n        \"recontested\",\n        \"reearned\",\n        \"reenlarged\",\n        \"reestablished\",\n        \"reintroduced\",\n        \"rekindled\",\n        \"resupinated\",\n        \"resurfaced\"\n    ],\n    \"reagharia\": [\n        \"reabridging\"\n    ],\n    \"weghachiri\": [\n        \"reabsorbed\",\n        \"reboiled\",\n        \"rebooted\",\n        \"rebounded\",\n        \"rebred\",\n        \"recircled\",\n        \"recleansed\",\n        \"reclothed\",\n        \"recombined\",\n        \"recommenced\",\n        \"recommitted\",\n        \"recomposed\",\n        \"redounded\",\n        \"reedified\",\n        \"reedifies\",\n        \"reincited\",\n        \"reincluded\",\n        \"reinjured\",\n        \"reinvited\",\n        \"remorid\",\n        \"reobjected\",\n        \"reordained\",\n        \"reordered\",\n        \"replotted\",\n        \"restirred\",\n        \"resurveyed\",\n        \"retimed\",\n        \"retinted\",\n        \"retinued\",\n        \"retotaled\",\n        \"retraced\",\n        \"retunded\"\n    ],\n    \"reaborọ\": [\n        \"reabsorbing\"\n    ],\n    \"reaced\": [\n        \"reacceded\"\n    ],\n    \"reacaces\": [\n        \"reaccedes\"\n    ],\n    \"reacing\": [\n        \"reacceding\"\n    ],\n    \"reaccent\": [\n        \"reaccented\",\n        \"reaccenting\"\n    ],\n    \"anakwere\": [\n        \"reaccepted\",\n        \"tolerated\"\n    ],\n    \"reacac\": [\n        \"reaccess\"\n    ],\n    \"gbanyeghachiri\": [\n        \"reaccommodated\",\n        \"reappropriated\",\n        \"reejected\",\n        \"refathered\",\n        \"reinflamed\",\n        \"reinterrogated\",\n        \"repackaged\",\n        \"repruned\",\n        \"resaddled\"\n    ],\n    \"enwetaghachiri\": [\n        \"reaccredited\",\n        \"recaptured\",\n        \"rediscounted\",\n        \"reinfiltrated\",\n        \"reinvestigated\",\n        \"reorchestrated\"\n    ],\n    \"rekwakọtaghachi\": [\n        \"reaccrediting\"\n    ],\n    \"reaccucum\": [\n        \"reaccumulate\"\n    ],\n    \"reaculated\": [\n        \"reaccumulated\"\n    ],\n    \"reacaculation\": [\n        \"reaccumulating\"\n    ],\n    \"reaculation\": [\n        \"reaccumulation\"\n    ],\n    \"reaccus\": [\n        \"reaccusation\",\n        \"reaccuses\",\n        \"reaccusing\"\n    ],\n    \"chegharịrị\": [\n        \"reaccused\",\n        \"reagitated\",\n        \"recanted\",\n        \"recertified\",\n        \"reconditeness\",\n        \"recondition\",\n        \"reconditioned\",\n        \"reconditions\",\n        \"reconsidered\",\n        \"recontemplated\",\n        \"recopied\",\n        \"refitted\",\n        \"rehospitalized\",\n        \"remerged\",\n        \"retested\",\n        \"retitled\",\n        \"retooled\",\n        \"retools\",\n        \"retwined\"\n    ],\n    \"emegharịala\": [\n        \"reaccustomed\"\n    ],\n    \"onyenkuzi\": [\n        \"reacher\"\n    ],\n    \"esịmde\": [\n        \"reaches\"\n    ],\n    \"ekwuputala ozo\": [\n        \"reacknowledged\"\n    ],\n    \"igbanwela\": [\n        \"reacknowledging\"\n    ],\n    \"reacquacific\": [\n        \"reacquaint\"\n    ],\n    \"reacquance\": [\n        \"reacquaintance\"\n    ],\n    \"reacquain\": [\n        \"reacquainted\",\n        \"reacquainting\"\n    ],\n    \"reacquisition\": [\n        \"reacquisitions\"\n    ],\n    \"meghachi omume\": [\n        \"react\",\n        \"reacted\"\n    ],\n    \"na-emeghachi omume\": [\n        \"reacting\",\n        \"reacts\",\n        \"rebukers\",\n        \"recitement\",\n        \"rheostatic\",\n        \"sootherer\"\n    ],\n    \"na mmeghachi omume\": [\n        \"reactionally\"\n    ],\n    \"emeghachi omume\": [\n        \"reactionary\",\n        \"refulgency\"\n    ],\n    \"onye mmeghachi omume\": [\n        \"reactionarist\"\n    ],\n    \"megharịa ọrụ\": [\n        \"reactivate\"\n    ],\n    \"reactiactive\": [\n        \"reactivated\"\n    ],\n    \"reactive\": [\n        \"reactively\"\n    ],\n    \"chernobyl\": [\n        \"reactor\"\n    ],\n    \"nke ogugu\": [\n        \"readable\"\n    ],\n    \"reada\": [\n        \"readapts\"\n    ],\n    \"egosiri\": [\n        \"readdicted\"\n    ],\n    \"ndozi ederede\": [\n        \"readdresses\"\n    ],\n    \"ndị na-agụ ya\": [\n        \"readers\",\n        \"redears\"\n    ],\n    \"agụta\": [\n        \"readhere\"\n    ],\n    \"ngụgụ\": [\n        \"readhesion\",\n        \"ribe\",\n        \"solace\"\n    ],\n    \"readi\": [\n        \"readied\"\n    ],\n    \"gụgharịa\": [\n        \"readjourn\",\n        \"recado\",\n        \"recage\",\n        \"recalculate\",\n        \"recherch\",\n        \"recit\",\n        \"recontinue\",\n        \"revisers\"\n    ],\n    \"gbabeghachi\": [\n        \"readjourned\"\n    ],\n    \"ịga ọmụmụ ihe\": [\n        \"readjourning\",\n        \"seminating\"\n    ],\n    \"ịgụghachi\": [\n        \"readjournment\",\n        \"recountenance\"\n    ],\n    \"agụmagụ\": [\n        \"readjournments\"\n    ],\n    \"agaghachi\": [\n        \"readjourns\",\n        \"reurge\"\n    ],\n    \"gụọ ihe\": [\n        \"readmeasurement\"\n    ],\n    \"agu ogugu\": [\n        \"readminister\"\n    ],\n    \"gụo\": [\n        \"readmire\"\n    ],\n    \"enwetaghachi\": [\n        \"readopted\",\n        \"reaffirmation\",\n        \"reannotated\",\n        \"reattained\",\n        \"reavailable\",\n        \"reconfined\",\n        \"reconquered\",\n        \"reconverged\",\n        \"reemphasized\",\n        \"reencountered\",\n        \"reenumerated\",\n        \"regrabbed\",\n        \"reinfected\",\n        \"reinfluenced\",\n        \"reinfused\",\n        \"reinstalled\",\n        \"reinstated\",\n        \"reinvaded\",\n        \"reinvented\",\n        \"remiped\",\n        \"renotified\",\n        \"repacked\",\n        \"repossessed\",\n        \"reprehended\"\n    ],\n    \"reado\": [\n        \"readopts\"\n    ],\n    \"gụpụta\": [\n        \"readout\"\n    ],\n    \"- agụ\": [\n        \"readvance\"\n    ],\n    \"re advertised\": [\n        \"readvertised\"\n    ],\n    \"ịgụ\": [\n        \"readvising\"\n    ],\n    \"na-agụ ọkpọ\": [\n        \"readvocate\"\n    ],\n    \"ekwughachila\": [\n        \"reaffiliated\",\n        \"retestified\"\n    ],\n    \"kwughachi\": [\n        \"reaffirm\",\n        \"reaspire\",\n        \"reconfess\",\n        \"reconfirm\",\n        \"repromise\",\n        \"restainable\",\n        \"restate\",\n        \"unreprovable\"\n    ],\n    \"reaffix\": [\n        \"reaffixing\"\n    ],\n    \"nweghachi ohia\": [\n        \"reafforestation\"\n    ],\n    \"reagag\": [\n        \"reagency\"\n    ],\n    \"reagha\": [\n        \"reagent\"\n    ],\n    \"reagagharia\": [\n        \"reaggravate\",\n        \"reaggravation\"\n    ],\n    \"reagugu\": [\n        \"reaggregate\"\n    ],\n    \"n’echiche\": [\n        \"reaginically\",\n        \"unthoughted\",\n        \"unthoughtedly\"\n    ],\n    \"ahịa ịre ụlọ\": [\n        \"realestate\"\n    ],\n    \"reigning\": [\n        \"realigning\"\n    ],\n    \"realizable\": [\n        \"realisable\"\n    ],\n    \"ezigbo ọrụ\": [\n        \"realiser\"\n    ],\n    \"ndị n'ezie\": [\n        \"realisers\"\n    ],\n    \"ifiọkde\": [\n        \"realising\",\n        \"realizing\",\n        \"realizingly\"\n    ],\n    \"adị adị\": [\n        \"realism\"\n    ],\n    \"ndị maara eme\": [\n        \"realists\"\n    ],\n    \"locgbanwegharị\": [\n        \"reallocating\"\n    ],\n    \"Ezigbo ndị ahịa\": [\n        \"reallots\"\n    ],\n    \"Ezenyere\": [\n        \"reallotted\"\n    ],\n    \"ndị ezigbo ụlọ\": [\n        \"realters\",\n        \"realtors\"\n    ],\n    \"reamalgam jikọtara ya\": [\n        \"reamalgamated\"\n    ],\n    \"reamalgam\": [\n        \"reamalgamating\"\n    ],\n    \"reamasi\": [\n        \"reamass\"\n    ],\n    \"Reamed\": [\n        \"reamed\"\n    ],\n    \"ream\": [\n        \"reamer\"\n    ],\n    \"ream kwere\": [\n        \"reamerer\"\n    ],\n    \"ream ghaa\": [\n        \"reamers\"\n    ],\n    \"reambu\": [\n        \"reaminess\"\n    ],\n    \"reampụtaghachi\": [\n        \"reamputation\"\n    ],\n    \"megharịa ọnụ\": [\n        \"reanimalize\"\n    ],\n    \"reanim anya\": [\n        \"reanimated\",\n        \"reanimation\"\n    ],\n    \"reannotinging\": [\n        \"reannotating\"\n    ],\n    \"kpọtaghachi\": [\n        \"reannounced\",\n        \"reedited\"\n    ],\n    \"reantagonising\": [\n        \"reantagonizing\"\n    ],\n    \"na-ewe ihe ubi\": [\n        \"reaping\"\n    ],\n    \"recapologized\": [\n        \"reapologized\"\n    ],\n    \"ibugharia ozo\": [\n        \"reapparel\",\n        \"rebetake\",\n        \"rebetray\"\n    ],\n    \"maliteghachi\": [\n        \"reappeal\",\n        \"reestablishing\",\n        \"reinitialize\",\n        \"reinitializing\",\n        \"reinitiate\",\n        \"relaunched\",\n        \"repawn\",\n        \"resays\",\n        \"reseminate\",\n        \"resicken\",\n        \"resituating\",\n        \"resubmerge\",\n        \"resubscribing\",\n        \"resumed\",\n        \"resumeing\",\n        \"resuming\",\n        \"resummoned\",\n        \"resumption\",\n        \"resupinate\",\n        \"resurges\"\n    ],\n    \"iputa ozo\": [\n        \"reappear\"\n    ],\n    \"na-apụta ọzọ\": [\n        \"reappearing\",\n        \"reappears\"\n    ],\n    \"gosiputa ozo\": [\n        \"reappease\"\n    ],\n    \"nyegharịa\": [\n        \"reapplaud\",\n        \"recommit\",\n        \"rededicate\",\n        \"reinscribe\",\n        \"rename\",\n        \"retransmits\"\n    ],\n    \"mekwaa ozo\": [\n        \"reapplause\"\n    ],\n    \"reliclicant\": [\n        \"reapplicant\"\n    ],\n    \"tinyeghachi\": [\n        \"reapplied\",\n        \"reapplies\",\n        \"reapplying\",\n        \"reattach\",\n        \"reattachments\",\n        \"reattacks\",\n        \"reattempt\",\n        \"reinserted\",\n        \"reintegrates\",\n        \"reinterfere\",\n        \"reintervened\",\n        \"reinthrone\",\n        \"repadded\",\n        \"reposited\"\n    ],\n    \"regharịa\": [\n        \"reapplier\",\n        \"rebandaged\",\n        \"rebeget\",\n        \"redevelops\",\n        \"reenabled\",\n        \"reenumerating\",\n        \"reenunciation\",\n        \"reester\",\n        \"reforce\",\n        \"regrade\",\n        \"reinaugurated\",\n        \"reinfiltrate\",\n        \"reinterrogate\",\n        \"reissues\",\n        \"renullify\",\n        \"repaint\",\n        \"repunctuate\",\n        \"rereign\",\n        \"resubordinate\",\n        \"resubscribed\",\n        \"reweave\",\n        \"reweaved\",\n        \"rewwore\"\n    ],\n    \"tugharia ozo\": [\n        \"reappoint\"\n    ],\n    \"nyeghachiri ya\": [\n        \"reappointed\"\n    ],\n    \"na-enyeghachi ọrụ\": [\n        \"reappointing\"\n    ],\n    \"reghachi\": [\n        \"reappoints\"\n    ],\n    \"ntinyeghachi\": [\n        \"reapportionments\"\n    ],\n    \"reapporites\": [\n        \"reapportions\"\n    ],\n    \"imeghari ozi\": [\n        \"reapposition\"\n    ],\n    \"bịaghachi\": [\n        \"reapproach\"\n    ],\n    \"a ga-abịaru nso\": [\n        \"reapproachable\"\n    ],\n    \"nyeghachiri\": [\n        \"reapproved\",\n        \"recompounded\",\n        \"rededicated\",\n        \"resupplied\"\n    ],\n    \"azụ nchekwa\": [\n        \"rearguard\"\n    ],\n    \"rediguing\": [\n        \"rearguing\"\n    ],\n    \"azụgument\": [\n        \"reargument\"\n    ],\n    \"azụii\": [\n        \"rearii\"\n    ],\n    \"azụm ice\": [\n        \"rearmice\"\n    ],\n    \"rea\": [\n        \"rearousal\",\n        \"reaved\",\n        \"reaves\",\n        \"reaving\",\n        \"reavowed\"\n    ],\n    \"nhazigharị\": [\n        \"rearrangement\",\n        \"reformeress\",\n        \"reinforming\",\n        \"reorganizations\",\n        \"restructures\",\n        \"restructuring\"\n    ],\n    \"onye mbughari\": [\n        \"rearranger\"\n    ],\n    \"Ndughari\": [\n        \"rearranges\",\n        \"redeliveries\",\n        \"resectional\",\n        \"retallies\",\n        \"reversibleness\"\n    ],\n    \"laghachiri\": [\n        \"rearrival\",\n        \"reconcentrated\",\n        \"reconcentrates\",\n        \"reconsigns\",\n        \"reconverted\",\n        \"recreates\",\n        \"recrossed\",\n        \"redispersed\",\n        \"regalecus\",\n        \"regauged\",\n        \"regressed\",\n        \"relapsed\",\n        \"reoccurred\",\n        \"reorientated\",\n        \"repurposed\",\n        \"resurged\",\n        \"retrodden\",\n        \"retroserrate\",\n        \"returfer\",\n        \"returned\",\n        \"returnee\",\n        \"revalidate\",\n        \"revalidated\",\n        \"reverted\",\n        \"revisited\"\n    ],\n    \"rearticart\": [\n        \"rearticulate\"\n    ],\n    \"reartartal\": [\n        \"rearticulating\"\n    ],\n    \"reascance\": [\n        \"reascendancy\"\n    ],\n    \"mee ka obi sie gi ike\": [\n        \"reascertain\"\n    ],\n    \"reasas\": [\n        \"reasiness\"\n    ],\n    \"emebughari\": [\n        \"reassailing\"\n    ],\n    \"nlọghachị\": [\n        \"reassembly\",\n        \"recirculating\",\n        \"reconversion\",\n        \"reimporting\",\n        \"resupination\",\n        \"retrenchments\",\n        \"retromigration\",\n        \"revisiting\"\n    ],\n    \"nwetaghachiri\": [\n        \"reasserted\",\n        \"recoined\",\n        \"refastened\",\n        \"regained\",\n        \"regaled\",\n        \"reinitialized\"\n    ],\n    \"nyochaghachiri\": [\n        \"reassessed\",\n        \"rechanneled\",\n        \"reexamined\",\n        \"revalued\"\n    ],\n    \"na-atụlegharị\": [\n        \"reassesses\"\n    ],\n    \"nchighari\": [\n        \"reassignation\",\n        \"reforestation\",\n        \"reforestational\",\n        \"reforestization\",\n        \"reforestment\"\n    ],\n    \"ọkwa ọzọ\": [\n        \"reassignment\"\n    ],\n    \"ọrụ ndị ọzọ\": [\n        \"reassignments\"\n    ],\n    \"chigharia\": [\n        \"reassigns\",\n        \"resuscitated\",\n        \"turnaway\"\n    ],\n    \"gbanyeghachiri azụ\": [\n        \"reassimilated\"\n    ],\n    \"imeghachi anya\": [\n        \"reassimilating\"\n    ],\n    \"nlọghari\": [\n        \"reassimilation\",\n        \"retooling\"\n    ],\n    \"reassociation\": [\n        \"reassociate\",\n        \"reassociating\"\n    ],\n    \"nlọghachite\": [\n        \"reassortment\",\n        \"reassortments\",\n        \"recarburization\",\n        \"recarries\",\n        \"recurvature\",\n        \"reharness\",\n        \"reillustration\",\n        \"reinstructs\",\n        \"republishment\",\n        \"retransformation\"\n    ],\n    \"Na-echegharị\": [\n        \"reassorts\"\n    ],\n    \"laghachiri ozo\": [\n        \"reassumed\"\n    ],\n    \"ichegharị echiche\": [\n        \"reassuming\",\n        \"recondensation\",\n        \"reconsideration\",\n        \"reconsidering\"\n    ],\n    \"mmesi obi ike\": [\n        \"reassurance\",\n        \"reassurances\"\n    ],\n    \"mesie ya obi ike\": [\n        \"reassure\",\n        \"reassurement\",\n        \"reassurer\"\n    ],\n    \"mesighachi obi ike\": [\n        \"reassured\"\n    ],\n    \"reattacha\": [\n        \"reattachable\"\n    ],\n    \"tinyeghachiri\": [\n        \"reattached\",\n        \"reintegrated\",\n        \"reinterred\"\n    ],\n    \"tighachi\": [\n        \"reattack\"\n    ],\n    \"echetakwa\": [\n        \"reattaining\",\n        \"screening\"\n    ],\n    \"nwugharia\": [\n        \"reattempted\",\n        \"reconstituted\"\n    ],\n    \"na-echetaghachi\": [\n        \"reattiring\",\n        \"recaning\",\n        \"reptant\"\n    ],\n    \"re adọta\": [\n        \"reattract\"\n    ],\n    \"reudud\": [\n        \"reaudition\"\n    ],\n    \"preauthenticated\": [\n        \"reauthenticated\"\n    ],\n    \"nyeghachi ikike\": [\n        \"reauthorization\"\n    ],\n    \"nyegharia\": [\n        \"reauthorize\"\n    ],\n    \"nyeghachi ọzọ\": [\n        \"reauthorizing\"\n    ],\n    \"reawa\": [\n        \"reavers\"\n    ],\n    \"reabɛbɛ\": [\n        \"reavoidance\"\n    ],\n    \"reowowing\": [\n        \"reavowing\"\n    ],\n    \"reawakwara\": [\n        \"reawaked\"\n    ],\n    \"reawing\": [\n        \"reawaking\"\n    ],\n    \"rebaba\": [\n        \"rebaiting\"\n    ],\n    \"rebalanas\": [\n        \"rebalanced\"\n    ],\n    \"reba\": [\n        \"rebale\",\n        \"rebaled\",\n        \"rebehold\"\n    ],\n    \"imegharị ihe\": [\n        \"reballoting\"\n    ],\n    \"rebankreeti\": [\n        \"rebankruptcy\"\n    ],\n    \"rebaptizim\": [\n        \"rebaptization\",\n        \"rebaptize\",\n        \"rebaptized\",\n        \"rebaptizer\",\n        \"rebaptizes\",\n        \"rebaptizing\"\n    ],\n    \"alaghachi\": [\n        \"rebasis\",\n        \"reground\",\n        \"rekindles\",\n        \"reorders\"\n    ],\n    \"rebaam\": [\n        \"rebeamer\"\n    ],\n    \"bidoghachi\": [\n        \"rebear\"\n    ],\n    \"nyeghachite\": [\n        \"rebeautify\",\n        \"reinstalls\"\n    ],\n    \"rebeba\": [\n        \"rebeck\"\n    ],\n    \"rebe\": [\n        \"rebecks\"\n    ],\n    \"rebecca\": [\n        \"rebecs\"\n    ],\n    \"iru ala\": [\n        \"rebelief\",\n        \"uncomfortable\",\n        \"uncomfortably\"\n    ],\n    \"revelove\": [\n        \"rebelove\"\n    ],\n    \"nloghachi\": [\n        \"rebent\",\n        \"recoinage\",\n        \"recolouration\",\n        \"regainment\",\n        \"reinstatement\",\n        \"reinstating\",\n        \"reinstation\",\n        \"reinstituting\",\n        \"reinstitution\",\n        \"repossession\",\n        \"retuning\",\n        \"returning\",\n        \"reversion\",\n        \"reversional\"\n    ],\n    \"adịghachi\": [\n        \"rebidden\",\n        \"reconcilable\"\n    ],\n    \"na-akwụghachi ụgwọ\": [\n        \"rebidding\",\n        \"reimbursing\",\n        \"remunerates\",\n        \"remunerating\",\n        \"reparative\",\n        \"requiter\",\n        \"retributing\",\n        \"rewarding\",\n        \"rewardingly\"\n    ],\n    \"resill\": [\n        \"rebill\"\n    ],\n    \"Ibugharia\": [\n        \"reblooming\"\n    ],\n    \"reblolo\": [\n        \"reblooms\"\n    ],\n    \"agbapụtakwa\": [\n        \"reblossom\"\n    ],\n    \"ghaghachite\": [\n        \"reblunder\",\n        \"reclasp\",\n        \"reconvalescent\",\n        \"relaunder\"\n    ],\n    \"banyeghachi\": [\n        \"reboard\",\n        \"recessive\"\n    ],\n    \"banyeghachiri\": [\n        \"reboarded\"\n    ],\n    \"boardgbagharị\": [\n        \"reboarding\"\n    ],\n    \"ịmaliteghachi\": [\n        \"rebone\",\n        \"recabling\",\n        \"reconcentrating\",\n        \"reconcentration\",\n        \"reconduct\",\n        \"reconduction\",\n        \"reinventing\",\n        \"reseeing\",\n        \"resequencing\",\n        \"resucceed\",\n        \"resumptions\"\n    ],\n    \"rebootu\": [\n        \"rebooting\"\n    ],\n    \"ejikere ozo\": [\n        \"reborn\"\n    ],\n    \"rebrat\": [\n        \"rebrace\",\n        \"rebraced\"\n    ],\n    \"rebram\": [\n        \"rebraid\"\n    ],\n    \"degharịa\": [\n        \"rebrew\",\n        \"redescribe\",\n        \"renotify\"\n    ],\n    \"rerighten\": [\n        \"rebrighten\"\n    ],\n    \"ịghaghachi\": [\n        \"rebroach\",\n        \"rebunker\",\n        \"reinvoking\",\n        \"repassing\",\n        \"repining\",\n        \"replanning\",\n        \"replowing\",\n        \"repreach\",\n        \"reprehender\",\n        \"restroke\"\n    ],\n    \"biaghachi\": [\n        \"rebroaden\",\n        \"reconvert\",\n        \"reinvert\",\n        \"revert\",\n        \"unreturned\"\n    ],\n    \"biaghachiri\": [\n        \"rebroadened\"\n    ],\n    \"na-alaghachi\": [\n        \"rebroadens\",\n        \"reclasps\",\n        \"regauges\",\n        \"regresses\",\n        \"reincites\",\n        \"reincurs\",\n        \"retreating\",\n        \"revering\",\n        \"reverting\"\n    ],\n    \"baara mba\": [\n        \"rebuckle\",\n        \"rebuckled\",\n        \"rebukable\",\n        \"rebuked\",\n        \"reprimanded\",\n        \"reprimed\",\n        \"reprobed\",\n        \"reproof\"\n    ],\n    \"a na-emegharị emegharị\": [\n        \"rebuffable\"\n    ],\n    \"kọwaa ihe akaebe\": [\n        \"rebuffproof\"\n    ],\n    \"wughachi\": [\n        \"rebuild\",\n        \"rebuilded\",\n        \"rebuilder\",\n        \"rebuilds\",\n        \"rebuilt\",\n        \"reconstructs\",\n        \"reconstrue\",\n        \"reinstill\",\n        \"reinstruct\",\n        \"resaid\"\n    ],\n    \"iwughachi\": [\n        \"rebuilding\",\n        \"restrengthening\"\n    ],\n    \"ba mba\": [\n        \"rebuke\",\n        \"reprimand\",\n        \"reprimands\",\n        \"reprimer\",\n        \"reproffer\",\n        \"reproofs\",\n        \"reprovoke\",\n        \"scold\"\n    ],\n    \"nke abara mba\": [\n        \"rebukeable\"\n    ],\n    \"bahu\": [\n        \"rebuker\"\n    ],\n    \"bara mba\": [\n        \"rebukes\",\n        \"rebuking\"\n    ],\n    \"nba\": [\n        \"rebukingly\"\n    ],\n    \"reurgeon\": [\n        \"reburgeon\"\n    ],\n    \"ịlọ ụwa\": [\n        \"rebury\",\n        \"reburies\"\n    ],\n    \"ịlọghachi\": [\n        \"reburied\",\n        \"reemploying\",\n        \"reemployment\"\n    ],\n    \"omughari\": [\n        \"reburnish\"\n    ],\n    \"rebuse\": [\n        \"rebuses\"\n    ],\n    \"Nkwuputa\": [\n        \"rebuts\",\n        \"resiancy\"\n    ],\n    \"ndị na-eme emeghara\": [\n        \"rebutters\"\n    ],\n    \"chetaghachiri\": [\n        \"recalcitrate\",\n        \"recalcitrated\",\n        \"recalcitrating\",\n        \"recalibrates\",\n        \"recallist\",\n        \"recapitalized\",\n        \"recollectedness\",\n        \"recultivated\",\n        \"reemitted\",\n        \"reinspired\",\n        \"relived\",\n        \"relumed\",\n        \"relumined\",\n        \"remended\",\n        \"reminted\",\n        \"remollified\"\n    ],\n    \"gụghachi\": [\n        \"recalculated\",\n        \"reciter\",\n        \"recount\"\n    ],\n    \"chegharia anya\": [\n        \"recalculates\"\n    ],\n    \"ichetaghachi\": [\n        \"recalculating\",\n        \"recollecting\",\n        \"recondemn\"\n    ],\n    \"recacece\": [\n        \"recalesce\"\n    ],\n    \"recala\": [\n        \"recalesced\"\n    ],\n    \"chetaghachi\": [\n        \"recalibrate\",\n        \"recanceled\",\n        \"recaned\",\n        \"recensor\",\n        \"recensure\",\n        \"recoat\",\n        \"recogitate\",\n        \"recollate\",\n        \"recollet\",\n        \"recomember\",\n        \"recongest\",\n        \"reconsolidate\",\n        \"recountal\",\n        \"remen\",\n        \"remend\",\n        \"remene\",\n        \"remold\",\n        \"remolded\",\n        \"renotice\"\n    ],\n    \"echetaghachi\": [\n        \"recalibrated\",\n        \"reindorsed\",\n        \"reindorsing\",\n        \"reobserved\"\n    ],\n    \"chetara\": [\n        \"recalled\",\n        \"recollectable\",\n        \"remembered\",\n        \"remerges\",\n        \"reminisced\"\n    ],\n    \"na-agbaghachi azụ\": [\n        \"recaller\"\n    ],\n    \"agbapụtaghachi\": [\n        \"recallers\"\n    ],\n    \"recant\": [\n        \"recantations\"\n    ],\n    \"na-agaghachi\": [\n        \"recants\"\n    ],\n    \"recapitising\": [\n        \"recapitalizing\"\n    ],\n    \"iweghachite\": [\n        \"recapture\",\n        \"recoilment\",\n        \"recoverability\"\n    ],\n    \"recaptack\": [\n        \"recapturing\"\n    ],\n    \"ịlụgharị di\": [\n        \"recarriage\",\n        \"remarriage\",\n        \"remarrying\"\n    ],\n    \"ịlụ di ọzọ\": [\n        \"recarried\"\n    ],\n    \"Nwughari\": [\n        \"recarrying\",\n        \"retrying\"\n    ],\n    \"ịmalitegharia\": [\n        \"recart\"\n    ],\n    \"echegharịrị\": [\n        \"recarved\",\n        \"recondensed\"\n    ],\n    \"rekos\": [\n        \"recco\"\n    ],\n    \"atalata\": [\n        \"receder\",\n        \"recedes\",\n        \"receding\"\n    ],\n    \"nnata\": [\n        \"receipt\",\n        \"receiptable\",\n        \"receipting\",\n        \"receiptless\",\n        \"receiptment\",\n        \"recept\",\n        \"recipiatur\",\n        \"recipience\",\n        \"recipiency\",\n        \"recipiend\",\n        \"recipiendum\",\n        \"recipient\",\n        \"unreceiving\"\n    ],\n    \"ihe nnata\": [\n        \"receiptor\"\n    ],\n    \"natara\": [\n        \"received\"\n    ],\n    \"erite\": [\n        \"receiver\"\n    ],\n    \"ndị nnata\": [\n        \"receivers\",\n        \"recipients\"\n    ],\n    \"na-anata\": [\n        \"receiving\"\n    ],\n    \"ịlaghachi azụ\": [\n        \"recency\"\n    ],\n    \"na-adịbeghị anya\": [\n        \"recent\",\n        \"recenter\",\n        \"recentralize\",\n        \"recentralizing\"\n    ],\n    \"nke kachasi anya\": [\n        \"recentest\"\n    ],\n    \"nso nso a\": [\n        \"recently\"\n    ],\n    \"adịbeghị anya\": [\n        \"recentness\",\n        \"recentre\"\n    ],\n    \"na nso nso a\": [\n        \"recentralization\",\n        \"recentralized\"\n    ],\n    \"Ebe mbata\": [\n        \"receptacle\"\n    ],\n    \"Ebe nnabata\": [\n        \"receptionreck\"\n    ],\n    \"nlaazu\": [\n        \"recession\",\n        \"recessionals\",\n        \"recessionary\",\n        \"recessions\"\n    ],\n    \"recession\": [\n        \"recessional\"\n    ],\n    \"ịgba aka mgba\": [\n        \"rechallenge\"\n    ],\n    \"imeghachiri\": [\n        \"rechallenged\"\n    ],\n    \"recharged\": [\n        \"recharted\"\n    ],\n    \"recharging\": [\n        \"rechartering\",\n        \"recharting\"\n    ],\n    \"ndị ọrụ nyocha\": [\n        \"recharters\"\n    ],\n    \"ịgbapụta\": [\n        \"rechase\",\n        \"reclaimably\",\n        \"redemanding\",\n        \"redemising\",\n        \"repurchasing\"\n    ],\n    \"onye nkwụghachi\": [\n        \"rechaser\"\n    ],\n    \"recheche\": [\n        \"rechecked\"\n    ],\n    \"na-achọghachi\": [\n        \"recidive\"\n    ],\n    \"Ezi ntụziaka\": [\n        \"recipes\",\n        \"recopies\"\n    ],\n    \"meghachitere\": [\n        \"reciprocalize\",\n        \"reciprocated\",\n        \"reciprocates\",\n        \"reciprocatist\",\n        \"reciprocative\",\n        \"reenergized\"\n    ],\n    \"omugwo\": [\n        \"reciprocantive\"\n    ],\n    \"na-emegwara\": [\n        \"reciprocating\"\n    ],\n    \"idegharị\": [\n        \"recision\",\n        \"revision\",\n        \"revisionary\",\n        \"revisionism\",\n        \"revisionist\"\n    ],\n    \"onye na-eme ntughari\": [\n        \"recitationist\"\n    ],\n    \"a pụrụ ịtụle\": [\n        \"reckonable\"\n    ],\n    \"onye na-agu nyocha\": [\n        \"reckoner\"\n    ],\n    \"ndị na-agụ ego\": [\n        \"reckoners\"\n    ],\n    \"naputa\": [\n        \"reclaim\",\n        \"reclaims\",\n        \"recoverer\",\n        \"recovers\",\n        \"rescues\"\n    ],\n    \"gbapụta\": [\n        \"reclaimable\",\n        \"redeal\",\n        \"redeceive\",\n        \"redeck\",\n        \"redefer\",\n        \"redeliver\",\n        \"redepend\",\n        \"redevise\",\n        \"reproclaim\",\n        \"retem\",\n        \"retribute\"\n    ],\n    \"agbapụtawo\": [\n        \"reclaimed\"\n    ],\n    \"Iweghachi\": [\n        \"recleaning\",\n        \"regauging\",\n        \"repaper\",\n        \"retanning\"\n    ],\n    \"ghaghachi azụ\": [\n        \"recleansing\",\n        \"recrudescency\"\n    ],\n    \"reclin\": [\n        \"reclination\"\n    ],\n    \"enwere ike iweghachi\": [\n        \"recloseable\"\n    ],\n    \"ihe nlegharị anya\": [\n        \"reclusery\"\n    ],\n    \"ọ gwụla\": [\n        \"recoagulated\"\n    ],\n    \"mgbake\": [\n        \"recoagulation\",\n        \"recoction\",\n        \"recogitation\",\n        \"recoverance\",\n        \"recovery\",\n        \"recoveror\",\n        \"recuperation\"\n    ],\n    \"ndị na-achọpụta ya\": [\n        \"recognizers\"\n    ],\n    \"ghotara\": [\n        \"recognizes\"\n    ],\n    \"ichetakwa\": [\n        \"recollect\"\n    ],\n    \"echetere\": [\n        \"recollectible\"\n    ],\n    \"achọgharịrị\": [\n        \"recolonised\"\n    ],\n    \"recomed\": [\n        \"recombed\"\n    ],\n    \"recoming\": [\n        \"recombing\",\n        \"recombining\"\n    ],\n    \"recommiting\": [\n        \"recommitting\"\n    ],\n    \"recompapa\": [\n        \"recompared\"\n    ],\n    \"recomarison\": [\n        \"recomparison\"\n    ],\n    \"recompiated\": [\n        \"recompiled\"\n    ],\n    \"recomment\": [\n        \"recompletion\"\n    ],\n    \"ghagharia\": [\n        \"recomprehend\",\n        \"reflagellate\",\n        \"reregulate\",\n        \"reregulated\",\n        \"retame\"\n    ],\n    \"ịdịghachi\": [\n        \"reconcilability\"\n    ],\n    \"ịdịghachi ná mma\": [\n        \"reconcilement\"\n    ],\n    \"ndị na-eme ka ha dịghachi ná mma\": [\n        \"reconcilers\"\n    ],\n    \"dịghachi ná mma\": [\n        \"reconciliation\"\n    ],\n    \"edughari\": [\n        \"reconciliator\"\n    ],\n    \"ịchọghachite\": [\n        \"reconcoct\"\n    ],\n    \"recondnnation\": [\n        \"recondemnation\"\n    ],\n    \"n'echeghari\": [\n        \"reconditely\",\n        \"refractively\"\n    ],\n    \"ibugharịa\": [\n        \"reconfer\",\n        \"reconvey\"\n    ],\n    \"na-ezighachi\": [\n        \"reconferring\"\n    ],\n    \"regharia\": [\n        \"reconfigure\"\n    ],\n    \"na-ahazigharị\": [\n        \"reconfiguring\"\n    ],\n    \"ekwuputala\": [\n        \"reconfirmed\",\n        \"unclasping\",\n        \"underalderman\",\n        \"verbenated\"\n    ],\n    \"na-agbanyeghachi\": [\n        \"reconfiscating\",\n        \"reinvolving\",\n        \"retabulating\"\n    ],\n    \"ghagha ihu\": [\n        \"reconfront\"\n    ],\n    \"Ijikọ ọzọ\": [\n        \"reconjoin\",\n        \"reconnecting\"\n    ],\n    \"enyoputa\": [\n        \"reconnaissance\"\n    ],\n    \"ejikọtaghachi\": [\n        \"reconnected\"\n    ],\n    \"jikọọ ọzọ\": [\n        \"reconnects\"\n    ],\n    \"echeghari\": [\n        \"reconnoiteringly\",\n        \"reconnoitringly\",\n        \"unrepose\"\n    ],\n    \"na-enwetaghachi\": [\n        \"reconquers\",\n        \"regainers\",\n        \"repossesses\"\n    ],\n    \"gụgharịrị\": [\n        \"reconsecrated\"\n    ],\n    \"chegharia echiche\": [\n        \"reconsider\",\n        \"reconsiders\",\n        \"rethink\"\n    ],\n    \"sosole\": [\n        \"reconsole\"\n    ],\n    \"wugharia\": [\n        \"reconstruct\",\n        \"reconstructed\"\n    ],\n    \"Nzaghachi\": [\n        \"reconvalesce\"\n    ],\n    \"jikọtaghachi\": [\n        \"reconvened\",\n        \"reunfold\",\n        \"reunified\",\n        \"reunitable\",\n        \"reunited\",\n        \"reuniters\",\n        \"reunites\"\n    ],\n    \"rechaa\": [\n        \"recook\"\n    ],\n    \"enweghị ndekọ\": [\n        \"recordless\",\n        \"unrecordedness\"\n    ],\n    \"nwetaghari\": [\n        \"recounseled\"\n    ],\n    \"chetere\": [\n        \"recountable\"\n    ],\n    \"na-agụkọ\": [\n        \"recounting\"\n    ],\n    \"ịgụkọtaghachi\": [\n        \"recountment\"\n    ],\n    \"recoupou\": [\n        \"recoupable\"\n    ],\n    \"gbaghachi\": [\n        \"recoupe\",\n        \"recour\",\n        \"recours\",\n        \"recourse\"\n    ],\n    \"gbaghachiri\": [\n        \"recouped\"\n    ],\n    \"nweta ego\": [\n        \"recouper\"\n    ],\n    \"anatawo\": [\n        \"recoupled\"\n    ],\n    \"agbake\": [\n        \"recoverless\"\n    ],\n    \"bụzigharị\": [\n        \"recrayed\"\n    ],\n    \"onye ntụrụndụ\": [\n        \"recreationist\"\n    ],\n    \"recrystall\": [\n        \"recrystallised\"\n    ],\n    \"ekwughachiri\": [\n        \"recriticized\",\n        \"reendorsed\",\n        \"replated\",\n        \"reverberated\"\n    ],\n    \"chighachi\": [\n        \"recrudesce\"\n    ],\n    \"mbanye crusher\": [\n        \"recrush\"\n    ],\n    \"ikensi\": [\n        \"rectal\",\n        \"rectum\",\n        \"rectums\",\n        \"rectus\"\n    ],\n    \"rektangulu\": [\n        \"rectangle\",\n        \"rectangled\",\n        \"rectangles\"\n    ],\n    \"rectangulomita\": [\n        \"rectangulometer\"\n    ],\n    \"enwere ike idozi\": [\n        \"rectifiable\"\n    ],\n    \"rectorhip\": [\n        \"rectorship\"\n    ],\n    \"rektagaginal\": [\n        \"rectovaginal\"\n    ],\n    \"reubub\": [\n        \"recubant\"\n    ],\n    \"zọgharia\": [\n        \"recumb\",\n        \"subvert\"\n    ],\n    \"gbughachi\": [\n        \"recuperator\"\n    ],\n    \"nyochaghachi ume\": [\n        \"recuperatory\"\n    ],\n    \"na-akpọghachi\": [\n        \"recurses\",\n        \"relegating\"\n    ],\n    \"relavirostra\": [\n        \"recurvirostra\"\n    ],\n    \"relavirostridae\": [\n        \"recurvirostridae\"\n    ],\n    \"ekwupụtakwala\": [\n        \"recusants\"\n    ],\n    \"redata\": [\n        \"redact\"\n    ],\n    \"achagharịrị\": [\n        \"redacted\",\n        \"repainted\"\n    ],\n    \"redaed\": [\n        \"redared\"\n    ],\n    \"edegharịrị\": [\n        \"redargued\",\n        \"redrafted\",\n        \"repremised\"\n    ],\n    \"acha uhie\": [\n        \"redargues\"\n    ],\n    \"malitegharịa\": [\n        \"redart\",\n        \"redstart\",\n        \"relaunch\",\n        \"resume\",\n        \"resumer\",\n        \"resumers\",\n        \"resumes\",\n        \"resupervise\",\n        \"reswill\"\n    ],\n    \"ọkpụkpụ uhie\": [\n        \"redbone\"\n    ],\n    \"acha ọbara ọbara\": [\n        \"redder\",\n        \"reddish\",\n        \"reddishness\",\n        \"redemolish\",\n        \"redness\"\n    ],\n    \"zọghachi\": [\n        \"reddle\",\n        \"reddled\",\n        \"rehidden\"\n    ],\n    \"Nwoke na-agba mgba\": [\n        \"reddleman\"\n    ],\n    \"na-achapu mmadụ\": [\n        \"reddsman\"\n    ],\n    \"gbaputa\": [\n        \"rede\",\n        \"redebate\",\n        \"redebit\",\n        \"redeem\",\n        \"redeemer\",\n        \"redeemeress\",\n        \"redeye\",\n        \"redeify\"\n    ],\n    \"na-achagharị agba\": [\n        \"redecorates\"\n    ],\n    \"gbanyegharịa\": [\n        \"redeflect\"\n    ],\n    \"wepụtachara\": [\n        \"redeliberated\"\n    ],\n    \"na-emegharị ọrụ\": [\n        \"redeliberating\"\n    ],\n    \"achaghachi\": [\n        \"redelivered\"\n    ],\n    \"na-enyefe ihe\": [\n        \"redelivering\",\n        \"tergiversating\"\n    ],\n    \"onye mgbaputa\": [\n        \"redemptorist\",\n        \"reprisalist\"\n    ],\n    \"dengha\": [\n        \"redenying\"\n    ],\n    \"nụgharịgharị\": [\n        \"redeploying\"\n    ],\n    \"depụtaghachiri\": [\n        \"redescribed\"\n    ],\n    \"emezighari\": [\n        \"redesignated\",\n        \"redesigned\",\n        \"unamend\",\n        \"unamendment\"\n    ],\n    \"ichaputa ohuru\": [\n        \"redetermination\"\n    ],\n    \"redetermineter\": [\n        \"redetermined\"\n    ],\n    \"icha ohuru\": [\n        \"redetermining\"\n    ],\n    \"redfin si\": [\n        \"redfins\"\n    ],\n    \"isi uhie\": [\n        \"redhead\",\n        \"rehead\"\n    ],\n    \"redheaded ness\": [\n        \"redheadedness\"\n    ],\n    \"achapu n’obi\": [\n        \"redhearted\"\n    ],\n    \"ikpebi\": [\n        \"redictate\"\n    ],\n    \"ictgha\": [\n        \"redictating\"\n    ],\n    \"iweghachi\": [\n        \"redictation\",\n        \"redressing\",\n        \"replotment\",\n        \"restoring\"\n    ],\n    \"re dai\": [\n        \"redye\"\n    ],\n    \"reye\": [\n        \"redyeing\"\n    ],\n    \"redire\": [\n        \"redient\"\n    ],\n    \"redififịk iche iche\": [\n        \"redifferentiating\"\n    ],\n    \"ntụgharị ntụgharị\": [\n        \"redifferentiation\"\n    ],\n    \"rediregharị\": [\n        \"rediffusing\",\n        \"redirection\",\n        \"redirects\"\n    ],\n    \"redintegration\": [\n        \"redintegrating\"\n    ],\n    \"redip\": [\n        \"redips\"\n    ],\n    \"kwụghachi ụgwọ\": [\n        \"redisburse\",\n        \"remunerated\"\n    ],\n    \"fanyeghachi\": [\n        \"redischarge\",\n        \"reovercharge\"\n    ],\n    \"a ga-achọpụta\": [\n        \"rediscountable\"\n    ],\n    \"reisscou\": [\n        \"rediscourage\"\n    ],\n    \"achọtaghachi\": [\n        \"rediscovered\"\n    ],\n    \"rediscover\": [\n        \"rediscovering\"\n    ],\n    \"ekpughachiri\": [\n        \"redisplayed\"\n    ],\n    \"ịbagharịgharị\": [\n        \"redistributing\"\n    ],\n    \"redistributor\": [\n        \"redistributive\",\n        \"redistributory\"\n    ],\n    \"district\": [\n        \"redistrict\"\n    ],\n    \"redivivọ\": [\n        \"redivivous\"\n    ],\n    \"rediverce\": [\n        \"redivorce\"\n    ],\n    \"rediversing\": [\n        \"redivorcing\"\n    ],\n    \"uhie\": [\n        \"redleg\",\n        \"reds\"\n    ],\n    \"redocket\": [\n        \"redocketed\"\n    ],\n    \"redo\": [\n        \"redoing\"\n    ],\n    \"redouble\": [\n        \"redoublement\"\n    ],\n    \"redodi abụọ\": [\n        \"redoubling\"\n    ],\n    \"redoubing\": [\n        \"redoubting\"\n    ],\n    \"redoubim\": [\n        \"redoubts\"\n    ],\n    \"redox\": [\n        \"redoxes\"\n    ],\n    \"reduceed\": [\n        \"reducent\"\n    ],\n    \"reda\": [\n        \"reducer\",\n        \"uprears\"\n    ],\n    \"pzọpụta\": [\n        \"reduplicatively\"\n    ],\n    \"nācha uhie uhie\": [\n        \"redwing\"\n    ],\n    \"osisi uhie\": [\n        \"redwoods\"\n    ],\n    \"mụtakwala\": [\n        \"reearns\"\n    ],\n    \"okporo ahịhịa amị\": [\n        \"reedbird\",\n        \"reeder\"\n    ],\n    \"Amụọ\": [\n        \"reedbuck\"\n    ],\n    \"dị ka ahịhịa amị\": [\n        \"reedlike\"\n    ],\n    \"Onye amị\": [\n        \"reedman\"\n    ],\n    \"edmụ ihe\": [\n        \"reeducating\"\n    ],\n    \"Reef\": [\n        \"reef\"\n    ],\n    \"reef\": [\n        \"reefer\"\n    ],\n    \"reek\": [\n        \"reeked\",\n        \"reeker\",\n        \"reeking\",\n        \"reekingly\",\n        \"reeks\"\n    ],\n    \"reelege\": [\n        \"reelected\"\n    ],\n    \"reeledo\": [\n        \"reeledoing\"\n    ],\n    \"reel\": [\n        \"reelingly\",\n        \"rereel\"\n    ],\n    \"esi anwụde\": [\n        \"reels\"\n    ],\n    \"reembark\": [\n        \"reembarkation\",\n        \"reembarked\"\n    ],\n    \"reembodi\": [\n        \"reembodied\"\n    ],\n    \"reta\": [\n        \"reembrace\"\n    ],\n    \"reembra\": [\n        \"reembraced\"\n    ],\n    \"reemeghachi\": [\n        \"reemergence\"\n    ],\n    \"reemeta\": [\n        \"reemersion\"\n    ],\n    \"reemighari\": [\n        \"reemigrate\"\n    ],\n    \"reemem\": [\n        \"reemish\"\n    ],\n    \"reemit\": [\n        \"reemits\"\n    ],\n    \"relọ ọrụ\": [\n        \"reemploy\"\n    ],\n    \"arụ ọrụ ọzọ\": [\n        \"reemployed\"\n    ],\n    \"na-arụ ọrụ ọzọ\": [\n        \"reemploys\",\n        \"reopposed\",\n        \"reworking\"\n    ],\n    \"na-agwagharị\": [\n        \"reendows\"\n    ],\n    \"jupụta n'ọ reụ\": [\n        \"reenjoyed\"\n    ],\n    \"na-ayingụrị ọenụ\": [\n        \"reenjoying\"\n    ],\n    \"nhazighachi\": [\n        \"reenlargement\",\n        \"retoleration\"\n    ],\n    \"reenlight\": [\n        \"reenlighted\"\n    ],\n    \"re mmụta\": [\n        \"reenlightenment\"\n    ],\n    \"reenlist\": [\n        \"reenlisted\",\n        \"reenlisting\"\n    ],\n    \"emeghariri\": [\n        \"reenslaved\",\n        \"untraversed\"\n    ],\n    \"reenshazigharị\": [\n        \"reenslaving\"\n    ],\n    \"tịghachị\": [\n        \"reenter\"\n    ],\n    \"laghachiri ọzọ\": [\n        \"reentered\"\n    ],\n    \"adaghachị\": [\n        \"reenters\"\n    ],\n    \"reenumita\": [\n        \"reenumerate\"\n    ],\n    \"reereire\": [\n        \"reerect\"\n    ],\n    \"reere\": [\n        \"reerected\"\n    ],\n    \"reerect\": [\n        \"reerecting\"\n    ],\n    \"reestim\": [\n        \"reestimation\"\n    ],\n    \"reaks\": [\n        \"reests\"\n    ],\n    \"nweghachi mmiri\": [\n        \"reevacuation\"\n    ],\n    \"reeves\": [\n        \"reeved\",\n        \"reeveship\"\n    ],\n    \"Obinna Uchendu\": [\n        \"reeveland\"\n    ],\n    \"recaca\": [\n        \"reexcavated\"\n    ],\n    \"recacavation\": [\n        \"reexcavation\"\n    ],\n    \"reececute\": [\n        \"reexecute\"\n    ],\n    \"gosipụtaghachiri\": [\n        \"reexercised\"\n    ],\n    \"gosipụtaghachi\": [\n        \"reexhibited\"\n    ],\n    \"reexpịa\": [\n        \"reexpelled\"\n    ],\n    \"reexperi\": [\n        \"reexperienced\"\n    ],\n    \"nyochagharịrị\": [\n        \"reexplored\"\n    ],\n    \"zighachiri\": [\n        \"reexported\",\n        \"reimported\",\n        \"reinferred\",\n        \"repostponed\"\n    ],\n    \"ibuputaghachi\": [\n        \"reexporting\"\n    ],\n    \"reexpress\": [\n        \"reexpresses\"\n    ],\n    \"Ref\": [\n        \"ref\"\n    ],\n    \"megharịa ya\": [\n        \"refabricate\"\n    ],\n    \"daalụọ\": [\n        \"refallen\"\n    ],\n    \"nzaghaghari\": [\n        \"refamiliarization\"\n    ],\n    \"reamiliarizing\": [\n        \"refamiliarizing\"\n    ],\n    \"reatiba\": [\n        \"refectionary\"\n    ],\n    \"refera\": [\n        \"refectioner\"\n    ],\n    \"na-achakwa\": [\n        \"refels\"\n    ],\n    \"rụtụ aka\": [\n        \"refer\"\n    ],\n    \"refefe\": [\n        \"referable\"\n    ],\n    \"ntụaka\": [\n        \"referda\"\n    ],\n    \"refereehip\": [\n        \"refereeship\"\n    ],\n    \"na-edegharị ama\": [\n        \"referencing\"\n    ],\n    \"ndị na-edekọ aha\": [\n        \"referendaries\"\n    ],\n    \"Referendum\": [\n        \"referendum\"\n    ],\n    \"referendum\": [\n        \"referendums\"\n    ],\n    \"atụtụ aka\": [\n        \"referentiality\"\n    ],\n    \"Referents\": [\n        \"referents\"\n    ],\n    \"Ozi Ntuziaka\": [\n        \"referral\"\n    ],\n    \"ndị na-ezo aka\": [\n        \"referrers\"\n    ],\n    \"Refetch\": [\n        \"refetch\"\n    ],\n    \"refeta\": [\n        \"refete\"\n    ],\n    \"dogharịa\": [\n        \"refigure\"\n    ],\n    \"Refigures\": [\n        \"refigures\"\n    ],\n    \"na-agbazigharị\": [\n        \"refiguring\",\n        \"renigging\"\n    ],\n    \"refias\": [\n        \"refiled\"\n    ],\n    \"Refillable\": [\n        \"refillable\"\n    ],\n    \"Refilter\": [\n        \"refilter\"\n    ],\n    \"a pụrụ ire ụtọ\": [\n        \"refinable\"\n    ],\n    \"nnụcha\": [\n        \"refinage\"\n    ],\n    \"nụchara anụcha\": [\n        \"refinanced\",\n        \"refined\",\n        \"refinedly\",\n        \"refinished\"\n    ],\n    \"ụlọ nrụcha\": [\n        \"refineries\"\n    ],\n    \"ndị na-anụcha ihe\": [\n        \"refiners\"\n    ],\n    \"kpọgharịa\": [\n        \"refinger\",\n        \"refloat\",\n        \"rehire\",\n        \"reid\",\n        \"reline\",\n        \"relisher\",\n        \"relisten\",\n        \"sakeen\"\n    ],\n    \"refinishing\": [\n        \"refinisher\"\n    ],\n    \"nkwụnyeghachi\": [\n        \"refitment\",\n        \"reinstallations\",\n        \"reinstator\"\n    ],\n    \"mgbazigharị\": [\n        \"refixation\",\n        \"refixture\",\n        \"rehabilitations\",\n        \"relitigation\"\n    ],\n    \"Refl\": [\n        \"refl\"\n    ],\n    \"Megharịa\": [\n        \"reflag\",\n        \"rewager\"\n    ],\n    \"nke nwere ike igosipụta\": [\n        \"reflectible\"\n    ],\n    \"reflectoskop\": [\n        \"reflectoscope\"\n    ],\n    \"mpiaji\": [\n        \"reflets\",\n        \"reflew\",\n        \"reflex\",\n        \"reflexed\",\n        \"reflexible\",\n        \"reflexion\",\n        \"reflexional\",\n        \"reflexiue\",\n        \"reflexive\",\n        \"reflexness\",\n        \"splintage\"\n    ],\n    \"n'ichegharị\": [\n        \"reflexively\",\n        \"unrepentantly\",\n        \"unwatching\"\n    ],\n    \"ọkà mmụta reflexologist\": [\n        \"reflexologist\"\n    ],\n    \"ume ọhụrụ\": [\n        \"refloatation\",\n        \"reflourishment\",\n        \"refresco\",\n        \"refreshant\",\n        \"refreshener\",\n        \"refresher\",\n        \"refreshful\",\n        \"refreshfully\",\n        \"refreshingness\",\n        \"refreshment\",\n        \"renointestinal\",\n        \"restrengthened\",\n        \"revigour\"\n    ],\n    \"nwuo ume\": [\n        \"reflourish\"\n    ],\n    \"Reflowed\": [\n        \"reflowed\"\n    ],\n    \"reflowed\": [\n        \"reflowered\"\n    ],\n    \"Reflows\": [\n        \"reflows\"\n    ],\n    \"refluu\": [\n        \"refluent\"\n    ],\n    \"zachapụ\": [\n        \"reflush\"\n    ],\n    \"refocus\": [\n        \"refocused\",\n        \"refocuses\",\n        \"refocusing\",\n        \"refocussing\"\n    ],\n    \"refocus kwụrụ\": [\n        \"refocussed\"\n    ],\n    \"reghagharịrị\": [\n        \"reforesting\"\n    ],\n    \"okpuru osisi\": [\n        \"reforests\",\n        \"undershrubs\"\n    ],\n    \"ndozigharị\": [\n        \"reformati\",\n        \"reformation\",\n        \"reformationary\",\n        \"reformatness\",\n        \"reformats\"\n    ],\n    \"emezigharị\": [\n        \"reformating\",\n        \"reforming\",\n        \"reformulating\",\n        \"revised\"\n    ],\n    \"ndi ndozighari\": [\n        \"reformationist\"\n    ],\n    \"na-eme mgbanwe\": [\n        \"reformatory\",\n        \"revolutioneering\",\n        \"rigoristic\"\n    ],\n    \"ndi ndozigharị\": [\n        \"reformatories\"\n    ],\n    \"reformed\": [\n        \"reformedly\"\n    ],\n    \"refortified\": [\n        \"refortifies\"\n    ],\n    \"refofa\": [\n        \"refortifying\"\n    ],\n    \"refor\": [\n        \"reforward\"\n    ],\n    \"refound\": [\n        \"refounds\"\n    ],\n    \"Refr\": [\n        \"refr\"\n    ],\n    \"refracted\": [\n        \"refractable\"\n    ],\n    \"a na-emegharị\": [\n        \"refractedly\"\n    ],\n    \"Refractile\": [\n        \"refractile\"\n    ],\n    \"Refractility\": [\n        \"refractility\"\n    ],\n    \"Refractive\": [\n        \"refractive\"\n    ],\n    \"Refractorily\": [\n        \"refractorily\"\n    ],\n    \"Refractoriness\": [\n        \"refractoriness\"\n    ],\n    \"Refracturable\": [\n        \"refracturable\"\n    ],\n    \"Refracture\": [\n        \"refracture\"\n    ],\n    \"Refractured\": [\n        \"refractured\"\n    ],\n    \"Refractures\": [\n        \"refractures\"\n    ],\n    \"Refragable\": [\n        \"refragable\",\n        \"refragableness\"\n    ],\n    \"Onye nlekota\": [\n        \"refrainer\"\n    ],\n    \"n'izere\": [\n        \"refraining\"\n    ],\n    \"ọrụ ndughari\": [\n        \"refrangibilities\"\n    ],\n    \"refrangible\": [\n        \"refrangibleness\"\n    ],\n    \"sighari\": [\n        \"refreeze\"\n    ],\n    \"tuondu ume\": [\n        \"refresh\"\n    ],\n    \"Refri\": [\n        \"refry\"\n    ],\n    \"riesza\": [\n        \"refries\"\n    ],\n    \"na-agbanye mmanụ\": [\n        \"refueling\",\n        \"refuelling\"\n    ],\n    \"ịgba ọsọ ndụ\": [\n        \"refugeeism\"\n    ],\n    \"ụgbọ mmiri gbara ọsọ ndụ\": [\n        \"refugeeship\"\n    ],\n    \"refulgful\": [\n        \"refulgently\"\n    ],\n    \"onye jụrụ ajụ\": [\n        \"refuser\"\n    ],\n    \"ndị jụrụ\": [\n        \"refusers\"\n    ],\n    \"nguzogide\": [\n        \"refusion\"\n    ],\n    \"nzagha\": [\n        \"refutations\"\n    ],\n    \"ndị na-enyocha mmiri\": [\n        \"refuters\"\n    ],\n    \"nwetaghachi\": [\n        \"regain\",\n        \"regainer\",\n        \"regains\",\n        \"reinstil\"\n    ],\n    \"nwetaghachị\": [\n        \"regainable\",\n        \"regauge\"\n    ],\n    \"na-enweghachi\": [\n        \"regaler\"\n    ],\n    \"reging\": [\n        \"regaling\"\n    ],\n    \"regam\": [\n        \"regamble\"\n    ],\n    \"iburu n'uche\": [\n        \"regardancy\"\n    ],\n    \"weere\": [\n        \"regarded\"\n    ],\n    \"chikọtaghachi\": [\n        \"regather\"\n    ],\n    \"reget\": [\n        \"regathered\"\n    ],\n    \"enwetaghachila\": [\n        \"regeared\"\n    ],\n    \"imu omumu\": [\n        \"regenerance\"\n    ],\n    \"regene\": [\n        \"regenerant\",\n        \"regenerated\",\n        \"regenerates\",\n        \"regenerators\"\n    ],\n    \"reghari\": [\n        \"regenerate\",\n        \"regild\"\n    ],\n    \"regenearily\": [\n        \"regenerately\"\n    ],\n    \"regeneering\": [\n        \"regenerating\"\n    ],\n    \"imu ohuru\": [\n        \"regeneration\"\n    ],\n    \"icha ozo\": [\n        \"regermination\"\n    ],\n    \"regild\": [\n        \"regilded\"\n    ],\n    \"Usoro\": [\n        \"regimenal\",\n        \"regimens\",\n        \"tetradactyle\"\n    ],\n    \"regimental\": [\n        \"regimentaled\",\n        \"regimentalled\"\n    ],\n    \"onye mpaghara\": [\n        \"regionalist\"\n    ],\n    \"localistic\": [\n        \"regionalistic\"\n    ],\n    \"nhazi mpaghara\": [\n        \"regionalization\"\n    ],\n    \"dozie mpaghara\": [\n        \"regionalize\"\n    ],\n    \"ịhazi mpaghara\": [\n        \"regionalizing\"\n    ],\n    \"na mpaghara\": [\n        \"regionally\"\n    ],\n    \"deba aha\": [\n        \"register\",\n        \"registrer\"\n    ],\n    \"registable\": [\n        \"registerable\",\n        \"registrable\",\n        \"registral\"\n    ],\n    \"debara aha\": [\n        \"registered\",\n        \"registerer\"\n    ],\n    \"onye na-edeba aha\": [\n        \"registrar\",\n        \"registrator\"\n    ],\n    \"ndị na-edeba aha\": [\n        \"registrars\"\n    ],\n    \"reglement\": [\n        \"reglementary\",\n        \"reglementation\",\n        \"rglement\"\n    ],\n    \"regor\": [\n        \"regorged\"\n    ],\n    \"rekọd\": [\n        \"regrabbing\"\n    ],\n    \"regrad\": [\n        \"regraded\"\n    ],\n    \"regra edebanye aha\": [\n        \"regrafted\"\n    ],\n    \"regraft\": [\n        \"regrafting\"\n    ],\n    \"edebanyere aha\": [\n        \"regranted\"\n    ],\n    \"regrant\": [\n        \"regranting\"\n    ],\n    \"edebara\": [\n        \"regrates\"\n    ],\n    \"na-akwa ụta\": [\n        \"regrating\",\n        \"regratingly\",\n        \"regretful\",\n        \"regretter\",\n        \"regretters\",\n        \"regretting\"\n    ],\n    \"onye na-edekọ aha\": [\n        \"regrator\"\n    ],\n    \"re griiz\": [\n        \"regrease\"\n    ],\n    \"akwa ụta\": [\n        \"regreets\",\n        \"regret\",\n        \"regrets\"\n    ],\n    \"ressgbaghaghachi\": [\n        \"regressing\"\n    ],\n    \"kwara mmakwaara\": [\n        \"regretted\"\n    ],\n    \"da akwa\": [\n        \"regrew\"\n    ],\n    \"regr\": [\n        \"regrind\"\n    ],\n    \"regrịn\": [\n        \"regrinding\"\n    ],\n    \"regri\": [\n        \"regripped\"\n    ],\n    \"regrooroo\": [\n        \"regrooved\"\n    ],\n    \"chịkọtaghachi\": [\n        \"regroup\"\n    ],\n    \"regrow\": [\n        \"regrowing\"\n    ],\n    \"regrori\": [\n        \"regrown\"\n    ],\n    \"na-adaghachi\": [\n        \"regrows\",\n        \"repressed\"\n    ],\n    \"regrowth\": [\n        \"regrowths\"\n    ],\n    \"Iwuzie\": [\n        \"regularia\"\n    ],\n    \"na-achịkwa ya\": [\n        \"regulatable\"\n    ],\n    \"onye na-achịkwa\": [\n        \"regulatress\"\n    ],\n    \"regur\": [\n        \"regurge\"\n    ],\n    \"regurgrated\": [\n        \"regurgitated\",\n        \"unregurgitated\"\n    ],\n    \"rụzigharịa\": [\n        \"rehabilitated\",\n        \"renovated\",\n        \"repayed\"\n    ],\n    \"ghara ịgbanwe\": [\n        \"rehabilitation\",\n        \"rehabilitee\"\n    ],\n    \"gbahalaa\": [\n        \"rehale\"\n    ],\n    \"rehapu\": [\n        \"rehallow\"\n    ],\n    \"reharden\": [\n        \"rehardened\"\n    ],\n    \"reharmon\": [\n        \"reharmonizing\"\n    ],\n    \"rehbock\": [\n        \"rehboc\"\n    ],\n    \"reheapi\": [\n        \"reheap\"\n    ],\n    \"nuputa\": [\n        \"rehearheard\"\n    ],\n    \"nụgharia ihe\": [\n        \"rehearhearing\"\n    ],\n    \"mmughari\": [\n        \"rehearing\",\n        \"rehearings\",\n        \"retraining\"\n    ],\n    \"reheat\": [\n        \"reheaters\"\n    ],\n    \"rehobọt\": [\n        \"reheboth\",\n        \"rehoboth\"\n    ],\n    \"reheel\": [\n        \"reheeling\"\n    ],\n    \"rehumani\": [\n        \"rehumanized\",\n        \"rehumanizing\"\n    ],\n    \"megharia ahu\": [\n        \"rehumiliate\"\n    ],\n    \"rehumili\": [\n        \"rehumiliated\",\n        \"rehumiliating\"\n    ],\n    \"Alaka\": [\n        \"reichsland\",\n        \"twig\",\n        \"twigs\"\n    ],\n    \"reameding\": [\n        \"reidentifying\"\n    ],\n    \"na-achị achị\": [\n        \"reigniting\",\n        \"ruling\",\n        \"rulingly\"\n    ],\n    \"chia eze\": [\n        \"reignore\"\n    ],\n    \"reillinated\": [\n        \"reilluminated\"\n    ],\n    \"reillinating\": [\n        \"reilluminating\"\n    ],\n    \"reillination\": [\n        \"reillumination\"\n    ],\n    \"Reim\": [\n        \"reim\"\n    ],\n    \"reimim\": [\n        \"reimage\",\n        \"reimaged\",\n        \"reimply\",\n        \"reimposed\"\n    ],\n    \"reimaghari\": [\n        \"reimagination\"\n    ],\n    \"Iwegharị\": [\n        \"reimaging\",\n        \"revoting\"\n    ],\n    \"reimbursable\": [\n        \"reimburseable\"\n    ],\n    \"akwụghachi ụgwọ\": [\n        \"reimburses\",\n        \"remunerable\",\n        \"remunerably\",\n        \"rewardable\",\n        \"rewardful\"\n    ],\n    \"reimmersim\": [\n        \"reimmersion\"\n    ],\n    \"nlọghachiri\": [\n        \"reimplantation\"\n    ],\n    \"reimpim\": [\n        \"reimplied\"\n    ],\n    \"reiming\": [\n        \"reimplying\"\n    ],\n    \"zighachi azụ\": [\n        \"reimports\"\n    ],\n    \"weghachiri azụ\": [\n        \"reimprisoned\",\n        \"retorted\"\n    ],\n    \"reim nga\": [\n        \"reimprisoning\"\n    ],\n    \"nkwụghachi mkpọrọ\": [\n        \"reimprisonment\"\n    ],\n    \"nlọghachi ụwa\": [\n        \"reincarnation\",\n        \"reincarnationism\",\n        \"reincidence\"\n    ],\n    \"recentive\": [\n        \"reincentive\"\n    ],\n    \"reinclin\": [\n        \"reincline\",\n        \"reinclined\",\n        \"reinclining\"\n    ],\n    \"reinclud\": [\n        \"reinclude\",\n        \"reincluding\"\n    ],\n    \"na-alọghachi\": [\n        \"reincorporates\"\n    ],\n    \"denyịnya ibu\": [\n        \"reindeer\"\n    ],\n    \"ndị na-abanyeghachi\": [\n        \"reindeers\"\n    ],\n    \"mezigharịa\": [\n        \"reindexing\",\n        \"reinforms\"\n    ],\n    \"Iwebata\": [\n        \"reinducting\",\n        \"reinterring\",\n        \"uninterferedwith\"\n    ],\n    \"zigharịa\": [\n        \"reinfer\"\n    ],\n    \"Na-agbanye ọkụ\": [\n        \"reinflaming\"\n    ],\n    \"tinyegharịa\": [\n        \"reinflate\"\n    ],\n    \"Enweghachiri\": [\n        \"reinflated\"\n    ],\n    \"mesikwuru\": [\n        \"reinforced\",\n        \"reinforces\"\n    ],\n    \"kenyeghachi\": [\n        \"reinherit\"\n    ],\n    \"reghachite\": [\n        \"reinjure\"\n    ],\n    \"reju\": [\n        \"reinjures\"\n    ],\n    \"rejing\": [\n        \"reinjuring\"\n    ],\n    \"reinoculata\": [\n        \"reinoculated\",\n        \"reinoculating\"\n    ],\n    \"nyeghachi\": [\n        \"reinquire\",\n        \"reprotect\",\n        \"vender\"\n    ],\n    \"nyeghachiri ha\": [\n        \"reinquired\"\n    ],\n    \"rekọtaghachi\": [\n        \"reinquiring\"\n    ],\n    \"reins dee\": [\n        \"reinscribes\"\n    ],\n    \"reinsing\": [\n        \"reinscribing\"\n    ],\n    \"reinspect\": [\n        \"reinspected\",\n        \"reinspects\"\n    ],\n    \"ịtinye ọzọ\": [\n        \"reinstalling\"\n    ],\n    \"reinsins\": [\n        \"reinsulate\"\n    ],\n    \"reinsuring\": [\n        \"reinsulating\"\n    ],\n    \"Enweghachi\": [\n        \"reinsurance\"\n    ],\n    \"legharịa anya\": [\n        \"reintend\"\n    ],\n    \"itinye ọzọ\": [\n        \"reinterference\"\n    ],\n    \"itinyeghachi\": [\n        \"reintervening\"\n    ],\n    \"nyocha ọzọ\": [\n        \"reinterview\"\n    ],\n    \"reintring\": [\n        \"reintroducing\"\n    ],\n    \"reintu\": [\n        \"reintuition\"\n    ],\n    \"Ibughari ọzọ\": [\n        \"reinvading\"\n    ],\n    \"meghachite\": [\n        \"reinvent\"\n    ],\n    \"ntinye ohuru\": [\n        \"reinvestiture\"\n    ],\n    \"nyeghachi ume\": [\n        \"reinvigorated\",\n        \"reinvigorates\",\n        \"reinvigorating\"\n    ],\n    \"nyeghari\": [\n        \"reinvigorator\"\n    ],\n    \"kpọghachite\": [\n        \"reinvoke\"\n    ],\n    \"rerigi\": [\n        \"reirrigate\"\n    ],\n    \"reirrig\": [\n        \"reirrigated\"\n    ],\n    \"reirriging\": [\n        \"reirrigating\"\n    ],\n    \"rerigri\": [\n        \"reirrigation\"\n    ],\n    \"reissui\": [\n        \"reissuable\",\n        \"reissuement\"\n    ],\n    \"reeta\": [\n        \"reister\"\n    ],\n    \"iterator\": [\n        \"reiterator\"\n    ],\n    \"tugharịa\": [\n        \"reive\",\n        \"relighten\"\n    ],\n    \"na-enyeghachi\": [\n        \"reivers\",\n        \"reives\",\n        \"resupplies\"\n    ],\n    \"rei\": [\n        \"reiving\"\n    ],\n    \"Ajụ ajụ\": [\n        \"rejectableness\"\n    ],\n    \"jụwa\": [\n        \"rejectamenta\"\n    ],\n    \"ndi juru\": [\n        \"rejecters\"\n    ],\n    \"ndị jụrụ ajụ\": [\n        \"rejectors\"\n    ],\n    \"rejigjig\": [\n        \"rejiggered\"\n    ],\n    \"rejigger\": [\n        \"rejiggering\"\n    ],\n    \"uria ọ .u\": [\n        \"rejoice\"\n    ],\n    \"icedụrịrị ọicedụ\": [\n        \"rejoiced\"\n    ],\n    \"na-enwe afulụrị\": [\n        \"rejoiceful\"\n    ],\n    \"Ọ .ụ\": [\n        \"rejoicers\"\n    ],\n    \"enwe a .ụrị\": [\n        \"rejoices\"\n    ],\n    \"icingụrị ọ .ụ\": [\n        \"rejoicing\"\n    ],\n    \"na-aicụrị ọicụ\": [\n        \"rejoicingly\"\n    ],\n    \"sonyeghachi\": [\n        \"rejoin\"\n    ],\n    \"na-aindụrị\": [\n        \"rejoinders\"\n    ],\n    \"sonyeghachiri\": [\n        \"rejoined\"\n    ],\n    \"sorokwa\": [\n        \"rejoining\"\n    ],\n    \"jikọtakwa\": [\n        \"rejoins\"\n    ],\n    \"urnuria\": [\n        \"rejourn\"\n    ],\n    \"Njikọgharị\": [\n        \"rejunction\"\n    ],\n    \"rejistiiki\": [\n        \"rejustified\"\n    ],\n    \"ndika\": [\n        \"rekeying\",\n        \"wonkiest\"\n    ],\n    \"reknit\": [\n        \"reknitted\"\n    ],\n    \"reknot\": [\n        \"reknotted\"\n    ],\n    \"knyeghachi\": [\n        \"reknotting\"\n    ],\n    \"kpọl\": [\n        \"rel\"\n    ],\n    \"Agbaghaala\": [\n        \"relabelled\"\n    ],\n    \"dochie\": [\n        \"relace\",\n        \"relaced\",\n        \"repace\",\n        \"replace\",\n        \"replaced\",\n        \"replacing\",\n        \"replait\",\n        \"replane\",\n        \"substitute\",\n        \"substituted\"\n    ],\n    \"edochi\": [\n        \"relaces\",\n        \"replaceable\",\n        \"replaces\"\n    ],\n    \"ọsọ agba anọ\": [\n        \"relay\"\n    ],\n    \"Relay\": [\n        \"relaying\"\n    ],\n    \"agba anọ nwoke\": [\n        \"relayman\"\n    ],\n    \"ireland\": [\n        \"reland\"\n    ],\n    \"Ihe gbasara\": [\n        \"relaters\"\n    ],\n    \"na mmekọrịta\": [\n        \"relationally\"\n    ],\n    \"dịtụ\": [\n        \"relatively\",\n        \"somewhat\",\n        \"somewhats\"\n    ],\n    \"na-alọta\": [\n        \"relaunches\"\n    ],\n    \"Iweghachite\": [\n        \"relaunching\"\n    ],\n    \"undghaghachi\": [\n        \"relaundering\"\n    ],\n    \"Zuo ike\": [\n        \"relax\"\n    ],\n    \"amughachi\": [\n        \"relearned\"\n    ],\n    \"nwere ike ịhapụ\": [\n        \"releasable\",\n        \"releasible\"\n    ],\n    \"adighi atughari\": [\n        \"relentless\"\n    ],\n    \"echegharị\": [\n        \"relentment\",\n        \"repliant\",\n        \"retinged\"\n    ],\n    \"reletlet\": [\n        \"relettered\"\n    ],\n    \"reletter\": [\n        \"reletters\"\n    ],\n    \"mkpughe\": [\n        \"relevation\",\n        \"reve\",\n        \"reveilles\",\n        \"revelation\",\n        \"revelationer\",\n        \"revelations\",\n        \"revelator\",\n        \"revelatory\",\n        \"reveler\",\n        \"reveller\",\n        \"revellings\",\n        \"reveneer\",\n        \"reverer\",\n        \"revetments\",\n        \"unfoldment\",\n        \"unseveredness\"\n    ],\n    \"ahụ efe\": [\n        \"relevied\",\n        \"relieved\"\n    ],\n    \"kwesiri ntukwasi obi\": [\n        \"reliable\"\n    ],\n    \"a pụrụ ịdabere\": [\n        \"reliably\"\n    ],\n    \"relicense\": [\n        \"relicensed\",\n        \"relicenses\"\n    ],\n    \"relicens\": [\n        \"relicensing\"\n    ],\n    \"reliced\": [\n        \"relicted\"\n    ],\n    \"reliclic\": [\n        \"reliction\"\n    ],\n    \"enyemaka dị obere\": [\n        \"reliefless\"\n    ],\n    \"Ihe enyemaka\": [\n        \"reliefs\"\n    ],\n    \"nke nwere ike iwepu\": [\n        \"relievable\"\n    ],\n    \"kpee okpukpe\": [\n        \"religate\"\n    ],\n    \"okpukpe\": [\n        \"religation\",\n        \"religion\",\n        \"religionary\",\n        \"religionism\",\n        \"religionist\",\n        \"religionistic\",\n        \"religionize\",\n        \"religions\",\n        \"religiose\",\n        \"religiosity\",\n        \"religious\",\n        \"religiousness\",\n        \"theinism\"\n    ],\n    \"kpe okpukpe\": [\n        \"religionate\"\n    ],\n    \"ndị okpukpe\": [\n        \"religionists\"\n    ],\n    \"n'okpukpe\": [\n        \"religiously\"\n    ],\n    \"relimation\": [\n        \"relimitation\"\n    ],\n    \"nwere ike ịtụkwasị obi\": [\n        \"reliquefied\"\n    ],\n    \"na-agbanye mmiri\": [\n        \"reliquidating\",\n        \"searoving\"\n    ],\n    \"ikpochapu mmiri\": [\n        \"reliquidation\"\n    ],\n    \"relisha\": [\n        \"relishable\"\n    ],\n    \"Arịrịrị\": [\n        \"relishsome\"\n    ],\n    \"relist\": [\n        \"relisted\"\n    ],\n    \"idenye aha\": [\n        \"relisting\"\n    ],\n    \"pụrụ ịdabere na ya\": [\n        \"relivable\"\n    ],\n    \"rell\": [\n        \"relive\"\n    ],\n    \"bubatagharịa\": [\n        \"reload\"\n    ],\n    \"Akwajuru\": [\n        \"reloader\",\n        \"reloads\"\n    ],\n    \"reloan\": [\n        \"reloaned\",\n        \"reloaning\",\n        \"reloans\"\n    ],\n    \"kwagara ebe ọzọ\": [\n        \"relocated\",\n        \"relocatee\",\n        \"relocates\"\n    ],\n    \"ịkwaga ebe ọzọ\": [\n        \"relocating\",\n        \"relocation\",\n        \"relocations\"\n    ],\n    \"n'ụsọ\": [\n        \"relucent\"\n    ],\n    \"n’adaghị mba\": [\n        \"reluctantly\"\n    ],\n    \"relum\": [\n        \"reluming\"\n    ],\n    \"na-agbapụtaghachi\": [\n        \"relumining\"\n    ],\n    \"remugnetization\": [\n        \"remagnetization\"\n    ],\n    \"remugnetized\": [\n        \"remagnetized\"\n    ],\n    \"nọgide\": [\n        \"remaim\",\n        \"remain\"\n    ],\n    \"Nke fọduru\": [\n        \"remainder\"\n    ],\n    \"fọdụrụ\": [\n        \"remaindered\",\n        \"remaining\"\n    ],\n    \"fọdụrụnụ\": [\n        \"remainderman\"\n    ],\n    \"ndị fọdụrụ\": [\n        \"remaindermen\"\n    ],\n    \"Nke fọdụrụ\": [\n        \"remaindment\"\n    ],\n    \"fọdụ\": [\n        \"remaintain\"\n    ],\n    \"edeghachiri\": [\n        \"remanded\"\n    ],\n    \"ịkwụghachi\": [\n        \"remandment\"\n    ],\n    \"remanị\": [\n        \"remanency\"\n    ],\n    \"remanufacturing\": [\n        \"remanufacture\"\n    ],\n    \"remanufactured\": [\n        \"remanufacturer\",\n        \"remanufactures\"\n    ],\n    \"ịlụgharị\": [\n        \"remarch\"\n    ],\n    \"N'ụzọ dị ịrịba ama\": [\n        \"remarkably\"\n    ],\n    \"kwuru n'okwu\": [\n        \"remarkedly\"\n    ],\n    \"ịlụ nwaanyị ọzọ\": [\n        \"remarry\",\n        \"remarriages\"\n    ],\n    \"remastated\": [\n        \"remasticated\"\n    ],\n    \"gbugharia\": [\n        \"rematriculated\"\n    ],\n    \"remeji\": [\n        \"remeasurement\"\n    ],\n    \"remements\": [\n        \"remeasurements\"\n    ],\n    \"remeas\": [\n        \"remeasuring\"\n    ],\n    \"enweghịzị\": [\n        \"remedilessness\"\n    ],\n    \"Ndi fọduru\": [\n        \"remenant\",\n        \"remnant\"\n    ],\n    \"remington\": [\n        \"remention\"\n    ],\n    \"remix\": [\n        \"remex\"\n    ],\n    \"remata\": [\n        \"remigate\"\n    ],\n    \"resigrant\": [\n        \"remigrant\"\n    ],\n    \"na-agbanyegharị\": [\n        \"remigrating\"\n    ],\n    \"ichetara\": [\n        \"remind\",\n        \"remindingly\"\n    ],\n    \"na-echetara\": [\n        \"reminding\",\n        \"reminds\"\n    ],\n    \"na-echetara anyị\": [\n        \"reminiscent\",\n        \"reminiscential\",\n        \"reminiscently\"\n    ],\n    \"na-echeta ya\": [\n        \"reminiscentially\"\n    ],\n    \"na-enwe obi\": [\n        \"remissful\"\n    ],\n    \"Nnyefe\": [\n        \"remittal\"\n    ],\n    \"onye nkwụnye\": [\n        \"remittor\"\n    ],\n    \"ndị nkwụnye ọkụ\": [\n        \"remittors\"\n    ],\n    \"remilata\": [\n        \"remixture\"\n    ],\n    \"onye nrụgharị\": [\n        \"remodeler\"\n    ],\n    \"ndị nrụgharị\": [\n        \"remodelers\"\n    ],\n    \"onye nrụpụta\": [\n        \"remodeller\"\n    ],\n    \"nwepu iwepụ\": [\n        \"remodification\"\n    ],\n    \"wepụkwa\": [\n        \"remodifying\"\n    ],\n    \"reolding\": [\n        \"remolding\"\n    ],\n    \"remonetates\": [\n        \"remonetizes\"\n    ],\n    \"na-enwe nchegharị\": [\n        \"remorseful\"\n    ],\n    \"na nchegharị\": [\n        \"remorsefully\"\n    ],\n    \"nchegharị àmà\": [\n        \"remorseproof\"\n    ],\n    \"remotot\": [\n        \"remotely\",\n        \"remoteness\"\n    ],\n    \"nweghachite\": [\n        \"remotions\",\n        \"renouncements\",\n        \"repealability\",\n        \"retrievability\"\n    ],\n    \"nke mbughari\": [\n        \"removable\"\n    ],\n    \"ndị ewepụ ihe\": [\n        \"removers\"\n    ],\n    \"gbasara akụrụ\": [\n        \"renal\"\n    ],\n    \"nyegharịa aha\": [\n        \"renamed\"\n    ],\n    \"renam aha ya\": [\n        \"renaming\"\n    ],\n    \"imeghachi azu\": [\n        \"renascency\"\n    ],\n    \"ịgbazite\": [\n        \"renate\",\n        \"tenanting\"\n    ],\n    \"nweghachi ego\": [\n        \"rencounters\"\n    ],\n    \"sụgharịta\": [\n        \"renders\"\n    ],\n    \"na-ewe\": [\n        \"rends\",\n        \"taked\",\n        \"takes\",\n        \"taketh\"\n    ],\n    \"mmeghari ohuru\": [\n        \"renegation\",\n        \"reneger\",\n        \"renewability\",\n        \"renewal\",\n        \"renewals\",\n        \"renewer\",\n        \"renewers\",\n        \"renewment\",\n        \"renogram\",\n        \"renograms\",\n        \"renography\",\n        \"renographic\",\n        \"renoir\",\n        \"renourishment\",\n        \"renovations\",\n        \"renovative\",\n        \"renovators\"\n    ],\n    \"emeghari ohuru\": [\n        \"reneging\"\n    ],\n    \"regglg\": [\n        \"reneglect\"\n    ],\n    \"imeohuru\": [\n        \"renew\"\n    ],\n    \"emere maka mmeghari ohuru\": [\n        \"renewable\"\n    ],\n    \"eme ohuru\": [\n        \"renewing\"\n    ],\n    \"zighachite\": [\n        \"renidify\"\n    ],\n    \"renime\": [\n        \"renilla\"\n    ],\n    \"rennase\": [\n        \"rennases\"\n    ],\n    \"rụgharịa\": [\n        \"reno\"\n    ],\n    \"renoting\": [\n        \"renoticing\",\n        \"renotifying\"\n    ],\n    \"ndị rekọd\": [\n        \"renouncers\"\n    ],\n    \"ntaghari ohuru\": [\n        \"renovation\"\n    ],\n    \"na-ama ama\": [\n        \"renowning\"\n    ],\n    \"ụgwọ ụlọ\": [\n        \"rentability\",\n        \"rentage\",\n        \"rentes\",\n        \"rentree\"\n    ],\n    \"ịgbaziri agbaziri\": [\n        \"rentable\",\n        \"rente\",\n        \"rented\",\n        \"renting\"\n    ],\n    \"enweghị ụgwọ ụlọ\": [\n        \"rentless\"\n    ],\n    \"renụsọ\": [\n        \"renullifying\"\n    ],\n    \"regharịrị\": [\n        \"renumbered\"\n    ],\n    \"kpọgharịa aha\": [\n        \"renunciate\"\n    ],\n    \"renjinculus\": [\n        \"renunculus\"\n    ],\n    \"reobode\": [\n        \"reobserving\"\n    ],\n    \"reubtain\": [\n        \"reobtain\",\n        \"reobtainable\",\n        \"reobtained\",\n        \"reobtaining\"\n    ],\n    \"reockupation\": [\n        \"reoccupation\"\n    ],\n    \"reo aka ọrụ\": [\n        \"reoccupations\"\n    ],\n    \"lekọtakwa\": [\n        \"reoccupied\"\n    ],\n    \"reo ọrụ\": [\n        \"reoccupying\"\n    ],\n    \"reoccor\": [\n        \"reoccurring\"\n    ],\n    \"reoccos\": [\n        \"reoccurs\"\n    ],\n    \"re mmanụ\": [\n        \"reoil\",\n        \"reoiling\"\n    ],\n    \"reo\": [\n        \"reoiled\"\n    ],\n    \"rheometer\": [\n        \"reometer\"\n    ],\n    \"imegheghachi\": [\n        \"reopen\"\n    ],\n    \"reopen\": [\n        \"reopener\"\n    ],\n    \"meghee\": [\n        \"reopens\",\n        \"unfroze\"\n    ],\n    \"reopeji\": [\n        \"reoperated\"\n    ],\n    \"reoppos\": [\n        \"reopposing\"\n    ],\n    \"nweghachi mmụọ\": [\n        \"reoppression\"\n    ],\n    \"imeghari ozo\": [\n        \"reordaining\",\n        \"rethreaten\"\n    ],\n    \"nhazighari\": [\n        \"reorganising\",\n        \"reorganization\",\n        \"reorganizing\"\n    ],\n    \"reorientering\": [\n        \"reorientating\"\n    ],\n    \"reori\": [\n        \"reoriented\"\n    ],\n    \"reoutfit\": [\n        \"reoutfitted\"\n    ],\n    \"reouting\": [\n        \"reoutlining\"\n    ],\n    \"reoutgharị\": [\n        \"reoutrage\"\n    ],\n    \"relongflow\": [\n        \"reoverflow\"\n    ],\n    \"oxygenate\": [\n        \"reoxygenate\"\n    ],\n    \"roxygeniz\": [\n        \"reoxygenize\"\n    ],\n    \"na-akwụghachi\": [\n        \"repaying\",\n        \"repraising\"\n    ],\n    \"na-etegharị\": [\n        \"repainting\"\n    ],\n    \"ịrụzi\": [\n        \"repaired\",\n        \"repairing\"\n    ],\n    \"rụkwaa\": [\n        \"repale\"\n    ],\n    \"nke repand\": [\n        \"repandous\"\n    ],\n    \"na-azụghachi\": [\n        \"repaneling\",\n        \"repossessing\"\n    ],\n    \"arụgharịrị\": [\n        \"repapered\"\n    ],\n    \"Iwegharị akwụkwọ\": [\n        \"repapering\"\n    ],\n    \"Repara\": [\n        \"reparable\"\n    ],\n    \"reparara\": [\n        \"reparably\"\n    ],\n    \"malitegharia\": [\n        \"repart\",\n        \"repartake\",\n        \"restartable\",\n        \"restarted\",\n        \"restarts\"\n    ],\n    \"repartart\": [\n        \"repartable\"\n    ],\n    \"eweghachi\": [\n        \"repartees\",\n        \"salvageable\"\n    ],\n    \"imeghachi ya\": [\n        \"reparticipation\"\n    ],\n    \"repass\": [\n        \"repassable\",\n        \"repassant\",\n        \"repasses\"\n    ],\n    \"repas\": [\n        \"repasted\"\n    ],\n    \"ndị si mba ọzọ lọta\": [\n        \"repatriates\"\n    ],\n    \"deghachiri\": [\n        \"repatrolled\"\n    ],\n    \"onye na-eweghachi ihe\": [\n        \"repealer\"\n    ],\n    \"na-emeghachi\": [\n        \"repeating\"\n    ],\n    \"edeghachi\": [\n        \"repeddle\",\n        \"replants\",\n        \"reticent\",\n        \"reticulate\",\n        \"reticulately\"\n    ],\n    \"ichughachiazu\": [\n        \"repel\"\n    ],\n    \"ileghachi anya\": [\n        \"repellance\"\n    ],\n    \"ellinggha\": [\n        \"repellingness\"\n    ],\n    \"na-achụghachi\": [\n        \"repels\"\n    ],\n    \"repen\": [\n        \"repenned\"\n    ],\n    \"ndị na-emegharị\": [\n        \"repeople\"\n    ],\n    \"reperive\": [\n        \"reperceive\"\n    ],\n    \"reperi na-anabata\": [\n        \"reperceiving\"\n    ],\n    \"mkpughari\": [\n        \"repercussion\"\n    ],\n    \"repercussive\": [\n        \"repercussively\"\n    ],\n    \"reperper\": [\n        \"reperked\"\n    ],\n    \"sụọ asụsụ\": [\n        \"repersuade\"\n    ],\n    \"mpịaji\": [\n        \"repertory\"\n    ],\n    \"nyeghachiri ọzọ\": [\n        \"reperused\"\n    ],\n    \"onye ugboro ugboro\": [\n        \"repetiteur\"\n    ],\n    \"ikwughachi ihe\": [\n        \"repetitiousness\"\n    ],\n    \"repenti\": [\n        \"repicture\"\n    ],\n    \"repine repine\": [\n        \"repineful\"\n    ],\n    \"repining\": [\n        \"repiningly\"\n    ],\n    \"repin\": [\n        \"repinned\"\n    ],\n    \"ndị dochie anya\": [\n        \"replacers\"\n    ],\n    \"eweghachiri\": [\n        \"replaned\",\n        \"rescreened\",\n        \"retributed\",\n        \"retrofracted\",\n        \"retroverted\"\n    ],\n    \"ịkụghari\": [\n        \"replant\"\n    ],\n    \"kputara\": [\n        \"replanted\"\n    ],\n    \"akughari\": [\n        \"replanting\"\n    ],\n    \"replel\": [\n        \"repleading\"\n    ],\n    \"mejuputa ihe\": [\n        \"replenisher\"\n    ],\n    \"mejuputa ndokwa\": [\n        \"replenishers\"\n    ],\n    \"replenishọ\": [\n        \"replenishingly\"\n    ],\n    \"repletta\": [\n        \"repletely\"\n    ],\n    \"repleple\": [\n        \"repletive\"\n    ],\n    \"repleplely\": [\n        \"repletively\"\n    ],\n    \"na-agbanyeghachi ume\": [\n        \"repletory\"\n    ],\n    \"ihe oyiri\": [\n        \"replicas\"\n    ],\n    \"ereghachi\": [\n        \"repliers\"\n    ],\n    \"repll\": [\n        \"replumed\"\n    ],\n    \"repolariz\": [\n        \"repolarize\"\n    ],\n    \"weghachiri ya\": [\n        \"repolarized\"\n    ],\n    \"repolari\": [\n        \"repolarizing\"\n    ],\n    \"depolymerization\": [\n        \"repolymerization\"\n    ],\n    \"repopulari\": [\n        \"repopularized\"\n    ],\n    \"biri ọzọ\": [\n        \"repopulated\"\n    ],\n    \"ndị nta akụkọ\": [\n        \"reporters\"\n    ],\n    \"recess\": [\n        \"reposedness\"\n    ],\n    \"repository\": [\n        \"repositary\"\n    ],\n    \"reposition\": [\n        \"repositing\",\n        \"repositioned\",\n        \"repositioning\"\n    ],\n    \"nụgharịa\": [\n        \"repostulated\"\n    ],\n    \"repo\": [\n        \"repoured\"\n    ],\n    \"repousage\": [\n        \"repoussage\"\n    ],\n    \"na-eweghachi\": [\n        \"repowering\",\n        \"republishes\",\n        \"repurifies\",\n        \"respersive\",\n        \"restrings\",\n        \"restrives\",\n        \"restriving\"\n    ],\n    \"repow\": [\n        \"repowers\"\n    ],\n    \"repract\": [\n        \"repracticed\"\n    ],\n    \"ịkọcha\": [\n        \"repredict\",\n        \"scrunching\",\n        \"unscratching\"\n    ],\n    \"ịnọchite anya\": [\n        \"representability\"\n    ],\n    \"nke nwere ike ịnọchite anya ya\": [\n        \"representable\"\n    ],\n    \"na-anọchite anya ya\": [\n        \"representably\"\n    ],\n    \"na-anọchite anya\": [\n        \"representamen\",\n        \"representationalistic\",\n        \"representationally\",\n        \"representing\"\n    ],\n    \"onye na-anọchite anya\": [\n        \"representant\"\n    ],\n    \"onye nnọchite anya\": [\n        \"representationalist\",\n        \"representationist\"\n    ],\n    \"onye nnochite anya\": [\n        \"representative\",\n        \"selenographist\"\n    ],\n    \"nọchiri anya ya\": [\n        \"represented\"\n    ],\n    \"nọchitere\": [\n        \"representee\"\n    ],\n    \"repressfully\": [\n        \"repressibly\"\n    ],\n    \"repricric\": [\n        \"repriced\"\n    ],\n    \"baaka\": [\n        \"reprimander\"\n    ],\n    \"na nba\": [\n        \"reprimandingly\"\n    ],\n    \"reprin\": [\n        \"reprinter\",\n        \"reprints\"\n    ],\n    \"repris\": [\n        \"reprises\"\n    ],\n    \"nke a na-akatọ\": [\n        \"reproachable\"\n    ],\n    \"a na-ebugharị mmadụ\": [\n        \"reproachableness\"\n    ],\n    \"iji gbanwee\": [\n        \"reproachably\"\n    ],\n    \"enweghị nkọcha\": [\n        \"reproachless\",\n        \"reproachlessness\"\n    ],\n    \"onye na-agbara mmiri\": [\n        \"reprobater\"\n    ],\n    \"onye na-agba akaebe\": [\n        \"reprobationer\"\n    ],\n    \"baakwa\": [\n        \"reprocure\"\n    ],\n    \"mụta nwa\": [\n        \"reproduce\"\n    ],\n    \"mepụtaghachiri\": [\n        \"reproduced\"\n    ],\n    \"ndị na-emepụta mkpụrụ ndụ\": [\n        \"reproducers\"\n    ],\n    \"reproducible\": [\n        \"reproducibly\"\n    ],\n    \"mmeputakwa\": [\n        \"reproduction\",\n        \"reproductions\",\n        \"reproductivity\"\n    ],\n    \"onye mmeputakwa\": [\n        \"reproductionist\"\n    ],\n    \"abaraghi mba\": [\n        \"reproofless\"\n    ],\n    \"reproprop\": [\n        \"reproportion\"\n    ],\n    \"tuo ebubo\": [\n        \"reprosecute\"\n    ],\n    \"gọpụrụ\": [\n        \"reprosecuted\"\n    ],\n    \"na-edekọ iwu\": [\n        \"reprosecuting\"\n    ],\n    \"reprun\": [\n        \"reprune\",\n        \"repruning\"\n    ],\n    \"reptet\": [\n        \"reptation\"\n    ],\n    \"ihe nākpu akpu\": [\n        \"reptilelike\",\n        \"reptiles\"\n    ],\n    \"ndị rept\": [\n        \"reptilians\"\n    ],\n    \"Republic\": [\n        \"republica\",\n        \"republican\",\n        \"republicans\"\n    ],\n    \"nke obodo\": [\n        \"republical\"\n    ],\n    \"republican\": [\n        \"republicanised\"\n    ],\n    \"republisha\": [\n        \"republishable\"\n    ],\n    \"biputara\": [\n        \"republished\"\n    ],\n    \"repudi\": [\n        \"repudiable\"\n    ],\n    \"ndị na-ajụ\": [\n        \"repudiates\"\n    ],\n    \"na-ajụkwa\": [\n        \"repudiating\"\n    ],\n    \"onye nleghari\": [\n        \"repudiator\"\n    ],\n    \"na-ajụkarị ase\": [\n        \"repudiatory\"\n    ],\n    \"ndi nleghari\": [\n        \"repudiators\"\n    ],\n    \"ihe mgbaputa\": [\n        \"repugnatorial\"\n    ],\n    \"na-achaghachi azụ\": [\n        \"repullulescent\"\n    ],\n    \"mpughari\": [\n        \"repulpit\",\n        \"rollicky\",\n        \"rollix\"\n    ],\n    \"na-akụghasị\": [\n        \"repulsing\"\n    ],\n    \"na-azụtaghachi\": [\n        \"repursuing\"\n    ],\n    \"nke nwere ugwu\": [\n        \"reputative\"\n    ],\n    \"a na-ekwu\": [\n        \"reputedly\"\n    ],\n    \"engha\": [\n        \"requench\"\n    ],\n    \"recin\": [\n        \"requin\"\n    ],\n    \"ịkwụghachi ụgwọ\": [\n        \"requitement\"\n    ],\n    \"recotation\": [\n        \"requotation\"\n    ],\n    \"Rerail\": [\n        \"rerail\"\n    ],\n    \"Rerailer\": [\n        \"rerailer\"\n    ],\n    \"Reran\": [\n        \"reran\"\n    ],\n    \"rebour\": [\n        \"rerebrace\"\n    ],\n    \"rekord\": [\n        \"rerecord\"\n    ],\n    \"rekoor\": [\n        \"rerecording\"\n    ],\n    \"reregbanye aha\": [\n        \"reregistration\"\n    ],\n    \"rerem\": [\n        \"reremice\"\n    ],\n    \"rerasor\": [\n        \"reremouse\"\n    ],\n    \"reris\": [\n        \"rerise\",\n        \"rerises\"\n    ],\n    \"rerett\": [\n        \"rerivet\"\n    ],\n    \"reroode\": [\n        \"rerouted\"\n    ],\n    \"reroring\": [\n        \"rerouting\"\n    ],\n    \"jigharia\": [\n        \"resaddle\"\n    ],\n    \"addgha\": [\n        \"resaddling\"\n    ],\n    \"resay\": [\n        \"resaying\"\n    ],\n    \"resalesa\": [\n        \"resalable\",\n        \"resaleable\"\n    ],\n    \"resale\": [\n        \"resales\"\n    ],\n    \"resalites\": [\n        \"resalutes\"\n    ],\n    \"Ijikwa\": [\n        \"resaluting\"\n    ],\n    \"resam\": [\n        \"resample\"\n    ],\n    \"Ibugharị\": [\n        \"resampling\",\n        \"reshipping\",\n        \"sweptback\"\n    ],\n    \"dozigharịa\": [\n        \"resanctify\"\n    ],\n    \"resawa\": [\n        \"resawer\"\n    ],\n    \"resaing\": [\n        \"resawing\"\n    ],\n    \"ibughari oge\": [\n        \"reschedule\",\n        \"reschedules\"\n    ],\n    \"chedtọgharị oge\": [\n        \"rescheduling\"\n    ],\n    \"Ighagharị\": [\n        \"rescreening\"\n    ],\n    \"weghachiri iche\": [\n        \"rescrutinized\"\n    ],\n    \"napụtara\": [\n        \"rescued\"\n    ],\n    \"ndị nnapụta\": [\n        \"rescuers\"\n    ],\n    \"na-azọpụta\": [\n        \"rescuing\"\n    ],\n    \"ihe ogbugbu\": [\n        \"rescusser\"\n    ],\n    \"seghachi\": [\n        \"reseal\"\n    ],\n    \"Receam\": [\n        \"reseam\"\n    ],\n    \"-eme nnyocha\": [\n        \"researchers\"\n    ],\n    \"eme nnyocha\": [\n        \"researchful\",\n        \"scrutinant\"\n    ],\n    \"wepu iche\": [\n        \"resegregated\"\n    ],\n    \"resizer\": [\n        \"reseiser\",\n        \"reseizer\"\n    ],\n    \"resili\": [\n        \"resells\",\n        \"resile\",\n        \"resilement\",\n        \"resilience\",\n        \"resilient\"\n    ],\n    \"resensịkwa\": [\n        \"resensitize\"\n    ],\n    \"resenti\": [\n        \"resentience\"\n    ],\n    \"ndoputa\": [\n        \"reserval\",\n        \"reservation\",\n        \"reservations\",\n        \"reservery\",\n        \"reserving\"\n    ],\n    \"idobere\": [\n        \"reserve\",\n        \"reservee\",\n        \"reservor\",\n        \"resever\"\n    ],\n    \"echekwabara\": [\n        \"reserved\",\n        \"reserveful\",\n        \"unprotectedly\"\n    ],\n    \"tọgharịa\": [\n        \"reset\"\n    ],\n    \"ndị na-ebigharị\": [\n        \"resetters\"\n    ],\n    \"na-atọgharị\": [\n        \"resetting\"\n    ],\n    \"ebighari\": [\n        \"resettled\"\n    ],\n    \"ibighari\": [\n        \"resettling\"\n    ],\n    \"Recex\": [\n        \"resex\"\n    ],\n    \"reshe\": [\n        \"reshearer\"\n    ],\n    \"shingling\": [\n        \"reshingling\"\n    ],\n    \"reshifi\": [\n        \"reshipped\"\n    ],\n    \"reshoe\": [\n        \"reshoeing\"\n    ],\n    \"resi\": [\n        \"resiance\",\n        \"resiant\"\n    ],\n    \"ụgbọ mmiri obibi\": [\n        \"residentiaryship\"\n    ],\n    \"residuum\": [\n        \"residiuum\"\n    ],\n    \"ihe mmapụta\": [\n        \"residua\",\n        \"residual\"\n    ],\n    \"residides\": [\n        \"residually\"\n    ],\n    \"residu\": [\n        \"residuation\",\n        \"residuous\"\n    ],\n    \"ihe fọduru\": [\n        \"residue\"\n    ],\n    \"resid\": [\n        \"residues\"\n    ],\n    \"gbaa arụkwaghịm\": [\n        \"resigh\",\n        \"resight\",\n        \"resign\",\n        \"resignal\",\n        \"resignatary\",\n        \"resignee\",\n        \"resigner\",\n        \"resigners\",\n        \"resignful\"\n    ],\n    \"resigna\": [\n        \"resignaled\"\n    ],\n    \"agba arụkwaghịm\": [\n        \"resignaling\",\n        \"resigning\"\n    ],\n    \"arụkwaghịm\": [\n        \"resignation\",\n        \"resignationism\",\n        \"resignations\",\n        \"resignedly\",\n        \"resignedness\",\n        \"resignment\",\n        \"resigns\"\n    ],\n    \"gbara arụkwaghịm\": [\n        \"resigned\"\n    ],\n    \"Ighaghari\": [\n        \"resiled\",\n        \"restaging\"\n    ],\n    \"resiili\": [\n        \"resiles\"\n    ],\n    \"resilien\": [\n        \"resiliate\"\n    ],\n    \"resilience\": [\n        \"resiliency\"\n    ],\n    \"resiliili\": [\n        \"resiliently\"\n    ],\n    \"resil\": [\n        \"resilition\",\n        \"resilvered\"\n    ],\n    \"resillabification\": [\n        \"resyllabification\"\n    ],\n    \"resynchinyere\": [\n        \"resynchronized\",\n        \"resynchronizing\"\n    ],\n    \"resin\": [\n        \"resiner\",\n        \"resiny\"\n    ],\n    \"resiniki\": [\n        \"resinic\"\n    ],\n    \"resin ahụ\": [\n        \"resinification\"\n    ],\n    \"resin na-edozi\": [\n        \"resinifying\"\n    ],\n    \"reink\": [\n        \"resink\"\n    ],\n    \"resinolik\": [\n        \"resinolic\"\n    ],\n    \"resinos\": [\n        \"resinous\",\n        \"resinousness\"\n    ],\n    \"resipiscence\": [\n        \"resipiscent\"\n    ],\n    \"iguzogide\": [\n        \"resist\",\n        \"resistability\",\n        \"resistably\",\n        \"resistance\",\n        \"resistantly\",\n        \"resistate\",\n        \"resistence\",\n        \"resister\",\n        \"resistibility\",\n        \"resistibleness\",\n        \"resistibly\",\n        \"resistingly\",\n        \"resistiveness\",\n        \"resistlessness\",\n        \"withstand\"\n    ],\n    \"eguzogide\": [\n        \"resistable\",\n        \"resistableness\",\n        \"resistances\",\n        \"resistant\",\n        \"resistante\",\n        \"resistent\",\n        \"resistless\",\n        \"resistor\",\n        \"unresistance\",\n        \"unresistant\",\n        \"unresisting\"\n    ],\n    \"na-eguzogide\": [\n        \"resistantes\",\n        \"resistful\",\n        \"resisting\",\n        \"resists\",\n        \"withstands\"\n    ],\n    \"ndị na-eguzogide\": [\n        \"resistants\",\n        \"resistors\"\n    ],\n    \"guzogidere\": [\n        \"resisted\",\n        \"withstood\"\n    ],\n    \"na-ekwuputa\": [\n        \"resisters\"\n    ],\n    \"resistibul\": [\n        \"resistible\"\n    ],\n    \"resis na-eguzogide\": [\n        \"resistive\"\n    ],\n    \"resistive\": [\n        \"resistively\"\n    ],\n    \"resịla\": [\n        \"reslate\"\n    ],\n    \"resmt\": [\n        \"resmelt\"\n    ],\n    \"Emegharịala\": [\n        \"resmelted\"\n    ],\n    \"ijigide\": [\n        \"resnap\"\n    ],\n    \"resold\": [\n        \"resoldered\",\n        \"resolders\"\n    ],\n    \"reso\": [\n        \"resoled\"\n    ],\n    \"soluble\": [\n        \"resoluble\",\n        \"solubles\",\n        \"solubly\"\n    ],\n    \"reson\": [\n        \"resonance\",\n        \"resonances\",\n        \"resonancy\",\n        \"resonant\",\n        \"resonants\",\n        \"resonate\",\n        \"resonated\",\n        \"resonation\",\n        \"resonator\"\n    ],\n    \"reson na-agbanwe agbanwe\": [\n        \"resonancies\"\n    ],\n    \"reson na olu\": [\n        \"resonantly\"\n    ],\n    \"reson ndị reson\": [\n        \"resonators\"\n    ],\n    \"resor\": [\n        \"resorb\",\n        \"resorbed\",\n        \"resorbs\"\n    ],\n    \"resorcinol\": [\n        \"resorcinal\"\n    ],\n    \"resorọ\": [\n        \"resorptive\"\n    ],\n    \"na -aga\": [\n        \"resorting\"\n    ],\n    \"Ebe ntụrụndụ\": [\n        \"resorts\"\n    ],\n    \"nke bara uru\": [\n        \"resourceful\"\n    ],\n    \"umela\": [\n        \"respaded\"\n    ],\n    \"akwanyere ugwu\": [\n        \"respected\"\n    ],\n    \"karị\": [\n        \"respectively\"\n    ],\n    \"azara\": [\n        \"respiced\"\n    ],\n    \"ndị iku ume\": [\n        \"respirators\"\n    ],\n    \"ume mmụọ\": [\n        \"respirit\"\n    ],\n    \"enweghị izu ike\": [\n        \"respiteless\"\n    ],\n    \"replend\": [\n        \"resplend\"\n    ],\n    \"resilind\": [\n        \"resplendency\"\n    ],\n    \"replendish\": [\n        \"resplendish\"\n    ],\n    \"re gbawara\": [\n        \"resplit\"\n    ],\n    \"ndị zara\": [\n        \"respondence\",\n        \"respondents\"\n    ],\n    \"ndị na-aza\": [\n        \"responders\"\n    ],\n    \"Ibọrọ\": [\n        \"responses\"\n    ],\n    \"dịịrị\": [\n        \"responsible\"\n    ],\n    \"ibgwọ\": [\n        \"responsibles\"\n    ],\n    \"igba ume ọkụ\": [\n        \"resprinkle\"\n    ],\n    \"resquarin\": [\n        \"resquander\"\n    ],\n    \"nwee ike imeghari\": [\n        \"restable\"\n    ],\n    \"agbanwere\": [\n        \"restabled\",\n        \"retasted\",\n        \"retrocurved\",\n        \"retroflected\",\n        \"retroposed\"\n    ],\n    \"Malitegharịa ekwentị\": [\n        \"restart\"\n    ],\n    \"ibidogharịa\": [\n        \"restarting\",\n        \"restating\"\n    ],\n    \"ụlọ oriri na ọ restaurantụ .ụ\": [\n        \"restaur\",\n        \"restaurant\"\n    ],\n    \"ụlọ oriri na ọeụ restaurantụ\": [\n        \"restauranteur\",\n        \"restauranteurs\"\n    ],\n    \"ụlọ oriri na ọ restaurantsụ .ụ\": [\n        \"restaurants\"\n    ],\n    \"nke resy\": [\n        \"restyled\"\n    ],\n    \"resimim\": [\n        \"restimulate\"\n    ],\n    \"mweghachi\": [\n        \"restoration\",\n        \"restorationer\",\n        \"restorationism\",\n        \"restorationist\",\n        \"restorations\",\n        \"restorative\",\n        \"restoratives\"\n    ],\n    \"weghachiri eweghachi\": [\n        \"restored\"\n    ],\n    \"Iweghachi oge\": [\n        \"restoringmoment\"\n    ],\n    \"ejidere ya\": [\n        \"restrained\",\n        \"unconstrained\",\n        \"unconstraint\"\n    ],\n    \"na ejide onwe\": [\n        \"restrainedly\"\n    ],\n    \"ndị mgbochi\": [\n        \"restrainers\"\n    ],\n    \"na-egbochi mmadụ\": [\n        \"restrictive\"\n    ],\n    \"na-egbochi mmachi\": [\n        \"restrictively\"\n    ],\n    \"ndị nlegharị anya\": [\n        \"restudies\"\n    ],\n    \"resubub\": [\n        \"resubject\"\n    ],\n    \"reububighachi\": [\n        \"resubjection\"\n    ],\n    \"resublim\": [\n        \"resublimated\"\n    ],\n    \"na-agbapụta ọzọ\": [\n        \"resubmerging\"\n    ],\n    \"ebughachi\": [\n        \"resubmits\",\n        \"unmoribund\"\n    ],\n    \"resubt\": [\n        \"resubmitting\"\n    ],\n    \"resubcription\": [\n        \"resubscription\"\n    ],\n    \"resugging\": [\n        \"resuggest\"\n    ],\n    \"resugges\": [\n        \"resuggestion\"\n    ],\n    \"resu\": [\n        \"resuing\"\n    ],\n    \"resururized\": [\n        \"resulfurized\"\n    ],\n    \"N'ihi\": [\n        \"resultance\"\n    ],\n    \"ndị na-esi na ya pụta\": [\n        \"resultants\"\n    ],\n    \"resul\": [\n        \"resultive\"\n    ],\n    \"resum\": [\n        \"resummoning\"\n    ],\n    \"resumptive\": [\n        \"resumptively\"\n    ],\n    \"resur\": [\n        \"resurge\"\n    ],\n    \"kpọlite\": [\n        \"resurrect\"\n    ],\n    \"akpọlite n'ọnwụ\": [\n        \"resurrected\"\n    ],\n    \"a ga-akpọlite\": [\n        \"resurrectible\"\n    ],\n    \"na-akpọlite\": [\n        \"resurrecting\",\n        \"resurrective\",\n        \"resurrects\"\n    ],\n    \"mbilite n'ọnwụ\": [\n        \"resurrection\",\n        \"resurrectional\",\n        \"resurrectionary\",\n        \"resurrectioner\",\n        \"resurrectionism\"\n    ],\n    \"ịkpọlite n'ọnwụ\": [\n        \"resurrectioning\",\n        \"resurrender\"\n    ],\n    \"onye mbilite n'ọnwụ\": [\n        \"resurrectionist\",\n        \"resurrector\"\n    ],\n    \"kpọlite n'ọnwụ\": [\n        \"resurrectionize\"\n    ],\n    \"na mbilite n'ọnwụ\": [\n        \"resurrections\"\n    ],\n    \"ndi ozuzu ike\": [\n        \"resuscitators\"\n    ],\n    \"weghagharịa\": [\n        \"resweep\"\n    ],\n    \"Ibughari\": [\n        \"resweeping\"\n    ],\n    \"ere ahịa\": [\n        \"retailable\",\n        \"retailored\",\n        \"salesmanship\",\n        \"trafficable\"\n    ],\n    \"nwere ike ijigide\": [\n        \"retainable\"\n    ],\n    \"ndepụta mmegwara\": [\n        \"retaliationist\"\n    ],\n    \"na -eweta\": [\n        \"retastes\",\n        \"subsisting\"\n    ],\n    \"tax\": [\n        \"retax\"\n    ],\n    \"reteach\": [\n        \"reteaches\"\n    ],\n    \"ekwentị retelephone\": [\n        \"retelephone\"\n    ],\n    \"onye njigide\": [\n        \"retentionist\"\n    ],\n    \"cheghari\": [\n        \"rethought\"\n    ],\n    \"rethread\": [\n        \"rethreaded\"\n    ],\n    \"imeghari ọzọ\": [\n        \"rethreading\"\n    ],\n    \"ezumikeariae\": [\n        \"retiariae\"\n    ],\n    \"ezumike ezumike\": [\n        \"retiarii\"\n    ],\n    \"retiktik\": [\n        \"reticulated\",\n        \"reticulates\",\n        \"reticulating\",\n        \"reticulation\"\n    ],\n    \"reticule\": [\n        \"reticuled\"\n    ],\n    \"reticular\": [\n        \"reticules\"\n    ],\n    \"reticulocyte\": [\n        \"reticulocytic\"\n    ],\n    \"lara ezumike nká\": [\n        \"retie\",\n        \"retied\",\n        \"retier\",\n        \"reties\",\n        \"retiled\",\n        \"retired\",\n        \"retiredly\",\n        \"retirers\",\n        \"retires\"\n    ],\n    \"laghachikwuru\": [\n        \"retighten\"\n    ],\n    \"retim\": [\n        \"retiming\"\n    ],\n    \"retinal\": [\n        \"retinals\"\n    ],\n    \"retin korota\": [\n        \"retinasphalt\"\n    ],\n    \"retin asphaltum\": [\n        \"retinasphaltum\"\n    ],\n    \"ndị retinenes\": [\n        \"retinenes\"\n    ],\n    \"reinging\": [\n        \"retingeing\"\n    ],\n    \"reinyani\": [\n        \"retinian\"\n    ],\n    \"ndị lara ezumike nká\": [\n        \"retirants\"\n    ],\n    \"ịla ezumike nká\": [\n        \"retire\"\n    ],\n    \"la ezumike nká\": [\n        \"retiree\"\n    ],\n    \"onye lara ezumike nká\": [\n        \"retirer\"\n    ],\n    \"linggbaso\": [\n        \"retling\"\n    ],\n    \"retoleto\": [\n        \"retolerate\"\n    ],\n    \"uchem\": [\n        \"retonation\"\n    ],\n    \"ndị na-agba mbọ\": [\n        \"retorters\",\n        \"strivers\",\n        \"upbraiders\"\n    ],\n    \"retrapụrụ\": [\n        \"retracked\",\n        \"retracted\"\n    ],\n    \"retmeghachiri\": [\n        \"retracking\"\n    ],\n    \"retrax\": [\n        \"retracks\"\n    ],\n    \"retractability\": [\n        \"retractibility\"\n    ],\n    \"retractable\": [\n        \"retractible\"\n    ],\n    \"na-ewegharị\": [\n        \"retracting\"\n    ],\n    \"amịghachi\": [\n        \"retractive\"\n    ],\n    \"ndị retractor\": [\n        \"retractors\",\n        \"retracts\"\n    ],\n    \"gughachi\": [\n        \"retrained\"\n    ],\n    \"ezighachiri\": [\n        \"retransferred\"\n    ],\n    \"Nyegharịa\": [\n        \"retransferring\"\n    ],\n    \"ebugharia\": [\n        \"retransmitted\"\n    ],\n    \"laghachi azu\": [\n        \"retraverse\",\n        \"retuse\"\n    ],\n    \"laghachiri azụ\": [\n        \"retraversed\",\n        \"retromorphosed\"\n    ],\n    \"agụgharịrị\": [\n        \"retreaded\"\n    ],\n    \"ichighaazu\": [\n        \"retreat\",\n        \"retreatal\"\n    ],\n    \"na-alaghachi azụ\": [\n        \"retreatful\",\n        \"retromingently\"\n    ],\n    \"Nwagharịa\": [\n        \"retry\"\n    ],\n    \"nyochagharia\": [\n        \"retrial\"\n    ],\n    \"onye nkwụghachi ụgwọ\": [\n        \"retributor\"\n    ],\n    \"nlaghachi\": [\n        \"retrieval\"\n    ],\n    \"Eweghachite\": [\n        \"retrieved\"\n    ],\n    \"agaghị eweghachite\": [\n        \"retrieveless\"\n    ],\n    \"na-eweghachite\": [\n        \"retrieving\"\n    ],\n    \"retroactive\": [\n        \"retroact\",\n        \"retroacted\",\n        \"retroacting\"\n    ],\n    \"onye na-alaghachi azụ\": [\n        \"retrocessionist\"\n    ],\n    \"doghachiri\": [\n        \"retrofit\"\n    ],\n    \"ichoghari\": [\n        \"retrogradation\",\n        \"retrograding\"\n    ],\n    \"retrocket\": [\n        \"retrorocket\"\n    ],\n    \"retrosplenial\": [\n        \"retrosplenic\"\n    ],\n    \"retrostasis\": [\n        \"retrostalsis\"\n    ],\n    \"retrostatic\": [\n        \"retrostaltic\"\n    ],\n    \"retum\": [\n        \"retumble\"\n    ],\n    \"retune\": [\n        \"retuned\"\n    ],\n    \"ndị lọtara\": [\n        \"returnees\"\n    ],\n    \"ndị nlọghachi\": [\n        \"returners\"\n    ],\n    \"na-ejikọtakwa\": [\n        \"reunifies\"\n    ],\n    \"ịdịghachi n'otu\": [\n        \"reunifying\"\n    ],\n    \"nzukota\": [\n        \"reunion\"\n    ],\n    \"izughachi\": [\n        \"reunionistic\",\n        \"reunitive\"\n    ],\n    \"ezukọ\": [\n        \"reunions\"\n    ],\n    \"izukọta\": [\n        \"reunite\"\n    ],\n    \"izukutakwa\": [\n        \"reunitedly\"\n    ],\n    \"Ibughachi\": [\n        \"reunpack\"\n    ],\n    \"reuprop\": [\n        \"reuphold\"\n    ],\n    \"reupholstery\": [\n        \"reupholsterer\"\n    ],\n    \"reus\": [\n        \"reusable\"\n    ],\n    \"reus nwere ike\": [\n        \"reusableness\"\n    ],\n    \"iwerekwa\": [\n        \"reuse\",\n        \"reuseable\",\n        \"reuseableness\",\n        \"reuseabness\"\n    ],\n    \"reiling\": [\n        \"reusing\"\n    ],\n    \"ezipụla\": [\n        \"reutilised\"\n    ],\n    \"reut\": [\n        \"reuttered\"\n    ],\n    \"reuting\": [\n        \"reuttering\"\n    ],\n    \"acgba ọgwụ\": [\n        \"revaccination\"\n    ],\n    \"revaluing\": [\n        \"revaluating\"\n    ],\n    \"reval\": [\n        \"revalue\"\n    ],\n    \"revarnising\": [\n        \"revarnishing\"\n    ],\n    \"onye na-ekpughe\": [\n        \"revealer\"\n    ],\n    \"ndị na-ekpughe mmụọ\": [\n        \"revealers\"\n    ],\n    \"megharịa anya\": [\n        \"revegetate\"\n    ],\n    \"na-enye echiche\": [\n        \"revegetating\"\n    ],\n    \"Mkpughe\": [\n        \"revelant\"\n    ],\n    \"ndị na-egwu egwu\": [\n        \"revelers\",\n        \"revellers\",\n        \"trackmen\"\n    ],\n    \"eme oriri\": [\n        \"revellent\"\n    ],\n    \"oriri oké mkpọtụ\": [\n        \"revelry\",\n        \"revelries\"\n    ],\n    \"revel\": [\n        \"revelrous\"\n    ],\n    \"reven\": [\n        \"revenants\"\n    ],\n    \"a na-asọpụrụ\": [\n        \"revendicated\"\n    ],\n    \"ghara imegwara\": [\n        \"revengeless\",\n        \"unrevenged\"\n    ],\n    \"ndị na-asọpụrụ ya\": [\n        \"reverencers\"\n    ],\n    \"asọpụrụ ụgbọ mmiri\": [\n        \"reverendship\"\n    ],\n    \"ndị nsọ\": [\n        \"reverers\"\n    ],\n    \"nkpughe\": [\n        \"reverifications\"\n    ],\n    \"agbara azu\": [\n        \"reverseways\"\n    ],\n    \"Agbanwe agbanwe\": [\n        \"reversible\",\n        \"revisible\"\n    ],\n    \"onye nchighari\": [\n        \"reversioner\"\n    ],\n    \"Tinye ihe\": [\n        \"revest\"\n    ],\n    \"revesti\": [\n        \"revestiary\"\n    ],\n    \"ekpr\": [\n        \"revets\"\n    ],\n    \"kwugharịrị\": [\n        \"revictorious\",\n        \"revictualed\"\n    ],\n    \"ictnyegharị\": [\n        \"revictualing\"\n    ],\n    \"akpogharị\": [\n        \"revictualling\"\n    ],\n    \"ndị na-emegharị emegharị\": [\n        \"revictuals\"\n    ],\n    \"kwujọọ\": [\n        \"revile\"\n    ],\n    \"Rekwu\": [\n        \"reviler\"\n    ],\n    \"na-ekwujọ\": [\n        \"reviling\",\n        \"revilingly\"\n    ],\n    \"legharia anya\": [\n        \"revisal\",\n        \"revisitable\"\n    ],\n    \"gagharịa\": [\n        \"revisit\",\n        \"strolled\"\n    ],\n    \"ndị gụgharịrị\": [\n        \"revisors\"\n    ],\n    \"gbanweghachiri\": [\n        \"revisualized\"\n    ],\n    \"mmaliteghachi\": [\n        \"revival\",\n        \"revivalism\"\n    ],\n    \"ịtụte\": [\n        \"revivalize\",\n        \"revive\",\n        \"reviving\"\n    ],\n    \"na-agbanye ndụ\": [\n        \"revivingly\"\n    ],\n    \"ndụghachi\": [\n        \"reviviscent\"\n    ],\n    \"reboya\": [\n        \"revoyaging\"\n    ],\n    \"revoising\": [\n        \"revoicing\"\n    ],\n    \"Rekọwer\": [\n        \"revoker\"\n    ],\n    \"rekọtị\": [\n        \"revokingly\"\n    ],\n    \"Na-enupụ isi\": [\n        \"revolting\"\n    ],\n    \"ndị na-eme mgbanwe ọchịchị\": [\n        \"revolutionaries\",\n        \"revolutionists\"\n    ],\n    \"onye ngagharị\": [\n        \"revolutioner\"\n    ],\n    \"Ihe ojoo\": [\n        \"revulsant\",\n        \"wreakful\"\n    ],\n    \"reway\": [\n        \"rewayle\"\n    ],\n    \"reawakened\": [\n        \"rewaked\",\n        \"rewaken\",\n        \"rewakened\"\n    ],\n    \"reww\": [\n        \"rewakes\",\n        \"rewaking\",\n        \"rewiring\"\n    ],\n    \"buru saa\": [\n        \"rewashed\"\n    ],\n    \"rewaxed\": [\n        \"rewaxes\"\n    ],\n    \"reweghachi\": [\n        \"rewearing\"\n    ],\n    \"reweawing\": [\n        \"reweaving\"\n    ],\n    \"rewea\": [\n        \"reweigh\",\n        \"reweighed\",\n        \"reweighs\"\n    ],\n    \"reweji\": [\n        \"reweighing\"\n    ],\n    \"rewelite\": [\n        \"rewelcome\"\n    ],\n    \"reweld\": [\n        \"rewelded\"\n    ],\n    \"rewing\": [\n        \"rewelding\"\n    ],\n    \"referel\": [\n        \"rewelds\"\n    ],\n    \"rewa azu\": [\n        \"rewin\",\n        \"rewind\",\n        \"rewinded\",\n        \"rewing\"\n    ],\n    \"rewindị\": [\n        \"rewinding\"\n    ],\n    \"rewa azụ\": [\n        \"rewinds\"\n    ],\n    \"rewinnwoke\": [\n        \"rewinning\"\n    ],\n    \"rewwị\": [\n        \"rewirable\"\n    ],\n    \"reword\": [\n        \"reworded\"\n    ],\n    \"rework\": [\n        \"reworked\"\n    ],\n    \"rewra\": [\n        \"rewrapped\"\n    ],\n    \"rewriter\": [\n        \"rewriters\",\n        \"rewrites\"\n    ],\n    \"rewriting\": [\n        \"rewritten\"\n    ],\n    \"rbb\": [\n        \"rfb\",\n        \"rhb\"\n    ],\n    \"regisseur\": [\n        \"rgisseur\"\n    ],\n    \"onyenweke\": [\n        \"rhabdomantist\"\n    ],\n    \"rhabdom\": [\n        \"rhabdomes\",\n        \"rhabdoms\"\n    ],\n    \"ndabacha\": [\n        \"rhabdosphere\",\n        \"slatternly\",\n        \"supervenience\"\n    ],\n    \"Rhamnus\": [\n        \"rhamnus\"\n    ],\n    \"rhatanị\": [\n        \"rhatany\"\n    ],\n    \"rịa\": [\n        \"rhea\",\n        \"rheae\"\n    ],\n    \"Rhidas\": [\n        \"rhedas\"\n    ],\n    \"rheebok\": [\n        \"rheeboc\"\n    ],\n    \"ekwuchi\": [\n        \"rheic\",\n        \"uncovered\"\n    ],\n    \"ọkà mmụta okike\": [\n        \"rheologist\"\n    ],\n    \"nkwupụta ụbụrụ\": [\n        \"rheotropism\"\n    ],\n    \"Igbo\": [\n        \"rhesian\"\n    ],\n    \"hesagha\": [\n        \"rhesuses\"\n    ],\n    \"na nkwupụta asụsụ\": [\n        \"rheumatically\"\n    ],\n    \"mwepụ okwu\": [\n        \"rheuminess\"\n    ],\n    \"rheum\": [\n        \"rheums\"\n    ],\n    \"rhkolite\": [\n        \"rhyacolite\"\n    ],\n    \"Rhibia\": [\n        \"rhibia\"\n    ],\n    \"enweghị rhyme\": [\n        \"rhymeless\"\n    ],\n    \"rhymes\": [\n        \"rhymery\",\n        \"rhymers\"\n    ],\n    \"rhythmic\": [\n        \"rhymic\"\n    ],\n    \"obodo rhineland\": [\n        \"rhineland\"\n    ],\n    \"rhinoskop\": [\n        \"rhinoscope\"\n    ],\n    \"akụkọ ihe nkiri\": [\n        \"rhyparography\"\n    ],\n    \"hipgba ọsọ\": [\n        \"rhipidoglossate\"\n    ],\n    \"rhysimita\": [\n        \"rhysimeter\"\n    ],\n    \"ndori\": [\n        \"rhythm\"\n    ],\n    \"rhythmometa\": [\n        \"rhythmometer\"\n    ],\n    \"Rhizan\": [\n        \"rhizanth\"\n    ],\n    \"onye rhizopodist\": [\n        \"rhizopodist\"\n    ],\n    \"Rhodaline\": [\n        \"rhodaline\"\n    ],\n    \"Rhodanian\": [\n        \"rhodanian\"\n    ],\n    \"Rhodesia\": [\n        \"rhodesia\"\n    ],\n    \"Rhodesian\": [\n        \"rhodesian\"\n    ],\n    \"Rhodesians\": [\n        \"rhodesians\"\n    ],\n    \"Rhodite\": [\n        \"rhodite\"\n    ],\n    \"Rhododendrons\": [\n        \"rhododendrons\"\n    ],\n    \"Rhodolite\": [\n        \"rhodolite\"\n    ],\n    \"Rhodorhiza\": [\n        \"rhodorhiza\"\n    ],\n    \"Rhoecus\": [\n        \"rhoecus\"\n    ],\n    \"chebere_nwee\": [\n        \"rhombohedrally\"\n    ],\n    \"nwakobo\": [\n        \"rhomboidly\"\n    ],\n    \"rhomb quadratic\": [\n        \"rhomboquadratic\"\n    ],\n    \"rhombus\": [\n        \"rhombs\"\n    ],\n    \"roncal\": [\n        \"rhoncal\"\n    ],\n    \"rhumba gbara\": [\n        \"rhumbaed\"\n    ],\n    \"rial\": [\n        \"ryal\"\n    ],\n    \"rialto\": [\n        \"rialty\"\n    ],\n    \"ryanair\": [\n        \"ryania\"\n    ],\n    \"ọgịrịga\": [\n        \"rib\",\n        \"ribands\",\n        \"ribes\",\n        \"ribs\",\n        \"splicings\"\n    ],\n    \"roba\": [\n        \"ribber\",\n        \"rubbee\",\n        \"rubber\",\n        \"rubberer\",\n        \"rubbery\",\n        \"rubberiness\",\n        \"rubberneck\",\n        \"rubbernecker\",\n        \"rubbernecking\",\n        \"rubbernecks\"\n    ],\n    \"ribbii\": [\n        \"ribby\"\n    ],\n    \"kera\": [\n        \"ribbiest\"\n    ],\n    \"ribbing\": [\n        \"ribbings\"\n    ],\n    \"ribọn\": [\n        \"ribboned\",\n        \"ribboning\"\n    ],\n    \"ribọnba\": [\n        \"ribboner\"\n    ],\n    \"ribọn azụ\": [\n        \"ribbonfish\"\n    ],\n    \"ribbonfish\": [\n        \"ribbonfishes\"\n    ],\n    \"ribọnism\": [\n        \"ribbonism\"\n    ],\n    \"dị ka ribọn\": [\n        \"ribbonlike\"\n    ],\n    \"ribọnga\": [\n        \"ribbonmaker\"\n    ],\n    \"rịbọn\": [\n        \"ribbons\"\n    ],\n    \"ribọnweed\": [\n        \"ribbonweed\"\n    ],\n    \"ribgrass\": [\n        \"ribgrasses\"\n    ],\n    \"dị ka ọgịrịga\": [\n        \"riblike\"\n    ],\n    \"ribọnik\": [\n        \"ribonic\"\n    ],\n    \"ọgịrịga anụ\": [\n        \"ribroast\"\n    ],\n    \"ọgịrịga amịkpọ\": [\n        \"ribroasting\"\n    ],\n    \"ọgịrịga mapụtara\": [\n        \"ribspare\"\n    ],\n    \"ribort\": [\n        \"ribwort\",\n        \"ribworts\"\n    ],\n    \"ricardiism\": [\n        \"ricardianism\"\n    ],\n    \"Ricardo\": [\n        \"ricardo\"\n    ],\n    \"Riccia\": [\n        \"riccia\"\n    ],\n    \"nnụnụ osikapa\": [\n        \"ricebird\",\n        \"ricebirds\"\n    ],\n    \"rịị\": [\n        \"riced\"\n    ],\n    \"Richard\": [\n        \"richard\"\n    ],\n    \"ogaranya\": [\n        \"richellite\",\n        \"richest\"\n    ],\n    \"richen\": [\n        \"richens\"\n    ],\n    \"Onwere\": [\n        \"richeting\"\n    ],\n    \"Ogaranya\": [\n        \"richfield\"\n    ],\n    \"Ọrịa rickettsial\": [\n        \"rickettsial\"\n    ],\n    \"Ọrịa rickettsiales\": [\n        \"rickettsiales\"\n    ],\n    \"Rickle\": [\n        \"rickle\"\n    ],\n    \"Rickrack\": [\n        \"rickrack\"\n    ],\n    \"Rickracks\": [\n        \"rickracks\"\n    ],\n    \"Rick\": [\n        \"ricks\"\n    ],\n    \"Ricksha\": [\n        \"ricksha\"\n    ],\n    \"Rickshas\": [\n        \"rickshas\"\n    ],\n    \"Rickshaws\": [\n        \"rickshaws\"\n    ],\n    \"Rickstaddle\": [\n        \"rickstaddle\"\n    ],\n    \"Na-agbakasị\": [\n        \"riddlingly\"\n    ],\n    \"Na-agba ịnyịnya\": [\n        \"riddlings\"\n    ],\n    \"nọkwasi\": [\n        \"ride\",\n        \"ridered\",\n        \"rode\"\n    ],\n    \"riiji\": [\n        \"ridge\",\n        \"ridgepole\",\n        \"ridgepoles\",\n        \"ridgerope\"\n    ],\n    \"riiji bọọdụ\": [\n        \"ridgeboard\"\n    ],\n    \"Ọwara\": [\n        \"ridgeway\",\n        \"tunnelist\",\n        \"tunnelman\"\n    ],\n    \"nwoke inyinya\": [\n        \"ridingman\"\n    ],\n    \"ryegrass\": [\n        \"ryegrasses\"\n    ],\n    \"rifacimento\": [\n        \"rifacimenti\"\n    ],\n    \"égbè\": [\n        \"rifart\",\n        \"rifeness\",\n        \"rifenesses\",\n        \"rifle\",\n        \"riflemanship\",\n        \"riflemen\",\n        \"riflery\",\n        \"rifleries\",\n        \"rifles\",\n        \"rifter\"\n    ],\n    \"riffers\": [\n        \"rifflers\"\n    ],\n    \"riffing\": [\n        \"riffling\"\n    ],\n    \"onye ji egbe\": [\n        \"rifleman\"\n    ],\n    \"na-agba ohi\": [\n        \"rifler\"\n    ],\n    \"Riga\": [\n        \"riga\"\n    ],\n    \"riging\": [\n        \"rigation\"\n    ],\n    \"Rududons\": [\n        \"rigaudons\"\n    ],\n    \"n'ezi omume\": [\n        \"righteously\"\n    ],\n    \"n'aka nri\": [\n        \"righthand\"\n    ],\n    \"onye nwe aka\": [\n        \"rightist\"\n    ],\n    \"rigto\": [\n        \"righto\"\n    ],\n    \"isiike\": [\n        \"rigid\",\n        \"rigidities\",\n        \"rigidness\",\n        \"stiffener\"\n    ],\n    \"mee ka o sie ike\": [\n        \"rigidify\"\n    ],\n    \"onye isiike\": [\n        \"rigidist\"\n    ],\n    \"rigidos\": [\n        \"rigidity\"\n    ],\n    \"rig maree\": [\n        \"rigmaree\"\n    ],\n    \"rigor\": [\n        \"rigorism\",\n        \"rigorisms\",\n        \"rigour\"\n    ],\n    \"onye na eme ihe ike\": [\n        \"rigorist\"\n    ],\n    \"n'ụzọ siri ike\": [\n        \"rigorously\"\n    ],\n    \"rigors\": [\n        \"rigours\"\n    ],\n    \"Riyal\": [\n        \"riyal\"\n    ],\n    \"riyal\": [\n        \"riyals\"\n    ],\n    \"riksha\": [\n        \"rikshas\",\n        \"rikshaw\",\n        \"rikshaws\"\n    ],\n    \"Rilievi\": [\n        \"rilievi\"\n    ],\n    \"rill\": [\n        \"rille\",\n        \"rilled\"\n    ],\n    \"rillettes\": [\n        \"rillets\"\n    ],\n    \"illọ rillet\": [\n        \"rillett\"\n    ],\n    \"riley\": [\n        \"rilly\"\n    ],\n    \"Rolling\": [\n        \"rilling\",\n        \"rolling\"\n    ],\n    \"rimim\": [\n        \"rimation\"\n    ],\n    \"rimless\": [\n        \"rimeless\"\n    ],\n    \"rimer\": [\n        \"rimery\",\n        \"rimier\"\n    ],\n    \"Rimland\": [\n        \"rimland\"\n    ],\n    \"rimpim\": [\n        \"rimpling\"\n    ],\n    \"rim\": [\n        \"rims\"\n    ],\n    \"itucha\": [\n        \"rinch\",\n        \"rinse\"\n    ],\n    \"rind mebiri\": [\n        \"rinded\"\n    ],\n    \"rind\": [\n        \"rinds\"\n    ],\n    \"gbanyere mgbanaka\": [\n        \"ringboned\"\n    ],\n    \"ọla mgbaaka\": [\n        \"ringgiver\"\n    ],\n    \"ụda ụda\": [\n        \"ringgoer\"\n    ],\n    \"na-akụ ness\": [\n        \"ringingness\"\n    ],\n    \"enweghị onye isi\": [\n        \"ringleaderless\"\n    ],\n    \"enweghị mgbaaka\": [\n        \"ringless\"\n    ],\n    \"yiri mgbaaka\": [\n        \"rings\",\n        \"ringsider\",\n        \"ringsides\"\n    ],\n    \"oge oku\": [\n        \"ringtime\"\n    ],\n    \"mgbanaka tụgharịa\": [\n        \"ringtoss\"\n    ],\n    \"ihe mgbanaka\": [\n        \"ringtosses\"\n    ],\n    \"igwe mmiri\": [\n        \"rinner\"\n    ],\n    \"sachaa\": [\n        \"rinsed\",\n        \"rinses\"\n    ],\n    \"sachapu\": [\n        \"rinser\"\n    ],\n    \"lọ mmiri mmiri\": [\n        \"rinsers\"\n    ],\n    \"insachasịrị mmiri\": [\n        \"rinsing\"\n    ],\n    \"rinsins\": [\n        \"rinsings\"\n    ],\n    \"ndiowu\": [\n        \"riobitsu\"\n    ],\n    \"ndị ọgba aghara\": [\n        \"rioters\",\n        \"staggerers\"\n    ],\n    \"chara acha\": [\n        \"ripe\",\n        \"ripened\",\n        \"ripeners\",\n        \"ripening\",\n        \"ripeningly\",\n        \"ripens\",\n        \"ripest\"\n    ],\n    \"chara n'onwe\": [\n        \"ripen\"\n    ],\n    \"igwe nkucha\": [\n        \"ripener\"\n    ],\n    \"onye ripienist\": [\n        \"ripienist\"\n    ],\n    \"ripping\": [\n        \"riping\",\n        \"rippingly\"\n    ],\n    \"dọkapụ\": [\n        \"ripoff\"\n    ],\n    \"ndị ripper\": [\n        \"rippermen\"\n    ],\n    \"ripper\": [\n        \"rippet\"\n    ],\n    \"ripple\": [\n        \"ripplets\"\n    ],\n    \"ripley\": [\n        \"ripply\"\n    ],\n    \"pịrịpụ\": [\n        \"riprap\",\n        \"riprapped\"\n    ],\n    \"dọwaa\": [\n        \"ripsaw\"\n    ],\n    \"ihe ndeputa\": [\n        \"risibleness\"\n    ],\n    \"nwee ihe egwu\": [\n        \"riskish\"\n    ],\n    \"enweghị ihe egwu\": [\n        \"riskless\",\n        \"threatless\",\n        \"undangerously\"\n    ],\n    \"enweghị aghara\": [\n        \"ritelessness\"\n    ],\n    \"na-emebighari\": [\n        \"ritling\"\n    ],\n    \"ezechinenye\": [\n        \"ritornelli\"\n    ],\n    \"Ritschlian\": [\n        \"ritschlian\"\n    ],\n    \"ime emume\": [\n        \"ritualize\"\n    ],\n    \"eme emume\": [\n        \"ritzes\"\n    ],\n    \"ndorodoro\": [\n        \"rival\",\n        \"rivaled\"\n    ],\n    \"na-ama aka\": [\n        \"rivaling\",\n        \"rivalling\"\n    ],\n    \"ndomoidem\": [\n        \"rivalism\",\n        \"rivalrousness\"\n    ],\n    \"rivaled\": [\n        \"rivalled\"\n    ],\n    \"nke na-emegide m\": [\n        \"rivalless\"\n    ],\n    \"nke ịma aka\": [\n        \"rivalrous\"\n    ],\n    \"riwara\": [\n        \"rivered\"\n    ],\n    \"rivery\": [\n        \"riverish\",\n        \"riverly\"\n    ],\n    \"akwukwo mmiri\": [\n        \"riverlet\"\n    ],\n    \"dị ka osimiri\": [\n        \"riverlike\"\n    ],\n    \"ịgba mmiri\": [\n        \"riverling\",\n        \"waterishness\",\n        \"waterlogging\"\n    ],\n    \"onye akuku mmiri\": [\n        \"riverman\"\n    ],\n    \"n'akuku osimiri\": [\n        \"riverwise\"\n    ],\n    \"riveting\": [\n        \"rivetlike\",\n        \"rivetting\"\n    ],\n    \"riveted\": [\n        \"rivetted\"\n    ],\n    \"rivụl\": [\n        \"rivulation\"\n    ],\n    \"rizar\": [\n        \"rizzar\"\n    ],\n    \"gbaga\": [\n        \"rly\"\n    ],\n    \"mgbochi ụzọ\": [\n        \"roadblock\",\n        \"roadblocks\"\n    ],\n    \"ndị na-aga n'okporo ụzọ\": [\n        \"roaders\",\n        \"roadrunners\",\n        \"roadsters\"\n    ],\n    \"idebe ụzọ\": [\n        \"roadholding\"\n    ],\n    \"ụlọ okporo ụzọ\": [\n        \"roadhouses\"\n    ],\n    \"enweghị okporo ụzọ\": [\n        \"roadless\",\n        \"trafficless\"\n    ],\n    \"onye na-eme njem n'okporo ụzọ\": [\n        \"roadman\"\n    ],\n    \"Odika onye ozo\": [\n        \"roadsman\"\n    ],\n    \"ụzọ kwesịrị\": [\n        \"roadworthiness\"\n    ],\n    \"Ndị na-agagharị\": [\n        \"roamers\"\n    ],\n    \"ansara n'ọkụ\": [\n        \"roans\"\n    ],\n    \"mbigbọ\": [\n        \"roar\",\n        \"roarings\"\n    ],\n    \"ebigbọ\": [\n        \"roared\"\n    ],\n    \"na-ebigbọ\": [\n        \"roarers\",\n        \"roaring\",\n        \"roaringly\",\n        \"roars\",\n        \"roiling\"\n    ],\n    \"amịkpọ\": [\n        \"roastable\"\n    ],\n    \"asara n'ọkụ\": [\n        \"roasted\",\n        \"rosated\"\n    ],\n    \"kwocha\": [\n        \"roaster\"\n    ],\n    \"zuo ohi\": [\n        \"rob\",\n        \"stealthily\",\n        \"thieve\"\n    ],\n    \"ihe ngosi ohi\": [\n        \"robberproof\"\n    ],\n    \"Uwe mgbokwasị\": [\n        \"robes\"\n    ],\n    \"ezezie\": [\n        \"robinia\"\n    ],\n    \"roborant\": [\n        \"roborants\"\n    ],\n    \"robotik\": [\n        \"robotics\"\n    ],\n    \"robotọm\": [\n        \"robotisms\"\n    ],\n    \"dị ka robot\": [\n        \"robotlike\"\n    ],\n    \"robot\": [\n        \"robots\"\n    ],\n    \"ejiro ike\": [\n        \"robustiously\"\n    ],\n    \"rochet\": [\n        \"rocheted\",\n        \"rochets\"\n    ],\n    \"rockabye\": [\n        \"rockaby\"\n    ],\n    \"rockabilly\": [\n        \"rockable\",\n        \"rockably\",\n        \"rockallite\"\n    ],\n    \"itiat\": [\n        \"rockat\"\n    ],\n    \"nkume rock\": [\n        \"rockborn\"\n    ],\n    \"mkpatụ\": [\n        \"rocker\",\n        \"rocking\",\n        \"rockingly\",\n        \"rockish\"\n    ],\n    \"rọketi\": [\n        \"rocket\",\n        \"rocketed\",\n        \"rocketing\",\n        \"rocketor\",\n        \"rocketry\",\n        \"rocketries\",\n        \"rockets\"\n    ],\n    \"onye na-anya mmiri\": [\n        \"rocketeer\"\n    ],\n    \"roketers\": [\n        \"rocketers\"\n    ],\n    \"yiri roket\": [\n        \"rocketlike\"\n    ],\n    \"nkume nkume\": [\n        \"rockfall\",\n        \"roodstone\",\n        \"rubblestone\",\n        \"stonehearted\",\n        \"turnstone\"\n    ],\n    \"akwa nkume\": [\n        \"rockfalls\"\n    ],\n    \"rocker\": [\n        \"rockier\"\n    ],\n    \"enweghị nkume\": [\n        \"rockless\",\n        \"stoneless\",\n        \"stonelessness\"\n    ],\n    \"Rocklet\": [\n        \"rocklet\"\n    ],\n    \"nkume dị ka\": [\n        \"rocklike\"\n    ],\n    \"ros\": [\n        \"rocs\"\n    ],\n    \"ndị na-akpọ rod\": [\n        \"rodders\"\n    ],\n    \"Mkpanaka\": [\n        \"rodding\"\n    ],\n    \"na-agbanyeghị\": [\n        \"rodentially\",\n        \"rootwise\",\n        \"somewhile\",\n        \"unswallowed\",\n        \"unsworn\"\n    ],\n    \"roderic\": [\n        \"roderick\"\n    ],\n    \"knnyeke\": [\n        \"rodknight\"\n    ],\n    \"Rọkpa\": [\n        \"rodman\"\n    ],\n    \"Rịney\": [\n        \"rodney\"\n    ],\n    \"olbọchị\": [\n        \"rodolph\"\n    ],\n    \"Rolọfọs\": [\n        \"rodolphus\"\n    ],\n    \"roentgenogram\": [\n        \"roentgenograms\"\n    ],\n    \"roging\": [\n        \"rogation\"\n    ],\n    \"rogon\": [\n        \"rognons\"\n    ],\n    \"gugha\": [\n        \"roguing\"\n    ],\n    \"akwaeze\": [\n        \"royalet\"\n    ],\n    \"usoro ndị eze\": [\n        \"royalisms\"\n    ],\n    \"nke eze\": [\n        \"royally\"\n    ],\n    \"Na-amịkpọ\": [\n        \"roiled\"\n    ],\n    \"Mị\": [\n        \"roin\"\n    ],\n    \"si\": [\n        \"roinish\",\n        \"simbling\",\n        \"simpling\"\n    ],\n    \"rosta\": [\n        \"roister\"\n    ],\n    \"ndịna-azụgharị\": [\n        \"roisterers\"\n    ],\n    \"rogba akwụkwọ\": [\n        \"roistering\"\n    ],\n    \"ọrụ egwuregwu\": [\n        \"roleplaying\"\n    ],\n    \".gbọ ala\": [\n        \"rolfe\"\n    ],\n    \"akpọrepu\": [\n        \"rolled\"\n    ],\n    \"rolley ụzọ\": [\n        \"rolleyway\"\n    ],\n    \"Reley Wayman\": [\n        \"rolleywayman\"\n    ],\n    \"igwe na-eme ya\": [\n        \"rollermaker\"\n    ],\n    \"Kwapụta\": [\n        \"rollout\"\n    ],\n    \"onyechi Nwosu\": [\n        \"romancealist\"\n    ],\n    \"Nwoke okike\": [\n        \"romanceress\"\n    ],\n    \"romanistist\": [\n        \"romancist\"\n    ],\n    \"Romania\": [\n        \"romanian\",\n        \"rumanian\"\n    ],\n    \"romaniya\": [\n        \"romanium\"\n    ],\n    \"romanizị\": [\n        \"romanizing\"\n    ],\n    \"Ndị Rom\": [\n        \"romans\"\n    ],\n    \"nke ihunanya\": [\n        \"romantic\"\n    ],\n    \"onye ihunanya\": [\n        \"romanticist\"\n    ],\n    \"rumble\": [\n        \"romble\",\n        \"rumbled\"\n    ],\n    \"romeward\": [\n        \"romewards\"\n    ],\n    \"ọpingụ\": [\n        \"rompingly\"\n    ],\n    \"Rosenald\": [\n        \"ronald\"\n    ],\n    \"ronko\": [\n        \"ronco\"\n    ],\n    \"roentgenography\": [\n        \"rontgenography\"\n    ],\n    \"roentgenographic\": [\n        \"rontgenographic\"\n    ],\n    \"roentgenologist\": [\n        \"rontgenologist\"\n    ],\n    \"roo\": [\n        \"rooed\"\n    ],\n    \"elu osisi\": [\n        \"roofpole\"\n    ],\n    \"Ulo ulo\": [\n        \"rooftops\"\n    ],\n    \"osisi ụlọ\": [\n        \"rooftrees\"\n    ],\n    \"rooibok\": [\n        \"rooyebok\"\n    ],\n    \"roping\": [\n        \"rooing\"\n    ],\n    \"rooks\": [\n        \"rooked\",\n        \"rookus\"\n    ],\n    \"onye ya na ya bi\": [\n        \"roomage\",\n        \"roommate\"\n    ],\n    \"onye na-elekọta ime ụlọ\": [\n        \"roomkeeper\"\n    ],\n    \"ndị gị na ha bi\": [\n        \"roommates\"\n    ],\n    \"okeokuko\": [\n        \"roosted\",\n        \"rooster\"\n    ],\n    \"azụkọ ọkpa\": [\n        \"roosterfish\"\n    ],\n    \"enweghị oke ọkpọ\": [\n        \"roosterless\"\n    ],\n    \"na-agba nkịtị\": [\n        \"roosting\"\n    ],\n    \"na-eguzosi ike\": [\n        \"rootfastness\"\n    ],\n    \"enweghị mgbọrọgwụ\": [\n        \"rootless\",\n        \"rootlessness\"\n    ],\n    \"rootlet\": [\n        \"rootlets\"\n    ],\n    \"eriri eriri\": [\n        \"ropeband\",\n        \"strapwort\",\n        \"watchstrap\"\n    ],\n    \"Ejiri eriri\": [\n        \"ropelaying\"\n    ],\n    \"igwe mkpagharị\": [\n        \"ropier\"\n    ],\n    \"iri atọ\": [\n        \"rorty\",\n        \"thirtyfold\",\n        \"thirtyish\",\n        \"warrty\"\n    ],\n    \"rosaria\": [\n        \"rosarians\"\n    ],\n    \"rosario\": [\n        \"rosariia\"\n    ],\n    \"rorschach\": [\n        \"roschach\"\n    ],\n    \"roscherị\": [\n        \"roscherite\"\n    ],\n    \"roscianne\": [\n        \"roscian\"\n    ],\n    \"roscoe si\": [\n        \"roscoes\"\n    ],\n    \"ronseal\": [\n        \"roseal\"\n    ],\n    \"rosefish\": [\n        \"rosefishes\"\n    ],\n    \"hilepe\": [\n        \"rosehiller\"\n    ],\n    \"roselel\": [\n        \"rosellate\"\n    ],\n    \"rosel\": [\n        \"roselles\"\n    ],\n    \"roseola\": [\n        \"roseolar\"\n    ],\n    \"rose\": [\n        \"roseous\"\n    ],\n    \"rose mgbọrọgwụ\": [\n        \"roseroots\"\n    ],\n    \"Roses\": [\n        \"roses\"\n    ],\n    \"rosetị\": [\n        \"roset\"\n    ],\n    \"roset n'akuku\": [\n        \"rosetangle\"\n    ],\n    \"oge rosetime\": [\n        \"rosetime\"\n    ],\n    \"roseti\": [\n        \"rosetty\"\n    ],\n    \"Rosy\": [\n        \"rosy\"\n    ],\n    \"rois\": [\n        \"rosied\"\n    ],\n    \"rosi ike\": [\n        \"rosiest\"\n    ],\n    \"rosiness\": [\n        \"rosinesses\"\n    ],\n    \"Rosemaria\": [\n        \"rosminian\"\n    ],\n    \"ross\": [\n        \"rosser\"\n    ],\n    \"rooralar\": [\n        \"rostrular\"\n    ],\n    \"rostrum\": [\n        \"rostrums\"\n    ],\n    \"rotalị\": [\n        \"rotalian\"\n    ],\n    \"Rotaman\": [\n        \"rotaman\"\n    ],\n    \"rotamita\": [\n        \"rotameter\"\n    ],\n    \"Rotary\": [\n        \"rotarian\"\n    ],\n    \"bugharia\": [\n        \"rotate\",\n        \"roun\",\n        \"spinate\"\n    ],\n    \"na-agba gburugburu\": [\n        \"rotatory\"\n    ],\n    \"adiwo\": [\n        \"rotche\"\n    ],\n    \"rota\": [\n        \"rother\"\n    ],\n    \"rotọ\": [\n        \"rotos\"\n    ],\n    \"nkume rere ure\": [\n        \"rottenstone\"\n    ],\n    \"Rotterdam\": [\n        \"rotterdam\"\n    ],\n    \"na-eretọ\": [\n        \"rotting\"\n    ],\n    \"ndị na-agagharị\": [\n        \"roturiers\",\n        \"waggoners\",\n        \"wanglers\"\n    ],\n    \"ruble\": [\n        \"rouble\"\n    ],\n    \"rubles\": [\n        \"roubles\"\n    ],\n    \"kechigide\": [\n        \"roughcast\"\n    ],\n    \"onye siri ike\": [\n        \"roughcaster\",\n        \"solidist\",\n        \"strongman\"\n    ],\n    \"roughkeke\": [\n        \"roughdraw\"\n    ],\n    \"ikegbu\": [\n        \"roughdries\"\n    ],\n    \"Ikechukwu Ikeke\": [\n        \"roughdrying\"\n    ],\n    \"ike mgbọ\": [\n        \"roughfooted\"\n    ],\n    \"ike iwe\": [\n        \"roughhewing\",\n        \"roughhews\",\n        \"roughishness\",\n        \"roughnecks\"\n    ],\n    \"onye isi ụlọ\": [\n        \"roughhouser\"\n    ],\n    \"ikekeusy\": [\n        \"roughhousy\"\n    ],\n    \"ikeike\": [\n        \"roughy\"\n    ],\n    \"Olee ihe enyemaka\": [\n        \"roughly\"\n    ],\n    \"inwetu iwu\": [\n        \"roughneck\"\n    ],\n    \"O siri ike\": [\n        \"roughroot\"\n    ],\n    \"eriri ike\": [\n        \"roughstring\"\n    ],\n    \".gba\": [\n        \"roughstuff\"\n    ],\n    \"arụ ọrụ ike\": [\n        \"roughwork\"\n    ],\n    \"gbasagburu\": [\n        \"roughwrought\"\n    ],\n    \"okirikiri ụlọ\": [\n        \"roundhouse\"\n    ],\n    \"holọ gburugburu\": [\n        \"roundhouses\"\n    ],\n    \"rousist\": [\n        \"rousant\"\n    ],\n    \"rouseti\": [\n        \"rousette\"\n    ],\n    \"Nkem Osuigwe\": [\n        \"roussellian\"\n    ],\n    \"Na-amagharị\": [\n        \"rousting\"\n    ],\n    \"rouss\": [\n        \"rousts\"\n    ],\n    \"rawụta\": [\n        \"router\"\n    ],\n    \"ụzọ gasị\": [\n        \"routes\"\n    ],\n    \"eme ihe mgbe nile\": [\n        \"routinary\"\n    ],\n    \"megharia anya\": [\n        \"routinize\"\n    ],\n    \"Roseti\": [\n        \"rovet\"\n    ],\n    \"ahiri\": [\n        \"row\"\n    ],\n    \"rowanberị\": [\n        \"rowanberry\",\n        \"rowanberries\"\n    ],\n    \"Uzochi Okereke\": [\n        \"rowdydowdy\"\n    ],\n    \"nke kachasi mfe\": [\n        \"rowdiest\"\n    ],\n    \"wellọ\": [\n        \"roweling\"\n    ],\n    \"rowel\": [\n        \"rowelled\"\n    ],\n    \"rowan\": [\n        \"rowen\"\n    ],\n    \"ndi n'ahia\": [\n        \"rowers\"\n    ],\n    \"rower\": [\n        \"rowet\"\n    ],\n    \"Rootlock\": [\n        \"rowlock\"\n    ],\n    \"roza\": [\n        \"rozzer\"\n    ],\n    \"Rhizie\": [\n        \"rrhiza\"\n    ],\n    \"ete\": [\n        \"rub\",\n        \"rubification\"\n    ],\n    \"rubass\": [\n        \"rubasses\"\n    ],\n    \"robapaị\": [\n        \"rubberise\"\n    ],\n    \"rọba\": [\n        \"rubberize\",\n        \"rubberized\",\n        \"rubberizes\"\n    ],\n    \"na-egbochi roba\": [\n        \"rubberizing\"\n    ],\n    \"robaless\": [\n        \"rubberless\"\n    ],\n    \"roba dị ka\": [\n        \"rubberlike\"\n    ],\n    \"robazị\": [\n        \"rubbernose\"\n    ],\n    \"Nkume rọba\": [\n        \"rubberstone\"\n    ],\n    \"rọba rọba\": [\n        \"rubberwise\"\n    ],\n    \"nkume rubing\": [\n        \"rubbingstone\"\n    ],\n    \"rubio\": [\n        \"rubbio\"\n    ],\n    \"rubulu\": [\n        \"rubbler\"\n    ],\n    \"rubril\": [\n        \"rubbly\"\n    ],\n    \"rubb\": [\n        \"rubblier\"\n    ],\n    \"na-azọ ije\": [\n        \"rubbling\",\n        \"treadling\",\n        \"waganging\"\n    ],\n    \"rubella\": [\n        \"rubelle\"\n    ],\n    \"ruben\": [\n        \"rubensian\"\n    ],\n    \"rubeola\": [\n        \"rubeolar\",\n        \"rubeolas\"\n    ],\n    \"rubesin\": [\n        \"rubescent\"\n    ],\n    \"rubi\": [\n        \"ruby\",\n        \"rubian\",\n        \"rubican\",\n        \"rubier\"\n    ],\n    \"rubia\": [\n        \"rubiales\"\n    ],\n    \"rubic\": [\n        \"rubiconed\"\n    ],\n    \"rubies\": [\n        \"rubied\"\n    ],\n    \"sachapụ\": [\n        \"rubify\"\n    ],\n    \"dị ka ruby\": [\n        \"rubylike\"\n    ],\n    \"rubine\": [\n        \"rubineous\"\n    ],\n    \"rubitail\": [\n        \"rubytail\"\n    ],\n    \"rubil\": [\n        \"rublis\",\n        \"rubrail\"\n    ],\n    \"Rubrospinal\": [\n        \"rubrospinal\"\n    ],\n    \"nkume ọla\": [\n        \"rubstone\"\n    ],\n    \"rubọs\": [\n        \"rubus\"\n    ],\n    \"Rud\": [\n        \"rud\"\n    ],\n    \"ruda\": [\n        \"rudder\"\n    ],\n    \"onyinye azu\": [\n        \"rudderfishes\"\n    ],\n    \"Rudderhole\": [\n        \"rudderhole\"\n    ],\n    \"onye na-enweghị atụ\": [\n        \"rudderless\"\n    ],\n    \"ruds\": [\n        \"ruddish\",\n        \"rudds\",\n        \"rudish\"\n    ],\n    \"Rudulu\": [\n        \"ruddle\",\n        \"ruddled\"\n    ],\n    \"Nwoke ruddle\": [\n        \"ruddleman\"\n    ],\n    \"Ruddle\": [\n        \"ruddles\"\n    ],\n    \"Ruddock\": [\n        \"ruddock\"\n    ],\n    \"Dị Ike\": [\n        \"rudest\"\n    ],\n    \"Rudy\": [\n        \"rudy\"\n    ],\n    \"n'adịghị mma\": [\n        \"rudimentarily\",\n        \"talismanically\",\n        \"unadmiringly\",\n        \"undubiously\"\n    ],\n    \"Rudolph\": [\n        \"rudolph\"\n    ],\n    \"Rudolphine\": [\n        \"rudolphine\"\n    ],\n    \"Rudolphus\": [\n        \"rudolphus\"\n    ],\n    \"rue\": [\n        \"rueful\",\n        \"ruefulness\",\n        \"till\",\n        \"tillite\"\n    ],\n    \"rue mgbe nile\": [\n        \"ruefully\"\n    ],\n    \"nuzo\": [\n        \"ruely\"\n    ],\n    \"Na-ekwu\": [\n        \"ruffing\",\n        \"scends\",\n        \"speaking\"\n    ],\n    \"n'ewu\": [\n        \"ruffly\"\n    ],\n    \"rugudu\": [\n        \"rugate\"\n    ],\n    \"ịgba rugby\": [\n        \"rugby\",\n        \"ruggy\"\n    ],\n    \"jupụtara na nkume\": [\n        \"rugged\"\n    ],\n    \"rugged\": [\n        \"ruggedize\"\n    ],\n    \"germụaka\": [\n        \"rugger\"\n    ],\n    \"gersrị\": [\n        \"ruggers\"\n    ],\n    \"rugede\": [\n        \"rugheaded\"\n    ],\n    \"rugin\": [\n        \"rugine\"\n    ],\n    \"rugọọk\": [\n        \"rugmaker\"\n    ],\n    \"na-akpa igwe\": [\n        \"rugmaking\"\n    ],\n    \"rugul\": [\n        \"rugous\"\n    ],\n    \"ọchịchịom\": [\n        \"ruledom\"\n    ],\n    \"Rullion\": [\n        \"rullion\"\n    ],\n    \"rọm\": [\n        \"rum\",\n        \"rumens\",\n        \"rumps\",\n        \"rums\"\n    ],\n    \"rum\": [\n        \"rumal\"\n    ],\n    \"ndị rumani\": [\n        \"rumanians\"\n    ],\n    \"ogbaaru\": [\n        \"rumb\"\n    ],\n    \"rumba\": [\n        \"rumbaed\"\n    ],\n    \"rumba ing\": [\n        \"rumbaing\"\n    ],\n    \"asaba\": [\n        \"rumbarge\"\n    ],\n    \"garie garie\": [\n        \"rumblegarie\"\n    ],\n    \"rumo gump\": [\n        \"rumblegumption\"\n    ],\n    \"gbaa asịrị\": [\n        \"rumchunder\"\n    ],\n    \"asịrị na-akọ\": [\n        \"rumgumptious\"\n    ],\n    \"rumina\": [\n        \"ruminal\"\n    ],\n    \"na-awụ ọkụ\": [\n        \"ruminatingly\"\n    ],\n    \"na-enye ihe ọkụ\": [\n        \"ruminative\"\n    ],\n    \"rumini\": [\n        \"rumkin\"\n    ],\n    \"rummers\": [\n        \"rummes\"\n    ],\n    \"onye na-akọ asịrị\": [\n        \"rumorer\"\n    ],\n    \"onye na-akọ rum\": [\n        \"rumormonger\"\n    ],\n    \"rumous\": [\n        \"rumorous\"\n    ],\n    \"Akụkụ ike\": [\n        \"rump\"\n    ],\n    \"romper\": [\n        \"rumper\"\n    ],\n    \"rumtọ\": [\n        \"rumpscuttle\"\n    ],\n    \"ndị na-akọ akụkọ asịrị\": [\n        \"rumrunners\"\n    ],\n    \"rungba ama\": [\n        \"rumrunning\"\n    ],\n    \"rọm swizzle\": [\n        \"rumswizzle\"\n    ],\n    \"runagate\": [\n        \"runagado\",\n        \"runagates\"\n    ],\n    \"gbapụ ọsọ\": [\n        \"runaway\"\n    ],\n    \"ochichim\": [\n        \"runch\"\n    ],\n    \"randi\": [\n        \"rundi\"\n    ],\n    \"rundle\": [\n        \"rundlet\"\n    ],\n    \"runes\": [\n        \"runed\"\n    ],\n    \"n'agba ọsọ\": [\n        \"runically\"\n    ],\n    \"enweghị ọsọ\": [\n        \"runless\"\n    ],\n    \"runy\": [\n        \"runsy\"\n    ],\n    \"kacha gbaa ọsọ\": [\n        \"runtiest\"\n    ],\n    \"Oge ojiri gaa\": [\n        \"runtime\"\n    ],\n    \"runway\": [\n        \"runways\"\n    ],\n    \"nwaezeegwu\": [\n        \"rupicoline\"\n    ],\n    \"gbajiri agbaji\": [\n        \"rupturable\"\n    ],\n    \"ndi ime obodo\": [\n        \"ruralists\"\n    ],\n    \"ndị bi n'ime ime obodo\": [\n        \"ruralites\"\n    ],\n    \"rosh\": [\n        \"rush\"\n    ],\n    \"ndi Russia\": [\n        \"rushers\"\n    ],\n    \"ihechukwu\": [\n        \"russel\"\n    ],\n    \"Russia\": [\n        \"russia\",\n        \"unrussian\"\n    ],\n    \"onye Russia\": [\n        \"russian\",\n        \"russianist\"\n    ],\n    \"Russianize\": [\n        \"russianize\"\n    ],\n    \"ndị Russia\": [\n        \"russians\"\n    ],\n    \"Russophile\": [\n        \"russophile\"\n    ],\n    \"ajari\": [\n        \"rust\"\n    ],\n    \"nke nchara\": [\n        \"rusty\"\n    ],\n    \"nana\": [\n        \"rustically\"\n    ],\n    \"onye jide\": [\n        \"rusticator\"\n    ],\n    \"ndị dị ka rustic\": [\n        \"rusticators\"\n    ],\n    \"lọ rusticoat\": [\n        \"rusticoat\"\n    ],\n    \"ọrụ rusticwork\": [\n        \"rusticwork\"\n    ],\n    \"Onyeozor\": [\n        \"rustier\"\n    ],\n    \"onye kachasikwa ike\": [\n        \"rustiest\"\n    ],\n    \"ustgbè\": [\n        \"rustle\",\n        \"rustled\"\n    ],\n    \"enweghị nchara\": [\n        \"rustless\",\n        \"unplastered\"\n    ],\n    \"rustling ness\": [\n        \"rustlingness\"\n    ],\n    \"julius\": [\n        \"rusts\"\n    ],\n    \"Rutelian\": [\n        \"rutelian\"\n    ],\n    \"Ruthenian\": [\n        \"ruthenian\"\n    ],\n    \"Rutherford\": [\n        \"rutherford\"\n    ],\n    \"Rutherfordine\": [\n        \"rutherfordine\"\n    ],\n    \"jiri obi ịta mmiri\": [\n        \"ruthfully\"\n    ],\n    \"n'enweghị obi ọjọọ\": [\n        \"ruthlessly\"\n    ],\n    \"obi ịta mmiri\": [\n        \"ruthlessness\"\n    ],\n    \"rutọ\": [\n        \"rutted\"\n    ],\n    \"ruttishị\": [\n        \"ruttishness\"\n    ],\n    \"onye sabaist\": [\n        \"sabaist\"\n    ],\n    \"sabaot\": [\n        \"sabaoth\"\n    ],\n    \"sabati\": [\n        \"sabbath\",\n        \"sabbathly\"\n    ],\n    \"onye na-edebe ụbọchị izu ike\": [\n        \"sabbathkeeper\"\n    ],\n    \"idebe ụbọchị izu ike\": [\n        \"sabbathkeeping\"\n    ],\n    \"ghara izu ike\": [\n        \"sabbathless\"\n    ],\n    \"onye sabbatist\": [\n        \"sabbatist\"\n    ],\n    \"sabat\": [\n        \"sabbats\"\n    ],\n    \"sabe\": [\n        \"sabeing\"\n    ],\n    \"sabern\": [\n        \"sabered\"\n    ],\n    \"saberike\": [\n        \"saberlike\"\n    ],\n    \"saber\": [\n        \"sabers\",\n        \"sabre\",\n        \"sabres\"\n    ],\n    \"sabertoot\": [\n        \"sabertooth\"\n    ],\n    \"sabering\": [\n        \"saberwing\"\n    ],\n    \"sabine\": [\n        \"sabines\"\n    ],\n    \"sablefish\": [\n        \"sablefishes\"\n    ],\n    \"sable\": [\n        \"sableness\"\n    ],\n    \"sabotaji\": [\n        \"sabotage\",\n        \"sabotaged\",\n        \"sabotages\",\n        \"sabotaging\"\n    ],\n    \"sabos\": [\n        \"sabots\"\n    ],\n    \"sabulu\": [\n        \"sabulum\"\n    ],\n    \"sacatọn\": [\n        \"sacatons\"\n    ],\n    \"saccha\": [\n        \"saccharate\",\n        \"saccharated\"\n    ],\n    \"saccharis\": [\n        \"saccharized\"\n    ],\n    \"akwọọcha\": [\n        \"saccharogenic\"\n    ],\n    \"sacchasasi\": [\n        \"saccharous\"\n    ],\n    \"sacheti\": [\n        \"sachets\"\n    ],\n    \"Ugbogho\": [\n        \"sackclothed\"\n    ],\n    \"akpa akpala\": [\n        \"sackdoudle\"\n    ],\n    \"achụọ ya\": [\n        \"sacked\"\n    ],\n    \"ime akpa\": [\n        \"sacken\"\n    ],\n    \"enweghị akpa\": [\n        \"sackless\"\n    ],\n    \"yiri akpa\": [\n        \"sacklike\"\n    ],\n    \"onye na-eme mkpọ\": [\n        \"sackmaker\"\n    ],\n    \"mgbasi ike\": [\n        \"sackmaking\"\n    ],\n    \"Oge nkwụsị\": [\n        \"sacktime\"\n    ],\n    \"dị ka sac\": [\n        \"saclike\"\n    ],\n    \"akporo\": [\n        \"sacope\",\n        \"scope\"\n    ],\n    \"causalgia\": [\n        \"sacralgia\"\n    ],\n    \"sacrament\": [\n        \"sacrals\",\n        \"sacramental\",\n        \"sacramentary\",\n        \"sacramenter\",\n        \"sacramentize\",\n        \"sacraments\",\n        \"sacrary\"\n    ],\n    \"oriri nsọ\": [\n        \"sacramentalism\",\n        \"sacramentality\",\n        \"sacramentalness\",\n        \"sacramentarianism\"\n    ],\n    \"oriri-nsọ\": [\n        \"sacramentism\"\n    ],\n    \"chụọ àjà\": [\n        \"sacrificable\",\n        \"sacrificant\",\n        \"sacrificeable\",\n        \"sacrificially\"\n    ],\n    \"na-achụ àjà\": [\n        \"sacrificatory\",\n        \"sacrificing\",\n        \"sacrificingly\"\n    ],\n    \"ndị na-achụ àjà\": [\n        \"sacrificers\"\n    ],\n    \"sacriss\": [\n        \"sacrists\"\n    ],\n    \"sacro femoral\": [\n        \"sacrofemoral\"\n    ],\n    \"sacroiliac\": [\n        \"sacroiliacs\"\n    ],\n    \"sacro inguinal\": [\n        \"sacroinguinal\"\n    ],\n    \"sacrospinous\": [\n        \"sacrospinal\"\n    ],\n    \"sacrectomy\": [\n        \"sacrotomy\"\n    ],\n    \"sacrum\": [\n        \"sacrums\"\n    ],\n    \"saddhu\": [\n        \"saddhus\"\n    ],\n    \"mwute dirham\": [\n        \"saddirham\"\n    ],\n    \"sadulu ka\": [\n        \"saddlelike\"\n    ],\n    \"sadulu imi\": [\n        \"saddlenose\"\n    ],\n    \"sadulu na-arịa ọrịa\": [\n        \"saddlesick\"\n    ],\n    \"sadulu akpịrị\": [\n        \"saddlesore\"\n    ],\n    \"akpịrị mgbu\": [\n        \"saddlesoreness\",\n        \"soreheads\"\n    ],\n    \"sadestead\": [\n        \"saddlestead\"\n    ],\n    \"onye Sadduceeist\": [\n        \"sadduceeist\"\n    ],\n    \"ndi saddu\": [\n        \"sadducees\"\n    ],\n    \"nwaobula\": [\n        \"sadducize\"\n    ],\n    \"ndiwute\": [\n        \"sadists\"\n    ],\n    \"odi mfe\": [\n        \"saeter\",\n        \"safer\"\n    ],\n    \"safari\": [\n        \"safaried\"\n    ],\n    \"ihe nchekwa ihe\": [\n        \"safener\"\n    ],\n    \"ịdị nchebe\": [\n        \"safeness\"\n    ],\n    \"kasị dịrị nchebe\": [\n        \"safest\"\n    ],\n    \"saffron\": [\n        \"saffrons\"\n    ],\n    \"safranin\": [\n        \"safranine\"\n    ],\n    \"safrole\": [\n        \"safrol\",\n        \"safroles\"\n    ],\n    \"were nwayọọ\": [\n        \"saftly\"\n    ],\n    \"Agwara\": [\n        \"sagaciousness\"\n    ],\n    \"ndị amamihe\": [\n        \"sages\"\n    ],\n    \"osisi sagewood\": [\n        \"sagewood\"\n    ],\n    \"saggard\": [\n        \"saggards\"\n    ],\n    \"sagasị\": [\n        \"saggars\"\n    ],\n    \"dawara\": [\n        \"saggered\"\n    ],\n    \"nkwekọrịtara\": [\n        \"sagittaries\"\n    ],\n    \"sahiba\": [\n        \"sahibah\"\n    ],\n    \"sahib\": [\n        \"sahibs\"\n    ],\n    \"blegha\": [\n        \"sayableness\"\n    ],\n    \"sauces\": [\n        \"saices\",\n        \"sauced\"\n    ],\n    \"wee ghara\": [\n        \"saiid\",\n        \"weevilled\"\n    ],\n    \"silable\": [\n        \"sailable\"\n    ],\n    \"silage\": [\n        \"sailage\"\n    ],\n    \"ákwà ụgbọ mmiri\": [\n        \"sailcloth\"\n    ],\n    \"sofish\": [\n        \"sailfish\"\n    ],\n    \"akwọ ụgbọ mmiri\": [\n        \"sailfishes\",\n        \"sailoring\",\n        \"sailorizing\"\n    ],\n    \"ilgbọ mmiri\": [\n        \"sailflying\",\n        \"sailyard\",\n        \"sailye\",\n        \"sailmaking\",\n        \"sailplaning\"\n    ],\n    \"na-akwọ ụgbọ\": [\n        \"sailing\",\n        \"sailingly\",\n        \"sailings\"\n    ],\n    \"adaghị\": [\n        \"sailless\"\n    ],\n    \"onye oru ugbo mmiri\": [\n        \"sailor\",\n        \"sailorman\"\n    ],\n    \"azụ mmiri\": [\n        \"sailorfish\"\n    ],\n    \"enweghị akwọ ụgbọ mmiri\": [\n        \"sailorless\"\n    ],\n    \"akwọ ubom\": [\n        \"sailorly\"\n    ],\n    \"dị ka onye ọrụ ụgbọ mmiri\": [\n        \"sailorlike\"\n    ],\n    \"sagbọ mmiri\": [\n        \"sailship\"\n    ],\n    \"Onye ji ụgbọ mmiri\": [\n        \"sailsman\"\n    ],\n    \"sains\": [\n        \"sained\"\n    ],\n    \"enweghị nsọ\": [\n        \"saintless\",\n        \"sanctionless\"\n    ],\n    \"nke dị nsọ\": [\n        \"saintly\",\n        \"saintlier\",\n        \"saintling\"\n    ],\n    \"dị ka onye dị nsọ\": [\n        \"saintlike\"\n    ],\n    \"saintoloji\": [\n        \"saintology\"\n    ],\n    \"ndi nso\": [\n        \"saints\"\n    ],\n    \"Nsọ\": [\n        \"saintship\",\n        \"sanctus\"\n    ],\n    \"sajan\": [\n        \"sairy\"\n    ],\n    \"saiti\": [\n        \"saitic\"\n    ],\n    \"mb\": [\n        \"sak\"\n    ],\n    \"Sal\": [\n        \"sal\"\n    ],\n    \"salaam\": [\n        \"salaams\"\n    ],\n    \"ere ere\": [\n        \"salable\",\n        \"saleable\"\n    ],\n    \"salak\": [\n        \"salacot\"\n    ],\n    \"saladan\": [\n        \"saladangs\"\n    ],\n    \"salad\": [\n        \"salading\"\n    ],\n    \"ụgwọ ọnwa\": [\n        \"salaries\"\n    ],\n    \"nnu\": [\n        \"salband\",\n        \"salfern\",\n        \"salicylate\",\n        \"salicylic\",\n        \"salicine\",\n        \"salicines\",\n        \"salicins\",\n        \"salicional\",\n        \"salicorn\",\n        \"salifiable\",\n        \"saline\",\n        \"salines\",\n        \"salique\",\n        \"salivant\",\n        \"salsolaceous\",\n        \"salt\",\n        \"saltando\",\n        \"saltant\",\n        \"saltary\",\n        \"saltate\",\n        \"saltation\",\n        \"saltativeness\",\n        \"saltato\",\n        \"saltator\",\n        \"saltatory\",\n        \"saltatoria\",\n        \"saltatorial\",\n        \"saltatorian\",\n        \"saltatoric\",\n        \"saltatorily\",\n        \"saltatras\",\n        \"saltbush\",\n        \"saltbushes\",\n        \"saltcat\",\n        \"saltcellar\",\n        \"saltchuck\",\n        \"saltchucker\",\n        \"salted\",\n        \"salten\",\n        \"salter\",\n        \"saltery\",\n        \"saltern\",\n        \"salty\",\n        \"salticid\",\n        \"saltiers\",\n        \"salties\",\n        \"saltily\",\n        \"saltine\",\n        \"saltines\",\n        \"saltiness\",\n        \"saltire\",\n        \"saltires\",\n        \"saltirewise\",\n        \"saltishly\",\n        \"saltishness\",\n        \"saltly\",\n        \"saltness\",\n        \"saltnesses\",\n        \"saltorel\",\n        \"saltpetre\",\n        \"salts\",\n        \"saltus\",\n        \"saltuses\",\n        \"saltweed\",\n        \"salvable\",\n        \"salvableness\",\n        \"salvy\",\n        \"salwin\"\n    ],\n    \"erere ya\": [\n        \"saleability\"\n    ],\n    \"irekekson\": [\n        \"salenixon\"\n    ],\n    \"ọde akwụkwọ maka ịre ahịa\": [\n        \"salesclerk\"\n    ],\n    \"umu agbogho\": [\n        \"salesgirls\"\n    ],\n    \"ire ahia\": [\n        \"saleslady\"\n    ],\n    \"ire ahịa\": [\n        \"salesladies\"\n    ],\n    \"nwanyị na-ere ahịa\": [\n        \"saleswoman\"\n    ],\n    \"iji saliaric\": [\n        \"saliaric\"\n    ],\n    \"dị salic\": [\n        \"salic\"\n    ],\n    \"dị salicaceous\": [\n        \"salicaceous\"\n    ],\n    \"salimeta\": [\n        \"salimeter\"\n    ],\n    \"ga-\": [\n        \"salish\"\n    ],\n    \"asu\": [\n        \"saliva\"\n    ],\n    \"asọ mmiri\": [\n        \"salivan\",\n        \"salivator\"\n    ],\n    \"onunu\": [\n        \"salivary\",\n        \"superconsciousness\",\n        \"supples\",\n        \"supplies\"\n    ],\n    \"asu mmiri\": [\n        \"salivas\"\n    ],\n    \"na-asọ mmiri\": [\n        \"salivating\"\n    ],\n    \"usọ\": [\n        \"salix\",\n        \"sklent\",\n        \"sklenting\"\n    ],\n    \"ndị nnu\": [\n        \"sallenders\"\n    ],\n    \"salt\": [\n        \"sallets\"\n    ],\n    \"sallamed\": [\n        \"sallied\"\n    ],\n    \"Na-ekele\": [\n        \"sallowing\",\n        \"sallows\"\n    ],\n    \"nwaobuu\": [\n        \"sallowly\"\n    ],\n    \"salmagundi\": [\n        \"salmagundis\"\n    ],\n    \"salmal\": [\n        \"salmary\"\n    ],\n    \"Salmọn\": [\n        \"salmin\",\n        \"salmon\"\n    ],\n    \"salm\": [\n        \"salmo\",\n        \"sals\"\n    ],\n    \"salmọnberị\": [\n        \"salmonberry\"\n    ],\n    \"salmonberi\": [\n        \"salmonberries\"\n    ],\n    \"salmọn\": [\n        \"salmonet\",\n        \"salmons\"\n    ],\n    \"yiri salmon\": [\n        \"salmonlike\"\n    ],\n    \"salol\": [\n        \"salols\"\n    ],\n    \"salomita\": [\n        \"salometer\"\n    ],\n    \"salomonik\": [\n        \"salomonic\"\n    ],\n    \"salonlọ Mmanya\": [\n        \"salon\"\n    ],\n    \"saloonkeeping\": [\n        \"saloonkeep\"\n    ],\n    \"saloon\": [\n        \"saloons\"\n    ],\n    \"salopet\": [\n        \"salopette\"\n    ],\n    \"Salopian\": [\n        \"salopian\"\n    ],\n    \"ndị salp\": [\n        \"salpians\"\n    ],\n    \"nkedoazu\": [\n        \"salpiform\"\n    ],\n    \"salpingị\": [\n        \"salpinges\"\n    ],\n    \"salmilla\": [\n        \"salsillas\"\n    ],\n    \"nnweta nnu\": [\n        \"saltatorious\"\n    ],\n    \"igbe nnu\": [\n        \"saltbox\",\n        \"saltboxes\"\n    ],\n    \"salts\": [\n        \"salterns\"\n    ],\n    \"dị nnu\": [\n        \"saltest\",\n        \"saltierwise\",\n        \"saltiest\"\n    ],\n    \"ụkwụ nnu\": [\n        \"saltfoot\"\n    ],\n    \"nwee nnu\": [\n        \"saltier\"\n    ],\n    \"gbanye nnu\": [\n        \"saltish\"\n    ],\n    \"enweghị nnu\": [\n        \"saltless\"\n    ],\n    \"nnu dị ka\": [\n        \"saltlike\"\n    ],\n    \"onye nnu\": [\n        \"saltman\"\n    ],\n    \"nnu pan\": [\n        \"saltpan\"\n    ],\n    \"olulu nnu\": [\n        \"saltpeter\"\n    ],\n    \"Na-etinye nnu\": [\n        \"saltspoonful\"\n    ],\n    \"nnu mmiri\": [\n        \"saltwater\"\n    ],\n    \"onye ọrụ nnu\": [\n        \"saltworker\"\n    ],\n    \"ọrụ nnu\": [\n        \"saltworks\"\n    ],\n    \"nnu mmiri ara\": [\n        \"saltworts\"\n    ],\n    \"n'egbughị onwe\": [\n        \"salubriously\"\n    ],\n    \"Salud\": [\n        \"salud\"\n    ],\n    \"mbaụda\": [\n        \"salvador\"\n    ],\n    \"nzọpụta\": [\n        \"salvation\",\n        \"saviorhood\",\n        \"saviorship\"\n    ],\n    \"onye nzọpụta\": [\n        \"salvationism\",\n        \"salvationist\"\n    ],\n    \"kelabọ\": [\n        \"salve\",\n        \"salved\"\n    ],\n    \"salve akara\": [\n        \"salveline\"\n    ],\n    \"salvos\": [\n        \"salvoed\",\n        \"salvoes\",\n        \"salvoing\"\n    ],\n    \"Samadera\": [\n        \"samadera\"\n    ],\n    \"Samadhi\": [\n        \"samadhi\"\n    ],\n    \"Samani\": [\n        \"samani\"\n    ],\n    \"Samantha\": [\n        \"samantha\"\n    ],\n    \"Ikenna Okeke\": [\n        \"samarkand\"\n    ],\n    \"elurskite\": [\n        \"samarskite\"\n    ],\n    \"ba nwere\": [\n        \"sambaed\"\n    ],\n    \"samba\": [\n        \"sambars\"\n    ],\n    \"Sambel\": [\n        \"sambel\"\n    ],\n    \"Sambhar\": [\n        \"sambhar\"\n    ],\n    \"ịmịpụta\": [\n        \"sambhurs\"\n    ],\n    \"Sambouk\": [\n        \"sambouk\"\n    ],\n    \"ịgha ihe\": [\n        \"sambouse\",\n        \"suling\"\n    ],\n    \"ịmịbu\": [\n        \"sambuke\"\n    ],\n    \"Sambul\": [\n        \"sambul\"\n    ],\n    \"otu ihe ahụ\": [\n        \"samekh\"\n    ],\n    \"sammaatụ\": [\n        \"sameliness\"\n    ],\n    \"Samen\": [\n        \"samen\"\n    ],\n    \"Sameria\": [\n        \"samian\"\n    ],\n    \"Selsel\": [\n        \"samiels\"\n    ],\n    \"Samish\": [\n        \"samish\"\n    ],\n    \"Samites\": [\n        \"samites\"\n    ],\n    \"Sammel\": [\n        \"sammel\"\n    ],\n    \"Samnani\": [\n        \"samnani\"\n    ],\n    \"Obinna Nwagbara\": [\n        \"samoyedic\"\n    ],\n    \"Samosatenian\": [\n        \"samosatenian\"\n    ],\n    \"Sampan\": [\n        \"sampan\"\n    ],\n    \"Onye nlele\": [\n        \"sampleman\"\n    ],\n    \"Nlele\": [\n        \"samplery\"\n    ],\n    \"Samson\": [\n        \"samson\"\n    ],\n    \"Samsonian\": [\n        \"samsonian\"\n    ],\n    \"Samsonic\": [\n        \"samsonic\"\n    ],\n    \"sanitarium\": [\n        \"sanataria\",\n        \"sanatarium\",\n        \"sanatariums\"\n    ],\n    \"santian\": [\n        \"sanative\"\n    ],\n    \"sanatorium\": [\n        \"sanatoriria\",\n        \"sanatoririums\"\n    ],\n    \"sanbalat\": [\n        \"sanballat\"\n    ],\n    \"san benito\": [\n        \"sanbenito\"\n    ],\n    \"sambenitos\": [\n        \"sanbenitos\"\n    ],\n    \"Sanchez\": [\n        \"sanche\"\n    ],\n    \"sancy ite\": [\n        \"sancyite\"\n    ],\n    \"doo nso\": [\n        \"sanctifiable\"\n    ],\n    \"ido-nsọ\": [\n        \"sanctification\",\n        \"santification\"\n    ],\n    \"edo nsọ\": [\n        \"sanctifiers\"\n    ],\n    \"ọkà mmụta banyere ịdị nsọ\": [\n        \"sanctologist\"\n    ],\n    \"onyeka ugwo\": [\n        \"sanctorian\"\n    ],\n    \"ụlọ nsọ\": [\n        \"sanctorium\"\n    ],\n    \"sand\": [\n        \"sandan\"\n    ],\n    \"Akpa ájá\": [\n        \"sandbag\",\n        \"sandbags\"\n    ],\n    \"Akpa aja\": [\n        \"sandbagged\",\n        \"sandbagger\",\n        \"sandbaggers\"\n    ],\n    \"aja ájá\": [\n        \"sandblasted\"\n    ],\n    \"clọ aja\": [\n        \"sandclub\"\n    ],\n    \"Sandemania\": [\n        \"sandemanian\"\n    ],\n    \"Sandemaniasism\": [\n        \"sandemanianism\"\n    ],\n    \"sander\": [\n        \"sanderling\"\n    ],\n    \"Azu azu\": [\n        \"sandfish\"\n    ],\n    \"Azụ sandfish\": [\n        \"sandfishes\"\n    ],\n    \"ụlọ aja\": [\n        \"sandgrouse\"\n    ],\n    \"aja\": [\n        \"sandy\",\n        \"sandiness\",\n        \"sandlike\",\n        \"sandra\"\n    ],\n    \"aja sandyx\": [\n        \"sandyx\"\n    ],\n    \"Ihe eji akpu aja\": [\n        \"sandlapper\"\n    ],\n    \"enweghị aja\": [\n        \"sandless\",\n        \"victimless\"\n    ],\n    \"sandwich\": [\n        \"sandlings\"\n    ],\n    \"Ndị sandmen\": [\n        \"sandmen\"\n    ],\n    \"Aja aja\": [\n        \"sandspout\"\n    ],\n    \"Aja\": [\n        \"sandust\"\n    ],\n    \"Sanwichi\": [\n        \"sandwich\",\n        \"sandwiches\",\n        \"sandwiching\"\n    ],\n    \"Sanwort\": [\n        \"sandwort\"\n    ],\n    \"isi zuru oke\": [\n        \"sane\"\n    ],\n    \"sanyere\": [\n        \"saned\"\n    ],\n    \"sanede\": [\n        \"sanely\"\n    ],\n    \"Sanford\": [\n        \"sanford\"\n    ],\n    \"sanifized\": [\n        \"sanforized\"\n    ],\n    \"Sangers\": [\n        \"sangers\"\n    ],\n    \"Sanggil\": [\n        \"sanggil\"\n    ],\n    \"sang\": [\n        \"sangh\"\n    ],\n    \"Singil\": [\n        \"sangil\"\n    ],\n    \"Sangley\": [\n        \"sangley\"\n    ],\n    \"sanguana\": [\n        \"sanguify\"\n    ],\n    \"sanguineous ness\": [\n        \"sanguineousness\"\n    ],\n    \"sanguineo vaskụla\": [\n        \"sanguineovascular\"\n    ],\n    \"sanguineous\": [\n        \"sanguiniferous\"\n    ],\n    \"Sanhedrim\": [\n        \"sanhedrim\"\n    ],\n    \"Sanhedrin\": [\n        \"sanhedrin\"\n    ],\n    \"onye na-edebe iwu\": [\n        \"sanhedrist\"\n    ],\n    \"sanidinik\": [\n        \"sanidinic\"\n    ],\n    \"sanitary\": [\n        \"sanitarian\"\n    ],\n    \"idebe ihe ọcha\": [\n        \"sanitation\",\n        \"sanitationist\",\n        \"sanitization\"\n    ],\n    \"ihe ịdị ọcha\": [\n        \"sanities\"\n    ],\n    \"sanitis\": [\n        \"sanitise\",\n        \"sanitize\"\n    ],\n    \"sanitized\": [\n        \"sanitised\"\n    ],\n    \"sanitizi\": [\n        \"sanitizer\",\n        \"sanitizes\"\n    ],\n    \"sanjakụ\": [\n        \"sanjaks\"\n    ],\n    \"sans\": [\n        \"sansar\"\n    ],\n    \"Sankpolotte\": [\n        \"sansculotte\"\n    ],\n    \"Sankritị\": [\n        \"sanskritize\"\n    ],\n    \"santini\": [\n        \"santii\",\n        \"santimi\"\n    ],\n    \"santol\": [\n        \"santols\"\n    ],\n    \"sanee\": [\n        \"sanzen\"\n    ],\n    \"saponing\": [\n        \"saponifying\"\n    ],\n    \"safaiya\": [\n        \"sapphire\"\n    ],\n    \"sapphi\": [\n        \"sapphired\"\n    ],\n    \"sapphire\": [\n        \"sapphires\"\n    ],\n    \"sapphis\": [\n        \"sapphists\"\n    ],\n    \"sapple\": [\n        \"sapples\"\n    ],\n    \"sara\": [\n        \"sarah\"\n    ],\n    \"Sarbican\": [\n        \"sarbican\"\n    ],\n    \"okwu njakịrị\": [\n        \"sarcasm\",\n        \"sarcasms\"\n    ],\n    \"akaebe sarcasm\": [\n        \"sarcasmproof\"\n    ],\n    \"akaja\": [\n        \"sarcast\",\n        \"sarcastic\"\n    ],\n    \"n’ịkpa ọchị\": [\n        \"sarcastical\",\n        \"sarcastically\",\n        \"sarcasticalness\"\n    ],\n    \"selị\": [\n        \"sarcle\"\n    ],\n    \"ọkà mmụta banyere sarcologist\": [\n        \"sarcologist\"\n    ],\n    \"sụrụ aka\": [\n        \"sarcomeric\"\n    ],\n    \"nwewekwaa\": [\n        \"sarcopsylla\"\n    ],\n    \"sarcoptic\": [\n        \"sarcoptid\"\n    ],\n    \"sarcoramphus\": [\n        \"sarcorhamphus\"\n    ],\n    \"sarcosine\": [\n        \"sarcosin\"\n    ],\n    \"codị sarcostyle\": [\n        \"sarcostyle\"\n    ],\n    \"sadin\": [\n        \"sardine\"\n    ],\n    \"sardinia\": [\n        \"sardinian\"\n    ],\n    \"Sardonian\": [\n        \"sardonian\"\n    ],\n    \"suru\": [\n        \"sarees\"\n    ],\n    \"sargassumfish\": [\n        \"sargassumfishes\"\n    ],\n    \"Ikeja\": [\n        \"sarges\"\n    ],\n    \"ezeite\": [\n        \"sarkinite\"\n    ],\n    \"sarlak\": [\n        \"sarlac\"\n    ],\n    \"Sarod\": [\n        \"sarod\"\n    ],\n    \"onyechukwu\": [\n        \"sarodist\"\n    ],\n    \"saredist\": [\n        \"sarodists\"\n    ],\n    \"plemụmaatụ\": [\n        \"sarpler\"\n    ],\n    \"na-akwa ọchị\": [\n        \"sarracenial\"\n    ],\n    \"sarsaparilla\": [\n        \"sarsparilla\"\n    ],\n    \"sartorial\": [\n        \"sartoriad\",\n        \"sartorially\"\n    ],\n    \"sasin\": [\n        \"sasine\",\n        \"sasins\"\n    ],\n    \"asụsụ sassanian\": [\n        \"sassanian\"\n    ],\n    \"akụkụide\": [\n        \"sassanide\"\n    ],\n    \"sass\": [\n        \"sasses\"\n    ],\n    \"dịrịkarịsịrị\": [\n        \"sassiest\"\n    ],\n    \"sassass\": [\n        \"sassiness\"\n    ],\n    \"satanatan\": [\n        \"satanically\"\n    ],\n    \"okpukpe Setan\": [\n        \"satanism\"\n    ],\n    \"satanists\": [\n        \"satanisms\"\n    ],\n    \"satanist\": [\n        \"satanistic\"\n    ],\n    \"satan\": [\n        \"satanity\"\n    ],\n    \"jekuru\": [\n        \"satchelful\"\n    ],\n    \"satel\": [\n        \"satelles\"\n    ],\n    \"satellitan\": [\n        \"satellitarian\"\n    ],\n    \"Satellites\": [\n        \"satellites\"\n    ],\n    \"Satellitesimal\": [\n        \"satellitesimal\"\n    ],\n    \"Satellitian\": [\n        \"satellitian\"\n    ],\n    \"Satellitic\": [\n        \"satellitic\"\n    ],\n    \"Satellitory\": [\n        \"satellitory\"\n    ],\n    \"ndị sates\": [\n        \"sates\"\n    ],\n    \"Na-eriju afọ\": [\n        \"satiable\"\n    ],\n    \"Ahụjụjụ\": [\n        \"satiableness\"\n    ],\n    \"rijuru afọ\": [\n        \"satined\"\n    ],\n    \"satinet\": [\n        \"satinets\"\n    ],\n    \"satinfun\": [\n        \"satinfin\"\n    ],\n    \"ifuru satin\": [\n        \"satinflower\"\n    ],\n    \"satinwood\": [\n        \"satinpod\",\n        \"satinwoods\"\n    ],\n    \"Okechukwu Uduak\": [\n        \"satyresque\"\n    ],\n    \"satirikal\": [\n        \"satirical\"\n    ],\n    \"satirikiiki\": [\n        \"satirically\"\n    ],\n    \"satiri\": [\n        \"satirised\",\n        \"satirized\"\n    ],\n    \"satirise\": [\n        \"satirises\"\n    ],\n    \"ndị satiriki\": [\n        \"satirists\"\n    ],\n    \"afọ niile\": [\n        \"satisdation\"\n    ],\n    \"juo afọ\": [\n        \"satisfy\"\n    ],\n    \"satarae\": [\n        \"satrae\"\n    ],\n    \"ndị setrap\": [\n        \"satraps\"\n    ],\n    \"Satron\": [\n        \"satron\"\n    ],\n    \"satueta\": [\n        \"saturants\"\n    ],\n    \"izu-ike\": [\n        \"saturating\",\n        \"sneezers\",\n        \"thropple\"\n    ],\n    \"saturation\": [\n        \"saturator\"\n    ],\n    \"satọde\": [\n        \"saturday\",\n        \"saturdays\"\n    ],\n    \"Satọde\": [\n        \"saturnal\"\n    ],\n    \"Saturnalia\": [\n        \"saturnalia\"\n    ],\n    \"Saturnic\": [\n        \"saturnic\"\n    ],\n    \"Saturnine\": [\n        \"saturnine\"\n    ],\n    \"Saturn\": [\n        \"saturnity\"\n    ],\n    \"igbe efere\": [\n        \"saucebox\",\n        \"sauceboxes\"\n    ],\n    \"enweghị ihendori\": [\n        \"sauceless\"\n    ],\n    \"Na-esi nri\": [\n        \"saucemaking\"\n    ],\n    \"saucesi\": [\n        \"saucerize\"\n    ],\n    \"enweghị ihe oriri\": [\n        \"saucerless\"\n    ],\n    \"dị ka saucer\": [\n        \"saucerlike\"\n    ],\n    \"sauicily\": [\n        \"saucily\"\n    ],\n    \"ofe\": [\n        \"sauf\",\n        \"soup\",\n        \"soupbone\",\n        \"soupcon\",\n        \"soupcons\",\n        \"souped\",\n        \"souper\",\n        \"soupfin\",\n        \"soupy\",\n        \"soupier\",\n        \"souping\",\n        \"soupmeat\",\n        \"soupon\",\n        \"soups\",\n        \"soupspoon\"\n    ],\n    \"saumọn\": [\n        \"saumon\"\n    ],\n    \"sawụna\": [\n        \"sauna\",\n        \"saunas\"\n    ],\n    \"sauses\": [\n        \"sauries\"\n    ],\n    \"akaigbo\": [\n        \"sauropterygian\"\n    ],\n    \"sauruos\": [\n        \"saururous\"\n    ],\n    \"sọseeji\": [\n        \"sausage\"\n    ],\n    \"sausaji\": [\n        \"sausages\"\n    ],\n    \"saussitization\": [\n        \"saussuritization\"\n    ],\n    \"Ogbako\": [\n        \"sauteing\",\n        \"skewnesses\",\n        \"tumbler\"\n    ],\n    \"onye obi tara mmiri\": [\n        \"savager\"\n    ],\n    \"ndị obi tara mmiri\": [\n        \"savagers\",\n        \"savages\",\n        \"savagess\",\n        \"savagest\"\n    ],\n    \"Obi tara mmiri\": [\n        \"savaging\"\n    ],\n    \"savanna\": [\n        \"savannas\"\n    ],\n    \"ndi mara ihe\": [\n        \"savates\"\n    ],\n    \"ịzọpụta\": [\n        \"savation\",\n        \"saveableness\",\n        \"thrapple\"\n    ],\n    \"zoputara\": [\n        \"savey\",\n        \"truthify\"\n    ],\n    \"Savelha\": [\n        \"savelha\"\n    ],\n    \"azọpụta\": [\n        \"saves\"\n    ],\n    \"tara ihe\": [\n        \"savile\"\n    ],\n    \"na echekwa\": [\n        \"savingly\"\n    ],\n    \"izoputa\": [\n        \"savingness\"\n    ],\n    \"ndi nne\": [\n        \"savins\"\n    ],\n    \"onye nzoputa\": [\n        \"savior\",\n        \"saviour\"\n    ],\n    \"ndi nzoputa\": [\n        \"saviors\",\n        \"saviours\"\n    ],\n    \"savita\": [\n        \"savitar\"\n    ],\n    \"ndị savore\": [\n        \"savorers\"\n    ],\n    \"isi uto\": [\n        \"savoriness\"\n    ],\n    \"savored\": [\n        \"savoured\"\n    ],\n    \"savory\": [\n        \"savoury\"\n    ],\n    \"savors\": [\n        \"savours\"\n    ],\n    \"savvy\": [\n        \"savvies\"\n    ],\n    \"savviving\": [\n        \"savvying\"\n    ],\n    \"ọkpụkpụ osisi\": [\n        \"sawbones\"\n    ],\n    \"sawawa\": [\n        \"sawer\"\n    ],\n    \"onye na-ahu nku\": [\n        \"sawyer\"\n    ],\n    \"ndị na-ahụ ụzọ\": [\n        \"sawyers\"\n    ],\n    \"ịwa nkume\": [\n        \"sawings\",\n        \"sawneys\"\n    ],\n    \"onye na-awa osisi\": [\n        \"sawmaker\",\n        \"sawworker\"\n    ],\n    \"ịwa osisi\": [\n        \"sawmaking\",\n        \"sawmilling\"\n    ],\n    \"nkwọ\": [\n        \"saws\"\n    ],\n    \"sausazi\": [\n        \"sawsmith\"\n    ],\n    \"saxee\": [\n        \"saxe\"\n    ],\n    \"saxophonist\": [\n        \"saxophonists\"\n    ],\n    \"skaab\": [\n        \"scab\"\n    ],\n    \"gbuchapu\": [\n        \"scabbarded\"\n    ],\n    \"ịkpụchapu\": [\n        \"scabbarding\"\n    ],\n    \"akpụkpa\": [\n        \"scabbards\"\n    ],\n    \"ọphu ẹphe\": [\n        \"scabbery\"\n    ],\n    \"ọjo\": [\n        \"scaberulous\"\n    ],\n    \"scabrius ọrụ ebube\": [\n        \"scabriusculous\"\n    ],\n    \"scabbasara\": [\n        \"scabrous\"\n    ],\n    \"scababil\": [\n        \"scabrously\"\n    ],\n    \"scaesan\": [\n        \"scaean\"\n    ],\n    \"Amala\": [\n        \"scaffer\",\n        \"smirches\",\n        \"smirks\",\n        \"smurks\"\n    ],\n    \"scaffold\": [\n        \"scaffle\"\n    ],\n    \"scaffolded\": [\n        \"scaffoldage\"\n    ],\n    \"Akpịrịkpa\": [\n        \"scalages\",\n        \"scapulospinal\"\n    ],\n    \"scalare\": [\n        \"scalares\"\n    ],\n    \"scalar\": [\n        \"scalars\"\n    ],\n    \"skald\": [\n        \"scald\"\n    ],\n    \"skaldberry\": [\n        \"scaldberry\"\n    ],\n    \"N'ihe\": [\n        \"scalene\"\n    ],\n    \"Ihe akpịrịkpa\": [\n        \"scalesmith\"\n    ],\n    \"ahịa ala isi\": [\n        \"scalf\",\n        \"scalfe\",\n        \"scalp\",\n        \"scalx\"\n    ],\n    \"iwukwa\": [\n        \"scalings\"\n    ],\n    \"scallawagwa ịwa ahụ\": [\n        \"scallawaggery\"\n    ],\n    \"scalawag\": [\n        \"scallawaggy\"\n    ],\n    \"scallops\": [\n        \"scallola\"\n    ],\n    \"skalọp\": [\n        \"scallom\",\n        \"scallop\"\n    ],\n    \"akpụkpa ahụ\": [\n        \"scalpellar\"\n    ],\n    \"skal\": [\n        \"scalper\",\n        \"skalds\"\n    ],\n    \"scalss\": [\n        \"scalpless\"\n    ],\n    \"ojoro\": [\n        \"scam\",\n        \"scamander\",\n        \"scamell\",\n        \"scammony\"\n    ],\n    \"scrambler\": [\n        \"scambler\"\n    ],\n    \"scamper\": [\n        \"scampering\"\n    ],\n    \"ndị scampers\": [\n        \"scampers\"\n    ],\n    \"onye scampsman\": [\n        \"scampsman\"\n    ],\n    \"i scanomi\": [\n        \"scan\"\n    ],\n    \"sikandali\": [\n        \"scandalizer\"\n    ],\n    \"ndị na-eme ihe ojo\": [\n        \"scandalizers\"\n    ],\n    \"i magomi mag\": [\n        \"scanmag\"\n    ],\n    \"ịgụ isiokwu\": [\n        \"scanning\",\n        \"scanningly\",\n        \"scannings\"\n    ],\n    \"ndepụta nchịkọta\": [\n        \"scansionist\"\n    ],\n    \"skantlet\": [\n        \"scantlet\"\n    ],\n    \"osisi scape\": [\n        \"scapegallows\"\n    ],\n    \"scapegoat\": [\n        \"scapegoater\"\n    ],\n    \"scape\": [\n        \"scapes\"\n    ],\n    \"scapos\": [\n        \"scapose\"\n    ],\n    \"scapular\": [\n        \"scapulary\",\n        \"scapulas\"\n    ],\n    \"scapulars\": [\n        \"scapularies\"\n    ],\n    \"Spopulectomy\": [\n        \"scapulectomy\"\n    ],\n    \"akpapu\": [\n        \"scapulet\"\n    ],\n    \"o siri ike\": [\n        \"scarcely\"\n    ],\n    \"ịchafụ\": [\n        \"scarcen\",\n        \"scarf\",\n        \"scarfe\",\n        \"scarfed\",\n        \"scarfy\",\n        \"scarfing\",\n        \"scarfless\",\n        \"scarflike\",\n        \"scarfpin\",\n        \"scarfpins\",\n        \"scarfs\",\n        \"scarfskin\",\n        \"scarifier\",\n        \"scarlatinoid\",\n        \"scarp\",\n        \"scarpa\",\n        \"scarpers\",\n        \"scarpetti\",\n        \"scarph\",\n        \"scarphed\",\n        \"scarphing\",\n        \"scarphs\",\n        \"scarpines\",\n        \"scarpment\",\n        \"scarring\",\n        \"scarts\",\n        \"scarus\",\n        \"scarves\",\n        \"scavage\",\n        \"scavenage\",\n        \"scavenge\"\n    ],\n    \"mmenyenjo\": [\n        \"scare\",\n        \"scarebabe\"\n    ],\n    \"scarecrow\": [\n        \"scarecrowy\"\n    ],\n    \"scarecrow ish\": [\n        \"scarecrowish\"\n    ],\n    \"menyeujo\": [\n        \"scareful\"\n    ],\n    \"asa\": [\n        \"scarify\"\n    ],\n    \"na-achapu\": [\n        \"scarifies\"\n    ],\n    \"ifyingcha\": [\n        \"scarifying\"\n    ],\n    \"acha uhie uhieiform\": [\n        \"scarlatiniform\"\n    ],\n    \"acha uhie uhie beri\": [\n        \"scarletberry\"\n    ],\n    \"scarlatina\": [\n        \"scarletina\"\n    ],\n    \"achapuchaala\": [\n        \"scarped\"\n    ],\n    \"nkari\": [\n        \"scase\",\n        \"scrapiness\"\n    ],\n    \"scatful\": [\n        \"scathful\"\n    ],\n    \"agbasata\": [\n        \"scatomata\"\n    ],\n    \"kposa\": [\n        \"scatteraway\"\n    ],\n    \"Gbasasịa\": [\n        \"scatterer\"\n    ],\n    \"scaveving\": [\n        \"scavenging\"\n    ],\n    \"sinary\": [\n        \"scenary\"\n    ],\n    \"dịruru ná njọ\": [\n        \"scenarioize\"\n    ],\n    \"Ebe ọ dị\": [\n        \"scenarizing\"\n    ],\n    \"na-aputa ihe\": [\n        \"scending\"\n    ],\n    \"sinik\": [\n        \"scenic\",\n        \"scenical\",\n        \"sinicism\",\n        \"sinoper\",\n        \"sneak\",\n        \"sneakish\",\n        \"snipy\"\n    ],\n    \"onye nlegharị anya\": [\n        \"scenist\",\n        \"sightsman\"\n    ],\n    \"sonographically\": [\n        \"scenographically\"\n    ],\n    \"sepsis\": [\n        \"scepsis\"\n    ],\n    \"mkpanaka eze\": [\n        \"scepterdom\"\n    ],\n    \"scakska\": [\n        \"schapska\"\n    ],\n    \"scchachen\": [\n        \"schatchen\"\n    ],\n    \"chav\": [\n        \"schavs\"\n    ],\n    \"ịtọọ oge\": [\n        \"schedulable\"\n    ],\n    \"ịhazi oge\": [\n        \"schedulate\"\n    ],\n    \"shemozzle\": [\n        \"schemozzle\"\n    ],\n    \"schismatik\": [\n        \"schismatics\"\n    ],\n    \"schizoid\": [\n        \"schizoids\"\n    ],\n    \"schmelze\": [\n        \"schmelzes\"\n    ],\n    \"schmooze\": [\n        \"schmoose\",\n        \"schmoosed\"\n    ],\n    \"schnorkel\": [\n        \"schnorkle\"\n    ],\n    \"skuchet\": [\n        \"schochat\",\n        \"schoche\",\n        \"schochet\"\n    ],\n    \"skenobatic\": [\n        \"schoenobatic\"\n    ],\n    \"onye guru akwukwo\": [\n        \"scholarly\"\n    ],\n    \"dị ka ọkà mmụta\": [\n        \"scholarlike\"\n    ],\n    \"ndị ọkà mmụta\": [\n        \"scholars\"\n    ],\n    \"sklasm\": [\n        \"scholasm\"\n    ],\n    \"mụọ akwụkwọ\": [\n        \"scholasticate\"\n    ],\n    \"skoodi\": [\n        \"schoodic\"\n    ],\n    \"sụọ akwụkwọ\": [\n        \"schoolable\"\n    ],\n    \"afọ agụmakwụkwọ\": [\n        \"schoolage\"\n    ],\n    \"akpa akwụkwọ\": [\n        \"schoolbag\"\n    ],\n    \"nwata akwukwo\": [\n        \"schoolboy\",\n        \"schoolboyhood\",\n        \"schoolboyish\",\n        \"schoolboyishness\",\n        \"schooler\",\n        \"schoolgirlishness\",\n        \"schorlaceous\",\n        \"student\"\n    ],\n    \"nwa akwụkwọ dom\": [\n        \"schoolboydom\"\n    ],\n    \"akwụkwọ ụlọ akwụkwọ\": [\n        \"schoolcraft\",\n        \"schoolgirlism\"\n    ],\n    \"ụmụ akwụkwọ ụlọ akwụkwọ\": [\n        \"schoolgirls\"\n    ],\n    \"na-aga akwụkwọ\": [\n        \"schoolgoing\"\n    ],\n    \"ogige ụlọ akwụkwọ\": [\n        \"schoolyard\"\n    ],\n    \"nlekọta ụlọ akwụkwọ\": [\n        \"schoolkeeping\"\n    ],\n    \"dị ka ụlọ akwụkwọ\": [\n        \"schoollike\"\n    ],\n    \"onye nkụzi\": [\n        \"schoolmaster\"\n    ],\n    \"nkụzi ụlọ akwụkwọ\": [\n        \"schoolmasterishness\",\n        \"schoolmasterism\"\n    ],\n    \"dị ka onye nkụzi\": [\n        \"schoolmasterlike\",\n        \"teacherlike\"\n    ],\n    \"nwa akwukwo ibe\": [\n        \"schoolmate\"\n    ],\n    \"ụmụ akwụkwọ ibe\": [\n        \"schoolmates\",\n        \"schoolmen\"\n    ],\n    \"ndị nkụzi ụlọ akwụkwọ\": [\n        \"schoolteachers\"\n    ],\n    \"oge ụlọ akwụkwọ\": [\n        \"schooltime\"\n    ],\n    \"ọrụ ụlọ akwụkwọ\": [\n        \"schoolwork\"\n    ],\n    \"skon\": [\n        \"schoon\"\n    ],\n    \"gaa akwụkwọ\": [\n        \"schopenhauerian\"\n    ],\n    \"sụọlị\": [\n        \"schorly\",\n        \"snarly\"\n    ],\n    \"scotish\": [\n        \"schottish\",\n        \"scottish\",\n        \"scottishly\",\n        \"scoutish\"\n    ],\n    \"Schreinerized\": [\n        \"schreinerized\"\n    ],\n    \"nkenye\": [\n        \"schuits\"\n    ],\n    \"sciically\": [\n        \"sciatically\"\n    ],\n    \"sciatica\": [\n        \"sciaticas\"\n    ],\n    \"sayensiarum\": [\n        \"scientiarum\"\n    ],\n    \"scienceogeographical\": [\n        \"scientificogeographical\"\n    ],\n    \"sayensị sayensị\": [\n        \"scientificoreligious\",\n        \"scientificoromantic\"\n    ],\n    \"skil\": [\n        \"scil\"\n    ],\n    \"scillarus\": [\n        \"scyllarus\"\n    ],\n    \"scimita\": [\n        \"scimiter\"\n    ],\n    \"scirrhogastria nke\": [\n        \"scirrhogastria\"\n    ],\n    \"Ugbajo\": [\n        \"scirrhosity\"\n    ],\n    \"scississ\": [\n        \"scissored\"\n    ],\n    \"mkpa dị ka\": [\n        \"scissorlike\"\n    ],\n    \"scissortail\": [\n        \"scissorstail\"\n    ],\n    \"gbasaala\": [\n        \"sclaffed\"\n    ],\n    \".gwọ\": [\n        \"sclaffs\"\n    ],\n    \"Igwe ncha\": [\n        \"scler\"\n    ],\n    \"skleral\": [\n        \"scleral\"\n    ],\n    \"Ndị sclerit\": [\n        \"sclerites\"\n    ],\n    \"Onye akọcha\": [\n        \"scleritic\"\n    ],\n    \"scleros juru\": [\n        \"sclerosed\"\n    ],\n    \"skleroskeletal\": [\n        \"scleroskeletal\"\n    ],\n    \"sclerotik\": [\n        \"sclerotic\"\n    ],\n    \"Keukwu\": [\n        \"sclerous\"\n    ],\n    \"mee akaje\": [\n        \"scoff\"\n    ],\n    \"chịa ọchị\": [\n        \"scoffer\"\n    ],\n    \"Ndị na-akwa emo\": [\n        \"scoffers\"\n    ],\n    \"Na-eme ihe ọchị\": [\n        \"scoffingstock\"\n    ],\n    \"Iwuoma\": [\n        \"scofflaw\"\n    ],\n    \"Iwu ọchị\": [\n        \"scofflaws\"\n    ],\n    \"Ndị na-eme ihe ọchị\": [\n        \"scoffs\"\n    ],\n    \"ndaba mba\": [\n        \"scolding\"\n    ],\n    \"scleciasis\": [\n        \"scoleciasis\"\n    ],\n    \"skley\": [\n        \"scoley\"\n    ],\n    \"skirlex\": [\n        \"scolex\"\n    ],\n    \"scolisi\": [\n        \"scolices\"\n    ],\n    \"Slylymus\": [\n        \"scolymus\"\n    ],\n    \"sklytids\": [\n        \"scolytids\"\n    ],\n    \"scolytus\": [\n        \"scolytoid\"\n    ],\n    \"scalloped\": [\n        \"scolloped\"\n    ],\n    \"Ihe otiti\": [\n        \"scolog\",\n        \"spanky\",\n        \"thronger\",\n        \"typonym\"\n    ],\n    \"skwlopaceus\": [\n        \"scolopaceous\"\n    ],\n    \"skwlopacine\": [\n        \"scolopacine\"\n    ],\n    \"sclopendrella\": [\n        \"scolopendrella\"\n    ],\n    \"sclopendrelloid\": [\n        \"scolopendrelloid\"\n    ],\n    \"sloplopendrine\": [\n        \"scolopendrine\"\n    ],\n    \"Sloplopendrium\": [\n        \"scolopendrium\"\n    ],\n    \"Ugwuchukwu\": [\n        \"scolopendroid\"\n    ],\n    \"Sloplop\": [\n        \"scolopes\"\n    ],\n    \"Slophore\": [\n        \"scolophore\"\n    ],\n    \"sconing\": [\n        \"sconcing\"\n    ],\n    \"skuta\": [\n        \"scooter\",\n        \"scoter\",\n        \"skiwears\"\n    ],\n    \"Ndị scooters\": [\n        \"scooters\",\n        \"scoters\"\n    ],\n    \"Scoot\": [\n        \"scoots\"\n    ],\n    \"skripa\": [\n        \"scopperil\"\n    ],\n    \"nke nwere uche\": [\n        \"scoptical\"\n    ],\n    \"scopula\": [\n        \"scopulate\"\n    ],\n    \"akọcha\": [\n        \"scopulous\"\n    ],\n    \"okpokoro mgbu\": [\n        \"scorchingness\"\n    ],\n    \"gbatara\": [\n        \"scored\"\n    ],\n    \"idebe akara\": [\n        \"scorekeeping\"\n    ],\n    \"akarapad\": [\n        \"scorepad\"\n    ],\n    \"ndị goolu\": [\n        \"scorers\"\n    ],\n    \"akpi\": [\n        \"scorpio\",\n        \"scorpion\"\n    ],\n    \"akpị\": [\n        \"scorpiones\",\n        \"scorpionfly\",\n        \"scorpionic\",\n        \"scorpions\",\n        \"scorpios\"\n    ],\n    \"ejula\": [\n        \"scorpionfish\",\n        \"scorpionfishes\",\n        \"scorpionis\",\n        \"scorpionweed\",\n        \"scorpionwort\",\n        \"snail\",\n        \"snailed\",\n        \"snailfish\",\n        \"snaily\",\n        \"snailish\",\n        \"snailishly\",\n        \"snails\"\n    ],\n    \"akpị, akpị\": [\n        \"scorpionflies\"\n    ],\n    \"scotches\": [\n        \"scotched\",\n        \"scotcher\",\n        \"scotchery\"\n    ],\n    \"scotia si\": [\n        \"scotias\"\n    ],\n    \"onye scotist\": [\n        \"scotist\"\n    ],\n    \"onye scotsman\": [\n        \"scotsman\"\n    ],\n    \"Onye nwe obodo Scotland\": [\n        \"scotswoman\"\n    ],\n    \"scotishman\": [\n        \"scottishman\"\n    ],\n    \"scout\": [\n        \"scouk\"\n    ],\n    \"scoundrel dom\": [\n        \"scoundreldom\"\n    ],\n    \"ndị scourers\": [\n        \"scourers\"\n    ],\n    \"pịara ya ihe\": [\n        \"scourged\"\n    ],\n    \"scoure\": [\n        \"scoury\"\n    ],\n    \"scoses\": [\n        \"scouses\"\n    ],\n    \"ndị na-akwọ ụgbọ ịnyịnya\": [\n        \"scouters\"\n    ],\n    \"ndị scouters\": [\n        \"scouthers\"\n    ],\n    \"ndị scouth\": [\n        \"scouths\"\n    ],\n    \"skutasmasta\": [\n        \"scoutmaster\"\n    ],\n    \"Ndị scouts\": [\n        \"scouts\"\n    ],\n    \"skulu\": [\n        \"scovel\"\n    ],\n    \"bụrụd\": [\n        \"scowed\"\n    ],\n    \"scrabble\": [\n        \"scrabbles\"\n    ],\n    \"scraggedly juru\": [\n        \"scraggedly\"\n    ],\n    \"ịchachasị\": [\n        \"scraggliness\"\n    ],\n    \"a kpụrụ\": [\n        \"scraiched\"\n    ],\n    \"scrail\": [\n        \"scraily\"\n    ],\n    \"scramble che na\": [\n        \"scramblebrained\"\n    ],\n    \"n'iruru\": [\n        \"scramblingly\"\n    ],\n    \"akwụkwọ nchekwa\": [\n        \"scrapbooks\"\n    ],\n    \"bechapu\": [\n        \"scrape\",\n        \"serape\"\n    ],\n    \"nsịcha\": [\n        \"scrapeage\"\n    ],\n    \"kpụchara\": [\n        \"scraped\"\n    ],\n    \"akpụcha\": [\n        \"scraper\",\n        \"scrapers\",\n        \"scrapper\",\n        \"scrappers\"\n    ],\n    \"na-agbachapụ\": [\n        \"scrapingly\"\n    ],\n    \"iberibe ihe\": [\n        \"scrappage\"\n    ],\n    \"scrapping\": [\n        \"scrappingly\"\n    ],\n    \"chachacha\": [\n        \"scratchable\",\n        \"scratchably\"\n    ],\n    \"chchacha\": [\n        \"scratchbrush\",\n        \"scratchpads\",\n        \"scratchweed\"\n    ],\n    \"chzọ ije\": [\n        \"scratchcarding\"\n    ],\n    \"chacha\": [\n        \"scratchcat\"\n    ],\n    \"kpụchara akpụcha\": [\n        \"scratched\"\n    ],\n    \"tọ ọkọ\": [\n        \"scratchification\"\n    ],\n    \"chtọ\": [\n        \"scratchlike\"\n    ],\n    \"chcha\": [\n        \"scratchman\"\n    ],\n    \"tertọ\": [\n        \"scratter\"\n    ],\n    \"asasị\": [\n        \"scrattling\"\n    ],\n    \"sccha\": [\n        \"scraze\"\n    ],\n    \"screech nnụnụ\": [\n        \"screechbird\"\n    ],\n    \"Amala m\": [\n        \"screeched\"\n    ],\n    \"screechy\": [\n        \"screechier\",\n        \"screechiest\"\n    ],\n    \"screed\": [\n        \"screeded\",\n        \"screeds\"\n    ],\n    \"ihuenyo\": [\n        \"screen\",\n        \"screeny\",\n        \"screeno\",\n        \"screens\",\n        \"screenwise\",\n        \"screenwork\",\n        \"screes\"\n    ],\n    \"ala mmachi\": [\n        \"screenland\"\n    ],\n    \"enweghị ihuenyo\": [\n        \"screenless\"\n    ],\n    \"meziri nwoke\": [\n        \"screensman\"\n    ],\n    \"screeed\": [\n        \"screeved\"\n    ],\n    \"kposaa\": [\n        \"screve\"\n    ],\n    \"ịghasa\": [\n        \"screw\",\n        \"unwwoven\"\n    ],\n    \"kposara gbọmgbọm\": [\n        \"screwbarrel\"\n    ],\n    \"sikruuokwomoto\": [\n        \"screwdrive\",\n        \"screwdriver\"\n    ],\n    \"kposara\": [\n        \"screwed\",\n        \"screwish\",\n        \"screwpod\",\n        \"screws\",\n        \"screwship\"\n    ],\n    \"Kpaapu\": [\n        \"screwer\"\n    ],\n    \"skewers\": [\n        \"screwers\"\n    ],\n    \"Ngagharị\": [\n        \"screwy\"\n    ],\n    \"scgha\": [\n        \"screwing\"\n    ],\n    \"Onye nyocha\": [\n        \"screwman\"\n    ],\n    \"screwmatiks\": [\n        \"screwmatics\"\n    ],\n    \"scrupile\": [\n        \"screwpile\"\n    ],\n    \"ịghasa efere\": [\n        \"screwplate\"\n    ],\n    \"ịghasa propela\": [\n        \"screwpropeller\"\n    ],\n    \"Ogwubo\": [\n        \"screwsman\"\n    ],\n    \"okwa edemede\": [\n        \"scribaciousness\",\n        \"scribatiousness\"\n    ],\n    \"akwukwọ\": [\n        \"scribblatory\",\n        \"scribblement\",\n        \"scriptum\"\n    ],\n    \"idekọ\": [\n        \"scribble\",\n        \"scribbled\"\n    ],\n    \"scribble nwee ike\": [\n        \"scribbleable\"\n    ],\n    \"dezie dom\": [\n        \"scribbledom\"\n    ],\n    \"okwapke\": [\n        \"scribblemania\"\n    ],\n    \"ode akwukwo ugbo mmiri\": [\n        \"scribeship\"\n    ],\n    \"scribophile\": [\n        \"scribophilous\"\n    ],\n    \"ọdiọk\": [\n        \"scrieved\"\n    ],\n    \"iku ilu\": [\n        \"scrike\"\n    ],\n    \"scrim\": [\n        \"scrime\"\n    ],\n    \"scrimmage\": [\n        \"scrimmaged\",\n        \"scrimmager\",\n        \"scrummage\",\n        \"scrummaged\"\n    ],\n    \"kpụchaa\": [\n        \"scrimped\"\n    ],\n    \"n'egba\": [\n        \"scrimpingly\"\n    ],\n    \"ihe nrịba\": [\n        \"scrims\"\n    ],\n    \"scrimshaw\": [\n        \"scrimshaws\",\n        \"scrimshon\",\n        \"scrimshorn\"\n    ],\n    \"akụkụ Akwụkwọ Nsọ\": [\n        \"scripture\",\n        \"scriptureless\"\n    ],\n    \"edechara\": [\n        \"scriptured\"\n    ],\n    \"scrobo\": [\n        \"scrobe\"\n    ],\n    \"Odozi\": [\n        \"scroddled\"\n    ],\n    \"scrofula mgbọrọgwụ\": [\n        \"scrofularoot\"\n    ],\n    \"scrofula igbo\": [\n        \"scrofulaweed\"\n    ],\n    \"pịgharịa\": [\n        \"scroll\"\n    ],\n    \"pịrịgaa\": [\n        \"scrollwise\"\n    ],\n    \"scrooge\": [\n        \"scroo\",\n        \"scrooch\",\n        \"scrouge\"\n    ],\n    \"scroop\": [\n        \"scrooped\"\n    ],\n    \"scrooled\": [\n        \"scrouged\"\n    ],\n    \"scrooge si\": [\n        \"scrouges\"\n    ],\n    \"bụ scrouging\": [\n        \"scrouging\"\n    ],\n    \"scro\": [\n        \"scrout\"\n    ],\n    \"Scrow\": [\n        \"scrow\"\n    ],\n    \"sikrob\": [\n        \"scrub\",\n        \"scrubber\",\n        \"scrubbers\",\n        \"scrubboard\",\n        \"scrubs\"\n    ],\n    \"scruffy\": [\n        \"scruffier\"\n    ],\n    \"nwoke scruff\": [\n        \"scruffman\"\n    ],\n    \"gbabapụ\": [\n        \"scrumple\"\n    ],\n    \"scrunchie\": [\n        \"scrunched\"\n    ],\n    \"scrunches\": [\n        \"scrunchs\"\n    ],\n    \"Ntisa\": [\n        \"scrunt\"\n    ],\n    \"enyochaa\": [\n        \"scrutinate\"\n    ],\n    \"Jiri nwayọọ\": [\n        \"scuffy\"\n    ],\n    \"gbaa mgba\": [\n        \"scuffle\",\n        \"wrested\"\n    ],\n    \"Na-agbarụ\": [\n        \"scuffling\"\n    ],\n    \"scuffly anya\": [\n        \"scufflingly\"\n    ],\n    \"skug\": [\n        \"scug\"\n    ],\n    \"ndị na-akpụ ụkwụ\": [\n        \"sculkers\",\n        \"scullers\"\n    ],\n    \"Na-akpụzi\": [\n        \"sculking\",\n        \"sculpting\",\n        \"sculpturing\"\n    ],\n    \"Okpokoro isi\": [\n        \"scull\",\n        \"scullion\"\n    ],\n    \"ọkpụ\": [\n        \"sculpin\",\n        \"sculping\",\n        \"sculps\"\n    ],\n    \"ndị na-akpụ ihe ọkpụ\": [\n        \"sculptors\"\n    ],\n    \"ọkpụkpụ squely\": [\n        \"sculpturesquely\"\n    ],\n    \"ọkpụkpụ squeness\": [\n        \"sculpturesqueness\"\n    ],\n    \"sụọ anya\": [\n        \"scumbled\"\n    ],\n    \"sụọ ube\": [\n        \"scumbles\"\n    ],\n    \"obụp\": [\n        \"scumbling\"\n    ],\n    \"azu okpo\": [\n        \"scumfish\"\n    ],\n    \"scum yiri\": [\n        \"scumlike\"\n    ],\n    \"scumm\": [\n        \"scummers\"\n    ],\n    \"bụrụ ndị a gbasasịrị\": [\n        \"scunnered\"\n    ],\n    \"edenyere\": [\n        \"scuppered\",\n        \"trademaster\"\n    ],\n    \"scurfike\": [\n        \"scurflike\"\n    ],\n    \"ihe edemede\": [\n        \"scuse\"\n    ],\n    \"Achọpụtara\": [\n        \"scutcheoned\"\n    ],\n    \"ndị scutcheons\": [\n        \"scutcheons\"\n    ],\n    \"n'akpachaghi anya\": [\n        \"scutcheonwise\"\n    ],\n    \"ndị scutchers\": [\n        \"scutchers\"\n    ],\n    \"utgha\": [\n        \"scutellation\"\n    ],\n    \"scutigera\": [\n        \"scutigerous\"\n    ],\n    \"scutter\": [\n        \"scuttered\"\n    ],\n    \"ịkwa\": [\n        \"scuttering\",\n        \"scuttling\"\n    ],\n    \"osimiri mmiri\": [\n        \"seabeaches\",\n        \"sealeries\",\n        \"seamarks\"\n    ],\n    \"ahịhịa mmiri\": [\n        \"seabeard\",\n        \"seabeds\",\n        \"seaboard\",\n        \"seaweed\",\n        \"seaweedy\",\n        \"seaweeds\",\n        \"waterleaf\",\n        \"waterwheel\"\n    ],\n    \"si n'oké osimiri\": [\n        \"seabed\"\n    ],\n    \"nnụnụ mmiri\": [\n        \"seabirds\",\n        \"shorebirds\"\n    ],\n    \"seacabbie\": [\n        \"seacannie\"\n    ],\n    \"njide mmiri\": [\n        \"seacatch\"\n    ],\n    \"ụdọ mmiri\": [\n        \"seacock\"\n    ],\n    \"ọrụ ụgbọ mmiri\": [\n        \"seacrafts\",\n        \"shipwork\"\n    ],\n    \"njem mmiri\": [\n        \"seafardinger\",\n        \"seafaring\"\n    ],\n    \"Ahịhịa mmiri\": [\n        \"seaflower\",\n        \"sealflower\"\n    ],\n    \"nri azụ\": [\n        \"seafoods\"\n    ],\n    \"sefronts\": [\n        \"seafronts\"\n    ],\n    \"osiso mmiri\": [\n        \"seagulls\"\n    ],\n    \"kaa akara\": [\n        \"sealed\"\n    ],\n    \"sandley\": [\n        \"sealery\"\n    ],\n    \"ndị ọrụ mmiri\": [\n        \"sealers\"\n    ],\n    \"akpụkpọ anụ sil\": [\n        \"sealskin\",\n        \"sealskins\"\n    ],\n    \"onuete\": [\n        \"seam\"\n    ],\n    \"onye seaman\": [\n        \"seamanite\"\n    ],\n    \"dị ka seaman\": [\n        \"seamanlike\"\n    ],\n    \"ịdị ka mmiri\": [\n        \"seamanlikeness\"\n    ],\n    \"seambita\": [\n        \"seambiter\"\n    ],\n    \"ndị na-arụ ọrụ n'oké osimiri\": [\n        \"seamers\"\n    ],\n    \"seam\": [\n        \"seaming\"\n    ],\n    \"dị ka seam\": [\n        \"seamlike\"\n    ],\n    \"Ndị na-akwọ mmiri\": [\n        \"seamsters\"\n    ],\n    \"nchocha nyocha\": [\n        \"searchableness\"\n    ],\n    \"ọchụchọ\": [\n        \"searches\",\n        \"searchlight\",\n        \"searchment\",\n        \"searness\"\n    ],\n    \"achọghi\": [\n        \"searchless\"\n    ],\n    \"esiwo\": [\n        \"seared\"\n    ],\n    \"ahụ anya\": [\n        \"searer\",\n        \"seeably\"\n    ],\n    \"mmiri scout\": [\n        \"seascout\"\n    ],\n    \"ịdọ ụgbọ mmiri\": [\n        \"seascouting\"\n    ],\n    \"Oke mmiri\": [\n        \"seashells\"\n    ],\n    \"ikpere mmiri\": [\n        \"seashore\",\n        \"shore\",\n        \"unshore\"\n    ],\n    \"sizinal\": [\n        \"seasonal\"\n    ],\n    \"nwere oge\": [\n        \"seasoned\"\n    ],\n    \"ndị a kara aka\": [\n        \"seasoners\"\n    ],\n    \"sizinin\": [\n        \"seasoning\",\n        \"seasoninglike\"\n    ],\n    \"sizis\": [\n        \"seasonings\"\n    ],\n    \"eriri oche\": [\n        \"seatbelt\"\n    ],\n    \"ndị oche\": [\n        \"seaters\"\n    ],\n    \"anọdụ ala\": [\n        \"seating\"\n    ],\n    \"oche ndị ọzọ\": [\n        \"seatings\"\n    ],\n    \"Oche oche\": [\n        \"seatsman\"\n    ],\n    \"ọrụ oche oche\": [\n        \"seatwork\"\n    ],\n    \"ọrụ oche\": [\n        \"seatworks\"\n    ],\n    \"ihe mmiri\": [\n        \"seawants\",\n        \"storthing\"\n    ],\n    \"ihe mmiri dị na mmiri\": [\n        \"seaware\"\n    ],\n    \"nwanyị mmiri mmiri\": [\n        \"seawife\"\n    ],\n    \"ịdị oke oke mmiri\": [\n        \"seaworthiness\"\n    ],\n    \"sebum\": [\n        \"sebums\",\n        \"sevum\"\n    ],\n    \"sicale\": [\n        \"secale\"\n    ],\n    \"onye ogho\": [\n        \"seceder\"\n    ],\n    \"na ichebe\": [\n        \"seceding\"\n    ],\n    \"onye secesher\": [\n        \"secesher\"\n    ],\n    \"zọpụta\": [\n        \"secess\",\n        \"withsave\"\n    ],\n    \"nwewa\": [\n        \"secession\"\n    ],\n    \"onye ikewa\": [\n        \"secessionalist\"\n    ],\n    \"onyewaputa\": [\n        \"secessioner\"\n    ],\n    \"onyewa\": [\n        \"secessionist\"\n    ],\n    \"sehium\": [\n        \"sechium\"\n    ],\n    \"ịnọ naanị gị\": [\n        \"secludedness\"\n    ],\n    \"nanị ya\": [\n        \"seclusive\"\n    ],\n    \"iche naanị\": [\n        \"seclusiveness\"\n    ],\n    \"nkeji oge\": [\n        \"seconder\",\n        \"timeout\"\n    ],\n    \"ihe ejigoro\": [\n        \"secondhand\"\n    ],\n    \"nke aka abuo\": [\n        \"secondhandedly\"\n    ],\n    \"sekọndo\": [\n        \"secondo\"\n    ],\n    \"sekọnd\": [\n        \"seconds\"\n    ],\n    \"nke anya abụọ\": [\n        \"secondsighted\"\n    ],\n    \"ụlọ akwụkwọ nzuzo\": [\n        \"secretagogue\"\n    ],\n    \"ọrụ nzuzo\": [\n        \"secretaryship\",\n        \"secretaryships\"\n    ],\n    \"na-ezobe ihe\": [\n        \"secreting\"\n    ],\n    \"ịrọ òtù\": [\n        \"sect\",\n        \"sectary\",\n        \"sectarian\",\n        \"sectarianism\",\n        \"sectarism\",\n        \"sectarist\",\n        \"sectism\",\n        \"sectist\"\n    ],\n    \"ịtọpụ iche\": [\n        \"sectarianizing\"\n    ],\n    \"ndị otu ịrọ òtù\": [\n        \"sectarians\"\n    ],\n    \"nkebi nkebi\": [\n        \"sectionalization\",\n        \"sectionizing\"\n    ],\n    \"ndi\": [\n        \"sectors\"\n    ],\n    \"echiche ụwa\": [\n        \"secularisation\"\n    ],\n    \"mba nche\": [\n        \"secularised\"\n    ],\n    \"ichebe ego\": [\n        \"secularising\"\n    ],\n    \"nchedo obodo\": [\n        \"secularism\"\n    ],\n    \"onye na -echekwa mba\": [\n        \"secularist\"\n    ],\n    \"okpukpe mba\": [\n        \"secularistic\"\n    ],\n    \"ndị ọrụ ego\": [\n        \"secularities\"\n    ],\n    \"ichebe iwu\": [\n        \"secularization\"\n    ],\n    \"ndị na-echekwa ego\": [\n        \"secularizers\"\n    ],\n    \"na-echekwa ihe\": [\n        \"secularizing\",\n        \"supersensitive\",\n        \"supersensitizing\"\n    ],\n    \"enweghi nchedo\": [\n        \"securableness\",\n        \"unsafe\",\n        \"unsafety\"\n    ],\n    \"nọrọ ná nchebe\": [\n        \"secure\"\n    ],\n    \"echedo\": [\n        \"secureful\"\n    ],\n    \"ịnọ ná ntụkwasị obi\": [\n        \"secureness\"\n    ],\n    \"nke dị nchebe\": [\n        \"securest\"\n    ],\n    \"na mma\": [\n        \"secus\"\n    ],\n    \"sedan\": [\n        \"sedans\"\n    ],\n    \"izu ogwu\": [\n        \"sedate\"\n    ],\n    \"ogwuura\": [\n        \"sedated\",\n        \"sedation\",\n        \"sedative\"\n    ],\n    \"iburu ibu\": [\n        \"sedateness\"\n    ],\n    \"ogwuuwu\": [\n        \"sedatives\"\n    ],\n    \"ịnọkarị otu\": [\n        \"sedentary\"\n    ],\n    \"sedentally\": [\n        \"sedentarily\"\n    ],\n    \"ịnọ ọdụ\": [\n        \"sedentariness\",\n        \"sitter\",\n        \"stationing\",\n        \"tardiness\"\n    ],\n    \"ịgba ọgwụ\": [\n        \"sedgy\"\n    ],\n    \"sedigila\": [\n        \"sedigitate\"\n    ],\n    \"sedimenti\": [\n        \"sediment\",\n        \"sedimental\",\n        \"sedimentary\",\n        \"sedimentate\",\n        \"sedimentation\",\n        \"sedimented\",\n        \"sedimenting\",\n        \"sedimentous\",\n        \"sediments\"\n    ],\n    \"sedimentally\": [\n        \"sedimentarily\"\n    ],\n    \"ọkà mmụta ọgwụ sedimentologist\": [\n        \"sedimentologist\"\n    ],\n    \"onye na-agba ọchịchị mgba okpuru\": [\n        \"seditionist\"\n    ],\n    \"ndị na-agba ọchịchị mgba okpuru\": [\n        \"seditionists\"\n    ],\n    \"rafuo\": [\n        \"seduce\",\n        \"seducer\",\n        \"seduct\",\n        \"seductively\"\n    ],\n    \"rafuru\": [\n        \"seduceable\",\n        \"seduced\"\n    ],\n    \"ndi nduhie\": [\n        \"seducers\"\n    ],\n    \"na-arafu\": [\n        \"seduces\",\n        \"seducing\"\n    ],\n    \"seduedu\": [\n        \"seduction\"\n    ],\n    \"na-arafu ndị mmadụ\": [\n        \"seductive\"\n    ],\n    \"na-arafu mmadụ\": [\n        \"seductiveness\"\n    ],\n    \"rapu nwanyi\": [\n        \"seductress\"\n    ],\n    \"rapu ndi nwanyi\": [\n        \"seductresses\"\n    ],\n    \"sedum\": [\n        \"sedums\"\n    ],\n    \"akụ mkpụrụ\": [\n        \"seedbed\"\n    ],\n    \"nkpuru ahihia\": [\n        \"seedbeds\"\n    ],\n    \"igbe mkpụrụ\": [\n        \"seedbox\"\n    ],\n    \"ndị na-akụ mkpụrụ\": [\n        \"seeders\",\n        \"seedmen\",\n        \"seedsmen\"\n    ],\n    \"na-agha mkpụrụ\": [\n        \"seedful\",\n        \"seeding\"\n    ],\n    \"mkpuruobi\": [\n        \"seedgall\"\n    ],\n    \"nke nwere mkpuru osisi\": [\n        \"seedy\"\n    ],\n    \"yiri nkpuru\": [\n        \"seedlike\"\n    ],\n    \"mkpuru osisi\": [\n        \"seedlip\",\n        \"seedster\",\n        \"whimberry\"\n    ],\n    \"onye kụrụ\": [\n        \"seedman\",\n        \"seedsman\"\n    ],\n    \"ịgha mkpụrụ\": [\n        \"seedstalk\",\n        \"solating\",\n        \"sowable\",\n        \"sowcars\"\n    ],\n    \"oge mkpuru osisi\": [\n        \"seedtime\",\n        \"seedtimes\"\n    ],\n    \"onye na-acho\": [\n        \"seeker\"\n    ],\n    \"seeel\": [\n        \"seelful\"\n    ],\n    \"selili\": [\n        \"seelily\"\n    ],\n    \"nke dicha\": [\n        \"seemlier\"\n    ],\n    \"Odikwa\": [\n        \"seemlily\",\n        \"trowelful\"\n    ],\n    \"sawu\": [\n        \"seenu\"\n    ],\n    \"seepage\": [\n        \"seepages\"\n    ],\n    \"seep\": [\n        \"seeps\"\n    ],\n    \"onye ọhụ ụzọ\": [\n        \"seer\"\n    ],\n    \"dị ka ọhụ ụzọ\": [\n        \"seerlike\"\n    ],\n    \"nchọpụta mmiri\": [\n        \"seership\"\n    ],\n    \"na-ahụ ụzọ\": [\n        \"seesawed\"\n    ],\n    \"ịhụ ihe\": [\n        \"seesawing\",\n        \"vising\"\n    ],\n    \"seeee\": [\n        \"seesee\"\n    ],\n    \"segard\": [\n        \"seggard\"\n    ],\n    \"ndi nkewa\": [\n        \"segregationists\"\n    ],\n    \"segu\": [\n        \"seguing\"\n    ],\n    \"Obinna Nwogu\": [\n        \"seidlitz\"\n    ],\n    \"seignal\": [\n        \"seignioral\"\n    ],\n    \"sein\": [\n        \"seined\"\n    ],\n    \"na-eri mmiri\": [\n        \"seining\",\n        \"underfeeding\"\n    ],\n    \"seis\": [\n        \"seisers\"\n    ],\n    \"seise\": [\n        \"seises\"\n    ],\n    \"seismic\": [\n        \"seism\",\n        \"seismatical\",\n        \"seismetic\"\n    ],\n    \"seism\": [\n        \"seismically\",\n        \"seismism\",\n        \"seismisms\"\n    ],\n    \"seismogram\": [\n        \"seismograms\"\n    ],\n    \"ọkà mmụta seismologist\": [\n        \"seismologist\"\n    ],\n    \"ndị na-ahụ maka seismologists\": [\n        \"seismologists\"\n    ],\n    \"seismometa\": [\n        \"seismometer\"\n    ],\n    \"seisomita\": [\n        \"seismometers\"\n    ],\n    \"onye na-akwa mmiri\": [\n        \"seizer\"\n    ],\n    \"ndị na-ere nri\": [\n        \"seizers\"\n    ],\n    \"ọdịdọ\": [\n        \"seizings\",\n        \"seizor\",\n        \"seizors\",\n        \"seizure\",\n        \"seizures\"\n    ],\n    \"sela\": [\n        \"selahs\"\n    ],\n    \"ịdịkarị\": [\n        \"seldom\",\n        \"seldomer\",\n        \"seldomly\"\n    ],\n    \"ndị nhọpụta\": [\n        \"selectionists\"\n    ],\n    \"Nhọrọ nhọrọ\": [\n        \"selectivitysenescence\"\n    ],\n    \"ihe nhoputa\": [\n        \"selector\",\n        \"seleniums\"\n    ],\n    \"ndị họrọ\": [\n        \"selectors\"\n    ],\n    \"selenium\": [\n        \"seleniuret\"\n    ],\n    \"selenodont\": [\n        \"selenodonta\",\n        \"selenodonty\"\n    ],\n    \"ichebe onwe\": [\n        \"selfadjoint\"\n    ],\n    \"mkpuchi onwe\": [\n        \"selfdoms\"\n    ],\n    \"nkọwapụta onwe\": [\n        \"selfhypnotization\"\n    ],\n    \"nke ịchọ ọdịmma onwe onye nanị\": [\n        \"selfishly\"\n    ],\n    \"achọghị ọdịmma onwe onye nanị\": [\n        \"selfless\",\n        \"selflessness\",\n        \"unselfishness\"\n    ],\n    \"achọghị ọdịmma onwe gị naanị\": [\n        \"selflessly\",\n        \"unselfish\",\n        \"unselfishly\"\n    ],\n    \"ime onwe\": [\n        \"selflike\"\n    ],\n    \"mmegharị onwe\": [\n        \"selfmovement\"\n    ],\n    \"ebe nchekwa onwe\": [\n        \"selfpreservatory\"\n    ],\n    \"ejide onwe\": [\n        \"selfrestrained\"\n    ],\n    \"ikwuru onwe\": [\n        \"selfsaid\"\n    ],\n    \"aha onwe\": [\n        \"selfsame\"\n    ],\n    \"na-ejide onwe gị\": [\n        \"selfsustainingly\"\n    ],\n    \"elnye\": [\n        \"seljuk\"\n    ],\n    \"ree\": [\n        \"sell\"\n    ],\n    \"sellar\": [\n        \"sellary\",\n        \"sellate\"\n    ],\n    \"ndị na-ere ere\": [\n        \"sellenders\"\n    ],\n    \"ndị na-ere\": [\n        \"sellers\"\n    ],\n    \"n'ire\": [\n        \"selling\"\n    ],\n    \"na-ere, na-ere\": [\n        \"sells\",\n        \"sels\"\n    ],\n    \"selsun\": [\n        \"selsyn\"\n    ],\n    \"seltzer\": [\n        \"selter\"\n    ],\n    \"elbụ\": [\n        \"selvaged\"\n    ],\n    \"seltzogene\": [\n        \"selzogene\"\n    ],\n    \"semaeostomeae\": [\n        \"semaeostomae\",\n        \"semaeostomata\"\n    ],\n    \"onye dibia ogwu\": [\n        \"semantician\"\n    ],\n    \"onye nchoputa ihe omuma\": [\n        \"semanticist\"\n    ],\n    \"ndị sụgharịrị asụsụ mmụta\": [\n        \"semanticists\"\n    ],\n    \"nkema\": [\n        \"semaphorical\"\n    ],\n    \"nke sematic\": [\n        \"sematic\"\n    ],\n    \"nke dị\": [\n        \"semblative\"\n    ],\n    \"embbụ\": [\n        \"sembling\"\n    ],\n    \"ọbara ọcha\": [\n        \"semen\",\n        \"spermoderm\"\n    ],\n    \"semente\": [\n        \"sement\"\n    ],\n    \"semes\": [\n        \"semese\"\n    ],\n    \"ọkara afọ agụmakwụkwọ\": [\n        \"semester\"\n    ],\n    \"nke semestrial\": [\n        \"semestrial\"\n    ],\n    \"ọkaraga\": [\n        \"semiabsorbent\",\n        \"semibejan\"\n    ],\n    \"ọkara akụkụ\": [\n        \"semiabstract\",\n        \"semiadhesiveness\",\n        \"semiarchitectural\",\n        \"semierect\",\n        \"semierectness\",\n        \"semihepatization\",\n        \"semijocular\",\n        \"semijocularly\",\n        \"semipermeability\",\n        \"semiquaver\"\n    ],\n    \"ọkara apụ\": [\n        \"semiabstracted\"\n    ],\n    \"ọkara okpokoro\": [\n        \"semiabstraction\"\n    ],\n    \"ọkara agụmakwụkwọ\": [\n        \"semiacademically\"\n    ],\n    \"ọkara rụzuru\": [\n        \"semiaccomplishment\"\n    ],\n    \"nkeraga\": [\n        \"semiacetic\",\n        \"semiacidulated\"\n    ],\n    \"semifid\": [\n        \"semiacid\"\n    ],\n    \"nkechiacidic\": [\n        \"semiacidic\"\n    ],\n    \"nkewa nke anọ\": [\n        \"semiacidified\"\n    ],\n    \"nkekọ nke ọ bụla\": [\n        \"semiacquaintance\"\n    ],\n    \"nkechiacrobatic\": [\n        \"semiacrobatic\"\n    ],\n    \"nkera adighi\": [\n        \"semiadherent\"\n    ],\n    \"ọkara nke anọ\": [\n        \"semiadhesive\"\n    ],\n    \"ọkara nke ọkara\": [\n        \"semiadnate\",\n        \"semilong\",\n        \"semiquadrantly\"\n    ],\n    \"ọkara ịhụnanya\": [\n        \"semiaffectionate\"\n    ],\n    \"ọkara ugbo\": [\n        \"semiagricultural\"\n    ],\n    \"semiallegorly\": [\n        \"semiallegorically\"\n    ],\n    \"nke semialuminous\": [\n        \"semialuminous\"\n    ],\n    \"izu aka\": [\n        \"semiamplitude\"\n    ],\n    \"nke semianalytical\": [\n        \"semianalytical\"\n    ],\n    \"semianatomik\": [\n        \"semianatomic\"\n    ],\n    \"semianatomikal\": [\n        \"semianatomically\"\n    ],\n    \"semifim\": [\n        \"semianimate\"\n    ],\n    \"ọkara kwa afọ\": [\n        \"semiannually\"\n    ],\n    \"ọkara nke ọkara nke ndụ\": [\n        \"semiantiministerial\"\n    ],\n    \"na-adabaghị adaba\": [\n        \"semiarchitecturally\"\n    ],\n    \"ọkara semid\": [\n        \"semiarid\"\n    ],\n    \"nkekọm\": [\n        \"semiarticulate\"\n    ],\n    \"ọkara afọ\": [\n        \"semiasphaltic\",\n        \"semicentennial\",\n        \"semicentury\",\n        \"semidecadent\",\n        \"semihysterical\",\n        \"semimedicinal\",\n        \"semiroll\",\n        \"semmit\"\n    ],\n    \"nkewa ọkara\": [\n        \"semiattached\",\n        \"semiwarfare\"\n    ],\n    \"semia akpaghị aka\": [\n        \"semiautomated\"\n    ],\n    \"semiautomatikis\": [\n        \"semiautomatics\"\n    ],\n    \"ọkara axis\": [\n        \"semiaxis\"\n    ],\n    \"ọkara bacchanalian\": [\n        \"semibacchanalian\"\n    ],\n    \"ọkara okokporo\": [\n        \"semibachelor\"\n    ],\n    \"ọkaram\": [\n        \"semibeam\"\n    ],\n    \"ọkara ekwulu\": [\n        \"semiblasphemous\"\n    ],\n    \"ọkara nkwulu\": [\n        \"semiblasphemously\"\n    ],\n    \"sembolshevized\": [\n        \"semibolshevized\"\n    ],\n    \"semical\": [\n        \"semicanal\"\n    ],\n    \"semicaalis\": [\n        \"semicanalis\"\n    ],\n    \"semicarboniz\": [\n        \"semicarbonize\"\n    ],\n    \"ọkara cartilaginous\": [\n        \"semicartilaginous\"\n    ],\n    \"semifarved\": [\n        \"semicarved\"\n    ],\n    \"semicatholism\": [\n        \"semicatholicism\"\n    ],\n    \"ọkara nke eluigwe\": [\n        \"semicelestial\"\n    ],\n    \"ọkara okirikiri\": [\n        \"semicircle\",\n        \"semicircumference\",\n        \"semirotund\"\n    ],\n    \"semicirik\": [\n        \"semicircles\"\n    ],\n    \"semicirikal\": [\n        \"semicircular\"\n    ],\n    \"semicomik\": [\n        \"semicomic\"\n    ],\n    \"semicommọniks\": [\n        \"semicommunicative\"\n    ],\n    \"ọkara mgbagwoju anya\": [\n        \"semicomplicated\"\n    ],\n    \"ọkara zoro ezo\": [\n        \"semiconcealed\"\n    ],\n    \"ọkara nke abụọ\": [\n        \"semiconditioned\"\n    ],\n    \"semikone\": [\n        \"semicone\"\n    ],\n    \"semiconikal\": [\n        \"semiconical\"\n    ],\n    \"ọkara cupola\": [\n        \"semicupola\"\n    ],\n    \"semidan ize ndụ\": [\n        \"semidangerous\",\n        \"semidangerously\"\n    ],\n    \"ọkara ize ndụ\": [\n        \"semidangerousness\"\n    ],\n    \"ọkara aka\": [\n        \"semidecadently\",\n        \"semihand\",\n        \"semiheretical\"\n    ],\n    \"ọkara akara\": [\n        \"semidefinite\"\n    ],\n    \"ọkara iche\": [\n        \"semidefinitely\"\n    ],\n    \"nke anaghi ekele\": [\n        \"semidelirious\"\n    ],\n    \"ọkara dabere\": [\n        \"semidependent\",\n        \"semidependently\"\n    ],\n    \"usoro mmeghari\": [\n        \"semidestruction\"\n    ],\n    \"ọkaramita\": [\n        \"semidiameter\"\n    ],\n    \"ọkara ọchịchị aka ike\": [\n        \"semidictatorial\"\n    ],\n    \"ọkara dictatorially\": [\n        \"semidictatorially\"\n    ],\n    \"na elekere\": [\n        \"semidifference\"\n    ],\n    \"ọkara digitigrade\": [\n        \"semidigitigrade\"\n    ],\n    \"ọkara dilapidation\": [\n        \"semidilapidation\"\n    ],\n    \"n'usoro ọmụmụ\": [\n        \"semidramatical\"\n    ],\n    \"okyere\": [\n        \"semidried\"\n    ],\n    \"na ọkara\": [\n        \"semiduration\"\n    ],\n    \"ọkara otu ọkara\": [\n        \"semiearly\"\n    ],\n    \"kelerịrị\": [\n        \"semieducated\"\n    ],\n    \"ọkara effigy\": [\n        \"semieffigy\"\n    ],\n    \"semellipsis\": [\n        \"semiellipsis\"\n    ],\n    \"ọkara ellipsoidal\": [\n        \"semiellipsoidal\"\n    ],\n    \"semelliptic\": [\n        \"semielliptic\"\n    ],\n    \"ọkara nke\": [\n        \"semiempirical\"\n    ],\n    \"nke ọkara\": [\n        \"semiequitant\",\n        \"semipendent\"\n    ],\n    \"nkeiritala\": [\n        \"semieremitical\"\n    ],\n    \"ọkara evergreen\": [\n        \"semievergreen\"\n    ],\n    \"ọkara nanị\": [\n        \"semiexclusive\"\n    ],\n    \"ọkara ikpochapu\": [\n        \"semiextinct\",\n        \"semiextinction\"\n    ],\n    \"ọkara fabulous\": [\n        \"semifabulous\"\n    ],\n    \"ọkara ọdịda\": [\n        \"semifailure\"\n    ],\n    \"semifiction\": [\n        \"semifictional\"\n    ],\n    \"semifinal\": [\n        \"semifinals\"\n    ],\n    \"nkekọ semif\": [\n        \"semifitting\"\n    ],\n    \"ọkara sere n'elu\": [\n        \"semifloating\"\n    ],\n    \"ọkara fluctuant\": [\n        \"semifluctuant\"\n    ],\n    \"ọkara fluctuating\": [\n        \"semifluctuating\"\n    ],\n    \"ọkara kpụrụ\": [\n        \"semiformed\"\n    ],\n    \"ọkara fosil\": [\n        \"semifossil\"\n    ],\n    \"ọkara fosilized\": [\n        \"semifossilized\"\n    ],\n    \"ọkara arụ ọrụ\": [\n        \"semifunctionalism\"\n    ],\n    \"ọkara arụmọrụ\": [\n        \"semifunctionally\"\n    ],\n    \"ọkara edoziri\": [\n        \"semifurnished\"\n    ],\n    \"ọkara futuristic\": [\n        \"semifuturistic\"\n    ],\n    \"ọkara gelatinous\": [\n        \"semigelatinous\"\n    ],\n    \"ọkara ebube\": [\n        \"semiglorious\"\n    ],\n    \"ọkara gloss\": [\n        \"semigloss\"\n    ],\n    \"demigod\": [\n        \"semigod\"\n    ],\n    \"ọkara osisi\": [\n        \"semihardened\",\n        \"semihoboes\"\n    ],\n    \"ọkara herbaceous\": [\n        \"semiherbaceous\"\n    ],\n    \"ọkara agbụ\": [\n        \"semiheretic\"\n    ],\n    \"ọkara heterocercal\": [\n        \"semiheterocercal\"\n    ],\n    \"ọkaramagonal\": [\n        \"semihexagonal\"\n    ],\n    \"ọkara mmiri\": [\n        \"semihydrate\"\n    ],\n    \"ọkarahydrobenzoinic\": [\n        \"semihydrobenzoinic\"\n    ],\n    \"ọkara akwụkwọ\": [\n        \"semihyperbolical\"\n    ],\n    \"ọkara nke atọ\": [\n        \"semihysterically\"\n    ],\n    \"ọkara akụkọ ihe mere eme\": [\n        \"semihistoric\",\n        \"semihistorical\",\n        \"semihistorically\"\n    ],\n    \"ọkarahobo\": [\n        \"semihobo\"\n    ],\n    \"ọkarahobos\": [\n        \"semihobos\"\n    ],\n    \"ọkaraholiday\": [\n        \"semiholiday\"\n    ],\n    \"ọkara nke mmụọ\": [\n        \"semihostile\",\n        \"semihostility\"\n    ],\n    \"ọkara onye\": [\n        \"semihuman\"\n    ],\n    \"ọkara mmadụ\": [\n        \"semihumanism\",\n        \"semihumanistic\"\n    ],\n    \"akwadoghị mmadụ\": [\n        \"semihumanitarian\"\n    ],\n    \"nkewa nke mmadu\": [\n        \"semihumanized\"\n    ],\n    \"semhumbug\": [\n        \"semihumbug\"\n    ],\n    \"ọkara kemmeochi\": [\n        \"semihumorous\"\n    ],\n    \"ọkara ọchị\": [\n        \"semihumorously\"\n    ],\n    \"ọkara ọkara afọ\": [\n        \"semiyearlies\"\n    ],\n    \"ihe ekworo\": [\n        \"semijealousy\"\n    ],\n    \"ọkarajubilee\": [\n        \"semijubilee\"\n    ],\n    \"ọkara iwu\": [\n        \"semijuridical\"\n    ],\n    \"ọkara juridically\": [\n        \"semijuridically\"\n    ],\n    \"semilata\": [\n        \"semilate\"\n    ],\n    \"semlogarithmic\": [\n        \"semilogarithmic\"\n    ],\n    \"nke ekwenti\": [\n        \"semilogical\"\n    ],\n    \"ọkara iguzosi ike n'ihe\": [\n        \"semiloyalty\"\n    ],\n    \"ọkaranọ\": [\n        \"semiloose\"\n    ],\n    \"ọkara luminous\": [\n        \"semiluminous\"\n    ],\n    \"ọkara luminously\": [\n        \"semiluminously\"\n    ],\n    \"ọkara luminousness\": [\n        \"semiluminousness\"\n    ],\n    \"ọkara obi ọjọọ\": [\n        \"semimaliciously\",\n        \"semimaliciousness\"\n    ],\n    \"nke obere\": [\n        \"semimaturely\"\n    ],\n    \"nke izu\": [\n        \"semimember\"\n    ],\n    \"semimembranosus\": [\n        \"semimembranous\"\n    ],\n    \"ọkara nwoke\": [\n        \"semimenstrual\"\n    ],\n    \"semimetallik\": [\n        \"semimetallic\"\n    ],\n    \"ọkara akụkọ ifo\": [\n        \"semimythic\",\n        \"semimythical\"\n    ],\n    \"ọkara n'akụkọ ifo\": [\n        \"semimythically\"\n    ],\n    \"seminary\": [\n        \"seminally\",\n        \"seminated\"\n    ],\n    \"nzukọ ọmụmụ ihe\": [\n        \"seminar\",\n        \"seminasal\",\n        \"seminomad\",\n        \"seminomas\"\n    ],\n    \"seminarị\": [\n        \"seminary\",\n        \"seminaries\"\n    ],\n    \"nzukọ ọmụmụ\": [\n        \"seminarial\",\n        \"seminaristic\",\n        \"seminarrative\",\n        \"seminars\",\n        \"seminifical\"\n    ],\n    \"onye seminarị\": [\n        \"seminarian\"\n    ],\n    \"ndị seminarian\": [\n        \"seminarians\"\n    ],\n    \"onye seminarist\": [\n        \"seminarist\"\n    ],\n    \"seminari\": [\n        \"seminarize\"\n    ],\n    \"seminat\": [\n        \"seminatant\"\n    ],\n    \"nke seminational\": [\n        \"seminationalistic\"\n    ],\n    \"seminerensive\": [\n        \"seminervously\"\n    ],\n    \"nke seminife\": [\n        \"seminiferous\"\n    ],\n    \"onye seminist\": [\n        \"seminist\"\n    ],\n    \"seminudim\": [\n        \"seminudity\"\n    ],\n    \"nke seminvarian\": [\n        \"seminvariantive\"\n    ],\n    \"izu nzube\": [\n        \"semiobjectiveness\"\n    ],\n    \"ọkara echefuola\": [\n        \"semiobliviousness\"\n    ],\n    \"ọkara mgbe ụfọdụ\": [\n        \"semioccasionally\"\n    ],\n    \"semịb\": [\n        \"semiorb\"\n    ],\n    \"ikewapụtara\": [\n        \"semiorganized\"\n    ],\n    \"nke ọ bụla\": [\n        \"semiorientally\",\n        \"semiovally\",\n        \"semipassively\",\n        \"whichever\"\n    ],\n    \"semiorthodox\": [\n        \"semiorthodoxly\"\n    ],\n    \"onye mmechuihu\": [\n        \"semipacifist\"\n    ],\n    \"nke semipacifistic\": [\n        \"semipacifistic\"\n    ],\n    \"semipanik\": [\n        \"semipanic\"\n    ],\n    \"ọkara ahụ mkpọnwụ\": [\n        \"semiparalysis\"\n    ],\n    \"ọkara kpọnwụrụ akpọnwụ\": [\n        \"semiparalytic\",\n        \"semiparalyzed\"\n    ],\n    \"ọkara kwa\": [\n        \"semiparameter\"\n    ],\n    \"ọkara pathologic\": [\n        \"semipathologic\"\n    ],\n    \"ọkara enweghị nchịkwa\": [\n        \"semipathological\"\n    ],\n    \"ọkara nke udo\": [\n        \"semipeacefully\"\n    ],\n    \"nkeratụ\": [\n        \"semipectinate\"\n    ],\n    \"Nkeji ọkara\": [\n        \"semipedal\"\n    ],\n    \"Nkeji edemede\": [\n        \"semipedantic\"\n    ],\n    \"nke nwere ike ịdọrọ\": [\n        \"semipermeable\"\n    ],\n    \"na-egosipụtakarị ihe\": [\n        \"semiperspicuous\"\n    ],\n    \"izu okuku\": [\n        \"semipervious\"\n    ],\n    \"ọkara phenomenal\": [\n        \"semiphenomenal\"\n    ],\n    \"ọkara phenomenally\": [\n        \"semiphenomenally\"\n    ],\n    \"ọkara nkà ihe ọmụma\": [\n        \"semiphilosophic\",\n        \"semiphilosophical\"\n    ],\n    \"sempolar\": [\n        \"semipolar\"\n    ],\n    \"onye dibiala\": [\n        \"semipolitician\"\n    ],\n    \"ọkara nke mmadụ\": [\n        \"semipopular\",\n        \"semipopularity\"\n    ],\n    \"nkerapu\": [\n        \"semipopularized\"\n    ],\n    \"ọkara poselin\": [\n        \"semiporcelain\"\n    ],\n    \"ọkara porous\": [\n        \"semiporous\"\n    ],\n    \"nke nwere ike ịgafe\": [\n        \"semiportable\"\n    ],\n    \"nke na-amị mkpụrụ\": [\n        \"semiproductive\"\n    ],\n    \"usoro mmepụta ihe\": [\n        \"semiproductivity\"\n    ],\n    \"ọkara profaneness\": [\n        \"semiprofaneness\"\n    ],\n    \"ọkara okwu rere ure\": [\n        \"semiprofanity\"\n    ],\n    \"ọkara nke nta nke nta\": [\n        \"semiprogressively\"\n    ],\n    \"ọkara ọganihu\": [\n        \"semiprogressiveness\"\n    ],\n    \"ọkara afọ abụọ\": [\n        \"semiprotective\"\n    ],\n    \"semiprovincial\": [\n        \"semiprovincially\"\n    ],\n    \"sempsychologic\": [\n        \"semipsychologic\"\n    ],\n    \"sempsychological\": [\n        \"semipsychological\"\n    ],\n    \"ọkara nke uche\": [\n        \"semipsychologically\"\n    ],\n    \"ọkara psychotic\": [\n        \"semipsychotic\"\n    ],\n    \"nkera akụkụ anọ\": [\n        \"semiquadrangle\"\n    ],\n    \"ọkara okuku\": [\n        \"semiquadrate\",\n        \"semirotative\"\n    ],\n    \"nkelegbe\": [\n        \"semiquartile\"\n    ],\n    \"semquinquefid\": [\n        \"semiquinquefid\"\n    ],\n    \"nkembo\": [\n        \"semiquintile\"\n    ],\n    \"ọkara ebe a\": [\n        \"semiquote\"\n    ],\n    \"ọkara ezigbo\": [\n        \"semirealistic\"\n    ],\n    \"ọkara n'ezie\": [\n        \"semirealistically\"\n    ],\n    \"ọ bụrụ na ị na-achọgharị\": [\n        \"semirebelliousness\"\n    ],\n    \"ọkara mpiaji\": [\n        \"semireflexive\"\n    ],\n    \"ọkara reflexively\": [\n        \"semireflexively\"\n    ],\n    \"izu okooko osisi\": [\n        \"semireniform\"\n    ],\n    \"semiritirement\": [\n        \"semiretirement\"\n    ],\n    \"ọkara rhythmically\": [\n        \"semirhythmically\"\n    ],\n    \"ọkara rigorous\": [\n        \"semirigorous\"\n    ],\n    \"ọkara okara\": [\n        \"semirotatory\"\n    ],\n    \"semirurally nwere\": [\n        \"semirurally\"\n    ],\n    \"ọkara sacerdotal\": [\n        \"semisacerdotal\"\n    ],\n    \"ọkara dị nsọ\": [\n        \"semisacred\"\n    ],\n    \"semisatirik\": [\n        \"semisatiric\"\n    ],\n    \"ọkara satirical\": [\n        \"semisatirical\"\n    ],\n    \"ọkara satirically\": [\n        \"semisatirically\"\n    ],\n    \"semisensu na-akwado\": [\n        \"semisensuous\"\n    ],\n    \"semiser dị egwu\": [\n        \"semiserious\"\n    ],\n    \"semise\": [\n        \"semises\"\n    ],\n    \"ilegharị anya\": [\n        \"semisightseeing\"\n    ],\n    \"semisimis\": [\n        \"semisimious\"\n    ],\n    \"semiselọ ihe\": [\n        \"semismelting\"\n    ],\n    \"onye semisocialist\": [\n        \"semisocialist\"\n    ],\n    \"ọkara somnolence\": [\n        \"semisomnolence\"\n    ],\n    \"ọkara somnolent\": [\n        \"semisomnolent\"\n    ],\n    \"semisovere ọchịchị\": [\n        \"semisovereignty\"\n    ],\n    \"na semispeculatively\": [\n        \"semispeculatively\"\n    ],\n    \"semispher\": [\n        \"semispheric\"\n    ],\n    \"ọkara n'amaghi ama\": [\n        \"semispontaneous\"\n    ],\n    \"ọkara spontaneously\": [\n        \"semispontaneously\"\n    ],\n    \"na-ebupụtara ya\": [\n        \"semisporting\"\n    ],\n    \"na-akọwapụta ihe\": [\n        \"semistimulating\"\n    ],\n    \"okirikiri ala\": [\n        \"semisubterranean\",\n        \"tablelands\"\n    ],\n    \"semisu ịga nke ọma\": [\n        \"semisuccess\",\n        \"semisuccessfully\"\n    ],\n    \"gbasaghị nke ọma\": [\n        \"semisuccessful\"\n    ],\n    \"ọkara ahaziri\": [\n        \"semitailored\"\n    ],\n    \"ọkara tandem\": [\n        \"semitandem\"\n    ],\n    \"ọkara tangent\": [\n        \"semitangent\"\n    ],\n    \"semitelik\": [\n        \"semitelic\"\n    ],\n    \"ọkara terete\": [\n        \"semiterete\"\n    ],\n    \"Nke abụọ\": [\n        \"semitextural\",\n        \"thonder\",\n        \"twirliest\",\n        \"vo\"\n    ],\n    \"ọmụmụ ihe ọmụmụ\": [\n        \"semitheatricalism\"\n    ],\n    \"semiton na ọkara\": [\n        \"semitonally\"\n    ],\n    \"ọkara ọdịnala\": [\n        \"semitraditionally\"\n    ],\n    \"ọkara trailers\": [\n        \"semitrailers\"\n    ],\n    \"site n'aka\": [\n        \"semitransparently\"\n    ],\n    \"semitransverse gafere\": [\n        \"semitransverse\"\n    ],\n    \"ọkara eluigwe na ala\": [\n        \"semiuniversalist\"\n    ],\n    \"ọkara kwụ ọtọ\": [\n        \"semiupright\"\n    ],\n    \"ọkara akwukwo nri\": [\n        \"semivegetable\"\n    ],\n    \"izu ọkara\": [\n        \"semiwaking\"\n    ],\n    \"ọrụ ọkara\": [\n        \"semiworks\"\n    ],\n    \"semnọn\": [\n        \"semnones\"\n    ],\n    \"semper\": [\n        \"sempre\"\n    ],\n    \"semem\": [\n        \"semsem\"\n    ],\n    \"Sinary\": [\n        \"senary\"\n    ],\n    \"senariọs\": [\n        \"senarius\"\n    ],\n    \"sineti\": [\n        \"senate\"\n    ],\n    \"ndị sineti\": [\n        \"senates\"\n    ],\n    \"sinetọ\": [\n        \"senator\",\n        \"senatory\",\n        \"senatorial\",\n        \"senatorially\",\n        \"senatorian\"\n    ],\n    \"onye nzipu ozi\": [\n        \"sendee\",\n        \"sender\"\n    ],\n    \"zilapụ\": [\n        \"sendoff\"\n    ],\n    \"na-eziga\": [\n        \"sends\"\n    ],\n    \"Senegal\": [\n        \"senegalese\"\n    ],\n    \"senchchalship\": [\n        \"seneschalship\"\n    ],\n    \"seniori\": [\n        \"seniory\"\n    ],\n    \"senata\": [\n        \"sennas\"\n    ],\n    \"seneti\": [\n        \"sennets\",\n        \"sennite\"\n    ],\n    \"senoni\": [\n        \"senones\"\n    ],\n    \"opdị\": [\n        \"senopias\"\n    ],\n    \"nwee uche\": [\n        \"sensable\",\n        \"sensifacient\",\n        \"slent\",\n        \"soberized\",\n        \"witful\",\n        \"witted\"\n    ],\n    \"mata ihe\": [\n        \"sensate\",\n        \"underlined\"\n    ],\n    \"ihe mmetuta\": [\n        \"sensationalism\",\n        \"sensillum\",\n        \"sensimotor\",\n        \"ultramicrometer\"\n    ],\n    \"onye na-akpali akpali\": [\n        \"sensationalist\"\n    ],\n    \"chebaara echiche\": [\n        \"sensationalize\"\n    ],\n    \"sensashion\": [\n        \"sensationary\",\n        \"sensationish\"\n    ],\n    \"sensashionist\": [\n        \"sensationist\"\n    ],\n    \"sensọ\": [\n        \"sensiferous\",\n        \"sensoria\",\n        \"sensorimotor\",\n        \"sensorimuscular\",\n        \"sensors\"\n    ],\n    \"enwe mmetụta ọsọ ọsọ\": [\n        \"sensitive\"\n    ],\n    \"sensitọm\": [\n        \"sensitometer\",\n        \"sensitometers\"\n    ],\n    \"sensitometri\": [\n        \"sensitometry\"\n    ],\n    \"sensory\": [\n        \"sensitory\"\n    ],\n    \"Sensiglandular\": [\n        \"sensoriglandular\"\n    ],\n    \"sensọ akwara\": [\n        \"sensorivascular\"\n    ],\n    \"sensọ sensọ\": [\n        \"sensorivasomotor\"\n    ],\n    \"ihe mmetụta uche\": [\n        \"sensorivolitional\"\n    ],\n    \"ndị anụ ahụ\": [\n        \"sensualists\"\n    ],\n    \"enweghi echiche\": [\n        \"sensualness\",\n        \"unforethought\"\n    ],\n    \"enwe mmetụta uche\": [\n        \"sensuism\"\n    ],\n    \"onye mkpọrọ\": [\n        \"sententiary\"\n    ],\n    \"sententị\": [\n        \"sententiousness\"\n    ],\n    \"sentimenti\": [\n        \"sentimental\"\n    ],\n    \"mmetụta na-erughị\": [\n        \"sentimentless\"\n    ],\n    \"sentinel\": [\n        \"sentine\"\n    ],\n    \"zigara ya\": [\n        \"sentinelled\"\n    ],\n    \"senwetụ\": [\n        \"senvy\"\n    ],\n    \"sera\": [\n        \"seora\",\n        \"serac\",\n        \"seraing\"\n    ],\n    \"sepa akwa\": [\n        \"sepaled\"\n    ],\n    \"ekewapụ\": [\n        \"separates\"\n    ],\n    \"onye nkewa\": [\n        \"separatist\"\n    ],\n    \"ndịiche\": [\n        \"separatists\"\n    ],\n    \"ndị na-ekewapụ\": [\n        \"separators\"\n    ],\n    \"serahara\": [\n        \"sepharad\"\n    ],\n    \"onye sepiarian\": [\n        \"sepiarian\"\n    ],\n    \"sefa\": [\n        \"sepose\"\n    ],\n    \"sepangularness\": [\n        \"septangularness\"\n    ],\n    \"nọ ọdụ\": [\n        \"septated\"\n    ],\n    \"Septemba\": [\n        \"september\",\n        \"septemberer\"\n    ],\n    \"Septemba ism\": [\n        \"septemberism\"\n    ],\n    \"septicemia\": [\n        \"septicaemia\"\n    ],\n    \"septicisation\": [\n        \"septicization\"\n    ],\n    \"septifepti\": [\n        \"septiferous\"\n    ],\n    \"septikal\": [\n        \"septifolious\",\n        \"septilateral\",\n        \"septile\"\n    ],\n    \"septodijira\": [\n        \"septodiarrhea\"\n    ],\n    \"septet\": [\n        \"septulate\"\n    ],\n    \"septum\": [\n        \"septums\"\n    ],\n    \"ebe a na-echekwa ihe\": [\n        \"sepulchering\"\n    ],\n    \"isili\": [\n        \"sepulchrous\"\n    ],\n    \"na nsoro\": [\n        \"sequacious\"\n    ],\n    \"sequester\": [\n        \"sequest\"\n    ],\n    \"sequin\": [\n        \"sequinned\"\n    ],\n    \"serabọn\": [\n        \"serabend\"\n    ],\n    \"seraili\": [\n        \"serails\"\n    ],\n    \"ndi seraphical\": [\n        \"seraphical\"\n    ],\n    \"ịdị seraphicalness\": [\n        \"seraphicalness\"\n    ],\n    \"ndị seraf\": [\n        \"seraphims\",\n        \"seraphs\"\n    ],\n    \"seraph\": [\n        \"seraphlike\"\n    ],\n    \"seraphide\": [\n        \"seraphtide\"\n    ],\n    \"ndi Serbia\": [\n        \"serbians\"\n    ],\n    \"kpọm\": [\n        \"serest\"\n    ],\n    \"serf afọ\": [\n        \"serfages\"\n    ],\n    \"serfdom\": [\n        \"serfdoms\"\n    ],\n    \"okpu serf\": [\n        \"serfhood\",\n        \"serfhoods\"\n    ],\n    \"serfish\": [\n        \"serfishness\"\n    ],\n    \"sagenti\": [\n        \"sergeant\"\n    ],\n    \"sergeantrị\": [\n        \"sergeantcies\"\n    ],\n    \"sergeantụ azụ\": [\n        \"sergeantfish\"\n    ],\n    \"serfantfish\": [\n        \"sergeantfishes\"\n    ],\n    \"sergent\": [\n        \"sergeants\"\n    ],\n    \"sergeanship\": [\n        \"sergeantships\"\n    ],\n    \"serialization\": [\n        \"serialisation\"\n    ],\n    \"seriized\": [\n        \"serialised\",\n        \"serialized\"\n    ],\n    \"serialist\": [\n        \"serialists\"\n    ],\n    \"serial\": [\n        \"seriality\"\n    ],\n    \"serias\": [\n        \"seriary\"\n    ],\n    \"serijan\": [\n        \"seriating\"\n    ],\n    \"serice\": [\n        \"sericeous\"\n    ],\n    \"serimeta\": [\n        \"serimeter\"\n    ],\n    \"sering\": [\n        \"seringal\"\n    ],\n    \"Senti\": [\n        \"serjeant\"\n    ],\n    \"okwuchukwu\": [\n        \"sermon\",\n        \"sermoneer\",\n        \"sermoner\",\n        \"sermons\",\n        \"synagogical\"\n    ],\n    \"okwuchukwu que\": [\n        \"sermonesque\"\n    ],\n    \"okwudiri\": [\n        \"sermoniser\"\n    ],\n    \"sikwa\": [\n        \"sermonwise\"\n    ],\n    \"ọkà mmụta banyere serologist\": [\n        \"serologist\"\n    ],\n    \"sero sanguinolent\": [\n        \"serosanguinolent\"\n    ],\n    \"serosal\": [\n        \"serosas\"\n    ],\n    \"tenosynovitis\": [\n        \"serosynovitis\"\n    ],\n    \"seros\": [\n        \"serosity\"\n    ],\n    \"serosos\": [\n        \"serosities\"\n    ],\n    \"ọgwụgwọ sero\": [\n        \"serotherapeutic\"\n    ],\n    \"sclerotherapy\": [\n        \"serotherapy\"\n    ],\n    \"ịdị njọ\": [\n        \"serousness\"\n    ],\n    \"na agwọ\": [\n        \"serpentiningly\"\n    ],\n    \"serpp\": [\n        \"serpently\"\n    ],\n    \"dị ka agwọ\": [\n        \"serpentlike\"\n    ],\n    \"seriri\": [\n        \"serried\"\n    ],\n    \"serry\": [\n        \"serrying\"\n    ],\n    \"serri\": [\n        \"serriped\"\n    ],\n    \"serrulata\": [\n        \"serrulateed\"\n    ],\n    \"serru\": [\n        \"serrulation\"\n    ],\n    \"orù\": [\n        \"servage\",\n        \"slaveholder\"\n    ],\n    \"odikwa\": [\n        \"serval\"\n    ],\n    \"servings\": [\n        \"servals\"\n    ],\n    \"odibo dom\": [\n        \"servantdom\"\n    ],\n    \"enweghị ohu\": [\n        \"servantless\",\n        \"slaveless\"\n    ],\n    \"odibo ka\": [\n        \"servantlike\"\n    ],\n    \"sava\": [\n        \"server\",\n        \"servers\"\n    ],\n    \"servtianism\": [\n        \"servetianism\"\n    ],\n    \"nwaanyị na-eje ozi\": [\n        \"servicewoman\"\n    ],\n    \"servitium\": [\n        \"servitial\"\n    ],\n    \"servitor ụgbọ mmiri\": [\n        \"servitorship\"\n    ],\n    \"servo\": [\n        \"servoed\"\n    ],\n    \"usoro ihe eji eme ihe\": [\n        \"servomechanisms\"\n    ],\n    \"servo moto\": [\n        \"servomotor\",\n        \"servomotors\"\n    ],\n    \"servo taabụ\": [\n        \"servotab\"\n    ],\n    \"samine\": [\n        \"sesamine\"\n    ],\n    \"akpukpo ahu\": [\n        \"seskin\",\n        \"sheather\"\n    ],\n    \"Nkem Agu\": [\n        \"sesquipedalian\"\n    ],\n    \"Nkechi Nke\": [\n        \"sesquisextal\"\n    ],\n    \"esskọ mmiri\": [\n        \"sesspool\"\n    ],\n    \"sọ mmiri\": [\n        \"sesspools\",\n        \"shoresman\"\n    ],\n    \"sestina\": [\n        \"sestian\",\n        \"sestine\",\n        \"sestines\"\n    ],\n    \"setịpụrụ\": [\n        \"setarious\",\n        \"setier\",\n        \"setiferous\",\n        \"setiparous\",\n        \"setlines\",\n        \"setness\",\n        \"setous\",\n        \"setout\",\n        \"setover\",\n        \"setscrews\",\n        \"setter\",\n        \"setwise\"\n    ],\n    \"setịan\": [\n        \"sethian\"\n    ],\n    \"setịtọ\": [\n        \"setioerr\"\n    ],\n    \"setịpụ\": [\n        \"setline\",\n        \"setule\"\n    ],\n    \"tọghapụ\": [\n        \"setoff\"\n    ],\n    \"set\": [\n        \"setose\",\n        \"sets\"\n    ],\n    \"setcrew\": [\n        \"setscrew\"\n    ],\n    \"setman\": [\n        \"setsman\"\n    ],\n    \"setaịn\": [\n        \"settaine\"\n    ],\n    \"setọọ\": [\n        \"settee\"\n    ],\n    \"setị\": [\n        \"setters\"\n    ],\n    \"onyeobibi\": [\n        \"settler\"\n    ],\n    \"Asaa\": [\n        \"seven\"\n    ],\n    \"ebe asaa\": [\n        \"sevenbark\"\n    ],\n    \"asaa\": [\n        \"sevener\"\n    ],\n    \"okpukpu asaa\": [\n        \"sevenfold\",\n        \"sevenpence\",\n        \"sevenscore\"\n    ],\n    \"asaa asaa\": [\n        \"sevenfolded\",\n        \"sevenpenny\",\n        \"sevens\",\n        \"seventeenths\"\n    ],\n    \"izu asaa\": [\n        \"sevenfoldness\"\n    ],\n    \"abali asaa\": [\n        \"sevennight\"\n    ],\n    \"iri na asaa\": [\n        \"seventeen\",\n        \"seventeenfold\",\n        \"seventeens\"\n    ],\n    \"nke iri na asaa\": [\n        \"seventeenth\",\n        \"seventeenthly\"\n    ],\n    \"nke asaa\": [\n        \"seventh\",\n        \"seventhly\",\n        \"sextuple\",\n        \"subventral\"\n    ],\n    \"iri asaa\": [\n        \"sevenths\",\n        \"seventy\"\n    ],\n    \"iri asaa na asaa\": [\n        \"seventies\",\n        \"seventieths\"\n    ],\n    \"nke iri asaa\": [\n        \"seventieth\"\n    ],\n    \"okpukpu iri asaa\": [\n        \"seventyfold\"\n    ],\n    \"sipu\": [\n        \"sever\",\n        \"siress\"\n    ],\n    \"were ọtụtụ\": [\n        \"severalized\"\n    ],\n    \"Iri-asatọ\": [\n        \"severalties\"\n    ],\n    \"n'ụzọ asaa\": [\n        \"severedly\"\n    ],\n    \"ndị siri ike\": [\n        \"severers\"\n    ],\n    \"siva\": [\n        \"severing\",\n        \"severs\"\n    ],\n    \"N'etiti ulo\": [\n        \"severingly\"\n    ],\n    \"sever\": [\n        \"severish\"\n    ],\n    \"siwable\": [\n        \"sewable\"\n    ],\n    \"nsị mmiri\": [\n        \"sewage\",\n        \"sewerage\",\n        \"sewerages\"\n    ],\n    \"sewan\": [\n        \"sewans\"\n    ],\n    \"siwa\": [\n        \"sewar\",\n        \"sewer\",\n        \"sewery\"\n    ],\n    \"dụkọta\": [\n        \"sewed\"\n    ],\n    \"sewn\": [\n        \"sewen\"\n    ],\n    \"siw\": [\n        \"sewered\"\n    ],\n    \"siwa mmiri\": [\n        \"sewerman\"\n    ],\n    \"ịkwa akwa\": [\n        \"sewing\",\n        \"sewings\",\n        \"tailor\",\n        \"tailorage\",\n        \"tailorbird\",\n        \"tailorcraft\",\n        \"tailoress\",\n        \"tailorhood\",\n        \"tailory\",\n        \"tailoring\",\n        \"tailorship\",\n        \"tailorwise\",\n        \"taiver\",\n        \"tewing\",\n        \"unweaving\",\n        \"weapschawing\"\n    ],\n    \"siwa gburugburu\": [\n        \"sewround\"\n    ],\n    \"mara nwoke na nwanyi\": [\n        \"sexadecimal\",\n        \"sexagenary\",\n        \"sexagenaries\",\n        \"sexannulate\"\n    ],\n    \"nwoke mara nwoke\": [\n        \"sexagenarian\"\n    ],\n    \"inwe mmekọahụ\": [\n        \"sexagenarianism\",\n        \"sexagesimal\",\n        \"sexagesimally\",\n        \"sexangularly\",\n        \"sexdecillions\",\n        \"sexivalence\",\n        \"sextipartition\",\n        \"sexualisation\",\n        \"sexually\"\n    ],\n    \"nwoke nwere ike\": [\n        \"sexagene\",\n        \"sexagonal\",\n        \"sexennial\",\n        \"sexlocular\",\n        \"sexradiate\",\n        \"sextolet\"\n    ],\n    \"mmekọahụagesimals\": [\n        \"sexagesimals\"\n    ],\n    \"mara nwoke na nwanyị\": [\n        \"sexangled\",\n        \"sexitubercular\"\n    ],\n    \"ihe nwoke na nwanyi\": [\n        \"sexangular\"\n    ],\n    \"nwoke mara\": [\n        \"sexarticulate\",\n        \"sextos\"\n    ],\n    \"nwee mmekọahụ\": [\n        \"sexcentenary\",\n        \"sexcentenaries\",\n        \"sexdigitate\",\n        \"sexdigitated\",\n        \"sexed\",\n        \"sexenary\",\n        \"sexhood\",\n        \"sexillion\",\n        \"sexivalent\",\n        \"sexly\",\n        \"sextain\",\n        \"sextains\",\n        \"sexual\",\n        \"sexualize\",\n        \"sexualized\"\n    ],\n    \"mmmmmmmmm\": [\n        \"sexdecillion\",\n        \"shtetlach\"\n    ],\n    \"ihe gbasara mmekọahụ\": [\n        \"sexfarious\"\n    ],\n    \"kasị nwee mmekọahụ\": [\n        \"sexiest\"\n    ],\n    \"na-enwe mmekọahụ\": [\n        \"sexing\",\n        \"sexologic\"\n    ],\n    \"mara nwoke\": [\n        \"sexiped\"\n    ],\n    \"sexyyllabic\": [\n        \"sexisyllabic\"\n    ],\n    \"ndị nwoke na nwanyị\": [\n        \"sexists\"\n    ],\n    \"kasi kasi\": [\n        \"sexivalency\"\n    ],\n    \"enweghị mmekọahụ\": [\n        \"sexless\",\n        \"sexlessly\"\n    ],\n    \"enweghi mmekọahụ\": [\n        \"sexlessness\"\n    ],\n    \"dị ka mmekọahụ\": [\n        \"sexlike\"\n    ],\n    \"ọkà mmụta mmekọrịta nwoke na nwanyị\": [\n        \"sexologist\"\n    ],\n    \"ite nwoke\": [\n        \"sexpot\"\n    ],\n    \"ihe njiko\": [\n        \"sexpots\"\n    ],\n    \"nke isii\": [\n        \"sext\",\n        \"sextant\",\n        \"sextary\",\n        \"sextoness\",\n        \"sixpennyworth\",\n        \"sixtes\",\n        \"sixth\",\n        \"sixthly\",\n        \"sixths\",\n        \"sixtieth\",\n        \"sixtowns\",\n        \"tilth\",\n        \"zeroeth\",\n        \"zeroth\"\n    ],\n    \"obisa\": [\n        \"shabbat\"\n    ],\n    \"shab\": [\n        \"shabbed\"\n    ],\n    \"kacha amasị\": [\n        \"shabbiest\"\n    ],\n    \"gbawasị\": [\n        \"shabunder\"\n    ],\n    \"igbachi\": [\n        \"shackle\"\n    ],\n    \"shackle\": [\n        \"shackled\"\n    ],\n    \"shackleewise\": [\n        \"shacklewise\"\n    ],\n    \"shacks\": [\n        \"shackos\"\n    ],\n    \"nnoo shadbelly\": [\n        \"shadbelly\"\n    ],\n    \"shadberị\": [\n        \"shadberry\"\n    ],\n    \"Shadbushes\": [\n        \"shadbushes\"\n    ],\n    \"nke kacha sie\": [\n        \"shadiest\"\n    ],\n    \"ogbe ndo\": [\n        \"shadowbox\"\n    ],\n    \"ndochi ojiji\": [\n        \"shadowboxing\"\n    ],\n    \"ndò\": [\n        \"shadowers\",\n        \"shadowing\"\n    ],\n    \"onyinyo onyunyo\": [\n        \"shadowgram\"\n    ],\n    \"onyinyo ihe ngosi\": [\n        \"shadowgraphic\"\n    ],\n    \"onye na-ese onyinyo\": [\n        \"shadowgraphist\"\n    ],\n    \"shater\": [\n        \"shafter\"\n    ],\n    \"dị ka shaft\": [\n        \"shaftlike\"\n    ],\n    \"shatsman\": [\n        \"shaftsman\"\n    ],\n    \"shaganappi\": [\n        \"shaganappy\"\n    ],\n    \"shag akpa\": [\n        \"shagbag\"\n    ],\n    \"shagbark\": [\n        \"shagbarks\"\n    ],\n    \"shaging\": [\n        \"shagging\"\n    ],\n    \"shahdom\": [\n        \"shahdoms\"\n    ],\n    \"shah\": [\n        \"shahs\"\n    ],\n    \"shazzadi\": [\n        \"shahzadi\"\n    ],\n    \"shair\": [\n        \"shairds\"\n    ],\n    \"Shakedown\": [\n        \"shakedown\"\n    ],\n    \"Shakedowns\": [\n        \"shakedowns\"\n    ],\n    \"shakefank\": [\n        \"shakefork\"\n    ],\n    \"Shakeproof\": [\n        \"shakeproof\"\n    ],\n    \"Shakerag\": [\n        \"shakerag\"\n    ],\n    \"Shakespeare\": [\n        \"shakespeare\",\n        \"shakespearize\",\n        \"shakespearolatry\"\n    ],\n    \"Shakespearean\": [\n        \"shakespearean\",\n        \"shakespeareanly\",\n        \"shakespearian\"\n    ],\n    \"Shakespeareans\": [\n        \"shakespeareanism\",\n        \"shakespeareans\"\n    ],\n    \"Shaking\": [\n        \"shakings\"\n    ],\n    \"Shaksperian\": [\n        \"shaksperian\"\n    ],\n    \"dịkarịsịrị\": [\n        \"shalier\"\n    ],\n    \"shalọl\": [\n        \"shallon\"\n    ],\n    \"shalọn\": [\n        \"shalloon\"\n    ],\n    \"shalọt\": [\n        \"shallot\"\n    ],\n    \"emighị emi\": [\n        \"shallow\",\n        \"shallowbrained\",\n        \"shallowed\",\n        \"shallowness\",\n        \"shallowpate\"\n    ],\n    \"nke kacha mpe\": [\n        \"shallowest\"\n    ],\n    \"na-emighị emi\": [\n        \"shallowhearted\",\n        \"shallowing\",\n        \"shallowish\"\n    ],\n    \"onye na-amaghi ihe\": [\n        \"shallowist\"\n    ],\n    \"ihere mere\": [\n        \"shamefaced\"\n    ],\n    \"ihere ihere\": [\n        \"shamefacedly\",\n        \"shamefacedness\"\n    ],\n    \"ihere na-emechu ihu\": [\n        \"shamefastness\"\n    ],\n    \"n'emeghị ihere\": [\n        \"shamelessly\",\n        \"unabashedly\",\n        \"unhumbly\",\n        \"unshamefully\",\n        \"unshyly\",\n        \"untemptingly\"\n    ],\n    \"enweghị ihere\": [\n        \"shamelessness\",\n        \"unashamedness\"\n    ],\n    \"shammy nwere\": [\n        \"shammying\"\n    ],\n    \"shamos\": [\n        \"shammock\"\n    ],\n    \"shamoing\": [\n        \"shamoying\"\n    ],\n    \"ncha ntutu\": [\n        \"shampoo\",\n        \"shampooed\",\n        \"shampooer\",\n        \"shampooers\",\n        \"shampooing\",\n        \"shampoos\",\n        \"shapoo\"\n    ],\n    \"shandan\": [\n        \"shandean\"\n    ],\n    \"kedụrụ aka\": [\n        \"shanked\"\n    ],\n    \"shanụ\": [\n        \"shanking\"\n    ],\n    \"shati\": [\n        \"shanty\"\n    ],\n    \"shantị\": [\n        \"shantying\"\n    ],\n    \"shandungs\": [\n        \"shantungs\"\n    ],\n    \"ekara\": [\n        \"shaped\"\n    ],\n    \"maa eze\": [\n        \"shapen\"\n    ],\n    \"ọdịdị acha ọkụ\": [\n        \"shapeups\"\n    ],\n    \"shaomita\": [\n        \"shapometer\"\n    ],\n    \"gbanyechara agwa\": [\n        \"sharded\"\n    ],\n    \"Nkesa\": [\n        \"shareability\"\n    ],\n    \"onye nwe ụlọ ọrụ\": [\n        \"sharebroker\"\n    ],\n    \"Ikekọrịta\": [\n        \"sharecropping\"\n    ],\n    \"okeonye\": [\n        \"sharefarmer\"\n    ],\n    \"onyenwereoke\": [\n        \"shareholder\"\n    ],\n    \"ndị nwe oke\": [\n        \"shareholders\"\n    ],\n    \"okekọrịta\": [\n        \"shareman\"\n    ],\n    \"onyenke\": [\n        \"sharer\"\n    ],\n    \"mbak\": [\n        \"shares\"\n    ],\n    \"hiwere iwu\": [\n        \"sharia\"\n    ],\n    \"sharif\": [\n        \"sharifs\"\n    ],\n    \"akụm\": [\n        \"shark\"\n    ],\n    \"shark\": [\n        \"sharked\",\n        \"sharks\",\n        \"sharn\",\n        \"sharns\"\n    ],\n    \"azu sharkish\": [\n        \"sharkish\"\n    ],\n    \"umu azu shark\": [\n        \"sharkskins\"\n    ],\n    \"mụ nkọ\": [\n        \"sharpened\"\n    ],\n    \"na-amu\": [\n        \"sharpening\",\n        \"sharping\"\n    ],\n    \"amụba\": [\n        \"sharpens\",\n        \"spawned\"\n    ],\n    \"nkọ nkọ\": [\n        \"sharpsaw\"\n    ],\n    \"nkọ shod\": [\n        \"sharpshod\"\n    ],\n    \"sharị\": [\n        \"shaster\"\n    ],\n    \"na-agbaji\": [\n        \"shattering\",\n        \"shatters\"\n    ],\n    \"emebisie\": [\n        \"shatterproof\",\n        \"unimmersed\"\n    ],\n    \"akpụ afụ ọnụ\": [\n        \"shaveable\",\n        \"shaver\",\n        \"shaves\",\n        \"shavese\",\n        \"shavester\",\n        \"shavetail\",\n        \"shicer\"\n    ],\n    \"kpụọ isi\": [\n        \"shaved\"\n    ],\n    \"akpụ afụọnụ\": [\n        \"shavegrass\"\n    ],\n    \"shavel\": [\n        \"shaveling\"\n    ],\n    \"kpụrụ afụ ọnụ\": [\n        \"shaven\"\n    ],\n    \"ịkpụ afụ ọnụ\": [\n        \"shavery\",\n        \"shaving\"\n    ],\n    \"Ndị na-akpụ afụ ọnụ\": [\n        \"shavers\"\n    ],\n    \"Shavans\": [\n        \"shavians\"\n    ],\n    \"shavsị\": [\n        \"shavings\"\n    ],\n    \"osisi awara\": [\n        \"shawneewood\"\n    ],\n    \"shaw\": [\n        \"shaws\"\n    ],\n    \"ọ\": [\n        \"she\"\n    ],\n    \"ùkwù afọ\": [\n        \"sheafage\"\n    ],\n    \"sheaf\": [\n        \"sheafing\"\n    ],\n    \"ùzù sheaf\": [\n        \"sheaflike\"\n    ],\n    \"ùkwù ọka\": [\n        \"sheafs\",\n        \"sheaves\",\n        \"sheeves\"\n    ],\n    \"sikabe\": [\n        \"sheal\"\n    ],\n    \"ịkpapụsị\": [\n        \"shealings\"\n    ],\n    \"shiee\": [\n        \"shear\",\n        \"sheard\"\n    ],\n    \"akpacha ajị\": [\n        \"shearbill\",\n        \"sheared\",\n        \"sheargrass\",\n        \"shearing\",\n        \"shearlegs\",\n        \"shearling\",\n        \"shebeening\",\n        \"sheered\",\n        \"sheerer\"\n    ],\n    \"onye na-akpacha ajị anụ\": [\n        \"shearer\",\n        \"shearsman\"\n    ],\n    \"ndị na-akpacha ajị anụ\": [\n        \"shearers\"\n    ],\n    \"shiarhog\": [\n        \"shearhog\"\n    ],\n    \"onye na-akpacha afia\": [\n        \"shearman\"\n    ],\n    \"shiarmouse\": [\n        \"shearmouse\"\n    ],\n    \"shias\": [\n        \"sheas\"\n    ],\n    \"n'ọbọ\": [\n        \"sheath\",\n        \"sheathbill\",\n        \"sheaths\",\n        \"sheth\"\n    ],\n    \"sheethes\": [\n        \"sheathes\"\n    ],\n    \"dị ka n'ọbọ\": [\n        \"sheathlike\"\n    ],\n    \"ọbọp\": [\n        \"sheaved\",\n        \"wrapped\"\n    ],\n    \"shealess\": [\n        \"sheaveless\"\n    ],\n    \"onye sheaveman\": [\n        \"sheaveman\"\n    ],\n    \"ịkpa ọka\": [\n        \"sheaving\"\n    ],\n    \"shiba\": [\n        \"shebar\"\n    ],\n    \"sheba\": [\n        \"shebat\",\n        \"shebeans\",\n        \"sheetwork\"\n    ],\n    \"shikem\": [\n        \"shechem\"\n    ],\n    \"wụsịrị\": [\n        \"shed\",\n        \"shedded\",\n        \"sheds\"\n    ],\n    \"Wụsịrị\": [\n        \"shedable\"\n    ],\n    \"Wụsara\": [\n        \"sheddable\"\n    ],\n    \"shredder\": [\n        \"shedder\",\n        \"sheder\"\n    ],\n    \"shred\": [\n        \"shedders\",\n        \"shrave\",\n        \"shredded\",\n        \"shredders\",\n        \"shredding\",\n        \"shredless\",\n        \"shreds\",\n        \"shrewed\",\n        \"shrews\"\n    ],\n    \"na-awụfu\": [\n        \"shedlike\"\n    ],\n    \"sheeny\": [\n        \"sheeney\",\n        \"sheeneys\",\n        \"sheenier\"\n    ],\n    \"atụrụbine\": [\n        \"sheepbine\"\n    ],\n    \"aturu aturu\": [\n        \"sheepbiting\",\n        \"sheepdip\"\n    ],\n    \"atụrụ atụrụ\": [\n        \"sheepcot\",\n        \"sheepcote\",\n        \"sheepdog\",\n        \"sheepdogs\",\n        \"sheepfacedness\",\n        \"sheepgate\",\n        \"sheephead\",\n        \"sheepshank\",\n        \"sheepsheadism\",\n        \"sheepshear\",\n        \"sheepsplit\"\n    ],\n    \"atụrụ crook\": [\n        \"sheepcrook\"\n    ],\n    \"atụrụ na-eche ihu\": [\n        \"sheepfaced\"\n    ],\n    \"atụrụfacedly\": [\n        \"sheepfacedly\"\n    ],\n    \"ogige atụrụ\": [\n        \"sheepfold\",\n        \"sheepfolds\"\n    ],\n    \"ụkwụ atụrụ\": [\n        \"sheepfoot\",\n        \"sheepfoots\"\n    ],\n    \"akpa atụrụ\": [\n        \"sheepheaded\",\n        \"sheepheads\",\n        \"sheepshead\",\n        \"sheepsheads\"\n    ],\n    \"atụrụ obi\": [\n        \"sheephearted\"\n    ],\n    \"ọzụzụ atụrụ\": [\n        \"sheepherding\",\n        \"shepherddom\",\n        \"shepherdhood\",\n        \"shepherdia\",\n        \"shepherding\",\n        \"shepherdism\",\n        \"shepherdling\",\n        \"shepperding\",\n        \"unshepherding\"\n    ],\n    \"atụrụ nko\": [\n        \"sheephook\"\n    ],\n    \"ụlọ atụrụ\": [\n        \"sheephouse\"\n    ],\n    \"onye aturu\": [\n        \"sheepy\"\n    ],\n    \"idebe atụrụ\": [\n        \"sheepkeeping\"\n    ],\n    \"atụrụ na-egbu\": [\n        \"sheepkill\"\n    ],\n    \"ndị ọzụzụ atụrụ\": [\n        \"sheepmen\",\n        \"shepherdesses\",\n        \"shepherdry\",\n        \"shepherds\"\n    ],\n    \"onye na-akpacha ajị atụrụ\": [\n        \"sheepshearer\"\n    ],\n    \"akpacha ajị atụrụ\": [\n        \"sheepshearing\"\n    ],\n    \"akpụkpọ atụrụ\": [\n        \"sheepskins\"\n    ],\n    \"atụrụ zuru\": [\n        \"sheepstealing\"\n    ],\n    \"ụzọ atụrụ\": [\n        \"sheepwalk\",\n        \"sheepwalker\"\n    ],\n    \"shia\": [\n        \"sheering\"\n    ],\n    \"shea\": [\n        \"sheers\",\n        \"shellpot\"\n    ],\n    \"dị ka mpempe akwụkwọ\": [\n        \"sheetlike\"\n    ],\n    \"Ibé akwụkwọ\": [\n        \"sheets\",\n        \"shegets\"\n    ],\n    \"sheave\": [\n        \"sheeve\"\n    ],\n    \"Sheffield\": [\n        \"sheffield\"\n    ],\n    \"Shegetz\": [\n        \"shegetz\"\n    ],\n    \"dị ka sheikh\": [\n        \"sheikhlike\"\n    ],\n    \"ndị sheikh\": [\n        \"sheikhs\"\n    ],\n    \"onye yiri\": [\n        \"sheiklike\"\n    ],\n    \"shiiling\": [\n        \"sheiling\",\n        \"shieling\"\n    ],\n    \"shekel\": [\n        \"shekels\"\n    ],\n    \"shela\": [\n        \"shelah\"\n    ],\n    \"idobere ihe\": [\n        \"shelffuls\"\n    ],\n    \"adị ka\": [\n        \"shelflike\"\n    ],\n    \"onye oru shelf\": [\n        \"shelfmate\"\n    ],\n    \"mpempe shelf\": [\n        \"shelfpiece\"\n    ],\n    \"shelf\": [\n        \"shelfworn\",\n        \"shelves\"\n    ],\n    \"shei\": [\n        \"shell\",\n        \"shellum\"\n    ],\n    \"shellak\": [\n        \"shellac\",\n        \"shellack\",\n        \"shellacs\"\n    ],\n    \"ịmị ọkụ\": [\n        \"shellblowing\"\n    ],\n    \"ogbe shebu\": [\n        \"shellburst\"\n    ],\n    \"adịla\": [\n        \"shelled\"\n    ],\n    \"Shelleyan\": [\n        \"shelleyan\"\n    ],\n    \"shellfish\": [\n        \"shellfishes\"\n    ],\n    \"Na-adị egwu\": [\n        \"shellful\"\n    ],\n    \"nke kacha dịrị ndụ\": [\n        \"shelliest\"\n    ],\n    \"Ogbu anụ\": [\n        \"shellman\"\n    ],\n    \"Onye na-akwọ ụgbọ mmiri\": [\n        \"shellworker\"\n    ],\n    \"shelby\": [\n        \"shelvy\"\n    ],\n    \"kacha dịrị ndụ\": [\n        \"shelviest\"\n    ],\n    \"shel shel\": [\n        \"shelvingness\"\n    ],\n    \"Shemite\": [\n        \"shemite\"\n    ],\n    \"onye shemit\": [\n        \"shemitic\"\n    ],\n    \"sheolik\": [\n        \"sheolic\"\n    ],\n    \"sheol\": [\n        \"sheols\"\n    ],\n    \"enweghị onye ọzụzụ atụrụ\": [\n        \"shepherdless\"\n    ],\n    \"onye ọzụzụ atụrụ dị ka\": [\n        \"shepherdlike\"\n    ],\n    \"sher\": [\n        \"sherds\"\n    ],\n    \"ikpesa\": [\n        \"sherifate\"\n    ],\n    \"sheriffri\": [\n        \"sheriffcies\"\n    ],\n    \"mkpuchi sheriff\": [\n        \"sheriffhood\"\n    ],\n    \"sheriffhip\": [\n        \"sheriffship\"\n    ],\n    \"sharifian\": [\n        \"sherifian\"\n    ],\n    \"Shetland\": [\n        \"shetland\"\n    ],\n    \"ala shetland\": [\n        \"shetlands\"\n    ],\n    \"sheel\": [\n        \"shevel\"\n    ],\n    \"Sheveret\": [\n        \"sheveret\"\n    ],\n    \"onye-shewa\": [\n        \"shewer\"\n    ],\n    \"shew\": [\n        \"shewers\"\n    ],\n    \"ịkwa nku\": [\n        \"shewing\"\n    ],\n    \"shpsep\": [\n        \"shfsep\"\n    ],\n    \"shibah\": [\n        \"shibahs\"\n    ],\n    \"shibboleth\": [\n        \"shibboleths\"\n    ],\n    \"ọta ọta\": [\n        \"shieldboard\"\n    ],\n    \"ọta drake\": [\n        \"shielddrake\"\n    ],\n    \"shiel\": [\n        \"shielder\",\n        \"shielders\",\n        \"shielings\"\n    ],\n    \"ọta fern\": [\n        \"shieldfern\"\n    ],\n    \"shụọ\": [\n        \"shyer\"\n    ],\n    \"ndị na-agbanwegharị\": [\n        \"shifters\"\n    ],\n    \"na-eme ka ihere\": [\n        \"shying\"\n    ],\n    \"shiks\": [\n        \"shikses\"\n    ],\n    \"shilling\": [\n        \"shill\",\n        \"shillings\",\n        \"shills\"\n    ],\n    \"shilị\": [\n        \"shilled\",\n        \"shillet\"\n    ],\n    \"enweghị shilling\": [\n        \"shillingless\"\n    ],\n    \"shiningsworth\": [\n        \"shillingsworth\"\n    ],\n    \"gbanye ihere\": [\n        \"shylocked\"\n    ],\n    \"shimla\": [\n        \"shimal\"\n    ],\n    \"nke onwunwu\": [\n        \"shiny\"\n    ],\n    \"shinnin\": [\n        \"shinneys\"\n    ],\n    \"shin akpụ ụkwụ\": [\n        \"shinsplints\"\n    ],\n    \"onye Shinto\": [\n        \"shintoist\"\n    ],\n    \"ndi Shinto\": [\n        \"shintoists\"\n    ],\n    \"bregbọ mmiri\": [\n        \"shipbreaking\"\n    ],\n    \"ụgbọ mmiri gbawara\": [\n        \"shipbroken\"\n    ],\n    \"bugbọ mmiri\": [\n        \"shipbuild\"\n    ],\n    \"ndị na-arụ ụgbọ mmiri\": [\n        \"shipbuilders\"\n    ],\n    \"fitgbọ mmiri\": [\n        \"shipfitter\"\n    ],\n    \"lagbọ mmiri\": [\n        \"shiplap\",\n        \"shiplaps\"\n    ],\n    \"plegbọ mmiri\": [\n        \"shiplet\"\n    ],\n    \"mgbọ mmiri\": [\n        \"shipmast\",\n        \"tankmaking\"\n    ],\n    \"onye nwe ụgbọ mmiri\": [\n        \"shipowner\"\n    ],\n    \"Ẹnam ekese\": [\n        \"shipped\"\n    ],\n    \"ndị na-ebuga ya\": [\n        \"shippers\"\n    ],\n    \"ụgbọ elu ụgbọ mmiri\": [\n        \"shipplane\"\n    ],\n    \"ụdị ụgbọ mmiri\": [\n        \"shipshape\"\n    ],\n    \"n'ụgbọ mmiri\": [\n        \"shipside\"\n    ],\n    \"ụzọ ụgbọ mmiri\": [\n        \"shipway\",\n        \"shipways\"\n    ],\n    \"ebu ahia\": [\n        \"shipwards\"\n    ],\n    \"wgbọ mmiri\": [\n        \"shipworm\"\n    ],\n    \"nsị ụgbọ mmiri\": [\n        \"shipworms\"\n    ],\n    \"ụgbọ mmiri kpuru\": [\n        \"shipwreck\",\n        \"shipwrecked\",\n        \"shipwrecks\"\n    ],\n    \"ikpu ụgbọ mmiri\": [\n        \"shipwrecking\"\n    ],\n    \"na-ezisa\": [\n        \"shirring\"\n    ],\n    \"uwe elu na\": [\n        \"shirtband\"\n    ],\n    \"uwe elu uwe\": [\n        \"shirtdress\"\n    ],\n    \"uwe na-enweghị uwe\": [\n        \"shirtlessness\"\n    ],\n    \"uwe elu dị ka\": [\n        \"shirtlike\"\n    ],\n    \"shirtkwa uwe elu\": [\n        \"shirtmaking\"\n    ],\n    \"Onye uwe ojii\": [\n        \"shirtman\"\n    ],\n    \"uwe elu ụmụ nwoke\": [\n        \"shirtmen\"\n    ],\n    \"shittim\": [\n        \"shittims\"\n    ],\n    \"shitt\": [\n        \"shittiness\"\n    ],\n    \"shivah\": [\n        \"shivahs\"\n    ],\n    \"verygbọ mmiri\": [\n        \"shivery\"\n    ],\n    \"amajijiji\": [\n        \"shiveringly\"\n    ],\n    \"shiv\": [\n        \"shivs\"\n    ],\n    \"shlu\": [\n        \"shluh\"\n    ],\n    \"shoador\": [\n        \"shoader\"\n    ],\n    \"inwudoro\": [\n        \"shoaled\"\n    ],\n    \"Onye na-ere ihe ntụtụ\": [\n        \"shoaler\"\n    ],\n    \"inyinya-ukwu\": [\n        \"shoaliness\"\n    ],\n    \"itu-uzo\": [\n        \"shoalwise\"\n    ],\n    \"igwoji\": [\n        \"shochets\"\n    ],\n    \"Akpata isi\": [\n        \"shockhead\",\n        \"shockheaded\"\n    ],\n    \"awụ akpata oyi\": [\n        \"shocking\"\n    ],\n    \"shozụ ahịa\": [\n        \"shoddying\"\n    ],\n    \"dị ka onye nzuzu\": [\n        \"shoddylike\"\n    ],\n    \"Inye aka\": [\n        \"shoddiness\"\n    ],\n    \"Onyeama\": [\n        \"shoebill\"\n    ],\n    \"ihewugwo\": [\n        \"shoebindery\"\n    ],\n    \"Akpụkpọ ụkwụ akpụkpọ ụkwụ\": [\n        \"shoehorns\",\n        \"shoeingsmith\"\n    ],\n    \"gbaa akpụkpọ ụkwụ\": [\n        \"shoeman\"\n    ],\n    \"Nwanyị akpụkpọ ụkwụ\": [\n        \"shoewoman\"\n    ],\n    \"gbara ihu\": [\n        \"shohet\"\n    ],\n    \"gbaa mkpu\": [\n        \"shooed\"\n    ],\n    \"shoo\": [\n        \"shooi\"\n    ],\n    \"shooldarryar\": [\n        \"shooldarry\"\n    ],\n    \"Oku nwa\": [\n        \"shooler\"\n    ],\n    \"onye gbara egbe\": [\n        \"shootee\",\n        \"shooter\",\n        \"shooters\",\n        \"shoother\",\n        \"shotman\"\n    ],\n    \"Ome\": [\n        \"shoots\",\n        \"sproat\",\n        \"sprose\",\n        \"sprouts\"\n    ],\n    \"shop\": [\n        \"shopboard\"\n    ],\n    \"akwụkwọ ahịa\": [\n        \"shopbook\"\n    ],\n    \"ụmụ agbọghọ na-azụ ahịa\": [\n        \"shopgirls\"\n    ],\n    \"onye ahịa\": [\n        \"shopkeeper\",\n        \"shopman\",\n        \"shopmate\"\n    ],\n    \"ala ahịa\": [\n        \"shopland\"\n    ],\n    \"gbara aka ntụtụ\": [\n        \"shoplifted\"\n    ],\n    \"ntụtụ n'ụlọ\": [\n        \"shoplifter\",\n        \"shoplifting\"\n    ],\n    \"ndị aka ntụtụ\": [\n        \"shoplifters\"\n    ],\n    \"shopmarket\": [\n        \"shopmark\"\n    ],\n    \"kacha ahịa\": [\n        \"shoppiest\"\n    ],\n    \"uwe ahịa\": [\n        \"shopwear\"\n    ],\n    \"shopwindo\": [\n        \"shopwindow\"\n    ],\n    \"nwanyị nwaanyi\": [\n        \"shopwoman\"\n    ],\n    \"ụmụ nwanyị na-azụ ahịa\": [\n        \"shopwomen\"\n    ],\n    \"ọrụ ụlọ ahịa\": [\n        \"shopwork\"\n    ],\n    \"onye ọrụ ụlọ ahịa\": [\n        \"shopworker\"\n    ],\n    \"n'ikpere mmiri\": [\n        \"shorea\"\n    ],\n    \"shoreberị\": [\n        \"shoreberry\"\n    ],\n    \"ihu mmiri\": [\n        \"shoreface\",\n        \"shorefront\"\n    ],\n    \"n'ikperé mmiri\": [\n        \"shoregoing\",\n        \"shorelines\",\n        \"shoreside\",\n        \"shoreward\",\n        \"shorewards\"\n    ],\n    \"Ikpere mmiri\": [\n        \"shoreyer\"\n    ],\n    \"ala mmiri gbara gburugburu\": [\n        \"shoreland\"\n    ],\n    \"Onye okacha mmiri\": [\n        \"shoreman\"\n    ],\n    \"Shorer\": [\n        \"shorer\"\n    ],\n    \"akpịrị mmiri\": [\n        \"shoreweed\"\n    ],\n    \"dị mkpụmkpụ\": [\n        \"shorling\",\n        \"shorted\",\n        \"shorthanded\",\n        \"shortheaded\",\n        \"tersest\"\n    ],\n    \"nịịka\": [\n        \"shorls\",\n        \"shorts\"\n    ],\n    \"emeghi mkpirisi\": [\n        \"shorn\"\n    ],\n    \"obere achịcha\": [\n        \"shortbread\"\n    ],\n    \"onye na-agba mkpụmkpụ\": [\n        \"shortchanger\"\n    ],\n    \"obere mkpirisi\": [\n        \"shortchanges\"\n    ],\n    \"uwe mkpụmkpụ\": [\n        \"shortclothes\"\n    ],\n    \"obere uwe\": [\n        \"shortcoat\",\n        \"smallclothes\"\n    ],\n    \"zọ mkpirisi\": [\n        \"shortcut\",\n        \"shortcuts\"\n    ],\n    \"mee mkpumkpu\": [\n        \"shorten\"\n    ],\n    \"emewo mkpụmkpụ\": [\n        \"shortened\"\n    ],\n    \"na-eme mkpụmkpụ\": [\n        \"shortening\"\n    ],\n    \"fzọ mkpirisi\": [\n        \"shortfalls\"\n    ],\n    \"Shorttia\": [\n        \"shortia\"\n    ],\n    \"Shorttias\": [\n        \"shortias\"\n    ],\n    \"Shortti\": [\n        \"shortie\"\n    ],\n    \"mee mkpụmkpụ\": [\n        \"shortish\"\n    ],\n    \"n'oge na-adịghị anya\": [\n        \"shortly\",\n        \"transequatorially\"\n    ],\n    \"tszọ mkpụmkpụ\": [\n        \"shortschat\"\n    ],\n    \"elepụghị anya\": [\n        \"shortsighted\",\n        \"unintrospective\"\n    ],\n    \"n'ụzọ nkenke\": [\n        \"shortsightedly\"\n    ],\n    \"elepụghị anya n'ihu\": [\n        \"shortsightedness\"\n    ],\n    \"obere ọdụ\": [\n        \"shorttail\"\n    ],\n    \"agbapụghị\": [\n        \"shotless\",\n        \"unbled\",\n        \"unloathed\"\n    ],\n    \"onye gbara\": [\n        \"shotmaker\"\n    ],\n    \"gbaa ihe\": [\n        \"shotshell\",\n        \"whispery\"\n    ],\n    \"tụọ ọnụ\": [\n        \"shough\",\n        \"sniff\",\n        \"sniffle\"\n    ],\n    \"Onye kwesiri ime ihe\": [\n        \"shoulderer\"\n    ],\n    \"ekwesịghị\": [\n        \"shouldnt\",\n        \"shouldst\"\n    ],\n    \"ndị na-awagharị awagharị\": [\n        \"shouters\"\n    ],\n    \"gbaa aka\": [\n        \"shove\"\n    ],\n    \"iheejiegwala\": [\n        \"shovel\",\n        \"shovelful\"\n    ],\n    \"shọvelụ\": [\n        \"shovelbill\",\n        \"shovelboard\",\n        \"shovelfish\",\n        \"shovelfuls\",\n        \"shovelhead\",\n        \"shoveller\",\n        \"shovelmaker\",\n        \"shovelman\",\n        \"shovelnose\",\n        \"shovelsful\"\n    ],\n    \"Onye na-ere akpụkpọ ụkwụ\": [\n        \"shoveler\"\n    ],\n    \"Ndị na-azụ ahịa akpụkpọ ụkwụ\": [\n        \"shovelers\"\n    ],\n    \"na shọvelụ\": [\n        \"shoveling\",\n        \"shovelling\"\n    ],\n    \"shọvel\": [\n        \"shovels\"\n    ],\n    \"nke ngosi\": [\n        \"showable\"\n    ],\n    \"ihe ngosi ụgbọ mmiri\": [\n        \"showboater\"\n    ],\n    \"na-asa mmiri\": [\n        \"showerful\",\n        \"showerless\"\n    ],\n    \"yiri mmiri\": [\n        \"showerlike\"\n    ],\n    \"nke na-asa mmiri\": [\n        \"showerproof\"\n    ],\n    \"gosipụ\": [\n        \"showoff\"\n    ],\n    \"ụlọ ngosi\": [\n        \"showrooms\"\n    ],\n    \"shred dị ka\": [\n        \"shredlike\"\n    ],\n    \"shreportport\": [\n        \"shreveport\"\n    ],\n    \"shuga\": [\n        \"shrewder\",\n        \"sugar\",\n        \"sugarer\",\n        \"sugarless\",\n        \"sugars\",\n        \"sugat\",\n        \"sugent\"\n    ],\n    \"dị ka onye nwere uche\": [\n        \"shrewlike\"\n    ],\n    \"shredwsbury\": [\n        \"shrewsbury\"\n    ],\n    \"shcekar\": [\n        \"shriekers\"\n    ],\n    \"shrif\": [\n        \"shrifts\"\n    ],\n    \"shri\": [\n        \"shrike\",\n        \"shrived\",\n        \"shrivers\",\n        \"shrives\",\n        \"shrove\"\n    ],\n    \"shrịmp\": [\n        \"shrimp\",\n        \"shrimped\",\n        \"shrimper\"\n    ],\n    \"oporo azu\": [\n        \"shrimpfish\"\n    ],\n    \"ebenchuaja\": [\n        \"shrine\"\n    ],\n    \"ihu arụsị\": [\n        \"shrined\",\n        \"shrines\"\n    ],\n    \"shrine obere\": [\n        \"shrineless\"\n    ],\n    \"mekotaonwe\": [\n        \"shrink\",\n        \"shrinkage\"\n    ],\n    \"na-eme ka ọ daa mbà\": [\n        \"shrinkable\"\n    ],\n    \"mbelata ihe akaebe\": [\n        \"shrinkageproof\"\n    ],\n    \"shrinker\": [\n        \"shrinkerg\"\n    ],\n    \"shrin\": [\n        \"shrinkers\",\n        \"shrinks\"\n    ],\n    \"mekota isi\": [\n        \"shrinkhead\"\n    ],\n    \"shitu\": [\n        \"shrite\"\n    ],\n    \"akpachapu\": [\n        \"shrive\"\n    ],\n    \"na-eme mkpatụ\": [\n        \"shriveling\"\n    ],\n    \"shrub\": [\n        \"shrubbed\"\n    ],\n    \"shru\": [\n        \"shruff\"\n    ],\n    \"maa mmaji\": [\n        \"shrug\"\n    ],\n    \"shrink\": [\n        \"shrunk\"\n    ],\n    \"shrun\": [\n        \"shrunken\"\n    ],\n    \"shtetl\": [\n        \"shtetel\"\n    ],\n    \"ịkpọgharịa\": [\n        \"shuffle\"\n    ],\n    \"Na-agbanwe\": [\n        \"shufflingly\"\n    ],\n    \"obim\": [\n        \"shulwar\"\n    ],\n    \"na-eze\": [\n        \"shunless\",\n        \"shunning\"\n    ],\n    \"onye nleghari anya\": [\n        \"shunner\"\n    ],\n    \"ndị na-ezere onwe ha\": [\n        \"shunners\"\n    ],\n    \"shunt\": [\n        \"shunted\"\n    ],\n    \"mgbanwee\": [\n        \"shuswap\"\n    ],\n    \"ihe ngbochu\": [\n        \"shutterbug\"\n    ],\n    \"na-emechi ihe\": [\n        \"shuttering\"\n    ],\n    \"na-emechi ụzọ\": [\n        \"shutterwise\"\n    ],\n    \"shuttlecock na\": [\n        \"shuttlecocking\"\n    ],\n    \"Imechi\": [\n        \"shuttling\"\n    ],\n    \"Siamese\": [\n        \"siamese\"\n    ],\n    \"onye sybarist\": [\n        \"sybarist\"\n    ],\n    \"nwabህ\": [\n        \"sibboleth\"\n    ],\n    \"Siberia\": [\n        \"siberia\"\n    ],\n    \"ndị siberia\": [\n        \"siberians\"\n    ],\n    \"Sibyllic\": [\n        \"sibyllic\"\n    ],\n    \"sybotik\": [\n        \"sybotic\"\n    ],\n    \"Ndịb\": [\n        \"sibs\"\n    ],\n    \"osisi sịkamọs\": [\n        \"sycamores\"\n    ],\n    \"Asụsụ Sịbian\": [\n        \"sicanian\"\n    ],\n    \"siciced\": [\n        \"sicced\"\n    ],\n    \"sicimita\": [\n        \"siccimeter\"\n    ],\n    \"ndị sicilli\": [\n        \"sicilians\"\n    ],\n    \"akpịrị ọrịa\": [\n        \"sickbeds\"\n    ],\n    \"agbarụọ\": [\n        \"sicked\"\n    ],\n    \"dị ka sicklelike\": [\n        \"sicklelike\"\n    ],\n    \"Ọka ọrụ\": [\n        \"sickleman\"\n    ],\n    \"onye ọrịa\": [\n        \"sicklerite\"\n    ],\n    \"sickle\": [\n        \"sickles\",\n        \"sicklily\"\n    ],\n    \"ime ụlọ ọgwụ\": [\n        \"sickroom\"\n    ],\n    \"sykon\": [\n        \"sycon\"\n    ],\n    \"sykonium\": [\n        \"syconium\"\n    ],\n    \"sykonọsị\": [\n        \"syconus\"\n    ],\n    \"usoro sycophancies\": [\n        \"sycophancies\"\n    ],\n    \"sicac\": [\n        \"sicsac\"\n    ],\n    \"Siddhanta\": [\n        \"siddhanta\"\n    ],\n    \"Siddhi\": [\n        \"siddhi\"\n    ],\n    \"Siddur\": [\n        \"siddur\"\n    ],\n    \"siddu\": [\n        \"siddurs\"\n    ],\n    \"sideband\": [\n        \"sidebands\"\n    ],\n    \"akụkụ ọkpụkpụ\": [\n        \"sidebone\"\n    ],\n    \"akụkụ dị n'akụkụ\": [\n        \"sidebones\"\n    ],\n    \"n'akụkụ n'akụkụ\": [\n        \"sideburned\"\n    ],\n    \"akụkụ ahụ́\": [\n        \"sideburns\"\n    ],\n    \"n'oche oche\": [\n        \"sidechair\"\n    ],\n    \"oche oche oche\": [\n        \"sidechairs\"\n    ],\n    \"nzụkọ\": [\n        \"sidedness\",\n        \"sideness\",\n        \"squatness\"\n    ],\n    \"sideling\": [\n        \"sidelings\"\n    ],\n    \"sideling maara ihe\": [\n        \"sidelingwise\"\n    ],\n    \"Sidenote\": [\n        \"sidenote\"\n    ],\n    \"Siderean\": [\n        \"siderean\"\n    ],\n    \"Siderite\": [\n        \"siderite\"\n    ],\n    \"ergba aghara\": [\n        \"siderurgy\"\n    ],\n    \"n'akụkụ ọ bụla\": [\n        \"sidesaddles\"\n    ],\n    \"n'akụkụ ụzọ\": [\n        \"sideshow\",\n        \"sideslip\",\n        \"sideslipping\",\n        \"sidespins\",\n        \"sidesplitter\",\n        \"sidestep\",\n        \"sidestepper\",\n        \"sidesway\",\n        \"sideswipers\",\n        \"sideswipes\",\n        \"sideswiping\",\n        \"sidewinders\",\n        \"wayside\"\n    ],\n    \"akuku akuku\": [\n        \"sideshows\"\n    ],\n    \"n'akụkụ abụọ\": [\n        \"sidesplitting\",\n        \"sidestepping\",\n        \"sidesteps\",\n        \"sideswipe\",\n        \"sideswiped\",\n        \"sideswiper\"\n    ],\n    \"n'akuku n'akụkụ\": [\n        \"sidesplittingly\"\n    ],\n    \"estlọ\": [\n        \"sidestroke\"\n    ],\n    \"dị n'akụkụ ụzọ\": [\n        \"sidetrack\",\n        \"sidetracked\",\n        \"sidetracks\"\n    ],\n    \"ụzọ dị n'akụkụ\": [\n        \"sidewalk\"\n    ],\n    \"n'akụkụ akụkụ\": [\n        \"sidewalls\"\n    ],\n    \"n’akụkụ ụzọ\": [\n        \"sidewash\"\n    ],\n    \"Sidler\": [\n        \"sidler\"\n    ],\n    \"Sidlins\": [\n        \"sidlins\"\n    ],\n    \"Sidonian\": [\n        \"sidonian\"\n    ],\n    \"sie sie\": [\n        \"siecle\"\n    ],\n    \"sieableable\": [\n        \"siegeable\"\n    ],\n    \"Sieglingia\": [\n        \"sieglingia\"\n    ],\n    \"Siegurd\": [\n        \"siegurd\"\n    ],\n    \"Sienese\": [\n        \"sienese\"\n    ],\n    \"Sienite\": [\n        \"sienite\"\n    ],\n    \"Sienites\": [\n        \"sienites\"\n    ],\n    \"Sienitic\": [\n        \"sienitic\"\n    ],\n    \"sị:\": [\n        \"sier\"\n    ],\n    \"Sierozem\": [\n        \"sierozem\"\n    ],\n    \"Sierra\": [\n        \"sierra\"\n    ],\n    \"Sierran\": [\n        \"sierran\"\n    ],\n    \"Sierras\": [\n        \"sierras\"\n    ],\n    \"sie sie sieved\": [\n        \"sieved\"\n    ],\n    \"sieveive\": [\n        \"sieveful\"\n    ],\n    \"dị ka sieve\": [\n        \"sievelike\"\n    ],\n    \"sieve\": [\n        \"sieves\"\n    ],\n    \"sievụ\": [\n        \"sievings\"\n    ],\n    \"ifucha\": [\n        \"sift\"\n    ],\n    \"yọchara\": [\n        \"sifted\"\n    ],\n    \"rie ude\": [\n        \"sigh\",\n        \"sighful\",\n        \"sighingness\",\n        \"sighlike\",\n        \"sighs\"\n    ],\n    \"sụọ ude\": [\n        \"sighed\",\n        \"snooled\",\n        \"snort\",\n        \"squeaked\"\n    ],\n    \"sụaphu\": [\n        \"sighers\"\n    ],\n    \"sighing\": [\n        \"sighfully\",\n        \"sighless\",\n        \"sughing\"\n    ],\n    \"na-eze ume\": [\n        \"sighing\"\n    ],\n    \"hụrụ ụzọ\": [\n        \"sighted\"\n    ],\n    \"hụla\": [\n        \"sighten\"\n    ],\n    \"ahụghị ụzọ\": [\n        \"sightless\"\n    ],\n    \"n’enweghị anya\": [\n        \"sightlessly\",\n        \"unseeingly\"\n    ],\n    \"enweghi anya\": [\n        \"sightlessness\",\n        \"unenvied\"\n    ],\n    \"kachasị anya\": [\n        \"sightliest\"\n    ],\n    \"ihe na-ahụ ụzọ\": [\n        \"sightproof\"\n    ],\n    \"nlegharị anya\": [\n        \"sights\",\n        \"sightsaw\",\n        \"sightsee\",\n        \"sightseeing\",\n        \"sightseen\",\n        \"sightseer\",\n        \"sightseers\",\n        \"sightsees\",\n        \"vecture\"\n    ],\n    \"kwesiri iru anya\": [\n        \"sightworthy\"\n    ],\n    \"anya ruru eru\": [\n        \"sightworthiness\"\n    ],\n    \"Sịriaria\": [\n        \"sigillaria\"\n    ],\n    \"sigil\": [\n        \"sigils\"\n    ],\n    \"sigma\": [\n        \"sigmas\"\n    ],\n    \"sịkọm\": [\n        \"sigmate\"\n    ],\n    \"ihe ịrịba ama\": [\n        \"sign\",\n        \"signlike\",\n        \"signons\",\n        \"signori\",\n        \"signs\"\n    ],\n    \"mgbaama\": [\n        \"signal\",\n        \"signaled\",\n        \"signalman\",\n        \"signalmen\"\n    ],\n    \"sigise\": [\n        \"signalise\"\n    ],\n    \"mgbaàmà\": [\n        \"signalism\",\n        \"signalities\",\n        \"signalment\",\n        \"symptoms\"\n    ],\n    \"onye mgbaama\": [\n        \"signalist\"\n    ],\n    \"putara\": [\n        \"signally\",\n        \"significate\"\n    ],\n    \"binyere aka\": [\n        \"signary\",\n        \"signatary\",\n        \"signatory\"\n    ],\n    \"onye nbinye aka\": [\n        \"signator\"\n    ],\n    \"ndị binyere aka\": [\n        \"signatories\"\n    ],\n    \"mbinye aka na-erughị\": [\n        \"signatureless\"\n    ],\n    \"bịanyere aka\": [\n        \"signed\"\n    ],\n    \"signer\": [\n        \"signee\"\n    ],\n    \"ndị bịanyere aka na ya\": [\n        \"signers\"\n    ],\n    \"izu ohia\": [\n        \"signeury\"\n    ],\n    \"pụtara ihe\": [\n        \"significativeness\",\n        \"significator\",\n        \"significavit\"\n    ],\n    \"ndinye aka\": [\n        \"signiors\"\n    ],\n    \"ịma ama\": [\n        \"signorship\"\n    ],\n    \"Ugbechi\": [\n        \"sikatch\"\n    ],\n    \"silkret\": [\n        \"silcrete\"\n    ],\n    \"solanaceae\": [\n        \"silenaceae\"\n    ],\n    \"mechie ọnụ\": [\n        \"silenced\"\n    ],\n    \"silen\": [\n        \"silential\"\n    ],\n    \"Silesia\": [\n        \"silesia\"\n    ],\n    \"Silesian\": [\n        \"silesian\"\n    ],\n    \"silex\": [\n        \"silexes\"\n    ],\n    \"silex te\": [\n        \"silexite\"\n    ],\n    \"silhouette\": [\n        \"silhouetted\"\n    ],\n    \"sịlama\": [\n        \"silicam\"\n    ],\n    \"silisị\": [\n        \"silicean\"\n    ],\n    \"igbu onwe ya\": [\n        \"silicide\",\n        \"suicided\",\n        \"taenicide\",\n        \"tickicide\",\n        \"ursicide\"\n    ],\n    \"sịlịlị\": [\n        \"siliciferous\"\n    ],\n    \"sịlịl\": [\n        \"silicyl\",\n        \"silicles\"\n    ],\n    \"silisuret\": [\n        \"siliciuret\"\n    ],\n    \"ọla ọcha\": [\n        \"siliciuretted\",\n        \"siller\",\n        \"siltier\",\n        \"silverbelly\",\n        \"silverer\",\n        \"silverers\",\n        \"silverfin\",\n        \"silvery\",\n        \"silveriness\",\n        \"silverise\",\n        \"silverish\",\n        \"silverleaf\",\n        \"silverlike\",\n        \"silverling\",\n        \"silvers\",\n        \"silversides\",\n        \"silversmith\",\n        \"silvertip\",\n        \"silvervine\",\n        \"silverweed\",\n        \"silverwing\",\n        \"silvester\",\n        \"whitebill\",\n        \"whitefishes\"\n    ],\n    \"silicise\": [\n        \"silicize\"\n    ],\n    \"silik\": [\n        \"silicle\",\n        \"silicular\"\n    ],\n    \"sịlịkọn\": [\n        \"silicon\"\n    ],\n    \"siliconized\": [\n        \"siliconize\"\n    ],\n    \"silicone\": [\n        \"silicononane\"\n    ],\n    \"silicones\": [\n        \"silicons\"\n    ],\n    \"silicos\": [\n        \"silicoses\"\n    ],\n    \"sịkịlị\": [\n        \"siliculous\"\n    ],\n    \"selid\": [\n        \"sylid\"\n    ],\n    \"ịgbọ ihe\": [\n        \"syling\"\n    ],\n    \"silk\": [\n        \"silked\",\n        \"silklike\",\n        \"silkness\"\n    ],\n    \"okooko osisi silk\": [\n        \"silkflower\"\n    ],\n    \"kinggha\": [\n        \"silking\"\n    ],\n    \"silkolene\": [\n        \"silkoline\"\n    ],\n    \"nyocha silk\": [\n        \"silkscreening\"\n    ],\n    \"silks nwoke\": [\n        \"silksman\"\n    ],\n    \"okwute silk\": [\n        \"silkstone\"\n    ],\n    \"ọrụ silkw\": [\n        \"silkworks\"\n    ],\n    \"silati\": [\n        \"syllabary\"\n    ],\n    \"usoro okwu\": [\n        \"syllabarium\",\n        \"syllabical\",\n        \"syllabically\",\n        \"syllabics\",\n        \"syllabise\",\n        \"syllabography\",\n        \"syllabuses\"\n    ],\n    \"usoro akwụkwọ\": [\n        \"syllabicate\"\n    ],\n    \"nhazi okwu\": [\n        \"syllabification\"\n    ],\n    \"na-edezi asịrị\": [\n        \"syllabifies\"\n    ],\n    \"nkeji okwu\": [\n        \"syllable\",\n        \"syllables\"\n    ],\n    \"ihe gbasara ya\": [\n        \"sylleptic\"\n    ],\n    \"silley\": [\n        \"sillery\"\n    ],\n    \"siliili\": [\n        \"sillier\"\n    ],\n    \"sillill\": [\n        \"sillily\"\n    ],\n    \"nkeji asụsụ\": [\n        \"sylloge\"\n    ],\n    \"usoroasụsụ\": [\n        \"syllogisation\",\n        \"syllogizer\"\n    ],\n    \"usoro asụsụ\": [\n        \"syllogism\",\n        \"syllogistic\",\n        \"syllogistics\",\n        \"syllogization\"\n    ],\n    \"delata asụsụ\": [\n        \"syllogize\"\n    ],\n    \"sillometa\": [\n        \"sillometer\"\n    ],\n    \"silọn\": [\n        \"sillon\"\n    ],\n    \"siled\": [\n        \"siloed\"\n    ],\n    \"silifa\": [\n        \"silpha\",\n        \"silvical\"\n    ],\n    \"mkpuru okwu\": [\n        \"sylphic\"\n    ],\n    \"siphine\": [\n        \"sylphine\"\n    ],\n    \"sifa\": [\n        \"sylphon\",\n        \"siphac\"\n    ],\n    \"silurid\": [\n        \"silurids\"\n    ],\n    \"svava\": [\n        \"sylva\",\n        \"sylvas\"\n    ],\n    \"mpeanya\": [\n        \"sylvage\"\n    ],\n    \"malie\": [\n        \"sylvanize\"\n    ],\n    \"sivmatik\": [\n        \"sylvatic\"\n    ],\n    \"mkpụrụ ọlaọcha\": [\n        \"silverberries\"\n    ],\n    \"ọlaọcha ọla\": [\n        \"silverbill\"\n    ],\n    \"ọlaọcha ọlaọcha\": [\n        \"silverboom\",\n        \"silvertail\"\n    ],\n    \"isi ọlaọcha\": [\n        \"silverhead\"\n    ],\n    \"ejiri ọla ọcha\": [\n        \"silverised\"\n    ],\n    \"ịme ọla ọcha\": [\n        \"silverising\"\n    ],\n    \"achịcha ọlaọcha\": [\n        \"silverleaves\"\n    ],\n    \"enweghị ọla ọcha\": [\n        \"silverless\"\n    ],\n    \"akara ọlaọcha\": [\n        \"silverpoint\"\n    ],\n    \"ọla-ọcha\": [\n        \"silversmithing\",\n        \"silversmiths\"\n    ],\n    \"ọrụ ọlaọcha\": [\n        \"silverwork\"\n    ],\n    \"onye na-arụ ọlaọcha\": [\n        \"silverworker\"\n    ],\n    \"siliva\": [\n        \"sylvia\"\n    ],\n    \"selvian\": [\n        \"sylvian\"\n    ],\n    \"silvik\": [\n        \"silvics\"\n    ],\n    \"omenala silvic\": [\n        \"silvicultural\"\n    ],\n    \"silviculturel\": [\n        \"silviculture\"\n    ],\n    \"svipaidae\": [\n        \"sylviidae\"\n    ],\n    \"siviviana\": [\n        \"sylviinae\"\n    ],\n    \"siviwi\": [\n        \"sylviine\"\n    ],\n    \"selvinite\": [\n        \"sylvinite\"\n    ],\n    \"usoro iheomume\": [\n        \"symbions\",\n        \"symposisiums\",\n        \"timeable\",\n        \"timeling\",\n        \"timetable\"\n    ],\n    \"ihe nnọchianya\": [\n        \"symbiots\",\n        \"symbolisms\",\n        \"symbolizer\",\n        \"symbololatry\"\n    ],\n    \"simplot\": [\n        \"simblot\"\n    ],\n    \"simbl\": [\n        \"simblum\"\n    ],\n    \"ihe nnọchi anya\": [\n        \"symbolizations\"\n    ],\n    \"ihe omumu ihe omuma\": [\n        \"symbologist\"\n    ],\n    \"simon\": [\n        \"simcon\",\n        \"simmon\",\n        \"simony\",\n        \"simonious\",\n        \"simonize\",\n        \"simonized\"\n    ],\n    \"similita\": [\n        \"similiter\"\n    ],\n    \"similitudine\": [\n        \"similitudinize\"\n    ],\n    \"scimitar\": [\n        \"simitar\"\n    ],\n    \"simkin\": [\n        \"simlin\",\n        \"simling\",\n        \"simlins\"\n    ],\n    \"simm gbara\": [\n        \"simmered\"\n    ],\n    \"onye simonist\": [\n        \"simonist\"\n    ],\n    \"ndị simonists\": [\n        \"simonists\"\n    ],\n    \"ime ka ihe\": [\n        \"simonizing\"\n    ],\n    \"na-enwe ọmịiko\": [\n        \"sympathies\",\n        \"sympathizes\",\n        \"sympathizingly\"\n    ],\n    \"onye nwere ọmịiko\": [\n        \"sympathiser\",\n        \"sympathizer\"\n    ],\n    \"ndị na-egosi ọmịiko\": [\n        \"sympathizers\"\n    ],\n    \"sirop\": [\n        \"sympatric\",\n        \"sympus\",\n        \"syrup\",\n        \"siruped\",\n        \"syruped\",\n        \"syruper\",\n        \"syrupy\",\n        \"syruplike\",\n        \"syrups\",\n        \"syrus\"\n    ],\n    \"nchịkọta egwu\": [\n        \"symphilism\",\n        \"symphony\"\n    ],\n    \"n'usoro ihe omuma\": [\n        \"sympodially\"\n    ],\n    \"usoro isiokwu\": [\n        \"symposiums\"\n    ],\n    \"nziputa\": [\n        \"symptom\"\n    ],\n    \"symptomatic\": [\n        \"symptomatical\"\n    ],\n    \"symptomatic ness\": [\n        \"symptomaticness\"\n    ],\n    \"ihe mgbaàmà\": [\n        \"symptomatics\",\n        \"symptomical\"\n    ],\n    \"gosipụta ọrịa\": [\n        \"symptomatize\"\n    ],\n    \"gosi mgbaàmà\": [\n        \"symptomize\"\n    ],\n    \"enweghị mgbaàmà\": [\n        \"symptomless\"\n    ],\n    \"ịme anwansị\": [\n        \"simulating\",\n        \"simulation\"\n    ],\n    \"imekotaotuugbo\": [\n        \"simultaneous\"\n    ],\n    \"n'out oge\": [\n        \"simultaneously\"\n    ],\n    \"synaesthesia\": [\n        \"synaesthesis\"\n    ],\n    \"synagogue\": [\n        \"synagogal\"\n    ],\n    \"nzukọ uka\": [\n        \"synagogism\",\n        \"unchurch\"\n    ],\n    \"onye na-ekwu okwuchukwu\": [\n        \"synagogist\"\n    ],\n    \"sinaị\": [\n        \"sinaic\"\n    ],\n    \"Ndakọrịta\": [\n        \"synallagmatic\",\n        \"synchondoses\",\n        \"synchondrosial\"\n    ],\n    \"snaptai\": [\n        \"synaptai\"\n    ],\n    \"snapte\": [\n        \"synapte\"\n    ],\n    \"snaptera\": [\n        \"synaptera\"\n    ],\n    \"snapterous\": [\n        \"synapterous\"\n    ],\n    \"ime mmehie\": [\n        \"sinarchism\",\n        \"sinward\"\n    ],\n    \"onye na-eme mmehie\": [\n        \"sinarchist\"\n    ],\n    \"syniskidian\": [\n        \"synascidian\"\n    ],\n    \"kemgbe\": [\n        \"since\",\n        \"sincerer\",\n        \"sincerest\"\n    ],\n    \"gakọrịta\": [\n        \"synchronise\",\n        \"synchronize\"\n    ],\n    \"akwa nsị\": [\n        \"sinciputs\"\n    ],\n    \"ọrịa nkwonkwo\": [\n        \"synderesis\",\n        \"syndesmosis\",\n        \"syndromic\"\n    ],\n    \"ọrịa syndes\": [\n        \"syndeses\"\n    ],\n    \"ọrịa syndesmectopia\": [\n        \"syndesmectopia\"\n    ],\n    \"syndesmografia\": [\n        \"syndesmography\"\n    ],\n    \"ọrịa syndesmoplasty\": [\n        \"syndesmoplasty\"\n    ],\n    \"syndetị\": [\n        \"syndetically\"\n    ],\n    \"ndnyekwere\": [\n        \"syndyasmian\"\n    ],\n    \"syndical\": [\n        \"syndicalist\"\n    ],\n    \"tinye iwu\": [\n        \"syndicalize\"\n    ],\n    \"syndicate\": [\n        \"syndicat\",\n        \"syndicated\",\n        \"syndicateer\"\n    ],\n    \"ndị syndicates\": [\n        \"syndicates\"\n    ],\n    \"ọrịa syndrome\": [\n        \"syndrome\"\n    ],\n    \"synekologi\": [\n        \"synecologic\",\n        \"synecologically\"\n    ],\n    \"na njikọta\": [\n        \"synectically\"\n    ],\n    \"synergidenụ\": [\n        \"synergid\"\n    ],\n    \"sineine\": [\n        \"sinewed\"\n    ],\n    \"sineing\": [\n        \"sinewing\"\n    ],\n    \"na nmehie\": [\n        \"sinfully\"\n    ],\n    \"Singapore\": [\n        \"singapore\"\n    ],\n    \"Singey\": [\n        \"singey\"\n    ],\n    \"syngeneiki\": [\n        \"syngeneic\",\n        \"syngenic\"\n    ],\n    \"ndị na-abụ abụ\": [\n        \"singeress\",\n        \"singers\"\n    ],\n    \"Singillatim\": [\n        \"singillatim\"\n    ],\n    \"otu obi\": [\n        \"singlehearted\",\n        \"singleheartedly\",\n        \"singleheartedness\"\n    ],\n    \"ọkwọ\": [\n        \"singler\"\n    ],\n    \"ndi otu\": [\n        \"singles\"\n    ],\n    \"umu nnem\": [\n        \"singlings\"\n    ],\n    \"na-egwu abu\": [\n        \"singsing\"\n    ],\n    \"kpọọ otu\": [\n        \"singularist\"\n    ],\n    \"ukwo\": [\n        \"singult\"\n    ],\n    \"singultus\": [\n        \"singultuses\"\n    ],\n    \"sinan\": [\n        \"sinian\"\n    ],\n    \"Sonic\": [\n        \"sinic\",\n        \"sonic\"\n    ],\n    \"ịme mmehie\": [\n        \"sinicization\"\n    ],\n    \"na-eme mmehie\": [\n        \"sinicizes\",\n        \"sinicizing\"\n    ],\n    \"enweghị mmehie\": [\n        \"sinisterness\",\n        \"sinistrous\",\n        \"sinistruous\",\n        \"sinless\",\n        \"sinlessly\",\n        \"sinlessness\"\n    ],\n    \"sinistally\": [\n        \"sinistrally\"\n    ],\n    \"n'emeghị mmehie\": [\n        \"sinistrously\",\n        \"uncontemningly\"\n    ],\n    \"nsikpu\": [\n        \"sinkage\"\n    ],\n    \"miri\": [\n        \"sinkerless\"\n    ],\n    \"ndị na-akersụ mmanya\": [\n        \"sinkers\"\n    ],\n    \"na-adịghị efere\": [\n        \"sinkless\"\n    ],\n    \"dị ka sink\": [\n        \"sinklike\"\n    ],\n    \"okwute miri\": [\n        \"sinkstone\"\n    ],\n    \"onye mmehie\": [\n        \"sinner\",\n        \"sintoist\"\n    ],\n    \"ndị mmehie\": [\n        \"sinners\"\n    ],\n    \"nmehie\": [\n        \"sinnership\"\n    ],\n    \"onye synodalist\": [\n        \"synodalist\"\n    ],\n    \"sinodian\": [\n        \"synodian\"\n    ],\n    \"ndị synods\": [\n        \"synodsmen\"\n    ],\n    \"zie ozi ọma\": [\n        \"synoecize\"\n    ],\n    \"synonised\": [\n        \"synonymised\"\n    ],\n    \"synonymi\": [\n        \"synonymized\"\n    ],\n    \"synonymous\": [\n        \"synonymizing\"\n    ],\n    \"Okwu oyiri\": [\n        \"synonyms\"\n    ],\n    \"sinon\": [\n        \"sinonism\"\n    ],\n    \"Ngbanwee\": [\n        \"sinophile\"\n    ],\n    \"atụgharịrị\": [\n        \"synopsised\",\n        \"turnstile\"\n    ],\n    \"sinore mmụọ\": [\n        \"sinorespiratory\"\n    ],\n    \"siniga\": [\n        \"sinsiga\"\n    ],\n    \"syntacific\": [\n        \"syntactially\"\n    ],\n    \"sịntetik\": [\n        \"syntactic\",\n        \"syntactically\",\n        \"synthetic\",\n        \"synthetical\",\n        \"synthetically\",\n        \"syntheticism\",\n        \"syntheticness\",\n        \"synthetics\",\n        \"syntonical\",\n        \"unsyntactically\"\n    ],\n    \"sịntịkal\": [\n        \"syntactical\"\n    ],\n    \"sịntetị\": [\n        \"syntactician\"\n    ],\n    \"arụrụ\": [\n        \"syntactics\"\n    ],\n    \"sint\": [\n        \"sintered\"\n    ],\n    \"synthese\": [\n        \"syntheses\",\n        \"synthesise\"\n    ],\n    \"Achịkọtara\": [\n        \"synthesized\",\n        \"unsynthesised\"\n    ],\n    \"synthesiing\": [\n        \"synthesizing\",\n        \"synthetising\"\n    ],\n    \"sịntịktị\": [\n        \"syntomy\"\n    ],\n    \"sinoon\": [\n        \"syntony\"\n    ],\n    \"koonon\": [\n        \"syntonous\"\n    ],\n    \"sịntrophoblastic\": [\n        \"syntrophoblastic\"\n    ],\n    \"sinu\": [\n        \"sinuatedentate\",\n        \"sinuation\",\n        \"sinuous\"\n    ],\n    \"yiri ka mmehie\": [\n        \"sinuslike\"\n    ],\n    \"syphilis\": [\n        \"syphilid\",\n        \"syphilide\"\n    ],\n    \"ọkà mmụta ọgwụ syphilido\": [\n        \"syphilidologist\"\n    ],\n    \"syphilophobia\": [\n        \"syphiliphobia\",\n        \"syphilophobe\",\n        \"syphilophobic\"\n    ],\n    \"ọkà mmụta banyere mmiri ara ehi\": [\n        \"syphilologist\"\n    ],\n    \"siphon\": [\n        \"syphon\"\n    ],\n    \"siphunculat\": [\n        \"siphunculated\"\n    ],\n    \"ịpingụ mmanya\": [\n        \"siping\"\n    ],\n    \"siing\": [\n        \"sipling\"\n    ],\n    \"sipa\": [\n        \"sipper\"\n    ],\n    \"nwem\": [\n        \"sir\"\n    ],\n    \"siren\": [\n        \"syren\"\n    ],\n    \"siirin\": [\n        \"sirene\"\n    ],\n    \"sirenik\": [\n        \"sirenic\"\n    ],\n    \"ịrenụ siren\": [\n        \"sirening\"\n    ],\n    \"siren dị\": [\n        \"sirenlike\"\n    ],\n    \"sirenomelia\": [\n        \"sirenomelus\"\n    ],\n    \"sirens\": [\n        \"syrens\",\n        \"sires\"\n    ],\n    \"syretị\": [\n        \"syrette\"\n    ],\n    \"onye ochichi syriacist\": [\n        \"syriacist\"\n    ],\n    \"Sirian\": [\n        \"sirian\",\n        \"siryan\",\n        \"syrian\",\n        \"syrianic\"\n    ],\n    \"sirianyani\": [\n        \"sirianian\"\n    ],\n    \"chirianize\": [\n        \"syrianize\"\n    ],\n    \"ndị Siria\": [\n        \"syrians\"\n    ],\n    \"Siryani\": [\n        \"syryenian\"\n    ],\n    \"sirinji\": [\n        \"syringa\",\n        \"syringas\",\n        \"syringe\",\n        \"syringeal\",\n        \"syringed\",\n        \"syringes\",\n        \"syringin\",\n        \"syringing\",\n        \"syringitis\",\n        \"syrringed\"\n    ],\n    \"sirinadenous\": [\n        \"syringadenous\"\n    ],\n    \"sirinjicoele\": [\n        \"syringocoele\"\n    ],\n    \"sirinjinomy\": [\n        \"syringotomy\"\n    ],\n    \"ọkà mmụta banyere mmiri ọgwụ\": [\n        \"syriologist\"\n    ],\n    \"Siram\": [\n        \"syrmian\"\n    ],\n    \"Siros\": [\n        \"siros\"\n    ],\n    \"syrphian\": [\n        \"syrphians\"\n    ],\n    \"Ndị nwe\": [\n        \"sirs\"\n    ],\n    \"ciruelas\": [\n        \"siruelas\"\n    ],\n    \"siropiness\": [\n        \"syrupiness\"\n    ],\n    \"sis\": [\n        \"sisal\",\n        \"sisel\"\n    ],\n    \"agbaa\": [\n        \"sissified\",\n        \"vesselled\"\n    ],\n    \"obiako\": [\n        \"sissyism\"\n    ],\n    \"hazi\": [\n        \"systematic\"\n    ],\n    \"onye sistemụ\": [\n        \"systematist\"\n    ],\n    \"sistins\": [\n        \"sistency\"\n    ],\n    \"ụmụnne nwanyị\": [\n        \"sisterhoods\",\n        \"sisters\"\n    ],\n    \"nwannem nwanyi\": [\n        \"sisterless\"\n    ],\n    \"sistrum\": [\n        \"sistrums\"\n    ],\n    \"nọdụ ala\": [\n        \"sit\",\n        \"sitfast\",\n        \"sithes\"\n    ],\n    \"ndị na-anọdụ ala\": [\n        \"sitarists\"\n    ],\n    \"sitatunga\": [\n        \"sitatungas\"\n    ],\n    \"saịtị\": [\n        \"site\",\n        \"sites\"\n    ],\n    \"sittella\": [\n        \"sitella\"\n    ],\n    \"Sitophobia\": [\n        \"sitophobia\"\n    ],\n    \"Sitophobic\": [\n        \"sitophobic\"\n    ],\n    \"etiede\": [\n        \"sits\"\n    ],\n    \"nnọchie\": [\n        \"sittee\"\n    ],\n    \"n'ọnọdụ\": [\n        \"situationally\",\n        \"substitutingly\",\n        \"substitutionally\"\n    ],\n    \"nọdụ ọdụ\": [\n        \"situses\"\n    ],\n    \"ịnọdụ\": [\n        \"situtunga\"\n    ],\n    \"igele\": [\n        \"siuslaw\"\n    ],\n    \"okeokwu\": [\n        \"sivatherium\"\n    ],\n    \"sivers\": [\n        \"sivvens\"\n    ],\n    \"sụrụ asacha\": [\n        \"siwashed\"\n    ],\n    \"isii\": [\n        \"six\",\n        \"sixer\",\n        \"sixes\",\n        \"sixgun\",\n        \"sixing\",\n        \"sixish\",\n        \"sixmo\",\n        \"sixmos\",\n        \"sixpence\",\n        \"sixsome\",\n        \"sixte\"\n    ],\n    \"ụkwụ isii\": [\n        \"sixfoil\"\n    ],\n    \"okpukpu isii\": [\n        \"sixfold\",\n        \"sixfolds\",\n        \"sixscore\"\n    ],\n    \"isiihaend\": [\n        \"sixhaend\"\n    ],\n    \"isii nke isii\": [\n        \"sixpences\"\n    ],\n    \"nke iri na isii\": [\n        \"sixteenth\",\n        \"sixteenthly\"\n    ],\n    \"nke iri isii\": [\n        \"sixthet\",\n        \"sixtieths\",\n        \"sixtine\"\n    ],\n    \"iri isii\": [\n        \"sixty\",\n        \"sixties\",\n        \"sixtyfold\",\n        \"sixtypenny\"\n    ],\n    \"sazas\": [\n        \"sizars\"\n    ],\n    \"siza\": [\n        \"sizer\"\n    ],\n    \"Udogbe\": [\n        \"siziests\",\n        \"sizinesses\",\n        \"smockings\",\n        \"whelphood\",\n        \"whimbrels\",\n        \"whittrets\"\n    ],\n    \"sizili\": [\n        \"sizzle\",\n        \"sizzled\"\n    ],\n    \"sizzing\": [\n        \"sizzling\",\n        \"sizzlingly\"\n    ],\n    \"Ezenwa\": [\n        \"sjaak\"\n    ],\n    \"skag\": [\n        \"skags\"\n    ],\n    \"kpọdaa\": [\n        \"skate\",\n        \"underspend\"\n    ],\n    \"skatebọdụ\": [\n        \"skateboards\"\n    ],\n    \"skate mobile\": [\n        \"skatemobile\"\n    ],\n    \"skates\": [\n        \"skatikas\"\n    ],\n    \"skatium\": [\n        \"skatiku\"\n    ],\n    \"skatụ\": [\n        \"skatings\"\n    ],\n    \"skatol\": [\n        \"skatols\"\n    ],\n    \"skean\": [\n        \"skeanes\"\n    ],\n    \"skeeti\": [\n        \"skeech\"\n    ],\n    \"skeel\": [\n        \"skeely\"\n    ],\n    \"skeen tie\": [\n        \"skeenyie\"\n    ],\n    \"skeesick\": [\n        \"skeesicks\"\n    ],\n    \"sita\": [\n        \"skeeters\",\n        \"slier\",\n        \"sutter\"\n    ],\n    \"Okechukwu Ubam\": [\n        \"skeezicks\"\n    ],\n    \"ikwosi\": [\n        \"skeigh\"\n    ],\n    \"skey\": [\n        \"skeyting\"\n    ],\n    \"skeletogenic\": [\n        \"skeletogenous\"\n    ],\n    \"onye nka\": [\n        \"skeller\"\n    ],\n    \"skeli\": [\n        \"skelly\"\n    ],\n    \"skelp\": [\n        \"skelper\"\n    ],\n    \"Skill\": [\n        \"skeltered\"\n    ],\n    \"skelịa\": [\n        \"skeltering\"\n    ],\n    \"skelter\": [\n        \"skelters\"\n    ],\n    \"skeri\": [\n        \"skerry\"\n    ],\n    \"osise\": [\n        \"sketching\",\n        \"sketchingly\",\n        \"sketchist\"\n    ],\n    \"ise dị ka\": [\n        \"sketchlike\"\n    ],\n    \"skewback\": [\n        \"skewbacked\"\n    ],\n    \"skeweri\": [\n        \"skewerer\"\n    ],\n    \"skewn\": [\n        \"skewness\"\n    ],\n    \"Owee\": [\n        \"skewwhiff\"\n    ],\n    \"skai\": [\n        \"ski\"\n    ],\n    \"sablere\": [\n        \"skiable\"\n    ],\n    \"skụba\": [\n        \"skiagram\"\n    ],\n    \"onye na-agagharị agagharị\": [\n        \"skiagrapher\",\n        \"waygoer\"\n    ],\n    \"igwu ski\": [\n        \"skiagraphic\"\n    ],\n    \"skagraphical\": [\n        \"skiagraphical\"\n    ],\n    \"skagraphically\": [\n        \"skiagraphically\"\n    ],\n    \"skamachy\": [\n        \"skiamachy\"\n    ],\n    \"skiaspe\": [\n        \"skiascope\"\n    ],\n    \"skai bobber\": [\n        \"skibobber\"\n    ],\n    \"skiblastị\": [\n        \"skibslast\"\n    ],\n    \"ugbo elu igwe\": [\n        \"skycraft\"\n    ],\n    \"skidled\": [\n        \"skidded\"\n    ],\n    \"ndị skid\": [\n        \"skidders\"\n    ],\n    \"skiddoo\": [\n        \"skiddooed\"\n    ],\n    \"skidooing\": [\n        \"skiddooing\"\n    ],\n    \"skidoos\": [\n        \"skiddoos\"\n    ],\n    \"skydied\": [\n        \"skydived\"\n    ],\n    \"ndị Skydivers\": [\n        \"skydivers\"\n    ],\n    \"skid\": [\n        \"skids\"\n    ],\n    \"skyedị\": [\n        \"skyed\"\n    ],\n    \"sker\": [\n        \"skier\"\n    ],\n    \"skushi\": [\n        \"skiff\"\n    ],\n    \"skiff\": [\n        \"skiffling\"\n    ],\n    \"skift\": [\n        \"skyfte\"\n    ],\n    \"skyhook\": [\n        \"skyhoot\"\n    ],\n    \"Ngabiga\": [\n        \"skiings\",\n        \"swing\",\n        \"swinging\"\n    ],\n    \"skis\": [\n        \"skiis\"\n    ],\n    \"gbapụrụ n'eluigwe\": [\n        \"skyjacked\"\n    ],\n    \"ndị na-ekiri mbara igwe\": [\n        \"skyjackers\"\n    ],\n    \"ikuku igwe\": [\n        \"skyjacking\"\n    ],\n    \"Ndị na-agba ọsọ skire\": [\n        \"skijorers\"\n    ],\n    \"jiri nkà\": [\n        \"skilfully\",\n        \"skillfully\"\n    ],\n    \"ọkụ ihu igwe\": [\n        \"skylights\"\n    ],\n    \"dị ka mbara igwe\": [\n        \"skylike\"\n    ],\n    \"nke gbara mbara igwe\": [\n        \"skylined\"\n    ],\n    \"enweghị skil\": [\n        \"skilless\"\n    ],\n    \"skilletfish\": [\n        \"skilletfishes\"\n    ],\n    \"skillet\": [\n        \"skillets\"\n    ],\n    \"onye isi igwe\": [\n        \"skyman\"\n    ],\n    \"skim gbara\": [\n        \"skimmed\",\n        \"skimped\"\n    ],\n    \"ndị skim\": [\n        \"skimmers\"\n    ],\n    \"skim na-efegharị\": [\n        \"skimming\"\n    ],\n    \"ojiaka\": [\n        \"skimmity\"\n    ],\n    \"skim\": [\n        \"skims\"\n    ],\n    \"anụahụ\": [\n        \"skin\",\n        \"skun\"\n    ],\n    \"ịkpụcha akpụkpọ anụ\": [\n        \"skinflick\"\n    ],\n    \"akpụkpọ isi\": [\n        \"skinhead\"\n    ],\n    \"ndị na-acha akpụkpọ anụ\": [\n        \"skinkers\"\n    ],\n    \"enweghị akpụkpọ anụ\": [\n        \"skinless\"\n    ],\n    \"gbaa akpụkpọ\": [\n        \"skinned\"\n    ],\n    \"kpụcha akpụkpọ anụ\": [\n        \"skinning\"\n    ],\n    \"skint\": [\n        \"skintling\"\n    ],\n    \"kpaịa\": [\n        \"skipbrain\"\n    ],\n    \"skoo\": [\n        \"skipetar\"\n    ],\n    \"igwu skipjacks\": [\n        \"skipjacks\"\n    ],\n    \"awụgharị\": [\n        \"skipping\",\n        \"unstreaming\"\n    ],\n    \"wuli elu\": [\n        \"skipple\"\n    ],\n    \"iwụlii\": [\n        \"skippund\"\n    ],\n    \"igwuiwu\": [\n        \"skiptail\"\n    ],\n    \"Skyrgaliard\": [\n        \"skyrgaliard\"\n    ],\n    \"skir\": [\n        \"skirled\"\n    ],\n    \"Skirls\": [\n        \"skirls\"\n    ],\n    \"sikwuogu ike\": [\n        \"skirmish\"\n    ],\n    \"skyroket\": [\n        \"skyrocket\"\n    ],\n    \"gbarue elu\": [\n        \"skyrocketed\"\n    ],\n    \"sket\": [\n        \"skirrs\",\n        \"skirt\",\n        \"slirt\"\n    ],\n    \"sket uwe\": [\n        \"skirtboard\"\n    ],\n    \"skir doro\": [\n        \"skirted\",\n        \"skirter\"\n    ],\n    \"Skirty\": [\n        \"skirty\"\n    ],\n    \"Skirtingly anya\": [\n        \"skirtingly\"\n    ],\n    \"skirings\": [\n        \"skirtings\"\n    ],\n    \"dị ka sket\": [\n        \"skirtlike\"\n    ],\n    \"skyscraper\": [\n        \"skyscrape\"\n    ],\n    \"yslọ elu elu igwe\": [\n        \"skyscrapers\"\n    ],\n    \"skita\": [\n        \"skiter\",\n        \"skither\",\n        \"skiting\"\n    ],\n    \"skittishly\": [\n        \"skitishly\"\n    ],\n    \"Onye na-agba oso\": [\n        \"skitter\"\n    ],\n    \"Onye ije ije\": [\n        \"skitterier\"\n    ],\n    \"Onye ije\": [\n        \"skitteriest\"\n    ],\n    \"itgba ọsọ\": [\n        \"skittering\"\n    ],\n    \"skitlọ ndị gara aga\": [\n        \"skitters\"\n    ],\n    \"Skitty\": [\n        \"skitty\"\n    ],\n    \"Skittles\": [\n        \"skittled\",\n        \"skittler\",\n        \"skittles\",\n        \"skittling\"\n    ],\n    \"skuru\": [\n        \"skiver\"\n    ],\n    \"Ndị na-agba ọsọ\": [\n        \"skivers\"\n    ],\n    \"sketi\": [\n        \"sklate\"\n    ],\n    \"sklent\": [\n        \"sklented\"\n    ],\n    \"sklen\": [\n        \"sklents\"\n    ],\n    \"Skokiaan\": [\n        \"skokiaan\"\n    ],\n    \"konye\": [\n        \"skouth\"\n    ],\n    \"Skreigh\": [\n        \"skreigh\"\n    ],\n    \"skulker\": [\n        \"skulkers\"\n    ],\n    \"skul\": [\n        \"skulled\"\n    ],\n    \"okpokoro okpokoro isi\": [\n        \"skullfish\"\n    ],\n    \"skonku\": [\n        \"skunk\",\n        \"skunkery\",\n        \"skunkhead\",\n        \"skunkish\"\n    ],\n    \"ụgwọ skonku\": [\n        \"skunkbill\"\n    ],\n    \"skunked\": [\n        \"skunkdom\"\n    ],\n    \"skkun\": [\n        \"skunks\"\n    ],\n    \"slab\": [\n        \"slabbed\",\n        \"slabbers\",\n        \"slabness\"\n    ],\n    \"slabbo\": [\n        \"slabber\"\n    ],\n    \"Ikegbula\": [\n        \"slabbered\"\n    ],\n    \"slabo ovu\": [\n        \"slabbery\"\n    ],\n    \"Na-ama ụra\": [\n        \"slabbering\"\n    ],\n    \"slacking\": [\n        \"slackening\"\n    ],\n    \"slacky\": [\n        \"slackingly\"\n    ],\n    \"gggha\": [\n        \"slaggability\",\n        \"slaggable\"\n    ],\n    \"slag\": [\n        \"slagged\",\n        \"slagging\"\n    ],\n    \"Enweghị slag\": [\n        \"slagless\",\n        \"slaglessness\"\n    ],\n    \"slavable\": [\n        \"slayable\"\n    ],\n    \"ndị na-egbu mmadụ\": [\n        \"slayers\",\n        \"stabbers\"\n    ],\n    \"slaita\": [\n        \"slaister\"\n    ],\n    \"slaley\": [\n        \"slaistery\"\n    ],\n    \"slakes enweghị\": [\n        \"slakeless\"\n    ],\n    \"slaka\": [\n        \"slaker\"\n    ],\n    \"slamkpu\": [\n        \"slampant\"\n    ],\n    \"ndị nkwutọ\": [\n        \"slanderers\"\n    ],\n    \"mgboonu\": [\n        \"slang\",\n        \"slanginess\",\n        \"slangous\",\n        \"slank\"\n    ],\n    \"Mgboonu\": [\n        \"slangy\",\n        \"slangier\",\n        \"slangiest\",\n        \"slangism\",\n        \"slangs\",\n        \"slangster\",\n        \"slanguage\",\n        \"slangular\",\n        \"slangwhang\"\n    ],\n    \"slantallar\": [\n        \"slantindicular\"\n    ],\n    \"slaịkọtasị\": [\n        \"slantindicularly\"\n    ],\n    \"slanting\": [\n        \"slantingly\"\n    ],\n    \"slan\": [\n        \"slants\"\n    ],\n    \"slapịpị\": [\n        \"slaphappy\"\n    ],\n    \"slapappier\": [\n        \"slaphappier\"\n    ],\n    \"mara ụra\": [\n        \"slapped\"\n    ],\n    \"slapick\": [\n        \"slapstick\",\n        \"slapsticky\",\n        \"slapsticks\"\n    ],\n    \"wepụrụ ebubo\": [\n        \"slare\",\n        \"slate\"\n    ],\n    \"Ezigbo nri ike\": [\n        \"slartibartfast\"\n    ],\n    \"slashị\": [\n        \"slashers\",\n        \"slashing\"\n    ],\n    \"slaịl\": [\n        \"slashy\"\n    ],\n    \"Sleeeti\": [\n        \"slateful\"\n    ],\n    \"slatiyard\": [\n        \"slateyard\"\n    ],\n    \"latgbagharị\": [\n        \"slatemaking\"\n    ],\n    \"slate\": [\n        \"slates\"\n    ],\n    \"ndị slather\": [\n        \"slathers\"\n    ],\n    \"slata\": [\n        \"slatier\"\n    ],\n    \"sllatary\": [\n        \"slatter\"\n    ],\n    \"slatụ\": [\n        \"slattered\"\n    ],\n    \"sllat\": [\n        \"slattery\"\n    ],\n    \"slaịtọ\": [\n        \"slatterns\"\n    ],\n    \"igbummadu\": [\n        \"slaughter\"\n    ],\n    \"ebe ogbugbu\": [\n        \"slaughterhouse\",\n        \"slaughteryard\"\n    ],\n    \"kegbula\": [\n        \"slaughterously\"\n    ],\n    \"ohu ohu\": [\n        \"slaveholding\"\n    ],\n    \"slava\": [\n        \"slavey\",\n        \"slaver\",\n        \"slavered\"\n    ],\n    \"dị ka ohu\": [\n        \"slavelike\"\n    ],\n    \"slavel\": [\n        \"slaveling\"\n    ],\n    \"Inwe ohu\": [\n        \"slaveownership\"\n    ],\n    \"mkpịsị ode ohu\": [\n        \"slavepen\"\n    ],\n    \"ndị na-egbu ya\": [\n        \"slaverers\"\n    ],\n    \"Slavian\": [\n        \"slavian\"\n    ],\n    \"Slav\": [\n        \"slavish\"\n    ],\n    \"gbuegbue\": [\n        \"slavishness\"\n    ],\n    \"mgbegbụrụ\": [\n        \"slavocratic\"\n    ],\n    \"Slavonian\": [\n        \"slavonian\"\n    ],\n    \"Mgbe ọ bụla\": [\n        \"slavonically\"\n    ],\n    \"slavoniz\": [\n        \"slavonize\"\n    ],\n    \"slabophile\": [\n        \"slavophile\"\n    ],\n    \"slabophilism\": [\n        \"slavophilism\"\n    ],\n    \"slabophobist\": [\n        \"slavophobist\"\n    ],\n    \"slav\": [\n        \"slavs\",\n        \"slaws\"\n    ],\n    \"slaw bank\": [\n        \"slawbank\"\n    ],\n    \"nnawɔtwe\": [\n        \"sleaziness\"\n    ],\n    \"sledled\": [\n        \"sledded\"\n    ],\n    \"Sledder\": [\n        \"sledder\"\n    ],\n    \"Ndị na-azụ ahịa\": [\n        \"sledders\"\n    ],\n    \"ledgha\": [\n        \"sledding\",\n        \"sleddings\"\n    ],\n    \"sled zuru\": [\n        \"sledful\"\n    ],\n    \"Na-amakwa\": [\n        \"sledgehammers\"\n    ],\n    \"sled dị ka\": [\n        \"sledlike\"\n    ],\n    \"Sleds\": [\n        \"sleds\"\n    ],\n    \"agbaru\": [\n        \"sleeked\"\n    ],\n    \"sleek\": [\n        \"sleeken\",\n        \"sleeker\"\n    ],\n    \"Umegbe\": [\n        \"sleekens\",\n        \"smockface\",\n        \"snudge\"\n    ],\n    \"sụlelị\": [\n        \"sleekness\"\n    ],\n    \"sụọlịk\": [\n        \"sleeks\"\n    ],\n    \"arahụ ụra\": [\n        \"sleepered\"\n    ],\n    \"rahụọ\": [\n        \"sleepify\"\n    ],\n    \"ụra na-ehi ụra\": [\n        \"sleepyheads\"\n    ],\n    \"ehighị ụra\": [\n        \"sleepless\",\n        \"sleeplessness\",\n        \"unasleep\",\n        \"unsleepy\",\n        \"unsleeping\"\n    ],\n    \"dị ka ụra\": [\n        \"sleeplike\"\n    ],\n    \"uwe ụra\": [\n        \"sleepwear\"\n    ],\n    \"ihiala\": [\n        \"sleeted\"\n    ],\n    \"sunday\": [\n        \"sleeting\"\n    ],\n    \"aka uwe\": [\n        \"sleeveboard\",\n        \"sleeved\",\n        \"sleevelike\",\n        \"sleeves\"\n    ],\n    \"uwe na-enweghị aka\": [\n        \"sleeveless\"\n    ],\n    \"igbu-egbu\": [\n        \"sleever\"\n    ],\n    \"egburu\": [\n        \"sleided\",\n        \"wasted\"\n    ],\n    \"gbue egbu\": [\n        \"sleyed\"\n    ],\n    \"Ndị sleig\": [\n        \"sleighers\"\n    ],\n    \"sleigh\": [\n        \"sleight\"\n    ],\n    \"sleight\": [\n        \"sleighty\"\n    ],\n    \"ịdị-mkpa\": [\n        \"sleightness\"\n    ],\n    \"sley\": [\n        \"sleying\"\n    ],\n    \"Sdịndang\": [\n        \"slendang\"\n    ],\n    \"dị gịrịgịrị\": [\n        \"slender\",\n        \"slenderish\",\n        \"slenderize\",\n        \"slenderized\",\n        \"slenderizing\",\n        \"slenderly\",\n        \"slenderness\"\n    ],\n    \"na-eme ka ihe nzuzu\": [\n        \"slenderizes\"\n    ],\n    \"rahuru ụra\": [\n        \"slept\"\n    ],\n    \"gbagbue\": [\n        \"sleuthed\",\n        \"squinched\"\n    ],\n    \"dị ka sleuth\": [\n        \"sleuthlike\"\n    ],\n    \"slawer\": [\n        \"slewer\"\n    ],\n    \"Nwuonu\": [\n        \"slewingslews\"\n    ],\n    \"nkwafu\": [\n        \"slich\",\n        \"slick\",\n        \"spills\"\n    ],\n    \"slacht\": [\n        \"slicht\"\n    ],\n    \"ileda\": [\n        \"slickenside\"\n    ],\n    \"ịkwa amị\": [\n        \"slickery\"\n    ],\n    \"amị amị\": [\n        \"slickest\",\n        \"slipperyback\",\n        \"slivery\"\n    ],\n    \"ịpịa\": [\n        \"slicking\"\n    ],\n    \"ịdị ire\": [\n        \"slickness\"\n    ],\n    \"nkume slickstone\": [\n        \"slickstone\"\n    ],\n    \"slide\": [\n        \"slided\",\n        \"slides\"\n    ],\n    \"mmịfe\": [\n        \"slider\",\n        \"slidingness\"\n    ],\n    \"eji eji\": [\n        \"sliding\",\n        \"usance\"\n    ],\n    \"slidomita\": [\n        \"slidometer\"\n    ],\n    \"slịyer\": [\n        \"slyer\"\n    ],\n    \"nwetụrụ\": [\n        \"slighted\",\n        \"slightest\",\n        \"slighty\",\n        \"vittled\"\n    ],\n    \"uda\": [\n        \"slightiest\",\n        \"sound\",\n        \"sounder\",\n        \"soundest\",\n        \"specky\"\n    ],\n    \"nwetụ\": [\n        \"slightily\",\n        \"slightingly\"\n    ],\n    \"nwetụrụ ihe\": [\n        \"slighting\",\n        \"somewhatness\"\n    ],\n    \"nwetakwu\": [\n        \"slightish\"\n    ],\n    \"eji aghụghọ\": [\n        \"slyly\"\n    ],\n    \"ebughibu\": [\n        \"slim\",\n        \"sliminess\",\n        \"slimline\",\n        \"slimness\",\n        \"slimsy\"\n    ],\n    \"slimọn\": [\n        \"slimemen\"\n    ],\n    \"slimish\": [\n        \"slimishness\"\n    ],\n    \"sliming\": [\n        \"slimming\"\n    ],\n    \"slim\": [\n        \"slims\"\n    ],\n    \"èbè\": [\n        \"sling\",\n        \"slinge\",\n        \"slinger\",\n        \"slingers\",\n        \"slinging\"\n    ],\n    \"onye ogbako\": [\n        \"slingsman\",\n        \"strangler\"\n    ],\n    \"ndi ejije\": [\n        \"slingsmen\"\n    ],\n    \"slinkky\": [\n        \"slinkingly\"\n    ],\n    \"slịp\": [\n        \"slipe\"\n    ],\n    \"slịpụ\": [\n        \"slipes\",\n        \"slipouts\",\n        \"slipover\"\n    ],\n    \"slipform\": [\n        \"slipforms\"\n    ],\n    \"slpopo\": [\n        \"slipout\"\n    ],\n    \"slịsọ\": [\n        \"slipovers\"\n    ],\n    \"akpukpoukwu\": [\n        \"slipper\",\n        \"slippered\"\n    ],\n    \"okpokoro ifuru\": [\n        \"slipperflower\"\n    ],\n    \"nke na-amị amị\": [\n        \"slippery\"\n    ],\n    \"mgbọrọgwụ na-amị amị\": [\n        \"slipperyroot\"\n    ],\n    \"akpukpoukwu dika\": [\n        \"slipperlike\"\n    ],\n    \"akpukpo ahihia ahihia\": [\n        \"slipperweed\"\n    ],\n    \"slịtọ\": [\n        \"slipperwort\"\n    ],\n    \"slippines\": [\n        \"slippiness\"\n    ],\n    \"sllipshoe\": [\n        \"slipshoe\"\n    ],\n    \"sliplap\": [\n        \"slipslap\"\n    ],\n    \"sliplop\": [\n        \"slipslop\"\n    ],\n    \"sliplops\": [\n        \"slipslops\"\n    ],\n    \"sl sl\": [\n        \"slither\",\n        \"slithered\",\n        \"slithery\"\n    ],\n    \"sinja\": [\n        \"sliver\"\n    ],\n    \"sliver dị ka\": [\n        \"sliverlike\"\n    ],\n    \"slịpa\": [\n        \"slivers\"\n    ],\n    \"slivovica\": [\n        \"slivovic\",\n        \"slivovics\"\n    ],\n    \"slwer\": [\n        \"sliwer\"\n    ],\n    \"mkpọm\": [\n        \"slob\",\n        \"sloom\"\n    ],\n    \"bbụ onye nzuzu\": [\n        \"slobbering\"\n    ],\n    \"rere\": [\n        \"slod\",\n        \"sold\",\n        \"soldered\"\n    ],\n    \"sloe tomato\": [\n        \"sloeberries\"\n    ],\n    \"sloe ohia\": [\n        \"sloebush\"\n    ],\n    \"slogging\": [\n        \"sloggingly\"\n    ],\n    \"gbọọ\": [\n        \"sloked\",\n        \"twattled\"\n    ],\n    \"slopli\": [\n        \"slopely\"\n    ],\n    \"sloplop\": [\n        \"slopeness\",\n        \"slopingly\"\n    ],\n    \"slper\": [\n        \"sloper\"\n    ],\n    \"mkpọda ugwu\": [\n        \"slopes\"\n    ],\n    \"adaa\": [\n        \"slopped\"\n    ],\n    \"slịlị\": [\n        \"sloppery\"\n    ],\n    \"Ihe nrịba ama\": [\n        \"slopperies\"\n    ],\n    \"slopi\": [\n        \"sloppy\"\n    ],\n    \"nkume slopstone\": [\n        \"slopstone\"\n    ],\n    \"oghere hound\": [\n        \"slothound\"\n    ],\n    \"ndị slouchers\": [\n        \"slouchers\"\n    ],\n    \"ume-ngwu\": [\n        \"slouchiness\"\n    ],\n    \"adaala\": [\n        \"sloughed\",\n        \"sloughier\",\n        \"sloughiest\"\n    ],\n    \"Slovak\": [\n        \"slovak\"\n    ],\n    \"Asụsụ Slovakian\": [\n        \"slovakian\"\n    ],\n    \"ịdị ure\": [\n        \"slovenlike\"\n    ],\n    \"Jiri Nwayọọ\": [\n        \"slower\"\n    ],\n    \"nwayọ nwayọ\": [\n        \"slowheartedness\",\n        \"slowly\"\n    ],\n    \"jiri nwayọ nwayọ\": [\n        \"slowwittedly\"\n    ],\n    \"ngwa ngwa ikpuru\": [\n        \"slowworms\"\n    ],\n    \"slubbu\": [\n        \"slub\"\n    ],\n    \"slubb\": [\n        \"slubbed\",\n        \"slubbings\"\n    ],\n    \"lubbụ onye ara\": [\n        \"slubbering\"\n    ],\n    \"n'arịa\": [\n        \"slubberingly\"\n    ],\n    \"ndị skọb\": [\n        \"slubbers\"\n    ],\n    \"sludo\": [\n        \"slud\"\n    ],\n    \"sluded\": [\n        \"sludder\",\n        \"sludge\",\n        \"sludges\"\n    ],\n    \"ededị\": [\n        \"slued\",\n        \"vedic\"\n    ],\n    \"ndị umengwụ\": [\n        \"sluggards\"\n    ],\n    \"ra\": [\n        \"slumber\"\n    ],\n    \"na-ero ụra\": [\n        \"slumberful\"\n    ],\n    \"ụra na-ero ụra\": [\n        \"slumbering\"\n    ],\n    \"ụra adịghị atụ\": [\n        \"slumberless\"\n    ],\n    \"slum\": [\n        \"slumbers\"\n    ],\n    \"ura\": [\n        \"slumbersome\"\n    ],\n    \"slumbals\": [\n        \"slumbrous\"\n    ],\n    \"onye ukpala\": [\n        \"slumlord\"\n    ],\n    \"slump\": [\n        \"slumps\"\n    ],\n    \"mkpọmkpọ ụlọ\": [\n        \"slums\"\n    ],\n    \"slung ahu\": [\n        \"slungbody\"\n    ],\n    \"ahu èbè\": [\n        \"slungbodies\"\n    ],\n    \"slingshot\": [\n        \"slungshot\"\n    ],\n    \"Okpala\": [\n        \"slurvian\"\n    ],\n    \"sllus\": [\n        \"slush\",\n        \"slusher\",\n        \"slushier\"\n    ],\n    \"gbarue\": [\n        \"slushed\"\n    ],\n    \"slushe\": [\n        \"slushes\"\n    ],\n    \"slush olulu\": [\n        \"slushpit\"\n    ],\n    \"slut\": [\n        \"slutted\",\n        \"sluttered\"\n    ],\n    \"slutɛ́\": [\n        \"sluttering\"\n    ],\n    \"smackmen\": [\n        \"smacksmen\"\n    ],\n    \"Onye kere\": [\n        \"smalcaldian\"\n    ],\n    \"obereko\": [\n        \"smallmouth\"\n    ],\n    \"obere okwu\": [\n        \"smallsword\",\n        \"sublateral\"\n    ],\n    \"ngwa-ngwa\": [\n        \"smallware\",\n        \"verderors\"\n    ],\n    \"amachara\": [\n        \"smarmiest\"\n    ],\n    \"Amaara\": [\n        \"smarms\"\n    ],\n    \"ọmacha ncha\": [\n        \"smartass\"\n    ],\n    \"Amalite\": [\n        \"smarts\"\n    ],\n    \"imebisi\": [\n        \"smash\",\n        \"smashing\"\n    ],\n    \"akụri\": [\n        \"smashes\"\n    ],\n    \"smzọ ọchị\": [\n        \"smatteringly\"\n    ],\n    \"amia\": [\n        \"smaze\"\n    ],\n    \"iteto\": [\n        \"smear\",\n        \"smears\"\n    ],\n    \"itinye akpati\": [\n        \"smearcase\"\n    ],\n    \"tee ya\": [\n        \"smeared\"\n    ],\n    \"onye smearer\": [\n        \"smearer\"\n    ],\n    \"smearere\": [\n        \"smearers\"\n    ],\n    \"isi àmà\": [\n        \"smellproof\"\n    ],\n    \"isi ụfọdụ\": [\n        \"smellsome\"\n    ],\n    \"erlọ\": [\n        \"smerk\"\n    ],\n    \"sm\": [\n        \"smerking\"\n    ],\n    \"smdị\": [\n        \"smervy\"\n    ],\n    \"sdgeon\": [\n        \"smidgeons\"\n    ],\n    \"ịmụmụ ọnụ ọchị\": [\n        \"smiercase\",\n        \"smilax\",\n        \"smile\",\n        \"smileage\",\n        \"smilefulness\",\n        \"smileless\",\n        \"smilemaker\",\n        \"smilemaking\",\n        \"smiler\",\n        \"smilers\",\n        \"smilingness\"\n    ],\n    \"ọchịlacaceae\": [\n        \"smilacaceae\"\n    ],\n    \"na-achịkwa ọchị\": [\n        \"smilaceous\",\n        \"smileable\",\n        \"smileful\"\n    ],\n    \"mụmụrụ ọnụ ọchị\": [\n        \"smiled\"\n    ],\n    \"enweghị ọnụ ọchị\": [\n        \"smilelessness\"\n    ],\n    \"ọnụ ọchị\": [\n        \"smileproof\"\n    ],\n    \"smiritan\": [\n        \"sminthian\"\n    ],\n    \"sminthuridae\": [\n        \"sminthurid\"\n    ],\n    \"chibue\": [\n        \"smirched\"\n    ],\n    \"Na-amụmụ ọnụ ọchị\": [\n        \"smirching\"\n    ],\n    \"enweghị smirch\": [\n        \"smirchless\"\n    ],\n    \"dị smirky\": [\n        \"smirky\"\n    ],\n    \"Nwee ọchị\": [\n        \"smirkle\"\n    ],\n    \"nwammaa\": [\n        \"smirkly\"\n    ],\n    \"hụnanya\": [\n        \"smyrnean\"\n    ],\n    \"gbu\": [\n        \"smit\"\n    ],\n    \"kpụcha\": [\n        \"smitch\"\n    ],\n    \"tie ihe\": [\n        \"smite\"\n    ],\n    \"gbuwe\": [\n        \"smiter\"\n    ],\n    \"obodoukwu\": [\n        \"smitheries\"\n    ],\n    \"gbagburu ya\": [\n        \"smithied\"\n    ],\n    \"gbuwo\": [\n        \"smitten\"\n    ],\n    \"ckụọ\": [\n        \"smock\"\n    ],\n    \"na-ese anwụrụ\": [\n        \"smocker\",\n        \"smocking\",\n        \"smoker\",\n        \"smokes\",\n        \"unsmoking\"\n    ],\n    \"Anwụrụ\": [\n        \"smocklike\",\n        \"smokeho\",\n        \"smokestack\",\n        \"smugger\"\n    ],\n    \"mụ sịga\": [\n        \"smoggy\"\n    ],\n    \"smog na-enye\": [\n        \"smoggier\"\n    ],\n    \"anwaghị anwụrụ\": [\n        \"smogless\"\n    ],\n    \"Sịga\": [\n        \"smogs\"\n    ],\n    \"ụlọ anwụrụ ọkụ\": [\n        \"smokehouse\"\n    ],\n    \"anwụrụ anwụrụ\": [\n        \"smokelessness\"\n    ],\n    \"anwụrụ ọkụ dị ka\": [\n        \"smokelike\"\n    ],\n    \"anwụrụ ite\": [\n        \"smokepot\"\n    ],\n    \"ite anwụrụ\": [\n        \"smokepots\"\n    ],\n    \"ise anwụrụ\": [\n        \"smoking\"\n    ],\n    \"okokok\": [\n        \"smokyseeming\"\n    ],\n    \"smoldold\": [\n        \"smolders\"\n    ],\n    \".\": [\n        \"smoochs\"\n    ],\n    \"smok\": [\n        \"smook\"\n    ],\n    \"mụrụmụrụ\": [\n        \"smoothbored\",\n        \"smoother\",\n        \"smopple\"\n    ],\n    \"mee ka ire ụtọ\": [\n        \"smoothed\"\n    ],\n    \"otlọ mmiri dị mfe\": [\n        \"smoothening\"\n    ],\n    \"iretọ\": [\n        \"smoothie\",\n        \"smoothish\"\n    ],\n    \"ot dị ọcha\": [\n        \"smoothing\"\n    ],\n    \"ireke\": [\n        \"smoothingly\",\n        \"soldanelle\"\n    ],\n    \"Ugbare\": [\n        \"smorgasbord\",\n        \"smorgasbords\"\n    ],\n    \"smotot\": [\n        \"smotherable\"\n    ],\n    \"smolder\": [\n        \"smoulder\"\n    ],\n    \"zobata\": [\n        \"smuggish\"\n    ],\n    \"sluggishly\": [\n        \"smuggishly\"\n    ],\n    \"ahia nzuzo\": [\n        \"smuggle\",\n        \"smuggling\"\n    ],\n    \"ahia ike\": [\n        \"smuggleable\"\n    ],\n    \"onye ahia nzuzo\": [\n        \"smuggler\"\n    ],\n    \"Mgboagha\": [\n        \"smugglery\"\n    ],\n    \"ndị na-agba mgbere ahịa\": [\n        \"smugglers\"\n    ],\n    \"ugug\": [\n        \"smugism\"\n    ],\n    \"Ọchị\": [\n        \"smugly\"\n    ],\n    \"smut\": [\n        \"smur\"\n    ],\n    \"smush\": [\n        \"smuse\"\n    ],\n    \"Anaghị egbu egbu\": [\n        \"smutchless\"\n    ],\n    \"sụabụ\": [\n        \"snabble\"\n    ],\n    \"zobam\": [\n        \"snaff\"\n    ],\n    \"skap\": [\n        \"snaffle\",\n        \"snavvle\"\n    ],\n    \"snaps\": [\n        \"snaffles\"\n    ],\n    \"sụfuwaru\": [\n        \"snafued\"\n    ],\n    \"snoo\": [\n        \"snag\",\n        \"snells\",\n        \"snirt\",\n        \"snowl\"\n    ],\n    \"sagọọlụ\": [\n        \"snaggled\",\n        \"squarrosely\"\n    ],\n    \"snailụater\": [\n        \"snaileater\"\n    ],\n    \"snail\": [\n        \"snailery\"\n    ],\n    \"agwọ agwọ\": [\n        \"snakebark\",\n        \"snakeblennies\",\n        \"snakefishes\",\n        \"snakeflies\",\n        \"snakeology\",\n        \"snakepipe\",\n        \"snakeproof\"\n    ],\n    \"nnụnụ agwọ\": [\n        \"snakebird\"\n    ],\n    \"agwọ blenny\": [\n        \"snakeblenny\"\n    ],\n    \"isi agwọ\": [\n        \"snakehead\"\n    ],\n    \"snakịl\": [\n        \"snakeling\",\n        \"snakily\"\n    ],\n    \"sneaker\": [\n        \"snaker\"\n    ],\n    \"snịịka\": [\n        \"snakery\"\n    ],\n    \"Akpụkpọ agwọ\": [\n        \"snakeskin\"\n    ],\n    \"snapberị\": [\n        \"snapberry\"\n    ],\n    \"na-amakarị\": [\n        \"snappiest\"\n    ],\n    \"nnaa\": [\n        \"snappily\"\n    ],\n    \"snapping\": [\n        \"snappingly\"\n    ],\n    \"nseta ihuenyo\": [\n        \"snapshotted\"\n    ],\n    \"onye ọnyà\": [\n        \"snarer\"\n    ],\n    \"n'iji nwayọ\": [\n        \"snaringly\"\n    ],\n    \"snarị\": [\n        \"snarlier\"\n    ],\n    \"sụa\": [\n        \"snash\"\n    ],\n    \"dọkpụrụ ihe akaebe\": [\n        \"snatchproof\"\n    ],\n    \"sụpee\": [\n        \"snaths\"\n    ],\n    \"eju\": [\n        \"snavel\"\n    ],\n    \"snailing\": [\n        \"snawing\"\n    ],\n    \"Ngha\": [\n        \"sneakiness\",\n        \"striggle\"\n    ],\n    \"Sịịlịkị\": [\n        \"sneakingness\"\n    ],\n    \"Sọọkị\": [\n        \"sneakishly\",\n        \"sneakishness\"\n    ],\n    \"zọọ ije\": [\n        \"sneap\",\n        \"stroddle\",\n        \"trameled\",\n        \"trammeled\",\n        \"trepanned\"\n    ],\n    \"Sneat\": [\n        \"sneath\"\n    ],\n    \"Sneekwe\": [\n        \"sneckdraw\"\n    ],\n    \"Sneedị\": [\n        \"sneckdrawn\"\n    ],\n    \"skuuta\": [\n        \"snecker\"\n    ],\n    \"sineeti\": [\n        \"snecket\"\n    ],\n    \"Sọọsụ\": [\n        \"snecks\"\n    ],\n    \"snd\": [\n        \"sned\"\n    ],\n    \"Onye okwa\": [\n        \"sneerer\"\n    ],\n    \"Ndị sneakers\": [\n        \"sneerers\"\n    ],\n    \"Sọọchị\": [\n        \"sneerfulness\",\n        \"sneery\"\n    ],\n    \"n'ije ozi\": [\n        \"sneeringly\"\n    ],\n    \"sụọ ụra\": [\n        \"sneezeless\",\n        \"snoozed\",\n        \"snoozes\"\n    ],\n    \"sneez\": [\n        \"sneezer\"\n    ],\n    \"Sịnaị\": [\n        \"sneezeweed\"\n    ],\n    \"Sịnewị\": [\n        \"sneezewort\"\n    ],\n    \"sneezi kacha mma\": [\n        \"sneeziest\"\n    ],\n    \"Sịbịrị\": [\n        \"snibbler\"\n    ],\n    \"mee nri\": [\n        \"snicher\"\n    ],\n    \"snickered\": [\n        \"snickerer\",\n        \"snickery\",\n        \"snickeringly\"\n    ],\n    \"snigering\": [\n        \"snickering\"\n    ],\n    \"snịja\": [\n        \"snickers\"\n    ],\n    \"snịl\": [\n        \"snicks\"\n    ],\n    \"Siddle\": [\n        \"sniddle\"\n    ],\n    \"snidịdị\": [\n        \"snidely\"\n    ],\n    \"nụa anụ\": [\n        \"snider\"\n    ],\n    \"Ebe Ugwu\": [\n        \"snidery\"\n    ],\n    \"nura\": [\n        \"snyed\"\n    ],\n    \"sụọ anụ\": [\n        \"sniffed\"\n    ],\n    \"nụkwaa\": [\n        \"sniffy\"\n    ],\n    \"sisi n’ikpụrụ\": [\n        \"sniffily\",\n        \"sniffly\"\n    ],\n    \"na-esi n’imi\": [\n        \"sniffing\"\n    ],\n    \"sụda\": [\n        \"sniffish\"\n    ],\n    \"sụọnụ nke ọma\": [\n        \"sniffishly\"\n    ],\n    \"sụda nsụzu\": [\n        \"sniffishness\"\n    ],\n    \"sụfụ\": [\n        \"sniffled\",\n        \"sniffs\"\n    ],\n    \"snfịl\": [\n        \"sniffler\"\n    ],\n    \"snflers\": [\n        \"snifflers\"\n    ],\n    \"snụlị\": [\n        \"sniffles\"\n    ],\n    \"kpụtanụ\": [\n        \"snifter\"\n    ],\n    \"snifers\": [\n        \"snifters\"\n    ],\n    \"dị snifty\": [\n        \"snifty\"\n    ],\n    \"sny\": [\n        \"snying\"\n    ],\n    \"ngbacha\": [\n        \"snipe\"\n    ],\n    \"sinipa\": [\n        \"sniper\",\n        \"snipers\",\n        \"snipper\"\n    ],\n    \"sinikpọpa\": [\n        \"sniperscope\"\n    ],\n    \"snip\": [\n        \"sniping\"\n    ],\n    \"snika\": [\n        \"snipped\"\n    ],\n    \"snippetị\": [\n        \"snippetiness\"\n    ],\n    \"snippi\": [\n        \"snippily\",\n        \"snippiness\"\n    ],\n    \"snịlị\": [\n        \"snirtle\"\n    ],\n    \"snịị\": [\n        \"snitch\"\n    ],\n    \"nụru iya\": [\n        \"snitched\"\n    ],\n    \"snitchi\": [\n        \"snitchiest\"\n    ],\n    \"zia\": [\n        \"snite\"\n    ],\n    \"Ndị snive\": [\n        \"snivelers\"\n    ],\n    \"sụpịlị\": [\n        \"sniveller\"\n    ],\n    \"nnoonu\": [\n        \"snobbishly\"\n    ],\n    \"snobs nwamba\": [\n        \"snobscat\"\n    ],\n    \"snowcat\": [\n        \"snocat\"\n    ],\n    \"Anwụchu\": [\n        \"snocher\"\n    ],\n    \"snooker\": [\n        \"snook\",\n        \"snooked\"\n    ],\n    \"snokpọ\": [\n        \"snookers\"\n    ],\n    \"sụp\": [\n        \"snoop\"\n    ],\n    \"snoopy\": [\n        \"snoopiest\",\n        \"snoopily\"\n    ],\n    \"na-ara ara\": [\n        \"snoozing\"\n    ],\n    \"ikwo ụra\": [\n        \"snore\",\n        \"snoring\"\n    ],\n    \"nụkwaa onwiya\": [\n        \"snored\"\n    ],\n    \"snore\": [\n        \"snorers\"\n    ],\n    \"gwooro\": [\n        \"snores\"\n    ],\n    \"mee mkpọla\": [\n        \"snorted\"\n    ],\n    \"na-akọ mpi\": [\n        \"snorters\"\n    ],\n    \"na-asụ mmụọ\": [\n        \"snorting\"\n    ],\n    \"snot\": [\n        \"snots\"\n    ],\n    \"nwedịrị\": [\n        \"snotty\"\n    ],\n    \"nteji\": [\n        \"snoutlike\"\n    ],\n    \"snowberị\": [\n        \"snowberry\",\n        \"snowberries\"\n    ],\n    \"nnụnụ snow\": [\n        \"snowbird\"\n    ],\n    \"snowọn ga\": [\n        \"snowcapped\"\n    ],\n    \"ụgbọ mmiri snow\": [\n        \"snowcraft\"\n    ],\n    \"snowdrop\": [\n        \"snowdrops\"\n    ],\n    \"Ugwu snow\": [\n        \"snowfield\"\n    ],\n    \"snowblower\": [\n        \"snowflower\"\n    ],\n    \"snowfall\": [\n        \"snowfowl\"\n    ],\n    \"ụlọ snow\": [\n        \"snowhouse\"\n    ],\n    \"snowno\": [\n        \"snowy\"\n    ],\n    \"snowisest\": [\n        \"snowiest\"\n    ],\n    \"snowie\": [\n        \"snowily\"\n    ],\n    \"snowọnọdụ\": [\n        \"snowiness\",\n        \"snowing\"\n    ],\n    \"snowishon\": [\n        \"snowish\"\n    ],\n    \"enweghị snow\": [\n        \"snowless\"\n    ],\n    \"dika snow\": [\n        \"snowlike\"\n    ],\n    \"onye na-eme snow\": [\n        \"snowmaker\"\n    ],\n    \"onye snow\": [\n        \"snowman\",\n        \"snowmen\"\n    ],\n    \"snowzelt\": [\n        \"snowmelt\"\n    ],\n    \"snow gbazee\": [\n        \"snowmelts\"\n    ],\n    \"ugbomgbe\": [\n        \"snowmobile\",\n        \"snowmobilers\"\n    ],\n    \"snowbibiler\": [\n        \"snowmobiler\"\n    ],\n    \"akpukpo snow\": [\n        \"snowpack\",\n        \"snowpacks\"\n    ],\n    \"ebe a na-akpọ snowplow\": [\n        \"snowplow\"\n    ],\n    \"ịgba snowfing\": [\n        \"snowplowing\"\n    ],\n    \"ebe anakpo snow\": [\n        \"snowplows\"\n    ],\n    \"snowọnụ\": [\n        \"snowshed\"\n    ],\n    \"snowshọ\": [\n        \"snowsheds\"\n    ],\n    \"snowshoes\": [\n        \"snowshoed\"\n    ],\n    \"snowshoe\": [\n        \"snowshoeing\",\n        \"snowshoer\",\n        \"snowshoing\"\n    ],\n    \"oke oyi\": [\n        \"snowstorm\"\n    ],\n    \"oke ikuku mmiri\": [\n        \"snowstorms\"\n    ],\n    \"uwe elu mmiri\": [\n        \"snowsuit\"\n    ],\n    \"onye anakpo snow\": [\n        \"snowthrower\"\n    ],\n    \"snoz\": [\n        \"snozzle\"\n    ],\n    \"sụbam\": [\n        \"snubber\"\n    ],\n    \"sụbhish\": [\n        \"snubbish\"\n    ],\n    \"gbasasịa ike\": [\n        \"snubbishly\"\n    ],\n    \"igbe nju\": [\n        \"snuffbox\"\n    ],\n    \"n'anwụ\": [\n        \"snuffingly\"\n    ],\n    \"snuffness\": [\n        \"snuffliness\"\n    ],\n    \"snuffhin\": [\n        \"snuffling\"\n    ],\n    \"n'anyanwụ\": [\n        \"snufflingly\"\n    ],\n    \"snupa\": [\n        \"snupper\"\n    ],\n    \"sụpịa\": [\n        \"snurp\"\n    ],\n    \"snọọl\": [\n        \"snurt\"\n    ],\n    \"ya mere\": [\n        \"so\",\n        \"therefore\",\n        \"therence\"\n    ],\n    \"sook\": [\n        \"soak\",\n        \"soaken\"\n    ],\n    \"sooky\": [\n        \"soaky\"\n    ],\n    \"tetara\": [\n        \"soaking\"\n    ],\n    \"soaking\": [\n        \"soakingly\"\n    ],\n    \"igbe ncha\": [\n        \"soapbox\"\n    ],\n    \"Onye na-eme ncha\": [\n        \"soapboxer\"\n    ],\n    \"Igbe ncha\": [\n        \"soapboxes\"\n    ],\n    \"nke na-egbukwu\": [\n        \"soaper\"\n    ],\n    \"ndị ncha\": [\n        \"soapers\"\n    ],\n    \"onye nchacha\": [\n        \"soapier\"\n    ],\n    \"onye ncha\": [\n        \"soapmaker\",\n        \"soapstoner\"\n    ],\n    \"nkume ncha\": [\n        \"soapstone\",\n        \"soapstones\"\n    ],\n    \"soara\": [\n        \"soarable\"\n    ],\n    \"na-arị elu\": [\n        \"soaring\",\n        \"soaringly\"\n    ],\n    \"ịrị elu\": [\n        \"soarings\",\n        \"upclimb\",\n        \"uplimb\"\n    ],\n    \"sobos\": [\n        \"sobered\"\n    ],\n    \"dị ezigbo mma\": [\n        \"soberest\"\n    ],\n    \"na-akpali iche echiche\": [\n        \"sobering\"\n    ],\n    \"anya udo\": [\n        \"soberly\"\n    ],\n    \"dị ka anya doro\": [\n        \"soberlike\"\n    ],\n    \"anya-udo\": [\n        \"soberness\"\n    ],\n    \"sobersides\": [\n        \"sobersided\"\n    ],\n    \"sobersidesly\": [\n        \"sobersidedly\"\n    ],\n    \"mmekọrịta ọha\": [\n        \"sociabilities\",\n        \"sociometry\",\n        \"sociometric\"\n    ],\n    \"nwee mmekọrịta\": [\n        \"sociable\",\n        \"socializable\"\n    ],\n    \"iso ndị mmadụ\": [\n        \"sociableness\"\n    ],\n    \"ọha mmadụ\": [\n        \"sociables\",\n        \"society\",\n        \"undersociety\"\n    ],\n    \"elekọta mmadụ\": [\n        \"social\",\n        \"sociality\",\n        \"socies\"\n    ],\n    \"ịkpakọrịta\": [\n        \"socialisation\",\n        \"socialization\",\n        \"socializations\"\n    ],\n    \"mmekọrịta ọhaneze\": [\n        \"socialism\"\n    ],\n    \"onyeotu\": [\n        \"socialist\",\n        \"socialistic\"\n    ],\n    \"onye ọhaneze\": [\n        \"societarian\",\n        \"societist\"\n    ],\n    \"mmekọrịta ọha mmadụ\": [\n        \"societarianism\",\n        \"societism\"\n    ],\n    \"enweghị ndị mmadụ\": [\n        \"societyless\"\n    ],\n    \"mmekọrịta ọha na eze\": [\n        \"societology\",\n        \"sociocentricity\",\n        \"sociocentrism\",\n        \"sociolatry\",\n        \"sociologism\",\n        \"socraticism\",\n        \"socratism\"\n    ],\n    \"ọkà mmụta mmekọrịta ọha na eze\": [\n        \"societologist\",\n        \"sociologist\"\n    ],\n    \"nkà mmụta mmekọrịta ọha na eze\": [\n        \"sociolinguistics\"\n    ],\n    \"na mmekọrịta mmadu na ibe ya\": [\n        \"sociologically\"\n    ],\n    \"ndị ọkà mmụta mmekọrịta ọha na eze\": [\n        \"sociologists\"\n    ],\n    \"mmekọrịta nwoke na nwaanyị\": [\n        \"sociosexual\"\n    ],\n    \"nwe mmekọrịta\": [\n        \"sockeye\"\n    ],\n    \"sọka\": [\n        \"socker\"\n    ],\n    \"nwekeroos\": [\n        \"sockeroos\"\n    ],\n    \"soketing\": [\n        \"socketing\"\n    ],\n    \"sosorito\": [\n        \"socorrito\"\n    ],\n    \"sootran\": [\n        \"socotran\"\n    ],\n    \"sootri\": [\n        \"socotri\"\n    ],\n    \"sootrine\": [\n        \"socotrine\"\n    ],\n    \"n'ụzọ ọha\": [\n        \"socratically\"\n    ],\n    \"soda\": [\n        \"sodaic\"\n    ],\n    \"enweghị soda\": [\n        \"sodaless\"\n    ],\n    \"ndị sodalist\": [\n        \"sodalists\"\n    ],\n    \"ndụ aka\": [\n        \"sodality\"\n    ],\n    \"mmiri soda\": [\n        \"sodawater\"\n    ],\n    \"sodden\": [\n        \"soddened\"\n    ],\n    \"sodọn\": [\n        \"sodding\"\n    ],\n    \"soy\": [\n        \"sody\"\n    ],\n    \"soodic\": [\n        \"sodic\"\n    ],\n    \"sodio salicylate\": [\n        \"sodiosalicylate\"\n    ],\n    \"sodio tartrate\": [\n        \"sodiotartrate\"\n    ],\n    \"sudoku\": [\n        \"sodoku\"\n    ],\n    \"ndị sodomites\": [\n        \"sodomites\"\n    ],\n    \"adụ\": [\n        \"soft\"\n    ],\n    \"Softbacks\": [\n        \"softbacks\"\n    ],\n    \"Bọọlụ nro\": [\n        \"softballs\"\n    ],\n    \"Softboard\": [\n        \"softboard\"\n    ],\n    \"ndị dị nro\": [\n        \"softeners\"\n    ],\n    \"na-eme ka nro\": [\n        \"softening\"\n    ],\n    \"adụ kasị\": [\n        \"softest\"\n    ],\n    \"softies\": [\n        \"softs\"\n    ],\n    \"sooksap\": [\n        \"softsoap\"\n    ],\n    \"ngwanrọ\": [\n        \"software\"\n    ],\n    \"sogdiania\": [\n        \"sogdianian\"\n    ],\n    \"sọja\": [\n        \"soger\"\n    ],\n    \"sog\": [\n        \"sogged\"\n    ],\n    \"soybean\": [\n        \"soybeans\"\n    ],\n    \"metọọ\": [\n        \"soiled\"\n    ],\n    \"soiling\": [\n        \"soiledness\"\n    ],\n    \"Ona-agha\": [\n        \"soiling\"\n    ],\n    \"ala àmà\": [\n        \"soilproof\"\n    ],\n    \"nọrọ dị ka ọbịa\": [\n        \"sojourn\",\n        \"sojourned\",\n        \"sojourning\"\n    ],\n    \"ọbìa\": [\n        \"sojourns\"\n    ],\n    \"elumanries\": [\n        \"sokemanries\"\n    ],\n    \"sola\": [\n        \"solaces\",\n        \"solacing\"\n    ],\n    \"solacious\": [\n        \"solaciously\"\n    ],\n    \"ndị soland\": [\n        \"solanders\"\n    ],\n    \"anyanwụ\": [\n        \"solar\",\n        \"solaristics\",\n        \"sun\",\n        \"sunfishery\"\n    ],\n    \"solarisie\": [\n        \"solarise\"\n    ],\n    \"solaris\": [\n        \"solarised\",\n        \"solarising\",\n        \"solarized\"\n    ],\n    \"solariss\": [\n        \"solarises\"\n    ],\n    \"soistist\": [\n        \"solarist\"\n    ],\n    \"solari\": [\n        \"solarizing\"\n    ],\n    \"latesda\": [\n        \"solates\"\n    ],\n    \"enweghị ire\": [\n        \"solderless\",\n        \"tongueless\"\n    ],\n    \"sojabird\": [\n        \"soldierbird\"\n    ],\n    \"sojabush\": [\n        \"soldierbush\"\n    ],\n    \"sojafish\": [\n        \"soldierfish\"\n    ],\n    \"agha azụ\": [\n        \"soldierfishes\"\n    ],\n    \"soja\": [\n        \"soldierhearted\"\n    ],\n    \"mee ka ndi agha\": [\n        \"soldierize\"\n    ],\n    \"yiri onye agha\": [\n        \"soldierlike\"\n    ],\n    \"ịdị njikere agha\": [\n        \"soldierliness\"\n    ],\n    \"ịbụ onye agha\": [\n        \"soldiership\"\n    ],\n    \"sojawood\": [\n        \"soldierwood\"\n    ],\n    \"bụrụ naanị\": [\n        \"solecised\"\n    ],\n    \"solemn\": [\n        \"solemnifying\"\n    ],\n    \"mee emume\": [\n        \"solemnize\"\n    ],\n    \"naanị otu ugboro\": [\n        \"solenial\"\n    ],\n    \"ọkpụrụkpụ ihe\": [\n        \"solenoglyphic\",\n        \"supermannish\"\n    ],\n    \"solenke\": [\n        \"solentine\"\n    ],\n    \"ọbụ\": [\n        \"soles\"\n    ],\n    \"onye ọkaiwu\": [\n        \"solicitor\"\n    ],\n    \"idi-ike\": [\n        \"solidifiableness\"\n    ],\n    \"sololoquacious\": [\n        \"soliloquacious\"\n    ],\n    \"sololoquising\": [\n        \"soliloquising\"\n    ],\n    \"sololoquisingly\": [\n        \"soliloquisingly\"\n    ],\n    \"Solymaean\": [\n        \"solymaean\"\n    ],\n    \"solipsism\": [\n        \"solipsismal\"\n    ],\n    \"Omeegwu\": [\n        \"solipsist\"\n    ],\n    \"onye nnokari\": [\n        \"solitaire\"\n    ],\n    \"ịnọ naanị mmadụ\": [\n        \"solitude\"\n    ],\n    \"Ihe ngwọta\": [\n        \"soller\"\n    ],\n    \"solo\": [\n        \"soloing\"\n    ],\n    \"ndị soloist\": [\n        \"soloists\"\n    ],\n    \"solstisi\": [\n        \"solstices\"\n    ],\n    \"solstic\": [\n        \"solsticion\"\n    ],\n    \"solubilites\": [\n        \"solubilities\"\n    ],\n    \"solubility\": [\n        \"solubleness\"\n    ],\n    \"ngwọta\": [\n        \"solutional\"\n    ],\n    \"ihe ngwọta\": [\n        \"solutioner\"\n    ],\n    \"azịza ya\": [\n        \"solutions\"\n    ],\n    \"enweghị ihe mgbaze\": [\n        \"solventless\"\n    ],\n    \"somatoplasm\": [\n        \"somaplasm\"\n    ],\n    \"sonata\": [\n        \"somata\"\n    ],\n    \"na nbibi\": [\n        \"somatically\"\n    ],\n    \"somtism\": [\n        \"somatism\"\n    ],\n    \"ọkà mmụta somatologist\": [\n        \"somatologist\"\n    ],\n    \"somatomik\": [\n        \"somatomic\"\n    ],\n    \"Uchenna Ndiagu\": [\n        \"somatopleuric\"\n    ],\n    \"somatropin\": [\n        \"somatrophin\"\n    ],\n    \"somber\": [\n        \"somberly\"\n    ],\n    \"somberi\": [\n        \"sombreish\",\n        \"sombreite\"\n    ],\n    \"ụfọdụ ahụ\": [\n        \"somebodies\"\n    ],\n    \"otuodila\": [\n        \"somehow\"\n    ],\n    \"somersaults\": [\n        \"somersaulted\"\n    ],\n    \"somerset\": [\n        \"somerseted\"\n    ],\n    \"Asụsụ somerịs\": [\n        \"somersetian\"\n    ],\n    \"somingeting\": [\n        \"somerseting\"\n    ],\n    \"Onyedika Onyema\": [\n        \"somesthetic\"\n    ],\n    \"nwantakịrị\": [\n        \"somewhatly\"\n    ],\n    \"somiti\": [\n        \"somitic\"\n    ],\n    \"somnambulari\": [\n        \"somnambulating\"\n    ],\n    \"somnambulu\": [\n        \"somnambulation\"\n    ],\n    \"somnambulist\": [\n        \"somnambulists\"\n    ],\n    \"Onye chiri\": [\n        \"somner\"\n    ],\n    \"somnias\": [\n        \"somniative\"\n    ],\n    \"somosie\": [\n        \"somniculous\"\n    ],\n    \"somnife\": [\n        \"somniferous\"\n    ],\n    \"somoloquacious\": [\n        \"somniloquacious\"\n    ],\n    \"somnogbe\": [\n        \"somnolency\"\n    ],\n    \"somfo\": [\n        \"somnolent\"\n    ],\n    \"somosili\": [\n        \"somnolently\"\n    ],\n    \"Sonatas\": [\n        \"sonatas\"\n    ],\n    \"sind\": [\n        \"sond\"\n    ],\n    \"sondieren\": [\n        \"sondation\"\n    ],\n    \"Sonde\": [\n        \"sonde\"\n    ],\n    \"klaasị sonder\": [\n        \"sonderclass\"\n    ],\n    \"nwa nnụnnụ\": [\n        \"songbird\"\n    ],\n    \"enweghị ụda\": [\n        \"songlessness\",\n        \"soundless\",\n        \"soundlessness\"\n    ],\n    \"singlet\": [\n        \"songlet\"\n    ],\n    \"onye egwu\": [\n        \"songman\",\n        \"trackman\"\n    ],\n    \"Abụ\": [\n        \"songs\"\n    ],\n    \"onye na-ede abụ\": [\n        \"songwriter\"\n    ],\n    \"ede abụ\": [\n        \"songwriting\"\n    ],\n    \"icsmụaka\": [\n        \"sonics\"\n    ],\n    \"Nwa nwa\": [\n        \"soning\"\n    ],\n    \"sonia\": [\n        \"soniou\"\n    ],\n    \"enweghi nwa\": [\n        \"sonless\"\n    ],\n    \"Sonneratiaceous\": [\n        \"sonneratiaceous\"\n    ],\n    \"sonnet\": [\n        \"sonnetic\"\n    ],\n    \"Sonnetise\": [\n        \"sonnetise\"\n    ],\n    \"Sonnetish\": [\n        \"sonnetish\"\n    ],\n    \"sonnett\": [\n        \"sonnetted\"\n    ],\n    \"sonometa\": [\n        \"sonometer\"\n    ],\n    \"Sonoran\": [\n        \"sonoran\"\n    ],\n    \"sonorofoon\": [\n        \"sonorophone\"\n    ],\n    \"ihe na-atọ ọchị\": [\n        \"sonorous\"\n    ],\n    \"Sonrai\": [\n        \"sonrai\"\n    ],\n    \"sonie\": [\n        \"sonsie\"\n    ],\n    \"soogee\": [\n        \"soogeed\"\n    ],\n    \"mee elu mee\": [\n        \"sooner\"\n    ],\n    \"kasị nso\": [\n        \"soonest\"\n    ],\n    \"dajụọ mmụọ\": [\n        \"soothe\"\n    ],\n    \"sọsọ\": [\n        \"soothfast\",\n        \"sorgo\"\n    ],\n    \"soothlysiri\": [\n        \"soothfastly\"\n    ],\n    \"soos\": [\n        \"soothful\"\n    ],\n    \"sootly\": [\n        \"soothly\"\n    ],\n    \"ndị na-akọ ọdịnihu\": [\n        \"soothsayers\"\n    ],\n    \"soasota\": [\n        \"soothsayership\"\n    ],\n    \"sofa\": [\n        \"sopher\",\n        \"sophy\",\n        \"sopper\"\n    ],\n    \"sọftụ\": [\n        \"sopheric\"\n    ],\n    \"soferim\": [\n        \"sopherim\"\n    ],\n    \"sofia\": [\n        \"sophian\"\n    ],\n    \"sophi\": [\n        \"sophies\"\n    ],\n    \"sophisticalism\": [\n        \"sophisticalness\"\n    ],\n    \"Na-ekwughachi\": [\n        \"sophronizing\"\n    ],\n    \"kpọọ ibe gị arịrịọ\": [\n        \"soporate\"\n    ],\n    \"soorife na-aga agha\": [\n        \"soporiferously\"\n    ],\n    \"ndụnyị\": [\n        \"soporiferousness\"\n    ],\n    \"sopo\": [\n        \"soporous\"\n    ],\n    \"sopp\": [\n        \"soppiness\"\n    ],\n    \"sọbọtọ\": [\n        \"sorbitize\"\n    ],\n    \"riboside\": [\n        \"sorboside\"\n    ],\n    \"sọdo\": [\n        \"sordo\"\n    ],\n    \"sokwa\": [\n        \"sorediate\"\n    ],\n    \"akpịrị isi\": [\n        \"sorehead\",\n        \"soreheadedly\",\n        \"soreheadedness\"\n    ],\n    \"nwee obi mwute\": [\n        \"sorehearted\"\n    ],\n    \"sọrel\": [\n        \"sorel\",\n        \"sorrel\"\n    ],\n    \"sorita\": [\n        \"sorite\"\n    ],\n    \"soriti\": [\n        \"soritic\"\n    ],\n    \"sorn bụ\": [\n        \"sornare\"\n    ],\n    \"sonari\": [\n        \"sornari\"\n    ],\n    \"sorn\": [\n        \"sorned\",\n        \"sorns\"\n    ],\n    \"sorochi\": [\n        \"soroches\"\n    ],\n    \"soror\": [\n        \"sorority\"\n    ],\n    \"sorosos\": [\n        \"soroses\"\n    ],\n    \"Sorosilicate\": [\n        \"sorosilicate\"\n    ],\n    \"sorosise\": [\n        \"sorosises\"\n    ],\n    \"Sọrel\": [\n        \"sorrels\"\n    ],\n    \"sorr\": [\n        \"sorrily\"\n    ],\n    \"na mwute\": [\n        \"sorrowfully\"\n    ],\n    \"enweghị mwute\": [\n        \"sorrowless\"\n    ],\n    \"na-enweghị mwute\": [\n        \"sorrowlessly\"\n    ],\n    \"ota\": [\n        \"sorted\"\n    ],\n    \"sorta\": [\n        \"sorter\"\n    ],\n    \"sortọị\": [\n        \"sortieing\"\n    ],\n    \"sortieji\": [\n        \"sortilege\"\n    ],\n    \"sortigi\": [\n        \"sortilegi\"\n    ],\n    \"inghazi\": [\n        \"sorting\"\n    ],\n    \"sotelik\": [\n        \"soterial\"\n    ],\n    \"soth\": [\n        \"soths\"\n    ],\n    \"sotol\": [\n        \"sotols\"\n    ],\n    \"soubret\": [\n        \"soubrette\"\n    ],\n    \"sooeef\": [\n        \"soueef\"\n    ],\n    \"sooffl\": [\n        \"souffl\"\n    ],\n    \"soughily\": [\n        \"soughfully\"\n    ],\n    \"na mkpụrụ obi\": [\n        \"soulfully\"\n    ],\n    \"nke mkpụrụ obi\": [\n        \"soulical\"\n    ],\n    \"enweghị mkpụrụ obi\": [\n        \"soulless\",\n        \"soullessly\",\n        \"soullessness\"\n    ],\n    \"dị ka mkpụrụ obi\": [\n        \"soullike\"\n    ],\n    \"mkpụrụ ego penny\": [\n        \"soulpenny\"\n    ],\n    \"mkpụrụobi\": [\n        \"soulx\"\n    ],\n    \"dara ụda\": [\n        \"soundable\",\n        \"sounded\",\n        \"soundful\"\n    ],\n    \"bọọdụ mkpọtụ\": [\n        \"soundboards\"\n    ],\n    \"gbupụrụ ihu\": [\n        \"soundheaded\"\n    ],\n    \"ịda ụda\": [\n        \"soundingness\"\n    ],\n    \"mkpuchi ụda\": [\n        \"soundproofing\"\n    ],\n    \"mkpọsa ụda\": [\n        \"soundscape\"\n    ],\n    \"trada ụda\": [\n        \"soundtracks\"\n    ],\n    \"ofei\": [\n        \"soupiere\"\n    ],\n    \"ofeeres\": [\n        \"soupieres\"\n    ],\n    \"ofe kachasị\": [\n        \"soupiest\"\n    ],\n    \"dị ka ofe\": [\n        \"souplike\"\n    ],\n    \"utoojoo\": [\n        \"sour\",\n        \"sourball\",\n        \"sourbush\",\n        \"sourcake\",\n        \"sourdre\"\n    ],\n    \"mmanya kporo\": [\n        \"sourberries\"\n    ],\n    \"achịcha gbara ụka\": [\n        \"sourbread\"\n    ],\n    \"sauerkraut\": [\n        \"sourcrout\"\n    ],\n    \"Oriri\": [\n        \"sourdine\",\n        \"sourdook\"\n    ],\n    \"ihe gbara ụka\": [\n        \"sourdough\",\n        \"sourdoughs\"\n    ],\n    \"soorn\": [\n        \"sourness\"\n    ],\n    \"ọpụ .ụ\": [\n        \"sourpussed\"\n    ],\n    \"Osisi gbara\": [\n        \"sourwoods\"\n    ],\n    \"souse\": [\n        \"souses\"\n    ],\n    \"Nwunye di\": [\n        \"sousewife\",\n        \"sweetiewife\"\n    ],\n    \"sọọsụ\": [\n        \"soutache\"\n    ],\n    \"Souterrain\": [\n        \"souterrain\"\n    ],\n    \"ndị na-akwọ ya\": [\n        \"souters\"\n    ],\n    \"n'ebe ndịda\": [\n        \"southbound\",\n        \"southernly\",\n        \"southerns\",\n        \"southing\",\n        \"southmost\",\n        \"souths\",\n        \"southward\",\n        \"southwardly\",\n        \"southwards\"\n    ],\n    \"ndịda ndịda\": [\n        \"southdown\",\n        \"southerners\"\n    ],\n    \"ọwụwa anyanwụ ndịda ọwụwa anyanwụ\": [\n        \"southeast\"\n    ],\n    \"South ọwụwa anyanwụ\": [\n        \"southeastern\"\n    ],\n    \"onyeda ọwụwa anyanwụ\": [\n        \"southeasterner\"\n    ],\n    \"imeri-anyanwu\": [\n        \"southeasternmost\"\n    ],\n    \"n’ebe ndịda ọwụwa anyanwụ\": [\n        \"southeastward\"\n    ],\n    \"n'ebe ndịda ọwụwa anyanwụ\": [\n        \"southeastwardly\"\n    ],\n    \"ebe ndịda ọwụwa anyanwụ\": [\n        \"southeastwards\"\n    ],\n    \"ndida South\": [\n        \"southerland\"\n    ],\n    \"akuku ndida\": [\n        \"southerlies\"\n    ],\n    \"odịdị\": [\n        \"southerliness\"\n    ],\n    \"nke kachasị ndịda\": [\n        \"southermost\",\n        \"southernest\",\n        \"southernmost\"\n    ],\n    \"Southism\": [\n        \"southernism\"\n    ],\n    \"ọdịda ndịda\": [\n        \"southernliness\"\n    ],\n    \"southwood\": [\n        \"southernwood\"\n    ],\n    \"dị na ndịda\": [\n        \"southers\"\n    ],\n    \"southland\": [\n        \"southlander\",\n        \"southly\"\n    ],\n    \"Ndida\": [\n        \"southness\"\n    ],\n    \"Southumbrian\": [\n        \"southumbrian\"\n    ],\n    \"ndịda ọdịda anyanwụ\": [\n        \"southwest\",\n        \"southwestern\",\n        \"southwesterners\",\n        \"southwesters\",\n        \"southwestward\",\n        \"southwestwardly\",\n        \"southwestwards\"\n    ],\n    \"ndida-ndida\": [\n        \"southwester\",\n        \"southwesterly\"\n    ],\n    \"southwesters\": [\n        \"southwesterlies\"\n    ],\n    \"southwester\": [\n        \"southwesterner\"\n    ],\n    \"n'ebe ndịda ọdịda anyanwụ\": [\n        \"southwesternmost\"\n    ],\n    \"sout\": [\n        \"soutter\"\n    ],\n    \"Eze\": [\n        \"sovereign\"\n    ],\n    \"onye sovietist\": [\n        \"sovietist\"\n    ],\n    \"sovietii\": [\n        \"sovietizing\"\n    ],\n    \"Ugbah\": [\n        \"sovkhozes\"\n    ],\n    \"sọwa\": [\n        \"sowars\"\n    ],\n    \"Ghaghachi azụ\": [\n        \"sowbacked\"\n    ],\n    \"ịgha bred\": [\n        \"sowbreads\"\n    ],\n    \"onye nkpuru\": [\n        \"sowder\"\n    ],\n    \"ndị na-agha mkpụrụ\": [\n        \"sowers\"\n    ],\n    \"ihe dika nkpuru\": [\n        \"sowlike\"\n    ],\n    \"ẹsuande\": [\n        \"sown\"\n    ],\n    \"ohere bandeeji\": [\n        \"spaceband\"\n    ],\n    \"Ohere mbara\": [\n        \"spaceborne\"\n    ],\n    \"Onyeagwu\": [\n        \"spaceman\",\n        \"sprites\",\n        \"twiddler\"\n    ],\n    \"Ugbo mmiri\": [\n        \"spaceship\"\n    ],\n    \"mbara ije\": [\n        \"spacewalked\"\n    ],\n    \"ịga ije n’elu ụwa\": [\n        \"spacewalking\"\n    ],\n    \"Uweanwanyi\": [\n        \"spacewoman\",\n        \"spacewomen\",\n        \"spaewoman\"\n    ],\n    \"gbasara ohere\": [\n        \"spacial\",\n        \"spathic\",\n        \"spatial\",\n        \"spatialism\"\n    ],\n    \"Ogboologo\": [\n        \"spackle\"\n    ],\n    \"Etisa\": [\n        \"spackled\"\n    ],\n    \"spade\": [\n        \"spadeful\"\n    ],\n    \"spadiad\": [\n        \"spadiard\"\n    ],\n    \"spaghetti\": [\n        \"spagetti\"\n    ],\n    \"spahe\": [\n        \"spahees\"\n    ],\n    \"Nwuo\": [\n        \"spay\"\n    ],\n    \"spay\": [\n        \"spaying\"\n    ],\n    \"Spain\": [\n        \"spain\"\n    ],\n    \"mapụtara\": [\n        \"spair\",\n        \"spare\",\n        \"spareable\",\n        \"spared\",\n        \"spareful\",\n        \"spareribs\",\n        \"sparers\",\n        \"spares\",\n        \"spave\"\n    ],\n    \"Ihe ịgba\": [\n        \"spays\",\n        \"sprays\"\n    ],\n    \"spainke\": [\n        \"spalacine\"\n    ],\n    \"gwusi\": [\n        \"spald\"\n    ],\n    \"spalem\": [\n        \"spales\"\n    ],\n    \"spance\": [\n        \"spanceled\"\n    ],\n    \"spandrel\": [\n        \"spandle\",\n        \"spandril\"\n    ],\n    \"spandrels\": [\n        \"spandrils\"\n    ],\n    \"Ọwaa\": [\n        \"spanglet\"\n    ],\n    \"spaniani\": [\n        \"spaniard\"\n    ],\n    \"ndị spani\": [\n        \"spaniardo\",\n        \"spaniards\"\n    ],\n    \"spaniel dị ka\": [\n        \"spaniellike\"\n    ],\n    \"spanishing\": [\n        \"spanishly\"\n    ],\n    \"spanaka\": [\n        \"spankers\"\n    ],\n    \"nwoke na-enweghị atụ\": [\n        \"spannermen\"\n    ],\n    \"Oge\": [\n        \"spans\"\n    ],\n    \"ma obughi\": [\n        \"sparely\"\n    ],\n    \"ufat\": [\n        \"sparingly\",\n        \"sparringly\"\n    ],\n    \"ebua\": [\n        \"spark\",\n        \"spartled\",\n        \"spartling\",\n        \"spearer\"\n    ],\n    \"sparkish\": [\n        \"sparkishness\"\n    ],\n    \"na-egbuke\": [\n        \"sparkles\",\n        \"sparklessly\"\n    ],\n    \"spairo\": [\n        \"sparoid\"\n    ],\n    \"sparoid\": [\n        \"sparoids\"\n    ],\n    \"onyenkwanu\": [\n        \"sparrier\"\n    ],\n    \"Nwa nza\": [\n        \"sparrow\",\n        \"sparrowlike\"\n    ],\n    \"Ogbe ejije\": [\n        \"sparrowtail\"\n    ],\n    \"Ogbegbe\": [\n        \"sparrowwort\"\n    ],\n    \"enweghi otutu\": [\n        \"sparse\"\n    ],\n    \"ekpukwasị\": [\n        \"sparser\"\n    ],\n    \"dịkarịrị ala\": [\n        \"sparsest\"\n    ],\n    \"enweghi nke\": [\n        \"sparsile\"\n    ],\n    \"Spart\": [\n        \"spart\"\n    ],\n    \"Spartacide\": [\n        \"spartacide\"\n    ],\n    \"onyewuta\": [\n        \"spartacist\"\n    ],\n    \"spartanik\": [\n        \"spartanic\"\n    ],\n    \"spartan\": [\n        \"spartans\"\n    ],\n    \"spartart\": [\n        \"spartle\"\n    ],\n    \"spa\": [\n        \"spas\"\n    ],\n    \"akpaghasị\": [\n        \"spasmed\"\n    ],\n    \"spastic\": [\n        \"spasticity\"\n    ],\n    \"Onyeoma Tochukwu Nnamani\": [\n        \"spatangina\",\n        \"splenocele\",\n        \"splenolymphatic\"\n    ],\n    \"onye gbasara mbara igwe\": [\n        \"spatialist\"\n    ],\n    \"gbasara ọgwụ\": [\n        \"spatialization\"\n    ],\n    \"spatiat\": [\n        \"spatiate\"\n    ],\n    \"sputania\": [\n        \"spattania\"\n    ],\n    \"gbụsara ọnụ mmiri\": [\n        \"spatted\"\n    ],\n    \"onye spattee\": [\n        \"spattee\"\n    ],\n    \"agbasaala agbachapụ\": [\n        \"spatterdashed\"\n    ],\n    \"spatt\": [\n        \"spatters\"\n    ],\n    \"spatula nancy\": [\n        \"spatulamancy\"\n    ],\n    \"spatula\": [\n        \"spatular\"\n    ],\n    \"spain\": [\n        \"spavied\",\n        \"spavin\",\n        \"spavindy\",\n        \"spavine\",\n        \"spavins\",\n        \"spinaches\"\n    ],\n    \"egbughị\": [\n        \"spavined\",\n        \"wasnt\"\n    ],\n    \"onye na-eri ihe oriri\": [\n        \"spawneater\"\n    ],\n    \"spawn\": [\n        \"spawners\",\n        \"spawns\"\n    ],\n    \"spean\": [\n        \"speaned\"\n    ],\n    \"ube-ala\": [\n        \"spearflower\"\n    ],\n    \"yiri ube\": [\n        \"spearlike\"\n    ],\n    \"ube gosiri\": [\n        \"spearproof\"\n    ],\n    \"osisi ube\": [\n        \"spearwood\"\n    ],\n    \"ipuiche\": [\n        \"specialise\",\n        \"specialize\",\n        \"speciate\"\n    ],\n    \"zoro ọnụ\": [\n        \"specifical\"\n    ],\n    \"onye nkọwapụta\": [\n        \"specifist\"\n    ],\n    \"tụrụ atụ\": [\n        \"speckled\"\n    ],\n    \"gbaa ọkpụrụkpụ\": [\n        \"speckling\"\n    ],\n    \"Onye nkwusa\": [\n        \"specksioneer\"\n    ],\n    \"spectacal\": [\n        \"spectacled\"\n    ],\n    \"yiri ihe ngosi\": [\n        \"spectaclelike\"\n    ],\n    \"Santant\": [\n        \"spectant\"\n    ],\n    \"Ikiri egwu\": [\n        \"spectatory\"\n    ],\n    \"ndị nkiri\": [\n        \"spectators\"\n    ],\n    \"ikiri ihe nkiri\": [\n        \"spectatorship\"\n    ],\n    \"specter dị ka\": [\n        \"specterlike\"\n    ],\n    \"ụdịdị dị iche iche\": [\n        \"spectra\",\n        \"spectrometries\",\n        \"spectrophonic\",\n        \"spectroradiometry\",\n        \"spectroradiometric\",\n        \"spectrum\",\n        \"spectrums\"\n    ],\n    \"ụdịdị iche\": [\n        \"spectrality\"\n    ],\n    \"lere anya\": [\n        \"spectred\",\n        \"watched\"\n    ],\n    \"spectrophotometer\": [\n        \"spectrobolometer\"\n    ],\n    \"spectrofluorometer\": [\n        \"spectrofluorimeter\"\n    ],\n    \"nkiri\": [\n        \"spectrograms\",\n        \"spectrology\"\n    ],\n    \"ihe nkiri egwuregwu\": [\n        \"spectroscopies\"\n    ],\n    \"ndị na-enyocha ihe nkiri egwuregwu\": [\n        \"spectroscopists\"\n    ],\n    \"onye nkwughari\": [\n        \"speculatist\"\n    ],\n    \"ndị na-akọ nkọ\": [\n        \"speculators\"\n    ],\n    \"- ntule\": [\n        \"speculum\"\n    ],\n    \"Spehechification\": [\n        \"speechification\"\n    ],\n    \"ịgbanye ọsọ ọsọ\": [\n        \"speechifying\"\n    ],\n    \"bọọlụ ọsọ\": [\n        \"speedball\"\n    ],\n    \"onye na-agba okirikiri\": [\n        \"speedboatman\"\n    ],\n    \"ụgbọ mmiri ọsọ\": [\n        \"speedboats\"\n    ],\n    \"gbapụrụ ọsọ\": [\n        \"speeded\",\n        \"speeds\"\n    ],\n    \"ndị na-agba ọsọ ọsọ\": [\n        \"speeders\"\n    ],\n    \"kachasị ọsọ\": [\n        \"speediest\"\n    ],\n    \"na-agba oso\": [\n        \"speeding\"\n    ],\n    \"oso ososo\": [\n        \"speedings\"\n    ],\n    \"enweghi oso\": [\n        \"speedless\"\n    ],\n    \"spidomita\": [\n        \"speedometer\",\n        \"speedometers\"\n    ],\n    \"ọsọ ije\": [\n        \"speedwalk\"\n    ],\n    \"speel\": [\n        \"speeled\"\n    ],\n    \"mkpoputa\": [\n        \"speeling\",\n        \"spelling\",\n        \"spellingdown\",\n        \"spellingly\"\n    ],\n    \"Kwuru okwu\": [\n        \"speelken\"\n    ],\n    \"gbue oso\": [\n        \"speen\"\n    ],\n    \"Speise\": [\n        \"speise\"\n    ],\n    \"Speisses\": [\n        \"speisses\"\n    ],\n    \"Imepe\": [\n        \"spelbinding\",\n        \"spellbinder\",\n        \"spellbinding\",\n        \"spellbound\"\n    ],\n    \"asụpe\": [\n        \"spell\",\n        \"spelled\",\n        \"spelt\",\n        \"splet\"\n    ],\n    \"nsupe\": [\n        \"spellbind\"\n    ],\n    \"okwu anwansi\": [\n        \"spellcraft\"\n    ],\n    \"onye na-asụpe okwu\": [\n        \"speller\"\n    ],\n    \"Ekwukwu okwu\": [\n        \"spellful\"\n    ],\n    \"Asụsụ spellikan\": [\n        \"spellican\"\n    ],\n    \"Nsupe okwu\": [\n        \"spellings\"\n    ],\n    \"mkpoputa okwu\": [\n        \"spellword\"\n    ],\n    \"pepe\": [\n        \"spellwork\"\n    ],\n    \"emefu\": [\n        \"spend\",\n        \"spending\",\n        \"spends\"\n    ],\n    \"imefu ego\": [\n        \"spendable\",\n        \"spendthriftiness\"\n    ],\n    \"ndị na-eri ego\": [\n        \"spenders\"\n    ],\n    \"emefughi\": [\n        \"spendless\"\n    ],\n    \"Ugwuatu\": [\n        \"speramtozoon\",\n        \"streptomycete\"\n    ],\n    \"spam\": [\n        \"sperity\",\n        \"sperling\",\n        \"sperm\",\n        \"sperma\",\n        \"spermary\",\n        \"spermatin\",\n        \"spermation\",\n        \"spermy\",\n        \"spermic\",\n        \"spermin\",\n        \"spermine\",\n        \"spermines\",\n        \"spermism\",\n        \"sperms\",\n        \"spermule\"\n    ],\n    \"onye spermalist\": [\n        \"spermalist\"\n    ],\n    \"spermarị\": [\n        \"spermaries\"\n    ],\n    \"ogwu spermatoplasmic\": [\n        \"spermatoplasmic\"\n    ],\n    \"ụkwara ọbara ọbara\": [\n        \"spermatorrhea\"\n    ],\n    \"spam ịgba ọgwụ\": [\n        \"spermicide\"\n    ],\n    \"spermig mkpọtụ\": [\n        \"spermigerous\"\n    ],\n    \"spam nwoke\": [\n        \"spermist\"\n    ],\n    \"spermatogenesis\": [\n        \"spermogenesis\"\n    ],\n    \"spermatogenous\": [\n        \"spermogenous\"\n    ],\n    \"spermatogonia\": [\n        \"spermogone\"\n    ],\n    \"ọkà mmụta spermologist\": [\n        \"spermologist\"\n    ],\n    \"Ukpo okpo\": [\n        \"speronaros\"\n    ],\n    \"Spew\": [\n        \"spew\"\n    ],\n    \"enweghị gburugburu\": [\n        \"sphereless\"\n    ],\n    \"* Tụkwasị\": [\n        \"spheric\",\n        \"spherical\"\n    ],\n    \"* kwadoo ness\": [\n        \"sphericalness\"\n    ],\n    \"sphericocylindrical nwere\": [\n        \"sphericocylindrical\"\n    ],\n    \"asụsụ spherulitic\": [\n        \"spherulitic\"\n    ],\n    \"sphygmometa\": [\n        \"sphygmometer\",\n        \"sphygmometric\"\n    ],\n    \"ekwentị gị\": [\n        \"sphygmophone\"\n    ],\n    \"sphincter algia\": [\n        \"sphincteralgia\"\n    ],\n    \"ọgwụ sphincteroscopy\": [\n        \"sphincteroscopy\"\n    ],\n    \"akwara sphincterotomy\": [\n        \"sphincterotomy\"\n    ],\n    \"sphinomita\": [\n        \"sphingometer\"\n    ],\n    \"spica\": [\n        \"spicae\",\n        \"spical\"\n    ],\n    \"spic\": [\n        \"spicant\"\n    ],\n    \"oseose\": [\n        \"spiceable\",\n        \"spiced\",\n        \"spiceful\",\n        \"spicey\",\n        \"spiceless\",\n        \"spicy\",\n        \"spicing\",\n        \"spick\",\n        \"spiculate\"\n    ],\n    \"Spicebush\": [\n        \"spicebush\"\n    ],\n    \"Obosa\": [\n        \"spiceland\"\n    ],\n    \"spicers\": [\n        \"spicery\",\n        \"spiceries\"\n    ],\n    \"ngwa nri\": [\n        \"spices\"\n    ],\n    \"spicifera\": [\n        \"spiciferous\"\n    ],\n    \"spikal\": [\n        \"spicular\"\n    ],\n    \"spikulu\": [\n        \"spicules\"\n    ],\n    \"spid\": [\n        \"spidered\"\n    ],\n    \"Ududo\": [\n        \"spiderling\"\n    ],\n    \"Ogwu ududo\": [\n        \"spiderwork\"\n    ],\n    \"ledoo\": [\n        \"spied\"\n    ],\n    \"Ekpebiri\": [\n        \"spiered\"\n    ],\n    \"ndị nledo\": [\n        \"spies\"\n    ],\n    \"ọgọ\": [\n        \"spike\",\n        \"spikewise\",\n        \"spiks\",\n        \"spile\"\n    ],\n    \"Spikelet\": [\n        \"spikelet\"\n    ],\n    \"Spiler\": [\n        \"spiler\"\n    ],\n    \"Ihe ndaputa\": [\n        \"spilings\"\n    ],\n    \"Nkwafu\": [\n        \"spill\"\n    ],\n    \"Mwụpụ\": [\n        \"spillages\"\n    ],\n    \"kwafuru\": [\n        \"spilled\",\n        \"spilt\",\n        \"spilth\"\n    ],\n    \"Ihe ndapụ\": [\n        \"spillover\"\n    ],\n    \"awụsa àmà\": [\n        \"spillproof\"\n    ],\n    \"spilth\": [\n        \"spilths\"\n    ],\n    \"atụ ogho\": [\n        \"spin\"\n    ],\n    \"spinach yiri\": [\n        \"spinachlike\"\n    ],\n    \"spinners\": [\n        \"spinages\",\n        \"spinneys\",\n        \"spinneries\",\n        \"spinors\"\n    ],\n    \"spind\": [\n        \"spindled\"\n    ],\n    \"spinders\": [\n        \"spindlers\"\n    ],\n    \"ọdụ spindle\": [\n        \"spindletail\"\n    ],\n    \"n'akuku spindelyly\": [\n        \"spindlewise\"\n    ],\n    \"spindle irighiri\": [\n        \"spindleworm\"\n    ],\n    \"spindly\": [\n        \"spindlier\"\n    ],\n    \"Spiniest\": [\n        \"spiniest\"\n    ],\n    \"spinness\": [\n        \"spininess\"\n    ],\n    \"spinnerette\": [\n        \"spinneret\"\n    ],\n    \"spinner ular\": [\n        \"spinnerular\"\n    ],\n    \"na-agbaghari\": [\n        \"spinning\",\n        \"wrinkleful\"\n    ],\n    \"N'ike mmụọ\": [\n        \"spinsterishly\"\n    ],\n    \"spinster yiri\": [\n        \"spinsterlike\"\n    ],\n    \"enweghị nkọ\": [\n        \"spinulous\"\n    ],\n    \"spyware\": [\n        \"spyproof\"\n    ],\n    \"okeegwu\": [\n        \"spiracula\"\n    ],\n    \"spiraea ceae\": [\n        \"spiraeaceae\"\n    ],\n    \"spiraea\": [\n        \"spiraeas\"\n    ],\n    \"Spirant\": [\n        \"spirant\"\n    ],\n    \"gwụchara\": [\n        \"spired\"\n    ],\n    \"Igwe egwuregwu\": [\n        \"spirems\"\n    ],\n    \"spiers\": [\n        \"spires\"\n    ],\n    \"spilillotropism\": [\n        \"spirillotropism\"\n    ],\n    \"nke ime mmuo\": [\n        \"spirital\",\n        \"spiritual\"\n    ],\n    \"jiri mmụọ\": [\n        \"spiritdom\",\n        \"spirited\",\n        \"spiritedly\",\n        \"spirted\"\n    ],\n    \"yiri nke mmụọ\": [\n        \"spiritlike\"\n    ],\n    \"ọnọdụ ime mmụọ\": [\n        \"spirituality\",\n        \"spiritualities\",\n        \"spiritualship\"\n    ],\n    \"Mmụọ\": [\n        \"spirituously\"\n    ],\n    \"ketgba ume\": [\n        \"spirketing\",\n        \"spirketting\"\n    ],\n    \"Ogwuegwu\": [\n        \"spirochaetotic\"\n    ],\n    \"Ogwulegwu\": [\n        \"spirocheticidal\"\n    ],\n    \"Okpukpo-ukwu\": [\n        \"spirograph\"\n    ],\n    \"igwe nyocha\": [\n        \"spiroscope\"\n    ],\n    \"gbụọ ya ọnụ mmiri\": [\n        \"spit\"\n    ],\n    \"onye nkwusi\": [\n        \"spitefuller\",\n        \"terminist\"\n    ],\n    \"spit\": [\n        \"spitous\",\n        \"spittle\"\n    ],\n    \"agbụpụ\": [\n        \"spitpoison\"\n    ],\n    \"onye na-egbu mmiri\": [\n        \"spitsticker\"\n    ],\n    \"gbụrụ ya\": [\n        \"spitted\"\n    ],\n    \"gbụrụpụ\": [\n        \"spitten\"\n    ],\n    \"N'ikwu okwu\": [\n        \"spitter\"\n    ],\n    \"na-agbụpụ mmiri\": [\n        \"spitting\"\n    ],\n    \"spitt\": [\n        \"spittles\"\n    ],\n    \"spitons\": [\n        \"spittoons\"\n    ],\n    \"na-agbụpụ\": [\n        \"spitzes\"\n    ],\n    \"spla\": [\n        \"splad\"\n    ],\n    \"Uwe ojii\": [\n        \"splayfoot\"\n    ],\n    \"laygha\": [\n        \"splaying\"\n    ],\n    \"Ọkpụkpụ splanchnesthesia\": [\n        \"splanchnesthesia\"\n    ],\n    \"Ọkpụkpụ splanchnopathy\": [\n        \"splanchnopathy\"\n    ],\n    \"ikwommiri\": [\n        \"splash\"\n    ],\n    \"splas\": [\n        \"splashes\"\n    ],\n    \"Na-efesa\": [\n        \"splashing\"\n    ],\n    \"Na-agbatị\": [\n        \"splashingly\",\n        \"twaddling\"\n    ],\n    \"splash\": [\n        \"splashs\"\n    ],\n    \"Ogboro\": [\n        \"splattered\"\n    ],\n    \"onye na-akọ egwuregwu\": [\n        \"splatterer\"\n    ],\n    \"splin\": [\n        \"spleen\",\n        \"spleened\",\n        \"spleenier\",\n        \"spleens\",\n        \"splenic\",\n        \"splinted\",\n        \"splints\"\n    ],\n    \"splin n'ụzọ zuru ezu\": [\n        \"spleenfully\"\n    ],\n    \"spliny\": [\n        \"spleeny\"\n    ],\n    \"enweghi ugha\": [\n        \"spleenless\"\n    ],\n    \"plema mma\": [\n        \"splendaciousness\"\n    ],\n    \"n'ịma mma\": [\n        \"splendently\",\n        \"splendidly\",\n        \"splendorously\",\n        \"splendrously\"\n    ],\n    \"ma mma\": [\n        \"splendidness\",\n        \"splendorousness\",\n        \"splendrousness\"\n    ],\n    \"pleba ama\": [\n        \"splendiferousness\"\n    ],\n    \"Splenectomized\": [\n        \"splenectomized\"\n    ],\n    \"splenectoming\": [\n        \"splenectomizing\"\n    ],\n    \"splenike\": [\n        \"splenical\"\n    ],\n    \"splets\": [\n        \"splents\"\n    ],\n    \"spl nwere ike\": [\n        \"spliceable\"\n    ],\n    \"Spline\": [\n        \"spline\"\n    ],\n    \"mkpachapụ\": [\n        \"splinter\"\n    ],\n    \"splint\": [\n        \"splinty\",\n        \"splunt\"\n    ],\n    \"Kewaa\": [\n        \"split\"\n    ],\n    \"ikewa\": [\n        \"splittable\"\n    ],\n    \"onye na-ekewa\": [\n        \"splitter\"\n    ],\n    \"Onye ọ bụla\": [\n        \"splitterman\"\n    ],\n    \"gbawara n'etiti\": [\n        \"splitworm\"\n    ],\n    \"splotches\": [\n        \"splotchiness\"\n    ],\n    \"Onye na-eme anwansi\": [\n        \"splutterer\"\n    ],\n    \"emekpu\": [\n        \"spluttery\"\n    ],\n    \"sphinx\": [\n        \"spninx\"\n    ],\n    \"sphinxes\": [\n        \"spninxes\"\n    ],\n    \"spode si\": [\n        \"spodes\"\n    ],\n    \"ffgha\": [\n        \"spoffy\"\n    ],\n    \"ndị nkwata\": [\n        \"spoilsmen\"\n    ],\n    \"Azụmahịa\": [\n        \"spoilsport\",\n        \"thalamiflorous\",\n        \"trollied\"\n    ],\n    \"ọnụ na-ekwuru\": [\n        \"spokes\"\n    ],\n    \"ọnụ na-ekwuru ọnụ\": [\n        \"spokesman\"\n    ],\n    \"ndị na-ekwuchitere ya\": [\n        \"spokesmen\"\n    ],\n    \"ọnụ na-ekwuchitere ya\": [\n        \"spokesperson\"\n    ],\n    \"onye nkwuchite\": [\n        \"spokester\"\n    ],\n    \"ọnụ na-ekwuru ya\": [\n        \"spokeswoman\",\n        \"spokeswomanship\"\n    ],\n    \"kwuru okwu\": [\n        \"spokewise\"\n    ],\n    \"spondee\": [\n        \"spondees\"\n    ],\n    \"Asụsụ Spongian\": [\n        \"spongian\"\n    ],\n    \"haziri nzukọ\": [\n        \"sponsons\"\n    ],\n    \"sponpeck\": [\n        \"sponspeck\"\n    ],\n    \"spontan\": [\n        \"sponton\"\n    ],\n    \"sponton\": [\n        \"spontoon\"\n    ],\n    \"Ogwu azu\": [\n        \"spoofish\"\n    ],\n    \"Spookeries\": [\n        \"spookeries\"\n    ],\n    \"Spookish\": [\n        \"spookish\"\n    ],\n    \"Spookism\": [\n        \"spookism\"\n    ],\n    \"ọkà mmụta spookologist\": [\n        \"spookologist\"\n    ],\n    \"Spooks\": [\n        \"spooks\"\n    ],\n    \"Ogwu ocha\": [\n        \"spooler\"\n    ],\n    \"spoons\": [\n        \"spoony\"\n    ],\n    \"ngaji ngaji\": [\n        \"spoonwort\"\n    ],\n    \"ọkà mmụta nwanyị\": [\n        \"sporologist\"\n    ],\n    \"Umueze\": [\n        \"sporonia\"\n    ],\n    \"obu onye obula\": [\n        \"sporter\"\n    ],\n    \"egwuregwu ọkụ azụ\": [\n        \"sportfisherman\"\n    ],\n    \"sporita\": [\n        \"sportive\"\n    ],\n    \"ndị na-eme egwuregwu egwuregwu\": [\n        \"sportscasters\",\n        \"triflers\"\n    ],\n    \"egwuregwuegwu\": [\n        \"sportsmanship\"\n    ],\n    \"Nwanyị egwuregwu\": [\n        \"sportswoman\"\n    ],\n    \"onye na-ede egwuregwu\": [\n        \"sportswriter\"\n    ],\n    \"ndị na-ede egwuregwu\": [\n        \"sportswriters\"\n    ],\n    \"ederede egwuregwu\": [\n        \"sportswriting\"\n    ],\n    \"Chakwasa ihie\": [\n        \"spotlight\"\n    ],\n    \"Spottable\": [\n        \"spottable\"\n    ],\n    \"spotter\": [\n        \"spottle\"\n    ],\n    \"ntụpọ welder\": [\n        \"spotwelder\"\n    ],\n    \"di ma ọ bụ nwunye\": [\n        \"spousage\"\n    ],\n    \"dị ka spoutlike\": [\n        \"spoutlike\"\n    ],\n    \"Onyeagba\": [\n        \"spragman\"\n    ],\n    \"ịgba osisi\": [\n        \"sprayboard\"\n    ],\n    \"Ndị na-agba mmiri\": [\n        \"sprayers\"\n    ],\n    \"spraying\": [\n        \"sprayful\",\n        \"sprayfully\"\n    ],\n    \"enweghị ịgba\": [\n        \"sprayless\"\n    ],\n    \"ịgba izu\": [\n        \"spraining\"\n    ],\n    \"mkpị\": [\n        \"sprat\",\n        \"tortrix\"\n    ],\n    \"ihe mkpocha\": [\n        \"spratter\"\n    ],\n    \"ragba\": [\n        \"sprauchling\"\n    ],\n    \"Onye na-agbatị\": [\n        \"sprawler\",\n        \"stretcherman\"\n    ],\n    \"Ndị na-akwagharị\": [\n        \"sprawlers\"\n    ],\n    \"gbasaa ugo\": [\n        \"spreadeagle\"\n    ],\n    \"onye na-agbasa\": [\n        \"spreader\"\n    ],\n    \"ndị na-agbasa\": [\n        \"spreaders\"\n    ],\n    \"gwusiri\": [\n        \"spreathed\"\n    ],\n    \"nke kachasị sie ike\": [\n        \"sprightliest\"\n    ],\n    \"na-awa mmiri\": [\n        \"springful\"\n    ],\n    \"ulo mmiri\": [\n        \"springhouse\"\n    ],\n    \"oge opupu ihe ubi\": [\n        \"springiness\",\n        \"springtime\"\n    ],\n    \"udiri mmiri\": [\n        \"springlike\"\n    ],\n    \"osisi, osisi\": [\n        \"springwood\"\n    ],\n    \"mmiriaguel\": [\n        \"springwurzel\"\n    ],\n    \"fesaa\": [\n        \"sprink\",\n        \"sprinkle\",\n        \"sprinkled\"\n    ],\n    \"Wụsaa akaebe\": [\n        \"sprinkleproof\"\n    ],\n    \"ifesa\": [\n        \"sprinkling\",\n        \"sprinklingly\",\n        \"sprinklings\"\n    ],\n    \"Sprint\": [\n        \"sprint\"\n    ],\n    \"oso oso\": [\n        \"sprinter\"\n    ],\n    \"sprite\": [\n        \"sprit\"\n    ],\n    \"sprite obere\": [\n        \"spriteless\"\n    ],\n    \"na-epulite\": [\n        \"sprouting\",\n        \"sproutling\"\n    ],\n    \"ucheoma\": [\n        \"spruceness\"\n    ],\n    \"Ọrịa sprucer\": [\n        \"sprucery\"\n    ],\n    \"sprurs\": [\n        \"spruces\"\n    ],\n    \"spru\": [\n        \"sprues\"\n    ],\n    \"mgbokwasị\": [\n        \"sprunk\"\n    ],\n    \"Spuddle\": [\n        \"spuddle\"\n    ],\n    \"spu\": [\n        \"spued\"\n    ],\n    \"Akwara\": [\n        \"spunked\",\n        \"tessellating\"\n    ],\n    \"spur\": [\n        \"spurious\"\n    ],\n    \"Okponkwo\": [\n        \"spurius\",\n        \"trochodendraceous\"\n    ],\n    \"tụfusịrị\": [\n        \"spurned\"\n    ],\n    \"ebe ọkụ\": [\n        \"spurnpoint\"\n    ],\n    \"Onye Ndu\": [\n        \"spurter\"\n    ],\n    \"spurur\": [\n        \"spurtive\"\n    ],\n    \"na-agbanyeghị aka\": [\n        \"spurtively\"\n    ],\n    \"chukwuemeka_nwachukwu\": [\n        \"spurtleblade\"\n    ],\n    \"ndị na-akọ mmiri\": [\n        \"sputters\"\n    ],\n    \"sputum se\": [\n        \"sputumose\"\n    ],\n    \"nwa nduru\": [\n        \"squab\"\n    ],\n    \"skwọsh\": [\n        \"squabash\",\n        \"squarsonry\",\n        \"squash\",\n        \"squashs\",\n        \"squelch\",\n        \"squush\",\n        \"squushes\"\n    ],\n    \"na-asụ mmiri\": [\n        \"squabbing\"\n    ],\n    \"igwute\": [\n        \"squabbish\"\n    ],\n    \"ọpịa\": [\n        \"squabbled\"\n    ],\n    \"squad\": [\n        \"squader\"\n    ],\n    \"skwodron\": [\n        \"squadron\",\n        \"squadroned\"\n    ],\n    \"squadron\": [\n        \"squadrone\"\n    ],\n    \"squadrons\": [\n        \"squadroning\"\n    ],\n    \"swail\": [\n        \"squail\"\n    ],\n    \"Osa\": [\n        \"squails\",\n        \"squilgeer\",\n        \"squirl\",\n        \"squirmer\",\n        \"squirmy\",\n        \"squirmier\",\n        \"squirr\",\n        \"squirreltail\",\n        \"squirter\"\n    ],\n    \"suruokwe\": [\n        \"squalid\"\n    ],\n    \"ọsa\": [\n        \"squalider\",\n        \"squirminess\",\n        \"squirms\",\n        \"squirrelly\"\n    ],\n    \"Oshije\": [\n        \"squaller\"\n    ],\n    \"ndị squal\": [\n        \"squallers\"\n    ],\n    \"salmụ\": [\n        \"squalm\"\n    ],\n    \"squamatogranistic\": [\n        \"squamatogranulous\"\n    ],\n    \"sụkọlụ\": [\n        \"squamiferous\"\n    ],\n    \"skamomastoid\": [\n        \"squamomastoid\"\n    ],\n    \"skamopetrosal\": [\n        \"squamopetrosal\"\n    ],\n    \"skamosphenoid\": [\n        \"squamosphenoid\"\n    ],\n    \"skamosphenoidal\": [\n        \"squamosphenoidal\"\n    ],\n    \"ịgbaba\": [\n        \"squamulation\"\n    ],\n    \"na-emefusị\": [\n        \"squandering\"\n    ],\n    \"squaralụ\": [\n        \"squarable\"\n    ],\n    \"squareji\": [\n        \"squareage\"\n    ],\n    \"squared, akụkụ anọ\": [\n        \"squaredly\"\n    ],\n    \"square isi\": [\n        \"squarehead\"\n    ],\n    \"N'akuku\": [\n        \"squarely\"\n    ],\n    \"ndi square\": [\n        \"squaremen\"\n    ],\n    \"square toed\": [\n        \"squaretoed\"\n    ],\n    \"squarishar\": [\n        \"squarishly\"\n    ],\n    \"squawk\": [\n        \"squark\"\n    ],\n    \"skwọber\": [\n        \"squashberry\"\n    ],\n    \"ndị squas\": [\n        \"squashers\"\n    ],\n    \"squash\": [\n        \"squashes\"\n    ],\n    \"skwọshier\": [\n        \"squashier\"\n    ],\n    \"Na-egbu mmiri\": [\n        \"squashing\"\n    ],\n    \"ndị squatt\": [\n        \"squatters\"\n    ],\n    \"squat\": [\n        \"squatty\"\n    ],\n    \"squawfish\": [\n        \"squawfishes\"\n    ],\n    \"ndị squaw\": [\n        \"squawkers\"\n    ],\n    \"bụ squawking\": [\n        \"squawking\"\n    ],\n    \"squeakụ ike\": [\n        \"squeakily\"\n    ],\n    \"ndị na-akpọ nkụ\": [\n        \"squealers\"\n    ],\n    \"Mgbuka\": [\n        \"squeegee\"\n    ],\n    \"squel\": [\n        \"squelcher\"\n    ],\n    \"squel na\": [\n        \"squelching\",\n        \"squelchingly\"\n    ],\n    \"squelching ness\": [\n        \"squelchingness\"\n    ],\n    \"squelette\": [\n        \"squetee\"\n    ],\n    \"skwid\": [\n        \"squid\",\n        \"squidder\"\n    ],\n    \"skwudo\": [\n        \"squids\"\n    ],\n    \"Na-agba aghara\": [\n        \"squiggles\"\n    ],\n    \"Na-agbasiwanye ike\": [\n        \"squigglier\"\n    ],\n    \"Na-agba mmiri\": [\n        \"squiggling\",\n        \"swarmers\"\n    ],\n    \"skwọl\": [\n        \"squilla\"\n    ],\n    \"na-achọ igwu\": [\n        \"squillgeeing\"\n    ],\n    \"igwu squillitic\": [\n        \"squillitic\"\n    ],\n    \"gbaa gburu-gburu\": [\n        \"squinted\"\n    ],\n    \"nke squinty\": [\n        \"squinty\"\n    ],\n    \"gbaapụ iche\": [\n        \"squinting\"\n    ],\n    \"ọsọsọ\": [\n        \"squintingness\"\n    ],\n    \"squirarchi\": [\n        \"squirarchies\"\n    ],\n    \"ọchịchị squirearchy\": [\n        \"squirearchy\"\n    ],\n    \"iregha\": [\n        \"squirehood\"\n    ],\n    \"enweghị squire\": [\n        \"squireless\"\n    ],\n    \"squires\": [\n        \"squiress\"\n    ],\n    \"squire\": [\n        \"squiret\"\n    ],\n    \"suruegwu\": [\n        \"squirish\"\n    ],\n    \"ndị squir\": [\n        \"squirmers\",\n        \"squirters\"\n    ],\n    \"osa\": [\n        \"squirrel\"\n    ],\n    \"Omekpo\": [\n        \"squirreled\"\n    ],\n    \"squirrelfish\": [\n        \"squirrelfishes\"\n    ],\n    \"Okafo\": [\n        \"squirrelian\"\n    ],\n    \"irgba squirline\": [\n        \"squirreline\"\n    ],\n    \"Na-eme ihere\": [\n        \"squirrelish\"\n    ],\n    \"yiri ka osa\": [\n        \"squirrellike\"\n    ],\n    \"Ọsa\": [\n        \"squirrels\"\n    ],\n    \"irgba mmiri squagrels\": [\n        \"squirrelsstagnate\"\n    ],\n    \"squirt\": [\n        \"squirts\"\n    ],\n    \"squish\": [\n        \"squished\",\n        \"squishes\",\n        \"squishiness\",\n        \"squshiest\"\n    ],\n    \"skwọk\": [\n        \"squitch\"\n    ],\n    \"squoos\": [\n        \"squooshes\"\n    ],\n    \"na-asụda\": [\n        \"squooshing\"\n    ],\n    \"squishier\": [\n        \"squshier\"\n    ],\n    \"Na-asụpịa\": [\n        \"squushing\"\n    ],\n    \"nma\": [\n        \"stabber\"\n    ],\n    \"stabilizer\": [\n        \"stabiliser\"\n    ],\n    \"onye na-akwụsi ike\": [\n        \"stabilist\"\n    ],\n    \"na-eme ka ọ kwụsie ike\": [\n        \"stabilizes\"\n    ],\n    \"kwụsiri ike\": [\n        \"stablelike\",\n        \"stilled\"\n    ],\n    \"onye kwụsiri ike\": [\n        \"stableman\",\n        \"steadman\"\n    ],\n    \"onye mụ na ya kwụsiri ike\": [\n        \"stablemate\"\n    ],\n    \"ndị kwụsiri ike\": [\n        \"stablemen\"\n    ],\n    \"ima akaebe\": [\n        \"stabproof\"\n    ],\n    \"stachys ndigbo\": [\n        \"stachys\"\n    ],\n    \"tojupụtara\": [\n        \"stack\"\n    ],\n    \"ikechi.com\": [\n        \"stackencloud\"\n    ],\n    \"onye mmado\": [\n        \"stacker\"\n    ],\n    \"enweghị nkwakọ\": [\n        \"stackless\"\n    ],\n    \"adlọ\": [\n        \"stadhouse\"\n    ],\n    \"stadia's\": [\n        \"stadias\"\n    ],\n    \"stadiometer\": [\n        \"stadimeter\"\n    ],\n    \"ejije ije\": [\n        \"stagecraft\"\n    ],\n    \"Haziri\": [\n        \"staged\",\n        \"stagged\"\n    ],\n    \"stageom\": [\n        \"stagedom\"\n    ],\n    \"imeogo\": [\n        \"stagewise\"\n    ],\n    \"dahie\": [\n        \"stagger\"\n    ],\n    \"staggie\": [\n        \"staggy\",\n        \"staggier\"\n    ],\n    \"ile ihe\": [\n        \"stagging\",\n        \"staging\"\n    ],\n    \"stagirite\": [\n        \"stagyrite\"\n    ],\n    \"stalagmometer\": [\n        \"stagmometer\"\n    ],\n    \"stagnancy\": [\n        \"stagnance\"\n    ],\n    \"cagom ness\": [\n        \"stagnantness\"\n    ],\n    \"oghala\": [\n        \"stagworm\"\n    ],\n    \"staid\": [\n        \"staider\"\n    ],\n    \"na-anọ\": [\n        \"staying\"\n    ],\n    \"onye na-ebi\": [\n        \"staymaker\"\n    ],\n    \"Unyi\": [\n        \"stain\"\n    ],\n    \"nke nwere ntupo\": [\n        \"stainable\",\n        \"stainably\"\n    ],\n    \"ntụpọ ness\": [\n        \"stainableness\"\n    ],\n    \"igwe anaghị agba\": [\n        \"stainless\",\n        \"steelless\",\n        \"strainless\"\n    ],\n    \"n'emeghị ntụpọ\": [\n        \"stainlessly\"\n    ],\n    \"nkwupụta ntụpọ\": [\n        \"stainproof\"\n    ],\n    \"steepụ onye na-ewu ụlọ\": [\n        \"stairbuilder\"\n    ],\n    \"steepụ ụlọ\": [\n        \"stairwells\"\n    ],\n    \"ọrụ steepụ\": [\n        \"stairwork\"\n    ],\n    \"nosail\": [\n        \"staysail\"\n    ],\n    \"hipnọgide\": [\n        \"stayship\"\n    ],\n    \"staithe\": [\n        \"staith\"\n    ],\n    \"ndi nwere oke\": [\n        \"stakeholder\"\n    ],\n    \"staka\": [\n        \"staker\"\n    ],\n    \"nkwatu\": [\n        \"stalace\"\n    ],\n    \"stalagmitik\": [\n        \"stalagmitic\"\n    ],\n    \"stalda\": [\n        \"stalder\"\n    ],\n    \"stalin\": [\n        \"staling\"\n    ],\n    \"stalingradụ\": [\n        \"stalingrad\"\n    ],\n    \"onye stalinist\": [\n        \"stalinist\"\n    ],\n    \"stalinism\": [\n        \"stalinists\"\n    ],\n    \"Nke nwere ike\": [\n        \"stalkable\"\n    ],\n    \"ndị stal\": [\n        \"stalkers\"\n    ],\n    \"inggbaso\": [\n        \"stalking\"\n    ],\n    \"uloanumaanu\": [\n        \"stall\"\n    ],\n    \"stalị\": [\n        \"staller\"\n    ],\n    \"stallele\": [\n        \"stallership\"\n    ],\n    \"na-adagide\": [\n        \"stalling\"\n    ],\n    \"onye na-ulo ahia\": [\n        \"stallkeeper\"\n    ],\n    \"stallone\": [\n        \"stallon\"\n    ],\n    \"stalwart ism\": [\n        \"stalwartism\"\n    ],\n    \"stalwart\": [\n        \"stalworth\"\n    ],\n    \"stam\": [\n        \"stamened\"\n    ],\n    \"stamsị\": [\n        \"stamens\"\n    ],\n    \"stammere\": [\n        \"stammerers\"\n    ],\n    \"stamkpa\": [\n        \"stammeringness\"\n    ],\n    \"stampụ\": [\n        \"stamp\",\n        \"stampable\",\n        \"stampage\",\n        \"stampeder\",\n        \"stampedes\",\n        \"stamper\",\n        \"stampers\",\n        \"stample\",\n        \"stamps\",\n        \"stampsman\"\n    ],\n    \"zọọ akara\": [\n        \"stamped\"\n    ],\n    \"stampa\": [\n        \"stampery\",\n        \"stampless\"\n    ],\n    \"zọta\": [\n        \"stamping\"\n    ],\n    \"ndị stampụ\": [\n        \"stampmen\",\n        \"stampsmen\"\n    ],\n    \"stanị\": [\n        \"stanch\",\n        \"stanched\",\n        \"stanchions\"\n    ],\n    \"stanki\": [\n        \"stancher\",\n        \"stanchers\"\n    ],\n    \"ndị bu ọkọlọtọ\": [\n        \"standardbearers\"\n    ],\n    \"tozuo\": [\n        \"standardise\",\n        \"standardize\"\n    ],\n    \"nkwụghachi azụ\": [\n        \"standback\"\n    ],\n    \"kwụrụ n'ụsọ\": [\n        \"standby\"\n    ],\n    \"nguzosi ike\": [\n        \"standelwort\"\n    ],\n    \"stan\": [\n        \"stanes\"\n    ],\n    \"stanky\": [\n        \"stankie\",\n        \"stanks\"\n    ],\n    \"stannat\": [\n        \"stannate\"\n    ],\n    \"stannik\": [\n        \"stannic\"\n    ],\n    \"stannọm\": [\n        \"stannums\"\n    ],\n    \"stanzas\": [\n        \"stanzaed\"\n    ],\n    \"stanza\": [\n        \"stanzaic\",\n        \"stanze\"\n    ],\n    \"steapes\": [\n        \"stapedes\"\n    ],\n    \"stapapial\": [\n        \"stapedial\"\n    ],\n    \"stapap\": [\n        \"stapes\"\n    ],\n    \"staphylinik\": [\n        \"staphylinic\"\n    ],\n    \"staphylinoidea juru\": [\n        \"staphylinoidea\"\n    ],\n    \"staphylorrhaphic na-egosi\": [\n        \"staphylorrhaphic\"\n    ],\n    \"staphylorrhaphies na-egosi\": [\n        \"staphylorrhaphies\"\n    ],\n    \"staphylectomy\": [\n        \"staphylotomy\",\n        \"staphylotomies\"\n    ],\n    \"toxin staphylo\": [\n        \"staphylotoxin\"\n    ],\n    \"stapleless\": [\n        \"staplewise\"\n    ],\n    \"stapler\": [\n        \"staplf\"\n    ],\n    \"stapapi\": [\n        \"stapling\"\n    ],\n    \"staple\": [\n        \"stapple\"\n    ],\n    \"Starbuck\": [\n        \"starbuck\"\n    ],\n    \"stachi\": [\n        \"starch\",\n        \"starchly\"\n    ],\n    \"chedgha\": [\n        \"starchedness\"\n    ],\n    \"Starcher\": [\n        \"starcher\"\n    ],\n    \"nriuko\": [\n        \"starches\"\n    ],\n    \"starchị\": [\n        \"starchy\",\n        \"starchiness\"\n    ],\n    \"stachiless\": [\n        \"starchless\"\n    ],\n    \"stachi yiri\": [\n        \"starchlike\"\n    ],\n    \"ndị starch\": [\n        \"starchmen\"\n    ],\n    \"stachi starch\": [\n        \"starchness\"\n    ],\n    \"elegide anya\": [\n        \"stare\"\n    ],\n    \"Ndị nlezianya\": [\n        \"starers\"\n    ],\n    \"starfish\": [\n        \"starfishes\"\n    ],\n    \"Starfruit\": [\n        \"starfruit\"\n    ],\n    \"Na-agụ agụụ\": [\n        \"starful\"\n    ],\n    \"daa mba\": [\n        \"starkle\",\n        \"stifle\",\n        \"thimblerigged\"\n    ],\n    \"enweghi kpakpando\": [\n        \"starless\"\n    ],\n    \"yiri kpakpando\": [\n        \"starlike\"\n    ],\n    \"ahụrụ kpakpando\": [\n        \"starred\"\n    ],\n    \"starrinrin\": [\n        \"starriness\"\n    ],\n    \"Starter\": [\n        \"starter\"\n    ],\n    \"juru anya\": [\n        \"startlingly\"\n    ],\n    \"inoagu\": [\n        \"starve\",\n        \"starven\",\n        \"starver\",\n        \"starvy\"\n    ],\n    \"inwuagu\": [\n        \"starveacre\"\n    ],\n    \"velgha\": [\n        \"starveling\",\n        \"veliferous\",\n        \"velunge\"\n    ],\n    \"st\": [\n        \"stat\"\n    ],\n    \"steeti\": [\n        \"state\",\n        \"stateable\",\n        \"stateful\",\n        \"statefulness\",\n        \"statehood\",\n        \"statelet\",\n        \"statera\",\n        \"statesmonger\",\n        \"statewide\"\n    ],\n    \"na steeti\": [\n        \"statefully\"\n    ],\n    \"ụlọ nchịkwa\": [\n        \"statehouses\"\n    ],\n    \"enweghị steeti\": [\n        \"stateless\"\n    ],\n    \"yiri nke ọchịchị\": [\n        \"statesmanlike\"\n    ],\n    \"nwaada kwuru\": [\n        \"stateswoman\"\n    ],\n    \"statically\": [\n        \"statical\"\n    ],\n    \"statics\": [\n        \"statices\"\n    ],\n    \"static akaebe\": [\n        \"staticproof\"\n    ],\n    \"anyịnya\": [\n        \"stationary\",\n        \"uskok\"\n    ],\n    \"ụlọ ọrụ ụlọ ọrụ\": [\n        \"stationeries\"\n    ],\n    \"onye onu ogugu\": [\n        \"statist\"\n    ],\n    \"ndị ọnụ ọgụgụ\": [\n        \"statisticians\"\n    ],\n    \"mee ka ọnụọgụgụ\": [\n        \"statisticize\"\n    ],\n    \"statometa\": [\n        \"statometer\"\n    ],\n    \"onye statuarist\": [\n        \"statuarist\"\n    ],\n    \"ihe akpụrụ akpụ\": [\n        \"statue\",\n        \"statuecraft\",\n        \"statued\",\n        \"statuesque\",\n        \"statuesquely\",\n        \"statuing\"\n    ],\n    \"enweghi akuku\": [\n        \"statueless\"\n    ],\n    \"ihe akpụrụ akpụ dị ka\": [\n        \"statuelike\"\n    ],\n    \"N'iji iwu\": [\n        \"statutorily\",\n        \"statutoriness\"\n    ],\n    \"stumer\": [\n        \"staumer\"\n    ],\n    \"sta\": [\n        \"staunch\"\n    ],\n    \"stainches\": [\n        \"staunches\"\n    ],\n    \"n'ụzọ na-adịgide adịgide\": [\n        \"staunchly\"\n    ],\n    \"staves\": [\n        \"stavers\"\n    ],\n    \"aka na ukwu\": [\n        \"stddmp\",\n        \"stump\",\n        \"stumpages\"\n    ],\n    \"steakhouse\": [\n        \"steaakhouse\"\n    ],\n    \"Ndị na-elekọta anụ\": [\n        \"steadiers\"\n    ],\n    \"ibe anụ\": [\n        \"steak\"\n    ],\n    \"pụrụ ihi\": [\n        \"stealable\"\n    ],\n    \"Ndị na-ezu ohi\": [\n        \"stealages\",\n        \"stealers\"\n    ],\n    \"enweghị stealth\": [\n        \"stealthless\"\n    ],\n    \"yiri ka o siri\": [\n        \"stealthlike\"\n    ],\n    \"uzuoku\": [\n        \"steam\",\n        \"steamer\",\n        \"steamerload\",\n        \"steamfitter\",\n        \"steamfitting\",\n        \"steamy\",\n        \"steamie\",\n        \"steamier\",\n        \"steaminess\",\n        \"steaming\",\n        \"steamlike\",\n        \"steampipe\",\n        \"steamroll\",\n        \"steamship\",\n        \"vaporishness\"\n    ],\n    \"ụgbọ mmiri steam\": [\n        \"steamboats\"\n    ],\n    \"ugbe okpokoro\": [\n        \"steamcar\"\n    ],\n    \"Steam\": [\n        \"steamered\"\n    ],\n    \"Ugbo oku\": [\n        \"steamering\"\n    ],\n    \"enweghị uzu ọkụ\": [\n        \"steamerless\"\n    ],\n    \"Ndị na-agba mmiri ọkụ\": [\n        \"steamers\"\n    ],\n    \"uzuoku uzuoku\": [\n        \"steamproof\"\n    ],\n    \"steamzụ ụgbọ mmiri\": [\n        \"steamrollering\"\n    ],\n    \"Ndị na-arụ ọrụ ụgbọ mmiri\": [\n        \"steamrollers\"\n    ],\n    \"steamgbọ mmiri\": [\n        \"steamships\"\n    ],\n    \"stearinarin\": [\n        \"stearines\"\n    ],\n    \"steatornịtọ\": [\n        \"steatornithes\"\n    ],\n    \"dị ka steed\": [\n        \"steedlike\"\n    ],\n    \"Ironbow\": [\n        \"steelbow\"\n    ],\n    \"steela\": [\n        \"steelen\",\n        \"steeler\"\n    ],\n    \"Ndị na-ere ahịa\": [\n        \"steelers\"\n    ],\n    \"ígwè isi\": [\n        \"steelhead\"\n    ],\n    \"ígwè obi\": [\n        \"steelhearted\"\n    ],\n    \"steeli\": [\n        \"steelier\"\n    ],\n    \"dịchara\": [\n        \"steelified\"\n    ],\n    \"na-eme ka ígwè\": [\n        \"steelifying\"\n    ],\n    \"ndị nchara\": [\n        \"steelmen\"\n    ],\n    \"eenekwukwu\": [\n        \"steenboc\"\n    ],\n    \"eenbọchị\": [\n        \"steenboks\"\n    ],\n    \"steenbras\": [\n        \"steenbrass\"\n    ],\n    \"agbasi ike\": [\n        \"steening\"\n    ],\n    \"steekirk\": [\n        \"steenkirk\"\n    ],\n    \"nke iri\": [\n        \"steenth\",\n        \"tenent\",\n        \"tenseness\",\n        \"tenth\",\n        \"tenthly\",\n        \"tenthmeter\",\n        \"tenthmetre\",\n        \"tenthredinid\",\n        \"tenthredinidae\",\n        \"tenthredinoid\",\n        \"tenthredinoidea\",\n        \"tenthredo\",\n        \"tenue\"\n    ],\n    \"na nkpoda\": [\n        \"steeping\"\n    ],\n    \"steeili\": [\n        \"steeple\"\n    ],\n    \"Onye nchịkwa\": [\n        \"steerer\"\n    ],\n    \"Ndị na-elekọta ya\": [\n        \"steerers\"\n    ],\n    \"sterịn\": [\n        \"steering\"\n    ],\n    \"Nwanyị nlekọta\": [\n        \"steerswoman\"\n    ],\n    \"steeji\": [\n        \"steever\"\n    ],\n    \"steev\": [\n        \"steevings\"\n    ],\n    \"ịmara stegnosis\": [\n        \"stegnosisstegnotic\"\n    ],\n    \"stegosaurus\": [\n        \"stegosaurs\"\n    ],\n    \"steinbock\": [\n        \"steinbok\",\n        \"steinboks\"\n    ],\n    \"steying\": [\n        \"steyning\"\n    ],\n    \"izuo\": [\n        \"stell\"\n    ],\n    \"steltọ\": [\n        \"stellate\"\n    ],\n    \"stellately nwachukwu\": [\n        \"stellately\"\n    ],\n    \"steli\": [\n        \"stelling\"\n    ],\n    \"stella\": [\n        \"stellite\"\n    ],\n    \"azuokokoosisi\": [\n        \"stem\",\n        \"stemmy\"\n    ],\n    \"azuma\": [\n        \"stemma\"\n    ],\n    \"azuokporo\": [\n        \"stemmatiform\"\n    ],\n    \"azuokpo\": [\n        \"stemmatous\",\n        \"stempost\",\n        \"stemson\",\n        \"stemware\"\n    ],\n    \"wazọ\": [\n        \"stemwares\"\n    ],\n    \"esi ísì ọjọọ\": [\n        \"stenches\"\n    ],\n    \"stenciling\": [\n        \"stenching\"\n    ],\n    \"stencil\": [\n        \"stenciled\",\n        \"stenciler\"\n    ],\n    \"stenciliz\": [\n        \"stencilize\"\n    ],\n    \"stensịl\": [\n        \"stencils\"\n    ],\n    \"stenometa\": [\n        \"stenometer\"\n    ],\n    \"stenopeji\": [\n        \"stenopeic\"\n    ],\n    \"stenened\": [\n        \"stenosed\"\n    ],\n    \"stenos ike\": [\n        \"stenoses\"\n    ],\n    \"stent\": [\n        \"stenter\"\n    ],\n    \"stentantic\": [\n        \"stentorious\"\n    ],\n    \"entbụ onye nzuzu\": [\n        \"stentoriousness\"\n    ],\n    \"ụkwụ nwanne mama\": [\n        \"stepaunt\"\n    ],\n    \"kwụpụ bairn\": [\n        \"stepbairn\"\n    ],\n    \"onye di nwanne\": [\n        \"stepbrother\"\n    ],\n    \"stepbrother mkpuchi\": [\n        \"stepbrotherhood\"\n    ],\n    \"nwanne di nwanne\": [\n        \"stepbrothers\"\n    ],\n    \"umu di\": [\n        \"stepchildren\"\n    ],\n    \"aha nnabata\": [\n        \"stepdames\"\n    ],\n    \"Ughachi\": [\n        \"stepdancing\"\n    ],\n    \"nwoke nkuchi\": [\n        \"stepfather\"\n    ],\n    \"nna di\": [\n        \"stepfatherhood\"\n    ],\n    \"nwoke nna\": [\n        \"stepfatherly\"\n    ],\n    \"Nwa di nwa\": [\n        \"stepgrandchild\"\n    ],\n    \"nne di nnenne\": [\n        \"stepgrandmother\"\n    ],\n    \"stepladlad\": [\n        \"stepladders\"\n    ],\n    \"onye nnochi anya nne\": [\n        \"stepmother\",\n        \"stepparent\"\n    ],\n    \"nwunye nne\": [\n        \"stepmotherhood\"\n    ],\n    \"stepị\": [\n        \"steppes\"\n    ],\n    \"n'itinyekwu\": [\n        \"stepping\"\n    ],\n    \"nkume ịzọ ụkwụ\": [\n        \"steppingstones\"\n    ],\n    \"Nwanne nnem\": [\n        \"stepsister\"\n    ],\n    \"stool oche\": [\n        \"stepstool\"\n    ],\n    \"kue nwanne nna\": [\n        \"stepuncle\"\n    ],\n    \"ercgba ọsọ\": [\n        \"stercorean\"\n    ],\n    \"Igwu steroriyan\": [\n        \"stercorianism\"\n    ],\n    \"steroricolous\": [\n        \"stercoricolous\"\n    ],\n    \"Onye ọkpọ\": [\n        \"stercorist\"\n    ],\n    \"ercgbagharị\": [\n        \"stercorite\"\n    ],\n    \"stereochromik\": [\n        \"stereochromic\"\n    ],\n    \"stereometa\": [\n        \"stereometer\"\n    ],\n    \"stereometri\": [\n        \"stereometry\"\n    ],\n    \"stereotomik\": [\n        \"stereotomic\"\n    ],\n    \"steriki\": [\n        \"sterics\"\n    ],\n    \"sterilaiz\": [\n        \"sterilise\",\n        \"sterilize\"\n    ],\n    \"sterilaizer\": [\n        \"sterilizer\"\n    ],\n    \"sterilizer\": [\n        \"sterilizers\"\n    ],\n    \"sterili\": [\n        \"sterlings\"\n    ],\n    \"sternal\": [\n        \"sterna\"\n    ],\n    \"nke kụrụ ike\": [\n        \"sternest\"\n    ],\n    \"ndị stern\": [\n        \"sternmen\"\n    ],\n    \"sterno\": [\n        \"sternna\"\n    ],\n    \"sternocleidomastoid\": [\n        \"sternocleidomastoideus\",\n        \"sternoclidomastoid\"\n    ],\n    \"erngbasi\": [\n        \"sternutation\"\n    ],\n    \"Onwe\": [\n        \"sternutative\"\n    ],\n    \"sternụ\": [\n        \"sternward\",\n        \"sternwards\"\n    ],\n    \"steroid\": [\n        \"steroids\"\n    ],\n    \"sterol\": [\n        \"sterols\"\n    ],\n    \"stertọ\": [\n        \"stertor\"\n    ],\n    \"stertier\": [\n        \"stertorious\"\n    ],\n    \"stertorious ikekwe\": [\n        \"stertoriously\"\n    ],\n    \"steriyo\": [\n        \"stertorous\"\n    ],\n    \"sterta\": [\n        \"stertors\"\n    ],\n    \"stetho\": [\n        \"stethy\"\n    ],\n    \"stetho goniometer\": [\n        \"stethogoniometer\"\n    ],\n    \"stethograph\": [\n        \"stethographic\"\n    ],\n    \"stethofo\": [\n        \"stethophone\"\n    ],\n    \"stethoskopi\": [\n        \"stethoscopies\"\n    ],\n    \"stetị\": [\n        \"stetted\"\n    ],\n    \"Steve\": [\n        \"steve\"\n    ],\n    \"Ndị na-elekọta ihe\": [\n        \"stevedores\"\n    ],\n    \"Stew\": [\n        \"stews\"\n    ],\n    \"sthenik\": [\n        \"sthenic\"\n    ],\n    \"Na-atụ ụjọ\": [\n        \"stibious\"\n    ],\n    \"sticado\": [\n        \"sticcado\"\n    ],\n    \"stichomythic ike\": [\n        \"stichomythic\"\n    ],\n    \"stichị\": [\n        \"stichs\"\n    ],\n    \"ọadụ\": [\n        \"stickadore\"\n    ],\n    \"osisi ụgbọ mmiri\": [\n        \"stickboat\"\n    ],\n    \"ihennyapade\": [\n        \"sticker\",\n        \"sticket\"\n    ],\n    \"n'osisi\": [\n        \"stickery\",\n        \"stickily\",\n        \"stickly\"\n    ],\n    \"nke nnagide\": [\n        \"stickful\"\n    ],\n    \"nke nnyapade\": [\n        \"sticky\"\n    ],\n    \"stikier\": [\n        \"stickier\"\n    ],\n    \"Steti\": [\n        \"stickjaw\"\n    ],\n    \"ahịhịa ọka\": [\n        \"stickleaf\",\n        \"strafes\",\n        \"strawbill\",\n        \"strawmote\",\n        \"straws\",\n        \"strawsmall\",\n        \"stubble\",\n        \"stubbleberry\",\n        \"stubbles\",\n        \"stubblier\"\n    ],\n    \"ndị na-arapara n'ahụ\": [\n        \"sticklers\"\n    ],\n    \"ịrapara n'ahụ\": [\n        \"stickling\"\n    ],\n    \"pikota\": [\n        \"sticktail\"\n    ],\n    \"styes\": [\n        \"styed\",\n        \"sties\"\n    ],\n    \"stiif\": [\n        \"stiff\",\n        \"stiffing\",\n        \"stiffish\"\n    ],\n    \"stiing\": [\n        \"stiffening\"\n    ],\n    \"obi siri ike\": [\n        \"stiffhearted\",\n        \"sturdyhearted\"\n    ],\n    \"stifflegleg\": [\n        \"stiffleg\"\n    ],\n    \"stiili\": [\n        \"stiffler\"\n    ],\n    \"stesi ike\": [\n        \"stiffly\"\n    ],\n    \"stiike\": [\n        \"stifflike\"\n    ],\n    \"nkwesi olu ike\": [\n        \"stiffneckedness\"\n    ],\n    \"stiifili\": [\n        \"stifftail\"\n    ],\n    \"stifili\": [\n        \"stifler\"\n    ],\n    \"stifler si\": [\n        \"stiflers\"\n    ],\n    \"nkecha\": [\n        \"styful\",\n        \"stylate\",\n        \"stylish\",\n        \"stylishly\"\n    ],\n    \"styf ziekte\": [\n        \"styfziekte\"\n    ],\n    \"gdị stygiophobia\": [\n        \"stygiophobia\"\n    ],\n    \"stigmatize\": [\n        \"stigmatise\"\n    ],\n    \"onye ihere\": [\n        \"stigmatist\"\n    ],\n    \"Onyedi Oghene\": [\n        \"styldia\"\n    ],\n    \"ndị stilemen\": [\n        \"stilemen\"\n    ],\n    \"Onyedi Oma\": [\n        \"styliferous\"\n    ],\n    \"stylịl\": [\n        \"stylisers\"\n    ],\n    \"stylị\": [\n        \"stylises\"\n    ],\n    \"Onyeka stylist\": [\n        \"stylist\"\n    ],\n    \"ndị stylists\": [\n        \"stylists\"\n    ],\n    \"stylites\": [\n        \"stylitic\",\n        \"stylitism\"\n    ],\n    \"ndị nzu\": [\n        \"stylizers\"\n    ],\n    \"stillaị\": [\n        \"stillage\"\n    ],\n    \"ka amuru\": [\n        \"stillborn\"\n    ],\n    \"ka ga\": [\n        \"stillish\"\n    ],\n    \"ka no\": [\n        \"stillmen\"\n    ],\n    \"Mmiri anaghị aga aga\": [\n        \"stillwater\"\n    ],\n    \"lobdị\": [\n        \"stylobate\"\n    ],\n    \"lonyeke\": [\n        \"stylomandibular\"\n    ],\n    \"lopdị\": [\n        \"stylopid\",\n        \"stylopod\"\n    ],\n    \"lopgha\": [\n        \"stylopidae\"\n    ],\n    \"styl\": [\n        \"stiltiness\"\n    ],\n    \"stymị\": [\n        \"stymies\"\n    ],\n    \"Ihe mkpali\": [\n        \"stimpert\"\n    ],\n    \"Ihe na-akpali akpali\": [\n        \"stimulants\"\n    ],\n    \"stingfish\": [\n        \"stingfishes\"\n    ],\n    \"jiri anyaukwu\": [\n        \"stingily\"\n    ],\n    \"stinging\": [\n        \"stingingly\"\n    ],\n    \"stinkds\": [\n        \"stinkards\"\n    ],\n    \"stin\": [\n        \"stinkers\"\n    ],\n    \"stinky ụkwụ\": [\n        \"stinkyfoot\"\n    ],\n    \"stip\": [\n        \"stipes\",\n        \"stipple\",\n        \"stipples\"\n    ],\n    \"phdị\": [\n        \"styphnate\"\n    ],\n    \"du iya\": [\n        \"stippledness\"\n    ],\n    \"stipipr\": [\n        \"stippler\"\n    ],\n    \"stipipip\": [\n        \"stipplers\"\n    ],\n    \"Nchọpụta\": [\n        \"stypsises\"\n    ],\n    \"stytọpụ\": [\n        \"styptic\"\n    ],\n    \"renekwụ\": [\n        \"styrene\"\n    ],\n    \"rendị mara mma\": [\n        \"styrenes\"\n    ],\n    \"riankwụ\": [\n        \"styrian\"\n    ],\n    \"rylọ styryl\": [\n        \"styryl\"\n    ],\n    \"roldị\": [\n        \"styrol\"\n    ],\n    \"rolekwụ\": [\n        \"styrolene\"\n    ],\n    \"stitts\": [\n        \"stitches\"\n    ],\n    \"stitch dị ka\": [\n        \"stitchlike\"\n    ],\n    \"kpachie mgbe\": [\n        \"stitchwhile\"\n    ],\n    \"stovu\": [\n        \"stobs\",\n        \"stoond\",\n        \"stovebrush\",\n        \"stovers\",\n        \"stoves\",\n        \"stovewood\"\n    ],\n    \"stokado\": [\n        \"stoccado\"\n    ],\n    \"onye na-azụ ngwaahịa\": [\n        \"stockbreeder\"\n    ],\n    \"ịzụ ngwaahịa\": [\n        \"stockbreeding\"\n    ],\n    \"ndị nkwakọ ngwaahịa\": [\n        \"stockers\",\n        \"stockmen\"\n    ],\n    \"ngwaahịa azu\": [\n        \"stockfish\"\n    ],\n    \"ngwaahịa ngwaahịa\": [\n        \"stockfishes\"\n    ],\n    \"onye nwere ngwaahịa\": [\n        \"stockholder\"\n    ],\n    \"ndị na-ere ngwaahịa\": [\n        \"stockholders\"\n    ],\n    \"agbakọba\": [\n        \"stockinged\"\n    ],\n    \"onye nchekwa ngwaahịa\": [\n        \"stockist\",\n        \"stockkeeper\",\n        \"stocktaker\"\n    ],\n    \"enweghị ngwaahịa\": [\n        \"stockless\"\n    ],\n    \"onye na-ere ngwaahịa\": [\n        \"stockmaker\",\n        \"stockman\"\n    ],\n    \"od\": [\n        \"stod\"\n    ],\n    \"stof\": [\n        \"stoff\"\n    ],\n    \"stoical na-acha ọcha\": [\n        \"stoicalness\"\n    ],\n    \"stiiki\": [\n        \"stoics\"\n    ],\n    \"onye nkwụnye ụgwọ\": [\n        \"stoiter\"\n    ],\n    \"stokia\": [\n        \"stokesia\"\n    ],\n    \"stokiti\": [\n        \"stokesite\"\n    ],\n    \"ịokingụ\": [\n        \"stoking\"\n    ],\n    \"stom stom\": [\n        \"stomachers\"\n    ],\n    \"na afọ\": [\n        \"stomachfully\"\n    ],\n    \"n'afọ\": [\n        \"stomachically\"\n    ],\n    \"Na-azọda ụkwụ\": [\n        \"stomaching\"\n    ],\n    \"afọ na-enweghị afọ ojuju\": [\n        \"stomachless\"\n    ],\n    \"obere afọ\": [\n        \"stomachlessness\"\n    ],\n    \"stomide\": [\n        \"stomate\"\n    ],\n    \"stomato\": [\n        \"stomatic\"\n    ],\n    \"ọkà mmụta stomatologist\": [\n        \"stomatologist\"\n    ],\n    \"zọda ụkwụ\": [\n        \"stomped\",\n        \"stomper\",\n        \"trampled\",\n        \"tramplers\",\n        \"tramples\",\n        \"trekked\"\n    ],\n    \"stomps\": [\n        \"stompers\"\n    ],\n    \"zọda ukwu\": [\n        \"stomping\",\n        \"stompingly\"\n    ],\n    \"nkume bass\": [\n        \"stonebass\"\n    ],\n    \"Nkume okwute\": [\n        \"stonebird\",\n        \"stonebrash\",\n        \"stonebreak\",\n        \"stoneroller\",\n        \"stonewall\",\n        \"stonewaller\",\n        \"stonewort\"\n    ],\n    \"Nkume anya\": [\n        \"stoneblindness\"\n    ],\n    \"egbutu okwute\": [\n        \"stonecutting\"\n    ],\n    \"tụgbuo ya\": [\n        \"stoned\"\n    ],\n    \"nkume tụgbuo\": [\n        \"stonedamp\"\n    ],\n    \"Nkume azu\": [\n        \"stonefish\",\n        \"stonefishes\"\n    ],\n    \"jiri aka\": [\n        \"stonehand\"\n    ],\n    \"onye nkume\": [\n        \"stoneman\"\n    ],\n    \"stonemason\": [\n        \"stonemasons\"\n    ],\n    \"nkume foto\": [\n        \"stoneshot\"\n    ],\n    \"Nkume mgbidi\": [\n        \"stonewalling\"\n    ],\n    \"stoneshein\": [\n        \"stonyhearted\"\n    ],\n    \"stony obi\": [\n        \"stonyheartedly\"\n    ],\n    \"stonyhe n'obi\": [\n        \"stonyheartedness\"\n    ],\n    \"stonili\": [\n        \"stonily\"\n    ],\n    \"tụgburu\": [\n        \"stonished\",\n        \"succumbers\"\n    ],\n    \"stook dikwa\": [\n        \"stook\"\n    ],\n    \"stooka\": [\n        \"stookers\"\n    ],\n    \"stool\": [\n        \"stools\"\n    ],\n    \"kpudo ihu\": [\n        \"stooped\"\n    ],\n    \"na-ehuru ehuru\": [\n        \"stooping\"\n    ],\n    \"na-ehulata ala\": [\n        \"stoopingly\"\n    ],\n    \"stoot\": [\n        \"stooth\"\n    ],\n    \"Kwụsị\": [\n        \"stop\"\n    ],\n    \"ndị na-akwụsị\": [\n        \"stoppers\"\n    ],\n    \"elekere nkwụsị\": [\n        \"stopwatch\"\n    ],\n    \"ụlọ nkwakọba\": [\n        \"storages\"\n    ],\n    \"echekwa ihu\": [\n        \"storefronts\"\n    ],\n    \"ndị na-echekwa ihe\": [\n        \"storekeepers\"\n    ],\n    \"onye nchekwa ulo\": [\n        \"storeman\",\n        \"storemen\",\n        \"storesman\"\n    ],\n    \"stori\": [\n        \"storiated\"\n    ],\n    \"gbagota\": [\n        \"storify\",\n        \"upbound\"\n    ],\n    \"ịchekwa\": [\n        \"storing\"\n    ],\n    \"oké ifufe\": [\n        \"storiology\",\n        \"storms\",\n        \"stormward\",\n        \"stormwind\",\n        \"tempest\",\n        \"tempested\",\n        \"whirlwind\",\n        \"whirlwinds\",\n        \"windstorms\"\n    ],\n    \"ọkà mmụta banyere mmiri ozuzo\": [\n        \"storiologist\"\n    ],\n    \"mbụk\": [\n        \"storywise\"\n    ],\n    \"ụgbala\": [\n        \"stork\",\n        \"storks\"\n    ],\n    \"dị ka ụgbala\": [\n        \"storklike\"\n    ],\n    \"storking\": [\n        \"storkling\"\n    ],\n    \"oké egwu\": [\n        \"stormable\",\n        \"stormful\"\n    ],\n    \"mgbeoke\": [\n        \"stormberg\"\n    ],\n    \"n'oké mmiri ozuzo\": [\n        \"stormfully\"\n    ],\n    \"oké iwe\": [\n        \"stormfulness\"\n    ],\n    \"ebili mmiri\": [\n        \"stormy\",\n        \"storminess\",\n        \"waveguide\",\n        \"wavelessness\",\n        \"waveproof\",\n        \"waves\",\n        \"waveshape\",\n        \"waveson\"\n    ],\n    \"n'oké egwu\": [\n        \"stormily\"\n    ],\n    \"enweghị ebili mmiri\": [\n        \"stormless\",\n        \"stormlessness\"\n    ],\n    \"dị ka oké ifufe\": [\n        \"stormlike\"\n    ],\n    \"n'oké mmiri\": [\n        \"stormwise\"\n    ],\n    \"ortgba ọsọ\": [\n        \"storting\"\n    ],\n    \"stoop\": [\n        \"stoup\"\n    ],\n    \"stoup zuru\": [\n        \"stoupful\"\n    ],\n    \"stour\": [\n        \"stoure\"\n    ],\n    \"stọọl\": [\n        \"stours\"\n    ],\n    \"gbasi ike\": [\n        \"stout\"\n    ],\n    \"esiwanye ike\": [\n        \"stoutening\"\n    ],\n    \"onye na-azụrụ ihe\": [\n        \"stouter\"\n    ],\n    \"ezigbo obi\": [\n        \"stoutheartedness\"\n    ],\n    \"stovu ụlọ\": [\n        \"stovehouse\"\n    ],\n    \"enweghị stovu\": [\n        \"stoveless\"\n    ],\n    \"ndị osi ite\": [\n        \"stovemen\"\n    ],\n    \"stovu anụ\": [\n        \"stovepipe\"\n    ],\n    \"stovu ọkpọ\": [\n        \"stovepipes\"\n    ],\n    \"stovi\": [\n        \"stovies\"\n    ],\n    \"strabism\": [\n        \"strabismal\",\n        \"strabismic\"\n    ],\n    \"strabram n'ụzọ\": [\n        \"strabismally\"\n    ],\n    \"strabometa\": [\n        \"strabometer\"\n    ],\n    \"ckbụ\": [\n        \"strackling\"\n    ],\n    \"kee ihe n'udo\": [\n        \"straddlewise\"\n    ],\n    \"straddle\": [\n        \"stradl\"\n    ],\n    \"strad\": [\n        \"stradlings\"\n    ],\n    \"strafere\": [\n        \"strafers\"\n    ],\n    \"gbagara\": [\n        \"straggled\"\n    ],\n    \"kpafuru akpafu\": [\n        \"strayed\"\n    ],\n    \"Kwụ ọtọ\": [\n        \"straight\",\n        \"straucht\",\n        \"straught\",\n        \"stright\"\n    ],\n    \"nnennen\": [\n        \"straightforwardness\"\n    ],\n    \"kwụziri\": [\n        \"straightlaced\"\n    ],\n    \"n'ụzọ kwụ ọtọ\": [\n        \"straightly\",\n        \"theonomously\"\n    ],\n    \"ọdụ ogologo\": [\n        \"straighttail\"\n    ],\n    \"na-akpafu\": [\n        \"straying\"\n    ],\n    \"na-awagharị\": [\n        \"strayling\",\n        \"wanderable\",\n        \"wanderer\",\n        \"wanderers\",\n        \"wandering\",\n        \"wanderingly\",\n        \"wanderlustful\",\n        \"wanders\",\n        \"wanrestful\"\n    ],\n    \"ndị nje\": [\n        \"strainermen\"\n    ],\n    \"na-eri ume\": [\n        \"straining\",\n        \"strainingly\"\n    ],\n    \"nje na-egbochi\": [\n        \"strainproof\"\n    ],\n    \"straighter\": [\n        \"straiter\"\n    ],\n    \"nke tara akpụ\": [\n        \"straitest\"\n    ],\n    \"ọnọdụ mgbochi\": [\n        \"straitlacedness\"\n    ],\n    \"stramashị\": [\n        \"stramashes\"\n    ],\n    \"Enweghị eriri\": [\n        \"strandless\"\n    ],\n    \"strangling\": [\n        \"strangeling\"\n    ],\n    \"na-amagbu onwe ya\": [\n        \"strangering\"\n    ],\n    \"dị ka ọbịa\": [\n        \"strangerlike\"\n    ],\n    \"ndị bịara abịa\": [\n        \"strangers\",\n        \"stranglers\"\n    ],\n    \"nyagburu bụ\": [\n        \"strangletare\"\n    ],\n    \"linggbagbu\": [\n        \"strangling\",\n        \"stranglingly\"\n    ],\n    \"nyagburu anya\": [\n        \"strangulated\"\n    ],\n    \"asụsụ olu\": [\n        \"strangulative\"\n    ],\n    \"Ogwughari\": [\n        \"strangullion\"\n    ],\n    \"phagha\": [\n        \"straphanging\"\n    ],\n    \"straipado\": [\n        \"strappado\",\n        \"strappadoes\"\n    ],\n    \"straipan\": [\n        \"strappan\"\n    ],\n    \"straipu\": [\n        \"strapper\",\n        \"stripe\"\n    ],\n    \"straipị\": [\n        \"strappers\"\n    ],\n    \"stratamita\": [\n        \"stratameter\"\n    ],\n    \"stratejik\": [\n        \"strategetical\"\n    ],\n    \"strategien\": [\n        \"strategian\"\n    ],\n    \"putara ighe\": [\n        \"strategically\"\n    ],\n    \"azum\": [\n        \"strategies\"\n    ],\n    \"ndị nhazi atụmatụ\": [\n        \"strategists\"\n    ],\n    \"strath\": [\n        \"straths\"\n    ],\n    \"stratigraphy\": [\n        \"stratography\"\n    ],\n    \"stratigraphic\": [\n        \"stratographic\"\n    ],\n    \"stratotrain\": [\n        \"stratotrainer\"\n    ],\n    \"stratos\": [\n        \"stratous\"\n    ],\n    \"strọberị\": [\n        \"strawberry\"\n    ],\n    \"strawberry\": [\n        \"strawberrylike\"\n    ],\n    \"stọkọk\": [\n        \"strawfork\"\n    ],\n    \"okpu ahịhịa\": [\n        \"strawhat\"\n    ],\n    \"enweghị ahịhịa\": [\n        \"strawless\"\n    ],\n    \"ahịhịa dị ka\": [\n        \"strawlike\"\n    ],\n    \"ahịhịa dị nso\": [\n        \"strawsmear\"\n    ],\n    \"ihe nkwuba\": [\n        \"strawstacker\"\n    ],\n    \"streaka\": [\n        \"streaker\",\n        \"streeker\"\n    ],\n    \"Iyi\": [\n        \"stream\",\n        \"streams\",\n        \"torrent\",\n        \"torrents\",\n        \"torret\"\n    ],\n    \"Ndị iyi\": [\n        \"streamers\"\n    ],\n    \"nke iyi\": [\n        \"streamful\",\n        \"streamy\"\n    ],\n    \"Gụgharia\": [\n        \"streaming\"\n    ],\n    \"enweghị iyi\": [\n        \"streamless\"\n    ],\n    \"yiri iyi\": [\n        \"streamlike\"\n    ],\n    \"Gụgo\": [\n        \"streamlined\",\n        \"streamliner\",\n        \"streamlines\"\n    ],\n    \"na-eme ka mmiri dị mma\": [\n        \"streamling\",\n        \"streamlining\"\n    ],\n    \"Ndị na-agagharị agagharị\": [\n        \"streekers\"\n    ],\n    \"ọkụ okporo ámá\": [\n        \"streetlight\"\n    ],\n    \"dị ka n'okporo ámá\": [\n        \"streetlike\"\n    ],\n    \"ndị na-aga n'okporo ámá\": [\n        \"streetwalkers\"\n    ],\n    \"strammatta\": [\n        \"stremmatograph\"\n    ],\n    \"wusi\": [\n        \"strengthen\"\n    ],\n    \"ndị na-ewusi ike\": [\n        \"strengtheners\"\n    ],\n    \"ike adịghị ike\": [\n        \"strengthlessness\",\n        \"underfortified\"\n    ],\n    \"ire abụọ\": [\n        \"strepsipterous\"\n    ],\n    \"gbatịa\": [\n        \"stret\",\n        \"stretch\",\n        \"stretched\",\n        \"stretches\"\n    ],\n    \"iheibummadu\": [\n        \"stretcher\"\n    ],\n    \"gbatia\": [\n        \"stretchy\"\n    ],\n    \"ndinyanade mbịne\": [\n        \"stretching\"\n    ],\n    \"gbatịa olu\": [\n        \"stretchneck\"\n    ],\n    \"ihe ndọtị\": [\n        \"stretta\",\n        \"strettas\",\n        \"strette\"\n    ],\n    \"uzo owara\": [\n        \"strewage\"\n    ],\n    \"ihe mgba\": [\n        \"striature\"\n    ],\n    \"Ikeji\": [\n        \"striche\"\n    ],\n    \"etiri\": [\n        \"stricken\"\n    ],\n    \"etigbu\": [\n        \"strickenly\"\n    ],\n    \"Strickler\": [\n        \"strickler\"\n    ],\n    \"strikị\": [\n        \"strickles\"\n    ],\n    \"nditịm\": [\n        \"strictly\"\n    ],\n    \"ekwusi\": [\n        \"strictured\"\n    ],\n    \"stridhin\": [\n        \"stridence\"\n    ],\n    \"strids\": [\n        \"strides\"\n    ],\n    \"stridor\": [\n        \"stridors\"\n    ],\n    \"stridal\": [\n        \"stridulate\",\n        \"stridulation\"\n    ],\n    \"Ikwu eziokwu\": [\n        \"stridulousness\"\n    ],\n    \"strifemer\": [\n        \"strifemaker\"\n    ],\n    \"myọ\": [\n        \"strift\"\n    ],\n    \"striga\": [\n        \"strig\",\n        \"strigae\"\n    ],\n    \"strigil\": [\n        \"strigils\"\n    ],\n    \"strig\": [\n        \"strigous\"\n    ],\n    \"iku mbadamba\": [\n        \"strikeboard\"\n    ],\n    \"etiwapụ\": [\n        \"strikebreaker\",\n        \"strikebreaking\"\n    ],\n    \"eriri N'ezie\": [\n        \"stringcourse\"\n    ],\n    \"Eriri Ike\": [\n        \"stringybark\"\n    ],\n    \"agbasiri ike\": [\n        \"stringily\",\n        \"strongbrained\"\n    ],\n    \"ndido urụk\": [\n        \"strings\"\n    ],\n    \"ahughari\": [\n        \"strinkle\"\n    ],\n    \"nkeawa akara\": [\n        \"striped\"\n    ],\n    \"strips\": [\n        \"stripers\"\n    ],\n    \"n'ọnyá\": [\n        \"stripes\"\n    ],\n    \"Nke kacha sie ike\": [\n        \"stripiest\"\n    ],\n    \"stripe\": [\n        \"striplings\"\n    ],\n    \"yipụ\": [\n        \"stripped\"\n    ],\n    \"strobs\": [\n        \"strobes\"\n    ],\n    \"stiroblọ\": [\n        \"strobilate\"\n    ],\n    \"Okpu-ike\": [\n        \"strobiliferous\"\n    ],\n    \"ọrịa strok\": [\n        \"stroboscope\",\n        \"stroboscopy\",\n        \"stroke\",\n        \"strokes\"\n    ],\n    \"stroboskop\": [\n        \"stroboscopes\"\n    ],\n    \"strozọ strok\": [\n        \"stroboscopically\"\n    ],\n    \"strok\": [\n        \"strockle\",\n        \"stroys\",\n        \"strokings\",\n        \"strone\",\n        \"strook\",\n        \"stroot\",\n        \"stroud\",\n        \"strouds\",\n        \"strows\"\n    ],\n    \"Na-agba\": [\n        \"stroying\",\n        \"trickling\"\n    ],\n    \"kpagharịa\": [\n        \"stroll\"\n    ],\n    \"Onye na-eje ije\": [\n        \"stroller\"\n    ],\n    \"Ihe eji agagharị\": [\n        \"strollers\"\n    ],\n    \"n'agaghari\": [\n        \"strolling\"\n    ],\n    \"stram\": [\n        \"strom\"\n    ],\n    \"stramb\": [\n        \"stromb\"\n    ],\n    \"strambite\": [\n        \"strombite\"\n    ],\n    \"Ike Ike\": [\n        \"strongbark\",\n        \"strongylon\"\n    ],\n    \"Igbe ike\": [\n        \"strongbox\"\n    ],\n    \"ebe siri ike\": [\n        \"stronghold\"\n    ],\n    \"Onye Ike\": [\n        \"strongylate\",\n        \"wyclifian\"\n    ],\n    \"ikechiida\": [\n        \"strongylidae\"\n    ],\n    \"ike adighi ike\": [\n        \"strongylidosis\"\n    ],\n    \"ikechiide\": [\n        \"strongyloides\"\n    ],\n    \"ikereloidosis\": [\n        \"strongyloidosis\"\n    ],\n    \"Strongyloplasmata\": [\n        \"strongyloplasmata\"\n    ],\n    \"ndị ike\": [\n        \"strongmen\"\n    ],\n    \"ime ụlọ ike\": [\n        \"strongroom\"\n    ],\n    \"strophe\": [\n        \"strophes\"\n    ],\n    \"na strok\": [\n        \"strophically\"\n    ],\n    \"mara aka\": [\n        \"stropped\"\n    ],\n    \"stropa\": [\n        \"stropper\"\n    ],\n    \"ọnyá\": [\n        \"strops\"\n    ],\n    \"Strow\": [\n        \"strowd\"\n    ],\n    \"Ikechukwu Nwogu\": [\n        \"struldbruggian\"\n    ],\n    \"mgbachi agbachi\": [\n        \"strumaticness\"\n    ],\n    \"storu\": [\n        \"strumous\"\n    ],\n    \"struthioniformes chọrọ\": [\n        \"struthioniformes\"\n    ],\n    \"n'amụ\": [\n        \"struttingly\"\n    ],\n    \"n'ikpo isi\": [\n        \"stubbly\"\n    ],\n    \"afọ stucco\": [\n        \"stuccoyer\"\n    ],\n    \"choo udiri\": [\n        \"stuccowork\"\n    ],\n    \"stucco ọrụ\": [\n        \"stuccoworker\"\n    ],\n    \"ịsụ nsụ\": [\n        \"studder\",\n        \"stutter\"\n    ],\n    \"studding ụgbọ\": [\n        \"studdingsail\"\n    ],\n    \"holọ nka\": [\n        \"studhorse\"\n    ],\n    \"holọ akwụkwọ\": [\n        \"studhorses\"\n    ],\n    \"ụlọ nka\": [\n        \"studios\"\n    ],\n    \"Nke guru\": [\n        \"studious\"\n    ],\n    \"studwork\": [\n        \"studworks\"\n    ],\n    \"stoata\": [\n        \"stuffata\"\n    ],\n    \"Onye ji ihe arụ\": [\n        \"stuffender\"\n    ],\n    \"ihe gownsman\": [\n        \"stuffgownsman\"\n    ],\n    \"Odi ike\": [\n        \"stuggy\"\n    ],\n    \"ike obula\": [\n        \"stultiloquence\"\n    ],\n    \"mekpu\": [\n        \"stummed\"\n    ],\n    \"na-akpọ ụkwụ\": [\n        \"stumming\"\n    ],\n    \"stump\": [\n        \"stumped\",\n        \"stumpers\",\n        \"stumping\"\n    ],\n    \"stọmpụ\": [\n        \"stumper\"\n    ],\n    \"yiri aka\": [\n        \"stumplike\",\n        \"thumblike\"\n    ],\n    \"aka ukwu\": [\n        \"stumpsucker\",\n        \"thump\"\n    ],\n    \"stoms\": [\n        \"stums\"\n    ],\n    \"undgha\": [\n        \"stundism\"\n    ],\n    \"O juru anya\": [\n        \"stunner\"\n    ],\n    \"Stụl\": [\n        \"stunsails\"\n    ],\n    \"stunt\": [\n        \"stunted\",\n        \"stuntness\"\n    ],\n    \"untda mba\": [\n        \"stuntedness\"\n    ],\n    \"stunts\": [\n        \"stunty\"\n    ],\n    \"stunting\": [\n        \"stuntingly\"\n    ],\n    \"estupefaciente\": [\n        \"stupefacient\"\n    ],\n    \"udiri mmụọ\": [\n        \"stupefaction\",\n        \"stupefactive\"\n    ],\n    \"ima nwaoyi\": [\n        \"stupefactiveness\"\n    ],\n    \"Nwa nnụnnụ\": [\n        \"stupefies\"\n    ],\n    \"Nwa akaebe\": [\n        \"stupefying\"\n    ],\n    \"dikwa ike\": [\n        \"stupendious\"\n    ],\n    \"nzuzu ific\": [\n        \"stuporific\"\n    ],\n    \"sturte gbara\": [\n        \"sturte\"\n    ],\n    \"sturt\": [\n        \"sturty\",\n        \"sturtin\"\n    ],\n    \"na-asụ nsụ\": [\n        \"stuttering\"\n    ],\n    \"Suanitian\": [\n        \"suanitian\"\n    ],\n    \"subabdominal nke mmiri\": [\n        \"subabdominal\"\n    ],\n    \"sub kpam kpam\": [\n        \"subabsolutely\"\n    ],\n    \"sub agụmakwụkwọ\": [\n        \"subacademically\"\n    ],\n    \"sub acetabular\": [\n        \"subacetabular\"\n    ],\n    \"nchịkwa nke okpuru\": [\n        \"subadministration\"\n    ],\n    \"onye okpuru\": [\n        \"subadministrator\",\n        \"subarboraceous\",\n        \"subcurator\",\n        \"subman\",\n        \"underbowser\",\n        \"underdrainer\",\n        \"underhorseman\",\n        \"underman\"\n    ],\n    \"subadult\": [\n        \"subadultness\"\n    ],\n    \"subaerat\": [\n        \"subaerate\"\n    ],\n    \"agbakwara\": [\n        \"subaerated\"\n    ],\n    \"ekekerede\": [\n        \"subaggregately\"\n    ],\n    \"subah\": [\n        \"subahs\"\n    ],\n    \"subahhip\": [\n        \"subahship\"\n    ],\n    \"subalụtụ\": [\n        \"suballocating\"\n    ],\n    \"subalternally\": [\n        \"subalternately\"\n    ],\n    \"ncheta afọ\": [\n        \"subanniversary\"\n    ],\n    \"subachitekt\": [\n        \"subarchitect\"\n    ],\n    \"subareolar\": [\n        \"subareolet\"\n    ],\n    \"sistemụ mmiri\": [\n        \"subarian\"\n    ],\n    \"sub arytenoid\": [\n        \"subarytenoid\"\n    ],\n    \"mmiri okpuru\": [\n        \"subarration\"\n    ],\n    \"ngalaba okpuru\": [\n        \"subassemblies\",\n        \"subjudiciary\",\n        \"subprincipals\"\n    ],\n    \"subissociation\": [\n        \"subassociation\"\n    ],\n    \"subassociation nkewa\": [\n        \"subassociational\"\n    ],\n    \"njikọ dị iche iche\": [\n        \"subassociations\"\n    ],\n    \"subassociatias\": [\n        \"subassociative\"\n    ],\n    \"enye iwu\": [\n        \"subastringent\"\n    ],\n    \"subatomik\": [\n        \"subatomic\"\n    ],\n    \"binggbanye\": [\n        \"subbing\"\n    ],\n    \"onye na-ede ihe ederede\": [\n        \"subbookkeeper\",\n        \"typographer\"\n    ],\n    \"edobere\": [\n        \"subbreed\",\n        \"subdentated\"\n    ],\n    \"subbreed\": [\n        \"subbreeds\"\n    ],\n    \"igba okpuru mmiri\": [\n        \"subbrigade\"\n    ],\n    \"sub bromide\": [\n        \"subbromide\"\n    ],\n    \"sub bronchial\": [\n        \"subbronchial\"\n    ],\n    \"sub calcareous\": [\n        \"subcalcareous\"\n    ],\n    \"subcinal\": [\n        \"subcardinal\"\n    ],\n    \"sub መንስኤ\": [\n        \"subcause\"\n    ],\n    \"subperre\": [\n        \"subcentre\"\n    ],\n    \"soch\": [\n        \"subch\"\n    ],\n    \"subchecel\": [\n        \"subchancel\"\n    ],\n    \"obere akwụkwọ\": [\n        \"subchapters\"\n    ],\n    \"subcce\": [\n        \"subcision\"\n    ],\n    \"subclass\": [\n        \"subclassed\",\n        \"subclasses\",\n        \"subclassing\"\n    ],\n    \"subclerk\": [\n        \"subclerks\"\n    ],\n    \"subleglegial\": [\n        \"subcollegial\"\n    ],\n    \"ndenye n'ọrụ\": [\n        \"subcommandership\"\n    ],\n    \"subississar\": [\n        \"subcommissary\"\n    ],\n    \"subcommison\": [\n        \"subcommissioner\"\n    ],\n    \"subcommissers\": [\n        \"subcommissioners\"\n    ],\n    \"ọrụ subison\": [\n        \"subcommissionership\"\n    ],\n    \"obere kọmitii\": [\n        \"subcommittee\"\n    ],\n    \"kọmitii dị iche iche\": [\n        \"subcommittees\"\n    ],\n    \"submeta\": [\n        \"subcomponent\",\n        \"submeter\",\n        \"submetering\"\n    ],\n    \"subconformible\": [\n        \"subconformably\"\n    ],\n    \"subconnected\": [\n        \"subconnectedly\"\n    ],\n    \"subconscious\": [\n        \"subconsciously\"\n    ],\n    \"ngalaba ala\": [\n        \"subcontinent\"\n    ],\n    \"onye na-edozi ọrụ\": [\n        \"subcontractor\"\n    ],\n    \"ndị ọrụ ntinye ụgwọ\": [\n        \"subcontractors\"\n    ],\n    \"Udo Oma\": [\n        \"subcreativeness\",\n        \"whidahs\"\n    ],\n    \"sub crepitation\": [\n        \"subcrepitation\"\n    ],\n    \"sub crescentic\": [\n        \"subcrescentic\"\n    ],\n    \"sub criminally\": [\n        \"subcriminally\"\n    ],\n    \"ihe subcross\": [\n        \"subcrossing\"\n    ],\n    \"subcultures\": [\n        \"subculturing\"\n    ],\n    \"nke dị n'okpuru\": [\n        \"subcurrent\",\n        \"subpalmate\",\n        \"subquarter\",\n        \"subtectacle\",\n        \"underpraised\"\n    ],\n    \"subcutaneous\": [\n        \"subcutaneously\"\n    ],\n    \"cutzọ okpuru\": [\n        \"subcutaneousness\"\n    ],\n    \"subdatarị\": [\n        \"subdataries\"\n    ],\n    \"subdren\": [\n        \"subdating\"\n    ],\n    \"onye subdealer\": [\n        \"subdealer\"\n    ],\n    \"sob\": [\n        \"subdeans\"\n    ],\n    \"edoro\": [\n        \"subdelegated\",\n        \"subordinated\"\n    ],\n    \"isunye\": [\n        \"subdelegating\"\n    ],\n    \"subdeltoid\": [\n        \"subdeltoidal\"\n    ],\n    \"sub gosi\": [\n        \"subdemonstrate\"\n    ],\n    \"nnyemaka\": [\n        \"subdentation\",\n        \"succulency\"\n    ],\n    \"sub dara mbà n'obi\": [\n        \"subdepressed\"\n    ],\n    \"sub Deputy\": [\n        \"subdeputy\"\n    ],\n    \"na-edozi onwe\": [\n        \"subderivative\"\n    ],\n    \"ọ ga-amata\": [\n        \"subdeterminant\"\n    ],\n    \"subbianonal\": [\n        \"subdiaconal\"\n    ],\n    \"chibidochi\": [\n        \"subdiaconate\"\n    ],\n    \"subdilect\": [\n        \"subdialect\"\n    ],\n    \"subdilectal\": [\n        \"subdialectal\"\n    ],\n    \"subdilectally\": [\n        \"subdialectally\"\n    ],\n    \"sub diaphragmatically\": [\n        \"subdiaphragmatically\"\n    ],\n    \"sub dichotomy\": [\n        \"subdichotomy\"\n    ],\n    \"subdistintik\": [\n        \"subdistinctive\"\n    ],\n    \"sub iche\": [\n        \"subdistinguish\",\n        \"subdistinguished\"\n    ],\n    \"subititiously\": [\n        \"subdititiously\"\n    ],\n    \"kewaa nkewa\": [\n        \"subdiversify\"\n    ],\n    \"subdivindi\": [\n        \"subdivinely\"\n    ],\n    \"nke okpuru\": [\n        \"subdominance\",\n        \"subrictal\",\n        \"underspecies\"\n    ],\n    \"subdors\": [\n        \"subdorsally\"\n    ],\n    \"edobe\": [\n        \"subducted\",\n        \"submain\"\n    ],\n    \"Mbelata\": [\n        \"subduction\"\n    ],\n    \"ndi okpuru\": [\n        \"subduers\"\n    ],\n    \"Na-emeri\": [\n        \"subduing\",\n        \"surmounting\"\n    ],\n    \"edo onwe ha n'okpuru\": [\n        \"subduingly\",\n        \"submit\"\n    ],\n    \"ndị edobere\": [\n        \"subeditors\"\n    ],\n    \"ịnọ n'okpuru\": [\n        \"subeditorship\",\n        \"subordinationism\"\n    ],\n    \"subelong\": [\n        \"subelongate\"\n    ],\n    \"Subelongated\": [\n        \"subelongated\"\n    ],\n    \"ihemkpuru\": [\n        \"subencephaltic\"\n    ],\n    \"zie ozi\": [\n        \"subendorse\",\n        \"suppling\"\n    ],\n    \"subititle\": [\n        \"subentitle\"\n    ],\n    \"ihe ndi kwesiri\": [\n        \"subequalities\"\n    ],\n    \"suberese\": [\n        \"subereous\"\n    ],\n    \"suber\": [\n        \"suberised\"\n    ],\n    \"suberi\": [\n        \"suberize\"\n    ],\n    \"subextensible\": [\n        \"subextensibleness\"\n    ],\n    \"Subextensibness\": [\n        \"subextensibness\"\n    ],\n    \"subfact\": [\n        \"subfactory\"\n    ],\n    \"na-elekọta ọrụ\": [\n        \"subfastigiate\",\n        \"supervigorous\"\n    ],\n    \"onye isi oru\": [\n        \"subferryman\"\n    ],\n    \"subfestive\": [\n        \"subfestively\"\n    ],\n    \"subfibs\": [\n        \"subfibrous\"\n    ],\n    \"subfiada\": [\n        \"subfields\"\n    ],\n    \"subfissụ\": [\n        \"subfissure\"\n    ],\n    \"subfluxuous\": [\n        \"subflexuous\"\n    ],\n    \"subfloor\": [\n        \"subflooring\",\n        \"subfloors\",\n        \"subflora\"\n    ],\n    \"sobo\": [\n        \"subforeman\"\n    ],\n    \"Ntụgharị asụsụ\": [\n        \"subformativeness\"\n    ],\n    \"subfosil\": [\n        \"subfossil\"\n    ],\n    \"n’okpuru\": [\n        \"subfractionally\"\n    ],\n    \"sub-subtitle\": [\n        \"subfractionary\"\n    ],\n    \"subfract\": [\n        \"subfractions\"\n    ],\n    \"subfulgful\": [\n        \"subfulgently\"\n    ],\n    \"sub ọrụ\": [\n        \"subfunctionally\"\n    ],\n    \"subfusk\": [\n        \"subfusc\"\n    ],\n    \"subfusiformis\": [\n        \"subfusiform\"\n    ],\n    \"subgap\": [\n        \"subgaped\"\n    ],\n    \"subglottiiki\": [\n        \"subglottic\"\n    ],\n    \"isọpụrụ Chineke\": [\n        \"subgod\"\n    ],\n    \"ọrụ nchịkwa n'okpuru\": [\n        \"subgovernorship\"\n    ],\n    \"nkeji edemede\": [\n        \"subgraph\"\n    ],\n    \"obere ederede\": [\n        \"subgraphs\"\n    ],\n    \"subquary\": [\n        \"subgular\"\n    ],\n    \"isiokwu nta\": [\n        \"subhead\",\n        \"subheading\",\n        \"subheadings\"\n    ],\n    \"ulo okpuru ulo\": [\n        \"subhouse\"\n    ],\n    \"subin-ezu\": [\n        \"subincomplete\"\n    ],\n    \"e doro anya\": [\n        \"subintention\"\n    ],\n    \"subintally\": [\n        \"subintentionally\"\n    ],\n    \"nke na-arụpụta ọrụ\": [\n        \"subintroductive\"\n    ],\n    \"ejiri n'okpuru\": [\n        \"subinvoluted\"\n    ],\n    \"gbasaa mmiri\": [\n        \"subirrigate\"\n    ],\n    \"irgba mmiri mmiri\": [\n        \"subirrigating\"\n    ],\n    \"subdom\": [\n        \"subjectdom\"\n    ],\n    \"doro\": [\n        \"subjected\",\n        \"subtended\"\n    ],\n    \"doro onwe ya\": [\n        \"subjectedness\"\n    ],\n    \"Isiokwu\": [\n        \"subjectified\"\n    ],\n    \"ido onwe ya n'okpuru\": [\n        \"subjection\"\n    ],\n    \"edo onwe ya n'okpuru\": [\n        \"subjectional\",\n        \"submissible\"\n    ],\n    \"nọ n'okpuru\": [\n        \"subjectivist\",\n        \"subordinates\",\n        \"underbear\",\n        \"underdead\",\n        \"underwaist\",\n        \"underwaists\"\n    ],\n    \"dobe onwe gị\": [\n        \"subjectivize\"\n    ],\n    \"Imeri\": [\n        \"subjicible\",\n        \"subjugable\"\n    ],\n    \"subjojo\": [\n        \"subjoined\"\n    ],\n    \"subgam\": [\n        \"subjudge\"\n    ],\n    \"ikpe-azụ\": [\n        \"subjudgeship\",\n        \"ultima\"\n    ],\n    \"subgamici\": [\n        \"subjudicially\"\n    ],\n    \"Emeri\": [\n        \"subjugated\"\n    ],\n    \"Ndi edo n'okpuru\": [\n        \"subjugates\"\n    ],\n    \"Mmeri\": [\n        \"subjugation\",\n        \"victresses\"\n    ],\n    \"Subjugator\": [\n        \"subjugator\"\n    ],\n    \"Ndị nọ n'okpuru\": [\n        \"subjugators\"\n    ],\n    \"subgbagha\": [\n        \"subking\"\n    ],\n    \"subkingdom\": [\n        \"subkingdoms\"\n    ],\n    \"onye na-enye ihe nchịkwa\": [\n        \"sublecturer\"\n    ],\n    \"Sublethal\": [\n        \"sublethal\"\n    ],\n    \"Sublethally\": [\n        \"sublethally\"\n    ],\n    \"Sublettable\": [\n        \"sublettable\"\n    ],\n    \"ịta ahụhụ\": [\n        \"sublevation\",\n        \"tort\"\n    ],\n    \"onye na-ejide onwe ya\": [\n        \"sublibrarian\"\n    ],\n    \"nyere ikikere\": [\n        \"sublicensed\"\n    ],\n    \"na -enye ndị ọzọ\": [\n        \"sublicensing\"\n    ],\n    \"Dị ebube\": [\n        \"sublid\",\n        \"sublunate\"\n    ],\n    \"magburu\": [\n        \"sublime\"\n    ],\n    \"ndepụta aha\": [\n        \"sublineation\",\n        \"sublist\"\n    ],\n    \"Dịkwa\": [\n        \"sublunated\"\n    ],\n    \"ldị ebube\": [\n        \"sublustrousness\"\n    ],\n    \"nchịkwa n'okpuru\": [\n        \"submanagership\"\n    ],\n    \"Ndi okpuru mmiri\": [\n        \"submariners\"\n    ],\n    \"ụgbọ okpuru mmiri\": [\n        \"submarines\"\n    ],\n    \"okpuru okpuru mmiri\": [\n        \"submarinism\"\n    ],\n    \"Onye okpuru mmiri\": [\n        \"submarinist\"\n    ],\n    \"yana nkewa\": [\n        \"submedially\"\n    ],\n    \"itinye ngalaba\": [\n        \"submeeting\"\n    ],\n    \"submembere\": [\n        \"submembers\"\n    ],\n    \"ndị ọrụ ntanetị\": [\n        \"submen\",\n        \"tutoyers\"\n    ],\n    \"submergence\": [\n        \"submergences\"\n    ],\n    \"Na-emikpu\": [\n        \"submerging\"\n    ],\n    \"mikpuo n’ime mmiri\": [\n        \"submerse\"\n    ],\n    \"Submersibles\": [\n        \"submersibles\"\n    ],\n    \"submetallik\": [\n        \"submetallic\"\n    ],\n    \"onye na-edo onwe ya n'okpuru\": [\n        \"submissionist\",\n        \"subordinationist\"\n    ],\n    \"edo onwe anyi n'okpuru\": [\n        \"submissive\"\n    ],\n    \"edo onwe anyị n'okpuru\": [\n        \"submissiveness\",\n        \"subordination\"\n    ],\n    \"rubere\": [\n        \"submitted\"\n    ],\n    \"submodul\": [\n        \"submodules\"\n    ],\n    \"submonth\": [\n        \"submonition\"\n    ],\n    \"nke eke\": [\n        \"subnatural\"\n    ],\n    \"nọmba nọmba\": [\n        \"subnumber\"\n    ],\n    \"subnutritritness\": [\n        \"subnutritiousness\"\n    ],\n    \"sub oblique\": [\n        \"suboblique\"\n    ],\n    \"sub obliquely\": [\n        \"subobliquely\"\n    ],\n    \"sub obtusely\": [\n        \"subobtusely\"\n    ],\n    \"sub obtuseness\": [\n        \"subobtuseness\"\n    ],\n    \"Subopaqueness\": [\n        \"subopaqueness\"\n    ],\n    \"n'obere\": [\n        \"suboptically\"\n    ],\n    \"ndi nọ n’okpuru\": [\n        \"subordinaries\"\n    ],\n    \"nke dị obere\": [\n        \"subordinateness\"\n    ],\n    \"subordinating\": [\n        \"subordinatingly\"\n    ],\n    \"dị n’okpuru\": [\n        \"suborned\"\n    ],\n    \"orgbanye\": [\n        \"suborning\"\n    ],\n    \"gbanwuru\": [\n        \"subovate\"\n    ],\n    \"subparamita\": [\n        \"subparameter\"\n    ],\n    \"omeiwu nta\": [\n        \"subparliament\"\n    ],\n    \"obere akụkụ\": [\n        \"subpart\"\n    ],\n    \"obere ụlọ\": [\n        \"subparty\"\n    ],\n    \"subparti\": [\n        \"subparties\"\n    ],\n    \"nchịkwa ọrụ\": [\n        \"subpastorship\"\n    ],\n    \"sub patroness\": [\n        \"subpatroness\"\n    ],\n    \"sub pavment\": [\n        \"subpavement\"\n    ],\n    \"edobe isi\": [\n        \"subpectoral\"\n    ],\n    \"subpeduculata\": [\n        \"subpedunculated\"\n    ],\n    \"subpeltị\": [\n        \"subpeltated\"\n    ],\n    \"subpeltably\": [\n        \"subpeltately\"\n    ],\n    \"ịkpọ akwụkwọ\": [\n        \"subpenaing\",\n        \"subpoenaing\"\n    ],\n    \"subpoenas\": [\n        \"subpenas\"\n    ],\n    \"subquangular\": [\n        \"subpentangular\",\n        \"subrectangular\"\n    ],\n    \"nkekere\": [\n        \"subpial\"\n    ],\n    \"sub pyramidal\": [\n        \"subpyramidal\"\n    ],\n    \"sub pyramidic\": [\n        \"subpyramidic\"\n    ],\n    \"sub pyramidical\": [\n        \"subpyramidical\"\n    ],\n    \"zitere anyị akwụkwọ\": [\n        \"subpoenaed\"\n    ],\n    \"subporphyritic adịghị\": [\n        \"subporphyritic\"\n    ],\n    \"sub prehensile\": [\n        \"subprehensile\"\n    ],\n    \"Enwere ike ijide onwe gị\": [\n        \"subprehensility\"\n    ],\n    \"subprofessally\": [\n        \"subprofessionally\"\n    ],\n    \"subprogram\": [\n        \"subprograms\"\n    ],\n    \"subprotectorhip\": [\n        \"subprotectorship\"\n    ],\n    \"subquadeta\": [\n        \"subquadrate\"\n    ],\n    \"ụzọ ụgbọ oloko\": [\n        \"subrailway\",\n        \"subway\",\n        \"subways\",\n        \"subwar\"\n    ],\n    \"ihe n'okpuru\": [\n        \"subrector\"\n    ],\n    \"subrisis\": [\n        \"subrisive\"\n    ],\n    \"subisịri\": [\n        \"subrisory\"\n    ],\n    \"subrogation\": [\n        \"subrogate\",\n        \"subrogating\"\n    ],\n    \"subotu\": [\n        \"subrotund\"\n    ],\n    \"subroutoro\": [\n        \"subroutining\"\n    ],\n    \"chiru\": [\n        \"subrule\"\n    ],\n    \"onye nrube isi\": [\n        \"subruler\"\n    ],\n    \"sub satirically\": [\n        \"subsatirically\"\n    ],\n    \"denye aha\": [\n        \"subscribe\",\n        \"subscrive\"\n    ],\n    \"tụrụ ụtụ\": [\n        \"subscribed\",\n        \"subscripted\"\n    ],\n    \"Idenye aha\": [\n        \"subscripting\"\n    ],\n    \"subsection\": [\n        \"subsecive\"\n    ],\n    \"odeakwụkwọ odeakwụkwọ\": [\n        \"subsecretary\"\n    ],\n    \"subretretarial\": [\n        \"subsecretarial\"\n    ],\n    \"ndị isi okpuru\": [\n        \"subsecretaries\"\n    ],\n    \"nke edoro\": [\n        \"subsecutive\"\n    ],\n    \"nwee nkwado\": [\n        \"subsensual\"\n    ],\n    \"nke sochirinụ\": [\n        \"subsequential\"\n    ],\n    \"ụdi\": [\n        \"subsequentness\"\n    ],\n    \"nke subse\": [\n        \"subserous\"\n    ],\n    \"sọbaa\": [\n        \"subserrate\"\n    ],\n    \"subsetị\": [\n        \"subsetting\"\n    ],\n    \"Egbeda\": [\n        \"subshrubby\"\n    ],\n    \"inye nkwado\": [\n        \"subsibilancy\",\n        \"subsidizing\"\n    ],\n    \"rekọba\": [\n        \"subsibilant\"\n    ],\n    \"talatara\": [\n        \"subsided\",\n        \"subsider\"\n    ],\n    \"ndị na-enyere onyinye\": [\n        \"subsiders\"\n    ],\n    \"ego enyemaka\": [\n        \"subsides\",\n        \"subsidies\"\n    ],\n    \"nkwado ego\": [\n        \"subsidization\"\n    ],\n    \"ihe e ji ebi ndụ\": [\n        \"subsistence\"\n    ],\n    \"ihe enyere\": [\n        \"subsistent\"\n    ],\n    \"sigbọ mmiri\": [\n        \"subsizarship\"\n    ],\n    \"chiri egwu\": [\n        \"subsmile\"\n    ],\n    \"gbadoro iche\": [\n        \"subspecialize\"\n    ],\n    \"agbakọtara\": [\n        \"subspecifically\"\n    ],\n    \"sub n'amaghi ama\": [\n        \"subspontaneous\",\n        \"subspontaneousness\"\n    ],\n    \"sub spontaneously\": [\n        \"subspontaneously\"\n    ],\n    \"sub stalagmite\": [\n        \"substalagmite\"\n    ],\n    \"sub stalagmitik\": [\n        \"substalagmitic\"\n    ],\n    \"umi\": [\n        \"substance\"\n    ],\n    \"ịrụ ọrụ nke ọma\": [\n        \"substandardization\"\n    ],\n    \"edozigharị\": [\n        \"substandardized\"\n    ],\n    \"n'ụzọ bara ụba\": [\n        \"substantiallying\"\n    ],\n    \"subternal\": [\n        \"substernal\"\n    ],\n    \"nọchiri\": [\n        \"substituent\",\n        \"substitutes\",\n        \"substitutive\",\n        \"successor\"\n    ],\n    \"onye na-edochi\": [\n        \"substituter\"\n    ],\n    \"ihe okpu\": [\n        \"substories\"\n    ],\n    \"dị nkwado\": [\n        \"subsultorious\"\n    ],\n    \"nnweta onyinye\": [\n        \"subsultorysubsultus\"\n    ],\n    \"nnweta ụgwọ ọrụ\": [\n        \"subsuperficialness\"\n    ],\n    \"subtackmen\": [\n        \"subtacksmen\"\n    ],\n    \"subtang\": [\n        \"subtangent\"\n    ],\n    \"subtashị\": [\n        \"subtasking\"\n    ],\n    \"na-edo onwe ya n'okpuru\": [\n        \"subtemperate\"\n    ],\n    \"na-edo onwe gị n'okpuru\": [\n        \"subtending\"\n    ],\n    \"nke subtercelestial\": [\n        \"subtercelestial\"\n    ],\n    \"subteruman\": [\n        \"subterhuman\"\n    ],\n    \"sụgharịa asụsụ ọzọ\": [\n        \"subterraneanizing\"\n    ],\n    \"subterraneous\": [\n        \"subterraneously\"\n    ],\n    \"subterranị\": [\n        \"subterrany\",\n        \"subterranity\"\n    ],\n    \"subterensual\": [\n        \"subtersensual\"\n    ],\n    \"subteruperlative\": [\n        \"subtersuperlative\"\n    ],\n    \"subterurface\": [\n        \"subtersurface\"\n    ],\n    \"ụzọ aghụghọ\": [\n        \"subtilties\",\n        \"subtleties\",\n        \"tactic\"\n    ],\n    \"ụdị dị iche iche\": [\n        \"subtypes\"\n    ],\n    \"sobtaitel\": [\n        \"subtitle\",\n        \"subtitling\",\n        \"subtitular\"\n    ],\n    \"subtotal\": [\n        \"subtotem\"\n    ],\n    \"subtractor\": [\n        \"subtracter\",\n        \"subtractors\"\n    ],\n    \"subita\": [\n        \"subtray\"\n    ],\n    \"subluchapụrụ\": [\n        \"subtranslucency\"\n    ],\n    \"nchịkwa okpuru\": [\n        \"subtreasurership\"\n    ],\n    \"subgbọ mmiri\": [\n        \"subtrench\"\n    ],\n    \"subtriplic\": [\n        \"subtriplicate\"\n    ],\n    \"subtrip\": [\n        \"subtriplication\"\n    ],\n    \"subt sita\": [\n        \"subtrousers\"\n    ],\n    \"subtret\": [\n        \"subtrunk\"\n    ],\n    \"subtartar\": [\n        \"subturbary\"\n    ],\n    \"subtwind\": [\n        \"subtwined\"\n    ],\n    \"subembulu\": [\n        \"subumbellate\"\n    ],\n    \"subembelliferous\": [\n        \"subumbelliferous\"\n    ],\n    \"subunequune\": [\n        \"subunequally\"\n    ],\n    \"nchịkwa obodo\": [\n        \"suburbanization\"\n    ],\n    \"suburban\": [\n        \"suburbanly\",\n        \"suburbans\"\n    ],\n    \"subventally\": [\n        \"subventrally\"\n    ],\n    \"subitiva\": [\n        \"subvitreousness\"\n    ],\n    \"ntinye ọrụ\": [\n        \"subwardenship\"\n    ],\n    \"gara nke ọma\": [\n        \"succeeded\"\n    ],\n    \"nyeere aka\": [\n        \"succent\",\n        \"succored\"\n    ],\n    \"nke soje\": [\n        \"succesive\",\n        \"successive\"\n    ],\n    \"onye osote\": [\n        \"successionist\"\n    ],\n    \"na-aga nke ọma\": [\n        \"successively\",\n        \"succivorous\",\n        \"sucres\"\n    ],\n    \"ihe sochiri\": [\n        \"successiveness\"\n    ],\n    \"ndị na-anọchi ya\": [\n        \"successors\"\n    ],\n    \"nwekpu\": [\n        \"succincter\"\n    ],\n    \"ga-enyere aka\": [\n        \"succous\"\n    ],\n    \"ga-atọ ụtọ\": [\n        \"succulent\"\n    ],\n    \"succulent\": [\n        \"succulentness\"\n    ],\n    \"ndị dị ndụ\": [\n        \"succulents\"\n    ],\n    \"dikwa nma\": [\n        \"succulous\"\n    ],\n    \"dakwasị anyị\": [\n        \"succumb\"\n    ],\n    \"ayak idem ọnọ\": [\n        \"succumbing\",\n        \"unsuccumbing\"\n    ],\n    \"enye aka\": [\n        \"succursal\"\n    ],\n    \"na-enye afọ ojuju\": [\n        \"succussatory\"\n    ],\n    \"ụdị ọrịa\": [\n        \"suchnesses\"\n    ],\n    \"inu ara\": [\n        \"suckage\",\n        \"suckener\",\n        \"suckering\",\n        \"suckle\",\n        \"suckler\",\n        \"suckling\"\n    ],\n    \"inuo\": [\n        \"sucked\"\n    ],\n    \"Sucker azụ\": [\n        \"suckerfish\",\n        \"suckerfishes\"\n    ],\n    \"dị ka ọkpọ\": [\n        \"suckerlike\"\n    ],\n    \"ndị na-a sucụ mmanya\": [\n        \"suckers\"\n    ],\n    \"Suckfish\": [\n        \"suckfishes\"\n    ],\n    \"ckụrụ mmiri\": [\n        \"suckhole\"\n    ],\n    \"na-a suụ ara\": [\n        \"sucking\"\n    ],\n    \"ndị na-ackụ ara\": [\n        \"sucklers\"\n    ],\n    \"ụmụ ara\": [\n        \"sucklings\"\n    ],\n    \"Suckstone\": [\n        \"suckstone\"\n    ],\n    \"Ijeagha\": [\n        \"sucrase\"\n    ],\n    \"ndị na-ede ede\": [\n        \"sucriers\"\n    ],\n    \"Suctoria\": [\n        \"suctoria\"\n    ],\n    \"ashịanị\": [\n        \"sudanian\"\n    ],\n    \"sudị\": [\n        \"sudations\",\n        \"sudic\"\n    ],\n    \"sudds\": [\n        \"sudes\"\n    ],\n    \"suds\": [\n        \"sudsers\",\n        \"sudses\",\n        \"sudsing\"\n    ],\n    \"kasị dị mfe\": [\n        \"sudsiest\"\n    ],\n    \"enweghị sudsless\": [\n        \"sudsless\"\n    ],\n    \"Sudsman\": [\n        \"sudsman\"\n    ],\n    \"ndi suds\": [\n        \"sudsmen\"\n    ],\n    \"kpọpụ\": [\n        \"sue\"\n    ],\n    \"Suedine\": [\n        \"suedine\"\n    ],\n    \"Suerte\": [\n        \"suerte\"\n    ],\n    \"suut\": [\n        \"suets\",\n        \"suits\"\n    ],\n    \"Suevian\": [\n        \"suevian\"\n    ],\n    \"Suevic\": [\n        \"suevic\"\n    ],\n    \"Suari\": [\n        \"suffari\"\n    ],\n    \"Suaris\": [\n        \"suffaris\"\n    ],\n    \"ike zuru oke\": [\n        \"sufferableness\",\n        \"superexpressiveness\"\n    ],\n    \"ndị na-arịa ọrịa\": [\n        \"sufferers\"\n    ],\n    \"ezuo\": [\n        \"suffice\"\n    ],\n    \"ezuola\": [\n        \"suffices\",\n        \"suffisant\",\n        \"sufflates\"\n    ],\n    \"na-ezuru\": [\n        \"sufficing\"\n    ],\n    \"na-agbachi ume\": [\n        \"suffocates\"\n    ],\n    \"n’ikpo ume\": [\n        \"suffocatingly\"\n    ],\n    \"suffoative\": [\n        \"suffocative\"\n    ],\n    \"Ndiegwu\": [\n        \"suffragans\"\n    ],\n    \"ike zuru ezu\": [\n        \"suffragettism\",\n        \"suffusions\"\n    ],\n    \"Onye zuru ezu\": [\n        \"suffragist\",\n        \"thoroughfarer\"\n    ],\n    \"surrago\": [\n        \"suffrago\"\n    ],\n    \"mkpuchi mkpuchi shuga\": [\n        \"sugarcoating\"\n    ],\n    \"dị ka shuga\": [\n        \"sugarlike\"\n    ],\n    \"ọrụ suga\": [\n        \"sugarworks\"\n    ],\n    \"nwere suges\": [\n        \"sugescent\"\n    ],\n    \"sukgillate\": [\n        \"suggillate\"\n    ],\n    \"saguaro\": [\n        \"suguaro\"\n    ],\n    \"igbu onwe ha\": [\n        \"suicidalism\"\n    ],\n    \"igbu onwe amamihe\": [\n        \"suicidalwise\"\n    ],\n    \"oke ime ụlọ\": [\n        \"suites\"\n    ],\n    \"sulul\": [\n        \"sulcular\"\n    ],\n    \"suldan\": [\n        \"suldans\"\n    ],\n    \"sulforicin\": [\n        \"sulforicinic\"\n    ],\n    \"sọlfọolf\": [\n        \"sulfowolframic\"\n    ],\n    \"sọlfọ ahụ\": [\n        \"sulfuric\",\n        \"sulphuric\"\n    ],\n    \"kacha dị njọ\": [\n        \"sulkiest\",\n        \"waspiest\"\n    ],\n    \"mee ka ọ dị nro\": [\n        \"sullied\"\n    ],\n    \"Ndi nzuzu\": [\n        \"sullies\"\n    ],\n    \"sulpasase\": [\n        \"sulphatase\"\n    ],\n    \"sulpion\": [\n        \"sulphation\"\n    ],\n    \"sulpisation\": [\n        \"sulphatization\"\n    ],\n    \"sulpized\": [\n        \"sulphatized\"\n    ],\n    \"sulfhemoglobin\": [\n        \"sulphhemoglobin\"\n    ],\n    \"sulphide\": [\n        \"sulphid\"\n    ],\n    \"sulfo cyanine\": [\n        \"sulphoncyanine\"\n    ],\n    \"sulfonephthalein\": [\n        \"sulphonephthalein\"\n    ],\n    \"sulphopurpuric na-adịghị\": [\n        \"sulphopurpuric\"\n    ],\n    \"sulfosuccinic\": [\n        \"sulphosuccinic\"\n    ],\n    \"sulpho sulphurous\": [\n        \"sulphosulphurous\"\n    ],\n    \"sulphonic\": [\n        \"sulphouinic\"\n    ],\n    \"sulphurea\": [\n        \"sulphourea\"\n    ],\n    \"sulfoxide\": [\n        \"sulphoxid\",\n        \"sulphoxide\"\n    ],\n    \"sulfoxylic\": [\n        \"sulphoxylic\"\n    ],\n    \"ịdị nhịahụ\": [\n        \"sulphureousness\"\n    ],\n    \"dị ka ọdịdị\": [\n        \"sulphurlike\"\n    ],\n    \"Sultan\": [\n        \"sultanate\"\n    ],\n    \"ndi eze\": [\n        \"sultanates\"\n    ],\n    \"N'otu oge\": [\n        \"sultane\"\n    ],\n    \"sultana\": [\n        \"sultanian\"\n    ],\n    \"sultrily ike\": [\n        \"sultrily\"\n    ],\n    \"Sumerian\": [\n        \"sumerian\"\n    ],\n    \"enweghị ngụkọta\": [\n        \"sumless\"\n    ],\n    \"na nchikota\": [\n        \"summaries\"\n    ],\n    \"summaris\": [\n        \"summarisable\"\n    ],\n    \"na-achikota\": [\n        \"summarising\",\n        \"summarizes\",\n        \"summarizing\",\n        \"unsummarized\"\n    ],\n    \"ndaeyo\": [\n        \"summer\",\n        \"summerer\",\n        \"summerlike\",\n        \"summerwood\"\n    ],\n    \"ụlọ okpomọkụ\": [\n        \"summerhouse\"\n    ],\n    \"n'oge okpomọkụ\": [\n        \"summeriest\",\n        \"summerly\"\n    ],\n    \"oge okpomọkụ\": [\n        \"summerings\"\n    ],\n    \"N'oge okpomọkụ\": [\n        \"summerlay\"\n    ],\n    \"Ezumike\": [\n        \"summerland\"\n    ],\n    \"enweghị okpomọkụ\": [\n        \"summerless\"\n    ],\n    \"ime ụlọ ezumike\": [\n        \"summerroom\"\n    ],\n    \"N'oge ọkọchị\": [\n        \"summers\"\n    ],\n    \"oge ọkọchị\": [\n        \"summertime\"\n    ],\n    \"n'oge ọkọchị\": [\n        \"summerward\"\n    ],\n    \"Udummiri\": [\n        \"summerweight\"\n    ],\n    \"kpọkọtara ọnụ\": [\n        \"summoningly\"\n    ],\n    \"kpokuo\": [\n        \"summons\",\n        \"withcall\"\n    ],\n    \"kpọọ kpọọ\": [\n        \"summonses\"\n    ],\n    \"sumoo\": [\n        \"sumo\"\n    ],\n    \"sump\": [\n        \"sumper\",\n        \"sumph\"\n    ],\n    \"onye sumpitan\": [\n        \"sumpitan\"\n    ],\n    \"sumptuous\": [\n        \"sumptious\",\n        \"sumptuously\"\n    ],\n    \"sumpter\": [\n        \"sumpture\"\n    ],\n    \"anyanwụ dara\": [\n        \"sunback\",\n        \"sunset\",\n        \"sunups\"\n    ],\n    \"anwu gbaa\": [\n        \"sunbaked\"\n    ],\n    \"sunbat\": [\n        \"sunbath\"\n    ],\n    \"anwụ na-acha\": [\n        \"sunbathes\",\n        \"sunbeamed\",\n        \"sunbreak\",\n        \"sunburned\",\n        \"sunburning\",\n        \"sunburns\",\n        \"sunburntness\",\n        \"sunburst\",\n        \"sunbursts\",\n        \"sunderance\",\n        \"sunfishes\",\n        \"sunny\",\n        \"sunning\",\n        \"sunproof\",\n        \"sunshines\",\n        \"sunstroke\"\n    ],\n    \"oge izu ike\": [\n        \"sunbaths\"\n    ],\n    \"nnụnụ anwụ\": [\n        \"sunbird\"\n    ],\n    \"nnụnnụ anwụ\": [\n        \"sunbirds\"\n    ],\n    \"ntachu\": [\n        \"sunburn\"\n    ],\n    \"sunburnt ness\": [\n        \"sunburnedness\"\n    ],\n    \"ntachu àmà\": [\n        \"sunburnproof\"\n    ],\n    \"sundayday\": [\n        \"sundayfied\"\n    ],\n    \"sunday yiri\": [\n        \"sundaylike\"\n    ],\n    \"ghasaa\": [\n        \"sunder\",\n        \"unterse\"\n    ],\n    \"sundund\": [\n        \"sundered\"\n    ],\n    \"sundown\": [\n        \"sundowning\"\n    ],\n    \"anyanwụ ga-ada\": [\n        \"sundowns\"\n    ],\n    \"onyedike\": [\n        \"sundryman\"\n    ],\n    \"anwu anwụ\": [\n        \"sunfisher\"\n    ],\n    \"ẹkwọ\": [\n        \"sungar\"\n    ],\n    \"ugogbe anya maka anwụ\": [\n        \"sunglass\",\n        \"sunglasses\"\n    ],\n    \"sunlow\": [\n        \"sunglow\"\n    ],\n    \"anwu anwu\": [\n        \"sunkland\",\n        \"sunnyhearted\",\n        \"sunnyheartedness\",\n        \"sunscreening\",\n        \"sunsetty\",\n        \"sunshine\",\n        \"sunshineless\",\n        \"suntanned\",\n        \"sunward\"\n    ],\n    \"enweghị anyanwụ\": [\n        \"sunless\"\n    ],\n    \"enweghị anwụ\": [\n        \"sunlessness\"\n    ],\n    \"ìhè anyanwụ\": [\n        \"sunlight\",\n        \"sunlighted\",\n        \"sunlights\"\n    ],\n    \"dị ka anyanwụ\": [\n        \"sunlike\"\n    ],\n    \"nke sunniest\": [\n        \"sunniest\"\n    ],\n    \"suns\": [\n        \"sunns\"\n    ],\n    \"edem usiahautịn\": [\n        \"sunrise\",\n        \"sunrises\",\n        \"sunrising\"\n    ],\n    \"mkpuchi mmiri\": [\n        \"sunroof\",\n        \"underwatch\"\n    ],\n    \"ime ụlọ anwụ\": [\n        \"sunroom\"\n    ],\n    \"ihe anwu anwu\": [\n        \"sunscreen\"\n    ],\n    \"anyanwụ na-ada\": [\n        \"sunsets\",\n        \"sunsetting\"\n    ],\n    \"okwute sunstone\": [\n        \"sunstone\"\n    ],\n    \"nkume anyanwụ\": [\n        \"sunstones\"\n    ],\n    \"Superability\": [\n        \"superability\"\n    ],\n    \"supevable\": [\n        \"superably\"\n    ],\n    \"super nnabata\": [\n        \"superaccommodating\"\n    ],\n    \"Superaccruing\": [\n        \"superaccruing\"\n    ],\n    \"Superactive\": [\n        \"superactive\"\n    ],\n    \"superactive\": [\n        \"superactively\"\n    ],\n    \"ike omume\": [\n        \"superactivity\"\n    ],\n    \"Superacuteness\": [\n        \"superacuteness\"\n    ],\n    \"Superadd\": [\n        \"superadd\"\n    ],\n    \"Superadequateness\": [\n        \"superadequateness\"\n    ],\n    \"nchịkwa elu\": [\n        \"superadministration\"\n    ],\n    \"Superadorn\": [\n        \"superadorn\"\n    ],\n    \"ibu aerodynamics\": [\n        \"superaerodynamics\"\n    ],\n    \"super aesthetically\": [\n        \"superaesthetically\"\n    ],\n    \"Superaffluently\": [\n        \"superaffluently\"\n    ],\n    \"Superambition\": [\n        \"superambition\"\n    ],\n    \"Superambitious\": [\n        \"superambitious\"\n    ],\n    \"nnukwu ụgbọ ala\": [\n        \"superambulacral\"\n    ],\n    \"Superanimal\": [\n        \"superanimal\"\n    ],\n    \"Superannuities\": [\n        \"superannuities\"\n    ],\n    \"Superaqueous\": [\n        \"superaqueous\"\n    ],\n    \"ibu mpako\": [\n        \"superarrogance\"\n    ],\n    \"superar artificial\": [\n        \"superartificial\",\n        \"superartificiality\"\n    ],\n    \"Superaspiration\": [\n        \"superaspiration\"\n    ],\n    \"Superassuming\": [\n        \"superassuming\"\n    ],\n    \"oke oju\": [\n        \"superastonishment\"\n    ],\n    \"ikenyeneke mbiet\": [\n        \"superb\"\n    ],\n    \"oke ahia\": [\n        \"superbenevolence\"\n    ],\n    \"dị oke egwu\": [\n        \"superbious\",\n        \"supertragically\"\n    ],\n    \"nnukwu mma\": [\n        \"superblunder\",\n        \"superponderant\"\n    ],\n    \"nnukwu bungalow\": [\n        \"superbungalow\"\n    ],\n    \"supracallosal\": [\n        \"supercallosal\"\n    ],\n    \"oke ikike\": [\n        \"supercapabilities\"\n    ],\n    \"superpapital\": [\n        \"supercapital\"\n    ],\n    \"supercarboniz\": [\n        \"supercarbonize\"\n    ],\n    \"ibu ahịa\": [\n        \"supercargoes\"\n    ],\n    \"nnukwu ọdachi\": [\n        \"supercatastrophe\",\n        \"supertragedy\"\n    ],\n    \"nnukwu kpata ajọ\": [\n        \"supercatastrophic\"\n    ],\n    \"nnukwu mmanya\": [\n        \"supercatholic\"\n    ],\n    \"superfererifuge\": [\n        \"supercentrifuge\"\n    ],\n    \"nnukwu ụgwọ\": [\n        \"supercharges\"\n    ],\n    \"ibu chivalrous\": [\n        \"superchivalrous\"\n    ],\n    \"ibu chivalrously\": [\n        \"superchivalrously\"\n    ],\n    \"nnukwu akwụkwọ\": [\n        \"supercycle\"\n    ],\n    \"nnukwu ụlọ akwụkwọ\": [\n        \"superclass\"\n    ],\n    \"nnukwu azụmahịa\": [\n        \"supercommercial\",\n        \"supercommercialness\"\n    ],\n    \"nnukwu kọmputa\": [\n        \"supercomputers\"\n    ],\n    \"na-arụ ọrụ zuru oke\": [\n        \"superconductive\"\n    ],\n    \"njikwa ọrụ\": [\n        \"superconductivity\",\n        \"superfunction\"\n    ],\n    \"nnukwu ụlọ ọrụ\": [\n        \"superconductor\",\n        \"superindustry\",\n        \"superinstitute\",\n        \"upperclassman\"\n    ],\n    \"superconductor\": [\n        \"superconductors\"\n    ],\n    \"nkwenye siri ike\": [\n        \"superconfirmation\",\n        \"superinfirmity\",\n        \"superinfirmities\",\n        \"tightfistedness\"\n    ],\n    \"superconservative nke ike\": [\n        \"superconservativeness\"\n    ],\n    \"super n'usoro iwu\": [\n        \"superconstitutionally\"\n    ],\n    \"nnukwu mmeri\": [\n        \"supercontest\"\n    ],\n    \"onyinye dị ukwuu\": [\n        \"supercontribution\"\n    ],\n    \"nnukwu iwu\": [\n        \"supercrime\"\n    ],\n    \"curgba oke\": [\n        \"supercuriousness\"\n    ],\n    \"superdemocrats\": [\n        \"superdemocratic\"\n    ],\n    \"ngosipụta ahịa\": [\n        \"superdemonstration\"\n    ],\n    \"nnukwu mmepe\": [\n        \"superdevelopment\"\n    ],\n    \"ịdị oke-njọ\": [\n        \"superdevilishness\"\n    ],\n    \"elu ọrụ\": [\n        \"superdevotion\",\n        \"superpraise\",\n        \"superreaction\"\n    ],\n    \"nnukwu echiche\": [\n        \"superdreadnought\",\n        \"superscandalous\"\n    ],\n    \"super n'ụzọ dị irè\": [\n        \"supereffectively\"\n    ],\n    \"arụmọrụ dị oke mma\": [\n        \"supereffectiveness\"\n    ],\n    \"nweere ike\": [\n        \"superelevate\",\n        \"superexceed\"\n    ],\n    \"ike kwere\": [\n        \"supereligibleness\"\n    ],\n    \"supereloquare\": [\n        \"supereloquently\"\n    ],\n    \"ọ dị elu\": [\n        \"supereminence\"\n    ],\n    \"nkwado dị elu\": [\n        \"superendorsement\"\n    ],\n    \"elu elu\": [\n        \"superengraved\",\n        \"surficial\"\n    ],\n    \"na-achịkwa ihe\": [\n        \"superengraving\",\n        \"supersensitize\"\n    ],\n    \"ka elu\": [\n        \"superether\"\n    ],\n    \"ezigbo ethmoidal\": [\n        \"superethmoidal\"\n    ],\n    \"super evangelical\": [\n        \"superevangelical\"\n    ],\n    \"nchịkwa ego\": [\n        \"superexpenditure\"\n    ],\n    \"superexplupia\": [\n        \"superexplicitly\"\n    ],\n    \"Ezigbo ezinụlọ\": [\n        \"superfamilies\"\n    ],\n    \"superfeefee\": [\n        \"superfee\"\n    ],\n    \"hyperfemininity\": [\n        \"superfemininity\"\n    ],\n    \"superficie\": [\n        \"superfice\"\n    ],\n    \"agbasi elu\": [\n        \"superficialism\",\n        \"superficiality\",\n        \"superficialness\"\n    ],\n    \"onye na-eme ihe dị elu\": [\n        \"superficialist\"\n    ],\n    \"elu-igwe\": [\n        \"superficialize\"\n    ],\n    \"N'elu elu\": [\n        \"superficially\"\n    ],\n    \"kapịrị ọnụ\": [\n        \"superficiary\"\n    ],\n    \"ịdị mma ọrụ\": [\n        \"superformidableness\"\n    ],\n    \"ọ dị nwute\": [\n        \"superfortunately\"\n    ],\n    \"n'esesa\": [\n        \"superfusing\"\n    ],\n    \"supergene\": [\n        \"supergenerous\"\n    ],\n    \"na-eme nlekọta\": [\n        \"supergravitating\"\n    ],\n    \"nnukwu ìgwè\": [\n        \"supergroup\",\n        \"supergroups\"\n    ],\n    \"ejiri obi ike\": [\n        \"superheartily\"\n    ],\n    \"ike di elu\": [\n        \"superheatedness\",\n        \"superpower\"\n    ],\n    \"ikereke\": [\n        \"superheavy\"\n    ],\n    \"nnukwu ụzọ\": [\n        \"superhighway\",\n        \"superhighways\"\n    ],\n    \"ike karịrị mmadụ\": [\n        \"superhuman\",\n        \"superhumanity\",\n        \"superhumanness\"\n    ],\n    \"superimposition\": [\n        \"superimpositions\"\n    ],\n    \"nke zuru oke\": [\n        \"superinclusive\",\n        \"thoroughwort\",\n        \"vastation\"\n    ],\n    \"superincomprenotible\": [\n        \"superincomprehensible\"\n    ],\n    \"ịdabere kpamkpam\": [\n        \"superindependence\"\n    ],\n    \"tụkwasi obi ike\": [\n        \"superindependent\"\n    ],\n    \"ejikọtacha ihe niile\": [\n        \"superinformality\"\n    ],\n    \"ejikọtachaghị ọnụ\": [\n        \"superinformally\"\n    ],\n    \"ịkpa oke okwu\": [\n        \"superingenuity\"\n    ],\n    \"super inquisitively\": [\n        \"superinquisitively\"\n    ],\n    \"na-edekọ ndebanye aha\": [\n        \"superinscribing\",\n        \"superinsscribing\"\n    ],\n    \"super ọgụgụ isi\": [\n        \"superintellectually\"\n    ],\n    \"superintolevable\": [\n        \"superintolerably\"\n    ],\n    \"ejikọtara ọnụ\": [\n        \"superjudicial\",\n        \"unitemized\",\n        \"univerbal\",\n        \"wellconnected\"\n    ],\n    \"n'ụzọ nchịkwa\": [\n        \"superjudicially\",\n        \"superregally\"\n    ],\n    \"onye isi ahia\": [\n        \"superlapsarian\"\n    ],\n    \"super luxurness\": [\n        \"superluxuriousness\"\n    ],\n    \"super ebube\": [\n        \"supermagnificently\"\n    ],\n    \"oke ebube\": [\n        \"supermarvelously\"\n    ],\n    \"supermathematics\": [\n        \"supermathematically\"\n    ],\n    \"nlekọta ahụ ike\": [\n        \"supermedial\"\n    ],\n    \"nnukwu ọgwụ\": [\n        \"supermedicine\"\n    ],\n    \"nke oke\": [\n        \"supermental\"\n    ],\n    \"zoro oke\": [\n        \"supermolten\"\n    ],\n    \"ọkasị mma\": [\n        \"supernatant\",\n        \"supernatation\"\n    ],\n    \"supranational\": [\n        \"supernational\"\n    ],\n    \"supranationalism\": [\n        \"supernationalism\"\n    ],\n    \"supernationalism\": [\n        \"supernationalisms\"\n    ],\n    \"elu ụwa\": [\n        \"supernationally\"\n    ],\n    \"ejiri Ananayas\": [\n        \"supernatural\",\n        \"supernaturalise\"\n    ],\n    \"ike karịrị nke mmadụ\": [\n        \"supernaturalised\",\n        \"supernaturalising\",\n        \"supernaturalism\",\n        \"supernaturality\",\n        \"supernaturalized\",\n        \"supernaturalizing\",\n        \"supernaturalness\"\n    ],\n    \"ejiri anwansi\": [\n        \"supernaturalistic\",\n        \"supernaturally\"\n    ],\n    \"nnukwu mkpa\": [\n        \"supernecessity\"\n    ],\n    \"ibu mkpa\": [\n        \"supernecessities\"\n    ],\n    \"supernumeraryhiphip\": [\n        \"supernumeraryship\"\n    ],\n    \"Superobedient\": [\n        \"superobedient\"\n    ],\n    \"Superobese\": [\n        \"superobese\"\n    ],\n    \"super ekwenyeghi\": [\n        \"superobjectionable\"\n    ],\n    \"super objectionably\": [\n        \"superobjectionably\"\n    ],\n    \"Superobstinateness\": [\n        \"superobstinateness\"\n    ],\n    \"Superodorsal\": [\n        \"superodorsal\"\n    ],\n    \"Superoffensive\": [\n        \"superoffensive\"\n    ],\n    \"superofficial\": [\n        \"superofficious\"\n    ],\n    \"superofficially\": [\n        \"superofficiously\"\n    ],\n    \"su Emperordain\": [\n        \"superordain\"\n    ],\n    \"suusader\": [\n        \"superorder\"\n    ],\n    \"icha eze\": [\n        \"superordination\",\n        \"toothpowder\"\n    ],\n    \"haezeganize\": [\n        \"superorganize\"\n    ],\n    \"Superoxygenation\": [\n        \"superoxygenation\"\n    ],\n    \"oke ochichi obodo\": [\n        \"superparliamentary\"\n    ],\n    \"nnukwu ndidi\": [\n        \"superpatience\"\n    ],\n    \"nnukwu ụlọ ọgwụ\": [\n        \"superpatient\"\n    ],\n    \"nnukwu ike\": [\n        \"superpiety\"\n    ],\n    \"super ezi uche\": [\n        \"superplausible\"\n    ],\n    \"a pụrụ ịdabere na ya\": [\n        \"superplausibleness\"\n    ],\n    \"superpopulated naanị\": [\n        \"superpopulatedly\"\n    ],\n    \"superposition\": [\n        \"superpositions\"\n    ],\n    \"superpositiveness nke ike\": [\n        \"superpositiveness\"\n    ],\n    \"ndi ike\": [\n        \"superpowers\"\n    ],\n    \"super precariously\": [\n        \"superprecariously\"\n    ],\n    \"superpreparapara\": [\n        \"superpreparation\"\n    ],\n    \"dị oke mma\": [\n        \"superrighteous\"\n    ],\n    \"ime ezi omume\": [\n        \"superrighteousness\"\n    ],\n    \"super ịhụnanya\": [\n        \"superromantically\"\n    ],\n    \"super sacerdotal\": [\n        \"supersacerdotal\"\n    ],\n    \"ọcụandaụ\": [\n        \"superscandalously\"\n    ],\n    \"na-edeghari ihe\": [\n        \"superscribing\"\n    ],\n    \"nkwonkwo nkwenkwe\": [\n        \"supersecretiveness\"\n    ],\n    \"ihe di elu\": [\n        \"superseminate\"\n    ],\n    \"ọkpụrụkpụ aha\": [\n        \"superseniority\"\n    ],\n    \"nkwonkwo ugwu\": [\n        \"supersensualist\"\n    ],\n    \"tinyekwuoro\": [\n        \"supersimplify\"\n    ],\n    \"na-eme ka ha gbasaa\": [\n        \"supersimplifying\"\n    ],\n    \"karịrị nke\": [\n        \"supersingular\"\n    ],\n    \"nnukwu usoro\": [\n        \"supersystem\"\n    ],\n    \"ndị na-ahụ maka ya\": [\n        \"supersonics\"\n    ],\n    \"ma ọ bụ ihe kacha mkpa\": [\n        \"superspecialize\"\n    ],\n    \"itinye aka n'ihe di iche\": [\n        \"superspecializing\"\n    ],\n    \"ihe nkwanye ugwu\": [\n        \"superspiritual\"\n    ],\n    \"ndị nwe okwukwe\": [\n        \"superstatesmen\"\n    ],\n    \"na -ele anya\": [\n        \"superstimulating\"\n    ],\n    \"na nkwenkwe ụgha\": [\n        \"superstitions\"\n    ],\n    \"Na-eme ihe na-enweghị isi\": [\n        \"superstrenuous\"\n    ],\n    \"nnukwu ohia\": [\n        \"superstructor\"\n    ],\n    \"supersubulu\": [\n        \"supersubtle\"\n    ],\n    \"super zuru ezu\": [\n        \"supersufficiently\"\n    ],\n    \"super sulcus\": [\n        \"supersulcus\"\n    ],\n    \"Anukwu\": [\n        \"supersulfureted\"\n    ],\n    \"ihe na-emenụ\": [\n        \"supersulfurizing\"\n    ],\n    \"super superabundant\": [\n        \"supersuperabundant\"\n    ],\n    \"super superabundantly\": [\n        \"supersuperabundantly\"\n    ],\n    \"super enyo\": [\n        \"supersuspicious\",\n        \"supersuspiciously\",\n        \"supersuspiciousness\"\n    ],\n    \"nnukwu anụ ahụ\": [\n        \"supertonic\"\n    ],\n    \"nke na-eme nlebara anya\": [\n        \"supertragical\"\n    ],\n    \"Ikechukwu Okeke\": [\n        \"superultrafrostified\"\n    ],\n    \"supervene\": [\n        \"supervened\"\n    ],\n    \"jisike\": [\n        \"supervive\"\n    ],\n    \"superwrowed\": [\n        \"superwrought\"\n    ],\n    \"onye na-anụ ọkụ n'obi\": [\n        \"superzealous\",\n        \"zealotist\"\n    ],\n    \"Suplex\": [\n        \"suplex\"\n    ],\n    \"nri anyasị\": [\n        \"supper\",\n        \"supperwards\"\n    ],\n    \"na-enye nri\": [\n        \"suppering\"\n    ],\n    \"echiri\": [\n        \"supplanted\"\n    ],\n    \"ndị na-akụ afọ n'ala\": [\n        \"supplanters\"\n    ],\n    \"na-akụchi\": [\n        \"supplanting\"\n    ],\n    \"supple\": [\n        \"suppled\",\n        \"supplely\",\n        \"suppletive\",\n        \"suppletory\"\n    ],\n    \"ndị mmeju\": [\n        \"supplementals\"\n    ],\n    \"nke ntụkwasị\": [\n        \"supplementary\"\n    ],\n    \"soplaya\": [\n        \"suppler\",\n        \"supplier\"\n    ],\n    \"na-arịọsi anya ike\": [\n        \"suppliantly\"\n    ],\n    \"na-akpọku\": [\n        \"supplicat\"\n    ],\n    \"kpọchie anya\": [\n        \"supplice\"\n    ],\n    \"ndị na-eweta ngwaahịa\": [\n        \"suppliers\"\n    ],\n    \"e chere\": [\n        \"supposedly\"\n    ],\n    \"Na-eche ihe\": [\n        \"supposers\"\n    ],\n    \"supposito\": [\n        \"suppositories\"\n    ],\n    \"suppurato\": [\n        \"suppurate\"\n    ],\n    \"emejuwo\": [\n        \"suppurated\"\n    ],\n    \"supradary\": [\n        \"supradental\"\n    ],\n    \"supraral\": [\n        \"supralateral\"\n    ],\n    \"nke kachasị elu\": [\n        \"supraordinary\",\n        \"supreme\",\n        \"supremer\",\n        \"uppermost\"\n    ],\n    \"suprara\": [\n        \"suprarationality\"\n    ],\n    \"supira\": [\n        \"suprarimal\"\n    ],\n    \"supraserasi\": [\n        \"suprasegmental\"\n    ],\n    \"igbado\": [\n        \"suprastate\"\n    ],\n    \"onye kachasị elu\": [\n        \"supremacy\",\n        \"supremity\"\n    ],\n    \"Suprematism\": [\n        \"suprematism\"\n    ],\n    \"onyekwere t\": [\n        \"supremest\"\n    ],\n    \"souq\": [\n        \"suq\"\n    ],\n    \"sura\": [\n        \"surah\",\n        \"surahee\"\n    ],\n    \"surah\": [\n        \"surahs\"\n    ],\n    \"surbii\": [\n        \"surbased\"\n    ],\n    \"surbed\": [\n        \"surbedded\",\n        \"surbedding\"\n    ],\n    \"surce\": [\n        \"surceased\"\n    ],\n    \"ngbakwunye\": [\n        \"surcharge\",\n        \"surcharger\"\n    ],\n    \"karịrị ụgwọ\": [\n        \"surcharging\"\n    ],\n    \"surcing\": [\n        \"surcingles\"\n    ],\n    \"Ulo mkpuchi\": [\n        \"surcoats\"\n    ],\n    \"surd\": [\n        \"surdent\"\n    ],\n    \"ejiri n'aka\": [\n        \"surefooted\"\n    ],\n    \"ijide n'aka na ụkwụ\": [\n        \"surefootedly\"\n    ],\n    \"ijide n'aka\": [\n        \"surefootedness\",\n        \"surest\"\n    ],\n    \"dị ka ime ara\": [\n        \"surenesses\"\n    ],\n    \"sọfụ\": [\n        \"surf\",\n        \"surfed\",\n        \"surfle\",\n        \"surfman\",\n        \"winnows\"\n    ],\n    \"sọfụfụ\": [\n        \"surfacy\",\n        \"surfboard\",\n        \"surfboarder\",\n        \"surfboarding\",\n        \"surfboards\",\n        \"surfcaster\",\n        \"surfcasting\",\n        \"surflike\",\n        \"surfuse\"\n    ],\n    \"surka\": [\n        \"surfeit\"\n    ],\n    \"surfefe\": [\n        \"surfeited\",\n        \"surfeits\"\n    ],\n    \"surfefeness\": [\n        \"surfeitedness\"\n    ],\n    \"Ndị surfers\": [\n        \"surfers\"\n    ],\n    \"sọfụ azụ\": [\n        \"surffish\"\n    ],\n    \"sọfụ sọfụ\": [\n        \"surffishes\"\n    ],\n    \"surfer\": [\n        \"surfie\",\n        \"surfier\"\n    ],\n    \"sọọfụ\": [\n        \"surfing\"\n    ],\n    \"Farisii\": [\n        \"surfings\",\n        \"surfriding\"\n    ],\n    \"surfako\": [\n        \"surfperch\"\n    ],\n    \"Ndiokwu\": [\n        \"surfs\"\n    ],\n    \"dọkịta na-awa\": [\n        \"surgeon\",\n        \"surgeonless\"\n    ],\n    \"dọkịta na-awa ahụ\": [\n        \"surgeons\",\n        \"surgeonship\"\n    ],\n    \"surgeri\": [\n        \"surgerize\"\n    ],\n    \"surges\": [\n        \"surgers\"\n    ],\n    \"nke ogwugwo\": [\n        \"surgical\"\n    ],\n    \"suricata\": [\n        \"suricat\",\n        \"suricate\",\n        \"suricates\"\n    ],\n    \"sur sur\": [\n        \"surliness\"\n    ],\n    \"Mgbaruhu\": [\n        \"surmenage\"\n    ],\n    \"surmise\": [\n        \"surmisedly\"\n    ],\n    \"onyenwanyị\": [\n        \"surmiser\"\n    ],\n    \"ndị surmis\": [\n        \"surmisers\"\n    ],\n    \"Ngosiputa\": [\n        \"surmises\"\n    ],\n    \"Kwuchie\": [\n        \"surmounted\"\n    ],\n    \"nna oku\": [\n        \"surnamer\"\n    ],\n    \"Karịrị\": [\n        \"surpasser\"\n    ],\n    \"surple\": [\n        \"surplice\"\n    ],\n    \"surplics\": [\n        \"surplices\"\n    ],\n    \"surplịpịa\": [\n        \"surplicewise\"\n    ],\n    \"nfe\": [\n        \"surprint\"\n    ],\n    \"na anya\": [\n        \"surprisedly\",\n        \"withwind\"\n    ],\n    \"surprii\": [\n        \"surprize\"\n    ],\n    \"surfari\": [\n        \"surprized\"\n    ],\n    \"surquryry\": [\n        \"surquedry\",\n        \"surquidry\"\n    ],\n    \"ururu\": [\n        \"surquidy\"\n    ],\n    \"surrogrog\": [\n        \"surrogated\"\n    ],\n    \"surrogring\": [\n        \"surrogating\"\n    ],\n    \"surrog\": [\n        \"surrogation\"\n    ],\n    \"Mbubata\": [\n        \"surrosion\"\n    ],\n    \"surtochi\": [\n        \"surtouts\"\n    ],\n    \"lanarị\": [\n        \"surv\",\n        \"survise\",\n        \"survivability\",\n        \"survivable\",\n        \"survival\",\n        \"survivalist\",\n        \"survivance\",\n        \"survivancy\",\n        \"survivant\",\n        \"survive\",\n        \"survivoress\",\n        \"survivorship\"\n    ],\n    \"ịlanarị\": [\n        \"survivalism\"\n    ],\n    \"ndị lanarịrịnụ\": [\n        \"survivals\",\n        \"survivers\",\n        \"survivors\"\n    ],\n    \"lanarịrị\": [\n        \"survived\",\n        \"surviver\",\n        \"survivor\"\n    ],\n    \"Sushiyania\": [\n        \"susianian\"\n    ],\n    \"susuki\": [\n        \"suslik\",\n        \"susliks\"\n    ],\n    \"onye a na-enyo enyo\": [\n        \"suspect\"\n    ],\n    \"na-enyo enyo\": [\n        \"suspectable\",\n        \"suspectedly\",\n        \"suspecting\",\n        \"suspects\",\n        \"suspirious\"\n    ],\n    \"onye na-enyo enyo\": [\n        \"suspecter\",\n        \"suspector\"\n    ],\n    \"enyoghi enyo\": [\n        \"suspectless\"\n    ],\n    \"enyo a enyo\": [\n        \"suspendibility\"\n    ],\n    \"nkwusioru\": [\n        \"suspensation\",\n        \"suspension\"\n    ],\n    \"na akwusi\": [\n        \"suspensively\"\n    ],\n    \"nwere ume\": [\n        \"suspiratious\"\n    ],\n    \"adigide\": [\n        \"sustainable\"\n    ],\n    \"kwagidere\": [\n        \"sustained\",\n        \"upheld\"\n    ],\n    \"Sustenant\": [\n        \"sustenant\"\n    ],\n    \", nke\": [\n        \"sustentative\"\n    ],\n    \"na-adịgide ndụ\": [\n        \"susurrous\"\n    ],\n    \"utergha\": [\n        \"suterbery\"\n    ],\n    \"suluji\": [\n        \"sutlerage\"\n    ],\n    \"suluchi\": [\n        \"sutlery\",\n        \"sutlership\"\n    ],\n    \"sutụ\": [\n        \"sutta\"\n    ],\n    \"sulu\": [\n        \"suttle\"\n    ],\n    \"sutura\": [\n        \"suturation\"\n    ],\n    \"Suzanne\": [\n        \"suzanne\"\n    ],\n    \"Suzerain\": [\n        \"suzerain\"\n    ],\n    \"Suzerains\": [\n        \"suzerains\"\n    ],\n    \"Suzerainties\": [\n        \"suzerainties\"\n    ],\n    \"Suzette\": [\n        \"suzette\"\n    ],\n    \"Suzettes\": [\n        \"suzettes\"\n    ],\n    \"Asụsụ Svanetian\": [\n        \"svanetian\"\n    ],\n    \"ezenwe\": [\n        \"svarajes\"\n    ],\n    \"selu\": [\n        \"svelt\"\n    ],\n    \"svelvel\": [\n        \"sveltely\"\n    ],\n    \"ịwa\": [\n        \"swa\"\n    ],\n    \"Asụsụ Swabian\": [\n        \"swabian\"\n    ],\n    \"ụgwọ swaddle\": [\n        \"swaddlebill\"\n    ],\n    \"swadeshi\": [\n        \"swadeshism\"\n    ],\n    \"swag afọ\": [\n        \"swagbelly\"\n    ],\n    \"swagbelli\": [\n        \"swagbellied\"\n    ],\n    \"ndi swagmen\": [\n        \"swagmen\"\n    ],\n    \"ndi swags\": [\n        \"swagsmen\"\n    ],\n    \"n'ịghasa\": [\n        \"swayingly\"\n    ],\n    \"da mba\": [\n        \"swail\"\n    ],\n    \"na-ebu ije\": [\n        \"swaling\"\n    ],\n    \"ilo\": [\n        \"swallo\",\n        \"swallow\",\n        \"swallowable\",\n        \"swallowing\",\n        \"swallowling\"\n    ],\n    \"loro\": [\n        \"swallowed\",\n        \"swallowpipe\",\n        \"swallowtailed\"\n    ],\n    \"Onye na-eloda\": [\n        \"swallower\"\n    ],\n    \"loda dika\": [\n        \"swallowlike\"\n    ],\n    \"na-eloda\": [\n        \"swallows\"\n    ],\n    \"ilo mmiri\": [\n        \"swallowtail\",\n        \"swallowwort\"\n    ],\n    \"lota\": [\n        \"swallowtails\"\n    ],\n    \"Swwam\": [\n        \"swamy\"\n    ],\n    \"Swidị\": [\n        \"swamies\"\n    ],\n    \"swamiri\": [\n        \"swamped\"\n    ],\n    \"swam swam\": [\n        \"swampless\"\n    ],\n    \"Swanflower\": [\n        \"swanflower\"\n    ],\n    \"Swang\": [\n        \"swang\"\n    ],\n    \"Swangy\": [\n        \"swangy\"\n    ],\n    \"swanher\": [\n        \"swanherds\"\n    ],\n    \"Swank\": [\n        \"swank\",\n        \"swanked\"\n    ],\n    \"Onye mbia\": [\n        \"swanker\"\n    ],\n    \"Swankiest\": [\n        \"swankest\",\n        \"swankiest\"\n    ],\n    \"Swankier\": [\n        \"swankier\"\n    ],\n    \"wanmụ anụ\": [\n        \"swanking\"\n    ],\n    \"Swankness\": [\n        \"swankness\"\n    ],\n    \"dị ka nnụnnụ mmiri\": [\n        \"swanlike\"\n    ],\n    \"Swanned\": [\n        \"swanned\"\n    ],\n    \"Swanner\": [\n        \"swanner\"\n    ],\n    \"Swannet\": [\n        \"swannet\"\n    ],\n    \"swanskin\": [\n        \"swanskins\"\n    ],\n    \"Swanweed\": [\n        \"swanweed\"\n    ],\n    \"Swanwort\": [\n        \"swanwort\"\n    ],\n    \"gbanweta\": [\n        \"swap\",\n        \"swape\",\n        \"swapped\"\n    ],\n    \"swaraj\": [\n        \"swarajes\"\n    ],\n    \"swarajist\": [\n        \"swarajism\"\n    ],\n    \"mma agha\": [\n        \"swards\",\n        \"sword\",\n        \"swordbill\",\n        \"swordfishery\",\n        \"swordfishes\",\n        \"swordfishing\",\n        \"swordgrass\",\n        \"swordick\",\n        \"swordless\",\n        \"swordlet\",\n        \"swordmaking\",\n        \"swordmanship\",\n        \"swordmen\",\n        \"swordplay\",\n        \"swordproof\",\n        \"swords\",\n        \"swordslipper\",\n        \"swordsman\",\n        \"swordsmanship\",\n        \"swordsmen\",\n        \"swordsmith\",\n        \"swordster\",\n        \"swordstick\",\n        \"swordtail\",\n        \"swordweed\"\n    ],\n    \"ụọ iyi\": [\n        \"sware\",\n        \"swear\",\n        \"swearers\"\n    ],\n    \"igweanu\": [\n        \"swarf\",\n        \"swarmy\"\n    ],\n    \"igwe-anụ\": [\n        \"swarm\"\n    ],\n    \"juru n’arụ\": [\n        \"swarmed\"\n    ],\n    \"gbagu\": [\n        \"swarms\"\n    ],\n    \"swart\": [\n        \"swarth\"\n    ],\n    \"swortness\": [\n        \"swarthness\"\n    ],\n    \"swarts\": [\n        \"swarths\"\n    ],\n    \"swartart\": [\n        \"swartish\"\n    ],\n    \"swastikas\": [\n        \"swasticas\",\n        \"swastikaed\"\n    ],\n    \"Uwe Ojukwu\": [\n        \"swatchel\",\n        \"waywiser\"\n    ],\n    \"swatway\": [\n        \"swatchway\"\n    ],\n    \"swater\": [\n        \"swather\"\n    ],\n    \"swat\": [\n        \"swati\"\n    ],\n    \"seattle\": [\n        \"swattle\"\n    ],\n    \"sụm\": [\n        \"sweamish\"\n    ],\n    \"sweụọ iyi\": [\n        \"swears\"\n    ],\n    \"Igbe ajirija\": [\n        \"sweatbox\"\n    ],\n    \"Akpa ọsụsọ\": [\n        \"sweatboxes\"\n    ],\n    \"sweta\": [\n        \"sweater\"\n    ],\n    \"swatier\": [\n        \"sweatier\"\n    ],\n    \"ajirija akaebe\": [\n        \"sweatproof\"\n    ],\n    \"atsdị sweatshirt\": [\n        \"sweatshirt\"\n    ],\n    \"Swweed\": [\n        \"sweatweed\"\n    ],\n    \"na-a sweụ\": [\n        \"sweens\",\n        \"swevens\"\n    ],\n    \"Ibulite\": [\n        \"sweepable\",\n        \"sweepage\",\n        \"sweepback\",\n        \"sweepdom\",\n        \"sweeping\",\n        \"sweepingly\",\n        \"sweepingness\",\n        \"sweepings\",\n        \"sweepstake\",\n        \"sweptwing\"\n    ],\n    \"Ebe a na-ekpo ekpo\": [\n        \"sweepboard\"\n    ],\n    \"zulọọ\": [\n        \"sweeper\",\n        \"sweepers\",\n        \"sweepy\"\n    ],\n    \"Sweeperess\": [\n        \"sweeperess\"\n    ],\n    \"zulọọ elu\": [\n        \"sweepforward\"\n    ],\n    \"Ihe nchacha\": [\n        \"sweepwasher\"\n    ],\n    \"toro iyi\": [\n        \"sweered\"\n    ],\n    \"swiiz\": [\n        \"sweese\"\n    ],\n    \"mgbịrịgba dị ụtọ\": [\n        \"sweetbells\"\n    ],\n    \"ndị na-atọ ụtọ\": [\n        \"sweetbriers\"\n    ],\n    \"sweeten\": [\n        \"sweetenings\"\n    ],\n    \"ingtọ\": [\n        \"sweeting\"\n    ],\n    \"atọghị ụtọ\": [\n        \"sweetless\",\n        \"untasting\"\n    ],\n    \"lingtọ\": [\n        \"sweetling\"\n    ],\n    \"ụtọmeats\": [\n        \"sweetmeats\"\n    ],\n    \"ato uto\": [\n        \"sweets\"\n    ],\n    \"ụtọsop\": [\n        \"sweetsop\"\n    ],\n    \"mmiri di uto\": [\n        \"sweetwater\"\n    ],\n    \"woodtọ osisi\": [\n        \"sweetwood\"\n    ],\n    \"swoo\": [\n        \"swego\"\n    ],\n    \"fụrụ akpụ\": [\n        \"swelled\",\n        \"sweltered\",\n        \"swollen\",\n        \"swollenly\"\n    ],\n    \"swellfish\": [\n        \"swellfishes\"\n    ],\n    \"iza\": [\n        \"swellishness\",\n        \"sweltering\"\n    ],\n    \"aza\": [\n        \"swells\"\n    ],\n    \"sweleling\": [\n        \"swelteringly\"\n    ],\n    \"swịl\": [\n        \"sweltry\"\n    ],\n    \"gbara mba\": [\n        \"sweltriest\"\n    ],\n    \"swid\": [\n        \"swidge\"\n    ],\n    \"dịrị ọsọ\": [\n        \"swifter\"\n    ],\n    \"swift\": [\n        \"swifters\"\n    ],\n    \"kasị ọsọ ọsọ\": [\n        \"swiftest\"\n    ],\n    \"kachasị ọsọ ọsọ\": [\n        \"swiftliest\"\n    ],\n    \"swiller\": [\n        \"swillers\"\n    ],\n    \"swill\": [\n        \"swills\"\n    ],\n    \"ndi na-egwu mmiri\": [\n        \"swimmers\"\n    ],\n    \"uwe eji egwu mmiri\": [\n        \"swimsuit\"\n    ],\n    \"na-akọ aghụghọ\": [\n        \"swindling\",\n        \"swindlingly\"\n    ],\n    \"swineshead\": [\n        \"swinehead\"\n    ],\n    \"ụgbọ mmiri swineherd\": [\n        \"swineherdship\"\n    ],\n    \"swinly\": [\n        \"swinely\"\n    ],\n    \"ezì swinepoxes\": [\n        \"swinepoxes\"\n    ],\n    \"swinistic\": [\n        \"swinesty\"\n    ],\n    \"swinger\": [\n        \"swingeour\"\n    ],\n    \"swingy\": [\n        \"swingier\"\n    ],\n    \"swinging\": [\n        \"swingle\"\n    ],\n    \"Onye nwe\": [\n        \"swingman\"\n    ],\n    \"swingometa\": [\n        \"swingometer\"\n    ],\n    \"Ngwo\": [\n        \"swingstock\"\n    ],\n    \"swinish\": [\n        \"swinishness\"\n    ],\n    \"n'egbo\": [\n        \"swinking\"\n    ],\n    \"swinini\": [\n        \"swinney\"\n    ],\n    \"swinlin\": [\n        \"swinneys\"\n    ],\n    \"swie\": [\n        \"swipe\"\n    ],\n    \"swipip\": [\n        \"swipple\"\n    ],\n    \"swirlie\": [\n        \"swirlier\"\n    ],\n    \"swish\": [\n        \"swished\"\n    ],\n    \"mgba ọkụ\": [\n        \"switch\",\n        \"switchblade\",\n        \"switchblades\",\n        \"switchgear\",\n        \"switchkeeper\",\n        \"switchman\",\n        \"swith\"\n    ],\n    \"ịmafe\": [\n        \"switching\",\n        \"switchings\"\n    ],\n    \"ịgbanwee ọdụ\": [\n        \"switchtail\"\n    ],\n    \"switcher\": [\n        \"swither\"\n    ],\n    \"switzer\": [\n        \"switzeress\"\n    ],\n    \"Switzerland\": [\n        \"switzerland\"\n    ],\n    \"swivel\": [\n        \"swive\",\n        \"swivels\",\n        \"swivets\"\n    ],\n    \"anya swivel\": [\n        \"swiveleye\"\n    ],\n    \"dị ka swivel\": [\n        \"swivellike\"\n    ],\n    \"swizz\": [\n        \"swiz\"\n    ],\n    \"swizzels\": [\n        \"swizzlers\"\n    ],\n    \"swab\": [\n        \"swob\"\n    ],\n    \"swabbed\": [\n        \"swobbed\"\n    ],\n    \"uche ara\": [\n        \"swooning\"\n    ],\n    \"swoos\": [\n        \"swooshed\",\n        \"swooshes\"\n    ],\n    \"onye na-ebu mma agha\": [\n        \"swordbearer\"\n    ],\n    \"ji mma agha\": [\n        \"sworded\"\n    ],\n    \"sọdfish\": [\n        \"swordfish\"\n    ],\n    \"yiri mma agha\": [\n        \"swordlike\"\n    ],\n    \"onye na-egbu mma agha\": [\n        \"swordmaker\",\n        \"swordplayer\"\n    ],\n    \"onye mma agha\": [\n        \"swordman\"\n    ],\n    \"mma-agha\": [\n        \"swordswoman\"\n    ],\n    \"oreụọ iyi\": [\n        \"swore\"\n    ],\n    \".ụọ iyi\": [\n        \"sworn\"\n    ],\n    \"swot\": [\n        \"swots\"\n    ],\n    \"swotadị\": [\n        \"swotters\"\n    ],\n    \"gharị\": [\n        \"swounded\"\n    ],\n    \"ghaị\": [\n        \"swouned\"\n    ],\n    \"taabụ\": [\n        \"tab\",\n        \"tabes\",\n        \"tabourers\",\n        \"tabours\",\n        \"tabs\",\n        \"tabulator\",\n        \"tane\"\n    ],\n    \"sịgare\": [\n        \"tabarets\"\n    ],\n    \"taby\": [\n        \"tabby\"\n    ],\n    \"Tabing\": [\n        \"tabbing\"\n    ],\n    \"tabes\": [\n        \"tabbises\"\n    ],\n    \"ụlọaria\": [\n        \"tabernariae\"\n    ],\n    \"tabs\": [\n        \"tablas\"\n    ],\n    \"tabotu\": [\n        \"tablature\"\n    ],\n    \"ákwà tebụl\": [\n        \"tablecloth\",\n        \"tableclothy\",\n        \"tablecloths\"\n    ],\n    \"tebụl mara ihe\": [\n        \"tableclothwise\"\n    ],\n    \"Isiokwu dị iche iche\": [\n        \"tableland\"\n    ],\n    \"enweghị table\": [\n        \"tableless\"\n    ],\n    \"tablespoon\": [\n        \"tablespoonful\",\n        \"tablespoonsful\"\n    ],\n    \"tabloid\": [\n        \"tabloids\"\n    ],\n    \"ndị ọrụ tabore\": [\n        \"taborers\"\n    ],\n    \"tabering\": [\n        \"taboring\"\n    ],\n    \"tabo\": [\n        \"taboured\"\n    ],\n    \"tambo\": [\n        \"tabourin\",\n        \"tabourine\",\n        \"tabouring\",\n        \"tamber\",\n        \"tamboo\",\n        \"tambouki\",\n        \"tambour\",\n        \"tambourine\",\n        \"tambourins\"\n    ],\n    \"tabu\": [\n        \"tabued\"\n    ],\n    \"tabled\": [\n        \"tabulated\"\n    ],\n    \"tachaomita\": [\n        \"tacheometer\"\n    ],\n    \"tachis\": [\n        \"tachists\"\n    ],\n    \"tachococo\": [\n        \"tachoscope\"\n    ],\n    \"tachị\": [\n        \"tachs\"\n    ],\n    \"tacit\": [\n        \"tacitness\"\n    ],\n    \"tak\": [\n        \"tack\"\n    ],\n    \"akwọ\": [\n        \"tacket\"\n    ],\n    \"Na-akpụ akpụ\": [\n        \"tackier\"\n    ],\n    \"mee obere\": [\n        \"tackleless\"\n    ],\n    \"taconyan\": [\n        \"taconian\"\n    ],\n    \"kenkwucha\": [\n        \"tactical\",\n        \"tactual\"\n    ],\n    \"si eme\": [\n        \"tactics\"\n    ],\n    \"tactile\": [\n        \"tactilely\"\n    ],\n    \"ta\": [\n        \"taen\"\n    ],\n    \"taffare\": [\n        \"taffarels\"\n    ],\n    \"taffetị\": [\n        \"taffetized\"\n    ],\n    \"taffụ\": [\n        \"taffle\"\n    ],\n    \"mkpado\": [\n        \"tag\",\n        \"tagatose\",\n        \"tagetes\",\n        \"tagrag\",\n        \"tagraggery\",\n        \"tags\",\n        \"tagsore\",\n        \"tagster\",\n        \"tagtail\",\n        \"tagus\"\n    ],\n    \"tagzie\": [\n        \"tagalize\"\n    ],\n    \"tagbodu\": [\n        \"tagboard\"\n    ],\n    \"tabboards\": [\n        \"tagboards\"\n    ],\n    \"nkpado\": [\n        \"tagging\"\n    ],\n    \"mkpadoatelle\": [\n        \"tagliatelle\"\n    ],\n    \"tahara\": [\n        \"taharah\"\n    ],\n    \"tahiiti\": [\n        \"tahiti\"\n    ],\n    \"tahityan\": [\n        \"tahitian\"\n    ],\n    \"ndị Taiti\": [\n        \"tahitians\"\n    ],\n    \"tars\": [\n        \"tahrs\"\n    ],\n    \"tahkhana\": [\n        \"taikhana\"\n    ],\n    \"taiki\": [\n        \"taikih\"\n    ],\n    \"ọkpụkpụ ọdụ\": [\n        \"tailbones\"\n    ],\n    \"odu\": [\n        \"tailcoat\",\n        \"tailcoated\",\n        \"tailcoats\",\n        \"tailgated\",\n        \"tailge\",\n        \"tailrace\",\n        \"tailskid\",\n        \"tailte\",\n        \"tailwind\",\n        \"tailwise\"\n    ],\n    \"wee daa\": [\n        \"tailed\"\n    ],\n    \"ụgbọala na-adọkpụ ụgbọala\": [\n        \"tailer\",\n        \"trailed\",\n        \"trailer\",\n        \"trailery\",\n        \"trailerload\"\n    ],\n    \"Odu\": [\n        \"tailflower\"\n    ],\n    \"Ọdụ ọdụ\": [\n        \"tailgater\"\n    ],\n    \"ggba ọsọ\": [\n        \"tailgating\"\n    ],\n    \"enweghị ọdụ\": [\n        \"tailless\",\n        \"taillessness\"\n    ],\n    \"ọkụ azụ\": [\n        \"taillight\",\n        \"taillights\"\n    ],\n    \"dị ka ịkwa akwa\": [\n        \"tailorlike\"\n    ],\n    \"ndị na-akwa ákwà\": [\n        \"tailors\"\n    ],\n    \"ọdụpi\": [\n        \"tailpipe\"\n    ],\n    \"ọdụ ụmụaka\": [\n        \"tailskids\"\n    ],\n    \"ọdụ mmiri\": [\n        \"tailwater\"\n    ],\n    \"Mgbọ\": [\n        \"taimen\"\n    ],\n    \"taịn\": [\n        \"tains\"\n    ],\n    \"tapping\": [\n        \"tainting\"\n    ],\n    \"tament\": [\n        \"taintment\"\n    ],\n    \"asụsụ Taiwanese\": [\n        \"taiwanese\"\n    ],\n    \"wepụ ya\": [\n        \"takeaway\",\n        \"theremin\",\n        \"undose\"\n    ],\n    \"takedown nwere ike\": [\n        \"takedownable\"\n    ],\n    \"Takyr\": [\n        \"takyr\"\n    ],\n    \"takkana\": [\n        \"takkanah\"\n    ],\n    \"talasị\": [\n        \"talaing\"\n    ],\n    \"talc\": [\n        \"talcs\"\n    ],\n    \"onye na-ekwu akụkọ\": [\n        \"talebearer\"\n    ],\n    \"ịkọ akụkọ\": [\n        \"talebearing\"\n    ],\n    \"onye talemaster\": [\n        \"talemaster\"\n    ],\n    \"enweghị talent\": [\n        \"talentless\"\n    ],\n    \"talent\": [\n        \"talents\"\n    ],\n    \"ọpụyeụ\": [\n        \"talepyet\"\n    ],\n    \"n'akụkọ\": [\n        \"talewise\"\n    ],\n    \"ntali\": [\n        \"taliation\"\n    ],\n    \"alisị\": [\n        \"talipedic\"\n    ],\n    \"kasị ogologo\": [\n        \"talkiest\"\n    ],\n    \"mgbasaged\": [\n        \"tallaged\"\n    ],\n    \"kachasị elu\": [\n        \"tallest\"\n    ],\n    \"Tallyho\": [\n        \"tallyho\"\n    ],\n    \"Na-ekwusi ike\": [\n        \"tallowing\"\n    ],\n    \"tallowike\": [\n        \"tallowlike\"\n    ],\n    \"onye na-eme tallow\": [\n        \"tallowmaker\"\n    ],\n    \"okwa tallow\": [\n        \"tallowwood\"\n    ],\n    \"talmud\": [\n        \"talmudic\"\n    ],\n    \"talmudist\": [\n        \"talmudists\"\n    ],\n    \"okwalekwa\": [\n        \"taltushtuntude\"\n    ],\n    \"talusi\": [\n        \"talus\"\n    ],\n    \"tughari\": [\n        \"tamable\",\n        \"trenchful\"\n    ],\n    \"Ikegbe\": [\n        \"tamableness\"\n    ],\n    \"tamaco di\": [\n        \"tamacoare\"\n    ],\n    \"tamal\": [\n        \"tamale\"\n    ],\n    \"tamale\": [\n        \"tamales\",\n        \"tamals\"\n    ],\n    \"ajụjụla\": [\n        \"tambala\"\n    ],\n    \"machị\": [\n        \"tambourer\"\n    ],\n    \"tamen\": [\n        \"tamenes\"\n    ],\n    \"tameness\": [\n        \"tamenesses\"\n    ],\n    \"estomiri\": [\n        \"tamest\"\n    ],\n    \"Asụsụ tamilian\": [\n        \"tamilian\"\n    ],\n    \"Tammie\": [\n        \"tammie\"\n    ],\n    \"Tammies\": [\n        \"tammies\"\n    ],\n    \"Tamonea\": [\n        \"tamonea\"\n    ],\n    \"tampan\": [\n        \"tampans\"\n    ],\n    \"ihe etinyere\": [\n        \"tampered\"\n    ],\n    \"ndị tampere\": [\n        \"tamperers\"\n    ],\n    \"Na-emetụ aka\": [\n        \"tampering\"\n    ],\n    \"Ihe ike\": [\n        \"tampers\",\n        \"violales\"\n    ],\n    \"tamponade\": [\n        \"tamponage\",\n        \"tamponed\"\n    ],\n    \"tampon\": [\n        \"tampoon\"\n    ],\n    \"tamzin\": [\n        \"tamzine\"\n    ],\n    \"tanagraan\": [\n        \"tanagraean\"\n    ],\n    \"tandemesi\": [\n        \"tandemize\"\n    ],\n    \"ihe iko\": [\n        \"tandems\"\n    ],\n    \"izu atọ\": [\n        \"tandemwise\"\n    ],\n    \"tanjer\": [\n        \"tanger\"\n    ],\n    \"tanjerịn\": [\n        \"tangerine\",\n        \"tangerines\"\n    ],\n    \"tangfish\": [\n        \"tangfishes\"\n    ],\n    \"tangie\": [\n        \"tangy\"\n    ],\n    \"tangible\": [\n        \"tangibile\",\n        \"tangibleness\",\n        \"tangibly\"\n    ],\n    \"tangle azụ\": [\n        \"tanglefish\"\n    ],\n    \"tangled azụ\": [\n        \"tanglefishes\"\n    ],\n    \"tangle akaebe\": [\n        \"tangleproof\"\n    ],\n    \"tanglewreck\": [\n        \"tanglewrack\"\n    ],\n    \"tangles\": [\n        \"tangliest\"\n    ],\n    \"tanglin\": [\n        \"tangling\"\n    ],\n    \"tangram\": [\n        \"tangrams\"\n    ],\n    \"tanyan\": [\n        \"tanyoan\"\n    ],\n    \"ndị na-agbatị\": [\n        \"tanists\"\n    ],\n    \"istsgbọ mmiri\": [\n        \"tanistship\"\n    ],\n    \"tankị\": [\n        \"tankage\",\n        \"tankages\",\n        \"tankard\",\n        \"tankards\",\n        \"tanked\",\n        \"tankers\",\n        \"tankette\",\n        \"tankful\",\n        \"tankfuls\",\n        \"tanking\",\n        \"tankless\",\n        \"tanklike\",\n        \"tankmaker\",\n        \"tanks\",\n        \"tankship\",\n        \"tankships\",\n        \"tanproof\"\n    ],\n    \"tanka\": [\n        \"tanker\",\n        \"tankert\"\n    ],\n    \"tank\": [\n        \"tankle\"\n    ],\n    \"roomlọ tankị\": [\n        \"tankroom\"\n    ],\n    \"tannaiki\": [\n        \"tannaic\"\n    ],\n    \"tannin\": [\n        \"tannic\"\n    ],\n    \"tannifero\": [\n        \"tanniferous\"\n    ],\n    \"tannyere\": [\n        \"tannined\"\n    ],\n    \"tanning\": [\n        \"tannings\"\n    ],\n    \"tannometa\": [\n        \"tannometer\"\n    ],\n    \"anozọ\": [\n        \"tanoan\"\n    ],\n    \"tanrek\": [\n        \"tanrecs\"\n    ],\n    \"Tansies\": [\n        \"tansies\"\n    ],\n    \"ịdị na-eche\": [\n        \"tantalization\"\n    ],\n    \"tantara\": [\n        \"tantaras\"\n    ],\n    \"tali\": [\n        \"tantle\"\n    ],\n    \"Tanzania\": [\n        \"tanzania\"\n    ],\n    \"Tanzanian\": [\n        \"tanzanian\"\n    ],\n    \"Ndị Tanzania\": [\n        \"tanzanians\"\n    ],\n    \"Tanzeb\": [\n        \"tanzeb\"\n    ],\n    \"onye taoist\": [\n        \"taoist\"\n    ],\n    \"ndị tao\": [\n        \"taoists\"\n    ],\n    \"mgbata\": [\n        \"tap\",\n        \"taps\"\n    ],\n    \"amgba mmiri\": [\n        \"tapamaking\"\n    ],\n    \"tapinocephalus\": [\n        \"tapeinocephaly\",\n        \"tapeinocephalic\",\n        \"tapeinocephalism\"\n    ],\n    \"Akpadoro\": [\n        \"tapemen\",\n        \"tautologised\",\n        \"upsoared\"\n    ],\n    \"tubemove\": [\n        \"tapemove\"\n    ],\n    \"Tapa\": [\n        \"taperer\"\n    ],\n    \"Akpịrị\": [\n        \"taperers\",\n        \"thiasos\",\n        \"thiasote\",\n        \"thiram\"\n    ],\n    \"ịme tapermaking\": [\n        \"tapermaking\"\n    ],\n    \"taper\": [\n        \"taperness\",\n        \"tapers\",\n        \"tapperer\"\n    ],\n    \"tapertick\": [\n        \"taperstick\"\n    ],\n    \"tapestries\": [\n        \"tapestrying\",\n        \"tapestring\"\n    ],\n    \"pịa oghere\": [\n        \"tapholes\"\n    ],\n    \"aphria\": [\n        \"taphria\"\n    ],\n    \"Tapiridian\": [\n        \"tapiridian\"\n    ],\n    \"tapiers\": [\n        \"tapirs\"\n    ],\n    \"tapis\": [\n        \"tapism\"\n    ],\n    \"tappị\": [\n        \"tappable\"\n    ],\n    \"tapa\": [\n        \"tapper\"\n    ],\n    \"tapaị\": [\n        \"tappet\"\n    ],\n    \"ịme ọpịpị\": [\n        \"tapping\"\n    ],\n    \"taipit\": [\n        \"tappit\"\n    ],\n    \"trọmịl\": [\n        \"taramellite\"\n    ],\n    \"tar tar\": [\n        \"tarcel\",\n        \"tarpaper\"\n    ],\n    \"daa oge\": [\n        \"tardy\"\n    ],\n    \"tarentin\": [\n        \"tarentism\"\n    ],\n    \"onye targumist\": [\n        \"targumist\"\n    ],\n    \"Taryba\": [\n        \"taryba\"\n    ],\n    \"tarifu\": [\n        \"tariff\",\n        \"tariffable\",\n        \"tariffed\",\n        \"tariffication\",\n        \"tariffing\",\n        \"tariffism\",\n        \"tariffite\",\n        \"tariffs\"\n    ],\n    \"onye oru tarifu\": [\n        \"tariffist\"\n    ],\n    \"tarifuless\": [\n        \"tariffless\"\n    ],\n    \"tarlatan\": [\n        \"tarlatans\"\n    ],\n    \"tarili\": [\n        \"tarlies\",\n        \"tarrier\"\n    ],\n    \"emerụla\": [\n        \"tarnished\"\n    ],\n    \"tarnkapa\": [\n        \"tarnkappe\"\n    ],\n    \"taroc\": [\n        \"tarocs\"\n    ],\n    \"tarok\": [\n        \"taroks\"\n    ],\n    \"Taros\": [\n        \"taros\"\n    ],\n    \"gbachara\": [\n        \"tarred\"\n    ],\n    \"tarri\": [\n        \"tarriance\"\n    ],\n    \"nọọ ọdụ\": [\n        \"tarried\"\n    ],\n    \"tartarin\": [\n        \"tartarian\"\n    ],\n    \"tartarị\": [\n        \"tartarizing\"\n    ],\n    \"tartart\": [\n        \"tartarly\"\n    ],\n    \"tartarus\": [\n        \"tartarous\"\n    ],\n    \"tartar àmà\": [\n        \"tartarproof\"\n    ],\n    \"tartan\": [\n        \"tarten\"\n    ],\n    \"tarta\": [\n        \"tarter\"\n    ],\n    \"tart\": [\n        \"tartness\"\n    ],\n    \"ihe akwara\": [\n        \"tartramic\"\n    ],\n    \"tartrato ferric\": [\n        \"tartratoferric\"\n    ],\n    \"tartrazine\": [\n        \"tartrazin\",\n        \"tartrazinic\"\n    ],\n    \"tartryl\": [\n        \"tartrylic\"\n    ],\n    \"tarzan ish\": [\n        \"tarzanish\"\n    ],\n    \"tarzan's\": [\n        \"tarzans\"\n    ],\n    \"tasajillo\": [\n        \"tasajillos\"\n    ],\n    \"tasimita\": [\n        \"tasimeter\"\n    ],\n    \"dị ka ọrụ\": [\n        \"tasklike\"\n    ],\n    \"onye nlekọta ọrụ\": [\n        \"taskmaster\"\n    ],\n    \"nchịkọta ọrụ\": [\n        \"taskmastership\"\n    ],\n    \"ihe aga-eme\": [\n        \"tasks\"\n    ],\n    \"taass\": [\n        \"tass\"\n    ],\n    \"tasseed\": [\n        \"tasseled\"\n    ],\n    \"tassass\": [\n        \"tassely\"\n    ],\n    \"tass\": [\n        \"tasses\"\n    ],\n    \"tastally\": [\n        \"tastably\",\n        \"tastily\"\n    ],\n    \"detụ ire\": [\n        \"taste\",\n        \"tastebuds\",\n        \"tastefulness\"\n    ],\n    \"nụrụ ụtọ\": [\n        \"tasteable\",\n        \"tasteably\",\n        \"tastefully\",\n        \"tasten\",\n        \"taster\"\n    ],\n    \"edetụ ire\": [\n        \"tasteableness\"\n    ],\n    \"detụrụ ire\": [\n        \"tasted\"\n    ],\n    \"enweghị ụtọ\": [\n        \"tasteless\",\n        \"tastelessness\",\n        \"untastable\",\n        \"untasteable\"\n    ],\n    \"akatabi okop\": [\n        \"tasting\"\n    ],\n    \"onye tatari\": [\n        \"tatarian\"\n    ],\n    \"tatarik\": [\n        \"tataric\"\n    ],\n    \"tita\": [\n        \"taters\",\n        \"teterrimous\"\n    ],\n    \"Ndenye aha\": [\n        \"tatterdemalions\"\n    ],\n    \"adọka\": [\n        \"tatters\",\n        \"tattings\"\n    ],\n    \"tatty\": [\n        \"tattie\"\n    ],\n    \"tatties\": [\n        \"tattied\",\n        \"tattier\"\n    ],\n    \"egbugbu\": [\n        \"tattoo\",\n        \"tattooed\",\n        \"tattooing\",\n        \"tattooist\",\n        \"tattoos\"\n    ],\n    \"igbu egbugbu\": [\n        \"tattooage\"\n    ],\n    \"erkwụ na-egbu egbu\": [\n        \"tattooer\"\n    ],\n    \"kuziri\": [\n        \"taught\"\n    ],\n    \"kwara akaja\": [\n        \"taunt\",\n        \"taunted\"\n    ],\n    \"onye ochu\": [\n        \"taunter\"\n    ],\n    \"taup\": [\n        \"taupes\"\n    ],\n    \"Taurian\": [\n        \"taurian\"\n    ],\n    \"taing\": [\n        \"tauting\"\n    ],\n    \"taut\": [\n        \"tautness\"\n    ],\n    \"Akpanyere aka\": [\n        \"tautomerized\"\n    ],\n    \"akpọghị aha\": [\n        \"tautonymous\",\n        \"unnamed\",\n        \"unnominated\",\n        \"unvocalized\"\n    ],\n    \"onyechuku\": [\n        \"tautousian\"\n    ],\n    \"tavern\": [\n        \"taverners\",\n        \"tavernwards\"\n    ],\n    \"taverning\": [\n        \"tavernly\"\n    ],\n    \"ebe a na-ere nri\": [\n        \"tavernry\"\n    ],\n    \"tawered\": [\n        \"tawdered\"\n    ],\n    \"nezọ kacha mma\": [\n        \"tawneiest\"\n    ],\n    \"taws\": [\n        \"tawsed\",\n        \"tawses\",\n        \"tawsing\"\n    ],\n    \"taotie\": [\n        \"tawtie\"\n    ],\n    \"taxameta\": [\n        \"taxameter\"\n    ],\n    \"n'ụtụ isi\": [\n        \"taxatively\",\n        \"taxingly\"\n    ],\n    \"n'ụtụ\": [\n        \"taxed\",\n        \"taxlessly\"\n    ],\n    \"atụ ụtụ\": [\n        \"taxeme\",\n        \"taximetered\"\n    ],\n    \"onye ụtụ isi\": [\n        \"taxer\",\n        \"taxidermist\",\n        \"taxidriver\",\n        \"taxinomist\",\n        \"taxistand\",\n        \"taxman\",\n        \"taxonomist\",\n        \"taxor\",\n        \"taxpayer\"\n    ],\n    \"ndị ụtụ isi\": [\n        \"taxers\",\n        \"taxidermists\",\n        \"taxites\",\n        \"taxmen\",\n        \"taxonomists\",\n        \"taxpayers\"\n    ],\n    \"onye na-akwụ ụtụ\": [\n        \"taxgatherer\"\n    ],\n    \"taximeta\": [\n        \"taximeter\"\n    ],\n    \"taxonomy\": [\n        \"taxinomy\"\n    ],\n    \"taxonomic\": [\n        \"taxinomic\"\n    ],\n    \"Tagzi\": [\n        \"taxis\"\n    ],\n    \"ụtụisi\": [\n        \"taxitic\"\n    ],\n    \"ụzọ tagzi\": [\n        \"taxiway\"\n    ],\n    \"enweghị ụtụ\": [\n        \"taxlessness\"\n    ],\n    \"ịtụ ụtụ isi\": [\n        \"taxpaying\"\n    ],\n    \"Tb\": [\n        \"tb\"\n    ],\n    \"tchechchentsish\": [\n        \"tchetchentsish\"\n    ],\n    \"ticki\": [\n        \"tchick\"\n    ],\n    \"tii\": [\n        \"tea\",\n        \"teaey\",\n        \"teaish\",\n        \"teaism\",\n        \"teal\",\n        \"tealeafy\",\n        \"tealery\",\n        \"teals\",\n        \"tean\",\n        \"teanal\",\n        \"teap\",\n        \"teapoy\",\n        \"teapoys\",\n        \"teas\",\n        \"teasel\",\n        \"teasels\",\n        \"teasers\",\n        \"teave\",\n        \"teaze\",\n        \"teazeled\",\n        \"teazeling\",\n        \"teazelled\",\n        \"teazled\",\n        \"teazles\",\n        \"teazling\",\n        \"tees\",\n        \"teet\"\n    ],\n    \"ụlọ ọrụ tii\": [\n        \"teaberries\"\n    ],\n    \"tiaboxes\": [\n        \"teaboxes\"\n    ],\n    \"zi ihe\": [\n        \"teacake\"\n    ],\n    \"kuzi ihe\": [\n        \"teach\"\n    ],\n    \"kuzienu\": [\n        \"teache\"\n    ],\n    \"ịbụ nkuzi\": [\n        \"teacherhood\"\n    ],\n    \"akụzi\": [\n        \"teaches\"\n    ],\n    \"na-ezi ihe\": [\n        \"teachingly\"\n    ],\n    \"jekwuo\": [\n        \"teadish\"\n    ],\n    \"tiis\": [\n        \"teaer\",\n        \"teaser\",\n        \"teases\",\n        \"teasy\"\n    ],\n    \"ụlọ tii\": [\n        \"teahouses\"\n    ],\n    \"ụ tii\": [\n        \"teaing\"\n    ],\n    \"tii na-enweghị tii\": [\n        \"tealess\"\n    ],\n    \"ndị otu egwuregwu\": [\n        \"teamakers\"\n    ],\n    \"arụkọ ọrụ ọnụ\": [\n        \"teamaking\"\n    ],\n    \"ijikọ ọnụ\": [\n        \"teaming\"\n    ],\n    \"Otu egwuregwu\": [\n        \"teamsman\"\n    ],\n    \"otu egwuregwu\": [\n        \"teamster\"\n    ],\n    \"ịrụkọ ọrụ ọnụ\": [\n        \"teamwork\"\n    ],\n    \"ọapụapụ\": [\n        \"teapotful\"\n    ],\n    \"dọka\": [\n        \"tear\",\n        \"teared\"\n    ],\n    \"Anya mmiri\": [\n        \"tearableness\",\n        \"tearfully\",\n        \"tearfulness\",\n        \"teargassed\",\n        \"tearlessly\",\n        \"widdendream\"\n    ],\n    \"dọtuo\": [\n        \"teardown\"\n    ],\n    \"tearị\": [\n        \"teariest\"\n    ],\n    \"na-akwa\": [\n        \"tearing\"\n    ],\n    \"Onye na-agba mmiri\": [\n        \"tearjerker\"\n    ],\n    \"enweghị anya mmiri\": [\n        \"tearlessness\"\n    ],\n    \"ime ụlọ ọ teaụ teaụ\": [\n        \"tearooms\"\n    ],\n    \"tiwa\": [\n        \"tease\",\n        \"woft\"\n    ],\n    \"teas nwere\": [\n        \"teaseably\"\n    ],\n    \"tikwaa ochi\": [\n        \"teased\"\n    ],\n    \"kwara ya\": [\n        \"teaseled\"\n    ],\n    \"ụlọ ahịa tii\": [\n        \"teashop\",\n        \"teashops\"\n    ],\n    \"na-ama njakịrị\": [\n        \"teasiness\",\n        \"teasing\",\n        \"teasingly\"\n    ],\n    \"Nkwa\": [\n        \"teasler\"\n    ],\n    \"tii ụtọ\": [\n        \"teataster\"\n    ],\n    \"nwalere\": [\n        \"teated\",\n        \"testbed\",\n        \"tested\",\n        \"testudinated\"\n    ],\n    \"tether\": [\n        \"teather\"\n    ],\n    \"tii oge\": [\n        \"teatimes\"\n    ],\n    \"yiri nke\": [\n        \"teatlike\"\n    ],\n    \"ihe ọụ teaụ tii\": [\n        \"teaware\"\n    ],\n    \"zse tii\": [\n        \"teazelling\"\n    ],\n    \"techi\": [\n        \"techies\"\n    ],\n    \"nyochawa ya\": [\n        \"technically\"\n    ],\n    \"technicolor\": [\n        \"technicolored\"\n    ],\n    \"teknuzuka\": [\n        \"technocratic\"\n    ],\n    \"na nkà na ụzụ\": [\n        \"technographically\",\n        \"untechnically\"\n    ],\n    \"na teknụzụ\": [\n        \"technologically\",\n        \"teknonymously\",\n        \"telautomatically\"\n    ],\n    \"okpokorochian\": [\n        \"tectibranchian\"\n    ],\n    \"onyeanyukwu\": [\n        \"tectocephaly\"\n    ],\n    \"nwaoyiyi\": [\n        \"tectocephalic\"\n    ],\n    \"temnospondyli\": [\n        \"tectospondyli\"\n    ],\n    \"ahụghị\": [\n        \"tedded\",\n        \"unenticed\",\n        \"unheld\",\n        \"unnoticed\",\n        \"unseceded\",\n        \"unsee\",\n        \"unseeing\"\n    ],\n    \"agwụ ike\": [\n        \"tedious\",\n        \"tediousness\",\n        \"tediousome\"\n    ],\n    \"Nwa okorobịa\": [\n        \"teenie\"\n    ],\n    \"Iri abụọ\": [\n        \"teenty\",\n        \"twit\"\n    ],\n    \"dị afọ\": [\n        \"teentsiest\"\n    ],\n    \"nwalee\": [\n        \"teest\",\n        \"test\",\n        \"testate\",\n        \"tryout\"\n    ],\n    \"ezeji\": [\n        \"teetery\"\n    ],\n    \"eze mgbu\": [\n        \"teethache\",\n        \"toothache\",\n        \"toothaches\",\n        \"toothachy\",\n        \"toothaching\"\n    ],\n    \"brọsh ezé\": [\n        \"teethbrush\"\n    ],\n    \"ezé dị ka\": [\n        \"teethlike\"\n    ],\n    \"teetha\": [\n        \"teety\"\n    ],\n    \"onyema nwoke\": [\n        \"teetotaler\",\n        \"teetotaller\"\n    ],\n    \"ọetụallụ\": [\n        \"teetotalling\"\n    ],\n    \"tedị\": [\n        \"teicher\"\n    ],\n    \"teind\": [\n        \"teinds\"\n    ],\n    \"obodo teinland\": [\n        \"teinland\"\n    ],\n    \"telamọn\": [\n        \"telamon\"\n    ],\n    \"telivines\": [\n        \"telchines\"\n    ],\n    \"telisinik\": [\n        \"telchinic\"\n    ],\n    \"telangiectasia\": [\n        \"teleangiectasia\"\n    ],\n    \"telecast\": [\n        \"telecasted\"\n    ],\n    \"tele chirograph\": [\n        \"telechirograph\"\n    ],\n    \"tele cinematography\": [\n        \"telecinematography\"\n    ],\n    \"telivishọn\": [\n        \"telecourse\",\n        \"telemark\",\n        \"telemetering\",\n        \"teleports\",\n        \"television\",\n        \"televisional\",\n        \"televisionally\",\n        \"televisionary\",\n        \"televisions\",\n        \"tellership\",\n        \"telpherage\"\n    ],\n    \"igwe onyonyo\": [\n        \"telectroscope\",\n        \"televising\",\n        \"vibroscope\"\n    ],\n    \"ozi igwe\": [\n        \"teledendrion\"\n    ],\n    \"telegram\": [\n        \"telegrammed\",\n        \"telegrams\",\n        \"telegraphic\"\n    ],\n    \"ndi telegrap\": [\n        \"telegraphers\"\n    ],\n    \"telegraph\": [\n        \"telegraphs\"\n    ],\n    \"tele kinematography\": [\n        \"telekinematography\"\n    ],\n    \"telekinesis\": [\n        \"telekineses\"\n    ],\n    \"tele eletrik\": [\n        \"telelectric\"\n    ],\n    \"telemita\": [\n        \"telemeter\",\n        \"telemeters\"\n    ],\n    \"igwe telecom\": [\n        \"teleodesmaceous\"\n    ],\n    \"telephotograph\": [\n        \"telephotographs\"\n    ],\n    \"teleranshin\": [\n        \"telerans\"\n    ],\n    \"teliskop\": [\n        \"telescope\",\n        \"telescopes\",\n        \"telescopy\"\n    ],\n    \"telescript\": [\n        \"telescriptor\"\n    ],\n    \"teles\": [\n        \"teleses\"\n    ],\n    \"telesmita\": [\n        \"telesmeter\"\n    ],\n    \"teletheromometer\": [\n        \"telethermometer\"\n    ],\n    \"telelethons\": [\n        \"telethons\"\n    ],\n    \"teletiper\": [\n        \"teletyper\"\n    ],\n    \"teleutospore\": [\n        \"teleutosporic\",\n        \"teleutosporiferous\"\n    ],\n    \"televised\": [\n        \"televiewed\"\n    ],\n    \"na tiivi\": [\n        \"televised\",\n        \"televises\"\n    ],\n    \"telifeic\": [\n        \"telfairic\"\n    ],\n    \"tel\": [\n        \"telfered\"\n    ],\n    \"telifon\": [\n        \"telfordizing\",\n        \"telphering\"\n    ],\n    \"telelmon\": [\n        \"telharmony\"\n    ],\n    \"telharmonik\": [\n        \"telharmonic\"\n    ],\n    \"telik\": [\n        \"telic\"\n    ],\n    \"telifonife\": [\n        \"teliosporiferous\"\n    ],\n    \"akụkọ,\": [\n        \"telltales\"\n    ],\n    \"na-akọwasị\": [\n        \"telltruth\"\n    ],\n    \"nounnukwu\": [\n        \"tellurethyl\"\n    ],\n    \"na-agwa mmadụ\": [\n        \"tellurion\"\n    ],\n    \"onye na-agwa ya\": [\n        \"tellurist\"\n    ],\n    \"tellu\": [\n        \"tellurous\"\n    ],\n    \"telivatology\": [\n        \"telmatology\"\n    ],\n    \"telivatological\": [\n        \"telmatological\"\n    ],\n    \"Uche Nwosu\": [\n        \"telodynamic\"\n    ],\n    \"telomik\": [\n        \"telomic\"\n    ],\n    \"telomitik\": [\n        \"telomitic\"\n    ],\n    \"telefonik\": [\n        \"telpheric\"\n    ],\n    \"ihekechi\": [\n        \"temalacatl\"\n    ],\n    \"ndị iwe iwe\": [\n        \"temblors\"\n    ],\n    \"nke nwere ikike\": [\n        \"temerarious\"\n    ],\n    \"ọnọdụ mmụọ\": [\n        \"temerariousness\"\n    ],\n    \"nke nwere obi ojoo\": [\n        \"temeritous\"\n    ],\n    \"teman\": [\n        \"tempean\"\n    ],\n    \"onye odimma\": [\n        \"temperamentalist\"\n    ],\n    \"na-ewe iwe ọkụ\": [\n        \"tempersome\"\n    ],\n    \"oke ikuku\": [\n        \"tempestuous\",\n        \"untempestuous\"\n    ],\n    \"templar dị ka\": [\n        \"templarlike\"\n    ],\n    \"templars oyiyi\": [\n        \"templarlikeness\"\n    ],\n    \"temple\": [\n        \"templed\",\n        \"templeward\"\n    ],\n    \"nke temple\": [\n        \"templeful\"\n    ],\n    \"enweghị temple\": [\n        \"templeless\"\n    ],\n    \"temple dị ka\": [\n        \"templelike\"\n    ],\n    \"ụlọ arụsị\": [\n        \"temples\"\n    ],\n    \"templum\": [\n        \"templon\"\n    ],\n    \"temporal\": [\n        \"temporals\"\n    ],\n    \"tempor\": [\n        \"tempore\"\n    ],\n    \"were obi ojoo\": [\n        \"temporised\"\n    ],\n    \"temporize\": [\n        \"temporized\"\n    ],\n    \"temorizer\": [\n        \"temporizer\"\n    ],\n    \"temporo sphenoidal\": [\n        \"temporosphenoidal\"\n    ],\n    \"ikike nwara mmadụ\": [\n        \"temptability\"\n    ],\n    \"enweghị ọnwụnwa\": [\n        \"temptationless\"\n    ],\n    \"Ọnwụnwa\": [\n        \"tempter\"\n    ],\n    \"ọnwunwa\": [\n        \"temptresses\"\n    ],\n    \"nwale\": [\n        \"tempts\"\n    ],\n    \"na-achọ ọnwụnwa\": [\n        \"temptsome\"\n    ],\n    \"nke na-ewe iwe\": [\n        \"temulent\"\n    ],\n    \"na-achịkwa mmụọ\": [\n        \"temulentive\"\n    ],\n    \"akwụ siri ike\": [\n        \"tenableness\"\n    ],\n    \"onye bi tenant\": [\n        \"tenantlike\"\n    ],\n    \"ndị bi n'ụlọ\": [\n        \"tenants\"\n    ],\n    \"trenchi\": [\n        \"tenches\",\n        \"trench\",\n        \"trenchers\",\n        \"trenches\",\n        \"trenchlet\",\n        \"trenchlike\",\n        \"trenchmore\",\n        \"trenchward\",\n        \"trenchwise\",\n        \"trenchwork\"\n    ],\n    \"Iheoma\": [\n        \"tenderee\"\n    ],\n    \"Onye na-azụ ahịa\": [\n        \"tenderer\"\n    ],\n    \"Ndị kwụrụ ụgwọ\": [\n        \"tenderers\"\n    ],\n    \"n'obi ebere\": [\n        \"tenderfully\"\n    ],\n    \"di nro\": [\n        \"tenderize\"\n    ],\n    \"tenderomita\": [\n        \"tenderometer\"\n    ],\n    \"tendọ\": [\n        \"tendo\"\n    ],\n    \"tendo mucin\": [\n        \"tendomucin\"\n    ],\n    \"tendo mucoid\": [\n        \"tendomucoid\"\n    ],\n    \"akaị\": [\n        \"tendon\"\n    ],\n    \"Ikenna Ndiagu\": [\n        \"tendresse\"\n    ],\n    \"na nkwanye ugwu\": [\n        \"tenebriously\",\n        \"vituperatively\"\n    ],\n    \"ụlọ iri\": [\n        \"tenements\"\n    ],\n    \"Ugboro okpukpu\": [\n        \"tenesmuses\"\n    ],\n    \"echiche iri\": [\n        \"tenet\"\n    ],\n    \"okpukpu iri\": [\n        \"tenfold\",\n        \"tenfoldness\",\n        \"tenfolds\",\n        \"tenuiflorous\"\n    ],\n    \"tenia\": [\n        \"tenias\"\n    ],\n    \"tenisasise\": [\n        \"teniasises\"\n    ],\n    \"izu iri\": [\n        \"tennantite\",\n        \"tenorrhaphy\"\n    ],\n    \"ihe iri\": [\n        \"tenner\",\n        \"tenons\"\n    ],\n    \"tenis\": [\n        \"tennis\",\n        \"tennisy\",\n        \"tennist\"\n    ],\n    \"tenniska\": [\n        \"tennises\"\n    ],\n    \"Ọnọdụ tennyson\": [\n        \"tennysonianism\"\n    ],\n    \"ndị tennis\": [\n        \"tennists\"\n    ],\n    \"tenno\": [\n        \"tennu\"\n    ],\n    \"ụbọchị iri\": [\n        \"tenodesis\"\n    ],\n    \"ontmụaka\": [\n        \"tenontomyoplasty\"\n    ],\n    \"oplọ tenophyte\": [\n        \"tenophyte\"\n    ],\n    \"Ighachukwu\": [\n        \"tenophony\"\n    ],\n    \"ordị\": [\n        \"tenorite\"\n    ],\n    \"orlọ tenorites\": [\n        \"tenorites\"\n    ],\n    \"ọnya iri\": [\n        \"tenorrhaphies\"\n    ],\n    \"oszọ ikpeazụ\": [\n        \"tenosuture\"\n    ],\n    \"tenrec\": [\n        \"tenrecs\"\n    ],\n    \"tensịn\": [\n        \"tenser\"\n    ],\n    \"achota\": [\n        \"tensible\"\n    ],\n    \"tensing\": [\n        \"tensify\"\n    ],\n    \"tensimita\": [\n        \"tensimeter\"\n    ],\n    \"Esemokwu\": [\n        \"tensional\"\n    ],\n    \"tensometa\": [\n        \"tensometer\"\n    ],\n    \"tentacent\": [\n        \"tentacled\"\n    ],\n    \"tentacle dị ka\": [\n        \"tentaclelike\"\n    ],\n    \"tentacle\": [\n        \"tentacles\"\n    ],\n    \"tentet\": [\n        \"tentation\"\n    ],\n    \"tentetik\": [\n        \"tentative\"\n    ],\n    \"tentetee\": [\n        \"tentatively\"\n    ],\n    \"tent\": [\n        \"tented\",\n        \"tents\"\n    ],\n    \"tent tent\": [\n        \"tenterer\",\n        \"tentwise\"\n    ],\n    \"tentili\": [\n        \"tentily\"\n    ],\n    \"dị ka tent\": [\n        \"tentlike\"\n    ],\n    \"onye na-eme ụlọ ntu\": [\n        \"tentmaker\"\n    ],\n    \"ịkpa ákwà ụlọikwuu\": [\n        \"tentmaking\"\n    ],\n    \"onye nọ n’ụlọikwuu\": [\n        \"tentmate\"\n    ],\n    \"ọrụ ụlọikwuu\": [\n        \"tentwork\"\n    ],\n    \"tenuifolius\": [\n        \"tenuifolious\"\n    ],\n    \"tenuous\": [\n        \"tenuious\"\n    ],\n    \"tenosos\": [\n        \"tenutos\"\n    ],\n    \"tepe\": [\n        \"tepefied\"\n    ],\n    \"tepra\": [\n        \"tephra\"\n    ],\n    \"amaokuk\": [\n        \"terahertz\",\n        \"terahertzes\"\n    ],\n    \"tarakihi\": [\n        \"terakihi\"\n    ],\n    \"terramorphous\": [\n        \"teramorphous\"\n    ],\n    \"tertieti\": [\n        \"tercets\"\n    ],\n    \"tereefhallic\": [\n        \"terephthallic\"\n    ],\n    \"Ogba-Ogba\": [\n        \"tereticaudate\"\n    ],\n    \"Terman\": [\n        \"terman\"\n    ],\n    \"chupu\": [\n        \"termin\",\n        \"terminate\"\n    ],\n    \"nkwụsị ness\": [\n        \"terminableness\"\n    ],\n    \"Ọnụ\": [\n        \"terminal\"\n    ],\n    \"terminalaceae\": [\n        \"terminaliaceae\"\n    ],\n    \"na-akọwa okwu\": [\n        \"terminological\"\n    ],\n    \"ọkà mmụta banyere ihe omimi\": [\n        \"terminologist\"\n    ],\n    \"ndị ọkà mmụta ihe banyere mmiri\": [\n        \"terminologists\"\n    ],\n    \"enweghị ọgwụgwụ\": [\n        \"termlessness\",\n        \"untiringly\"\n    ],\n    \"okwu oge\": [\n        \"termtimes\"\n    ],\n    \"nke ala\": [\n        \"ternaries\"\n    ],\n    \"ternnly\": [\n        \"ternately\"\n    ],\n    \"tern\": [\n        \"terns\"\n    ],\n    \"terpichore\": [\n        \"terpsichore\"\n    ],\n    \"Terr\": [\n        \"terr\"\n    ],\n    \"teres\": [\n        \"terrace\"\n    ],\n    \"terra\": [\n        \"terraced\"\n    ],\n    \"teres nke\": [\n        \"terraceous\"\n    ],\n    \"teren\": [\n        \"terrain\"\n    ],\n    \"treremotive\": [\n        \"terremotive\"\n    ],\n    \"Terry\": [\n        \"terry\"\n    ],\n    \"trericolous\": [\n        \"terricolous\"\n    ],\n    \"dị ka terrier\": [\n        \"terrierlike\"\n    ],\n    \"ndị na-enweghị ụjọ\": [\n        \"terriers\"\n    ],\n    \"menye ụjọ\": [\n        \"terrify\",\n        \"terrorise\",\n        \"terrorize\"\n    ],\n    \"kemmenyeujo\": [\n        \"terrific\",\n        \"terrifical\",\n        \"terrifically\",\n        \"terrificly\"\n    ],\n    \"n'ókèala\": [\n        \"territorial\",\n        \"territorially\"\n    ],\n    \"orialkèala\": [\n        \"territorialise\"\n    ],\n    \"ịkpa ókèala\": [\n        \"territorialising\"\n    ],\n    \"ịhazi ókèala\": [\n        \"territorialization\",\n        \"territorialize\"\n    ],\n    \"iyi ọha egwu\": [\n        \"terrorism\"\n    ],\n    \"eyi ọha egwu\": [\n        \"terrorist\",\n        \"terroristic\",\n        \"terroristical\"\n    ],\n    \"ndị na-eyi ọha egwu\": [\n        \"terrorists\"\n    ],\n    \"enweghị atụ ụjọ\": [\n        \"terrorless\"\n    ],\n    \"Uzo\": [\n        \"tersion\",\n        \"tite\"\n    ],\n    \"Terten\": [\n        \"tertenant\"\n    ],\n    \"trevalent\": [\n        \"tervalent\"\n    ],\n    \"trevee\": [\n        \"tervee\"\n    ],\n    \"ikwue\": [\n        \"tess\"\n    ],\n    \"Tessella\": [\n        \"tessella\"\n    ],\n    \"Tessellae\": [\n        \"tessellae\"\n    ],\n    \"Udidi Oma\": [\n        \"testaceousness\"\n    ],\n    \"ihe gbara ọkpụrụkpụ\": [\n        \"testamental\"\n    ],\n    \"testamentally\": [\n        \"testamentarily\"\n    ],\n    \"ndị ule\": [\n        \"testators\",\n        \"testers\"\n    ],\n    \"Ule\": [\n        \"tester\",\n        \"testons\"\n    ],\n    \"kwughachi obi ike\": [\n        \"testibrachial\"\n    ],\n    \"kwenye brachium\": [\n        \"testibrachium\"\n    ],\n    \"nke mmuta\": [\n        \"testicardine\",\n        \"testicles\",\n        \"testicular\"\n    ],\n    \"testiatory\": [\n        \"testificatory\"\n    ],\n    \"udomo\": [\n        \"testor\"\n    ],\n    \"Ule nwa akwukwo\": [\n        \"testudinal\"\n    ],\n    \"Ule nwa nwanyi\": [\n        \"testudines\"\n    ],\n    \"nwale nwa\": [\n        \"testudinous\"\n    ],\n    \"tetanik\": [\n        \"tetanical\"\n    ],\n    \"na ntaneti\": [\n        \"tetanically\"\n    ],\n    \"tetet\": [\n        \"tetard\"\n    ],\n    \"tetarthed_of\": [\n        \"tetartohedrally\"\n    ],\n    \"Kubọọlụ\": [\n        \"tetherball\"\n    ],\n    \"tetịtara\": [\n        \"tethered\",\n        \"tethery\"\n    ],\n    \"teth\": [\n        \"teths\"\n    ],\n    \"tetrachlorethylene\": [\n        \"tetrachloroethylene\"\n    ],\n    \"tetrachromiki\": [\n        \"tetrachromic\"\n    ],\n    \"tetọ\": [\n        \"tetract\"\n    ],\n    \"odịnaị\": [\n        \"tetradactyly\"\n    ],\n    \"onyeji\": [\n        \"tetradite\",\n        \"tutoress\"\n    ],\n    \"tetrats\": [\n        \"tetrads\"\n    ],\n    \"tetraglottiiki\": [\n        \"tetraglottic\"\n    ],\n    \"n'ụzọ anọ\": [\n        \"tetragonally\",\n        \"tetrahedrally\"\n    ],\n    \"tetram\": [\n        \"tetramers\"\n    ],\n    \"tetramita\": [\n        \"tetrameter\",\n        \"tetrameters\"\n    ],\n    \"teterala\": [\n        \"tetrapyla\"\n    ],\n    \"tetịl\": [\n        \"tetryls\"\n    ],\n    \"tet\": [\n        \"tetrous\"\n    ],\n    \"tetroxide\": [\n        \"tetroxids\"\n    ],\n    \"tetrasyllabic\": [\n        \"tetrsyllabical\"\n    ],\n    \"teeter\": [\n        \"tetter\"\n    ],\n    \"tetọọla\": [\n        \"tetterish\"\n    ],\n    \"tetetị\": [\n        \"tetters\"\n    ],\n    \"nwetụ ihe\": [\n        \"tettish\"\n    ],\n    \"Teutonia\": [\n        \"teutonia\"\n    ],\n    \"utmụaka\": [\n        \"teutonic\"\n    ],\n    \"onye_chukwu\": [\n        \"teutonist\"\n    ],\n    \"nwa_nwoke\": [\n        \"teutonomania\"\n    ],\n    \"iri na abụọ\": [\n        \"tewel\",\n        \"twelfhynde\",\n        \"twelfhyndeman\",\n        \"twelfthly\",\n        \"twelfthtide\",\n        \"twelve\",\n        \"twelvefold\",\n        \"twelvemos\",\n        \"twelvepence\",\n        \"twelvepenny\",\n        \"twink\"\n    ],\n    \"enweghị akwụkwọ ọgụgụ\": [\n        \"textbookless\"\n    ],\n    \"onye ederede\": [\n        \"textilist\",\n        \"textman\",\n        \"textualist\",\n        \"textuarist\"\n    ],\n    \"Tezcucan\": [\n        \"tezcucan\"\n    ],\n    \"Nke\": [\n        \"th\",\n        \"theody\",\n        \"thio\",\n        \"tyr\",\n        \"tyrr\"\n    ],\n    \"Tha\": [\n        \"tha\"\n    ],\n    \"Taị\": [\n        \"thai\"\n    ],\n    \"Thailand\": [\n        \"thailand\"\n    ],\n    \"Thais\": [\n        \"thais\"\n    ],\n    \"Thala\": [\n        \"thala\"\n    ],\n    \"Thalamencephalic\": [\n        \"thalamencephalic\"\n    ],\n    \"Thalamia\": [\n        \"thalamia\"\n    ],\n    \"Thalamic\": [\n        \"thalamic\"\n    ],\n    \"Thalamite\": [\n        \"thalamite\"\n    ],\n    \"Ichieke\": [\n        \"thalamolenticular\"\n    ],\n    \"Thalamus\": [\n        \"thalamus\"\n    ],\n    \"Thalassa\": [\n        \"thalassa\"\n    ],\n    \"thalassaemia\": [\n        \"thalassemia\"\n    ],\n    \"Thalassian\": [\n        \"thalassian\"\n    ],\n    \"thalasiki\": [\n        \"thalassic\"\n    ],\n    \"onyeisili\": [\n        \"thalassinidian\"\n    ],\n    \"hanyecha\": [\n        \"thalassochelys\"\n    ],\n    \"Onyebube Onyekwere\": [\n        \"thalassographer\"\n    ],\n    \"nyocha thalassography\": [\n        \"thalassography\"\n    ],\n    \"thalasometer\": [\n        \"thalassometer\"\n    ],\n    \"nzihie\": [\n        \"thalassophobia\"\n    ],\n    \"obhachi\": [\n        \"thalatta\"\n    ],\n    \"Thalesyan\": [\n        \"thalesian\"\n    ],\n    \"ukwuchukwu\": [\n        \"thalessa\"\n    ],\n    \"Thaliacean\": [\n        \"thaliacean\"\n    ],\n    \"Thalian\": [\n        \"thalian\"\n    ],\n    \"Thalli\": [\n        \"thalli\",\n        \"thallic\"\n    ],\n    \"thalli si\": [\n        \"thalliform\"\n    ],\n    \"tallinn\": [\n        \"thallin\"\n    ],\n    \"Thallium\": [\n        \"thallium\"\n    ],\n    \"thalophytes\": [\n        \"thallophytes\"\n    ],\n    \"Thameng\": [\n        \"thameng\"\n    ],\n    \"Thamyras\": [\n        \"thamyras\"\n    ],\n    \"Thammuz\": [\n        \"thammuz\"\n    ],\n    \"Thamnium\": [\n        \"thamnium\"\n    ],\n    \"Thamnophile\": [\n        \"thamnophile\"\n    ],\n    \"Thamnophis\": [\n        \"thamnophis\"\n    ],\n    \"Thamuria\": [\n        \"thamuria\"\n    ],\n    \"Tamus\": [\n        \"thamus\"\n    ],\n    \"karịa\": [\n        \"than\",\n        \"thatn\"\n    ],\n    \"Thanah\": [\n        \"thanah\"\n    ],\n    \"Ugboro Nri\": [\n        \"thanatobiologic\"\n    ],\n    \"atolọ\": [\n        \"thanatological\"\n    ],\n    \"Thanehood\": [\n        \"thanehood\"\n    ],\n    \"Ohaneze\": [\n        \"thaneland\"\n    ],\n    \"onye na-enye ekele\": [\n        \"thanker\"\n    ],\n    \"ndị na-ekele ha\": [\n        \"thankers\"\n    ],\n    \"Daalụ\": [\n        \"thankyou\"\n    ],\n    \"enweghi ekele\": [\n        \"thankless\"\n    ],\n    \"Thargelion\": [\n        \"thargelion\"\n    ],\n    \"Thasian\": [\n        \"thasian\"\n    ],\n    \"ebe ahụ\": [\n        \"thataway\",\n        \"thereabove\",\n        \"therearound\",\n        \"thereaway\",\n        \"thereaways\"\n    ],\n    \"akpacha\": [\n        \"thatched\"\n    ],\n    \"Nke ahụ\": [\n        \"thatchy\",\n        \"thats\"\n    ],\n    \"osisichwood\": [\n        \"thatchwood\"\n    ],\n    \"nke ahụ bụ\": [\n        \"thatd\"\n    ],\n    \"nke ahụ ga\": [\n        \"thatll\"\n    ],\n    \"nke ahụ\": [\n        \"thatness\"\n    ],\n    \"Thaumasite\": [\n        \"thaumasite\"\n    ],\n    \"nyocha thaumatography\": [\n        \"thaumatography\"\n    ],\n    \"thawa\": [\n        \"thawer\"\n    ],\n    \"thethropism\": [\n        \"theanthropism\"\n    ],\n    \"nkà mmụta ihe omumu\": [\n        \"theanthropology\"\n    ],\n    \"theththpos\": [\n        \"theanthropos\"\n    ],\n    \"theththpoposophy\": [\n        \"theanthroposophy\"\n    ],\n    \"Theb\": [\n        \"theb\"\n    ],\n    \"ndị ahụ\": [\n        \"thebais\",\n        \"those\"\n    ],\n    \"Thebesian\": [\n        \"thebesian\"\n    ],\n    \"calcium\": [\n        \"thecium\"\n    ],\n    \"thedodont\": [\n        \"thecodont\"\n    ],\n    \"nwekora\": [\n        \"thecophora\"\n    ],\n    \"kosomata\": [\n        \"thecosomata\"\n    ],\n    \"theosomatous\": [\n        \"thecosomatous\"\n    ],\n    \"ther\": [\n        \"thed\"\n    ],\n    \"gbuee\": [\n        \"theeked\"\n    ],\n    \"ụmụnwoke\": [\n        \"theemim\"\n    ],\n    \"na-ezuru ohi\": [\n        \"theftproof\"\n    ],\n    \"thegnike\": [\n        \"thegnlike\"\n    ],\n    \"ha Aga\": [\n        \"theyll\"\n    ],\n    \"thein\": [\n        \"theine\"\n    ],\n    \"onwe ha\": [\n        \"theirselves\",\n        \"themsel\",\n        \"themselves\"\n    ],\n    \"theisens\": [\n        \"theirsens\"\n    ],\n    \"theism\": [\n        \"theisms\",\n        \"theist\"\n    ],\n    \"theistic\": [\n        \"theistical\"\n    ],\n    \"suve\": [\n        \"theyve\"\n    ],\n    \"theblast\": [\n        \"thelyblast\"\n    ],\n    \"Onye Uwa\": [\n        \"thelitises\"\n    ],\n    \"na ha\": [\n        \"thematically\"\n    ],\n    \"enweghị isiokwu\": [\n        \"themeless\",\n        \"unwordably\"\n    ],\n    \"si n'ebe ahụ\": [\n        \"thence\",\n        \"therefrom\"\n    ],\n    \"mgbe nke ahụ gasị\": [\n        \"thenceafter\"\n    ],\n    \"onye na-achota ndi mmadu\": [\n        \"theocollectivist\"\n    ],\n    \"ọchịchị Chineke\": [\n        \"theocracy\",\n        \"theocrasy\",\n        \"theocrasia\",\n        \"theocratic\"\n    ],\n    \"n'ụzọ ọchịchị\": [\n        \"theocratically\"\n    ],\n    \"onye ọkà mmụta okpukpe\": [\n        \"theologaster\",\n        \"theologer\",\n        \"theologiser\"\n    ],\n    \"ndị ọkà mmụta okpukpe\": [\n        \"theologians\"\n    ],\n    \"na nkà mmụta okpukpe\": [\n        \"theologically\"\n    ],\n    \"theologico nkà mmụta mbara igwe\": [\n        \"theologicoastronomical\"\n    ],\n    \"theologi\": [\n        \"theologised\",\n        \"theologize\",\n        \"theologized\",\n        \"theologizing\"\n    ],\n    \"okwu omimi\": [\n        \"theologue\"\n    ],\n    \"tiori\": [\n        \"theory\"\n    ],\n    \"nchepụta\": [\n        \"theories\",\n        \"theorism\"\n    ],\n    \"tiori monger\": [\n        \"theorymonger\"\n    ],\n    \"theorists\": [\n        \"theorises\"\n    ],\n    \"theoreas\": [\n        \"theorizers\"\n    ],\n    \"theoso sophisticated\": [\n        \"theosophistic\"\n    ],\n    \"theotchny\": [\n        \"theotechny\"\n    ],\n    \"Ebe ahụ\": [\n        \"there\"\n    ],\n    \"nọ ebe ahụ\": [\n        \"thereabouts\"\n    ],\n    \"mgbe nke ahụ gasịrị\": [\n        \"thereafter\",\n        \"thereinafter\"\n    ],\n    \"mgbe nke a gasị\": [\n        \"thereafterward\"\n    ],\n    \"n'ebe ahụ\": [\n        \"thereamong\",\n        \"thereanent\",\n        \"thereanents\",\n        \"thereckly\",\n        \"therehence\",\n        \"theretoward\"\n    ],\n    \"theresa\": [\n        \"thereas\"\n    ],\n    \"si otú\": [\n        \"thereby\"\n    ],\n    \"n'ime ya\": [\n        \"therein\",\n        \"thereinto\"\n    ],\n    \"ndị a\": [\n        \"theremins\"\n    ],\n    \"n’elu ya\": [\n        \"thereon\"\n    ],\n    \"outout\": [\n        \"thereout\"\n    ],\n    \"can\": [\n        \"therese\"\n    ],\n    \"thereitto\": [\n        \"thereunto\"\n    ],\n    \"n'ebe\": [\n        \"therevid\",\n        \"therewhile\",\n        \"toward\",\n        \"towardly\"\n    ],\n    \"ihe ikpe\": [\n        \"therial\"\n    ],\n    \"Onye Nwachukwu\": [\n        \"therian\"\n    ],\n    \"kwes\": [\n        \"thermal\",\n        \"thermel\"\n    ],\n    \"ihe okpomọkụ\": [\n        \"thermals\",\n        \"thermels\"\n    ],\n    \"dermatologist\": [\n        \"thermatologist\"\n    ],\n    \"temomor\": [\n        \"thermidor\"\n    ],\n    \"temomorọn\": [\n        \"thermidorian\"\n    ],\n    \"temomammeter\": [\n        \"thermoammeter\"\n    ],\n    \"temomagnetic\": [\n        \"thermomagnetic\"\n    ],\n    \"temometereti\": [\n        \"thermometerize\"\n    ],\n    \"temomotor\": [\n        \"thermomotor\"\n    ],\n    \"temomultiplier\": [\n        \"thermomultiplier\"\n    ],\n    \"temomperiodicity\": [\n        \"thermoperiodicity\"\n    ],\n    \"ike ikpo ọkụ\": [\n        \"thermopower\"\n    ],\n    \"ọgwụgwọ thermoradiotherapy\": [\n        \"thermoradiotherapy\"\n    ],\n    \"ihe ekpomoku\": [\n        \"thermotactic\"\n    ],\n    \"temomotelephonic\": [\n        \"thermotelephonic\"\n    ],\n    \"ọgwụgwọ ọgwụ\": [\n        \"thermotherapy\"\n    ],\n    \"theorera\": [\n        \"theromora\"\n    ],\n    \"theropods\": [\n        \"theropodous\"\n    ],\n    \"onyencheghari\": [\n        \"thersitean\"\n    ],\n    \"thesaurus\": [\n        \"thesaural\",\n        \"thesauris\"\n    ],\n    \"ndia\": [\n        \"these\",\n        \"thesean\",\n        \"theseum\",\n        \"theseus\"\n    ],\n    \"sisial\": [\n        \"thesial\"\n    ],\n    \"tesis\": [\n        \"thesis\"\n    ],\n    \"thesemothetae\": [\n        \"thesmothetae\"\n    ],\n    \"themothete\": [\n        \"thesmothete\"\n    ],\n    \"ndi Sisailian\": [\n        \"thessalian\"\n    ],\n    \"ndị Tesalonaịka\": [\n        \"thessalonians\"\n    ],\n    \"thechch\": [\n        \"thetch\"\n    ],\n    \"theitis\": [\n        \"thetis\"\n    ],\n    \"Akpiri\": [\n        \"thianthrene\"\n    ],\n    \"thiazole\": [\n        \"thiazols\"\n    ],\n    \"tibet\": [\n        \"thibet\"\n    ],\n    \"agba isi\": [\n        \"thickheaded\"\n    ],\n    \"Agba ọka\": [\n        \"thickleaves\"\n    ],\n    \"onye ori\": [\n        \"thief\"\n    ],\n    \"Thierry\": [\n        \"thierry\"\n    ],\n    \"thig\": [\n        \"thigged\",\n        \"thighed\"\n    ],\n    \"apata ụkwụ\": [\n        \"thighbone\",\n        \"thighbones\"\n    ],\n    \"mmekorita thigmotactic\": [\n        \"thigmotactically\"\n    ],\n    \"thigmotropism\": [\n        \"thigmotropically\"\n    ],\n    \"thriller\": [\n        \"thiller\"\n    ],\n    \"thymallus\": [\n        \"thymallidae\"\n    ],\n    \"timbul\": [\n        \"thimber\",\n        \"thimble\"\n    ],\n    \"Timberberry\": [\n        \"thimbleberry\"\n    ],\n    \"Tubimflower\": [\n        \"thimbleflower\"\n    ],\n    \"timim yiri\": [\n        \"thimblelike\"\n    ],\n    \"thimim\": [\n        \"thimblemaking\",\n        \"thimbles\"\n    ],\n    \"myịlị\": [\n        \"thymylic\"\n    ],\n    \"ihe ndaw\": [\n        \"thymines\"\n    ],\n    \"nweka aka\": [\n        \"thymocyte\"\n    ],\n    \"ịmị mkpụrụ obi\": [\n        \"thymopathy\"\n    ],\n    \"thymotinik\": [\n        \"thymotinic\"\n    ],\n    \"tms\": [\n        \"thyms\"\n    ],\n    \"iheamabob\": [\n        \"thingamabob\"\n    ],\n    \"ịdị ka ihe\": [\n        \"thinglikeness\"\n    ],\n    \"iheumabob\": [\n        \"thingumabob\"\n    ],\n    \"iheumadad\": [\n        \"thingumadad\"\n    ],\n    \"iheumadoodle\": [\n        \"thingumadoodle\"\n    ],\n    \"Echere echiche\": [\n        \"thinkableness\"\n    ],\n    \"taa akpụ\": [\n        \"thinned\"\n    ],\n    \"Onyebueke\": [\n        \"thioarsenate\"\n    ],\n    \"ihebdu\": [\n        \"thiolics\"\n    ],\n    \"Nakwaa\": [\n        \"thionines\",\n        \"thionins\"\n    ],\n    \"Nnenna Iheanacho\": [\n        \"thiostannite\"\n    ],\n    \"efuue\": [\n        \"thiosulphonic\"\n    ],\n    \"tiotepa\": [\n        \"thiotepa\"\n    ],\n    \"nke atọ\": [\n        \"thir\",\n        \"third\",\n        \"thirdborough\",\n        \"thirdhand\",\n        \"thirdings\",\n        \"thirdling\",\n        \"thirdness\",\n        \"thirdstream\",\n        \"thirl\",\n        \"thirlages\",\n        \"thirled\",\n        \"thirling\",\n        \"thrax\",\n        \"tri\",\n        \"triactinal\",\n        \"triandrous\",\n        \"triarian\",\n        \"triaryl\",\n        \"triarticulate\",\n        \"tribually\",\n        \"tricennial\",\n        \"triental\",\n        \"trientes\",\n        \"triequal\",\n        \"trieteric\",\n        \"trilobal\",\n        \"tripartible\",\n        \"triphthongal\",\n        \"tripinnated\",\n        \"triplet\",\n        \"tripletree\",\n        \"triplocaulescent\",\n        \"triploid\",\n        \"trippist\",\n        \"triquetrous\",\n        \"triquetrously\",\n        \"triradially\",\n        \"trireme\"\n    ],\n    \"Nkeji nke atọ\": [\n        \"thirdendeal\"\n    ],\n    \"nke ato\": [\n        \"thirdly\",\n        \"triquinate\"\n    ],\n    \"uzo ato\": [\n        \"thirds\",\n        \"thruways\"\n    ],\n    \"nwoke nke atọ\": [\n        \"thirdsman\"\n    ],\n    \"thyroid\": [\n        \"thyreoid\",\n        \"thyroids\"\n    ],\n    \"Nwakoeze\": [\n        \"thyreoideal\"\n    ],\n    \"thyroidectomy\": [\n        \"thyreoidectomy\",\n        \"thyroidectomize\"\n    ],\n    \"thyreoiditis\": [\n        \"thyreoitis\"\n    ],\n    \"ebe obibi gị\": [\n        \"thyreotomy\"\n    ],\n    \"mgbakwụnye\": [\n        \"thyreotropic\"\n    ],\n    \"Atọ\": [\n        \"thirls\",\n        \"trilateration\",\n        \"tripos\",\n        \"triunes\"\n    ],\n    \"thyrearytenoid\": [\n        \"thyroarytenoid\"\n    ],\n    \"Nwachukwu Nwachukwu\": [\n        \"thyroepiglottic\",\n        \"thyroepiglottidean\"\n    ],\n    \"thyroid pụtara\": [\n        \"thyroidean\"\n    ],\n    \"thyreidectomized\": [\n        \"thyroidectomized\"\n    ],\n    \"thyroidectomies\": [\n        \"thyroidotomies\"\n    ],\n    \"na-asụ asụsụ gị\": [\n        \"thyrolingual\"\n    ],\n    \"thyroparathyroctomized\": [\n        \"thyroparathyroidectomize\"\n    ],\n    \"ịba n'anya\": [\n        \"thyrotoxicity\"\n    ],\n    \"Ogbe gi\": [\n        \"thyrses\"\n    ],\n    \"nnechi gi\": [\n        \"thyrsi\"\n    ],\n    \"akpịrị kpọkọrọ ya\": [\n        \"thirsted\"\n    ],\n    \"mmiri na-agụ\": [\n        \"thirsty\",\n        \"thirsting\"\n    ],\n    \"nke kachasi nkụ\": [\n        \"thirstiest\"\n    ],\n    \"akpịrị kpọrọ nkụ\": [\n        \"thirstle\"\n    ],\n    \"nke iri na atọ\": [\n        \"thirteenth\",\n        \"thirteenthly\",\n        \"thirteenths\"\n    ],\n    \"nke iri atọ\": [\n        \"thirtieth\"\n    ],\n    \"iri atọ na ise\": [\n        \"thirtypenny\"\n    ],\n    \"thysanostoma\": [\n        \"thysanuriform\"\n    ],\n    \"thysanura\": [\n        \"thysanurous\"\n    ],\n    \"Thysen\": [\n        \"thysen\"\n    ],\n    \"otu a\": [\n        \"thishow\",\n        \"thiswise\"\n    ],\n    \"Otobo\": [\n        \"thistledown\"\n    ],\n    \"ebe ahu\": [\n        \"thither\"\n    ],\n    \"gaa ihu\": [\n        \"thitherward\",\n        \"thitherwards\"\n    ],\n    \"Ntụtụ\": [\n        \"thlinget\"\n    ],\n    \"masgha\": [\n        \"thomasing\"\n    ],\n    \"nggha\": [\n        \"thong\"\n    ],\n    \"n'akuku ume\": [\n        \"thoracically\"\n    ],\n    \"okpokoro-egbu egbu\": [\n        \"thoracicoabdominal\"\n    ],\n    \"ogwu nke na-enweghị ogwu\": [\n        \"thornlessness\"\n    ],\n    \"Ezichi\": [\n        \"thoroughbrace\",\n        \"thoroughbreds\"\n    ],\n    \"goingga nke ọma\": [\n        \"thoroughgoingness\"\n    ],\n    \"n'echebara echiche\": [\n        \"thoughtfully\"\n    ],\n    \"n'eche echiche\": [\n        \"thoughtkin\"\n    ],\n    \"ị hụrụ\": [\n        \"thouing\"\n    ],\n    \"puku\": [\n        \"thousand\"\n    ],\n    \"puku okpukpu\": [\n        \"thousandfold\",\n        \"thousandfoldly\"\n    ],\n    \"puku kwuru puku\": [\n        \"thousands\"\n    ],\n    \"nke puku\": [\n        \"thousandth\"\n    ],\n    \"puku iri\": [\n        \"thousandths\"\n    ],\n    \"puku arọ\": [\n        \"thousandweight\"\n    ],\n    \"akwa nhicha ahụ\": [\n        \"thowel\",\n        \"towel\",\n        \"towelry\",\n        \"towels\"\n    ],\n    \"Ino\": [\n        \"thrack\"\n    ],\n    \"atọchi\": [\n        \"thraldom\"\n    ],\n    \"ahuruoku isi\": [\n        \"thrashed\"\n    ],\n    \"nchacha\": [\n        \"thrasher\"\n    ],\n    \"ịzọ aka\": [\n        \"thrashers\",\n        \"thrashes\"\n    ],\n    \"Nzọcha\": [\n        \"thrashing\"\n    ],\n    \"igba otutu\": [\n        \"thrave\"\n    ],\n    \"Thrara\": [\n        \"thraver\"\n    ],\n    \"rawgha\": [\n        \"thrawartness\",\n        \"thrawcrook\"\n    ],\n    \"Na-atọpụ\": [\n        \"thrawing\"\n    ],\n    \"atụba\": [\n        \"thrawnness\"\n    ],\n    \"threadbare ness\": [\n        \"threadbareness\"\n    ],\n    \"threadfin\": [\n        \"threadfish\"\n    ],\n    \"threadia\": [\n        \"threadflower\"\n    ],\n    \"threader\": [\n        \"threadier\"\n    ],\n    \"eri uzo\": [\n        \"threadway\"\n    ],\n    \"threaded\": [\n        \"threadweed\"\n    ],\n    \"Na-azọcha ọka\": [\n        \"threaping\"\n    ],\n    \"iyi egwu\": [\n        \"threat\",\n        \"threateningness\",\n        \"unswears\"\n    ],\n    \"yie egwu\": [\n        \"threaten\"\n    ],\n    \"eyi egwu\": [\n        \"threatenable\"\n    ],\n    \"onye iyi egwu\": [\n        \"threatener\"\n    ],\n    \"ndị na-eyi egwu\": [\n        \"threateners\"\n    ],\n    \"threstimensionality\": [\n        \"threedimensionality\"\n    ],\n    \"atọ atọ\": [\n        \"threefolded\",\n        \"threefoldly\"\n    ],\n    \"atọọ atọ\": [\n        \"threefoldedness\"\n    ],\n    \"okpukpu atọ\": [\n        \"threepence\",\n        \"triblet\",\n        \"trifly\",\n        \"trifold\",\n        \"trihemeral\",\n        \"tripart\",\n        \"tripled\",\n        \"triplefold\",\n        \"tripleness\",\n        \"tripler\",\n        \"tripletail\",\n        \"triplex\",\n        \"triplicately\",\n        \"triplice\",\n        \"triplicostate\",\n        \"tripple\",\n        \"trippler\",\n        \"triquetra\",\n        \"triquetric\"\n    ],\n    \"ahịrịokwu atọ\": [\n        \"threepences\"\n    ],\n    \"ụzọ atọ\": [\n        \"threepenny\",\n        \"trierarchies\",\n        \"triplicature\",\n        \"triplicities\"\n    ],\n    \"nnenna_nweke\": [\n        \"threepennyworth\"\n    ],\n    \"ọgu atọ\": [\n        \"threescore\"\n    ],\n    \"Threin\": [\n        \"threne\"\n    ],\n    \".zọ\": [\n        \"threose\"\n    ],\n    \"Onye-nzọcha\": [\n        \"thresh\"\n    ],\n    \"Ebe nzọcha mkpụrụ\": [\n        \"threshal\"\n    ],\n    \"nzọcha mkpụrụ\": [\n        \"threshed\",\n        \"threshes\"\n    ],\n    \"Ebe nzọcha\": [\n        \"threshel\",\n        \"threshers\"\n    ],\n    \"Onye nzọcha\": [\n        \"thresher\"\n    ],\n    \"Onye na-azọcha mkpụrụ\": [\n        \"thresherman\"\n    ],\n    \"Nzọcha ọka\": [\n        \"threshing\"\n    ],\n    \"Oge nzọcha\": [\n        \"threshingtime\"\n    ],\n    \"Threstle\": [\n        \"threstle\"\n    ],\n    \"tụbara\": [\n        \"threw\"\n    ],\n    \"ugboro atọ\": [\n        \"thrice\",\n        \"triannual\",\n        \"triennially\",\n        \"triforial\",\n        \"tripy\",\n        \"tripodial\",\n        \"trivalvular\",\n        \"triweekly\",\n        \"tutrice\"\n    ],\n    \"ụlọ ahịa nregharị ngwaahịa\": [\n        \"thriftshop\"\n    ],\n    \"Ihe ụtọ\": [\n        \"thrillers\"\n    ],\n    \"ringgha\": [\n        \"thring\"\n    ],\n    \"thrinrin\": [\n        \"thrinter\"\n    ],\n    \"mee nke ọma\": [\n        \"thrive\",\n        \"throve\",\n        \"wellfounded\"\n    ],\n    \"eme nke ọma\": [\n        \"thrived\"\n    ],\n    \"na-eto nke ọma\": [\n        \"thrives\",\n        \"thrivingly\"\n    ],\n    \"na-eti nri\": [\n        \"throbs\"\n    ],\n    \"akpọnyela\": [\n        \"throdden\"\n    ],\n    \"na-atụba\": [\n        \"throeing\",\n        \"throwing\"\n    ],\n    \"thrombocyte\": [\n        \"thrombocyst\"\n    ],\n    \"thrombolysis\": [\n        \"thromboclasis\"\n    ],\n    \"enweghị ocheeze\": [\n        \"throneless\"\n    ],\n    \"akpagbuwo\": [\n        \"thronged\"\n    ],\n    \"n'oké oriri\": [\n        \"throngingly\"\n    ],\n    \"Ighacha\": [\n        \"throning\"\n    ],\n    \"trotul\": [\n        \"throttle\"\n    ],\n    \"Gafere\": [\n        \"throttled\"\n    ],\n    \"trotul jide\": [\n        \"throttlehold\"\n    ],\n    \"site na bea\": [\n        \"throughbear\"\n    ],\n    \"gangha\": [\n        \"throughganging\"\n    ],\n    \"site na ozo\": [\n        \"throughither\",\n        \"throughother\"\n    ],\n    \"N’ime nile\": [\n        \"throughout\"\n    ],\n    \"Nkwatu\": [\n        \"throwdown\"\n    ],\n    \"Ndị na-atụfu\": [\n        \"throwers\"\n    ],\n    \"Ọtụtụ ugboro\": [\n        \"throwoff\"\n    ],\n    \"Ofụgba\": [\n        \"throwwort\"\n    ],\n    \"thrush\": [\n        \"thrushy\"\n    ],\n    \"thrush dị ka\": [\n        \"thrushlike\"\n    ],\n    \"ahịhịa aka\": [\n        \"thrustle\"\n    ],\n    \"Okwaraeze\": [\n        \"thruthvang\"\n    ],\n    \"Nke atọ\": [\n        \"thruv\"\n    ],\n    \"Na-azọ\": [\n        \"thugging\"\n    ],\n    \"tulias\": [\n        \"thulias\"\n    ],\n    \"isi mkpịsị aka\": [\n        \"thumb\",\n        \"thumbhole\",\n        \"thumbing\",\n        \"thumbnuts\",\n        \"thumbscrew\",\n        \"thumbstring\"\n    ],\n    \"itu isi\": [\n        \"thumbed\",\n        \"thumber\"\n    ],\n    \"Tumbikins\": [\n        \"thumbikins\"\n    ],\n    \"isi mkpuru\": [\n        \"thumbless\"\n    ],\n    \"tọmbneelụ\": [\n        \"thumbnail\"\n    ],\n    \"isi mkpuruobi\": [\n        \"thumbnut\"\n    ],\n    \"thumbpie\": [\n        \"thumbpiece\"\n    ],\n    \"isi aka\": [\n        \"thumbs\"\n    ],\n    \"thumbtack\": [\n        \"thumbtacked\"\n    ],\n    \"égbè eluigwe\": [\n        \"thund\",\n        \"thunder\",\n        \"thunderball\",\n        \"thunderbearing\",\n        \"thunderbird\",\n        \"thunderblast\",\n        \"thunderbox\",\n        \"thunderburst\",\n        \"thunderclap\",\n        \"thunderclaps\",\n        \"thundercrack\",\n        \"thunderer\",\n        \"thunderers\",\n        \"thunderfish\",\n        \"thunderful\",\n        \"thundery\",\n        \"thundering\",\n        \"thunderingly\",\n        \"thunderlight\",\n        \"thunderous\",\n        \"thunderousness\",\n        \"thunderpeal\",\n        \"thunders\",\n        \"thundersmiting\",\n        \"thundersquall\",\n        \"thunderstorms\",\n        \"thunderworm\",\n        \"thundrous\",\n        \"thundrously\",\n        \"thunor\"\n    ],\n    \"egbe eluigwe\": [\n        \"thunderbolt\",\n        \"thunderhead\"\n    ],\n    \"égbè eluigwe igwe\": [\n        \"thundercloud\"\n    ],\n    \"egbe mmiri ozuzo\": [\n        \"thunderclouds\",\n        \"thunderstorm\",\n        \"thunderstroke\"\n    ],\n    \"égbè eluigwe gbara\": [\n        \"thundered\"\n    ],\n    \"daa egbe\": [\n        \"thunderheaded\"\n    ],\n    \"yiri égbè eluigwe\": [\n        \"thunderlike\"\n    ],\n    \"thunda daa\": [\n        \"thunderously\"\n    ],\n    \"égbè eluigwe gbaa\": [\n        \"thundershower\"\n    ],\n    \"thunderstken\": [\n        \"thunderstricken\"\n    ],\n    \"egbe elu igwe\": [\n        \"thunderwort\"\n    ],\n    \"a ga-akwụ ụgwọ\": [\n        \"thurible\"\n    ],\n    \"thurife nwere\": [\n        \"thuriferous\"\n    ],\n    \"thur\": [\n        \"thurificate\"\n    ],\n    \"Ọrịrị\": [\n        \"thurls\"\n    ],\n    \"Tọsde\": [\n        \"thursday\",\n        \"thursdays\"\n    ],\n    \"thuat\": [\n        \"thurst\"\n    ],\n    \"ishi\": [\n        \"thushi\"\n    ],\n    \"otu a kwa\": [\n        \"thuswise\"\n    ],\n    \"Kpọchie\": [\n        \"thwacker\"\n    ],\n    \"na-emebighị iwu\": [\n        \"thwartingly\",\n        \"unbrutalizing\",\n        \"unclashing\",\n        \"uncrowning\",\n        \"undestructive\"\n    ],\n    \"thwart\": [\n        \"thwartly\"\n    ],\n    \"wargha\": [\n        \"thwartship\",\n        \"thwartships\"\n    ],\n    \"TIAR\": [\n        \"tiar\"\n    ],\n    \"tiara\": [\n        \"tiaraed\",\n        \"tiaralike\"\n    ],\n    \"nwua\": [\n        \"tyauve\"\n    ],\n    \"iczọ\": [\n        \"tic\",\n        \"ticca\",\n        \"tictoc\"\n    ],\n    \"ato\": [\n        \"tice\",\n        \"trinely\",\n        \"trio\",\n        \"triode\",\n        \"trioicous\",\n        \"triole\",\n        \"triols\",\n        \"triunion\"\n    ],\n    \"ọrịa tychism\": [\n        \"tychism\"\n    ],\n    \"icdị\": [\n        \"tichodrome\"\n    ],\n    \"tinye akọrọ\": [\n        \"tick\"\n    ],\n    \"onye nlekọta tiketi\": [\n        \"tickeater\"\n    ],\n    \"tiketi\": [\n        \"ticked\",\n        \"tickey\",\n        \"ticket\",\n        \"ticketed\",\n        \"ticketmonger\",\n        \"tickets\"\n    ],\n    \"ịka\": [\n        \"ticken\"\n    ],\n    \"Ịnye tiketi\": [\n        \"ticketing\"\n    ],\n    \"enweghị tiketi\": [\n        \"ticketless\"\n    ],\n    \"otighiti\": [\n        \"tickle\",\n        \"ticklely\"\n    ],\n    \"akọrọ ụbụrụ\": [\n        \"ticklebrain\"\n    ],\n    \"akọrọ ihe\": [\n        \"tickleproof\"\n    ],\n    \"Tickleweed\": [\n        \"tickleweed\"\n    ],\n    \"na-egbu anyụike\": [\n        \"ticklingly\"\n    ],\n    \"Tickettoe\": [\n        \"ticktacktoe\"\n    ],\n    \"Tickottoo\": [\n        \"ticktacktoo\"\n    ],\n    \"tiktoks\": [\n        \"ticktocks\"\n    ],\n    \"Ihe nnweta\": [\n        \"tycoon\"\n    ],\n    \"tycoons\": [\n        \"tycoonate\"\n    ],\n    \"tingacking\": [\n        \"tictacking\"\n    ],\n    \"ogbara\": [\n        \"tidal\"\n    ],\n    \"iddị_ịdị\": [\n        \"tiddledywinks\"\n    ],\n    \"Nnenna Onyinye\": [\n        \"tiddlywinker\",\n        \"tiddlywinks\"\n    ],\n    \"Uchechukwu Anyi\": [\n        \"tiddlywinking\"\n    ],\n    \"tide\": [\n        \"tideful\",\n        \"tideward\"\n    ],\n    \"Na-adịghị\": [\n        \"tideless\"\n    ],\n    \"izu ala\": [\n        \"tideling\"\n    ],\n    \"Onyebug\": [\n        \"tidesman\"\n    ],\n    \"ihe nlegharị\": [\n        \"tidesurveyor\"\n    ],\n    \"ididị\": [\n        \"tidier\"\n    ],\n    \"idlọ\": [\n        \"tidley\"\n    ],\n    \"ịkọọ ihe\": [\n        \"tidology\"\n    ],\n    \"idodị adị\": [\n        \"tidological\"\n    ],\n    \"tie mgbachi\": [\n        \"tieclasp\"\n    ],\n    \"tie mkpachi\": [\n        \"tieclasps\"\n    ],\n    \"tie nkịta\": [\n        \"tiedog\"\n    ],\n    \"tiene\": [\n        \"tien\"\n    ],\n    \"tienda\": [\n        \"tienta\"\n    ],\n    \"tie ntụtụ\": [\n        \"tiepin\"\n    ],\n    \"tier\": [\n        \"tierces\",\n        \"tierer\",\n        \"tierlike\"\n    ],\n    \"e ji aka\": [\n        \"tyes\"\n    ],\n    \"tiffin\": [\n        \"tiffined\"\n    ],\n    \"tiing\": [\n        \"tiffing\"\n    ],\n    \"tiinging\": [\n        \"tiffining\"\n    ],\n    \"tiif\": [\n        \"tift\"\n    ],\n    \"tigerfish\": [\n        \"tigerfishes\"\n    ],\n    \"tiger\": [\n        \"tigery\",\n        \"tigerling\"\n    ],\n    \"Agu\": [\n        \"tigger\"\n    ],\n    \"ikesiike\": [\n        \"tighten\"\n    ],\n    \"ikesii ike\": [\n        \"tightened\"\n    ],\n    \"tiglọn\": [\n        \"tiglon\"\n    ],\n    \"tigress\": [\n        \"tigresses\"\n    ],\n    \"tigress dị ka\": [\n        \"tigresslike\"\n    ],\n    \"tigrinya\": [\n        \"tigrina\",\n        \"tigrine\"\n    ],\n    \"tike\": [\n        \"tikes\"\n    ],\n    \"dedị\": [\n        \"tilde\"\n    ],\n    \"tyleberị\": [\n        \"tyleberry\"\n    ],\n    \"taịl\": [\n        \"tiled\",\n        \"tilery\"\n    ],\n    \"tile\": [\n        \"tileyard\",\n        \"tilelike\",\n        \"tileways\",\n        \"tilework\",\n        \"tileworks\"\n    ],\n    \"taịl nile\": [\n        \"tileries\",\n        \"tilers\",\n        \"tiles\",\n        \"tileseed\",\n        \"tilesherd\"\n    ],\n    \"Ọrịa tylerism\": [\n        \"tylerism\"\n    ],\n    \"tylọn\": [\n        \"tylion\"\n    ],\n    \"Tilia\": [\n        \"tillaea\"\n    ],\n    \"tụọ ihe\": [\n        \"tillage\"\n    ],\n    \"Ihe tiller\": [\n        \"tiller\"\n    ],\n    \"Ndị na-azụ anụ\": [\n        \"tillers\"\n    ],\n    \"tukwasi\": [\n        \"tilly\"\n    ],\n    \"till\": [\n        \"tilling\"\n    ],\n    \"Onye kere ihe\": [\n        \"tillotter\"\n    ],\n    \"tylott\": [\n        \"tylotate\"\n    ],\n    \"tyloti\": [\n        \"tylotic\"\n    ],\n    \"tilt\": [\n        \"tilters\"\n    ],\n    \"tiltmita\": [\n        \"tiltmeter\"\n    ],\n    \"timaliidae\": [\n        \"timaliinae\"\n    ],\n    \"timba\": [\n        \"timbales\"\n    ],\n    \"jisi ike\": [\n        \"timbered\"\n    ],\n    \"oyuwo\": [\n        \"timberwright\"\n    ],\n    \"timbre\": [\n        \"timbreled\",\n        \"timbrels\"\n    ],\n    \"timbrel\": [\n        \"timbrelled\"\n    ],\n    \"umu osisi\": [\n        \"timbres\"\n    ],\n    \"oge ijikọ\": [\n        \"timebinding\"\n    ],\n    \"onye na-edebe oge\": [\n        \"timekeeper\"\n    ],\n    \"ndị na-edebe oge\": [\n        \"timekeepers\"\n    ],\n    \"n’oge\": [\n        \"timely\"\n    ],\n    \"ngụ oge\": [\n        \"timelier\",\n        \"timer\",\n        \"timmer\",\n        \"timoneer\"\n    ],\n    \"na-egbochi oge\": [\n        \"timeproof\"\n    ],\n    \"Ngụọge\": [\n        \"timers\"\n    ],\n    \"ndị na-ere oge\": [\n        \"timesavers\"\n    ],\n    \"oge nkesa\": [\n        \"timeserver\"\n    ],\n    \"sava oge\": [\n        \"timeservers\"\n    ],\n    \"ogehare\": [\n        \"timeshare\"\n    ],\n    \"usoro oge\": [\n        \"timetables\"\n    ],\n    \"arụ ọrụ oge\": [\n        \"timework\"\n    ],\n    \"ọrụ oge\": [\n        \"timeworker\"\n    ],\n    \"osisi okike\": [\n        \"timon\"\n    ],\n    \"Timonian\": [\n        \"timonian\"\n    ],\n    \"onye na-akwado iheomume\": [\n        \"timonist\"\n    ],\n    \"Timoti\": [\n        \"timothy\"\n    ],\n    \"tympan\": [\n        \"tympans\"\n    ],\n    \"tinctorial\": [\n        \"tinctorially\"\n    ],\n    \"tinctorius\": [\n        \"tinctorious\"\n    ],\n    \"tincture\": [\n        \"tincts\"\n    ],\n    \"tincting\": [\n        \"tincturing\"\n    ],\n    \"tyndallmita\": [\n        \"tyndallmeter\"\n    ],\n    \"igbe ntanetị\": [\n        \"tinderboxes\"\n    ],\n    \"tindish\": [\n        \"tinderish\"\n    ],\n    \"dị ka tinder\": [\n        \"tinderlike\"\n    ],\n    \"tine\": [\n        \"tinean\",\n        \"tineine\"\n    ],\n    \"tint\": [\n        \"ting\",\n        \"tinters\"\n    ],\n    \"tinging\": [\n        \"tingeing\"\n    ],\n    \"tenti\": [\n        \"tingent\"\n    ],\n    \"tlas\": [\n        \"tinglass\"\n    ],\n    \"wụrụ mgbu\": [\n        \"tingled\"\n    ],\n    \"lerfụ\": [\n        \"tingler\"\n    ],\n    \"letdị\": [\n        \"tingletangle\"\n    ],\n    \"tịdị ntutu\": [\n        \"tinglish\"\n    ],\n    \"da\": [\n        \"tingtang\"\n    ],\n    \"tinhorn\": [\n        \"tinhorns\"\n    ],\n    \"kasị nta\": [\n        \"tiniest\"\n    ],\n    \"tinkị\": [\n        \"tink\",\n        \"tinkle\"\n    ],\n    \"nwuezigbo\": [\n        \"tinkerdom\"\n    ],\n    \"dị dị ka\": [\n        \"tinkerlike\"\n    ],\n    \"nwampụ\": [\n        \"tinkly\"\n    ],\n    \"tin\": [\n        \"tinne\",\n        \"tinned\"\n    ],\n    \"Nzubeegwu\": [\n        \"tinoceratid\"\n    ],\n    \"tinshin\": [\n        \"tinseling\"\n    ],\n    \"tinsing\": [\n        \"tinselling\"\n    ],\n    \"inslọ ihe nhicha\": [\n        \"tinselmaker\"\n    ],\n    \"Onyechukwu\": [\n        \"tinsman\"\n    ],\n    \"tintagel\": [\n        \"tintage\"\n    ],\n    \"tintamarre\": [\n        \"tintamar\",\n        \"tintarron\"\n    ],\n    \"tinti\": [\n        \"tintie\"\n    ],\n    \"tintinụ\": [\n        \"tintiness\"\n    ],\n    \"tingtọ\": [\n        \"tinting\"\n    ],\n    \"tinting\": [\n        \"tintings\"\n    ],\n    \"tintinba\": [\n        \"tintinnabulation\"\n    ],\n    \"tintinnabines\": [\n        \"tintinnabulations\"\n    ],\n    \"Enweghi ego\": [\n        \"tintinnabulous\"\n    ],\n    \"tintomita\": [\n        \"tintometer\"\n    ],\n    \"pịnye\": [\n        \"type\",\n        \"typed\"\n    ],\n    \"typewriter\": [\n        \"typecase\",\n        \"typewrite\",\n        \"typewriters\",\n        \"typewrites\",\n        \"typewritten\",\n        \"typewrote\",\n        \"typonymous\"\n    ],\n    \"ịpịgharị ihe\": [\n        \"typecasting\"\n    ],\n    \"ụdị ihu\": [\n        \"typefaces\"\n    ],\n    \"onye nwere ihe\": [\n        \"typeholder\"\n    ],\n    \"enweghị ụdị\": [\n        \"typeless\",\n        \"unspecialising\"\n    ],\n    \"typecript\": [\n        \"typescript\"\n    ],\n    \"ụdị edemede\": [\n        \"typescripts\"\n    ],\n    \"etdị ụdị\": [\n        \"typeseting\",\n        \"typesetting\"\n    ],\n    \"tyfa\": [\n        \"typha\"\n    ],\n    \"ịba ume ọkụ\": [\n        \"typhlatony\",\n        \"typhlostomy\",\n        \"typhus\"\n    ],\n    \"ịkọwa okwu\": [\n        \"typhlology\"\n    ],\n    \"typlopid\": [\n        \"typhlopid\"\n    ],\n    \"typhoid yiri\": [\n        \"typhoidlike\"\n    ],\n    \"typhoid\": [\n        \"typhoids\"\n    ],\n    \"typhon\": [\n        \"typhons\"\n    ],\n    \"Oyobio\": [\n        \"typhoons\"\n    ],\n    \"ịrịa ọrịa ọria\": [\n        \"typhopneumonia\"\n    ],\n    \"ịba ahụ́ ọkụ\": [\n        \"typhosis\"\n    ],\n    \"ịba ahụ ọkụ\": [\n        \"typhuses\"\n    ],\n    \"iji kọmputa ede\": [\n        \"typing\"\n    ],\n    \"tippmann\": [\n        \"tipman\",\n        \"tipmen\"\n    ],\n    \"ndị na-ede ihe odide\": [\n        \"typographers\"\n    ],\n    \"ndeputa ihe\": [\n        \"typography\",\n        \"typographical\",\n        \"typographically\",\n        \"typologic\"\n    ],\n    \"ndenye ihe ederede\": [\n        \"typographic\"\n    ],\n    \"ndeputa ihe odide\": [\n        \"typographies\"\n    ],\n    \"onye na-ede ihe odide\": [\n        \"typographist\"\n    ],\n    \"ọkà mmụta ihe ọmụma\": [\n        \"typologist\",\n        \"typtologist\"\n    ],\n    \"tipu aka\": [\n        \"tippling\"\n    ],\n    \"tipto\": [\n        \"tiptoed\",\n        \"tiptoes\"\n    ],\n    \"akpịrị aka\": [\n        \"tiptops\"\n    ],\n    \"nke aka ike\": [\n        \"tyrannically\"\n    ],\n    \"onye ọchịchị aka ike\": [\n        \"tyranniser\"\n    ],\n    \"iji aka ike\": [\n        \"tyrannisingly\"\n    ],\n    \"na-achị n'aka ike\": [\n        \"tyrannizingly\"\n    ],\n    \"ndị aka ike\": [\n        \"tyrants\"\n    ],\n    \"taya\": [\n        \"tire\",\n        \"tyre\",\n        \"tireman\",\n        \"tiremen\",\n        \"tirement\",\n        \"tirer\",\n        \"tires\",\n        \"tyres\",\n        \"tiresias\",\n        \"tiresmith\",\n        \"tores\",\n        \"tres\"\n    ],\n    \"taya ụlọ\": [\n        \"tirehouse\"\n    ],\n    \"ike na-agwụ ike\": [\n        \"tirelessly\"\n    ],\n    \"nwa agbọghọ taya\": [\n        \"tiremaid\"\n    ],\n    \"tirem\": [\n        \"tiremaking\"\n    ],\n    \"ime ụlọ taya\": [\n        \"tireroom\"\n    ],\n    \"Taịlị\": [\n        \"tyrolese\"\n    ],\n    \"tyrosinemia\": [\n        \"tyrosinuria\"\n    ],\n    \"tiria\": [\n        \"tirr\",\n        \"tirrivee\"\n    ],\n    \"tirra lirra\": [\n        \"tirralirra\"\n    ],\n    \"tirisa\": [\n        \"tirrit\"\n    ],\n    \"tirilie\": [\n        \"tirrlie\"\n    ],\n    \"Ntinyewrr\": [\n        \"tirrwirr\"\n    ],\n    \"tiritiri\": [\n        \"tirwit\"\n    ],\n    \"tisan\": [\n        \"tisanes\"\n    ],\n    \"Tisiphone\": [\n        \"tisiphone\"\n    ],\n    \"titanị\": [\n        \"titanian\"\n    ],\n    \"titanite\": [\n        \"titanites\",\n        \"titanitic\"\n    ],\n    \"titano cyanide\": [\n        \"titanocyanide\"\n    ],\n    \"titan\": [\n        \"titans\",\n        \"titians\"\n    ],\n    \"titration\": [\n        \"titeration\"\n    ],\n    \"otu ụzọ n'ụzọ iri\": [\n        \"tithable\",\n        \"tithe\",\n        \"tithebook\",\n        \"tithed\",\n        \"tithepayer\",\n        \"tither\",\n        \"titheright\",\n        \"tithers\",\n        \"tithes\",\n        \"tithingman\",\n        \"tithings\",\n        \"tittery\"\n    ],\n    \"ekebiri\": [\n        \"tythed\"\n    ],\n    \"ịpịnye\": [\n        \"tythes\"\n    ],\n    \"ịpịnye ihe\": [\n        \"tything\"\n    ],\n    \"ndị otu ụzọ n'ụzọ iri\": [\n        \"tithingmen\"\n    ],\n    \"titanesque\": [\n        \"titianesque\"\n    ],\n    \"titanic\": [\n        \"titianic\"\n    ],\n    \"isiokwuom\": [\n        \"titledom\"\n    ],\n    \"onye nwere aha\": [\n        \"titleholder\"\n    ],\n    \"ndị titmen\": [\n        \"titmen\"\n    ],\n    \"titrant\": [\n        \"titrants\"\n    ],\n    \"ndị titita\": [\n        \"titrators\"\n    ],\n    \"nnụnnụ tit\": [\n        \"tits\"\n    ],\n    \"tittere\": [\n        \"titteration\"\n    ],\n    \"ndị tittere\": [\n        \"titterers\"\n    ],\n    \"titularị\": [\n        \"titularies\"\n    ],\n    \"titular\": [\n        \"titularly\"\n    ],\n    \"Tmesipteris\": [\n        \"tmesipteris\"\n    ],\n    \"Tmh\": [\n        \"tmh\"\n    ],\n    \"ngh\": [\n        \"tng\"\n    ],\n    \"toata\": [\n        \"toadeat\"\n    ],\n    \"tofish\": [\n        \"toadfish\",\n        \"toffish\"\n    ],\n    \"todu azu\": [\n        \"toadfishes\"\n    ],\n    \"toadị\": [\n        \"toady\",\n        \"toadies\"\n    ],\n    \"toadi\": [\n        \"toadied\"\n    ],\n    \"toadyism\": [\n        \"toadyisms\"\n    ],\n    \"toady\": [\n        \"toadlike\"\n    ],\n    \"ịdị ka ịdị ọcha\": [\n        \"toadlikeness\"\n    ],\n    \"toda ọkpọkọ\": [\n        \"toadpipes\"\n    ],\n    \"torotoot\": [\n        \"toadroot\"\n    ],\n    \"toatstool\": [\n        \"toadstool\"\n    ],\n    \"toatstools\": [\n        \"toadstools\"\n    ],\n    \"Toarcian\": [\n        \"toarcian\"\n    ],\n    \"tost\": [\n        \"toast\"\n    ],\n    \"toasiri\": [\n        \"toasted\",\n        \"untoasted\"\n    ],\n    \"tosta\": [\n        \"toaster\"\n    ],\n    \"toast\": [\n        \"toasty\"\n    ],\n    \"tostmastery\": [\n        \"toastmastery\"\n    ],\n    \"tostmaster\": [\n        \"toastmasters\"\n    ],\n    \"tostmistress\": [\n        \"toastmistress\"\n    ],\n    \"tostmistresses\": [\n        \"toastmistresses\"\n    ],\n    \"Tobaya\": [\n        \"tobiah\"\n    ],\n    \"toboggan\": [\n        \"tobogganed\"\n    ],\n    \"toboging\": [\n        \"tobogganing\"\n    ],\n    \"tobogganist\": [\n        \"tobogganists\"\n    ],\n    \"tokacat\": [\n        \"toccatas\"\n    ],\n    \"tochi\": [\n        \"tocher\"\n    ],\n    \"tocometa\": [\n        \"tocometer\"\n    ],\n    \"tokophobia\": [\n        \"tocophobia\"\n    ],\n    \"ije nwa\": [\n        \"toddyman\"\n    ],\n    \"dmụaka\": [\n        \"toddymen\"\n    ],\n    \"na-amụ ije\": [\n        \"toddlers\",\n        \"toddling\"\n    ],\n    \"toia\": [\n        \"toea\"\n    ],\n    \"toecapu\": [\n        \"toecapped\"\n    ],\n    \"idowe\": [\n        \"toehold\"\n    ],\n    \"mboukwu\": [\n        \"toenail\",\n        \"toenailing\"\n    ],\n    \"toenụ\": [\n        \"toenailed\"\n    ],\n    \"mbo ụkwụ\": [\n        \"toenails\"\n    ],\n    \"toipiece\": [\n        \"toepiece\"\n    ],\n    \"toepep\": [\n        \"toeplate\"\n    ],\n    \"mkpịsị ụkwụ aka\": [\n        \"toes\"\n    ],\n    \"mkpịsị ụkwụ ụkwụ\": [\n        \"toeshoes\"\n    ],\n    \"toffe\": [\n        \"toffee\"\n    ],\n    \"toffee\": [\n        \"toffees\"\n    ],\n    \"toff\": [\n        \"toffs\"\n    ],\n    \"toilerdia\": [\n        \"tofieldia\"\n    ],\n    \"tosho\": [\n        \"tofore\"\n    ],\n    \"toga\": [\n        \"togaed\"\n    ],\n    \"togged\": [\n        \"togated\"\n    ],\n    \"tog\": [\n        \"togged\"\n    ],\n    \"toggle\": [\n        \"toggel\",\n        \"togglers\",\n        \"untoggle\"\n    ],\n    \"toggler\": [\n        \"togger\",\n        \"untoggler\"\n    ],\n    \"togọọ\": [\n        \"toggery\"\n    ],\n    \"toggeri\": [\n        \"toggeries\"\n    ],\n    \"toggị\": [\n        \"togging\",\n        \"toggling\"\n    ],\n    \"togg\": [\n        \"toggled\"\n    ],\n    \"egwuregwu ụmụaka\": [\n        \"toy\",\n        \"toyful\"\n    ],\n    \"Na-egwuri egwu\": [\n        \"toying\"\n    ],\n    \"adọgbu onwe ha n'ọrụ\": [\n        \"toil\"\n    ],\n    \"toili\": [\n        \"toiles\"\n    ],\n    \"mposi\": [\n        \"toileted\",\n        \"toileting\"\n    ],\n    \"na-adọgbu onwe ha n'ọrụ\": [\n        \"toilful\",\n        \"toiling\",\n        \"untoiling\"\n    ],\n    \"egwuri egwu dika\": [\n        \"toylike\"\n    ],\n    \"adọgbu onwe ha n’ọrụ\": [\n        \"toilless\"\n    ],\n    \"ụmụ nwoke ji egwuri egwu\": [\n        \"toymen\"\n    ],\n    \"toyos\": [\n        \"toyons\"\n    ],\n    \"toise\": [\n        \"toisech\",\n        \"toised\",\n        \"toising\"\n    ],\n    \"obodo nta\": [\n        \"toytown\",\n        \"villache\",\n        \"villagelet\"\n    ],\n    \"Nwanyị egwuregwu ụmụaka\": [\n        \"toywoman\"\n    ],\n    \"token\": [\n        \"tokened\",\n        \"tokening\"\n    ],\n    \"ndi tokyoites\": [\n        \"tokyoites\"\n    ],\n    \"tolanis\": [\n        \"tolanes\"\n    ],\n    \"tola\": [\n        \"tolas\"\n    ],\n    \"tolbos\": [\n        \"tolbooths\"\n    ],\n    \"toledo\": [\n        \"toled\",\n        \"toledan\",\n        \"toledoan\"\n    ],\n    \"kendilite\": [\n        \"tolerable\"\n    ],\n    \"emede\": [\n        \"tolerant\"\n    ],\n    \"na ndidi\": [\n        \"tolerantly\"\n    ],\n    \"onye na-anabata ndidi\": [\n        \"tolerationist\"\n    ],\n    \"ndị na-anabata ihe\": [\n        \"tolerators\"\n    ],\n    \"Ụtụ okporo ụzọ\": [\n        \"toll\"\n    ],\n    \"tolịkwa\": [\n        \"tolled\"\n    ],\n    \"tollel\": [\n        \"tollent\"\n    ],\n    \"tolị\": [\n        \"toller\",\n        \"tollery\"\n    ],\n    \"onye na-elekọta ego\": [\n        \"tollkeeper\"\n    ],\n    \"tọmaster\": [\n        \"tollmaster\"\n    ],\n    \"tolọn\": [\n        \"tollon\"\n    ],\n    \"ọkpọ oku\": [\n        \"tolltaker\"\n    ],\n    \"Ihe adighi\": [\n        \"tolt\"\n    ],\n    \"toluol\": [\n        \"toluols\"\n    ],\n    \"tolusi\": [\n        \"tolus\"\n    ],\n    \"lutgba aghara\": [\n        \"tolutation\"\n    ],\n    \"Tomahawked\": [\n        \"tomahawked\"\n    ],\n    \"Tomans\": [\n        \"tomans\"\n    ],\n    \"Tomato\": [\n        \"tomato\"\n    ],\n    \"tomato\": [\n        \"tomatoes\"\n    ],\n    \"tombak\": [\n        \"tomback\",\n        \"tombaks\",\n        \"tombal\"\n    ],\n    \"enweghị ili\": [\n        \"tombless\"\n    ],\n    \"Egbema\": [\n        \"tomboyishly\",\n        \"zaptiahs\"\n    ],\n    \"okuteili\": [\n        \"tombstone\"\n    ],\n    \"ctọ\": [\n        \"tomcatted\"\n    ],\n    \"Tome\": [\n        \"tome\"\n    ],\n    \"tommyrot\": [\n        \"tommyrots\"\n    ],\n    \"tomogram\": [\n        \"tomograms\"\n    ],\n    \"tọn\": [\n        \"ton\",\n        \"tonlets\",\n        \"tonn\",\n        \"tonne\",\n        \"tonners\",\n        \"tonnes\",\n        \"tons\",\n        \"tonsor\",\n        \"tonsurate\",\n        \"tonus\"\n    ],\n    \"onye ndebe olu\": [\n        \"tonalist\"\n    ],\n    \"ationgbọ\": [\n        \"tonation\"\n    ],\n    \"edda\": [\n        \"toned\"\n    ],\n    \"ededa\": [\n        \"tonedeafness\"\n    ],\n    \"tonem\": [\n        \"tonemes\"\n    ],\n    \"Toner\": [\n        \"toner\"\n    ],\n    \"Toners\": [\n        \"toners\"\n    ],\n    \"otu olu\": [\n        \"tonetically\",\n        \"unanimism\",\n        \"unanimity\",\n        \"unanimous\",\n        \"unanimously\"\n    ],\n    \"tonetiks\": [\n        \"tonetics\"\n    ],\n    \"tonet\": [\n        \"tonette\"\n    ],\n    \"ụda tonet\": [\n        \"tonettes\"\n    ],\n    \"tong\": [\n        \"tonged\",\n        \"tonging\"\n    ],\n    \"onye tongrian\": [\n        \"tongrian\"\n    ],\n    \"ọrụ asụsụ\": [\n        \"tonguecraft\"\n    ],\n    \"ire iwe\": [\n        \"tonguedoughty\"\n    ],\n    \"tonguefish\": [\n        \"tonguefishes\"\n    ],\n    \"onye na-asụ asụsụ\": [\n        \"tonguesman\"\n    ],\n    \"ire n'ọnụ\": [\n        \"tonguetip\"\n    ],\n    \"Tonies\": [\n        \"tonies\"\n    ],\n    \"n'abalị a\": [\n        \"tonight\"\n    ],\n    \"n'asụsụ\": [\n        \"tonishly\"\n    ],\n    \"tonki\": [\n        \"tonkin\"\n    ],\n    \"Tonnish\": [\n        \"tonnish\"\n    ],\n    \"tonomita\": [\n        \"tonometer\"\n    ],\n    \"tonsillar\": [\n        \"tonsilar\",\n        \"tonsillary\"\n    ],\n    \"ụyọkọ akụrụngwa\": [\n        \"tonsillectome\",\n        \"tonsillectomy\"\n    ],\n    \"igbe ngwaọrụ\": [\n        \"toolbox\"\n    ],\n    \"onye nwere ihe eji arụ ọrụ\": [\n        \"toolholder\"\n    ],\n    \"ijikwa ihe eji eme ihe\": [\n        \"toolholding\"\n    ],\n    \"ngwa ọrụ\": [\n        \"toolkit\"\n    ],\n    \"enweghị ngwá ọrụ\": [\n        \"toolless\"\n    ],\n    \"emeputa ihe\": [\n        \"toolmaker\"\n    ],\n    \"ndị na-emepụta ngwá ọrụ\": [\n        \"toolmakers\"\n    ],\n    \"njirimara ngwaọrụ\": [\n        \"toolmark\"\n    ],\n    \"Ntọala ngwaọrụ\": [\n        \"toolmarking\"\n    ],\n    \"ngwá ọrụ wụsịrị\": [\n        \"toolshed\"\n    ],\n    \"ngwá ụlọ\": [\n        \"toolsheds\"\n    ],\n    \"Ngwá ọrụ\": [\n        \"toolstock\"\n    ],\n    \"toom\": [\n        \"toomly\"\n    ],\n    \"toot toot\": [\n        \"tooters\"\n    ],\n    \"ezé ezé\": [\n        \"toothbrushy\",\n        \"toothchiseled\",\n        \"toothleted\",\n        \"toothwort\"\n    ],\n    \"na-ehicha ezé\": [\n        \"toothbrushing\"\n    ],\n    \"eze ezé\": [\n        \"toothdrawer\"\n    ],\n    \"ezé na-ese\": [\n        \"toothdrawing\"\n    ],\n    \"ifuru toothy\": [\n        \"toothflower\"\n    ],\n    \"toot\": [\n        \"toothy\"\n    ],\n    \"eze eze\": [\n        \"toothing\"\n    ],\n    \"ihe ntacha eze\": [\n        \"toothpastes\"\n    ],\n    \"tutpik\": [\n        \"toothpick\"\n    ],\n    \"ihe ntanye eze\": [\n        \"toothplate\"\n    ],\n    \"eze àmà\": [\n        \"toothproof\"\n    ],\n    \"ntacha eze\": [\n        \"toothwash\"\n    ],\n    \"toote\": [\n        \"tooting\"\n    ],\n    \"tooting oghere\": [\n        \"tootinghole\"\n    ],\n    \"tootle\": [\n        \"tootled\",\n        \"tootler\"\n    ],\n    \"otbụ\": [\n        \"tootling\"\n    ],\n    \"tootsie\": [\n        \"tootses\",\n        \"tootsy\",\n        \"tootsies\"\n    ],\n    \"Topaz\": [\n        \"topaz\"\n    ],\n    \"topa\": [\n        \"topazes\"\n    ],\n    \"Topcast\": [\n        \"topcast\"\n    ],\n    \"topee\": [\n        \"topees\"\n    ],\n    \"toperọ\": [\n        \"toperdom\"\n    ],\n    \"tophi\": [\n        \"tophe\"\n    ],\n    \"tophus\": [\n        \"tophes\"\n    ],\n    \"tofet\": [\n        \"tophet\"\n    ],\n    \"tofii\": [\n        \"tophetic\"\n    ],\n    \"tofical\": [\n        \"tophetical\"\n    ],\n    \"topheti\": [\n        \"tophetize\"\n    ],\n    \"Uzo elu\": [\n        \"tophous\"\n    ],\n    \"Topiarist\": [\n        \"topiarist\"\n    ],\n    \"Ndewo\": [\n        \"topical\"\n    ],\n    \"Ndehie\": [\n        \"topicality\"\n    ],\n    \"Ndeputa ihe\": [\n        \"topicalities\"\n    ],\n    \"Toping\": [\n        \"toping\"\n    ],\n    \"toplessing\": [\n        \"toplessness\"\n    ],\n    \"Topliner\": [\n        \"topliner\"\n    ],\n    \"N'elu ala\": [\n        \"toploftical\",\n        \"toploftily\",\n        \"upstraight\"\n    ],\n    \"Nwee elu\": [\n        \"toploftiness\"\n    ],\n    \"ndị na-ese akwụkwọ\": [\n        \"topographers\"\n    ],\n    \"topologi\": [\n        \"topologize\"\n    ],\n    \"Toponymic\": [\n        \"toponymic\"\n    ],\n    \"Toponymist\": [\n        \"toponymist\"\n    ],\n    \"toppinging\": [\n        \"toppingness\"\n    ],\n    \"topping\": [\n        \"toppling\",\n        \"untopping\"\n    ],\n    \"Topsail ite\": [\n        \"topsailite\"\n    ],\n    \"n'elu sider\": [\n        \"topsider\"\n    ],\n    \"topsy gbanwee\": [\n        \"topsyturn\"\n    ],\n    \"nkume n’elu\": [\n        \"topstones\"\n    ],\n    \"arụ ọrụ ụlọ\": [\n        \"topwork\",\n        \"topworks\"\n    ],\n    \"tork\": [\n        \"torcs\"\n    ],\n    \"torsion\": [\n        \"tordion\",\n        \"torsioning\"\n    ],\n    \"onye na-aguta ihe\": [\n        \"toreador\"\n    ],\n    \"Ọnya\": [\n        \"toreadors\",\n        \"ulsterman\"\n    ],\n    \"orytọ\": [\n        \"toryfication\",\n        \"toryistic\"\n    ],\n    \"mekpala ahụ\": [\n        \"torified\"\n    ],\n    \"emekpa ahu\": [\n        \"tormentedly\",\n        \"tortious\",\n        \"torturedly\",\n        \"torturous\",\n        \"torturously\"\n    ],\n    \"ndị mmekpa ahụ\": [\n        \"tormenters\",\n        \"tormentors\",\n        \"torturers\"\n    ],\n    \"mmekpa ahu\": [\n        \"tormentingness\"\n    ],\n    \"onye mmekpa ahụ\": [\n        \"tormentor\",\n        \"victimizer\"\n    ],\n    \"tonado\": [\n        \"tornada\",\n        \"tornado\",\n        \"tornadoes\",\n        \"tornados\"\n    ],\n    \"efufu\": [\n        \"tornadic\"\n    ],\n    \"mmiri ozuzo que\": [\n        \"tornadoesque\"\n    ],\n    \"tonado dị ka\": [\n        \"tornadolike\"\n    ],\n    \"tonado àmà\": [\n        \"tornadoproof\"\n    ],\n    \"taria\": [\n        \"tornaria\",\n        \"tornariae\"\n    ],\n    \"tornillo\": [\n        \"tornilla\"\n    ],\n    \"adọwa\": [\n        \"tornit\"\n    ],\n    \"Toronto\": [\n        \"tornote\",\n        \"toronto\"\n    ],\n    \"toroidal\": [\n        \"toroidally\"\n    ],\n    \"Torontonian\": [\n        \"torontonian\"\n    ],\n    \"torosiri\": [\n        \"torosity\"\n    ],\n    \"toros\": [\n        \"torosities\"\n    ],\n    \"nwuda\": [\n        \"torquing\"\n    ],\n    \"dị ka iyi\": [\n        \"torrentlike\"\n    ],\n    \"tors\": [\n        \"torses\",\n        \"torsive\"\n    ],\n    \"torsimita\": [\n        \"torsimeter\"\n    ],\n    \"toso\": [\n        \"torso\"\n    ],\n    \"torsos\": [\n        \"torsoes\"\n    ],\n    \"torsometa\": [\n        \"torsometer\"\n    ],\n    \"toso mmechi\": [\n        \"torsoocclusion\"\n    ],\n    \"mbe\": [\n        \"torta\",\n        \"torteaus\",\n        \"tortoise\",\n        \"tortoiselike\",\n        \"tortoises\",\n        \"turtle\",\n        \"turtlehead\",\n        \"turtler\"\n    ],\n    \"tortas\": [\n        \"tortays\"\n    ],\n    \"mekpa mmadụ ahụ\": [\n        \"torten\"\n    ],\n    \"torti\": [\n        \"tortie\"\n    ],\n    \"tortilla\": [\n        \"tortil\",\n        \"tortile\",\n        \"tortility\"\n    ],\n    \"mbekwu\": [\n        \"tortoiseshell\"\n    ],\n    \"mmekpa-ahu\": [\n        \"torturableness\"\n    ],\n    \"na-emekpa mmadụ ahụ\": [\n        \"tortureproof\"\n    ],\n    \"tosephas\": [\n        \"tosephtas\"\n    ],\n    \"tosh\": [\n        \"toshes\",\n        \"tosser\"\n    ],\n    \"itulielu\": [\n        \"toss\"\n    ],\n    \"tosiri\": [\n        \"tossed\"\n    ],\n    \"toss\": [\n        \"tossers\",\n        \"tosses\",\n        \"tossingly\",\n        \"untossed\"\n    ],\n    \"tossili\": [\n        \"tossily\"\n    ],\n    \"tossing\": [\n        \"tossment\"\n    ],\n    \"tosspot\": [\n        \"tosspots\"\n    ],\n    \"ihe tostic\": [\n        \"tosticated\"\n    ],\n    \"tosticing\": [\n        \"tosticating\"\n    ],\n    \"tostic\": [\n        \"tostication\"\n    ],\n    \"na mkpokọta\": [\n        \"totalitarianizing\"\n    ],\n    \"jisie\": [\n        \"tote\"\n    ],\n    \"Toteload\": [\n        \"toteload\"\n    ],\n    \"nke dum\": [\n        \"totemy\"\n    ],\n    \"nnweta ihe niile\": [\n        \"totipotentiality\"\n    ],\n    \"totọ\": [\n        \"totter\"\n    ],\n    \"ndị na-atụgharị\": [\n        \"totterers\"\n    ],\n    \"tottlet\": [\n        \"tottle\"\n    ],\n    \"nke gbara ọkpụrụkpụ\": [\n        \"tottlish\"\n    ],\n    \"ndị toucans\": [\n        \"toucans\"\n    ],\n    \"metu\": [\n        \"touch\",\n        \"touches\",\n        \"touchy\",\n        \"touchier\"\n    ],\n    \"emetụ aka\": [\n        \"touchability\",\n        \"touchedness\",\n        \"touchingness\"\n    ],\n    \"imetu aka\": [\n        \"touchable\",\n        \"touche\",\n        \"touching\"\n    ],\n    \"Iti aka\": [\n        \"touchableness\"\n    ],\n    \"igbe aka\": [\n        \"touchbox\"\n    ],\n    \"metụrụ aka\": [\n        \"touched\",\n        \"touzled\"\n    ],\n    \"enweghi aka\": [\n        \"touchless\"\n    ],\n    \"metụ aka\": [\n        \"touchup\"\n    ],\n    \"toughened\": [\n        \"toughen\"\n    ],\n    \"siri ike karị\": [\n        \"tougher\"\n    ],\n    \"Hardra\": [\n        \"toughra\"\n    ],\n    \"tourette\": [\n        \"touret\"\n    ],\n    \"njem nleta\": [\n        \"tourist\",\n        \"touristical\",\n        \"touristically\",\n        \"touristproof\",\n        \"touristship\"\n    ],\n    \"njem nleta dom\": [\n        \"touristdom\"\n    ],\n    \"njem nlegharị anya\": [\n        \"touristic\"\n    ],\n    \"ndị njem nleta\": [\n        \"tourists\"\n    ],\n    \"mee njem nlegharị anya\": [\n        \"tourize\"\n    ],\n    \"tourmaline\": [\n        \"tourmalin\",\n        \"tourmalinic\"\n    ],\n    \"tous\": [\n        \"touses\",\n        \"tousled\",\n        \"tousling\"\n    ],\n    \"utinggbagharị\": [\n        \"touting\"\n    ],\n    \"towawa\": [\n        \"towaway\"\n    ],\n    \"nhicha ahụ\": [\n        \"toweling\",\n        \"towelling\"\n    ],\n    \"kasị dị elu\": [\n        \"toweriest\"\n    ],\n    \"towhe\": [\n        \"towhees\"\n    ],\n    \"tooy\": [\n        \"towy\"\n    ],\n    \"obodo obodo\": [\n        \"townland\"\n    ],\n    \"dị ka obodo\": [\n        \"townlike\"\n    ],\n    \"obodo mma\": [\n        \"townscape\"\n    ],\n    \"otuobodo\": [\n        \"townsendi\",\n        \"townsendia\"\n    ],\n    \"onyeogbe\": [\n        \"townsfellow\"\n    ],\n    \"uwe ime obodo\": [\n        \"townwear\"\n    ],\n    \"akwa obodo\": [\n        \"townwears\"\n    ],\n    \"akwachi\": [\n        \"towpath\"\n    ],\n    \"awu\": [\n        \"toxic\"\n    ],\n    \"ọkà mmụta banyere ihe na-egbu egbu\": [\n        \"toxicologist\"\n    ],\n    \"ndị na-amụ banyere ọrịa toxicologists\": [\n        \"toxicologists\"\n    ],\n    \"toxita\": [\n        \"toxify\"\n    ],\n    \"toxing\": [\n        \"toxifying\"\n    ],\n    \"toza\": [\n        \"tozer\"\n    ],\n    \"trabed\": [\n        \"trabeated\"\n    ],\n    \"Chọpụta\": [\n        \"trace\"\n    ],\n    \"tracer\": [\n        \"tracery\",\n        \"traceries\"\n    ],\n    \"traceri\": [\n        \"traceried\"\n    ],\n    \"trachelo acromialis\": [\n        \"tracheloacromialis\"\n    ],\n    \"trachelo bregmatic\": [\n        \"trachelobregmatic\"\n    ],\n    \"tracheotoming\": [\n        \"tracheotomizing\"\n    ],\n    \"traktik\": [\n        \"trachytic\"\n    ],\n    \"trachlal\": [\n        \"trachles\"\n    ],\n    \"trach\": [\n        \"trachling\"\n    ],\n    \"tracing\": [\n        \"tracingly\"\n    ],\n    \"nsuso\": [\n        \"tracking\"\n    ],\n    \"enweghị traktị\": [\n        \"tracklessness\"\n    ],\n    \"trackcout\": [\n        \"trackscout\"\n    ],\n    \"traktị\": [\n        \"tract\",\n        \"tractability\",\n        \"tractable\",\n        \"tractableness\",\n        \"tractably\",\n        \"tractarian\",\n        \"tractarianism\",\n        \"tractate\",\n        \"tractates\",\n        \"tractation\",\n        \"tractatule\",\n        \"tractellate\",\n        \"tractile\",\n        \"tractility\",\n        \"tractitian\",\n        \"tractlet\",\n        \"tractoration\",\n        \"tractrices\",\n        \"tractrix\",\n        \"tracts\",\n        \"traitress\"\n    ],\n    \"traktọ\": [\n        \"tractator\",\n        \"tractions\",\n        \"tractor\",\n        \"tractory\",\n        \"tractorist\",\n        \"tractorize\",\n        \"tractors\"\n    ],\n    \"ctiongbagharị\": [\n        \"tractioneering\"\n    ],\n    \"tratikti\": [\n        \"tractism\",\n        \"tractite\",\n        \"tractive\"\n    ],\n    \"traktọs\": [\n        \"tractorism\"\n    ],\n    \"traktọị\": [\n        \"tractorization\"\n    ],\n    \"tradable\": [\n        \"tradeable\"\n    ],\n    \"enweghị ahia\": [\n        \"tradeless\"\n    ],\n    \"ụghalaahịa\": [\n        \"trademark\",\n        \"trademarks\",\n        \"tradename\"\n    ],\n    \"mgbanwegharị\": [\n        \"tradeoff\"\n    ],\n    \"nwanyi ahia\": [\n        \"tradeswoman\"\n    ],\n    \"trad\": [\n        \"tradiment\"\n    ],\n    \"onye ọdịnala\": [\n        \"traditionalist\"\n    ],\n    \"ndị ọdịnala\": [\n        \"traditionalists\"\n    ],\n    \"na-eme omenala\": [\n        \"traditionalize\",\n        \"traditionize\"\n    ],\n    \"n'ọdịnala\": [\n        \"traditionally\"\n    ],\n    \"dị ka ọdịnala si dị\": [\n        \"traditionately\"\n    ],\n    \"enweghị ọdịnala\": [\n        \"traditionless\"\n    ],\n    \"tradtik\": [\n        \"traditive\"\n    ],\n    \"onye sabo\": [\n        \"traditor\"\n    ],\n    \"tradu\": [\n        \"traduce\",\n        \"traduced\"\n    ],\n    \"traduọd\": [\n        \"traducement\"\n    ],\n    \"onye na-ebubata ihe\": [\n        \"trafficator\"\n    ],\n    \"ahia mgbere\": [\n        \"traffick\",\n        \"trafficking\"\n    ],\n    \"kpata nsogbu\": [\n        \"tragedize\"\n    ],\n    \"traggajin\": [\n        \"tragical\"\n    ],\n    \"trajicoheroicomic\": [\n        \"tragicoheroicomic\"\n    ],\n    \"iheomarician\": [\n        \"tragicomedian\"\n    ],\n    \"di egwuomgbor\": [\n        \"tragicomipastoral\"\n    ],\n    \"tree\": [\n        \"tray\"\n    ],\n    \"tray dị\": [\n        \"trayful\"\n    ],\n    \"trayfuly\": [\n        \"trayfuls\"\n    ],\n    \"trakị\": [\n        \"traiks\"\n    ],\n    \"nzọ ụkwụ blazers\": [\n        \"trailblazers\"\n    ],\n    \"treilbreaker\": [\n        \"trailbreaker\"\n    ],\n    \"traile\": [\n        \"trailerable\",\n        \"trailered\",\n        \"trailering\",\n        \"trailership\"\n    ],\n    \"trelerist\": [\n        \"trailerist\"\n    ],\n    \"Ihe nhụchalụ\": [\n        \"trailers\"\n    ],\n    \"traili\": [\n        \"traily\"\n    ],\n    \"dị tray\": [\n        \"traylike\"\n    ],\n    \"trail\": [\n        \"trailiness\"\n    ],\n    \"treilman\": [\n        \"trailman\",\n        \"trailsman\"\n    ],\n    \"ndị ụkwụ ụkwụ\": [\n        \"trailsmen\"\n    ],\n    \"ụgbọ oloko\": [\n        \"train\",\n        \"trainy\",\n        \"trainpipe\",\n        \"trains\",\n        \"trainsick\",\n        \"trainster\"\n    ],\n    \"onye ọzụzụ ụgbọ\": [\n        \"trainbearer\"\n    ],\n    \"omuoru nwoke\": [\n        \"trainee\"\n    ],\n    \"ndị ọzụzụ akwụkwọ\": [\n        \"trainees\"\n    ],\n    \"ụgbọ okporo\": [\n        \"trainel\"\n    ],\n    \"onye ọzụzụ\": [\n        \"trainer\"\n    ],\n    \"enweghị train\": [\n        \"trainless\"\n    ],\n    \"onye ozuzu\": [\n        \"trainman\"\n    ],\n    \"ọrịa ụgbọ oloko\": [\n        \"trainsickness\"\n    ],\n    \"oge ụgbọ oloko\": [\n        \"traintime\"\n    ],\n    \"ụgbọ oloko ụzọ\": [\n        \"trainway\"\n    ],\n    \"traịpsị\": [\n        \"traipses\"\n    ],\n    \"sabo\": [\n        \"traitor\",\n        \"traitorhood\",\n        \"traitorism\",\n        \"traitorly\",\n        \"traitorling\",\n        \"traitorship\"\n    ],\n    \"traitorise\": [\n        \"traitorize\"\n    ],\n    \"dị ka onye sabo\": [\n        \"traitorlike\"\n    ],\n    \"ndị sabo\": [\n        \"traitors\"\n    ],\n    \"traused\": [\n        \"trajected\"\n    ],\n    \"trajective\": [\n        \"trajectitious\"\n    ],\n    \"trailers\": [\n        \"trajects\"\n    ],\n    \"Trallian\": [\n        \"trallian\"\n    ],\n    \"tram\": [\n        \"trame\",\n        \"tramelling\",\n        \"tramless\"\n    ],\n    \"zọ ije\": [\n        \"trameling\"\n    ],\n    \"zọọ ụkwụ\": [\n        \"tramell\",\n        \"tramelled\",\n        \"trocked\",\n        \"trodden\",\n        \"troked\"\n    ],\n    \"tramil\": [\n        \"tramells\"\n    ],\n    \"trametị\": [\n        \"trametes\"\n    ],\n    \"tramịrị\": [\n        \"trammed\"\n    ],\n    \"Onye na-azọ ije\": [\n        \"trammeler\"\n    ],\n    \"tramzọ\": [\n        \"trampers\"\n    ],\n    \"trampị\": [\n        \"tramphood\"\n    ],\n    \"na-azọda\": [\n        \"tramping\",\n        \"trampolining\"\n    ],\n    \"zọtọ\": [\n        \"trampish\"\n    ],\n    \"trampshly\": [\n        \"trampishly\"\n    ],\n    \"trampi\": [\n        \"trampism\"\n    ],\n    \"azọda\": [\n        \"trample\",\n        \"trampling\"\n    ],\n    \"trampo\": [\n        \"trampot\"\n    ],\n    \"tramf\": [\n        \"tramps\"\n    ],\n    \"trammith\": [\n        \"tramsmith\"\n    ],\n    \"Tran\": [\n        \"tran\"\n    ],\n    \"Trannie\": [\n        \"trannie\"\n    ],\n    \"ịnọ jụụ\": [\n        \"tranquilest\",\n        \"tranquilization\",\n        \"tranquilized\",\n        \"tranquilizers\",\n        \"tranquillized\",\n        \"transience\",\n        \"transiency\",\n        \"transientness\"\n    ],\n    \"tranquillizer\": [\n        \"tranquilliser\"\n    ],\n    \"mmịnye ọbara\": [\n        \"transamination\",\n        \"transfission\",\n        \"transfretation\",\n        \"transfusion\",\n        \"transfusions\"\n    ],\n    \"asụsụ transcaucasian\": [\n        \"transcaucasian\"\n    ],\n    \"transceiver\": [\n        \"transceive\"\n    ],\n    \"transcendent\": [\n        \"transcendant\"\n    ],\n    \"transcendentalist\": [\n        \"transcendentalists\"\n    ],\n    \"transcriptal\": [\n        \"transcriptional\"\n    ],\n    \"transcriptally\": [\n        \"transcriptionally\"\n    ],\n    \"transelementi\": [\n        \"transelementated\"\n    ],\n    \"transseptal\": [\n        \"transeptal\",\n        \"transeptally\"\n    ],\n    \"transept\": [\n        \"transepts\"\n    ],\n    \"bufee ya\": [\n        \"transfeatured\",\n        \"transfeaturing\",\n        \"transferableness\",\n        \"transferred\",\n        \"transferrer\"\n    ],\n    \"nyefe\": [\n        \"transfer\",\n        \"transferral\",\n        \"transferror\"\n    ],\n    \"ịnyefe\": [\n        \"transferals\",\n        \"transhipping\"\n    ],\n    \"transfere\": [\n        \"transferent\"\n    ],\n    \"transferere\": [\n        \"transferer\"\n    ],\n    \"ndị na-ebufe ya\": [\n        \"transferrers\"\n    ],\n    \"transferability\": [\n        \"transferribility\"\n    ],\n    \"nnwogha\": [\n        \"transfigurate\",\n        \"transfiguration\",\n        \"transfigurations\",\n        \"transfigurative\",\n        \"transfigure\",\n        \"transfigurement\",\n        \"transfigures\",\n        \"transfiguring\"\n    ],\n    \"transfus\": [\n        \"transfusable\",\n        \"transfuser\"\n    ],\n    \"mịnye ya\": [\n        \"transfuse\",\n        \"transfused\"\n    ],\n    \"na-amịnye ọbara\": [\n        \"transfusing\"\n    ],\n    \"transgredi\": [\n        \"transgredient\"\n    ],\n    \"onye njehie\": [\n        \"transgressor\"\n    ],\n    \"transita\": [\n        \"transiter\"\n    ],\n    \"na ntughari\": [\n        \"transitionally\"\n    ],\n    \"transitive\": [\n        \"transitively\"\n    ],\n    \"onye transmedian\": [\n        \"transmedian\"\n    ],\n    \"ndị transmen\": [\n        \"transmen\"\n    ],\n    \"na-emegharị asụsụ\": [\n        \"transmigrating\"\n    ],\n    \"transmitter\": [\n        \"transmittant\"\n    ],\n    \"Transovarian\": [\n        \"transovarian\"\n    ],\n    \"transpi ife\": [\n        \"transpierce\"\n    ],\n    \"transpieriri\": [\n        \"transpierced\"\n    ],\n    \"transpvable\": [\n        \"transpirable\"\n    ],\n    \"mwegharị\": [\n        \"transplacement\"\n    ],\n    \"transplant\": [\n        \"transplanted\"\n    ],\n    \"translantlant\": [\n        \"transplanter\"\n    ],\n    \"ndị transplanters\": [\n        \"transplanters\"\n    ],\n    \"transplantị\": [\n        \"transplanting\"\n    ],\n    \"ihe ebu ebu\": [\n        \"transportables\"\n    ],\n    \"ndepụta njem\": [\n        \"transportationist\"\n    ],\n    \"onye mbupu\": [\n        \"transporter\"\n    ],\n    \"ndị na-ebu ihe mbu\": [\n        \"transporters\"\n    ],\n    \"transpose\": [\n        \"transposer\"\n    ],\n    \"transposition\": [\n        \"transpositional\",\n        \"transpositions\"\n    ],\n    \"transchape\": [\n        \"transshape\"\n    ],\n    \"trans mgbanwe\": [\n        \"transshift\"\n    ],\n    \"ịnọ ebe\": [\n        \"transship\"\n    ],\n    \"transship\": [\n        \"transships\"\n    ],\n    \"transolid\": [\n        \"transsolid\"\n    ],\n    \"transonic\": [\n        \"transsonic\"\n    ],\n    \"trans transit\": [\n        \"transsubjective\"\n    ],\n    \"transurani\": [\n        \"transuranian\"\n    ],\n    \"Tranvia\": [\n        \"tranvia\"\n    ],\n    \"Afọ bọl\": [\n        \"trapball\"\n    ],\n    \"trapes\": [\n        \"trapeses\",\n        \"trapesing\"\n    ],\n    \"trape\": [\n        \"trapeze\",\n        \"trapezing\"\n    ],\n    \"onye trapezist\": [\n        \"trapezist\"\n    ],\n    \"trapezius\": [\n        \"trapeziums\"\n    ],\n    \"trapezohedron\": [\n        \"trapezohedra\",\n        \"trapezohedral\"\n    ],\n    \"ọnyà onu\": [\n        \"traphole\"\n    ],\n    \"ọnyà ìhè\": [\n        \"traplight\"\n    ],\n    \"yiri ọnyà\": [\n        \"traplike\"\n    ],\n    \"trapaan\": [\n        \"trappean\"\n    ],\n    \"dị ka trapper\": [\n        \"trapperlike\"\n    ],\n    \"onye nzuma\": [\n        \"trappier\"\n    ],\n    \"trappy\": [\n        \"trappous\"\n    ],\n    \"trash\": [\n        \"trashes\"\n    ],\n    \"na-emebuga\": [\n        \"trashing\"\n    ],\n    \"trashman\": [\n        \"trashmen\"\n    ],\n    \"trays\": [\n        \"trasy\"\n    ],\n    \"trass\": [\n        \"trasses\"\n    ],\n    \"tratti\": [\n        \"trattle\"\n    ],\n    \"arụrụ ala\": [\n        \"travailed\"\n    ],\n    \"amụgharị\": [\n        \"travated\"\n    ],\n    \"onye njem dika\": [\n        \"travelerlike\"\n    ],\n    \"oge njem\": [\n        \"traveltime\"\n    ],\n    \"travo traises\": [\n        \"travoises\"\n    ],\n    \"Ndị njem ụgbọ ala\": [\n        \"trawlers\"\n    ],\n    \"traww\": [\n        \"trawling\"\n    ],\n    \"zọcha\": [\n        \"tread\",\n        \"treadles\",\n        \"treads\",\n        \"troched\",\n        \"trothed\",\n        \"trotters\"\n    ],\n    \"onye na-azọ ije\": [\n        \"treader\"\n    ],\n    \"ndị na-azọ ije\": [\n        \"treaders\"\n    ],\n    \"azọcha\": [\n        \"treading\"\n    ],\n    \"zọcha ụkwụ\": [\n        \"treadle\",\n        \"treadled\",\n        \"treadler\",\n        \"treadlers\"\n    ],\n    \"igwe ịgba ọsọ\": [\n        \"treadmill\",\n        \"treadmills\"\n    ],\n    \"nzọcha ụkwụ\": [\n        \"treadplate\"\n    ],\n    \"ịgba mgba okpuru\": [\n        \"treason\"\n    ],\n    \"treason\": [\n        \"treasons\"\n    ],\n    \"dị oké ọnụ ahịa\": [\n        \"treasurable\",\n        \"valuational\"\n    ],\n    \"onye nlekota ego\": [\n        \"treasurer\"\n    ],\n    \"treasur\": [\n        \"treasuryship\"\n    ],\n    \"emeso\": [\n        \"treat\"\n    ],\n    \"nkwekọrịta ist\": [\n        \"treatyist\"\n    ],\n    \"nkwekọrịta nkwekọrịta\": [\n        \"treatyite\"\n    ],\n    \"na-emeso\": [\n        \"treating\",\n        \"treats\",\n        \"trets\"\n    ],\n    \"trels\": [\n        \"trebles\"\n    ],\n    \"Treddle\": [\n        \"treddles\"\n    ],\n    \"osisi azụ\": [\n        \"treefishes\"\n    ],\n    \"osisihopper\": [\n        \"treehopper\"\n    ],\n    \"treel\": [\n        \"treelined\"\n    ],\n    \"treem\": [\n        \"treemaker\"\n    ],\n    \"treem treem\": [\n        \"treemaking\"\n    ],\n    \"trefoil dị ka\": [\n        \"trefoillike\"\n    ],\n    \"trefoil maara ihe\": [\n        \"trefoilwise\"\n    ],\n    \"mee njem\": [\n        \"trek\"\n    ],\n    \"trek\": [\n        \"trekkers\"\n    ],\n    \"trell\": [\n        \"trellises\",\n        \"trellising\"\n    ],\n    \"trem\": [\n        \"trembly\",\n        \"tremulate\",\n        \"tremulation\",\n        \"tremulent\"\n    ],\n    \"trema\": [\n        \"tremolant\"\n    ],\n    \"tremuloness\": [\n        \"tremulousness\"\n    ],\n    \"trenboodu\": [\n        \"trenchboard\"\n    ],\n    \"trench\": [\n        \"trenched\"\n    ],\n    \"trenmaster\": [\n        \"trenchmaster\"\n    ],\n    \"nke ejiji\": [\n        \"trendy\"\n    ],\n    \"Na okirikiri\": [\n        \"trendily\"\n    ],\n    \"nke agagharị\": [\n        \"trendle\"\n    ],\n    \"trepang\": [\n        \"trepangs\"\n    ],\n    \"Na-azọ ije\": [\n        \"trepanning\"\n    ],\n    \"trephin\": [\n        \"trephining\"\n    ],\n    \"treponem igbu onwe\": [\n        \"treponemicide\"\n    ],\n    \"ndi gabigara\": [\n        \"trespassers\"\n    ],\n    \"ịgahie\": [\n        \"trespassing\"\n    ],\n    \"enweghị nkụda mmụọ\": [\n        \"tressless\"\n    ],\n    \"tresser\": [\n        \"tresslet\"\n    ],\n    \"Tresson\": [\n        \"tresson\"\n    ],\n    \"Nwee amamihe\": [\n        \"trestlewise\"\n    ],\n    \"trev\": [\n        \"trevally\"\n    ],\n    \"treve\": [\n        \"trevets\"\n    ],\n    \"tresman\": [\n        \"trewsman\"\n    ],\n    \"ndị trew\": [\n        \"trewsmen\"\n    ],\n    \"nke nwere ike ịdị\": [\n        \"triable\"\n    ],\n    \"n'ụzọ atọ\": [\n        \"triadically\",\n        \"trifoly\",\n        \"tripinnately\"\n    ],\n    \"triadism\": [\n        \"triadisms\"\n    ],\n    \"atọ n'ime otu\": [\n        \"triadist\",\n        \"trinitarian\",\n        \"triune\",\n        \"triunitarian\"\n    ],\n    \"atọ n'ime atọ\": [\n        \"triads\"\n    ],\n    \"triakis icosahedron\": [\n        \"triakisicosahedron\"\n    ],\n    \"triakis octahedron\": [\n        \"triakisoctahedron\"\n    ],\n    \"nwepu ato\": [\n        \"triality\"\n    ],\n    \"atọalogue\": [\n        \"trialogue\"\n    ],\n    \"zita\": [\n        \"triamine\",\n        \"triangula\",\n        \"triangular\",\n        \"triangularly\",\n        \"zitter\"\n    ],\n    \"onye ato\": [\n        \"triandrian\"\n    ],\n    \"triangul\": [\n        \"triangled\",\n        \"triangler\",\n        \"triangles\"\n    ],\n    \"atọna\": [\n        \"triarcuated\"\n    ],\n    \"ebo\": [\n        \"tribe\",\n        \"tribes\"\n    ],\n    \"enweghị ebo\": [\n        \"tribeless\"\n    ],\n    \"Nwanyi\": [\n        \"tribeswoman\",\n        \"womanishly\"\n    ],\n    \"igwe ahia\": [\n        \"triboelectric\"\n    ],\n    \"ọkà mmụta tribologist\": [\n        \"tribologist\"\n    ],\n    \"sụtụ\": [\n        \"tribracteate\"\n    ],\n    \"onyeegbula\": [\n        \"tribracteolate\"\n    ],\n    \"kpromphenate\": [\n        \"tribromphenate\"\n    ],\n    \"achakwa\": [\n        \"tributable\"\n    ],\n    \"na-atụ ụtụ\": [\n        \"tributing\"\n    ],\n    \"Onye nnọchiteanya\": [\n        \"tributorian\"\n    ],\n    \"trica\": [\n        \"tricae\"\n    ],\n    \"Ochechi\": [\n        \"trichinella\"\n    ],\n    \"ichlọ\": [\n        \"trichloro\"\n    ],\n    \"trichlorethylene\": [\n        \"trichloroethylene\"\n    ],\n    \"trichotom anya\": [\n        \"trichotomously\"\n    ],\n    \"ichzọ trichuriases\": [\n        \"trichuriases\"\n    ],\n    \"riczọ aghụghọ\": [\n        \"tricycling\"\n    ],\n    \"ndepụta atọ\": [\n        \"tricyclist\"\n    ],\n    \"Onye aghụghọ\": [\n        \"trickster\"\n    ],\n    \"tricolor\": [\n        \"tricolors\",\n        \"tricolour\"\n    ],\n    \"Ugbokuta\": [\n        \"tricostate\"\n    ],\n    \"okwuputara\": [\n        \"tridentate\",\n        \"tridentated\"\n    ],\n    \"dị ka tridentlike\": [\n        \"tridentlike\"\n    ],\n    \"Atọcha\": [\n        \"triennias\"\n    ],\n    \"ihe atọ\": [\n        \"trieterics\",\n        \"triremes\"\n    ],\n    \"jiri egwuregwu\": [\n        \"trifled\"\n    ],\n    \"Atọfụfụ\": [\n        \"triform\"\n    ],\n    \"triga\": [\n        \"trigger\"\n    ],\n    \"trigfish\": [\n        \"triggerfish\",\n        \"triggerfishes\"\n    ],\n    \"trigless\": [\n        \"triggerless\"\n    ],\n    \"trigman\": [\n        \"triggerman\"\n    ],\n    \"ịkpalite\": [\n        \"triggest\"\n    ],\n    \"trigyn\": [\n        \"trigynia\"\n    ],\n    \"trigyn ian\": [\n        \"trigynian\"\n    ],\n    \"atọ glandular\": [\n        \"triglandular\"\n    ],\n    \"trigness\": [\n        \"trignesses\"\n    ],\n    \"trigon\": [\n        \"trigons\"\n    ],\n    \"triemimeral\": [\n        \"trihemimeral\"\n    ],\n    \"ogwe mgbochi\": [\n        \"trihemitetartemorion\",\n        \"ventrotomies\"\n    ],\n    \"nwe anuri\": [\n        \"trijugous\"\n    ],\n    \"Ikeria\": [\n        \"trikeria\"\n    ],\n    \"ọ dị egwu\": [\n        \"trilarcenous\"\n    ],\n    \"Atọ atọ\": [\n        \"trilaterality\"\n    ],\n    \"asụsụ atọ\": [\n        \"trilingual\",\n        \"trilingualism\"\n    ],\n    \"trilite n'ụzọ nkịtị\": [\n        \"triliterally\"\n    ],\n    \"triliteralism\": [\n        \"triliteralness\"\n    ],\n    \"trill\": [\n        \"trilled\"\n    ],\n    \"triller\": [\n        \"trillers\",\n        \"trillet\",\n        \"trilleto\"\n    ],\n    \"trili\": [\n        \"trilli\"\n    ],\n    \"trilibub\": [\n        \"trillibub\"\n    ],\n    \"trilil\": [\n        \"trillil\"\n    ],\n    \"puku ijeri\": [\n        \"trillion\",\n        \"trillions\"\n    ],\n    \"trilium\": [\n        \"trillium\"\n    ],\n    \"Na-akpọgharị\": [\n        \"trilobated\"\n    ],\n    \"atọgharị\": [\n        \"trilobed\"\n    ],\n    \"ewepụtụ\": [\n        \"trim\"\n    ],\n    \"mkpụbelata\": [\n        \"trimer\",\n        \"trimmer\"\n    ],\n    \"trimita\": [\n        \"trimerite\",\n        \"trimeter\",\n        \"trimeters\",\n        \"trinketer\"\n    ],\n    \"trime nke\": [\n        \"trimerous\"\n    ],\n    \"trimer\": [\n        \"trimers\"\n    ],\n    \"trimesinik\": [\n        \"trimesinic\"\n    ],\n    \"trimesi\": [\n        \"trimesitic\",\n        \"trimester\",\n        \"triodes\"\n    ],\n    \"trimetallik\": [\n        \"trimetallic\"\n    ],\n    \"imlọ trimyristin\": [\n        \"trimyristin\"\n    ],\n    \"na-egbuchasị\": [\n        \"trimmingly\"\n    ],\n    \"mkpụcha\": [\n        \"trimmings\"\n    ],\n    \"trim\": [\n        \"trims\"\n    ],\n    \"trisscript\": [\n        \"trimscript\"\n    ],\n    \"Atọ n'Ime Otu\": [\n        \"trinality\",\n        \"trinitarianism\",\n        \"trinity\",\n        \"trinityhood\",\n        \"trinitytide\",\n        \"trinomiality\",\n        \"trinunity\"\n    ],\n    \"trinding\": [\n        \"trindling\"\n    ],\n    \"trinrin\": [\n        \"trinerve\",\n        \"trinerved\"\n    ],\n    \"triangle\": [\n        \"tringle\"\n    ],\n    \"chi atọ n'ime otu\": [\n        \"trinities\"\n    ],\n    \"trinket\": [\n        \"trinketed\"\n    ],\n    \"kutuo\": [\n        \"trinkle\"\n    ],\n    \"ndetu ala\": [\n        \"trinklement\"\n    ],\n    \"trion\": [\n        \"triones\"\n    ],\n    \"tryparse\": [\n        \"tryparsamide\"\n    ],\n    \"afọ anụ\": [\n        \"tripe\"\n    ],\n    \"onye nke mmadu\": [\n        \"tripersonal\"\n    ],\n    \"mmadụ atọ\": [\n        \"tripersonalism\",\n        \"tripersonality\"\n    ],\n    \"onye nwere onwe ya\": [\n        \"tripersonalist\"\n    ],\n    \"adụla\": [\n        \"triphenylmethane\",\n        \"triphenylmethyl\"\n    ],\n    \"nke tripylean\": [\n        \"tripylean\"\n    ],\n    \"Mmaji Mmaji\": [\n        \"triple\"\n    ],\n    \"too okpukpu\": [\n        \"triply\"\n    ],\n    \"njem atọ\": [\n        \"triplications\",\n        \"tripterous\"\n    ],\n    \"njem ifufe\": [\n        \"tripliform\"\n    ],\n    \"atọpụla\": [\n        \"triplinerved\"\n    ],\n    \"onye atọ\": [\n        \"tripodian\"\n    ],\n    \"tripotium\": [\n        \"tripotassium\"\n    ],\n    \"daa ụkwụ\": [\n        \"tripped\"\n    ],\n    \"trypsin\": [\n        \"trypsins\"\n    ],\n    \"nwekọri\": [\n        \"triptych\",\n        \"triptychs\",\n        \"trivet\"\n    ],\n    \"nwe obi uto\": [\n        \"triptote\"\n    ],\n    \"chikwara\": [\n        \"triradiated\"\n    ],\n    \"trisacramental\": [\n        \"trisacramentarian\"\n    ],\n    \"Trisazo\": [\n        \"trisazo\"\n    ],\n    \"Trisha\": [\n        \"trisha\"\n    ],\n    \"triskaidekaphobia\": [\n        \"triskaidekaphobe\",\n        \"triskaidekaphobes\"\n    ],\n    \"Triskelia\": [\n        \"triskelia\"\n    ],\n    \"trisoctaedron\": [\n        \"trisoctahedron\"\n    ],\n    \"Trisul\": [\n        \"trisul\"\n    ],\n    \"tritap\": [\n        \"tritaph\"\n    ],\n    \"ithgha\": [\n        \"trithing\"\n    ],\n    \"Tritias\": [\n        \"tritiated\"\n    ],\n    \"tritical\": [\n        \"triticality\"\n    ],\n    \"Tritonus\": [\n        \"tritonoid\",\n        \"tritonous\"\n    ],\n    \"tryptophan\": [\n        \"trytophan\"\n    ],\n    \"nwe mmeri\": [\n        \"triumphance\",\n        \"triumphant\"\n    ],\n    \"isi atọ\": [\n        \"trivat\"\n    ],\n    \"ihe ato\": [\n        \"trivets\"\n    ],\n    \"were obere ihe\": [\n        \"trivialise\",\n        \"trivialize\"\n    ],\n    \"Uwet\": [\n        \"triwet\"\n    ],\n    \"trok\": [\n        \"troak\"\n    ],\n    \"ndị trocha\": [\n        \"trochars\"\n    ],\n    \"trocheamita\": [\n        \"trocheameter\"\n    ],\n    \"trochi\": [\n        \"trochils\"\n    ],\n    \"trochlear\": [\n        \"trochleae\",\n        \"trochleary\"\n    ],\n    \"trochlear ụdị\": [\n        \"trochleariform\"\n    ],\n    \"ckinggha\": [\n        \"trocking\"\n    ],\n    \"Trolleybus\": [\n        \"trolleybus\"\n    ],\n    \"Nwokolo\": [\n        \"trolleyed\"\n    ],\n    \"ndị na-atụgharị ihe\": [\n        \"trollers\"\n    ],\n    \"okwugha\": [\n        \"trollying\"\n    ],\n    \"Trollop\": [\n        \"trollop\"\n    ],\n    \"rolzọ\": [\n        \"trollopy\"\n    ],\n    \"onye trombonist\": [\n        \"trombonist\"\n    ],\n    \"tromometa\": [\n        \"tromometer\"\n    ],\n    \"tọọla\": [\n        \"tromped\"\n    ],\n    \"Iri\": [\n        \"tron\"\n    ],\n    \"usuu ndi agha\": [\n        \"troopships\"\n    ],\n    \"trofi\": [\n        \"tropate\",\n        \"trophesy\",\n        \"trophi\",\n        \"trophy\"\n    ],\n    \"ebe okpomọkụ\": [\n        \"trophical\",\n        \"tropical\",\n        \"tropicalisation\",\n        \"tropicalise\",\n        \"tropicality\",\n        \"tropistic\"\n    ],\n    \"trophi\": [\n        \"trophies\",\n        \"trophis\"\n    ],\n    \"trofiless\": [\n        \"trophyless\"\n    ],\n    \"Ogbe Ogba\": [\n        \"trophodynamic\"\n    ],\n    \"troposphere\": [\n        \"trophophore\",\n        \"trophosphere\"\n    ],\n    \"triphosphorus\": [\n        \"trophophorous\"\n    ],\n    \"okpuru ohia\": [\n        \"tropic\"\n    ],\n    \"ebe na-ekpo ọkụ\": [\n        \"tropicalising\"\n    ],\n    \"Ihe Okpomoku\": [\n        \"tropicalize\"\n    ],\n    \"tropil\": [\n        \"tropyl\"\n    ],\n    \"koomosho\": [\n        \"tropomyosin\"\n    ],\n    \"troppia\": [\n        \"troppaia\"\n    ],\n    \"troptometa\": [\n        \"troptometer\"\n    ],\n    \"Na-enwe obi ụtọ\": [\n        \"trothful\"\n    ],\n    \"onye na enye nsogbu\": [\n        \"troubadourist\"\n    ],\n    \"Troadours\": [\n        \"troubadours\"\n    ],\n    \"onye nsogbu\": [\n        \"troublemaker\"\n    ],\n    \"ndị nsogbu\": [\n        \"troublemakers\",\n        \"troublers\"\n    ],\n    \"onye inye nsogbu\": [\n        \"troubler\"\n    ],\n    \"ughedụ\": [\n        \"troughed\"\n    ],\n    \"trough dị ka\": [\n        \"troughlike\"\n    ],\n    \"trouzas\": [\n        \"trousers\",\n        \"trouss\",\n        \"trowsers\"\n    ],\n    \"zọba\": [\n        \"trove\"\n    ],\n    \"Odiro\": [\n        \"trowed\"\n    ],\n    \"Onye na-agba ọsọ\": [\n        \"troweler\"\n    ],\n    \"Ndị na-eme egwuregwu bọọlụ\": [\n        \"trowelers\"\n    ],\n    \"Onye nlegharị anya\": [\n        \"troweller\"\n    ],\n    \"trews\": [\n        \"trows\"\n    ],\n    \"trowth\": [\n        \"trowths\"\n    ],\n    \"truant ness\": [\n        \"truantness\"\n    ],\n    \"ndị na-anya gwongworo\": [\n        \"truants\",\n        \"truckers\",\n        \"trucklers\",\n        \"truckmen\"\n    ],\n    \"antsgbọ mmiri\": [\n        \"truantship\"\n    ],\n    \"enweghị eziokwu\": [\n        \"truceless\"\n    ],\n    \"ụgbọala gwuru\": [\n        \"truckled\"\n    ],\n    \"dị ka gwongworo\": [\n        \"trucklike\"\n    ],\n    \"onye na-anya ụgbọala\": [\n        \"truckmaster\"\n    ],\n    \"eziokwublue\": [\n        \"trueblue\"\n    ],\n    \"eziokwublues\": [\n        \"trueblues\"\n    ],\n    \"ezi nwa\": [\n        \"trueborn\"\n    ],\n    \"ezigbo ịhụnanya\": [\n        \"truelove\"\n    ],\n    \"onye bu okomoko\": [\n        \"trueman\"\n    ],\n    \"Eziwood\": [\n        \"truewood\"\n    ],\n    \"truffle\": [\n        \"truffe\",\n        \"truffled\"\n    ],\n    \"truffle dị ka\": [\n        \"trufflelike\"\n    ],\n    \"trug mallion\": [\n        \"trugmallion\"\n    ],\n    \"Ihe isi\": [\n        \"trulls\"\n    ],\n    \"trimel\": [\n        \"trummel\"\n    ],\n    \"fụrụ opi\": [\n        \"trumpeted\"\n    ],\n    \"ndị na-afụ opi\": [\n        \"trumpeters\"\n    ],\n    \"enweghị opi\": [\n        \"trumpetless\"\n    ],\n    \"opì-ike\": [\n        \"trumpetweed\"\n    ],\n    \"trum\": [\n        \"trumpless\"\n    ],\n    \"dị ka opi\": [\n        \"trumplike\"\n    ],\n    \"trencating\": [\n        \"truncating\"\n    ],\n    \"akpati akpati\": [\n        \"trunkfish\"\n    ],\n    \"gwongor\": [\n        \"truong\"\n    ],\n    \"truss\": [\n        \"trusser\",\n        \"trussers\",\n        \"trusses\"\n    ],\n    \"ntụkwasị obi bust\": [\n        \"trustbusting\"\n    ],\n    \"nlekọta ọrụ\": [\n        \"trusteeships\"\n    ],\n    \"tụkwasị obi\": [\n        \"trusten\"\n    ],\n    \"ndị tụkwasịrị obi\": [\n        \"trusters\"\n    ],\n    \"Ihe kwesiri ntukwasi obi\": [\n        \"trustier\"\n    ],\n    \"ịtụkwasị obi\": [\n        \"trusting\",\n        \"vendibility\"\n    ],\n    \"Nwanyị ntụkwasị obi\": [\n        \"trustwoman\"\n    ],\n    \"eziokwu eziokwu\": [\n        \"truthlikeness\"\n    ],\n    \"onye eziokwu\": [\n        \"truthsman\"\n    ],\n    \"onye kwuru eziokwu\": [\n        \"truthteller\"\n    ],\n    \"truta\": [\n        \"trutta\"\n    ],\n    \"tsade\": [\n        \"tsades\"\n    ],\n    \"usoroas\": [\n        \"tsarinas\"\n    ],\n    \"tsarism\": [\n        \"tsarisms\"\n    ],\n    \"tsarist\": [\n        \"tsarists\"\n    ],\n    \"tsetị\": [\n        \"tsetses\"\n    ],\n    \"kingzọ\": [\n        \"tsking\"\n    ],\n    \"knye\": [\n        \"tsktsks\"\n    ],\n    \"umebụ\": [\n        \"tsumebite\"\n    ],\n    \"mbufịt\": [\n        \"tsunami\",\n        \"tsunamic\",\n        \"tsunamis\"\n    ],\n    \"Tuareg\": [\n        \"tuareg\"\n    ],\n    \"tubing\": [\n        \"tubbing\"\n    ],\n    \"tubulu\": [\n        \"tubeflower\"\n    ],\n    \"tubform\": [\n        \"tubeform\"\n    ],\n    \"tubercular\": [\n        \"tubercled\",\n        \"tuberculated\"\n    ],\n    \"yiri tubercle\": [\n        \"tuberclelike\"\n    ],\n    \"tuberculoly na-eme\": [\n        \"tuberculatedly\"\n    ],\n    \"tubercul\": [\n        \"tuberculed\"\n    ],\n    \"tubroses\": [\n        \"tuberoses\"\n    ],\n    \"tubrosity\": [\n        \"tuberosity\"\n    ],\n    \"tubrosities\": [\n        \"tuberosities\"\n    ],\n    \"tubusii\": [\n        \"tuberous\",\n        \"tuberously\"\n    ],\n    \"tubes ness\": [\n        \"tuberousness\"\n    ],\n    \"tuberculate\": [\n        \"tuberuculate\"\n    ],\n    \"tubfish\": [\n        \"tubfishes\"\n    ],\n    \"tubmas\": [\n        \"tubmaker\"\n    ],\n    \"ndị tubmen\": [\n        \"tubmen\"\n    ],\n    \"tubular\": [\n        \"tubularly\"\n    ],\n    \"na-akụ tub\": [\n        \"tubulating\"\n    ],\n    \"tubwanan\": [\n        \"tubwoman\"\n    ],\n    \"tuck\": [\n        \"tucky\"\n    ],\n    \"tun\": [\n        \"tue\"\n    ],\n    \"Tuedian\": [\n        \"tuedian\"\n    ],\n    \"tuesday\": [\n        \"tuesdays\"\n    ],\n    \"tuff\": [\n        \"tuffs\"\n    ],\n    \"ugbomgbom\": [\n        \"tugboat\",\n        \"tugboatman\",\n        \"tugboatmen\"\n    ],\n    \"Ihe Nleba\": [\n        \"tugger\"\n    ],\n    \"tugwo\": [\n        \"tuggery\"\n    ],\n    \"Ndị na-ama\": [\n        \"tuggers\"\n    ],\n    \"tuilerie\": [\n        \"tuilyie\",\n        \"tuilzie\"\n    ],\n    \"tuiles\": [\n        \"tuilles\"\n    ],\n    \"nkuzi obere\": [\n        \"tuitionless\"\n    ],\n    \"Tulchan\": [\n        \"tulchan\"\n    ],\n    \"tulip dị ka\": [\n        \"tuliplike\"\n    ],\n    \"tulipomania\": [\n        \"tulipomaniac\"\n    ],\n    \"tulle paia\": [\n        \"tulkepaia\"\n    ],\n    \"dahari\": [\n        \"tumble\"\n    ],\n    \"Na-atụtụ\": [\n        \"tumblebug\"\n    ],\n    \"Na-ada mba\": [\n        \"tumblerful\",\n        \"tumbleweeds\"\n    ],\n    \"tumbler maara ihe\": [\n        \"tumblerwise\"\n    ],\n    \"Owere\": [\n        \"tumbleweed\"\n    ],\n    \"tumụl\": [\n        \"tumbrel\"\n    ],\n    \"Tumbril\": [\n        \"tumbril\"\n    ],\n    \"tumị\": [\n        \"tumli\"\n    ],\n    \"tumm\": [\n        \"tummals\"\n    ],\n    \"etịbede\": [\n        \"tummed\"\n    ],\n    \"tummy\": [\n        \"tummock\"\n    ],\n    \"tumo\": [\n        \"tumor\",\n        \"tumour\"\n    ],\n    \"tumor\": [\n        \"tumorlike\"\n    ],\n    \"etuto ahụ\": [\n        \"tumors\",\n        \"tumours\"\n    ],\n    \"tumulu\": [\n        \"tumulary\",\n        \"tumulter\",\n        \"tumulus\"\n    ],\n    \"tunyere\": [\n        \"tunably\",\n        \"tunbellied\",\n        \"tunicked\"\n    ],\n    \"tune\": [\n        \"tunefully\",\n        \"tunefulness\",\n        \"tunnelled\"\n    ],\n    \"tunem\": [\n        \"tunemaking\"\n    ],\n    \"jụọ ụfọdụ\": [\n        \"tunesome\"\n    ],\n    \"tune ups\": [\n        \"tuneups\"\n    ],\n    \"tunic\": [\n        \"tunican\"\n    ],\n    \"tunicit\": [\n        \"tunicate\"\n    ],\n    \"tunisị\": [\n        \"tunicated\"\n    ],\n    \"tunis\": [\n        \"tunics\",\n        \"tunish\",\n        \"tunist\"\n    ],\n    \"n'iji ya gee ntị\": [\n        \"tuning\",\n        \"tunning\"\n    ],\n    \"tunisian\": [\n        \"tunisians\"\n    ],\n    \"tunka\": [\n        \"tunker\",\n        \"tunket\"\n    ],\n    \"Ọwaragwara\": [\n        \"tunneller\",\n        \"tunnelmen\",\n        \"tunnelway\"\n    ],\n    \"tunnel\": [\n        \"tunnelly\"\n    ],\n    \"tunneling\": [\n        \"tunnelling\"\n    ],\n    \"tunnelite\": [\n        \"tunnellite\"\n    ],\n    \"tuulu\": [\n        \"tuples\"\n    ],\n    \"Turanian\": [\n        \"turanian\"\n    ],\n    \"toba\": [\n        \"turbary\"\n    ],\n    \"tobaim\": [\n        \"turbine\"\n    ],\n    \"igwe akwara\": [\n        \"turbinelike\"\n    ],\n    \"toonu\": [\n        \"turbo\"\n    ],\n    \"turbo alternator\": [\n        \"turboalternator\"\n    ],\n    \"Igwe ikuku mmiri\": [\n        \"turboblower\"\n    ],\n    \"ụgbọ ala turbo\": [\n        \"turbocar\"\n    ],\n    \"ígwè ọrụ\": [\n        \"turbomachine\"\n    ],\n    \"dị ka turbot\": [\n        \"turbotlike\"\n    ],\n    \"n'ọgba aghara\": [\n        \"turbulently\"\n    ],\n    \"Turfing\": [\n        \"turfing\"\n    ],\n    \"turgesing\": [\n        \"turgescing\"\n    ],\n    \"toro toro\": [\n        \"turkey\",\n        \"turkery\",\n        \"turkize\",\n        \"turkle\"\n    ],\n    \"turkey yiri\": [\n        \"turkeylike\"\n    ],\n    \"turkish\": [\n        \"turkess\",\n        \"tuskish\"\n    ],\n    \"nha turkic\": [\n        \"turkicize\"\n    ],\n    \"ndị turkmen\": [\n        \"turkmen\"\n    ],\n    \"onye turkmenian\": [\n        \"turkmenian\"\n    ],\n    \"turntable\": [\n        \"turnable\"\n    ],\n    \"ịgbanwuo\": [\n        \"turnbout\"\n    ],\n    \"ịgbanwuo aka\": [\n        \"turnbuckle\"\n    ],\n    \"ịgbanwee ihe\": [\n        \"turnbuckles\"\n    ],\n    \"atụgharị\": [\n        \"turncock\",\n        \"turnpikes\",\n        \"turnscrew\",\n        \"turnskin\",\n        \"turnstiles\",\n        \"turntail\"\n    ],\n    \"Turner\": [\n        \"turner\"\n    ],\n    \"negha\": [\n        \"turneraceous\"\n    ],\n    \"Turnerian\": [\n        \"turnerian\"\n    ],\n    \"Turnerite\": [\n        \"turnerite\"\n    ],\n    \"mbịne\": [\n        \"turning\"\n    ],\n    \"tonip\": [\n        \"turnip\"\n    ],\n    \"tonipiu\": [\n        \"turnipy\"\n    ],\n    \"tony osisi\": [\n        \"turnipwood\"\n    ],\n    \"tụgharịpụta\": [\n        \"turnout\"\n    ],\n    \"Turnpike\": [\n        \"turnpike\",\n        \"turnpiker\",\n        \"turnpoke\"\n    ],\n    \"gbanye ogige\": [\n        \"turnplough\"\n    ],\n    \"amama igwu\": [\n        \"turnplow\"\n    ],\n    \"amama\": [\n        \"turns\"\n    ],\n    \"ntụgharị ihu\": [\n        \"turnwrist\"\n    ],\n    \"Turonian\": [\n        \"turonian\"\n    ],\n    \"pentgha\": [\n        \"turpentiny\"\n    ],\n    \"turpin\": [\n        \"turpid\"\n    ],\n    \"turquoise\": [\n        \"turquois\",\n        \"turquoises\"\n    ],\n    \"turquoise dị ka\": [\n        \"turquoiselike\"\n    ],\n    \"turrell\": [\n        \"turrel\"\n    ],\n    \"gbara ọtọ\": [\n        \"turreted\"\n    ],\n    \"turret isi\": [\n        \"turrethead\"\n    ],\n    \"turret\": [\n        \"turreting\"\n    ],\n    \"tọọsụ\": [\n        \"turse\"\n    ],\n    \"turtwo\": [\n        \"turtling\"\n    ],\n    \"tusher\": [\n        \"tushery\"\n    ],\n    \"tuskless\": [\n        \"tuskiest\"\n    ],\n    \"tussa\": [\n        \"tussars\"\n    ],\n    \"Tusser\": [\n        \"tusser\"\n    ],\n    \"tuss\": [\n        \"tussers\"\n    ],\n    \"Tussise\": [\n        \"tussises\"\n    ],\n    \"Tussle\": [\n        \"tussle\"\n    ],\n    \"Tussler\": [\n        \"tussler\"\n    ],\n    \"Na-achọ ịlụ\": [\n        \"tussling\"\n    ],\n    \"Tussocky\": [\n        \"tussocky\"\n    ],\n    \"Usobo\": [\n        \"tussocks\"\n    ],\n    \"Tussucks\": [\n        \"tussucks\"\n    ],\n    \"ndi tute\": [\n        \"tutees\"\n    ],\n    \"ndi di iche iche\": [\n        \"tutelaries\"\n    ],\n    \"ndi ntorobịa\": [\n        \"tutelars\"\n    ],\n    \"n'iko\": [\n        \"tutly\"\n    ],\n    \"kuziiri\": [\n        \"tutored\"\n    ],\n    \"tute\": [\n        \"tutress\"\n    ],\n    \"utbọchị\": [\n        \"tutsan\"\n    ],\n    \"afọ iri atọ\": [\n        \"tutties\"\n    ],\n    \"Baịbụl\": [\n        \"tutting\"\n    ],\n    \"tuxedos\": [\n        \"tuxedoes\",\n        \"tuxes\"\n    ],\n    \"tuzla\": [\n        \"tuza\",\n        \"tuzzle\"\n    ],\n    \"TV\": [\n        \"tv\"\n    ],\n    \"Mezie\": [\n        \"twaddleize\"\n    ],\n    \"Twọọ\": [\n        \"twaddlement\"\n    ],\n    \"Nke kachasị nke abụọ\": [\n        \"twaddliest\"\n    ],\n    \"chukwunwike\": [\n        \"twalpennyworth\"\n    ],\n    \"Twana\": [\n        \"twana\"\n    ],\n    \"twanị\": [\n        \"twanging\",\n        \"twanking\"\n    ],\n    \"Agbaba\": [\n        \"twangling\"\n    ],\n    \"dị twant\": [\n        \"twant\"\n    ],\n    \"twatlight\": [\n        \"twatterlight\"\n    ],\n    \"tweedi\": [\n        \"tweedy\"\n    ],\n    \"tweedledum\": [\n        \"tweedled\"\n    ],\n    \"tweedle\": [\n        \"tweedling\"\n    ],\n    \"tweed\": [\n        \"tweeds\",\n        \"tweeg\"\n    ],\n    \"tweet\": [\n        \"tweesh\",\n        \"tweesht\",\n        \"tweest\"\n    ],\n    \"tweeta\": [\n        \"tweeter\"\n    ],\n    \"Ndị tweets\": [\n        \"tweeters\"\n    ],\n    \"iri na abua\": [\n        \"twelvehynde\"\n    ],\n    \"iri na abụọ na\": [\n        \"twelvehyndeman\"\n    ],\n    \"ọnwa iri na abụọ\": [\n        \"twelvemonths\"\n    ],\n    \"iri-na-asatọ\": [\n        \"twelvescore\",\n        \"twentypenny\"\n    ],\n    \"iri abụọ\": [\n        \"twenty\",\n        \"twentieths\",\n        \"twentyfold\",\n        \"twitchety\",\n        \"twite\",\n        \"twitty\",\n        \"untenty\"\n    ],\n    \"iri abụọ na abụọ\": [\n        \"twenties\"\n    ],\n    \"iri-na-ise\": [\n        \"twentyfourmo\"\n    ],\n    \"iri-abuo\": [\n        \"twentymo\"\n    ],\n    \"Twibil\": [\n        \"twibil\",\n        \"twibils\"\n    ],\n    \"Twibill\": [\n        \"twibill\"\n    ],\n    \"Twib\": [\n        \"twibills\"\n    ],\n    \"twis\": [\n        \"twicer\"\n    ],\n    \"Twie\": [\n        \"twie\"\n    ],\n    \"Twyer\": [\n        \"twyer\"\n    ],\n    \"Twifoil\": [\n        \"twifoil\"\n    ],\n    \"twig dị ka\": [\n        \"twiglike\"\n    ],\n    \"chi ojiji na-erughị\": [\n        \"twilightless\"\n    ],\n    \"chi ojiji dị ka\": [\n        \"twilightlike\"\n    ],\n    \"Twilit\": [\n        \"twilit\"\n    ],\n    \"iri abuo\": [\n        \"twill\"\n    ],\n    \"Twilly\": [\n        \"twilly\"\n    ],\n    \"Twinebush\": [\n        \"twinebush\"\n    ],\n    \"Twinging\": [\n        \"twingeing\",\n        \"twinging\"\n    ],\n    \"twing\": [\n        \"twinges\"\n    ],\n    \"twin\": [\n        \"twiniest\"\n    ],\n    \"Twinkink\": [\n        \"twinkled\"\n    ],\n    \"Twinkledum\": [\n        \"twinkledum\"\n    ],\n    \"Twinkle àmà\": [\n        \"twinkleproof\"\n    ],\n    \"Twinkler\": [\n        \"twinkler\"\n    ],\n    \"n’otu ntabi anya\": [\n        \"twinkly\"\n    ],\n    \"n’otu ntabi\": [\n        \"twinkling\",\n        \"twinklingly\"\n    ],\n    \"di iche\": [\n        \"twirler\"\n    ],\n    \"irgha\": [\n        \"twirling\"\n    ],\n    \"Twisel\": [\n        \"twisel\"\n    ],\n    \"ighikota\": [\n        \"twist\",\n        \"twistle\"\n    ],\n    \"Ekwogharịrị\": [\n        \"twistedly\"\n    ],\n    \"Tw mụ\": [\n        \"twisters\"\n    ],\n    \"Twisị\": [\n        \"twistiways\"\n    ],\n    \"tuwichi\": [\n        \"twitch\"\n    ],\n    \"Twit\": [\n        \"twitched\"\n    ],\n    \"Twitchy\": [\n        \"twitchy\"\n    ],\n    \"nke twitchi\": [\n        \"twitchiest\"\n    ],\n    \"Twitchily\": [\n        \"twitchily\"\n    ],\n    \"agbagọkwa\": [\n        \"twitchingly\"\n    ],\n    \"tweeting\": [\n        \"twitting\"\n    ],\n    \"Twitting\": [\n        \"twittingly\"\n    ],\n    \"iri abụọ na anọ\": [\n        \"twyver\"\n    ],\n    \"Twixt\": [\n        \"twixt\"\n    ],\n    \"Twizzle\": [\n        \"twizzle\"\n    ],\n    \"folda abụọ\": [\n        \"twofolds\"\n    ],\n    \"aka abụọ\": [\n        \"twohandedness\"\n    ],\n    \"nwere abụọ\": [\n        \"twolegged\"\n    ],\n    \"Ezenne\": [\n        \"tzaam\"\n    ],\n    \"eze ndu\": [\n        \"tzarisms\"\n    ],\n    \"tzetz\": [\n        \"tzetzes\"\n    ],\n    \"tzigan\": [\n        \"tziganes\"\n    ],\n    \"tzzzi\": [\n        \"tzitzis\"\n    ],\n    \"ịkpa ara\": [\n        \"uberous\"\n    ],\n    \"ịdị ube\": [\n        \"uberousness\"\n    ],\n    \"uberi\": [\n        \"uberties\"\n    ],\n    \"onye zuru ebe niile\": [\n        \"ubiquarian\"\n    ],\n    \"ubiquiti\": [\n        \"ubiquit\"\n    ],\n    \"ndị nọ ebe niile\": [\n        \"ubiquitaries\"\n    ],\n    \"n'ebe nile\": [\n        \"ubiquitously\"\n    ],\n    \"oda\": [\n        \"udder\"\n    ],\n    \"tụụrụ ya\": [\n        \"uddered\"\n    ],\n    \"udomita\": [\n        \"udometers\"\n    ],\n    \"ugarit\": [\n        \"ugaritic\"\n    ],\n    \"jọrọ njọ\": [\n        \"ugly\"\n    ],\n    \"mee ihe ojoo\": [\n        \"ugrianize\"\n    ],\n    \"ehen\": [\n        \"uh\"\n    ],\n    \"it\": [\n        \"uit\"\n    ],\n    \"mba ozigbo\": [\n        \"uitlander\"\n    ],\n    \"uit otan\": [\n        \"uitotan\"\n    ],\n    \"ukulele\": [\n        \"ukelele\"\n    ],\n    \"ukuleles\": [\n        \"ukeleles\"\n    ],\n    \"ukiyo\": [\n        \"ukiyoe\"\n    ],\n    \"ukiyo e\": [\n        \"ukiyoye\"\n    ],\n    \"Ukraine\": [\n        \"ukraine\",\n        \"ukrainian\"\n    ],\n    \"ndị Ukraine\": [\n        \"ukrainians\"\n    ],\n    \"ukranyan\": [\n        \"ukranian\"\n    ],\n    \"ullbula\": [\n        \"ulling\"\n    ],\n    \"molọ\": [\n        \"ulmo\"\n    ],\n    \"ulotric\": [\n        \"ulotriches\"\n    ],\n    \"sterkọ afọ\": [\n        \"ulstering\"\n    ],\n    \"ihe ikpeazụ\": [\n        \"ultimas\"\n    ],\n    \"ikpeazu\": [\n        \"ultimo\"\n    ],\n    \"ihe kacha njọ\": [\n        \"ultracredulous\"\n    ],\n    \"gbanye nkwado\": [\n        \"ultradignified\"\n    ],\n    \"ikechukwu_nkechi\": [\n        \"ultradolichocephaly\"\n    ],\n    \"ultraventusiasm\": [\n        \"ultraenthusiasm\"\n    ],\n    \"fastmechi ọnụ\": [\n        \"ultrafast\"\n    ],\n    \"chukwuebube\": [\n        \"ultramaternal\",\n        \"ultraterrestrial\"\n    ],\n    \"ihendra\": [\n        \"ultramicro\"\n    ],\n    \"ihendoruba\": [\n        \"ultramicrobe\"\n    ],\n    \"ihe mmetụ\": [\n        \"ultramicroscopy\"\n    ],\n    \"ultramrotome\": [\n        \"ultramicrotome\"\n    ],\n    \"onye na eme ihe\": [\n        \"ultramodernist\"\n    ],\n    \"a na-akọwakarị\": [\n        \"ultrarefined\"\n    ],\n    \"ultrafefinement\": [\n        \"ultrarefinement\"\n    ],\n    \"nnukwu akara\": [\n        \"ultraremuneration\"\n    ],\n    \"ultraseve\": [\n        \"ultrasevere\"\n    ],\n    \"ultra zodiacal\": [\n        \"ultrazodiacal\"\n    ],\n    \"ulọọ\": [\n        \"ululates\"\n    ],\n    \"ulọọl\": [\n        \"ululatory\"\n    ],\n    \"ịghachị\": [\n        \"umangite\"\n    ],\n    \"umbe\": [\n        \"umbeled\"\n    ],\n    \"nche anwụ\": [\n        \"umbella\",\n        \"umbellales\",\n        \"umbellar\",\n        \"umbrally\",\n        \"umbrana\",\n        \"umbre\",\n        \"umbrel\",\n        \"umbrella\",\n        \"umbrellaed\",\n        \"umbrellaing\",\n        \"umbrellalike\",\n        \"umbrellas\",\n        \"umbrellawise\",\n        \"umbrellawort\",\n        \"umbrere\"\n    ],\n    \"libellulidae\": [\n        \"umbellulidae\"\n    ],\n    \"umbelliferous\": [\n        \"umbelluliferous\"\n    ],\n    \"n'ime eriri nwa\": [\n        \"umbilical\"\n    ],\n    \"n’uche\": [\n        \"umbilically\"\n    ],\n    \"umbil\": [\n        \"umbilicated\"\n    ],\n    \"umbilicos\": [\n        \"umbilicuses\"\n    ],\n    \"umbra\": [\n        \"umbrae\",\n        \"umbrages\",\n        \"umbras\"\n    ],\n    \"kọmpụ\": [\n        \"umbrated\"\n    ],\n    \"umbratik\": [\n        \"umbratic\"\n    ],\n    \"umbrifely\": [\n        \"umbriferously\"\n    ],\n    \"ogbaik\": [\n        \"umiaks\"\n    ],\n    \"umbre\": [\n        \"umlauting\"\n    ],\n    \"umpkin\": [\n        \"umping\"\n    ],\n    \"umpires\": [\n        \"umpirages\"\n    ],\n    \"umpire\": [\n        \"umpirer\"\n    ],\n    \"ịbụ onye isi\": [\n        \"umpireship\"\n    ],\n    \"nke iri na itoolu\": [\n        \"umteenth\"\n    ],\n    \"asachapụghị anya\": [\n        \"unabashed\"\n    ],\n    \"emebisighị\": [\n        \"unabolished\"\n    ],\n    \"n'amaghi aka\": [\n        \"unabruptly\",\n        \"uncompetitively\",\n        \"unrepetitively\"\n    ],\n    \"unabolul\": [\n        \"unabsolvable\"\n    ],\n    \"enweghị ike idozi ya\": [\n        \"unabsolvedness\"\n    ],\n    \"ekweghị emezu\": [\n        \"unabsorptiveness\",\n        \"untranquillise\"\n    ],\n    \"n'achara anya\": [\n        \"unabstractedly\"\n    ],\n    \"ejighi nsogbu\": [\n        \"unabused\"\n    ],\n    \"agbaghị ọsọ\": [\n        \"unaccelerated\"\n    ],\n    \"agaghị adị ngwa\": [\n        \"unaccelerative\"\n    ],\n    \"enweghị ike ịnweta\": [\n        \"unaccessibility\",\n        \"unaccessibly\"\n    ],\n    \"enaccessional\": [\n        \"unaccessional\"\n    ],\n    \"enwetabeghị eziokwu\": [\n        \"unacclaimed\"\n    ],\n    \"akwadoghị ọrụ\": [\n        \"unaccommodatedness\"\n    ],\n    \"anabaghị ya\": [\n        \"unaccompanied\"\n    ],\n    \"enwetaghị iwu\": [\n        \"unaccredited\",\n        \"unallegorical\",\n        \"unforeordained\",\n        \"unlegalized\",\n        \"unlegislated\",\n        \"unregularised\",\n        \"unsensualised\",\n        \"unsensualized\"\n    ],\n    \"anaghi ebi ebi\": [\n        \"unaccumulable\"\n    ],\n    \"anaghi akwukwo\": [\n        \"unaccumulate\",\n        \"unaccumulated\"\n    ],\n    \"abughi akwukwo\": [\n        \"unaccumulative\"\n    ],\n    \"enwetaghi ego\": [\n        \"unaccursed\"\n    ],\n    \"n’enweghị ezi uche\": [\n        \"unaccusably\",\n        \"unsuperstitiously\"\n    ],\n    \"unaccus\": [\n        \"unaccusing\"\n    ],\n    \"n'acharaghị anya\": [\n        \"unaccusingly\"\n    ],\n    \"enweghi ike imehie\": [\n        \"unachievability\"\n    ],\n    \"enweghị ike ịme\": [\n        \"unachievable\"\n    ],\n    \"adighi akwado\": [\n        \"unacidic\",\n        \"unhesitatively\"\n    ],\n    \"amaghị nke a na-akọ\": [\n        \"unacquainted\"\n    ],\n    \"enwetaghị ya\": [\n        \"unacquired\",\n        \"unaerated\",\n        \"unapperceived\",\n        \"unapplianced\",\n        \"unappliqued\",\n        \"unpervaded\",\n        \"unpossessed\",\n        \"unvaunted\"\n    ],\n    \"unadapted\": [\n        \"unadaptedness\"\n    ],\n    \"mechie akwa\": [\n        \"unaddress\"\n    ],\n    \"edobeghi ya\": [\n        \"unaddressed\"\n    ],\n    \"unadjoghari\": [\n        \"unadjourned\"\n    ],\n    \"adịghị etinye aka\": [\n        \"unadjunctive\",\n        \"unmenacing\"\n    ],\n    \"amachibido\": [\n        \"unadmire\"\n    ],\n    \"unadmitable\": [\n        \"unadmittableness\"\n    ],\n    \"n’enweghị aka\": [\n        \"unadmittedly\",\n        \"unassiduously\"\n    ],\n    \"unadmoned\": [\n        \"unadmonished\"\n    ],\n    \"enweghi ike igbanwe ya\": [\n        \"unadorableness\"\n    ],\n    \"ejighị ya\": [\n        \"unadored\",\n        \"unebbed\",\n        \"uninitialed\",\n        \"unsized\"\n    ],\n    \"adighi mma\": [\n        \"unadorn\",\n        \"unattractively\",\n        \"undamn\",\n        \"undecent\",\n        \"unrepellent\"\n    ],\n    \"ejighi ejiji\": [\n        \"unadorned\"\n    ],\n    \"n’achọghị anya\": [\n        \"unadornedly\"\n    ],\n    \"n'adịghị agụ\": [\n        \"unadulterously\"\n    ],\n    \"n'achọghị ịma\": [\n        \"unadvancedly\",\n        \"unarrogantly\"\n    ],\n    \"uru adịghị\": [\n        \"unadvantageous\"\n    ],\n    \"a na-akwadoghị\": [\n        \"unadvocated\",\n        \"unpresupposed\",\n        \"unsubsided\"\n    ],\n    \"atughi anya\": [\n        \"unafeared\",\n        \"uncharmed\",\n        \"undetermined\",\n        \"undeterminedly\",\n        \"unswilled\"\n    ],\n    \"enweghị ike ikwenye\": [\n        \"unaffability\"\n    ],\n    \"anaghị etinye ya\": [\n        \"unaffixed\",\n        \"unrevested\"\n    ],\n    \"n’egosighi\": [\n        \"unafflictedly\",\n        \"unappealingly\"\n    ],\n    \"n'etinye\": [\n        \"unafflicting\"\n    ],\n    \"ejighi ego\": [\n        \"unafforded\",\n        \"unmortgage\",\n        \"unoffended\"\n    ],\n    \"Uwe elu mmiri\": [\n        \"unafloat\"\n    ],\n    \"a na-atụghị ụjọ\": [\n        \"unafraid\"\n    ],\n    \"unaggmemerative\": [\n        \"unagglomerative\"\n    ],\n    \"agwakọtaghị\": [\n        \"unaggregated\",\n        \"uncalendered\"\n    ],\n    \"ekwekọrịtaghị\": [\n        \"unagreement\",\n        \"uncombatant\",\n        \"undelectably\",\n        \"unmatrimonial\",\n        \"unmercurial\",\n        \"unquilleted\"\n    ],\n    \"unirily\": [\n        \"unairily\"\n    ],\n    \"amaghị ọkwa\": [\n        \"unalerted\"\n    ],\n    \"unanaenali\": [\n        \"unalienated\"\n    ],\n    \"enweghị ike ịhazi ya\": [\n        \"unalignable\"\n    ],\n    \"etinyereghị\": [\n        \"unaligned\",\n        \"unchamfered\"\n    ],\n    \"arụpụtaghị\": [\n        \"unalive\",\n        \"unproductivity\"\n    ],\n    \"awụghị\": [\n        \"unalleged\",\n        \"unswathe\",\n        \"unswathes\",\n        \"unswathing\"\n    ],\n    \"adọkaghi\": [\n        \"unallergic\"\n    ],\n    \"enwetaghi\": [\n        \"unalleviated\",\n        \"unasserted\",\n        \"unattained\",\n        \"unattainted\",\n        \"unattaintedly\",\n        \"unavailed\",\n        \"unaxed\",\n        \"unchanted\",\n        \"uncharted\",\n        \"undefalcated\",\n        \"undepicted\",\n        \"undeposited\",\n        \"underachieved\",\n        \"undevoted\",\n        \"undieted\",\n        \"unechoed\",\n        \"unerupted\",\n        \"unforwarded\",\n        \"unhelped\",\n        \"unimproved\",\n        \"uninked\",\n        \"unprefixed\",\n        \"unprocured\",\n        \"unprofaned\",\n        \"unproffered\",\n        \"unpropounded\",\n        \"unproven\",\n        \"unprovidenced\",\n        \"unrevived\",\n        \"unsecreted\",\n        \"unshaped\",\n        \"unsignalled\",\n        \"unsurvived\",\n        \"unswept\",\n        \"unthundered\",\n        \"unthwacked\"\n    ],\n    \"unallite\": [\n        \"unalliterative\"\n    ],\n    \"ekewaghi\": [\n        \"unallocated\",\n        \"unallotted\",\n        \"undivided\"\n    ],\n    \"unallot\": [\n        \"unallotment\"\n    ],\n    \"odighi nsogbu\": [\n        \"unallured\"\n    ],\n    \"adighi adighi ike\": [\n        \"unalluring\"\n    ],\n    \"adighi adighi nma\": [\n        \"unalluringly\",\n        \"unquieter\"\n    ],\n    \"unallusive\": [\n        \"unallusively\"\n    ],\n    \"na-enweghị aka\": [\n        \"unalmsed\",\n        \"unseaming\"\n    ],\n    \"emebighi iwu\": [\n        \"unalphabetised\",\n        \"undestructiveness\"\n    ],\n    \"agaghị adịkwa\": [\n        \"unalternating\"\n    ],\n    \"amamaghi\": [\n        \"unamative\"\n    ],\n    \"unambamb\": [\n        \"unambition\"\n    ],\n    \"ọ dịghị ahịa\": [\n        \"unambitious\"\n    ],\n    \"enwelighị ike\": [\n        \"unameliorated\"\n    ],\n    \"unamamaghi\": [\n        \"unamenability\"\n    ],\n    \"unamiable\": [\n        \"unamiableness\"\n    ],\n    \"unamicable\": [\n        \"unamicableness\"\n    ],\n    \"unamorous\": [\n        \"unamorousness\"\n    ],\n    \"agbaghala\": [\n        \"unamputated\"\n    ],\n    \"adighi ekwe nti\": [\n        \"unamputative\"\n    ],\n    \"na-emegheghị\": [\n        \"unanchylosed\",\n        \"unsectionalized\"\n    ],\n    \"unana ahuhu\": [\n        \"unanguished\"\n    ],\n    \"n’otu olu\": [\n        \"unanimatedly\",\n        \"unanimatingly\",\n        \"unanimistically\"\n    ],\n    \"kwekọrịtara ọnụ\": [\n        \"unanimatedness\"\n    ],\n    \"jikota ọnụ\": [\n        \"unanimiter\"\n    ],\n    \"ekwekọrịtara\": [\n        \"unanimities\"\n    ],\n    \"enweghị ike ikpochapụ\": [\n        \"unannihilable\",\n        \"unbrushable\",\n        \"uninvadable\"\n    ],\n    \"enweghị ike ịza ajụjụ\": [\n        \"unanswerableness\"\n    ],\n    \"enwetaghi aha\": [\n        \"unanthologized\",\n        \"unmaterialized\",\n        \"unsaponified\",\n        \"unseignioral\"\n    ],\n    \"na-enweghị mgbaghara\": [\n        \"unapologizing\"\n    ],\n    \"ezigaraghị\": [\n        \"unapostatized\"\n    ],\n    \"akagbuola\": [\n        \"unappalled\"\n    ],\n    \"n'echetụghị\": [\n        \"unappallingly\"\n    ],\n    \"ndabaghi\": [\n        \"unapparentness\"\n    ],\n    \"enweghị ike ịchọta ya\": [\n        \"unappealable\",\n        \"unbleached\",\n        \"undiscoverableness\",\n        \"unimpeachable\"\n    ],\n    \"enweghị ike igosipụta ya\": [\n        \"unappealableness\"\n    ],\n    \"n’egosighi ike\": [\n        \"unappealably\"\n    ],\n    \"Enweghị obi ụtọ\": [\n        \"unappeasableness\"\n    ],\n    \"nke a na-apụghị ịkwanyere ùgwù\": [\n        \"unapplaudable\"\n    ],\n    \"enwetaghị otuto,\": [\n        \"unapplauded\"\n    ],\n    \"ekweghi ekwe nghọta\": [\n        \"unapprehendable\"\n    ],\n    \"ekweghi nghọta\": [\n        \"unapprehendableness\"\n    ],\n    \"-enweghị nghọta\": [\n        \"unapprehendably\"\n    ],\n    \"aghọtaghị\": [\n        \"unapprehending\",\n        \"uncomprehend\",\n        \"unmisunderstood\"\n    ],\n    \"enweteghi\": [\n        \"unapprised\"\n    ],\n    \"-enweghị ikike\": [\n        \"unapprized\"\n    ],\n    \"ezighi ezi aka\": [\n        \"unapproachability\",\n        \"unreproachableness\"\n    ],\n    \"enweghị ike ịbịaru nso\": [\n        \"unapproachable\"\n    ],\n    \"enweghi odiri nso\": [\n        \"unapproachableness\"\n    ],\n    \"abịakwuteghị gị\": [\n        \"unapproached\"\n    ],\n    \"n'ụzọ na-ekwesịghị ekwesị\": [\n        \"unappropriately\"\n    ],\n    \"Udochinyere\": [\n        \"unapprovableness\"\n    ],\n    \"unararị\": [\n        \"unarched\"\n    ],\n    \"unarguar\": [\n        \"unargued\"\n    ],\n    \"anaghị adị n'otu\": [\n        \"unarising\"\n    ],\n    \"n’enweghi ọchịchị\": [\n        \"unaristocratically\"\n    ],\n    \"n'amaghi ego\": [\n        \"unarithmetically\"\n    ],\n    \"napu ihe\": [\n        \"unarm\"\n    ],\n    \"ejighi ngwa agha\": [\n        \"unarmed\",\n        \"unarmedly\",\n        \"unarmedness\",\n        \"unarmored\",\n        \"unarmoured\",\n        \"undisarmed\"\n    ],\n    \"na-ejighi uwe\": [\n        \"unarming\"\n    ],\n    \"ejighi uwe\": [\n        \"unarrayed\",\n        \"unparenthesised\"\n    ],\n    \"ejighi ahazi\": [\n        \"unarraigned\"\n    ],\n    \"ejighi onwe ya\": [\n        \"unarranged\"\n    ],\n    \"ejidereghị\": [\n        \"unarrested\"\n    ],\n    \"ejikọtaghị\": [\n        \"unarresting\",\n        \"unarrestive\",\n        \"unassociated\",\n        \"unbred\",\n        \"uncrested\",\n        \"uncropped\",\n        \"uncropt\",\n        \"undazed\",\n        \"undilated\",\n        \"unisexed\",\n        \"unjaded\",\n        \"unjilted\",\n        \"unlinked\",\n        \"unlorded\",\n        \"unorbed\",\n        \"unpatternized\",\n        \"unrationalized\",\n        \"unredressed\",\n        \"unsocialized\",\n        \"untaxed\"\n    ],\n    \"ejighi arụ\": [\n        \"unartificial\"\n    ],\n    \"unascendable enweghị atụ\": [\n        \"unascendableness\"\n    ],\n    \"na-edeghị aha\": [\n        \"unascribed\",\n        \"uninscribed\"\n    ],\n    \"n’emeghị ihere\": [\n        \"unashamedly\"\n    ],\n    \"ajuputaghi\": [\n        \"unasked\"\n    ],\n    \"unsasailing\": [\n        \"unassailing\"\n    ],\n    \"unassassated\": [\n        \"unassassinated\"\n    ],\n    \"enwetaghị echiche\": [\n        \"unassessed\",\n        \"unperceivedly\",\n        \"unsentimentalised\"\n    ],\n    \"enyereghi aka\": [\n        \"unassisted\"\n    ],\n    \"aghara imeghe\": [\n        \"unassorted\"\n    ],\n    \"ejighi ụgwọ\": [\n        \"unassured\"\n    ],\n    \"na-ejighị n'aka\": [\n        \"unassuredly\"\n    ],\n    \"n’enweghị ikike\": [\n        \"unastounded\",\n        \"unauthoritatively\",\n        \"unbiassedly\",\n        \"unobjectionably\",\n        \"unprepossessedly\"\n    ],\n    \"adighi egwu egwu\": [\n        \"unathletic\"\n    ],\n    \"unatmhis\": [\n        \"unatmospheric\"\n    ],\n    \"unaton\": [\n        \"unatoning\"\n    ],\n    \"enweghi ike iwepu\": [\n        \"unattachable\",\n        \"unbreachable\",\n        \"unbreakable\",\n        \"unbreakably\",\n        \"unpregnable\",\n        \"unremissible\"\n    ],\n    \"agwaghị anyị\": [\n        \"unattached\",\n        \"unweathered\"\n    ],\n    \"enweghi ike iru\": [\n        \"unattainability\",\n        \"univalent\",\n        \"unobtainability\"\n    ],\n    \"anataghị\": [\n        \"unattempted\",\n        \"unattempting\"\n    ],\n    \"elezighị anya\": [\n        \"unattendance\",\n        \"unattendant\",\n        \"undulance\",\n        \"unsensitise\"\n    ],\n    \"a na-elekwaghị anya\": [\n        \"unattended\"\n    ],\n    \"na-elezighị anya\": [\n        \"unattentively\"\n    ],\n    \"etinyeghị anya\": [\n        \"unattentiveness\",\n        \"unvigilant\"\n    ],\n    \"enwetaghị ọnụ\": [\n        \"unattenuated\"\n    ],\n    \"nke a na-apụghị ịchọta\": [\n        \"unattestable\"\n    ],\n    \"unattestet\": [\n        \"unattestedness\"\n    ],\n    \"adọpụtaghị\": [\n        \"unattracted\"\n    ],\n    \"na-adịghị mma ile anya\": [\n        \"unattractive\"\n    ],\n    \"akọghị ama\": [\n        \"unaudaciousness\"\n    ],\n    \"unhununu\": [\n        \"unaudible\"\n    ],\n    \"unkop\": [\n        \"unaudibleness\"\n    ],\n    \"n’enweghị ntị\": [\n        \"unaudibly\"\n    ],\n    \"enwetaghị akwụkwọ\": [\n        \"unaudited\",\n        \"unauditioned\",\n        \"unelicited\"\n    ],\n    \"n'amataghi\": [\n        \"unauthentically\"\n    ],\n    \"nyeghị iwu\": [\n        \"unauthorish\"\n    ],\n    \"nyeghị ikike\": [\n        \"unauthorize\"\n    ],\n    \"n'enweghị ikike\": [\n        \"unauthorizedly\",\n        \"unprized\"\n    ],\n    \"echetaghị\": [\n        \"unaverred\",\n        \"unremembered\"\n    ],\n    \"enweghị izere\": [\n        \"unavoidability\"\n    ],\n    \"odighi adia\": [\n        \"unavouchable\"\n    ],\n    \"nnwetaghi ike\": [\n        \"unavowableness\"\n    ],\n    \"n’etughi aka\": [\n        \"unavowedly\"\n    ],\n    \"iteta\": [\n        \"unawake\"\n    ],\n    \"ejighi aka\": [\n        \"unawaked\",\n        \"undocketed\",\n        \"unladled\",\n        \"unsocketed\",\n        \"unstrained\",\n        \"unvouchedly\"\n    ],\n    \"nke a na-enweghị ike ịkọwapụta\": [\n        \"unawardable\"\n    ],\n    \"n'enweghi nsogbu\": [\n        \"unawfully\",\n        \"unfortuitously\",\n        \"unsmokily\"\n    ],\n    \"ghara ịma ihe\": [\n        \"unawfulness\"\n    ],\n    \"agụpụtaghị\": [\n        \"unaxled\",\n        \"untreading\"\n    ],\n    \"ebughachi azụ\": [\n        \"unbackboarded\"\n    ],\n    \"a na-ejighị n'aka ha\": [\n        \"unbadgered\"\n    ],\n    \"agbaghị akpa\": [\n        \"unbagged\"\n    ],\n    \"asaghị\": [\n        \"unbaked\",\n        \"unboiled\"\n    ],\n    \"enweghi akara\": [\n        \"unbaled\",\n        \"unlandmarked\",\n        \"unmarked\"\n    ],\n    \"a na-emeghị baptizim\": [\n        \"unbaptised\"\n    ],\n    \"emeghị baptizim\": [\n        \"unbaptize\"\n    ],\n    \"emeghi baptizim\": [\n        \"unbaptized\"\n    ],\n    \"unbarbar\": [\n        \"unbarbed\",\n        \"unbarred\",\n        \"unbartering\"\n    ],\n    \"egbochighị\": [\n        \"unbarbered\"\n    ],\n    \"ebuputeghi\": [\n        \"unbarded\"\n    ],\n    \"unbapu\": [\n        \"unbarreled\"\n    ],\n    \"unara ala\": [\n        \"unbasketlike\"\n    ],\n    \"emebeghi iwu\": [\n        \"unbastardised\",\n        \"unbastardized\",\n        \"unbeaconed\"\n    ],\n    \"anaghi agba\": [\n        \"unbasted\"\n    ],\n    \"enweghị ike ịchịkwa\": [\n        \"unbatterable\",\n        \"uncontrovertible\",\n        \"undetestability\",\n        \"undupability\",\n        \"ungovernable\",\n        \"unmanageability\",\n        \"unmanageable\",\n        \"unmanageableness\",\n        \"unreelable\",\n        \"unrollable\",\n        \"unrulable\"\n    ],\n    \"agbasi mgba\": [\n        \"unbattling\"\n    ],\n    \"ebughi ibu\": [\n        \"unbeaded\",\n        \"unbooted\",\n        \"unburdens\",\n        \"unencumbered\",\n        \"unhaunted\",\n        \"untruck\",\n        \"unweighted\"\n    ],\n    \"edidi\": [\n        \"unbearable\"\n    ],\n    \"ghara imeri\": [\n        \"unbeatable\",\n        \"unbeatably\"\n    ],\n    \"unbedined\": [\n        \"unbedinned\"\n    ],\n    \"unbediz\": [\n        \"unbedizened\"\n    ],\n    \"unbeq\": [\n        \"unbefool\"\n    ],\n    \"emeghị enyi\": [\n        \"unbefriend\",\n        \"unbefriended\"\n    ],\n    \"agaghị echefu\": [\n        \"unbeget\",\n        \"unforgoable\"\n    ],\n    \"amaghi nwa\": [\n        \"unbegotten\"\n    ],\n    \"adighi-achịkwa iwu\": [\n        \"unbeguileful\"\n    ],\n    \"na-achịkwa adịghị\": [\n        \"unbeguiling\"\n    ],\n    \"n’enweghi nghọta\": [\n        \"unbelligerently\",\n        \"unintelligibly\"\n    ],\n    \"unbell\": [\n        \"unbelt\"\n    ],\n    \"unbelbel\": [\n        \"unbelted\"\n    ],\n    \"na-ekweghị ekwe\": [\n        \"unbendingly\",\n        \"unbiliously\"\n    ],\n    \"n'adabaghi uru\": [\n        \"unbenevolently\"\n    ],\n    \"na-elepụghị anya\": [\n        \"unbeseeching\"\n    ],\n    \"n’ebughi uzo\": [\n        \"unbeseemingly\"\n    ],\n    \"n’achọghị\": [\n        \"unbesought\",\n        \"unfussed\",\n        \"unmilitantly\",\n        \"unnoosed\",\n        \"unoffendedly\",\n        \"unsolicitated\",\n        \"unsolicited\",\n        \"unsolicitedly\",\n        \"unsolicitous\"\n    ],\n    \"inyeghi onyinye\": [\n        \"unbestowed\"\n    ],\n    \"a chọpụtabeghị\": [\n        \"unbeteared\",\n        \"unexacted\",\n        \"unexhorted\"\n    ],\n    \"emebighi emebi\": [\n        \"unbetrayed\"\n    ],\n    \"unbetray\": [\n        \"unbetraying\"\n    ],\n    \"edozibeghị\": [\n        \"unbettered\",\n        \"unpained\",\n        \"unresolved\",\n        \"unresolvedly\",\n        \"unsoldiered\",\n        \"unsolid\",\n        \"unsolitary\",\n        \"unspleened\",\n        \"untrenched\"\n    ],\n    \"Na-enweghị atụ\": [\n        \"unbewailing\"\n    ],\n    \"n’enweghị nsogbu ọ bụla\": [\n        \"unbewilderedly\"\n    ],\n    \"okwughi\": [\n        \"unbewilled\"\n    ],\n    \"edeghi ya\": [\n        \"unbewritten\"\n    ],\n    \"unbibible\": [\n        \"unbiblical\"\n    ],\n    \"unibibity\": [\n        \"unbibulousness\"\n    ],\n    \"wepụ ihe\": [\n        \"unbind\"\n    ],\n    \"a na-ejighi iwu\": [\n        \"unblamed\"\n    ],\n    \"na-ata ụta\": [\n        \"unblaming\"\n    ],\n    \"unblanke\": [\n        \"unblanched\"\n    ],\n    \"ekwulu ekwulu\": [\n        \"unblasphemed\"\n    ],\n    \"n’enweghi ìhè\": [\n        \"unblightedly\"\n    ],\n    \"unblind\": [\n        \"unblinded\"\n    ],\n    \"blithe\": [\n        \"unblithe\"\n    ],\n    \"blithely\": [\n        \"unblithely\"\n    ],\n    \"ịkpọghee\": [\n        \"unblock\"\n    ],\n    \"ịkpọghe\": [\n        \"unblocking\",\n        \"uncocking\",\n        \"unmocking\",\n        \"unmockingly\"\n    ],\n    \"unbloodi\": [\n        \"unbloodied\"\n    ],\n    \"n’enweghị ọbara\": [\n        \"unbloodily\"\n    ],\n    \"unbloomed\": [\n        \"unbloom\",\n        \"unblooming\",\n        \"unblossomed\"\n    ],\n    \"emebighị iwu\": [\n        \"unblossoming\"\n    ],\n    \"unblot\": [\n        \"unblotted\",\n        \"unblottedness\"\n    ],\n    \"ejighi ụlọ ọrụ\": [\n        \"unbloused\"\n    ],\n    \"unllown\": [\n        \"unblown\"\n    ],\n    \"unblu\": [\n        \"unblued\"\n    ],\n    \"ọnweghị ọnya\": [\n        \"unblundered\",\n        \"unsnared\"\n    ],\n    \"n'emeghị ọtụtụ iwu\": [\n        \"unblusterously\"\n    ],\n    \"ebupughi\": [\n        \"unboarded\",\n        \"unburrowed\",\n        \"unchapped\",\n        \"unpicked\",\n        \"unscalded\",\n        \"unsmacked\",\n        \"unstacked\",\n        \"unstarted\",\n        \"untacked\",\n        \"untackled\"\n    ],\n    \"unbodi\": [\n        \"unbodied\"\n    ],\n    \"Okwesighi\": [\n        \"unbodkined\",\n        \"unsheltering\",\n        \"unvertebrate\"\n    ],\n    \"unboy\": [\n        \"unboyishness\",\n        \"unboylike\"\n    ],\n    \"enweghi obi ike\": [\n        \"unbold\",\n        \"unsoulful\",\n        \"ventosity\"\n    ],\n    \"unbonbọn\": [\n        \"unboned\"\n    ],\n    \"unbook\": [\n        \"unbookish\"\n    ],\n    \"amughi akwukwo\": [\n        \"unbooklearned\"\n    ],\n    \"ewereghị\": [\n        \"unborrowed\"\n    ],\n    \"obughi\": [\n        \"unbought\"\n    ],\n    \"unbound\": [\n        \"unbounded\"\n    ],\n    \"n’enweghị oke\": [\n        \"unboundedly\"\n    ],\n    \"n'enweghị onyinye\": [\n        \"unbounteously\"\n    ],\n    \"unek\": [\n        \"unbow\",\n        \"unbrave\",\n        \"unicycles\",\n        \"unknelled\"\n    ],\n    \"unboundness\": [\n        \"unbowingness\"\n    ],\n    \"unọk\": [\n        \"unbowled\",\n        \"unscooped\"\n    ],\n    \"igbe mbata\": [\n        \"unbox\",\n        \"underbox\"\n    ],\n    \"unekweghi\": [\n        \"unbraced\"\n    ],\n    \"unbara aka\": [\n        \"unbracketed\"\n    ],\n    \"akwụghị\": [\n        \"unbraid\"\n    ],\n    \"unarachi\": [\n        \"unbrained\"\n    ],\n    \"a na-ewepụghị ya\": [\n        \"unbranched\"\n    ],\n    \"unbranded\": [\n        \"unbrand\",\n        \"unbrandied\"\n    ],\n    \"enweghị ike iwepu ya\": [\n        \"unbreakability\",\n        \"uncrystallisable\",\n        \"uncrystallizable\",\n        \"unridableness\"\n    ],\n    \"enweghị ike ịgbagha ness\": [\n        \"unbreakableness\"\n    ],\n    \"enweghị ike iku ume\": [\n        \"unbreathable\"\n    ],\n    \"enweghi ike iku ume\": [\n        \"unbreathableness\"\n    ],\n    \"unhighọ\": [\n        \"unbreathed\"\n    ],\n    \"ekwebeghi\": [\n        \"unbreeched\"\n    ],\n    \"enweghị nchịkwa ness\": [\n        \"unbridledness\"\n    ],\n    \"akọwapụtaghị ya\": [\n        \"unbriefed\",\n        \"undeprecated\",\n        \"underspecified\",\n        \"unplainly\"\n    ],\n    \"n’enweghị ìhè\": [\n        \"unbrightly\"\n    ],\n    \"unubọk\": [\n        \"unbrightness\",\n        \"untrussing\"\n    ],\n    \"mgbasa ozi agbasaghị\": [\n        \"unbroadcasted\"\n    ],\n    \"emegheghi\": [\n        \"unbroadened\",\n        \"uneviscerated\",\n        \"unfestooned\",\n        \"unpeaked\",\n        \"unslockened\",\n        \"unspurned\",\n        \"unstoved\"\n    ],\n    \"agbajighi\": [\n        \"unbroken\"\n    ],\n    \"emerụbeghị\": [\n        \"unbruised\",\n        \"unchambered\",\n        \"unhampered\"\n    ],\n    \"na-emeghị iwu\": [\n        \"unbrutalized\"\n    ],\n    \"unbrut\": [\n        \"unbrutised\"\n    ],\n    \"bukhari\": [\n        \"unbuckle\"\n    ],\n    \"unbucking\": [\n        \"unbuckling\"\n    ],\n    \"agaghị akwụ ụgwọ\": [\n        \"unbuyable\",\n        \"undefending\",\n        \"undependable\",\n        \"undependably\",\n        \"undyable\",\n        \"ungenerable\",\n        \"unpayable\",\n        \"unpayably\",\n        \"unpensionable\",\n        \"unredeemably\",\n        \"unspendable\"\n    ],\n    \"adịghị ahia\": [\n        \"unbuying\"\n    ],\n    \"ewulite\": [\n        \"unbuild\"\n    ],\n    \"ewughi\": [\n        \"unbuilded\"\n    ],\n    \"anaghị ewu ụlọ\": [\n        \"unbuilding\"\n    ],\n    \"a wughi\": [\n        \"unbuilt\"\n    ],\n    \"agbasighi\": [\n        \"unbundled\",\n        \"unlengthened\",\n        \"unwalled\"\n    ],\n    \"ebupusi\": [\n        \"unbung\",\n        \"unpacking\",\n        \"unpummelled\",\n        \"unswung\"\n    ],\n    \"n’enweghị ike\": [\n        \"unbuoyantly\"\n    ],\n    \"ebupughi ibu\": [\n        \"unburden\",\n        \"unburdened\"\n    ],\n    \"unobdensomeness\": [\n        \"unburdensomeness\"\n    ],\n    \"edobeghi iwu\": [\n        \"unbureaucratic\",\n        \"unejaculated\",\n        \"unordained\"\n    ],\n    \"nke a na-apụghị ịrafu\": [\n        \"unburiable\"\n    ],\n    \"unburn\": [\n        \"unburnable\",\n        \"unburnished\"\n    ],\n    \"ekweghị ka ọ ghara ire ya\": [\n        \"unburnableness\"\n    ],\n    \"amụghị ọkụ\": [\n        \"unburned\"\n    ],\n    \"unkpa\": [\n        \"unburnt\"\n    ],\n    \"unbuthekere\": [\n        \"unbutchered\"\n    ],\n    \"unbuthere dị\": [\n        \"unbutcherlike\"\n    ],\n    \"mkpọghe\": [\n        \"unbuttonment\"\n    ],\n    \"emeghi emepe\": [\n        \"unbuttressed\"\n    ],\n    \"unwelled\": [\n        \"uncabled\"\n    ],\n    \"enyochaghị\": [\n        \"uncadenced\",\n        \"unexpeditated\",\n        \"unschematized\",\n        \"unscrutinising\",\n        \"unsentineled\",\n        \"unsevered\",\n        \"unspeared\",\n        \"unspecked\",\n        \"unsummered\",\n        \"unsuperseded\",\n        \"untindered\"\n    ],\n    \"ejikereghi\": [\n        \"uncaged\",\n        \"uncatechised\",\n        \"unsieged\"\n    ],\n    \"ejighi akwa\": [\n        \"uncaked\",\n        \"uncorned\",\n        \"uncried\",\n        \"uninweaved\"\n    ],\n    \"emechaghị\": [\n        \"uncaking\",\n        \"unfished\"\n    ],\n    \"enweghi ngụta\": [\n        \"uncalculable\"\n    ],\n    \"enweghị ike ịgbako\": [\n        \"uncalculableness\"\n    ],\n    \"ụkọkọtị\": [\n        \"uncalculatedness\"\n    ],\n    \"unall\": [\n        \"uncall\"\n    ],\n    \"unallower\": [\n        \"uncallower\"\n    ],\n    \"ejighi onyinye\": [\n        \"uncallused\"\n    ],\n    \"ekweghị ala\": [\n        \"uncalmative\"\n    ],\n    \"n'emeghị mkpọsa\": [\n        \"uncampaigning\"\n    ],\n    \"unyeghi iwu\": [\n        \"uncamphorated\"\n    ],\n    \"ejighi sie ya\": [\n        \"uncandled\"\n    ],\n    \"eme anwansi\": [\n        \"uncanonic\",\n        \"unmagical\"\n    ],\n    \"emeghị anwansi\": [\n        \"uncanonicity\"\n    ],\n    \"enweghịkwa ike\": [\n        \"uncanonizing\"\n    ],\n    \"na-amaghị ama\": [\n        \"uncantonized\"\n    ],\n    \"unalpitalised\": [\n        \"uncapitalised\"\n    ],\n    \"n’etinyeghi ego\": [\n        \"uncapriciously\"\n    ],\n    \"na-emebighị ihe\": [\n        \"uncaptivating\"\n    ],\n    \"enweghị ngọpụ\": [\n        \"uncapturable\",\n        \"unexcusing\"\n    ],\n    \"a na-etinyeghị mmanụ\": [\n        \"uncarbonated\"\n    ],\n    \"akpoghi\": [\n        \"uncarbureted\",\n        \"uncounseled\",\n        \"unpanegyrised\",\n        \"unrepealed\",\n        \"unsectioned\",\n        \"unsyllabified\",\n        \"unspoilt\",\n        \"unvaleted\"\n    ],\n    \"onweghị atụ\": [\n        \"uncardinal\"\n    ],\n    \"elebara anya\": [\n        \"uncareful\"\n    ],\n    \"n'esighị ike\": [\n        \"uncaressingly\",\n        \"undesirously\",\n        \"unforensically\"\n    ],\n    \"na-atụgharịghị anya\": [\n        \"uncarpentered\"\n    ],\n    \"akparaghị ihe\": [\n        \"uncarpeted\"\n    ],\n    \"a na-ekpuchighị\": [\n        \"uncarved\"\n    ],\n    \"ejiribeghị\": [\n        \"uncased\"\n    ],\n    \"na-enweghị nsogbu\": [\n        \"uncatastrophically\",\n        \"unmisguidedly\"\n    ],\n    \"akpachaghi anya\": [\n        \"uncatechized\"\n    ],\n    \"Enweghị ngalaba\": [\n        \"uncategorised\"\n    ],\n    \"unatenkeghi\": [\n        \"uncatenated\"\n    ],\n    \"akpoghi ya\": [\n        \"uncatered\"\n    ],\n    \"ịatụbiga mmanya ókè\": [\n        \"uncatholcity\",\n        \"uncatholicalness\",\n        \"uncatholicising\",\n        \"uncatholicity\",\n        \"uncatholicizing\"\n    ],\n    \"aatụghị mmanya\": [\n        \"uncatholicised\"\n    ],\n    \"egbu egbu egbu\": [\n        \"uncatholicized\"\n    ],\n    \"n'ịatụbiga mmanya ókè\": [\n        \"uncatholicly\"\n    ],\n    \"a na-ahapụ\": [\n        \"unceded\"\n    ],\n    \"unceiling\": [\n        \"unceilinged\"\n    ],\n    \"uncerelotlot\": [\n        \"uncereclothed\"\n    ],\n    \"adighi mkpa\": [\n        \"uncessant\",\n        \"unportentous\"\n    ],\n    \"unchaffff\": [\n        \"unchaffed\"\n    ],\n    \"unchacha\": [\n        \"unchained\"\n    ],\n    \"agaghị ama\": [\n        \"unchampioned\"\n    ],\n    \"n'agbanweghi\": [\n        \"unchangingly\"\n    ],\n    \"enweghị ike ịgbanye ọkụ\": [\n        \"unchargeable\"\n    ],\n    \"na-ebupụtaghachi\": [\n        \"uncharging\"\n    ],\n    \"arụghị ọrụ ọrụ\": [\n        \"unchariness\"\n    ],\n    \"enweghị ike ibutu ya\": [\n        \"uncharmable\"\n    ],\n    \"achughi\": [\n        \"unchased\",\n        \"unexcluded\"\n    ],\n    \"adighi ọcha\": [\n        \"unchaste\",\n        \"uncleanable\",\n        \"undamnified\",\n        \"unsanctity\",\n        \"unsanctitude\",\n        \"unsanitized\"\n    ],\n    \"agbaghaghi\": [\n        \"unchastened\",\n        \"ungendered\",\n        \"unregaled\",\n        \"unstrafed\"\n    ],\n    \"enwoghaghi\": [\n        \"unchastised\"\n    ],\n    \"ejighi ahia\": [\n        \"unchauffeured\"\n    ],\n    \"a na-emebighị emebi\": [\n        \"uncheapened\"\n    ],\n    \"adịkwa\": [\n        \"uncheaply\",\n        \"unmordant\"\n    ],\n    \"uncheche\": [\n        \"uncheating\",\n        \"uncheered\"\n    ],\n    \"nke a na-apụghị ịchịkwa\": [\n        \"uncheckable\"\n    ],\n    \"uncheckeke\": [\n        \"uncheckered\"\n    ],\n    \"enweghi ike ichota\": [\n        \"uncheerable\"\n    ],\n    \"adịghị ọnụ ahịa\": [\n        \"uncheerful\"\n    ],\n    \"adataghị\": [\n        \"uncheerfully\"\n    ],\n    \"ejighị ọrụ n'aka\": [\n        \"uncheerfulness\"\n    ],\n    \"uncheer ọrụ\": [\n        \"uncheeriness\"\n    ],\n    \"unchercher\": [\n        \"uncherished\"\n    ],\n    \"n'achụpụ\": [\n        \"uncherishing\"\n    ],\n    \"unchewable\": [\n        \"unchewableness\",\n        \"unhewable\"\n    ],\n    \"unhelish\": [\n        \"unchildish\"\n    ],\n    \"unhelishly\": [\n        \"unchildishly\"\n    ],\n    \"enweghị nwata\": [\n        \"unchildishness\"\n    ],\n    \"unchivalness\": [\n        \"unchivalrousness\"\n    ],\n    \"emeghebeghị\": [\n        \"unchopped\",\n        \"undished\",\n        \"unfendered\",\n        \"unfetched\",\n        \"unfeted\",\n        \"unfumed\",\n        \"unhooped\",\n        \"unhopped\",\n        \"unperiphrased\",\n        \"unslouched\",\n        \"unstaled\"\n    ],\n    \"akpachaghị anya\": [\n        \"unchorded\",\n        \"unpooled\",\n        \"unsteeped\"\n    ],\n    \"enchoghi\": [\n        \"unchosen\"\n    ],\n    \"àgwà ndị Kraịst\": [\n        \"unchristianity\"\n    ],\n    \"-abụghị onye Kraịst\": [\n        \"unchristianize\"\n    ],\n    \"na-abụghị onye Kraịst\": [\n        \"unchristianized\"\n    ],\n    \"agbasaghị Ndị Kraịst\": [\n        \"unchristianly\"\n    ],\n    \"nke na-abụghị nke Ndị Kraịst\": [\n        \"unchristianlike\"\n    ],\n    \"àgwà ndị na-ekwesịghị Ndị Kraịst\": [\n        \"unchristianliness\"\n    ],\n    \"àgwà Ndị Kraịst\": [\n        \"unchristianness\"\n    ],\n    \"unchurchch\": [\n        \"unchurched\"\n    ],\n    \"ụka adịghị\": [\n        \"unchurches\",\n        \"unecclesiastical\"\n    ],\n    \"unchurch\": [\n        \"unchurching\",\n        \"unchurchly\"\n    ],\n    \"akwuchisighi\": [\n        \"unchurned\"\n    ],\n    \"achaghị\": [\n        \"uncials\",\n        \"unstinted\"\n    ],\n    \"enyeghị ikike\": [\n        \"uncicatrized\"\n    ],\n    \"unyila\": [\n        \"uncinula\"\n    ],\n    \"a na-akpoghi anya\": [\n        \"uncircled\"\n    ],\n    \"agaghị agagharị\": [\n        \"uncircularised\"\n    ],\n    \"na-ebighi ebi\": [\n        \"uncircularly\"\n    ],\n    \"enweghi ngba\": [\n        \"uncirculated\"\n    ],\n    \"ebighi ugwu\": [\n        \"uncircumcised\"\n    ],\n    \"a na-ebighị úgwù ness\": [\n        \"uncircumcisedness\"\n    ],\n    \"ebighị úgwù\": [\n        \"uncircumcision\",\n        \"uncircumscribed\",\n        \"uncircumscribedness\",\n        \"uncircumspective\"\n    ],\n    \"agaghị ebi úgwù\": [\n        \"uncircumscriptible\"\n    ],\n    \"ebighị ebi\": [\n        \"uncircumscription\",\n        \"uncircumspect\"\n    ],\n    \"unyi úgwù\": [\n        \"uncircumspection\"\n    ],\n    \"n'ebighi ugwu\": [\n        \"uncircumspectly\"\n    ],\n    \"kopụ\": [\n        \"uncirostrate\"\n    ],\n    \"anaghị ekpochapụ\": [\n        \"unclay\",\n        \"uneroding\"\n    ],\n    \"a chọpụtaghị\": [\n        \"unclayed\",\n        \"unevirated\",\n        \"unnavigably\"\n    ],\n    \"ekechibidoro\": [\n        \"unclamped\"\n    ],\n    \"ekwupughi\": [\n        \"unclarified\",\n        \"unfrittered\",\n        \"unprinted\",\n        \"unspewed\",\n        \"unstationed\"\n    ],\n    \"arụghị\": [\n        \"unclasps\",\n        \"unrefused\"\n    ],\n    \"unclassifiable ness\": [\n        \"unclassifiableness\"\n    ],\n    \"icheghị iche\": [\n        \"unclassifying\"\n    ],\n    \"nke na-adighi ọcha\": [\n        \"uncleanest\"\n    ],\n    \"edoghị\": [\n        \"unclear\",\n        \"ungreased\"\n    ],\n    \"edoghị anya\": [\n        \"unclearness\",\n        \"unhorsed\",\n        \"unpaintedness\"\n    ],\n    \"nwanne ya\": [\n        \"uncleft\"\n    ],\n    \"agbadoghi\": [\n        \"unclenched\",\n        \"uncoked\",\n        \"ungirded\"\n    ],\n    \"unlenches\": [\n        \"unclenches\"\n    ],\n    \"na-eme isi\": [\n        \"unclericalize\"\n    ],\n    \"unclehip\": [\n        \"uncleship\"\n    ],\n    \"nwannwanne\": [\n        \"uncleverness\"\n    ],\n    \"tinyeghị aka\": [\n        \"unclick\",\n        \"unwailed\"\n    ],\n    \"na-ejighị\": [\n        \"uncliented\",\n        \"untainting\"\n    ],\n    \"edochaghị\": [\n        \"unclify\"\n    ],\n    \"onodu ugwu\": [\n        \"unclimb\"\n    ],\n    \"agbachighị\": [\n        \"uncloaked\"\n    ],\n    \"emeghi ka\": [\n        \"uncloaking\",\n        \"unestablished\"\n    ],\n    \"agbapụghị anya\": [\n        \"uncloyed\",\n        \"unshodden\"\n    ],\n    \"asachapu\": [\n        \"uncloister\"\n    ],\n    \"enweghị ike imechi\": [\n        \"unclosable\"\n    ],\n    \"n'emeghi akwa\": [\n        \"unclothedly\"\n    ],\n    \"na-enweghị olu\": [\n        \"unclouding\"\n    ],\n    \"akpoghi anya\": [\n        \"unclub\"\n    ],\n    \"nke anaghị ere ure\": [\n        \"unclubbable\"\n    ],\n    \"ungbuputara\": [\n        \"unclutch\"\n    ],\n    \"enweghị ike ịgbanyụ\": [\n        \"unclutchable\",\n        \"unflappable\",\n        \"unshippable\"\n    ],\n    \"agbachapụghị anya\": [\n        \"unclutched\",\n        \"uneloped\",\n        \"unsloughed\"\n    ],\n    \"enweghị ngwakọta\": [\n        \"uncluttered\",\n        \"uncluttering\",\n        \"unfluttered\"\n    ],\n    \"akpakọtara\": [\n        \"uncodded\"\n    ],\n    \"edozighị\": [\n        \"uncoddled\",\n        \"undoctored\",\n        \"undraperied\",\n        \"unfederated\",\n        \"unpaining\",\n        \"unsolvable\",\n        \"untressed\"\n    ],\n    \"na-akpaghị aka\": [\n        \"uncoded\"\n    ],\n    \"untiwadi\": [\n        \"uncodified\"\n    ],\n    \"n'emeghị elu\": [\n        \"uncogently\"\n    ],\n    \"uncoghere\": [\n        \"uncogged\"\n    ],\n    \"-adịghị achọpụta\": [\n        \"uncognizable\"\n    ],\n    \"enweghị ike ịghọta ya\": [\n        \"uncognoscibility\",\n        \"unexceptionability\"\n    ],\n    \"akpokoro agba\": [\n        \"uncognoscible\"\n    ],\n    \"uncoins\": [\n        \"uncoined\"\n    ],\n    \"na-aokingụ\": [\n        \"uncoking\"\n    ],\n    \"anakọtabeghị\": [\n        \"uncollectable\",\n        \"uncollected\",\n        \"uncollectedly\",\n        \"uncollectibles\",\n        \"uncolleged\"\n    ],\n    \"anakọtaghị\": [\n        \"uncollectedness\",\n        \"uncollective\",\n        \"uncollectively\",\n        \"unrecollected\",\n        \"unrecollective\"\n    ],\n    \"emebela iwu\": [\n        \"uncolonize\"\n    ],\n    \"achaghị acha\": [\n        \"uncolored\",\n        \"unicolored\"\n    ],\n    \"uncoloredly adịghị akwadoro\": [\n        \"uncoloredly\"\n    ],\n    \"unkọt\": [\n        \"uncolt\"\n    ],\n    \"edekọtaghị ọnụ\": [\n        \"uncombinative\"\n    ],\n    \"kompelier\": [\n        \"uncomelier\"\n    ],\n    \"odighi\": [\n        \"uncomic\",\n        \"unharped\",\n        \"unital\"\n    ],\n    \"dị ka ndị na-adịghị ahụkebe\": [\n        \"uncommanderlike\"\n    ],\n    \"Enweghị mgbagwoju anya\": [\n        \"uncommixed\"\n    ],\n    \"ezughi oha\": [\n        \"uncommon\",\n        \"uncommoner\",\n        \"uncommonest\",\n        \"uncommonly\",\n        \"uncommonness\"\n    ],\n    \"ezughi oha onu\": [\n        \"uncommones\"\n    ],\n    \"ezughi ebe\": [\n        \"uncommonplace\"\n    ],\n    \"n'ekwadoghị\": [\n        \"uncommutatively\"\n    ],\n    \"emekoghi\": [\n        \"uncompact\"\n    ],\n    \"gbasaghị\": [\n        \"uncompartmentalize\"\n    ],\n    \"emeghi kompeni\": [\n        \"uncompartmentalized\"\n    ],\n    \"agaghị agabiga\": [\n        \"uncompass\"\n    ],\n    \"kedi iche\": [\n        \"uncompatible\"\n    ],\n    \"akwụghị akwụ ụgwọ\": [\n        \"uncompensable\"\n    ],\n    \"-amaghi ama\": [\n        \"uncompetent\",\n        \"unforeknowable\"\n    ],\n    \"emezue\": [\n        \"uncomplementary\"\n    ],\n    \"na-enweghị mgbagwoju anya\": [\n        \"uncompliable\",\n        \"uncompliably\",\n        \"uncomplimenting\"\n    ],\n    \"nke a na-apụghị ịkọwa\": [\n        \"uncompoundable\",\n        \"uninvincible\",\n        \"unsinkable\"\n    ],\n    \"odighi ederede\": [\n        \"uncomprehened\"\n    ],\n    \"n'emeghị ihe ijuanya\": [\n        \"uncomprisingly\"\n    ],\n    \"adịchaghị mkpa\": [\n        \"uncompulsory\"\n    ],\n    \"enwetaghị nghọta\": [\n        \"unconceived\"\n    ],\n    \"enweghị nchegbu\": [\n        \"unconcern\",\n        \"unconcerned\"\n    ],\n    \"enweghi ike ikpe ikpe\": [\n        \"uncondemnable\"\n    ],\n    \"amaghi ikpe\": [\n        \"uncondemned\"\n    ],\n    \"n'ikpeghi ikpe\": [\n        \"uncondemning\"\n    ],\n    \"enweghi ike ịgbagha\": [\n        \"uncondensable\"\n    ],\n    \"n'esepughi obula\": [\n        \"uncondescendingly\"\n    ],\n    \"na-enweghị nkwenye\": [\n        \"unconditionally\",\n        \"unegregiously\"\n    ],\n    \"n'enweghị ihe ọ bụla\": [\n        \"unconditionately\",\n        \"undissonantly\"\n    ],\n    \"enweghị edozi\": [\n        \"uncondoling\"\n    ],\n    \"adabaghi iwu\": [\n        \"unconductible\",\n        \"unstandardised\"\n    ],\n    \"enweghị obi ike alness\": [\n        \"unconfidentialness\"\n    ],\n    \"anajighi\": [\n        \"unconfiscated\"\n    ],\n    \"akpadoghi\": [\n        \"uncongealed\"\n    ],\n    \"etinyeghị ọnụ\": [\n        \"unconglobated\"\n    ],\n    \"etinyeghị akwụkwọ\": [\n        \"unconglutinated\",\n        \"unencumbering\"\n    ],\n    \"na-adịghị etinye ume\": [\n        \"uncongratulating\"\n    ],\n    \"unongruous\": [\n        \"uncongruous\"\n    ],\n    \"unconnected\": [\n        \"unconnectedly\"\n    ],\n    \"enweghi mmeri\": [\n        \"unconquered\"\n    ],\n    \"unosentaneous\": [\n        \"unconsentaneous\"\n    ],\n    \"echekwaghị\": [\n        \"unconserved\",\n        \"undomed\",\n        \"unobservedly\"\n    ],\n    \"echeghị echekwa\": [\n        \"unconserving\",\n        \"unconsumptively\"\n    ],\n    \"enweghị ike ijikọ\": [\n        \"unconsociable\",\n        \"unpatronizable\"\n    ],\n    \"n’emeghị nkwanye ùgwù\": [\n        \"unconsolingly\"\n    ],\n    \"onkonsonso\": [\n        \"unconsonantly\"\n    ],\n    \"ekwekọghị n'ụkpụrụ\": [\n        \"unconstitutional\",\n        \"unconstitutionalism\",\n        \"unconstitutionality\"\n    ],\n    \"inconstruable\": [\n        \"unconstruable\"\n    ],\n    \"enweghi ike iche\": [\n        \"unconsumable\"\n    ],\n    \"n'emeghi ozu\": [\n        \"unconsumed\"\n    ],\n    \"anaghị eri ume\": [\n        \"unconsuming\"\n    ],\n    \"emechaghi iwu\": [\n        \"unconsummated\"\n    ],\n    \"n'emezughị\": [\n        \"unconsummately\"\n    ],\n    \"anaghị efe efe\": [\n        \"uncontagious\",\n        \"unsliding\"\n    ],\n    \"enweghi ness\": [\n        \"uncontainableness\"\n    ],\n    \"enweghị nhicha\": [\n        \"uncontaminable\",\n        \"uncramp\"\n    ],\n    \"enweghi mmetuta\": [\n        \"uncontaminated\",\n        \"unhomogeneous\",\n        \"unkensome\"\n    ],\n    \"achịkwaghị achịkwa\": [\n        \"uncontemned\",\n        \"uncontorted\",\n        \"uncontortedly\"\n    ],\n    \"n'emeghị ya emee\": [\n        \"uncontemptibly\"\n    ],\n    \"n'emeghị ya iko\": [\n        \"uncontemptuously\"\n    ],\n    \"n'emeghị ihe ịma aka\": [\n        \"uncontestably\"\n    ],\n    \"na-adịghị asọmpi\": [\n        \"uncontested\"\n    ],\n    \"n’aghaghi\": [\n        \"uncontestedly\"\n    ],\n    \"akwụsịla\": [\n        \"uncontinued\"\n    ],\n    \"enweghị ike ịchịkwa ya\": [\n        \"uncontrovertibleness\",\n        \"unretrenchable\"\n    ],\n    \"n'aghachighị\": [\n        \"uncontumaciously\"\n    ],\n    \"enweghị ntụsara ahụ\": [\n        \"unconvenience\"\n    ],\n    \"ajụghị oyi\": [\n        \"uncooled\"\n    ],\n    \"n'ikwekọghị ọnụ\": [\n        \"uncooperatively\"\n    ],\n    \"enweghị ike ịpiomi ya\": [\n        \"uncopiable\"\n    ],\n    \"enupughi\": [\n        \"uncopied\",\n        \"unespied\"\n    ],\n    \"akpoko\": [\n        \"uncopious\"\n    ],\n    \"Nwepu ikike\": [\n        \"uncopyrighted\"\n    ],\n    \"uncoquettishị\": [\n        \"uncoquettishness\"\n    ],\n    \"ekweghị n'ihe ọ bụla\": [\n        \"uncordialness\"\n    ],\n    \"-edobeghi\": [\n        \"uncording\"\n    ],\n    \"Edozighi\": [\n        \"uncorrectable\",\n        \"uncorrectible\",\n        \"underexpose\"\n    ],\n    \"edeghị edezi\": [\n        \"uncorrectablely\"\n    ],\n    \"edozi adighi\": [\n        \"uncorrectness\"\n    ],\n    \"kwekọghị ekwekọ\": [\n        \"uncorrespondingly\"\n    ],\n    \"arụghị ọrụ nchịkwa\": [\n        \"uncorrigibly\"\n    ],\n    \"ekweghị emebi emebi\": [\n        \"uncorruptibility\"\n    ],\n    \"ereghi emebi\": [\n        \"uncorruptible\"\n    ],\n    \"ekweghị emebi\": [\n        \"uncorruptibleness\"\n    ],\n    \"n'emebighị iwu ya\": [\n        \"uncorruptibly\",\n        \"unrudely\"\n    ],\n    \"unco\": [\n        \"uncos\"\n    ],\n    \"uncostiness\": [\n        \"uncostliness\"\n    ],\n    \"agụtabeghị\": [\n        \"uncounted\"\n    ],\n    \"ịgụta ọnụ\": [\n        \"uncountess\"\n    ],\n    \"uncourtier dị ka\": [\n        \"uncourtierlike\"\n    ],\n    \"ekpuchisighi\": [\n        \"uncoveredly\",\n        \"uncoveted\"\n    ],\n    \"uncovetous\": [\n        \"uncovetousness\"\n    ],\n    \"emebighe\": [\n        \"uncrafty\"\n    ],\n    \"na-achaghị acha\": [\n        \"uncraving\"\n    ],\n    \"unara\": [\n        \"uncrazed\"\n    ],\n    \"enweghị ike ịgwọ\": [\n        \"uncreatable\",\n        \"uneyeable\",\n        \"unharmable\"\n    ],\n    \"ekeghị eke\": [\n        \"uncreated\"\n    ],\n    \"adịghị eke\": [\n        \"uncreating\"\n    ],\n    \"edebeghị akwụkwọ\": [\n        \"uncredentialed\"\n    ],\n    \"emeghee\": [\n        \"uncrevassed\",\n        \"unhoopable\",\n        \"unroved\"\n    ],\n    \"na-emebighị\": [\n        \"uncrying\"\n    ],\n    \"ghara igbochi\": [\n        \"uncringing\"\n    ],\n    \"akpọnwụghị\": [\n        \"uncrinkled\",\n        \"uncrown\",\n        \"uncrowned\",\n        \"undecayed\",\n        \"undried\"\n    ],\n    \"akatọghị\": [\n        \"uncriticisable\",\n        \"uncriticized\",\n        \"unrebuked\"\n    ],\n    \"akatọghi\": [\n        \"uncriticised\"\n    ],\n    \"adịghị akatọ\": [\n        \"uncriticising\"\n    ],\n    \"enweghị akatọ\": [\n        \"uncriticizable\"\n    ],\n    \"nke a na-akwatu akwu\": [\n        \"uncrossable\"\n    ],\n    \"unossexamined\": [\n        \"uncrossexamined\"\n    ],\n    \"na-emebibeghị\": [\n        \"uncrumbled\",\n        \"uncrumpled\"\n    ],\n    \"unc\": [\n        \"uncs\"\n    ],\n    \"unkt\": [\n        \"unct\"\n    ],\n    \"mahadum\": [\n        \"unctorian\",\n        \"universitas\",\n        \"universitatis\",\n        \"universite\",\n        \"university\",\n        \"universities\",\n        \"universityship\",\n        \"ununiversity\",\n        \"unverity\"\n    ],\n    \"unọmba\": [\n        \"unctuousness\"\n    ],\n    \"ekeghi iwu\": [\n        \"uncuckolded\"\n    ],\n    \"akpachapughi anya\": [\n        \"uncuffed\",\n        \"uncupped\"\n    ],\n    \"ejighi omenala\": [\n        \"uncultured\"\n    ],\n    \"aru adighi\": [\n        \"unculturedness\"\n    ],\n    \"unumbburu\": [\n        \"uncumbrously\"\n    ],\n    \"ekweghị ekwe ngwọta\": [\n        \"uncurableness\"\n    ],\n    \"anaghị ekwe ka\": [\n        \"uncurdling\"\n    ],\n    \"ịkọghị\": [\n        \"uncured\"\n    ],\n    \"anaghị adịkwa\": [\n        \"uncurrent\"\n    ],\n    \"na-abụghị ọnụ\": [\n        \"uncursed\"\n    ],\n    \"na-enweghị nkwanye ugwu\": [\n        \"uncurtailably\"\n    ],\n    \"nkwudo\": [\n        \"uncurtailed\"\n    ],\n    \"untaintain\": [\n        \"uncurtain\"\n    ],\n    \"-enweghị akwụkwọ\": [\n        \"uncurtained\"\n    ],\n    \"uncuscus\": [\n        \"uncusped\"\n    ],\n    \"n’adighi\": [\n        \"uncustomarily\"\n    ],\n    \"bipu\": [\n        \"uncut\"\n    ],\n    \"nke a dighi\": [\n        \"uncute\"\n    ],\n    \"anaghị adịkwa adị\": [\n        \"undallying\"\n    ],\n    \"adighi emebi emebi\": [\n        \"undamageable\"\n    ],\n    \"emerụghị\": [\n        \"undamaged\",\n        \"undamped\",\n        \"unhammered\",\n        \"unpolished\",\n        \"unpolluted\",\n        \"unrued\",\n        \"unsabotaged\",\n        \"unslurred\"\n    ],\n    \"emerighi ahu\": [\n        \"undammed\",\n        \"unharmed\"\n    ],\n    \"-ezighị ezi\": [\n        \"undaring\"\n    ],\n    \"n'adaghị anya\": [\n        \"undaringly\"\n    ],\n    \"atara anya\": [\n        \"undashed\"\n    ],\n    \"ọnweghị ego\": [\n        \"undebited\"\n    ],\n    \"undecaibleness\": [\n        \"undecayableness\"\n    ],\n    \"n'adataghị uru\": [\n        \"undecently\"\n    ],\n    \"adighi eduhie\": [\n        \"undeceptive\"\n    ],\n    \"n'aghughi\": [\n        \"undeceptively\"\n    ],\n    \"emeghi mkpebi\": [\n        \"undecided\"\n    ],\n    \"achọtabeghị\": [\n        \"undecocted\"\n    ],\n    \"undecred\": [\n        \"undecried\"\n    ],\n    \"etinyeghị onwe ya\": [\n        \"undedicated\"\n    ],\n    \"n'edeghị anya\": [\n        \"undeeply\"\n    ],\n    \"undefeyly\": [\n        \"undefeatedly\"\n    ],\n    \"undefeness\": [\n        \"undefeatedness\"\n    ],\n    \"adighi ego\": [\n        \"undefensive\"\n    ],\n    \"undefensive\": [\n        \"undefensiveness\"\n    ],\n    \"a na-apụghị ịgbagha agbagha\": [\n        \"undefiably\",\n        \"unexecutable\",\n        \"unperceivably\",\n        \"unrefusably\",\n        \"unrefutable\"\n    ],\n    \"a na-emerụghị emerụ\": [\n        \"undefiledly\",\n        \"unscraped\",\n        \"unscrupled\"\n    ],\n    \"mmeme,\": [\n        \"undefiledness\"\n    ],\n    \"a na-akọwaghị ya\": [\n        \"undefinedly\",\n        \"unexpediently\"\n    ],\n    \"a na-ewepụghị\": [\n        \"undeflected\"\n    ],\n    \"undeform\": [\n        \"undeformed\"\n    ],\n    \"n'atughi oge\": [\n        \"undelayedly\"\n    ],\n    \"ekweleghi\": [\n        \"undelectable\",\n        \"unreplevisable\"\n    ],\n    \"ehichapụghị\": [\n        \"undeleted\"\n    ],\n    \"n'emebighị iwu\": [\n        \"undeliberate\",\n        \"undeliberating\",\n        \"undeliberatingly\",\n        \"undeliberatively\",\n        \"undestructively\",\n        \"unmimetically\",\n        \"unpliantly\"\n    ],\n    \"n’enweghi obi uto\": [\n        \"undeliciously\",\n        \"unpleasingly\"\n    ],\n    \"adighi enwe obi uto\": [\n        \"undelightful\"\n    ],\n    \"enwetaghị ihe\": [\n        \"undelimited\",\n        \"unsensitizing\"\n    ],\n    \"enweghị ike ịtọhapụ\": [\n        \"undeliverable\",\n        \"unforestallable\"\n    ],\n    \"nnweta a na-agaghị anabata nke ọma\": [\n        \"undeliverableness\"\n    ],\n    \"ebuputaghi\": [\n        \"undelved\",\n        \"unsquare\"\n    ],\n    \"undemocracy\": [\n        \"undemocratic\"\n    ],\n    \"undemocraising\": [\n        \"undemocratising\"\n    ],\n    \"undemonstably\": [\n        \"undemonstrably\"\n    ],\n    \"emeghị ka ọ pụta ìhè\": [\n        \"undemonstrative\"\n    ],\n    \"undemede\": [\n        \"undemure\"\n    ],\n    \"-apụghị ịgbagha agbagha\": [\n        \"undeniable\"\n    ],\n    \"n'enyeghị ya\": [\n        \"undeniedly\"\n    ],\n    \"enenwepụghị\": [\n        \"undenizened\"\n    ],\n    \"na-akọwaghị\": [\n        \"undepressed\",\n        \"undistorting\",\n        \"unexplaining\",\n        \"unexplosively\",\n        \"uninterpretively\",\n        \"unplacidly\"\n    ],\n    \"a na-ejighi\": [\n        \"underacted\"\n    ],\n    \"a na-enweghị ekele\": [\n        \"underappreciated\"\n    ],\n    \"n'okpuru iwu\": [\n        \"underbailiff\"\n    ],\n    \"ndeba anya\": [\n        \"underbalance\"\n    ],\n    \"inbalancing\": [\n        \"underbalancing\"\n    ],\n    \"ino na-aga\": [\n        \"underbeing\"\n    ],\n    \"ihe dị n'okpuru\": [\n        \"underbody\"\n    ],\n    \"inaba\": [\n        \"underbracing\"\n    ],\n    \"na-eme ihe na-eme eme\": [\n        \"underbreathing\"\n    ],\n    \"na-azụ anụ\": [\n        \"underbreeding\"\n    ],\n    \"Inweta ihe\": [\n        \"underbridging\"\n    ],\n    \"Wuo\": [\n        \"underbuild\"\n    ],\n    \"onye na-edozi ihe\": [\n        \"underbuilder\"\n    ],\n    \"na-ewu ihe\": [\n        \"underbuilding\"\n    ],\n    \"n'okpuru kanopi\": [\n        \"undercanopy\"\n    ],\n    \"okpuru okpu\": [\n        \"undercapitaled\",\n        \"undercapitalize\",\n        \"undercapitalized\"\n    ],\n    \"ime okpuru\": [\n        \"undercarriage\",\n        \"undercarriages\",\n        \"undercarried\",\n        \"undercarrying\",\n        \"underdrew\"\n    ],\n    \"n'okpuru ụlọ\": [\n        \"underceiling\"\n    ],\n    \"n'okpuru ime ụlọ\": [\n        \"underchamberlain\"\n    ],\n    \"n'okpuru onye isi ala\": [\n        \"underchancellor\"\n    ],\n    \"undercharged\": [\n        \"undercharges\"\n    ],\n    \"incharging\": [\n        \"undercharging\"\n    ],\n    \"n'okpuru agba\": [\n        \"underchin\"\n    ],\n    \"n'okpuru ụda\": [\n        \"underchord\"\n    ],\n    \"okpuru ọchịchị\": [\n        \"undercitizenries\"\n    ],\n    \"ndị nọ n'okpuru\": [\n        \"underclassmen\",\n        \"underhorsemen\"\n    ],\n    \"Akwa mkpuchi\": [\n        \"undercloth\"\n    ],\n    \"uwe ime mkpuchi\": [\n        \"undercoats\"\n    ],\n    \"n'okpuru mkpoko\": [\n        \"undercollector\"\n    ],\n    \"n'okpuru ọnọdụ\": [\n        \"undercondition\"\n    ],\n    \"n'okpuru nsụhọ\": [\n        \"underconsciousness\"\n    ],\n    \"na-ekpuchi ekpuchi\": [\n        \"undercovering\"\n    ],\n    \"igba okpuru\": [\n        \"undercraft\"\n    ],\n    \"Okpuru ala\": [\n        \"undercreep\"\n    ],\n    \"n'okpuruala\": [\n        \"undercumstand\",\n        \"underground\",\n        \"undergrounder\",\n        \"undergroundness\",\n        \"undergrounds\"\n    ],\n    \"ịkpụgharị\": [\n        \"undercutting\"\n    ],\n    \"onye n'okpuru\": [\n        \"underdealer\",\n        \"underruler\"\n    ],\n    \"Idozi ije\": [\n        \"underdressing\"\n    ],\n    \"Ndị na-arụ ọrụ\": [\n        \"undereats\"\n    ],\n    \"atụgharịghị anya\": [\n        \"underemphasized\"\n    ],\n    \"na-ekwukarị okwu\": [\n        \"underemphasizing\"\n    ],\n    \"na-ewepu ọrụ\": [\n        \"underengraver\"\n    ],\n    \"na-ewe akwa\": [\n        \"underer\"\n    ],\n    \"na-elelị\": [\n        \"underestimates\",\n        \"underestimating\"\n    ],\n    \"enwenụghị\": [\n        \"underexcited\"\n    ],\n    \"emegaghị\": [\n        \"underexercised\",\n        \"unexercise\"\n    ],\n    \"underexposure\": [\n        \"underexposures\"\n    ],\n    \"feka okpuru\": [\n        \"underfeathering\"\n    ],\n    \"onye ọ .ụ .ụ\": [\n        \"underfeeder\"\n    ],\n    \"ndị dị n'okpuru\": [\n        \"underfeeds\"\n    ],\n    \"Inwe mmetụta\": [\n        \"underfeeling\"\n    ],\n    \"Ijuputa\": [\n        \"underfilling\"\n    ],\n    \"infincing\": [\n        \"underfinancing\"\n    ],\n    \"n'okpuru ọkụ\": [\n        \"underfire\"\n    ],\n    \"Inyeaka\": [\n        \"underfitting\"\n    ],\n    \"onflame\": [\n        \"underflame\"\n    ],\n    \"n'okpuru afọ\": [\n        \"underfootage\"\n    ],\n    \"n'okpuru mmadụ\": [\n        \"underfootman\"\n    ],\n    \"n'okpuru ụmụ nwoke\": [\n        \"underfootmen\"\n    ],\n    \"inyocha mmadụ\": [\n        \"underforebody\"\n    ],\n    \"onfrequency\": [\n        \"underfrequency\"\n    ],\n    \"onye na-agba okpuru\": [\n        \"undergamekeeper\"\n    ],\n    \"n'okpuru mmiri\": [\n        \"undergardener\",\n        \"undergirder\",\n        \"underglow\",\n        \"underhorse\",\n        \"underjungle\",\n        \"undershored\"\n    ],\n    \"ihe odidi\": [\n        \"undergeneral\"\n    ],\n    \"agabigala\": [\n        \"undergnaw\",\n        \"undergone\",\n        \"undergore\"\n    ],\n    \"okpuru chi\": [\n        \"undergod\"\n    ],\n    \"n'okpuru ndị na-adịghị asọpụrụ Chineke\": [\n        \"undergods\"\n    ],\n    \"n'okpuru ọchịchị\": [\n        \"undergovernment\"\n    ],\n    \"akwa ime akwa\": [\n        \"undergown\",\n        \"underrobe\"\n    ],\n    \"undergrad\": [\n        \"undergrade\"\n    ],\n    \"undergraduate ụlọ akwụkwọ\": [\n        \"undergraduatedom\"\n    ],\n    \"undergraduate ness\": [\n        \"undergraduateness\"\n    ],\n    \"n'okpuru osisi\": [\n        \"undergrub\",\n        \"underwood\",\n        \"underwooded\",\n        \"underwool\"\n    ],\n    \"bi n'okpuru\": [\n        \"underhabit\"\n    ],\n    \"n'okpuru aka\": [\n        \"underhandedly\"\n    ],\n    \"inhang\": [\n        \"underhang\"\n    ],\n    \"Ndi na edo edo\": [\n        \"underhousemaid\"\n    ],\n    \"enweghị ihe kpatara ya\": [\n        \"underivedness\"\n    ],\n    \"Udochim\": [\n        \"underkingdom\"\n    ],\n    \"onyeka onyekwere\": [\n        \"underlabourer\"\n    ],\n    \"A kpụrụ n'ala\": [\n        \"underlaid\"\n    ],\n    \"Ndị isi ala\": [\n        \"underlayers\"\n    ],\n    \"kọwaa ihe\": [\n        \"underlain\",\n        \"understrain\"\n    ],\n    \"n'okpuru asụsụ\": [\n        \"underlanguaged\"\n    ],\n    \"inlap\": [\n        \"underlap\"\n    ],\n    \"Akwa okpuru\": [\n        \"underlaundress\"\n    ],\n    \"N'elu\": [\n        \"underleased\",\n        \"upwith\"\n    ],\n    \"ndu ala\": [\n        \"underlife\"\n    ],\n    \"gosi ihe\": [\n        \"underlight\"\n    ],\n    \"mata ihe n'okpuru\": [\n        \"underline\"\n    ],\n    \"n'okpuru usoro\": [\n        \"underlineation\",\n        \"undersequence\"\n    ],\n    \"gosi mmadu\": [\n        \"underlineman\"\n    ],\n    \"underlayment\": [\n        \"underlinement\"\n    ],\n    \"na-egosipụta ihe\": [\n        \"underlining\"\n    ],\n    \"Ikedude\": [\n        \"undermanning\"\n    ],\n    \"Onyedi Okwa\": [\n        \"undermarshalman\",\n        \"undermarshalmen\"\n    ],\n    \"na-erughị ala\": [\n        \"undermatched\"\n    ],\n    \"onmotion\": [\n        \"undermotion\"\n    ],\n    \"n'okpuru aha\": [\n        \"undername\"\n    ],\n    \"onnim\": [\n        \"undernim\"\n    ],\n    \"anaghi ekele ya\": [\n        \"undernoted\"\n    ],\n    \"nri na-edozi ahụ\": [\n        \"undernourish\",\n        \"undernourishment\"\n    ],\n    \"erighị nri\": [\n        \"undernourished\",\n        \"unnutritious\",\n        \"unnutritive\"\n    ],\n    \"okpuru okpuru\": [\n        \"undernumen\"\n    ],\n    \"n'etughi aka\": [\n        \"underogatively\"\n    ],\n    \"n'okpuru nzukọ\": [\n        \"underorganisation\",\n        \"underorganization\"\n    ],\n    \"overpasses\": [\n        \"underpasses\"\n    ],\n    \"nke ekpughere\": [\n        \"underplayed\"\n    ],\n    \"ịmịnye ihe\": [\n        \"underplanting\"\n    ],\n    \"onye na-ebu njem\": [\n        \"underporter\"\n    ],\n    \"n'okpuru nrụgide\": [\n        \"underpressure\"\n    ],\n    \"n'okpuru onye isi\": [\n        \"underprincipal\"\n    ],\n    \"akara ala\": [\n        \"underprint\"\n    ],\n    \"Inọk\": [\n        \"underprizing\"\n    ],\n    \"n'okpuru amamịghe\": [\n        \"underproficient\"\n    ],\n    \"n'okpuru ozugbo\": [\n        \"underprompt\"\n    ],\n    \"n'okpuru kpaliri\": [\n        \"underprompter\"\n    ],\n    \"-erughị eru\": [\n        \"underqualified\"\n    ],\n    \"ime oba\": [\n        \"underroarer\"\n    ],\n    \"okpotokpo\": [\n        \"undersaturate\",\n        \"understain\"\n    ],\n    \"enweghị okpu\": [\n        \"undersaturated\",\n        \"understaffed\",\n        \"unimped\",\n        \"unscrimped\",\n        \"unsweated\"\n    ],\n    \"n’okpuru mmiri\": [\n        \"underseaman\"\n    ],\n    \"nyocha okpuru\": [\n        \"undersearch\"\n    ],\n    \"ụgbọ mmiri na-arụ ọrụ\": [\n        \"undersecretaryship\"\n    ],\n    \"ụgbọ mmiri undersheriff\": [\n        \"undersheriffship\"\n    ],\n    \"tinye ekwentị\": [\n        \"undershone\"\n    ],\n    \"N'okpuru ala\": [\n        \"undersignalmen\"\n    ],\n    \"tinye okpuru\": [\n        \"undersigner\"\n    ],\n    \"kwere nghọta\": [\n        \"understandable\",\n        \"understandably\"\n    ],\n    \"na-ekwupụta ihe\": [\n        \"understating\"\n    ],\n    \"imka\": [\n        \"understimuli\"\n    ],\n    \"Ghọta\": [\n        \"understrap\"\n    ],\n    \"mata okwu\": [\n        \"understress\"\n    ],\n    \"ikwuru okwu\": [\n        \"understroke\",\n        \"verbalisation\",\n        \"verbalistic\"\n    ],\n    \"Ihe odidi\": [\n        \"understructure\"\n    ],\n    \"na-amụrụ ihe\": [\n        \"understudy\"\n    ],\n    \"tagwọ\": [\n        \"undertaxing\"\n    ],\n    \"ịdọta ihe\": [\n        \"underteaching\"\n    ],\n    \"igba okpu\": [\n        \"undertie\"\n    ],\n    \"n'okpuru oge\": [\n        \"undertime\"\n    ],\n    \"imeala\": [\n        \"undertrade\"\n    ],\n    \"Igba okpuru\": [\n        \"undertread\"\n    ],\n    \"leda anya\": [\n        \"undervalued\"\n    ],\n    \"ụzọ okpuru\": [\n        \"underwalk\"\n    ],\n    \"mmiri n'okpuru osimiri\": [\n        \"underwatcher\",\n        \"underwater\",\n        \"underwaters\",\n        \"underwave\",\n        \"unwater\"\n    ],\n    \"debanye n'okpuru\": [\n        \"underwrite\"\n    ],\n    \"ide ihe n'okpuru\": [\n        \"underwriting\"\n    ],\n    \"na-ekwo ekworo\": [\n        \"underzealous\"\n    ],\n    \"nke na-erughịrị mmadụ\": [\n        \"undeservedness\"\n    ],\n    \"achọghị mma\": [\n        \"undesirableness\"\n    ],\n    \"na-ekpuchighị\": [\n        \"undespoiled\"\n    ],\n    \"n'atughi oke\": [\n        \"undestined\"\n    ],\n    \"n'emebi emebi\": [\n        \"undestructibly\"\n    ],\n    \"ewepụtabeghị\": [\n        \"undetached\",\n        \"undetailed\",\n        \"undisestablished\",\n        \"unerected\",\n        \"unextracted\",\n        \"unretracted\"\n    ],\n    \"enwetaghị mmiri\": [\n        \"undetained\"\n    ],\n    \"n'achoputaghi ya\": [\n        \"undetectably\"\n    ],\n    \"achọpụtabeghị\": [\n        \"undetected\",\n        \"undiscounted\",\n        \"undiscovered\",\n        \"undissevered\",\n        \"unstapled\"\n    ],\n    \"na-enweghị ike ịchọta\": [\n        \"undeteriorative\"\n    ],\n    \"enweghị ike ikpebi\": [\n        \"undeterminate\"\n    ],\n    \"ọnweghị ike ịchọta ya\": [\n        \"undeterminedness\"\n    ],\n    \"na-achọpụtachabeghị\": [\n        \"undetermining\"\n    ],\n    \"ekweghị akwụsị akwụsị\": [\n        \"undeterrable\"\n    ],\n    \"n'ụzọ a na-agaghị akwụsị akwụsị\": [\n        \"undeterrably\"\n    ],\n    \"ịtọsighị anya\": [\n        \"undeterring\"\n    ],\n    \"enweghị ike ịhapụ\": [\n        \"undethronable\",\n        \"unfillable\",\n        \"untillable\"\n    ],\n    \"n'adabaghị ọrụ\": [\n        \"undetractingly\"\n    ],\n    \"emepebeghị\": [\n        \"undeveloped\"\n    ],\n    \"-amalite\": [\n        \"undevelopment\"\n    ],\n    \"emepeghi\": [\n        \"undevelopmental\"\n    ],\n    \"ekwupụtaghi echiche\": [\n        \"undevotion\"\n    ],\n    \"ewepughi\": [\n        \"undialed\",\n        \"unparted\"\n    ],\n    \"ihe a na-apụghị ịgbanwe agbanwe\": [\n        \"undyeable\"\n    ],\n    \"n’enweghị mmasị\": [\n        \"undifferently\"\n    ],\n    \"undi iche iche\": [\n        \"undiffractiveness\"\n    ],\n    \"undiffusive\": [\n        \"undiffusiveness\"\n    ],\n    \"ikwa akwa\": [\n        \"undight\"\n    ],\n    \"weda n'ala\": [\n        \"undignify\"\n    ],\n    \"enwetaghị aha ọma\": [\n        \"undignified\"\n    ],\n    \"n'enyeghị aha ya\": [\n        \"undignifiedly\"\n    ],\n    \"isịghị\": [\n        \"undiked\"\n    ],\n    \"adighi agbanwe agbanwe\": [\n        \"undynamic\",\n        \"unwafted\"\n    ],\n    \"n'enweghị ike\": [\n        \"undynamically\"\n    ],\n    \"ezughị ike\": [\n        \"undiocesed\",\n        \"untentacled\",\n        \"untentaculate\"\n    ],\n    \"agbasaghị ya\": [\n        \"undiplomatically\",\n        \"unploughed\"\n    ],\n    \"ewepughi ya\": [\n        \"undirected\",\n        \"unidirected\"\n    ],\n    \"ikwapu\": [\n        \"undirk\",\n        \"undreamt\"\n    ],\n    \"wepu ya\": [\n        \"undiscarded\"\n    ],\n    \"akpokoputa\": [\n        \"undiscernible\"\n    ],\n    \"undisciled\": [\n        \"undiscipled\"\n    ],\n    \"enweghi nkuzi\": [\n        \"undisciplinedness\"\n    ],\n    \"ekpughee\": [\n        \"undisclose\",\n        \"undisheveled\",\n        \"undispose\",\n        \"undulose\",\n        \"unsevere\",\n        \"unsplayed\",\n        \"unvenerable\",\n        \"unvenerably\"\n    ],\n    \"uncocoured\": [\n        \"undiscoloured\"\n    ],\n    \"akwụsịghị\": [\n        \"undiscontinued\",\n        \"unstabilised\",\n        \"unstabilized\"\n    ],\n    \"agbasaghị ike\": [\n        \"undiscouraging\"\n    ],\n    \"n’enweghị ume ọ bụla\": [\n        \"undiscouragingly\"\n    ],\n    \"undiscovevable\": [\n        \"undiscoverably\"\n    ],\n    \"n'esupughi iche\": [\n        \"undiscriminatingly\"\n    ],\n    \"enweghi mkparịta ụka\": [\n        \"undiscussed\"\n    ],\n    \"adịghịzi\": [\n        \"undiseased\",\n        \"unmediative\"\n    ],\n    \"n'adighi-ezo\": [\n        \"undisguisedly\"\n    ],\n    \"undisguised\": [\n        \"undisguisedness\"\n    ],\n    \"anaghị ekpuchi\": [\n        \"undisguising\",\n        \"unevading\"\n    ],\n    \"oria oria ojoo\": [\n        \"undisinfected\"\n    ],\n    \"enweghị ike ịchụpụ\": [\n        \"undislodgeable\"\n    ],\n    \"n'arụghị ụka\": [\n        \"undisputedly\",\n        \"unsubjectively\"\n    ],\n    \"arụ ụka adịghị\": [\n        \"undisputedness\"\n    ],\n    \"achoputaghi\": [\n        \"undissected\",\n        \"unidentate\",\n        \"unidentated\",\n        \"unnullified\",\n        \"unpleated\",\n        \"unsearched\",\n        \"unseared\",\n        \"unsquired\"\n    ],\n    \"kewapu\": [\n        \"undissociated\"\n    ],\n    \"adị jụụ\": [\n        \"undistant\"\n    ],\n    \"nokpu\": [\n        \"undistend\"\n    ],\n    \"unistinguishable\": [\n        \"undistinguishable\"\n    ],\n    \"undisinguishs\": [\n        \"undistinguishing\"\n    ],\n    \"agbachi nkịtị\": [\n        \"undistrained\"\n    ],\n    \"yipu uwe\": [\n        \"undistress\",\n        \"undress\",\n        \"unstress\"\n    ],\n    \"agbanwebeghị\": [\n        \"undiversified\",\n        \"unverbalized\"\n    ],\n    \"na-adighi iwu\": [\n        \"undoctrined\"\n    ],\n    \"edozi ihe\": [\n        \"undolorous\"\n    ],\n    \"ịrụ ụka adịghị\": [\n        \"undoubted\",\n        \"undoubting\"\n    ],\n    \"undou\": [\n        \"undouched\"\n    ],\n    \"weghasị\": [\n        \"undrab\"\n    ],\n    \"ewepụtaghị ya\": [\n        \"undramatized\",\n        \"uninternalized\"\n    ],\n    \"igwuputa\": [\n        \"undreading\"\n    ],\n    \"n'ịnwụ\": [\n        \"undreaming\"\n    ],\n    \"edebeghị mmiri\": [\n        \"undrenched\"\n    ],\n    \"yipụ uwe\": [\n        \"undressed\",\n        \"undresses\",\n        \"undrest\"\n    ],\n    \"na-eyikwasị uwe\": [\n        \"undressing\",\n        \"wearingly\"\n    ],\n    \"agaghị akwụghachi ụgwọ\": [\n        \"undryable\",\n        \"unreputable\"\n    ],\n    \"enweghị ihe ọrinkụrinkụ\": [\n        \"undrinkable\",\n        \"undrinkableness\"\n    ],\n    \"anaghị arinkụ\": [\n        \"undrinkably\"\n    ],\n    \"na-arinụ\": [\n        \"undrinking\"\n    ],\n    \"na-agbadapụ\": [\n        \"undrooping\"\n    ],\n    \"agbachapụghị ya\": [\n        \"undrubbed\"\n    ],\n    \"ghara ịrunkụ\": [\n        \"undrunk\"\n    ],\n    \"Ndị na-akwadoghị\": [\n        \"undulates\"\n    ],\n    \"undu\": [\n        \"undulation\"\n    ],\n    \"ghazue\": [\n        \"undull\"\n    ],\n    \"-enweghị ike\": [\n        \"undurable\",\n        \"undurably\"\n    ],\n    \"n’enweghị obi ume\": [\n        \"uneagerly\"\n    ],\n    \"ejighị\": [\n        \"uneared\"\n    ],\n    \"gwupụta\": [\n        \"unearth\"\n    ],\n    \"egwu mmiri\": [\n        \"unearths\"\n    ],\n    \"enwe obi iru ala\": [\n        \"uneasy\"\n    ],\n    \"n’enweghị usoro ụka\": [\n        \"unecclesiastically\"\n    ],\n    \"enecliptical\": [\n        \"unecliptical\"\n    ],\n    \"uningging\": [\n        \"unedging\"\n    ],\n    \"enwetaghị mmetụta\": [\n        \"uneffectuated\"\n    ],\n    \"enweghị ike ịhọrọ\": [\n        \"unelective\"\n    ],\n    \"amụtabeghị\": [\n        \"unelevated\",\n        \"unhearsed\"\n    ],\n    \"enweghị ogologo\": [\n        \"unelongated\"\n    ],\n    \"agbachapụghị agbagọ\": [\n        \"uneloping\"\n    ],\n    \"unelusely\": [\n        \"unelusively\"\n    ],\n    \"unememu aru\": [\n        \"unemaciated\"\n    ],\n    \"unbaba\": [\n        \"unembayed\"\n    ],\n    \"a na-agbanyeghi ọgwụ\": [\n        \"unembalmed\"\n    ],\n    \"anaghi ekepu\": [\n        \"unembowered\"\n    ],\n    \"anaghi ahapu ha\": [\n        \"unembraced\"\n    ],\n    \"anaghi atụ\": [\n        \"unemitted\"\n    ],\n    \"anaghi ahia\": [\n        \"unemolumented\",\n        \"unprocure\"\n    ],\n    \"unemotive\": [\n        \"unemotiveness\"\n    ],\n    \"enwetaghị nke ọma\": [\n        \"unemphasized\",\n        \"unrectifiably\"\n    ],\n    \"adịghị achọ\": [\n        \"unemphatic\",\n        \"unglorifying\",\n        \"unwithering\"\n    ],\n    \"ejighị ya kpọrọ ihe\": [\n        \"unempt\",\n        \"ungnarred\",\n        \"unsage\",\n        \"unsly\",\n        \"unslyly\"\n    ],\n    \"emeghị ihe nile\": [\n        \"unemptied\"\n    ],\n    \"unencount\": [\n        \"unencountered\"\n    ],\n    \"agbado ume\": [\n        \"unencouraging\"\n    ],\n    \"enwetabeghị\": [\n        \"unencroached\",\n        \"unfenestrated\",\n        \"unforegone\",\n        \"unprefaced\",\n        \"unpreviewed\",\n        \"unrepreseed\"\n    ],\n    \"a ghara itinye ya\": [\n        \"unendangered\"\n    ],\n    \"inyeghachi\": [\n        \"unendowing\"\n    ],\n    \"unendu\": [\n        \"unendued\",\n        \"unendured\"\n    ],\n    \"nke a na-apụghị imeri emeri\": [\n        \"unendurable\"\n    ],\n    \"unendendingly\": [\n        \"unenduringly\"\n    ],\n    \"enenwetaghi\": [\n        \"unenfiladed\",\n        \"unenraptured\"\n    ],\n    \"enweghị ike ịmanye ya\": [\n        \"unenforceable\"\n    ],\n    \"enwughi\": [\n        \"unenforced\",\n        \"unsuppled\"\n    ],\n    \"enwetaghị aha\": [\n        \"unengraved\",\n        \"unlignified\",\n        \"unoriginated\",\n        \"unsignified\"\n    ],\n    \"na-akpaliteghi iwe\": [\n        \"unenkindled\"\n    ],\n    \"eme ka a matawanye onwe ha\": [\n        \"unenlarging\"\n    ],\n    \"enwetaghi ìhè\": [\n        \"unenlightened\",\n        \"unlightened\"\n    ],\n    \"unenlighting\": [\n        \"unenlightening\"\n    ],\n    \"enwetụghị ìhè\": [\n        \"unenlightenment\"\n    ],\n    \"unenlive\": [\n        \"unenlivened\"\n    ],\n    \"adịghị adị ndụ\": [\n        \"unenlivening\",\n        \"unliving\"\n    ],\n    \"enenweghi ego\": [\n        \"unenounced\"\n    ],\n    \"unenquending\": [\n        \"unenquiring\"\n    ],\n    \"enweghi iwe\": [\n        \"unenraged\"\n    ],\n    \"edebanyeghị aha ha\": [\n        \"unenrolled\"\n    ],\n    \"ejighi aho ahia\": [\n        \"unenslaved\"\n    ],\n    \"unantangle\": [\n        \"unentangle\"\n    ],\n    \"ọnweghị ike ijide ya\": [\n        \"unenterable\"\n    ],\n    \"unentertain\": [\n        \"unentertained\"\n    ],\n    \"n’ike n’ike n’ike\": [\n        \"unenthusiastically\"\n    ],\n    \"adịghị achọpụta\": [\n        \"unenticing\",\n        \"ungenitive\"\n    ],\n    \"unititment\": [\n        \"unentitlement\"\n    ],\n    \"unetrenched\": [\n        \"unentrenched\"\n    ],\n    \"enweghị ike ikwupụta ya\": [\n        \"unenunciable\"\n    ],\n    \"enweghị ike ịkpọ okwu\": [\n        \"unenunciative\"\n    ],\n    \"adighi anya ozo\": [\n        \"unenvious\"\n    ],\n    \"edebeghi akwukwo\": [\n        \"unepauletted\"\n    ],\n    \"unepigrammat\": [\n        \"unepigrammatic\"\n    ],\n    \"n'emegheghi nke oma\": [\n        \"unepigrammatically\"\n    ],\n    \"enweghị ahazi\": [\n        \"unequability\"\n    ],\n    \"unquestrian\": [\n        \"unequestrian\"\n    ],\n    \"enweghị ngwa ọrụ\": [\n        \"unequipped\"\n    ],\n    \"enweghị ike iche\": [\n        \"unequivalve\"\n    ],\n    \"arụtụbeghị\": [\n        \"unerased\"\n    ],\n    \"ghara ịhapụ\": [\n        \"unerring\",\n        \"withholdal\"\n    ],\n    \"-napụghị ịgbanahụ\": [\n        \"unescapably\"\n    ],\n    \"elebanye anya\": [\n        \"uneschewed\"\n    ],\n    \"unesgres\": [\n        \"unescorted\"\n    ],\n    \"enweghi ike ịkọwa\": [\n        \"unespousable\"\n    ],\n    \"unospopo\": [\n        \"unespoused\"\n    ],\n    \"unessaisha\": [\n        \"unessayed\"\n    ],\n    \"eleghị anya\": [\n        \"unesteemed\",\n        \"unobservantness\"\n    ],\n    \"enwetaghi agbanwe\": [\n        \"unestranged\"\n    ],\n    \"uneterinal\": [\n        \"uneternal\"\n    ],\n    \"unetneeti\": [\n        \"uneternized\"\n    ],\n    \"adịghị ike ụka\": [\n        \"uneucharistical\"\n    ],\n    \"edebeghị aha\": [\n        \"uneulogized\"\n    ],\n    \"ezighi ozi\": [\n        \"unevangelic\"\n    ],\n    \"ezisaghị ozi\": [\n        \"unevangelised\"\n    ],\n    \"ekwusighi ozi oma\": [\n        \"unevangelized\"\n    ],\n    \"ahụghị anya\": [\n        \"unevicted\",\n        \"unseeable\",\n        \"unseen\"\n    ],\n    \"enweghi ike igosi\": [\n        \"unevidenced\"\n    ],\n    \"-na-apụghị izere ezere\": [\n        \"unevitably\"\n    ],\n    \"apụghị izere ezere\": [\n        \"unevokable\"\n    ],\n    \"enweghị ka njọ\": [\n        \"unexacerbated\",\n        \"unexacerbating\"\n    ],\n    \"ikwughachi okwu\": [\n        \"unexaggerative\"\n    ],\n    \"enweghị elu\": [\n        \"unexalted\"\n    ],\n    \"a maghị nke ọma\": [\n        \"unexcellently\"\n    ],\n    \"-enweghị ike ịghọta\": [\n        \"unexceptionableness\"\n    ],\n    \"n'ụzọ a na-apụghị ịghọta aghọta\": [\n        \"unexceptionably\"\n    ],\n    \"a na-akọwaghị\": [\n        \"unexcited\",\n        \"unexcogitative\",\n        \"unexcorticated\",\n        \"unexcreted\",\n        \"unexculpated\",\n        \"unexecuted\",\n        \"unexploited\"\n    ],\n    \"a na-apụghị ịkọwa akọwa\": [\n        \"unexcogitable\",\n        \"unexorcisable\"\n    ],\n    \"ekpugheghi\": [\n        \"unexcrescent\",\n        \"unmanifest\",\n        \"unmanifestative\"\n    ],\n    \"a na-apụghị ịkọwapụta\": [\n        \"unexculpable\",\n        \"unexpiable\",\n        \"unexpressably\",\n        \"unexpressibly\",\n        \"unexpugnable\"\n    ],\n    \"enweghi ngosiputa\": [\n        \"unexculpably\"\n    ],\n    \"enweghi ihe ngọpụ\": [\n        \"unexcusably\"\n    ],\n    \"enweghị ike ịkọwapụtacha\": [\n        \"unexemplifiable\"\n    ],\n    \"akọwabeghị\": [\n        \"unexemplified\"\n    ],\n    \"anaghi anwaputa\": [\n        \"unexempted\"\n    ],\n    \"a na-ekpughere\": [\n        \"unexerted\"\n    ],\n    \"enweghị ike gwụ\": [\n        \"unexhausted\"\n    ],\n    \"n'enweghị ume\": [\n        \"unexhaustedly\"\n    ],\n    \"a na-enweghị ike ikwupụta\": [\n        \"unexhibitable\"\n    ],\n    \"a na-enweghị ike ikwupụta ya\": [\n        \"unexhibitableness\"\n    ],\n    \"enweghị ngosị\": [\n        \"unexhilarative\"\n    ],\n    \"agbachapụbeghị\": [\n        \"unexhumed\",\n        \"ungleaned\"\n    ],\n    \"n'ụzọ a na-apụghị ịgbagha agbagha\": [\n        \"unexorcisably\"\n    ],\n    \"a na-apụghị ịgbasa\": [\n        \"unexpandable\"\n    ],\n    \"enweghị ihe atụ\": [\n        \"unexpertly\"\n    ],\n    \"emeghi emecha\": [\n        \"unexpired\"\n    ],\n    \"enweghị ngagharị\": [\n        \"unexploitation\",\n        \"unexploitative\"\n    ],\n    \"enweghi ike ikwuputa ya\": [\n        \"unexportable\",\n        \"unswayable\"\n    ],\n    \"a na-ekpugheghi ewepu\": [\n        \"unexposable\"\n    ],\n    \"a na-akpoghi akpo ya\": [\n        \"unexpoundable\"\n    ],\n    \"enweghị ike igosipụta\": [\n        \"unexpressive\"\n    ],\n    \"ogweghi aka\": [\n        \"unextendedness\"\n    ],\n    \"enweghị ike ịgbatị agbatị\": [\n        \"unextensibility\"\n    ],\n    \"n'etinye aka\": [\n        \"unextenuating\",\n        \"unpointing\"\n    ],\n    \"emeghi ka ebibi ya\": [\n        \"unexterminated\"\n    ],\n    \"enweghị ike ịgbanyụ ya\": [\n        \"unextinguishable\"\n    ],\n    \"-agaghị agwụ agwụ\": [\n        \"unextinguishably\"\n    ],\n    \"n’arụghị ụka\": [\n        \"unextravagantly\"\n    ],\n    \"na-agbasawanye\": [\n        \"unextravagating\"\n    ],\n    \"na-akọwapụtaghị ya\": [\n        \"unextravasated\"\n    ],\n    \"facetious\": [\n        \"unfacetious\"\n    ],\n    \"adịghị njikere\": [\n        \"unfacilitated\",\n        \"unintrenched\",\n        \"unintrlined\",\n        \"unpremeditate\",\n        \"unwicked\",\n        \"unwifelike\",\n        \"unwilier\",\n        \"unwist\"\n    ],\n    \"adịghị ada ada\": [\n        \"unfailing\",\n        \"unfailingly\"\n    ],\n    \"n’adaghị\": [\n        \"unfaintly\"\n    ],\n    \"ikenenke\": [\n        \"unfair\",\n        \"unfairest\",\n        \"unfairly\",\n        \"unfairminded\",\n        \"unfairness\"\n    ],\n    \"ikenenke nte\": [\n        \"unfairylike\"\n    ],\n    \"agbachapụghị\": [\n        \"unfaked\",\n        \"unrubbed\",\n        \"unscrewed\",\n        \"unslipped\",\n        \"unsloped\",\n        \"unwhetted\"\n    ],\n    \"emechu eme\": [\n        \"unfallible\"\n    ],\n    \"amabeghị\": [\n        \"unfamiliarised\"\n    ],\n    \"amaghi onwe ya\": [\n        \"unfamiliarized\",\n        \"unselfconsciousness\"\n    ],\n    \"adị efu\": [\n        \"unfantastic\"\n    ],\n    \"emeghere\": [\n        \"unfarrowed\",\n        \"unpaunched\",\n        \"untraveled\"\n    ],\n    \"ashionmaghi ihe\": [\n        \"unfashionableness\"\n    ],\n    \"N'enweghi ejiji\": [\n        \"unfashionably\"\n    ],\n    \"adịghị eguzosi ike\": [\n        \"unfast\",\n        \"unsteadying\"\n    ],\n    \"emeghewo\": [\n        \"unfastened\"\n    ],\n    \"atọghe\": [\n        \"unfastening\"\n    ],\n    \"ikwesiri ike\": [\n        \"unfastidiously\"\n    ],\n    \"unfat\": [\n        \"unfathered\"\n    ],\n    \"nna anaghi acho\": [\n        \"unfatherlike\"\n    ],\n    \"enweghị ike ịgbanwu\": [\n        \"unfattable\",\n        \"unpacable\"\n    ],\n    \"a na-asachapụghị\": [\n        \"unfatted\"\n    ],\n    \"unappfinding\": [\n        \"unfaultfinding\"\n    ],\n    \"anaghị adịgboroja\": [\n        \"unfaulty\"\n    ],\n    \"emeghi ebere\": [\n        \"unfavored\",\n        \"unsparing\"\n    ],\n    \"ndị na-enweghị atụ\": [\n        \"unfearful\",\n        \"vacillates\"\n    ],\n    \"agaghị agbanweli\": [\n        \"unfeeble\",\n        \"ungabled\"\n    ],\n    \"unignigningness\": [\n        \"unfeigningness\"\n    ],\n    \"enweghị nwanyị\": [\n        \"unfeminine\",\n        \"unfemininity\",\n        \"womanless\"\n    ],\n    \"n'emeghi nwanyi\": [\n        \"unfemininely\"\n    ],\n    \"unenweghi nwanyi\": [\n        \"unfeminist\"\n    ],\n    \"na-enweghị nkwụsị\": [\n        \"unfencing\"\n    ],\n    \"agaghị echefu echefu\": [\n        \"unfermentable\",\n        \"unforgeable\"\n    ],\n    \"n'atinyeghị ọnụ\": [\n        \"unfermentably\"\n    ],\n    \"na-amụghị amụ\": [\n        \"unfertile\",\n        \"unrented\"\n    ],\n    \"infertility\": [\n        \"unfertility\"\n    ],\n    \"na-atụfu ego\": [\n        \"unfeudalize\"\n    ],\n    \"emegheghị\": [\n        \"unfibbed\",\n        \"unflagged\",\n        \"unflaked\",\n        \"unflogged\",\n        \"unfloored\",\n        \"unflounced\",\n        \"unfloured\",\n        \"unflouted\",\n        \"unfoliaged\",\n        \"unfoliated\",\n        \"unfooled\",\n        \"unfranked\",\n        \"unhooked\",\n        \"unlooped\",\n        \"unloosened\",\n        \"unlowered\",\n        \"unomened\",\n        \"unopiated\",\n        \"unopined\",\n        \"unovertaken\",\n        \"unslopped\",\n        \"unsplashed\",\n        \"unswerved\",\n        \"untongued\",\n        \"unwalked\",\n        \"unwroken\"\n    ],\n    \"ezughi\": [\n        \"unfilched\"\n    ],\n    \"anaghị emeghe\": [\n        \"unfiling\",\n        \"unflinching\"\n    ],\n    \"jupụta n'ime\": [\n        \"unfilled\"\n    ],\n    \"fimbriated\": [\n        \"unfimbriated\"\n    ],\n    \"unine\": [\n        \"unfine\"\n    ],\n    \"emechaghicha\": [\n        \"unfinishedness\"\n    ],\n    \"unfiyeghi\": [\n        \"unfired\"\n    ],\n    \"un gbasara ego\": [\n        \"unfiscal\"\n    ],\n    \"anaghị apụ\": [\n        \"unfits\"\n    ],\n    \"Ikwesighi\": [\n        \"unflank\"\n    ],\n    \"n'etughi\": [\n        \"unflatteringly\"\n    ],\n    \"ekwereghị nkwa\": [\n        \"unfledgedness\"\n    ],\n    \"Ighapụ\": [\n        \"unfleece\"\n    ],\n    \"inyochaghị\": [\n        \"unfleeced\",\n        \"unfreeze\"\n    ],\n    \"na-egbukepụ egbukepụ\": [\n        \"unflickering\",\n        \"unsparkling\"\n    ],\n    \"unana-nzuzu\": [\n        \"unflirtatiousness\"\n    ],\n    \"edozighị edozi\": [\n        \"unflourished\"\n    ],\n    \"anaghị achọ ihe\": [\n        \"unflourishing\"\n    ],\n    \"unubulu\": [\n        \"unflower\"\n    ],\n    \"sunflower\": [\n        \"unflowery\"\n    ],\n    \"na-adịghị asọpụta\": [\n        \"unflowing\"\n    ],\n    \"anaghi eri\": [\n        \"unfluvial\"\n    ],\n    \"-enweghị mgbado anya\": [\n        \"unfocusing\"\n    ],\n    \"apughi imeghe\": [\n        \"unfoldable\"\n    ],\n    \"enweghị nzuzu\": [\n        \"unfoolishness\"\n    ],\n    \"unọm\": [\n        \"unfoppish\",\n        \"unhumored\",\n        \"unkemptness\"\n    ],\n    \"enweghị ntachi obi\": [\n        \"unforbearing\"\n    ],\n    \"unforcefor\": [\n        \"unforcefully\"\n    ],\n    \"unforcible\": [\n        \"unforcibleness\"\n    ],\n    \"ihe a na-apụghị imeri emeri\": [\n        \"unfordable\"\n    ],\n    \"unbobo\": [\n        \"unforeboded\",\n        \"unforeboding\"\n    ],\n    \"unwelign\": [\n        \"unforeign\"\n    ],\n    \"adịghị atụ anya\": [\n        \"unforeseeing\"\n    ],\n    \"enweghị atụ ness\": [\n        \"unforeseenness\"\n    ],\n    \"unshoshortened\": [\n        \"unforeshortened\"\n    ],\n    \"enweghi osisi\": [\n        \"unforested\"\n    ],\n    \"ekwughị amụma\": [\n        \"unforetold\",\n        \"unprophesied\"\n    ],\n    \"agbagharaghi\": [\n        \"unforgivable\",\n        \"unforgivably\",\n        \"unforgiven\",\n        \"ungivable\",\n        \"unliveable\"\n    ],\n    \"agbagharaghi agbaghara\": [\n        \"unforgiver\"\n    ],\n    \"unifk\": [\n        \"unfork\"\n    ],\n    \"unforsaken\": [\n        \"unforsaking\"\n    ],\n    \"dị mwute ikwu na\": [\n        \"unfortunately\"\n    ],\n    \"egbochiela\": [\n        \"unfostered\"\n    ],\n    \"igbanweghi\": [\n        \"unfoxed\"\n    ],\n    \"ungragrant\": [\n        \"unfragrant\"\n    ],\n    \"ihe a na-apụghị ịkọwa agwa\": [\n        \"unframeable\"\n    ],\n    \"enweghị ngalaba\": [\n        \"unfranchised\"\n    ],\n    \"n'arụghị\": [\n        \"unfreeingly\"\n    ],\n    \"anaghị ahapụ\": [\n        \"unfrees\",\n        \"unlays\",\n        \"unreleasing\",\n        \"unrelishing\"\n    ],\n    \"nke na-adịghị mkpa\": [\n        \"unfrequent\"\n    ],\n    \"agbasaghị m\": [\n        \"unfretting\"\n    ],\n    \"n'icheghị echiche\": [\n        \"unfrictionally\"\n    ],\n    \"emeghi enyi\": [\n        \"unfriended\",\n        \"unfriendlier\"\n    ],\n    \"enweghị omume enyi\": [\n        \"unfriendliness\"\n    ],\n    \"apụtaghị ihe\": [\n        \"unfrightening\"\n    ],\n    \"ajụghị mmiri\": [\n        \"unfrigid\"\n    ],\n    \"n'adaghị mmiri\": [\n        \"unfrigidly\",\n        \"unrigidly\",\n        \"unwanderingly\"\n    ],\n    \"n'etinyeghi egwu\": [\n        \"unfrizzly\"\n    ],\n    \"enweghị oyi\": [\n        \"unfrosted\",\n        \"unfrozen\"\n    ],\n    \"n'esighị\": [\n        \"unfrugally\"\n    ],\n    \"adịghị amị mkpụrụ\": [\n        \"unfruitful\",\n        \"unfruitfully\"\n    ],\n    \"unfuel\": [\n        \"unfuelled\"\n    ],\n    \"n'arụghị anya\": [\n        \"unfugitively\"\n    ],\n    \"unfulgful\": [\n        \"unfulgently\"\n    ],\n    \"anaghị atụgharị\": [\n        \"unfuming\"\n    ],\n    \"n'emezighị emezi\": [\n        \"unfunereally\"\n    ],\n    \"unfurfur\": [\n        \"unfurious\"\n    ],\n    \"adịghị apụ\": [\n        \"unfurnish\"\n    ],\n    \"unyi ga-eri\": [\n        \"unfurnishedness\"\n    ],\n    \"ejibeghi\": [\n        \"unfused\",\n        \"unperused\",\n        \"unsoused\",\n        \"unsued\",\n        \"unuse\",\n        \"unused\"\n    ],\n    \"emeghi ihe efu\": [\n        \"unfutile\"\n    ],\n    \"ungaineness\": [\n        \"ungainliness\"\n    ],\n    \"anakweghi\": [\n        \"ungaited\"\n    ],\n    \"ekpudoghi\": [\n        \"ungalvanized\"\n    ],\n    \"ịlụghị otu nwanyị\": [\n        \"ungamy\"\n    ],\n    \"ungarging\": [\n        \"ungarbed\"\n    ],\n    \"ejighi aka ya\": [\n        \"ungarbled\"\n    ],\n    \"ungarghaa\": [\n        \"ungargled\"\n    ],\n    \"ungarịa\": [\n        \"ungarmented\"\n    ],\n    \"ezukọtaghị\": [\n        \"ungathered\"\n    ],\n    \"-adịghị\": [\n        \"ungazing\"\n    ],\n    \"ungear\": [\n        \"ungeared\"\n    ],\n    \"eweputaghi\": [\n        \"ungeneralised\",\n        \"unreleased\"\n    ],\n    \"ewepụtaghị ihe niile\": [\n        \"ungeneralising\"\n    ],\n    \"na-ewepụtaghị ihe niile\": [\n        \"ungeneralizing\"\n    ],\n    \"anaghị adịkwa ọhụrụ\": [\n        \"ungenerating\"\n    ],\n    \"agaghi adi\": [\n        \"ungentile\",\n        \"unlaced\"\n    ],\n    \"ungentlemanikenke\": [\n        \"ungentlemanlikeness\"\n    ],\n    \"ungwanwanyị\": [\n        \"ungentlewomanlike\"\n    ],\n    \"ungeometricality\": [\n        \"ungeometricalness\"\n    ],\n    \"agaghị achịkwa ya\": [\n        \"ungerminated\"\n    ],\n    \"agaghị agbasi mbọ ike\": [\n        \"ungerminating\"\n    ],\n    \"ungeting\": [\n        \"ungesting\"\n    ],\n    \"Echefula\": [\n        \"unget\"\n    ],\n    \"unguentarium\": [\n        \"ungeuntarium\"\n    ],\n    \"enwetaghi onyinye\": [\n        \"ungifted\"\n    ],\n    \"etolite\": [\n        \"ungirlish\",\n        \"ungrown\",\n        \"upcurved\"\n    ],\n    \"ekweghị mmụọ\": [\n        \"ungyved\"\n    ],\n    \"agbagharaghị\": [\n        \"ungiving\"\n    ],\n    \"n'adịghị iche\": [\n        \"unglacially\",\n        \"uninferentially\",\n        \"unsadistically\"\n    ],\n    \"ungladden\": [\n        \"ungladdened\"\n    ],\n    \"unglading\": [\n        \"ungladness\"\n    ],\n    \"ihe adighi mma\": [\n        \"unglamorous\"\n    ],\n    \"unwu gbaa\": [\n        \"unglaze\"\n    ],\n    \"unaraghị ọkụ\": [\n        \"unglazed\"\n    ],\n    \"agbaghị ama\": [\n        \"ungliding\"\n    ],\n    \"enwetabeghi\": [\n        \"unglimpsed\",\n        \"unleathered\",\n        \"unviewed\"\n    ],\n    \"unglisting\": [\n        \"unglistening\"\n    ],\n    \"ungbakpọ\": [\n        \"unglobular\"\n    ],\n    \"unglologo\": [\n        \"unglorify\"\n    ],\n    \"n'etinyeghi ugwu\": [\n        \"ungloriously\"\n    ],\n    \"a hụghị ya n'anya\": [\n        \"ungloved\"\n    ],\n    \"unglutin\": [\n        \"unglutinate\"\n    ],\n    \"ejighi aha ya\": [\n        \"ungnarled\",\n        \"unsignaled\"\n    ],\n    \"adịghị asọpụrụ Chineke\": [\n        \"ungod\",\n        \"ungoddess\",\n        \"ungodlier\",\n        \"ungodliest\"\n    ],\n    \"adịghị amasị Chineke\": [\n        \"ungodlike\"\n    ],\n    \"adighi asọpuru\": [\n        \"ungodmothered\"\n    ],\n    \"undoggled\": [\n        \"ungoggled\"\n    ],\n    \"enweghị ike ọchịchị\": [\n        \"ungovernability\"\n    ],\n    \"n'ọchịchị\": [\n        \"ungovernmentally\"\n    ],\n    \"undergraduate\": [\n        \"ungraduated\"\n    ],\n    \"ungramared\": [\n        \"ungrammared\"\n    ],\n    \"ungrantar\": [\n        \"ungranted\"\n    ],\n    \"anaghị eri anụ\": [\n        \"ungranular\",\n        \"vegetarianism\",\n        \"vegeterianism\"\n    ],\n    \"n'ahughi\": [\n        \"ungraphically\",\n        \"unperipherally\"\n    ],\n    \"ungrapple\": [\n        \"ungrappled\"\n    ],\n    \"enweghị ike ịkọwapụ\": [\n        \"ungraspable\",\n        \"unlocalisable\"\n    ],\n    \"ungragrad\": [\n        \"ungraved\",\n        \"ungrazed\"\n    ],\n    \"ewepụghị ya\": [\n        \"ungraveled\",\n        \"unrinsed\",\n        \"unrolled\"\n    ],\n    \"na-edeghị akwụkwọ\": [\n        \"ungreened\",\n        \"unreferenced\"\n    ],\n    \"anaghi ekele\": [\n        \"ungreeted\"\n    ],\n    \"ikewapụ iche\": [\n        \"ungregariousness\"\n    ],\n    \"ungregrant\": [\n        \"ungreyed\"\n    ],\n    \"na-adịghị njem\": [\n        \"ungrimed\"\n    ],\n    \"ijichi\": [\n        \"ungrip\"\n    ],\n    \"grotesque\": [\n        \"ungrotesque\"\n    ],\n    \"unbrubbed\": [\n        \"ungrubbed\"\n    ],\n    \"echekwala\": [\n        \"unguardable\",\n        \"unguarded\",\n        \"unguardedly\",\n        \"wardless\"\n    ],\n    \"n'enweghị mmachi\": [\n        \"unguilefully\"\n    ],\n    \"-aghara ịgbagha\": [\n        \"ungullible\"\n    ],\n    \"ungum\": [\n        \"ungummed\"\n    ],\n    \"ungut\": [\n        \"ungutted\"\n    ],\n    \"unhack\": [\n        \"unhackled\"\n    ],\n    \"enweghị ike ịkọwapụ ya\": [\n        \"unhailable\",\n        \"unlocalizable\"\n    ],\n    \"ebupụtaghị\": [\n        \"unhalved\",\n        \"unhogged\",\n        \"unpacked\",\n        \"unthumbed\",\n        \"unvaporized\"\n    ],\n    \"unamper\": [\n        \"unhamper\"\n    ],\n    \"enwetaghi iwu\": [\n        \"unharassed\",\n        \"unlabialized\",\n        \"unsacrificed\",\n        \"unsyndicated\"\n    ],\n    \"unborbor\": [\n        \"unharbor\"\n    ],\n    \"unharden\": [\n        \"unhardened\"\n    ],\n    \"adịghị ekwekọrịta\": [\n        \"unharmonizing\"\n    ],\n    \"unhar\": [\n        \"unharness\"\n    ],\n    \"unharhar\": [\n        \"unharnessed\"\n    ],\n    \"wepụtabeghị\": [\n        \"unhashed\"\n    ],\n    \"adighi ngwa ngwa\": [\n        \"unhaste\"\n    ],\n    \"unhastha\": [\n        \"unhastiness\"\n    ],\n    \"unheala\": [\n        \"unhealableness\"\n    ],\n    \"unwoke\": [\n        \"unhealed\",\n        \"unheaven\",\n        \"unwomanliness\"\n    ],\n    \"unheara\": [\n        \"unhearable\"\n    ],\n    \"anụghị\": [\n        \"unhearing\",\n        \"veld\"\n    ],\n    \"unatarten\": [\n        \"unhearten\"\n    ],\n    \"unatarthe\": [\n        \"unheartily\"\n    ],\n    \"unhearts\": [\n        \"unheartsome\"\n    ],\n    \"enweghị ike ikpo ọkụ\": [\n        \"unheatable\"\n    ],\n    \"unhe ọkụ\": [\n        \"unheathen\"\n    ],\n    \"unhedhed\": [\n        \"unhedged\"\n    ],\n    \"aheedaghị ntị\": [\n        \"unheeded\",\n        \"unheededly\"\n    ],\n    \"a unaghị ntị\": [\n        \"unheedful\"\n    ],\n    \"egeghị ntị\": [\n        \"unheedfully\",\n        \"unheeding\"\n    ],\n    \"anaghị ege ntị\": [\n        \"unheedfulness\",\n        \"unlistening\"\n    ],\n    \"unheelpiece\": [\n        \"unheelpieced\"\n    ],\n    \"unhehe\": [\n        \"unheightened\"\n    ],\n    \"enweghị ike inyere aka\": [\n        \"unhelpable\"\n    ],\n    \"unhelpable\": [\n        \"unhelpableness\"\n    ],\n    \"anaghị enyere aka\": [\n        \"unhelpful\"\n    ],\n    \"unaritary\": [\n        \"unhereditary\"\n    ],\n    \"adighi adi ndu\": [\n        \"unhesitant\"\n    ],\n    \"n’atughi uchu\": [\n        \"unhesitantly\"\n    ],\n    \"n’esepughi aka\": [\n        \"unhesitatingly\"\n    ],\n    \"unhewn\": [\n        \"unhewed\"\n    ],\n    \"enweghị ike ikpuchi\": [\n        \"unhideable\"\n    ],\n    \"enweghị ike izoro ezo\": [\n        \"unhideably\"\n    ],\n    \"unhydrolyzed\": [\n        \"unhydrolized\"\n    ],\n    \"hygrometric\": [\n        \"unhygrometric\"\n    ],\n    \"adịghị adị aghụghọ\": [\n        \"unhypocritical\"\n    ],\n    \"n'emeghị ihu abụọ\": [\n        \"unhypocritically\"\n    ],\n    \"agbachapụghị aka\": [\n        \"unhipped\"\n    ],\n    \"unhitch\": [\n        \"unhitching\"\n    ],\n    \"itupu\": [\n        \"unhive\"\n    ],\n    \"elekwasighi anya\": [\n        \"unhoarded\"\n    ],\n    \"unholly\": [\n        \"unholily\"\n    ],\n    \"meghepu\": [\n        \"unholpen\"\n    ],\n    \"inhomogeneously\": [\n        \"unhomogeneously\"\n    ],\n    \"n’enweghị nkwanye ugwu\": [\n        \"unhomologically\"\n    ],\n    \"nonhomologous\": [\n        \"unhomologous\"\n    ],\n    \"edoghị ya\": [\n        \"unhonied\"\n    ],\n    \"unhonovable\": [\n        \"unhonorably\"\n    ],\n    \"n’adịghị ọcha\": [\n        \"unhonourably\"\n    ],\n    \"unwukwe\": [\n        \"unhoodwink\"\n    ],\n    \"unhook\": [\n        \"unhooks\"\n    ],\n    \"unpepe\": [\n        \"unhope\",\n        \"unhopeful\",\n        \"unpecked\",\n        \"unpegs\"\n    ],\n    \"unopple\": [\n        \"unhoppled\"\n    ],\n    \"unoroscopic\": [\n        \"unhoroscopic\"\n    ],\n    \"unhorified\": [\n        \"unhorrified\"\n    ],\n    \"n'adaghị ọrụ\": [\n        \"unhortatively\"\n    ],\n    \"unhound\": [\n        \"unhounded\"\n    ],\n    \"unhu\": [\n        \"unhued\"\n    ],\n    \"unhulul\": [\n        \"unhulled\"\n    ],\n    \"onye mmadu\": [\n        \"unhuman\"\n    ],\n    \"inhumaneness\": [\n        \"unhumaneness\"\n    ],\n    \"agbasaghị mmadụ\": [\n        \"unhumanised\",\n        \"unhumanistic\"\n    ],\n    \"enweghị obi mmadụ\": [\n        \"unhumanising\",\n        \"unhumanitarian\"\n    ],\n    \"n'anaghi mmadu\": [\n        \"unhumanly\"\n    ],\n    \"na-emepụtaghị ihe\": [\n        \"unhumidifying\"\n    ],\n    \"n'emegide mmadu\": [\n        \"unhumiliatingly\"\n    ],\n    \"n'ụzọ na-enweghị nchịkwa\": [\n        \"unhumorously\"\n    ],\n    \"unhunt\": [\n        \"unhunted\"\n    ],\n    \"adịghị ngwa ngwa\": [\n        \"unhurried\",\n        \"unhurryingly\"\n    ],\n    \"ịdị ngwa ngwa\": [\n        \"unhurriedness\"\n    ],\n    \"adịghị adị ngwa\": [\n        \"unhurrying\"\n    ],\n    \"emerụghị ahụ\": [\n        \"unhurt\",\n        \"unhurtful\",\n        \"uninwreathed\",\n        \"unscathed\",\n        \"unscourged\",\n        \"unsimmered\"\n    ],\n    \"unhusband\": [\n        \"unhusbandly\"\n    ],\n    \"-achapu\": [\n        \"unhushing\"\n    ],\n    \"ibughi\": [\n        \"unhusked\"\n    ],\n    \"a na-ewepụbeghị\": [\n        \"unhutched\"\n    ],\n    \"dịrị n'otu\": [\n        \"uniate\",\n        \"unify\",\n        \"unison\",\n        \"unite\",\n        \"uniteable\",\n        \"united\"\n    ],\n    \"ahụghị ya\": [\n        \"uniced\"\n    ],\n    \"unekel\": [\n        \"unicellate\"\n    ],\n    \"achala\": [\n        \"unicolorate\"\n    ],\n    \"unyiiki\": [\n        \"unicolorous\"\n    ],\n    \"unyiikpu\": [\n        \"unicolour\"\n    ],\n    \"unicorn dị ka\": [\n        \"unicornlike\"\n    ],\n    \"unicorns\": [\n        \"unicornous\"\n    ],\n    \"enweghi ike mata\": [\n        \"unidentifiableness\",\n        \"unrecognisable\",\n        \"unrecognizable\"\n    ],\n    \"n'udoghi\": [\n        \"unideographically\"\n    ],\n    \"unidigit\": [\n        \"unidigitate\"\n    ],\n    \"unidirectional\": [\n        \"unidirection\"\n    ],\n    \"unatly\": [\n        \"unidly\"\n    ],\n    \"unweed\": [\n        \"unyeaned\",\n        \"unweaned\",\n        \"unweened\"\n    ],\n    \"dịrị iche\": [\n        \"uniembryonate\"\n    ],\n    \"ị kwekọrọ\": [\n        \"uniequivalent\"\n    ],\n    \"yunifik\": [\n        \"unifactoral\"\n    ],\n    \"yunifọtọ\": [\n        \"unifactorial\"\n    ],\n    \"yunifor\": [\n        \"unifarious\"\n    ],\n    \"enweghi iwepu\": [\n        \"unifiable\"\n    ],\n    \"adị n'otu\": [\n        \"unified\"\n    ],\n    \"n'ịdị n'otu\": [\n        \"unifiedly\",\n        \"unitingly\"\n    ],\n    \"na-eme ka a dịrị n'otu\": [\n        \"unifying\"\n    ],\n    \"yunifọl\": [\n        \"uniflow\",\n        \"unifoliar\"\n    ],\n    \"bifoliate\": [\n        \"unifoliolate\"\n    ],\n    \"Otuolum\": [\n        \"unifolium\"\n    ],\n    \"yunifọm\": [\n        \"uniformed\",\n        \"uniformer\",\n        \"uniforms\"\n    ],\n    \"yuniforist\": [\n        \"uniformitarian\"\n    ],\n    \"yunifọmi\": [\n        \"uniformize\"\n    ],\n    \"ekweghị ibe ha\": [\n        \"unigeniture\"\n    ],\n    \"iweghị\": [\n        \"unignited\"\n    ],\n    \"unignominign\": [\n        \"unignominious\"\n    ],\n    \"enweghi asusu\": [\n        \"unilingual\"\n    ],\n    \"unillill\": [\n        \"unillumed\"\n    ],\n    \"uniluminụ\": [\n        \"unilluminant\"\n    ],\n    \"enwetaghị ọkụ\": [\n        \"unilluminated\"\n    ],\n    \"na-enye ọkụ\": [\n        \"unilluminating\"\n    ],\n    \"unye ọkụ\": [\n        \"unillumination\"\n    ],\n    \"ịchọghị mma\": [\n        \"unimbellished\"\n    ],\n    \"unimbru\": [\n        \"unimbrued\"\n    ],\n    \"oge adịghị anya\": [\n        \"unimmediate\"\n    ],\n    \"-adịghị anya\": [\n        \"unimminent\"\n    ],\n    \"enweghi anwu\": [\n        \"unimmortal\"\n    ],\n    \"emejuputaghi\": [\n        \"unimplemented\",\n        \"unsupplemented\"\n    ],\n    \"egosipụtaghị\": [\n        \"unimplicit\"\n    ],\n    \"unimpoison\": [\n        \"unimpoisoned\"\n    ],\n    \"ebubatabeghị\": [\n        \"unimported\"\n    ],\n    \"ekwusighi\": [\n        \"unimportuned\"\n    ],\n    \"atụghị mkpọrọ\": [\n        \"unimprisoned\",\n        \"unprisoned\"\n    ],\n    \"na-amụtaghị ihe\": [\n        \"uninchoative\"\n    ],\n    \"a na-atụghị anya ya\": [\n        \"unincidental\"\n    ],\n    \"enweghị ọnụ ness\": [\n        \"unincorporatedness\"\n    ],\n    \"akọwapụtaghị\": [\n        \"unindebted\"\n    ],\n    \"n'enweghị mgbagha\": [\n        \"unindebtedly\",\n        \"unquestionably\",\n        \"unquestionedly\"\n    ],\n    \"unitigent\": [\n        \"unindigent\"\n    ],\n    \"enweghị obi iru ala\": [\n        \"unindignant\",\n        \"unquiet\",\n        \"unquietness\"\n    ],\n    \"enweghi aha\": [\n        \"unindividualized\",\n        \"unisonal\"\n    ],\n    \"undoctrinated\": [\n        \"unindoctrinated\"\n    ],\n    \"unindul\": [\n        \"unindulging\"\n    ],\n    \"amụghị akwụkwọ\": [\n        \"unindurate\"\n    ],\n    \"anaghị amụrụ ihe\": [\n        \"unindurative\"\n    ],\n    \"enweghị ike ịkwụkwụ\": [\n        \"unindwellable\"\n    ],\n    \"ejighi oria\": [\n        \"uninfected\"\n    ],\n    \"nke a na-enweghị ike ịkọwapụ\": [\n        \"uninferable\"\n    ],\n    \"ebunyeghị\": [\n        \"uninferred\"\n    ],\n    \"na-enweghị nchekasị\": [\n        \"uninferrible\"\n    ],\n    \"enweghi mmuta\": [\n        \"uninfluenced\",\n        \"unrepresentativeness\",\n        \"untrainedness\"\n    ],\n    \"n'etinyeghi ihe omuma\": [\n        \"uninforming\"\n    ],\n    \"na-enweghị afọ ojuju\": [\n        \"uninfusing\"\n    ],\n    \"akpacharaghị anya\": [\n        \"uningenuity\"\n    ],\n    \"n’enweghị nkwanye ùgwù\": [\n        \"uningenuously\"\n    ],\n    \"uningesting\": [\n        \"uningested\"\n    ],\n    \"ejighi ọzụzụ\": [\n        \"uningrained\"\n    ],\n    \"agaghị ebi ebi\": [\n        \"uninhabitably\"\n    ],\n    \"n'enweghi ike\": [\n        \"uninherently\"\n    ],\n    \"anaghị ebi ebi\": [\n        \"uninheritability\"\n    ],\n    \"nke na-enweghị ike ibibi ya\": [\n        \"uninheritable\"\n    ],\n    \"akpaghị nke ọma\": [\n        \"uninitialled\"\n    ],\n    \"nke a na-apụghị izere ezere\": [\n        \"uninjurable\"\n    ],\n    \"enweghi mmerụ ahụ\": [\n        \"uninjured\"\n    ],\n    \"na-adịghị emerụ ahụ\": [\n        \"uninjurious\"\n    ],\n    \"ejighi elu\": [\n        \"uninominal\"\n    ],\n    \"ajụghị ase\": [\n        \"uninquired\"\n    ],\n    \"na-enweghịkwa\": [\n        \"uninquiring\"\n    ],\n    \"n'etinyeghi akwukwo\": [\n        \"uninquisitorially\"\n    ],\n    \"unosolvent\": [\n        \"uninsolvent\"\n    ],\n    \"enyeghi mmụọ nsọ\": [\n        \"uninspired\"\n    ],\n    \"uninsing\": [\n        \"uninspiring\"\n    ],\n    \"ewepụtaghi\": [\n        \"uninstated\"\n    ],\n    \"ewepu ya\": [\n        \"uninstigated\"\n    ],\n    \"etisaghị\": [\n        \"uninstilled\",\n        \"untattered\"\n    ],\n    \"achughi ya\": [\n        \"uninstructed\"\n    ],\n    \"adịghị akụzi ihe\": [\n        \"uninstructive\"\n    ],\n    \"echekwaghi\": [\n        \"uninsulated\",\n        \"unpreserved\",\n        \"unprotect\",\n        \"unrecoined\",\n        \"unreserve\",\n        \"unreserved\",\n        \"unretouched\"\n    ],\n    \"ebughi n'uche\": [\n        \"unintended\",\n        \"unthinkableness\",\n        \"unthinkably\"\n    ],\n    \"-enweghi mgbanwe\": [\n        \"uninterchangeable\"\n    ],\n    \"ndidọ owo\": [\n        \"unintermarrying\"\n    ],\n    \"n'etughari\": [\n        \"uninterrogatively\"\n    ],\n    \"na-enyochapụghị\": [\n        \"uninterviewed\"\n    ],\n    \"a na-ebupụtaghị ya\": [\n        \"uninthroned\",\n        \"unridden\"\n    ],\n    \"unintones\": [\n        \"unintoned\"\n    ],\n    \"ewebata\": [\n        \"unintroduced\",\n        \"unsubmitting\"\n    ],\n    \"na-adịghị arụpụta ihe\": [\n        \"unintroductive\"\n    ],\n    \"etinyeghi aka\": [\n        \"unintroverted\"\n    ],\n    \"n'etinyeghi uche\": [\n        \"unintrudingly\"\n    ],\n    \"unintwins\": [\n        \"unintwined\"\n    ],\n    \"ejighi mkpuchi\": [\n        \"uninured\",\n        \"unscoured\"\n    ],\n    \"ebughi agha\": [\n        \"uninvaded\",\n        \"unmunched\"\n    ],\n    \"amaghị nke ọma\": [\n        \"uninvaginated\",\n        \"unsinewy\"\n    ],\n    \"enweghị ebibi\": [\n        \"uninvasive\"\n    ],\n    \"n'enweghi nkwanye ugwu\": [\n        \"uninventively\"\n    ],\n    \"enweghị ike ịchọpụta ya\": [\n        \"uninvestigable\"\n    ],\n    \"enyochaghi\": [\n        \"uninvestigated\",\n        \"unmetrified\",\n        \"unreviewed\",\n        \"unrevised\",\n        \"unschematised\",\n        \"unscrutinised\",\n        \"unscrutinized\"\n    ],\n    \"n'esepughi anya\": [\n        \"uninvidiously\"\n    ],\n    \"unachonible\": [\n        \"uninvincibleness\"\n    ],\n    \"n'ekweghi\": [\n        \"uninvitedly\"\n    ],\n    \"n'otu\": [\n        \"unionic\",\n        \"unionised\",\n        \"unionized\",\n        \"unisonally\",\n        \"unitarily\",\n        \"uniteably\",\n        \"unitedly\",\n        \"uniterative\"\n    ],\n    \"onye n'otu\": [\n        \"unionist\"\n    ],\n    \"ndị ọrụ n'otu\": [\n        \"unionists\"\n    ],\n    \"unwouthness\": [\n        \"unyouthfulness\"\n    ],\n    \"onye n’onwe ya\": [\n        \"unipersonal\",\n        \"unipersonalist\"\n    ],\n    \"enweghị ike ịtọ\": [\n        \"unisolable\"\n    ],\n    \"enweghị mmekọrịta\": [\n        \"unisolationist\",\n        \"unsocial\",\n        \"unsocialised\",\n        \"unsocialising\",\n        \"unsocialism\",\n        \"unsocialistic\",\n        \"unsociality\",\n        \"unsocialness\"\n    ],\n    \"ndị nọ n'otu\": [\n        \"uniters\"\n    ],\n    \"unit\": [\n        \"unitistic\"\n    ],\n    \"wepụ n'otu\": [\n        \"unitize\"\n    ],\n    \"na-ejikọtaghị\": [\n        \"unitizes\",\n        \"unoppressed\"\n    ],\n    \"univival\": [\n        \"univalved\"\n    ],\n    \"nsonaazụ ụwa\": [\n        \"universalization\"\n    ],\n    \"enweghị mahadum\": [\n        \"universityless\"\n    ],\n    \"dị ka mahadum\": [\n        \"universitylike\"\n    ],\n    \"enivocalized\": [\n        \"univocalized\"\n    ],\n    \"enweghị ekworo\": [\n        \"unjealous\",\n        \"unjealously\"\n    ],\n    \"ejighị akwụkwọ\": [\n        \"unjeered\"\n    ],\n    \"-apụghị\": [\n        \"unjeering\"\n    ],\n    \"enwetaghi nsogbu\": [\n        \"unjeopardized\"\n    ],\n    \"enweghị ọyoụ\": [\n        \"unjoyousness\"\n    ],\n    \"ịụ sịga\": [\n        \"unjoking\"\n    ],\n    \"unwolted\": [\n        \"unjolted\"\n    ],\n    \"na-enweghị ikpe\": [\n        \"unjudicative\"\n    ],\n    \"enweghị mbunobi\": [\n        \"unjudiciousness\",\n        \"unprejudicated\",\n        \"unprejudice\",\n        \"unprejudiced\",\n        \"unprejudicedness\"\n    ],\n    \"akpachapụrụ anya\": [\n        \"unkembed\"\n    ],\n    \"unkenyeghi\": [\n        \"unkenned\"\n    ],\n    \"kerchiefed\": [\n        \"unkerchiefed\"\n    ],\n    \"akwula\": [\n        \"unkilled\",\n        \"unkilned\"\n    ],\n    \"nke obi ọjọọ\": [\n        \"unkindest\"\n    ],\n    \"ndị na-enweghị obi ebere\": [\n        \"unkindhearted\"\n    ],\n    \"enweghị obiọma\": [\n        \"unkindled\",\n        \"unkindledness\",\n        \"unkindness\",\n        \"unkindredly\"\n    ],\n    \"nke na-adịghị obiọma\": [\n        \"unkindliest\"\n    ],\n    \"emeghị ebere\": [\n        \"unkindred\"\n    ],\n    \"unkightlike\": [\n        \"unknightlike\"\n    ],\n    \"uneknotu\": [\n        \"unknotted\"\n    ],\n    \"unknot\": [\n        \"unknotty\"\n    ],\n    \"ikweghi\": [\n        \"unlabializing\"\n    ],\n    \"enwughi aka\": [\n        \"unlaboured\"\n    ],\n    \"unconconic\": [\n        \"unlaconic\"\n    ],\n    \"untọpụ\": [\n        \"unlagging\"\n    ],\n    \"ejighi asusu\": [\n        \"unlanguaged\"\n    ],\n    \"anaghị ahapụ ya\": [\n        \"unlanguishing\"\n    ],\n    \"unlatized\": [\n        \"unlatinized\"\n    ],\n    \"ejighi iwu\": [\n        \"unlaureled\",\n        \"untaunted\"\n    ],\n    \"enwetala\": [\n        \"unlavished\"\n    ],\n    \"adighi iwu\": [\n        \"unlawlearned\"\n    ],\n    \"unlele\": [\n        \"unleared\"\n    ],\n    \"enweghị ike ịmụ ihe\": [\n        \"unlearnability\"\n    ],\n    \"enweghị ike ịmụ\": [\n        \"unlearnable\"\n    ],\n    \"enweghị iwepụ\": [\n        \"unleasable\"\n    ],\n    \"palitere\": [\n        \"unleash\"\n    ],\n    \"-achọpụtaghị\": [\n        \"unleavenable\"\n    ],\n    \"adighi anuri\": [\n        \"unlecherous\"\n    ],\n    \"ghara iwu\": [\n        \"unlegate\"\n    ],\n    \"unleisure\": [\n        \"unleisured\"\n    ],\n    \"unleisureness\": [\n        \"unleisuredness\"\n    ],\n    \"ejighi ezi uche\": [\n        \"unlethargical\"\n    ],\n    \"unlevel\": [\n        \"unleveled\",\n        \"unlevelly\"\n    ],\n    \"unlevel ling\": [\n        \"unlevelling\"\n    ],\n    \"ihe adighi agbanwe agbanwe\": [\n        \"unliable\"\n    ],\n    \"itinyeghị aka\": [\n        \"unliberalised\"\n    ],\n    \"iwepụghị aka\": [\n        \"unliberalized\"\n    ],\n    \"enweghị ike itinye ụgwọ\": [\n        \"unliberated\"\n    ],\n    \"enweghi ike imeghe\": [\n        \"unlickable\",\n        \"unloosable\",\n        \"unlosable\",\n        \"unlosableness\"\n    ],\n    \"unli\": [\n        \"unlie\"\n    ],\n    \"enweghị ike ibuli\": [\n        \"unliftable\"\n    ],\n    \"unlikable\": [\n        \"unlikableness\"\n    ],\n    \"n'adịghị ka\": [\n        \"unlike\"\n    ],\n    \"unbal\": [\n        \"unlimb\"\n    ],\n    \"iwepụtụ\": [\n        \"unlimber\"\n    ],\n    \"na-akparaghị ókè\": [\n        \"unlimitably\",\n        \"unlimitedly\"\n    ],\n    \"unlimened\": [\n        \"unlimned\"\n    ],\n    \"unlion yiri\": [\n        \"unlionlike\"\n    ],\n    \"akugaghi\": [\n        \"unliquefiable\"\n    ],\n    \"adighi ọnụ\": [\n        \"unlyrical\"\n    ],\n    \"unalricalness\": [\n        \"unlyricalness\"\n    ],\n    \"adịghị ntị\": [\n        \"unlistened\"\n    ],\n    \"unlitlit\": [\n        \"unlit\"\n    ],\n    \"ejikọtaghị ya\": [\n        \"unliteralized\",\n        \"unpaired\"\n    ],\n    \"edeghi ihe\": [\n        \"unliterary\"\n    ],\n    \"unlili\": [\n        \"unlivable\"\n    ],\n    \"unlive\": [\n        \"unlived\"\n    ],\n    \"unlly\": [\n        \"unlively\",\n        \"unlustfully\",\n        \"unlustily\"\n    ],\n    \"unlivel\": [\n        \"unliveried\",\n        \"unliveries\"\n    ],\n    \"ndị na-ebutu ibu\": [\n        \"unloaders\"\n    ],\n    \"anaputaghi\": [\n        \"unloaned\"\n    ],\n    \"lekọtaghị\": [\n        \"unlocalised\"\n    ],\n    \"wepu ha\": [\n        \"unlocalize\"\n    ],\n    \"anaghị ebugharị\": [\n        \"unlocated\"\n    ],\n    \"imehe\": [\n        \"unlock\",\n        \"unlook\"\n    ],\n    \"kpọghee\": [\n        \"unlocker\"\n    ],\n    \"unlodled\": [\n        \"unlodged\"\n    ],\n    \"adighi elu\": [\n        \"unlofty\"\n    ],\n    \"unyọdụn\": [\n        \"unlordly\"\n    ],\n    \"unlotlot\": [\n        \"unlotted\"\n    ],\n    \"hụ n'anya\": [\n        \"unlove\"\n    ],\n    \"ahụghị n'anya\": [\n        \"unloved\"\n    ],\n    \"unlovello\": [\n        \"unloveliness\"\n    ],\n    \"ekwughaghi ihe\": [\n        \"unltraconservative\"\n    ],\n    \"adịghị eri nri\": [\n        \"unlubricant\"\n    ],\n    \"unubricity\": [\n        \"unlubricious\"\n    ],\n    \"keihuoma\": [\n        \"unlucky\"\n    ],\n    \"wepụghị\": [\n        \"unlugged\"\n    ],\n    \"osondo\": [\n        \"unlumbering\"\n    ],\n    \"onwa onwa\": [\n        \"unlunar\"\n    ],\n    \"unlun\": [\n        \"unlunated\"\n    ],\n    \"na-adịghị ọcha\": [\n        \"unlusty\"\n    ],\n    \"unlich\": [\n        \"unlustiness\"\n    ],\n    \"unlred\": [\n        \"unlustred\"\n    ],\n    \"unlustly\": [\n        \"unlustrously\"\n    ],\n    \"ihe a na-apụghị ime eme\": [\n        \"unmachinable\"\n    ],\n    \"unmadden\": [\n        \"unmaddened\"\n    ],\n    \"unmagialial\": [\n        \"unmagisterial\"\n    ],\n    \"eme ka iwe ghara ịdị\": [\n        \"unmagnifying\"\n    ],\n    \"adighi ka umu nwanyi\": [\n        \"unmaidenlike\"\n    ],\n    \"enweghị ike ibudata\": [\n        \"unmailableness\"\n    ],\n    \"agaghị adịgide\": [\n        \"unmaintainable\"\n    ],\n    \"unmaledical\": [\n        \"unmaledictive\"\n    ],\n    \"unammonized\": [\n        \"unmammonized\"\n    ],\n    \"unmaneduated\": [\n        \"unmanducated\"\n    ],\n    \"ejikwala\": [\n        \"unmanored\"\n    ],\n    \"marbleize\": [\n        \"unmarbleize\"\n    ],\n    \"unmarị\": [\n        \"unmarching\"\n    ],\n    \"alụghị oge\": [\n        \"unmaritime\"\n    ],\n    \"etinyeghị aha\": [\n        \"unmarketed\"\n    ],\n    \"na-alụghị di\": [\n        \"unmarried\",\n        \"unmarrying\",\n        \"unmarring\",\n        \"unremarried\"\n    ],\n    \"untarty\": [\n        \"unmartyred\"\n    ],\n    \"unana-ndudue\": [\n        \"unmarvellousness\"\n    ],\n    \"unana-utịbe\": [\n        \"unmarvelousness\"\n    ],\n    \"unmass\": [\n        \"unmassed\"\n    ],\n    \"unmatchable\": [\n        \"unmatchableness\"\n    ],\n    \"unmatị\": [\n        \"unmated\"\n    ],\n    \"na-ejighi ya\": [\n        \"unmaterialised\"\n    ],\n    \"unmatị ụwa\": [\n        \"unmaterially\"\n    ],\n    \"unmatura\": [\n        \"unmaturative\"\n    ],\n    \"unmau\": [\n        \"unmauled\"\n    ],\n    \"na-apụtaghị\": [\n        \"unmeaning\"\n    ],\n    \"unmeless\": [\n        \"unmeaningful\"\n    ],\n    \"ejighị ọgwụ\": [\n        \"unmedicinal\"\n    ],\n    \"unmeed\": [\n        \"unmeedful\"\n    ],\n    \"unmeet\": [\n        \"unmeetable\"\n    ],\n    \"unmeetu\": [\n        \"unmeetly\"\n    ],\n    \"a ga-ewepụsị\": [\n        \"unmemoired\"\n    ],\n    \"-enweghị ike icheta\": [\n        \"unmemorable\"\n    ],\n    \"unemoriori\": [\n        \"unmemorialized\"\n    ],\n    \"unemori\": [\n        \"unmemoried\"\n    ],\n    \"unmmadu\": [\n        \"unmendableness\"\n    ],\n    \"n'enweghi obi ojoo\": [\n        \"unmendably\",\n        \"unnamably\",\n        \"unscenically\"\n    ],\n    \"na -enweghị atụ\": [\n        \"unmended\"\n    ],\n    \"iweghachị akwụkwọ\": [\n        \"unmenstruating\"\n    ],\n    \"ihe anaghi acho nkowa\": [\n        \"unmensurable\"\n    ],\n    \"enweghi ahia\": [\n        \"unmerchandised\"\n    ],\n    \"unmeringu\": [\n        \"unmeringued\"\n    ],\n    \"enweghi ike idi ya\": [\n        \"unmeritability\"\n    ],\n    \"unmegbekpe\": [\n        \"unmeritoriousness\"\n    ],\n    \"unmeta\": [\n        \"unmetaled\"\n    ],\n    \"unmetized\": [\n        \"unmetalized\"\n    ],\n    \"unmetallally\": [\n        \"unmetallically\"\n    ],\n    \"unmetall ịwa ahụ\": [\n        \"unmetallurgical\"\n    ],\n    \"unetaphysic\": [\n        \"unmetaphysic\"\n    ],\n    \"n'etule ihu igwe\": [\n        \"unmeteorologically\"\n    ],\n    \"unethodising\": [\n        \"unmethodising\"\n    ],\n    \"uneticulous\": [\n        \"unmeticulous\"\n    ],\n    \"unmetered\": [\n        \"unmetred\"\n    ],\n    \"unetropolitan\": [\n        \"unmetropolitan\"\n    ],\n    \"unmew\": [\n        \"unmewing\"\n    ],\n    \"unmyasmic\": [\n        \"unmiasmic\"\n    ],\n    \"n'emeghara ihe ọ bụla\": [\n        \"unmicroscopically\"\n    ],\n    \"unmill\": [\n        \"unmilled\"\n    ],\n    \"enweghị mmeta\": [\n        \"unmimetic\"\n    ],\n    \"unmind\": [\n        \"unminded\"\n    ],\n    \"unming\": [\n        \"unmingling\"\n    ],\n    \"enweghị ike imebi\": [\n        \"unminimizing\"\n    ],\n    \"ejighi ike\": [\n        \"unmiscible\"\n    ],\n    \"enweghị ntuziaka\": [\n        \"unmisguided\"\n    ],\n    \"unmism\": [\n        \"unmisled\"\n    ],\n    \"unmysterism\": [\n        \"unmysteriousness\"\n    ],\n    \"unmysticalism\": [\n        \"unmysticalness\"\n    ],\n    \"unystystize\": [\n        \"unmysticize\"\n    ],\n    \"ikwenyeghi ntụkwasị obi\": [\n        \"unmistrusting\"\n    ],\n    \"na-ejikọtaghị ọnụ\": [\n        \"unmixedly\"\n    ],\n    \"unmola\": [\n        \"unmoated\"\n    ],\n    \"adịghị edozi anya\": [\n        \"unmodernize\"\n    ],\n    \"unold\": [\n        \"unmold\"\n    ],\n    \"unoldold\": [\n        \"unmoldableness\",\n        \"unmoldered\"\n    ],\n    \"unlollifiable\": [\n        \"unmollifiable\"\n    ],\n    \"iwepụtaghị\": [\n        \"unmonopolize\"\n    ],\n    \"Omume rụrụ arụ\": [\n        \"unmorality\"\n    ],\n    \"akachaghi ego\": [\n        \"unmoribundly\"\n    ],\n    \"unmorta\": [\n        \"unmortared\"\n    ],\n    \"agaghị ekwekwa\": [\n        \"unmortgaged\"\n    ],\n    \"na-enweghị nne\": [\n        \"unmotherly\"\n    ],\n    \"n’ebughị n’obi\": [\n        \"unmotivatedly\"\n    ],\n    \"unmould\": [\n        \"unmouldered\"\n    ],\n    \"unmoulding\": [\n        \"unmouldering\"\n    ],\n    \"unululd\": [\n        \"unmouldy\"\n    ],\n    \"unmourn\": [\n        \"unmournful\"\n    ],\n    \"unmovable\": [\n        \"unmovableness\",\n        \"unmovablety\"\n    ],\n    \"unmover\": [\n        \"unmoveable\"\n    ],\n    \"emegharịghị\": [\n        \"unmoved\"\n    ],\n    \"adịghị apụ apụ\": [\n        \"unmoving\"\n    ],\n    \"unweldle\": [\n        \"unmuddle\"\n    ],\n    \"adịghị ekwe ka\": [\n        \"unmuffling\"\n    ],\n    \"unmultiplied\": [\n        \"unmultipliedly\"\n    ],\n    \"unmumb\": [\n        \"unmumbling\"\n    ],\n    \"emeghi obodo\": [\n        \"unmunicipalized\"\n    ],\n    \"n'emeghị ya ọnụ\": [\n        \"unmunificently\"\n    ],\n    \"unmurmuring\": [\n        \"unmurmuringly\"\n    ],\n    \"unmusmus\": [\n        \"unmusked\"\n    ],\n    \"unmkpa\": [\n        \"unmusted\"\n    ],\n    \"unmust\": [\n        \"unmustered\"\n    ],\n    \"adịghị agbarụ\": [\n        \"unmuzzling\"\n    ],\n    \"nke a na-ejighị\": [\n        \"unnailed\"\n    ],\n    \"unnaptị\": [\n        \"unnapt\"\n    ],\n    \"ejighi aha\": [\n        \"unnationalized\",\n        \"unpersonalized\",\n        \"unpersonified\",\n        \"unresigned\",\n        \"unsigned\",\n        \"unsinged\",\n        \"unsingled\"\n    ],\n    \"onye na-ekweghị n'okike\": [\n        \"unnaturalist\"\n    ],\n    \"ihe na-ekweghị omume\": [\n        \"unnaturalizable\"\n    ],\n    \"nke na-adịghị arụ ọrụ\": [\n        \"unnauseated\"\n    ],\n    \"onye na-ejighi n'aka\": [\n        \"unnautical\"\n    ],\n    \"achọtaghị\": [\n        \"unnavigated\",\n        \"unrevivable\",\n        \"unsaught\"\n    ],\n    \"na-adịghị mkpa\": [\n        \"unnear\"\n    ],\n    \"na-enweghị nkata\": [\n        \"unnegotiably\"\n    ],\n    \"ghigro\": [\n        \"unnegro\"\n    ],\n    \"enweghị agbata obi\": [\n        \"unneighborly\"\n    ],\n    \"enweghị ekike\": [\n        \"unneighborlike\"\n    ],\n    \"enweghị agbataobi\": [\n        \"unneighborliness\"\n    ],\n    \"enweghị nzukọ\": [\n        \"unneighbourliness\"\n    ],\n    \"na-enweghị nkatọ\": [\n        \"unnephritic\"\n    ],\n    \"unnibed\": [\n        \"unnibbed\"\n    ],\n    \"unnken\": [\n        \"unnicked\"\n    ],\n    \"unnicknname\": [\n        \"unnicknamed\"\n    ],\n    \"unnggardly\": [\n        \"unniggardly\"\n    ],\n    \"unnoble\": [\n        \"unnobleness\"\n    ],\n    \"n'abalịghị\": [\n        \"unnocturnal\"\n    ],\n    \"emeghị mkpọtụ\": [\n        \"unnoisy\"\n    ],\n    \"unomadic\": [\n        \"unnomadic\"\n    ],\n    \"ejighị elu ọnụ\": [\n        \"unnominal\"\n    ],\n    \"unnorming\": [\n        \"unnormalizing\"\n    ],\n    \"n'akuku ugwu\": [\n        \"unnorthern\"\n    ],\n    \"unnotible\": [\n        \"unnotable\"\n    ],\n    \"aghotaghi ya\": [\n        \"unnoted\"\n    ],\n    \"ahụghị ihe\": [\n        \"unnoticing\"\n    ],\n    \"n'aghọta\": [\n        \"unnoting\"\n    ],\n    \"unnevel\": [\n        \"unnovel\"\n    ],\n    \"unalucle\": [\n        \"unnucleated\"\n    ],\n    \"agụtaghị\": [\n        \"unnumbed\"\n    ],\n    \"agụkọtaghị ọnụ\": [\n        \"unnumberably\"\n    ],\n    \"agụghị ọnụ\": [\n        \"unnumerously\"\n    ],\n    \"unturt\": [\n        \"unnurtured\"\n    ],\n    \"eweghi\": [\n        \"unobjectivized\"\n    ],\n    \"ekweghi nkwa\": [\n        \"unobligative\"\n    ],\n    \"n’esighi ya\": [\n        \"unobligingly\"\n    ],\n    \"n’enweghi uche\": [\n        \"unobscenely\",\n        \"unregimentally\",\n        \"unsalaciously\"\n    ],\n    \"unobsureness\": [\n        \"unobscureness\"\n    ],\n    \"unobsible\": [\n        \"unobservable\"\n    ],\n    \"ejighi ikike\": [\n        \"unobsessed\"\n    ],\n    \"egbochighi\": [\n        \"unobstructed\",\n        \"unprecluded\",\n        \"unpreluded\",\n        \"unprohibited\"\n    ],\n    \"enweghi mmachi\": [\n        \"unobstruent\"\n    ],\n    \"emeheghi anya\": [\n        \"unobtruding\"\n    ],\n    \"Emechieghi\": [\n        \"unobtunded\"\n    ],\n    \"anaghi ahapu ya\": [\n        \"unobumbrated\"\n    ],\n    \"unobughi\": [\n        \"unobvious\"\n    ],\n    \"n'emegheghi anya\": [\n        \"unobviously\"\n    ],\n    \"emeghị ihe ọhụụ\": [\n        \"unobviousness\"\n    ],\n    \"unyeghi aka\": [\n        \"unoccupiedly\"\n    ],\n    \"n'adighi mkpa\": [\n        \"unodoriferously\"\n    ],\n    \"n’enyeghị ego\": [\n        \"unoffensively\"\n    ],\n    \"enyeghị\": [\n        \"unoffered\"\n    ],\n    \"enenyeghi iwu\": [\n        \"unofficed\",\n        \"unofficered\",\n        \"unsacrilegious\"\n    ],\n    \"adabaghi oru\": [\n        \"unofficerlike\"\n    ],\n    \"unofficial\": [\n        \"unofficinal\",\n        \"unofficious\"\n    ],\n    \"unofficially\": [\n        \"unofficiously\"\n    ],\n    \"agbagọghị\": [\n        \"unoften\"\n    ],\n    \"unomnikap\": [\n        \"unomnisciently\"\n    ],\n    \"enweghị ike imeghe\": [\n        \"unopenable\"\n    ],\n    \"n’enweghị onye ịma aka\": [\n        \"unopposedly\"\n    ],\n    \"enweghị onye na-emegide ya\": [\n        \"unopposedness\"\n    ],\n    \"n’usoro\": [\n        \"unorganizedly\"\n    ],\n    \"enwetaghi aha ya\": [\n        \"unoriginate\"\n    ],\n    \"ịchọghị\": [\n        \"unornamentation\"\n    ],\n    \"unorny\": [\n        \"unornately\"\n    ],\n    \"na-agụghị ụmụ\": [\n        \"unorphaned\"\n    ],\n    \"n'ụzọ na-ekwekọghị ekwekọ\": [\n        \"unorthodoxically\",\n        \"unorthodoxly\"\n    ],\n    \"emeghi ahia\": [\n        \"unosculated\"\n    ],\n    \"unensensible\": [\n        \"unostensible\"\n    ],\n    \"unosto\": [\n        \"unousted\"\n    ],\n    \"n'adighi akwa\": [\n        \"unoutworn\"\n    ],\n    \"ofụba\": [\n        \"unoverflowing\"\n    ],\n    \"enweghị ike ichegbu ya\": [\n        \"unoverwhelmed\"\n    ],\n    \"n'achaghị anya\": [\n        \"unpacifiedly\"\n    ],\n    \"buru ngwugwu\": [\n        \"unpacker\"\n    ],\n    \"ndị na-enweghị ike\": [\n        \"unpackers\"\n    ],\n    \"ibupụta\": [\n        \"unpacks\",\n        \"unwaddling\"\n    ],\n    \"akwughi ugwo\": [\n        \"unpay\",\n        \"unpaid\",\n        \"unpendant\",\n        \"unsuspectable\"\n    ],\n    \"na-eteghị aka\": [\n        \"unpainted\"\n    ],\n    \"unpalpe\": [\n        \"unpalped\"\n    ],\n    \"unpanel\": [\n        \"unpanelled\"\n    ],\n    \"enweghị odo odo\": [\n        \"unpapered\"\n    ],\n    \"n’enweghị nne na nna\": [\n        \"unparenthetically\"\n    ],\n    \"unparodieded\": [\n        \"unparodied\"\n    ],\n    \"a na-edozi\": [\n        \"unparoled\",\n        \"unsilhouetted\"\n    ],\n    \"anaghị achọgharị\": [\n        \"unparrying\",\n        \"unrepulsing\"\n    ],\n    \"partizan\": [\n        \"unpartizan\"\n    ],\n    \"akasighi\": [\n        \"unpassive\"\n    ],\n    \"unchachaghị\": [\n        \"unpasteurised\"\n    ],\n    \"uncha ogwu\": [\n        \"unpasteurized\"\n    ],\n    \"n'enweghị ndidi\": [\n        \"unpatiently\"\n    ],\n    \"enweghị mmasị na mba\": [\n        \"unpatriotism\"\n    ],\n    \"a na-eteghị ya\": [\n        \"unpaved\"\n    ],\n    \"enwenwughi\": [\n        \"unpearled\"\n    ],\n    \"unpebbbs\": [\n        \"unpebbled\"\n    ],\n    \"enweghị ike ịgụta ihe\": [\n        \"unperceivability\",\n        \"untolerative\"\n    ],\n    \"enweghi ike ịghọta\": [\n        \"unperceptible\"\n    ],\n    \"unepcept\": [\n        \"unperceptually\"\n    ],\n    \"enweghi ike ịchọta ya\": [\n        \"unperforable\"\n    ],\n    \"unere ọkụ\": [\n        \"unperfumed\"\n    ],\n    \"enweghi ike idi ire\": [\n        \"unperishable\"\n    ],\n    \"na-adịghị agwụ agwụ\": [\n        \"unperishing\"\n    ],\n    \"unperjering\": [\n        \"unperjuring\"\n    ],\n    \"ikwadoghi\": [\n        \"unperpendicularly\"\n    ],\n    \"unpleplex\": [\n        \"unperplex\"\n    ],\n    \"nke a na-agbasaghị\": [\n        \"unpersecutive\"\n    ],\n    \"nke ndi mmadu\": [\n        \"unpersonal\"\n    ],\n    \"ewepu aha\": [\n        \"unpersonalising\"\n    ],\n    \"adịghị egosipụta mmadụ\": [\n        \"unpersonifying\"\n    ],\n    \"n'izu iche\": [\n        \"unpersuasively\"\n    ],\n    \"enweghị ebe niile\": [\n        \"unpervasively\"\n    ],\n    \"ahụghị ọrụ\": [\n        \"unpervious\"\n    ],\n    \"mee ka obi sie gị ike\": [\n        \"unpetrify\"\n    ],\n    \"unysysicianlike\": [\n        \"unphysicianlike\"\n    ],\n    \"enweghị anụ ọkụ\": [\n        \"unphysicked\"\n    ],\n    \"emegheghị anya\": [\n        \"unphosphatised\"\n    ],\n    \"enweghị foto\": [\n        \"unphotographed\",\n        \"unphotographic\"\n    ],\n    \"ibugide\": [\n        \"unpiece\"\n    ],\n    \"na-ejighị ụgbọ mmiri\": [\n        \"unpieced\"\n    ],\n    \"na-ekpopụ\": [\n        \"unpiercing\"\n    ],\n    \"idetuo\": [\n        \"unpiled\"\n    ],\n    \"emechabeghị\": [\n        \"unpilled\",\n        \"untarnished\"\n    ],\n    \"a na-edepụtaghị\": [\n        \"unpiloted\"\n    ],\n    \"unpin\": [\n        \"unpinned\"\n    ],\n    \"etinyeghi ebe\": [\n        \"unplace\"\n    ],\n    \"ungubeghi\": [\n        \"unplagued\"\n    ],\n    \"ịkọwapụtaghị ya\": [\n        \"unplain\"\n    ],\n    \"emeghi atụmatụ\": [\n        \"unplanished\",\n        \"unplanked\"\n    ],\n    \"ness na-emeghị atụmatụ\": [\n        \"unplannedness\"\n    ],\n    \"-adịghị ekwe nghọta\": [\n        \"unplausible\"\n    ],\n    \"unwelitere\": [\n        \"unpleached\"\n    ],\n    \"unadul\": [\n        \"unpleadable\"\n    ],\n    \"ihe na-adịghị atọ ụtọ\": [\n        \"unpleasingness\"\n    ],\n    \"mejughị afọ\": [\n        \"unplenished\"\n    ],\n    \"akwupu\": [\n        \"unplowed\",\n        \"unplunged\"\n    ],\n    \"ịkwụpụ\": [\n        \"unplugging\"\n    ],\n    \"unplum\": [\n        \"unplumbed\"\n    ],\n    \"unplpl\": [\n        \"unplumed\"\n    ],\n    \"unplummet\": [\n        \"unplummeted\"\n    ],\n    \"itopusi\": [\n        \"unplunge\",\n        \"unsack\"\n    ],\n    \"onye na-achọghị ọchịchị\": [\n        \"unplutocratical\"\n    ],\n    \"enweghị nkwekọ\": [\n        \"unpoignant\"\n    ],\n    \"enweghị mmenye\": [\n        \"unpoisoned\"\n    ],\n    \"n'emeghị mpi\": [\n        \"unpollutedly\"\n    ],\n    \"anaraghị ihe\": [\n        \"unpossess\"\n    ],\n    \"anapụghị ụgwọ\": [\n        \"unpossessing\"\n    ],\n    \"akpataghị aka\": [\n        \"unpouched\"\n    ],\n    \"unpopo\": [\n        \"unpoured\"\n    ],\n    \"enweghị nkwusa\": [\n        \"unpreached\",\n        \"unpresaging\"\n    ],\n    \"enwetụbeghị ụdị\": [\n        \"unpreceded\"\n    ],\n    \"enwetụbeghị ụdị ya\": [\n        \"unprecedented\",\n        \"unprecedentedly\",\n        \"unprecedential\",\n        \"unprecedently\"\n    ],\n    \"a hụtụbeghị mbụ\": [\n        \"unprecedentedness\"\n    ],\n    \"edoghi ya\": [\n        \"unprefigured\"\n    ],\n    \"enweghị afọ ime\": [\n        \"unpregnant\"\n    ],\n    \"n'amaghị uru\": [\n        \"unprejudicedly\"\n    ],\n    \"enweghi njikota\": [\n        \"unprejudiciable\"\n    ],\n    \"ejikere ejikere\": [\n        \"unpreparedness\"\n    ],\n    \"-ekwadebe\": [\n        \"unpreparing\"\n    ],\n    \"n'etinyeghị mkpọtụ\": [\n        \"unpreposterously\"\n    ],\n    \"n'amaghị akwụkwọ\": [\n        \"unpresciently\"\n    ],\n    \"egbochibeghị\": [\n        \"unprevented\"\n    ],\n    \"n'etinyeghi ihe\": [\n        \"unpriggish\"\n    ],\n    \"enweghị ike ibipụta\": [\n        \"unprintable\"\n    ],\n    \"enweghị ike ibipụta ya\": [\n        \"unprintableness\"\n    ],\n    \"uniche\": [\n        \"unprismatic\"\n    ],\n    \"unacmatical\": [\n        \"unprismatical\"\n    ],\n    \"enweghị ahịa\": [\n        \"unproded\"\n    ],\n    \"enweghị ike ịmịpụta\": [\n        \"unproduceable\",\n        \"unproduceableness\",\n        \"unproduceably\"\n    ],\n    \"enweghi ike imeputa ihe\": [\n        \"unproducible\"\n    ],\n    \"n'etinyeghi uru\": [\n        \"unproducibly\"\n    ],\n    \"n'emepụtaghị ihe\": [\n        \"unproductively\"\n    ],\n    \"enweghi ike ịkọwapụta\": [\n        \"unprofanable\"\n    ],\n    \"ekwuwaala\": [\n        \"unprofessed\"\n    ],\n    \"n'amaghi uru\": [\n        \"unprofessorially\"\n    ],\n    \"irite uru\": [\n        \"unprofit\"\n    ],\n    \"enweghi uru\": [\n        \"unprofitability\",\n        \"unprofited\",\n        \"unuseful\"\n    ],\n    \"n'ego oru\": [\n        \"unprofitably\"\n    ],\n    \"enweghi omimi\": [\n        \"unprofound\"\n    ],\n    \"agbatịghị oge\": [\n        \"unprolonged\"\n    ],\n    \"enweghị ike ijikwa ya\": [\n        \"unpromotable\"\n    ],\n    \"ekwesighi ekwesi\": [\n        \"unpropriety\"\n    ],\n    \"n'esighi ahia\": [\n        \"unprosaically\"\n    ],\n    \"unprosec\": [\n        \"unprosecuting\"\n    ],\n    \"echebeghi\": [\n        \"unprotected\",\n        \"unprotective\",\n        \"unrescued\"\n    ],\n    \"n'echebeghi ya\": [\n        \"unprotectively\"\n    ],\n    \"unprotest\": [\n        \"unprotestant\",\n        \"unprotesting\"\n    ],\n    \"edozighi ya\": [\n        \"unprovisioned\"\n    ],\n    \"kpalite\": [\n        \"unprovoke\"\n    ],\n    \"anaghị akọchi\": [\n        \"unprovoking\"\n    ],\n    \"ịbịaru nso\": [\n        \"unproximity\"\n    ],\n    \"enweghị ọha\": [\n        \"unpublic\"\n    ],\n    \"enweghị ike iwepụta\": [\n        \"unpublishable\",\n        \"unpublishably\"\n    ],\n    \"unyipu\": [\n        \"unpuffing\"\n    ],\n    \"akwachapụ anya\": [\n        \"unpunctate\"\n    ],\n    \"enweghi ntughari\": [\n        \"unpunctual\",\n        \"unrepellable\"\n    ],\n    \"n'anaghi iwu\": [\n        \"unpunishably\"\n    ],\n    \"ata ahuhu\": [\n        \"unpunished\"\n    ],\n    \"ufen\": [\n        \"unpunishedly\"\n    ],\n    \"enweghị ike ịzụta\": [\n        \"unpurchasable\"\n    ],\n    \"azụtabeghị\": [\n        \"unpurchased\"\n    ],\n    \"enweghị Ọrịa\": [\n        \"unpurgative\"\n    ],\n    \"akwughi akwukwu\": [\n        \"unputridly\"\n    ],\n    \"ebipụbeghị\": [\n        \"unputtied\"\n    ],\n    \"ebuputaghi ya\": [\n        \"unquadded\"\n    ],\n    \"unquawa\": [\n        \"unquayed\"\n    ],\n    \"enwetaghị akara\": [\n        \"unquantified\"\n    ],\n    \"enweghị akarị\": [\n        \"unquarreled\"\n    ],\n    \"na-enweghị nwunye\": [\n        \"unquarried\"\n    ],\n    \"unquares\": [\n        \"unquashed\"\n    ],\n    \"n'ajụghị ase\": [\n        \"unquestioningly\"\n    ],\n    \"unquickilvered\": [\n        \"unquicksilvered\"\n    ],\n    \"unitit\": [\n        \"unquit\",\n        \"unstitched\"\n    ],\n    \"odighi aka\": [\n        \"unrabbeted\"\n    ],\n    \"unrara\": [\n        \"unrailed\"\n    ],\n    \"unracoured\": [\n        \"unrancoured\"\n    ],\n    \"unranked\": [\n        \"unrank\",\n        \"unrankled\"\n    ],\n    \"enweghị atụpịa\": [\n        \"unrasped\"\n    ],\n    \"na-emepụtaghị\": [\n        \"unrasping\"\n    ],\n    \"adịghị aghọta\": [\n        \"unrationalizing\"\n    ],\n    \"unettled\": [\n        \"unrattled\"\n    ],\n    \"onye isi okike\": [\n        \"unraveler\"\n    ],\n    \"adịghị achọpụ\": [\n        \"unravishing\"\n    ],\n    \"enweghi ike inweta ya\": [\n        \"unreachable\"\n    ],\n    \"enweghi ike iru ya\": [\n        \"unreachableness\"\n    ],\n    \"unreadible\": [\n        \"unreadable\",\n        \"unreadableness\"\n    ],\n    \"adịghị echefu echefu\": [\n        \"unreadier\"\n    ],\n    \"agụghị ya\": [\n        \"unreadily\",\n        \"untread\"\n    ],\n    \"n'adighi uche\": [\n        \"unrealizing\"\n    ],\n    \"agwaghị\": [\n        \"unreaped\"\n    ],\n    \"ewughachi\": [\n        \"unrebuilt\"\n    ],\n    \"enweghị nkwulu\": [\n        \"unrebukable\"\n    ],\n    \"n'ebughị ụzọ kwuo okwu\": [\n        \"unrebukably\"\n    ],\n    \"anaghị akpọghachi\": [\n        \"unrecalling\"\n    ],\n    \"n'aghaghi\": [\n        \"unrecanting\"\n    ],\n    \"agaghị anabata\": [\n        \"unreceivable\"\n    ],\n    \"na-adịghị anabata ya\": [\n        \"unreceptively\"\n    ],\n    \"edebanyeghi\": [\n        \"unrecked\"\n    ],\n    \"adighi amata\": [\n        \"unrecognizing\"\n    ],\n    \"agaghị anakọta\": [\n        \"unrecollectable\"\n    ],\n    \"nke a na-apụghị imebi\": [\n        \"unreconstructible\"\n    ],\n    \"enweghị ihe ndekọ\": [\n        \"unrecordable\"\n    ],\n    \"edekọtaghị\": [\n        \"unrecorded\",\n        \"unrecording\"\n    ],\n    \"unrectangular\": [\n        \"unrectangularly\"\n    ],\n    \"unififiili\": [\n        \"unrectifiable\"\n    ],\n    \"akuku nyocha\": [\n        \"unrecuperatory\"\n    ],\n    \"anaghị adịghachi\": [\n        \"unrecurrent\"\n    ],\n    \"agaghị akwụghachi\": [\n        \"unreduceable\"\n    ],\n    \"ekweghi ala\": [\n        \"unreducible\"\n    ],\n    \"na-enweghị ịhụnanya\": [\n        \"unreeving\",\n        \"unroving\"\n    ],\n    \"emejughi\": [\n        \"unrefilled\"\n    ],\n    \"ederede a na-akọwaghị\": [\n        \"unrefinedness\"\n    ],\n    \"adịghị anabata\": [\n        \"unreflecting\"\n    ],\n    \"enweghi ike ịgbanwe agbanwe\": [\n        \"unreformable\"\n    ],\n    \"enweghị arụ ọrụ\": [\n        \"unrefractively\"\n    ],\n    \"anaghị enye ume ọhụrụ\": [\n        \"unrefreshful\"\n    ],\n    \"adịghị enye ume ọhụrụ\": [\n        \"unrefreshing\"\n    ],\n    \"adịghị amụ ọhụụ\": [\n        \"unregeneracy\"\n    ],\n    \"enweteghi ohuru\": [\n        \"unregenerated\"\n    ],\n    \"enweteghachi ohuru\": [\n        \"unregeneration\"\n    ],\n    \"enwetaghị ụta\": [\n        \"unregretted\"\n    ],\n    \"na-achịkwaghị achịkwa\": [\n        \"unregulated\",\n        \"unregulative\"\n    ],\n    \"enweghị ike ịkọ\": [\n        \"unrehearsable\"\n    ],\n    \"anaghị aụrị ọ .ụ\": [\n        \"unrejoicing\"\n    ],\n    \"agbapụtaghị\": [\n        \"unrelapsing\"\n    ],\n    \"enweghị ike ikweta\": [\n        \"unrelatable\"\n    ],\n    \"na-enweghị njikọ\": [\n        \"unrelated\"\n    ],\n    \"na-adịghị akwụsị akwụsị\": [\n        \"unrelenting\"\n    ],\n    \"ejighi okpukpe\": [\n        \"unreligioned\"\n    ],\n    \"ekweghi okpukpe\": [\n        \"unreligious\"\n    ],\n    \"n'emeghara iwu\": [\n        \"unrelinquishably\"\n    ],\n    \"anaghị adịgide adịgide\": [\n        \"unremaining\"\n    ],\n    \"enweghi ike idozi ya\": [\n        \"unremediable\"\n    ],\n    \"na-echetaghị\": [\n        \"unreminiscent\",\n        \"unreminiscently\"\n    ],\n    \"enweghi ncheghari\": [\n        \"unremonstrated\"\n    ],\n    \"agaghị echegharị\": [\n        \"unremorseful\"\n    ],\n    \"anaghị ewepu\": [\n        \"unremovable\"\n    ],\n    \"n'emeghi iwu\": [\n        \"unremuneratively\"\n    ],\n    \"edeghachighi\": [\n        \"unrendered\"\n    ],\n    \"arụzigharị\": [\n        \"unrepairs\"\n    ],\n    \"enweghị ike imegharị\": [\n        \"unrepartable\"\n    ],\n    \"ekwughachighi\": [\n        \"unrepeated\",\n        \"unresurrected\"\n    ],\n    \"na-echegharịghị\": [\n        \"unrepent\",\n        \"unrepentant\"\n    ],\n    \"echegharịghị\": [\n        \"unrepented\"\n    ],\n    \"agaghị edepụtaghachi ya\": [\n        \"unrepiqued\"\n    ],\n    \"mejuputaghi\": [\n        \"unreplenished\"\n    ],\n    \"enweghị ezu\": [\n        \"unrepleteness\"\n    ],\n    \"ekweghi kwenye\": [\n        \"unreplevinable\"\n    ],\n    \"enweghi akuko\": [\n        \"unrepresentational\"\n    ],\n    \"na-egosighi\": [\n        \"unrepresented\"\n    ],\n    \"enwetaghị nsogbu\": [\n        \"unreprieved\"\n    ],\n    \"n'etinyeghi iwu\": [\n        \"unreprimanded\",\n        \"unrubrically\"\n    ],\n    \"edeghi ozo\": [\n        \"unreprinted\"\n    ],\n    \"ekwesighi ikwuwa okwu\": [\n        \"unreproachful\"\n    ],\n    \"n'ikwupụtaghị ya\": [\n        \"unreproachfully\"\n    ],\n    \"enweghị nkwuwa okwu\": [\n        \"unreproachfulness\"\n    ],\n    \"n'etinyeghị ụgwọ\": [\n        \"unreprobatively\"\n    ],\n    \"anaghị arụpụta ihe\": [\n        \"unreproductive\"\n    ],\n    \"n'azaghị akwụ ụgwọ\": [\n        \"unreprovedly\"\n    ],\n    \"nke a na-apụghị ikweta\": [\n        \"unrepudiable\"\n    ],\n    \"anaghị asọpụrụ\": [\n        \"unrepugnant\",\n        \"unreverential\"\n    ],\n    \"emeghi nke ọma\": [\n        \"unrequalified\"\n    ],\n    \"odighi ede\": [\n        \"unrequiter\"\n    ],\n    \"nnenneghi\": [\n        \"unresentfully\"\n    ],\n    \"echebeghị ness\": [\n        \"unreservedness\"\n    ],\n    \"a na-agbakebeghị\": [\n        \"unresidual\"\n    ],\n    \"egbochie\": [\n        \"unresisted\"\n    ],\n    \"n'emechighi anya\": [\n        \"unrestrictedly\"\n    ],\n    \"n'etinyeghi\": [\n        \"unresumed\"\n    ],\n    \"a na-akwụghị ụgwọ\": [\n        \"unresuscitated\",\n        \"unsurcharged\"\n    ],\n    \"enweghị ike ịdabere\": [\n        \"unretainable\"\n    ],\n    \"Enweghị obi abụọ\": [\n        \"unretentiveness\"\n    ],\n    \"unretret\": [\n        \"unretiring\"\n    ],\n    \"ewezuga onwe ya\": [\n        \"unretrenched\",\n        \"unsensualize\"\n    ],\n    \"eweghachitere\": [\n        \"unretrieved\"\n    ],\n    \"enweghị ike ịmaliteghachi\": [\n        \"unretrogressive\"\n    ],\n    \"enweghi ike iweghachi\": [\n        \"unreturnable\"\n    ],\n    \"ekpughereghi\": [\n        \"unrevealed\"\n    ],\n    \"ekpugheghi ekpughe\": [\n        \"unrevealedness\"\n    ],\n    \"anaghị ekpughe ihe\": [\n        \"unrevealing\"\n    ],\n    \"anaghị echegharị echiche\": [\n        \"unreverberating\"\n    ],\n    \"n'ekwughi\": [\n        \"unreverendly\"\n    ],\n    \"ekweghi dibia\": [\n        \"unrevetted\"\n    ],\n    \"enweghi ike ihu\": [\n        \"unreviewable\"\n    ],\n    \"adịghị akọcha\": [\n        \"unreviling\"\n    ],\n    \"adịghị adị egwu\": [\n        \"unrhythmic\",\n        \"unterrific\"\n    ],\n    \"meghechaa\": [\n        \"unriddle\"\n    ],\n    \"n'agha mmiri\": [\n        \"unrigged\"\n    ],\n    \"n'ajọ omume\": [\n        \"unrighteously\"\n    ],\n    \"n'etinyeghi udiri\": [\n        \"unrigorous\"\n    ],\n    \"unri\": [\n        \"unrip\",\n        \"unripe\",\n        \"unriped\",\n        \"untripped\"\n    ],\n    \"emeghi atughari\": [\n        \"unromanticised\"\n    ],\n    \"unetating\": [\n        \"unrotating\"\n    ],\n    \"edebeghi iwu\": [\n        \"unroutinely\",\n        \"unslotted\"\n    ],\n    \"unubbish\": [\n        \"unrubbish\"\n    ],\n    \"afụghị\": [\n        \"unruffed\",\n        \"unsnuffed\"\n    ],\n    \"enweghi mmeru\": [\n        \"unruinated\",\n        \"unruined\"\n    ],\n    \"unrul\": [\n        \"unruliness\"\n    ],\n    \"adịghị enye ìhè\": [\n        \"unruminant\"\n    ],\n    \"akwughi igbochi\": [\n        \"unrupturable\"\n    ],\n    \"enweghị ike ichekwa\": [\n        \"unsabered\"\n    ],\n    \"n'esighi iwu\": [\n        \"unsacramentally\"\n    ],\n    \"n’achọpụtaghị\": [\n        \"unsacrificeably\"\n    ],\n    \"n'etinyeghi ọkwa\": [\n        \"unsacrilegiously\"\n    ],\n    \"Wepu ihe\": [\n        \"unsaddle\",\n        \"unswaddle\"\n    ],\n    \"Wepu ya\": [\n        \"unsaddled\"\n    ],\n    \"Idochi\": [\n        \"unsaddling\"\n    ],\n    \"echekwadoghi\": [\n        \"unsafeguarded\"\n    ],\n    \"sagacious\": [\n        \"unsagacious\",\n        \"unsagaciously\"\n    ],\n    \"unsay ike\": [\n        \"unsayability\"\n    ],\n    \"na-edoghi\": [\n        \"unsainted\"\n    ],\n    \"unsalaus\": [\n        \"unsalableness\"\n    ],\n    \"enweghị ike ire ahịa\": [\n        \"unsaleable\"\n    ],\n    \"ejighị elu\": [\n        \"unsalted\"\n    ],\n    \"ejighị ụgwọ\": [\n        \"unsalty\",\n        \"unsalutary\"\n    ],\n    \"ekewapughi\": [\n        \"unsalvaged\"\n    ],\n    \"unampled\": [\n        \"unsampled\"\n    ],\n    \"edochaghị nsọ\": [\n        \"unsanctify\"\n    ],\n    \"unsanctimonious\": [\n        \"unsanctimoniously\"\n    ],\n    \"awụpụghị anya\": [\n        \"unsandalled\"\n    ],\n    \"agwaghị any\": [\n        \"unsanded\"\n    ],\n    \"n'egosighi nkwuputa\": [\n        \"unsarcastically\"\n    ],\n    \"enweghị mmalite\": [\n        \"unsartorial\"\n    ],\n    \"unartorially\": [\n        \"unsartorially\"\n    ],\n    \"fepu\": [\n        \"unsash\"\n    ],\n    \"aasara emerughi\": [\n        \"unsashed\"\n    ],\n    \"ke Satan\": [\n        \"unsatanically\"\n    ],\n    \"adịghị eju afọ\": [\n        \"unsatisfactory\",\n        \"unsaturate\",\n        \"unsaturated\",\n        \"unsaturatedly\"\n    ],\n    \"unsaible\": [\n        \"unsavable\"\n    ],\n    \"nke a na-azoputa\": [\n        \"unsaveable\"\n    ],\n    \"azoputaghi\": [\n        \"unsaved\"\n    ],\n    \"adighi echekwa\": [\n        \"unsaving\"\n    ],\n    \"n’enweghi nchebe\": [\n        \"unsavingly\"\n    ],\n    \"unsavor\": [\n        \"unsavorly\"\n    ],\n    \"unsavosa\": [\n        \"unsavoured\"\n    ],\n    \"n'enweghị mkpali\": [\n        \"unscabrously\"\n    ],\n    \"ịkwụghị ụgwọ\": [\n        \"unscaledness\"\n    ],\n    \"ebughi oke mmiri\": [\n        \"unscathedly\"\n    ],\n    \"ichebeghi\": [\n        \"unscattered\"\n    ],\n    \"akwughi oge\": [\n        \"unscheduled\"\n    ],\n    \"n'emeghị usoro\": [\n        \"unschematically\"\n    ],\n    \"nke sayensi\": [\n        \"unscientific\"\n    ],\n    \"abụghị nke sayensị\": [\n        \"unscientifical\"\n    ],\n    \"nke sayensị\": [\n        \"unscientifically\"\n    ],\n    \"enweghị sayensị\": [\n        \"unscientificness\"\n    ],\n    \"a kpobeghị\": [\n        \"unscorched\",\n        \"unscratched\"\n    ],\n    \"n'emeghị anya ọ bụla\": [\n        \"unscornfully\",\n        \"unscowlingly\"\n    ],\n    \"ịkpụchasị\": [\n        \"unscraping\"\n    ],\n    \"Ihuenyo\": [\n        \"unscreen\"\n    ],\n    \"ihighari\": [\n        \"unscrew\"\n    ],\n    \"Akwụkwọ Nsọ na-akwadoghị\": [\n        \"unscriptural\",\n        \"unscripturally\",\n        \"unscripturalness\"\n    ],\n    \"n'adighi iche\": [\n        \"unscrutinizingly\"\n    ],\n    \"n'enyeghi aka\": [\n        \"unscutcheoned\"\n    ],\n    \"adịghị eche nche\": [\n        \"unseafaring\"\n    ],\n    \"unamanaman\": [\n        \"unseamanlike\"\n    ],\n    \"achọghị ka nchọpụta\": [\n        \"unsearcherlike\"\n    ],\n    \"na-ekwupụtaghị\": [\n        \"unsecludedly\"\n    ],\n    \"n'emeghị naanị ya\": [\n        \"unseclusively\"\n    ],\n    \"unestaretarylike\": [\n        \"unsecretarylike\"\n    ],\n    \"n'emekpu\": [\n        \"unsecretively\"\n    ],\n    \"onye ugwo\": [\n        \"unsectarian\"\n    ],\n    \"anaghi ekewa\": [\n        \"unsectionalised\"\n    ],\n    \"na ngalaba\": [\n        \"unsectionally\"\n    ],\n    \"unememke\": [\n        \"unseemly\"\n    ],\n    \"unememede\": [\n        \"unseemliness\"\n    ],\n    \"unsese\": [\n        \"unseized\",\n        \"unsexed\"\n    ],\n    \"achọghị onwe\": [\n        \"unselfness\"\n    ],\n    \"na-achọghị ntụkwasị obi\": [\n        \"unselfreliant\"\n    ],\n    \"agaghị ere\": [\n        \"unsell\"\n    ],\n    \"n'ireghi ere\": [\n        \"unselling\"\n    ],\n    \"uneminared\": [\n        \"unseminared\"\n    ],\n    \"-enweghị ezi uche\": [\n        \"unsensible\"\n    ],\n    \"n'enweghị mmetụta\": [\n        \"unsensitively\"\n    ],\n    \"unentimentality\": [\n        \"unsentimentality\"\n    ],\n    \"unentimentalize\": [\n        \"unsentimentalize\"\n    ],\n    \"enwetaghi ahuhu\": [\n        \"unsentimentalized\"\n    ],\n    \"unentimentally\": [\n        \"unsentimentally\"\n    ],\n    \"achọrọghị ya\": [\n        \"unseptated\"\n    ],\n    \"unenke\": [\n        \"unsepultured\"\n    ],\n    \"ejighị egwu\": [\n        \"unserious\"\n    ],\n    \"unsessviceable ness\": [\n        \"unserviceableness\"\n    ],\n    \"na-enweghị nchebe\": [\n        \"unserving\"\n    ],\n    \"unesquipedalian\": [\n        \"unsesquipedalian\"\n    ],\n    \"unọmọ\": [\n        \"unsettlement\"\n    ],\n    \"azughi\": [\n        \"unsewered\"\n    ],\n    \"adighi nwoke\": [\n        \"unsex\"\n    ],\n    \"Kpọghe\": [\n        \"unshackle\"\n    ],\n    \"shaha\": [\n        \"unshackled\"\n    ],\n    \"Ikedo\": [\n        \"unshackling\"\n    ],\n    \"unshasha\": [\n        \"unshaded\",\n        \"unsharable\"\n    ],\n    \"onwughi\": [\n        \"unshadowable\",\n        \"unswooning\"\n    ],\n    \"enweghị ike ịma jijiji\": [\n        \"unshakable\"\n    ],\n    \"ghara ịma jijiji\": [\n        \"unshaking\"\n    ],\n    \"unshaking\": [\n        \"unshakingness\"\n    ],\n    \"ihere enweghị atụ\": [\n        \"unshameableness\"\n    ],\n    \"n’enweghị ihere\": [\n        \"unshameably\"\n    ],\n    \"ihere emeghi ihere\": [\n        \"unshamefacedness\"\n    ],\n    \"emerụghị emerụ\": [\n        \"unshammed\"\n    ],\n    \"shakara\": [\n        \"unsharped\"\n    ],\n    \"enwetachabeghị\": [\n        \"unshattered\"\n    ],\n    \"asacha\": [\n        \"unshaved\",\n        \"unshed\",\n        \"unwashed\",\n        \"unwashedness\",\n        \"unwasheds\",\n        \"unwasted\",\n        \"unwhitewashed\",\n        \"washboard\",\n        \"washbowl\",\n        \"washbowls\",\n        \"washbrew\",\n        \"washings\",\n        \"washington\",\n        \"washingtonia\",\n        \"washingtonian\",\n        \"washingtoniana\",\n        \"washita\",\n        \"washland\",\n        \"washman\",\n        \"washouts\",\n        \"washrags\",\n        \"washroom\"\n    ],\n    \"unyeghi anya\": [\n        \"unshavedly\"\n    ],\n    \"na-akpụ afụ ọnụ\": [\n        \"unshaven\"\n    ],\n    \"sepu aka\": [\n        \"unsheathe\"\n    ],\n    \"awara aka\": [\n        \"unsheathes\"\n    ],\n    \"ịtọpụ ya\": [\n        \"unsheer\"\n    ],\n    \"nwetaghị ya\": [\n        \"unsheeted\"\n    ],\n    \"unupel\": [\n        \"unshell\"\n    ],\n    \"adighi ihere\": [\n        \"unshy\"\n    ],\n    \"nke a na-apughi igbochi\": [\n        \"unshieldable\"\n    ],\n    \"nke a na-enweghị ike ịgbanwe agbanwe\": [\n        \"unshiftable\"\n    ],\n    \"n'emeghị ihe niile\": [\n        \"unshimmeringly\"\n    ],\n    \"unupupughi\": [\n        \"unshipped\"\n    ],\n    \"agbapụbeghị\": [\n        \"unshirted\"\n    ],\n    \"unshock\": [\n        \"unshocked\"\n    ],\n    \"Ighepu\": [\n        \"unshocking\"\n    ],\n    \"unyemi\": [\n        \"unshoe\"\n    ],\n    \"unye aka\": [\n        \"unshoed\",\n        \"unshovelled\"\n    ],\n    \"unọsọ\": [\n        \"unshored\"\n    ],\n    \"anaghị eti mkpu\": [\n        \"unshout\",\n        \"unshouted\",\n        \"unshouting\"\n    ],\n    \"unshoven\": [\n        \"unshoved\"\n    ],\n    \"akpụrụ aka\": [\n        \"unshoveled\",\n        \"unsmutched\"\n    ],\n    \"enweghị ike igosi\": [\n        \"unshowable\"\n    ],\n    \"unshow\": [\n        \"unshowered\"\n    ],\n    \"unshred\": [\n        \"unshredded\"\n    ],\n    \"unshrin\": [\n        \"unshrined\"\n    ],\n    \"unshrinking\": [\n        \"unshrinkingness\"\n    ],\n    \"unshri\": [\n        \"unshrived\"\n    ],\n    \"unlghal\": [\n        \"unshriveled\"\n    ],\n    \"unshrivel\": [\n        \"unshrivelled\"\n    ],\n    \"ibupute ya\": [\n        \"unshrunk\"\n    ],\n    \"Sụgharịa\": [\n        \"unshuffle\"\n    ],\n    \"unshute\": [\n        \"unshuttered\"\n    ],\n    \"ejighị n’aka\": [\n        \"unsibilant\"\n    ],\n    \"n'enweghị ọrịa\": [\n        \"unsickerly\"\n    ],\n    \"na-ejighi akwa\": [\n        \"unsieved\"\n    ],\n    \"ejighi anya\": [\n        \"unsifted\",\n        \"unswapped\"\n    ],\n    \"n'ịnyocha\": [\n        \"unsighting\"\n    ],\n    \"enenyeghi aha\": [\n        \"unsignatured\",\n        \"unsigneted\"\n    ],\n    \"adabeghi\": [\n        \"unsyllabic\"\n    ],\n    \"nke na-emegideghị Akwụkwọ Nsọ\": [\n        \"unsymbolical\"\n    ],\n    \"enweghị ihe ọzọ\": [\n        \"unsimilar\",\n        \"unsourness\"\n    ],\n    \"na-enweghị obi ebere\": [\n        \"unsympathised\",\n        \"unsympathising\",\n        \"unsympathizable\",\n        \"unsympathizing\"\n    ],\n    \"Enweghị obi ebere\": [\n        \"unsympathizability\"\n    ],\n    \"unimpleim\": [\n        \"unsimpleness\"\n    ],\n    \"oge adighi\": [\n        \"unsimultaneous\"\n    ],\n    \"enweghị otu oge\": [\n        \"unsimultaneousness\"\n    ],\n    \"enweghị obi eziokwu\": [\n        \"unsincere\"\n    ],\n    \"enweghi obi amaghi\": [\n        \"unsincereness\"\n    ],\n    \"na-akwadoghi iwu\": [\n        \"unsynchronised\"\n    ],\n    \"unyn-ezighi ezi\": [\n        \"unsynchronousness\"\n    ],\n    \"amaghị nke a\": [\n        \"unsinew\"\n    ],\n    \"unsingular\": [\n        \"unsingularness\"\n    ],\n    \"n'ichapụ\": [\n        \"unsinking\"\n    ],\n    \"nke na-amaghị aha\": [\n        \"unsynonymous\"\n    ],\n    \"n'emeghị ya anya\": [\n        \"unsynthetically\"\n    ],\n    \"ọnweghị ọnye\": [\n        \"unsyringed\"\n    ],\n    \"Nhazi usoro\": [\n        \"unsystematising\"\n    ],\n    \"unsizable\": [\n        \"unsizableness\"\n    ],\n    \"unsizeable\": [\n        \"unsizeableness\"\n    ],\n    \"n'etinyeghi ya aka\": [\n        \"unsketched\"\n    ],\n    \"akọghị\": [\n        \"unslandered\"\n    ],\n    \"Emeghe\": [\n        \"unslatted\"\n    ],\n    \"agba ohu\": [\n        \"unslave\"\n    ],\n    \"n’enweghị ụra\": [\n        \"unsleepably\",\n        \"unsleepingly\"\n    ],\n    \"esifughi\": [\n        \"unslept\"\n    ],\n    \"enwupụtabeghị\": [\n        \"unslighted\"\n    ],\n    \"aforizie\": [\n        \"unslippery\"\n    ],\n    \"wepụpu\": [\n        \"unslipping\"\n    ],\n    \"edepu aha\": [\n        \"unslouchy\"\n    ],\n    \"n'emeghị nwayọ\": [\n        \"unslowly\"\n    ],\n    \"ebughi ahia\": [\n        \"unsluggish\"\n    ],\n    \"ikwuputa ugwu\": [\n        \"unslumbery\"\n    ],\n    \"unacartly\": [\n        \"unsmartly\"\n    ],\n    \"unmartart\": [\n        \"unsmartness\"\n    ],\n    \"na-ere ere\": [\n        \"unsmelling\"\n    ],\n    \"unmirmit\": [\n        \"unsmirched\"\n    ],\n    \"na-enweghị egwu\": [\n        \"unsmirking\"\n    ],\n    \"unmoky\": [\n        \"unsmoky\"\n    ],\n    \"wepu aha\": [\n        \"unsmote\",\n        \"unsubscribed\",\n        \"unsubscribing\"\n    ],\n    \"unsululdering\": [\n        \"unsmouldering\"\n    ],\n    \"ebughie\": [\n        \"unsmuggled\"\n    ],\n    \"emetụtaghị ya\": [\n        \"unsnatched\"\n    ],\n    \"unoaked\": [\n        \"unsoaked\"\n    ],\n    \"n’enweghi ike\": [\n        \"unsociably\"\n    ],\n    \"enweghị ike ịkekọrịta\": [\n        \"unsocializable\"\n    ],\n    \"unsoiled\": [\n        \"unsoiledness\"\n    ],\n    \"ereghị\": [\n        \"unsold\"\n    ],\n    \"anaghị ere\": [\n        \"unsoldered\"\n    ],\n    \"amaghi ụra\": [\n        \"unsomber\",\n        \"unwakened\"\n    ],\n    \"unnetneted\": [\n        \"unsonneted\"\n    ],\n    \"unoothable\": [\n        \"unsoothable\"\n    ],\n    \"unso sophisticated\": [\n        \"unsophistic\"\n    ],\n    \"osioma\": [\n        \"unsophisticate\",\n        \"unsophisticated\",\n        \"unsophisticatedly\"\n    ],\n    \"unsoplified\": [\n        \"unsophisticatedness\"\n    ],\n    \"akwadoghị akwadoghị\": [\n        \"unsophomoric\"\n    ],\n    \"unọm-akwụkwọ\": [\n        \"unsophomorically\"\n    ],\n    \"udo adịghị\": [\n        \"unsorry\",\n        \"unsultry\"\n    ],\n    \"agwaghị agwa\": [\n        \"unsorted\"\n    ],\n    \"unsoversign\": [\n        \"unsovereign\"\n    ],\n    \"unachie\": [\n        \"unspaciousness\"\n    ],\n    \"ghara ịdapụ\": [\n        \"unspangled\"\n    ],\n    \"ọnara\": [\n        \"unsparable\"\n    ],\n    \"enweghị mmesapụ aka\": [\n        \"unsparingness\"\n    ],\n    \"adịghị ahụkebe\": [\n        \"unspasmodically\"\n    ],\n    \"enweghi obi ebere\": [\n        \"unspatially\"\n    ],\n    \"Apụghị ikwu\": [\n        \"unspeakably\"\n    ],\n    \"uneniche\": [\n        \"unspecialised\"\n    ],\n    \"enweghị ahaziri iche\": [\n        \"unspecialized\"\n    ],\n    \"unspiral\": [\n        \"unspirally\"\n    ],\n    \"n'emeghị mmụọ nsọ\": [\n        \"unspiritedly\"\n    ],\n    \"adịghị enye mmụọ\": [\n        \"unspiriting\",\n        \"unspiritualizing\"\n    ],\n    \"mm uoghi ndu\": [\n        \"unspiritualised\"\n    ],\n    \"adịghị asọpụrụ mmụọ\": [\n        \"unspiritualising\"\n    ],\n    \"na-emeghị mmụọ\": [\n        \"unspiritualized\"\n    ],\n    \"mmuo nke mmuo\": [\n        \"unspiritualness\"\n    ],\n    \"unpleen\": [\n        \"unspleenish\"\n    ],\n    \"unplendidness\": [\n        \"unsplendidness\"\n    ],\n    \"unplendourously\": [\n        \"unsplendourously\"\n    ],\n    \"unsplint\": [\n        \"unsplintered\"\n    ],\n    \"undogbe\": [\n        \"unsponged\"\n    ],\n    \"unsportsman\": [\n        \"unsportsmanly\"\n    ],\n    \"unsportsmanlike ness\": [\n        \"unsportsmanlikeness\"\n    ],\n    \"enwetabeghị ọkụ\": [\n        \"unspotlighted\"\n    ],\n    \"mkpachapu\": [\n        \"unsprained\",\n        \"vermination\"\n    ],\n    \"unkpu\": [\n        \"unspringlike\"\n    ],\n    \"unspruwed\": [\n        \"unspruced\"\n    ],\n    \"ebughi mmiri\": [\n        \"unsquashed\"\n    ],\n    \"unwelitebeghị\": [\n        \"unsquelched\"\n    ],\n    \"jua\": [\n        \"unsquire\"\n    ],\n    \"na-enweghị ọdịdị\": [\n        \"unsquirelike\"\n    ],\n    \"ejighị ike\": [\n        \"unstabler\"\n    ],\n    \"akwụghị ike\": [\n        \"unstablest\"\n    ],\n    \"etoliteghi\": [\n        \"unstablished\"\n    ],\n    \"agharaghị\": [\n        \"unstaggered\"\n    ],\n    \"eguzosie ike\": [\n        \"unstagnant\"\n    ],\n    \"unagwa\": [\n        \"unstagnantly\"\n    ],\n    \"unstasta\": [\n        \"unstayed\"\n    ],\n    \"unetains\": [\n        \"unstained\"\n    ],\n    \"n'esachapụghị anya\": [\n        \"unstainedly\"\n    ],\n    \"enyochabeghị\": [\n        \"unstarched\"\n    ],\n    \"enweghi mmasị\": [\n        \"unstarlike\"\n    ],\n    \"a na-atụghị anya\": [\n        \"unstarved\"\n    ],\n    \"agaghi amatu\": [\n        \"unstatable\"\n    ],\n    \"unatu\": [\n        \"unstatued\"\n    ],\n    \"ikwesighi ike\": [\n        \"unsteadfastness\"\n    ],\n    \"unadibeghi\": [\n        \"unsteadied\"\n    ],\n    \"unadi\": [\n        \"unsteadier\"\n    ],\n    \"adighi aru ike\": [\n        \"unstealthy\",\n        \"unwealthy\"\n    ],\n    \"anapụtaghị\": [\n        \"unsteeled\"\n    ],\n    \"unerekere\": [\n        \"unstereotyped\"\n    ],\n    \"Na-emeghe\": [\n        \"unsticking\"\n    ],\n    \"unstylish\": [\n        \"unstylishness\"\n    ],\n    \"emegharịghi\": [\n        \"unstylized\"\n    ],\n    \"akwụbeghị\": [\n        \"unstilled\"\n    ],\n    \"n'egosighi ike\": [\n        \"unstintedly\"\n    ],\n    \"n'apupụta\": [\n        \"unstinting\"\n    ],\n    \"n'etu aka\": [\n        \"unstintingly\"\n    ],\n    \"unet\": [\n        \"unstitch\"\n    ],\n    \"unston\": [\n        \"unstonable\"\n    ],\n    \"na-atụghị ya anya\": [\n        \"unstoned\"\n    ],\n    \"unetoopu\": [\n        \"unstooped\"\n    ],\n    \"Utuakpu\": [\n        \"unstooping\"\n    ],\n    \"unlọ ahịa\": [\n        \"unstore\"\n    ],\n    \"oké ụlọ\": [\n        \"unstormy\"\n    ],\n    \"awughi\": [\n        \"unstreamed\",\n        \"unturned\"\n    ],\n    \"wusi ike\": [\n        \"unstrengthen\"\n    ],\n    \"na-eme ka ike\": [\n        \"unstrengthening\"\n    ],\n    \"atopu\": [\n        \"unstride\"\n    ],\n    \"unstring\": [\n        \"unstringently\"\n    ],\n    \"a tọhapụrụ ya\": [\n        \"unstrung\"\n    ],\n    \"n'arụbeghị\": [\n        \"unstubbornly\"\n    ],\n    \"unubens nke\": [\n        \"unstubbornness\"\n    ],\n    \"Utu\": [\n        \"unstuffing\"\n    ],\n    \"ibupụrụ\": [\n        \"unstung\"\n    ],\n    \"a na-amụbeghị\": [\n        \"unsuborned\"\n    ],\n    \"banyeghi\": [\n        \"unsubscripted\"\n    ],\n    \"agaghị enwe ike ịga nke ọma\": [\n        \"unsucceedable\"\n    ],\n    \"unsuinctly\": [\n        \"unsuccinctly\"\n    ],\n    \"succulently\": [\n        \"unsucculently\"\n    ],\n    \"unsuckless\": [\n        \"unsuckled\"\n    ],\n    \"ejighi ọkwa\": [\n        \"unsufficed\"\n    ],\n    \"agbabeghị\": [\n        \"unsuggested\"\n    ],\n    \"anaghị emerụ\": [\n        \"unsulfonated\",\n        \"unsulfureous\",\n        \"unsulfurized\"\n    ],\n    \"enweghị nkwubi\": [\n        \"unsummable\"\n    ],\n    \"enweghị nchịkọta\": [\n        \"unsummarised\",\n        \"unsummarizable\"\n    ],\n    \"ekewetde ikanam\": [\n        \"unsummed\"\n    ],\n    \"olulu ozu\": [\n        \"unsumptuary\"\n    ],\n    \"enweghị mpako\": [\n        \"unsumptuousness\"\n    ],\n    \"a na-agbanyeghị ọkụ\": [\n        \"unsunburned\"\n    ],\n    \"enweghị nkwenkwe\": [\n        \"unsuperstitious\"\n    ],\n    \"a lekọtaghị ya anya\": [\n        \"unsupervised\"\n    ],\n    \"na-adịghị elekọta anya\": [\n        \"unsupervisedly\"\n    ],\n    \"unpleple\": [\n        \"unsupple\"\n    ],\n    \"n’akụkọghị\": [\n        \"unsupplicatingly\"\n    ],\n    \"akwadoghị akwado\": [\n        \"unsupportedness\"\n    ],\n    \"anaghị emerụ ahụ\": [\n        \"unsurmising\"\n    ],\n    \"enweghị ike imeri ya\": [\n        \"unsurmountableness\"\n    ],\n    \"a na-apụghị imeri emeri\": [\n        \"unsurmountably\"\n    ],\n    \"ahaghị aha\": [\n        \"unsurnamed\"\n    ],\n    \"enweghị ịtụnanya\": [\n        \"unsurprising\"\n    ],\n    \"unusus\": [\n        \"unsusceptive\"\n    ],\n    \"unsuspended\": [\n        \"unsuspendible\"\n    ],\n    \"ejighi nkwado\": [\n        \"unsustainability\"\n    ],\n    \"ejighi nlezianya\": [\n        \"unsutured\"\n    ],\n    \"Ihupụ\": [\n        \"unswaddled\"\n    ],\n    \"emenyeghi egwu\": [\n        \"unswayed\"\n    ],\n    \"adịghị agafe agafe\": [\n        \"unswaying\"\n    ],\n    \"Akwụghị ụgwọ ya\": [\n        \"unswallowable\"\n    ],\n    \"enweghị ike ịsa ya\": [\n        \"unswathable\"\n    ],\n    \"awụbeghị\": [\n        \"unswathed\"\n    ],\n    \"Uwe nwu\": [\n        \"unswear\"\n    ],\n    \"na mmiri\": [\n        \"unsweat\"\n    ],\n    \"na-enweghị ogwugwu\": [\n        \"unsweating\"\n    ],\n    \"nke a na-ewepụghị\": [\n        \"unsweepable\"\n    ],\n    \"Urụk\": [\n        \"unsweet\",\n        \"unsweeten\"\n    ],\n    \"tinyeghị\": [\n        \"unsweetened\"\n    ],\n    \"nessenedened ness\": [\n        \"unsweetenedness\"\n    ],\n    \"aghara ire\": [\n        \"unswell\"\n    ],\n    \"n’esepụghị aka\": [\n        \"unswervingly\"\n    ],\n    \"unwollen\": [\n        \"unswollen\"\n    ],\n    \"untack\": [\n        \"untacks\"\n    ],\n    \"unhallowed\": [\n        \"untallowed\"\n    ],\n    \"untape\": [\n        \"untaped\"\n    ],\n    \"akpataghi\": [\n        \"untapped\"\n    ],\n    \"untartar\": [\n        \"untarred\"\n    ],\n    \"unta-uto\": [\n        \"untaughtness\"\n    ],\n    \"untautta\": [\n        \"untautness\"\n    ],\n    \"untoutologically\": [\n        \"untautologically\"\n    ],\n    \"-na-akwụ ụgwọ\": [\n        \"untaxable\"\n    ],\n    \"untixied\": [\n        \"untaxied\"\n    ],\n    \"anaghị atọ ụtọ\": [\n        \"untaxing\"\n    ],\n    \"unteachable\": [\n        \"unteachableness\"\n    ],\n    \"unteam\": [\n        \"unteaming\"\n    ],\n    \"unteara\": [\n        \"untearable\"\n    ],\n    \"unetaset\": [\n        \"unteaselled\"\n    ],\n    \"mepee aka\": [\n        \"untechnicalize\"\n    ],\n    \"unetethe\": [\n        \"unteethed\"\n    ],\n    \"n'emeghị ya ihe\": [\n        \"untemperamentally\"\n    ],\n    \"etinyere iwu\": [\n        \"untempested\"\n    ],\n    \"untemple\": [\n        \"untempled\"\n    ],\n    \"n'enweghị nkwenye\": [\n        \"untenably\"\n    ],\n    \"n'atughi\": [\n        \"unterrifically\"\n    ],\n    \"n'enyeghị ụjọ\": [\n        \"unterrifying\"\n    ],\n    \"unestamental\": [\n        \"untestamental\"\n    ],\n    \"untestary\": [\n        \"untestamentary\"\n    ],\n    \"adịghị ekwe ekwe\": [\n        \"untestifying\"\n    ],\n    \"untwed\": [\n        \"untewed\"\n    ],\n    \"n'enweghi isi\": [\n        \"untextually\"\n    ],\n    \"ịtọpụsị\": [\n        \"unthawing\"\n    ],\n    \"unetatrical\": [\n        \"untheatric\",\n        \"untheatrical\"\n    ],\n    \"untheatrical ekweghị\": [\n        \"untheatrically\"\n    ],\n    \"unologi\": [\n        \"untheologic\",\n        \"untheologically\",\n        \"untheologize\"\n    ],\n    \"unheological\": [\n        \"untheological\"\n    ],\n    \"n'ederede\": [\n        \"untheoretically\"\n    ],\n    \"n'enyeghi ọgwụgwọ\": [\n        \"untherapeutically\"\n    ],\n    \"unthick\": [\n        \"unthickness\"\n    ],\n    \"ihe a na-apụghị ichetụ n'echiche\": [\n        \"unthinkable\"\n    ],\n    \"ihe a na-apụghị iche n'echiche\": [\n        \"unthinkables\"\n    ],\n    \"na-echeghị\": [\n        \"unthinks\"\n    ],\n    \"ekweghị nchịkwa\": [\n        \"untholeable\"\n    ],\n    \"enweghị ike ịghọta aghọta\": [\n        \"unthreadable\"\n    ],\n    \"agughi akwukwo\": [\n        \"unthreaded\"\n    ],\n    \"-agughi\": [\n        \"unthreading\"\n    ],\n    \"na-enweghị ọgwụgwọ\": [\n        \"unthreatening\"\n    ],\n    \"a tọhapụrụ\": [\n        \"unthreshed\"\n    ],\n    \"na-agaghị achọ ọrụ\": [\n        \"unthriving\"\n    ],\n    \"untiara\": [\n        \"untiaraed\"\n    ],\n    \"etinyekwa aka\": [\n        \"untidying\"\n    ],\n    \"tightness\": [\n        \"untightness\"\n    ],\n    \"ruo\": [\n        \"until\",\n        \"whitherto\"\n    ],\n    \"Maara\": [\n        \"untilted\"\n    ],\n    \"na-enweghị oge\": [\n        \"untimeless\",\n        \"untimely\"\n    ],\n    \"timorousness\": [\n        \"untimorousness\"\n    ],\n    \"-acha oge\": [\n        \"untimous\"\n    ],\n    \"enweghi nri\": [\n        \"untine\"\n    ],\n    \"unting\": [\n        \"untinged\"\n    ],\n    \"untypes\": [\n        \"untyped\"\n    ],\n    \"untyrannika\": [\n        \"untyrannical\"\n    ],\n    \"untirannised\": [\n        \"untyrannised\"\n    ],\n    \"unti\": [\n        \"untired\"\n    ],\n    \"adbụ onye akaebe\": [\n        \"untoadying\"\n    ],\n    \"toiled\": [\n        \"untoiled\"\n    ],\n    \"unnetured\": [\n        \"untonsured\"\n    ],\n    \"top\": [\n        \"untop\"\n    ],\n    \"topped\": [\n        \"untopped\"\n    ],\n    \"toppled\": [\n        \"untoppled\"\n    ],\n    \"unotala\": [\n        \"untotalled\"\n    ],\n    \"touch\": [\n        \"untouch\"\n    ],\n    \"nke enweghi isi\": [\n        \"untouchable\"\n    ],\n    \"ibughari aka\": [\n        \"untouchableness\"\n    ],\n    \"ihe anaghi aru\": [\n        \"untouchables\"\n    ],\n    \"akpatu aka\": [\n        \"untouched\"\n    ],\n    \"imetụ aka\": [\n        \"untouchedness\"\n    ],\n    \"emetu aka\": [\n        \"untouching\"\n    ],\n    \"toured\": [\n        \"untoured\"\n    ],\n    \"abụghị toxically\": [\n        \"untoxically\"\n    ],\n    \"untraceable ness\": [\n        \"untraceableness\"\n    ],\n    \"adọtara\": [\n        \"untracted\"\n    ],\n    \"ezighi ezi dika mmadu\": [\n        \"untradesmanlike\"\n    ],\n    \"unaradu\": [\n        \"untraduced\"\n    ],\n    \"untratra\": [\n        \"untrailed\"\n    ],\n    \"unhazi\": [\n        \"untrailered\"\n    ],\n    \"adighi ozuzu\": [\n        \"untrainedly\"\n    ],\n    \"untrammeled\": [\n        \"untrammelled\"\n    ],\n    \"untara\": [\n        \"untramped\"\n    ],\n    \"n'usoro ezighi ezi\": [\n        \"untranscendentally\"\n    ],\n    \"ezughi ederede\": [\n        \"untranscribed\"\n    ],\n    \"ebunyeghi\": [\n        \"untransferred\"\n    ],\n    \"n'esighi ezi okwu\": [\n        \"untransitively\"\n    ],\n    \"ebugharighi ya\": [\n        \"untransmitted\"\n    ],\n    \"a ghaghi ikwughachi ya\": [\n        \"untranspired\"\n    ],\n    \"ebughari\": [\n        \"untransported\",\n        \"untransposed\"\n    ],\n    \"asachapụghị ya\": [\n        \"untrashed\"\n    ],\n    \"untravela\": [\n        \"untravelable\"\n    ],\n    \"ịdị na-akụda\": [\n        \"untrembling\"\n    ],\n    \"n'emeghị ya iwu\": [\n        \"untributarily\"\n    ],\n    \"trigonometric\": [\n        \"untrigonometric\"\n    ],\n    \"trigonometrical\": [\n        \"untrigonometrical\"\n    ],\n    \"trigonometrically\": [\n        \"untrigonometrically\"\n    ],\n    \"atọghị\": [\n        \"untubercular\"\n    ],\n    \"untucked\": [\n        \"untucks\",\n        \"untugged\"\n    ],\n    \"untunne\": [\n        \"untunneled\"\n    ],\n    \"na-adịghị asachapụ\": [\n        \"unturpentined\"\n    ],\n    \"atọghị ọbara\": [\n        \"untwine\"\n    ],\n    \"ekweghị agwọ\": [\n        \"untwineable\"\n    ],\n    \"ekweghi ka\": [\n        \"untwinkled\"\n    ],\n    \"ekweghikwa\": [\n        \"untwister\"\n    ],\n    \"unulceul\": [\n        \"unulcerous\"\n    ],\n    \"ununiformness. adịghị\": [\n        \"ununiformness\"\n    ],\n    \"emekọ ọnụ\": [\n        \"ununiting\"\n    ],\n    \"ununiversity dị\": [\n        \"ununiversitylike\"\n    ],\n    \"ihe puru iche\": [\n        \"unusual\"\n    ],\n    \"enweghi aru\": [\n        \"unusuality\",\n        \"washerless\"\n    ],\n    \"na-adịghị ahụkebe\": [\n        \"unusurious\"\n    ],\n    \"vaguely\": [\n        \"unvaguely\"\n    ],\n    \"vagueness\": [\n        \"unvagueness\"\n    ],\n    \"unainains\": [\n        \"unvainly\"\n    ],\n    \"unana-aghara\": [\n        \"unvalorously\"\n    ],\n    \"unvary\": [\n        \"unvarying\"\n    ],\n    \"unvarying\": [\n        \"unvaryingness\"\n    ],\n    \"unvarnishment\": [\n        \"unvarnished\"\n    ],\n    \"n’enweghi mmasi\": [\n        \"unvarnishedly\"\n    ],\n    \"unvailable\": [\n        \"unvaulted\"\n    ],\n    \"kpughee ihe\": [\n        \"unveiler\"\n    ],\n    \"ekpughee ekpughe\": [\n        \"unvenerableness\"\n    ],\n    \"-enweghi ike\": [\n        \"unveniable\"\n    ],\n    \"n'ụzọ na-enweghị nsogbu\": [\n        \"unvenially\"\n    ],\n    \"enweghị ike ịzụ ahịa\": [\n        \"unventuresome\"\n    ],\n    \"adịghị akwado\": [\n        \"unverbose\"\n    ],\n    \"amụghị ihe\": [\n        \"unverdurous\"\n    ],\n    \"ekwuwapụta\": [\n        \"unverifiability\"\n    ],\n    \"na-ekpughere\": [\n        \"unverificative\"\n    ],\n    \"vasatail\": [\n        \"unversatilely\",\n        \"versatile\",\n        \"versatilely\"\n    ],\n    \"unversatile ness\": [\n        \"unversatileness\"\n    ],\n    \"vexatiously\": [\n        \"unvexatiously\"\n    ],\n    \"ahụrụ n'anya\": [\n        \"unvying\"\n    ],\n    \"a naghị egosipụta ya\": [\n        \"unvindicable\"\n    ],\n    \"odighi adi ire\": [\n        \"unviolable\"\n    ],\n    \"emeghi ihe ike\": [\n        \"unviolined\"\n    ],\n    \"unvisible\": [\n        \"unvisibleness\"\n    ],\n    \"enweghi ike ịhụ ya\": [\n        \"unvisibly\"\n    ],\n    \"enweghị ike ịhụ anya\": [\n        \"unvisitable\"\n    ],\n    \"a chọghị\": [\n        \"unvisited\"\n    ],\n    \"unvista\": [\n        \"unvistaed\"\n    ],\n    \"nke a na-apụghị ịhụta\": [\n        \"unvitiable\"\n    ],\n    \"-enweghị ike ịgbagha\": [\n        \"unvitrescible\"\n    ],\n    \"a chọtaghị\": [\n        \"unvivified\"\n    ],\n    \"unvardard\": [\n        \"unvizarded\"\n    ],\n    \"unvizred\": [\n        \"unvizored\"\n    ],\n    \"abụghị olu\": [\n        \"unvoice\"\n    ],\n    \"adịghị anụ olu\": [\n        \"unvoiced\"\n    ],\n    \"adịghị anụ ụtọ\": [\n        \"unvoiceful\"\n    ],\n    \"unvoluntarin\": [\n        \"unvoluntariness\"\n    ],\n    \"ịmeghe\": [\n        \"unvoting\"\n    ],\n    \"unvulgargarised\": [\n        \"unvulgarised\"\n    ],\n    \"unwa ujo\": [\n        \"unwayed\"\n    ],\n    \"na-echeghi\": [\n        \"unwaiting\"\n    ],\n    \"amụghị anya\": [\n        \"unwakeful\"\n    ],\n    \"ịdịghị njikere\": [\n        \"unwakefully\"\n    ],\n    \"na-adịghị njikere\": [\n        \"unwaking\"\n    ],\n    \"unwarliken\": [\n        \"unwarlikeness\"\n    ],\n    \"unwarneding\": [\n        \"unwarnedness\"\n    ],\n    \"unuwa\": [\n        \"unwarp\"\n    ],\n    \"adịghị efe efe\": [\n        \"unwarping\"\n    ],\n    \"na-asaghi\": [\n        \"unwassailing\"\n    ],\n    \"mụrụ anya\": [\n        \"unwatchful\",\n        \"unwatchfully\",\n        \"vigil\",\n        \"vigilance\",\n        \"vigilant\",\n        \"vigilante\",\n        \"vigilantist\",\n        \"vigilantness\",\n        \"vigilate\",\n        \"vigilation\",\n        \"watchful\"\n    ],\n    \"ukpeme\": [\n        \"unwatchfulness\",\n        \"watchfulness\"\n    ],\n    \"na-enweghị akara\": [\n        \"unwatermarked\"\n    ],\n    \"unwearị\": [\n        \"unwearable\"\n    ],\n    \"unwewe\": [\n        \"unwearily\"\n    ],\n    \"unweatherwe\": [\n        \"unweatherly\",\n        \"unweatherwise\"\n    ],\n    \"wepụta akwa\": [\n        \"unweave\"\n    ],\n    \"unwedwed\": [\n        \"unwedded\"\n    ],\n    \"unwedwedly\": [\n        \"unweddedly\"\n    ],\n    \"unwepu\": [\n        \"unweft\"\n    ],\n    \"unweigh\": [\n        \"unweights\"\n    ],\n    \"unwelwel\": [\n        \"unwelde\"\n    ],\n    \"N'ebe ọdịda anyanwụ\": [\n        \"unwestern\",\n        \"westling\",\n        \"westlins\"\n    ],\n    \"unyeghi\": [\n        \"unwhig\"\n    ],\n    \"n'ichekwa\": [\n        \"unwhining\"\n    ],\n    \"ekewetkeghi\": [\n        \"unwhited\"\n    ],\n    \"ekechaghị ọcha\": [\n        \"unwhitened\"\n    ],\n    \"ekwesighi ike\": [\n        \"unwholesomeness\"\n    ],\n    \"n'enweghị mmasị\": [\n        \"unwickedly\"\n    ],\n    \"Ighaghi\": [\n        \"unwig\"\n    ],\n    \"unana-unana\": [\n        \"unwildness\"\n    ],\n    \"unwin\": [\n        \"unwincing\"\n    ],\n    \"unwincing\": [\n        \"unwincingly\"\n    ],\n    \"tụsara ahụ\": [\n        \"unwinded\",\n        \"unwindy\",\n        \"unwinds\"\n    ],\n    \"ihe nkwụsị\": [\n        \"unwinders\"\n    ],\n    \"enweghị windo\": [\n        \"unwindowed\",\n        \"windowful\",\n        \"windowless\"\n    ],\n    \"ghara ịtụpu ya\": [\n        \"unwinged\"\n    ],\n    \"n'enyeghi anya\": [\n        \"unwinking\"\n    ],\n    \"ekpuchita\": [\n        \"unwinning\"\n    ],\n    \"akpachiri anya\": [\n        \"unwithered\"\n    ],\n    \"unwanwanyi\": [\n        \"unwoman\",\n        \"unwomanlike\"\n    ],\n    \"emeghi nwanyi\": [\n        \"unwomanized\"\n    ],\n    \"enweghị ebube\": [\n        \"unwonderfully\"\n    ],\n    \"ekwughị osisi\": [\n        \"unwooded\"\n    ],\n    \"ịraghị ụra\": [\n        \"unwooed\"\n    ],\n    \"unoof\": [\n        \"unwoof\"\n    ],\n    \"adịghị ka ọrụ\": [\n        \"unworkmanlike\"\n    ],\n    \"agbadoghị\": [\n        \"unworn\"\n    ],\n    \"unworldly\": [\n        \"unworriedly\"\n    ],\n    \"na -enweghị okwukwe\": [\n        \"unworshipped\"\n    ],\n    \"n'adịghị efe\": [\n        \"unworshipping\"\n    ],\n    \"unwoundị\": [\n        \"unwounded\"\n    ],\n    \"unyeve\": [\n        \"unwove\"\n    ],\n    \"un ahunsenwu\": [\n        \"unwrinkle\"\n    ],\n    \"alala azụ\": [\n        \"unwrinkleable\"\n    ],\n    \"unwughi\": [\n        \"unwwove\"\n    ],\n    \"n'enweghị ekworo\": [\n        \"unzealously\"\n    ],\n    \"ịpaya\": [\n        \"upaya\"\n    ],\n    \"eleba anya\": [\n        \"upbears\"\n    ],\n    \"gbanye onu\": [\n        \"upboil\",\n        \"whisp\",\n        \"whisper\"\n    ],\n    \"mba elu\": [\n        \"upbraid\"\n    ],\n    \"upbrabra\": [\n        \"upbraiding\"\n    ],\n    \"elu ihu\": [\n        \"upbraidingly\"\n    ],\n    \"onye na-ewuli elu\": [\n        \"upbuilder\"\n    ],\n    \"na-arịgo\": [\n        \"upclimbing\"\n    ],\n    \"Ihe mechiri emechi\": [\n        \"upcoiled\"\n    ],\n    \"elu akwukwo\": [\n        \"upcolumn\"\n    ],\n    \"emelitere\": [\n        \"updarted\",\n        \"updatable\",\n        \"updated\",\n        \"updried\"\n    ],\n    \"nwelite\": [\n        \"update\"\n    ],\n    \"na-emelite\": [\n        \"updating\",\n        \"updrying\"\n    ],\n    \"updidi\": [\n        \"updive\"\n    ],\n    \"welitere\": [\n        \"upended\"\n    ],\n    \"bulie ike\": [\n        \"uperize\"\n    ],\n    \"tochie\": [\n        \"upflowed\"\n    ],\n    \"upga\": [\n        \"upgazed\"\n    ],\n    \"welite\": [\n        \"upget\"\n    ],\n    \"togo\": [\n        \"upgo\"\n    ],\n    \"nweta nkwalite\": [\n        \"upgrade\",\n        \"upgrading\",\n        \"upgrave\",\n        \"upgrew\"\n    ],\n    \"gbagwojuo anya\": [\n        \"upheaven\"\n    ],\n    \"noururu\": [\n        \"uphoard\"\n    ],\n    \"nourd\": [\n        \"uphoarded\"\n    ],\n    \"uphoing\": [\n        \"uphoarding\"\n    ],\n    \"kwadoo\": [\n        \"uphold\",\n        \"upholden\"\n    ],\n    \"upholstery\": [\n        \"upholsterous\",\n        \"upholstress\"\n    ],\n    \"tie elu\": [\n        \"uplake\"\n    ],\n    \"uplink\": [\n        \"uplick\"\n    ],\n    \"wulitere\": [\n        \"uplifted\"\n    ],\n    \"N'elu ugwu\": [\n        \"uplifts\",\n        \"upstaring\",\n        \"upstepping\"\n    ],\n    \"bulite\": [\n        \"upload\"\n    ],\n    \"ebugote\": [\n        \"uploadable\"\n    ],\n    \"na-ebugote\": [\n        \"uploading\"\n    ],\n    \"na-ebugo\": [\n        \"uploads\"\n    ],\n    \"nnukwu mkpụrụedemede\": [\n        \"uppercase\"\n    ],\n    \"clọ elu\": [\n        \"upperclassmen\"\n    ],\n    \"elucuts\": [\n        \"uppercuts\"\n    ],\n    \"ekweekpọ\": [\n        \"uppercutted\"\n    ],\n    \"akuko elu\": [\n        \"upperpart\"\n    ],\n    \"gbanye ugwu\": [\n        \"uppish\"\n    ],\n    \"uppish\": [\n        \"uppishness\"\n    ],\n    \"uppity\": [\n        \"uppityness\"\n    ],\n    \"nkwukpo\": [\n        \"uppoise\"\n    ],\n    \"Upprick\": [\n        \"upprick\"\n    ],\n    \"ịpinye\": [\n        \"uppropping\"\n    ],\n    \"na-aga ozi ọma\": [\n        \"upreaching\"\n    ],\n    \"bilie dị njikere\": [\n        \"upset\"\n    ],\n    \"upshiashi\": [\n        \"upshifted\"\n    ],\n    \"pụọ n'ubu\": [\n        \"upshoulder\"\n    ],\n    \"upin daisy\": [\n        \"upsidaisy\"\n    ],\n    \"kpodoro isi ala\": [\n        \"upside\"\n    ],\n    \"n’elu ụlọ\": [\n        \"upstairs\"\n    ],\n    \"na-eguzo\": [\n        \"upstands\",\n        \"withstander\"\n    ],\n    \"Ebe ugwu\": [\n        \"upstretch\"\n    ],\n    \"gbagote\": [\n        \"upsun\"\n    ],\n    \"nwe elu\": [\n        \"upsweep\"\n    ],\n    \"achaa\": [\n        \"upsweeps\"\n    ],\n    \"gbasili\": [\n        \"upswell\",\n        \"upswells\"\n    ],\n    \"gbagotere\": [\n        \"upthunder\"\n    ],\n    \"na-akwado nri\": [\n        \"uptilting\"\n    ],\n    \"uptorn\": [\n        \"upttorn\"\n    ],\n    \"Uzo abuo\": [\n        \"upwelled\"\n    ],\n    \"ọra\": [\n        \"ura\"\n    ],\n    \"uralik\": [\n        \"uralic\"\n    ],\n    \"iwepu aha\": [\n        \"uralitization\"\n    ],\n    \"iwepụ aha\": [\n        \"uralitizing\"\n    ],\n    \"uramilik\": [\n        \"uramilic\"\n    ],\n    \"urani\": [\n        \"uranian\"\n    ],\n    \"uranik\": [\n        \"uranic\",\n        \"uranitic\"\n    ],\n    \"uran\": [\n        \"uranism\",\n        \"uranous\"\n    ],\n    \"uranism\": [\n        \"uranisms\"\n    ],\n    \"ọkà mmụta banyere uranologist\": [\n        \"uranologist\"\n    ],\n    \"uratik\": [\n        \"uratic\"\n    ],\n    \"bi n'obodo ukwu\": [\n        \"urbanely\"\n    ],\n    \"onye mepere emepe\": [\n        \"urbaner\",\n        \"urbanist\",\n        \"urbanite\"\n    ],\n    \"mmepe obodo\": [\n        \"urbanisation\",\n        \"urbanization\"\n    ],\n    \"mebigo\": [\n        \"urbanised\",\n        \"urbanize\",\n        \"urbanized\",\n        \"urbanizes\",\n        \"urbanizing\"\n    ],\n    \"obodo mepere emepe\": [\n        \"urbanisms\",\n        \"urbanities\"\n    ],\n    \"ndị mepere emepe\": [\n        \"urbanists\",\n        \"urbanites\"\n    ],\n    \"Obodo mepere emepe\": [\n        \"urbanity\"\n    ],\n    \"nkà mmụta obodo mepere emepe\": [\n        \"urbanology\"\n    ],\n    \"ọkà mmụta ihe gbasara ndụ obodo\": [\n        \"urbanologist\"\n    ],\n    \"ndị na-amụ banyere ime obodo\": [\n        \"urbanologists\"\n    ],\n    \"ịkpa nri\": [\n        \"urbiculture\"\n    ],\n    \"Uk\": [\n        \"urd\"\n    ],\n    \"Uri\": [\n        \"urdy\"\n    ],\n    \"ureinial\": [\n        \"uredinial\"\n    ],\n    \"ọkà mmụta uredinologist\": [\n        \"uredinologist\"\n    ],\n    \"akuko-mmiri\": [\n        \"uredosporiferous\"\n    ],\n    \"ureometa\": [\n        \"ureometer\"\n    ],\n    \"ureral\": [\n        \"ureteral\"\n    ],\n    \"ureralgia\": [\n        \"ureteralgia\"\n    ],\n    \"urektenterostomy\": [\n        \"ureteroenterostomy\"\n    ],\n    \"urerolithiasis\": [\n        \"ureterolithiasis\"\n    ],\n    \"uhererolithic\": [\n        \"ureterolithic\"\n    ],\n    \"ureronephrectomy\": [\n        \"ureteronephrectomy\"\n    ],\n    \"urerosalpingostomy\": [\n        \"ureterosalpingostomy\"\n    ],\n    \"urerotomy\": [\n        \"ureterotomy\"\n    ],\n    \"urethane\": [\n        \"urethan\",\n        \"urethans\",\n        \"urethylane\"\n    ],\n    \"urera\": [\n        \"urethrae\"\n    ],\n    \"ureragraph\": [\n        \"urethragraph\"\n    ],\n    \"ureratresia\": [\n        \"urethratresia\"\n    ],\n    \"urektomy\": [\n        \"urethrectomy\"\n    ],\n    \"ureritic\": [\n        \"urethritic\"\n    ],\n    \"akwara mmiri\": [\n        \"urethroplastic\"\n    ],\n    \"uric aciduria\": [\n        \"uricaciduria\"\n    ],\n    \"uricytic\": [\n        \"uricolytic\"\n    ],\n    \"echiche ọma\": [\n        \"uricotelism\"\n    ],\n    \"uridine\": [\n        \"uridines\"\n    ],\n    \"ihe mmamịrị\": [\n        \"urinator\"\n    ],\n    \"na-anyụ mamịrị\": [\n        \"uriniferous\"\n    ],\n    \"ekweremadu\": [\n        \"urinogenital\"\n    ],\n    \"ọkà mmụta urinologist\": [\n        \"urinologist\"\n    ],\n    \"ndioyi\": [\n        \"urinoscopies\"\n    ],\n    \"Uche nwoke na nwanyi\": [\n        \"urinosexual\"\n    ],\n    \"urla\": [\n        \"urlar\"\n    ],\n    \"onwa\": [\n        \"urn\"\n    ],\n    \"urnalbọchị\": [\n        \"urnal\"\n    ],\n    \"Na-ehicha\": [\n        \"urning\"\n    ],\n    \"Ure\": [\n        \"urns\"\n    ],\n    \"uroacidimita\": [\n        \"uroacidimeter\"\n    ],\n    \"uroazotometa\": [\n        \"uroazotometer\"\n    ],\n    \"uọkhordal\": [\n        \"urochordal\"\n    ],\n    \"Ugbapu\": [\n        \"urochordate\"\n    ],\n    \"yurochrome\": [\n        \"urochrome\"\n    ],\n    \"urofoscohematin\": [\n        \"urofuscohematin\"\n    ],\n    \"uragraphy\": [\n        \"urography\"\n    ],\n    \"urolyti\": [\n        \"urolytic\"\n    ],\n    \"ọkà mmụta urologist\": [\n        \"urologist\"\n    ],\n    \"ndị urologists\": [\n        \"urologists\"\n    ],\n    \"uromanin\": [\n        \"uromancy\"\n    ],\n    \"Uromantia\": [\n        \"uromantia\"\n    ],\n    \"onye uromantist\": [\n        \"uromantist\"\n    ],\n    \"uromita\": [\n        \"urometer\"\n    ],\n    \"ọrophi\": [\n        \"urophi\"\n    ],\n    \"Urophobia\": [\n        \"urophobia\"\n    ],\n    \"Uroplania\": [\n        \"uroplania\"\n    ],\n    \"Uropsile\": [\n        \"uropsile\"\n    ],\n    \"uroseptik\": [\n        \"uroseptic\"\n    ],\n    \"urosthenik\": [\n        \"urosthenic\"\n    ],\n    \"urotoxin\": [\n        \"urotoxicity\"\n    ],\n    \"mgbugbu\": [\n        \"ursicidal\"\n    ],\n    \"urtik\": [\n        \"urtica\"\n    ],\n    \"urtzụ\": [\n        \"urtical\"\n    ],\n    \"urtiaria\": [\n        \"urticaria\"\n    ],\n    \"ticgba aghara\": [\n        \"urticarial\"\n    ],\n    \"ọva\": [\n        \"urva\",\n        \"uva\"\n    ],\n    \"agerma jijiji\": [\n        \"usager\"\n    ],\n    \"eji eji eji\": [\n        \"usances\"\n    ],\n    \"yikwasị\": [\n        \"usar\"\n    ],\n    \"njiri\": [\n        \"usaunces\"\n    ],\n    \"kpọta\": [\n        \"ushers\"\n    ],\n    \"usman\": [\n        \"usnic\"\n    ],\n    \"ịpeụ ọka\": [\n        \"uspeaking\"\n    ],\n    \"usquabae\": [\n        \"usquabaes\"\n    ],\n    \"usque bae\": [\n        \"usquebae\"\n    ],\n    \"usque baes\": [\n        \"usquebaes\"\n    ],\n    \"usr\": [\n        \"ussr\"\n    ],\n    \"ter\": [\n        \"uster\"\n    ],\n    \"adịbu\": [\n        \"usual\"\n    ],\n    \"na-emekarị\": [\n        \"usually\"\n    ],\n    \"adịkarị\": [\n        \"usualness\"\n    ],\n    \"ihe eji etinye mmiri\": [\n        \"usuary\"\n    ],\n    \"ọmụrụ nwa\": [\n        \"usury\"\n    ],\n    \"usures\": [\n        \"usuries\"\n    ],\n    \"usur\": [\n        \"usurious\",\n        \"usuriousness\"\n    ],\n    \"anapụrụ anyị\": [\n        \"usurped\"\n    ],\n    \"na-ewere usur\": [\n        \"usurping\"\n    ],\n    \"njichara\": [\n        \"usurption\"\n    ],\n    \"Ut\": [\n        \"ut\"\n    ],\n    \"utata\": [\n        \"uta\"\n    ],\n    \"utatọ\": [\n        \"utahan\"\n    ],\n    \"utahahans\": [\n        \"utahans\"\n    ],\n    \"Eriri akpa nwa\": [\n        \"uterine\"\n    ],\n    \"uretropelvic\": [\n        \"uteropelvic\"\n    ],\n    \"akpanwa\": [\n        \"uterus\",\n        \"uteruses\"\n    ],\n    \"ejie\": [\n        \"utilidor\"\n    ],\n    \"ahu nagide\": [\n        \"utilise\",\n        \"utilize\"\n    ],\n    \"ndị na-eji ọrụ\": [\n        \"utilitarians\"\n    ],\n    \"utopia\": [\n        \"utopians\"\n    ],\n    \"Uts\": [\n        \"uts\"\n    ],\n    \"ike ikwu okwu\": [\n        \"utterability\"\n    ],\n    \"utt\": [\n        \"utterest\"\n    ],\n    \"uuppnet\": [\n        \"uucpnet\"\n    ],\n    \"ịvala\": [\n        \"uvala\"\n    ],\n    \"Uvitic\": [\n        \"uvitic\"\n    ],\n    \"ivre\": [\n        \"uvre\"\n    ],\n    \"uvula\": [\n        \"uvulae\",\n        \"uvular\"\n    ],\n    \"ọvulatomy\": [\n        \"uvulatomy\"\n    ],\n    \"Uvulectomy\": [\n        \"uvulectomy\"\n    ],\n    \"Uvuloptosis\": [\n        \"uvuloptosis\"\n    ],\n    \"Uvulotomy\": [\n        \"uvulotomy\"\n    ],\n    \"ohere iputa\": [\n        \"vacant\"\n    ],\n    \"enwere obi\": [\n        \"vacanthearted\"\n    ],\n    \"vasinet\": [\n        \"vaccinate\"\n    ],\n    \"Onye ọrụ ọkụ\": [\n        \"vacillator\"\n    ],\n    \"ndị agụụ\": [\n        \"vacillators\"\n    ],\n    \"onye anoghi\": [\n        \"vacuist\"\n    ],\n    \"kpobie\": [\n        \"vacuolate\"\n    ],\n    \"kpopusoro\": [\n        \"vacuolated\"\n    ],\n    \"vakuometer\": [\n        \"vacuometer\"\n    ],\n    \"ịgbanwuo ọkụ\": [\n        \"vagabondizing\"\n    ],\n    \"eme ihe ojoo\": [\n        \"vagarious\"\n    ],\n    \"n’agha\": [\n        \"vagariously\"\n    ],\n    \"obobodia\": [\n        \"vagbondia\"\n    ],\n    \"ikpu ikpu\": [\n        \"vaginalectomy\",\n        \"vaginate\",\n        \"vaginectomy\",\n        \"vaginomycosis\",\n        \"vaginotomy\",\n        \"vagrantize\"\n    ],\n    \"enweghị ikpu\": [\n        \"vaginaless\"\n    ],\n    \"vinervose\": [\n        \"vaginervose\"\n    ],\n    \"vinomita\": [\n        \"vaginometer\",\n        \"vinometer\"\n    ],\n    \"vainula\": [\n        \"vaginula\"\n    ],\n    \"otmụnna ndị ahụ\": [\n        \"vagotomies\"\n    ],\n    \"ndị na-efu efu\": [\n        \"vagrantism\",\n        \"vagrants\"\n    ],\n    \"keezube\": [\n        \"vagrantlike\"\n    ],\n    \"ikpughari\": [\n        \"vagrate\"\n    ],\n    \"na-edochaghị anya\": [\n        \"vague\"\n    ],\n    \"vagu\": [\n        \"vaguity\"\n    ],\n    \"vaị\": [\n        \"vairy\"\n    ],\n    \"vaịra\": [\n        \"vajra\"\n    ],\n    \"vakeel\": [\n        \"vakeels\"\n    ],\n    \"vakil\": [\n        \"vakils\"\n    ],\n    \"ndị a gwọrọ\": [\n        \"valedictions\"\n    ],\n    \"ndi edokpu\": [\n        \"valedictorians\"\n    ],\n    \"valence\": [\n        \"valences\",\n        \"valency\"\n    ],\n    \"lentpo\": [\n        \"valentine\"\n    ],\n    \"valentine\": [\n        \"valentinian\"\n    ],\n    \"valentinism\": [\n        \"valentinianism\"\n    ],\n    \"Ndidiamatu\": [\n        \"valerianaceous\"\n    ],\n    \"ndị na-elekọta ha\": [\n        \"valerians\"\n    ],\n    \"valetri\": [\n        \"valetry\"\n    ],\n    \"valet\": [\n        \"valets\"\n    ],\n    \"valenudinarist\": [\n        \"valetudinarist\"\n    ],\n    \"valịl\": [\n        \"valyl\"\n    ],\n    \"valili\": [\n        \"valylene\"\n    ],\n    \"vine\": [\n        \"valines\",\n        \"vicine\",\n        \"vines\",\n        \"vinewise\",\n        \"vining\"\n    ],\n    \"valves\": [\n        \"valises\"\n    ],\n    \"ihe bara oke uru\": [\n        \"valuables\"\n    ],\n    \"- ọnụ ahịa\": [\n        \"valuators\"\n    ],\n    \"akpọrọ ihe\": [\n        \"valuers\",\n        \"valuing\"\n    ],\n    \"valvụ\": [\n        \"valve\",\n        \"valved\",\n        \"valvelet\",\n        \"valvelets\",\n        \"valvelike\",\n        \"valveman\",\n        \"valves\"\n    ],\n    \"enweghị valvụ\": [\n        \"valveless\"\n    ],\n    \"ndị ntụ\": [\n        \"valvemen\"\n    ],\n    \"vambra\": [\n        \"vambraced\",\n        \"vambraces\"\n    ],\n    \"vamoose\": [\n        \"vamoosed\"\n    ],\n    \"vamos\": [\n        \"vamose\",\n        \"vamosed\"\n    ],\n    \"vamp\": [\n        \"vampey\"\n    ],\n    \"vampire\": [\n        \"vamper\"\n    ],\n    \"vampyre lidae\": [\n        \"vampyrellidae\"\n    ],\n    \"ihe akaebe vampire\": [\n        \"vampireproof\"\n    ],\n    \"vampirism\": [\n        \"vampirize\"\n    ],\n    \"vanadium\": [\n        \"vanadiums\"\n    ],\n    \"Vancourier\": [\n        \"vancourier\"\n    ],\n    \"Vancouver\": [\n        \"vancouver\"\n    ],\n    \"Vancouveria\": [\n        \"vancouveria\"\n    ],\n    \"mebisie ihe\": [\n        \"vandal\",\n        \"vandalish\",\n        \"vandalize\",\n        \"vandalizes\"\n    ],\n    \"vandalika\": [\n        \"vandalic\"\n    ],\n    \"Onyedika Chukwudi\": [\n        \"vandiemenian\"\n    ],\n    \"andlọ\": [\n        \"vandyke\"\n    ],\n    \"bangalore\": [\n        \"vangloe\"\n    ],\n    \"Onye nche\": [\n        \"vanguardist\"\n    ],\n    \"vangeria\": [\n        \"vangueria\"\n    ],\n    \"vanilla aldehyde\": [\n        \"vanillaldehyde\"\n    ],\n    \"ifu efu\": [\n        \"vanish\"\n    ],\n    \"onye na-efu\": [\n        \"vanist\"\n    ],\n    \"vanley\": [\n        \"vanlay\"\n    ],\n    \"Vanterie\": [\n        \"vanterie\"\n    ],\n    \"feda\": [\n        \"vanward\"\n    ],\n    \"Alụlụụ\": [\n        \"vapor\",\n        \"vapored\",\n        \"vaporings\",\n        \"vapour\"\n    ],\n    \"vaili\": [\n        \"vaporary\"\n    ],\n    \"vaporizer\": [\n        \"vaporer\"\n    ],\n    \"Anyanka\": [\n        \"vaporescent\"\n    ],\n    \"vapu\": [\n        \"vapory\",\n        \"vapulate\"\n    ],\n    \"ọlụlụ nwunye\": [\n        \"vaporiferousness\"\n    ],\n    \"Uzuoku\": [\n        \"vaporiness\"\n    ],\n    \"vepo\": [\n        \"vaporise\",\n        \"vaporising\",\n        \"vaporlike\"\n    ],\n    \"Vaporization\": [\n        \"vaporization\"\n    ],\n    \"vapopo\": [\n        \"vaporize\"\n    ],\n    \"Ndị na-ekpo ekpo ekpo ọkụ\": [\n        \"vaporizers\"\n    ],\n    \"enweghị vapor\": [\n        \"vaporless\"\n    ],\n    \"vaightight\": [\n        \"vaportight\"\n    ],\n    \"vapourimita\": [\n        \"vapourimeter\"\n    ],\n    \"vapourness\": [\n        \"vapourishness\"\n    ],\n    \"vapors\": [\n        \"vapours\"\n    ],\n    \"vapa\": [\n        \"vappa\"\n    ],\n    \"vapula\": [\n        \"vapulation\"\n    ],\n    \"varaktọ\": [\n        \"varactor\"\n    ],\n    \"onye ngbanwe\": [\n        \"varanger\"\n    ],\n    \"nwekwa\": [\n        \"varec\"\n    ],\n    \"varehead\": [\n        \"vareheaded\"\n    ],\n    \"Ndiiche\": [\n        \"vari\"\n    ],\n    \"dịgasị\": [\n        \"variates\",\n        \"varies\",\n        \"versant\"\n    ],\n    \"dịgasị iche\": [\n        \"varical\",\n        \"variegated\",\n        \"varisized\",\n        \"versta\"\n    ],\n    \"varicella\": [\n        \"varicellar\",\n        \"varicelloid\",\n        \"varicellous\"\n    ],\n    \"Ọrịa varicelliform\": [\n        \"varicelliform\"\n    ],\n    \"ụdịrị iche\": [\n        \"varicotomies\"\n    ],\n    \"iche-iche\": [\n        \"varied\",\n        \"variedly\"\n    ],\n    \"Onye Nlegharị\": [\n        \"variegator\"\n    ],\n    \"nwee mgbanwe\": [\n        \"varificatory\"\n    ],\n    \"ogwu variolov\": [\n        \"variolovaccine\"\n    ],\n    \"varịl\": [\n        \"varlet\"\n    ],\n    \"varna\": [\n        \"varnas\"\n    ],\n    \"varnda\": [\n        \"varnishes\"\n    ],\n    \"varn ahụ\": [\n        \"varnishing\"\n    ],\n    \"dị ka varnish\": [\n        \"varnishlike\"\n    ],\n    \"varnish ahụ\": [\n        \"varnishment\"\n    ],\n    \"vasal\": [\n        \"varsal\"\n    ],\n    \"varsita\": [\n        \"varsiter\"\n    ],\n    \"vaskụla\": [\n        \"vascla\",\n        \"vascula\",\n        \"vascular\"\n    ],\n    \"vascon\": [\n        \"vascons\"\n    ],\n    \"ihe vasula\": [\n        \"vascularities\"\n    ],\n    \"vasculatured\": [\n        \"vascularized\"\n    ],\n    \"vaskụl\": [\n        \"vascularly\"\n    ],\n    \"vaskuliform\": [\n        \"vasculiform\"\n    ],\n    \"vaskulitis\": [\n        \"vasculitis\"\n    ],\n    \"akwara vasculolymphatic\": [\n        \"vasculolymphatic\"\n    ],\n    \"vaskulọm\": [\n        \"vasculums\"\n    ],\n    \"vasektoming\": [\n        \"vasectomizing\"\n    ],\n    \"vaseese\": [\n        \"vaseful\"\n    ],\n    \"vasilet\": [\n        \"vaselet\"\n    ],\n    \"ihe na-eme ihe nnabata\": [\n        \"vasemaker\"\n    ],\n    \"ihe na-eme vas\": [\n        \"vasemaking\"\n    ],\n    \"vasi\": [\n        \"vases\"\n    ],\n    \"vasoconstricting na-akụda\": [\n        \"vasoconstricting\"\n    ],\n    \"ihebany\": [\n        \"vasodepressor\"\n    ],\n    \"vasodilaịtị\": [\n        \"vasodilating\"\n    ],\n    \"vasoligasị\": [\n        \"vasoligation\"\n    ],\n    \"enweghị vassaless\": [\n        \"vassaless\"\n    ],\n    \"vassing\": [\n        \"vassalizing\"\n    ],\n    \"vass\": [\n        \"vassals\"\n    ],\n    \"nke sara mbara\": [\n        \"vasty\"\n    ],\n    \"vatikal\": [\n        \"vatical\"\n    ],\n    \"vaticanik\": [\n        \"vaticanic\"\n    ],\n    \"vaticanikal\": [\n        \"vaticanical\"\n    ],\n    \"onye vaịn\": [\n        \"vaticanist\",\n        \"vinitor\"\n    ],\n    \"ndisobo owo\": [\n        \"vaticination\"\n    ],\n    \"vatere\": [\n        \"vatter\"\n    ],\n    \"vatịl\": [\n        \"vatting\"\n    ],\n    \"volt\": [\n        \"vault\"\n    ],\n    \"vault yiri\": [\n        \"vaultlike\"\n    ],\n    \"vava\": [\n        \"vavs\"\n    ],\n    \"vawada\": [\n        \"vaward\"\n    ],\n    \"anụ nwa ehi\": [\n        \"veal\"\n    ],\n    \"ndị na-azụ anụ\": [\n        \"vealers\"\n    ],\n    \"veilier\": [\n        \"vealier\"\n    ],\n    \"veeliest\": [\n        \"vealiest\"\n    ],\n    \"vetikal\": [\n        \"vectorial\",\n        \"ventrolateral\",\n        \"verriculate\",\n        \"vertical\",\n        \"verticaled\",\n        \"verticaling\",\n        \"verticality\",\n        \"verticalness\",\n        \"verticals\",\n        \"verticillary\"\n    ],\n    \"vetiiki\": [\n        \"vectoring\"\n    ],\n    \"vedaiki\": [\n        \"vedaic\"\n    ],\n    \"Vedana\": [\n        \"vedana\"\n    ],\n    \"veepee\": [\n        \"veepees\"\n    ],\n    \"veera\": [\n        \"veerable\"\n    ],\n    \"veering\": [\n        \"veeringly\"\n    ],\n    \"vegan\": [\n        \"veganisms\"\n    ],\n    \"ndị vegans\": [\n        \"vegans\"\n    ],\n    \"na-ere ahịhịa\": [\n        \"vegetably\"\n    ],\n    \"onye anaghị eri anụ\": [\n        \"vegetarian\"\n    ],\n    \"ndị anaghị eri anụ\": [\n        \"vegetarians\"\n    ],\n    \"nke ahihia\": [\n        \"vegetative\",\n        \"vegetous\"\n    ],\n    \"na ahịhịa ndụ\": [\n        \"vegetatively\"\n    ],\n    \"veganism\": [\n        \"vegetism\"\n    ],\n    \"ndị na-eri anụ ọkụ\": [\n        \"vegetists\"\n    ],\n    \"na-ahapụghị gị\": [\n        \"vegetivorous\"\n    ],\n    \"nri anaghị eri anụ\": [\n        \"vegetoanimal\"\n    ],\n    \"n'ụgbọala\": [\n        \"vehicularly\"\n    ],\n    \"kpuchie ihu\": [\n        \"veiled\"\n    ],\n    \"na-ekpuchi ihu\": [\n        \"veiledly\"\n    ],\n    \"vein vein\": [\n        \"veinings\"\n    ],\n    \"vejo\": [\n        \"vejoces\"\n    ],\n    \"Ukwuuukwu\": [\n        \"velamentous\"\n    ],\n    \"vela\": [\n        \"velar\",\n        \"velary\"\n    ],\n    \"velu\": [\n        \"velars\"\n    ],\n    \"veldị\": [\n        \"veldts\"\n    ],\n    \"velicet\": [\n        \"velicate\"\n    ],\n    \"agbakwanụ\": [\n        \"vellicated\"\n    ],\n    \"velrịgharị\": [\n        \"vellicating\"\n    ],\n    \"velvel\": [\n        \"vellication\"\n    ],\n    \"velocimeta\": [\n        \"velocimeter\"\n    ],\n    \"velociedị\": [\n        \"velocipeded\"\n    ],\n    \"ichilo\": [\n        \"velocipeding\"\n    ],\n    \"velomita\": [\n        \"velometer\"\n    ],\n    \"velor\": [\n        \"velour\"\n    ],\n    \"velel\": [\n        \"velure\"\n    ],\n    \"velure\": [\n        \"velures\"\n    ],\n    \"velgba\": [\n        \"veluring\"\n    ],\n    \"velmụaka\": [\n        \"velvetlike\"\n    ],\n    \"veal\": [\n        \"venal\"\n    ],\n    \"Ọrịa venanzite\": [\n        \"venanzite\"\n    ],\n    \"anụ ọkụkụ\": [\n        \"venational\",\n        \"venator\",\n        \"venatorial\",\n        \"venetic\",\n        \"venison\"\n    ],\n    \"Mgbere ahịa\": [\n        \"vendaces\"\n    ],\n    \"vedaval\": [\n        \"vendaval\"\n    ],\n    \"Veta\": [\n        \"vendetta\"\n    ],\n    \"veneedi\": [\n        \"veneered\"\n    ],\n    \"ndị dị egwu\": [\n        \"veneficious\"\n    ],\n    \"Ọrịa venenosus\": [\n        \"venenosus\"\n    ],\n    \"vene vene\": [\n        \"venerably\",\n        \"venerative\"\n    ],\n    \"onye vene\": [\n        \"venerant\"\n    ],\n    \"nke venerative\": [\n        \"veneratively\"\n    ],\n    \"nwoke obula\": [\n        \"venerean\"\n    ],\n    \"nke vene\": [\n        \"venerous\"\n    ],\n    \"Vesia\": [\n        \"venesia\"\n    ],\n    \"ndị venetian\": [\n        \"venetians\"\n    ],\n    \"onye mmegwara\": [\n        \"venger\"\n    ],\n    \"venipaplex\": [\n        \"veniplex\"\n    ],\n    \"onye venizelist\": [\n        \"venizelist\"\n    ],\n    \"venom asọ mmiri\": [\n        \"venomosalivary\"\n    ],\n    \"venom n'ụzọ\": [\n        \"venomously\"\n    ],\n    \"venomous ness\": [\n        \"venomousness\"\n    ],\n    \"Devid agụghị ndị gbara\": [\n        \"ventage\",\n        \"vintage\",\n        \"vintaged\",\n        \"vintager\",\n        \"vintress\"\n    ],\n    \"vetiil\": [\n        \"ventail\"\n    ],\n    \"veta\": [\n        \"ventails\"\n    ],\n    \"akuku ikuku\": [\n        \"ventifact\",\n        \"ventilator\"\n    ],\n    \"akuku ventila\": [\n        \"ventilable\"\n    ],\n    \"ventilet\": [\n        \"ventilate\"\n    ],\n    \"ventilashion\": [\n        \"ventilation\"\n    ],\n    \"Igwe ikuku\": [\n        \"ventilative\"\n    ],\n    \"ndị na-akwọ ikuku\": [\n        \"ventilators\"\n    ],\n    \"n'ụzọ ikuku\": [\n        \"ventrally\"\n    ],\n    \"ventricular\": [\n        \"ventricous\"\n    ],\n    \"ndị ventriloquists\": [\n        \"ventriloquists\"\n    ],\n    \"ikuku axial\": [\n        \"ventroaxial\"\n    ],\n    \"ventro axillary\": [\n        \"ventroaxillary\"\n    ],\n    \"ventro cystorrhaphy\": [\n        \"ventrocystorrhaphy\"\n    ],\n    \"Ventroptosis\": [\n        \"ventroptosis\"\n    ],\n    \"anwa anwa\": [\n        \"ventured\"\n    ],\n    \"Votu\": [\n        \"venturi\"\n    ],\n    \"Venturia\": [\n        \"venturia\"\n    ],\n    \"ịghara\": [\n        \"venturing\"\n    ],\n    \"jiri ike\": [\n        \"venturously\"\n    ],\n    \"ebe mgbakọ\": [\n        \"venue\"\n    ],\n    \"venulel\": [\n        \"venule\"\n    ],\n    \"ntutu venus\": [\n        \"venushair\"\n    ],\n    \"Vosusian\": [\n        \"venusian\",\n        \"venusians\",\n        \"venutian\"\n    ],\n    \"veracious\": [\n        \"veraciousness\"\n    ],\n    \"veratra\": [\n        \"veratrate\"\n    ],\n    \"veratrin na-achịkwa\": [\n        \"veratrinizing\"\n    ],\n    \"veratrire\": [\n        \"veratrize\"\n    ],\n    \"veratrated\": [\n        \"veratrized\"\n    ],\n    \"veratri na-achịkwa\": [\n        \"veratrizing\"\n    ],\n    \"veratrum\": [\n        \"veratrums\"\n    ],\n    \"ngwaa\": [\n        \"verb\",\n        \"verbals\",\n        \"verbarian\",\n        \"verbiage\",\n        \"verbiages\",\n        \"verbs\",\n        \"verbum\"\n    ],\n    \"ikwupụta eziokwu\": [\n        \"verbality\"\n    ],\n    \"n’okwu\": [\n        \"verbally\"\n    ],\n    \"ngwaaji\": [\n        \"verbiles\"\n    ],\n    \"vedanda\": [\n        \"verdancies\"\n    ],\n    \"acha akwụkwọ\": [\n        \"verdant\"\n    ],\n    \"verdu\": [\n        \"verdured\",\n        \"verdurous\",\n        \"verdurousness\"\n    ],\n    \"redgha\": [\n        \"veredict\"\n    ],\n    \"redlọ\": [\n        \"veredictum\"\n    ],\n    \"vergen\": [\n        \"vergences\"\n    ],\n    \"veridical dị mkpa\": [\n        \"veridicality\"\n    ],\n    \"verifiable\": [\n        \"verifiableness\"\n    ],\n    \"vermical\": [\n        \"vermicious\"\n    ],\n    \"vermining\": [\n        \"verminating\"\n    ],\n    \"yiri vermin\": [\n        \"verminlike\"\n    ],\n    \"asụsụ obodo\": [\n        \"vernacular\",\n        \"vernacularisation\",\n        \"vernacularism\",\n        \"vernacularity\"\n    ],\n    \"asụsụ dị iche iche\": [\n        \"vernacularise\",\n        \"vernacularness\"\n    ],\n    \"asụsụ na-asụ asụsụ\": [\n        \"vernacularised\",\n        \"vernacularising\",\n        \"vernacularizing\"\n    ],\n    \"nchịkwa asụsụ\": [\n        \"vernacularization\"\n    ],\n    \"verndị asụsụ\": [\n        \"vernacularize\"\n    ],\n    \"gaa asụsụ\": [\n        \"vernaculate\"\n    ],\n    \"asụsụ ndị ara\": [\n        \"vernaculous\"\n    ],\n    \"vernbọchị\": [\n        \"vernal\",\n        \"vernally\",\n        \"vernation\"\n    ],\n    \"verngbo\": [\n        \"vernalising\"\n    ],\n    \"vernmara\": [\n        \"vernalizes\"\n    ],\n    \"me ihe\": [\n        \"vernalizing\"\n    ],\n    \"vernbụ asụsụ\": [\n        \"vernissage\"\n    ],\n    \"verngha\": [\n        \"vernition\"\n    ],\n    \"nke nwere ike ịgbagha\": [\n        \"versable\"\n    ],\n    \"vasilil\": [\n        \"versailles\"\n    ],\n    \"egosipụta ọtụtụ ihe\": [\n        \"versatility\"\n    ],\n    \"ngosipụta dị iche iche\": [\n        \"versatilities\"\n    ],\n    \"ịgụ amaokwu\": [\n        \"versemongering\"\n    ],\n    \"vesos\": [\n        \"versers\",\n        \"versts\",\n        \"versual\",\n        \"versus\"\n    ],\n    \"vidio\": [\n        \"versicle\",\n        \"virologies\"\n    ],\n    \"versine\": [\n        \"versin\",\n        \"versines\",\n        \"versing\"\n    ],\n    \"vertebrales\": [\n        \"vertebraless\"\n    ],\n    \"vertebro sacral\": [\n        \"vertebrosacral\"\n    ],\n    \"vertex\": [\n        \"vertep\"\n    ],\n    \"veru\": [\n        \"veruled\"\n    ],\n    \"veti\": [\n        \"vervet\",\n        \"vestal\",\n        \"vetust\"\n    ],\n    \"vesperal\": [\n        \"vesperals\"\n    ],\n    \"Mbadamba\": [\n        \"vessignon\"\n    ],\n    \"onye nlekọta anụ ọhịa\": [\n        \"vestiarian\"\n    ],\n    \"ụlọ oriri na ọstụ .ụ\": [\n        \"vestiaries\"\n    ],\n    \"vestibula\": [\n        \"vestibulate\"\n    ],\n    \"vestibel na-ebugharị\": [\n        \"vestibuling\"\n    ],\n    \"vest\": [\n        \"vesting\"\n    ],\n    \"onye vetikal\": [\n        \"vestinian\"\n    ],\n    \"enweghi ihu\": [\n        \"vestless\"\n    ],\n    \"vestimentary\": [\n        \"vestmentary\"\n    ],\n    \"vestralisation\": [\n        \"vestralization\"\n    ],\n    \"vestism\": [\n        \"vestryism\"\n    ],\n    \"ndị na-elekọta iwu\": [\n        \"vestrymen\"\n    ],\n    \"Onye eji ejiji\": [\n        \"vesturer\"\n    ],\n    \"vetichi\": [\n        \"vetchier\"\n    ],\n    \"vetiran soja\": [\n        \"veteran\"\n    ],\n    \"ndị lagoro ezumike nka\": [\n        \"veteraness\",\n        \"veterans\"\n    ],\n    \"ọgwụgwọ ọrịa anụmanụ\": [\n        \"veterinary\"\n    ],\n    \"dibia vetiran\": [\n        \"veterinarian\"\n    ],\n    \"ndị na-agwọ ọrịa anụmanụ\": [\n        \"veterinarianism\",\n        \"veterinarians\",\n        \"veterinaries\"\n    ],\n    \"vetiti\": [\n        \"vetitive\"\n    ],\n    \"ndị na-azụ veti\": [\n        \"vetivers\"\n    ],\n    \"veto\": [\n        \"vetoed\",\n        \"vetoer\",\n        \"vetoers\",\n        \"vetoes\",\n        \"vetoing\",\n        \"vetoism\"\n    ],\n    \"onye veto\": [\n        \"vetoist\"\n    ],\n    \"vettre\": [\n        \"vetture\"\n    ],\n    \"vex\": [\n        \"vexable\",\n        \"vexes\"\n    ],\n    \"onye ọkachamara vexillologist\": [\n        \"vexillologist\"\n    ],\n    \"n'oké mwute\": [\n        \"vexingly\"\n    ],\n    \"viaila\": [\n        \"viably\"\n    ],\n    \"vialial\": [\n        \"vialful\"\n    ],\n    \"vial\": [\n        \"vialled\",\n        \"vials\"\n    ],\n    \"onye na-eme vial\": [\n        \"vialmaker\"\n    ],\n    \"ịmị vialm\": [\n        \"vialmaking\"\n    ],\n    \"site na okwu\": [\n        \"vialogue\"\n    ],\n    \"viameta\": [\n        \"viameter\"\n    ],\n    \"vianda\": [\n        \"viander\"\n    ],\n    \"viatometa\": [\n        \"viatometer\"\n    ],\n    \"viatore\": [\n        \"viatores\"\n    ],\n    \"vi viari\": [\n        \"viatorial\"\n    ],\n    \"onyendu\": [\n        \"vibraharpist\"\n    ],\n    \"vibrant\": [\n        \"vibrants\"\n    ],\n    \"vaibret\": [\n        \"vibrate\"\n    ],\n    \"viburnum\": [\n        \"viburnic\",\n        \"viburnin\"\n    ],\n    \"Nnọchianya\": [\n        \"vicar\"\n    ],\n    \"onye vicarian\": [\n        \"vicarian\"\n    ],\n    \"viciire\": [\n        \"vicariate\"\n    ],\n    \"ndi vicari\": [\n        \"vicariates\"\n    ],\n    \"vicar\": [\n        \"vicars\"\n    ],\n    \"ịbụisi\": [\n        \"vicarship\"\n    ],\n    \"ochichi osote\": [\n        \"vicegerencies\"\n    ],\n    \"osotegerentship\": [\n        \"vicegerentship\"\n    ],\n    \"nnọchigide\": [\n        \"viceroyalty\"\n    ],\n    \"ajọ njọ\": [\n        \"vicious\"\n    ],\n    \"vicometi\": [\n        \"vicomtes\"\n    ],\n    \"onye e megburu\": [\n        \"victim\"\n    ],\n    \"ndị ahụ metụtara\": [\n        \"victims\"\n    ],\n    \"ndi meriri\": [\n        \"victors\"\n    ],\n    \"kaseti vidiyo\": [\n        \"videocassette\",\n        \"videocassettes\"\n    ],\n    \"ntaneti vidiyo\": [\n        \"videocasting\"\n    ],\n    \"ekwentị vidiyo\": [\n        \"videophone\"\n    ],\n    \"vidiyo vidiyo\": [\n        \"videotape\"\n    ],\n    \"ihe nkiri vidio\": [\n        \"videotapes\"\n    ],\n    \"vidio vidio\": [\n        \"videotaping\"\n    ],\n    \"ụmụaka vid\": [\n        \"vidkids\"\n    ],\n    \"visual\": [\n        \"vidual\"\n    ],\n    \"vienna\": [\n        \"viennese\"\n    ],\n    \"vier na\": [\n        \"vierling\"\n    ],\n    \"Vietnam\": [\n        \"vietnamese\"\n    ],\n    \"vaịn vaịn\": [\n        \"vietnamization\",\n        \"vinegariness\"\n    ],\n    \"ndị na-ekiri\": [\n        \"viewers\"\n    ],\n    \"na-eleghi anya\": [\n        \"viewless\"\n    ],\n    \"lee obere\": [\n        \"viewlessness\"\n    ],\n    \"ele kwesiri\": [\n        \"viewworthy\"\n    ],\n    \"vida\": [\n        \"vifda\"\n    ],\n    \"ndị na-amụ anya\": [\n        \"vigilantes\"\n    ],\n    \"ndị vignettists\": [\n        \"vignettists\"\n    ],\n    \"Ndịna\": [\n        \"vilayets\"\n    ],\n    \"ilddị\": [\n        \"vild\"\n    ],\n    \"ilddị ọcha\": [\n        \"vildness\"\n    ],\n    \"ndị obi ha\": [\n        \"vilehearted\"\n    ],\n    \"vilikọọ\": [\n        \"vilicate\"\n    ],\n    \"kwulu\": [\n        \"vilify\"\n    ],\n    \"akwamozu\": [\n        \"vilities\"\n    ],\n    \"obodo ntà\": [\n        \"villages\"\n    ],\n    \"obodo ward\": [\n        \"villageward\"\n    ],\n    \"yelọ\": [\n        \"villayet\"\n    ],\n    \"nke ojoo\": [\n        \"villatic\"\n    ],\n    \"villeggiatura\": [\n        \"villegiatura\"\n    ],\n    \"villainess\": [\n        \"villeiness\"\n    ],\n    \"nke viminal\": [\n        \"viminal\"\n    ],\n    \"vim\": [\n        \"vims\"\n    ],\n    \"mmanya vaịn\": [\n        \"vinage\",\n        \"viner\"\n    ],\n    \"onye vinaigrier\": [\n        \"vinaigrier\"\n    ],\n    \"vinajị\": [\n        \"vinaigrous\"\n    ],\n    \"vinal\": [\n        \"vinals\"\n    ],\n    \"vinkupọ\": [\n        \"vincula\"\n    ],\n    \"vinculata\": [\n        \"vinculate\"\n    ],\n    \"ga-egosipụta\": [\n        \"vindicable\"\n    ],\n    \"n'etu aka ya\": [\n        \"vindicatively\"\n    ],\n    \"igosipụta onwe\": [\n        \"vindicativeness\"\n    ],\n    \"onye na-ewepịa ihe\": [\n        \"vindicator\"\n    ],\n    \"ọ na-egosi ha\": [\n        \"vindicatory\"\n    ],\n    \"na-egosipụtakwa\": [\n        \"vindicatorily\"\n    ],\n    \"ndi na-ewepuga ihe\": [\n        \"vindicators\"\n    ],\n    \"igosipụta onwe ya\": [\n        \"vindicatorship\"\n    ],\n    \"vindị\": [\n        \"vindices\",\n        \"vindict\"\n    ],\n    \"onye na-elekọta mmanya\": [\n        \"vindresser\"\n    ],\n    \"ubi vaịn\": [\n        \"vinea\",\n        \"vineae\",\n        \"vinegary\",\n        \"vinegerone\",\n        \"vineyarder\",\n        \"vineyarding\",\n        \"vineyards\",\n        \"vineland\",\n        \"vinelet\"\n    ],\n    \"onye ọrụ ubi vaịn\": [\n        \"vinedresser\",\n        \"vineyardist\"\n    ],\n    \"mmanya gbara ụka\": [\n        \"vinegar\",\n        \"vinegarer\",\n        \"vinegarish\",\n        \"vinegarlike\"\n    ],\n    \"vinaigrette\": [\n        \"vinegarette\"\n    ],\n    \"onye na-eme mmanya\": [\n        \"vinegarist\"\n    ],\n    \"ndị vaịn\": [\n        \"vinegars\"\n    ],\n    \"mmanya mmanya\": [\n        \"vinegarweed\",\n        \"wineberry\",\n        \"wineberries\",\n        \"winebibber\",\n        \"wineconner\",\n        \"winemaster\"\n    ],\n    \"onye na-akụ ubi vaịn\": [\n        \"vinegrower\"\n    ],\n    \"enweghị osisi vaịn\": [\n        \"vineless\"\n    ],\n    \"osisi vaịn dị ka\": [\n        \"vinelike\"\n    ],\n    \"vinik\": [\n        \"vinic\"\n    ],\n    \"ndị ọkachamara vinic\": [\n        \"viniculturist\"\n    ],\n    \"ndị kasị nta\": [\n        \"viniest\"\n    ],\n    \"onye na-akụ vaịn\": [\n        \"vinificator\"\n    ],\n    \"vinylatedonye\": [\n        \"vinylated\"\n    ],\n    \"vinyịlị\": [\n        \"vinylating\"\n    ],\n    \"vinyụlị\": [\n        \"vinylation\"\n    ],\n    \"onye nyocha vino\": [\n        \"vinologist\"\n    ],\n    \"viniki\": [\n        \"vinos\"\n    ],\n    \"vino sulphureous\": [\n        \"vinosulphureous\"\n    ],\n    \"nke jọgburu onwe ya\": [\n        \"vinous\",\n        \"vinously\"\n    ],\n    \"nino vino\": [\n        \"vinousness\"\n    ],\n    \"vintages\": [\n        \"vintagers\"\n    ],\n    \"vinting\": [\n        \"vintaging\"\n    ],\n    \"vintiri\": [\n        \"vintry\"\n    ],\n    \"violin\": [\n        \"viol\",\n        \"violan\",\n        \"violand\",\n        \"violins\",\n        \"violist\",\n        \"violone\"\n    ],\n    \"n'ụzọ ike\": [\n        \"violaceously\"\n    ],\n    \"onye dara iwu\": [\n        \"violater\",\n        \"violator\"\n    ],\n    \"violet dị\": [\n        \"violetlike\"\n    ],\n    \"violet\": [\n        \"violets\",\n        \"violette\"\n    ],\n    \"onye violin\": [\n        \"violinette\",\n        \"violinist\",\n        \"violinistic\"\n    ],\n    \"ndị violin\": [\n        \"violinists\"\n    ],\n    \"enweghị violin\": [\n        \"violinless\"\n    ],\n    \"violin yiri\": [\n        \"violinlike\"\n    ],\n    \"onye na-eme violin\": [\n        \"violinmaker\"\n    ],\n    \"eme violin\": [\n        \"violinmaking\"\n    ],\n    \"violon\": [\n        \"violones\"\n    ],\n    \"vipe\": [\n        \"viperous\"\n    ],\n    \"vipeos\": [\n        \"viperously\"\n    ],\n    \"virago\": [\n        \"viragoes\"\n    ],\n    \"malitere ịrịa\": [\n        \"viral\"\n    ],\n    \"vira\": [\n        \"virales\"\n    ],\n    \"vire\": [\n        \"virement\"\n    ],\n    \"Virga\": [\n        \"virga\"\n    ],\n    \"Virgal\": [\n        \"virgal\"\n    ],\n    \"na-amaghị nwoke\": [\n        \"virgated\",\n        \"virgater\",\n        \"virgation\",\n        \"virginally\",\n        \"virgineous\"\n    ],\n    \"amaghị nwoke\": [\n        \"virgil\",\n        \"virgilism\",\n        \"virgin\",\n        \"virginal\",\n        \"virginale\",\n        \"virginality\",\n        \"virginid\",\n        \"virginity\",\n        \"virginities\",\n        \"virginitis\",\n        \"virginityship\",\n        \"virginly\",\n        \"viridity\",\n        \"virilism\"\n    ],\n    \"nwa agbọghọ na-amaghị nwoke\": [\n        \"virgilian\"\n    ],\n    \"Virginia\": [\n        \"virginia\"\n    ],\n    \"Nwanyị amaghị nwoke\": [\n        \"virginian\"\n    ],\n    \"ụmụ agbọghọ na-amaghị nwoke\": [\n        \"virginians\"\n    ],\n    \"amaghị nwoke dị ka\": [\n        \"virginlike\"\n    ],\n    \"amaghị nwoke ụgbọ mmiri\": [\n        \"virginship\"\n    ],\n    \"ndị viridians\": [\n        \"viridians\"\n    ],\n    \"ịmalite ịmụ nwa\": [\n        \"virilization\"\n    ],\n    \"ndị ọkachamara viro\": [\n        \"virologists\"\n    ],\n    \"viros\": [\n        \"viroses\"\n    ],\n    \"nti ido\": [\n        \"virtuosities\"\n    ],\n    \"n'omume ọma\": [\n        \"virtuously\"\n    ],\n    \"ọma\": [\n        \"virtuti\"\n    ],\n    \"Viruela\": [\n        \"viruela\"\n    ],\n    \"virulens\": [\n        \"virulencies\"\n    ],\n    \"visa\": [\n        \"visaed\",\n        \"visaing\",\n        \"visas\"\n    ],\n    \"viscerality\": [\n        \"visceralness\"\n    ],\n    \"visceing\": [\n        \"viscerating\"\n    ],\n    \"viscece\": [\n        \"visceration\"\n    ],\n    \"viscezos\": [\n        \"viscerous\"\n    ],\n    \"vise\": [\n        \"viseing\"\n    ],\n    \"visenomi\": [\n        \"visenomy\"\n    ],\n    \"visibiliti\": [\n        \"visibility\",\n        \"visibilities\"\n    ],\n    \"visigọt\": [\n        \"visigoth\"\n    ],\n    \"visigothiki\": [\n        \"visigothic\",\n        \"wisigothic\"\n    ],\n    \"n'ọhụụ\": [\n        \"visionally\",\n        \"visionarily\"\n    ],\n    \"ọhụ ụzọ\": [\n        \"visioner\"\n    ],\n    \"dị ka ọhụụ\": [\n        \"visionlike\"\n    ],\n    \"nleta\": [\n        \"visit\",\n        \"visitation\",\n        \"visitational\",\n        \"visitations\",\n        \"visitative\",\n        \"visitator\",\n        \"visitorial\",\n        \"visitorship\",\n        \"visits\"\n    ],\n    \"gaa leta\": [\n        \"visitable\",\n        \"visitate\"\n    ],\n    \"Njem nleta\": [\n        \"visitador\"\n    ],\n    \"obiajikwa\": [\n        \"visitandine\"\n    ],\n    \"ndị nleta\": [\n        \"visitants\"\n    ],\n    \"ileta\": [\n        \"visiting\",\n        \"visitment\"\n    ],\n    \"visor\": [\n        \"visory\"\n    ],\n    \"visor dị ka\": [\n        \"visorlike\"\n    ],\n    \"vista\": [\n        \"vistaed\",\n        \"vistal\"\n    ],\n    \"enweghị vista\": [\n        \"vistaless\"\n    ],\n    \"visisible\": [\n        \"visualisable\"\n    ],\n    \"a pụrụ ịhụ anya\": [\n        \"visualizable\"\n    ],\n    \"jiri anya nke uche hụ\": [\n        \"visualize\"\n    ],\n    \"iji anya nke uche\": [\n        \"visualizing\"\n    ],\n    \"visuometa\": [\n        \"visuometer\"\n    ],\n    \"nwagraph\": [\n        \"vitagraph\"\n    ],\n    \"ndị dị mkpa\": [\n        \"vitalists\"\n    ],\n    \"nwere vitamin\": [\n        \"vitaminized\"\n    ],\n    \"ọkà mmụta banyere ọrịa ọgwụ\": [\n        \"vitaminologist\"\n    ],\n    \"nke nwere ọgụgụ isi\": [\n        \"vitelligenous\"\n    ],\n    \"vijayasai\": [\n        \"vithayasai\"\n    ],\n    \"viti\": [\n        \"vitiate\",\n        \"vitiating\"\n    ],\n    \"enwere ọhụụ\": [\n        \"vitiated\"\n    ],\n    \"vitiat\": [\n        \"vitiates\",\n        \"vitiators\"\n    ],\n    \"vitiiti\": [\n        \"vitiation\"\n    ],\n    \"vitiligo\": [\n        \"vitilago\",\n        \"vitiligoid\"\n    ],\n    \"echiche vitiligo\": [\n        \"vitiligoidea\"\n    ],\n    \"nwaobidi\": [\n        \"vitreouslike\"\n    ],\n    \"na-eme ka nri\": [\n        \"vitrificate\"\n    ],\n    \"Mkpa ike\": [\n        \"vivaciousness\"\n    ],\n    \"ihe ndụ\": [\n        \"vivificator\",\n        \"vivifier\"\n    ],\n    \"ndụ ike\": [\n        \"viviparous\"\n    ],\n    \"Na-arụ ọrụ\": [\n        \"vivisective\"\n    ],\n    \"ndụ nwa\": [\n        \"vixenishness\"\n    ],\n    \"vizard\": [\n        \"vizarded\",\n        \"vizarding\"\n    ],\n    \"dị ka vizard\": [\n        \"vizardlike\"\n    ],\n    \"Egwuonwu\": [\n        \"viziercraft\"\n    ],\n    \"vizieri\": [\n        \"vizierial\"\n    ],\n    \"vizize\": [\n        \"vizirate\"\n    ],\n    \"viọrs\": [\n        \"vizirs\"\n    ],\n    \"vizi vizi\": [\n        \"vizirship\"\n    ],\n    \"vizising\": [\n        \"vizoring\"\n    ],\n    \"ikwupụta olu\": [\n        \"vocable\"\n    ],\n    \"ịkpọ olu\": [\n        \"vocalising\",\n        \"vocalization\",\n        \"vocate\"\n    ],\n    \"alisda olu\": [\n        \"vocalisms\"\n    ],\n    \"ndị olu\": [\n        \"vocalists\",\n        \"vocalizers\"\n    ],\n    \"uda olu\": [\n        \"vocalizer\"\n    ],\n    \"ukwe olu\": [\n        \"vocaller\"\n    ],\n    \"olu okwu\": [\n        \"vocalness\"\n    ],\n    \"ịkpọ ọrụ\": [\n        \"vocationalize\"\n    ],\n    \"gbanwere olu\": [\n        \"vociferanced\"\n    ],\n    \"onyeka olu\": [\n        \"vociferates\"\n    ],\n    \"olu ike\": [\n        \"vociferosity\",\n        \"volsteadism\"\n    ],\n    \"olu olu,\": [\n        \"vociferously\"\n    ],\n    \"onye isi olu\": [\n        \"vocimotor\"\n    ],\n    \"vodọm\": [\n        \"vodums\"\n    ],\n    \"onye voetian\": [\n        \"voetian\"\n    ],\n    \"nnụnnụ\": [\n        \"voetsak\"\n    ],\n    \"ịga njem\": [\n        \"voyaging\"\n    ],\n    \"na-ekwupụta olu\": [\n        \"voiceful\"\n    ],\n    \"n'olu n'olu\": [\n        \"voicelessly\"\n    ],\n    \"akara olu\": [\n        \"voiceprint\"\n    ],\n    \"ndị voot\": [\n        \"voicers\"\n    ],\n    \"onye ogbi\": [\n        \"voider\"\n    ],\n    \"vilier\": [\n        \"voilier\"\n    ],\n    \"mp\": [\n        \"vol\"\n    ],\n    \"lagha\": [\n        \"volable\",\n        \"volatiles\"\n    ],\n    \"Igbala\": [\n        \"volaille\"\n    ],\n    \"vola\": [\n        \"volary\"\n    ],\n    \"volta\": [\n        \"volata\",\n        \"volyer\"\n    ],\n    \"voltaiki\": [\n        \"volatic\",\n        \"voltaic\"\n    ],\n    \"Ngwunye ihe\": [\n        \"volatilizer\"\n    ],\n    \"vogha\": [\n        \"volatilizing\"\n    ],\n    \"mgbawa ugwu\": [\n        \"volcan\",\n        \"volcanalia\",\n        \"volcanic\",\n        \"volcanicity\",\n        \"volcanics\",\n        \"volcanism\",\n        \"volcanite\",\n        \"volcanity\",\n        \"volcanoism\"\n    ],\n    \"ugwu mgbawa\": [\n        \"volcanically\",\n        \"volcanist\",\n        \"volcanizate\",\n        \"volcanization\",\n        \"volcanize\",\n        \"volcanized\",\n        \"volcano\",\n        \"volcanoes\",\n        \"volcanology\",\n        \"volcanologic\",\n        \"volcanological\",\n        \"volcanologize\",\n        \"volcanos\",\n        \"volcanus\"\n    ],\n    \"ọkà mmụta banyere ugwu mgbawa\": [\n        \"volcanologist\"\n    ],\n    \"ndị ọkà n'ihe banyere ugwu mgbawa\": [\n        \"volcanologists\"\n    ],\n    \"n’ikwu okwu\": [\n        \"volently\"\n    ],\n    \"vole\": [\n        \"voleries\"\n    ],\n    \"ọnụnọ voli\": [\n        \"volipresence\"\n    ],\n    \"voli chee\": [\n        \"volipresent\"\n    ],\n    \"nnwa obi\": [\n        \"volitant\"\n    ],\n    \"arụ ọrụ ego\": [\n        \"volitational\"\n    ],\n    \"onye ji olu ike eme ihe\": [\n        \"volitionalist\"\n    ],\n    \"oke olu\": [\n        \"volitionally\",\n        \"volucrine\"\n    ],\n    \"oke afọ ofufo\": [\n        \"volitionary\"\n    ],\n    \"volition\": [\n        \"volitionate\"\n    ],\n    \"volitiali\": [\n        \"volitorial\"\n    ],\n    \"Volkswagen\": [\n        \"volkswagen\"\n    ],\n    \"Volkswagens\": [\n        \"volkswagens\"\n    ],\n    \"bọọlụ volley\": [\n        \"volleyballs\"\n    ],\n    \"ndị mpịakọta\": [\n        \"volleyers\"\n    ],\n    \"na -eme atụmatụ\": [\n        \"volplaning\"\n    ],\n    \"volta eletrik\": [\n        \"voltaelectric\"\n    ],\n    \"volta ọkụ eletrik\": [\n        \"voltaelectricity\"\n    ],\n    \"volta electrometric\": [\n        \"voltaelectrometric\"\n    ],\n    \"voltaji\": [\n        \"voltage\"\n    ],\n    \"voltairi\": [\n        \"voltairian\"\n    ],\n    \"voltameta\": [\n        \"voltameter\"\n    ],\n    \"voltmita\": [\n        \"voltmeter\"\n    ],\n    \"igwe volta\": [\n        \"voltmeters\"\n    ],\n    \"volumenometa\": [\n        \"volumenometer\"\n    ],\n    \"volumeta\": [\n        \"volumeter\",\n        \"volumometer\"\n    ],\n    \"ndị ọrụ afọ ofufo\": [\n        \"voluntaries\",\n        \"volunteers\"\n    ],\n    \"n'afọ ofufo\": [\n        \"voluntarily\",\n        \"voluntative\",\n        \"willingly\"\n    ],\n    \"ọrụ afọ ofufo\": [\n        \"volunteer\",\n        \"volunteerism\",\n        \"volunteership\"\n    ],\n    \"wepụtara onwe ya\": [\n        \"volunteered\"\n    ],\n    \"wepụta onwe gị\": [\n        \"volunteering\",\n        \"volunteerly\"\n    ],\n    \"mpuputa\": [\n        \"voluper\",\n        \"voluptuate\"\n    ],\n    \"volupte\": [\n        \"volupt\",\n        \"volupty\"\n    ],\n    \"volupta\": [\n        \"voluptas\"\n    ],\n    \"oke ọkụ\": [\n        \"voluptuosity\"\n    ],\n    \"volva\": [\n        \"volvas\"\n    ],\n    \"volven\": [\n        \"volvent\"\n    ],\n    \"Ogbọ\": [\n        \"vomer\"\n    ],\n    \"Na-agbapụta\": [\n        \"vomers\"\n    ],\n    \"vomiting\": [\n        \"vomica\"\n    ],\n    \"gbọpụ\": [\n        \"vomit\"\n    ],\n    \"na-agbọ agbọ\": [\n        \"vomitable\",\n        \"vomitos\",\n        \"vomitous\",\n        \"vomitus\",\n        \"vomituses\"\n    ],\n    \"Ndị na-agbọ agbọ\": [\n        \"vomiters\"\n    ],\n    \"agbọ agbọ\": [\n        \"vomiting\",\n        \"vomitingly\",\n        \"vomition\",\n        \"vomitive\"\n    ],\n    \"vomkọ agbọ\": [\n        \"vomitiveness\"\n    ],\n    \"Ihe mkpọ\": [\n        \"vomitives\"\n    ],\n    \"Na-agbọ agbọ\": [\n        \"vomitories\",\n        \"vomits\"\n    ],\n    \"onye egwuregwu vorticist\": [\n        \"vorticist\"\n    ],\n    \"vorticular dị\": [\n        \"vorticularly\"\n    ],\n    \"a pụrụ ịtụ vootu\": [\n        \"votable\",\n        \"voteable\"\n    ],\n    \"Onye ntuli aka\": [\n        \"voter\"\n    ],\n    \"Ndi nhoputa ndi mmadu\": [\n        \"voters\"\n    ],\n    \"ịtụ vootu\": [\n        \"voting\"\n    ],\n    \"ndepụta ego\": [\n        \"vouchee\",\n        \"voucher\",\n        \"vouchered\",\n        \"voucheress\",\n        \"vouchering\"\n    ],\n    \"vouchsafing\": [\n        \"vouchsafement\"\n    ],\n    \"vouchsafe\": [\n        \"vouchsafer\"\n    ],\n    \"ustlọ\": [\n        \"vousty\"\n    ],\n    \"udaume\": [\n        \"vowel\",\n        \"vowelisation\",\n        \"vowelish\",\n        \"vowelism\",\n        \"vowelist\",\n        \"vowelization\",\n        \"vowelize\",\n        \"vowelized\",\n        \"vowelizes\",\n        \"vowelizing\",\n        \"vowelless\",\n        \"vowellessness\",\n        \"vowelly\",\n        \"vowellike\",\n        \"vowels\",\n        \"vowson\"\n    ],\n    \"ikwere nkwa\": [\n        \"vowmaking\"\n    ],\n    \"vroom\": [\n        \"vroomed\"\n    ],\n    \"vroom na\": [\n        \"vrooming\"\n    ],\n    \"Vrother\": [\n        \"vrother\"\n    ],\n    \"vrouws\": [\n        \"vrows\"\n    ],\n    \"vs.\": [\n        \"vs\"\n    ],\n    \"nke nwere ike ime\": [\n        \"vulcanisable\"\n    ],\n    \"Nwoke Ochie\": [\n        \"vulcanize\"\n    ],\n    \"Ọkachamara n’ihe gbasara omume\": [\n        \"vulcanologist\"\n    ],\n    \"okwu rụrụ arụ\": [\n        \"vulgarish\",\n        \"vulgarism\",\n        \"vulgarities\",\n        \"vulgarness\"\n    ],\n    \"na-akọkarị\": [\n        \"vulned\"\n    ],\n    \"melata\": [\n        \"vulnerate\"\n    ],\n    \"udele\": [\n        \"vultur\",\n        \"vulture\",\n        \"vultures\"\n    ],\n    \"udele dị ka\": [\n        \"vulturelike\"\n    ],\n    \"udele maara ihe\": [\n        \"vulturewise\"\n    ],\n    \"na-akpa aghara\": [\n        \"vulvate\"\n    ],\n    \"wapa\": [\n        \"waapa\"\n    ],\n    \"wabab\": [\n        \"wabble\"\n    ],\n    \"ndị wabblers\": [\n        \"wabblers\"\n    ],\n    \"wababel\": [\n        \"wabblier\"\n    ],\n    \"Wabron\": [\n        \"wabron\"\n    ],\n    \"wacks\": [\n        \"wackes\"\n    ],\n    \"wacs\": [\n        \"wacks\"\n    ],\n    \"wader\": [\n        \"wadder\"\n    ],\n    \"ndi ije\": [\n        \"waddlers\"\n    ],\n    \"wadmol\": [\n        \"wadmols\"\n    ],\n    \"nws\": [\n        \"wads\"\n    ],\n    \"Wes\": [\n        \"waes\"\n    ],\n    \"wafere\": [\n        \"wafered\",\n        \"waived\"\n    ],\n    \"wafer\": [\n        \"wafers\",\n        \"waffed\",\n        \"wafter\"\n    ],\n    \"waffles\": [\n        \"waffies\",\n        \"waffled\"\n    ],\n    \"waffle\": [\n        \"wafflike\"\n    ],\n    \"ịgbaghari\": [\n        \"wageling\"\n    ],\n    \"onye okpokoro\": [\n        \"wagener\"\n    ],\n    \"ndị ogba\": [\n        \"wagerers\"\n    ],\n    \"onye ego ugwo\": [\n        \"wagesman\"\n    ],\n    \"wagles\": [\n        \"waggles\"\n    ],\n    \"wagoner\": [\n        \"waggoner\"\n    ],\n    \"onye igba oso\": [\n        \"wagner\"\n    ],\n    \"ndị mgbagwọ\": [\n        \"wagnerians\"\n    ],\n    \"kwagharia\": [\n        \"wagoned\"\n    ],\n    \"wagon\": [\n        \"wagoners\"\n    ],\n    \"ịgba ụgbọ\": [\n        \"wagoning\"\n    ],\n    \"wagon wagon\": [\n        \"wagonmaker\"\n    ],\n    \"ukpa okpokoro\": [\n        \"wagonsmith\"\n    ],\n    \"wag uha\": [\n        \"waguha\"\n    ],\n    \"agbagwo\": [\n        \"wagwag\"\n    ],\n    \"wahabi ism\": [\n        \"wahabiism\"\n    ],\n    \"wahabi\": [\n        \"wahabit\"\n    ],\n    \"ndị ije\": [\n        \"wayfarers\",\n        \"walksmen\"\n    ],\n    \"ụzọ ụlọ\": [\n        \"wayhouse\"\n    ],\n    \"Waikness\": [\n        \"waikness\"\n    ],\n    \"tie mkpu arịrị\": [\n        \"wail\"\n    ],\n    \"ndị gara aga\": [\n        \"waylayers\"\n    ],\n    \"waylay\": [\n        \"waylaying\"\n    ],\n    \"ugwu ala\": [\n        \"wayland\"\n    ],\n    \"wayleeve\": [\n        \"wayleave\"\n    ],\n    \"waili\": [\n        \"wailer\"\n    ],\n    \"kwara ariri\": [\n        \"wailment\"\n    ],\n    \"mkpu ákwá\": [\n        \"wailsome\"\n    ],\n    \"Wayman\": [\n        \"wayman\"\n    ],\n    \"wains\": [\n        \"wainscoting\",\n        \"wainscotting\"\n    ],\n    \"wair\": [\n        \"wairs\",\n        \"wairsh\"\n    ],\n    \"n'úkwù\": [\n        \"waist\",\n        \"waistband\",\n        \"waistcloth\",\n        \"waistcloths\",\n        \"waistcoatless\",\n        \"waisting\",\n        \"waistings\",\n        \"waistless\",\n        \"waists\"\n    ],\n    \"n'úkwù n'úkwù\": [\n        \"waistbands\"\n    ],\n    \"waistcoat\": [\n        \"waistcoated\",\n        \"waistcoateer\"\n    ],\n    \"waistcoat onu\": [\n        \"waistcoathole\"\n    ],\n    \"Onye na-ebu nri\": [\n        \"waiter\"\n    ],\n    \"dị ka onye nlekọta\": [\n        \"waiterlike\"\n    ],\n    \"ndị na-echere\": [\n        \"waiters\"\n    ],\n    \"chere nwanyi\": [\n        \"waitewoman\"\n    ],\n    \"ndepụta nchere\": [\n        \"waitlist\"\n    ],\n    \"waive\": [\n        \"waiverable\"\n    ],\n    \"kulitere\": [\n        \"waked\"\n    ],\n    \"n'ụra\": [\n        \"wakefully\",\n        \"wakken\"\n    ],\n    \"wakeman\": [\n        \"wakemen\"\n    ],\n    \"kpọtere n'ụra\": [\n        \"wakened\",\n        \"wakens\"\n    ],\n    \"kpọtere\": [\n        \"wakers\",\n        \"wakes\"\n    ],\n    \"kulie\": [\n        \"wakeup\"\n    ],\n    \"wolflute\": [\n        \"waldflute\"\n    ],\n    \"wodhorn\": [\n        \"waldhorn\"\n    ],\n    \"ịingagharị\": [\n        \"waling\"\n    ],\n    \"Walkabout\": [\n        \"walkabout\"\n    ],\n    \"jere ije\": [\n        \"walked\"\n    ],\n    \"Walkene\": [\n        \"walkene\"\n    ],\n    \"Walker\": [\n        \"walker\"\n    ],\n    \"Walkerite\": [\n        \"walkerite\"\n    ],\n    \"Walkie\": [\n        \"walkie\"\n    ],\n    \"mkpara ije\": [\n        \"walkingstick\"\n    ],\n    \"Walkyrie\": [\n        \"walkyrie\"\n    ],\n    \"Walkyries\": [\n        \"walkyries\"\n    ],\n    \"igwe eji egwo ihe\": [\n        \"walkmill\",\n        \"walkmiller\"\n    ],\n    \"walkouts\": [\n        \"walkout\"\n    ],\n    \"waksman\": [\n        \"walksman\"\n    ],\n    \"nchara nchara\": [\n        \"wallbird\",\n        \"whiteblaze\"\n    ],\n    \"walley\": [\n        \"walleyed\"\n    ],\n    \"onye wallerian\": [\n        \"wallerian\"\n    ],\n    \"ihe mgbochi mgbidi\": [\n        \"wallflowers\"\n    ],\n    \"mgbidi zuru\": [\n        \"wallful\"\n    ],\n    \"mgbidihack\": [\n        \"wallhick\"\n    ],\n    \"ịgba mgbidi\": [\n        \"walling\"\n    ],\n    \"mgbidi dị obere\": [\n        \"wallless\"\n    ],\n    \"onye na-eme mgbidi\": [\n        \"wallman\"\n    ],\n    \"walloon\": [\n        \"wallon\"\n    ],\n    \"walloped\": [\n        \"walloper\"\n    ],\n    \"ịlọgharị\": [\n        \"walloping\"\n    ],\n    \"ndị wallowers\": [\n        \"wallowers\"\n    ],\n    \"na akwụkwọ ahụ aja\": [\n        \"wallpapers\"\n    ],\n    \"mpempe mgbidi\": [\n        \"wallpiece\"\n    ],\n    \"mgbidi mgbidi\": [\n        \"wallwort\"\n    ],\n    \"enweta ego\": [\n        \"walth\"\n    ],\n    \"walti\": [\n        \"walty\"\n    ],\n    \"gbachapụrụ\": [\n        \"wampished\"\n    ],\n    \"Na-agbachi\": [\n        \"wampishes\"\n    ],\n    \"wampum\": [\n        \"wampums\"\n    ],\n    \"awagharị\": [\n        \"wandered\"\n    ],\n    \"dergha\": [\n        \"wanderingness\"\n    ],\n    \"Wodflower\": [\n        \"wandflower\"\n    ],\n    \"Wandsman\": [\n        \"wandsman\"\n    ],\n    \"onye na-awagharị\": [\n        \"wangler\"\n    ],\n    \"wann\": [\n        \"wanny\"\n    ],\n    \"narau\": [\n        \"wanruly\"\n    ],\n    \"ihe achọrọ\": [\n        \"wantoners\"\n    ],\n    \"onkwa iko\": [\n        \"wantonness\"\n    ],\n    \"wanwen\": [\n        \"wanwit\"\n    ],\n    \"Uche Onyekwere\": [\n        \"wapperjawed\"\n    ],\n    \"warb\": [\n        \"warbled\"\n    ],\n    \"warbler dị ka\": [\n        \"warblerlike\"\n    ],\n    \"warbler\": [\n        \"warblet\"\n    ],\n    \"woden\": [\n        \"warden\"\n    ],\n    \"ndi nlekọta ulo\": [\n        \"wardenries\"\n    ],\n    \"ndi nche\": [\n        \"wardens\",\n        \"warders\",\n        \"wardmen\",\n        \"wardress\"\n    ],\n    \"wodor\": [\n        \"warder\"\n    ],\n    \"Wardara\": [\n        \"wardite\"\n    ],\n    \"dị ka ward\": [\n        \"wardlike\"\n    ],\n    \"wodima\": [\n        \"wardmaid\"\n    ],\n    \"wardress\": [\n        \"wardresses\"\n    ],\n    \"wodrobu\": [\n        \"wardrobe\",\n        \"wardrober\",\n        \"wardrobes\",\n        \"wardrooms\"\n    ],\n    \"ndi nlekota oru\": [\n        \"wardships\"\n    ],\n    \"onyebu\": [\n        \"wardsman\"\n    ],\n    \"nwanyị, nwanyị\": [\n        \"wardwoman\"\n    ],\n    \"n'ụlọ nkwakọba ihe\": [\n        \"warehouseman\",\n        \"warehousemen\"\n    ],\n    \"n'ụlọ nkwakọba\": [\n        \"warehouses\"\n    ],\n    \"onye na-egwu mmiri\": [\n        \"waremaker\",\n        \"waterman\"\n    ],\n    \"warem\": [\n        \"waremaking\"\n    ],\n    \"onye nkwakọba\": [\n        \"wareman\"\n    ],\n    \"рфарф\": [\n        \"warf\"\n    ],\n    \"warfa\": [\n        \"warfared\"\n    ],\n    \"warfarin\": [\n        \"warfaring\",\n        \"warfarins\"\n    ],\n    \"wari\": [\n        \"waried\"\n    ],\n    \"iche nche\": [\n        \"warinesses\"\n    ],\n    \"amai\": [\n        \"warked\"\n    ],\n    \"enweghị agha\": [\n        \"warlessness\",\n        \"weaponless\"\n    ],\n    \"dị ka agha\": [\n        \"warlike\",\n        \"warlikely\"\n    ],\n    \"agha yiri\": [\n        \"warlikeness\"\n    ],\n    \"Warlock\": [\n        \"warlock\"\n    ],\n    \"ndị isi agha\": [\n        \"warlords\"\n    ],\n    \"kpoo ọkụ\": [\n        \"warm\"\n    ],\n    \"warmed\": [\n        \"warmedly\"\n    ],\n    \"kpoo ahụ ọkụ\": [\n        \"warmup\"\n    ],\n    \"mmụ ọkụ\": [\n        \"warmups\"\n    ],\n    \"kepu\": [\n        \"warpable\"\n    ],\n    \"ụzọ agha\": [\n        \"warpaths\"\n    ],\n    \"waatị\": [\n        \"warpers\",\n        \"warps\",\n        \"warts\"\n    ],\n    \"ụgbọelu agha\": [\n        \"warplanes\"\n    ],\n    \"yiri warp\": [\n        \"warplike\"\n    ],\n    \"ndi agha\": [\n        \"warpowers\"\n    ],\n    \"warranta\": [\n        \"warranter\"\n    ],\n    \"waranti\": [\n        \"warranto\"\n    ],\n    \"warren\": [\n        \"warrau\",\n        \"warred\",\n        \"warree\",\n        \"warreners\"\n    ],\n    \"warrior like\": [\n        \"warriorlike\"\n    ],\n    \"dike mara ihe\": [\n        \"warriorwise\"\n    ],\n    \"warsaw\": [\n        \"warsaws\"\n    ],\n    \"ụgbọ agha\": [\n        \"warships\"\n    ],\n    \"buo agha\": [\n        \"warsled\"\n    ],\n    \"warler\": [\n        \"warsler\"\n    ],\n    \"ndị na-ama jijiji\": [\n        \"warstlers\"\n    ],\n    \"warti\": [\n        \"wartiest\"\n    ],\n    \"oge agha\": [\n        \"wartime\"\n    ],\n    \"akpa mba\": [\n        \"wartless\"\n    ],\n    \"ọrụ agha\": [\n        \"warworker\",\n        \"warworks\"\n    ],\n    \"saa\": [\n        \"wash\",\n        \"washdays\",\n        \"washdish\",\n        \"washed\",\n        \"washes\",\n        \"washing\",\n        \"washproof\",\n        \"washtail\",\n        \"washwork\"\n    ],\n    \"washable\": [\n        \"washableness\"\n    ],\n    \"efere saa\": [\n        \"washbasin\",\n        \"washbasins\"\n    ],\n    \"Akpata nkata\": [\n        \"washbasket\"\n    ],\n    \"washer\": [\n        \"washery\",\n        \"washier\"\n    ],\n    \"washịrị\": [\n        \"washeries\"\n    ],\n    \"onye na-amakarị\": [\n        \"washeryman\"\n    ],\n    \"ndi nkesa\": [\n        \"washerymen\"\n    ],\n    \"onye na-asacha\": [\n        \"washerman\"\n    ],\n    \"ndị na-asacha\": [\n        \"washermen\",\n        \"washers\",\n        \"washmen\"\n    ],\n    \"onye-obu nwanyi\": [\n        \"washerwoman\"\n    ],\n    \"saa aka\": [\n        \"washhand\"\n    ],\n    \"ihe kachasi mmiri ike\": [\n        \"washiest\"\n    ],\n    \"saa nwada\": [\n        \"washmaid\"\n    ],\n    \"saa mmiri\": [\n        \"washroad\"\n    ],\n    \"na-asa ihe\": [\n        \"washstand\"\n    ],\n    \"gbusiri\": [\n        \"wassailed\"\n    ],\n    \"ndị na-egbu mmiri\": [\n        \"wassailers\"\n    ],\n    \"eme ihere\": [\n        \"wassailous\"\n    ],\n    \"Iberibe nkata\": [\n        \"wastebaskets\"\n    ],\n    \"ala tọgbọrọ n’efu\": [\n        \"wasteland\",\n        \"wastland\"\n    ],\n    \"ala nkpọnkpọ ebe\": [\n        \"wastelands\"\n    ],\n    \"emebu\": [\n        \"wastely\"\n    ],\n    \"efula\": [\n        \"wastelot\"\n    ],\n    \"ndị na-emefusi ihe\": [\n        \"wastelots\"\n    ],\n    \"odida anyanwu\": [\n        \"wastern\",\n        \"west\",\n        \"western\",\n        \"westernisation\",\n        \"westernism\",\n        \"westness\",\n        \"westralianism\"\n    ],\n    \"uzo mkporo\": [\n        \"wasteway\"\n    ],\n    \"okwu efu\": [\n        \"wasteword\"\n    ],\n    \"onye kacha mara ihe\": [\n        \"wastiest\"\n    ],\n    \"imefusị\": [\n        \"wasting\"\n    ],\n    \"Ikiri\": [\n        \"watchable\"\n    ],\n    \"nche nche\": [\n        \"watchband\"\n    ],\n    \"ihe nche\": [\n        \"watchbands\"\n    ],\n    \"ụgbọ mmiri nche\": [\n        \"watchboat\"\n    ],\n    \"ledo anya\": [\n        \"watchdogging\"\n    ],\n    \"nkịta nche\": [\n        \"watchdogs\"\n    ],\n    \"elekere ọkụ\": [\n        \"watchfire\"\n    ],\n    \"n'eche nche\": [\n        \"watchfully\"\n    ],\n    \"nche iko\": [\n        \"watchglass\"\n    ],\n    \"ulo nche\": [\n        \"watchhouse\"\n    ],\n    \"ịnọ na-enweghị nche\": [\n        \"watchlessness\"\n    ],\n    \"onye-nche\": [\n        \"watchman\",\n        \"watchmanly\",\n        \"watchment\"\n    ],\n    \"Lee anya\": [\n        \"watchout\",\n        \"watchouts\"\n    ],\n    \"nwanyi eche nche\": [\n        \"watchwoman\"\n    ],\n    \"mmiribailage\": [\n        \"waterbailage\"\n    ],\n    \"gbara mmiri\": [\n        \"waterbed\"\n    ],\n    \"bọọdụ mmiri\": [\n        \"waterboard\"\n    ],\n    \"mmiri gbara\": [\n        \"waterbound\",\n        \"waterlogged\",\n        \"watersoaked\"\n    ],\n    \"mmirieji\": [\n        \"waterbroo\"\n    ],\n    \"ihe ndozi mmiri\": [\n        \"waterbush\"\n    ],\n    \"mmiri okirikiri\": [\n        \"watercycle\"\n    ],\n    \"ịcha mmiri\": [\n        \"watercoloring\"\n    ],\n    \"onye na-elekọta mmiri\": [\n        \"watercolourist\"\n    ],\n    \"mmiri na-agba\": [\n        \"waterer\"\n    ],\n    \"nsụda mmiri\": [\n        \"waterfall\",\n        \"waterfalls\",\n        \"waterwall\"\n    ],\n    \"ihe na-enye mmiri\": [\n        \"waterfree\"\n    ],\n    \"ịnyịnya mmiri\": [\n        \"waterhorse\"\n    ],\n    \"n’enweghị mmiri\": [\n        \"waterlessly\"\n    ],\n    \"mmachi mmiri\": [\n        \"waterloggedness\"\n    ],\n    \"akara mmiri\": [\n        \"watermark\",\n        \"watermarks\"\n    ],\n    \"onye ndozi mmiri\": [\n        \"watermaster\"\n    ],\n    \"ndị mmiri\": [\n        \"watermen\"\n    ],\n    \"egwuregwu mmiri\": [\n        \"waterskiing\"\n    ],\n    \"osisi mmiri\": [\n        \"waterward\",\n        \"waterwood\"\n    ],\n    \"Nwanyị mmiri\": [\n        \"waterwoman\"\n    ],\n    \"ọrụ mmiri\": [\n        \"waterwork\",\n        \"waterworks\",\n        \"waterworm\"\n    ],\n    \"onye na-arụ ọrụ mmiri\": [\n        \"waterworker\"\n    ],\n    \"watt awa\": [\n        \"watthour\",\n        \"watthours\"\n    ],\n    \"nwata wattle\": [\n        \"wattleboy\"\n    ],\n    \"wattmita\": [\n        \"wattmeter\"\n    ],\n    \"wauch\": [\n        \"wauchted\"\n    ],\n    \"waugh\": [\n        \"waughted\"\n    ],\n    \"waught\": [\n        \"waughts\"\n    ],\n    \"wauk\": [\n        \"wauked\",\n        \"wauken\"\n    ],\n    \"wauk na\": [\n        \"wauking\"\n    ],\n    \"tiyere mkpu\": [\n        \"wauled\"\n    ],\n    \"n'ili\": [\n        \"wauling\"\n    ],\n    \"ife\": [\n        \"wave\"\n    ],\n    \"efegharị efegharị\": [\n        \"waveband\"\n    ],\n    \"feere ya aka\": [\n        \"waved\"\n    ],\n    \"ogwe ihu\": [\n        \"wavefront\",\n        \"wavefronts\"\n    ],\n    \"Ebili mmiri\": [\n        \"waveys\"\n    ],\n    \"ogologo ọsọ\": [\n        \"wavelength\"\n    ],\n    \"ogologo nju\": [\n        \"wavelengths\"\n    ],\n    \"ife-ebili\": [\n        \"wavelike\"\n    ],\n    \"efegharị efe\": [\n        \"waveoff\"\n    ],\n    \"waviness\": [\n        \"wavinesses\"\n    ],\n    \"wawa\": [\n        \"waw\",\n        \"wawah\"\n    ],\n    \"wawa keesh\": [\n        \"wawaskeesh\"\n    ],\n    \"waks\": [\n        \"wax\",\n        \"waxed\",\n        \"waxes\"\n    ],\n    \"wakand\": [\n        \"waxand\"\n    ],\n    \"wakbill\": [\n        \"waxbill\"\n    ],\n    \"wakchandler\": [\n        \"waxchandler\"\n    ],\n    \"wakchandlery\": [\n        \"waxchandlery\"\n    ],\n    \"waken\": [\n        \"waxen\"\n    ],\n    \"ịme waksị\": [\n        \"waxing\",\n        \"waxingly\",\n        \"waxings\",\n        \"waxmaking\"\n    ],\n    \"wak dị ka\": [\n        \"waxlike\"\n    ],\n    \"eme wax\": [\n        \"waxmaker\"\n    ],\n    \"wakplant\": [\n        \"waxplant\"\n    ],\n    \"ịme waks\": [\n        \"waxwing\"\n    ],\n    \"wakworm\": [\n        \"waxworm\"\n    ],\n    \"wakworms\": [\n        \"waxworms\"\n    ],\n    \"daa mbà\": [\n        \"weaken\"\n    ],\n    \"eme ka ike gwụ\": [\n        \"weakener\"\n    ],\n    \"ndị na-adịghị ike\": [\n        \"weakeners\",\n        \"weaklings\"\n    ],\n    \"na-eme ka ike gwụ gị\": [\n        \"weakening\"\n    ],\n    \"na-adalata\": [\n        \"weakens\"\n    ],\n    \"adịghị ike azụ\": [\n        \"weakfishes\"\n    ],\n    \"ndị dara mbà n’obi\": [\n        \"weakhearted\"\n    ],\n    \"n’enweghi obi ike\": [\n        \"weakheartedly\"\n    ],\n    \"mee ka ike gwụ gị\": [\n        \"weakish\"\n    ],\n    \"Weald\": [\n        \"weald\"\n    ],\n    \"weal\": [\n        \"wealden\",\n        \"wealful\"\n    ],\n    \"Wealish\": [\n        \"wealdish\"\n    ],\n    \"weals\": [\n        \"wealds\"\n    ],\n    \"Onye weal\": [\n        \"wealdsman\"\n    ],\n    \"ndị weal\": [\n        \"wealdsmen\"\n    ],\n    \"onye wealsman\": [\n        \"wealsman\"\n    ],\n    \"onye nwere akụnụba\": [\n        \"wealthmaker\"\n    ],\n    \"ịchụ akụnụba\": [\n        \"wealthmaking\"\n    ],\n    \"ka arapu ara\": [\n        \"weaned\"\n    ],\n    \"arapu ara\": [\n        \"weanedness\",\n        \"weaning\",\n        \"weening\"\n    ],\n    \"akwa ara\": [\n        \"weanel\"\n    ],\n    \"wezuga ya\": [\n        \"weaner\"\n    ],\n    \"ndị na-ara ara\": [\n        \"weaners\"\n    ],\n    \"onye wepu aka\": [\n        \"weanyer\"\n    ],\n    \"na-arapu ara\": [\n        \"weanling\"\n    ],\n    \"wean\": [\n        \"weanlings\"\n    ],\n    \"ngwáemeoc\": [\n        \"weapemeoc\"\n    ],\n    \"ebu agha\": [\n        \"weaponed\"\n    ],\n    \"ngwáoneer\": [\n        \"weaponeer\"\n    ],\n    \"onye na-eme ngwa ọgụ\": [\n        \"weaponmaker\"\n    ],\n    \"ngwá agha\": [\n        \"weaponmaking\",\n        \"weaponshaw\",\n        \"weaponshow\",\n        \"weaponsmith\"\n    ],\n    \"eyi\": [\n        \"wear\",\n        \"wearable\",\n        \"wearish\",\n        \"worn\",\n        \"wornness\"\n    ],\n    \"Ihe eji ejiji\": [\n        \"wearables\"\n    ],\n    \"ndị ji ejiji\": [\n        \"wearers\"\n    ],\n    \"ike ghari\": [\n        \"weariable\"\n    ],\n    \"wease\": [\n        \"weaseled\"\n    ],\n    \"weasching\": [\n        \"weaseling\"\n    ],\n    \"akwaukpa\": [\n        \"weaselskin\"\n    ],\n    \"Weaselsnout\": [\n        \"weaselsnout\"\n    ],\n    \"ihu igwe gleam\": [\n        \"weathergleam\"\n    ],\n    \"onye na-eme ihu igwe\": [\n        \"weathermaker\"\n    ],\n    \"nhazi ihu igwe\": [\n        \"weathermaking\"\n    ],\n    \"onye ihu igwe\": [\n        \"weatherman\"\n    ],\n    \"ndị ihu igwe\": [\n        \"weathermen\"\n    ],\n    \"ihu igwe kachasị\": [\n        \"weathermost\"\n    ],\n    \"ọkà mmụta banyere ihu igwe\": [\n        \"weatherologist\"\n    ],\n    \"ihu igwe na-egbochi\": [\n        \"weatherproof\"\n    ],\n    \"ihu igwe na-ekpuchi\": [\n        \"weatherproofed\"\n    ],\n    \"mkpuchi ihu igwe\": [\n        \"weatherproofing\"\n    ],\n    \"weat\": [\n        \"weatings\"\n    ],\n    \"ikpa ákwà\": [\n        \"weaveress\"\n    ],\n    \"wezanda\": [\n        \"weazand\"\n    ],\n    \"wezands\": [\n        \"weazands\"\n    ],\n    \"weebụ\": [\n        \"web\"\n    ],\n    \"weba\": [\n        \"webers\"\n    ],\n    \"onye mmebe webusaiti\": [\n        \"webmaker\"\n    ],\n    \"ọrụ weebụ\": [\n        \"webwork\"\n    ],\n    \"nkpirikpi\": [\n        \"wedge\"\n    ],\n    \"ụbọchị wednes\": [\n        \"wednesdays\"\n    ],\n    \"weebụsaịtị\": [\n        \"wedset\"\n    ],\n    \"nooble\": [\n        \"weeble\"\n    ],\n    \"ata igbo\": [\n        \"weeda\",\n        \"weeds\"\n    ],\n    \"weediide\": [\n        \"weedicide\"\n    ],\n    \"oge igbo\": [\n        \"weedingtime\"\n    ],\n    \"nwanyị di ya nwụrụ\": [\n        \"weedow\",\n        \"widow\",\n        \"widowed\",\n        \"widowhood\",\n        \"widowy\",\n        \"widowlike\",\n        \"widowman\"\n    ],\n    \"igbo ihe akaebe\": [\n        \"weedproof\"\n    ],\n    \"ụbọchị izu\": [\n        \"weekday\",\n        \"weekdays\"\n    ],\n    \"ngwụsị izu\": [\n        \"weekending\",\n        \"weekends\"\n    ],\n    \"kwa izu\": [\n        \"weekly\"\n    ],\n    \"Izu ụka\": [\n        \"weeknight\"\n    ],\n    \"usem\": [\n        \"weemen\"\n    ],\n    \"weenie\": [\n        \"weenier\"\n    ],\n    \"weenies\": [\n        \"weeniest\"\n    ],\n    \"afọ iri abụọ\": [\n        \"weenty\"\n    ],\n    \"bere ákwá\": [\n        \"weepered\",\n        \"weepiest\"\n    ],\n    \"Weet\": [\n        \"weet\"\n    ],\n    \"Weeting\": [\n        \"weeting\"\n    ],\n    \"weet\": [\n        \"weets\"\n    ],\n    \"Weevil\": [\n        \"weevil\"\n    ],\n    \"wee too\": [\n        \"weeviled\"\n    ],\n    \"wee wewe\": [\n        \"weevily\"\n    ],\n    \"Weegwu\": [\n        \"weevilly\"\n    ],\n    \"Wee mgbochi\": [\n        \"weevilproof\"\n    ],\n    \"gbakashịhu\": [\n        \"weevils\"\n    ],\n    \"weweed\": [\n        \"weeweed\"\n    ],\n    \"wewees\": [\n        \"weewees\"\n    ],\n    \"Wezel\": [\n        \"weezle\"\n    ],\n    \"wefta\": [\n        \"wefted\"\n    ],\n    \"ukwah\": [\n        \"weichselwood\"\n    ],\n    \"weigelia\": [\n        \"weigelias\",\n        \"weigelite\"\n    ],\n    \"Weighable\": [\n        \"weighable\"\n    ],\n    \"baba\": [\n        \"weighbauk\"\n    ],\n    \"ọtùtù\": [\n        \"weighbeam\"\n    ],\n    \"Obinwanyi\": [\n        \"weighbridgeman\"\n    ],\n    \"Tụọ aro\": [\n        \"weighman\"\n    ],\n    \"Ndi aro\": [\n        \"weighmen\"\n    ],\n    \"dara nha\": [\n        \"weighted\",\n        \"weightedly\",\n        \"weighter\"\n    ],\n    \"weightings\": [\n        \"weighters\"\n    ],\n    \"ibu ibu na\": [\n        \"weightwith\"\n    ],\n    \"wenliang\": [\n        \"weilang\"\n    ],\n    \"wieners\": [\n        \"weiners\"\n    ],\n    \"weinschenke\": [\n        \"weinschenkite\"\n    ],\n    \"weirdies\": [\n        \"weirdie\",\n        \"weirdish\",\n        \"weirdless\"\n    ],\n    \"weir\": [\n        \"weirds\",\n        \"weirs\"\n    ],\n    \"weird nwanyị\": [\n        \"weirdwoman\"\n    ],\n    \"Weitspekan\": [\n        \"weitspekan\"\n    ],\n    \"welche\": [\n        \"welched\"\n    ],\n    \"welches\": [\n        \"welchers\"\n    ],\n    \"nabata obere\": [\n        \"welcomeless\"\n    ],\n    \"enweghị weld\": [\n        \"weldless\"\n    ],\n    \"welder\": [\n        \"weldor\"\n    ],\n    \"welders\": [\n        \"weldors\"\n    ],\n    \"Onyek\": [\n        \"welfic\"\n    ],\n    \"achikwaa\": [\n        \"wellacquainted\"\n    ],\n    \"a maara nke ọma\": [\n        \"wellborn\"\n    ],\n    \"ama nke ọma\": [\n        \"wellbred\"\n    ],\n    \"azizie\": [\n        \"wellchosen\"\n    ],\n    \"ị mere nke ọma\": [\n        \"welldone\"\n    ],\n    \"wel wel\": [\n        \"weller\"\n    ],\n    \"Welleresque\": [\n        \"welleresque\"\n    ],\n    \"isi ọma\": [\n        \"wellhead\"\n    ],\n    \"Udo Obinna\": [\n        \"wellington\"\n    ],\n    \"emezi ihe\": [\n        \"wellmaker\"\n    ],\n    \"eme nke oma\": [\n        \"wellmaking\"\n    ],\n    \"ọ kachasị mma\": [\n        \"wellmost\"\n    ],\n    \"nso nke ọma\": [\n        \"wellnear\"\n    ],\n    \"agụrụ nke ọma\": [\n        \"wellread\"\n    ],\n    \"Wellsian\": [\n        \"wellsian\"\n    ],\n    \"Welsbach\": [\n        \"welsbach\"\n    ],\n    \"Welsh\": [\n        \"welsh\"\n    ],\n    \"Welshy\": [\n        \"welshy\"\n    ],\n    \"na-eme iwe\": [\n        \"welshing\"\n    ],\n    \"Welshism\": [\n        \"welshism\"\n    ],\n    \"Welshland\": [\n        \"welshland\"\n    ],\n    \"welsh yiri\": [\n        \"welshlike\"\n    ],\n    \"Onye Welshman\": [\n        \"welshman\"\n    ],\n    \"ndị Welsh\": [\n        \"welshmen\"\n    ],\n    \"Welsh adụ\": [\n        \"welshness\"\n    ],\n    \"Welshry\": [\n        \"welshry\"\n    ],\n    \"Nwa nwanyi welsh\": [\n        \"welshwoman\"\n    ],\n    \"unem\": [\n        \"wemless\"\n    ],\n    \"wenchike\": [\n        \"wenchlike\"\n    ],\n    \"gole\": [\n        \"wentle\"\n    ],\n    \"goletrap\": [\n        \"wentletrap\"\n    ],\n    \"bebe\": [\n        \"werebear\"\n    ],\n    \"Wereboar\": [\n        \"wereboar\"\n    ],\n    \"Werelion\": [\n        \"werelion\"\n    ],\n    \"wwall\": [\n        \"werewall\"\n    ],\n    \"anụ ọhịa wolf\": [\n        \"werewolf\",\n        \"wolves\"\n    ],\n    \"Werewolfism\": [\n        \"werewolfism\"\n    ],\n    \"wolves\": [\n        \"werewolves\"\n    ],\n    \"Weanwance\": [\n        \"werowance\"\n    ],\n    \"Nke ka nma\": [\n        \"werther\"\n    ],\n    \"Wesleyanism\": [\n        \"wesleyanism\"\n    ],\n    \"wesley\": [\n        \"wesleyism\"\n    ],\n    \"Wessand\": [\n        \"wessand\"\n    ],\n    \"Wesselton\": [\n        \"wesselton\"\n    ],\n    \"n'ebe ọdịda anyanwụ\": [\n        \"westabout\",\n        \"westbound\",\n        \"westernise\",\n        \"westernising\",\n        \"westernly\",\n        \"westing\",\n        \"westmost\",\n        \"westward\",\n        \"westwardly\",\n        \"westwards\"\n    ],\n    \"onye odida anyanwu\": [\n        \"westerner\"\n    ],\n    \"odida-anyanwu\": [\n        \"westerners\",\n        \"westerns\",\n        \"westers\",\n        \"westlaw\"\n    ],\n    \"ebe ọdịda anyanwụ\": [\n        \"westernmost\"\n    ],\n    \"inglọ ọdịda anyanwụ\": [\n        \"westinghouse\"\n    ],\n    \"Westland ụzọ\": [\n        \"westlandways\"\n    ],\n    \"enweghị ọdịda anyanwụ\": [\n        \"westmeless\"\n    ],\n    \"ọdịda anyanwụ ọdịda anyanwụ\": [\n        \"westnorthwestwardly\"\n    ],\n    \"onye ọdịda anyanwụ\": [\n        \"westralian\"\n    ],\n    \"idomo\": [\n        \"wests\"\n    ],\n    \"n'ebe ọdịda anyanwụ ọtụtụ\": [\n        \"westwardmost\"\n    ],\n    \"ọrụ ọdịda anyanwụ\": [\n        \"westwork\"\n    ],\n    \"ndi huru mmiri\": [\n        \"wethers\"\n    ],\n    \"Wetland\": [\n        \"wetland\"\n    ],\n    \"nwe mmiri\": [\n        \"wettest\"\n    ],\n    \"Utu mmiri\": [\n        \"wettish\",\n        \"wettishness\"\n    ],\n    \"wepa\": [\n        \"wevet\"\n    ],\n    \"wez\": [\n        \"wezn\"\n    ],\n    \"whawara\": [\n        \"whacked\"\n    ],\n    \"onye whacker\": [\n        \"whacker\"\n    ],\n    \"ụgbọ mmiri whalebo\": [\n        \"whaleboats\"\n    ],\n    \"whale\": [\n        \"whaled\",\n        \"whales\",\n        \"whsle\"\n    ],\n    \"gbaagburu\": [\n        \"whallock\"\n    ],\n    \"Wham\": [\n        \"wham\"\n    ],\n    \"whangez\": [\n        \"whangees\"\n    ],\n    \"irighiri mmiri\": [\n        \"wharfage\"\n    ],\n    \"ihe mgbaji\": [\n        \"wharfages\"\n    ],\n    \"ịdọka\": [\n        \"wharfing\"\n    ],\n    \"wharfinger\": [\n        \"wharfingers\"\n    ],\n    \"wharfman\": [\n        \"wharfmen\"\n    ],\n    \"wharf\": [\n        \"wharl\"\n    ],\n    \"kporo whar\": [\n        \"wharves\"\n    ],\n    \"kwee\": [\n        \"whasle\"\n    ],\n    \"kedu ebe\": [\n        \"whatabouts\",\n        \"whereis\"\n    ],\n    \"kedu ihe\": [\n        \"whatlike\"\n    ],\n    \"ihe gini\": [\n        \"whatman\"\n    ],\n    \"kedu ihe ọ bụ\": [\n        \"whatness\"\n    ],\n    \"gini\": [\n        \"whatnot\",\n        \"whatnots\",\n        \"whatten\"\n    ],\n    \"Kedu ihe\": [\n        \"whatre\"\n    ],\n    \"whe whel\": [\n        \"whealed\"\n    ],\n    \"ọka wit\": [\n        \"wheat\",\n        \"wheaten\",\n        \"wheatflakes\",\n        \"wheatgrower\",\n        \"wheaty\",\n        \"wheaties\",\n        \"wheatland\",\n        \"wheatmeal\",\n        \"wheatworm\"\n    ],\n    \"ọka wheat\": [\n        \"wheatbird\",\n        \"wheatgrass\",\n        \"wheatstalk\"\n    ],\n    \"enweghị ọka wit\": [\n        \"wheatless\"\n    ],\n    \"yiri ọka wit\": [\n        \"wheatlike\"\n    ],\n    \"nkume ọka wit\": [\n        \"wheatstone\"\n    ],\n    \"wheed\": [\n        \"wheedled\"\n    ],\n    \"wheingling\": [\n        \"wheedling\"\n    ],\n    \"wiil\": [\n        \"wheel\",\n        \"wheels\",\n        \"wheem\",\n        \"wheen\"\n    ],\n    \"wiilị wiilị\": [\n        \"wheelband\"\n    ],\n    \"wiilbaro\": [\n        \"wheelbarrow\",\n        \"wheelbarrower\",\n        \"wheelbarrows\"\n    ],\n    \"wiilbaro juputara\": [\n        \"wheelbarrowful\"\n    ],\n    \"wiil azu\": [\n        \"wheelbase\"\n    ],\n    \"whebases\": [\n        \"wheelbases\"\n    ],\n    \"wiilịaka\": [\n        \"wheelbird\"\n    ],\n    \"wheebox\": [\n        \"wheelbox\"\n    ],\n    \"oche nkwagharị\": [\n        \"wheelchair\",\n        \"wheelchairs\",\n        \"wheelhorse\"\n    ],\n    \"wheeldon\": [\n        \"wheeldom\"\n    ],\n    \"whee\": [\n        \"wheeled\"\n    ],\n    \"wheeler\": [\n        \"wheelery\"\n    ],\n    \"wheelers\": [\n        \"wheelerite\"\n    ],\n    \"oche ndi agha\": [\n        \"wheelhouse\",\n        \"wheelhouses\"\n    ],\n    \"wheelie\": [\n        \"wheely\"\n    ],\n    \"whei\": [\n        \"wheelies\"\n    ],\n    \"onye na-emegharị ụkwụ\": [\n        \"wheelmaker\"\n    ],\n    \"Nwoke ugbala\": [\n        \"wheelman\"\n    ],\n    \"ịgba ọsọ ụkwụ\": [\n        \"wheelrace\"\n    ],\n    \"Nwa anumanu\": [\n        \"wheelsman\"\n    ],\n    \"whemith\": [\n        \"wheelsmith\"\n    ],\n    \"wiilị\": [\n        \"wheelspin\"\n    ],\n    \"wheelwarf\": [\n        \"wheelswarf\"\n    ],\n    \"wiilịgharị\": [\n        \"wheelwise\"\n    ],\n    \"wheel ọrụ\": [\n        \"wheelwork\"\n    ],\n    \"wiilị ọrụ\": [\n        \"wheelworks\"\n    ],\n    \"wheeple\": [\n        \"wheepled\"\n    ],\n    \"wheysht\": [\n        \"wheesht\"\n    ],\n    \"wheezer\": [\n        \"wheezed\",\n        \"wheezier\"\n    ],\n    \"wheezes\": [\n        \"wheeziest\"\n    ],\n    \"whelkike\": [\n        \"whelklike\"\n    ],\n    \"whelp\": [\n        \"whelpling\"\n    ],\n    \"mgbe ole\": [\n        \"when\"\n    ],\n    \"olee ebe\": [\n        \"whence\",\n        \"wherethrough\"\n    ],\n    \"Kedu ebe\": [\n        \"whenceeer\"\n    ],\n    \"ebede\": [\n        \"whereafter\"\n    ],\n    \"olee nke\": [\n        \"whereby\"\n    ],\n    \"gịnị\": [\n        \"wherefore\"\n    ],\n    \"nke o bula\": [\n        \"whereinsoever\"\n    ],\n    \"ebe ọ bụla\": [\n        \"wheresoever\",\n        \"wheretoever\",\n        \"whithersoever\",\n        \"whitherward\",\n        \"whitherwards\"\n    ],\n    \"nkume whetstones\": [\n        \"whetstones\"\n    ],\n    \"whet whet\": [\n        \"whetted\"\n    ],\n    \"whetters si\": [\n        \"whetters\"\n    ],\n    \"whet\": [\n        \"whetting\"\n    ],\n    \"whew\": [\n        \"whewl\",\n        \"whews\",\n        \"whewt\"\n    ],\n    \"gịnị kpatara\": [\n        \"why\",\n        \"whyfor\"\n    ],\n    \"nke obula\": [\n        \"whichsoever\"\n    ],\n    \"olee mgbe\": [\n        \"whichways\"\n    ],\n    \"idbụ ọcha\": [\n        \"whidding\"\n    ],\n    \"ndị oti\": [\n        \"whifflers\"\n    ],\n    \"whig\": [\n        \"whigged\"\n    ],\n    \"ịkpa ntụtụ\": [\n        \"whiggism\"\n    ],\n    \"whigmaleerie\": [\n        \"whigmaleery\",\n        \"whigmeleerie\"\n    ],\n    \"igmụ nwanyị\": [\n        \"whigmaleeries\"\n    ],\n    \"whigs hip\": [\n        \"whigship\"\n    ],\n    \"mgbe na\": [\n        \"whilend\"\n    ],\n    \"na-egbu mara\": [\n        \"whillikers\",\n        \"willowing\"\n    ],\n    \"nweghala\": [\n        \"whillilew\"\n    ],\n    \"immụ anya\": [\n        \"whimling\"\n    ],\n    \"Ukpeme\": [\n        \"whimperer\",\n        \"whimwhams\"\n    ],\n    \"whimperings\": [\n        \"whimperingly\"\n    ],\n    \"whinberị\": [\n        \"whinberry\"\n    ],\n    \"whing\": [\n        \"whinge\"\n    ],\n    \"inbụ ọcha\": [\n        \"whininess\"\n    ],\n    \"ihe mgbaaka\": [\n        \"whipgraft\"\n    ],\n    \"iti ọkpọ\": [\n        \"whiplash\"\n    ],\n    \"onye na-eti ihe\": [\n        \"whipmaker\"\n    ],\n    \"ịkụ ụtarị\": [\n        \"whipmaking\",\n        \"whipsawing\",\n        \"whipstitching\"\n    ],\n    \"ịbụ mmadu\": [\n        \"whipmanship\"\n    ],\n    \"nwekewill\": [\n        \"whipoorwill\"\n    ],\n    \"iti aka\": [\n        \"whippingly\"\n    ],\n    \"iti nkpu\": [\n        \"whippletree\"\n    ],\n    \"piapia\": [\n        \"whipsawed\"\n    ],\n    \"iti okpokoro\": [\n        \"whiptail\"\n    ],\n    \"nkuchi whirlybirds\": [\n        \"whirlybirds\"\n    ],\n    \"dịkwu ọkụ\": [\n        \"whirlier\"\n    ],\n    \"na-achọ inwere\": [\n        \"whishing\",\n        \"wishing\",\n        \"wising\"\n    ],\n    \"whish\": [\n        \"whisht\"\n    ],\n    \"toyero\": [\n        \"whisked\"\n    ],\n    \"wiski\": [\n        \"whiskey\",\n        \"whiskeys\",\n        \"whisket\",\n        \"whisky\",\n        \"whiskied\",\n        \"whiskies\",\n        \"wisket\"\n    ],\n    \"wiska\": [\n        \"whisker\"\n    ],\n    \"whiskerando\": [\n        \"whiskerandoed\",\n        \"whiskerandos\"\n    ],\n    \"gbanye izu\": [\n        \"whiskered\",\n        \"whispered\"\n    ],\n    \"wiska dị ka\": [\n        \"whiskerlike\"\n    ],\n    \"whisk\": [\n        \"whiskin\"\n    ],\n    \"gbaa nkiti\": [\n        \"whisperless\"\n    ],\n    \"na ntamu\": [\n        \"whisperously\"\n    ],\n    \"mkpọrọhịhị\": [\n        \"whister\",\n        \"whistler\",\n        \"whistles\"\n    ],\n    \"na-afụrụ mkpọrọhịhị\": [\n        \"whisting\",\n        \"whistling\"\n    ],\n    \"fụrụ mkpọrọhịhị\": [\n        \"whistle\",\n        \"whistled\",\n        \"whistlike\"\n    ],\n    \"fụrụ afụ\": [\n        \"whistleable\"\n    ],\n    \"afụzụ azụ\": [\n        \"whistlefishes\"\n    ],\n    \"whistlers\": [\n        \"whistlerian\",\n        \"whistlerism\"\n    ],\n    \"na-afụ mkpọrọ\": [\n        \"whistlewing\",\n        \"whistlingly\"\n    ],\n    \"whist\": [\n        \"whistly\"\n    ],\n    \"Akwa Ochie\": [\n        \"whitblow\",\n        \"whitracks\"\n    ],\n    \"nnụnụ ọcha\": [\n        \"whitebird\"\n    ],\n    \"ocha ocha\": [\n        \"whiteboyism\"\n    ],\n    \"ọcha kalama\": [\n        \"whitebottle\"\n    ],\n    \"whitecaps\": [\n        \"whitecapper\"\n    ],\n    \"ọcha okirikiri\": [\n        \"whitefieldism\"\n    ],\n    \"ọcha ọcha\": [\n        \"whitefieldite\"\n    ],\n    \"onye na-acha ọcha\": [\n        \"whitefisher\"\n    ],\n    \"acha ọcha ọcha\": [\n        \"whitefootism\"\n    ],\n    \"achacha ọcha\": [\n        \"whitened\"\n    ],\n    \"Whiteseam\": [\n        \"whiteseam\"\n    ],\n    \"kachasị ọcha\": [\n        \"whitest\"\n    ],\n    \"Akwa Ono\": [\n        \"whitethroat\"\n    ],\n    \"Whitetip\": [\n        \"whitetip\"\n    ],\n    \"whiter\": [\n        \"whitier\"\n    ],\n    \"whitish ness\": [\n        \"whitishness\"\n    ],\n    \"Whitley si\": [\n        \"whitleyism\"\n    ],\n    \"Whitlows\": [\n        \"whitlows\"\n    ],\n    \"whitlow wort\": [\n        \"whitlowwort\"\n    ],\n    \"asụsụ ọcha\": [\n        \"whitmanese\"\n    ],\n    \"ịbụ onye ọcha\": [\n        \"whitmanism\"\n    ],\n    \"Whitmanize\": [\n        \"whitmanize\"\n    ],\n    \"Whitney\": [\n        \"whitney\"\n    ],\n    \"nwoke whizzer\": [\n        \"whizzerman\"\n    ],\n    \"whizzer\": [\n        \"whizzers\"\n    ],\n    \"WHO\": [\n        \"who\"\n    ],\n    \"nri zuru ezu\": [\n        \"wholefood\"\n    ],\n    \"dummeal\": [\n        \"wholemeal\"\n    ],\n    \"N'ogbe\": [\n        \"wholesale\",\n        \"wholesaled\",\n        \"wholesalely\",\n        \"wholesales\"\n    ],\n    \"N'ogbe ness\": [\n        \"wholesaleness\"\n    ],\n    \"Ahụ ike\": [\n        \"wholesaling\"\n    ],\n    \"Ahụ dị mma\": [\n        \"wholesome\",\n        \"whosome\"\n    ],\n    \"onye ahu\": [\n        \"wholesomer\",\n        \"wholetone\"\n    ],\n    \"Ihiak\": [\n        \"whomped\"\n    ],\n    \"onyeano\": [\n        \"whooplike\"\n    ],\n    \"Nwokochi\": [\n        \"whooses\"\n    ],\n    \"OnyeIke\": [\n        \"whoosy\"\n    ],\n    \"onye oria\": [\n        \"whoosis\"\n    ],\n    \"ịppingụ\": [\n        \"whopping\"\n    ],\n    \"ụlọ akwụna\": [\n        \"whorehouse\",\n        \"whorehouses\"\n    ],\n    \"akwụna akwụna\": [\n        \"whorelike\"\n    ],\n    \"onye akwụna\": [\n        \"whoremaster\"\n    ],\n    \"Nwanyị akwụna\": [\n        \"whoreson\"\n    ],\n    \"Iri ahu\": [\n        \"whorle\"\n    ],\n    \"whorl wort\": [\n        \"whorlywort\"\n    ],\n    \"Nwa osisi\": [\n        \"whortleberries\"\n    ],\n    \"Osiak\": [\n        \"whosen\"\n    ],\n    \"onye o bula\": [\n        \"whosesoever\"\n    ],\n    \"achakwu\": [\n        \"whuther\"\n    ],\n    \"Ọka\": [\n        \"wicker\"\n    ],\n    \"Wichie\": [\n        \"wickers\"\n    ],\n    \"ọrụ wickerwork\": [\n        \"wickerwork\"\n    ],\n    \"wickerwork-arụ ọrụ\": [\n        \"wickerworked\"\n    ],\n    \"onye na acho\": [\n        \"wickerworker\"\n    ],\n    \"nchekwa wicket\": [\n        \"wicketkeeping\"\n    ],\n    \"wịketị\": [\n        \"wickets\"\n    ],\n    \"eriri ntụtụ\": [\n        \"wicketwork\"\n    ],\n    \"Wickiup\": [\n        \"wickiup\"\n    ],\n    \"enweghị adighi\": [\n        \"wickless\"\n    ],\n    \"Onyema Nwoke\": [\n        \"wycliffist\"\n    ],\n    \"ọicoụ\": [\n        \"wicopy\"\n    ],\n    \"wider\": [\n        \"widder\"\n    ],\n    \"ndị widwid\": [\n        \"widders\"\n    ],\n    \"saghepụrụ anya\": [\n        \"wideawake\"\n    ],\n    \"obi dum\": [\n        \"widehearted\"\n    ],\n    \"gbasawanụ\": [\n        \"widen\",\n        \"widish\"\n    ],\n    \"widena\": [\n        \"widener\"\n    ],\n    \"wijetị\": [\n        \"widget\",\n        \"widgets\"\n    ],\n    \"nwoke di ya nwụrụ\": [\n        \"widower\"\n    ],\n    \"nwanyị nwụrụ\": [\n        \"widowered\"\n    ],\n    \"nwunye di ma ọ bụ nwunye ya\": [\n        \"widowerhood\"\n    ],\n    \"nwaanyị di ya nwụrụ\": [\n        \"widowery\"\n    ],\n    \"ụmụ nwanyị di ha nwụrụ\": [\n        \"widowers\",\n        \"widowmen\"\n    ],\n    \"nwunye di ya nwụrụ\": [\n        \"widowership\"\n    ],\n    \"ebeakpa\": [\n        \"widowing\"\n    ],\n    \"di ya nwụrụ\": [\n        \"widowish\",\n        \"widowly\"\n    ],\n    \"ndị inyom di ha nwụrụ\": [\n        \"widows\"\n    ],\n    \"wiedershen\": [\n        \"wiedersehen\"\n    ],\n    \"Ndị na-ekpo wiel\": [\n        \"wielders\"\n    ],\n    \"wifif\": [\n        \"wifed\"\n    ],\n    \"ịbụ nwunye\": [\n        \"wifeship\"\n    ],\n    \"ndi kpalakwukwu\": [\n        \"wigeons\"\n    ],\n    \"wig\": [\n        \"wigged\"\n    ],\n    \"ntighari\": [\n        \"wiggery\"\n    ],\n    \"wiggins\": [\n        \"wigging\",\n        \"wiggings\"\n    ],\n    \"nkwochi\": [\n        \"wiggism\"\n    ],\n    \"wiggle\": [\n        \"wiggled\"\n    ],\n    \"wig obere\": [\n        \"wigless\"\n    ],\n    \"wig dị ka\": [\n        \"wiglike\"\n    ],\n    \"wig na-eme\": [\n        \"wigmaking\"\n    ],\n    \"pigtail\": [\n        \"wigtail\"\n    ],\n    \"wig wag\": [\n        \"wigwag\"\n    ],\n    \"wigwams\": [\n        \"wigwags\"\n    ],\n    \"Onyebuchukwu Nwoke\": [\n        \"wykehamist\"\n    ],\n    \"ọhịa\": [\n        \"wildbore\"\n    ],\n    \"ịkpa anụ ọhịa\": [\n        \"wildcatter\",\n        \"wildcatting\"\n    ],\n    \"onye wilder\": [\n        \"wilder\"\n    ],\n    \"Onyewu\": [\n        \"wildern\"\n    ],\n    \"ozara\": [\n        \"wilderness\",\n        \"wildness\"\n    ],\n    \"anu ohia\": [\n        \"wildfowls\"\n    ],\n    \"ọhia\": [\n        \"wildishness\"\n    ],\n    \"Ọhịa\": [\n        \"wildnesses\"\n    ],\n    \"ụdị ohia\": [\n        \"wildtype\"\n    ],\n    \"wile\": [\n        \"wyle\"\n    ],\n    \"wilil\": [\n        \"wilily\"\n    ],\n    \"willal\": [\n        \"willable\"\n    ],\n    \"ucheyart\": [\n        \"willyart\"\n    ],\n    \"ga-adịkwu ọkụ\": [\n        \"willier\"\n    ],\n    \"ucheiwaus\": [\n        \"williwaus\"\n    ],\n    \"williwaws\": [\n        \"willywaws\"\n    ],\n    \"willow\": [\n        \"willowed\"\n    ],\n    \"willowy\": [\n        \"willower\"\n    ],\n    \"willow dị ka\": [\n        \"willowlike\"\n    ],\n    \"willow ware\": [\n        \"willowware\"\n    ],\n    \"igbo willow\": [\n        \"willowweed\"\n    ],\n    \"willughbeia\": [\n        \"willugbaeya\"\n    ],\n    \"nweghi mara\": [\n        \"wilsomeness\"\n    ],\n    \"Wilson\": [\n        \"wilson\"\n    ],\n    \"Wishọnian\": [\n        \"wilsonian\"\n    ],\n    \"Iwepụ\": [\n        \"wilting\"\n    ],\n    \"Wilton\": [\n        \"wilton\"\n    ],\n    \"wimberị\": [\n        \"wimberry\"\n    ],\n    \"wimkpu\": [\n        \"wimble\",\n        \"wimbled\"\n    ],\n    \"kpafuo dị ka\": [\n        \"wimblelike\"\n    ],\n    \"wgba\": [\n        \"wimbling\"\n    ],\n    \"ọsịm\": [\n        \"wimick\"\n    ],\n    \"Ndị mmeri\": [\n        \"winchers\"\n    ],\n    \"winch\": [\n        \"winches\"\n    ],\n    \"Akpa ikuku\": [\n        \"windbag\",\n        \"windbags\"\n    ],\n    \"ikuku nkwado\": [\n        \"windbracing\"\n    ],\n    \"ikuku gbara\": [\n        \"windburned\"\n    ],\n    \"akwa ifufe\": [\n        \"windclothes\"\n    ],\n    \"windfish\": [\n        \"windfishes\"\n    ],\n    \"kasị nwee mmeri\": [\n        \"windiest\",\n        \"wineiest\"\n    ],\n    \"asọfe\": [\n        \"winding\"\n    ],\n    \"windings\": [\n        \"windlings\"\n    ],\n    \"enweghị windo ness\": [\n        \"windowlessness\"\n    ],\n    \"ọkụ windo\": [\n        \"windowlight\"\n    ],\n    \"yiri window\": [\n        \"windowlike\"\n    ],\n    \"eme windo\": [\n        \"windowmaker\"\n    ],\n    \"eme window\": [\n        \"windowmaking\"\n    ],\n    \"mpio windo\": [\n        \"windowpane\",\n        \"windowpeeper\"\n    ],\n    \"windo windo\": [\n        \"windowpanes\",\n        \"windowwards\"\n    ],\n    \"ịzụ ahịa na windo\": [\n        \"windowshopping\"\n    ],\n    \"window mechie\": [\n        \"windowshut\"\n    ],\n    \"ọkpọkọ ikuku\": [\n        \"windpipes\"\n    ],\n    \"ifufe akuku\": [\n        \"windsailor\"\n    ],\n    \"okirikiri windo\": [\n        \"windshields\"\n    ],\n    \"windsock\": [\n        \"windshock\"\n    ],\n    \"okporo ụzọ windo\": [\n        \"windways\"\n    ],\n    \"mmanya mmanya mmanya\": [\n        \"winebibbery\"\n    ],\n    \"ịbụ mmanya\": [\n        \"winebibbing\"\n    ],\n    \"Winedraf\": [\n        \"winedraf\"\n    ],\n    \"mmanya iko\": [\n        \"wineglass\",\n        \"wineglasses\"\n    ],\n    \"ihe ọgụ wineụ mmanya\": [\n        \"wineglassfuls\"\n    ],\n    \"onye na-akụ mmanya\": [\n        \"winegrower\"\n    ],\n    \"ịgụ mmanya\": [\n        \"winegrowing\"\n    ],\n    \"ogige mmanya\": [\n        \"wineyard\"\n    ],\n    \"windier\": [\n        \"wineier\"\n    ],\n    \"mmanya dị ka\": [\n        \"winelike\"\n    ],\n    \"mmanya winem\": [\n        \"winemake\",\n        \"winemaker\"\n    ],\n    \"mmanya na-eme\": [\n        \"winemaking\"\n    ],\n    \"ite mmanya\": [\n        \"winepot\"\n    ],\n    \"ebe nzọchapụta mmanya\": [\n        \"winepress\"\n    ],\n    \"onye na-azọcha mmanya\": [\n        \"winepresser\"\n    ],\n    \"ụlọ ahịa mmanya\": [\n        \"wineshop\",\n        \"wineshops\"\n    ],\n    \"akpụkpọ mmanya\": [\n        \"wineskin\"\n    ],\n    \"karama akpụkpọ\": [\n        \"wineskins\"\n    ],\n    \"mmanya ụtọ\": [\n        \"winetaster\",\n        \"winetasting\"\n    ],\n    \"mmanya vine\": [\n        \"winetree\"\n    ],\n    \"olulu mmanya\": [\n        \"winevat\"\n    ],\n    \"nku ya\": [\n        \"winged\"\n    ],\n    \"nku azụ\": [\n        \"wingfish\"\n    ],\n    \"nku aka\": [\n        \"winghanded\"\n    ],\n    \"nku na nku\": [\n        \"wingless\"\n    ],\n    \"ndi nku nku\": [\n        \"wingmen\"\n    ],\n    \"n'ilu anya\": [\n        \"winkingly\"\n    ],\n    \"windlestrae\": [\n        \"winlestrae\"\n    ],\n    \"Obiakor\": [\n        \"winnecowet\"\n    ],\n    \"Onochi\": [\n        \"winnocks\"\n    ],\n    \"ịchacha mmiri\": [\n        \"winnowing\"\n    ],\n    \"winlow\": [\n        \"winslow\"\n    ],\n    \"winoms\": [\n        \"winsome\"\n    ],\n    \"Onye mmeri\": [\n        \"winsomer\"\n    ],\n    \"Oge oyi\": [\n        \"winterbloom\",\n        \"winterbound\",\n        \"winterdykes\",\n        \"winterfed\",\n        \"winterfeed\",\n        \"winterffed\",\n        \"winterhain\",\n        \"winterier\",\n        \"winterization\",\n        \"winterweed\"\n    ],\n    \"oge oyi\": [\n        \"winterbourne\",\n        \"wintercreeper\",\n        \"wintering\",\n        \"winterized\",\n        \"wintertide\"\n    ],\n    \"Ugwu oyi\": [\n        \"winterfeeding\"\n    ],\n    \"Ugba oyi\": [\n        \"wintergreen\"\n    ],\n    \"Oyi-oyi\": [\n        \"wintergreens\"\n    ],\n    \"n'oge oyi\": [\n        \"winteriest\",\n        \"winterishly\",\n        \"winterly\",\n        \"winterward\",\n        \"winterwards\"\n    ],\n    \"ihechi oyi\": [\n        \"winterkill\"\n    ],\n    \"oyi egbuo\": [\n        \"winterkilled\"\n    ],\n    \"oyi egbu\": [\n        \"winterkilling\"\n    ],\n    \"ihe oyi\": [\n        \"winterkills\"\n    ],\n    \"ini etuep\": [\n        \"winterliness\",\n        \"wintertime\"\n    ],\n    \"oyi na-egbochi oyi\": [\n        \"winterproof\"\n    ],\n    \"wintter\": [\n        \"winters\"\n    ],\n    \"wintiri\": [\n        \"wintry\"\n    ],\n    \"wintify\": [\n        \"wintrify\"\n    ],\n    \"wint\": [\n        \"wintrous\"\n    ],\n    \"nnenyi\": [\n        \"wyomingite\"\n    ],\n    \"ndị na-ehichapụ ya\": [\n        \"wipers\"\n    ],\n    \"wiable\": [\n        \"wirable\"\n    ],\n    \"waya\": [\n        \"wire\",\n        \"wired\",\n        \"wirehair\",\n        \"wirelike\",\n        \"wireman\",\n        \"wiremen\",\n        \"wirer\",\n        \"wiretail\",\n        \"wireway\",\n        \"wireways\",\n        \"wireweed\",\n        \"wirework\",\n        \"wireworks\"\n    ],\n    \"wayabar\": [\n        \"wirebar\"\n    ],\n    \"eriri waya\": [\n        \"wirebird\"\n    ],\n    \"wiredncing\": [\n        \"wiredancing\"\n    ],\n    \"wayagrass\": [\n        \"wiregrass\"\n    ],\n    \"Ejiri waya\": [\n        \"wirehaired\"\n    ],\n    \"waya wayars\": [\n        \"wirehairs\"\n    ],\n    \"wayaphoto\": [\n        \"wirephoto\"\n    ],\n    \"wayapull\": [\n        \"wirepull\"\n    ],\n    \"wayapuller\": [\n        \"wirepuller\"\n    ],\n    \"wayapullers\": [\n        \"wirepullers\"\n    ],\n    \"waya Anam Udeme\": [\n        \"wirepulling\"\n    ],\n    \"wires\": [\n        \"wirers\",\n        \"wites\"\n    ],\n    \"wayatap\": [\n        \"wiretap\"\n    ],\n    \"izipu ya\": [\n        \"wiretapped\"\n    ],\n    \"wayatapa\": [\n        \"wiretapper\"\n    ],\n    \"wayatippers\": [\n        \"wiretappers\"\n    ],\n    \"wayatipping\": [\n        \"wiretapping\"\n    ],\n    \"wayataps\": [\n        \"wiretaps\"\n    ],\n    \"onye na-arụ ọrụ waya\": [\n        \"wireworker\"\n    ],\n    \"ịrụ ọrụ waya\": [\n        \"wireworking\"\n    ],\n    \"wiri\": [\n        \"wiry\"\n    ],\n    \"Wirra\": [\n        \"wirra\"\n    ],\n    \"Wirrah\": [\n        \"wirrah\"\n    ],\n    \"Wiseman\": [\n        \"wiseman\"\n    ],\n    \"Wisenheimer\": [\n        \"wisenheimer\"\n    ],\n    \"Nwanyị maara ihe\": [\n        \"wisewoman\"\n    ],\n    \"wisha\": [\n        \"wishable\"\n    ],\n    \"riọrọ\": [\n        \"wishy\"\n    ],\n    \"ọtonụ wishụ\": [\n        \"wishtonwish\"\n    ],\n    \"wiss\": [\n        \"wissed\",\n        \"wissing\"\n    ],\n    \"hụta\": [\n        \"wiste\"\n    ],\n    \"wit\": [\n        \"witan\"\n    ],\n    \"amoosu cully\": [\n        \"witchercully\"\n    ],\n    \"amusu\": [\n        \"witchiest\",\n        \"witchingly\",\n        \"witneys\"\n    ],\n    \"nwaanyi ojoo\": [\n        \"witchwoman\"\n    ],\n    \"witenagemot\": [\n        \"witenagemote\"\n    ],\n    \"na nnukwu\": [\n        \"withbeg\"\n    ],\n    \"napụrụ\": [\n        \"withdrawn\"\n    ],\n    \"ndọrọ ego\": [\n        \"withdrawnness\"\n    ],\n    \"kpọnwụọ\": [\n        \"witheringly\",\n        \"witherly\",\n        \"witherling\",\n        \"withers\",\n        \"witherwards\",\n        \"witherweight\"\n    ],\n    \"gbachapụrụ anya\": [\n        \"withewood\"\n    ],\n    \"ndị ji\": [\n        \"withholders\"\n    ],\n    \"inindoors\": [\n        \"withindoors\"\n    ],\n    \"Ininsides\": [\n        \"withinsides\"\n    ],\n    \"withyindind\": [\n        \"withywind\"\n    ],\n    \"gbagọọ\": [\n        \"witholden\"\n    ],\n    \"weresaw\": [\n        \"withsaw\"\n    ],\n    \"iguzo\": [\n        \"withstanding\"\n    ],\n    \"Ikwughachi\": [\n        \"withturn\"\n    ],\n    \"wiring\": [\n        \"witing\"\n    ],\n    \"gbara ama\": [\n        \"witnessable\",\n        \"witnessed\"\n    ],\n    \"ndị àmà\": [\n        \"witnessers\"\n    ],\n    \"ịgba àmà\": [\n        \"witnessing\"\n    ],\n    \"onye amoosu\": [\n        \"witticaster\"\n    ],\n    \"ịta mmụọ\": [\n        \"witticism\"\n    ],\n    \"Wyvern\": [\n        \"wyver\",\n        \"wyvern\"\n    ],\n    \"wiver\": [\n        \"wivern\"\n    ],\n    \"Wyverns\": [\n        \"wiverns\",\n        \"wyverns\"\n    ],\n    \"dibia-afa\": [\n        \"wizard\"\n    ],\n    \"ndị amoosu\": [\n        \"wizardism\",\n        \"wizards\"\n    ],\n    \"ọkachamara dị ka\": [\n        \"wizardlike\"\n    ],\n    \"wates\": [\n        \"wizes\"\n    ],\n    \"mgbee\": [\n        \"wl\"\n    ],\n    \"wlat\": [\n        \"wlatful\"\n    ],\n    \"woadia\": [\n        \"woad\"\n    ],\n    \"amabi\": [\n        \"woaded\"\n    ],\n    \"waads\": [\n        \"woads\"\n    ],\n    \"tiebulu\": [\n        \"wobble\"\n    ],\n    \"wobegon\": [\n        \"wobegone\"\n    ],\n    \"wobeghara\": [\n        \"wobegoneness\"\n    ],\n    \"wɔde\": [\n        \"wode\"\n    ],\n    \"ke ojoo\": [\n        \"woful\"\n    ],\n    \"wolfs\": [\n        \"wolfed\"\n    ],\n    \"ikpa ohi\": [\n        \"wolfing\"\n    ],\n    \"ikwekọtị\": [\n        \"wolfishly\"\n    ],\n    \"wolffish\": [\n        \"wolfishness\"\n    ],\n    \"enweghị anụ ọhịa\": [\n        \"wolfless\"\n    ],\n    \"yiri wolf\": [\n        \"wolflike\"\n    ],\n    \"ikwo ohi\": [\n        \"wolfling\"\n    ],\n    \"onye wolfman\": [\n        \"wolfman\"\n    ],\n    \"wolfram\": [\n        \"wolframic\"\n    ],\n    \"wooly\": [\n        \"wolly\"\n    ],\n    \"wallop\": [\n        \"wollop\"\n    ],\n    \"wolia\": [\n        \"wolve\"\n    ],\n    \"wolboonboon\": [\n        \"wolveboon\"\n    ],\n    \"ikpa mba\": [\n        \"wolver\"\n    ],\n    \"wolverine\": [\n        \"wolverene\"\n    ],\n    \"wollish\": [\n        \"wolvish\"\n    ],\n    \"nwaanyị\": [\n        \"womanbody\",\n        \"womanwise\"\n    ],\n    \"isi nwanyi\": [\n        \"womanhead\"\n    ],\n    \"nwanyị obi\": [\n        \"womanhearted\"\n    ],\n    \"Nwanyị\": [\n        \"womanist\"\n    ],\n    \"nwanyị kachasị\": [\n        \"womanliest\"\n    ],\n    \"Nwanyi okike\": [\n        \"womanmuckle\"\n    ],\n    \"nwanyịpost\": [\n        \"womanpost\"\n    ],\n    \"ike nwanyi\": [\n        \"womanpower\"\n    ],\n    \"nwanyị na-egbochi ya\": [\n        \"womanproof\"\n    ],\n    \"mgbaji afọ\": [\n        \"wombstone\"\n    ],\n    \"uwe ụmụ nwanyị\": [\n        \"womenswear\"\n    ],\n    \"onye ebube\": [\n        \"wonderer\"\n    ],\n    \"ndi ebube\": [\n        \"wonderers\"\n    ],\n    \"ala mara mma\": [\n        \"wonderland\"\n    ],\n    \"ọmarịcha ala\": [\n        \"wonderlands\"\n    ],\n    \"okongwo\": [\n        \"wongshy\"\n    ],\n    \"ha agaghị\": [\n        \"wonnot\"\n    ],\n    \"ma ọ bụrụ\": [\n        \"wontedly\"\n    ],\n    \"Gbọ\": [\n        \"wontons\"\n    ],\n    \"woo ike\": [\n        \"wooable\"\n    ],\n    \"mkpọchi osisi\": [\n        \"woodblock\"\n    ],\n    \"mgbochi osisi\": [\n        \"woodblocks\"\n    ],\n    \"nkụ osisi\": [\n        \"woodborer\"\n    ],\n    \"igbe osisi\": [\n        \"woodbox\",\n        \"woodboxes\"\n    ],\n    \"ịkwa nkụ\": [\n        \"woodburning\"\n    ],\n    \"ogbe osisi\": [\n        \"woodcarver\",\n        \"woodpecker\"\n    ],\n    \"ịkpụ osisi\": [\n        \"woodcarving\",\n        \"woodcut\",\n        \"woodcutting\"\n    ],\n    \"osisi opa\": [\n        \"woodchopper\"\n    ],\n    \"Osisi osisi\": [\n        \"woodchopping\",\n        \"woodlouse\",\n        \"woodrime\"\n    ],\n    \"woodcock\": [\n        \"woodcoc\"\n    ],\n    \"woodcocks\": [\n        \"woodcockize\"\n    ],\n    \"ndị na-egbutu osisi\": [\n        \"woodcutters\"\n    ],\n    \"onye na-akpụ osisi\": [\n        \"woodener\",\n        \"woodranger\",\n        \"woodworker\"\n    ],\n    \"woodhead\": [\n        \"woodenhead\"\n    ],\n    \"woodheaded\": [\n        \"woodenheaded\"\n    ],\n    \"isi osisi\": [\n        \"woodenheadedness\"\n    ],\n    \"eji osisi\": [\n        \"woodenly\"\n    ],\n    \"Osisi azu\": [\n        \"woodfish\"\n    ],\n    \"nhazi osisi\": [\n        \"woodgraining\"\n    ],\n    \"Onye na-egbu osisi\": [\n        \"woodhacker\",\n        \"woodman\",\n        \"woodmonger\"\n    ],\n    \"Onye na-egbu ohia\": [\n        \"woodhewer\"\n    ],\n    \"holọ osisi\": [\n        \"woodhouses\"\n    ],\n    \"osisijobber\": [\n        \"woodjobber\"\n    ],\n    \"Ogwu osisi\": [\n        \"woodknacker\"\n    ],\n    \"Ọhia osisi\": [\n        \"woodlands\"\n    ],\n    \"yiri osisi\": [\n        \"woodlike\"\n    ],\n    \"Osisi nwere osisi\": [\n        \"woodlocked\"\n    ],\n    \"onye na-elekọta osisi\": [\n        \"woodmaid\"\n    ],\n    \"ndi ohia\": [\n        \"woodmen\"\n    ],\n    \"nkọwa osisi\": [\n        \"woodnote\"\n    ],\n    \"ogbe ohia\": [\n        \"woodpeckers\"\n    ],\n    \"osisi mkpuchi\": [\n        \"woodroof\"\n    ],\n    \"Ohia osisi\": [\n        \"woodrow\",\n        \"woodrowel\"\n    ],\n    \"woodruff si\": [\n        \"woodruffs\"\n    ],\n    \"Osisi de\": [\n        \"woodshedde\"\n    ],\n    \"osisi awụ\": [\n        \"woodsheds\"\n    ],\n    \"Ndị ọrụ ohia\": [\n        \"woodsmen\"\n    ],\n    \"osisiwardia\": [\n        \"woodwardia\"\n    ],\n    \"ọmarịcha osisi\": [\n        \"woodwardship\"\n    ],\n    \"osisiwax\": [\n        \"woodwax\"\n    ],\n    \"osisiwaxen\": [\n        \"woodwaxen\"\n    ],\n    \"ohia osisi\": [\n        \"woodworms\"\n    ],\n    \"ikwo ihe\": [\n        \"woofing\"\n    ],\n    \"ikpa ike\": [\n        \"wooing\"\n    ],\n    \"woooo\": [\n        \"wooingly\"\n    ],\n    \"ndi woolers\": [\n        \"woolers\"\n    ],\n    \"cottonfell\": [\n        \"woolfell\"\n    ],\n    \"gchịkọta ajị anụ\": [\n        \"woolgathering\"\n    ],\n    \"woolen\": [\n        \"woollen\"\n    ],\n    \"le nwere ike\": [\n        \"woollenize\"\n    ],\n    \"jiri ajị anụ\": [\n        \"woolly\"\n    ],\n    \"nwoollies\": [\n        \"woollies\"\n    ],\n    \"buru ihe-nzuzu\": [\n        \"woollyish\"\n    ],\n    \"yiri owu\": [\n        \"woollike\"\n    ],\n    \"akwa aji\": [\n        \"woolpacks\"\n    ],\n    \"Uwe ajị anụ\": [\n        \"woolsacks\",\n        \"woolsheds\"\n    ],\n    \"cottonsaw\": [\n        \"woolsaw\"\n    ],\n    \"onye na-eji ajị anụ ajị ajị\": [\n        \"woolshearer\"\n    ],\n    \"aji owu\": [\n        \"woolshearing\"\n    ],\n    \"akpukpọ aji\": [\n        \"woolskins\"\n    ],\n    \"Uwe owu\": [\n        \"woolsorting\"\n    ],\n    \"woolkpụ\": [\n        \"woolstapling\"\n    ],\n    \"cottonwinder\": [\n        \"woolwinder\"\n    ],\n    \"onye na-eme ajị anụ\": [\n        \"woolworker\"\n    ],\n    \"ọrụ ajị anụ\": [\n        \"woolworking\"\n    ],\n    \"cottonworth\": [\n        \"woolworth\"\n    ],\n    \"na-arụ\": [\n        \"woomping\"\n    ],\n    \"Wootz\": [\n        \"wootz\"\n    ],\n    \"nwoozily\": [\n        \"woozily\"\n    ],\n    \"ikpomkpu\": [\n        \"wopsy\"\n    ],\n    \"uto-owuwu\": [\n        \"worcestershire\"\n    ],\n    \"nkwusi okwu\": [\n        \"wordbreak\"\n    ],\n    \"onye omenkà okwu\": [\n        \"wordcraftsman\"\n    ],\n    \"enweghị okwu\": [\n        \"wordlessness\"\n    ],\n    \"ndị okwu\": [\n        \"wordmen\"\n    ],\n    \"ndi okwu n’ile\": [\n        \"wordprocessors\"\n    ],\n    \"okwu okwu\": [\n        \"wordsmanship\"\n    ],\n    \"Okwu Nkuzi\": [\n        \"wordspinner\"\n    ],\n    \"okwu n'agbanyeghị\": [\n        \"wordspite\"\n    ],\n    \"okwu echi\": [\n        \"wordsworthian\"\n    ],\n    \"okwuWorthianism\": [\n        \"wordsworthianism\"\n    ],\n    \"arụ ọrụ ness\": [\n        \"workableness\"\n    ],\n    \"Akpa ọrụ\": [\n        \"workbag\"\n    ],\n    \"ọrụ akpa\": [\n        \"workbags\"\n    ],\n    \"banki ọrụ\": [\n        \"workbank\"\n    ],\n    \"akwụkwọ ọrụ\": [\n        \"workbook\",\n        \"workbooks\"\n    ],\n    \"ụbọchị ọrụ\": [\n        \"workday\",\n        \"workdays\"\n    ],\n    \"profaịlụ ọrụ\": [\n        \"workfile\"\n    ],\n    \"ebe ọrụ\": [\n        \"workhorses\",\n        \"workplace\",\n        \"workstation\"\n    ],\n    \"ogige ọrụ\": [\n        \"workyard\"\n    ],\n    \"nwanyị na-arụ ọrụ\": [\n        \"workingwoman\"\n    ],\n    \"ụmụ nwanyị na-arụ ọrụ\": [\n        \"workingwomen\"\n    ],\n    \"dị ka workman\": [\n        \"workmanlike\"\n    ],\n    \"nwaanyị na-arụ ọrụ\": [\n        \"workmistress\"\n    ],\n    \"mpempe akwụkwọ ọrụ\": [\n        \"worksheets\"\n    ],\n    \"omumuihe\": [\n        \"workshop\"\n    ],\n    \"noo\": [\n        \"workshops\"\n    ],\n    \"oghere ọrụ\": [\n        \"workspace\"\n    ],\n    \"worktable\": [\n        \"worktables\"\n    ],\n    \"oge ọrụ\": [\n        \"worktime\"\n    ],\n    \"ndị na-akụ ụwa\": [\n        \"worldbeaters\"\n    ],\n    \"eme ụwa\": [\n        \"worldmaker\"\n    ],\n    \"ịrụ ụwa\": [\n        \"worldmaking\"\n    ],\n    \"onye uwa\": [\n        \"worldman\"\n    ],\n    \"ala oma uwa\": [\n        \"worldquake\"\n    ],\n    \"n'ụwa nile\": [\n        \"worldwide\"\n    ],\n    \"mgbasa ozi zuru ụwa ọnụ\": [\n        \"worldwideness\"\n    ],\n    \"okpokoro okpo\": [\n        \"wormfish\"\n    ],\n    \"wormfish\": [\n        \"wormfishes\"\n    ],\n    \"wormar\": [\n        \"wormgear\"\n    ],\n    \"worm\": [\n        \"wormhood\",\n        \"wormish\"\n    ],\n    \"wormaer\": [\n        \"wormier\"\n    ],\n    \"wormest\": [\n        \"wormiest\"\n    ],\n    \"wormots\": [\n        \"wormroots\"\n    ],\n    \"ichegbu onwe\": [\n        \"worry\"\n    ],\n    \"worricow\": [\n        \"worriecow\"\n    ],\n    \"ikike ofufe\": [\n        \"worshipability\"\n    ],\n    \"na-efe ofufe\": [\n        \"worshipable\",\n        \"worshipful\",\n        \"worshipfully\",\n        \"worshipingly\"\n    ],\n    \"fee ofufe\": [\n        \"worshiped\",\n        \"worshipped\"\n    ],\n    \"onye na-efe\": [\n        \"worshiper\",\n        \"worshipper\"\n    ],\n    \"adighi efe\": [\n        \"worshipless\"\n    ],\n    \"efe ofufe\": [\n        \"worshipworth\"\n    ],\n    \"ofufe kwesịrị\": [\n        \"worshipworthy\"\n    ],\n    \"ọ dabara adaba\": [\n        \"worthed\"\n    ],\n    \"wough leche\": [\n        \"wouhleche\"\n    ],\n    \"ga-ama\": [\n        \"wouldest\",\n        \"wouldst\"\n    ],\n    \"Chaị\": [\n        \"wow\"\n    ],\n    \"Ikomi\": [\n        \"wowing\"\n    ],\n    \"Wpm\": [\n        \"wpm\"\n    ],\n    \"wray\": [\n        \"wrayful\"\n    ],\n    \"nkwechi\": [\n        \"wrannock\"\n    ],\n    \"kechie nzuzu\": [\n        \"wraprascal\"\n    ],\n    \"wraparound\": [\n        \"wrapround\"\n    ],\n    \"mgba mgba\": [\n        \"wrastler\",\n        \"wrestable\",\n        \"wrester\",\n        \"wresters\",\n        \"wrestler\"\n    ],\n    \"enweghị ọnụma\": [\n        \"wrathless\"\n    ],\n    \"dika iwe\": [\n        \"wrathlike\"\n    ],\n    \"wraw\": [\n        \"wrawl\"\n    ],\n    \"onye na-ebibi ihe\": [\n        \"wreaker\",\n        \"wrecker\"\n    ],\n    \"wreath eme\": [\n        \"wreathmaking\"\n    ],\n    \"ibe ukpa\": [\n        \"wreathpiece\"\n    ],\n    \"wreath maara ihe\": [\n        \"wreathwise\"\n    ],\n    \"ọrụ wreath\": [\n        \"wreathwork\"\n    ],\n    \"ihe mebiri emebi\": [\n        \"wreckage\"\n    ],\n    \"azụ azụ azụ\": [\n        \"wreckfishes\"\n    ],\n    \"spana\": [\n        \"wrench\"\n    ],\n    \"agbaala agbawa\": [\n        \"wrenched\"\n    ],\n    \"mgba dị ka\": [\n        \"wrestlerlike\"\n    ],\n    \"ndị mgba\": [\n        \"wrestlers\"\n    ],\n    \"o wutere ya\": [\n        \"wretched\"\n    ],\n    \"onye obu ozo\": [\n        \"wrier\"\n    ],\n    \"ndị wrigg\": [\n        \"wrigglers\"\n    ],\n    \"Wrynecks\": [\n        \"wrynecks\"\n    ],\n    \"wry\": [\n        \"wryness\"\n    ],\n    \"wryry\": [\n        \"wrynesses\"\n    ],\n    \"ahunsenwu\": [\n        \"wrinkle\"\n    ],\n    \"Wrinkleable\": [\n        \"wrinkleable\"\n    ],\n    \"ndọlị\": [\n        \"wrinkled\",\n        \"wrinkledness\",\n        \"wrinkleproof\",\n        \"wrinkles\",\n        \"wrinklet\",\n        \"wrinkling\"\n    ],\n    \"wrinkrink\": [\n        \"wrinkly\"\n    ],\n    \"Onyeozi\": [\n        \"wristier\"\n    ],\n    \"wristkin\": [\n        \"wristikin\"\n    ],\n    \"elekere mgbaaka\": [\n        \"wristwatch\"\n    ],\n    \"elekere aka\": [\n        \"wristwatches\"\n    ],\n    \"depụ\": [\n        \"writeoff\"\n    ],\n    \"dee akwụkwọ\": [\n        \"writeoffs\"\n    ],\n    \"na-ede,\": [\n        \"writes\"\n    ],\n    \"writgha\": [\n        \"writhedness\"\n    ],\n    \"henegha\": [\n        \"writheneck\"\n    ],\n    \"mgha\": [\n        \"writmaking\"\n    ],\n    \"onye ajọ omume\": [\n        \"wrongdoer\"\n    ],\n    \"ezighi ezi n'isi\": [\n        \"wrongheadedly\"\n    ],\n    \"obi ezighi ezi\": [\n        \"wronghearted\",\n        \"wrongheartedness\"\n    ],\n    \"nwuddie\": [\n        \"wuddie\"\n    ],\n    \"wuld\": [\n        \"wulder\"\n    ],\n    \"gbawa\": [\n        \"wumble\"\n    ],\n    \"wumel\": [\n        \"wummel\"\n    ],\n    \"ịkwa ụfụ\": [\n        \"wuthering\"\n    ],\n    \"nwanthein\": [\n        \"xanthein\"\n    ],\n    \"nwantheins\": [\n        \"xantheins\"\n    ],\n    \"nwanthelasmic\": [\n        \"xanthelasmic\"\n    ],\n    \"mmethocarpous\": [\n        \"xanthocarpous\"\n    ],\n    \"mmethochroic\": [\n        \"xanthochroic\"\n    ],\n    \"mmethochromic\": [\n        \"xanthochromic\"\n    ],\n    \"mmethocobaltic\": [\n        \"xanthocobaltic\"\n    ],\n    \"mmethoxylin\": [\n        \"xanthoxylin\"\n    ],\n    \"xAT\": [\n        \"xat\"\n    ],\n    \"mmebec\": [\n        \"xebec\"\n    ],\n    \"mmenacanthine\": [\n        \"xenacanthine\"\n    ],\n    \"mmakuago\": [\n        \"xenagogue\"\n    ],\n    \"kechinwe\": [\n        \"xenarthrous\"\n    ],\n    \"xenyan\": [\n        \"xenian\"\n    ],\n    \"mmnoblast\": [\n        \"xenoblast\"\n    ],\n    \"mmenocrystic\": [\n        \"xenocrystic\"\n    ],\n    \"mmakograft\": [\n        \"xenograft\"\n    ],\n    \"mmoophobe\": [\n        \"xenophobe\"\n    ],\n    \"onye xenophobian\": [\n        \"xenophobian\"\n    ],\n    \"mmenophontine\": [\n        \"xenophontine\"\n    ],\n    \"mmenophoran\": [\n        \"xenophoran\"\n    ],\n    \"mmwe\": [\n        \"xenos\"\n    ],\n    \"xerox\": [\n        \"xeroxed\"\n    ],\n    \"xer nile\": [\n        \"xeruses\"\n    ],\n    \"mmyborbor\": [\n        \"xyleborus\"\n    ],\n    \"wuchi\": [\n        \"xylite\"\n    ],\n    \"mmilitol\": [\n        \"xylitol\"\n    ],\n    \"xylitol\": [\n        \"xylitols\"\n    ],\n    \"mmylocarpous\": [\n        \"xylocarpous\"\n    ],\n    \"xylomita\": [\n        \"xylometer\"\n    ],\n    \"xylophonist\": [\n        \"xylophonists\"\n    ],\n    \"nwyloplastic\": [\n        \"xyloplastic\"\n    ],\n    \"xipodon\": [\n        \"xiphodon\"\n    ],\n    \"xiphoid\": [\n        \"xyphoid\",\n        \"xiphoidal\"\n    ],\n    \"xiphopagus\": [\n        \"xiphopagous\"\n    ],\n    \"nwachichthys\": [\n        \"xyrichthys\"\n    ],\n    \"nwachịles\": [\n        \"xyridales\"\n    ],\n    \"mmmmmm\": [\n        \"xyz\"\n    ],\n    \"nwref\": [\n        \"xref\"\n    ],\n    \"mmb\": [\n        \"xx\"\n    ],\n    \"nwxiv\": [\n        \"xxiv\"\n    ],\n    \"zabaione\": [\n        \"zabaiones\"\n    ],\n    \"sabaism\": [\n        \"zabaism\"\n    ],\n    \"zabaglione\": [\n        \"zaboglione\"\n    ],\n    \"zacatọn\": [\n        \"zacatons\"\n    ],\n    \"zada\": [\n        \"zad\"\n    ],\n    \"Zadokite\": [\n        \"zadokite\"\n    ],\n    \"ndị Zambia\": [\n        \"zambians\"\n    ],\n    \"Mgbaa\": [\n        \"zante\"\n    ],\n    \"Mgbaze\": [\n        \"zantewood\"\n    ],\n    \"aghugha\": [\n        \"zaptiah\"\n    ],\n    \"pti zaee\": [\n        \"zaptiehs\"\n    ],\n    \"Ekwueme\": [\n        \"zavijava\"\n    ],\n    \"Jezeland\": [\n        \"zealand\"\n    ],\n    \"enweghị ịnụ ọkụ n'obi\": [\n        \"zeallessness\"\n    ],\n    \"na-anụ ọkụ n'obi\": [\n        \"zealotical\",\n        \"zealous\"\n    ],\n    \"jiri ịnụ ọkụ n'obi\": [\n        \"zealously\"\n    ],\n    \"ịnyịnya ọhịa\": [\n        \"zebra\",\n        \"zebras\",\n        \"zebrass\",\n        \"zebrasses\"\n    ],\n    \"zebrafish\": [\n        \"zebrafishes\"\n    ],\n    \"zebra\": [\n        \"zebraic\",\n        \"zebrine\"\n    ],\n    \"zekaya\": [\n        \"zechariah\"\n    ],\n    \"ihuọchị\": [\n        \"zehner\"\n    ],\n    \"zein\": [\n        \"zeins\"\n    ],\n    \"Jelanian\": [\n        \"zelanian\"\n    ],\n    \"Ezenwe\": [\n        \"zelkova\"\n    ],\n    \"zenonia\": [\n        \"zenonian\"\n    ],\n    \"Zefanaya\": [\n        \"zephaniah\"\n    ],\n    \"zareba\": [\n        \"zereba\"\n    ],\n    \"Zermahbub\": [\n        \"zermahbub\"\n    ],\n    \"efu axial\": [\n        \"zeroaxial\"\n    ],\n    \"Ezekwe\": [\n        \"zestful\"\n    ],\n    \"ikechiokechukwu\": [\n        \"zeuctocoelomic\"\n    ],\n    \"keobegwu\": [\n        \"zeugmatically\"\n    ],\n    \"zif\": [\n        \"ziffs\"\n    ],\n    \"mmygoses\": [\n        \"zygoses\"\n    ],\n    \"zigzagwa\": [\n        \"zigzaggery\"\n    ],\n    \"chukwuezigbo\": [\n        \"zillionths\"\n    ],\n    \"zill\": [\n        \"zills\"\n    ],\n    \"Zilpah\": [\n        \"zilpah\"\n    ],\n    \"mmiri ziment\": [\n        \"zimentwater\"\n    ],\n    \"zym\": [\n        \"zymes\"\n    ],\n    \"zymogram\": [\n        \"zymograms\"\n    ],\n    \"zymometa\": [\n        \"zymometer\"\n    ],\n    \"zymoskopu\": [\n        \"zymoscope\"\n    ],\n    \"zymosimita\": [\n        \"zymosimeter\"\n    ],\n    \"zinc\": [\n        \"zincic\",\n        \"zincs\"\n    ],\n    \"zincing\": [\n        \"zincifying\"\n    ],\n    \"zing\": [\n        \"zinged\",\n        \"zinging\"\n    ],\n    \"zinger\": [\n        \"zingers\"\n    ],\n    \"nwuez\": [\n        \"zinky\"\n    ],\n    \"zokiferous\": [\n        \"zinkiferous\"\n    ],\n    \"Ozoemegwu\": [\n        \"zinkified\"\n    ],\n    \"zinking\": [\n        \"zinkifying\"\n    ],\n    \"zipa\": [\n        \"zipper\",\n        \"zippers\"\n    ],\n    \"zippet\": [\n        \"zippered\"\n    ],\n    \"zipapier\": [\n        \"zipppier\"\n    ],\n    \"zircaloy\": [\n        \"zircalloy\"\n    ],\n    \"zirco fluoride\": [\n        \"zircofluoride\"\n    ],\n    \"zirconia\": [\n        \"zirconian\"\n    ],\n    \"zither\": [\n        \"zithers\"\n    ],\n    \"ezugbe\": [\n        \"zizzled\"\n    ],\n    \"Zizzling\": [\n        \"zizzling\"\n    ],\n    \"zoar\": [\n        \"zoarces\"\n    ],\n    \"zoctic\": [\n        \"zoetic\"\n    ],\n    \"zootropic\": [\n        \"zoetropic\"\n    ],\n    \"zoi\": [\n        \"zoic\"\n    ],\n    \"zoelism\": [\n        \"zoilism\"\n    ],\n    \"zoist\": [\n        \"zoistic\"\n    ],\n    \"zolaist\": [\n        \"zolaistic\"\n    ],\n    \"bupula\": [\n        \"zolaize\"\n    ],\n    \"zombiism\": [\n        \"zombiisms\"\n    ],\n    \"zombie\": [\n        \"zombis\"\n    ],\n    \"zon\": [\n        \"zonations\",\n        \"zoning\"\n    ],\n    \"zony\": [\n        \"zoned\"\n    ],\n    \"na-enweghị mpaghara\": [\n        \"zoneless\"\n    ],\n    \"zolet\": [\n        \"zonelet\"\n    ],\n    \"oge mpaghara\": [\n        \"zonetime\",\n        \"zonetimes\"\n    ],\n    \"onye na-amụ gbasara anụ ụlọ\": [\n        \"zoogeologist\"\n    ],\n    \"onye na-edebe ihe nkiri\": [\n        \"zoographer\",\n        \"zoographist\"\n    ],\n    \"onye na-amụ banyere ụmụ anụmanụ\": [\n        \"zoologicoarchaeologist\"\n    ],\n    \"onye na-amụ banyere anụ ụlọ\": [\n        \"zoologist\"\n    ],\n    \"ndị na-amụ banyere anụmanụ\": [\n        \"zoologists\"\n    ],\n    \"logmụ anụmanụ\": [\n        \"zoologizing\"\n    ],\n    \"zoometri\": [\n        \"zoometries\"\n    ],\n    \"zoomimetik\": [\n        \"zoomimetic\"\n    ],\n    \"zoomimiki\": [\n        \"zoomimic\"\n    ],\n    \"zoon\": [\n        \"zoonal\",\n        \"zoonic\"\n    ],\n    \"zoonomi\": [\n        \"zoonomy\"\n    ],\n    \"zoomical\": [\n        \"zoonomical\"\n    ],\n    \"zoonosologistị\": [\n        \"zoonosologist\"\n    ],\n    \"onye na-agwọ ọrịa zoophytologist\": [\n        \"zoophytologist\"\n    ],\n    \"ọkà mmụta zoopsychologist\": [\n        \"zoopsychologist\"\n    ],\n    \"Ogige ụmụ anụmanụ\": [\n        \"zoospores\"\n    ],\n    \"zootechnke\": [\n        \"zootechnical\"\n    ],\n    \"zootia\": [\n        \"zoothecia\"\n    ],\n    \"zootial\": [\n        \"zoothecial\"\n    ],\n    \"zootizim\": [\n        \"zootheism\"\n    ],\n    \"zootist\": [\n        \"zootheist\",\n        \"zootheistic\"\n    ],\n    \"zootomi\": [\n        \"zootomy\"\n    ],\n    \"zootomiki\": [\n        \"zootomic\"\n    ],\n    \"ndị zoroastrian\": [\n        \"zoroastrians\"\n    ],\n    \"zosteropina\": [\n        \"zosteropinae\"\n    ],\n    \"zoster\": [\n        \"zosters\"\n    ],\n    \"zound\": [\n        \"zounds\"\n    ],\n    \"zukini\": [\n        \"zucchini\",\n        \"zucchinis\"\n    ],\n    \"zulu\": [\n        \"zulus\"\n    ],\n    \"Onyewuchi\": [\n        \"zwinglianist\"\n    ]\n}"
  },
  {
    "path": "src/dictionaries/nsibidi/nsibidi_dictionary.ts",
    "content": "/* eslint-disable max-len */\n\nexport default [\n  {\n    sym: 'á',\n    pro: null,\n    form: '依名衣',\n    defs: 'I; first person pronoun',\n  },\n  {\n    sym: 'á',\n    pro: null,\n    form: '依名衣',\n    defs: 'It; they',\n  },\n  {\n    sym: 'áa',\n    pro: null,\n    form: 'ḿ憾周',\n    defs: 'oh!; what!; exclamation of surprise',\n  },\n  {\n    sym: '駐',\n    pro: 'ápá',\n    form: '依名',\n    defs: 'dispute',\n  },\n  {\n    sym: '仕',\n    pro: 'ápị̀tị́',\n    form: '依名',\n    defs: 'mud',\n  },\n  {\n    sym: '険',\n    pro: 'ákpị́rị́',\n    form: '依名',\n    defs: 'throat; larynx',\n  },\n  {\n    sym: 'á談',\n    pro: 'á:kpị̀',\n    form: '依名',\n    defs: 'scorpion; tick; bug',\n  },\n  {\n    sym: '小',\n    pro: 'ákpụ́',\n    form: '依名',\n    defs: 'cassava',\n  },\n  {\n    sym: '座',\n    pro: 'ákpụ́',\n    form: '依名',\n    defs: 'silk-cotton tree [Ceihaiieudandra: B. biionopozense]; Akpu deity',\n  },\n  {\n    sym: '恣',\n    pro: 'ákpụ́kpọ́',\n    form: '依名',\n    defs: 'skin',\n  },\n  {\n    sym: '恣扱',\n    pro: 'ákpụ́kpọ́:ụ́kwụ́',\n    form: '依名',\n    defs: 'shoe; foot skin',\n  },\n  {\n    sym: '升',\n    pro: 'ákpụ̀',\n    form: '依名',\n    defs: 'knot; cyst; tumour; lump; hump',\n  },\n  {\n    sym: '察',\n    pro: 'ákpọ́kụ',\n    form: '依名',\n    defs: 'shoe [Agbor]',\n  },\n  {\n    sym: '時',\n    pro: 'ákpédé',\n    form: '依名',\n    defs: 'crossbow',\n  },\n  {\n    sym: '斉',\n    pro: 'ákpọ̀',\n    form: '依名',\n    defs: 'chin; upperjaw; tooth gum',\n  },\n  {\n    sym: '位',\n    pro: 'ábá',\n    form: '依名',\n    defs: 'hook; staple; hinge; pin; clip',\n  },\n  {\n    sym: '熟',\n    pro: 'ábá',\n    form: '依名',\n    defs: 'bottle; glass container',\n  },\n  {\n    sym: '慶d慶',\n    pro: 'ábá:d:ábá',\n    form: '依名',\n    defs: '依器. width; breadth; state of being wide or broad; flat',\n  },\n  {\n    sym: '置',\n    pro: 'ábárà',\n    form: '依名',\n    defs: 'fowl meat; poultry',\n  },\n  {\n    sym: '柏詩',\n    pro: 'á:bálá',\n    form: '依名',\n    defs: 'iroko fruit',\n  },\n  {\n    sym: 'á貝制',\n    pro: 'á:bá:lábá',\n    form: '依名',\n    defs: 'clay food bowl',\n  },\n  {\n    sym: 'á休',\n    pro: 'á:báchá',\n    form: '依名',\n    defs: 'chick; day-old young chick; grower chick',\n  },\n  {\n    sym: 'á研',\n    pro: 'á:bázụ̀',\n    form: '依名',\n    defs: 'gale; high winds accompanying a rain storm',\n  },\n  {\n    sym: 'á貝換',\n    pro: 'á:bá:jé',\n    form: '依名',\n    defs: 'barrel',\n  },\n  {\n    sym: 'á張',\n    pro: 'á:bàrà',\n    form: '依名',\n    defs: 'threadworm',\n  },\n  {\n    sym: '示ṃ',\n    pro: 'ábà:ṃ',\n    form: '依名',\n    defs: 'edge; corner; roof',\n  },\n  {\n    sym: 'á奴',\n    pro: 'á:bìà',\n    form: '依名',\n    defs: 'male person',\n  },\n  {\n    sym: '私',\n    pro: 'ábị̀à',\n    form: '依名',\n    defs: 'drum; ritual drum used during certain festivals',\n  },\n  {\n    sym: 'á祝',\n    pro: 'á:bị̀dị̀',\n    form: '依名',\n    defs: 'a kind of monkey',\n  },\n  {\n    sym: '殉',\n    pro: 'ábúrú',\n    form: '依名',\n    defs: 'mashed nuts; pulp',\n  },\n  {\n    sym: '乾',\n    pro: 'ábụ́',\n    form: '依名',\n    defs: 'feline; cat; bush-cat',\n  },\n  {\n    sym: '紙',\n    pro: 'ábụ́',\n    form: '依名',\n    defs: 'pus; discharged from wound',\n  },\n  {\n    sym: 'á袖',\n    pro: 'á:bụ́',\n    form: '依名',\n    defs: 'stomach; belly; tummy; belly; stomach; abdomen; intestines; entrails; rubbery enclosure',\n  },\n  {\n    sym: 'á挙',\n    pro: 'á:bụ́',\n    form: '依名',\n    defs: 'companion; comrade',\n  },\n  {\n    sym: '乾土',\n    pro: 'ábụ́:àlà',\n    form: '依名',\n    defs: 'adder; viper',\n  },\n  {\n    sym: 'á央',\n    pro: 'á:bụ́bà',\n    form: '依名',\n    defs: 'feather; plumage; fibre; leaf',\n  },\n  {\n    sym: 'á葉',\n    pro: 'á:bụ́bà',\n    form: '依名',\n    defs: 'fibre; leaf',\n  },\n  {\n    sym: '玉',\n    pro: 'ábụ́bà',\n    form: '依名',\n    defs: 'lock of hair; locks',\n  },\n  {\n    sym: '玉簡',\n    pro: 'ábụ́bà:ísí',\n    form: '依名',\n    defs: 'lock of hair; locks',\n  },\n  {\n    sym: '処',\n    pro: 'ábụ́zụ̀',\n    form: '依名',\n    defs: 'mole cricket [insect]',\n  },\n  {\n    sym: 'á蛍',\n    pro: 'á:bụ̀',\n    form: '依名',\n    defs: 'poem; song; hymn; psalm; anthem',\n  },\n  {\n    sym: 'á拒',\n    pro: 'á:bụ̀',\n    form: '依名',\n    defs: 'armpit',\n  },\n  {\n    sym: 'á蛍ọ́肢',\n    pro: 'á:bụ̀:ọ́:má',\n    form: '依名',\n    defs: 'psalm; Book of Psalms [Christianity]',\n  },\n  {\n    sym: 'á蛍桜',\n    pro: 'á:bụ̀:ḿbà',\n    form: '依名',\n    defs: 'national anthem',\n  },\n  {\n    sym: 'á侍',\n    pro: 'á:bụ̀rụ̀',\n    form: '依名',\n    defs: 'seed; lineage; ethnic descent',\n  },\n  {\n    sym: '准',\n    pro: 'ábóbó',\n    form: '依名',\n    defs: 'a type of bead',\n  },\n  {\n    sym: '春',\n    pro: 'ábọ́',\n    form: '依名',\n    defs: 'cross roads; junction; crossing',\n  },\n  {\n    sym: 'á瞬',\n    pro: 'á:bọ́',\n    form: '依名',\n    defs: 'long fishing basket; capsule',\n  },\n  {\n    sym: 'á迎',\n    pro: 'á:bọ́',\n    form: '依名',\n    defs: 'box of wicker-work used as a coffin; grave',\n  },\n  {\n    sym: 'á騎',\n    pro: 'á:bọ́kọ́',\n    form: '依名',\n    defs: 'crab: king-crab',\n  },\n  {\n    sym: '旬',\n    pro: 'ábọ́shị̀',\n    form: '依名',\n    defs: 'gate; back door; rear entrance',\n  },\n  {\n    sym: 'á移',\n    pro: 'á:bọ̀sị̀',\n    form: '依名',\n    defs: 'cam wood tree; redwood tree used as cosmetic dye [Baphia nitidis]',\n  },\n  {\n    sym: 'á弦',\n    pro: 'á:bọ̀sị̀',\n    form: '依名',\n    defs: 'medicinal plant used as a chewing stick [Baphia nitidis]',\n  },\n  {\n    sym: 'ágá',\n    pro: null,\n    form: '依名',\n    defs: 'cup',\n  },\n  {\n    sym: '態',\n    pro: 'ágá',\n    form: '依名',\n    defs: 'needle; spear; metal trap; threading needle',\n  },\n  {\n    sym: 'á凝',\n    pro: 'á:gá',\n    form: '依名',\n    defs: 'thorny twining plant',\n  },\n  {\n    sym: 'ágá',\n    pro: null,\n    form: '依名',\n    defs: 'wire',\n  },\n  {\n    sym: '態街',\n    pro: 'ágá:ázụ̀',\n    form: '依名',\n    defs: 'fishing spear',\n  },\n  {\n    sym: 'á郡',\n    pro: 'á:gábá',\n    form: '依名',\n    defs: 'lion; Agaba masquerade',\n  },\n  {\n    sym: '掲',\n    pro: 'ágádí',\n    form: '依名',\n    defs: '依器. ancient; old person; elderly',\n  },\n  {\n    sym: '掲子女',\n    pro: 'ágádí:nwä:ànyị̀',\n    form: '依名',\n    defs: 'an elderly woman',\n  },\n  {\n    sym: '掲子男',\n    pro: 'ágádí:nwä:óké',\n    form: '依名',\n    defs: 'an elderly man',\n  },\n  {\n    sym: '卓',\n    pro: 'ágádágá',\n    form: '依器',\n    defs: 'huge; large',\n  },\n  {\n    sym: 'á章',\n    pro: 'á:gádágbá',\n    form: '依名',\n    defs: 'underpants; men’s underpants woven from a mix of cotton grass and tree-bark',\n  },\n  {\n    sym: 'á葉',\n    pro: 'á:gị́rị́gá',\n    form: '依名',\n    defs: 'thatch; straw; reeds; palm leaves',\n  },\n  {\n    sym: '織',\n    pro: 'ágị̀gà',\n    form: '依名',\n    defs: 'edge; coast; shore; corner; side',\n  },\n  {\n    sym: '虎',\n    pro: 'ágụ',\n    form: '依名',\n    defs: 'leopard [Panthera pardus]; a powerful or influential person 依器. majestic; brave; powerful; huge',\n  },\n  {\n    sym: '虎過',\n    pro: 'ágụ:íyí',\n    form: '依名',\n    defs: 'crocodile',\n  },\n  {\n    sym: '虎家',\n    pro: 'ágụ:ụ́lọ̀',\n    form: '依名',\n    defs: 'house gecko',\n  },\n  {\n    sym: '虎子女',\n    pro: 'ágụ:nwä:ànyị̀',\n    form: '依名',\n    defs: 'a powerful or influential woman',\n  },\n  {\n    sym: '虎子男',\n    pro: 'ágụ:nwä:óké',\n    form: '依名',\n    defs: 'a powerful or influential man',\n  },\n  {\n    sym: '儀',\n    pro: 'ágụ́',\n    form: '依名',\n    defs: 'hunger; thirst',\n  },\n  {\n    sym: '更',\n    pro: 'ágụ́',\n    form: '依名',\n    defs: 'wilderness; wild; farm; bush; outskirts; foreign; forest; nature; 依器. natural',\n  },\n  {\n    sym: 'á介',\n    pro: 'á:gụ́',\n    form: '依名',\n    defs: 'hawk; kite',\n  },\n  {\n    sym: '劒',\n    pro: 'ágụ́bá',\n    form: '依名',\n    defs: 'razor; blade',\n  },\n  {\n    sym: '港',\n    pro: 'ágụ́gụ́',\n    form: '依名',\n    defs: 'festival; feast',\n  },\n  {\n    sym: 'á感感口',\n    pro: 'á:gụ́:gụ́:ọ́nụ́',\n    form: '依名',\n    defs: 'census; head count; counter; reckoner; population',\n  },\n  {\n    sym: '儀水',\n    pro: 'ágụ́:ḿírí',\n    form: '依名',\n    defs: 'thirst',\n  },\n  {\n    sym: '儀rụ́',\n    pro: 'ágụ́:lụ́',\n    form: '依名',\n    defs: 'hunger; desire; want; thirst; starvation',\n  },\n  {\n    sym: '窓',\n    pro: 'ágụ̀',\n    form: '依名',\n    defs: 'spirit-double; trickster spirit; namesake',\n  },\n  {\n    sym: 'á感感',\n    pro: 'á:gụ́:gụ́',\n    form: '依名',\n    defs: 'countring; code [computer]',\n  },\n  {\n    sym: 'á感丸',\n    pro: 'á:gụ̀:mà',\n    form: '依名',\n    defs: 'mathematics',\n  },\n  {\n    sym: '儀lè象',\n    pro: 'ágụ́:l:è:rì',\n    form: '依名',\n    defs: 'Aguleri town',\n  },\n  {\n    sym: '酎',\n    pro: 'ágó',\n    form: '依名',\n    defs: 'potion; herbal potion concoction; toxins',\n  },\n  {\n    sym: '酎格',\n    pro: 'ágó:mụ́',\n    form: '依名',\n    defs: 'chemical',\n  },\n  {\n    sym: '緒',\n    pro: 'ágbá',\n    form: '依名',\n    defs: 'rendezvous; rallying point',\n  },\n  {\n    sym: '煎',\n    pro: 'ágbádá',\n    form: '依名',\n    defs: 'barn; storehouse',\n  },\n  {\n    sym: '諸',\n    pro: 'ágbádá',\n    form: '依名',\n    defs: 'double edged sword knife',\n  },\n  {\n    sym: 'á箋営規',\n    pro: 'á:gbá:ná:ńtị̀',\n    form: '依名',\n    defs: 'cotton bud; cotton swab; q-tip',\n  },\n  {\n    sym: '準',\n    pro: 'ágbálágádá',\n    form: '依名',\n    defs: 'thunder',\n  },\n  {\n    sym: 'á今医',\n    pro: 'á:gb:á',\n    form: '依名',\n    defs: 'phallic; phallus',\n  },\n  {\n    sym: 'á佐',\n    pro: 'á:gbà',\n    form: '依名',\n    defs: 'thickness; growth',\n  },\n  {\n    sym: '空',\n    pro: 'ágbàrà',\n    form: '依名',\n    defs: 'deity; magic',\n  },\n  {\n    sym: 'á疫歌',\n    pro: 'á:gbà:kọ́',\n    form: '依名',\n    defs: 'addition; appending',\n  },\n  {\n    sym: 'á疫歌垣',\n    pro: 'á:gbà:kọ́:ínyú',\n    form: '依名',\n    defs: 'interface',\n  },\n  {\n    sym: 'á疫歌垣ń肝情',\n    pro: null,\n    form: '{á:gbà:kọ́:ínyú:ń:dé:dí}依名',\n    defs: 'programming interface',\n  },\n  {\n    sym: 'á疫歌垣ń肝情激情壊',\n    pro: 'á:gbà:kọ́:ínyú:ń:dé:dí:ò:dì:më',\n    form: null,\n    defs: '依名.application programming interface [API]',\n  },\n  {\n    sym: '談',\n    pro: 'ágbị́sị̀',\n    form: '依名',\n    defs: 'stinging black ant; termite',\n  },\n  {\n    sym: '形',\n    pro: 'ágbụ́',\n    form: '依名',\n    defs: 'bond',\n  },\n  {\n    sym: '巡',\n    pro: 'ágbụ́gbọ́',\n    form: '依名',\n    defs: 'banana husk',\n  },\n  {\n    sym: 'á甲',\n    pro: 'á:gbó',\n    form: '依器',\n    defs: 'primordial',\n  },\n  {\n    sym: 'á布',\n    pro: 'á:gbọ́',\n    form: '依名',\n    defs: 'cloth; tablecloth; blanket',\n  },\n  {\n    sym: 'á襲',\n    pro: 'á:gbọ́',\n    form: '依名',\n    defs: 'vomit; sickness; disgust',\n  },\n  {\n    sym: 'á襲郭',\n    pro: 'á:gbọ́:èdò',\n    form: '依名',\n    defs: 'arsenic [As]',\n  },\n  {\n    sym: '援',\n    pro: 'ághá',\n    form: '依名',\n    defs: 'war; riot; upheaval',\n  },\n  {\n    sym: '援詠',\n    pro: 'ághá:òbòdò',\n    form: '依名',\n    defs: 'civil war',\n  },\n  {\n    sym: '握',\n    pro: 'ághárá',\n    form: '依名',\n    defs: 'riot; disturbance; nuisance; confusion; noise; argument; violence; raucous; 動. attack',\n  },\n  {\n    sym: 'á遜遜',\n    pro: 'á:ghụ̀:ghọ̀',\n    form: '依名',\n    defs: 'lies; deceit; cunningness; fraud',\n  },\n  {\n    sym: 'á遜',\n    pro: 'á:ghọ́o',\n    form: '依名',\n    defs: 'lie; 依器. fake; forgery; corrupt',\n  },\n  {\n    sym: '専',\n    pro: 'ágwá',\n    form: '依名',\n    defs: 'depression; mental illness; anxiety; nostalgia; to miss',\n  },\n  {\n    sym: 'á僅僅',\n    pro: 'á:gwụ́:gwá',\n    form: '依名',\n    defs: 'riddle',\n  },\n  {\n    sym: '蛇',\n    pro: 'ágwọ́',\n    form: '依名',\n    defs: 'snake; serpent',\n  },\n  {\n    sym: '浅',\n    pro: 'ágwọ́',\n    form: '依名',\n    defs: 'raffia',\n  },\n  {\n    sym: '蛇家',\n    pro: 'ágwọ́:ụ́lọ̀',\n    form: '依名',\n    defs: 'gecko; wall-gecko; house lizard',\n  },\n  {\n    sym: '蛇棋',\n    pro: 'ágwọ́:ńkwụ́',\n    form: '依名',\n    defs: 'centipede; milipede',\n  },\n  {\n    sym: '近',\n    pro: 'ágwụ́',\n    form: '依名',\n    defs: 'Agwu divinity of divination; Mercury [planet]',\n  },\n  {\n    sym: '近銀',\n    pro: 'ágwụ́:ńsí',\n    form: '依名',\n    defs: 'Agwu divinity of divination',\n  },\n  {\n    sym: 'á貼',\n    pro: 'á:dá',\n    form: '依器',\n    defs: 'many; plenty',\n  },\n  {\n    sym: 'á員',\n    pro: 'á:dá',\n    form: '依名',\n    defs: 'fall; collapse; failure; slip',\n  },\n  {\n    sym: 'á砕',\n    pro: 'á:dà',\n    form: '依名',\n    defs: 'dung beetle',\n  },\n  {\n    sym: 'á員歌',\n    pro: 'á:dà:kọ́',\n    form: '依名',\n    defs: 'zone; category',\n  },\n  {\n    sym: 'á延à丸丸',\n    pro: 'á:dị̀:à:má:àmá',\n    form: 'ń器動',\n    defs: 'just in case; as a provision against something happening',\n  },\n  {\n    sym: 'á急虞',\n    pro: 'á:dọ́:úchè',\n    form: '依名',\n    defs: 'state of finding something interesting; poignancy; inspiration',\n  },\n  {\n    sym: '句',\n    pro: 'árrá',\n    form: '依名',\n    defs: 'madness; insanity; recklessness; immorality',\n  },\n  {\n    sym: 'á壌',\n    pro: 'á:rị́á} / w壌 {w:árị́á',\n    form: '撃昔営依',\n    defs: 'again; redo',\n  },\n  {\n    sym: 'á頼',\n    pro: 'á:rị́rị́ọ́',\n    form: '依名',\n    defs: 'begging; asking; the act of begging',\n  },\n  {\n    sym: 'á億',\n    pro: 'á:rụ́',\n    form: '依名',\n    defs: '依器. abomination; taboo; sin; crime',\n  },\n  {\n    sym: 'á億土',\n    pro: 'á:rụ́:àlà',\n    form: '依名',\n    defs: 'mischief; trickery; fraud',\n  },\n  {\n    sym: '顧',\n    pro: 'árụ́sị́',\n    form: '依名',\n    defs: 'divination; deity; shrine',\n  },\n  {\n    sym: 'á奥歌ú均',\n    pro: 'á:rụ̀ụ̀:kọ́:ú:fé',\n    form: '依名',\n    defs: 'airline; airliner',\n  },\n  {\n    sym: '沢',\n    pro: 'árọ̀',\n    form: '依名',\n    defs: 'spear',\n  },\n  {\n    sym: 'á掌',\n    pro: 'á:rọ́',\n    form: '依名',\n    defs: 'dream',\n  },\n  {\n    sym: 'á掌ọ́誇',\n    pro: 'á:rọ́:ọ́:jọ́',\n    form: '依名',\n    defs: 'bad dream; nightmare',\n  },\n  {\n    sym: '沢魂大',\n    pro: 'árọ̀:chí:úkwú',\n    form: '依名',\n    defs: 'Arochukwu [town]',\n  },\n  {\n    sym: 'á枯枯',\n    pro: 'á:rghị́:rghé',\n    form: '依名',\n    defs: 'barbecue',\n  },\n  {\n    sym: 'á脱',\n    pro: 'á:tánị́',\n    form: '依名',\n    defs: 'bell',\n  },\n  {\n    sym: '恥',\n    pro: 'átụ́',\n    form: '依名',\n    defs: 'bush cow; wild ox; unicorn; buffalo',\n  },\n  {\n    sym: '弦',\n    pro: 'átụ́',\n    form: '依名',\n    defs: 'chewing stick; tooth brush; floss; tooth pick',\n  },\n  {\n    sym: '弦移',\n    pro: 'átụ́:úhìè',\n    form: '依名',\n    defs: 'chewing stick tree [massularia acuminata]',\n  },\n  {\n    sym: 'á核塊',\n    pro: 'á:tụ́:bì',\n    form: '依名',\n    defs: 'notch; button; twister',\n  },\n  {\n    sym: '菌',\n    pro: 'átụ́rụ́ụ́',\n    form: '依名',\n    defs: 'sheep',\n  },\n  {\n    sym: 'á核m呼',\n    pro: 'á:tụ́:m:àagwà',\n    form: '依名',\n    defs: 'vitiligo',\n  },\n  {\n    sym: 'á興lụ́限',\n    pro: 'á:tụ́:lụ́:ḿányá',\n    form: '依名',\n    defs: '依器. inebriation; drunkenness; tipsy',\n  },\n  {\n    sym: 'á戚戚',\n    pro: 'á:tụ̀:tụ̀',\n    form: '依名',\n    defs: 'measurement; gauge',\n  },\n  {\n    sym: 'á夕',\n    pro: 'á:tọ́',\n    form: '依名',\n    defs: 'base; establishment; attribute',\n  },\n  {\n    sym: '稼',\n    pro: 'áká',\n    form: '依名',\n    defs: 'hand; arm; writing; hand writing',\n  },\n  {\n    sym: '雇',\n    pro: 'áká',\n    form: '依名',\n    defs: 'length; distance',\n  },\n  {\n    sym: '盾',\n    pro: 'áká',\n    form: '依名',\n    defs: 'bead',\n  },\n  {\n    sym: 'á項',\n    pro: 'á:káa',\n    form: '依名',\n    defs: 'date; last year; ancient times; long ago',\n  },\n  {\n    sym: '稼虎',\n    pro: 'áká:ágụ',\n    form: '依名',\n    defs: 'leopard hand; Akagu writing system',\n  },\n  {\n    sym: '稼暇',\n    pro: 'áká:àzụ́',\n    form: '依名',\n    defs: 'underhandedness; bribe',\n  },\n  {\n    sym: '稼ụ̀員',\n    pro: 'áká:ụ̀:dà',\n    form: '依名',\n    defs: 'failure; unsuccessful; misfortune; clumsiness; unproductive',\n  },\n  {\n    sym: 'á腎',\n    pro: 'á:káébé',\n    form: '依名',\n    defs: 'witnessing; pledge; testimony',\n  },\n  {\n    sym: '稼伎',\n    pro: 'áká:ękpę',\n    form: '依器',\n    defs: 'left',\n  },\n  {\n    sym: '稼伎稼伎',\n    pro: 'áká:ękpę:áká:ękpę',\n    form: '依器',\n    defs: 'be prone to use the left hand side; lefthanded; far left',\n  },\n  {\n    sym: '稼堕',\n    pro: 'áká:ódó',\n    form: '依名',\n    defs: 'mortar; pestle',\n  },\n  {\n    sym: 'á擦',\n    pro: 'á:kánwá',\n    form: '依名',\n    defs: 'sodium [Na]',\n  },\n  {\n    sym: '稼日',\n    pro: 'áká:änwụ́',\n    form: '依名',\n    defs: 'sun ray; ray',\n  },\n  {\n    sym: '稼ụ́猿',\n    pro: 'áká:ụ́:tàrà',\n    form: '依名',\n    defs: 'right hand',\n  },\n  {\n    sym: '稼ọ́奥',\n    pro: 'áká:ọ́:rụ́ụ́',\n    form: '依名',\n    defs: 'profession; occupation; career; employment; work; 依器. professional',\n  },\n  {\n    sym: '稼課',\n    pro: 'áká:ọ̀kpọ́',\n    form: '依名',\n    defs: 'fist; clenched hand',\n  },\n  {\n    sym: '稼ọ̀今',\n    pro: 'áká:ọ̀:mụ̀',\n    form: '依名',\n    defs: 'grindstone',\n  },\n  {\n    sym: '稼壊',\n    pro: 'áká:mę',\n    form: '依名',\n    defs: '依器. handmade; artificial',\n  },\n  {\n    sym: '稼ń消',\n    pro: 'áká:ń:gwé',\n    form: '依名',\n    defs: 'pestle; grinder; pounder',\n  },\n  {\n    sym: '稼猿',\n    pro: 'áká:ńrí',\n    form: '依名',\n    defs: 'right hand',\n  },\n  {\n    sym: '稼猿稼猿',\n    pro: 'áká:ńrí:áká:ńrí',\n    form: '依名',\n    defs: 'be prone to use the right hand side; right-handed; far right',\n  },\n  {\n    sym: '稼猿精',\n    pro: 'áká:ńrí:óshí',\n    form: '依名',\n    defs: 'kleptomania',\n  },\n  {\n    sym: '稼救',\n    pro: 'áká:ńzá',\n    form: '依名',\n    defs: 'assistant',\n  },\n  {\n    sym: '稼字',\n    pro: 'áká:ńsíbírí',\n    form: '依名',\n    defs: 'nsibidi and akagu character serifs',\n  },\n  {\n    sym: 'á柵土',\n    pro: 'á:kà:àlà',\n    form: '依名',\n    defs: 'map',\n  },\n  {\n    sym: 'á柵',\n    pro: 'á:kà',\n    form: '依名',\n    defs: 'design; art',\n  },\n  {\n    sym: 'á柵ṃ原',\n    pro: 'á:kà:ṃ:bì',\n    form: '依名',\n    defs: 'type [writing]; typography',\n  },\n  {\n    sym: '妻',\n    pro: 'ákàrà',\n    form: '依名',\n    defs: 'sign; mark; insignia; character; sign; line; row; omen; feature; cardboard; card; board; plastic; boundary; design; contruction',\n  },\n  {\n    sym: '妻垣',\n    pro: 'ákàrà:ínyú',\n    form: '依名',\n    defs: 'facial wrinkles',\n  },\n  {\n    sym: '妻ì謙',\n    pro: 'ákàrà:ì:gbé',\n    form: '依名',\n    defs: 'square; box',\n  },\n  {\n    sym: '妻ú崖酵',\n    pro: 'ákàrà:ú:chè:zù',\n    form: '依名',\n    defs: 'ideograph',\n  },\n  {\n    sym: '妻刊',\n    pro: 'ákàrà:ụ́gwọ́',\n    form: '依名',\n    defs: 'credit card',\n  },\n  {\n    sym: '妻心',\n    pro: 'ákàrà:óbì',\n    form: '依名',\n    defs: 'heart marks; attribute',\n  },\n  {\n    sym: '妻一校',\n    pro: 'ákàrà:ótù:ụ̀dà',\n    form: '依名',\n    defs: 'homograph',\n  },\n  {\n    sym: '妻依',\n    pro: 'ákàrà:ókwú',\n    form: '依名',\n    defs: 'logograph; morphograph',\n  },\n  {\n    sym: '妻自',\n    pro: 'ákàrà:ònwé',\n    form: '依名',\n    defs: 'identification; signature',\n  },\n  {\n    sym: '串',\n    pro: '妻稼} {ákàràká',\n    form: '依名',\n    defs: 'lines of hand; destiny; fate',\n  },\n  {\n    sym: '妻楽',\n    pro: 'ákàrà:ńgọ̀rị́',\n    form: '依名',\n    defs: 'phantom; worthless person',\n  },\n  {\n    sym: '妻字',\n    pro: 'ákàrà:ńsíbírí',\n    form: '依名',\n    defs: 'nsibidi characters; nsibidi writing',\n  },\n  {\n    sym: 'á柵議',\n    pro: 'á:kà:jí',\n    form: '依名',\n    defs: 'device',\n  },\n  {\n    sym: '霎',\n    pro: 'ákị́',\n    form: '依名',\n    defs: 'thin; slim; slender',\n  },\n  {\n    sym: '訟',\n    pro: 'ákị́kọ́',\n    form: '依名',\n    defs: 'story; tale; history; discussion',\n  },\n  {\n    sym: '訟í駄',\n    pro: 'ákị́kọ́:í:fó',\n    form: '依名',\n    defs: 'folktales; legend; myth; mythology; fairytales; fantasy',\n  },\n  {\n    sym: '訟艶',\n    pro: 'ákị́kọ́:ńdụ̀',\n    form: '依名',\n    defs: 'personal history; biography',\n  },\n  {\n    sym: '霎rị́',\n    pro: 'ákị́:rị́',\n    form: '依名',\n    defs: 'thin; slim; slender',\n  },\n  {\n    sym: 'ákị́rị́',\n    pro: 'ákị́rị́ká',\n    form: '依名',\n    defs: 'card; cardboard; paper',\n  },\n  {\n    sym: '抗',\n    pro: 'ákíríká',\n    form: '依名',\n    defs: 'dry vegetation; dried leave; tumble weed; cardboard; card; board',\n  },\n  {\n    sym: '政',\n    pro: 'ákị́rị̀bọ́',\n    form: '依名',\n    defs: 'coconut',\n  },\n  {\n    sym: 'á熊拐',\n    pro: 'á:kị́rị́:ímé',\n    form: '依器',\n    defs: 'detailed',\n  },\n  {\n    sym: '成',\n    pro: 'ákụ́',\n    form: '依名',\n    defs: 'palm nut; palm kernel; hard fruit',\n  },\n  {\n    sym: 'á制',\n    pro: 'á:kụ́',\n    form: '依名',\n    defs: 'edible clay',\n  },\n  {\n    sym: '成í款',\n    pro: 'ákụ́:í:lú',\n    form: '依名',\n    defs: 'bitter kola',\n  },\n  {\n    sym: '成古',\n    pro: 'ákụ́:ùgò',\n    form: '依名',\n    defs: 'white palm kernel',\n  },\n  {\n    sym: '成ḿ',\n    pro: 'ákụ́:ḿ',\n    form: '依名',\n    defs: 'atom; atomic',\n  },\n  {\n    sym: '成水',\n    pro: 'ákụ́:ḿírí',\n    form: '依名',\n    defs: 'hail stones',\n  },\n  {\n    sym: '成水亜',\n    pro: 'ákụ́:ḿírí:ígwé',\n    form: '依名',\n    defs: 'hail stones; hailstorm',\n  },\n  {\n    sym: '成耳',\n    pro: 'ákụ́:ṃkpí',\n    form: '依名',\n    defs: 'fused palm kernels',\n  },\n  {\n    sym: '革',\n    pro: 'ákụ̀kụ̀',\n    form: '依名',\n    defs: '簡残. beside; edge; side; corner',\n  },\n  {\n    sym: '汰',\n    pro: 'ákọ́',\n    form: '依名',\n    defs: 'pneumonia; cold; fever',\n  },\n  {\n    sym: '汰ṃ',\n    pro: 'ákọ̀:ṃ',\n    form: '依名',\n    defs: 'hepatitis; jaundice; yellow fever',\n  },\n  {\n    sym: '芯',\n    pro: 'ákwárà',\n    form: '依名',\n    defs: 'vein; artery; nerve',\n  },\n  {\n    sym: '芯ì送',\n    pro: 'ákwárà:ì:zì',\n    form: '依名',\n    defs: 'neuron; neuro-',\n  },\n  {\n    sym: '布',\n    pro: 'ákwà',\n    form: '依名',\n    defs: 'cloth; fabric; textile; material',\n  },\n  {\n    sym: '布àbàdà',\n    pro: 'ákwà:àbàdà',\n    form: '依名',\n    defs: 'Dutch wax print; Ankara',\n  },\n  {\n    sym: '布ọ́拳拳',\n    pro: 'ákwà:ọ́:mụ́:má',\n    form: '依名',\n    defs: 'wrapper',\n  },\n  {\n    sym: '嫡',\n    pro: 'ákwàrà',\n    form: '依名',\n    defs: 'guitar strings',\n  },\n  {\n    sym: 'á総核',\n    pro: 'á:kwà:tụ́',\n    form: '依名',\n    defs: 'spindel',\n  },\n  {\n    sym: '布水',\n    pro: 'ákwà:ḿírí',\n    form: '依名',\n    defs: 'towel; A type of textile',\n  },\n  {\n    sym: '布促',\n    pro: 'ákwà:ǹkísí',\n    form: '依名',\n    defs: 'silk cloth; silk clothing',\n  },\n  {\n    sym: '葉',\n    pro: 'ákwụ́kwọ́',\n    form: '依名',\n    defs: 'leaf; paper; book; page; leaflet; academia; study',\n  },\n  {\n    sym: '間',\n    pro: 'ákwụ́kwọ́',\n    form: '依名',\n    defs: 'wedding; commitment',\n  },\n  {\n    sym: '葉為',\n    pro: 'ákwụ́kwọ́:íjè',\n    form: '依名',\n    defs: 'journey papers; passport',\n  },\n  {\n    sym: '葉艶',\n    pro: 'ákwụ́kwọ́:ńdụ̀',\n    form: '依名',\n    defs: 'live leaf; healthy leaf; 依器. green',\n  },\n  {\n    sym: '葉ń肝',\n    pro: 'ákwụ́kwọ́:ń:dé',\n    form: '依名',\n    defs: 'textbook',\n  },\n  {\n    sym: '葉ń項',\n    pro: 'ákwụ́kwọ́:ń:ká',\n    form: '依名',\n    defs: 'birth certificate',\n  },\n  {\n    sym: '葉ń轄',\n    pro: 'ákwụ́kwọ́:ń:fé',\n    form: '依名',\n    defs: 'passport',\n  },\n  {\n    sym: 'á謹',\n    pro: 'á:kwụ̀',\n    form: '依名',\n    defs: 'spring; tension; tone',\n  },\n  {\n    sym: '贈',\n    pro: 'áfá',\n    form: '依名',\n    defs: 'divination',\n  },\n  {\n    sym: 'á岐貝',\n    pro: 'á:fá:bà',\n    form: '依名',\n    defs: 'stash',\n  },\n  {\n    sym: '孫',\n    pro: 'áfí',\n    form: '依名',\n    defs: 'gill',\n  },\n  {\n    sym: '孫街',\n    pro: 'áfí:ázụ̀',\n    form: '依名',\n    defs: 'fish gill',\n  },\n  {\n    sym: '初',\n    pro: 'áfụ́fá',\n    form: '依名',\n    defs: 'garden egg',\n  },\n  {\n    sym: '初BÈKÈE',\n    pro: 'áfụ́fá:bèkÈE',\n    form: '依名',\n    defs: 'tomato',\n  },\n  {\n    sym: 'á汗汗',\n    pro: 'á:fụ́:fụ́',\n    form: '依名',\n    defs: 'hurt; suffering; pain',\n  },\n  {\n    sym: 'á階',\n    pro: 'á:fụ̀',\n    form: '依名',\n    defs: 'gas',\n  },\n  {\n    sym: '袖',\n    pro: 'áfọ́',\n    form: '依名',\n    defs: 'stomach; belly; tummy; belly; stomach; abdomen; intestines; entrails; rubbery enclosure',\n  },\n  {\n    sym: '虚',\n    pro: 'áfọ́',\n    form: '依名',\n    defs: 'tyre; tire; tube; pipe; rubbery enclosure',\n  },\n  {\n    sym: '袖稼',\n    pro: 'áfọ́:áká',\n    form: '依名',\n    defs: 'fore-arm; bicep',\n  },\n  {\n    sym: '袖目',\n    pro: 'áfọ́:änyä',\n    form: '依名',\n    defs: 'eye bags',\n  },\n  {\n    sym: '袖妊',\n    pro: 'áfọ́:ímé',\n    form: '依名',\n    defs: 'a pregnant belly; afterbirth',\n  },\n  {\n    sym: '虚台図',\n    pro: 'áfọ́:ị́:zá',\n    form: '依名',\n    defs: 'tyre; tire; car tire',\n  },\n  {\n    sym: '袖大',\n    pro: 'áfọ́:úkwú',\n    form: '依名',\n    defs: 'big belly; pot belly; stomach disease',\n  },\n  {\n    sym: '虚扱',\n    pro: 'áfọ́:ụ́kwụ́',\n    form: '依名',\n    defs: 'foot heel',\n  },\n  {\n    sym: '袖ọ́肢',\n    pro: 'áfọ́:ọ́:má',\n    form: '依名',\n    defs: 'generous; kind; benevolent; kindness',\n  },\n  {\n    sym: '虚ó醜',\n    pro: 'áfọ́:ó:té',\n    form: '依名',\n    defs: 'tire; tyre’ motor tires',\n  },\n  {\n    sym: '袖ọ́図図',\n    pro: 'áfọ́:ọ́:zị́:zá',\n    form: '依名',\n    defs: 'stomach swelling',\n  },\n  {\n    sym: '袖話',\n    pro: 'áfọ́:ọ̀bàrà',\n    form: '依名',\n    defs: 'dysentery',\n  },\n  {\n    sym: '袖掘',\n    pro: 'áfọ́:ńtà',\n    form: '依名',\n    defs: 'small intestines; entrails',\n  },\n  {\n    sym: '遺',\n    pro: 'áfọ̀',\n    form: '依名',\n    defs: 'year',\n  },\n  {\n    sym: '遺十',\n    pro: 'áfọ̀:ìrí',\n    form: '依名',\n    defs: 'decade',\n  },\n  {\n    sym: '遺偉',\n    pro: 'áfọ̀:ị̀nyę',\n    form: '依名',\n    defs: 'lightyear',\n  },\n  {\n    sym: '遺係',\n    pro: 'áfọ̀:dá',\n    form: '依名',\n    defs: '依器. ń器動. yearly',\n  },\n  {\n    sym: 'á奏向畏',\n    pro: 'á:hà:zí',\n    form: '依名',\n    defs: 'navigation',\n  },\n  {\n    sym: '名',\n    pro: 'áḧà',\n    form: '依名',\n    defs: 'name',\n  },\n  {\n    sym: '名ót石',\n    pro: 'áḧà:ò:t:ìtó',\n    form: '依名',\n    defs: 'praise name',\n  },\n  {\n    sym: '名ọ́肢',\n    pro: 'áḧà:ọ́:má',\n    form: '依名',\n    defs: 'a good name; a reputable name',\n  },\n  {\n    sym: '宜',\n    pro: 'áhị́á',\n    form: '依名',\n    defs: 'market; industry; business; goods; trade; store; shop',\n  },\n  {\n    sym: '宜句',\n    pro: 'áhị́á:árrá',\n    form: '依名',\n    defs: 'Ahiara [town]; market with a high footfall of mentally ill people',\n  },\n  {\n    sym: '宜漁',\n    pro: 'áhị́á:ìwú',\n    form: '依名',\n    defs: 'contraband; prohibited goods; banned goods; bootleg; trade in banned or prohibited goods',\n  },\n  {\n    sym: '宜ó購購',\n    pro: 'áhị́á:ó:rí:ré',\n    form: '動',\n    defs: 'merchandise; commodity',\n  },\n  {\n    sym: '攻',\n    pro: 'áhị́hị́á',\n    form: '依名',\n    defs: 'grass; weed; leaf',\n  },\n  {\n    sym: 'á嵐',\n    pro: 'á:hị́hị́á',\n    form: '依名',\n    defs: 'antelope [Situtunga]',\n  },\n  {\n    sym: 'á嫡',\n    pro: 'áhị́rị́',\n    form: '依名',\n    defs: 'line; row; queue; column',\n  },\n  {\n    sym: 'á嫡ǹ肝',\n    pro: 'áhị́rị́:ǹ:dè',\n    form: '依名',\n    defs: 'sentence; line of words',\n  },\n  {\n    sym: 'á恣',\n    pro: 'á:hụ́rụ́',\n    form: '依名',\n    defs: 'slag; metal shavings; sparks',\n  },\n  {\n    sym: 'á恣打',\n    pro: 'á:hụ́rụ́:ụ́zụ́',\n    form: '依名',\n    defs: 'slag metal shavings',\n  },\n  {\n    sym: '蛆',\n    pro: 'áhụ́ụ́hụ́ụ́',\n    form: '依名',\n    defs: 'insect; maggot',\n  },\n  {\n    sym: '才',\n    pro: 'áhụ́ụ́hụ́ụ́',\n    form: '依名',\n    defs: 'suffering; trouble; difficulty',\n  },\n  {\n    sym: 'á蟻',\n    pro: 'á:hụ́ụ́hụ́ụ́',\n    form: '依名',\n    defs: 'ants',\n  },\n  {\n    sym: 'á見選',\n    pro: 'á:hụ́:chá',\n    form: '依名',\n    defs: 'panorama',\n  },\n  {\n    sym: 'á見選ḿ眼',\n    pro: 'á:hụ́:chá:ḿ:kpékéré',\n    form: '依名',\n    defs: 'diorama',\n  },\n  {\n    sym: '吟',\n    pro: 'áhụ̀',\n    form: '依名衣',\n    defs: '錦. that; those; them; this',\n  },\n  {\n    sym: 'á荷',\n    pro: 'á:hụ̀',\n    form: '依名',\n    defs: 'flatulence; gas; fart',\n  },\n  {\n    sym: 'á荷rụ̀',\n    pro: 'á:hụ̀:rụ̀',\n    form: '依名',\n    defs: 'flatulence; gas; fart',\n  },\n  {\n    sym: 'á球',\n    pro: 'á:wëlë',\n    form: '依名',\n    defs: 'luck; good fortune',\n  },\n  {\n    sym: '畜',\n    pro: 'áwọ́',\n    form: '依名',\n    defs: 'grey hair; aged hair',\n  },\n  {\n    sym: '確',\n    pro: 'áwọ̀',\n    form: '依名',\n    defs: 'toad',\n  },\n  {\n    sym: '鋼',\n    pro: 'ánwụ́',\n    form: '依名',\n    defs: 'mosquito',\n  },\n  {\n    sym: '荷',\n    pro: 'ánwụ̀rụ̀',\n    form: '依名',\n    defs: 'smoke; fumes; soot; air pollution',\n  },\n  {\n    sym: '荷果',\n    pro: 'ánwụ̀rụ̀:íké',\n    form: '依名',\n    defs: 'marijuana; smoken recreational drug; toxic smoke',\n  },\n  {\n    sym: 'á隔垣',\n    pro: 'á:má:ínyú',\n    form: '依名',\n    defs: 'feature; characteristic',\n  },\n  {\n    sym: 'á隔差',\n    pro: 'á:má:chä',\n    form: '依名',\n    defs: 'manganese [Mn]',\n  },\n  {\n    sym: 'á肩',\n    pro: 'á:mà',\n    form: '依名',\n    defs: 'a measure; step; yard',\n  },\n  {\n    sym: 'á肩扱',\n    pro: 'á:mà:ụ́kwụ́',\n    form: '依名',\n    defs: 'step; yard; verse',\n  },\n  {\n    sym: 'á態',\n    pro: 'á:nágá',\n    form: '依名',\n    defs: 'surgical needle',\n  },\n  {\n    sym: 'á且賛',\n    pro: 'á:nị̀:rị́',\n    form: '依名',\n    defs: 'mountain',\n  },\n  {\n    sym: 'á帰環怠',\n    pro: 'á:nọ́:kà:tá',\n    form: 'ń器動',\n    defs: 'in the mean time; after a while; meanwhile',\n  },\n  {\n    sym: '厳',\n    pro: 'ámá',\n    form: '依名',\n    defs: 'town; city; nation; state',\n  },\n  {\n    sym: '源',\n    pro: 'ámá',\n    form: '依名',\n    defs: 'square; court; grounds; quad; plaza',\n  },\n  {\n    sym: '寒',\n    pro: 'ámá',\n    form: '依名',\n    defs: 'space; outdoors; yard; playground',\n  },\n  {\n    sym: '源í悔',\n    pro: 'ámá:í:lì',\n    form: '依名',\n    defs: 'graveyard',\n  },\n  {\n    sym: '源大',\n    pro: 'ámá:úkwú',\n    form: '依器',\n    defs: 'main village square; public space',\n  },\n  {\n    sym: '厳大',\n    pro: 'ámá:úkwú',\n    form: '依器',\n    defs: 'city; large town',\n  },\n  {\n    sym: 'á件苛',\n    pro: 'á:má:óyí',\n    form: '依名',\n    defs: 'snow; hail [ice blocks]',\n  },\n  {\n    sym: 'á健狙',\n    pro: 'á:má:ọ́kwà',\n    form: '依名',\n    defs: 'bulletin; announcement',\n  },\n  {\n    sym: '源院',\n    pro: 'ámá:ọ̀hà',\n    form: '依名',\n    defs: 'public domain',\n  },\n  {\n    sym: '捉',\n    pro: 'ámì',\n    form: '依名',\n    defs: 'reed',\n  },\n  {\n    sym: 'á限',\n    pro: 'á:mị́rị́',\n    form: '依名',\n    defs: 'wine',\n  },\n  {\n    sym: '皿',\n    pro: 'ámúósú',\n    form: '依名',\n    defs: 'witch; vampire',\n  },\n  {\n    sym: 'á丸丸',\n    pro: 'á:mụ́:má',\n    form: '依名',\n    defs: 'prophecy; warning; 依器. prophetic',\n  },\n  {\n    sym: '染',\n    pro: 'ámụ̀',\n    form: '依名',\n    defs: 'testicle; testes; penis; male private parts',\n  },\n  {\n    sym: 'á志',\n    pro: 'á:mụ̀',\n    form: '依名',\n    defs: 'laughter; smile',\n  },\n  {\n    sym: '染弾',\n    pro: 'ámụ̀:íbì',\n    form: '依名',\n    defs: 'hernia',\n  },\n  {\n    sym: 'á格虞',\n    pro: 'á:mụ̀:úchè',\n    form: '依名',\n    defs: 'concept; idea; proposal',\n  },\n  {\n    sym: 'ámụ̀件',\n    pro: 'ámụ̀:má',\n    form: '依名',\n    defs: 'dirt; filth',\n  },\n  {\n    sym: '巣',\n    pro: 'ánétá',\n    form: '依名',\n    defs: 'verandah; porch',\n  },\n  {\n    sym: 'á遇',\n    pro: 'á:nyà',\n    form: '依名',\n    defs: 'state of rowing paddling driving; drive',\n  },\n  {\n    sym: 'á遇ụ̀伸',\n    pro: 'á:nyà:ụ̀:ghà',\n    form: '依名',\n    defs: 'warp drive',\n  },\n  {\n    sym: 'á遇芋',\n    pro: 'á:nyà:óke',\n    form: '依名',\n    defs: 'hyper-drive',\n  },\n  {\n    sym: '企',\n    pro: 'ányàrà',\n    form: '依名',\n    defs: 'albino',\n  },\n  {\n    sym: '菓',\n    pro: 'ányị́',\n    form: '依名衣',\n    defs: 'us; we',\n  },\n  {\n    sym: '菓怠',\n    pro: 'ányị́:nwà',\n    form: '依名衣',\n    defs: 'ourselves; us',\n  },\n  {\n    sym: '緩',\n    pro: 'ányị̀nyà',\n    form: '依名',\n    defs: 'horse',\n  },\n  {\n    sym: '緩í穫',\n    pro: 'ányị̀nyà:í:bú',\n    form: '依名',\n    defs: 'donkey; ass; beast of burden',\n  },\n  {\n    sym: '緩親',\n    pro: 'ányị̀nyà:ọ̀zàrà',\n    form: '依名',\n    defs: 'camel',\n  },\n  {\n    sym: 'á曹',\n    pro: 'á:nyụ́',\n    form: '依名',\n    defs: 'extinguishing',\n  },\n  {\n    sym: 'á曹遠',\n    pro: 'á:nyụ́:ọ́kụ́',\n    form: '依名',\n    defs: 'fire extinguisher',\n  },\n  {\n    sym: 'á曹á隻',\n    pro: 'á:nyụ́:á:lù',\n    form: '依名',\n    defs: '依器. disarmament',\n  },\n  {\n    sym: 'á曹á隻ò琴',\n    pro: 'á:nyụ́:á:lù:ò:mì',\n    form: '依名',\n    defs: 'nuclear disarmament',\n  },\n  {\n    sym: 'á曹ǹ柵',\n    pro: 'á:nyụ́:ǹ:kà',\n    form: '依名',\n    defs: 'blacksmithing axe hammer',\n  },\n  {\n    sym: 'á隻',\n    pro: 'á:lù',\n    form: '依名',\n    defs: 'firework; knockout; bomb; arms',\n  },\n  {\n    sym: 'á隻ò琴',\n    pro: 'á:lù:ò:mì',\n    form: '依器',\n    defs: 'nuclear arms',\n  },\n  {\n    sym: 'á隻繰',\n    pro: 'á:lù:kpọ́',\n    form: '依名',\n    defs: 'grenade',\n  },\n  {\n    sym: 'á駆',\n    pro: 'á:lụ́',\n    form: '依名',\n    defs: 'bell',\n  },\n  {\n    sym: 'á完一',\n    pro: 'á:lụ́:ótù',\n    form: '依名',\n    defs: 'monogamy',\n  },\n  {\n    sym: 'á完環女',\n    pro: 'á:lụ́:ká:ànyị̀',\n    form: '依名',\n    defs: 'polygyny',\n  },\n  {\n    sym: 'á完環男',\n    pro: 'á:lụ́:ká:óké',\n    form: '依名',\n    defs: 'polyandry',\n  },\n  {\n    sym: '慌',\n    pro: 'álụ̀lụ́',\n    form: '依名',\n    defs: 'mist; haze; cloudiness',\n  },\n  {\n    sym: '慌z紅',\n    pro: 'álụ̀:z:í',\n    form: '依名',\n    defs: 'nebula',\n  },\n  {\n    sym: 'á鐘',\n    pro: 'á:lọ́',\n    form: '依器',\n    defs: 'slimy; draw like soup',\n  },\n  {\n    sym: '開',\n    pro: 'ájá',\n    form: '依名',\n    defs: 'dirt; earth',\n  },\n  {\n    sym: '始',\n    pro: 'ájá',\n    form: '依名',\n    defs: 'wall',\n  },\n  {\n    sym: '開開',\n    pro: 'ájá:ájá',\n    form: '依器',\n    defs: 'sandy; dirty; earthy',\n  },\n  {\n    sym: '開加',\n    pro: 'ájá:àlà',\n    form: '依名',\n    defs: 'deity of the earth law deity; mother earth; earth shrine',\n  },\n  {\n    sym: '開',\n    pro: 'ájá:àlà',\n    form: '依名',\n    defs: 'wall; earth',\n  },\n  {\n    sym: '開過',\n    pro: 'ájá:íyí',\n    form: '依名',\n    defs: 'quicksand; beach sand',\n  },\n  {\n    sym: '始家',\n    pro: 'ájá:ụ́lọ̀',\n    form: '依名',\n    defs: 'house wall; wall',\n  },\n  {\n    sym: 'á少',\n    pro: 'á:járị́',\n    form: '依名',\n    defs: 'rust',\n  },\n  {\n    sym: '開少',\n    pro: 'ájá:ńcárá',\n    form: '依名',\n    defs: 'red earth',\n  },\n  {\n    sym: '開今',\n    pro: 'ájá:ǹkúmè',\n    form: '依名',\n    defs: 'silica',\n  },\n  {\n    sym: '候',\n    pro: 'ájíríjá',\n    form: '依名',\n    defs: 'pebble; stone',\n  },\n  {\n    sym: '候艶',\n    pro: 'ájíríjá:ńdụ̀',\n    form: '依名',\n    defs: 'jade',\n  },\n  {\n    sym: '単',\n    pro: 'ájị́',\n    form: '依名',\n    defs: 'waistband; belt',\n  },\n  {\n    sym: '請',\n    pro: 'ájị́',\n    form: '依名',\n    defs: 'strands; fibre; hair; follicles; animal hair; fur',\n  },\n  {\n    sym: '請嵐',\n    pro: 'ájị́:änụ́',\n    form: '依名',\n    defs: 'animal fur',\n  },\n  {\n    sym: '請土',\n    pro: 'ájị́:àlà',\n    form: '依名',\n    defs: 'carpet; rug',\n  },\n  {\n    sym: '単世',\n    pro: 'ájị́:ụ̀wà',\n    form: '依名',\n    defs: 'equator; equatorial',\n  },\n  {\n    sym: '単亜',\n    pro: 'ájị́:ígwé',\n    form: '依名',\n    defs: 'galaxy',\n  },\n  {\n    sym: '単閣',\n    pro: 'ájị́:óché',\n    form: '依名',\n    defs: 'seatbelt',\n  },\n  {\n    sym: 'á館',\n    pro: 'ájụ́',\n    form: '依名',\n    defs: 'pillar; column',\n  },\n  {\n    sym: 'ájụ́',\n    pro: null,\n    form: '依名',\n    defs: 'pad; padding; head pad for carrying',\n  },\n  {\n    sym: 'á絵',\n    pro: 'á:jụ́',\n    form: '依名',\n    defs: 'question; questioning; interview',\n  },\n  {\n    sym: 'á絵絵',\n    pro: 'á:jụ́:jụ́',\n    form: '依名',\n    defs: 'question; questioning; interview',\n  },\n  {\n    sym: 'á絵畝ọ̀公公',\n    pro: 'á:jụ́jụ́:nà:ọ̀:sị̀:zá',\n    form: '依名',\n    defs: 'interview; interrogation',\n  },\n  {\n    sym: 'á誇',\n    pro: 'á:jọ́o',\n    form: '依名',\n    defs: '依器. evil; bad; evildoing',\n  },\n  {\n    sym: 'á誇子',\n    pro: 'á:jọ́o:nwä',\n    form: '依名',\n    defs: 'a bad child; a badboy or badgirl; a cool person',\n  },\n  {\n    sym: 'á誇霊',\n    pro: 'á:jọ́o:ḿụ́ọo',\n    form: '依名',\n    defs: 'demon; devil; evil spirit',\n  },\n  {\n    sym: 'á差策',\n    pro: 'á:chä:ghá',\n    form: '依名',\n    defs: 'crystal',\n  },\n  {\n    sym: 'á沙倉',\n    pro: 'á:chä:ghị̀',\n    form: '依器',\n    defs: 'premature',\n  },\n  {\n    sym: '胆',\n    pro: 'áchị́',\n    form: '依名',\n    defs: 'pelvis; hip-joint; head of thighbone; femur; pivot',\n  },\n  {\n    sym: '胆盾',\n    pro: 'á:ch:ị́',\n    form: '依名',\n    defs: 'pelvis; hip-joint; head of thighbone; femur; lines of thread worn by women around the hip as ornament',\n  },\n  {\n    sym: '租',\n    pro: 'áchị́',\n    form: '依名',\n    defs: 'pineapple',\n  },\n  {\n    sym: '塑',\n    pro: 'áchị́',\n    form: '依名',\n    defs: 'rabbit hole',\n  },\n  {\n    sym: 'á柏',\n    pro: 'á:chị́',\n    form: '依名',\n    defs: 'achi tree [Gossweilerdendron balsamiferam]',\n  },\n  {\n    sym: 'á醸è津',\n    pro: 'á:chị̀:è:ré',\n    form: '依名',\n    defs: 'poison planted in the ground that caused rotting of the leg after it is stepped on',\n  },\n  {\n    sym: 'á勾勾',\n    pro: 'á:zị́:zà',\n    form: '依名',\n    defs: 'broom; sweeper',\n  },\n  {\n    sym: 'á要ḿ煙',\n    pro: 'á:chọ́:ḿ:má',\n    form: '依名',\n    defs: 'beauty seeking; vanity',\n  },\n  {\n    sym: 'á遺',\n    pro: 'á:zị̀',\n    form: '依名',\n    defs: 'future generation; youth; future; modern',\n  },\n  {\n    sym: '街',\n    pro: 'ázụ̀',\n    form: '依名',\n    defs: 'fish',\n  },\n  {\n    sym: '出',\n    pro: 'ásá',\n    form: '依名',\n    defs: 'asa fish; beauty; 依器. beautiful',\n  },\n  {\n    sym: 'á憬単',\n    pro: 'á:sá:ájị́',\n    form: '依名',\n    defs: 'bandwidth',\n  },\n  {\n    sym: 'á憬土',\n    pro: 'á:sá:àlà',\n    form: '依名',\n    defs: 'width breadth of land',\n  },\n  {\n    sym: 'á礎',\n    pro: 'á:sáṃbòdò',\n    form: '依名',\n    defs: 'certificate; diploma',\n  },\n  {\n    sym: 'á横ṃ',\n    pro: 'á:sì:ṃ',\n    form: '依名',\n    defs: 'tin',\n  },\n  {\n    sym: 'ás糸',\n    pro: 'á:s:ị́sá',\n    form: '動',\n    defs: 'sponge',\n  },\n  {\n    sym: '却',\n    pro: 'ásụ́',\n    form: '依名',\n    defs: 'saliva; spit',\n  },\n  {\n    sym: '却近',\n    pro: 'ásụ́:ágwụ́',\n    form: '依名',\n    defs: 'mercury [Hg]',\n  },\n  {\n    sym: '喫',\n    pro: 'ásụ̀sụ̀',\n    form: '依名',\n    defs: 'language; word; phrase',\n  },\n  {\n    sym: '喫運',\n    pro: 'ásụ̀sụ̀:ìgbò',\n    form: '依名',\n    defs: 'Igbo language',\n  },\n  {\n    sym: '我',\n    pro: 'áñụ́',\n    form: '依名',\n    defs: 'bee; bees; honey',\n  },\n  {\n    sym: 'á軽lụ́限',\n    pro: 'á:ñụ́:lụ́:ḿányá',\n    form: '依名',\n    defs: 'drunkard',\n  },\n  {\n    sym: '媛',\n    pro: 'áñụ̀rí',\n    form: '依名',\n    defs: '依器. happiness; joy; celebration; rejoicing; gladness',\n  },\n  {\n    sym: '倉',\n    pro: 'à',\n    form: 'ń器動',\n    defs: 'not [nsibidi also [ghị̀] depending on context the [à] usually after a noun.]',\n  },\n  {\n    sym: '継',\n    pro: 'à',\n    form: '依è韻倉',\n    defs: 'to',\n  },\n  {\n    sym: '征',\n    pro: 'à',\n    form: '撃昔営依',\n    defs: '依名衣. me; myself; I',\n  },\n  {\n    sym: '継',\n    pro: 'àa',\n    form: '依名衣',\n    defs: '錦. ń器動. 固. this; these; that; here',\n  },\n  {\n    sym: 'àa',\n    pro: null,\n    form: 'ḿ憾周',\n    defs: 'suprise; oh!',\n  },\n  {\n    sym: 'àa',\n    pro: null,\n    form: 'ḿ憾周',\n    defs: 'response over suprising or tragic news',\n  },\n  {\n    sym: 'à幸',\n    pro: 'à:pánya',\n    form: '依名',\n    defs: 'jellyfish [Wakirike Ijo]',\n  },\n  {\n    sym: 'à客怠',\n    pro: 'à:pà:tá',\n    form: '依名',\n    defs: 'portico',\n  },\n  {\n    sym: '商',\n    pro: 'àpàtà',\n    form: '依名',\n    defs: 'thigh',\n  },\n  {\n    sym: '獲',\n    pro: 'àkpà',\n    form: '依名',\n    defs: 'bag; sack; luggage; pocket; nest; pouch',\n  },\n  {\n    sym: '秩',\n    pro: 'àkpà',\n    form: '依名',\n    defs: 'peanut; groundnut',\n  },\n  {\n    sym: 'àkp看',\n    pro: 'à:kp:à',\n    form: '依名',\n    defs: 'fat; size; mass',\n  },\n  {\n    sym: '獲紙',\n    pro: 'àkpà:ábụ́',\n    form: '依名',\n    defs: 'boil; cellulitis',\n  },\n  {\n    sym: '獲虎',\n    pro: 'àkpà:ágụ',\n    form: '依名',\n    defs: 'hunters big game trap; leopard trap',\n  },\n  {\n    sym: '獲近',\n    pro: 'àkpà:ágwụ́',\n    form: '依名',\n    defs: 'diviners bag; divination bag',\n  },\n  {\n    sym: '獲贈',\n    pro: 'àkpà:áfá',\n    form: '依名',\n    defs: 'diviners bag; divination bag',\n  },\n  {\n    sym: '獲染',\n    pro: 'àkpà:ámụ̀',\n    form: '依名',\n    defs: 'scrotum',\n  },\n  {\n    sym: '獲単',\n    pro: 'àkpà:ájị́',\n    form: '依名',\n    defs: 'sack [bag]; string bag',\n  },\n  {\n    sym: '獲我',\n    pro: 'àkpà:áñụ́',\n    form: '依名',\n    defs: 'hive; bee-hive; honeycomb',\n  },\n  {\n    sym: '獲矢',\n    pro: 'àkpà:àkụ́',\n    form: '依名',\n    defs: 'quiver; bundle of arrows',\n  },\n  {\n    sym: '獲暇',\n    pro: 'àkpà:àzụ́',\n    form: '依名',\n    defs: 'backpack; rucksack',\n  },\n  {\n    sym: '獲研',\n    pro: 'àkpà:ìfùfè',\n    form: '依名',\n    defs: 'airbag',\n  },\n  {\n    sym: '謙',\n    pro: 'àkpàtì',\n    form: '依名',\n    defs: 'baggage; luggage',\n  },\n  {\n    sym: 'àkp画',\n    pro: 'à:kp:ị́rụ́',\n    form: '依名',\n    defs: 'fruit',\n  },\n  {\n    sym: 'à姓rụ̀',\n    pro: 'à:kpụ̀:rụ̀',\n    form: '依器',\n    defs: 'synthetic; artificial',\n  },\n  {\n    sym: 'àbá',\n    pro: null,\n    form: '依名',\n    defs: '依器. Aba city',\n  },\n  {\n    sym: '慶',\n    pro: 'àbá',\n    form: '依名',\n    defs: '依器. horizontal; flat; flatness; wide; prone; horizon',\n  },\n  {\n    sym: '春応',\n    pro: 'à:bá:ézí',\n    form: '依名',\n    defs: 'road crossing; intersection',\n  },\n  {\n    sym: '春応畏',\n    pro: 'à:bá:ụ́zọ̀',\n    form: '依名',\n    defs: 'road crossing; intersection',\n  },\n  {\n    sym: '慶員',\n    pro: 'àbá:dà',\n    form: '依名',\n    defs: '依器. latitude',\n  },\n  {\n    sym: '慶畝陣',\n    pro: 'àbá:nà:ńkọ́',\n    form: '勧掘',\n    defs: 'fine; good; okay; happy; merry; satisfied [lit: back and sides]',\n  },\n  {\n    sym: '慶憬土',\n    pro: 'àbá:sá:àlà',\n    form: '依名',\n    defs: 'horizon',\n  },\n  {\n    sym: '示',\n    pro: 'àbà',\n    form: '依名',\n    defs: 'branch of a tree; road junction; house corner',\n  },\n  {\n    sym: '塾',\n    pro: 'àbà',\n    form: '依名',\n    defs: 'gaping wound',\n  },\n  {\n    sym: 'à権',\n    pro: 'à:bà',\n    form: '依名',\n    defs: 'metal bar; iron rod; hook; hinge',\n  },\n  {\n    sym: 'àb詳',\n    pro: 'à:b:àìcékú',\n    form: '依名',\n    defs: 'leguminous tree used as a fallow crop; velvet tamarind [Dialum guineensë]',\n  },\n  {\n    sym: '玉学',\n    pro: 'àbà:ị́nyà',\n    form: '依名',\n    defs: 'first hair on baby’s head; baby hair',\n  },\n  {\n    sym: '逐',\n    pro: 'àbàdàbà',\n    form: '依名',\n    defs: 'raffia cotton cloth',\n  },\n  {\n    sym: '鬼',\n    pro: 'àbàdị̀',\n    form: '依名',\n    defs: 'sea; ocean; waters',\n  },\n  {\n    sym: 'à貝前',\n    pro: 'à:bà:rà',\n    form: '依名',\n    defs: 'deep hole in the ground for planting yam; borehole',\n  },\n  {\n    sym: '師',\n    pro: 'àbànà',\n    form: '依名',\n    defs: 'water yam [Dioscorea alata Linn.]',\n  },\n  {\n    sym: 'à擦布',\n    pro: 'à:bàrá:ńgị́dị̀',\n    form: '依名',\n    defs: 'blanket for harmattan',\n  },\n  {\n    sym: '曖',\n    pro: 'àbàlị̀',\n    form: '依名',\n    defs: 'night',\n  },\n  {\n    sym: 'à筋',\n    pro: 'àbàlị̀',\n    form: '依名',\n    defs: 'climbing rope made from brush-like plant',\n  },\n  {\n    sym: '曖辱',\n    pro: 'àbàlị̀:ìsì',\n    form: '依名',\n    defs: 'middle of the night; dead of night; pitch black darkness of the night',\n  },\n  {\n    sym: '曖延録',\n    pro: 'àbàlị̀:dị̀:égwù',\n    form: '依名',\n    defs: 'robbers; underworld; gangs; thieves; armed robbers; robbery',\n  },\n  {\n    sym: '芸',\n    pro: 'àbàchà',\n    form: '依名',\n    defs: 'cassava flakes; tapioca flakes',\n  },\n  {\n    sym: 'à師',\n    pro: 'àbị̀i',\n    form: '依名',\n    defs: 'a variety of yam light yellow in colour with a thick bark',\n  },\n  {\n    sym: 'àbị̀i',\n    pro: null,\n    form: '依名',\n    defs: 'an old coin currency',\n  },\n  {\n    sym: 'à押',\n    pro: 'à:bị̀rị̀ká',\n    form: '依名',\n    defs: 'roasted plantain',\n  },\n  {\n    sym: 'àbị́gbò',\n    pro: null,\n    form: '依名',\n    defs: 'a dance of Mbaise and Ngwa with satirical lyrics',\n  },\n  {\n    sym: '端',\n    pro: 'àbụ̀',\n    form: '依名',\n    defs: 'stock; breed; kindred',\n  },\n  {\n    sym: 'à張',\n    pro: 'à:bụ̀',\n    form: '依名',\n    defs: 'worm',\n  },\n  {\n    sym: '娯',\n    pro: 'àbụ̀bà',\n    form: '依名',\n    defs: 'fat; lard',\n  },\n  {\n    sym: '傾',\n    pro: 'àbọ́',\n    form: '依名',\n    defs: 'plantation',\n  },\n  {\n    sym: '舌',\n    pro: 'àbọ́',\n    form: '依名',\n    defs: 'woodland; thick forest; wood; grove',\n  },\n  {\n    sym: 'à布皇',\n    pro: 'à:bọ́:ọ́chá',\n    form: '依名',\n    defs: 'calico or similar kind of cloth; cotton cloth originally from Aboh',\n  },\n  {\n    sym: '舌桜五',\n    pro: 'àbọ́:ḿbà:ìsé',\n    form: '依名',\n    defs: 'Abo Mbaise',\n  },\n  {\n    sym: '玉学',\n    pro: 'àbọ̀:ńlị̀',\n    form: '依名',\n    defs: 'first hair on baby’s head; baby hair',\n  },\n  {\n    sym: '携',\n    pro: 'àbọ̀shị',\n    form: '依名',\n    defs: 'shrub',\n  },\n  {\n    sym: '二',\n    pro: 'àbụ́ọ́',\n    form: '口控',\n    defs: 'two; second [from ‘two rods’]',\n  },\n  {\n    sym: '較',\n    pro: 'àbụ̀bọ̀',\n    form: '依名',\n    defs: 'vegetable; plant',\n  },\n  {\n    sym: '楷',\n    pro: 'àgà',\n    form: '依名',\n    defs: '依器. infertile; infertility',\n  },\n  {\n    sym: '滝',\n    pro: 'àgàdá',\n    form: '依名',\n    defs: 'shrimp',\n  },\n  {\n    sym: '濁',\n    pro: 'àgàfù',\n    form: '依名',\n    defs: 'burglar; thief; bandit; rogue; robber; rogue',\n  },\n  {\n    sym: '担',\n    pro: 'àgàmà',\n    form: '依名',\n    defs: 'clitoris',\n  },\n  {\n    sym: '棚',\n    pro: 'àgàṃ',\n    form: '依名',\n    defs: 'harpoon',\n  },\n  {\n    sym: 'à火臣',\n    pro: 'à:gàlà:mà',\n    form: '依器',\n    defs: 'nocturnal',\n  },\n  {\n    sym: '衷',\n    pro: 'àgị̀rị̀',\n    form: '依名',\n    defs: 'ball bearing; bullet',\n  },\n  {\n    sym: 'à感歌',\n    pro: 'à:gụ̀:kọ̀',\n    form: '依名',\n    defs: 'algorithm',\n  },\n  {\n    sym: '沖',\n    pro: 'àgènè',\n    form: '依名',\n    defs: 'bamboo mat',\n  },\n  {\n    sym: 'à策策',\n    pro: 'à:ghárá:à:ghárá',\n    form: 'ń器動',\n    defs: 'randomly; indiscriminately; in a scattered manner',\n  },\n  {\n    sym: 'àgh挟',\n    pro: 'à:gh:ọ̀',\n    form: '依名',\n    defs: 'identification',\n  },\n  {\n    sym: '誓',\n    pro: 'àgbà',\n    form: '依名',\n    defs: 'pledge; covenant; testament; appointment; schedule; contract',\n  },\n  {\n    sym: '鋳',\n    pro: 'àgbà',\n    form: '依名',\n    defs: 'palm kernel',\n  },\n  {\n    sym: '構',\n    pro: 'àgbà',\n    form: '依名',\n    defs: 'colour; hue; paint',\n  },\n  {\n    sym: '修',\n    pro: 'àgbà',\n    form: '依名',\n    defs: 'jaw; cheek',\n  },\n  {\n    sym: '朝',\n    pro: 'àgbà',\n    form: '依名',\n    defs: 'season; epoch',\n  },\n  {\n    sym: 'àgb看',\n    pro: 'à:gb:à',\n    form: '依名',\n    defs: 'fat; size; mass',\n  },\n  {\n    sym: 'à請',\n    pro: 'à:gbà',\n    form: '依名',\n    defs: 'eyebrows; eyebrow',\n  },\n  {\n    sym: '構移',\n    pro: 'àgbà:úhìè',\n    form: '依名',\n    defs: 'brown; reddish orange',\n  },\n  {\n    sym: '修口',\n    pro: 'àgbà:ọ́nụ́',\n    form: '依名',\n    defs: 'jaw; cheek',\n  },\n  {\n    sym: '遵',\n    pro: 'àgbàrà',\n    form: '依名',\n    defs: 'rich woman; powerful woman',\n  },\n  {\n    sym: '好',\n    pro: 'àgbàtà',\n    form: '依名',\n    defs: 'boundary line; border; barrier; map; neighbourhood; area; vicinity',\n  },\n  {\n    sym: '好土',\n    pro: 'àgbàtà:àlà',\n    form: '依名',\n    defs: 'boundary line; map; border; barrier; neighbourhood; area',\n  },\n  {\n    sym: '好果',\n    pro: 'àgbàtà:íké',\n    form: '依名',\n    defs: 'empire; jurisdiction',\n  },\n  {\n    sym: '好虞',\n    pro: 'àgbàtà:úchè',\n    form: '依名',\n    defs: 'semantics',\n  },\n  {\n    sym: '好扱',\n    pro: 'àgbàtà:ụ́kwụ́',\n    form: '依名',\n    defs: 'space between the legs; groin; crotch',\n  },\n  {\n    sym: '好海',\n    pro: 'àgbàtà:ékwú',\n    form: '依名',\n    defs: 'hearth; hearth area',\n  },\n  {\n    sym: '好依',\n    pro: 'àgbàtà:ókwú',\n    form: '依名',\n    defs: 'context; subject',\n  },\n  {\n    sym: '好潤',\n    pro: 'àgbàtà:òbí',\n    form: '依名',\n    defs: 'nearby obi; next door neighbour',\n  },\n  {\n    sym: '好残',\n    pro: 'àgbàtà:ọ̀nọ̀dụ̀',\n    form: '依名',\n    defs: 'position; context; theme',\n  },\n  {\n    sym: '朝臣遺',\n    pro: 'àgbà:mà:áfọ̀',\n    form: '依名',\n    defs: 'anniversary; birthday; birthday celebrations',\n  },\n  {\n    sym: '修営印',\n    pro: 'àgbà:nà:ínyú',\n    form: '依名',\n    defs: 'prognathism',\n  },\n  {\n    sym: '修弓',\n    pro: 'àgbà:ǹtì',\n    form: '依名',\n    defs: 'cheek; jaw',\n  },\n  {\n    sym: 'àgb権',\n    pro: 'à:gbụ̀gbà',\n    form: '依名',\n    defs: 'corrugated iron; metal',\n  },\n  {\n    sym: '女遣',\n    pro: 'à:gbọ́ghọ̀',\n    form: '依名',\n    defs: 'maiden; female',\n  },\n  {\n    sym: '女遣若',\n    pro: 'à:gbọ́ghọ̀:ọ́bị̀à',\n    form: '依名',\n    defs: 'young female; girl; female youth; teenager',\n  },\n  {\n    sym: '女遣霊',\n    pro: 'à:gbọ́ghọ̀:ḿụ́ọo',\n    form: '依名',\n    defs: 'maiden spirit mask Agbogho Mmuo',\n  },\n  {\n    sym: '克',\n    pro: 'àgbọ̀',\n    form: '依名',\n    defs: 'descent; family; lineage; breed; seed; gene; stock; genetic trait; genetic characteristic',\n  },\n  {\n    sym: '絶',\n    pro: 'àgbọ̀',\n    form: '依名',\n    defs: 'growing calabash; calabash gourd',\n  },\n  {\n    sym: '順',\n    pro: 'àgbọ̀nọ̀',\n    form: '依名',\n    defs: 'wild mango',\n  },\n  {\n    sym: '嫌',\n    pro: 'àgwà',\n    form: '依名',\n    defs: 'island; isle',\n  },\n  {\n    sym: '綱',\n    pro: 'àgwà',\n    form: '依名',\n    defs: 'attitude; character; attribute; feature; behaviour; property; conduct; temper; habit',\n  },\n  {\n    sym: '呼',\n    pro: 'àgwà',\n    form: '依名',\n    defs: 'colour; hue; sort; kind',\n  },\n  {\n    sym: '仙',\n    pro: 'àgwà',\n    form: '依名',\n    defs: 'beans; black-eyed beans',\n  },\n  {\n    sym: '呼呼',\n    pro: 'àgwá:àgwà',\n    form: '依名',\n    defs: 'spotted; pied; particoloured; having a patchwork of colours',\n  },\n  {\n    sym: '綱画',\n    pro: 'àgwà:épè',\n    form: '依名',\n    defs: 'calcium',\n  },\n  {\n    sym: '嫌論',\n    pro: 'àgwà:ètítì',\n    form: '依名',\n    defs: 'island; isle',\n  },\n  {\n    sym: '綱ọ́肢',\n    pro: 'àgwà:ọ́:má',\n    form: '依名',\n    defs: 'good character; good attitude',\n  },\n  {\n    sym: '嫌営慶',\n    pro: 'àgwà:nà:àbá',\n    form: '依名',\n    defs: 'The Caribbean',\n  },\n  {\n    sym: '綱横ṃ',\n    pro: 'àgwà:sì:ṃ',\n    form: '依名',\n    defs: 'tungsten [W]',\n  },\n  {\n    sym: '割',\n    pro: 'àdá',\n    form: '依名',\n    defs: 'first daughter',\n  },\n  {\n    sym: '割戒',\n    pro: 'àdá:ị́bàị̀',\n    form: '依名',\n    defs: 'daughter',\n  },\n  {\n    sym: '割家',\n    pro: 'àdá:ụ́lọ̀',\n    form: '依名',\n    defs: 'head first daughter of a lineage',\n  },\n  {\n    sym: '割王',\n    pro: 'àdá:ézè',\n    form: '依名',\n    defs: 'first daughter of a king; princess',\n  },\n  {\n    sym: 'à敬',\n    pro: 'à:dáká',\n    form: '依名',\n    defs: 'primate; ape; baboon; chimpanzee',\n  },\n  {\n    sym: 'à喝倉',\n    pro: 'à:dá:ghị̀',\n    form: '動',\n    defs: 'doesn’t; don’t',\n  },\n  {\n    sym: 'à員',\n    pro: 'à:dà',\n    form: '依名',\n    defs: 'a fall collapse; failure',\n  },\n  {\n    sym: 'àdígbórójá',\n    pro: null,\n    form: '依名',\n    defs: '依器. fake; counterfeit; contraband',\n  },\n  {\n    sym: 'à題宜',\n    pro: 'à:dí:gbórójá',\n    form: '依名',\n    defs: '依器. fake; counterfeit; contraband',\n  },\n  {\n    sym: '葬',\n    pro: 'àdị̀kọ́',\n    form: '依名',\n    defs: 'migraine',\n  },\n  {\n    sym: 'à延子越',\n    pro: 'à:dị̀:nwä:ójí',\n    form: '依名',\n    defs: 'negrid',\n  },\n  {\n    sym: 'à冗',\n    pro: 'à:rị̀',\n    form: '依名',\n    defs: 'insect; creature',\n  },\n  {\n    sym: 'à著à',\n    pro: 'à:rị̀:à',\n    form: '依名',\n    defs: 'funnel',\n  },\n  {\n    sym: '設著',\n    pro: 'à:rị̀à',\n    form: '依名',\n    defs: 'jug; water container',\n  },\n  {\n    sym: 'à著à遠',\n    pro: 'à:rị̀:à:ọ́kụ́',\n    form: '依名',\n    defs: 'kettle',\n  },\n  {\n    sym: 'à冗熊',\n    pro: 'à:rị̀:kị́rị́',\n    form: '依名',\n    defs: 'microbe',\n  },\n  {\n    sym: 'à冗艶',\n    pro: 'à:rị̀:ńdụ̀',\n    form: '依名',\n    defs: 'organism',\n  },\n  {\n    sym: 'à冗掘',\n    pro: 'à:rị̀:ńtà',\n    form: '依名',\n    defs: 'microorganism',\n  },\n  {\n    sym: '貯',\n    pro: 'àrọ̀',\n    form: '依名',\n    defs: 'fowls comb; crown',\n  },\n  {\n    sym: '血',\n    pro: 'àtá',\n    form: '依名',\n    defs: 'tendon',\n  },\n  {\n    sym: '血扱',\n    pro: 'àtá:ụ́kwụ́',\n    form: '依名',\n    defs: 'Achilles’s tendon',\n  },\n  {\n    sym: '血ọ́戴',\n    pro: 'àtá:ọ̀:kpà',\n    form: '依名',\n    defs: 'Achilles’s tendon',\n  },\n  {\n    sym: 'à樹',\n    pro: 'à:tà',\n    form: '依名',\n    defs: 'report; narration; discussion; story [Ogba]',\n  },\n  {\n    sym: '三',\n    pro: 'àtọ́',\n    form: '口控',\n    defs: 'three; third [from ‘three rods’]',\n  },\n  {\n    sym: 'à醒rọ̀営援',\n    pro: 'à:tọ̀:rọ̀:nà:ághá',\n    form: '依名',\n    defs: 'prisoner of war',\n  },\n  {\n    sym: '尻',\n    pro: 'àtùtù',\n    form: '依名',\n    defs: 'blur',\n  },\n  {\n    sym: 'à席m宜',\n    pro: 'à:tụ́:m:áhị́á',\n    form: '依名',\n    defs: 'order; trade request; commission',\n  },\n  {\n    sym: '固',\n    pro: 'àtụ̀',\n    form: '依名',\n    defs: 'model; template; muse; reference; comparison; advice; instruction; example; demonstration',\n  },\n  {\n    sym: '固稼',\n    pro: 'àtụ̀:áká',\n    form: '依名',\n    defs: 'reference',\n  },\n  {\n    sym: '固式',\n    pro: 'àtụ̀:ékíké',\n    form: '依名',\n    defs: 'mannequin',\n  },\n  {\n    sym: '固衣',\n    pro: 'àtụ̀:ónyé',\n    form: '依名',\n    defs: 'model person; professional model',\n  },\n  {\n    sym: '固撃丸怠',\n    pro: 'àtụ̀:ọ́:má:tá',\n    form: '依名',\n    defs: 'paradigm',\n  },\n  {\n    sym: 'à柵夕',\n    pro: 'à:ká:tọ́',\n    form: '依名',\n    defs: 'statue',\n  },\n  {\n    sym: 'à擦',\n    pro: 'à:kánwụ́',\n    form: '依名',\n    defs: 'nitrate; potash; saltpeter',\n  },\n  {\n    sym: 'à沖',\n    pro: 'à:kányá',\n    form: '依名',\n    defs: 'bamboo fronds roofing; canvas; tarpaulin',\n  },\n  {\n    sym: '牙',\n    pro: 'àkà',\n    form: '依名',\n    defs: 'dwarf; little people; dwarfism',\n  },\n  {\n    sym: '砕',\n    pro: 'àkà',\n    form: '依名',\n    defs: 'tick [insect]',\n  },\n  {\n    sym: 'à柵',\n    pro: 'à:kà',\n    form: '依名',\n    defs: 'technology; design; 依器. artificial; technical',\n  },\n  {\n    sym: '牙kpọ̀',\n    pro: 'àkà:kpọ̀',\n    form: '依名',\n    defs: 'dwarf; little people; dwarfism',\n  },\n  {\n    sym: 'à柵rà',\n    pro: 'à:kà:rà',\n    form: '依名',\n    defs: 'technology; 依器. artificial',\n  },\n  {\n    sym: 'àkàrà',\n    pro: null,\n    form: '依名',\n    defs: 'bean cake; akara',\n  },\n  {\n    sym: 'à黍',\n    pro: 'àkàmụ̀',\n    form: '依名',\n    defs: 'akamu corn starch pap',\n  },\n  {\n    sym: 'à枝',\n    pro: 'à:kìkè',\n    form: '依名',\n    defs: '依器. fake; made up; decoy; artificial',\n  },\n  {\n    sym: 'à柵柵',\n    pro: 'à:kị̀:kà',\n    form: '依名',\n    defs: 'design; mark; definition',\n  },\n  {\n    sym: 'à柵柵上',\n    pro: 'à:kị̀:kà:élú',\n    form: '依名',\n    defs: 'high definition',\n  },\n  {\n    sym: 'à柵柵ǹ員',\n    pro: 'à:kị̀:kà:ǹ:dà',\n    form: '依名',\n    defs: 'low definition',\n  },\n  {\n    sym: '矢',\n    pro: 'àkụ́',\n    form: '依名',\n    defs: 'arrow',\n  },\n  {\n    sym: '窒',\n    pro: 'àkụ́rụ́',\n    form: '依名',\n    defs: 'kidney',\n  },\n  {\n    sym: '圧',\n    pro: 'àkụ̀',\n    form: '依名',\n    defs: 'wealth; property; treasure; money; capital; riches; assets',\n  },\n  {\n    sym: '圧朽à司',\n    pro: 'àkụ̀:nà:à:chị́',\n    form: '依名',\n    defs: 'capitalism ń',\n  },\n  {\n    sym: '司圧',\n    pro: 'ń:chị́:àkụ̀',\n    form: null,\n    defs: null,\n  },\n  {\n    sym: '圧営真',\n    pro: 'àkụ̀:nà:ụ̀bá',\n    form: '依名',\n    defs: 'wealth; money; capital; riches; profit; assets',\n  },\n  {\n    sym: '本如',\n    pro: 'à:kòtù',\n    form: '依名',\n    defs: 'big roots',\n  },\n  {\n    sym: '常',\n    pro: 'àkọ́',\n    form: '依名',\n    defs: 'mind; wisdom; cleverness; common sense; intelligence; guile',\n  },\n  {\n    sym: '常畝虞',\n    pro: 'àkọ́:nà:úchè',\n    form: '依名',\n    defs: 'mind; wisdom; cleverness; common sense; intelligence; guile; philosophy; 依器. philosophical',\n  },\n  {\n    sym: '回',\n    pro: 'àkwá',\n    form: '依名',\n    defs: 'egg; 依器. delicate',\n  },\n  {\n    sym: '削',\n    pro: 'àkwà',\n    form: '依名',\n    defs: 'bed',\n  },\n  {\n    sym: '削子',\n    pro: 'àkwà:nwä',\n    form: '依名',\n    defs: 'cradle; children’s bed',\n  },\n  {\n    sym: '思',\n    pro: 'àkwụ́',\n    form: '依名',\n    defs: 'nest',\n  },\n  {\n    sym: '枢',\n    pro: 'àkwụ́',\n    form: '依名',\n    defs: 'window; shutter; screen',\n  },\n  {\n    sym: '暁',\n    pro: 'àkwụ̀kwà',\n    form: '依名',\n    defs: 'tripod; cooking stand',\n  },\n  {\n    sym: 'àkwụ̀nà',\n    pro: null,\n    form: '依名',\n    defs: 'courtesan; prostitute; harlot',\n  },\n  {\n    sym: 'à岐横',\n    pro: 'á:fà:sì',\n    form: '依名',\n    defs: 'cement',\n  },\n  {\n    sym: 'à轄',\n    pro: 'à:fé',\n    form: '依名',\n    defs: 'trans',\n  },\n  {\n    sym: 'à轄è捜rè',\n    pro: 'à:fé:è:kè:rè',\n    form: '依名',\n    defs: 'transgender; transgenderism',\n  },\n  {\n    sym: 'à轄è捜艶',\n    pro: 'à:fé:è:kè:ńdụ̀',\n    form: '依名',\n    defs: 'transsexual; transsexualism',\n  },\n  {\n    sym: 'à轄人',\n    pro: 'à:fé:mádụ̀',\n    form: '依名',\n    defs: 'transhuman; transhumanism',\n  },\n  {\n    sym: 'à岩',\n    pro: 'à:fè',\n    form: '依名',\n    defs: 'clothing; shirt; garment; dress',\n  },\n  {\n    sym: '淫',\n    pro: 'àfọ̀',\n    form: '依名',\n    defs: 'third traditional day; north',\n  },\n  {\n    sym: '淫大',\n    pro: 'àfọ̀:úkwú',\n    form: '依名',\n    defs: 'major Afo market day',\n  },\n  {\n    sym: '淫掘',\n    pro: 'àfọ̀:ńtà',\n    form: '依名',\n    defs: 'minor Afo market day',\n  },\n  {\n    sym: 'à挫',\n    pro: 'à:hà',\n    form: '依名',\n    defs: 'ratio; equal; match',\n  },\n  {\n    sym: '征循艦',\n    pro: 'à:hà:bà',\n    form: '依名',\n    defs: 'Asaba city',\n  },\n  {\n    sym: 'à走',\n    pro: 'à:hị̀',\n    form: '依名',\n    defs: 'squeezing; cajolement; pressure; woo; extortion; blackmail',\n  },\n  {\n    sym: 'à滋',\n    pro: 'à:hị̀',\n    form: '依名',\n    defs: 'wire',\n  },\n  {\n    sym: 'àh走',\n    pro: 'à:h:ị̀à',\n    form: '依名',\n    defs: 'heddle',\n  },\n  {\n    sym: 'à走憎',\n    pro: 'à:hị̀:ùmé',\n    form: '依名',\n    defs: 'asphyxiation',\n  },\n  {\n    sym: '頑',\n    pro: 'àhụ́',\n    form: '依名',\n    defs: 'body; torso; skin',\n  },\n  {\n    sym: '頑果',\n    pro: 'àhụ́:íké',\n    form: '依名',\n    defs: 'good health; wellbeing; body filled with energy',\n  },\n  {\n    sym: 'à見gh挟',\n    pro: 'à:hụ́:gh:ọ̀',\n    form: '依名',\n    defs: 'recognition',\n  },\n  {\n    sym: '頑子女',\n    pro: 'àhụ́:nwá:nwä:ànyị̀',\n    form: '依名',\n    defs: 'woman’s body; woman’s private parts',\n  },\n  {\n    sym: '頑艶',\n    pro: 'àhụ́:ńdụ̀',\n    form: '依名',\n    defs: 'biology; bio-; 依器. natural',\n  },\n  {\n    sym: '頑艶ń熊',\n    pro: 'àhụ́:ńdụ̀:ń:kị́rị́',\n    form: '依名',\n    defs: 'microbiology',\n  },\n  {\n    sym: '菊',\n    pro: 'àhụ̀',\n    form: '依名',\n    defs: 'awn; fibre',\n  },\n  {\n    sym: '菊口',\n    pro: 'àhụ̀:ọ́nụ́',\n    form: '依名',\n    defs: 'facial hair; goatee; moustache; beard',\n  },\n  {\n    sym: 'à胃rà',\n    pro: 'à:wàrà',\n    form: '依名',\n    defs: 'shallow water channel; water path or course; channel [TV digital]',\n  },\n  {\n    sym: 'à胃rà査殖',\n    pro: 'à:wàrà:té:nyó',\n    form: '依名',\n    defs: 'Television channel',\n  },\n  {\n    sym: '帳',\n    pro: 'àwụ̀rụ̀',\n    form: '依名',\n    defs: 'leopard [Onicha]; leopard skin',\n  },\n  {\n    sym: 'à色',\n    pro: 'à:nwà',\n    form: '依名',\n    defs: 'sports',\n  },\n  {\n    sym: 'à蔵',\n    pro: 'à:yíyà',\n    form: '依名',\n    defs: 'crayfish',\n  },\n  {\n    sym: 'à将',\n    pro: 'à:yọ̀',\n    form: '依名',\n    defs: 'small cowries; cowry piece',\n  },\n  {\n    sym: '将',\n    pro: 'àyọ̀rọ̀',\n    form: '依名',\n    defs: 'cowry; cowrie piece counted in units of six',\n  },\n  {\n    sym: '書',\n    pro: 'àmà',\n    form: '依名',\n    defs: 'hour; time',\n  },\n  {\n    sym: '腎',\n    pro: 'àmà',\n    form: '依名',\n    defs: 'information; knowledge; witness; informant',\n  },\n  {\n    sym: 'à丸',\n    pro: 'à:mà',\n    form: '依名',\n    defs: 'knowledge; reference; information; intelligence',\n  },\n  {\n    sym: 'à肩稼',\n    pro: 'à:mà:áká',\n    form: '依名',\n    defs: 'span',\n  },\n  {\n    sym: 'à肩扱',\n    pro: 'à:mà:ụ́kwụ́',\n    form: '依名',\n    defs: 'pace; footstep; yard',\n  },\n  {\n    sym: '腎ụ̀積',\n    pro: 'àmà:ụ̀:rä',\n    form: '依名',\n    defs: 'false witness; false information',\n  },\n  {\n    sym: 'à肩依',\n    pro: 'à:mà:ókwú',\n    form: '依名',\n    defs: 'verse',\n  },\n  {\n    sym: '腎衣',\n    pro: 'àmà:ónyé',\n    form: '依名',\n    defs: 'spy; witness; informant',\n  },\n  {\n    sym: '業',\n    pro: 'àmàrà',\n    form: '依名',\n    defs: 'favour; grace; blessing',\n  },\n  {\n    sym: '刻',\n    pro: 'àmàrà',\n    form: '依名',\n    defs: 'paddle; oar',\n  },\n  {\n    sym: 'à隔rà',\n    pro: 'à:mà:rà',\n    form: '依名',\n    defs: 'colour; characteristics',\n  },\n  {\n    sym: 'à隔rà越',\n    pro: 'à:mà:rà:ójí',\n    form: '依器',\n    defs: 'blue',\n  },\n  {\n    sym: 'à影',\n    pro: 'à:màkáèkwú',\n    form: '依名',\n    defs: 'obnoxious person; dissident; dissenter',\n  },\n  {\n    sym: 'à丸肢欠',\n    pro: 'à:mà:mà:ị́nyë',\n    form: '依名',\n    defs: 'knowledge; information; intelligence; education; science',\n  },\n  {\n    sym: '書係',\n    pro: 'àmà:nị̀',\n    form: 'ń器動',\n    defs: 'when; age; period; occasion',\n  },\n  {\n    sym: '腎JÈHÓVÀ',\n    pro: 'àmà:jèhóvà',\n    form: '依名',\n    defs: 'Jehovah’s Witness',\n  },\n  {\n    sym: 'à捉',\n    pro: 'à:mị̀',\n    form: '依名',\n    defs: 'female genitals',\n  },\n  {\n    sym: '輝',\n    pro: 'àmụ̀mà',\n    form: '依名',\n    defs: 'lightening',\n  },\n  {\n    sym: '四',\n    pro: 'ànọ́',\n    form: '口控',\n    defs: 'four; fourth [from ‘four rods’]',\n  },\n  {\n    sym: '漏',\n    pro: 'ànyàsị̀',\n    form: '依名',\n    defs: 'dusk; evening',\n  },\n  {\n    sym: '詔',\n    pro: 'ànyị̀ṃ',\n    form: '依名',\n    defs: 'river',\n  },\n  {\n    sym: '燥',\n    pro: 'ànyị̀ḿ',\n    form: '依名',\n    defs: 'female tortoise',\n  },\n  {\n    sym: '土',\n    pro: 'àlà',\n    form: '依名',\n    defs: 'land; ground; earth; property; estate; country; planet; Earth [planet]',\n  },\n  {\n    sym: '加',\n    pro: 'àlà} 依名. deity of the earth law deity; mother earth 浪遭: ájá加 {ájá:àlà',\n    form: null,\n    defs: null,\n  },\n  {\n    sym: '土稼',\n    pro: 'àlà:áká',\n    form: '依名',\n    defs: 'tributary [river]; inlet; branch',\n  },\n  {\n    sym: '土簡',\n    pro: 'àlà:ísí',\n    form: '依名',\n    defs: 'skull; cranium',\n  },\n  {\n    sym: '土運',\n    pro: 'àlà:ìgbò',\n    form: '依名',\n    defs: 'Igbo land',\n  },\n  {\n    sym: '土紅',\n    pro: 'àlà:èzí',\n    form: '依名',\n    defs: 'outside land; outskirts; foreign lands',\n  },\n  {\n    sym: '土心',\n    pro: 'àlà:óbì',\n    form: '依名',\n    defs: 'the bottom of the hear; deep in the heart; deep in one’s feelings or thoughts; heartland',\n  },\n  {\n    sym: '土訓',\n    pro: 'àlà:ọ́dụ̀',\n    form: '依名',\n    defs: 'Australasia; Australia',\n  },\n  {\n    sym: '土BÈKÈE',\n    pro: 'àlà:bèkÈE',\n    form: '依名',\n    defs: 'Europe; the United Kingdom; the West',\n  },\n  {\n    sym: '土桜',\n    pro: 'àlà:ḿbà',\n    form: '依名',\n    defs: 'territory',\n  },\n  {\n    sym: '土営慶',\n    pro: 'àlà:nà:àbá',\n    form: '依名',\n    defs: 'The Americas',\n  },\n  {\n    sym: '土横ṃ',\n    pro: 'àlà:sì:ṃ',\n    form: '依名',\n    defs: 'iridium [Ir]',\n  },\n  {\n    sym: '憶閲',\n    pro: 'àlụ́ḿ:dí',\n    form: '依名',\n    defs: 'marriage; marrying a man',\n  },\n  {\n    sym: '浄',\n    pro: 'àlụ́lụ́',\n    form: '依名',\n    defs: '依器. blue; tree from which blue pigment is obtained; indigo dye',\n  },\n  {\n    sym: '憶',\n    pro: 'àlụ́lụ́',\n    form: '依名',\n    defs: 'marriage',\n  },\n  {\n    sym: '浄艶',\n    pro: 'àlụ́lụ́:ńdụ̀',\n    form: '依器',\n    defs: 'bluish green; teal',\n  },\n  {\n    sym: 'à隻隻',\n    pro: 'à:lụ̀:lụ̀',\n    form: '依名',\n    defs: 'projectile',\n  },\n  {\n    sym: '針',\n    pro: 'àjà',\n    form: '依名',\n    defs: 'sacrifice; offering',\n  },\n  {\n    sym: 'à羨',\n    pro: 'à:jàdù',\n    form: '依名',\n    defs: 'widow; widower',\n  },\n  {\n    sym: '採',\n    pro: 'àjụ̀',\n    form: '依名',\n    defs: '依器. dizzy; dizziness; disorientation',\n  },\n  {\n    sym: 'à産',\n    pro: 'à:chà',\n    form: '依名',\n    defs: 'clone [Echie]',\n  },\n  {\n    sym: '憲',\n    pro: 'àchàrà',\n    form: '依名',\n    defs: 'bamboo; giant grass',\n  },\n  {\n    sym: 'à憲',\n    pro: 'à:chàrà',\n    form: '依名',\n    defs: 'trap made from bamboo stakes',\n  },\n  {\n    sym: '憲古',\n    pro: 'àchàrà:ùgò',\n    form: '依名',\n    defs: 'beautiful woman of stately carriage robust like the prime young shoot of the raffia-palm',\n  },\n  {\n    sym: 'à盾',\n    pro: 'àchànụ̀',\n    form: '依名',\n    defs: 'blue bead',\n  },\n  {\n    sym: 'à絞',\n    pro: 'à:chí',\n    form: '撃昔営依',\n    defs: 'again; redo; return',\n  },\n  {\n    sym: '掛',\n    pro: 'àchị̀chà',\n    form: '依名',\n    defs: 'bread; plantain flakes; biscuit; cake; dried yam; wheat bread; corn bread; biscuit; wafer; cereal',\n  },\n  {\n    sym: '掛黍',\n    pro: 'àchị̀chà:ọ́okà',\n    form: '依名',\n    defs: 'cereal [breakfast]',\n  },\n  {\n    sym: '掛ḿ慶慶',\n    pro: 'àchị̀chà:ḿ:bá:dáḿbá',\n    form: '依名',\n    defs: 'wafer; flat and wide yam flakes',\n  },\n  {\n    sym: '淑',\n    pro: 'àzà',\n    form: '依名',\n    defs: 'bank; money store; safe; 依器. fiscal',\n  },\n  {\n    sym: '淑熊',\n    pro: 'àzà:kị́rị́',\n    form: '依名',\n    defs: 'ATM [automated teller machine]',\n  },\n  {\n    sym: '蓄',\n    pro: 'àzị̀',\n    form: '依名',\n    defs: 'meal; lunch; breakfast',\n  },\n  {\n    sym: '蓄漏',\n    pro: 'àzị̀:ànyàsị̀',\n    form: '依名',\n    defs: 'evening meal; dinner',\n  },\n  {\n    sym: '蓄駒',\n    pro: 'àzị̀:ụ̀tụ́tụ̀',\n    form: '依名',\n    defs: 'morning meal; breakfast',\n  },\n  {\n    sym: '蓄乞',\n    pro: 'àzị̀:èhínyę',\n    form: '依名',\n    defs: 'afternoon meal; lunch',\n  },\n  {\n    sym: '暇',\n    pro: 'àzụ́',\n    form: '簡残',\n    defs: 'back; behind',\n  },\n  {\n    sym: '暇水',\n    pro: 'àzụ́:ḿírí',\n    form: '依名',\n    defs: 'backwater [various towns named Azumiri]',\n  },\n  {\n    sym: '暇水',\n    pro: 'àzụ́:ḿíní',\n    form: '依名',\n    defs: 'Azumini [town]',\n  },\n  {\n    sym: 'à喉m果',\n    pro: 'à:zù:m:íké',\n    form: '依名',\n    defs: 'rest; break; holiday; vacation; relaxation',\n  },\n  {\n    sym: '七',\n    pro: 'àsáa',\n    form: '口控',\n    defs: 'seven; seventh [from ‘seven rods’]',\n  },\n  {\n    sym: '八',\n    pro: 'àsátọ́',\n    form: '口控',\n    defs: 'eight; eighth [from ‘eight rods’]',\n  },\n  {\n    sym: 'à憬rà',\n    pro: 'à:sà:rà',\n    form: '依名',\n    defs: 'range',\n  },\n  {\n    sym: '臆',\n    pro: 'àsị́',\n    form: '依名',\n    defs: 'lie; deceit',\n  },\n  {\n    sym: 'àsị́á',\n    pro: null,\n    form: '依名',\n    defs: 'left-over food',\n  },\n  {\n    sym: 'à盾',\n    pro: 'àsị̀',\n    form: '依名',\n    defs: 'kind of waist bead',\n  },\n  {\n    sym: '陥',\n    pro: 'àsị̀rị̀',\n    form: '依名',\n    defs: 'gossip; idle talk; libel; hearsay',\n  },\n  {\n    sym: '星',\n    pro: 'àñá',\n    form: '依名',\n    defs: 'manner; condition; strange; queer',\n  },\n  {\n    sym: '乳',\n    pro: 'ärrä',\n    form: '依名',\n    defs: 'breast; milk',\n  },\n  {\n    sym: '乳賀',\n    pro: 'ärrä:éhí',\n    form: '依名',\n    defs: 'cow’s milk; milk',\n  },\n  {\n    sym: '果重',\n    pro: 'ä:rụ́ụ́',\n    form: '依器',\n    defs: 'heavy; hefty; difficult',\n  },\n  {\n    sym: '臼',\n    pro: 'ärụ́',\n    form: '依名',\n    defs: 'gash; bite',\n  },\n  {\n    sym: 'ätị̀tị̀',\n    pro: null,\n    form: '依名',\n    defs: 'dirt; dirtiness',\n  },\n  {\n    sym: 'ä該',\n    pro: 'ä:kwä',\n    form: '依名',\n    defs: 'a cry; sorrow; mourning',\n  },\n  {\n    sym: '嵐',\n    pro: 'änụ́',\n    form: '依名',\n    defs: 'animal; beast; game',\n  },\n  {\n    sym: '尋',\n    pro: 'änụ́',\n    form: '依名',\n    defs: 'meat; flesh',\n  },\n  {\n    sym: '尋頑',\n    pro: 'änụ́:àhụ́',\n    form: '依名',\n    defs: 'flesh',\n  },\n  {\n    sym: '嵐家',\n    pro: 'änụ́:ụ́lọ̀',\n    form: '依名',\n    defs: 'domesticated animal',\n  },\n  {\n    sym: '嵐林',\n    pro: 'änụ́:ọ́ḧị́á',\n    form: '依名',\n    defs: 'bushmeat; game',\n  },\n  {\n    sym: '嵐乳',\n    pro: 'änụ́:ärrä',\n    form: '依名',\n    defs: 'mammal',\n  },\n  {\n    sym: '尋乳',\n    pro: 'änụ́:ärrä',\n    form: '依名',\n    defs: 'breast meat',\n  },\n  {\n    sym: '嵐乳水',\n    pro: 'änụ́:ärrä:ḿírí',\n    form: '依名',\n    defs: 'marine mammal',\n  },\n  {\n    sym: '尋賀',\n    pro: 'änụ́:éhí',\n    form: '依名',\n    defs: 'cow meat; beef',\n  },\n  {\n    sym: '尋豚',\n    pro: 'änụ́:ézì',\n    form: '依名',\n    defs: 'pig meat; pork',\n  },\n  {\n    sym: '嵐m嵐',\n    pro: 'änụ́:m:àanụ̀',\n    form: '依名',\n    defs: 'animal; beast; game',\n  },\n  {\n    sym: '日',\n    pro: 'änwụ́',\n    form: '依名',\n    defs: 'sun; 依器. solar',\n  },\n  {\n    sym: '目',\n    pro: 'änyä',\n    form: '依名',\n    defs: 'eye; eyes; opening',\n  },\n  {\n    sym: '目菌',\n    pro: 'änyä:átụ́rụ́ụ́',\n    form: '依名',\n    defs: 'blue eyes; sheep’s eyes',\n  },\n  {\n    sym: '目日',\n    pro: 'änyä:änwụ́',\n    form: '依名',\n    defs: 'sun rays; sun; Anyanwu [divinity]',\n  },\n  {\n    sym: '目日駒',\n    pro: 'änyä:änwụ́:ụ̀tụ́tụ̀',\n    form: '依名',\n    defs: 'morning star',\n  },\n  {\n    sym: '目献',\n    pro: 'änyä:úkpé',\n    form: '依名',\n    defs: 'bulb',\n  },\n  {\n    sym: '目移',\n    pro: 'änyä:úhìè',\n    form: '依名',\n    defs: 'red eyes; anger',\n  },\n  {\n    sym: '目去',\n    pro: 'änyä:ùdó',\n    form: '依器',\n    defs: 'self-control; temperance',\n  },\n  {\n    sym: '目果',\n    pro: 'änyä:íké',\n    form: '依名',\n    defs: 'boldness; aggressiveness',\n  },\n  {\n    sym: '目震',\n    pro: 'änyä:úkòrò',\n    form: '依名',\n    defs: 'inlet; opening',\n  },\n  {\n    sym: '目大',\n    pro: 'änyä:úkwú',\n    form: '依名',\n    defs: 'envy; greed; covetousness',\n  },\n  {\n    sym: '目ụ̀汗',\n    pro: 'änyä:ụ̀:fụ́',\n    form: '依名',\n    defs: 'envy; jealousy',\n  },\n  {\n    sym: '目ègèlè',\n    pro: 'änyä:ègèlè',\n    form: '依名',\n    defs: 'weak eyes; hazel eyes',\n  },\n  {\n    sym: '目水',\n    pro: 'änyä:ḿírí',\n    form: '依名',\n    defs: 'teary eyes; 依器. teary eyed',\n  },\n  {\n    sym: 'àrà',\n    pro: null,\n    form: '依名',\n    defs: 'crest',\n  },\n  {\n    sym: '女',\n    pro: 'ànyị̀',\n    form: '依名',\n    defs: 'female A APUL; 依名. apple ABIXAnn 依名. Abidjan [town]',\n  },\n  {\n    sym: 'ÁBÀ',\n    pro: null,\n    form: '依名',\n    defs: 'type of treeÁBị́Dị́ 依名. English alphabet; Latin alphabet',\n  },\n  {\n    sym: 'Ányị́Sụ́送ṃ',\n    pro: 'ányị́sụ́:zì:ṃ',\n    form: '依名',\n    defs: 'einsteinium [Es]',\n  },\n  {\n    sym: 'ÁLÓBÁḾ',\n    pro: null,\n    form: '依名',\n    defs: '[colloquial] a good friend',\n  },\n  {\n    sym: 'ÀBÁÁKÁ',\n    pro: null,\n    form: '依名',\n    defs: 'kindred; lineage',\n  },\n  {\n    sym: 'ÀBÀ',\n    pro: null,\n    form: '依名',\n    defs: 'masked spirit; masquerade [Afikpo]',\n  },\n  {\n    sym: 'ÀBÀkpÀ',\n    pro: null,\n    form: '依名',\n    defs: 'Abakpa [market town]',\n  },\n  {\n    sym: 'ÀBÀDÁ',\n    pro: null,\n    form: '依名',\n    defs: 'wax printed cloth; wax priọ́t; printed cloth',\n  },\n  {\n    sym: 'ÀBÀKÁ',\n    pro: null,\n    form: '依名',\n    defs: 'a type of fish',\n  },\n  {\n    sym: 'ÀK;rÁ',\n    pro: null,\n    form: '依名',\n    defs: 'Accra [town]',\n  },\n  {\n    sym: 'ÀRÚBÀ',\n    pro: null,\n    form: '依名',\n    defs: 'Aruba AYITI 依名. Haiti',\n  },\n  {\n    sym: 'ÀMị́RịKÀ',\n    pro: null,\n    form: '依名',\n    defs: 'America; United States',\n  },\n  {\n    sym: 'i錠',\n    pro: 'íkpèrè',\n    form: '依名',\n    defs: 'knee',\n  },\n  {\n    sym: '弾',\n    pro: 'íbì',\n    form: '依名',\n    defs: 'hernia',\n  },\n  {\n    sym: 'í穫',\n    pro: 'í:bú',\n    form: '依名',\n    defs: 'load; luggage; belongings; things',\n  },\n  {\n    sym: 'í看',\n    pro: 'í:bù',\n    form: '依名',\n    defs: 'weight; mass; fatness; bulk',\n  },\n  {\n    sym: '酢',\n    pro: 'íbé',\n    form: '依名',\n    defs: 'pledge; mortgage; hostage; collateral; warranty; guarantee',\n  },\n  {\n    sym: 'í裾',\n    pro: 'í:bé',\n    form: '依名',\n    defs: 'part; section; piece',\n  },\n  {\n    sym: 'í裾木',\n    pro: 'í:bé:ósísí',\n    form: '依名',\n    defs: 'plank; wood piece; panel',\n  },\n  {\n    sym: 'í裾益',\n    pro: 'í:bé:ọ́jị́',\n    form: '依名',\n    defs: 'kola nut section',\n  },\n  {\n    sym: 'í裾奇',\n    pro: 'í:bé:ńkụ́',\n    form: '依名',\n    defs: 'plank; wood piece; panel',\n  },\n  {\n    sym: '香',\n    pro: 'íbè',\n    form: '依名',\n    defs: 'peer; common neighbour; age mate; kindred; similar',\n  },\n  {\n    sym: '術',\n    pro: 'íbèríbè',\n    form: '依名',\n    defs: 'silly; stupid; foolish',\n  },\n  {\n    sym: '然',\n    pro: 'íbóḿ',\n    form: '依名',\n    defs: 'field; square; settlement',\n  },\n  {\n    sym: '替',\n    pro: 'íbóḿ',\n    form: '依名',\n    defs: 'raft',\n  },\n  {\n    sym: 'í葉',\n    pro: 'í:gù',\n    form: '依名',\n    defs: 'palm branch; palm frond',\n  },\n  {\n    sym: 'í叫',\n    pro: 'í:gbó',\n    form: '依名',\n    defs: 'farm; hinterland; upland',\n  },\n  {\n    sym: '亜',\n    pro: 'ígwé',\n    form: '依名',\n    defs: 'sky; heaven; space; cosmos; pantheon',\n  },\n  {\n    sym: 'í昆',\n    pro: 'í:gwé',\n    form: '依名',\n    defs: 'dome; convex; vault; cupola; rotunda; arched roof; arched ceiling',\n  },\n  {\n    sym: '亜ḿ愚襟',\n    pro: 'ígwé:ḿ:kpọ́:chí',\n    form: '依名',\n    defs: 'dome',\n  },\n  {\n    sym: '級',\n    pro: 'ígwè',\n    form: '依名',\n    defs: 'metal; iron [Fe]',\n  },\n  {\n    sym: 'í級',\n    pro: 'ígwè',\n    form: '依名',\n    defs: 'machine',\n  },\n  {\n    sym: 'í相',\n    pro: 'í:gwè',\n    form: '依名',\n    defs: 'bicycle',\n  },\n  {\n    sym: '級ǹ嗣',\n    pro: 'ígwè:ǹ:chị́',\n    form: '依名',\n    defs: 'scandium [Sc]',\n  },\n  {\n    sym: '級ń糸',\n    pro: 'ígwè:ń:sá',\n    form: '依名',\n    defs: 'aluminium [Al]',\n  },\n  {\n    sym: 'í張',\n    pro: 'í:dídè',\n    form: '依名',\n    defs: 'earthworm',\n  },\n  {\n    sym: 'í談',\n    pro: 'í:dú',\n    form: '依名',\n    defs: 'termite',\n  },\n  {\n    sym: 'í紹',\n    pro: 'í:dú',\n    form: '依名',\n    defs: 'tale; folklore',\n  },\n  {\n    sym: 'í紹á遺',\n    pro: 'í:dú:á:zị̀',\n    form: '依名',\n    defs: 'novel',\n  },\n  {\n    sym: '遅',\n    pro: 'ídè',\n    form: '依名',\n    defs: 'ankle rattle',\n  },\n  {\n    sym: 'í縦',\n    pro: 'í:dè',\n    form: '依名',\n    defs: 'flood; inundation; dampness',\n  },\n  {\n    sym: 'í縦過',\n    pro: 'í:dè:íyí',\n    form: '依名',\n    defs: 'stream flood; river flood',\n  },\n  {\n    sym: 'í概概',\n    pro: 'í:rí:rí',\n    form: '依名',\n    defs: 'crumbs; chaff',\n  },\n  {\n    sym: '戯',\n    pro: 'íré',\n    form: '依名',\n    defs: 'tongue',\n  },\n  {\n    sym: '称',\n    pro: 'íré',\n    form: '依名',\n    defs: 'trunk [of elephant]; snout',\n  },\n  {\n    sym: '戯退',\n    pro: 'íré:éjù',\n    form: '依名',\n    defs: 'vulva; female private parts',\n  },\n  {\n    sym: '戯遠',\n    pro: 'íré:ọ́kụ́',\n    form: '依名',\n    defs: 'flames; fire',\n  },\n  {\n    sym: '怨',\n    pro: 'író',\n    form: '依名',\n    defs: 'public; square; street; public way',\n  },\n  {\n    sym: '錮',\n    pro: 'író',\n    form: '依名',\n    defs: 'hate; hatred; enmity; grudge; feud',\n  },\n  {\n    sym: '称',\n    pro: 'író',\n    form: '依名',\n    defs: 'trunk [of elephant]; snout',\n  },\n  {\n    sym: '果í果',\n    pro: 'ík:í:ké',\n    form: '依名',\n    defs: 'authority; power',\n  },\n  {\n    sym: '診',\n    pro: 'íkìrì',\n    form: '依名',\n    defs: 'heel',\n  },\n  {\n    sym: '診ọ́戴',\n    pro: 'íkìrì:ọ́:kpà',\n    form: '依名',\n    defs: 'heel',\n  },\n  {\n    sym: '診扱',\n    pro: 'íkìrì:ụ́kwụ́',\n    form: '依名',\n    defs: 'heel',\n  },\n  {\n    sym: '果',\n    pro: 'íké',\n    form: '依名',\n    defs: 'strength; energy; force; capability; power 浪遭: 凄 {òkó}; 依器. difficult',\n  },\n  {\n    sym: '果果',\n    pro: 'íké:íké',\n    form: '依名',\n    defs: 'forcefulness',\n  },\n  {\n    sym: '果憎',\n    pro: 'íké:ùmé',\n    form: '依名',\n    defs: 'energy',\n  },\n  {\n    sym: '果対',\n    pro: 'íké:dụ̀',\n    form: '依名',\n    defs: 'energy',\n  },\n  {\n    sym: 'ík裾',\n    pro: 'í:k:éríké',\n    form: '依名',\n    defs: 'scales [fish]',\n  },\n  {\n    sym: 'ík裾ḿ碁襟',\n    pro: 'í:k:éríké:ḿ:gbá:chí',\n    form: '依名',\n    defs: 'roof tiling',\n  },\n  {\n    sym: '果仰',\n    pro: 'íké:kwé',\n    form: 'ń器動',\n    defs: 'perhaps; maybe; if possible',\n  },\n  {\n    sym: '果畝果',\n    pro: 'íké:nà:íké',\n    form: '依名',\n    defs: 'influence; forcefulness; hard power',\n  },\n  {\n    sym: '果ń困',\n    pro: 'íké:ń:rò',\n    form: '依名',\n    defs: 'soft power',\n  },\n  {\n    sym: '記',\n    pro: 'íkéǹgà',\n    form: '依名',\n    defs: 'Ikenga deity; planet Mars',\n  },\n  {\n    sym: 'í善',\n    pro: 'í:kere',\n    form: '依名',\n    defs: 'tsetse fly',\n  },\n  {\n    sym: '雪',\n    pro: 'íkó',\n    form: '依名',\n    defs: 'mistress; concubine; sex partner; beloved; best friend',\n  },\n  {\n    sym: '灰',\n    pro: 'íkòrò',\n    form: '依名',\n    defs: 'slit drum',\n  },\n  {\n    sym: '灰慰',\n    pro: 'íkòrò:ọ́nwä',\n    form: '依名',\n    defs: 'moon halo',\n  },\n  {\n    sym: '作',\n    pro: 'íkwú',\n    form: '依名',\n    defs: 'family; relative; clan; kindred; lineage; patriclan; matriclan',\n  },\n  {\n    sym: '作畝香',\n    pro: 'íkwú:nà:íbè',\n    form: '依名',\n    defs: 'family and kindred; clan; lineage; patriclan; matriclan',\n  },\n  {\n    sym: '作温',\n    pro: 'íkwú:ńë',\n    form: '依名',\n    defs: 'maternal relatives; matriclan',\n  },\n  {\n    sym: '駄',\n    pro: 'ífùrù',\n    form: '依名',\n    defs: 'mythology',\n  },\n  {\n    sym: '欠議遠',\n    pro: 'ífé:jì:ọ́kụ́',\n    form: '依名',\n    defs: 'Ifejioku yam fire and agriculture deity',\n  },\n  {\n    sym: 'í駄',\n    pro: 'í:fó',\n    form: '依名',\n    defs: 'folktales; legend; myth; mythology',\n  },\n  {\n    sym: '尽',\n    pro: 'íḧì',\n    form: '依名',\n    defs: 'reasoning; point; motive; purpose; value',\n  },\n  {\n    sym: '印',\n    pro: 'ínyú',\n    form: '依名',\n    defs: 'front; in front; forward; ahead',\n  },\n  {\n    sym: '垣',\n    pro: 'ínyú',\n    form: '依名',\n    defs: 'face; façade; mask',\n  },\n  {\n    sym: '垣空',\n    pro: 'ínyú:ágbàrà',\n    form: '依名',\n    defs: 'shrine',\n  },\n  {\n    sym: '垣稼',\n    pro: 'ínyú:áká',\n    form: '依名',\n    defs: 'forearm',\n  },\n  {\n    sym: '垣葉',\n    pro: 'ínyú:ákwụ́kwọ́',\n    form: '依名',\n    defs: 'page',\n  },\n  {\n    sym: '垣四',\n    pro: 'ínyú:ànọ́',\n    form: '依名',\n    defs: '依器. quadrilateral',\n  },\n  {\n    sym: '垣亜',\n    pro: 'ínyú:ígwé',\n    form: '依名',\n    defs: 'weather; sky',\n  },\n  {\n    sym: '垣果',\n    pro: 'ínyú:íké',\n    form: '依名',\n    defs: 'strong face; stern face; a serious expression',\n  },\n  {\n    sym: '垣申',\n    pro: 'ínyú:ị́nyërë',\n    form: '依名',\n    defs: 'blushing; shyness; modesty',\n  },\n  {\n    sym: '垣ọ́肢',\n    pro: 'ínyú:ọ́:má',\n    form: '依名',\n    defs: 'favour; goodness; good omen',\n  },\n  {\n    sym: '垣ọ́誇',\n    pro: 'ínyú:ọ́:jọ́o',\n    form: '依名',\n    defs: 'bad omen; bad luck',\n  },\n  {\n    sym: '垣皇',\n    pro: 'ínyú:ọ̀cä',\n    form: '依名',\n    defs: 'cheerfulness',\n  },\n  {\n    sym: '垣氏',\n    pro: 'ínyú:ḿmà',\n    form: '依名',\n    defs: 'edge; knife edge',\n  },\n  {\n    sym: '垣ṃ原',\n    pro: 'ínyú:ṃ:bì',\n    form: '依名',\n    defs: 'typeface',\n  },\n  {\n    sym: '垣営垣',\n    pro: 'ínyú:nà:ínyú',\n    form: 'ń器動',\n    defs: '依器. face-toface',\n  },\n  {\n    sym: '垣ń歯怠',\n    pro: 'ínyú:ń:kọ́:tá',\n    form: '依名',\n    defs: 'a stern face; an intimidating face',\n  },\n  {\n    sym: '垣玻',\n    pro: 'ínyú:ńdàsị̀',\n    form: '依名',\n    defs: 'screen',\n  },\n  {\n    sym: 'í照横ṃ',\n    pro: 'í:nwú:sì:ṃ',\n    form: '依名',\n    defs: 'vanadium [V]',\n  },\n  {\n    sym: '顔',\n    pro: 'íwé',\n    form: '依名',\n    defs: 'anger',\n  },\n  {\n    sym: '善',\n    pro: 'íjí',\n    form: '依名',\n    defs: 'fly; flies',\n  },\n  {\n    sym: '拙',\n    pro: 'íjíríjí',\n    form: '依名',\n    defs: 'fog; mist; haze; dew',\n  },\n  {\n    sym: '善jí',\n    pro: 'íjí:jí',\n    form: '依名',\n    defs: 'fly; flies',\n  },\n  {\n    sym: '善善',\n    pro: 'íjí:jí',\n    form: '依名',\n    defs: 'fly; flies',\n  },\n  {\n    sym: 'í宛',\n    pro: 'í:jé',\n    form: '依名',\n    defs: 'to walk',\n  },\n  {\n    sym: '為',\n    pro: 'íjè',\n    form: '依名',\n    defs: 'journey; mission; task; odyssey; gait; struggle; movement; march; path [of object]; tour',\n  },\n  {\n    sym: '為上',\n    pro: 'íjè:élú',\n    form: '依名',\n    defs: 'a tough journey',\n  },\n  {\n    sym: '為託',\n    pro: 'íjè:ózí',\n    form: '依名',\n    defs: 'mission',\n  },\n  {\n    sym: '為挙',\n    pro: 'íjè:ọ̀yị̀',\n    form: '依名',\n    defs: 'dating',\n  },\n  {\n    sym: '僧',\n    pro: 'íchì',\n    form: '依名',\n    defs: 'placenta; fetal membrane; afterbirth',\n  },\n  {\n    sym: '純',\n    pro: 'ícúcú',\n    form: '依名',\n    defs: 'company; industry; business',\n  },\n  {\n    sym: '京',\n    pro: 'íchè',\n    form: '依器',\n    defs: 'different; individual; unique; independent; special; unusual; strange',\n  },\n  {\n    sym: '過',\n    pro: 'íyí',\n    form: '依名',\n    defs: 'spring [from rock]; stream',\n  },\n  {\n    sym: 'í緊',\n    pro: 'í:yí',\n    form: '依名',\n    defs: 'oath; vow',\n  },\n  {\n    sym: 'í顕',\n    pro: 'í:yì',\n    form: '依名',\n    defs: 'waste; loss 依器. waste; vain',\n  },\n  {\n    sym: 'í候',\n    pro: 'í:yì',\n    form: '依名',\n    defs: 'pebble; small stones',\n  },\n  {\n    sym: 'í活',\n    pro: 'í:yì',\n    form: '依名',\n    defs: 'goat',\n  },\n  {\n    sym: 'í候世',\n    pro: 'í:yì:ụ̀wà',\n    form: '依名',\n    defs: 'reincarnation pebble',\n  },\n  {\n    sym: '臭',\n    pro: 'ímí',\n    form: '依名',\n    defs: 'nose; snot; snout',\n  },\n  {\n    sym: 'ímí',\n    pro: null,\n    form: '依名',\n    defs: 'snot',\n  },\n  {\n    sym: '妊',\n    pro: 'ímé',\n    form: '依名',\n    defs: 'pregnancy; afterbirth',\n  },\n  {\n    sym: '拐',\n    pro: 'ímé',\n    form: '依名',\n    defs: '依器. inside; inner; in; interior; enclosure',\n  },\n  {\n    sym: '拐厳',\n    pro: 'ímé:ámá',\n    form: '依名',\n    defs: 'inner city; town; urban areas',\n  },\n  {\n    sym: '拐詠',\n    pro: 'ímé:òbòdò',\n    form: '依名',\n    defs: 'country side; inner country',\n  },\n  {\n    sym: '拐霊',\n    pro: 'ímé:ḿụ́ọo',\n    form: '勧掘',\n    defs: 'in the spirit; in a spiritually cleansed state',\n  },\n  {\n    sym: '貼',\n    pro: 'ímérímé',\n    form: '依器',\n    defs: 'many; plenty; uncountable',\n  },\n  {\n    sym: 'í詳',\n    pro: 'í:nyì} 依名. dirt; impurity; flaw 浪遭: ú詳 {ú:nyì',\n    form: null,\n    defs: null,\n  },\n  {\n    sym: 'í悔',\n    pro: 'í:lì',\n    form: '依名',\n    defs: 'grave; grave plot; tomb',\n  },\n  {\n    sym: '勧',\n    pro: 'ílú',\n    form: '依名',\n    defs: 'proverb; adage; wisdom; philosophy',\n  },\n  {\n    sym: 'í款',\n    pro: 'í:lú',\n    form: '依器',\n    defs: 'sour; bitter',\n  },\n  {\n    sym: '沿',\n    pro: 'ílómá',\n    form: '依名',\n    defs: 'anchor; weight',\n  },\n  {\n    sym: '勧掘',\n    pro: 'ílú:ńtà',\n    form: '依名',\n    defs: 'idiom',\n  },\n  {\n    sym: '京',\n    pro: 'ícè',\n    form: '依名',\n    defs: 'different; unique; individual; independent; special',\n  },\n  {\n    sym: '戸',\n    pro: 'ízù',\n    form: '依名',\n    defs: 'week; Igbo market week [four days]',\n  },\n  {\n    sym: '戸宜',\n    pro: 'ízù:áhị́á',\n    form: '依名',\n    defs: 'Igbo market week [four days]',\n  },\n  {\n    sym: '戸ụ́KÀ',\n    pro: 'ízù:ụ́kà',\n    form: '依名',\n    defs: 'week; Gregorian week [seven day week]',\n  },\n  {\n    sym: 'í祖',\n    pro: 'í:zùgbé',\n    form: '依名',\n    defs: 'all; everyone; middle; central; common',\n  },\n  {\n    sym: '戸係',\n    pro: 'ízù:dá',\n    form: '依名',\n    defs: '依器. ń器動. weekly',\n  },\n  {\n    sym: '簡',\n    pro: 'ísí',\n    form: '依名',\n    defs: 'head; top; lead; leader; leading; high; alpha',\n  },\n  {\n    sym: '酸強',\n    pro: 'í:sí',\n    form: '依名',\n    defs: 'end',\n  },\n  {\n    sym: '簡稼',\n    pro: 'ísí:áká',\n    form: '依名',\n    defs: 'thumb',\n  },\n  {\n    sym: '簡畜',\n    pro: 'ísí:áwọ́',\n    form: '依名',\n    defs: 'grey hair; aged hair',\n  },\n  {\n    sym: '簡土営慶',\n    pro: 'ísí:àlà:nà:àbá',\n    form: '依名',\n    defs: 'North America',\n  },\n  {\n    sym: '簡過',\n    pro: 'ísí:íyí',\n    form: '依名',\n    defs: 'wellspring; stream source',\n  },\n  {\n    sym: '簡架',\n    pro: 'ísí:égó',\n    form: '依名',\n    defs: 'set of six cowries',\n  },\n  {\n    sym: '簡依',\n    pro: 'ísí:ókwú',\n    form: '依名',\n    defs: 'subject; matter; pressing issue',\n  },\n  {\n    sym: '簡遡',\n    pro: 'ísí:òwú',\n    form: '依名',\n    defs: 'threaded hairstyle',\n  },\n  {\n    sym: '簡ọ́巾巾',\n    pro: 'ísí:ọ́:wụ́:wä',\n    form: '依名',\n    defs: 'headache',\n  },\n  {\n    sym: '簡残',\n    pro: 'ísí:ọ̀nọ̀dụ̀',\n    form: '依名',\n    defs: 'preposition [grammar]',\n  },\n  {\n    sym: '簡子女',\n    pro: 'ísí:nwä:ànyị̀',\n    form: '依名',\n    defs: 'head wife; first wife [in a polygynous family structure]',\n  },\n  {\n    sym: '簡水',\n    pro: 'ísí:ḿírí',\n    form: '依名',\n    defs: 'water source; river source',\n  },\n  {\n    sym: '簡畝訓',\n    pro: 'ísí:nà:ọ́dụ̀',\n    form: '依名',\n    defs: 'head and tails; meaning; substance',\n  },\n  {\n    sym: '簡ń換豪bé',\n    pro: 'ísí:ń:jé:dé:bé',\n    form: '依名',\n    defs: 'conclusion; end; very end; termination',\n  },\n  {\n    sym: '簡毀',\n    pro: 'ísí:jí',\n    form: '依名',\n    defs: 'yam head; yam festival [Afikpo]',\n  },\n  {\n    sym: '浸',\n    pro: 'ísì',\n    form: '依名',\n    defs: 'smell; odour; aroma',\n  },\n  {\n    sym: '浸拷',\n    pro: 'ísì:sì',\n    form: '依名',\n    defs: 'smell; odour; aroma',\n  },\n  {\n    sym: '設',\n    pro: 'ìkó',\n    form: '依名',\n    defs: 'cup; container',\n  },\n  {\n    sym: '装',\n    pro: 'ìkpé',\n    form: '依名',\n    defs: 'court case; judgment; legal battle; fight',\n  },\n  {\n    sym: '装隔rà',\n    pro: 'ìkpé:mà:rà',\n    form: '依器',\n    defs: 'guilty',\n  },\n  {\n    sym: '装暇',\n    pro: 'ìkpé:àzụ́',\n    form: '依名',\n    defs: 'trial in absentia; secret trial; trial behind the accuser’s back',\n  },\n  {\n    sym: 'ìkp遇暇',\n    pro: 'ì:kp:é:àzụ́',\n    form: '依名',\n    defs: '依器. last; latter; end; very end',\n  },\n  {\n    sym: '巨',\n    pro: 'ìkpèrè',\n    form: '依名',\n    defs: 'border; edge; bank; precipice',\n  },\n  {\n    sym: '屈',\n    pro: 'ìkpó',\n    form: '依名',\n    defs: 'heap; bale; pile; collection; compilation; file; tome; volume',\n  },\n  {\n    sym: '屈í詳',\n    pro: 'ìkpó:í:nyì',\n    form: '依名',\n    defs: 'embers; ash; dustbin; dirt; trash; industrial waste',\n  },\n  {\n    sym: '屈易',\n    pro: 'ìkpó:égwú',\n    form: '依名',\n    defs: 'musical album',\n  },\n  {\n    sym: '屈依',\n    pro: 'ìkpó:ókwú',\n    form: '依名',\n    defs: 'dictionary; glossary; lexicon wordbook; word list; vocabulary list',\n  },\n  {\n    sym: '屈ń脅',\n    pro: 'ìkpó:ń:nyá',\n    form: '依名',\n    defs: 'archive',\n  },\n  {\n    sym: '屈字',\n    pro: 'ìkpó:ńsíbírí',\n    form: '依名',\n    defs: 'nsibidi character list glossary',\n  },\n  {\n    sym: '屈可',\n    pro: 'ìkpó:ńsọ́',\n    form: '依名',\n    defs: 'reliquary',\n  },\n  {\n    sym: '屈ǹ酬',\n    pro: 'ìkpó:ǹ:tìrì',\n    form: '依名',\n    defs: 'dustbin; rubbish; landfill; trash',\n  },\n  {\n    sym: '胆扇',\n    pro: 'ì:kpú',\n    form: '依名',\n    defs: 'pubis',\n  },\n  {\n    sym: 'ì塊',\n    pro: 'ì:bì',\n    form: '依名',\n    defs: 'button [computer]',\n  },\n  {\n    sym: '貫',\n    pro: 'ìbìrì',\n    form: '依名',\n    defs: 'adult woman',\n  },\n  {\n    sym: '貫胆',\n    pro: 'ìbìrì:áchị́',\n    form: '依名',\n    defs: 'woman with multiple children',\n  },\n  {\n    sym: '育',\n    pro: 'ìbùbè',\n    form: '依名',\n    defs: 'halo',\n  },\n  {\n    sym: '喚',\n    pro: 'ìbùbè',\n    form: '依名',\n    defs: 'butterfly',\n  },\n  {\n    sym: 'ì裾',\n    pro: 'ì:bè',\n    form: '依名',\n    defs: 'piece; chunk; plank',\n  },\n  {\n    sym: '迎',\n    pro: 'ìbó',\n    form: '依名',\n    defs: 'wood; plank; shutter; lumber; box; wooden box; container; screen; board; door',\n  },\n  {\n    sym: '迎岩',\n    pro: 'ìbó:ùwé',\n    form: '依名',\n    defs: 'wardrobe; chest',\n  },\n  {\n    sym: '迎畏',\n    pro: 'ìbó:ụ́zọ̀',\n    form: '依名',\n    defs: 'door; screen door',\n  },\n  {\n    sym: '迎越',\n    pro: 'ìbó:ójíi',\n    form: '依名',\n    defs: 'blackboard',\n  },\n  {\n    sym: '迎俺',\n    pro: 'ìbó:ózú',\n    form: '依名',\n    defs: 'coffin',\n  },\n  {\n    sym: '迎温',\n    pro: 'ìbó:ńë',\n    form: '依名',\n    defs: 'motherboard',\n  },\n  {\n    sym: 'ì銃',\n    pro: 'ì:gá',\n    form: '依名',\n    defs: 'citadel; fortress; estate; domain [cf. Igala: “ìgá”]',\n  },\n  {\n    sym: 'ì処',\n    pro: 'ìgùrùbè',\n    form: '依名',\n    defs: 'locust; swarm',\n  },\n  {\n    sym: '萎',\n    pro: 'ìgódó',\n    form: '依名',\n    defs: 'key; lock; padlock',\n  },\n  {\n    sym: '萎依',\n    pro: 'ìgódó:ókwú',\n    form: '依名',\n    defs: 'keyword; password',\n  },\n  {\n    sym: 'ì口',\n    pro: 'ì:gbì',\n    form: '依名',\n    defs: 'gums [of the mouth]',\n  },\n  {\n    sym: 'ì謙',\n    pro: 'ì:gbé',\n    form: '依名',\n    defs: 'chest; box; trunk; case',\n  },\n  {\n    sym: 'ì謙苛',\n    pro: 'ì:gbé:óyí',\n    form: '依名',\n    defs: 'cool box',\n  },\n  {\n    sym: 'ì謙俺',\n    pro: 'ì:gbé:ózú',\n    form: '依名',\n    defs: 'casket; coffin',\n  },\n  {\n    sym: 'ì謙ń徐',\n    pro: 'ì:gbé:ń:gọ́sị́',\n    form: '依名',\n    defs: 'showcase',\n  },\n  {\n    sym: 'ì謙ń細苛',\n    pro: 'ì:gbé:ń:jụ́:óyí',\n    form: '依名',\n    defs: 'cooler',\n  },\n  {\n    sym: '運',\n    pro: 'ìgbò',\n    form: '依名',\n    defs: 'Igbo people; Igbo language',\n  },\n  {\n    sym: '運í祖',\n    pro: 'ìgbò:í:zùgbé',\n    form: '依名',\n    defs: 'standard Igbo language dialect constructed in the 20th century',\n  },\n  {\n    sym: 'ì芋',\n    pro: 'ì:gwè',\n    form: '依名',\n    defs: 'crowds; multitudes',\n  },\n  {\n    sym: '尉',\n    pro: 'ìdè',\n    form: '依名',\n    defs: 'post; pillar; column; stake',\n  },\n  {\n    sym: '札',\n    pro: 'ìdè',\n    form: '依名',\n    defs: 'waterside',\n  },\n  {\n    sym: '科',\n    pro: 'ìdèḿílí',\n    form: '依名',\n    defs: 'Idemili goddess [river goddess]',\n  },\n  {\n    sym: '十',\n    pro: 'ìrí',\n    form: '口控',\n    defs: 'ten; tenth [from ‘ten rods’]',\n  },\n  {\n    sym: 'ì概学',\n    pro: 'ì:rí:zì',\n    form: '依名',\n    defs: 'protein',\n  },\n  {\n    sym: 'ì製',\n    pro: 'ì:rù',\n    form: '口控',\n    defs: 'two hunderd 200',\n  },\n  {\n    sym: 'ì捧',\n    pro: 'ì:rè',\n    form: '依名',\n    defs: 'efficacy; power [especially of spiritually or medicinally]; potency; active power',\n  },\n  {\n    sym: '局',\n    pro: 'ìtìrì',\n    form: '依名',\n    defs: '依器. dark; pitch blackness; dim',\n  },\n  {\n    sym: '眼',\n    pro: 'ìtè',\n    form: '依名',\n    defs: 'pot',\n  },\n  {\n    sym: '眼協',\n    pro: 'ìtè:ọ́là',\n    form: '依名',\n    defs: 'brass pot; metal pot',\n  },\n  {\n    sym: '九',\n    pro: 'ìtóolú',\n    form: '口控',\n    defs: 'nine; ninth [from ‘nine rods’]',\n  },\n  {\n    sym: 'ìk堅',\n    pro: 'ìk:ìrì',\n    form: '依名',\n    defs: 'dry cough',\n  },\n  {\n    sym: 'ì請',\n    pro: 'ì:kù',\n    form: '依名',\n    defs: 'eyelid; eyebrows',\n  },\n  {\n    sym: 'ì請目',\n    pro: 'ì:kù:änyä',\n    form: '依名',\n    defs: 'eyelid; eyebrows',\n  },\n  {\n    sym: '縁',\n    pro: 'ìkùkù',\n    form: '依名',\n    defs: 'breeze; gale; wind',\n  },\n  {\n    sym: 'ì状',\n    pro: 'ì:kwìkwìi',\n    form: '依名',\n    defs: 'owl',\n  },\n  {\n    sym: '諧',\n    pro: 'ìfúrú',\n    form: '依名',\n    defs: 'flower',\n  },\n  {\n    sym: '研',\n    pro: 'ìfùfè',\n    form: '依名',\n    defs: 'air; wind; breeze',\n  },\n  {\n    sym: '全',\n    pro: 'ìhìtè',\n    form: '依名',\n    defs: 'ford; crossing',\n  },\n  {\n    sym: '市',\n    pro: 'ìhù',\n    form: '依名',\n    defs: 'illumination; ray; light; glow',\n  },\n  {\n    sym: '市果',\n    pro: 'ìhù:íké',\n    form: '依名',\n    defs: 'laser',\n  },\n  {\n    sym: '魅',\n    pro: 'ìhùrù',\n    form: '依名',\n    defs: 'charm; talisman',\n  },\n  {\n    sym: '市潜',\n    pro: 'ìhù:mụ̀',\n    form: '依名',\n    defs: 'magnesium [Mg]',\n  },\n  {\n    sym: '漁',\n    pro: 'ìwú',\n    form: '依名',\n    defs: 'law; rule; code of conduct',\n  },\n  {\n    sym: '漁院',\n    pro: 'ìwú:ọ̀hà',\n    form: '依名',\n    defs: 'state law; a people’s law',\n  },\n  {\n    sym: '侯',\n    pro: 'ìyéré',\n    form: '依名',\n    defs: 'valley',\n  },\n  {\n    sym: '含',\n    pro: 'ìnyì',\n    form: '依名',\n    defs: 'elephantiasis',\n  },\n  {\n    sym: 'ìchàfụ̀',\n    pro: null,\n    form: '依名',\n    defs: 'head tie; scarf',\n  },\n  {\n    sym: '長',\n    pro: 'ì長} {ì:chíè',\n    form: '依名',\n    defs: 'titled man; chief',\n  },\n  {\n    sym: '詳',\n    pro: 'ìchékú',\n    form: '依名',\n    defs: 'coal; embers',\n  },\n  {\n    sym: '詳遠',\n    pro: 'ìchékú:ọ́kụ́',\n    form: '依名',\n    defs: 'coals of fire; red-hot coals',\n  },\n  {\n    sym: '詳ḿ確',\n    pro: 'ìchékú:ḿ:bárá',\n    form: '依名',\n    defs: 'barium [Ba]',\n  },\n  {\n    sym: '詳ń勾横',\n    pro: 'ìchékú:ń:zà:sì',\n    form: '依名',\n    defs: 'lutetium [Lu]',\n  },\n  {\n    sym: '境',\n    pro: 'ìchèrè',\n    form: '依名',\n    defs: 'shell; kernel',\n  },\n  {\n    sym: '義',\n    pro: 'ìchóokù',\n    form: '依名',\n    defs: 'parrot',\n  },\n  {\n    sym: '影',\n    pro: 'ìchóokù',\n    form: '依名',\n    defs: 'talkative',\n  },\n  {\n    sym: 'ì埋水',\n    pro: 'ì:jú:ḿírí} 依名. deluge; monsoon 遭: 算水 {ùdù:ḿírí',\n    form: null,\n    defs: null,\n  },\n  {\n    sym: '蟻',\n    pro: 'ìjérè',\n    form: '依名',\n    defs: 'soldier ants',\n  },\n  {\n    sym: '早',\n    pro: 'ìjèrí',\n    form: '口控',\n    defs: 'billion',\n  },\n  {\n    sym: 'ì蟻',\n    pro: 'ì:jérè',\n    form: '依名',\n    defs: 'Ijele masquerade; a powerful person a community depends on [praise name]',\n  },\n  {\n    sym: 'ì蟻子女',\n    pro: 'ì:jérè:nwä:ànyị̀',\n    form: '依名',\n    defs: 'a powerful woman a community depends on [praise name]',\n  },\n  {\n    sym: 'ì蟻子男',\n    pro: 'ì:jérè:nwä:óké',\n    form: '依名',\n    defs: 'a powerful man a community depends on [praise name]',\n  },\n  {\n    sym: 'ì学',\n    pro: 'ì:zì',\n    form: '依名',\n    defs: 'beginning; start; a.m.; paleo',\n  },\n  {\n    sym: 'ì学学',\n    pro: 'ì:zì:zì',\n    form: '依名',\n    defs: 'beginning; dawn; birth; inception; conception; origination; genesis; emergence; rise; start',\n  },\n  {\n    sym: 'ì杉杉',\n    pro: 'ì:zì:zì',\n    form: '依名',\n    defs: 'numbness; 依器. tickly',\n  },\n  {\n    sym: '幾',\n    pro: 'ìzù',\n    form: '依名',\n    defs: 'meeting; conference; summit; decision',\n  },\n  {\n    sym: '辱',\n    pro: 'ìsì',\n    form: '依名',\n    defs: '依器. blind; blindness',\n  },\n  {\n    sym: '六',\n    pro: 'ìsíi',\n    form: '口控',\n    defs: 'six; sixth [from ‘six rods’]',\n  },\n  {\n    sym: '五',\n    pro: 'ìsé',\n    form: '口控',\n    defs: 'five; fifth',\n  },\n  {\n    sym: 'ì五',\n    pro: 'ì:sé',\n    form: 'ò韻依',\n    defs: '‘so shall it be’',\n  },\n  {\n    sym: '願祉',\n    pro: 'ị:lọ́',\n    form: 'ḿ憾周',\n    defs: 'welcome back; welcome home',\n  },\n  {\n    sym: '願',\n    pro: 'ị́',\n    form: '依名衣',\n    defs: 'you',\n  },\n  {\n    sym: '台',\n    pro: 'ị́',\n    form: '依è韻倉',\n    defs: 'to 撃昔営依. -ship',\n  },\n  {\n    sym: '雑',\n    pro: 'ị́kpá',\n    form: '依名',\n    defs: 'wasteland; outskirts',\n  },\n  {\n    sym: '台推環員',\n    pro: 'ị́:kpá:ká:dà',\n    form: '依名',\n    defs: 'filibuster',\n  },\n  {\n    sym: '眺',\n    pro: 'ị́bá',\n    form: '依名',\n    defs: 'hall; room; quarters',\n  },\n  {\n    sym: '台逸',\n    pro: 'ị́:bá',\n    form: '依名',\n    defs: 'fetters; iron bar; shackles; handcuffs; chain',\n  },\n  {\n    sym: '戒',\n    pro: 'ị́bàị̀',\n    form: '依名',\n    defs: 'third child; middle child',\n  },\n  {\n    sym: '勤',\n    pro: 'ị́gá',\n    form: '依名',\n    defs: 'chain',\n  },\n  {\n    sym: 'ị́感遺',\n    pro: 'ị́:gụ́:áfọ̀',\n    form: '依名',\n    defs: 'new years; year counting ceremony',\n  },\n  {\n    sym: '台鶏棋',\n    pro: 'ị́:gbá:ńkwụ́',\n    form: '依名',\n    defs: 'marriage; performance of marriage ceremony',\n  },\n  {\n    sym: '台鶏棋子女',\n    pro: 'ị́:gbá:ńkwụ́:nwä:ànyị̀',\n    form: '依名',\n    defs: 'marry; performance of marriage of a female spouse',\n  },\n  {\n    sym: '岡',\n    pro: 'ị́gbà',\n    form: '依名',\n    defs: 'drum',\n  },\n  {\n    sym: '台概毀',\n    pro: 'ị́:rrí:jí',\n    form: '依名',\n    defs: 'New Yam festival',\n  },\n  {\n    sym: '台終勧',\n    pro: 'ị́:tụ́:ílú',\n    form: '依名',\n    defs: 'the act or ritual of citing a proverb',\n  },\n  {\n    sym: '台柵',\n    pro: 'ị́:ká',\n    form: '依名',\n    defs: 'glyph; character; to design; to engrave',\n  },\n  {\n    sym: '台捜毀',\n    pro: 'ị́:ké:jí',\n    form: '依名',\n    defs: 'New Yam festival',\n  },\n  {\n    sym: '台乙rè',\n    pro: 'ị́:kè:rè',\n    form: '依名',\n    defs: 'to tie; kidnap; arrest',\n  },\n  {\n    sym: 'ị́呉',\n    pro: 'ị́:kę',\n    form: '依名',\n    defs: 'buttocks; anus',\n  },\n  {\n    sym: 'ị́呉乳',\n    pro: 'ị́:kę:ärrä',\n    form: '依名',\n    defs: 'the main part of a persons breast; underboob',\n  },\n  {\n    sym: 'ị́呉限',\n    pro: 'ị́:kę:ḿányá',\n    form: '依名',\n    defs: 'dregs of drink or wine',\n  },\n  {\n    sym: '愛',\n    pro: 'ị́hụ́nányá',\n    form: '依名',\n    defs: 'love; affection; admiration; flirt; flirting',\n  },\n  {\n    sym: '台見営目',\n    pro: 'ị́:hụ́:nà:änyá:',\n    form: '依名',\n    defs: 'love; affection; admiration; flirt; flirting',\n  },\n  {\n    sym: '欠',\n    pro: 'ị́nyë',\n    form: '依名',\n    defs: 'thing; matter 簡残. 錦. of; the; matters concerning; subject; reason',\n  },\n  {\n    sym: '欠空',\n    pro: 'ị́nyë:ágbàrà',\n    form: '依名',\n    defs: 'magic; sacred thing',\n  },\n  {\n    sym: '欠á遜',\n    pro: 'ị́nyë:á:ghọ́o',\n    form: '依名',\n    defs: 'fake; forgery; counterfeit; deceit; deception; fraud; illegitimacy; dubiousness',\n  },\n  {\n    sym: '欠袖',\n    pro: 'ị́nyë:áfọ́',\n    form: '依名',\n    defs: 'guts; intestines; entrails',\n  },\n  {\n    sym: '欠宜',\n    pro: 'ị́nyë:áhị́á',\n    form: '依名',\n    defs: 'market snacks treats',\n  },\n  {\n    sym: '欠吟',\n    pro: 'ị́nyë:áhụ̀',\n    form: '固',\n    defs: 'that thing; a forgotten name or thing thingamajig',\n  },\n  {\n    sym: '欠継',\n    pro: 'ị́nyë:àa',\n    form: '固',\n    defs: 'this thing; a forgotten name or thing thingamajig',\n  },\n  {\n    sym: '欠詳',\n    pro: 'ị́nyë:ìchékú',\n    form: '依名',\n    defs: 'carbon [C]',\n  },\n  {\n    sym: '欠世',\n    pro: 'ị́nyë:ụ̀wà',\n    form: '依名',\n    defs: 'matter [substance]',\n  },\n  {\n    sym: '欠紳',\n    pro: 'ị́nyë:èbùbè',\n    form: '依名',\n    defs: 'miracle',\n  },\n  {\n    sym: '欠ó概',\n    pro: 'ị́nyë:ó:rrí',\n    form: '依名',\n    defs: 'food; snack',\n  },\n  {\n    sym: '欠ó概概',\n    pro: 'ị́nyë:ó:rrí:rrí',\n    form: '依名',\n    defs: 'food; snack',\n  },\n  {\n    sym: '欠自',\n    pro: 'ị́nyë:ònwé',\n    form: '依器',\n    defs: 'personal',\n  },\n  {\n    sym: '欠òny殖',\n    pro: 'ị́nyë:ò:ny:ìnyó',\n    form: '依名',\n    defs: 'presentation; video; show; programme',\n  },\n  {\n    sym: '欠ọ́効',\n    pro: 'ị́nyë:ọ́:chị̀',\n    form: '依名',\n    defs: 'joke',\n  },\n  {\n    sym: '欠ọ́軽軽',\n    pro: 'ị́nyë:ñụ́:ñụ́',\n    form: '依名',\n    defs: 'drink; beverage',\n  },\n  {\n    sym: '申',\n    pro: 'ị́nyërë',\n    form: '依名',\n    defs: 'shyness; nervous; embarrassment',\n  },\n  {\n    sym: '欠霊',\n    pro: 'ị́nyë:ḿụ́ọo',\n    form: '依名',\n    defs: 'spiritual matters; the supernatural',\n  },\n  {\n    sym: '欠ń嗅rí',\n    pro: 'ị́nyë:ń:kí:rí',\n    form: '依名',\n    defs: 'show; spectacle; display',\n  },\n  {\n    sym: '欠ń敢ń敢',\n    pro: 'ị́nyë:ń:jé:ń:jé',\n    form: '依名',\n    defs: 'a copy; counterfeit; prototype; dummy',\n  },\n  {\n    sym: '欠ǹ漸換',\n    pro: 'ị́nyë:ǹ:rè:jè',\n    form: '依名',\n    defs: 'mechanism',\n  },\n  {\n    sym: '欠恒',\n    pro: 'ị́nyë:ǹkị́tị̀',\n    form: '依名',\n    defs: 'common thing; normal thinh; regular; generic; everyday; ordinary; simple; plain; basic',\n  },\n  {\n    sym: '台胃毀',\n    pro: 'ị́:wá:jí',\n    form: '依名',\n    defs: 'New Yam festival',\n  },\n  {\n    sym: '台禾怠自',\n    pro: 'ị́:nwë:tá:ònwé',\n    form: '勧掘',\n    defs: 'to possess oneself; to refresh oneself; to refocus; regroup',\n  },\n  {\n    sym: '台丸致',\n    pro: 'ị́:mà:ụ̀má',\n    form: '依名',\n    defs: 'deliberateness; intentionality',\n  },\n  {\n    sym: '台速火',\n    pro: 'ị́:nyà:gá',\n    form: '依器',\n    defs: 'vacillating; swaying; 依名. to to vacillate; to sway',\n  },\n  {\n    sym: '台祉世',\n    pro: 'ị́:lọ̀:ụ̀wà',\n    form: '依名',\n    defs: 'reincarnate',\n  },\n  {\n    sym: '台議続',\n    pro: 'ị́:jí:ógù',\n    form: '依名',\n    defs: 'to swear innocence to the emblem of innocence',\n  },\n  {\n    sym: '台議自',\n    pro: 'ị́:jí:ònwé',\n    form: '依名',\n    defs: 'to hold oneself; to control oneself; refocus; regroup',\n  },\n  {\n    sym: '願換rè慎',\n    pro: 'ị́:jè:rè:ṃgbè',\n    form: '依名',\n    defs: 'workers of mbari votive shrines',\n  },\n  {\n    sym: '台図',\n    pro: 'ị́:zá',\n    form: '依名',\n    defs: 'to swell; tyre; tire; car tire',\n  },\n  {\n    sym: '台侵土',\n    pro: 'ị́:ñà:àlà',\n    form: '依名',\n    defs: 'seismic activity; 依器. seismic',\n  },\n  {\n    sym: '除',\n    pro: 'ị̀bá',\n    form: '依名',\n    defs: 'trousers [US Eng: pants]; woven underpants',\n  },\n  {\n    sym: '除à酸',\n    pro: 'ị̀:bá:à:chà',\n    form: '依名',\n    defs: 'shorts; shortknicker',\n  },\n  {\n    sym: '除弱',\n    pro: 'ị̀:bá:òkpúrù',\n    form: '依名',\n    defs: 'underpants',\n  },\n  {\n    sym: '台楷',\n    pro: 'ị̀:gà',\n    form: '依名',\n    defs: '依器. infertile; infertility',\n  },\n  {\n    sym: '勤勤',\n    pro: 'ị̀:gbị́rị̀gbá',\n    form: '依名',\n    defs: 'chain',\n  },\n  {\n    sym: '台冊',\n    pro: 'ị̀:gbọ́',\n    form: '依名',\n    defs: 'fishing net; fishing tools and gear',\n  },\n  {\n    sym: '紹',\n    pro: 'ị̀tá',\n    form: '依名',\n    defs: 'history; story; myth; fable',\n  },\n  {\n    sym: '台樹',\n    pro: 'ị̀:tá',\n    form: '依名',\n    defs: 'blame; bet; wager; lot',\n  },\n  {\n    sym: '幻',\n    pro: 'ị̀tàrị̀',\n    form: '依名',\n    defs: 'cane; whip; switch',\n  },\n  {\n    sym: '台歯',\n    pro: 'ị̀:kọ́',\n    form: '依名',\n    defs: 'drying up; miser',\n  },\n  {\n    sym: '台錦',\n    pro: 'ị̀:họ̀',\n    form: '依名',\n    defs: 'bias; choosiness; preference',\n  },\n  {\n    sym: '偉',\n    pro: 'ị̀nyę',\n    form: '依名',\n    defs: 'light; glow',\n  },\n  {\n    sym: '椅',\n    pro: 'ị̀nyę',\n    form: '依名',\n    defs: 'civilization; intelligence; stateliness; morality; aura; humanity; 依器. humane',\n  },\n  {\n    sym: '偉昼',\n    pro: 'ị̀nyę:ǹdú',\n    form: '依名',\n    defs: 'spotlight',\n  },\n  {\n    sym: '台勤',\n    pro: 'ị̀:yàgbà',\n    form: '依名',\n    defs: 'two-ply thread',\n  },\n  {\n    sym: 'IÍGÁRA',\n    pro: null,\n    form: '依名',\n    defs: 'Igara people language',\n  },\n  {\n    sym: 'ÍYÁJÍ',\n    pro: null,\n    form: '依名',\n    defs: 'Yoruba people languageÌgbÓ 依名. marijuana',\n  },\n  {\n    sym: 'ÌDÚ',\n    pro: null,\n    form: '依名',\n    defs: 'Benin City; Edo people language iiJI;PUTU 依名. Egypt',\n  },\n  {\n    sym: 'ị̀chÀFụ̀',\n    pro: null,\n    form: '依名',\n    defs: 'scarf; headscarf',\n  },\n  {\n    sym: 'uú客客',\n    pro: 'ú:pá:pá',\n    form: '依器',\n    defs: 'portable; mini',\n  },\n  {\n    sym: '献',\n    pro: 'úkpé',\n    form: '依名',\n    defs: 'lamp; torch; lighter',\n  },\n  {\n    sym: 'úkp遇',\n    pro: 'úkp:é',\n    form: '依名',\n    defs: 'vehicle; ship',\n  },\n  {\n    sym: 'úkp遇暫',\n    pro: 'úkp:é:ńgwá',\n    form: '依名',\n    defs: 'freight ship',\n  },\n  {\n    sym: 'úkp裾糸',\n    pro: 'ú:kp:é:sá',\n    form: '動',\n    defs: 'bleaching',\n  },\n  {\n    sym: 'úkpò',\n    pro: null,\n    form: '依名',\n    defs: 'cloth; wax print cloth; Ankara [cloth]',\n  },\n  {\n    sym: '史',\n    pro: 'úbì',\n    form: '依名',\n    defs: 'farm; agriculture',\n  },\n  {\n    sym: 'ú撮',\n    pro: 'ú:bì',\n    form: '依名',\n    defs: 'cockatrice',\n  },\n  {\n    sym: 'ú奇',\n    pro: 'ú:bìrì',\n    form: '依名',\n    defs: 'plank; slats',\n  },\n  {\n    sym: '搾',\n    pro: 'úbú',\n    form: '依名',\n    defs: 'shoulder',\n  },\n  {\n    sym: 'ú干',\n    pro: 'ú:bé',\n    form: '依名',\n    defs: 'cry; lamentation; chant',\n  },\n  {\n    sym: '殺',\n    pro: 'úbóḿ',\n    form: '依名',\n    defs: 'sandbank; beach; white river sand',\n  },\n  {\n    sym: '央',\n    pro: 'úgbènè',\n    form: '依名',\n    defs: 'feather; wing',\n  },\n  {\n    sym: '叫',\n    pro: 'úgbó',\n    form: '依名',\n    defs: 'farm; hinterland; upland',\n  },\n  {\n    sym: '節',\n    pro: 'úgbó',\n    form: '依名',\n    defs: 'ditch; cell; lock; safe',\n  },\n  {\n    sym: '給',\n    pro: 'úgbòkò',\n    form: '依名',\n    defs: 'forest',\n  },\n  {\n    sym: '忠',\n    pro: 'úgwù',\n    form: '依名',\n    defs: 'foreskin; clitoris',\n  },\n  {\n    sym: 'ú神',\n    pro: 'ú:dé',\n    form: '依名',\n    defs: 'cream; ointment; lotion; oil; palm-kernel ointment',\n  },\n  {\n    sym: 'ú神成',\n    pro: 'ú:dé:ákụ́',\n    form: '依名',\n    defs: 'palm-kernel oil',\n  },\n  {\n    sym: 'ú神苛',\n    pro: 'ú:dé:óyí',\n    form: '依名',\n    defs: 'ice cream',\n  },\n  {\n    sym: 'ú神ó憲',\n    pro: 'ú:dé:ó:kpètè',\n    form: '依名',\n    defs: 'molases',\n  },\n  {\n    sym: 'ú肝情rí',\n    pro: 'ú:dé:dí:rí',\n    form: '依名',\n    defs: 'programme [notice instruction]',\n  },\n  {\n    sym: 'ú肝角架',\n    pro: 'ú:dé:nyé:égó',\n    form: '依名',\n    defs: 'cheque check',\n  },\n  {\n    sym: 'ú肝送',\n    pro: 'ú:dé:zì',\n    form: '依名',\n    defs: 'letter; note; message; bulletin; dispatch; report',\n  },\n  {\n    sym: 'ú晶',\n    pro: 'ú:dè',\n    form: '依名',\n    defs: 'murmur; mumblings; moan; groan; sigh',\n  },\n  {\n    sym: 'ú災',\n    pro: 'ú:dó',\n    form: '依名',\n    defs: 'category; class',\n  },\n  {\n    sym: '操',\n    pro: 'úrí',\n    form: '依名',\n    defs: 'music; poetry; dance',\n  },\n  {\n    sym: '嘱',\n    pro: 'úrù',\n    form: '依名',\n    defs: 'muscle; meat; flesh; boneless meat',\n  },\n  {\n    sym: '誕',\n    pro: 'úrù',\n    form: '依名',\n    defs: 'usefulness; profit; use; benefit',\n  },\n  {\n    sym: '誕à走',\n    pro: 'úrù:à:hị̀',\n    form: '依名',\n    defs: 'cajolement; deception; fraud; black mail; extortion; seduction',\n  },\n  {\n    sym: '嘱嘱',\n    pro: 'úrù:úrù',\n    form: '依器',\n    defs: 'muscly; meaty; fleshy',\n  },\n  {\n    sym: '昆',\n    pro: 'úrùkpù',\n    form: '依名',\n    defs: 'cloud',\n  },\n  {\n    sym: 'ú帯',\n    pro: 'ú:ròdì',\n    form: '依名',\n    defs: 'lily',\n  },\n  {\n    sym: 'ú壊公',\n    pro: 'ú:më:sá',\n    form: '依名',\n    defs: 'reaction',\n  },\n  {\n    sym: 'ú詳',\n    pro: 'ú:nyì',\n    form: '依名',\n    defs: 'soot; charcoal; ash; dirt',\n  },\n  {\n    sym: 'ú角',\n    pro: 'ú:nyé',\n    form: '依名',\n    defs: 'gift; giving; offering',\n  },\n  {\n    sym: 'ú角稼',\n    pro: 'ú:nyé:áká',\n    form: '依名',\n    defs: 'help; support; supporter; assistant',\n  },\n  {\n    sym: 'ú角怠',\n    pro: 'ú:nyé:tá',\n    form: '依名',\n    defs: 'award; reward',\n  },\n  {\n    sym: 'ú殖害',\n    pro: 'ú:nyò:ché',\n    form: '依名',\n    defs: 'surveillance; guarding',\n  },\n  {\n    sym: 'ú香',\n    pro: 'ú:lé',\n    form: '依名',\n    defs: 'age-mate; companion',\n  },\n  {\n    sym: 'ú浪雲',\n    pro: 'ú:lé:mà',\n    form: '依名',\n    defs: 'trial; test; proposition',\n  },\n  {\n    sym: 'ú浪',\n    pro: 'ú:lè',\n    form: '依名',\n    defs: 'view',\n  },\n  {\n    sym: 'ú易',\n    pro: 'ú:rí',\n    form: '依名',\n    defs: 'song',\n  },\n  {\n    sym: 'ú需需',\n    pro: 'ú:tí:të',\n    form: '依器',\n    defs: 'sentinent',\n  },\n  {\n    sym: '悪',\n    pro: 'úté',\n    form: '依名',\n    defs: 'mat; sleeping mat',\n  },\n  {\n    sym: 'ú醜',\n    pro: 'ú:té',\n    form: '依名',\n    defs: 'engine; machine; cycle; movement; system',\n  },\n  {\n    sym: 'ú儒威',\n    pro: 'ú:té:nyá',\n    form: '依名',\n    defs: 'pigment; pigmentation',\n  },\n  {\n    sym: 'ú享',\n    pro: 'ú:tó',\n    form: '依名',\n    defs: 'process of growing; pyramid',\n  },\n  {\n    sym: 'ú享gá',\n    pro: 'ú:tó:gá',\n    form: '依名',\n    defs: 'longitude; length',\n  },\n  {\n    sym: '震',\n    pro: 'úkòrò',\n    form: '依名',\n    defs: 'gutter; sewage; sewer; viaduct; inlet',\n  },\n  {\n    sym: '坑',\n    pro: 'úkòrò',\n    form: '依名',\n    defs: '依器. cavity; hollow; pit; trench; gutter',\n  },\n  {\n    sym: '坑木',\n    pro: 'úkòrò:ósísí',\n    form: '依名',\n    defs: 'tree cavity',\n  },\n  {\n    sym: '坑強強',\n    pro: 'úkòrò:gwụ̀:gwụ̀',\n    form: '依名',\n    defs: 'dome; vault',\n  },\n  {\n    sym: '大',\n    pro: 'úkwú',\n    form: '依器',\n    defs: 'big; large; great; grand; plentiful; much; many; super; ultra',\n  },\n  {\n    sym: '後',\n    pro: 'úkwù',\n    form: '依名',\n    defs: 'waist; buttock; arse [colloquial]; tree trunk; base; tree stump',\n  },\n  {\n    sym: '後骸',\n    pro: 'úkwù:ézé',\n    form: '依名',\n    defs: 'gums',\n  },\n  {\n    sym: '後木',\n    pro: 'úkwù:ósísí',\n    form: '依名',\n    defs: 'tree trunk; base of a tree; tree stump',\n  },\n  {\n    sym: '後矯',\n    pro: 'úkwù:ósò',\n    form: '依名',\n    defs: 'pepper tree',\n  },\n  {\n    sym: 'ú仰料',\n    pro: 'ú:kwé:òhèrè',\n    form: '依名',\n    defs: 'liberty',\n  },\n  {\n    sym: 'ú研',\n    pro: 'ú:fèrè',\n    form: '依名',\n    defs: 'air; wind; breeze',\n  },\n  {\n    sym: '移',\n    pro: 'úhìè',\n    form: '依名',\n    defs: 'cam wood; 依器. reddish orange',\n  },\n  {\n    sym: '想',\n    pro: 'úḧú',\n    form: '依名',\n    defs: 'homestead; neighbourhood; home; hamlet',\n  },\n  {\n    sym: 'ú各角',\n    pro: 'ú:wé:nyé',\n    form: '依名',\n    defs: 'supplies; donations; aid',\n  },\n  {\n    sym: 'ú接',\n    pro: 'ú:yị̀',\n    form: '依名',\n    defs: 'joining; connection; intimate relations; act of coming together; bond; fusion; compound [grammar]',\n  },\n  {\n    sym: '憎',\n    pro: 'úmé',\n    form: '依名',\n    defs: 'breath; life; energy; sigh; energy; strength; courage; vigour; potential',\n  },\n  {\n    sym: '憎目日',\n    pro: 'úmé:änyä:änwụ́',\n    form: '依名',\n    defs: 'helium',\n  },\n  {\n    sym: '湖',\n    pro: 'úméré',\n    form: '依名',\n    defs: 'energy; strength; courage; vigour 依器. vividly; lively',\n  },\n  {\n    sym: '竹',\n    pro: 'úméré',\n    form: '依名',\n    defs: 'manners; greeting; response; respect; behaviour; character; norms',\n  },\n  {\n    sym: '竹艶',\n    pro: 'úméré:ńdụ̀',\n    form: '依名',\n    defs: 'value system; ethics; values',\n  },\n  {\n    sym: '築',\n    pro: 'úméjú',\n    form: '依名',\n    defs: 'liver',\n  },\n  {\n    sym: '対',\n    pro: 'únù',\n    form: '依名衣',\n    defs: 'you [plural]',\n  },\n  {\n    sym: '対怠',\n    pro: 'únù:nwà',\n    form: '依名衣',\n    defs: 'yourselves; you',\n  },\n  {\n    sym: '鎖',\n    pro: 'únè',\n    form: '依名',\n    defs: 'plantain; banana',\n  },\n  {\n    sym: '鎖豚',\n    pro: 'únèrè:ézì',\n    form: '依名',\n    defs: 'paw-paw; papaya',\n  },\n  {\n    sym: '鎖掘',\n    pro: 'únè:ńtà',\n    form: '依名',\n    defs: 'species of plantain',\n  },\n  {\n    sym: 'ú順',\n    pro: 'ú:júrú',\n    form: '依名',\n    defs: 'mango; mango tree [Bende]',\n  },\n  {\n    sym: 'ú換土',\n    pro: 'ú:jé:àlà',\n    form: '依名',\n    defs: 'descent',\n  },\n  {\n    sym: 'ú換上',\n    pro: 'ú:jé:élú',\n    form: '依名',\n    defs: 'ascent',\n  },\n  {\n    sym: 'ú敢探',\n    pro: 'ú:jé:zì',\n    form: '依名',\n    defs: 'mockup; trial',\n  },\n  {\n    sym: '虞',\n    pro: 'úchè',\n    form: '依名',\n    defs: 'mind; wisdom; sense; will; willpower; intelligence; attention span; interest; mood; decision; idea',\n  },\n  {\n    sym: '虞二',\n    pro: 'úchè:àbụ́ọ́',\n    form: '依名',\n    defs: 'conflicted heart and mind; doubt; indecision; conflict of interest; of two minds',\n  },\n  {\n    sym: 'ú崖酵',\n    pro: 'ú:chè:zù',\n    form: '依名',\n    defs: 'idea; plan; innovation',\n  },\n  {\n    sym: 'ú送kp遇',\n    pro: 'ú:zì:kpé',\n    form: '依名',\n    defs: 'cybernetics',\n  },\n  {\n    sym: '叔',\n    pro: 'úzúzù',\n    form: '依名',\n    defs: '依器. sand; sandy',\n  },\n  {\n    sym: '叔叔',\n    pro: 'úzúzù:úzúzù',\n    form: '依器',\n    defs: 'sandy; grainy',\n  },\n  {\n    sym: 'ú喉虞',\n    pro: 'ú:zù:úchè',\n    form: '依名',\n    defs: 'therapy',\n  },\n  {\n    sym: 'úz彰',\n    pro: 'úz:éré',\n    form: '依名',\n    defs: 'a sneeze',\n  },\n  {\n    sym: 'ú公',\n    pro: 'ú:sá',\n    form: '依名',\n    defs: 'response',\n  },\n  {\n    sym: 'ú糸',\n    pro: 'ú:sá',\n    form: '依名',\n    defs: 'alum',\n  },\n  {\n    sym: 'ú据',\n    pro: 'ú:sè',\n    form: '依名',\n    defs: 'flaps; spoilers',\n  },\n  {\n    sym: 'ú据ǹ据',\n    pro: 'ú:sè:ǹ:sè',\n    form: '依名',\n    defs: 'film; film strip',\n  },\n  {\n    sym: 'ú砂ǹ砂',\n    pro: 'ú:sè:ǹ:sè',\n    form: '依名',\n    defs: 'film; movie; picture; feature',\n  },\n  {\n    sym: '還',\n    pro: 'úsòrò',\n    form: '依名',\n    defs: 'order; line; arrangement; organisation; system; procedure; process',\n  },\n  {\n    sym: '還還',\n    pro: 'úsòrò:úsòrò',\n    form: '依器',\n    defs: 'serial; systematic',\n  },\n  {\n    sym: '還残世壌',\n    pro: 'úsòrò:ọ̀nọ̀dụ̀:ụ̀wà:gbúrù',\n    form: '依名',\n    defs: 'Global Positioning System (GPS)',\n  },\n  {\n    sym: '還撃接',\n    pro: 'úsòrò:ọ̀:yị̀',\n    form: '依名',\n    defs: 'internet',\n  },\n  {\n    sym: '還撃接拐',\n    pro: 'úsòrò:ọ̀:yị̀:ímé',\n    form: '依名',\n    defs: 'intranet',\n  },\n  {\n    sym: '還水',\n    pro: 'úsòrò:ḿírí',\n    form: '依名',\n    defs: 'flood path; water current',\n  },\n  {\n    sym: '中',\n    pro: 'ùkpú',\n    form: '依名',\n    defs: 'sacred forest',\n  },\n  {\n    sym: '井',\n    pro: 'ùkpóró',\n    form: '依名',\n    defs: 'clod; clump',\n  },\n  {\n    sym: '冊',\n    pro: 'ùbù',\n    form: '依名',\n    defs: 'fishing net',\n  },\n  {\n    sym: '鍵',\n    pro: 'ùbé',\n    form: '依名',\n    defs: 'ube fruit',\n  },\n  {\n    sym: '骨',\n    pro: 'ùdì',\n    form: '依名',\n    defs: 'type; sort; kind; species; property; genre; style; manner; -oid',\n  },\n  {\n    sym: '骨人',\n    pro: 'ùdì:mádụ̀',\n    form: '依名',\n    defs: 'humanoid',\n  },\n  {\n    sym: '算',\n    pro: 'ùdù',\n    form: '依名',\n    defs: 'season; height of an event or occurence',\n  },\n  {\n    sym: '籍',\n    pro: 'ùdù',\n    form: '依名',\n    defs: 'musical pot; pot',\n  },\n  {\n    sym: '算日',\n    pro: 'ùdù:änwụ́',\n    form: '依名',\n    defs: 'summer; sun season',\n  },\n  {\n    sym: '算苛',\n    pro: 'ùdù:óyí',\n    form: '依名',\n    defs: 'winter; cold season',\n  },\n  {\n    sym: '算詩',\n    pro: 'ùdù:ọ́mị̀',\n    form: '依名',\n    defs: 'spring [season]; sprouting season',\n  },\n  {\n    sym: '籍水',\n    pro: 'ùdù:ḿírí',\n    form: '依名',\n    defs: 'water pot',\n  },\n  {\n    sym: '算水',\n    pro: 'ùdù:ḿírí',\n    form: '依名',\n    defs: 'Rainy season 浪遭: ì埋',\n  },\n  {\n    sym: '水',\n    pro: 'ì:jú:ḿírí',\n    form: null,\n    defs: null,\n  },\n  {\n    sym: '算少',\n    pro: 'ùdù:ńcàrà',\n    form: '依名',\n    defs: 'autumn; fall [season]',\n  },\n  {\n    sym: '黒',\n    pro: 'ùdé',\n    form: '依名',\n    defs: 'fame; reputation; influence; impact; report; name; popularity',\n  },\n  {\n    sym: '国',\n    pro: 'ùdé',\n    form: '依名',\n    defs: 'swamp; marsh',\n  },\n  {\n    sym: '黒上',\n    pro: 'ùdé:élú',\n    form: '依名',\n    defs: '依器. prestigiousness; reputable; distinguished',\n  },\n  {\n    sym: '黒ḿ肢',\n    pro: 'ùdé:ḿ:má',\n    form: '依名',\n    defs: '依器. distinguished; prestigiousness',\n  },\n  {\n    sym: 'ù縦',\n    pro: 'ù:dè',\n    form: '依名',\n    defs: 'inundation; flooding; spring tide',\n  },\n  {\n    sym: '根',\n    pro: 'ùdèlè',\n    form: '依名',\n    defs: 'vulture',\n  },\n  {\n    sym: '去',\n    pro: 'ùdó',\n    form: '依名',\n    defs: '依器. peace; peaceful; stability; harmony',\n  },\n  {\n    sym: 'ù災襟',\n    pro: 'ù:dò:chì',\n    form: '依名',\n    defs: 'policing',\n  },\n  {\n    sym: '縄',\n    pro: 'ùrì',\n    form: '依名',\n    defs: '依器. indigo plant; indigo; blue [Raiulia maculata: R. malleifera]',\n  },\n  {\n    sym: 'ù軒',\n    pro: 'ù:rì',\n    form: '依名',\n    defs: 'liquid; leakage',\n  },\n  {\n    sym: '縄日',\n    pro: 'ùrì:änwụ́',\n    form: '依名',\n    defs: 'melanin',\n  },\n  {\n    sym: '縄縄',\n    pro: 'ùrì:ùrì',\n    form: '依器',\n    defs: 'indigo; blue',\n  },\n  {\n    sym: '縄口',\n    pro: 'ùrì:ọ́nụ́',\n    form: '依名',\n    defs: 'lipstick',\n  },\n  {\n    sym: 'ù稿',\n    pro: 'ù:rìrì',\n    form: '依名',\n    defs: 'squirrel',\n  },\n  {\n    sym: '短',\n    pro: 'ùrú',\n    form: '依名',\n    defs: 'mourning; sorrow; wake',\n  },\n  {\n    sym: 'ù津',\n    pro: 'ù:ré',\n    form: '依名',\n    defs: 'rot; rottenness; decay; corruption',\n  },\n  {\n    sym: 'ù像',\n    pro: 'ù:ré',\n    form: '依名',\n    defs: 'semen',\n  },\n  {\n    sym: 'ù漸',\n    pro: 'ù:rè',\n    form: '依名',\n    defs: '依器. majesty; a walk showing pride; pomposity; showing off',\n  },\n  {\n    sym: '采',\n    pro: 'ùròrò',\n    form: '依名',\n    defs: 'exit; drain; sewer; drain pipe',\n  },\n  {\n    sym: '采水',\n    pro: 'ùròrò:ḿírí',\n    form: '依名',\n    defs: 'water drain pipe',\n  },\n  {\n    sym: 'ù駆',\n    pro: 'ù:tì',\n    form: '依名',\n    defs: 'bell',\n  },\n  {\n    sym: 'ù献',\n    pro: 'ù:tùkpé',\n    form: '依名',\n    defs: 'lamp; lantern',\n  },\n  {\n    sym: '疑',\n    pro: 'ùtè',\n    form: '依名',\n    defs: 'weaving frame; loom',\n  },\n  {\n    sym: '古',\n    pro: 'ùgò',\n    form: '依名',\n    defs: 'eagle',\n  },\n  {\n    sym: '充',\n    pro: 'ùgò',\n    form: '依名',\n    defs: '依器. red; dark red',\n  },\n  {\n    sym: '古蛇',\n    pro: 'ùgò:ágwọ́',\n    form: '依名',\n    defs: 'vulture',\n  },\n  {\n    sym: '古街',\n    pro: 'ùgò:ázụ̀',\n    form: '依名',\n    defs: 'osprey',\n  },\n  {\n    sym: '充皇',\n    pro: 'ùgò:ọ̀chÁ',\n    form: '依名',\n    defs: '依器. pink',\n  },\n  {\n    sym: 'ù摂',\n    pro: 'ù:gòfụ̀',\n    form: '依名',\n    defs: 'steam; mist',\n  },\n  {\n    sym: '演',\n    pro: 'ùgbú',\n    form: 'ń器動',\n    defs: 'now 依名. time',\n  },\n  {\n    sym: '演継',\n    pro: 'ùgbú:àa',\n    form: 'ń器動',\n    defs: 'now; right now; this time',\n  },\n  {\n    sym: '演演継',\n    pro: 'ùgbú:ùgbú:àa',\n    form: 'ń器動',\n    defs: 'now; immediately; right now; this time',\n  },\n  {\n    sym: '切',\n    pro: 'ùgbùrù',\n    form: '簡残',\n    defs: 'times; multiplied by',\n  },\n  {\n    sym: '切ò廊',\n    pro: 'ùgbùrù:ò:lé',\n    form: 'ń器動',\n    defs: 'how many times?',\n  },\n  {\n    sym: '行',\n    pro: 'ùgbò',\n    form: '依名',\n    defs: 'cave',\n  },\n  {\n    sym: '淡',\n    pro: 'ùgwù',\n    form: '依名',\n    defs: 'respect; dignity; decent; splendour; charm; charisma; prescence; radiance; prestige',\n  },\n  {\n    sym: 'ù捜',\n    pro: 'ù:kè',\n    form: '依名',\n    defs: 'sharing; spacing; dividing; part; diameter 依器. diametric',\n  },\n  {\n    sym: 'ù捜帰',\n    pro: 'ù:kè:nọ̀',\n    form: '依名',\n    defs: 'department',\n  },\n  {\n    sym: 'ù捜角',\n    pro: 'ù:kè:nyé',\n    form: '依名',\n    defs: 'charity; giving; sharing',\n  },\n  {\n    sym: '施',\n    pro: 'ùkwé',\n    form: '依名',\n    defs: 'music; song; hymn',\n  },\n  {\n    sym: '存',\n    pro: 'ùkwú',\n    form: '依名',\n    defs: 'fool',\n  },\n  {\n    sym: '居',\n    pro: 'ùkwù',\n    form: '依名',\n    defs: 'bundle; bunch; bale; stock; cache',\n  },\n  {\n    sym: '居嫌',\n    pro: 'ùkwù:àgwà',\n    form: '依名',\n    defs: 'archipelago; island group; island chain',\n  },\n  {\n    sym: '居架',\n    pro: 'ùkwù:égó',\n    form: '依名',\n    defs: 'set of sixty cowries; ten isi ego',\n  },\n  {\n    sym: '居奇',\n    pro: 'ùkwù:ńkụ́',\n    form: '依名',\n    defs: 'bundle of firewood',\n  },\n  {\n    sym: '居ń教',\n    pro: 'ùkwù:ń:zó',\n    form: '依名',\n    defs: 'cache; reserve',\n  },\n  {\n    sym: 'ù均',\n    pro: 'ù:fé',\n    form: '依名',\n    defs: 'aviation',\n  },\n  {\n    sym: '穀',\n    pro: 'ùfèsí',\n    form: '依名',\n    defs: 'abroad; overseas; over the water; foreign country',\n  },\n  {\n    sym: '穀水',\n    pro: 'ùfèsí:ḿírí',\n    form: '依名',\n    defs: 'across a body of water; abroad',\n  },\n  {\n    sym: 'ùfú',\n    pro: null,\n    form: '依名',\n    defs: 'fox',\n  },\n  {\n    sym: 'ùf茎',\n    pro: 'ùf:ó',\n    form: '依名',\n    defs: 'salute; praise; honour; commendation',\n  },\n  {\n    sym: '異',\n    pro: 'ùfìè',\n    form: '依名',\n    defs: 'width; across; crosswise',\n  },\n  {\n    sym: '緯',\n    pro: 'ùhúdà',\n    form: '依名',\n    defs: 'evening tide [Ogba]',\n  },\n  {\n    sym: '岩',\n    pro: 'ùwé',\n    form: '依名',\n    defs: 'clothing; clother; dress; garment',\n  },\n  {\n    sym: '岩稼',\n    pro: 'ùwé:áká',\n    form: '依名',\n    defs: 'glove; gloves',\n  },\n  {\n    sym: '岩扱',\n    pro: 'ùwé:ụ́kwụ́',\n    form: '依名',\n    defs: 'leggings',\n  },\n  {\n    sym: '岩心',\n    pro: 'ùwé:óbì',\n    form: '依名',\n    defs: 'shirt',\n  },\n  {\n    sym: '岩越',\n    pro: 'ùwé:ójí',\n    form: '依名',\n    defs: 'police',\n  },\n  {\n    sym: '岩塩',\n    pro: 'ùwé:òtù',\n    form: '依名',\n    defs: 'uniform',\n  },\n  {\n    sym: '岩ọ́戴',\n    pro: 'ùwé:ọ́:kpà',\n    form: '依名',\n    defs: 'sock; socks',\n  },\n  {\n    sym: '岩ń教',\n    pro: 'ùwé:ń:zó',\n    form: '依名',\n    defs: 'camouflage',\n  },\n  {\n    sym: 'ù琴',\n    pro: 'ù:mì',\n    form: '依名',\n    defs: 'nucleus 依器. nuclear',\n  },\n  {\n    sym: 'ù壊挙',\n    pro: 'ù:më:ọ̀yị̀',\n    form: '依名',\n    defs: 'romance; courting',\n  },\n  {\n    sym: 'ù壊桜',\n    pro: 'ù:më:ḿbà',\n    form: '依名',\n    defs: 'nationalism; nationhood; patriotism; tribalism',\n  },\n  {\n    sym: 'ù賢',\n    pro: 'ù:nè',\n    form: '依名',\n    defs: 'harp',\n  },\n  {\n    sym: 'ù浪',\n    pro: 'ù:lé',\n    form: '依名',\n    defs: 'examination; test; experiment',\n  },\n  {\n    sym: 'ù埋',\n    pro: 'ù:jú',\n    form: '依名',\n    defs: 'fill; bountifulness; multitude; time of plenty; inundation; flood',\n  },\n  {\n    sym: 'ù埋果',\n    pro: 'ù:jú:íké',\n    form: '依名',\n    defs: 'plenipotence; plenipotentiary',\n  },\n  {\n    sym: 'ù襟襟',\n    pro: 'ù:chì:chì',\n    form: '依名',\n    defs: 'seal',\n  },\n  {\n    sym: 'ù績',\n    pro: 'ù:chú',\n    form: '依名',\n    defs: 'industrious; enterprise; hard work; zest; eagerness; “fast”',\n  },\n  {\n    sym: '像',\n    pro: 'ùzì',\n    form: '依名',\n    defs: 'sperm',\n  },\n  {\n    sym: 'ù暑教',\n    pro: 'ù:zú:zó',\n    form: '依名',\n    defs: 'secret; spying; private; privacy; 依器. esoteric; secretive',\n  },\n  {\n    sym: '摂',\n    pro: 'ùzù',\n    form: '依名',\n    defs: 'vapour',\n  },\n  {\n    sym: 'ụ̀釜釜',\n    pro: 'ù:zụ̀:zọ̀',\n    form: '依名',\n    defs: 'traction; act of stepping',\n  },\n  {\n    sym: 'ù障尋',\n    pro: 'ù:zè:ánụ́',\n    form: '依名',\n    defs: 'vegetarianism',\n  },\n  {\n    sym: 'ù障縦',\n    pro: 'ù:zè:dè',\n    form: '依名',\n    defs: 'dam',\n  },\n  {\n    sym: 'ù窟',\n    pro: 'ù:zọ̀',\n    form: '依器',\n    defs: 'special',\n  },\n  {\n    sym: 'ù窟縦',\n    pro: 'ù:zọ̀:dè',\n    form: '依名',\n    defs: 'levee',\n  },\n  {\n    sym: 'ù硝',\n    pro: 'ù:sí',\n    form: '依名',\n    defs: 'complaint; protest',\n  },\n  {\n    sym: '箇',\n    pro: 'ùsékwú',\n    form: '依名',\n    defs: 'womans’ abode; hearth; kitchen; pantry',\n  },\n  {\n    sym: 'ụ極',\n    pro: 'ụ:kpọ́',\n    form: '依名',\n    defs: 'cobalt [Co]',\n  },\n  {\n    sym: '交',\n    pro: 'ụ́pá',\n    form: '依名',\n    defs: 'soil; earth; marshy soil; marsh',\n  },\n  {\n    sym: 'ụ́姓',\n    pro: 'ụ́:kpụ́',\n    form: '依名',\n    defs: 'moulding; statue; 3D art',\n  },\n  {\n    sym: '泣',\n    pro: 'ụ́kpụ́rụ́',\n    form: '依名',\n    defs: 'footprints; tracks; footstep',\n  },\n  {\n    sym: 'ụ́梗',\n    pro: 'ụ́:kpọ́lè',\n    form: '依名',\n    defs: 'wheel',\n  },\n  {\n    sym: 'ụ́貝rá',\n    pro: 'ụ́:bá:rá',\n    form: '依名',\n    defs: 'fresh palm oil',\n  },\n  {\n    sym: 'ụ́襲',\n    pro: 'ụ́:bụ̀',\n    form: '依名',\n    defs: 'wetness',\n  },\n  {\n    sym: 'ụ́錮阻',\n    pro: 'ụ́:bụ̀:bọ̀',\n    form: '依名',\n    defs: 'grudge; revenge',\n  },\n  {\n    sym: 'ụ́唇',\n    pro: 'ụ́:bọ́',\n    form: '依名',\n    defs: 'underwood',\n  },\n  {\n    sym: 'ụ́阻',\n    pro: 'ụ́:bọ̀',\n    form: '依名',\n    defs: 'vengence; animosity: grudge; resentment',\n  },\n  {\n    sym: '凌',\n    pro: 'ụ́bọ̀chị̀',\n    form: '動',\n    defs: 'day; day break; daytime; date; time',\n  },\n  {\n    sym: '凌係',\n    pro: 'ụ́bọ̀chị̀:dá',\n    form: '依名',\n    defs: '依器. ń器動. daily',\n  },\n  {\n    sym: '凌脅',\n    pro: 'ụ́bọ̀chị̀:nyá',\n    form: 'ń器動',\n    defs: '依名. yesterday',\n  },\n  {\n    sym: 'ụ́掴',\n    pro: 'ụ́:gá',\n    form: '依名',\n    defs: 'tape; film; cellotape',\n  },\n  {\n    sym: 'ụ́掴ń各貝額',\n    pro: 'ụ́:gá:ń:wé:bà:tù',\n    form: '依名',\n    defs: 'tape recorder; recording tape',\n  },\n  {\n    sym: '親序',\n    pro: 'ụ́:gà',\n    form: '依名',\n    defs: 'famine; scarcity',\n  },\n  {\n    sym: 'ụ́殉',\n    pro: 'ụ́gụ́',\n    form: '依名',\n    defs: 'pumpkin; pumpkin leaves [Telfaria occidentalis]',\n  },\n  {\n    sym: '擦',\n    pro: 'ụ́gụ̀rụ̀',\n    form: '依名',\n    defs: 'harmattan; dry dust-laden north-wind',\n  },\n  {\n    sym: 'ụ́契升',\n    pro: 'ụ́:gbá:ákpụ́',\n    form: '依名',\n    defs: 'cancer',\n  },\n  {\n    sym: 'ụ́互営自',\n    pro: 'ụ́:gbá:nà:ònwé',\n    form: '依器',\n    defs: 'automatic',\n  },\n  {\n    sym: 'ụ́碁憬',\n    pro: 'ụ́:gbá:sà',\n    form: '依名',\n    defs: 'publication',\n  },\n  {\n    sym: 'ụ́鶏sí',\n    pro: 'ụ́:gbá:sí',\n    form: '依名',\n    defs: 'fluorine [F]',\n  },\n  {\n    sym: '頂',\n    pro: 'ụ́gbàdá',\n    form: '依名',\n    defs: 'seagull',\n  },\n  {\n    sym: '欺',\n    pro: 'ụ́gbọ́',\n    form: '依名',\n    defs: 'canoe; vessel; boat; ship; vehicle',\n  },\n  {\n    sym: '欺土',\n    pro: 'ụ́gbọ́:àlà',\n    form: '依名',\n    defs: 'car; automobile; motor vehicle',\n  },\n  {\n    sym: '欺上',\n    pro: 'ụ́gbọ́:élú',\n    form: '依名',\n    defs: 'aircraft; aeroplane airplane',\n  },\n  {\n    sym: '欺木',\n    pro: 'ụ́gbọ́:ósísí',\n    form: '依名',\n    defs: 'wooden craft boat',\n  },\n  {\n    sym: '欺材',\n    pro: 'ụ́gbọ́:ọ́gbà',\n    form: '依名',\n    defs: 'train; rail [passenger vehicle]',\n  },\n  {\n    sym: '欺材脂',\n    pro: 'ụ́gbọ́:ọ́gbà:ḿgbọ́',\n    form: '依名',\n    defs: 'bullet train',\n  },\n  {\n    sym: '欺水',\n    pro: 'ụ́gbọ́:ḿírí',\n    form: '依名',\n    defs: 'canoe; vessel; boat; ship',\n  },\n  {\n    sym: '桁',\n    pro: 'ụ́gwá',\n    form: '依名',\n    defs: 'lust; sexual relations with the wife of a relative; adultery',\n  },\n  {\n    sym: '哀',\n    pro: 'ụ́gwụ́',\n    form: '依名',\n    defs: 'hill; mountain; mound; highlands',\n  },\n  {\n    sym: 'ụ́錮',\n    pro: 'ụ́:gwụ́',\n    form: '依名',\n    defs: 'envy; hate; jealousy; enmity',\n  },\n  {\n    sym: '哀AWỤSA',\n    pro: 'ụ́gwụ́:awụsa',\n    form: '依名',\n    defs: 'Hausa land; Hausa highlands',\n  },\n  {\n    sym: 'ụ́錮目',\n    pro: 'ụ́:gwụ́:änyä',\n    form: '依名',\n    defs: 'evil eye',\n  },\n  {\n    sym: '哀遠',\n    pro: 'ụ́gwụ́:ọ́kụ́',\n    form: '依名',\n    defs: 'volcano',\n  },\n  {\n    sym: '哀少',\n    pro: 'ụ́gwụ́:ńcárá',\n    form: '依名',\n    defs: 'hill of red earth',\n  },\n  {\n    sym: '刊',\n    pro: 'ụ́gwọ́',\n    form: '依名',\n    defs: 'debt; payment; salary; credit',\n  },\n  {\n    sym: '刊à凹家',\n    pro: 'ụ́gwọ́:à:zụ̀:ụ́lọ̀',\n    form: '依名',\n    defs: 'mortgage',\n  },\n  {\n    sym: '刊ọ́奥',\n    pro: 'ụ́gwọ́:ọ́:rụ́ụ́',\n    form: '依名',\n    defs: 'salary; wages; income',\n  },\n  {\n    sym: '刊家',\n    pro: 'ụ́gwọ́:ụ́lọ̀',\n    form: '依名',\n    defs: 'rent payment for house; mortgage',\n  },\n  {\n    sym: 'ụ́d総',\n    pro: 'ụ́:d:ụ́',\n    form: '依名',\n    defs: 'grid',\n  },\n  {\n    sym: 'ụ́d総級',\n    pro: 'ụ́:d:ụ́:ígwè',\n    form: '依名',\n    defs: 'grid; gridiron',\n  },\n  {\n    sym: 'ụ́鎌',\n    pro: 'ụ́:rä',\n    form: '依名',\n    defs: 'sleep; nap; unconsciousness',\n  },\n  {\n    sym: '制',\n    pro: 'ụ́rọ́',\n    form: '依名',\n    defs: 'clay; edible clay',\n  },\n  {\n    sym: '許',\n    pro: 'ụ́tá',\n    form: '依名',\n    defs: 'enticement; invite',\n  },\n  {\n    sym: 'ụ́樹',\n    pro: 'ụ́:tá',\n    form: '依名',\n    defs: 'report; blame; responsibility; culpability; reproach; liability',\n  },\n  {\n    sym: 'ụ́猿',\n    pro: 'ụ́:tàrà',\n    form: '依名',\n    defs: 'pounded food',\n  },\n  {\n    sym: 'ụ́涯rà',\n    pro: 'ụ́:tà:rà',\n    form: '依名',\n    defs: 'pounded food',\n  },\n  {\n    sym: 'ụ́猿小',\n    pro: 'ụ́:tàrà:ákpụ́',\n    form: '依名',\n    defs: 'pounded cassava; cassava fufu',\n  },\n  {\n    sym: 'ụ́猿黍',\n    pro: 'ụ́:tàrà:ọ́okà',\n    form: '依名',\n    defs: 'pounded corn maize; corn fufu',\n  },\n  {\n    sym: 'ụ́猿毀',\n    pro: 'ụ́:tàrà:jí',\n    form: '依名',\n    defs: 'pounded yam; yam fufu',\n  },\n  {\n    sym: '医',\n    pro: 'ụ́tụ́',\n    form: '依名',\n    defs: 'penis',\n  },\n  {\n    sym: 'ụ́宵',\n    pro: 'ụ́:tụ́',\n    form: '依名',\n    defs: 'flour',\n  },\n  {\n    sym: 'ụ́柵奥',\n    pro: 'ụ́:ká:rụ́ụ́',\n    form: '依名',\n    defs: 'architecture',\n  },\n  {\n    sym: '頃',\n    pro: 'ụ́kà',\n    form: '依名',\n    defs: '依器. expiration; sour; sourness; rancidity',\n  },\n  {\n    sym: '粧',\n    pro: 'ụ́kà',\n    form: '依名',\n    defs: 'dispute; quarrel; argument; talk; chatter',\n  },\n  {\n    sym: 'ụ́kà',\n    pro: null,\n    form: '依名',\n    defs: 'relationship; courting',\n  },\n  {\n    sym: 'ụ́器郷勧',\n    pro: 'ụ́:kà:bụ̀:ílú',\n    form: '依名',\n    defs: 'anecdote',\n  },\n  {\n    sym: 'ụ́掠',\n    pro: 'ụ́:kọ́',\n    form: '依名',\n    defs: 'itch; scratch; rash; scabies',\n  },\n  {\n    sym: 'ụ́揮',\n    pro: 'ụ́:kọ̀',\n    form: '依名',\n    defs: 'intermediary; accountant; informant; herald; messenger; negotiator',\n  },\n  {\n    sym: 'ụ́揮暇',\n    pro: 'ụ́:kọ̀:àzụ́',\n    form: '依名',\n    defs: 'backstory',\n  },\n  {\n    sym: 'ụ́堅rà',\n    pro: 'ụ́kwárà',\n    form: '依名',\n    defs: 'cough',\n  },\n  {\n    sym: '検',\n    pro: 'ụ́kwà',\n    form: '依名',\n    defs: 'breadfruit',\n  },\n  {\n    sym: '扱',\n    pro: 'ụ́kwụ́',\n    form: '依名',\n    defs: 'leg; foot',\n  },\n  {\n    sym: 'ụ́町',\n    pro: 'ụ́:kwọ̀',\n    form: '依名',\n    defs: 'car; motorcar; cart; vehicle',\n  },\n  {\n    sym: 'ụ́町上',\n    pro: 'ụ́:kwọ̀:élú',\n    form: '依名',\n    defs: 'aircraft',\n  },\n  {\n    sym: 'ụ́町俺',\n    pro: 'ụ́:kwọ̀:ózú',\n    form: '依名',\n    defs: 'hearse',\n  },\n  {\n    sym: 'ụ́岐',\n    pro: 'ụ́fá',\n    form: '動',\n    defs: 'file; archive; storage; repository; niche; hole',\n  },\n  {\n    sym: 'ụ́群dụ́',\n    pro: 'ụ́:fọ́:dụ́',\n    form: '依器',\n    defs: 'some; certain; others; kind',\n  },\n  {\n    sym: '咲',\n    pro: 'ụ́hà',\n    form: '依器',\n    defs: 'stale',\n  },\n  {\n    sym: '措',\n    pro: 'ụ́hà',\n    form: '依名',\n    defs: '依器. overnight; yesternight; stale',\n  },\n  {\n    sym: 'ụ́奏向',\n    pro: 'ụ́:hà:zí',\n    form: '依名',\n    defs: 'coordinates',\n  },\n  {\n    sym: 'ụ́胃送横ṃ',\n    pro: 'ụ́:wá:zì:sì:ṃ',\n    form: '依名',\n    defs: 'thorium [Th]',\n  },\n  {\n    sym: 'ụ́nw題',\n    pro: 'ụ́:nwụ́',\n    form: '依名',\n    defs: 'famine; scarcity',\n  },\n  {\n    sym: '暖',\n    pro: 'ụ́má',\n    form: '依名',\n    defs: 'behaviour; conduct',\n  },\n  {\n    sym: '池',\n    pro: 'ụ́má',\n    form: '依名',\n    defs: 'spleen; spleen inflammation',\n  },\n  {\n    sym: '甚',\n    pro: 'ụ́má',\n    form: '依名',\n    defs: 'left over; remainder; odd number; profit; spare; change; [money]; tip [money]',\n  },\n  {\n    sym: 'ụ́件甚',\n    pro: 'ụ́:má:ụ́má',\n    form: '依名',\n    defs: 'tip [money]',\n  },\n  {\n    sym: 'ụ́健狙',\n    pro: 'ụ́:má:ọ́kwà',\n    form: '依名',\n    defs: 'announcement; warning',\n  },\n  {\n    sym: 'ụ́丸怠rá',\n    pro: 'ụ́:má:tá:rá',\n    form: '依器',\n    defs: 'informed; knowledgeable',\n  },\n  {\n    sym: 'ụ́健夕',\n    pro: 'ụ́:má:tọ́',\n    form: '依名',\n    defs: 'constitution',\n  },\n  {\n    sym: 'ụ́拳送',\n    pro: 'ụ́:má:zì',\n    form: '依名',\n    defs: 'envelope; letter wrapper',\n  },\n  {\n    sym: 'ụ́肩',\n    pro: 'ụ́:mà',\n    form: '依名',\n    defs: 'measurement; unit of measurement',\n  },\n  {\n    sym: 'ụ́丸怠',\n    pro: 'ụ́:mà:tá',\n    form: '依名',\n    defs: 'data; information',\n  },\n  {\n    sym: '供',\n    pro: 'ụ́mụ̀',\n    form: '依名',\n    defs: 'children; offspring; babies; youth; young; group; product; associated minatures; multiplicities',\n  },\n  {\n    sym: '休',\n    pro: 'ụ́mụ̀áká',\n    form: '依名',\n    defs: 'children; offspring; babies; toddlers',\n  },\n  {\n    sym: '供宜',\n    pro: 'ụ́mụ̀:áhị̀à',\n    form: '依名',\n    defs: 'Umuahia [town]',\n  },\n  {\n    sym: '供蛆',\n    pro: 'ụ́mụ̀:áhụ́ụ́hụ́ụ́',\n    form: '依名',\n    defs: 'insects; bugs',\n  },\n  {\n    sym: '供á遺',\n    pro: 'ụ́mụ̀:á:zị̀',\n    form: '依名',\n    defs: 'children; future generation',\n  },\n  {\n    sym: '供欠',\n    pro: 'ụ́mụ̀:ị́nyë',\n    form: '依名',\n    defs: 'items; objects; things',\n  },\n  {\n    sym: '供供',\n    pro: 'ụ́mụ̀:ụ́mụ̀',\n    form: '依名',\n    defs: 'descendants; progeny; children of children',\n  },\n  {\n    sym: '供倹',\n    pro: 'ụ́mụ̀:èjìmá',\n    form: '依名',\n    defs: 'twin children',\n  },\n  {\n    sym: '供鼠',\n    pro: 'ụ́mụ̀:òké',\n    form: '依名',\n    defs: 'mice [rat]',\n  },\n  {\n    sym: '供慰',\n    pro: 'ụ́mụ̀:ọ́nwä',\n    form: '依名',\n    defs: 'stars',\n  },\n  {\n    sym: '供子女',\n    pro: 'ụ́mụ̀:nwä:ńë:nwä:ànyị̀',\n    form: '依名',\n    defs: 'women; girls',\n  },\n  {\n    sym: '供子男',\n    pro: 'ụ́mụ̀:nwä:nwä:óké',\n    form: '依名',\n    defs: 'men; boys',\n  },\n  {\n    sym: '供畝昨',\n    pro: 'ụ́mụ̀:nà:édè',\n    form: '依名',\n    defs: 'Umunede [town]',\n  },\n  {\n    sym: '供滞',\n    pro: 'ụ́mụ̀:ǹzù',\n    form: '依名',\n    defs: 'data',\n  },\n  {\n    sym: '統',\n    pro: 'ụ́mụ̀ńà',\n    form: '依名',\n    defs: 'patrilineage; lineage; family line',\n  },\n  {\n    sym: '動',\n    pro: 'ụ́më',\n    form: '依名',\n    defs: 'action; a method; way; effect; verb; culture; procedure',\n  },\n  {\n    sym: '動土',\n    pro: 'ụ́më:àlà',\n    form: '依名',\n    defs: 'humility',\n  },\n  {\n    sym: '動心院',\n    pro: 'ụ́më:óbì:ọ̀hà',\n    form: '依名',\n    defs: 'philanthropy; 依器. philanthropy',\n  },\n  {\n    sym: '動料',\n    pro: 'ụ́më:òhèrè',\n    form: '依名',\n    defs: 'libertarianism [politics]; liberty',\n  },\n  {\n    sym: '動係',\n    pro: 'ụ́më:dáa',\n    form: '依名',\n    defs: 'routine',\n  },\n  {\n    sym: '動ń窟',\n    pro: 'ụ́më:ń:zọ́',\n    form: '依名',\n    defs: 'conservatism [politics]',\n  },\n  {\n    sym: '動営ụ̀接',\n    pro: 'ụ́më:nà:ụ̀:yị̀',\n    form: '依名',\n    defs: 'conformity; synchronisation; synchrony; unity; coming together',\n  },\n  {\n    sym: 'ụ́帰剁',\n    pro: 'ụ́:nọ̀:bì',\n    form: '依名',\n    defs: 'hotel; hospice; inn',\n  },\n  {\n    sym: 'ụ́帰延',\n    pro: 'ụ́:nọ̀:dị̀',\n    form: '依名',\n    defs: 'domain; category; genre',\n  },\n  {\n    sym: 'ụ́威ká',\n    pro: 'ụ́:nyá:ká',\n    form: '依名',\n    defs: 'sticker',\n  },\n  {\n    sym: 'ụ́威横',\n    pro: 'ụ́:nyá:sì',\n    form: '依名',\n    defs: 'concrete',\n  },\n  {\n    sym: 'ụ́角貝',\n    pro: 'ụ́:nyé:bá',\n    form: '依名',\n    defs: 'input; intake; 依器. intravenous; 撃昔営依. intro-',\n  },\n  {\n    sym: '拭',\n    pro: 'ụ́lụ́',\n    form: '依名',\n    defs: 'pulp',\n  },\n  {\n    sym: '制',\n    pro: 'ụ́lọ́',\n    form: '依名',\n    defs: 'clay; edible clay',\n  },\n  {\n    sym: 'ụ́鐘臭',\n    pro: 'ụ́:lọ́:ímí',\n    form: '依名',\n    defs: 'snot',\n  },\n  {\n    sym: '家',\n    pro: 'ụ́lọ̀',\n    form: '依名',\n    defs: 'house; building; home',\n  },\n  {\n    sym: '家葉',\n    pro: 'ụ́lọ̀:ákwụ́kwọ́',\n    form: '依名',\n    defs: 'school; library; academia',\n  },\n  {\n    sym: '家宜',\n    pro: 'ụ́lọ̀:áhị́á',\n    form: '依名',\n    defs: 'shop; market stall; store',\n  },\n  {\n    sym: '家à沖',\n    pro: 'ụ́lọ̀:à:kányá',\n    form: '依名',\n    defs: 'bamboo fronds housing; tent',\n  },\n  {\n    sym: '家à挫',\n    pro: 'ụ́lọ̀:à:hà',\n    form: '依名',\n    defs: 'duplex',\n  },\n  {\n    sym: '家淑',\n    pro: 'ụ́lọ̀:àzà',\n    form: '依名',\n    defs: 'bank; money store; safe',\n  },\n  {\n    sym: '家悪',\n    pro: 'ụ́lọ̀:úté',\n    form: '依名',\n    defs: 'youth centre [Afikpo]',\n  },\n  {\n    sym: '家大王',\n    pro: 'ụ́lọ̀:úkwú:ézè',\n    form: '依名',\n    defs: 'a king’s big house; palace; king’s house',\n  },\n  {\n    sym: '家ụ́KÀ',\n    pro: 'ụ́lọ̀:ụ́kà',\n    form: '依名',\n    defs: 'church house',\n  },\n  {\n    sym: '家ò剁剁',\n    pro: 'ụ́lọ̀:ò:bí:bí',\n    form: '依名',\n    defs: 'residence; home; abode',\n  },\n  {\n    sym: '家巻',\n    pro: 'ụ́lọ̀:ọ́gwụ̀',\n    form: '依名',\n    defs: 'hospital; chemist; medicine store',\n  },\n  {\n    sym: '家ọ́奥',\n    pro: 'ụ́lọ̀:ọ́:rụ́ụ́',\n    form: '依名',\n    defs: 'work; office building; company',\n  },\n  {\n    sym: '家刺',\n    pro: 'ụ́lọ̀:ḿgbídí',\n    form: '依名',\n    defs: 'mud house; adobe house; hut',\n  },\n  {\n    sym: '家逸',\n    pro: 'ụ́lọ̀:ǹgà',\n    form: '依名',\n    defs: 'prison; jail',\n  },\n  {\n    sym: 'ụ́誇',\n    pro: 'ụ́:jọ́',\n    form: '依名',\n    defs: 'fear; anxiety; fright',\n  },\n  {\n    sym: 'ụ́襟',\n    pro: 'ụ́:chị́',\n    form: '依器',\n    defs: 'axis; axle',\n  },\n  {\n    sym: '打',\n    pro: 'ụ́zụ́',\n    form: '依名',\n    defs: 'smithing; smithy',\n  },\n  {\n    sym: '畏',\n    pro: 'ụ́zọ̀',\n    form: '依名',\n    defs: 'road; path; way; track; street; portal; direction; route; door; highway; manner; means; procedure; method',\n  },\n  {\n    sym: '畏à胃rà',\n    pro: 'ụ́zọ̀:à:wàrà',\n    form: '依名',\n    defs: 'wormhole',\n  },\n  {\n    sym: '畏寺',\n    pro: 'ụ́zọ̀:ókpòrò',\n    form: '依名',\n    defs: 'railway; railroad',\n  },\n  {\n    sym: '畏代',\n    pro: 'ụ́zọ̀:òwèrè',\n    form: '依名',\n    defs: 'back door; rear entrance',\n  },\n  {\n    sym: '畏舷',\n    pro: 'ụ́zọ̀:wárá',\n    form: '依名',\n    defs: 'avenue',\n  },\n  {\n    sym: 'ụ́憬',\n    pro: 'ụ́:sá',\n    form: '依名',\n    defs: 'spacing; breadth; with',\n  },\n  {\n    sym: 'ụ́公rà',\n    pro: 'ụ́:sà:rà',\n    form: '依名',\n    defs: 'answer; reply; response',\n  },\n  {\n    sym: '局均',\n    pro: 'ụ́:sụ́',\n    form: '依名',\n    defs: 'bat [animal]',\n  },\n  {\n    sym: 'ụ́侵土',\n    pro: 'ụ́:ñà:àlà',\n    form: '依名',\n    defs: 'earthquake',\n  },\n  {\n    sym: '墾',\n    pro: 'ụ̀kpá',\n    form: '依名',\n    defs: 'strolling; walking and have a conversation; friendship; strolling; promenade',\n  },\n  {\n    sym: '婚',\n    pro: 'ụ̀kpàrá',\n    form: '依名',\n    defs: 'grasshopper',\n  },\n  {\n    sym: 'ụ̀真',\n    pro: 'ụ̀:bá',\n    form: '依名',\n    defs: 'profit; wealth; treasure; money; capital; riches; prosperity',\n  },\n  {\n    sym: 'ụ̀bánị̀',\n    pro: null,\n    form: '依名',\n    defs: 'Bonny Island',\n  },\n  {\n    sym: 'ụ̀真淑',\n    pro: 'ụ̀:bá:àzà',\n    form: '依名',\n    defs: 'bank account',\n  },\n  {\n    sym: '郊',\n    pro: 'ụ̀bị̀àṃ',\n    form: '依名',\n    defs: '依器. poverty; poor; destitution; want; indigence; hardship',\n  },\n  {\n    sym: '庁',\n    pro: 'ụ̀bọ́',\n    form: '依名',\n    defs: 'thumb piano; sanza',\n  },\n  {\n    sym: 'ụ̀木',\n    pro: 'ụ̀:gà',\n    form: '依名',\n    defs: 'uga plant',\n  },\n  {\n    sym: 'ụ̀仙',\n    pro: 'ụ̀:gbá',\n    form: '依名',\n    defs: 'oil bean seed; meal made from oil bean',\n  },\n  {\n    sym: 'ụ̀左',\n    pro: 'ụ̀:gbà',\n    form: '依名',\n    defs: 'crash',\n  },\n  {\n    sym: 'ụ̀伸伸rà',\n    pro: 'ụ̀:ghá:ghà:rà',\n    form: '依名',\n    defs: 'mutation; warp',\n  },\n  {\n    sym: 'ụ̀伸',\n    pro: 'ụ̀:ghà',\n    form: '依名',\n    defs: 'mutation; warp',\n  },\n  {\n    sym: 'ụ̀刈',\n    pro: 'ụ̀:ghọ́',\n    form: '依名',\n    defs: 'mistake; accident; mishap',\n  },\n  {\n    sym: '校',\n    pro: 'ụ̀dà',\n    form: '依名',\n    defs: 'sound; reverberation; tone; timbre; reputation; authority',\n  },\n  {\n    sym: '場',\n    pro: 'ụ̀dà',\n    form: '依名',\n    defs: 'competition; sport',\n  },\n  {\n    sym: 'ụ̀員',\n    pro: 'ụ̀:dà',\n    form: '依名',\n    defs: 'falling; collapsing; failure; unsuccessful',\n  },\n  {\n    sym: '校憎',\n    pro: 'ụ̀dà:úmé',\n    form: '依名',\n    defs: '依器. tone; pitch; vowel [linguistics]',\n  },\n  {\n    sym: '校圏',\n    pro: 'ụ̀dà:ólú',\n    form: '依名',\n    defs: 'voice',\n  },\n  {\n    sym: '校狂',\n    pro: 'ụ̀dà:ólú',\n    form: '依名',\n    defs: '依器. tone [linguistics]',\n  },\n  {\n    sym: '彙',\n    pro: 'ụ̀dụ́dọ́',\n    form: '依名',\n    defs: 'spider',\n  },\n  {\n    sym: 'ụ̀対',\n    pro: 'ụ̀:dụ̀',\n    form: '依名',\n    defs: 'nature; 依器. natural',\n  },\n  {\n    sym: 'ụ̀急',\n    pro: 'ụ̀:dọ̀',\n    form: '依名',\n    defs: 'rope; string; twine; pulling',\n  },\n  {\n    sym: 'ụ̀揮',\n    pro: 'ụ̀:kọ̀',\n    form: '依名',\n    defs: 'ambassador; representative; special messenger; middleman',\n  },\n  {\n    sym: '球',\n    pro: 'ụ̀fà',\n    form: '依名',\n    defs: 'good luck; auspicious',\n  },\n  {\n    sym: 'ụ̀汗',\n    pro: 'ụ̀:fụ́',\n    form: '依名',\n    defs: 'pain; suffering; hurt',\n  },\n  {\n    sym: 'ụ̀階rụ̀',\n    pro: 'ụ̀:fụ̀:rụ̀',\n    form: '動',\n    defs: 'bubbles',\n  },\n  {\n    sym: 'ụ̀f階',\n    pro: 'ụ̀:f:ụ̀fụ̀',\n    form: '依名',\n    defs: 'foam',\n  },\n  {\n    sym: 'ụ̀群',\n    pro: 'ụ̀:fọ́',\n    form: '依名',\n    defs: 'remainder; left overs',\n  },\n  {\n    sym: 'ụ̀群対',\n    pro: 'ụ̀:fọ́:dụ́',\n    form: '依錦',\n    defs: '依名衣. ń器動. some; remaining; others',\n  },\n  {\n    sym: 'ụ̀休',\n    pro: 'ụ̀:rị̀ọ̀ṃ',\n    form: '依名',\n    defs: 'chick; day-old young chick; grower chick',\n  },\n  {\n    sym: 'ụ̀億',\n    pro: 'ụ̀:rụ́',\n    form: '依名',\n    defs: 'mischief; fraud; trickery; cunningness; guile; wickedness',\n  },\n  {\n    sym: 'ụ̀億土',\n    pro: 'ụ̀:rụ́:àlà',\n    form: '依名',\n    defs: 'cunningness; craftiness',\n  },\n  {\n    sym: '御',\n    pro: 'ụ̀tá',\n    form: '依名',\n    defs: 'archery; bow and arrow; arrow; bow',\n  },\n  {\n    sym: '説',\n    pro: 'ụ̀tàbà',\n    form: '依名',\n    defs: 'tobacco; snuff',\n  },\n  {\n    sym: '即',\n    pro: 'ụ̀tụ́',\n    form: '依名',\n    defs: 'tax; tribute; contribution; levy',\n  },\n  {\n    sym: '駒',\n    pro: 'ụ̀tụ́tụ̀',\n    form: '依名',\n    defs: 'morning',\n  },\n  {\n    sym: 'ụ̀滋',\n    pro: 'ụ̀:hị̀',\n    form: '依名',\n    defs: '依器. curve; turn',\n  },\n  {\n    sym: '世',\n    pro: 'ụ̀wà',\n    form: '依名',\n    defs: 'world; universe; earth; life; existence; destiny; fate',\n  },\n  {\n    sym: '世土',\n    pro: 'ụ̀wà:àlà',\n    form: '依名',\n    defs: 'Earth [planet]',\n  },\n  {\n    sym: '世壌',\n    pro: 'ụ̀wà:gbúrù',\n    form: '依名',\n    defs: '依器. globe; global',\n  },\n  {\n    sym: '世壌壌',\n    pro: 'ụ̀wà:gbùrù:gbúrù',\n    form: '依名',\n    defs: 'worldwide',\n  },\n  {\n    sym: 'ụ̀色',\n    pro: 'ụ̀:nwà',\n    form: '依名',\n    defs: 'endeavour',\n  },\n  {\n    sym: 'ụ̀松',\n    pro: 'ụ̀:yọ̀',\n    form: '依名',\n    defs: 'rattling; jangling; rattle; cymbal; jangle; shaking',\n  },\n  {\n    sym: '致',\n    pro: 'ụ̀má',\n    form: '依名',\n    defs: 'purpose; need; ń器動. deliberate; conscious; calculated',\n  },\n  {\n    sym: '弔',\n    pro: 'ụ̀má',\n    form: '依名',\n    defs: 'song; ululation',\n  },\n  {\n    sym: '虫',\n    pro: 'ụ̀màrà',\n    form: '依名',\n    defs: 'rudder',\n  },\n  {\n    sym: '水琴',\n    pro: 'ụ̀:mị́',\n    form: '依名',\n    defs: 'cistern; well; watering hole; reservoir',\n  },\n  {\n    sym: 'ụ̀試',\n    pro: 'ụ̀:mị́',\n    form: '依名',\n    defs: 'conduit; pipe; tube',\n  },\n  {\n    sym: 'ụ̀尊',\n    pro: 'ụ̀:mị́',\n    form: '依名',\n    defs: 'marrow',\n  },\n  {\n    sym: 'ụ̀壊誇呼',\n    pro: 'ụ̀:më:jọ́:àgwà',\n    form: '依名',\n    defs: 'colourism',\n  },\n  {\n    sym: 'ụ̀壊誇刷',\n    pro: 'ụ̀:më:jọ́:ébó',\n    form: '依名',\n    defs: 'racism; ethnocentrism',\n  },\n  {\n    sym: '礎',\n    pro: 'ụ̀nà',\n    form: '依名',\n    defs: 'gift; precious gift; artifact',\n  },\n  {\n    sym: '礎脅',\n    pro: 'ụ̀nà:nyá',\n    form: '依名',\n    defs: 'artifact; antique',\n  },\n  {\n    sym: 'ụ̀帰帰',\n    pro: 'ụ̀:nụ̀:nọ̀',\n    form: '依名',\n    defs: 'zone',\n  },\n  {\n    sym: 'ụ̀遇',\n    pro: 'ụ̀:nyà',\n    form: '依名',\n    defs: 'transportation; movement by vehicle; steering',\n  },\n  {\n    sym: 'ụ̀脅吟',\n    pro: 'ụ̀nyà:áhụ̀',\n    form: '依名',\n    defs: 'yesterday; previous day',\n  },\n  {\n    sym: 'ụ̀nyị̀遇',\n    pro: 'ụ̀nyị̀:nyà',\n    form: '依名',\n    defs: 'vehicle; motorized vehicle; means of transport; conveyance; machine',\n  },\n  {\n    sym: 'ụ̀机',\n    pro: 'ụ̀:lá',\n    form: '依名',\n    defs: 'departure; exit; death',\n  },\n  {\n    sym: 'ụ̀机過',\n    pro: 'ụ̀:lá:íyí',\n    form: '依名',\n    defs: 'ebb; tide; 依器. tidal',\n  },\n  {\n    sym: 'ụ̀机虞',\n    pro: 'ụ̀:lá:úchè',\n    form: '依名',\n    defs: 'apathy; depression',\n  },\n  {\n    sym: '奨',\n    pro: 'ụ̀lụ́',\n    form: '依名',\n    defs: 'middle child; second child bom lo a mother',\n  },\n  {\n    sym: '奨割',\n    pro: 'ụ̀lụ́:àdá',\n    form: '依名',\n    defs: 'second daughter of a mother',\n  },\n  {\n    sym: '奨渇',\n    pro: 'ụ̀lụ́:ọ́kpárá',\n    form: '依名',\n    defs: 'second son of a mother',\n  },\n  {\n    sym: '奨ḿ煙',\n    pro: 'ụ̀lụ́:ḿ:má',\n    form: '依名',\n    defs: 'second daughter of a mother',\n  },\n  {\n    sym: 'ụ̀司',\n    pro: 'ụ̀:chị́',\n    form: '依名',\n    defs: 'administration; act of governing; government; reign',\n  },\n  {\n    sym: 'ụ̀司去',\n    pro: 'ụ̀:chị́:ùdó',\n    form: '依名',\n    defs: 'a reign of peace; peace time',\n  },\n  {\n    sym: '憧',\n    pro: 'ụ̀chị́chá',\n    form: '依名',\n    defs: 'cockroach',\n  },\n  {\n    sym: '刹',\n    pro: 'ụ̀chị̀chị̀',\n    form: '依名',\n    defs: 'night; evening; darkness',\n  },\n  {\n    sym: '損',\n    pro: 'ụ̀zụ́',\n    form: '依名',\n    defs: 'early dawn',\n  },\n  {\n    sym: '旗',\n    pro: 'ụ̀zụ̀',\n    form: '依名',\n    defs: 'noise; loud noise',\n  },\n  {\n    sym: 'ụ̀窟ó長',\n    pro: 'ụ̀:zọ̀:ó:chíé',\n    form: '依名',\n    defs: 'history museum',\n  },\n  {\n    sym: 'ụ̀憬土',\n    pro: 'ụ̀:sá:àlà',\n    form: '依名',\n    defs: 'continent',\n  },\n  {\n    sym: '庶',\n    pro: 'ụ̀sà',\n    form: '依名',\n    defs: 'excuse; response',\n  },\n  {\n    sym: 'ÚNÚKÚ送ṃ',\n    pro: 'únúkú:zì:ṃ',\n    form: '依名',\n    defs: 'ununoctium [Uuo]',\n  },\n  {\n    sym: 'ÚNÙPÙ送ṃ',\n    pro: 'únùpù:zì:ṃ',\n    form: '依名',\n    defs: 'Ununpentium [Uup]',\n  },\n  {\n    sym: 'ÚNÙŃSÉPÙ送ṃ',\n    pro: 'únùńsépù:zì:ṃ',\n    form: '依名',\n    defs: 'ununseptium [Uus]',\n  },\n  {\n    sym: 'ÙNÙ送ṃ',\n    pro: 'ùnù:zì:ṃ',\n    form: '依名',\n    defs: 'ununtrium [Uut]',\n  },\n  {\n    sym: 'ụ́KÀ',\n    pro: null,\n    form: '依名',\n    defs: 'church; sermon',\n  },\n  {\n    sym: 'é中',\n    pro: 'é:pé',\n    form: '依名',\n    defs: 'grove; sacred forest',\n  },\n  {\n    sym: 'é中院',\n    pro: 'é:pé:ọ̀hà',\n    form: '依名',\n    defs: 'national park',\n  },\n  {\n    sym: 'é忌',\n    pro: 'é:pùṃ',\n    form: '依名',\n    defs: 'citizen; native; indigene 依器. civil',\n  },\n  {\n    sym: 'é画',\n    pro: 'é:pè',\n    form: '依名',\n    defs: 'orange tree fruit',\n  },\n  {\n    sym: 'é阻阻',\n    pro: 'é:bú:bó',\n    form: '依名',\n    defs: 'accusation; false accusation',\n  },\n  {\n    sym: 'é砕',\n    pro: 'é:bé',\n    form: '依名',\n    defs: 'beetle',\n  },\n  {\n    sym: '所',\n    pro: 'ébé',\n    form: '依名',\n    defs: 'place; location; area; locality; country; site',\n  },\n  {\n    sym: '所吟',\n    pro: 'ébé:áhụ̀',\n    form: 'ń器動',\n    defs: 'there',\n  },\n  {\n    sym: '所継',\n    pro: 'ébé:àa',\n    form: '固',\n    defs: 'ń器動. this place; here',\n  },\n  {\n    sym: '所ò廊',\n    pro: 'ébé:ò:lé',\n    form: 'ń器動',\n    defs: 'where',\n  },\n  {\n    sym: '所限',\n    pro: 'ébé:ḿányá',\n    form: '依名',\n    defs: 'bar [for drinks]; drinking place; saloon; tavern; pub; club',\n  },\n  {\n    sym: '所資',\n    pro: 'ébé:níilé',\n    form: '依名',\n    defs: 'ń器動. everywhere',\n  },\n  {\n    sym: '漢干',\n    pro: 'é:bénébé',\n    form: '依名',\n    defs: 'wonders; magnificent event; a suprising event',\n  },\n  {\n    sym: '脱',\n    pro: 'ébí',\n    form: '依名',\n    defs: 'gong; bell',\n  },\n  {\n    sym: '丹',\n    pro: 'ébì',\n    form: '依名',\n    defs: 'staff; warrant',\n  },\n  {\n    sym: '鍛',\n    pro: 'ébì',\n    form: '依名',\n    defs: 'porcupine',\n  },\n  {\n    sym: 'é核絞',\n    pro: 'é:b:ì',\n    form: '依名',\n    defs: 'tornado; rainstorm; seastorm; tempest',\n  },\n  {\n    sym: 'é香',\n    pro: 'é:bìrì',\n    form: '依名',\n    defs: '依器. age mate; peer; kind; type',\n  },\n  {\n    sym: '羨',\n    pro: 'ékpé',\n    form: '依名',\n    defs: 'widow; widower',\n  },\n  {\n    sym: 'é匠',\n    pro: 'é:kpé',\n    form: '依名',\n    defs: 'will; decree',\n  },\n  {\n    sym: '瀬',\n    pro: 'ékpó',\n    form: '依名',\n    defs: 'mask; masquerade',\n  },\n  {\n    sym: '所ò廊',\n    pro: 'ébé:ò:lé',\n    form: 'ń器動',\n    defs: 'where; what location',\n  },\n  {\n    sym: '刷',\n    pro: 'ébó',\n    form: '依名',\n    defs: 'residential unit; lineage; section; tribe; ethnicity; ethno',\n  },\n  {\n    sym: 'é尚',\n    pro: 'é:gùrù',\n    form: '依名',\n    defs: 'rheumatism; swelling of the joints',\n  },\n  {\n    sym: '扇',\n    pro: 'égédégé',\n    form: '依名',\n    defs: 'surface; facade; side',\n  },\n  {\n    sym: '扇垣',\n    pro: 'égédégé:ínyú',\n    form: '依名',\n    defs: 'forehead',\n  },\n  {\n    sym: '扇簡',\n    pro: 'égédégé:ísí',\n    form: '依名',\n    defs: 'forehead',\n  },\n  {\n    sym: '素',\n    pro: 'égédégé',\n    form: '依名',\n    defs: 'shin',\n  },\n  {\n    sym: '素扱',\n    pro: 'égédégé:ụ́kwụ́',\n    form: '依名',\n    defs: 'shin',\n  },\n  {\n    sym: '架',\n    pro: 'égó',\n    form: '依名',\n    defs: 'money; currency',\n  },\n  {\n    sym: '架稼',\n    pro: 'égó:áká',\n    form: '依名',\n    defs: 'cowry bracelet',\n  },\n  {\n    sym: '架松',\n    pro: 'égó:àyọ̀',\n    form: '依名',\n    defs: 'small cowries',\n  },\n  {\n    sym: '架将',\n    pro: 'égó:àyọ̀rọ̀',\n    form: '依名',\n    defs: 'small cowries',\n  },\n  {\n    sym: '架ò廊',\n    pro: 'égó:ò:lé',\n    form: 'ń器動',\n    defs: 'how much; price',\n  },\n  {\n    sym: '架睡',\n    pro: 'égó:rù',\n    form: '依名',\n    defs: 'currency',\n  },\n  {\n    sym: '架睡ń教災',\n    pro: 'égó:rù:ń:zó:dò',\n    form: '依名',\n    defs: 'cryptocurrency',\n  },\n  {\n    sym: '架熊熊',\n    pro: 'égó:kị́rị́:kị́rị́',\n    form: '依名',\n    defs: 'coin; coweries; change [money]',\n  },\n  {\n    sym: '介',\n    pro: 'égbé',\n    form: '依名',\n    defs: 'kite [bird]',\n  },\n  {\n    sym: '機',\n    pro: 'égbè',\n    form: '依名',\n    defs: 'gun; firearm',\n  },\n  {\n    sym: '勝',\n    pro: 'égbèrè',\n    form: '依名',\n    defs: 'lips',\n  },\n  {\n    sym: '勝口',\n    pro: 'égbèrè:ọ́nụ́',\n    form: '依名',\n    defs: 'lips',\n  },\n  {\n    sym: '喪',\n    pro: 'égbèńdụ̀',\n    form: '依名',\n    defs: 'cannon',\n  },\n  {\n    sym: '機cháḿ',\n    pro: 'égbè:cháḿ',\n    form: '依名',\n    defs: 'musket gun; dane gun',\n  },\n  {\n    sym: 'é伺',\n    pro: 'é:gwu',\n    form: '依名',\n    defs: 'playing around; fun',\n  },\n  {\n    sym: 'é伺慰',\n    pro: 'é:gwu:ọ́nwä',\n    form: '依名',\n    defs: 'children’s moonlight dance and games',\n  },\n  {\n    sym: 'é伺r伺',\n    pro: 'é:gwu:r:égwú',\n    form: '依名',\n    defs: 'playing around; fun',\n  },\n  {\n    sym: '易',\n    pro: 'égwú',\n    form: '依名',\n    defs: 'rhythm; dance; music; song',\n  },\n  {\n    sym: '録',\n    pro: 'égwù',\n    form: '依名',\n    defs: 'fear; danger; hazard; anxiety; dread; terror; 依器. terrible; fearful; scary',\n  },\n  {\n    sym: '最',\n    pro: 'égwù',\n    form: '依名',\n    defs: '依器. wonder; winderful; amazing; full of ora; unbelievable; out of the question',\n  },\n  {\n    sym: 'é帳',\n    pro: 'édí',\n    form: '依名',\n    defs: 'civet cat; rodent',\n  },\n  {\n    sym: '筋',\n    pro: 'érírí',\n    form: '依名',\n    defs: 'rope; string; thread',\n  },\n  {\n    sym: '筋袖',\n    pro: 'érírí:áfọ́',\n    form: '依名',\n    defs: 'intestines; entrails; guts',\n  },\n  {\n    sym: '筋子',\n    pro: 'érírí:nwä',\n    form: '依名',\n    defs: 'umbilical chord; umbilicus',\n  },\n  {\n    sym: 'é筋',\n    pro: 'é:rìrì',\n    form: '依名',\n    defs: 'electric eel',\n  },\n  {\n    sym: 'é睡睡',\n    pro: 'é:rù:rù',\n    form: '依名',\n    defs: 'flow',\n  },\n  {\n    sym: '絹',\n    pro: 'érùlù',\n    form: '依名',\n    defs: 'coral',\n  },\n  {\n    sym: 'é丈',\n    pro: 'é:rò',\n    form: '依名',\n    defs: 'thought; reflection; musings; advice; scheme; plan',\n  },\n  {\n    sym: '祖',\n    pro: 'édé',\n    form: '依名',\n    defs: 'middle',\n  },\n  {\n    sym: 'é肝',\n    pro: 'é:dé',\n    form: '依名',\n    defs: 'writing; writing system; written language',\n  },\n  {\n    sym: 'é肝紅',\n    pro: 'é:dé:èzí',\n    form: '依名',\n    defs: 'Apocrypha',\n  },\n  {\n    sym: 'é肝ré',\n    pro: 'é:dé:ré',\n    form: '依名',\n    defs: 'writing; letter; written proclamation; written sign; article; essay; script; write-up; written story',\n  },\n  {\n    sym: 'é肝m肝',\n    pro: 'é:dé:m:édé',\n    form: '依名',\n    defs: 'writing; article; essay; script; write-up; written story; writing excercise',\n  },\n  {\n    sym: 'é肝艶',\n    pro: 'é:dé:ńdụ̀',\n    form: '依名',\n    defs: 'biography',\n  },\n  {\n    sym: 'é肝艶自',\n    pro: 'é:dé:ńdụ̀:ònwé',\n    form: '依名',\n    defs: 'autobiography',\n  },\n  {\n    sym: 'é肝向',\n    pro: 'é:dé:zí',\n    form: '依名',\n    defs: 'spelling; correct spelling',\n  },\n  {\n    sym: '昨',\n    pro: 'édè',\n    form: '依名',\n    defs: 'cocoyam',\n  },\n  {\n    sym: '昨土',\n    pro: 'édè:àlà',\n    form: '依名',\n    defs: 'a tuber plant [Cynastrum cordifolium]',\n  },\n  {\n    sym: '講',\n    pro: 'éré',\n    form: '依名',\n    defs: 'floor; level; storey',\n  },\n  {\n    sym: 'é堆',\n    pro: 'é:ró',\n    form: '依名',\n    defs: 'mushroom; fungus',\n  },\n  {\n    sym: 'é堆煙',\n    pro: 'é:ró:ḿá',\n    form: '依名',\n    defs: 'veiled stinkhorn [Phallus indusiatus]',\n  },\n  {\n    sym: 'é堆霊',\n    pro: 'é:ró:ḿụ́ọo',\n    form: '依名',\n    defs: 'kind of poisonous mushroom',\n  },\n  {\n    sym: 'é希r希',\n    pro: 'é:tì:r:íétì',\n    form: '依名',\n    defs: 'George cloth; plaid [archaic: Madras] 浪遭: Jọ́Jị̀',\n  },\n  {\n    sym: 'é和',\n    pro: 'é:té',\n    form: '依名',\n    defs: 'offence',\n  },\n  {\n    sym: 'é醜',\n    pro: 'é:té',\n    form: '依名',\n    defs: 'spiral string; spiral',\n  },\n  {\n    sym: '株',\n    pro: 'étémété',\n    form: '依名',\n    defs: 'cycle; movement',\n  },\n  {\n    sym: '式',\n    pro: 'ékíké',\n    form: '依名',\n    defs: 'decoration; design; adornment; attire; dress; fashion; costume; print; pattern',\n  },\n  {\n    sym: '式頑',\n    pro: 'ékíké:àhụ́',\n    form: '依名',\n    defs: 'body art; body design',\n  },\n  {\n    sym: '授',\n    pro: 'ékìkì',\n    form: '依名',\n    defs: 'rim',\n  },\n  {\n    sym: 'é少',\n    pro: 'é:kìkò',\n    form: '依名',\n    defs: 'rust',\n  },\n  {\n    sym: '泰',\n    pro: 'ékú',\n    form: '依名',\n    defs: 'ladle',\n  },\n  {\n    sym: '帯',\n    pro: 'ékò',\n    form: '依名',\n    defs: 'lily',\n  },\n  {\n    sym: '帯過',\n    pro: 'ékò:íyí',\n    form: '依名',\n    defs: 'water lily',\n  },\n  {\n    sym: '久',\n    pro: 'éké',\n    form: '依名',\n    defs: 'royal python; ball python',\n  },\n  {\n    sym: '久大',\n    pro: 'éké:úkwú',\n    form: '依名',\n    defs: 'boa constrictor',\n  },\n  {\n    sym: '久録',\n    pro: 'éké:égwù',\n    form: '依名',\n    defs: 'dragon',\n  },\n  {\n    sym: '踪',\n    pro: 'ékérè',\n    form: '依名',\n    defs: 'musical instrument',\n  },\n  {\n    sym: '久畝償',\n    pro: 'éké:nà:ógwùrùgwù',\n    form: '依名',\n    defs: 'python and the sacred snake; rainbow',\n  },\n  {\n    sym: '久横ṃ',\n    pro: 'éké:sì:ṃ',\n    form: '依名',\n    defs: 'rhenium [Re]',\n  },\n  {\n    sym: '枝',\n    pro: 'ékè',\n    form: '依名',\n    defs: 'creation; destiny; deity of fate',\n  },\n  {\n    sym: '衆',\n    pro: 'ékèléké',\n    form: '依名',\n    defs: 'stilts; stilt dance',\n  },\n  {\n    sym: '海',\n    pro: 'ékwú',\n    form: '依名',\n    defs: 'hearth; kitchen; hearth spirit the domestic spirit of women worshipped by the woman head of a household',\n  },\n  {\n    sym: '海級',\n    pro: 'ékwú:ígwè',\n    form: '依名',\n    defs: 'metal cooking stand',\n  },\n  {\n    sym: 'é鋭員',\n    pro: 'é:kwú:dà',\n    form: '依名',\n    defs: '依器. misspeak',\n  },\n  {\n    sym: 'é鋭営é鏡',\n    pro: 'é:kwú:nà:é:fù',\n    form: '依器',\n    defs: 'glib; obfuscation',\n  },\n  {\n    sym: 'é羞',\n    pro: 'ékwùrú',\n    form: '依名',\n    defs: 'singing bird',\n  },\n  {\n    sym: '鯨',\n    pro: 'ékwé',\n    form: '依名',\n    defs: 'woods; thicket',\n  },\n  {\n    sym: '袋',\n    pro: 'ékwé',\n    form: '依名',\n    defs: 'woods; forest',\n  },\n  {\n    sym: '釣',\n    pro: 'ékwé',\n    form: '依名',\n    defs: 'gong; slit drum',\n  },\n  {\n    sym: '多',\n    pro: 'ékwéré',\n    form: '依名',\n    defs: 'loom',\n  },\n  {\n    sym: '釣規',\n    pro: 'ékwé:ńtị̀',\n    form: '依名',\n    defs: 'mobile phone; telephone',\n  },\n  {\n    sym: '屋',\n    pro: 'ékwéńsú',\n    form: '依名',\n    defs: 'trickster deity',\n  },\n  {\n    sym: '瓦',\n    pro: 'ékwè',\n    form: '依名',\n    defs: 'mortar',\n  },\n  {\n    sym: 'é町',\n    pro: 'é:kwò',\n    form: '依名',\n    defs: 'stern',\n  },\n  {\n    sym: '顕',\n    pro: 'éfù',\n    form: '口控',\n    defs: '依名. empty; zero; naught',\n  },\n  {\n    sym: 'é鏡',\n    pro: 'é:fù',\n    form: '依名',\n    defs: '依器. lost; obscure; futile; pointless; degeneration; waste; uselessness',\n  },\n  {\n    sym: 'é鏡芯ì送',\n    pro: 'é:fù:ákwárà:ì:zì',\n    form: '依名',\n    defs: 'neurodegeneration; 依器. neuro-degenerative',\n  },\n  {\n    sym: '験',\n    pro: 'éfùléfù',\n    form: '依名',\n    defs: 'emptiness; vagabond; sell out; traitor; drifter; degenerate',\n  },\n  {\n    sym: 'é岩',\n    pro: 'é:fé',\n    form: '依名',\n    defs: 'clothing; shirt',\n  },\n  {\n    sym: 'é岩簡',\n    pro: 'é:fé:ísí',\n    form: '依名',\n    defs: 'head tie; headdress',\n  },\n  {\n    sym: '吸',\n    pro: 'éféré',\n    form: '依名',\n    defs: 'plate; dish',\n  },\n  {\n    sym: '吸憬',\n    pro: 'éféré:sá',\n    form: '依名',\n    defs: 'dish; disk',\n  },\n  {\n    sym: 'é轄',\n    pro: 'é:fè',\n    form: '依名',\n    defs: 'tolerance; freedom; ease',\n  },\n  {\n    sym: '賀',\n    pro: 'éhí',\n    form: '依名',\n    defs: 'cow',\n  },\n  {\n    sym: '賀林',\n    pro: 'éhí:ọ́ḧị́á',\n    form: '依名',\n    defs: 'buffalo',\n  },\n  {\n    sym: 'é升',\n    pro: 'éhìè',\n    form: '依名',\n    defs: 'fibroids; growth in uterus abdomen',\n  },\n  {\n    sym: '仁',\n    pro: 'éhìrì',\n    form: '依名',\n    defs: 'pond; ditch containing rainwater',\n  },\n  {\n    sym: '仁水',\n    pro: 'éhìrì:ḿírí',\n    form: '依名',\n    defs: 'pond',\n  },\n  {\n    sym: '胎',\n    pro: 'éhìhì',\n    form: '依名',\n    defs: 'omen; prognosis',\n  },\n  {\n    sym: 'é象象',\n    pro: 'é:hì:hì',\n    form: '依名',\n    defs: 'transformation',\n  },\n  {\n    sym: '待',\n    pro: 'éhèrè',\n    form: '依名',\n    defs: 'body of water; sea; ocean',\n  },\n  {\n    sym: '待水',\n    pro: 'éhèrè:ḿírí',\n    form: '依名',\n    defs: 'body of water; sea; ocean',\n  },\n  {\n    sym: '祈',\n    pro: 'éwí',\n    form: '依名',\n    defs: 'bush rat; bush rabbit',\n  },\n  {\n    sym: '活',\n    pro: 'éwú',\n    form: '依名',\n    defs: 'goat',\n  },\n  {\n    sym: '活林',\n    pro: 'éwú:ọ́ḧị́á',\n    form: '依名',\n    defs: 'mountain goat; ibex; bush cow',\n  },\n  {\n    sym: '活挙',\n    pro: 'éwú:ọ̀yị̀',\n    form: '依名',\n    defs: 'goat offered by a male suitor to a woman',\n  },\n  {\n    sym: '活魂',\n    pro: 'éwú:chí',\n    form: '依名',\n    defs: 'offering goat',\n  },\n  {\n    sym: 'éw照',\n    pro: 'é:w:ù',\n    form: '依名',\n    defs: 'popularlity; fame; reputation',\n  },\n  {\n    sym: 'é各堪火',\n    pro: 'é:wé:zù:gá',\n    form: 'ń器動',\n    defs: 'except for; with exception of; apart from; unless',\n  },\n  {\n    sym: 'é各堪火倉',\n    pro: 'é:wé:zù:gà:ghị̀',\n    form: 'ń器動',\n    defs: 'if; unless',\n  },\n  {\n    sym: '卒',\n    pro: 'éyí',\n    form: '依名',\n    defs: 'rabbit',\n  },\n  {\n    sym: 'é街',\n    pro: 'é:mìi',\n    form: '依名',\n    defs: 'whale',\n  },\n  {\n    sym: 'é関',\n    pro: 'é:ményí',\n    form: '依名',\n    defs: 'manatee; sea cow [Ogba]',\n  },\n  {\n    sym: '上哀',\n    pro: 'énú:ụ́gwụ́',\n    form: '依名',\n    defs: 'Enugwu [town]',\n  },\n  {\n    sym: '巣',\n    pro: 'énété',\n    form: '依名',\n    defs: 'verandah; porch; balcony',\n  },\n  {\n    sym: '関',\n    pro: 'ényí',\n    form: '依名',\n    defs: 'elephant',\n  },\n  {\n    sym: '込',\n    pro: 'ényì',\n    form: '依名',\n    defs: 'friend; lover; partner',\n  },\n  {\n    sym: 'é結',\n    pro: 'é:lì',\n    form: '依名',\n    defs: 'height; surface; top',\n  },\n  {\n    sym: 'é殉',\n    pro: 'é:lìrí',\n    form: '依名',\n    defs: 'melon; melon seeds',\n  },\n  {\n    sym: '上',\n    pro: 'élú',\n    form: '簡残',\n    defs: 'ń器動. top; atop; on top; over; up; 依器. good; working; proper; in good standing; optimum; best; high',\n  },\n  {\n    sym: '上土',\n    pro: 'élú:àlà',\n    form: '依名',\n    defs: 'Enuani; Africa; hinterland; plateau; up country; dry land',\n  },\n  {\n    sym: '上亜',\n    pro: 'élú:ígwé',\n    form: '依名',\n    defs: 'heaven',\n  },\n  {\n    sym: '上哀',\n    pro: 'élú:ụ́gwụ́',\n    form: '依名',\n    defs: 'hill top; Elu Ugwu Igbo population',\n  },\n  {\n    sym: '上講',\n    pro: 'élú:éré',\n    form: '依名',\n    defs: 'attic',\n  },\n  {\n    sym: '上上',\n    pro: 'élú:élú',\n    form: '簡残',\n    defs: 'ń器動. far atop; North',\n  },\n  {\n    sym: '上営土',\n    pro: 'élú:nà:àlà',\n    form: '依名',\n    defs: 'upside down',\n  },\n  {\n    sym: 'é子',\n    pro: 'é:lé',\n    form: '依名',\n    defs: 'toddler',\n  },\n  {\n    sym: 'é嵐',\n    pro: 'é:lé',\n    form: '依名',\n    defs: 'antelope; deer; buck',\n  },\n  {\n    sym: 'é嵐水',\n    pro: 'é:lé:ḿírí',\n    form: '依名',\n    defs: 'river antelope',\n  },\n  {\n    sym: 'é怠',\n    pro: 'é:lékéré',\n    form: '依名',\n    defs: 'clock; p.m.',\n  },\n  {\n    sym: 'é怠稼',\n    pro: 'é:lé:áká',\n    form: '依名',\n    defs: 'watch',\n  },\n  {\n    sym: 'é宛宛',\n    pro: 'é:jì:jè',\n    form: '依名',\n    defs: 'walking',\n  },\n  {\n    sym: 'é宛宛口',\n    pro: 'é:jì:jè:ọ́nụ́',\n    form: '依名',\n    defs: 'oral drama',\n  },\n  {\n    sym: 'é換結',\n    pro: 'é:jé:lí',\n    form: '依名',\n    defs: 'gradient [on hill]',\n  },\n  {\n    sym: 'é換結呼',\n    pro: 'é:jé:lí:àgwà',\n    form: '依名',\n    defs: 'gradient [colour]',\n  },\n  {\n    sym: 'é最',\n    pro: 'é:shí',\n    form: '依名',\n    defs: '依器. wonder; miracle',\n  },\n  {\n    sym: '患',\n    pro: 'échí',\n    form: '依名',\n    defs: 'ń器動. tomorrow',\n  },\n  {\n    sym: '患査環',\n    pro: 'échí:été:ká',\n    form: '依名',\n    defs: 'Gaboon viper [Bitis gabonica]',\n  },\n  {\n    sym: '快',\n    pro: 'échìchè',\n    form: '依名',\n    defs: 'thought; memory; mind',\n  },\n  {\n    sym: '退',\n    pro: 'éjù',\n    form: '依名',\n    defs: 'snail',\n  },\n  {\n    sym: '功',\n    pro: 'ézí',\n    form: '依器',\n    defs: 'proper; real; legitimate; true; honesty',\n  },\n  {\n    sym: '功依',\n    pro: 'ézí:ókwú',\n    form: '依名',\n    defs: 'truth; honesty',\n  },\n  {\n    sym: '功麗',\n    pro: 'ézí:ọ̀chä',\n    form: '依器',\n    defs: 'pure; unadulterated',\n  },\n  {\n    sym: '功崇',\n    pro: 'ézí:gbó',\n    form: '依器',\n    defs: 'proper; real; legitimate; good; true',\n  },\n  {\n    sym: '功崇人',\n    pro: 'ézí:gbó:mádụ̀',\n    form: '依名',\n    defs: 'good person; honest person; genuine person',\n  },\n  {\n    sym: '功艶',\n    pro: 'ézí:ńdụ̀',\n    form: '依名',\n    defs: 'organic; good life',\n  },\n  {\n    sym: '豚',\n    pro: 'ézì',\n    form: '依名',\n    defs: 'pig; pork',\n  },\n  {\n    sym: 'é堪',\n    pro: 'é:zù',\n    form: '依名',\n    defs: 'completion; limit',\n  },\n  {\n    sym: 'é堪夏',\n    pro: 'é:zù:ọ́sọ́',\n    form: '依名',\n    defs: 'speed limit',\n  },\n  {\n    sym: '骸',\n    pro: 'ézé',\n    form: '依名',\n    defs: 'tooth; teeth; gears',\n  },\n  {\n    sym: '骸ù津',\n    pro: 'ézé:ù:ré',\n    form: '依名',\n    defs: 'rotten teeth; bad teeth',\n  },\n  {\n    sym: '骸畏',\n    pro: 'ézé:ụ́zọ̀',\n    form: '依名',\n    defs: 'gap teeth',\n  },\n  {\n    sym: '骸ọ́効',\n    pro: 'ézé:ọ́:chị̀',\n    form: '依名',\n    defs: 'a wide smile; a toothy smile',\n  },\n  {\n    sym: '骸ń禁貝',\n    pro: 'ézé:ń:kwá:bà',\n    form: '依名',\n    defs: 'wisdom teeth; molars',\n  },\n  {\n    sym: '王',\n    pro: 'ézè',\n    form: '依名',\n    defs: 'king; chief; head representative; president; leader; owner; head priest',\n  },\n  {\n    sym: '王稼',\n    pro: 'ézè:áká',\n    form: '依名',\n    defs: 'second finger',\n  },\n  {\n    sym: '王亜',\n    pro: 'ézè:ígwé',\n    form: '依名',\n    defs: 'chief priest',\n  },\n  {\n    sym: '王召',\n    pro: 'ézè:ọ̀gụ̀',\n    form: '依名',\n    defs: 'war commander; general; military leader',\n  },\n  {\n    sym: 'é像',\n    pro: 'é:zèrè',\n    form: '依名',\n    defs: 'semen',\n  },\n  {\n    sym: '焼',\n    pro: 'ésú',\n    form: '依名',\n    defs: 'centipede',\n  },\n  {\n    sym: '宛',\n    pro: 'è',\n    form: '依è韻倉',\n    defs: 'to',\n  },\n  {\n    sym: 'è則ré',\n    pro: 'èkpéré',\n    form: '依名',\n    defs: 'prayer; plea',\n  },\n  {\n    sym: '芽',\n    pro: 'èkpèńtá',\n    form: '依名',\n    defs: 'leprosy',\n  },\n  {\n    sym: 'è遺',\n    pro: 'è:kpò',\n    form: '依名',\n    defs: 'generation',\n  },\n  {\n    sym: 'è核',\n    pro: 'è:bì',\n    form: '依名',\n    defs: 'tornado; twister',\n  },\n  {\n    sym: 'è注',\n    pro: 'è:bì',\n    form: '依名',\n    defs: 'tornado; twister',\n  },\n  {\n    sym: '注',\n    pro: 'èbìrì',\n    form: '依名',\n    defs: 'waves; trouble [fig.]',\n  },\n  {\n    sym: '茶',\n    pro: 'èbìrì',\n    form: '依名',\n    defs: 'granary',\n  },\n  {\n    sym: '注校',\n    pro: 'èbìrì:ụ̀dà',\n    form: '依名',\n    defs: 'sound wave',\n  },\n  {\n    sym: '体',\n    pro: 'èbù',\n    form: '依名',\n    defs: 'mould; mildew',\n  },\n  {\n    sym: '耐',\n    pro: 'èbùbè',\n    form: '依名',\n    defs: 'haze; ash; dust',\n  },\n  {\n    sym: '紳',\n    pro: 'èbùbè',\n    form: '依名',\n    defs: 'aura; wisdom; charm; glory; wonder; miracle; stateliness; halo',\n  },\n  {\n    sym: 'è期',\n    pro: 'è:bùlù',\n    form: '依名',\n    defs: 'ram',\n  },\n  {\n    sym: 'è干rè',\n    pro: 'è:bé:rè} / è墾 {è:bérè',\n    form: '依名',\n    defs: 'pity; commiseration; feeling',\n  },\n  {\n    sym: '麓',\n    pro: 'èbèzì',\n    form: '依名',\n    defs: 'ocean; waters',\n  },\n  {\n    sym: '麓飲',\n    pro: 'èbèzì:èké',\n    form: '依名',\n    defs: 'Pacific Ocean',\n  },\n  {\n    sym: '麓激須水',\n    pro: 'èbèzì:ò:hì:ḿírí',\n    form: '依名',\n    defs: 'Atlantic Ocean',\n  },\n  {\n    sym: '麓傷大激須水',\n    pro: 'èbèzì:ńú:úkwú:ò:hì:ḿírí',\n    form: '依名',\n    defs: 'Atlantic Ocean',\n  },\n  {\n    sym: '麓ŃDÌÀ',\n    pro: 'èbèzì:ńdìà',\n    form: '依名',\n    defs: 'Indian Ocean',\n  },\n  {\n    sym: '麓ń浪員',\n    pro: 'èbèzì:ń:lè:dà',\n    form: '依名',\n    defs: 'Southern Ocean',\n  },\n  {\n    sym: 'è初',\n    pro: 'è:gúsí',\n    form: '依名',\n    defs: 'melon; melon seeds',\n  },\n  {\n    sym: '造',\n    pro: 'ègbè',\n    form: '依名',\n    defs: 'warrior; soldier; military',\n  },\n  {\n    sym: 'è己',\n    pro: 'è:gbè',\n    form: '依名',\n    defs: 'parking; garage',\n  },\n  {\n    sym: '仲',\n    pro: 'ègbènè',\n    form: '依名',\n    defs: 'hen',\n  },\n  {\n    sym: '押',\n    pro: 'ègèdè',\n    form: '依名',\n    defs: 'plantain',\n  },\n  {\n    sym: '仲畝供案',\n    pro: 'ègbènè:nà:ụ́mụ̀:yá',\n    form: '依名',\n    defs: 'Pleiades [constellation]',\n  },\n  {\n    sym: '銃',\n    pro: 'ègwè',\n    form: '依名',\n    defs: 'compound wall; fence',\n  },\n  {\n    sym: 'è帳',\n    pro: 'èdì',\n    form: '依名',\n    defs: 'hyena',\n  },\n  {\n    sym: 'è康',\n    pro: 'è:dì',\n    form: '依名',\n    defs: 'dimension',\n  },\n  {\n    sym: 'è康康',\n    pro: 'è:dì:dì',\n    form: '依名',\n    defs: 'dimension',\n  },\n  {\n    sym: 'è康劾',\n    pro: 'è:dì:ǹgà',\n    form: '依名',\n    defs: 'dimensional',\n  },\n  {\n    sym: 'è康劾2',\n    pro: 'è:dì:ǹgà:àbụ́ọ́',\n    form: '依名',\n    defs: 'two dimensional',\n  },\n  {\n    sym: 'è康劾3',\n    pro: 'è:dì:ǹgà:àtọ́',\n    form: '依名',\n    defs: 'three dimensional',\n  },\n  {\n    sym: 'è肝達',\n    pro: 'è:dè:rù',\n    form: '依名',\n    defs: 'address',\n  },\n  {\n    sym: 'è肝m肝',\n    pro: 'è:dè:m:èdè',\n    form: '依名',\n    defs: 'writing; article',\n  },\n  {\n    sym: '缶',\n    pro: 'èdò',\n    form: '依器',\n    defs: 'yellow; 依名. yellow dye; sulphur',\n  },\n  {\n    sym: '郭',\n    pro: 'èdò',\n    form: '依器',\n    defs: 'gold',\n  },\n  {\n    sym: '隊',\n    pro: 'èrì',\n    form: '依名',\n    defs: 'latex',\n  },\n  {\n    sym: 'è睡',\n    pro: 'è:rù',\n    form: '依名',\n    defs: 'fluid',\n  },\n  {\n    sym: 'è睡彰',\n    pro: 'è:rù:k:ù',\n    form: '依名',\n    defs: 'gas',\n  },\n  {\n    sym: 'è睡k照',\n    pro: 'è:rù:k:é',\n    form: '依名',\n    defs: 'plasma',\n  },\n  {\n    sym: '唆',\n    pro: 'èrèrè',\n    form: '依名',\n    defs: 'value; use; profit; worth',\n  },\n  {\n    sym: 'è捧捧',\n    pro: 'è:rè:rè',\n    form: '依名',\n    defs: '依器. the act of something coming into effect; efficacy; power [especially of spiritually or medicinally]; potency; active power; effect',\n  },\n  {\n    sym: 'è購営礁',\n    pro: 'è:rè:nà:ógbè',\n    form: '依名',\n    defs: '依器. wholesale',\n  },\n  {\n    sym: '堆',\n    pro: 'èrò',\n    form: '依名',\n    defs: 'knot; tie',\n  },\n  {\n    sym: '論',\n    pro: 'ètítì',\n    form: '依名',\n    defs: 'middle; centre; central; 依器. central; mid; mean; medium; medial; median; midway; halfway; equidistant; mesial',\n  },\n  {\n    sym: '論曖',\n    pro: 'ètítì:àbàlị̀',\n    form: '依名',\n    defs: 'midnight',\n  },\n  {\n    sym: '論鼓',\n    pro: 'ètítì:chí',\n    form: '依名',\n    defs: 'midnight',\n  },\n  {\n    sym: '率',\n    pro: 'ètù',\n    form: '依名',\n    defs: 'leech',\n  },\n  {\n    sym: 'è疑',\n    pro: 'è:tè',\n    form: '依名',\n    defs: 'cloth making; looming; weaving; loom',\n  },\n  {\n    sym: '飲',\n    pro: 'èké',\n    form: '依名',\n    defs: 'first traditional day; east; sabbath',\n  },\n  {\n    sym: '飲大',\n    pro: 'èké:úkwú',\n    form: '依名',\n    defs: 'major Eke market day',\n  },\n  {\n    sym: '飲掘',\n    pro: 'èké:ńtà',\n    form: '依名',\n    defs: 'minor Eke market day',\n  },\n  {\n    sym: 'è捜',\n    pro: 'è:kè',\n    form: '依名',\n    defs: 'share; split; division',\n  },\n  {\n    sym: 'è捜rè',\n    pro: 'è:kè:rè',\n    form: '依名',\n    defs: 'gender; share; split; division',\n  },\n  {\n    sym: 'è捜艶',\n    pro: 'è:kè:ńdụ̀',\n    form: '依名',\n    defs: 'sex [male female]',\n  },\n  {\n    sym: 'è瞬',\n    pro: 'è:kètè',\n    form: '依名',\n    defs: 'large oblong basket',\n  },\n  {\n    sym: 'è章',\n    pro: 'è:kètè',\n    form: '依名',\n    defs: 'waist garment',\n  },\n  {\n    sym: 'è瞬我',\n    pro: 'è:kètè:áñụ́',\n    form: '依名',\n    defs: 'beehive; honeycomb',\n  },\n  {\n    sym: 'è液',\n    pro: 'è:kèlé',\n    form: '依名',\n    defs: 'greeting; welcome; salutation',\n  },\n  {\n    sym: 'è漢今',\n    pro: 'è:kì:rì',\n    form: '依名',\n    defs: 'meteor; asteroid',\n  },\n  {\n    sym: 'èk捜',\n    pro: 'è:k:ìkè',\n    form: '依名',\n    defs: 'tie; stay board or spreader [weaving]',\n  },\n  {\n    sym: 'è枝ǹ肝ṃ',\n    pro: 'è:kìkè:ǹ:dè:ṃ',\n    form: '依名',\n    defs: '依器. figurative; figuratively',\n  },\n  {\n    sym: 'è誰',\n    pro: 'è:kùlù',\n    form: '依名',\n    defs: 'pigeon',\n  },\n  {\n    sym: 'è誰林',\n    pro: 'è:kùlù:ọ́ḥị́á',\n    form: '依名',\n    defs: 'wild pigeon',\n  },\n  {\n    sym: 'è誰水',\n    pro: 'è:kùlù:ḿírí',\n    form: '依名',\n    defs: 'plover; longwinged seabird',\n  },\n  {\n    sym: 'è脊',\n    pro: 'è:kwù',\n    form: '依名',\n    defs: 'atmosphere',\n  },\n  {\n    sym: '羞',\n    pro: 'èkwùrù',\n    form: '依名',\n    defs: 'peacock',\n  },\n  {\n    sym: 'è逮',\n    pro: 'è:kwòrò',\n    form: '依名',\n    defs: 'envy; jealousy',\n  },\n  {\n    sym: '計偉',\n    pro: 'èhí:ị̀nyę',\n    form: '依名',\n    defs: 'noon; mid afternoon; high noon; daytime',\n  },\n  {\n    sym: '乞',\n    pro: 'èhínyę',\n    form: '依名',\n    defs: 'noon; mid afternoon; high noon; daytime',\n  },\n  {\n    sym: '計',\n    pro: 'èhì',\n    form: 'ń器動',\n    defs: 'when; 依名. age; period; time; day',\n  },\n  {\n    sym: '計級',\n    pro: 'èhì:ígwè',\n    form: '依名',\n    defs: 'Iron age',\n  },\n  {\n    sym: '計殻',\n    pro: 'èhì:òzè',\n    form: '依名',\n    defs: 'Bronze Age',\n  },\n  {\n    sym: '計牛',\n    pro: 'èhì:ọ́kpụ̀',\n    form: '依名',\n    defs: 'ń器動. the past; beginnings; time immemorial; prehistory; 依器. prehistoric',\n  },\n  {\n    sym: '計撃極苛',\n    pro: 'èhì:ọ́:kọ́:óyí',\n    form: '依名',\n    defs: 'Ice Age',\n  },\n  {\n    sym: '窃',\n    pro: 'èhìrìṃéhì',\n    form: '依器',\n    defs: 'ń器動. round; circular; rounded',\n  },\n  {\n    sym: 'è象拠',\n    pro: 'è:hì:ńtụ́',\n    form: '依名',\n    defs: 'ruthenium [Ru]',\n  },\n  {\n    sym: 'è象営皇',\n    pro: 'è:hì:ǹà:ọ̀chá',\n    form: '依名',\n    defs: 'rhodium [Rh]',\n  },\n  {\n    sym: 'è象柵',\n    pro: 'è:hì:ǹkà',\n    form: '依名',\n    defs: 'technetium [Tc]',\n  },\n  {\n    sym: '計今',\n    pro: 'èhì:ǹkúmè',\n    form: '依名',\n    defs: 'Stone Age',\n  },\n  {\n    sym: '計今ì学',\n    pro: 'èhì:ǹkúmè:ì:zì',\n    form: '依名',\n    defs: 'Paleolithic Age',\n  },\n  {\n    sym: '計今新',\n    pro: 'èhì:ǹkúmè:ọ́ḣụ́rụ́',\n    form: '依名',\n    defs: 'Neolithic Age',\n  },\n  {\n    sym: '計鼓',\n    pro: 'èhì:chí',\n    form: '依名',\n    defs: 'days of the week',\n  },\n  {\n    sym: '計鼓六',\n    pro: 'èhì:chí:ìsíi',\n    form: '依名',\n    defs: 'Friday',\n  },\n  {\n    sym: '計鼓五',\n    pro: 'èhì:chí:ìsé',\n    form: '依名',\n    defs: 'Thursday',\n  },\n  {\n    sym: '計鼓二',\n    pro: 'èhì:chí:àbụ́ọ́',\n    form: '依名',\n    defs: 'Monday',\n  },\n  {\n    sym: '計鼓三',\n    pro: 'èhì:chí:àtọ́',\n    form: '依名',\n    defs: 'Tuesday',\n  },\n  {\n    sym: '計鼓四',\n    pro: 'èhì:chí:ànọ́',\n    form: '依名',\n    defs: 'Wednesday',\n  },\n  {\n    sym: '計鼓訓',\n    pro: 'èhì:chí:ọ́dụ̀',\n    form: '依名',\n    defs: 'Saturday',\n  },\n  {\n    sym: '計鼓ọ́奥',\n    pro: 'èhì:chí:ọ́:rụ́ụ́',\n    form: '依名',\n    defs: 'weekdays; workdays',\n  },\n  {\n    sym: '計鼓顎',\n    pro: 'èhì:chí:ṃbụ́',\n    form: '依名',\n    defs: 'Sunday',\n  },\n  {\n    sym: 'è象等拠',\n    pro: 'è:hì:chè:ńtụ́',\n    form: '依名',\n    defs: 'molybdenum [Mo]',\n  },\n  {\n    sym: 'è象糸',\n    pro: 'è:hì:sá',\n    form: '依名',\n    defs: 'chlorine [Cl]',\n  },\n  {\n    sym: '系',\n    pro: 'èyè',\n    form: '依名',\n    defs: 'history; genealogy; family history',\n  },\n  {\n    sym: '県',\n    pro: 'ènyò',\n    form: '依名',\n    defs: 'mirror; looking-glass',\n  },\n  {\n    sym: 'è善',\n    pro: 'èvù',\n    form: '依名',\n    defs: 'wasp',\n  },\n  {\n    sym: '倹',\n    pro: 'èjìmá',\n    form: '依名',\n    defs: 'twin',\n  },\n  {\n    sym: 'è敢敢',\n    pro: 'è:jì:jè',\n    form: '依名',\n    defs: 'copy; imitation; duplicate; parody; mockery; plagiarism',\n  },\n  {\n    sym: '紅',\n    pro: 'èzí',\n    form: '依名',\n    defs: 'outside; outdoors; public; 依器. wild; feral; outer',\n  },\n  {\n    sym: '桑',\n    pro: 'èzí',\n    form: '依名',\n    defs: 'menses; menstruation; menstrual cycle',\n  },\n  {\n    sym: 'è唄',\n    pro: 'è:zí',\n    form: '依名',\n    defs: 'slave; bondsman',\n  },\n  {\n    sym: '紅土',\n    pro: 'èzí:àlà',\n    form: '依名',\n    defs: 'outskirts; foreign lands; Asia',\n  },\n  {\n    sym: '紅亜',\n    pro: 'èzí:ígwé',\n    form: '依名',\n    defs: 'space; outer space; heavens',\n  },\n  {\n    sym: '紅亜凄',\n    pro: 'èzí:ígwé:òkò',\n    form: '依名',\n    defs: 'hyperspace',\n  },\n  {\n    sym: '紅亜ò琴琴',\n    pro: 'èzí:ígwé:ò:mì:mì',\n    form: '依名',\n    defs: 'deep space',\n  },\n  {\n    sym: '紅ọ́黄',\n    pro: 'èzí:ọ́:mụ̀',\n    form: '依名',\n    defs: 'class; clasroom',\n  },\n  {\n    sym: '紅畝家',\n    pro: 'èzí:nà:ụ́lọ̀',\n    form: '依名',\n    defs: 'household; family; kindred',\n  },\n  {\n    sym: '薪',\n    pro: 'èzù',\n    form: '依名',\n    defs: 'lake; wide waters',\n  },\n  {\n    sym: 'è喉肢果',\n    pro: 'è:zù:mà:íké',\n    form: '依名',\n    defs: 'rest; holiday',\n  },\n  {\n    sym: '殴',\n    pro: 'èsè',\n    form: '依名',\n    defs: 'question',\n  },\n  {\n    sym: 'ẹe',\n    pro: null,\n    form: 'ḿ憾周',\n    defs: 'yes; affirmative',\n  },\n  {\n    sym: '貴',\n    pro: 'ẹe',\n    form: 'ḿ憾周',\n    defs: 'yes; affirmative',\n  },\n  {\n    sym: 'ẹkpẹtẹ',\n    pro: null,\n    form: '依名',\n    defs: 'A type of small drum hit with sticks.',\n  },\n  {\n    sym: 'ẹ鐘',\n    pro: 'ẹ:lọ́',\n    form: '依名',\n    defs: 'gelatin; gel; jelly',\n  },\n  {\n    sym: 'ë;ę',\n    pro: null,\n    form: 'ḿ憾周',\n    defs: 'no; negative; not really 浪遭: 翁 {ḿbà}',\n  },\n  {\n    sym: 'ë志',\n    pro: 'ë:mụ̀',\n    form: '依名',\n    defs: 'laughter; smile',\n  },\n  {\n    sym: '栄',\n    pro: 'ëmëmkàtá',\n    form: '依ọ̀接接',\n    defs: 'following; after; afterwards; in conclusion',\n  },\n  {\n    sym: 'ë差棺',\n    pro: 'ë:chä:sí',\n    form: '依名',\n    defs: 'x-ray',\n  },\n  {\n    sym: '伎',\n    pro: 'ękpę',\n    form: '依器',\n    defs: 'left',\n  },\n  {\n    sym: 'ę虎',\n    pro: 'ę:kpę',\n    form: '依名',\n    defs: 'Ekpe leopard men’s society',\n  },\n  {\n    sym: 'ę穀',\n    pro: 'ę:ḥęrę',\n    form: '依名',\n    defs: 'high sea [Echie]',\n  },\n  {\n    sym: '祝',\n    pro: 'ęnwę',\n    form: '依名',\n    defs: 'monkey',\n  },\n  {\n    sym: 'EĘkpĘ',\n    pro: null,\n    form: '依名',\n    defs: 'Leopard masking society',\n  },\n  {\n    sym: 'ÉWóo',\n    pro: null,\n    form: 'ḿ憾周',\n    defs: '撃岐営依. espression of pain tiredness or bewliderment; an outry',\n  },\n  {\n    sym: 'o激',\n    pro: 'o} 依名衣. him; her; it [non nasal] 浪遭: 撃 {ọ',\n    form: null,\n    defs: null,\n  },\n  {\n    sym: 'ó幻',\n    pro: 'ó:kpì',\n    form: '依名',\n    defs: 'club; weapon; stick',\n  },\n  {\n    sym: 'ó幻rì',\n    pro: 'ó:kpì:rì',\n    form: '依名',\n    defs: 'stick; dry twig; whip',\n  },\n  {\n    sym: 'ó幻ụ́健',\n    pro: 'ó:kpì:ọ́:ụ́:má',\n    form: '依名',\n    defs: 'microphone',\n  },\n  {\n    sym: 'ó幻校',\n    pro: 'ó:kpì:ụ̀dà',\n    form: '依名',\n    defs: 'microphone',\n  },\n  {\n    sym: 'ó婿横',\n    pro: 'ó:kpé:sì',\n    form: '依名',\n    defs: 'yttrium [Y]',\n  },\n  {\n    sym: 'ó旦',\n    pro: 'ó:kpó',\n    form: '依名',\n    defs: 'he-goat',\n  },\n  {\n    sym: '褐',\n    pro: 'ókpóró',\n    form: '依名',\n    defs: 'street; road; open road; highway; 依器. middle of the road',\n  },\n  {\n    sym: '褐畏',\n    pro: 'ókpóró:ụ́zọ̀',\n    form: '依名',\n    defs: 'street; middle of the road; main road; boulevard; outside; centre; public; highway',\n  },\n  {\n    sym: '褐墾',\n    pro: 'ókpóró:ụ̀kpá',\n    form: '依名',\n    defs: 'promenade',\n  },\n  {\n    sym: '盛',\n    pro: 'ókpókóró',\n    form: '依名',\n    defs: 'container; empty container; shell; skull',\n  },\n  {\n    sym: 'ókpókóró',\n    pro: null,\n    form: '依器',\n    defs: 'bulbus',\n  },\n  {\n    sym: '盛簡',\n    pro: 'ókpókóró:ísí',\n    form: '依名',\n    defs: 'skull; cranium',\n  },\n  {\n    sym: '寺',\n    pro: 'ókpòrò',\n    form: '依名',\n    defs: 'stalk; rod; stem; shaft; trunk; bar',\n  },\n  {\n    sym: '寺機',\n    pro: 'ókpòrò:égbè',\n    form: '依名',\n    defs: 'gun-barrel; muzzle of a gun',\n  },\n  {\n    sym: 'ó街抗',\n    pro: 'ó:kpòró:ko',\n    form: '依名',\n    defs: 'cod [fish]; stockfish; dried fish',\n  },\n  {\n    sym: 'ó憲',\n    pro: 'ó:kpètè',\n    form: '依名',\n    defs: 'sugarcane; sugar',\n  },\n  {\n    sym: '心',\n    pro: 'óbì',\n    form: '依名',\n    defs: 'heart; feelings; temper; dispostion; mind; thought; courage; soul; chest; centre; core; conscience; middle; meso',\n  },\n  {\n    sym: 'ó粗',\n    pro: 'ó:bì',\n    form: '依名',\n    defs: 'chest; breast',\n  },\n  {\n    sym: '心険',\n    pro: 'óbì:ákpị́rị́',\n    form: '依名',\n    defs: 'larynx',\n  },\n  {\n    sym: '心媛',\n    pro: 'óbì:áñụ̀rí',\n    form: '依名',\n    defs: '依器. joyfulness; happiness',\n  },\n  {\n    sym: '心二',\n    pro: 'óbì:àbụ́ọ́',\n    form: '依名',\n    defs: 'conflicted heart and mind; doubt; indecision; conflict of interest; of two minds',\n  },\n  {\n    sym: '心果',\n    pro: 'óbì:íké',\n    form: '依名',\n    defs: 'sternness; hardheartedness; braveness',\n  },\n  {\n    sym: '心ụ̀河',\n    pro: 'óbì:ụ̀:tọ́',\n    form: '依名',\n    defs: '依器. happiness; pleasure; delight',\n  },\n  {\n    sym: '心è墾',\n    pro: 'óbì:èbérè',\n    form: '依名',\n    defs: '依器. sad; pitying',\n  },\n  {\n    sym: '心計今',\n    pro: 'óbì:èhì:ǹkúmè',\n    form: '依名',\n    defs: 'Mesolithic Age',\n  },\n  {\n    sym: '心ò河',\n    pro: 'óbì:ò:tọ́',\n    form: '依名',\n    defs: '依器. happiness; pleasure; delight',\n  },\n  {\n    sym: '心ọ́肢',\n    pro: 'óbì:ọ́:má',\n    form: '依名',\n    defs: '依器. good heart; kind hearted; kindness',\n  },\n  {\n    sym: '心ọ́誇',\n    pro: 'óbì:ọ́:jọ́',\n    form: '依名',\n    defs: '依器. sadness; heart filled with hatred; evil mindedness; bad intentions; cruelty',\n  },\n  {\n    sym: '心麗',\n    pro: 'óbì:ọ̀chä',\n    form: '依名',\n    defs: 'a good heart; innocence; clear conscience',\n  },\n  {\n    sym: '心ḿ左胃',\n    pro: 'óbì:ḿ:gbá:wá',\n    form: '依名',\n    defs: 'sorrow; heartbreak; emotional pain',\n  },\n  {\n    sym: '心延営暇',\n    pro: 'óbì:dị́:nà:àzụ́',\n    form: '勧掘',\n    defs: 'to be hardhearted; to be heartless',\n  },\n  {\n    sym: '心達土',\n    pro: 'óbì:rú:àlà',\n    form: '依名',\n    defs: 'to have a good heart; a humble heart; down-to-earth; sensible',\n  },\n  {\n    sym: '心横果',\n    pro: 'óbì:sì:íké',\n    form: '依名',\n    defs: '依器. courage; bravery; braveness',\n  },\n  {\n    sym: '激穫穫',\n    pro: 'ó:bú:bú',\n    form: '依名',\n    defs: 'lorry; truck',\n  },\n  {\n    sym: '意',\n    pro: 'óbé',\n    form: '依名',\n    defs: 'ladder',\n  },\n  {\n    sym: '降',\n    pro: 'óbé',\n    form: '依名',\n    defs: 'cross',\n  },\n  {\n    sym: 'ó干ré',\n    pro: 'ó:bé:ré',\n    form: '依名',\n    defs: 'cry; lament; a shout; call out',\n  },\n  {\n    sym: 'ó子',\n    pro: 'ó:béré',\n    form: '依器',\n    defs: 'little; small; bit; mini; minor',\n  },\n  {\n    sym: 'ó子子',\n    pro: 'ó:béré:nwä',\n    form: '依器',\n    defs: 'small child; baby; infant',\n  },\n  {\n    sym: 'ó姿',\n    pro: 'ó:bọ́ogwụ́',\n    form: '依名',\n    defs: 'duck [bird]',\n  },\n  {\n    sym: 'ó黍',\n    pro: 'ó:gí',\n    form: '依名',\n    defs: 'maize flour meal; akamu',\n  },\n  {\n    sym: '館',\n    pro: 'ógìdì',\n    form: '依名',\n    defs: 'pillar; column; mound; monument',\n  },\n  {\n    sym: '続',\n    pro: 'ógù',\n    form: '依名',\n    defs: 'innocence; conscience; principle and emblem of justice and innocence',\n  },\n  {\n    sym: '潰',\n    pro: 'ógè',\n    form: '依名',\n    defs: 'time; period; occasion; ń器動. when',\n  },\n  {\n    sym: '潰í裾',\n    pro: 'ógè:í:bé',\n    form: '依器',\n    defs: 'ń器動. part-time',\n  },\n  {\n    sym: '潰撃郷là',\n    pro: 'ógè:ọ́:bụ̀:là',\n    form: 'ń器動',\n    defs: 'all the time; always',\n  },\n  {\n    sym: '潰宴',\n    pro: 'ógè:ḿkpà',\n    form: '依名',\n    defs: '依器. emergency; pressing time',\n  },\n  {\n    sym: '潰資',\n    pro: 'ógè:níilé',\n    form: 'ń器動',\n    defs: 'all the time; everytime',\n  },\n  {\n    sym: '餓',\n    pro: 'ógó',\n    form: '依名',\n    defs: 'village; community; lineage; kindred unit; ward',\n  },\n  {\n    sym: '省',\n    pro: 'ógó',\n    form: '依名',\n    defs: 'sitting platform; bench; seat',\n  },\n  {\n    sym: '懇',\n    pro: 'ógó',\n    form: '依名',\n    defs: 'length; height; size; degree; 依器. long; tall',\n  },\n  {\n    sym: '植',\n    pro: 'ógó',\n    form: '依名',\n    defs: 'puberty; stature; maturity; age',\n  },\n  {\n    sym: '懇果',\n    pro: 'ógó:íké',\n    form: '依名',\n    defs: 'degree [unit of temperature intensity hardness]',\n  },\n  {\n    sym: '省家',\n    pro: 'ógó:ụ́lọ̀',\n    form: '依名',\n    defs: 'settee; couch',\n  },\n  {\n    sym: '激測船',\n    pro: 'ó:gó:ńgó',\n    form: '依名',\n    defs: 'reward; award',\n  },\n  {\n    sym: '懇陣',\n    pro: 'ógó:ńkọ́',\n    form: '依名',\n    defs: 'degree [a unit of measurement of angles]',\n  },\n  {\n    sym: '繭',\n    pro: 'ógólógó',\n    form: '依名',\n    defs: 'length; 依器. long; tall',\n  },\n  {\n    sym: '繭艶',\n    pro: 'ógólógó:ńdụ̀',\n    form: '依名',\n    defs: 'a long life',\n  },\n  {\n    sym: 'ó楽',\n    pro: 'ó:gòrì',\n    form: '依名',\n    defs: 'lowest quality palm oil flushed out from wasted palm chaff; dim-witted person; a foolish ne’er-do-well; worthless person; derogatory word for housewide',\n  },\n  {\n    sym: '拓',\n    pro: 'ógbì',\n    form: '依名',\n    defs: 'deaf mute',\n  },\n  {\n    sym: '礁',\n    pro: 'ógbè',\n    form: '依器',\n    defs: 'sphere; spherical; round; globular; bulk',\n  },\n  {\n    sym: '疎宜',\n    pro: 'ó:gbè',\n    form: '依名',\n    defs: 'market',\n  },\n  {\n    sym: '礁熊',\n    pro: 'ó:gbè',\n    form: '依名',\n    defs: 'piece; whole piece; head of; bunch',\n  },\n  {\n    sym: 'ó渓',\n    pro: 'ó:gbènyè',\n    form: '依名',\n    defs: 'orphan; destitute',\n  },\n  {\n    sym: '礁熊毀',\n    pro: 'ó:gbè:jí',\n    form: '依名',\n    defs: 'whole piece of yam',\n  },\n  {\n    sym: '疎',\n    pro: 'ógbè',\n    form: '依名',\n    defs: 'village; hamlet; quarter; compound; ward; compound; kindred; small village',\n  },\n  {\n    sym: '詐',\n    pro: 'óghó',\n    form: '依名',\n    defs: 'cotton',\n  },\n  {\n    sym: '詐債',\n    pro: 'óghó:òwú',\n    form: '依名',\n    defs: 'cotton wool',\n  },\n  {\n    sym: '違',\n    pro: 'ógwè',\n    form: '依名',\n    defs: 'bridge; overpass',\n  },\n  {\n    sym: '維',\n    pro: 'ógwè',\n    form: '依名',\n    defs: 'tree trunk; trunk; limb; plank; outdoor latrine',\n  },\n  {\n    sym: '拒',\n    pro: 'ógwè',\n    form: '依名',\n    defs: 'limb',\n  },\n  {\n    sym: '拒稼',\n    pro: 'ógwè:áká',\n    form: '依名',\n    defs: 'arm',\n  },\n  {\n    sym: '拒扱',\n    pro: 'ógwè:ụ́kwụ́',\n    form: '依名',\n    defs: 'leg',\n  },\n  {\n    sym: '拒ṃ飼災',\n    pro: 'ógwè:ṃ:kpà:dò',\n    form: '依名',\n    defs: 'prosthesis; false limb',\n  },\n  {\n    sym: '維ǹ肝',\n    pro: 'ógwè:ǹ:dè',\n    form: '依名',\n    defs: 'paragraph',\n  },\n  {\n    sym: '違ǹ擬',\n    pro: 'ógwè:ǹ:kò',\n    form: '依名',\n    defs: 'suspension bridge',\n  },\n  {\n    sym: '凝',\n    pro: 'ógwú',\n    form: '依名',\n    defs: 'thorn; barb; prickle',\n  },\n  {\n    sym: '償',\n    pro: 'ógwùrùgwù',\n    form: '依名',\n    defs: 'rainbow; sacred snake; halo',\n  },\n  {\n    sym: 'ó情rí',\n    pro: 'ó:dí:rí',\n    form: '依名',\n    defs: 'direction; authority; rules',\n  },\n  {\n    sym: '唾',\n    pro: 'ódó',\n    form: '依名',\n    defs: 'hospitality',\n  },\n  {\n    sym: '堕',\n    pro: 'ódó',\n    form: '依名',\n    defs: 'mortar; pestle',\n  },\n  {\n    sym: 'ó郭',\n    pro: 'ó:dó',\n    form: '依名',\n    defs: 'sulphur [S]; yellow dye; odo tree',\n  },\n  {\n    sym: '激災圧',\n    pro: 'ó:dó:àkụ̀',\n    form: '依名',\n    defs: 'economy; 依器. economic',\n  },\n  {\n    sym: '型',\n    pro: 'ódóodó',\n    form: '依器',\n    defs: 'purple',\n  },\n  {\n    sym: '激災ḿ煙',\n    pro: 'ó:dó:ḿ:á',\n    form: '依名',\n    defs: 'curator; custodian',\n  },\n  {\n    sym: 'ó概',\n    pro: 'ó:rrí',\n    form: '依名',\n    defs: 'feast; food; eating',\n  },\n  {\n    sym: 'ó概概',\n    pro: 'ó:rrí:rrí',\n    form: '依名',\n    defs: 'feast; festival; fest; merriment; happiness; pleasure; consumption; devouring',\n  },\n  {\n    sym: '隠',\n    pro: 'órìè',\n    form: '依名',\n    defs: 'second traditional day; west',\n  },\n  {\n    sym: '隠大',\n    pro: 'órìè:úkwú',\n    form: '依名',\n    defs: 'major Orie market day',\n  },\n  {\n    sym: '隠掘',\n    pro: 'órìè:ńtà',\n    form: '依名',\n    defs: 'minor Orie market day',\n  },\n  {\n    sym: '践',\n    pro: 'órú',\n    form: '依名',\n    defs: 'foreign land; marsh; riverside people; riverine',\n  },\n  {\n    sym: '激睡圧',\n    pro: 'ó:rú:àkụ̀',\n    form: '依名',\n    defs: 'economic market; economy',\n  },\n  {\n    sym: 'ó達達',\n    pro: 'ó:rú:rú',\n    form: '依名',\n    defs: 'destination; target; limit',\n  },\n  {\n    sym: 'ó困横ṃ',\n    pro: 'ó:rù:sì:ṃ',\n    form: '依名',\n    defs: 'lanthanum [La]',\n  },\n  {\n    sym: '建',\n    pro: 'ótú',\n    form: '依名',\n    defs: 'port; seaside; riverside; edge; opening',\n  },\n  {\n    sym: '虐継',\n    pro: 'ótú:àa',\n    form: '固',\n    defs: 'this way; like this',\n  },\n  {\n    sym: '建研',\n    pro: 'ótú:ìfùfè',\n    form: '依名',\n    defs: 'airport',\n  },\n  {\n    sym: '建撃錮選',\n    pro: 'ótú:ọ̀:nị̀:chà',\n    form: '依名',\n    defs: 'Onicha waterside [town]',\n  },\n  {\n    sym: '建ń均',\n    pro: 'ótú:ń:fé',\n    form: '依名',\n    defs: 'airport',\n  },\n  {\n    sym: '一',\n    pro: 'ótù',\n    form: '口控',\n    defs: '依名. 依名衣. one; single; only; alone; same; unique [from ‘one rod’]; 錦. a; a certain; one',\n  },\n  {\n    sym: 'ótù',\n    pro: null,\n    form: '口控',\n    defs: 'one; single; only; alone; unique [written in akagu for clarification and verification]',\n  },\n  {\n    sym: '一妻',\n    pro: 'ótù:ákàrà',\n    form: '依名',\n    defs: 'homograph',\n  },\n  {\n    sym: '一校',\n    pro: 'ótù:ụ̀dà',\n    form: '依名',\n    defs: 'homophone',\n  },\n  {\n    sym: '一画',\n    pro: 'ótù:ḿkpụ́rụ́',\n    form: '依器',\n    defs: 'single; only one',\n  },\n  {\n    sym: 'ó醜',\n    pro: 'ó:té',\n    form: '依名',\n    defs: 'motor',\n  },\n  {\n    sym: 'ó醜mú醜',\n    pro: 'ó:té:m:ú:té',\n    form: '依名',\n    defs: 'mechanical',\n  },\n  {\n    sym: 'ó享ró潤',\n    pro: 'ó:tó:ró:òbí',\n    form: '依名',\n    defs: 'mansion',\n  },\n  {\n    sym: 'ó器',\n    pro: 'ó:kà',\n    form: '依名',\n    defs: 'speech; argument; discussion; conversation; enmity; episode [TV]',\n  },\n  {\n    sym: 'ó魅',\n    pro: 'ó:kíké',\n    form: '依名',\n    defs: 'protective talisman for children',\n  },\n  {\n    sym: '園',\n    pro: 'ókútá',\n    form: '依名',\n    defs: 'stone; pebble; boulder',\n  },\n  {\n    sym: 'ó勢襟',\n    pro: 'ó:kú:chí',\n    form: '依名',\n    defs: 'lid; cap; seal',\n  },\n  {\n    sym: '男',\n    pro: 'óké',\n    form: '依名',\n    defs: 'male; masculine',\n  },\n  {\n    sym: '芋',\n    pro: 'óké',\n    form: '錦',\n    defs: '依名衣. 依器. plenty; many; much; multitude; super; hyper-',\n  },\n  {\n    sym: '芋顧',\n    pro: 'óké:árụ́sị́',\n    form: '依名',\n    defs: 'powerful divinity; powerful shrine',\n  },\n  {\n    sym: '男àbà',\n    pro: 'óké:àbà',\n    form: '依名',\n    defs: 'titled man; chief [Afikpo]',\n  },\n  {\n    sym: '芋虎過',\n    pro: 'óké:ágụ:íyí',\n    form: '依名',\n    defs: 'monster crocodile; sea monster',\n  },\n  {\n    sym: '芋儀',\n    pro: 'óké:ágụ́',\n    form: '依名',\n    defs: 'strong hunger; obsession',\n  },\n  {\n    sym: '芋à丸肢欠',\n    pro: 'óké:à:mà:mà:ị́nyë',\n    form: '依名',\n    defs: 'too much knowledge; faulty or phony overintelligence; precociousness',\n  },\n  {\n    sym: '芋í縦',\n    pro: 'óké:í:dè',\n    form: '依名',\n    defs: 'tsunami; tidal wave',\n  },\n  {\n    sym: '芋果',\n    pro: 'óké:íké',\n    form: '依名',\n    defs: 'super strength; forecefulness; superpower',\n  },\n  {\n    sym: '男í活',\n    pro: 'óké:í:yì',\n    form: '依名',\n    defs: 'he-goat',\n  },\n  {\n    sym: '芋縁',\n    pro: 'óké:ìkùkù',\n    form: '依名',\n    defs: 'hurricane; cyclone; whirlwind; highwind',\n  },\n  {\n    sym: '芋研',\n    pro: 'óké:ìfùfè',\n    form: '依名',\n    defs: 'hurricane; cyclone; whirlwind; highwind',\n  },\n  {\n    sym: '芋ú研',\n    pro: 'óké:ú:fèrè',\n    form: '依名',\n    defs: 'great wind',\n  },\n  {\n    sym: '男羨',\n    pro: 'óké:ékpé',\n    form: '依名',\n    defs: 'widower; a man who has lost his wife',\n  },\n  {\n    sym: '芋è注',\n    pro: 'óké:è:bì',\n    form: '依名',\n    defs: 'typhoon',\n  },\n  {\n    sym: '男賀',\n    pro: 'óké:éhí',\n    form: '依名',\n    defs: 'bull',\n  },\n  {\n    sym: '男豚',\n    pro: 'óké:ézì',\n    form: '依名',\n    defs: 'boar',\n  },\n  {\n    sym: '芋林',\n    pro: 'óké:ọ́ḧị́á',\n    form: '依名',\n    defs: 'thick bush; woods; thick forest; large forest; unending forestry',\n  },\n  {\n    sym: '芋口',\n    pro: 'óké:ọ́nụ́',\n    form: '依器',\n    defs: 'expensive; dear; highpriced',\n  },\n  {\n    sym: '男衝',\n    pro: 'óké:ọ̀kpà',\n    form: '依名',\n    defs: 'cockerel',\n  },\n  {\n    sym: '芋ọ̀要要',\n    pro: 'óké:ọ̀:chị́:chọ́',\n    form: '依名',\n    defs: 'greed; too much desire',\n  },\n  {\n    sym: '芋人',\n    pro: 'óké:mádụ̀',\n    form: '依名',\n    defs: 'important person; a reputable or distinguishable person; hero; plenty of people',\n  },\n  {\n    sym: '芋桜',\n    pro: 'óké:ḿbà',\n    form: '依名',\n    defs: 'empire; a great nation town',\n  },\n  {\n    sym: '男騒',\n    pro: 'óké:nyę',\n    form: '依名',\n    defs: 'male elder; adult male; oldest male kin',\n  },\n  {\n    sym: '芋ń要',\n    pro: 'óké:ń:chọ́',\n    form: '依名',\n    defs: 'greed; obsession',\n  },\n  {\n    sym: '男né',\n    pro: 'óké:né',\n    form: '依名',\n    defs: 'male child born to unmarried mother',\n  },\n  {\n    sym: '激捜送ṃ',\n    pro: 'ó:ké:zì:ṃ',\n    form: '依名',\n    defs: 'promethium [Pm]',\n  },\n  {\n    sym: 'ó捜',\n    pro: 'ó:kè',\n    form: '依名',\n    defs: 'division; a split in land an area or region; boundary; border',\n  },\n  {\n    sym: 'ó捜土',\n    pro: 'ó:kè:àlà',\n    form: '依名',\n    defs: 'a split in land an area or region; boundary; border',\n  },\n  {\n    sym: '奴',\n    pro: 'ókó',\n    form: '依器',\n    defs: '撃昔営依. 依名. male; man; masculine',\n  },\n  {\n    sym: 'ó安',\n    pro: 'ó:kó',\n    form: '依名',\n    defs: 'swelling; rising; inflating; bloating; dilating; distending; crowding',\n  },\n  {\n    sym: 'ó挑',\n    pro: 'ó:kó',\n    form: '依名',\n    defs: 'valuable white yam species',\n  },\n  {\n    sym: 'ó木',\n    pro: 'ó:kó',\n    form: '依名',\n    defs: 'species of tree vegetable used in soup [P. Terocarpus or Canna iñdica L.]',\n  },\n  {\n    sym: 'ó義',\n    pro: 'ó:kó',\n    form: '依名',\n    defs: 'parrot',\n  },\n  {\n    sym: 'ó沖',\n    pro: 'ó:kó',\n    form: '依名',\n    defs: 'pillow made from bamboo leaves',\n  },\n  {\n    sym: 'ó安掛',\n    pro: 'ó:kó:àchị̀chà',\n    form: '依名',\n    defs: 'leaven; material causing dough to ferment',\n  },\n  {\n    sym: '逝',\n    pro: 'ókókpòrò',\n    form: '依名',\n    defs: 'bachelor; male virgin; unmarried adult male',\n  },\n  {\n    sym: '逝霊',\n    pro: 'ókókpòlò:ḿụ́ọo',\n    form: '依名',\n    defs: 'meteor [Onicha]',\n  },\n  {\n    sym: 'ó盛',\n    pro: 'ó:kóróḿ',\n    form: '依名',\n    defs: 'cell; nucleus',\n  },\n  {\n    sym: 'ó安m安',\n    pro: 'ó:kó:m:óokó',\n    form: '依名',\n    defs: 'swelling up; arrogance; pompousness; chauvinism; haughtiness [lit. swell up swell head chest]',\n  },\n  {\n    sym: '奴温',\n    pro: 'ókó:ńë',\n    form: '依名',\n    defs: 'maternal uncle',\n  },\n  {\n    sym: '聖',\n    pro: 'ókóńgóló',\n    form: '依名',\n    defs: 'mantis',\n  },\n  {\n    sym: 'ó擬証',\n    pro: 'ó:kó:ǹgwù',\n    form: '依名',\n    defs: 'hook',\n  },\n  {\n    sym: '奴稽',\n    pro: 'ókó:ǹgwù',\n    form: '依名',\n    defs: 'an old wise man; old and distinguished male; [colloquial] a term used for old fashioned people',\n  },\n  {\n    sym: 'ó掠',\n    pro: 'ó:kọ́',\n    form: '依名',\n    defs: 'itch; scratch',\n  },\n  {\n    sym: 'ó掠BÈKÈE',\n    pro: 'ó:kọ́:bèkÈE',\n    form: '依名',\n    defs: 'chicken pox',\n  },\n  {\n    sym: '依',\n    pro: 'ókwú',\n    form: '依名',\n    defs: 'talk; speech; words; language; palaver; dissension falling-out; quarrel; issue; discord; subject',\n  },\n  {\n    sym: '荒',\n    pro: 'ókwú',\n    form: '依名',\n    defs: 'friend; match',\n  },\n  {\n    sym: '依暇',\n    pro: 'ókwú:àzụ́',\n    form: '依名',\n    defs: 'connotation; euphemism',\n  },\n  {\n    sym: '依名',\n    pro: 'ókwú:äḥà',\n    form: '依名',\n    defs: 'noun',\n  },\n  {\n    sym: '依名衣',\n    pro: 'ókwú:äḥà:ónyé',\n    form: '依名',\n    defs: 'pronoun',\n  },\n  {\n    sym: '依名以',\n    pro: 'ókwú:áhà:ńdị́',\n    form: '依名',\n    defs: 'proper noun',\n  },\n  {\n    sym: '依竹',\n    pro: 'ókwú:úméré',\n    form: '依名',\n    defs: 'honourific',\n  },\n  {\n    sym: '依動ǹ餌',\n    pro: 'ókwú:ụ́më:ǹ:kwà',\n    form: '依名',\n    defs: 'auxiliary verb',\n  },\n  {\n    sym: '依一妻',\n    pro: 'ókwú:ótù:ákàrà',\n    form: '依名',\n    defs: 'homograph',\n  },\n  {\n    sym: '依一校',\n    pro: 'ókwú:ótù:ụ̀dà',\n    form: '依名',\n    defs: 'homophone',\n  },\n  {\n    sym: '依ń絞á壌',\n    pro: 'ókwú:ń:ghá:á:rị́á',\n    form: '依名',\n    defs: 'euphemism',\n  },\n  {\n    sym: '依以',\n    pro: 'ókwú:ńdị́',\n    form: '依名',\n    defs: 'local language; dialectal language words; colloquial words',\n  },\n  {\n    sym: '依é伺',\n    pro: 'ókwú:é:gwú',\n    form: '依名',\n    defs: 'rhythm speech; onomatopoeia',\n  },\n  {\n    sym: 'ó鋭té',\n    pro: 'ó:kwú:té',\n    form: '依名',\n    defs: 'quote',\n  },\n  {\n    sym: '依ń終',\n    pro: 'ókwú:ń:tụ́',\n    form: '依名',\n    defs: 'phrase; saying',\n  },\n  {\n    sym: '依ń核hí',\n    pro: 'ókwú:ń:tụ́:hí',\n    form: '依名',\n    defs: 'tongue twister',\n  },\n  {\n    sym: '依名器',\n    pro: 'ókwú:äḥà:ńkàtá',\n    form: '依名',\n    defs: 'adjective; describing word',\n  },\n  {\n    sym: '依ọ̀接接',\n    pro: 'ókwú:ọ̀:yị̀:yị̀',\n    form: '依名',\n    defs: 'conjunction',\n  },\n  {\n    sym: '依t顎錦',\n    pro: 'ókwú:t:ụ́pụ̀:ǹhọ̀',\n    form: '依名',\n    defs: 'predeterminer [grammar]',\n  },\n  {\n    sym: '依畝ó器',\n    pro: 'ókwú:nà:ó:kà',\n    form: '依名',\n    defs: 'over long speech or talk; argument; quarrel; disagreement; squabble; fight; trouble; dilemma',\n  },\n  {\n    sym: '依ń火轄',\n    pro: 'ókwú:ń:gá:fè',\n    form: '依名',\n    defs: 'password',\n  },\n  {\n    sym: '依ǹ挫韓',\n    pro: 'ókwú:ǹ:há:kà',\n    form: '依名',\n    defs: 'figurative speech; metaphor',\n  },\n  {\n    sym: '依錦',\n    pro: 'ókwú:ǹhọ̀',\n    form: '依名',\n    defs: 'determiner [grammar]',\n  },\n  {\n    sym: 'ó脊',\n    pro: 'ó:kwù',\n    form: '依名',\n    defs: 'inhaler [such as an asthma inhaler]',\n  },\n  {\n    sym: 'ó脊憎',\n    pro: 'ó:kwù:úmé',\n    form: '依名',\n    defs: 'inhaler [such as an asthma inhaler]',\n  },\n  {\n    sym: 'ó脊激誤症',\n    pro: 'ó:kwù:ò:gbò:ǹgụ̀',\n    form: '依名',\n    defs: 'asthma inhaler',\n  },\n  {\n    sym: 'ó喜',\n    pro: 'ó:fí',\n    form: '依名',\n    defs: 'yaws',\n  },\n  {\n    sym: '汁',\n    pro: 'ófé',\n    form: '依名',\n    defs: 'soup; stew; sauce',\n  },\n  {\n    sym: 'ó轄',\n    pro: 'ó:fé',\n    form: '依器',\n    defs: 'easy; ease; passable; overcome able; light; lightweight',\n  },\n  {\n    sym: '汁順',\n    pro: 'ófé:àgbọ̀nọ̀',\n    form: '依名',\n    defs: 'ogbono soup',\n  },\n  {\n    sym: '汁ọ́挑',\n    pro: 'ófé:ọ́:kwụ̀rụ̀',\n    form: '依名',\n    defs: 'okro soup',\n  },\n  {\n    sym: '激均晶',\n    pro: 'ó:fé:dé',\n    form: '依名',\n    defs: 'drone',\n  },\n  {\n    sym: '個',\n    pro: 'óféré',\n    form: '依器',\n    defs: 'easy; ease; passable; overcome able; light; lightweight',\n  },\n  {\n    sym: 'ó轄ré',\n    pro: 'ó:fé:ré',\n    form: '依名',\n    defs: 'access; entry; entrance; entry way; clear way',\n  },\n  {\n    sym: 'ófúrúmá',\n    pro: null,\n    form: '依名',\n    defs: 'shark',\n  },\n  {\n    sym: '惰',\n    pro: 'ófó',\n    form: '依名',\n    defs: '依器. leisure; pleasure; leisurely; laid back',\n  },\n  {\n    sym: '惰ó楽',\n    pro: 'ófó:ó:gòrì',\n    form: '依名',\n    defs: 'spendthrift; carefree or careless person',\n  },\n  {\n    sym: 'ó争員',\n    pro: 'ó:hú:dà',\n    form: '依名',\n    defs: 'nightfall; evening; late afternoon',\n  },\n  {\n    sym: 'ó争員漏',\n    pro: 'ó:hú:dà:ànyasị̀',\n    form: '依名',\n    defs: 'nightfall; evening; late afternoon',\n  },\n  {\n    sym: '唄',\n    pro: 'óhù',\n    form: '依名',\n    defs: 'slave; bondsman',\n  },\n  {\n    sym: '深',\n    pro: 'ówú',\n    form: '依名',\n    defs: 'stake; involvement',\n  },\n  {\n    sym: '臓',\n    pro: 'ówú',\n    form: '依名',\n    defs: 'evening; sundown',\n  },\n  {\n    sym: 'ó照照',\n    pro: 'ó:nwú:nwú',\n    form: '依名',\n    defs: 'luminescence',\n  },\n  {\n    sym: 'ó照照頑艶',\n    pro: 'ó:nwú:nwú:àhụ́:ńdụ̀',\n    form: '依名',\n    defs: 'bioluminescence',\n  },\n  {\n    sym: '苛',\n    pro: 'óyí',\n    form: '依名',\n    defs: 'cold; chill; freeze',\n  },\n  {\n    sym: '泉',\n    pro: 'óyí',\n    form: '依名',\n    defs: 'disgust; ugliness',\n  },\n  {\n    sym: 'ó亀亀',\n    pro: 'ó:yí:yí',\n    form: '依名',\n    defs: 'likeness; image',\n  },\n  {\n    sym: '激接窟遷',\n    pro: 'ó:yị̀:zọ̀:dùṃ',\n    form: '依名',\n    defs: 'intra-net',\n  },\n  {\n    sym: 'óyòkó',\n    pro: null,\n    form: '依器',\n    defs: 'beautiful; perfect; gorgeous',\n  },\n  {\n    sym: '昭',\n    pro: 'ónù',\n    form: '依名',\n    defs: 'hole; pit; opening; ditch',\n  },\n  {\n    sym: '昭越',\n    pro: 'ónù:ójí',\n    form: '依名',\n    defs: 'black hole',\n  },\n  {\n    sym: '昭昭',\n    pro: 'ónù:nù',\n    form: '依名',\n    defs: 'hole; pit; opening; ditch',\n  },\n  {\n    sym: '昭水',\n    pro: 'ónùnù:ḿíri',\n    form: '依名',\n    defs: 'well; cistern',\n  },\n  {\n    sym: '産',\n    pro: 'ónyìnyó',\n    form: '依名',\n    defs: 'shadow; reflection; trance',\n  },\n  {\n    sym: '衣',\n    pro: 'ónyé',\n    form: '依名衣',\n    defs: 'person; individual; whom; who',\n  },\n  {\n    sym: '衣握',\n    pro: 'ónyé:ághárá',\n    form: '依名',\n    defs: 'rioter; anarchist; terrorist',\n  },\n  {\n    sym: '衣句',\n    pro: 'ónyé:árrá',\n    form: '依名',\n    defs: 'a mad person; a mischievious or jocular person; an unconventional person',\n  },\n  {\n    sym: '衣á樹ụ́樹',\n    pro: 'ónyé:á:tá:ụ́:tá',\n    form: '依名',\n    defs: 'suspect',\n  },\n  {\n    sym: '衣á丸丸',\n    pro: 'ónyé:á:mụ́:má',\n    form: '依名',\n    defs: 'prophet; seer',\n  },\n  {\n    sym: '衣宜',\n    pro: 'ónyé:áhị́á',\n    form: '依名',\n    defs: 'merchant; customer; trader',\n  },\n  {\n    sym: '衣継',\n    pro: 'ónyé:àa',\n    form: '固',\n    defs: 'this person',\n  },\n  {\n    sym: '衣à色',\n    pro: 'ónyé:à:nwà',\n    form: '依名',\n    defs: 'sports person; sportsman sportswoman; player; challenger',\n  },\n  {\n    sym: '衣臆',\n    pro: 'ónyé:àsị́',\n    form: '依名',\n    defs: 'liar; deceiver',\n  },\n  {\n    sym: '衣錮',\n    pro: 'ónyé:író} 依名. enemy; foe adversary opponent rival nemesis antagonist combatant challenger 浪遭: 衣ụ́錮 {ónyé:ụ́:gwọ̀',\n    form: null,\n    defs: null,\n  },\n  {\n    sym: '衣顔',\n    pro: 'ónyé:íwé',\n    form: '依名',\n    defs: 'a stern person; a person prone to anger; severe person',\n  },\n  {\n    sym: '衣拐詠',\n    pro: 'ónyé:ímé:òbòdò',\n    form: '依名',\n    defs: 'country side resident; countryfolk; country bumpkin',\n  },\n  {\n    sym: '衣申',\n    pro: 'ónyé:ị́nyërë',\n    form: '依名',\n    defs: 'shy person; socially anxious or awkward person',\n  },\n  {\n    sym: '衣為',\n    pro: 'ónyé:íjè',\n    form: '依名',\n    defs: 'traveller',\n  },\n  {\n    sym: '衣簡',\n    pro: 'ónyé:ísí',\n    form: '依名',\n    defs: 'leader; chief; head; alpha',\n  },\n  {\n    sym: '衣簡以é乙',\n    pro: 'ónyé:ísí:ńdị́:é:ké',\n    form: '依名',\n    defs: 'police chief',\n  },\n  {\n    sym: '衣簡ǹ災襟',\n    pro: 'ónyé:ísí:ǹ:dò:chì',\n    form: '依名',\n    defs: 'police chief',\n  },\n  {\n    sym: '衣装',\n    pro: 'ónyé:ìkpé',\n    form: '依名',\n    defs: 'judge; magistrate; authority in a suit',\n  },\n  {\n    sym: '衣黒',\n    pro: 'ónyé:ùdé',\n    form: '依名',\n    defs: 'celebrity',\n  },\n  {\n    sym: '衣ù轄',\n    pro: 'ónyé:ù:fé',\n    form: '依名',\n    defs: 'liar; escapee; sly person',\n  },\n  {\n    sym: '衣岩越',\n    pro: 'ónyé:ùwé:ójí',\n    form: '依名',\n    defs: 'policeman; policewoman; police',\n  },\n  {\n    sym: '衣ù障尋',\n    pro: 'ónyé:ù:zè:ánụ́',\n    form: '依名',\n    defs: 'vegetarian',\n  },\n  {\n    sym: '衣ụ́錮',\n    pro: 'ónyé:ụ́:gwọ̀} 依名. enemy 浪遭: 衣錮 {ónyé:író',\n    form: null,\n    defs: null,\n  },\n  {\n    sym: '衣場',\n    pro: 'ónyé:ụ̀dà',\n    form: '依名',\n    defs: 'competitor; rival',\n  },\n  {\n    sym: '衣ụ̀億',\n    pro: 'ónyé:ụ̀:rụ́',\n    form: '依名',\n    defs: 'mischievous person; fraudster; trickster; sly cunning person; provocateur',\n  },\n  {\n    sym: '衣é乙',\n    pro: 'ónyé:é:ké',\n    form: '依名',\n    defs: 'police; policeman; policewoman',\n  },\n  {\n    sym: '衣上土',\n    pro: 'ónyé:élú:àlà',\n    form: '依名',\n    defs: 'an African',\n  },\n  {\n    sym: '衣上土土営慶',\n    pro: 'ónyé:élú:àlà',\n    form: '依名',\n    defs: 'an African American',\n  },\n  {\n    sym: '衣芽',\n    pro: 'ónyé:èkpèńtá',\n    form: '依名',\n    defs: 'a leper',\n  },\n  {\n    sym: '衣紳',\n    pro: 'ónyé:èbùbè',\n    form: '依名',\n    defs: 'powerful person; person full of aura; legend',\n  },\n  {\n    sym: '衣心院',\n    pro: 'ónyé:óbì:ọ̀hà',\n    form: '依名',\n    defs: 'philanthropist',\n  },\n  {\n    sym: '衣拒ḿkp韻',\n    pro: 'ónyé:ógwè:ḿ:kp:á',\n    form: '依名',\n    defs: 'amputee',\n  },\n  {\n    sym: '衣託',\n    pro: 'ónyé:ózí',\n    form: '依名',\n    defs: 'messenger; preacher',\n  },\n  {\n    sym: '衣激向向',\n    pro: 'ónyé:ó:zí:zí',\n    form: '依名',\n    defs: 'teacher',\n  },\n  {\n    sym: '衣男',\n    pro: 'ónyé:óké',\n    form: '依名',\n    defs: 'man; person [Ohafia]; male youth; hero; warrior',\n  },\n  {\n    sym: '衣依畝ó器',\n    pro: 'ónyé:ókwú:nà:ó:kà',\n    form: '依名',\n    defs: 'talkative; quarrelsome person; provocateur',\n  },\n  {\n    sym: '衣精',\n    pro: 'ónyé:óshí',\n    form: '依名',\n    defs: 'thief; burglar; robber',\n  },\n  {\n    sym: '衣詠',\n    pro: 'ónyé:òbòdò',\n    form: '依名',\n    defs: 'country side resident; countryfolk; country bumpkin',\n  },\n  {\n    sym: '衣自接',\n    pro: 'ónyé:ònwé:yị̀',\n    form: '依名',\n    defs: 'asexual',\n  },\n  {\n    sym: '衣幹',\n    pro: 'ónyé:ọ́bị́à',\n    form: '依名',\n    defs: 'visitor; foreigner',\n  },\n  {\n    sym: '衣撃見',\n    pro: 'ónyé:ọ́:hụ́',\n    form: '依名',\n    defs: 'seer; mage',\n  },\n  {\n    sym: '衣口二',\n    pro: 'ónyé:ọ́nụ́:àbụ́ọ́',\n    form: '依名',\n    defs: 'hypocrite',\n  },\n  {\n    sym: '衣皇',\n    pro: 'ónyé:ọ́chá',\n    form: '依名',\n    defs: 'white man; European',\n  },\n  {\n    sym: '衣至',\n    pro: 'ónyé:ọ́kụ̀',\n    form: '依名',\n    defs: 'fisher',\n  },\n  {\n    sym: '衣ń乱角',\n    pro: 'ónyé:ń:kpá:nyé',\n    form: '動',\n    defs: 'tipper',\n  },\n  {\n    sym: '衣ń己',\n    pro: 'ónyé:ń:gbée',\n    form: '依名',\n    defs: 'parker; car in queue',\n  },\n  {\n    sym: '衣ń情rí',\n    pro: 'ónyé:ń:dí:rí',\n    form: '依名',\n    defs: 'director; instructor; commander; teacher',\n  },\n  {\n    sym: '衣ń終稼',\n    pro: 'ónyé:ń:tụ́:áká',\n    form: '動',\n    defs: 'accuser',\n  },\n  {\n    sym: '衣懐',\n    pro: 'ónyé:ńkwà',\n    form: '依名',\n    defs: 'dancer',\n  },\n  {\n    sym: '衣紺',\n    pro: 'ónyé:ńjàkị́rị́',\n    form: '依名',\n    defs: 'comedian; joker; teaser',\n  },\n  {\n    sym: '衣ń情rí',\n    pro: 'ónyé:ń:dí:rí',\n    form: '依名',\n    defs: 'director',\n  },\n  {\n    sym: '衣ń蓋探',\n    pro: 'ónyé:ń:kú:zí',\n    form: '依名',\n    defs: 'teacher; trainer',\n  },\n  {\n    sym: '衣ń蓋向',\n    pro: 'ónyé:ń:kú:zí',\n    form: '依名',\n    defs: 'teacher; trainer',\n  },\n  {\n    sym: '衣ń轄',\n    pro: 'ónyé:ń:fé',\n    form: '依名',\n    defs: 'passenger; traveller; rider; fare payer',\n  },\n  {\n    sym: '衣ń凹醜',\n    pro: 'ónyé:ń:zụ́:té',\n    form: '依名',\n    defs: 'customer',\n  },\n  {\n    sym: '衣腺',\n    pro: 'ónyé:ǹgwọ́rọ́',\n    form: '依名',\n    defs: 'a lame; one who is crippled',\n  },\n  {\n    sym: '衣ǹ災襟',\n    pro: 'ónyé:ǹ:dò:chì',\n    form: '依名',\n    defs: 'policeman; policewoman; police',\n  },\n  {\n    sym: '衣柵',\n    pro: 'ónyé:ǹkà',\n    form: '依名',\n    defs: 'artist; artisan; craftsmen; smith; painter; carver; sculptor; surgeon',\n  },\n  {\n    sym: '衣ǹ敢',\n    pro: 'ónyé:ǹ:jè',\n    form: '依名',\n    defs: 'imitator; copier',\n  },\n  {\n    sym: '衣ǹ敢口',\n    pro: 'ónyé:ǹ:jè:ọ́nụ́',\n    form: '依名',\n    defs: 'ventriloquist',\n  },\n  {\n    sym: '衣備',\n    pro: 'ónyé:ǹchè',\n    form: '依名',\n    defs: 'body guard',\n  },\n  {\n    sym: '衣ǹ催',\n    pro: 'ónyé:ǹ:zìzò',\n    form: '依名',\n    defs: 'actor; imitator',\n  },\n  {\n    sym: '衣ǹ階尋',\n    pro: 'ónyé:ǹ:fụ̀:ánụ́',\n    form: '依名',\n    defs: 'vegetarian',\n  },\n  {\n    sym: '衣ḿ干',\n    pro: 'ónyé:ḿ:bé',\n    form: '依名',\n    defs: 'sponsor',\n  },\n  {\n    sym: '衣ḿ碁火',\n    pro: 'ónyé:ḿ:gbá:gá',\n    form: '依名',\n    defs: 'asylum seeker; refugee',\n  },\n  {\n    sym: '衣ḿ壊恩',\n    pro: 'ónyé:ḿ:ë:gbú',\n    form: '依名',\n    defs: 'mistreated person; victim',\n  },\n  {\n    sym: '衣ḿ壊誇',\n    pro: 'ónyé:ḿ:më:jọ́',\n    form: '依名',\n    defs: 'terrorist; bad person',\n  },\n  {\n    sym: 'ó殖横ṃ',\n    pro: 'ó:nyó:sì:ṃ',\n    form: '依名',\n    defs: 'osmium [Os]',\n  },\n  {\n    sym: 'ó殖火',\n    pro: 'ó:nyò:gá',\n    form: '依名',\n    defs: 'movie; moving picture; film',\n  },\n  {\n    sym: '激悔甲',\n    pro: 'ó:lì:gbó',\n    form: '動',\n    defs: 'fossil; ancient remains',\n  },\n  {\n    sym: '圏',\n    pro: 'ólú',\n    form: '依名',\n    defs: 'neck; hole; tube',\n  },\n  {\n    sym: '狂',\n    pro: 'ólú',\n    form: '依名',\n    defs: 'voice; dialect; language; singing voice',\n  },\n  {\n    sym: '狂喫',\n    pro: 'ólú:ásụ̀sụ̀',\n    form: '依名',\n    defs: 'accent',\n  },\n  {\n    sym: '狂á該',\n    pro: 'ólú:ä:kwä',\n    form: '依名',\n    defs: 'tearful voice; sorrowful voice',\n  },\n  {\n    sym: '狂運',\n    pro: 'ólú:ìgbò',\n    form: '依名',\n    defs: 'Igbo language',\n  },\n  {\n    sym: '狂詠',\n    pro: 'ólú:òbòdò',\n    form: '依名',\n    defs: 'accent; dialect',\n  },\n  {\n    sym: '狂桜',\n    pro: 'ólú:ḿbà',\n    form: '依名',\n    defs: 'dialect; Igbo dialects; accent; colloquialisms',\n  },\n  {\n    sym: 'ólùkú',\n    pro: 'ó:lù:zó',\n    form: '依名',\n    defs: 'fool',\n  },\n  {\n    sym: 'ó隻何',\n    pro: 'ó:lù:zó',\n    form: '依名',\n    defs: 'snow',\n  },\n  {\n    sym: '激浪殖',\n    pro: 'ó:lè:nyó',\n    form: '依名',\n    defs: 'video; picture',\n  },\n  {\n    sym: 'ó熟',\n    pro: 'ó:lóló',\n    form: '依名',\n    defs: 'bottle; glass bottle or container; jar; jug; flask',\n  },\n  {\n    sym: '越',\n    pro: 'ójí',\n    form: '依器',\n    defs: 'black; dark',\n  },\n  {\n    sym: 'ó糾',\n    pro: 'ó:jí',\n    form: '依名',\n    defs: 'staff',\n  },\n  {\n    sym: '越職',\n    pro: 'ójí:jí',\n    form: '依器',\n    defs: 'black; dark',\n  },\n  {\n    sym: '宛',\n    pro: 'ójíjé} 依名. walk; movement 浪遭: 換 {jé',\n    form: null,\n    defs: null,\n  },\n  {\n    sym: '卸',\n    pro: 'ójọ́',\n    form: '依名',\n    defs: 'fear',\n  },\n  {\n    sym: '卸ṃ飼',\n    pro: 'ójọ́:ṃ:kpà',\n    form: '依名',\n    defs: 'claustrophobia',\n  },\n  {\n    sym: '精',\n    pro: 'óshí',\n    form: '依名',\n    defs: 'stealing; thievery; theft',\n  },\n  {\n    sym: 'ó長',\n    pro: 'ó:chíè',\n    form: '依名',\n    defs: 'century; ancestors; 依器. ancient; old; antecedent; preceding',\n  },\n  {\n    sym: '閣',\n    pro: 'óché',\n    form: '依名',\n    defs: 'seat; chair; stool; table',\n  },\n  {\n    sym: '閣源',\n    pro: 'óché:ámá',\n    form: '依名',\n    defs: 'benches; bleachers; communal chairs at a community centre',\n  },\n  {\n    sym: '閣王',\n    pro: 'óché:ézè',\n    form: '依名',\n    defs: 'sthe stool of a person with the Eze title; a king’s stool chair or throne',\n  },\n  {\n    sym: '閣梗',\n    pro: 'óché:ọ̀kpọ́lè',\n    form: '依名',\n    defs: 'wheelchair',\n  },\n  {\n    sym: '激害護',\n    pro: 'ó:cé:ǹdò',\n    form: '依名',\n    defs: 'umbrella',\n  },\n  {\n    sym: '託',\n    pro: 'ózí',\n    form: '依名',\n    defs: 'message; news; notification; letter; teachings; sermon',\n  },\n  {\n    sym: '託宜',\n    pro: 'ózí:áhị́á',\n    form: '依名',\n    defs: 'advertisment; commercial',\n  },\n  {\n    sym: '託à丸',\n    pro: 'ózí:à:mà',\n    form: '依名',\n    defs: 'news; information; intelligence',\n  },\n  {\n    sym: '託唆',\n    pro: 'ózí:èrèrè',\n    form: '依名',\n    defs: 'advertisment; commercial',\n  },\n  {\n    sym: '託宴',\n    pro: 'ózí:ḿkpà',\n    form: '依名 ',\n    defs: 'important notice; warning; alert',\n  },\n  {\n    sym: '託技',\n    pro: 'ózí:ḿgbéré',\n    form: '依名',\n    defs: 'advertisment; commercial',\n  },\n  {\n    sym: '激送市',\n    pro: 'ó:zì:ìhù',\n    form: '依名',\n    defs: 'radiation',\n  },\n  {\n    sym: '激送繰',\n    pro: 'ó:zì:kpọ́',\n    form: '依名',\n    defs: 'missile; bomb',\n  },\n  {\n    sym: '激送照送ṃ',\n    pro: 'ó:zì:nwú:zì:ṃ',\n    form: '依名',\n    defs: 'actinium [Ac]',\n  },\n  {\n    sym: '俺',\n    pro: 'ózú',\n    form: '依名',\n    defs: 'corpse; cadaver',\n  },\n  {\n    sym: 'ó祖',\n    pro: 'ó:zùgbó',\n    form: '依名',\n    defs: 'all; everyone; middle; central; common',\n  },\n  {\n    sym: 'ó横災',\n    pro: 'ó:sì:dó',\n    form: '依名',\n    defs: 'iodine [I]',\n  },\n  {\n    sym: 'ó横ṃ',\n    pro: 'ó:sì:ṃ',\n    form: '依名',\n    defs: 'titanium [Ti]',\n  },\n  {\n    sym: 'ó棺探ṃ',\n    pro: 'ó:sì:zì:ṃ',\n    form: '依名',\n    defs: 'xenon [Xe]',\n  },\n  {\n    sym: '木',\n    pro: 'ósísí',\n    form: '依名',\n    defs: 'tree; wood; stick; branch',\n  },\n  {\n    sym: '木押',\n    pro: 'ósísí:ègèdè',\n    form: '依名',\n    defs: 'plantain tree',\n  },\n  {\n    sym: 'ó据議',\n    pro: 'ó:sè:jì',\n    form: '依名',\n    defs: 'magnet',\n  },\n  {\n    sym: '激駅火',\n    pro: 'ó:sò:gá',\n    form: '依名',\n    defs: 'series; follower',\n  },\n  {\n    sym: '矯',\n    pro: 'ósò',\n    form: '依名',\n    defs: 'pepper',\n  },\n  {\n    sym: '賢',\n    pro: 'òpì',\n    form: '依名',\n    defs: 'opi flute; horn; trumpet',\n  },\n  {\n    sym: 'ò期',\n    pro: 'ò:pì',\n    form: '依名',\n    defs: 'tusk; fang',\n  },\n  {\n    sym: '賢果',\n    pro: 'òpì:íké',\n    form: '依名',\n    defs: 'trumpet',\n  },\n  {\n    sym: 'ò等',\n    pro: 'ò:pu',\n    form: '依名',\n    defs: 'lead [Pb]',\n  },\n  {\n    sym: '激芽',\n    pro: 'ò:pó',\n    form: '依名',\n    defs: 'leprosy',\n  },\n  {\n    sym: 'ò晴',\n    pro: 'ò:kpú',\n    form: '依名',\n    defs: 'hat; cap',\n  },\n  {\n    sym: 'ò晴垣',\n    pro: 'ò:kpú:ínyú',\n    form: '依名',\n    defs: 'mask',\n  },\n  {\n    sym: 'ò晴王',\n    pro: 'ò:kpú:ézè',\n    form: '依名',\n    defs: 'king’s crown',\n  },\n  {\n    sym: 'ò晴拡',\n    pro: 'ò:kpú:ńtùtù',\n    form: '依名',\n    defs: 'wig [hair]',\n  },\n  {\n    sym: 'ò晴護',\n    pro: 'ò:kpú:ǹdò',\n    form: '依名',\n    defs: 'visor; cap',\n  },\n  {\n    sym: 'ò晴ń浅',\n    pro: 'ò:kpú:ń:gwọ̀',\n    form: '依名',\n    defs: 'wide brimmed raffia hat;',\n  },\n  {\n    sym: '弱',\n    pro: 'òkpúrù',\n    form: '依名',\n    defs: 'below; under; underneath; 撃昔営依. sub',\n  },\n  {\n    sym: 'ò甘',\n    pro: 'ò:kpù',\n    form: '依名',\n    defs: 'libation horn',\n  },\n  {\n    sym: '激kp遇上',\n    pro: 'ò:kp:é:élú',\n    form: '動',\n    defs: 'aeronauts',\n  },\n  {\n    sym: '激kp遇換亜',\n    pro: 'ò:kp:é:jé:ígwé',\n    form: '動',\n    defs: 'astronaut',\n  },\n  {\n    sym: '激kp遇及',\n    pro: 'ò:kpé:dú',\n    form: '依名',\n    defs: 'trailer truck',\n  },\n  {\n    sym: 'ò介',\n    pro: 'òkpókò',\n    form: '依名',\n    defs: 'stork [bird]',\n  },\n  {\n    sym: '金',\n    pro: 'òkpòghò',\n    form: '依名',\n    defs: 'unit of currency; currency; manilla; wealth',\n  },\n  {\n    sym: 'ò金',\n    pro: 'ò:kpòghò',\n    form: '依名',\n    defs: 'copper [Cu]',\n  },\n  {\n    sym: '棒',\n    pro: 'òkpòrò',\n    form: '依名',\n    defs: 'rod; spoke; pipe; iron',\n  },\n  {\n    sym: '棒至',\n    pro: 'òkpòrò:ọ́kụ̀',\n    form: '依名',\n    defs: 'fishing rod',\n  },\n  {\n    sym: '改',\n    pro: 'òkpòró',\n    form: '依名',\n    defs: 'virgin; girl; maiden',\n  },\n  {\n    sym: '宮',\n    pro: 'òkpòǹtù',\n    form: '依名',\n    defs: 'grey; ash',\n  },\n  {\n    sym: '葛',\n    pro: 'òbí',\n    form: '依名',\n    defs: 'governor; mayor; regional king',\n  },\n  {\n    sym: '潤',\n    pro: 'òbí',\n    form: '依名',\n    defs: 'mans’ quarters; building; mansion; base; headquarters; ancestral patriarch’s house; a main shrine house; palace; court; reception house',\n  },\n  {\n    sym: '潤源',\n    pro: 'òbí:ámá',\n    form: '依名',\n    defs: 'village main head quarters; meeting house; community hall; community hall',\n  },\n  {\n    sym: '潤王',\n    pro: 'òbí:ézè',\n    form: '依名',\n    defs: 'a king’s quarters; palace; royal hall',\n  },\n  {\n    sym: '潤餓',\n    pro: 'òbí:ógó',\n    form: '依名',\n    defs: 'village main head quarters; meeting house; community hall',\n  },\n  {\n    sym: 'ò剁剁',\n    pro: 'ò:bí:bí',\n    form: '依名',\n    defs: 'residence; dwelling; the act of settling in or dwelling',\n  },\n  {\n    sym: '激韻艶',\n    pro: 'ò:bí:ńdụ̀',\n    form: '依器',\n    defs: 'toxic; life-shrotening substance object person',\n  },\n  {\n    sym: '潤柵',\n    pro: 'òbí:ǹkà',\n    form: '依名',\n    defs: 'studio; atelier',\n  },\n  {\n    sym: 'ò原原',\n    pro: 'ò:bì:bí',\n    form: '依名',\n    defs: 'printing; publishing; production',\n  },\n  {\n    sym: 'ò韻韻',\n    pro: 'ò:bì:bì',\n    form: '依名',\n    defs: 'ending; termination; final phase of something',\n  },\n  {\n    sym: 'ò妻世',\n    pro: 'ò:bìbì:ụ̀wà',\n    form: '依名',\n    defs: 'birthmark',\n  },\n  {\n    sym: 'ò原寡',\n    pro: 'ò:bì:nà',\n    form: '依名',\n    defs: 'receipt',\n  },\n  {\n    sym: '激剁営更',\n    pro: 'ò:bì:n:ágụ́',\n    form: '依名',\n    defs: 'Obinagu deity',\n  },\n  {\n    sym: 'ò韻ǹ肝',\n    pro: 'ò:bì:ǹ:dè',\n    form: '依名',\n    defs: 'punctuation',\n  },\n  {\n    sym: '激穫虞',\n    pro: 'ò:bú:úchè',\n    form: '依名',\n    defs: 'psychedelics',\n  },\n  {\n    sym: 'ò干干',\n    pro: 'ò:bú:bé',\n    form: '依名',\n    defs: 'lamenting; the act of crying; moaning',\n  },\n  {\n    sym: '潤絞',\n    pro: 'òbú:ghà',\n    form: '依名',\n    defs: 'a transitional ancient house of Umueri leaders [Aguleri]',\n  },\n  {\n    sym: 'ò姿',\n    pro: 'ò:bù',\n    form: '依名',\n    defs: 'large bird',\n  },\n  {\n    sym: '激穫上',\n    pro: 'ò:bù:élú',\n    form: '依名',\n    defs: 'skyscraper',\n  },\n  {\n    sym: '激穫結',\n    pro: 'ò:bù:lì',\n    form: '依名',\n    defs: 'elevator; lift',\n  },\n  {\n    sym: '激干ṃ干',\n    pro: 'ò:bè:ṃ:bé',\n    form: '依名',\n    defs: 'alarm',\n  },\n  {\n    sym: '激干ṃ干荷',\n    pro: 'ò:bè:ṃ:bé:ánwụ̀rụ̀',\n    form: '依名',\n    defs: 'smoke alarm',\n  },\n  {\n    sym: '誠',\n    pro: 'òbò',\n    form: '依名',\n    defs: 'heap; pile',\n  },\n  {\n    sym: '詠',\n    pro: 'òbòdò',\n    form: '依名',\n    defs: 'country; state; nation; town',\n  },\n  {\n    sym: '詠紅',\n    pro: 'òbòdò:èzí',\n    form: '依名',\n    defs: 'main village square; outdoors; public space',\n  },\n  {\n    sym: 'ò窮',\n    pro: 'ò:gìgè',\n    form: '依名',\n    defs: 'garden; yard; park; greenhouse; grassyard',\n  },\n  {\n    sym: 'ò窮嵐',\n    pro: 'ò:gìgè:änụ́',\n    form: '依名',\n    defs: 'zoo; wildlife reserve',\n  },\n  {\n    sym: '駆',\n    pro: 'ògénę',\n    form: '依名',\n    defs: 'gong; Ogene music genre',\n  },\n  {\n    sym: '窮',\n    pro: 'ògè',\n    form: '依名',\n    defs: 'garden; yard; park; greenhouse',\n  },\n  {\n    sym: '激徐',\n    pro: 'ò:gọ̀sị̀',\n    form: '依名',\n    defs: 'screen',\n  },\n  {\n    sym: '地',\n    pro: 'ògbú',\n    form: '依名',\n    defs: 'a type of tree [ogbu]',\n  },\n  {\n    sym: '激恩虎',\n    pro: 'ò:gbú:ágụ',\n    form: '依名',\n    defs: 'leopard killer [honorary title]',\n  },\n  {\n    sym: '激恩緩',\n    pro: 'ò:gbú:ányị̀nyà',\n    form: '依名',\n    defs: 'horse killer [honorary title]',\n  },\n  {\n    sym: '激恩尋',\n    pro: 'ò:gbú:änụ́',\n    form: '依名',\n    defs: 'butcher',\n  },\n  {\n    sym: '激恩縦',\n    pro: 'ò:gbú:ídè',\n    form: '依名',\n    defs: 'Ogbuide deity of Oguta',\n  },\n  {\n    sym: '激恩賀',\n    pro: 'ò:gbú:éfí',\n    form: '依名',\n    defs: 'cow killer [honorary title]',\n  },\n  {\n    sym: '激恩営頑',\n    pro: 'ò:gbú:nà:àhụ́',\n    form: '依名',\n    defs: 'a toxic thing or person; 依器. toxic; dangerous',\n  },\n  {\n    sym: 'ò詞',\n    pro: 'ò:gbù',\n    form: '依名',\n    defs: 'depth',\n  },\n  {\n    sym: 'ò詞水',\n    pro: 'ò:gbù:ḿírí',\n    form: '依名',\n    defs: 'deep waters; sea; ocean; deep sea; wide expanse of water',\n  },\n  {\n    sym: '激誤苛',\n    pro: 'ò:gbó:óyí',\n    form: '依名',\n    defs: 'jacket; coat; windbreaker',\n  },\n  {\n    sym: '牲',\n    pro: 'ògbò',\n    form: '依名',\n    defs: 'namesake; eponymous',\n  },\n  {\n    sym: '山',\n    pro: 'ògbòmà',\n    form: '依名',\n    defs: 'wizard; vampire; sorcerer',\n  },\n  {\n    sym: '激誤症',\n    pro: 'ò:gbò:ǹgụ̀',\n    form: '依名',\n    defs: 'asthma',\n  },\n  {\n    sym: '縮',\n    pro: 'ògbòlòo',\n    form: '依名',\n    defs: 'heifer',\n  },\n  {\n    sym: 'ò故ré',\n    pro: 'ò:ghé:ré',\n    form: '依名',\n    defs: 'space; opening; opportunity',\n  },\n  {\n    sym: 'ò媛',\n    pro: 'ò:ghù',\n    form: '依名',\n    defs: 'play; game',\n  },\n  {\n    sym: 'ò承開',\n    pro: 'ò:gwù:ájá',\n    form: '依名',\n    defs: 'tractor',\n  },\n  {\n    sym: '綻',\n    pro: 'ògwùṃágàlà',\n    form: '依名',\n    defs: 'chameleon',\n  },\n  {\n    sym: '激情恩',\n    pro: 'ò:dí:gbú',\n    form: '依名',\n    defs: 'dictator',\n  },\n  {\n    sym: '激情rí',\n    pro: 'ò:dí:rí',\n    form: '依名',\n    defs: 'director',\n  },\n  {\n    sym: '激及僅',\n    pro: 'ò:dú:gwá',\n    form: '依名',\n    defs: 'conductor',\n  },\n  {\n    sym: 'ò及営ò浪浪',\n    pro: 'ò:dú:nà:ò:l:ìlé',\n    form: '依名',\n    defs: 'north pole; Arctic',\n  },\n  {\n    sym: 'ò及営ń浪員',\n    pro: 'ò:dú:nà:ń:lé:dà',\n    form: '依名',\n    defs: 'south pole; Antarctica',\n  },\n  {\n    sym: 'ò郡',\n    pro: 'ò:dùmódù} 依名. lion [Panthera leo] 浪遭: 郡 {ọ̀dụ̀ḿ',\n    form: null,\n    defs: null,\n  },\n  {\n    sym: 'ò骨',\n    pro: 'ò:dì',\n    form: '依器',\n    defs: 'typical; quintessential; archetypal; model',\n  },\n  {\n    sym: '僕',\n    pro: 'òdìbò',\n    form: '依名',\n    defs: 'servant; henchman; sidekick; agent; follower; handyman; associate',\n  },\n  {\n    sym: '妥',\n    pro: 'òdìgìrì',\n    form: '依名',\n    defs: 'lagoon',\n  },\n  {\n    sym: '妥岐嫌',\n    pro: 'òdìgìrì:fá:àgwà',\n    form: '依名',\n    defs: 'atoll; coral atoll',\n  },\n  {\n    sym: '康',\n    pro: 'òdìdì',\n    form: '依名',\n    defs: 'shape; size; weight',\n  },\n  {\n    sym: 'ò肝肝',\n    pro: 'ò:dì:dè',\n    form: '依名',\n    defs: 'writing; journalism; literature',\n  },\n  {\n    sym: 'ò肝肝簡',\n    pro: 'ò:dì:dè:ísí} 依名. capital lettersò肝肝ǹ暑教 {ò:dì:dè:ǹ:zú:zó',\n    form: '依名',\n    defs: 'secret writing; cipher',\n  },\n  {\n    sym: '激情壊',\n    pro: 'ò:dì:më',\n    form: '依名',\n    defs: 'application [computer]',\n  },\n  {\n    sym: 'ò骨劾',\n    pro: 'ò:dì:ǹgà',\n    form: '依名',\n    defs: 'isotope',\n  },\n  {\n    sym: 'ò善',\n    pro: 'ò:dùdù',\n    form: '依名',\n    defs: 'large tsetse fly species',\n  },\n  {\n    sym: '恭',\n    pro: 'òdógwú',\n    form: '依名',\n    defs: 'hero; war general; lord; master',\n  },\n  {\n    sym: '恭親',\n    pro: 'òdógwú:ọ̀zàrà',\n    form: '依名',\n    defs: 'scorpion',\n  },\n  {\n    sym: 'ò災',\n    pro: 'ò:dò',\n    form: '依名',\n    defs: 'stable times; stability; volatility; maintenace 依器. stable',\n  },\n  {\n    sym: 'ò缶',\n    pro: 'ò:dò',\n    form: '依器',\n    defs: 'yellow; 依名. yellow dye; sulphur',\n  },\n  {\n    sym: 'ò災淑',\n    pro: 'ò:dò:àzà',\n    form: '依名',\n    defs: '依器. fiscal',\n  },\n  {\n    sym: '激災遠',\n    pro: 'ò:dò:ọ́kụ́',\n    form: '依名',\n    defs: 'generator',\n  },\n  {\n    sym: '激概圧',\n    pro: 'ò:rrí:àkụ̀',\n    form: '依名',\n    defs: 'precious; prized; expensive; beloved spouse',\n  },\n  {\n    sym: '激概人',\n    pro: 'ò:rrí:mádụ̀',\n    form: '依名',\n    defs: 'cannibal; cannibalism; people defrauder',\n  },\n  {\n    sym: '激概船',\n    pro: 'ò:rrì:ńgó',\n    form: '依名',\n    defs: 'receive prize; receive wages; [colloquial:] fun one who has fun',\n  },\n  {\n    sym: '激概横',\n    pro: 'ò:rrì:sì',\n    form: '依名',\n    defs: 'gallium [Ga]',\n  },\n  {\n    sym: '激漸換',\n    pro: 'ò:rè:jè',\n    form: '依名',\n    defs: 'machine; mechanics; 依器. mechanical',\n  },\n  {\n    sym: '刃',\n    pro: 'òró',\n    form: '依名',\n    defs: 'courtyard; yard; compound',\n  },\n  {\n    sym: '炎',\n    pro: 'òròghòrò',\n    form: '口控',\n    defs: 'zero; naught',\n  },\n  {\n    sym: 'ò画',\n    pro: 'ò:ròmá',\n    form: '依名',\n    defs: 'orange [citrus fruit]',\n  },\n  {\n    sym: 'ò画óyìbó',\n    pro: 'ò:ròmá:óyìbó',\n    form: '依名',\n    defs: 'grapefruit',\n  },\n  {\n    sym: 'ò画ǹkị̀rị̀sị̀',\n    pro: 'ò:ròmá:ǹkị̀rị̀sị̀',\n    form: '依名',\n    defs: 'lime',\n  },\n  {\n    sym: '激悟岡',\n    pro: 'ò:tí:ị́gbà',\n    form: '依名',\n    defs: 'drummer',\n  },\n  {\n    sym: '激紀気',\n    pro: 'ò:tí:ḿkpú',\n    form: '依名',\n    defs: 'town crier; herald; spokesman; hypeman',\n  },\n  {\n    sym: '激悟果',\n    pro: 'ò:tì:íké',\n    form: '依名',\n    defs: 'battery',\n  },\n  {\n    sym: 'ò悟悟',\n    pro: 'ò:tì:tì',\n    form: '依名',\n    defs: 'beater [weaving]',\n  },\n  {\n    sym: 'ò儒儒',\n    pro: 'ò:tì:té',\n    form: '依名',\n    defs: 'paint; pigment',\n  },\n  {\n    sym: 'òt石',\n    pro: 'ò:t:ìtó',\n    form: '依名',\n    defs: 'praise; eulogy',\n  },\n  {\n    sym: '呉',\n    pro: 'ò:tìlè',\n    form: '依名',\n    defs: 'buttocks',\n  },\n  {\n    sym: 'ò求畏',\n    pro: 'ò:tú:ụ́zọ̀',\n    form: '動',\n    defs: 'map; GPS',\n  },\n  {\n    sym: '虐',\n    pro: 'òtù',\n    form: 'n 依ọ̀接接',\n    defs: 'way; method; style; manner; procedure; technique; system',\n  },\n  {\n    sym: '塩',\n    pro: 'òtù',\n    form: '依名',\n    defs: 'group; set; lot; club; gang; school',\n  },\n  {\n    sym: '塩操',\n    pro: 'òtù:úrí',\n    form: '依名',\n    defs: 'orchestra',\n  },\n  {\n    sym: '激査浪',\n    pro: 'ò:té:lé',\n    form: '依名',\n    defs: 'telescope',\n  },\n  {\n    sym: '秋',\n    pro: 'òtèrè',\n    form: '依名',\n    defs: 'anus; buttocks',\n  },\n  {\n    sym: '唱',\n    pro: 'òtòbò',\n    form: '依名',\n    defs: 'hippopotamus',\n  },\n  {\n    sym: '笑',\n    pro: 'òtógbó',\n    form: '依名',\n    defs: 'gown; tunic; dress',\n  },\n  {\n    sym: 'òtòròo',\n    pro: null,\n    form: '依名',\n    defs: 'diarrhea; stool',\n  },\n  {\n    sym: '食',\n    pro: 'òtòkòotò',\n    form: '依名',\n    defs: 'puddle; splash',\n  },\n  {\n    sym: 'òtòǹtóo',\n    pro: null,\n    form: '依名',\n    defs: 'monster; demon; evil spirit',\n  },\n  {\n    sym: 'ò河',\n    pro: 'ò:tọ́',\n    form: '依名',\n    defs: '依器. flavour; sweetness',\n  },\n  {\n    sym: '清',\n    pro: 'òkù',\n    form: '依名',\n    defs: 'a call; notice; invitation; summon; meeting',\n  },\n  {\n    sym: 'ò捜',\n    pro: 'ò:kè',\n    form: '依名',\n    defs: 'division; a split in land an area or region; share; allotment',\n  },\n  {\n    sym: '凄',\n    pro: 'òkó} 依名. strength; ability; power; endurance; 撃昔営依. hyper- 浪遭: 果 {íké',\n    form: null,\n    defs: null,\n  },\n  {\n    sym: 'ò擬',\n    pro: 'ò:kó',\n    form: '依名',\n    defs: 'wooden fish net pegs',\n  },\n  {\n    sym: '奴男',\n    pro: 'ò:kóró',\n    form: '依名',\n    defs: 'young male; boy',\n  },\n  {\n    sym: '奴男若',\n    pro: 'ò:kóró:ọ́bị̀à',\n    form: '依名',\n    defs: 'young male; boy; male youth; teenager',\n  },\n  {\n    sym: 'ò状',\n    pro: 'ò:kìrì',\n    form: '依名',\n    defs: 'a type of talkative bird',\n  },\n  {\n    sym: 'ò旦',\n    pro: 'ò:kìrì',\n    form: '依名',\n    defs: 'castrated he-goat; eunuch; castrated man',\n  },\n  {\n    sym: '拘',\n    pro: 'òkìrìkírì',\n    form: '依名',\n    defs: '依器. ń器動. circle; round; circular; disk',\n  },\n  {\n    sym: '拘ń遇',\n    pro: 'òkìrìkírì:ń:nyá',\n    form: '依名',\n    defs: 'steering wheel',\n  },\n  {\n    sym: 'ò枝',\n    pro: 'ò:kìkè',\n    form: '依名',\n    defs: 'creation; designing; art',\n  },\n  {\n    sym: 'ò勲',\n    pro: 'ò:kìkè',\n    form: '依名',\n    defs: 'ivory horn large used ceremonially',\n  },\n  {\n    sym: '甘券',\n    pro: 'ò:kúkú',\n    form: '依名',\n    defs: 'calabash gourd cup',\n  },\n  {\n    sym: '鼠',\n    pro: 'òké',\n    form: '依名',\n    defs: 'rat [rattus rattus]; mouse',\n  },\n  {\n    sym: '激捜果',\n    pro: 'ò:ké:íké',\n    form: '依名',\n    defs: 'license',\n  },\n  {\n    sym: '激乙飼',\n    pro: 'ò:ké:kpà',\n    form: '依器',\n    defs: 'astringent; constricting; contracting',\n  },\n  {\n    sym: '鼠BÈKÈE',\n    pro: 'òké:bèkÈE',\n    form: '依名',\n    defs: 'European rabbit; rabbit',\n  },\n  {\n    sym: '激捜角遠',\n    pro: 'ò:ké:nyé:ọ́kụ́',\n    form: '依名',\n    defs: 'generator',\n  },\n  {\n    sym: '具',\n    pro: 'òkè',\n    form: '依名',\n    defs: 'share; portion; sector; section',\n  },\n  {\n    sym: '逆',\n    pro: 'òkè',\n    form: '依名',\n    defs: 'boundary; division',\n  },\n  {\n    sym: '具頑',\n    pro: 'òkè:àhụ́',\n    form: '依名',\n    defs: 'sex [division in organisms]',\n  },\n  {\n    sym: '具畏',\n    pro: 'òkè:ụ́zọ̀',\n    form: '依名',\n    defs: 'lane',\n  },\n  {\n    sym: '具院以',\n    pro: 'òkè:ọ̀hà:ńdị́',\n    form: '依名',\n    defs: 'private sector [economy]',\n  },\n  {\n    sym: '具院掘',\n    pro: 'òkè:ọ̀hà:ńtà',\n    form: '依名',\n    defs: 'minority groups [ethnic religious]',\n  },\n  {\n    sym: '具掘',\n    pro: 'òkè:ńtà',\n    form: '依名',\n    defs: 'module; part',\n  },\n  {\n    sym: '具外',\n    pro: 'òkè:ǹkè',\n    form: '依名',\n    defs: 'share; portion',\n  },\n  {\n    sym: 'ò季',\n    pro: 'ò:kóló',\n    form: '依名',\n    defs: 'gun shield',\n  },\n  {\n    sym: 'ò掠',\n    pro: 'ò:kọ́',\n    form: '依名',\n    defs: 'itch; scratch; rash',\n  },\n  {\n    sym: '激鋭樹',\n    pro: 'ò:kwú:tà',\n    form: '依名',\n    defs: 'critic',\n  },\n  {\n    sym: 'ò鋭鋭',\n    pro: 'ò:kwù:kwù',\n    form: '依名',\n    defs: 'speakers',\n  },\n  {\n    sym: 'ò則則',\n    pro: 'ò:kwù:kwè',\n    form: '依名',\n    defs: 'hope; resolution',\n  },\n  {\n    sym: 'ò成',\n    pro: 'ò:kwùmá',\n    form: '依名',\n    defs: 'shea; shea butter',\n  },\n  {\n    sym: '嚇',\n    pro: 'òkwùlù',\n    form: '依名',\n    defs: 'womb',\n  },\n  {\n    sym: 'ò准',\n    pro: 'ò:kwè',\n    form: '依名',\n    defs: 'bead; mancala',\n  },\n  {\n    sym: '激仰r台捜',\n    pro: 'ò:kwé:r:ị́:ké',\n    form: '動',\n    defs: 'skirt; woman’s skirt woven from a mix of cotton grass and tree bark',\n  },\n  {\n    sym: '劇',\n    pro: 'òkwòrí',\n    form: '依名',\n    defs: 'kingfisher bird',\n  },\n  {\n    sym: 'òf鹿',\n    pro: 'ò:f:ùfé',\n    form: '依名',\n    defs: 'religion; worship; praise',\n  },\n  {\n    sym: 'òf鹿魂',\n    pro: 'ò:f:ùfé:chí',\n    form: '依名',\n    defs: 'religion; worship of a deity',\n  },\n  {\n    sym: 'ò轄',\n    pro: 'ò:fé',\n    form: '依名',\n    defs: 'passing; ease; 依器. easy; light',\n  },\n  {\n    sym: '激均亜',\n    pro: 'ò:fé:ígwé',\n    form: '依名',\n    defs: 'space shuttle; spaceship',\n  },\n  {\n    sym: 'ó載',\n    pro: 'ò:fékè',\n    form: '依名',\n    defs: 'uninitiate; rookie; amateur; one legged deaf spirit',\n  },\n  {\n    sym: '激均結',\n    pro: 'ò:fé:lí',\n    form: '依名',\n    defs: 'aeroplane; airplane; plane',\n  },\n  {\n    sym: '激均結亜',\n    pro: 'ò:fé:lí:ígwé',\n    form: '依名',\n    defs: 'space shuttle; spaceship',\n  },\n  {\n    sym: '溝',\n    pro: 'òfè',\n    form: '依名',\n    defs: 'far side of river road',\n  },\n  {\n    sym: '激璽綺',\n    pro: 'ò:hí:chá',\n    form: '依名',\n    defs: 'cleaner',\n  },\n  {\n    sym: '激象構',\n    pro: 'ò:hì:àgbà',\n    form: '依名',\n    defs: 'caesium [Cs]',\n  },\n  {\n    sym: '激象à重',\n    pro: 'ò:hì:à:nyị̀',\n    form: '依名',\n    defs: 'caesium [Cs]',\n  },\n  {\n    sym: '激象日',\n    pro: 'ò:hì:änwụ́',\n    form: '依名',\n    defs: 'neon [Ne]',\n  },\n  {\n    sym: '激象市',\n    pro: 'ò:hì:ìhù',\n    form: '依名',\n    defs: 'argon [Ar]',\n  },\n  {\n    sym: '激象偉',\n    pro: 'ò:hì:ị̀nyę',\n    form: '依名',\n    defs: 'phosphorus [P]',\n  },\n  {\n    sym: '激象憎',\n    pro: 'ò:hì:ùmé',\n    form: '依名',\n    defs: 'oxygen [O]',\n  },\n  {\n    sym: '激象今',\n    pro: 'ò:hì:ọ̀mụ̀',\n    form: '依名',\n    defs: 'lithium [Li]',\n  },\n  {\n    sym: '激象今艶',\n    pro: 'ò:hì:ọ̀mụ̀:ńdụ̀',\n    form: '依名',\n    defs: 'beryllium [Be]',\n  },\n  {\n    sym: '激象á擦',\n    pro: 'ò:hì:á:kánwụ́',\n    form: '依名',\n    defs: 'potassium [K]',\n  },\n  {\n    sym: '激象ḿ真',\n    pro: 'ò:hì:ḿ:bá',\n    form: '依名',\n    defs: 'tellurium [Te]',\n  },\n  {\n    sym: '激須水',\n    pro: 'ò:hì:ḿírí',\n    form: '依名',\n    defs: 'Niger River',\n  },\n  {\n    sym: '激象水',\n    pro: 'ò:hì:ḿírí',\n    form: '依名',\n    defs: 'hydrogen [H]; primeval waters',\n  },\n  {\n    sym: '激象横級',\n    pro: 'ò:hì:sì:ígwè',\n    form: '依名',\n    defs: 'indium [In]',\n  },\n  {\n    sym: '激象横皇',\n    pro: 'ò:hì:sì:ọ̀chá',\n    form: '依名',\n    defs: 'platinum [Pt]',\n  },\n  {\n    sym: '激象横欧',\n    pro: 'ò:hì:sì:díiké',\n    form: '依名',\n    defs: 'cadmium [Cd]',\n  },\n  {\n    sym: '料',\n    pro: 'òhèrè',\n    form: '依名',\n    defs: 'space; freedom; outskirts; opportunity; field; park [leisure]; gap; vacancy',\n  },\n  {\n    sym: '債',\n    pro: 'òwú',\n    form: '依名',\n    defs: 'wool',\n  },\n  {\n    sym: '遡',\n    pro: 'òwú',\n    form: '依名',\n    defs: 'cotton thread; hair thread',\n  },\n  {\n    sym: '署',\n    pro: 'òwú',\n    form: '依名',\n    defs: 'spirit; water-spirit; mermaid; Neptune [planet]',\n  },\n  {\n    sym: '署水',\n    pro: 'òwú:ḿíri',\n    form: '依名',\n    defs: 'water-spirit; mermaid; mami wata',\n  },\n  {\n    sym: '署水男',\n    pro: 'òwú:ḿíri:óké',\n    form: '依名',\n    defs: 'male waterspirit; merman',\n  },\n  {\n    sym: '創',\n    pro: 'òwù',\n    form: '依名',\n    defs: 'silence; quietness',\n  },\n  {\n    sym: 'òw照w照',\n    pro: 'ò:w:ù:w:ù',\n    form: '依名',\n    defs: 'trending; spreading; being popular',\n  },\n  {\n    sym: 'ò恐lù',\n    pro: 'ò:wù:lù',\n    form: '依名',\n    defs: 'gallon',\n  },\n  {\n    sym: '激各貝怠',\n    pro: 'ò:wé:bà:tà',\n    form: '動',\n    defs: 'recorder; ledger',\n  },\n  {\n    sym: '激照送横ṃ',\n    pro: 'ò:nwú:zì:sì:ṃ',\n    form: '依名',\n    defs: 'radium [Ra]',\n  },\n  {\n    sym: '激照憬横ṃ',\n    pro: 'ò:nwú:sá:sì:ṃ',\n    form: '依名',\n    defs: 'francium [Fr]',\n  },\n  {\n    sym: '激照環ḿ',\n    pro: 'ò:nwú:ká:ḿ',\n    form: '依名',\n    defs: 'lawrencium [Lr]',\n  },\n  {\n    sym: '激禾土',\n    pro: 'ò:nwë:àlà',\n    form: '依名',\n    defs: 'land owner; landlord',\n  },\n  {\n    sym: '代',\n    pro: 'òwèrè',\n    form: '依名',\n    defs: 'farmland; backyard; hinterland',\n  },\n  {\n    sym: 'ò亀肯',\n    pro: 'ò:yí:ńú',\n    form: '依名',\n    defs: 'borax',\n  },\n  {\n    sym: '激族',\n    pro: 'ò:yì',\n    form: '依名',\n    defs: 'appointment',\n  },\n  {\n    sym: 'ò琴',\n    pro: 'ò:mì',\n    form: '依名',\n    defs: 'deep; cavernous; 依ǹ挫韓. 依器. mysterious; mystery',\n  },\n  {\n    sym: 'ò琴琴',\n    pro: 'ò:mì:mì',\n    form: '依名',\n    defs: 'deep; cavernous; 依ǹ 挫韓. 依器. mysterious; mystery',\n  },\n  {\n    sym: 'ò動',\n    pro: 'ò:mùmë',\n    form: '依名',\n    defs: 'etiquette; way of doing things; act; 依器. active; in the state of',\n  },\n  {\n    sym: 'ò壊壊',\n    pro: 'ò:mù:më',\n    form: '依器',\n    defs: 'active; in the state of; 依名. etiquette; way of doing things',\n  },\n  {\n    sym: 'ò動激災圧',\n    pro: 'ò:mùmë:ó:dó:àkụ̀',\n    form: '依名',\n    defs: 'economic activity',\n  },\n  {\n    sym: 'ò動激睡圧',\n    pro: 'ò:mùmë:ó:rú:àkụ̀',\n    form: '依名',\n    defs: 'economic market activity',\n  },\n  {\n    sym: '激壊韓',\n    pro: 'ò:më:kà',\n    form: '依名',\n    defs: 'actor; actors; thesbian',\n  },\n  {\n    sym: '激壊鏡',\n    pro: 'ò:më:fù',\n    form: '依名',\n    defs: 'amateur; rookie',\n  },\n  {\n    sym: '激壊営去',\n    pro: 'ò:më:nà:ùdó',\n    form: '依名',\n    defs: 'peaceful person; gentle person; the act of peace',\n  },\n  {\n    sym: '往',\n    pro: 'òmënàlà',\n    form: '依名',\n    defs: 'culture; traditions',\n  },\n  {\n    sym: '激壊営土',\n    pro: 'ò:më:nà:àlà',\n    form: '依名',\n    defs: 'culture; traditions',\n  },\n  {\n    sym: '激壊営去',\n    pro: 'ò:më:nà:ùdó',\n    form: '依名',\n    defs: 'pacification',\n  },\n  {\n    sym: '激壊柵',\n    pro: 'ò:më:ǹkà',\n    form: '依名',\n    defs: 'artist; artisan; craftsmen; smith; painter; carver; sculptor; surgeon',\n  },\n  {\n    sym: '激壊向',\n    pro: 'ò:më:zí',\n    form: '依名',\n    defs: 'editor',\n  },\n  {\n    sym: '自',\n    pro: 'ònwé',\n    form: '依名',\n    defs: 'self; own; one; identity; alone; 依名衣. self; own; one',\n  },\n  {\n    sym: '自接',\n    pro: 'ònwé:yị̀',\n    form: '依名',\n    defs: 'asexuality',\n  },\n  {\n    sym: '参',\n    pro: 'ònwènè',\n    form: '依名',\n    defs: '依器. carpenter; carpentry',\n  },\n  {\n    sym: '激ny角',\n    pro: 'ò:nyì:nyé',\n    form: '依名',\n    defs: 'gift; present',\n  },\n  {\n    sym: 'òny殖',\n    pro: 'ò:ny:ìnyó',\n    form: '依名',\n    defs: 'presentation; video; show; programme',\n  },\n  {\n    sym: 'ò衣',\n    pro: '激衣} {ò:nyé',\n    form: '依名衣',\n    defs: '錦. who',\n  },\n  {\n    sym: '激角憬',\n    pro: 'ò:nyè:sà',\n    form: '依名',\n    defs: 'philanthropy; philanthropist',\n  },\n  {\n    sym: '激殖心',\n    pro: 'ò:nyó:óbì',\n    form: '依名',\n    defs: 'stethoscope',\n  },\n  {\n    sym: '激殖熊',\n    pro: 'ò:nyó:kị́rị́',\n    form: '依名',\n    defs: 'microscope',\n  },\n  {\n    sym: '激殖丸',\n    pro: 'ò:nyó:má',\n    form: '依名',\n    defs: 'detector',\n  },\n  {\n    sym: '激殖丸備',\n    pro: 'ò:nyó:má:ǹchè',\n    form: '依名',\n    defs: 'shop lifting detector; detecting',\n  },\n  {\n    sym: '激殖ḿ掘',\n    pro: 'ò:nyó:ḿ:ńtà',\n    form: '依名',\n    defs: 'microscopy',\n  },\n  {\n    sym: '激殖掘',\n    pro: 'ò:nyó:ńtà',\n    form: '依名',\n    defs: 'microscope',\n  },\n  {\n    sym: '激殖ń熊',\n    pro: 'ò:nyó:ń:kị́rị́',\n    form: '依名',\n    defs: 'microscopy',\n  },\n  {\n    sym: 'ò浪浪',\n    pro: 'ò:l:ìlé',\n    form: '依名',\n    defs: 'north',\n  },\n  {\n    sym: 'ò浪浪目日',\n    pro: 'ò:l:ìlé:änyä:änwụ́',\n    form: '依名',\n    defs: 'north',\n  },\n  {\n    sym: '激浪浪',\n    pro: 'ò:lì:lé',\n    form: '依名',\n    defs: 'looking',\n  },\n  {\n    sym: 'ò廊',\n    pro: 'ò:lé',\n    form: 'ń器動',\n    defs: 'which one; how much; how',\n  },\n  {\n    sym: '激浪妊',\n    pro: 'ò:lè:ímé',\n    form: '依名',\n    defs: 'midwife',\n  },\n  {\n    sym: '激議口',\n    pro: 'ò:jì:ọ́nụ́',\n    form: '動',\n    defs: 'Ojionu masquerade',\n  },\n  {\n    sym: 'ò職貝',\n    pro: 'ò:jì:bá',\n    form: '依名',\n    defs: 'melanin',\n  },\n  {\n    sym: '激換託',\n    pro: 'ò:jé:ózí',\n    form: '動',\n    defs: 'messenger; errand person',\n  },\n  {\n    sym: '激敢対',\n    pro: 'ò:jé:dụ̀',\n    form: '依名',\n    defs: 'android; robot',\n  },\n  {\n    sym: '激敢達',\n    pro: 'ò:jé:rù',\n    form: '依名',\n    defs: 'migrant',\n  },\n  {\n    sym: '激敢奥',\n    pro: 'ò:jé:rụ́',\n    form: '依名',\n    defs: 'droid',\n  },\n  {\n    sym: '激浪子',\n    pro: 'ò:lè:nwä',\n    form: '依名',\n    defs: 'babysitter; child minder',\n  },\n  {\n    sym: '激敢鉱',\n    pro: 'ò:jé:ǹsó',\n    form: '依名',\n    defs: 'analogue',\n  },\n  {\n    sym: 'ò沼',\n    pro: 'ò:chí',\n    form: '依名',\n    defs: 'tapper [palm wine]; cupping; extract blood',\n  },\n  {\n    sym: 'ò長',\n    pro: 'ò:chíè',\n    form: '依名',\n    defs: 'elder; senior citizen',\n  },\n  {\n    sym: '激害崎',\n    pro: 'ò:ché:ọ́kwá',\n    form: '依名',\n    defs: 'secretary',\n  },\n  {\n    sym: '激害火',\n    pro: 'ò:ché:gá',\n    form: '依名',\n    defs: 'tank; armoured vehicle',\n  },\n  {\n    sym: '激害誤',\n    pro: 'ò:ché:gbó',\n    form: '依名',\n    defs: 'censor',\n  },\n  {\n    sym: '激害畏',\n    pro: 'ò:ché:ụ́zọ̀',\n    form: '依名',\n    defs: 'road pass; ticket',\n  },\n  {\n    sym: '激送遠',\n    pro: 'ò:zí:ọ́kụ́',\n    form: '依名',\n    defs: 'microwave',\n  },\n  {\n    sym: '激暑教',\n    pro: 'ò:zú:zó',\n    form: '依名',\n    defs: 'spy; secret agent',\n  },\n  {\n    sym: 'ò酵',\n    pro: 'ò:zù',\n    form: '依名',\n    defs: 'proposal; proposition; idea; conception',\n  },\n  {\n    sym: '激酵mè',\n    pro: 'ò:zù:mè',\n    form: '依名',\n    defs: 'executive',\n  },\n  {\n    sym: '雨',\n    pro: 'òzùzò',\n    form: '依名',\n    defs: 'rain; precipitation',\n  },\n  {\n    sym: '殻',\n    pro: 'òzè',\n    form: '依名',\n    defs: 'bronze; bronzed; brass',\n  },\n  {\n    sym: '激宗',\n    pro: 'ò:sì',\n    form: '依名',\n    defs: 'scale',\n  },\n  {\n    sym: '塞',\n    pro: 'òsìkápá',\n    form: '依名',\n    defs: 'rice',\n  },\n  {\n    sym: '桟',\n    pro: 'òsìsè',\n    form: '依名',\n    defs: 'drawing; sketch; portrait; art',\n  },\n  {\n    sym: '桟市',\n    pro: 'òsìsè:ìhù',\n    form: '依名',\n    defs: 'photograph',\n  },\n  {\n    sym: '嬢',\n    pro: 'òsú',\n    form: '依名',\n    defs: 'skilled; devotee; professional; dedicated; expert; devotee',\n  },\n  {\n    sym: '嬢á感感',\n    pro: 'òsú:á:gụ́:gụ́',\n    form: '依名',\n    defs: 'literary critic',\n  },\n  {\n    sym: '嬢嵐m嵐',\n    pro: 'òsú:änụ́:m:änụ̀',\n    form: '依名',\n    defs: 'zoologist',\n  },\n  {\n    sym: '嬢士',\n    pro: 'òsú:ọ̀rà',\n    form: '依名',\n    defs: 'physician',\n  },\n  {\n    sym: '嬢ń感',\n    pro: 'òsú:ń:gụ́',\n    form: '依名',\n    defs: 'accountant',\n  },\n  {\n    sym: '嬢ń肝',\n    pro: 'òsú:ń:dé',\n    form: '依名',\n    defs: 'writer; novelist; author',\n  },\n  {\n    sym: '激砂市',\n    pro: 'ò:sé:ìhù',\n    form: '依名',\n    defs: 'photographer',\n  },\n  {\n    sym: 'ò砂火',\n    pro: 'ò:sé:gá',\n    form: '依名',\n    defs: 'movie; moving picture; film',\n  },\n  {\n    sym: '支',\n    pro: 'òsè',\n    form: '依名',\n    defs: 'waterfront; waterside; riverside; bank; beach',\n  },\n  {\n    sym: '錯',\n    pro: 'òsè',\n    form: '依名',\n    defs: 'foreleg',\n  },\n  {\n    sym: '激砂怠',\n    pro: 'ò:sè:tà',\n    form: '依名',\n    defs: 'camera',\n  },\n  {\n    sym: '混',\n    pro: 'òsékè',\n    form: '依名',\n    defs: 'spade; short shovel',\n  },\n  {\n    sym: '曲',\n    pro: 'òsòmà',\n    form: '依名',\n    defs: 'affliction; distress',\n  },\n  {\n    sym: '焦',\n    pro: 'ọbę',\n    form: '依器',\n    defs: 'difficult',\n  },\n  {\n    sym: '漢',\n    pro: 'ọlọkọ',\n    form: '依名',\n    defs: 'shooting star; comet',\n  },\n  {\n    sym: '撃',\n    pro: 'ọ} 依名衣. him; her; it 浪遭: 激 {o',\n    form: null,\n    defs: null,\n  },\n  {\n    sym: '剣',\n    pro: 'ọ́pị́á',\n    form: '依名',\n    defs: 'sword; matchet',\n  },\n  {\n    sym: '渇',\n    pro: 'ọ́kpárá',\n    form: '依名',\n    defs: 'first son',\n  },\n  {\n    sym: 'ọ́戴',\n    pro: 'ọ́:kpà',\n    form: '依名',\n    defs: 'feet; leg; shin; heel',\n  },\n  {\n    sym: '線',\n    pro: 'ọ́kpụ́',\n    form: '依名',\n    defs: 'spine; tap-root',\n  },\n  {\n    sym: '官',\n    pro: 'ọ́kpụ́kpụ́',\n    form: '依名',\n    defs: 'bone; skeleton',\n  },\n  {\n    sym: '官暇',\n    pro: 'ọ́kpụ́kpụ́:àzụ́',\n    form: '依名',\n    defs: 'backbone; spine',\n  },\n  {\n    sym: '牛',\n    pro: 'ọ́kpụ̀',\n    form: '依名',\n    defs: '依器. the past; beginnings',\n  },\n  {\n    sym: '賞',\n    pro: 'ọ́kpụ̀',\n    form: '依名',\n    defs: 'ball',\n  },\n  {\n    sym: '牛土',\n    pro: 'ọ́kpụ̀:àlà',\n    form: '依名',\n    defs: 'land of origin; heartland; capital; centre',\n  },\n  {\n    sym: '賞扱',\n    pro: 'ọ́kpụ̀:ụ́kwụ́',\n    form: '依名',\n    defs: 'football',\n  },\n  {\n    sym: '賞è瞬',\n    pro: 'ọ́kpụ̀:è:kètè',\n    form: '依名',\n    defs: 'basketball',\n  },\n  {\n    sym: '賞賞',\n    pro: 'ọ́kpụ̀:rụ̀kpụ̀',\n    form: '依名',\n    defs: 'spherical',\n  },\n  {\n    sym: 'ọ́想',\n    pro: 'ọ́:kpọ́tọ́',\n    form: '依名',\n    defs: 'homestead; neighbourhood; home; hamlet',\n  },\n  {\n    sym: '審',\n    pro: 'ọ́kpọ́tọ́rọ́',\n    form: '依名',\n    defs: 'bench; long chair; sofa',\n  },\n  {\n    sym: '旨',\n    pro: 'ọ́kpọ́mọ́kụ́',\n    form: '依名',\n    defs: 'heat',\n  },\n  {\n    sym: 'ọ́霊',\n    pro: 'ọ́:kpọ́sị́',\n    form: '依名',\n    defs: 'ancestral memorial statue',\n  },\n  {\n    sym: '抄',\n    pro: 'ọ́bá',\n    form: '依名',\n    defs: 'store; barn; building',\n  },\n  {\n    sym: '甘',\n    pro: 'ọ́bá',\n    form: '依名',\n    defs: 'calabash',\n  },\n  {\n    sym: '抄葉',\n    pro: 'ọ́bá:ákwụ́kwọ́',\n    form: '依名',\n    defs: 'library',\n  },\n  {\n    sym: '抄挑',\n    pro: 'ọ́bá:ńdị́',\n    form: '依名',\n    defs: 'yam barn store',\n  },\n  {\n    sym: '抄ń嗅',\n    pro: 'ọ́bá:ń:kírí',\n    form: '依名',\n    defs: 'observatory',\n  },\n  {\n    sym: '抄毀',\n    pro: 'ọ́bá:jí',\n    form: '依名',\n    defs: 'yam barn store; Orion [constellation]',\n  },\n  {\n    sym: 'ọ́貝憬rá',\n    pro: 'ọ́:bá:sá:rá',\n    form: '依器',\n    defs: 'breadth; width',\n  },\n  {\n    sym: '幹',\n    pro: 'ọ́bị́à',\n    form: '依名',\n    defs: 'visitor; guest; foreigner; immigrant',\n  },\n  {\n    sym: '幹亜',\n    pro: 'ọ́bị́à:ígwé',\n    form: '依名',\n    defs: 'space alien; extraterrestrial being; UFO',\n  },\n  {\n    sym: '若',\n    pro: 'ọ́bị̀à',\n    form: '依名',\n    defs: 'youth; teen; adolescent; youngster; teenager',\n  },\n  {\n    sym: 'ọ́畳',\n    pro: 'ọ́:bị̀à',\n    form: '依名',\n    defs: 'a kind of wax',\n  },\n  {\n    sym: '痩',\n    pro: 'ọ́bọ́',\n    form: '依名',\n    defs: 'scabbard; sheath',\n  },\n  {\n    sym: '蔵',\n    pro: 'ọ́bọ́',\n    form: '依名',\n    defs: 'fish fillet',\n  },\n  {\n    sym: '戴',\n    pro: 'ọ́bọ̀',\n    form: '依名',\n    defs: 'palm; sole',\n  },\n  {\n    sym: '村',\n    pro: 'ọ́bọ̀',\n    form: '依名',\n    defs: 'trench',\n  },\n  {\n    sym: '他',\n    pro: 'ọ́bọ̀',\n    form: '依名',\n    defs: 'bowl; cup',\n  },\n  {\n    sym: '橋',\n    pro: 'ọ́bọ̀',\n    form: '依名',\n    defs: '依器. laziness; lazy; indolence',\n  },\n  {\n    sym: 'ọ́阻',\n    pro: 'ọ́:bọ̀',\n    form: '依名',\n    defs: 'grudge; animosity; deep resentment',\n  },\n  {\n    sym: '戴稼',\n    pro: 'ọ́bọ̀:áká',\n    form: '依名',\n    defs: 'palm; inner surface of the hand',\n  },\n  {\n    sym: '戴扱',\n    pro: 'ọ́bọ̀:ụ́kwụ́',\n    form: '依名',\n    defs: 'sole; sole of foot',\n  },\n  {\n    sym: '応',\n    pro: 'ọ́bụ́bá',\n    form: '依名',\n    defs: 'entrance',\n  },\n  {\n    sym: '製',\n    pro: 'ọ́gụ́',\n    form: '口控',\n    defs: 'twenty 20',\n  },\n  {\n    sym: '製二',\n    pro: 'ọ́gụ́:àbụ́ọ́',\n    form: '口控',\n    defs: 'forty 40',\n  },\n  {\n    sym: '製三',\n    pro: 'ọ́gụ́:àtọ́',\n    form: '口控',\n    defs: 'sixty 60',\n  },\n  {\n    sym: '製四',\n    pro: 'ọ́gụ́:ànọ́',\n    form: '口控',\n    defs: 'eighty 80',\n  },\n  {\n    sym: '製五',\n    pro: 'ọ́gụ́:ìsé',\n    form: '口控',\n    defs: 'one hundred 100',\n  },\n  {\n    sym: '怪',\n    pro: 'ọ́gọ̀',\n    form: '依名',\n    defs: 'in-law',\n  },\n  {\n    sym: '持',\n    pro: 'ọ́gbá',\n    form: '依名',\n    defs: 'society; group; council; school',\n  },\n  {\n    sym: '持料',\n    pro: 'ọ́gbá:òhèrè',\n    form: '依名',\n    defs: 'liberalism',\n  },\n  {\n    sym: '持攴',\n    pro: 'ọ́gbá:ọ́chị́cị́',\n    form: '依名',\n    defs: 'political party',\n  },\n  {\n    sym: '撃碁贈',\n    pro: 'ọ́:gbá:áfá',\n    form: '依名',\n    defs: 'soothsayer; diviner',\n  },\n  {\n    sym: '撃碁開',\n    pro: 'ọ́:gbá:ájá',\n    form: '依名',\n    defs: 'soothsayer; diviner',\n  },\n  {\n    sym: '撃箋御',\n    pro: 'ọ́:gbá:ụ́tá',\n    form: '依名',\n    defs: 'archer; shooter; bowman',\n  },\n  {\n    sym: '撃互互',\n    pro: 'ọ́:gbá:gbá',\n    form: '依名',\n    defs: 'trajectory',\n  },\n  {\n    sym: '撃契握',\n    pro: 'ọ́:gbá:ghárá',\n    form: '依名',\n    defs: 'conflict',\n  },\n  {\n    sym: '持歌',\n    pro: 'ọ́gbá:kọ́',\n    form: '依名',\n    defs: 'society; meeting; group',\n  },\n  {\n    sym: '材',\n    pro: 'ọ́gbà',\n    form: '依名',\n    defs: 'row; line; rail; column; queue',\n  },\n  {\n    sym: 'ọ́行',\n    pro: 'ọ́:gbà',\n    form: '依名',\n    defs: 'cave; tunnel',\n  },\n  {\n    sym: 'ọ́行林',\n    pro: 'ọ́:gbà:ọ́ḧị́á',\n    form: '依名',\n    defs: 'cave; cave dwelling',\n  },\n  {\n    sym: '材là',\n    pro: 'ọ́gbà:là',\n    form: '依名',\n    defs: 'row; line; rail; column; queue',\n  },\n  {\n    sym: 'ọ́弧弧',\n    pro: 'ọ́:gbụ́:gbọ́',\n    form: '依名',\n    defs: 'barking [of animal or person]',\n  },\n  {\n    sym: 'ọ́襲襲',\n    pro: 'ọ́:gbụ́:gbọ́',\n    form: '依名',\n    defs: 'vomit',\n  },\n  {\n    sym: 'ọ́秀秀',\n    pro: 'ọ́:gbụ́:gbọ́',\n    form: '依名',\n    defs: 'foam; surf; suds',\n  },\n  {\n    sym: '宫',\n    pro: 'ọ́gwá',\n    form: '依名',\n    defs: 'hall; palace; long room; living room; parlor; shrine; temple',\n  },\n  {\n    sym: '宫大',\n    pro: 'ọ́gwá:úkwú',\n    form: '依名',\n    defs: 'hall; temple',\n  },\n  {\n    sym: '宫ụ̀窟探',\n    pro: 'ọ́gwá:ụ̀:zọ̀:zì',\n    form: '依名',\n    defs: 'museum; archive',\n  },\n  {\n    sym: '宫ụ̀窟探ó長',\n    pro: 'ọ́gwá:ụ̀:zọ̀:zì:ó:chíé',\n    form: '依名',\n    defs: 'history museum',\n  },\n  {\n    sym: '宫痴',\n    pro: 'ọ́gwá:ọ̀gbọ́',\n    form: '依名',\n    defs: 'stadium',\n  },\n  {\n    sym: '宫ọ̀柵',\n    pro: 'ọ́gwá:ọ̀:kà',\n    form: '依名',\n    defs: 'science museum',\n  },\n  {\n    sym: '宫ǹ柵',\n    pro: 'ọ́gwá:ǹ:kà',\n    form: '依名',\n    defs: 'art museum',\n  },\n  {\n    sym: 'ọ́強強',\n    pro: 'ọ́:gwụ́:gwụ́',\n    form: '依名',\n    defs: '依器. end; last; finish',\n  },\n  {\n    sym: '巻',\n    pro: 'ọ́gwụ̀',\n    form: '依名',\n    defs: 'medicine; charm; chemical; poison',\n  },\n  {\n    sym: '巻架',\n    pro: 'ọ́gwụ̀:égó',\n    form: '依名',\n    defs: 'money making charm; ritual human sacrifice for money',\n  },\n  {\n    sym: 'ọ́硬',\n    pro: 'ọ́ghụ̀ghà',\n    form: '依名',\n    defs: 'changing; returning',\n  },\n  {\n    sym: '奪',\n    pro: 'ọ́dá',\n    form: '依名',\n    defs: 'sacred grove; woods',\n  },\n  {\n    sym: '旦',\n    pro: 'ọ́dà',\n    form: '依名',\n    defs: 'he-goat',\n  },\n  {\n    sym: '撃延最',\n    pro: 'ọ́:dị̀:égwù',\n    form: '撃岐営依',\n    defs: 'interjection after a preposterous proposition; interjection for an unbelevable event',\n  },\n  {\n    sym: '菜',\n    pro: 'ọ́dị̀dà',\n    form: '依名',\n    defs: 'waterfall',\n  },\n  {\n    sym: '勲',\n    pro: 'ọ́dụ́',\n    form: '依名',\n    defs: 'ivory; elephant tusk',\n  },\n  {\n    sym: '勲関',\n    pro: 'ọ́dụ́:ényí',\n    form: '依名',\n    defs: 'elephant tusk',\n  },\n  {\n    sym: '勲柵',\n    pro: 'ọ́dụ́:ǹkà',\n    form: '依名',\n    defs: 'porcelain',\n  },\n  {\n    sym: '軍',\n    pro: 'ọ́dụ̀',\n    form: '依名',\n    defs: 'clump; area section; row',\n  },\n  {\n    sym: '訓',\n    pro: 'ọ́dụ̀',\n    form: '依名',\n    defs: 'tail; bottom; seatedness 動. end; last',\n  },\n  {\n    sym: '訓土営慶',\n    pro: 'ọ́dụ̀:ísí:àlà:nà:àbá',\n    form: '依名',\n    defs: 'South America',\n  },\n  {\n    sym: '薫',\n    pro: 'ọ́dọ́',\n    form: '依名',\n    defs: 'pool; pond; body of water',\n  },\n  {\n    sym: '薫ù縦',\n    pro: 'ọ́dọ́:ù:dè',\n    form: '依名',\n    defs: 'tide pool; rock pools',\n  },\n  {\n    sym: '薫駅麓',\n    pro: 'ọ́dọ́:só:èbèzì',\n    form: '依名',\n    defs: 'anchialine pool pond',\n  },\n  {\n    sym: '薫水',\n    pro: 'ọ́dọ́:ḿírí',\n    form: '依名',\n    defs: 'pool; pond; body of water',\n  },\n  {\n    sym: '薫水ń窟',\n    pro: 'ọ́dọ́:ḿírí:ń:zọ́',\n    form: '依名',\n    defs: 'reservoir; water treatment',\n  },\n  {\n    sym: '詮',\n    pro: 'ọ́rá',\n    form: '依名',\n    defs: 'assault; slap',\n  },\n  {\n    sym: '撃嫁砂',\n    pro: 'ọ́:rá:sè',\n    form: '依名',\n    defs: 'pornography',\n  },\n  {\n    sym: 'ọ́渦',\n    pro: 'ọ́:rị̀à',\n    form: '依名',\n    defs: 'sickness; illness; disease',\n  },\n  {\n    sym: 'ọ́渦皇',\n    pro: 'ọ́:rị̀à:ọ́chä',\n    form: '依名',\n    defs: 'leprosy',\n  },\n  {\n    sym: '渦宅',\n    pro: 'ọ́rìà:máḿị́rị́',\n    form: '依名',\n    defs: 'diabetes',\n  },\n  {\n    sym: '在',\n    pro: 'ọ́rụ́',\n    form: '依名',\n    defs: 'weakness; fault; flaw; defect; handicap',\n  },\n  {\n    sym: 'ọ́奥',\n    pro: 'ọ́:rụ́ụ́',\n    form: '依名',\n    defs: 'work; job; labour; task; employment; responsibility; occupation',\n  },\n  {\n    sym: 'ọ́奥史',\n    pro: 'ọ́:rụ́ụ́:úbì',\n    form: '依名',\n    defs: 'farm work; agriculture',\n  },\n  {\n    sym: 'ọ́奥叫',\n    pro: 'ọ́:rụ́ụ́:úgbó',\n    form: '依名',\n    defs: 'farm work; agriculture',\n  },\n  {\n    sym: 'ọ́奥詠',\n    pro: 'ọ́:rụ́ụ́:òbòdò',\n    form: '依名',\n    defs: 'civil service; public service',\n  },\n  {\n    sym: 'ọ́奥惰',\n    pro: 'ọ́:rụ́ụ́:ófó',\n    form: '依名',\n    defs: 'hobby',\n  },\n  {\n    sym: 'ọ́奥BÈKÈE',\n    pro: 'ọ́:rụ́ụ́:bèkÈE',\n    form: '依名',\n    defs: 'civil service work; wage-work; modern office jobs [work brought by Europeans]',\n  },\n  {\n    sym: 'ọ́奥奥',\n    pro: 'ọ́:rụ́ụ́:rụ́ụ́',\n    form: '依名',\n    defs: 'operation; production; construction',\n  },\n  {\n    sym: 'ọ́奥魂',\n    pro: 'ọ́:rụ́ụ́:chí',\n    form: '依名',\n    defs: 'career; calling; life mission',\n  },\n  {\n    sym: '季',\n    pro: 'ọ́tá',\n    form: '依名',\n    defs: 'shield',\n  },\n  {\n    sym: '森',\n    pro: 'ọ́tá',\n    form: '依名',\n    defs: 'target; bulls eye',\n  },\n  {\n    sym: 'ọ́草草',\n    pro: 'ọ́:tị́:tá',\n    form: '依名',\n    defs: 'evaporation; dryness',\n  },\n  {\n    sym: '撃柵',\n    pro: 'ọ́:ká',\n    form: '依名',\n    defs: 'artisan; doctor; shaman; scientist; engineer; arts; science',\n  },\n  {\n    sym: '撃柵',\n    pro: 'ọ́:ká',\n    form: '依名',\n    defs: 'Awka [town]',\n  },\n  {\n    sym: '稼倉如ụ̀木',\n    pro: 'ọ́k:á:ị̀:ụ̀:gà',\n    form: '依名',\n    defs: 'Okaiuga people [Umuahia]',\n  },\n  {\n    sym: '撃柵骸',\n    pro: 'ọ́:ká:ézé',\n    form: '依名',\n    defs: 'dentist; 依器. dental',\n  },\n  {\n    sym: '撃柵ḿ黄',\n    pro: 'ọ́:ká:ḿ:mụ̀tá',\n    form: '依名',\n    defs: 'learning; teaching; studies; science; technical information; intelligence; 依器. technical',\n  },\n  {\n    sym: '撃柵ḿ黄稼壊',\n    pro: 'ọ́:ká:ḿ:mụ̀tá:áká:mę',\n    form: '依名',\n    defs: '依器. artificial intelligence',\n  },\n  {\n    sym: '撃柵ḿ黄克',\n    pro: 'ọ́:ká:ḿ:mụ̀tá:àgbọ̀',\n    form: '依名',\n    defs: 'genetics [study]',\n  },\n  {\n    sym: '撃柵ḿ黄à柵',\n    pro: 'ọ́:ká:ḿ:mụ̀tá:à:kà',\n    form: '依名',\n    defs: 'artificial intelligence',\n  },\n  {\n    sym: '撃柵ḿ黄頑艶',\n    pro: 'ọ́:ká:ḿ:mụ̀tá:àhụ́:ńdụ̀',\n    form: '依名',\n    defs: 'biology [study]',\n  },\n  {\n    sym: '撃柵ḿ黄頑艶持',\n    pro: 'ọ́:ká:ḿ:mụ̀tá:àhụ́:ńdụ̀:ọ́gbá',\n    form: '依名',\n    defs: 'social biology [study]',\n  },\n  {\n    sym: '撃柵ḿ黄虞',\n    pro: 'ọ́:ká:ḿ:mụ̀tá:úchè',\n    form: '依名',\n    defs: 'psychology',\n  },\n  {\n    sym: '撃柵ḿ黄虞刷',\n    pro: 'ọ́:ká:ḿ:mụ̀tá:úchè:ébó',\n    form: '依名',\n    defs: 'ethno-psychology',\n  },\n  {\n    sym: '撃柵ḿ黄人',\n    pro: 'ọ́:ká:ḿ:mụ̀tá:mádụ̀',\n    form: '依名',\n    defs: 'anthropology',\n  },\n  {\n    sym: '撃柵ḿ黄魂',\n    pro: 'ọ́:ká:ḿ:mụ̀tá:chí',\n    form: '依名',\n    defs: 'theology',\n  },\n  {\n    sym: '黍',\n    pro: 'ọ́okà',\n    form: '依名',\n    defs: 'corn; maize',\n  },\n  {\n    sym: 'ọ́k胃',\n    pro: 'ọ́:k:àrà',\n    form: '依名',\n    defs: 'boundary; line of division',\n  },\n  {\n    sym: '撃柵殖',\n    pro: 'ọ́:kà:nyó',\n    form: '依名',\n    defs: 'picture',\n  },\n  {\n    sym: '遠',\n    pro: 'ọ́kụ́',\n    form: '依名',\n    defs: 'fire; heat; 依器. hot',\n  },\n  {\n    sym: '遠霊',\n    pro: 'ọ́kụ́:ḿụ́ọo',\n    form: '依名',\n    defs: 'hell; hell fire',\n  },\n  {\n    sym: '撃昔営依',\n    pro: 'ọ́:kụ́:nà:ókwú',\n    form: '依名',\n    defs: 'affix [grammar]',\n  },\n  {\n    sym: '遠ń収',\n    pro: 'ọ́kụ́:ń:dụ́',\n    form: '依名',\n    defs: 'electric; electricity',\n  },\n  {\n    sym: '至',\n    pro: 'ọ́kụ̀',\n    form: '依名',\n    defs: 'fishing',\n  },\n  {\n    sym: 'ọ́圧',\n    pro: 'ọ́:kụ̀',\n    form: '依名',\n    defs: 'wealth; property; treasure; money; capital; riches',\n  },\n  {\n    sym: '撃歌街',\n    pro: 'ọ́:kọ́:ázụ̀',\n    form: '依名',\n    defs: 'fisher',\n  },\n  {\n    sym: '撃極苛',\n    pro: 'ọ́:kọ́:óyí',\n    form: '依名',\n    defs: 'ice; glacier',\n  },\n  {\n    sym: '玩',\n    pro: 'ọ́kọ́lọ́tọ́',\n    form: '依名',\n    defs: 'flag; banner',\n  },\n  {\n    sym: '慈',\n    pro: 'ọ́kọ́chí',\n    form: '依名',\n    defs: 'dry season [between late September and April]',\n  },\n  {\n    sym: 'ọ́嵐',\n    pro: 'ọ́:kọ̀gbọ̀',\n    form: '依名',\n    defs: 'hart; male deer',\n  },\n  {\n    sym: '崎',\n    pro: 'ọ́kwá',\n    form: '依名',\n    defs: 'office; position; role',\n  },\n  {\n    sym: '撃餌',\n    pro: 'ọ́:kwá',\n    form: '依名',\n    defs: 'trash; dish; server; kola nut server',\n  },\n  {\n    sym: '崎ḿ客送',\n    pro: 'ọ́kwá:ḿ:pà:zí',\n    form: '依名',\n    defs: 'post office',\n  },\n  {\n    sym: '撃餌拠',\n    pro: 'ọ́:kwá:ńtụ́',\n    form: '依名',\n    defs: 'ashtray',\n  },\n  {\n    sym: '狙',\n    pro: 'ọ́kwà',\n    form: '依名',\n    defs: 'announcement; proclamation',\n  },\n  {\n    sym: '委',\n    pro: 'ọ́kwụ̀',\n    form: '依名',\n    defs: 'lover',\n  },\n  {\n    sym: 'ọ́挑',\n    pro: 'ọ́:kwụ̀rụ̀',\n    form: '依名',\n    defs: 'okro [Hibiscus esculentus]',\n  },\n  {\n    sym: '撃遭案',\n    pro: 'ọ́:kwị́:yá',\n    form: 'ǹ絵',\n    defs: 'isn’t it',\n  },\n  {\n    sym: '撃遭鋭',\n    pro: 'ọ́:kwá:kwú',\n    form: '依名',\n    defs: 'affix [grammar].',\n  },\n  {\n    sym: '撃遭鋭暇',\n    pro: 'ọ́:kwá:kwú:àzụ́',\n    form: '依名',\n    defs: 'affix.',\n  },\n  {\n    sym: '撃遭鋭営印',\n    pro: 'ọ́:kwá:kwú:nà:ínyú',\n    form: '依名',\n    defs: 'prefix',\n  },\n  {\n    sym: 'ọ́触安',\n    pro: 'ọ́:fụ́:kó',\n    form: '依名',\n    defs: 'blimp',\n  },\n  {\n    sym: 'ọ́触図',\n    pro: 'ọ́:fụ́:zá',\n    form: '依名',\n    defs: 'balloon',\n  },\n  {\n    sym: '撃見',\n    pro: 'ọ́:hụ́',\n    form: '依名',\n    defs: 'seer; mage',\n  },\n  {\n    sym: 'ọ́ḧụ́u',\n    pro: null,\n    form: '依器',\n    defs: 'new; like new; reborn; clean; fresh',\n  },\n  {\n    sym: '新',\n    pro: 'ọ́ḣụ́rụ́',\n    form: '依器',\n    defs: 'new; like new; reborn; clean; fresh',\n  },\n  {\n    sym: '稚',\n    pro: 'ọ́ḧụ̀',\n    form: '依名衣',\n    defs: 'those; them; that; this',\n  },\n  {\n    sym: '嘆',\n    pro: 'ọ́ḣụ̀',\n    form: '依名',\n    defs: 'vision; apparition',\n  },\n  {\n    sym: '林',\n    pro: 'ọ́ḧị́á',\n    form: '依名',\n    defs: 'bush; woods; forest; grove',\n  },\n  {\n    sym: '炭',\n    pro: 'ọ́nyụ́',\n    form: '依名',\n    defs: 'vulva; vagina',\n  },\n  {\n    sym: '炭ǹ隙',\n    pro: 'ọ́nyụ́:ǹ:sị́',\n    form: '依名',\n    defs: 'anus',\n  },\n  {\n    sym: 'ọ́胃拳',\n    pro: 'ọ́:wà:má',\n    form: '依名',\n    defs: 'suit [clothing]',\n  },\n  {\n    sym: '撃胃',\n    pro: 'ọ́:wà',\n    form: '依名',\n    defs: 'channel; stream',\n  },\n  {\n    sym: '撃胃土',\n    pro: 'ọ́:wá:àlà',\n    form: '依名',\n    defs: 'channel; passage',\n  },\n  {\n    sym: '撃胃í縦',\n    pro: 'ọ́:wà:í:dè',\n    form: '依名',\n    defs: 'flood channel',\n  },\n  {\n    sym: '撃胃水',\n    pro: 'ọ́:wà:ḿírí',\n    form: '依名',\n    defs: 'river channel stream',\n  },\n  {\n    sym: 'ọ́恵恵',\n    pro: 'ọ́:wụ́:wá',\n    form: '動',\n    defs: 'east',\n  },\n  {\n    sym: 'ọ́巾巾簡',\n    pro: 'ọ́:wụ́:wä:ísí',\n    form: '依名',\n    defs: 'headache',\n  },\n  {\n    sym: 'ọ́恐恐',\n    pro: 'ọ́:wụ́:wụ́',\n    form: '依名',\n    defs: 'pouring; flowing',\n  },\n  {\n    sym: '慰',\n    pro: 'ọ́nwä',\n    form: '依名',\n    defs: 'moon; month',\n  },\n  {\n    sym: '撃育',\n    pro: 'ọ́:nw:ä',\n    form: '依名',\n    defs: 'candle; torch of palm fibre; lantern',\n  },\n  {\n    sym: '慰二',\n    pro: '慰2} {ọ́nwä:àbụ́ọ́',\n    form: '依名',\n    defs: 'February',\n  },\n  {\n    sym: '慰三',\n    pro: '慰3} {ọ́nwä:àtọ́',\n    form: '依名',\n    defs: 'March',\n  },\n  {\n    sym: '慰四',\n    pro: '慰4} {ọ́nwä:ànọ́',\n    form: '依名',\n    defs: 'April',\n  },\n  {\n    sym: '慰七',\n    pro: '慰7} {ọ́nwä:àsáa',\n    form: '依名',\n    defs: 'July',\n  },\n  {\n    sym: '慰八',\n    pro: '慰8} {ọ́nwä:àsátọ́',\n    form: '依名',\n    defs: 'August',\n  },\n  {\n    sym: '慰十',\n    pro: '慰10} {ọ́nwä:ìrí',\n    form: '依名',\n    defs: 'October',\n  },\n  {\n    sym: '慰十畝二',\n    pro: '慰12} {ọ́nwä:ìrí:nà:àbụ́ọ́',\n    form: '依名',\n    defs: 'December',\n  },\n  {\n    sym: '慰十畝一',\n    pro: '慰11} {ọ́nwä:ìrí:nà:ótù',\n    form: '依名',\n    defs: 'November',\n  },\n  {\n    sym: '慰九',\n    pro: '慰9} {ọ́nwä:ìtóolú',\n    form: '依名',\n    defs: 'September',\n  },\n  {\n    sym: '慰六',\n    pro: '慰6} {ọ́nwä:ìsíi',\n    form: '依名',\n    defs: 'June',\n  },\n  {\n    sym: '慰五',\n    pro: '慰5} {ọ́nwä:ìsé',\n    form: '依名',\n    defs: 'May',\n  },\n  {\n    sym: '慰í級',\n    pro: 'ọ́nwä:í:gwè',\n    form: '依名',\n    defs: 'satellite [man made]',\n  },\n  {\n    sym: '慰顎',\n    pro: '慰1} {ọ́nwä:ṃbụ́',\n    form: '依名',\n    defs: 'January; first month',\n  },\n  {\n    sym: '音',\n    pro: 'ọ́nwụ́',\n    form: '依名',\n    defs: 'death',\n  },\n  {\n    sym: '音魂',\n    pro: 'ọ́nwụ́:cí',\n    form: '依名',\n    defs: 'natural death',\n  },\n  {\n    sym: 'ọ́肢',\n    pro: 'ọ́:má',\n    form: '依名',\n    defs: '依器. good; proper; beautiful; pleasant; quality',\n  },\n  {\n    sym: '撃丸怠',\n    pro: 'ọ́:má:tá',\n    form: '依名',\n    defs: 'knowledge',\n  },\n  {\n    sym: '撃丸ǹ終',\n    pro: 'ọ́:má:ǹ:tụ́',\n    form: '依名',\n    defs: 'sensor',\n  },\n  {\n    sym: '撃煙lị́選',\n    pro: 'ọ́:má:lị́:chá',\n    form: '依名',\n    defs: 'beauty; beautiful person; thing; 依器. perfect; beautiful',\n  },\n  {\n    sym: '靴',\n    pro: 'ọ́mụ̀',\n    form: '依名',\n    defs: 'queen; market queen',\n  },\n  {\n    sym: 'ọ́丸丸',\n    pro: 'ọ́:mụ́:má',\n    form: '依名',\n    defs: 'science; learning; study',\n  },\n  {\n    sym: 'ọ́丸丸史',\n    pro: 'ọ́:mụ́:má:úbì',\n    form: '依名',\n    defs: 'agriculture',\n  },\n  {\n    sym: 'ọ́丸丸土',\n    pro: 'ọ́:mụ́:má:àlà',\n    form: '依名',\n    defs: 'geography',\n  },\n  {\n    sym: 'ọ́丸丸所',\n    pro: 'ọ́:mụ́:má:ébé',\n    form: '依名',\n    defs: 'topography',\n  },\n  {\n    sym: '撃丸酵',\n    pro: 'ọ́:má:zù',\n    form: '依名',\n    defs: 'system [computer]; schedule; agenda; calendar; timetable',\n  },\n  {\n    sym: '撃潜横',\n    pro: 'ọ́:mụ̀:sì',\n    form: '依名',\n    defs: 'diamond',\n  },\n  {\n    sym: 'ọ́朽ę壊朽',\n    pro: 'ọ́:nà:ę:mụ́:nà',\n    form: '勧掘',\n    defs: 'it happens that; as it so happens',\n  },\n  {\n    sym: '口',\n    pro: 'ọ́nụ́',\n    form: '依名',\n    defs: 'mouth; lips; opening; price',\n  },\n  {\n    sym: '口二',\n    pro: 'ọ́nụ́:àbụ́ọ́',\n    form: '依名',\n    defs: 'hypocrisy',\n  },\n  {\n    sym: '口宜',\n    pro: 'ọ́nụ́:áhị́á',\n    form: '依名',\n    defs: 'price; market price; cost',\n  },\n  {\n    sym: '口土',\n    pro: 'ọ́nụ́:àlà',\n    form: '依器',\n    defs: 'cheap',\n  },\n  {\n    sym: '口運',\n    pro: 'ọ́nụ́:ìgbò',\n    form: '依名',\n    defs: 'Igbo language',\n  },\n  {\n    sym: '口箇',\n    pro: 'ọ́nụ́:ùsèkwù',\n    form: '依名',\n    defs: 'hearth opening; kitchen; pantry; fireplace',\n  },\n  {\n    sym: '口畏',\n    pro: 'ọ́nụ́:ụ́zọ̀',\n    form: '依名',\n    defs: 'door; doorway; portal; threshold',\n  },\n  {\n    sym: '口卒',\n    pro: 'ọ́nụ́:éyí',\n    form: '依名',\n    defs: 'rabbit hole',\n  },\n  {\n    sym: '口控',\n    pro: 'ọ́nụ́:ọ̀gụ́gụ́',\n    form: '依名',\n    defs: 'number; enumeration',\n  },\n  {\n    sym: '指',\n    pro: 'ọ́nụ́márá',\n    form: '依名',\n    defs: 'vicinity; kindred; neighbourhood; region; province',\n  },\n  {\n    sym: '指攴',\n    pro: 'ọ́nụ́márá:ụ̀:ọ́chị́chị́',\n    form: '依名',\n    defs: 'local government area',\n  },\n  {\n    sym: '口氏',\n    pro: 'ọ́nụ́:ḿà',\n    form: '依名',\n    defs: 'knife edge',\n  },\n  {\n    sym: '口水',\n    pro: 'ọ́nụ́:ḿírí',\n    form: '依名',\n    defs: 'bay',\n  },\n  {\n    sym: '口口',\n    pro: 'ọ́nụ́:nụ́',\n    form: '依名',\n    defs: 'tip; point; edge',\n  },\n  {\n    sym: '口口乳',\n    pro: 'ọ́nụ́:nụ́:ärrä',\n    form: '依名',\n    defs: 'nipple',\n  },\n  {\n    sym: '口ń均',\n    pro: 'ọ́nụ́:ń:fé',\n    form: '依名',\n    defs: 'jet bridge; jet way',\n  },\n  {\n    sym: '雅',\n    pro: 'ọ́nyá',\n    form: '依名',\n    defs: 'wound; sore; scar',\n  },\n  {\n    sym: '憩',\n    pro: 'ọ́nyà',\n    form: '依名',\n    defs: 'trap; snare; net',\n  },\n  {\n    sym: '憩隊',\n    pro: 'ọ́nyà:èrì',\n    form: '依名',\n    defs: 'latex bird trap',\n  },\n  {\n    sym: '権',\n    pro: 'ọ́là',\n    form: '依名',\n    defs: 'bright metal; jewel; jewellery',\n  },\n  {\n    sym: '協',\n    pro: 'ọ́là',\n    form: '依名',\n    defs: 'brass',\n  },\n  {\n    sym: '権稼',\n    pro: 'ọ́là:áká',\n    form: '依名',\n    defs: 'bracelet',\n  },\n  {\n    sym: '権郭',\n    pro: 'ọ́là:èdò',\n    form: '依名',\n    defs: '依器. gold [Au]',\n  },\n  {\n    sym: '況',\n    pro: 'ọ́làọ́chá',\n    form: '依名',\n    defs: 'silver [Ag]',\n  },\n  {\n    sym: '権皇',\n    pro: 'ọ́là:ọ́chá',\n    form: '依名',\n    defs: 'silver [Ag]',\n  },\n  {\n    sym: '権拘',\n    pro: 'ọ́là:òkìrì',\n    form: '依名',\n    defs: 'medal; medallion',\n  },\n  {\n    sym: '皇',\n    pro: 'ọ́chä',\n    form: '依器',\n    defs: 'white; clear; bright; blank; empty',\n  },\n  {\n    sym: '詣',\n    pro: 'ọ́chụ̀',\n    form: '依名',\n    defs: 'murder; manslaughter; corpse; crime',\n  },\n  {\n    sym: '益',\n    pro: 'ọ́jị́',\n    form: '依名',\n    defs: 'kola nut; kola nut tree',\n  },\n  {\n    sym: '丁',\n    pro: 'ọ́jị́',\n    form: '依名',\n    defs: 'greeting; entertainment; gift; bribe',\n  },\n  {\n    sym: '益運',\n    pro: 'ọ́jị́:ìgbò',\n    form: '依名',\n    defs: 'Oji Igbo kola nut [Cola acuminata]',\n  },\n  {\n    sym: '益古',\n    pro: 'ọ́jị́:ùgò',\n    form: '依名',\n    defs: 'premium yellowish kola; king kola nut; 依器. precious',\n  },\n  {\n    sym: '柏',\n    pro: 'ọ́jị̀',\n    form: '依名',\n    defs: 'iroko tree',\n  },\n  {\n    sym: '柏日',\n    pro: 'ọ́jị̀:änwụ́',\n    form: '依名',\n    defs: 'iroko tree species [Antians africana]',\n  },\n  {\n    sym: 'ọ́誇',\n    pro: 'ọ́:jọ́o',\n    form: '依名',\n    defs: 'bad; ugliness; evil; wickedness',\n  },\n  {\n    sym: '攴',\n    pro: 'ọ́chị́cị́',\n    form: '依名',\n    defs: 'leadership; rule; government',\n  },\n  {\n    sym: 'ọ́錦',\n    pro: 'ọ́:chị́cọ́',\n    form: '依名',\n    defs: 'desire; wanting; lust; hunger',\n  },\n  {\n    sym: 'ọ́効',\n    pro: 'ọ́:chị̀',\n    form: '依名',\n    defs: 'laugh; laughter; smile; chuckle',\n  },\n  {\n    sym: '撃窟',\n    pro: 'ọ́:zọ́',\n    form: '依名',\n    defs: 'person with ozo title; Nri parliamentarian',\n  },\n  {\n    sym: '敬',\n    pro: 'ọ́zọ́',\n    form: '依名',\n    defs: 'ape; gorilla; chimpanzee; baboon',\n  },\n  {\n    sym: '敬忌苦',\n    pro: 'ọ́zọ̀:dí:ḿgbá',\n    form: '依名',\n    defs: 'gorilla; great ape',\n  },\n  {\n    sym: '夏',\n    pro: 'ọ́sọ́',\n    form: '依名',\n    defs: 'race; speed; chase; run; running; 依器. fast; quick; hurridly',\n  },\n  {\n    sym: 'ọ́霜',\n    pro: 'ọ́:sụ́sọ́',\n    form: '依名',\n    defs: 'sweat',\n  },\n  {\n    sym: '械',\n    pro: 'ọ̀bà',\n    form: '依名',\n    defs: 'menstruation cycle',\n  },\n  {\n    sym: '撃真早',\n    pro: 'ọ̀:bá:ìjèrí',\n    form: '依名',\n    defs: 'billionaire',\n  },\n  {\n    sym: '撃貝購',\n    pro: 'ọ̀:bá:ré',\n    form: '依名',\n    defs: 'kiosk',\n  },\n  {\n    sym: '撃貝浪',\n    pro: 'ọ̀:bá:lè',\n    form: '依名',\n    defs: 'laboratory',\n  },\n  {\n    sym: '撃真衡',\n    pro: 'ọ̀:bá:ǹdè',\n    form: '依名',\n    defs: 'millionaire',\n  },\n  {\n    sym: 'ọ̀懸',\n    pro: 'ọ̀:bà',\n    form: '依名',\n    defs: 'crocodile; ‘alligator’',\n  },\n  {\n    sym: '大魂',\n    pro: 'ọ̀bà:sị̀',\n    form: '依名',\n    defs: 'supreme God',\n  },\n  {\n    sym: '撃貝送係',\n    pro: 'ọ̀:bà:zì:dá',\n    form: '依名',\n    defs: 'subscriber',\n  },\n  {\n    sym: '話',\n    pro: 'ọ̀bàrà',\n    form: '依名',\n    defs: 'blood',\n  },\n  {\n    sym: '話話',\n    pro: 'ọ̀bàrà:ọ̀bàrà',\n    form: '依器',\n    defs: 'blood red; bloody; reddish',\n  },\n  {\n    sym: '話艶',\n    pro: 'ọ̀bàrà:ńdụ̀',\n    form: '依名',\n    defs: 'fresh blood',\n  },\n  {\n    sym: 'ọ̀bàǹté',\n    pro: null,\n    form: '依名',\n    defs: 'underwear; pants; loin cloth [English: pants]',\n  },\n  {\n    sym: 'ọ̀宇宇',\n    pro: 'ọ̀:b:ị́:bíá',\n    form: '依名',\n    defs: 'coming; arrival; advent',\n  },\n  {\n    sym: '棄',\n    pro: 'ọ̀bụ́rụ̀',\n    form: '依名',\n    defs: 'brain; intelligence',\n  },\n  {\n    sym: '第',\n    pro: 'ọ̀bọ́',\n    form: '依名',\n    defs: 'heap; bundle',\n  },\n  {\n    sym: '鳥',\n    pro: 'ọ̀bọ̀',\n    form: '依名',\n    defs: 'revenge; animosity; grudge',\n  },\n  {\n    sym: 'ọ̀沢',\n    pro: 'ọ̀:bọ̀dọ̀',\n    form: '依名',\n    defs: 'spear',\n  },\n  {\n    sym: '撃客圧',\n    pro: 'ọ̀:kpá:àkụ̀',\n    form: '依名',\n    defs: 'wealth hoarder; wealth collector; gold-digger; opportunist',\n  },\n  {\n    sym: '撃客圧é概é概',\n    pro: 'ọ̀:kpá:àkụ̀:é:rrí:é:rrí',\n    form: '依名',\n    defs: 'miser; wealth hoarder who does not spend wealth; a famous song by The Peacocks Guitar Band International',\n  },\n  {\n    sym: '撃客圧é概倉é概',\n    pro: 'ọ̀:kpá:àkụ̀:é:rrí:ghí:é:rrí',\n    form: '依名',\n    defs: 'miser; wealth hoarder who does not spend wealth',\n  },\n  {\n    sym: '衝',\n    pro: 'ọ̀kpà',\n    form: '依名',\n    defs: 'cockerel',\n  },\n  {\n    sym: 'ọ̀糾',\n    pro: 'ọ̀:kpà',\n    form: '依名',\n    defs: 'staff; stick',\n  },\n  {\n    sym: '撃姓打',\n    pro: 'ọ̀:kpụ́:ụ́zụ́',\n    form: '依名',\n    defs: 'smith; blacksmith; ironmonger',\n  },\n  {\n    sym: 'òkp飼',\n    pro: 'ọ̀:kp:ụ̀kpà',\n    form: '依名',\n    defs: 'suppression; compression',\n  },\n  {\n    sym: '課',\n    pro: 'ọ̀kpọ́',\n    form: '依名',\n    defs: 'fist; clenched hand; knuckle; boxing [sport]',\n  },\n  {\n    sym: 'ọ̀街',\n    pro: 'ọ̀:kpọ́',\n    form: '依名',\n    defs: 'tiger-fish; catfish',\n  },\n  {\n    sym: '撃憾',\n    pro: 'ọ̀:kpọ́',\n    form: '依名',\n    defs: 'phone',\n  },\n  {\n    sym: '撃憾á丸倉',\n    pro: 'ọ̀:kpọ́:á:má:ghị̀',\n    form: '依名',\n    defs: 'cold caller',\n  },\n  {\n    sym: '撃憾掘',\n    pro: 'ọ̀:kpọ́:ńtà',\n    form: '依名',\n    defs: 'mobile phone',\n  },\n  {\n    sym: '梗',\n    pro: 'ọ̀kpọ́lè',\n    form: '依名',\n    defs: 'wheel; vehicle; baby walker',\n  },\n  {\n    sym: '梗稼',\n    pro: 'ọ̀kpọ́lè:áká',\n    form: '依名',\n    defs: 'wheelbarrow',\n  },\n  {\n    sym: '撃掴子',\n    pro: 'ọ̀:gá:nwä',\n    form: '依名',\n    defs: 'pedophile; child molester; child catcher',\n  },\n  {\n    sym: '撃績',\n    pro: 'ọ̀:gàrànyà',\n    form: '依名',\n    defs: 'wealthy man; industrious man; bourgeoisie; upper class; man with more than two wives [archaic]',\n  },\n  {\n    sym: '撃火営印',\n    pro: 'ọ̀:gà:ná:ínyú',\n    form: '依名',\n    defs: 'progress; advancement',\n  },\n  {\n    sym: '太',\n    pro: 'ọ̀gàzị̀',\n    form: '依名',\n    defs: 'guinea fowl',\n  },\n  {\n    sym: '撃感操',\n    pro: 'ọ̀:gụ́:úrí',\n    form: '依名',\n    defs: 'singer; chorister',\n  },\n  {\n    sym: '撃感易',\n    pro: 'ọ̀:gụ́:égwú',\n    form: '依名',\n    defs: 'singer; performer; chorister',\n  },\n  {\n    sym: '控',\n    pro: 'ọ̀gụ́gụ́',\n    form: '依名',\n    defs: 'number',\n  },\n  {\n    sym: '召',\n    pro: 'ọ̀gụ̀',\n    form: '依名',\n    defs: 'fight; battle; skirmish; riot; war; struggle',\n  },\n  {\n    sym: '床',\n    pro: 'ọ̀gụ̀',\n    form: '依名',\n    defs: 'hoe',\n  },\n  {\n    sym: '撃感',\n    pro: 'ọ̀:gụ̀',\n    form: '依名',\n    defs: 'reading',\n  },\n  {\n    sym: 'ọ̀感',\n    pro: 'ọ̀:gụ̀',\n    form: '依名',\n    defs: 'count; point; tally; score',\n  },\n  {\n    sym: 'ọ̀感鏡',\n    pro: 'ọ̀:gụ̀:fù',\n    form: '依名',\n    defs: 'pointless; lost count',\n  },\n  {\n    sym: '章',\n    pro: 'ọ̀gọ̀dọ̀',\n    form: '依名',\n    defs: 'loincloth; underwear; pants; cloth wrap',\n  },\n  {\n    sym: '章簡',\n    pro: 'ọ̀gọ̀dọ̀:ísí',\n    form: '依名',\n    defs: 'head wrap; headdress',\n  },\n  {\n    sym: '撃左互',\n    pro: 'ọ̀:gbá:gbá',\n    form: '依名',\n    defs: 'rocket',\n  },\n  {\n    sym: '撃互換',\n    pro: 'ọ̀:gbá:jé',\n    form: '依名',\n    defs: 'pilgrim; migrant',\n  },\n  {\n    sym: '合',\n    pro: 'ọ̀gbọ́',\n    form: '依名',\n    defs: 'age grade; age mate',\n  },\n  {\n    sym: '痴',\n    pro: 'ọ̀gbọ́',\n    form: '依名',\n    defs: 'stage; platform',\n  },\n  {\n    sym: '是',\n    pro: 'ọ̀gbọ́',\n    form: '依名',\n    defs: 'arena; grounds; place; area; audience; field',\n  },\n  {\n    sym: '是援',\n    pro: 'ọ̀gbọ́:ághá',\n    form: '依名',\n    defs: 'battlefield; war zone; war theatre',\n  },\n  {\n    sym: '是宜',\n    pro: 'ọ̀gbọ́:áhị́á',\n    form: '依名',\n    defs: 'market square; busy market session',\n  },\n  {\n    sym: '是詠',\n    pro: 'ọ̀gbọ́:òbòdò',\n    form: '依名',\n    defs: 'public arena; writing system of the cult of Mkpitime Isele Mkpitime',\n  },\n  {\n    sym: '痴宫',\n    pro: 'ọ̀gbọ́:ọ́gwá',\n    form: '依名',\n    defs: 'theatre; cinema',\n  },\n  {\n    sym: '是詣',\n    pro: 'ọ̀gbọ́:ọ́chụ̀',\n    form: '依名',\n    defs: 'crime scene',\n  },\n  {\n    sym: 'ọ̀刈ḿ',\n    pro: 'ọ̀:ghọ́:ḿ',\n    form: '依名',\n    defs: 'mistake; accident; mishap',\n  },\n  {\n    sym: '撃惧',\n    pro: 'ọ̀:gwọ́',\n    form: '依名',\n    defs: 'doctor; healer; hospital',\n  },\n  {\n    sym: '撃惧炊',\n    pro: 'ọ̀:gwọ́:nyá',\n    form: '依名',\n    defs: 'hospital',\n  },\n  {\n    sym: '撃惧喉',\n    pro: 'ọ̀:gwọ́:zù',\n    form: '依名',\n    defs: 'therapist',\n  },\n  {\n    sym: 'ọ̀招営ọ́戴',\n    pro: 'ọ̀:gwọ̀:nà:ọ́kpá',\n    form: '依名',\n    defs: 'bowlegs; 依器. bow-legged',\n  },\n  {\n    sym: 'ọ̀員',\n    pro: 'ọ̀:dà',\n    form: '依名',\n    defs: 'cost [in sale]; consequence; result',\n  },\n  {\n    sym: '罪',\n    pro: 'ọ̀dàchì',\n    form: '依名',\n    defs: 'hindrance; blockage',\n  },\n  {\n    sym: 'ọ̀延倉欠撃郷',\n    pro: 'ọ̀:dị́:ghị̀:ị́nyë:ọ́:bụ̀',\n    form: '依ń終',\n    defs: 'nothing wrong in; not a bad thing; it’s not weird; perfectly fine',\n  },\n  {\n    sym: 'ọ̀延倉欠撃壊rę',\n    pro: 'ọ̀:dị́:ghị̀:ị́nyë:ó:mę:rę',\n    form: '依ń終',\n    defs: 'nothing wrong in; not a bad thing',\n  },\n  {\n    sym: 'ọ̀員員目日',\n    pro: 'ọ̀:dị̀:dà:änyä:änwụ́',\n    form: '依名',\n    defs: 'west',\n  },\n  {\n    sym: '郡',\n    pro: 'ọ̀dụ̀ḿ} 依名. lion [Panthera leo] 浪遭: ò郡 {ò:dùmódù',\n    form: null,\n    defs: null,\n  },\n  {\n    sym: '撃対学',\n    pro: 'ọ̀:dụ̀:zì',\n    form: '依名',\n    defs: 'proton',\n  },\n  {\n    sym: '団',\n    pro: 'ọ̀dọ́',\n    form: '依名',\n    defs: 'farm land; land dominated by one crop',\n  },\n  {\n    sym: '撃急rọ́ń崖怠',\n    pro: 'ọ̀:dọ̀:rọ́:ń:ché:tá',\n    form: '依名',\n    defs: 'mnemonic device',\n  },\n  {\n    sym: '士',\n    pro: 'ọ̀rà',\n    form: '依名',\n    defs: 'health',\n  },\n  {\n    sym: '撃奥怠院',\n    pro: 'ọ̀:rụ́ụ́:tá:ọ̀hà',\n    form: '依名',\n    defs: 'volunteer; state work; volunteering; volunteer work',\n  },\n  {\n    sym: '撃奥営心',\n    pro: 'ọ̀:rụ̀ụ̀:nà:óbì',\n    form: '依名',\n    defs: 'volunteer; state work; volunteering; volunteer work',\n  },\n  {\n    sym: '撃奥営一',\n    pro: 'ọ̀:rụ̀ụ̀:nà:ótù',\n    form: '依名',\n    defs: 'system; computer; device; network; complex; database; all-in-one',\n  },\n  {\n    sym: '撃奥敢垣',\n    pro: 'ọ̀:rụ́ụ́:jé:ínyú',\n    form: '依名',\n    defs: 'android',\n  },\n  {\n    sym: '撃奥酵',\n    pro: 'ọ̀:rụ́ụ́:zù',\n    form: '依名',\n    defs: 'producer; manager',\n  },\n  {\n    sym: '撃奥酵ú醜',\n    pro: 'ọ̀:rụ́ụ́:zù:ú:té',\n    form: '依名',\n    defs: 'mechanic',\n  },\n  {\n    sym: 'ọ̀浄',\n    pro: 'ọ̀:táǹjęrę',\n    form: '依名',\n    defs: 'antimony; eye make-up',\n  },\n  {\n    sym: '撃涯àkàrà',\n    pro: 'ọ̀:tá:àkàrà',\n    form: '依名',\n    defs: 'nursery; kindergarten; reception',\n  },\n  {\n    sym: '撃樹',\n    pro: 'ọ̀:tà',\n    form: '依名',\n    defs: 'reporter; narrator; discusser; informer',\n  },\n  {\n    sym: 'ọ̀終呼',\n    pro: 'ọ̀:tụ́:àgwà',\n    form: '依器',\n    defs: 'multi-coloured',\n  },\n  {\n    sym: '撃索臆',\n    pro: 'ọ̀:tụ́:àsị́',\n    form: '動',\n    defs: 'liar; deceiver',\n  },\n  {\n    sym: 'ọ̀終rụ́呼',\n    pro: 'ọ̀:tụ́:tụ́:àgwà',\n    form: '依器',\n    defs: 'multicoloured',\n  },\n  {\n    sym: 'ọ̀終終',\n    pro: 'ọ̀:tụ́:tụ́',\n    form: '錦',\n    defs: '依名衣. 依器. many; several; variety; all sorts',\n  },\n  {\n    sym: 'ọ̀終終潰',\n    pro: 'ọ̀:tụ́:tụ́:ógè',\n    form: 'ń器動',\n    defs: 'many times; several times; severally',\n  },\n  {\n    sym: 'ọ̀核nyé',\n    pro: 'ọ̀:tụ́:nyé',\n    form: '依名',\n    defs: 'remote control',\n  },\n  {\n    sym: '彩',\n    pro: 'ọ̀tụ̀kpà',\n    form: '依名',\n    defs: 'creeping grass',\n  },\n  {\n    sym: 'ọ̀惜惜',\n    pro: 'ọ̀:tụ̀:tụ̀',\n    form: '依名',\n    defs: 'spots; dots',\n  },\n  {\n    sym: '孔',\n    pro: 'ọ̀tọ́',\n    form: '依名',\n    defs: 'standing; vertical',\n  },\n  {\n    sym: 'ọ̀斥',\n    pro: 'ọ̀:tọ́',\n    form: '依名',\n    defs: '依器. nudity; stripping',\n  },\n  {\n    sym: 'ọ̀夕',\n    pro: 'ọ̀:tọ́',\n    form: '依名',\n    defs: 'set; film set',\n  },\n  {\n    sym: 'ọ̀夕ó殖火',\n    pro: 'ọ̀:tọ́:ó:nyò:gá',\n    form: '依名',\n    defs: 'set; film set; movie set',\n  },\n  {\n    sym: '撃乗阻',\n    pro: 'ọ̀:tọ́:bọ̀',\n    form: '依名',\n    defs: 'vigilante',\n  },\n  {\n    sym: 'ọ̀林',\n    pro: 'ọ̀:ká',\n    form: '依名',\n    defs: 'iron wood',\n  },\n  {\n    sym: 'ọ̀器漁',\n    pro: 'ọ̀:ká:ìwú',\n    form: '依名',\n    defs: 'barrister; lawyer',\n  },\n  {\n    sym: 'ọ̀給',\n    pro: 'ọ̀:ká:tá',\n    form: '依名',\n    defs: 'wooded area; forest',\n  },\n  {\n    sym: 'ọ̀柵',\n    pro: 'ọ̀:kà',\n    form: '依名',\n    defs: 'science; technology; study',\n  },\n  {\n    sym: '撃柵',\n    pro: 'ọ̀:kà',\n    form: '依名',\n    defs: 'artisan; designer; professional; scientist; expert; professor',\n  },\n  {\n    sym: 'ọ̀柵喫',\n    pro: 'ọ̀:kà:ásụ̀sụ̀',\n    form: '依名',\n    defs: 'linguistics',\n  },\n  {\n    sym: '撃柵喫',\n    pro: 'ọ̀:kà:ásụ̀sụ̀',\n    form: '依名',\n    defs: 'linguist',\n  },\n  {\n    sym: '撃柵御',\n    pro: 'ọ̀:kà:ụ́tá',\n    form: '依名',\n    defs: 'archer; shooter; bowman',\n  },\n  {\n    sym: '撃柵家',\n    pro: 'ọ̀:kà:ụ́lọ̀',\n    form: '依名',\n    defs: 'architect',\n  },\n  {\n    sym: 'ọ̀k胃',\n    pro: 'ọ̀:k:àrà',\n    form: '依名',\n    defs: 'half; division',\n  },\n  {\n    sym: '撃環環',\n    pro: 'ọ̀:kà:ká',\n    form: '依名',\n    defs: '依器. greatest; superior; unmatched; mega',\n  },\n  {\n    sym: 'ọ̀柵熊',\n    pro: 'ọ̀:kà:kị̀rị̀',\n    form: '依名',\n    defs: 'nanotechnology',\n  },\n  {\n    sym: 'ọ̀柵黄怠',\n    pro: 'ọ̀:kà:ṃụ̀:tá',\n    form: '依名',\n    defs: 'science; technical analysis',\n  },\n  {\n    sym: 'ọ̀柵ń送市',\n    pro: 'ọ̀:kà:ń:zì:ìhù',\n    form: '依名',\n    defs: 'radiology',\n  },\n  {\n    sym: '撃柵今',\n    pro: 'ọ̀:kà:ǹkúmè',\n    form: '依名',\n    defs: 'stoneworker; mason',\n  },\n  {\n    sym: '撮',\n    pro: 'ọ̀kụ́kọ̀',\n    form: '依名',\n    defs: 'chicken',\n  },\n  {\n    sym: 'ọ̀遠',\n    pro: 'ọ́kụ̀',\n    form: '依名',\n    defs: 'smoking pipe',\n  },\n  {\n    sym: 'ọ̀歯乗',\n    pro: 'ọ̀:kọ́:tọ́',\n    form: '依名',\n    defs: 'poverty; scarcity',\n  },\n  {\n    sym: 'ọ̀歯乗土',\n    pro: 'ọ̀:kọ́:tọ́:àlà',\n    form: '依名',\n    defs: 'arid land',\n  },\n  {\n    sym: '撃禁撃惧',\n    pro: 'ọ̀:kwá:ọ̀:gwọ́',\n    form: '依名',\n    defs: 'ambulance; stretcher; gurney',\n  },\n  {\n    sym: '姿',\n    pro: 'ọ̀kwà',\n    form: '依名',\n    defs: 'goose; bush fowl',\n  },\n  {\n    sym: '撃餌ń崖怠',\n    pro: 'ọ̀:kwà:ń:chè:tá',\n    form: '依名',\n    defs: '依器. mnemonic',\n  },\n  {\n    sym: '撃遭案',\n    pro: 'ọ̀:kwà:yá',\n    form: 'ǹ絵',\n    defs: 'isn’t it',\n  },\n  {\n    sym: '撃餌横',\n    pro: 'ọ̀:kwà:sì',\n    form: '依名',\n    defs: 'zirconium [Zr]',\n  },\n  {\n    sym: '撃町',\n    pro: 'ọ̀:kwọ́',\n    form: '依名',\n    defs: 'pilot; driver; operator; steerer',\n  },\n  {\n    sym: '撃町欺',\n    pro: 'ọ̀:kwọ́:ụ́gbọ́',\n    form: '依名',\n    defs: 'boat steerer operator; ship captain',\n  },\n  {\n    sym: '撃町穫',\n    pro: 'ọ̀:kwọ̀:bù',\n    form: '依名',\n    defs: 'truck',\n  },\n  {\n    sym: '撃町営源',\n    pro: 'ọ̀:kwọ̀:nà:ámá',\n    form: '依名',\n    defs: 'tram [passenger vehicle]',\n  },\n  {\n    sym: '撃岐営依',\n    pro: 'ọ́:fà:nà:ókwú',\n    form: '依名',\n    defs: 'interjection [grammar]',\n  },\n  {\n    sym: '撃階営土',\n    pro: 'ọ̀:fụ́:nà:àlà',\n    form: '依名',\n    defs: '依器. indigenous; autochthonous; native',\n  },\n  {\n    sym: '撃階綱',\n    pro: 'ọ̀:fụ̀:àgwà',\n    form: '依名',\n    defs: 'bismuth [Bi]',\n  },\n  {\n    sym: '撃階充',\n    pro: 'ọ̀:fụ̀:ùgù',\n    form: '依名',\n    defs: 'ruby',\n  },\n  {\n    sym: '撃階充横ṃ',\n    pro: 'ọ̀:fụ̀:ùgò:sì:ṃ',\n    form: '依名',\n    defs: 'rubidium [Rb]',\n  },\n  {\n    sym: '撃階郭',\n    pro: 'ọ̀:fụ̀:èdò',\n    form: '依名',\n    defs: 'zirconium [Zr]',\n  },\n  {\n    sym: '撃触核',\n    pro: 'ọ̀:fụ̀:tụ̀',\n    form: '依名',\n    defs: 'air conditioner',\n  },\n  {\n    sym: 'ọ̀f階',\n    pro: 'ọ̀:f:ụ̀fụ̀',\n    form: '依名',\n    defs: 'bud; sprout; flower',\n  },\n  {\n    sym: 'ọ̀f階葉',\n    pro: 'ọ̀:f:ụ̀fụ̀:ákwụ́kwọ́',\n    form: '依名',\n    defs: 'bud; sprout; flower',\n  },\n  {\n    sym: '撃階営凄',\n    pro: 'ọ̀:fụ̀:nà:òkò',\n    form: '依名',\n    defs: 'krypton [Kr]',\n  },\n  {\n    sym: '撃階拠',\n    pro: 'ọ̀:fụ̀:ńtụ́',\n    form: '依名',\n    defs: 'germanium [Ge]',\n  },\n  {\n    sym: '撃階ǹ照',\n    pro: 'ọ̀:fụ̀:ǹ:nwú',\n    form: '依名',\n    defs: 'gem; gemstone',\n  },\n  {\n    sym: '撃階横ṃ',\n    pro: 'ọ̀:fụ̀:sí:ṃ',\n    form: '依名',\n    defs: 'thallium [Tl]',\n  },\n  {\n    sym: '唇',\n    pro: 'ọ̀fọ́',\n    form: '依名',\n    defs: 'staff of authority justice',\n  },\n  {\n    sym: 'ọ̀唇',\n    pro: 'ọ̀:fọ́',\n    form: '依名',\n    defs: 'justice',\n  },\n  {\n    sym: '唇加',\n    pro: 'ọ̀fọ́:àlà',\n    form: '依名',\n    defs: 'Ofala festival',\n  },\n  {\n    sym: 'ọ̀唇院',\n    pro: 'ọ̀:fọ́:ọ̀hà',\n    form: '依名',\n    defs: 'social justice',\n  },\n  {\n    sym: '院',\n    pro: 'ọ̀hà',\n    form: '依名',\n    defs: 'state; citizenry; community; public; population; masses; constituency; 依器. social',\n  },\n  {\n    sym: '院宜',\n    pro: 'ọ̀hà:áfị́á',\n    form: '依名',\n    defs: 'Ohafia [town]',\n  },\n  {\n    sym: '院碁憬',\n    pro: 'ọ̀hà:ḿ:gbá:sà',\n    form: '依名',\n    defs: 'diaspora; overseas members of a nation',\n  },\n  {\n    sym: '院ḿ壊営一',\n    pro: 'ọ̀hà:ḿ:më:nà:ótù',\n    form: '依名',\n    defs: 'collectivism',\n  },\n  {\n    sym: '院朽à司',\n    pro: 'ọ̀hà:nà:à:chị́} 依名. democracy 浪遭: ń司院 {ń:chị́:ọ̀hà',\n    form: null,\n    defs: null,\n  },\n  {\n    sym: '院営王',\n    pro: 'ọ̀hà:nà:ézè',\n    form: '依名',\n    defs: 'republic; state; citizenry; public; the people [lit. the citizenry and their representative]',\n  },\n  {\n    sym: '院営王BÈNÈ',\n    pro: 'ọ̀hà:nà:ézè:bènè',\n    form: '依名',\n    defs: 'Benin Republic',\n  },\n  {\n    sym: '院営王外KOnnGO',\n    pro: 'ọ̀hà:nà:ézè:ǹkè:kongo',\n    form: '依名',\n    defs: 'Republic of the Congo',\n  },\n  {\n    sym: '院営王ń司院外KOnnGO',\n    pro: 'ọ̀hà:nà:ézè:ń:chị́:ọ̀hà:ǹkè:kongo',\n    form: '依名',\n    defs: 'Democratic Republic of the Congo',\n  },\n  {\n    sym: '院朽è情',\n    pro: 'ọ̀hà:nà:è:dí',\n    form: '依名',\n    defs: 'socialism',\n  },\n  {\n    sym: '院掘',\n    pro: 'ọ̀hà:ńtà',\n    form: '依名',\n    defs: 'small state; minority groups [ethnic religious]',\n  },\n  {\n    sym: '院厚圧',\n    pro: 'ọ̀hà:chị̀:àkụ̀',\n    form: '依名',\n    defs: 'communism',\n  },\n  {\n    sym: '覚',\n    pro: 'ọ̀hụ́má',\n    form: 'ń器動',\n    defs: 'properly; well; correctly; right',\n  },\n  {\n    sym: 'ọ̀穂穂',\n    pro: 'ọ̀:hụ́ụ́:hụ́ụ́',\n    form: '依名',\n    defs: 'roasting',\n  },\n  {\n    sym: '撃穂穂',\n    pro: 'ọ̀:hụ́ụ́:hụ́ụ́',\n    form: '依名',\n    defs: 'Ohuhu community [Umuahia]',\n  },\n  {\n    sym: '覚覚',\n    pro: 'ọ̀hụ́má:ọ̀hụ́má',\n    form: 'ń器動',\n    defs: 'properly; well; correctly; right',\n  },\n  {\n    sym: '撃胃土',\n    pro: 'ọ̀:wá:àlà',\n    form: '依名',\n    defs: 'land divider; land surveyor; boundary establisher marker',\n  },\n  {\n    sym: '撃胃苛',\n    pro: 'ọ̀:wá:óyí',\n    form: '依名',\n    defs: 'windbreaker [coat]',\n  },\n  {\n    sym: '撃恵',\n    pro: 'ọ̀:wà',\n    form: '依名',\n    defs: 'planet; world; heavenly body',\n  },\n  {\n    sym: '撃寛互',\n    pro: 'ọ̀:wụ́:gbà',\n    form: '依名',\n    defs: 'jet [aircraft]',\n  },\n  {\n    sym: 'ọ̀色色',\n    pro: 'ọ̀:nwụ̀:nwà',\n    form: '依名',\n    defs: 'endeavour; temptation; trial',\n  },\n  {\n    sym: '撃接遷',\n    pro: 'ọ̀:yị́:dùṃ',\n    form: '依名',\n    defs: 'internet',\n  },\n  {\n    sym: '撃接骨案',\n    pro: 'ọ̀:yị̀:ùdì:yá',\n    form: '依名',\n    defs: 'homosexual; homosexuality',\n  },\n  {\n    sym: '挙',\n    pro: 'ọ̀yị̀',\n    form: '依名',\n    defs: 'friend; lover; mistress; concubine; sex mate',\n  },\n  {\n    sym: '挙ḿ壊恩',\n    pro: 'ọ̀yị̀:ḿ:më:gbú',\n    form: '依名',\n    defs: 'abusive relationship',\n  },\n  {\n    sym: '撃隔装',\n    pro: 'ọ̀:má:ìkpé',\n    form: '依名',\n    defs: 'prosecutor',\n  },\n  {\n    sym: '撃拳互世',\n    pro: 'ọ̀:má:gbá:ụ̀wà',\n    form: '依名',\n    defs: 'satellite',\n  },\n  {\n    sym: '撃丸rá',\n    pro: 'ọ̀:má:rá',\n    form: '依名',\n    defs: 'initiate; knowledgeable person',\n  },\n  {\n    sym: 'ọ̀祖',\n    pro: 'ọ̀:mà',\n    form: '依名',\n    defs: 'centre; middle; main space',\n  },\n  {\n    sym: 'ọ̀祖宜',\n    pro: 'ọ̀:mà:áhị́á',\n    form: '依名',\n    defs: 'market centre',\n  },\n  {\n    sym: '撃肩畏',\n    pro: 'ọ̀mà:ụ́zọ̀',\n    form: '依名',\n    defs: 'odometer',\n  },\n  {\n    sym: '栽',\n    pro: 'ọ̀mụ́',\n    form: '依名',\n    defs: 'tender palm frond [used symbolically and ritually]',\n  },\n  {\n    sym: '皆',\n    pro: 'ọ̀mụ́gwọ̀',\n    form: '依名',\n    defs: 'birth tradition where a paternal grandmother looks after newborns and the mother her daughter-in-law; postnatal',\n  },\n  {\n    sym: 'ọ̀今',\n    pro: 'ọ̀:mụ̀',\n    form: '依名',\n    defs: 'whetstone; stone for sharpening',\n  },\n  {\n    sym: '撃潜r潜',\n    pro: 'ọ̀:mụ̀:r:ụ̀mụ̀',\n    form: '依名',\n    defs: 'gemstone; jewel',\n  },\n  {\n    sym: '撃潜潜慰',\n    pro: 'ọ̀:mụ̀:mụ̀:ọ́nwä',\n    form: '依名',\n    defs: 'fireflies; stars',\n  },\n  {\n    sym: 'ọ̀今艶',\n    pro: 'ọ̀:mụ̀:ńdụ̀',\n    form: '依名',\n    defs: 'beryl [gem]',\n  },\n  {\n    sym: '撃錮選',\n    pro: 'ọ̀:nị̀:chà',\n    form: '依名',\n    defs: 'Onicha [town]',\n  },\n  {\n    sym: '経',\n    pro: 'ọ̀nụ̀mà',\n    form: '依名',\n    defs: 'grudge; anger',\n  },\n  {\n    sym: '撃帰机á',\n    pro: 'ọ̀:nọ́:là:á',\n    form: '依名',\n    defs: 'ephemera 依器. ephemeral',\n  },\n  {\n    sym: '撃帰襟醜目',\n    pro: 'ọ̀:nọ́:chí:té:änyä',\n    form: '依名',\n    defs: 'proxy',\n  },\n  {\n    sym: '残',\n    pro: 'ọ̀nọ̀dụ̀',\n    form: '依名',\n    defs: 'position; condition; state; rank; seat; situation',\n  },\n  {\n    sym: '残虞',\n    pro: 'ọ̀nọ̀dụ̀:úchè',\n    form: '依名',\n    defs: 'mood',\n  },\n  {\n    sym: '残心',\n    pro: 'ọ̀nọ̀dụ̀:óbì',\n    form: '依名',\n    defs: 'mood; temper',\n  },\n  {\n    sym: '残ḿ肢',\n    pro: 'ọ̀nọ̀dụ̀:ḿ:má',\n    form: '依名',\n    defs: '依器. quality',\n  },\n  {\n    sym: '撃帰襟目',\n    pro: 'ọ̀:nọ̀:chí:änyä',\n    form: '依名',\n    defs: 'consul; representative',\n  },\n  {\n    sym: '撃帰襟é',\n    pro: 'ọ̀:nọ̀:chì:é',\n    form: '依名',\n    defs: 'replacement; substitute; name given to a child born after another child',\n  },\n  {\n    sym: '撃遇緩',\n    pro: 'ọ̀:nyá:ányị̀nyà',\n    form: '依名',\n    defs: 'equestrian',\n  },\n  {\n    sym: '撃威貝',\n    pro: 'ọ̀:nyá:bà',\n    form: '依名',\n    defs: 'veneer',\n  },\n  {\n    sym: 'ọ̀机',\n    pro: 'ọ̀:lá',\n    form: '依名',\n    defs: 'departure; exit; death',\n  },\n  {\n    sym: '撃机横ṃ',\n    pro: 'ọ̀:lá:sì:ṃ',\n    form: '依名',\n    defs: 'protactinium [Pa]',\n  },\n  {\n    sym: 'ọ̀錮階',\n    pro: 'ọ̀:lị̀:fụ̀',\n    form: '依名',\n    defs: 'negation',\n  },\n  {\n    sym: 'ọ̀拶',\n    pro: 'ọ̀:lị̀lị̀',\n    form: '依名',\n    defs: 'walk; journey; news; bulletin; report; announcement',\n  },\n  {\n    sym: 'ọ̀張',\n    pro: 'ọ̀:vụ́vụ',\n    form: '依名',\n    defs: 'caterpillar',\n  },\n  {\n    sym: '撃茎',\n    pro: 'ọ̀:jà',\n    form: '動',\n    defs: 'oja flute',\n  },\n  {\n    sym: '撃潟船',\n    pro: 'ọ̀:jụ́:ńgó',\n    form: '依名',\n    defs: 'volunteer; state work; volunteering; volunteer work',\n  },\n  {\n    sym: '麗',\n    pro: 'ọ̀chä',\n    form: '依名',\n    defs: 'clean; spotless; pure',\n  },\n  {\n    sym: '撃差艶',\n    pro: 'ọ̀:chä:ńdụ̀',\n    form: '依器',\n    defs: 'green',\n  },\n  {\n    sym: '皇横ṃ',\n    pro: 'ọ̀chä:sì:ṃ',\n    form: '依名',\n    defs: 'tantalum [Ta]',\n  },\n  {\n    sym: '撃差ǹ献',\n    pro: 'ọ̀chà:ǹ:jà',\n    form: '依名',\n    defs: 'a small oil-lamp with cloth wick; Ochanja market in Onicha',\n  },\n  {\n    sym: 'ọ̀要要',\n    pro: 'ọ̀:chị́:chọ́',\n    form: '依名',\n    defs: 'want; desire',\n  },\n  {\n    sym: '諾',\n    pro: 'ọ̀chọ́',\n    form: '依名',\n    defs: 'sweetness; sweet tooth',\n  },\n  {\n    sym: '撃要ḿ煙',\n    pro: 'ọ̀:chọ́:ḿ:má',\n    form: '依名',\n    defs: 'beauty seeker; vain person',\n  },\n  {\n    sym: '親',\n    pro: 'ọ̀zàrà',\n    form: '依名',\n    defs: 'desert; baron lands; outskirts; wilderness; arid farmland',\n  },\n  {\n    sym: '宰',\n    pro: 'ọ̀zàrà',\n    form: '依名',\n    defs: 'spear grass',\n  },\n  {\n    sym: '撃径ń崖怠',\n    pro: 'ọ̀:zà:ń:chè:tá',\n    form: '依名',\n    defs: '依器. mnemonic',\n  },\n  {\n    sym: '撃勾敢',\n    pro: 'ọ̀:zà:jé',\n    form: '依名',\n    defs: 'scanner [device]',\n  },\n  {\n    sym: 'ọ̀慣慣',\n    pro: 'ọ̀:zụ̀:zụ̀',\n    form: '依名',\n    defs: 'training; nursing; nourishing; tending',\n  },\n  {\n    sym: '景',\n    pro: 'ọ̀zọ́',\n    form: '依器',\n    defs: 'ń器動. another; next; again; other; one more time',\n  },\n  {\n    sym: '景遭',\n    pro: 'ọ̀zọ́:kwá',\n    form: '依器',\n    defs: 'ń器動. more; next',\n  },\n  {\n    sym: '撃窟骸',\n    pro: 'ọ̀:zọ̀:ézé - ọ̀:z:ézé',\n    form: '依名',\n    defs: 'dentist',\n  },\n  {\n    sym: 'ọ̀糸ò儒儒',\n    pro: 'ọ̀:sá:ò:tì:té',\n    form: '依名',\n    defs: 'depigmentation',\n  },\n  {\n    sym: '撃糸階ù津',\n    pro: 'ọ̀:sá:fụ̀:ù:ré',\n    form: '依名',\n    defs: 'disinfectant',\n  },\n  {\n    sym: 'ọ̀公公',\n    pro: 'ọ̀:sị̀:zá',\n    form: '依名',\n    defs: 'answer; answering',\n  },\n  {\n    sym: '撃共林',\n    pro: 'ọ̀:sụ́:ọ́ḧị́á',\n    form: '依名',\n    defs: 'a person or thing that weeds or clears a bush; Osuofia a famous Home Video character played by Nkem Owoh.',\n  },\n  {\n    sym: '撃軽限',\n    pro: 'ọ̀:ñụ́:ḿányá',\n    form: '依名',\n    defs: 'drunkard',\n  },\n  {\n    sym: 'OóoKÓKÒKòo',\n    pro: null,\n    form: '撃岐営依',\n    defs: 'bewilderment; surprise in jest',\n  },\n  {\n    sym: 'ÓNÙKÚ',\n    pro: null,\n    form: '依名',\n    defs: 'idiot; naive person [Igala word for ‘friend’]',\n  },\n  {\n    sym: 'ÓLÓ;LÓRÓ',\n    pro: null,\n    form: '撃岐営依',\n    defs: 'a response in jest [you wish!]; a response to a conundrum; 依校. musical ad lib',\n  },\n  {\n    sym: 'ÓVÚVÚ',\n    pro: 'ÓVÚ',\n    form: '依名',\n    defs: 'bus; omnibus; large motor vehicle',\n  },\n  {\n    sym: 'ÒRÌSÀ',\n    pro: null,\n    form: '依名',\n    defs: 'deity',\n  },\n  {\n    sym: 'ÒHòo',\n    pro: null,\n    form: 'ḿ憾周',\n    defs: 'aha!',\n  },\n  {\n    sym: 'ÒWóoWòo',\n    pro: null,\n    form: 'ḿ憾周',\n    defs: 'an exclamation made in a fortuitous event; an exclamation made after the birth of a child [Ohuhu]',\n  },\n  {\n    sym: 'ÒYÌBÓ',\n    pro: null,\n    form: '依名',\n    defs: 'foreigner; white person; westerner; foreign object',\n  },\n  {\n    sym: 'ọ̀GÁ',\n    pro: null,\n    form: '依名',\n    defs: 'boss; master; leader; manager',\n  },\n  {\n    sym: 'p客',\n    pro: 'pá',\n    form: '動',\n    defs: 'carry; pass; move; transfer',\n  },\n  {\n    sym: '客貝',\n    pro: 'pá:bà',\n    form: '動',\n    defs: 'carry in; put in',\n  },\n  {\n    sym: '客奇',\n    pro: 'pá:ńkụ́',\n    form: '動',\n    defs: 'collect firewood',\n  },\n  {\n    sym: '客送',\n    pro: 'pà:zí',\n    form: '動',\n    defs: 'transfer; post',\n  },\n  {\n    sym: '玄',\n    pro: 'pị́',\n    form: '動',\n    defs: 'whip; flog',\n  },\n  {\n    sym: '済',\n    pro: 'pị́',\n    form: '動',\n    defs: 'press; hit; compress',\n  },\n  {\n    sym: '触',\n    pro: 'pị̀',\n    form: '動',\n    defs: 'blow; whistle',\n  },\n  {\n    sym: '済怠',\n    pro: 'pị̀:tá',\n    form: '動',\n    defs: 'press; enter by pressing [computer]',\n  },\n  {\n    sym: '広',\n    pro: 'púkú',\n    form: '口控',\n    defs: 'thousand',\n  },\n  {\n    sym: '蚕',\n    pro: 'pụ́} 動. pull; draw; drag; tug 浪遭: 急 {dọ̀',\n    form: null,\n    defs: null,\n  },\n  {\n    sym: '偶',\n    pro: 'pé',\n    form: '撃昔営依',\n    defs: '動. openp',\n  },\n  {\n    sym: '換',\n    pro: 'p:ótò',\n    form: '動',\n    defs: 'move walk around P PÍÓ 動. hopping; pass through small opening; jumping from one thing to the other; erratic; promiscuity Pị́Nọ́ Pị́Nọ́ 依名. [colloquial] an attractive girl PËTË 依校. shiny; shimery; glittery Pọ̀Pị́ 依名. deception; humiliation kp',\n  },\n  {\n    sym: '推',\n    pro: 'kpá',\n    form: '動',\n    defs: 'communicate; chat; discuss; relate; speak',\n  },\n  {\n    sym: '岸',\n    pro: 'kpá',\n    form: '動',\n    defs: 'weave; plait',\n  },\n  {\n    sym: '乱',\n    pro: 'kpá',\n    form: '動',\n    defs: 'move; propel; cause; act; wander; walk about; carry; pass; transfer; be involved with; hoard kp',\n  },\n  {\n    sym: '韻',\n    pro: 'kp:á',\n    form: '動',\n    defs: 'cut; shave',\n  },\n  {\n    sym: '乱áa',\n    pro: 'kpá:áa',\n    form: '依名',\n    defs: 'stray dog',\n  },\n  {\n    sym: '乱á壌',\n    pro: 'kpá:á:rị́á',\n    form: '動',\n    defs: 'move about; walk about',\n  },\n  {\n    sym: '乱綱',\n    pro: 'kpá:àgwà',\n    form: '動',\n    defs: 'act in a manner; behave as; be like',\n  },\n  {\n    sym: '乱握',\n    pro: 'kpá:ághárá',\n    form: '動',\n    defs: 'cause disturbance; riot',\n  },\n  {\n    sym: '乱階',\n    pro: 'kpá:dụ̀',\n    form: '動',\n    defs: 'go out for a walk',\n  },\n  {\n    sym: '諮',\n    pro: 'kpárị́',\n    form: '動',\n    defs: 'insult; humiliate',\n  },\n  {\n    sym: '推gó送',\n    pro: 'kpá:gó:zí',\n    form: '動',\n    defs: 'teach',\n  },\n  {\n    sym: '推環員',\n    pro: 'kpá:ká:dà',\n    form: '動',\n    defs: 'filibuster',\n  },\n  {\n    sym: '乱ń及',\n    pro: 'kpá:ń:dú',\n    form: '動',\n    defs: 'walk together; be companions; escort',\n  },\n  {\n    sym: '乱吉吉',\n    pro: 'kpá:ǹgà:ǹgà',\n    form: '動',\n    defs: 'be prideful; joke; be boastful',\n  },\n  {\n    sym: '乱歌',\n    pro: 'kpá:kọ́',\n    form: '依名',\n    defs: 'walk together; have intercourse',\n  },\n  {\n    sym: '拾拾',\n    pro: 'kpá:kpáǹdò',\n    form: '依名',\n    defs: 'star; cosmos; [colloquial] dandy; celebrity',\n  },\n  {\n    sym: '乱階',\n    pro: 'kp:á:fụ̀',\n    form: '動',\n    defs: 'carry out; move out; pack out',\n  },\n  {\n    sym: '客ǹ酬',\n    pro: 'kpá:ǹ:tìrì',\n    form: '依器',\n    defs: 'be dirty',\n  },\n  {\n    sym: '乱角',\n    pro: 'kpá:nyé',\n    form: '動',\n    defs: 'give tip; give present',\n  },\n  {\n    sym: '推ń器怠',\n    pro: 'kpá:ń:kà:tá',\n    form: '動',\n    defs: 'discussion; chat; converse; describe; share information kp',\n  },\n  {\n    sym: '韻chá目',\n    pro: 'kpá:chá:änyä',\n    form: '動',\n    defs: 'stay alert; be cautious; be watchful',\n  },\n  {\n    sym: '飼',\n    pro: 'kpà',\n    form: '動',\n    defs: 'tie; capture; seize; clamp; squeeze; press; attack; be pressed to ease oneself',\n  },\n  {\n    sym: '飼恩',\n    pro: 'kpà:gbú',\n    form: '動',\n    defs: 'choke; suffocate; kill by compression',\n  },\n  {\n    sym: '飼歌',\n    pro: 'kpà:kọ́',\n    form: '動',\n    defs: 'clasp; clamp; collection; press together; bring together',\n  },\n  {\n    sym: '飼歌醸扱',\n    pro: 'kpà:kọ́:chị̀:ụ́kwụ́',\n    form: '依名',\n    defs: 'Touch-menot plant [mimosa pudica]',\n  },\n  {\n    sym: '乱kà机換',\n    pro: 'kpá:kà:lá:jé',\n    form: '動',\n    defs: 'move over; shift',\n  },\n  {\n    sym: '飾',\n    pro: 'kpàsú',\n    form: '依名',\n    defs: 'provoke; evoke; irritate',\n  },\n  {\n    sym: '済恩',\n    pro: 'kpì:gbú',\n    form: '動',\n    defs: 'constrict; choke; kill; murder',\n  },\n  {\n    sym: '斎',\n    pro: 'kpù',\n    form: '動',\n    defs: 'lose flavour; expire; become stale',\n  },\n  {\n    sym: '晴',\n    pro: 'kpù',\n    form: '動',\n    defs: 'cap; close; seal; close with hand; overturn; capsize',\n  },\n  {\n    sym: '晴簡',\n    pro: 'kpù:ísí',\n    form: '動',\n    defs: 'turn on head; turn upside down',\n  },\n  {\n    sym: '晴襟',\n    pro: 'kpù:chí',\n    form: '動',\n    defs: 'cover; enclose; cap; hide',\n  },\n  {\n    sym: '晴襟目',\n    pro: 'kpù:cí:änyä',\n    form: '動',\n    defs: 'cover eyes close eyes',\n  },\n  {\n    sym: '姓',\n    pro: 'kpụ́',\n    form: '動',\n    defs: 'mould; mold; knead; shape; fabricate kp',\n  },\n  {\n    sym: '沼',\n    pro: 'kp:ụ́',\n    form: '動',\n    defs: 'carry; sport',\n  },\n  {\n    sym: '姓萎',\n    pro: 'kpụ́:ìgódó',\n    form: '動',\n    defs: 'fabricate a key or lock',\n  },\n  {\n    sym: '姓打',\n    pro: 'kpụ́:ụ́zụ́',\n    form: '動',\n    defs: 'practice smithing; blacksmithing ironmongering; [colloquial:] lift weights bodybuild',\n  },\n  {\n    sym: '晴階怠',\n    pro: 'kpụ́:fụ̀:tá',\n    form: '動',\n    defs: 'creep out; sneak out kp',\n  },\n  {\n    sym: '沼口',\n    pro: 'kp:ụ́:nà:ọ́nụ́',\n    form: '動',\n    defs: 'hold in mouth',\n  },\n  {\n    sym: '匠',\n    pro: 'kpé',\n    form: '動',\n    defs: 'testify in court; make a plea; open negotiate court case; report',\n  },\n  {\n    sym: '則',\n    pro: 'kpé} 動. pray kp遇 {kp:é',\n    form: '動',\n    defs: 'row; paddle; steer; drive kp',\n  },\n  {\n    sym: '裾',\n    pro: 'kp:é',\n    form: '動',\n    defs: 'peel off; skin kp',\n  },\n  {\n    sym: '遇暇',\n    pro: 'kp:é:àzụ́',\n    form: '動',\n    defs: 'come last',\n  },\n  {\n    sym: '匠韻é',\n    pro: 'kpé:bì:é',\n    form: '動',\n    defs: 'decide or determine a case or suit; give judgment; make final settlement kp',\n  },\n  {\n    sym: '裾糸',\n    pro: 'kp:é:sá',\n    form: '動',\n    defs: 'bleach',\n  },\n  {\n    sym: '婿',\n    pro: 'kpè',\n    form: '動',\n    defs: 'heat up; become hot; engulf; singe; burn',\n  },\n  {\n    sym: '婿遠',\n    pro: 'kpè:ọ́kụ́',\n    form: '動',\n    defs: 'heat up; become hot; be warm; scortch; swelter',\n  },\n  {\n    sym: '婿炊',\n    pro: 'kpè:nyá',\n    form: '動',\n    defs: 'charge; recharge',\n  },\n  {\n    sym: '婿勾',\n    pro: 'kpè:zá',\n    form: '動',\n    defs: 'distill; purify through heat',\n  },\n  {\n    sym: '使',\n    pro: 'kpó',\n    form: '動',\n    defs: 'collect; gather kp',\n  },\n  {\n    sym: '璽',\n    pro: 'kp:ó',\n    form: '動',\n    defs: 'clear; remove completely',\n  },\n  {\n    sym: '使歌',\n    pro: 'kpó:kọ́',\n    form: '動',\n    defs: 'collect; gather together; conflate kpọ́Ḿ 依名. dot; full stop period kpọ́ḾkwÈṂ ḿ憾周. exactly; as so; as soon as; that quickly',\n  },\n  {\n    sym: '憾',\n    pro: 'kpọ́',\n    form: '動',\n    defs: 'call; name; blame; indict; insult',\n  },\n  {\n    sym: '極',\n    pro: 'kpọ́',\n    form: '動',\n    defs: 'dry; stiffen; freeze; heal',\n  },\n  {\n    sym: '繰',\n    pro: 'kpọ́',\n    form: '動',\n    defs: 'set fire; blaze; shoot; explode',\n  },\n  {\n    sym: '愚',\n    pro: 'kpọ́',\n    form: '撃昔営依',\n    defs: '動. close; stuff',\n  },\n  {\n    sym: '極苛',\n    pro: 'kpọ́:óyí',\n    form: '動',\n    defs: 'freeze',\n  },\n  {\n    sym: '憾清',\n    pro: 'kpọ́:òkù',\n    form: '動',\n    defs: 'invite; call; notify; summon',\n  },\n  {\n    sym: '極官',\n    pro: 'kpọ́:ọ́kpụ́kpụ́',\n    form: '動',\n    defs: 'ossify',\n  },\n  {\n    sym: '繰遠',\n    pro: 'kpọ́:ọ́kụ́',\n    form: '動',\n    defs: 'set fire; blaze; shoot; explode',\n  },\n  {\n    sym: '愚貝',\n    pro: 'kpọ́:bà',\n    form: '動',\n    defs: 'bring in into; invite; zoom in',\n  },\n  {\n    sym: '憾貝',\n    pro: 'kpọ́:bà',\n    form: '動',\n    defs: 'bring in into; invite; place into',\n  },\n  {\n    sym: '愚貝宜',\n    pro: 'kpọ́:bà:áhị́á',\n    form: '動',\n    defs: 'introduce wares to market; expose display wares for sale',\n  },\n  {\n    sym: '愚貝怠',\n    pro: 'kpọ́:bà:tá',\n    form: '動',\n    defs: 'invite; introduce',\n  },\n  {\n    sym: '憾貝怠',\n    pro: 'kpọ́:bà:tá',\n    form: '動',\n    defs: 'invite; introduce; put into',\n  },\n  {\n    sym: '繰枯',\n    pro: 'kpọ́:rghé',\n    form: '動',\n    defs: 'bake',\n  },\n  {\n    sym: '憾需',\n    pro: 'kpọ́:të',\n    form: '動',\n    defs: 'wake',\n  },\n  {\n    sym: '極ń項',\n    pro: 'kpọ́:ń:ká',\n    form: '動',\n    defs: 'petrify [dry]; fossilise',\n  },\n  {\n    sym: '極洗',\n    pro: 'kpọ́:ńkụ́',\n    form: '動',\n    defs: 'dry; stiffen; harden',\n  },\n  {\n    sym: '憾貝',\n    pro: 'kpọ́:lá',\n    form: '動',\n    defs: 'send off; accompany; extradite',\n  },\n  {\n    sym: 'kp梗',\n    pro: 'kp:ọ́lè',\n    form: '動',\n    defs: 'roll',\n  },\n  {\n    sym: '狭',\n    pro: 'kpọ̀',\n    form: '動',\n    defs: 'strike; nail',\n  },\n  {\n    sym: '愚机',\n    pro: 'kpọ̀:lá',\n    form: '動',\n    defs: 'take away; lead back to a place',\n  },\n  {\n    sym: 'b貝',\n    pro: 'bá',\n    form: '動',\n    defs: 'enter; go in; fit',\n  },\n  {\n    sym: '真',\n    pro: 'bá',\n    form: '動',\n    defs: 'increase',\n  },\n  {\n    sym: '真真',\n    pro: 'bá:á:bá',\n    form: '動',\n    defs: 'become rich; become notable; become successful',\n  },\n  {\n    sym: '貝名',\n    pro: 'bá:áḧà',\n    form: '動',\n    defs: 'name',\n  },\n  {\n    sym: '真唆',\n    pro: 'bá:èrèrè',\n    form: '動',\n    defs: 'profitable; useful; relevant',\n  },\n  {\n    sym: '真誕',\n    pro: 'bá:úrù',\n    form: '動',\n    defs: 'profitable; useful; relevant',\n  },\n  {\n    sym: '貝挙',\n    pro: 'bá:ọ̀yị̀',\n    form: '動',\n    defs: 'date; enter relationship',\n  },\n  {\n    sym: '貝ǹ隙',\n    pro: 'bá:ǹ:sị́',\n    form: '動',\n    defs: 'mess oneself; excrete on oneself',\n  },\n  {\n    sym: '貝è捧捧',\n    pro: 'bà:è:rè:rè',\n    form: '依名',\n    defs: 'be effective; be useful; fulfill; be satisfactory; be potent',\n  },\n  {\n    sym: '貝員',\n    pro: 'bà:dà',\n    form: '動',\n    defs: 'throw down; hold down; fell; collapse',\n  },\n  {\n    sym: '貝怠',\n    pro: 'bà:tá',\n    form: '動',\n    defs: 'enter; go in',\n  },\n  {\n    sym: '貝角',\n    pro: 'bà:nyé',\n    form: '動',\n    defs: 'enter; go in; move in',\n  },\n  {\n    sym: '貝送係',\n    pro: 'bà:zì:dá',\n    form: '動',\n    defs: 'subscribe',\n  },\n  {\n    sym: '和',\n    pro: 'bä',\n    form: '動',\n    defs: 'shout; protest; be angry; be annoyed; attack; rape',\n  },\n  {\n    sym: '和硝',\n    pro: 'bä:ṃbá',\n    form: '動',\n    defs: 'complain; shout; protest',\n  },\n  {\n    sym: '和ṃ和',\n    pro: 'bä:ṃ:bà',\n    form: '動',\n    defs: 'rape; sexually assault; attack',\n  },\n  {\n    sym: '右',\n    pro: 'bídó',\n    form: '動',\n    defs: 'begin; start; commence',\n  },\n  {\n    sym: '右w壌',\n    pro: 'bídó:w:árị́á',\n    form: '動',\n    defs: 'restart; recommence',\n  },\n  {\n    sym: '下',\n    pro: 'bíkó',\n    form: 'ń器動',\n    defs: 'please',\n  },\n  {\n    sym: '塊',\n    pro: 'bì',\n    form: '動',\n    defs: 'touch; feel; press; hit',\n  },\n  {\n    sym: '原',\n    pro: 'bì',\n    form: '動',\n    defs: 'print; produce; publish; create',\n  },\n  {\n    sym: '歳',\n    pro: 'bì',\n    form: '動',\n    defs: 'borrow; lend; loan',\n  },\n  {\n    sym: '韻',\n    pro: 'bì',\n    form: '動',\n    defs: 'cut; slice; divide; end',\n  },\n  {\n    sym: '剁',\n    pro: 'bì',\n    form: '動',\n    defs: 'live; exist; inhabit; dwell',\n  },\n  {\n    sym: '宇',\n    pro: 'bìá',\n    form: '動',\n    defs: 'come; arrive',\n  },\n  {\n    sym: '塊稼',\n    pro: 'bì:áká',\n    form: '動',\n    defs: 'press; print with thumb or finger',\n  },\n  {\n    sym: '宇晴',\n    pro: 'bìá:kpú',\n    form: '動',\n    defs: 'guest at',\n  },\n  {\n    sym: '宇歌怠',\n    pro: 'bìá:kọ́:tá',\n    form: '動',\n    defs: 'come together; gather; unite',\n  },\n  {\n    sym: '宇ń換',\n    pro: 'bìá:ń:jé',\n    form: '動',\n    defs: 'come along; hurry',\n  },\n  {\n    sym: '韻忠',\n    pro: 'bì:úgwù',\n    form: '動',\n    defs: 'circumcise',\n  },\n  {\n    sym: '韻é',\n    pro: 'bì:é',\n    form: '動',\n    defs: 'cut; cut short; end; decide; come to conclusion; terminate; finalise',\n  },\n  {\n    sym: '韻é装',\n    pro: 'bì:é:ìkpé',\n    form: '動',\n    defs: 'adjudicate; render verdict in a suit; settle dispute',\n  },\n  {\n    sym: '歳架',\n    pro: 'bì:égó',\n    form: '動',\n    defs: 'borrow money; lend money; discount; reduce price; give money; loan',\n  },\n  {\n    sym: '韻依',\n    pro: 'bì:ókwú',\n    form: '動',\n    defs: 'interrupt',\n  },\n  {\n    sym: '剁rírí',\n    pro: 'bì:rírí',\n    form: '動',\n    defs: 'thrive; live on',\n  },\n  {\n    sym: '酷',\n    pro: 'bìrì',\n    form: '動',\n    defs: 'cloudiness; dimness',\n  },\n  {\n    sym: '酷酷',\n    pro: 'bìrì:bìrì',\n    form: '依器',\n    defs: 'cloudy',\n  },\n  {\n    sym: '剁査雇',\n    pro: 'bì:tè:áká',\n    form: '動',\n    defs: 'live far away',\n  },\n  {\n    sym: '剁歌怠',\n    pro: 'bì:kọ́:tá',\n    form: '動',\n    defs: 'live together; coexist; cohabit; commune',\n  },\n  {\n    sym: '韻胃',\n    pro: 'bì:wá',\n    form: '動',\n    defs: 'cut open; slice open',\n  },\n  {\n    sym: '塊胃',\n    pro: 'bì:wá',\n    form: '動',\n    defs: 'burst',\n  },\n  {\n    sym: '歳角',\n    pro: 'bì:nyé',\n    form: '動',\n    defs: 'lend; discount; reduce price or debt; give; loan',\n  },\n  {\n    sym: '歳角架',\n    pro: 'bì:nyé:égó',\n    form: '動',\n    defs: 'lend money; discount; reduce price or debt; give money; loan',\n  },\n  {\n    sym: '原階怠',\n    pro: 'bì:fụ̀:tà',\n    form: '動',\n    defs: 'publish; produce',\n  },\n  {\n    sym: '右結',\n    pro: 'bì:lí',\n    form: '動',\n    defs: 'stand; start up; uplift',\n  },\n  {\n    sym: '剁襟',\n    pro: 'bì:chí',\n    form: '動',\n    defs: 'occupy; colonise; invade',\n  },\n  {\n    sym: '剁司',\n    pro: 'bì:chị́',\n    form: '動',\n    defs: 'colonise; introduce imperialist force',\n  },\n  {\n    sym: '穫ọ́阻',\n    pro: 'bú:ọ́:bọ̀',\n    form: '動',\n    defs: 'hold grudge; be in a state of animosity; seek revenge',\n  },\n  {\n    sym: '穫員',\n    pro: 'bú:dà',\n    form: '動',\n    defs: 'lower; offload; download',\n  },\n  {\n    sym: '看',\n    pro: 'bù',\n    form: '動',\n    defs: 'become bigger; become fat; increase in size',\n  },\n  {\n    sym: '穫',\n    pro: 'bù',\n    form: '動',\n    defs: 'carry; lift; elevate',\n  },\n  {\n    sym: '穫畏',\n    pro: 'bù:ụ́zọ̀',\n    form: '動',\n    defs: 'precede; come first; prior; ante-cede; predate; antedate',\n  },\n  {\n    sym: '穫í穫',\n    pro: 'bù:í:bú',\n    form: '依名',\n    defs: 'carry load',\n  },\n  {\n    sym: '看í看',\n    pro: 'bù:í:bù',\n    form: '動',\n    defs: 'become bigger; become fat; increase in size',\n  },\n  {\n    sym: '穫火',\n    pro: 'bù:gá',\n    form: '動',\n    defs: 'carry and go; take',\n  },\n  {\n    sym: '穫査雇',\n    pro: 'bù:tè:áká',\n    form: '動',\n    defs: 'carry to a great distance',\n  },\n  {\n    sym: '穫角',\n    pro: 'bù:nyé',\n    form: '動',\n    defs: 'load; enter',\n  },\n  {\n    sym: '穫角虞',\n    pro: 'bù:nyé:úchè',\n    form: '動',\n    defs: 'give thoughts; give opinion suggestion',\n  },\n  {\n    sym: '穫結',\n    pro: 'bù:lí',\n    form: '動',\n    defs: 'carry up; lift; raise',\n  },\n  {\n    sym: '郷',\n    pro: 'bụ̀',\n    form: '動',\n    defs: 'to be; is',\n  },\n  {\n    sym: '映',\n    pro: 'bụ̀',\n    form: '依ọ̀接接',\n    defs: 'although',\n  },\n  {\n    sym: '傘',\n    pro: 'bụ̀',\n    form: '動',\n    defs: 'uproot; weed',\n  },\n  {\n    sym: '訓',\n    pro: 'bụ̀',\n    form: '動',\n    defs: 'hatch [eggs]',\n  },\n  {\n    sym: 'b襲',\n    pro: 'b:ụ̀',\n    form: '動',\n    defs: 'spit',\n  },\n  {\n    sym: 'b障',\n    pro: 'b:ụ̀',\n    form: '動',\n    defs: 'abstain; refrain; be absent',\n  },\n  {\n    sym: '蛍',\n    pro: 'bụ̀',\n    form: '動',\n    defs: 'sing',\n  },\n  {\n    sym: '蛍á蛍',\n    pro: 'bụ̀',\n    form: '動',\n    defs: 'sing a song',\n  },\n  {\n    sym: 'b襲却',\n    pro: 'bụ̀:ásụ́',\n    form: '動',\n    defs: 'spit',\n  },\n  {\n    sym: 'b障口',\n    pro: 'bụ̀:ọ́nụ́',\n    form: '動',\n    defs: 'diet; fast; starve; abstain',\n  },\n  {\n    sym: 'b襲口',\n    pro: 'bụ̀:ọ́nụ́',\n    form: '動',\n    defs: 'insult; attack verbally',\n  },\n  {\n    sym: '干',\n    pro: 'bé',\n    form: '動',\n    defs: 'cry; shout; bleat; lament; recite; sing; beep; blare; siren',\n  },\n  {\n    sym: '裾',\n    pro: 'bé',\n    form: '動',\n    defs: 'peel; cut; skin; divide',\n  },\n  {\n    sym: '裾階',\n    pro: 'bé:fụ̀',\n    form: '動',\n    defs: 'cut off; peel off',\n  },\n  {\n    sym: '緻',\n    pro: 'bè',\n    form: '動',\n    defs: 'perch',\n  },\n  {\n    sym: '裾',\n    pro: 'bè',\n    form: '動',\n    defs: 'end; ending',\n  },\n  {\n    sym: '阻',\n    pro: 'bó',\n    form: '動',\n    defs: 'accuse; charge; burden',\n  },\n  {\n    sym: '阻í穫',\n    pro: 'bó:í:bu',\n    form: '動',\n    defs: 'burden with load; give load',\n  },\n  {\n    sym: '阻w壌',\n    pro: 'bó:w:árị́á',\n    form: '動',\n    defs: 'reload',\n  },\n  {\n    sym: '誤',\n    pro: 'bò',\n    form: 'ń器動',\n    defs: '撃昔営依. yet',\n  },\n  {\n    sym: '基',\n    pro: 'bọ́',\n    form: '動',\n    defs: 'sweep; weed; clear; rake; scratch',\n  },\n  {\n    sym: '繕',\n    pro: 'bọ́',\n    form: '動',\n    defs: 'comb; rake',\n  },\n  {\n    sym: '繕簡',\n    pro: 'bọ́:ísí',\n    form: '動',\n    defs: 'comb hair',\n  },\n  {\n    sym: '辞',\n    pro: 'bọ̀',\n    form: '動',\n    defs: 'dawn; break day; be no longer secret; become manifest',\n  },\n  {\n    sym: '阻',\n    pro: 'bọ̀',\n    form: '動',\n    defs: 'avenge; hold grudge animosityB BIYẸ 依名. beer BÉḾ 依名. Barbados BÈKÈE 依名. foreigner; westerner; white person; foreign object',\n  },\n  {\n    sym: 'BÓrí送ṃ',\n    pro: 'bórí:zì:ṃ',\n    form: '依名',\n    defs: 'bohrium [Bh] Bọ́Rị́;Bọ́Rị́ 依器. sugary; saccharine sweet',\n  },\n  {\n    sym: 'g火',\n    pro: 'gá',\n    form: '動',\n    defs: 'go; sojourn',\n  },\n  {\n    sym: '庫',\n    pro: 'gá',\n    form: '動',\n    defs: 'separate; split; divide',\n  },\n  {\n    sym: '掴',\n    pro: 'gá',\n    form: '動',\n    defs: 'catch; hold; ensnare; attack',\n  },\n  {\n    sym: '火á壌',\n    pro: 'gá:á:rị́á',\n    form: '動',\n    defs: 'go around; drive around; move in circles; elude',\n  },\n  {\n    sym: '火葉',\n    pro: 'gá:ákwụ́kwọ́',\n    form: '依名',\n    defs: 'leave to study; attend school',\n  },\n  {\n    sym: '火衛',\n    pro: 'gá:kwú',\n    form: '動',\n    defs: 'go towards; embrace; hug; hold; trust; acquaint',\n  },\n  {\n    sym: '火轄',\n    pro: 'gá:fè',\n    form: '動',\n    defs: 'go past; cross; pass',\n  },\n  {\n    sym: '火lá',\n    pro: 'gáa:lá',\n    form: '依器',\n    defs: 'gone; esclated; over gone a boundary; mature',\n  },\n  {\n    sym: '火nyé',\n    pro: 'gá:nyé',\n    form: 'v 簡残',\n    defs: '依ọ̀接接. till; until',\n  },\n  {\n    sym: '火換',\n    pro: 'gá:jé',\n    form: '動',\n    defs: 'advance; increase walking speed; move along; explore',\n  },\n  {\n    sym: '啓',\n    pro: 'gà',\n    form: '動',\n    defs: 'will; going to',\n  },\n  {\n    sym: '括',\n    pro: 'gà',\n    form: '動',\n    defs: 'grow; mature',\n  },\n  {\n    sym: '助',\n    pro: 'gà',\n    form: '動',\n    defs: 'thread [beads]; loop',\n  },\n  {\n    sym: '火向',\n    pro: 'gà:zí',\n    form: '動',\n    defs: 'go straight',\n  },\n  {\n    sym: '責',\n    pro: 'gà',\n    form: '動',\n    defs: 'scratch; stab; pinch',\n  },\n  {\n    sym: '責声',\n    pro: 'gà:ḿbọ́',\n    form: '依名',\n    defs: 'scratch with fingernails',\n  },\n  {\n    sym: '掴豪',\n    pro: 'gí:dé',\n    form: '動',\n    defs: 'catch; ensare; hold down',\n  },\n  {\n    sym: '佳',\n    pro: 'gị́',\n    form: '依名衣',\n    defs: 'you [singular]',\n  },\n  {\n    sym: '佳怠',\n    pro: 'gị́:nwà',\n    form: '依名衣',\n    defs: 'yourself [singular]',\n  },\n  {\n    sym: '滑',\n    pro: 'gịnị',\n    form: '依名衣',\n    defs: '錦. ń器動. what',\n  },\n  {\n    sym: '啓台',\n    pro: 'g:ị́} / {gà:ị́',\n    form: '動',\n    defs: 'will; going to; about to',\n  },\n  {\n    sym: '測',\n    pro: 'gó',\n    form: '動',\n    defs: 'hire; acquire',\n  },\n  {\n    sym: '測測ró',\n    pro: 'gó:gó:ró',\n    form: '動',\n    defs: 'acquire; buy; collect',\n  },\n  {\n    sym: '測船',\n    pro: 'gó:ńgó',\n    form: '動',\n    defs: 'give a present reward; award gòlíbé 動. enjoy; rejoice; celebrate',\n  },\n  {\n    sym: '岳',\n    pro: 'gọ̀',\n    form: '動',\n    defs: 'bless; invoke upon',\n  },\n  {\n    sym: '呪',\n    pro: 'gọ̀',\n    form: '動',\n    defs: 'curse; trick; insult',\n  },\n  {\n    sym: '再',\n    pro: 'gọ̀',\n    form: '動',\n    defs: 'relation; to be inlawed',\n  },\n  {\n    sym: '呪恩',\n    pro: 'gọ̀:gbú',\n    form: '動',\n    defs: 'insult; curse; slander',\n  },\n  {\n    sym: '岳向',\n    pro: 'gọ̀:zí',\n    form: '動',\n    defs: 'bless',\n  },\n  {\n    sym: '徐',\n    pro: 'gọ̀sị́} 動. show; display; teach; post; reveal; demonstrate 浪遭: 探 {zì',\n    form: null,\n    defs: null,\n  },\n  {\n    sym: '序',\n    pro: 'gụ́',\n    form: '動',\n    defs: 'desire; hunger; thirst',\n  },\n  {\n    sym: '序ä該',\n    pro: 'gụ́:ä:kwä',\n    form: '動',\n    defs: 'be tear inducing; have a need to cry',\n  },\n  {\n    sym: '感員',\n    pro: 'gụ́:dà',\n    form: '動',\n    defs: 'count down; underrate',\n  },\n  {\n    sym: '感',\n    pro: 'gụ̀',\n    form: '動',\n    defs: 'count; read; calculate; note; recite; sing',\n  },\n  {\n    sym: '斤',\n    pro: 'gụ̀',\n    form: '動',\n    defs: 'name; proclaim',\n  },\n  {\n    sym: '感葉',\n    pro: 'gụ̀:ákwụ́kwọ́',\n    form: '動',\n    defs: 'read book; page; study; enter academia',\n  },\n  {\n    sym: '斤名',\n    pro: 'gụ̀:áḧà',\n    form: '動',\n    defs: 'name; proclaim',\n  },\n  {\n    sym: '知',\n    pro: 'gụ̀',\n    form: '動',\n    defs: 'console',\n  },\n  {\n    sym: '知知ọ́',\n    pro: 'gụ̀:gụ̀:ọ́',\n    form: '動',\n    defs: 'console',\n  },\n  {\n    sym: 'g症',\n    pro: 'g:ụ̀gụ̀ọ́',\n    form: '動',\n    defs: 'consoleG GAI 依名. a guy; a cool or trendy person GÁNÀ 依名. Ghana GÍDÍ;gbṂ ḿ憾周. sturdy; sturdily GÍNÌ 依名. Guinea',\n  },\n  {\n    sym: 'GÍNÌ単世',\n    pro: 'gínì:ájị́:ụ̀wà',\n    form: '依名',\n    defs: 'Equatorial Guinea Gọ́L;F; 依名. golf gb',\n  },\n  {\n    sym: '契',\n    pro: 'gbá',\n    form: '動',\n    defs: 'infect; spread',\n  },\n  {\n    sym: '左',\n    pro: 'gbá',\n    form: '動',\n    defs: 'smash; break; split; explode; burst',\n  },\n  {\n    sym: '碁',\n    pro: 'gbá',\n    form: '動',\n    defs: 'change; move; lay; realise; run; spoil; wear',\n  },\n  {\n    sym: '互',\n    pro: 'gbá',\n    form: '動',\n    defs: 'move; run; play; kick; drive; dance',\n  },\n  {\n    sym: '鶏',\n    pro: 'gbá',\n    form: '動',\n    defs: 'pour; leak; flow',\n  },\n  {\n    sym: '箋',\n    pro: 'gbá',\n    form: '動',\n    defs: 'shoot; enter; inject; sting',\n  },\n  {\n    sym: '鶏紙',\n    pro: 'gbá:ábụ́',\n    form: '依名',\n    defs: 'discharge pus',\n  },\n  {\n    sym: '碁稼',\n    pro: 'gbá:áká',\n    form: '動',\n    defs: 'snap fingers',\n  },\n  {\n    sym: '鶏稼',\n    pro: 'gbá:áká',\n    form: '動',\n    defs: 'be empty; empty handed; leave it to',\n  },\n  {\n    sym: '互稼伎',\n    pro: 'gbá:áká:ękpę',\n    form: '動',\n    defs: 'turn or move left',\n  },\n  {\n    sym: '鶏稼ọ́奥',\n    pro: 'gbá:áká:ọ́:rụ́ụ́',\n    form: '動',\n    defs: 'be unemployed; jobless',\n  },\n  {\n    sym: '鶏稼子',\n    pro: 'gbá:áká:nwä',\n    form: '動',\n    defs: 'be childless',\n  },\n  {\n    sym: '互稼猿',\n    pro: 'gbá:áká:ńrí',\n    form: '動',\n    defs: 'turn or move right',\n  },\n  {\n    sym: '互間',\n    pro: 'gbá:ákwụ́kwọ́',\n    form: '動',\n    defs: 'marry',\n  },\n  {\n    sym: '碁贈',\n    pro: 'gbá:áfá',\n    form: '動',\n    defs: 'practice divination; divinate; prophesy; tell fortunate',\n  },\n  {\n    sym: '碁宜',\n    pro: 'gbá:áhị́á',\n    form: '動',\n    defs: 'trade',\n  },\n  {\n    sym: '碁辱',\n    pro: 'gbá:ìsì',\n    form: '動',\n    defs: '依器. be blind; become blind',\n  },\n  {\n    sym: '碁台錦',\n    pro: 'gbá:ị̀:họ̀',\n    form: '依名',\n    defs: 'be biased; be choosy; have a strong preference',\n  },\n  {\n    sym: '鶏偉',\n    pro: 'gbá:ị̀nyę',\n    form: '依器',\n    defs: '動. be transparent; see-through; clear; translucent; pellucid; crystal clear; crystalline; limpid; glassy; glass-like',\n  },\n  {\n    sym: '互操',\n    pro: 'gbá:úrí',\n    form: '依名',\n    defs: 'dance to music',\n  },\n  {\n    sym: '碁頃',\n    pro: 'gbá:ụ́kà',\n    form: '動',\n    defs: 'expire; go rancid; be sour',\n  },\n  {\n    sym: '互易',\n    pro: 'gbá:égwú',\n    form: '動',\n    defs: 'play music',\n  },\n  {\n    sym: '碁唄',\n    pro: 'gbá:óhù',\n    form: '動',\n    defs: 'become a slave; enslave',\n  },\n  {\n    sym: '箋巻',\n    pro: 'gbá:ọ́gwụ̀',\n    form: '動',\n    defs: 'inject with medicine',\n  },\n  {\n    sym: '左遠',\n    pro: 'gbá:ọ́kụ́',\n    form: '動',\n    defs: 'set ablaze; explode; torch',\n  },\n  {\n    sym: '左話',\n    pro: 'gbá:ọ̀bàrà',\n    form: '動',\n    defs: 'bleed; yield or lose blood; haemorrhage',\n  },\n  {\n    sym: '碁ọ̀斥',\n    pro: 'gbá:ọ̀:tọ́',\n    form: '動',\n    defs: 'be naked; be stripped nude',\n  },\n  {\n    sym: '碁偶',\n    pro: 'gbá:pé',\n    form: '動',\n    defs: 'unlock; open',\n  },\n  {\n    sym: '左韻',\n    pro: 'gbá:bì',\n    form: '動',\n    defs: 'break off; snap off',\n  },\n  {\n    sym: '碁火',\n    pro: 'gbá:gá',\n    form: '依名',\n    defs: 'seek refuge; run to',\n  },\n  {\n    sym: '宿',\n    pro: 'gbághà',\n    form: '動',\n    defs: 'forgive',\n  },\n  {\n    sym: '宿rá',\n    pro: 'gbághà:rá',\n    form: '動',\n    defs: 'forgive',\n  },\n  {\n    sym: '碁故',\n    pro: 'gbá:ghé',\n    form: '動',\n    defs: 'unlock; open',\n  },\n  {\n    sym: '互員',\n    pro: 'gbá:dà',\n    form: '動',\n    defs: 'slow; slow down',\n  },\n  {\n    sym: '互告',\n    pro: 'gbá:dà',\n    form: '動',\n    defs: 'descend; move down',\n  },\n  {\n    sym: '箋員',\n    pro: 'gbá:dà',\n    form: '動',\n    defs: 'shoot down; ground',\n  },\n  {\n    sym: '箋収遠',\n    pro: 'gbá:dụ́:ọ́kụ́',\n    form: '動',\n    defs: 'tase; electrocute through a weapon',\n  },\n  {\n    sym: '鶏災',\n    pro: 'gbá:dò',\n    form: '動',\n    defs: 'clear; become purified; settle and become clear',\n  },\n  {\n    sym: '左謁',\n    pro: 'gbá:ká',\n    form: '動',\n    defs: 'explode; bomb; ignite; destroy by explosion',\n  },\n  {\n    sym: '疫衛',\n    pro: 'gbá:kwú',\n    form: '動',\n    defs: 'embrace; hug; hold; move to; meet',\n  },\n  {\n    sym: '互鏡',\n    pro: 'gbá:fù',\n    form: '動',\n    defs: 'run out; run past; get lost; abscond',\n  },\n  {\n    sym: '互階',\n    pro: 'gbá:fụ̀',\n    form: '動',\n    defs: 'run out; run away',\n  },\n  {\n    sym: '互轄',\n    pro: 'gbá:fè',\n    form: '動',\n    defs: 'overtake; run past; pass; overcome',\n  },\n  {\n    sym: '左胃',\n    pro: 'gbá:wá',\n    form: '動',\n    defs: 'smash; break; split',\n  },\n  {\n    sym: '碁胃',\n    pro: 'gbá:wá',\n    form: '動',\n    defs: 'split; open',\n  },\n  {\n    sym: '碁nwè',\n    pro: 'gbá:nwè',\n    form: '動',\n    defs: 'change; exchange; trade',\n  },\n  {\n    sym: '鶏水',\n    pro: 'gbá:ḿírí',\n    form: '動',\n    defs: 'run water; fetch water; collect water',\n  },\n  {\n    sym: '互丘',\n    pro: 'gbá:ḿgbọ̀} 動. try; attempt; persevere; challenge 浪遭: 色 {nwà',\n    form: null,\n    defs: null,\n  },\n  {\n    sym: '互懐',\n    pro: 'gbá:ńkwà',\n    form: '動',\n    defs: 'dance',\n  },\n  {\n    sym: '鶏棋',\n    pro: 'gbá:ńkwụ́',\n    form: '動',\n    defs: 'marry; perform marriage ceremony',\n  },\n  {\n    sym: '鶏棋子女',\n    pro: 'gbá:ńkwụ́:nwä:ànyị̀',\n    form: '動',\n    defs: 'marry; perform marriage of a female spouse',\n  },\n  {\n    sym: 'gb脚',\n    pro: 'gb:álì',\n    form: '動',\n    defs: 'try; attempt; persevere; don’t give up; do your best; practice',\n  },\n  {\n    sym: '鶏埋',\n    pro: 'gbá:jú',\n    form: '動',\n    defs: 'pour into; fill',\n  },\n  {\n    sym: '互換',\n    pro: 'gbá:jé',\n    form: '動',\n    defs: 'run to',\n  },\n  {\n    sym: '互zà',\n    pro: 'gbá:zà',\n    form: '動',\n    defs: 'mess around; be hyper; be erratic; be annoying',\n  },\n  {\n    sym: '鶏向',\n    pro: 'gbá:zí',\n    form: '動',\n    defs: 'proportion',\n  },\n  {\n    sym: '疫',\n    pro: 'gbà',\n    form: '動',\n    defs: 'join; add; pair; come together',\n  },\n  {\n    sym: '佐',\n    pro: 'gbà',\n    form: '動',\n    defs: 'grow; thicken; mature; strengthen',\n  },\n  {\n    sym: '互á壌',\n    pro: 'gbà:á:rị́á',\n    form: '動',\n    defs: 'go around; drive around; move in circles',\n  },\n  {\n    sym: '疫前',\n    pro: 'gbà:rá',\n    form: '動',\n    defs: 'stick on; plate',\n  },\n  {\n    sym: '疫歌',\n    pro: 'gbà:kọ́',\n    form: '動',\n    defs: 'add; append to',\n  },\n  {\n    sym: '互歌',\n    pro: 'gbà:kọ́',\n    form: '動',\n    defs: 'move together; run together; be in unison; be in the same category',\n  },\n  {\n    sym: '碁nyé',\n    pro: 'gbà:nyé',\n    form: '動',\n    defs: 'turn on; ignite',\n  },\n  {\n    sym: '碁角',\n    pro: 'gbà:nyé',\n    form: '動',\n    defs: 'transfer',\n  },\n  {\n    sym: '鶏角',\n    pro: 'gbà:nyé',\n    form: '動',\n    defs: 'pour into',\n  },\n  {\n    sym: '碁曹',\n    pro: 'gbà:nyụ́',\n    form: '動',\n    defs: 'turn off; extinguish',\n  },\n  {\n    sym: '碁曹ọ́',\n    pro: 'gbà:nyụ́:ọ́',\n    form: '動',\n    defs: 'turn off; extinguish',\n  },\n  {\n    sym: '崇',\n    pro: 'gbàṃ',\n    form: 'ḿ憾周',\n    defs: 'good; correct!; beautiful',\n  },\n  {\n    sym: '左折',\n    pro: 'gbà:jí',\n    form: '動',\n    defs: 'break; split; snap',\n  },\n  {\n    sym: '碁襟',\n    pro: 'gbà:chí',\n    form: '動',\n    defs: 'lock; secure; seal; secure by laying across',\n  },\n  {\n    sym: '碁憬',\n    pro: 'gbá:sà',\n    form: '動',\n    defs: 'spread; dismiss; publicise',\n  },\n  {\n    sym: '観',\n    pro: 'gbàsà',\n    form: '動',\n    defs: 'concern; care',\n  },\n  {\n    sym: '観rà',\n    pro: 'gbàsà:rà',\n    form: '簡残',\n    defs: 'concerning; about; regarding',\n  },\n  {\n    sym: '鶏角',\n    pro: 'gbị̀:nyé',\n    form: '動',\n    defs: 'pour into; tip into',\n  },\n  {\n    sym: '恩',\n    pro: 'gbú',\n    form: '動',\n    defs: 'kill; slaughter; murder; fell; cut; harm; 撃昔営依. used as a affix to denote excess or abuse',\n  },\n  {\n    sym: '青',\n    pro: 'gbú',\n    form: '動',\n    defs: 'fell; cut; chop; saw; blow an instrument; sound a wind instrument; occur or happen; suddenly take place',\n  },\n  {\n    sym: 'gb照',\n    pro: 'gb:ú',\n    form: '動',\n    defs: 'illuminate; emanate; blaze; alight; glitter; shine; burn; be clean pure bright; flare; sparkle; spark; twinkle; shimmer',\n  },\n  {\n    sym: 'gb照椅',\n    pro: 'gb:ú:ké',\n    form: '動',\n    defs: 'illuminate; emanate; blaze; alight; glitter; shine; burn; be clean pure bright; flare; sparkle; spark; twinkle; shimmer',\n  },\n  {\n    sym: '青成',\n    pro: 'gbú:ákụ́',\n    form: '動',\n    defs: 'harvest palm-fruit',\n  },\n  {\n    sym: '恩街',\n    pro: 'gbú:ázụ̀',\n    form: '動',\n    defs: 'fish; catch fish',\n  },\n  {\n    sym: '青尋',\n    pro: 'gbú:änụ́',\n    form: '動',\n    defs: 'butcher meat; cut meat',\n  },\n  {\n    sym: '青錠',\n    pro: 'gbú:íkpèrè',\n    form: '動',\n    defs: 'kneel; genuflect',\n  },\n  {\n    sym: '青籍',\n    pro: 'gbú:ùdù',\n    form: '動',\n    defs: 'prepare medicine and herbs',\n  },\n  {\n    sym: '青畏',\n    pro: 'gbú:ụ́zọ̀',\n    form: '動',\n    defs: 'cut a path; build a road; fell a bush for a road',\n  },\n  {\n    sym: '青漢干',\n    pro: 'gbú:é:bénébé',\n    form: '動',\n    defs: 'have a wonderous event occur; have a suprising development',\n  },\n  {\n    sym: '恩潰',\n    pro: 'gbú:ógè',\n    form: '動',\n    defs: 'waste time; procrastinate; delay; kill time',\n  },\n  {\n    sym: '恩俺',\n    pro: 'gbú:ózú',\n    form: '動',\n    defs: '勧掘. [colloquial] become successful',\n  },\n  {\n    sym: '青木',\n    pro: 'gbú:ósísí',\n    form: '動',\n    defs: 'fell tree; cut tree',\n  },\n  {\n    sym: '青賢',\n    pro: 'gbú:òpì',\n    form: '依名',\n    defs: 'play opi flute; play horn; play trumpet',\n  },\n  {\n    sym: '青ò沼',\n    pro: 'gbú:ò:chí',\n    form: '依名',\n    defs: 'extract blood through cupping',\n  },\n  {\n    sym: '恩詣',\n    pro: 'gbú:ọ́cụ̀',\n    form: '動',\n    defs: 'murder; commit manslaughter',\n  },\n  {\n    sym: '青韻',\n    pro: 'gbú:bì',\n    form: '動',\n    defs: 'cut; slice; divide',\n  },\n  {\n    sym: '恩韻火',\n    pro: 'gbú:bì:gá',\n    form: '動',\n    defs: 'slaughter; massacre',\n  },\n  {\n    sym: '青際',\n    pro: 'gbú:gbé',\n    form: '動',\n    defs: 'fry; process',\n  },\n  {\n    sym: '青概',\n    pro: 'gbú:rrì',\n    form: '動',\n    defs: 'cut up into smaller pieces',\n  },\n  {\n    sym: '青額',\n    pro: 'gbú:tù',\n    form: '動',\n    defs: 'fell; cut down; chop',\n  },\n  {\n    sym: '青階',\n    pro: 'gbú:fụ̀',\n    form: '動',\n    defs: 'cut off; chop off',\n  },\n  {\n    sym: '青階簡',\n    pro: 'gbú:fụ̀:ísí',\n    form: '動',\n    defs: 'decapitate',\n  },\n  {\n    sym: '青胃',\n    pro: 'gbú:wá',\n    form: '動',\n    defs: 'split open; cut open',\n  },\n  {\n    sym: '恩人',\n    pro: 'gbú:mádụ̀',\n    form: '動',\n    defs: 'kill a person; comit manslaughter; commit murder; massacre people',\n  },\n  {\n    sym: '青琴',\n    pro: 'gbú:mì',\n    form: '動',\n    defs: 'cut deep into',\n  },\n  {\n    sym: '恩霊',\n    pro: 'gbú:ḿụ́ọo',\n    form: '依名',\n    defs: 'kill people; murder [Ohafia]',\n  },\n  {\n    sym: '恩ṃ恩',\n    pro: 'gbú:ṃ:gbú',\n    form: '動',\n    defs: 'be painful; be hurtful',\n  },\n  {\n    sym: '恩曹',\n    pro: 'gbú:nyụ́',\n    form: '動',\n    defs: 'wear down; use to exhaustion',\n  },\n  {\n    sym: '青棋',\n    pro: 'gbú:ńkwụ́',\n    form: '動',\n    defs: 'harvest palm-fruit',\n  },\n  {\n    sym: '恩ǹ雪',\n    pro: 'gbú:ǹ:zò',\n    form: '動',\n    defs: 'take a widow as a concubine',\n  },\n  {\n    sym: '壌',\n    pro: 'gbúrù',\n    form: 'ń器動',\n    defs: 'round; circular; circle; globe',\n  },\n  {\n    sym: '壌壌',\n    pro: 'gbúrù',\n    form: 'ń器動',\n    defs: 'around',\n  },\n  {\n    sym: '青折',\n    pro: 'gbú:jí',\n    form: '動',\n    defs: 'cut down; fell',\n  },\n  {\n    sym: '恩潟',\n    pro: 'gbú:jụ́',\n    form: '動',\n    defs: 'fail to kill',\n  },\n  {\n    sym: '恩選',\n    pro: 'gbú:chá',\n    form: '動',\n    defs: 'massacre; slaughter; kill completely; annihilate',\n  },\n  {\n    sym: 'gb喉',\n    pro: 'gb:é',\n    form: '動',\n    defs: 'tire; be tired; wear out; be worn out',\n  },\n  {\n    sym: '際',\n    pro: 'gbé',\n    form: '動',\n    defs: 'mix; grind; mash; pulp',\n  },\n  {\n    sym: '己',\n    pro: 'gbè',\n    form: '動',\n    defs: 'park; stop; tire; wear out; perch gbÈṂ ḿ憾周. perfect',\n  },\n  {\n    sym: '甲',\n    pro: 'gbóo',\n    form: '依器',\n    defs: 'early; ancient; old; ago; primordial; promptly',\n  },\n  {\n    sym: '誤',\n    pro: 'gbò',\n    form: '動',\n    defs: 'prevent; block; ban',\n  },\n  {\n    sym: '誤襟',\n    pro: 'gbò:chí',\n    form: '動',\n    defs: 'prevent; block',\n  },\n  {\n    sym: '誤襟é',\n    pro: 'gbò:chí:é',\n    form: '動',\n    defs: 'prevent; avert',\n  },\n  {\n    sym: '弧',\n    pro: 'gbọ́',\n    form: '動',\n    defs: 'bark; shout; yell at; make sound; play',\n  },\n  {\n    sym: '襲',\n    pro: 'gbọ́',\n    form: '動',\n    defs: 'vomit; produce',\n  },\n  {\n    sym: '秀',\n    pro: 'gbọ́',\n    form: '動',\n    defs: 'lather; cause suds; froth; foam',\n  },\n  {\n    sym: '弧撃茎',\n    pro: 'gbọ́:ọ̀:jà',\n    form: '動',\n    defs: 'play oja flute',\n  },\n  {\n    sym: '弧火',\n    pro: 'gbọ́:gá',\n    form: '動',\n    defs: 'hound',\n  },\n  {\n    sym: '秀飢',\n    pro: 'gbọ́:ńchà',\n    form: '動',\n    defs: 'lather soap; [colloquial] masturbate; wank; jerk-off',\n  },\n  {\n    sym: '弧茎',\n    pro: 'gbọ́:jà',\n    form: '動',\n    defs: 'shout at; frighten; intimidate strongly; startle; frighten; scare; intimidate; confront gh',\n  },\n  {\n    sym: '策',\n    pro: 'ghá',\n    form: '動',\n    defs: 'scatter; repeat; sow by scattering [seeds]',\n  },\n  {\n    sym: '硬',\n    pro: 'ghá',\n    form: '動',\n    defs: 'change; return; revert; subvert; reverse',\n  },\n  {\n    sym: '策rá策',\n    pro: 'ghá:rá:ghá:rá',\n    form: '依器',\n    defs: 'messily; sporadically',\n  },\n  {\n    sym: '絞',\n    pro: 'ghà',\n    form: '動',\n    defs: 'overtake; pass; surpass; abandon; omit; leave behind; elude; confuse',\n  },\n  {\n    sym: '伸',\n    pro: 'ghà} 動. mutate倉 {ghị̀',\n    form: '撃昔営依',\n    defs: '[negative affix.; nsibidi also [à] depending on context]',\n  },\n  {\n    sym: 'gh絞',\n    pro: 'gh:ù',\n    form: '動',\n    defs: 'change; twist',\n  },\n  {\n    sym: '挟',\n    pro: 'ghé',\n    form: '動',\n    defs: 'listen; hear',\n  },\n  {\n    sym: '故',\n    pro: 'ghé',\n    form: '動',\n    defs: '依器. open; gaping; wide',\n  },\n  {\n    sym: '刈',\n    pro: 'ghọ́',\n    form: '動',\n    defs: 'make mistake accident',\n  },\n  {\n    sym: '遜',\n    pro: 'ghọ́',\n    form: '動',\n    defs: '撃昔営依. be tricky crafty cunning; to lie defraud fake',\n  },\n  {\n    sym: '遜á遜遜',\n    pro: 'ghọ́:á:ghụ̀:ghọ̀',\n    form: '依名',\n    defs: 'lie; deceive; defraud; prank',\n  },\n  {\n    sym: '刈ọ̀刈ḿ',\n    pro: 'ghọ́:ọ̀:ghọ́:ḿ',\n    form: '動',\n    defs: 'make mistake; cause accident; have a mishap',\n  },\n  {\n    sym: 'gh挟',\n    pro: 'gh:ọ̀',\n    form: '動',\n    defs: 'understand; get; comprehend; apprehend; recognise',\n  },\n  {\n    sym: '刈宜',\n    pro: 'ghọ̀:áhị́á',\n    form: '動',\n    defs: 'lose trade; suffer loss in market; make bad investment',\n  },\n  {\n    sym: 'gh挟怠',\n    pro: 'gh:ọ̀:tá',\n    form: '動',\n    defs: 'understand; get; comprehend; apprehend; recognise gw',\n  },\n  {\n    sym: '僅',\n    pro: 'gwá',\n    form: '動',\n    defs: 'tell; inform',\n  },\n  {\n    sym: '高',\n    pro: 'gwá',\n    form: '動',\n    defs: 'mix; stir',\n  },\n  {\n    sym: 'gw遭',\n    pro: 'gw:á',\n    form: '動',\n    defs: 'add; supplement; top up; ń器動. also; plus',\n  },\n  {\n    sym: '僅征',\n    pro: null,\n    form: '僅征 僅征 {gwá:ḿ:gwá:ḿ:gwá:ḿ} 依名',\n    defs: 'gwam gwam gwam riddle game',\n  },\n  {\n    sym: '承',\n    pro: 'gwú',\n    form: '動',\n    defs: 'dig; unearth; excavate; harvest [dig out growing plants]',\n  },\n  {\n    sym: '承毀',\n    pro: 'gwú:jí',\n    form: '動',\n    defs: 'harvest yams [dig out yam tubers]',\n  },\n  {\n    sym: '伺',\n    pro: 'gwù',\n    form: '動',\n    defs: 'play',\n  },\n  {\n    sym: '録',\n    pro: 'gwù',\n    form: '動',\n    defs: 'to be scary; to be fearful',\n  },\n  {\n    sym: '昇',\n    pro: 'gwù',\n    form: '動',\n    defs: 'swim',\n  },\n  {\n    sym: '伺é伺',\n    pro: 'gwù:é:gwu',\n    form: '動',\n    defs: 'play; play around; have fun; speak or act unseriously',\n  },\n  {\n    sym: '昇水',\n    pro: 'gwù:ḿírí',\n    form: '動',\n    defs: 'swim',\n  },\n  {\n    sym: '強',\n    pro: 'gwụ́',\n    form: '動',\n    defs: 'finish; end',\n  },\n  {\n    sym: '強果',\n    pro: 'gwụ́:íké',\n    form: '動',\n    defs: 'tire; exhaust; finish strength; stress',\n  },\n  {\n    sym: '消',\n    pro: 'gwé',\n    form: '動',\n    defs: 'grind',\n  },\n  {\n    sym: '相',\n    pro: 'gwé',\n    form: '動',\n    defs: 'step; tread',\n  },\n  {\n    sym: '惧',\n    pro: 'gwọ̀',\n    form: '動',\n    defs: 'cure; solve',\n  },\n  {\n    sym: '招',\n    pro: 'gwọ̀',\n    form: '動',\n    defs: 'coil; twist',\n  },\n  {\n    sym: 'd喝',\n    pro: 'dá',\n    form: '動',\n    defs: 'persevere',\n  },\n  {\n    sym: '係',\n    pro: 'dáa',\n    form: '依名',\n    defs: '依器. ń器動. daily; periodically',\n  },\n  {\n    sym: '賊',\n    pro: 'dáa',\n    form: '依竹',\n    defs: 'older female; aunty',\n  },\n  {\n    sym: '員術',\n    pro: 'dá:íbèríbè',\n    form: '動',\n    defs: 'become stupid; be silly',\n  },\n  {\n    sym: '喝宛換',\n    pro: 'dá:è:jé',\n    form: '依ń終',\n    defs: 'greeting of encouragement carry on good luck',\n  },\n  {\n    sym: '喝宛壊',\n    pro: 'dá:ę:më',\n    form: '依ń終',\n    defs: 'greeting of encouragement carry on good luck',\n  },\n  {\n    sym: '員創',\n    pro: 'dá:òwù',\n    form: '動',\n    defs: 'be silent; have silence fall upon; be full of silence',\n  },\n  {\n    sym: '員貝',\n    pro: 'dá:bà',\n    form: '動',\n    defs: 'fall into; enter into',\n  },\n  {\n    sym: '員béré',\n    pro: 'dá:béré',\n    form: '動',\n    defs: 'drip; sprinkle; spritz',\n  },\n  {\n    sym: '喝奥',\n    pro: 'dáa:lụ́ụ́',\n    form: 'ḿ憾周',\n    defs: 'thank you; greeting of encouragement',\n  },\n  {\n    sym: '員階',\n    pro: 'dá:fụ̀',\n    form: '動',\n    defs: 'fall; fall out',\n  },\n  {\n    sym: '員潟',\n    pro: 'dá:jụ́',\n    form: '動',\n    defs: 'fail to kill',\n  },\n  {\n    sym: '員息',\n    pro: 'dá:jụ̀u',\n    form: '動',\n    defs: 'be quiet; be silent; quieten; silence',\n  },\n  {\n    sym: '員',\n    pro: 'dà',\n    form: '動',\n    defs: 'fall; collapse; fail; become [negatively]; enter into',\n  },\n  {\n    sym: '員拓',\n    pro: 'dà:ógbì',\n    form: '依名',\n    defs: 'become deaf mute',\n  },\n  {\n    sym: '員晴',\n    pro: 'dà:kpù',\n    form: '動',\n    defs: 'fall on; rape [assault]',\n  },\n  {\n    sym: '員恩',\n    pro: 'dà:gbú',\n    form: '動',\n    defs: 'fall and die; crush',\n  },\n  {\n    sym: '員災',\n    pro: 'dà:dó',\n    form: '動',\n    defs: 'fall upon; stack',\n  },\n  {\n    sym: '員豪',\n    pro: 'dà:dé',\n    form: '動',\n    defs: 'fall upon; hold down',\n  },\n  {\n    sym: '員謁',\n    pro: 'dà:ká',\n    form: '動',\n    defs: 'fall to oblivion; be destroyed; break apart',\n  },\n  {\n    sym: '員謁sị́',\n    pro: 'dà:ká:dị́',\n    form: '動',\n    defs: 'fall to oblivion; be destroyed; break apart; fall apart',\n  },\n  {\n    sym: '員歌',\n    pro: 'dà:kọ́',\n    form: '動',\n    defs: 'fall into a category; come together',\n  },\n  {\n    sym: '員角',\n    pro: 'dà:nyé',\n    form: '動',\n    defs: 'fall into; be apart',\n  },\n  {\n    sym: 'd蟻',\n    pro: 'd:áǹdà',\n    form: '依名',\n    defs: 'a species of ant carries loads several times its weight',\n  },\n  {\n    sym: '員息心',\n    pro: 'dà:jú:óbù',\n    form: '動',\n    defs: 'be calm; do not fret or worry',\n  },\n  {\n    sym: '員襟',\n    pro: 'dà:chí} 動. block; obstruct; intervene 浪遭: 罪 {ọ̀dàchì',\n    form: null,\n    defs: null,\n  },\n  {\n    sym: '忌',\n    pro: 'dí',\n    form: '撃昔営依',\n    defs: '依名. free born; citizen; devotee; professional; husbandry',\n  },\n  {\n    sym: '閲',\n    pro: 'dí',\n    form: '依名',\n    defs: 'husband; devotee; professional; husbandry',\n  },\n  {\n    sym: '情',\n    pro: 'dí',\n    form: '動',\n    defs: 'direct; instruct; control; command; order; send; send on errand mission; dictate; appoint',\n  },\n  {\n    sym: '忌土',\n    pro: 'dí:àlà',\n    form: '依名',\n    defs: 'free born citizen',\n  },\n  {\n    sym: '忌嵐',\n    pro: 'dí:änụ́',\n    form: '依名',\n    defs: 'veterinarian',\n  },\n  {\n    sym: '忌渇',\n    pro: 'dí:ọ́kpárá',\n    form: '依名',\n    defs: 'patrilineage head; first son',\n  },\n  {\n    sym: '忌巻',\n    pro: 'dí:ọ́gwụ̀',\n    form: '依名',\n    defs: 'pharmacist; chemist; doctor',\n  },\n  {\n    sym: '忌柵',\n    pro: 'dí:ọ́ká',\n    form: '依名',\n    defs: 'artist; scientist; technologist',\n  },\n  {\n    sym: '忌撃柵ḿ黄',\n    pro: 'dí:ọ́:ká:ḿ:mụ̀tá',\n    form: '依名',\n    defs: 'scientist; technologist',\n  },\n  {\n    sym: '忌撃柵ḿ黄克',\n    pro: 'dí:ọ́:ká:ḿ:mụ̀tá:àgbọ̀',\n    form: '依名',\n    defs: 'geneticist',\n  },\n  {\n    sym: '忌撃柵ḿ黄頑艶',\n    pro: 'dí:ọ́:ká:ḿ:mụ̀tá:àhụ́:ńdụ̀',\n    form: '依名',\n    defs: 'biologist',\n  },\n  {\n    sym: '忌撃柵ḿ黄頑艶持',\n    pro: 'dí:ọ́:ká:ḿ:mụ̀tá:àhụ́:ńdụ̀:ọ́gbá',\n    form: '依名',\n    defs: 'social biologist',\n  },\n  {\n    sym: '忌撃柵ḿ黄虞',\n    pro: 'dí:ọ́:ká:ḿ:mụ̀tá:úchè',\n    form: '依名',\n    defs: 'psychologist',\n  },\n  {\n    sym: '忌撃柵ḿ黄虞刷',\n    pro: 'díọ́:ká:ḿ:mụ̀tá:úchè:ébó',\n    form: '依名',\n    defs: 'ethnopsychologist',\n  },\n  {\n    sym: '忌撃柵ḿ黄人',\n    pro: 'dí:ọ́:ká:ḿ:mụ̀tá:mádụ̀',\n    form: '依名',\n    defs: 'anthropologist',\n  },\n  {\n    sym: '情rí',\n    pro: 'dí:rí',\n    form: '動',\n    defs: 'direct; instruct; control; command; order; send; send on errand mission; dictate; appoint',\n  },\n  {\n    sym: '忌苦',\n    pro: 'dí:ṃgbá',\n    form: '依名',\n    defs: 'wrestler; champion wrestler',\n  },\n  {\n    sym: '欧',\n    pro: 'díiké',\n    form: '依名',\n    defs: 'warrior; soldier; strong man',\n  },\n  {\n    sym: '忌桜',\n    pro: 'dí:ḿbà',\n    form: '依名',\n    defs: 'emperor; pharaoh',\n  },\n  {\n    sym: '騒',\n    pro: 'díṃkpà',\n    form: '依名',\n    defs: '依器. adult',\n  },\n  {\n    sym: '閑',\n    pro: 'dínà',\n    form: '動',\n    defs: 'lay down; horizontal; be intimate; have friendly relations; have sex',\n  },\n  {\n    sym: '閑慶',\n    pro: 'dínà:àbá',\n    form: '動',\n    defs: 'lie flat; sleep on the back',\n  },\n  {\n    sym: '閲ń己',\n    pro: 'dí:ń:gbée',\n    form: '依名',\n    defs: 'valet',\n  },\n  {\n    sym: '脚',\n    pro: 'dì',\n    form: '動',\n    defs: 'endure; tolerate; persevere',\n  },\n  {\n    sym: '脚télí',\n    pro: 'dì:télí',\n    form: '動',\n    defs: 'tolerate; endure',\n  },\n  {\n    sym: '延京',\n    pro: 'dị́:íchè',\n    form: '動',\n    defs: '依器. be different; be unique; be special; be strange',\n  },\n  {\n    sym: '延心',\n    pro: 'dị́:óbì',\n    form: '動',\n    defs: '依名. 依器. to be on the heart; occupy mind or feelings; to be favourite; to be favoured',\n  },\n  {\n    sym: '延韓',\n    pro: 'dị́:kà',\n    form: '依ọ̀接接',\n    defs: '簡残. be like; as; in the same way; as though; as if; to look or act like; e.g.',\n  },\n  {\n    sym: '延艶',\n    pro: 'dị́:ńdụ̀',\n    form: '動',\n    defs: '依器. alive; live; raw',\n  },\n  {\n    sym: '延ḿ郷',\n    pro: 'dị́:ḿ:bụ́',\n    form: 'ń器動',\n    defs: 'so that; start to; might as well',\n  },\n  {\n    sym: '延ḿ肢',\n    pro: 'dị́:ḿ:má',\n    form: '動',\n    defs: 'to be goodness; to be in a good or comfortable position',\n  },\n  {\n    sym: '延営暇',\n    pro: 'dị́:nà:àzụ́',\n    form: '動',\n    defs: 'to be at the back; to be concealed; to be underhanded or illegal; unofficial',\n  },\n  {\n    sym: '延営ḿ肢',\n    pro: 'dị́:nà:ḿ:má',\n    form: '動',\n    defs: 'to be amicable; to be in good standing',\n  },\n  {\n    sym: '延',\n    pro: 'dị̀',\n    form: '簡残',\n    defs: 'inside; within; present in; on; in; inside; 動. is; be; exist',\n  },\n  {\n    sym: '延rị́',\n    pro: 'dị̀:rị́',\n    form: '動',\n    defs: 'to exist stay indefinitely; to stay forever',\n  },\n  {\n    sym: '延襟',\n    pro: 'dị̀:chí',\n    form: '動',\n    defs: 'block; guard; patrol',\n  },\n  {\n    sym: '及',\n    pro: 'dú',\n    form: '動',\n    defs: 'escort; lead; guide; accompany; follow; safeguard',\n  },\n  {\n    sym: '及貝',\n    pro: 'dú:bà',\n    form: '動',\n    defs: 'escort in; lead in; welcome; receive [guest]',\n  },\n  {\n    sym: '及僅',\n    pro: 'dú:gwá',\n    form: '動',\n    defs: 'conduct; instruct; lead',\n  },\n  {\n    sym: '及階',\n    pro: 'dú:fụ̀',\n    form: '動',\n    defs: 'drop off [person]; lead to destination',\n  },\n  {\n    sym: '及机',\n    pro: 'dú:lá',\n    form: '動',\n    defs: 'drop off [person]; escort on journey',\n  },\n  {\n    sym: '遷',\n    pro: 'dùṃ',\n    form: '印ǹ錦rọ́',\n    defs: '錦. 依名衣. all; altogether; totality 撃昔営依. pand',\n  },\n  {\n    sym: '総',\n    pro: 'd:ụ́',\n    form: '動',\n    defs: 'sew; stitch; tailor; weave',\n  },\n  {\n    sym: '収',\n    pro: 'dụ́',\n    form: '動',\n    defs: 'poke; stab; prick; prod',\n  },\n  {\n    sym: '収稼',\n    pro: 'dụ́:áká',\n    form: '動',\n    defs: 'poke [with finger]',\n  },\n  {\n    sym: '収ò枝',\n    pro: 'dụ́:ò:kìkè',\n    form: '動',\n    defs: 'inspire',\n  },\n  {\n    sym: '収虞',\n    pro: 'dụ́:úchè',\n    form: '動',\n    defs: 'inspire',\n  },\n  {\n    sym: '収遠',\n    pro: 'dụ́:ọ́kụ́',\n    form: '動',\n    defs: 'electrify; electrocute; 依器. electrifying',\n  },\n  {\n    sym: '収恩',\n    pro: 'dụ́:gbú',\n    form: '動',\n    defs: 'stab to death',\n  },\n  {\n    sym: '収恩苛',\n    pro: 'dụ́:gbú:óyí',\n    form: '動',\n    defs: 'frostbite',\n  },\n  {\n    sym: '収恩遠',\n    pro: 'dụ́:gbú:ọ́kụ́',\n    form: '動',\n    defs: 'electrocute to death',\n  },\n  {\n    sym: '収縄収',\n    pro: 'dụ́:ǹ:kì',\n    form: '動',\n    defs: 'tattoo',\n  },\n  {\n    sym: '対',\n    pro: 'dụ̀',\n    form: '動',\n    defs: 'be; exist',\n  },\n  {\n    sym: '肝',\n    pro: 'dé',\n    form: '動',\n    defs: 'write; inscribe; paint; draw',\n  },\n  {\n    sym: '晶',\n    pro: 'dé',\n    form: '動',\n    defs: 'vibrate; reverberate; shake; murmur; mutter',\n  },\n  {\n    sym: '神',\n    pro: 'dé',\n    form: '動',\n    defs: 'melt; soften',\n  },\n  {\n    sym: '豪',\n    pro: 'dé',\n    form: '動',\n    defs: 'set up; keep; maintain; restore',\n  },\n  {\n    sym: '肝縄',\n    pro: 'dé:ùrì',\n    form: '動',\n    defs: 'draw uri indigo dye designs and ideographs',\n  },\n  {\n    sym: '肝貝角',\n    pro: 'dé:bà:nyé',\n    form: '動',\n    defs: 'apply [on application paper]; enroll',\n  },\n  {\n    sym: '豪bé',\n    pro: 'dé:bé',\n    form: '動',\n    defs: 'set up; keep; maintain; restore; preserve',\n  },\n  {\n    sym: '晶裾ré',\n    pro: 'dé:bèré',\n    form: '動',\n    defs: 'vibrate; reverberate; shake; murmur; mutter',\n  },\n  {\n    sym: '晶裾ré依',\n    pro: 'dé:bèré:ókwú',\n    form: '動',\n    defs: 'murmur; mutter; whisper; lower voice',\n  },\n  {\n    sym: '肝火',\n    pro: 'dé:gà',\n    form: '動',\n    defs: 'write to; address letter to',\n  },\n  {\n    sym: '肝額',\n    pro: 'dé:tù',\n    form: '動',\n    defs: 'list down; note down',\n  },\n  {\n    sym: '豪líé',\n    pro: 'dé:líé',\n    form: '動',\n    defs: 'store or put away; save',\n  },\n  {\n    sym: '肝líé',\n    pro: 'dé:líé',\n    form: '動',\n    defs: 'being able to write',\n  },\n  {\n    sym: '縦',\n    pro: 'dè',\n    form: '動',\n    defs: 'dampen; inundate; flood; wet',\n  },\n  {\n    sym: '肖',\n    pro: 'dè',\n    form: '動',\n    defs: 'stalk; keep an eye on; creep up on; track down',\n  },\n  {\n    sym: '属',\n    pro: 'dÈE',\n    form: '依竹',\n    defs: 'older man; uncle; lineage leader; father',\n  },\n  {\n    sym: '肝火',\n    pro: 'dè:gá',\n    form: '動',\n    defs: 'write to',\n  },\n  {\n    sym: '属属',\n    pro: 'dÈE:dè',\n    form: '依竹',\n    defs: 'older man; uncle; lineage leader; father',\n  },\n  {\n    sym: '属ń遇',\n    pro: 'dÈE:ń:nyá',\n    form: '依名',\n    defs: 'driver',\n  },\n  {\n    sym: '縦糸',\n    pro: 'dè:sá',\n    form: '動',\n    defs: 'dissolve',\n  },\n  {\n    sym: '俗',\n    pro: 'dó',\n    form: '動',\n    defs: 'appoint',\n  },\n  {\n    sym: 'd洪',\n    pro: 'd:ó',\n    form: '動',\n    defs: 'silence; be quiet',\n  },\n  {\n    sym: '災ḿ煙',\n    pro: 'dó:ḿ:á',\n    form: '動',\n    defs: 'curate',\n  },\n  {\n    sym: '災',\n    pro: 'dò',\n    form: '動',\n    defs: 'set up; keep; maintain; restore',\n  },\n  {\n    sym: '災ró',\n    pro: 'dòo:ró',\n    form: '動',\n    defs: 'lay down',\n  },\n  {\n    sym: '災悔',\n    pro: 'dò:lí',\n    form: '動',\n    defs: 'place; stack',\n  },\n  {\n    sym: '災結é',\n    pro: 'dò:lì:é',\n    form: '動',\n    defs: 'update; restore',\n  },\n  {\n    sym: '災襟',\n    pro: 'dò:chì',\n    form: '動',\n    defs: 'police; maintain; watch over; guard',\n  },\n  {\n    sym: '災向',\n    pro: 'dò:zí',\n    form: '動',\n    defs: 'repair; correct; manage; restore; maintain',\n  },\n  {\n    sym: '豪',\n    pro: 'dòzí',\n    form: '動',\n    defs: 'repair; correct; manage; restore; maintain; rectify',\n  },\n  {\n    sym: '豪煙ríá',\n    pro: 'dòzí:máríá',\n    form: '動',\n    defs: 'refurbish',\n  },\n  {\n    sym: '災窟',\n    pro: 'dò:zọ́',\n    form: '動',\n    defs: 'insure; protect; indemnify; cover; underwrite; assure; guarantee; warrant',\n  },\n  {\n    sym: '急虞',\n    pro: 'dọ́:úchè',\n    form: '依名',\n    defs: 'be interesting; be poignant; be inspirational',\n  },\n  {\n    sym: '急階',\n    pro: 'dọ́:fụ̀',\n    form: '動',\n    defs: 'pull off; snatch off',\n  },\n  {\n    sym: '急',\n    pro: 'dọ̀',\n    form: '動',\n    defs: 'pull; snatch',\n  },\n  {\n    sym: '急貝',\n    pro: 'dọ̀:bá',\n    form: '動',\n    defs: 'zoom in',\n  },\n  {\n    sym: '急謁',\n    pro: 'dọ̀:ká',\n    form: '動',\n    defs: 'rip; tear',\n  },\n  {\n    sym: '急机',\n    pro: 'dọ̀:lá',\n    form: '動',\n    defs: 'zoom out',\n  },\n  {\n    sym: 'DÁMÁ送ṃ',\n    pro: 'dámá:zì:ṃ',\n    form: '依名',\n    defs: 'meitnerium [Mt] DỌLA 依名. dollar',\n  },\n  {\n    sym: 'Dọ́送ṃ',\n    pro: 'dọ́:zì:ṃ',\n    form: '依名',\n    defs: 'darmstadtium [Ds]',\n  },\n  {\n    sym: 'r嫁',\n    pro: 'rá',\n    form: '動',\n    defs: 'have sex; sleep with',\n  },\n  {\n    sym: '膳',\n    pro: 'rá',\n    form: '動',\n    defs: 'knead',\n  },\n  {\n    sym: '旧',\n    pro: 'rrá',\n    form: '動',\n    defs: 'lick; suck; consume; drink; taste',\n  },\n  {\n    sym: '旧頑',\n    pro: 'rrá:àhụ́',\n    form: '動',\n    defs: 'be tiresome; be physically tasking; be difficult',\n  },\n  {\n    sym: '旧選',\n    pro: 'rrá:cá',\n    form: '動',\n    defs: 'lick; suck; consume; drink; taste',\n  },\n  {\n    sym: '嫁砂',\n    pro: 'rá:sè',\n    form: '動',\n    defs: 'produce pornography',\n  },\n  {\n    sym: '惨',\n    pro: 'rà',\n    form: '動',\n    defs: 'seduce',\n  },\n  {\n    sym: '前',\n    pro: 'rà',\n    form: '動',\n    defs: 'bore; stick in',\n  },\n  {\n    sym: '鮮',\n    pro: 'rä',\n    form: '動',\n    defs: 'consider; discuss',\n  },\n  {\n    sym: '積',\n    pro: 'rä',\n    form: '動',\n    defs: 'lie; connive; deceive; tease; cheat',\n  },\n  {\n    sym: '鎌',\n    pro: 'rrä',\n    form: '動',\n    defs: 'sleep; dose',\n  },\n  {\n    sym: '鎌琴éụ́鎌',\n    pro: 'rrä:mì:é:ụ́:rrä',\n    form: '動',\n    defs: 'be in deep sleep; be sound asleep',\n  },\n  {\n    sym: '概ụ́諾',\n    pro: 'rrí:ụ́:sọ́',\n    form: '動',\n    defs: 'have an orgasm',\n  },\n  {\n    sym: '概貝',\n    pro: 'rrí:bà',\n    form: '動',\n    defs: 'eat to contentment; be full [of food]; over full of food',\n  },\n  {\n    sym: '概貝袖',\n    pro: 'rrí:bà:áfọ́',\n    form: '動',\n    defs: 'eat till belly is well full [of food]; over full of food',\n  },\n  {\n    sym: '概船',\n    pro: 'rrí:ńgó',\n    form: '動',\n    defs: 'be paid for services; have fun',\n  },\n  {\n    sym: '概ǹ船',\n    pro: 'rrí:ǹ:gọ́',\n    form: '動',\n    defs: 'take bribe',\n  },\n  {\n    sym: '軒',\n    pro: 'rì',\n    form: '動',\n    defs: 'leak; flow',\n  },\n  {\n    sym: '概',\n    pro: 'rrì',\n    form: '動',\n    defs: 'eat; consume; cheat; defraud',\n  },\n  {\n    sym: '概皿',\n    pro: 'rrì:ámúósú',\n    form: '動',\n    defs: 'practice witchcraft',\n  },\n  {\n    sym: '概恩',\n    pro: 'rrì:gbú',\n    form: '動',\n    defs: 'extort; exploit; binge; shakedown; over eat; over consume; defraud',\n  },\n  {\n    sym: '概胃口',\n    pro: 'rrì:wá:ọ́nụ́',\n    form: '動',\n    defs: 'over eat; eat to overcapacity',\n  },\n  {\n    sym: '賛',\n    pro: 'rị́',\n    form: '動',\n    defs: 'climb; go up; mount',\n  },\n  {\n    sym: '賛員',\n    pro: 'rị́:dà',\n    form: '動',\n    defs: 'descend; come down rị̀ 撃昔営依. already',\n  },\n  {\n    sym: '冗',\n    pro: 'rị̀',\n    form: '動',\n    defs: 'crawl; move slowly; enter; sneak; hide; manoeuvre',\n  },\n  {\n    sym: '拶',\n    pro: 'rị̀',\n    form: '動',\n    defs: 'walk; tour; announce; broadcast; proclaim',\n  },\n  {\n    sym: '著',\n    pro: 'rị̀',\n    form: '動',\n    defs: 'funnel into; add into',\n  },\n  {\n    sym: '衰',\n    pro: 'rị̀',\n    form: '動',\n    defs: 'hurt; suffer; be inflected',\n  },\n  {\n    sym: '渦',\n    pro: 'rị̀à',\n    form: '動',\n    defs: 'be sick; suffering; suffer illness; be troubled',\n  },\n  {\n    sym: '頼',\n    pro: 'rị́ọ́',\n    form: '動',\n    defs: 'beg; ask',\n  },\n  {\n    sym: '達',\n    pro: 'rù',\n    form: '動',\n    defs: 'reach; arrive; attain',\n  },\n  {\n    sym: '睡',\n    pro: 'rù',\n    form: '動',\n    defs: 'flow [river]',\n  },\n  {\n    sym: '困',\n    pro: 'rù',\n    form: '動',\n    defs: 'soften; smoothen',\n  },\n  {\n    sym: '億',\n    pro: 'rụ́',\n    form: '動',\n    defs: 'cause mischief; be sneaky; trickery; poke; probe; stab',\n  },\n  {\n    sym: '酔',\n    pro: 'rụ́',\n    form: '動',\n    defs: 'bend; turn; enter into a tight spot; hide',\n  },\n  {\n    sym: '遂',\n    pro: 'rụ́',\n    form: '動',\n    defs: 'rub',\n  },\n  {\n    sym: '奥',\n    pro: 'rụ́ụ́',\n    form: '動',\n    defs: 'work; build; erect; fabricate',\n  },\n  {\n    sym: '奥家',\n    pro: 'rụ́ụ́:ụ́lọ̀',\n    form: '動',\n    defs: 'build house; erect building',\n  },\n  {\n    sym: '酔貝',\n    pro: 'rụ́:bà',\n    form: '動',\n    defs: 'bend into a tight spot; turn; hide; enter into a tight spot; spy',\n  },\n  {\n    sym: '奥災',\n    pro: 'rụ̀ụ̀:dó',\n    form: '動',\n    defs: 'edit',\n  },\n  {\n    sym: '奥歌',\n    pro: 'rụ̀ụ̀:kọ́',\n    form: '動',\n    defs: 'work together',\n  },\n  {\n    sym: '奥向',\n    pro: 'rụ́ụ́:zí',\n    form: '動',\n    defs: 'fix; improve',\n  },\n  {\n    sym: '奥向肢',\n    pro: 'rụ́ụ́:zí:má',\n    form: '動',\n    defs: 'improve; renovate',\n  },\n  {\n    sym: '奥向煙',\n    pro: 'rụ́ụ́:zí:má',\n    form: '動',\n    defs: 'renovate; redecorate',\n  },\n  {\n    sym: '随',\n    pro: 'rụ̀',\n    form: '動',\n    defs: 'shake; shiver',\n  },\n  {\n    sym: '奥涯',\n    pro: 'rụ̀ụ̀:tá',\n    form: '動',\n    defs: 'work with profit; work with result',\n  },\n  {\n    sym: '奥怠',\n    pro: 'rụ̀ụ̀:tá',\n    form: '動',\n    defs: 'build well; create through work; develop',\n  },\n  {\n    sym: '購',\n    pro: 'ré',\n    form: '動',\n    defs: 'sell; auction',\n  },\n  {\n    sym: '津',\n    pro: 'ré',\n    form: '動',\n    defs: 'rot; decay; decompose; spoil',\n  },\n  {\n    sym: '購宜',\n    pro: 'ré:áhị́á',\n    form: '動',\n    defs: 'trade; sell wares',\n  },\n  {\n    sym: '漸暇',\n    pro: 'ré:àzụ́',\n    form: '動',\n    defs: 'roll back; reverse',\n  },\n  {\n    sym: '漸ù漸',\n    pro: 'ré:ù:rè',\n    form: '動',\n    defs: 'move in a majestic fashion; walk pompously; show off',\n  },\n  {\n    sym: '捧即',\n    pro: 'ré:ụ̀tụ́',\n    form: '動',\n    defs: 'levy; tax',\n  },\n  {\n    sym: '捧è捧捧',\n    pro: 'ré:è:rè:rè',\n    form: '動',\n    defs: 'have effect; come to fruition; have potency',\n  },\n  {\n    sym: '貝津',\n    pro: 'ré:bà',\n    form: '依名',\n    defs: 'infect; decay into',\n  },\n  {\n    sym: '捧',\n    pro: 'rè',\n    form: '動',\n    defs: 'levy; have an effect; be potent [especially medicinally or spiritually]',\n  },\n  {\n    sym: '漸',\n    pro: 'rè',\n    form: '動',\n    defs: 'move; walk; swagger; majestically sway; roll',\n  },\n  {\n    sym: '捧即',\n    pro: 'rè:ụ̀tụ́',\n    form: '動',\n    defs: 'levy tax',\n  },\n  {\n    sym: '枯',\n    pro: 'rghé',\n    form: '動',\n    defs: 'fry; bake; cook; burn; barbecue',\n  },\n  {\n    sym: '枯遠',\n    pro: 'rghé:ọ́kụ́',\n    form: '動',\n    defs: 'burn; scorch; fry',\n  },\n  {\n    sym: '枯図',\n    pro: 'rghé:zá',\n    form: '動',\n    defs: 'bake',\n  },\n  {\n    sym: '丈',\n    pro: 'rò',\n    form: '動',\n    defs: 'think; reflect; consider',\n  },\n  {\n    sym: '丈é丈',\n    pro: 'rò:é:rò',\n    form: '動',\n    defs: 'think; reflect; consider; muse; advice; scheme; plan',\n  },\n  {\n    sym: '掌',\n    pro: 'rọ́',\n    form: '動',\n    defs: 'dream',\n  },\n  {\n    sym: '帥',\n    pro: 'rọ́',\n    form: '動',\n    defs: 'tell; relate; discuss; chat; gossip',\n  },\n  {\n    sym: 'r伺',\n    pro: 'r:ọ́',\n    form: '動',\n    defs: 'play; celebrate',\n  },\n  {\n    sym: '兄',\n    pro: 'rọ́',\n    form: '動',\n    defs: 'pinch; poke',\n  },\n  {\n    sym: '股',\n    pro: 'rọ́',\n    form: '動',\n    defs: 'bend; twist',\n  },\n  {\n    sym: '嗅',\n    pro: 'rọ́',\n    form: '動',\n    defs: 'squeeze; squint; cut eye; give the evil eye',\n  },\n  {\n    sym: '掌á掌',\n    pro: 'rọ́:á:rọ́',\n    form: '動',\n    defs: 'dream',\n  },\n  {\n    sym: '嗅目',\n    pro: 'rọ́:änyä',\n    form: '動',\n    defs: 'cut eye; give dirty look',\n  },\n  {\n    sym: 'r伺階',\n    pro: 'r:ọ́:fụ̀',\n    form: '動',\n    defs: 'celebrate',\n  },\n  {\n    sym: '掌ń掌',\n    pro: 'rọ́:ń:rọ́',\n    form: '動',\n    defs: 'dream',\n  },\n  {\n    sym: 'RaaDòomm',\n    pro: 'raadòomm',\n    form: '依名',\n    defs: 'radome',\n  },\n  {\n    sym: 'RÓÉ送ṃ',\n    pro: 'róé:zì:ṃ',\n    form: '依名',\n    defs: 'roentgenium [Rg]',\n  },\n  {\n    sym: 'Rọ́Dá送ṃ',\n    pro: 'rọ́dá:zì:ṃ',\n    form: '依名',\n    defs: 'rutherfordium [Rf]',\n  },\n  {\n    sym: 't涯',\n    pro: 'tá',\n    form: '動',\n    defs: 'eat; bite; chew',\n  },\n  {\n    sym: '草',\n    pro: 'tá',\n    form: '動',\n    defs: 'evaporate; dry up; thin out; shrink',\n  },\n  {\n    sym: '挿',\n    pro: 'tá',\n    form: '動',\n    defs: 'sprinkle',\n  },\n  {\n    sym: '整',\n    pro: 'tá',\n    form: '動',\n    defs: 'hit; knock',\n  },\n  {\n    sym: '怠',\n    pro: 'tá',\n    form: '撃昔営依',\n    defs: 'particle for direction and completion',\n  },\n  {\n    sym: '樹',\n    pro: 'tá',\n    form: '動',\n    defs: 'report; narrate; discuss; inform; blame',\n  },\n  {\n    sym: '草成',\n    pro: 'tá:ákụ́',\n    form: '動',\n    defs: '依器. be dried; be without juice',\n  },\n  {\n    sym: '草頑',\n    pro: 'tá:àhụ́',\n    form: '動',\n    defs: 'be skinny; lose weight; be emaciated',\n  },\n  {\n    sym: '樹ụ́樹',\n    pro: 'tá:ụ́:tá',\n    form: '動',\n    defs: 'blame; accuse; report',\n  },\n  {\n    sym: '涯快',\n    pro: 'tá:échìchè',\n    form: '依名',\n    defs: 'be troubled; cause anxiety',\n  },\n  {\n    sym: '樹ó器',\n    pro: 'tá:ó:kà',\n    form: '動',\n    defs: 'discuss; converse; speak with; reason with',\n  },\n  {\n    sym: '整課',\n    pro: 'tá:ọ̀kpọ́',\n    form: '動',\n    defs: 'hit with knuckle',\n  },\n  {\n    sym: '涯韻',\n    pro: 'tá:bì',\n    form: '動',\n    defs: 'bite',\n  },\n  {\n    sym: '涯韻戯',\n    pro: 'tá:bì:íré',\n    form: '動',\n    defs: 'bite tongue',\n  },\n  {\n    sym: 't血',\n    pro: 't:ákwú',\n    form: '動',\n    defs: 'whisper; murmur',\n  },\n  {\n    sym: '樹禅棺',\n    pro: 'tá:kwụ́:sì',\n    form: '依名',\n    defs: 'taxi',\n  },\n  {\n    sym: '涯少',\n    pro: 'tá:ńcárá',\n    form: '動',\n    defs: 'rust; corrode',\n  },\n  {\n    sym: '勘',\n    pro: 'tàa',\n    form: '動',\n    defs: 'today; now; present',\n  },\n  {\n    sym: '勘勘',\n    pro: 'tàa:tàa',\n    form: '動',\n    defs: 'today; now; present',\n  },\n  {\n    sym: '希貝',\n    pro: 'tí:bà',\n    form: '動',\n    defs: 'put; add; place; enter; wear; include',\n  },\n  {\n    sym: '希貝角',\n    pro: 'tí:bà:nyé',\n    form: '動',\n    defs: 'put; add; place; enter; wear; include',\n  },\n  {\n    sym: '悟階艶',\n    pro: 'tí:fụ̀:ńdụ̀',\n    form: '動',\n    defs: 'strike to death; beat to death; kill; murder',\n  },\n  {\n    sym: '悟埋',\n    pro: 'tí:jú',\n    form: '動',\n    defs: 'fill; full; stock; pack; crowd; inundate',\n  },\n  {\n    sym: '希',\n    pro: 'tì',\n    form: '動',\n    defs: 'put; add; place; enter; wear',\n  },\n  {\n    sym: '悟',\n    pro: 'tì',\n    form: '動',\n    defs: 'strike; hit; smack; flog; beat; pump; drum; play',\n  },\n  {\n    sym: '紀',\n    pro: 'tì',\n    form: '動',\n    defs: 'shout; cry',\n  },\n  {\n    sym: '希岩',\n    pro: 'tì:ùwé',\n    form: '動',\n    defs: 'wear clothes',\n  },\n  {\n    sym: '悟貝nyé',\n    pro: 'tì:bà:nyé',\n    form: '動',\n    defs: 'break into [illegally]',\n  },\n  {\n    sym: '悟恩',\n    pro: 'tì:gbú',\n    form: '動',\n    defs: 'beat to death; beat harshly',\n  },\n  {\n    sym: '紀気',\n    pro: 'tì:ḿkpú',\n    form: '動',\n    defs: 'shout; ball; wail; cry out',\n  },\n  {\n    sym: '希歌',\n    pro: 'tì:kọ́',\n    form: '動',\n    defs: 'put together; place together',\n  },\n  {\n    sym: '希歌怠',\n    pro: 'tì:kọ́:tá',\n    form: '動',\n    defs: 'conflate; join; combine',\n  },\n  {\n    sym: '希歌営革',\n    pro: 'tì:kọ́:nà:ákụ̀kụ̀',\n    form: '動',\n    defs: 'juxtapose; place side by side',\n  },\n  {\n    sym: '希角',\n    pro: 'tì:nyé',\n    form: '動',\n    defs: 'put; add; place; enter; wear; include',\n  },\n  {\n    sym: '希角稼',\n    pro: 'tì:nyé:áká',\n    form: '動',\n    defs: 'put hand; join in venture; 撃昔営依. thumb print; sign',\n  },\n  {\n    sym: '希角漁',\n    pro: 'tì:nyé:ìwú',\n    form: '動',\n    defs: 'enact law; ratify; issue order or decree; legislate',\n  },\n  {\n    sym: '希角ch誤',\n    pro: 'tì:nyé:ch:ì',\n    form: '動',\n    defs: 'put in place of',\n  },\n  {\n    sym: '軸',\n    pro: 'tị̀',\n    form: '動',\n    defs: 'stretch',\n  },\n  {\n    sym: '軸謁',\n    pro: 'tị̀:ká',\n    form: '動',\n    defs: 'tear',\n  },\n  {\n    sym: '軸憬',\n    pro: 'tị̀:sá',\n    form: '動',\n    defs: 'stretch',\n  },\n  {\n    sym: '軸憬頑',\n    pro: 'tị̀:sá:àhụ́',\n    form: '動',\n    defs: 'stretch; exercise',\n  },\n  {\n    sym: '求',\n    pro: 'tú',\n    form: '動',\n    defs: 'search; look for; hunt; explore',\n  },\n  {\n    sym: '赤',\n    pro: 'tú',\n    form: '動',\n    defs: 'extol; praise; name; coin word',\n  },\n  {\n    sym: '赤喫',\n    pro: 'tú:ásụ̀sụ̀',\n    form: '動',\n    defs: 'coin word; make a word',\n  },\n  {\n    sym: '赤名',\n    pro: 'tú:ähà',\n    form: '動',\n    defs: 'give name; nickname',\n  },\n  {\n    sym: '西',\n    pro: 'tù',\n    form: '動',\n    defs: 'clot; congeal; coagulate',\n  },\n  {\n    sym: '額',\n    pro: 'tù',\n    form: '撃昔営依',\n    defs: 'falling downwards; particle indicating a downward motion',\n  },\n  {\n    sym: '潔',\n    pro: 'tụ',\n    form: '撃昔営依',\n    defs: 'a little; a bit; to a degree; -ish',\n  },\n  {\n    sym: '跡',\n    pro: 'tụ',\n    form: '動',\n    defs: 'drizzle',\n  },\n  {\n    sym: '核',\n    pro: 'tụ́',\n    form: '動',\n    defs: 'turn; twist; spin; change',\n  },\n  {\n    sym: '終',\n    pro: 'tụ́',\n    form: '動',\n    defs: 'throw; point',\n  },\n  {\n    sym: '索',\n    pro: 'tụ́',\n    form: '動',\n    defs: 'lie; deceive',\n  },\n  {\n    sym: '興',\n    pro: 'tụ́',\n    form: '動',\n    defs: 'impregnate; inseminate; fertilise; inflict; affect',\n  },\n  {\n    sym: '析',\n    pro: 'tụ́',\n    form: '動',\n    defs: 'build; erect',\n  },\n  {\n    sym: '席',\n    pro: 'tụ́',\n    form: '動',\n    defs: 'order; request',\n  },\n  {\n    sym: '戚',\n    pro: 'tụ́',\n    form: '動',\n    defs: 'measure; gauge; plan',\n  },\n  {\n    sym: '痕',\n    pro: 'tụ́',\n    form: '動',\n    defs: 'pick; pluck; pinch; strum',\n  },\n  {\n    sym: '終稼',\n    pro: 'tụ́:áká',\n    form: '動',\n    defs: 'point; challenge; make a wager; instruct; advice; direct; lead to a place; accuse; suspect; attribute',\n  },\n  {\n    sym: '席宜',\n    pro: 'tụ́:áhị́á',\n    form: '動',\n    defs: 'order; request from market; commission',\n  },\n  {\n    sym: '終呼',\n    pro: 'tụ́:àgwà',\n    form: '動',\n    defs: 'be multi-coloured',\n  },\n  {\n    sym: '終勧',\n    pro: 'tụ́:ílú',\n    form: '動',\n    defs: 'cite a proverb',\n  },\n  {\n    sym: '終即',\n    pro: 'tụ́:ụ̀tụ́',\n    form: '動',\n    defs: 'give tax; attribute',\n  },\n  {\n    sym: '核詐',\n    pro: 'tụ́:óghó',\n    form: '動',\n    defs: 'spin cotton; twist',\n  },\n  {\n    sym: '顎',\n    pro: 't:ụ́pụ̀',\n    form: 'ń器動',\n    defs: 'before; preceding',\n  },\n  {\n    sym: '核伸',\n    pro: 'tụ́:ghà',\n    form: '動',\n    defs: 'modify; edit',\n  },\n  {\n    sym: '核硬rị́',\n    pro: 'tụ́:ghà:rị́',\n    form: '動',\n    defs: 'translate',\n  },\n  {\n    sym: '核硬rị́喫',\n    pro: 'tụ́:ghà:rị́:ásụ̀sụ̀',\n    form: '動',\n    defs: 'translate language',\n  },\n  {\n    sym: '核硬器',\n    pro: 'tụ́:ghà:ká',\n    form: '動',\n    defs: 'transliterate',\n  },\n  {\n    sym: '終員',\n    pro: 'tụ́:dà',\n    form: '動',\n    defs: 'throw down; collapse; push down; beat in wrestling',\n  },\n  {\n    sym: '核潔',\n    pro: 'tụ́:tụ',\n    form: '動',\n    defs: 'tip; turn a little',\n  },\n  {\n    sym: '痕痕rụ́',\n    pro: 'tụ́:tụ̀:rụ́',\n    form: '動',\n    defs: 'pick up; pluck; pinch; strum',\n  },\n  {\n    sym: '終餌横',\n    pro: 'tụ́:kwà:sị́',\n    form: '動',\n    defs: 'place; put onto; burden',\n  },\n  {\n    sym: '終餌横心',\n    pro: 'tụ́:kwà:sị́:óbì',\n    form: '動',\n    defs: 'trust; have expectations; be a burden onto the heart or mind; be guilt inducing; cause anxiety; occupy the heart or mind',\n  },\n  {\n    sym: '終鏡',\n    pro: 'tụ́:fù',\n    form: '動',\n    defs: 'throw away; chuck; dispose; lose',\n  },\n  {\n    sym: '終階',\n    pro: 'tụ́:fụ̀',\n    form: '動',\n    defs: 'throw away; chuck; dispose; lose; move towards; move in a throwing motion',\n  },\n  {\n    sym: '終階口',\n    pro: 'tụ́:fụ̀:ọ́nụ́',\n    form: '動',\n    defs: 'engage; acknowledge; interact with a person; recognise the prescence of; be amicable with [a person]',\n  },\n  {\n    sym: '終轄',\n    pro: 'tụ́:fè',\n    form: '動',\n    defs: 'throw past; miss mark',\n  },\n  {\n    sym: '核象',\n    pro: 'tụ́:hì',\n    form: '動',\n    defs: 'transform; change; mutate',\n  },\n  {\n    sym: 't漢',\n    pro: 't:ụ́màdí',\n    form: 'ń器動',\n    defs: 'suddenly',\n  },\n  {\n    sym: '席má猿',\n    pro: 'tụ́:má:ńrí',\n    form: '動',\n    defs: 'order food',\n  },\n  {\n    sym: '特',\n    pro: 'tụ́mà',\n    form: 'ń器動',\n    defs: 'especially',\n  },\n  {\n    sym: '終営土',\n    pro: 'tụ́:nà:àlà',\n    form: '動',\n    defs: 'throw down; land [v.]',\n  },\n  {\n    sym: '索ń索',\n    pro: 'tụ́:ń:tụ́u',\n    form: '動',\n    defs: 'lie',\n  },\n  {\n    sym: '終少',\n    pro: 'tụ́:ńcárá',\n    form: '動',\n    defs: 'rust; corrode',\n  },\n  {\n    sym: '核nyé',\n    pro: 'tụ́:nyé',\n    form: '動',\n    defs: 'turn on; ignite',\n  },\n  {\n    sym: '終角',\n    pro: 'tụ́:nyé',\n    form: '動',\n    defs: 'vote',\n  },\n  {\n    sym: '席送',\n    pro: 'tụ́:zì',\n    form: '動',\n    defs: 'order [package]; request',\n  },\n  {\n    sym: '西',\n    pro: 'tụ̀',\n    form: '動',\n    defs: 'clot; congeal; coagulate',\n  },\n  {\n    sym: '惜',\n    pro: 'tụ̀',\n    form: '動',\n    defs: 'be patterned spotted coloured',\n  },\n  {\n    sym: '終続',\n    pro: 'tụ̀:ógù',\n    form: '動',\n    defs: 'perform the ritual of innocence',\n  },\n  {\n    sym: '終匠',\n    pro: 'tụ̀:kpé',\n    form: '動',\n    defs: 'petition',\n  },\n  {\n    sym: '核nyé',\n    pro: 'tụ̀:nyé',\n    form: '動',\n    defs: 'turn on; ignite',\n  },\n  {\n    sym: '核曹',\n    pro: 'tụ̀:nyụ́',\n    form: '動',\n    defs: 'turn off; extinguish',\n  },\n  {\n    sym: '核曹ọ́',\n    pro: 'tụ̀:nyụ́:ọ́',\n    form: '動',\n    defs: 'turn off; extinguish',\n  },\n  {\n    sym: '醜',\n    pro: 'té',\n    form: '動',\n    defs: 'move; flex; turn; dance; 撃昔営依. movement; completion',\n  },\n  {\n    sym: '儒',\n    pro: 'té',\n    form: '動',\n    defs: 'rub; paint',\n  },\n  {\n    sym: '儒貝',\n    pro: 'té:bà',\n    form: '動',\n    defs: 'paint into; blend [colours]; rub into',\n  },\n  {\n    sym: '査',\n    pro: 'tè',\n    form: '動',\n    defs: 'be far; distant; distant in time; long in time; far; 撃昔営依. tele-',\n  },\n  {\n    sym: '査雇',\n    pro: 'tè:áká',\n    form: '動',\n    defs: 'be distant',\n  },\n  {\n    sym: '査目',\n    pro: 'tè:änyä',\n    form: '動',\n    defs: 'be distant',\n  },\n  {\n    sym: '査r狂',\n    pro: 'tè:r:ólú',\n    form: '依名',\n    defs: 'telephone; phone',\n  },\n  {\n    sym: '査ré',\n    pro: 'tè:rè',\n    form: '撃昔営依',\n    defs: 'tele-',\n  },\n  {\n    sym: '儒角',\n    pro: 'tè:nyé',\n    form: '動',\n    defs: 'stain; paint',\n  },\n  {\n    sym: '査殖',\n    pro: 'tè:nyó',\n    form: '依名',\n    defs: 'television',\n  },\n  {\n    sym: '査réń殖',\n    pro: 'tè:rè:ń:nyó',\n    form: '依名',\n    defs: 'television',\n  },\n  {\n    sym: '査柵',\n    pro: 'tè:ǹkà',\n    form: '依名',\n    defs: 'telegraph',\n  },\n  {\n    sym: '需',\n    pro: 'të',\n    form: '動',\n    defs: 'wake',\n  },\n  {\n    sym: '査狂',\n    pro: 't:ólú',\n    form: '依名',\n    defs: 'telephone',\n  },\n  {\n    sym: '享',\n    pro: 'tó',\n    form: '動',\n    defs: 'grow; rise; be tall; rise; swell',\n  },\n  {\n    sym: '石',\n    pro: 'tò} 動. praise; glorify; flatter; extol; commend 浪遭: 茎 {já',\n    form: null,\n    defs: null,\n  },\n  {\n    sym: '享達',\n    pro: 'tò:rú',\n    form: '動',\n    defs: 'grow to; live up to; be of age; mature to',\n  },\n  {\n    sym: '河',\n    pro: 'tọ́',\n    form: '動',\n    defs: 'be sweet; be flavourful; being flavoured as; something being likeable; be very entertaining or interesting; be fun',\n  },\n  {\n    sym: '醒',\n    pro: 'tọ́',\n    form: '動',\n    defs: 'kidnap; strangle',\n  },\n  {\n    sym: '税',\n    pro: 'tọ́',\n    form: '動',\n    defs: 'be older than; be senior to',\n  },\n  {\n    sym: '夕',\n    pro: 'tọ́',\n    form: '動',\n    defs: 'place; lay; establish',\n  },\n  {\n    sym: '斥',\n    pro: 'tọ́',\n    form: '動',\n    defs: 'untie; unwrap; loosen; undo',\n  },\n  {\n    sym: '乗',\n    pro: 'tọ́',\n    form: '動',\n    defs: 'last; remain; alone; leave; abandon',\n  },\n  {\n    sym: '河á志',\n    pro: 'tọ́:á:mụ̀',\n    form: '動',\n    defs: 'amuse; delight; provoke laughter',\n  },\n  {\n    sym: '河ụ̀河',\n    pro: 'tọ́:ụ̀:tọ́',\n    form: '動',\n    defs: 'be sweet; be flavourful; being flavoured as; something being like-able; be very entertaining or interesting; be fun',\n  },\n  {\n    sym: '河ë志',\n    pro: 'tọ́:ë:mụ̀',\n    form: '動',\n    defs: 'amuse; delight; provoke laughter',\n  },\n  {\n    sym: '河ọ́効',\n    pro: 'tọ́:ọ́:chị̀',\n    form: '動',\n    defs: 'amuse; delight; provoke laughter',\n  },\n  {\n    sym: '斥偶',\n    pro: 'tọ́:pé',\n    form: '動',\n    defs: 'untie; unwrap; loosen; undo; open by ripping',\n  },\n  {\n    sym: '斥庫',\n    pro: 'tọ́:gá',\n    form: '動',\n    defs: 'dethread',\n  },\n  {\n    sym: '乗姉',\n    pro: 'tọ́:ńkpọ́rọ́',\n    form: '動',\n    defs: 'imprison',\n  },\n  {\n    sym: '斥階',\n    pro: 'tọ́:fụ̀',\n    form: '動',\n    defs: 'untie; unwrap; loosen; undo; open by ripping',\n  },\n  {\n    sym: '斥故',\n    pro: 'tọ̀:ghé',\n    form: '動',\n    defs: 'loosen; untieT',\n  },\n  {\n    sym: '¡Táa!',\n    pro: null,\n    form: 'ḿ憾周',\n    defs: 'abject rejection; order to stop; disapproval [get out of here!] TÁPÉRÉ 依校. sound of droplets',\n  },\n  {\n    sym: '英',\n    pro: 'ká',\n    form: '依ọ̀接接',\n    defs: 'yet',\n  },\n  {\n    sym: '項',\n    pro: 'ká',\n    form: '動',\n    defs: 'become old; age; mature',\n  },\n  {\n    sym: '環',\n    pro: 'ká',\n    form: '動',\n    defs: 'be greater than; superior; supersede; dominate; be bigger; be strong',\n  },\n  {\n    sym: '環à環',\n    pro: 'ká:à:áká',\n    form: '動',\n    defs: 'be greater than; superior; supersede; dominate; be tough',\n  },\n  {\n    sym: '環頑',\n    pro: 'ká:àhụ́',\n    form: '動',\n    defs: 'attempt; try hard; make effort',\n  },\n  {\n    sym: '環目',\n    pro: 'ká:änyä',\n    form: '動',\n    defs: 'be over-bold; be overassertive',\n  },\n  {\n    sym: '器漁',\n    pro: 'ká:ìwú',\n    form: '依名',\n    defs: 'profess the law; interprete the law',\n  },\n  {\n    sym: '環í款',\n    pro: 'ká:í:lú',\n    form: '動',\n    defs: 'be sour; be bitter',\n  },\n  {\n    sym: '環心',\n    pro: 'ká:óbì',\n    form: '動',\n    defs: 'have heart; show courage; be hard-hearted; be brave',\n  },\n  {\n    sym: '環r環',\n    pro: 'ká:r:áká',\n    form: '動',\n    defs: 'be greater than; superior; supersede; dominate; be tough',\n  },\n  {\n    sym: '環ráń誇',\n    pro: 'ká:rá:ń:jọ́',\n    form: '依器',\n    defs: 'ń器動. be worse worst',\n  },\n  {\n    sym: '環賛',\n    pro: 'ká:rị́',\n    form: '動',\n    defs: 'ń器動. exceed; be greater',\n  },\n  {\n    sym: '環賛賛ń誇',\n    pro: 'ká:rị́rị́:ń:jọ́',\n    form: '依器',\n    defs: 'ń器動. be worst',\n  },\n  {\n    sym: '環怠心',\n    pro: 'ká:tá:óbì',\n    form: '動',\n    defs: 'be resolute; resolve',\n  },\n  {\n    sym: '畿',\n    pro: 'kámáalụ́',\n    form: '依名',\n    defs: 'Amadioha deity; Kamalu',\n  },\n  {\n    sym: '環肢',\n    pro: 'ká:mà',\n    form: '依ọ̀接接',\n    defs: 'else; otherwise; instead of',\n  },\n  {\n    sym: '環潜環',\n    pro: 'ká:mụ̀:ká',\n    form: '依名',\n    defs: 'chromium [Cr]',\n  },\n  {\n    sym: '環ḿ肢',\n    pro: 'ká:ḿá',\n    form: '依器',\n    defs: 'better; preferable',\n  },\n  {\n    sym: '項ń項',\n    pro: 'ká:ń:ká',\n    form: '動',\n    defs: 'become old; age; mature',\n  },\n  {\n    sym: '環ń誇',\n    pro: 'ká:ń:jọ́',\n    form: '依器',\n    defs: 'ń器動. be worse',\n  },\n  {\n    sym: 'k擦',\n    pro: 'k:ánwá',\n    form: '動',\n    defs: 'crystal soda; soda',\n  },\n  {\n    sym: '環選',\n    pro: 'ká:cá',\n    form: '依器',\n    defs: 'greater; be better',\n  },\n  {\n    sym: '環選ḿ肢',\n    pro: 'ká:cá:ḿ:má',\n    form: '依器',\n    defs: 'be better; be superior in quality',\n  },\n  {\n    sym: '環選ń誇',\n    pro: 'ká:chá:ń:jọ́',\n    form: '依器',\n    defs: 'ń器動. be completely bad; be the worst',\n  },\n  {\n    sym: '柵',\n    pro: 'kà',\n    form: '動',\n    defs: 'design; mark; engrave; sign',\n  },\n  {\n    sym: '界',\n    pro: 'kà',\n    form: '依ọ̀接接',\n    defs: 'so that; allow; let; may',\n  },\n  {\n    sym: '韓',\n    pro: 'kà',\n    form: '依ọ̀接接',\n    defs: '簡残. be like; as; in the same way; as though; as if',\n  },\n  {\n    sym: '艦',\n    pro: 'kà',\n    form: 'ń器動',\n    defs: 'still; yet; continue; nevertheless',\n  },\n  {\n    sym: '器',\n    pro: 'kà',\n    form: '動',\n    defs: 'describe; discuss; tell; say; narrate; interprete',\n  },\n  {\n    sym: '謁',\n    pro: 'kà',\n    form: '動',\n    defs: 'scratch; erase; engrave; scribe',\n  },\n  {\n    sym: '区',\n    pro: 'kà',\n    form: '動',\n    defs: 'worry; stress; over think',\n  },\n  {\n    sym: '光',\n    pro: 'kà',\n    form: '動',\n    defs: 'guess',\n  },\n  {\n    sym: 'k胃',\n    pro: 'kà',\n    form: '動',\n    defs: 'divide; split; cut up; cleave; carve up; halve',\n  },\n  {\n    sym: '界激壊sị́á',\n    pro: 'kà:ó:më:sị́á',\n    form: '勧掘',\n    defs: 'until next time; goodbye',\n  },\n  {\n    sym: '謁恩ó',\n    pro: 'kà:gbú:ó',\n    form: '動',\n    defs: 'delete; erase; crossout; cancel; annul',\n  },\n  {\n    sym: '柵胃',\n    pro: 'kà:wà',\n    form: '動',\n    defs: 'be striped',\n  },\n  {\n    sym: '謁氏',\n    pro: 'kà:ḿà',\n    form: '動',\n    defs: 'scratch with knife; engrave with knife',\n  },\n  {\n    sym: '界鼓辞',\n    pro: 'kà:chí:bọ̀',\n    form: 'ḿ憾周',\n    defs: 'goodnight [lit. may the day dawn]',\n  },\n  {\n    sym: '謁砂',\n    pro: 'kà:sé',\n    form: '動',\n    defs: 'engrave',\n  },\n  {\n    sym: '嗅',\n    pro: 'kí',\n    form: '動',\n    defs: 'look; peep; stare; observe; watch',\n  },\n  {\n    sym: '嗅ríé',\n    pro: 'kí:ríé',\n    form: '動',\n    defs: 'look; peep; stare; observe; watch',\n  },\n  {\n    sym: '熊',\n    pro: 'kị́rị́',\n    form: '撃昔営依',\n    defs: '依器. small; little; miniscule; tiny; micro',\n  },\n  {\n    sym: '熊熊',\n    pro: 'kị́rị́:kị́rị́',\n    form: '依器',\n    defs: 'minute; granular; little; a little; detailed',\n  },\n  {\n    sym: 'k係',\n    pro: 'k:ị́tà',\n    form: 'ń器動',\n    defs: 'at hand; now; today; immediately',\n  },\n  {\n    sym: '喜',\n    pro: 'kị́tị́kpá',\n    form: '依名',\n    defs: 'small pox',\n  },\n  {\n    sym: '券',\n    pro: 'kù',\n    form: '動',\n    defs: 'carry; lift; scoop; fetch; move up',\n  },\n  {\n    sym: '彰',\n    pro: 'kù',\n    form: '動',\n    defs: 'blow [breeze]',\n  },\n  {\n    sym: '蓋',\n    pro: 'kù',\n    form: '動',\n    defs: 'teach; support; summon; call',\n  },\n  {\n    sym: '彰ó',\n    pro: 'kù:ó',\n    form: '動',\n    defs: 'fan',\n  },\n  {\n    sym: '蓋額',\n    pro: 'kù:tù',\n    form: '動',\n    defs: 'summon; call',\n  },\n  {\n    sym: '券結',\n    pro: 'kù:lí',\n    form: '動',\n    defs: 'stand; lift; raise',\n  },\n  {\n    sym: '蓋探',\n    pro: 'kù:zí',\n    form: '動',\n    defs: 'teach; support; instruct',\n  },\n  {\n    sym: '蓋向',\n    pro: 'kù:zí',\n    form: '動',\n    defs: 'teach; support; instruct',\n  },\n  {\n    sym: '昔',\n    pro: 'kụ́',\n    form: '動',\n    defs: 'plant; stick; join; place; juxtapose',\n  },\n  {\n    sym: '正階',\n    pro: 'kụ́:fụ̀',\n    form: '動',\n    defs: 'hit off; deflect',\n  },\n  {\n    sym: '正',\n    pro: 'kụ̀',\n    form: '動',\n    defs: 'hit; beat; play; strike; reach a time on a clock',\n  },\n  {\n    sym: '正稼',\n    pro: 'kụ̀:áká',\n    form: '動',\n    defs: 'clap',\n  },\n  {\n    sym: '正怠',\n    pro: 'kụ̀:tá',\n    form: '動',\n    defs: 'play [especially a device]; hit; beat; strike',\n  },\n  {\n    sym: '正歌怠',\n    pro: 'kụ̀:kọ́:tá',\n    form: '動',\n    defs: 'collide; crash',\n  },\n  {\n    sym: '正胃',\n    pro: 'kụ̀:wá',\n    form: '動',\n    defs: 'break; shatter; smash',\n  },\n  {\n    sym: '正結',\n    pro: 'kụ̀:lí',\n    form: '動',\n    defs: 'boot [computer]',\n  },\n  {\n    sym: '正折',\n    pro: 'kụ̀:jí',\n    form: '動',\n    defs: 'break; snap',\n  },\n  {\n    sym: 'k己',\n    pro: 'kụ̀:sị́',\n    form: '動',\n    defs: 'stop; end',\n  },\n  {\n    sym: '胸',\n    pro: 'ké',\n    form: '簡残',\n    defs: 'since; from; from a long time',\n  },\n  {\n    sym: '廊',\n    pro: 'ké',\n    form: 'ń器動',\n    defs: '錦. 依名衣. what; who',\n  },\n  {\n    sym: '椅',\n    pro: 'ké',\n    form: '動',\n    defs: 'sparkle; spark; glitter',\n  },\n  {\n    sym: 'k照',\n    pro: 'k:é',\n    form: '動',\n    defs: 'sparkle; spark; glitter',\n  },\n  {\n    sym: '乙妊',\n    pro: 'ké:ímé',\n    form: '依名',\n    defs: 'abort; procure abortion',\n  },\n  {\n    sym: '廊遭nụ́',\n    pro: 'ké:kwá:nụ́',\n    form: 'ǹ絵',\n    defs: 'how far; how is it going; how are you; what',\n  },\n  {\n    sym: '傑階',\n    pro: 'ké:fụ̀',\n    form: '動',\n    defs: 'manufacture; create; make',\n  },\n  {\n    sym: '胸解',\n    pro: 'ké:ṃgbè',\n    form: '簡残',\n    defs: 'ń器動. since; ago; long ago; from a long time',\n  },\n  {\n    sym: '乙',\n    pro: 'kè',\n    form: '依名',\n    defs: 'tie; bind',\n  },\n  {\n    sym: '傑',\n    pro: 'kè',\n    form: '動',\n    defs: 'create; make',\n  },\n  {\n    sym: '捜',\n    pro: 'kè',\n    form: '動',\n    defs: 'share; split; give',\n  },\n  {\n    sym: 'k間',\n    pro: 'k:è',\n    form: '動',\n    defs: 'betroth',\n  },\n  {\n    sym: '識',\n    pro: 'kèdú',\n    form: 'ḿ憾周',\n    defs: '依名. 動. hello',\n  },\n  {\n    sym: '乙急',\n    pro: 'kè:dọ́',\n    form: '動',\n    defs: 'tether',\n  },\n  {\n    sym: '傑怠',\n    pro: 'kè:tá',\n    form: '動',\n    defs: 'invent; create',\n  },\n  {\n    sym: '捜角',\n    pro: 'kè:nyé',\n    form: '動',\n    defs: 'give; split among parties; lend',\n  },\n  {\n    sym: '液',\n    pro: 'kèlé',\n    form: '動',\n    defs: 'greet; welcome; thank',\n  },\n  {\n    sym: '乙襟',\n    pro: 'kè:chí',\n    form: '動',\n    defs: 'wrap securely; tie up; bind',\n  },\n  {\n    sym: '捜送',\n    pro: 'kè:zì',\n    form: '動',\n    defs: 'share and send',\n  },\n  {\n    sym: '安',\n    pro: 'kò} 動. swell; rise; inflate; bloat; dilate; distend; become crowded 浪遭: 図 {zá',\n    form: null,\n    defs: null,\n  },\n  {\n    sym: '擬',\n    pro: 'kò',\n    form: '動',\n    defs: 'hang; hook; suspend',\n  },\n  {\n    sym: '歌',\n    pro: 'kọ́',\n    form: '動',\n    defs: 'unify; link; come together; hook [together]',\n  },\n  {\n    sym: '掠',\n    pro: 'kọ́',\n    form: '動',\n    defs: 'itch; scratch',\n  },\n  {\n    sym: '揮',\n    pro: 'kọ̀',\n    form: '動',\n    defs: 'tell; account; say; discuss; describe',\n  },\n  {\n    sym: '歯',\n    pro: 'kọ̀',\n    form: '動',\n    defs: 'dry; evaporate; finish; empty; be scarce; harden',\n  },\n  {\n    sym: '揮口',\n    pro: 'kọ̀:ọ́nụ́',\n    form: '動',\n    defs: 'insult; humiliate',\n  },\n  {\n    sym: '揮環',\n    pro: 'kọ̀:ká',\n    form: '動',\n    defs: 'elaborate K Káị́káị́ 依名. palm wine distillate KÙRÍS;TÌ 依名. Jesus Christ Kóḿkóḿ 依名. tin can KÒKÓ 依名. cacao [Theobroma cacao]KỌỊ;KỌỊ 依名. high heels',\n  },\n  {\n    sym: 'Kọ́Pụ̀送ṃ',\n    pro: 'kọ́pụ̀:zì:ṃ',\n    form: '依名',\n    defs: 'copernicium [Cn] kw',\n  },\n  {\n    sym: '遭',\n    pro: 'kwá',\n    form: '動',\n    defs: 'add; supplement; top up; pass; hand over; ń器動. also; plus; basically; still',\n  },\n  {\n    sym: '層',\n    pro: 'kwá',\n    form: '動',\n    defs: 'every; regular',\n  },\n  {\n    sym: '堅',\n    pro: 'kwá',\n    form: '動',\n    defs: 'cough',\n  },\n  {\n    sym: '剛',\n    pro: 'kwá',\n    form: '動',\n    defs: 'restore; reinforce; join',\n  },\n  {\n    sym: '禁',\n    pro: 'kwá',\n    form: '動',\n    defs: 'push; shove; make contact; move; make to fall down',\n  },\n  {\n    sym: '禁宜',\n    pro: 'kwá:áhị́á',\n    form: '動',\n    defs: 'pack and move wares away',\n  },\n  {\n    sym: '剛雪',\n    pro: 'kwá:íkó',\n    form: '動',\n    defs: 'have or become a concubine; observe practice of having a sexual partner',\n  },\n  {\n    sym: '遭淡',\n    pro: 'kwá:ùgwù',\n    form: '動',\n    defs: 'respect',\n  },\n  {\n    sym: '層凌',\n    pro: 'kwá:ụ́bọ̀chị̀',\n    form: '依器',\n    defs: 'ń器動. 依名. daily',\n  },\n  {\n    sym: '禁撃惧',\n    pro: 'kwá:ọ̀:gwọ́',\n    form: '動',\n    defs: 'hospitalise',\n  },\n  {\n    sym: '禁貝',\n    pro: 'kwá:bà',\n    form: '動',\n    defs: 'move in; enter; pack in',\n  },\n  {\n    sym: '禁額',\n    pro: 'kwá:tù',\n    form: '動',\n    defs: 'demolish; fall; delapidate; collapse; shove; push down',\n  },\n  {\n    sym: '遭歌',\n    pro: 'kwá:kọ́',\n    form: '動',\n    defs: 'add together',\n  },\n  {\n    sym: '禁階',\n    pro: 'kwá:fụ̀',\n    form: '動',\n    defs: 'remove; push; revolt; move away; pack out; throw away; pour out; demote',\n  },\n  {\n    sym: '禁階災',\n    pro: 'kwá:fụ̀:dó',\n    form: '動',\n    defs: 'offset',\n  },\n  {\n    sym: '層解',\n    pro: 'kwá:ṃgbèṃ',\n    form: '依器',\n    defs: 'ń器動. 依名. peridocially; everytime',\n  },\n  {\n    sym: '禁ń惧',\n    pro: 'kwá:ń:gwọ́',\n    form: '動',\n    defs: 'hospitalise',\n  },\n  {\n    sym: '餌',\n    pro: 'kwà',\n    form: '動',\n    defs: 'support; help; carry',\n  },\n  {\n    sym: '総',\n    pro: 'kwà',\n    form: '動',\n    defs: 'sew; stitch; tailor; weave',\n  },\n  {\n    sym: '餌結醜',\n    pro: 'kwà:lì:té',\n    form: '動',\n    defs: 'uphold; sustain; maintain',\n  },\n  {\n    sym: '該',\n    pro: 'kwä',\n    form: '動',\n    defs: 'cry; sob; mourn',\n  },\n  {\n    sym: '該ụ́樹',\n    pro: 'kwä:ụ́:tá',\n    form: '動',\n    defs: 'have remore; lament; express guilt',\n  },\n  {\n    sym: '該俺',\n    pro: 'kwä:ózú',\n    form: '動',\n    defs: 'mourn in a funeral; attend and perform the ancestral second burial',\n  },\n  {\n    sym: '鋭',\n    pro: 'kwú',\n    form: '動',\n    defs: 'speak; talk; say',\n  },\n  {\n    sym: '衛',\n    pro: 'kwú',\n    form: '動',\n    defs: 'go towards; embrace; hug; hold kw',\n  },\n  {\n    sym: '状',\n    pro: 'kw:ú',\n    form: '動',\n    defs: 'have faith; pray',\n  },\n  {\n    sym: '鋭員',\n    pro: 'kwú:dà',\n    form: '動',\n    defs: 'patronise; treat condescendingly; talk down to; condemn',\n  },\n  {\n    sym: '鋭té',\n    pro: 'kwú:té',\n    form: '動',\n    defs: 'mention; talk to; reference',\n  },\n  {\n    sym: '鋭乗',\n    pro: 'kwú:tọ̀',\n    form: '動',\n    defs: 'condemn',\n  },\n  {\n    sym: '鋭階',\n    pro: 'kwú:fụ̀',\n    form: '動',\n    defs: 'express; speak out',\n  },\n  {\n    sym: '鋭胃口',\n    pro: 'kwú:wá:ọ́nụ́',\n    form: '動',\n    defs: 'over talk',\n  },\n  {\n    sym: '鋭横果',\n    pro: 'kwú:sì:íké',\n    form: '動',\n    defs: 'speak loud louder; speak strongly',\n  },\n  {\n    sym: '脊',\n    pro: 'kwù',\n    form: '動',\n    defs: 'blow; breeze; fan; breathe',\n  },\n  {\n    sym: '勢',\n    pro: 'kwù',\n    form: '動',\n    defs: 'cap; close; secure; enclose; seal',\n  },\n  {\n    sym: '鋭téré',\n    pro: 'kwù:téré',\n    form: '動',\n    defs: 'advocate; speak on behalf; recommend',\n  },\n  {\n    sym: '鋭棺果',\n    pro: 'kwù:dí:íké',\n    form: '動',\n    defs: 'speak louder; speak more clearly',\n  },\n  {\n    sym: '鋭sá',\n    pro: 'kwù:sá',\n    form: '動',\n    defs: 'declare',\n  },\n  {\n    sym: '隅',\n    pro: 'kwụ́',\n    form: '動',\n    defs: 'uphold; stand; jump',\n  },\n  {\n    sym: '謹',\n    pro: 'kwụ́',\n    form: '動',\n    defs: 'hang; hook',\n  },\n  {\n    sym: '禅',\n    pro: 'kwụ́',\n    form: '動',\n    defs: 'pay',\n  },\n  {\n    sym: '禅à絞',\n    pro: 'kwụ́:à:chí',\n    form: '動',\n    defs: 'refund',\n  },\n  {\n    sym: '隅名',\n    pro: 'kwụ́:äḥà',\n    form: '動',\n    defs: 'be special',\n  },\n  {\n    sym: '謹ụ̀急',\n    pro: 'kwụ́:ụ̀:dọ̀',\n    form: '動',\n    defs: 'commit suicide; hang oneself',\n  },\n  {\n    sym: '隅孔',\n    pro: 'kwụ́:ọ̀tọ́',\n    form: '動',\n    defs: 'stand; be straight; be righteous',\n  },\n  {\n    sym: '謹均',\n    pro: 'kwụ́:fé',\n    form: '動',\n    defs: 'swing; oscillate; wave; wag; dangle',\n  },\n  {\n    sym: '仰',\n    pro: 'kwé',\n    form: '動',\n    defs: 'agree; comply; attest; give in; have faith in; hope; admit',\n  },\n  {\n    sym: '身',\n    pro: 'kwé',\n    form: '動',\n    defs: 'grip',\n  },\n  {\n    sym: '身稼',\n    pro: 'kwé:áká',\n    form: '動',\n    defs: 'shake hands',\n  },\n  {\n    sym: '仰台轄',\n    pro: 'kwé:ị́:fè',\n    form: '動',\n    defs: 'approve [to pass]; approbate kw',\n  },\n  {\n    sym: '施ù施',\n    pro: 'kw:é:ù:kwé',\n    form: '動',\n    defs: 'sing song hymn',\n  },\n  {\n    sym: '仰貝',\n    pro: 'kwé:bà',\n    form: '動',\n    defs: 'let house; let; admit in',\n  },\n  {\n    sym: '仰貝家',\n    pro: 'kwé:bà:ụ́lọ̀',\n    form: '動',\n    defs: 'let house; let',\n  },\n  {\n    sym: '仰怠',\n    pro: 'kwé:tá',\n    form: '動',\n    defs: 'agree; give in; admit',\n  },\n  {\n    sym: '仰怠依',\n    pro: 'kwé:tá:ókwú',\n    form: '動',\n    defs: 'admit; agree; give in',\n  },\n  {\n    sym: '仰ń餌',\n    pro: 'kwé:ń:kwà',\n    form: '動',\n    defs: 'promise; pledge; accept conditions; trust',\n  },\n  {\n    sym: '仰角',\n    pro: 'kwé:nyé',\n    form: '動',\n    defs: 'agree; approve; allow; consent',\n  },\n  {\n    sym: '仰窟',\n    pro: 'kwé:zọ́',\n    form: '動',\n    defs: 'ensure; safeguard; protect; guard; shield; shelter; fortify',\n  },\n  {\n    sym: '仰華倉',\n    pro: 'kwé:sị̀:ghị̀',\n    form: '動ǹ餌',\n    defs: 'should not; not supposed to',\n  },\n  {\n    sym: '藻',\n    pro: 'kwëṃgbęṃ',\n    form: '依名',\n    defs: 'periodically; occasionally',\n  },\n  {\n    sym: '祥',\n    pro: 'kwó',\n    form: '動',\n    defs: 'pluck',\n  },\n  {\n    sym: '祭',\n    pro: 'kwò',\n    form: '動',\n    defs: 'snore',\n  },\n  {\n    sym: '逮',\n    pro: 'kwò',\n    form: '動',\n    defs: 'be envious; be jealous',\n  },\n  {\n    sym: '逮è逮',\n    pro: 'kwò:è:kwòrò',\n    form: '動',\n    defs: 'be envious; be jealous',\n  },\n  {\n    sym: '訴',\n    pro: 'kwọ́',\n    form: '動',\n    defs: 'wash hands; rinse; grind; grate; saw; rub',\n  },\n  {\n    sym: '訴稼',\n    pro: 'kwọ́:áká',\n    form: '動',\n    defs: 'wash hands; rinse hands',\n  },\n  {\n    sym: '迅',\n    pro: 'kwọ̀',\n    form: '動',\n    defs: 'carry baby on the back; pick up',\n  },\n  {\n    sym: '町',\n    pro: 'kwọ̀',\n    form: '動',\n    defs: 'steer; drive; operate',\n  },\n  {\n    sym: '迅rọ́',\n    pro: 'kwọ̀:rọ́',\n    form: '動',\n    defs: 'carry baby on the back kwọ̀ 動. wash; rinse',\n  },\n  {\n    sym: 'kwọ̀稼',\n    pro: 'kwọ̀:áká',\n    form: '動',\n    defs: 'wash hands',\n  },\n  {\n    sym: 'f岐',\n    pro: 'fá',\n    form: '動',\n    defs: 'stuff; wedge; join; fill; cram; thrust; push; ram; cram; squeeze in; force in; compress; jam; file; store',\n  },\n  {\n    sym: '岐稼',\n    pro: 'fá:áká',\n    form: '動',\n    defs: 'place hands in between an object; secretly place hands between; grope',\n  },\n  {\n    sym: '岐骸',\n    pro: 'fá:ézé',\n    form: '動',\n    defs: 'floss pick teeth; clean between teeth',\n  },\n  {\n    sym: '岐襟',\n    pro: 'fá:chí',\n    form: '動',\n    defs: 'stuff; block by stuffing; close',\n  },\n  {\n    sym: '曽畏',\n    pro: 'fìè:ụ́zọ̀',\n    form: '動',\n    defs: 'miss the road; get lost',\n  },\n  {\n    sym: '触',\n    pro: 'fị̀',\n    form: '動',\n    defs: 'blow; whistle',\n  },\n  {\n    sym: '鏡',\n    pro: 'fù',\n    form: '動',\n    defs: 'lose; lost; miss; missing; make mistake; be inaccurate',\n  },\n  {\n    sym: '鏡畏',\n    pro: 'fù:ụ́zọ̀',\n    form: '動',\n    defs: 'be missing; to get lost',\n  },\n  {\n    sym: '汗',\n    pro: 'fụ́',\n    form: '動',\n    defs: 'to hurt; to be painful',\n  },\n  {\n    sym: '階é堆',\n    pro: 'fụ́:é:ró',\n    form: '依名',\n    defs: 'grow fungus; 勧掘. live forever',\n  },\n  {\n    sym: '階',\n    pro: 'fụ̀',\n    form: '動',\n    defs: 'leave; exit; come out; embark; miss; escape; produce; give-off; 撃昔営依. -off',\n  },\n  {\n    sym: '触',\n    pro: 'fụ̀',\n    form: '動',\n    defs: 'blow; puff; exhale',\n  },\n  {\n    sym: '階畏',\n    pro: 'fụ̀:ụ́zọ̀',\n    form: '動',\n    defs: 'to get out of the way',\n  },\n  {\n    sym: '階怠rà',\n    pro: 'fụ̀:tà:rà',\n    form: '動',\n    defs: 'leave; equals; results in; means',\n  },\n  {\n    sym: '階瀬',\n    pro: 'fụ̀:ékpó',\n    form: '動',\n    defs: 'perform a mask; wear masquerade costume',\n  },\n  {\n    sym: '階怠',\n    pro: 'fụ̀:tá',\n    form: '動',\n    defs: 'come out; emerge; leave',\n  },\n  {\n    sym: '均',\n    pro: 'fé',\n    form: '動',\n    defs: 'fly; wave [flag]',\n  },\n  {\n    sym: '均策',\n    pro: 'fé:há',\n    form: '動',\n    defs: 'wave; flag',\n  },\n  {\n    sym: '均階',\n    pro: 'fé:fụ̀',\n    form: '動',\n    defs: 'fly off; shake off',\n  },\n  {\n    sym: '均轄',\n    pro: 'fé:fè',\n    form: '動',\n    defs: 'glide over; fly past; fly off',\n  },\n  {\n    sym: '轄階',\n    pro: 'fé:fụ̀',\n    form: '動',\n    defs: 'fly past; pass',\n  },\n  {\n    sym: '轄階偉',\n    pro: 'fé:fụ̀:ị̀nyę',\n    form: '動',\n    defs: 'fly past the speed of light',\n  },\n  {\n    sym: '均結',\n    pro: 'fé:lí',\n    form: '動',\n    defs: 'jump up; rise suddenly; jump over',\n  },\n  {\n    sym: '均結心',\n    pro: 'fé:lí:óbì',\n    form: '動',\n    defs: 'have the heart jump; be suprised; be shocked; have the heart skip a beat',\n  },\n  {\n    sym: '轄',\n    pro: 'fè',\n    form: '動',\n    defs: 'transition; cross; pass; climb over',\n  },\n  {\n    sym: '鹿',\n    pro: 'fè',\n    form: '動',\n    defs: 'worship; praise',\n  },\n  {\n    sym: '恨',\n    pro: 'fè',\n    form: '動',\n    defs: 'fan; blow; breeze; spray',\n  },\n  {\n    sym: '轄査',\n    pro: 'fè:té',\n    form: '動',\n    defs: 'teleport',\n  },\n  {\n    sym: '轄換',\n    pro: 'fè:jé} 動. pass over; graduate f茎 {f:ó',\n    form: '動',\n    defs: 'salute; praise; honour; commend',\n  },\n  {\n    sym: '群',\n    pro: 'fọ́',\n    form: '動',\n    defs: 'remaining; left; be left over',\n  },\n  {\n    sym: '群rọ́',\n    pro: 'fọ́:rọ́} 動. be left over; remain; left F FImm 依名. film; movie; home video FÍÁḿ 依校. sound of quick motion especially with eyes FÙRÉ送ṃ {fùré:zì:ṃ} 依名. flerovium [Fl] Fọ́Kụ̀ọ́Pụ̀ 動. [colloquial] fuck up Fọ́Mị́送ṃ {fọ́mị́:zì:ṃ',\n    form: '依名',\n    defs: 'mendelevium [Md]',\n  },\n  {\n    sym: 'h奏',\n    pro: 'hà} 動. co-ordinate; take stock; check; arrange h送 {h:á} 動. send捨階 {há:fụ̀',\n    form: '動',\n    defs: 'leave; abandon; free; release; relinquish',\n  },\n  {\n    sym: '捨ǹ院',\n    pro: 'há:ǹ:rà',\n    form: '依名',\n    defs: 'unnatural',\n  },\n  {\n    sym: '捨稼',\n    pro: 'hà:áká',\n    form: '動',\n    defs: 'leave alone [of sombeody]; free',\n  },\n  {\n    sym: '循',\n    pro: 'hà',\n    form: '動',\n    defs: 'choose; pick; favour; prefer; choice',\n  },\n  {\n    sym: '譲',\n    pro: 'hà',\n    form: '動',\n    defs: 'be sized',\n  },\n  {\n    sym: '捨',\n    pro: 'hà',\n    form: '動',\n    defs: 'leave; abandon; ditch; quit; bequeath; free',\n  },\n  {\n    sym: '束',\n    pro: 'hà',\n    form: '動',\n    defs: 'fine; tax; levy; ask tribute',\n  },\n  {\n    sym: '挫',\n    pro: 'hà',\n    form: '動',\n    defs: 'equalise; equate hà 撃昔営依. [negative affix.]',\n  },\n  {\n    sym: '捨乗',\n    pro: 'hà:tọ́',\n    form: '動',\n    defs: 'relinquish; abandon',\n  },\n  {\n    sym: '奏柵',\n    pro: 'hà:ká',\n    form: '動',\n    defs: 'chart',\n  },\n  {\n    sym: '奏歌怠',\n    pro: 'hà:kọ́:tá',\n    form: '動',\n    defs: 'negotiate',\n  },\n  {\n    sym: '束ǹ束',\n    pro: 'hà:ǹ:hà',\n    form: '動',\n    defs: 'fine; tax; levy; ask tribute',\n  },\n  {\n    sym: '奏向',\n    pro: 'hà:zí',\n    form: '動',\n    defs: 'organise; schedule; coordinate; negotiate; arrange',\n  },\n  {\n    sym: '挫送',\n    pro: 'hà:zì',\n    form: '動',\n    defs: 'ration; give',\n  },\n  {\n    sym: '凶',\n    pro: 'hä',\n    form: '依名衣',\n    defs: 'they; them',\n  },\n  {\n    sym: '凶怠',\n    pro: 'hä:nwà',\n    form: '依名衣',\n    defs: 'themselves; them',\n  },\n  {\n    sym: '凶肩',\n    pro: 'hä:má',\n    form: '依t顎錦',\n    defs: '依錦. 依名衣. determiner for people and objects added before a number',\n  },\n  {\n    sym: '凶肩二',\n    pro: 'hä:má:àbụ́ọ́',\n    form: '依t顎錦',\n    defs: '依錦. 依名衣. both',\n  },\n  {\n    sym: '凶肩三',\n    pro: 'hä:má:àtọ́',\n    form: '依t顎錦',\n    defs: '依錦. 依名衣. all three',\n  },\n  {\n    sym: '凶選峡',\n    pro: 'hä:níi:lé',\n    form: '依名',\n    defs: 'everything',\n  },\n  {\n    sym: '須àkp看',\n    pro: 'hí:à:kp:à',\n    form: '動',\n    defs: 'be fat; be big; be wide',\n  },\n  {\n    sym: '璽綺階',\n    pro: 'hí:chà:fụ̀',\n    form: '動',\n    defs: 'clean off; wipe off; rub off; erase',\n  },\n  {\n    sym: '冠',\n    pro: 'ḧí',\n    form: '動',\n    defs: 'sleep; nap; be unconscious',\n  },\n  {\n    sym: '象',\n    pro: 'hì',\n    form: '動',\n    defs: 'morph; transform; change; convert; metamorphose; mutate; transfigure; become ideal',\n  },\n  {\n    sym: '須',\n    pro: 'hì',\n    form: 'ń器動',\n    defs: '動. be large; augment',\n  },\n  {\n    sym: '如',\n    pro: 'hì',\n    form: '動',\n    defs: 'tie and gather',\n  },\n  {\n    sym: '曽',\n    pro: 'hì',\n    form: '動',\n    defs: 'miss [the road]; get lost',\n  },\n  {\n    sym: '象佐',\n    pro: 'hì:gbà',\n    form: '動',\n    defs: 'evolve',\n  },\n  {\n    sym: '象餌',\n    pro: 'hì:kwà',\n    form: '動',\n    defs: 'manipulate [photo]; amend; distort',\n  },\n  {\n    sym: '璽',\n    pro: 'hì',\n    form: '動',\n    defs: 'clean; wipe',\n  },\n  {\n    sym: '如é奇',\n    pro: 'hì:é:ńkwụ́',\n    form: '動',\n    defs: 'tie and gather fire wood',\n  },\n  {\n    sym: '如歌送',\n    pro: 'hì:kọ́:zí',\n    form: '動',\n    defs: 'package; freight',\n  },\n  {\n    sym: '須裁',\n    pro: 'hì:ńé',\n    form: '動',\n    defs: '依器. be large; be plenty abundant',\n  },\n  {\n    sym: '璽綺',\n    pro: 'hì:chá',\n    form: '動',\n    defs: 'clean; wipe; rub off; erase',\n  },\n  {\n    sym: '如送',\n    pro: 'hì:zí',\n    form: '動',\n    defs: 'post; package; freight; courier send',\n  },\n  {\n    sym: '磁',\n    pro: 'hị́',\n    form: '動',\n    defs: 'dry up; wither',\n  },\n  {\n    sym: '吹',\n    pro: 'hị',\n    form: '動',\n    defs: 'mark; scratch',\n  },\n  {\n    sym: '走',\n    pro: 'hị̀',\n    form: '動',\n    defs: 'curl; squeeze; constrict; pressure; twist; distort; wring; be difficult',\n  },\n  {\n    sym: '滋',\n    pro: 'hị̀',\n    form: '動',\n    defs: 'twist; braid; wiring',\n  },\n  {\n    sym: '垂',\n    pro: 'hị̀',\n    form: '動',\n    defs: 'compress; choke',\n  },\n  {\n    sym: '走憎',\n    pro: 'hị̀:ùmé',\n    form: '動',\n    defs: 'asphyxiate',\n  },\n  {\n    sym: '走恩',\n    pro: 'hị̀:gbú',\n    form: '動',\n    defs: 'squeeze to death; constrict to death; asphyxiate',\n  },\n  {\n    sym: '走糸',\n    pro: 'hị̀:sá',\n    form: '動',\n    defs: 'squirt',\n  },\n  {\n    sym: '争',\n    pro: 'hù',\n    form: '動',\n    defs: 'bend down; submit; turn; change [for worse]; stoop; influence; respect; venerate',\n  },\n  {\n    sym: '争顧',\n    pro: 'hù:árụ́sị́',\n    form: '動',\n    defs: 'venerate deities',\n  },\n  {\n    sym: '争短',\n    pro: 'hù:ùrú',\n    form: '動',\n    defs: 'mourn; be sorrowful downcast; grieve',\n  },\n  {\n    sym: '争匠',\n    pro: 'hù:é:kpé',\n    form: '動',\n    defs: 'beg; apologise',\n  },\n  {\n    sym: '争晴災',\n    pro: 'hù:kpù:dó',\n    form: '動',\n    defs: 'upturn; turn upside down',\n  },\n  {\n    sym: '争bé',\n    pro: 'hù:bé',\n    form: '動',\n    defs: 'bow; submit',\n  },\n  {\n    sym: '争bé簡',\n    pro: 'hù:bé:ísí',\n    form: '動',\n    defs: 'incline the head; obey; submit be loyal to; give respect to',\n  },\n  {\n    sym: '争rú',\n    pro: 'hù:rú',\n    form: '動',\n    defs: 'stoop; serve; be loyal to; be devoted to; respect',\n  },\n  {\n    sym: '争rú土',\n    pro: 'hù:rú:àlà',\n    form: '動',\n    defs: 'stoop down [to the ground]',\n  },\n  {\n    sym: '争rù階',\n    pro: 'hù:rù:pụ̀',\n    form: '動',\n    defs: 'draw away; be downcast; mourn',\n  },\n  {\n    sym: '争ṃ剁',\n    pro: 'hù:ṃ:bì',\n    form: '動',\n    defs: 'lie in wait; set ambush',\n  },\n  {\n    sym: '争wé',\n    pro: 'hù:wé',\n    form: '動',\n    defs: 'bow; submit',\n  },\n  {\n    sym: '争látá',\n    pro: 'hù:látá',\n    form: '動',\n    defs: 'bend down; bend low; get down; dip; kneel; squat',\n  },\n  {\n    sym: '見',\n    pro: 'hụ́',\n    form: '動',\n    defs: 'see; realise; know; attentive; ascertain; decode; care; love; meet; agree',\n  },\n  {\n    sym: '穂',\n    pro: 'hụ́ụ́',\n    form: '動',\n    defs: 'roast; scorch',\n  },\n  {\n    sym: '随',\n    pro: 'hụ̀',\n    form: '動',\n    defs: 'shake; shiver',\n  },\n  {\n    sym: '凶ée',\n    pro: 'h:ée',\n    form: '依名衣',\n    defs: 'they; them [past tense]',\n  },\n  {\n    sym: '足',\n    pro: 'hé',\n    form: '動',\n    defs: 'be secretive stealthy; hide',\n  },\n  {\n    sym: '錦',\n    pro: 'họ̀',\n    form: '動',\n    defs: 'pick; grab; gather choose; capture; collect họ̀ 撃昔営依. [negative affix.]',\n  },\n  {\n    sym: '錦厚rị́',\n    pro: 'họ̀:chị́:rị́',\n    form: '動',\n    defs: 'hoard; seize H HAMAIKA 依名. Jamaica',\n  },\n  {\n    sym: 'HÁ送ṃ',\n    pro: 'há:zì:ṃ',\n    form: '依名',\n    defs: 'hassium [Hs] HÓÀ ḿ憾周. an expression of completion Hoomm;MUUVI ḿ憾周. Home Video films popularly distributed on VHS cassettes in the 1990s.',\n  },\n  {\n    sym: '¡Hóo;HÀ!',\n    pro: null,\n    form: 'ḿ憾周',\n    defs: 'an expression of absoluteness finallity completeness usually at the end of a statmentḦị́à ḿ憾周. response of detactchment or rejection; response to absurd statement or proposal',\n  },\n  {\n    sym: 'w恵',\n    pro: 'wá',\n    form: '動',\n    defs: 'dawn; rising of sun',\n  },\n  {\n    sym: '胃土',\n    pro: 'wá:àlà',\n    form: '動',\n    defs: 'divide land; set boundaries on land; survey land; demarcate land',\n  },\n  {\n    sym: '胃目',\n    pro: 'wá:änyä',\n    form: '動',\n    defs: 'ritually place chalk on eyes for initiation',\n  },\n  {\n    sym: '胃目',\n    pro: 'wá:änyä',\n    form: '動',\n    defs: 'be smart; intuitive; clever; worldly; be widely knowledgeable; be street smart in the know; be precocious',\n  },\n  {\n    sym: '胃稼',\n    pro: 'wá:áká',\n    form: '動',\n    defs: 'spread hands as to catch or grab; grab; grope',\n  },\n  {\n    sym: '胃装',\n    pro: 'wá:ìkpé',\n    form: '動',\n    defs: 'give judgment; make decision in a court case suit legal battle',\n  },\n  {\n    sym: '胃畏',\n    pro: 'wá:ụ́zọ̀',\n    form: '動',\n    defs: 'make a road; cut a path',\n  },\n  {\n    sym: '胃木',\n    pro: 'wá:ósísí',\n    form: '動',\n    defs: 'split wood tree; timber; saw',\n  },\n  {\n    sym: '胃逆',\n    pro: 'wá:òkè',\n    form: '動',\n    defs: 'make boundary; make division',\n  },\n  {\n    sym: '胃林',\n    pro: 'wá:ọ́ḧị́á',\n    form: '動',\n    defs: 'move through a bush; explore a bush',\n  },\n  {\n    sym: '胃夏',\n    pro: 'wá:ọ́sọ́',\n    form: '動',\n    defs: 'stake flight; run; pick up a race',\n  },\n  {\n    sym: '胃貝',\n    pro: 'wá:bà',\n    form: '動',\n    defs: 'hack into; break into; forcefully enter',\n  },\n  {\n    sym: '舷',\n    pro: 'wárá',\n    form: '依器',\n    defs: 'narrow',\n  },\n  {\n    sym: '舷舷',\n    pro: 'wárá:wárá',\n    form: '依器',\n    defs: 'narrow',\n  },\n  {\n    sym: '胃轄',\n    pro: 'wá:fè',\n    form: '動',\n    defs: 'wade',\n  },\n  {\n    sym: '胃',\n    pro: 'wà',\n    form: '動',\n    defs: 'split; smash; crack; divide; expose; hack; cut path; make way; explore; have sexual intercourse',\n  },\n  {\n    sym: '胃宜',\n    pro: 'wà:áhị́á',\n    form: '動',\n    defs: '勧掘. have a person issue ridicule in public; have a scandal or personal issue exposed in public',\n  },\n  {\n    sym: '胃益',\n    pro: 'wá:ọ́jị́',\n    form: '動',\n    defs: 'split kola nut ritually',\n  },\n  {\n    sym: '巾',\n    pro: 'wä',\n    form: '依名',\n    defs: 'ache; throb',\n  },\n  {\n    sym: '巾簡',\n    pro: 'wä:ísí',\n    form: '依名',\n    defs: 'have or cause a headache',\n  },\n  {\n    sym: '受',\n    pro: 'wú',\n    form: '動',\n    defs: 'build; establish',\n  },\n  {\n    sym: 'w君',\n    pro: 'wú',\n    form: '動',\n    defs: 'boil; seethe',\n  },\n  {\n    sym: '寛額',\n    pro: 'wú:tù',\n    form: '動',\n    defs: 'descend; disembark; come down',\n  },\n  {\n    sym: 'w照',\n    pro: 'w:ù',\n    form: '動',\n    defs: 'become known popular; spread',\n  },\n  {\n    sym: '汽',\n    pro: 'wùzó',\n    form: '動',\n    defs: 'stand up; rise; arise; lift; stabilise',\n  },\n  {\n    sym: '寛',\n    pro: 'wụ́',\n    form: '動',\n    defs: 'jump; scale',\n  },\n  {\n    sym: '恐',\n    pro: 'wụ́',\n    form: '動',\n    defs: 'pour; spill; lather; deny; starve',\n  },\n  {\n    sym: '恐頑',\n    pro: 'wụ́:àhụ́',\n    form: '動',\n    defs: 'bathe; wash the body',\n  },\n  {\n    sym: '寛夏',\n    pro: 'wụ́:ọ́sọ́',\n    form: '動',\n    defs: 'take flight; run fast; flee',\n  },\n  {\n    sym: '恐貝',\n    pro: 'wụ́:bà',\n    form: '動',\n    defs: 'pour into',\n  },\n  {\n    sym: '恐鶏',\n    pro: 'wụ́:gbà',\n    form: '動',\n    defs: 'jet; squirt',\n  },\n  {\n    sym: '恐員',\n    pro: 'wụ́:dà',\n    form: '動',\n    defs: 'flush',\n  },\n  {\n    sym: '恐階',\n    pro: 'wụ́:fụ̀',\n    form: '動',\n    defs: 'pour out; discard liquid; spill; flow out; waste',\n  },\n  {\n    sym: '恐轄策',\n    pro: 'wụ́:fè:ghá',\n    form: '動',\n    defs: 'pour over',\n  },\n  {\n    sym: '恐角',\n    pro: 'wụ́:nyé',\n    form: '動',\n    defs: 'pour into',\n  },\n  {\n    sym: '恐猿',\n    pro: 'w:ụ́:ńrí',\n    form: '動',\n    defs: 'deny food; starve',\n  },\n  {\n    sym: '恐糸',\n    pro: 'wụ́:sá',\n    form: '動',\n    defs: 'wash away; inundate; jet; spray',\n  },\n  {\n    sym: '恐据',\n    pro: 'wụ́:sé',\n    form: '動',\n    defs: 'flush',\n  },\n  {\n    sym: '恐憬',\n    pro: 'wụ̀:sá',\n    form: '動',\n    defs: 'pour; throw carelessly',\n  },\n  {\n    sym: '響',\n    pro: 'wé',\n    form: '動',\n    defs: 'anger; upset; to be upset by',\n  },\n  {\n    sym: '各貝',\n    pro: 'wé:bà',\n    form: '動',\n    defs: 'import; bring in',\n  },\n  {\n    sym: '各貝怠',\n    pro: 'wé:bà:tà',\n    form: '動',\n    defs: 'import; bring in; entering',\n  },\n  {\n    sym: '各貝額',\n    pro: 'wé:bà:tù',\n    form: '動',\n    defs: 'record; bring in and keep',\n  },\n  {\n    sym: '各額',\n    pro: 'wé:tù',\n    form: '動',\n    defs: 'take down; reduce; pull down; bring down',\n  },\n  {\n    sym: '各額心',\n    pro: 'wé:tù:óbì',\n    form: '動',\n    defs: 'calm down',\n  },\n  {\n    sym: '各階',\n    pro: 'wé:fụ̀',\n    form: '動',\n    defs: 'remove; take away',\n  },\n  {\n    sym: '各階怠',\n    pro: 'wé:fụ̀:tá',\n    form: '動',\n    defs: 'take out; bring out',\n  },\n  {\n    sym: '各堪火',\n    pro: 'wé:zùgá',\n    form: '動',\n    defs: 'omit; take away; ń 器動. except for; with exception of; apart from; unless',\n  },\n  {\n    sym: '各',\n    pro: 'wè',\n    form: '動',\n    defs: 'take; remove; choose; ordain',\n  },\n  {\n    sym: '各ré',\n    pro: 'wè:ré',\n    form: '動',\n    defs: 'take; regard as; adopt',\n  },\n  {\n    sym: '各ré韓',\n    pro: 'wè:ré:kà',\n    form: '動',\n    defs: 'take as; regard; assume',\n  },\n  {\n    sym: '各怠',\n    pro: 'wè:tá',\n    form: '動',\n    defs: 'bring; bring in',\n  },\n  {\n    sym: '各結',\n    pro: 'wè:lí',\n    form: '動',\n    defs: 'pick up; lift; improve; raise',\n  },\n  {\n    sym: '各結é',\n    pro: 'wè:lí:é',\n    form: '動',\n    defs: 'update',\n  },\n  {\n    sym: '各結醜',\n    pro: 'wè:lí:té',\n    form: '動',\n    defs: 'pick up; lift; improve; raise',\n  },\n  {\n    sym: '各向結',\n    pro: 'wè:zí:lí',\n    form: '動',\n    defs: 'improve; enhance',\n  },\n  {\n    sym: 'w収',\n    pro: 'w:ò',\n    form: '動',\n    defs: 'bore; poke',\n  },\n  {\n    sym: 'w既',\n    pro: 'w:ò',\n    form: '動',\n    defs: 'wear; put on; shed skin W Wụ̀Rụ̀Wụ́Rụ́ 依器. cunning; sly; tricky; dodgy nw',\n  },\n  {\n    sym: '子',\n    pro: 'nwä',\n    form: '依名',\n    defs: 'child; baby; offspring; thing of; 依器. small; -let',\n  },\n  {\n    sym: 'nw育',\n    pro: 'nw:ä',\n    form: '依名',\n    defs: 'shine; glow',\n  },\n  {\n    sym: '子菌',\n    pro: 'nwä:átụ́rụ́ụ́',\n    form: '依名',\n    defs: 'lamb; ewe',\n  },\n  {\n    sym: '子á絵',\n    pro: 'nwä:á:jụ́jụ́',\n    form: '依名',\n    defs: 'question',\n  },\n  {\n    sym: '子割',\n    pro: 'nwä:àdá',\n    form: '依名',\n    defs: 'daughter; first daughter [pet name form]; miss',\n  },\n  {\n    sym: '子牙',\n    pro: 'nwä:àkà',\n    form: '依名',\n    defs: 'dwarf; little people; dwarfism',\n  },\n  {\n    sym: '子女',\n    pro: 'nwä:ànyị̀',\n    form: '依名',\n    defs: 'woman; girl',\n  },\n  {\n    sym: '子女袖妊',\n    pro: 'nwä:ànyị̀:áfọ́:ímé',\n    form: '依名',\n    defs: 'a pregnant female; an Ekpe masquerade of Umuahia',\n  },\n  {\n    sym: '子女楷',\n    pro: 'nwä:ànyị̀:àgà',\n    form: '依名',\n    defs: 'infertile woman',\n  },\n  {\n    sym: '子詳',\n    pro: 'nwä:ìchékú',\n    form: '依名',\n    defs: 'carbon [C]',\n  },\n  {\n    sym: '子除',\n    pro: 'nwä:ị̀bá',\n    form: '依名',\n    defs: 'underpants; men’s underpants woven from a mix of cotton grass and tree-bark',\n  },\n  {\n    sym: '子ú詳',\n    pro: 'nwä:ùnyì',\n    form: '依名',\n    defs: 'boron [B]',\n  },\n  {\n    sym: '子世',\n    pro: 'nwä:ụ̀wà',\n    form: '依名',\n    defs: 'woman [Onicha]',\n  },\n  {\n    sym: '子賀',\n    pro: 'nwä:éhí',\n    form: '依名',\n    defs: 'calf',\n  },\n  {\n    sym: '子巣',\n    pro: 'nwä:é:né:té',\n    form: '依名',\n    defs: 'fatherless child; child born out of wedlock; bastard',\n  },\n  {\n    sym: '子ó渓',\n    pro: 'nwä:ó:gbènyè',\n    form: '依名',\n    defs: 'orphan; destitute',\n  },\n  {\n    sym: '子男',\n    pro: 'nwä:óké',\n    form: '依名',\n    defs: 'man; boy',\n  },\n  {\n    sym: '子鼠',\n    pro: 'nwä:òké',\n    form: '依名',\n    defs: 'mouse; mice',\n  },\n  {\n    sym: '子奴',\n    pro: 'nwä:ókó',\n    form: '依名',\n    defs: 'man; boy',\n  },\n  {\n    sym: '子郡',\n    pro: 'nwä:ọ̀dụ̀ḿ',\n    form: '依名',\n    defs: 'lion cub',\n  },\n  {\n    sym: '子挙',\n    pro: 'nwä:ọ̀yị̀',\n    form: '依名',\n    defs: 'love child; bastard',\n  },\n  {\n    sym: '子BÈKÈE',\n    pro: 'nwä:bèkÈE',\n    form: '依名',\n    defs: 'white person; Western person',\n  },\n  {\n    sym: '子擦',\n    pro: 'nwä:kánwá',\n    form: '依名',\n    defs: 'nitrogen [N]',\n  },\n  {\n    sym: '子子女',\n    pro: 'nwä:nwä:ànyị̀',\n    form: '依名',\n    defs: 'daughter; female person; woman; girl',\n  },\n  {\n    sym: '子子男',\n    pro: 'nwä:nwä:óké',\n    form: '依名',\n    defs: 'son; male person; man; boy',\n  },\n  {\n    sym: '子人',\n    pro: 'nwä:mádụ̀',\n    form: '依名',\n    defs: 'person; human',\n  },\n  {\n    sym: '子霊',\n    pro: 'nwä:ḿụ́ọo',\n    form: '依名',\n    defs: 'spirit; spirit child; doll; toy',\n  },\n  {\n    sym: '子乾',\n    pro: 'nwä:ḿbá',\n    form: '依名',\n    defs: 'feline; cat',\n  },\n  {\n    sym: '子ṃ客圧',\n    pro: 'nwä:ṃ:kpà:àkụ̀',\n    form: '依名',\n    defs: 'gold-digger; opportunist',\n  },\n  {\n    sym: '子耳',\n    pro: 'nwä:ṃkpí',\n    form: '依名',\n    defs: 'he-goat',\n  },\n  {\n    sym: '子穏',\n    pro: 'nwä:ńà',\n    form: '依名',\n    defs: 'sibling; relative; paternal sibling; informal friend pal',\n  },\n  {\n    sym: '子温',\n    pro: 'nwä:ńë',\n    form: '依名',\n    defs: 'sibling; relative; maternal sibling; informal friend pal',\n  },\n  {\n    sym: '子温袖',\n    pro: 'nwä:ńë:áfọ́',\n    form: '依名',\n    defs: 'sibling by same mother',\n  },\n  {\n    sym: '子温患',\n    pro: 'nwä:ńë:échí',\n    form: '依名',\n    defs: 'day after tomorrow',\n  },\n  {\n    sym: '子温子女',\n    pro: 'nwä:ńë:nwä:ànyị̀',\n    form: '依名',\n    defs: 'sister',\n  },\n  {\n    sym: '子温子男',\n    pro: 'nwä:ńë:nwä:óké',\n    form: '依名',\n    defs: 'brother',\n  },\n  {\n    sym: '子掘',\n    pro: 'nwä:ńtà',\n    form: '依名',\n    defs: 'child; baby; infant',\n  },\n  {\n    sym: '子ń収遠',\n    pro: 'nwä:ń:dụ́:ọ́kụ́',\n    form: '動',\n    defs: 'electron',\n  },\n  {\n    sym: '子雌',\n    pro: 'nwä:ǹgàjì',\n    form: '依名',\n    defs: 'teaspoon',\n  },\n  {\n    sym: '究',\n    pro: 'nwätà',\n    form: '依名',\n    defs: 'child; baby; infant; toddler',\n  },\n  {\n    sym: '究熊',\n    pro: 'nwätà:kị́rị́',\n    form: '依名',\n    defs: 'baby; toddler; infant; child',\n  },\n  {\n    sym: '子悦',\n    pro: 'nwä:ńzụ́',\n    form: '依名',\n    defs: 'calcium [Ca]',\n  },\n  {\n    sym: '驚',\n    pro: 'nwänyọ̀',\n    form: '依器',\n    defs: 'ń器動. gently; gentle; carefully; slowly; stabilise; stable',\n  },\n  {\n    sym: '子s休休',\n    pro: 'nwä:s:ị́isị̀i',\n    form: '依名',\n    defs: 'day-old chick; sacrificial chicken',\n  },\n  {\n    sym: '色',\n    pro: 'nwà} 動. challenge; try; test; dare; prove; endeavour; risk; attempt 浪遭: 互丘 {gbá:ṃgbọ̀',\n    form: null,\n    defs: null,\n  },\n  {\n    sym: '怠',\n    pro: 'nwà',\n    form: '撃昔営依',\n    defs: 'particle for emphasis on pronoun',\n  },\n  {\n    sym: '色果',\n    pro: 'nwà:íké',\n    form: '動',\n    defs: 'try hard; lift weights',\n  },\n  {\n    sym: '色浪',\n    pro: 'nwà:lé',\n    form: '動',\n    defs: 'try; test; probe; trial; assess; evaluate; scrutinise',\n  },\n  {\n    sym: '円',\n    pro: 'nwínyè',\n    form: '依名',\n    defs: 'wife; partner',\n  },\n  {\n    sym: '照',\n    pro: 'nwú',\n    form: '動',\n    defs: 'illuminate; emanate; blaze; alight; catch fire; flame; be fashionable; be trendy; shine; burn; be clean pure bright; flare',\n  },\n  {\n    sym: '競',\n    pro: 'nwú',\n    form: '動',\n    defs: 'upset; hurt; sadden; pain; grieve; trouble; distress; sorrow; anguish',\n  },\n  {\n    sym: '照遠',\n    pro: 'nwú:ọ́kụ́',\n    form: '動',\n    defs: 'be hot; have fever; have temperature; catch fever; ignite',\n  },\n  {\n    sym: '競醜',\n    pro: 'nwú:té',\n    form: '動',\n    defs: 'be upset or upsetting hurt sadden in pain grieve trouble distressed sorrow anguish',\n  },\n  {\n    sym: '籠',\n    pro: 'nwụ́',\n    form: '動',\n    defs: 'die; decease; end',\n  },\n  {\n    sym: '性',\n    pro: 'nwụ́',\n    form: '動',\n    defs: 'grasp; clinch',\n  },\n  {\n    sym: '性dé',\n    pro: 'nwụ́:dé',\n    form: '動',\n    defs: 'grasp; nab; apprehend',\n  },\n  {\n    sym: '性rụ́',\n    pro: 'nwụ́:rụ́',\n    form: '動',\n    defs: 'grasp; nab; apprehend',\n  },\n  {\n    sym: '籠乗',\n    pro: 'nwụ́:tọ́',\n    form: '動',\n    defs: 'die suddenly',\n  },\n  {\n    sym: '籠曹',\n    pro: 'nwụ́:nyụ́',\n    form: '動',\n    defs: 'be extinguished; die out',\n  },\n  {\n    sym: '籠曹目',\n    pro: 'nwụ́:nyụ́:änyä',\n    form: '動',\n    defs: 'be extinguished completely; die out completely',\n  },\n  {\n    sym: '籠選',\n    pro: 'nwụ́:chá',\n    form: '動',\n    defs: 'go extinct; die completely',\n  },\n  {\n    sym: '禾紳',\n    pro: 'nwë:èbùbè',\n    form: '動',\n    defs: 'be powerful in presence; be full of aura; be legendary',\n  },\n  {\n    sym: '禾怠自',\n    pro: 'nwë:tá:ònwé',\n    form: '動',\n    defs: '勧掘. possess oneself; refresh oneself; refocus; be free',\n  },\n  {\n    sym: '禾',\n    pro: 'nwę',\n    form: '動',\n    defs: 'have; posses',\n  },\n  {\n    sym: '禾果',\n    pro: 'nwę:íké',\n    form: '動',\n    defs: 'have the ability',\n  },\n  {\n    sym: '禾果台',\n    pro: 'nwę:íké:ị́',\n    form: '動',\n    defs: 'can; have the permission to; have the ability to; be possible',\n  },\n  {\n    sym: '禾虞',\n    pro: 'nwę:úchè',\n    form: '動',\n    defs: 'have common sense; be sensible',\n  },\n  {\n    sym: '禾怠心',\n    pro: 'nwę:tá:óbì',\n    form: '動',\n    defs: 'gain trust [of someone]',\n  },\n  {\n    sym: '永',\n    pro: 'nwó',\n    form: '依ọ̀接接',\n    defs: 'so',\n  },\n  {\n    sym: '減',\n    pro: 'nwó',\n    form: '動',\n    defs: 'pluck; pick',\n  },\n  {\n    sym: 'y案',\n    pro: 'yá',\n    form: '依名衣',\n    defs: 'she; her; he; his; it',\n  },\n  {\n    sym: '案怠',\n    pro: 'yá:nwà',\n    form: '依名衣',\n    defs: 'themselves; himself; herself; itself',\n  },\n  {\n    sym: '緊',\n    pro: 'yí',\n    form: '動',\n    defs: 'swear; vow; swear oath',\n  },\n  {\n    sym: '谷',\n    pro: 'yí',\n    form: '動',\n    defs: 'turn',\n  },\n  {\n    sym: '既',\n    pro: 'yì',\n    form: '動',\n    defs: 'wear; dress; clothe',\n  },\n  {\n    sym: '亀',\n    pro: 'yì',\n    form: '動',\n    defs: 'resemble; look alike',\n  },\n  {\n    sym: '族',\n    pro: 'yì',\n    form: '動',\n    defs: 'appoint',\n  },\n  {\n    sym: 'y訓',\n    pro: 'y:ì',\n    form: '動',\n    defs: 'lay [eggs]',\n  },\n  {\n    sym: '接議',\n    pro: 'yì:jì',\n    form: '動',\n    defs: 'conjoin',\n  },\n  {\n    sym: '接',\n    pro: 'yị̀',\n    form: '動',\n    defs: 'link; join; unify; copulate; accompany 接à;',\n  },\n  {\n    sym: '挙',\n    pro: 'yị̀:à:ọ̀yị̀',\n    form: '動',\n    defs: 'be in a sexual relationship; have sexual relations',\n  },\n  {\n    sym: 'yè声',\n    pro: 'yè:ḿbọ́',\n    form: '動',\n    defs: 'scratch with fingernails',\n  },\n  {\n    sym: '掃',\n    pro: 'yó',\n    form: '動',\n    defs: 'swallow; engulf; eat yọ̀ 動. return',\n  },\n  {\n    sym: 'y祉',\n    pro: 'y:ọ̀',\n    form: '動',\n    defs: 'return',\n  },\n  {\n    sym: '松',\n    pro: 'yọ̀',\n    form: '動',\n    defs: 'rattle; jangle; shake and make noise',\n  },\n  {\n    sym: '側',\n    pro: 'yọ̀',\n    form: '動',\n    defs: 'dangle; droop; swing; loosen; lose',\n  },\n  {\n    sym: '薦',\n    pro: 'yọ̀',\n    form: '動',\n    defs: 'sieve',\n  },\n  {\n    sym: 'y祉ó',\n    pro: 'y:ọ̀hú:ó',\n    form: '動',\n    defs: 'return',\n  },\n  {\n    sym: '側á謹',\n    pro: 'yọ̀:á:kwụ̀',\n    form: '動',\n    defs: 'lose tension; loose tone',\n  },\n  {\n    sym: 'm煙',\n    pro: 'má',\n    form: '動',\n    defs: 'be beautiful; be good; be well; be healthy; be proper',\n  },\n  {\n    sym: '肢',\n    pro: 'má',\n    form: '動',\n    defs: 'be good; proper; be better',\n  },\n  {\n    sym: '件',\n    pro: 'má',\n    form: '動',\n    defs: 'throw; toss; move',\n  },\n  {\n    sym: '隔',\n    pro: 'má',\n    form: '動',\n    defs: 'inflict; infect; pass on; affect; shake',\n  },\n  {\n    sym: '健',\n    pro: 'má',\n    form: '動',\n    defs: 'announce; establish; proclaim; declare; buy; will; going to; about to',\n  },\n  {\n    sym: '信',\n    pro: 'má',\n    form: '動',\n    defs: 'mould; mold; shape; contour; cast',\n  },\n  {\n    sym: '兼',\n    pro: 'má',\n    form: '動',\n    defs: 'press; rub',\n  },\n  {\n    sym: '拳',\n    pro: 'má',\n    form: '動',\n    defs: 'wrap; tie; fasten',\n  },\n  {\n    sym: 'm霊',\n    pro: 'm:á',\n    form: '依名',\n    defs: 'spirit [Nsuka]',\n  },\n  {\n    sym: '拳升',\n    pro: 'má:ákpụ̀',\n    form: '動',\n    defs: 'make a knot; tie a knot',\n  },\n  {\n    sym: '件稼',\n    pro: 'má:áká',\n    form: '動',\n    defs: 'bet; gamble; make a wager; compete',\n  },\n  {\n    sym: '拳布',\n    pro: 'má:ákwà',\n    form: '動',\n    defs: 'wrap wear cloth; tie a cloth; wear a loin cloth',\n  },\n  {\n    sym: '隔娯',\n    pro: 'má:àbụ̀bà',\n    form: '動',\n    defs: 'become fat',\n  },\n  {\n    sym: '件固',\n    pro: 'má:àtụ̀',\n    form: '動',\n    defs: 'compare; give as example; make example',\n  },\n  {\n    sym: '隔頑',\n    pro: 'má:àhụ́',\n    form: '動',\n    defs: 'be moved by; desire something',\n  },\n  {\n    sym: '隔専',\n    pro: 'má:àgwà',\n    form: '動',\n    defs: 'miss someone; feel nostalgia deep sense of loss',\n  },\n  {\n    sym: '件臭',\n    pro: 'má:ímí',\n    form: '動',\n    defs: 'blow nose; clear nose [of debris]',\n  },\n  {\n    sym: '健漁',\n    pro: 'má:ìwú',\n    form: '動',\n    defs: 'enact law; make a proclamation; legislate',\n  },\n  {\n    sym: '隔装',\n    pro: 'má:ìkpé',\n    form: '動',\n    defs: 'convict; condemn; find guilty; press charges',\n  },\n  {\n    sym: '件台樹',\n    pro: 'má:ị̀:tá',\n    form: '動',\n    defs: 'bet; cast lots; make a wager',\n  },\n  {\n    sym: '件úz彰',\n    pro: 'má:úz:éré',\n    form: '動',\n    defs: 'sneeze',\n  },\n  {\n    sym: '丸致',\n    pro: 'má:ụ́má',\n    form: 'ń器動',\n    defs: 'do purposely; deliberately; calculated; act willfully; do willfully',\n  },\n  {\n    sym: '件甚',\n    pro: 'má:ụ́má',\n    form: '動',\n    defs: 'have left over; have remainder; have left over number after division',\n  },\n  {\n    sym: '丸畏',\n    pro: 'má:ụ́zọ̀',\n    form: '動',\n    defs: 'know the road; be early punctual',\n  },\n  {\n    sym: '隔紳',\n    pro: 'má:èbùbè',\n    form: '動',\n    defs: 'tremble; shake with fear',\n  },\n  {\n    sym: '隔苛',\n    pro: 'má:óyí',\n    form: '動',\n    defs: 'inflict cold; have or cause fever; be feverish',\n  },\n  {\n    sym: '健狙',\n    pro: 'má:ọ́kwà',\n    form: '動',\n    defs: 'make announcement; declare; warn',\n  },\n  {\n    sym: '件詮',\n    pro: 'má:ọ́rá',\n    form: '動',\n    defs: 'assault; slap',\n  },\n  {\n    sym: '人',\n    pro: 'mádụ̀',\n    form: '依名',\n    defs: 'human; person; man; humanity; mankind [Homo sapien]',\n  },\n  {\n    sym: '煙環',\n    pro: 'má:ká',\n    form: '動',\n    defs: '依器. be perfect; very beautiful fantastic',\n  },\n  {\n    sym: '件階',\n    pro: 'má:fụ̀',\n    form: '動',\n    defs: 'throw away; chuck; dispose; lose; lose object by carelessness',\n  },\n  {\n    sym: '拳硬',\n    pro: 'má:ghá',\n    form: '動',\n    defs: 'warp',\n  },\n  {\n    sym: '煙ḿ煙',\n    pro: 'má:ḿ:má',\n    form: '動',\n    defs: 'to be beautiful; to be pretty',\n  },\n  {\n    sym: '煙ḿ煙子女',\n    pro: 'má:ḿ:má:nwä:ànyị̀',\n    form: '動',\n    defs: 'to be a beautiful or pretty woman; to be beautiful as a woman',\n  },\n  {\n    sym: '煙ḿ煙子男',\n    pro: 'má:ḿ:má:nwä:óké',\n    form: '動',\n    defs: 'to be a beautiful or handsome man; to be beautiful as a man',\n  },\n  {\n    sym: '隔氏',\n    pro: 'má:ḿà',\n    form: '動',\n    defs: 'stab with a knife',\n  },\n  {\n    sym: 'm肢ḿ肢',\n    pro: 'm:á:ḿ:má',\n    form: 'ḿ憾周',\n    defs: 'greeting of hello polite greeting for elders',\n  },\n  {\n    sym: '宅',\n    pro: 'máḿị́rị́',\n    form: '依名',\n    defs: 'urine; piss',\n  },\n  {\n    sym: '隔紺',\n    pro: 'má:ǹjàkị̀rị̀',\n    form: '動',\n    defs: 'tease; joke; make fun of; ridicule',\n  },\n  {\n    sym: '兼茎',\n    pro: 'má:jà',\n    form: '動',\n    defs: 'shout at; frighten; intimidate strongly; startle; frighten; scare; intimidate; confront',\n  },\n  {\n    sym: '件折',\n    pro: 'má:jí',\n    form: '動',\n    defs: 'fold',\n  },\n  {\n    sym: '拳毀',\n    pro: 'má:jí',\n    form: '動',\n    defs: 'stake up yam',\n  },\n  {\n    sym: '楼',\n    pro: 'máazị́',\n    form: '依名',\n    defs: 'sir; mister; a man who has killed a cow the title is originally given to people whose father’s are deceased',\n  },\n  {\n    sym: '肢sị́rị́',\n    pro: 'má:sị́rị́',\n    form: '動',\n    defs: 'like; find agreeable enjoyable satisfactory; prerogrative; concern',\n  },\n  {\n    sym: '丸',\n    pro: 'mà',\n    form: '動',\n    defs: 'know; learn; understand; recognise; be acquainted with; be used to',\n  },\n  {\n    sym: '肩',\n    pro: 'mà',\n    form: '動',\n    defs: 'measure',\n  },\n  {\n    sym: '雲',\n    pro: 'mà',\n    form: '依ọ̀接接',\n    defs: 'but; in addition; if not; if',\n  },\n  {\n    sym: '浦',\n    pro: 'mà',\n    form: '依ọ̀接接',\n    defs: 'or',\n  },\n  {\n    sym: '臣',\n    pro: 'mà',\n    form: '依ọ̀接接',\n    defs: 'also',\n  },\n  {\n    sym: '丸致',\n    pro: 'mà:ụ̀má',\n    form: '動',\n    defs: 'do on purpose deliberately knowingly; do intentionally',\n  },\n  {\n    sym: '丸怠',\n    pro: 'mà:tá',\n    form: '動',\n    defs: 'know; learn; understand; recognise; detect',\n  },\n  {\n    sym: '隔興',\n    pro: 'mà:tụ́',\n    form: '動',\n    defs: 'affect; inflict',\n  },\n  {\n    sym: '泳',\n    pro: 'màkà',\n    form: '依ọ̀接接',\n    defs: 'ń器動. because; about; regarding; concerning',\n  },\n  {\n    sym: '丸h遷',\n    pro: 'mà:hà:dùṃ',\n    form: '依名',\n    defs: 'university',\n  },\n  {\n    sym: '浦畝',\n    pro: 'mà:nà',\n    form: '依ọ̀接接',\n    defs: 'or',\n  },\n  {\n    sym: '雲畝',\n    pro: 'mà:nà',\n    form: '依ọ̀接接',\n    defs: 'but',\n  },\n  {\n    sym: '臣畝',\n    pro: 'mà:nà',\n    form: '依ọ̀接接',\n    defs: 'also; and; in addition',\n  },\n  {\n    sym: '拳結é',\n    pro: 'mà:lí:é',\n    form: '動',\n    defs: 'prop up',\n  },\n  {\n    sym: '件結醜',\n    pro: 'mà:lí:té',\n    form: '動',\n    defs: 'begin; commence; start',\n  },\n  {\n    sym: '琴',\n    pro: 'mì',\n    form: '動',\n    defs: 'sink; increase in depth',\n  },\n  {\n    sym: '琴ò琴琴',\n    pro: 'mì:ò:mì:mì',\n    form: '動',\n    defs: 'dive; sink',\n  },\n  {\n    sym: '尊',\n    pro: 'mị́',\n    form: '動',\n    defs: 'throb',\n  },\n  {\n    sym: '嗣',\n    pro: 'mị́',\n    form: '動',\n    defs: 'slip; slide',\n  },\n  {\n    sym: '詩階',\n    pro: 'mị́:fụ̀',\n    form: '動',\n    defs: 'bud; sprout',\n  },\n  {\n    sym: '詩',\n    pro: 'mị̀',\n    form: '動',\n    defs: 'bear fruit; sprout; bud',\n  },\n  {\n    sym: 'mị́候',\n    pro: 'mị́:íyì',\n    form: '依名',\n    defs: 'silicon [Si]',\n  },\n  {\n    sym: '試',\n    pro: 'mị̀',\n    form: '動',\n    defs: 'suck; absorb; sip',\n  },\n  {\n    sym: '試口',\n    pro: 'mị̀:ọ́nụ́',\n    form: '動',\n    defs: 'kiss; purse lips; pout',\n  },\n  {\n    sym: '詩画',\n    pro: 'mị̀:ḿkpụ́rụ́',\n    form: '動',\n    defs: 'bear fruit',\n  },\n  {\n    sym: '花',\n    pro: 'mụ́',\n    form: '依名衣',\n    defs: 'me; myself; I',\n  },\n  {\n    sym: '銭',\n    pro: 'mụ́',\n    form: '動',\n    defs: 'sharpen; shine',\n  },\n  {\n    sym: '銭目',\n    pro: 'mụ́:änyä',\n    form: '勧掘',\n    defs: '動. be aware; be smart',\n  },\n  {\n    sym: '花怠',\n    pro: 'mụ́:nwà',\n    form: '依名衣',\n    defs: 'myself',\n  },\n  {\n    sym: '花畝佳',\n    pro: 'mụ́:nà:gị́',\n    form: '勧掘',\n    defs: 'me and you and expression of a challenge or warning usually in anger and as a threat of retribution',\n  },\n  {\n    sym: '格',\n    pro: 'mụ̀',\n    form: '動',\n    defs: 'birth; procreate',\n  },\n  {\n    sym: '黄',\n    pro: 'mụ̀',\n    form: '動',\n    defs: 'learn; study',\n  },\n  {\n    sym: '志',\n    pro: 'mụ̀',\n    form: '動',\n    defs: 'laugh; smile',\n  },\n  {\n    sym: '潜',\n    pro: 'mụ̀',\n    form: '動',\n    defs: 'shine; glow; sparkle',\n  },\n  {\n    sym: '志á志',\n    pro: 'mụ̀:á:mụ̀',\n    form: '動',\n    defs: 'laugh; smile',\n  },\n  {\n    sym: '志ë志',\n    pro: 'mụ̀:ë:mụ̀',\n    form: '動',\n    defs: 'laugh; smile',\n  },\n  {\n    sym: '黄怠',\n    pro: 'mụ̀:tá',\n    form: '動',\n    defs: 'learn; acquire knowledge',\n  },\n  {\n    sym: '潜椅',\n    pro: 'mụ̀:ké',\n    form: '動',\n    defs: 'sparkle; spark; glitter; twinkle; shimmer',\n  },\n  {\n    sym: '潜k照',\n    pro: 'mụ̀:k:é',\n    form: '動',\n    defs: 'sparkle; spark; glitter; twinkle; shimmer',\n  },\n  {\n    sym: '格sị́',\n    pro: 'mụ̀:sị́',\n    form: '動',\n    defs: 'spawn',\n  },\n  {\n    sym: '死',\n    pro: 'mébì',\n    form: '動',\n    defs: 'spoil; expire',\n  },\n  {\n    sym: '偶',\n    pro: 'mè',\n    form: '撃昔営依',\n    defs: '動. open; close; spread',\n  },\n  {\n    sym: '偶偶',\n    pro: 'mè:pé',\n    form: '動',\n    defs: 'open; spread open',\n  },\n  {\n    sym: '偶pó',\n    pro: 'mè:pó',\n    form: '動',\n    defs: 'open; spread open',\n  },\n  {\n    sym: '偶故',\n    pro: 'mè:ghé',\n    form: '動',\n    defs: 'open; pry open; widen',\n  },\n  {\n    sym: '偶襟',\n    pro: 'mè:cí',\n    form: '動',\n    defs: 'close',\n  },\n  {\n    sym: '壊',\n    pro: 'më',\n    form: '動',\n    defs: 'do; act; fabricate; make; abuse; mistreat; commit sorcery on',\n  },\n  {\n    sym: '壊bò',\n    pro: 'më:bò',\n    form: '動',\n    defs: 'has not',\n  },\n  {\n    sym: '壊誤',\n    pro: 'më:bò',\n    form: '動',\n    defs: 'has not',\n  },\n  {\n    sym: '壊辞',\n    pro: 'më:bọ́',\n    form: '動',\n    defs: 'act over limits; embarrass; lack respect [for oneself]; disgrace; expose to ridicule',\n  },\n  {\n    sym: '壊GAI',\n    pro: 'më:gai',\n    form: '動',\n    defs: 'put on the airs of a cool or trendy person [especially of a man or boy]',\n  },\n  {\n    sym: '壊恩',\n    pro: 'më:gbú',\n    form: '動',\n    defs: 'mistreat; abuse; discriminate; cheat; swindle',\n  },\n  {\n    sym: '壊ghèríé',\n    pro: 'më:ghèríé',\n    form: '動',\n    defs: 'redo',\n  },\n  {\n    sym: '壊概',\n    pro: 'më:rrí',\n    form: '動',\n    defs: 'beat; trump; increase; conquer; defeat',\n  },\n  {\n    sym: '壊億',\n    pro: 'më:rụ́',\n    form: '動',\n    defs: 'hurt; harm; injure',\n  },\n  {\n    sym: '壊億頑',\n    pro: 'më:rụ́:àhụ́',\n    form: '動',\n    defs: 'hurt oneself; harm body; be in an accident to results in injury',\n  },\n  {\n    sym: '壊興',\n    pro: 'më:tụ́',\n    form: '動',\n    defs: 'affect; inflect',\n  },\n  {\n    sym: '壊需',\n    pro: 'më:të',\n    form: '動',\n    defs: 'wake',\n  },\n  {\n    sym: '壊環',\n    pro: 'më:ká',\n    form: '動',\n    defs: 'do better; beat; defeat',\n  },\n  {\n    sym: '壊環rị́',\n    pro: 'më:ká:rị́',\n    form: '動',\n    defs: 'act over limits; overdo; lack respect',\n  },\n  {\n    sym: '壊環rị́自',\n    pro: 'më:ká:rị́:ònwé',\n    form: '動',\n    defs: 'act over limits; overdo; lack respect for self',\n  },\n  {\n    sym: '壊韓',\n    pro: 'më:kà',\n    form: '動',\n    defs: 'act; pretend; do like',\n  },\n  {\n    sym: '壊歌',\n    pro: 'më:kọ́',\n    form: '動',\n    defs: 'join; mix; connect; have sexual intercourse',\n  },\n  {\n    sym: '壊歌怠',\n    pro: 'më:kọ́:tá',\n    form: '動',\n    defs: 'join; mix; connect; have sexual intercourse',\n  },\n  {\n    sym: '壊階',\n    pro: 'më:fụ̀',\n    form: '動',\n    defs: 'misdo; make mistake',\n  },\n  {\n    sym: '壊子',\n    pro: 'më:nwä',\n    form: '依器',\n    defs: 'childish; childlike; infantile; juvenile',\n  },\n  {\n    sym: '壊営ụ̀接',\n    pro: 'më:nà:ụ̀:yị̀',\n    form: '動',\n    defs: 'conform; synchronise; unify; come together; fit in; harmonise',\n  },\n  {\n    sym: '壊営去',\n    pro: 'më:nà:ùdó',\n    form: '動',\n    defs: 'pacify; be peaceful; be gentle',\n  },\n  {\n    sym: '壊化',\n    pro: 'më:ńjọ́',\n    form: '動',\n    defs: 'commit sin; do bad',\n  },\n  {\n    sym: '壊吉rà',\n    pro: 'më:ǹgà:rà',\n    form: '動',\n    defs: 'act flirtatiously; flirt',\n  },\n  {\n    sym: '壊吉吉',\n    pro: 'më:ǹgà:ǹgà',\n    form: '動',\n    defs: 'act pompously; act arrogantly; boast; act flirtatiously; flirt',\n  },\n  {\n    sym: '壊ǹ接',\n    pro: 'më:ǹ:yị̀',\n    form: '動',\n    defs: 'synchronis; sync',\n  },\n  {\n    sym: '壊結',\n    pro: 'më:lí',\n    form: '動',\n    defs: 'beat; trump; increase',\n  },\n  {\n    sym: '壊結醜',\n    pro: 'më:lí:té',\n    form: '動',\n    defs: 'uphold; restore; update; improve',\n  },\n  {\n    sym: '壊結é',\n    pro: 'më:lì:é',\n    form: '動',\n    defs: 'increase',\n  },\n  {\n    sym: '壊誇',\n    pro: 'më:jọ́',\n    form: '動',\n    defs: 'do bad; abuse',\n  },\n  {\n    sym: '壊選',\n    pro: 'më:chá',\n    form: '動',\n    defs: 'finish; complete an action',\n  },\n  {\n    sym: '壊ch詳',\n    pro: 'më:ch:ù',\n    form: '動',\n    defs: 'tarnish; be tarnished; fade; stain',\n  },\n  {\n    sym: '壊ch詳垣',\n    pro: 'më:ch:ù:ínyú',\n    form: '動',\n    defs: 'disgrace; be disgraced; tarnish reputation; be humiliated',\n  },\n  {\n    sym: '壊向',\n    pro: 'më:zí',\n    form: '動',\n    defs: 'fix; correct; rectify; ameliorate',\n  },\n  {\n    sym: '壊堪',\n    pro: 'më:zù',\n    form: '動',\n    defs: 'complete; add up to; fulfil',\n  },\n  {\n    sym: '壊sá卸',\n    pro: 'më:sá:ójọ́',\n    form: '動',\n    defs: 'scare; cause fear',\n  },\n  {\n    sym: '壊横果',\n    pro: 'më:sí:íké',\n    form: '動',\n    defs: 'act forcefully; try very hard męemęe 依名. marijuana',\n  },\n  {\n    sym: 'm塊',\n    pro: 'm:ę',\n    form: '動',\n    defs: 'touch; feel',\n  },\n  {\n    sym: 'm塊tụ́',\n    pro: 'm:ę:tụ́',\n    form: '動',\n    defs: 'touch; feel',\n  },\n  {\n    sym: 'm塊tụ́自',\n    pro: 'm:ę:tụ́:ònwé',\n    form: '動',\n    defs: 'touch oneself; masterbate',\n  },\n  {\n    sym: '壊仰',\n    pro: 'mę:kwé',\n    form: '動',\n    defs: 'agree together; ensure; have sex',\n  },\n  {\n    sym: '壊須é',\n    pro: 'mę:hì:é',\n    form: '動',\n    defs: 'open; spread wide; stretch open',\n  },\n  {\n    sym: '壊曹',\n    pro: 'mę:nyụ́',\n    form: '動',\n    defs: 'extinguish; turn off',\n  },\n  {\n    sym: 'm塊sá',\n    pro: 'm:ę:sá',\n    form: '動',\n    defs: 'touch; feel M MAỊLỤ 依名. mile',\n  },\n  {\n    sym: 'MËTÍ送ṃ',\n    pro: 'mëtí:zì:ṃ',\n    form: '依名',\n    defs: 'meitnerium [Mt] mm',\n  },\n  {\n    sym: '征',\n    pro: 'ḿ',\n    form: '撃昔営依',\n    defs: '依名衣. my; me; mine; myself; I',\n  },\n  {\n    sym: '貨',\n    pro: 'ḿánụ́',\n    form: '依名',\n    defs: 'oil; palm oil',\n  },\n  {\n    sym: '貨我',\n    pro: 'ḿánụ́:áñụ́',\n    form: '依名',\n    defs: 'honey',\n  },\n  {\n    sym: '貨í級',\n    pro: 'ḿánụ́:ígwè',\n    form: '依名',\n    defs: 'engine oil; grease',\n  },\n  {\n    sym: '限',\n    pro: 'ḿányá',\n    form: '依名',\n    defs: 'drink; alcohol; wine',\n  },\n  {\n    sym: '限頃',\n    pro: 'ḿányá:ụ́kà',\n    form: '依名',\n    defs: 'vinegar',\n  },\n  {\n    sym: '限黍',\n    pro: 'ḿányá:ọ́okà',\n    form: '依名',\n    defs: 'maize wine',\n  },\n  {\n    sym: '限棋',\n    pro: 'ḿányá:ńkwụ́',\n    form: '依名',\n    defs: 'palm wineḿásị́rị́ 依名. prerogrative; concerning',\n  },\n  {\n    sym: '氏',\n    pro: 'ḿà',\n    form: '依名',\n    defs: 'knife; sword; cutlass',\n  },\n  {\n    sym: '氏窮',\n    pro: 'ḿà:ògè',\n    form: '依名',\n    defs: 'cutlass; long matchet',\n  },\n  {\n    sym: '氏ḿkp韻',\n    pro: 'ḿà:ḿ:kp:á',\n    form: '依名',\n    defs: 'saw',\n  },\n  {\n    sym: '氏誌',\n    pro: 'ḿà:ṃkpà',\n    form: '依名',\n    defs: 'scissors',\n  },\n  {\n    sym: '氏棋',\n    pro: 'ḿà:ńkwụ́',\n    form: '依名',\n    defs: 'tapper’s knife; palm wine knife; short pointed knife used for tapping palm wine',\n  },\n  {\n    sym: '水',\n    pro: 'ḿírí',\n    form: '依名',\n    defs: 'water; liquid; rain; rainwater; juice; sap; 依器. watery; runny; liquidated',\n  },\n  {\n    sym: '水乳',\n    pro: 'ḿírí:ärrä',\n    form: '依名',\n    defs: 'breast milk',\n  },\n  {\n    sym: '水á該',\n    pro: 'ḿírí:ä:kwä',\n    form: '依名',\n    defs: 'tears',\n  },\n  {\n    sym: '水尋',\n    pro: 'ḿírí:änụ́',\n    form: '依名',\n    defs: 'meat broth',\n  },\n  {\n    sym: '水ọ́誇',\n    pro: 'ḿírí:ọ́:jọ́o',\n    form: '依名',\n    defs: 'dirty water; polluted water',\n  },\n  {\n    sym: '水水',\n    pro: 'ḿírí:ḿírí',\n    form: '依器',\n    defs: 'watery; runny; liquidated',\n  },\n  {\n    sym: '水魂大',\n    pro: 'ḿírí:chí:úkwú',\n    form: '依名',\n    defs: 'baptism; baptism water',\n  },\n  {\n    sym: '霊',\n    pro: 'ḿụ́ọo',\n    form: '依名',\n    defs: 'spirit; ghost; extraterrestrial; supernatural being; toy; phantom; demon; masquerade: masked dancer; masked spirit',\n  },\n  {\n    sym: '霊託',\n    pro: 'ḿụ́ọo:ózí',\n    form: '依名',\n    defs: 'angel',\n  },\n  {\n    sym: '霊ọ́誇',\n    pro: 'ḿụ́ọo:ọ́:jọ́o',\n    form: '依名',\n    defs: 'demon; devil; evil spirit; madness',\n  },\n  {\n    sym: 'ḿ話',\n    pro: 'ḿ:é',\n    form: '依名',\n    defs: 'blood [Onicha]; 依器. red',\n  },\n  {\n    sym: 'ḿ話ḿ話',\n    pro: 'ḿ:é:ḿ:é',\n    form: '依器',\n    defs: 'red',\n  },\n  {\n    sym: 'ḿ客策rá',\n    pro: 'ḿ:pá:ghá:rá',\n    form: '依名',\n    defs: 'area; portion; share; side; section; region; empire; province; zone',\n  },\n  {\n    sym: 'ḿ客送',\n    pro: 'ḿ:pà:zí',\n    form: '依名',\n    defs: 'post; postage',\n  },\n  {\n    sym: 'ḿ旺',\n    pro: 'ḿ:pìò',\n    form: '依名',\n    defs: 'wooden shutter; window; portal',\n  },\n  {\n    sym: 'ḿ済怠',\n    pro: 'ḿ:pị́:tá',\n    form: '依名',\n    defs: 'computer',\n  },\n  {\n    sym: 'ḿ塾',\n    pro: 'ḿ:péḿpé',\n    form: '依名',\n    defs: 'bruise',\n  },\n  {\n    sym: 'ḾPËTË',\n    pro: null,\n    form: '依器',\n    defs: '依校. glittering; shimmering; shining',\n  },\n  {\n    sym: '糾',\n    pro: 'ḿkpárá',\n    form: '依名',\n    defs: 'walking stick; staff',\n  },\n  {\n    sym: 'ḿ諮',\n    pro: 'ḿ:kpárị́',\n    form: '依名',\n    defs: 'insult; humiliation; abuse; insolence; disrespect',\n  },\n  {\n    sym: 'ḿ乱歌',\n    pro: 'ḿ:kpá:kọ́',\n    form: '依名',\n    defs: 'intercourse',\n  },\n  {\n    sym: '宴',\n    pro: 'ḿkpà',\n    form: '依名 ',\n    defs: '依器. important; relevant; significant; special; necessary; necessity; pressing need; desperation',\n  },\n  {\n    sym: 'ḿ飼',\n    pro: 'ḿ:kpà',\n    form: '依名',\n    defs: 'pressure; need',\n  },\n  {\n    sym: '児潰',\n    pro: 'ḿkpìlì:ógè',\n    form: '依名',\n    defs: 'second [unit of time]',\n  },\n  {\n    sym: '児',\n    pro: 'ḿkpìlìkpì',\n    form: '依名',\n    defs: 'particle; fragment; second; detail; 依器. detailed',\n  },\n  {\n    sym: '児ń熊',\n    pro: 'ḿkpìlì:ń:kị́rị́',\n    form: '依名',\n    defs: 'nanosecond',\n  },\n  {\n    sym: '犠',\n    pro: 'ḿkpị́sị́',\n    form: '依名',\n    defs: 'rod; pole; stick; toe; finger; cylinder',\n  },\n  {\n    sym: '犠稼',\n    pro: 'ḿkpị́sị́:áká',\n    form: '依名',\n    defs: 'finger; fingers',\n  },\n  {\n    sym: '犠革',\n    pro: 'ḿkpị́sị́:ákụ̀kụ̀',\n    form: '依名',\n    defs: 'rib',\n  },\n  {\n    sym: '犠扱',\n    pro: 'ḿkpị́sị́:ụ́kwụ́',\n    form: '依名',\n    defs: 'toe; toes',\n  },\n  {\n    sym: '気',\n    pro: 'ḿkpú',\n    form: '依名',\n    defs: 'a shout; volume; loud noise',\n  },\n  {\n    sym: '習',\n    pro: 'ḿkpú',\n    form: '依名',\n    defs: 'volume [sound]',\n  },\n  {\n    sym: 'ḿ晴襟日',\n    pro: 'ḿ:kpú:chí:änwụ',\n    form: '依名',\n    defs: 'eclipse [of the sun]',\n  },\n  {\n    sym: 'ḿ姓',\n    pro: 'ḿkpụ́',\n    form: '依名',\n    defs: 'plastic',\n  },\n  {\n    sym: '画',\n    pro: 'ḿkpụ́rụ́',\n    form: '依名',\n    defs: 'fruit; particle; centre',\n  },\n  {\n    sym: '画染',\n    pro: 'ḿkpụ́rụ́:ámụ̀',\n    form: '依名',\n    defs: 'testicle; testis; balls',\n  },\n  {\n    sym: '画喫',\n    pro: 'ḿkpụ́rụ́:ásụ̀sụ̀',\n    form: '依名',\n    defs: 'grammar',\n  },\n  {\n    sym: '画架',\n    pro: 'ḿkpụ́rụ́:égó',\n    form: '依名',\n    defs: 'coin [money]; cowry piece',\n  },\n  {\n    sym: '画心',\n    pro: 'ḿkpụ́rụ́:óbì',\n    form: '依名',\n    defs: 'heart organ; core; middle; centre; source; soul; essence',\n  },\n  {\n    sym: '画依',\n    pro: 'ḿkpụ́rụ́:ókwú',\n    form: '依名',\n    defs: 'etymology; particle [grammar]',\n  },\n  {\n    sym: '画字',\n    pro: 'ḿkpụ́rụ́:ńsíbírí',\n    form: '依名',\n    defs: 'nsibidi radicals',\n  },\n  {\n    sym: 'ḿ匠裾',\n    pro: 'ḿ:kpé:bì',\n    form: '依名',\n    defs: 'decision; treaty; court ruling; verdict; agreement; judgment; surrender; conclusion',\n  },\n  {\n    sym: 'ḿ眼',\n    pro: 'ḿ:kpékéré',\n    form: '依名',\n    defs: 'shard; pieces; crock; broken bits of plate; scrap; bark',\n  },\n  {\n    sym: 'ḿ眼街',\n    pro: 'ḿ:kpékéré:ázụ̀',\n    form: '依名',\n    defs: 'fish scales',\n  },\n  {\n    sym: 'ḿ眼拠',\n    pro: 'ḿ:kpékéré:ńtụ́',\n    form: '依名',\n    defs: 'ashtray',\n  },\n  {\n    sym: 'ḿ匠韻',\n    pro: 'ḿ:kpé:bì',\n    form: '依名',\n    defs: 'adjournment; judgment; court resolution; court settlement',\n  },\n  {\n    sym: 'ḿ匠韻虞',\n    pro: 'ḿ:kpé:bì:úchè',\n    form: '依名',\n    defs: 'willpower; decision; resolution',\n  },\n  {\n    sym: 'ḿ匠sá',\n    pro: 'ḿ:kpé:sá',\n    form: '依名',\n    defs: 'complaint; report of grievance; court filing',\n  },\n  {\n    sym: '治',\n    pro: 'ḿkpógó',\n    form: '依名',\n    defs: 'cliff; steep place',\n  },\n  {\n    sym: '述',\n    pro: 'ḿkpọ́kọ́rụ́',\n    form: '依名',\n    defs: 'worthless',\n  },\n  {\n    sym: 'ḿ憾ḿ憾',\n    pro: 'ḿ:kpọ́:ḿ:kpọ́',\n    form: '動',\n    defs: 'calling; alert',\n  },\n  {\n    sym: 'ḿ梗',\n    pro: 'ḿ:kpọ́lè',\n    form: '依名',\n    defs: 'rolling',\n  },\n  {\n    sym: 'ḿ愚襟',\n    pro: 'ḿ:kpọ́:chí',\n    form: '依名',\n    defs: 'ceiling; cellar; chamber',\n  },\n  {\n    sym: '就',\n    pro: 'ḿkpú',\n    form: '依名',\n    defs: 'anthill; termite mound; mound',\n  },\n  {\n    sym: '週',\n    pro: 'ḿkpụ́',\n    form: '依名',\n    defs: 'shortness; hunch',\n  },\n  {\n    sym: '週週',\n    pro: 'ḿkpụ́:ḿkpụ́',\n    form: '依器',\n    defs: 'short; stunted; short',\n  },\n  {\n    sym: '酬酬',\n    pro: 'ḿkpó:ḿkpó',\n    form: '依名',\n    defs: 'rubbish; heap; landfill',\n  },\n  {\n    sym: 'ḿ憾周',\n    pro: 'ḿ:kpọ́:sú',\n    form: '依名',\n    defs: 'exclamation; shouting; protest',\n  },\n  {\n    sym: 'ḿ慶慶',\n    pro: 'ḿ:bá:dáḿbá',\n    form: '依名',\n    defs: '依器. width; wide; flat',\n  },\n  {\n    sym: 'ḿ貝員',\n    pro: 'ḿ:bá:dà',\n    form: '動',\n    defs: 'overthrow; collapse; revolt',\n  },\n  {\n    sym: '桜',\n    pro: 'ḿbà',\n    form: '依名',\n    defs: 'nation; tribe; ethnicity; race; city; country; state; town; abroad; nationhood',\n  },\n  {\n    sym: '翁',\n    pro: 'ḿbà',\n    form: 'ḿ憾周',\n    defs: 'ń器動. no; negative; not really 浪遭: ëę',\n  },\n  {\n    sym: '桜四',\n    pro: 'ḿbà:ànọ́',\n    form: '依名',\n    defs: 'Mbano [town]',\n  },\n  {\n    sym: '桜九',\n    pro: 'ḿbà:ìtóolú',\n    form: '依名',\n    defs: 'Mbaitoolu [town]',\n  },\n  {\n    sym: '桜五',\n    pro: 'ḿbà:ìsé',\n    form: '依名',\n    defs: 'Mbaise [town]',\n  },\n  {\n    sym: 'ḿ和掴豪',\n    pro: 'ḿ:bà:gí:dé',\n    form: '依名',\n    defs: 'pinning down; holding down',\n  },\n  {\n    sym: 'ḿ和恩',\n    pro: 'ḿ:bà:gbú',\n    form: '依名',\n    defs: 'sudden attack; bewitching',\n  },\n  {\n    sym: 'ḿ確',\n    pro: 'ḿ:bàrá',\n    form: '依名',\n    defs: 'frog',\n  },\n  {\n    sym: '桜概',\n    pro: 'ḿbà:rrí',\n    form: '依名',\n    defs: 'voltive shrine of the Urata Igbo',\n  },\n  {\n    sym: '桜水',\n    pro: 'ḿbà:ḿíri',\n    form: '依名',\n    defs: 'delta; riverine region',\n  },\n  {\n    sym: 'ḿ貝送係',\n    pro: 'ḿ:bà:zì:dá} 依名. subscription 浪遭: ṃ貝送係 {ṃ:bà:zí:dá',\n    form: null,\n    defs: null,\n  },\n  {\n    sym: 'ḿ宇衛醜',\n    pro: 'ḿ:bíá:kwú:té',\n    form: '依名',\n    defs: 'coming together; unification; unifying',\n  },\n  {\n    sym: 'ḿ右',\n    pro: 'ḿ:bídó',\n    form: '依名',\n    defs: 'beginning; the start; the head',\n  },\n  {\n    sym: 'ḿ塊階怠',\n    pro: 'ḿ:bí:fụ̀:tá',\n    form: '依名',\n    defs: 'reaction',\n  },\n  {\n    sym: 'ḿ原階怠',\n    pro: 'ḿ:bí:fụ̀:tá',\n    form: '依名',\n    defs: 'printing; publication; issue',\n  },\n  {\n    sym: 'ḿ塊階怠酎格',\n    pro: 'ḿ:bí:fụ̀:tá:ágó:mụ́',\n    form: '依名',\n    defs: 'chemical reaction',\n  },\n  {\n    sym: 'ḿ塊階怠ò琴',\n    pro: 'ḿ:bí:fụ̀:tá:ò:mì',\n    form: '依名',\n    defs: 'nuclear reaction',\n  },\n  {\n    sym: 'ḿ韻胃',\n    pro: 'ḿ:bí:wá',\n    form: '依名',\n    defs: 'surgery; cutting open',\n  },\n  {\n    sym: '止',\n    pro: 'ḿbìbì',\n    form: '依名',\n    defs: 'borrowing',\n  },\n  {\n    sym: 'ḿ剁歌怠',\n    pro: 'ḿ:bì:kọ́:tá',\n    form: '依名',\n    defs: 'living together; commune',\n  },\n  {\n    sym: 'ḿ剁襟',\n    pro: 'ḿ:bì:chí',\n    form: '依名',\n    defs: 'occupation; colonisation; invasion; 依器. occupied; invaded; colonised',\n  },\n  {\n    sym: 'ḿ剁司',\n    pro: 'ḿ:bì:chị́',\n    form: '依名',\n    defs: 'colonisation; imperialism; 依器. colonial; imperial; colonised',\n  },\n  {\n    sym: 'ḿ収収',\n    pro: 'ḿ:bú:bú',\n    form: '依名',\n    defs: 'scarification; keloid',\n  },\n  {\n    sym: 'ḿ阻阻',\n    pro: 'ḿ:bú:bó',\n    form: '依名',\n    defs: 'accusation; false accusation',\n  },\n  {\n    sym: 'ḿ窮',\n    pro: 'ḿ:bụ́bọ́',\n    form: '依名',\n    defs: 'back garden; garden; yard; vegetation; shrub; bush',\n  },\n  {\n    sym: 'ḿ錮阻',\n    pro: 'ḿ:bụ̀:bọ̀',\n    form: '依名',\n    defs: 'grudge; revenge',\n  },\n  {\n    sym: '貸',\n    pro: 'ḿbé',\n    form: '依名',\n    defs: 'rafter; ladder; scaffolding',\n  },\n  {\n    sym: 'ḿ酢',\n    pro: 'ḿ:bé',\n    form: '依名',\n    defs: 'pledge; warranty; surety; guarantee',\n  },\n  {\n    sym: '貸家',\n    pro: 'ḿbé:ụ́lọ̀',\n    form: '依名',\n    defs: 'house rafter',\n  },\n  {\n    sym: 'ḿ干ḿ',\n    pro: 'ḿ:bé:ḿ',\n    form: '依名',\n    defs: 'chant',\n  },\n  {\n    sym: '壱',\n    pro: 'ḿbę',\n    form: '依名',\n    defs: 'tortoise',\n  },\n  {\n    sym: '拾',\n    pro: 'ḿbọ́',\n    form: '依名',\n    defs: 'star; cosmos [Ogba]',\n  },\n  {\n    sym: '叙',\n    pro: 'ḿbọ́',\n    form: '依名',\n    defs: 'swamp; marsh',\n  },\n  {\n    sym: '声',\n    pro: 'ḿbọ́',\n    form: '依名',\n    defs: 'nails; fingernails; claw',\n  },\n  {\n    sym: '叙国',\n    pro: 'ḿbọ́:ùdè',\n    form: '依名',\n    defs: 'marsh',\n  },\n  {\n    sym: 'ḿ阻',\n    pro: 'ḿ:bọ̀',\n    form: '依名',\n    defs: 'revenge; grudge; animosity; resentment',\n  },\n  {\n    sym: 'ḿ互土',\n    pro: 'ḿ:gbá:àlà',\n    form: '依名',\n    defs: 'underground',\n  },\n  {\n    sym: 'ḿ互易',\n    pro: 'ḿ:gbá:égwú',\n    form: '依名',\n    defs: 'concert',\n  },\n  {\n    sym: 'ḿ碁火',\n    pro: 'ḿ:gbá:gá',\n    form: '依名',\n    defs: 'asylum; seeking refuge',\n  },\n  {\n    sym: 'ḿ疫前',\n    pro: 'ḿ:gbá:rá',\n    form: '依器',\n    defs: 'plated [as of gold]',\n  },\n  {\n    sym: 'ḿ互達',\n    pro: 'ḿ:gbá:rú',\n    form: '依名',\n    defs: 'condolence visit; wake; rendezvous',\n  },\n  {\n    sym: 'ḿ疫歌',\n    pro: 'ḿ:gbá:kọ̀',\n    form: '依名',\n    defs: 'addition; adding up',\n  },\n  {\n    sym: 'ḿ疫衛',\n    pro: 'ḿ:gbá:kwú',\n    form: '依名',\n    defs: 'coming together; embrace',\n  },\n  {\n    sym: 'ḿ疫衛塩',\n    pro: 'ḿ:gbá:kwú:òtù',\n    form: '依名',\n    defs: '依器. bilateral',\n  },\n  {\n    sym: 'ḿ左胃',\n    pro: 'ḿ:gbá:wá',\n    form: '依名',\n    defs: 'smashing; breaking; splitting',\n  },\n  {\n    sym: 'ḿ碁胃',\n    pro: 'ḿ:gbá:wá',\n    form: '依名',\n    defs: 'crack',\n  },\n  {\n    sym: 'ḿ左胃心',\n    pro: 'ḿ:gbá:wá:óbì',\n    form: '依名',\n    defs: 'heart break; emotional pain; sorrow',\n  },\n  {\n    sym: 'ḿ碁nwè',\n    pro: 'ḿ:gbá:nwè',\n    form: '依名',\n    defs: 'changing; exchange; exchanging; trade',\n  },\n  {\n    sym: 'ḿ碁襟',\n    pro: 'ḿ:gbá:chí',\n    form: '依名',\n    defs: 'roof; locking',\n  },\n  {\n    sym: 'ḿ碁憬',\n    pro: 'ḿ:gbá:sà',\n    form: '依名',\n    defs: 'spreading; dismissal; publicising',\n  },\n  {\n    sym: '断',\n    pro: 'ḿgbájí',\n    form: '依名',\n    defs: 'waist beads; band',\n  },\n  {\n    sym: 'ḿ左折',\n    pro: 'ḿ:gbá:jí',\n    form: '依名',\n    defs: 'breaking; 依器. state of being broken; faulty; ineffective; prone to disrepair',\n  },\n  {\n    sym: 'ḿ恩選',\n    pro: 'ḿ:gbú:chá',\n    form: '依名',\n    defs: 'massacre; slaughter; annihilation',\n  },\n  {\n    sym: 'ḿgbé',\n    pro: null,\n    form: '依名',\n    defs: 'bucket技 {ḿgbéré} 依名. trade; industry; market; business',\n  },\n  {\n    sym: '技唄',\n    pro: 'ḿgbéré:óhù',\n    form: '依名',\n    defs: 'slave trade',\n  },\n  {\n    sym: '技唄激須水',\n    pro: 'ḿgbéré:óhù:ò:hì:ḿírí',\n    form: '依名',\n    defs: 'Atlantic slave trade',\n  },\n  {\n    sym: '偽',\n    pro: 'ḿgbéréké',\n    form: '依名',\n    defs: 'trader; businessman',\n  },\n  {\n    sym: '偽託',\n    pro: 'ḿgbéréké:ózí',\n    form: '依名',\n    defs: 'salesman',\n  },\n  {\n    sym: '号',\n    pro: 'ḿgbèdè',\n    form: '依名',\n    defs: 'early evening',\n  },\n  {\n    sym: '刺',\n    pro: 'ḿgbídí',\n    form: '依名',\n    defs: 'mud wall; mud hut',\n  },\n  {\n    sym: '渓',\n    pro: 'ḿgbị̀',\n    form: '依名',\n    defs: 'orphan; destitute',\n  },\n  {\n    sym: '紫',\n    pro: 'ḿgbú',\n    form: '依名',\n    defs: 'pain; suffering; sorrow; worries; depression',\n  },\n  {\n    sym: '旺',\n    pro: 'ḿgbó',\n    form: '依名',\n    defs: 'door; gate',\n  },\n  {\n    sym: '脂',\n    pro: 'ḿgbọ́',\n    form: '依名',\n    defs: 'bullet',\n  },\n  {\n    sym: '丘',\n    pro: 'ḿgbọ̀',\n    form: '依名',\n    defs: 'an attempt; perseverance; sport; game; effort',\n  },\n  {\n    sym: 'ḿ煙',\n    pro: 'ḿ:má',\n    form: '依名',\n    defs: 'beauty',\n  },\n  {\n    sym: 'ḿ肢',\n    pro: 'ḿ:má',\n    form: '依名',\n    defs: 'goodness; properness; morality; moral uprightness; 依器. quality',\n  },\n  {\n    sym: 'ḿ煙音',\n    pro: 'ḿ:má:ọ́nwụ́',\n    form: '依名',\n    defs: 'masquerade; mmanwu',\n  },\n  {\n    sym: 'ḿ隔興',\n    pro: 'ḿ:má:tụ́',\n    form: '依器',\n    defs: 'affected',\n  },\n  {\n    sym: 'ḿ隔nyé',\n    pro: 'ḿ:má:nyé',\n    form: '依名',\n    defs: 'compulsion; coercion',\n  },\n  {\n    sym: 'ḿ件結醜',\n    pro: 'ḿ:mà:lí:té',\n    form: '依名',\n    defs: 'beginning; inception; start',\n  },\n  {\n    sym: 'ḿ肩折',\n    pro: 'ḿ:má:jí',\n    form: '依名',\n    defs: 'share; portion',\n  },\n  {\n    sym: 'ḿ隔階心',\n    pro: 'ḿ:má:fụ̀:óbì',\n    form: '依名',\n    defs: 'panic attack; mild heart attack; fear; shock',\n  },\n  {\n    sym: 'ḿ黄怠',\n    pro: 'ḿ:mụ̀:tá',\n    form: '依名',\n    defs: 'learning; teaching; studies; school; knowledge',\n  },\n  {\n    sym: 'ḿ黄怠ḿ煙',\n    pro: 'ḿ:mụ̀:tá:ḿ:má',\n    form: '依名',\n    defs: 'aesthetics [study]',\n  },\n  {\n    sym: 'ḿ黄怠ǹ教',\n    pro: 'ḿ:mụ̀:tá:ǹ:zó',\n    form: '依名',\n    defs: 'private school',\n  },\n  {\n    sym: 'ḿ黄向',\n    pro: 'ḿ:mụ̀:zí',\n    form: '依名',\n    defs: 'school; learning; teaching; studies',\n  },\n  {\n    sym: 'ḿ黄向ǹ教',\n    pro: 'ḿ:mụ̀:zí:ǹ:zó',\n    form: '依名',\n    defs: 'private school',\n  },\n  {\n    sym: 'ḿ黄向院',\n    pro: 'ḿ:mụ̀:zí:ọ̀hà',\n    form: '依名',\n    defs: 'public school',\n  },\n  {\n    sym: 'ḿ死',\n    pro: 'ḿ:mébì',\n    form: '依名',\n    defs: 'spoiling; expiring; corruption; immorality',\n  },\n  {\n    sym: 'ḿ偶襟',\n    pro: 'ḿ:mé:cí',\n    form: '依名',\n    defs: 'close; conclusion',\n  },\n  {\n    sym: 'ḿMËE',\n    pro: null,\n    form: '依校',\n    defs: 'bleeting of a goat',\n  },\n  {\n    sym: 'ḿ壊辞',\n    pro: 'ḿ:më:bọ́',\n    form: '依名',\n    defs: 'embarrassment; lacking respect [for oneself]; exposing to ridicule; misconduct; disrespect of self or others',\n  },\n  {\n    sym: 'ḿ壊恩',\n    pro: 'ḿ:më:gbú',\n    form: '依名',\n    defs: 'abuse; cheating; taking advantage; persecution',\n  },\n  {\n    sym: 'ḿ壊刈ḿ',\n    pro: 'ḿ:më:ghọ́',\n    form: '依名',\n    defs: 'mistake; error',\n  },\n  {\n    sym: 'ḿ壊gw遭',\n    pro: 'ḿ:më:gw:á',\n    form: '依名',\n    defs: 'retaliation; revenge',\n  },\n  {\n    sym: 'ḿm塊終',\n    pro: 'ḿ:m:ë:tụ́',\n    form: '依名',\n    defs: 'touching; feeling; friction',\n  },\n  {\n    sym: 'ḿm塊終自',\n    pro: 'ḿ:m:ę:tụ́:ònwé',\n    form: '依名',\n    defs: 'masterbation',\n  },\n  {\n    sym: 'ḿ壊韓',\n    pro: 'ḿ:më:kà',\n    form: '依名',\n    defs: 'acting; imitation',\n  },\n  {\n    sym: 'ḿ壊仰',\n    pro: 'ḿ:mę:kwé',\n    form: '動',\n    defs: 'concordance; 依器. simple',\n  },\n  {\n    sym: 'ḿ壊階怠',\n    pro: 'ḿ:më:fụ̀:tá',\n    form: '依名',\n    defs: 'result; reaction; consequence; means; production',\n  },\n  {\n    sym: 'ḿ壊結醜',\n    pro: 'ḿ:më:lí:té',\n    form: '依名',\n    defs: 'upholding; restoration; update',\n  },\n  {\n    sym: 'ḿ壊恩',\n    pro: 'ḿ:ë:gbú',\n    form: '依名',\n    defs: 'mistreatment; abuse; discrimination',\n  },\n  {\n    sym: 'ḿ壊営去',\n    pro: 'ḿ:ë:nà:ùdó',\n    form: '依名',\n    defs: 'pacification',\n  },\n  {\n    sym: 'ḿ壊誇',\n    pro: 'ḿ:më:jọ́',\n    form: '依名',\n    defs: 'evil doing; terrorism 依器. adverse; bad',\n  },\n  {\n    sym: 'ṃá',\n    pro: null,\n    form: '依名',\n    defs: 'mother; aunt',\n  },\n  {\n    sym: 'ṃ戴á拒',\n    pro: 'ṃ:kpá:á:bụ̀',\n    form: '依名',\n    defs: 'armpit; skin of armpit',\n  },\n  {\n    sym: '誌',\n    pro: 'ṃkpà',\n    form: '依名',\n    defs: 'forceps; tongs; scissors',\n  },\n  {\n    sym: '賜',\n    pro: 'ṃkpà',\n    form: '依名',\n    defs: 'scarcity; scarce',\n  },\n  {\n    sym: 'ṃ飼',\n    pro: 'ṃ:kpà',\n    form: '依名',\n    defs: 'pressure; stress',\n  },\n  {\n    sym: 'ṃ飼校',\n    pro: 'ṃ:kpà:ụ̀dà',\n    form: '依名',\n    defs: 'headphones',\n  },\n  {\n    sym: 'ṃ飼災',\n    pro: 'ṃ:kpà:dò',\n    form: '依名',\n    defs: 'attachment; clamp; tag',\n  },\n  {\n    sym: '次',\n    pro: 'ṃkpàrà',\n    form: '依名',\n    defs: 'type of mat',\n  },\n  {\n    sym: 'ṃ戴làá拒',\n    pro: 'ṃ:kpà:là:á:bụ̀',\n    form: '依名',\n    defs: 'armpit; skin of armpit',\n  },\n  {\n    sym: '誌酸',\n    pro: 'ṃkpà:chà',\n    form: '依名',\n    defs: 'scissors',\n  },\n  {\n    sym: '期',\n    pro: 'ṃkpí',\n    form: '依名',\n    defs: 'horns; antler; vine cup; wine horn made from animal horn',\n  },\n  {\n    sym: '耳',\n    pro: 'ṃkpí',\n    form: '依名',\n    defs: 'he-goat',\n  },\n  {\n    sym: '期ò甘',\n    pro: 'ṃkpí:ò:kpù',\n    form: '依名',\n    defs: 'libation horn',\n  },\n  {\n    sym: '似',\n    pro: 'ṃkpílíté',\n    form: '依名',\n    defs: 'small mortar',\n  },\n  {\n    sym: '事',\n    pro: 'ṃkpìlìsì',\n    form: '依名',\n    defs: 'shortness; stump',\n  },\n  {\n    sym: '侍',\n    pro: 'ṃkpị̀',\n    form: '依名',\n    defs: 'section of seed nut',\n  },\n  {\n    sym: '段',\n    pro: 'ṃkpú',\n    form: '依名',\n    defs: 'hearth; fireplace',\n  },\n  {\n    sym: '集',\n    pro: 'ṃkpọ́',\n    form: '依名',\n    defs: 'pole',\n  },\n  {\n    sym: '愁',\n    pro: 'ṃkpọ́',\n    form: '依名',\n    defs: 'can [container]',\n  },\n  {\n    sym: 'ṃ繰遠',\n    pro: 'ṃ:kpọ́:ọ́kụ́',\n    form: '依名',\n    defs: 'lighter',\n  },\n  {\n    sym: '硝',\n    pro: 'ṃbá',\n    form: '依名',\n    defs: 'complaint; shouting; protest; rebuke; remonstrance; reprimand; admonition',\n  },\n  {\n    sym: '住',\n    pro: 'ṃbárá',\n    form: '依名',\n    defs: 'width; expanse; space; outdoors; farmland; firmament; open skies; range',\n  },\n  {\n    sym: '住世',\n    pro: 'ṃbárá:ụ̀wà',\n    form: '依名',\n    defs: 'space; outer-space; the cosmos',\n  },\n  {\n    sym: '師毀',\n    pro: 'ṃbárá:jí',\n    form: '依名',\n    defs: 'species of water yam',\n  },\n  {\n    sym: '財',\n    pro: 'ṃbà',\n    form: '依名',\n    defs: 'laziness',\n  },\n  {\n    sym: 'ṃ欺',\n    pro: 'ṃ:báḿ',\n    form: '依名',\n    defs: 'canoe [Ohafia]',\n  },\n  {\n    sym: 'ṃ和ṃ霊',\n    pro: 'ṃ:bà:ṃ:ḿụ́ọ́',\n    form: '依名',\n    defs: 'stroke; convulsions; heart attack; spiritual attack',\n  },\n  {\n    sym: 'ṃ真ràṃ真',\n    pro: 'ṃ:bà:rà:ṃ:bá',\n    form: '依名',\n    defs: 'enterprise',\n  },\n  {\n    sym: 'ṃ剁',\n    pro: 'ṃ:bì',\n    form: '依名',\n    defs: 'ambush',\n  },\n  {\n    sym: 'ṃ塊',\n    pro: 'ṃ:bì',\n    form: '依名',\n    defs: 'stamp; button; print',\n  },\n  {\n    sym: 'ṃ原',\n    pro: 'ṃ:bì',\n    form: '依名',\n    defs: 'print; publication; publishing; printed writing',\n  },\n  {\n    sym: 'ṃ塊ḿ客送',\n    pro: 'ṃ:bì:ọ́kwá:ḿ:pà:zí',\n    form: '依名',\n    defs: 'post stamp',\n  },\n  {\n    sym: 'ṃ韻宜',\n    pro: 'ṃ:bì:áhị́á',\n    form: '依名',\n    defs: 'sale; reduced prices',\n  },\n  {\n    sym: 'ṃ韻戸',\n    pro: 'ṃ:bì:ízù',\n    form: '依名',\n    defs: 'weekend',\n  },\n  {\n    sym: '顎',\n    pro: 'ṃbụ́',\n    form: '簡残',\n    defs: '口控. 依器. first; one [in counting]; precede; start; ancient; past; before; once',\n  },\n  {\n    sym: 'ṃ題',\n    pro: 'ṃ:bęrędë',\n    form: '依名',\n    defs: 'accident; suddenness; mishap; emergency; trouble; incident',\n  },\n  {\n    sym: 'ṃpá',\n    pro: null,\n    form: '依名',\n    defs: 'father; uncle',\n  },\n  {\n    sym: 'ṃ客rà遠',\n    pro: 'ṃ:pà:rà:ọ́kụ́',\n    form: '依名',\n    defs: 'oil lamp',\n  },\n  {\n    sym: '斬',\n    pro: 'ṃpọ̀mà',\n    form: '依名',\n    defs: 'machete [matchet]; knife',\n  },\n  {\n    sym: 'ṃ貝送係',\n    pro: 'ṃ:bà:zì:dá} 依器. subscription 浪遭: ḿ貝送係 {ḿ:bà:zí:dá',\n    form: null,\n    defs: null,\n  },\n  {\n    sym: 'ṃ阻',\n    pro: 'ṃ:bọ̀',\n    form: '依名',\n    defs: 'revenge',\n  },\n  {\n    sym: '本',\n    pro: 'ṃbọ̀rọ̀gwụ̀',\n    form: '依名',\n    defs: 'root; roots; herbal mixture',\n  },\n  {\n    sym: '苦',\n    pro: 'ṃgbá',\n    form: '依名',\n    defs: 'wrestling; competition',\n  },\n  {\n    sym: '畳',\n    pro: 'ṃgbá',\n    form: '依名',\n    defs: 'wax; gum',\n  },\n  {\n    sym: '獣',\n    pro: 'ṃgbà',\n    form: '依名',\n    defs: 'river island; river obstruction',\n  },\n  {\n    sym: 'ṃ鶏健',\n    pro: 'ṃ:gbà:à:mà',\n    form: '依名',\n    defs: 'signal',\n  },\n  {\n    sym: 'ṃ嵐',\n    pro: 'ṃ:gbàdà',\n    form: '依名',\n    defs: 'antelope',\n  },\n  {\n    sym: '告',\n    pro: 'ṃgbàdà',\n    form: '依名',\n    defs: '依器. downturn; descent; lower; below; down; down under; further down; south; slope',\n  },\n  {\n    sym: '従',\n    pro: 'ṃgbàrà',\n    form: '依名',\n    defs: 'yard; back garden; fence; court; quarters',\n  },\n  {\n    sym: '粛',\n    pro: 'ṃgbàrà',\n    form: '依名',\n    defs: 'four legged seat',\n  },\n  {\n    sym: 'ṃ互ḿ互',\n    pro: 'ṃ:gbà:ḿ:gbá',\n    form: '依名',\n    defs: 'game',\n  },\n  {\n    sym: 'ṃ恩',\n    pro: 'ṃ:gbú',\n    form: '依名',\n    defs: 'pain; hurt',\n  },\n  {\n    sym: '詞',\n    pro: 'ṃgbùlùgùdù',\n    form: '依名',\n    defs: 'abyss; large hole',\n  },\n  {\n    sym: '詞遠',\n    pro: 'ṃgbù:ọ́kụ́',\n    form: '依名',\n    defs: 'volcano',\n  },\n  {\n    sym: 'ṃ恣',\n    pro: 'ṃ:gbụ́gbọ̀',\n    form: '依名',\n    defs: 'hide; leather; membrane; skin',\n  },\n  {\n    sym: 'ṃ恣í張',\n    pro: 'ṃ:gbụ́gbọ̀:í:dídè',\n    form: '依名',\n    defs: 'molted shed worm skin',\n  },\n  {\n    sym: '遣',\n    pro: 'ṃgbè',\n    form: '依名',\n    defs: 'female; maiden',\n  },\n  {\n    sym: '解',\n    pro: 'ṃgbè',\n    form: 'ń器動',\n    defs: 'when; at; 依名. time',\n  },\n  {\n    sym: '慎',\n    pro: 'ṃgbè',\n    form: '依名',\n    defs: 'room; chamber; cell; private quarters; store; shrine',\n  },\n  {\n    sym: '慎空',\n    pro: 'ṃgbè:ágbàrà',\n    form: '依名',\n    defs: 'votive shrine of a deity',\n  },\n  {\n    sym: '解ó達達',\n    pro: 'ṃgbè:ó:rù:rù',\n    form: '依器',\n    defs: 'ḿ憾周. later',\n  },\n  {\n    sym: '慎ó探',\n    pro: 'ṃgbè:ó:zì',\n    form: '依名',\n    defs: 'classroom; class',\n  },\n  {\n    sym: '解ò廊',\n    pro: 'ṃgbè:ò:lé',\n    form: 'ń器動',\n    defs: 'when; what time',\n  },\n  {\n    sym: '解撃郷là',\n    pro: 'ṃgbè:ọ́:bụ̀:là',\n    form: 'ń器動',\n    defs: 'all the time; always',\n  },\n  {\n    sym: '慎巻',\n    pro: 'ṃgbè:ọ́gwụ̀',\n    form: '依名',\n    defs: 'pharmacy',\n  },\n  {\n    sym: '解資',\n    pro: 'ṃgbè:níilé',\n    form: 'ń器動',\n    defs: 'all the time; everytime',\n  },\n  {\n    sym: '慎柵',\n    pro: 'ṃgbè:ǹkà',\n    form: '依名',\n    defs: 'studio; atelier',\n  },\n  {\n    sym: '慎ǹ浪',\n    pro: 'ṃgbè:ǹ:lé',\n    form: '依名',\n    defs: 'gallery',\n  },\n  {\n    sym: 'ṃ制',\n    pro: 'ṃ:gbę',\n    form: '依名',\n    defs: 'clay pot',\n  },\n  {\n    sym: 'ṃ甲',\n    pro: 'ṃ:gbó',\n    form: '依器',\n    defs: 'primordial; ancient; 簡残. 依ọ̀接接. ń器動. before',\n  },\n  {\n    sym: '刑',\n    pro: 'ṃgbòdò',\n    form: '依名',\n    defs: 'protection',\n  },\n  {\n    sym: '視',\n    pro: 'ṃgbọ̀',\n    form: '依名',\n    defs: 'waterleaf',\n  },\n  {\n    sym: '仮',\n    pro: 'ṃgbọ̀tọ́',\n    form: '依名',\n    defs: 'courtesan; prostitute; harlot',\n  },\n  {\n    sym: '慨',\n    pro: 'ṃfé',\n    form: '依器',\n    defs: 'ease; easy',\n  },\n  {\n    sym: 'ṃ轄',\n    pro: 'ṃ:fé',\n    form: '依名',\n    defs: 'passing; ease; 依器. easy; light',\n  },\n  {\n    sym: 'ṃ肩酵',\n    pro: 'ṃ:mà:zù',\n    form: '依名',\n    defs: 'module',\n  },\n  {\n    sym: 'ṃ肩酵àgh挟撃貝送係',\n    pro: 'ṃ:mà:zù:à:gh:ọ̀:ọ̀:bà:zì:dá',\n    form: '依名',\n    defs: 'Subscriber identification module [SIM]',\n  },\n  {\n    sym: 'ṃ壊曽è',\n    pro: 'ṃ:mę:fì:è',\n    form: '依名',\n    defs: 'sin; transgression; wrongdoing',\n  },\n  {\n    sym: 'ṃ壊壊',\n    pro: 'ṃ:mę:ṃë',\n    form: '依名',\n    defs: 'event; party; activity',\n  },\n  {\n    sym: 'n距',\n    pro: 'náa',\n    form: '依動ǹ餌',\n    defs: '動. don’t; doesn’t; isn’t',\n  },\n  {\n    sym: '寡貝怠',\n    pro: 'ná:bà:tá',\n    form: '動',\n    defs: 'let in; allow; welcome; accept; admit',\n  },\n  {\n    sym: '峡',\n    pro: 'náanị́',\n    form: 'ń器動',\n    defs: 'only; precisely; solitary; just',\n  },\n  {\n    sym: '畝',\n    pro: 'nà',\n    form: '依ọ̀接接',\n    defs: 'and',\n  },\n  {\n    sym: '朽',\n    pro: 'nà',\n    form: '依動ǹ餌',\n    defs: '動. are; that; is',\n  },\n  {\n    sym: '営',\n    pro: 'nà',\n    form: '簡残',\n    defs: 'in; on; at; inside; middle; centre',\n  },\n  {\n    sym: '寡',\n    pro: 'nà',\n    form: '動',\n    defs: 'snatch; take',\n  },\n  {\n    sym: '寡稼',\n    pro: 'nà:áká',\n    form: '動',\n    defs: 'shake hands greet',\n  },\n  {\n    sym: '寡韻',\n    pro: 'ná:bì',\n    form: '動',\n    defs: 'snatch off; snap off',\n  },\n  {\n    sym: '営土遷',\n    pro: 'nà:àlà:dùṃ',\n    form: '依名',\n    defs: 'international; 依器. internationally',\n  },\n  {\n    sym: '営潰',\n    pro: 'nà:ógè',\n    form: 'ń器動',\n    defs: 'on time; promptly; punctually',\n  },\n  {\n    sym: '営巧',\n    pro: 'nà:ńárí',\n    form: '依名',\n    defs: 'ń器動. percent',\n  },\n  {\n    sym: '営恒',\n    pro: 'nà:ǹkị́tị̀',\n    form: 'ń器動',\n    defs: 'basically',\n  },\n  {\n    sym: '資',\n    pro: 'níilé',\n    form: '印ǹ錦rọ́',\n    defs: '錦. 依名衣. all; altogether; totality',\n  },\n  {\n    sym: '且',\n    pro: 'nì',\n    form: '動',\n    defs: 'climb; scale',\n  },\n  {\n    sym: '錮',\n    pro: 'nị̀',\n    form: '動',\n    defs: 'despise; overlook; forgive; tolerate; endure insult',\n  },\n  {\n    sym: '蒸',\n    pro: 'nú',\n    form: '動',\n    defs: 'push; nudge; tap; poke',\n  },\n  {\n    sym: '傲',\n    pro: 'nụ́',\n    form: '動',\n    defs: 'hear; perceive',\n  },\n  {\n    sym: '傲浸',\n    pro: 'nụ́:ísì',\n    form: '動',\n    defs: 'smell',\n  },\n  {\n    sym: '魚',\n    pro: 'nè',\n    form: '依動ǹ餌',\n    defs: '動. are; that; is',\n  },\n  {\n    sym: '帰晴',\n    pro: 'nọ́:kpù',\n    form: '動',\n    defs: 'stay; conceal; retreat to',\n  },\n  {\n    sym: '帰剁',\n    pro: 'nọ́:bì',\n    form: '動',\n    defs: 'dwell; stay; live',\n  },\n  {\n    sym: '帰ḿ肢',\n    pro: 'nọ́:ḿ:má',\n    form: '動',\n    defs: 'to be goodness; to be in a good or comfortable position',\n  },\n  {\n    sym: '帰警',\n    pro: 'nọ́o:jì',\n    form: '動',\n    defs: 'stay still quiet stable; be calm; sit still',\n  },\n  {\n    sym: '帰',\n    pro: 'nọ̀',\n    form: '動',\n    defs: 'stay; sit down remain; 簡残. present in; in; on',\n  },\n  {\n    sym: '帰目',\n    pro: 'nọ̀:änyä',\n    form: '動',\n    defs: 'represent',\n  },\n  {\n    sym: '帰訓',\n    pro: 'nọ̀:ọ́dụ̀',\n    form: '動',\n    defs: 'sit down; stay; wait; remain',\n  },\n  {\n    sym: '帰rị́á',\n    pro: 'nọ̀:rị́á',\n    form: '動',\n    defs: 'stay around; stay together',\n  },\n  {\n    sym: '帰達土',\n    pro: 'nọ̀:rú:àlà',\n    form: '動',\n    defs: 'sit down on floor',\n  },\n  {\n    sym: '帰達ó',\n    pro: 'nọ̀:rú:ó',\n    form: '動',\n    defs: 'stay long',\n  },\n  {\n    sym: '帰rọ́',\n    pro: 'nọ̀:rọ́',\n    form: '動',\n    defs: 'stay; sit down; remain',\n  },\n  {\n    sym: '帰歌',\n    pro: 'nọ̀:kọ́',\n    form: '動',\n    defs: 'stay together; be adjacent; be neighbouring; come together; congregate; meet; assemble; gather',\n  },\n  {\n    sym: '帰衛',\n    pro: 'nọ̀:kwú',\n    form: '動',\n    defs: '依名. 依器. to be near; accompany; stay together; unify',\n  },\n  {\n    sym: '帰衛心',\n    pro: 'nọ̀:kwú:óbì',\n    form: '動',\n    defs: '依名. 依器. to be on the heart; to be favourite; to be favoured',\n  },\n  {\n    sym: '帰ń汚',\n    pro: 'nọ̀:nà:ń:sọ́',\n    form: '依名',\n    defs: 'be holy; be avoided or forbidden; have menses',\n  },\n  {\n    sym: '帰襟',\n    pro: 'nọ̀:chí',\n    form: '動',\n    defs: 'stay; block; replace; obstruct',\n  },\n  {\n    sym: '帰襟目',\n    pro: 'nọ̀:chí:änyä',\n    form: '動',\n    defs: 'represent; replace; stand for; substitute',\n  },\n  {\n    sym: '帰襟é',\n    pro: 'nọ̀:chí:é',\n    form: '動',\n    defs: 'replace',\n  },\n  {\n    sym: '帰駅',\n    pro: 'nọ̀:só',\n    form: '動',\n    defs: 'stay close; stay beside',\n  },\n  {\n    sym: 'NÓBÉLÚ送ṃ',\n    pro: 'nóbélú:zì:ṃ',\n    form: '依名',\n    defs: 'nobelium [No] ny',\n  },\n  {\n    sym: '脅',\n    pro: 'nyá',\n    form: 'ń器動',\n    defs: '依名. yesterday; previously; past',\n  },\n  {\n    sym: '獄',\n    pro: 'nyáa',\n    form: '動',\n    defs: 'tan; take in sun; warm; burn',\n  },\n  {\n    sym: '獄日',\n    pro: 'nyáa:änwụ́',\n    form: '動',\n    defs: 'tan; take in sun; warm; burn',\n  },\n  {\n    sym: '獄遠',\n    pro: 'nyáa:ọ́kụ́',\n    form: '動',\n    defs: 'take in sun; warm by fire; sit by warm fireplace',\n  },\n  {\n    sym: '獄恩',\n    pro: 'nyáa:gbú',\n    form: '動',\n    defs: 'burn from sun; sunburn',\n  },\n  {\n    sym: '炊',\n    pro: 'nyà',\n    form: '動',\n    defs: 'heal; survive',\n  },\n  {\n    sym: '威',\n    pro: 'nyà',\n    form: '動',\n    defs: 'stick; sticky; glue; slip; place; staple; post',\n  },\n  {\n    sym: '速',\n    pro: 'nyà',\n    form: '動',\n    defs: 'sway; wobble; rock; be unstable; roll',\n  },\n  {\n    sym: '遇',\n    pro: 'nyà',\n    form: '動',\n    defs: 'row; paddle; steer; drive',\n  },\n  {\n    sym: 'ny既',\n    pro: 'ny:à',\n    form: '動',\n    defs: 'wear; hang',\n  },\n  {\n    sym: '威á威',\n    pro: 'nyà:á:nyá',\n    form: '動',\n    defs: 'stick; gum; glue',\n  },\n  {\n    sym: '速á速',\n    pro: 'nyà:á:nyà',\n    form: '動',\n    defs: 'sway; wobble; rock; be unstable; roll',\n  },\n  {\n    sym: 'ny既目',\n    pro: 'ny:à:änyä',\n    form: '依名',\n    defs: 'spectacles; glasses',\n  },\n  {\n    sym: 'ny既目護',\n    pro: 'ny:à:änyä:ǹdò',\n    form: '依名',\n    defs: 'eye shades',\n  },\n  {\n    sym: '炊ọ́渦',\n    pro: 'nyà:ọ́:rị̀à',\n    form: '動',\n    defs: 'survive sickness',\n  },\n  {\n    sym: '速火',\n    pro: 'nyà:gá',\n    form: '動',\n    defs: 'vacillate; sway',\n  },\n  {\n    sym: '速災',\n    pro: 'nyà:dó',\n    form: '動',\n    defs: 'bend down',\n  },\n  {\n    sym: '威謁',\n    pro: 'nyà:ká',\n    form: '動',\n    defs: 'wipe off; blur',\n  },\n  {\n    sym: '威歌',\n    pro: 'nyà:kọ́',\n    form: '動',\n    defs: 'stick together; glue',\n  },\n  {\n    sym: '重',\n    pro: 'nyị̀',\n    form: '動',\n    defs: 'be heavy hefty difficult',\n  },\n  {\n    sym: '重果重',\n    pro: 'nyị̀:ä:rụ́ụ́',\n    form: '動',\n    defs: 'be heavy difficult',\n  },\n  {\n    sym: '柿',\n    pro: 'nyụ́',\n    form: '動',\n    defs: 'excrete; expel',\n  },\n  {\n    sym: '曹',\n    pro: 'nyụ́',\n    form: '動',\n    defs: 'extinguish; off; die; end; finish; die down; turn off; snuff; quench',\n  },\n  {\n    sym: '柿á荷',\n    pro: 'nyụ́:á:hụ̀',\n    form: '動',\n    defs: 'flatulate; fart; pass gas',\n  },\n  {\n    sym: '柿宅',\n    pro: 'nyụ́:máḿị́rị́',\n    form: '動',\n    defs: 'urinate; piss',\n  },\n  {\n    sym: '柿ǹ隙',\n    pro: 'nyụ́:ǹ:sị́',\n    form: '動',\n    defs: 'expel faeces from the body',\n  },\n  {\n    sym: '曹宜',\n    pro: 'nyụ̀:áhị́á',\n    form: '動',\n    defs: 'lose in a market; make a loss in trading',\n  },\n  {\n    sym: '角',\n    pro: 'nyé',\n    form: '動',\n    defs: 'give; donate; contribute; add; top-up',\n  },\n  {\n    sym: '角稼',\n    pro: 'nyé:áká',\n    form: '動',\n    defs: 'help; support; assist',\n  },\n  {\n    sym: '殖',\n    pro: 'nyó} / ny見 {ny:ó',\n    form: '動',\n    defs: 'inspect; check; peer; look; pry; observe; peep; spy; investigate; stare; analyse',\n  },\n  {\n    sym: '殖害',\n    pro: 'nyó:ché',\n    form: '動',\n    defs: 'survey; guard',\n  },\n  {\n    sym: '殖勾',\n    pro: 'nyó:zà',\n    form: '動',\n    defs: 'scan; inspect',\n  },\n  {\n    sym: '殖選',\n    pro: 'nyò:chá',\n    form: '動',\n    defs: 'check; throughly inspect; examine; investigate; analyse nn',\n  },\n  {\n    sym: 'ń峡',\n    pro: 'ń:á',\n    form: '依名',\n    defs: '口控. one; only; single',\n  },\n  {\n    sym: '羽',\n    pro: 'ńádí',\n    form: '依名',\n    defs: 'relation; relative',\n  },\n  {\n    sym: '巧',\n    pro: 'ńárí',\n    form: '口控',\n    defs: 'hundred',\n  },\n  {\n    sym: '穏',\n    pro: 'ńà',\n    form: '依名',\n    defs: 'father; patriarch',\n  },\n  {\n    sym: '穏大',\n    pro: 'ńà:úkwú',\n    form: '依名',\n    defs: 'master; boss; ‘great father’; grandfather; supreme deity',\n  },\n  {\n    sym: '穏打',\n    pro: 'ńà:ụ́zụ́',\n    form: '依名',\n    defs: 'master smith; head of a smithing workshop',\n  },\n  {\n    sym: '穏ó長',\n    pro: 'ńà:ó:chíé',\n    form: '依名',\n    defs: 'ancestor; forefather; maternal lineage members',\n  },\n  {\n    sym: '穏閲',\n    pro: 'ńà:dí',\n    form: '依名',\n    defs: 'wife’s father-in-law',\n  },\n  {\n    sym: '穏穏',\n    pro: 'ńà:ńà',\n    form: '依名',\n    defs: 'paternal grandfather; pet name for male children especially suspected of reincarnating',\n  },\n  {\n    sym: 'ń市横ṃ',\n    pro: 'ń:ìhù:sì:ṃ',\n    form: '依名',\n    defs: 'radon [Rn]',\n  },\n  {\n    sym: '肯',\n    pro: 'ńú',\n    form: '依名',\n    defs: 'salt',\n  },\n  {\n    sym: '傷',\n    pro: 'ńú',\n    form: '依器',\n    defs: 'plenty; big; large; much; 撃昔営依. ultra-; super',\n  },\n  {\n    sym: '傷大',\n    pro: 'ńú:úkwú',\n    form: '依器',\n    defs: 'large; big; super large',\n  },\n  {\n    sym: '傷大té',\n    pro: 'ńú:úkwúté',\n    form: '依器',\n    defs: 'large; big; ultra large; enormous',\n  },\n  {\n    sym: '傷校',\n    pro: 'ńú:ụ̀dà',\n    form: '依名',\n    defs: 'ultrasound',\n  },\n  {\n    sym: '肯ó憲',\n    pro: 'ńú:ó:kpètè',\n    form: '依名',\n    defs: 'sugar',\n  },\n  {\n    sym: '肯肯',\n    pro: 'ńú:ńú',\n    form: '依名',\n    defs: 'salty',\n  },\n  {\n    sym: '静',\n    pro: 'ńụ̀',\n    form: '口控',\n    defs: 'four hundred; 400',\n  },\n  {\n    sym: '状',\n    pro: 'ńụ̀nụ̀',\n    form: '依名',\n    defs: 'bird; pigeon',\n  },\n  {\n    sym: '裁',\n    pro: 'ńé',\n    form: '依名',\n    defs: '依器. plentiful; plenty; large; many; 撃昔営依. -uber',\n  },\n  {\n    sym: '温',\n    pro: 'ńë',\n    form: '依名',\n    defs: 'mother; female',\n  },\n  {\n    sym: '温打',\n    pro: 'ńë:ụ́zụ́',\n    form: '依名',\n    defs: 'master smith; head of a smithing workshop',\n  },\n  {\n    sym: '温易',\n    pro: 'ńë:égwú',\n    form: '依名',\n    defs: 'main dance',\n  },\n  {\n    sym: '温é嵐',\n    pro: 'ńë:é:lé',\n    form: '依名',\n    defs: 'hind; female deer',\n  },\n  {\n    sym: '温祈',\n    pro: 'ńë:éwí',\n    form: '依名',\n    defs: 'Nnewi [town]',\n  },\n  {\n    sym: '温活',\n    pro: 'ńë:éwú',\n    form: '依名',\n    defs: 'female goat',\n  },\n  {\n    sym: '温ó長',\n    pro: 'ńë:ó:chíé',\n    form: '依名',\n    defs: 'grandmother; ancestor; maternal grandmother',\n  },\n  {\n    sym: '温閲',\n    pro: 'ńë:dí',\n    form: '依名',\n    defs: 'wife’s mother-in-law',\n  },\n  {\n    sym: '温ṃ嵐',\n    pro: 'ńë:ṃgbàdà',\n    form: '依名',\n    defs: 'gazelle; female antelope',\n  },\n  {\n    sym: '温穏',\n    pro: 'ńë:ńà',\n    form: '依名',\n    defs: 'paternal grandmother',\n  },\n  {\n    sym: '温温',\n    pro: 'ńë:ńë',\n    form: '依名',\n    defs: 'maternal grandmother; praise name or honourific for a woman elder',\n  },\n  {\n    sym: '繊',\n    pro: 'ńkpílì',\n    form: '依名',\n    defs: 'elbow',\n  },\n  {\n    sym: 'ń匠',\n    pro: 'ń:kpé',\n    form: '依名',\n    defs: 'court case; court',\n  },\n  {\n    sym: 'ń匠裾',\n    pro: 'ń:kpé:bì',\n    form: '依名',\n    defs: 'decision; treaty; court ruling; verdict; agreement; judgment; surrender; conclusion',\n  },\n  {\n    sym: 'ńkp裾糸',\n    pro: 'ń:kp:é:sá',\n    form: '依名',\n    defs: 'bleaching',\n  },\n  {\n    sym: 'ń使歌',\n    pro: 'ń:kpó:kọ́',\n    form: '依名',\n    defs: 'conjugate',\n  },\n  {\n    sym: 'ń繰',\n    pro: 'ń:kpọ́',\n    form: '依名',\n    defs: 'bomb',\n  },\n  {\n    sym: 'ń繰成ḿ',\n    pro: 'ń:kpọ́:ákụ́:ḿ',\n    form: '依名',\n    defs: 'atomic bomb',\n  },\n  {\n    sym: 'ń繰遠',\n    pro: 'ń:kpọ́:ọ́kụ́',\n    form: '依名',\n    defs: 'matches',\n  },\n  {\n    sym: 'ń愚貝',\n    pro: 'ń:kpọ́:bà',\n    form: '依名',\n    defs: 'invitation; hospitality; bringing in',\n  },\n  {\n    sym: 'ń愚貝圧',\n    pro: 'ń:kpọ́:bà:àkụ̀',\n    form: '依名',\n    defs: 'income',\n  },\n  {\n    sym: '姉',\n    pro: 'ńkpọ́rọ́',\n    form: '依名',\n    defs: 'prison; jail',\n  },\n  {\n    sym: 'ń繰試',\n    pro: 'ń:kpọ́:mị́',\n    form: '依名',\n    defs: 'torpedo',\n  },\n  {\n    sym: 'ń繰営土',\n    pro: 'ń:kpọ́:nà:àlà',\n    form: '依名',\n    defs: 'land mine; ceremonial mortar; bomb',\n  },\n  {\n    sym: 'ń繰営上',\n    pro: 'ń:kpọ́:nà:élú',\n    form: '依名',\n    defs: 'fireworks',\n  },\n  {\n    sym: '孝',\n    pro: 'ńgá',\n    form: '依器',\n    defs: 'slim; thin; trim',\n  },\n  {\n    sym: 'ń火á壌',\n    pro: 'ń:gá:á:rị́á',\n    form: '依名',\n    defs: 'going around; elision',\n  },\n  {\n    sym: 'ń火轄',\n    pro: 'ń:gá:fè',\n    form: '依名',\n    defs: 'authorisation; verification; pass; ticket',\n  },\n  {\n    sym: '孝孝',\n    pro: 'ńgá:ńgá',\n    form: '依器',\n    defs: 'slim; thin; trim',\n  },\n  {\n    sym: 'ń火向',\n    pro: 'ń:gà:zí',\n    form: '依器',\n    defs: 'straight-forward; normal',\n  },\n  {\n    sym: 'ń佳',\n    pro: 'ń:gị́',\n    form: '依名衣',\n    defs: 'you [singular]',\n  },\n  {\n    sym: '茨',\n    pro: 'ńgị́gá',\n    form: '依名',\n    defs: 'cage; cell; room; wicker basket for food preservation',\n  },\n  {\n    sym: '茨街',\n    pro: 'ńgị́gá:ázụ̀',\n    form: '依名',\n    defs: 'fish cage',\n  },\n  {\n    sym: '爽',\n    pro: 'ńgùgù',\n    form: '依名',\n    defs: 'parcel; package; block; bundle; block',\n  },\n  {\n    sym: '爽架',\n    pro: 'ńgùgù:égó',\n    form: '依名',\n    defs: 'bundle of money; 2160 cowries',\n  },\n  {\n    sym: 'ń感歌',\n    pro: 'ń:gụ́:kọ́',\n    form: '依名',\n    defs: '依器. reckoner; calculator; digital; computerised',\n  },\n  {\n    sym: 'ń感má',\n    pro: 'ń:gụ́:má',\n    form: '依名',\n    defs: '依器. digital; digitised; computerised',\n  },\n  {\n    sym: 'ń感ń禁襟',\n    pro: 'ń:gụ́:ń:kwá:chí',\n    form: '依名',\n    defs: 'laptop',\n  },\n  {\n    sym: '兆',\n    pro: 'ńgęlëǹgę',\n    form: '依名',\n    defs: 'xylophone',\n  },\n  {\n    sym: '船',\n    pro: 'ńgó',\n    form: '依名',\n    defs: 'reward; award; wages; bet; wager; test; bribe;',\n  },\n  {\n    sym: 'ń酎',\n    pro: 'ń:gó',\n    form: '依名',\n    defs: 'lye; alkaline',\n  },\n  {\n    sym: 'ń測',\n    pro: 'ń:gó',\n    form: '依名',\n    defs: 'award; reward; prize; acquisition',\n  },\n  {\n    sym: 'ń測角',\n    pro: 'ń:gó:nyé',\n    form: '依名',\n    defs: 'reward; prize; award; acquisition; 依器. rewarding',\n  },\n  {\n    sym: '辛',\n    pro: 'ńgódó',\n    form: '依名',\n    defs: 'table',\n  },\n  {\n    sym: '辛限',\n    pro: 'ńgódó:ḿányá',\n    form: '依名',\n    defs: 'bar [for drinks]',\n  },\n  {\n    sym: 'ń測ọ́奥',\n    pro: 'ń:gó:ọ́:rụ́ụ́',\n    form: '依名',\n    defs: '依器. recruitment; hiring',\n  },\n  {\n    sym: 'ń測結',\n    pro: 'ń:gó:lí',\n    form: '依名',\n    defs: 'trophy; award',\n  },\n  {\n    sym: '壮',\n    pro: 'ńgọ́',\n    form: '依名',\n    defs: 'hook; crook',\n  },\n  {\n    sym: 'ń爽ń爽',\n    pro: 'ń:gọ́:ń:gọ́',\n    form: '依名',\n    defs: 'block',\n  },\n  {\n    sym: 'ń岳向',\n    pro: 'ń:gọ́:zí',\n    form: '依名',\n    defs: 'blessing',\n  },\n  {\n    sym: '旋',\n    pro: 'ńgọ̀',\n    form: '依名',\n    defs: 'wed money; bride wealth; bride price',\n  },\n  {\n    sym: '楽',\n    pro: 'ńgọ̀rị́',\n    form: '依名',\n    defs: 'pleasure; merriment; happiness',\n  },\n  {\n    sym: 'ń互á壌',\n    pro: 'ń:gbá:á:rị́á',\n    form: '依名',\n    defs: 'go around; ride around; elude',\n  },\n  {\n    sym: 'ń互轄校',\n    pro: 'ń:gbá:fè:ụ̀dà',\n    form: '依器',\n    defs: 'supersonic; 依名. flying past the speed of sound',\n  },\n  {\n    sym: 'ń互換',\n    pro: 'ń:gbá:jé',\n    form: '依名',\n    defs: 'pilgrimage',\n  },\n  {\n    sym: 'ń碁憬託',\n    pro: 'ń:gbá:sá:ózí',\n    form: '依名',\n    defs: 'message spreader',\n  },\n  {\n    sym: 'ń恩尋',\n    pro: 'ń:gbú:änụ́',\n    form: '依名',\n    defs: 'butchery',\n  },\n  {\n    sym: 'ń恩営頑',\n    pro: 'ń:gbú:nà:àhụ́',\n    form: '依器',\n    defs: 'toxic; dangerous',\n  },\n  {\n    sym: 'ń己',\n    pro: 'ń:gbée',\n    form: '依名',\n    defs: 'parking space; stable; station; stop; 依器. stationary; static; still; parked',\n  },\n  {\n    sym: 'ń誤動',\n    pro: 'ń:gbò:ụ́më',\n    form: '依器',\n    defs: 'disability',\n  },\n  {\n    sym: 'ń誤話',\n    pro: 'ń:gbò:ọ̀bàrà',\n    form: '依器',\n    defs: 'styptic',\n  },\n  {\n    sym: 'ń絞rị́',\n    pro: 'ń:ghá:rị́',\n    form: '依名',\n    defs: 'confusion; misunderstanding; lack of knowledge; 依器. elusive',\n  },\n  {\n    sym: 'ńgh挟怠',\n    pro: 'ń:gh:ọ̀:tá',\n    form: '依名',\n    defs: 'understanding; comprehension; apprehension; recognition; perception',\n  },\n  {\n    sym: '暫',\n    pro: 'ńgwá',\n    form: '依名',\n    defs: 'property; belongings; tools; utilities; things',\n  },\n  {\n    sym: '決',\n    pro: 'ńgwá',\n    form: '依器',\n    defs: 'quick; quickly; fast; briskly',\n  },\n  {\n    sym: '暫宜',\n    pro: 'ńgwá:áhị́á',\n    form: '依名',\n    defs: 'merchandise',\n  },\n  {\n    sym: '暫ọ́奥',\n    pro: 'ńgwá:ọ́rụ́ụ́',\n    form: '依名',\n    defs: 'tools',\n  },\n  {\n    sym: '暫遠ń収',\n    pro: 'ńgwá:ọ́kụ́:ń:dụ́',\n    form: '依名',\n    defs: 'electronics; 依器. electronic',\n  },\n  {\n    sym: 'ń高á壌',\n    pro: 'ń:gwá:árị́á',\n    form: '依名',\n    defs: '依器. remix; remixing',\n  },\n  {\n    sym: 'ń僅託',\n    pro: 'ń:gwá:ózí',\n    form: '依名',\n    defs: 'notification',\n  },\n  {\n    sym: '決決',\n    pro: 'ńgwá:ńgwá',\n    form: '依器',\n    defs: 'quick; quickly; fast; briskly',\n  },\n  {\n    sym: '暫ń敢',\n    pro: 'ńgwá:ń:jé',\n    form: '依名',\n    defs: 'acting tools; prop',\n  },\n  {\n    sym: 'ń消',\n    pro: 'ń:gwé',\n    form: '依名',\n    defs: 'pestle; grinder; pounder',\n  },\n  {\n    sym: '懸',\n    pro: 'ńgwęrę',\n    form: '依名',\n    defs: 'lizard; reptile',\n  },\n  {\n    sym: '懸録',\n    pro: 'ńgwęrę:égwù',\n    form: '依名',\n    defs: 'dinosaur',\n  },\n  {\n    sym: '暫暫',\n    pro: 'ńgwó:ńgwó',\n    form: '依名',\n    defs: 'belongings; luggage; property; clutter',\n  },\n  {\n    sym: 'ń惧',\n    pro: 'ń:gwọ́',\n    form: '依名',\n    defs: 'hospital',\n  },\n  {\n    sym: 'ń惧怠',\n    pro: 'ń:gwọ́:tá',\n    form: '依名',\n    defs: 'solution',\n  },\n  {\n    sym: 'ń惧喉',\n    pro: 'ń:gwọ́:zù',\n    form: '依名',\n    defs: 'therapy',\n  },\n  {\n    sym: 'ŃDÌÀ',\n    pro: null,\n    form: '依名',\n    defs: 'India',\n  },\n  {\n    sym: '玻',\n    pro: 'ńdàsị̀',\n    form: '依名',\n    defs: 'glass',\n  },\n  {\n    sym: 'ń員béré',\n    pro: 'ń:dá:béré',\n    form: '依名',\n    defs: 'drip; a sprinkle; spritz; moisture',\n  },\n  {\n    sym: 'ń員額',\n    pro: 'ń:dá:tù',\n    form: '依名',\n    defs: '依器. dilapidation; gutted building; descent; falling',\n  },\n  {\n    sym: 'ń情rí',\n    pro: 'ń:dí:rí',\n    form: '依名',\n    defs: 'direction; instruction; commandment; order; errand; mission; dictation; appointment; authority; rules; demand',\n  },\n  {\n    sym: 'ń脚奥怠',\n    pro: 'ń:dí:rụ́ụ́:tá',\n    form: '依名',\n    defs: 'industry; industrialisation; 依器. industrial',\n  },\n  {\n    sym: '剤',\n    pro: 'ńdìrì',\n    form: '依名',\n    defs: 'line; stroke; boundary [on map]',\n  },\n  {\n    sym: '以',\n    pro: 'ńdị́',\n    form: '依名衣',\n    defs: 'people; people of; the; others; associates of',\n  },\n  {\n    sym: '挑',\n    pro: 'ńdị́',\n    form: '依名',\n    defs: 'yam tuber; yam [Item]',\n  },\n  {\n    sym: '以援',\n    pro: 'ńdị́:ághá',\n    form: '依名',\n    defs: 'warriors; soldiers; fighters; troops',\n  },\n  {\n    sym: '以á樹ụ́樹',\n    pro: 'ńdị́:á:tá:ụ́:tá',\n    form: '依名',\n    defs: 'suspects',\n  },\n  {\n    sym: '以á腎',\n    pro: 'ńdị́:á:káébé',\n    form: '依名',\n    defs: 'witnesses',\n  },\n  {\n    sym: '以葉',\n    pro: 'ńdị́:ákwụ́kwọ́',\n    form: '依名',\n    defs: 'academics; academicians; literati',\n  },\n  {\n    sym: '以曖延録',\n    pro: 'ńdị́:àbàlị̀:dị̀:égwù',\n    form: '依名',\n    defs: 'robbers; underworld; gangs; thieves; armed robbers; robbery',\n  },\n  {\n    sym: '以継',\n    pro: 'ńdị́:àa',\n    form: '依名衣',\n    defs: 'these; these people',\n  },\n  {\n    sym: '以à色',\n    pro: 'ńdị́:à:nwà',\n    form: '依名',\n    defs: 'sports people; sportsmen sportswomen; players; challengers',\n  },\n  {\n    sym: '以臆',\n    pro: 'ńdị́:àsị́',\n    form: '依名',\n    defs: 'liars; deceivers',\n  },\n  {\n    sym: '以作',\n    pro: 'ńdị́:íkwú',\n    form: '依名',\n    defs: 'kinsmen; blood relations; family members; relatives; clan; kindred; lineage; matriclan',\n  },\n  {\n    sym: '以拐詠',\n    pro: 'ńdị́:ímé:òbòdò',\n    form: '依名',\n    defs: 'country side residents; country bumpkins',\n  },\n  {\n    sym: '以拐塩',\n    pro: 'ńdị́:ímé:òtù',\n    form: '依名',\n    defs: 'insiders',\n  },\n  {\n    sym: '以黒',\n    pro: 'ńdị́:ùdé',\n    form: '依名',\n    defs: 'celebrities',\n  },\n  {\n    sym: '以ù均',\n    pro: 'ńdị́:ù:fé',\n    form: '依名',\n    defs: 'aviators; airmen',\n  },\n  {\n    sym: '以岩越',\n    pro: 'ńdị́:ùwé:ójí',\n    form: '依名',\n    defs: 'policemen; policewomen; police',\n  },\n  {\n    sym: '以動料',\n    pro: 'ńdị́:ụ́më:òhèrè',\n    form: '依名',\n    defs: 'libertarians [politics]',\n  },\n  {\n    sym: '以動ń窟',\n    pro: 'ńdị́:ụ́më:ń:zọ́',\n    form: '依名',\n    defs: 'conservates [politics]',\n  },\n  {\n    sym: '以椅',\n    pro: 'ńdị́:ị̀nyę',\n    form: '依名',\n    defs: 'humanity; civilization',\n  },\n  {\n    sym: '以世',\n    pro: 'ńdị́:ụ̀wà',\n    form: '依名',\n    defs: 'people of the world; highwaymen; robbers; wayward people; outsiders; outcasts',\n  },\n  {\n    sym: '以易',\n    pro: 'ńdị́:égwú',\n    form: '依名',\n    defs: 'musicians; singers; dancers',\n  },\n  {\n    sym: '以é乙',\n    pro: 'ńdị́:é:ké',\n    form: '依名',\n    defs: 'police',\n  },\n  {\n    sym: '以上土',\n    pro: 'ńdị́:élú:àlà',\n    form: '依名',\n    defs: 'Enuani people; Africans',\n  },\n  {\n    sym: '以上土土営慶',\n    pro: 'ńdị́:élú:àlà',\n    form: '依名',\n    defs: 'African Americans',\n  },\n  {\n    sym: '以造',\n    pro: 'ńdị́:ègbè',\n    form: '依名',\n    defs: 'soldiers; army; military',\n  },\n  {\n    sym: '以餓',\n    pro: 'ńdị́:ógó',\n    form: '依名',\n    defs: 'inhabitants of a village; villagers',\n  },\n  {\n    sym: '以践',\n    pro: 'ńdị́:órú',\n    form: '依名',\n    defs: 'riverside people; riverine people of the marshlands',\n  },\n  {\n    sym: '以建',\n    pro: 'ńdị́:ótú',\n    form: '依名',\n    defs: 'people and traders of Onicha waterside',\n  },\n  {\n    sym: '以精',\n    pro: 'ńdị́:óshí',\n    form: '依名',\n    defs: 'thieves; robbers',\n  },\n  {\n    sym: '以ó長',\n    pro: 'ńdị́:ó:chíè',\n    form: '依名',\n    defs: 'ancestors; ancient ones',\n  },\n  {\n    sym: '以詠',\n    pro: 'ńdị́:òbòdò',\n    form: '依名',\n    defs: 'country side residents; country folk; country bumpkins',\n  },\n  {\n    sym: '以持料',\n    pro: 'ńdị́:ọ́gbá:òhèrè',\n    form: '依名',\n    defs: 'liberals [politics]',\n  },\n  {\n    sym: '以甲',\n    pro: 'ńdị́:gbóo',\n    form: '依名',\n    defs: 'ancient ones; primogenitors; ancestors',\n  },\n  {\n    sym: '以ń轄',\n    pro: 'ńdị́:ń:fé',\n    form: '依名',\n    defs: 'passengers; travelers; riders; fare payers',\n  },\n  {\n    sym: '以ń浪',\n    pro: 'ńdị́:ń:lé',\n    form: '依名',\n    defs: 'watchmen; guardians; patrols',\n  },\n  {\n    sym: '以人',\n    pro: 'ńdị́:mádụ̀',\n    form: '依名',\n    defs: 'people; humanity',\n  },\n  {\n    sym: '以桜水',\n    pro: 'ńdị́:ḿbà:ḿíri',\n    form: '依名',\n    defs: 'riverine people',\n  },\n  {\n    sym: '以ḿ碁火',\n    pro: 'ńdị́:ḿ:gbá:gá',\n    form: '依名',\n    defs: 'asylum seekers; refugees',\n  },\n  {\n    sym: '以慎',\n    pro: 'ńdị́:ṃgbè',\n    form: '依名',\n    defs: 'builders of a votive shrine of a deity',\n  },\n  {\n    sym: '以船',\n    pro: 'ńdị́:ńgó',\n    form: '依名',\n    defs: 'bribers; bribe recievers; betters',\n  },\n  {\n    sym: '以ń凹醜',\n    pro: 'ńdị́:ń:zụ́:té',\n    form: '依名',\n    defs: 'buyers; customers',\n  },\n  {\n    sym: '以ǹ災襟',\n    pro: 'ńdị́:ǹ:dò:chì',\n    form: '依名',\n    defs: 'policemen; policewomen; police',\n  },\n  {\n    sym: '以備',\n    pro: 'ńdị́:ǹchè',\n    form: '依名',\n    defs: 'body guards; security; guardians',\n  },\n  {\n    sym: 'ń及',\n    pro: 'ń:dú',\n    form: '依名',\n    defs: 'leading; forward; front; preceding; ruling; main; chief; major; prime; most significant; principal; foremost',\n  },\n  {\n    sym: 'ń及貝怠',\n    pro: 'ń:dú:bà:tá',\n    form: '依名',\n    defs: 'entrance; foyer; welcoming; introduction; reception',\n  },\n  {\n    sym: '但',\n    pro: 'ńdụ́',\n    form: '依器',\n    defs: 'ń器動. nearby; close; adjacent',\n  },\n  {\n    sym: 'ń収',\n    pro: 'ń:dụ́',\n    form: '依名',\n    defs: 'tip; needle; point; end; extremity; sharp end; spike; prong; tine; nib',\n  },\n  {\n    sym: 'ń収恩苛',\n    pro: 'ń:dụ́:gbú:óyí',\n    form: '依名',\n    defs: '依器. frostbite',\n  },\n  {\n    sym: 'ń収恩遠',\n    pro: 'ń:dụ́:gbú:ọ́kụ́',\n    form: '依名',\n    defs: '依器. electrocution',\n  },\n  {\n    sym: 'ń収m遠',\n    pro: 'ń:dụ́:má:ọ́kụ́',\n    form: '依名',\n    defs: '依器. electrification; electrified',\n  },\n  {\n    sym: 'ń収ń収',\n    pro: 'ń:dụ́:ń:dụ́',\n    form: '依名',\n    defs: 'precision',\n  },\n  {\n    sym: '艶',\n    pro: 'ńdụ̀',\n    form: '依名',\n    defs: 'life; bio-; 依器. live; green',\n  },\n  {\n    sym: '彫',\n    pro: 'ńdụ̀kwụ́',\n    form: '依名',\n    defs: 'sweet potato',\n  },\n  {\n    sym: '艶艶',\n    pro: 'ńdụ̀:ńdụ̀',\n    form: '依器',\n    defs: 'live; green; verdant; vividly',\n  },\n  {\n    sym: '艶横ṃ',\n    pro: 'ńdụ̀:sì:ṃ',\n    form: '依名',\n    defs: 'hafnium [Hf]',\n  },\n  {\n    sym: 'ń肝',\n    pro: 'ń:dé',\n    form: '依名',\n    defs: 'writing; text; letters',\n  },\n  {\n    sym: 'ń肝é匠',\n    pro: 'ń:dé:é:kpé',\n    form: '依名',\n    defs: 'written will',\n  },\n  {\n    sym: 'ń肝上',\n    pro: 'ń:dé:élú',\n    form: '依名',\n    defs: 'capital letters',\n  },\n  {\n    sym: 'ń肝貝角',\n    pro: 'ń:dé:bà:nyé',\n    form: '依名',\n    defs: 'application; enrollment',\n  },\n  {\n    sym: 'ń肝係',\n    pro: 'ń:dé:dá',\n    form: '依名',\n    defs: 'journaling; daily writing; diary',\n  },\n  {\n    sym: 'ń肝係ḿ',\n    pro: 'ń:dé:dá:ḿ',\n    form: '依名',\n    defs: 'journalism',\n  },\n  {\n    sym: 'ń肝情',\n    pro: 'ń:dé:dí',\n    form: '依名',\n    defs: 'programming',\n  },\n  {\n    sym: 'ń肝情rí',\n    pro: 'ń:dé:dí:rí',\n    form: '依名',\n    defs: 'programming',\n  },\n  {\n    sym: 'ń神睡',\n    pro: 'ń:dé:rù',\n    form: '依器',\n    defs: 'molten',\n  },\n  {\n    sym: 'ń肝額',\n    pro: 'ń:dé:tù',\n    form: '依名',\n    defs: 'list; note; act of listing down writing a note',\n  },\n  {\n    sym: 'ń縦',\n    pro: 'dè',\n    form: '依器',\n    defs: 'moist; wet',\n  },\n  {\n    sym: '渉',\n    pro: 'ńdęrę',\n    form: '依名',\n    defs: 'size nnDONEshIA 依名. Indonesia',\n  },\n  {\n    sym: 'ń俗貝',\n    pro: 'ń:dó:bà',\n    form: '依名',\n    defs: 'account [computer]',\n  },\n  {\n    sym: 'ń豪',\n    pro: 'ń:dózí',\n    form: '依名',\n    defs: 'management',\n  },\n  {\n    sym: '誰',\n    pro: 'ńdò',\n    form: '依名',\n    defs: 'wild dove [bird]; pidgeon',\n  },\n  {\n    sym: 'ń災窟',\n    pro: 'ń:dò:zọ́',\n    form: '動',\n    defs: 'insurance; protection; indemnity; cover; underwrite; assurance; guarantee; warranty',\n  },\n  {\n    sym: 'ń急謁',\n    pro: 'ń:dọ́:ká',\n    form: '依名',\n    defs: '依器. ripped; torn; shredded; tearing; shredding',\n  },\n  {\n    sym: '抽',\n    pro: 'ńdọ́lị̀',\n    form: '依名',\n    defs: 'effort; work; struggle',\n  },\n  {\n    sym: 'ì育',\n    pro: 'ì:kóró',\n    form: '依名',\n    defs: 'halo',\n  },\n  {\n    sym: 'ì育慰',\n    pro: 'ì:kóró:ọ́nwä',\n    form: '依名',\n    defs: 'moon halo',\n  },\n  {\n    sym: 'ń嫁',\n    pro: 'ń:rá',\n    form: '依名',\n    defs: 'sexual intercourse',\n  },\n  {\n    sym: 'ń嫁ị́呉',\n    pro: 'ń:rá:nà:ị́:kę',\n    form: '依名',\n    defs: 'anal sex',\n  },\n  {\n    sym: '散',\n    pro: 'ńrànyé',\n    form: '依名',\n    defs: 'temptation; persuasion; seduction; trial',\n  },\n  {\n    sym: '猿',\n    pro: 'ńrí',\n    form: '依名',\n    defs: 'food; meal',\n  },\n  {\n    sym: '猿小',\n    pro: 'ńrí:ákpụ́',\n    form: '依名',\n    defs: 'cassava fufu',\n  },\n  {\n    sym: '猿尋',\n    pro: 'ńrí:änụ́',\n    form: '依名',\n    defs: 'meat; protein',\n  },\n  {\n    sym: '猿嵐',\n    pro: 'ńrí:änụ́',\n    form: '依名',\n    defs: 'animal food feed',\n  },\n  {\n    sym: '猿曖',\n    pro: 'ńrí:àbàlị̀',\n    form: '依名',\n    defs: 'night meal; dinner',\n  },\n  {\n    sym: '猿漏',\n    pro: 'ńrí:ànyàsị̀',\n    form: '依名',\n    defs: 'evening meal; dinner',\n  },\n  {\n    sym: '猿措',\n    pro: 'ńrí:ụ́hà',\n    form: '依名',\n    defs: 'overnight food',\n  },\n  {\n    sym: '猿豚',\n    pro: 'ńrí:ézì',\n    form: '依名',\n    defs: 'paw paw; papaya',\n  },\n  {\n    sym: '猿黍',\n    pro: 'ńrí:ọ́okà',\n    form: '依名',\n    defs: 'corn meal; corn fufu',\n  },\n  {\n    sym: 'ń概恩',\n    pro: 'ń:rrí:gbú',\n    form: '依名',\n    defs: 'extortion; exploitation; binge; shakedown; over eating; over consumption',\n  },\n  {\n    sym: '猿毀',\n    pro: 'ńrí:jí',\n    form: '依名',\n    defs: 'yam fufu; pounded yam',\n  },\n  {\n    sym: 'ń達',\n    pro: 'ń:rú',\n    form: '依名',\n    defs: 'standard; quality; limit; category',\n  },\n  {\n    sym: 'ń睡歌',\n    pro: 'ń:rù:kọ́',\n    form: '依名',\n    defs: 'confluence',\n  },\n  {\n    sym: 'ń奥b上',\n    pro: 'ń:rụ́ụ́:b:élú',\n    form: '依名',\n    defs: 'skyscraper; building',\n  },\n  {\n    sym: 'ń奥b上',\n    pro: 'ń:rụ́ụ́:b:élú',\n    form: '依名',\n    defs: 'building up; erecting',\n  },\n  {\n    sym: 'ń掌掌',\n    pro: 'ń:rụ́:rọ́',\n    form: '依名',\n    defs: 'fantasy',\n  },\n  {\n    sym: 'ń奥歌怠',\n    pro: 'ń:rụ́ụ́:kọ́:tá',\n    form: '依名',\n    defs: 'harmony; peace',\n  },\n  {\n    sym: 'ń奥階',\n    pro: 'ń:rụ́ụ́:fụ̀',\n    form: '依名',\n    defs: 'product; line [of products]; manufacturing; industry',\n  },\n  {\n    sym: 'ń奥階怠',\n    pro: 'ń:rụ́ụ́:fụ̀:tá',\n    form: '依名',\n    defs: 'product; line [of products]; manufacturing; production',\n  },\n  {\n    sym: 'ń奥階怠ú均',\n    pro: 'ń:rụ́ụ́:fụ̀:tá:ú:fé',\n    form: '依名',\n    defs: 'airline; airliner',\n  },\n  {\n    sym: 'ń奥営一',\n    pro: 'ń:rụ́ụ́:nà:ótù',\n    form: '依名',\n    defs: '依器. mechanical; mechanism',\n  },\n  {\n    sym: 'ń奥結',\n    pro: 'ń:rụ́ụ́:lì',\n    form: '依名',\n    defs: 'building; 依器. urban',\n  },\n  {\n    sym: 'ń奥酵',\n    pro: 'ń:rụ́ụ́:zù',\n    form: '依名',\n    defs: 'production',\n  },\n  {\n    sym: 'ń奥怠',\n    pro: 'ń:rụ̀ụ̀:tá',\n    form: '依名',\n    defs: 'development [such as a building]; project; establishment 依器. developmental',\n  },\n  {\n    sym: 'ń奥歌',\n    pro: 'ń:rụ̀ụ̀:kọ́',\n    form: '依名',\n    defs: 'enterprise; line; company; working today',\n  },\n  {\n    sym: 'ń困',\n    pro: 'ń:rò',\n    form: '依器',\n    defs: 'smooth; soft',\n  },\n  {\n    sym: 'ń丈浪',\n    pro: 'ń:rò:lé',\n    form: '依名',\n    defs: 'theory',\n  },\n  {\n    sym: 'ń掌',\n    pro: 'ń:rọ́',\n    form: '依名',\n    defs: 'dream; fantasy',\n  },\n  {\n    sym: 'ń涯韻',\n    pro: 'ń:tá:bì',\n    form: '依名',\n    defs: 'bit; half; portion',\n  },\n  {\n    sym: 'ń涯韻土',\n    pro: 'ń:tá:bì:àlà',\n    form: '依名',\n    defs: 'bight; bay',\n  },\n  {\n    sym: 'ń涯韻土ụ̀bánị̀',\n    pro: 'ń:tá:bí:àlà:ụ̀bánị̀',\n    form: '依名',\n    defs: 'Bight of Bonny [Bight of Biafra]',\n  },\n  {\n    sym: 'ń涯韻依',\n    pro: 'ń:tá:bì:ókwú',\n    form: '依名',\n    defs: 'quote; caption; note; synopsis',\n  },\n  {\n    sym: 'ń涯韻器',\n    pro: 'ń:tá:bì:ńkàtá',\n    form: '依名',\n    defs: 'synopsis; short description',\n  },\n  {\n    sym: '掘',\n    pro: 'ńtà',\n    form: '依器',\n    defs: 'little; small; bit; mini 撃昔営依. little; small -let',\n  },\n  {\n    sym: '掘熊',\n    pro: 'ńtà:kị́rị́',\n    form: '依名',\n    defs: '依器. little; small; bit; mini 撃昔営依. little; small -let',\n  },\n  {\n    sym: 'ń希',\n    pro: 'ń:tí',\n    form: '依名',\n    defs: 'add; 撃昔営依. ad-; in',\n  },\n  {\n    sym: 'ń希貝',\n    pro: 'ń:tí:bà',\n    form: '依名',\n    defs: 'input; mixture',\n  },\n  {\n    sym: 'ń希高',\n    pro: 'ń:tí:gwá',\n    form: '依名',\n    defs: 'admixture',\n  },\n  {\n    sym: 'ń希歌怠',\n    pro: 'ń:tí:kọ́:tá',\n    form: '依名',\n    defs: 'conflation; joining; combination; 依器. adjoining',\n  },\n  {\n    sym: 'ńtị́tị́rị́',\n    pro: null,\n    form: '依名',\n    defs: 'minutia',\n  },\n  {\n    sym: '規',\n    pro: 'ńtị̀',\n    form: '依名',\n    defs: 'ear',\n  },\n  {\n    sym: '拡',\n    pro: 'ńtùtù',\n    form: '依名',\n    defs: 'hair',\n  },\n  {\n    sym: '囲',\n    pro: 'ńtụ́',\n    form: '依名',\n    defs: 'vagina; vulva',\n  },\n  {\n    sym: '拠',\n    pro: 'ńtụ́',\n    form: '依名',\n    defs: 'ash; powder; cinders; embers; dust; dirt',\n  },\n  {\n    sym: '宵',\n    pro: 'ńtụ́',\n    form: '依名',\n    defs: 'chalk stones; chalk',\n  },\n  {\n    sym: '拠機',\n    pro: 'ńtụ́:égbè',\n    form: '依名',\n    defs: 'gunpowder',\n  },\n  {\n    sym: 'ń核硬rị́',\n    pro: 'ń:tụ́:ghà:rị́',\n    form: '依名',\n    defs: 'change; revolution',\n  },\n  {\n    sym: 'ń核硬結é',\n    pro: 'ń:tụ́:ghà:lì:é',\n    form: '依名',\n    defs: 'revolution; rebellion; revolt; insurrection; mutiny; uprising; riot; change; metamorphosis; transformation; conversion; innovation; breakaway',\n  },\n  {\n    sym: 'ń核硬結éń脚奥怠',\n    pro: 'ń:tụ́:ghà:lì:é:ń:dí:rụ́ụ́:tá',\n    form: '依名',\n    defs: 'Industrial Revolution',\n  },\n  {\n    sym: 'ń終gh目',\n    pro: 'ń:tụ́:gh:änyä',\n    form: '依名',\n    defs: 'reference; referral',\n  },\n  {\n    sym: 'ń終餌横心',\n    pro: 'ń:tụ́:kwà:sị́:óbì',\n    form: '依名',\n    defs: 'guilt [feeling]; culpability; guiltiness; blameworthiness; anxiety; overthinking; emotional burden; mental burden',\n  },\n  {\n    sym: '拠拠',\n    pro: 'ńtụ́:ńtụ́',\n    form: '依器',\n    defs: 'ash; grey',\n  },\n  {\n    sym: 'ń終角',\n    pro: 'ń:tụ́:nyé',\n    form: '依名',\n    defs: 'vote; voting',\n  },\n  {\n    sym: 'ń終隔枝',\n    pro: 'ń:tụ́:má:òkìkè',\n    form: '依名',\n    defs: 'inspiration; creative intensive',\n  },\n  {\n    sym: 'ń漢',\n    pro: 'ń:tụ́màdí',\n    form: 'ń器動',\n    defs: '依名. suddenness; instant; incidentally',\n  },\n  {\n    sym: 'ń終向稼',\n    pro: 'ń:tụ́:zí:áká',\n    form: '動',\n    defs: 'instruction; advice; direction',\n  },\n  {\n    sym: 'ń査雇',\n    pro: 'ń:té:áká',\n    form: '依名',\n    defs: 'distance; 依器. haul; long haul',\n  },\n  {\n    sym: 'ń享貝',\n    pro: 'ń:tó:bá',\n    form: '依名',\n    defs: '依器. aptitude; suitability; fit; relevance',\n  },\n  {\n    sym: 'ń享仰',\n    pro: 'ń:tó:kwé',\n    form: '依名',\n    defs: '依器. congruous; likely; capable',\n  },\n  {\n    sym: 'ń享禾',\n    pro: 'ń:tó:nwë',\n    form: '依名',\n    defs: '依器. skill; talent; talent level; skill level',\n  },\n  {\n    sym: 'ń享角',\n    pro: 'ń:tó:nyé',\n    form: '依名',\n    defs: '依器. skill; talent; quality',\n  },\n  {\n    sym: 'ń享結',\n    pro: 'ń:tó:lí',\n    form: '依名',\n    defs: '依器. growth; rise; progress',\n  },\n  {\n    sym: 'ń享議',\n    pro: 'ń:tó:jì',\n    form: '依名',\n    defs: '依器. skill; talent; merit; excellence',\n  },\n  {\n    sym: 'ń夕',\n    pro: 'ń:tọ́',\n    form: '依名',\n    defs: 'landmark',\n  },\n  {\n    sym: 'ń夕ń達',\n    pro: 'ń:tọ́:ń:rú',\n    form: '依名',\n    defs: 'milestone; checkpoint',\n  },\n  {\n    sym: 'ńTọ̀Oọ́',\n    pro: null,\n    form: 'ḿ憾周',\n    defs: 'gesture and sound of teasing; ridiculing response; ridiculing someones pains [‘you deserve it’]',\n  },\n  {\n    sym: 'ń項',\n    pro: 'ń:ká',\n    form: '依器',\n    defs: 'old; elderly; aged; maturity 依名. age; dating',\n  },\n  {\n    sym: 'ń項ń送市子詳',\n    pro: 'ń:ká:ń:zì:ìhì:nwä:ìchékú',\n    form: '依名',\n    defs: 'radiocarbon dating',\n  },\n  {\n    sym: 'ń謁肝',\n    pro: 'ń:ká:dé',\n    form: '依名',\n    defs: 'letter',\n  },\n  {\n    sym: 'ń環tá心',\n    pro: 'ńká:tá:óbì',\n    form: '依名',\n    defs: 'resolution',\n  },\n  {\n    sym: 'ń器怠',\n    pro: 'ń:kà:tá',\n    form: '依名',\n    defs: 'discussion; chat; conversation; description; information',\n  },\n  {\n    sym: 'ń器土',\n    pro: 'ń:kàtá:àlà',\n    form: '依名',\n    defs: 'topology',\n  },\n  {\n    sym: 'ń器動',\n    pro: 'ń:kàtá:ụ́më',\n    form: '依名',\n    defs: 'adverb',\n  },\n  {\n    sym: 'ń器丸',\n    pro: 'ń:kàtá:ọ́mụ́má',\n    form: '依名',\n    defs: 'epistemology',\n  },\n  {\n    sym: 'ń胃脊',\n    pro: 'ń:kà:ǹ:kwù',\n    form: '依名',\n    defs: 'dioxide',\n  },\n  {\n    sym: 'ń嗅rí',\n    pro: 'ń:kí:rí',\n    form: '依名',\n    defs: 'show; spectacle; display',\n  },\n  {\n    sym: 'ń熊',\n    pro: 'ń:kị́rị́',\n    form: '依名',\n    defs: 'ń器動. small part; micor-; nano-; percent',\n  },\n  {\n    sym: 'ń熊院',\n    pro: 'ń:kị́rị́:ọ̀hà',\n    form: '依名',\n    defs: 'minority groups [ethnic religious]',\n  },\n  {\n    sym: 'ń熊巧',\n    pro: 'ń:kị́rị́:ńárí',\n    form: '依名',\n    defs: 'ń器動. percent; one part in every hundred',\n  },\n  {\n    sym: 'ń捜',\n    pro: 'ń:kè',\n    form: '依名',\n    defs: 'share; portion',\n  },\n  {\n    sym: '孤',\n    pro: 'ńkị́tá',\n    form: '依名',\n    defs: 'dog',\n  },\n  {\n    sym: '孤亜',\n    pro: 'ńkị́tá:ígwé',\n    form: '依名',\n    defs: 'meteor [Asaba]',\n  },\n  {\n    sym: 'ń蓋探',\n    pro: 'ń:kú:zí',\n    form: '依名',\n    defs: 'teaching; support; training; class',\n  },\n  {\n    sym: 'ń蓋向',\n    pro: 'ń:kú:zí',\n    form: '依名',\n    defs: 'teaching; support; training; class',\n  },\n  {\n    sym: '洗',\n    pro: 'ńkụ́',\n    form: '依名',\n    defs: 'dryness; hardness; stiffness',\n  },\n  {\n    sym: '奇',\n    pro: 'ńkụ́',\n    form: '依名',\n    defs: 'firewood; wood; fuel',\n  },\n  {\n    sym: '奇軒',\n    pro: 'ńkụ́:rí',\n    form: '依名',\n    defs: 'fuel; liquid fuel; petrol',\n  },\n  {\n    sym: 'ń正胃',\n    pro: 'ń:kụ̀:wá',\n    form: '依名',\n    defs: 'fragile; fragility; act of breaking',\n  },\n  {\n    sym: 'ń乙妊',\n    pro: 'ń:ké:ímé',\n    form: '依名',\n    defs: 'abortion [of pregnancy]',\n  },\n  {\n    sym: 'ń捜刷',\n    pro: 'ń:ké:ébó',\n    form: '依名',\n    defs: 'race; ethnicity; ethnic group',\n  },\n  {\n    sym: 'ń捜韻',\n    pro: 'ń:ké:bì',\n    form: '依名',\n    defs: 'act of partitioning; splitting; sharing; division; apportioning',\n  },\n  {\n    sym: 'ń乙ré夏',\n    pro: 'ń:ké:ré:ọ́sọ́',\n    form: '依名',\n    defs: 'speed limit',\n  },\n  {\n    sym: 'ń乙夕',\n    pro: 'ń:ké:tọ́',\n    form: '依名',\n    defs: 'punishment',\n  },\n  {\n    sym: 'ń傑階',\n    pro: 'ń:ké:fụ̀',\n    form: '依名',\n    defs: 'manufacturing',\n  },\n  {\n    sym: 'ń傑結',\n    pro: 'ń:ké:lí',\n    form: '依名',\n    defs: 'erection; arrousal',\n  },\n  {\n    sym: 'ń乙lí',\n    pro: 'ń:ké:lí',\n    form: '依名',\n    defs: 'tying up; storing away; bundling',\n  },\n  {\n    sym: 'ń盛',\n    pro: 'ń:kóńkó',\n    form: '依名',\n    defs: 'container',\n  },\n  {\n    sym: 'ń盛簡',\n    pro: 'ń:kóńkó:ísí',\n    form: '依名',\n    defs: 'skull; cranium',\n  },\n  {\n    sym: '寝',\n    pro: 'ńkọ́',\n    form: '依名',\n    defs: 'sharpness; intelligence',\n  },\n  {\n    sym: '陣',\n    pro: 'ńkọ́',\n    form: '依名',\n    defs: 'corner; angle; side; edge; tip',\n  },\n  {\n    sym: '陣四慶',\n    pro: 'ńkọ́:ànọ́:àbá',\n    form: '依名',\n    defs: '依器. rectangle; rectangular',\n  },\n  {\n    sym: 'ń揮器怠',\n    pro: 'ń:kọ́:kà:tá',\n    form: '依名',\n    defs: 'definition',\n  },\n  {\n    sym: 'ń揮k揮',\n    pro: 'ń:kọ́:k:íríkọ́',\n    form: '依名',\n    defs: 'legend',\n  },\n  {\n    sym: '陣隅三',\n    pro: 'ńkọ́:kwụ́:àtọ́',\n    form: '依名',\n    defs: '依器. triangle; triangular',\n  },\n  {\n    sym: '陣挫四',\n    pro: 'ńkọ́:hà:ànọ́',\n    form: '依名',\n    defs: '依器. square',\n  },\n  {\n    sym: '陣ḿ碁三',\n    pro: 'ńkọ́:ḿ:gbá:àtọ́',\n    form: '依名',\n    defs: '依器. triangle; triangular',\n  },\n  {\n    sym: 'ń揮選',\n    pro: 'ń:kọ́:chá',\n    form: '依名',\n    defs: 'complete definition; complete account 依器. definitive; comprehensive',\n  },\n  {\n    sym: 'ń禁装',\n    pro: 'ń:kwá:ìkpé',\n    form: '依器',\n    defs: 'legal; legality',\n  },\n  {\n    sym: 'ń禁撃惧',\n    pro: 'ń:kwá:ọ̀:gwọ́',\n    form: '依名',\n    defs: 'hospitalisation',\n  },\n  {\n    sym: 'ń禁貝',\n    pro: 'ń:kwá:bà',\n    form: '依名',\n    defs: 'imposition; entry',\n  },\n  {\n    sym: 'ń禁階',\n    pro: 'ń:kwá:fụ̀',\n    form: '依名',\n    defs: 'revolt; act of moving or pushing; moving out',\n  },\n  {\n    sym: 'ń禁ń惧',\n    pro: 'ń:kwá:ń:gwọ́',\n    form: '依名',\n    defs: 'hospitalisation',\n  },\n  {\n    sym: '懐',\n    pro: 'ńkwà',\n    form: '依名',\n    defs: 'dance; rhythm; drumming; drum',\n  },\n  {\n    sym: 'ń餌',\n    pro: 'ń:kwà',\n    form: '依名',\n    defs: 'promise; pledge; covenant',\n  },\n  {\n    sym: 'ń餌災',\n    pro: 'ń:kwà:dó',\n    form: '依名',\n    defs: 'support; help; backing',\n  },\n  {\n    sym: '懐ḿ互歌',\n    pro: 'ńkwà:ḿ:gbà:kọ́',\n    form: '依名',\n    defs: 'choreography',\n  },\n  {\n    sym: 'ń鋭té',\n    pro: 'ń:kwú:té',\n    form: '依名',\n    defs: 'make mention',\n  },\n  {\n    sym: 'ń鋭téré',\n    pro: 'ń:kwú:téré',\n    form: '依名',\n    defs: 'advocacy',\n  },\n  {\n    sym: 'ń鋭階怠',\n    pro: 'ń:kwú:fụ̀:tá',\n    form: '依名',\n    defs: 'confession',\n  },\n  {\n    sym: 'ń鋭夕',\n    pro: 'ń:kwú:tọ̀',\n    form: '依名',\n    defs: 'slander; defamation',\n  },\n  {\n    sym: '棋',\n    pro: 'ńkwụ́',\n    form: '依名',\n    defs: 'palm; palm wine; palm-nut; palm-tree; oil palm [Elaeis guineensis]',\n  },\n  {\n    sym: 'ń禅階',\n    pro: 'ń:kwụ́:fụ̀',\n    form: '依名',\n    defs: 'check out [of shop]',\n  },\n  {\n    sym: 'ń仰虞',\n    pro: 'ń:kwé:úcè',\n    form: '依名',\n    defs: 'ethics; value system',\n  },\n  {\n    sym: 'ń仰貝',\n    pro: 'ń:kwé:bà',\n    form: '依名',\n    defs: 'letting [of house]; admission',\n  },\n  {\n    sym: 'ń仰貝家',\n    pro: 'ń:kwé:bà:ụ́lọ̀',\n    form: '依名',\n    defs: 'house letting',\n  },\n  {\n    sym: 'ń仰原',\n    pro: 'ń:kwé:bì',\n    form: '依名',\n    defs: 'ticket',\n  },\n  {\n    sym: 'ń仰捜',\n    pro: 'ń:kwé:kè',\n    form: '依名',\n    defs: 'franchise',\n  },\n  {\n    sym: 'ń仰歌',\n    pro: 'ń:kwé:kọ́',\n    form: '依名',\n    defs: 'deal; union; agreement',\n  },\n  {\n    sym: 'ń仰歌怠',\n    pro: 'ń:kwé:kọ́:tá',\n    form: '依名',\n    defs: 'harmony; peace; deal; agreement',\n  },\n  {\n    sym: 'ń仰轄',\n    pro: 'ń:kwé:fé',\n    form: '依名',\n    defs: 'access; admission; right of entry; permission to enter; ticket; visa',\n  },\n  {\n    sym: 'ń仰角',\n    pro: 'ń:kwé:nyéé',\n    form: '依名',\n    defs: 'agreement; resolution; a grant; permission; consent',\n  },\n  {\n    sym: 'ń岐角',\n    pro: 'ń:fá:nyé',\n    form: '依名',\n    defs: 'pocket',\n  },\n  {\n    sym: 'ń轄階校',\n    pro: 'ń:fé:fụ̀:ụ̀dà',\n    form: '依器',\n    defs: 'supersonic; 依名. flying past the speed of sound; supersonic travel',\n  },\n  {\n    sym: 'ń轄換',\n    pro: 'ń:fè:jé',\n    form: '依名',\n    defs: 'graduation',\n  },\n  {\n    sym: 'ń束',\n    pro: 'ń:há',\n    form: '依名',\n    defs: 'fine; tax; tribute; penalty',\n  },\n  {\n    sym: 'ń奏柵',\n    pro: 'ń:hà:ká',\n    form: '依名',\n    defs: 'chart; graph',\n  },\n  {\n    sym: 'ń奏向',\n    pro: 'ń:hà:zí',\n    form: '依名',\n    defs: 'organisation; coordination; arrangement',\n  },\n  {\n    sym: 'ń須',\n    pro: 'ń:hí',\n    form: '依名',\n    defs: 'augmentation',\n  },\n  {\n    sym: 'ń如歌送',\n    pro: 'ń:hì:kọ́:zí',\n    form: '依名',\n    defs: 'packaging; freighting',\n  },\n  {\n    sym: 'ń走rị́',\n    pro: 'ń:hị̀:rị́',\n    form: '依名',\n    defs: 'arraignment',\n  },\n  {\n    sym: 'ń穂rụ́',\n    pro: 'ń:hụ̀ụ̀:rụ́',\n    form: '依名',\n    defs: 'grill; stove',\n  },\n  {\n    sym: 'ń錦階怠',\n    pro: 'ń:họ́:fụ̀:tá',\n    form: '依名',\n    defs: 'selection; election; choosing',\n  },\n  {\n    sym: 'ń胃器頑',\n    pro: 'ń:wá:kà:àhụ́',\n    form: '依名',\n    defs: 'anatomy 依器. anatomical',\n  },\n  {\n    sym: 'ń各貝怠',\n    pro: 'ń:wé:bà:tà',\n    form: '依名',\n    defs: 'importation; importing; bringing in; adding; introduction',\n  },\n  {\n    sym: 'ń各貝額',\n    pro: 'ń:wé:bà:tù',\n    form: '依名',\n    defs: 'record; recording; bringing in and keeping',\n  },\n  {\n    sym: 'ń壊賛',\n    pro: 'ń:më:rí',\n    form: '依名',\n    defs: 'victory; perseverance; accomplishment',\n  },\n  {\n    sym: 'ń蒸階',\n    pro: 'ń:nú:fụ̀',\n    form: '依名',\n    defs: 'pushing out',\n  },\n  {\n    sym: 'ń蒸階営ḿ旺',\n    pro: 'ń:nú:fụ̀:nà:ḿ:pìò',\n    form: '依名',\n    defs: 'pushing out the window; defenestration',\n  },\n  {\n    sym: 'ń帰剁',\n    pro: 'ń:nọ́:bì',\n    form: '依名',\n    defs: 'dwelling',\n  },\n  {\n    sym: 'ń帰歌',\n    pro: 'ń:nọ̀:kọ́',\n    form: '依名',\n    defs: 'gathering; assembly; get-together',\n  },\n  {\n    sym: 'ń帰襟目',\n    pro: 'ń:nọ̀:chí:änyä',\n    form: '依名',\n    defs: 'representing; being a consul; proxy',\n  },\n  {\n    sym: 'ń殖wá',\n    pro: 'ń:nyó:wá',\n    form: '依名',\n    defs: 'surveillance; overlooking; analysis',\n  },\n  {\n    sym: 'ń殖選',\n    pro: 'ń:nyó:chá',\n    form: '依名',\n    defs: 'research; examination; inspection; analysis; 依器. analytical',\n  },\n  {\n    sym: 'ń殖勾',\n    pro: 'ń:nyó:zà',\n    form: '依名',\n    defs: 'scanning; search by scanning',\n  },\n  {\n    sym: '穴',\n    pro: 'ńnyòmì',\n    form: '依名',\n    defs: 'imitation; example',\n  },\n  {\n    sym: 'ń殖害',\n    pro: 'ń:nyò:ché',\n    form: '依名',\n    defs: 'surveillance; guarding',\n  },\n  {\n    sym: 'ń机階',\n    pro: 'ń:lá:fụ̀',\n    form: '依名',\n    defs: 'departure; exit; escape; check out [of shop]',\n  },\n  {\n    sym: 'ń隻鏡',\n    pro: 'ń:lú:fù',\n    form: '動',\n    defs: 'throwing away; waste',\n  },\n  {\n    sym: 'ń隻何',\n    pro: 'ń:lù:zó',\n    form: '依名',\n    defs: 'snowing',\n  },\n  {\n    sym: 'ń完環',\n    pro: 'ń:lụ́:ká',\n    form: '依名',\n    defs: 'polygamy',\n  },\n  {\n    sym: 'ń浪',\n    pro: 'ń:lé',\n    form: '依名',\n    defs: 'watching; guarding; patrolling; screen',\n  },\n  {\n    sym: 'ń浪日',\n    pro: 'ń:lé:änwụ́',\n    form: '依名',\n    defs: 'umbrella',\n  },\n  {\n    sym: 'ń浪員',\n    pro: 'ń:lé:dà',\n    form: '依名',\n    defs: 'contempt; disrespect; to look down on; south',\n  },\n  {\n    sym: 'ń浪員目日',\n    pro: 'ń:lé:dà:änyä:änwụ́',\n    form: '依名',\n    defs: 'south',\n  },\n  {\n    sym: 'ń浪員上土',\n    pro: 'ń:lé:dà:élú:àlà',\n    form: '依名',\n    defs: 'South Africa',\n  },\n  {\n    sym: 'ń浪歌怠',\n    pro: 'ń:lé:kọ́:tá',\n    form: '依名',\n    defs: 'looking after; welfare',\n  },\n  {\n    sym: 'ń浪錮',\n    pro: 'ń:lé:lị̀',\n    form: '依名',\n    defs: 'negation; deliberately ignoring; disrespect; neglect; disregard for; act of despising',\n  },\n  {\n    sym: 'ń穫結',\n    pro: 'ń:vù:lì',\n    form: '依名',\n    defs: 'elevation; lifting; carrying',\n  },\n  {\n    sym: 'ń穫結',\n    pro: 'ń:bù:lì',\n    form: '依名',\n    defs: 'elevation; lifting; carrying',\n  },\n  {\n    sym: '会',\n    pro: 'ńvọ́',\n    form: '依名',\n    defs: 'comb',\n  },\n  {\n    sym: 'ń議rí',\n    pro: 'ń:jí:rí',\n    form: '依名',\n    defs: 'control',\n  },\n  {\n    sym: 'ń増ré',\n    pro: 'ń:jíké:ré',\n    form: '依名',\n    defs: 'preparation; act of getting read',\n  },\n  {\n    sym: 'ń議歌',\n    pro: 'ń:jí:kọ́',\n    form: '依名',\n    defs: 'unification; confederation; unity',\n  },\n  {\n    sym: 'ń議歌院',\n    pro: 'ń:jí:kọ́:ọ̀hà',\n    form: '依名',\n    defs: 'federation; the United States',\n  },\n  {\n    sym: 'ń議豪',\n    pro: 'ń:jì:dé',\n    form: '依名',\n    defs: 'handling; control; detention',\n  },\n  {\n    sym: 'ń埋',\n    pro: 'ń:jú',\n    form: '依名',\n    defs: 'filling; quotient',\n  },\n  {\n    sym: 'ń埋目',\n    pro: 'ń:jú:änyä',\n    form: '依名',\n    defs: '依器. overwhelming; surprising; interesting',\n  },\n  {\n    sym: 'ń埋心',\n    pro: 'ń:jú:óbì',\n    form: '依名',\n    defs: 'gratefulness; satisfaction',\n  },\n  {\n    sym: '蚊',\n    pro: 'ńjé',\n    form: '依名',\n    defs: 'wrist',\n  },\n  {\n    sym: 'ń換',\n    pro: 'ń:jé',\n    form: '依名',\n    defs: 'walking; moving; going; leaving; embarking; tourism',\n  },\n  {\n    sym: '蚊稼',\n    pro: 'ńjé:áká',\n    form: '依名',\n    defs: 'wrist',\n  },\n  {\n    sym: 'ń換階',\n    pro: 'ń:jé:fụ̀',\n    form: '依名',\n    defs: 'migration; passing',\n  },\n  {\n    sym: 'ń換豪bé',\n    pro: 'ń:jé:dé:bé',\n    form: '依名',\n    defs: 'conclusion; end; termination; end or termination of event or occasion',\n  },\n  {\n    sym: 'ń敢ń敢',\n    pro: 'ń:jé:ń:jé',\n    form: '依名',\n    defs: 'parody; play; act; acting; copy',\n  },\n  {\n    sym: 'ń敢敢',\n    pro: 'ń:jé:jé',\n    form: '依名',\n    defs: 'mimicry; mockery',\n  },\n  {\n    sym: '化',\n    pro: 'ńjọ́',\n    form: '依名',\n    defs: '依器. bad; evil; ugly',\n  },\n  {\n    sym: 'ń誇',\n    pro: 'ń:jọ́',\n    form: '依名',\n    defs: '依器. bad; evil; ugly',\n  },\n  {\n    sym: '少',\n    pro: 'ńchárá',\n    form: '依名',\n    defs: 'rust; red earth 依器. brown',\n  },\n  {\n    sym: 'ń沙営日',\n    pro: 'ń:chá:nà:änwụ́',\n    form: '依名',\n    defs: 'photosynthesis',\n  },\n  {\n    sym: '飢',\n    pro: 'ńcà',\n    form: '依名',\n    defs: 'soap; toiletries; cosmetics',\n  },\n  {\n    sym: 'ń差階',\n    pro: 'ń:chä:fụ̀',\n    form: '依器',\n    defs: 'pellucid; translucently clear',\n  },\n  {\n    sym: '進',\n    pro: 'ńchí',\n    form: '依名',\n    defs: 'tar',\n  },\n  {\n    sym: 'ń厚rí',\n    pro: 'ń:chí:rí',\n    form: '依名',\n    defs: 'storage; stow; stowaway; store',\n  },\n  {\n    sym: 'ń司',\n    pro: 'ń:chị́',\n    form: '依名',\n    defs: 'government; governing; leading; ruling',\n  },\n  {\n    sym: 'ń司圧',\n    pro: 'ń:chị́:àkụ̀',\n    form: '依名',\n    defs: 'capitalism 浪遭: 圧朽à',\n  },\n  {\n    sym: '司',\n    pro: 'àkụ̀:nà:à:chị́',\n    form: null,\n    defs: null,\n  },\n  {\n    sym: 'ń司黒',\n    pro: 'ń:chị́:ùdé',\n    form: '依名',\n    defs: 'populism',\n  },\n  {\n    sym: 'ń司王',\n    pro: 'ń:chị́:ézè',\n    form: '依名',\n    defs: 'monarchy; monarchical dynasty',\n  },\n  {\n    sym: 'ń司院',\n    pro: 'ń:chị́:ọ̀hà} 依名. democracy; democratic rule 浪遭: 院朽à司{ọ̀hà:nà:à:chị́',\n    form: null,\n    defs: null,\n  },\n  {\n    sym: 'ń司忌土',\n    pro: 'ń:chị́:dí:àlà',\n    form: '依名',\n    defs: 'feudalism 依器. feudal',\n  },\n  {\n    sym: 'ń司俗',\n    pro: 'ụ̀:chị́:dó',\n    form: '依名',\n    defs: 'government; governing',\n  },\n  {\n    sym: 'ń綺綺',\n    pro: 'ń:chị́:chá',\n    form: '依名',\n    defs: 'cleaner; eraser',\n  },\n  {\n    sym: 'ń言恩',\n    pro: 'ń:chụ́:gbú',\n    form: '依名',\n    defs: 'hunting; stalking maliciously',\n  },\n  {\n    sym: 'ń害日',\n    pro: 'ń:cé:ánwụ́',\n    form: '依名',\n    defs: 'umbrella; sun guard',\n  },\n  {\n    sym: 'ń害韻',\n    pro: 'ń:cé:bì',\n    form: '依名',\n    defs: 'ambush; stalking attack',\n  },\n  {\n    sym: 'ń害災',\n    pro: 'ń:cé:dó',\n    form: '依名',\n    defs: 'protecting; guarding; keeping; saving',\n  },\n  {\n    sym: 'ń崖興',\n    pro: 'ń:ché:tụ́',\n    form: '依名',\n    defs: 'thought; thinking; theory; rememberance',\n  },\n  {\n    sym: 'ń崖tụ́',\n    pro: 'ń:ché:tụ́',\n    form: '依名',\n    defs: 'thought; thinking; theory',\n  },\n  {\n    sym: 'ń崖鏡',\n    pro: 'ń:ché:fù',\n    form: '依名',\n    defs: 'forgetfulness; forgetting; amnesia',\n  },\n  {\n    sym: 'ń崖wá',\n    pro: 'ń:ché:wá',\n    form: '依名',\n    defs: 'contemplation; thinking',\n  },\n  {\n    sym: 'ń崖角',\n    pro: 'ń:ché:nyé',\n    form: '依名',\n    defs: 'theory',\n  },\n  {\n    sym: 'ń崖z鏡',\n    pro: 'ń:ché:z:ọ̀',\n    form: '依名',\n    defs: 'forgetfulness; forgetting',\n  },\n  {\n    sym: 'ń害護',\n    pro: 'ń:cé:ǹdò',\n    form: '依名',\n    defs: 'umbrella; shade',\n  },\n  {\n    sym: 'ń崖怠',\n    pro: 'ń:cè:tá',\n    form: '依名',\n    defs: 'rememberance; reflection; requiem',\n  },\n  {\n    sym: 'ń心',\n    pro: 'ń:chèkwúbé',\n    form: '依名',\n    defs: 'hope; expectation; trust',\n  },\n  {\n    sym: 'ń要',\n    pro: 'ń:chọ́',\n    form: '依名',\n    defs: 'seeking; want',\n  },\n  {\n    sym: 'ń要階怠',\n    pro: 'ń:chọ́:fụ̀:tá',\n    form: '依名',\n    defs: 'investigation; research',\n  },\n  {\n    sym: 'ń要走rị́',\n    pro: 'ń:chọ́:hị́rị́',\n    form: '依名',\n    defs: 'addiction',\n  },\n  {\n    sym: 'ń要ḿ煙',\n    pro: 'ń:chọ́:ḿ:má',\n    form: '依名',\n    defs: 'vanity',\n  },\n  {\n    sym: '救',\n    pro: 'ńzá',\n    form: '依名',\n    defs: 'support; help; assistance',\n  },\n  {\n    sym: 'ń勾辞',\n    pro: 'ń:zá:bọ̀',\n    form: '依名',\n    defs: 'forensics; 依器. forensic',\n  },\n  {\n    sym: 'ń勾考',\n    pro: 'ń:zá:chá',\n    form: '依名',\n    defs: 'forensics; 依器. forensic',\n  },\n  {\n    sym: '戦',\n    pro: 'ńzà',\n    form: '依名',\n    defs: 'fly-whisk; cow tail ornament',\n  },\n  {\n    sym: 'ń勾敢',\n    pro: 'ń:zà:jé',\n    form: '依名',\n    defs: 'scanning [on device]',\n  },\n  {\n    sym: 'ń向',\n    pro: 'ń:zí',\n    form: '依名',\n    defs: 'straightness; accurateness; excatness; precision',\n  },\n  {\n    sym: 'ń向向',\n    pro: 'ń:zí:zí',\n    form: '依器',\n    defs: 'straight; accurate; excat; precise',\n  },\n  {\n    sym: 'ń送貝怠',\n    pro: 'ń:zì:bà:tà',\n    form: '依名',\n    defs: 'importation; importing; sending in; adding from outside',\n  },\n  {\n    sym: 'ń送角',\n    pro: 'ń:zì:nyé',\n    form: '依名',\n    defs: 'delivery',\n  },\n  {\n    sym: 'ń送市',\n    pro: 'ń:zì:ìhù',\n    form: '依名',\n    defs: '依器. radio; radiofrequency',\n  },\n  {\n    sym: 'ń送市子詳',\n    pro: 'ń:zì:ìhì:nwä:ìchékú',\n    form: '依名',\n    defs: 'radiocarbon',\n  },\n  {\n    sym: 'ń探階偉',\n    pro: 'ń:zì:fụ̀:ị̀nyę',\n    form: '依器',\n    defs: 'diaphanous',\n  },\n  {\n    sym: 'ń探探',\n    pro: 'ń:zì:zì',\n    form: '依名',\n    defs: 'show; television show; programme',\n  },\n  {\n    sym: 'ń探探査ń殖',\n    pro: 'ń:zì:zì:tè:ń:nyó',\n    form: '依名',\n    defs: 'television show; programme',\n  },\n  {\n    sym: 'ń暑恩',\n    pro: 'ń:zú:gbù',\n    form: '依名',\n    defs: 'conspiracy',\n  },\n  {\n    sym: 'ń堪埋',\n    pro: 'ń:zú:jú',\n    form: '依名',\n    defs: 'quotient; fill',\n  },\n  {\n    sym: 'ń埼',\n    pro: 'ń:zúzù',\n    form: '依名',\n    defs: 'stupidity; act silliness; procrastination; nonsense',\n  },\n  {\n    sym: 'ń酵',\n    pro: 'ń:zù',\n    form: '依名',\n    defs: 'project; enterprise; scheme; plan; plan of action; programme; enterprise; undertaking; venture; operation; campaign',\n  },\n  {\n    sym: 'ń酵歌',\n    pro: 'ń:zù:kọ́',\n    form: '依名',\n    defs: 'cooperative; council; congregation; meeting; parliament; assembly; gathering',\n  },\n  {\n    sym: 'ń酵歌詠',\n    pro: 'ń:zù:kọ́:òbòdò',\n    form: '依名',\n    defs: 'national assembly; village assembly; lineage gathering; public announcement',\n  },\n  {\n    sym: 'ń酵営ótù',\n    pro: 'ń:zù:nà:ótù',\n    form: '依名',\n    defs: 'collective',\n  },\n  {\n    sym: '悦',\n    pro: 'ńzụ́',\n    form: '依名',\n    defs: 'chalk; edible chalk',\n  },\n  {\n    sym: 'ń凹怠',\n    pro: 'ń:zụ́:tá',\n    form: '依名',\n    defs: 'price; saleability',\n  },\n  {\n    sym: 'ń慣黄怠',\n    pro: 'ń:zụ́:mụ̀:tá',\n    form: '依名',\n    defs: 'education',\n  },\n  {\n    sym: 'ń教',\n    pro: 'ń:zó',\n    form: '依名',\n    defs: 'hiding; concealing; concealer',\n  },\n  {\n    sym: 'ń教災',\n    pro: 'ń:zó:dò',\n    form: '依名',\n    defs: '依器. cryptic; crypto',\n  },\n  {\n    sym: 'ń窟',\n    pro: 'ń:zọ́',\n    form: '依名',\n    defs: '依器. protection; reservoir',\n  },\n  {\n    sym: '幸',\n    pro: 'ńsáḿ',\n    form: '依名',\n    defs: 'shellfish',\n  },\n  {\n    sym: 'ń公',\n    pro: 'ń:sá',\n    form: '依名',\n    defs: 'answer; response',\n  },\n  {\n    sym: 'ń糸rá',\n    pro: 'ń:sá:rá',\n    form: '依器',\n    defs: 'faint',\n  },\n  {\n    sym: '危',\n    pro: 'ńsí',\n    form: '依名',\n    defs: 'poison',\n  },\n  {\n    sym: '銀',\n    pro: 'ńsí',\n    form: '依名',\n    defs: 'sorcery; witchcraft',\n  },\n  {\n    sym: '危機',\n    pro: 'ńsí:égbè',\n    form: '依名',\n    defs: 'gunpowder; ammunition; explosives',\n  },\n  {\n    sym: '字',\n    pro: 'ńsíbírí',\n    form: '依名',\n    defs: 'nsibidi characters; nsibidi mime; nsibidi members’ society',\n  },\n  {\n    sym: '字ú接',\n    pro: 'ńsíbírí:ú:yị̀',\n    form: '依名',\n    defs: 'compound nsibidi characters',\n  },\n  {\n    sym: '字院',\n    pro: 'ńsíbírí:ọ̀hà',\n    form: '依名',\n    defs: 'common people nsibidi writing; the new nsibidi system devised in 2010',\n  },\n  {\n    sym: '危子女',\n    pro: 'ńsí:nwä:ànyị̀',\n    form: '依名',\n    defs: 'gonorrhea sexually-transmitted disease in women',\n  },\n  {\n    sym: 'ń横浸',\n    pro: 'ń:sì:ísì',\n    form: '依名',\n    defs: 'bromine [Br]',\n  },\n  {\n    sym: 'ń横署',\n    pro: 'ń:sì:òwú',\n    form: '依名',\n    defs: 'niobium [Nb]',\n  },\n  {\n    sym: 'ń横ò横',\n    pro: 'ń:sì:ò:sì',\n    form: '依名',\n    defs: 'strontium [Sr]',\n  },\n  {\n    sym: 'ń横慰',\n    pro: 'ń:sì:ọ́nwä',\n    form: '依名',\n    defs: 'selenium [Se]',\n  },\n  {\n    sym: 'ń横営皇',\n    pro: 'ń:sì:ǹà:ọ̀chá',\n    form: '依名',\n    defs: 'palladium [Pa]',\n  },\n  {\n    sym: 'ń蹴',\n    pro: 'ń:sụ́',\n    form: '依名',\n    defs: 'stammer; speech impediment',\n  },\n  {\n    sym: 'ń据災',\n    pro: 'ń:sè:dò',\n    form: '依名',\n    defs: 'gravity',\n  },\n  {\n    sym: 'ń据議',\n    pro: 'ń:sè:jì',\n    form: '依名',\n    defs: 'magnetism; magnetic',\n  },\n  {\n    sym: 'ń据勾',\n    pro: 'ń:sè:zà',\n    form: '依名',\n    defs: 'vacuum; hoover',\n  },\n  {\n    sym: '俊',\n    pro: 'ńsókwù',\n    form: '依名',\n    defs: 'stupid; foolish',\n  },\n  {\n    sym: '題',\n    pro: 'ń題} {ń:sògbú',\n    form: '依名',\n    defs: 'problem; trouble; palaver; (ricky) situation; emergency; annoyance; inconvenience',\n  },\n  {\n    sym: 'ń駅要',\n    pro: 'ń:sò:chọ́',\n    form: '依名',\n    defs: '依器. obsession',\n  },\n  {\n    sym: '可',\n    pro: 'ńsọ́',\n    form: '依名',\n    defs: 'sacred; holy; forbidden; taboo',\n  },\n  {\n    sym: 'ń汚',\n    pro: 'ń:sọ́',\n    form: '依名',\n    defs: 'sacred; holy; forbidden; taboo; menses',\n  },\n  {\n    sym: 'ń汚争',\n    pro: 'ń:sọ́:pụ̀rụ́',\n    form: '依名',\n    defs: 'respect; prostration',\n  },\n  {\n    sym: '鉛',\n    pro: 'ǹọ́o',\n    form: 'ḿ憾周',\n    defs: 'welcome; hello',\n  },\n  {\n    sym: 'ǹ原階怠',\n    pro: 'ǹ:bì:fụ̀:tà',\n    form: '依名',\n    defs: 'publishing',\n  },\n  {\n    sym: '劾',\n    pro: 'ǹgà',\n    form: '依名',\n    defs: 'place; location; site; position',\n  },\n  {\n    sym: '吉',\n    pro: 'ǹgà',\n    form: '依名',\n    defs: 'pride',\n  },\n  {\n    sym: '逸',\n    pro: 'ǹgà',\n    form: '依名',\n    defs: 'iron bar; fetters; handcuffs; prison; imprisonment',\n  },\n  {\n    sym: '劾吟',\n    pro: 'ǹgà:áhụ̀',\n    form: 'ń器動',\n    defs: 'there',\n  },\n  {\n    sym: '劾継',\n    pro: 'ǹgà:àa',\n    form: 'ń器動',\n    defs: 'here; this place',\n  },\n  {\n    sym: '劾ó廊',\n    pro: 'ǹgà:ó:lé',\n    form: '依名',\n    defs: 'where',\n  },\n  {\n    sym: 'ǹ章',\n    pro: 'ǹ:gàdà',\n    form: '依名',\n    defs: 'space between legs; crotch',\n  },\n  {\n    sym: 'ǹ戚',\n    pro: 'ǹ:gàdà',\n    form: '依名',\n    defs: 'metre (m); measure of a foot',\n  },\n  {\n    sym: 'ǹg員',\n    pro: 'ǹ:g:àdà',\n    form: '依名',\n    defs: 'metre (m)',\n  },\n  {\n    sym: '劾資',\n    pro: 'ǹgà:níilé',\n    form: '依名',\n    defs: 'ń器動. everywhere',\n  },\n  {\n    sym: '吉吉',\n    pro: 'ǹgà:ǹgà',\n    form: '依名',\n    defs: 'arrogance; pride; boastfulness',\n  },\n  {\n    sym: '雌',\n    pro: 'ǹgàjì',\n    form: '依名',\n    defs: 'spoon',\n  },\n  {\n    sym: '粗',\n    pro: 'ǹgị̀rị̀',\n    form: '依名',\n    defs: 'ribs; chest',\n  },\n  {\n    sym: '渋',\n    pro: 'ǹgúrú',\n    form: '依名',\n    defs: 'compound',\n  },\n  {\n    sym: 'ǹ感達',\n    pro: 'ǹ:gụ́:rù',\n    form: '依名',\n    defs: 'score; grade; scoring',\n  },\n  {\n    sym: 'ǹ船',\n    pro: 'ǹ:gọ́',\n    form: '依名',\n    defs: 'bribe',\n  },\n  {\n    sym: 'ǹ佐横',\n    pro: 'ǹ:gbà:sì',\n    form: '依名',\n    defs: 'Zinc [Zn]',\n  },\n  {\n    sym: 'ǹ恩人',\n    pro: 'ǹ:gbú:ḿádù',\n    form: '依名',\n    defs: 'homicide',\n  },\n  {\n    sym: '証',\n    pro: 'ǹgwù',\n    form: '依名',\n    defs: 'hook',\n  },\n  {\n    sym: '稽',\n    pro: 'ǹgwù',\n    form: '依名',\n    defs: 'ngwu tree',\n  },\n  {\n    sym: '腺',\n    pro: 'ǹgwọ́rọ́',\n    form: '依名',\n    defs: 'lame; gross congenital deformity; cripple; paralysis',\n  },\n  {\n    sym: 'ǹ喝',\n    pro: 'ǹ:dàa',\n    form: 'ḿ憾周',\n    defs: 'hello thank you; greeting of encouragement',\n  },\n  {\n    sym: 'ǹ喝à奥',\n    pro: 'ǹ:dá:à:lụ́ụ́',\n    form: 'ḿ憾周',\n    defs: 'thank you; greeting of encouragement',\n  },\n  {\n    sym: 'ǹ喝à奥ọ́奥',\n    pro: 'ǹ:dá:à:lụ́ụ́:ọ́:lụ́ụ́',\n    form: 'ḿ憾周',\n    defs: 'thank you; greeting of encouragement',\n  },\n  {\n    sym: 'ǹ喝宛換',\n    pro: 'ǹ:dá:è:jé',\n    form: '依ń終',\n    defs: 'greeting of encouragement carry on good luck',\n  },\n  {\n    sym: 'ǹ喝宛壊',\n    pro: 'ǹ:dá:ę:më',\n    form: '依ń終',\n    defs: 'greeting of encouragement carry on good luck',\n  },\n  {\n    sym: 'ǹ員階怠',\n    pro: 'ǹ:dá:fụ̀:tá',\n    form: '依名',\n    defs: 'meaning; result',\n  },\n  {\n    sym: '着',\n    pro: 'ǹdà',\n    form: '依名',\n    defs: 'dew',\n  },\n  {\n    sym: '値',\n    pro: 'ǹdà',\n    form: '依名',\n    defs: 'chamber; cavity; cell',\n  },\n  {\n    sym: 'ǹ員',\n    pro: 'ǹ:dà',\n    form: '依名',\n    defs: 'falling; failure',\n  },\n  {\n    sym: 'ǹ産員',\n    pro: 'ǹ:d:à',\n    form: '依名',\n    defs: 'canopy; mourning canopy made of palm',\n  },\n  {\n    sym: 'ń延営一',\n    pro: 'ń:dị́:nà:ótù',\n    form: '依名',\n    defs: '依器. homogeneity; homogenous',\n  },\n  {\n    sym: 'ǹ曖',\n    pro: 'ǹdéerì',\n    form: '依名',\n    defs: 'midnight',\n  },\n  {\n    sym: '域',\n    pro: 'ǹdàbà',\n    form: '依名',\n    defs: 'over-clouding',\n  },\n  {\n    sym: '値吉',\n    pro: 'ǹdà:ǹgà',\n    form: '依名',\n    defs: 'suite; leisure room',\n  },\n  {\n    sym: 'ǹ員警',\n    pro: 'ǹ:dà:jì',\n    form: '依名',\n    defs: 'serenity; peace',\n  },\n  {\n    sym: 'ǹ脚脚',\n    pro: 'ǹ:dì:dì',\n    form: '依名',\n    defs: 'patience; endurance',\n  },\n  {\n    sym: 'ǹ廊',\n    pro: 'ǹ:dị́',\n    form: 'ń器動',\n    defs: 'how',\n  },\n  {\n    sym: '昼',\n    pro: 'ǹdú',\n    form: '依名',\n    defs: 'probe; instrument',\n  },\n  {\n    sym: '昼口',\n    pro: 'ǹdú:ọ́nụ́',\n    form: '依名',\n    defs: 'node',\n  },\n  {\n    sym: '柱',\n    pro: 'ǹdùdù',\n    form: '依名',\n    defs: 'coward',\n  },\n  {\n    sym: '摯',\n    pro: 'ǹdụ̀dụ̀',\n    form: '依名',\n    defs: 'fork',\n  },\n  {\n    sym: 'ǹ対営紅',\n    pro: 'ǹ:dụ̀:nà:èzí',\n    form: '依器',\n    defs: 'miscellaneous',\n  },\n  {\n    sym: '喝',\n    pro: 'ǹdéewó',\n    form: 'ḿ憾周',\n    defs: 'greetings; hello; welcome; thank you; goodbye',\n  },\n  {\n    sym: 'ǹ晶ǹ晶',\n    pro: 'ǹ:dé:ǹ:dè',\n    form: '依名',\n    defs: 'fame; reputation; influence',\n  },\n  {\n    sym: '衡',\n    pro: 'ǹdè',\n    form: '口控',\n    defs: 'million',\n  },\n  {\n    sym: 'ǹ肖',\n    pro: 'ǹ:dè',\n    form: '依名',\n    defs: 'disappearance; 依器. invisibility',\n  },\n  {\n    sym: '尚',\n    pro: 'ǹdè',\n    form: '依器',\n    defs: 'sickly',\n  },\n  {\n    sym: 'ǹ肝',\n    pro: 'ǹ:dè',\n    form: '依名',\n    defs: 'writing; journalism; literature',\n  },\n  {\n    sym: '衡衡',\n    pro: 'ǹdè:ǹdè',\n    form: '口控',\n    defs: 'trillion',\n  },\n  {\n    sym: 'ǹ肝ṃ',\n    pro: 'ǹ:dè:ṃ',\n    form: '依名',\n    defs: '依器. literal; literally; verbatim; line-for-line',\n  },\n  {\n    sym: '后',\n    pro: 'ǹdèlè',\n    form: '依名',\n    defs: 'track; path',\n  },\n  {\n    sym: '語',\n    pro: 'ǹdó',\n    form: 'ḿ憾周',\n    defs: 'condolences; sorry',\n  },\n  {\n    sym: '護',\n    pro: 'ǹdò',\n    form: '依名',\n    defs: 'shade; shelter; shadow',\n  },\n  {\n    sym: 'ǹ災圧',\n    pro: 'ǹ:dò:dò',\n    form: '依名',\n    defs: 'treasury',\n  },\n  {\n    sym: '護目',\n    pro: 'ǹdò:änyä',\n    form: '依名',\n    defs: 'visor; eye shades',\n  },\n  {\n    sym: 'ǹ災襟',\n    pro: 'ǹ:dò:chì',\n    form: '依名',\n    defs: 'police',\n  },\n  {\n    sym: 'ǹ豪wáríá',\n    pro: 'ǹ:dòzí:wáríá',\n    form: '依名',\n    defs: 'refurbishment',\n  },\n  {\n    sym: 'ǹ急互',\n    pro: 'ǹ:dọ́:gbá',\n    form: '依名',\n    defs: '依器. competition; rivalry',\n  },\n  {\n    sym: 'ǹ急軸',\n    pro: 'ǹ:dọ́:tị̀',\n    form: '依器',\n    defs: 'elastic',\n  },\n  {\n    sym: 'ǹ急ǹ急',\n    pro: 'ǹ:dọ̀:ǹ:dọ́',\n    form: '依名',\n    defs: 'election; campaigning',\n  },\n  {\n    sym: 'ǹ急',\n    pro: 'ǹ:dọ̀',\n    form: '依名',\n    defs: '依器. pulling; tension',\n  },\n  {\n    sym: '症',\n    pro: 'ǹgụ̀',\n    form: '依名',\n    defs: 'lung; chest',\n  },\n  {\n    sym: 'ǹ感潰',\n    pro: 'ǹ:gụ̀:ógè',\n    form: '依名',\n    defs: 'timer; 依器. timing; timed',\n  },\n  {\n    sym: '症gụ̀',\n    pro: 'ǹgụ̀:gụ̀',\n    form: '依名',\n    defs: 'lung; chest',\n  },\n  {\n    sym: 'ǹ院',\n    pro: 'ǹ:rà',\n    form: '依名',\n    defs: 'human society',\n  },\n  {\n    sym: 'ǹ前貝',\n    pro: 'ǹ:rà:bà',\n    form: '依器',\n    defs: 'porosity; 依名. boring [making a hole]',\n  },\n  {\n    sym: 'ǹ象',\n    pro: 'ǹrì',\n    form: '依名',\n    defs: 'Nri civilisation; Agukwu-Nri town; 依名. metamorphosis; transfiguration; manifest destiny',\n  },\n  {\n    sym: 'ǹ渦à壌',\n    pro: 'ǹ:rị̀:à:rị̀à',\n    form: '依名',\n    defs: 'sickness relapse; chronic illness; infirmity',\n  },\n  {\n    sym: 'ǹ漸換',\n    pro: 'ǹ:rè:jè',\n    form: '依名',\n    defs: 'mechanisation; 依器. mechanised',\n  },\n  {\n    sym: '軌',\n    pro: 'ǹtá',\n    form: '依名',\n    defs: 'hunting; gaming; game; bush meat',\n  },\n  {\n    sym: '弓',\n    pro: 'ǹtì',\n    form: '依名',\n    defs: 'cheek',\n  },\n  {\n    sym: 'ǹ酬',\n    pro: 'ǹ:tìrì',\n    form: '依名',\n    defs: 'dirt; filth',\n  },\n  {\n    sym: 'ǹ希歌怠',\n    pro: 'ǹ:tì:kọ̀:tà',\n    form: '依名',\n    defs: 'conflation; joining; combination',\n  },\n  {\n    sym: 'ǹ軸憬頑',\n    pro: 'ǹ:tị̀:sá:àhụ́',\n    form: '依名',\n    defs: 'stretching; exercise; gymnasium',\n  },\n  {\n    sym: 'ǹ軸横',\n    pro: 'ǹ:tị̀:sì',\n    form: '依名',\n    defs: 'nickel [Ni]',\n  },\n  {\n    sym: '寸',\n    pro: 'ǹtú',\n    form: '依名',\n    defs: 'nail; spoke; spike',\n  },\n  {\n    sym: 'ǹ索',\n    pro: 'ǹ:tụ́',\n    form: '依名',\n    defs: 'lie; deceit; betrayal; misleading',\n  },\n  {\n    sym: 'ǹ興潜rụ̀',\n    pro: 'ǹ:tụ̀:mụ̀:rụ̀',\n    form: '依器',\n    defs: 'shining; bedazzled',\n  },\n  {\n    sym: 'ǹ醜',\n    pro: 'ǹ:té',\n    form: '依器',\n    defs: 'motorised; mechanical; movable',\n  },\n  {\n    sym: 'ǹ査目',\n    pro: 'ǹ:té:änyä',\n    form: '依名',\n    defs: 'distance; interval; space; span; gap; separation; interspace; stretch; extent',\n  },\n  {\n    sym: 'ǹ儒ǹ儒',\n    pro: 'ǹ:tè:ǹ:té',\n    form: '依名',\n    defs: 'painting; art of painting',\n  },\n  {\n    sym: 'ǹ夕',\n    pro: 'ǹ:tọ́',\n    form: '依名',\n    defs: 'foundation; base',\n  },\n  {\n    sym: '城',\n    pro: 'ǹrù',\n    form: '依名',\n    defs: 'service; bondage; homage; veneration',\n  },\n  {\n    sym: 'ǹ困',\n    pro: 'ǹ:rù',\n    form: '依器',\n    defs: 'soft',\n  },\n  {\n    sym: 'ǹ稿',\n    pro: 'ǹ:kápị́',\n    form: '依名',\n    defs: 'species of rat with long nose; skunk',\n  },\n  {\n    sym: 'ǹ戦',\n    pro: 'ń:káḿ',\n    form: '依名',\n    defs: 'animal tail [Arochukwu]',\n  },\n  {\n    sym: 'ǹ戦緩',\n    pro: 'ń:káḿ',\n    form: '依名',\n    defs: 'horse tail',\n  },\n  {\n    sym: 'ǹ戦関',\n    pro: 'ń:káḿ:ényí',\n    form: '依名',\n    defs: 'elephant tail',\n  },\n  {\n    sym: 'ǹ柵',\n    pro: 'ǹ:kà',\n    form: '依名',\n    defs: 'art; arts; artwork; craft; crafts; design; carving; skill; talent; creativity; blacksmithing tong',\n  },\n  {\n    sym: 'ǹ柵頑',\n    pro: 'ǹ:kà:àhụ́',\n    form: '依名',\n    defs: 'body art',\n  },\n  {\n    sym: 'ǹ柵依',\n    pro: 'ǹ:kà:ókwú',\n    form: '依名',\n    defs: '依器. literature; literary',\n  },\n  {\n    sym: 'ǹ柵柵rà',\n    pro: 'ǹ:kà:kà:rà',\n    form: '依器',\n    defs: 'artful',\n  },\n  {\n    sym: 'ǹ柵胃',\n    pro: 'ǹ:kà:wà',\n    form: '依名',\n    defs: 'stripes',\n  },\n  {\n    sym: '瞬',\n    pro: 'ǹkàtà',\n    form: '依名',\n    defs: 'basket; large oblong basket',\n  },\n  {\n    sym: '瞬á瞬',\n    pro: 'ǹkàtà:ábọ́',\n    form: '依名',\n    defs: 'long fishing basket',\n  },\n  {\n    sym: '促',\n    pro: 'ǹkísí',\n    form: '依名',\n    defs: 'silk',\n  },\n  {\n    sym: '縄収',\n    pro: 'ǹ:kì',\n    form: '依名',\n    defs: 'tattoo',\n  },\n  {\n    sym: '恒',\n    pro: 'ǹkị́tị̀',\n    form: '依器',\n    defs: 'common; normal; regular; generic; everyday; ordinary; simple; plain; basic',\n  },\n  {\n    sym: '洪',\n    pro: 'ǹkị́tị̀',\n    form: '依名',\n    defs: 'ń器動. silence; ignoring',\n  },\n  {\n    sym: '恒恒',\n    pro: 'ǹkị́tị̀:ǹkị́tị̀',\n    form: '依器',\n    defs: 'regular; generic; normal; norm',\n  },\n  {\n    sym: 'ǹ劇',\n    pro: 'ǹ:kélú',\n    form: '依名',\n    defs: 'kingfisher bird',\n  },\n  {\n    sym: '外',\n    pro: 'ǹkè',\n    form: '簡残',\n    defs: 'of 依名. part; section; share 依名衣. of; of which; whose',\n  },\n  {\n    sym: '外環外',\n    pro: 'ǹkè:ká:ǹkè',\n    form: 'ń器動',\n    defs: 'especially; most of all [lit. that which is greatest]',\n  },\n  {\n    sym: 'ǹ捜折',\n    pro: 'ǹ:kè:jì',\n    form: '依名',\n    defs: 'part; minute [unit of time]; measure; unite',\n  },\n  {\n    sym: '今',\n    pro: 'ǹkúmè',\n    form: '依名',\n    defs: 'stone; rock',\n  },\n  {\n    sym: 'ǹ券客',\n    pro: 'ǹ:kù:pá',\n    form: '依器',\n    defs: 'mobile; portable',\n  },\n  {\n    sym: '条',\n    pro: 'ǹkụ̀',\n    form: '依名',\n    defs: 'wings; sides; fin',\n  },\n  {\n    sym: '条ú据',\n    pro: 'ǹkụ̀:ú:sè',\n    form: '依名',\n    defs: 'spoilers; flaps',\n  },\n  {\n    sym: '条熊',\n    pro: 'ǹkụ̀:kị́rị́',\n    form: '依名',\n    defs: 'aileron',\n  },\n  {\n    sym: '条掘',\n    pro: 'ǹkụ̀:ńtà',\n    form: '依名',\n    defs: 'winglet',\n  },\n  {\n    sym: 'ǹ擬',\n    pro: 'ǹ:kò',\n    form: '依名',\n    defs: 'suspension; hanging',\n  },\n  {\n    sym: '栓',\n    pro: 'ǹkọ́lọ̀',\n    form: '依名',\n    defs: 'throat; pharynx',\n  },\n  {\n    sym: '栓ọ́o誇',\n    pro: 'ǹkọ́lọ̀:ọ́o:jọ́o',\n    form: '依名',\n    defs: 'greed; envy',\n  },\n  {\n    sym: '槽',\n    pro: 'ǹkwà',\n    form: '依名',\n    defs: 'stair; steps',\n  },\n  {\n    sym: 'ǹ禁',\n    pro: 'ǹ:kwà',\n    form: '依名',\n    defs: 'push; shove',\n  },\n  {\n    sym: 'ǹ違',\n    pro: 'ǹ:kwà',\n    form: '依名',\n    defs: 'bridge; overpass',\n  },\n  {\n    sym: 'ǹ餌',\n    pro: 'ǹ:kwà',\n    form: '依名',\n    defs: 'support',\n  },\n  {\n    sym: 'ǹ脊',\n    pro: 'ǹ:kwù',\n    form: '依名',\n    defs: 'oxide',\n  },\n  {\n    sym: '陰',\n    pro: 'ǹkwọ́',\n    form: '依名',\n    defs: 'fourth traditional day; south',\n  },\n  {\n    sym: '陰大',\n    pro: 'ǹkwọ́:úkwú',\n    form: '依名',\n    defs: 'major Nkwo market day',\n  },\n  {\n    sym: '陰掘',\n    pro: 'ǹkwọ́:ńtà',\n    form: '依名',\n    defs: 'minor Nkwo market day',\n  },\n  {\n    sym: 'ǹ喚',\n    pro: 'ǹ:lá',\n    form: '依名',\n    defs: 'moth',\n  },\n  {\n    sym: 'ǹ机暇',\n    pro: 'ǹ:lá:àzụ́',\n    form: '依名',\n    defs: 'regression; reversion; moving back',\n  },\n  {\n    sym: 'ǹ廊',\n    pro: 'ǹ:lée',\n    form: 'ń器動',\n    defs: 'there; that place [Mbano]',\n  },\n  {\n    sym: 'ǹ浪ǹ浪',\n    pro: 'ǹ:lè:ǹ:lé',\n    form: '依名',\n    defs: 'examination; test; experiment',\n  },\n  {\n    sym: 'ǹ鏡潰',\n    pro: 'ǹ:fù:ógè',\n    form: '依名',\n    defs: 'anachronism',\n  },\n  {\n    sym: 'ǹ轄',\n    pro: 'ǹ:fé',\n    form: '依名',\n    defs: 'passing; ease; 依器. easy; light',\n  },\n  {\n    sym: 'ǹ挫韓',\n    pro: 'ǹ:há:kà',\n    form: '依器',\n    defs: 'figurative speech',\n  },\n  {\n    sym: 'ǹ束',\n    pro: 'ǹ:hà',\n    form: '依名',\n    defs: 'fine; tax; tribute; levy; penalty; expiation',\n  },\n  {\n    sym: 'ǹ奏',\n    pro: 'ǹ:hà',\n    form: '依名',\n    defs: 'co-ordination; stock',\n  },\n  {\n    sym: 'ǹ譲',\n    pro: 'ǹ:hà',\n    form: '動',\n    defs: 'size; quotient',\n  },\n  {\n    sym: 'ǹ循bà',\n    pro: 'ǹ:hà:bà',\n    form: '依名',\n    defs: 'option; optional',\n  },\n  {\n    sym: 'ǹ譲滞',\n    pro: 'ǹ:hà:ǹzù',\n    form: '依名',\n    defs: 'intelligence quotient [IQ]',\n  },\n  {\n    sym: 'ǹ象佐',\n    pro: 'ǹ:hì:gbà',\n    form: '依名',\n    defs: 'evolvution',\n  },\n  {\n    sym: 'ǹ滋柵',\n    pro: 'ǹ:hị̀:kà',\n    form: '依名',\n    defs: 'volute',\n  },\n  {\n    sym: 'ǹ足',\n    pro: 'ǹ:hè',\n    form: '動',\n    defs: 'stealth; espionage',\n  },\n  {\n    sym: 'ǹ錦',\n    pro: 'ǹ:họ̀',\n    form: '依名',\n    defs: 'selection; bias; choosiness; preference',\n  },\n  {\n    sym: 'ǹ胃',\n    pro: null,\n    form: 'rà {ǹ:wà:rà} 依名',\n    defs: 'sector; section',\n  },\n  {\n    sym: 'ǹ色',\n    pro: 'ǹ:nwà',\n    form: '依名',\n    defs: 'challenge; a try; test',\n  },\n  {\n    sym: 'ǹ接議',\n    pro: 'ǹ:yì:jì',\n    form: '依名',\n    defs: 'conjoined',\n  },\n  {\n    sym: 'ǹ帰襟',\n    pro: 'ǹ:nọ̀:chì',\n    form: '依名',\n    defs: 'replacement; substitute; name given to a child born after another child',\n  },\n  {\n    sym: 'ǹ角ṃ稼',\n    pro: 'ǹ:nyè:ṃ:áká',\n    form: '依名',\n    defs: 'help; support; assistance',\n  },\n  {\n    sym: 'ǹ職rì',\n    pro: 'ǹ:jì:rì',\n    form: '依名',\n    defs: 'eclipse [of sun]',\n  },\n  {\n    sym: 'ǹ議遠',\n    pro: 'ǹ:jì:ọ́kụ́',\n    form: '依名',\n    defs: 'Njoku yam fire and agriculture deity',\n  },\n  {\n    sym: 'ǹ議遠毀',\n    pro: 'ǹ:jì:ọ́kụ́:jí',\n    form: '依名',\n    defs: 'Njoku Ji yam fire and agriculture deity',\n  },\n  {\n    sym: 'ǹ潟刊',\n    pro: 'ǹ:jụ́:ụ́gwọ́',\n    form: '依器',\n    defs: 'free; 依名. voluntary work',\n  },\n  {\n    sym: 'ǹ敢',\n    pro: 'ǹ:jè',\n    form: '依名',\n    defs: 'imitating; copying; acting',\n  },\n  {\n    sym: 'ǹ敢口',\n    pro: 'ǹ:jè:ọ́nụ́',\n    form: '依名',\n    defs: 'ventriloquism',\n  },\n  {\n    sym: 'ǹ換ṃ',\n    pro: 'ǹ:jè:ṃ',\n    form: '依名',\n    defs: 'journey; travel; trip',\n  },\n  {\n    sym: 'ǹ誇',\n    pro: 'ǹ:jọ́',\n    form: '依名',\n    defs: 'sin; wrong-doing; transgression',\n  },\n  {\n    sym: '騎',\n    pro: 'ǹshị́kọ̀',\n    form: '依名',\n    defs: 'crab',\n  },\n  {\n    sym: 'ǹ価ṃ依',\n    pro: 'ǹ:sè:ṃ:ókwú',\n    form: '依名',\n    defs: 'controversy; discord; arguement; quarrel; be in disagreement',\n  },\n  {\n    sym: 'ǹ少',\n    pro: 'ǹ:cárá',\n    form: '依名',\n    defs: 'red bark tree',\n  },\n  {\n    sym: 'ǹ差苛横ṃ',\n    pro: 'ǹ:chä:óyí:sì:ṃ',\n    form: '依名',\n    defs: 'polonium [Po]',\n  },\n  {\n    sym: 'ǹ差和横ṃ',\n    pro: 'ǹ:chä:bä:sì:ṃ',\n    form: '依名',\n    defs: 'astatine [At]',\n  },\n  {\n    sym: '柔',\n    pro: 'ǹchì',\n    form: '依名',\n    defs: 'corner; angle',\n  },\n  {\n    sym: '稿',\n    pro: 'ǹchì',\n    form: '依名',\n    defs: 'cane rat; grass-cutter',\n  },\n  {\n    sym: '稿刹',\n    pro: 'ǹchì:chì',\n    form: '依名',\n    defs: 'night rat',\n  },\n  {\n    sym: 'ǹ刹',\n    pro: 'ǹ:chị̀chị̀',\n    form: '依名',\n    defs: 'night; dark; evening; eve; night before',\n  },\n  {\n    sym: 'ǹ刹遺新',\n    pro: 'ǹ:chị̀chị̀:áfọ̀:ọ́ḣụ́rụ́',\n    form: '依名',\n    defs: 'new years eve',\n  },\n  {\n    sym: '備',\n    pro: 'ǹchè',\n    form: '依名',\n    defs: 'guarding; protecting',\n  },\n  {\n    sym: 'ǹ協',\n    pro: 'ǹ:jà',\n    form: '依名',\n    defs: 'brass anklet',\n  },\n  {\n    sym: '紺',\n    pro: 'ǹjàkị̀rị̀',\n    form: '依名',\n    defs: 'teasing; comedy; prank; joke; sarcasm',\n  },\n  {\n    sym: 'ǹ絵',\n    pro: 'ǹ:jụ́',\n    form: '依名',\n    defs: 'interrogative [grammar]',\n  },\n  {\n    sym: '張',\n    pro: 'ǹjé',\n    form: '依名',\n    defs: 'parasite; worm; sickly; affliction',\n  },\n  {\n    sym: 'ǹ換土',\n    pro: 'ǹ:jé:àlà',\n    form: '依名',\n    defs: '依器. decline',\n  },\n  {\n    sym: 'ǹ換上',\n    pro: 'ǹ:jé:élú',\n    form: '依名',\n    defs: '依器. incline',\n  },\n  {\n    sym: '張ọ́渦',\n    pro: 'ǹjé:ọ́:rị̀à',\n    form: '依名',\n    defs: 'parasite; virus',\n  },\n  {\n    sym: '張熊',\n    pro: 'ǹjé:kị́rị́',\n    form: '依名',\n    defs: 'bacteria',\n  },\n  {\n    sym: 'ǹ為',\n    pro: 'ǹ:jèṃ',\n    form: '依名',\n    defs: 'journey; mission; task; odyssey; gait; struggle; movement; march; path [of object]; tour',\n  },\n  {\n    sym: 'ǹ障障',\n    pro: 'ǹ:zì:zè',\n    form: '依器',\n    defs: 'safe',\n  },\n  {\n    sym: 'ǹ催',\n    pro: 'ǹ:zìzò',\n    form: '依名',\n    defs: 'acting; mimicking; mocking',\n  },\n  {\n    sym: 'ǹ暑暑',\n    pro: 'ǹ:zú:zú',\n    form: '依名',\n    defs: 'secrecy; privacy',\n  },\n  {\n    sym: 'ǹ暑教',\n    pro: 'ǹ:zú:zó',\n    form: '依名',\n    defs: 'secrecy; privacy',\n  },\n  {\n    sym: 'ǹ探',\n    pro: 'ǹ:zì',\n    form: '依名',\n    defs: 'show; display; gloss',\n  },\n  {\n    sym: 'ǹ催',\n    pro: 'ǹ:zìzò',\n    form: '依名',\n    defs: 'acting; imitating',\n  },\n  {\n    sym: '滞',\n    pro: 'ǹzù',\n    form: '依名',\n    defs: 'wit; cleverness; intelligence; common sense; practical judgement',\n  },\n  {\n    sym: 'ǹ障',\n    pro: 'ǹ:zè',\n    form: '依名',\n    defs: 'person with nze title',\n  },\n  {\n    sym: 'ǹ障rè',\n    pro: 'ǹ:zè:rè',\n    form: '依名',\n    defs: 'chieftancy title',\n  },\n  {\n    sym: 'ǹ障rè依',\n    pro: 'ǹ:zè:rè:ókwú',\n    form: '依名',\n    defs: 'accreditation',\n  },\n  {\n    sym: 'ǹ教',\n    pro: 'ǹ:zó',\n    form: '依器',\n    defs: 'private; spying; secret; privacy; esoteric; secretive',\n  },\n  {\n    sym: 'ǹ窟dọ̀嵐m嵐',\n    pro: 'ǹ:zọ̀:dọ̀:änụ́:m:ạnụ',\n    form: '依名',\n    defs: 'animal reserve',\n  },\n  {\n    sym: 'ǹ桟市',\n    pro: 'ǹ:sìsè:ìhù',\n    form: '依名',\n    defs: 'photography',\n  },\n  {\n    sym: 'ǹ隙',\n    pro: 'ǹ:sị́',\n    form: '依名',\n    defs: 'faeces; stool',\n  },\n  {\n    sym: 'ǹ蹴環',\n    pro: 'ǹ:sụ́:ká',\n    form: '依名',\n    defs: 'Nsuka [town]',\n  },\n  {\n    sym: '鉱',\n    pro: 'ǹsó',\n    form: '依器',\n    defs: 'ń器動. 簡残. near; close; beside; following; soon',\n  },\n  {\n    sym: 'ǹ汚',\n    pro: 'ǹ:sọ̀',\n    form: '依名',\n    defs: 'abomination; taboo; sin; crime',\n  },\n  {\n    sym: 'l机',\n    pro: 'lá',\n    form: '動',\n    defs: 'leave; depart; exit; go; escape; lose; go away',\n  },\n  {\n    sym: '机à絞',\n    pro: 'lá:à:chí',\n    form: '動',\n    defs: 'return [back from]; go back; back away',\n  },\n  {\n    sym: '机暇',\n    pro: 'lá:àzụ́',\n    form: '動',\n    defs: 'reverse; move back',\n  },\n  {\n    sym: '机簡',\n    pro: 'lá:ísí',\n    form: '動',\n    defs: 'have hair-cut; shave hair on the head',\n  },\n  {\n    sym: '机上',\n    pro: 'lá:élú',\n    form: '動',\n    defs: 'rise; move up',\n  },\n  {\n    sym: '机潰',\n    pro: 'lá:ógè',\n    form: '動',\n    defs: 'have time leave; be time wasting; be late',\n  },\n  {\n    sym: '机晴',\n    pro: 'lá:kpú',\n    form: '動',\n    defs: 'retreat; withdraw; go home; return; retire; hibernate; hide',\n  },\n  {\n    sym: '机貝',\n    pro: 'lá:bà',\n    form: '動',\n    defs: 'retire for the night; go to sleep; go to bed',\n  },\n  {\n    sym: '机閲',\n    pro: 'lá:dí',\n    form: '動',\n    defs: '[of a woman] get married; move to husbands hoise',\n  },\n  {\n    sym: '机階',\n    pro: 'lá:fụ̀',\n    form: '動',\n    defs: 'leave; depart; exit; go; escape',\n  },\n  {\n    sym: '机階心',\n    pro: 'lá:fụ̀:óbì',\n    form: '動',\n    defs: 'have the heart skip a beat; be suddenly scared',\n  },\n  {\n    sym: '机換',\n    pro: 'là:jé',\n    form: '動',\n    defs: 'go; embark; go to destination; move over',\n  },\n  {\n    sym: '結',\n    pro: 'lì',\n    form: '動',\n    defs: 'stand; raise; lift',\n  },\n  {\n    sym: '悔',\n    pro: 'lì',\n    form: '動',\n    defs: 'bury',\n  },\n  {\n    sym: '結醜',\n    pro: 'lì:té',\n    form: '動',\n    defs: 'stand; raise; lift',\n  },\n  {\n    sym: '結hí',\n    pro: 'lì:hí',\n    form: '動',\n    defs: 'stand; raise; lift; jump',\n  },\n  {\n    sym: '錮',\n    pro: 'lị̀',\n    form: '動',\n    defs: 'despise; overlook; forgive; tolerate; endure insult',\n  },\n  {\n    sym: '択',\n    pro: 'lị̀',\n    form: '動',\n    defs: 'assign; elect; nominate; sponsor',\n  },\n  {\n    sym: '款',\n    pro: 'lú',\n    form: '動',\n    defs: 'be sour; be bitter',\n  },\n  {\n    sym: '款í款',\n    pro: 'lú:í:lú',\n    form: '動',\n    defs: 'be sour; be bitter',\n  },\n  {\n    sym: '舟',\n    pro: 'lù',\n    form: '動',\n    defs: 'soak; submerge; drown',\n  },\n  {\n    sym: '隻',\n    pro: 'lù',\n    form: '動',\n    defs: 'fling; throw; toss; dump',\n  },\n  {\n    sym: '隻鏡',\n    pro: 'lù:fù',\n    form: '動',\n    defs: 'throw away; chuck; dispose; lose',\n  },\n  {\n    sym: '隻何',\n    pro: 'lù:zó',\n    form: '動',\n    defs: 'snow',\n  },\n  {\n    sym: '完',\n    pro: 'lụ́',\n    form: '動',\n    defs: 'marry',\n  },\n  {\n    sym: '寄',\n    pro: 'lụ́',\n    form: '動',\n    defs: 'fight; struggle',\n  },\n  {\n    sym: '寄召',\n    pro: 'lụ́:ọ̀gụ̀',\n    form: '動',\n    defs: 'fight',\n  },\n  {\n    sym: '寄gá',\n    pro: 'lụ́:gá',\n    form: '動',\n    defs: 'fight; struggle',\n  },\n  {\n    sym: '寄周召',\n    pro: 'lụ́:sụ́:ọ̀gụ̀',\n    form: '動',\n    defs: 'fight; battle',\n  },\n  {\n    sym: '浪貝',\n    pro: 'lé:bà',\n    form: '動',\n    defs: 'look into; inspect; investigate',\n  },\n  {\n    sym: '浪貝目',\n    pro: 'lé:bà:änyä',\n    form: '動',\n    defs: 'look into; inspect; investigate',\n  },\n  {\n    sym: '浪額',\n    pro: 'lé:tù',\n    form: '動',\n    defs: 'look down',\n  },\n  {\n    sym: '浪',\n    pro: 'lè',\n    form: '動',\n    defs: 'look; watch; observe; stare; monitor; govern; manage; look after; consider; guard; sentry; guard duty; patrol',\n  },\n  {\n    sym: '浪目',\n    pro: 'lè:änyä',\n    form: '動',\n    defs: 'pay attention; be cautious; be attentive; heed',\n  },\n  {\n    sym: '浪歌怠',\n    pro: 'lè:kọ́:tá',\n    form: '動',\n    defs: 'look after',\n  },\n  {\n    sym: '浪shìi',\n    pro: 'lè:shìi',\n    form: '動',\n    defs: 'look intensely',\n  },\n  {\n    sym: '鐘',\n    pro: 'lọ́',\n    form: '動',\n    defs: 'be slimy',\n  },\n  {\n    sym: '祉世',\n    pro: 'lọ́:ụ̀wà',\n    form: '動',\n    defs: 'reincarnate',\n  },\n  {\n    sym: '祉',\n    pro: 'lọ̀',\n    form: '動',\n    defs: 'return; come home',\n  },\n  {\n    sym: '祉à絞',\n    pro: 'lọ̀:à:chí',\n    form: '動',\n    defs: 'return; come again',\n  },\n  {\n    sym: '祉達ó',\n    pro: 'lọ̀:rú:ó',\n    form: '動',\n    defs: 'return; arrive; reach',\n  },\n  {\n    sym: '祉húó',\n    pro: 'lọ̀:húó',\n    form: '動',\n    defs: 'return; come home',\n  },\n  {\n    sym: 'Lị́VÀ送ṃ',\n    pro: 'lị́và:zì:ṃ',\n    form: '依名',\n    defs: 'livermorium [Lv] LEGỌS; 依名. Lagos [town] LEZA 依名. laser LOME 依名. Lome [town]',\n  },\n  {\n    sym: 'v穫',\n    pro: 'vù',\n    form: '動',\n    defs: 'carry; lift; elevate',\n  },\n  {\n    sym: '繕',\n    pro: 'vọ́',\n    form: '動',\n    defs: 'comb; rake',\n  },\n  {\n    sym: 'j茎',\n    pro: 'já',\n    form: '動',\n    defs: 'salute; praise; pay homage 浪遭: 石',\n  },\n  {\n    sym: '毀',\n    pro: 'jí',\n    form: '依名',\n    defs: 'yam',\n  },\n  {\n    sym: '議',\n    pro: 'jí',\n    form: '動',\n    defs: 'hold; use; have; control',\n  },\n  {\n    sym: '折',\n    pro: 'jí',\n    form: '動',\n    defs: 'fold; double; multiply',\n  },\n  {\n    sym: '毀小',\n    pro: 'jí:ákpụ́',\n    form: '依名',\n    defs: 'cassava',\n  },\n  {\n    sym: '毀師',\n    pro: 'jí:àbànà',\n    form: '依名',\n    defs: 'water yam [Dioscorea alata Linn.]',\n  },\n  {\n    sym: '議続',\n    pro: 'jí:ógù',\n    form: '動',\n    defs: 'swear innocence to the emblem of innocence; be innocent guiltless',\n  },\n  {\n    sym: '毀ó挑',\n    pro: 'jí:ó:kó',\n    form: '依名',\n    defs: 'valuable white yam species',\n  },\n  {\n    sym: '議自',\n    pro: 'jí:ònwé',\n    form: '動',\n    defs: 'hold oneself; control oneself; refocus; regroup',\n  },\n  {\n    sym: '毀gb小',\n    pro: 'jí:gb:ọ̀',\n    form: '依名',\n    defs: 'cassava',\n  },\n  {\n    sym: '警',\n    pro: 'jì',\n    form: '依器',\n    defs: 'still; quiet; stable; calm',\n  },\n  {\n    sym: '職',\n    pro: 'jì',\n    form: '動',\n    defs: '依名. 依器. coloured; blacken; darken; become black',\n  },\n  {\n    sym: '議稼',\n    pro: 'jì:áká',\n    form: '依器',\n    defs: '動. be sure confident; hope',\n  },\n  {\n    sym: '議刊',\n    pro: 'jì:ụ́gwọ́',\n    form: '動',\n    defs: 'owe; be indebted',\n  },\n  {\n    sym: '議豪',\n    pro: 'jì:dé',\n    form: '動',\n    defs: 'hold; control',\n  },\n  {\n    sym: '増',\n    pro: 'jìké',\n    form: '動',\n    defs: 'prepare; dress; get ready; practice; rehearse; train',\n  },\n  {\n    sym: '議歌',\n    pro: 'jì:kọ́',\n    form: '動',\n    defs: 'unify; link; bring together; hold together',\n  },\n  {\n    sym: '議歌稼',\n    pro: 'jì:kọ́:áká',\n    form: '動',\n    defs: 'unify; join together; marry; enter relationship',\n  },\n  {\n    sym: '議階稼',\n    pro: 'jì:fụ̀:áká',\n    form: '依名',\n    defs: 'be disappointed',\n  },\n  {\n    sym: '議横',\n    pro: 'jì:sí',\n    form: '動',\n    defs: 'hold firmly; hold tightly',\n  },\n  {\n    sym: '議横果',\n    pro: 'jì:sí:íké',\n    form: 'ò韻依',\n    defs: 'try your best; response to someone embroiled in hard work',\n  },\n  {\n    sym: '埋',\n    pro: 'jú',\n    form: '動',\n    defs: 'fill; full; stock; pack; crowd; inundate',\n  },\n  {\n    sym: '埋袖',\n    pro: 'jú:áfọ́',\n    form: '依名',\n    defs: 'be fed; fill stomach',\n  },\n  {\n    sym: '埋目',\n    pro: 'jú:änyä',\n    form: '動',\n    defs: 'overwhelm [of a person]; surprise; be in shock',\n  },\n  {\n    sym: '埋口',\n    pro: 'jú:ọ́nụ́',\n    form: '動',\n    defs: 'be filled up',\n  },\n  {\n    sym: '潟',\n    pro: 'jụ́',\n    form: '動',\n    defs: 'refuse; deny',\n  },\n  {\n    sym: '絵',\n    pro: 'jụ́',\n    form: '動',\n    defs: 'ask; query; request',\n  },\n  {\n    sym: '息',\n    pro: 'jụ̀',\n    form: '動',\n    defs: 'reduce; calm; quieten; silence; be silent; be quiet',\n  },\n  {\n    sym: '細',\n    pro: 'jụ̀',\n    form: '動',\n    defs: 'cool; chill',\n  },\n  {\n    sym: '絵殴',\n    pro: 'jụ̀:èsè',\n    form: '動',\n    defs: 'ask question; query; research; ask around; investigate',\n  },\n  {\n    sym: '細苛',\n    pro: 'jụ̀:óyí',\n    form: '動',\n    defs: 'cool; chill; freeze',\n  },\n  {\n    sym: '潟ọ́悦',\n    pro: 'jụ́:ọ́:ńzụ́',\n    form: '動',\n    defs: 'reject offer',\n  },\n  {\n    sym: '換挙',\n    pro: 'jé:ọ̀yị̀',\n    form: '動',\n    defs: 'date',\n  },\n  {\n    sym: '換策',\n    pro: 'jé:ghá',\n    form: '動',\n    defs: 'move about; wander; oscillate; vary',\n  },\n  {\n    sym: '換衛',\n    pro: 'jé:kwú',\n    form: '動',\n    defs: 'go towards; embrace; hug; hold',\n  },\n  {\n    sym: '換曽畏',\n    pro: 'jé:fìè:ụ́zọ̀',\n    form: '動',\n    defs: 'miss the road; god the wrong route',\n  },\n  {\n    sym: '換外ọ́肢',\n    pro: 'jé:ǹkè:ọ́:má',\n    form: 'ḿ憾周',\n    defs: 'goodbye',\n  },\n  {\n    sym: '換',\n    pro: 'jè',\n    form: '動',\n    defs: 'go; walk; embark; set out; move; enter',\n  },\n  {\n    sym: '敢',\n    pro: 'jè',\n    form: '動',\n    defs: 'copy; imitate; duplicate; parody; mock; plagiarise',\n  },\n  {\n    sym: 'j汚',\n    pro: 'j:è} 動. betray j汚恩 {j:è:gbú',\n    form: '動',\n    defs: 'betray',\n  },\n  {\n    sym: '誇',\n    pro: 'jọ́',\n    form: '依器',\n    defs: '動. be bad ugly',\n  },\n  {\n    sym: '誇環',\n    pro: 'jọ́:ká',\n    form: '動',\n    defs: 'be very bad; be very ugly',\n  },\n  {\n    sym: '誇環頑',\n    pro: 'jọ́:ká:àhụ́} 動. be very ugly J Jọ́Jị̀ 依名. George cloth; plaid [archaic: Madras] 浪遭: é希r希 {é:tì:r:íétì} JíiǸ 依名. denim; jeans JéeSÙ 依名. Jesus sh sh状 {sh:ákèléké} 依名. egret sh和 {sh:í} 動. protest sh休休 {sh:ị́isị̀i',\n    form: '依名',\n    defs: 'day-old chick; sacrificial chicken',\n  },\n  {\n    sym: '荘',\n    pro: 'shị́shị̀} 依名. six pence shị́shị̀ 依名. anything [figurate: not a dime!] 浪遭: 荘 {shị́shị̀',\n    form: null,\n    defs: null,\n  },\n  {\n    sym: 'c綺',\n    pro: 'chá',\n    form: '動',\n    defs: 'clean; wipe',\n  },\n  {\n    sym: '江',\n    pro: 'chá',\n    form: '動',\n    defs: 'make way; give way; yield; clear',\n  },\n  {\n    sym: '考',\n    pro: 'chá',\n    form: '動',\n    defs: 'reveal; demystify; uncover; expose',\n  },\n  {\n    sym: '沙',\n    pro: 'chá',\n    form: '動',\n    defs: 'ripen; mature',\n  },\n  {\n    sym: '酸',\n    pro: 'chá',\n    form: '動',\n    defs: 'cut; snip; trim',\n  },\n  {\n    sym: '選',\n    pro: 'chá',\n    form: '印ǹ錦rọ́',\n    defs: '錦. 依名衣. all; altogether; totality',\n  },\n  {\n    sym: 'chÁÌ',\n    pro: 'cháì',\n    form: '撃岐営依',\n    defs: 'expression of exhaustion sympathy incredulity',\n  },\n  {\n    sym: '江畏',\n    pro: 'chá:ụ́zọ̀',\n    form: '動',\n    defs: 'clear road; clear path; give way chàṃ 依名. dane gun',\n  },\n  {\n    sym: '差',\n    pro: 'chä',\n    form: '動',\n    defs: 'shine; radiate; emit; ray; be coloured',\n  },\n  {\n    sym: '沙',\n    pro: 'chä',\n    form: '動',\n    defs: 'ripen; mature',\n  },\n  {\n    sym: '差晴ó目',\n    pro: 'chä:kpù:ó:änyä',\n    form: '動',\n    defs: 'intimidate',\n  },\n  {\n    sym: '差階',\n    pro: 'chä:fụ̀',\n    form: '動',\n    defs: 'be pellucid; be translucently clear chAINA 動. China [country]',\n  },\n  {\n    sym: '魂',\n    pro: 'chí',\n    form: '依名',\n    defs: 'life source; soul; essence; universe',\n  },\n  {\n    sym: '襟',\n    pro: 'chí',\n    form: '動',\n    defs: 'firm; shut; firmly; secure; block; close; end',\n  },\n  {\n    sym: '厚',\n    pro: 'chí',\n    form: '動',\n    defs: 'cup in hand; carry; scoop; grab; enclose; take all',\n  },\n  {\n    sym: '沼',\n    pro: 'chí',\n    form: '動',\n    defs: 'tap [palm wine]; recieve sap liquid from tree or other source',\n  },\n  {\n    sym: '鼓',\n    pro: 'chí',\n    form: '依名',\n    defs: 'day; dawn',\n  },\n  {\n    sym: '襟目',\n    pro: 'chí:änyä',\n    form: '動',\n    defs: 'be well woven; tight; go or become blind',\n  },\n  {\n    sym: '魂大',\n    pro: 'chí:úkwú',\n    form: '依名',\n    defs: 'God almighty',\n  },\n  {\n    sym: '魂大ò枝',\n    pro: 'chí:úkwú:òkìkè',\n    form: '依名',\n    defs: 'God almighty and creator',\n  },\n  {\n    sym: '魂ò枝',\n    pro: 'chí:òkìkè',\n    form: '依名',\n    defs: 'creator god',\n  },\n  {\n    sym: '沼ò沼',\n    pro: 'chí:ò:chí',\n    form: '依名',\n    defs: 'extract blood through cupping',\n  },\n  {\n    sym: '襟撃窟',\n    pro: 'chí:ọ̀:zọ̀',\n    form: '動',\n    defs: 'attain the ozo title',\n  },\n  {\n    sym: '魂枝',\n    pro: 'chí:nékè',\n    form: '依名',\n    defs: 'God almighty',\n  },\n  {\n    sym: '沼棋',\n    pro: 'chí:ńkwụ́',\n    form: '動',\n    defs: 'tap palm wine',\n  },\n  {\n    sym: '鼓脅',\n    pro: 'chí:nyá',\n    form: 'ń器動',\n    defs: '依名. yesterday',\n  },\n  {\n    sym: '襟規',\n    pro: 'cí:ńtị̀',\n    form: '動',\n    defs: 'be deaf obstinate disobedient',\n  },\n  {\n    sym: '鼓職',\n    pro: 'chí:jì',\n    form: '依名',\n    defs: 'sun set; sun down',\n  },\n  {\n    sym: '刹',\n    pro: 'chì',\n    form: '動',\n    defs: 'become night; turn to evening and night; darken; end [symbolically especially of a person’s life]',\n  },\n  {\n    sym: 'ch探',\n    pro: 'c:ì',\n    form: '動',\n    defs: 'show; present',\n  },\n  {\n    sym: 'ch誤',\n    pro: 'c:ì',\n    form: '撃昔営依',\n    defs: 'in place of',\n  },\n  {\n    sym: 'ch綺',\n    pro: 'c:ì',\n    form: '動',\n    defs: 'rub forcefully; scrub',\n  },\n  {\n    sym: '司',\n    pro: 'cị́',\n    form: '動',\n    defs: 'lead [in politics]; campaign; govern; rule; supervise',\n  },\n  {\n    sym: '司恩',\n    pro: 'cị́:gbú',\n    form: '動',\n    defs: 'oppress in leadership; rule oppressively; tyrannise',\n  },\n  {\n    sym: '厚絞à絞',\n    pro: 'chị́:ghà:à:chí',\n    form: '動',\n    defs: 'return; collect and give back',\n  },\n  {\n    sym: '厚rị́',\n    pro: 'chị́:rị́',\n    form: '動',\n    defs: 'gather; collect',\n  },\n  {\n    sym: '厚歌',\n    pro: 'chị́:kọ́',\n    form: '動',\n    defs: 'bring together; collect; gather; assemble',\n  },\n  {\n    sym: '厚歌怠',\n    pro: 'chị́:kọ́:tá',\n    form: '動',\n    defs: 'bring together; collect; gather; assemble',\n  },\n  {\n    sym: 'chị́Ńchị̀Ǹ',\n    pro: null,\n    form: '依名',\n    defs: 'chin-chin [snack] ch砕 {ch:ị́ǹchị̀} 依名. bedbug [insect]',\n  },\n  {\n    sym: '禍',\n    pro: 'chị̀',\n    form: '動',\n    defs: 'slip; slide',\n  },\n  {\n    sym: '醸',\n    pro: 'chị̀',\n    form: '動',\n    defs: 'step; trample; stamp feet',\n  },\n  {\n    sym: 'ch釜',\n    pro: 'chị̀',\n    form: '動',\n    defs: 'step; trample; stamp feet',\n  },\n  {\n    sym: '効',\n    pro: 'chị̀',\n    form: '動',\n    defs: 'laugh; smile; chuckle',\n  },\n  {\n    sym: '効ọ́効',\n    pro: 'chị̀:ọ́:chị̀',\n    form: '動',\n    defs: 'laugh; smile; chuckle; mock; deride;',\n  },\n  {\n    sym: '襟ṃ',\n    pro: 'chị̀:ṃ',\n    form: '依器',\n    defs: 'solid; secure; tight',\n  },\n  {\n    sym: '績',\n    pro: 'chú',\n    form: '動',\n    defs: 'be industrious; be enterprising; work hard; have zest',\n  },\n  {\n    sym: '績ù績',\n    pro: 'chú:ù:chú',\n    form: '動',\n    defs: 'be industrious enterprising; work hard',\n  },\n  {\n    sym: 'ch詳',\n    pro: 'ch:ù',\n    form: '動',\n    defs: 'tarnish; be tarnished; fade; stain',\n  },\n  {\n    sym: '言',\n    pro: 'chụ́',\n    form: '動',\n    defs: 'chase; follow',\n  },\n  {\n    sym: '言恩',\n    pro: 'chụ́:gbú',\n    form: '動',\n    defs: 'hunt; maliciously stalk',\n  },\n  {\n    sym: '言子女',\n    pro: 'chụ́:nwä:ànyị̀',\n    form: '動',\n    defs: 'chase after women; flirt with women',\n  },\n  {\n    sym: '言水',\n    pro: 'chụ́:ḿírí',\n    form: '動',\n    defs: 'fetch water',\n  },\n  {\n    sym: '言軌',\n    pro: 'chụ́:ǹtá',\n    form: '動',\n    defs: 'hunt; chase after game',\n  },\n  {\n    sym: '言階',\n    pro: 'chụ́:fụ̀',\n    form: '動',\n    defs: 'chase out',\n  },\n  {\n    sym: '害',\n    pro: 'ché',\n    form: '動',\n    defs: 'protect; guard; shield',\n  },\n  {\n    sym: '害誤',\n    pro: 'ché:gbó',\n    form: '動',\n    defs: 'protect by prevention; prevent; censor',\n  },\n  {\n    sym: '害災',\n    pro: 'cé:dó',\n    form: '動',\n    defs: 'protect; guard; shield; police',\n  },\n  {\n    sym: '崖鏡',\n    pro: 'ché:fù',\n    form: '動',\n    defs: 'forget',\n  },\n  {\n    sym: '崖z鏡',\n    pro: 'ché:z:ọ̀',\n    form: '動',\n    defs: 'forget',\n  },\n  {\n    sym: '等',\n    pro: 'cè',\n    form: '動',\n    defs: 'wait; expect',\n  },\n  {\n    sym: '崖',\n    pro: 'cè',\n    form: '動',\n    defs: 'think; reflect; remember',\n  },\n  {\n    sym: '崖wá',\n    pro: 'chè:wá',\n    form: '依名',\n    defs: 'contemplate; think',\n  },\n  {\n    sym: '崖恩',\n    pro: 'chè:gbú',\n    form: '動',\n    defs: 'obsess; worry; over think; be anxious; be nervous; stress',\n  },\n  {\n    sym: '等ré',\n    pro: 'chè:ré',\n    form: '動',\n    defs: 'wait; expect',\n  },\n  {\n    sym: 'ch心',\n    pro: 'ch:èkwúbé',\n    form: '動',\n    defs: 'have hope; expect; be trustful; trust',\n  },\n  {\n    sym: '要依',\n    pro: 'chọ́:ókwú',\n    form: '動',\n    defs: 'be quarrelsome; look for a fight or argument',\n  },\n  {\n    sym: '要階怠',\n    pro: 'chọ́:fụ̀:tá',\n    form: '動',\n    defs: 'investigate; find out; discover',\n  },\n  {\n    sym: '要ḿ煙',\n    pro: 'chọ́:ḿ:má',\n    form: '動',\n    defs: 'seek beauty chỌKỌLéeTÌ 依名. chocolate',\n  },\n  {\n    sym: '要',\n    pro: 'chọ̀',\n    form: '動',\n    defs: 'search; want; long; desperate for; require; desire; seekz',\n  },\n  {\n    sym: '図',\n    pro: 'zá} 動. swell; fill; rise; inflate; bloat; dilate; distend 浪遭: 安 {kò',\n    form: null,\n    defs: null,\n  },\n  {\n    sym: 'z公',\n    pro: 'z:á',\n    form: '動',\n    defs: 'answer; respond; reply',\n  },\n  {\n    sym: 'z公幾',\n    pro: 'z:á:ìzù',\n    form: '動',\n    defs: 'attend meeting; go to conference',\n  },\n  {\n    sym: 'z公清',\n    pro: 'z:á:òkù',\n    form: '動',\n    defs: 'answer a call; answer a notice; accept invitation; be summoned',\n  },\n  {\n    sym: '勾',\n    pro: 'zà',\n    form: '動',\n    defs: 'sweep; clean; shine; filter; strain; sift; sieve',\n  },\n  {\n    sym: '径',\n    pro: 'zà',\n    form: '動',\n    defs: 'support',\n  },\n  {\n    sym: '勾敢',\n    pro: 'zà:jé',\n    form: '動',\n    defs: 'scan [on device]',\n  },\n  {\n    sym: '向',\n    pro: 'zí',\n    form: '依器',\n    defs: 'straight; correct; good; moral',\n  },\n  {\n    sym: '起',\n    pro: 'zí',\n    form: '動',\n    defs: 'borrow something to someone',\n  },\n  {\n    sym: '航',\n    pro: 'zí',\n    form: '動',\n    defs: '撃昔営依. lower; bring down; send down',\n  },\n  {\n    sym: '航員',\n    pro: 'zí:dà',\n    form: '動',\n    defs: 'descend; lower; bring down; send down',\n  },\n  {\n    sym: '送員',\n    pro: 'zí:dà',\n    form: '動',\n    defs: 'send down; send; bring down',\n  },\n  {\n    sym: '航rí',\n    pro: 'zí:rí',\n    form: '動',\n    defs: 'send; post',\n  },\n  {\n    sym: '送階',\n    pro: 'zí:fụ̀',\n    form: '動',\n    defs: 'take out; transfer; omit; send out',\n  },\n  {\n    sym: '送階偉',\n    pro: 'zí:fụ̀:ị̀nyę',\n    form: '依器',\n    defs: '動. transparent; see-through; clear; translucent; pellucid; crystal clear; crystalline; limpid; glassy; glass-like',\n  },\n  {\n    sym: '探',\n    pro: 'zì} 動. show; display; point out; teach; instruct; inform; report to; pass information to; demonstrate 浪遭: 徐 {gọ̀sị́',\n    form: null,\n    defs: null,\n  },\n  {\n    sym: '学',\n    pro: 'zì',\n    form: '動',\n    defs: 'precede; be first',\n  },\n  {\n    sym: '杉',\n    pro: 'zì',\n    form: '動',\n    defs: 'tickle; stimulate',\n  },\n  {\n    sym: '送',\n    pro: 'zì',\n    form: '動',\n    defs: 'send; message; contact; loan',\n  },\n  {\n    sym: '向é',\n    pro: 'zì:é',\n    form: '依器',\n    defs: 'make straight; make correct right; make good; make moral',\n  },\n  {\n    sym: '航é',\n    pro: 'zì:é',\n    form: '動',\n    defs: 'send; post',\n  },\n  {\n    sym: '送託',\n    pro: 'zì:ózí',\n    form: '動',\n    defs: 'send message; contact',\n  },\n  {\n    sym: '送貝怠',\n    pro: 'zì:bà:tà',\n    form: '動',\n    defs: 'import; send in; add from outside',\n  },\n  {\n    sym: '送醜',\n    pro: 'zì:té',\n    form: '動',\n    defs: 'send; give; deliver',\n  },\n  {\n    sym: '探階偉',\n    pro: 'zì:fụ̀:ị̀nyę',\n    form: '動',\n    defs: 'be diaphanous',\n  },\n  {\n    sym: '送角',\n    pro: 'zì:nyé',\n    form: '動',\n    defs: 'send; give; deliver; loan',\n  },\n  {\n    sym: '催',\n    pro: 'zìzò',\n    form: '動',\n    defs: 'mimic; mock',\n  },\n  {\n    sym: '暗',\n    pro: 'zú',\n    form: '動',\n    defs: 'steal; thieve; rob; take',\n  },\n  {\n    sym: '暑',\n    pro: 'zú',\n    form: '動',\n    defs: 'be secret; be quit; whisper; spy',\n  },\n  {\n    sym: '暗精',\n    pro: 'zú:óshí',\n    form: '動',\n    defs: 'steal; thieve; rob',\n  },\n  {\n    sym: '堪具',\n    pro: 'zú:òkè',\n    form: '依器',\n    defs: 'satisfying; perfect; enough; be complete',\n  },\n  {\n    sym: '埼',\n    pro: 'zúzù',\n    form: '動',\n    defs: 'act stupid; stupidity; act silly; procrastinate',\n  },\n  {\n    sym: '暑教',\n    pro: 'zú:zó',\n    form: '動',\n    defs: 'be secret; be quit; whisper; spy',\n  },\n  {\n    sym: '酵',\n    pro: 'zù',\n    form: '動',\n    defs: 'plan; meet; assemble; crosscheck; reconsider',\n  },\n  {\n    sym: '堪',\n    pro: 'zù',\n    form: '動',\n    defs: 'fill; complete; reach limit; become full; become enough',\n  },\n  {\n    sym: '喉',\n    pro: 'zù',\n    form: '動',\n    defs: 'rest; charge; recharge; relax',\n  },\n  {\n    sym: '喉果',\n    pro: 'zù:íké',\n    form: '動',\n    defs: 'rest; relax; pause; lie down',\n  },\n  {\n    sym: '堪心',\n    pro: 'zù:óbì',\n    form: '動',\n    defs: 'be fulfilling; be grateful',\n  },\n  {\n    sym: '酵歌',\n    pro: 'zù:kọ́',\n    form: '動',\n    defs: 'gather; meet; assemble',\n  },\n  {\n    sym: '酵歌怠',\n    pro: 'zù:kọ́:tá',\n    form: '動',\n    defs: 'gather; meet; assemble',\n  },\n  {\n    sym: '暑机',\n    pro: 'zù:lá',\n    form: '動',\n    defs: 'vanish or disappear; depart without notice',\n  },\n  {\n    sym: '慣',\n    pro: 'zụ́',\n    form: '動',\n    defs: 'train; teach; discipline; mentor; bring up; look after; educate; raise; tutor; drill; groom; feed; nurse; nourish; tend',\n  },\n  {\n    sym: '凹',\n    pro: 'zụ́',\n    form: '動',\n    defs: 'buy; purchase',\n  },\n  {\n    sym: '凹宜',\n    pro: 'zụ́:áhị́á',\n    form: '動',\n    defs: 'trade; hold market; buy and sell in market',\n  },\n  {\n    sym: 'z彰',\n    pro: 'z:é',\n    form: '動',\n    defs: 'sneeze',\n  },\n  {\n    sym: '粋',\n    pro: 'zé',\n    form: '動',\n    defs: 'collapse; cave in',\n  },\n  {\n    sym: 'z彰úz彰',\n    pro: 'zé:úz:éré',\n    form: '動',\n    defs: 'sneeze',\n  },\n  {\n    sym: '障机',\n    pro: 'zé:lá',\n    form: '動',\n    defs: 'vanish or disappear; depart without notice',\n  },\n  {\n    sym: '障',\n    pro: 'zè',\n    form: '動',\n    defs: 'avoid; be allergic to; dislike; prevent; save from; annoy',\n  },\n  {\n    sym: '何',\n    pro: 'zó',\n    form: '動',\n    defs: 'to rain; precipitation; hail from the sky',\n  },\n  {\n    sym: '教',\n    pro: 'zó',\n    form: '動',\n    defs: 'hide; conceal',\n  },\n  {\n    sym: '教駅',\n    pro: 'zó:sò',\n    form: '動',\n    defs: 'stalk; creep up on; track down',\n  },\n  {\n    sym: '窟',\n    pro: 'zọ́',\n    form: '動',\n    defs: 'protect; save; prevent from harm; defend',\n  },\n  {\n    sym: 'z錦',\n    pro: 'z:ọ́',\n    form: '動',\n    defs: 'claim',\n  },\n  {\n    sym: '窟階怠',\n    pro: 'zọ́:fụ̀:tá',\n    form: '動',\n    defs: 'save; rescue',\n  },\n  {\n    sym: '釜',\n    pro: 'zọ̀',\n    form: '動',\n    defs: 'step; trample; stamp feet',\n  },\n  {\n    sym: 'z鏡',\n    pro: 'z:ọ̀',\n    form: '動',\n    defs: 'forget',\n  },\n  {\n    sym: '釜恩',\n    pro: 'zọ̀:gbú',\n    form: '動',\n    defs: 'trample to death Z ZImmBaaB;WE 依名. Zimbabwe',\n  },\n  {\n    sym: 's糸',\n    pro: 'sá',\n    form: '動',\n    defs: 'wash; rinse; washout; clean',\n  },\n  {\n    sym: '髄',\n    pro: 'sá',\n    form: '動',\n    defs: 'lap [water]',\n  },\n  {\n    sym: 's刑',\n    pro: 's:á',\n    form: '動',\n    defs: 'survive; persevere through',\n  },\n  {\n    sym: '糸袖',\n    pro: 'sá:áfọ́',\n    form: '動',\n    defs: 'cause to have a running stomach; clear stomach',\n  },\n  {\n    sym: '糸頑',\n    pro: 'sá:àhụ́',\n    form: '動',\n    defs: 'bathe; wash the body',\n  },\n  {\n    sym: '糸岩',\n    pro: 'sá:ùwé',\n    form: '動',\n    defs: 'wash clothes',\n  },\n  {\n    sym: '糸階',\n    pro: 'sá:fụ̀',\n    form: '動',\n    defs: 'wash off',\n  },\n  {\n    sym: '糸階ù津',\n    pro: 'sá:fụ̀:ù:ré',\n    form: '動',\n    defs: 'disinfect',\n  },\n  {\n    sym: 's刑鼓',\n    pro: 's:á:chí',\n    form: '動',\n    defs: 'survive overnight',\n  },\n  {\n    sym: '公',\n    pro: 'sà',\n    form: '動',\n    defs: 'answer; respond',\n  },\n  {\n    sym: '憬',\n    pro: 'sà',\n    form: '動',\n    defs: 'spread; stretch; distribute; 依器. be wide',\n  },\n  {\n    sym: '棺',\n    pro: 'sí',\n    form: '動',\n    defs: 'originate from; from; come from; via; pass; divert; method; through; how; use route',\n  },\n  {\n    sym: '君',\n    pro: 'sí',\n    form: '動',\n    defs: 'cook; boil; fry; heat',\n  },\n  {\n    sym: '拷',\n    pro: 'sí',\n    form: '動',\n    defs: 'smell',\n  },\n  {\n    sym: 's和',\n    pro: 's:í',\n    form: '動',\n    defs: 'protest',\n  },\n  {\n    sym: '拷浸',\n    pro: 'sí:ísì',\n    form: '動',\n    defs: 'to smell; to have an odour',\n  },\n  {\n    sym: '君晴',\n    pro: 'sí:kpú',\n    form: '動',\n    defs: 'bake',\n  },\n  {\n    sym: '横極',\n    pro: 'sí:kpọ́',\n    form: '動',\n    defs: 'harden; freeze',\n  },\n  {\n    sym: '横極苛',\n    pro: 'sí:kpọ́:óyí',\n    form: '動',\n    defs: 'freeze',\n  },\n  {\n    sym: '横規',\n    pro: 'sí:ńtị̀',\n    form: '動',\n    defs: 'be stubborn; do not listen to advice',\n  },\n  {\n    sym: '宗',\n    pro: 'sì',\n    form: '動',\n    defs: 'weigh; measure',\n  },\n  {\n    sym: '横',\n    pro: 'sì',\n    form: '動',\n    defs: 'strengthen; stiffen; harden; intensify; mature finish; 撃昔営依. to persist; to complete; to go around',\n  },\n  {\n    sym: '横目',\n    pro: 'sì:änyä',\n    form: '動',\n    defs: 'be daring; be bold',\n  },\n  {\n    sym: '横果',\n    pro: 'sì:íké',\n    form: '動',\n    defs: 'become strong or hard; harden; solidify; to be difficult; to be tough',\n  },\n  {\n    sym: '横音',\n    pro: 'sì:ọ́nwụ́',\n    form: '動',\n    defs: 'be bitter; be stuborn; upset; be easily annoyed',\n  },\n  {\n    sym: '横極',\n    pro: 'sì:kpọ́',\n    form: '動',\n    defs: 'freeze; harden; stiffen',\n  },\n  {\n    sym: '隙',\n    pro: 'sị́',\n    form: '依名',\n    defs: 'feces 動. excrete [faeces]',\n  },\n  {\n    sym: '臆',\n    pro: 'sị́',\n    form: '動',\n    defs: 'lie',\n  },\n  {\n    sym: '臆à臆',\n    pro: 'sị́:à:sị́',\n    form: '動',\n    defs: 'tell a lie',\n  },\n  {\n    sym: '華',\n    pro: 'sị̀',\n    form: '動',\n    defs: 'say; tell; report; said',\n  },\n  {\n    sym: 's休休',\n    pro: 's:ị́isị̀i',\n    form: '依名',\n    defs: 'day-old chick; sacrificial chicken',\n  },\n  {\n    sym: '周',\n    pro: 'sú',\n    form: '動',\n    defs: 'pound; mash; hit; begin; start; engulf',\n  },\n  {\n    sym: '詰',\n    pro: 'sụ́',\n    form: '動',\n    defs: 'speak; talk; speak language',\n  },\n  {\n    sym: '宙',\n    pro: 'sụ́',\n    form: '動',\n    defs: 'soak; dampen; wash [clothes]',\n  },\n  {\n    sym: '蹴',\n    pro: 'sụ́',\n    form: '動',\n    defs: 'stammer [of speech]',\n  },\n  {\n    sym: '共',\n    pro: 'sụ́',\n    form: '動',\n    defs: 'weed by cutting; machete',\n  },\n  {\n    sym: '組',\n    pro: 'sụ́',\n    form: '動',\n    defs: 'burn; clear by burning',\n  },\n  {\n    sym: '双',\n    pro: 'sụ́',\n    form: '動',\n    defs: 'dip; duck',\n  },\n  {\n    sym: 's秀',\n    pro: 's:ụ́',\n    form: '動',\n    defs: 'boil',\n  },\n  {\n    sym: 's収',\n    pro: 's:ụ́',\n    form: '動',\n    defs: 'stab; inflict',\n  },\n  {\n    sym: '共林',\n    pro: 'sụ́:ọ́ḧị́á',\n    form: '動',\n    defs: 'weed or clear a bush',\n  },\n  {\n    sym: '霜ọ́霜',\n    pro: 'sụ́:ọ́:sụ́sọ́',\n    form: '動',\n    defs: 'sweat',\n  },\n  {\n    sym: 's収縄収',\n    pro: 's:ụ́:ǹ:kì',\n    form: '動',\n    defs: 'tattoo',\n  },\n  {\n    sym: '州',\n    pro: 'sụ',\n    form: '動',\n    defs: 'grunt',\n  },\n  {\n    sym: '濯',\n    pro: 'sù',\n    form: '動',\n    defs: 'begin; start; intensify',\n  },\n  {\n    sym: '囚',\n    pro: 'sụ̀',\n    form: '動',\n    defs: 'compress; weigh down; pressure; drown',\n  },\n  {\n    sym: '囚宜',\n    pro: 'sụ̀:áhị́á',\n    form: '動',\n    defs: 'inundate market with wares; 勧掘. be useless; be worthless; be cheap; be common',\n  },\n  {\n    sym: '詰怠',\n    pro: 'sụ̀:tá',\n    form: '動',\n    defs: 'pronounce; speak',\n  },\n  {\n    sym: '据',\n    pro: 'sè',\n    form: '動',\n    defs: 'pull; draw; stretch; smoke; suck; inhale',\n  },\n  {\n    sym: '数',\n    pro: 'sè',\n    form: '動',\n    defs: 'float',\n  },\n  {\n    sym: '砂',\n    pro: 'sè',\n    form: '動',\n    defs: 'draw; illustrate; take a photo; film',\n  },\n  {\n    sym: '価',\n    pro: 'sè',\n    form: '動',\n    defs: 'argue; quarrel; be in disagreement',\n  },\n  {\n    sym: '貢',\n    pro: 'sè',\n    form: '動',\n    defs: 'confess',\n  },\n  {\n    sym: '価依',\n    pro: 'sè:ókwú',\n    form: '動',\n    defs: 'argue; quarrel; be in disagreement',\n  },\n  {\n    sym: '砂市',\n    pro: 'sè:ìhù',\n    form: '動',\n    defs: 'photograph; take picture',\n  },\n  {\n    sym: '砂怠',\n    pro: 'sè:tá',\n    form: '依名',\n    defs: 'depict; draw; take picture',\n  },\n  {\n    sym: '砂ǹ砂',\n    pro: 'sè:ǹ:sè',\n    form: '動',\n    defs: 'photograph; take picture',\n  },\n  {\n    sym: '据勾',\n    pro: 'sè:zà',\n    form: '動',\n    defs: 'vacuum; hoover; clean or clear by suction',\n  },\n  {\n    sym: '載',\n    pro: 'sępànị̀pà',\n    form: '依名',\n    defs: '[Onicha] geek; nerd; lame; weakling',\n  },\n  {\n    sym: '壇',\n    pro: 'só',\n    form: '動',\n    defs: 'plant; sow',\n  },\n  {\n    sym: '駅挙',\n    pro: 'só:ọ̀yị̀',\n    form: '動',\n    defs: 'date [courting]',\n  },\n  {\n    sym: '駅',\n    pro: 'sò',\n    form: '動',\n    defs: 'follow; escort; accompany; stalk',\n  },\n  {\n    sym: '題',\n    pro: 'sògbú',\n    form: '動',\n    defs: 'cause problem; aggravate; trouble; annoy',\n  },\n  {\n    sym: '剰',\n    pro: 'sọ',\n    form: '動',\n    defs: 'be only alone single',\n  },\n  {\n    sym: '剰剰',\n    pro: 'sọ:sọ',\n    form: '依器',\n    defs: 'only alone single',\n  },\n  {\n    sym: '汚',\n    pro: 'sọ́',\n    form: '動',\n    defs: 'avoid; regard as holy; respect',\n  },\n  {\n    sym: '諾',\n    pro: 'sọ́',\n    form: '動',\n    defs: 'like; please; satisfy',\n  },\n  {\n    sym: '汚泉',\n    pro: 'sọ́:óyí',\n    form: '動',\n    defs: 'disgust',\n  },\n  {\n    sym: '汚争',\n    pro: 'sọ́:pụ̀rụ́',\n    form: '動',\n    defs: 'respect; prostrate',\n  },\n  {\n    sym: 'SÍBọ́送ṃ',\n    pro: 'síbọ́:zì:ṃ',\n    form: '依名',\n    defs: 'seaborgium [Rf] SÍNÁPÌ 依名. mustard',\n  },\n  {\n    sym: '振',\n    pro: 'ñá',\n    form: '動',\n    defs: 'listen; be attentive; observe; take advice',\n  },\n  {\n    sym: '娠',\n    pro: 'ñá',\n    form: '動',\n    defs: 'burn; scorch; ignite',\n  },\n  {\n    sym: 'ñ神',\n    pro: 'ñ:á',\n    form: '依名',\n    defs: 'excess',\n  },\n  {\n    sym: '娠遠',\n    pro: 'ñá:ọ́kụ́',\n    form: '動',\n    defs: 'burn; scorch; ignite',\n  },\n  {\n    sym: '振規',\n    pro: 'ñá:ńtị̀',\n    form: '動',\n    defs: 'listen; be attentive; observe; take advice; cooperate',\n  },\n  {\n    sym: '侵',\n    pro: 'ñà',\n    form: '動',\n    defs: 'shake; stagger; quake',\n  },\n  {\n    sym: 'ñ津',\n    pro: 'ñ:à',\n    form: '動',\n    defs: 'spoil in the sun; fade; change colour; become discoloured',\n  },\n  {\n    sym: '軽',\n    pro: 'ñụ́',\n    form: '動',\n    defs: 'drink; sip; consume; enjoy',\n  },\n  {\n    sym: '耕',\n    pro: 'ñò',\n    form: '動',\n    defs: 'borrow',\n  },\n];\n"
  },
  {
    "path": "src/dictionaries/seed.ts",
    "content": "import { Response } from 'express';\nimport { flatten, keys, map } from 'lodash';\nimport { Connection } from 'mongoose';\nimport { createExample } from '../controllers/examples';\nimport { createNsibidiCharacter } from '../controllers/nsibidi';\nimport { createWord } from '../controllers/words';\nimport { createDbConnection, handleCloseConnection } from '../services/database';\nimport Dialects from '../shared/constants/Dialect';\nimport ExampleStyleEnum from '../shared/constants/ExampleStyleEnum';\nimport LanguageEnum from '../shared/constants/LanguageEnum';\nimport { SuggestionSourceEnum } from '../shared/constants/SuggestionSourceEnum';\nimport WordClass from '../shared/constants/WordClass';\nimport { MiddleWare } from '../types/express';\nimport dictionary from './ig-en/ig-en.json';\nimport nsibidiDictionary from './nsibidi/nsibidi_dictionary';\n\nconst WRITE_DB_DELAY = 15000;\n\nconst populate = async (connection: Connection) => {\n  /* This route will populate a local MongoDB database */\n  if (process.env.NODE_ENV !== 'production') {\n    console.blue('🌱 Seeding database...');\n    connection.dropDatabase();\n    const words = flatten(\n      await Promise.all(\n        map(keys(dictionary), async (key) => {\n          // @ts-expect-error LegacyWord\n          const value = dictionary[key];\n          return Promise.all(\n            map(value, (term) => {\n              const word = {\n                word: key,\n                definitions: [\n                  {\n                    wordClass: term.wordClass || WordClass.NNC.value,\n                    definitions: term.definitions,\n                    igboDefinitions: [],\n                    nsibidi: '',\n                    nsibidiCharacters: [],\n                  },\n                ],\n                dialects: [\n                  {\n                    id: '',\n                    dialects: [Dialects.NSA.value],\n                    variations: [],\n                    pronunciation: '',\n                    word: `${key.replace(/\\./g, '')}-dialect`,\n                  },\n                ],\n                tags: [],\n                attributes: {\n                  isAccented: false,\n                  isBorrowedTerm: false,\n                  isCommon: false,\n                  isComplete: false,\n                  isConstructedTerm: false,\n                  isSlang: false,\n                  isStandardIgbo: false,\n                  isStem: false,\n                },\n                conceptualWord: '',\n                frequency: 0,\n                hypernyms: [],\n                hyponyms: [],\n                pronunciation: '',\n                relatedTerms: [],\n                stems: [],\n                id: '',\n                updatedAt: new Date(),\n                variations: term.variations,\n                wordPronunciation: '',\n              };\n              return createWord(word, connection);\n            })\n          );\n        })\n      )\n    );\n    const nsibidiCharacters = await Promise.all(\n      nsibidiDictionary.map(({ sym, pro, form, defs }) => {\n        const nsibidi = {\n          nsibidi: sym,\n          definitions: [{ text: defs || '' }],\n          pronunciation: pro || '',\n          wordClass:\n            Object.values(WordClass).find(({ nsibidiValue }) => nsibidiValue === form)\n              ?.nsibidiValue || WordClass.ADJ.nsibidiValue,\n          radicals: [],\n        };\n        return createNsibidiCharacter(nsibidi, connection);\n      })\n    );\n    const examples = await Promise.all(\n      flatten(\n        map(keys(dictionary), async (key, index) => {\n          // @ts-expect-error LegacyWord\n          const value = dictionary[key];\n          return map(value, (term) => {\n            const example = {\n              id: term.word,\n              source: { text: term.word, language: LanguageEnum.IGBO, pronunciations: [] },\n              translations: [\n                {\n                  text: `translation of ${term.word}`,\n                  language: LanguageEnum.ENGLISH,\n                  pronunciations: [],\n                },\n              ],\n              pronunciations: [],\n              style: index % 3 ? ExampleStyleEnum.PROVERB : ExampleStyleEnum.NO_STYLE,\n              associatedWords: [(words[index] as { id: string }).id],\n              associatedDefinitionsSchemas: [],\n              nsibidiCharacters: [],\n              updatedAt: new Date(),\n              meaning: '',\n              nsibidi: '',\n              origin: SuggestionSourceEnum.INTERNAL,\n            };\n            return createExample(example, connection);\n          });\n        })\n      )\n    );\n\n    /* Waits for all the MongoDB document save promises to resolve */\n    try {\n      /* Wait 15 seconds to allow the data to be written to database */\n      await new Promise<void>((resolve) => {\n        setTimeout(() => {\n          console.green('✅ Seeding successful');\n          if (process.env.NODE_ENV === 'production') {\n            resolve();\n            process.exit(0);\n          } else {\n            resolve();\n          }\n        }, WRITE_DB_DELAY);\n      });\n    } catch (err) {\n      console.red('🔴 Seeding failed', err);\n    }\n    return [words, nsibidiCharacters, examples];\n  }\n  return Promise.resolve();\n};\n\nconst seed = () => {\n  const connection = createDbConnection();\n  connection.on('error', console.error.bind(console, 'connection error:'));\n  return new Promise<void>((resolve) => {\n    connection.once('connected', async () => {\n      console.green('🗄 Database is connected');\n      await populate(connection);\n      await handleCloseConnection(connection);\n      return resolve();\n    });\n  });\n};\n\nconst sendResponseAndEndServer = (res: Response) => {\n  res.redirect('/');\n  return setTimeout(() => {\n    console.log('💡 Restarting the server');\n    return process.exit(0);\n  }, 2000);\n};\n\nexport const seedDatabase: MiddleWare = async (_, res, next) => {\n  try {\n    await seed();\n    /* Ends the docker container to restart. Necessary for\n     * Text Indexes to be created for testing purposes */\n    if (process.env.CONTAINER_HOST === 'mongodb') {\n      return sendResponseAndEndServer(res);\n    }\n    return res.redirect('/');\n  } catch (err) {\n    return next(new Error('An error occurred during seeding'));\n  }\n};\n"
  },
  {
    "path": "src/functions/__tests__/functions.test.ts",
    "content": "import axios from 'axios';\nimport { SPEECH_TO_TEXT_API } from '../../../functions/build/src/config';\nimport { API_ROUTE, MAIN_KEY } from '../../config';\nimport { TEST_ONLY } from '../../functions';\nimport DemoOption from '../../shared/constants/DemoOption';\nimport Endpoint from '../../shared/constants/Endpoint';\nimport LanguageEnum from '../../shared/constants/LanguageEnum';\n\nconst { demoInternal } = TEST_ONLY;\n\ndescribe('Firebase functions', () => {\n  it('fetches speech to text', async () => {\n    const base64 = 'base64';\n    const audioUrl = 'audioUrl';\n    const requestSpy = jest.spyOn(axios, 'request').mockResolvedValueOnce({ data: { audioUrl } });\n    await demoInternal({ type: DemoOption.SPEECH_TO_TEXT, data: { base64 } });\n\n    expect(requestSpy).toHaveBeenLastCalledWith({\n      method: 'POST',\n      url: `${API_ROUTE}/api/v2/speech-to-text`,\n      headers: {\n        'Content-Type': 'application/json',\n        'X-API-Key': MAIN_KEY,\n      },\n      data: { audioUrl: base64 },\n    });\n  });\n\n  it('fetches dictionary', async () => {\n    const keyword = 'eat';\n    const params = { dialects: true, examples: true };\n    const requestSpy = jest.spyOn(axios, 'request').mockResolvedValueOnce({ data: { words: [] } });\n    await demoInternal({ type: DemoOption.DICTIONARY, data: { keyword, params } });\n\n    expect(requestSpy).toHaveBeenCalledWith({\n      method: 'GET',\n      url: `${API_ROUTE}/api/v2/words?keyword=${keyword}`,\n      headers: {\n        'Content-Type': 'application/json',\n        'X-API-Key': MAIN_KEY,\n      },\n      params,\n    });\n  });\n\n  it('fetches translate', async () => {\n    const text = 'text';\n    const sourceLanguageCode = LanguageEnum.IGBO;\n    const destinationLanguageCode = LanguageEnum.ENGLISH;\n    const requestSpy = jest.spyOn(axios, 'request').mockResolvedValueOnce({ data: { words: [] } });\n    await demoInternal({\n      type: DemoOption.TRANSLATE,\n      data: { text, sourceLanguageCode, destinationLanguageCode },\n    });\n\n    expect(requestSpy).toHaveBeenCalledWith({\n      method: 'POST',\n      url: `${API_ROUTE}/api/v2/translate`,\n      headers: {\n        'Content-Type': 'application/json',\n        'X-API-Key': MAIN_KEY,\n      },\n      data: {\n        text,\n        sourceLanguageCode,\n        destinationLanguageCode,\n      },\n    });\n  });\n\n  // it('throws invalid demo type error', async () => {\n  //   // @ts-expect-error invalid payload for test\n  //   demoInternal({ type: 'UNSPECIFIED', data: {} }).catch((err) => {\n  //     expect(err.message).toEqual('Invalid demo type.');\n  //   });\n  // });\n});\n"
  },
  {
    "path": "src/functions.ts",
    "content": "import axios from 'axios';\nimport * as functions from 'firebase-functions/v1';\nimport { API_ROUTE, MAIN_KEY } from './config';\nimport DemoOption from './shared/constants/DemoOption';\nimport LanguageEnum from './shared/constants/LanguageEnum';\n\ninterface SpeechToTextRequest {\n  base64: string;\n}\n\nexport interface TranscriptionAudio {\n  audioId: string;\n  audioUrl: string;\n}\n\ninterface TranslationRequest {\n  text: string;\n  sourceLanguageCode: LanguageEnum;\n  destinationLanguageCode: LanguageEnum;\n}\n\ninterface DictionaryRequest {\n  keyword: string;\n  params: {\n    [key: string]: boolean,\n  };\n}\n\nconst fetchSpeechToText = async ({ data }: { data: SpeechToTextRequest }) => {\n  const { base64 } = data;\n  return (\n    await axios\n      .request({\n        method: 'POST',\n        url: `${API_ROUTE}/api/v2/speech-to-text`,\n        headers: {\n          'Content-Type': 'application/json',\n          'X-API-Key': MAIN_KEY,\n        },\n        data: {\n          audioUrl: base64,\n        },\n      })\n      .catch((err) => {\n        console.error('Error while posting speech to text prediction for demo:', err);\n        return { data: { transcription: '' } };\n      })\n  ).data;\n};\n\nconst fetchDictionary = async ({ data }: { data: DictionaryRequest }) => {\n  const { keyword, params } = data;\n  return (\n    await axios\n      .request({\n        method: 'GET',\n        url: `${API_ROUTE}/api/v2/words?keyword=${keyword}`,\n        headers: {\n          'Content-Type': 'application/json',\n          'X-API-Key': MAIN_KEY,\n        },\n        params,\n      })\n      .catch((err) => {\n        console.error('Error while fetching words for demo:', err);\n        return { data: { words: [] } };\n      })\n  ).data;\n};\n\nconst fetchTranslate = async ({ data }: { data: TranslationRequest }) => {\n  const { text, sourceLanguageCode, destinationLanguageCode } = data;\n  return (\n    await axios\n      .request({\n        method: 'POST',\n        url: `${API_ROUTE}/api/v2/translate`,\n        headers: {\n          'Content-Type': 'application/json',\n          'X-API-Key': MAIN_KEY,\n        },\n        data: {\n          text,\n          sourceLanguageCode,\n          destinationLanguageCode,\n        },\n      })\n      .catch((err) => {\n        console.error('Error while posting translation prediction demo:', err);\n        return { data: { translation: '' } };\n      })\n  ).data;\n};\n\nconst demoInternal = async (payload: {\n  type: DemoOption,\n  data: SpeechToTextRequest | DictionaryRequest | TranslationRequest,\n}): Promise<Error | any> => {\n  const { type, data } = payload;\n  try {\n    let response = {};\n    switch (type) {\n      case DemoOption.SPEECH_TO_TEXT:\n        response = await fetchSpeechToText({ data: data as SpeechToTextRequest });\n        break;\n      case DemoOption.DICTIONARY:\n        response = await fetchDictionary({ data: data as DictionaryRequest });\n        break;\n      case DemoOption.TRANSLATE:\n        response = await fetchTranslate({ data: data as TranslationRequest });\n        break;\n      default:\n        throw new Error('Invalid demo type.');\n    }\n\n    return response;\n  } catch (err: any) {\n    throw new functions.https.HttpsError('internal', err?.message || `Error with ${type} demo`);\n  }\n};\n\nexport const onDemo = functions.https.onCall(demoInternal);\n\nexport const TEST_ONLY = { demoInternal };\n"
  },
  {
    "path": "src/general.css",
    "content": "@font-face {\n  font-family: 'Akagu';\n  src: url('public/fonts/Akagu2020.ttf');\n  font-display: swap;\n}\n\n.akagu {\n  font-family: 'Akagu', 'sans-serif' !important;\n}\n\n/* Style sheet dedicated to element tag styling */\nhtml {\n  width: 100vw;\n  font-family: 'Inter', sans-serif;\n  font-weight: normal;\n  scroll-behavior: smooth;\n}\n\nbody {\n  overflow-x: hidden;\n}\n\n*,\nbutton:focus {\n  outline: rgba(41, 123, 48, 0.4);\n}\n\naudio::-webkit-media-controls-panel {\n  @apply bg-white;\n  @apply border-solid;\n}\naudio::-webkit-media-controls-enclosure {\n  @apply rounded-md;\n  @apply border-solid;\n  @apply border-gray-200;\n}\naudio::-webkit-media-controls-timeline {\n  stroke: #f5fbff;\n}"
  },
  {
    "path": "src/lib/gtag.js",
    "content": "export const GA_TRACKING_ID = process.env.NEXT_PUBLIC_GA_ID;\n\n// https://developers.google.com/analytics/devguides/collection/gtagjs/pages\nexport const pageview = (url) => {\n  window.gtag('config', GA_TRACKING_ID, {\n    page_path: url,\n  });\n};\n"
  },
  {
    "path": "src/middleware/__tests__/authorizeCheckoutSession.test.ts",
    "content": "import authorizeCheckoutSession from '../authorizeCheckoutSession';\nimport {\n  requestFixture,\n  responseFixture,\n  nextFunctionFixture,\n} from '../../__tests__/shared/fixtures';\n\ndescribe('authorizeCheckoutSession', () => {\n  it('authorizes the current checkout session', async () => {\n    const req = requestFixture({\n      body: { developerId: 'developerId', lookupKey: 'lookupKey' },\n    });\n    const res = responseFixture();\n    const next = nextFunctionFixture();\n    await authorizeCheckoutSession(req, res, next);\n    expect(next).toHaveBeenCalled();\n  });\n\n  it('fails to authorize because malformed payload', async () => {\n    const req = requestFixture({\n      body: { developerId: 'developerId' },\n    });\n    const res = responseFixture();\n    const next = nextFunctionFixture();\n    await authorizeCheckoutSession(req, res, next);\n    expect(next).not.toHaveBeenCalled();\n    expect(res.status).toHaveBeenCalledWith(400);\n  });\n});\n"
  },
  {
    "path": "src/middleware/__tests__/authorizePortalSession.test.ts",
    "content": "import authorizePortalSession from '../authorizePortalSession';\nimport {\n  requestFixture,\n  responseFixture,\n  nextFunctionFixture,\n} from '../../__tests__/shared/fixtures';\n\ndescribe('authorizePortalSession', () => {\n  it('authorizes the current portal session', async () => {\n    const req = requestFixture({\n      body: { sessionId: 'sessionId' },\n    });\n    const res = responseFixture();\n    const next = nextFunctionFixture();\n    await authorizePortalSession(req, res, next);\n    expect(next).toHaveBeenCalled();\n  });\n\n  it('fails to authorize because malformed payload', async () => {\n    const req = requestFixture({\n      body: {},\n    });\n    const res = responseFixture();\n    const next = nextFunctionFixture();\n    await authorizePortalSession(req, res, next);\n    expect(next).not.toHaveBeenCalled();\n    expect(res.status).toHaveBeenCalledWith(400);\n  });\n});\n"
  },
  {
    "path": "src/middleware/__tests__/developerAuthorization.test.ts",
    "content": "import * as admin from 'firebase-admin';\nimport developerAuthorization from '../developerAuthorization';\nimport {\n  requestFixture,\n  responseFixture,\n  nextFunctionFixture,\n  statusSendMock,\n} from '../../__tests__/shared/fixtures';\n\njest.mock('firebase-admin');\n\ndescribe('developerAuthorization', () => {\n  it('authorizes the developer with Firebase', async () => {\n    // @ts-expect-error Auth\n    jest.spyOn(admin, 'auth').mockImplementation(() => ({\n      verifyIdToken: () => ({ uid: 'authorization', email: 'testing@email.com' }),\n    }));\n    const req = requestFixture({\n      params: { id: 'authorization' },\n      headers: { authorization: 'Bearer authorization' },\n    });\n    const res = responseFixture();\n    const next = nextFunctionFixture();\n    await developerAuthorization(req, res, next);\n    expect(next).toHaveBeenCalled();\n  });\n\n  it('fails to authorize because malformed authorization header', async () => {\n    const req = requestFixture({\n      params: { id: 'authorization' },\n      headers: { authorization: 'authorization' },\n    });\n    const res = responseFixture();\n    const next = nextFunctionFixture();\n    await developerAuthorization(req, res, next);\n    expect(next).not.toHaveBeenCalled();\n    expect(res.status).toHaveBeenCalledWith(403);\n    expect(statusSendMock).toHaveBeenCalledWith({\n      error: 'Incorrectly formatted authorization header.',\n    });\n  });\n\n  it('req params id does not match decoded user uid', async () => {\n    const req = requestFixture({\n      params: { id: 'different-authorization' },\n      headers: { authorization: 'Bearer authorization' },\n    });\n    const res = responseFixture();\n    const next = nextFunctionFixture();\n    await developerAuthorization(req, res, next);\n    expect(next).not.toHaveBeenCalled();\n    expect(res.status).toHaveBeenCalledWith(404);\n    expect(statusSendMock).toHaveBeenCalledWith({\n      error: 'Unable to access this resource.',\n    });\n  });\n});\n"
  },
  {
    "path": "src/middleware/analytics.ts",
    "content": "import axios from 'axios';\nimport { Request } from 'express';\nimport { MiddleWare } from '../types';\nimport {\n  GA_TRACKING_ID,\n  GA_API_SECRET,\n  GA_URL,\n  isProduction as isProductionConfig,\n} from '../config';\n\ninterface TrackingEvent {\n  clientIdentifier: string | string[] | undefined;\n  category: string;\n  action: string;\n  keyword: string | string[] | undefined | Request['query'] | Request['query'][];\n}\n\nconst trackEvent = ({ clientIdentifier, category, action, keyword }: TrackingEvent) =>\n  new Promise((resolve, reject) => {\n    const params = {\n      measurement_id: GA_TRACKING_ID,\n      api_secret: GA_API_SECRET,\n    };\n\n    const isProduction = isProductionConfig && params.measurement_id && params.api_secret;\n\n    const data = JSON.stringify({\n      client_id: clientIdentifier,\n      events: [\n        {\n          name: 'search',\n          params: {\n            category,\n            action,\n            search_term: keyword,\n          },\n        },\n      ],\n    });\n\n    // Avoid sending GA events\n    if (isProduction) {\n      axios({\n        method: 'post',\n        url: `${GA_URL}?measurement_id=${params.measurement_id}&api_secret=${params.api_secret}`,\n        data,\n      })\n        .then(() => {\n          resolve(true);\n        })\n        .catch((err: any) => {\n          console.log(typeof err?.toJSON === 'function' ? err.toJSON() : err);\n          reject(new Error(err));\n        });\n    } else {\n      resolve(true);\n    }\n  });\n\nconst analytics: MiddleWare = async (req, _, next) => {\n  try {\n    const { method } = req;\n    const developerAPIKey = req.headers['X-API-Key'] || req.headers['x-api-key'];\n    const { keyword } = req.query;\n    const { pathname } = req.params;\n\n    await trackEvent({\n      clientIdentifier: developerAPIKey || 'anon_client_id',\n      category: pathname,\n      action: method,\n      keyword,\n    });\n\n    return next();\n  } catch (err: any) {\n    return next(err);\n  }\n};\n\nexport default analytics;\n"
  },
  {
    "path": "src/middleware/attachRedisClient.ts",
    "content": "import { createClient, RedisClientType } from 'redis';\nimport { REDIS_HOST, REDIS_PORT, REDIS_URL, REDIS_USERNAME, REDIS_PASSWORD } from '../config';\nimport { MiddleWare } from '../types';\n\nconst afterResponse = (redisClient: RedisClientType) => {\n  try {\n    if (redisClient) {\n      redisClient.quit();\n    }\n  } catch (err: any) {\n    console.log(`Error with closing redis: ${err.message}`);\n  }\n};\n\n// Keep the same Redis Client connection open\nexport const redisClient =\n  REDIS_HOST && REDIS_PORT && REDIS_USERNAME && REDIS_PASSWORD\n    ? createClient({\n        socket: {\n          host: REDIS_HOST,\n          port: REDIS_PORT,\n        },\n        username: REDIS_USERNAME,\n        password: REDIS_PASSWORD,\n      })\n    : REDIS_URL && process.env.FIREBASE_FUNCTIONS\n      ? createClient({\n          url: 'redis://localhost:6379',\n        })\n      : {\n          set: () => null,\n          get: () => null,\n          on: () => console.log('\\nFake Redis client'),\n          connect: () => console.log('Connected to fake Redis client'),\n          isFake: true,\n          isReady: true,\n        };\n\nconst attachRedisClient: MiddleWare = async (req, res, next) => {\n  if (!redisClient.isReady) {\n    redisClient.connect();\n  }\n  redisClient.on('error', (err: any) => console.log('Redis Client Error', err));\n\n  res.on('finish', afterResponse);\n  res.on('close', afterResponse);\n\n  req.redisClient = redisClient as RedisClientType;\n  return next();\n};\n\nexport default attachRedisClient;\n"
  },
  {
    "path": "src/middleware/authorizeCheckoutSession.ts",
    "content": "import Joi from 'joi';\nimport { MiddleWare } from '../types';\n\nconst checkoutSession = Joi.object().keys({\n  developerId: Joi.string().required(),\n  lookupKey: Joi.string().required(),\n});\n\nconst authorizeCheckoutSession: MiddleWare = async (req, res, next) => {\n  const { body: data } = req;\n\n  const validationResult = checkoutSession.validate(data);\n  if (validationResult.error) {\n    return res.status(400).send({ error: validationResult.error.message });\n  }\n\n  return next();\n};\n\nexport default authorizeCheckoutSession;\n"
  },
  {
    "path": "src/middleware/authorizePortalSession.ts",
    "content": "import Joi from 'joi';\nimport { MiddleWare } from '../types';\n\nconst portalSession = Joi.object().keys({\n  sessionId: Joi.string().required(),\n});\n\nconst authorizePortalSession: MiddleWare = async (req, res, next) => {\n  const { body: data } = req;\n\n  const validationResult = portalSession.validate(data);\n  if (validationResult.error) {\n    return res.status(400).send({ error: validationResult.error.message });\n  }\n\n  return next();\n};\n\nexport default authorizePortalSession;\n"
  },
  {
    "path": "src/middleware/cache.ts",
    "content": "import { NextFunction, Request, Response } from 'express';\n\nexport default (maxAge = 302400, smaxAge = 604800) =>\n  (req: Request, res: Response, next: NextFunction) => {\n    if (req.method == 'GET') {\n      res.set('Cache-Control', `public, max-age=${maxAge}, s-maxage=${smaxAge}`);\n    }\n    return next();\n  };\n"
  },
  {
    "path": "src/middleware/developerAuthorization.ts",
    "content": "import * as admin from 'firebase-admin';\nimport { getDeveloperByEmail } from '../controllers/developers';\nimport { MiddleWare } from '../types';\n\nconst developerAuthorization: MiddleWare = async (req, res, next) => {\n  const { id } = req.params;\n  try {\n    // Decoding authorization header for Firebase\n    const authorizationHeader = req.get('authorization') || '';\n    if (!authorizationHeader.startsWith('Bearer ')) {\n      return res.status(403).send({ error: 'Incorrectly formatted authorization header.' });\n    }\n\n    const token = authorizationHeader.split(' ')[1] || '';\n    const decoded = await admin.auth().verifyIdToken(token);\n\n    req.user = decoded;\n\n    if (!req.user.email) {\n      return res.status(404).send({ error: 'No user email associated with Firebase.' });\n    }\n\n    // Getting developer by email associated with Firebase account\n    const developer = await getDeveloperByEmail(req.user.email);\n    req.developer = developer;\n\n    if (req.user.uid !== id) {\n      return res.status(404).send({ error: 'Unable to access this resource.' });\n    }\n\n    return next();\n  } catch (err: any) {\n    return res.status(403).send({ error: err?.message || 'Unable to authorize request.' });\n  }\n};\n\nexport default developerAuthorization;\n"
  },
  {
    "path": "src/middleware/errorHandler.ts",
    "content": "import { ErrorMiddleWare } from '../types';\n\nconst errorHandler: ErrorMiddleWare = (err: any, _, res, __) => {\n  res.status(400);\n  /* Depending on the nested error message the status code will change */\n  if (err.message.match(/No .{1,} exist(s)?/) || err.message.match(/doesn't exist(s)?/)) {\n    res.status(404);\n  }\n  console.error(err?.stack);\n  return res.send({ error: err.message });\n};\n\nexport default errorHandler;\n"
  },
  {
    "path": "src/middleware/helpers/__tests__/authorizeDeveloperUsage.test.ts",
    "content": "import { authorizeDeveloperUsage } from '../authorizeDeveloperUsage';\nimport {\n  developerFixture,\n  developerUsageFixture,\n  documentId,\n} from '../../../__tests__/shared/fixtures';\nimport { findDeveloperUsage } from '../findDeveloperUsage';\nimport { createDeveloperUsage } from '../createDeveloperUsage';\nimport ApiType from '../../../shared/constants/ApiType';\nimport ApiUsageLimit from '../../../shared/constants/ApiUsageLimit';\n\njest.mock('../findDeveloperUsage');\njest.mock('../createDeveloperUsage');\n\ndescribe('authorizeDeveloperUsage', () => {\n  it(\"authorizes the current developer's usage\", async () => {\n    const path = 'speech-to-text';\n    const developer = developerFixture({});\n    const developerUsage = developerUsageFixture({});\n    // @ts-expect-error mockReturnValue\n    findDeveloperUsage.mockReturnValue({\n      ...developerUsage,\n      save: jest.fn(() => developerUsage),\n      markModified: jest.fn(),\n    });\n\n    // @ts-expect-error developer\n    const res = await authorizeDeveloperUsage({ path, developer });\n    expect(res).toEqual(developerUsage);\n  });\n\n  it(\"updates the current developer's usage\", async () => {\n    const path = 'speech-to-text';\n    const developer = developerFixture({});\n    const developerUsage = developerUsageFixture({});\n    const developerUsageDocument = {\n      ...developerUsage,\n      save: jest.fn(() => developerUsage),\n      markModified: jest.fn(),\n    };\n    // @ts-expect-error mockReturnValue\n    findDeveloperUsage.mockReturnValue(developerUsageDocument);\n\n    // @ts-expect-error developer\n    await authorizeDeveloperUsage({ path, developer });\n    expect(developerUsageDocument.usage.count).toEqual(1);\n  });\n\n  it('creates a fallback developer usage if none exist exclusively for Igbo API', async () => {\n    const path = 'igbo_api';\n    const developer = developerFixture({ id: documentId });\n    const developerUsage = developerUsageFixture({});\n    const developerUsageDocument = {\n      ...developerUsage,\n      save: jest.fn(() => developerUsage),\n      markModified: jest.fn(),\n    };\n    // @ts-expect-error mockReturnValue\n    findDeveloperUsage.mockReturnValue(undefined);\n    // @ts-expect-error mockReturnValue\n    createDeveloperUsage.mockReturnValue(developerUsageDocument);\n    // @ts-expect-error developer\n    await authorizeDeveloperUsage({ path, developer });\n    expect(createDeveloperUsage).toHaveBeenCalled();\n  });\n\n  it('throws error unable finding developer usage', async () => {\n    const path = 'speech-to-text';\n    const developer = developerFixture({});\n    // @ts-expect-error mockReturnValue\n    findDeveloperUsage.mockReturnValue(undefined);\n\n    // @ts-expect-error developer\n    authorizeDeveloperUsage({ path, developer }).catch((err) => {\n      expect(err.message).toEqual('No developer usage found');\n    });\n  });\n\n  it('throws error due to exceeding usage limit', async () => {\n    const path = 'speech-to-text';\n    const developer = developerFixture({});\n    const developerUsage = developerUsageFixture({\n      usage: { date: new Date(), count: ApiUsageLimit[ApiType.SPEECH_TO_TEXT] + 1 },\n    });\n    // @ts-expect-error mockReturnValue\n    findDeveloperUsage.mockReturnValue({\n      ...developerUsage,\n      save: jest.fn(() => developerUsage),\n      markModified: jest.fn(),\n    });\n\n    // @ts-expect-error developer\n    authorizeDeveloperUsage({ path, developer }).catch((err) => {\n      expect(err.message).toEqual('You have exceeded your limit for this API for the day.');\n    });\n  });\n});\n"
  },
  {
    "path": "src/middleware/helpers/__tests__/createDeveloperUsage.test.ts",
    "content": "import { Types } from 'mongoose';\nimport { createDeveloperUsage } from '../createDeveloperUsage';\nimport { documentId } from '../../../__tests__/shared/fixtures';\nimport { createDbConnection } from '../../../services/database';\n\njest.mock('../../../services/database');\n\nconst saveMock = jest.fn();\nclass DeveloperUsage {\n  constructor() {\n    return {\n      save: saveMock,\n    };\n  }\n}\n\ndescribe('createDeveloperUsage', () => {\n  it('creates a new developer usage document', async () => {\n    const developerId = new Types.ObjectId(documentId);\n    // @ts-expect-error mockReturnValue\n    createDbConnection.mockReturnValue({ model: jest.fn(() => DeveloperUsage) });\n\n    await createDeveloperUsage({ developerId: documentId });\n    expect(saveMock).toHaveBeenCalled();\n  });\n});\n"
  },
  {
    "path": "src/middleware/helpers/__tests__/findDeveloperUsage.test.ts",
    "content": "import { findDeveloperUsage } from '../findDeveloperUsage';\nimport ApiType from '../../../shared/constants/ApiType';\nimport { createDbConnection } from '../../../services/database';\n\njest.mock('../../../services/database');\n\ndescribe('findDeveloperUsage', () => {\n  it('finds a specific developer usage', async () => {\n    const developerId = 'developerId';\n    const findOneMock = jest.fn(() => ({ id: developerId }));\n    // @ts-expect-error mockReturnValue\n    createDbConnection.mockReturnValue({\n      model: jest.fn(() => ({\n        findOne: findOneMock,\n      })),\n    });\n\n    const res = await findDeveloperUsage({ developerId, usageType: ApiType.DICTIONARY });\n    expect(res).toEqual({ id: developerId });\n    expect(findOneMock).toHaveBeenCalledWith({ developerId, usageType: ApiType.DICTIONARY });\n  });\n\n  it('returns undefined if no developer usage is found', async () => {\n    const developerId = 'developerId';\n    const findOneMock = jest.fn(() => undefined);\n    // @ts-expect-error mockReturnValue\n    createDbConnection.mockReturnValue({\n      model: jest.fn(() => ({\n        findOne: findOneMock,\n      })),\n    });\n\n    const res = await findDeveloperUsage({ developerId, usageType: ApiType.DICTIONARY });\n    expect(res).toEqual(undefined);\n    expect(findOneMock).toHaveBeenCalledWith({ developerId, usageType: ApiType.DICTIONARY });\n  });\n});\n"
  },
  {
    "path": "src/middleware/helpers/authorizeDeveloperUsage.ts",
    "content": "import { Types } from 'mongoose';\nimport { findDeveloperUsage } from './findDeveloperUsage';\nimport { createDeveloperUsage } from './createDeveloperUsage';\nimport { DeveloperUsageDocument } from '../../types/developerUsage';\nimport ApiType from '../../shared/constants/ApiType';\nimport ApiTypeToRoute from '../../shared/constants/ApiTypeToRoute';\nimport ApiUsageLimit from '../../shared/constants/ApiUsageLimit';\nimport { DeveloperDocument } from '../../types';\n\nconst isSameDate = (first: Date, second: Date) =>\n  first.getFullYear() === second.getFullYear() &&\n  first.getMonth() === second.getMonth() &&\n  first.getDate() === second.getDate();\n\n/* Increments usage count and updates usage date */\nconst handleDeveloperUsage = async ({\n  developer,\n  apiType,\n}: {\n  developer: DeveloperDocument,\n  apiType: ApiType,\n}): Promise<DeveloperUsageDocument> => {\n  const currentDate = new Date();\n  let developerUsage = await findDeveloperUsage({\n    developerId: developer.id.toString(),\n    usageType: apiType,\n  });\n\n  if (!developerUsage && apiType === ApiType.DICTIONARY) {\n    developerUsage = await createDeveloperUsage({\n      developerId: new Types.ObjectId(developer.id.toString()),\n    });\n  }\n\n  if (!developerUsage) {\n    throw new Error('No developer usage found');\n  }\n\n  if (developerUsage.usage.count >= ApiUsageLimit[apiType]) {\n    throw new Error('You have exceeded your limit for this API for the day.');\n  }\n\n  const isNewDay = !isSameDate(developerUsage.usage.date, currentDate);\n  developerUsage.usage.count = isNewDay ? 0 : developerUsage.usage.count + 1;\n  developerUsage.usage.date = currentDate;\n\n  developerUsage.markModified('usage');\n\n  return developerUsage.save();\n};\n\n/**\n * Authorizes the developer to use the current route if they are under their daily limit.\n * @param param0\n */\nexport const authorizeDeveloperUsage = async ({\n  path,\n  developer,\n}: {\n  path: string,\n  developer: DeveloperDocument,\n}) => {\n  const extractedPath = getPath(path);\n  return handleDeveloperUsage({\n    developer,\n    apiType: getApiTypeFromRoute(extractedPath),\n  });\n};\n\n/**\n * The function maps route strings to the APIType Enum that would represent usage\n * of the route\n * @param route The string name of the route\n * @returns The ApiType of the route passed as input. For example /speech-to-text would\n *          route to the Speech-to-Text API type\n */\nconst getApiTypeFromRoute = (route: string): ApiType => {\n  switch (route) {\n    case ApiTypeToRoute.SPEECH_TO_TEXT:\n      return ApiType.SPEECH_TO_TEXT;\n    case ApiTypeToRoute.TRANSLATE:\n      return ApiType.TRANSLATE;\n    default:\n      return ApiType.DICTIONARY;\n  }\n};\n\nconst getPath = (path: string) => {\n  // Extract router path from full path\n  // ex. speech-to-text/params=param -> speech-to-text\n  return path.split(/[\\/\\?]/)[0];\n};\n"
  },
  {
    "path": "src/middleware/helpers/createDeveloperUsage.ts",
    "content": "import { Types } from 'mongoose';\nimport { developerUsageSchema } from '../../models/DeveloperUsage';\nimport { createDbConnection } from '../../services/database';\nimport ApiType from '../../shared/constants/ApiType';\nimport { DeveloperUsageDocument } from '../../types';\n\n/* Creates a fallback Developer Usage document */\nexport const createDeveloperUsage = async ({ developerId }: { developerId: Types.ObjectId }) => {\n  const connection = createDbConnection();\n  const DeveloperUsage = connection.model<DeveloperUsageDocument>(\n    'DeveloperUsage',\n    developerUsageSchema\n  );\n  const developerUsage = new DeveloperUsage({ developerId, usageType: ApiType.DICTIONARY });\n  return developerUsage.save();\n};\n"
  },
  {
    "path": "src/middleware/helpers/findDeveloper.ts",
    "content": "import { compareSync } from 'bcrypt';\nimport { developerSchema } from '../../models/Developer';\nimport { createDbConnection } from '../../services/database';\nimport { DeveloperDocument } from '../../types';\n\n/* Finds a developer with provided information */\nexport const findDeveloper = async (apiKey: string) => {\n  const connection = createDbConnection();\n  const Developer = connection.model<DeveloperDocument>('Developer', developerSchema);\n  let developer = await Developer.findOne({ apiKey });\n  if (developer) {\n    return developer;\n  }\n  // Legacy implementation: hashed API tokens can't be indexed\n  // This logic attempts to find the developer document and update it\n  // with the API token\n  const developers = await Developer.find({});\n  developer = developers.find((dev) => compareSync(apiKey, dev.apiKey)) || null;\n  if (developer) {\n    developer.apiKey = apiKey;\n    const updatedDeveloper = await developer.save();\n    return updatedDeveloper;\n  }\n  return developer;\n};\n"
  },
  {
    "path": "src/middleware/helpers/findDeveloperUsage.ts",
    "content": "import { developerUsageSchema } from '../../models/DeveloperUsage';\nimport { createDbConnection } from '../../services/database';\nimport ApiType from '../../shared/constants/ApiType';\nimport { DeveloperUsageDocument } from '../../types/developerUsage';\n\n/* Finds developer's usage for a part of the API */\nexport const findDeveloperUsage = async ({\n  developerId,\n  usageType,\n}: {\n  developerId: string,\n  usageType: ApiType,\n}): Promise<DeveloperUsageDocument | undefined> => {\n  const connection = createDbConnection();\n  const DeveloperUsage = connection.model<DeveloperUsageDocument>(\n    'DeveloperUsage',\n    developerUsageSchema\n  );\n  const developerUsage = await DeveloperUsage.findOne({ developerId, usageType });\n  if (developerUsage) {\n    return developerUsage;\n  }\n\n  return undefined;\n};\n"
  },
  {
    "path": "src/middleware/logger.ts",
    "content": "import chalk from 'chalk';\nimport { MiddleWare } from '../types';\n\nconst logger: MiddleWare = async (req, _, next) => {\n  console.blue('-----------');\n  console.log(chalk.blue('Query:'), req.query);\n  console.blue('-----------');\n  next();\n};\n\nexport default logger;\n"
  },
  {
    "path": "src/middleware/noCache.ts",
    "content": "import { NextFunction, Request, Response } from 'express';\n\nexport default () => (req: Request, res: Response, next: NextFunction) => {\n  res.set('Cache-Control', 'no-store');\n  return next();\n};\n"
  },
  {
    "path": "src/middleware/validId.ts",
    "content": "import mongoose from 'mongoose';\nimport { MiddleWare } from '../types';\n\nconst validId: MiddleWare = async (req, res, next) => {\n  try {\n    const { id } = req.params;\n    if (!mongoose.Types.ObjectId.isValid(id)) {\n      res.status(400);\n      return res.send({ error: 'Provided an invalid id' });\n    }\n    return next();\n  } catch (err: any) {\n    res.status(400);\n    return res.send({ error: err.message });\n  }\n};\n\nexport default validId;\n"
  },
  {
    "path": "src/middleware/validateAdminApiKey.ts",
    "content": "import { MAIN_KEY, isProduction } from '../config';\nimport { MiddleWare } from '../types';\n\nconst validateAdminApiKey: MiddleWare = async (req, res, next) => {\n  try {\n    const apiKey = req.headers['X-API-Key'] || req.headers['x-api-key'];\n\n    if (isProduction && apiKey !== MAIN_KEY) {\n      return res.status(403).send({ error: 'You do not have permission to view this resource' });\n    }\n\n    return next();\n  } catch (err: any) {\n    res.status(400);\n    return res.send({ error: err.message });\n  }\n};\n\nexport default validateAdminApiKey;\n"
  },
  {
    "path": "src/middleware/validateApiKey.ts",
    "content": "import { MAIN_KEY, isDevelopment, isProduction } from '../config';\nimport { MiddleWare } from '../types';\nimport { authorizeDeveloperUsage } from './helpers/authorizeDeveloperUsage';\nimport { findDeveloper } from './helpers/findDeveloper';\n\nconst FALLBACK_API_KEY = 'fallback_api_key';\n\nconst validateApiKey: MiddleWare = async (req, res, next) => {\n  try {\n    let apiKey = (req.headers['X-API-Key'] || req.headers['x-api-key']) as string;\n\n    /* Official sites can bypass validation */\n    if (apiKey === MAIN_KEY) {\n      req.isUsingMainKey = true;\n      return next();\n    }\n    req.isUsingMainKey = false;\n\n    if (!apiKey && isDevelopment) {\n      apiKey = FALLBACK_API_KEY;\n    }\n    if (!apiKey) {\n      throw new Error(\"X-API-Key Header doesn't exist\");\n    }\n\n    /* While in development or testing, using the FALLBACK_API_KEY will grant access */\n    if (apiKey === FALLBACK_API_KEY && !isProduction) {\n      return next();\n    }\n\n    const developer = await findDeveloper(apiKey);\n\n    if (!developer) {\n      return res.status(401).send({ error: 'Your API key is invalid' });\n    }\n\n    await authorizeDeveloperUsage({ path: req.route.path, developer });\n\n    return next();\n  } catch (err: any) {\n    res.status(400);\n    return res.send({ error: err.message });\n  }\n};\n\nexport default validateApiKey;\n"
  },
  {
    "path": "src/middleware/validateDeveloperBody.ts",
    "content": "import Joi from 'joi';\nimport { MiddleWare } from '../types';\n\nconst developersJoiSchema = Joi.object().keys({\n  name: Joi.string().required(),\n  email: Joi.string().required(),\n  password: Joi.string().required(),\n});\n\nconst validateDeveloperBody: MiddleWare = (req, res, next) => {\n  const { body: data } = req;\n\n  const validationResult = developersJoiSchema.validate(data);\n  if (validationResult.error) {\n    return res.status(400).json({ error: validationResult.error.message });\n  }\n\n  return next();\n};\n\nexport default validateDeveloperBody;\n"
  },
  {
    "path": "src/middleware/validateStripeSignature.ts",
    "content": "import { MiddleWare } from '../types';\nimport { STRIPE_ENDPOINT_SECRET } from '../config';\nimport initializeStripe from '../services/stripe';\nimport getErrorMessage from '../shared/utils/getErrorMessage';\n\nconst stripe = initializeStripe();\n\n/**\n * Validates the Stripe signature to handle subsequent Webhooks\n * @param req\n * @param res\n * @param next\n * @returns\n */\nconst validateStripeSignature: MiddleWare = async (req, res, next) => {\n  const endpointSecret = STRIPE_ENDPOINT_SECRET;\n\n  if (endpointSecret) {\n    const signature = req.headers['stripe-signature'] || '';\n\n    try {\n      req.body.event = stripe.webhooks.constructEvent(req.body, signature, endpointSecret);\n      return next();\n    } catch (err) {\n      console.log(`⚠️  Webhook signature verification failed.`, getErrorMessage(err));\n      return res.status(400).send('Stripe signature verification failed');\n    }\n  }\n\n  return res.status(400).send({ message: 'Invalid Stripe signature' });\n};\n\nexport default validateStripeSignature;\n"
  },
  {
    "path": "src/middleware/validateUpdateDeveloperBody.ts",
    "content": "import Joi from 'joi';\nimport { MiddleWare } from '../types';\n\nconst developersJoiSchema = Joi.object().keys({\n  firebaseId: Joi.string().required(),\n  email: Joi.string().allow('', null).optional(),\n  name: Joi.string().allow('', null).optional(),\n});\n\nconst validateUpdateDeveloperBody: MiddleWare = (req, res, next) => {\n  const { body: data } = req;\n\n  const validationResult = developersJoiSchema.validate(data);\n  if (validationResult.error) {\n    return res.status(400).json({ error: validationResult.error.message });\n  }\n\n  return next();\n};\n\nexport default validateUpdateDeveloperBody;\n"
  },
  {
    "path": "src/models/Developer.ts",
    "content": "import mongoose from 'mongoose';\nimport { toJSONPlugin, toObjectPlugin } from './plugins';\nimport Plan from '../shared/constants/Plan';\nimport AccountStatus from '../shared/constants/AccountStatus';\n\nconst { Schema } = mongoose;\nexport const developerSchema = new Schema(\n  {\n    name: { type: String, default: '', required: true },\n    apiKey: {\n      type: String,\n      default: '',\n      required: true,\n      index: true,\n    },\n    email: { type: String, default: '', required: true },\n    password: { type: String, default: '', required: true },\n    usage: {\n      date: { type: Date, default: new Date().toISOString() },\n      count: { type: Number, default: 0 },\n    }, // DEPRECATED: Please use DeveloperUsage\n    firebaseId: { type: String, default: '' },\n    stripeId: { type: String, default: '' },\n    plan: { type: String, enum: Object.values(Plan), default: Plan.STARTER },\n    accountStatus: {\n      type: String,\n      enum: Object.values(AccountStatus),\n      default: AccountStatus.UNPAID,\n    },\n  },\n  { toObject: toObjectPlugin, timestamps: true }\n);\n\ntoJSONPlugin(developerSchema);\n"
  },
  {
    "path": "src/models/DeveloperUsage.ts",
    "content": "import mongoose from 'mongoose';\nimport ApiType from '../shared/constants/ApiType';\nimport { toJSONPlugin, toObjectPlugin } from './plugins';\n\nconst { Schema, Types } = mongoose;\nexport const developerUsageSchema = new Schema(\n  {\n    developerId: { type: Types.ObjectId, ref: 'Developer', required: true },\n    usageType: { type: String, enum: ApiType, default: ApiType.DICTIONARY },\n    usage: {\n      date: { type: Date, default: new Date().toISOString() },\n      count: { type: Number, default: 0 },\n    },\n  },\n  { toObject: toObjectPlugin, timestamps: true }\n);\n\ntoJSONPlugin(developerUsageSchema);\n"
  },
  {
    "path": "src/models/Example.ts",
    "content": "import mongoose from 'mongoose';\nimport { toJSONPlugin, toObjectPlugin } from './plugins';\nimport ExampleStyles from '../shared/constants/ExampleStyles';\nimport SentenceTypes from '../shared/constants/SentenceTypes';\nimport LanguageEnum from '../shared/constants/LanguageEnum';\n\nconst { Schema, Types } = mongoose;\n\nconst languageSuggestionSchema = new Schema({\n  language: { type: String, enum: Object.values(LanguageEnum), default: LanguageEnum.UNSPECIFIED },\n  text: { type: String, default: '', trim: true },\n  pronunciations: {\n    type: [\n      {\n        audio: { type: String, default: '' },\n        speaker: { type: String, default: '' },\n      },\n    ],\n    default: [],\n  },\n});\n\nexport const exampleSchema = new Schema(\n  {\n    source: {\n      type: languageSuggestionSchema,\n      default: { language: LanguageEnum.UNSPECIFIED, text: '' },\n    },\n    translations: { type: [{ type: languageSuggestionSchema }], default: [] },\n    meaning: { type: String, default: '' },\n    nsibidi: { type: String, default: '' },\n    type: {\n      type: String,\n      enum: Object.values(SentenceTypes),\n      default: SentenceTypes.DEFAULT,\n    },\n    style: {\n      type: String,\n      enum: Object.values(ExampleStyles).map(({ value }) => value),\n      default: ExampleStyles.NO_STYLE.value,\n    },\n    associatedWords: { type: [{ type: Types.ObjectId, ref: 'Word' }], default: [] },\n    associatedDefinitionsSchemas: { type: [{ type: Types.ObjectId }], default: [] },\n  },\n  { toObject: toObjectPlugin, timestamps: true }\n);\n\nexampleSchema.index({\n  associatedWords: 1,\n});\nexampleSchema.index({\n  source: 1,\n});\nexampleSchema.index({\n  translations: 1,\n});\n\ntoJSONPlugin(exampleSchema);\n"
  },
  {
    "path": "src/models/NsibidiCharacter.ts",
    "content": "import mongoose from 'mongoose';\nimport WordClass from '../shared/constants/WordClass';\nimport { toJSONPlugin } from './plugins';\n\nconst { Schema, Types } = mongoose;\n\nexport const nsibidiCharacterSchema = new Schema({\n  nsibidi: { type: String, required: true, index: true },\n  definitions: { type: [{ text: String }], default: [] },\n  pronunciation: { type: String, default: '' },\n  radicals: { type: [{ id: { type: Types.ObjectId, ref: 'NsibidiCharacter' } }], default: [] },\n  wordClass: {\n    type: String,\n    default: WordClass.NNC.nsibidiValue,\n    enum: Object.values(WordClass).map(({ nsibidiValue }) => nsibidiValue),\n  },\n});\n\ntoJSONPlugin(nsibidiCharacterSchema);\n\nmongoose.model('NsibidiCharacter', nsibidiCharacterSchema);\n"
  },
  {
    "path": "src/models/Stat.ts",
    "content": "import { Schema } from 'mongoose';\nimport { toJSONPlugin, toObjectPlugin } from './plugins';\nimport StatTypes from '../shared/constants/StatTypes';\n\nexport const statSchema = new Schema(\n  {\n    type: { type: String, required: true, enum: Object.values(StatTypes) },\n    authorId: { type: String, default: 'SYSTEM' },\n    value: { type: Schema.Types.Mixed, default: null },\n  },\n  { toObject: toObjectPlugin, timestamps: true }\n);\n\ntoJSONPlugin(statSchema);\n"
  },
  {
    "path": "src/models/Word.ts",
    "content": "import mongoose from 'mongoose';\nimport every from 'lodash/every';\nimport { toJSONPlugin, toObjectPlugin } from './plugins';\nimport Dialects from '../shared/constants/Dialect';\nimport Tenses from '../shared/constants/Tenses';\nimport WordClass from '../shared/constants/WordClass';\nimport WordAttributes from '../shared/constants/WordAttributes';\nimport WordTags from '../shared/constants/WordTags';\nimport DialectEnum from '../shared/constants/DialectEnum';\nimport WordTagEnum from '../shared/constants/WordTagEnum';\nimport { Definition } from '../types';\n\nconst { Schema, Types } = mongoose;\n\nconst definitionSchema = new Schema(\n  {\n    wordClass: {\n      type: String,\n      default: WordClass.NNC.value,\n      enum: Object.values(WordClass).map(({ value }) => value),\n    },\n    label: { type: String, default: '', trim: true },\n    definitions: { type: [{ type: String }], default: [] },\n    nsibidi: { type: String, default: '', index: true },\n    nsibidiCharacters: { type: [{ type: Types.ObjectId, ref: 'NsibidiCharacter' }], default: [] },\n    igboDefinitions: {\n      type: [\n        {\n          igbo: String,\n          nsibidi: String,\n          nsibidiCharacters: {\n            type: [{ type: Types.ObjectId, ref: 'NsibidiCharacter' }],\n            default: [],\n          },\n        },\n      ],\n      default: [],\n    },\n  },\n  { _id: true, toObject: toObjectPlugin }\n);\n\nconst dialectSchema = new Schema(\n  {\n    word: {\n      type: String,\n      required: true,\n      index: true,\n      trim: true,\n    },\n    variations: { type: [{ type: String }], default: [] },\n    dialects: {\n      type: [{ type: String }],\n      validate: (v: DialectEnum[]) => every(v, (dialect) => Dialects[dialect].value),\n      default: [],\n    },\n    pronunciation: { type: String, default: '' },\n  },\n  { toObject: toObjectPlugin }\n);\n\nexport const wordSchema = new Schema(\n  {\n    word: { type: String, required: true, trim: true },\n    wordPronunciation: { type: String, default: '', trim: true },\n    conceptualWord: { type: String, default: '', trim: true },\n    definitions: [\n      {\n        type: definitionSchema,\n        validate: (definitions: Definition[]) =>\n          Array.isArray(definitions) && definitions.length > 0,\n      },\n    ],\n    dialects: { type: [dialectSchema], default: [] },\n    tags: {\n      type: [String],\n      default: [],\n      validate: (v: WordTagEnum[]) =>\n        v.every((tag) =>\n          Object.values(WordTags)\n            .map(({ value }) => value)\n            .includes(tag)\n        ),\n    },\n    tenses: Object.values(Tenses).reduce(\n      (tenses, { value }) => ({\n        ...tenses,\n        [value]: { type: String, default: '', trim: true },\n      }),\n      {}\n    ),\n    attributes: Object.values(WordAttributes).reduce(\n      (finalAttributes, { value }) => ({\n        ...finalAttributes,\n        [value]: { type: Boolean, default: false },\n      }),\n      {}\n    ),\n    pronunciation: { type: String, default: '' },\n    variations: { type: [{ type: String }], default: [] },\n    examples: { type: [{ type: String }], default: [] },\n    frequency: { type: Number },\n    relatedTerms: { type: [{ type: Types.ObjectId, ref: 'Word' }], default: [] },\n    hypernyms: { type: [{ type: Types.ObjectId, ref: 'Word' }], default: [] },\n    hyponyms: { type: [{ type: Types.ObjectId, ref: 'Word' }], default: [] },\n    stems: { type: [{ type: Types.ObjectId, ref: 'Word' }], default: [] },\n  },\n  { toObject: toObjectPlugin, timestamps: true, autoIndex: true }\n);\n\nwordSchema.index({\n  word: 1,\n});\nwordSchema.index({\n  'definitions.definitions': 'text',\n});\nwordSchema.index({\n  'definitions.wordClass': 1,\n});\nwordSchema.index({\n  variations: 1,\n});\nwordSchema.index({\n  'definitions.nsibidi': 1,\n});\nwordSchema.index({\n  'dialects.word': 1,\n});\nwordSchema.index({\n  'tenses.infinitive': 1,\n});\nwordSchema.index({\n  'tenses.imperative': 1,\n});\nwordSchema.index({\n  'tenses.simplePast': 1,\n});\nwordSchema.index({\n  'tenses.simplePresent': 1,\n});\nwordSchema.index({\n  'tenses.presentContinuous': 1,\n});\nwordSchema.index({\n  'tenses.future': 1,\n});\n\ntoJSONPlugin(wordSchema);\n\nconst WordModel = mongoose.model('Word', wordSchema);\nWordModel.syncIndexes();\n"
  },
  {
    "path": "src/models/plugins/index.ts",
    "content": "/* Code from https://stackoverflow.com/a/30435676 */\n/* Code from https://stackoverflow.com/q/30431262 */\n/* eslint-disable no-underscore-dangle */\n/* eslint-disable no-param-reassign */\nimport mongoose from 'mongoose';\n\n/* Replaces the _id key with id */\nexport const toJSONPlugin = (schema: mongoose.Schema) => {\n  const toJSON = schema.methods.toJSON || mongoose.Document.prototype.toJSON;\n  schema.set('toJSON', {\n    virtuals: true,\n  });\n  // eslint-disable-next-line func-names\n  schema.methods.toJSON = function () {\n    const json = toJSON.apply(this);\n    delete json._id;\n    delete json.__t;\n    delete json.__v;\n    return json;\n  };\n};\n\nexport const toObjectPlugin = {\n  transform: (doc: mongoose.Document, ret: mongoose.Document) => {\n    // remove the _id and __v of every document before returning the result\n    ret.id = doc.id.toString();\n    delete ret._id;\n    delete ret.__v;\n  },\n};\n"
  },
  {
    "path": "src/pages/404/index.page.tsx",
    "content": "import React from 'react';\nimport { Box, Heading, chakra } from '@chakra-ui/react';\nimport Link from 'next/link';\n\nconst Error = () => (\n  <Box\n    style={{\n      textAlign: 'center',\n      height: '100vh',\n      width: '100vw',\n      display: 'flex',\n      flexDirection: 'column',\n      justifyContent: 'center',\n    }}\n  >\n    <Heading as=\"h1\" style={{ fontSize: '2rem' }}>\n      Something went wrong\n    </Heading>\n    <Link href=\"/\" passHref>\n      <chakra.span style={{ color: 'blue', cursor: 'pointer', textDecoration: 'underline' }}>\n        Go back to homepage\n      </chakra.span>\n    </Link>\n  </Box>\n);\n\nexport default Error;\n"
  },
  {
    "path": "src/pages/APIs/DevelopersAPI.ts",
    "content": "import { User } from 'firebase/auth';\nimport axiosBase, { AxiosPromise, AxiosRequestConfig } from 'axios';\nimport { auth } from '../../services/firebase';\nimport { Developer, DeveloperResponse } from '../../types';\nimport isProduction from '../utils/isProduction';\n\nconst API_ROUTE = !isProduction() ? 'http://localhost:8080' : 'https://igboapi.com';\n\nexport const createAuthorizationHeader = async (): Promise<string> => {\n  const { currentUser } = auth;\n  const accessToken = (await currentUser?.getIdToken?.()) || '';\n  return `Bearer ${accessToken}`;\n};\n\nconst createHeaders = async () => ({\n  Authorization: await createAuthorizationHeader(),\n});\n\nexport const axios = async <T>(config: AxiosRequestConfig): Promise<AxiosPromise<T>> =>\n  axiosBase({\n    ...config,\n    url: `${API_ROUTE}${config.url}`,\n    headers: {\n      ...(config.headers || {}),\n      ...(await createHeaders()),\n    },\n  });\n\n/**\n * Creates a new Developer document in MongoDB\n * @param data Object include developer's name, email, and password\n * @returns\n */\nexport const postDeveloper = async (data: { [key: string]: string | number }) => {\n  const res = await axios<{ message: string, apiKey: string }>({\n    method: 'POST',\n    url: '/api/v1/developers',\n    data,\n  });\n\n  return res;\n};\n\n/**\n * Updates the existing Developer in MongoDB\n * @param user Object includes user's Firebase Id and email\n * @returns\n */\nexport const putDeveloper = async (user: Partial<User>) => {\n  const res = await axios<{ message: string, developer: Developer }>({\n    method: 'PUT',\n    url: '/api/v1/developers',\n    data: {\n      firebaseId: user.uid,\n      email: user.email,\n      name: user.displayName,\n    },\n  });\n\n  return res.data;\n};\n\nexport const getDeveloper = async (firebaseId: string): Promise<DeveloperResponse> => {\n  const res = await axios<DeveloperResponse>({\n    method: 'GET',\n    url: `/api/v1/developers/${firebaseId}`,\n  });\n  return res.data;\n};\n"
  },
  {
    "path": "src/pages/APIs/PredictionAPI.ts",
    "content": "import { useCallable } from '../../pages/hooks/useCallable';\nimport DemoOption from '../../shared/constants/DemoOption';\nimport LanguageEnum from '../../shared/constants/LanguageEnum';\nimport { OutgoingWord } from '../../types';\nimport { Translation } from '../../controllers/translation';\n\nexport interface Prediction {\n  transcription: string;\n}\n\nexport interface Dictionary {\n  words: OutgoingWord[];\n}\n\ninterface SpeechToTextResponse extends Prediction {}\n\ninterface TranslationResponse extends Translation {}\n\ninterface DictionaryResponse extends Dictionary {}\n\n/**\n * Calls prediction endpoint that fetches words\n * @param param0\n * @returns Words\n */\nexport const getDictionaryEndpoint = async ({\n  keyword,\n  params,\n}: {\n  keyword: string,\n  params: { dialects?: boolean, examples?: boolean },\n}): Promise<DictionaryResponse> => {\n  const { data } = await useCallable('demo', {\n    type: DemoOption.DICTIONARY,\n    data: { keyword, params },\n  });\n  return { words: data?.data || [] };\n};\n\n/**\n * Calls prediction endpoint to create a new prediction (transcription)\n * @param param0\n * @returns Transcription\n */\nexport const postSpeechToTextEndpoint = async ({\n  base64,\n}: {\n  base64: string,\n}): Promise<SpeechToTextResponse> => {\n  const { data } = await useCallable('demo', {\n    type: DemoOption.SPEECH_TO_TEXT,\n    data: { base64 },\n  });\n  return data || { transcription: '' };\n};\n\n/**\n * Calls prediction endpoint to create a new prediction (translation)\n * @param param0\n * @returns Translation\n */\nexport const postTranslationEndpoint = async ({\n  text,\n}: {\n  text: string,\n}): Promise<TranslationResponse> => {\n  const { data } = await useCallable('demo', {\n    type: DemoOption.TRANSLATE,\n    data: {\n      text,\n      sourceLanguageCode: LanguageEnum.IGBO,\n      destinationLanguageCode: LanguageEnum.ENGLISH,\n    },\n  });\n  return data || { translation: '' };\n};\n"
  },
  {
    "path": "src/pages/APIs/__mocks__/DevelopersAPI.ts",
    "content": "export const getDeveloper = jest.fn(async () => ({\n  name: 'developer',\n  apiKey: 'apiKey',\n  email: 'email',\n  password: 'password',\n  stripeId: 'stripeId',\n  firebaseId: 'firebaseId',\n  usage: { date: new Date(), count: 0 },\n}));\n"
  },
  {
    "path": "src/pages/APIs/__tests__/DevelopersAPI.test.tsx",
    "content": "import { createAuthorizationHeader, axios, postDeveloper, putDeveloper } from '../DevelopersAPI';\n\ndescribe('DevelopersAPI', () => {\n  it('creates an authorization header', async () => {\n    const authorizationHeader = await createAuthorizationHeader();\n    expect(authorizationHeader).toEqual('Bearer uid-id-token');\n  });\n\n  it('creates an axios request', async () => {\n    const request = await axios({ data: 'payload', url: '/developers' });\n    expect(request).toEqual({\n      data: 'payload',\n      headers: {\n        Authorization: 'Bearer uid-id-token',\n      },\n      url: 'http://localhost:8080/developers',\n    });\n  });\n\n  describe('Updating Developers', () => {\n    it('POST', async () => {\n      const res = await postDeveloper({ data: 'payload' });\n      expect(res).toEqual({\n        method: 'POST',\n        url: 'http://localhost:8080/api/v1/developers',\n        data: { data: 'payload' },\n        headers: { Authorization: 'Bearer uid-id-token' },\n      });\n    });\n\n    it('PUT', async () => {\n      const res = await putDeveloper({ uid: 'uid', email: 'uid@gmail.com' });\n      expect(res).toEqual({ firebaseId: 'uid', email: 'uid@gmail.com' });\n    });\n  });\n});\n"
  },
  {
    "path": "src/pages/APIs/__tests__/PredictionAPI.test.tsx",
    "content": "import DemoOption from '../../../shared/constants/DemoOption';\nimport LanguageEnum from '../../../shared/constants/LanguageEnum';\nimport * as useCallable from '../../hooks/useCallable';\nimport {\n  getDictionaryEndpoint,\n  postSpeechToTextEndpoint,\n  postTranslationEndpoint,\n} from '../PredictionAPI';\n\njest.mock('../../hooks/useCallable');\n\ndescribe('PredictionAPI', () => {\n  it('getDictionaryEndpoint', () => {\n    const keyword = 'eat';\n    const params = { dialects: true, examples: true };\n    const useCallableSpy = jest.spyOn(useCallable, 'useCallable');\n    getDictionaryEndpoint({ keyword, params });\n    expect(useCallableSpy).toHaveBeenCalledWith('demo', {\n      type: DemoOption.DICTIONARY,\n      data: { keyword, params },\n    });\n  });\n\n  it('postSpeechToTextEndpoint', () => {\n    const base64 = 'base64';\n    const useCallableSpy = jest.spyOn(useCallable, 'useCallable');\n    postSpeechToTextEndpoint({ base64 });\n    expect(useCallableSpy).toHaveBeenCalledWith('demo', {\n      type: DemoOption.SPEECH_TO_TEXT,\n      data: { base64 },\n    });\n  });\n\n  it('postTranslationEndpoint', () => {\n    const text = 'text';\n    const useCallableSpy = jest.spyOn(useCallable, 'useCallable');\n    postTranslationEndpoint({ text });\n    expect(useCallableSpy).toHaveBeenCalledWith('demo', {\n      type: DemoOption.TRANSLATE,\n      data: {\n        text,\n        sourceLanguageCode: LanguageEnum.IGBO,\n        destinationLanguageCode: LanguageEnum.ENGLISH,\n      },\n    });\n  });\n});\n"
  },
  {
    "path": "src/pages/App.tsx",
    "content": "import { Box, Heading, Text, VStack } from '@chakra-ui/react';\nimport CallToAction from './components/CallToAction';\nimport Demo from './components/Demo';\nimport Donate from './components/Donate';\nimport FadeIn from './components/FadeIn';\nimport Footer from './components/Footer';\nimport LastCall from './components/LastCall';\nimport MentionedIn from './components/MentionedIn';\nimport Navbar from './components/Navbar';\nimport Products from './components/Products';\nimport UseCases from './components/UseCases';\n\nconst App = ({ searchWord }: { searchWord: string }) => (\n  <>\n    <Navbar to=\"/\" />\n    <Box\n      className=\"overflow-x-hidden flex flex-col items-center\"\n      id=\"homepage-container\"\n      width=\"full\"\n      pt={20}\n      pb={24}\n    >\n      <CallToAction />\n      <VStack width=\"full\" gap={24}>\n        <Box\n          className=\"relative flex flex-col justify-center items-center \n          w-full space-y-4\"\n          mt={12}\n          zIndex={-1}\n        >\n          <Heading\n            as=\"h1\"\n            className=\"text-center z-1 w-8/12\"\n            width=\"full\"\n            fontSize={['4xl', '5xl']}\n            color=\"gray.900\"\n          >\n            Empowering Igbo Communication with Cutting-Edge AI\n          </Heading>\n          <Box className=\"text-xl md:text-xl mb-4 mt-8 leading-10\">\n            <FadeIn>\n              <Box className=\"w-full flex flex-col items-center\">\n                <Text className=\"text-center text-gray-500 w-full md:w-9/12\">\n                  An advanced, open-source AI platform to promote the Igbo language through language\n                  technology\n                </Text>\n              </Box>\n            </FadeIn>\n          </Box>\n        </Box>\n        <Demo searchWord={searchWord} />\n        <MentionedIn />\n        <UseCases />\n        <Products />\n        <Donate />\n        <LastCall />\n      </VStack>\n    </Box>\n    <Footer />\n  </>\n);\nexport default App;\n"
  },
  {
    "path": "src/pages/__tests__/App.test.tsx",
    "content": "import { render } from '@testing-library/react';\nimport React from 'react';\nimport TestContext from '../../__tests__/components/TestContext';\nimport App from '../App';\n\ndescribe('App', () => {\n  it('renders the app', async () => {\n    const props = {\n      searchWord: '',\n      // databaseStats: {\n      //   totalWords: 100,\n      //   totalExamples: 200,\n      //   totalAudioPronunciations: 300,\n      //   totalIgboDefinitions: 400,\n      //   totalProverbs: 500,\n      //   totalBibleVerses: 600,\n      //   totalNsibidiWords: 700,\n      //   totalDevelopers: 800,\n      // },\n      // gitHubStats: { contributors: [], stars: 900 },\n    };\n    const { findByText, findAllByText } = render(\n      <TestContext>\n        <App {...props} />\n      </TestContext>\n    );\n\n    await findByText('Empowering Igbo Communication with Cutting-Edge AI');\n    await findByText(\n      'An advanced, open-source AI platform to promote the Igbo language through language technology'\n    );\n    await findByText('Start building with the Igbo API today');\n  });\n});\n"
  },
  {
    "path": "src/pages/_app.page.tsx",
    "content": "import { ChakraProvider } from '@chakra-ui/react';\nimport i18n from 'i18next';\nimport { appWithTranslation } from 'next-i18next';\nimport Head from 'next/head';\nimport { useRouter } from 'next/router';\nimport Script from 'next/script';\nimport React, { useEffect } from 'react';\nimport { initReactI18next } from 'react-i18next';\nimport * as gtag from '../lib/gtag';\nimport en from '../public/locales/en';\nimport ig from '../public/locales/ig';\nimport ChakraTheme from '../shared/constants/ChakraTheme';\nimport '../styles.css';\n\ni18n.use(initReactI18next).init({\n  resources: {\n    en,\n    ig,\n  },\n  lng: 'en',\n  fallbackLng: 'en',\n  defaultNS: 'common',\n\n  interpolation: {\n    escapeValue: false,\n  },\n});\n\nconst MainApp = ({ Component, pageProps, ...rest }: { Component: React.FC, pageProps: any }) => {\n  const router = useRouter();\n\n  useEffect(() => {\n    const handleRouteChange = (url: string) => {\n      gtag.pageview(url);\n    };\n    router.events.on('routeChangeComplete', handleRouteChange);\n    return () => {\n      router.events.off('routeChangeComplete', handleRouteChange);\n    };\n  }, [router.events]);\n\n  return (\n    <>\n      <Head>\n        <title>Igbo API - The First African Language API</title>\n      </Head>\n      <>\n        <ChakraProvider theme={ChakraTheme}>\n          <Component {...pageProps} {...rest} />\n        </ChakraProvider>\n        {/* Global Site Tag (gtag.js) - Google Analytics */}\n        <Script\n          strategy=\"afterInteractive\"\n          src={`https://www.googletagmanager.com/gtag/js?id=${gtag.GA_TRACKING_ID}`}\n        />\n        <Script\n          id=\"gtag-init\"\n          strategy=\"afterInteractive\"\n          dangerouslySetInnerHTML={{\n            __html: `\n              window.dataLayer = window.dataLayer || [];\n              function gtag(){dataLayer.push(arguments);}\n              gtag('js', new Date());\n              gtag('config', '${gtag.GA_TRACKING_ID}', {\n                page_path: window.location.pathname,\n              });\n            `,\n          }}\n        />\n      </>\n    </>\n  );\n};\n\n// @ts-expect-error AppProps\nexport default appWithTranslation(MainApp);\n"
  },
  {
    "path": "src/pages/_document.page.tsx",
    "content": "/* eslint-disable max-len */\nimport React from 'react';\nimport Document, { Html, Head, Main, NextScript } from 'next/document';\n\nexport default class MyDocument extends Document {\n  static async getInitialProps(context: any) {\n    const initialProps = await Document.getInitialProps(context);\n    return { ...initialProps };\n  }\n\n  render() {\n    return (\n      <Html>\n        <Head>\n          {/* Metadata */}\n          <meta name=\"title\" content=\"Igbo API - The First African Language API\" />\n          <meta name=\"description\" content=\"Igbo Dictionary API\" />\n          <meta property=\"og:title\" content=\"Igbo API - The First African Language API\" />\n          <meta property=\"og:description\" content=\"Igbo Dictionary API\" />\n          <meta property=\"twitter:title\" content=\"Igbo API - The First African Language API\" />\n          <meta property=\"twitter:description\" content=\"Igbo Dictionary API\" />\n          <meta property=\"twitter:image:alt\" content=\"Igbo API - The First African Language API\" />\n\n          {/* Meta image */}\n          <meta\n            property=\"og:image\"\n            content=\"https://nkowaokwu.s3.us-west-1.amazonaws.com/assets/icons/igbo_api/igbo_api_banner.png\"\n          />\n          <meta\n            property=\"twitter:image\"\n            content=\"https://nkowaokwu.s3.us-west-1.amazonaws.com/assets/icons/igbo_api/igbo_api_banner.png\"\n          />\n\n          {/* Open Graph / Facebook */}\n          <meta property=\"og:type\" content=\"website\" />\n          <meta property=\"og:url\" content=\"https://igboapi.com/\" />\n\n          {/* Twitter */}\n          <meta property=\"twitter:card\" content=\"summary_large_image\" />\n          <meta name=\"twitter:site\" content=\"@nkowaokwu\" />\n          <meta property=\"twitter:url\" content=\"https://igboapi.com/\" />\n\n          {/* Favicon */}\n          <link\n            rel=\"apple-touch-icon\"\n            sizes=\"180x180\"\n            href=\"https://nkowaokwu.s3.us-west-1.amazonaws.com/assets/icons/igbo_api/favicon/apple-touch-icon.png\"\n          />\n          <link\n            rel=\"icon\"\n            type=\"image/png\"\n            sizes=\"32x32\"\n            href=\"https://nkowaokwu.s3.us-west-1.amazonaws.com/assets/icons/igbo_api/favicon/favicon-32x32.png\"\n          />\n          <link\n            rel=\"icon\"\n            type=\"image/png\"\n            sizes=\"16x16\"\n            href=\"https://nkowaokwu.s3.us-west-1.amazonaws.com/assets/icons/igbo_api/favicon/favicon-16x16.png\"\n          />\n          <link rel=\"manifest\" href=\"/assets/favicon/site.webmanifest\" />\n          <link rel=\"stylesheet\" href=\"https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css\" />\n        </Head>\n        <body>\n          <Main />\n          <NextScript />\n        </body>\n      </Html>\n    );\n  }\n}\n"
  },
  {
    "path": "src/pages/about/index.page.tsx",
    "content": "import { Box, Button, Heading, Link, Text, VStack } from '@chakra-ui/react';\nimport { useState } from 'react';\nimport { LuMail } from 'react-icons/lu';\nimport Donate from 'src/pages/components/Donate';\nimport { HUGGING_FACE, SABBI_DASHBOARD } from '../../siteConstants';\nimport Footer from '../components/Footer';\nimport Navbar from '../components/Navbar';\n\nconst About = () => {\n  const [isHovered, setIsHovered] = useState(false);\n  return (\n    <>\n      <Navbar to=\"/\" />\n      <Box pt={24} className=\"w-full\">\n        <Box className=\"flex flex-col items-center\" py={12}>\n          <Box className=\"w-11/12 md:w-8/12 xl:w-6/12\">\n            <VStack width=\"full\" px={4} alignItems=\"start\" gap={12}>\n              <Heading\n                as=\"h1\"\n                className=\"z-1 w-8/12\"\n                width=\"full\"\n                fontSize={['4xl', '5xl']}\n                color=\"gray.900\"\n              >\n                Building High-Quality Advanced Igbo Language Technology\n              </Heading>\n              <VStack width=\"full\" alignItems=\"start\">\n                <Heading as=\"h2\" fontSize=\"3xl\" color=\"gray.900\">\n                  The Igbo API | Building Unique Igbo Language Experiences\n                </Heading>\n                <Text>\n                  With over 525 native languages, Nigeria is the 3rd linguistics diverse countries\n                  on the platform. It&apos;s home to fourth most spoken African language: Igbo.\n                  Despite there being more than 35 million speakers, popular language recognition\n                  platforms like Google&apos;s Assistant, Amazon&apos;s Alexa, and Apple&apos;s Siri\n                  don&apos;t offer support for native Igbo speakers to interact with technology with\n                  their voice.\n                </Text>\n                <Text>\n                  More than half the Nigerian population is projected to be connected to the\n                  internet by 2027. This is a major sign that there will be more people online that\n                  want to be able to community in their primary language.\n                </Text>\n                <Text>\n                  The Igbo API is the first, open-source, multi-purpose African language API that\n                  offers AI features like automatic speech recognition, machine translation, and\n                  more allowing developers to build experiences that connect with a broader African\n                  population.\n                </Text>\n              </VStack>\n              <VStack width=\"full\" alignItems=\"start\">\n                <Heading as=\"h2\" fontSize=\"3xl\" color=\"gray.900\">\n                  Frequently Asked Questions\n                </Heading>\n                <Heading as=\"h3\" fontSize=\"2xl\" color=\"gray.900\">\n                  What features are currently available?\n                </Heading>\n                <Text>\n                  The Igbo API offers four different features: Speech-To-Text transcriptions, Igbo\n                  to and from English translations, and an Igbo dictionary via a REST API.\n                </Text>\n                <Heading as=\"h3\" fontSize=\"2xl\" color=\"gray.900\">\n                  What data was used to train these models?\n                </Heading>\n                <Text>\n                  Our open-source dataset can be found on our{' '}\n                  <Link\n                    href={HUGGING_FACE}\n                    target=\"_blank\"\n                    textDecoration=\"underline\"\n                    color=\"blue.500\"\n                  >\n                    Hugging Face\n                  </Link>\n                  . The data was sourced by an open-source community of more than 500 volunteer\n                  audio recorders and translators. We were funded in 2021 by the{' '}\n                  <Link href=\"https://lacunafund.org\">Lacuna Fund</Link> that allowed us to build\n                  the largest Igbo-English dictionary and a good portion of the data to train our\n                  models.\n                </Text>\n                <Heading as=\"h3\" fontSize=\"2xl\" color=\"gray.900\">\n                  How can I use the Igbo API?\n                </Heading>\n                <Text>\n                  You can get started by{' '}\n                  <Link href=\"/signup\">signing up for a developer token.</Link>\n                  <br />\n                  Then you can visit our <Link href=\"/docs\">documentation site</Link> to start using\n                  the Igbo API.\n                </Text>\n                <Heading as=\"h3\" fontSize=\"2xl\" color=\"gray.900\">\n                  I speak Igbo, how can I contribute?\n                </Heading>\n                <Text>\n                  We are looking for more native Igbo speakers to record audio and translate\n                  sentences. If you would like to contribute to the dataset that will directly\n                  improve the quality of the model, you can create an account on{' '}\n                  <Link href={SABBI_DASHBOARD} target=\"_blank\">\n                    Sabbi\n                  </Link>{' '}\n                  our data-protected Igbo language data collection platform.\n                </Text>\n              </VStack>\n              <VStack alignItems=\"start\">\n                <Heading as=\"h3\" fontSize=\"2xl\" color=\"gray.900\" mb={0}>\n                  Have a Question? Reach out\n                </Heading>\n                <Link className=\"link\" href=\"mailto:kedu@nkowaokwu.com\">\n                  <Button\n                    backgroundColor=\"blue.600\"\n                    color=\"white\"\n                    onMouseEnter={() => setIsHovered(true)}\n                    onMouseLeave={() => setIsHovered(false)}\n                    _hover={{\n                      backgroundColor: 'blue.500',\n                    }}\n                    rightIcon={\n                      <LuMail\n                        style={{\n                          position: 'relative',\n                          left: isHovered ? 4 : 0,\n                          transition: 'left .2s ease',\n                        }}\n                      />\n                    }\n                    p={6}\n                  >\n                    Contact us\n                  </Button>\n                </Link>\n              </VStack>\n            </VStack>\n          </Box>\n        </Box>\n        <Donate />\n        <Footer />\n      </Box>\n    </>\n  );\n};\n\nexport default About;\n"
  },
  {
    "path": "src/pages/assets/favicon/site.webmanifest",
    "content": "{\"name\":\"\",\"short_name\":\"\",\"icons\":[{\"src\":\"/android-chrome-192x192.png\",\"sizes\":\"192x192\",\"type\":\"image/png\"},{\"src\":\"/android-chrome-512x512.png\",\"sizes\":\"512x512\",\"type\":\"image/png\"}],\"theme_color\":\"#ffffff\",\"background_color\":\"#ffffff\",\"display\":\"standalone\"}"
  },
  {
    "path": "src/pages/atoms/audioAtoms.ts",
    "content": "import { atom } from 'jotai';\n\ninterface DefaultAudio {\n  audioUrl: string;\n  audioId: string;\n}\n\n/**\n * Atoms for audio logic.\n */\n\nexport const audioDataAtom = atom({ audioUrl: '' });\nexport const mediaBlobUrlAtom = atom('');\nexport const selectedDefaultAudioAtom = atom<DefaultAudio | undefined>(undefined);\n"
  },
  {
    "path": "src/pages/atoms/dashboardAtoms.ts",
    "content": "import { atom } from 'jotai';\nimport { DeveloperResponse } from '../../types';\n\nexport const developerAtom = atom<DeveloperResponse | undefined>(undefined);\n"
  },
  {
    "path": "src/pages/atoms/feedbackAtoms.ts",
    "content": "import { atom } from 'jotai';\nimport Feedback from '../../shared/constants/Feedback';\n\n/**\n * Atoms for feedback logic.\n */\n\nexport const feedbackAtom = atom(Feedback.UNSPECIFIED);\nexport const isFeedbackSubmittedAtom = atom(false);\nexport const humanTranscriptionAtom = atom('');\n"
  },
  {
    "path": "src/pages/atoms/index.ts",
    "content": "export { audioDataAtom, mediaBlobUrlAtom, selectedDefaultAudioAtom } from './audioAtoms';\nexport { developerAtom } from './dashboardAtoms';\nexport { feedbackAtom, humanTranscriptionAtom, isFeedbackSubmittedAtom } from './feedbackAtoms';\nexport { predictionLoadingAtom, predictionTextAtom } from './predictionAtoms';\n"
  },
  {
    "path": "src/pages/atoms/predictionAtoms.ts",
    "content": "import { atom } from 'jotai';\n\n/**\n * Atoms for prediction logic.\n */\n\nexport const predictionLoadingAtom = atom(false);\nexport const predictionTextAtom = atom('');\n"
  },
  {
    "path": "src/pages/components/CallToAction/CallToAction.tsx",
    "content": "import { Button, HStack, Link, Text } from '@chakra-ui/react';\nimport { LuArrowRight } from 'react-icons/lu';\nimport { VOLUNTEER_PAGE_URL } from '../../../../src/siteConstants';\n\nconst CallToAction = () => (\n  <HStack\n    width=\"full\"\n    justifyContent=\"center\"\n    gap={6}\n    backgroundColor=\"blue.900\"\n    p={4}\n    flexDirection={{ base: 'column', lg: 'row' }}\n  >\n    <Text color=\"white\" fontWeight=\"medium\" fontSize=\"md\" textAlign=\"center\">\n      Join our team of Igbo audio recorders and translators to help advance Igbo NLP technology 🎙️\n    </Text>\n    <Link href={VOLUNTEER_PAGE_URL} target=\"_blank\">\n      <Button\n        backgroundColor=\"white\"\n        color=\"black\"\n        fontWeight=\"bold\"\n        fontFamily=\"heading\"\n        rightIcon={<LuArrowRight />}\n        fontSize=\"md\"\n      >\n        Join here\n      </Button>\n    </Link>\n  </HStack>\n);\n\nexport default CallToAction;\n"
  },
  {
    "path": "src/pages/components/CallToAction/index.ts",
    "content": "import CallToAction from './CallToAction';\n\nexport default CallToAction;\n"
  },
  {
    "path": "src/pages/components/Card/Card.tsx",
    "content": "import React from 'react';\nimport { Box, Heading, Text, Tooltip, chakra } from '@chakra-ui/react';\n\nconst Card = ({\n  title,\n  description,\n  icon,\n  tooltipLabel,\n}: {\n  title: string,\n  description: string,\n  icon: string,\n  tooltipLabel?: string,\n}) => (\n  <Tooltip label={tooltipLabel}>\n    <Box\n      minHeight=\"120px\"\n      height=\"full\"\n      className={`w-full flex flex-col items-center py-4 cursor-default\n      shadow-sm rounded-lg px-5`}\n      borderColor=\"gray.200\"\n      borderWidth=\"1px\">\n      <Box className=\"flex flex-row items-center space-x-2 w-full\">\n        <chakra.span className=\"rounded-full text-3xl w-16 bg-white my-4 justify-center text-center\">\n          {icon}\n        </chakra.span>\n        <Box>\n          <Heading as=\"h1\" className=\"font-bold text-gray-900\" fontSize=\"2xl\" mb={2}>\n            {title}\n          </Heading>\n          <Text\n            style={{\n              maxHeight: 200,\n              maxWidth: 400,\n            }}\n            className=\"text-gray-500\"\n            fontSize=\"sm\">\n            {description}\n          </Text>\n        </Box>\n      </Box>\n    </Box>\n  </Tooltip>\n);\nexport default Card;\n"
  },
  {
    "path": "src/pages/components/Card/index.ts",
    "content": "import Card from './Card';\n\nexport default Card;\n"
  },
  {
    "path": "src/pages/components/Demo/Demo.tsx",
    "content": "import { Box, HStack, Tag, TagLabel } from '@chakra-ui/react';\nimport { useEffect, useState } from 'react';\nimport { FiBookOpen, FiMic } from 'react-icons/fi';\nimport { RiTranslate } from 'react-icons/ri';\nimport DemoOption from '../../../shared/constants/DemoOption';\nimport IgboAPI from './components/IgboAPI';\nimport IgboSpeech from './components/IgboSpeech';\nimport StartBuilding from './components/StartBuilding';\nimport Translate from './components/Translate';\n\nconst demoOptions = [\n  {\n    label: 'Speech-to-text',\n    value: DemoOption.SPEECH_TO_TEXT,\n    icon: <FiMic />,\n    enabled: true,\n  },\n  // {\n  //   label: 'Text-to-speech',\n  //   value: DemoOption.TEXT_TO_SPEECH,\n  //   icon: <FiVolume2 />,\n  //   enabled: false,\n  // },\n  {\n    label: 'Translate',\n    value: DemoOption.TRANSLATE,\n    icon: <RiTranslate />,\n    enabled: true,\n  },\n  {\n    label: 'Dictionary',\n    value: DemoOption.DICTIONARY,\n    icon: <FiBookOpen />,\n    enabled: true,\n  },\n];\n\nconst Demo = ({ searchWord }: { searchWord?: string }) => {\n  const [isLoading, setIsLoading] = useState(true);\n  const [demo, setDemo] = useState(DemoOption.SPEECH_TO_TEXT);\n\n  useEffect(() => {\n    if (typeof window !== 'undefined') {\n      setIsLoading(false);\n    }\n  }, []);\n\n  return !isLoading ? (\n    <Box className=\"flex flex-col items-center space-y-12 w-11/12\">\n      <HStack>\n        {demoOptions.map(({ label, value, icon, enabled }) =>\n          enabled ? (\n            <Tag\n              key={label}\n              colorScheme={demo === value ? 'blue' : 'white'}\n              borderRadius=\"full\"\n              borderWidth={demo === value ? '' : '1px'}\n              onClick={() => setDemo(value)}\n              cursor=\"pointer\"\n              size=\"lg\"\n              className=\"space-x-2\"\n            >\n              {icon}\n              <TagLabel>{label}</TagLabel>\n            </Tag>\n          ) : null\n        )}\n      </HStack>\n      {(() => {\n        switch (demo) {\n          case DemoOption.SPEECH_TO_TEXT:\n            return <IgboSpeech />;\n          case DemoOption.DICTIONARY:\n            return <IgboAPI searchWord={searchWord || ''} />;\n          case DemoOption.TRANSLATE:\n            return <Translate />;\n          default:\n            return null;\n        }\n      })()}\n      <StartBuilding />\n    </Box>\n  ) : null;\n};\n\nexport default Demo;\n"
  },
  {
    "path": "src/pages/components/Demo/components/IgboAPI.tsx",
    "content": "import { Box, Button, Checkbox, Heading, Input, Text } from '@chakra-ui/react';\nimport { omit } from 'lodash';\nimport queryString from 'query-string';\nimport React, { useEffect, useRef, useState } from 'react';\nimport { LuSearch } from 'react-icons/lu';\nimport JSONPretty from 'react-json-pretty';\nimport { OutgoingExample } from '../../../../types';\nimport { OutgoingWord, WordDialect } from '../../../../types/word';\nimport { getDictionaryEndpoint } from '../../../APIs/PredictionAPI';\n\nconst IgboAPI = ({ searchWord }: { searchWord: string }) => {\n  const [isHovered, setIsHovered] = useState(false);\n  const [words, setWords] = useState<OutgoingWord[]>([]);\n  const [keyword, setKeyword] = useState(searchWord);\n  const [queries, setQueries] = useState<{ dialects?: boolean, examples?: boolean }>({});\n  const [initialQueries, setInitialQueries] = useState<{\n    examples?: OutgoingExample[],\n    dialects?: WordDialect,\n    word?: string,\n  }>({});\n  const [isSearchingWord, setIsSearchingWord] = useState(false);\n  const headingRef = useRef<HTMLHeadingElement | null>(null);\n  const responseBody = JSON.stringify(words, null, 4);\n\n  const handleDialects = ({ target }: { target: { checked: boolean } }) => {\n    if (target.checked) {\n      setQueries({ ...queries, dialects: target.checked });\n    } else {\n      setQueries(omit(queries, ['dialects']));\n    }\n  };\n\n  const handleExamples = ({ target }: { target: { checked: boolean } }) => {\n    if (target.checked) {\n      setQueries({ ...queries, examples: target.checked });\n    } else {\n      setQueries(omit(queries, ['examples']));\n    }\n  };\n\n  const onSubmit = async (e: React.FormEvent<HTMLFormElement>) => {\n    if (e) {\n      e.preventDefault();\n    }\n    try {\n      setIsSearchingWord(true);\n      const fetchedWords = await getDictionaryEndpoint({ keyword, params: queries });\n      setWords(fetchedWords.words);\n    } finally {\n      setIsSearchingWord(false);\n    }\n  };\n\n  useEffect(() => {\n    if (typeof window !== 'undefined') {\n      const loadedInitialQueries: { word?: string } = queryString.parse(window.location.search);\n      setInitialQueries(loadedInitialQueries);\n      setQueries(omit(loadedInitialQueries, ['word']));\n      setKeyword(loadedInitialQueries?.word || '');\n      if (keyword || loadedInitialQueries.word) {\n        if (headingRef.current) {\n          headingRef.current.scrollIntoView({ behavior: 'smooth' });\n        }\n      }\n    }\n  }, []);\n\n  return (\n    <Box\n      className=\"flex flex-col items-center\"\n      p={4}\n      width=\"full\"\n      borderRadius=\"md\"\n      borderWidth=\"1px\"\n      maxWidth=\"700px\"\n    >\n      <Box className=\"space-y-5 w-full\" mb={responseBody !== '{}' ? 8 : ''}>\n        <form onSubmit={onSubmit} className=\"flex flex-col w-full space-y-3\">\n          <Text fontStyle=\"italic\" color=\"gray.400\" pointerEvents=\"none\">\n            Enter a word in either Igbo or English to see its information\n          </Text>\n          <Input\n            size=\"large\"\n            onInput={(e: React.ChangeEvent<HTMLInputElement>) => setKeyword(e.target.value)}\n            height={12}\n            borderRadius=\"md\"\n            py={5}\n            px={3}\n            placeholder=\"⌨️ i.e. please or biko\"\n            data-test=\"try-it-out-input\"\n            defaultValue={searchWord || initialQueries.word}\n          />\n          <Box className=\"flex flex-row justify-between items-center\">\n            <Box className=\"flex space-x-8\">\n              <Box>\n                <Checkbox\n                  className=\"flex items-center space-x-2\"\n                  defaultChecked={!!initialQueries.dialects}\n                  onChange={handleDialects}\n                  data-test=\"dialects-flag\"\n                >\n                  Dialects\n                </Checkbox>\n              </Box>\n              <Box>\n                <Checkbox\n                  className=\"flex items-center space-x-2\"\n                  defaultChecked={!!initialQueries.examples}\n                  onChange={handleExamples}\n                  data-test=\"examples-flag\"\n                >\n                  Examples\n                </Checkbox>\n              </Box>\n            </Box>\n            <Button\n              type=\"submit\"\n              className=\"w-full transition-all duration-100\"\n              backgroundColor=\"blue.600\"\n              color=\"white\"\n              width={28}\n              isLoading={isSearchingWord}\n              isDisabled={isSearchingWord}\n              onMouseEnter={() => setIsHovered(true)}\n              onMouseLeave={() => setIsHovered(false)}\n              rightIcon={\n                <LuSearch\n                  style={{\n                    position: 'relative',\n                    left: isHovered ? 4 : 0,\n                    transition: 'left .2s ease',\n                  }}\n                />\n              }\n            >\n              Search\n            </Button>\n          </Box>\n        </form>\n      </Box>\n      <Box className=\"w-full\" mt={4}>\n        <Heading as=\"h3\" fontSize=\"2xl\" color=\"gray.900\">\n          Response\n        </Heading>\n\n        <JSONPretty\n          className=\"jsonPretty self-center lg:w-auto bg-gray-800 rounded-md p-2 overflow-auto w-full\"\n          id=\"json-pretty\"\n          data={responseBody}\n        />\n      </Box>\n    </Box>\n  );\n};\n\nexport default IgboAPI;\n"
  },
  {
    "path": "src/pages/components/Demo/components/IgboSpeech/components/AudioOptions/AudioOption.tsx",
    "content": "import { Button, Text } from '@chakra-ui/react';\nimport axios from 'axios';\nimport { useSetAtom } from 'jotai';\nimport { useState } from 'react';\nimport { FiVolume1, FiVolume2 } from 'react-icons/fi';\nimport { mediaBlobUrlAtom, selectedDefaultAudioAtom } from '../../../../../../../pages/atoms';\n\nconst AudioOption = ({\n  title,\n  audioUrl,\n  audioId,\n}: {\n  title: string,\n  audioUrl: string,\n  audioId: string,\n}) => {\n  const setMediaBlobUrl = useSetAtom(mediaBlobUrlAtom);\n  const setSelectedDefaultAudio = useSetAtom(selectedDefaultAudioAtom);\n  const [AudioIcon, setAudioIcon] = useState(<FiVolume1 />);\n\n  const fetchAudioBlob = async () => {\n    const { data: blob } = await axios({\n      method: 'GET',\n      url: audioUrl,\n      responseType: 'blob',\n      headers: {\n        Authorization: '',\n      },\n    });\n    return blob;\n  };\n\n  const setUpAudio = (blobUrl: string) => {\n    const audio = new Audio();\n    audio.src = blobUrl;\n    audio.play();\n\n    audio.addEventListener('playing', () => {\n      audio.onplaying = () => setAudioIcon(<FiVolume2 />);\n    });\n\n    audio.addEventListener('ended', () => {\n      audio.onended = () => setAudioIcon(<FiVolume1 />);\n    });\n  };\n\n  const handleSelectedAudio = async () => {\n    setSelectedDefaultAudio({\n      audioUrl,\n      audioId,\n    });\n    const blob = await fetchAudioBlob();\n    const blobUrl = URL.createObjectURL(blob);\n    setMediaBlobUrl(blobUrl);\n    setUpAudio(blobUrl);\n\n    // track('Default Audio Selection', {\n    //   'Firebase User ID': user?.uid || 'N/A',\n    //   Title: title,\n    //   'Audio URL': audioUrl,\n    // });\n  };\n\n  return (\n    <Button\n      borderWidth=\"1px\"\n      borderColor=\"gray.300\"\n      borderRadius=\"full\"\n      p={4}\n      width=\"fit-content\"\n      backgroundColor=\"white\"\n      _hover={{ backgroundColor: 'white', borderColor: 'gray.400' }}\n      _active={{ backgroundColor: 'white' }}\n      _focus={{ backgroundColor: 'white' }}\n      className=\"space-x-2\"\n      onClick={handleSelectedAudio}\n    >\n      {AudioIcon}\n      <Text>{title}</Text>\n    </Button>\n  );\n};\n\nexport default AudioOption;\n"
  },
  {
    "path": "src/pages/components/Demo/components/IgboSpeech/components/AudioOptions/index.tsx",
    "content": "import React, { Box } from '@chakra-ui/react';\nimport AudioOption from './AudioOption';\nimport { DEFAULT_AUDIOS } from '../../../../../../../shared/constants/DefaultAudios';\n\nconst AudioOptions = () => (\n  <Box className=\"w-full flex flex-row flex-wrap justify-center md:justify-between gap-4\">\n    {DEFAULT_AUDIOS.map((defaultAudio) => (\n      <AudioOption key={defaultAudio.title} {...defaultAudio} />\n    ))}\n  </Box>\n);\n\nexport default AudioOptions;\n"
  },
  {
    "path": "src/pages/components/Demo/components/IgboSpeech/components/AudioPlayer/AudioPlayerBase.tsx",
    "content": "import React, { forwardRef } from 'react';\n\nconst AudioPlayerBase = forwardRef<HTMLAudioElement, { url: string }>(({ url }, ref) => (\n  <audio aria-disabled={!url} ref={ref} src={url || undefined} controls style={{ width: '100%' }}>\n    <source src={url || undefined} type=\"audio/mp3\" />\n    <track kind=\"captions\" />\n  </audio>\n));\n\nexport default AudioPlayerBase;\n"
  },
  {
    "path": "src/pages/components/Demo/components/IgboSpeech/components/AudioPlayer/RecordButton.tsx",
    "content": "import React from 'react';\nimport { IconButton, Tooltip } from '@chakra-ui/react';\nimport { BiMicrophone } from 'react-icons/bi';\nimport { FiStopCircle } from 'react-icons/fi';\n\nexport const RecordButton = ({\n  isActive,\n  startRecording,\n  stopRecording,\n  pauseRecording,\n}: {\n  isActive: boolean,\n  startRecording: () => void,\n  stopRecording: () => void,\n  pauseRecording: () => void,\n}) => {\n  const handleClick = () => {\n    if (!isActive) {\n      startRecording();\n    } else {\n      stopRecording();\n      pauseRecording();\n    }\n  };\n\n  return (\n    <Tooltip label=\"Record audio\">\n      <IconButton\n        className=\"border-gray-200\"\n        aria-label={isActive ? 'Pause' : 'Start'}\n        borderRadius=\"100%\"\n        height=\"56px\"\n        width=\"56px\"\n        minWidth=\"56px\"\n        backgroundColor=\"transparent\"\n        borderWidth=\"1.5px\"\n        icon={\n          isActive ? (\n            <FiStopCircle size={24} className=\"stroke-red-500\" />\n          ) : (\n            <BiMicrophone size={24} />\n          )\n        }\n        onClick={handleClick}\n      />\n    </Tooltip>\n  );\n};\n"
  },
  {
    "path": "src/pages/components/Demo/components/IgboSpeech/components/AudioPlayer/UploadButton.tsx",
    "content": "import React, { useEffect, useState } from 'react';\nimport { IconButton, Tooltip } from '@chakra-ui/react';\nimport { FiUploadCloud } from 'react-icons/fi';\nimport ValidAudioType from '../ValidAudioType';\n\nconst ACCEPT_FILE_TYPES = Object.values(ValidAudioType).join(', ');\n\nexport const UploadButton = () => {\n  const [inputRef, setInputRef] = useState<HTMLInputElement | null>(null);\n  const handleClick = () => {\n    if (inputRef) {\n      inputRef.click();\n    }\n  };\n\n  const handleFileChange = () => {\n    const file = inputRef?.files?.[0];\n    if (file) {\n      // const fileUrl = URL.createObjectURL(file);\n    }\n  };\n\n  useEffect(() => {\n    if (inputRef) {\n      inputRef.addEventListener('change', handleFileChange);\n\n      return () => {\n        inputRef.removeEventListener('change', handleFileChange);\n      };\n    }\n    return () => null;\n  }, [inputRef]);\n\n  return (\n    <>\n      <input\n        ref={setInputRef}\n        data-test=\"audio-file-input\"\n        style={{ position: 'absolute', opacity: 0, pointerEvents: 'none' }}\n        type=\"file\"\n        accept={ACCEPT_FILE_TYPES}\n      />\n      <Tooltip label=\"Upload audio file\">\n        <IconButton\n          className=\"border-gray-200\"\n          aria-label=\"Upload\"\n          borderRadius=\"100%\"\n          height=\"56px\"\n          width=\"56px\"\n          minWidth=\"56px\"\n          backgroundColor=\"transparent\"\n          borderWidth=\"1.5px\"\n          icon={<FiUploadCloud size={22} />}\n          onClick={handleClick}\n        />\n      </Tooltip>\n    </>\n  );\n};\n"
  },
  {
    "path": "src/pages/components/Demo/components/IgboSpeech/components/AudioPlayer/index.tsx",
    "content": "'use client';\n\nimport { Box } from '@chakra-ui/react';\nimport { useAtom, useAtomValue } from 'jotai';\nimport { useEffect, useRef, useState } from 'react';\nimport { mediaBlobUrlAtom, predictionTextAtom } from '../../../../../../atoms';\nimport useRecorder from '../../../../../../hooks/useRecorder';\nimport AudioPlayerBase from './AudioPlayerBase';\nimport { RecordButton } from './RecordButton';\nimport { UploadButton } from './UploadButton';\n\nexport const AudioPlayer = () => {\n  const [mediaBlobUrl, setMediaBlobUrl] = useAtom(mediaBlobUrlAtom);\n  const predictText = useAtomValue(predictionTextAtom);\n  const [, setContainerRef] = useState<HTMLDivElement | null>(null);\n  const audioRef = useRef<HTMLAudioElement>(null);\n  const [audioBlob, isRecording, startRecording, stopRecording, recordingDuration] = useRecorder();\n\n  useEffect(() => {\n    setMediaBlobUrl(audioBlob);\n  }, [audioBlob]);\n\n  return (\n    <Box\n      ref={setContainerRef}\n      className=\"flex w-full flex-col items-center justify-center space-y-4\"\n    >\n      <Box\n        className=\"flex w-full flex-row items-center justify-between space-x-2\"\n        minWidth={{ base: '100%', md: 600 }}\n      >\n        <AudioPlayerBase ref={audioRef} url={mediaBlobUrl} />\n        {!(mediaBlobUrl && predictText) ? (\n          <RecordButton\n            isActive={isRecording}\n            startRecording={startRecording}\n            stopRecording={stopRecording}\n            pauseRecording={stopRecording}\n          />\n        ) : null}\n        {!(mediaBlobUrl && predictText) ? <UploadButton /> : null}\n      </Box>\n    </Box>\n  );\n};\n"
  },
  {
    "path": "src/pages/components/Demo/components/IgboSpeech/components/ConvertToTextButton.tsx",
    "content": "import { Box, Button, Collapse, Text } from '@chakra-ui/react';\nimport { useAtom, useSetAtom } from 'jotai';\nimport { useState } from 'react';\nimport { FiZap } from 'react-icons/fi';\nimport Feedback from '../../../../../../shared/constants/Feedback';\nimport { blobUrlToBase64 } from '../../../../../../shared/utils/blobUrlToBase64';\nimport { postSpeechToTextEndpoint } from '../../../../../APIs/PredictionAPI';\nimport {\n  audioDataAtom,\n  feedbackAtom,\n  humanTranscriptionAtom,\n  isFeedbackSubmittedAtom,\n  mediaBlobUrlAtom,\n  predictionLoadingAtom,\n  predictionTextAtom,\n  selectedDefaultAudioAtom,\n} from '../../../../../atoms';\n\ninterface ConvertedAudio {\n  base64: string;\n  audioUrl: string;\n}\n\nconst ConvertToTextButton = ({\n  mediaBlobUrl,\n  hasPredicted,\n}: {\n  mediaBlobUrl: string,\n  hasPredicted: boolean,\n}) => {\n  const [isHovered, setIsHovered] = useState(false);\n  const [isPredictLoading, setPredictLoading] = useAtom(predictionLoadingAtom);\n  const [selectedDefaultAudio, setSelectedDefaultAudio] = useAtom(selectedDefaultAudioAtom);\n  const setIsFeedbackSubmitted = useSetAtom(isFeedbackSubmittedAtom);\n  const setAudioData = useSetAtom(audioDataAtom);\n  const setPredictText = useSetAtom(predictionTextAtom);\n  const setFeedback = useSetAtom(feedbackAtom);\n  const setHumanTranscription = useSetAtom(humanTranscriptionAtom);\n  const setMediaBlobUrl = useSetAtom(mediaBlobUrlAtom);\n\n  const clearPredictText = () => {\n    setPredictText('');\n    setMediaBlobUrl('');\n    setSelectedDefaultAudio(undefined);\n    setIsFeedbackSubmitted(false);\n    setHumanTranscription('');\n    setFeedback(Feedback.UNSPECIFIED);\n    setAudioData({ audioUrl: '' });\n  };\n\n  const predictText = async (convertedAudio: ConvertedAudio) => {\n    try {\n      setPredictLoading(true);\n      // const startPredictionTime = performance.now();\n      const { transcription } = await postSpeechToTextEndpoint({\n        base64: convertedAudio.base64 || convertedAudio.audioUrl,\n      });\n      // const endPredictionTime = performance.now();\n\n      setPredictText(transcription);\n      setAudioData({\n        audioUrl: convertedAudio.audioUrl,\n      });\n\n      // track('Transcription', {\n      //   'Firebase User ID': user?.uid || 'N/A',\n      //   'Audio URL': audioUrl,\n      //   'Prediction Time': `${(endPredictionTime - startPredictionTime) / 1000} seconds`,\n      //   Transcription: transcription,\n      // });\n    } catch (err) {\n      setPredictText('Error occurred.');\n    } finally {\n      setPredictLoading(false);\n    }\n  };\n\n  const convertToBase64 = async () => {\n    if (!mediaBlobUrl) return undefined;\n    try {\n      setPredictLoading(true);\n      const res = await blobUrlToBase64({ url: mediaBlobUrl });\n      return { base64: res, audioUrl: mediaBlobUrl };\n    } catch (err) {\n      setPredictText('Error occurred.');\n      setPredictLoading(false);\n    } finally {\n      setFeedback(Feedback.UNSPECIFIED);\n    }\n  };\n\n  const handlePredictText = async () => {\n    let res: ConvertedAudio | void = undefined;\n\n    if (selectedDefaultAudio) {\n      // Construct res if working with default audio\n      res = { base64: '', audioUrl: selectedDefaultAudio.audioUrl };\n    } else {\n      // Fetch audio from AWS to construct res\n      res = await convertToBase64();\n      if (!res) return;\n    }\n\n    await predictText(res);\n  };\n\n  const handlePredictButtonClick = () => {\n    return hasPredicted ? clearPredictText() : handlePredictText();\n  };\n  return (\n    <Box className=\"w-full flex flex-col justify-center items-center space-y-3\">\n      <Box width=\"full\">\n        <Collapse in={isPredictLoading}>\n          <Text fontSize=\"sm\" fontStyle=\"italic\" color=\"gray.500\" textAlign=\"center\">\n            Prediction can take up to 30-40 seconds\n          </Text>\n        </Collapse>\n      </Box>\n      <Button\n        onClick={handlePredictButtonClick}\n        backgroundColor=\"blue.600\"\n        color=\"white\"\n        onMouseEnter={() => setIsHovered(true)}\n        onMouseLeave={() => setIsHovered(false)}\n        _hover={{\n          backgroundColor: 'blue.500',\n        }}\n        isLoading={isPredictLoading}\n        isDisabled={!mediaBlobUrl}\n        rightIcon={\n          <FiZap\n            style={{\n              position: 'relative',\n              left: isHovered ? 4 : 0,\n              transition: 'left .2s ease',\n            }}\n          />\n        }\n        p={6}\n      >\n        {hasPredicted ? 'Transcribe again' : 'Transcribe'}\n      </Button>\n    </Box>\n  );\n};\n\nexport default ConvertToTextButton;\n"
  },
  {
    "path": "src/pages/components/Demo/components/IgboSpeech/components/DragState.tsx",
    "content": "import React, { useState } from 'react';\nimport { Box, SlideFade, Text, useToast } from '@chakra-ui/react';\nimport { FiUpload } from 'react-icons/fi';\nimport ValidAudioType from './ValidAudioType';\n\nconst ACCEPT_FILE_TYPES = Object.values(ValidAudioType).join(', ');\n\nconst DragState = () => {\n  const [isDragging, setIsDragging] = useState(false);\n  const toast = useToast();\n\n  const onDragOver = (e: React.DragEvent) => {\n    e.preventDefault();\n    setIsDragging(e.dataTransfer.types.indexOf('Files') !== -1);\n  };\n\n  const onDragLeave = (e: React.DragEvent) => {\n    e.preventDefault();\n    setIsDragging(false);\n  };\n\n  const onDrop = (e: React.DragEvent) => {\n    e.preventDefault();\n    e.stopPropagation();\n    setIsDragging(false);\n    const file = e.dataTransfer.files[0];\n    if (ACCEPT_FILE_TYPES.includes(file?.type)) {\n      // const fileUrl = URL.createObjectURL(file);\n\n      // Use fileUrl to upload to Igbo API\n      toast({\n        title: 'Success',\n        variant: 'left-accent',\n        description: 'Using uploaded audio file.',\n        position: 'top',\n        status: 'success',\n        duration: 4000,\n        isClosable: true,\n      });\n    } else {\n      toast({\n        title: 'Unable to use file',\n        variant: 'left-accent',\n        description: 'Please try again with valid audio file.',\n        position: 'top',\n        status: 'error',\n        duration: 4000,\n        isClosable: true,\n      });\n    }\n  };\n\n  return (\n    <Box\n      className=\"absolute w-full h-full\"\n      border={isDragging ? '2px var(--chakra-colors-gray-400) dashed' : '2px transparent dashed'}\n      zIndex={isDragging ? 2 : 0}\n      borderRadius=\"10px\"\n      onDragOver={onDragOver}\n      onDragEnter={onDragOver}\n      onDragLeave={onDragLeave}\n      onDrop={onDrop}\n    >\n      <Box\n        className={`absolute w-full h-full transition-all ${isDragging ? 'blur-xl' : ''}`}\n        borderRadius=\"10px\"\n        backgroundColor={isDragging ? 'white' : 'transparent'}\n        pointerEvents={isDragging ? 'auto' : 'none'}\n      />\n      <Box position=\"absolute\" className=\"flex w-full h-full\">\n        <SlideFade\n          in={isDragging}\n          offsetY=\"10px\"\n          className=\"flex w-full h-full flex-col justify-center items-center space-y-4\"\n        >\n          <FiUpload size=\"36px\" color=\"var(--chakra-colors-gray-600)\" />\n          <Text color=\"gray.600\" fontWeight=\"semibold\" fontSize=\"xl\">\n            Drag and drop audio file\n          </Text>\n        </SlideFade>\n      </Box>\n    </Box>\n  );\n};\n\nexport default DragState;\n"
  },
  {
    "path": "src/pages/components/Demo/components/IgboSpeech/components/ResultText.tsx",
    "content": "import { Box, Button, Collapse, Text, chakra } from '@chakra-ui/react';\nimport { useState } from 'react';\nimport { FiCopy } from 'react-icons/fi';\nimport AudioOptions from './AudioOptions';\nimport { AudioPlayer } from './AudioPlayer';\nimport DragState from './DragState';\n\nconst ResultText = ({\n  mediaBlobUrl,\n  predictText,\n}: {\n  mediaBlobUrl?: string,\n  predictText?: string,\n}) => {\n  const [isPredictLoading] = useState(false);\n  const showPredictionText = mediaBlobUrl && predictText;\n\n  const copyToClipboard = () => {\n    if (predictText) {\n      navigator.clipboard.writeText(predictText);\n    }\n  };\n\n  return (\n    <Box\n      className=\"w-full flex flex-col justify-center items-center relative\"\n      maxWidth=\"700px\"\n      p={{ base: 0, md: 4 }}\n      borderWidth={showPredictionText ? '1px' : '0px'}\n      borderColor={showPredictionText ? 'gray.300' : 'transparent'}\n      borderRadius={showPredictionText ? 'lg' : '0'}\n    >\n      <DragState />\n      <Box\n        borderColor=\"gray.300\"\n        className=\"w-full flex flex-row justify-between items-center mb-2\"\n      >\n        <AudioPlayer />\n      </Box>\n      <Box width=\"full\">\n        <Collapse in={!predictText && !isPredictLoading} className=\"space-y-4 py-2\">\n          <Text textAlign=\"center\" fontStyle=\"italic\" fontSize=\"sm\" color=\"gray\">\n            Record, upload, or select Igbo audio to transcribe into text\n          </Text>\n          <AudioOptions />\n        </Collapse>\n        <Collapse in={Boolean(predictText)}>\n          <Box\n            height=\"32\"\n            width=\"full\"\n            overflow=\"visible\"\n            textAlign=\"left\"\n            backgroundColor=\"gray.100\"\n            borderTopRadius=\"md\"\n            py={2}\n            px={4}\n          >\n            <Text fontWeight=\"bold\">\n              <chakra.span>{isPredictLoading ? 'Loading...' : predictText}</chakra.span>\n            </Text>\n          </Box>\n          <Box\n            backgroundColor=\"gray.100\"\n            borderBottomRadius=\"lg\"\n            className=\"w-full p-4 flex flex-row justify-between items-center\"\n          >\n            <Button\n              rightIcon={<FiCopy />}\n              backgroundColor=\"blue.600\"\n              px={3}\n              py={0}\n              color=\"white\"\n              _hover={{\n                backgroundColor: 'blue.500',\n              }}\n              _active={{\n                backgroundColor: 'blue.500',\n              }}\n              _focus={{\n                backgroundColor: 'blue.500',\n              }}\n              onClick={copyToClipboard}\n              isDisabled={!predictText}\n              fontSize=\"sm\"\n            >\n              Copy\n            </Button>\n          </Box>\n        </Collapse>\n      </Box>\n    </Box>\n  );\n};\n\nexport default ResultText;\n"
  },
  {
    "path": "src/pages/components/Demo/components/IgboSpeech/components/ValidAudioType.ts",
    "content": "enum ValidAudioType {\n  WAV = 'audio/wav',\n  MP3 = 'audio/mp3',\n  MPEG = 'audio/mpeg',\n}\n\nexport default ValidAudioType;\n"
  },
  {
    "path": "src/pages/components/Demo/components/IgboSpeech/index.tsx",
    "content": "import { useAtomValue } from 'jotai';\nimport { mediaBlobUrlAtom, predictionTextAtom } from '../../../../atoms';\nimport ConvertToTextButton from './components/ConvertToTextButton';\nimport ResultText from './components/ResultText';\n\nconst IgboSpeech = () => {\n  const predictText = useAtomValue(predictionTextAtom);\n  const mediaBlobUrl = useAtomValue(mediaBlobUrlAtom);\n  return (\n    <>\n      <ResultText mediaBlobUrl={mediaBlobUrl} predictText={predictText} />\n      <ConvertToTextButton\n        mediaBlobUrl={mediaBlobUrl}\n        hasPredicted={Boolean(mediaBlobUrl && predictText)}\n      />\n    </>\n  );\n};\n\nexport default IgboSpeech;\n"
  },
  {
    "path": "src/pages/components/Demo/components/StartBuilding.tsx",
    "content": "import { Box, Button, Text } from '@chakra-ui/react';\n\nconst StartBuilding = () => (\n  <Box className=\"flex flex-col lg:flex-row items-center lg:space-x-3 space-y-3 lg:space-y-0\">\n    <Text>Start building with the Igbo API today</Text>\n    <Box className=\"flex flex-row items-center space-x-3\">\n      <Button\n        colorScheme=\"blue\"\n        borderRadius=\"full\"\n        onClick={() => {\n          window.location.pathname = '/signup';\n        }}\n      >\n        Try for Free\n      </Button>\n      <Button colorScheme=\"blue\" variant=\"outline\" borderRadius=\"full\">\n        Watch a Demo\n      </Button>\n    </Box>\n  </Box>\n);\n\nexport default StartBuilding;\n"
  },
  {
    "path": "src/pages/components/Demo/components/Translate.tsx",
    "content": "import { Box, Button, Heading, HStack, Spinner, Text, Textarea, VStack } from '@chakra-ui/react';\nimport { useState } from 'react';\nimport { LuRefreshCcw } from 'react-icons/lu';\nimport { postTranslationEndpoint } from '../../../APIs/PredictionAPI';\n\nconst Translate = () => {\n  const [isHovered, setIsHovered] = useState(false);\n  const [isPredictLoading, setIsPredictLoading] = useState(false);\n  const [translation, setTranslation] = useState('');\n  const [text, setText] = useState('');\n\n  const handleTranslate = async () => {\n    try {\n      setIsPredictLoading(true);\n      const fetchedTranslation = await postTranslationEndpoint({ text });\n      setTranslation(fetchedTranslation.translation);\n    } finally {\n      setIsPredictLoading(false);\n    }\n  };\n\n  return (\n    <Box maxWidth=\"1200px\" width=\"full\">\n      <VStack width=\"full\" p={4} gap={4}>\n        <HStack flexDirection={{ base: 'column', md: 'row' }} width=\"full\" gap={6} display=\"flex\">\n          <VStack width=\"full\" textAlign=\"start\">\n            <Heading color=\"gray.800\" fontSize=\"xl\" width=\"full\" textAlign=\"center\">\n              Igbo\n            </Heading>\n            <Textarea\n              placeholder=\"Kedu aha gị?\"\n              height={32}\n              width=\"full\"\n              p={2}\n              value={text}\n              onChange={(e) => setText(e.target.value)}\n              fontSize=\"lg\"\n              resize=\"none\"\n            />\n          </VStack>\n          <VStack width=\"full\" textAlign=\"start\">\n            <Heading color=\"gray.800\" fontSize=\"xl\" width=\"full\" textAlign=\"center\">\n              English\n            </Heading>\n            <Box\n              height={32}\n              backgroundColor=\"gray.50\"\n              width=\"full\"\n              p={2}\n              overflow=\"overlay\"\n              {...(isPredictLoading\n                ? { display: 'flex', justifyContent: 'center', alignItems: 'center' }\n                : {})}\n            >\n              {isPredictLoading ? <Spinner /> : null}\n              <Text fontSize=\"lg\">{translation}</Text>\n            </Box>\n          </VStack>\n        </HStack>\n        <Text textAlign=\"center\" fontStyle=\"italic\" fontSize=\"sm\" color=\"gray\">\n          Type in Igbo to see its English translation\n        </Text>\n        <Button\n          onClick={handleTranslate}\n          backgroundColor=\"blue.600\"\n          color=\"white\"\n          onMouseEnter={() => setIsHovered(true)}\n          onMouseLeave={() => setIsHovered(false)}\n          _hover={{\n            backgroundColor: 'blue.500',\n          }}\n          isLoading={isPredictLoading}\n          rightIcon={\n            <LuRefreshCcw\n              style={{\n                position: 'relative',\n                left: isHovered ? 4 : 0,\n                transition: 'left .2s ease',\n              }}\n            />\n          }\n          p={6}\n        >\n          Translate\n        </Button>\n      </VStack>\n    </Box>\n  );\n};\n\nexport default Translate;\n"
  },
  {
    "path": "src/pages/components/Demo/index.ts",
    "content": "import Demo from './Demo';\n\nexport default Demo;\n"
  },
  {
    "path": "src/pages/components/Donate/Donate.tsx",
    "content": "import { Button, Heading, Link, Text, VStack } from '@chakra-ui/react';\nimport { DONATE_URL } from '../../../siteConstants';\n\nconst Donate = () => (\n  <VStack width=\"full\" my={6}>\n    <VStack className=\"w-10/12 lg:w-4/12\" textAlign=\"center\">\n      <Heading as=\"h2\" color=\"gray.900\">\n        Donate to the Igbo API\n      </Heading>\n      <Text fontSize=\"md\" color=\"gray.700\" fontWeight=\"medium\">\n        Donations will help us keep doing what we&apos;re doing. If you believe in what we&apos;re\n        doing and want to support, please donate 🤍\n      </Text>\n      <VStack p={4} minWidth=\"220px\">\n        <VStack gap={0} width=\"full\">\n          <Text fontSize=\"sm\">Donate to Nkọwa okwu</Text>\n          <Text fontSize=\"3xl\" fontWeight=\"medium\">\n            $15.00\n          </Text>\n        </VStack>\n        <Link href={DONATE_URL} width=\"full\">\n          <Button\n            fontSize=\"md\"\n            backgroundColor=\"blue.600\"\n            color=\"white\"\n            width=\"full\"\n            _hover={{ backgroundColor: 'blue.600' }}\n          >\n            Donate\n          </Button>\n        </Link>\n      </VStack>\n    </VStack>\n  </VStack>\n);\n\nexport default Donate;\n"
  },
  {
    "path": "src/pages/components/Donate/index.ts",
    "content": "import Donate from './Donate';\n\nexport default Donate;\n"
  },
  {
    "path": "src/pages/components/FadeIn/FadeIn.tsx",
    "content": "import React, { useEffect, useState } from 'react';\nimport { Box, SlideFade } from '@chakra-ui/react';\n\nconst FadeIn = ({ children }: { children: any }) => {\n  const [isBrowser, setIsBrowser] = useState(false);\n\n  useEffect(() => {\n    if (typeof window !== 'undefined') {\n      setIsBrowser(true);\n    }\n  }, []);\n  return !isBrowser ? (\n    <Box className=\"w-full\">{children}</Box>\n  ) : (\n    <SlideFade in offsetY=\"20px\" className=\"w-full\">\n      {children}\n    </SlideFade>\n  );\n};\n\nexport default FadeIn;\n"
  },
  {
    "path": "src/pages/components/FadeIn/index.ts",
    "content": "import FadeIn from './FadeIn';\n\nexport default FadeIn;\n"
  },
  {
    "path": "src/pages/components/Features/Features.tsx",
    "content": "import React from 'react';\nimport { Box, Heading, Text, SlideFade } from '@chakra-ui/react';\nimport Card from '../Card';\n\nconst Features = () => (\n  <Box>\n    <Box className=\"w-full flex flex-col items-center lg:text-left my-6 space-y-4\">\n      <Heading as=\"h2\" id=\"features\" fontSize={{ base: '5xl', lg: '6xl' }} className=\"font-bold\">\n        Build Igbo Apps\n      </Heading>\n      <Text className=\"text-xl px-6 lg:px-0 text-gray-500\">\n        The Igbo API&apos;s features enable engineers to build Igbo-focused apps\n      </Text>\n    </Box>\n    <Box className=\"flex flex-col justify-between items-center w-full mt-32\">\n      <Box className=\" w-10/12 flex flex-col items-center\">\n        <SlideFade in offsetY=\"20px\">\n          <Box\n            className=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8\n              content-center place-items-center\"\n          >\n            <Card\n              title=\"Multiple Definitions\"\n              description=\"Every word entry is provided with English and Igbo definitions\"\n              icon=\"🗣\"\n              tooltipLabel=\"We are adding more Igbo definitions to each word entry.\"\n            />\n            <Card\n              title=\"Example Sentences\"\n              description=\"Every word entry is accompanied by contextual examples\"\n              icon=\"✍🏾\"\n              tooltipLabel=\"Example sentences are translated in both Igbo and English.\"\n            />\n            <Card\n              title=\"Tone Marks\"\n              description=\"We use the acute, grave, and macron diacritic marks to denote pronunciation.\"\n              icon=\"📑\"\n              tooltipLabel=\"Diacritics are used to convey the different tones present in the Igbo language.\"\n            />\n            <Card\n              title=\"Spelling Variations\"\n              description=\"The database is structured to make it easier for\n                  contributors to add dialect-specific word data.\"\n              icon=\"🇳🇬\"\n              tooltipLabel={\n                'The Igbo language has many dialects, some ' +\n                'words capture this nuance by providing variant spellings.'\n              }\n            />\n            <Card\n              title=\"Nsịbịdị Script\"\n              description=\"Nsịbịdị is accompanied with each word entry.\"\n              icon=\"𑗉\"\n              tooltipLabel=\"Nsịbịdị is a writing system created in Nigeria.\"\n            />\n            <Card\n              title=\"Biblical Proverbs\"\n              description=\"Proverbs are associated with words that are used in those proverbs\"\n              icon=\"🤲🏾\"\n              tooltipLabel=\"Proverbs are a core aspect of the Igbo language.\"\n            />\n          </Box>\n        </SlideFade>\n      </Box>\n    </Box>\n  </Box>\n);\nexport default Features;\n"
  },
  {
    "path": "src/pages/components/Features/index.ts",
    "content": "import Features from './Features';\n\nexport default Features;\n"
  },
  {
    "path": "src/pages/components/Footer/Footer.tsx",
    "content": "import {\n  Box,\n  Heading,\n  HStack,\n  IconButton,\n  Link,\n  ListItem,\n  Text,\n  Tooltip,\n  UnorderedList,\n  VStack,\n} from '@chakra-ui/react';\nimport { FiGithub, FiInstagram, FiLinkedin, FiMail, FiTwitter, FiYoutube } from 'react-icons/fi';\n\nimport Image from 'next/image';\nimport {\n  API_FROM_EMAIL,\n  APP_URL,\n  GITHUB_REPO,\n  HUGGING_FACE,\n  INSTAGRAM,\n  KAGGLE,\n  LINKEDIN,\n  NKOWAOKWU,\n  NKOWAOKWU_CHROME,\n  TWITTER,\n  YOUTUBE,\n} from '../../../siteConstants';\nimport nkowaokwuLogoWhite from '../../assets/nkowaokwu_white.svg';\n\nconst socialMedia = [\n  { label: 'GitHub', href: GITHUB_REPO, icon: <FiGithub color=\"white\" /> },\n  { label: 'Twitter', href: TWITTER, icon: <FiTwitter color=\"white\" /> },\n  { label: 'Instagram', href: INSTAGRAM, icon: <FiInstagram color=\"white\" /> },\n  { label: 'LinkedIn', href: LINKEDIN, icon: <FiLinkedin color=\"white\" /> },\n  { label: 'YouTube', href: YOUTUBE, icon: <FiYoutube color=\"white\" /> },\n  { label: 'Email', href: `mailto:${API_FROM_EMAIL}`, icon: <FiMail color=\"white\" /> },\n];\n\nconst categories = [\n  {\n    title: 'Company',\n    links: [\n      {\n        label: 'Igbo API',\n        href: APP_URL,\n      },\n      {\n        label: 'Nkọwa okwu',\n        href: NKOWAOKWU,\n      },\n      {\n        label: 'Chrome Extension',\n        href: NKOWAOKWU_CHROME,\n      },\n    ],\n  },\n  {\n    title: 'Resources',\n    links: [\n      {\n        label: 'Documentation',\n        href: '/docs',\n      },\n      {\n        label: 'Hugging Face',\n        href: HUGGING_FACE,\n      },\n      {\n        label: 'Kaggle',\n        href: KAGGLE,\n      },\n      {\n        label: 'GitHub',\n        href: GITHUB_REPO,\n      },\n    ],\n  },\n  {\n    title: 'Legal',\n    links: [\n      {\n        label: 'Terms of Service',\n        href: '/terms',\n      },\n      {\n        label: 'Privacy Policy',\n        href: '/privacy',\n      },\n    ],\n  },\n];\n\nconst Footer = () => (\n  <VStack\n    className=\"flex flex-col justify-center items-center w-full py-12\"\n    backgroundColor=\"blue.900\"\n    gap={12}\n  >\n    <footer className=\"w-11/12 gap-4 grid grid-cols-1 lg:grid-cols-4 space-y-8 lg:space-y-0\">\n      <VStack alignItems=\"start\">\n        <Link href=\"/\">\n          <Image src={nkowaokwuLogoWhite} alt=\"Nkọwa okwu logo\" height={30} />\n        </Link>\n        <Text color=\"white\" fontSize=\"sm\">\n          Join the growing number of professionals and educators who trust IgboSpeech for their\n          transcription needs.\n        </Text>\n      </VStack>\n      {categories.map(({ title, links }) => (\n        <Box key={title} className=\"space-y-2\">\n          <Heading as=\"h3\" fontSize=\"xl\" color=\"white\">\n            {title}\n          </Heading>\n          <UnorderedList className=\"space-y-2\" ml={0}>\n            {links.map(({ label, href }) => (\n              <ListItem key={label} listStyleType=\"none\">\n                <Link href={href} fontWeight=\"normal\" color=\"white\" textDecoration=\"none\">\n                  {label}\n                </Link>\n              </ListItem>\n            ))}\n          </UnorderedList>\n        </Box>\n      ))}\n    </footer>\n    <HStack display=\"flex\" justifyContent=\"space-between\" className=\"w-11/12\">\n      <Text color=\"white\" textAlign=\"left\" flex={1}>\n        © {new Date().getFullYear()} Nkọwa okwu. All rights reserved.\n      </Text>\n      {socialMedia.map(({ label, href, icon }) => (\n        <Tooltip label={label} key={label}>\n          <IconButton\n            aria-label={label}\n            icon={icon}\n            variant=\"ghost\"\n            _hover={{ backgroundColor: 'transparent' }}\n            _active={{ backgroundColor: 'transparent' }}\n            _focus={{ backgroundColor: 'transparent' }}\n            onClick={() => {\n              window.location.href = href;\n            }}\n          />\n        </Tooltip>\n      ))}\n    </HStack>\n  </VStack>\n);\n\nexport default Footer;\n"
  },
  {
    "path": "src/pages/components/Footer/__tests__/Footer.test.tsx",
    "content": "import { render } from '@testing-library/react';\nimport React from 'react';\nimport TestContext from '../../../../__tests__/components/TestContext';\nimport Footer from '../../Footer/Footer';\n\ndescribe('Footer', () => {\n  it('renders the footer', async () => {\n    const { findByText } = render(\n      <TestContext>\n        <Footer />\n      </TestContext>\n    );\n\n    await findByText('Company');\n    await findByText('Igbo API');\n    await findByText('Nkọwa okwu');\n    await findByText('Chrome Extension');\n\n    await findByText('Resources');\n    await findByText('Documentation');\n    await findByText('Hugging Face');\n    await findByText('Kaggle');\n    await findByText('GitHub');\n\n    await findByText('Legal');\n    await findByText('Terms of Service');\n    await findByText('Privacy Policy');\n  });\n});\n"
  },
  {
    "path": "src/pages/components/Footer/index.ts",
    "content": "import Footer from './Footer';\n\nexport default Footer;\n"
  },
  {
    "path": "src/pages/components/GitHubStars/GitHubStars.tsx",
    "content": "/* eslint-disable max-len */\nimport React from 'react';\nimport { Box, Link } from '@chakra-ui/react';\nimport { GITHUB_REPO } from '../../../siteConstants';\n\nconst GitHubStars = ({ stars }: { stars: number }) => (\n  <Box className=\"flex flex-row items-center justify-center space-x-4\">\n    <Link\n      href={GITHUB_REPO}\n      className=\"hover:shadow-inner bg-gradient-to-t from-gray-100 to-white border border-gray-200\n      rounded-lg p-2 font-bold text-lg -mr-1 flex flex-row items-center\"\n    >\n      <svg\n        className=\"mr-2\"\n        xmlns=\"http://www.w3.org/2000/svg\"\n        aria-hidden=\"true\"\n        focusable=\"false\"\n        role=\"img\"\n        width=\"1.03em\"\n        height=\"1em\"\n        viewBox=\"0 0 256 250\"\n      >\n        <path\n          d=\"M128.001 0C57.317 0 0 57.307 0 128.001c0 56.554 36.676 104.535 87.535 121.46c6.397\n          1.185 8.746-2.777 8.746-6.158c0-3.052-.12-13.135-.174-23.83c-35.61\n          7.742-43.124-15.103-43.124-15.103c-5.823-14.795-14.213-18.73-14.213-18.73c-11.613-7.944.876-7.78.876-7.78c12.853.902\n          19.621 13.19 19.621 13.19c11.417 19.568 29.945 13.911 37.249 10.64c1.149-8.272\n          4.466-13.92 8.127-17.116c-28.431-3.236-58.318-14.212-58.318-63.258c0-13.975 5-25.394\n          13.188-34.358c-1.329-3.224-5.71-16.242 1.24-33.874c0 0 10.749-3.44 35.21 13.121c10.21-2.836 21.16-4.258\n          32.038-4.307c10.878.049 21.837 1.47 32.066 4.307c24.431-16.56 35.165-13.12 35.165-13.12c6.967 17.63 2.584\n          0.65 1.255 33.873c8.207 8.964 13.173 20.383 13.173 34.358c0 49.163-29.944 59.988-58.447 63.157c4.591\n          3.972 8.682 11.762 8.682 23.704c0 17.126-.148 30.91-.148 35.126c0 3.407 2.304 7.398 8.792 6.14C219.37\n          232.5 256 184.537 256 128.002C256 57.307 198.691 0 128.001\n          0zm-80.06 182.34c-.282.636-1.283.827-2.194.39c-.929-.417-1.45-1.284-1.15-1.922c.276-.655 1.279-.838\n          2.205-.399c.93.418 1.46 1.293 1.139\n          1.931zm6.296 5.618c-.61.566-1.804.303-2.614-.591c-.837-.892-.994-2.086-.375-2.66c.63-.566 1.787-.301\n          2.626.591c.838.903 1 2.088.363 2.66zm4.32\n          7.188c-.785.545-2.067.034-2.86-1.104c-.784-1.138-.784-2.503.017-3.05c.795-.547 2.058-.055\n          2.861 1.075c.782 1.157.782 2.522-.019\n          3.08zm7.304 8.325c-.701.774-2.196.566-3.29-.49c-1.119-1.032-1.43-2.496-.726-3.27c.71-.776\n          2.213-.558 3.315.49c1.11 1.03 1.45 2.505.701 3.27zm9.442 2.81c-.31 1.003-1.75 1.459-3.199\n          1.033c-1.448-.439-2.395-1.613-2.103-2.626c.301-1.01 1.747-1.484 3.207-1.028c1.446.436 2.396\n          1.602 2.095 2.622zm10.744 1.193c.036 1.055-1.193 1.93-2.715 1.95c-1.53.034-2.769-.82-2.786-1.86c0-1.065\n          1.202-1.932 2.733-1.958c1.522-.03 2.768.818 2.768 1.868zm10.555-.405c.182 1.03-.875 2.088-2.387\n          2.37c-1.485.271-2.861-.365-3.05-1.386c-.184-1.056.893-2.114 2.376-2.387c1.514-.263 2.868.356\n          3.061 1.403z\"\n          fill=\"#000\"\n        />\n      </svg>\n      Stars\n    </Link>\n    <Box\n      className=\"hover:shadow-inner flex flex-row items-center bg-gradient-to-t\n      from-gray-100 to-white border border-gray-200 rounded-lg p-2 relative ml-3\"\n    >\n      <Box\n        style={{ zIndex: -1 }}\n        className=\"absolute -left-1 top-3.5 h-3 w-3 bg-gradient-to-t\n        from-gray-100-to-white rounded-sm border border-gray-300 flex-none transform rotate-45\"\n      />\n      <Link className=\"inset-0 btn font-bold text-lg\" href={GITHUB_REPO}>\n        {stars}\n      </Link>\n    </Box>\n  </Box>\n);\n\nexport default GitHubStars;\n"
  },
  {
    "path": "src/pages/components/GitHubStars/index.ts",
    "content": "import GitHubStars from './GitHubStars';\n\nexport default GitHubStars;\n"
  },
  {
    "path": "src/pages/components/Input/Input.tsx",
    "content": "import React from 'react';\nimport { Box, Text, Input as ChakraInput, InputProps } from '@chakra-ui/react';\nimport { FormFieldName } from '../../../types';\n\nconst Input = React.forwardRef(\n  (\n    { header, type = '', field, ...rest }:\n    { header: string; type?: string; field: Partial<FormFieldName> } & InputProps,\n    ref: React.ForwardedRef<HTMLInputElement>\n  ) => (\n    <Box className=\"flex flex-col items-left w-full my-3\">\n      <Text className=\"text-gray-600 font-normal mb-3\" fontSize=\"md\" fontWeight=\"bold\">\n        {header}\n      </Text>\n      <ChakraInput\n        {...field}\n        {...rest}\n        ref={ref}\n        className=\"border-gray-300 border border-solid rounded-md h-10 w-full px-2\"\n        type={type}\n      />\n    </Box>\n  )\n);\n\nexport default Input;"
  },
  {
    "path": "src/pages/components/Input/index.ts",
    "content": "import Input from './Input';\n\nexport default Input;\n"
  },
  {
    "path": "src/pages/components/LastCall/LastCall.tsx",
    "content": "import { Box, Button, Heading, HStack, Text, VStack } from '@chakra-ui/react';\nimport { useRouter } from 'next/router';\nimport { FiKey, FiVideo } from 'react-icons/fi';\n\nconst LastCall = () => {\n  const router = useRouter();\n\n  return (\n    <Box\n      px=\"12\"\n      py=\"16\"\n      borderRadius=\"3xl\"\n      m=\"12\"\n      backgroundColor=\"gray.900\"\n      className=\"flex flex-col justify-center items-center\"\n    >\n      <VStack className=\"w-10/12\" gap={8}>\n        <Heading\n          as=\"h2\"\n          className=\"text-2xl text-center items-center p-5\"\n          fontSize={{ base: '4xl', lg: '5xl' }}\n          color=\"white\"\n        >\n          Connect to a Larger Nigerian Audience\n        </Heading>\n        <Text color=\"white\" textAlign=\"center\">\n          Start using the Igbo API to build uniquely-Igbo digital experiences. Everything from\n          generating subtitles, transcribing conversations, translating messages, and more.\n        </Text>\n        <HStack>\n          <Button\n            type=\"button\"\n            borderRadius=\"full\"\n            onClick={() => router.push('/signup')}\n            rightIcon={<FiKey />}\n          >\n            Sign Up\n          </Button>\n          <Button\n            type=\"button\"\n            borderRadius=\"full\"\n            variant=\"outline\"\n            color=\"white\"\n            onClick={() => router.push('/signup')}\n            rightIcon={<FiVideo />}\n          >\n            Watch a Demo\n          </Button>\n        </HStack>\n      </VStack>\n    </Box>\n  );\n};\n\nexport default LastCall;\n"
  },
  {
    "path": "src/pages/components/LastCall/index.ts",
    "content": "import LastCall from './LastCall';\n\nexport default LastCall;\n"
  },
  {
    "path": "src/pages/components/MentionedIn/MentionedIn.tsx",
    "content": "/* eslint-disable max-len */\nimport React from 'react';\nimport { Box, Text, Image, Link, Tooltip, HStack } from '@chakra-ui/react';\n\nconst NIGERIAN_TRIBUNE = {\n  url: `https://tribuneonlineng.com/why-i-created-first-igbo-english-\n  online-open-to-contribute-dictionary-app-ijemma-onwuzulike/`,\n  src: 'https://nkowaokwu.s3.us-west-1.amazonaws.com/assets/images/learningHomePage/mentionedIn/nigerianTribune.png',\n};\nconst UIU = {\n  url: 'https://www.ozisco.com/tag/nkowa-okwu/',\n  src: 'https://nkowaokwu.s3.us-west-1.amazonaws.com/assets/images/learningHomePage/mentionedIn/umuIgboUnite.png',\n};\nconst BUILT_IN_AFRICA = {\n  url: 'https://www.builtinafrica.io/blog-post/ijemma-onwuzulike-igbo-api',\n  src: 'https://nkowaokwu.s3.us-west-1.amazonaws.com/assets/images/learningHomePage/mentionedIn/builtInAfrica.png',\n};\nconst NUESROOM = {\n  url: 'https://neusroom.com/her-igbo-parents-didnt-teach-her-the-language-so-ijemma-onwuzulike-built-her-own-dictionary/',\n  src: 'https://nkowaokwu.s3.us-west-1.amazonaws.com/assets/images/learningHomePage/mentionedIn/nuesroom.png',\n};\nconst WEDEYCODE = {\n  url: 'https://www.youtube.com/watch?v=kjHi7p1j-ts',\n  src: 'https://nkowaokwu.s3.us-west-1.amazonaws.com/assets/images/learningHomePage/mentionedIn/weDeyCode.png',\n};\nconst NASDAQ = {\n  url: 'https://thecenter.nasdaq.org/foe-ijemma-onwuzulike-nkowa-okwu',\n  src: 'https://nkowaokwu.s3.us-west-1.amazonaws.com/assets/images/learningHomePage/mentionedIn/nasdaq.png',\n};\nconst TECHPOINT = {\n  url: 'https://techpoint.africa/2024/07/18/ijemma-onwuzulike-and-igbospeech/',\n  src: 'https://nkowaokwu.s3.us-west-1.amazonaws.com/assets/images/learningHomePage/mentionedIn/techpoint.png',\n};\n\nconst MentionedIn = () => (\n  <Box\n    className=\"mentioned-in w-full flex flex-col justify-center items-center space-y-4\"\n    backgroundColor=\"gray.200\"\n    p={12}\n  >\n    <Text textAlign=\"center\" fontWeight=\"semibold\" fontSize=\"xl\">\n      Featured in\n    </Text>\n    <HStack className=\"flex flex-row justify-between w-full\">\n      <Link href={NASDAQ.url} target=\"_blank\" rel=\"noreferrer\">\n        <Tooltip label=\"Nasdaq\">\n          <Image src={NASDAQ.src} alt=\"Nasdaq logo\" style={{ width: '110px' }} />\n        </Tooltip>\n      </Link>\n      <Link href={NIGERIAN_TRIBUNE.url} target=\"_blank\" rel=\"noreferrer\">\n        <Tooltip label=\"Nigerian Tribune\">\n          <Image\n            src={NIGERIAN_TRIBUNE.src}\n            alt=\"Nigerian Tribune logo\"\n            style={{ width: '140px' }}\n          />\n        </Tooltip>\n      </Link>\n      <Link href={UIU.url} target=\"_blank\" rel=\"noreferrer\">\n        <Tooltip label=\"Umu Igbo Unite\">\n          <Image src={UIU.src} alt=\"Umu Igbo Unite logo\" style={{ width: '90px' }} />\n        </Tooltip>\n      </Link>\n      <Link href={BUILT_IN_AFRICA.url} target=\"_blank\" rel=\"noreferrer\">\n        <Tooltip label=\"Built in Africa\">\n          <Image src={BUILT_IN_AFRICA.src} alt=\"Built in Africa logo\" style={{ width: '100px' }} />\n        </Tooltip>\n      </Link>\n      <Link href={NUESROOM.url} target=\"_blank\" rel=\"noreferrer\">\n        <Tooltip label=\"Nuesroom\">\n          <Image src={NUESROOM.src} alt=\"Nuesroom logo\" style={{ width: '110px' }} />\n        </Tooltip>\n      </Link>\n      <Link href={WEDEYCODE.url} target=\"_blank\" rel=\"noreferrer\" className=\"flex justify-center\">\n        <Tooltip label=\"WeDeyCode\">\n          <Image src={WEDEYCODE.src} alt=\"WeDeyCode logo\" style={{ width: '70px' }} />\n        </Tooltip>\n      </Link>\n      <Link href={TECHPOINT.url} target=\"_blank\" rel=\"noreferrer\">\n        <Tooltip label=\"Techpoint\">\n          <Image src={TECHPOINT.src} alt=\"Techpoint logo\" style={{ width: '120px' }} />\n        </Tooltip>\n      </Link>\n    </HStack>\n  </Box>\n);\n\nexport default MentionedIn;\n"
  },
  {
    "path": "src/pages/components/MentionedIn/index.ts",
    "content": "import MentionedIn from './MentionedIn';\n\nexport default MentionedIn;\n"
  },
  {
    "path": "src/pages/components/Navbar/Navbar.tsx",
    "content": "import { Box, Button, Link as ChakraLink, Heading, Show } from '@chakra-ui/react';\nimport { useRouter } from 'next/router';\nimport { Link } from 'react-scroll';\nimport NavigationMenu from './NavigationMenu';\nimport NavigationOptions from './NavigationOptions';\n\nconst Navbar = ({ to = '/' }: { to?: string }) => {\n  const router = useRouter();\n  return (\n    <Box\n      className=\"fixed w-full flex justify-center items-center\"\n      backgroundColor=\"white\"\n      zIndex={1}\n      p={4}\n    >\n      <Box className=\"flex items-center justify-between w-11/12\" style={{ zIndex: 2 }}>\n        <Box className=\"flex flex-row items-center\" flex={1}>\n          <Heading\n            as=\"h1\"\n            className=\"transition-element text-3xl font-extrabold hover:text-gray-700 text-gray-900\"\n            pb=\"0\"\n            color=\"black\"\n            fontSize={{ base: '2xl', md: '3xl' }}\n          >\n            {to ? (\n              <ChakraLink\n                href={to}\n                color=\"black\"\n                textDecoration=\"none\"\n                _hover={{ textDecoration: 'none' }}\n                _active={{ textDecoration: 'none' }}\n                _focus={{ textDecoration: 'none' }}\n              >\n                Igbo API\n              </ChakraLink>\n            ) : (\n              <Link\n                className=\"cursor-pointer\"\n                to=\"homepage-container\"\n                smooth\n                offset={-100}\n                duration={600}\n              >\n                Igbo API\n              </Link>\n            )}\n          </Heading>\n          <Show below=\"md\">\n            <NavigationMenu />\n          </Show>\n        </Box>\n        <Show above=\"md\">\n          <Box flex={4}>\n            <NavigationOptions />\n          </Box>\n        </Show>\n        <Box display=\"flex\" flexDirection=\"row\" className=\"space-x-3\" flex={1}>\n          <Button\n            className=\"transition-all duration-200\"\n            backgroundColor=\"white\"\n            _hover={{\n              backgroundColor: 'white',\n            }}\n            color=\"blue.500\"\n            transitionDuration=\"200ms\"\n            size=\"sm\"\n            borderRadius=\"full\"\n            borderWidth=\"1px\"\n            borderColor=\"blue.500\"\n            px=\"6\"\n            onClick={() => {\n              router.push('/signup');\n            }}\n          >\n            Log In\n          </Button>\n          <Button\n            className=\"transition-all duration-200\"\n            backgroundColor=\"blue.500\"\n            _hover={{\n              backgroundColor: 'blue.400',\n            }}\n            color=\"white\"\n            transitionDuration=\"200ms\"\n            size=\"sm\"\n            borderRadius=\"full\"\n            px=\"6\"\n            onClick={() => {\n              router.push('/signup');\n            }}\n          >\n            Get Started\n          </Button>\n        </Box>\n      </Box>\n    </Box>\n  );\n};\n\nexport default Navbar;\n"
  },
  {
    "path": "src/pages/components/Navbar/NavigationMenu.tsx",
    "content": "import { IconButton, Menu, MenuButton, MenuItem, MenuList } from '@chakra-ui/react';\nimport Link from 'next/link';\nimport { FiChevronDown } from 'react-icons/fi';\nimport { navigationLinks } from '../../../shared/constants/navigationLinks';\n\nconst NavigationMenu = () => (\n  <Menu placement=\"bottom\">\n    <MenuButton\n      as={IconButton}\n      icon={<FiChevronDown />}\n      variant=\"ghost\"\n      _hover={{ backgroundColor: 'transparent' }}\n      _focus={{ backgroundColor: 'transparent' }}\n      _active={{ backgroundColor: 'transparent' }}\n      data-test=\"drop-down-button\"\n    />\n    <MenuList>\n      {navigationLinks.map(({ href, label }) => (\n        <MenuItem key={label}>\n          <Link href={href || ''}>{label}</Link>\n        </MenuItem>\n      ))}\n    </MenuList>\n  </Menu>\n);\n\nexport default NavigationMenu;\n"
  },
  {
    "path": "src/pages/components/Navbar/NavigationOptions.tsx",
    "content": "import { ChevronDownIcon } from '@chakra-ui/icons';\nimport {\n  Box,\n  Button,\n  Link,\n  ListItem,\n  Menu,\n  MenuButton,\n  MenuItem,\n  MenuList,\n  Text,\n  UnorderedList,\n} from '@chakra-ui/react';\nimport { navigationLinks, NavigationType } from '../../../shared/constants/navigationLinks';\n\nconst NavigationOptions = () => (\n  <UnorderedList\n    className=\"w-full flex flex-row justify-center items-center space-x-6\"\n    ml={0}\n    data-test=\"sub-menu\"\n  >\n    {navigationLinks.map(({ href, label, type, options }) => (\n      <ListItem className=\"transition-element\" key={label}>\n        {type === NavigationType.LINK ? (\n          <Link\n            className=\"cursor-pointer font-normal\"\n            href={href}\n            role=\"link\"\n            fontWeight=\"semibold\"\n            color=\"gray.900\"\n            textDecoration=\"none\"\n          >\n            {label}\n          </Link>\n        ) : type === NavigationType.DROPDOWN && options ? (\n          <Menu>\n            <MenuButton\n              as={Button}\n              rightIcon={<ChevronDownIcon />}\n              backgroundColor=\"transparent\"\n              _hover={{ backgroundColor: 'transparent' }}\n              _active={{ backgroundColor: 'transparent' }}\n              _focus={{ backgroundColor: 'transparent' }}\n              p={0}\n            >\n              {label}\n            </MenuButton>\n            <MenuList>\n              {options.map(({ title, subtitle, href: optionHref, isExternal, enabled }) =>\n                enabled ? (\n                  <MenuItem key={title}>\n                    <Link\n                      className=\"cursor-pointer font-normal\"\n                      href={optionHref}\n                      role=\"link\"\n                      target={isExternal ? '_blank' : ''}\n                      color=\"gray.900\"\n                      textDecoration=\"none\"\n                    >\n                      <Box width=\"full\">\n                        <Text className=\"space-x-2\" fontSize=\"md\">\n                          {title}\n                        </Text>\n                        <Text fontSize=\"xs\" color=\"gray.500\">\n                          {subtitle}\n                        </Text>\n                      </Box>\n                    </Link>\n                  </MenuItem>\n                ) : null\n              )}\n            </MenuList>\n          </Menu>\n        ) : null}\n      </ListItem>\n    ))}\n  </UnorderedList>\n);\nexport default NavigationOptions;\n"
  },
  {
    "path": "src/pages/components/Navbar/__tests__/Navbar.test.tsx",
    "content": "import { render } from '@testing-library/react';\nimport React from 'react';\nimport TestContext from '../../../../__tests__/components/TestContext';\nimport Navbar from '../Navbar';\n\ndescribe('Navbar', () => {\n  it('renders the navbar', async () => {\n    const { findByText } = render(\n      <TestContext>\n        <Navbar />\n      </TestContext>\n    );\n\n    await findByText('Log In');\n    await findByText('Get Started');\n  });\n});\n"
  },
  {
    "path": "src/pages/components/Navbar/__tests__/NavigationMenu.test.tsx",
    "content": "import { render } from '@testing-library/react';\nimport React from 'react';\nimport TestContext from '../../../../__tests__/components/TestContext';\nimport NavigationMenu from '../NavigationMenu';\n\ndescribe('NavigationMenu', () => {\n  it('renders the navigation menu', async () => {\n    const { findByText } = render(\n      <TestContext>\n        <NavigationMenu />\n      </TestContext>\n    );\n    // TODO: uncomment when there is use cases section\n    // await findByText('Use Cases');\n    // TODO: uncomment when pricing is available\n    // await findByText('Pricing');\n    await findByText('Resources');\n    await findByText('Docs');\n    await findByText('About Us');\n  });\n});\n"
  },
  {
    "path": "src/pages/components/Navbar/__tests__/NavigationOptions.test.tsx",
    "content": "import { render } from '@testing-library/react';\nimport React from 'react';\nimport TestContext from '../../../../__tests__/components/TestContext';\nimport NavigationOptions from '../NavigationOptions';\n\ndescribe('NavigationOptions', () => {\n  it('renders the navigation options', async () => {\n    const { findByText } = render(\n      <TestContext>\n        <NavigationOptions />\n      </TestContext>\n    );\n\n    // TODO: use cases section not yet available\n    // await findByText('Use Cases');\n    // TODO: uncomment when pricing is available\n    // await findByText('Pricing');\n    await findByText('Resources');\n    await findByText('Docs');\n    await findByText('About Us');\n  });\n});\n"
  },
  {
    "path": "src/pages/components/Navbar/index.ts",
    "content": "import Navbar from './Navbar';\n\nexport default Navbar;\n"
  },
  {
    "path": "src/pages/components/Products/Products.tsx",
    "content": "const Products = () => null;\n\nexport default Products;\n"
  },
  {
    "path": "src/pages/components/Products/index.ts",
    "content": "import Products from './Products';\n\nexport default Products;\n"
  },
  {
    "path": "src/pages/components/Statistics/Stat.tsx",
    "content": "import React from 'react';\nimport { Box, Heading } from '@chakra-ui/react';\n\nconst numberWithCommas = (x = 0) => x.toString().replace(/\\B(?=(\\d{3})+(?!\\d))/g, ',');\n\nconst Stat = ({\n  value,\n  header,\n  exact = true,\n  children,\n}: {\n  value: number,\n  header: string,\n  exact?: boolean,\n  children?: any,\n}) => (\n  <Box\n    className=\"flex flex-col justify-center items-center h-auto\n    text-gray-700 text-center px-4 py-4 rounded-md w-full\"\n    borderWidth=\"1px\"\n    borderColor=\"gray.200\"\n    minHeight=\"300px\"\n  >\n    <Heading\n      as=\"h1\"\n      className=\"text-gray-700 font-bold\"\n      fontSize=\"6xl\"\n    >{`${numberWithCommas(value)}${exact ? '' : '+'}`}</Heading>\n    <Heading as=\"h3\" className=\"text-gray-500\" fontSize=\"3xl\">\n      {header}\n    </Heading>\n    {children}\n  </Box>\n);\n\nexport default Stat;\n"
  },
  {
    "path": "src/pages/components/Statistics/Statistics.tsx",
    "content": "import React from 'react';\nimport { Box, Heading, Text, Link, Image, Tooltip } from '@chakra-ui/react';\nimport Stat from './Stat';\nimport { ProjectStats } from '../../../types';\n\nconst Statistics = ({\n  totalWords = 0,\n  totalExamples = 0,\n  totalAudioPronunciations = 0,\n  totalIgboDefinitions = 0,\n  totalProverbs = 0,\n  totalBibleVerses = 0,\n  totalNsibidiWords = 0,\n  totalDevelopers = 0,\n  contributors = [],\n  stars = 0,\n}: ProjectStats) => {\n  const totalSlackMembers = 400;\n  return (\n    <Box className=\"flex flex-col items-center justify-center w-full\">\n      <Heading\n        as=\"h2\"\n        id=\"try-it-out\"\n        className=\"text-4xl font-bold\"\n        textAlign=\"center\"\n        fontSize={{ base: '5xl', lg: '6xl' }}\n      >\n        Crunching the Numbers\n      </Heading>\n      <Text className=\"px-6 lg:px-0 lg:pb-12 text-gray-500\">\n        The Igbo API is the most robust, Igbo-English dictionary API that is maintained by our\n        wonderful volunteer community.\n      </Text>\n      <Box\n        className=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 \n      my-4 items-center justify-center w-full lg:w-9/12\"\n      >\n        <Stat value={totalWords} header=\"Igbo words\" />\n        <Stat value={totalExamples} header=\"Igbo sentences\" />\n        <Stat value={totalAudioPronunciations} header=\"Word recordings\" />\n        <Stat value={totalIgboDefinitions} header=\"Igbo definitions\" />\n        <Stat value={totalProverbs} header=\"Igbo proverbs\" />\n        <Stat value={totalBibleVerses} header=\"Bible verses\" />\n        <Stat value={totalNsibidiWords} header=\"Nsịbịdị words\" />\n        <Stat value={totalDevelopers} header=\"Igbo API Developers\" />\n      </Box>\n      <Box className=\"flex flex-row flex-wrap items-center justify-center w-full lg:w-9/12\">\n        {contributors ? (\n          <Stat value={contributors.length - 1} header=\"GitHub Contributors\">\n            <Box className=\"flex flex-row flex-wrap items-center justify-center mt-4\">\n              {contributors\n                .slice(0, 18)\n                .filter(({ login }) => login !== 'semantic-release-bot')\n                .map((contributor) => (\n                  <Tooltip key={contributor.login} label={`@${contributor.login}`}>\n                    <Box key={contributor.avatar_url}>\n                      <Link href={contributor.html_url}>\n                        <Image\n                          src={contributor.avatar_url}\n                          className=\"w-10 m-2 text-gray-700 bg-gray-400 rounded-full \"\n                          alt=\"github avatar\"\n                        />\n                      </Link>\n                    </Box>\n                  </Tooltip>\n                ))}\n            </Box>\n          </Stat>\n        ) : null}\n      </Box>\n      <Box className=\"grid grid-cols-1 md:grid-cols-2 gap-4 my-4 w-full lg:w-9/12\">\n        <Stat value={totalSlackMembers} header=\"Members in Slack\" exact={false} />\n        <Stat value={stars} header=\"GitHub stars\" />\n      </Box>\n    </Box>\n  );\n};\n\nexport default Statistics;\n"
  },
  {
    "path": "src/pages/components/Statistics/index.ts",
    "content": "import Statistics from './Statistics';\n\nexport default Statistics;\n"
  },
  {
    "path": "src/pages/components/UseCases/UseCaseCard.tsx",
    "content": "import { Box, Heading, HStack, Text, VStack } from '@chakra-ui/react';\n\nconst UseCaseCard = ({\n  label,\n  as,\n  description,\n  image,\n  flexDirection,\n}: {\n  label: string,\n  as: 'h1' | 'h2' | 'h3',\n  description: string,\n  image: string,\n  flexDirection: 'row' | 'row-reverse',\n}) => (\n  <HStack\n    key={label}\n    width=\"full\"\n    flexDirection={{ base: 'column', lg: flexDirection }}\n    justifyContent=\"space-between\"\n    gap={12}\n  >\n    <VStack alignItems=\"start\" className=\"w-full lg:w-1/2\">\n      <Heading as={as} color=\"gray.900\" fontSize=\"4xl\">\n        {label}\n      </Heading>\n      <Text>{description}</Text>\n    </VStack>\n    <Box p={20} backgroundColor=\"gray.100\" borderRadius=\"md\">\n      <Box\n        backgroundColor=\"gray.400\"\n        borderRadius=\"md\"\n        height=\"300px\"\n        width=\"400px\"\n        backgroundImage={image}\n        backgroundPosition=\"center\"\n        backgroundSize=\"cover\"\n      />\n    </Box>\n  </HStack>\n);\n\nexport default UseCaseCard;\n"
  },
  {
    "path": "src/pages/components/UseCases/UseCases.tsx",
    "content": "import { Heading, HStack, Text, VStack } from '@chakra-ui/react';\nimport useCases from '../../shared/useCases';\nimport UseCaseCard from './UseCaseCard';\n\nconst UseCases = () => (\n  <VStack width=\"full\">\n    <HStack className=\"w-10/12\" justifyContent=\"start\">\n      <VStack alignItems=\"start\" className=\"w-1/2 lg:w-4/12\">\n        <Heading as=\"h1\" fontSize=\"3xl\" color=\"gray.900\">\n          The Igbo API\n        </Heading>\n        <Text color=\"gray.600\" fontSize=\"sm\">\n          The Igbo API can be used for a variety of different technical teams looking to build\n          unique, digital Igbo experiences.\n        </Text>\n      </VStack>\n    </HStack>\n    <VStack className=\"w-10/12\" gap={24}>\n      {useCases.map((useCase, index) => (\n        <UseCaseCard\n          key={useCase.label}\n          {...useCase}\n          flexDirection={index % 2 ? 'row-reverse' : 'row'}\n        />\n      ))}\n    </VStack>\n  </VStack>\n);\n\nexport default UseCases;\n"
  },
  {
    "path": "src/pages/components/UseCases/index.ts",
    "content": "import UseCases from './UseCases';\n\nexport default UseCases;\n"
  },
  {
    "path": "src/pages/dashboard/__tests__/credentials.page.test.tsx",
    "content": "import React from 'react';\nimport { render } from '@testing-library/react';\nimport TestContext from '../../../__tests__/components/TestContext';\nimport Credentials from '../credentials.page';\n\njest.mock('../../APIs/DevelopersAPI');\n\ndescribe('Credentials', () => {\n  it('renders the credentials route', async () => {\n    const { findByText, findByLabelText } = render(\n      <TestContext>\n        <Credentials />\n      </TestContext>\n    );\n\n    await findByText('API Keys');\n    await findByText('All your API Keys.');\n    await findByLabelText('Show and hide API Key button');\n    await findByLabelText('Copy API Key button');\n  });\n});\n"
  },
  {
    "path": "src/pages/dashboard/__tests__/dashboard.test.tsx",
    "content": "import React from 'react';\nimport moment from 'moment';\nimport { render } from '@testing-library/react';\nimport TestContext from '../../../__tests__/components/TestContext';\nimport Dashboard from '../dashboard';\n\njest.mock('../../APIs/DevelopersAPI');\n\ndescribe('Dashboard', () => {\n  it('renders the dashboard main route', async () => {\n    const { findAllByText, findByText } = render(\n      <TestContext>\n        <Dashboard />\n      </TestContext>\n    );\n\n    await findAllByText('Home');\n    await findAllByText('Credentials');\n    await findAllByText('Profile');\n    await findAllByText('Plans');\n    await findByText('Your usage across all IgboAPI services.');\n    await findByText('Daily IgboAPI Usage');\n    await findByText(/Daily limit:/);\n    await findByText(new RegExp(moment().format('MMMM DD, YYYY')));\n  });\n});\n"
  },
  {
    "path": "src/pages/dashboard/__tests__/layout.test.tsx",
    "content": "import React from 'react';\nimport { render } from '@testing-library/react';\nimport TestContext from '../../../__tests__/components/TestContext';\nimport { getDeveloper } from '../../APIs/DevelopersAPI';\nimport Layout from '../layout';\n\njest.mock('../../APIs/DevelopersAPI');\n\ndescribe('Layout', () => {\n  it('renders the dashboard layout', async () => {\n    const { findByText } = render(\n      <TestContext>\n        <Layout>{() => <>testing</>}</Layout>\n      </TestContext>\n    );\n\n    expect(getDeveloper).toHaveBeenCalledWith('uid');\n\n    await findByText('IgboAPI');\n    await findByText('Home');\n    await findByText('Profile');\n    await findByText('Log out');\n    await findByText('testing');\n  });\n});\n"
  },
  {
    "path": "src/pages/dashboard/__tests__/plans.page.test.tsx",
    "content": "import React from 'react';\nimport { render } from '@testing-library/react';\nimport TestContext from '../../../__tests__/components/TestContext';\nimport Plans from '../plans.page';\n\njest.mock('../../APIs/DevelopersAPI');\n\ndescribe('Plans', () => {\n  it('renders the plans route', async () => {\n    const { findByText } = render(\n      <TestContext>\n        <Plans />\n      </TestContext>\n    );\n\n    await findByText('Plans');\n    await findByText(/Your account is currently on the/);\n  });\n});\n"
  },
  {
    "path": "src/pages/dashboard/__tests__/profile.test.tsx",
    "content": "import React from 'react';\nimport moment from 'moment';\nimport { render } from '@testing-library/react';\nimport TestContext from '../../../__tests__/components/TestContext';\nimport Profile from '../profile.page';\n\njest.mock('../../APIs/DevelopersAPI');\n\ndescribe('Profile', () => {\n  it('renders the dashboard profile route', async () => {\n    const { findAllByText, findByText } = render(\n      <TestContext>\n        <Profile />\n      </TestContext>\n    );\n\n    await findAllByText('Home');\n    await findAllByText('Profile');\n    await findByText('developer');\n    await findByText('email');\n    // TODO: fix test\n    // await findByText('Stripe Connected');\n  });\n});\n"
  },
  {
    "path": "src/pages/dashboard/components/DashboardMenu.tsx",
    "content": "import {\n  Avatar,\n  Box,\n  Button,\n  Heading,\n  Link,\n  Menu,\n  MenuButton,\n  MenuItem,\n  MenuList,\n} from '@chakra-ui/react';\nimport { signOut } from 'firebase/auth';\nimport { useRouter } from 'next/router';\nimport { FiLogOut } from 'react-icons/fi';\nimport { auth } from '../../../services/firebase';\n\nconst DashboardMenu = () => {\n  const router = useRouter();\n\n  const logOut = async () => {\n    try {\n      await signOut(auth).then(() => {\n        router.push('/');\n      });\n    } catch (err) {\n      console.error('Unable to sign out', err);\n    }\n  };\n\n  return (\n    <Box className=\"flex flex-row justify-between items-center px-2\">\n      <Link href=\"/\">\n        <Heading\n          as=\"h1\"\n          m={0}\n          p={0}\n          fontSize=\"lg\"\n          height=\"fit\"\n          color=\"black\"\n          display=\"flex\"\n          alignItems=\"center\"\n          className=\"space-x-2\"\n        >\n          IgboAPI\n        </Heading>\n      </Link>\n      <Menu>\n        <MenuButton\n          as={Button}\n          px={0}\n          backgroundColor=\"transparent\"\n          _hover={{ backgroundColor: 'transparent' }}\n          _active={{ backgroundColor: 'transparent' }}\n          _focus={{ backgroundColor: 'transparent' }}\n        >\n          <Avatar bgGradient=\"linear(to-br, yellow.200, orange.500)\" size=\"sm\" icon={<> </>} />\n        </MenuButton>\n        <MenuList>\n          <MenuItem onClick={logOut} icon={<FiLogOut />}>\n            Log out\n          </MenuItem>\n        </MenuList>\n      </Menu>\n    </Box>\n  );\n};\nexport default DashboardMenu;\n"
  },
  {
    "path": "src/pages/dashboard/components/DashboardNavigationMenu.tsx",
    "content": "import React, { useState, useEffect } from 'react';\nimport { Box, Text, ListItem, UnorderedList } from '@chakra-ui/react';\nimport Link from 'next/link';\nimport { FiHome, FiUser, FiLock, FiShoppingBag } from 'react-icons/fi';\n\nconst navigationOptions = [\n  {\n    label: 'Home',\n    route: '/dashboard',\n    icon: FiHome,\n  },\n  {\n    label: 'Credentials',\n    route: '/dashboard/credentials',\n    icon: FiLock,\n  },\n  {\n    label: 'Profile',\n    route: '/dashboard/profile',\n    icon: FiUser,\n  },\n  {\n    label: 'Plans',\n    route: '/dashboard/plans',\n    icon: FiShoppingBag,\n  },\n];\n\nconst getTabPositionsFromIndex = (index: number) => {\n  const tab = document.querySelector(`.navigation-option-${index}`);\n  if (!tab) return { left: 0, width: 0 };\n\n  const tabPositions = tab.getBoundingClientRect();\n  return tabPositions;\n};\n\nconst DashboardNavigationMenu = () => {\n  const [hoveredTabIndex, setHoveredTabIndex] = useState(-1);\n  const [navigationHoverSlider, setNavigationHoverSlider] = useState<HTMLDivElement | null>(null);\n\n  useEffect(() => {\n    if (hoveredTabIndex !== -1 && navigationHoverSlider) {\n      const hoveredTabPositions = getTabPositionsFromIndex(hoveredTabIndex);\n\n      navigationHoverSlider.style.opacity = '1';\n      navigationHoverSlider.style.left = `${hoveredTabPositions.left - 8}px`;\n      navigationHoverSlider.style.width = `${hoveredTabPositions.width}px`;\n    } else if (hoveredTabIndex === -1 && navigationHoverSlider) {\n      navigationHoverSlider.style.opacity = '0';\n    }\n  }, [hoveredTabIndex, navigationHoverSlider]);\n\n  return (\n    <Box className=\"w-full\">\n      <Box className=\"relative\" zIndex={0}>\n        <UnorderedList\n          listStyleType=\"none\"\n          m={0}\n          className=\"flex flex-row items-center relative\"\n          zIndex={1}\n        >\n          {navigationOptions.map(({ label, route }, index) => (\n            <ListItem\n              key={label}\n              borderRadius=\"md\"\n              _hover={{ cursor: 'pointer', color: 'black' }}\n              className={`navigation-option-${index} transition-all flex justify-center p-2`}\n              onMouseEnter={() => setHoveredTabIndex(index)}\n              onMouseLeave={() => setHoveredTabIndex(-1)}\n            >\n              <Link href={route} className=\"flex items-center space-x-2 hover:text-black\">\n                <Text\n                  fontWeight=\"400\"\n                  fontSize=\"sm\"\n                  letterSpacing=\"0\"\n                  color=\"gray.600\"\n                  _hover={{ color: 'black' }}\n                >\n                  {label}\n                </Text>\n              </Link>\n            </ListItem>\n          ))}\n        </UnorderedList>\n        <Box\n          ref={setNavigationHoverSlider}\n          className=\"absolute transition-all bg-gray-200 rounded\"\n          pointerEvents=\"none\"\n          height={10}\n          top={0}\n          zIndex={-1}\n        />\n      </Box>\n    </Box>\n  );\n};\n\nexport default DashboardNavigationMenu;\n"
  },
  {
    "path": "src/pages/dashboard/components/__tests__/DashboardMenu.test.tsx",
    "content": "import React from 'react';\nimport { render } from '@testing-library/react';\nimport TestContext from '../../../../__tests__/components/TestContext';\nimport DashboardMenu from '../DashboardMenu';\n\ndescribe('DashboardMenu', () => {\n  it('renders the dashboard menu', async () => {\n    const { findByText } = render(\n      <TestContext>\n        <DashboardMenu />\n      </TestContext>\n    );\n    await findByText('Log out');\n  });\n});\n"
  },
  {
    "path": "src/pages/dashboard/components/__tests__/DashboardNavigationMenu.test.tsx",
    "content": "import React from 'react';\nimport { render } from '@testing-library/react';\nimport TestContext from '../../../../__tests__/components/TestContext';\nimport DashboardNavigationMenu from '../DashboardNavigationMenu';\n\ndescribe('DashboardNavigationMenu', () => {\n  it('renders the dashboard navigation menu', async () => {\n    const { findByText } = render(\n      <TestContext>\n        <DashboardNavigationMenu />\n      </TestContext>\n    );\n\n    await findByText('Home');\n    await findByText('Credentials');\n    await findByText('Profile');\n    await findByText('Plans');\n  });\n});\n"
  },
  {
    "path": "src/pages/dashboard/credentials.page.tsx",
    "content": "import React, { useState } from 'react';\nimport { Box, Heading, IconButton, Input, Text, Tooltip } from '@chakra-ui/react';\nimport { FiEye, FiEyeOff, FiCopy } from 'react-icons/fi';\n\nimport DashboardLayout from './layout';\n\nconst Credentials = () => {\n  const [isApiKeyVisible, setIsApiKeyVisible] = useState(false);\n  const [hasCopied, setHasCopied] = useState(false);\n\n  const handleCopy = (apiKey: string) => () => {\n    navigator.clipboard.writeText(apiKey);\n    setHasCopied(true);\n    setTimeout(() => {\n      setHasCopied(false);\n    }, 3000);\n  };\n\n  return (\n    <DashboardLayout>\n      {({ developer }) => (\n        <>\n          <Box mb={4}>\n            <Heading as=\"h1\">API Keys</Heading>\n            <Text fontSize=\"sm\" color=\"gray.700\" letterSpacing=\"0\">\n              All your API Keys.\n            </Text>\n          </Box>\n          <Box>\n            <Box className=\"flex flex-row justify-center\">\n              <Input\n                pointerEvents=\"none\"\n                borderColor=\"gray.100\"\n                backgroundColor=\"white\"\n                defaultValue={developer.apiKey}\n                type={isApiKeyVisible ? 'text' : 'password'}\n              />\n              <Tooltip label={isApiKeyVisible ? 'Hide API Key' : 'Show API Key'}>\n                <IconButton\n                  variant=\"ghost\"\n                  _hover={{ backgroundColor: 'transparent' }}\n                  _active={{ backgroundColor: 'transparent' }}\n                  _focus={{ backgroundColor: 'transparent' }}\n                  icon={isApiKeyVisible ? <FiEyeOff /> : <FiEye />}\n                  onClick={() => setIsApiKeyVisible(!isApiKeyVisible)}\n                  aria-label=\"Show and hide API Key button\"\n                />\n              </Tooltip>\n              <Tooltip label={hasCopied ? 'Copied' : 'Copy'}>\n                <IconButton\n                  variant=\"ghost\"\n                  _hover={{ backgroundColor: 'transparent' }}\n                  _active={{ backgroundColor: 'transparent' }}\n                  _focus={{ backgroundColor: 'transparent' }}\n                  icon={<FiCopy />}\n                  onClick={handleCopy(developer.apiKey)}\n                  aria-label=\"Copy API Key button\"\n                />\n              </Tooltip>\n            </Box>\n          </Box>\n        </>\n      )}\n    </DashboardLayout>\n  );\n};\n\nexport default Credentials;\n"
  },
  {
    "path": "src/pages/dashboard/dashboard.tsx",
    "content": "import React from 'react';\nimport {\n  Box,\n  Heading,\n  Stat,\n  StatLabel,\n  StatNumber,\n  StatHelpText,\n  Skeleton,\n  Text,\n} from '@chakra-ui/react';\nimport moment from 'moment';\nimport DashboardLayout from './layout';\n\nconst Dashboard = () => (\n  <DashboardLayout>\n    {({ developer }) => (\n      <Skeleton isLoaded={Boolean(developer)}>\n        <Box mb={4}>\n          <Heading as=\"h1\">Home</Heading>\n          <Text fontSize=\"sm\" color=\"gray.700\" letterSpacing=\"0\">\n            Your usage across all IgboAPI services.\n          </Text>\n        </Box>\n        <Stat\n          borderColor=\"gray.200\"\n          borderWidth=\"1px\"\n          borderRadius=\"md\"\n          p={4}\n          maxWidth=\"400px\"\n          backgroundColor=\"white\"\n        >\n          <>\n            <Box className=\"flex flex-row justify-between items-center\">\n              <StatLabel>Daily IgboAPI Usage</StatLabel>\n              <StatLabel>Daily limit: 500</StatLabel>\n            </Box>\n            <StatNumber>{developer?.usage.count}</StatNumber>\n            <StatHelpText>\n              Last date used: {moment(developer?.usage.date).format('MMMM DD, YYYY')}\n            </StatHelpText>\n          </>\n        </Stat>\n      </Skeleton>\n    )}\n  </DashboardLayout>\n);\nexport default Dashboard;\n"
  },
  {
    "path": "src/pages/dashboard/error.tsx",
    "content": "import React from 'react';\nimport { Box, Text } from '@chakra-ui/react';\nimport { FiAlertTriangle } from 'react-icons/fi';\n\nconst Error = () => (\n  <Box className=\"w-full h-full flex flex-col justify-center items-center\">\n    <FiAlertTriangle size=\"200px\" color=\"var(--chakra-colors-gray-400)\" />\n    <Text color=\"gray.400\" fontSize=\"2xl\" userSelect=\"none\">\n      An error occurred. Unable to load the page.\n    </Text>\n  </Box>\n);\n\nexport default Error;\n"
  },
  {
    "path": "src/pages/dashboard/index.page.tsx",
    "content": "import Dashboard from './dashboard';\n\nexport default Dashboard;\n"
  },
  {
    "path": "src/pages/dashboard/layout.tsx",
    "content": "import { Box, Skeleton, SlideFade } from '@chakra-ui/react';\nimport { useAtom } from 'jotai';\nimport { useEffect, useState } from 'react';\nimport { useAuthState } from 'react-firebase-hooks/auth';\nimport { auth } from '../../services/firebase';\nimport AccountStatus from '../../shared/constants/AccountStatus';\nimport Plan from '../../shared/constants/Plan';\nimport { DeveloperResponse } from '../../types';\nimport { getDeveloper } from '../APIs/DevelopersAPI';\nimport { developerAtom } from '../atoms/dashboardAtoms';\nimport AuthManager from '../managers/AuthManager';\nimport DashboardMenu from './components/DashboardMenu';\nimport DashboardNavigationMenu from './components/DashboardNavigationMenu';\nimport Error from './error';\n\nexport const DEFAULT_DEVELOPER = {\n  id: '',\n  name: 'developer',\n  apiKey: 'apiKey',\n  email: 'email',\n  password: 'password',\n  stripeId: 'stripeId',\n  firebaseId: 'firebaseId',\n  plan: Plan.STARTER,\n  accountStatus: AccountStatus.UNPAID,\n  usage: {\n    data: new Date(),\n    count: 0,\n  },\n};\n\nconst DashboardLayout = ({\n  children,\n}: {\n  children: (arg: { developer: DeveloperResponse }) => JSX.Element,\n}) => {\n  const [user, isLoadingUser] = useAuthState(auth);\n  const [isLoadingDeveloper, setIsLoadingDeveloper] = useState(false);\n  const [developer, setDeveloper] = useAtom(developerAtom);\n\n  useEffect(() => {\n    if (user && !developer) {\n      setIsLoadingDeveloper(true);\n      getDeveloper(user.uid).then((fetchedDeveloper) => {\n        setDeveloper(fetchedDeveloper);\n        setIsLoadingDeveloper(false);\n      });\n    }\n  }, [user, developer, setDeveloper]);\n\n  return (\n    <Box className=\"flex flex-row overflow-y-hidden\toverflow-x-hidden w-full h-screen bg-gray-50\">\n      <Box className=\"w-full\">\n        <Box className=\"w-full p-2 bg-white\" borderBottomColor=\"gray.200\" borderBottomWidth=\"1px\">\n          <DashboardMenu />\n          <DashboardNavigationMenu />\n        </Box>\n        <AuthManager>\n          <SlideFade in offsetX=\"-20px\" offsetY=\"0px\" className=\"w-full h-full p-4\">\n            {isLoadingUser || isLoadingDeveloper ? (\n              <Skeleton />\n            ) : developer ? (\n              children({ developer })\n            ) : (\n              <Error />\n            )}\n          </SlideFade>\n        </AuthManager>\n      </Box>\n    </Box>\n  );\n};\n\nexport default DashboardLayout;\n"
  },
  {
    "path": "src/pages/dashboard/plans.page.tsx",
    "content": "import React from 'react';\nimport { Box, Heading, Link, Text, chakra } from '@chakra-ui/react';\nimport { capitalize } from 'lodash';\nimport DashboardLayout from './layout';\nimport Plan from '../../shared/constants/Plan';\nimport { API_FROM_EMAIL, SERVER_DOMAIN } from '../../siteConstants';\n\nconst Plans = () => (\n  <DashboardLayout>\n    {({ developer }) => (\n      <Box>\n        <Heading>Plans</Heading>\n        <Text>\n          Your account is currently on the{' '}\n          <chakra.span fontWeight=\"bold\">{capitalize(Plan.STARTER)}</chakra.span> plan. For\n          questions about your plan, please{' '}\n          <Link href={`mailto:${API_FROM_EMAIL}`} textDecoration=\"underline\">\n            contact us\n          </Link>\n          .\n        </Text>\n        <form action={`${SERVER_DOMAIN}/stripe/checkout`} method=\"POST\">\n          <input type=\"hidden\" name=\"lookupKey\" value=\"igbo_api_team\" />\n          <input type=\"hidden\" name=\"developerId\" value={developer.id} />\n          {/* TODO: uncomment this when ready to use Stripe */}\n          {/* <Button type=\"submit\">Upgrade plan</Button> */}\n        </form>\n      </Box>\n    )}\n  </DashboardLayout>\n);\n\nexport default Plans;\n"
  },
  {
    "path": "src/pages/dashboard/profile.page.tsx",
    "content": "import { Avatar, Box, Heading, Text, VStack } from '@chakra-ui/react';\nimport DashboardLayout from './layout';\n\nconst Profile = () => (\n  <DashboardLayout>\n    {({ developer }) => (\n      <VStack width=\"full\" justifyContent=\"center\" gap={2}>\n        <Avatar size=\"lg\" />\n        <Heading as=\"h1\">Profile</Heading>\n        <Box className=\"space-y-2\">\n          <Box>\n            <Text textAlign=\"center\">{developer.name}</Text>\n            <Text color=\"gray\" fontSize=\"sm\" textAlign=\"center\">\n              {developer.email}\n            </Text>\n          </Box>\n          {/* <Box className=\"w-full flex justify-center\">\n            <Badge colorScheme={developer.stripeId ? 'blue' : 'yellow'}>\n              {developer.stripeId ? 'Stripe Connected' : 'Stripe Disconnected'}\n            </Badge>\n          </Box> */}\n        </Box>\n      </VStack>\n    )}\n  </DashboardLayout>\n);\n\nexport default Profile;\n"
  },
  {
    "path": "src/pages/dashboard/shared/pricingFeatures.tsx",
    "content": "import React, { ReactElement } from 'react';\nimport { FiXCircle, FiCheckCircle } from 'react-icons/fi';\nimport Plan from '../../../shared/constants/Plan';\n\nenum FeatureCategory {\n  DATA = 'Data',\n  COMPUTE = 'Compute and Variable Costs',\n  FEATURES = 'Features',\n}\n\ninterface PricingFeatureCategory {\n  category: FeatureCategory;\n  features: PricingFeature[];\n}\n\ninterface PricingFeature {\n  feature: string;\n  tiers: { [key in Plan]: ReactElement | string };\n}\n\nconst pricingFeatures: PricingFeatureCategory[] = [\n  {\n    category: FeatureCategory.DATA,\n    features: [\n      // Starter\n      {\n        feature: 'Daily requests',\n        tiers: {\n          [Plan.STARTER]: '500',\n          [Plan.TEAM]: '2,500',\n        },\n      },\n      {\n        feature: '25,000+ words',\n        tiers: {\n          [Plan.STARTER]: <FiCheckCircle color=\"green\" />,\n          [Plan.TEAM]: <FiCheckCircle color=\"green\" />,\n        },\n      },\n      {\n        feature: '50,000+ sentences',\n        tiers: {\n          [Plan.STARTER]: <FiCheckCircle color=\"green\" />,\n          [Plan.TEAM]: <FiCheckCircle color=\"green\" />,\n        },\n      },\n      {\n        feature: '100+ hours of audio data',\n        tiers: {\n          [Plan.STARTER]: <FiXCircle color=\"red\" />,\n          [Plan.TEAM]: <FiCheckCircle color=\"green\" />,\n        },\n      },\n      // Team\n      {\n        feature: 'Cached verbs and suffixes',\n        tiers: {\n          [Plan.STARTER]: <FiXCircle color=\"red\" />,\n          [Plan.TEAM]: <FiCheckCircle color=\"green\" />,\n        },\n      },\n      {\n        feature: 'Multiple audio recordings for sentences',\n        tiers: {\n          [Plan.STARTER]: <FiXCircle color=\"red\" />,\n          [Plan.TEAM]: <FiCheckCircle color=\"green\" />,\n        },\n      },\n      {\n        feature: 'Consistent dialects data structure',\n        tiers: {\n          [Plan.STARTER]: <FiXCircle color=\"red\" />,\n          [Plan.TEAM]: <FiCheckCircle color=\"green\" />,\n        },\n      },\n      {\n        feature: 'Resolve attached wor stems and related terms',\n        tiers: {\n          [Plan.STARTER]: <FiXCircle color=\"red\" />,\n          [Plan.TEAM]: <FiCheckCircle color=\"green\" />,\n        },\n      },\n    ],\n  },\n  {\n    category: FeatureCategory.FEATURES,\n    features: [\n      {\n        feature: 'Access to the IgboSpeech API',\n        tiers: {\n          [Plan.STARTER]: <FiXCircle color=\"red\" />,\n          [Plan.TEAM]: <FiCheckCircle color=\"green\" />,\n        },\n      },\n      {\n        feature: 'Access to the Igbo OCR API',\n        tiers: {\n          [Plan.STARTER]: <FiXCircle color=\"red\" />,\n          [Plan.TEAM]: <FiCheckCircle color=\"green\" />,\n        },\n      },\n    ],\n  },\n];\n\nexport default pricingFeatures;\n"
  },
  {
    "path": "src/pages/hooks/__mocks__/useCallable.ts",
    "content": "export const useCallable = jest.fn(() => ({ data: {} }));\n"
  },
  {
    "path": "src/pages/hooks/useCallable.ts",
    "content": "import { httpsCallable } from 'firebase/functions';\nimport { functions } from '../../services/firebase';\n/**\n * Custom hook for using Firebase callable functions\n * @param name Name of the exported function in Firebase\n */\nexport const useCallable = (name: string, payload: any): any => {\n  const callableFunction = httpsCallable(functions, name);\n  return callableFunction(payload);\n};\n"
  },
  {
    "path": "src/pages/hooks/useRecorder.ts",
    "content": "/* From: https://codesandbox.io/s/81zkxw8qnl?file=/src/useRecorder.js:370-385 */\n/* From: https://medium.com/front-end-weekly/recording-audio-in-mp3-using-reactjs-under-5-minutes-5e960defaf10 */\nimport { useToast } from '@chakra-ui/react';\n// @ts-expect-error type exists\nimport MicRecorder from 'mic-recorder-to-mp3';\nimport { useEffect, useRef, useState } from 'react';\n\nconst MAX_AUDIO_SIZE = 5000000;\nconst useRecorder = (): [string, boolean, () => void, () => void, number] => {\n  const [audioBlob, setAudioBlob] = useState('');\n  const [isRecording, setIsRecording] = useState(false);\n  const [isBlocked, setIsBlocked] = useState(true);\n  const [recorder, setRecorder] = useState(null);\n  const [recordingDuration, setRecordingDuration] = useState(0);\n  const durationRef = useRef<NodeJS.Timer>();\n  const toast = useToast();\n\n  useEffect(() => {\n    window.navigator.mediaDevices\n      .getUserMedia({ audio: true })\n      .then(() => setIsBlocked(false))\n      .catch(() => setIsBlocked(true));\n  }, []);\n\n  useEffect(() => {\n    if (!isBlocked) {\n      setRecorder(new MicRecorder({ bitRate: 30000 }));\n\n      (async () => {\n        const stream = await window.navigator.mediaDevices\n          .getUserMedia({ audio: true })\n          .catch(() => {\n            toast({\n              title: 'Microphone access denied',\n              position: 'top-right',\n              variant: 'left-accent',\n              description: 'You must grant microphone permission to record',\n              status: 'error',\n              duration: 30000,\n              isClosable: true,\n            });\n          });\n      })();\n    }\n  }, [isBlocked]);\n\n  const startRecording = () => {\n    if (!isBlocked && recorder) {\n      // @ts-expect-error start\n      recorder.start().then(() => {\n        setIsRecording(true);\n        setRecordingDuration(0);\n        durationRef.current = setInterval(() => {\n          setRecordingDuration((prevRecordingDuration) => prevRecordingDuration + 1);\n        }, 1000);\n      });\n    } else if (isBlocked) {\n      toast({\n        title: 'Microphone access denied',\n        position: 'top-right',\n        variant: 'left-accent',\n        description: 'You must grant microphone permission to record',\n        status: 'error',\n        duration: 30000,\n        isClosable: true,\n      });\n    }\n  };\n\n  const stopRecording = () => {\n    if (!isBlocked && recorder) {\n      recorder\n        // @ts-expect-error stop\n        .stop()\n        .getMp3()\n        .then(([buffer, blob]: [BlobPart[], Blob]) => {\n          const file = new File(buffer, 'me-at-thevoice.mp3', {\n            type: blob.type,\n            lastModified: Date.now(),\n          });\n          const reader = new FileReader();\n          reader.readAsDataURL(file);\n          reader.onloadend = (e): void | React.ReactText => {\n            if (\n              // @ts-expect-error e.target\n              typeof e.target.result !== 'string' ||\n              // @ts-expect-error e.target\n              !e.target.result.includes('data:audio/mp3')\n            ) {\n              return toast({\n                title: 'Unable to record',\n                position: 'top-right',\n                variant: 'left-accent',\n                description: 'Invalid file type. Must be .mp3',\n                status: 'warning',\n                duration: 9000,\n                isClosable: true,\n              });\n            }\n            // @ts-expect-error e.target\n            if (e.target.result?.length > MAX_AUDIO_SIZE) {\n              return toast({\n                title: 'Unable to record',\n                position: 'top-right',\n                variant: 'left-accent',\n                description: 'Audio is too large - 500Kb maximum. Shorten your recording.',\n                status: 'warning',\n                duration: 9000,\n                isClosable: true,\n              });\n            }\n            if (reader.result !== 'data:audio/mp3;base64,') {\n              return setAudioBlob(reader.result as string);\n            }\n          };\n          setIsRecording(false);\n          if (durationRef.current) {\n            // @ts-expect-error number\n            clearInterval(durationRef.current);\n          }\n        });\n    } else if (!isBlocked) {\n      toast({\n        title: 'Microphone access denied',\n        position: 'top-right',\n        variant: 'left-accent',\n        description: 'Unable to stop recording. You must grant microphone permission to record',\n        status: 'error',\n        duration: 30000,\n        isClosable: true,\n      });\n    }\n  };\n\n  return [audioBlob, isRecording, startRecording, stopRecording, recordingDuration];\n};\n\nexport default useRecorder;\n"
  },
  {
    "path": "src/pages/index.page.tsx",
    "content": "import App from './App';\n\n// const getGitHubContributors = async () => {\n//   console.time('Fetching GitHub Contributors SSR');\n//   const gitHubAuthorization = GITHUB_STATS_TOKEN;\n//   const res = await axios({\n//     method: 'get',\n//     url: GITHUB_CONTRIBUTORS,\n//     headers: {\n//       ...(gitHubAuthorization ? { Authorization: `token ${gitHubAuthorization}` } : {}),\n//     },\n//   }).catch(() => ({ data: [] }));\n//   console.timeEnd('Fetching GitHub Contributors SSR');\n//   return res.data || [];\n// };\n\n// const getGitHubStars = async () => {\n//   console.time('Fetching GitHub Stars SSR');\n//   const gitHubAuthorization = GITHUB_STATS_TOKEN;\n//   const res = await axios({\n//     method: 'get',\n//     url: GITHUB_STARS,\n//     headers: {\n//       ...(gitHubAuthorization ? { Authorization: `token ${gitHubAuthorization}` } : {}),\n//     },\n//   })\n//     .then(({ data }) => ({ data: data.watchers_count }))\n//     .catch(() => ({ data: 0 }));\n//   console.timeEnd('Fetching GitHub Stars SSR');\n//   return res.data || 0;\n// };\n\nexport const getServerSideProps = async (context: any) => {\n  try {\n    const { res } = context;\n    res.setHeader('Cache-Control', 'public, max-age=302400, s-maxage=604800');\n    return {\n      props: {\n        searchWord: '',\n        words: [],\n        databaseStats: {},\n        gitHubStats: { contributors: 0, stars: 0 },\n      },\n    };\n  } catch (err) {\n    return {\n      props: {\n        searchWord: '',\n        words: ['An internal error has occurred'],\n      },\n    };\n  }\n};\n\nconst IgboAPIApp = (props: any) => <App {...props} />;\n\nexport default IgboAPIApp;\n"
  },
  {
    "path": "src/pages/managers/AuthManager.tsx",
    "content": "import { useEffect } from 'react';\nimport { useRouter } from 'next/router';\nimport { useAuthState } from 'react-firebase-hooks/auth';\nimport { auth } from '../../services/firebase';\n\nconst AuthManager = ({ children }: { children: any }) => {\n  const router = useRouter();\n  const [user, isLoading] = useAuthState(auth);\n\n  useEffect(() => {\n    if (!user && !isLoading) {\n      router.push('/signup');\n    }\n  }, [router, user, isLoading]);\n\n  return children;\n};\n\nexport default AuthManager;\n"
  },
  {
    "path": "src/pages/managers/__tests__/AuthManager.test.tsx",
    "content": "import React from 'react';\nimport { render } from '@testing-library/react';\nimport TestContext from '../../../__tests__/components/TestContext';\nimport AuthManager from '../AuthManager';\nimport { routerPushMock } from '../../../../__mocks__/next/router';\n\njest.mock('react-firebase-hooks/auth');\n\ndescribe('AuthManager', () => {\n  it('sets up auth manager', async () => {\n    render(\n      <TestContext>\n        {/* @ts-expect-error AuthManager */}\n        <AuthManager />\n      </TestContext>\n    );\n\n    expect(routerPushMock).not.toHaveBeenCalledWith('/signup');\n  });\n});\n"
  },
  {
    "path": "src/pages/pricing/__tests__/_index.page.test.tsx",
    "content": "import React from 'react';\nimport { render } from '@testing-library/react';\nimport TestContext from '../../../__tests__/components/TestContext';\nimport Pricing from '../_index.page';\n\ndescribe('Pricing', () => {\n  it('renders the pricing page', async () => {\n    const { findByText } = render(\n      <TestContext>\n        <Pricing />\n      </TestContext>\n    );\n\n    await findByText('Starter');\n    await findByText('$0');\n    await findByText('Get started');\n    await findByText('Team');\n    await findByText('$10');\n    await findByText('Sign in to upgrade');\n  });\n});\n"
  },
  {
    "path": "src/pages/pricing/_index.page.tsx",
    "content": "import React from 'react';\nimport { capitalize } from 'lodash';\nimport { Box, Heading } from '@chakra-ui/react';\nimport PricingCard from './components/PricingCard';\nimport { PricingTier } from './types';\nimport Plan from '../../shared/constants/Plan';\n\nconst pricingTiers: PricingTier[] = [\n  {\n    price: 0,\n    title: capitalize(Plan.STARTER),\n    description:\n      'Built for small teams and independent developers looking to get started developing.',\n    callToAction: 'Get started',\n    navigation: '/dashboard',\n    features: ['first', 'second', 'third', 'fourth'],\n  },\n  {\n    price: 10,\n    title: capitalize(Plan.TEAM),\n    description: 'Built for startups and larger organizations looking to scale their services.',\n    callToAction: 'Sign in to upgrade',\n    navigation: '/dashboard',\n    features: [\n      'Igbo API v2',\n      'Resolvable data',\n      'Beta access to IgboSpeech',\n      'Beta access to Igbo OCR',\n    ],\n  },\n];\n\nconst Pricing = () => (\n  <Box>\n    <Box className=\"space-y-12 md:pt-64 lg:py-32 mb-12\">\n      <Heading as=\"h1\" textAlign=\"center\">\n        Pricing\n      </Heading>\n      <Box\n        className=\"flex flex-col lg:flex-row justify-center items-center \n      space-y-8 lg:space-y-0 lg:space-x-14 w-full\"\n      >\n        {pricingTiers.map((pricingTier) => (\n          <PricingCard key={pricingTier.title} {...pricingTier} />\n        ))}\n      </Box>\n    </Box>\n  </Box>\n);\n\nexport default Pricing;\n"
  },
  {
    "path": "src/pages/pricing/components/PricingCard.tsx",
    "content": "import React from 'react';\nimport { Box, Button, Heading, Text, chakra } from '@chakra-ui/react';\nimport { FiCheckCircle } from 'react-icons/fi';\nimport { useRouter } from 'next/router';\nimport { PricingTier } from '../types';\n\nconst PricingCard = ({\n  price,\n  title,\n  description,\n  callToAction,\n  navigation,\n  features,\n}: PricingTier) => {\n  const router = useRouter();\n\n  const handleCallToAction = () => {\n    router.push(navigation);\n  };\n  return (\n    <Box\n      className=\"rounded-lg grid grid-cols-1 gap-6\"\n      borderWidth=\"1px\"\n      borderColor=\"gray.300\"\n      p={6}\n      width=\"fit-content\"\n      maxWidth=\"320px\"\n      minHeight=\"400px\"\n    >\n      <Box>\n        <Heading as=\"h2\" fontSize=\"2xl\">\n          {title}\n        </Heading>\n        <Heading fontSize=\"5xl\">\n          {`$${price}`}\n          <chakra.span fontSize=\"xl\" color=\"gray.600\" letterSpacing=\"-0.02em\">\n            / month\n          </chakra.span>\n        </Heading>\n      </Box>\n      <Text fontSize=\"md\">{description}</Text>\n      <Button onClick={handleCallToAction} zIndex={-1}>\n        {callToAction}\n      </Button>\n      <Box>\n        {features.map((feature) => (\n          <Box key={feature} className=\"flex flex-row items-center space-x-2\">\n            <FiCheckCircle color=\"green\" />\n            <Text key={feature}>{feature}</Text>\n          </Box>\n        ))}\n      </Box>\n    </Box>\n  );\n};\n\nexport default PricingCard;\n"
  },
  {
    "path": "src/pages/pricing/components/__tests__/PricingCard.test.tsx",
    "content": "import React from 'react';\nimport { render } from '@testing-library/react';\nimport userEvent from '@testing-library/user-event';\nimport TestContext from '../../../../__tests__/components/TestContext';\nimport PricingCard from '../PricingCard';\nimport { routerPushMock } from '../../../../../__mocks__/next/router';\n\ndescribe('PricingCard', () => {\n  it('renders the pricing card and clicks the button', async () => {\n    const props = {\n      price: 10,\n      title: 'Team',\n      description: 'Description',\n      callToAction: 'Action',\n      navigation: '/action',\n      features: ['first feature'],\n    };\n    const { findByText } = render(\n      <TestContext>\n        <PricingCard {...props} />\n      </TestContext>\n    );\n\n    await findByText('$10');\n    await findByText('/ month');\n    await findByText('Team');\n    await findByText('Description');\n    const actionButton = await findByText('Action');\n    await findByText('first feature');\n    await userEvent.click(actionButton);\n\n    expect(routerPushMock).toHaveBeenCalledWith('/action');\n  });\n});\n"
  },
  {
    "path": "src/pages/pricing/types.ts",
    "content": "export interface PricingTier {\n  price: number;\n  title: string;\n  description: string;\n  callToAction: string;\n  navigation: string;\n  features: string[];\n}\n"
  },
  {
    "path": "src/pages/privacy/index.page.tsx",
    "content": "import React from 'react';\nimport { Box, Heading, Text, UnorderedList, ListItem } from '@chakra-ui/react';\nimport { API_FROM_EMAIL } from '../../siteConstants';\n\nconst Privacy = () => (\n  <Box style={{ minHeight: '96vh' }} className=\"flex flex-col items-center py-12\">\n    <Box className=\"w-11/12 lg:w-6/12 flex flex-col justify-start py-3 lg:py-10\">\n      {/* Privacy Policy Start */}\n      <Box className=\"privacy-container space-y-4\">\n        <Heading as=\"h1\" fontSize=\"2xl\">\n          Privacy Policy\n        </Heading>\n        <Text>Last updated: June 2, 2022</Text>\n        <Text>\n          This Privacy Policy describes Our policies and procedures on the collection, use and\n          disclosure of Your information when You use the Service and tells You about Your privacy\n          rights and how the law protects You.\n        </Text>\n        <Heading as=\"h1\" fontSize=\"2xl\">\n          Interpretation and Definitions\n        </Heading>\n        <Heading as=\"h2\" fontSize=\"xl\">\n          Interpretation\n        </Heading>\n        <Text>\n          The words of which the initial letter is capitalized have meanings defined under the\n          following conditions. The following definitions shall have the same meaning regardless of\n          whether they appear in singular or in plural.\n        </Text>\n        <Heading as=\"h2\" fontSize=\"xl\">\n          Definitions\n        </Heading>\n        <Text>For the purposes of this Privacy Policy:</Text>\n        <UnorderedList>\n          <ListItem>\n            <Text>\n              <strong>Account</strong>\n              {` means a unique account created for\n                You to access our Service or parts of our Service.`}\n            </Text>\n          </ListItem>\n          <ListItem>\n            <Text>\n              <strong>Company</strong>\n              {` (referred to as either \"the Company\",\n                \"We\", \"Us\" or \"Our\" in this Agreement) refers to the Igbo API.`}\n            </Text>\n          </ListItem>\n          <ListItem>\n            <Text>\n              <strong>Cookies</strong>\n              {` are small files that are placed on\n                Your computer, mobile device or any other device by a website,\n                containing the details of Your browsing history on that\n                website among its many uses.`}\n            </Text>\n          </ListItem>\n          <ListItem>\n            <Text>\n              <strong>Country</strong>\n              {' refers to: California, United States'}\n            </Text>\n          </ListItem>\n          <ListItem>\n            <Text>\n              <strong>Device</strong>\n              {` means any device that can access the\n                Service such as a computer, a cellphone or a digital tablet.`}\n            </Text>\n          </ListItem>\n          <ListItem>\n            <Text>\n              <strong>Personal Data</strong>\n              {` is any information that relates\n                to an identified or identifiable individual.`}\n            </Text>\n          </ListItem>\n          <ListItem>\n            <Text>\n              <strong>Service</strong>\n              {' refers to the Website.'}\n            </Text>\n          </ListItem>\n          <ListItem>\n            <Text>\n              <strong>Service Provider</strong>\n              {` means any natural or legal\n                person who processes the data on behalf of the Company. It\n                refers to third-party companies or individuals employed by the\n                Company to facilitate the Service, to provide the Service on\n                behalf of the Company, to perform services related to the\n                Service or to assist the Company in analyzing how the Service\n                is used.`}\n            </Text>\n          </ListItem>\n          <ListItem>\n            <Text>\n              <strong>Third-party Social Media Service</strong>\n              {` refers to\n                any website or any social network website through which a User\n                can log in or create an account to use the Service.`}\n            </Text>\n          </ListItem>\n          <ListItem>\n            <Text>\n              <strong>Usage Data</strong>\n              {` refers to data collected\n                automatically, either generated by the use of the Service or\n                from the Service infrastructure itself (for example, the\n                duration of a page visit).`}\n            </Text>\n          </ListItem>\n          <ListItem>\n            <Text>\n              <strong>Website</strong>\n              {' refers to the Igbo API, accessible from '}\n              <a\n                className=\"link\"\n                href=\"https://igboapi.com\"\n                rel=\"external nofollow noopener noreferrer\"\n                target=\"_blank\"\n              >\n                https://igboapi.com\n              </a>\n            </Text>\n          </ListItem>\n          <ListItem>\n            <Text>\n              <strong>You</strong>\n              {` means the individual accessing or using\n                the Service, or the company, or other legal entity on behalf\n                of which such individual is accessing or using the Service, as\n                applicable.`}\n            </Text>\n          </ListItem>\n        </UnorderedList>\n        <Heading as=\"h1\" fontSize=\"2xl\">\n          Collecting and Using Your Personal Data\n        </Heading>\n        <Heading as=\"h2\" fontSize=\"xl\">\n          Types of Data Collected\n        </Heading>\n        <Heading as=\"h3\">Personal Data</Heading>\n        <Text>\n          While using Our Service, We may ask You to provide Us with certain personally identifiable\n          information that can be used to contact or identify You. Personally identifiable\n          information may include, but is not limited to:\n        </Text>\n        <UnorderedList>\n          <ListItem>\n            <Text>Email address</Text>\n          </ListItem>\n          <ListItem>\n            <Text>First name and last name</Text>\n          </ListItem>\n          <ListItem>\n            <Text>Address, State, Province, ZIP/Postal code, City</Text>\n          </ListItem>\n          <ListItem>\n            <Text>Usage Data</Text>\n          </ListItem>\n        </UnorderedList>\n        <Heading as=\"h3\">Usage Data</Heading>\n        <Text>Usage Data is collected automatically when using the Service.</Text>\n        <Text>\n          {`Usage Data may include information such as Your Device's Internet\n            Protocol address (e.g. IP address), browser type, browser version,\n            the pages of our Service that You visit, the time and date of Your\n            visit, the time spent on those pages, unique device identifiers\n            and other diagnostic data.`}\n        </Text>\n        <Text>\n          When You access the Service by or through a mobile device, We may collect certain\n          information automatically, including, but not limited to, the type of mobile device You\n          use, Your mobile device unique ID, the IP address of Your mobile device, Your mobile\n          operating system, the type of mobile Internet browser You use, unique device identifiers\n          and other diagnostic data.\n        </Text>\n        <Text>\n          We may also collect information that Your browser sends whenever You visit our Service or\n          when You access the Service by or through a mobile device.\n        </Text>\n        <Heading as=\"h3\">Information from Third-Party Social Media Services</Heading>\n        <Text>\n          The Company allows You to create an account and log in to use the Service through the\n          following Third-party Social Media Services:\n        </Text>\n        <UnorderedList>\n          <ListItem>Google</ListItem>\n          <ListItem>Facebook</ListItem>\n        </UnorderedList>\n        <Text>\n          {`If You decide to register through or otherwise grant us access to\n            a Third-Party Social Media Service, We may collect Personal data\n            that is already associated with Your Third-Party Social Media\n            Service's account, such as Your name, Your email address, Your\n            activities or Your contact list associated with that account.`}\n        </Text>\n        <Text>\n          {`You may also have the option of sharing additional information\n            with the Company through Your Third-Party Social Media Service's\n            account. If You choose to provide such information and Personal\n            Data, during registration or otherwise, You are giving the Company\n            permission to use, share, and store it in a manner consistent with\n            this Privacy Policy.`}\n        </Text>\n        <Heading as=\"h3\">Tracking Technologies and Cookies</Heading>\n        <Text>\n          We use Cookies and similar tracking technologies to track the activity on Our Service and\n          store certain information. Tracking technologies used are beacons, tags, and scripts to\n          collect and track information and to improve and analyze Our Service. The technologies We\n          use may include:\n        </Text>\n        <UnorderedList>\n          <ListItem>\n            <strong>Cookies or Browser Cookies.</strong>\n            {` A cookie is a small\n              file placed on Your Device. You can instruct Your browser to\n              refuse all Cookies or to indicate when a Cookie is being sent.\n              However, if You do not accept Cookies, You may not be able to\n              use some parts of our Service. Unless you have adjusted Your\n              browser setting so that it will refuse Cookies, our Service may\n              use Cookies.`}\n          </ListItem>\n        </UnorderedList>\n        <Text>\n          {`Cookies can be \"Persistent\" or \"Session\" Cookies. Persistent\n            Cookies remain on Your personal computer or mobile device when You\n            go offline, while Session Cookies are deleted as soon as You close\n            Your web browser. Learn more about cookies: `}\n          <a\n            className=\"link\"\n            href=\"https://www.privacypolicies.com/blog/cookies/\"\n            rel=\"external nofollow noopener noreferrer\"\n            target=\"_blank\"\n          >\n            What Are Cookies?\n          </a>\n          .\n        </Text>\n        <Text>We use both Session and Persistent Cookies for the purposes set out below:</Text>\n        <UnorderedList>\n          <ListItem>\n            <Text>\n              <strong>Necessary / Essential Cookies</strong>\n            </Text>\n            <Text>Type: Session Cookies</Text>\n            <Text>Administered by: Us</Text>\n            <Text>\n              Purpose: These Cookies are essential to provide You with services available through\n              the Website and to enable You to use some of its features. They help to authenticate\n              users and prevent fraudulent use of user accounts. Without these Cookies, the services\n              that You have asked for cannot be provided, and We only use these Cookies to provide\n              You with those services.\n            </Text>\n          </ListItem>\n          <ListItem>\n            <Text>\n              <strong>Functionality Cookies</strong>\n            </Text>\n            <Text>Type: Persistent Cookies</Text>\n            <Text>Administered by: Us</Text>\n            <Text>\n              Purpose: These Cookies allow us to remember choices You make when You use the Website,\n              such as remembering your login details or language preference. The purpose of these\n              Cookies is to provide You with a more personal experience and to avoid You having to\n              re-enter your preferences every time You use the Website.\n            </Text>\n          </ListItem>\n        </UnorderedList>\n        <Text>\n          For more information about the cookies we use and your choices regarding cookies, please\n          visit our Cookies Policy or the Cookies section of our Privacy Policy.\n        </Text>\n        <Heading as=\"h2\" fontSize=\"xl\">\n          Use of Your Personal Data\n        </Heading>\n        <Text>The Company may use Personal Data for the following purposes:</Text>\n        <UnorderedList>\n          <ListItem>\n            <Text>\n              <strong>To provide and maintain our Service</strong>, including to monitor the usage\n              of our Service.\n            </Text>\n          </ListItem>\n          <ListItem>\n            <Text>\n              <strong>To manage Your Account:</strong>\n              {` to manage Your\n                registration as a user of the Service. The Personal Data You\n                provide can give You access to different functionalities of\n                the Service that are available to You as a registered user.`}\n            </Text>\n          </ListItem>\n          <ListItem>\n            <Text>\n              <strong>For the performance of a contract:</strong>\n              {` the\n                development, compliance and undertaking of the purchase\n                contract for the products, items or services You have\n                purchased or of any other contract with Us through the\n                Service.`}\n            </Text>\n          </ListItem>\n          <ListItem>\n            <Text>\n              <strong>To contact You:</strong>\n              {` To contact You by email,\n                telephone calls, SMS, or other equivalent forms of electronic\n                communication, such as a mobile application's push\n                notifications regarding updates or informative communications\n                related to the functionalities, products or contracted\n                services, including the security updates, when necessary or\n                reasonable for their implementation.`}\n            </Text>\n          </ListItem>\n          <ListItem>\n            <Text>\n              <strong>To provide You</strong>\n              {` with news, special offers and\n                general information about other goods, services and events\n                which we offer that are similar to those that you have already\n                purchased or enquired about unless You have opted not to\n                receive such information.`}\n            </Text>\n          </ListItem>\n          <ListItem>\n            <Text>\n              <strong>To manage Your requests:</strong>\n              {` To attend and manage\n                Your requests to Us.`}\n            </Text>\n          </ListItem>\n          <ListItem>\n            <Text>\n              <strong>For business transfers:</strong>\n              {` We may use Your\n                information to evaluate or conduct a merger, Boxestiture,\n                restructuring, reorganization, dissolution, or other sale or\n                transfer of some or all of Our assets, whether as a going\n                concern or as part of bankruptcy, liquidation, or similar\n                proceeding, in which Personal Data held by Us about our\n                Service users is among the assets transferred.`}\n            </Text>\n          </ListItem>\n          <ListItem>\n            <Text>\n              <strong>For other purposes</strong>\n              {`: We may use Your\n                information for other purposes, such as data analysis,\n                identifying usage trends, determining the effectiveness of our\n                promotional campaigns and to evaluate and improve our Service,\n                products, services, marketing and your experience.`}\n            </Text>\n          </ListItem>\n        </UnorderedList>\n        <Text>We may share Your personal information in the following situations:</Text>\n        <UnorderedList>\n          <ListItem>\n            <strong>With Service Providers:</strong>\n            {` We may share Your\n              personal information with Service Providers to monitor and\n              analyze the use of our Service, to contact You.`}\n          </ListItem>\n          <ListItem>\n            <strong>For business transfers:</strong>\n            {` We may share or\n              transfer Your personal information in connection with, or during\n              negotiations of, any merger, sale of Company assets, financing,\n              or acquisition of all or a portion of Our business to another\n              company.`}\n          </ListItem>\n          <ListItem>\n            <strong>With Affiliates:</strong>\n            {` We may share Your information\n              with Our affiliates, in which case we will require those\n              affiliates to honor this Privacy Policy. Affiliates include Our\n              parent company and any other subsidiaries, joint venture\n              partners or other companies that We control or that are under\n              common control with Us.`}\n          </ListItem>\n          <ListItem>\n            <strong>With business partners:</strong>\n            {` We may share Your\n              information with Our business partners to offer You certain\n              products, services or promotions.`}\n          </ListItem>\n          <ListItem>\n            <strong>With other users:</strong>\n            {` when You share personal\n              information or otherwise interact in the public areas with other\n              users, such information may be viewed by all users and may be\n              publicly distributed outside. If You interact with other users\n              or register through a Third-Party Social Media Service, Your\n              contacts on the Third-Party Social Media Service may see Your\n              name, profile, pictures and description of Your activity.\n              Similarly, other users will be able to view descriptions of Your\n              activity, communicate with You and view Your profile.`}\n          </ListItem>\n          <ListItem>\n            <strong>With Your consent</strong>\n            {`: We may disclose Your\n              personal information for any other purpose with Your consent.`}\n          </ListItem>\n        </UnorderedList>\n        <Heading as=\"h2\" fontSize=\"xl\">\n          Retention of Your Personal Data\n        </Heading>\n        <Text>\n          The Company will retain Your Personal Data only for as long as is necessary for the\n          purposes set out in this Privacy Policy. We will retain and use Your Personal Data to the\n          extent necessary to comply with our legal obligations (for example, if we are required to\n          retain your data to comply with applicable laws), resolve disputes, and enforce our legal\n          agreements and policies.\n        </Text>\n        <Text>\n          The Company will also retain Usage Data for internal analysis purposes. Usage Data is\n          generally retained for a shorter period of time, except when this data is used to\n          strengthen the security or to improve the functionality of Our Service, or We are legally\n          obligated to retain this data for longer time periods.\n        </Text>\n        <Heading as=\"h2\" fontSize=\"xl\">\n          Transfer of Your Personal Data\n        </Heading>\n        <Text>\n          {`Your information, including Personal Data, is processed at the\n            Company's operating offices and in any other places where the\n            parties involved in the processing are located. It means that this\n            information may be transferred to — and maintained on — computers\n            located outside of Your state, province, country or other\n            governmental jurisdiction where the data protection laws may\n            differ than those from Your jurisdiction.`}\n        </Text>\n        <Text>\n          Your consent to this Privacy Policy followed by Your submission of such information\n          represents Your agreement to that transfer.\n        </Text>\n        <Text>\n          The Company will take all steps reasonably necessary to ensure that Your data is treated\n          securely and in accordance with this Privacy Policy and no transfer of Your Personal Data\n          will take place to an organization or a country unless there are adequate controls in\n          place including the security of Your data and other personal information.\n        </Text>\n        <Heading as=\"h2\" fontSize=\"xl\">\n          Disclosure of Your Personal Data\n        </Heading>\n        <Heading as=\"h3\">Business Transactions</Heading>\n        <Text>\n          If the Company is involved in a merger, acquisition or asset sale, Your Personal Data may\n          be transferred. We will provide notice before Your Personal Data is transferred and\n          becomes subject to a different Privacy Policy.\n        </Text>\n        <Heading as=\"h3\">Law enforcement</Heading>\n        <Text>\n          Under certain circumstances, the Company may be required to disclose Your Personal Data if\n          required to do so by law or in response to valid requests by public authorities (e.g. a\n          court or a government agency).\n        </Text>\n        <Heading as=\"h3\">Other legal requirements</Heading>\n        <Text>\n          The Company may disclose Your Personal Data in the good faith belief that such action is\n          necessary to:\n        </Text>\n        <UnorderedList>\n          <ListItem>Comply with a legal obligation</ListItem>\n          <ListItem>Protect and defend the rights or property of the Company</ListItem>\n          <ListItem>\n            Prevent or investigate possible wrongdoing in connection with the Service\n          </ListItem>\n          <ListItem>Protect the personal safety of Users of the Service or the public</ListItem>\n          <ListItem>Protect against legal liability</ListItem>\n        </UnorderedList>\n        <Heading as=\"h2\" fontSize=\"xl\">\n          Security of Your Personal Data\n        </Heading>\n        <Text>\n          The security of Your Personal Data is important to Us, but remember that no method of\n          transmission over the Internet, or method of electronic storage is 100% secure. While We\n          strive to use commercially acceptable means to protect Your Personal Data, We cannot\n          guarantee its absolute security.\n        </Text>\n        <Heading as=\"h1\" fontSize=\"2xl\">\n          Children&apos;s Privacy\n        </Heading>\n        <Text>\n          Our Service does not address anyone under the age of 13. We do not knowingly collect\n          personally identifiable information from anyone under the age of 13. If You are a parent\n          or guardian and You are aware that Your child has provided Us with Personal Data, please\n          contact Us. If We become aware that We have collected Personal Data from anyone under the\n          age of 13 without verification of parental consent, We take steps to remove that\n          information from Our servers.\n        </Text>\n        <Text>\n          {`If We need to rely on consent as a legal basis for processing Your\n            information and Your country requires consent from a parent, We\n            may require Your parent's consent before We collect and use that\n            information.`}\n        </Text>\n        <Heading as=\"h1\" fontSize=\"2xl\">\n          Links to Other Websites\n        </Heading>\n        <Text>\n          {`Our Service may contain links to other websites that are not\n            operated by Us. If You click on a third party link, You will be\n            directed to that third party's site. We strongly advise You to\n            review the Privacy Policy of every site You visit.`}\n        </Text>\n        <Text>\n          We have no control over and assume no responsibility for the content, privacy policies or\n          practices of any third party sites or services.\n        </Text>\n        <Heading as=\"h1\" fontSize=\"2xl\">\n          Changes to this Privacy Policy\n        </Heading>\n        <Text>\n          We may update Our Privacy Policy from time to time. We will notify You of any changes by\n          posting the new Privacy Policy on this page.\n        </Text>\n        <Text>\n          {`We will let You know via email and/or a prominent notice on Our\n            Service, prior to the change becoming effective and update the\n            \"Last updated\" date at the top of this Privacy Policy.`}\n        </Text>\n        <Text>\n          You are advised to review this Privacy Policy periodically for any changes. Changes to\n          this Privacy Policy are effective when they are posted on this page.\n        </Text>\n        <Heading as=\"h1\" fontSize=\"2xl\">\n          Contact Us\n        </Heading>\n        <Text>If you have any questions about this Privacy Policy, You can contact us:</Text>\n        <UnorderedList>\n          <ListItem>\n            {'By email: '}\n            <a className=\"link\" href={`mailto:${API_FROM_EMAIL}`}>\n              {API_FROM_EMAIL}\n            </a>\n          </ListItem>\n        </UnorderedList>\n      </Box>\n      {/* Privacy Policy Finish */}\n    </Box>\n  </Box>\n);\n\nexport default Privacy;\n"
  },
  {
    "path": "src/pages/shared/useCases.ts",
    "content": "const useCases = [\n  {\n    label: 'Generate Subtitles',\n    as: 'h1',\n    description:\n      'Generate Igbo subtitles to reach more native speakers across the world. Perfect for content-producing teams.',\n    image:\n      'https://images.pexels.com/photos/2873486/pexels-photo-2873486.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2',\n  },\n  {\n    label: 'Transcribe Conversations',\n    as: 'h1',\n    description:\n      'Convert Igbo speech into text, in real-time. Perfect for team capturing customer conversations like telehealth or insurance companies.',\n    image:\n      'https://images.unsplash.com/photo-1611679782010-5ac7ff596d9a?q=80&w=3544&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D',\n  },\n  {\n    label: 'Build Language Learning Services',\n    as: 'h1',\n    description:\n      'Rely on the +25,000 Igbo words and +100,000 Igbo sentences to build experiences for language learners. Perfect for e-learning teams.',\n    image:\n      'https://images.pexels.com/photos/27541898/pexels-photo-27541898/free-photo-of-drummers.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2',\n  },\n] as const;\n\nexport default useCases;\n"
  },
  {
    "path": "src/pages/signup/index.page.tsx",
    "content": "import { Box, Heading, Text } from '@chakra-ui/react';\nimport Navbar from '../components/Navbar';\nimport Login from './login';\n\nconst SignUp = () => (\n  <>\n    <Navbar to=\"/\" />\n    <Box className=\"w-full\">\n      <Box className=\"flex flex-col items-center\">\n        <Box className=\"w-screen h-screen flex flex-row overflow-hidden\">\n          <Box className=\"flex flex-col w-0/12 lg:w-6/12 bg-gradient-to-tr from-blue-100 to-blue-500\" />\n          <Box className=\"flex flex-col justify-center items-center w-full lg:w-6/12\">\n            <Box className=\"w-6/12 lg:w-8/12 xl:w-6/12 space-y-4\">\n              <Box className=\"w-full\">\n                <Heading as=\"h1\" className=\"text-5xl\" textAlign=\"center\">\n                  Sign in to the Igbo API\n                </Heading>\n                <Text fontSize=\"sm\" color=\"gray.600\">\n                  If you are a new user, continue to create an account. Existing users will be\n                  logged in.\n                </Text>\n              </Box>\n              <Login />\n            </Box>\n          </Box>\n        </Box>\n      </Box>\n    </Box>\n  </>\n);\n\nexport default SignUp;\n"
  },
  {
    "path": "src/pages/signup/login.tsx",
    "content": "import React from 'react';\nimport { useRouter } from 'next/router';\nimport { signInWithPopup, GoogleAuthProvider, GithubAuthProvider, User } from 'firebase/auth';\nimport { FcGoogle } from 'react-icons/fc';\nimport { FaGithub } from 'react-icons/fa';\nimport { Box, Button } from '@chakra-ui/react';\nimport { auth } from '../../services/firebase';\nimport { getDeveloper, putDeveloper } from '../APIs/DevelopersAPI';\n\nconst googleProvider = new GoogleAuthProvider();\nconst gitHubProvider = new GithubAuthProvider();\n\nexport const signInWithGitHub = async () => {\n  const result = await signInWithPopup(auth, gitHubProvider);\n  GithubAuthProvider.credentialFromResult(result);\n  return result.user;\n};\n\nexport const signInWithGoogle = async () => {\n  const result = await signInWithPopup(auth, googleProvider);\n  GoogleAuthProvider.credentialFromResult(result);\n  return result.user;\n};\n\nconst loginConfigs = [\n  {\n    label: 'Continue with GitHub',\n    Icon: FaGithub,\n    callback: signInWithGitHub,\n  },\n  {\n    label: 'Continue with Google',\n    Icon: FcGoogle,\n    callback: signInWithGoogle,\n  },\n];\n\nconst Login = () => {\n  const router = useRouter();\n\n  const handleSignIn = (signInMethod: () => Promise<User>) => async () => {\n    const user = await signInMethod();\n    try {\n      await putDeveloper(user);\n    } catch (err) {\n      await getDeveloper(user.uid);\n    } finally {\n      router.push('/dashboard');\n    }\n  };\n\n  return (\n    <Box>\n      <Box className=\"flex flex-col justify-center items-center space-y-3 w-full\">\n        {loginConfigs.map(({ label, Icon, callback }) => (\n          <Button\n            key={label}\n            variant=\"outline\"\n            width=\"full\"\n            onClick={handleSignIn(callback)}\n            py=\"6\"\n            mb=\"2\"\n            borderColor=\"gray.300\"\n            borderWidth=\"1px\"\n            leftIcon={<Icon />}\n          >\n            {label}\n          </Button>\n        ))}\n      </Box>\n    </Box>\n  );\n};\n\nexport default Login;\n"
  },
  {
    "path": "src/pages/terms/index.page.tsx",
    "content": "/* eslint-disable */\nimport React from 'react';\nimport { Box, Heading, Text, UnorderedList, ListItem } from '@chakra-ui/react';\nimport { APP_URL } from '../../siteConstants';\nimport Navbar from '../components/Navbar';\nimport Footer from '../components/Footer';\n\nconst Terms = () => (\n  <>\n    <Box style={{ minHeight: '96vh' }} className=\"flex flex-col items-center py-12\">\n      <Box className=\"w-11/12 lg:w-6/12 flex flex-col justify-start py-3 lg:py-10\">\n        {/* Terms and Conditions Start */}\n        <Box className=\"privacy-container space-y-4\">\n          <Heading as=\"h1\">Terms and Conditions</Heading>\n          <Heading as=\"h2\">1. About the Website</Heading>\n          <UnorderedList>\n            <ListItem>\n              Welcome to the <a href={APP_URL}>Igbo API</a> (the &#39; <strong>Igbo</strong>&#39;)\n              dictionary API. The Website that offers an Igbo-English dictionary API as (the &#39;{' '}\n              <strong>Services</strong>\n              &#39;).\n            </ListItem>\n            <ListItem>\n              The Website is operated by Nkọwa okwu LLC. Access to and use of the Website, or any of\n              its associated Products or Services, is provided by Nkọwa okwu LLC. Please read these\n              terms and conditions (the &#39; <strong>Terms</strong>&#39;) carefully. By using,\n              browsing, and/or reading the Website, this signifies that you have read, understood,\n              and agree to be bound by the Terms. If you do not agree with the Terms, you must cease\n              the use of the Website, or any of Services, immediately.\n            </ListItem>\n            <ListItem>\n              (c)Nkọwa okwu LLC. reserves the right to review and change any of the Terms by\n              updating this page at its sole discretion. When Nkọwa okwu LLC. updates the Terms, it\n              will use reasonable endeavors to provide you with notice of updates to the Terms. Any\n              changes to the Terms take immediate effect from the date of their publication. Before\n              you continue, we recommend you keep a copy of the Terms for your records.\n            </ListItem>\n          </UnorderedList>\n          <Heading as=\"h2\">2. Acceptance of the Terms</Heading>\n          <Text>\n            You accept the Terms by remaining on the Website. You may also accept the Terms by\n            clicking to accept or agree to the Terms where this option is made available to you by\n            Nkọwa okwu LLC. in the user interface. Nkọwa okwu LLC reserves the right to change the\n            Terms at any time.\n          </Text>\n          <Heading as=\"h2\">3. Subscription and Registration to use Nkọwa okwu Services</Heading>\n          <UnorderedList>\n            <ListItem>\n              All users by default have access to all Nkọwa okwu Learning free tiers and no credit\n              card information is required (&#39;No <strong>Subscription Fee</strong>&#39;) for this\n              tier.\n            </ListItem>\n            <ListItem>\n              In order to access the advanced features of Nkọwa okwu Learning, you must first\n              purchase a subscription through the Website (the &#39; <strong>Subscription</strong>\n              &#39;) and pay the applicable fee for the selected Subscription (the &#39;{' '}\n              <strong>Subscription Fee</strong>&#39;).\n            </ListItem>\n            <ListItem>\n              In purchasing the Subscription, you acknowledge and agree that it is your\n              responsibility to ensure that the Subscription you elect to purchase is suitable for\n              your use.\n            </ListItem>\n            <ListItem>\n              Once you have purchased the Subscription, you will then be required to register for an\n              account through the Website before you can access the Services (the &#39;{' '}\n              <strong>Account</strong>&#39;).\n            </ListItem>\n            <ListItem>\n              As part of the registration process, or as part of your continued use of the Services,\n              you may be required to provide personal information about yourself (such as\n              identification or contact details), including:\n            </ListItem>\n            <Box pl={8}>\n              <ListItem>Email address</ListItem>\n              <ListItem>Full name</ListItem>\n              <ListItem>Mailing address</ListItem>\n              <ListItem>Password</ListItem>\n            </Box>\n            <ListItem>\n              You warrant that any information you give to Nkọwa okwu LLC. in the course of\n              completing the registration process will always be accurate, correct and up to date.\n            </ListItem>\n            <ListItem>\n              (f)Once you have completed the registration process, you will be a registered member\n              of the Website (&#39; <strong>Member</strong>&#39;) and agree to be bound by the\n              Terms. As a Member, you will be granted immediate access to the Services from the time\n              you have completed the registration process until the subscription period expires (the\n              &#39; <strong>Subscription Period</strong>&#39;). And you will automatically subscribe\n              to all newsletters and promotions and you will have the ability to unsubscribe at any\n              time.\n            </ListItem>\n            <ListItem>You may not use the Services and may not accept the Terms if:</ListItem>\n            <Box pl={8}>\n              <ListItem>\n                you are not of legal age to form a binding contract with Nkọwa okwu LLC.; or\n              </ListItem>\n              <ListItem>\n                you are a person barred from receiving the Services under the laws of or other\n                countries including the country in which you are resident or from which you use the\n                Services.\n              </ListItem>\n            </Box>\n          </UnorderedList>\n          <Heading as=\"h2\">4. Your obligations as a Member</Heading>\n          <Text>As a Member, you agree to comply with the following:</Text>\n          <UnorderedList>\n            <ListItem>\n              (a)you will use the Services only for purposes that are permitted by:\n            </ListItem>\n            <Box pl={8}>\n              <ListItem>the Terms; and</ListItem>\n              <ListItem>\n                any applicable law, regulation, or generally accepted practices or guidelines in the\n                relevant jurisdictions;\n              </ListItem>\n            </Box>\n            <ListItem>\n              you have the sole responsibility for protecting the confidentiality of your password\n              and/or email address. Use of your password by any other person may result in the\n              immediate cancellation of the Services;\n            </ListItem>\n            <ListItem>\n              any use of your registration information by any other person, or third parties, is\n              strictly prohibited. You agree to immediately notify Nkowa Okwu LLC. of any\n              unauthorised use of your password or email address or any breach of security of which\n              you have become aware;\n            </ListItem>\n            <ListItem>\n              access and use of the Website is limited, non-transferable and allows for the sole use\n              of the Website by you for the purposes of Nkọwa okwu LLC. providing the Services;\n            </ListItem>\n            <ListItem>\n              you will not use the Services or the Website in connection with any commercial\n              endeavors except those that are specifically endorsed or approved by the management of\n              Nkọwa okwu LLC.;\n            </ListItem>\n            <ListItem>\n              you will not use the Services or Website for any illegal and/or unauthorised use which\n              includes collecting email addresses of Members by electronic or other means for the\n              purpose of sending unsolicited email or unauthorised framing of or linking to the\n              Website;\n            </ListItem>\n            <ListItem>\n              you agree that commercial advertisements, affiliate links, and other forms of\n              solicitation may be removed from the Website without notice and may result in\n              termination of the Services. Appropriate legal action will be taken by Nkọwa okwu LLC.\n              for any illegal or unauthorised use of the Website; and\n            </ListItem>\n            <ListItem>\n              you acknowledge and agree that any automated use of the Website or its Services is\n              prohibited.\n            </ListItem>\n          </UnorderedList>\n          <Heading as=\"h2\">5. Payment</Heading>\n          <UnorderedList>\n            <ListItem>\n              Where the option is given to you, you may make payment of the Subscription Fee by way\n              of:\n            </ListItem>\n            <Box pl={8}>\n              <ListItem>\n                Credit Card Payment (&#39; <strong>Credit Card</strong>&#39;)\n              </ListItem>\n            </Box>\n            <ListItem>\n              You acknowledge and agree that where a request for the payment of the Subscription Fee\n              is returned or denied, for whatever reason, by your financial institution or is unpaid\n              by you for any other reason, then you are liable for any costs, including banking fees\n              and charges, associated with the Subscription Fee.\n            </ListItem>\n            <ListItem>\n              You agree and acknowledge that Nkọwa okwu LLC. can vary the Subscription Fee at any\n              time and that the varied Subscription Fee will come into effect following the\n              conclusion of the existing Subscription Period.\n            </ListItem>\n          </UnorderedList>\n          <Heading as=\"h2\">6. Refund Policy</Heading>\n          <Text>Payments are non-refundable and there are no refunds or credits for</Text>\n          <Text>partially used periods.</Text>\n          <Heading as=\"h2\">7. Copyright</Heading>\n          <UnorderedList>\n            <ListItem>\n              The Website, the Services, and all of the related products of Nkowa Okwu LLC. are\n              subject to copyright. The material on the Website is protected by copyright under the\n              laws and through international treaties. Unless otherwise indicated, all rights\n              (including copyright) in the Services and compilation of the Website (including but\n              not limited to text, graphics, logos, button icons, video images, audio clips,\n              Website, code, scripts, design elements, and interactive features) or the Services are\n              owned or controlled for these purposes and are reserved by Nkọwa okwu LLC. or its\n              contributors.\n            </ListItem>\n            <ListItem>\n              All trademarks, service marks, and trade names are owned, registered, and/or licensed\n              by Nkọwa okwu LLC., who grants to you a worldwide, non-exclusive, royalty-free,\n              revocable license whilst you are a Member to:\n            </ListItem>\n            <Box pl={8}>\n              <ListItem>use the Website pursuant to the Terms;</ListItem>\n              <ListItem>\n                copy and store the Website and the material contained in the Website in your\n                device&#39;s cache memory; and\n              </ListItem>\n              <ListItem>\n                print pages from the Website for your own personal and non-commercial use.\n              </ListItem>\n            </Box>\n            <Text>\n              Nkọwa okwu LLC. does not grant you any other rights whatsoever in relation to the\n              Website or the Services. All other rights are expressly reserved by Nkọwa okwu LLC..\n            </Text>\n            <ListItem>\n              Nkọwa okwu LLC. retains all rights, title, and interest in and to the Website and all\n              related Services. Nothing you do on or in relation to the Website will transfer any:\n            </ListItem>\n            <Box pl={8}>\n              <ListItem>\n                business name, trading name, domain name, trademark, industrial design, patent,\n                registered design or copyright, or\n              </ListItem>\n              <ListItem>\n                a right to use or exploit a business name, trading name, domain name, trademark or\n                industrial design, or\n              </ListItem>\n              <ListItem>\n                a thing, system, or process that is the subject of a patent, registered design, or\n                copyright (or an adaptation or modification of such a thing, system, or process), to\n                you.\n              </ListItem>\n            </Box>\n            <ListItem>\n              You may not, without the prior written permission of Nkọwa okwu LLC. and the\n              permission of any other relevant rights owners: broadcast, republish, up-load to a\n              third party, transmit, post, distribute, show or play in public, adapt or change in\n              any way the Services or third-party services for any purpose, unless otherwise\n              provided by these Terms. This prohibition does not extend to materials on the Website,\n              which are freely available for re-use or are in the public domain.\n            </ListItem>\n          </UnorderedList>\n          <Heading as=\"h2\">8. Privacy</Heading>\n          <Text>\n            Nkọwa okwu LLC. takes your privacy seriously and any information provided through your\n            use of the Website and/or Services are subject to Nkọwa okwu LLC.&#39;s Privacy Policy,\n            which is available on the Website.\n          </Text>\n          <Heading as=\"h2\">9. General Disclaimer</Heading>\n          <UnorderedList>\n            <ListItem>\n              Nothing in the Terms limits or excludes any guarantees, warranties, representations,\n              or conditions implied or imposed by law, including the US Consumer Law (or any\n              liability under them) which by law may not be limited or excluded.\n            </ListItem>\n            <ListItem>Subject to this clause, and to the extent permitted by law:</ListItem>\n            <Box pl={8}>\n              <ListItem>\n                all terms, guarantees, warranties, representations or conditions which are not\n                expressly stated in the Terms are excluded; and\n              </ListItem>\n              <ListItem>\n                Nkọwa okwu LLC. will not be liable for any special, indirect or consequential loss\n                or damage (unless such loss or damage is reasonably foreseeable resulting from our\n                failure to meet an applicable Consumer Guarantee), loss of profit or opportunity, or\n                damage to goodwill arising out of or in connection with the Services or these Terms\n                (including as a result of not being able to use the Services or the late supply of\n                the Services), whether at common law, under contract, tort (including negligence),\n                in equity, pursuant to statute or otherwise.\n              </ListItem>\n            </Box>\n            <ListItem>\n              Use of the Website and the Services is at your own risk. Everything on the Website and\n              the Services is provided to you &quot;as is&quot; and &quot;as available&quot; without\n              warranty or condition of any kind. None of the affiliates, directors, officers,\n              employees, agents, contributors and licensors of Nkọwa okwu LLC. make any express or\n              implied representation or warranty about the Services or any products or Services\n              (including the products or Services of Nkọwa okwu LLC.) referred to on the Website.\n              includes (but is not restricted to) loss or damage you might suffer as a result of any\n              of the following:\n            </ListItem>\n            <Box pl={8}>\n              <ListItem>\n                failure of performance, error, omission, interruption, deletion, defect, failure to\n                correct defects, delay in operation or transmission, computer virus or other harmful\n                components, loss of data, communication line failure, unlawful\n              </ListItem>\n              <Text>\n                third party conduct, or theft, destruction, alteration, or unauthorised access to\n                records;\n              </Text>\n              <ListItem>\n                the accuracy, suitability, or currency of any information on the Website, the\n                Services, or any of its Services related products (including third party material\n                and advertisements on the Website);\n              </ListItem>\n              <Text>\n                costs incurred as a result of you using the Website, the Services or any of the\n                products of Nkọwa okwu LLC.; and\n              </Text>\n              <ListItem>\n                the Services or operation in respect to links that are provided for your\n                convenience.\n              </ListItem>\n            </Box>\n          </UnorderedList>\n          <Heading as=\"h2\">10. Education Services</Heading>\n          <UnorderedList>\n            <ListItem>\n              By using our services, you agree that Nkọwa okwu LLC. is not to be held liable for any\n              decisions you make based on any of our services or guidance, and any consequences, as\n              a result, are your own. Under no circumstances can you hold Nkọwa okwu LLC. liable for\n              any actions you take nor can you hold us or any of our employees liable for any loss\n              or costs incurred by you as a result of any guidance, advice, coaching, materials, or\n              techniques used or provided by Nkọwa okwu LLC.\n            </ListItem>\n            <ListItem>\n              All our information on both the website and in consultations is intended to assist you\n              and does not in any way, nor is it intended to substitute professional, financial, or\n              legal advice. Results are not guaranteed and Nkọwa okwu LLC. takes no responsibility\n              for your actions, choices, or decisions.\n            </ListItem>\n          </UnorderedList>\n          <Heading as=\"h2\">11. Limitation of liability</Heading>\n          <UnorderedList>\n            <ListItem>\n              Nkọwa okwu LLC.&#39;s total liability arising out of or in connection with the\n              Services or these Terms, however arising, including under contract, tort (including\n              negligence), in equity, under statute or otherwise, will not exceed the resupply of\n              the Services to you.\n            </ListItem>\n            <ListItem>\n              You expressly understand and agree that Nkọwa okwu LLC., its affiliates, employees,\n              agents, contributors and licensors shall not be liable to you for any direct,\n              indirect, incidental, special consequential or exemplary damages which may be incurred\n              by you, however, caused and under any theory of liability. This shall include, but is\n              not limited to, any loss of profit (whether incurred directly or indirectly), any loss\n              of goodwill or business reputation and any other intangible loss.\n            </ListItem>\n          </UnorderedList>\n          <Heading as=\"h2\">12. Termination of Contract</Heading>\n          <UnorderedList>\n            <ListItem>\n              The Terms will continue to apply until terminated by either you or by Nkọwa okwu LLC.\n              as set out below.\n            </ListItem>\n            <ListItem>(b)If you want to terminate the Terms, you may do so by:</ListItem>\n            <Box pl={6}>\n              <ListItem>\n                not renewing the Subscription prior to the end of the Subscription Period.\n              </ListItem>\n              <Text>And</Text>\n              <ListItem>\n                closing your accounts for all of the services which you use, where Nkọwa okwu LLC.\n                has made this option available to you.\n              </ListItem>\n            </Box>\n            <ListItem>\n              (c)Nkọwa okwu LLC. may at any time, terminate the Terms with you if:\n            </ListItem>\n            <Box pl={8}>\n              <ListItem>\n                you do not renew the Subscription at the end of the Subscription Period;\n              </ListItem>\n              <ListItem>\n                you have breached any provision of the Terms or intend to breach any provision;\n              </ListItem>\n              <ListItem>Nkọwa okwu LLC. is required to do so by law;</ListItem>\n              <ListItem>\n                the provision of the Services to you by Nkọwa okwu LLC. is, in the opinion of Nkọwa\n                okwu LLC., no longer commercially viable.\n              </ListItem>\n            </Box>\n            <ListItem>\n              Subject to local applicable laws, Nkọwa okwu LLC. reserves the right to discontinue or\n              cancel your membership at any time and may suspend or deny, in its sole discretion,\n              your access to all or any portion of the Website or the Services without notice if you\n              breach any provision of the Terms or any applicable law or if your conduct impacts\n              Nkọwa okwu LLC.&#39;s name or reputation or violates the rights of those of another\n              party.\n            </ListItem>\n          </UnorderedList>\n          <Heading as=\"h2\">13. Indemnity</Heading>\n          <Text>\n            You agree to indemnify Nkọwa okwu LLC., its affiliates, employees, agents, contributors,\n            third party content providers, and licensors from and against:\n          </Text>\n          <UnorderedList>\n            <ListItem>\n              all actions, suits, claims, demands, liabilities, costs, expenses, loss, and damage\n              (including legal fees on a full indemnity basis) incurred, suffered, or arising out of\n              or in connection with Your Content;\n            </ListItem>\n            <ListItem>\n              any direct or indirect consequences of you accessing, using, or transacting on the\n              Website or attempts to do so; and/or\n            </ListItem>\n            <ListItem>any breach of the Terms.</ListItem>\n          </UnorderedList>\n          <Heading as=\"h2\">14. Dispute Resolution</Heading>\n          <Box pl={6}>\n            <Heading as=\"h3\">14.1. Compulsory:</Heading>\n            <Text>\n              If a dispute arises out of or relates to the Terms, either party may not commence\n            </Text>\n            <Text>\n              any Tribunal or Court proceedings in relation to the dispute, unless the following\n              clauses have been complied with (except where urgent interlocutory relief is sought).\n            </Text>\n            <Heading as=\"h3\">14.2. Notice:</Heading>\n            <Text>\n              A party to the Terms claiming a dispute (&#39; <strong>Dispute</strong>\n              &#39;) has arisen under the Terms, must give written notice to the other party\n              detailing the nature of the dispute, the desired outcome, and the action required to\n              settle the Dispute.\n            </Text>\n            <Heading as=\"h3\">14.3. Resolution:</Heading>\n            <Text>\n              On receipt of that notice (&#39; <strong>Notice</strong>&#39;) by that other party,\n              the parties to the Terms (&#39; <strong>Parties</strong>\n              &#39;) must:\n            </Text>\n            <UnorderedList>\n              <ListItem>\n                Within 28 days of the Notice endeavor in good faith to resolve the Dispute\n                expeditiously by negotiation or such other means upon which they may mutually agree;\n              </ListItem>\n              <ListItem>\n                If for any reason whatsoever, 30 days after the date of the Notice, the Dispute has\n                not been resolved, the Parties must either agree upon selection of a mediator or\n                request that an appropriate mediator be appointed by the President of the primary\n                dispute resolution process or his or her nominee;\n              </ListItem>\n              <ListItem>\n                The Parties are equally liable for the fees and reasonable expenses of a mediator\n                and the cost of the venue of the mediation and without limiting the foregoing\n                undertake to pay any amounts requested by the mediator as a pre-condition to the\n                mediation commencing. The Parties must each pay their own costs associated with the\n                mediation;\n              </ListItem>\n              <ListItem>The mediation will be held in.</ListItem>\n            </UnorderedList>\n            <Heading as=\"h3\">14.4 Confidential:</Heading>\n            <Text>\n              All communications concerning negotiations made by the Parties arising out of and in\n              connection with this dispute resolution clause are confidential and to the extent\n              possible, must be treated as &quot;without prejudice&quot; negotiations for the\n              purpose of applicable laws of evidence.\n            </Text>\n            <Heading as=\"h3\">14.5. Termination of Mediation:</Heading>\n            <Text>\n              If 3 months have elapsed after the start of a mediation of the Dispute and the Dispute\n              has not been resolved, either Party may ask the mediator to terminate the mediation\n              and the mediator must do so.\n            </Text>\n          </Box>\n          <Heading as=\"h2\">15. Venue and Jurisdiction</Heading>\n          <Text>\n            The Services offered by Nkọwa okwu LLC. are intended to be viewed globally. In the event\n            of any dispute arising out of or in relation to the Website, you agree that the\n            exclusive venue for resolving any dispute shall be in the jurisdiction courts.\n          </Text>\n          <Heading as=\"h2\">16. Governing Law</Heading>\n          <Text>\n            The Terms are governed by the laws of. Any dispute, controversy, proceeding or claim of\n            whatever nature arising out of or in any way relating to the Terms and the rights\n            created hereby shall be governed, interpreted, and construed by, under and pursuant to\n            the laws of , without reference to conflict of law principles, notwithstanding mandatory\n            rules. The validity of this governing law clause is not contested. The Terms shall be\n            binding to the benefit of the parties hereto and their successors and assigns.\n          </Text>\n          <Heading as=\"h2\">17. Independent Legal Advice</Heading>\n          <Text>\n            Both parties confirm and declare that the provisions of the Terms are fair and\n            reasonable and both parties have taken the opportunity to obtain independent legal\n            advice and declare the Terms are not against public policy on the grounds of inequality\n            or bargaining power or general grounds of restraint of trade.\n          </Text>\n        </Box>\n      </Box>\n    </Box>\n  </>\n);\n\nexport default Terms;\n"
  },
  {
    "path": "src/pages/utils/getAWSAsset.ts",
    "content": "export const AWS_URL = 'https://nkowaokwu.s3.us-west-1.amazonaws.com/assets';\n\nexport default (path: string): string => `${AWS_URL}${path}`;\n"
  },
  {
    "path": "src/pages/utils/isProduction.ts",
    "content": "export default () =>\n  typeof window !== 'undefined' ? window?.location?.host === 'igboapi.com' : false;\n"
  },
  {
    "path": "src/public/locales/en/about.json",
    "content": "{\n  \"About\": \"About\",\n  \"The Igbo API is a multidialectal, audio-supported, open-to-contribute, Igbo-English dictionary API. This project focuses on enabling developers, organizations, and teams to create technology that relies on the Igbo language.\": \"The Igbo API is a multidialectal, audio-supported, open-to-contribute, Igbo-English dictionary API. This project focuses on enabling developers, organizations, and teams to create technology that relies on the Igbo language.\",\n  \"Our main goal is to make an easy-to-access, robust, lexical Igbo language resource to help solve a variety of complex problems within the worlds of education to Machine Learning.\": \"Our main goal is to make an easy-to-access, robust, lexical Igbo language resource to help solve a variety of complex problems within the worlds of education to Machine Learning.\",\n  \"The Igbo API hosts and serves all word and example sentence data that is shown on Nkọwa okwu, our official online Igbo-English dictionary app.\": \"The Igbo API hosts and serves all word and example sentence data that is shown on Nkọwa okwu, our official online Igbo-English dictionary app.\",\n  \"The initial words and examples that populated this API came from Kay Williamson's Igbo Dictionary entitled Dictionary of Ònìchà Igbo.\": \"The initial words and examples that populated this API came from Kay Williamson's Igbo Dictionary entitled Dictionary of Ònìchà Igbo.\",\n  \"This is an open-source project created by Ijemma Onwuzulike.\": \"This is an open-source project created by Ijemma Onwuzulike.\",\n  \"Contact\": \"Contact\",\n  \"Email\": \"Email\"\n}"
  },
  {
    "path": "src/public/locales/en/common.json",
    "content": "{\n  \"The First African Language \": \"The First African Language \",\n  \"homepageDescription\": \"Access thousands of Igbo words, audio pronunciations, and example sentences to power the future of Igbo technology.\",\n  \"Check on GitHub\": \"Check on GitHub\",\n  \"Sign Up\": \"Sign Up\",\n  \"About\": \"About\",\n  \"Features\": \"Features\",\n  \"featuresDescription\": \"Existing as an open-source project, the Igbo API aims to change this by making the process of learning Igbo more accessible to the Nigerian diaspora and beyond.\",\n  \"Definitions\": \"Definitions\",\n  \"Each word is provided with at least one definition.\": \"Each word is provided with at least one definition.\",\n  \"Examples\": \"Examples\",\n  \"Certain words are accompanied by contextual examples\": \"Certain words are accompanied by contextual examples\",\n  \"Tone Marks\": \"Tone Marks\",\n  \"Diacritics are used to convey the different tones present in the Igbo language.\": \"Diacritics are used to convey the different tones present in the Igbo language.\",\n  \"Variations\": \"Variations\",\n  \"Nsịbịdị\": \"Nsịbịdị\",\n  \"Nsịbịdị is writing system was created in Nigeria.\": \"Nsịbịdị is writing system was created in Nigeria.\",\n  \"Proverbs\": \"Proverbs\",\n  \"Proverbs are a core aspect of the Igbo language.\": \"Proverbs are a core aspect of the Igbo language.\",\n  \"The Igbo language has many dialects, some words capture this nuance by providing variant spellings.\": \"The Igbo language has many dialects, some words capture this nuance by providing variant spellings.\",\n  \"Try it Out\": \"Try it Out\",\n  \"With each API key, you will get 2,500 requests per day.\": \"With each API key, you will get 2,500 requests per day.\",\n  \"Enter a word below\": \"Enter a word below\",\n  \"Enter a word in either English or Igbo to see its information\": \"Enter a word in either English or Igbo to see its information\",\n  \"Flags\": \"Flags\",\n  \"Dialects\": \"Dialects\",\n  \"Submit\": \"Submit\",\n  \"Want to see how this data is getting used? Take a look at \": \"Want to see how this data is getting used? Take a look at \",\n  \"Response\": \"Response\",\n  \"Mentioned In\": \"Mentioned In\",\n  \"Database Statistics\": \"Database Statistics\",\n  \"The Igbo API is the most robust, Igbo-English dictionary API that is maintained by our wonderful volunteer community.\": \"The Igbo API is the most robust, Igbo-English dictionary API that is maintained by our wonderful volunteer community.\",\n  \"Words in the database\": \"Words in the database\",\n  \"Example Igbo sentences\": \"Example Igbo sentences\",\n  \"Word audio pronunciations\": \"Word audio pronunciations\",\n  \"Words with Igbo definitions\": \"Words with Igbo definitions\",\n  \"Igbo Proverbs\": \"Igbo Proverbs\",\n  \"Bible Verses\": \"Bible Verses\",\n  \"Standard Igbo words\": \"Standard Igbo words\",\n  \"GitHub Contributors\": \"GitHub Contributors\",\n  \"Members in Slack\": \"Members in Slack\",\n  \"GitHub stars\": \"GitHub stars\",\n  \"Words in Nsịbịdị\": \"Words in Nsịbịdị\",\n  \"Developers using the Igbo API\": \"Developers using the Igbo API\",\n  \"Interested in what you see? Register for an API Key!\": \"Interested in what you see? Register for an API Key!\",\n  \"Copyright\": \"Copyright\"\n}"
  },
  {
    "path": "src/public/locales/en/index.js",
    "content": "import about from './about.json';\nimport common from './common.json';\nimport signup from './signup.json';\n\nexport default {\n  about,\n  common,\n  signup,\n};\n"
  },
  {
    "path": "src/public/locales/en/signup.json",
    "content": "{\n  \"Sign up.\": \"Sign up.\",\n  \"Provide some of your information so we can grant you access to the Igbo API.\": \"Provide some of your information so we can grant you access to the Igbo API.\",\n  \"Your name\": \"Your name\",\n  \"Full name\": \"Full name\",\n  \"Your email\": \"Your email\",\n  \"Email\": \"Email\",\n  \"Password\": \"Password\",\n  \"Create account\": \"Create account\",\n  \"Custom Igbo API Key:\": \"Custom Igbo API Key:\",\n  \"Please save this key in a secure location. This key will disappear once you leave this page\": \"Please save this key in a secure location. This key will disappear once you leave this page\",\n  \"We'll also send you an email with your account information along with your API key.\": \"We'll also send you an email with your account information along with your API key.\",\n  \"Success! Check your email\": \"Success! Check your email\",\n  \"An error occurred\": \"An error occurred\"\n}"
  },
  {
    "path": "src/public/locales/ig/about.json",
    "content": "{\n  \"About\": \"Banyere ya\",\n  \"The Igbo API is a multidialectal, audio-supported, open-to-contribute, Igbo-English dictionary API. This project focuses on enabling developers, organizations, and teams to create technology that relies on the Igbo language.\": \"API Igbo bụ ọkọwookwu Igbo a kọwara na Bekee nke nwere ọgbara olumba, nwee ọdio, ma gherekwa oghe idebanye ihe.\",\n  \"Our main goal is to make an easy-to-access, robust, lexical Igbo language resource to help solve a variety of complex problems within the worlds of education to Machine Learning.\": \"Ebumnobi ka anyị mkpa bụ imepụta ebenchọpụta asụsụ Igbo dị mfe iru aka, jupụta ejupụta, ma bụrụ mkpụrụasụsụ Igbo.\",\n  \"The Igbo API hosts and serves all word and example sentence data that is shown on Nkọwa okwu, our official online Igbo-English dictionary app.\": \"API Igbo bụ ebe mkpụrụokwu niile na data omụmaatụ ahịrịokwu e gosipụtara na <a class=\\\"link\\\" href=\\\"https://nkowaokwu.com\\\">Nkọwa okwu</a> dị. ọkọwookwu ịntaneetị izugbe anyị.\",\n  \"The initial words and examples that populated this API came from Kay Williamson's Igbo Dictionary entitled Dictionary of Ònìchà Igbo.\": \"Mkpụrụokwu na ọmụmaatụ mbụ jupụtara na API a si na ọkọwookwu Igbo Kay Williamson nke ọ kpọrọ  <a class=\\\"link\\\" href=\\\"http://www.columbia.edu/itc/mealac/pritchett/00fwp/igbo/IGBO%20Dictionary.pdf\\\">“Dictionary of Ònìchà Igbo”</a>.\",\n  \"This is an open-source project created by Ijemma Onwuzulike.\": \"Ihe a bụ <a class=\\\"link\\\" href=\\\"https://github.com/nkowaokwu/igbo_api\\\">ọrụ isi ndebanye ya ghe oghe</a> nke <a class=\\\"link\\\" href=\\\"https://twitter.com/ijemmaohno\\\">Ijemma Onwuzulike</a> mepụtara.\",\n  \"Contact\": \"Mkpọtụrụ\",\n  \"Email\": \"Iimeelụ\"\n}"
  },
  {
    "path": "src/public/locales/ig/common.json",
    "content": "{\n  \"The First African Language \": \" mbụ nwere asụsụ si Afrịka\",\n  \"homepageDescription\": \"Nweta mkpụrụokwu Igbo ruru puku kwuru puku, ụda mkpọpụta, na ahịrịokwu ọmụmaatụ e ji akwado ndịniihu asụsụ Igbo na nkanụụzụ.\",\n  \"Check on GitHub\": \"Lee na GitHub\",\n  \"Sign Up\": \"Nweta akara API\",\n  \"About\": \"Banyere ya\",\n  \"Features\": \"Njirimara ya\",\n  \"featuresDescription\": \"Dị ka ọrụ isi ndebanye ya ghe oghe, API Igbo chọrọ ịgbanwe nke a site n’ime ka ụzọ e si amụ asụsụ Igbo dịrị ndị Naịjiria na-anọghị na Naịjiria mfe.\",\n  \"Definitions\": \"Nkọwa\",\n  \"Each word is provided with at least one definition.\": \"Mkpụrụokwu ọbụla nwere, o pekasịa mpe, otu nkọwa.\",\n  \"Examples\": \"Ọmụmaatụ\",\n  \"Certain words are accompanied by contextual examples.\": \"E nwere mkpụrụokwu ndị nwere ọmụmaatụ dabara n’ọnọdu ha na-ekwu maka ya.\",\n  \"Tone Marks\": \"Akara ụda\",\n  \"Diacritics are used to convey the different tones present in the Igbo language.\": \"E ji akara ụda gosipụta ụda dị iche iche e nwere n’asụsụ Igbo.\",\n  \"Variations\": \"Ọdịiche\",\n  \"The Igbo language has many dialects, some words capture this nuance by providing variant spellings.\": \"Asụsụ Igbo nwere ọtụtụ olumba. Ụfọdụ mkpụrụokwu gosiri nke a site na ndepụta e depụtara nsụpe olumba ndị ahụ.\",\n  \"Nsịbịdị\": \"Nsịbịdị\",\n  \"Nsịbịdị is writing system was created in Nigeria.\": \"Nsịbịdị bu usoro ede kere na Naijiria\",\n  \"Proverbs\": \"Ilu Igbo\",\n  \"Proverbs are a core aspect of the Igbo language.\": \"Ilu Igbo di mkpa akuku nke omenala na asusu Igbo\",\n  \"Try it Out\": \"Nwaa ya\",\n  \"With each API key, you will get 2,500 requests per day.\": \"Ọtụghe API ọbụla ga-enye gị.\",\n  \"Enter a word below\": \"Denye mkpụrụokwu n’okpuru\",\n  \"Enter a word in either English or Igbo to see its information\": \"Akara otu mkpụrụokwu na Bekee ma ọ bụ n’Igbo ka ị hụ ihe banyere ya.\",\n  \"Flags\": \"Nhọrọ\",\n  \"Dialects\": \"Olumba\",\n  \"Submit\": \"Zije\",\n  \"Want to see how this data is getting used? Take a look at \": \"Ị chọrọ ịhụ ka e si ji data a na-arụ ọrụ? Lee na \",\n  \"Response\": \"Nzaghachi\",\n  \"Mentioned In\": \"Ebe a kpọrọ aha ya\",\n  \"Database Statistics\": \"Ọnụọgụgụ Ọbadata\",\n  \"The Igbo API is the most robust, Igbo-English dictionary API that is maintained by our wonderful volunteer community.\": \"API Igbo bụ API ọkọwookwu Igbo na Bekee kachasị ejupụta n’ihe, nke ndị na-elekọta ya bụ ndị ọgbakọ ọrụodo anyị na-eme nkarị.\",\n  \"Words in the database\": \"Mkpụrụokwu {{number}} n’ọbadata\",\n  \"Example Igbo sentences\": \"Ọmụmaatụ ahịrịokwu Igbo {{number}}\",\n  \"Word audio pronunciations\": \"Mkpụrụokwu {{number}} nwere mkpọpụta ha n’ọdio\",\n  \"Words with Igbo definitions\": \"Mkpụrụokwu {{number}} na nkọwa ha n'Igbo\",\n  \"Igbo Proverbs\": \"{{number}} Ilu Igbo\",\n  \"Bible Verses\": \"{{number}} Amookwu Akwụkwọ Nsọ\",\n  \"Standard Igbo words\": \"Mkpụrụokwu Igbo izugbe {{number}}\",\n  \"GitHub Contributors\": \"Ndị odee {{number}} na GitHub\",\n  \"Members in Slack\": \"Ndị otu {{number}}+ na Slack\",\n  \"GitHub stars\": \"Mmadụ {{number}} a ma ama na GitHub\",\n  \"Words in Nsịbịdị\": \"Mkpụrụokwu {{number}} e dere na Nsịbịdị\",\n  \"Developers using the Igbo API\": \"Ndị nrụpụta na-eji Igbo API\",\n  \"Interested in what you see? Register for an API Key!\": \"Uche gị, ọ dị n’ihe ị na-ahụ? Deba aha gị ka e nye gị akara API!\",\n  \"Copyright\": \"Iwunnwere\"\n}"
  },
  {
    "path": "src/public/locales/ig/index.js",
    "content": "import about from './about.json';\nimport common from './common.json';\nimport signup from './signup.json';\n\nexport default {\n  about,\n  common,\n  signup,\n};\n"
  },
  {
    "path": "src/public/locales/ig/signup.json",
    "content": "{\n  \"Sign up.\": \"Sonye.\",\n  \"Provide some of your information so we can grant you access to the Igbo API.\": \"Debanye ụfọdụ ihe banyere gị ka anyị nwee ike hapụ ka ị banye na API Igbo.\",\n  \"Your name\": \"Aha gị\",\n  \"Full name\": \"Aha gị niile\",\n  \"Your email\": \"Iimeelụ gị\",\n  \"Email\": \"Iimeelụ\",\n  \"Password\": \"Otughe\",\n  \"Create account\": \"Mepee akaụntụ\",\n  \"Custom Igbo API Key:\": \"Akara API Igbo pụrụ iche:\",\n  \"Please save this key in a secure location. This key will disappear once you leave this page\": \"Biko dokwaa akara a n’ebe anya ọzọ agaghị ahụ ya. Ya bụ akara ga-apụ ozugbo ị pụrụ na peeji a\",\n  \"We'll also send you an email with your account information along with your API key.\": \"Anyị ga ezitekwara gị iimeelụ bu ihe gbasara akaụntụ gị, ya na akara API gị.\",\n  \"Success! Check your email\": \"Ọ gara nke ọma! Chọọ ozi anyị na iimeelụ gị\",\n  \"An error occurred\": \"Ọ gaghị nke ọma. Nsogbu daputara\"\n}"
  },
  {
    "path": "src/routers/index.ts",
    "content": "import router from './router';\nimport routerV2 from './routerV2';\nimport siteRouter from './siteRouter';\nimport stripeRouter from './stripeRouter';\nimport testRouter from './testRouter';\n\nexport { router, routerV2, siteRouter, stripeRouter, testRouter };\n"
  },
  {
    "path": "src/routers/router.ts",
    "content": "import { Router } from 'express';\nimport rateLimit from 'express-rate-limit';\nimport { MiddleWare } from '../types';\nimport { getWords, getWord } from '../controllers/words';\nimport { getExamples, getExample } from '../controllers/examples';\nimport { getDeveloper, postDeveloper, putDeveloper } from '../controllers/developers';\nimport { getStats } from '../controllers/stats';\nimport validId from '../middleware/validId';\nimport validateDeveloperBody from '../middleware/validateDeveloperBody';\nimport validateUpdateDeveloperBody from '../middleware/validateUpdateDeveloperBody';\nimport validateApiKey from '../middleware/validateApiKey';\nimport validateAdminApiKey from '../middleware/validateAdminApiKey';\nimport attachRedisClient from '../middleware/attachRedisClient';\nimport analytics from '../middleware/analytics';\nimport developerAuthorization from '../middleware/developerAuthorization';\nimport testRouter from './testRouter';\n\nconst router = Router();\n\nconst FIFTEEN_MINUTES = 15 * 60 * 1000;\nconst REQUESTS_PER_MS = 20;\nconst developerRateLimiter: MiddleWare = rateLimit({\n  windowMs: FIFTEEN_MINUTES,\n  max: REQUESTS_PER_MS,\n});\n\n// Google Analytics\nrouter.use(analytics);\n\nrouter.get('/words', validateApiKey, attachRedisClient, getWords);\nrouter.get('/words/:id', validateApiKey, validId, attachRedisClient, getWord);\nrouter.get('/examples', validateApiKey, attachRedisClient, getExamples);\nrouter.get('/examples/:id', validateApiKey, validId, attachRedisClient, getExample);\n\nrouter.get('/developers/:id', developerAuthorization, getDeveloper);\nrouter.post('/developers', developerRateLimiter, validateDeveloperBody, postDeveloper);\nrouter.put('/developers', developerRateLimiter, validateUpdateDeveloperBody, putDeveloper);\n\nrouter.get('/stats', validateAdminApiKey, attachRedisClient, getStats);\n\n/* Grabs data from JSON dictionary */\nif (process.env.NODE_ENV !== 'production') {\n  router.use('/test', testRouter);\n}\n\nexport default router;\n"
  },
  {
    "path": "src/routers/routerV2.ts",
    "content": "import { Router } from 'express';\nimport { getWords, getWord } from '../controllers/words';\nimport { getExample, getExamples } from '../controllers/examples';\nimport { getNsibidiCharacter, getNsibidiCharacters } from '../controllers/nsibidi';\nimport { getTranscription } from '../controllers/speechToText';\nimport { getTranslation } from '../controllers/translation';\nimport validId from '../middleware/validId';\nimport validateApiKey from '../middleware/validateApiKey';\nimport analytics from '../middleware/analytics';\nimport attachRedisClient from '../middleware/attachRedisClient';\n\nconst routerV2 = Router();\n\nrouterV2.get('/words', analytics, validateApiKey, attachRedisClient, getWords);\nrouterV2.get('/words/:id', analytics, validateApiKey, validId, attachRedisClient, getWord);\nrouterV2.get('/examples', analytics, validateApiKey, attachRedisClient, getExamples);\nrouterV2.get('/examples/:id', analytics, validateApiKey, validId, attachRedisClient, getExample);\nrouterV2.get('/nsibidi', analytics, validateApiKey, attachRedisClient, getNsibidiCharacters);\nrouterV2.get(\n  '/nsibidi/:id',\n  analytics,\n  validateApiKey,\n  validId,\n  attachRedisClient,\n  getNsibidiCharacter\n);\n\n// Speech-to-Text\nrouterV2.post('/speech-to-text', analytics, validateApiKey, getTranscription);\nrouterV2.post('/translate', analytics, validateApiKey, getTranslation);\n\n// Redirects to V1\nrouterV2.post('/developers', (_, res) => res.redirect('/api/v1/developers'));\nrouterV2.get('/stats', (_, res) => res.redirect('/api/v1/stats'));\n\nexport default routerV2;\n"
  },
  {
    "path": "src/routers/siteRouter.ts",
    "content": "import { Router } from 'express';\nimport nextjs from 'next';\nimport { compact } from 'lodash';\nimport { parse } from 'url';\nimport { API_DOCS } from '../config';\n\nconst nextApp = nextjs({});\nconst handle = nextApp.getRequestHandler();\n\nconst routes = compact([/^\\/$/]);\n\nconst siteRouter = Router();\n\nsiteRouter.get('/docs', (_, res) => res.redirect(API_DOCS));\nsiteRouter.use(async (req, res, next) => {\n  try {\n    const parsedUrl = parse(req.url, true);\n    const { pathname, query } = parsedUrl;\n    console.time(`Fetching current site - ${pathname}`);\n    if (routes.find((route) => pathname?.match?.(route))) {\n      console.timeEnd(`Fetching current site - ${pathname}`);\n      return await nextApp.render(req, res, pathname || '/', query);\n    }\n    console.timeEnd(`Fetching current site - ${pathname}`);\n    return await handle(req, res, parsedUrl);\n  } catch (err) {\n    return next(err);\n  }\n});\n\nexport default siteRouter;\n"
  },
  {
    "path": "src/routers/stripeRouter.ts",
    "content": "import { Router } from 'express';\nimport { postCheckoutSession, postPortalSession, postWebhook } from '../controllers/stripe';\nimport validateStripeSignature from '../middleware/validateStripeSignature';\nimport authorizeCheckoutSession from '../middleware/authorizeCheckoutSession';\nimport authorizePortalSession from '../middleware/authorizePortalSession';\n\nconst router = Router();\n\nrouter.post('/checkout', authorizeCheckoutSession, postCheckoutSession);\nrouter.post('/portal', authorizePortalSession, postPortalSession);\nrouter.post('/webhook', validateStripeSignature, postWebhook);\n\nexport default router;\n"
  },
  {
    "path": "src/routers/testRouter.ts",
    "content": "import { Router } from 'express';\nimport { getWordData } from '../controllers/words';\nimport { seedDatabase } from '../dictionaries/seed';\n\nconst testRouter = Router();\n\ntestRouter.get('/', (_, res) => {\n  res.send('Welcome to the Igbo English Dictionary API');\n});\n\ntestRouter.post('/populate', seedDatabase);\ntestRouter.get('/words', getWordData);\n\nexport default testRouter;\n"
  },
  {
    "path": "src/server.ts",
    "content": "import { PORT } from './config';\nimport app from './app';\n\nconst server = app.listen(PORT, () => {\n  console.green(`🟢 Server started on port ${PORT}`); // eslint-disable-line\n\n  /* Used to test server build */\n  // @ts-expect-error process.env.NODE_ENV\n  if (process.env.NODE_ENV === 'build') {\n    console.blue('🧪 Testing server build'); // eslint-disable-line\n    setTimeout(() => {\n      console.green('✅ Build test passed'); // eslint-disable-line\n      process.exit(0);\n    }, 5000);\n  }\n});\n\nexport default server;\n"
  },
  {
    "path": "src/services/__tests__/database.test.ts",
    "content": "import { createDbConnection, handleCloseConnection } from '../database';\nimport { closeMock, modelMock } from '../../../__mocks__/mongoose';\n\ndescribe('database', () => {\n  it('connects to the database', () => {\n    const connection = createDbConnection();\n    expect(connection).toEqual({ readyState: 1, close: closeMock, model: modelMock });\n  });\n\n  it('disconnects from the database', async () => {\n    // @ts-expect-error connection\n    await handleCloseConnection({ readyState: 1, close: closeMock });\n    expect(closeMock).toHaveBeenCalled();\n  });\n});\n"
  },
  {
    "path": "src/services/__tests__/stripe.test.ts",
    "content": "import initializeStripe from '../stripe';\nimport Stripe from '../../../__mocks__/stripe';\n\njest.mock('stripe');\n\ndescribe('stripe service', () => {\n  it('initializes stripe', async () => {\n    const stripe = initializeStripe();\n    expect(stripe).toBeInstanceOf(Stripe);\n  });\n});\n"
  },
  {
    "path": "src/services/database.ts",
    "content": "import mongoose from 'mongoose';\nimport { MONGO_URI, isTest } from '../config';\n\nconst DISCONNECTED = 0;\n\nconst isConnected = (): boolean => mongoose.connection.readyState !== 0;\n\n/* Opens a connection to MongoDB */\nexport const createDbConnection = (): mongoose.Connection => {\n  if (isConnected()) {\n    return mongoose.connection;\n  }\n  /* Connects to the MongoDB Database */\n  const connection: mongoose.Connection = mongoose.createConnection(MONGO_URI, {\n    autoIndex: true,\n    readPreference: isTest ? 'primary' : 'nearest',\n  });\n\n  connection.on('error', console.error.bind(console, 'connection error:'));\n  return connection;\n};\n\nexport const handleCloseConnection = async (\n  connection: mongoose.Connection | undefined\n): Promise<void> => {\n  if (typeof connection?.readyState === 'number' && connection?.readyState !== DISCONNECTED) {\n    await connection.close();\n  }\n};\n"
  },
  {
    "path": "src/services/firebase-admin.ts",
    "content": "import {\n  initializeApp as initializeAdminApp,\n  applicationDefault,\n  getApps as getAdminApps,\n  getApp as getAdminApp,\n} from 'firebase-admin/app';\nimport { isProduction } from '../config';\n\nconst adminApps = getAdminApps();\nlet currentAdminApp;\n\n// Initialize Admin Firebase\nif (!adminApps.length) {\n  currentAdminApp = isProduction\n    ? initializeAdminApp({ credential: applicationDefault(), projectId: 'igbo-api-bb22d' })\n    : initializeAdminApp({ projectId: 'igbo-api-staging-99a67' });\n} else {\n  currentAdminApp = getAdminApp();\n}\n\nexport const adminApp = currentAdminApp;\n"
  },
  {
    "path": "src/services/firebaseConfigs.ts",
    "content": "interface FirebaseConfig {\n  apiKey: string;\n  authDomain: string;\n  projectId: string;\n  storageBucket: string;\n  messagingSenderId: string;\n  appId: string;\n  measurementId?: string;\n}\n\nexport const STAGING_FIREBASE_CONFIG: FirebaseConfig = {\n  apiKey: 'AIzaSyBk96Lx1weQcOliPZfc3w2aw1Az8n16E8o',\n  authDomain: 'igbo-api-staging-99a67.firebaseapp.com',\n  projectId: 'igbo-api-staging-99a67',\n  storageBucket: 'igbo-api-staging-99a67.appspot.com',\n  messagingSenderId: '225886570045',\n  appId: '1:225886570045:web:06ec83640f8868f5a04c54',\n};\n\nexport const PRODUCTION_FIREBASE_CONFIG: FirebaseConfig = {\n  apiKey: 'AIzaSyBDXPLmvu7YEagwdgp_W4uoZhCglbXrG6M',\n  authDomain: 'igbo-api-bb22d.firebaseapp.com',\n  projectId: 'igbo-api-bb22d',\n  storageBucket: 'igbo-api-bb22d.appspot.com',\n  messagingSenderId: '299917108135',\n  appId: '1:299917108135:web:e5053fceeba3155b624c82',\n  measurementId: 'G-YGGV667F2H',\n};\n"
  },
  {
    "path": "src/services/stripe.ts",
    "content": "import Stripe from 'stripe';\nimport { STRIPE_SECRET_KEY } from '../config';\n\n/**\n * Initializes a Stripe instance\n * @returns A Stripe instance\n */\nconst initializeStripe = () =>\n  new Stripe(STRIPE_SECRET_KEY, {\n    typescript: true,\n  });\n\nexport default initializeStripe;\n"
  },
  {
    "path": "src/services/words.ts",
    "content": "import reduce from 'lodash/reduce';\nimport keys from 'lodash/keys';\nimport { IncomingWord } from '../types';\nimport removePrefix from '../shared/utils/removePrefix';\nimport databaseDictionary from '../dictionaries/ig-en/ig-en_expanded.json';\n\nconst doesVariationMatch = (termInformation: IncomingWord[], regexWord: RegExp): boolean =>\n  reduce(\n    termInformation,\n    (status: boolean, information: IncomingWord) => {\n      if (status) {\n        return status;\n      }\n      return (information.variations || []).some((variation) => variation.match(regexWord));\n    },\n    false,\n  );\n\n/* Provided a dictionary, find the corresponding terms */\nexport const resultsFromDictionarySearch = (\n  regexWord: RegExp,\n  word: string,\n  dictionary: Record<string, any>,\n): Record<string, IncomingWord> =>\n  keys(dictionary).reduce((matchedResults: Record<string, IncomingWord>, key: string) => {\n    const currentMatchedResults = { ...matchedResults };\n    const termInformation = dictionary[key];\n    const trimmedKey = removePrefix(key);\n    const isTrimmedKeyAndWordSameLength = trimmedKey.match(regexWord);\n    if (isTrimmedKeyAndWordSameLength || doesVariationMatch(termInformation, regexWord)) {\n      currentMatchedResults[key] = termInformation;\n    }\n    return currentMatchedResults;\n  }, {});\n\nexport const findSearchWord = (regexWord: RegExp, word: string): Record<string, IncomingWord> =>\n  resultsFromDictionarySearch(regexWord, word, databaseDictionary);\n"
  },
  {
    "path": "src/shared/constants/AccountStatus.ts",
    "content": "import Stripe from 'stripe';\n\nenum AccountStatus {\n  ACTIVE = 'active',\n  PAUSED = 'paused',\n  INCOMPLETE = 'incomplete',\n  INCOMPLETE_EXPIRED = 'incomplete_expired',\n  TRIALING = 'trialing',\n  PAST_DUE = 'past_due',\n  CANCELED = 'canceled',\n  UNPAID = 'unpaid',\n}\n\nexport type Status = AccountStatus | Stripe.Subscription.Status;\n\nexport default AccountStatus;\n"
  },
  {
    "path": "src/shared/constants/ApiType.ts",
    "content": "enum ApiType {\n  DICTIONARY = 'DICTIONARY',\n  SPEECH_TO_TEXT = 'SPEECH_TO_TEXT',\n  TRANSLATE = 'TRANSLATE',\n}\n\nexport default ApiType;\n"
  },
  {
    "path": "src/shared/constants/ApiTypeToRoute.ts",
    "content": "import ApiType from './ApiType';\n\nconst ApiTypeToRoute = {\n  [ApiType.SPEECH_TO_TEXT]: 'speech-to-text',\n  [ApiType.TRANSLATE]: 'translate',\n};\n\nexport default ApiTypeToRoute;\n"
  },
  {
    "path": "src/shared/constants/ApiUsageLimit.ts",
    "content": "import ApiType from './ApiType';\n\nconst ApiUsageLimit = {\n  [ApiType.DICTIONARY]: 2500,\n  [ApiType.SPEECH_TO_TEXT]: 20,\n  [ApiType.TRANSLATE]: 5,\n};\n\nexport default ApiUsageLimit;\n"
  },
  {
    "path": "src/shared/constants/ChakraTheme.ts",
    "content": "import { createMultiStyleConfigHelpers, extendTheme } from '@chakra-ui/react';\nimport { Inter } from 'next/font/google';\n\nexport const interComponent = Inter({ subsets: ['latin'] });\nexport const inter = interComponent.style.fontFamily;\n\nconst helpers = createMultiStyleConfigHelpers(['list', 'item']);\n\nconst Menu = helpers.defineMultiStyleConfig({\n  baseStyle: {\n    list: {\n      paddingRight: 4,\n    },\n    item: {\n      marginLeft: 2,\n      marginRight: 2,\n      borderRadius: 'md',\n    },\n  },\n});\n\nexport default extendTheme({\n  components: {\n    Heading: {\n      baseStyle: {\n        letterSpacing: '-0.05em',\n        color: 'gray.900',\n        backgroundClip: 'text',\n        paddingBottom: '12px',\n      },\n    },\n    Link: {\n      baseStyle: {\n        textDecoration: 'underline',\n        color: 'blue.500',\n        _hover: {\n          textDecoration: 'none',\n        },\n      },\n    },\n    Text: {\n      baseStyle: {\n        color: 'black',\n        fontSize: '18px',\n      },\n    },\n    Menu,\n  },\n  fonts: {\n    heading: inter,\n    body: 'Noto Sans,-apple-system,BlinkMacSystemFont,Arial',\n  },\n});\n"
  },
  {
    "path": "src/shared/constants/DefaultAudios.ts",
    "content": "export const DEFAULT_AUDIOS = [\n  {\n    title: 'Speaker 1',\n    audioUrl:\n      'https://igbo-api.s3.us-east-2.amazonaws.com/audio-pronunciations/600dd825179a9f9eb0195651.mp3',\n    audioId: '600dd825179a9f9eb0195651',\n  },\n  {\n    title: 'Speaker 2',\n    audioUrl:\n      'https://igbo-api.s3.us-east-2.amazonaws.com/audio-pronunciations/664d4b0fc7fc8b5c9acdfe69.mp3',\n    audioId: '664d4b0fc7fc8b5c9acdfe69',\n  },\n  {\n    title: 'Speaker 3',\n    audioUrl:\n      'https://igbo-api.s3.us-east-2.amazonaws.com/audio-pronunciations/6643f3230363cedbf228b7fb.mp3',\n    audioId: '6643f3230363cedbf228b7fb',\n  },\n];\n"
  },
  {
    "path": "src/shared/constants/DemoOption.ts",
    "content": "enum DemoOption {\n  SPEECH_TO_TEXT = 'speech-to-text',\n  // TEXT_TO_SPEECH = 'text-to-speech',\n  DICTIONARY = 'dictionary',\n  TRANSLATE = 'translate',\n}\n\nexport default DemoOption;\n"
  },
  {
    "path": "src/shared/constants/Dialect.ts",
    "content": "import DialectEnum from './DialectEnum';\n\nexport default {\n  [DialectEnum.ABI]: {\n    code: 'ibo-abi',\n    value: DialectEnum.ABI,\n    label: 'Abịrịba',\n  },\n  [DialectEnum.ACH]: {\n    code: 'ibo-ach',\n    value: DialectEnum.ACH,\n    label: 'Achala',\n  },\n  [DialectEnum.AFI]: {\n    code: 'ibo-afi',\n    value: DialectEnum.AFI,\n    label: 'Afiikpo',\n  },\n  [DialectEnum.AJA]: {\n    code: 'ibo-aja',\n    value: DialectEnum.AJA,\n    label: 'Ajalị',\n  },\n  [DialectEnum.AMA]: {\n    code: 'ibo-ama',\n    value: DialectEnum.AMA,\n    label: 'Amaifeke',\n  },\n  [DialectEnum.ANA]: {\n    code: 'ibo-ana',\n    value: DialectEnum.ANA,\n    label: 'Anam',\n  },\n  [DialectEnum.ANI]: {\n    code: 'ibo-ani',\n    value: DialectEnum.ANI,\n    label: 'Anịọcha',\n  },\n  [DialectEnum.ASA]: {\n    code: 'ibo-asa',\n    value: DialectEnum.ASA,\n    label: 'Asa',\n  },\n  [DialectEnum.AWK]: {\n    code: 'ibo-awk',\n    value: DialectEnum.AWK,\n    label: 'Ọkụzụ',\n  },\n  [DialectEnum.BON]: {\n    code: 'ibo-bon',\n    value: DialectEnum.BON,\n    label: 'Ụbanị',\n  },\n  [DialectEnum.ECH]: {\n    code: 'ibo-ech',\n    value: DialectEnum.ECH,\n    label: 'Echee',\n  },\n  [DialectEnum.EGB]: {\n    code: 'ibo-egb',\n    value: DialectEnum.EGB,\n    label: 'Egbema',\n  },\n  [DialectEnum.EKP]: {\n    code: 'ibo-ekp',\n    value: DialectEnum.EKP,\n    label: 'Ẹkpẹyẹ',\n  },\n  [DialectEnum.EZA]: {\n    code: 'ibo-eza',\n    value: DialectEnum.EZA,\n    label: 'Ezaa',\n  },\n  [DialectEnum.EZE]: {\n    code: 'ibo-eze',\n    value: DialectEnum.EZE,\n    label: 'Ezeagu',\n  },\n  [DialectEnum.EZM]: {\n    code: 'ibo-ezm',\n    value: 'EZM',\n    label: 'Ezzamgbo',\n  },\n  [DialectEnum.IHU]: {\n    code: 'ibo-ihu',\n    value: DialectEnum.IHU,\n    label: 'Ihuoma',\n  },\n  [DialectEnum.IKK]: {\n    code: 'ibo-ikk',\n    value: DialectEnum.IKK,\n    label: 'Ika',\n  },\n  [DialectEnum.IKW]: {\n    code: 'ibo-ikw',\n    value: DialectEnum.IKW,\n    label: 'Ikwere',\n  },\n  [DialectEnum.IQW]: {\n    code: 'ibo-iqw',\n    value: DialectEnum.IQW,\n    label: 'Ikwo',\n  },\n  [DialectEnum.ISU]: {\n    code: 'ibo-isu',\n    value: DialectEnum.ISU,\n    label: 'Isuama',\n  },\n  [DialectEnum.IZZ]: {\n    code: 'ibo-izz',\n    value: DialectEnum.IZZ,\n    label: 'Izii',\n  },\n  [DialectEnum.MBA]: {\n    code: 'ibo-mba',\n    value: DialectEnum.MBA,\n    label: 'Mbaise',\n  },\n  [DialectEnum.NDL]: {\n    code: 'ibo-ndl',\n    value: DialectEnum.NDL,\n    label: 'Ndele',\n  },\n  [DialectEnum.NDO]: {\n    code: 'ibo-ndo',\n    value: DialectEnum.NDO,\n    label: 'Ndoki',\n  },\n  [DialectEnum.NGW]: {\n    code: 'ibo-ngw',\n    value: DialectEnum.NGW,\n    label: 'Ngwa',\n  },\n  [DialectEnum.NKA]: {\n    code: 'ibo-nka',\n    value: DialectEnum.NKA,\n    label: 'Nkanụ',\n  },\n  [DialectEnum.NKP]: {\n    code: 'ibo-nkp',\n    value: DialectEnum.NKP,\n    label: 'Mkpọọ',\n  },\n  [DialectEnum.NKR]: {\n    code: 'ibo-nkr',\n    value: DialectEnum.NKR,\n    label: 'Nkporo',\n  },\n  [DialectEnum.NSA]: {\n    code: 'ibo-nsa',\n    value: DialectEnum.NSA,\n    label: 'Nsa',\n  },\n  [DialectEnum.NSU]: {\n    code: 'ibo-nsu',\n    value: DialectEnum.NSU,\n    label: 'Nsụka',\n  },\n  [DialectEnum.OGA]: {\n    code: 'ibo-oga',\n    value: DialectEnum.OGA,\n    label: 'Ọgba',\n  },\n  [DialectEnum.OGK]: {\n    code: 'ibo-ogk',\n    value: DialectEnum.OGK,\n    label: 'Ọgbakịrị',\n  },\n  [DialectEnum.OGU]: {\n    code: 'ibo-ogu',\n    value: DialectEnum.OGU,\n    label: 'Ugwuta',\n  },\n  [DialectEnum.OHU]: {\n    code: 'ibo-ohu',\n    value: DialectEnum.OHU,\n    label: 'Ọhụhụ',\n  },\n  [DialectEnum.OKA]: {\n    code: 'ibo-oka',\n    value: DialectEnum.OKA,\n    label: 'Ọka',\n  },\n  [DialectEnum.ONI]: {\n    code: 'ibo-oni',\n    value: DialectEnum.ONI,\n    label: 'Ọnịcha',\n  },\n  [DialectEnum.ORL]: {\n    code: 'ibo-orl',\n    value: DialectEnum.ORL,\n    label: 'Ọlụ',\n  },\n  [DialectEnum.OWE]: {\n    code: 'ibo-owe',\n    value: DialectEnum.OWE,\n    label: 'Owere',\n  },\n  [DialectEnum.OBO]: {\n    code: 'ibo-obo',\n    value: DialectEnum.OBO,\n    label: 'Obosi',\n  },\n  [DialectEnum.OGI]: {\n    code: 'ibo-ogi',\n    value: DialectEnum.OGI,\n    label: 'Ogidi',\n  },\n  [DialectEnum.UDI]: {\n    code: 'ibo-udi',\n    value: DialectEnum.UDI,\n    label: 'Udi',\n  },\n  [DialectEnum.UKW]: {\n    code: 'ibo-ukw',\n    value: DialectEnum.UKW,\n    label: 'Ụkwụanị',\n  },\n  [DialectEnum.UMU]: {\n    code: 'ibo-umu',\n    value: DialectEnum.UMU,\n    label: 'Ụmụahịa',\n  },\n  [DialectEnum.UNW]: {\n    code: 'ibo-unw',\n    value: DialectEnum.UNW,\n    label: 'Unwana; Ungwana Lordji',\n  },\n};\n"
  },
  {
    "path": "src/shared/constants/DialectEnum.ts",
    "content": "enum DialectEnum {\n  ABI = 'ABI',\n  ACH = 'ACH',\n  AFI = 'AFI',\n  AJA = 'AJA',\n  AMA = 'AMA',\n  ANA = 'ANA',\n  ANI = 'ANI',\n  ASA = 'ASA',\n  AWK = 'AWK',\n  BON = 'BON',\n  ECH = 'ECH',\n  EGB = 'EGB',\n  EKP = 'EKP',\n  EZA = 'EZA',\n  EZE = 'EZE',\n  EZM = 'EZM',\n  IHU = 'IHU',\n  IKK = 'IKK',\n  IKW = 'IKW',\n  IQW = 'IQW',\n  ISU = 'ISU',\n  IZZ = 'IZZ',\n  MBA = 'MBA',\n  NDL = 'NDL',\n  NDO = 'NDO',\n  NGW = 'NGW',\n  NKA = 'NKA',\n  NKP = 'NKP',\n  NKR = 'NKR',\n  NSA = 'NSA',\n  NSU = 'NSU',\n  OGA = 'OGA',\n  OGK = 'OGK',\n  OGU = 'OGU',\n  OHU = 'OHU',\n  OKA = 'OKA',\n  ONI = 'ONI',\n  ORL = 'ORL',\n  OWE = 'OWE',\n  OBO = 'OBO',\n  OGI = 'OGI',\n  UDI = 'UDI',\n  UKW = 'UKW',\n  UMU = 'UMU',\n  UNW = 'UNW',\n}\n\nexport default DialectEnum;\n"
  },
  {
    "path": "src/shared/constants/Endpoint.ts",
    "content": "enum Endpoint {\n  AUDIO = 'audio',\n  PREDICT = 'predict',\n}\n\nexport default Endpoint;\n"
  },
  {
    "path": "src/shared/constants/ExampleStyleEnum.ts",
    "content": "enum ExampleStyleEnum {\n  NO_STYLE = 'no_style',\n  STANDARD = 'standard',\n  PROVERB = 'proverb',\n  BIBLICAL = 'biblical',\n}\n\nexport default ExampleStyleEnum;\n"
  },
  {
    "path": "src/shared/constants/ExampleStyles.ts",
    "content": "import ExampleStyleEnum from './ExampleStyleEnum';\n\nexport default {\n  UNSPECIFIED: {\n    value: '',\n    label: 'Unspecified',\n  },\n  NO_STYLE: {\n    value: ExampleStyleEnum.NO_STYLE,\n    label: 'No Style',\n  },\n  STANDARD: {\n    value: ExampleStyleEnum.STANDARD,\n    label: 'Standard',\n  },\n  PROVERB: {\n    value: ExampleStyleEnum.PROVERB,\n    label: 'Proverb',\n  },\n  BIBLICAL: {\n    value: ExampleStyleEnum.BIBLICAL,\n    label: 'biblical',\n  },\n};\n"
  },
  {
    "path": "src/shared/constants/Feedback.ts",
    "content": "enum Feedback {\n  CORRECT = 'CORRECT',\n  INCORRECT = 'INCORRECT',\n  UNSPECIFIED = 'UNSPECIFIED',\n}\n\nexport default Feedback;\n"
  },
  {
    "path": "src/shared/constants/LanguageEnum.ts",
    "content": "// Follows 639-3 language codes\nenum LanguageEnum {\n  UNSPECIFIED = 'UNSPECIFIED',\n  ENGLISH = 'eng',\n  HAUSA = 'hau',\n  IGBO = 'ibo',\n  YORUBA = 'yor',\n}\n\nexport default LanguageEnum;\n"
  },
  {
    "path": "src/shared/constants/PartTypes.ts",
    "content": "const PartTypes = {\n  VERB_ROOT: {\n    type: 'verb root',\n    backgroundColor: 'gray.50',\n  },\n  NEGATOR: {\n    // Rule #2\n    type: 'negator',\n    backgroundColor: 'red.50',\n  },\n  NEGATOR_PREFIX: {\n    // Rule #2\n    type: 'negator prefix',\n    backgroundColor: 'orange.50',\n  },\n  STATIVE: {\n    // Rule #3, #9\n    type: 'stative',\n    backgroundColor: 'yellow.50',\n  },\n  STATIVE_PREFIX: {\n    // Rule #11\n    type: 'stative prefix',\n    backgroundColor: 'green.50',\n  },\n  STATIVE_PREFIX_PAIR: {\n    // Rule #11\n    type: 'stative prefix pair',\n    backgroundColor: 'green.50',\n  },\n  PRESENT_CONTINUOUS: {\n    type: 'present continuous',\n    backgroundColor: 'teal.50',\n  },\n  FUTURE_CONTINUOUS: {\n    // Rule #13\n    type: 'future continuous',\n    backgroundColor: 'blue.50',\n  },\n  POTENTIAL_CONTINUOUS_PREFIX: {\n    // Rule #14\n    type: 'potential continuous prefix',\n    backgroundColor: 'cyan.50',\n  },\n  INFINITIVE: {\n    // Rule #5, #7\n    type: 'infinitive',\n    backgroundColor: 'purple.50',\n  },\n  IMPERATIVE: {\n    // Rule #6\n    type: 'imperative',\n    backgroundColor: 'pink.50',\n  },\n  QUALIFIER_OR_PAST: {\n    // Rule #10, #16\n    type: 'qualifier or past',\n    backgroundColor: 'yellow.200',\n  },\n  PERFECT_PAST: {\n    // Rule #17, #18\n    type: 'perfect past',\n    backgroundColor: 'orange.200',\n  },\n  EXTENSIONAL_SUFFIX: {\n    // Rule #8\n    type: 'extensional suffix',\n    backgroundColor: 'red.200',\n  },\n  MULTIPLE_PEOPLE: {\n    // Rule #9\n    type: 'multiple people',\n    backgroundColor: 'green.200',\n  },\n  PAST_PERFECT_CONTINUOUS_PREFIX: {\n    // Rule #12\n    type: 'past perfect continuous prefix',\n    backgroundColor: 'teal.200',\n  },\n  TIME_BASED: {\n    // Rule #19 (technically a ext suffix + past tense)\n    type: 'time based',\n    backgroundColor: 'blue.200',\n  },\n  NEGATIVE: {\n    // Rule #20\n    type: 'negative',\n    backgroundColor: 'gray.200',\n  },\n  NEGATIVE_POTENTIAL: {\n    // Rule #21\n    type: 'negative potential',\n    backgroundColor: 'purple.200',\n  },\n  NOMINAL_PREFIX: {\n    type: 'nominal prefix',\n    backgroundColor: 'pink.200',\n  },\n  NOUN: {\n    type: 'noun',\n    backgroundColor: 'indigo.200',\n  },\n};\n\nexport default PartTypes;\n"
  },
  {
    "path": "src/shared/constants/Plan.ts",
    "content": "enum Plan {\n  STARTER = 'starter',\n  TEAM = 'team',\n}\n\nexport default Plan;\n"
  },
  {
    "path": "src/shared/constants/SentenceTypes.ts",
    "content": "const SentenceTypes = {\n  DATA_COLLECTION: 'data_collection',\n  BIBLICAL: 'biblical',\n  DEFAULT: 'default',\n};\n\nexport default SentenceTypes;\n"
  },
  {
    "path": "src/shared/constants/StatTypes.ts",
    "content": "enum StatTypes {\n  SUFFICIENT_WORDS = 'sufficient_words',\n  COMPLETE_WORDS = 'complete_words',\n  SUFFICIENT_EXAMPLES = 'sufficient_examples',\n  COMPLETE_EXAMPLES = 'complete_examples',\n  PROVERB_EXAMPLES = 'proverb_examples',\n  BIBLICAL_EXAMPLES = 'biblical_examples',\n  DIALECTAL_VARIATIONS = 'dialectal_variations',\n  HEADWORD_AUDIO_PRONUNCIATIONS = 'headword_audio_pronunciations',\n  STANDARD_IGBO = 'standard_igbo',\n  IGBO_DEFINITIONS = 'igbo_definitions',\n  NSIBIDI_WORDS = 'nsibidi_words',\n  NSIBIDI_WORD_SUGGESTIONS = 'nsibidi_word_suggestions',\n  USER = 'user',\n}\nexport default StatTypes;\n"
  },
  {
    "path": "src/shared/constants/StopWords.ts",
    "content": "// MongoDB Stop words: https://github.com/igorbrigadir/stopwords/blob/master/en/mongodb.txt\n/* eslint-disable quotes */\n\nexport default [\n  'a',\n  'about',\n  'above',\n  'after',\n  'again',\n  'against',\n  'all',\n  'am',\n  'an',\n  'and',\n  'any',\n  'are',\n  \"aren't\",\n  'as',\n  'at',\n  'be',\n  'because',\n  'been',\n  'before',\n  'being',\n  'below',\n  'between',\n  'both',\n  'but',\n  'by',\n  \"can't\",\n  'cannot',\n  'could',\n  \"couldn't\",\n  'did',\n  \"didn't\",\n  'do',\n  'does',\n  \"doesn't\",\n  'doing',\n  \"don't\",\n  'down',\n  'during',\n  'each',\n  'few',\n  'for',\n  'from',\n  'further',\n  'had',\n  \"hadn't\",\n  'has',\n  \"hasn't\",\n  'have',\n  \"haven't\",\n  'having',\n  'he',\n  \"he'd\",\n  \"he'll\",\n  \"he's\",\n  'her',\n  'here',\n  \"here's\",\n  'hers',\n  'herself',\n  'him',\n  'himself',\n  'his',\n  'how',\n  \"how's\",\n  'i',\n  \"i'd\",\n  \"i'll\",\n  \"i'm\",\n  \"i've\",\n  'if',\n  'in',\n  'into',\n  'is',\n  \"isn't\",\n  'it',\n  \"it's\",\n  'its',\n  'itself',\n  \"let's\",\n  'me',\n  'more',\n  'most',\n  \"mustn't\",\n  'my',\n  'myself',\n  'no',\n  'nor',\n  'not',\n  'of',\n  'off',\n  'on',\n  'once',\n  'only',\n  'or',\n  'other',\n  'ought',\n  'our',\n  'ours',\n  'ourselves',\n  'out',\n  'over',\n  'own',\n  'same',\n  \"shan't\",\n  'she',\n  \"she'd\",\n  \"she'll\",\n  \"she's\",\n  'should',\n  \"shouldn't\",\n  'so',\n  'some',\n  'such',\n  'than',\n  'that',\n  \"that's\",\n  'the',\n  'their',\n  'theirs',\n  'them',\n  'themselves',\n  'then',\n  'there',\n  \"there's\",\n  'these',\n  'they',\n  \"they'd\",\n  \"they'll\",\n  \"they're\",\n  \"they've\",\n  'this',\n  'those',\n  'through',\n  'to',\n  'too',\n  'under',\n  'until',\n  'up',\n  'very',\n  'was',\n  \"wasn't\",\n  'we',\n  \"we'd\",\n  \"we'll\",\n  \"we're\",\n  \"we've\",\n  'were',\n  \"weren't\",\n  'what',\n  \"what's\",\n  'when',\n  \"when's\",\n  'where',\n  \"where's\",\n  'which',\n  'while',\n  'who',\n  \"who's\",\n  'whom',\n  'why',\n  \"why's\",\n  'with',\n  \"won't\",\n  'would',\n  \"wouldn't\",\n  'you',\n  \"you'd\",\n  \"you'll\",\n  \"you're\",\n  \"you've\",\n  'your',\n  'yours',\n  'yourself',\n  'yourselves',\n];\n"
  },
  {
    "path": "src/shared/constants/SuggestionSourceEnum.ts",
    "content": "// Matches the SuggestionSourceEnum in Igbo API Editor Platform\nexport enum SuggestionSourceEnum {\n  INTERNAL = 'internal', // Created by a user on the platform\n  COMMUNITY = 'community', // Created by a user from Nkọwa okwu\n  IGBO_SPEECH = 'igbo_speech', // Created by a user from IgboSpeech\n  IGBO_WIKIMEDIANS = 'igbo_wikimedians',\n  BBC = 'bbc',\n}\n"
  },
  {
    "path": "src/shared/constants/Tenses.ts",
    "content": "export default {\n  INFINITIVE: {\n    value: 'infinitive',\n    label: 'Infinitive',\n  },\n  IMPERATIVE: {\n    value: 'imperative',\n    label: 'Imperative',\n  },\n  SIMPLE_PAST: {\n    value: 'simplePast',\n    label: 'Simple Past',\n  },\n  PRESENT_PASSIVE: {\n    value: 'presentPassive',\n    label: 'Present Passive',\n  },\n  SIMPLE_PRESENT: {\n    value: 'simplePresent',\n    label: 'Simple Present',\n  },\n  PRESENT_CONTINUOUS: {\n    value: 'presentContinuous',\n    label: 'Present Continuous',\n  },\n  FUTURE: {\n    value: 'future',\n    label: 'Future',\n  },\n};\n"
  },
  {
    "path": "src/shared/constants/Version.ts",
    "content": "enum Version {\n  VERSION_1 = 'v1',\n  VERSION_2 = 'v2',\n}\n\nexport default Version;\n"
  },
  {
    "path": "src/shared/constants/WordAttributeEnum.ts",
    "content": "enum WordAttributeEnum {\n  IS_ACCENTED = 'isAccented',\n  IS_BORROWED_TERM = 'isBorrowedTerm',\n  IS_COMMON = 'isCommon',\n  IS_COMPLETE = 'isComplete',\n  IS_CONSTRUCTED_TERM = 'isConstructedTerm',\n  IS_SLANG = 'isSlang',\n  IS_STANDARD_IGBO = 'isStandardIgbo',\n  IS_STEM = 'isStem',\n}\n\nexport default WordAttributeEnum;\n"
  },
  {
    "path": "src/shared/constants/WordAttributes.ts",
    "content": "import WordAttributeEnum from './WordAttributeEnum';\n\n// Word characteristics\nconst WordAttributes = {\n  [WordAttributeEnum.IS_STANDARD_IGBO]: {\n    value: WordAttributeEnum.IS_STANDARD_IGBO,\n    label: 'Is Standard Igbo',\n  },\n  [WordAttributeEnum.IS_ACCENTED]: {\n    value: WordAttributeEnum.IS_ACCENTED,\n    label: 'Is Accented',\n  },\n  [WordAttributeEnum.IS_COMPLETE]: {\n    value: WordAttributeEnum.IS_COMPLETE,\n    label: 'Is Complete',\n  },\n  [WordAttributeEnum.IS_SLANG]: {\n    value: WordAttributeEnum.IS_SLANG,\n    label: 'Is Slang',\n  },\n  [WordAttributeEnum.IS_CONSTRUCTED_TERM]: {\n    value: WordAttributeEnum.IS_CONSTRUCTED_TERM,\n    label: 'Is Constructed Term',\n  },\n  [WordAttributeEnum.IS_BORROWED_TERM]: {\n    value: WordAttributeEnum.IS_BORROWED_TERM,\n    label: 'Is Borrowed Term',\n  },\n  [WordAttributeEnum.IS_STEM]: {\n    value: WordAttributeEnum.IS_STEM,\n    label: 'Is Stem',\n  },\n  [WordAttributeEnum.IS_COMMON]: {\n    value: WordAttributeEnum.IS_COMMON,\n    label: 'Is Common Term',\n  },\n};\n\nexport default WordAttributes;\n"
  },
  {
    "path": "src/shared/constants/WordClass.ts",
    "content": "import WordClassEnum from './WordClassEnum';\n/**\n * This file defines the valid wordClass options for words and wordSuggestions\n */\nexport default {\n  [WordClassEnum.ADJ]: {\n    value: WordClassEnum.ADJ,\n    label: 'Adjective',\n    nsibidiValue: '依名器',\n    description: 'An adjective describes a noun. It explains how a noun is.',\n  },\n  [WordClassEnum.ADV]: {\n    value: WordClassEnum.ADV,\n    label: 'Adverb',\n    nsibidiValue: 'ń器動',\n    description: 'A describer for how or the extent to which a verb is performed. Eg. nwayọnwayọ, Ikiike, Ọsịịsọ.',\n  },\n  [WordClassEnum.AV]: {\n    value: WordClassEnum.AV,\n    label: 'Active verb',\n    nsibidiValue: '動壊',\n    description:\n      'A verb that is pure action. Can be stopped and started instantly. Grammatically, it has a clear ' +\n      'present/ongoing action. Eg ‘gba’, ‘ri’, ‘ga’ etc can be in the clear present/ongoing form ‘na-agba’, ' +\n      '‘na-eri’, ‘ga-aga’.',\n  },\n  [WordClassEnum.MV]: {\n    value: WordClassEnum.MV,\n    label: 'Medial verb',\n    nsibidiValue: '論動',\n    description:\n      'A medial verb is a verb with two present tense concepts. One is inactive/stative, ' +\n      'while the other is progressive/active.',\n  },\n  [WordClassEnum.PV]: {\n    value: WordClassEnum.PV,\n    label: 'Passive verb',\n    nsibidiValue: 'ò轄動',\n    description:\n      'An action that tends to be mostly a situation/state. It is not performative. Its ' +\n      'command is always spelled like past tense, though toned like a command while its ' +\n      'present tense is always its root. Eg. ‘bụ’, ‘nọ’, ‘bi’ etc are conditions/states and ' +\n      'their command forms are ‘bụ̀rụ́’, ‘nọ̀rọ́’, ‘bìrí’ while their present is ‘bụ’, ‘nọ’, ‘bi’, respectively.',\n  },\n  [WordClassEnum.CJN]: {\n    value: WordClassEnum.CJN,\n    label: 'Conjunction',\n    nsibidiValue: '依ǫ接接',\n    description: 'A word joins or links two words or two sentences. Eg. Na(And,That), Maka, Ka(That).',\n  },\n  [WordClassEnum.DEM]: {\n    value: WordClassEnum.DEM,\n    label: 'Demonstrative',\n    nsibidiValue: 'ǫ探動',\n    description: 'A word is a pointing word. It shows. Eg. A, Ahụ, Nke, ugbua.',\n  },\n  [WordClassEnum.NM]: {\n    value: 'NM',\n    label: 'Name',\n    nsibidiValue: '名',\n    description: 'Person is uniquely called. Eg. Chiọma, Ezenwa, Naịjiria, Amerịka, etc.',\n  },\n  [WordClassEnum.NNC]: {\n    value: WordClassEnum.NNC,\n    label: 'Noun',\n    nsibidiValue: '依名',\n    description: 'Used to identify any people, place , or thing. Eg. ụlọ, iko, akwụkwọ.',\n  },\n  [WordClassEnum.ND]: {\n    value: WordClassEnum.ND,\n    label: 'Nominal Modifier',\n    nsibidiValue: '名核伸',\n    description:\n      'Words act similar to the English adjective and noun. They are described as ' +\n      'nominal modifiers since they are technically nouns that provide details like adjectives.',\n  },\n  [WordClassEnum.NNP]: {\n    value: WordClassEnum.NNP,\n    label: 'Proper noun',\n    nsibidiValue: '依名以',\n    description: 'Person/place is uniquely called. Eg. Chiọma, Ezenwa, Naịjiria, Amerịka, etc.',\n  },\n  [WordClassEnum.CD]: {\n    value: WordClassEnum.CD,\n    label: 'Number',\n    nsibidiValue: '口控',\n    description: 'What any digit or group of digits is called. Otu, Abụọ, Atọ.',\n  },\n  [WordClassEnum.PREP]: {\n    value: WordClassEnum.PREP,\n    label: 'Preposition',\n    nsibidiValue: '簡残',\n    description:\n      'This is that word you mention before a location time or person. They cannot ' +\n      'just exist on their own. A noun must come before them Eg. Na(In, On, At), mgbe/oge, elu, okpuru, Akụkụ.',\n  },\n  [WordClassEnum.PRN]: {\n    value: WordClassEnum.PRN,\n    label: 'Pronoun',\n    nsibidiValue: '依名衣',\n    description: 'Person/place is uniquely called. Eg. Chiọma, Ezenwa, Naịjiria, Amerịka, etc.',\n  },\n  [WordClassEnum.FW]: {\n    value: WordClassEnum.FW,\n    label: 'Foreign word',\n    nsibidiValue: '接穀',\n    description:\n      'A word that is known to not be an Igbo word. Mostly does not follow the Igbo words formation pattern.',\n  },\n  [WordClassEnum.QTF]: {\n    value: WordClassEnum.QTF,\n    label: 'Quantifier',\n    nsibidiValue: '接感口',\n    description: 'A word that shows the amount of something. Niile, Ụfọdụ, Imeriime.',\n  },\n  [WordClassEnum.WH]: {\n    value: WordClassEnum.WH,\n    label: 'Interrogative',\n    nsibidiValue: 'ǹ絵',\n    description: 'The typical question tags. Eg. Kedụ?, Ebee?, Olee?, Gịnị?, Ole?.',\n  },\n  [WordClassEnum.INTJ]: {\n    value: WordClassEnum.INTJ,\n    label: 'Interjection',\n    nsibidiValue: '撃岐営依',\n    description: 'These are exclamative words. Eg. Ewoo! Okokokoo! Olooo! Chaị! Ee! Mba!',\n  },\n  [WordClassEnum.ISUF]: {\n    value: WordClassEnum.ISUF,\n    label: 'Inflectional suffix',\n    nsibidiValue: '壊興動',\n    description:\n      'Explainable parts of a verb that an attached, especially at the beginning of a ' +\n      'verb, to create a tense for the verb. They can occur in other contexts as an ' +\n      'entirely different part of speech. Eg. I, Ị, O, Ọ, A, E, N, M, Na-, Ga-. ',\n  },\n  [WordClassEnum.ESUF]: {\n    value: WordClassEnum.ESUF,\n    label: 'Extensional suffix',\n    nsibidiValue: '壊査動',\n    description:\n      'Suffixes attached at the end of a verb to add more meaning to the verbs. They ' +\n      'also tend to retain their idea when on their own. Some of them stem from other ' +\n      'verbs. Eg. -kwa, -rịrị, -ghị, -la, -kwu, -ju, -pụ, etc.',\n  },\n  [WordClassEnum.SYM]: {\n    value: WordClassEnum.SYM,\n    label: 'Punctuations',\n    nsibidiValue: 'ò韻ǹ肝',\n    description: 'These are punctuation marks used in the Igbo language.',\n  },\n};\n"
  },
  {
    "path": "src/shared/constants/WordClassEnum.ts",
    "content": "enum WordClassEnum {\n  ADJ = 'ADJ',\n  ADV = 'ADV',\n  AV = 'AV',\n  PV = 'PV',\n  MV = 'MV',\n  CJN = 'CJN',\n  DEM = 'DEM',\n  NM = 'NM',\n  NNC = 'NNC',\n  ND = 'ND',\n  NNP = 'NNP',\n  CD = 'CD',\n  PREP = 'PREP',\n  PRN = 'PRN',\n  FW = 'FW',\n  QTF = 'QTF',\n  WH = 'WH',\n  INTJ = 'INTJ',\n  ISUF = 'ISUF',\n  ESUF = 'ESUF',\n  SYM = 'SYM',\n}\n\nexport default WordClassEnum;\n"
  },
  {
    "path": "src/shared/constants/WordTagEnum.ts",
    "content": "enum WordTagEnum {\n  AGRICULTURE = 'agriculture',\n  ARTS = 'arts',\n  BOTANY = 'botany',\n  COMMERCE = 'commerce',\n  EDUCATION = 'education',\n  FASHION = 'fashion',\n  FOOD = 'food',\n  GEOGRAPHY = 'geography',\n  KINSHIP = 'kinship',\n  MARINE = 'marine',\n  MATHEMATICS = 'mathematics',\n  MEDICINE = 'medicine',\n  CULTURE = 'culture',\n  LANGUAGE = 'language',\n  LAW = 'law',\n  PERFORMING_ARTS = 'performing_arts',\n  POLITICS = 'politics',\n  RELIGION = 'religion',\n  SPORTS = 'sports',\n  TECHNOLOGY = 'technology',\n  TRANSPORTATION = 'transportation',\n  VISUAL_ARTS = 'visual_arts',\n  WEATHER = 'weather',\n  ZOOLOGY = 'zoology',\n}\n\nexport default WordTagEnum;\n"
  },
  {
    "path": "src/shared/constants/WordTags.ts",
    "content": "import WordTagEnum from './WordTagEnum';\n\nexport default {\n  [WordTagEnum.AGRICULTURE]: {\n    value: WordTagEnum.AGRICULTURE,\n    label: 'Agriculture',\n  },\n  [WordTagEnum.ARTS]: {\n    value: WordTagEnum.ARTS,\n    label: 'Arts',\n  },\n  [WordTagEnum.BOTANY]: {\n    value: WordTagEnum.BOTANY,\n    label: 'Botany',\n  },\n  [WordTagEnum.COMMERCE]: {\n    value: WordTagEnum.COMMERCE,\n    label: 'Commerce',\n  },\n  [WordTagEnum.EDUCATION]: {\n    value: WordTagEnum.EDUCATION,\n    label: 'Education',\n  },\n  [WordTagEnum.FASHION]: {\n    value: WordTagEnum.FASHION,\n    label: 'Fashion',\n  },\n  [WordTagEnum.FOOD]: {\n    value: WordTagEnum.FOOD,\n    label: 'Food',\n  },\n  [WordTagEnum.GEOGRAPHY]: {\n    value: WordTagEnum.GEOGRAPHY,\n    label: 'Geography',\n  },\n  [WordTagEnum.KINSHIP]: {\n    value: WordTagEnum.KINSHIP,\n    label: 'Kinship',\n  },\n  [WordTagEnum.MARINE]: {\n    value: WordTagEnum.MARINE,\n    label: 'Marine',\n  },\n  [WordTagEnum.MATHEMATICS]: {\n    value: WordTagEnum.MATHEMATICS,\n    label: 'Mathematics',\n  },\n  [WordTagEnum.MEDICINE]: {\n    value: WordTagEnum.MEDICINE,\n    label: 'Medicine',\n  },\n  [WordTagEnum.CULTURE]: {\n    value: WordTagEnum.CULTURE,\n    label: 'Culture',\n  },\n  [WordTagEnum.LANGUAGE]: {\n    value: WordTagEnum.LANGUAGE,\n    label: 'Language',\n  },\n  [WordTagEnum.LAW]: {\n    value: WordTagEnum.LAW,\n    label: 'Law',\n  },\n  [WordTagEnum.PERFORMING_ARTS]: {\n    value: WordTagEnum.PERFORMING_ARTS,\n    label: 'Performing Arts',\n  },\n  [WordTagEnum.POLITICS]: {\n    value: WordTagEnum.POLITICS,\n    label: 'Politics',\n  },\n  [WordTagEnum.RELIGION]: {\n    value: WordTagEnum.RELIGION,\n    label: 'Religion',\n  },\n  [WordTagEnum.SPORTS]: {\n    value: WordTagEnum.SPORTS,\n    label: 'Sports',\n  },\n  [WordTagEnum.TECHNOLOGY]: {\n    value: WordTagEnum.TECHNOLOGY,\n    label: 'Technology',\n  },\n  [WordTagEnum.TRANSPORTATION]: {\n    value: WordTagEnum.TRANSPORTATION,\n    label: 'Transportation',\n  },\n  [WordTagEnum.VISUAL_ARTS]: {\n    value: WordTagEnum.VISUAL_ARTS,\n    label: 'Visual Arts',\n  },\n  [WordTagEnum.WEATHER]: {\n    value: WordTagEnum.WEATHER,\n    label: 'Weather',\n  },\n  [WordTagEnum.ZOOLOGY]: {\n    value: WordTagEnum.ZOOLOGY,\n    label: 'Zoology',\n  },\n};\n"
  },
  {
    "path": "src/shared/constants/diacriticCodes.ts",
    "content": "/* eslint-disable no-multi-spaces */\n/* eslint-disable max-len */\nexport const OVERDOT_UPPERCASE_N = 7748; // \\u1e44\nexport const GRAVE_UPPERCASE_N = 504; // \\u01f8\nexport const GRAVE_ACUTE_UPPERCASE_N = 323; // \\u0143\nexport const UNDERDOT_UPPERCASE_I = 7882; // \\u1eca\nexport const UNDERDOT_UPPERCASE_O = 7884; // \\u1ecc\nexport const UNDERDOT_UPPERCASE_U = 7908; // \\u1ee4\nexport const GRAVE_UPPERCASE_A = 192; // \\u00c0\nexport const GRAVE_ACUTE_UPPERCASE_A = 193; // \\u00c1\nexport const MACRON_UPPERCASE_A = 256; // \\u0100\nexport const GRAVE_UPPERCASE_E = 200; // \\u00c8\nexport const GRAVE_ACUTE_UPPERCASE_E = 201; // \\u00c9\nexport const MACRON_UPPERCASE_E = 274; // \\u0112\nexport const GRAVE_UPPERCASE_I = 204; // \\u00cc\nexport const GRAVE_ACUTE_UPPERCASE_I = 205; // \\u00cd\nexport const MACRON_UPPERCASE_I = 298; // \\u012a\nexport const GRAVE_UPPERCASE_O = 210; // \\u00d2\nexport const GRAVE_ACUTE_UPPERCASE_O = 211; // \\u00d3\nexport const MACRON_UPPERCASE_O = 332; // \\u014c\nexport const GRAVE_UPPERCASE_U = 217; // \\u00d9\nexport const GRAVE_ACUTE_UPPERCASE_U = 218; // \\u00da\nexport const MACRON_UPPERCASE_U = 362; // \\u016a\n\nexport const OVERDOT_LOWERCASE_N = 7749; // \\u1e45\nexport const GRAVE_LOWERCASE_N = 505; // \\u01f9\nexport const GRAVE_ACUTE_LOWERCASE_N = 324; // \\u0144\nexport const UNDERDOT_LOWERCASE_I = 7883; // \\u1ecb\nexport const UNDERDOT_LOWERCASE_O = 7885; // \\u1ecd\nexport const UNDERDOT_LOWERCASE_U = 7909; // \\u1ee5\nexport const GRAVE_LOWERCASE_A = 224; // \\u00e0\nexport const GRAVE_ACUTE_LOWERCASE_A = 225; // \\u00e1\nexport const MACRON_LOWERCASE_A = 257; // \\u0101\nexport const GRAVE_LOWERCASE_E = 232; // \\u00e8\nexport const GRAVE_ACUTE_LOWERCASE_E = 233; // \\u00e9\nexport const MACRON_LOWERCASE_E = 275; // \\u0113\nexport const GRAVE_LOWERCASE_I = 236; // \\u00ec\nexport const GRAVE_ACUTE_LOWERCASE_I = 237; // \\u00ed\nexport const MACRON_LOWERCASE_I = 229; // \\u012b\nexport const GRAVE_LOWERCASE_O = 242; // \\u00f2\nexport const GRAVE_ACUTE_LOWERCASE_O = 243; // \\u00f3\nexport const MACRON_LOWERCASE_O = 333; // \\u014d\nexport const GRAVE_LOWERCASE_U = 249; // \\u00f9\nexport const GRAVE_ACUTE_LOWERCASE_U = 250; // \\u00fa\nexport const MACRON_LOWERCASE_U = 363; // \\u016b\n\nexport const cjkRange = '[\\u4E00-\\u9FFF]';\nconst ALL_DIACRITICS = '\\u00B4\\u0301\\u0060\\u00AF\\u0304\\u0323\\u0300';\n\nconst caseInsensitiveN = `${'[n\\u1e44\\u01f9\\u0144N\\u1e45\\u01f8\\u0143'.normalize(\n  'NFD'\n)}${'\\u1e44\\u01f9\\u0144\\u1e45\\u01f8\\u0143]'.normalize('NFC')}+[${ALL_DIACRITICS}]{0,}`;\nconst caseInsensitiveM = `${'[m\\u1e40\\u1e3fM\\u1e41\\u1e3e'.normalize(\n  'NFD'\n)}${'\\u1e40\\u1e3f\\u1e41\\u1e3e]'.normalize('NFC')}+[${ALL_DIACRITICS}]{0,}`;\n\nconst caseInsensitiveA = `${'[aA\\u0061\\u00e0\\u0101\\u00c0\\u00c1\\u0100]'.normalize('NFC')}+[${ALL_DIACRITICS}]{0,}`;\n\nconst caseInsensitiveE = `${'[eE\\u00e8\\u00e9\\u0113\\u00c8\\u00c9\\u0112]'.normalize('NFC')}+[${ALL_DIACRITICS}]{0,}`;\n\nconst caseInsensitiveI = `${'[iI\\u00ec\\u00ed\\u012b\\u1ecb\\u00cc\\u00cd\\u012a\\u1eca]'.normalize('NFC')}+[${ALL_DIACRITICS}]{0,}`;\nconst caseInsensitiveỊ = `(([iI\\u00ec\\u00ed\\u012b\\u1ecb\\u00cc\\u00cd\\u012a\\u1eca]+[${ALL_DIACRITICS}]{0,})|[\\u1ECB\\u1ECA])+[${ALL_DIACRITICS}]{0,}`;\n\nconst caseInsensitiveO = `${'[oO\\u00f2\\u00f3\\u014d\\u1ecd\\u00d2\\u00d3\\u014c\\u1ecc]'.normalize('NFC')}+[${ALL_DIACRITICS}]{0,}`;\nconst caseInsensitiveỌ = `(([oO\\u00f2\\u00f3\\u014d\\u1ecd\\u00d2\\u00d3\\u014c\\u1ecc]+[${ALL_DIACRITICS}]{0,})|[\\u1ECD\\u1ECC])+[${ALL_DIACRITICS}]{0,}`;\n\nconst caseInsensitiveU = `${'[uU\\u00f9\\u00fa\\u016b\\u1ee5\\u00d9\\u00da\\u016a\\u1ee4]'.normalize('NFC')}+[${ALL_DIACRITICS}]{0,}`;\nconst caseInsensitiveỤ = `(([uU\\u00f9\\u00fa\\u016b\\u1ee5\\u00d9\\u00da\\u016a\\u1ee4]+[${ALL_DIACRITICS}]{0,})|[\\u1EE5\\u1EE4])+[${ALL_DIACRITICS}]{0,}`;\n\nexport default {\n  n: caseInsensitiveN,\n  N: caseInsensitiveN,\n  m: caseInsensitiveM,\n  M: caseInsensitiveM,\n  a: caseInsensitiveA,\n  A: caseInsensitiveA,\n  e: caseInsensitiveE,\n  E: caseInsensitiveE,\n  i: caseInsensitiveI,\n  I: caseInsensitiveI,\n  ị: caseInsensitiveỊ,\n  Ị: caseInsensitiveỊ,\n  o: caseInsensitiveO,\n  O: caseInsensitiveO,\n  ọ: caseInsensitiveỌ,\n  Ọ: caseInsensitiveỌ,\n  u: caseInsensitiveU,\n  U: caseInsensitiveU,\n  ụ: caseInsensitiveỤ,\n  Ụ: caseInsensitiveỤ,\n  ' ': '[\\\\s\\u0027]',\n  '?': '\\\\?',\n};\n"
  },
  {
    "path": "src/shared/constants/errorMessages.ts",
    "content": "export const NO_PROVIDED_TERM = 'No search term provided. Use the keyword query to search.';\n"
  },
  {
    "path": "src/shared/constants/navigationLinks.ts",
    "content": "import { GITHUB_REPO, HUGGING_FACE, KAGGLE } from '../../siteConstants';\n\nexport enum NavigationType {\n  LINK = 'LINK',\n  DROPDOWN = 'DROPDOWN',\n}\n\ninterface NavigationLink {\n  href?: string;\n  label: string;\n  type: NavigationType;\n  options?: {\n    title: string,\n    subtitle: string,\n    href: string,\n    enabled: boolean,\n    isExternal?: boolean,\n  }[];\n}\n\nexport const navigationLinks: NavigationLink[] = [\n  // {\n  //   label: 'Features',\n  //   type: NavigationType.DROPDOWN,\n  //   options: [\n  //     // {\n  //     //   title: 'Nkọwa okwu',\n  //     //   subtitle: 'Advancing African Languages',\n  //     //   href: DICTIONARY_APP_URL,\n  //     // },\n  //     {\n  //       title: 'Lexical Dictionary',\n  //       subtitle: 'Seamless Dictionary Integration',\n  //       href: APP_URL,\n  //       enabled: true,\n  //     },\n  //     {\n  //       title: 'Live Transcription',\n  //       subtitle: 'Accurate Igbo Transcriptions',\n  //       href: SPEECH_TO_TEXT_APP_URL,\n  //       enabled: true,\n  //     },\n  //     {\n  //       title: 'Voice Generation',\n  //       subtitle: 'Convert Text to Speech',\n  //       href: '',\n  //       enabled: false,\n  //     },\n  //     {\n  //       title: 'Translate',\n  //       subtitle: 'Communicate With a Larger Audience',\n  //       href: '',\n  //       enabled: false,\n  //     },\n  //     {\n  //       title: 'Spell Checking',\n  //       subtitle: 'Publish With Confidence',\n  //       href: '',\n  //       enabled: false,\n  //     },\n  //     {\n  //       title: 'Voice Cloning',\n  //       subtitle: 'Use Your Voice to Tell Stories',\n  //       href: '',\n  //       enabled: false,\n  //     },\n  //     {\n  //       title: 'Image Text Extraction',\n  //       subtitle: 'Preserve Your History',\n  //       href: '',\n  //       enabled: false,\n  //     },\n  //     {\n  //       title: 'Data Platform',\n  //       subtitle: \"Archive Your Team's Data\",\n  //       href: '',\n  //       enabled: true,\n  //     },\n  //   ],\n  // },\n  // TODO: uncomment when pricing is available\n  // {\n  //   href: '/pricing',\n  //   label: 'Pricing',\n  // },\n  // {\n  //   href: '',\n  //   label: 'Use Cases',\n  //   type: NavigationType.DROPDOWN,\n  //   options: [\n  //     {\n  //       title: 'Generate Subtitles',\n  //       subtitle: 'Convert speech into live subtitles',\n  //       href: '/use-cases/subtitle-generation',\n  //       enabled: true,\n  //     },\n  //     {\n  //       title: 'Transcribe Interviews',\n  //       subtitle: 'Accurately transcribe live conversations',\n  //       href: '/use-cases/interview-transcription',\n  //       enabled: true,\n  //     },\n  //     // {\n  //     //   title: 'Translate Conversations',\n  //     //   subtitle: 'Translate between Igbo and English',\n  //     //   href: '/use-cases/translate',\n  //     //   enabled: true,\n  //     // },\n  //   ],\n  // },\n  {\n    label: 'Resources',\n    type: NavigationType.DROPDOWN,\n    options: [\n      {\n        title: 'Hugging Face',\n        subtitle: 'Access our open-source models and datasets',\n        href: HUGGING_FACE,\n        enabled: true,\n        isExternal: true,\n      },\n      {\n        title: 'Kaggle',\n        subtitle: 'Open-source models, datasets, and competitions',\n        href: KAGGLE,\n        enabled: true,\n        isExternal: true,\n      },\n      {\n        title: 'GitHub',\n        subtitle: 'Open-source code',\n        href: GITHUB_REPO,\n        enabled: true,\n        isExternal: true,\n      },\n    ],\n  },\n  {\n    href: '/docs',\n    label: 'Docs',\n    type: NavigationType.LINK,\n  },\n  {\n    href: '/about',\n    label: 'About Us',\n    type: NavigationType.LINK,\n  },\n];\n"
  },
  {
    "path": "src/shared/constants/parseFileLocations.ts",
    "content": "const mainPath = `${__dirname}/../..`;\nexport const READ_FILE_FORMAT = 'utf8';\n\nexport const DICTIONARIES_DIR =\n  process.env.NODE_ENV === 'test'\n    ? `${mainPath}/../__tests__/__mocks__/dictionaries`\n    : `${mainPath}/dictionaries/ig-en`;\nexport const BUILD_DICTIONARIES_DIR = `${mainPath}/../dist/dictionaries/ig-en`;\n"
  },
  {
    "path": "src/shared/utils/__tests__/createRegExp.test.ts",
    "content": "/* eslint-disable no-misleading-character-class */\nimport createRegExp, { removeSpecialCharacters } from '../createRegExp';\n\ndescribe('createRegExp', () => {\n  it('removes special characters', () => {\n    const rawSearchWord = '!@#$%&&*()_+=|\\\\[]{}/~test';\n    expect(removeSpecialCharacters(rawSearchWord)).toEqual('test');\n  });\n\n  it('creates regexp for a search word', () => {\n    const rawSearchWord = 'ngwọ́rọ̄ọ (-da )';\n    expect(createRegExp(rawSearchWord)).toEqual({\n      definitionsReg:\n        /(\\W|^)(([nṄǹńNṅǸŃṄǹńṅǸŃ]+[´́`¯̣̄̀]{0,})(g)(w)((([oOòóōọÒÓŌỌ]+[´́`¯̣̄̀]{0,})|[ọỌ])+[´́`¯̣̄̀]{0,})(r)((([oOòóōọÒÓŌỌ]+[´́`¯̣̄̀]{0,})|[ọỌ])+[´́`¯̣̄̀]{0,})((([oOòóōọÒÓŌỌ]+[´́`¯̣̄̀]{0,})|[ọỌ])+[´́`¯̣̄̀]{0,})([\\s'])(-)(d)([aAaàāÀÁĀ]+[´́`¯̣̄̀]{0,})([\\s'])(?:es|[sx]|ing)?)(\\W|$)/i,\n      exampleReg:\n        /(\\W|^)(([nṄǹńNṅǸŃṄǹńṅǸŃ]+[´́`¯̣̄̀]{0,})(g)(w)((([oOòóōọÒÓŌỌ]+[´́`¯̣̄̀]{0,})|[ọỌ])+[´́`¯̣̄̀]{0,})(r)((([oOòóōọÒÓŌỌ]+[´́`¯̣̄̀]{0,})|[ọỌ])+[´́`¯̣̄̀]{0,})((([oOòóōọÒÓŌỌ]+[´́`¯̣̄̀]{0,})|[ọỌ])+[´́`¯̣̄̀]{0,})([\\s'])(-)(d)([aAaàāÀÁĀ]+[´́`¯̣̄̀]{0,})([\\s'])(?:es|[sx]|ing)?)(\\W|$)/i,\n      hardDefinitionsReg:\n        /(\\W|^)(([nṄǹńNṅǸŃṄǹńṅǸŃ]+[´́`¯̣̄̀]{0,})(g)(w)((([oOòóōọÒÓŌỌ]+[´́`¯̣̄̀]{0,})|[ọỌ])+[´́`¯̣̄̀]{0,})(r)((([oOòóōọÒÓŌỌ]+[´́`¯̣̄̀]{0,})|[ọỌ])+[´́`¯̣̄̀]{0,})((([oOòóōọÒÓŌỌ]+[´́`¯̣̄̀]{0,})|[ọỌ])+[´́`¯̣̄̀]{0,})([\\s'])(-)(d)([aAaàāÀÁĀ]+[´́`¯̣̄̀]{0,})([\\s']))(\\W|$)/i,\n      wordReg:\n        /(\\W|^)((?:^|[^a-zA-ZÀ-ụ])([nṄǹńNṅǸŃṄǹńṅǸŃ]+[´́`¯̣̄̀]{0,})(g)(w)((([oOòóōọÒÓŌỌ]+[´́`¯̣̄̀]{0,})|[ọỌ])+[´́`¯̣̄̀]{0,})(r)((([oOòóōọÒÓŌỌ]+[´́`¯̣̄̀]{0,})|[ọỌ])+[´́`¯̣̄̀]{0,})((([oOòóōọÒÓŌỌ]+[´́`¯̣̄̀]{0,})|[ọỌ])+[´́`¯̣̄̀]{0,})([\\s'])(-)(d)([aAaàāÀÁĀ]+[´́`¯̣̄̀]{0,})([\\s'])(?:es|[sx]|ing)?)(\\W|$)/i,\n    });\n  });\n});\n"
  },
  {
    "path": "src/shared/utils/__tests__/getErrorMessage.test.ts",
    "content": "import getErrorMessage from '../getErrorMessage';\n\ndescribe('getErrorMessage', () => {\n  it('converts error instance to string', () => {\n    const testingError = new Error('testing');\n    const errorMessage = getErrorMessage(testingError);\n    expect(errorMessage).toEqual('testing');\n  });\n\n  it('converts thrown value into string', () => {\n    const testingError = 123;\n    const errorMessage = getErrorMessage(testingError);\n    expect(errorMessage).toEqual('123');\n  });\n});\n"
  },
  {
    "path": "src/shared/utils/blobToBase64.ts",
    "content": "export const blobToBase64 = async (blob: Blob): Promise<string> => {\n  return new Promise((resolve) => {\n    const reader = new FileReader();\n    reader.onloadend = () => resolve(reader.result as string);\n    reader.readAsDataURL(blob);\n  });\n};\n"
  },
  {
    "path": "src/shared/utils/blobUrlToBase64.ts",
    "content": "import { blobToBase64 } from '../../shared/utils/blobToBase64';\n\nexport const blobUrlToBase64 = async ({ url }: { url: string }): Promise<string> => {\n  const blob = await fetch(url).then((r) => r.blob());\n  const base64 = await blobToBase64(blob);\n  return base64;\n};\n"
  },
  {
    "path": "src/shared/utils/createQueryRegex.ts",
    "content": "import createRegExp, { SearchRegExp } from './createRegExp';\n\n/* Either creates a regex pattern for provided searchWord\nor fallbacks to matching every word */\nexport default (searchWord: string): SearchRegExp =>\n  !searchWord\n    ? { wordReg: /./, exampleReg: /./, definitionsReg: /./, hardDefinitionsReg: /./ }\n    : createRegExp(searchWord);\n"
  },
  {
    "path": "src/shared/utils/createRegExp.ts",
    "content": "import last from 'lodash/last';\nimport removeAccents from './removeAccents';\nimport diacriticCodes from '../constants/diacriticCodes';\n\nexport interface SearchRegExp {\n  wordReg: RegExp;\n  exampleReg: RegExp;\n  definitionsReg: RegExp;\n  hardDefinitionsReg?: RegExp;\n}\n\nconst getIsLastLetterDuplicated = ({\n  stringArray,\n  index,\n  letter,\n}: {\n  stringArray: string[];\n  index: number;\n  letter: string;\n}) => {\n  const previousLetter = stringArray[index - 1] || '';\n  const isLastLetterDuplicated = index === stringArray.length - 1 && previousLetter === letter;\n  return isLastLetterDuplicated;\n};\n\nexport const removeSpecialCharacters = (word: string) => word.replace(/[()!~@#$%&*\\=+[\\]{},<>?|\\\\_\\/]/g, '');\n\nconst createRegExp = (rawSearchWord: string, hardMatch = false): SearchRegExp => {\n  /* Front and back ensure the regexp will match with whole words */\n  const front = '(?:^|[^a-zA-Z\\u00c0-\\u1ee5])';\n  const back = '(?![a-zA-Z\\u00c0-\\u1ee5]+|,|s[a-zA-Z\\u00c0-\\u1ee5]+)';\n  const searchWord = removeAccents.removeExcluding(removeSpecialCharacters(rawSearchWord)).normalize('NFC');\n  const requirePluralAndGerundMatch =\n    searchWord.endsWith('ing') && searchWord.replace('ing', '').length <= 1 ? '' : '?';\n  const regexStringBase = [...searchWord.replace(/(?:es|[s]|ing)$/, '')];\n  const regexWordString = `${regexStringBase.reduce((regexWord, letter, index) => {\n    const isLastLetterDuplicated = getIsLastLetterDuplicated({\n      stringArray: regexStringBase,\n      index,\n      letter,\n    });\n    // @ts-expect-error no signature\n    return `${regexWord}(${diacriticCodes[letter] || letter})${isLastLetterDuplicated ? '{0,}' : ''}`;\n  }, '')}(?:es|[sx]|ing)${requirePluralAndGerundMatch}`;\n  let hardRegexWordString = searchWord.length\n    ? `${[...searchWord].reduce((regexWord, letter, index) => {\n        const isLastLetterDuplicated = getIsLastLetterDuplicated({\n          stringArray: regexStringBase,\n          index,\n          letter,\n        });\n        // @ts-expect-error no signature\n        return `${regexWord}(${diacriticCodes[letter] || letter})${isLastLetterDuplicated ? '{0,}' : ''}`;\n      }, '')}${requirePluralAndGerundMatch}`\n    : '';\n  const hardRegexWordStringPieces = [...hardRegexWordString];\n  if (last(hardRegexWordStringPieces) === '?') {\n    hardRegexWordStringPieces.pop();\n  }\n  hardRegexWordString = hardRegexWordStringPieces.join('');\n\n  const startWordBoundary = '(\\\\W|^)';\n  const endWordBoundary = '(\\\\W|$)';\n  /* Hard match checks to see if the searchWord is the beginning and end of the line, triggered by strict query */\n  const wordReg = new RegExp(\n    !hardMatch\n      ? `${startWordBoundary}(${front}${regexWordString})${endWordBoundary}`\n      : `${startWordBoundary}(^${front}${regexWordString}${back}$)${endWordBoundary}`,\n    'i'\n  );\n  const exampleReg = new RegExp(`${startWordBoundary}(${regexWordString})${endWordBoundary}`, 'i');\n  const definitionsReg = new RegExp(`${startWordBoundary}(${regexWordString})${endWordBoundary}`, 'i');\n  const hardDefinitionsReg = new RegExp(`${startWordBoundary}(${hardRegexWordString})${endWordBoundary}`, 'i');\n\n  return {\n    wordReg,\n    exampleReg,\n    definitionsReg,\n    hardDefinitionsReg,\n  };\n};\n\nexport default createRegExp;\n"
  },
  {
    "path": "src/shared/utils/documentUtils.ts",
    "content": "import map from 'lodash/map';\nimport { OutgoingWord, OutgoingExample, OutgoingLegacyExample } from '../../types';\n\nexport const getDocumentsIds = (\n  documents:\n    | Partial<OutgoingWord>\n    | Partial<OutgoingExample>\n    | Partial<OutgoingLegacyExample>\n    | Partial<OutgoingWord>[]\n    | Partial<OutgoingExample>[]\n    | Partial<OutgoingLegacyExample>[],\n) => map(documents, ({ id }) => id);\n"
  },
  {
    "path": "src/shared/utils/getErrorMessage.ts",
    "content": "const getErrorMessage = (error: unknown) => {\n  if (error instanceof Error) return error.message;\n  return String(error);\n};\n\nexport default getErrorMessage;\n"
  },
  {
    "path": "src/shared/utils/normalization.js",
    "content": "/* Code inspired by goodyduru/igbo-text: https://github.com/goodyduru/igbo-text */\nimport forEach from 'lodash/forEach';\nimport unicharadata from 'unicharadata';\n\n/* Removes all periods and numbers */\nconst clean = (text) => {\n  if (!text) {\n    return '';\n  }\n  return text.replace(/[0-9+.]/g, '').trim();\n};\n\nconst removeTonalMarks = (text) =>\n  [...text].reduce((textCharacters, letter) => {\n    if (letter.charCodeAt() > 128 && letter.charCodeAt() < 300) {\n      const normalizedLetter = letter.normalize('NFD').replace(/[\\u0300-\\u036f]/, '');\n      return `${textCharacters}${normalizedLetter}`;\n    }\n    if (unicharadata.category(letter) !== 'Mn') {\n      return `${textCharacters}${letter}`;\n    }\n    return textCharacters;\n  }, '');\n\nconst removeDigitsAndSpecialCharacters = (text, removeAbbreviations) => {\n  let updatedText = text;\n  if (removeAbbreviations) {\n    updatedText = updatedText.replace(/(?:[a-zA-Z]\\.){2,}/, '');\n  }\n  updatedText = updatedText.replace(/([?.!,¿])/, / \\1/);\n  const regExp = /[a-zA-ZỊịṄṅỌọỤụ\\-'’]+/;\n  const wordTokens = updatedText.split(' ');\n  const validWords = [];\n  forEach(wordTokens, (wordToken) => {\n    const matches = wordToken.match(regExp);\n    if (matches && matches.length) {\n      forEach(matches, (match) => validWords.push(match));\n    }\n  });\n  return validWords.join(' ');\n};\n\nconst splitCombinedWords = (text, keySymbols = true) => {\n  let updatedText = text;\n  if (keySymbols) {\n    updatedText = updatedText.replace(/([-’'])/, /\\1 /);\n  } else {\n    /* Removes prefixed '-' that denotes the current term is a suffix */\n    // updatedText = updatedText.replace(/([-’'])/, ' ');\n  }\n  return updatedText;\n};\n\nconst normalize = (text, convertToLower = true, removeAbbreviations = true) => {\n  let normalizeText = text;\n  if (!normalizeText) {\n    return '';\n  }\n\n  if (convertToLower) {\n    normalizeText = normalizeText.toLowerCase();\n  }\n\n  normalizeText = removeTonalMarks(normalizeText);\n  normalizeText = removeDigitsAndSpecialCharacters(normalizeText, removeAbbreviations);\n  normalizeText = splitCombinedWords(normalizeText, false);\n  return normalizeText.trim();\n};\n\nconst spaceOutSymbols = (text) => {\n  let updatedText = text.replace(/([?.!:;,¿<>(){}[\\]])/, / \\1 /);\n  updatedText = updatedText.replace(/\\s+([-'\"‘’“”])/, / \\1 /);\n  updatedText = updatedText.replace(/([-'\"‘’“”])\\s+/, / \\1 /);\n  updatedText = updatedText.replace(/([-'\"‘’“”])$/, / \\1/);\n  updatedText = updatedText.replace(/^([-'\"‘’“”])/, /\\1 /);\n  return updatedText;\n};\n\nconst tokenize = (text, convertToLower = false) => {\n  let tokenizedText = text;\n  if (!tokenizedText) {\n    throw new Error('Text is invalid');\n  }\n  if (convertToLower) {\n    tokenizedText.toLowerCase();\n  }\n  tokenizedText = removeTonalMarks(tokenizedText);\n  tokenizedText = spaceOutSymbols(tokenizedText);\n  tokenizedText = splitCombinedWords(tokenizedText);\n  const wordTokens = tokenizedText.trim().split(' ');\n  return wordTokens;\n};\n\n// const normalizedText = normalize('N’ụlọ Akwụkwọà');\n// const tokenizedText = tokenize(normalizedText);\n\n// console.log({ normalizedText, tokenizedText });\n\nexport { clean, normalize, tokenize };\n"
  },
  {
    "path": "src/shared/utils/removeAccents.ts",
    "content": "const accents = {\n  // Remove all diacritic marks including underdots\n  remove: (string = '') => string.normalize('NFD').replace(/[\\u0300-\\u036f]/g, ''),\n  // Remove all diacritic marks excluding underdots\n  removeExcluding: (string = '') => string.normalize('NFD').replace(/(?!\\u0323)[\\u0300-\\u036f]/g, ''),\n};\n\nexport default accents;\n"
  },
  {
    "path": "src/shared/utils/removePrefix.ts",
    "content": "/* Removes the verb prefix character '-' */\nexport default (term = ''): string => {\n  if (term && term.charAt(0) === '-') {\n    return term.substring(1);\n  }\n  return term;\n};\n"
  },
  {
    "path": "src/shared/utils/replaceAbbreviations.ts",
    "content": "import keys from 'lodash/keys';\nimport reduce from 'lodash/reduce';\nimport replace from 'lodash/replace';\n\nconst abbreviations = {\n  adj: 'adjective',\n  'aux. v': 'auxiliary verb',\n  cf: 'compare',\n  coll: 'colloquial',\n  conj: 'conjunction',\n  dem: 'demonstrative',\n  E: 'English',\n  enc: 'enclitic',\n  esp: 'especially',\n  'ext. suff': 'extensional suffix',\n  H: 'Hausa',\n  'infl. suff': 'inflectional suffix',\n  int: 'interjection/interrogative',\n  lit: 'literally',\n  n: 'noun',\n  num: 'numeral',\n  'p.n': 'proper name',\n  prep: 'preposition',\n  pron: 'pronoun',\n  poss: 'possessive pronoun',\n  quant: 'quantifier',\n  usu: 'usually',\n  v: 'verb',\n  Y: 'derived from Yoruba',\n};\n\nconst trim = (text: string) => replace(text, ':', '');\n\nexport default (text: string) => {\n  const insertedAbbreviationsText = reduce(\n    keys(abbreviations),\n    (partiallyInsertedAbbreviationsText, abbreviation) => {\n      const regExp = new RegExp(`\\\\b${abbreviation}\\\\.`);\n      // @ts-expect-error abbreviations\n      return replace(partiallyInsertedAbbreviationsText, regExp, abbreviations[abbreviation]);\n    },\n    trim(text)\n  );\n  return insertedAbbreviationsText;\n};\n"
  },
  {
    "path": "src/shared/utils/wrapConsole.ts",
    "content": "import chalk from 'chalk';\n\nconsole.green = (...args) => console.log(chalk.green(...args));\nconsole.blue = (...args) => console.log(chalk.blue(...args));\nconsole.red = (...args) => console.log(chalk.red(...args));\n"
  },
  {
    "path": "src/siteConstants.ts",
    "content": "/* This file includes the constants necessary to power the API homepage */\nexport const PORT = 8080;\nexport const API_FROM_EMAIL = 'kedu@nkowaokwu.com';\nexport const APP_URL = 'https://igboapi.com';\nexport const API_ROUTE = APP_URL;\nexport const DICTIONARY_APP_URL = 'https://nkowaokwu.com';\nexport const VOLUNTEER_PAGE_URL = 'https://nkowaokwu.com/volunteer';\nexport const SPEECH_TO_TEXT_APP_URL = 'https://speech.igboapi.com';\nexport const GITHUB_REPO = 'https://github.com/nkowaokwu/igbo_api';\nexport const GITHUB_CONTRIBUTORS = 'https://api.github.com/repos/nkowaokwu/igbo_api/contributors';\nexport const GITHUB_STARS = 'https://api.github.com/repos/nkowaokwu/igbo_api';\nexport const SERVER_DOMAIN =\n  typeof window !== 'undefined' && window.location.host.includes('igboapi')\n    ? 'https://igboapi.com'\n    : 'http://localhost:8080';\n\n// Social media\nexport const TWITTER = 'https://twitter.com/nkowaokwu';\nexport const INSTAGRAM = 'https://www.instagram.com/nkowaokwu';\nexport const LINKEDIN = 'https://www.linkedin.com/company/nkowa-okwu';\nexport const YOUTUBE = 'https://www.youtube.com/c/IjemmaOnwuzulike';\n\n// Projects\nexport const NKOWAOKWU = 'https://nkowaokwu.com';\nexport const NKOWAOKWU_CHROME = 'https://nkowaokwu.com/chrome';\nexport const SABBI_DASHBOARD = 'https://dashboard.sabbidata.com';\n\n// Resources\nexport const HUGGING_FACE = 'https://huggingface.co/nkowaokwu';\nexport const KAGGLE = 'https://www.kaggle.com/organizations/nkowaokwu';\n\n// Donate\nexport const DONATE_URL = 'https://donate.stripe.com/dR62aP6UlcmE3kIfYY';\n"
  },
  {
    "path": "src/styles.css",
    "content": "@tailwind base;\n@tailwind components;\n@tailwind utilities;\n@import './general.css';\n\n.transition-element {\n  @apply flex;\n  @apply items-center;\n  @apply transition-all;\n  @apply duration-200;\n  @apply ease-in-out;\n}\n\n.header {\n  @apply text-3xl;\n  @apply font-bold;\n  @apply text-gray-900;\n}\n\n.link {\n  @apply transition-element;\n  @apply text-blue-400;\n  @apply inline;\n}\n\n.link:hover {\n  @apply text-blue-700;\n}\n\n.primary-button {\n  @apply cursor-pointer;\n  @apply rounded-full;\n  @apply w-full;\n  @apply mt-6;\n  @apply bg-blue-500;\n  @apply text-white;\n  @apply py-2;\n  @apply px-4;\n  @apply hover:bg-white;\n  @apply hover:text-black;\n  @apply transition-all;\n  @apply duration-200;\n}\n\n.error {\n  @apply text-red-600;\n}\n\n.jsonPretty {\n  height: 500px;\n  max-height: 600px;\n  overflow: overlay;\n  font-size: 1em;\n  color: rgb(153, 218, 255);\n}\n\n.__json-key__ {\n  color: rgb(184, 245, 209);\n}\n.__json-string__ {\n  color: rgb(255, 255, 255);\n}\n\n@media (min-width: 768px) {\n  .jsonPretty {\n    height: 450px;\n    max-height: 600px;\n    overflow: overlay;\n    font-size: 1em;\n  }\n}\n\n.rFix {\n  transform: rotateX(25deg);\n}\n\n.mentioned-in img {\n  transition: all 0.1s ease;\n  width: 150px;\n}\n\n.mentioned-in img:hover {\n  /* filter: invert(44%) sepia(25%) saturate(728%) hue-rotate(89deg) brightness(94%) contrast(81%); */\n}\n"
  },
  {
    "path": "src/types/databaseStats.ts",
    "content": "export interface ProjectStats extends DatabaseStats, GitHubStats {}\n\nexport interface DatabaseStats {\n  totalWords: number;\n  totalExamples: number;\n  totalAudioPronunciations: number;\n  totalIgboDefinitions: number;\n  totalProverbs: number;\n  totalBibleVerses: number;\n  totalNsibidiWords: number;\n  totalDevelopers: number;\n}\n\nexport interface GitHubStats {\n  contributors: { login: string; avatar_url: string; html_url: string }[];\n  stars: number;\n}\n"
  },
  {
    "path": "src/types/developer.ts",
    "content": "import { Document, Types } from 'mongoose';\nimport Plan from '../shared/constants/Plan';\nimport { Status } from '../shared/constants/AccountStatus';\n\nexport interface DeveloperClientData {\n  name: string;\n  apiKey: string;\n  email: string;\n  password: string;\n  stripeId: string;\n  firebaseId: string;\n  plan: Plan;\n  accountStatus: Status;\n}\n\nexport interface Developer extends DeveloperClientData {\n  usage: {\n    date: Date,\n    count: number,\n  };\n}\n\nexport interface DeveloperDocument extends Developer, Document {\n  id: Types.ObjectId;\n}\n\nexport interface DeveloperResponse extends Developer {\n  id: string;\n}\n"
  },
  {
    "path": "src/types/developerUsage.ts",
    "content": "import { Document, Types } from 'mongoose';\nimport ApiType from 'src/shared/constants/ApiType';\n\nexport interface DeveloperUsage {\n  developerId: Types.ObjectId | string;\n  usageType: ApiType;\n  usage: {\n    date: Date,\n    count: number,\n  };\n}\n\nexport interface DeveloperUsageDocument extends DeveloperUsage, Document {\n  id: Types.ObjectId;\n}\n"
  },
  {
    "path": "src/types/example.ts",
    "content": "import { Document, Types } from 'mongoose';\nimport { SuggestionSourceEnum } from '../shared/constants/SuggestionSourceEnum';\nimport LanguageEnum from '../shared/constants/LanguageEnum';\n\ntype ExampleBase = {\n  associatedDefinitionsSchemas: string[],\n  associatedWords: string[],\n  meaning: string,\n  nsibidi: string,\n  nsibidiCharacters: string[],\n  origin: SuggestionSourceEnum,\n};\n\nexport type IncomingExample = ExampleBase & {\n  source: Translation,\n  translations: Translation[],\n};\n\nexport type OutgoingExample = IncomingExample & {};\n\nexport type OutgoingLegacyExample = ExampleBase & {\n  igbo: string,\n  english: string,\n  pronunciation: string,\n};\n\ntype Translation = {\n  language: LanguageEnum,\n  text: string,\n  pronunciations: Pronunciation[],\n};\n\ntype Pronunciation = {\n  _id: string,\n  approvals: string[],\n  audio: string,\n  denials: string[],\n  review: boolean,\n  speaker: string,\n};\n\nexport interface ExampleDocument extends IncomingExample, Document {\n  _id: Types.ObjectId;\n  __v: number;\n  id: string;\n}\n"
  },
  {
    "path": "src/types/express.ts",
    "content": "import { Request as ExpressRequest, Response, NextFunction } from 'express';\nimport { RedisClientType } from 'redis';\nimport { DecodedIdToken } from 'firebase-admin/lib/auth/token-verifier';\nimport ExampleStyleEnum from '../shared/constants/ExampleStyleEnum';\nimport { Developer } from './developer';\n\nexport type StripeBody = {\n  email?: string,\n  password?: string,\n  name?: string,\n  lookupKey?: string,\n  developerId?: string,\n};\n\nexport type Query = {\n  dialects: string,\n  examples: string,\n  style: ExampleStyleEnum,\n  filter: string,\n  keyword: string,\n  page: string,\n  range: string,\n  resolve: string,\n  strict: string,\n  tags: string,\n  wordClasses: string,\n  apiLimit: string,\n};\n\nexport interface IgboAPIRequest extends ExpressRequest {\n  query: Partial<Query>;\n  isUsingMainKey?: boolean;\n  redisClient?: RedisClientType;\n  headers: ExpressRequest['headers'];\n  user?: DecodedIdToken;\n  developer?: Developer;\n  baseUrl: string;\n  method: string;\n  params: { [key: string]: string };\n  body: ExpressRequest['body'] & StripeBody;\n}\n\nexport interface MiddleWare {\n  (req: IgboAPIRequest, res: Response, next: NextFunction): void;\n}\n\nexport interface ErrorMiddleWare {\n  (error: Error, req: IgboAPIRequest, res: Response, next: NextFunction): void;\n}\n"
  },
  {
    "path": "src/types/formFields.ts",
    "content": "export interface FormFieldName {\n  name: string;\n  password: string;\n  email: string;\n}\n"
  },
  {
    "path": "src/types/index.ts",
    "content": "export type { MiddleWare, ErrorMiddleWare, IgboAPIRequest, Query } from './express';\nexport type { Developer, DeveloperDocument, DeveloperResponse } from './developer';\nexport type {\n  IncomingExample,\n  OutgoingExample,\n  OutgoingLegacyExample,\n  ExampleDocument,\n} from './example';\nexport type { DeveloperUsage, DeveloperUsageDocument } from './developerUsage';\nexport type { Stat } from './stat';\nexport type {\n  IncomingWord,\n  IncomingLegacyWord,\n  OutgoingWord,\n  OutgoingLegacyWord,\n  Definition,\n} from './word';\nexport type { NsibidiCharacter, NsibidiCharacterDocument } from './nsibidiCharacter';\nexport type { ProjectStats, GitHubStats, DatabaseStats } from './databaseStats';\nexport type { FormFieldName } from './formFields';\n"
  },
  {
    "path": "src/types/nsibidiCharacter.ts",
    "content": "import { Document, Types } from 'mongoose';\n\nexport type NsibidiCharacter = {\n  nsibidi: string;\n  definitions: { text: string }[];\n  pronunciation: string;\n  radicals: Types.ObjectId[] | string[];\n  wordClass: string;\n};\n\nexport interface NsibidiCharacterDocument extends NsibidiCharacter, Document {\n  _id: Types.ObjectId;\n  __v: number;\n  id: string;\n}\n"
  },
  {
    "path": "src/types/stat.ts",
    "content": "import { Document, Types } from 'mongoose';\nimport StatTypes from '../shared/constants/StatTypes';\n\nexport interface Stat {\n  type: StatTypes;\n  authorId: string;\n  value: number;\n}\n\nexport interface StatDocument extends Stat, Document {\n  id: Types.ObjectId;\n}\n"
  },
  {
    "path": "src/types/word.ts",
    "content": "import { Document, Types } from 'mongoose';\nimport { IncomingExample } from './example';\nimport DialectEnum from '../shared/constants/DialectEnum';\nimport WordAttributeEnum from '../shared/constants/WordAttributeEnum';\n\ntype WordClass = string | WordDialect;\n\nexport interface Definition {\n  definitions: string[];\n  id?: string;\n  igboDefinitions: { igbo: string, nsibidi: string }[];\n  nsibidi: string;\n  nsibidiCharacters: string[];\n  wordClass: WordClass;\n}\n\nexport interface WordDialect {\n  dialects: DialectEnum[];\n  editor?: string;\n  id: string;\n  pronunciation: string;\n  variations: string[];\n  word: string;\n}\n\nexport interface LegacyWordDialect {\n  [k: string]: WordDialect;\n}\n\ntype Attribute = { [key in WordAttributeEnum]: boolean };\n\ninterface WordBase {\n  attributes: Attribute;\n  conceptualWord: string;\n  frequency: number;\n  hypernyms: string[];\n  hyponyms: string[];\n  pronunciation: string;\n  relatedTerms: string[] | { id: string, _id?: Types.ObjectId }[];\n  stems: string[] | { id: string, _id?: Types.ObjectId }[];\n  id: string;\n  updatedAt: Date;\n  variations: string[];\n  word: string;\n  wordPronunciation: string;\n}\n\nexport interface IncomingWord extends WordBase {\n  definitions: Definition[];\n  dialects: WordDialect[];\n  tags: string[];\n  examples?: IncomingExample[];\n}\n\nexport interface IncomingLegacyWord extends WordBase {\n  definitions: string[];\n  wordClass: WordClass;\n  nsibidi: string;\n  dialects: LegacyWordDialect;\n  examples?: IncomingExample[];\n}\n\nexport interface OutgoingWord extends IncomingWord {}\n\nexport interface OutgoingLegacyWord extends IncomingLegacyWord {}\n\nexport type WordType = OutgoingWord | Document<OutgoingWord> | Document<OutgoingLegacyWord>;\nexport type PartialWordType =\n  | Partial<OutgoingWord>\n  | Document<Partial<OutgoingWord>>\n  | Document<Partial<OutgoingLegacyWord>>;\n"
  },
  {
    "path": "tailwind.config.js",
    "content": "module.exports = {\n  future: {\n    removeDeprecatedGapUtilities: true,\n    purgeLayersByDefault: true,\n  },\n  content: ['./src/**/*.{js,ts,jsx,tsx}', './public/**/*.html'],\n  theme: {\n    fontFamily: {\n      sans: ['Inter', 'sans-serif'],\n    },\n  },\n  plugins: [],\n};\n"
  },
  {
    "path": "testSetup.ts",
    "content": "import mongoose from 'mongoose';\nimport { populateAPI } from './__tests__/shared/commands';\n\n/**\n * Responsible for populating the test database.\n * Called before all tests.\n */\nexport default async () => {\n  if (mongoose.connection?.db?.dropDatabase) {\n    await mongoose.connection.collection('words').dropIndexes();\n    await mongoose.connection.collection('examples').dropIndexes();\n    await mongoose.connection.collection('developers').dropIndexes();\n    await mongoose.connection.collection('developerUsages').dropIndexes();\n    await mongoose.connection.collection('nsibidicharacters').dropIndexes();\n    await mongoose.connection.db.dropDatabase();\n  }\n  await populateAPI();\n  await new Promise((resolve) => {\n    setTimeout(resolve, 2000);\n  });\n};\n"
  },
  {
    "path": "theme.config.jsx",
    "content": "/* eslint-disable max-len */\nimport React from 'react';\n\nexport default {\n  logo: <span>Igbo API Documentation</span>,\n  project: {\n    link: 'https://github.com/nkowaokwu/igbo_api',\n  },\n  useNextSeoProps() {\n    return {\n      titleTemplate: '%s – Igbo API Documentation',\n    };\n  },\n  sidebar: {\n    titleComponent: ({ title }) => {\n      if (title === 'docs') {\n        return <>Igbo API</>;\n      }\n      return title;\n    },\n  },\n  docsRepositoryBase: 'https://github.com/nkowaokwu/igbo_api',\n  head: (\n    <>\n      {/* Metadata */}\n      <meta name=\"title\" content=\"Technical documentation for the Igbo API\" />\n      <meta name=\"description\" content=\"Technical documentation for the Igbo API\" />\n      <meta property=\"og:title\" content=\"Igbo API Documentation\" />\n      <meta property=\"og:description\" content=\"Technical documentation for the Igbo API\" />\n      <meta property=\"twitter:title\" content=\"Igbo API Documentation\" />\n      <meta property=\"twitter:description\" content=\"Technical documentation for the Igbo API\" />\n      <meta property=\"twitter:image:alt\" content=\"Igbo API Documentation\" />\n\n      {/* Meta image */}\n      <meta\n        property=\"og:image\"\n        content=\"https://nkowaokwu.s3.us-west-1.amazonaws.com/assets/icons/igbo_api/igbo_api_banner.png\"\n      />\n      <meta\n        property=\"twitter:image\"\n        content=\"https://nkowaokwu.s3.us-west-1.amazonaws.com/assets/icons/igbo_api/igbo_api_banner.png\"\n      />\n\n      {/* Open Graph / Facebook */}\n      <meta property=\"og:type\" content=\"website\" />\n      <meta property=\"og:url\" content=\"https://igboapi.com/\" />\n\n      {/* Twitter */}\n      <meta property=\"twitter:card\" content=\"summary_large_image\" />\n      <meta name=\"twitter:site\" content=\"@nkowaokwu\" />\n      <meta property=\"twitter:url\" content=\"https://igboapi.com/\" />\n\n      {/* Favicon */}\n      <link\n        rel=\"apple-touch-icon\"\n        sizes=\"180x180\"\n        href=\"https://nkowaokwu.s3.us-west-1.amazonaws.com/assets/icons/igbo_api/favicon/apple-touch-icon.png\"\n      />\n      <link\n        rel=\"icon\"\n        type=\"image/png\"\n        sizes=\"32x32\"\n        href=\"https://nkowaokwu.s3.us-west-1.amazonaws.com/assets/icons/igbo_api/favicon/favicon-32x32.png\"\n      />\n      <link\n        rel=\"icon\"\n        type=\"image/png\"\n        sizes=\"16x16\"\n        href=\"https://nkowaokwu.s3.us-west-1.amazonaws.com/assets/icons/igbo_api/favicon/favicon-16x16.png\"\n      />\n    </>\n  ),\n  footer: {\n    text: (\n      <span>\n        ©{new Date().getFullYear()}\n        <a href=\"https://igboapi.com\" target=\"_blank\" rel=\"noreferrer\">\n          {' Igbo API'}\n        </a>\n        .\n      </span>\n    ),\n  },\n  chat: {\n    link: 'https://join.slack.com/t/igboapi/shared_invite/zt-p33cwdpw-LgoFkgIqV_~CwF64oQG5Hw',\n    icon: (\n      <svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"#000000\" width=\"24\" height=\"24\" viewBox=\"0 0 512 512\">\n        <path d=\"M126.12,315.1A47.06,47.06,0,1,1,79.06,268h47.06Z\" />\n        <path d=\"M149.84,315.1a47.06,47.06,0,0,1,94.12,0V432.94a47.06,47.06,0,1,1-94.12,0Z\" />\n        <path d=\"M196.9,126.12A47.06,47.06,0,1,1,244,79.06v47.06Z\" />\n        <path d=\"M196.9,149.84a47.06,47.06,0,0,1,0,94.12H79.06a47.06,47.06,0,0,1,0-94.12Z\" />\n        <path d=\"M385.88,196.9A47.06,47.06,0,1,1,432.94,244H385.88Z\" />\n        <path d=\"M362.16,196.9a47.06,47.06,0,0,1-94.12,0V79.06a47.06,47.06,0,1,1,94.12,0Z\" />\n        <path d=\"M315.1,385.88A47.06,47.06,0,1,1,268,432.94V385.88Z\" />\n        <path d=\"M315.1,362.16a47.06,47.06,0,0,1,0-94.12H432.94a47.06,47.06,0,1,1,0,94.12Z\" />\n      </svg>\n    ),\n  },\n};\n"
  },
  {
    "path": "tsconfig.json",
    "content": "{\n  \"compilerOptions\": {\n    \"outDir\": \"./build\",\n    \"allowJs\": true,\n    \"target\": \"ESNext\",\n    \"lib\": [\n      \"dom\",\n      \"esnext\"\n    ],\n    \"baseUrl\": \"./\",\n    \"paths\": {\n      \"src\": [\n        \"./src\"\n      ]\n    },\n    \"skipLibCheck\": true,\n    \"strict\": true,\n    \"forceConsistentCasingInFileNames\": true,\n    \"noEmit\": false,\n    \"incremental\": true,\n    \"esModuleInterop\": true,\n    \"module\": \"CommonJS\",\n    \"moduleResolution\": \"node\",\n    \"resolveJsonModule\": true,\n    \"isolatedModules\": true,\n    \"jsx\": \"preserve\",\n    \"types\": [\n      \"jest\",\n      \"node\"\n    ],\n    \"plugins\": [\n      {\n        \"name\": \"next\"\n      }\n    ]\n  },\n  \"include\": [\n    \"./**/*.ts\",\n    \"./**/*.tsx\",\n    \"@types\",\n    \"env.d.ts\",\n    \"dist/types/**/*.ts\"\n  ],\n  \"exclude\": [\n    \"node_modules\",\n    \"functions\",\n    \"./**/__tests__/**/*.ts\",\n    \"./**/__tests__/**/*.tsx\",\n    \"./**/__mocks__/**/*.ts\",\n    \"./**/__mocks__/**/*.tsx\"\n  ]\n}\n"
  },
  {
    "path": "tsconfig.test.json",
    "content": "{\n  \"extends\": \"./tsconfig.json\",\n  \"compilerOptions\": {\n    \"jsx\": \"react-jsx\"\n  },\n  \"exclude\": [\"node_modules\",],\n}\n"
  }
]